code
stringlengths
3
10M
language
stringclasses
31 values
void main() { import std.stdio; writeln("Hello World!"); }
D
func void b_enter_demonstower_kapitel_1() { }; var int enterdemonstower_kapitel2; func void b_enter_demonstower_kapitel_2() { if(ENTERDEMONSTOWER_KAPITEL2 == FALSE) { ENTERDEMONSTOWER_KAPITEL2 = TRUE; }; }; var int enterdemonstower_kapitel3; func void b_enter_demonstower_kapitel_3() { if(ENTERDEMONSTOWER_KAPITEL3 == FALSE) { ENTERDEMONSTOWER_KAPITEL3 = TRUE; }; }; var int enterdemonstower_kapitel4; func void b_enter_demonstower_kapitel_4() { if(ENTERDEMONSTOWER_KAPITEL4 == FALSE) { ENTERDEMONSTOWER_KAPITEL4 = TRUE; }; }; var int enterdemonstower_kapitel5; func void b_enter_demonstower_kapitel_5() { if(ENTERDEMONSTOWER_KAPITEL5 == FALSE) { ENTERDEMONSTOWER_KAPITEL5 = TRUE; }; }; var int enterdemonstower_kapitel6; func void b_enter_demonstower_kapitel_6() { if(ENTERFREEMINE_KAPITEL6 == FALSE) { ENTERDEMONSTOWER_KAPITEL6 = TRUE; }; }; func void b_enter_demonstower() { var C_Npc shemroncheck; B_InitNpcGlobals(); if(Kapitel >= 1) { b_enter_demonstower_kapitel_1(); }; if(Kapitel >= 2) { b_enter_demonstower_kapitel_2(); }; if(Kapitel >= 3) { b_enter_demonstower_kapitel_3(); }; if(Kapitel >= 4) { b_enter_demonstower_kapitel_4(); }; if(Kapitel >= 5) { b_enter_demonstower_kapitel_5(); }; if(Kapitel >= 6) { b_enter_demonstower_kapitel_6(); }; if((MIS_HROMANINQUEST == LOG_Running) && (CHAPTER4 == TRUE) && (CHAPTER5_Insert == FALSE)) { Wld_InsertNpc(skeleton_dark,"DT_HROMANIN_GUARD_01"); Wld_InsertNpc(skeleton_warrior_dark,"DT_HROMANIN_GUARD_02"); Wld_InsertNpc(Skeleton_Shadow_Priest,"DT_HROMANIN_GUARD_03"); Wld_InsertNpc(skeleton_warrior_dark_axe,"DT_HROMANIN_GUARD_04"); Wld_InsertNpc(skeleton_dark,"DT_HROMANIN_GUARD_05"); Wld_InsertNpc(skeleton_dark,"DT_HROMANIN_GUARD_06"); Wld_InsertNpc(skeleton_dark,"DT_HROMANIN_GUARD_07"); Wld_InsertItem(ITWR_HROMANIN_5,"FP_ITEM_HROMANIN_05"); CHAPTER5_Insert = TRUE; }; if(SHEMRONKNOWS == TRUE) { shemroncheck = Hlp_GetNpc(shemron_demon); shemroncheck.name[0] = CZ_NAME_Monster_DemonLord_Shemron_Title; }; HelmIsUpTemp = FALSE; CraitIsUp = FALSE; CraitCanUp = FALSE; CurrentLevel = DEMONSTOWER_ZEN; B_InitNpcGlobals(); };
D
void main() { problem(); } void problem() { auto a = scan!long; long solve() { return a + a*a + a*a*a; } solve().writeln; } // ---------------------------------------------- import std.stdio, std.conv, std.array, std.string, std.algorithm, std.container, std.range, core.stdc.stdlib, std.math, std.typecons, std.numeric; T[][] combinations(T)(T[] s, in int m) { if (!m) return [[]]; if (s.empty) return []; return s[1 .. $].combinations(m - 1).map!(x => s[0] ~ x).array ~ s[1 .. $].combinations(m); } string scan(){ static string[] ss; while(!ss.length) ss = readln.chomp.split; string res = ss[0]; ss.popFront; return res; } T scan(T)(){ return scan.to!T; } T[] scan(T)(int n){ return n.iota.map!(i => scan!T()).array; } void deb(T ...)(T t){ debug writeln(t); } alias Point = Tuple!(long, "x", long, "y"); // -----------------------------------------------
D
import std.algorithm:map; import Player:Player; import GameTable:GameTable; import std.stdio; public enum Actions { _notPlaying , _draw, _playHandCard, _playSkiboStackCard, _playSupportStackCard, _discardCardOnSupportStack // ends turn };
D
/***********************************************************************\ * lmserver.d * * * * Windows API header module * * * * Translated from MinGW Windows headers * * * * Placed into public domain * \***********************************************************************/ module win32.lmserver; import win32.winsvc; private import win32.lmcons, win32.windef; struct SERVER_INFO_100 { DWORD sv100_platform_id; LPWSTR sv100_name; } alias SERVER_INFO_100* PSERVER_INFO_100, LPSERVER_INFO_100; struct SERVER_INFO_101 { DWORD sv101_platform_id; LPWSTR sv101_name; DWORD sv101_version_major; DWORD sv101_version_minor; DWORD sv101_type; LPWSTR sv101_comment; } alias SERVER_INFO_101* PSERVER_INFO_101, LPSERVER_INFO_101; struct SERVER_INFO_102 { DWORD sv102_platform_id; LPWSTR sv102_name; DWORD sv102_version_major; DWORD sv102_version_minor; DWORD sv102_type; LPWSTR sv102_comment; DWORD sv102_users; LONG sv102_disc; BOOL sv102_hidden; DWORD sv102_announce; DWORD sv102_anndelta; DWORD sv102_licenses; LPWSTR sv102_userpath; } alias SERVER_INFO_102* PSERVER_INFO_102, LPSERVER_INFO_102; struct SERVER_INFO_402 { DWORD sv402_ulist_mtime; DWORD sv402_glist_mtime; DWORD sv402_alist_mtime; LPWSTR sv402_alerts; DWORD sv402_security; DWORD sv402_numadmin; DWORD sv402_lanmask; LPWSTR sv402_guestacct; DWORD sv402_chdevs; DWORD sv402_chdevq; DWORD sv402_chdevjobs; DWORD sv402_connections; DWORD sv402_shares; DWORD sv402_openfiles; DWORD sv402_sessopens; DWORD sv402_sessvcs; DWORD sv402_sessreqs; DWORD sv402_opensearch; DWORD sv402_activelocks; DWORD sv402_numreqbuf; DWORD sv402_sizreqbuf; DWORD sv402_numbigbuf; DWORD sv402_numfiletasks; DWORD sv402_alertsched; DWORD sv402_erroralert; DWORD sv402_logonalert; DWORD sv402_accessalert; DWORD sv402_diskalert; DWORD sv402_netioalert; DWORD sv402_maxauditsz; LPWSTR sv402_srvheuristics; } alias SERVER_INFO_402* PSERVER_INFO_402, LPSERVER_INFO_402; struct SERVER_INFO_403 { DWORD sv403_ulist_mtime; DWORD sv403_glist_mtime; DWORD sv403_alist_mtime; LPWSTR sv403_alerts; DWORD sv403_security; DWORD sv403_numadmin; DWORD sv403_lanmask; LPWSTR sv403_guestacct; DWORD sv403_chdevs; DWORD sv403_chdevq; DWORD sv403_chdevjobs; DWORD sv403_connections; DWORD sv403_shares; DWORD sv403_openfiles; DWORD sv403_sessopens; DWORD sv403_sessvcs; DWORD sv403_sessreqs; DWORD sv403_opensearch; DWORD sv403_activelocks; DWORD sv403_numreqbuf; DWORD sv403_sizreqbuf; DWORD sv403_numbigbuf; DWORD sv403_numfiletasks; DWORD sv403_alertsched; DWORD sv403_erroralert; DWORD sv403_logonalert; DWORD sv403_accessalert; DWORD sv403_diskalert; DWORD sv403_netioalert; DWORD sv403_maxauditsz; LPWSTR sv403_srvheuristics; DWORD sv403_auditedevents; DWORD sv403_autoprofile; LPWSTR sv403_autopath; } alias SERVER_INFO_403* PSERVER_INFO_403, LPSERVER_INFO_403; struct SERVER_INFO_502 { DWORD sv502_sessopens; DWORD sv502_sessvcs; DWORD sv502_opensearch; DWORD sv502_sizreqbuf; DWORD sv502_initworkitems; DWORD sv502_maxworkitems; DWORD sv502_rawworkitems; DWORD sv502_irpstacksize; DWORD sv502_maxrawbuflen; DWORD sv502_sessusers; DWORD sv502_sessconns; DWORD sv502_maxpagedmemoryusage; DWORD sv502_maxnonpagedmemoryusage; BOOL sv502_enablesoftcompat; BOOL sv502_enableforcedlogoff; BOOL sv502_timesource; BOOL sv502_acceptdownlevelapis; BOOL sv502_lmannounce; } alias SERVER_INFO_502* PSERVER_INFO_502, LPSERVER_INFO_502; struct SERVER_INFO_503 { DWORD sv503_sessopens; DWORD sv503_sessvcs; DWORD sv503_opensearch; DWORD sv503_sizreqbuf; DWORD sv503_initworkitems; DWORD sv503_maxworkitems; DWORD sv503_rawworkitems; DWORD sv503_irpstacksize; DWORD sv503_maxrawbuflen; DWORD sv503_sessusers; DWORD sv503_sessconns; DWORD sv503_maxpagedmemoryusage; DWORD sv503_maxnonpagedmemoryusage; BOOL sv503_enablesoftcompat; BOOL sv503_enableforcedlogoff; BOOL sv503_timesource; BOOL sv503_acceptdownlevelapis; BOOL sv503_lmannounce; LPWSTR sv503_domain; DWORD sv503_maxcopyreadlen; DWORD sv503_maxcopywritelen; DWORD sv503_minkeepsearch; DWORD sv503_maxkeepsearch; DWORD sv503_minkeepcomplsearch; DWORD sv503_maxkeepcomplsearch; DWORD sv503_threadcountadd; DWORD sv503_numblockthreads; DWORD sv503_scavtimeout; DWORD sv503_minrcvqueue; DWORD sv503_minfreeworkitems; DWORD sv503_xactmemsize; DWORD sv503_threadpriority; DWORD sv503_maxmpxct; DWORD sv503_oplockbreakwait; DWORD sv503_oplockbreakresponsewait; BOOL sv503_enableoplocks; BOOL sv503_enableoplockforceclose; BOOL sv503_enablefcbopens; BOOL sv503_enableraw; BOOL sv503_enablesharednetdrives; DWORD sv503_minfreeconnections; DWORD sv503_maxfreeconnections; } alias SERVER_INFO_503* PSERVER_INFO_503, LPSERVER_INFO_503; struct SERVER_INFO_599 { DWORD sv599_sessopens; DWORD sv599_sessvcs; DWORD sv599_opensearch; DWORD sv599_sizreqbuf; DWORD sv599_initworkitems; DWORD sv599_maxworkitems; DWORD sv599_rawworkitems; DWORD sv599_irpstacksize; DWORD sv599_maxrawbuflen; DWORD sv599_sessusers; DWORD sv599_sessconns; DWORD sv599_maxpagedmemoryusage; DWORD sv599_maxnonpagedmemoryusage; BOOL sv599_enablesoftcompat; BOOL sv599_enableforcedlogoff; BOOL sv599_timesource; BOOL sv599_acceptdownlevelapis; BOOL sv599_lmannounce; LPWSTR sv599_domain; DWORD sv599_maxcopyreadlen; DWORD sv599_maxcopywritelen; DWORD sv599_minkeepsearch; DWORD sv599_maxkeepsearch; DWORD sv599_minkeepcomplsearch; DWORD sv599_maxkeepcomplsearch; DWORD sv599_threadcountadd; DWORD sv599_numblockthreads; DWORD sv599_scavtimeout; DWORD sv599_minrcvqueue; DWORD sv599_minfreeworkitems; DWORD sv599_xactmemsize; DWORD sv599_threadpriority; DWORD sv599_maxmpxct; DWORD sv599_oplockbreakwait; DWORD sv599_oplockbreakresponsewait; BOOL sv599_enableoplocks; BOOL sv599_enableoplockforceclose; BOOL sv599_enablefcbopens; BOOL sv599_enableraw; BOOL sv599_enablesharednetdrives; DWORD sv599_minfreeconnections; DWORD sv599_maxfreeconnections; DWORD sv599_initsesstable; DWORD sv599_initconntable; DWORD sv599_initfiletable; DWORD sv599_initsearchtable; DWORD sv599_alertschedule; DWORD sv599_errorthreshold; DWORD sv599_networkerrorthreshold; DWORD sv599_diskspacethreshold; DWORD sv599_reserved; DWORD sv599_maxlinkdelay; DWORD sv599_minlinkthroughput; DWORD sv599_linkinfovalidtime; DWORD sv599_scavqosinfoupdatetime; DWORD sv599_maxworkitemidletime; } alias SERVER_INFO_599* PSERVER_INFO_599, LPSERVER_INFO_599; struct SERVER_INFO_598 { DWORD sv598_maxrawworkitems; DWORD sv598_maxthreadsperqueue; DWORD sv598_producttype; DWORD sv598_serversize; DWORD sv598_connectionlessautodisc; DWORD sv598_sharingviolationretries; DWORD sv598_sharingviolationdelay; DWORD sv598_maxglobalopensearch; DWORD sv598_removeduplicatesearches; DWORD sv598_lockviolationoffset; DWORD sv598_lockviolationdelay; DWORD sv598_mdlreadswitchover; DWORD sv598_cachedopenlimit; DWORD sv598_otherqueueaffinity; BOOL sv598_restrictnullsessaccess; BOOL sv598_enablewfw311directipx; DWORD sv598_queuesamplesecs; DWORD sv598_balancecount; DWORD sv598_preferredaffinity; DWORD sv598_maxfreerfcbs; DWORD sv598_maxfreemfcbs; DWORD sv598_maxfreelfcbs; DWORD sv598_maxfreepagedpoolchunks; DWORD sv598_minpagedpoolchunksize; DWORD sv598_maxpagedpoolchunksize; BOOL sv598_sendsfrompreferredprocessor; } alias SERVER_INFO_598* PSERVER_INFO_598, LPSERVER_INFO_598; struct SERVER_INFO_1005 { LPWSTR sv1005_comment; } alias SERVER_INFO_1005* PSERVER_INFO_1005, LPSERVER_INFO_1005; struct SERVER_INFO_1107 { DWORD sv1107_users; } alias SERVER_INFO_1107* PSERVER_INFO_1107, LPSERVER_INFO_1107; struct SERVER_INFO_1010 { LONG sv1010_disc; } alias SERVER_INFO_1010* PSERVER_INFO_1010, LPSERVER_INFO_1010; struct SERVER_INFO_1016 { BOOL sv1016_hidden; } alias SERVER_INFO_1016* PSERVER_INFO_1016, LPSERVER_INFO_1016; struct SERVER_INFO_1017 { DWORD sv1017_announce; } alias SERVER_INFO_1017* PSERVER_INFO_1017, LPSERVER_INFO_1017; struct SERVER_INFO_1018 { DWORD sv1018_anndelta; } alias SERVER_INFO_1018* PSERVER_INFO_1018, LPSERVER_INFO_1018; struct SERVER_INFO_1501 { DWORD sv1501_sessopens; } alias SERVER_INFO_1501* PSERVER_INFO_1501, LPSERVER_INFO_1501; struct SERVER_INFO_1502 { DWORD sv1502_sessvcs; } alias SERVER_INFO_1502* PSERVER_INFO_1502, LPSERVER_INFO_1502; struct SERVER_INFO_1503 { DWORD sv1503_opensearch; } alias SERVER_INFO_1503* PSERVER_INFO_1503, LPSERVER_INFO_1503; struct SERVER_INFO_1506 { DWORD sv1506_maxworkitems; } alias SERVER_INFO_1506* PSERVER_INFO_1506, LPSERVER_INFO_1506; struct SERVER_INFO_1509 { DWORD sv1509_maxrawbuflen; } alias SERVER_INFO_1509* PSERVER_INFO_1509, LPSERVER_INFO_1509; struct SERVER_INFO_1510 { DWORD sv1510_sessusers; } alias SERVER_INFO_1510* PSERVER_INFO_1510, LPSERVER_INFO_1510; struct SERVER_INFO_1511 { DWORD sv1511_sessconns; } alias SERVER_INFO_1511* PSERVER_INFO_1511, LPSERVER_INFO_1511; struct SERVER_INFO_1512 { DWORD sv1512_maxnonpagedmemoryusage; } alias SERVER_INFO_1512* PSERVER_INFO_1512, LPSERVER_INFO_1512; struct SERVER_INFO_1513 { DWORD sv1513_maxpagedmemoryusage; } alias SERVER_INFO_1513* PSERVER_INFO_1513, LPSERVER_INFO_1513; struct SERVER_INFO_1514 { BOOL sv1514_enablesoftcompat; } alias SERVER_INFO_1514* PSERVER_INFO_1514, LPSERVER_INFO_1514; struct SERVER_INFO_1515 { BOOL sv1515_enableforcedlogoff; } alias SERVER_INFO_1515* PSERVER_INFO_1515, LPSERVER_INFO_1515; struct SERVER_INFO_1516 { BOOL sv1516_timesource; } alias SERVER_INFO_1516* PSERVER_INFO_1516, LPSERVER_INFO_1516; struct SERVER_INFO_1518 { BOOL sv1518_lmannounce; } alias SERVER_INFO_1518* PSERVER_INFO_1518, LPSERVER_INFO_1518; struct SERVER_INFO_1520 { DWORD sv1520_maxcopyreadlen; } alias SERVER_INFO_1520* PSERVER_INFO_1520, LPSERVER_INFO_1520; struct SERVER_INFO_1521 { DWORD sv1521_maxcopywritelen; } alias SERVER_INFO_1521* PSERVER_INFO_1521, LPSERVER_INFO_1521; struct SERVER_INFO_1522 { DWORD sv1522_minkeepsearch; } alias SERVER_INFO_1522* PSERVER_INFO_1522, LPSERVER_INFO_1522; struct SERVER_INFO_1523 { DWORD sv1523_maxkeepsearch; } alias SERVER_INFO_1523* PSERVER_INFO_1523, LPSERVER_INFO_1523; struct SERVER_INFO_1524 { DWORD sv1524_minkeepcomplsearch; } alias SERVER_INFO_1524* PSERVER_INFO_1524, LPSERVER_INFO_1524; struct SERVER_INFO_1525 { DWORD sv1525_maxkeepcomplsearch; } alias SERVER_INFO_1525* PSERVER_INFO_1525, LPSERVER_INFO_1525; struct SERVER_INFO_1528 { DWORD sv1528_scavtimeout; } alias SERVER_INFO_1528* PSERVER_INFO_1528, LPSERVER_INFO_1528; struct SERVER_INFO_1529 { DWORD sv1529_minrcvqueue; } alias SERVER_INFO_1529* PSERVER_INFO_1529, LPSERVER_INFO_1529; struct SERVER_INFO_1530 { DWORD sv1530_minfreeworkitems; } alias SERVER_INFO_1530* PSERVER_INFO_1530, LPSERVER_INFO_1530; struct SERVER_INFO_1533 { DWORD sv1533_maxmpxct; } alias SERVER_INFO_1533* PSERVER_INFO_1533, LPSERVER_INFO_1533; struct SERVER_INFO_1534 { DWORD sv1534_oplockbreakwait; } alias SERVER_INFO_1534* PSERVER_INFO_1534, LPSERVER_INFO_1534; struct SERVER_INFO_1535 { DWORD sv1535_oplockbreakresponsewait; } alias SERVER_INFO_1535* PSERVER_INFO_1535, LPSERVER_INFO_1535; struct SERVER_INFO_1536 { BOOL sv1536_enableoplocks; } alias SERVER_INFO_1536* PSERVER_INFO_1536, LPSERVER_INFO_1536; struct SERVER_INFO_1537 { BOOL sv1537_enableoplockforceclose; } alias SERVER_INFO_1537* PSERVER_INFO_1537, LPSERVER_INFO_1537; struct SERVER_INFO_1538 { BOOL sv1538_enablefcbopens; } alias SERVER_INFO_1538* PSERVER_INFO_1538, LPSERVER_INFO_1538; struct SERVER_INFO_1539 { BOOL sv1539_enableraw; } alias SERVER_INFO_1539* PSERVER_INFO_1539, LPSERVER_INFO_1539; struct SERVER_INFO_1540 { BOOL sv1540_enablesharednetdrives; } alias SERVER_INFO_1540* PSERVER_INFO_1540, LPSERVER_INFO_1540; struct SERVER_INFO_1541 { BOOL sv1541_minfreeconnections; } alias SERVER_INFO_1541* PSERVER_INFO_1541, LPSERVER_INFO_1541; struct SERVER_INFO_1542 { BOOL sv1542_maxfreeconnections; } alias SERVER_INFO_1542* PSERVER_INFO_1542, LPSERVER_INFO_1542; struct SERVER_INFO_1543 { DWORD sv1543_initsesstable; } alias SERVER_INFO_1543* PSERVER_INFO_1543, LPSERVER_INFO_1543; struct SERVER_INFO_1544 { DWORD sv1544_initconntable; } alias SERVER_INFO_1544* PSERVER_INFO_1544, LPSERVER_INFO_1544; struct SERVER_INFO_1545 { DWORD sv1545_initfiletable; } alias SERVER_INFO_1545* PSERVER_INFO_1545, LPSERVER_INFO_1545; struct SERVER_INFO_1546 { DWORD sv1546_initsearchtable; } alias SERVER_INFO_1546* PSERVER_INFO_1546, LPSERVER_INFO_1546; struct SERVER_INFO_1547 { DWORD sv1547_alertschedule; } alias SERVER_INFO_1547* PSERVER_INFO_1547, LPSERVER_INFO_1547; struct SERVER_INFO_1548 { DWORD sv1548_errorthreshold; } alias SERVER_INFO_1548* PSERVER_INFO_1548, LPSERVER_INFO_1548; struct SERVER_INFO_1549 { DWORD sv1549_networkerrorthreshold; } alias SERVER_INFO_1549* PSERVER_INFO_1549, LPSERVER_INFO_1549; struct SERVER_INFO_1550 { DWORD sv1550_diskspacethreshold; } alias SERVER_INFO_1550* PSERVER_INFO_1550, LPSERVER_INFO_1550; struct SERVER_INFO_1552 { DWORD sv1552_maxlinkdelay; } alias SERVER_INFO_1552* PSERVER_INFO_1552, LPSERVER_INFO_1552; struct SERVER_INFO_1553 { DWORD sv1553_minlinkthroughput; } alias SERVER_INFO_1553* PSERVER_INFO_1553, LPSERVER_INFO_1553; struct SERVER_INFO_1554 { DWORD sv1554_linkinfovalidtime; } alias SERVER_INFO_1554* PSERVER_INFO_1554, LPSERVER_INFO_1554; struct SERVER_INFO_1555 { DWORD sv1555_scavqosinfoupdatetime; } alias SERVER_INFO_1555* PSERVER_INFO_1555, LPSERVER_INFO_1555; struct SERVER_INFO_1556 { DWORD sv1556_maxworkitemidletime; } alias SERVER_INFO_1556* PSERVER_INFO_1556, LPSERVER_INFO_1556; struct SERVER_INFO_1557 { DWORD sv1557_maxrawworkitems; } alias SERVER_INFO_1557* PSERVER_INFO_1557, LPSERVER_INFO_1557; struct SERVER_INFO_1560 { DWORD sv1560_producttype; } alias SERVER_INFO_1560* PSERVER_INFO_1560, LPSERVER_INFO_1560; struct SERVER_INFO_1561 { DWORD sv1561_serversize; } alias SERVER_INFO_1561* PSERVER_INFO_1561, LPSERVER_INFO_1561; struct SERVER_INFO_1562 { DWORD sv1562_connectionlessautodisc; } alias SERVER_INFO_1562* PSERVER_INFO_1562, LPSERVER_INFO_1562; struct SERVER_INFO_1563 { DWORD sv1563_sharingviolationretries; } alias SERVER_INFO_1563* PSERVER_INFO_1563, LPSERVER_INFO_1563; struct SERVER_INFO_1564 { DWORD sv1564_sharingviolationdelay; } alias SERVER_INFO_1564* PSERVER_INFO_1564, LPSERVER_INFO_1564; struct SERVER_INFO_1565 { DWORD sv1565_maxglobalopensearch; } alias SERVER_INFO_1565* PSERVER_INFO_1565, LPSERVER_INFO_1565; struct SERVER_INFO_1566 { BOOL sv1566_removeduplicatesearches; } alias SERVER_INFO_1566* PSERVER_INFO_1566, LPSERVER_INFO_1566; struct SERVER_INFO_1567 { DWORD sv1567_lockviolationretries; } alias SERVER_INFO_1567* PSERVER_INFO_1567, LPSERVER_INFO_1567; struct SERVER_INFO_1568 { DWORD sv1568_lockviolationoffset; } alias SERVER_INFO_1568* PSERVER_INFO_1568, LPSERVER_INFO_1568; struct SERVER_INFO_1569 { DWORD sv1569_lockviolationdelay; } alias SERVER_INFO_1569* PSERVER_INFO_1569, LPSERVER_INFO_1569; struct SERVER_INFO_1570 { DWORD sv1570_mdlreadswitchover; } alias SERVER_INFO_1570* PSERVER_INFO_1570, LPSERVER_INFO_1570; struct SERVER_INFO_1571 { DWORD sv1571_cachedopenlimit; } alias SERVER_INFO_1571* PSERVER_INFO_1571, LPSERVER_INFO_1571; struct SERVER_INFO_1572 { DWORD sv1572_criticalthreads; } alias SERVER_INFO_1572* PSERVER_INFO_1572, LPSERVER_INFO_1572; struct SERVER_INFO_1573 { DWORD sv1573_restrictnullsessaccess; } alias SERVER_INFO_1573* PSERVER_INFO_1573, LPSERVER_INFO_1573; struct SERVER_INFO_1574 { DWORD sv1574_enablewfw311directipx; } alias SERVER_INFO_1574* PSERVER_INFO_1574, LPSERVER_INFO_1574; struct SERVER_INFO_1575 { DWORD sv1575_otherqueueaffinity; } alias SERVER_INFO_1575* PSERVER_INFO_1575, LPSERVER_INFO_1575; struct SERVER_INFO_1576 { DWORD sv1576_queuesamplesecs; } alias SERVER_INFO_1576* PSERVER_INFO_1576, LPSERVER_INFO_1576; struct SERVER_INFO_1577 { DWORD sv1577_balancecount; } alias SERVER_INFO_1577* PSERVER_INFO_1577, LPSERVER_INFO_1577; struct SERVER_INFO_1578 { DWORD sv1578_preferredaffinity; } alias SERVER_INFO_1578* PSERVER_INFO_1578, LPSERVER_INFO_1578; struct SERVER_INFO_1579 { DWORD sv1579_maxfreerfcbs; } alias SERVER_INFO_1579* PSERVER_INFO_1579, LPSERVER_INFO_1579; struct SERVER_INFO_1580 { DWORD sv1580_maxfreemfcbs; } alias SERVER_INFO_1580* PSERVER_INFO_1580, LPSERVER_INFO_1580; struct SERVER_INFO_1581 { DWORD sv1581_maxfreemlcbs; } alias SERVER_INFO_1581* PSERVER_INFO_1581, LPSERVER_INFO_1581; struct SERVER_INFO_1582 { DWORD sv1582_maxfreepagedpoolchunks; } alias SERVER_INFO_1582* PSERVER_INFO_1582, LPSERVER_INFO_1582; struct SERVER_INFO_1583 { DWORD sv1583_minpagedpoolchunksize; } alias SERVER_INFO_1583* PSERVER_INFO_1583, LPSERVER_INFO_1583; struct SERVER_INFO_1584 { DWORD sv1584_maxpagedpoolchunksize; } alias SERVER_INFO_1584* PSERVER_INFO_1584, LPSERVER_INFO_1584; struct SERVER_INFO_1585 { BOOL sv1585_sendsfrompreferredprocessor; } alias SERVER_INFO_1585* PSERVER_INFO_1585, LPSERVER_INFO_1585; struct SERVER_INFO_1586 { BOOL sv1586_maxthreadsperqueue; } alias SERVER_INFO_1586* PSERVER_INFO_1586, LPSERVER_INFO_1586; struct SERVER_TRANSPORT_INFO_0 { DWORD svti0_numberofvcs; LPWSTR svti0_transportname; PBYTE svti0_transportaddress; DWORD svti0_transportaddresslength; LPWSTR svti0_networkaddress; } alias SERVER_TRANSPORT_INFO_0* PSERVER_TRANSPORT_INFO_0, LPSERVER_TRANSPORT_INFO_0; extern (Windows): NET_API_STATUS NetServerEnum(LPCWSTR,DWORD,PBYTE*,DWORD,PDWORD,PDWORD,DWORD,LPCWSTR,PDWORD); NET_API_STATUS NetServerEnumEx(LPCWSTR,DWORD,PBYTE*,DWORD,PDWORD,PDWORD,DWORD,LPCWSTR,LPCWSTR); NET_API_STATUS NetServerGetInfo(LPWSTR,DWORD,PBYTE*); NET_API_STATUS NetServerSetInfo(LPWSTR,DWORD,PBYTE,PDWORD); NET_API_STATUS NetServerSetInfoCommandLine(WORD,LPWSTR*); NET_API_STATUS NetServerDiskEnum(LPWSTR,DWORD,PBYTE*,DWORD,PDWORD,PDWORD,PDWORD); NET_API_STATUS NetServerComputerNameAdd(LPWSTR,LPWSTR,LPWSTR); NET_API_STATUS NetServerComputerNameDel(LPWSTR,LPWSTR); NET_API_STATUS NetServerTransportAdd(LPWSTR,DWORD,PBYTE); NET_API_STATUS NetServerTransportAddEx(LPWSTR,DWORD,PBYTE); NET_API_STATUS NetServerTransportDel(LPWSTR,DWORD,PBYTE); NET_API_STATUS NetServerTransportEnum(LPWSTR,DWORD,PBYTE*,DWORD,PDWORD,PDWORD,PDWORD); BOOL SetServiceBits(SERVICE_STATUS_HANDLE,DWORD,BOOL,BOOL); const SVI1_NUM_ELEMENTS=5; const SVI2_NUM_ELEMENTS=40; const SVI3_NUM_ELEMENTS=44; const SV_MAX_CMD_LEN=PATHLEN; const SW_AUTOPROF_LOAD_MASK=1; const SW_AUTOPROF_SAVE_MASK=2; const SV_MAX_SRV_HEUR_LEN=32; const SV_USERS_PER_LICENSE=5; const SV_PLATFORM_ID_OS2=400; const SV_PLATFORM_ID_NT=500; const MAJOR_VERSION_MASK=15; const SV_TYPE_WORKSTATION=1; const SV_TYPE_SERVER=2; const SV_TYPE_SQLSERVER=4; const SV_TYPE_DOMAIN_CTRL=8; const SV_TYPE_DOMAIN_BAKCTRL=16; const SV_TYPE_TIME_SOURCE=32; const SV_TYPE_AFP=64; const SV_TYPE_NOVELL=128; const SV_TYPE_DOMAIN_MEMBER=256; const SV_TYPE_PRINTQ_SERVER=512; const SV_TYPE_DIALIN_SERVER=1024; const SV_TYPE_XENIX_SERVER=2048; const SV_TYPE_SERVER_UNIX=SV_TYPE_XENIX_SERVER; const SV_TYPE_NT=4096; const SV_TYPE_WFW=8192; const SV_TYPE_SERVER_MFPN=16384; const SV_TYPE_SERVER_NT=32768; const SV_TYPE_POTENTIAL_BROWSER=65536; const SV_TYPE_BACKUP_BROWSER=0x20000; const SV_TYPE_MASTER_BROWSER=0x40000; const SV_TYPE_DOMAIN_MASTER=0x80000; const SV_TYPE_SERVER_OSF=0x100000; const SV_TYPE_SERVER_VMS=0x200000; const SV_TYPE_WINDOWS=0x400000; const SV_TYPE_ALTERNATE_XPORT=0x20000000; const SV_TYPE_LOCAL_LIST_ONLY=0x40000000; const SV_TYPE_DOMAIN_ENUM=0x80000000; const SV_TYPE_ALL=0xFFFFFFFF; const SV_NODISC=(-1); const SV_USERSECURITY=1; const SV_SHARESECURITY=0; const SV_HIDDEN=1; const SV_VISIBLE=0; const SV_PLATFORM_ID_PARMNUM=101; const SV_NAME_PARMNUM=102; const SV_VERSION_MAJOR_PARMNUM=103; const SV_VERSION_MINOR_PARMNUM=104; const SV_TYPE_PARMNUM=105; const SV_COMMENT_PARMNUM=5; const SV_USERS_PARMNUM=107; const SV_DISC_PARMNUM=10; const SV_HIDDEN_PARMNUM=16; const SV_ANNOUNCE_PARMNUM=17; const SV_ANNDELTA_PARMNUM=18; const SV_USERPATH_PARMNUM=112; const SV_ULIST_MTIME_PARMNUM=401; const SV_GLIST_MTIME_PARMNUM=402; const SV_ALIST_MTIME_PARMNUM=403; const SV_ALERTS_PARMNUM=11; const SV_SECURITY_PARMNUM=405; const SV_NUMADMIN_PARMNUM=406; const SV_LANMASK_PARMNUM=407; const SV_GUESTACC_PARMNUM=408; const SV_CHDEVQ_PARMNUM=410; const SV_CHDEVJOBS_PARMNUM=411; const SV_CONNECTIONS_PARMNUM=412; const SV_SHARES_PARMNUM=413; const SV_OPENFILES_PARMNUM=414; const SV_SESSREQS_PARMNUM=417; const SV_ACTIVELOCKS_PARMNUM=419; const SV_NUMREQBUF_PARMNUM=420; const SV_NUMBIGBUF_PARMNUM=422; const SV_NUMFILETASKS_PARMNUM=423; const SV_ALERTSCHED_PARMNUM=37; const SV_ERRORALERT_PARMNUM=38; const SV_LOGONALERT_PARMNUM=39; const SV_ACCESSALERT_PARMNUM=40; const SV_DISKALERT_PARMNUM=41; const SV_NETIOALERT_PARMNUM=42; const SV_MAXAUDITSZ_PARMNUM=43; const SV_SRVHEURISTICS_PARMNUM=431; const SV_SESSOPENS_PARMNUM=501; const SV_SESSVCS_PARMNUM=502; const SV_OPENSEARCH_PARMNUM=503; const SV_SIZREQBUF_PARMNUM=504; const SV_INITWORKITEMS_PARMNUM=505; const SV_MAXWORKITEMS_PARMNUM=506; const SV_RAWWORKITEMS_PARMNUM=507; const SV_IRPSTACKSIZE_PARMNUM=508; const SV_MAXRAWBUFLEN_PARMNUM=509; const SV_SESSUSERS_PARMNUM=510; const SV_SESSCONNS_PARMNUM=511; const SV_MAXNONPAGEDMEMORYUSAGE_PARMNUM=512; const SV_MAXPAGEDMEMORYUSAGE_PARMNUM=513; const SV_ENABLESOFTCOMPAT_PARMNUM=514; const SV_ENABLEFORCEDLOGOFF_PARMNUM=515; const SV_TIMESOURCE_PARMNUM=516; const SV_ACCEPTDOWNLEVELAPIS_PARMNUM=517; const SV_LMANNOUNCE_PARMNUM=518; const SV_DOMAIN_PARMNUM=519; const SV_MAXCOPYREADLEN_PARMNUM=520; const SV_MAXCOPYWRITELEN_PARMNUM=521; const SV_MINKEEPSEARCH_PARMNUM=522; const SV_MAXKEEPSEARCH_PARMNUM=523; const SV_MINKEEPCOMPLSEARCH_PARMNUM=524; const SV_MAXKEEPCOMPLSEARCH_PARMNUM=525; const SV_THREADCOUNTADD_PARMNUM=526; const SV_NUMBLOCKTHREADS_PARMNUM=527; const SV_SCAVTIMEOUT_PARMNUM=528; const SV_MINRCVQUEUE_PARMNUM=529; const SV_MINFREEWORKITEMS_PARMNUM=530; const SV_XACTMEMSIZE_PARMNUM=531; const SV_THREADPRIORITY_PARMNUM=532; const SV_MAXMPXCT_PARMNUM=533; const SV_OPLOCKBREAKWAIT_PARMNUM=534; const SV_OPLOCKBREAKRESPONSEWAIT_PARMNUM=535; const SV_ENABLEOPLOCKS_PARMNUM=536; const SV_ENABLEOPLOCKFORCECLOSE_PARMNUM=537; const SV_ENABLEFCBOPENS_PARMNUM=538; const SV_ENABLERAW_PARMNUM=539; const SV_ENABLESHAREDNETDRIVES_PARMNUM=540; const SV_MINFREECONNECTIONS_PARMNUM=541; const SV_MAXFREECONNECTIONS_PARMNUM=542; const SV_INITSESSTABLE_PARMNUM=543; const SV_INITCONNTABLE_PARMNUM=544; const SV_INITFILETABLE_PARMNUM=545; const SV_INITSEARCHTABLE_PARMNUM=546; const SV_ALERTSCHEDULE_PARMNUM=547; const SV_ERRORTHRESHOLD_PARMNUM=548; const SV_NETWORKERRORTHRESHOLD_PARMNUM=549; const SV_DISKSPACETHRESHOLD_PARMNUM=550; const SV_MAXLINKDELAY_PARMNUM=552; const SV_MINLINKTHROUGHPUT_PARMNUM=553; const SV_LINKINFOVALIDTIME_PARMNUM=554; const SV_SCAVQOSINFOUPDATETIME_PARMNUM=555; const SV_MAXWORKITEMIDLETIME_PARMNUM=556; const SV_MAXRAWWORKITEMS_PARMNUM=557; const SV_PRODUCTTYPE_PARMNUM=560; const SV_SERVERSIZE_PARMNUM=561; const SV_CONNECTIONLESSAUTODISC_PARMNUM=562; const SV_SHARINGVIOLATIONRETRIES_PARMNUM=563; const SV_SHARINGVIOLATIONDELAY_PARMNUM=564; const SV_MAXGLOBALOPENSEARCH_PARMNUM=565; const SV_REMOVEDUPLICATESEARCHES_PARMNUM=566; const SV_LOCKVIOLATIONRETRIES_PARMNUM=567; const SV_LOCKVIOLATIONOFFSET_PARMNUM=568; const SV_LOCKVIOLATIONDELAY_PARMNUM=569; const SV_MDLREADSWITCHOVER_PARMNUM=570; const SV_CACHEDOPENLIMIT_PARMNUM=571; const SV_CRITICALTHREADS_PARMNUM=572; const SV_RESTRICTNULLSESSACCESS_PARMNUM=573; const SV_ENABLEWFW311DIRECTIPX_PARMNUM=574; const SV_OTHERQUEUEAFFINITY_PARMNUM=575; const SV_QUEUESAMPLESECS_PARMNUM=576; const SV_BALANCECOUNT_PARMNUM=577; const SV_PREFERREDAFFINITY_PARMNUM=578; const SV_MAXFREERFCBS_PARMNUM=579; const SV_MAXFREEMFCBS_PARMNUM=580; const SV_MAXFREELFCBS_PARMNUM=581; const SV_MAXFREEPAGEDPOOLCHUNKS_PARMNUM=582; const SV_MINPAGEDPOOLCHUNKSIZE_PARMNUM=583; const SV_MAXPAGEDPOOLCHUNKSIZE_PARMNUM=584; const SV_SENDSFROMPREFERREDPROCESSOR_PARMNUM=585; const SV_MAXTHREADSPERQUEUE_PARMNUM=586; const SV_COMMENT_INFOLEVEL=(PARMNUM_BASE_INFOLEVEL+SV_COMMENT_PARMNUM); const SV_USERS_INFOLEVEL=(PARMNUM_BASE_INFOLEVEL+SV_USERS_PARMNUM); const SV_DISC_INFOLEVEL=(PARMNUM_BASE_INFOLEVEL+SV_DISC_PARMNUM); const SV_HIDDEN_INFOLEVEL=(PARMNUM_BASE_INFOLEVEL+SV_HIDDEN_PARMNUM); const SV_ANNOUNCE_INFOLEVEL=(PARMNUM_BASE_INFOLEVEL+SV_ANNOUNCE_PARMNUM); const SV_ANNDELTA_INFOLEVEL=(PARMNUM_BASE_INFOLEVEL+SV_ANNDELTA_PARMNUM); const SV_SESSOPENS_INFOLEVEL=(PARMNUM_BASE_INFOLEVEL+SV_SESSOPENS_PARMNUM); const SV_SESSVCS_INFOLEVEL=(PARMNUM_BASE_INFOLEVEL+SV_SESSVCS_PARMNUM); const SV_OPENSEARCH_INFOLEVEL=(PARMNUM_BASE_INFOLEVEL+SV_OPENSEARCH_PARMNUM); const SV_MAXWORKITEMS_INFOLEVEL=(PARMNUM_BASE_INFOLEVEL+SV_MAXWORKITEMS_PARMNUM); const SV_MAXRAWBUFLEN_INFOLEVEL=(PARMNUM_BASE_INFOLEVEL+SV_MAXRAWBUFLEN_PARMNUM); const SV_SESSUSERS_INFOLEVEL=(PARMNUM_BASE_INFOLEVEL+SV_SESSUSERS_PARMNUM); const SV_SESSCONNS_INFOLEVEL=(PARMNUM_BASE_INFOLEVEL+SV_SESSCONNS_PARMNUM); const SV_MAXNONPAGEDMEMORYUSAGE_INFOLEVEL=(PARMNUM_BASE_INFOLEVEL+SV_MAXNONPAGEDMEMORYUSAGE_PARMNUM); const SV_MAXPAGEDMEMORYUSAGE_INFOLEVEL=(PARMNUM_BASE_INFOLEVEL+SV_MAXPAGEDMEMORYUSAGE_PARMNUM); const SV_ENABLESOFTCOMPAT_INFOLEVEL=(PARMNUM_BASE_INFOLEVEL+SV_ENABLESOFTCOMPAT_PARMNUM); const SV_ENABLEFORCEDLOGOFF_INFOLEVEL=(PARMNUM_BASE_INFOLEVEL+SV_ENABLEFORCEDLOGOFF_PARMNUM); const SV_TIMESOURCE_INFOLEVEL=(PARMNUM_BASE_INFOLEVEL+SV_TIMESOURCE_PARMNUM); const SV_LMANNOUNCE_INFOLEVEL=(PARMNUM_BASE_INFOLEVEL+SV_LMANNOUNCE_PARMNUM); const SV_MAXCOPYREADLEN_INFOLEVEL=(PARMNUM_BASE_INFOLEVEL+SV_MAXCOPYREADLEN_PARMNUM); const SV_MAXCOPYWRITELEN_INFOLEVEL=(PARMNUM_BASE_INFOLEVEL+SV_MAXCOPYWRITELEN_PARMNUM); const SV_MINKEEPSEARCH_INFOLEVEL=(PARMNUM_BASE_INFOLEVEL+SV_MINKEEPSEARCH_PARMNUM); const SV_MAXKEEPSEARCH_INFOLEVEL=(PARMNUM_BASE_INFOLEVEL+SV_MAXKEEPSEARCH_PARMNUM); const SV_MINKEEPCOMPLSEARCH_INFOLEVEL=(PARMNUM_BASE_INFOLEVEL+SV_MINKEEPCOMPLSEARCH_PARMNUM); const SV_MAXKEEPCOMPLSEARCH_INFOLEVEL=(PARMNUM_BASE_INFOLEVEL+SV_MAXKEEPCOMPLSEARCH_PARMNUM); const SV_SCAVTIMEOUT_INFOLEVEL=(PARMNUM_BASE_INFOLEVEL+SV_SCAVTIMEOUT_PARMNUM); const SV_MINRCVQUEUE_INFOLEVEL=(PARMNUM_BASE_INFOLEVEL+SV_MINRCVQUEUE_PARMNUM); const SV_MINFREEWORKITEMS_INFOLEVEL=(PARMNUM_BASE_INFOLEVEL+SV_MINFREEWORKITEMS_PARMNUM); const SV_MAXMPXCT_INFOLEVEL=(PARMNUM_BASE_INFOLEVEL+SV_MAXMPXCT_PARMNUM); const SV_OPLOCKBREAKWAIT_INFOLEVEL=(PARMNUM_BASE_INFOLEVEL+SV_OPLOCKBREAKWAIT_PARMNUM); const SV_OPLOCKBREAKRESPONSEWAIT_INFOLEVEL=(PARMNUM_BASE_INFOLEVEL+SV_OPLOCKBREAKRESPONSEWAIT_PARMNUM); const SV_ENABLEOPLOCKS_INFOLEVEL=(PARMNUM_BASE_INFOLEVEL+SV_ENABLEOPLOCKS_PARMNUM); const SV_ENABLEOPLOCKFORCECLOSE_INFOLEVEL=(PARMNUM_BASE_INFOLEVEL+SV_ENABLEOPLOCKFORCECLOSE_PARMNUM); const SV_ENABLEFCBOPENS_INFOLEVEL=(PARMNUM_BASE_INFOLEVEL+SV_ENABLEFCBOPENS_PARMNUM); const SV_ENABLERAW_INFOLEVEL=(PARMNUM_BASE_INFOLEVEL+SV_ENABLERAW_PARMNUM); const SV_ENABLESHAREDNETDRIVES_INFOLEVEL=(PARMNUM_BASE_INFOLEVEL+SV_ENABLESHAREDNETDRIVES_PARMNUM); const SV_MINFREECONNECTIONS_INFOLEVEL=(PARMNUM_BASE_INFOLEVEL+SV_MINFREECONNECTIONS_PARMNUM); const SV_MAXFREECONNECTIONS_INFOLEVEL=(PARMNUM_BASE_INFOLEVEL+SV_MAXFREECONNECTIONS_PARMNUM); const SV_INITSESSTABLE_INFOLEVEL=(PARMNUM_BASE_INFOLEVEL+SV_INITSESSTABLE_PARMNUM); const SV_INITCONNTABLE_INFOLEVEL=(PARMNUM_BASE_INFOLEVEL+SV_INITCONNTABLE_PARMNUM); const SV_INITFILETABLE_INFOLEVEL=(PARMNUM_BASE_INFOLEVEL+SV_INITFILETABLE_PARMNUM); const SV_INITSEARCHTABLE_INFOLEVEL=(PARMNUM_BASE_INFOLEVEL+SV_INITSEARCHTABLE_PARMNUM); const SV_ALERTSCHEDULE_INFOLEVEL=(PARMNUM_BASE_INFOLEVEL+SV_ALERTSCHEDULE_PARMNUM); const SV_ERRORTHRESHOLD_INFOLEVEL=(PARMNUM_BASE_INFOLEVEL+SV_ERRORTHRESHOLD_PARMNUM); const SV_NETWORKERRORTHRESHOLD_INFOLEVEL=(PARMNUM_BASE_INFOLEVEL+SV_NETWORKERRORTHRESHOLD_PARMNUM); const SV_DISKSPACETHRESHOLD_INFOLEVEL=(PARMNUM_BASE_INFOLEVEL+SV_DISKSPACETHRESHOLD_PARMNUM); const SV_MAXLINKDELAY_INFOLEVEL=(PARMNUM_BASE_INFOLEVEL+SV_MAXLINKDELAY_PARMNUM); const SV_MINLINKTHROUGHPUT_INFOLEVEL=(PARMNUM_BASE_INFOLEVEL+SV_MINLINKTHROUGHPUT_PARMNUM); const SV_LINKINFOVALIDTIME_INFOLEVEL=(PARMNUM_BASE_INFOLEVEL+SV_LINKINFOVALIDTIME_PARMNUM); const SV_SCAVQOSINFOUPDATETIME_INFOLEVEL=(PARMNUM_BASE_INFOLEVEL+SV_SCAVQOSINFOUPDATETIME_PARMNUM); const SV_MAXWORKITEMIDLETIME_INFOLEVEL=(PARMNUM_BASE_INFOLEVEL+SV_MAXWORKITEMIDLETIME_PARMNUM); const SV_MAXRAWWORKITEMS_INFOLOEVEL=(PARMNUM_BASE_INFOLEVEL+SV_MAXRAWWORKITEMS_PARMNUM); const SV_PRODUCTTYPE_INFOLOEVEL=(PARMNUM_BASE_INFOLEVEL+SV_PRODUCTTYPE_PARMNUM); const SV_SERVERSIZE_INFOLOEVEL=(PARMNUM_BASE_INFOLEVEL+SV_SERVERSIZE_PARMNUM); const SV_CONNECTIONLESSAUTODISC_INFOLOEVEL=(PARMNUM_BASE_INFOLEVEL+SV_CONNECTIONLESSAUTODISC_PARMNUM); const SV_SHARINGVIOLATIONRETRIES_INFOLOEVEL=(PARMNUM_BASE_INFOLEVEL+SV_SHARINGVIOLATIONRETRIES_PARMNUM); const SV_SHARINGVIOLATIONDELAY_INFOLOEVEL=(PARMNUM_BASE_INFOLEVEL+SV_SHARINGVIOLATIONDELAY_PARMNUM); const SV_MAXGLOBALOPENSEARCH_INFOLOEVEL=(PARMNUM_BASE_INFOLEVEL+SV_MAXGLOBALOPENSEARCH_PARMNUM); const SV_REMOVEDUPLICATESEARCHES_INFOLOEVEL=(PARMNUM_BASE_INFOLEVEL+SV_REMOVEDUPLICATESEARCHES_PARMNUM); const SV_LOCKVIOLATIONRETRIES_INFOLOEVEL=(PARMNUM_BASE_INFOLEVEL+SV_LOCKVIOLATIONRETRIES_PARMNUM); const SV_LOCKVIOLATIONOFFSET_INFOLOEVEL=(PARMNUM_BASE_INFOLEVEL+SV_LOCKVIOLATIONOFFSET_PARMNUM); const SV_LOCKVIOLATIONDELAY_INFOLOEVEL=(PARMNUM_BASE_INFOLEVEL+SV_LOCKVIOLATIONDELAY_PARMNUM); const SV_MDLREADSWITCHOVER_INFOLOEVEL=(PARMNUM_BASE_INFOLEVEL+SV_MDLREADSWITCHOVER_PARMNUM); const SV_CACHEDOPENLIMIT_INFOLOEVEL=(PARMNUM_BASE_INFOLEVEL+SV_CACHEDOPENLIMIT_PARMNUM); const SV_CRITICALTHREADS_INFOLOEVEL=(PARMNUM_BASE_INFOLEVEL+SV_CRITICALTHREADS_PARMNUM); const SV_RESTRICTNULLSESSACCESS_INFOLOEVEL=(PARMNUM_BASE_INFOLEVEL+SV_RESTRICTNULLSESSACCESS_PARMNUM); const SV_ENABLEWFW311DIRECTIPX_INFOLOEVEL=(PARMNUM_BASE_INFOLEVEL+SV_ENABLEWFW311DIRECTIPX_PARMNUM); const SV_OTHERQUEUEAFFINITY_INFOLEVEL=(PARMNUM_BASE_INFOLEVEL+SV_OTHERQUEUEAFFINITY_PARMNUM); const SV_QUEUESAMPLESECS_INFOLEVEL=(PARMNUM_BASE_INFOLEVEL+SV_QUEUESAMPLESECS_PARMNUM); const SV_BALANCECOUNT_INFOLEVEL=(PARMNUM_BASE_INFOLEVEL+SV_BALANCECOUNT_PARMNUM); const SV_PREFERREDAFFINITY_INFOLEVEL=(PARMNUM_BASE_INFOLEVEL+SV_PREFERREDAFFINITY_PARMNUM); const SV_MAXFREERFCBS_INFOLEVEL=(PARMNUM_BASE_INFOLEVEL+SV_MAXFREERFCBS_PARMNUM); const SV_MAXFREEMFCBS_INFOLEVEL=(PARMNUM_BASE_INFOLEVEL+SV_MAXFREEMFCBS_PARMNUM); const SV_MAXFREELFCBS_INFOLEVEL=(PARMNUM_BASE_INFOLEVEL+SV_MAXFREELFCBS_PARMNUM); const SV_MAXFREEPAGEDPOOLCHUNKS_INFOLEVEL=(PARMNUM_BASE_INFOLEVEL+SV_MAXFREEPAGEDPOOLCHUNKS_PARMNUM); const SV_MINPAGEDPOOLCHUNKSIZE_INFOLEVEL=(PARMNUM_BASE_INFOLEVEL+SV_MINPAGEDPOOLCHUNKSIZE_PARMNUM); const SV_MAXPAGEDPOOLCHUNKSIZE_INFOLEVEL=(PARMNUM_BASE_INFOLEVEL+SV_MAXPAGEDPOOLCHUNKSIZE_PARMNUM); const SV_SENDSFROMPREFERREDPROCESSOR_INFOLEVEL=(PARMNUM_BASE_INFOLEVEL+SV_SENDSFROMPREFERREDPROCESSOR_PARMNUM); const SV_MAXTHREADSPERQUEUE_INFOLEVEL=(PARMNUM_BASE_INFOLEVEL+SV_MAXTHREADSPERQUEUE_PARMNUM);
D
/******************************************************************************* * Copyright (c) 2007 IBM Corporation and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html * * Contributors: * IBM Corporation - initial API and implementation * Port to the D programming language: * Frank Benoit <benoit@tionex.de> ******************************************************************************/ module dwtx.ui.internal.forms.MessageManager; import dwtx.ui.internal.forms.Messages; import dwt.DWT; import dwt.custom.CLabel; import dwt.widgets.Composite; import dwt.widgets.Control; import dwt.widgets.Label; import dwtx.jface.dialogs.IMessageProvider; import dwtx.jface.fieldassist.ControlDecoration; import dwtx.jface.fieldassist.FieldDecoration; import dwtx.jface.fieldassist.FieldDecorationRegistry; import dwtx.ui.forms.IMessage; import dwtx.ui.forms.IMessageManager; import dwtx.ui.forms.IMessagePrefixProvider; import dwtx.ui.forms.widgets.Hyperlink; import dwtx.ui.forms.widgets.ScrolledForm; import dwt.dwthelper.utils; import dwtx.dwtxhelper.Collection; import tango.util.Convert; import tango.text.Text; import tango.io.model.IFile; /** * @see IMessageManager */ public class MessageManager : IMessageManager { private static DefaultPrefixProvider DEFAULT_PREFIX_PROVIDER_; private static DefaultPrefixProvider DEFAULT_PREFIX_PROVIDER(){ if( DEFAULT_PREFIX_PROVIDER_ is null ){ synchronized(MessageManager.classinfo){ if( DEFAULT_PREFIX_PROVIDER_ is null ){ DEFAULT_PREFIX_PROVIDER_ = new DefaultPrefixProvider(); } } } return DEFAULT_PREFIX_PROVIDER_; } private ArrayList messages; private Hashtable decorators; private bool autoUpdate = true; private ScrolledForm scrolledForm; private IMessagePrefixProvider prefixProvider; private int decorationPosition = DWT.LEFT | DWT.BOTTOM; private static FieldDecoration standardError_; private static FieldDecoration standardError(){ if( standardError_ is null ){ synchronized(MessageManager.classinfo){ if( standardError_ is null ){ standardError_ = FieldDecorationRegistry .getDefault().getFieldDecoration(FieldDecorationRegistry.DEC_ERROR); } } } return standardError_; } private static FieldDecoration standardWarning_; private static FieldDecoration standardWarning(){ if( standardWarning_ is null ){ synchronized(MessageManager.classinfo){ if( standardWarning_ is null ){ standardWarning_ = FieldDecorationRegistry .getDefault().getFieldDecoration(FieldDecorationRegistry.DEC_WARNING); } } } return standardWarning_; } private static FieldDecoration standardInformation_; private static FieldDecoration standardInformation(){ if( standardInformation_ is null ){ synchronized(MessageManager.classinfo){ if( standardInformation_ is null ){ standardInformation_ = FieldDecorationRegistry .getDefault().getFieldDecoration(FieldDecorationRegistry.DEC_INFORMATION); } } } return standardInformation_; } private static String[] SINGLE_MESSAGE_SUMMARY_KEYS_; private static String[] SINGLE_MESSAGE_SUMMARY_KEYS(){ if( SINGLE_MESSAGE_SUMMARY_KEYS_ is null ){ synchronized(MessageManager.classinfo){ if( SINGLE_MESSAGE_SUMMARY_KEYS_ is null ){ SINGLE_MESSAGE_SUMMARY_KEYS_ = [ Messages.MessageManager_sMessageSummary, Messages.MessageManager_sMessageSummary, Messages.MessageManager_sWarningSummary, Messages.MessageManager_sErrorSummary ]; } } } return SINGLE_MESSAGE_SUMMARY_KEYS_; } private static String[] MULTIPLE_MESSAGE_SUMMARY_KEYS_; private static String[] MULTIPLE_MESSAGE_SUMMARY_KEYS(){ if( MULTIPLE_MESSAGE_SUMMARY_KEYS_ is null ){ synchronized(MessageManager.classinfo){ if( MULTIPLE_MESSAGE_SUMMARY_KEYS_ is null ){ MULTIPLE_MESSAGE_SUMMARY_KEYS_ = [ Messages.MessageManager_pMessageSummary, Messages.MessageManager_pMessageSummary, Messages.MessageManager_pWarningSummary, Messages.MessageManager_pErrorSummary ]; } } } return MULTIPLE_MESSAGE_SUMMARY_KEYS_; } static class Message : IMessage { Control control; Object data; Object key; String message; int type; String prefix; this(Object key, String message, int type, Object data) { this.key = key; this.message = message; this.type = type; this.data = data; } /* * (non-Javadoc) * * @see dwtx.jface.dialogs.IMessage#getKey() */ public Object getKey() { return key; } /* * (non-Javadoc) * * @see dwtx.jface.dialogs.IMessageProvider#getMessage() */ public String getMessage() { return message; } /* * (non-Javadoc) * * @see dwtx.jface.dialogs.IMessageProvider#getMessageType() */ public int getMessageType() { return type; } /* * (non-Javadoc) * * @see dwtx.ui.forms.messages.IMessage#getControl() */ public Control getControl() { return control; } /* * (non-Javadoc) * * @see dwtx.ui.forms.messages.IMessage#getData() */ public Object getData() { return data; } /* * (non-Javadoc) * * @see dwtx.ui.forms.messages.IMessage#getPrefix() */ public String getPrefix() { return prefix; } } static class DefaultPrefixProvider : IMessagePrefixProvider { public String getPrefix(Control c) { Composite parent = c.getParent(); Control[] siblings = parent.getChildren(); for (int i = 0; i < siblings.length; i++) { if (siblings[i] is c) { // this is us - go backward until you hit // a label-like widget for (int j = i - 1; j >= 0; j--) { Control label = siblings[j]; String ltext = null; if ( auto l = cast(Label)label ) { ltext = l.getText(); } else if ( auto hl = cast(Hyperlink)label ) { ltext = hl.getText(); } else if ( auto cl = cast(CLabel)label ) { ltext = cl.getText(); } if (ltext !is null) { if (!ltext.endsWith(":")) //$NON-NLS-1$ return ltext ~ ": "; //$NON-NLS-1$ return ltext ~ " "; //$NON-NLS-1$ } } break; } } return null; } } class ControlDecorator { private ControlDecoration decoration; private ArrayList controlMessages; private String prefix; this(Control control) { controlMessages = new ArrayList(); this.decoration = new ControlDecoration(control, decorationPosition, scrolledForm.getBody()); } public bool isDisposed() { return decoration.getControl() is null; } void updatePrefix() { prefix = null; } void updatePosition() { Control control = decoration.getControl(); decoration.dispose(); this.decoration = new ControlDecoration(control, decorationPosition, scrolledForm.getBody()); update(); } String getPrefix() { if (prefix is null) createPrefix(); return prefix; } private void createPrefix() { if (prefixProvider is null) { prefix = ""; //$NON-NLS-1$ return; } prefix = prefixProvider.getPrefix(decoration.getControl()); if (prefix is null) // make a prefix anyway prefix = ""; //$NON-NLS-1$ } void addAll(ArrayList target) { target.addAll(controlMessages); } void addMessage(Object key, String text, Object data, int type) { Message message = this.outer.addMessage(getPrefix(), key, text, data, type, controlMessages); message.control = decoration.getControl(); if (isAutoUpdate()) update(); } bool removeMessage(Object key) { Message message = findMessage(key, controlMessages); if (message !is null) { controlMessages.remove(message); if (isAutoUpdate()) update(); } return message !is null; } bool removeMessages() { if (controlMessages.isEmpty()) return false; controlMessages.clear(); if (isAutoUpdate()) update(); return true; } public void update() { if (controlMessages.isEmpty()) { decoration.setDescriptionText(null); decoration.hide(); } else { ArrayList peers = createPeers(controlMessages); int type = (cast(IMessage) peers.get(0)).getMessageType(); String description = createDetails(createPeers(peers), true); if (type is IMessageProvider.ERROR) decoration.setImage(standardError.getImage()); else if (type is IMessageProvider.WARNING) decoration.setImage(standardWarning.getImage()); else if (type is IMessageProvider.INFORMATION) decoration.setImage(standardInformation.getImage()); decoration.setDescriptionText(description); decoration.show(); } } } /** * Creates a new instance of the message manager that will work with the * provided form. * * @param scrolledForm * the form to control */ public this(ScrolledForm scrolledForm) { prefixProvider = DEFAULT_PREFIX_PROVIDER; messages = new ArrayList(); decorators = new Hashtable(); this.scrolledForm = scrolledForm; } /* * (non-Javadoc) * * @see dwtx.ui.forms.IMessageManager#addMessage(java.lang.Object, * java.lang.String, int) */ public void addMessage(Object key, String messageText, Object data, int type) { addMessage(null, key, messageText, data, type, messages); if (isAutoUpdate()) updateForm(); } /* * (non-Javadoc) * * @see dwtx.ui.forms.IMessageManager#addMessage(java.lang.Object, * java.lang.String, int, dwt.widgets.Control) */ public void addMessage(Object key, String messageText, Object data, int type, Control control) { ControlDecorator dec = cast(ControlDecorator) decorators.get(control); if (dec is null) { dec = new ControlDecorator(control); decorators.put(control, dec); } dec.addMessage(key, messageText, data, type); if (isAutoUpdate()) updateForm(); } /* * (non-Javadoc) * * @see dwtx.ui.forms.IMessageManager#removeMessage(java.lang.Object) */ public void removeMessage(Object key) { Message message = findMessage(key, messages); if (message !is null) { messages.remove(message); if (isAutoUpdate()) updateForm(); } } /* * (non-Javadoc) * * @see dwtx.ui.forms.IMessageManager#removeMessages() */ public void removeMessages() { if (!messages.isEmpty()) { messages.clear(); if (isAutoUpdate()) updateForm(); } } /* * (non-Javadoc) * * @see dwtx.ui.forms.IMessageManager#removeMessage(java.lang.Object, * dwt.widgets.Control) */ public void removeMessage(Object key, Control control) { ControlDecorator dec = cast(ControlDecorator) decorators.get(control); if (dec is null) return; if (dec.removeMessage(key)) if (isAutoUpdate()) updateForm(); } /* * (non-Javadoc) * * @see dwtx.ui.forms.IMessageManager#removeMessages(dwt.widgets.Control) */ public void removeMessages(Control control) { ControlDecorator dec = cast(ControlDecorator) decorators.get(control); if (dec !is null) { if (dec.removeMessages()) { if (isAutoUpdate()) updateForm(); } } } /* * (non-Javadoc) * * @see dwtx.ui.forms.IMessageManager#removeAllMessages() */ public void removeAllMessages() { bool needsUpdate = false; for (Enumeration enm = decorators.elements(); enm.hasMoreElements();) { ControlDecorator control = cast(ControlDecorator) enm.nextElement(); if (control.removeMessages()) needsUpdate = true; } if (!messages.isEmpty()) { messages.clear(); needsUpdate = true; } if (needsUpdate && isAutoUpdate()) updateForm(); } /* * Adds the message if it does not already exist in the provided list. */ private Message addMessage(String prefix, Object key, String messageText, Object data, int type, ArrayList list) { Message message = findMessage(key, list); if (message is null) { message = new Message(key, messageText, type, data); message.prefix = prefix; list.add(message); } else { message.message = messageText; message.type = type; message.data = data; } return message; } /* * Finds the message with the provided key in the provided list. */ private Message findMessage(Object key, ArrayList list) { for (int i = 0; i < list.size(); i++) { Message message = cast(Message) list.get(i); if (message.getKey().opEquals(key)) return message; } return null; } /* * (non-Javadoc) * * @see dwtx.ui.forms.IMessageManager#update() */ public void update() { // Update decorations for (Iterator iter = decorators.values().iterator(); iter.hasNext();) { ControlDecorator dec = cast(ControlDecorator) iter.next(); dec.update(); } // Update the form updateForm(); } /* * Updates the container by rolling the messages up from the controls. */ private void updateForm() { ArrayList mergedList = new ArrayList(); mergedList.addAll(messages); for (Enumeration enm = decorators.elements(); enm.hasMoreElements();) { ControlDecorator dec = cast(ControlDecorator) enm.nextElement(); dec.addAll(mergedList); } update(mergedList); } private void update(ArrayList mergedList) { pruneControlDecorators(); if (scrolledForm.getForm().getHead().getBounds().height is 0 || mergedList.isEmpty() || mergedList is null) { scrolledForm.setMessage(null, IMessageProvider.NONE); return; } ArrayList peers = createPeers(mergedList); int maxType = (cast(IMessage) peers.get(0)).getMessageType(); String messageText; IMessage[] array = arraycast!(IMessage)( peers .toArray()); if (peers.size() is 1 && (cast(Message) peers.get(0)).prefix is null) { // a single message IMessage message = cast(IMessage) peers.get(0); messageText = message.getMessage(); scrolledForm.setMessage(messageText, maxType, array); } else { // show a summary message for the message // and list of errors for the details if (peers.size() > 1) messageText = Messages.bind( MULTIPLE_MESSAGE_SUMMARY_KEYS[maxType], [ to!(String)(peers.size()) ]); //$NON-NLS-1$ else messageText = SINGLE_MESSAGE_SUMMARY_KEYS[maxType]; scrolledForm.setMessage(messageText, maxType, array); } } private static String getFullMessage(IMessage message) { if (message.getPrefix() is null) return message.getMessage(); return message.getPrefix() ~ message.getMessage(); } private ArrayList createPeers(ArrayList messages) { ArrayList peers = new ArrayList(); int maxType = 0; for (int i = 0; i < messages.size(); i++) { Message message = cast(Message) messages.get(i); if (message.type > maxType) { peers.clear(); maxType = message.type; } if (message.type is maxType) peers.add(message); } return peers; } private String createDetails(ArrayList messages, bool excludePrefix) { auto txt = new tango.text.Text.Text!(char); for (int i = 0; i < messages.size(); i++) { if (i > 0) txt.append( FileConst.NewlineString ); IMessage m = cast(IMessage) messages.get(i); txt.append(excludePrefix ? m.getMessage() : getFullMessage(m)); } return txt.toString(); } public static String createDetails(IMessage[] messages) { if (messages is null || messages.length is 0) return null; auto txt = new tango.text.Text.Text!(char); for (int i = 0; i < messages.length; i++) { if (i > 0) txt.append( FileConst.NewlineString ); txt.append(getFullMessage(messages[i])); } return txt.toString(); } /* * (non-Javadoc) * * @see dwtx.ui.forms.IMessageManager#createSummary(dwtx.ui.forms.IMessage[]) */ public String createSummary(IMessage[] messages) { return createDetails(messages); } private void pruneControlDecorators() { for (Iterator iter = decorators.values().iterator(); iter.hasNext();) { ControlDecorator dec = cast(ControlDecorator) iter.next(); if (dec.isDisposed()) iter.remove(); } } /* * (non-Javadoc) * * @see dwtx.ui.forms.IMessageManager#getMessagePrefixProvider() */ public IMessagePrefixProvider getMessagePrefixProvider() { return prefixProvider; } /* * (non-Javadoc) * * @see dwtx.ui.forms.IMessageManager#setMessagePrefixProvider(dwtx.ui.forms.IMessagePrefixProvider) */ public void setMessagePrefixProvider(IMessagePrefixProvider provider) { this.prefixProvider = provider; for (Iterator iter = decorators.values().iterator(); iter.hasNext();) { ControlDecorator dec = cast(ControlDecorator) iter.next(); dec.updatePrefix(); } } /* * (non-Javadoc) * * @see dwtx.ui.forms.IMessageManager#getDecorationPosition() */ public int getDecorationPosition() { return decorationPosition; } /* * (non-Javadoc) * * @see dwtx.ui.forms.IMessageManager#setDecorationPosition(int) */ public void setDecorationPosition(int position) { this.decorationPosition = position; for (Iterator iter = decorators.values().iterator(); iter.hasNext();) { ControlDecorator dec = cast(ControlDecorator) iter.next(); dec.updatePosition(); } } /* * (non-Javadoc) * * @see dwtx.ui.forms.IMessageManager#isAutoUpdate() */ public bool isAutoUpdate() { return autoUpdate; } /* * (non-Javadoc) * * @see dwtx.ui.forms.IMessageManager#setAutoUpdate(bool) */ public void setAutoUpdate(bool autoUpdate) { bool needsUpdate = !this.autoUpdate && autoUpdate; this.autoUpdate = autoUpdate; if (needsUpdate) update(); } }
D
// Written in the D programming language. /** Bit-level manipulation facilities. Macros: WIKI = StdBitarray Copyright: Copyright Digital Mars 2007 - 2011. License: <a href="http://www.boost.org/LICENSE_1_0.txt">Boost License 1.0</a>. Authors: $(WEB digitalmars.com, Walter Bright), $(WEB erdani.org, Andrei Alexandrescu), Jonathan M Davis, Alex Rønne Petersen, Damian Ziemba Source: $(PHOBOSSRC std/_bitmanip.d) */ /* Copyright Digital Mars 2007 - 2012. Distributed under the Boost Software License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) */ module std.bitmanip; //debug = bitarray; // uncomment to turn on debugging printf's import core.bitop; import std.format; import std.range; import std.string; import std.system; import std.traits; version(unittest) { import std.stdio; import std.typetuple; } private string myToStringx(ulong n) { enum s = "0123456789"; if (n < 10) return s[cast(size_t)n..cast(size_t)n+1]; else return myToStringx(n / 10) ~ myToStringx(n % 10); } private string myToString(ulong n) { return myToStringx(n) ~ (n > uint.max ? "UL" : "U"); } private template createAccessors( string store, T, string name, size_t len, size_t offset) { static if (!name.length) { // No need to create any accessor enum result = ""; } else static if (len == 0) { // Fields of length 0 are always zero enum result = "enum "~T.stringof~" "~name~" = 0;\n"; } else { enum ulong maskAllElse = ((~0uL) >> (64 - len)) << offset, signBitCheck = 1uL << (len - 1); static if (T.min < 0) { enum long minVal = -(1uL << (len - 1)); enum ulong maxVal = (1uL << (len - 1)) - 1; alias UT = Unsigned!(T); enum UT extendSign = cast(UT)~((~0uL) >> (64 - len)); } else { enum ulong minVal = 0; enum ulong maxVal = (~0uL) >> (64 - len); enum extendSign = 0; } static if (is(T == bool)) { static assert(len == 1); enum result = // getter "@property @safe bool " ~ name ~ "() pure nothrow const { return " ~"("~store~" & "~myToString(maskAllElse)~") != 0;}\n" // setter ~"@property @safe void " ~ name ~ "(bool v) pure nothrow {" ~"if (v) "~store~" |= "~myToString(maskAllElse)~";" ~"else "~store~" &= ~"~myToString(maskAllElse)~";}\n"; } else { // getter enum result = "@property @safe "~T.stringof~" "~name~"() pure nothrow const { auto result = " ~"("~store~" & " ~ myToString(maskAllElse) ~ ") >>" ~ myToString(offset) ~ ";" ~ (T.min < 0 ? "if (result >= " ~ myToString(signBitCheck) ~ ") result |= " ~ myToString(extendSign) ~ ";" : "") ~ " return cast("~T.stringof~") result;}\n" // setter ~"@property @safe void "~name~"("~T.stringof~" v) pure nothrow { " ~"assert(v >= "~name~"_min); " ~"assert(v <= "~name~"_max); " ~store~" = cast(typeof("~store~"))" ~" (("~store~" & ~cast(typeof("~store~"))"~myToString(maskAllElse)~")" ~" | ((cast(typeof("~store~")) v << "~myToString(offset)~")" ~" & "~myToString(maskAllElse)~"));}\n" // constants ~"enum "~T.stringof~" "~name~"_min = cast("~T.stringof~")" ~myToString(minVal)~"; " ~" enum "~T.stringof~" "~name~"_max = cast("~T.stringof~")" ~myToString(maxVal)~"; "; } } } private template createStoreName(Ts...) { static if (Ts.length < 2) enum createStoreName = ""; else enum createStoreName = "_" ~ Ts[1] ~ createStoreName!(Ts[3 .. $]); } private template createFields(string store, size_t offset, Ts...) { static if (!Ts.length) { static if (offset == ubyte.sizeof * 8) alias StoreType = ubyte; else static if (offset == ushort.sizeof * 8) alias StoreType = ushort; else static if (offset == uint.sizeof * 8) alias StoreType = uint; else static if (offset == ulong.sizeof * 8) alias StoreType = ulong; else { static assert(false, "Field widths must sum to 8, 16, 32, or 64"); alias StoreType = ulong; // just to avoid another error msg } enum result = "private " ~ StoreType.stringof ~ " " ~ store ~ ";"; } else { enum result = createAccessors!(store, Ts[0], Ts[1], Ts[2], offset).result ~ createFields!(store, offset + Ts[2], Ts[3 .. $]).result; } } /** Allows creating bit fields inside $(D_PARAM struct)s and $(D_PARAM class)es. Example: ---- struct A { int a; mixin(bitfields!( uint, "x", 2, int, "y", 3, uint, "z", 2, bool, "flag", 1)); } A obj; obj.x = 2; obj.z = obj.x; ---- The example above creates a bitfield pack of eight bits, which fit in one $(D_PARAM ubyte). The bitfields are allocated starting from the least significant bit, i.e. x occupies the two least significant bits of the bitfields storage. The sum of all bit lengths in one $(D_PARAM bitfield) instantiation must be exactly 8, 16, 32, or 64. If padding is needed, just allocate one bitfield with an empty name. Example: ---- struct A { mixin(bitfields!( bool, "flag1", 1, bool, "flag2", 1, uint, "", 6)); } ---- The type of a bit field can be any integral type or enumerated type. The most efficient type to store in bitfields is $(D_PARAM bool), followed by unsigned types, followed by signed types. */ template bitfields(T...) { enum { bitfields = createFields!(createStoreName!(T), 0, T).result } } unittest { // Degenerate bitfields (#8474 / #11160) tests mixed with range tests struct Test1 { mixin(bitfields!(uint, "a", 32, uint, "b", 4, uint, "c", 4, uint, "d", 8, uint, "e", 16,)); static assert(Test1.b_min == 0); static assert(Test1.b_max == 15); } struct Test2 { mixin(bitfields!(bool, "a", 0, ulong, "b", 64)); static assert(Test2.b_min == ulong.min); static assert(Test2.b_max == ulong.max); } struct Test1b { mixin(bitfields!(bool, "a", 0, int, "b", 8)); } struct Test2b { mixin(bitfields!(int, "a", 32, int, "b", 4, int, "c", 4, int, "d", 8, int, "e", 16,)); static assert(Test2b.b_min == -8); static assert(Test2b.b_max == 7); } struct Test3b { mixin(bitfields!(bool, "a", 0, long, "b", 64)); static assert(Test3b.b_min == long.min); static assert(Test3b.b_max == long.max); } struct Test4b { mixin(bitfields!(long, "a", 32, int, "b", 32)); } // Sign extension tests Test2b t2b; Test4b t4b; t2b.b = -5; assert(t2b.b == -5); t2b.d = -5; assert(t2b.d == -5); t2b.e = -5; assert(t2b.e == -5); t4b.a = -5; assert(t4b.a == -5L); } unittest { // Bug #6686 union S { ulong bits = ulong.max; mixin (bitfields!( ulong, "back", 31, ulong, "front", 33) ); } S num; num.bits = ulong.max; num.back = 1; assert(num.bits == 0xFFFF_FFFF_8000_0001uL); } unittest { // Bug #5942 struct S { mixin(bitfields!( int, "a" , 32, int, "b" , 32 )); } S data; data.b = 42; data.a = 1; assert(data.b == 42); } unittest { struct Test { mixin(bitfields!(bool, "a", 1, uint, "b", 3, short, "c", 4)); } @safe void test() pure nothrow { Test t; t.a = true; t.b = 5; t.c = 2; assert(t.a); assert(t.b == 5); assert(t.c == 2); } test(); } unittest { { static struct Integrals { bool checkExpectations(bool eb, int ei, short es) { return b == eb && i == ei && s == es; } mixin(bitfields!( bool, "b", 1, uint, "i", 3, short, "s", 4)); } Integrals i; assert(i.checkExpectations(false, 0, 0)); i.b = true; assert(i.checkExpectations(true, 0, 0)); i.i = 7; assert(i.checkExpectations(true, 7, 0)); i.s = -8; assert(i.checkExpectations(true, 7, -8)); i.s = 7; assert(i.checkExpectations(true, 7, 7)); } //Bug# 8876 { struct MoreIntegrals { bool checkExpectations(uint eu, ushort es, uint ei) { return u == eu && s == es && i == ei; } mixin(bitfields!( uint, "u", 24, short, "s", 16, int, "i", 24)); } MoreIntegrals i; assert(i.checkExpectations(0, 0, 0)); i.s = 20; assert(i.checkExpectations(0, 20, 0)); i.i = 72; assert(i.checkExpectations(0, 20, 72)); i.u = 8; assert(i.checkExpectations(8, 20, 72)); i.s = 7; assert(i.checkExpectations(8, 7, 72)); } enum A { True, False } enum B { One, Two, Three, Four } static struct Enums { bool checkExpectations(A ea, B eb) { return a == ea && b == eb; } mixin(bitfields!( A, "a", 1, B, "b", 2, uint, "", 5)); } Enums e; assert(e.checkExpectations(A.True, B.One)); e.a = A.False; assert(e.checkExpectations(A.False, B.One)); e.b = B.Three; assert(e.checkExpectations(A.False, B.Three)); static struct SingleMember { bool checkExpectations(bool eb) { return b == eb; } mixin(bitfields!( bool, "b", 1, uint, "", 7)); } SingleMember f; assert(f.checkExpectations(false)); f.b = true; assert(f.checkExpectations(true)); } /** Allows manipulating the fraction, exponent, and sign parts of a $(D_PARAM float) separately. The definition is: ---- struct FloatRep { union { float value; mixin(bitfields!( uint, "fraction", 23, ubyte, "exponent", 8, bool, "sign", 1)); } enum uint bias = 127, fractionBits = 23, exponentBits = 8, signBits = 1; } ---- */ struct FloatRep { union { float value; mixin(bitfields!( uint, "fraction", 23, ubyte, "exponent", 8, bool, "sign", 1)); } enum uint bias = 127, fractionBits = 23, exponentBits = 8, signBits = 1; } /** Allows manipulating the fraction, exponent, and sign parts of a $(D_PARAM double) separately. The definition is: ---- struct DoubleRep { union { double value; mixin(bitfields!( ulong, "fraction", 52, ushort, "exponent", 11, bool, "sign", 1)); } enum uint bias = 1023, signBits = 1, fractionBits = 52, exponentBits = 11; } ---- */ struct DoubleRep { union { double value; mixin(bitfields!( ulong, "fraction", 52, ushort, "exponent", 11, bool, "sign", 1)); } enum uint bias = 1023, signBits = 1, fractionBits = 52, exponentBits = 11; } unittest { // test reading DoubleRep x; x.value = 1.0; assert(x.fraction == 0 && x.exponent == 1023 && !x.sign); x.value = -0.5; assert(x.fraction == 0 && x.exponent == 1022 && x.sign); x.value = 0.5; assert(x.fraction == 0 && x.exponent == 1022 && !x.sign); // test writing x.fraction = 1125899906842624; x.exponent = 1025; x.sign = true; assert(x.value == -5.0); // test enums enum ABC { A, B, C } struct EnumTest { mixin(bitfields!( ABC, "x", 2, bool, "y", 1, ubyte, "z", 5)); } } /** * An array of bits. */ struct BitArray { size_t len; size_t* ptr; enum bitsPerSizeT = size_t.sizeof * 8; /********************************************** * Gets the amount of native words backing this $(D BitArray). */ @property const size_t dim() { return (len + (bitsPerSizeT-1)) / bitsPerSizeT; } /********************************************** * Gets the amount of bits in the $(D BitArray). */ @property const size_t length() { return len; } /********************************************** * Sets the amount of bits in the $(D BitArray). */ @property size_t length(size_t newlen) { if (newlen != len) { size_t olddim = dim; size_t newdim = (newlen + (bitsPerSizeT-1)) / bitsPerSizeT; if (newdim != olddim) { // Create a fake array so we can use D's realloc machinery auto b = ptr[0 .. olddim]; b.length = newdim; // realloc ptr = b.ptr; if (newdim & (bitsPerSizeT-1)) { // Set any pad bits to 0 ptr[newdim - 1] &= ~(~0 << (newdim & (bitsPerSizeT-1))); } } len = newlen; } return len; } /********************************************** * Gets the $(D i)'th bit in the $(D BitArray). */ bool opIndex(size_t i) const in { assert(i < len); } body { // Andrei: review for @@@64-bit@@@ return cast(bool) bt(ptr, i); } unittest { void Fun(const BitArray arr) { auto x = arr[0]; assert(x == 1); } BitArray a; a.length = 3; a[0] = 1; Fun(a); } /********************************************** * Sets the $(D i)'th bit in the $(D BitArray). */ bool opIndexAssign(bool b, size_t i) in { assert(i < len); } body { if (b) bts(ptr, i); else btr(ptr, i); return b; } /********************************************** * Duplicates the $(D BitArray) and its contents. */ @property BitArray dup() const { BitArray ba; auto b = ptr[0 .. dim].dup; ba.len = len; ba.ptr = b.ptr; return ba; } unittest { BitArray a; BitArray b; int i; debug(bitarray) printf("BitArray.dup.unittest\n"); a.length = 3; a[0] = 1; a[1] = 0; a[2] = 1; b = a.dup; assert(b.length == 3); for (i = 0; i < 3; i++) { debug(bitarray) printf("b[%d] = %d\n", i, b[i]); assert(b[i] == (((i ^ 1) & 1) ? true : false)); } } /********************************************** * Support for $(D foreach) loops for $(D BitArray). */ int opApply(scope int delegate(ref bool) dg) { int result; for (size_t i = 0; i < len; i++) { bool b = opIndex(i); result = dg(b); this[i] = b; if (result) break; } return result; } /** ditto */ int opApply(scope int delegate(bool) dg) const { int result; for (size_t i = 0; i < len; i++) { bool b = opIndex(i); result = dg(b); if (result) break; } return result; } /** ditto */ int opApply(scope int delegate(ref size_t, ref bool) dg) { int result; for (size_t i = 0; i < len; i++) { bool b = opIndex(i); result = dg(i, b); this[i] = b; if (result) break; } return result; } /** ditto */ int opApply(scope int delegate(size_t, bool) dg) const { int result; for (size_t i = 0; i < len; i++) { bool b = opIndex(i); result = dg(i, b); if (result) break; } return result; } unittest { debug(bitarray) printf("BitArray.opApply unittest\n"); static bool[] ba = [1,0,1]; BitArray a; a.init(ba); int i; foreach (b;a) { switch (i) { case 0: assert(b == true); break; case 1: assert(b == false); break; case 2: assert(b == true); break; default: assert(0); } i++; } foreach (j,b;a) { switch (j) { case 0: assert(b == true); break; case 1: assert(b == false); break; case 2: assert(b == true); break; default: assert(0); } } } /********************************************** * Reverses the bits of the $(D BitArray). */ @property BitArray reverse() out (result) { assert(result == this); } body { if (len >= 2) { bool t; size_t lo, hi; lo = 0; hi = len - 1; for (; lo < hi; lo++, hi--) { t = this[lo]; this[lo] = this[hi]; this[hi] = t; } } return this; } unittest { debug(bitarray) printf("BitArray.reverse.unittest\n"); BitArray b; static bool[5] data = [1,0,1,1,0]; int i; b.init(data); b.reverse; for (i = 0; i < data.length; i++) { assert(b[i] == data[4 - i]); } } /********************************************** * Sorts the $(D BitArray)'s elements. */ @property BitArray sort() out (result) { assert(result == this); } body { if (len >= 2) { size_t lo, hi; lo = 0; hi = len - 1; while (1) { while (1) { if (lo >= hi) goto Ldone; if (this[lo] == true) break; lo++; } while (1) { if (lo >= hi) goto Ldone; if (this[hi] == false) break; hi--; } this[lo] = false; this[hi] = true; lo++; hi--; } } Ldone: return this; } unittest { debug(bitarray) printf("BitArray.sort.unittest\n"); __gshared size_t x = 0b1100011000; __gshared BitArray ba = { 10, &x }; ba.sort; for (size_t i = 0; i < 6; i++) assert(ba[i] == false); for (size_t i = 6; i < 10; i++) assert(ba[i] == true); } /*************************************** * Support for operators == and != for $(D BitArray). */ const bool opEquals(const ref BitArray a2) { int i; if (this.length != a2.length) return 0; // not equal auto p1 = this.ptr; auto p2 = a2.ptr; auto n = this.length / bitsPerSizeT; for (i = 0; i < n; i++) { if (p1[i] != p2[i]) return 0; // not equal } n = this.length & (bitsPerSizeT-1); size_t mask = (1 << n) - 1; //printf("i = %d, n = %d, mask = %x, %x, %x\n", i, n, mask, p1[i], p2[i]); return (mask == 0) || (p1[i] & mask) == (p2[i] & mask); } unittest { debug(bitarray) printf("BitArray.opEquals unittest\n"); static bool[] ba = [1,0,1,0,1]; static bool[] bb = [1,0,1]; static bool[] bc = [1,0,1,0,1,0,1]; static bool[] bd = [1,0,1,1,1]; static bool[] be = [1,0,1,0,1]; BitArray a; a.init(ba); BitArray b; b.init(bb); BitArray c; c.init(bc); BitArray d; d.init(bd); BitArray e; e.init(be); assert(a != b); assert(a != c); assert(a != d); assert(a == e); } /*************************************** * Supports comparison operators for $(D BitArray). */ int opCmp(BitArray a2) const { uint i; auto len = this.length; if (a2.length < len) len = a2.length; auto p1 = this.ptr; auto p2 = a2.ptr; auto n = len / bitsPerSizeT; for (i = 0; i < n; i++) { if (p1[i] != p2[i]) break; // not equal } for (size_t j = 0; j < len-i * bitsPerSizeT; j++) { size_t mask = cast(size_t)(1 << j); auto c = (cast(long)(p1[i] & mask) - cast(long)(p2[i] & mask)); if (c) return c > 0 ? 1 : -1; } return cast(int)this.len - cast(int)a2.length; } unittest { debug(bitarray) printf("BitArray.opCmp unittest\n"); static bool[] ba = [1,0,1,0,1]; static bool[] bb = [1,0,1]; static bool[] bc = [1,0,1,0,1,0,1]; static bool[] bd = [1,0,1,1,1]; static bool[] be = [1,0,1,0,1]; BitArray a; a.init(ba); BitArray b; b.init(bb); BitArray c; c.init(bc); BitArray d; d.init(bd); BitArray e; e.init(be); assert(a > b); assert(a >= b); assert(a < c); assert(a <= c); assert(a < d); assert(a <= d); assert(a == e); assert(a <= e); assert(a >= e); bool[] v; for (int i = 1; i < 256; i++) { v.length = i; v[] = false; BitArray x; x.init(v); v[i-1] = true; BitArray y; y.init(v); assert(x < y); assert(x <= y); } } /*************************************** * Support for hashing for $(D BitArray). */ size_t toHash() const pure nothrow { size_t hash = 3557; auto n = len / 8; for (int i = 0; i < n; i++) { hash *= 3559; hash += (cast(byte*)this.ptr)[i]; } for (size_t i = 8*n; i < len; i++) { hash *= 3571; hash += bt(this.ptr, i); } return hash; } /*************************************** * Set this $(D BitArray) to the contents of $(D ba). */ void init(bool[] ba) { length = ba.length; foreach (i, b; ba) { this[i] = b; } } /*************************************** * Map the $(D BitArray) onto $(D v), with $(D numbits) being the number of bits * in the array. Does not copy the data. * * This is the inverse of $(D opCast). */ void init(void[] v, size_t numbits) in { assert(numbits <= v.length * 8); assert((v.length & 3) == 0); } body { ptr = cast(size_t*)v.ptr; len = numbits; } unittest { debug(bitarray) printf("BitArray.init unittest\n"); static bool[] ba = [1,0,1,0,1]; BitArray a; a.init(ba); BitArray b; void[] v; v = cast(void[])a; b.init(v, a.length); assert(b[0] == 1); assert(b[1] == 0); assert(b[2] == 1); assert(b[3] == 0); assert(b[4] == 1); a[0] = 0; assert(b[0] == 0); assert(a == b); } /*************************************** * Convert to $(D void[]). */ void[] opCast(T : void[])() { return cast(void[])ptr[0 .. dim]; } /*************************************** * Convert to $(D size_t[]). */ size_t[] opCast(T : size_t[])() { return ptr[0 .. dim]; } unittest { debug(bitarray) printf("BitArray.opCast unittest\n"); static bool[] ba = [1,0,1,0,1]; BitArray a; a.init(ba); void[] v = cast(void[])a; assert(v.length == a.dim * size_t.sizeof); } /*************************************** * Support for unary operator ~ for $(D BitArray). */ BitArray opCom() { auto dim = this.dim; BitArray result; result.length = len; for (size_t i = 0; i < dim; i++) result.ptr[i] = ~this.ptr[i]; if (len & (bitsPerSizeT-1)) result.ptr[dim - 1] &= ~(~0 << (len & (bitsPerSizeT-1))); return result; } unittest { debug(bitarray) printf("BitArray.opCom unittest\n"); static bool[] ba = [1,0,1,0,1]; BitArray a; a.init(ba); BitArray b = ~a; assert(b[0] == 0); assert(b[1] == 1); assert(b[2] == 0); assert(b[3] == 1); assert(b[4] == 0); } /*************************************** * Support for binary operator & for $(D BitArray). */ BitArray opAnd(BitArray e2) in { assert(len == e2.length); } body { auto dim = this.dim; BitArray result; result.length = len; for (size_t i = 0; i < dim; i++) result.ptr[i] = this.ptr[i] & e2.ptr[i]; return result; } unittest { debug(bitarray) printf("BitArray.opAnd unittest\n"); static bool[] ba = [1,0,1,0,1]; static bool[] bb = [1,0,1,1,0]; BitArray a; a.init(ba); BitArray b; b.init(bb); BitArray c = a & b; assert(c[0] == 1); assert(c[1] == 0); assert(c[2] == 1); assert(c[3] == 0); assert(c[4] == 0); } /*************************************** * Support for binary operator | for $(D BitArray). */ BitArray opOr(BitArray e2) const in { assert(len == e2.length); } body { auto dim = this.dim; BitArray result; result.length = len; for (size_t i = 0; i < dim; i++) result.ptr[i] = this.ptr[i] | e2.ptr[i]; return result; } unittest { debug(bitarray) printf("BitArray.opOr unittest\n"); static bool[] ba = [1,0,1,0,1]; static bool[] bb = [1,0,1,1,0]; BitArray a; a.init(ba); BitArray b; b.init(bb); BitArray c = a | b; assert(c[0] == 1); assert(c[1] == 0); assert(c[2] == 1); assert(c[3] == 1); assert(c[4] == 1); } /*************************************** * Support for binary operator ^ for $(D BitArray). */ BitArray opXor(BitArray e2) const in { assert(len == e2.length); } body { auto dim = this.dim; BitArray result; result.length = len; for (size_t i = 0; i < dim; i++) result.ptr[i] = this.ptr[i] ^ e2.ptr[i]; return result; } unittest { debug(bitarray) printf("BitArray.opXor unittest\n"); static bool[] ba = [1,0,1,0,1]; static bool[] bb = [1,0,1,1,0]; BitArray a; a.init(ba); BitArray b; b.init(bb); BitArray c = a ^ b; assert(c[0] == 0); assert(c[1] == 0); assert(c[2] == 0); assert(c[3] == 1); assert(c[4] == 1); } /*************************************** * Support for binary operator - for $(D BitArray). * * $(D a - b) for $(D BitArray) means the same thing as $(D a &amp; ~b). */ BitArray opSub(BitArray e2) const in { assert(len == e2.length); } body { auto dim = this.dim; BitArray result; result.length = len; for (size_t i = 0; i < dim; i++) result.ptr[i] = this.ptr[i] & ~e2.ptr[i]; return result; } unittest { debug(bitarray) printf("BitArray.opSub unittest\n"); static bool[] ba = [1,0,1,0,1]; static bool[] bb = [1,0,1,1,0]; BitArray a; a.init(ba); BitArray b; b.init(bb); BitArray c = a - b; assert(c[0] == 0); assert(c[1] == 0); assert(c[2] == 0); assert(c[3] == 0); assert(c[4] == 1); } /*************************************** * Support for operator &= for $(D BitArray). */ BitArray opAndAssign(BitArray e2) in { assert(len == e2.length); } body { auto dim = this.dim; for (size_t i = 0; i < dim; i++) ptr[i] &= e2.ptr[i]; return this; } unittest { debug(bitarray) printf("BitArray.opAndAssign unittest\n"); static bool[] ba = [1,0,1,0,1]; static bool[] bb = [1,0,1,1,0]; BitArray a; a.init(ba); BitArray b; b.init(bb); a &= b; assert(a[0] == 1); assert(a[1] == 0); assert(a[2] == 1); assert(a[3] == 0); assert(a[4] == 0); } /*************************************** * Support for operator |= for $(D BitArray). */ BitArray opOrAssign(BitArray e2) in { assert(len == e2.length); } body { auto dim = this.dim; for (size_t i = 0; i < dim; i++) ptr[i] |= e2.ptr[i]; return this; } unittest { debug(bitarray) printf("BitArray.opOrAssign unittest\n"); static bool[] ba = [1,0,1,0,1]; static bool[] bb = [1,0,1,1,0]; BitArray a; a.init(ba); BitArray b; b.init(bb); a |= b; assert(a[0] == 1); assert(a[1] == 0); assert(a[2] == 1); assert(a[3] == 1); assert(a[4] == 1); } /*************************************** * Support for operator ^= for $(D BitArray). */ BitArray opXorAssign(BitArray e2) in { assert(len == e2.length); } body { auto dim = this.dim; for (size_t i = 0; i < dim; i++) ptr[i] ^= e2.ptr[i]; return this; } unittest { debug(bitarray) printf("BitArray.opXorAssign unittest\n"); static bool[] ba = [1,0,1,0,1]; static bool[] bb = [1,0,1,1,0]; BitArray a; a.init(ba); BitArray b; b.init(bb); a ^= b; assert(a[0] == 0); assert(a[1] == 0); assert(a[2] == 0); assert(a[3] == 1); assert(a[4] == 1); } /*************************************** * Support for operator -= for $(D BitArray). * * $(D a -= b) for $(D BitArray) means the same thing as $(D a &amp;= ~b). */ BitArray opSubAssign(BitArray e2) in { assert(len == e2.length); } body { auto dim = this.dim; for (size_t i = 0; i < dim; i++) ptr[i] &= ~e2.ptr[i]; return this; } unittest { debug(bitarray) printf("BitArray.opSubAssign unittest\n"); static bool[] ba = [1,0,1,0,1]; static bool[] bb = [1,0,1,1,0]; BitArray a; a.init(ba); BitArray b; b.init(bb); a -= b; assert(a[0] == 0); assert(a[1] == 0); assert(a[2] == 0); assert(a[3] == 0); assert(a[4] == 1); } /*************************************** * Support for operator ~= for $(D BitArray). */ BitArray opCatAssign(bool b) { length = len + 1; this[len - 1] = b; return this; } unittest { debug(bitarray) printf("BitArray.opCatAssign unittest\n"); static bool[] ba = [1,0,1,0,1]; BitArray a; a.init(ba); BitArray b; b = (a ~= true); assert(a[0] == 1); assert(a[1] == 0); assert(a[2] == 1); assert(a[3] == 0); assert(a[4] == 1); assert(a[5] == 1); assert(b == a); } /*************************************** * ditto */ BitArray opCatAssign(BitArray b) { auto istart = len; length = len + b.length; for (auto i = istart; i < len; i++) this[i] = b[i - istart]; return this; } unittest { debug(bitarray) printf("BitArray.opCatAssign unittest\n"); static bool[] ba = [1,0]; static bool[] bb = [0,1,0]; BitArray a; a.init(ba); BitArray b; b.init(bb); BitArray c; c = (a ~= b); assert(a.length == 5); assert(a[0] == 1); assert(a[1] == 0); assert(a[2] == 0); assert(a[3] == 1); assert(a[4] == 0); assert(c == a); } /*************************************** * Support for binary operator ~ for $(D BitArray). */ BitArray opCat(bool b) const { BitArray r; r = this.dup; r.length = len + 1; r[len] = b; return r; } /** ditto */ BitArray opCat_r(bool b) const { BitArray r; r.length = len + 1; r[0] = b; for (size_t i = 0; i < len; i++) r[1 + i] = this[i]; return r; } /** ditto */ BitArray opCat(BitArray b) const { BitArray r; r = this.dup; r ~= b; return r; } unittest { debug(bitarray) printf("BitArray.opCat unittest\n"); static bool[] ba = [1,0]; static bool[] bb = [0,1,0]; BitArray a; a.init(ba); BitArray b; b.init(bb); BitArray c; c = (a ~ b); assert(c.length == 5); assert(c[0] == 1); assert(c[1] == 0); assert(c[2] == 0); assert(c[3] == 1); assert(c[4] == 0); c = (a ~ true); assert(c.length == 3); assert(c[0] == 1); assert(c[1] == 0); assert(c[2] == 1); c = (false ~ a); assert(c.length == 3); assert(c[0] == 0); assert(c[1] == 1); assert(c[2] == 0); } /*************************************** * Return a string representation of this BitArray. * * Two format specifiers are supported: * $(LI $(B %s) which prints the bits as an array, and) * $(LI $(B %b) which prints the bits as 8-bit byte packets) * separated with an underscore. */ void toString(scope void delegate(const(char)[]) sink, FormatSpec!char fmt) const { switch(fmt.spec) { case 'b': return formatBitString(sink); case 's': return formatBitArray(sink); default: throw new Exception("Unknown format specifier: %" ~ fmt.spec); } } /// unittest { BitArray b; b.init([0, 0, 0, 0, 1, 1, 1, 1, 0, 0, 0, 0, 1, 1, 1, 1]); auto s1 = format("%s", b); assert(s1 == "[0, 0, 0, 0, 1, 1, 1, 1, 0, 0, 0, 0, 1, 1, 1, 1]"); auto s2 = format("%b", b); assert(s2 == "00001111_00001111"); } private void formatBitString(scope void delegate(const(char)[]) sink) const { if (!length) return; auto leftover = len % 8; foreach (idx; 0 .. leftover) { char[1] res = cast(char)(bt(ptr, idx) + '0'); sink.put(res[]); } if (leftover && len > 8) sink.put("_"); size_t count; foreach (idx; leftover .. len) { char[1] res = cast(char)(bt(ptr, idx) + '0'); sink.put(res[]); if (++count == 8 && idx != len - 1) { sink.put("_"); count = 0; } } } private void formatBitArray(scope void delegate(const(char)[]) sink) const { sink("["); foreach (idx; 0 .. len) { char[1] res = cast(char)(bt(ptr, idx) + '0'); sink(res[]); if (idx+1 < len) sink(", "); } sink("]"); } } unittest { BitArray b; b.init([]); assert(format("%s", b) == "[]"); assert(format("%b", b) is null); b.init([1]); assert(format("%s", b) == "[1]"); assert(format("%b", b) == "1"); b.init([0, 0, 0, 0]); assert(format("%b", b) == "0000"); b.init([0, 0, 0, 0, 1, 1, 1, 1]); assert(format("%s", b) == "[0, 0, 0, 0, 1, 1, 1, 1]"); assert(format("%b", b) == "00001111"); b.init([0, 0, 0, 0, 1, 1, 1, 1, 0, 0, 0, 0, 1, 1, 1, 1]); assert(format("%s", b) == "[0, 0, 0, 0, 1, 1, 1, 1, 0, 0, 0, 0, 1, 1, 1, 1]"); assert(format("%b", b) == "00001111_00001111"); b.init([1, 0, 0, 0, 0, 1, 1, 1, 1]); assert(format("%b", b) == "1_00001111"); b.init([1, 0, 0, 0, 0, 1, 1, 1, 1, 0, 0, 0, 0, 1, 1, 1, 1]); assert(format("%b", b) == "1_00001111_00001111"); } /++ Swaps the endianness of the given integral value or character. +/ T swapEndian(T)(T val) @safe pure nothrow if(isIntegral!T || isSomeChar!T || isBoolean!T) { static if(val.sizeof == 1) return val; else static if(isUnsigned!T) return swapEndianImpl(val); else static if(isIntegral!T) return cast(T)swapEndianImpl(cast(Unsigned!T) val); else static if(is(Unqual!T == wchar)) return cast(T)swapEndian(cast(ushort)val); else static if(is(Unqual!T == dchar)) return cast(T)swapEndian(cast(uint)val); else static assert(0, T.stringof ~ " unsupported by swapEndian."); } private ushort swapEndianImpl(ushort val) @safe pure nothrow { return ((val & 0xff00U) >> 8) | ((val & 0x00ffU) << 8); } private uint swapEndianImpl(uint val) @trusted pure nothrow { return bswap(val); } private ulong swapEndianImpl(ulong val) @trusted pure nothrow { immutable ulong res = bswap(cast(uint)val); return res << 32 | bswap(cast(uint)(val >> 32)); } unittest { foreach(T; TypeTuple!(bool, byte, ubyte, short, ushort, int, uint, long, ulong, char, wchar, dchar)) { scope(failure) writefln("Failed type: %s", T.stringof); T val; const T cval; immutable T ival; assert(swapEndian(swapEndian(val)) == val); assert(swapEndian(swapEndian(cval)) == cval); assert(swapEndian(swapEndian(ival)) == ival); assert(swapEndian(swapEndian(T.min)) == T.min); assert(swapEndian(swapEndian(T.max)) == T.max); foreach(i; 2 .. 10) { immutable T maxI = cast(T)(T.max / i); immutable T minI = cast(T)(T.min / i); assert(swapEndian(swapEndian(maxI)) == maxI); static if(isSigned!T) assert(swapEndian(swapEndian(minI)) == minI); } static if(isSigned!T) assert(swapEndian(swapEndian(cast(T)0)) == 0); // used to trigger BUG6354 static if(T.sizeof > 1 && isUnsigned!T) { T left = 0xffU; left <<= (T.sizeof - 1) * 8; T right = 0xffU; for(size_t i = 1; i < T.sizeof; ++i) { assert(swapEndian(left) == right); assert(swapEndian(right) == left); left >>= 8; right <<= 8; } } } } private union EndianSwapper(T) if(canSwapEndianness!T) { Unqual!T value; ubyte[T.sizeof] array; static if(is(FloatingPointTypeOf!T == float)) uint intValue; else static if(is(FloatingPointTypeOf!T == double)) ulong intValue; } /++ Converts the given value from the native endianness to big endian and returns it as a $(D ubyte[n]) where $(D n) is the size of the given type. Returning a $(D ubyte[n]) helps prevent accidentally using a swapped value as a regular one (and in the case of floating point values, it's necessary, because the FPU will mess up any swapped floating point values. So, you can't actually have swapped floating point values as floating point values). $(D real) is not supported, because its size is implementation-dependent and therefore could vary from machine to machine (which could make it unusable if you tried to transfer it to another machine). Examples: -------------------- int i = 12345; ubyte[4] swappedI = nativeToBigEndian(i); assert(i == bigEndianToNative!int(swappedI)); double d = 123.45; ubyte[8] swappedD = nativeToBigEndian(d); assert(d == bigEndianToNative!double(swappedD)); -------------------- +/ auto nativeToBigEndian(T)(T val) @safe pure nothrow if(canSwapEndianness!T) { return nativeToBigEndianImpl(val); } //Verify Examples unittest { int i = 12345; ubyte[4] swappedI = nativeToBigEndian(i); assert(i == bigEndianToNative!int(swappedI)); double d = 123.45; ubyte[8] swappedD = nativeToBigEndian(d); assert(d == bigEndianToNative!double(swappedD)); } private auto nativeToBigEndianImpl(T)(T val) @safe pure nothrow if(isIntegral!T || isSomeChar!T || isBoolean!T) { EndianSwapper!T es = void; version(LittleEndian) es.value = swapEndian(val); else es.value = val; return es.array; } private auto nativeToBigEndianImpl(T)(T val) @safe pure nothrow if(isFloatOrDouble!T) { version(LittleEndian) return floatEndianImpl!(T, true)(val); else return floatEndianImpl!(T, false)(val); } unittest { foreach(T; TypeTuple!(bool, byte, ubyte, short, ushort, int, uint, long, ulong, char, wchar, dchar /* The trouble here is with floats and doubles being compared against nan * using a bit compare. There are two kinds of nans, quiet and signaling. * When a nan passes through the x87, it converts signaling to quiet. * When a nan passes through the XMM, it does not convert signaling to quiet. * float.init is a signaling nan. * The binary API sometimes passes the data through the XMM, sometimes through * the x87, meaning these will fail the 'is' bit compare under some circumstances. * I cannot think of a fix for this that makes consistent sense. */ /*,float, double*/)) { scope(failure) writefln("Failed type: %s", T.stringof); T val; const T cval; immutable T ival; //is instead of == because of NaN for floating point values. assert(bigEndianToNative!T(nativeToBigEndian(val)) is val); assert(bigEndianToNative!T(nativeToBigEndian(cval)) is cval); assert(bigEndianToNative!T(nativeToBigEndian(ival)) is ival); assert(bigEndianToNative!T(nativeToBigEndian(T.min)) == T.min); assert(bigEndianToNative!T(nativeToBigEndian(T.max)) == T.max); static if(isSigned!T) assert(bigEndianToNative!T(nativeToBigEndian(cast(T)0)) == 0); static if(!is(T == bool)) { foreach(i; [2, 4, 6, 7, 9, 11]) { immutable T maxI = cast(T)(T.max / i); immutable T minI = cast(T)(T.min / i); assert(bigEndianToNative!T(nativeToBigEndian(maxI)) == maxI); static if(T.sizeof > 1) assert(nativeToBigEndian(maxI) != nativeToLittleEndian(maxI)); else assert(nativeToBigEndian(maxI) == nativeToLittleEndian(maxI)); static if(isSigned!T) { assert(bigEndianToNative!T(nativeToBigEndian(minI)) == minI); static if(T.sizeof > 1) assert(nativeToBigEndian(minI) != nativeToLittleEndian(minI)); else assert(nativeToBigEndian(minI) == nativeToLittleEndian(minI)); } } } static if(isUnsigned!T || T.sizeof == 1 || is(T == wchar)) assert(nativeToBigEndian(T.max) == nativeToLittleEndian(T.max)); else assert(nativeToBigEndian(T.max) != nativeToLittleEndian(T.max)); static if(isUnsigned!T || T.sizeof == 1 || isSomeChar!T) assert(nativeToBigEndian(T.min) == nativeToLittleEndian(T.min)); else assert(nativeToBigEndian(T.min) != nativeToLittleEndian(T.min)); } } /++ Converts the given value from big endian to the native endianness and returns it. The value is given as a $(D ubyte[n]) where $(D n) is the size of the target type. You must give the target type as a template argument, because there are multiple types with the same size and so the type of the argument is not enough to determine the return type. Taking a $(D ubyte[n]) helps prevent accidentally using a swapped value as a regular one (and in the case of floating point values, it's necessary, because the FPU will mess up any swapped floating point values. So, you can't actually have swapped floating point values as floating point values). Examples: -------------------- ushort i = 12345; ubyte[2] swappedI = nativeToBigEndian(i); assert(i == bigEndianToNative!ushort(swappedI)); dchar c = 'D'; ubyte[4] swappedC = nativeToBigEndian(c); assert(c == bigEndianToNative!dchar(swappedC)); -------------------- +/ T bigEndianToNative(T, size_t n)(ubyte[n] val) @safe pure nothrow if(canSwapEndianness!T && n == T.sizeof) { return bigEndianToNativeImpl!(T, n)(val); } //Verify Examples. unittest { ushort i = 12345; ubyte[2] swappedI = nativeToBigEndian(i); assert(i == bigEndianToNative!ushort(swappedI)); dchar c = 'D'; ubyte[4] swappedC = nativeToBigEndian(c); assert(c == bigEndianToNative!dchar(swappedC)); } private T bigEndianToNativeImpl(T, size_t n)(ubyte[n] val) @safe pure nothrow if((isIntegral!T || isSomeChar!T || isBoolean!T) && n == T.sizeof) { EndianSwapper!T es = void; es.array = val; version(LittleEndian) immutable retval = swapEndian(es.value); else immutable retval = es.value; return retval; } private T bigEndianToNativeImpl(T, size_t n)(ubyte[n] val) @safe pure nothrow if(isFloatOrDouble!T && n == T.sizeof) { version(LittleEndian) return cast(T) floatEndianImpl!(n, true)(val); else return cast(T) floatEndianImpl!(n, false)(val); } /++ Converts the given value from the native endianness to little endian and returns it as a $(D ubyte[n]) where $(D n) is the size of the given type. Returning a $(D ubyte[n]) helps prevent accidentally using a swapped value as a regular one (and in the case of floating point values, it's necessary, because the FPU will mess up any swapped floating point values. So, you can't actually have swapped floating point values as floating point values). Examples: -------------------- int i = 12345; ubyte[4] swappedI = nativeToLittleEndian(i); assert(i == littleEndianToNative!int(swappedI)); double d = 123.45; ubyte[8] swappedD = nativeToLittleEndian(d); assert(d == littleEndianToNative!double(swappedD)); -------------------- +/ auto nativeToLittleEndian(T)(T val) @safe pure nothrow if(canSwapEndianness!T) { return nativeToLittleEndianImpl(val); } //Verify Examples. unittest { int i = 12345; ubyte[4] swappedI = nativeToLittleEndian(i); assert(i == littleEndianToNative!int(swappedI)); double d = 123.45; ubyte[8] swappedD = nativeToLittleEndian(d); assert(d == littleEndianToNative!double(swappedD)); } private auto nativeToLittleEndianImpl(T)(T val) @safe pure nothrow if(isIntegral!T || isSomeChar!T || isBoolean!T) { EndianSwapper!T es = void; version(BigEndian) es.value = swapEndian(val); else es.value = val; return es.array; } private auto nativeToLittleEndianImpl(T)(T val) @safe pure nothrow if(isFloatOrDouble!T) { version(BigEndian) return floatEndianImpl!(T, true)(val); else return floatEndianImpl!(T, false)(val); } unittest { foreach(T; TypeTuple!(bool, byte, ubyte, short, ushort, int, uint, long, ulong, char, wchar, dchar/*, float, double*/)) { scope(failure) writefln("Failed type: %s", T.stringof); T val; const T cval; immutable T ival; //is instead of == because of NaN for floating point values. assert(littleEndianToNative!T(nativeToLittleEndian(val)) is val); assert(littleEndianToNative!T(nativeToLittleEndian(cval)) is cval); assert(littleEndianToNative!T(nativeToLittleEndian(ival)) is ival); assert(littleEndianToNative!T(nativeToLittleEndian(T.min)) == T.min); assert(littleEndianToNative!T(nativeToLittleEndian(T.max)) == T.max); static if(isSigned!T) assert(littleEndianToNative!T(nativeToLittleEndian(cast(T)0)) == 0); static if(!is(T == bool)) { foreach(i; 2 .. 10) { immutable T maxI = cast(T)(T.max / i); immutable T minI = cast(T)(T.min / i); assert(littleEndianToNative!T(nativeToLittleEndian(maxI)) == maxI); static if(isSigned!T) assert(littleEndianToNative!T(nativeToLittleEndian(minI)) == minI); } } } } /++ Converts the given value from little endian to the native endianness and returns it. The value is given as a $(D ubyte[n]) where $(D n) is the size of the target type. You must give the target type as a template argument, because there are multiple types with the same size and so the type of the argument is not enough to determine the return type. Taking a $(D ubyte[n]) helps prevent accidentally using a swapped value as a regular one (and in the case of floating point values, it's necessary, because the FPU will mess up any swapped floating point values. So, you can't actually have swapped floating point values as floating point values). $(D real) is not supported, because its size is implementation-dependent and therefore could vary from machine to machine (which could make it unusable if you tried to transfer it to another machine). Examples: -------------------- ushort i = 12345; ubyte[2] swappedI = nativeToLittleEndian(i); assert(i == littleEndianToNative!ushort(swappedI)); dchar c = 'D'; ubyte[4] swappedC = nativeToLittleEndian(c); assert(c == littleEndianToNative!dchar(swappedC)); -------------------- +/ T littleEndianToNative(T, size_t n)(ubyte[n] val) @safe pure nothrow if(canSwapEndianness!T && n == T.sizeof) { return littleEndianToNativeImpl!T(val); } //Verify Unittest. unittest { ushort i = 12345; ubyte[2] swappedI = nativeToLittleEndian(i); assert(i == littleEndianToNative!ushort(swappedI)); dchar c = 'D'; ubyte[4] swappedC = nativeToLittleEndian(c); assert(c == littleEndianToNative!dchar(swappedC)); } private T littleEndianToNativeImpl(T, size_t n)(ubyte[n] val) @safe pure nothrow if((isIntegral!T || isSomeChar!T || isBoolean!T) && n == T.sizeof) { EndianSwapper!T es = void; es.array = val; version(BigEndian) immutable retval = swapEndian(es.value); else immutable retval = es.value; return retval; } private T littleEndianToNativeImpl(T, size_t n)(ubyte[n] val) @safe pure nothrow if(((isFloatOrDouble!T) && n == T.sizeof)) { version(BigEndian) return floatEndianImpl!(n, true)(val); else return floatEndianImpl!(n, false)(val); } private auto floatEndianImpl(T, bool swap)(T val) @safe pure nothrow if(isFloatOrDouble!T) { EndianSwapper!T es = void; es.value = val; static if(swap) es.intValue = swapEndian(es.intValue); return es.array; } private auto floatEndianImpl(size_t n, bool swap)(ubyte[n] val) @safe pure nothrow if(n == 4 || n == 8) { static if(n == 4) EndianSwapper!float es = void; else static if(n == 8) EndianSwapper!double es = void; es.array = val; static if(swap) es.intValue = swapEndian(es.intValue); return es.value; } private template isFloatOrDouble(T) { enum isFloatOrDouble = isFloatingPoint!T && !is(Unqual!(FloatingPointTypeOf!T) == real); } unittest { foreach(T; TypeTuple!(float, double)) { static assert(isFloatOrDouble!(T)); static assert(isFloatOrDouble!(const T)); static assert(isFloatOrDouble!(immutable T)); static assert(isFloatOrDouble!(shared T)); static assert(isFloatOrDouble!(shared(const T))); static assert(isFloatOrDouble!(shared(immutable T))); } static assert(!isFloatOrDouble!(real)); static assert(!isFloatOrDouble!(const real)); static assert(!isFloatOrDouble!(immutable real)); static assert(!isFloatOrDouble!(shared real)); static assert(!isFloatOrDouble!(shared(const real))); static assert(!isFloatOrDouble!(shared(immutable real))); } private template canSwapEndianness(T) { enum canSwapEndianness = isIntegral!T || isSomeChar!T || isBoolean!T || isFloatOrDouble!T; } unittest { foreach(T; TypeTuple!(bool, ubyte, byte, ushort, short, uint, int, ulong, long, char, wchar, dchar, float, double)) { static assert(canSwapEndianness!(T)); static assert(canSwapEndianness!(const T)); static assert(canSwapEndianness!(immutable T)); static assert(canSwapEndianness!(shared(T))); static assert(canSwapEndianness!(shared(const T))); static assert(canSwapEndianness!(shared(immutable T))); } //! foreach(T; TypeTuple!(real, string, wstring, dstring)) { static assert(!canSwapEndianness!(T)); static assert(!canSwapEndianness!(const T)); static assert(!canSwapEndianness!(immutable T)); static assert(!canSwapEndianness!(shared(T))); static assert(!canSwapEndianness!(shared(const T))); static assert(!canSwapEndianness!(shared(immutable T))); } } /++ Takes a range of $(D ubyte)s and converts the first $(D T.sizeof) bytes to $(D T). The value returned is converted from the given endianness to the native endianness. The range is not consumed. Parems: T = The integral type to convert the first $(D T.sizeof) bytes to. endianness = The endianness that the bytes are assumed to be in. range = The range to read from. index = The index to start reading from (instead of starting at the front). If index is a pointer, then it is updated to the index after the bytes read. The overloads with index are only available if $(D hasSlicing!R) is $(D true). Examples: -------------------- ubyte[] buffer = [1, 5, 22, 9, 44, 255, 8]; assert(buffer.peek!uint() == 17110537); assert(buffer.peek!ushort() == 261); assert(buffer.peek!ubyte() == 1); assert(buffer.peek!uint(2) == 369700095); assert(buffer.peek!ushort(2) == 5641); assert(buffer.peek!ubyte(2) == 22); size_t index = 0; assert(buffer.peek!ushort(&index) == 261); assert(index == 2); assert(buffer.peek!uint(&index) == 369700095); assert(index == 6); assert(buffer.peek!ubyte(&index) == 8); assert(index == 7); -------------------- +/ T peek(T, Endian endianness = Endian.bigEndian, R)(R range) if (canSwapEndianness!T && isForwardRange!R && is(ElementType!R : const ubyte)) { static if(hasSlicing!R) const ubyte[T.sizeof] bytes = range[0 .. T.sizeof]; else { ubyte[T.sizeof] bytes; //Make sure that range is not consumed, even if it's a class. range = range.save; foreach(ref e; bytes) { e = range.front; range.popFront(); } } static if(endianness == Endian.bigEndian) return bigEndianToNative!T(bytes); else return littleEndianToNative!T(bytes); } /++ Ditto +/ T peek(T, Endian endianness = Endian.bigEndian, R)(R range, size_t index) if(canSwapEndianness!T && isForwardRange!R && hasSlicing!R && is(ElementType!R : const ubyte)) { return peek!(T, endianness)(range, &index); } /++ Ditto +/ T peek(T, Endian endianness = Endian.bigEndian, R)(R range, size_t* index) if(canSwapEndianness!T && isForwardRange!R && hasSlicing!R && is(ElementType!R : const ubyte)) { assert(index); immutable begin = *index; immutable end = begin + T.sizeof; const ubyte[T.sizeof] bytes = range[begin .. end]; *index = end; static if(endianness == Endian.bigEndian) return bigEndianToNative!T(bytes); else return littleEndianToNative!T(bytes); } //Verify Example. unittest { ubyte[] buffer = [1, 5, 22, 9, 44, 255, 8]; assert(buffer.peek!uint() == 17110537); assert(buffer.peek!ushort() == 261); assert(buffer.peek!ubyte() == 1); assert(buffer.peek!uint(2) == 369700095); assert(buffer.peek!ushort(2) == 5641); assert(buffer.peek!ubyte(2) == 22); size_t index = 0; assert(buffer.peek!ushort(&index) == 261); assert(index == 2); assert(buffer.peek!uint(&index) == 369700095); assert(index == 6); assert(buffer.peek!ubyte(&index) == 8); assert(index == 7); } unittest { { //bool ubyte[] buffer = [0, 1]; assert(buffer.peek!bool() == false); assert(buffer.peek!bool(1) == true); size_t index = 0; assert(buffer.peek!bool(&index) == false); assert(index == 1); assert(buffer.peek!bool(&index) == true); assert(index == 2); } { //char (8bit) ubyte[] buffer = [97, 98, 99, 100]; assert(buffer.peek!char() == 'a'); assert(buffer.peek!char(1) == 'b'); size_t index = 0; assert(buffer.peek!char(&index) == 'a'); assert(index == 1); assert(buffer.peek!char(&index) == 'b'); assert(index == 2); } { //wchar (16bit - 2x ubyte) ubyte[] buffer = [1, 5, 32, 29, 1, 7]; assert(buffer.peek!wchar() == 'ą'); assert(buffer.peek!wchar(2) == '”'); assert(buffer.peek!wchar(4) == 'ć'); size_t index = 0; assert(buffer.peek!wchar(&index) == 'ą'); assert(index == 2); assert(buffer.peek!wchar(&index) == '”'); assert(index == 4); assert(buffer.peek!wchar(&index) == 'ć'); assert(index == 6); } { //dchar (32bit - 4x ubyte) ubyte[] buffer = [0, 0, 1, 5, 0, 0, 32, 29, 0, 0, 1, 7]; assert(buffer.peek!dchar() == 'ą'); assert(buffer.peek!dchar(4) == '”'); assert(buffer.peek!dchar(8) == 'ć'); size_t index = 0; assert(buffer.peek!dchar(&index) == 'ą'); assert(index == 4); assert(buffer.peek!dchar(&index) == '”'); assert(index == 8); assert(buffer.peek!dchar(&index) == 'ć'); assert(index == 12); } { //float (32bit - 4x ubyte) ubyte[] buffer = [66, 0, 0, 0, 65, 200, 0, 0]; assert(buffer.peek!float()== 32.0); assert(buffer.peek!float(4) == 25.0f); size_t index = 0; assert(buffer.peek!float(&index) == 32.0f); assert(index == 4); assert(buffer.peek!float(&index) == 25.0f); assert(index == 8); } { //double (64bit - 8x ubyte) ubyte[] buffer = [64, 64, 0, 0, 0, 0, 0, 0, 64, 57, 0, 0, 0, 0, 0, 0]; assert(buffer.peek!double() == 32.0); assert(buffer.peek!double(8) == 25.0); size_t index = 0; assert(buffer.peek!double(&index) == 32.0); assert(index == 8); assert(buffer.peek!double(&index) == 25.0); assert(index == 16); } { //enum ubyte[] buffer = [0, 0, 0, 10, 0, 0, 0, 20, 0, 0, 0, 30]; enum Foo { one = 10, two = 20, three = 30 } assert(buffer.peek!Foo() == Foo.one); assert(buffer.peek!Foo(0) == Foo.one); assert(buffer.peek!Foo(4) == Foo.two); assert(buffer.peek!Foo(8) == Foo.three); size_t index = 0; assert(buffer.peek!Foo(&index) == Foo.one); assert(index == 4); assert(buffer.peek!Foo(&index) == Foo.two); assert(index == 8); assert(buffer.peek!Foo(&index) == Foo.three); assert(index == 12); } { //enum - bool ubyte[] buffer = [0, 1]; enum Bool: bool { bfalse = false, btrue = true, } assert(buffer.peek!Bool() == Bool.bfalse); assert(buffer.peek!Bool(0) == Bool.bfalse); assert(buffer.peek!Bool(1) == Bool.btrue); size_t index = 0; assert(buffer.peek!Bool(&index) == Bool.bfalse); assert(index == 1); assert(buffer.peek!Bool(&index) == Bool.btrue); assert(index == 2); } { //enum - float ubyte[] buffer = [66, 0, 0, 0, 65, 200, 0, 0]; enum Float: float { one = 32.0f, two = 25.0f } assert(buffer.peek!Float() == Float.one); assert(buffer.peek!Float(0) == Float.one); assert(buffer.peek!Float(4) == Float.two); size_t index = 0; assert(buffer.peek!Float(&index) == Float.one); assert(index == 4); assert(buffer.peek!Float(&index) == Float.two); assert(index == 8); } { //enum - double ubyte[] buffer = [64, 64, 0, 0, 0, 0, 0, 0, 64, 57, 0, 0, 0, 0, 0, 0]; enum Double: double { one = 32.0, two = 25.0 } assert(buffer.peek!Double() == Double.one); assert(buffer.peek!Double(0) == Double.one); assert(buffer.peek!Double(8) == Double.two); size_t index = 0; assert(buffer.peek!Double(&index) == Double.one); assert(index == 8); assert(buffer.peek!Double(&index) == Double.two); assert(index == 16); } { //enum - real ubyte[] buffer = [64, 64, 0, 0, 0, 0, 0, 0, 64, 57, 0, 0, 0, 0, 0, 0]; enum Real: real { one = 32.0, two = 25.0 } static assert(!__traits(compiles, buffer.peek!Real())); } } unittest { import std.algorithm; ubyte[] buffer = [1, 5, 22, 9, 44, 255, 7]; auto range = filter!"true"(buffer); assert(range.peek!uint() == 17110537); assert(range.peek!ushort() == 261); assert(range.peek!ubyte() == 1); } /++ Takes a range of $(D ubyte)s and converts the first $(D T.sizeof) bytes to $(D T). The value returned is converted from the given endianness to the native endianness. The $(D T.sizeof) bytes which are read are consumed from the range. Parems: T = The integral type to convert the first $(D T.sizeof) bytes to. endianness = The endianness that the bytes are assumed to be in. range = The range to read from. Examples: -------------------- ubyte[] buffer = [1, 5, 22, 9, 44, 255, 8]; assert(buffer.length == 7); assert(buffer.read!ushort() == 261); assert(buffer.length == 5); assert(buffer.read!uint() == 369700095); assert(buffer.length == 1); assert(buffer.read!ubyte() == 8); assert(buffer.empty); -------------------- +/ T read(T, Endian endianness = Endian.bigEndian, R)(ref R range) if(canSwapEndianness!T && isInputRange!R && is(ElementType!R : const ubyte)) { static if(hasSlicing!R) { const ubyte[T.sizeof] bytes = range[0 .. T.sizeof]; range.popFrontN(T.sizeof); } else { ubyte[T.sizeof] bytes; foreach(ref e; bytes) { e = range.front; range.popFront(); } } static if(endianness == Endian.bigEndian) return bigEndianToNative!T(bytes); else return littleEndianToNative!T(bytes); } //Verify Example. unittest { ubyte[] buffer = [1, 5, 22, 9, 44, 255, 8]; assert(buffer.length == 7); assert(buffer.read!ushort() == 261); assert(buffer.length == 5); assert(buffer.read!uint() == 369700095); assert(buffer.length == 1); assert(buffer.read!ubyte() == 8); assert(buffer.empty); } unittest { { //bool ubyte[] buffer = [0, 1]; assert(buffer.length == 2); assert(buffer.read!bool() == false); assert(buffer.length == 1); assert(buffer.read!bool() == true); assert(buffer.empty); } { //char (8bit) ubyte[] buffer = [97, 98, 99]; assert(buffer.length == 3); assert(buffer.read!char() == 'a'); assert(buffer.length == 2); assert(buffer.read!char() == 'b'); assert(buffer.length == 1); assert(buffer.read!char() == 'c'); assert(buffer.empty); } { //wchar (16bit - 2x ubyte) ubyte[] buffer = [1, 5, 32, 29, 1, 7]; assert(buffer.length == 6); assert(buffer.read!wchar() == 'ą'); assert(buffer.length == 4); assert(buffer.read!wchar() == '”'); assert(buffer.length == 2); assert(buffer.read!wchar() == 'ć'); assert(buffer.empty); } { //dchar (32bit - 4x ubyte) ubyte[] buffer = [0, 0, 1, 5, 0, 0, 32, 29, 0, 0, 1, 7]; assert(buffer.length == 12); assert(buffer.read!dchar() == 'ą'); assert(buffer.length == 8); assert(buffer.read!dchar() == '”'); assert(buffer.length == 4); assert(buffer.read!dchar() == 'ć'); assert(buffer.empty); } { //float (32bit - 4x ubyte) ubyte[] buffer = [66, 0, 0, 0, 65, 200, 0, 0]; assert(buffer.length == 8); assert(buffer.read!float()== 32.0); assert(buffer.length == 4); assert(buffer.read!float() == 25.0f); assert(buffer.empty); } { //double (64bit - 8x ubyte) ubyte[] buffer = [64, 64, 0, 0, 0, 0, 0, 0, 64, 57, 0, 0, 0, 0, 0, 0]; assert(buffer.length == 16); assert(buffer.read!double() == 32.0); assert(buffer.length == 8); assert(buffer.read!double() == 25.0); assert(buffer.empty); } { //enum - uint ubyte[] buffer = [0, 0, 0, 10, 0, 0, 0, 20, 0, 0, 0, 30]; assert(buffer.length == 12); enum Foo { one = 10, two = 20, three = 30 } assert(buffer.read!Foo() == Foo.one); assert(buffer.length == 8); assert(buffer.read!Foo() == Foo.two); assert(buffer.length == 4); assert(buffer.read!Foo() == Foo.three); assert(buffer.empty); } { //enum - bool ubyte[] buffer = [0, 1]; assert(buffer.length == 2); enum Bool: bool { bfalse = false, btrue = true, } assert(buffer.read!Bool() == Bool.bfalse); assert(buffer.length == 1); assert(buffer.read!Bool() == Bool.btrue); assert(buffer.empty); } { //enum - float ubyte[] buffer = [66, 0, 0, 0, 65, 200, 0, 0]; assert(buffer.length == 8); enum Float: float { one = 32.0f, two = 25.0f } assert(buffer.read!Float() == Float.one); assert(buffer.length == 4); assert(buffer.read!Float() == Float.two); assert(buffer.empty); } { //enum - double ubyte[] buffer = [64, 64, 0, 0, 0, 0, 0, 0, 64, 57, 0, 0, 0, 0, 0, 0]; assert(buffer.length == 16); enum Double: double { one = 32.0, two = 25.0 } assert(buffer.read!Double() == Double.one); assert(buffer.length == 8); assert(buffer.read!Double() == Double.two); assert(buffer.empty); } { //enum - real ubyte[] buffer = [64, 64, 0, 0, 0, 0, 0, 0, 64, 57, 0, 0, 0, 0, 0, 0]; enum Real: real { one = 32.0, two = 25.0 } static assert(!__traits(compiles, buffer.read!Real())); } } unittest { import std.algorithm; ubyte[] buffer = [1, 5, 22, 9, 44, 255, 8]; auto range = filter!"true"(buffer); assert(walkLength(range) == 7); assert(range.read!ushort() == 261); assert(walkLength(range) == 5); assert(range.read!uint() == 369700095); assert(walkLength(range) == 1); assert(range.read!ubyte() == 8); assert(range.empty); } /++ Takes an integral value, converts it to the given endianness, and writes it to the given range of $(D ubyte)s as a sequence of $(D T.sizeof) $(D ubyte)s starting at index. $(D hasSlicing!R) must be $(D true). Parems: T = The integral type to convert the first $(D T.sizeof) bytes to. endianness = The endianness to write the bytes in. range = The range to write to. index = The index to start writing to. If index is a pointer, then it is updated to the index after the bytes read. Examples: -------------------- { ubyte[] buffer = [0, 0, 0, 0, 0, 0, 0, 0]; buffer.write!uint(29110231u, 0); assert(buffer == [1, 188, 47, 215, 0, 0, 0, 0]); buffer.write!ushort(927, 0); assert(buffer == [3, 159, 47, 215, 0, 0, 0, 0]); buffer.write!ubyte(42, 0); assert(buffer == [42, 159, 47, 215, 0, 0, 0, 0]); } { ubyte[] buffer = [0, 0, 0, 0, 0, 0, 0, 0, 0]; buffer.write!uint(142700095u, 2); assert(buffer == [0, 0, 8, 129, 110, 63, 0, 0, 0]); buffer.write!ushort(19839, 2); assert(buffer == [0, 0, 77, 127, 110, 63, 0, 0, 0]); buffer.write!ubyte(132, 2); assert(buffer == [0, 0, 132, 127, 110, 63, 0, 0, 0]); } { ubyte[] buffer = [0, 0, 0, 0, 0, 0, 0, 0]; size_t index = 0; buffer.write!ushort(261, &index); assert(buffer == [1, 5, 0, 0, 0, 0, 0, 0]); assert(index == 2); buffer.write!uint(369700095u, &index); assert(buffer == [1, 5, 22, 9, 44, 255, 0, 0]); assert(index == 6); buffer.write!ubyte(8, &index); assert(buffer == [1, 5, 22, 9, 44, 255, 8, 0]); assert(index == 7); } -------------------- +/ void write(T, Endian endianness = Endian.bigEndian, R)(R range, T value, size_t index) if(canSwapEndianness!T && isForwardRange!R && hasSlicing!R && is(ElementType!R : ubyte)) { write!(T, endianness)(range, value, &index); } /++ Ditto +/ void write(T, Endian endianness = Endian.bigEndian, R)(R range, T value, size_t* index) if(canSwapEndianness!T && isForwardRange!R && hasSlicing!R && is(ElementType!R : ubyte)) { assert(index); static if(endianness == Endian.bigEndian) immutable bytes = nativeToBigEndian!T(value); else immutable bytes = nativeToLittleEndian!T(value); immutable begin = *index; immutable end = begin + T.sizeof; *index = end; range[begin .. end] = bytes[0 .. T.sizeof]; } //Verify Example. unittest { { ubyte[] buffer = [0, 0, 0, 0, 0, 0, 0, 0]; buffer.write!uint(29110231u, 0); assert(buffer == [1, 188, 47, 215, 0, 0, 0, 0]); buffer.write!ushort(927, 0); assert(buffer == [3, 159, 47, 215, 0, 0, 0, 0]); buffer.write!ubyte(42, 0); assert(buffer == [42, 159, 47, 215, 0, 0, 0, 0]); } { ubyte[] buffer = [0, 0, 0, 0, 0, 0, 0, 0, 0]; buffer.write!uint(142700095u, 2); assert(buffer == [0, 0, 8, 129, 110, 63, 0, 0, 0]); buffer.write!ushort(19839, 2); assert(buffer == [0, 0, 77, 127, 110, 63, 0, 0, 0]); buffer.write!ubyte(132, 2); assert(buffer == [0, 0, 132, 127, 110, 63, 0, 0, 0]); } { ubyte[] buffer = [0, 0, 0, 0, 0, 0, 0, 0]; size_t index = 0; buffer.write!ushort(261, &index); assert(buffer == [1, 5, 0, 0, 0, 0, 0, 0]); assert(index == 2); buffer.write!uint(369700095u, &index); assert(buffer == [1, 5, 22, 9, 44, 255, 0, 0]); assert(index == 6); buffer.write!ubyte(8, &index); assert(buffer == [1, 5, 22, 9, 44, 255, 8, 0]); assert(index == 7); } } unittest { { //bool ubyte[] buffer = [0, 0]; buffer.write!bool(false, 0); assert(buffer == [0, 0]); buffer.write!bool(true, 0); assert(buffer == [1, 0]); buffer.write!bool(true, 1); assert(buffer == [1, 1]); buffer.write!bool(false, 1); assert(buffer == [1, 0]); size_t index = 0; buffer.write!bool(false, &index); assert(buffer == [0, 0]); assert(index == 1); buffer.write!bool(true, &index); assert(buffer == [0, 1]); assert(index == 2); } { //char (8bit) ubyte[] buffer = [0, 0, 0]; buffer.write!char('a', 0); assert(buffer == [97, 0, 0]); buffer.write!char('b', 1); assert(buffer == [97, 98, 0]); size_t index = 0; buffer.write!char('a', &index); assert(buffer == [97, 98, 0]); assert(index == 1); buffer.write!char('b', &index); assert(buffer == [97, 98, 0]); assert(index == 2); buffer.write!char('c', &index); assert(buffer == [97, 98, 99]); assert(index == 3); } { //wchar (16bit - 2x ubyte) ubyte[] buffer = [0, 0, 0, 0]; buffer.write!wchar('ą', 0); assert(buffer == [1, 5, 0, 0]); buffer.write!wchar('”', 2); assert(buffer == [1, 5, 32, 29]); size_t index = 0; buffer.write!wchar('ć', &index); assert(buffer == [1, 7, 32, 29]); assert(index == 2); buffer.write!wchar('ą', &index); assert(buffer == [1, 7, 1, 5]); assert(index == 4); } { //dchar (32bit - 4x ubyte) ubyte[] buffer = [0, 0, 0, 0, 0, 0, 0, 0]; buffer.write!dchar('ą', 0); assert(buffer == [0, 0, 1, 5, 0, 0, 0, 0]); buffer.write!dchar('”', 4); assert(buffer == [0, 0, 1, 5, 0, 0, 32, 29]); size_t index = 0; buffer.write!dchar('ć', &index); assert(buffer == [0, 0, 1, 7, 0, 0, 32, 29]); assert(index == 4); buffer.write!dchar('ą', &index); assert(buffer == [0, 0, 1, 7, 0, 0, 1, 5]); assert(index == 8); } { //float (32bit - 4x ubyte) ubyte[] buffer = [0, 0, 0, 0, 0, 0, 0, 0]; buffer.write!float(32.0f, 0); assert(buffer == [66, 0, 0, 0, 0, 0, 0, 0]); buffer.write!float(25.0f, 4); assert(buffer == [66, 0, 0, 0, 65, 200, 0, 0]); size_t index = 0; buffer.write!float(25.0f, &index); assert(buffer == [65, 200, 0, 0, 65, 200, 0, 0]); assert(index == 4); buffer.write!float(32.0f, &index); assert(buffer == [65, 200, 0, 0, 66, 0, 0, 0]); assert(index == 8); } { //double (64bit - 8x ubyte) ubyte[] buffer = [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]; buffer.write!double(32.0, 0); assert(buffer == [64, 64, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]); buffer.write!double(25.0, 8); assert(buffer == [64, 64, 0, 0, 0, 0, 0, 0, 64, 57, 0, 0, 0, 0, 0, 0]); size_t index = 0; buffer.write!double(25.0, &index); assert(buffer == [64, 57, 0, 0, 0, 0, 0, 0, 64, 57, 0, 0, 0, 0, 0, 0]); assert(index == 8); buffer.write!double(32.0, &index); assert(buffer == [64, 57, 0, 0, 0, 0, 0, 0, 64, 64, 0, 0, 0, 0, 0, 0]); assert(index == 16); } { //enum ubyte[] buffer = [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]; enum Foo { one = 10, two = 20, three = 30 } buffer.write!Foo(Foo.one, 0); assert(buffer == [0, 0, 0, 10, 0, 0, 0, 0, 0, 0, 0, 0]); buffer.write!Foo(Foo.two, 4); assert(buffer == [0, 0, 0, 10, 0, 0, 0, 20, 0, 0, 0, 0]); buffer.write!Foo(Foo.three, 8); assert(buffer == [0, 0, 0, 10, 0, 0, 0, 20, 0, 0, 0, 30]); size_t index = 0; buffer.write!Foo(Foo.three, &index); assert(buffer == [0, 0, 0, 30, 0, 0, 0, 20, 0, 0, 0, 30]); assert(index == 4); buffer.write!Foo(Foo.one, &index); assert(buffer == [0, 0, 0, 30, 0, 0, 0, 10, 0, 0, 0, 30]); assert(index == 8); buffer.write!Foo(Foo.two, &index); assert(buffer == [0, 0, 0, 30, 0, 0, 0, 10, 0, 0, 0, 20]); assert(index == 12); } { //enum - bool ubyte[] buffer = [0, 0]; enum Bool: bool { bfalse = false, btrue = true, } buffer.write!Bool(Bool.btrue, 0); assert(buffer == [1, 0]); buffer.write!Bool(Bool.btrue, 1); assert(buffer == [1, 1]); size_t index = 0; buffer.write!Bool(Bool.bfalse, &index); assert(buffer == [0, 1]); assert(index == 1); buffer.write!Bool(Bool.bfalse, &index); assert(buffer == [0, 0]); assert(index == 2); } { //enum - float ubyte[] buffer = [0, 0, 0, 0, 0, 0, 0, 0]; enum Float: float { one = 32.0f, two = 25.0f } buffer.write!Float(Float.one, 0); assert(buffer == [66, 0, 0, 0, 0, 0, 0, 0]); buffer.write!Float(Float.two, 4); assert(buffer == [66, 0, 0, 0, 65, 200, 0, 0]); size_t index = 0; buffer.write!Float(Float.two, &index); assert(buffer == [65, 200, 0, 0, 65, 200, 0, 0]); assert(index == 4); buffer.write!Float(Float.one, &index); assert(buffer == [65, 200, 0, 0, 66, 0, 0, 0]); assert(index == 8); } { //enum - double ubyte[] buffer = [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]; enum Double: double { one = 32.0, two = 25.0 } buffer.write!Double(Double.one, 0); assert(buffer == [64, 64, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]); buffer.write!Double(Double.two, 8); assert(buffer == [64, 64, 0, 0, 0, 0, 0, 0, 64, 57, 0, 0, 0, 0, 0, 0]); size_t index = 0; buffer.write!Double(Double.two, &index); assert(buffer == [64, 57, 0, 0, 0, 0, 0, 0, 64, 57, 0, 0, 0, 0, 0, 0]); assert(index == 8); buffer.write!Double(Double.one, &index); assert(buffer == [64, 57, 0, 0, 0, 0, 0, 0, 64, 64, 0, 0, 0, 0, 0, 0]); assert(index == 16); } { //enum - real ubyte[] buffer = [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]; enum Real: real { one = 32.0, two = 25.0 } static assert(!__traits(compiles, buffer.write!Real(Real.one))); } } /++ Takes an integral value, converts it to the given endianness, and appends it to the given range of $(D ubyte)s (using $(D put)) as a sequence of $(D T.sizeof) $(D ubyte)s starting at index. $(D hasSlicing!R) must be $(D true). Parems: T = The integral type to convert the first $(D T.sizeof) bytes to. endianness = The endianness to write the bytes in. range = The range to append to. Examples: -------------------- auto buffer = appender!(const ubyte[])(); buffer.append!ushort(261); assert(buffer.data == [1, 5]); buffer.append!uint(369700095u); assert(buffer.data == [1, 5, 22, 9, 44, 255]); buffer.append!ubyte(8); assert(buffer.data == [1, 5, 22, 9, 44, 255, 8]); -------------------- +/ void append(T, Endian endianness = Endian.bigEndian, R)(R range, T value) if(canSwapEndianness!T && isOutputRange!(R, ubyte)) { static if(endianness == Endian.bigEndian) immutable bytes = nativeToBigEndian!T(value); else immutable bytes = nativeToLittleEndian!T(value); put(range, bytes[]); } //Verify Example. unittest { auto buffer = appender!(const ubyte[])(); buffer.append!ushort(261); assert(buffer.data == [1, 5]); buffer.append!uint(369700095u); assert(buffer.data == [1, 5, 22, 9, 44, 255]); buffer.append!ubyte(8); assert(buffer.data == [1, 5, 22, 9, 44, 255, 8]); } unittest { { //bool auto buffer = appender!(const ubyte[])(); buffer.append!bool(true); assert(buffer.data == [1]); buffer.append!bool(false); assert(buffer.data == [1, 0]); } { //char wchar dchar auto buffer = appender!(const ubyte[])(); buffer.append!char('a'); assert(buffer.data == [97]); buffer.append!char('b'); assert(buffer.data == [97, 98]); buffer.append!wchar('ą'); assert(buffer.data == [97, 98, 1, 5]); buffer.append!dchar('ą'); assert(buffer.data == [97, 98, 1, 5, 0, 0, 1, 5]); } { //float double auto buffer = appender!(const ubyte[])(); buffer.append!float(32.0f); assert(buffer.data == [66, 0, 0, 0]); buffer.append!double(32.0); assert(buffer.data == [66, 0, 0, 0, 64, 64, 0, 0, 0, 0, 0, 0]); } { //enum auto buffer = appender!(const ubyte[])(); enum Foo { one = 10, two = 20, three = 30 } buffer.append!Foo(Foo.one); assert(buffer.data == [0, 0, 0, 10]); buffer.append!Foo(Foo.two); assert(buffer.data == [0, 0, 0, 10, 0, 0, 0, 20]); buffer.append!Foo(Foo.three); assert(buffer.data == [0, 0, 0, 10, 0, 0, 0, 20, 0, 0, 0, 30]); } { //enum - bool auto buffer = appender!(const ubyte[])(); enum Bool: bool { bfalse = false, btrue = true, } buffer.append!Bool(Bool.btrue); assert(buffer.data == [1]); buffer.append!Bool(Bool.bfalse); assert(buffer.data == [1, 0]); buffer.append!Bool(Bool.btrue); assert(buffer.data == [1, 0, 1]); } { //enum - float auto buffer = appender!(const ubyte[])(); enum Float: float { one = 32.0f, two = 25.0f } buffer.append!Float(Float.one); assert(buffer.data == [66, 0, 0, 0]); buffer.append!Float(Float.two); assert(buffer.data == [66, 0, 0, 0, 65, 200, 0, 0]); } { //enum - double auto buffer = appender!(const ubyte[])(); enum Double: double { one = 32.0, two = 25.0 } buffer.append!Double(Double.one); assert(buffer.data == [64, 64, 0, 0, 0, 0, 0, 0]); buffer.append!Double(Double.two); assert(buffer.data == [64, 64, 0, 0, 0, 0, 0, 0, 64, 57, 0, 0, 0, 0, 0, 0]); } { //enum - real auto buffer = appender!(const ubyte[])(); enum Real: real { one = 32.0, two = 25.0 } static assert(!__traits(compiles, buffer.append!Real(Real.one))); } } unittest { import std.string; foreach(endianness; TypeTuple!(Endian.bigEndian, Endian.littleEndian)) { auto toWrite = appender!(ubyte[])(); alias Types = TypeTuple!(uint, int, long, ulong, short, ubyte, ushort, byte, uint); ulong[] values = [42, -11, long.max, 1098911981329L, 16, 255, 19012, 2, 17]; assert(Types.length == values.length); size_t index = 0; size_t length = 0; foreach(T; Types) { toWrite.append!(T, endianness)(cast(T)values[index++]); length += T.sizeof; } auto toRead = toWrite.data; assert(toRead.length == length); index = 0; foreach(T; Types) { assert(toRead.peek!(T, endianness)() == values[index], format("Failed Index: %s", index)); assert(toRead.peek!(T, endianness)(0) == values[index], format("Failed Index: %s", index)); assert(toRead.length == length, format("Failed Index [%s], Actual Length: %s", index, toRead.length)); assert(toRead.read!(T, endianness)() == values[index], format("Failed Index: %s", index)); length -= T.sizeof; assert(toRead.length == length, format("Failed Index [%s], Actual Length: %s", index, toRead.length)); ++index; } assert(toRead.empty); } }
D
module antlr.v4.runtime.atn.LexerActionType; /** * @uml * Represents the serialization type of a {@link LexerAction}. */ enum LexerActionType { CHANNEL, CUSTOM, MODE, MORE, POP_MODE, PUSH_MODE, SKIP, TYPE, }
D
/** * Provides vectors, matrices, quaternions and other stuctures for * geometric data. */ module derp.core.geo; import derp.math.all; import std.traits; struct Rect { Vector2 pos; Vector2 size; this(Vector2 pos, Vector2 size) @safe nothrow { this.pos = pos; this.size = size; } this(float x = 0, float y = 0, float w = 0, float h = 0) @safe nothrow { this.pos = Vector2(x, y); this.size = Vector2(w, h); } @property float left() @safe nothrow { return this.pos.x; } @property float right() @safe nothrow { return this.pos.x + this.size.x; } @property float top() @safe nothrow { return this.pos.y; } @property float bottom() @safe nothrow { return this.pos.y + this.size.y; } } struct Ray { Vector3 origin; Vector3 direction; Vector3 pointAtDistance(float distance) { return this.origin + this.direction * distance; } Vector3 opBinary(string op : "*")(float distance) { return this.pointAtDistance(distance); } } struct Plane { Vector3 normal; float distance; } struct Sphere { Vector3 center; float radius; bool contains(Vector3 point) { return distance(this.center, point) <= this.radius; } } struct Triangle { Vector3[3] vertices; @property Vector3 normal() { Vector3 u = this.vertices[1] - this.vertices[0]; Vector3 v = this.vertices[2] - this.vertices[0]; return cross(u, v); } } struct Triangle2 { Vector2[3] vertices; this(Vector2 a, Vector2 b, Vector2 c) { this.vertices = [a, b, c]; } bool containsPoint(Vector2 point) { bool sameSide(Vector3 p1, Vector3 p2, Vector3 a, Vector3 b) { Vector3 cp1 = cross(b - a, p1 - a); Vector3 cp2 = cross(b - a, p2 - a); return dot(cp1, cp2) >= 0; } Vector3 v0 = Vector3(this.vertices[0].x, this.vertices[0].y, 0); Vector3 v1 = Vector3(this.vertices[1].x, this.vertices[1].y, 0); Vector3 v2 = Vector3(this.vertices[2].x, this.vertices[2].y, 0); Vector3 p = Vector3(point.x, point.y, 0); return sameSide(p, v0, v1, v2) && sameSide(p, v1, v2, v0) && sameSide(p, v2, v0, v1); } } /// TODO struct Box { Vector3 center; Vector3 extends; } /// TODO struct Frustum { } // TODO: intersection
D
module windows.windowseventcollector; public import windows.systemservices; extern(Windows): enum EC_SUBSCRIPTION_PROPERTY_ID { EcSubscriptionEnabled = 0, EcSubscriptionEventSources = 1, EcSubscriptionEventSourceAddress = 2, EcSubscriptionEventSourceEnabled = 3, EcSubscriptionEventSourceUserName = 4, EcSubscriptionEventSourcePassword = 5, EcSubscriptionDescription = 6, EcSubscriptionURI = 7, EcSubscriptionConfigurationMode = 8, EcSubscriptionExpires = 9, EcSubscriptionQuery = 10, EcSubscriptionTransportName = 11, EcSubscriptionTransportPort = 12, EcSubscriptionDeliveryMode = 13, EcSubscriptionDeliveryMaxItems = 14, EcSubscriptionDeliveryMaxLatencyTime = 15, EcSubscriptionHeartbeatInterval = 16, EcSubscriptionLocale = 17, EcSubscriptionContentFormat = 18, EcSubscriptionLogFile = 19, EcSubscriptionPublisherName = 20, EcSubscriptionCredentialsType = 21, EcSubscriptionCommonUserName = 22, EcSubscriptionCommonPassword = 23, EcSubscriptionHostName = 24, EcSubscriptionReadExistingEvents = 25, EcSubscriptionDialect = 26, EcSubscriptionType = 27, EcSubscriptionAllowedIssuerCAs = 28, EcSubscriptionAllowedSubjects = 29, EcSubscriptionDeniedSubjects = 30, EcSubscriptionAllowedSourceDomainComputers = 31, EcSubscriptionPropertyIdEND = 32, } enum EC_SUBSCRIPTION_CREDENTIALS_TYPE { EcSubscriptionCredDefault = 0, EcSubscriptionCredNegotiate = 1, EcSubscriptionCredDigest = 2, EcSubscriptionCredBasic = 3, EcSubscriptionCredLocalMachine = 4, } enum EC_SUBSCRIPTION_TYPE { EcSubscriptionTypeSourceInitiated = 0, EcSubscriptionTypeCollectorInitiated = 1, } enum EC_SUBSCRIPTION_RUNTIME_STATUS_INFO_ID { EcSubscriptionRunTimeStatusActive = 0, EcSubscriptionRunTimeStatusLastError = 1, EcSubscriptionRunTimeStatusLastErrorMessage = 2, EcSubscriptionRunTimeStatusLastErrorTime = 3, EcSubscriptionRunTimeStatusNextRetryTime = 4, EcSubscriptionRunTimeStatusEventSources = 5, EcSubscriptionRunTimeStatusLastHeartbeatTime = 6, EcSubscriptionRunTimeStatusInfoIdEND = 7, } enum EC_VARIANT_TYPE { EcVarTypeNull = 0, EcVarTypeBoolean = 1, EcVarTypeUInt32 = 2, EcVarTypeDateTime = 3, EcVarTypeString = 4, EcVarObjectArrayPropertyHandle = 5, } struct EC_VARIANT { _Anonymous_e__Union Anonymous; uint Count; uint Type; } enum EC_SUBSCRIPTION_CONFIGURATION_MODE { EcConfigurationModeNormal = 0, EcConfigurationModeCustom = 1, EcConfigurationModeMinLatency = 2, EcConfigurationModeMinBandwidth = 3, } enum EC_SUBSCRIPTION_DELIVERY_MODE { EcDeliveryModePull = 1, EcDeliveryModePush = 2, } enum EC_SUBSCRIPTION_CONTENT_FORMAT { EcContentFormatEvents = 1, EcContentFormatRenderedText = 2, } enum EC_SUBSCRIPTION_RUNTIME_STATUS_ACTIVE_STATUS { EcRuntimeStatusActiveStatusDisabled = 1, EcRuntimeStatusActiveStatusActive = 2, EcRuntimeStatusActiveStatusInactive = 3, EcRuntimeStatusActiveStatusTrying = 4, } @DllImport("WecApi.dll") int EcOpenSubscriptionEnum(uint Flags); @DllImport("WecApi.dll") BOOL EcEnumNextSubscription(int SubscriptionEnum, uint SubscriptionNameBufferSize, const(wchar)* SubscriptionNameBuffer, uint* SubscriptionNameBufferUsed); @DllImport("WecApi.dll") int EcOpenSubscription(const(wchar)* SubscriptionName, uint AccessMask, uint Flags); @DllImport("WecApi.dll") BOOL EcSetSubscriptionProperty(int Subscription, EC_SUBSCRIPTION_PROPERTY_ID PropertyId, uint Flags, EC_VARIANT* PropertyValue); @DllImport("WecApi.dll") BOOL EcGetSubscriptionProperty(int Subscription, EC_SUBSCRIPTION_PROPERTY_ID PropertyId, uint Flags, uint PropertyValueBufferSize, EC_VARIANT* PropertyValueBuffer, uint* PropertyValueBufferUsed); @DllImport("WecApi.dll") BOOL EcSaveSubscription(int Subscription, uint Flags); @DllImport("WecApi.dll") BOOL EcDeleteSubscription(const(wchar)* SubscriptionName, uint Flags); @DllImport("WecApi.dll") BOOL EcGetObjectArraySize(int ObjectArray, uint* ObjectArraySize); @DllImport("WecApi.dll") BOOL EcSetObjectArrayProperty(int ObjectArray, EC_SUBSCRIPTION_PROPERTY_ID PropertyId, uint ArrayIndex, uint Flags, EC_VARIANT* PropertyValue); @DllImport("WecApi.dll") BOOL EcGetObjectArrayProperty(int ObjectArray, EC_SUBSCRIPTION_PROPERTY_ID PropertyId, uint ArrayIndex, uint Flags, uint PropertyValueBufferSize, EC_VARIANT* PropertyValueBuffer, uint* PropertyValueBufferUsed); @DllImport("WecApi.dll") BOOL EcInsertObjectArrayElement(int ObjectArray, uint ArrayIndex); @DllImport("WecApi.dll") BOOL EcRemoveObjectArrayElement(int ObjectArray, uint ArrayIndex); @DllImport("WecApi.dll") BOOL EcGetSubscriptionRunTimeStatus(const(wchar)* SubscriptionName, EC_SUBSCRIPTION_RUNTIME_STATUS_INFO_ID StatusInfoId, const(wchar)* EventSourceName, uint Flags, uint StatusValueBufferSize, EC_VARIANT* StatusValueBuffer, uint* StatusValueBufferUsed); @DllImport("WecApi.dll") BOOL EcRetrySubscription(const(wchar)* SubscriptionName, const(wchar)* EventSourceName, uint Flags); @DllImport("WecApi.dll") BOOL EcClose(int Object);
D
void main() { auto D = ri; switch(D) { case 25: writeln("Christmas"); break; case 24: writeln("Christmas Eve"); break; case 23: writeln("Christmas Eve Eve"); break; case 22: writeln("Christmas Eve Eve Eve"); break; default: break; } } // =================================== import std.stdio; import std.string; import std.functional; import std.algorithm; import std.range; import std.traits; import std.math; import std.container; import std.bigint; import std.numeric; import std.conv; import std.typecons; import std.uni; import std.ascii; import std.bitmanip; import core.bitop; T readAs(T)() if (isBasicType!T) { return readln.chomp.to!T; } T readAs(T)() if (isArray!T) { return readln.split.to!T; } T[][] readMatrix(T)(uint height, uint width) if (!isSomeChar!T) { auto res = new T[][](height, width); foreach(i; 0..height) { res[i] = readAs!(T[]); } return res; } T[][] readMatrix(T)(uint height, uint width) if (isSomeChar!T) { auto res = new T[][](height, width); foreach(i; 0..height) { auto s = rs; foreach(j; 0..width) res[i][j] = s[j].to!T; } return res; } int ri() { return readAs!int; } double rd() { return readAs!double; } string rs() { return readln.chomp; }
D
/** * Compiler implementation of the * $(LINK2 http://www.dlang.org, D programming language). * * Copyright: Copyright (c) 1999-2017 by Digital Mars, All Rights Reserved * Authors: $(LINK2 http://www.digitalmars.com, Walter Bright) * License: $(LINK2 http://www.boost.org/LICENSE_1_0.txt, Boost License 1.0) * Source: $(DMDSRC _parse.d) */ module ddmd.parse; import core.stdc.stdio; import core.stdc.string; import ddmd.globals; import ddmd.id; import ddmd.identifier; import ddmd.lexer; import ddmd.errors; import ddmd.root.filename; import ddmd.root.outbuffer; import ddmd.root.rmem; import ddmd.root.rootobject; import ddmd.tokens; // How multiple declarations are parsed. // If 1, treat as C. // If 0, treat: // int *p, i; // as: // int* p; // int* i; enum CDECLSYNTAX = 0; // Support C cast syntax: // (type)(expression) enum CCASTSYNTAX = 1; // Support postfix C array declarations, such as // int a[3][4]; enum CARRAYDECL = 1; /********************************** * Set operator precedence for each operator. */ __gshared PREC[TOKMAX] precedence = [ TOKtype : PREC.expr, TOKerror : PREC.expr, TOKtypeof : PREC.primary, TOKmixin : PREC.primary, TOKimport : PREC.primary, TOKdotvar : PREC.primary, TOKscope : PREC.primary, TOKidentifier : PREC.primary, TOKthis : PREC.primary, TOKsuper : PREC.primary, TOKint64 : PREC.primary, TOKfloat64 : PREC.primary, TOKcomplex80 : PREC.primary, TOKnull : PREC.primary, TOKstring : PREC.primary, TOKarrayliteral : PREC.primary, TOKassocarrayliteral : PREC.primary, TOKclassreference : PREC.primary, TOKfile : PREC.primary, TOKfilefullpath : PREC.primary, TOKline : PREC.primary, TOKmodulestring : PREC.primary, TOKfuncstring : PREC.primary, TOKprettyfunc : PREC.primary, TOKtypeid : PREC.primary, TOKis : PREC.primary, TOKassert : PREC.primary, TOKhalt : PREC.primary, TOKtemplate : PREC.primary, TOKdsymbol : PREC.primary, TOKfunction : PREC.primary, TOKvar : PREC.primary, TOKsymoff : PREC.primary, TOKstructliteral : PREC.primary, TOKarraylength : PREC.primary, TOKdelegateptr : PREC.primary, TOKdelegatefuncptr : PREC.primary, TOKremove : PREC.primary, TOKtuple : PREC.primary, TOKtraits : PREC.primary, TOKdefault : PREC.primary, TOKoverloadset : PREC.primary, TOKvoid : PREC.primary, // post TOKdotti : PREC.primary, TOKdotid : PREC.primary, TOKdottd : PREC.primary, TOKdot : PREC.primary, TOKdottype : PREC.primary, TOKplusplus : PREC.primary, TOKminusminus : PREC.primary, TOKpreplusplus : PREC.primary, TOKpreminusminus : PREC.primary, TOKcall : PREC.primary, TOKslice : PREC.primary, TOKarray : PREC.primary, TOKindex : PREC.primary, TOKdelegate : PREC.unary, TOKaddress : PREC.unary, TOKstar : PREC.unary, TOKneg : PREC.unary, TOKuadd : PREC.unary, TOKnot : PREC.unary, TOKtilde : PREC.unary, TOKdelete : PREC.unary, TOKnew : PREC.unary, TOKnewanonclass : PREC.unary, TOKcast : PREC.unary, TOKvector : PREC.unary, TOKpow : PREC.pow, TOKmul : PREC.mul, TOKdiv : PREC.mul, TOKmod : PREC.mul, TOKadd : PREC.add, TOKmin : PREC.add, TOKcat : PREC.add, TOKshl : PREC.shift, TOKshr : PREC.shift, TOKushr : PREC.shift, TOKlt : PREC.rel, TOKle : PREC.rel, TOKgt : PREC.rel, TOKge : PREC.rel, TOKunord : PREC.rel, TOKlg : PREC.rel, TOKleg : PREC.rel, TOKule : PREC.rel, TOKul : PREC.rel, TOKuge : PREC.rel, TOKug : PREC.rel, TOKue : PREC.rel, TOKin : PREC.rel, /* Note that we changed precedence, so that < and != have the same * precedence. This change is in the parser, too. */ TOKequal : PREC.rel, TOKnotequal : PREC.rel, TOKidentity : PREC.rel, TOKnotidentity : PREC.rel, TOKand : PREC.and, TOKxor : PREC.xor, TOKor : PREC.or, TOKandand : PREC.andand, TOKoror : PREC.oror, TOKquestion : PREC.cond, TOKassign : PREC.assign, TOKconstruct : PREC.assign, TOKblit : PREC.assign, TOKaddass : PREC.assign, TOKminass : PREC.assign, TOKcatass : PREC.assign, TOKmulass : PREC.assign, TOKdivass : PREC.assign, TOKmodass : PREC.assign, TOKpowass : PREC.assign, TOKshlass : PREC.assign, TOKshrass : PREC.assign, TOKushrass : PREC.assign, TOKandass : PREC.assign, TOKorass : PREC.assign, TOKxorass : PREC.assign, TOKcomma : PREC.expr, TOKdeclaration : PREC.expr, TOKinterval : PREC.assign, ]; enum ParseStatementFlags : int { PSsemi = 1, // empty ';' statements are allowed, but deprecated PSscope = 2, // start a new scope PScurly = 4, // { } statement is required PScurlyscope = 8, // { } starts a new scope PSsemi_ok = 0x10, // empty ';' are really ok } alias PSsemi = ParseStatementFlags.PSsemi; alias PSscope = ParseStatementFlags.PSscope; alias PScurly = ParseStatementFlags.PScurly; alias PScurlyscope = ParseStatementFlags.PScurlyscope; alias PSsemi_ok = ParseStatementFlags.PSsemi_ok; struct PrefixAttributes(AST) { StorageClass storageClass; AST.Expression depmsg; LINK link; AST.Prot protection; bool setAlignment; AST.Expression ealign; AST.Expressions* udas; const(char)* comment; } /***************************** * Destructively extract storage class from pAttrs. */ private StorageClass getStorageClass(AST)(PrefixAttributes!(AST)* pAttrs) { StorageClass stc = AST.STCundefined; if (pAttrs) { stc = pAttrs.storageClass; pAttrs.storageClass = AST.STCundefined; } return stc; } /*********************************************************** */ final class Parser(AST) : Lexer { AST.Module mod; AST.ModuleDeclaration* md; LINK linkage; CPPMANGLE cppmangle; Loc endloc; // set to location of last right curly int inBrackets; // inside [] of array index or slice Loc lookingForElse; // location of lonely if looking for an else /********************* * Use this constructor for string mixins. * Input: * loc location in source file of mixin */ extern (D) this(Loc loc, AST.Module _module, const(char)[] input, bool doDocComment) { super(_module ? _module.srcfile.toChars() : null, input.ptr, 0, input.length, doDocComment, false); //printf("Parser::Parser()\n"); scanloc = loc; if (loc.filename) { /* Create a pseudo-filename for the mixin string, as it may not even exist * in the source file. */ char* filename = cast(char*)mem.xmalloc(strlen(loc.filename) + 7 + (loc.linnum).sizeof * 3 + 1); sprintf(filename, "%s-mixin-%d", loc.filename, cast(int)loc.linnum); scanloc.filename = filename; } mod = _module; linkage = LINKd; //nextToken(); // start up the scanner } extern (D) this(AST.Module _module, const(char)[] input, bool doDocComment) { super(_module ? _module.srcfile.toChars() : null, input.ptr, 0, input.length, doDocComment, false); //printf("Parser::Parser()\n"); mod = _module; linkage = LINKd; //nextToken(); // start up the scanner } AST.Dsymbols* parseModule() { const comment = token.blockComment; bool isdeprecated = false; AST.Expression msg = null; AST.Expressions* udas = null; AST.Dsymbols* decldefs; AST.Dsymbol lastDecl = mod; // for attaching ddoc unittests to module decl Token* tk; if (skipAttributes(&token, &tk) && tk.value == TOKmodule) { while (token.value != TOKmodule) { switch (token.value) { case TOKdeprecated: { // deprecated (...) module ... if (isdeprecated) { error("there is only one deprecation attribute allowed for module declaration"); } else { isdeprecated = true; } nextToken(); if (token.value == TOKlparen) { check(TOKlparen); msg = parseAssignExp(); check(TOKrparen); } break; } case TOKat: { AST.Expressions* exps = null; const stc = parseAttribute(&exps); if (stc == AST.STCproperty || stc == AST.STCnogc || stc == AST.STCdisable || stc == AST.STCsafe || stc == AST.STCtrusted || stc == AST.STCsystem) { error("`@%s` attribute for module declaration is not supported", token.toChars()); } else { udas = AST.UserAttributeDeclaration.concat(udas, exps); } if (stc) nextToken(); break; } default: { error("`module` expected instead of `%s`", token.toChars()); nextToken(); break; } } } } if (udas) { auto a = new AST.Dsymbols(); auto udad = new AST.UserAttributeDeclaration(udas, a); mod.userAttribDecl = udad; } // ModuleDeclation leads off if (token.value == TOKmodule) { const loc = token.loc; nextToken(); if (token.value != TOKidentifier) { error("identifier expected following `module`"); goto Lerr; } else { AST.Identifiers* a = null; Identifier id = token.ident; while (nextToken() == TOKdot) { if (!a) a = new AST.Identifiers(); a.push(id); nextToken(); if (token.value != TOKidentifier) { error("identifier expected following `package`"); goto Lerr; } id = token.ident; } md = new AST.ModuleDeclaration(loc, a, id, msg, isdeprecated); if (token.value != TOKsemicolon) error("`;` expected following module declaration instead of `%s`", token.toChars()); nextToken(); addComment(mod, comment); } } decldefs = parseDeclDefs(0, &lastDecl); if (token.value != TOKeof) { error(token.loc, "unrecognized declaration"); goto Lerr; } return decldefs; Lerr: while (token.value != TOKsemicolon && token.value != TOKeof) nextToken(); nextToken(); return new AST.Dsymbols(); } AST.Dsymbols* parseDeclDefs(int once, AST.Dsymbol* pLastDecl = null, PrefixAttributes!AST* pAttrs = null) { AST.Dsymbol lastDecl = null; // used to link unittest to its previous declaration if (!pLastDecl) pLastDecl = &lastDecl; const linksave = linkage; // save global state //printf("Parser::parseDeclDefs()\n"); auto decldefs = new AST.Dsymbols(); do { // parse result AST.Dsymbol s = null; AST.Dsymbols* a = null; PrefixAttributes!AST attrs; if (!once || !pAttrs) { pAttrs = &attrs; pAttrs.comment = token.blockComment; } AST.PROTKIND prot; StorageClass stc; AST.Condition condition; linkage = linksave; switch (token.value) { case TOKenum: { /* Determine if this is a manifest constant declaration, * or a conventional enum. */ Token* t = peek(&token); if (t.value == TOKlcurly || t.value == TOKcolon) s = parseEnum(); else if (t.value != TOKidentifier) goto Ldeclaration; else { t = peek(t); if (t.value == TOKlcurly || t.value == TOKcolon || t.value == TOKsemicolon) s = parseEnum(); else goto Ldeclaration; } break; } case TOKimport: a = parseImport(); // keep pLastDecl break; case TOKtemplate: s = cast(AST.Dsymbol)parseTemplateDeclaration(); break; case TOKmixin: { const loc = token.loc; switch (peekNext()) { case TOKlparen: { // mixin(string) nextToken(); check(TOKlparen, "mixin"); AST.Expression e = parseAssignExp(); check(TOKrparen); check(TOKsemicolon); s = new AST.CompileDeclaration(loc, e); break; } case TOKtemplate: // mixin template nextToken(); s = cast(AST.Dsymbol)parseTemplateDeclaration(true); break; default: s = parseMixin(); break; } break; } case TOKwchar: case TOKdchar: case TOKbool: case TOKchar: case TOKint8: case TOKuns8: case TOKint16: case TOKuns16: case TOKint32: case TOKuns32: case TOKint64: case TOKuns64: case TOKint128: case TOKuns128: case TOKfloat32: case TOKfloat64: case TOKfloat80: case TOKimaginary32: case TOKimaginary64: case TOKimaginary80: case TOKcomplex32: case TOKcomplex64: case TOKcomplex80: case TOKvoid: case TOKalias: case TOKidentifier: case TOKsuper: case TOKtypeof: case TOKdot: case TOKvector: case TOKstruct: case TOKunion: case TOKclass: case TOKinterface: Ldeclaration: a = parseDeclarations(false, pAttrs, pAttrs.comment); if (a && a.dim) *pLastDecl = (*a)[a.dim - 1]; break; case TOKthis: if (peekNext() == TOKdot) goto Ldeclaration; else s = parseCtor(pAttrs); break; case TOKtilde: s = parseDtor(pAttrs); break; case TOKinvariant: { Token* t = peek(&token); if (t.value == TOKlparen && peek(t).value == TOKrparen || t.value == TOKlcurly) { // invariant {} // invariant() {} s = parseInvariant(pAttrs); } else { error("invariant body expected, not `%s`", token.toChars()); goto Lerror; } break; } case TOKunittest: if (global.params.useUnitTests || global.params.doDocComments || global.params.doHdrGeneration) { s = parseUnitTest(pAttrs); if (*pLastDecl) (*pLastDecl).ddocUnittest = cast(AST.UnitTestDeclaration)s; } else { // Skip over unittest block by counting { } Loc loc = token.loc; int braces = 0; while (1) { nextToken(); switch (token.value) { case TOKlcurly: ++braces; continue; case TOKrcurly: if (--braces) continue; nextToken(); break; case TOKeof: /* { */ error(loc, "closing `}` of unittest not found before end of file"); goto Lerror; default: continue; } break; } // Workaround 14894. Add an empty unittest declaration to keep // the number of symbols in this scope independent of -unittest. s = new AST.UnitTestDeclaration(loc, token.loc, AST.STCundefined, null); } break; case TOKnew: s = parseNew(pAttrs); break; case TOKdelete: s = parseDelete(pAttrs); break; case TOKcolon: case TOKlcurly: error("declaration expected, not `%s`", token.toChars()); goto Lerror; case TOKrcurly: case TOKeof: if (once) error("declaration expected, not `%s`", token.toChars()); return decldefs; case TOKstatic: { const next = peekNext(); if (next == TOKthis) s = parseStaticCtor(pAttrs); else if (next == TOKtilde) s = parseStaticDtor(pAttrs); else if (next == TOKassert) s = parseStaticAssert(); else if (next == TOKif) { condition = parseStaticIfCondition(); AST.Dsymbols* athen; if (token.value == TOKcolon) athen = parseBlock(pLastDecl); else { const lookingForElseSave = lookingForElse; lookingForElse = token.loc; athen = parseBlock(pLastDecl); lookingForElse = lookingForElseSave; } AST.Dsymbols* aelse = null; if (token.value == TOKelse) { const elseloc = token.loc; nextToken(); aelse = parseBlock(pLastDecl); checkDanglingElse(elseloc); } s = new AST.StaticIfDeclaration(condition, athen, aelse); } else if (next == TOKimport) { a = parseImport(); // keep pLastDecl } else if (next == TOKforeach || next == TOKforeach_reverse) { s = parseForeach!(true,true)(loc, pLastDecl); } else { stc = AST.STCstatic; goto Lstc; } break; } case TOKconst: if (peekNext() == TOKlparen) goto Ldeclaration; stc = AST.STCconst; goto Lstc; case TOKimmutable: if (peekNext() == TOKlparen) goto Ldeclaration; stc = AST.STCimmutable; goto Lstc; case TOKshared: { const next = peekNext(); if (next == TOKlparen) goto Ldeclaration; if (next == TOKstatic) { TOK next2 = peekNext2(); if (next2 == TOKthis) { s = parseSharedStaticCtor(pAttrs); break; } if (next2 == TOKtilde) { s = parseSharedStaticDtor(pAttrs); break; } } stc = AST.STCshared; goto Lstc; } case TOKwild: if (peekNext() == TOKlparen) goto Ldeclaration; stc = AST.STCwild; goto Lstc; case TOKfinal: stc = AST.STCfinal; goto Lstc; case TOKauto: stc = AST.STCauto; goto Lstc; case TOKscope: stc = AST.STCscope; goto Lstc; case TOKoverride: stc = AST.STCoverride; goto Lstc; case TOKabstract: stc = AST.STCabstract; goto Lstc; case TOKsynchronized: stc = AST.STCsynchronized; goto Lstc; case TOKnothrow: stc = AST.STCnothrow; goto Lstc; case TOKpure: stc = AST.STCpure; goto Lstc; case TOKref: stc = AST.STCref; goto Lstc; case TOKgshared: stc = AST.STCgshared; goto Lstc; //case TOKmanifest: stc = STCmanifest; goto Lstc; case TOKat: { AST.Expressions* exps = null; stc = parseAttribute(&exps); if (stc) goto Lstc; // it's a predefined attribute // no redundant/conflicting check for UDAs pAttrs.udas = AST.UserAttributeDeclaration.concat(pAttrs.udas, exps); goto Lautodecl; } Lstc: pAttrs.storageClass = appendStorageClass(pAttrs.storageClass, stc); nextToken(); Lautodecl: Token* tk; /* Look for auto initializers: * storage_class identifier = initializer; * storage_class identifier(...) = initializer; */ if (token.value == TOKidentifier && skipParensIf(peek(&token), &tk) && tk.value == TOKassign) { a = parseAutoDeclarations(getStorageClass!AST(pAttrs), pAttrs.comment); if (a && a.dim) *pLastDecl = (*a)[a.dim - 1]; if (pAttrs.udas) { s = new AST.UserAttributeDeclaration(pAttrs.udas, a); pAttrs.udas = null; } break; } /* Look for return type inference for template functions. */ if (token.value == TOKidentifier && skipParens(peek(&token), &tk) && skipAttributes(tk, &tk) && (tk.value == TOKlparen || tk.value == TOKlcurly || tk.value == TOKin || tk.value == TOKout || tk.value == TOKdo || tk.value == TOKidentifier && tk.ident == Id._body)) { a = parseDeclarations(true, pAttrs, pAttrs.comment); if (a && a.dim) *pLastDecl = (*a)[a.dim - 1]; if (pAttrs.udas) { s = new AST.UserAttributeDeclaration(pAttrs.udas, a); pAttrs.udas = null; } break; } a = parseBlock(pLastDecl, pAttrs); auto stc2 = getStorageClass!AST(pAttrs); if (stc2 != AST.STCundefined) { s = new AST.StorageClassDeclaration(stc2, a); } if (pAttrs.udas) { if (s) { a = new AST.Dsymbols(); a.push(s); } s = new AST.UserAttributeDeclaration(pAttrs.udas, a); pAttrs.udas = null; } break; case TOKdeprecated: { if (peek(&token).value != TOKlparen) { stc = AST.STCdeprecated; goto Lstc; } nextToken(); check(TOKlparen); AST.Expression e = parseAssignExp(); check(TOKrparen); if (pAttrs.depmsg) { error("conflicting storage class `deprecated(%s)` and `deprecated(%s)`", pAttrs.depmsg.toChars(), e.toChars()); } pAttrs.depmsg = e; a = parseBlock(pLastDecl, pAttrs); if (pAttrs.depmsg) { s = new AST.DeprecatedDeclaration(pAttrs.depmsg, a); pAttrs.depmsg = null; } break; } case TOKlbracket: { if (peekNext() == TOKrbracket) error("empty attribute list is not allowed"); error("use `@(attributes)` instead of `[attributes]`"); AST.Expressions* exps = parseArguments(); // no redundant/conflicting check for UDAs pAttrs.udas = AST.UserAttributeDeclaration.concat(pAttrs.udas, exps); a = parseBlock(pLastDecl, pAttrs); if (pAttrs.udas) { s = new AST.UserAttributeDeclaration(pAttrs.udas, a); pAttrs.udas = null; } break; } case TOKextern: { if (peek(&token).value != TOKlparen) { stc = AST.STCextern; goto Lstc; } const linkLoc = token.loc; AST.Identifiers* idents = null; CPPMANGLE cppmangle; const link = parseLinkage(&idents, cppmangle); if (pAttrs.link != LINKdefault) { if (pAttrs.link != link) { error("conflicting linkage `extern (%s)` and `extern (%s)`", AST.linkageToChars(pAttrs.link), AST.linkageToChars(link)); } else if (idents) { // Allow: // extern(C++, foo) extern(C++, bar) void foo(); // to be equivalent with: // extern(C++, foo.bar) void foo(); } else error("redundant linkage `extern (%s)`", AST.linkageToChars(pAttrs.link)); } pAttrs.link = link; this.linkage = link; a = parseBlock(pLastDecl, pAttrs); if (idents) { assert(link == LINKcpp); assert(idents.dim); for (size_t i = idents.dim; i;) { Identifier id = (*idents)[--i]; if (s) { a = new AST.Dsymbols(); a.push(s); } s = new AST.Nspace(linkLoc, id, a); } pAttrs.link = LINKdefault; } else if (cppmangle != CPPMANGLE.def) { assert(link == LINKcpp); s = new AST.CPPMangleDeclaration(cppmangle, a); } else if (pAttrs.link != LINKdefault) { s = new AST.LinkDeclaration(pAttrs.link, a); pAttrs.link = LINKdefault; } break; } case TOKprivate: prot = AST.PROTprivate; goto Lprot; case TOKpackage: prot = AST.PROTpackage; goto Lprot; case TOKprotected: prot = AST.PROTprotected; goto Lprot; case TOKpublic: prot = AST.PROTpublic; goto Lprot; case TOKexport: prot = AST.PROTexport; goto Lprot; Lprot: { if (pAttrs.protection.kind != AST.PROTundefined) { if (pAttrs.protection.kind != prot) error("conflicting protection attribute `%s` and `%s`", AST.protectionToChars(pAttrs.protection.kind), AST.protectionToChars(prot)); else error("redundant protection attribute `%s`", AST.protectionToChars(prot)); } pAttrs.protection.kind = prot; nextToken(); // optional qualified package identifier to bind // protection to AST.Identifiers* pkg_prot_idents = null; if (pAttrs.protection.kind == AST.PROTpackage && token.value == TOKlparen) { pkg_prot_idents = parseQualifiedIdentifier("protection package"); if (pkg_prot_idents) check(TOKrparen); else { while (token.value != TOKsemicolon && token.value != TOKeof) nextToken(); nextToken(); break; } } const attrloc = token.loc; a = parseBlock(pLastDecl, pAttrs); if (pAttrs.protection.kind != AST.PROTundefined) { if (pAttrs.protection.kind == AST.PROTpackage && pkg_prot_idents) s = new AST.ProtDeclaration(attrloc, pkg_prot_idents, a); else s = new AST.ProtDeclaration(attrloc, pAttrs.protection, a); pAttrs.protection = AST.Prot(AST.PROTundefined); } break; } case TOKalign: { const attrLoc = token.loc; nextToken(); AST.Expression e = null; // default if (token.value == TOKlparen) { nextToken(); e = parseAssignExp(); check(TOKrparen); } if (pAttrs.setAlignment) { if (e) error("redundant alignment attribute `align(%s)`", e.toChars()); else error("redundant alignment attribute `align`"); } pAttrs.setAlignment = true; pAttrs.ealign = e; a = parseBlock(pLastDecl, pAttrs); if (pAttrs.setAlignment) { s = new AST.AlignDeclaration(attrLoc, pAttrs.ealign, a); pAttrs.setAlignment = false; pAttrs.ealign = null; } break; } case TOKpragma: { AST.Expressions* args = null; const loc = token.loc; nextToken(); check(TOKlparen); if (token.value != TOKidentifier) { error("`pragma(identifier)` expected"); goto Lerror; } Identifier ident = token.ident; nextToken(); if (token.value == TOKcomma && peekNext() != TOKrparen) args = parseArguments(); // pragma(identifier, args...) else check(TOKrparen); // pragma(identifier) AST.Dsymbols* a2 = null; if (token.value == TOKsemicolon) { /* https://issues.dlang.org/show_bug.cgi?id=2354 * Accept single semicolon as an empty * DeclarationBlock following attribute. * * Attribute DeclarationBlock * Pragma DeclDef * ; */ nextToken(); } else a2 = parseBlock(pLastDecl); s = new AST.PragmaDeclaration(loc, ident, args, a2); break; } case TOKdebug: nextToken(); if (token.value == TOKassign) { nextToken(); if (token.value == TOKidentifier) s = new AST.DebugSymbol(token.loc, token.ident); else if (token.value == TOKint32v || token.value == TOKint64v) s = new AST.DebugSymbol(token.loc, cast(uint)token.uns64value); else { error("identifier or integer expected, not `%s`", token.toChars()); s = null; } nextToken(); if (token.value != TOKsemicolon) error("semicolon expected"); nextToken(); break; } condition = parseDebugCondition(); goto Lcondition; case TOKversion: nextToken(); if (token.value == TOKassign) { nextToken(); if (token.value == TOKidentifier) s = new AST.VersionSymbol(token.loc, token.ident); else if (token.value == TOKint32v || token.value == TOKint64v) s = new AST.VersionSymbol(token.loc, cast(uint)token.uns64value); else { error("identifier or integer expected, not `%s`", token.toChars()); s = null; } nextToken(); if (token.value != TOKsemicolon) error("semicolon expected"); nextToken(); break; } condition = parseVersionCondition(); goto Lcondition; Lcondition: { AST.Dsymbols* athen; if (token.value == TOKcolon) athen = parseBlock(pLastDecl); else { const lookingForElseSave = lookingForElse; lookingForElse = token.loc; athen = parseBlock(pLastDecl); lookingForElse = lookingForElseSave; } AST.Dsymbols* aelse = null; if (token.value == TOKelse) { const elseloc = token.loc; nextToken(); aelse = parseBlock(pLastDecl); checkDanglingElse(elseloc); } s = new AST.ConditionalDeclaration(condition, athen, aelse); break; } case TOKsemicolon: // empty declaration //error("empty declaration"); nextToken(); continue; default: error("declaration expected, not `%s`", token.toChars()); Lerror: while (token.value != TOKsemicolon && token.value != TOKeof) nextToken(); nextToken(); s = null; continue; } if (s) { if (!s.isAttribDeclaration()) *pLastDecl = s; decldefs.push(s); addComment(s, pAttrs.comment); } else if (a && a.dim) { decldefs.append(a); } } while (!once); linkage = linksave; return decldefs; } /***************************************** * Parse auto declarations of the form: * storageClass ident = init, ident = init, ... ; * and return the array of them. * Starts with token on the first ident. * Ends with scanner past closing ';' */ AST.Dsymbols* parseAutoDeclarations(StorageClass storageClass, const(char)* comment) { //printf("parseAutoDeclarations\n"); Token* tk; auto a = new AST.Dsymbols(); while (1) { const loc = token.loc; Identifier ident = token.ident; nextToken(); // skip over ident AST.TemplateParameters* tpl = null; if (token.value == TOKlparen) tpl = parseTemplateParameterList(); check(TOKassign); // skip over '=' AST.Initializer _init = parseInitializer(); auto v = new AST.VarDeclaration(loc, null, ident, _init, storageClass); AST.Dsymbol s = v; if (tpl) { auto a2 = new AST.Dsymbols(); a2.push(v); auto tempdecl = new AST.TemplateDeclaration(loc, ident, tpl, null, a2, 0); s = tempdecl; } a.push(s); switch (token.value) { case TOKsemicolon: nextToken(); addComment(s, comment); break; case TOKcomma: nextToken(); if (!(token.value == TOKidentifier && skipParensIf(peek(&token), &tk) && tk.value == TOKassign)) { error("identifier expected following comma"); break; } addComment(s, comment); continue; default: error("semicolon expected following auto declaration, not `%s`", token.toChars()); break; } break; } return a; } /******************************************** * Parse declarations after an align, protection, or extern decl. */ AST.Dsymbols* parseBlock(AST.Dsymbol* pLastDecl, PrefixAttributes!AST* pAttrs = null) { AST.Dsymbols* a = null; //printf("parseBlock()\n"); switch (token.value) { case TOKsemicolon: error("declaration expected following attribute, not `;`"); nextToken(); break; case TOKeof: error("declaration expected following attribute, not end of file"); break; case TOKlcurly: { const lookingForElseSave = lookingForElse; lookingForElse = Loc(); nextToken(); a = parseDeclDefs(0, pLastDecl); if (token.value != TOKrcurly) { /* { */ error("matching `}` expected, not `%s`", token.toChars()); } else nextToken(); lookingForElse = lookingForElseSave; break; } case TOKcolon: nextToken(); a = parseDeclDefs(0, pLastDecl); // grab declarations up to closing curly bracket break; default: a = parseDeclDefs(1, pLastDecl, pAttrs); break; } return a; } /********************************************* * Give error on redundant/conflicting storage class. * * TODO: remove deprecation in 2.068 and keep only error */ StorageClass appendStorageClass(StorageClass storageClass, StorageClass stc, bool deprec = false) { if ((storageClass & stc) || (storageClass & AST.STCin && stc & (AST.STCconst | AST.STCscope)) || (stc & AST.STCin && storageClass & (AST.STCconst | AST.STCscope))) { OutBuffer buf; AST.stcToBuffer(&buf, stc); if (deprec) deprecation("redundant attribute `%s`", buf.peekString()); else error("redundant attribute `%s`", buf.peekString()); return storageClass | stc; } storageClass |= stc; if (stc & (AST.STCconst | AST.STCimmutable | AST.STCmanifest)) { StorageClass u = storageClass & (AST.STCconst | AST.STCimmutable | AST.STCmanifest); if (u & (u - 1)) error("conflicting attribute `%s`", Token.toChars(token.value)); } if (stc & (AST.STCgshared | AST.STCshared | AST.STCtls)) { StorageClass u = storageClass & (AST.STCgshared | AST.STCshared | AST.STCtls); if (u & (u - 1)) error("conflicting attribute `%s`", Token.toChars(token.value)); } if (stc & (AST.STCsafe | AST.STCsystem | AST.STCtrusted)) { StorageClass u = storageClass & (AST.STCsafe | AST.STCsystem | AST.STCtrusted); if (u & (u - 1)) error("conflicting attribute `@%s`", token.toChars()); } return storageClass; } /*********************************************** * Parse attribute, lexer is on '@'. * Input: * pudas array of UDAs to append to * Returns: * storage class if a predefined attribute; also scanner remains on identifier. * 0 if not a predefined attribute * *pudas set if user defined attribute, scanner is past UDA * *pudas NULL if not a user defined attribute */ StorageClass parseAttribute(AST.Expressions** pudas) { nextToken(); AST.Expressions* udas = null; StorageClass stc = 0; if (token.value == TOKidentifier) { if (token.ident == Id.property) stc = AST.STCproperty; else if (token.ident == Id.nogc) stc = AST.STCnogc; else if (token.ident == Id.safe) stc = AST.STCsafe; else if (token.ident == Id.trusted) stc = AST.STCtrusted; else if (token.ident == Id.system) stc = AST.STCsystem; else if (token.ident == Id.disable) stc = AST.STCdisable; else if (token.ident == Id.future) stc = AST.STCfuture; else { // Allow identifier, template instantiation, or function call AST.Expression exp = parsePrimaryExp(); if (token.value == TOKlparen) { const loc = token.loc; exp = new AST.CallExp(loc, exp, parseArguments()); } udas = new AST.Expressions(); udas.push(exp); } } else if (token.value == TOKlparen) { // @( ArgumentList ) // Concatenate with existing if (peekNext() == TOKrparen) error("empty attribute list is not allowed"); udas = parseArguments(); } else { error("@identifier or @(ArgumentList) expected, not `@%s`", token.toChars()); } if (stc) { } else if (udas) { *pudas = AST.UserAttributeDeclaration.concat(*pudas, udas); } else error("valid attributes are `@property`, `@safe`, `@trusted`, `@system`, `@disable`, `@nogc`"); return stc; } /*********************************************** * Parse const/immutable/shared/inout/nothrow/pure postfix */ StorageClass parsePostfix(StorageClass storageClass, AST.Expressions** pudas) { while (1) { StorageClass stc; switch (token.value) { case TOKconst: stc = AST.STCconst; break; case TOKimmutable: stc = AST.STCimmutable; break; case TOKshared: stc = AST.STCshared; break; case TOKwild: stc = AST.STCwild; break; case TOKnothrow: stc = AST.STCnothrow; break; case TOKpure: stc = AST.STCpure; break; case TOKreturn: stc = AST.STCreturn; break; case TOKscope: stc = AST.STCscope; break; case TOKat: { AST.Expressions* udas = null; stc = parseAttribute(&udas); if (udas) { if (pudas) *pudas = AST.UserAttributeDeclaration.concat(*pudas, udas); else { // Disallow: // void function() @uda fp; // () @uda { return 1; } error("user defined attributes cannot appear as postfixes"); } continue; } break; } default: return storageClass; } storageClass = appendStorageClass(storageClass, stc, true); nextToken(); } } StorageClass parseTypeCtor() { StorageClass storageClass = AST.STCundefined; while (1) { if (peek(&token).value == TOKlparen) return storageClass; StorageClass stc; switch (token.value) { case TOKconst: stc = AST.STCconst; break; case TOKimmutable: stc = AST.STCimmutable; break; case TOKshared: stc = AST.STCshared; break; case TOKwild: stc = AST.STCwild; break; default: return storageClass; } storageClass = appendStorageClass(storageClass, stc); nextToken(); } } /************************************** * Parse constraint. * Constraint is of the form: * if ( ConstraintExpression ) */ AST.Expression parseConstraint() { AST.Expression e = null; if (token.value == TOKif) { nextToken(); // skip over 'if' check(TOKlparen); e = parseExpression(); check(TOKrparen); } return e; } /************************************** * Parse a TemplateDeclaration. */ AST.TemplateDeclaration parseTemplateDeclaration(bool ismixin = false) { AST.TemplateDeclaration tempdecl; Identifier id; AST.TemplateParameters* tpl; AST.Dsymbols* decldefs; AST.Expression constraint = null; const loc = token.loc; nextToken(); if (token.value != TOKidentifier) { error("identifier expected following template"); goto Lerr; } id = token.ident; nextToken(); tpl = parseTemplateParameterList(); if (!tpl) goto Lerr; constraint = parseConstraint(); if (token.value != TOKlcurly) { error("members of template declaration expected"); goto Lerr; } else decldefs = parseBlock(null); tempdecl = new AST.TemplateDeclaration(loc, id, tpl, constraint, decldefs, ismixin); return tempdecl; Lerr: return null; } /****************************************** * Parse template parameter list. * Input: * flag 0: parsing "( list )" * 1: parsing non-empty "list $(RPAREN)" */ AST.TemplateParameters* parseTemplateParameterList(int flag = 0) { auto tpl = new AST.TemplateParameters(); if (!flag && token.value != TOKlparen) { error("parenthesized TemplateParameterList expected following TemplateIdentifier"); goto Lerr; } nextToken(); // Get array of TemplateParameters if (flag || token.value != TOKrparen) { int isvariadic = 0; while (token.value != TOKrparen) { AST.TemplateParameter tp; Loc loc; Identifier tp_ident = null; AST.Type tp_spectype = null; AST.Type tp_valtype = null; AST.Type tp_defaulttype = null; AST.Expression tp_specvalue = null; AST.Expression tp_defaultvalue = null; Token* t; // Get TemplateParameter // First, look ahead to see if it is a TypeParameter or a ValueParameter t = peek(&token); if (token.value == TOKalias) { // AliasParameter nextToken(); loc = token.loc; // todo AST.Type spectype = null; if (isDeclaration(&token, NeedDeclaratorId.must, TOKreserved, null)) { spectype = parseType(&tp_ident); } else { if (token.value != TOKidentifier) { error("identifier expected for template alias parameter"); goto Lerr; } tp_ident = token.ident; nextToken(); } RootObject spec = null; if (token.value == TOKcolon) // : Type { nextToken(); if (isDeclaration(&token, NeedDeclaratorId.no, TOKreserved, null)) spec = parseType(); else spec = parseCondExp(); } RootObject def = null; if (token.value == TOKassign) // = Type { nextToken(); if (isDeclaration(&token, NeedDeclaratorId.no, TOKreserved, null)) def = parseType(); else def = parseCondExp(); } tp = new AST.TemplateAliasParameter(loc, tp_ident, spectype, spec, def); } else if (t.value == TOKcolon || t.value == TOKassign || t.value == TOKcomma || t.value == TOKrparen) { // TypeParameter if (token.value != TOKidentifier) { error("identifier expected for template type parameter"); goto Lerr; } loc = token.loc; tp_ident = token.ident; nextToken(); if (token.value == TOKcolon) // : Type { nextToken(); tp_spectype = parseType(); } if (token.value == TOKassign) // = Type { nextToken(); tp_defaulttype = parseType(); } tp = new AST.TemplateTypeParameter(loc, tp_ident, tp_spectype, tp_defaulttype); } else if (token.value == TOKidentifier && t.value == TOKdotdotdot) { // ident... if (isvariadic) error("variadic template parameter must be last"); isvariadic = 1; loc = token.loc; tp_ident = token.ident; nextToken(); nextToken(); tp = new AST.TemplateTupleParameter(loc, tp_ident); } else if (token.value == TOKthis) { // ThisParameter nextToken(); if (token.value != TOKidentifier) { error("identifier expected for template this parameter"); goto Lerr; } loc = token.loc; tp_ident = token.ident; nextToken(); if (token.value == TOKcolon) // : Type { nextToken(); tp_spectype = parseType(); } if (token.value == TOKassign) // = Type { nextToken(); tp_defaulttype = parseType(); } tp = new AST.TemplateThisParameter(loc, tp_ident, tp_spectype, tp_defaulttype); } else { // ValueParameter loc = token.loc; // todo tp_valtype = parseType(&tp_ident); if (!tp_ident) { error("identifier expected for template value parameter"); tp_ident = Identifier.idPool("error"); } if (token.value == TOKcolon) // : CondExpression { nextToken(); tp_specvalue = parseCondExp(); } if (token.value == TOKassign) // = CondExpression { nextToken(); tp_defaultvalue = parseDefaultInitExp(); } tp = new AST.TemplateValueParameter(loc, tp_ident, tp_valtype, tp_specvalue, tp_defaultvalue); } tpl.push(tp); if (token.value != TOKcomma) break; nextToken(); } } check(TOKrparen); Lerr: return tpl; } /****************************************** * Parse template mixin. * mixin Foo; * mixin Foo!(args); * mixin a.b.c!(args).Foo!(args); * mixin Foo!(args) identifier; * mixin typeof(expr).identifier!(args); */ AST.Dsymbol parseMixin() { AST.TemplateMixin tm; Identifier id; AST.Objects* tiargs; //printf("parseMixin()\n"); const locMixin = token.loc; nextToken(); // skip 'mixin' auto loc = token.loc; AST.TypeQualified tqual = null; if (token.value == TOKdot) { id = Id.empty; } else { if (token.value == TOKtypeof) { tqual = parseTypeof(); check(TOKdot); } if (token.value != TOKidentifier) { error("identifier expected, not `%s`", token.toChars()); id = Id.empty; } else id = token.ident; nextToken(); } while (1) { tiargs = null; if (token.value == TOKnot) { tiargs = parseTemplateArguments(); } if (tiargs && token.value == TOKdot) { auto tempinst = new AST.TemplateInstance(loc, id, tiargs); if (!tqual) tqual = new AST.TypeInstance(loc, tempinst); else tqual.addInst(tempinst); tiargs = null; } else { if (!tqual) tqual = new AST.TypeIdentifier(loc, id); else tqual.addIdent(id); } if (token.value != TOKdot) break; nextToken(); if (token.value != TOKidentifier) { error("identifier expected following `.` instead of `%s`", token.toChars()); break; } loc = token.loc; id = token.ident; nextToken(); } if (token.value == TOKidentifier) { id = token.ident; nextToken(); } else id = null; tm = new AST.TemplateMixin(locMixin, id, tqual, tiargs); if (token.value != TOKsemicolon) error("`;` expected after mixin"); nextToken(); return tm; } /****************************************** * Parse template arguments. * Input: * current token is opening '!' * Output: * current token is one after closing '$(RPAREN)' */ AST.Objects* parseTemplateArguments() { AST.Objects* tiargs; nextToken(); if (token.value == TOKlparen) { // ident!(template_arguments) tiargs = parseTemplateArgumentList(); } else { // ident!template_argument tiargs = parseTemplateSingleArgument(); } if (token.value == TOKnot) { TOK tok = peekNext(); if (tok != TOKis && tok != TOKin) { error("multiple ! arguments are not allowed"); Lagain: nextToken(); if (token.value == TOKlparen) parseTemplateArgumentList(); else parseTemplateSingleArgument(); if (token.value == TOKnot && (tok = peekNext()) != TOKis && tok != TOKin) goto Lagain; } } return tiargs; } /****************************************** * Parse template argument list. * Input: * current token is opening '$(LPAREN)', * or ',' for __traits * Output: * current token is one after closing '$(RPAREN)' */ AST.Objects* parseTemplateArgumentList() { //printf("Parser::parseTemplateArgumentList()\n"); auto tiargs = new AST.Objects(); TOK endtok = TOKrparen; assert(token.value == TOKlparen || token.value == TOKcomma); nextToken(); // Get TemplateArgumentList while (token.value != endtok) { // See if it is an Expression or a Type if (isDeclaration(&token, NeedDeclaratorId.no, TOKreserved, null)) { // Template argument is a type AST.Type ta = parseType(); tiargs.push(ta); } else { // Template argument is an expression AST.Expression ea = parseAssignExp(); tiargs.push(ea); } if (token.value != TOKcomma) break; nextToken(); } check(endtok, "template argument list"); return tiargs; } /***************************** * Parse single template argument, to support the syntax: * foo!arg * Input: * current token is the arg */ AST.Objects* parseTemplateSingleArgument() { //printf("parseTemplateSingleArgument()\n"); auto tiargs = new AST.Objects(); AST.Type ta; switch (token.value) { case TOKidentifier: ta = new AST.TypeIdentifier(token.loc, token.ident); goto LabelX; case TOKvector: ta = parseVector(); goto LabelX; case TOKvoid: ta = AST.Type.tvoid; goto LabelX; case TOKint8: ta = AST.Type.tint8; goto LabelX; case TOKuns8: ta = AST.Type.tuns8; goto LabelX; case TOKint16: ta = AST.Type.tint16; goto LabelX; case TOKuns16: ta = AST.Type.tuns16; goto LabelX; case TOKint32: ta = AST.Type.tint32; goto LabelX; case TOKuns32: ta = AST.Type.tuns32; goto LabelX; case TOKint64: ta = AST.Type.tint64; goto LabelX; case TOKuns64: ta = AST.Type.tuns64; goto LabelX; case TOKint128: ta = AST.Type.tint128; goto LabelX; case TOKuns128: ta = AST.Type.tuns128; goto LabelX; case TOKfloat32: ta = AST.Type.tfloat32; goto LabelX; case TOKfloat64: ta = AST.Type.tfloat64; goto LabelX; case TOKfloat80: ta = AST.Type.tfloat80; goto LabelX; case TOKimaginary32: ta = AST.Type.timaginary32; goto LabelX; case TOKimaginary64: ta = AST.Type.timaginary64; goto LabelX; case TOKimaginary80: ta = AST.Type.timaginary80; goto LabelX; case TOKcomplex32: ta = AST.Type.tcomplex32; goto LabelX; case TOKcomplex64: ta = AST.Type.tcomplex64; goto LabelX; case TOKcomplex80: ta = AST.Type.tcomplex80; goto LabelX; case TOKbool: ta = AST.Type.tbool; goto LabelX; case TOKchar: ta = AST.Type.tchar; goto LabelX; case TOKwchar: ta = AST.Type.twchar; goto LabelX; case TOKdchar: ta = AST.Type.tdchar; goto LabelX; LabelX: tiargs.push(ta); nextToken(); break; case TOKint32v: case TOKuns32v: case TOKint64v: case TOKuns64v: case TOKint128v: case TOKuns128v: case TOKfloat32v: case TOKfloat64v: case TOKfloat80v: case TOKimaginary32v: case TOKimaginary64v: case TOKimaginary80v: case TOKnull: case TOKtrue: case TOKfalse: case TOKcharv: case TOKwcharv: case TOKdcharv: case TOKstring: case TOKxstring: case TOKfile: case TOKfilefullpath: case TOKline: case TOKmodulestring: case TOKfuncstring: case TOKprettyfunc: case TOKthis: { // Template argument is an expression AST.Expression ea = parsePrimaryExp(); tiargs.push(ea); break; } default: error("template argument expected following !"); break; } return tiargs; } /********************************** * Parse a static assertion. * Current token is 'static'. */ AST.StaticAssert parseStaticAssert() { const loc = token.loc; AST.Expression exp; AST.Expression msg = null; //printf("parseStaticAssert()\n"); nextToken(); nextToken(); check(TOKlparen); exp = parseAssignExp(); if (token.value == TOKcomma) { nextToken(); if (token.value != TOKrparen) { msg = parseAssignExp(); if (token.value == TOKcomma) nextToken(); } } check(TOKrparen); check(TOKsemicolon); return new AST.StaticAssert(loc, exp, msg); } /*********************************** * Parse typeof(expression). * Current token is on the 'typeof'. */ AST.TypeQualified parseTypeof() { AST.TypeQualified t; const loc = token.loc; nextToken(); check(TOKlparen); if (token.value == TOKreturn) // typeof(return) { nextToken(); t = new AST.TypeReturn(loc); } else { AST.Expression exp = parseExpression(); // typeof(expression) t = new AST.TypeTypeof(loc, exp); } check(TOKrparen); return t; } /*********************************** * Parse __vector(type). * Current token is on the '__vector'. */ AST.Type parseVector() { const loc = token.loc; nextToken(); check(TOKlparen); AST.Type tb = parseType(); check(TOKrparen); return new AST.TypeVector(loc, tb); } /*********************************** * Parse: * extern (linkage) * extern (C++, namespaces) * The parser is on the 'extern' token. */ LINK parseLinkage(AST.Identifiers** pidents, out CPPMANGLE cppmangle) { AST.Identifiers* idents = null; cppmangle = CPPMANGLE.def; LINK link = LINKdefault; nextToken(); assert(token.value == TOKlparen); nextToken(); if (token.value == TOKidentifier) { Identifier id = token.ident; nextToken(); if (id == Id.Windows) link = LINKwindows; else if (id == Id.Pascal) link = LINKpascal; else if (id == Id.D) link = LINKd; else if (id == Id.C) { link = LINKc; if (token.value == TOKplusplus) { link = LINKcpp; nextToken(); if (token.value == TOKcomma) // , namespaces or class or struct { nextToken(); if (token.value == TOKclass || token.value == TOKstruct) { cppmangle = token.value == TOKclass ? CPPMANGLE.asClass : CPPMANGLE.asStruct; nextToken(); } else { idents = new AST.Identifiers(); while (1) { if (token.value == TOKidentifier) { Identifier idn = token.ident; idents.push(idn); nextToken(); if (token.value == TOKdot) { nextToken(); continue; } } else { error("identifier expected for C++ namespace"); idents = null; // error occurred, invalidate list of elements. } break; } } } } } else if (id == Id.Objective) // Looking for tokens "Objective-C" { if (token.value == TOKmin) { nextToken(); if (token.ident == Id.C) { link = LINKobjc; nextToken(); } else goto LinvalidLinkage; } else goto LinvalidLinkage; } else if (id == Id.System) { link = LINKsystem; } else { LinvalidLinkage: error("valid linkage identifiers are `D`, `C`, `C++`, `Objective-C`, `Pascal`, `Windows`, `System`"); link = LINKd; } } else { link = LINKd; // default } check(TOKrparen); *pidents = idents; return link; } /*********************************** * Parse ident1.ident2.ident3 * * Params: * entity = what qualified identifier is expected to resolve into. * Used only for better error message * * Returns: * array of identifiers with actual qualified one stored last */ AST.Identifiers* parseQualifiedIdentifier(const(char)* entity) { AST.Identifiers* qualified = null; do { nextToken(); if (token.value != TOKidentifier) { error("`%s` expected as dot-separated identifiers, got `%s`", entity, token.toChars()); return null; } Identifier id = token.ident; if (!qualified) qualified = new AST.Identifiers(); qualified.push(id); nextToken(); } while (token.value == TOKdot); return qualified; } /************************************** * Parse a debug conditional */ AST.Condition parseDebugCondition() { uint level = 1; Identifier id = null; if (token.value == TOKlparen) { nextToken(); if (token.value == TOKidentifier) id = token.ident; else if (token.value == TOKint32v || token.value == TOKint64v) level = cast(uint)token.uns64value; else error("identifier or integer expected inside debug(...), not `%s`", token.toChars()); nextToken(); check(TOKrparen); } return new AST.DebugCondition(mod, level, id); } /************************************** * Parse a version conditional */ AST.Condition parseVersionCondition() { uint level = 1; Identifier id = null; if (token.value == TOKlparen) { nextToken(); /* Allow: * version (unittest) * version (assert) * even though they are keywords */ if (token.value == TOKidentifier) id = token.ident; else if (token.value == TOKint32v || token.value == TOKint64v) level = cast(uint)token.uns64value; else if (token.value == TOKunittest) id = Identifier.idPool(Token.toString(TOKunittest)); else if (token.value == TOKassert) id = Identifier.idPool(Token.toString(TOKassert)); else error("identifier or integer expected inside version(...), not `%s`", token.toChars()); nextToken(); check(TOKrparen); } else error("(condition) expected following `version`"); return new AST.VersionCondition(mod, level, id); } /*********************************************** * static if (expression) * body * else * body * Current token is 'static'. */ AST.Condition parseStaticIfCondition() { AST.Expression exp; AST.Condition condition; const loc = token.loc; nextToken(); nextToken(); if (token.value == TOKlparen) { nextToken(); exp = parseAssignExp(); check(TOKrparen); } else { error("(expression) expected following `static if`"); exp = null; } condition = new AST.StaticIfCondition(loc, exp); return condition; } /***************************************** * Parse a constructor definition: * this(parameters) { body } * or postblit: * this(this) { body } * or constructor template: * this(templateparameters)(parameters) { body } * Current token is 'this'. */ AST.Dsymbol parseCtor(PrefixAttributes!AST* pAttrs) { AST.Expressions* udas = null; const loc = token.loc; StorageClass stc = getStorageClass!AST(pAttrs); nextToken(); if (token.value == TOKlparen && peekNext() == TOKthis && peekNext2() == TOKrparen) { // this(this) { ... } nextToken(); nextToken(); check(TOKrparen); stc = parsePostfix(stc, &udas); if (stc & AST.STCstatic) error(loc, "postblit cannot be static"); auto f = new AST.PostBlitDeclaration(loc, Loc(), stc, Id.postblit); AST.Dsymbol s = parseContracts(f); if (udas) { auto a = new AST.Dsymbols(); a.push(f); s = new AST.UserAttributeDeclaration(udas, a); } return s; } /* Look ahead to see if: * this(...)(...) * which is a constructor template */ AST.TemplateParameters* tpl = null; if (token.value == TOKlparen && peekPastParen(&token).value == TOKlparen) { tpl = parseTemplateParameterList(); } /* Just a regular constructor */ int varargs; AST.Parameters* parameters = parseParameters(&varargs); stc = parsePostfix(stc, &udas); if (varargs != 0 || AST.Parameter.dim(parameters) != 0) { if (stc & AST.STCstatic) error(loc, "constructor cannot be static"); } else if (StorageClass ss = stc & (AST.STCshared | AST.STCstatic)) // this() { if (ss == AST.STCstatic) error(loc, "use `static this()` to declare a static constructor"); else if (ss == (AST.STCshared | AST.STCstatic)) error(loc, "use `shared static this()` to declare a shared static constructor"); } AST.Expression constraint = tpl ? parseConstraint() : null; AST.Type tf = new AST.TypeFunction(parameters, null, varargs, linkage, stc); // RetrunType -> auto tf = tf.addSTC(stc); auto f = new AST.CtorDeclaration(loc, Loc(), stc, tf); AST.Dsymbol s = parseContracts(f); if (udas) { auto a = new AST.Dsymbols(); a.push(f); s = new AST.UserAttributeDeclaration(udas, a); } if (tpl) { // Wrap a template around it auto decldefs = new AST.Dsymbols(); decldefs.push(s); s = new AST.TemplateDeclaration(loc, f.ident, tpl, constraint, decldefs); } return s; } /***************************************** * Parse a destructor definition: * ~this() { body } * Current token is '~'. */ AST.Dsymbol parseDtor(PrefixAttributes!AST* pAttrs) { AST.Expressions* udas = null; const loc = token.loc; StorageClass stc = getStorageClass!AST(pAttrs); nextToken(); check(TOKthis); check(TOKlparen); check(TOKrparen); stc = parsePostfix(stc, &udas); if (StorageClass ss = stc & (AST.STCshared | AST.STCstatic)) { if (ss == AST.STCstatic) error(loc, "use `static ~this()` to declare a static destructor"); else if (ss == (AST.STCshared | AST.STCstatic)) error(loc, "use `shared static ~this()` to declare a shared static destructor"); } auto f = new AST.DtorDeclaration(loc, Loc(), stc, Id.dtor); AST.Dsymbol s = parseContracts(f); if (udas) { auto a = new AST.Dsymbols(); a.push(f); s = new AST.UserAttributeDeclaration(udas, a); } return s; } /***************************************** * Parse a static constructor definition: * static this() { body } * Current token is 'static'. */ AST.Dsymbol parseStaticCtor(PrefixAttributes!AST* pAttrs) { //Expressions *udas = NULL; const loc = token.loc; StorageClass stc = getStorageClass!AST(pAttrs); nextToken(); nextToken(); check(TOKlparen); check(TOKrparen); stc = parsePostfix(stc & ~AST.STC_TYPECTOR, null) | stc; if (stc & AST.STCshared) error(loc, "use `shared static this()` to declare a shared static constructor"); else if (stc & AST.STCstatic) appendStorageClass(stc, AST.STCstatic); // complaint for the redundancy else if (StorageClass modStc = stc & AST.STC_TYPECTOR) { OutBuffer buf; AST.stcToBuffer(&buf, modStc); error(loc, "static constructor cannot be `%s`", buf.peekString()); } stc &= ~(AST.STCstatic | AST.STC_TYPECTOR); auto f = new AST.StaticCtorDeclaration(loc, Loc(), stc); AST.Dsymbol s = parseContracts(f); return s; } /***************************************** * Parse a static destructor definition: * static ~this() { body } * Current token is 'static'. */ AST.Dsymbol parseStaticDtor(PrefixAttributes!AST* pAttrs) { AST.Expressions* udas = null; const loc = token.loc; StorageClass stc = getStorageClass!AST(pAttrs); nextToken(); nextToken(); check(TOKthis); check(TOKlparen); check(TOKrparen); stc = parsePostfix(stc & ~AST.STC_TYPECTOR, &udas) | stc; if (stc & AST.STCshared) error(loc, "use `shared static ~this()` to declare a shared static destructor"); else if (stc & AST.STCstatic) appendStorageClass(stc, AST.STCstatic); // complaint for the redundancy else if (StorageClass modStc = stc & AST.STC_TYPECTOR) { OutBuffer buf; AST.stcToBuffer(&buf, modStc); error(loc, "static destructor cannot be `%s`", buf.peekString()); } stc &= ~(AST.STCstatic | AST.STC_TYPECTOR); auto f = new AST.StaticDtorDeclaration(loc, Loc(), stc); AST.Dsymbol s = parseContracts(f); if (udas) { auto a = new AST.Dsymbols(); a.push(f); s = new AST.UserAttributeDeclaration(udas, a); } return s; } /***************************************** * Parse a shared static constructor definition: * shared static this() { body } * Current token is 'shared'. */ AST.Dsymbol parseSharedStaticCtor(PrefixAttributes!AST* pAttrs) { //Expressions *udas = NULL; const loc = token.loc; StorageClass stc = getStorageClass!AST(pAttrs); nextToken(); nextToken(); nextToken(); check(TOKlparen); check(TOKrparen); stc = parsePostfix(stc & ~AST.STC_TYPECTOR, null) | stc; if (StorageClass ss = stc & (AST.STCshared | AST.STCstatic)) appendStorageClass(stc, ss); // complaint for the redundancy else if (StorageClass modStc = stc & AST.STC_TYPECTOR) { OutBuffer buf; AST.stcToBuffer(&buf, modStc); error(loc, "shared static constructor cannot be `%s`", buf.peekString()); } stc &= ~(AST.STCstatic | AST.STC_TYPECTOR); auto f = new AST.SharedStaticCtorDeclaration(loc, Loc(), stc); AST.Dsymbol s = parseContracts(f); return s; } /***************************************** * Parse a shared static destructor definition: * shared static ~this() { body } * Current token is 'shared'. */ AST.Dsymbol parseSharedStaticDtor(PrefixAttributes!AST* pAttrs) { AST.Expressions* udas = null; const loc = token.loc; StorageClass stc = getStorageClass!AST(pAttrs); nextToken(); nextToken(); nextToken(); check(TOKthis); check(TOKlparen); check(TOKrparen); stc = parsePostfix(stc & ~AST.STC_TYPECTOR, &udas) | stc; if (StorageClass ss = stc & (AST.STCshared | AST.STCstatic)) appendStorageClass(stc, ss); // complaint for the redundancy else if (StorageClass modStc = stc & AST.STC_TYPECTOR) { OutBuffer buf; AST.stcToBuffer(&buf, modStc); error(loc, "shared static destructor cannot be `%s`", buf.peekString()); } stc &= ~(AST.STCstatic | AST.STC_TYPECTOR); auto f = new AST.SharedStaticDtorDeclaration(loc, Loc(), stc); AST.Dsymbol s = parseContracts(f); if (udas) { auto a = new AST.Dsymbols(); a.push(f); s = new AST.UserAttributeDeclaration(udas, a); } return s; } /***************************************** * Parse an invariant definition: * invariant() { body } * Current token is 'invariant'. */ AST.Dsymbol parseInvariant(PrefixAttributes!AST* pAttrs) { const loc = token.loc; StorageClass stc = getStorageClass!AST(pAttrs); nextToken(); if (token.value == TOKlparen) // optional () { nextToken(); check(TOKrparen); } auto fbody = parseStatement(PScurly); auto f = new AST.InvariantDeclaration(loc, token.loc, stc, null, fbody); return f; } /***************************************** * Parse a unittest definition: * unittest { body } * Current token is 'unittest'. */ AST.Dsymbol parseUnitTest(PrefixAttributes!AST* pAttrs) { const loc = token.loc; StorageClass stc = getStorageClass!AST(pAttrs); nextToken(); const(char)* begPtr = token.ptr + 1; // skip '{' const(char)* endPtr = null; AST.Statement sbody = parseStatement(PScurly, &endPtr); /** Extract unittest body as a string. Must be done eagerly since memory will be released by the lexer before doc gen. */ char* docline = null; if (global.params.doDocComments && endPtr > begPtr) { /* Remove trailing whitespaces */ for (const(char)* p = endPtr - 1; begPtr <= p && (*p == ' ' || *p == '\r' || *p == '\n' || *p == '\t'); --p) { endPtr = p; } size_t len = endPtr - begPtr; if (len > 0) { docline = cast(char*)mem.xmalloc(len + 2); memcpy(docline, begPtr, len); docline[len] = '\n'; // Terminate all lines by LF docline[len + 1] = '\0'; } } auto f = new AST.UnitTestDeclaration(loc, token.loc, stc, docline); f.fbody = sbody; return f; } /***************************************** * Parse a new definition: * new(parameters) { body } * Current token is 'new'. */ AST.Dsymbol parseNew(PrefixAttributes!AST* pAttrs) { const loc = token.loc; StorageClass stc = getStorageClass!AST(pAttrs); nextToken(); int varargs; AST.Parameters* parameters = parseParameters(&varargs); auto f = new AST.NewDeclaration(loc, Loc(), stc, parameters, varargs); AST.Dsymbol s = parseContracts(f); return s; } /***************************************** * Parse a delete definition: * delete(parameters) { body } * Current token is 'delete'. */ AST.Dsymbol parseDelete(PrefixAttributes!AST* pAttrs) { const loc = token.loc; StorageClass stc = getStorageClass!AST(pAttrs); nextToken(); int varargs; AST.Parameters* parameters = parseParameters(&varargs); if (varargs) error("`...` not allowed in delete function parameter list"); auto f = new AST.DeleteDeclaration(loc, Loc(), stc, parameters); AST.Dsymbol s = parseContracts(f); return s; } /********************************************** * Parse parameter list. */ AST.Parameters* parseParameters(int* pvarargs, AST.TemplateParameters** tpl = null) { auto parameters = new AST.Parameters(); int varargs = 0; int hasdefault = 0; check(TOKlparen); while (1) { Identifier ai = null; AST.Type at; StorageClass storageClass = 0; StorageClass stc; AST.Expression ae; for (; 1; nextToken()) { switch (token.value) { case TOKrparen: break; case TOKdotdotdot: varargs = 1; nextToken(); break; case TOKconst: if (peek(&token).value == TOKlparen) goto Ldefault; stc = AST.STCconst; goto L2; case TOKimmutable: if (peek(&token).value == TOKlparen) goto Ldefault; stc = AST.STCimmutable; goto L2; case TOKshared: if (peek(&token).value == TOKlparen) goto Ldefault; stc = AST.STCshared; goto L2; case TOKwild: if (peek(&token).value == TOKlparen) goto Ldefault; stc = AST.STCwild; goto L2; case TOKin: stc = AST.STCin; goto L2; case TOKout: stc = AST.STCout; goto L2; case TOKref: stc = AST.STCref; goto L2; case TOKlazy: stc = AST.STClazy; goto L2; case TOKscope: stc = AST.STCscope; goto L2; case TOKfinal: stc = AST.STCfinal; goto L2; case TOKauto: stc = AST.STCauto; goto L2; case TOKreturn: stc = AST.STCreturn; goto L2; L2: storageClass = appendStorageClass(storageClass, stc); continue; version (none) { case TOKstatic: stc = STCstatic; goto L2; case TOKauto: storageClass = STCauto; goto L4; case TOKalias: storageClass = STCalias; goto L4; L4: nextToken(); if (token.value == TOKidentifier) { ai = token.ident; nextToken(); } else ai = null; at = null; // no type ae = null; // no default argument if (token.value == TOKassign) // = defaultArg { nextToken(); ae = parseDefaultInitExp(); hasdefault = 1; } else { if (hasdefault) error("default argument expected for `alias %s`", ai ? ai.toChars() : ""); } goto L3; } default: Ldefault: { stc = storageClass & (AST.STCin | AST.STCout | AST.STCref | AST.STClazy); // if stc is not a power of 2 if (stc & (stc - 1) && !(stc == (AST.STCin | AST.STCref))) error("incompatible parameter storage classes"); //if ((storageClass & STCscope) && (storageClass & (STCref | STCout))) //error("scope cannot be ref or out"); if (tpl && token.value == TOKidentifier) { Token* t = peek(&token); if (t.value == TOKcomma || t.value == TOKrparen || t.value == TOKdotdotdot) { Identifier id = Identifier.generateId("__T"); const loc = token.loc; at = new AST.TypeIdentifier(loc, id); if (!*tpl) *tpl = new AST.TemplateParameters(); AST.TemplateParameter tp = new AST.TemplateTypeParameter(loc, id, null, null); (*tpl).push(tp); ai = token.ident; nextToken(); } else goto _else; } else { _else: at = parseType(&ai); } ae = null; if (token.value == TOKassign) // = defaultArg { nextToken(); ae = parseDefaultInitExp(); hasdefault = 1; } else { if (hasdefault) error("default argument expected for `%s`", ai ? ai.toChars() : at.toChars()); } if (token.value == TOKdotdotdot) { /* This is: * at ai ... */ if (storageClass & (AST.STCout | AST.STCref)) error("variadic argument cannot be `out` or `ref`"); varargs = 2; parameters.push(new AST.Parameter(storageClass, at, ai, ae)); nextToken(); break; } parameters.push(new AST.Parameter(storageClass, at, ai, ae)); if (token.value == TOKcomma) { nextToken(); goto L1; } break; } } break; } break; L1: } check(TOKrparen); *pvarargs = varargs; return parameters; } /************************************* */ AST.EnumDeclaration parseEnum() { AST.EnumDeclaration e; Identifier id; AST.Type memtype; auto loc = token.loc; //printf("Parser::parseEnum()\n"); nextToken(); if (token.value == TOKidentifier) { id = token.ident; nextToken(); } else id = null; if (token.value == TOKcolon) { nextToken(); int alt = 0; const typeLoc = token.loc; memtype = parseBasicType(); memtype = parseDeclarator(memtype, &alt, null); checkCstyleTypeSyntax(typeLoc, memtype, alt, null); } else memtype = null; e = new AST.EnumDeclaration(loc, id, memtype); if (token.value == TOKsemicolon && id) nextToken(); else if (token.value == TOKlcurly) { //printf("enum definition\n"); e.members = new AST.Dsymbols(); nextToken(); const(char)* comment = token.blockComment; while (token.value != TOKrcurly) { /* Can take the following forms: * 1. ident * 2. ident = value * 3. type ident = value */ loc = token.loc; AST.Type type = null; Identifier ident = null; Token* tp = peek(&token); if (token.value == TOKidentifier && (tp.value == TOKassign || tp.value == TOKcomma || tp.value == TOKrcurly)) { ident = token.ident; type = null; nextToken(); } else { type = parseType(&ident, null); if (!ident) error("no identifier for declarator `%s`", type.toChars()); if (id || memtype) error("type only allowed if anonymous enum and no enum type"); } AST.Expression value; if (token.value == TOKassign) { nextToken(); value = parseAssignExp(); } else { value = null; if (type) error("if type, there must be an initializer"); } auto em = new AST.EnumMember(loc, ident, value, type); e.members.push(em); if (token.value == TOKrcurly) { } else { addComment(em, comment); comment = null; check(TOKcomma); } addComment(em, comment); comment = token.blockComment; if (token.value == TOKeof) { error("premature end of file"); break; } } nextToken(); } else error("enum declaration is invalid"); //printf("-parseEnum() %s\n", e.toChars()); return e; } /******************************** * Parse struct, union, interface, class. */ AST.Dsymbol parseAggregate() { AST.TemplateParameters* tpl = null; AST.Expression constraint; const loc = token.loc; TOK tok = token.value; //printf("Parser::parseAggregate()\n"); nextToken(); Identifier id; if (token.value != TOKidentifier) { id = null; } else { id = token.ident; nextToken(); if (token.value == TOKlparen) { // struct/class template declaration. tpl = parseTemplateParameterList(); constraint = parseConstraint(); } } // Collect base class(es) AST.BaseClasses* baseclasses = null; if (token.value == TOKcolon) { if (tok != TOKinterface && tok != TOKclass) error("base classes are not allowed for `%s`, did you mean `;`?", Token.toChars(tok)); nextToken(); baseclasses = parseBaseClasses(); } if (token.value == TOKif) { if (constraint) error("template constraints appear both before and after BaseClassList, put them before"); constraint = parseConstraint(); } if (constraint) { if (!id) error("template constraints not allowed for anonymous `%s`", Token.toChars(tok)); if (!tpl) error("template constraints only allowed for templates"); } AST.Dsymbols* members = null; if (token.value == TOKlcurly) { //printf("aggregate definition\n"); const lookingForElseSave = lookingForElse; lookingForElse = Loc(); nextToken(); members = parseDeclDefs(0); lookingForElse = lookingForElseSave; if (token.value != TOKrcurly) { /* { */ error("`}` expected following members in `%s` declaration at %s", Token.toChars(tok), loc.toChars()); } nextToken(); } else if (token.value == TOKsemicolon && id) { if (baseclasses || constraint) error("members expected"); nextToken(); } else { error("{ } expected following `%s` declaration", Token.toChars(tok)); } AST.AggregateDeclaration a; switch (tok) { case TOKinterface: if (!id) error(loc, "anonymous interfaces not allowed"); a = new AST.InterfaceDeclaration(loc, id, baseclasses); a.members = members; break; case TOKclass: if (!id) error(loc, "anonymous classes not allowed"); bool inObject = md && !md.packages && md.id == Id.object; a = new AST.ClassDeclaration(loc, id, baseclasses, members, inObject); break; case TOKstruct: if (id) { a = new AST.StructDeclaration(loc, id); a.members = members; } else { /* Anonymous structs/unions are more like attributes. */ assert(!tpl); return new AST.AnonDeclaration(loc, false, members); } break; case TOKunion: if (id) { a = new AST.UnionDeclaration(loc, id); a.members = members; } else { /* Anonymous structs/unions are more like attributes. */ assert(!tpl); return new AST.AnonDeclaration(loc, true, members); } break; default: assert(0); } if (tpl) { // Wrap a template around the aggregate declaration auto decldefs = new AST.Dsymbols(); decldefs.push(a); auto tempdecl = new AST.TemplateDeclaration(loc, id, tpl, constraint, decldefs); return tempdecl; } return a; } /******************************************* */ AST.BaseClasses* parseBaseClasses() { auto baseclasses = new AST.BaseClasses(); for (; 1; nextToken()) { auto b = new AST.BaseClass(parseBasicType()); baseclasses.push(b); if (token.value != TOKcomma) break; } return baseclasses; } AST.Dsymbols* parseImport() { auto decldefs = new AST.Dsymbols(); Identifier aliasid = null; int isstatic = token.value == TOKstatic; if (isstatic) nextToken(); //printf("Parser::parseImport()\n"); do { L1: nextToken(); if (token.value != TOKidentifier) { error("identifier expected following import"); break; } const loc = token.loc; Identifier id = token.ident; AST.Identifiers* a = null; nextToken(); if (!aliasid && token.value == TOKassign) { aliasid = id; goto L1; } while (token.value == TOKdot) { if (!a) a = new AST.Identifiers(); a.push(id); nextToken(); if (token.value != TOKidentifier) { error("identifier expected following package"); break; } id = token.ident; nextToken(); } auto s = new AST.Import(loc, a, id, aliasid, isstatic); decldefs.push(s); /* Look for * : alias=name, alias=name; * syntax. */ if (token.value == TOKcolon) { do { nextToken(); if (token.value != TOKidentifier) { error("identifier expected following `:`"); break; } Identifier _alias = token.ident; Identifier name; nextToken(); if (token.value == TOKassign) { nextToken(); if (token.value != TOKidentifier) { error("identifier expected following `%s=`", _alias.toChars()); break; } name = token.ident; nextToken(); } else { name = _alias; _alias = null; } s.addAlias(name, _alias); } while (token.value == TOKcomma); break; // no comma-separated imports of this form } aliasid = null; } while (token.value == TOKcomma); if (token.value == TOKsemicolon) nextToken(); else { error("`;` expected"); nextToken(); } return decldefs; } AST.Type parseType(Identifier* pident = null, AST.TemplateParameters** ptpl = null) { /* Take care of the storage class prefixes that * serve as type attributes: * const type * immutable type * shared type * inout type * inout const type * shared const type * shared inout type * shared inout const type */ StorageClass stc = 0; while (1) { switch (token.value) { case TOKconst: if (peekNext() == TOKlparen) break; // const as type constructor stc |= AST.STCconst; // const as storage class nextToken(); continue; case TOKimmutable: if (peekNext() == TOKlparen) break; stc |= AST.STCimmutable; nextToken(); continue; case TOKshared: if (peekNext() == TOKlparen) break; stc |= AST.STCshared; nextToken(); continue; case TOKwild: if (peekNext() == TOKlparen) break; stc |= AST.STCwild; nextToken(); continue; default: break; } break; } const typeLoc = token.loc; AST.Type t; t = parseBasicType(); int alt = 0; t = parseDeclarator(t, &alt, pident, ptpl); checkCstyleTypeSyntax(typeLoc, t, alt, pident ? *pident : null); t = t.addSTC(stc); return t; } AST.Type parseBasicType(bool dontLookDotIdents = false) { AST.Type t; Loc loc; Identifier id; //printf("parseBasicType()\n"); switch (token.value) { case TOKvoid: t = AST.Type.tvoid; goto LabelX; case TOKint8: t = AST.Type.tint8; goto LabelX; case TOKuns8: t = AST.Type.tuns8; goto LabelX; case TOKint16: t = AST.Type.tint16; goto LabelX; case TOKuns16: t = AST.Type.tuns16; goto LabelX; case TOKint32: t = AST.Type.tint32; goto LabelX; case TOKuns32: t = AST.Type.tuns32; goto LabelX; case TOKint64: t = AST.Type.tint64; goto LabelX; case TOKuns64: t = AST.Type.tuns64; goto LabelX; case TOKint128: t = AST.Type.tint128; goto LabelX; case TOKuns128: t = AST.Type.tuns128; goto LabelX; case TOKfloat32: t = AST.Type.tfloat32; goto LabelX; case TOKfloat64: t = AST.Type.tfloat64; goto LabelX; case TOKfloat80: t = AST.Type.tfloat80; goto LabelX; case TOKimaginary32: t = AST.Type.timaginary32; goto LabelX; case TOKimaginary64: t = AST.Type.timaginary64; goto LabelX; case TOKimaginary80: t = AST.Type.timaginary80; goto LabelX; case TOKcomplex32: t = AST.Type.tcomplex32; goto LabelX; case TOKcomplex64: t = AST.Type.tcomplex64; goto LabelX; case TOKcomplex80: t = AST.Type.tcomplex80; goto LabelX; case TOKbool: t = AST.Type.tbool; goto LabelX; case TOKchar: t = AST.Type.tchar; goto LabelX; case TOKwchar: t = AST.Type.twchar; goto LabelX; case TOKdchar: t = AST.Type.tdchar; goto LabelX; LabelX: nextToken(); break; case TOKthis: case TOKsuper: case TOKidentifier: loc = token.loc; id = token.ident; nextToken(); if (token.value == TOKnot) { // ident!(template_arguments) auto tempinst = new AST.TemplateInstance(loc, id, parseTemplateArguments()); t = parseBasicTypeStartingAt(new AST.TypeInstance(loc, tempinst), dontLookDotIdents); } else { t = parseBasicTypeStartingAt(new AST.TypeIdentifier(loc, id), dontLookDotIdents); } break; case TOKdot: // Leading . as in .foo t = parseBasicTypeStartingAt(new AST.TypeIdentifier(token.loc, Id.empty), dontLookDotIdents); break; case TOKtypeof: // typeof(expression) t = parseBasicTypeStartingAt(parseTypeof(), dontLookDotIdents); break; case TOKvector: t = parseVector(); break; case TOKconst: // const(type) nextToken(); check(TOKlparen); t = parseType().addSTC(AST.STCconst); check(TOKrparen); break; case TOKimmutable: // immutable(type) nextToken(); check(TOKlparen); t = parseType().addSTC(AST.STCimmutable); check(TOKrparen); break; case TOKshared: // shared(type) nextToken(); check(TOKlparen); t = parseType().addSTC(AST.STCshared); check(TOKrparen); break; case TOKwild: // wild(type) nextToken(); check(TOKlparen); t = parseType().addSTC(AST.STCwild); check(TOKrparen); break; default: error("basic type expected, not `%s`", token.toChars()); t = AST.Type.terror; break; } return t; } AST.Type parseBasicTypeStartingAt(AST.TypeQualified tid, bool dontLookDotIdents) { AST.Type maybeArray = null; // See https://issues.dlang.org/show_bug.cgi?id=1215 // A basic type can look like MyType (typical case), but also: // MyType.T -> A type // MyType[expr] -> Either a static array of MyType or a type (iif MyType is a Ttuple) // MyType[expr].T -> A type. // MyType[expr].T[expr] -> Either a static array of MyType[expr].T or a type // (iif MyType[expr].T is a Ttuple) while (1) { switch (token.value) { case TOKdot: { nextToken(); if (token.value != TOKidentifier) { error("identifier expected following `.` instead of `%s`", token.toChars()); break; } if (maybeArray) { // This is actually a TypeTuple index, not an {a/s}array. // We need to have a while loop to unwind all index taking: // T[e1][e2].U -> T, addIndex(e1), addIndex(e2) AST.Objects dimStack; AST.Type t = maybeArray; while (true) { if (t.ty == AST.Tsarray) { // The index expression is an Expression. AST.TypeSArray a = cast(AST.TypeSArray)t; dimStack.push(a.dim.syntaxCopy()); t = a.next.syntaxCopy(); } else if (t.ty == AST.Taarray) { // The index expression is a Type. It will be interpreted as an expression at semantic time. AST.TypeAArray a = cast(AST.TypeAArray)t; dimStack.push(a.index.syntaxCopy()); t = a.next.syntaxCopy(); } else { break; } } assert(dimStack.dim > 0); // We're good. Replay indices in the reverse order. tid = cast(AST.TypeQualified)t; while (dimStack.dim) { tid.addIndex(dimStack.pop()); } maybeArray = null; } const loc = token.loc; Identifier id = token.ident; nextToken(); if (token.value == TOKnot) { auto tempinst = new AST.TemplateInstance(loc, id, parseTemplateArguments()); tid.addInst(tempinst); } else tid.addIdent(id); continue; } case TOKlbracket: { if (dontLookDotIdents) // workaround for https://issues.dlang.org/show_bug.cgi?id=14911 goto Lend; nextToken(); AST.Type t = maybeArray ? maybeArray : cast(AST.Type)tid; if (token.value == TOKrbracket) { // It's a dynamic array, and we're done: // T[].U does not make sense. t = new AST.TypeDArray(t); nextToken(); return t; } else if (isDeclaration(&token, NeedDeclaratorId.no, TOKrbracket, null)) { // This can be one of two things: // 1 - an associative array declaration, T[type] // 2 - an associative array declaration, T[expr] // These can only be disambiguated later. AST.Type index = parseType(); // [ type ] maybeArray = new AST.TypeAArray(t, index); check(TOKrbracket); } else { // This can be one of three things: // 1 - an static array declaration, T[expr] // 2 - a slice, T[expr .. expr] // 3 - a template parameter pack index expression, T[expr].U // 1 and 3 can only be disambiguated later. //printf("it's type[expression]\n"); inBrackets++; AST.Expression e = parseAssignExp(); // [ expression ] if (token.value == TOKslice) { // It's a slice, and we're done. nextToken(); AST.Expression e2 = parseAssignExp(); // [ exp .. exp ] t = new AST.TypeSlice(t, e, e2); inBrackets--; check(TOKrbracket); return t; } else { maybeArray = new AST.TypeSArray(t, e); inBrackets--; check(TOKrbracket); continue; } } break; } default: goto Lend; } } Lend: return maybeArray ? maybeArray : cast(AST.Type)tid; } /****************************************** * Parse things that follow the initial type t. * t * * t [] * t [type] * t [expression] * t [expression .. expression] * t function * t delegate */ AST.Type parseBasicType2(AST.Type t) { //printf("parseBasicType2()\n"); while (1) { switch (token.value) { case TOKmul: t = new AST.TypePointer(t); nextToken(); continue; case TOKlbracket: // Handle []. Make sure things like // int[3][1] a; // is (array[1] of array[3] of int) nextToken(); if (token.value == TOKrbracket) { t = new AST.TypeDArray(t); // [] nextToken(); } else if (isDeclaration(&token, NeedDeclaratorId.no, TOKrbracket, null)) { // It's an associative array declaration //printf("it's an associative array\n"); AST.Type index = parseType(); // [ type ] t = new AST.TypeAArray(t, index); check(TOKrbracket); } else { //printf("it's type[expression]\n"); inBrackets++; AST.Expression e = parseAssignExp(); // [ expression ] if (token.value == TOKslice) { nextToken(); AST.Expression e2 = parseAssignExp(); // [ exp .. exp ] t = new AST.TypeSlice(t, e, e2); } else { t = new AST.TypeSArray(t, e); } inBrackets--; check(TOKrbracket); } continue; case TOKdelegate: case TOKfunction: { // Handle delegate declaration: // t delegate(parameter list) nothrow pure // t function(parameter list) nothrow pure TOK save = token.value; nextToken(); int varargs; AST.Parameters* parameters = parseParameters(&varargs); StorageClass stc = parsePostfix(AST.STCundefined, null); auto tf = new AST.TypeFunction(parameters, t, varargs, linkage, stc); if (stc & (AST.STCconst | AST.STCimmutable | AST.STCshared | AST.STCwild | AST.STCreturn)) { if (save == TOKfunction) error("const/immutable/shared/inout/return attributes are only valid for non-static member functions"); else tf = cast(AST.TypeFunction)tf.addSTC(stc); } if (save == TOKdelegate) t = new AST.TypeDelegate(tf); else t = new AST.TypePointer(tf); // pointer to function continue; } default: return t; } assert(0); } assert(0); } AST.Type parseDeclarator(AST.Type t, int* palt, Identifier* pident, AST.TemplateParameters** tpl = null, StorageClass storageClass = 0, int* pdisable = null, AST.Expressions** pudas = null) { //printf("parseDeclarator(tpl = %p)\n", tpl); t = parseBasicType2(t); AST.Type ts; switch (token.value) { case TOKidentifier: if (pident) *pident = token.ident; else error("unexpected identifier `%s` in declarator", token.ident.toChars()); ts = t; nextToken(); break; case TOKlparen: { // like: T (*fp)(); // like: T ((*fp))(); if (peekNext() == TOKmul || peekNext() == TOKlparen) { /* Parse things with parentheses around the identifier, like: * int (*ident[3])[] * although the D style would be: * int[]*[3] ident */ *palt |= 1; nextToken(); ts = parseDeclarator(t, palt, pident); check(TOKrparen); break; } ts = t; Token* peekt = &token; /* Completely disallow C-style things like: * T (a); * Improve error messages for the common bug of a missing return type * by looking to see if (a) looks like a parameter list. */ if (isParameters(&peekt)) { error("function declaration without return type. (Note that constructors are always named `this`)"); } else error("unexpected `(` in declarator"); break; } default: ts = t; break; } // parse DeclaratorSuffixes while (1) { switch (token.value) { static if (CARRAYDECL) { /* Support C style array syntax: * int ident[] * as opposed to D-style: * int[] ident */ case TOKlbracket: { // This is the old C-style post [] syntax. AST.TypeNext ta; nextToken(); if (token.value == TOKrbracket) { // It's a dynamic array ta = new AST.TypeDArray(t); // [] nextToken(); *palt |= 2; } else if (isDeclaration(&token, NeedDeclaratorId.no, TOKrbracket, null)) { // It's an associative array //printf("it's an associative array\n"); AST.Type index = parseType(); // [ type ] check(TOKrbracket); ta = new AST.TypeAArray(t, index); *palt |= 2; } else { //printf("It's a static array\n"); AST.Expression e = parseAssignExp(); // [ expression ] ta = new AST.TypeSArray(t, e); check(TOKrbracket); *palt |= 2; } /* Insert ta into * ts -> ... -> t * so that * ts -> ... -> ta -> t */ AST.Type* pt; for (pt = &ts; *pt != t; pt = &(cast(AST.TypeNext)*pt).next) { } *pt = ta; continue; } } case TOKlparen: { if (tpl) { Token* tk = peekPastParen(&token); if (tk.value == TOKlparen) { /* Look ahead to see if this is (...)(...), * i.e. a function template declaration */ //printf("function template declaration\n"); // Gather template parameter list *tpl = parseTemplateParameterList(); } else if (tk.value == TOKassign) { /* or (...) =, * i.e. a variable template declaration */ //printf("variable template declaration\n"); *tpl = parseTemplateParameterList(); break; } } int varargs; AST.Parameters* parameters = parseParameters(&varargs); /* Parse const/immutable/shared/inout/nothrow/pure/return postfix */ // merge prefix storage classes StorageClass stc = parsePostfix(storageClass, pudas); AST.Type tf = new AST.TypeFunction(parameters, t, varargs, linkage, stc); tf = tf.addSTC(stc); if (pdisable) *pdisable = stc & AST.STCdisable ? 1 : 0; /* Insert tf into * ts -> ... -> t * so that * ts -> ... -> tf -> t */ AST.Type* pt; for (pt = &ts; *pt != t; pt = &(cast(AST.TypeNext)*pt).next) { } *pt = tf; break; } default: break; } break; } return ts; } void parseStorageClasses(ref StorageClass storage_class, ref LINK link, ref bool setAlignment, ref AST.Expression ealign, ref AST.Expressions* udas) { StorageClass stc; bool sawLinkage = false; // seen a linkage declaration while (1) { switch (token.value) { case TOKconst: if (peek(&token).value == TOKlparen) break; // const as type constructor stc = AST.STCconst; // const as storage class goto L1; case TOKimmutable: if (peek(&token).value == TOKlparen) break; stc = AST.STCimmutable; goto L1; case TOKshared: if (peek(&token).value == TOKlparen) break; stc = AST.STCshared; goto L1; case TOKwild: if (peek(&token).value == TOKlparen) break; stc = AST.STCwild; goto L1; case TOKstatic: stc = AST.STCstatic; goto L1; case TOKfinal: stc = AST.STCfinal; goto L1; case TOKauto: stc = AST.STCauto; goto L1; case TOKscope: stc = AST.STCscope; goto L1; case TOKoverride: stc = AST.STCoverride; goto L1; case TOKabstract: stc = AST.STCabstract; goto L1; case TOKsynchronized: stc = AST.STCsynchronized; goto L1; case TOKdeprecated: stc = AST.STCdeprecated; goto L1; case TOKnothrow: stc = AST.STCnothrow; goto L1; case TOKpure: stc = AST.STCpure; goto L1; case TOKref: stc = AST.STCref; goto L1; case TOKgshared: stc = AST.STCgshared; goto L1; case TOKenum: stc = AST.STCmanifest; goto L1; case TOKat: { stc = parseAttribute(&udas); if (stc) goto L1; continue; } L1: storage_class = appendStorageClass(storage_class, stc); nextToken(); continue; case TOKextern: { if (peek(&token).value != TOKlparen) { stc = AST.STCextern; goto L1; } if (sawLinkage) error("redundant linkage declaration"); sawLinkage = true; AST.Identifiers* idents = null; CPPMANGLE cppmangle; link = parseLinkage(&idents, cppmangle); if (idents) { error("C++ name spaces not allowed here"); } if (cppmangle != CPPMANGLE.def) { error("C++ mangle declaration not allowed here"); } continue; } case TOKalign: { nextToken(); setAlignment = true; if (token.value == TOKlparen) { nextToken(); ealign = parseExpression(); check(TOKrparen); } continue; } default: break; } break; } } /********************************** * Parse Declarations. * These can be: * 1. declarations at global/class level * 2. declarations at statement level * Return array of Declaration *'s. */ AST.Dsymbols* parseDeclarations(bool autodecl, PrefixAttributes!AST* pAttrs, const(char)* comment) { StorageClass storage_class = AST.STCundefined; AST.Type ts; AST.Type t; AST.Type tfirst; Identifier ident; TOK tok = TOKreserved; LINK link = linkage; bool setAlignment = false; AST.Expression ealign; auto loc = token.loc; AST.Expressions* udas = null; Token* tk; //printf("parseDeclarations() %s\n", token.toChars()); if (!comment) comment = token.blockComment; if (autodecl) { ts = null; // infer type goto L2; } if (token.value == TOKalias) { tok = token.value; nextToken(); /* Look for: * alias identifier this; */ if (token.value == TOKidentifier && peekNext() == TOKthis) { auto s = new AST.AliasThis(loc, token.ident); nextToken(); check(TOKthis); check(TOKsemicolon); auto a = new AST.Dsymbols(); a.push(s); addComment(s, comment); return a; } version (none) { /* Look for: * alias this = identifier; */ if (token.value == TOKthis && peekNext() == TOKassign && peekNext2() == TOKidentifier) { check(TOKthis); check(TOKassign); auto s = new AliasThis(loc, token.ident); nextToken(); check(TOKsemicolon); auto a = new Dsymbols(); a.push(s); addComment(s, comment); return a; } } /* Look for: * alias identifier = type; * alias identifier(...) = type; */ if (token.value == TOKidentifier && skipParensIf(peek(&token), &tk) && tk.value == TOKassign) { auto a = new AST.Dsymbols(); while (1) { ident = token.ident; nextToken(); AST.TemplateParameters* tpl = null; if (token.value == TOKlparen) tpl = parseTemplateParameterList(); check(TOKassign); AST.Declaration v; if (token.value == TOKfunction || token.value == TOKdelegate || token.value == TOKlparen && skipAttributes(peekPastParen(&token), &tk) && (tk.value == TOKgoesto || tk.value == TOKlcurly) || token.value == TOKlcurly || token.value == TOKidentifier && peekNext() == TOKgoesto ) { // function (parameters) { statements... } // delegate (parameters) { statements... } // (parameters) { statements... } // (parameters) => expression // { statements... } // identifier => expression AST.Dsymbol s = parseFunctionLiteral(); v = new AST.AliasDeclaration(loc, ident, s); } else { // StorageClasses type storage_class = AST.STCundefined; link = linkage; setAlignment = false; ealign = null; udas = null; parseStorageClasses(storage_class, link, setAlignment, ealign, udas); if (udas) error("user defined attributes not allowed for `%s` declarations", Token.toChars(tok)); t = parseType(); v = new AST.AliasDeclaration(loc, ident, t); } v.storage_class = storage_class; AST.Dsymbol s = v; if (tpl) { auto a2 = new AST.Dsymbols(); a2.push(s); auto tempdecl = new AST.TemplateDeclaration(loc, ident, tpl, null, a2); s = tempdecl; } if (link != linkage) { auto a2 = new AST.Dsymbols(); a2.push(s); s = new AST.LinkDeclaration(link, a2); } a.push(s); switch (token.value) { case TOKsemicolon: nextToken(); addComment(s, comment); break; case TOKcomma: nextToken(); addComment(s, comment); if (token.value != TOKidentifier) { error("identifier expected following comma, not `%s`", token.toChars()); break; } if (peekNext() != TOKassign && peekNext() != TOKlparen) { error("`=` expected following identifier"); nextToken(); break; } continue; default: error("semicolon expected to close `%s` declaration", Token.toChars(tok)); break; } break; } return a; } // alias StorageClasses type ident; } parseStorageClasses(storage_class, link, setAlignment, ealign, udas); if (token.value == TOKstruct || token.value == TOKunion || token.value == TOKclass || token.value == TOKinterface) { AST.Dsymbol s = parseAggregate(); auto a = new AST.Dsymbols(); a.push(s); if (storage_class) { s = new AST.StorageClassDeclaration(storage_class, a); a = new AST.Dsymbols(); a.push(s); } if (setAlignment) { s = new AST.AlignDeclaration(s.loc, ealign, a); a = new AST.Dsymbols(); a.push(s); } if (link != linkage) { s = new AST.LinkDeclaration(link, a); a = new AST.Dsymbols(); a.push(s); } if (udas) { s = new AST.UserAttributeDeclaration(udas, a); a = new AST.Dsymbols(); a.push(s); } addComment(s, comment); return a; } /* Look for auto initializers: * storage_class identifier = initializer; * storage_class identifier(...) = initializer; */ if ((storage_class || udas) && token.value == TOKidentifier && skipParensIf(peek(&token), &tk) && tk.value == TOKassign) { AST.Dsymbols* a = parseAutoDeclarations(storage_class, comment); if (udas) { AST.Dsymbol s = new AST.UserAttributeDeclaration(udas, a); a = new AST.Dsymbols(); a.push(s); } return a; } /* Look for return type inference for template functions. */ if ((storage_class || udas) && token.value == TOKidentifier && skipParens(peek(&token), &tk) && skipAttributes(tk, &tk) && (tk.value == TOKlparen || tk.value == TOKlcurly || tk.value == TOKin || tk.value == TOKout || tk.value == TOKdo || tk.value == TOKidentifier && tk.ident == Id._body)) { ts = null; } else { ts = parseBasicType(); ts = parseBasicType2(ts); } L2: tfirst = null; auto a = new AST.Dsymbols(); if (pAttrs) { storage_class |= pAttrs.storageClass; //pAttrs.storageClass = STCundefined; } while (1) { AST.TemplateParameters* tpl = null; int disable; int alt = 0; loc = token.loc; ident = null; t = parseDeclarator(ts, &alt, &ident, &tpl, storage_class, &disable, &udas); assert(t); if (!tfirst) tfirst = t; else if (t != tfirst) error("multiple declarations must have the same type, not `%s` and `%s`", tfirst.toChars(), t.toChars()); bool isThis = (t.ty == AST.Tident && (cast(AST.TypeIdentifier)t).ident == Id.This && token.value == TOKassign); if (ident) checkCstyleTypeSyntax(loc, t, alt, ident); else if (!isThis) error("no identifier for declarator `%s`", t.toChars()); if (tok == TOKalias) { AST.Declaration v; AST.Initializer _init = null; /* Aliases can no longer have multiple declarators, storage classes, * linkages, or auto declarations. * These never made any sense, anyway. * The code below needs to be fixed to reject them. * The grammar has already been fixed to preclude them. */ if (udas) error("user defined attributes not allowed for `%s` declarations", Token.toChars(tok)); if (token.value == TOKassign) { nextToken(); _init = parseInitializer(); } if (_init) { if (isThis) error("cannot use syntax `alias this = %s`, use `alias %s this` instead", _init.toChars(), _init.toChars()); else error("alias cannot have initializer"); } v = new AST.AliasDeclaration(loc, ident, t); v.storage_class = storage_class; if (pAttrs) { /* AliasDeclaration distinguish @safe, @system, @trusted attributes * on prefix and postfix. * @safe alias void function() FP1; * alias @safe void function() FP2; // FP2 is not @safe * alias void function() @safe FP3; */ pAttrs.storageClass &= (AST.STCsafe | AST.STCsystem | AST.STCtrusted); } AST.Dsymbol s = v; if (link != linkage) { auto ax = new AST.Dsymbols(); ax.push(v); s = new AST.LinkDeclaration(link, ax); } a.push(s); switch (token.value) { case TOKsemicolon: nextToken(); addComment(s, comment); break; case TOKcomma: nextToken(); addComment(s, comment); continue; default: error("semicolon expected to close `%s` declaration", Token.toChars(tok)); break; } } else if (t.ty == AST.Tfunction) { AST.Expression constraint = null; version (none) { TypeFunction tf = cast(TypeFunction)t; if (Parameter.isTPL(tf.parameters)) { if (!tpl) tpl = new TemplateParameters(); } } //printf("%s funcdecl t = %s, storage_class = x%lx\n", loc.toChars(), t.toChars(), storage_class); auto f = new AST.FuncDeclaration(loc, Loc(), ident, storage_class | (disable ? AST.STCdisable : 0), t); if (pAttrs) pAttrs.storageClass = AST.STCundefined; if (tpl) constraint = parseConstraint(); AST.Dsymbol s = parseContracts(f); auto tplIdent = s.ident; if (link != linkage) { auto ax = new AST.Dsymbols(); ax.push(s); s = new AST.LinkDeclaration(link, ax); } if (udas) { auto ax = new AST.Dsymbols(); ax.push(s); s = new AST.UserAttributeDeclaration(udas, ax); } /* A template parameter list means it's a function template */ if (tpl) { // Wrap a template around the function declaration auto decldefs = new AST.Dsymbols(); decldefs.push(s); auto tempdecl = new AST.TemplateDeclaration(loc, tplIdent, tpl, constraint, decldefs); s = tempdecl; if (storage_class & AST.STCstatic) { assert(f.storage_class & AST.STCstatic); f.storage_class &= ~AST.STCstatic; auto ax = new AST.Dsymbols(); ax.push(s); s = new AST.StorageClassDeclaration(AST.STCstatic, ax); } } a.push(s); addComment(s, comment); } else if (ident) { AST.Initializer _init = null; if (token.value == TOKassign) { nextToken(); _init = parseInitializer(); } auto v = new AST.VarDeclaration(loc, t, ident, _init); v.storage_class = storage_class; if (pAttrs) pAttrs.storageClass = AST.STCundefined; AST.Dsymbol s = v; if (tpl && _init) { auto a2 = new AST.Dsymbols(); a2.push(s); auto tempdecl = new AST.TemplateDeclaration(loc, ident, tpl, null, a2, 0); s = tempdecl; } if (setAlignment) { auto ax = new AST.Dsymbols(); ax.push(s); s = new AST.AlignDeclaration(v.loc, ealign, ax); } if (link != linkage) { auto ax = new AST.Dsymbols(); ax.push(s); s = new AST.LinkDeclaration(link, ax); } if (udas) { auto ax = new AST.Dsymbols(); ax.push(s); s = new AST.UserAttributeDeclaration(udas, ax); } a.push(s); switch (token.value) { case TOKsemicolon: nextToken(); addComment(s, comment); break; case TOKcomma: nextToken(); addComment(s, comment); continue; default: error("semicolon expected, not `%s`", token.toChars()); break; } } break; } return a; } AST.Dsymbol parseFunctionLiteral() { const loc = token.loc; AST.TemplateParameters* tpl = null; AST.Parameters* parameters = null; int varargs = 0; AST.Type tret = null; StorageClass stc = 0; TOK save = TOKreserved; switch (token.value) { case TOKfunction: case TOKdelegate: save = token.value; nextToken(); if (token.value != TOKlparen && token.value != TOKlcurly) { // function type (parameters) { statements... } // delegate type (parameters) { statements... } tret = parseBasicType(); tret = parseBasicType2(tret); // function return type } if (token.value == TOKlparen) { // function (parameters) { statements... } // delegate (parameters) { statements... } } else { // function { statements... } // delegate { statements... } break; } goto case TOKlparen; case TOKlparen: { // (parameters) => expression // (parameters) { statements... } parameters = parseParameters(&varargs, &tpl); stc = parsePostfix(AST.STCundefined, null); if (StorageClass modStc = stc & AST.STC_TYPECTOR) { if (save == TOKfunction) { OutBuffer buf; AST.stcToBuffer(&buf, modStc); error("function literal cannot be `%s`", buf.peekString()); } else save = TOKdelegate; } break; } case TOKlcurly: // { statements... } break; case TOKidentifier: { // identifier => expression parameters = new AST.Parameters(); Identifier id = Identifier.generateId("__T"); AST.Type t = new AST.TypeIdentifier(loc, id); parameters.push(new AST.Parameter(0, t, token.ident, null)); tpl = new AST.TemplateParameters(); AST.TemplateParameter tp = new AST.TemplateTypeParameter(loc, id, null, null); tpl.push(tp); nextToken(); break; } default: assert(0); } if (!parameters) parameters = new AST.Parameters(); auto tf = new AST.TypeFunction(parameters, tret, varargs, linkage, stc); tf = cast(AST.TypeFunction)tf.addSTC(stc); auto fd = new AST.FuncLiteralDeclaration(loc, Loc(), tf, save, null); if (token.value == TOKgoesto) { check(TOKgoesto); const returnloc = token.loc; AST.Expression ae = parseAssignExp(); fd.fbody = new AST.ReturnStatement(returnloc, ae); fd.endloc = token.loc; } else { parseContracts(fd); } if (tpl) { // Wrap a template around function fd auto decldefs = new AST.Dsymbols(); decldefs.push(fd); return new AST.TemplateDeclaration(fd.loc, fd.ident, tpl, null, decldefs, false, true); } else return fd; } /***************************************** * Parse contracts following function declaration. */ AST.FuncDeclaration parseContracts(AST.FuncDeclaration f) { LINK linksave = linkage; bool literal = f.isFuncLiteralDeclaration() !is null; // The following is irrelevant, as it is overridden by sc.linkage in // TypeFunction::semantic linkage = LINKd; // nested functions have D linkage L1: switch (token.value) { case TOKlcurly: if (f.frequire || f.fensure) error("missing `body { ... }` after `in` or `out`"); f.fbody = parseStatement(PSsemi); f.endloc = endloc; break; case TOKidentifier: if (token.ident == Id._body) goto case TOKdo; goto default; case TOKdo: nextToken(); f.fbody = parseStatement(PScurly); f.endloc = endloc; break; version (none) { // Do we want this for function declarations, so we can do: // int x, y, foo(), z; case TOKcomma: nextToken(); continue; } version (none) { // Dumped feature case TOKthrow: if (!f.fthrows) f.fthrows = new Types(); nextToken(); check(TOKlparen); while (1) { Type tb = parseBasicType(); f.fthrows.push(tb); if (token.value == TOKcomma) { nextToken(); continue; } break; } check(TOKrparen); goto L1; } case TOKin: nextToken(); if (f.frequire) error("redundant `in` statement"); f.frequire = parseStatement(PScurly | PSscope); goto L1; case TOKout: // parse: out (identifier) { statement } nextToken(); if (token.value != TOKlcurly) { check(TOKlparen); if (token.value != TOKidentifier) error("`(identifier)` following `out` expected, not `%s`", token.toChars()); f.outId = token.ident; nextToken(); check(TOKrparen); } if (f.fensure) error("redundant `out` statement"); f.fensure = parseStatement(PScurly | PSscope); goto L1; case TOKsemicolon: if (!literal) { // https://issues.dlang.org/show_bug.cgi?id=15799 // Semicolon becomes a part of function declaration // only when neither of contracts exists. if (!f.frequire && !f.fensure) nextToken(); break; } goto default; default: if (literal) { const(char)* sbody = (f.frequire || f.fensure) ? "body " : ""; error("missing `%s{ ... }` for function literal", sbody); } else if (!f.frequire && !f.fensure) // allow these even with no body { error("semicolon expected following function declaration"); } break; } if (literal && !f.fbody) { // Set empty function body for error recovery f.fbody = new AST.CompoundStatement(Loc(), cast(AST.Statement)null); } linkage = linksave; return f; } /***************************************** */ void checkDanglingElse(Loc elseloc) { if (token.value != TOKelse && token.value != TOKcatch && token.value != TOKfinally && lookingForElse.linnum != 0) { warning(elseloc, "else is dangling, add { } after condition at %s", lookingForElse.toChars()); } } void checkCstyleTypeSyntax(Loc loc, AST.Type t, int alt, Identifier ident) { if (!alt) return; const(char)* sp = !ident ? "" : " "; const(char)* s = !ident ? "" : ident.toChars(); if (alt & 1) // contains C-style function pointer syntax error(loc, "instead of C-style syntax, use D-style `%s%s%s`", t.toChars(), sp, s); else ddmd.errors.deprecation(loc, "instead of C-style syntax, use D-style syntax `%s%s%s`", t.toChars(), sp, s); } /***************************************** * Determines additional argument types for parseForeach. */ private template ParseForeachArgs(bool isStatic, bool isDecl) { static alias Seq(T...) = T; static if(isDecl) { alias ParseForeachArgs = Seq!(AST.Dsymbol*); } else { alias ParseForeachArgs = Seq!(); } } /***************************************** * Determines the result type for parseForeach. */ private template ParseForeachRet(bool isStatic, bool isDecl) { static if(!isStatic) { alias ParseForeachRet = AST.Statement; } else static if(isDecl) { alias ParseForeachRet = AST.StaticForeachDeclaration; } else { alias ParseForeachRet = AST.StaticForeachStatement; } } /***************************************** * Parses `foreach` statements, `static foreach` statements and * `static foreach` declarations. The template parameter * `isStatic` is true, iff a `static foreach` should be parsed. * If `isStatic` is true, `isDecl` can be true to indicate that a * `static foreach` declaration should be parsed. */ ParseForeachRet!(isStatic, isDecl) parseForeach(bool isStatic, bool isDecl)(Loc loc, ParseForeachArgs!(isStatic, isDecl) args) { static if(isDecl) { static assert(isStatic); } static if(isStatic) { nextToken(); static if(isDecl) auto pLastDecl = args[0]; } TOK op = token.value; nextToken(); check(TOKlparen); auto parameters = new AST.Parameters(); while (1) { Identifier ai = null; AST.Type at; StorageClass storageClass = 0; StorageClass stc = 0; Lagain: if (stc) { storageClass = appendStorageClass(storageClass, stc); nextToken(); } switch (token.value) { case TOKref: stc = AST.STCref; goto Lagain; case TOKenum: stc = AST.STCmanifest; goto Lagain; case TOKalias: storageClass = appendStorageClass(storageClass, AST.STCalias); nextToken(); break; case TOKconst: if (peekNext() != TOKlparen) { stc = AST.STCconst; goto Lagain; } break; case TOKimmutable: if (peekNext() != TOKlparen) { stc = AST.STCimmutable; goto Lagain; } break; case TOKshared: if (peekNext() != TOKlparen) { stc = AST.STCshared; goto Lagain; } break; case TOKwild: if (peekNext() != TOKlparen) { stc = AST.STCwild; goto Lagain; } break; default: break; } if (token.value == TOKidentifier) { Token* t = peek(&token); if (t.value == TOKcomma || t.value == TOKsemicolon) { ai = token.ident; at = null; // infer argument type nextToken(); goto Larg; } } at = parseType(&ai); if (!ai) error("no identifier for declarator `%s`", at.toChars()); Larg: auto p = new AST.Parameter(storageClass, at, ai, null); parameters.push(p); if (token.value == TOKcomma) { nextToken(); continue; } break; } check(TOKsemicolon); AST.Expression aggr = parseExpression(); static if(isStatic) { bool isRange = false; } if (token.value == TOKslice && parameters.dim == 1) { AST.Parameter p = (*parameters)[0]; nextToken(); AST.Expression upr = parseExpression(); check(TOKrparen); Loc endloc; static if (!isDecl) { AST.Statement _body = parseStatement(0, null, &endloc); } else { AST.Statement _body = null; } auto rangefe = new AST.ForeachRangeStatement(loc, op, p, aggr, upr, _body, endloc); static if (!isStatic) { return rangefe; } else static if(isDecl) { return new AST.StaticForeachDeclaration(new AST.StaticForeach(loc, null, rangefe), parseBlock(pLastDecl)); } else { return new AST.StaticForeachStatement(loc, new AST.StaticForeach(loc, null, rangefe)); } } else { check(TOKrparen); Loc endloc; static if (!isDecl) { AST.Statement _body = parseStatement(0, null, &endloc); } else { AST.Statement _body = null; } auto aggrfe = new AST.ForeachStatement(loc, op, parameters, aggr, _body, endloc); static if(!isStatic) { return aggrfe; } else static if(isDecl) { return new AST.StaticForeachDeclaration(new AST.StaticForeach(loc, aggrfe, null), parseBlock(pLastDecl)); } else { return new AST.StaticForeachStatement(loc, new AST.StaticForeach(loc, aggrfe, null)); } } } /***************************************** * Input: * flags PSxxxx * Output: * pEndloc if { ... statements ... }, store location of closing brace, otherwise loc of first token of next statement */ AST.Statement parseStatement(int flags, const(char)** endPtr = null, Loc* pEndloc = null) { AST.Statement s; AST.Condition cond; AST.Statement ifbody; AST.Statement elsebody; bool isfinal; const loc = token.loc; //printf("parseStatement()\n"); if (flags & PScurly && token.value != TOKlcurly) error("statement expected to be `{ }`, not `%s`", token.toChars()); switch (token.value) { case TOKidentifier: { /* A leading identifier can be a declaration, label, or expression. * The easiest case to check first is label: */ Token* t = peek(&token); if (t.value == TOKcolon) { Token* nt = peek(t); if (nt.value == TOKcolon) { // skip ident:: nextToken(); nextToken(); nextToken(); error("use `.` for member lookup, not `::`"); break; } // It's a label Identifier ident = token.ident; nextToken(); nextToken(); if (token.value == TOKrcurly) s = null; else if (token.value == TOKlcurly) s = parseStatement(PScurly | PSscope); else s = parseStatement(PSsemi_ok); s = new AST.LabelStatement(loc, ident, s); break; } goto case TOKdot; } case TOKdot: case TOKtypeof: case TOKvector: /* https://issues.dlang.org/show_bug.cgi?id=15163 * If tokens can be handled as * old C-style declaration or D expression, prefer the latter. */ if (isDeclaration(&token, NeedDeclaratorId.mustIfDstyle, TOKreserved, null)) goto Ldeclaration; else goto Lexp; case TOKassert: case TOKthis: case TOKsuper: case TOKint32v: case TOKuns32v: case TOKint64v: case TOKuns64v: case TOKint128v: case TOKuns128v: case TOKfloat32v: case TOKfloat64v: case TOKfloat80v: case TOKimaginary32v: case TOKimaginary64v: case TOKimaginary80v: case TOKcharv: case TOKwcharv: case TOKdcharv: case TOKnull: case TOKtrue: case TOKfalse: case TOKstring: case TOKxstring: case TOKlparen: case TOKcast: case TOKmul: case TOKmin: case TOKadd: case TOKtilde: case TOKnot: case TOKplusplus: case TOKminusminus: case TOKnew: case TOKdelete: case TOKdelegate: case TOKfunction: case TOKtypeid: case TOKis: case TOKlbracket: case TOKtraits: case TOKfile: case TOKfilefullpath: case TOKline: case TOKmodulestring: case TOKfuncstring: case TOKprettyfunc: Lexp: { AST.Expression exp = parseExpression(); check(TOKsemicolon, "statement"); s = new AST.ExpStatement(loc, exp); break; } case TOKstatic: { // Look ahead to see if it's static assert() or static if() Token* t = peek(&token); if (t.value == TOKassert) { s = new AST.StaticAssertStatement(parseStaticAssert()); break; } if (t.value == TOKif) { cond = parseStaticIfCondition(); goto Lcondition; } else if(t.value == TOKforeach || t.value == TOKforeach_reverse) { s = parseForeach!(true,false)(loc); break; } if (t.value == TOKimport) { AST.Dsymbols* imports = parseImport(); s = new AST.ImportStatement(loc, imports); if (flags & PSscope) s = new AST.ScopeStatement(loc, s, token.loc); break; } goto Ldeclaration; } case TOKfinal: if (peekNext() == TOKswitch) { nextToken(); isfinal = true; goto Lswitch; } goto Ldeclaration; case TOKwchar: case TOKdchar: case TOKbool: case TOKchar: case TOKint8: case TOKuns8: case TOKint16: case TOKuns16: case TOKint32: case TOKuns32: case TOKint64: case TOKuns64: case TOKint128: case TOKuns128: case TOKfloat32: case TOKfloat64: case TOKfloat80: case TOKimaginary32: case TOKimaginary64: case TOKimaginary80: case TOKcomplex32: case TOKcomplex64: case TOKcomplex80: case TOKvoid: // bug 7773: int.max is always a part of expression if (peekNext() == TOKdot) goto Lexp; if (peekNext() == TOKlparen) goto Lexp; goto case; case TOKalias: case TOKconst: case TOKauto: case TOKabstract: case TOKextern: case TOKalign: case TOKimmutable: case TOKshared: case TOKwild: case TOKdeprecated: case TOKnothrow: case TOKpure: case TOKref: case TOKgshared: case TOKat: case TOKstruct: case TOKunion: case TOKclass: case TOKinterface: Ldeclaration: { AST.Dsymbols* a = parseDeclarations(false, null, null); if (a.dim > 1) { auto as = new AST.Statements(); as.reserve(a.dim); foreach (i; 0 .. a.dim) { AST.Dsymbol d = (*a)[i]; s = new AST.ExpStatement(loc, d); as.push(s); } s = new AST.CompoundDeclarationStatement(loc, as); } else if (a.dim == 1) { AST.Dsymbol d = (*a)[0]; s = new AST.ExpStatement(loc, d); } else s = new AST.ExpStatement(loc, cast(AST.Expression)null); if (flags & PSscope) s = new AST.ScopeStatement(loc, s, token.loc); break; } case TOKenum: { /* Determine if this is a manifest constant declaration, * or a conventional enum. */ AST.Dsymbol d; Token* t = peek(&token); if (t.value == TOKlcurly || t.value == TOKcolon) d = parseEnum(); else if (t.value != TOKidentifier) goto Ldeclaration; else { t = peek(t); if (t.value == TOKlcurly || t.value == TOKcolon || t.value == TOKsemicolon) d = parseEnum(); else goto Ldeclaration; } s = new AST.ExpStatement(loc, d); if (flags & PSscope) s = new AST.ScopeStatement(loc, s, token.loc); break; } case TOKmixin: { Token* t = peek(&token); if (t.value == TOKlparen) { // mixin(string) AST.Expression e = parseAssignExp(); check(TOKsemicolon); if (e.op == TOKmixin) { AST.CompileExp cpe = cast(AST.CompileExp)e; s = new AST.CompileStatement(loc, cpe.e1); } else { s = new AST.ExpStatement(loc, e); } break; } AST.Dsymbol d = parseMixin(); s = new AST.ExpStatement(loc, d); if (flags & PSscope) s = new AST.ScopeStatement(loc, s, token.loc); break; } case TOKlcurly: { const lookingForElseSave = lookingForElse; lookingForElse = Loc(); nextToken(); //if (token.value == TOKsemicolon) // error("use `{ }` for an empty statement, not `;`"); auto statements = new AST.Statements(); while (token.value != TOKrcurly && token.value != TOKeof) { statements.push(parseStatement(PSsemi | PScurlyscope)); } if (endPtr) *endPtr = token.ptr; endloc = token.loc; if (pEndloc) { *pEndloc = token.loc; pEndloc = null; // don't set it again } s = new AST.CompoundStatement(loc, statements); if (flags & (PSscope | PScurlyscope)) s = new AST.ScopeStatement(loc, s, token.loc); check(TOKrcurly, "compound statement"); lookingForElse = lookingForElseSave; break; } case TOKwhile: { nextToken(); check(TOKlparen); AST.Expression condition = parseExpression(); check(TOKrparen); Loc endloc; AST.Statement _body = parseStatement(PSscope, null, &endloc); s = new AST.WhileStatement(loc, condition, _body, endloc); break; } case TOKsemicolon: if (!(flags & PSsemi_ok)) { if (flags & PSsemi) deprecation("use `{ }` for an empty statement, not `;`"); else error("use `{ }` for an empty statement, not `;`"); } nextToken(); s = new AST.ExpStatement(loc, cast(AST.Expression)null); break; case TOKdo: { AST.Statement _body; AST.Expression condition; nextToken(); const lookingForElseSave = lookingForElse; lookingForElse = Loc(); _body = parseStatement(PSscope); lookingForElse = lookingForElseSave; check(TOKwhile); check(TOKlparen); condition = parseExpression(); check(TOKrparen); if (token.value == TOKsemicolon) nextToken(); else error("terminating `;` required after do-while statement"); s = new AST.DoStatement(loc, _body, condition, token.loc); break; } case TOKfor: { AST.Statement _init; AST.Expression condition; AST.Expression increment; nextToken(); check(TOKlparen); if (token.value == TOKsemicolon) { _init = null; nextToken(); } else { const lookingForElseSave = lookingForElse; lookingForElse = Loc(); _init = parseStatement(0); lookingForElse = lookingForElseSave; } if (token.value == TOKsemicolon) { condition = null; nextToken(); } else { condition = parseExpression(); check(TOKsemicolon, "for condition"); } if (token.value == TOKrparen) { increment = null; nextToken(); } else { increment = parseExpression(); check(TOKrparen); } Loc endloc; AST.Statement _body = parseStatement(PSscope, null, &endloc); s = new AST.ForStatement(loc, _init, condition, increment, _body, endloc); break; } case TOKforeach: case TOKforeach_reverse: { s = parseForeach!(false,false)(loc); break; } case TOKif: { AST.Parameter param = null; AST.Expression condition; nextToken(); check(TOKlparen); StorageClass storageClass = 0; StorageClass stc = 0; LagainStc: if (stc) { storageClass = appendStorageClass(storageClass, stc); nextToken(); } switch (token.value) { case TOKref: stc = AST.STCref; goto LagainStc; case TOKauto: stc = AST.STCauto; goto LagainStc; case TOKconst: if (peekNext() != TOKlparen) { stc = AST.STCconst; goto LagainStc; } break; case TOKimmutable: if (peekNext() != TOKlparen) { stc = AST.STCimmutable; goto LagainStc; } break; case TOKshared: if (peekNext() != TOKlparen) { stc = AST.STCshared; goto LagainStc; } break; case TOKwild: if (peekNext() != TOKlparen) { stc = AST.STCwild; goto LagainStc; } break; default: break; } if (storageClass != 0 && token.value == TOKidentifier && peek(&token).value == TOKassign) { Identifier ai = token.ident; AST.Type at = null; // infer parameter type nextToken(); check(TOKassign); param = new AST.Parameter(storageClass, at, ai, null); } else if (isDeclaration(&token, NeedDeclaratorId.must, TOKassign, null)) { Identifier ai; AST.Type at = parseType(&ai); check(TOKassign); param = new AST.Parameter(storageClass, at, ai, null); } condition = parseExpression(); check(TOKrparen); { const lookingForElseSave = lookingForElse; lookingForElse = loc; ifbody = parseStatement(PSscope); lookingForElse = lookingForElseSave; } if (token.value == TOKelse) { const elseloc = token.loc; nextToken(); elsebody = parseStatement(PSscope); checkDanglingElse(elseloc); } else elsebody = null; if (condition && ifbody) s = new AST.IfStatement(loc, param, condition, ifbody, elsebody, token.loc); else s = null; // don't propagate parsing errors break; } case TOKscope: if (peek(&token).value != TOKlparen) goto Ldeclaration; // scope used as storage class nextToken(); check(TOKlparen); if (token.value != TOKidentifier) { error("scope identifier expected"); goto Lerror; } else { TOK t = TOKon_scope_exit; Identifier id = token.ident; if (id == Id.exit) t = TOKon_scope_exit; else if (id == Id.failure) t = TOKon_scope_failure; else if (id == Id.success) t = TOKon_scope_success; else error("valid scope identifiers are `exit`, `failure`, or `success`, not `%s`", id.toChars()); nextToken(); check(TOKrparen); AST.Statement st = parseStatement(PScurlyscope); s = new AST.OnScopeStatement(loc, t, st); break; } case TOKdebug: nextToken(); if (token.value == TOKassign) { error("debug conditions can only be declared at module scope"); nextToken(); nextToken(); goto Lerror; } cond = parseDebugCondition(); goto Lcondition; case TOKversion: nextToken(); if (token.value == TOKassign) { error("version conditions can only be declared at module scope"); nextToken(); nextToken(); goto Lerror; } cond = parseVersionCondition(); goto Lcondition; Lcondition: { const lookingForElseSave = lookingForElse; lookingForElse = loc; ifbody = parseStatement(0); lookingForElse = lookingForElseSave; } elsebody = null; if (token.value == TOKelse) { const elseloc = token.loc; nextToken(); elsebody = parseStatement(0); checkDanglingElse(elseloc); } s = new AST.ConditionalStatement(loc, cond, ifbody, elsebody); if (flags & PSscope) s = new AST.ScopeStatement(loc, s, token.loc); break; case TOKpragma: { Identifier ident; AST.Expressions* args = null; AST.Statement _body; nextToken(); check(TOKlparen); if (token.value != TOKidentifier) { error("`pragma(identifier)` expected"); goto Lerror; } ident = token.ident; nextToken(); if (token.value == TOKcomma && peekNext() != TOKrparen) args = parseArguments(); // pragma(identifier, args...); else check(TOKrparen); // pragma(identifier); if (token.value == TOKsemicolon) { nextToken(); _body = null; } else _body = parseStatement(PSsemi); s = new AST.PragmaStatement(loc, ident, args, _body); break; } case TOKswitch: isfinal = false; goto Lswitch; Lswitch: { nextToken(); check(TOKlparen); AST.Expression condition = parseExpression(); check(TOKrparen); AST.Statement _body = parseStatement(PSscope); s = new AST.SwitchStatement(loc, condition, _body, isfinal); break; } case TOKcase: { AST.Expression exp; AST.Expressions cases; // array of Expression's AST.Expression last = null; while (1) { nextToken(); exp = parseAssignExp(); cases.push(exp); if (token.value != TOKcomma) break; } check(TOKcolon); /* case exp: .. case last: */ if (token.value == TOKslice) { if (cases.dim > 1) error("only one case allowed for start of case range"); nextToken(); check(TOKcase); last = parseAssignExp(); check(TOKcolon); } if (flags & PScurlyscope) { auto statements = new AST.Statements(); while (token.value != TOKcase && token.value != TOKdefault && token.value != TOKeof && token.value != TOKrcurly) { statements.push(parseStatement(PSsemi | PScurlyscope)); } s = new AST.CompoundStatement(loc, statements); } else s = parseStatement(PSsemi | PScurlyscope); s = new AST.ScopeStatement(loc, s, token.loc); if (last) { s = new AST.CaseRangeStatement(loc, exp, last, s); } else { // Keep cases in order by building the case statements backwards for (size_t i = cases.dim; i; i--) { exp = cases[i - 1]; s = new AST.CaseStatement(loc, exp, s); } } break; } case TOKdefault: { nextToken(); check(TOKcolon); if (flags & PScurlyscope) { auto statements = new AST.Statements(); while (token.value != TOKcase && token.value != TOKdefault && token.value != TOKeof && token.value != TOKrcurly) { statements.push(parseStatement(PSsemi | PScurlyscope)); } s = new AST.CompoundStatement(loc, statements); } else s = parseStatement(PSsemi | PScurlyscope); s = new AST.ScopeStatement(loc, s, token.loc); s = new AST.DefaultStatement(loc, s); break; } case TOKreturn: { AST.Expression exp; nextToken(); if (token.value == TOKsemicolon) exp = null; else exp = parseExpression(); check(TOKsemicolon, "return statement"); s = new AST.ReturnStatement(loc, exp); break; } case TOKbreak: { Identifier ident; nextToken(); if (token.value == TOKidentifier) { ident = token.ident; nextToken(); } else ident = null; check(TOKsemicolon, "break statement"); s = new AST.BreakStatement(loc, ident); break; } case TOKcontinue: { Identifier ident; nextToken(); if (token.value == TOKidentifier) { ident = token.ident; nextToken(); } else ident = null; check(TOKsemicolon, "continue statement"); s = new AST.ContinueStatement(loc, ident); break; } case TOKgoto: { Identifier ident; nextToken(); if (token.value == TOKdefault) { nextToken(); s = new AST.GotoDefaultStatement(loc); } else if (token.value == TOKcase) { AST.Expression exp = null; nextToken(); if (token.value != TOKsemicolon) exp = parseExpression(); s = new AST.GotoCaseStatement(loc, exp); } else { if (token.value != TOKidentifier) { error("identifier expected following `goto`"); ident = null; } else { ident = token.ident; nextToken(); } s = new AST.GotoStatement(loc, ident); } check(TOKsemicolon, "goto statement"); break; } case TOKsynchronized: { AST.Expression exp; AST.Statement _body; Token* t = peek(&token); if (skipAttributes(t, &t) && t.value == TOKclass) goto Ldeclaration; nextToken(); if (token.value == TOKlparen) { nextToken(); exp = parseExpression(); check(TOKrparen); } else exp = null; _body = parseStatement(PSscope); s = new AST.SynchronizedStatement(loc, exp, _body); break; } case TOKwith: { AST.Expression exp; AST.Statement _body; Loc endloc = loc; nextToken(); check(TOKlparen); exp = parseExpression(); check(TOKrparen); _body = parseStatement(PSscope, null, &endloc); s = new AST.WithStatement(loc, exp, _body, endloc); break; } case TOKtry: { AST.Statement _body; AST.Catches* catches = null; AST.Statement finalbody = null; nextToken(); const lookingForElseSave = lookingForElse; lookingForElse = Loc(); _body = parseStatement(PSscope); lookingForElse = lookingForElseSave; while (token.value == TOKcatch) { AST.Statement handler; AST.Catch c; AST.Type t; Identifier id; const catchloc = token.loc; nextToken(); if (token.value == TOKlcurly || token.value != TOKlparen) { t = null; id = null; } else { check(TOKlparen); id = null; t = parseType(&id); check(TOKrparen); } handler = parseStatement(0); c = new AST.Catch(catchloc, t, id, handler); if (!catches) catches = new AST.Catches(); catches.push(c); } if (token.value == TOKfinally) { nextToken(); finalbody = parseStatement(0); } s = _body; if (!catches && !finalbody) error("`catch` or `finally` expected following `try`"); else { if (catches) s = new AST.TryCatchStatement(loc, _body, catches); if (finalbody) s = new AST.TryFinallyStatement(loc, s, finalbody); } break; } case TOKthrow: { AST.Expression exp; nextToken(); exp = parseExpression(); check(TOKsemicolon, "throw statement"); s = new AST.ThrowStatement(loc, exp); break; } case TOKasm: { // Parse the asm block into a sequence of AsmStatements, // each AsmStatement is one instruction. // Separate out labels. // Defer parsing of AsmStatements until semantic processing. Loc labelloc; nextToken(); StorageClass stc = parsePostfix(AST.STCundefined, null); if (stc & (AST.STCconst | AST.STCimmutable | AST.STCshared | AST.STCwild)) error("const/immutable/shared/inout attributes are not allowed on `asm` blocks"); check(TOKlcurly); Token* toklist = null; Token** ptoklist = &toklist; Identifier label = null; auto statements = new AST.Statements(); size_t nestlevel = 0; while (1) { switch (token.value) { case TOKidentifier: if (!toklist) { // Look ahead to see if it is a label Token* t = peek(&token); if (t.value == TOKcolon) { // It's a label label = token.ident; labelloc = token.loc; nextToken(); nextToken(); continue; } } goto Ldefault; case TOKlcurly: ++nestlevel; goto Ldefault; case TOKrcurly: if (nestlevel > 0) { --nestlevel; goto Ldefault; } if (toklist || label) { error("`asm` statements must end in `;`"); } break; case TOKsemicolon: if (nestlevel != 0) error("mismatched number of curly brackets"); s = null; if (toklist || label) { // Create AsmStatement from list of tokens we've saved s = new AST.AsmStatement(token.loc, toklist); toklist = null; ptoklist = &toklist; if (label) { s = new AST.LabelStatement(labelloc, label, s); label = null; } statements.push(s); } nextToken(); continue; case TOKeof: /* { */ error("matching `}` expected, not end of file"); goto Lerror; default: Ldefault: *ptoklist = Token.alloc(); memcpy(*ptoklist, &token, Token.sizeof); ptoklist = &(*ptoklist).next; *ptoklist = null; nextToken(); continue; } break; } s = new AST.CompoundAsmStatement(loc, statements, stc); nextToken(); break; } case TOKimport: { AST.Dsymbols* imports = parseImport(); s = new AST.ImportStatement(loc, imports); if (flags & PSscope) s = new AST.ScopeStatement(loc, s, token.loc); break; } case TOKtemplate: { AST.Dsymbol d = parseTemplateDeclaration(); s = new AST.ExpStatement(loc, d); break; } default: error("found `%s` instead of statement", token.toChars()); goto Lerror; Lerror: while (token.value != TOKrcurly && token.value != TOKsemicolon && token.value != TOKeof) nextToken(); if (token.value == TOKsemicolon) nextToken(); s = null; break; } if (pEndloc) *pEndloc = token.loc; return s; } /***************************************** * Parse initializer for variable declaration. */ AST.Initializer parseInitializer() { AST.StructInitializer _is; AST.ArrayInitializer ia; AST.ExpInitializer ie; AST.Expression e; Identifier id; AST.Initializer value; int comma; const loc = token.loc; Token* t; int braces; int brackets; switch (token.value) { case TOKlcurly: /* Scan ahead to see if it is a struct initializer or * a function literal. * If it contains a ';', it is a function literal. * Treat { } as a struct initializer. */ braces = 1; for (t = peek(&token); 1; t = peek(t)) { switch (t.value) { case TOKsemicolon: case TOKreturn: goto Lexpression; case TOKlcurly: braces++; continue; case TOKrcurly: if (--braces == 0) break; continue; case TOKeof: break; default: continue; } break; } _is = new AST.StructInitializer(loc); nextToken(); comma = 2; while (1) { switch (token.value) { case TOKidentifier: if (comma == 1) error("comma expected separating field initializers"); t = peek(&token); if (t.value == TOKcolon) { id = token.ident; nextToken(); nextToken(); // skip over ':' } else { id = null; } value = parseInitializer(); _is.addInit(id, value); comma = 1; continue; case TOKcomma: if (comma == 2) error("expression expected, not `,`"); nextToken(); comma = 2; continue; case TOKrcurly: // allow trailing comma's nextToken(); break; case TOKeof: error("found end of file instead of initializer"); break; default: if (comma == 1) error("comma expected separating field initializers"); value = parseInitializer(); _is.addInit(null, value); comma = 1; continue; //error("found `%s` instead of field initializer", token.toChars()); //break; } break; } return _is; case TOKlbracket: /* Scan ahead to see if it is an array initializer or * an expression. * If it ends with a ';' ',' or '}', it is an array initializer. */ brackets = 1; for (t = peek(&token); 1; t = peek(t)) { switch (t.value) { case TOKlbracket: brackets++; continue; case TOKrbracket: if (--brackets == 0) { t = peek(t); if (t.value != TOKsemicolon && t.value != TOKcomma && t.value != TOKrbracket && t.value != TOKrcurly) goto Lexpression; break; } continue; case TOKeof: break; default: continue; } break; } ia = new AST.ArrayInitializer(loc); nextToken(); comma = 2; while (1) { switch (token.value) { default: if (comma == 1) { error("comma expected separating array initializers, not `%s`", token.toChars()); nextToken(); break; } e = parseAssignExp(); if (!e) break; if (token.value == TOKcolon) { nextToken(); value = parseInitializer(); } else { value = new AST.ExpInitializer(e.loc, e); e = null; } ia.addInit(e, value); comma = 1; continue; case TOKlcurly: case TOKlbracket: if (comma == 1) error("comma expected separating array initializers, not `%s`", token.toChars()); value = parseInitializer(); if (token.value == TOKcolon) { nextToken(); e = value.toExpression(); value = parseInitializer(); } else e = null; ia.addInit(e, value); comma = 1; continue; case TOKcomma: if (comma == 2) error("expression expected, not `,`"); nextToken(); comma = 2; continue; case TOKrbracket: // allow trailing comma's nextToken(); break; case TOKeof: error("found `%s` instead of array initializer", token.toChars()); break; } break; } return ia; case TOKvoid: t = peek(&token); if (t.value == TOKsemicolon || t.value == TOKcomma) { nextToken(); return new AST.VoidInitializer(loc); } goto Lexpression; default: Lexpression: e = parseAssignExp(); ie = new AST.ExpInitializer(loc, e); return ie; } } /***************************************** * Parses default argument initializer expression that is an assign expression, * with special handling for __FILE__, __FILE_DIR__, __LINE__, __MODULE__, __FUNCTION__, and __PRETTY_FUNCTION__. */ AST.Expression parseDefaultInitExp() { if (token.value == TOKfile || token.value == TOKfilefullpath || token.value == TOKline || token.value == TOKmodulestring || token.value == TOKfuncstring || token.value == TOKprettyfunc) { Token* t = peek(&token); if (t.value == TOKcomma || t.value == TOKrparen) { AST.Expression e = null; if (token.value == TOKfile) e = new AST.FileInitExp(token.loc, TOKfile); else if (token.value == TOKfilefullpath) e = new AST.FileInitExp(token.loc, TOKfilefullpath); else if (token.value == TOKline) e = new AST.LineInitExp(token.loc); else if (token.value == TOKmodulestring) e = new AST.ModuleInitExp(token.loc); else if (token.value == TOKfuncstring) e = new AST.FuncInitExp(token.loc); else if (token.value == TOKprettyfunc) e = new AST.PrettyFuncInitExp(token.loc); else assert(0); nextToken(); return e; } } AST.Expression e = parseAssignExp(); return e; } void check(Loc loc, TOK value) { if (token.value != value) error(loc, "found `%s` when expecting `%s`", token.toChars(), Token.toChars(value)); nextToken(); } void check(TOK value) { check(token.loc, value); } void check(TOK value, const(char)* string) { if (token.value != value) error("found `%s` when expecting `%s` following %s", token.toChars(), Token.toChars(value), string); nextToken(); } void checkParens(TOK value, AST.Expression e) { if (precedence[e.op] == PREC.rel && !e.parens) error(e.loc, "`%s` must be parenthesized when next to operator `%s`", e.toChars(), Token.toChars(value)); } enum NeedDeclaratorId { no, // Declarator part must have no identifier opt, // Declarator part identifier is optional must, // Declarator part must have identifier mustIfDstyle, // Declarator part must have identifier, but don't recognize old C-style syntax } /************************************ * Determine if the scanner is sitting on the start of a declaration. * Params: * needId * Output: * if *pt is not NULL, it is set to the ending token, which would be endtok */ bool isDeclaration(Token* t, NeedDeclaratorId needId, TOK endtok, Token** pt) { //printf("isDeclaration(needId = %d)\n", needId); int haveId = 0; int haveTpl = 0; while (1) { if ((t.value == TOKconst || t.value == TOKimmutable || t.value == TOKwild || t.value == TOKshared) && peek(t).value != TOKlparen) { /* const type * immutable type * shared type * wild type */ t = peek(t); continue; } break; } if (!isBasicType(&t)) { goto Lisnot; } if (!isDeclarator(&t, &haveId, &haveTpl, endtok, needId != NeedDeclaratorId.mustIfDstyle)) goto Lisnot; if ((needId == NeedDeclaratorId.no && !haveId) || (needId == NeedDeclaratorId.opt) || (needId == NeedDeclaratorId.must && haveId) || (needId == NeedDeclaratorId.mustIfDstyle && haveId)) { if (pt) *pt = t; goto Lis; } else goto Lisnot; Lis: //printf("\tis declaration, t = %s\n", t.toChars()); return true; Lisnot: //printf("\tis not declaration\n"); return false; } bool isBasicType(Token** pt) { // This code parallels parseBasicType() Token* t = *pt; switch (t.value) { case TOKwchar: case TOKdchar: case TOKbool: case TOKchar: case TOKint8: case TOKuns8: case TOKint16: case TOKuns16: case TOKint32: case TOKuns32: case TOKint64: case TOKuns64: case TOKint128: case TOKuns128: case TOKfloat32: case TOKfloat64: case TOKfloat80: case TOKimaginary32: case TOKimaginary64: case TOKimaginary80: case TOKcomplex32: case TOKcomplex64: case TOKcomplex80: case TOKvoid: t = peek(t); break; case TOKidentifier: L5: t = peek(t); if (t.value == TOKnot) { goto L4; } goto L3; while (1) { L2: t = peek(t); L3: if (t.value == TOKdot) { Ldot: t = peek(t); if (t.value != TOKidentifier) goto Lfalse; t = peek(t); if (t.value != TOKnot) goto L3; L4: /* Seen a ! * Look for: * !( args ), !identifier, etc. */ t = peek(t); switch (t.value) { case TOKidentifier: goto L5; case TOKlparen: if (!skipParens(t, &t)) goto Lfalse; goto L3; case TOKwchar: case TOKdchar: case TOKbool: case TOKchar: case TOKint8: case TOKuns8: case TOKint16: case TOKuns16: case TOKint32: case TOKuns32: case TOKint64: case TOKuns64: case TOKint128: case TOKuns128: case TOKfloat32: case TOKfloat64: case TOKfloat80: case TOKimaginary32: case TOKimaginary64: case TOKimaginary80: case TOKcomplex32: case TOKcomplex64: case TOKcomplex80: case TOKvoid: case TOKint32v: case TOKuns32v: case TOKint64v: case TOKuns64v: case TOKint128v: case TOKuns128v: case TOKfloat32v: case TOKfloat64v: case TOKfloat80v: case TOKimaginary32v: case TOKimaginary64v: case TOKimaginary80v: case TOKnull: case TOKtrue: case TOKfalse: case TOKcharv: case TOKwcharv: case TOKdcharv: case TOKstring: case TOKxstring: case TOKfile: case TOKfilefullpath: case TOKline: case TOKmodulestring: case TOKfuncstring: case TOKprettyfunc: goto L2; default: goto Lfalse; } } else break; } break; case TOKdot: goto Ldot; case TOKtypeof: case TOKvector: /* typeof(exp).identifier... */ t = peek(t); if (!skipParens(t, &t)) goto Lfalse; goto L3; case TOKconst: case TOKimmutable: case TOKshared: case TOKwild: // const(type) or immutable(type) or shared(type) or wild(type) t = peek(t); if (t.value != TOKlparen) goto Lfalse; t = peek(t); if (!isDeclaration(t, NeedDeclaratorId.no, TOKrparen, &t)) { goto Lfalse; } t = peek(t); break; default: goto Lfalse; } *pt = t; //printf("is\n"); return true; Lfalse: //printf("is not\n"); return false; } bool isDeclarator(Token** pt, int* haveId, int* haveTpl, TOK endtok, bool allowAltSyntax = true) { // This code parallels parseDeclarator() Token* t = *pt; int parens; //printf("Parser::isDeclarator() %s\n", t.toChars()); if (t.value == TOKassign) return false; while (1) { parens = false; switch (t.value) { case TOKmul: //case TOKand: t = peek(t); continue; case TOKlbracket: t = peek(t); if (t.value == TOKrbracket) { t = peek(t); } else if (isDeclaration(t, NeedDeclaratorId.no, TOKrbracket, &t)) { // It's an associative array declaration t = peek(t); // ...[type].ident if (t.value == TOKdot && peek(t).value == TOKidentifier) { t = peek(t); t = peek(t); } } else { // [ expression ] // [ expression .. expression ] if (!isExpression(&t)) return false; if (t.value == TOKslice) { t = peek(t); if (!isExpression(&t)) return false; if (t.value != TOKrbracket) return false; t = peek(t); } else { if (t.value != TOKrbracket) return false; t = peek(t); // ...[index].ident if (t.value == TOKdot && peek(t).value == TOKidentifier) { t = peek(t); t = peek(t); } } } continue; case TOKidentifier: if (*haveId) return false; *haveId = true; t = peek(t); break; case TOKlparen: if (!allowAltSyntax) return false; // Do not recognize C-style declarations. t = peek(t); if (t.value == TOKrparen) return false; // () is not a declarator /* Regard ( identifier ) as not a declarator * BUG: what about ( *identifier ) in * f(*p)(x); * where f is a class instance with overloaded () ? * Should we just disallow C-style function pointer declarations? */ if (t.value == TOKidentifier) { Token* t2 = peek(t); if (t2.value == TOKrparen) return false; } if (!isDeclarator(&t, haveId, null, TOKrparen)) return false; t = peek(t); parens = true; break; case TOKdelegate: case TOKfunction: t = peek(t); if (!isParameters(&t)) return false; skipAttributes(t, &t); continue; default: break; } break; } while (1) { switch (t.value) { static if (CARRAYDECL) { case TOKlbracket: parens = false; t = peek(t); if (t.value == TOKrbracket) { t = peek(t); } else if (isDeclaration(t, NeedDeclaratorId.no, TOKrbracket, &t)) { // It's an associative array declaration t = peek(t); } else { // [ expression ] if (!isExpression(&t)) return false; if (t.value != TOKrbracket) return false; t = peek(t); } continue; } case TOKlparen: parens = false; if (Token* tk = peekPastParen(t)) { if (tk.value == TOKlparen) { if (!haveTpl) return false; *haveTpl = 1; t = tk; } else if (tk.value == TOKassign) { if (!haveTpl) return false; *haveTpl = 1; *pt = tk; return true; } } if (!isParameters(&t)) return false; while (1) { switch (t.value) { case TOKconst: case TOKimmutable: case TOKshared: case TOKwild: case TOKpure: case TOKnothrow: case TOKreturn: case TOKscope: t = peek(t); continue; case TOKat: t = peek(t); // skip '@' t = peek(t); // skip identifier continue; default: break; } break; } continue; // Valid tokens that follow a declaration case TOKrparen: case TOKrbracket: case TOKassign: case TOKcomma: case TOKdotdotdot: case TOKsemicolon: case TOKlcurly: case TOKin: case TOKout: case TOKdo: // The !parens is to disallow unnecessary parentheses if (!parens && (endtok == TOKreserved || endtok == t.value)) { *pt = t; return true; } return false; case TOKidentifier: if (t.ident == Id._body) goto case TOKdo; goto default; case TOKif: return haveTpl ? true : false; default: return false; } } assert(0); } bool isParameters(Token** pt) { // This code parallels parseParameters() Token* t = *pt; //printf("isParameters()\n"); if (t.value != TOKlparen) return false; t = peek(t); for (; 1; t = peek(t)) { L1: switch (t.value) { case TOKrparen: break; case TOKdotdotdot: t = peek(t); break; case TOKin: case TOKout: case TOKref: case TOKlazy: case TOKscope: case TOKfinal: case TOKauto: case TOKreturn: continue; case TOKconst: case TOKimmutable: case TOKshared: case TOKwild: t = peek(t); if (t.value == TOKlparen) { t = peek(t); if (!isDeclaration(t, NeedDeclaratorId.no, TOKrparen, &t)) return false; t = peek(t); // skip past closing ')' goto L2; } goto L1; version (none) { case TOKstatic: continue; case TOKauto: case TOKalias: t = peek(t); if (t.value == TOKidentifier) t = peek(t); if (t.value == TOKassign) { t = peek(t); if (!isExpression(&t)) return false; } goto L3; } default: { if (!isBasicType(&t)) return false; L2: int tmp = false; if (t.value != TOKdotdotdot && !isDeclarator(&t, &tmp, null, TOKreserved)) return false; if (t.value == TOKassign) { t = peek(t); if (!isExpression(&t)) return false; } if (t.value == TOKdotdotdot) { t = peek(t); break; } } if (t.value == TOKcomma) { continue; } break; } break; } if (t.value != TOKrparen) return false; t = peek(t); *pt = t; return true; } bool isExpression(Token** pt) { // This is supposed to determine if something is an expression. // What it actually does is scan until a closing right bracket // is found. Token* t = *pt; int brnest = 0; int panest = 0; int curlynest = 0; for (;; t = peek(t)) { switch (t.value) { case TOKlbracket: brnest++; continue; case TOKrbracket: if (--brnest >= 0) continue; break; case TOKlparen: panest++; continue; case TOKcomma: if (brnest || panest) continue; break; case TOKrparen: if (--panest >= 0) continue; break; case TOKlcurly: curlynest++; continue; case TOKrcurly: if (--curlynest >= 0) continue; return false; case TOKslice: if (brnest) continue; break; case TOKsemicolon: if (curlynest) continue; return false; case TOKeof: return false; default: continue; } break; } *pt = t; return true; } /******************************************* * Skip parens, brackets. * Input: * t is on opening $(LPAREN) * Output: * *pt is set to closing token, which is '$(RPAREN)' on success * Returns: * true successful * false some parsing error */ bool skipParens(Token* t, Token** pt) { if (t.value != TOKlparen) return false; int parens = 0; while (1) { switch (t.value) { case TOKlparen: parens++; break; case TOKrparen: parens--; if (parens < 0) goto Lfalse; if (parens == 0) goto Ldone; break; case TOKeof: goto Lfalse; default: break; } t = peek(t); } Ldone: if (pt) *pt = peek(t); // skip found rparen return true; Lfalse: return false; } bool skipParensIf(Token* t, Token** pt) { if (t.value != TOKlparen) { if (pt) *pt = t; return true; } return skipParens(t, pt); } /******************************************* * Skip attributes. * Input: * t is on a candidate attribute * Output: * *pt is set to first non-attribute token on success * Returns: * true successful * false some parsing error */ bool skipAttributes(Token* t, Token** pt) { while (1) { switch (t.value) { case TOKconst: case TOKimmutable: case TOKshared: case TOKwild: case TOKfinal: case TOKauto: case TOKscope: case TOKoverride: case TOKabstract: case TOKsynchronized: break; case TOKdeprecated: if (peek(t).value == TOKlparen) { t = peek(t); if (!skipParens(t, &t)) goto Lerror; // t is on the next of closing parenthesis continue; } break; case TOKnothrow: case TOKpure: case TOKref: case TOKgshared: case TOKreturn: //case TOKmanifest: break; case TOKat: t = peek(t); if (t.value == TOKidentifier) { /* @identifier * @identifier!arg * @identifier!(arglist) * any of the above followed by (arglist) * @predefined_attribute */ if (t.ident == Id.property || t.ident == Id.nogc || t.ident == Id.safe || t.ident == Id.trusted || t.ident == Id.system || t.ident == Id.disable) break; t = peek(t); if (t.value == TOKnot) { t = peek(t); if (t.value == TOKlparen) { // @identifier!(arglist) if (!skipParens(t, &t)) goto Lerror; // t is on the next of closing parenthesis } else { // @identifier!arg // Do low rent skipTemplateArgument if (t.value == TOKvector) { // identifier!__vector(type) t = peek(t); if (!skipParens(t, &t)) goto Lerror; } else t = peek(t); } } if (t.value == TOKlparen) { if (!skipParens(t, &t)) goto Lerror; // t is on the next of closing parenthesis continue; } continue; } if (t.value == TOKlparen) { // @( ArgumentList ) if (!skipParens(t, &t)) goto Lerror; // t is on the next of closing parenthesis continue; } goto Lerror; default: goto Ldone; } t = peek(t); } Ldone: if (pt) *pt = t; return true; Lerror: return false; } AST.Expression parseExpression() { auto loc = token.loc; //printf("Parser::parseExpression() loc = %d\n", loc.linnum); auto e = parseAssignExp(); while (token.value == TOKcomma) { nextToken(); auto e2 = parseAssignExp(); e = new AST.CommaExp(loc, e, e2, false); loc = token.loc; } return e; } /********************************* Expression Parser ***************************/ AST.Expression parsePrimaryExp() { AST.Expression e; AST.Type t; Identifier id; const loc = token.loc; //printf("parsePrimaryExp(): loc = %d\n", loc.linnum); switch (token.value) { case TOKidentifier: { Token* t1 = peek(&token); Token* t2 = peek(t1); if (t1.value == TOKmin && t2.value == TOKgt) { // skip ident. nextToken(); nextToken(); nextToken(); error("use `.` for member lookup, not `->`"); goto Lerr; } if (peekNext() == TOKgoesto) goto case_delegate; id = token.ident; nextToken(); TOK save; if (token.value == TOKnot && (save = peekNext()) != TOKis && save != TOKin) { // identifier!(template-argument-list) auto tempinst = new AST.TemplateInstance(loc, id, parseTemplateArguments()); e = new AST.ScopeExp(loc, tempinst); } else e = new AST.IdentifierExp(loc, id); break; } case TOKdollar: if (!inBrackets) error("`$` is valid only inside [] of index or slice"); e = new AST.DollarExp(loc); nextToken(); break; case TOKdot: // Signal global scope '.' operator with "" identifier e = new AST.IdentifierExp(loc, Id.empty); break; case TOKthis: e = new AST.ThisExp(loc); nextToken(); break; case TOKsuper: e = new AST.SuperExp(loc); nextToken(); break; case TOKint32v: e = new AST.IntegerExp(loc, cast(d_int32)token.int64value, AST.Type.tint32); nextToken(); break; case TOKuns32v: e = new AST.IntegerExp(loc, cast(d_uns32)token.uns64value, AST.Type.tuns32); nextToken(); break; case TOKint64v: e = new AST.IntegerExp(loc, token.int64value, AST.Type.tint64); nextToken(); break; case TOKuns64v: e = new AST.IntegerExp(loc, token.uns64value, AST.Type.tuns64); nextToken(); break; case TOKfloat32v: e = new AST.RealExp(loc, token.floatvalue, AST.Type.tfloat32); nextToken(); break; case TOKfloat64v: e = new AST.RealExp(loc, token.floatvalue, AST.Type.tfloat64); nextToken(); break; case TOKfloat80v: e = new AST.RealExp(loc, token.floatvalue, AST.Type.tfloat80); nextToken(); break; case TOKimaginary32v: e = new AST.RealExp(loc, token.floatvalue, AST.Type.timaginary32); nextToken(); break; case TOKimaginary64v: e = new AST.RealExp(loc, token.floatvalue, AST.Type.timaginary64); nextToken(); break; case TOKimaginary80v: e = new AST.RealExp(loc, token.floatvalue, AST.Type.timaginary80); nextToken(); break; case TOKnull: e = new AST.NullExp(loc); nextToken(); break; case TOKfile: { const(char)* s = loc.filename ? loc.filename : mod.ident.toChars(); e = new AST.StringExp(loc, cast(char*)s); nextToken(); break; } case TOKfilefullpath: { const(char)* srcfile = mod.srcfile.name.toChars(); const(char)* s; if(loc.filename && !FileName.equals(loc.filename, srcfile)) { s = loc.filename; } else { s = FileName.combine(mod.srcfilePath, srcfile); } e = new AST.StringExp(loc, cast(char*)s); nextToken(); break; } case TOKline: e = new AST.IntegerExp(loc, loc.linnum, AST.Type.tint32); nextToken(); break; case TOKmodulestring: { const(char)* s = md ? md.toChars() : mod.toChars(); e = new AST.StringExp(loc, cast(char*)s); nextToken(); break; } case TOKfuncstring: e = new AST.FuncInitExp(loc); nextToken(); break; case TOKprettyfunc: e = new AST.PrettyFuncInitExp(loc); nextToken(); break; case TOKtrue: e = new AST.IntegerExp(loc, 1, AST.Type.tbool); nextToken(); break; case TOKfalse: e = new AST.IntegerExp(loc, 0, AST.Type.tbool); nextToken(); break; case TOKcharv: e = new AST.IntegerExp(loc, cast(d_uns8)token.uns64value, AST.Type.tchar); nextToken(); break; case TOKwcharv: e = new AST.IntegerExp(loc, cast(d_uns16)token.uns64value, AST.Type.twchar); nextToken(); break; case TOKdcharv: e = new AST.IntegerExp(loc, cast(d_uns32)token.uns64value, AST.Type.tdchar); nextToken(); break; case TOKstring: case TOKxstring: { // cat adjacent strings auto s = token.ustring; auto len = token.len; auto postfix = token.postfix; while (1) { const prev = token; nextToken(); if (token.value == TOKstring || token.value == TOKxstring) { if (token.postfix) { if (token.postfix != postfix) error("mismatched string literal postfixes `'%c'` and `'%c'`", postfix, token.postfix); postfix = token.postfix; } deprecation("Implicit string concatenation is deprecated, use %s ~ %s instead", prev.toChars(), token.toChars()); const len1 = len; const len2 = token.len; len = len1 + len2; auto s2 = cast(char*)mem.xmalloc(len * char.sizeof); memcpy(s2, s, len1 * char.sizeof); memcpy(s2 + len1, token.ustring, len2 * char.sizeof); s = s2; } else break; } e = new AST.StringExp(loc, cast(char*)s, len, postfix); break; } case TOKvoid: t = AST.Type.tvoid; goto LabelX; case TOKint8: t = AST.Type.tint8; goto LabelX; case TOKuns8: t = AST.Type.tuns8; goto LabelX; case TOKint16: t = AST.Type.tint16; goto LabelX; case TOKuns16: t = AST.Type.tuns16; goto LabelX; case TOKint32: t = AST.Type.tint32; goto LabelX; case TOKuns32: t = AST.Type.tuns32; goto LabelX; case TOKint64: t = AST.Type.tint64; goto LabelX; case TOKuns64: t = AST.Type.tuns64; goto LabelX; case TOKint128: t = AST.Type.tint128; goto LabelX; case TOKuns128: t = AST.Type.tuns128; goto LabelX; case TOKfloat32: t = AST.Type.tfloat32; goto LabelX; case TOKfloat64: t = AST.Type.tfloat64; goto LabelX; case TOKfloat80: t = AST.Type.tfloat80; goto LabelX; case TOKimaginary32: t = AST.Type.timaginary32; goto LabelX; case TOKimaginary64: t = AST.Type.timaginary64; goto LabelX; case TOKimaginary80: t = AST.Type.timaginary80; goto LabelX; case TOKcomplex32: t = AST.Type.tcomplex32; goto LabelX; case TOKcomplex64: t = AST.Type.tcomplex64; goto LabelX; case TOKcomplex80: t = AST.Type.tcomplex80; goto LabelX; case TOKbool: t = AST.Type.tbool; goto LabelX; case TOKchar: t = AST.Type.tchar; goto LabelX; case TOKwchar: t = AST.Type.twchar; goto LabelX; case TOKdchar: t = AST.Type.tdchar; goto LabelX; LabelX: nextToken(); if (token.value == TOKlparen) { e = new AST.TypeExp(loc, t); e = new AST.CallExp(loc, e, parseArguments()); break; } check(TOKdot, t.toChars()); if (token.value != TOKidentifier) { error("found `%s` when expecting identifier following `%s.`", token.toChars(), t.toChars()); goto Lerr; } e = new AST.DotIdExp(loc, new AST.TypeExp(loc, t), token.ident); nextToken(); break; case TOKtypeof: { t = parseTypeof(); e = new AST.TypeExp(loc, t); break; } case TOKvector: { t = parseVector(); e = new AST.TypeExp(loc, t); break; } case TOKtypeid: { nextToken(); check(TOKlparen, "typeid"); RootObject o; if (isDeclaration(&token, NeedDeclaratorId.no, TOKreserved, null)) { // argument is a type o = parseType(); } else { // argument is an expression o = parseAssignExp(); } check(TOKrparen); e = new AST.TypeidExp(loc, o); break; } case TOKtraits: { /* __traits(identifier, args...) */ Identifier ident; AST.Objects* args = null; nextToken(); check(TOKlparen); if (token.value != TOKidentifier) { error("`__traits(identifier, args...)` expected"); goto Lerr; } ident = token.ident; nextToken(); if (token.value == TOKcomma) args = parseTemplateArgumentList(); // __traits(identifier, args...) else check(TOKrparen); // __traits(identifier) e = new AST.TraitsExp(loc, ident, args); break; } case TOKis: { AST.Type targ; Identifier ident = null; AST.Type tspec = null; TOK tok = TOKreserved; TOK tok2 = TOKreserved; AST.TemplateParameters* tpl = null; nextToken(); if (token.value == TOKlparen) { nextToken(); targ = parseType(&ident); if (token.value == TOKcolon || token.value == TOKequal) { tok = token.value; nextToken(); if (tok == TOKequal && (token.value == TOKstruct || token.value == TOKunion || token.value == TOKclass || token.value == TOKsuper || token.value == TOKenum || token.value == TOKinterface || token.value == TOKargTypes || token.value == TOKparameters || token.value == TOKconst && peek(&token).value == TOKrparen || token.value == TOKimmutable && peek(&token).value == TOKrparen || token.value == TOKshared && peek(&token).value == TOKrparen || token.value == TOKwild && peek(&token).value == TOKrparen || token.value == TOKfunction || token.value == TOKdelegate || token.value == TOKreturn || (token.value == TOKvector && peek(&token).value == TOKrparen))) { tok2 = token.value; nextToken(); } else { tspec = parseType(); } } if (tspec) { if (token.value == TOKcomma) tpl = parseTemplateParameterList(1); else { tpl = new AST.TemplateParameters(); check(TOKrparen); } } else check(TOKrparen); } else { error("`type identifier : specialization` expected following `is`"); goto Lerr; } e = new AST.IsExp(loc, targ, ident, tok, tspec, tok2, tpl); break; } case TOKassert: { AST.Expression msg = null; nextToken(); check(TOKlparen, "assert"); e = parseAssignExp(); if (token.value == TOKcomma) { nextToken(); if (token.value != TOKrparen) { msg = parseAssignExp(); if (token.value == TOKcomma) nextToken(); } } check(TOKrparen); e = new AST.AssertExp(loc, e, msg); break; } case TOKmixin: { nextToken(); check(TOKlparen, "mixin"); e = parseAssignExp(); check(TOKrparen); e = new AST.CompileExp(loc, e); break; } case TOKimport: { nextToken(); check(TOKlparen, "import"); e = parseAssignExp(); check(TOKrparen); e = new AST.ImportExp(loc, e); break; } case TOKnew: e = parseNewExp(null); break; case TOKlparen: { Token* tk = peekPastParen(&token); if (skipAttributes(tk, &tk) && (tk.value == TOKgoesto || tk.value == TOKlcurly)) { // (arguments) => expression // (arguments) { statements... } goto case_delegate; } // ( expression ) nextToken(); e = parseExpression(); e.parens = 1; check(loc, TOKrparen); break; } case TOKlbracket: { /* Parse array literals and associative array literals: * [ value, value, value ... ] * [ key:value, key:value, key:value ... ] */ auto values = new AST.Expressions(); AST.Expressions* keys = null; nextToken(); while (token.value != TOKrbracket && token.value != TOKeof) { e = parseAssignExp(); if (token.value == TOKcolon && (keys || values.dim == 0)) { nextToken(); if (!keys) keys = new AST.Expressions(); keys.push(e); e = parseAssignExp(); } else if (keys) { error("`key:value` expected for associative array literal"); keys = null; } values.push(e); if (token.value == TOKrbracket) break; check(TOKcomma); } check(loc, TOKrbracket); if (keys) e = new AST.AssocArrayLiteralExp(loc, keys, values); else e = new AST.ArrayLiteralExp(loc, values); break; } case TOKlcurly: case TOKfunction: case TOKdelegate: case_delegate: { AST.Dsymbol s = parseFunctionLiteral(); e = new AST.FuncExp(loc, s); break; } default: error("expression expected, not `%s`", token.toChars()); Lerr: // Anything for e, as long as it's not NULL e = new AST.IntegerExp(loc, 0, AST.Type.tint32); nextToken(); break; } return e; } AST.Expression parseUnaryExp() { AST.Expression e; const loc = token.loc; switch (token.value) { case TOKand: nextToken(); e = parseUnaryExp(); e = new AST.AddrExp(loc, e); break; case TOKplusplus: nextToken(); e = parseUnaryExp(); //e = new AddAssignExp(loc, e, new IntegerExp(loc, 1, Type::tint32)); e = new AST.PreExp(TOKpreplusplus, loc, e); break; case TOKminusminus: nextToken(); e = parseUnaryExp(); //e = new MinAssignExp(loc, e, new IntegerExp(loc, 1, Type::tint32)); e = new AST.PreExp(TOKpreminusminus, loc, e); break; case TOKmul: nextToken(); e = parseUnaryExp(); e = new AST.PtrExp(loc, e); break; case TOKmin: nextToken(); e = parseUnaryExp(); e = new AST.NegExp(loc, e); break; case TOKadd: nextToken(); e = parseUnaryExp(); e = new AST.UAddExp(loc, e); break; case TOKnot: nextToken(); e = parseUnaryExp(); e = new AST.NotExp(loc, e); break; case TOKtilde: nextToken(); e = parseUnaryExp(); e = new AST.ComExp(loc, e); break; case TOKdelete: nextToken(); e = parseUnaryExp(); e = new AST.DeleteExp(loc, e, false); break; case TOKcast: // cast(type) expression { nextToken(); check(TOKlparen); /* Look for cast(), cast(const), cast(immutable), * cast(shared), cast(shared const), cast(wild), cast(shared wild) */ ubyte m = 0; while (1) { switch (token.value) { case TOKconst: if (peekNext() == TOKlparen) break; // const as type constructor m |= AST.MODconst; // const as storage class nextToken(); continue; case TOKimmutable: if (peekNext() == TOKlparen) break; m |= AST.MODimmutable; nextToken(); continue; case TOKshared: if (peekNext() == TOKlparen) break; m |= AST.MODshared; nextToken(); continue; case TOKwild: if (peekNext() == TOKlparen) break; m |= AST.MODwild; nextToken(); continue; default: break; } break; } if (token.value == TOKrparen) { nextToken(); e = parseUnaryExp(); e = new AST.CastExp(loc, e, m); } else { AST.Type t = parseType(); // cast( type ) t = t.addMod(m); // cast( const type ) check(TOKrparen); e = parseUnaryExp(); e = new AST.CastExp(loc, e, t); } break; } case TOKwild: case TOKshared: case TOKconst: case TOKimmutable: // immutable(type)(arguments) / immutable(type).init { StorageClass stc = parseTypeCtor(); AST.Type t = parseBasicType(); t = t.addSTC(stc); if (stc == 0 && token.value == TOKdot) { nextToken(); if (token.value != TOKidentifier) { error("identifier expected following `(type)`."); return null; } e = new AST.DotIdExp(loc, new AST.TypeExp(loc, t), token.ident); nextToken(); e = parsePostExp(e); } else { e = new AST.TypeExp(loc, t); if (token.value != TOKlparen) { error("`(arguments)` expected following `%s`", t.toChars()); return e; } e = new AST.CallExp(loc, e, parseArguments()); } break; } case TOKlparen: { auto tk = peek(&token); static if (CCASTSYNTAX) { // If cast if (isDeclaration(tk, NeedDeclaratorId.no, TOKrparen, &tk)) { tk = peek(tk); // skip over right parenthesis switch (tk.value) { case TOKnot: tk = peek(tk); if (tk.value == TOKis || tk.value == TOKin) // !is or !in break; goto case; case TOKdot: case TOKplusplus: case TOKminusminus: case TOKdelete: case TOKnew: case TOKlparen: case TOKidentifier: case TOKthis: case TOKsuper: case TOKint32v: case TOKuns32v: case TOKint64v: case TOKuns64v: case TOKint128v: case TOKuns128v: case TOKfloat32v: case TOKfloat64v: case TOKfloat80v: case TOKimaginary32v: case TOKimaginary64v: case TOKimaginary80v: case TOKnull: case TOKtrue: case TOKfalse: case TOKcharv: case TOKwcharv: case TOKdcharv: case TOKstring: version (none) { case TOKtilde: case TOKand: case TOKmul: case TOKmin: case TOKadd: } case TOKfunction: case TOKdelegate: case TOKtypeof: case TOKvector: case TOKfile: case TOKfilefullpath: case TOKline: case TOKmodulestring: case TOKfuncstring: case TOKprettyfunc: case TOKwchar: case TOKdchar: case TOKbool: case TOKchar: case TOKint8: case TOKuns8: case TOKint16: case TOKuns16: case TOKint32: case TOKuns32: case TOKint64: case TOKuns64: case TOKint128: case TOKuns128: case TOKfloat32: case TOKfloat64: case TOKfloat80: case TOKimaginary32: case TOKimaginary64: case TOKimaginary80: case TOKcomplex32: case TOKcomplex64: case TOKcomplex80: case TOKvoid: { // (type) una_exp nextToken(); auto t = parseType(); check(TOKrparen); // if .identifier // or .identifier!( ... ) if (token.value == TOKdot) { if (peekNext() != TOKidentifier && peekNext() != TOKnew) { error("identifier or new keyword expected following `(...)`."); return null; } e = new AST.TypeExp(loc, t); e = parsePostExp(e); } else { e = parseUnaryExp(); e = new AST.CastExp(loc, e, t); error("C style cast illegal, use `%s`", e.toChars()); } return e; } default: break; } } } e = parsePrimaryExp(); e = parsePostExp(e); break; } default: e = parsePrimaryExp(); e = parsePostExp(e); break; } assert(e); // ^^ is right associative and has higher precedence than the unary operators while (token.value == TOKpow) { nextToken(); AST.Expression e2 = parseUnaryExp(); e = new AST.PowExp(loc, e, e2); } return e; } AST.Expression parsePostExp(AST.Expression e) { while (1) { const loc = token.loc; switch (token.value) { case TOKdot: nextToken(); if (token.value == TOKidentifier) { Identifier id = token.ident; nextToken(); if (token.value == TOKnot && peekNext() != TOKis && peekNext() != TOKin) { AST.Objects* tiargs = parseTemplateArguments(); e = new AST.DotTemplateInstanceExp(loc, e, id, tiargs); } else e = new AST.DotIdExp(loc, e, id); continue; } else if (token.value == TOKnew) { e = parseNewExp(e); continue; } else error("identifier expected following `.`, not `%s`", token.toChars()); break; case TOKplusplus: e = new AST.PostExp(TOKplusplus, loc, e); break; case TOKminusminus: e = new AST.PostExp(TOKminusminus, loc, e); break; case TOKlparen: e = new AST.CallExp(loc, e, parseArguments()); continue; case TOKlbracket: { // array dereferences: // array[index] // array[] // array[lwr .. upr] AST.Expression index; AST.Expression upr; auto arguments = new AST.Expressions(); inBrackets++; nextToken(); while (token.value != TOKrbracket && token.value != TOKeof) { index = parseAssignExp(); if (token.value == TOKslice) { // array[..., lwr..upr, ...] nextToken(); upr = parseAssignExp(); arguments.push(new AST.IntervalExp(loc, index, upr)); } else arguments.push(index); if (token.value == TOKrbracket) break; check(TOKcomma); } check(TOKrbracket); inBrackets--; e = new AST.ArrayExp(loc, e, arguments); continue; } default: return e; } nextToken(); } } AST.Expression parseMulExp() { const loc = token.loc; auto e = parseUnaryExp(); while (1) { switch (token.value) { case TOKmul: nextToken(); auto e2 = parseUnaryExp(); e = new AST.MulExp(loc, e, e2); continue; case TOKdiv: nextToken(); auto e2 = parseUnaryExp(); e = new AST.DivExp(loc, e, e2); continue; case TOKmod: nextToken(); auto e2 = parseUnaryExp(); e = new AST.ModExp(loc, e, e2); continue; default: break; } break; } return e; } AST.Expression parseAddExp() { const loc = token.loc; auto e = parseMulExp(); while (1) { switch (token.value) { case TOKadd: nextToken(); auto e2 = parseMulExp(); e = new AST.AddExp(loc, e, e2); continue; case TOKmin: nextToken(); auto e2 = parseMulExp(); e = new AST.MinExp(loc, e, e2); continue; case TOKtilde: nextToken(); auto e2 = parseMulExp(); e = new AST.CatExp(loc, e, e2); continue; default: break; } break; } return e; } AST.Expression parseShiftExp() { const loc = token.loc; auto e = parseAddExp(); while (1) { switch (token.value) { case TOKshl: nextToken(); auto e2 = parseAddExp(); e = new AST.ShlExp(loc, e, e2); continue; case TOKshr: nextToken(); auto e2 = parseAddExp(); e = new AST.ShrExp(loc, e, e2); continue; case TOKushr: nextToken(); auto e2 = parseAddExp(); e = new AST.UshrExp(loc, e, e2); continue; default: break; } break; } return e; } AST.Expression parseCmpExp() { const loc = token.loc; auto e = parseShiftExp(); TOK op = token.value; switch (op) { case TOKequal: case TOKnotequal: nextToken(); auto e2 = parseShiftExp(); e = new AST.EqualExp(op, loc, e, e2); break; case TOKis: op = TOKidentity; goto L1; case TOKnot: { // Attempt to identify '!is' auto t = peek(&token); if (t.value == TOKin) { nextToken(); nextToken(); auto e2 = parseShiftExp(); e = new AST.InExp(loc, e, e2); e = new AST.NotExp(loc, e); break; } if (t.value != TOKis) break; nextToken(); op = TOKnotidentity; goto L1; } L1: nextToken(); auto e2 = parseShiftExp(); e = new AST.IdentityExp(op, loc, e, e2); break; case TOKlt: case TOKle: case TOKgt: case TOKge: case TOKunord: case TOKlg: case TOKleg: case TOKule: case TOKul: case TOKuge: case TOKug: case TOKue: nextToken(); auto e2 = parseShiftExp(); e = new AST.CmpExp(op, loc, e, e2); break; case TOKin: nextToken(); auto e2 = parseShiftExp(); e = new AST.InExp(loc, e, e2); break; default: break; } return e; } AST.Expression parseAndExp() { Loc loc = token.loc; auto e = parseCmpExp(); while (token.value == TOKand) { checkParens(TOKand, e); nextToken(); auto e2 = parseCmpExp(); checkParens(TOKand, e2); e = new AST.AndExp(loc, e, e2); loc = token.loc; } return e; } AST.Expression parseXorExp() { const loc = token.loc; auto e = parseAndExp(); while (token.value == TOKxor) { checkParens(TOKxor, e); nextToken(); auto e2 = parseAndExp(); checkParens(TOKxor, e2); e = new AST.XorExp(loc, e, e2); } return e; } AST.Expression parseOrExp() { const loc = token.loc; auto e = parseXorExp(); while (token.value == TOKor) { checkParens(TOKor, e); nextToken(); auto e2 = parseXorExp(); checkParens(TOKor, e2); e = new AST.OrExp(loc, e, e2); } return e; } AST.Expression parseAndAndExp() { const loc = token.loc; auto e = parseOrExp(); while (token.value == TOKandand) { nextToken(); auto e2 = parseOrExp(); e = new AST.AndAndExp(loc, e, e2); } return e; } AST.Expression parseOrOrExp() { const loc = token.loc; auto e = parseAndAndExp(); while (token.value == TOKoror) { nextToken(); auto e2 = parseAndAndExp(); e = new AST.OrOrExp(loc, e, e2); } return e; } AST.Expression parseCondExp() { const loc = token.loc; auto e = parseOrOrExp(); if (token.value == TOKquestion) { nextToken(); auto e1 = parseExpression(); check(TOKcolon); auto e2 = parseCondExp(); e = new AST.CondExp(loc, e, e1, e2); } return e; } AST.Expression parseAssignExp() { auto e = parseCondExp(); while (1) { const loc = token.loc; switch (token.value) { case TOKassign: nextToken(); auto e2 = parseAssignExp(); e = new AST.AssignExp(loc, e, e2); continue; case TOKaddass: nextToken(); auto e2 = parseAssignExp(); e = new AST.AddAssignExp(loc, e, e2); continue; case TOKminass: nextToken(); auto e2 = parseAssignExp(); e = new AST.MinAssignExp(loc, e, e2); continue; case TOKmulass: nextToken(); auto e2 = parseAssignExp(); e = new AST.MulAssignExp(loc, e, e2); continue; case TOKdivass: nextToken(); auto e2 = parseAssignExp(); e = new AST.DivAssignExp(loc, e, e2); continue; case TOKmodass: nextToken(); auto e2 = parseAssignExp(); e = new AST.ModAssignExp(loc, e, e2); continue; case TOKpowass: nextToken(); auto e2 = parseAssignExp(); e = new AST.PowAssignExp(loc, e, e2); continue; case TOKandass: nextToken(); auto e2 = parseAssignExp(); e = new AST.AndAssignExp(loc, e, e2); continue; case TOKorass: nextToken(); auto e2 = parseAssignExp(); e = new AST.OrAssignExp(loc, e, e2); continue; case TOKxorass: nextToken(); auto e2 = parseAssignExp(); e = new AST.XorAssignExp(loc, e, e2); continue; case TOKshlass: nextToken(); auto e2 = parseAssignExp(); e = new AST.ShlAssignExp(loc, e, e2); continue; case TOKshrass: nextToken(); auto e2 = parseAssignExp(); e = new AST.ShrAssignExp(loc, e, e2); continue; case TOKushrass: nextToken(); auto e2 = parseAssignExp(); e = new AST.UshrAssignExp(loc, e, e2); continue; case TOKcatass: nextToken(); auto e2 = parseAssignExp(); e = new AST.CatAssignExp(loc, e, e2); continue; default: break; } break; } return e; } /************************* * Collect argument list. * Assume current token is ',', '$(LPAREN)' or '['. */ AST.Expressions* parseArguments() { // function call AST.Expressions* arguments; TOK endtok; arguments = new AST.Expressions(); if (token.value == TOKlbracket) endtok = TOKrbracket; else endtok = TOKrparen; { nextToken(); while (token.value != endtok && token.value != TOKeof) { auto arg = parseAssignExp(); arguments.push(arg); if (token.value == endtok) break; check(TOKcomma); } check(endtok); } return arguments; } /******************************************* */ AST.Expression parseNewExp(AST.Expression thisexp) { const loc = token.loc; nextToken(); AST.Expressions* newargs = null; AST.Expressions* arguments = null; if (token.value == TOKlparen) { newargs = parseArguments(); } // An anonymous nested class starts with "class" if (token.value == TOKclass) { nextToken(); if (token.value == TOKlparen) arguments = parseArguments(); AST.BaseClasses* baseclasses = null; if (token.value != TOKlcurly) baseclasses = parseBaseClasses(); Identifier id = null; AST.Dsymbols* members = null; if (token.value != TOKlcurly) { error("`{ members }` expected for anonymous class"); } else { nextToken(); members = parseDeclDefs(0); if (token.value != TOKrcurly) error("class member expected"); nextToken(); } auto cd = new AST.ClassDeclaration(loc, id, baseclasses, members, false); auto e = new AST.NewAnonClassExp(loc, thisexp, newargs, cd, arguments); return e; } const stc = parseTypeCtor(); auto t = parseBasicType(true); t = parseBasicType2(t); t = t.addSTC(stc); if (t.ty == AST.Taarray) { AST.TypeAArray taa = cast(AST.TypeAArray)t; AST.Type index = taa.index; auto edim = index.toExpression(); if (!edim) { error("need size of rightmost array, not type `%s`", index.toChars()); return new AST.NullExp(loc); } t = new AST.TypeSArray(taa.next, edim); } else if (t.ty == AST.Tsarray) { } else if (token.value == TOKlparen) { arguments = parseArguments(); } auto e = new AST.NewExp(loc, thisexp, newargs, t, arguments); return e; } /********************************************** */ void addComment(AST.Dsymbol s, const(char)* blockComment) { if (s !is null) { s.addComment(combineComments(blockComment, token.lineComment, true)); token.lineComment = null; } } } enum PREC : int { zero, expr, assign, cond, oror, andand, or, xor, and, equal, rel, shift, add, mul, pow, unary, primary, }
D
module usingtransparent; import transp; void main() { auto i = transparent(10); assert(i == 10); // equality testing i = 1; // Assignment from an int ++i; // ++ acts on i.value assert(i == 2); // int-accepting function int foo(int ii) { return ii+1;} assert(foo(i) == 3); // function calls int trueInt = i; // transmits its value assert(trueInt == 2); assert(i == 2); assert(i == trueInt); // Successive calls all collapse into one Transparent. i = transparent(transparent(i)); }
D
module file_image; import core.sys.windows.windows; import core.stdc.stdio; import core.stdc.stdlib; import core.stdc.string; import std.string; import std.utf; import std.stdio; import image; import resource; nothrow: void update_title(HWND hwnd,wstring title,int mod) { wstring tmp=title; if(mod) tmp="*"~tmp; tmp~="\0"; SetWindowTextW(hwnd,tmp.ptr); } int write_image(wstring fname,string text) { int result=FALSE; FILE *f; fname~=0; f=_wfopen(fname.ptr,"wb"); if(f){ fwrite(text.ptr,1,text.length,f); fclose(f); result=TRUE; } return result; } int init_ofn(OPENFILENAMEW *ofn,const WCHAR *title,HWND hwnd) { ofn.lStructSize=OPENFILENAMEW.sizeof; ofn.hwndOwner=hwnd; ofn.lpstrFilter="TEXT FILES (*.TXT)\0*.TXT\0ALL FILES (*.*)\0*.*\0\0"; ofn.lpstrTitle=title; ofn.Flags=OFN_ENABLESIZING; return TRUE; } wstring wchar_to_str(WCHAR[] str) { wstring result; foreach(WCHAR c;str){ if(0==c) break; result~=c; } return result; } int file_saveas(HWND hwnd,IMAGE *img) { int result=FALSE; OPENFILENAMEW ofn; WCHAR[] tmp; if(img is null) return result; init_ofn(&ofn,"Save"w.ptr,hwnd); tmp.length=1024; tmp[]=0; ofn.lpstrFile=tmp.ptr; ofn.nMaxFile=tmp.length; if(GetOpenFileNameW(&ofn)){ tmp[tmp.length-1]=0; img.fname=wchar_to_str(tmp); write_image(img.fname,img.get_text()); update_title(hwnd,img.fname,img.is_modified); result=TRUE; } return result; } int file_save(HWND hwnd,IMAGE *img) { int result=FALSE; if(img is null) return result; if(0==img.fname.length) result=file_saveas(hwnd,img); else result=write_image(img.fname,img.get_text()); if(result) update_title(hwnd,img.fname,img.is_modified); return result; } int copy_str_clipboard(const char *str) { int len,result=FALSE; HGLOBAL hmem; char *lock; len=strlen(str); if(len==0) return result; len++; hmem=GlobalAlloc(GMEM_MOVEABLE,len); if(hmem !is null){ lock=cast(char*)GlobalLock(hmem); if(lock !is null){ memcpy(lock,str,len); GlobalUnlock(hmem); if(OpenClipboard(NULL)!=0){ EmptyClipboard(); SetClipboardData(CF_TEXT,hmem); CloseClipboard(); result=TRUE; } } if(!result) GlobalFree(hmem); } return result; } int fetch_next_char(ubyte *str,int *index,int *val) { int result=FALSE; ubyte a,b,c,d; int offset=*index; a=b=c=d=0; a=str[offset]; if(0==a){ return result; }else{ b=str[offset+1]; if(b!=0){ c=str[offset+2]; if(c!=0) d=str[offset+3]; } } if(a&0x80){ if((a&0xE0)==0xC0){ //110xxxxx 2 bytes if((b&0xC0)==0x80){ //10xxxxxx *val=((a&0x1F)<<6)|(b&0x3F); index[0]+=2; result=TRUE; }else{ goto FALLBACK; } }else if((a&0xF0)==0xE0){ //1110xxxx 3 bytes if((b&0xC0)==0x80){ //10xxxxxx if((c&0xC0)==0x80){ *val=((a&0xF)<<12)|((b&0x3F)<<6)|(c&0x3F); index[0]+=3; result=TRUE; }else{ goto FALLBACK; } }else{ goto FALLBACK; } }else if((a&0xF8)==0xF0){ //11110xxx 4 bytes if((b&0xC0)==0x80){ //10xxxxxx if((c&0xC0)==0x80){ if((d&0xC0)==0x80){ *val=((a&0x7)<<18)|((b&0x3F)<<12)|((c&0x3F)<<6)|(d&0x3F); index[0]+=4; result=TRUE; }else{ goto FALLBACK; } }else{ goto FALLBACK; } }else{ goto FALLBACK; } }else{ goto FALLBACK; } }else{ FALLBACK: *val=a; index[0]++; result=TRUE; } return result; } int get_str_dimensions(ubyte *str,int *width,int *height) { int max_width=0,line_count=0; int counter=0; int index=0; int state=0; int num_count; int a; while(fetch_next_char(str,&index,&a)){ if(0==a) break; if('\r'==a || '\n'==a){ if(counter>max_width) max_width=counter; counter=0; if(a=='\n') line_count++; }else{ switch(state){ case 0: if(3==a) state=1; else{ if(!(a==2 || a==0x1D || a==0x1F || a==0x16 || a==0xF)) counter++; } num_count=0; break; case 1: if(a>='0' && a<='9'){ num_count++; if(num_count>=2) state=2; }else if(a==','){ state=3; num_count=0; }else{ counter++; state=0; } break; case 2: //check for , if(a==','){ state=3; num_count=0; }else{ state=0; counter++; } break; case 3: //number after , if(a>='0' && a<='9'){ num_count++; if(num_count>=2) state=0; }else{ state=0; counter++; } break; default: break; } } } if(0==line_count){ if(max_width>0) line_count=1; else if(counter>0){ line_count=1; max_width=counter; } } *width=max_width; *height=line_count; return 1; } int process_str(ubyte *str,ref IMAGE img,void function(ref IMAGE,int,int,int,int,int) nothrow cell_writer, int _fg,int _bg) { int index=0; int state=0; int num_count,fg,bg; int x=0,y=0; int a; if(_fg<0) _fg=1; if(_bg<0) _bg=0; fg=_fg; bg=_bg; while(fetch_next_char(str,&index,&a)){ if(0==a) break; if('\r'==a || '\n'==a){ fg=_fg; bg=_bg; x=0; if(a=='\n') y++; }else{ switch(state){ case 0: WRITE_CELL: if(3==a) state=1; else{ if(!(a==2 || a==0x1D || a==0x1F || a==0x16 || a==0xF)){ cell_writer(img,fg,bg,a,x,y); /* img.set_fg(fg,x,y); img.set_bg(bg,x,y); img.set_char(a,x,y); */ x++; } } num_count=0; break; case 1: if(a>='0' && a<='9'){ if(0==num_count) fg=a-'0'; else{ fg*=10; fg+=a-'0'; } num_count++; if(num_count>=2){ state=2; } }else if(a==','){ state=3; num_count=0; }else{ state=0; goto WRITE_CELL; } break; case 2: //check for , if(a==','){ state=3; num_count=0; }else{ state=0; goto WRITE_CELL; } break; case 3: //number after , if(a>='0' && a<='9'){ if(0==num_count) bg=a-'0'; else{ bg*=10; bg+=a-'0'; } num_count++; if(num_count>=2) state=0; }else{ state=0; goto WRITE_CELL; } break; default: break; } } } return 1; } void full_image_import(ref IMAGE img,int fg,int bg,int a,int x,int y) { img.set_fg(fg,x,y); img.set_bg(bg,x,y); img.set_char(a,x,y); } void resize_img_to_str(char *str,ref IMAGE img) { import std.algorithm.comparison:max; int max_x,max_y; get_str_dimensions(cast(ubyte*)str,&max_x,&max_y); if(max_x>1000) max_x=1000; if(max_y>10000) max_y=10000; max_x=max(img.width,max_x); max_y=max(img.height,max_y); img.resize_image(max_x,max_y); } int import_txt(char *str,ref IMAGE img,int fg,int bg) { int result=FALSE; resize_img_to_str(str,img); result=process_str(cast(ubyte*)str,img,&full_image_import,fg,bg); return result; } void clip_import(ref IMAGE img,int fg,int bg,int a,int x,int y) { int index; index=x+y*img.clip.width; if(index>=img.clip.cells.length) return; img.clip.cells[index].fg=fg; img.clip.cells[index].bg=bg; img.clip.cells[index].val=cast(WCHAR)a; } int import_txt_clip(char *str,ref IMAGE img,int fg,int bg) { int result=FALSE; int max_x,max_y; get_str_dimensions(cast(ubyte*)str,&max_x,&max_y); if(max_x>1000) max_x=1000; if(max_y>1000) max_y=1000; img.clip.cells.length=max_x*max_y; img.clip.width=max_x; img.clip.height=max_y; img.clip.x=img.cursor.x; img.clip.y=img.cursor.y; result=process_str(cast(ubyte*)str,img,&clip_import,fg,bg); return result; } int import_file(WCHAR *fname,ref IMAGE img,int fg,int bg) { int result=false; if(fname is null) return result; FILE *f; f=_wfopen(fname,"rb"); if(f){ char *str; int str_size=0x100000; str=cast(char*)calloc(str_size,1); if(str) fread(str,1,str_size,f); fclose(f); if(str){ str[str_size-1]=0; resize_img_to_str(str,img); result=process_str(cast(ubyte*)str,img,&full_image_import,fg,bg); free(str); } } return result; } int file_open(HWND hwnd,ref IMAGE img,int fg,int bg) { int result=FALSE; OPENFILENAMEW ofn; WCHAR[MAX_PATH] tmp=0; init_ofn(&ofn,"Open",hwnd); ofn.lpstrFile=tmp.ptr; ofn.nMaxFile=tmp.length; if(GetOpenFileNameW(&ofn)){ result=import_file(tmp.ptr,img,fg,bg); } return result; } int import_clipboard(HWND hwnd,ref IMAGE img,int to_img_clip,int fg,int bg) { int result=FALSE; if(OpenClipboard(NULL)){ HANDLE htxt=GetClipboardData(CF_TEXT); if(htxt){ char *str=cast(char*)GlobalLock(htxt); if(str){ char *tmp=strdup(str); GlobalUnlock(htxt); if(tmp){ if(to_img_clip) result=import_txt_clip(tmp,img,fg,bg); else result=import_txt(tmp,img,fg,bg); if(result) img.is_modified=true; free(tmp); } } } CloseClipboard(); } return result; } int drop_file(HWND hwnd,HDROP hdrop,IMAGE *img,int fg,int bg) { int result=false; if(img is null || hdrop is null) return result; WCHAR[1024] fname; int count; count=DragQueryFile(hdrop,0,fname.ptr,fname.length); if(count>0){ import_file(fname.ptr,*img,fg,bg); } return result; } int get_max_line_len(const char *str) { int max=0; int index=0; int len=0; while(1){ char a=str[index++]; if(0==a || '\r'==a || '\n'==a){ if(len>max){ max=len; } len=0; }else{ len++; } if(0==a) break; } return max; } void print_str_len(HWND hparent,const char *str) { int len=get_max_line_len(str); char[80] tmp; _snprintf(tmp.ptr,tmp.length,"copied string max len=%i",len); SetDlgItemTextA(hparent,IDC_STATUS,tmp.ptr); }
D
/Users/sjwu/video/HouseHold/Build/Intermediates/HouseHold.build/Debug-iphonesimulator/HouseHold.build/Objects-normal/x86_64/BaseViewModel.o : /Users/sjwu/video/HouseHold/HouseHold/Core/Extension/UIImage+HH.swift /Users/sjwu/video/HouseHold/HouseHold/Classes/Topic/Model/Topic.swift /Users/sjwu/video/HouseHold/HouseHold/Classes/Base/Extension/UIImage+House.swift /Users/sjwu/video/HouseHold/HouseHold/Classes/Base/Extension/UIScreen+House.swift /Users/sjwu/video/HouseHold/HouseHold/AppDelegate.swift /Users/sjwu/video/HouseHold/HouseHold/Core/View/ImagePicker/FolderModel.swift /Users/sjwu/video/HouseHold/HouseHold/Classes/Home/ViewModel/HomeViewModel.swift /Users/sjwu/video/HouseHold/HouseHold/Classes/Base/ViewModel/BaseViewModel.swift /Users/sjwu/video/HouseHold/HouseHold/Classes/Topic/ViewModel/TopicSelectViewModel.swift /Users/sjwu/video/HouseHold/HouseHold/Core/View/ImagePicker/FolderListViewModel.swift /Users/sjwu/video/HouseHold/HouseHold/Classes/Strategy/ViewModel/CreateStrategyViewModel.swift /Users/sjwu/video/HouseHold/HouseHold/Core/View/ImagePicker/ImageCollectionCell.swift /Users/sjwu/video/HouseHold/HouseHold/Core/View/ImagePicker/FolderCell.swift /Users/sjwu/video/HouseHold/HouseHold/Classes/Topic/View/TopicSelectCell.swift /Users/sjwu/video/HouseHold/HouseHold/Classes/Home/View/HomeStrategyCell.swift /Users/sjwu/video/HouseHold/HouseHold/Classes/Base/Extension/UIView+Position.swift /Users/sjwu/video/HouseHold/HouseHold/Core/View/ImagePicker/UIImage+Clip.swift /Users/sjwu/video/HouseHold/HouseHold/Core/View/ImagePicker/ImagePicker.swift /Users/sjwu/video/HouseHold/HouseHold/ViewController.swift /Users/sjwu/video/HouseHold/HouseHold/Classes/Home/Controller/HomeViewController.swift /Users/sjwu/video/HouseHold/HouseHold/Classes/Base/Controller/BaseViewController.swift /Users/sjwu/video/HouseHold/HouseHold/Core/View/ImagePicker/ImageDetailViewController.swift /Users/sjwu/video/HouseHold/HouseHold/Classes/Base/Controller/HHTabBarViewController.swift /Users/sjwu/video/HouseHold/HouseHold/Classes/Topic/Controller/TopicSelectViewController.swift /Users/sjwu/video/HouseHold/HouseHold/Core/View/ImagePicker/ImageListViewController.swift /Users/sjwu/video/HouseHold/HouseHold/Core/View/ImagePicker/FolderListViewController.swift /Users/sjwu/video/HouseHold/HouseHold/Classes/My/Controller/MyViewController.swift /Users/sjwu/video/HouseHold/HouseHold/Classes/Strategy/Controller/CreateStrategyViewController.swift /Users/sjwu/video/HouseHold/HouseHold/Classes/Strategy/View/TopicView.swift /Users/sjwu/video/HouseHold/HouseHold/Classes/Strategy/View/IntroduceView.swift /Users/sjwu/video/HouseHold/HouseHold/Core/View/ImagePicker/ScalableImageView.swift /Users/sjwu/video/HouseHold/HouseHold/Core/View/ImagePicker/ClipView.swift /Users/sjwu/video/HouseHold/HouseHold/Classes/Strategy/View/CreateStrategyHeaderView.swift /Users/sjwu/video/HouseHold/HouseHold/Core/View/InputView/InputView.swift /Users/sjwu/video/HouseHold/HouseHold/Classes/Strategy/Model/Strategy.swift /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/Accelerate.apinotesc /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/Dispatch.apinotesc /Users/sjwu/video/HouseHold/Build/Products/Debug-iphonesimulator/RxCocoa/RxCocoa.framework/Modules/RxCocoa.swiftmodule/x86_64.swiftmodule /Users/sjwu/video/HouseHold/Build/Products/Debug-iphonesimulator/RxKeyboard/RxKeyboard.framework/Modules/RxKeyboard.swiftmodule/x86_64.swiftmodule /Users/sjwu/video/HouseHold/Build/Products/Debug-iphonesimulator/RxGesture/RxGesture.framework/Modules/RxGesture.swiftmodule/x86_64.swiftmodule /Users/sjwu/video/HouseHold/Build/Products/Debug-iphonesimulator/Kingfisher/Kingfisher.framework/Modules/Kingfisher.swiftmodule/x86_64.swiftmodule /Users/sjwu/video/HouseHold/Build/Products/Debug-iphonesimulator/RxSwift/RxSwift.framework/Modules/RxSwift.swiftmodule/x86_64.swiftmodule /Users/sjwu/video/HouseHold/Build/Products/Debug-iphonesimulator/SnapKit/SnapKit.framework/Modules/SnapKit.swiftmodule/x86_64.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/ObjectiveC.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/CoreMedia.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/simd.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/CoreImage.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/QuartzCore.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/Accelerate.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/Dispatch.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/Metal.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/Darwin.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/CoreLocation.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/Foundation.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/AVFoundation.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/CoreFoundation.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/CoreAudio.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/CoreGraphics.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/Photos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/Swift.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/UIKit.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/SwiftOnoneSupport.swiftmodule /Users/sjwu/video/HouseHold/Build/Products/Debug-iphonesimulator/AVOSCloud/AVOSCloud.framework/Headers/AVACL.h /Users/sjwu/video/HouseHold/Build/Products/Debug-iphonesimulator/AVOSCloud/AVOSCloud.framework/Headers/AVSMS.h /Users/sjwu/video/HouseHold/Build/Products/Debug-iphonesimulator/RxCocoa/RxCocoa.framework/Headers/_RX.h /Users/sjwu/video/HouseHold/Build/Products/Debug-iphonesimulator/AVOSCloud/AVOSCloud.framework/Headers/AVCaptcha.h /Users/sjwu/video/HouseHold/Build/Products/Debug-iphonesimulator/RxCocoa/RxCocoa.framework/Headers/RxCocoa-umbrella.h /Users/sjwu/video/HouseHold/Build/Products/Debug-iphonesimulator/RxKeyboard/RxKeyboard.framework/Headers/RxKeyboard-umbrella.h /Users/sjwu/video/HouseHold/Build/Products/Debug-iphonesimulator/AVOSCloud/AVOSCloud.framework/Headers/AVOSCloud-umbrella.h /Users/sjwu/video/HouseHold/Build/Products/Debug-iphonesimulator/RxGesture/RxGesture.framework/Headers/RxGesture-umbrella.h /Users/sjwu/video/HouseHold/Build/Products/Debug-iphonesimulator/Kingfisher/Kingfisher.framework/Headers/Kingfisher-umbrella.h /Users/sjwu/video/HouseHold/Build/Products/Debug-iphonesimulator/RxSwift/RxSwift.framework/Headers/RxSwift-umbrella.h /Users/sjwu/video/HouseHold/Build/Products/Debug-iphonesimulator/SnapKit/SnapKit.framework/Headers/SnapKit-umbrella.h /Users/sjwu/video/HouseHold/Build/Products/Debug-iphonesimulator/RxCocoa/RxCocoa.framework/Headers/RxCocoa.h /Users/sjwu/video/HouseHold/Build/Products/Debug-iphonesimulator/AVOSCloud/AVOSCloud.framework/Headers/AVOSCloud.h /Users/sjwu/video/HouseHold/Build/Products/Debug-iphonesimulator/AVOSCloud/AVOSCloud.framework/Headers/AVCloud.h /Users/sjwu/video/HouseHold/Build/Products/Debug-iphonesimulator/AVOSCloud/AVOSCloud.framework/Headers/AVFile.h /Users/sjwu/video/HouseHold/Build/Products/Debug-iphonesimulator/AVOSCloud/AVOSCloud.framework/Headers/AVRole.h /Users/sjwu/video/HouseHold/Build/Products/Debug-iphonesimulator/RxCocoa/RxCocoa.framework/Headers/_RXObjCRuntime.h /Users/sjwu/video/HouseHold/Build/Products/Debug-iphonesimulator/RxCocoa/RxCocoa.framework/Headers/RxCocoaRuntime.h /Users/sjwu/video/HouseHold/Build/Products/Debug-iphonesimulator/AVOSCloud/AVOSCloud.framework/Headers/AVSubclassing.h /Users/sjwu/video/HouseHold/Build/Products/Debug-iphonesimulator/AVOSCloud/AVOSCloud.framework/Headers/AVPush.h /Users/sjwu/video/HouseHold/HouseHold/Classes/Strategy/Model/TopicModel.h /Users/sjwu/video/HouseHold/HouseHold/Classes/Strategy/Model/StrategyModel.h /Users/sjwu/video/HouseHold/Build/Products/Debug-iphonesimulator/AVOSCloud/AVOSCloud.framework/Headers/AVRelation.h /Users/sjwu/video/HouseHold/Build/Products/Debug-iphonesimulator/AVOSCloud/AVOSCloud.framework/Headers/AVInstallation.h /Users/sjwu/video/HouseHold/Build/Products/Debug-iphonesimulator/AVOSCloud/AVOSCloud.framework/Headers/AVSaveOption.h /Users/sjwu/video/HouseHold/HouseHold/HouseHold-Bridging-Header.h /Users/sjwu/video/HouseHold/Build/Products/Debug-iphonesimulator/AVOSCloud/AVOSCloud.framework/Headers/AVSearchSortBuilder.h /Users/sjwu/video/HouseHold/Build/Products/Debug-iphonesimulator/AVOSCloud/AVOSCloud.framework/Headers/AVLogger.h /Users/sjwu/video/HouseHold/Build/Products/Debug-iphonesimulator/Kingfisher/Kingfisher.framework/Headers/Kingfisher.h /Users/sjwu/video/HouseHold/Build/Products/Debug-iphonesimulator/AVOSCloud/AVOSCloud.framework/Headers/AVUser.h /Users/sjwu/video/HouseHold/Build/Products/Debug-iphonesimulator/AVOSCloud/AVOSCloud.framework/Headers/LCRouter.h /Users/sjwu/video/HouseHold/Build/Products/Debug-iphonesimulator/RxCocoa/RxCocoa.framework/Headers/_RXKVOObserver.h /Users/sjwu/video/HouseHold/Build/Products/Debug-iphonesimulator/AVOSCloud/AVOSCloud.framework/Headers/AVAnalytics.h /Users/sjwu/video/HouseHold/Build/Products/Debug-iphonesimulator/AVOSCloud/AVOSCloud.framework/Headers/AVAnonymousUtils.h /Users/sjwu/video/HouseHold/Build/Products/Debug-iphonesimulator/AVOSCloud/AVOSCloud.framework/Headers/AVObject+Subclass.h /Users/sjwu/video/HouseHold/Build/Products/Debug-iphonesimulator/AVOSCloud/AVOSCloud.framework/Headers/AVConstants.h /Users/sjwu/video/HouseHold/Build/Products/Debug-iphonesimulator/AVOSCloud/AVOSCloud.framework/Headers/AVStatus.h /Users/sjwu/video/HouseHold/Build/Products/Debug-iphonesimulator/AVOSCloud/AVOSCloud.framework/Headers/AVObject.h /Users/sjwu/video/HouseHold/Build/Products/Debug-iphonesimulator/AVOSCloud/AVOSCloud.framework/Headers/AVDynamicObject.h /Users/sjwu/video/HouseHold/Build/Products/Debug-iphonesimulator/RxCocoa/RxCocoa.framework/Headers/RxCocoa-Swift.h /Users/sjwu/video/HouseHold/Build/Products/Debug-iphonesimulator/RxKeyboard/RxKeyboard.framework/Headers/RxKeyboard-Swift.h /Users/sjwu/video/HouseHold/Build/Products/Debug-iphonesimulator/RxGesture/RxGesture.framework/Headers/RxGesture-Swift.h /Users/sjwu/video/HouseHold/Build/Products/Debug-iphonesimulator/Kingfisher/Kingfisher.framework/Headers/Kingfisher-Swift.h /Users/sjwu/video/HouseHold/Build/Products/Debug-iphonesimulator/RxSwift/RxSwift.framework/Headers/RxSwift-Swift.h /Users/sjwu/video/HouseHold/Build/Products/Debug-iphonesimulator/SnapKit/SnapKit.framework/Headers/SnapKit-Swift.h /Users/sjwu/video/HouseHold/Build/Products/Debug-iphonesimulator/AVOSCloud/AVOSCloud.framework/Headers/AVCloudQueryResult.h /Users/sjwu/video/HouseHold/Build/Products/Debug-iphonesimulator/AVOSCloud/AVOSCloud.framework/Headers/AVGeoPoint.h /Users/sjwu/video/HouseHold/Build/Products/Debug-iphonesimulator/AVOSCloud/AVOSCloud.framework/Headers/AVQuery.h /Users/sjwu/video/HouseHold/Build/Products/Debug-iphonesimulator/AVOSCloud/AVOSCloud.framework/Headers/AVFileQuery.h /Users/sjwu/video/HouseHold/Build/Products/Debug-iphonesimulator/AVOSCloud/AVOSCloud.framework/Headers/AVSearchQuery.h /Users/sjwu/video/HouseHold/Build/Products/Debug-iphonesimulator/AVOSCloud/AVOSCloud.framework/Headers/AVAvailability.h /Users/sjwu/video/HouseHold/Build/Products/Debug-iphonesimulator/RxCocoa/RxCocoa.framework/Headers/_RXDelegateProxy.h /Users/sjwu/video/HouseHold/Build/Products/Debug-iphonesimulator/RxCocoa/RxCocoa.framework/Modules/module.modulemap /Users/sjwu/video/HouseHold/Build/Products/Debug-iphonesimulator/RxKeyboard/RxKeyboard.framework/Modules/module.modulemap /Users/sjwu/video/HouseHold/Build/Products/Debug-iphonesimulator/AVOSCloud/AVOSCloud.framework/Modules/module.modulemap /Users/sjwu/video/HouseHold/Build/Products/Debug-iphonesimulator/RxGesture/RxGesture.framework/Modules/module.modulemap /Users/sjwu/video/HouseHold/Build/Products/Debug-iphonesimulator/Kingfisher/Kingfisher.framework/Modules/module.modulemap /Users/sjwu/video/HouseHold/Build/Products/Debug-iphonesimulator/RxSwift/RxSwift.framework/Modules/module.modulemap /Users/sjwu/video/HouseHold/Build/Products/Debug-iphonesimulator/SnapKit/SnapKit.framework/Modules/module.modulemap /Users/sjwu/video/HouseHold/Build/Intermediates/HouseHold.build/Debug-iphonesimulator/HouseHold.build/Objects-normal/x86_64/BaseViewModel~partial.swiftmodule : /Users/sjwu/video/HouseHold/HouseHold/Core/Extension/UIImage+HH.swift /Users/sjwu/video/HouseHold/HouseHold/Classes/Topic/Model/Topic.swift /Users/sjwu/video/HouseHold/HouseHold/Classes/Base/Extension/UIImage+House.swift /Users/sjwu/video/HouseHold/HouseHold/Classes/Base/Extension/UIScreen+House.swift /Users/sjwu/video/HouseHold/HouseHold/AppDelegate.swift /Users/sjwu/video/HouseHold/HouseHold/Core/View/ImagePicker/FolderModel.swift /Users/sjwu/video/HouseHold/HouseHold/Classes/Home/ViewModel/HomeViewModel.swift /Users/sjwu/video/HouseHold/HouseHold/Classes/Base/ViewModel/BaseViewModel.swift /Users/sjwu/video/HouseHold/HouseHold/Classes/Topic/ViewModel/TopicSelectViewModel.swift /Users/sjwu/video/HouseHold/HouseHold/Core/View/ImagePicker/FolderListViewModel.swift /Users/sjwu/video/HouseHold/HouseHold/Classes/Strategy/ViewModel/CreateStrategyViewModel.swift /Users/sjwu/video/HouseHold/HouseHold/Core/View/ImagePicker/ImageCollectionCell.swift /Users/sjwu/video/HouseHold/HouseHold/Core/View/ImagePicker/FolderCell.swift /Users/sjwu/video/HouseHold/HouseHold/Classes/Topic/View/TopicSelectCell.swift /Users/sjwu/video/HouseHold/HouseHold/Classes/Home/View/HomeStrategyCell.swift /Users/sjwu/video/HouseHold/HouseHold/Classes/Base/Extension/UIView+Position.swift /Users/sjwu/video/HouseHold/HouseHold/Core/View/ImagePicker/UIImage+Clip.swift /Users/sjwu/video/HouseHold/HouseHold/Core/View/ImagePicker/ImagePicker.swift /Users/sjwu/video/HouseHold/HouseHold/ViewController.swift /Users/sjwu/video/HouseHold/HouseHold/Classes/Home/Controller/HomeViewController.swift /Users/sjwu/video/HouseHold/HouseHold/Classes/Base/Controller/BaseViewController.swift /Users/sjwu/video/HouseHold/HouseHold/Core/View/ImagePicker/ImageDetailViewController.swift /Users/sjwu/video/HouseHold/HouseHold/Classes/Base/Controller/HHTabBarViewController.swift /Users/sjwu/video/HouseHold/HouseHold/Classes/Topic/Controller/TopicSelectViewController.swift /Users/sjwu/video/HouseHold/HouseHold/Core/View/ImagePicker/ImageListViewController.swift /Users/sjwu/video/HouseHold/HouseHold/Core/View/ImagePicker/FolderListViewController.swift /Users/sjwu/video/HouseHold/HouseHold/Classes/My/Controller/MyViewController.swift /Users/sjwu/video/HouseHold/HouseHold/Classes/Strategy/Controller/CreateStrategyViewController.swift /Users/sjwu/video/HouseHold/HouseHold/Classes/Strategy/View/TopicView.swift /Users/sjwu/video/HouseHold/HouseHold/Classes/Strategy/View/IntroduceView.swift /Users/sjwu/video/HouseHold/HouseHold/Core/View/ImagePicker/ScalableImageView.swift /Users/sjwu/video/HouseHold/HouseHold/Core/View/ImagePicker/ClipView.swift /Users/sjwu/video/HouseHold/HouseHold/Classes/Strategy/View/CreateStrategyHeaderView.swift /Users/sjwu/video/HouseHold/HouseHold/Core/View/InputView/InputView.swift /Users/sjwu/video/HouseHold/HouseHold/Classes/Strategy/Model/Strategy.swift /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/Accelerate.apinotesc /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/Dispatch.apinotesc /Users/sjwu/video/HouseHold/Build/Products/Debug-iphonesimulator/RxCocoa/RxCocoa.framework/Modules/RxCocoa.swiftmodule/x86_64.swiftmodule /Users/sjwu/video/HouseHold/Build/Products/Debug-iphonesimulator/RxKeyboard/RxKeyboard.framework/Modules/RxKeyboard.swiftmodule/x86_64.swiftmodule /Users/sjwu/video/HouseHold/Build/Products/Debug-iphonesimulator/RxGesture/RxGesture.framework/Modules/RxGesture.swiftmodule/x86_64.swiftmodule /Users/sjwu/video/HouseHold/Build/Products/Debug-iphonesimulator/Kingfisher/Kingfisher.framework/Modules/Kingfisher.swiftmodule/x86_64.swiftmodule /Users/sjwu/video/HouseHold/Build/Products/Debug-iphonesimulator/RxSwift/RxSwift.framework/Modules/RxSwift.swiftmodule/x86_64.swiftmodule /Users/sjwu/video/HouseHold/Build/Products/Debug-iphonesimulator/SnapKit/SnapKit.framework/Modules/SnapKit.swiftmodule/x86_64.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/ObjectiveC.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/CoreMedia.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/simd.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/CoreImage.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/QuartzCore.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/Accelerate.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/Dispatch.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/Metal.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/Darwin.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/CoreLocation.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/Foundation.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/AVFoundation.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/CoreFoundation.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/CoreAudio.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/CoreGraphics.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/Photos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/Swift.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/UIKit.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/SwiftOnoneSupport.swiftmodule /Users/sjwu/video/HouseHold/Build/Products/Debug-iphonesimulator/AVOSCloud/AVOSCloud.framework/Headers/AVACL.h /Users/sjwu/video/HouseHold/Build/Products/Debug-iphonesimulator/AVOSCloud/AVOSCloud.framework/Headers/AVSMS.h /Users/sjwu/video/HouseHold/Build/Products/Debug-iphonesimulator/RxCocoa/RxCocoa.framework/Headers/_RX.h /Users/sjwu/video/HouseHold/Build/Products/Debug-iphonesimulator/AVOSCloud/AVOSCloud.framework/Headers/AVCaptcha.h /Users/sjwu/video/HouseHold/Build/Products/Debug-iphonesimulator/RxCocoa/RxCocoa.framework/Headers/RxCocoa-umbrella.h /Users/sjwu/video/HouseHold/Build/Products/Debug-iphonesimulator/RxKeyboard/RxKeyboard.framework/Headers/RxKeyboard-umbrella.h /Users/sjwu/video/HouseHold/Build/Products/Debug-iphonesimulator/AVOSCloud/AVOSCloud.framework/Headers/AVOSCloud-umbrella.h /Users/sjwu/video/HouseHold/Build/Products/Debug-iphonesimulator/RxGesture/RxGesture.framework/Headers/RxGesture-umbrella.h /Users/sjwu/video/HouseHold/Build/Products/Debug-iphonesimulator/Kingfisher/Kingfisher.framework/Headers/Kingfisher-umbrella.h /Users/sjwu/video/HouseHold/Build/Products/Debug-iphonesimulator/RxSwift/RxSwift.framework/Headers/RxSwift-umbrella.h /Users/sjwu/video/HouseHold/Build/Products/Debug-iphonesimulator/SnapKit/SnapKit.framework/Headers/SnapKit-umbrella.h /Users/sjwu/video/HouseHold/Build/Products/Debug-iphonesimulator/RxCocoa/RxCocoa.framework/Headers/RxCocoa.h /Users/sjwu/video/HouseHold/Build/Products/Debug-iphonesimulator/AVOSCloud/AVOSCloud.framework/Headers/AVOSCloud.h /Users/sjwu/video/HouseHold/Build/Products/Debug-iphonesimulator/AVOSCloud/AVOSCloud.framework/Headers/AVCloud.h /Users/sjwu/video/HouseHold/Build/Products/Debug-iphonesimulator/AVOSCloud/AVOSCloud.framework/Headers/AVFile.h /Users/sjwu/video/HouseHold/Build/Products/Debug-iphonesimulator/AVOSCloud/AVOSCloud.framework/Headers/AVRole.h /Users/sjwu/video/HouseHold/Build/Products/Debug-iphonesimulator/RxCocoa/RxCocoa.framework/Headers/_RXObjCRuntime.h /Users/sjwu/video/HouseHold/Build/Products/Debug-iphonesimulator/RxCocoa/RxCocoa.framework/Headers/RxCocoaRuntime.h /Users/sjwu/video/HouseHold/Build/Products/Debug-iphonesimulator/AVOSCloud/AVOSCloud.framework/Headers/AVSubclassing.h /Users/sjwu/video/HouseHold/Build/Products/Debug-iphonesimulator/AVOSCloud/AVOSCloud.framework/Headers/AVPush.h /Users/sjwu/video/HouseHold/HouseHold/Classes/Strategy/Model/TopicModel.h /Users/sjwu/video/HouseHold/HouseHold/Classes/Strategy/Model/StrategyModel.h /Users/sjwu/video/HouseHold/Build/Products/Debug-iphonesimulator/AVOSCloud/AVOSCloud.framework/Headers/AVRelation.h /Users/sjwu/video/HouseHold/Build/Products/Debug-iphonesimulator/AVOSCloud/AVOSCloud.framework/Headers/AVInstallation.h /Users/sjwu/video/HouseHold/Build/Products/Debug-iphonesimulator/AVOSCloud/AVOSCloud.framework/Headers/AVSaveOption.h /Users/sjwu/video/HouseHold/HouseHold/HouseHold-Bridging-Header.h /Users/sjwu/video/HouseHold/Build/Products/Debug-iphonesimulator/AVOSCloud/AVOSCloud.framework/Headers/AVSearchSortBuilder.h /Users/sjwu/video/HouseHold/Build/Products/Debug-iphonesimulator/AVOSCloud/AVOSCloud.framework/Headers/AVLogger.h /Users/sjwu/video/HouseHold/Build/Products/Debug-iphonesimulator/Kingfisher/Kingfisher.framework/Headers/Kingfisher.h /Users/sjwu/video/HouseHold/Build/Products/Debug-iphonesimulator/AVOSCloud/AVOSCloud.framework/Headers/AVUser.h /Users/sjwu/video/HouseHold/Build/Products/Debug-iphonesimulator/AVOSCloud/AVOSCloud.framework/Headers/LCRouter.h /Users/sjwu/video/HouseHold/Build/Products/Debug-iphonesimulator/RxCocoa/RxCocoa.framework/Headers/_RXKVOObserver.h /Users/sjwu/video/HouseHold/Build/Products/Debug-iphonesimulator/AVOSCloud/AVOSCloud.framework/Headers/AVAnalytics.h /Users/sjwu/video/HouseHold/Build/Products/Debug-iphonesimulator/AVOSCloud/AVOSCloud.framework/Headers/AVAnonymousUtils.h /Users/sjwu/video/HouseHold/Build/Products/Debug-iphonesimulator/AVOSCloud/AVOSCloud.framework/Headers/AVObject+Subclass.h /Users/sjwu/video/HouseHold/Build/Products/Debug-iphonesimulator/AVOSCloud/AVOSCloud.framework/Headers/AVConstants.h /Users/sjwu/video/HouseHold/Build/Products/Debug-iphonesimulator/AVOSCloud/AVOSCloud.framework/Headers/AVStatus.h /Users/sjwu/video/HouseHold/Build/Products/Debug-iphonesimulator/AVOSCloud/AVOSCloud.framework/Headers/AVObject.h /Users/sjwu/video/HouseHold/Build/Products/Debug-iphonesimulator/AVOSCloud/AVOSCloud.framework/Headers/AVDynamicObject.h /Users/sjwu/video/HouseHold/Build/Products/Debug-iphonesimulator/RxCocoa/RxCocoa.framework/Headers/RxCocoa-Swift.h /Users/sjwu/video/HouseHold/Build/Products/Debug-iphonesimulator/RxKeyboard/RxKeyboard.framework/Headers/RxKeyboard-Swift.h /Users/sjwu/video/HouseHold/Build/Products/Debug-iphonesimulator/RxGesture/RxGesture.framework/Headers/RxGesture-Swift.h /Users/sjwu/video/HouseHold/Build/Products/Debug-iphonesimulator/Kingfisher/Kingfisher.framework/Headers/Kingfisher-Swift.h /Users/sjwu/video/HouseHold/Build/Products/Debug-iphonesimulator/RxSwift/RxSwift.framework/Headers/RxSwift-Swift.h /Users/sjwu/video/HouseHold/Build/Products/Debug-iphonesimulator/SnapKit/SnapKit.framework/Headers/SnapKit-Swift.h /Users/sjwu/video/HouseHold/Build/Products/Debug-iphonesimulator/AVOSCloud/AVOSCloud.framework/Headers/AVCloudQueryResult.h /Users/sjwu/video/HouseHold/Build/Products/Debug-iphonesimulator/AVOSCloud/AVOSCloud.framework/Headers/AVGeoPoint.h /Users/sjwu/video/HouseHold/Build/Products/Debug-iphonesimulator/AVOSCloud/AVOSCloud.framework/Headers/AVQuery.h /Users/sjwu/video/HouseHold/Build/Products/Debug-iphonesimulator/AVOSCloud/AVOSCloud.framework/Headers/AVFileQuery.h /Users/sjwu/video/HouseHold/Build/Products/Debug-iphonesimulator/AVOSCloud/AVOSCloud.framework/Headers/AVSearchQuery.h /Users/sjwu/video/HouseHold/Build/Products/Debug-iphonesimulator/AVOSCloud/AVOSCloud.framework/Headers/AVAvailability.h /Users/sjwu/video/HouseHold/Build/Products/Debug-iphonesimulator/RxCocoa/RxCocoa.framework/Headers/_RXDelegateProxy.h /Users/sjwu/video/HouseHold/Build/Products/Debug-iphonesimulator/RxCocoa/RxCocoa.framework/Modules/module.modulemap /Users/sjwu/video/HouseHold/Build/Products/Debug-iphonesimulator/RxKeyboard/RxKeyboard.framework/Modules/module.modulemap /Users/sjwu/video/HouseHold/Build/Products/Debug-iphonesimulator/AVOSCloud/AVOSCloud.framework/Modules/module.modulemap /Users/sjwu/video/HouseHold/Build/Products/Debug-iphonesimulator/RxGesture/RxGesture.framework/Modules/module.modulemap /Users/sjwu/video/HouseHold/Build/Products/Debug-iphonesimulator/Kingfisher/Kingfisher.framework/Modules/module.modulemap /Users/sjwu/video/HouseHold/Build/Products/Debug-iphonesimulator/RxSwift/RxSwift.framework/Modules/module.modulemap /Users/sjwu/video/HouseHold/Build/Products/Debug-iphonesimulator/SnapKit/SnapKit.framework/Modules/module.modulemap /Users/sjwu/video/HouseHold/Build/Intermediates/HouseHold.build/Debug-iphonesimulator/HouseHold.build/Objects-normal/x86_64/BaseViewModel~partial.swiftdoc : /Users/sjwu/video/HouseHold/HouseHold/Core/Extension/UIImage+HH.swift /Users/sjwu/video/HouseHold/HouseHold/Classes/Topic/Model/Topic.swift /Users/sjwu/video/HouseHold/HouseHold/Classes/Base/Extension/UIImage+House.swift /Users/sjwu/video/HouseHold/HouseHold/Classes/Base/Extension/UIScreen+House.swift /Users/sjwu/video/HouseHold/HouseHold/AppDelegate.swift /Users/sjwu/video/HouseHold/HouseHold/Core/View/ImagePicker/FolderModel.swift /Users/sjwu/video/HouseHold/HouseHold/Classes/Home/ViewModel/HomeViewModel.swift /Users/sjwu/video/HouseHold/HouseHold/Classes/Base/ViewModel/BaseViewModel.swift /Users/sjwu/video/HouseHold/HouseHold/Classes/Topic/ViewModel/TopicSelectViewModel.swift /Users/sjwu/video/HouseHold/HouseHold/Core/View/ImagePicker/FolderListViewModel.swift /Users/sjwu/video/HouseHold/HouseHold/Classes/Strategy/ViewModel/CreateStrategyViewModel.swift /Users/sjwu/video/HouseHold/HouseHold/Core/View/ImagePicker/ImageCollectionCell.swift /Users/sjwu/video/HouseHold/HouseHold/Core/View/ImagePicker/FolderCell.swift /Users/sjwu/video/HouseHold/HouseHold/Classes/Topic/View/TopicSelectCell.swift /Users/sjwu/video/HouseHold/HouseHold/Classes/Home/View/HomeStrategyCell.swift /Users/sjwu/video/HouseHold/HouseHold/Classes/Base/Extension/UIView+Position.swift /Users/sjwu/video/HouseHold/HouseHold/Core/View/ImagePicker/UIImage+Clip.swift /Users/sjwu/video/HouseHold/HouseHold/Core/View/ImagePicker/ImagePicker.swift /Users/sjwu/video/HouseHold/HouseHold/ViewController.swift /Users/sjwu/video/HouseHold/HouseHold/Classes/Home/Controller/HomeViewController.swift /Users/sjwu/video/HouseHold/HouseHold/Classes/Base/Controller/BaseViewController.swift /Users/sjwu/video/HouseHold/HouseHold/Core/View/ImagePicker/ImageDetailViewController.swift /Users/sjwu/video/HouseHold/HouseHold/Classes/Base/Controller/HHTabBarViewController.swift /Users/sjwu/video/HouseHold/HouseHold/Classes/Topic/Controller/TopicSelectViewController.swift /Users/sjwu/video/HouseHold/HouseHold/Core/View/ImagePicker/ImageListViewController.swift /Users/sjwu/video/HouseHold/HouseHold/Core/View/ImagePicker/FolderListViewController.swift /Users/sjwu/video/HouseHold/HouseHold/Classes/My/Controller/MyViewController.swift /Users/sjwu/video/HouseHold/HouseHold/Classes/Strategy/Controller/CreateStrategyViewController.swift /Users/sjwu/video/HouseHold/HouseHold/Classes/Strategy/View/TopicView.swift /Users/sjwu/video/HouseHold/HouseHold/Classes/Strategy/View/IntroduceView.swift /Users/sjwu/video/HouseHold/HouseHold/Core/View/ImagePicker/ScalableImageView.swift /Users/sjwu/video/HouseHold/HouseHold/Core/View/ImagePicker/ClipView.swift /Users/sjwu/video/HouseHold/HouseHold/Classes/Strategy/View/CreateStrategyHeaderView.swift /Users/sjwu/video/HouseHold/HouseHold/Core/View/InputView/InputView.swift /Users/sjwu/video/HouseHold/HouseHold/Classes/Strategy/Model/Strategy.swift /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/Accelerate.apinotesc /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/Dispatch.apinotesc /Users/sjwu/video/HouseHold/Build/Products/Debug-iphonesimulator/RxCocoa/RxCocoa.framework/Modules/RxCocoa.swiftmodule/x86_64.swiftmodule /Users/sjwu/video/HouseHold/Build/Products/Debug-iphonesimulator/RxKeyboard/RxKeyboard.framework/Modules/RxKeyboard.swiftmodule/x86_64.swiftmodule /Users/sjwu/video/HouseHold/Build/Products/Debug-iphonesimulator/RxGesture/RxGesture.framework/Modules/RxGesture.swiftmodule/x86_64.swiftmodule /Users/sjwu/video/HouseHold/Build/Products/Debug-iphonesimulator/Kingfisher/Kingfisher.framework/Modules/Kingfisher.swiftmodule/x86_64.swiftmodule /Users/sjwu/video/HouseHold/Build/Products/Debug-iphonesimulator/RxSwift/RxSwift.framework/Modules/RxSwift.swiftmodule/x86_64.swiftmodule /Users/sjwu/video/HouseHold/Build/Products/Debug-iphonesimulator/SnapKit/SnapKit.framework/Modules/SnapKit.swiftmodule/x86_64.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/ObjectiveC.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/CoreMedia.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/simd.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/CoreImage.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/QuartzCore.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/Accelerate.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/Dispatch.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/Metal.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/Darwin.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/CoreLocation.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/Foundation.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/AVFoundation.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/CoreFoundation.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/CoreAudio.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/CoreGraphics.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/Photos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/Swift.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/UIKit.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/SwiftOnoneSupport.swiftmodule /Users/sjwu/video/HouseHold/Build/Products/Debug-iphonesimulator/AVOSCloud/AVOSCloud.framework/Headers/AVACL.h /Users/sjwu/video/HouseHold/Build/Products/Debug-iphonesimulator/AVOSCloud/AVOSCloud.framework/Headers/AVSMS.h /Users/sjwu/video/HouseHold/Build/Products/Debug-iphonesimulator/RxCocoa/RxCocoa.framework/Headers/_RX.h /Users/sjwu/video/HouseHold/Build/Products/Debug-iphonesimulator/AVOSCloud/AVOSCloud.framework/Headers/AVCaptcha.h /Users/sjwu/video/HouseHold/Build/Products/Debug-iphonesimulator/RxCocoa/RxCocoa.framework/Headers/RxCocoa-umbrella.h /Users/sjwu/video/HouseHold/Build/Products/Debug-iphonesimulator/RxKeyboard/RxKeyboard.framework/Headers/RxKeyboard-umbrella.h /Users/sjwu/video/HouseHold/Build/Products/Debug-iphonesimulator/AVOSCloud/AVOSCloud.framework/Headers/AVOSCloud-umbrella.h /Users/sjwu/video/HouseHold/Build/Products/Debug-iphonesimulator/RxGesture/RxGesture.framework/Headers/RxGesture-umbrella.h /Users/sjwu/video/HouseHold/Build/Products/Debug-iphonesimulator/Kingfisher/Kingfisher.framework/Headers/Kingfisher-umbrella.h /Users/sjwu/video/HouseHold/Build/Products/Debug-iphonesimulator/RxSwift/RxSwift.framework/Headers/RxSwift-umbrella.h /Users/sjwu/video/HouseHold/Build/Products/Debug-iphonesimulator/SnapKit/SnapKit.framework/Headers/SnapKit-umbrella.h /Users/sjwu/video/HouseHold/Build/Products/Debug-iphonesimulator/RxCocoa/RxCocoa.framework/Headers/RxCocoa.h /Users/sjwu/video/HouseHold/Build/Products/Debug-iphonesimulator/AVOSCloud/AVOSCloud.framework/Headers/AVOSCloud.h /Users/sjwu/video/HouseHold/Build/Products/Debug-iphonesimulator/AVOSCloud/AVOSCloud.framework/Headers/AVCloud.h /Users/sjwu/video/HouseHold/Build/Products/Debug-iphonesimulator/AVOSCloud/AVOSCloud.framework/Headers/AVFile.h /Users/sjwu/video/HouseHold/Build/Products/Debug-iphonesimulator/AVOSCloud/AVOSCloud.framework/Headers/AVRole.h /Users/sjwu/video/HouseHold/Build/Products/Debug-iphonesimulator/RxCocoa/RxCocoa.framework/Headers/_RXObjCRuntime.h /Users/sjwu/video/HouseHold/Build/Products/Debug-iphonesimulator/RxCocoa/RxCocoa.framework/Headers/RxCocoaRuntime.h /Users/sjwu/video/HouseHold/Build/Products/Debug-iphonesimulator/AVOSCloud/AVOSCloud.framework/Headers/AVSubclassing.h /Users/sjwu/video/HouseHold/Build/Products/Debug-iphonesimulator/AVOSCloud/AVOSCloud.framework/Headers/AVPush.h /Users/sjwu/video/HouseHold/HouseHold/Classes/Strategy/Model/TopicModel.h /Users/sjwu/video/HouseHold/HouseHold/Classes/Strategy/Model/StrategyModel.h /Users/sjwu/video/HouseHold/Build/Products/Debug-iphonesimulator/AVOSCloud/AVOSCloud.framework/Headers/AVRelation.h /Users/sjwu/video/HouseHold/Build/Products/Debug-iphonesimulator/AVOSCloud/AVOSCloud.framework/Headers/AVInstallation.h /Users/sjwu/video/HouseHold/Build/Products/Debug-iphonesimulator/AVOSCloud/AVOSCloud.framework/Headers/AVSaveOption.h /Users/sjwu/video/HouseHold/HouseHold/HouseHold-Bridging-Header.h /Users/sjwu/video/HouseHold/Build/Products/Debug-iphonesimulator/AVOSCloud/AVOSCloud.framework/Headers/AVSearchSortBuilder.h /Users/sjwu/video/HouseHold/Build/Products/Debug-iphonesimulator/AVOSCloud/AVOSCloud.framework/Headers/AVLogger.h /Users/sjwu/video/HouseHold/Build/Products/Debug-iphonesimulator/Kingfisher/Kingfisher.framework/Headers/Kingfisher.h /Users/sjwu/video/HouseHold/Build/Products/Debug-iphonesimulator/AVOSCloud/AVOSCloud.framework/Headers/AVUser.h /Users/sjwu/video/HouseHold/Build/Products/Debug-iphonesimulator/AVOSCloud/AVOSCloud.framework/Headers/LCRouter.h /Users/sjwu/video/HouseHold/Build/Products/Debug-iphonesimulator/RxCocoa/RxCocoa.framework/Headers/_RXKVOObserver.h /Users/sjwu/video/HouseHold/Build/Products/Debug-iphonesimulator/AVOSCloud/AVOSCloud.framework/Headers/AVAnalytics.h /Users/sjwu/video/HouseHold/Build/Products/Debug-iphonesimulator/AVOSCloud/AVOSCloud.framework/Headers/AVAnonymousUtils.h /Users/sjwu/video/HouseHold/Build/Products/Debug-iphonesimulator/AVOSCloud/AVOSCloud.framework/Headers/AVObject+Subclass.h /Users/sjwu/video/HouseHold/Build/Products/Debug-iphonesimulator/AVOSCloud/AVOSCloud.framework/Headers/AVConstants.h /Users/sjwu/video/HouseHold/Build/Products/Debug-iphonesimulator/AVOSCloud/AVOSCloud.framework/Headers/AVStatus.h /Users/sjwu/video/HouseHold/Build/Products/Debug-iphonesimulator/AVOSCloud/AVOSCloud.framework/Headers/AVObject.h /Users/sjwu/video/HouseHold/Build/Products/Debug-iphonesimulator/AVOSCloud/AVOSCloud.framework/Headers/AVDynamicObject.h /Users/sjwu/video/HouseHold/Build/Products/Debug-iphonesimulator/RxCocoa/RxCocoa.framework/Headers/RxCocoa-Swift.h /Users/sjwu/video/HouseHold/Build/Products/Debug-iphonesimulator/RxKeyboard/RxKeyboard.framework/Headers/RxKeyboard-Swift.h /Users/sjwu/video/HouseHold/Build/Products/Debug-iphonesimulator/RxGesture/RxGesture.framework/Headers/RxGesture-Swift.h /Users/sjwu/video/HouseHold/Build/Products/Debug-iphonesimulator/Kingfisher/Kingfisher.framework/Headers/Kingfisher-Swift.h /Users/sjwu/video/HouseHold/Build/Products/Debug-iphonesimulator/RxSwift/RxSwift.framework/Headers/RxSwift-Swift.h /Users/sjwu/video/HouseHold/Build/Products/Debug-iphonesimulator/SnapKit/SnapKit.framework/Headers/SnapKit-Swift.h /Users/sjwu/video/HouseHold/Build/Products/Debug-iphonesimulator/AVOSCloud/AVOSCloud.framework/Headers/AVCloudQueryResult.h /Users/sjwu/video/HouseHold/Build/Products/Debug-iphonesimulator/AVOSCloud/AVOSCloud.framework/Headers/AVGeoPoint.h /Users/sjwu/video/HouseHold/Build/Products/Debug-iphonesimulator/AVOSCloud/AVOSCloud.framework/Headers/AVQuery.h /Users/sjwu/video/HouseHold/Build/Products/Debug-iphonesimulator/AVOSCloud/AVOSCloud.framework/Headers/AVFileQuery.h /Users/sjwu/video/HouseHold/Build/Products/Debug-iphonesimulator/AVOSCloud/AVOSCloud.framework/Headers/AVSearchQuery.h /Users/sjwu/video/HouseHold/Build/Products/Debug-iphonesimulator/AVOSCloud/AVOSCloud.framework/Headers/AVAvailability.h /Users/sjwu/video/HouseHold/Build/Products/Debug-iphonesimulator/RxCocoa/RxCocoa.framework/Headers/_RXDelegateProxy.h /Users/sjwu/video/HouseHold/Build/Products/Debug-iphonesimulator/RxCocoa/RxCocoa.framework/Modules/module.modulemap /Users/sjwu/video/HouseHold/Build/Products/Debug-iphonesimulator/RxKeyboard/RxKeyboard.framework/Modules/module.modulemap /Users/sjwu/video/HouseHold/Build/Products/Debug-iphonesimulator/AVOSCloud/AVOSCloud.framework/Modules/module.modulemap /Users/sjwu/video/HouseHold/Build/Products/Debug-iphonesimulator/RxGesture/RxGesture.framework/Modules/module.modulemap /Users/sjwu/video/HouseHold/Build/Products/Debug-iphonesimulator/Kingfisher/Kingfisher.framework/Modules/module.modulemap /Users/sjwu/video/HouseHold/Build/Products/Debug-iphonesimulator/RxSwift/RxSwift.framework/Modules/module.modulemap /Users/sjwu/video/HouseHold/Build/Products/Debug-iphonesimulator/SnapKit/SnapKit.framework/Modules/module.modulemap
D
/* EXTRA_FILES: imports/fail347a.d TEST_OUTPUT: --- fail_compilation/fail347.d(22): Error: undefined identifier `bbr`, did you mean variable `bar`? fail_compilation/fail347.d(23): Error: no property `ofo` for type `S`, did you mean `fail347.S.foo`? fail_compilation/fail347.d(24): Error: undefined identifier `strlenx`, did you mean function `strlen`? --- */ //import core.stdc.string; import imports.fail347a; struct S { int foo; } void main() { S bar; bbr.foo = 3; bar.ofo = 4; auto s = strlenx("hello"); }
D
/* TEST_OUTPUT: --- fail_compilation/fail_scope.d(15): Error: scope variable da may not be returned fail_compilation/fail_scope.d(17): Error: scope variable o may not be returned fail_compilation/fail_scope.d(18): Error: scope variable dg may not be returned fail_compilation/fail_scope.d(20): Error: scope variable da may not be returned fail_compilation/fail_scope.d(22): Error: scope variable o may not be returned fail_compilation/fail_scope.d(23): Error: scope variable dg may not be returned --- */ alias int delegate() dg_t; int[] checkEscapeScope1(scope int[] da) { return da; } int[3] checkEscapeScope2(scope int[3] sa) { return sa; } Object checkEscapeScope3(scope Object o) { return o; } dg_t checkEscapeScope4(scope dg_t dg) { return dg; } int[] checkEscapeScope1() { scope int[] da = []; return da; } int[3] checkEscapeScope2() { scope int[3] sa = [1,2,3]; return sa; } Object checkEscapeScope3() { scope Object o = new Object; return o; } // same with fail7294.d dg_t checkEscapeScope4() { scope dg_t dg = () => 1; return dg; }
D
come into existence ascend as a sound rise up as in fear rise to one's feet come up, of celestial bodies move upward return from the dead get up and out of bed
D
import derelict.opengl3.gl3; import model; import mat4; import sgraph; /** * Class describing an OpenGL scene which may be rendered. */ class Scene { private: Node * root; public: void draw(ref Mat4 cam, ref Mat4 proj) { Mat4 trans; trans.identity(); root.draw(cam, proj, trans); } }
D
/** * Windows API header module * * Translated from MinGW Windows headers * * License: $(LINK2 http://www.boost.org/LICENSE_1_0.txt, Boost License 1.0) * Source: $(DRUNTIMESRC src/core/sys/windows/_oleidl.d) */ module core.sys.windows.oleidl; version (Windows): @system: // DAC: This is defined in ocidl !! // what is it doing in here? //alias IEnumOleUndoUnits LPENUMOLEUNDOUNITS; private import core.sys.windows.basetyps, core.sys.windows.objidl, core.sys.windows.unknwn, core.sys.windows.windef, core.sys.windows.winuser, core.sys.windows.wtypes; private import core.sys.windows.objfwd; // for LPMONIKER private import core.sys.windows.wingdi; // for LPLOGPALETTE enum MK_ALT = 32; enum BINDSPEED { BINDSPEED_INDEFINITE = 1, BINDSPEED_MODERATE, BINDSPEED_IMMEDIATE } enum OLEWHICHMK { OLEWHICHMK_CONTAINER = 1, OLEWHICHMK_OBJREL, OLEWHICHMK_OBJFULL } enum OLEGETMONIKER { OLEGETMONIKER_ONLYIFTHERE = 1, OLEGETMONIKER_FORCEASSIGN, OLEGETMONIKER_UNASSIGN, OLEGETMONIKER_TEMPFORUSER } enum USERCLASSTYPE { USERCLASSTYPE_FULL = 1, USERCLASSTYPE_SHORT, USERCLASSTYPE_APPNAME } enum DROPEFFECT { DROPEFFECT_NONE = 0, DROPEFFECT_COPY = 1, DROPEFFECT_MOVE = 2, DROPEFFECT_LINK = 4, DROPEFFECT_SCROLL = 0x80000000 } struct OLEMENUGROUPWIDTHS { LONG[6] width; } alias OLEMENUGROUPWIDTHS* LPOLEMENUGROUPWIDTHS; alias HGLOBAL HOLEMENU; enum OLECLOSE { OLECLOSE_SAVEIFDIRTY, OLECLOSE_NOSAVE, OLECLOSE_PROMPTSAVE } struct OLEVERB { LONG lVerb; LPWSTR lpszVerbName; DWORD fuFlags; DWORD grfAttribs; } alias OLEVERB* LPOLEVERB; alias RECT BORDERWIDTHS; alias LPRECT LPBORDERWIDTHS; alias LPCRECT LPCBORDERWIDTHS; struct OLEINPLACEFRAMEINFO { UINT cb; BOOL fMDIApp; HWND hwndFrame; HACCEL haccel; UINT cAccelEntries; } alias OLEINPLACEFRAMEINFO* LPOLEINPLACEFRAMEINFO; interface IEnumOLEVERB : IUnknown { HRESULT Next(ULONG,OLEVERB*,ULONG*); HRESULT Skip(ULONG); HRESULT Reset(); HRESULT Clone(IEnumOLEVERB*); } //alias IEnumOLEVERB IEnumOleVerb; alias IEnumOLEVERB LPENUMOLEVERB; interface IParseDisplayName : IUnknown { HRESULT ParseDisplayName(IBindCtx,LPOLESTR,ULONG*,IMoniker*); } alias IParseDisplayName LPPARSEDISPLAYNAME; interface IOleContainer : IParseDisplayName { HRESULT EnumObjects(DWORD,IEnumUnknown*); HRESULT LockContainer(BOOL); } alias IOleContainer LPOLECONTAINER; interface IOleItemContainer : IOleContainer { HRESULT GetObject(LPOLESTR,DWORD,IBindCtx,REFIID,void**); HRESULT GetObjectStorage(LPOLESTR,IBindCtx,REFIID,void**); HRESULT IsRunning(LPOLESTR); } interface IOleClientSite : IUnknown { HRESULT SaveObject(); HRESULT GetMoniker(DWORD,DWORD,LPMONIKER*); HRESULT GetContainer(LPOLECONTAINER*); HRESULT ShowObject(); HRESULT OnShowWindow(BOOL); HRESULT RequestNewObjectLayout(); } alias IOleClientSite LPOLECLIENTSITE; interface IOleObject : IUnknown { HRESULT SetClientSite(LPOLECLIENTSITE); HRESULT GetClientSite(LPOLECLIENTSITE*); HRESULT SetHostNames(LPCOLESTR,LPCOLESTR); HRESULT Close(DWORD); HRESULT SetMoniker(DWORD,LPMONIKER); HRESULT GetMoniker(DWORD,DWORD,LPMONIKER*); HRESULT InitFromData(LPDATAOBJECT,BOOL,DWORD); HRESULT GetClipboardData(DWORD,LPDATAOBJECT*); HRESULT DoVerb(LONG,LPMSG,LPOLECLIENTSITE,LONG,HWND,LPCRECT); HRESULT EnumVerbs(LPENUMOLEVERB*); HRESULT Update(); HRESULT IsUpToDate(); HRESULT GetUserClassID(LPCLSID); HRESULT GetUserType(DWORD,LPOLESTR*); HRESULT SetExtent(DWORD,SIZEL*); HRESULT GetExtent(DWORD,SIZEL*); HRESULT Advise(LPADVISESINK,PDWORD); HRESULT Unadvise(DWORD); HRESULT EnumAdvise(LPENUMSTATDATA*); HRESULT GetMiscStatus(DWORD,PDWORD); HRESULT SetColorScheme(LPLOGPALETTE); } alias IOleObject LPOLEOBJECT; interface IOleWindow : IUnknown { HRESULT GetWindow(HWND*); HRESULT ContextSensitiveHelp(BOOL); } alias IOleWindow LPOLEWINDOW; interface IOleInPlaceUIWindow : IOleWindow { HRESULT GetBorder(LPRECT); HRESULT RequestBorderSpace(LPCBORDERWIDTHS); HRESULT SetBorderSpace(LPCBORDERWIDTHS); HRESULT SetActiveObject(LPOLEINPLACEACTIVEOBJECT,LPCOLESTR); } alias IOleInPlaceUIWindow LPOLEINPLACEUIWINDOW; interface IOleInPlaceObject : IOleWindow { HRESULT InPlaceDeactivate(); HRESULT UIDeactivate(); HRESULT SetObjectRects(LPCRECT,LPCRECT); HRESULT ReactivateAndUndo(); } interface IOleInPlaceActiveObject : IOleWindow { HRESULT TranslateAccelerator(LPMSG); HRESULT OnFrameWindowActivate(BOOL); HRESULT OnDocWindowActivate(BOOL); HRESULT ResizeBorder(LPCRECT,LPOLEINPLACEUIWINDOW,BOOL); HRESULT EnableModeless(BOOL); } alias IOleInPlaceActiveObject LPOLEINPLACEACTIVEOBJECT; interface IOleInPlaceFrame : IOleInPlaceUIWindow { HRESULT InsertMenus(HMENU,LPOLEMENUGROUPWIDTHS); HRESULT SetMenu(HMENU,HOLEMENU,HWND); HRESULT RemoveMenus(HMENU); HRESULT SetStatusText(LPCOLESTR); HRESULT EnableModeless(BOOL); HRESULT TranslateAccelerator(LPMSG,WORD); } alias IOleInPlaceFrame LPOLEINPLACEFRAME; interface IOleInPlaceSite : IOleWindow { HRESULT CanInPlaceActivate(); HRESULT OnInPlaceActivate(); HRESULT OnUIActivate(); HRESULT GetWindowContext(IOleInPlaceFrame,IOleInPlaceUIWindow,LPRECT,LPRECT,LPOLEINPLACEFRAMEINFO); HRESULT Scroll(SIZE); HRESULT OnUIDeactivate(BOOL); HRESULT OnInPlaceDeactivate(); HRESULT DiscardUndoState(); HRESULT DeactivateAndUndo(); HRESULT OnPosRectChange(LPCRECT); } interface IOleAdviseHolder : IUnknown { HRESULT Advise(LPADVISESINK,PDWORD); HRESULT Unadvise(DWORD); HRESULT EnumAdvise(LPENUMSTATDATA*); HRESULT SendOnRename(LPMONIKER); HRESULT SendOnSave(); HRESULT SendOnClose(); } alias IOleAdviseHolder LPOLEADVISEHOLDER; interface IDropSource : IUnknown { HRESULT QueryContinueDrag(BOOL,DWORD); HRESULT GiveFeedback(DWORD); } alias IDropSource LPDROPSOURCE; interface IDropTarget : IUnknown { HRESULT DragEnter(LPDATAOBJECT,DWORD,POINTL,PDWORD); HRESULT DragOver(DWORD,POINTL,PDWORD); HRESULT DragLeave(); HRESULT Drop(LPDATAOBJECT,DWORD,POINTL,PDWORD); } alias IDropTarget LPDROPTARGET; extern (Windows) { alias BOOL function(ULONG_PTR) __IView_pfncont; } interface IViewObject : IUnknown { HRESULT Draw(DWORD,LONG,PVOID,DVTARGETDEVICE*,HDC,HDC,LPCRECTL,LPCRECTL,__IView_pfncont pfnContinue,ULONG_PTR); HRESULT GetColorSet(DWORD,LONG,PVOID,DVTARGETDEVICE*,HDC,LPLOGPALETTE*); HRESULT Freeze(DWORD,LONG,PVOID,PDWORD); HRESULT Unfreeze(DWORD); HRESULT SetAdvise(DWORD,DWORD,IAdviseSink); HRESULT GetAdvise(PDWORD,PDWORD,IAdviseSink*); } alias IViewObject LPVIEWOBJECT; interface IViewObject2 : IViewObject { HRESULT GetExtent(DWORD,LONG,DVTARGETDEVICE*,LPSIZEL); } alias IViewObject2 LPVIEWOBJECT2; interface IOleCache : IUnknown { HRESULT Cache(FORMATETC*,DWORD,DWORD*); HRESULT Uncache(DWORD); HRESULT EnumCache(IEnumSTATDATA*); HRESULT InitCache(LPDATAOBJECT); HRESULT SetData(FORMATETC*,STGMEDIUM*,BOOL); } alias IOleCache LPOLECACHE; interface IOleCache2 : IOleCache { HRESULT UpdateCache(LPDATAOBJECT,DWORD,LPVOID); HRESULT DiscardCache(DWORD); } alias IOleCache2 LPOLECACHE2; interface IOleCacheControl : IUnknown { HRESULT OnRun(LPDATAOBJECT); HRESULT OnStop(); } alias IOleCacheControl LPOLECACHECONTROL;
D
module appx; import lambdanorm.expr; import std.stdio; void main() { auto a = ident("a"), b = ident("b"), f = ident("f"), n = ident("n"), p = ident("p"), q = ident("q"), x = ident("x"), y = ident("y"), z = ident("z"); auto zero = abst(f, abst(x, x)), one = abst(f, abst(x, app(f, x))), two = abst(f, abst(x, app(f, app(f, x)))), three = abst(f, abst(x, app(f, app(f, app(f, x))))); writeln("zero := ", zero.stringof); writeln("one := ", one.stringof); writeln("two := ", two.stringof); writeln("three := ", three.stringof); auto _true = abst(a, abst(b, a)), _false = abst(a, abst(b, b)), _if = abst(f, abst(x, abst(y, app(app(f, x), y)))); writeln("_true := ", _true.stringof); writeln("_false := ", _false.stringof); writeln("_if := ", _if.stringof); writeln("app(app(app(_if, _true), p), q).stringof -> ", app(app(app(_if, _true), p), q).stringof); writeln("app(app(app(_if, _true), p), q).normalize.isEqualExpr(p) -> ", app(app(app(_if, _true), p), q).normalize.isEqualExpr(p)); writeln("app(app(app(_if, _false), p), q).normalize.isEqualExpr(q) -> ", app(app(app(_if, _false), p), q).normalize.isEqualExpr(q)); auto isZero = abst(n, app(app(n, abst(y, _false)), _true)); writeln("isZero := ", isZero.stringof); writeln("app(isZero, zero).isEqualExpr(_true) -> ", app(isZero, zero).normalize.isEqualExpr(_true)); writeln("app(isZero, one).isEqualExpr(_false) -> ", app(isZero, one).normalize.isEqualExpr(_false)); auto cons = abst(x, abst(y, abst(z, app(app(z, x), y)))), car = abst(x, app(x, _true)), cdr = abst(x, app(x, _false)); writeln("cons := ", cons.stringof); writeln("car := ", car.stringof); writeln("cdr := ", cdr.stringof); writeln("app(app(cons, one), two).normalize.stringof -> ", app(app(cons, one), two).normalize.stringof); writeln("app(app(cons, app(app(cons, one), two)), app(app(cons, one), two)).normalize.stringof -> ", app(app(cons, app(app(cons, one), two)), app(app(cons, one), two)).normalize.stringof); auto succ = abst(n, abst(f, abst(x, app(f, app(app(n, f), x))))); writeln("succ := ", succ.stringof); writeln("app(succ, zero).normalize.isEqualExpr(one) -> ", app(succ, zero).normalize.isEqualExpr(one)); auto add = abst(a, abst(b, abst(f, abst(x, app(app(b, f), app(app(a, f), x)))))); writeln("add := ", add.stringof); writeln("app(app(add, one), two).normalize.isEqualExpr(three) -> ", app(app(add, one), two).normalize.isEqualExpr(three)); auto mul = abst(a, abst(b, abst(f, abst(x, app(app(b, app(a, f)), x))))); writeln("mul := ", mul.stringof); writeln("app(app(mul, two), three).normalize.isEqualExpr(genN(6)) -> ", app(app(mul, two), three).normalize.isEqualExpr(genN(6))); auto power = abst(a, abst(b, app(b, a))); writeln("power := ", power.stringof); writeln("app(app(power, three), two).normalize.isEqualExpr(genN(9)) -> ", app(app(power, three), two).normalize.isEqualExpr(genN(9))); auto pred = abst(n, abst(f, abst(x, app(cdr, app(app(n, abst(p, app(app(cons, app(f, app(car, p))), app(car, p)))), app(app(cons, x), x)))))); writeln("pred := ", pred.stringof); writeln("app(pred, three).normalize.isEqualExpr(two) -> ", app(pred, three).normalize.isEqualExpr(two)); writeln("app(pred, zero).normalize.isEqualExpr(zero) -> ", app(pred, zero).normalize.isEqualExpr(zero)); auto Y = abst(f, app(abst(x, app(f, app(x, x))), abst(x, app(f, app(x, x))))); writeln("Y := ", Y.stringof); auto Z = abst(f, app(abst(x, app(f, abst(y, app(app(x, x), y)))), abst(x, app(f, abst(y, app(app(x, x), y)))))); writeln("Z := ", Z.stringof); auto fact_impl = abst(f, abst(n, app(app(app(_if, app(isZero, n)), one), app(app(mul, n), app(f, app(pred, n)))))); auto fact = app(Y, fact_impl); writeln("fact_impl := ", fact_impl.stringof); writeln("fact := ", fact.stringof); writeln("app(fact, three).normalize.stringof -> ", app(fact, three).normalize.stringof); }
D
/* -------------------- CZ CHANGELOG -------------------- */ /* v1.00: func void dia_strf_1107_fleenow_info - opraven odkaz na následující dialog (dia_strf_1107_fleenow_djg_lcr) func void dia_strf_1107_fleenow_info - přidána další možnost (ITAR_PAL_H_V1) (2x) opraveno ID předmětu (ItMw_Schwert -> ItMw_Schwert3) */ instance DIA_STRF_1107_EXIT(C_Info) { npc = STRF_1107_Straefling; nr = 999; condition = DIA_STRF_1107_EXIT_Condition; information = DIA_STRF_1107_EXIT_Info; permanent = TRUE; description = Dialog_Ende; }; func int DIA_STRF_1107_EXIT_Condition() { return TRUE; }; func void DIA_STRF_1107_EXIT_Info() { AI_StopProcessInfos(self); }; instance DIA_STRF_1107_FINGER(C_Info) { npc = STRF_1107_Straefling; condition = DIA_STRF_1107_FINGER_Condition; information = DIA_STRF_1107_FINGER_Info; important = TRUE; }; func int DIA_STRF_1107_FINGER_Condition() { if(Npc_IsInState(self,ZS_Talk)) { return TRUE; }; }; func void DIA_STRF_1107_FINGER_Info() { AI_Output(self,other,"DIA_STRF_1107_FINGER_01_00"); //Ruce pryč! Na moje hrnce nikdo nešáhne! AI_Output(self,other,"DIA_STRF_1107_FINGER_01_01"); //Jsem tu zodpovědný za jídlo. Nikoho nenechám nic ukrást. }; instance DIA_STRF_1107_COOK(C_Info) { npc = STRF_1107_Straefling; condition = DIA_STRF_1107_COOK_Condition; information = DIA_STRF_1107_COOK_Info; description = "Kdo tě jmenoval kuchařem?"; }; func int DIA_STRF_1107_COOK_Condition() { if(Npc_KnowsInfo(hero,dia_strf_1107_finger)) { return TRUE; }; }; func void DIA_STRF_1107_COOK_Info() { AI_Output(other,self,"DIA_STRF_1107_COOK_15_00"); //Kdo tě jmenoval kuchařem? AI_Output(self,other,"DIA_STRF_1107_COOK_01_01"); //Lord Garond. Už dříve jsem býval kuchařem v hostinci. AI_Output(other,self,"DIA_STRF_1107_COOK_15_02"); //Proč je z tebe trestanec? AI_Output(self,other,"DIA_STRF_1107_COOK_01_03"); //No, jednou došlo k nepochopení mezi jedním návštěvníkem a mnou... }; var int ClifTeachCook; instance DIA_STRF_1107_WHATCOOK(C_Info) { npc = STRF_1107_Straefling; condition = DIA_STRF_1107_WHATCOOK_Condition; information = DIA_STRF_1107_WHATCOOK_Info; description = "Co vaříš?"; }; func int DIA_STRF_1107_WHATCOOK_Condition() { if(Npc_KnowsInfo(hero,DIA_STRF_1107_COOK) == TRUE) { return TRUE; }; }; func void DIA_STRF_1107_WHATCOOK_Info() { AI_Output(other,self,"DIA_STRF_1107_WHATCOOK_01_00"); //Co vaříš? AI_Output(self,other,"DIA_STRF_1107_WHATCOOK_01_01"); //Co mi přinesou, to uvařím. Nemusím nic rozhodovat. AI_Output(self,other,"DIA_STRF_1107_WHATCOOK_01_02"); //Ačkoliv moje specialita jsou kompoty. AI_Output(self,other,"DIA_STRF_1107_WHATCOOK_01_03"); //(pyšně) Ty dělám božské. Nechť mi Innos odpustí. AI_Output(other,self,"DIA_STRF_1107_WHATCOOK_01_04"); //Můžeš mne naučit jak vařit? AI_Output(self,other,"DIA_STRF_1107_WHATCOOK_01_05"); //Tebe? (pochybovačně) Víš něco o vaření? AI_Output(other,self,"DIA_STRF_1107_WHATCOOK_01_06"); //Nic moc. AI_Output(self,other,"DIA_STRF_1107_WHATCOOK_01_07"); //Hm... ale dobrá... AI_Output(self,other,"DIA_STRF_1107_WHATCOOK_01_08"); //Ale nebude tozadarmo. AI_Output(self,other,"DIA_STRF_1107_WHATCOOK_01_09"); //Za každý recept si vezmu... padesát kousků rudy. AI_Output(self,other,"DIA_STRF_1107_WHATCOOK_01_10"); //Zlato se tady nemůže rovnat hodnotě rudy. AI_Output(self,other,"DIA_STRF_1107_WHATCOOK_01_11"); //Snad mi rozumíš. ClifTeachCook = TRUE; Log_CreateTopic(TOPIC_COOK,LOG_NOTE); B_LogEntry(TOPIC_COOK,"Cliff mě může naučit, jak vařit kompoty. Ale jen za malý příspěvek ve formě magické rudy!"); }; instance DIA_STRF_1107_TeachCookDone(C_Info) { npc = STRF_1107_Straefling; nr = 6; condition = DIA_STRF_1107_TeachCookDone_Condition; information = DIA_STRF_1107_TeachCookDone_Info; permanent = TRUE; description = "Nauč mě, jak vyrábět kompoty."; }; func int DIA_STRF_1107_TeachCookDone_Condition() { if((ClifTeachCook == TRUE) && ((Rezept_Compote_01 == FALSE) || (Rezept_Compote_02 == FALSE))) { return TRUE; }; }; func void DIA_STRF_1107_TeachCookDone_Info() { AI_Output(other,self,"DIA_STRF_1107_TeachCookDone_01_00"); //Nauč mě, jak vyrábět kompoty. AI_Output(self,other,"DIA_STRF_1107_TeachCookDone_01_01"); //Dobře! Který. Info_ClearChoices(DIA_STRF_1107_TeachCookDone); Info_AddChoice(DIA_STRF_1107_TeachCookDone,Dialog_Back,DIA_STRF_1107_TeachCookDone_back); if(Rezept_Compote_01 == FALSE) { Info_AddChoice(DIA_STRF_1107_TeachCookDone,"Kompot z lučních bobulí (cena: 50 kusů magické rudy)",DIA_STRF_1107_TeachCookDone_compote1); }; if(Rezept_Compote_02 == FALSE) { Info_AddChoice(DIA_STRF_1107_TeachCookDone,"Kompot z lesních bobulí (cena: 100 kusů magické rudy)",DIA_STRF_1107_TeachCookDone_compote2); }; }; func void DIA_STRF_1107_TeachCookDone_back() { Info_ClearChoices(DIA_STRF_1107_TeachCookDone); }; func void DIA_STRF_1107_TeachCookDone_compote1() { AI_Output(other,self,"DIA_Edda_TeachCookDone_compote1_01_00"); //Kompot z lučních bobulí. if(Npc_HasItems(hero,ItMi_Nugget) >= 50) { Npc_RemoveInvItems(hero,ItMi_Nugget,50); AI_Output(self,other,"DIA_STRF_1107_TeachCookDone_compote1_01_01"); //Nejdůležitější je přesně vědět, kolik bobulí je potřeba pro jednu porci. AI_Output(self,other,"DIA_STRF_1107_TeachCookDone_compote1_01_02"); //Bez toho nemůžete připravit kvalitní kompot. V opačném případě bude příliš tekutý nebo jako starý džem. AI_Output(self,other,"DIA_STRF_1107_TeachCookDone_compote1_01_03"); //Vezmi 20 plodů a vhoď je do kotle. Pomíchej a přidej léčivou bylinu. AI_Output(self,other,"DIA_STRF_1107_TeachCookDone_compote1_01_04"); //Jak začne bublat je hotovo. AI_Print("Naučeno: Vaření - 'Kompot z lučních bobulí'"); B_LogEntry(TOPIC_COOK,"Ingredience pro KOMPOT Z LUČNÍCH BOBULÍ: 20x luční bobule a léčivá rostlina."); Snd_Play("LevelUP"); Rezept_Compote_01 = TRUE; } else { AI_Output(self,other,"DIA_STRF_1107_TeachCookDone_compote1_01_05"); //A kde je ruda? Info_ClearChoices(DIA_STRF_1107_TeachCookDone); }; }; func void DIA_STRF_1107_TeachCookDone_compote2() { AI_Output(other,self,"DIA_STRF_1107_TeachCookDone_compote2_01_00"); //Kompot z lesních bobulí. if(Npc_HasItems(hero,ItMi_Nugget) >= 100) { Npc_RemoveInvItems(hero,ItMi_Nugget,100); AI_Output(self,other,"DIA_STRF_1107_TeachCookDone_compote1_02_01"); //Nejdůležitější je přesně vědět, kolik bobulí je potřeba pro jednu porci. AI_Output(self,other,"DIA_STRF_1107_TeachCookDone_compote1_02_02"); //Jinak se srazí. AI_Output(self,other,"DIA_STRF_1107_TeachCookDone_compote1_02_03"); //V okamžiku kdy chytne barvu, vhoď léčivý kořen. AI_Output(self,other,"DIA_STRF_1107_TeachCookDone_compote1_02_04"); //Poté zamíchej pětsetosmkrát doleva a jednou dprava. AI_Output(self,other,"DIA_STRF_1107_TeachCookDone_compote1_02_05"); //Jakmile kompot vyskočí z kotlíku, je hotovo. AI_Print("Naučeno: Vaření - 'Kompot z lesních bobulí'"); B_LogEntry(TOPIC_COOK,"Ingredience pro KOMPOT Z LESNÍCH BOBULÍ: 30x lesní bobule a léčivá bylina."); Snd_Play("LevelUP"); Rezept_Compote_02 = TRUE; } else { AI_Output(self,other,"DIA_STRF_1107_TeachCookDone_compote1_02_06"); //A kde je ruda? Info_ClearChoices(DIA_STRF_1107_TeachCookDone); }; }; var int ClifCookMe; var int FirstKliffCookOne; instance DIA_STRF_1107_COOKME(C_Info) { npc = STRF_1107_Straefling; condition = DIA_STRF_1107_COOKME_Condition; information = DIA_STRF_1107_COOKME_Info; permanent = FALSE; description = "Můžeš mi připravit kompot?"; }; func int DIA_STRF_1107_COOKME_Condition() { if(ClifTeachCook == TRUE) { return TRUE; }; }; func void DIA_STRF_1107_COOKME_Info() { AI_Output(other,self,"DIA_STRF_1107_COOKME_01_01"); //Můžeš mi připravit kompot? AI_Output(self,other,"DIA_STRF_1107_COOKME_01_02"); //Samozřejmě. Pokud přineseš všechny potřebné ingredience. AI_Output(self,other,"DIA_STRF_1107_COOKME_01_03"); //Ale pořád budu chtít rudu. Pět kousků. AI_Output(self,other,"DIA_STRF_1107_COOKME_01_04"); //Jinak nehodlám ztrácet čas. ClifCookMe = TRUE; Log_CreateTopic(TOPIC_COOK,LOG_NOTE); B_LogEntry(TOPIC_COOK,"Cliff mi může připravit kompot, pokud mu donesu přísady a pět kousků magické rudy."); }; instance DIA_STRF_1107_COOKMEDONE(C_Info) { npc = STRF_1107_Straefling; condition = DIA_STRF_1107_COOKMEDONE_Condition; information = DIA_STRF_1107_COOKMEDONE_Info; permanent = TRUE; description = "Připrav kompot!"; }; func int DIA_STRF_1107_COOKMEDONE_Condition() { if((ClifCookMe == TRUE) && (DayCliffCookFor == FALSE) && (DayCliffCookPortionFor == FALSE) && (DayCliffCook == FALSE) && (DayCliffCookPortion == FALSE)) { return TRUE; }; }; func void DIA_STRF_1107_COOKMEDONE_Info() { AI_Output(other,self,"DIA_STRF_1107_COOKMEDONE_01_01"); //Připrav kompot! AI_Output(self,other,"DIA_STRF_1107_COOKMEDONE_01_02"); //Který? Info_ClearChoices(DIA_STRF_1107_COOKMEDONE); Info_AddChoice(DIA_STRF_1107_COOKMEDONE,Dialog_Back,DIA_STRF_1107_COOKMEDONE_back); Info_AddChoice(DIA_STRF_1107_COOKMEDONE,"Kompot z lučních bobulí.",DIA_STRF_1107_COOKMEDONE_Planeberry); Info_AddChoice(DIA_STRF_1107_COOKMEDONE,"Kompot z lesních bobulí.",DIA_STRF_1107_COOKMEDONE_Forestberry); }; func void DIA_STRF_1107_COOKMEDONE_back() { Info_ClearChoices(DIA_STRF_1107_COOKMEDONE); }; func void DIA_STRF_1107_COOKMEDONE_Planeberry() { AI_Output(other,self,"DIA_STRF_1107_COOKMEDONE_Planeberry_01_01"); //Kompot z lučních bobulí. if((Npc_HasItems(hero,ItPl_Planeberry) >= 20) && (Npc_HasItems(hero,ItPl_Health_Herb_03) >= 1)) { AI_Output(self,other,"DIA_STRF_1107_COOKMEDONE_Planeberry_01_02"); //Dobře. Ukaž přísady... AI_Output(self,other,"DIA_STRF_1107_COOKMEDONE_Planeberry_01_03"); //Takže... (odhaduje) ano to bude stačit. AI_Output(self,other,"DIA_STRF_1107_COOKMEDONE_Planeberry_01_04"); //No, kolik porcí chceš? Info_ClearChoices(DIA_STRF_1107_COOKMEDONE); Info_AddChoice(DIA_STRF_1107_COOKMEDONE,Dialog_Back,DIA_STRF_1107_COOKMEDONE_back); if((Npc_HasItems(hero,ItPl_Planeberry) >= 20) && (Npc_HasItems(hero,ItPl_Health_Herb_03) >= 1) && (Npc_HasItems(hero,ItMi_Nugget) >= 5)) { Info_AddChoice(DIA_STRF_1107_COOKMEDONE,"1 porci (20 lučních bobulí, léčivý kořen, 5 kusů rudy)",DIA_STRF_1107_COOKMEDONE_Planeberry_V1); }; if((Npc_HasItems(hero,ItPl_Planeberry) >= 100) && (Npc_HasItems(hero,ItPl_Health_Herb_03) >= 5) && (Npc_HasItems(hero,ItMi_Nugget) >= 25)) { Info_AddChoice(DIA_STRF_1107_COOKMEDONE,"5 porcí (100 lučních bobulí, 5 léčivých kořenů, 25 kusů rudy)",DIA_STRF_1107_COOKMEDONE_Planeberry_V5); }; if((Npc_HasItems(hero,ItPl_Planeberry) >= 200) && (Npc_HasItems(hero,ItPl_Health_Herb_03) >= 10) && (Npc_HasItems(hero,ItMi_Nugget) >= 50)) { Info_AddChoice(DIA_STRF_1107_COOKMEDONE,"10 porcí (200 lučních bobulí, 10 léčivých kořenů, 50 kusů rudy)",DIA_STRF_1107_COOKMEDONE_Planeberry_V10); }; if((Npc_HasItems(hero,ItPl_Planeberry) >= 400) && (Npc_HasItems(hero,ItPl_Health_Herb_03) >= 20) && (Npc_HasItems(hero,ItMi_Nugget) >= 100)) { Info_AddChoice(DIA_STRF_1107_COOKMEDONE,"20 porcí (400 lučních bobulí, 20 léčivých kořenů, 100 kusů rudy)",DIA_STRF_1107_COOKMEDONE_Planeberry_V20); }; } else { AI_Output(self,other,"DIA_STRF_1107_COOKMEDONE_Planeberry_01_05"); //Na to nemáš dost surovin. AI_Output(self,other,"DIA_STRF_1107_COOKMEDONE_Planeberry_01_06"); //Sežeň to a pak přijď. AI_StopProcessInfos(self); }; }; func void DIA_STRF_1107_COOKMEDONE_Planeberry_V1() { AI_Output(other,self,"DIA_STRF_1107_COOKMEDONE_Planeberry_V1_01_01"); //Jednu porci. if((Npc_HasItems(hero,ItPl_Planeberry) >= 20) && (Npc_HasItems(hero,ItPl_Health_Herb_03) >= 1) && (Npc_HasItems(hero,ItMi_Nugget) >= 5)) { AI_Output(self,other,"DIA_STRF_1107_COOKMEDONE_Planeberry_V1_01_02"); //Dobře. Dej to sem. B_GiveInvItemsManyThings(other,self); Npc_RemoveInvItems(hero,ItPl_Planeberry,20); Npc_RemoveInvItems(hero,ItPl_Health_Herb_03,1); Npc_RemoveInvItems(hero,ItMi_Nugget,5); DayCliffCook = Wld_GetDay(); DayCliffCookPortion = 1; AI_Output(self,other,"DIA_STRF_1107_COOKMEDONE_Planeberry_V1_01_03"); //Zítra bude kompot hotov. if(FirstKliffCookOne == FALSE) { AI_Output(other,self,"DIA_STRF_1107_COOKMEDONE_Planeberry_V1_01_04"); //Až zítra? Myslel jsem že začneš hned! AI_Output(self,other,"DIA_STRF_1107_COOKMEDONE_Planeberry_V1_01_05"); //No jo (směje se) mám ještě něco na práci. Tvůj kompot počká. AI_Output(self,other,"DIA_STRF_1107_COOKMEDONE_Planeberry_V1_01_06"); //Vlastně mám jinou práci, AI_Output(self,other,"DIA_STRF_1107_COOKMEDONE_Planeberry_V1_01_07"); //Takže neotravuj. Zítra! FirstKliffCookOne = TRUE; }; AI_StopProcessInfos(self); } else { if(Npc_HasItems(hero,ItMi_Nugget) < 5) { AI_Output(self,other,"DIA_STRF_1107_COOKMEDONE_Planeberry_01_08"); //A kde je ruda? Ne, to nebude fungovat, kamaráde! AI_Output(self,other,"DIA_STRF_1107_COOKMEDONE_Planeberry_01_09"); //Napřed ruda, pak kompot! } else { AI_Output(self,other,"DIA_STRF_1107_COOKMEDONE_Planeberry_01_05"); //Na to nemáš dost surovin. AI_Output(self,other,"DIA_STRF_1107_COOKMEDONE_Planeberry_01_06"); //Sežeň to a pak přijď. }; AI_StopProcessInfos(self); }; }; func void DIA_STRF_1107_COOKMEDONE_Planeberry_V5() { AI_Output(other,self,"DIA_STRF_1107_COOKMEDONE_Planeberry_V5_01_01"); //Pět porcí. if((Npc_HasItems(hero,ItPl_Planeberry) >= 100) && (Npc_HasItems(hero,ItPl_Health_Herb_03) >= 5) && (Npc_HasItems(hero,ItMi_Nugget) >= 25)) { AI_Output(self,other,"DIA_STRF_1107_COOKMEDONE_Planeberry_V5_01_02"); //Dobře. Dej to sem. B_GiveInvItemsManyThings(other,self); Npc_RemoveInvItems(hero,ItPl_Planeberry,100); Npc_RemoveInvItems(hero,ItPl_Health_Herb_03,5); Npc_RemoveInvItems(hero,ItMi_Nugget,25); DayCliffCook = Wld_GetDay(); DayCliffCookPortion = 5; AI_Output(self,other,"DIA_STRF_1107_COOKMEDONE_Planeberry_V5_01_03"); //Zítra bude kompot hotov. if(FirstKliffCookOne == FALSE) { AI_Output(other,self,"DIA_STRF_1107_COOKMEDONE_Planeberry_V5_01_04"); //Až zítra? Myslel jsem že začneš hned! AI_Output(self,other,"DIA_STRF_1107_COOKMEDONE_Planeberry_V5_01_05"); //No jo (směje se) mám ještě něco na práci. Tvůj kompot počká. AI_Output(self,other,"DIA_STRF_1107_COOKMEDONE_Planeberry_V5_01_06"); //Vlastně mám jinou práci. AI_Output(self,other,"DIA_STRF_1107_COOKMEDONE_Planeberry_V5_01_07"); //Takže neotravuj. Zítra! FirstKliffCookOne = TRUE; }; AI_StopProcessInfos(self); } else { if(Npc_HasItems(hero,ItMi_Nugget) < 25) { AI_Output(self,other,"DIA_STRF_1107_COOKMEDONE_Planeberry_01_08"); //A kde je ruda? Ne, to nebude fungovat, kamaráde! AI_Output(self,other,"DIA_STRF_1107_COOKMEDONE_Planeberry_01_09"); //Napřed ruda, pak kompot! } else { AI_Output(self,other,"DIA_STRF_1107_COOKMEDONE_Planeberry_01_05"); //Na to nemáš dost surovin. AI_Output(self,other,"DIA_STRF_1107_COOKMEDONE_Planeberry_01_06"); //Sežeň to a pak přijď. }; AI_StopProcessInfos(self); }; }; func void DIA_STRF_1107_COOKMEDONE_Planeberry_V10() { AI_Output(other,self,"DIA_STRF_1107_COOKMEDONE_Planeberry_V10_01_01"); //Deset porcí. if((Npc_HasItems(hero,ItPl_Planeberry) >= 200) && (Npc_HasItems(hero,ItPl_Health_Herb_03) >= 10) && (Npc_HasItems(hero,ItMi_Nugget) >= 50)) { AI_Output(self,other,"DIA_STRF_1107_COOKMEDONE_Planeberry_V10_01_02"); //Dobře. Dej to sem. B_GiveInvItemsManyThings(other,self); Npc_RemoveInvItems(hero,ItPl_Planeberry,200); Npc_RemoveInvItems(hero,ItPl_Health_Herb_03,10); Npc_RemoveInvItems(hero,ItMi_Nugget,50); DayCliffCook = Wld_GetDay(); DayCliffCookPortion = 10; AI_Output(self,other,"DIA_STRF_1107_COOKMEDONE_Planeberry_V10_01_03"); //Zítra bude kompot hotov. if(FirstKliffCookOne == FALSE) { AI_Output(other,self,"DIA_STRF_1107_COOKMEDONE_Planeberry_V10_01_04"); //Až zítra? Myslel jsem že začneš hned! AI_Output(self,other,"DIA_STRF_1107_COOKMEDONE_Planeberry_V10_01_05"); //No jo (směje se) mám ještě něco na práci. Tvůj kompot počká. AI_Output(self,other,"DIA_STRF_1107_COOKMEDONE_Planeberry_V10_01_06"); //Vlastně mám jinou práci. AI_Output(self,other,"DIA_STRF_1107_COOKMEDONE_Planeberry_V10_01_07"); //Takže neotravuj. Zítra! FirstKliffCookOne = TRUE; }; AI_StopProcessInfos(self); } else { if(Npc_HasItems(hero,ItMi_Nugget) < 50) { AI_Output(self,other,"DIA_STRF_1107_COOKMEDONE_Planeberry_01_08"); //A kde je ruda? Ne, to nebude fungovat, kamaráde! AI_Output(self,other,"DIA_STRF_1107_COOKMEDONE_Planeberry_01_09"); //Napřed ruda, pak kompot! } else { AI_Output(self,other,"DIA_STRF_1107_COOKMEDONE_Planeberry_01_05"); //Na to nemáš dost surovin. AI_Output(self,other,"DIA_STRF_1107_COOKMEDONE_Planeberry_01_06"); //Sežeň to a pak přijď. }; AI_StopProcessInfos(self); }; }; func void DIA_STRF_1107_COOKMEDONE_Planeberry_V20() { AI_Output(other,self,"DIA_STRF_1107_COOKMEDONE_Planeberry_V20_01_01"); //Dvacet porcí. if((Npc_HasItems(hero,ItPl_Planeberry) >= 400) && (Npc_HasItems(hero,ItPl_Health_Herb_03) >= 20) && (Npc_HasItems(hero,ItMi_Nugget) >= 100)) { AI_Output(self,other,"DIA_STRF_1107_COOKMEDONE_Planeberry_V20_01_02"); //Tolik? Dej to sem. B_GiveInvItemsManyThings(other,self); Npc_RemoveInvItems(hero,ItPl_Planeberry,400); Npc_RemoveInvItems(hero,ItPl_Health_Herb_03,20); Npc_RemoveInvItems(hero,ItMi_Nugget,100); DayCliffCook = Wld_GetDay(); DayCliffCookPortion = 20; AI_Output(self,other,"DIA_STRF_1107_COOKMEDONE_Planeberry_V20_01_03"); //Snad to zvládnu do zítřrka. if(FirstKliffCookOne == FALSE) { AI_Output(other,self,"DIA_STRF_1107_COOKMEDONE_Planeberry_V20_01_04"); //Držím ti palce. AI_Output(self,other,"DIA_STRF_1107_COOKMEDONE_Planeberry_V20_01_05"); //Hi, hi. Všechno musí stranou. Teď jde o kompot. AI_Output(self,other,"DIA_STRF_1107_COOKMEDONE_Planeberry_V20_01_06"); //Jdu na to. AI_Output(self,other,"DIA_STRF_1107_COOKMEDONE_Planeberry_V20_01_07"); //Takže neotravuj. Zítra! FirstKliffCookOne = TRUE; }; AI_StopProcessInfos(self); } else { if(Npc_HasItems(hero,ItMi_Nugget) < 100) { AI_Output(self,other,"DIA_STRF_1107_COOKMEDONE_Planeberry_01_08"); //A kde je ruda? Ne, to nebude fungovat, kamaráde! AI_Output(self,other,"DIA_STRF_1107_COOKMEDONE_Planeberry_01_09"); //Napřed ruda, pak kompot! } else { AI_Output(self,other,"DIA_STRF_1107_COOKMEDONE_Planeberry_01_05"); //Na to nemáš dost surovin. AI_Output(self,other,"DIA_STRF_1107_COOKMEDONE_Planeberry_01_06"); //Sežeň to a pak přijď. }; AI_StopProcessInfos(self); }; }; instance DIA_STRF_1107_COOKMETAKE_Planeberry(C_Info) { npc = STRF_1107_Straefling; condition = DIA_STRF_1107_COOKMETAKE_Planeberry_Condition; information = DIA_STRF_1107_COOKMETAKE_Planeberry_Info; permanent = TRUE; description = "Co můj kompot?"; }; func int DIA_STRF_1107_COOKMETAKE_Planeberry_Condition() { var int daynow; daynow = Wld_GetDay(); if((ClifCookMe == TRUE) && (DayCliffCook < daynow) && (DayCliffCookPortion >= 1)) { return TRUE; }; }; func void DIA_STRF_1107_COOKMETAKE_Planeberry_Info() { AI_Output(other,self,"DIA_STRF_1107_COOKMETAKE_Planeberry_01_01"); //Co můj kompot? AI_Output(self,other,"DIA_STRF_1107_COOKMETAKE_Planeberry_01_02"); //Je hotov. Vezmi si. B_GiveInvItems(self,other,itfo_compote_01,DayCliffCookPortion); AI_Output(self,other,"DIA_STRF_1107_COOKMETAKE_Planeberry_01_03"); //Díky. DayCliffCookPortion = FALSE; DayCliffCook = FALSE; }; func void DIA_STRF_1107_COOKMEDONE_Forestberry() { AI_Output(other,self,"DIA_STRF_1107_COOKMEDONE_Forestberry_01_01"); //Kompot z lesních bobulí. if((Npc_HasItems(hero,ItPl_Forestberry) >= 30) && (Npc_HasItems(hero,ItPl_Health_Herb_02) >= 1)) { AI_Output(self,other,"DIA_STRF_1107_COOKMEDONE_Forestberry_01_02"); //Dobře, uvídíme jestli máš vše... AI_Output(self,other,"DIA_STRF_1107_COOKMEDONE_Forestberry_01_03"); //Zdá se že ano... AI_Output(self,other,"DIA_STRF_1107_COOKMEDONE_Forestberry_01_04"); //No, kolik porcí chceš? Info_ClearChoices(DIA_STRF_1107_COOKMEDONE); Info_AddChoice(DIA_STRF_1107_COOKMEDONE,Dialog_Back,DIA_STRF_1107_COOKMEDONE_back); if((Npc_HasItems(hero,ItPl_Forestberry) >= 30) && (Npc_HasItems(hero,ItPl_Health_Herb_02) >= 1) && (Npc_HasItems(hero,ItMi_Nugget) >= 5)) { Info_AddChoice(DIA_STRF_1107_COOKMEDONE,"1 porce (20 lesních bobulí, léčivá bylina, 5 kousků rudy)",DIA_STRF_1107_COOKMEDONE_Forestberry_V1); }; if((Npc_HasItems(hero,ItPl_Forestberry) >= 150) && (Npc_HasItems(hero,ItPl_Health_Herb_02) >= 5) && (Npc_HasItems(hero,ItMi_Nugget) >= 25)) { Info_AddChoice(DIA_STRF_1107_COOKMEDONE,"5 porcí (100 lesních bobulí, 5 léčivých bylin, 25 kousků rudy)",DIA_STRF_1107_COOKMEDONE_Forestberry_V5); }; if((Npc_HasItems(hero,ItPl_Forestberry) >= 300) && (Npc_HasItems(hero,ItPl_Health_Herb_02) >= 10) && (Npc_HasItems(hero,ItMi_Nugget) >= 50)) { Info_AddChoice(DIA_STRF_1107_COOKMEDONE,"10 porcí (200 lesních bobulí, 10 léčivých bylin, 50 kousků rudy)",DIA_STRF_1107_COOKMEDONE_Forestberry_V10); }; if((Npc_HasItems(hero,ItPl_Forestberry) >= 600) && (Npc_HasItems(hero,ItPl_Health_Herb_02) >= 20) && (Npc_HasItems(hero,ItMi_Nugget) >= 100)) { Info_AddChoice(DIA_STRF_1107_COOKMEDONE,"20 porcí (400 lesních bobulí, 20 léčivých bylin, 100 kousků rudy)",DIA_STRF_1107_COOKMEDONE_Forestberry_V20); }; } else { AI_Output(self,other,"DIA_STRF_1107_COOKMEDONE_Planeberry_01_05"); //Něco ti chybí. AI_Output(self,other,"DIA_STRF_1107_COOKMEDONE_Planeberry_01_06"); //Sežeň si to. AI_StopProcessInfos(self); }; }; func void DIA_STRF_1107_COOKMEDONE_Forestberry_V1() { AI_Output(other,self,"DIA_STRF_1107_COOKMEDONE_Forestberry_V1_01_01"); //Jednu porci. if((Npc_HasItems(hero,ItPl_Forestberry) >= 30) && (Npc_HasItems(hero,ItPl_Health_Herb_02) >= 1) && (Npc_HasItems(hero,ItMi_Nugget) >= 5)) { AI_Output(self,other,"DIA_STRF_1107_COOKMEDONE_Forestberry_V1_01_02"); //Dobře. Dej to sem. B_GiveInvItemsManyThings(other,self); Npc_RemoveInvItems(hero,ItPl_Forestberry,30); Npc_RemoveInvItems(hero,ItPl_Health_Herb_02,1); Npc_RemoveInvItems(hero,ItMi_Nugget,5); DayCliffCookFor = Wld_GetDay(); DayCliffCookPortionFor = 1; AI_Output(self,other,"DIA_STRF_1107_COOKMEDONE_Forestberry_V1_01_03"); //Zítra bude hotov. if(FirstKliffCookOne == FALSE) { AI_Output(other,self,"DIA_STRF_1107_COOKMEDONE_Forestberry_V1_01_04"); //Až zítra? Myslel jsem že začneš hned! AI_Output(self,other,"DIA_STRF_1107_COOKMEDONE_Forestberry_V1_01_05"); //Hi, hi. Teď nemám čas. AI_Output(self,other,"DIA_STRF_1107_COOKMEDONE_Forestberry_V1_01_06"); //Mám jinou práci. AI_Output(self,other,"DIA_STRF_1107_COOKMEDONE_Forestberry_V1_01_07"); //Takže neotravuj. Zítra! FirstKliffCookOne = TRUE; }; AI_StopProcessInfos(self); } else { if(Npc_HasItems(hero,ItMi_Nugget) < 5) { AI_Output(self,other,"DIA_STRF_1107_COOKMEDONE_Forestberry_01_08"); //A kde je ruda? Ne, to nebude fungovat, kamaráde! AI_Output(self,other,"DIA_STRF_1107_COOKMEDONE_Forestberry_01_09"); //Napřed ruda, poté kompot. } else { AI_Output(self,other,"DIA_STRF_1107_COOKMEDONE_Forestberry_01_05"); //Nemáš dost surovin. AI_Output(self,other,"DIA_STRF_1107_COOKMEDONE_Forestberry_01_06"); //Sežeň si to! }; AI_StopProcessInfos(self); }; }; func void DIA_STRF_1107_COOKMEDONE_Forestberry_V5() { AI_Output(other,self,"DIA_STRF_1107_COOKMEDONE_Forestberry_V5_01_01"); //Pět porcí. if((Npc_HasItems(hero,ItPl_Forestberry) >= 150) && (Npc_HasItems(hero,ItPl_Health_Herb_02) >= 5) && (Npc_HasItems(hero,ItMi_Nugget) >= 25)) { AI_Output(self,other,"DIA_STRF_1107_COOKMEDONE_Forestberry_V5_01_02"); //Dobře. Dej to sem. B_GiveInvItemsManyThings(other,self); Npc_RemoveInvItems(hero,ItPl_Forestberry,150); Npc_RemoveInvItems(hero,ItPl_Health_Herb_02,5); Npc_RemoveInvItems(hero,ItMi_Nugget,25); DayCliffCookFor = Wld_GetDay(); DayCliffCookPortionFor = 5; AI_Output(self,other,"DIA_STRF_1107_COOKMEDONE_Forestberry_V5_01_03"); //Zítra bude hotov. if(FirstKliffCookOne == FALSE) { AI_Output(other,self,"DIA_STRF_1107_COOKMEDONE_Forestberry_V5_01_04"); //Až zítra? Myslel jsem že začneš hned! AI_Output(self,other,"DIA_STRF_1107_COOKMEDONE_Forestberry_V5_01_05"); //Hi, hi. Teď nemám čas. AI_Output(self,other,"DIA_STRF_1107_COOKMEDONE_Forestberry_V5_01_06"); //Mám jinou práci. AI_Output(self,other,"DIA_STRF_1107_COOKMEDONE_Forestberry_V5_01_07"); //Takže neotravuj. Zítra! FirstKliffCookOne = TRUE; }; AI_StopProcessInfos(self); } else { if(Npc_HasItems(hero,ItMi_Nugget) < 25) { AI_Output(self,other,"DIA_STRF_1107_COOKMEDONE_Forestberry_01_08"); //A kde je ruda? Ne, to nebude fungovat, kamaráde! AI_Output(self,other,"DIA_STRF_1107_COOKMEDONE_Forestberry_01_09"); //Napřed ruda, poté kompot. } else { AI_Output(self,other,"DIA_STRF_1107_COOKMEDONE_Forestberry_01_05"); //Nemáš dost surovin. AI_Output(self,other,"DIA_STRF_1107_COOKMEDONE_Forestberry_01_06"); //Sežeň si to! }; AI_StopProcessInfos(self); }; }; func void DIA_STRF_1107_COOKMEDONE_Forestberry_V10() { AI_Output(other,self,"DIA_STRF_1107_COOKMEDONE_Forestberry_V10_01_01"); //Deset porcí. if((Npc_HasItems(hero,ItPl_Forestberry) >= 300) && (Npc_HasItems(hero,ItPl_Health_Herb_02) >= 10) && (Npc_HasItems(hero,ItMi_Nugget) >= 50)) { AI_Output(self,other,"DIA_STRF_1107_COOKMEDONE_Forestberry_V10_01_02"); //Dobře. Dej to sem. B_GiveInvItemsManyThings(other,self); Npc_RemoveInvItems(hero,ItPl_Forestberry,300); Npc_RemoveInvItems(hero,ItPl_Health_Herb_02,10); Npc_RemoveInvItems(hero,ItMi_Nugget,50); DayCliffCookFor = Wld_GetDay(); DayCliffCookPortionFor = 10; AI_Output(self,other,"DIA_STRF_1107_COOKMEDONE_Forestberry_V10_01_03"); //Zítra bude kompot hotov. if(FirstKliffCookOne == FALSE) { AI_Output(other,self,"DIA_STRF_1107_COOKMEDONE_Forestberry_V10_01_04"); //Až zítra? Myslel jsem že začneš hned! AI_Output(self,other,"DIA_STRF_1107_COOKMEDONE_Forestberry_V10_01_05"); //Nemám čas. AI_Output(self,other,"DIA_STRF_1107_COOKMEDONE_Forestberry_V10_01_06"); //Mám jinou práci. AI_Output(self,other,"DIA_STRF_1107_COOKMEDONE_Forestberry_V10_01_07"); //Takže neotravuj. Zítra! FirstKliffCookOne = TRUE; }; AI_StopProcessInfos(self); } else { if(Npc_HasItems(hero,ItMi_Nugget) < 50) { AI_Output(self,other,"DIA_STRF_1107_COOKMEDONE_Forestberry_01_08"); //A kde je ruda? Ne, to nebude fungovat, kamaráde! AI_Output(self,other,"DIA_STRF_1107_COOKMEDONE_Forestberry_01_09"); //Napřed ruda, poté kompot. } else { AI_Output(self,other,"DIA_STRF_1107_COOKMEDONE_Forestberry_01_05"); //Nemáš dost surovin. AI_Output(self,other,"DIA_STRF_1107_COOKMEDONE_Forestberry_01_06"); //Sežeň si to! }; AI_StopProcessInfos(self); }; }; func void DIA_STRF_1107_COOKMEDONE_Forestberry_V20() { AI_Output(other,self,"DIA_STRF_1107_COOKMEDONE_Forestberry_V20_01_01"); //Dvacet porcí. if((Npc_HasItems(hero,ItPl_Forestberry) >= 600) && (Npc_HasItems(hero,ItPl_Health_Herb_02) >= 20) && (Npc_HasItems(hero,ItMi_Nugget) >= 100)) { AI_Output(self,other,"DIA_STRF_1107_COOKMEDONE_Forestberry_V20_01_02"); //Tolik? Dobře. Dej to sem. B_GiveInvItemsManyThings(other,self); Npc_RemoveInvItems(hero,ItPl_Forestberry,600); Npc_RemoveInvItems(hero,ItPl_Health_Herb_02,20); Npc_RemoveInvItems(hero,ItMi_Nugget,100); DayCliffCookFor = Wld_GetDay(); DayCliffCookPortionFor = 20; AI_Output(self,other,"DIA_STRF_1107_COOKMEDONE_Forestberry_V20_01_03"); //Pokusím se to zvládnout do zítra... if(FirstKliffCookOne == FALSE) { AI_Output(other,self,"DIA_STRF_1107_COOKMEDONE_Forestberry_V20_01_04"); //Držím ti palce... AI_Output(self,other,"DIA_STRF_1107_COOKMEDONE_Forestberry_V20_01_05"); //Hi, hi. Všechno musí stranou. Teď jde o kompot. AI_Output(self,other,"DIA_STRF_1107_COOKMEDONE_Forestberry_V20_01_06"); //Jdu na to. AI_Output(self,other,"DIA_STRF_1107_COOKMEDONE_Forestberry_V20_01_07"); //Takže neotravuj. Zítra! FirstKliffCookOne = TRUE; }; AI_StopProcessInfos(self); } else { if(Npc_HasItems(hero,ItMi_Nugget) < 100) { AI_Output(self,other,"DIA_STRF_1107_COOKMEDONE_Forestberry_01_08"); //A kde je ruda? Ne, to nebude fungovat, kamaráde! AI_Output(self,other,"DIA_STRF_1107_COOKMEDONE_Forestberry_01_09"); //Napřed ruda, poté kompot. } else { AI_Output(self,other,"DIA_STRF_1107_COOKMEDONE_Forestberry_01_05"); //Nemáš dost surovin. AI_Output(self,other,"DIA_STRF_1107_COOKMEDONE_Forestberry_01_06"); //Sežeň si to! }; AI_StopProcessInfos(self); }; }; instance DIA_STRF_1107_COOKMETAKE_Forestberry(C_Info) { npc = STRF_1107_Straefling; condition = DIA_STRF_1107_COOKMETAKE_Forestberry_Condition; information = DIA_STRF_1107_COOKMETAKE_Forestberry_Info; permanent = TRUE; description = "Co můj kompot?"; }; func int DIA_STRF_1107_COOKMETAKE_Forestberry_Condition() { var int daynow; daynow = Wld_GetDay(); if((ClifCookMe == TRUE) && (DayCliffCookFor < daynow) && (DayCliffCookPortionFor >= 1)) { return TRUE; }; }; func void DIA_STRF_1107_COOKMETAKE_Forestberry_Info() { AI_Output(other,self,"DIA_STRF_1107_COOKMETAKE_Forestberry_01_01"); //Co můj kompot? AI_Output(self,other,"DIA_STRF_1107_COOKMETAKE_Forestberry_01_02"); //Je připraven. Tady vezmi si. B_GiveInvItems(self,other,itfo_compote_00,DayCliffCookPortionFor); AI_Output(self,other,"DIA_STRF_1107_COOKMETAKE_Forestberry_01_03"); //Děkuji. DayCliffCookPortionFor = FALSE; DayCliffCookFor = FALSE; }; instance DIA_STRF_1107_PERM(C_Info) { npc = STRF_1107_Straefling; nr = 900; condition = DIA_STRF_1107_PERM_Condition; information = DIA_STRF_1107_PERM_Info; permanent = TRUE; description = "Něco nového?"; }; func int DIA_STRF_1107_PERM_Condition() { if(Npc_KnowsInfo(hero,dia_strf_1107_finger)) { return TRUE; }; }; func void DIA_STRF_1107_PERM_Info() { var int daynow; AI_Output(other,self,"DIA_STRF_1107_PERM_15_00"); //Něco nového? if(MIS_OCCOOKFLEE == LOG_SUCCESS) { AI_Output(self,other,"DIA_STRF_1107_PERM_01_21"); //Spýtaj sa detí. Ja tu nic neviem. Iba spím a jem. AI_Output(self,other,"DIA_STRF_1107_PERM_01_22"); //No a niekedy ak my zvolia, tak chodím na lov. AI_StopProcessInfos(self); } else if(COOK1107_GOBASE == TRUE) { AI_Output(self,other,"DIA_STRF_1107_PERM_01_25"); //Novinky budú ked dosiahneme ciel. Nezmatkuj. AI_StopProcessInfos(self); } else if(COOK1107_DAY <= 0) { AI_Output(self,other,"DIA_STRF_1107_PERM_01_01"); //Jestli se chceš dozvědět nějaký novinky, promluv si s rytíři. Já tady jen vařím. if(COOK1107_DAY == 0) { AI_Output(other,self,"DIA_STRF_1107_PERM_15_01"); //Nehlad na mna ako vlk, ja tento zámok poznám lepšie než ty. Hádaj preco? AI_Output(self,other,"DIA_STRF_1107_PERM_01_02"); //Ale, ty nevyzeráš ako bývalý vězen. AI_Output(other,self,"DIA_STRF_1107_PERM_15_02"); //Ako vieš. Ale ak budeš potrebovat pomoc - nápoveda. COOK1107_DAY = Wld_GetDay() + 7; }; } else { daynow = Wld_GetDay(); if(COOK1107_DAY == (daynow + 1)) { AI_Output(self,other,"DIA_STRF_1107_PERM_01_04"); //Polievka. Každý den je nová. AI_Output(self,other,"DIA_STRF_1107_PERM_01_26"); //Príd zajtra - potom tu pre teba bude cakat novina. AI_StopProcessInfos(self); } else if(((COOK1107_DAY - 3) <= daynow) && (COOK1107_DAY > daynow)) { AI_Output(self,other,"DIA_STRF_1107_PERM_01_23"); //Ty si taký nedockavý. Ešte neprešiel ani týžden. AI_StopProcessInfos(self); } else if(COOK1107_DAY > daynow) { AI_Output(self,other,"DIA_STRF_1107_PERM_01_05"); //Zatial to nie je prítomnost. } else if(COOK1107_DAY == (daynow + 7)) { AI_Output(self,other,"DIA_STRF_1107_PERM_01_27"); //U nás sú novinky zriedkavé. Príd o týžden. } else { AI_Output(self,other,"DIA_STRF_1107_PERM_01_07"); //Pýtal som sa chlapov. Povedali mi, že ti můžu verit. AI_Output(self,other,"DIA_STRF_1107_PERM_01_08"); //Dobre, pocúvaj. Nápad je jednoduchý - mal by som s tadeto vypadnút. AI_Output(self,other,"DIA_STRF_1107_PERM_01_09"); //V Khorinise nezostanem, potrebujem nejaké pokojné miesto kde můžu prestát tieto búrky. AI_Output(self,other,"DIA_STRF_1107_PERM_01_10"); //Bez odmeny nezostaneš. Povedz, videl si už truhlu na vrchu pološiny vysokej veže? AI_Output(self,other,"DIA_STRF_1107_PERM_01_11"); //Je na nej dobrý zámok - bez klúca neotvoritelný. A tiež, je v nej pět alebo šest kúskov rudy. Sú tvoje. AI_Output(self,other,"DIA_STRF_1107_PERM_01_12"); //Ale zvažuj, že klúc ti nedám ako darcek. Potm ti poviem o mieste, kde je schovaný. AI_Output(self,other,"DIA_STRF_1107_PERM_01_14"); //Berieš? Bez ohlad aj na to, že na druhý krát ti to už neponúknem. COOK1107_DAY = -1; Info_ClearChoices(dia_strf_1107_perm); Info_AddChoice(dia_strf_1107_perm,"Vyzerá ro ako výmysel. Ale prijímam.",dia_strf_1107_perm_ok); Info_AddChoice(dia_strf_1107_perm,"Máš to v hlave v poriadku? Hladat dalšiu možnost ako sa dat zabit.",dia_strf_1107_perm_no); }; }; }; func void dia_strf_1107_perm_no() { AI_Output(other,self,"DIA_STRF_1107_PERM_15_05"); //Máš to v hlave v poriadku? AI_Output(other,self,"DIA_STRF_1107_PERM_15_06"); //Ty chceš, aby som ta previedol cez hrad plný paladinov! AI_Output(other,self,"DIA_STRF_1107_PERM_15_07"); //A cez hordy skřetů?! AI_Output(self,other,"DIA_STRF_1107_PERM_01_15"); //Prepác, ale zmýlil som sa v tebe. Info_ClearChoices(dia_strf_1107_perm); AI_StopProcessInfos(self); }; func void dia_strf_1107_perm_ok() { AI_Output(other,self,"DIA_STRF_1107_PERM_15_08"); //Ty chceš, aby som ta previedol cez hrad plný paladinov! AI_Output(other,self,"DIA_STRF_1107_PERM_15_09"); //A cez hordy skřetů?! AI_Output(other,self,"DIA_STRF_1107_PERM_15_10"); //A nemohol si nájst nieco dalšie? Bolo to pre teba důležité? MIS_OCCOOKFLEE = LOG_Running; Log_CreateTopic(TOPIC_OCCOOKFLEE,LOG_MISSION); Log_SetTopicStatus(TOPIC_OCCOOKFLEE,LOG_Running); B_LogEntry(TOPIC_OCCOOKFLEE,"Kuchár Cliff na hrade rudobaronov v údolí sa stade chce dostat prec."); B_LogEntry(TOPIC_OCCOOKFLEE,"Slúbil, že mi povie kde je klúc od truhly so zopár kúskami rudy."); AI_Output(self,other,"DIA_STRF_1107_PERM_01_16"); //Bolo to spůsobené... (široko sa usmieva). AI_Output(self,other,"DIA_STRF_1107_PERM_01_17"); //Teraz pocúvaj. Oblecenie, ktoré pre paladinov nevyzerá podozrivé je pre mna na hrade nevyhnutné. AI_Output(self,other,"DIA_STRF_1107_PERM_01_18"); //A nejaká zbran! B_LogEntry(TOPIC_OCCOOKFLEE,"Cliff hovorí, že šaty ktoré nie sú na hrade povolené a nejaká zbran sú prenho důležité."); AI_Output(self,other,"DIA_STRF_1107_PERM_01_20"); //A to najdůležitejšie - nemáš nejakú potuchu o tichom mieste tu v Hornickom údolí? B_LogEntry(TOPIC_OCCOOKFLEE,"Ale stále dookola by som mal hladat tiché miseto v údolí."); Info_ClearChoices(dia_strf_1107_perm); }; instance DIA_STRF_1107_FLEEINFO(C_Info) { npc = STRF_1107_Straefling; nr = 2; condition = dia_strf_1107_fleeinfo_condition; information = dia_strf_1107_fleeinfo_info; permanent = FALSE; description = "Zdá sa že som našiel tiché miesto."; }; func int dia_strf_1107_fleeinfo_condition() { if((MIS_OCCOOKFLEE == LOG_Running) && (HEROKNOWFORESTBASE == TRUE)) { return TRUE; }; }; func void dia_strf_1107_fleeinfo_info() { AI_Output(other,self,"DIA_STRF_1107_FleeInfo_15_00"); //Zdá sa že som našiel tiché miesto. AI_Output(self,other,"DIA_STRF_1107_FleeInfo_01_01"); //Kde teda? AI_Output(other,self,"DIA_STRF_1107_FleeInfo_15_01"); //Za velkou skřetí palisádou narástol nový velký les. AI_Output(other,self,"DIA_STRF_1107_FleeInfo_15_02"); //Vytvorila ho mágia každého boha s ktorým jeden chlapík z bývalého Bažinného tábora komunikoval. AI_Output(other,self,"DIA_STRF_1107_FleeInfo_15_03"); //V tomto drevenom tábore je vela ludí a je velmi tichý. AI_Output(other,self,"DIA_STRF_1107_FleeInfo_15_04"); //Už žiadny skřet neriskuje íst tam. AI_Output(self,other,"DIA_STRF_1107_FleeInfo_01_02"); //Navrhuješ aby som sa z vězna stal bláznom? AI_Output(self,other,"DIA_STRF_1107_FleeInfo_15_05"); //Tam aspon riešia veci hlavou. AI_Output(other,self,"DIA_STRF_1107_FleeInfo_15_07"); //Nie je to veselé - hladaj. AI_Output(self,other,"DIA_STRF_1107_FleeInfo_01_03"); //Tak dobre, dobre - hned půjdu. AI_Output(self,other,"DIA_STRF_1107_FleeInfo_01_04"); //Teraz je potrebné oblecenie a mec - ale je to potrebné ešte pred útekom. AI_Output(self,other,"DIA_STRF_1107_FleeInfo_01_05"); //Teraz už nemám miesto na ich skrytie. B_LogEntry(TOPIC_OCCOOKFLEE,"Cliff súhlasil íst do Lesného tábora."); }; instance DIA_STRF_1107_FLEENOW(C_Info) { npc = STRF_1107_Straefling; nr = 4; condition = dia_strf_1107_fleenow_condition; information = dia_strf_1107_fleenow_info; permanent = TRUE; description = "Tak co, ideme?"; }; func int dia_strf_1107_fleenow_condition() { if(Npc_KnowsInfo(hero,dia_strf_1107_fleeinfo) && (COOK1107_GOBASE == FALSE)) { return TRUE; }; }; func void dia_strf_1107_fleenow_info() { if(Wld_IsTime(23,0,4,0)) { AI_Output(self,other,"DIA_STRF_1107_FleeNow_01_02"); //A co zbroj? AI_Output(other,self,"DIA_STRF_1107_FleeNow_15_01"); //Taraz uvidím, ci to na mne, nevzbudzuje pozornost... Info_ClearChoices(dia_strf_1107_fleenow); Info_AddChoice(dia_strf_1107_fleenow,Dialog_Back,dia_strf_1107_fleenow_back); if(Npc_HasItems(other,itar_djg_l) > 0) { Info_AddChoice(dia_strf_1107_fleenow,"(dát lehkou zbroj drakobijce)",dia_strf_1107_fleenow_djg_l); }; if(Npc_HasItems(other,itar_djg_l_v1) > 0) { Info_AddChoice(dia_strf_1107_fleenow,"(dát lehkou kovanou zbroj drakobijce)",dia_strf_1107_fleenow_djg_l_v1); }; if(Npc_HasItems(other,itar_djg_m) > 0) { Info_AddChoice(dia_strf_1107_fleenow,"(dát zbroj drakobijce)",dia_strf_1107_fleenow_djg_m); }; if(Npc_HasItems(other,itar_djg_m_v1) > 0) { Info_AddChoice(dia_strf_1107_fleenow,"(dát kovanou zbroj drakobijce)",dia_strf_1107_fleenow_djg_m_v1); }; if(Npc_HasItems(other,itar_djg_h) > 0) { Info_AddChoice(dia_strf_1107_fleenow,"(dát těžkou zbroj drakobijce)",dia_strf_1107_fleenow_djg_h); }; if(Npc_HasItems(other,itar_djg_h_v1) > 0) { Info_AddChoice(dia_strf_1107_fleenow,"(dát těžkou kovanou zbroj drakobijce)",dia_strf_1107_fleenow_djg_h_v1); }; if(Npc_HasItems(other,ITAR_Mil_L) > 0) { Info_AddChoice(dia_strf_1107_fleenow,"(dát zbroj domobránce)",dia_strf_1107_fleenow_mil_l); }; if(Npc_HasItems(other,itar_mil_l_v1) > 0) { Info_AddChoice(dia_strf_1107_fleenow,"(dát kovanou zbroj domobránce)",dia_strf_1107_fleenow_mil_l_v1); }; if(Npc_HasItems(other,ItAr_MIL_M) > 0) { Info_AddChoice(dia_strf_1107_fleenow,"(dát těžkou zbroj domobránce)",dia_strf_1107_fleenow_mil_m); }; if(Npc_HasItems(other,itar_mil_m_v1) > 0) { Info_AddChoice(dia_strf_1107_fleenow,"(dát těžkou kovanou zbroj domobránce)",dia_strf_1107_fleenow_mil_m_v1); }; if(Npc_HasItems(other,ItAr_PAL_M) > 0) { Info_AddChoice(dia_strf_1107_fleenow,"(dát zbroj rytíře)",dia_strf_1107_fleenow_pal_m); }; if(Npc_HasItems(other,itar_pal_m_v1) > 0) { Info_AddChoice(dia_strf_1107_fleenow,"(dát kovanou zbroj rytíře)",dia_strf_1107_fleenow_pal_m_v1); }; if(Npc_HasItems(other,ItAr_PAl_H) > 0) { Info_AddChoice(dia_strf_1107_fleenow,"(dát zbroj paladina)",dia_strf_1107_fleenow_pal_h); }; if(Npc_HasItems(other,ITAR_DJG_Crawler) > 0) { Info_AddChoice(dia_strf_1107_fleenow,"(dát zbroj z krunýřů důlního červa)",dia_strf_1107_fleenow_djg_lcr); }; if(Npc_HasItems(other,ITAR_PAL_H_V1) > 0) { Info_AddChoice(dia_strf_1107_fleenow,"(dát kovanou zbroj paladina)",dia_strf_1107_fleenow_pal_h_v1); }; if(Npc_HasItems(other,ITAR_Leather_L) > 0) { Info_AddChoice(dia_strf_1107_fleenow,"(dát koženou zbroj)",dia_strf_1107_fleenow_pal_h_v2); }; } else { AI_Output(self,other,"DIA_STRF_1107_FleeNow_01_01"); //Priamo v strede bieleho dna? Si na hlavu?!... Půjdeme v noci. AI_StopProcessInfos(self); }; }; func void dia_strf_1107_fleenow_back() { AI_Output(self,other,"DIA_STRF_1107_FleeNow_01_05"); //A tu je problém. Príprava... (Povzdech) AI_StopProcessInfos(self); }; func void dia_strf_1107_fleenow_tatsache() { AI_EquipBestArmor(self); AI_Output(self,other,"DIA_STRF_1107_FleeNow_01_03"); //Správne! B_GivePlayerXP(100); AI_Output(self,other,"DIA_STRF_1107_FleeNow_01_04"); //A ako je to so zbranou? Info_ClearChoices(dia_strf_1107_fleenow); if(Npc_HasItems(other,ItMw_Schwert) > 0) { Info_AddChoice(dia_strf_1107_fleenow,"(dát meč)",dia_strf_1107_fleenow_ItMw_Schwert); }; if(Npc_HasItems(other,ItMw_1h_Sld_Sword_New) > 0) { Info_AddChoice(dia_strf_1107_fleenow,"(dát prostý meč)",dia_strf_1107_fleenow_ItMw_1h_Sld_Sword_New); }; if(Npc_HasItems(other,ItMw_Schwert2) > 0) { Info_AddChoice(dia_strf_1107_fleenow,"(dát dlouhý meč)",dia_strf_1107_fleenow_ItMw_Schwert2); }; if(Npc_HasItems(other,ItMw_1H_Common_01) > 0) { Info_AddChoice(dia_strf_1107_fleenow,"(dát meč vlastní výroby)",dia_strf_1107_fleenow_ItMw_1H_Common_01); }; if(Npc_HasItems(other,ItMw_ShortSword1) > 0) { Info_AddChoice(dia_strf_1107_fleenow,"(dát krátký meč domobránce)",dia_strf_1107_fleenow_itmw_2h_orcsword_01); }; if(Npc_HasItems(other,ItMw_1h_Mil_Sword) > 0) { Info_AddChoice(dia_strf_1107_fleenow,"(dát meč domobránce)",dia_strf_1107_fleenow_itmw_2h_orcsword_02); }; if(Npc_HasItems(other,ItMw_Schwert3) > 0) { Info_AddChoice(dia_strf_1107_fleenow,"(dát palaš)",dia_strf_1107_fleenow_itmw_2h_orcaxe_04); }; if(Npc_HasItems(other,ItMw_1h_Pal_Sword) > 0) { Info_AddChoice(dia_strf_1107_fleenow,"(dát paladinský meč)",dia_strf_1107_fleenow_itmw_2h_orcaxe_03); }; if(Npc_HasItems(other,ItMw_2h_Pal_Sword) > 0) { Info_AddChoice(dia_strf_1107_fleenow,"(dát paladinský obouruční meč)",dia_strf_1107_fleenow_itmw_2h_orcaxe_02); }; if(Npc_HasItems(other,ItMw_Zweihaender1) > 0) { Info_AddChoice(dia_strf_1107_fleenow,"(dát lehký obouruční meč)",dia_strf_1107_fleenow_itmw_2h_orcaxe_01); }; Info_AddChoice(dia_strf_1107_fleenow,"Už nic jiného nemám...",dia_strf_1107_fleenow_nosword); }; func void dia_strf_1107_fleenow_axegiven() { B_GivePlayerXP(50); AI_EquipBestMeleeWeapon(self); Info_ClearChoices(dia_strf_1107_fleenow); AI_Output(self,other,"DIA_STRF_1107_FleeNow_01_08"); //Úžasné! AI_Output(self,other,"DIA_STRF_1107_FleeNow_01_09"); //Teraz můžeme íst! self.aivar[AIV_PARTYMEMBER] = TRUE; COOK1107_GOBASE = TRUE; AI_StopProcessInfos(self); Npc_ExchangeRoutine(self,"GoForestBase"); }; func void dia_strf_1107_fleenow_djg_lcr() { B_GiveInvItems(other,self,ITAR_DJG_Crawler,1); dia_strf_1107_fleenow_tatsache(); }; func void dia_strf_1107_fleenow_djg_l() { B_GiveInvItems(other,self,itar_djg_l,1); dia_strf_1107_fleenow_tatsache(); }; func void dia_strf_1107_fleenow_djg_l_v1() { B_GiveInvItems(other,self,itar_djg_l_v1,1); dia_strf_1107_fleenow_tatsache(); }; func void dia_strf_1107_fleenow_djg_m() { B_GiveInvItems(other,self,itar_djg_m,1); dia_strf_1107_fleenow_tatsache(); }; func void dia_strf_1107_fleenow_djg_m_v1() { B_GiveInvItems(other,self,itar_djg_m_v1,1); dia_strf_1107_fleenow_tatsache(); }; func void dia_strf_1107_fleenow_djg_h() { B_GiveInvItems(other,self,itar_djg_h,1); dia_strf_1107_fleenow_tatsache(); }; func void dia_strf_1107_fleenow_djg_h_v1() { B_GiveInvItems(other,self,itar_djg_h_v1,1); dia_strf_1107_fleenow_tatsache(); }; func void dia_strf_1107_fleenow_mil_l() { B_GiveInvItems(other,self,ITAR_Mil_L,1); dia_strf_1107_fleenow_tatsache(); }; func void dia_strf_1107_fleenow_mil_m() { B_GiveInvItems(other,self,ItAr_MIL_M,1); dia_strf_1107_fleenow_tatsache(); }; func void dia_strf_1107_fleenow_mil_l_v1() { B_GiveInvItems(other,self,itar_mil_l_v1,1); dia_strf_1107_fleenow_tatsache(); }; func void dia_strf_1107_fleenow_mil_m_v1() { B_GiveInvItems(other,self,itar_mil_m_v1,1); dia_strf_1107_fleenow_tatsache(); }; func void dia_strf_1107_fleenow_pal_m() { B_GiveInvItems(other,self,ItAr_PAL_M,1); dia_strf_1107_fleenow_tatsache(); }; func void dia_strf_1107_fleenow_pal_h() { B_GiveInvItems(other,self,ItAr_PAl_H,1); dia_strf_1107_fleenow_tatsache(); }; func void dia_strf_1107_fleenow_pal_m_v1() { B_GiveInvItems(other,self,itar_pal_m_v1,1); dia_strf_1107_fleenow_tatsache(); }; func void dia_strf_1107_fleenow_pal_h_v1() { B_GiveInvItems(other,self,ITAR_DJG_Crawler,1); dia_strf_1107_fleenow_tatsache(); }; func void dia_strf_1107_fleenow_pal_h_v2() { B_GiveInvItems(other,self,ITAR_Leather_L,1); dia_strf_1107_fleenow_tatsache(); }; func void dia_strf_1107_fleenow_itmw_2h_orcsword_01() { B_GiveInvItems(other,self,ItMw_ShortSword1,1); dia_strf_1107_fleenow_axegiven(); }; func void dia_strf_1107_fleenow_itmw_2h_orcsword_02() { B_GiveInvItems(other,self,ItMw_1h_Mil_Sword,1); dia_strf_1107_fleenow_axegiven(); }; func void dia_strf_1107_fleenow_itmw_2h_orcaxe_04() { B_GiveInvItems(other,self,ItMw_Schwert3,1); dia_strf_1107_fleenow_axegiven(); }; func void dia_strf_1107_fleenow_itmw_2h_orcaxe_03() { B_GiveInvItems(other,self,ItMw_1h_Pal_Sword,1); dia_strf_1107_fleenow_axegiven(); }; func void dia_strf_1107_fleenow_itmw_2h_orcaxe_02() { B_GiveInvItems(other,self,ItMw_2h_Pal_Sword,1); dia_strf_1107_fleenow_axegiven(); }; func void dia_strf_1107_fleenow_itmw_2h_orcaxe_01() { B_GiveInvItems(other,self,ItMw_Zweihaender1,1); dia_strf_1107_fleenow_axegiven(); }; func void dia_strf_1107_fleenow_ItMw_Schwert() { B_GiveInvItems(other,self,ItMw_Schwert,1); dia_strf_1107_fleenow_axegiven(); }; func void dia_strf_1107_fleenow_ItMw_1h_Sld_Sword_New() { B_GiveInvItems(other,self,ItMw_1h_Sld_Sword_New,1); dia_strf_1107_fleenow_axegiven(); }; func void dia_strf_1107_fleenow_ItMw_Schwert2() { B_GiveInvItems(other,self,ItMw_Schwert2,1); dia_strf_1107_fleenow_axegiven(); }; func void dia_strf_1107_fleenow_ItMw_1H_Common_01() { B_GiveInvItems(other,self,ItMw_1H_Common_01,1); dia_strf_1107_fleenow_axegiven(); }; func void dia_strf_1107_fleenow_nosword() { AI_Output(other,self,"DIA_STRF_1107_FleeNow_15_02"); //Nenašel jsem nic vhodného. AI_Output(self,other,"DIA_STRF_1107_FleeNow_01_06"); //Copak jsi nenašel žádné skřetí zbraně? AI_Output(self,other,"DIA_STRF_1107_FleeNow_01_07"); //Začínám pochybovat, že se tam dostaneme. AI_Output(self,other,"DIA_STRF_1107_FleeNow_01_10"); //No už je pozdě se hádat. Pojďme! self.aivar[AIV_PARTYMEMBER] = TRUE; COOK1107_GOBASE = TRUE; AI_StopProcessInfos(self); Npc_ExchangeRoutine(self,"GoForestBase"); }; instance DIA_STRF_1107_ARRIVEDBASE(C_Info) { npc = STRF_1107_Straefling; nr = 1; condition = dia_strf_1107_arrivedbase_condition; information = dia_strf_1107_arrivedbase_info; important = TRUE; }; func int dia_strf_1107_arrivedbase_condition() { if((Npc_GetDistToWP(self,"WP_COAST_FOREST_58") <= 1000) && (self.aivar[AIV_PARTYMEMBER] == TRUE)) { return TRUE; }; }; func void dia_strf_1107_arrivedbase_info() { B_GivePlayerXP(500); AI_Output(self,other,"DIA_STRF_1107_ArrivedBase_01_00"); //Toto je ono? Perfektné, vyhovuje mi to tu. AI_Output(other,self,"DIA_STRF_1107_ArrivedBase_01_01"); //A teraz moja cast dohody. AI_Output(self,other,"DIA_STRF_1107_ArrivedBase_01_02"); //Mal som priatela z Nového tábora. Kde je teraz, po všetkých udalostiach - to neviem. AI_Output(self,other,"DIA_STRF_1107_ArrivedBase_01_03"); //Dal mi klúc od skladu. Tu, klúc od truhly v Novom tábore - niekde pri ryžových poliach. AI_Output(self,other,"DIA_STRF_1107_ArrivedBase_01_04"); //Tam tiež leží truhla s rudou - je na vrchu plošiny vysokej veže. AI_Output(self,other,"DIA_STRF_1107_ArrivedBase_01_05"); //Ako sa dostat cez izbu na druhom podlaží hradu je už tvoja starost. AI_Output(self,other,"DIA_STRF_1107_ArrivedBase_01_06"); //Opovážil som sa povedat, že nemám klúc od truhly s rudou. A to bola pravda! AI_Output(self,other,"DIA_STRF_1107_ArrivedBase_01_07"); //V každom prípade, si si ho úplne zaslúžil. AI_Output(self,other,"DIA_STRF_1107_ArrivedBase_01_08"); //Vdaka, priatelu. AI_Output(self,other,"DIA_STRF_1107_ArrivedBase_01_09"); //Řekl že tam najdu něco velmi hodnotného. B_GiveInvItems(self,other,itke_nc_cookchest,1); AI_Output(self,other,"DIA_STRF_1107_ArrivedBase_01_10"); //Tady, vezmi si to. Já tam určitě nepůjdu. AI_Output(self,other,"DIA_STRF_1107_ArrivedBase_01_11"); //To je všechno. Ještě něco? AI_Output(other,self,"DIA_STRF_1107_ArrivedBase_01_12"); //No, doufám že tvůj přítel nelhal. self.aivar[AIV_PARTYMEMBER] = FALSE; MIS_OCCOOKFLEE = LOG_SUCCESS; Log_SetTopicStatus(TOPIC_OCCOOKFLEE,LOG_SUCCESS); B_LogEntry(TOPIC_OCCOOKFLEE,"Cliff mi dal klúc od truhly v Novom tábore v ktorej je uschovaný klúc od truhly s rudou."); AI_StopProcessInfos(self); Npc_ExchangeRoutine(self,"STAYINCAMP"); }; var int CliffTellCassia; instance DIA_STRF_1107_CASSIA(C_Info) { npc = STRF_1107_Straefling; nr = 4; condition = dia_strf_1107_cassia_condition; information = dia_strf_1107_cassia_info; permanent = TRUE; description = "A nevíš náhodou..."; }; func int dia_strf_1107_cassia_condition() { if(((MIS_CASSIAGOLDCUP == LOG_Running) && (CliffTellCassia == FALSE) && (Npc_HasItems(other,ITKE_TWOSTORE) == 0) && ((MIS_OCCOOKFLEE == LOG_SUCCESS) || (MIS_OCCOOKFLEE == LOG_Running))) || ((MIS_RARETHINGS == LOG_Running) && (Npc_KnowsInfo(hero,dia_gomez_hello) == FALSE))) { return TRUE; }; }; func void dia_strf_1107_cassia_info() { Info_ClearChoices(dia_strf_1107_cassia); Info_AddChoice(dia_strf_1107_cassia,Dialog_Back,dia_strf_1107_cassia_back); if((MIS_RARETHINGS == LOG_Running) && (Npc_KnowsInfo(hero,dia_gomez_hello) == FALSE)) { Info_AddChoice(dia_strf_1107_cassia,"O soškách Innose z černého mramoru?",dia_strf_1107_cassia_rarethings); }; if((MIS_CASSIAGOLDCUP != LOG_SUCCESS) && (MIS_CASSIAGOLDCUP == LOG_Running) && (Npc_HasItems(other,ITKE_TWOSTORE) == 0) && ((MIS_OCCOOKFLEE == LOG_SUCCESS) || (MIS_OCCOOKFLEE == LOG_Running))) { Info_AddChoice(dia_strf_1107_cassia,"O číši rudobarona?",dia_strf_1107_cassia_goldcup); }; }; func void dia_strf_1107_cassia_goldcup() { AI_Output(other,self,"DIA_STRF_1107_Cassia_15_00"); //A ty nevíš kde by mohla být číše rudobarona? AI_Output(self,other,"DIA_STRF_1107_Cassia_01_01"); //Ha, teď už věřím že jsi z kolonie. Slyšel jsem o tom. AI_Output(self,other,"DIA_STRF_1107_Cassia_01_02"); //Bude někde ve skladu. Engor ztratil klíč... AI_Output(self,other,"DIA_STRF_1107_Cassia_01_03"); //I kdybys ho našel, potřebuješ ještě jeden a ten má buď Oric nebo Percival. AI_Output(self,other,"DIA_STRF_1107_Cassia_01_04"); //Musíš být velmi mazaný, že si troufáš na takovou krádež. if(MILTENSAYABOUTOCKEY == FALSE) { B_LogEntry(TOPIC_CASSIAGOLDCUP,"Číše rudobarona bude ve skladu paladinů. Klíč od skladu má Percival nebo Oric. Druhý klíč ztratil Engor."); } else { B_LogEntry(TOPIC_CASSIAGOLDCUP,"Číše rudobarona bude ve skladu paladinů. Klíč od skladu má Percival nebo Oric. Druhý klíč ztratil Engor."); }; CliffTellCassia = TRUE; }; func void dia_strf_1107_cassia_rarethings() { AI_Output(other,self,"DIA_STRF_1107_Cassia_15_01"); //Víš něco o soškách Innose z černého mramoru? AI_Output(self,other,"DIA_STRF_1107_Cassia_01_05"); //Gomez měl nějaké černé figurky, kterýmy se vychloubal. AI_Output(self,other,"DIA_STRF_1107_Cassia_01_06"); //Nejspíš zůstali někde na hradě. Podívejt se v pokojích paladinů nebo Gomezových starých komnatách... AI_Output(self,other,"DIA_STRF_1107_Cassia_01_07"); //No a klíče jsou v kapsách paladinů. B_LogEntry(TOPIC_RARETHINGS,"Sošky pro Lutera jsou někde na hradě."); }; func void dia_strf_1107_cassia_back() { Info_ClearChoices(dia_strf_1107_cassia); AI_StopProcessInfos(self); }; instance DIA_STRF_1107_Straefling_Ship(C_Info) { npc = STRF_1107_Straefling; nr = 1; condition = DIA_STRF_1107_Straefling_Ship_condition; information = DIA_STRF_1107_Straefling_Ship_info; permanent = FALSE; description = "Chceš se dostat z ostrova?"; }; func int DIA_STRF_1107_Straefling_Ship_condition() { if((MIS_SylvioCrew == LOG_Running) && (MIS_OCCOOKFLEE == LOG_SUCCESS) && (MoveDracarBoard == FALSE)) { return TRUE; }; }; func void DIA_STRF_1107_Straefling_Ship_info() { B_GivePlayerXP(400); AI_Output(other,self,"DIA_STRF_1107_Straefling_Ship_01_00"); //Chceš se dostat z ostrova? AI_Output(self,other,"DIA_STRF_1107_Straefling_Ship_01_01"); //No jasně že jo! Nemůžu to tu vystát. AI_Output(other,self,"DIA_STRF_1107_Straefling_Ship_01_02"); //Nyní máš možnost. AI_Output(self,other,"DIA_STRF_1107_Straefling_Ship_01_03"); //Děláš si srandu? Nechápu? AI_Output(other,self,"DIA_STRF_1107_Straefling_Ship_01_04"); //Jakýpk vtip! Potřebuji kuchaře na lodi. AI_Output(other,self,"DIA_STRF_1107_Straefling_Ship_01_05"); //Přesněji ne já, ale žoldák jménem Sylvio. AI_Output(self,other,"DIA_STRF_1107_Straefling_Ship_01_06"); //Jo? No... jen aby to vyšlo... AI_Output(other,self,"DIA_STRF_1107_Straefling_Ship_01_07"); //Jo, jo. Klid. AI_Output(self,other,"DIA_STRF_1107_Straefling_Ship_01_09"); //Se ptej - jasně! AI_Output(self,other,"DIA_STRF_1107_Straefling_Ship_01_10"); //Jen jedna věc, má ten člověk loď? AI_Output(other,self,"DIA_STRF_1107_Straefling_Ship_01_11"); //Samozřejmě! Není daleko odtud. AI_Output(self,other,"DIA_STRF_1107_Straefling_Ship_01_12"); //Vážně? Nevěděl jsem o jiné lodi! AI_Output(other,self,"DIA_STRF_1107_Straefling_Ship_01_13"); //No to je ona! AI_Output(self,other,"DIA_STRF_1107_Straefling_Ship_01_14"); //Co? Ukradl loď skřetům? AI_Output(other,self,"DIA_STRF_1107_Straefling_Ship_01_15"); //No co. To je fuk ne? Hlavně že teď na ní můžeš nastoupit. AI_Output(other,self,"DIA_STRF_1107_Straefling_Ship_01_16"); //Můžeme vyrazit. Počkej tam na Silvia. AI_Output(self,other,"DIA_STRF_1107_Straefling_Ship_01_17"); //No, ano. Jenom zpočátku budu trochu odpočívat. ClifAgree = TRUE; AI_StopProcessInfos(self); }; instance DIA_STRF_1107_Straefling_Drakar_Perm(C_Info) { npc = STRF_1107_Straefling; nr = 1; condition = DIA_STRF_1107_Straefling_Drakar_Perm_condition; information = DIA_STRF_1107_Straefling_Drakar_Perm_info; permanent = TRUE; description = "Připraveno?"; }; func int DIA_STRF_1107_Straefling_Drakar_Perm_condition() { if((MoveDracarBoard == TRUE) && (CliffOnBoard == TRUE)) { return TRUE; }; }; func void DIA_STRF_1107_Straefling_Drakar_Perm_info() { AI_Output(other,self,"DIA_STRF_1107_Straefling_Drakar_Perm_01_00"); //Připraveno? AI_Output(self,other,"DIA_STRF_1107_Straefling_Drakar_Perm_01_01"); //Myslím že ano. AI_Output(self,other,"DIA_STRF_1107_Straefling_Drakar_Perm_01_02"); //Chápeš není čas si vybírat. AI_Output(self,other,"DIA_STRF_1107_Straefling_Drakar_Perm_01_03"); //Skřeti zde měli skvělé zásoby. Plné sklady masa. AI_Output(self,other,"DIA_STRF_1107_Straefling_Drakar_Perm_01_04"); //Takže hladem nezemřeme. };
D
//*************************** // Shadowbeast Prototype //*************************** PROTOTYPE Mst_Default_Shadowbeast(C_Npc) { //----- Monster ---- name = "Cieniostwór"; guild = GIL_SHADOWBEAST; aivar[AIV_MM_REAL_ID] = ID_SHADOWBEAST; level = 30; //----- Attribute ---- attribute [ATR_STRENGTH] = 150; attribute [ATR_DEXTERITY] = 150; attribute [ATR_HITPOINTS_MAX] = 300; attribute [ATR_HITPOINTS] = 300; attribute [ATR_MANA_MAX] = 0; attribute [ATR_MANA] = 0; //----- Protections ---- protection [PROT_BLUNT] = 125; protection [PROT_EDGE] = 125; protection [PROT_POINT] = 75; protection [PROT_FIRE] = 125; protection [PROT_FLY] = 125; protection [PROT_MAGIC] = 20; //----- Damage Types ---- damagetype = DAM_EDGE; // damage [DAM_INDEX_BLUNT] = 0; // damage [DAM_INDEX_EDGE] = 0; // damage [DAM_INDEX_POINT] = 0; // damage [DAM_INDEX_FIRE] = 0; // damage [DAM_INDEX_FLY] = 0; // damage [DAM_INDEX_MAGIC] = 0; //----- Kampf-Taktik ---- fight_tactic = FAI_SHADOWBEAST; //----- Senses & Ranges ---- senses = SENSE_HEAR | SENSE_SEE | SENSE_SMELL; senses_range = PERC_DIST_MONSTER_ACTIVE_MAX; aivar[AIV_MM_ThreatenBeforeAttack] = TRUE; aivar[AIV_MM_FollowTime] = FOLLOWTIME_MEDIUM; aivar[AIV_MM_FollowInWater] = FALSE; //----- Daily Routine ---- start_aistate = ZS_MM_AllScheduler; aivar[AIV_MM_SleepStart] = 6; aivar[AIV_MM_SleepEnd] = 20; aivar[AIV_MM_RoamStart] = 20; aivar[AIV_MM_RoamEnd] = 6; }; //*************** // Visuals //*************** func void B_SetVisuals_Shadowbeast() { Mdl_SetVisual (self,"Shadow.mds"); // Body-Mesh Body-Tex Skin-Color Head-MMS Head-Tex Teeth-Tex ARMOR Mdl_SetVisualBody (self, "Sha_Body", DEFAULT, DEFAULT, "", DEFAULT, DEFAULT, -1); }; //******************* // Shadowbeast //******************* INSTANCE Shadowbeast (Mst_Default_Shadowbeast) { B_SetVisuals_Shadowbeast(); Npc_SetToFistMode(self); CreateInvItems (self, ItFoMuttonRaw, 2); }; //Addon INSTANCE BeachShadowbeast1 (Mst_Default_Shadowbeast) { B_SetVisuals_Shadowbeast(); Npc_SetToFistMode(self); CreateInvItems (self, ItFoMuttonRaw, 2); };
D
/Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/x86_64-apple-macosx/debug/NIOOpenSSL.build/SSLPrivateKey.swift.o : /Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/checkouts/swift-nio-ssl/Sources/NIOOpenSSL/ByteBufferBIO.swift /Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/checkouts/swift-nio-ssl/Sources/NIOOpenSSL/SSLPKCS12Bundle.swift /Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/checkouts/swift-nio-ssl/Sources/NIOOpenSSL/SSLCertificate.swift /Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/checkouts/swift-nio-ssl/Sources/NIOOpenSSL/IdentityVerification.swift /Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/checkouts/swift-nio-ssl/Sources/NIOOpenSSL/TLSConfiguration.swift /Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/checkouts/swift-nio-ssl/Sources/NIOOpenSSL/SSLConnection.swift /Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/checkouts/swift-nio-ssl/Sources/NIOOpenSSL/OpenSSLHandler.swift /Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/checkouts/swift-nio-ssl/Sources/NIOOpenSSL/OpenSSLServerHandler.swift /Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/checkouts/swift-nio-ssl/Sources/NIOOpenSSL/OpenSSLClientHandler.swift /Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/checkouts/swift-nio-ssl/Sources/NIOOpenSSL/SSLVerificationCallbacks.swift /Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/checkouts/swift-nio-ssl/Sources/NIOOpenSSL/SSLPointerTricks.swift /Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/checkouts/swift-nio-ssl/Sources/NIOOpenSSL/SSLErrors.swift /Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/checkouts/swift-nio-ssl/Sources/NIOOpenSSL/SSLInit.swift /Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/checkouts/swift-nio-ssl/Sources/NIOOpenSSL/PosixPort.swift /Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/checkouts/swift-nio-ssl/Sources/NIOOpenSSL/SSLContext.swift /Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/checkouts/swift-nio-ssl/Sources/NIOOpenSSL/SSLPublicKey.swift /Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/checkouts/swift-nio-ssl/Sources/NIOOpenSSL/SSLPrivateKey.swift /Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/x86_64-apple-macosx/debug/NIO.swiftmodule /Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/x86_64-apple-macosx/debug/NIOTLS.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/ObjectiveC.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/Combine.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/Dispatch.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/Darwin.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/Swift.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/SwiftOnoneSupport.swiftmodule/x86_64-apple-macos.swiftmodule /Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/x86_64-apple-macosx/debug/NIOConcurrencyHelpers.swiftmodule /usr/local/Cellar/libressl/3.0.2/include/openssl/asn1.h /usr/local/Cellar/libressl/3.0.2/include/openssl/tls1.h /usr/local/Cellar/libressl/3.0.2/include/openssl/dtls1.h /usr/local/Cellar/libressl/3.0.2/include/openssl/pkcs12.h /usr/local/Cellar/libressl/3.0.2/include/openssl/ssl2.h /usr/local/Cellar/libressl/3.0.2/include/openssl/pem2.h /usr/local/Cellar/libressl/3.0.2/include/openssl/ssl23.h /usr/local/Cellar/libressl/3.0.2/include/openssl/ssl3.h /usr/local/Cellar/libressl/3.0.2/include/openssl/x509v3.h /usr/local/Cellar/libressl/3.0.2/include/openssl/md5.h /usr/local/Cellar/libressl/3.0.2/include/openssl/pkcs7.h /usr/local/Cellar/libressl/3.0.2/include/openssl/x509.h /usr/local/Cellar/libressl/3.0.2/include/openssl/sha.h /usr/local/Cellar/libressl/3.0.2/include/openssl/dsa.h /usr/local/Cellar/libressl/3.0.2/include/openssl/ecdsa.h /usr/local/Cellar/libressl/3.0.2/include/openssl/rsa.h /usr/local/Cellar/libressl/3.0.2/include/openssl/obj_mac.h /usr/local/Cellar/libressl/3.0.2/include/openssl/hmac.h /usr/local/Cellar/libressl/3.0.2/include/openssl/ec.h /Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/checkouts/swift-nio/Sources/CNIOAtomics/include/cpp_magic.h /Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/checkouts/swift-nio/Sources/CNIOLinux/include/ifaddrs-android.h /usr/local/Cellar/libressl/3.0.2/include/openssl/rand.h /usr/local/Cellar/libressl/3.0.2/include/openssl/conf.h /usr/local/Cellar/libressl/3.0.2/include/openssl/opensslconf.h /usr/local/Cellar/libressl/3.0.2/include/openssl/dh.h /usr/local/Cellar/libressl/3.0.2/include/openssl/ecdh.h /usr/local/Cellar/libressl/3.0.2/include/openssl/lhash.h /usr/local/Cellar/libressl/3.0.2/include/openssl/stack.h /usr/local/Cellar/libressl/3.0.2/include/openssl/safestack.h /usr/local/Cellar/libressl/3.0.2/include/openssl/ssl.h /Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/checkouts/swift-nio-ssl/Sources/CNIOOpenSSL/include/c_nio_openssl.h /usr/local/Cellar/libressl/3.0.2/include/openssl/pem.h /usr/local/Cellar/libressl/3.0.2/include/openssl/bn.h /Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/checkouts/swift-nio/Sources/CNIODarwin/include/CNIODarwin.h /usr/local/Cellar/libressl/3.0.2/include/openssl/bio.h /usr/local/Cellar/libressl/3.0.2/include/openssl/crypto.h /usr/local/Cellar/libressl/3.0.2/include/openssl/srtp.h /usr/local/Cellar/libressl/3.0.2/include/openssl/evp.h /usr/local/Cellar/libressl/3.0.2/include/openssl/ossl_typ.h /usr/local/Cellar/libressl/3.0.2/include/openssl/buffer.h /usr/local/Cellar/libressl/3.0.2/include/openssl/err.h /Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/checkouts/swift-nio/Sources/CNIOAtomics/include/CNIOAtomics.h /usr/local/Cellar/libressl/3.0.2/include/openssl/opensslfeatures.h /usr/local/Cellar/libressl/3.0.2/include/openssl/objects.h /usr/local/Cellar/libressl/3.0.2/include/openssl/opensslv.h /Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/checkouts/swift-nio/Sources/CNIOLinux/include/CNIOLinux.h /usr/local/Cellar/libressl/3.0.2/include/openssl/x509_vfy.h /Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/x86_64-apple-macosx/debug/CNIOSHA1.build/module.modulemap /Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/x86_64-apple-macosx/debug/NIOHTTP1.build/module.modulemap /Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/x86_64-apple-macosx/debug/SQL.build/module.modulemap /Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/x86_64-apple-macosx/debug/FluentSQL.build/module.modulemap /Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/x86_64-apple-macosx/debug/MySQL.build/module.modulemap /Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/x86_64-apple-macosx/debug/FluentMySQL.build/module.modulemap /Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/x86_64-apple-macosx/debug/NIOOpenSSL.build/module.modulemap /Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/x86_64-apple-macosx/debug/CNIOOpenSSL.build/module.modulemap /Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/x86_64-apple-macosx/debug/CCryptoOpenSSL.build/module.modulemap /Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/x86_64-apple-macosx/debug/NIO.build/module.modulemap /Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/x86_64-apple-macosx/debug/HTTP.build/module.modulemap /Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/x86_64-apple-macosx/debug/NIOTLS.build/module.modulemap /Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/x86_64-apple-macosx/debug/CNIOZlib.build/module.modulemap /Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/x86_64-apple-macosx/debug/Async.build/module.modulemap /Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/x86_64-apple-macosx/debug/Command.build/module.modulemap /Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/x86_64-apple-macosx/debug/Service.build/module.modulemap /Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/x86_64-apple-macosx/debug/Console.build/module.modulemap /Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/x86_64-apple-macosx/debug/Core.build/module.modulemap /Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/x86_64-apple-macosx/debug/SQLite.build/module.modulemap /Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/x86_64-apple-macosx/debug/FluentSQLite.build/module.modulemap /Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/x86_64-apple-macosx/debug/NIOPriorityQueue.build/module.modulemap /Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/x86_64-apple-macosx/debug/Logging.build/module.modulemap /Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/x86_64-apple-macosx/debug/Debugging.build/module.modulemap /Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/x86_64-apple-macosx/debug/Routing.build/module.modulemap /Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/x86_64-apple-macosx/debug/SQLBenchmark.build/module.modulemap /Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/x86_64-apple-macosx/debug/FluentBenchmark.build/module.modulemap /Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/x86_64-apple-macosx/debug/COperatingSystem.build/module.modulemap /Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/x86_64-apple-macosx/debug/Random.build/module.modulemap /Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/x86_64-apple-macosx/debug/URLEncodedForm.build/module.modulemap /Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/x86_64-apple-macosx/debug/CNIODarwin.build/module.modulemap /Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/x86_64-apple-macosx/debug/Authentication.build/module.modulemap /Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/x86_64-apple-macosx/debug/Validation.build/module.modulemap /Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/x86_64-apple-macosx/debug/Crypto.build/module.modulemap /Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/x86_64-apple-macosx/debug/App.build/module.modulemap /Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/x86_64-apple-macosx/debug/CNIOHTTPParser.build/module.modulemap /Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/x86_64-apple-macosx/debug/Vapor.build/module.modulemap /Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/x86_64-apple-macosx/debug/CNIOAtomics.build/module.modulemap /Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/x86_64-apple-macosx/debug/NIOConcurrencyHelpers.build/module.modulemap /Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/x86_64-apple-macosx/debug/Bits.build/module.modulemap /Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/x86_64-apple-macosx/debug/NIOFoundationCompat.build/module.modulemap /Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/x86_64-apple-macosx/debug/WebSocket.build/module.modulemap /Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/x86_64-apple-macosx/debug/NIOWebSocket.build/module.modulemap /Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/x86_64-apple-macosx/debug/DatabaseKit.build/module.modulemap /Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/x86_64-apple-macosx/debug/TemplateKit.build/module.modulemap /Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/x86_64-apple-macosx/debug/Fluent.build/module.modulemap /Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/x86_64-apple-macosx/debug/Multipart.build/module.modulemap /Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/x86_64-apple-macosx/debug/CNIOLinux.build/module.modulemap /Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/checkouts/swift-nio-zlib-support/module.modulemap /Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/checkouts/swift-nio-ssl-support/module.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/objc/ObjectiveC.apinotes /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/apinotes/Dispatch.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/Darwin.apinotes /Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/x86_64-apple-macosx/debug/NIOOpenSSL.build/SSLPrivateKey~partial.swiftmodule : /Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/checkouts/swift-nio-ssl/Sources/NIOOpenSSL/ByteBufferBIO.swift /Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/checkouts/swift-nio-ssl/Sources/NIOOpenSSL/SSLPKCS12Bundle.swift /Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/checkouts/swift-nio-ssl/Sources/NIOOpenSSL/SSLCertificate.swift /Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/checkouts/swift-nio-ssl/Sources/NIOOpenSSL/IdentityVerification.swift /Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/checkouts/swift-nio-ssl/Sources/NIOOpenSSL/TLSConfiguration.swift /Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/checkouts/swift-nio-ssl/Sources/NIOOpenSSL/SSLConnection.swift /Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/checkouts/swift-nio-ssl/Sources/NIOOpenSSL/OpenSSLHandler.swift /Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/checkouts/swift-nio-ssl/Sources/NIOOpenSSL/OpenSSLServerHandler.swift /Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/checkouts/swift-nio-ssl/Sources/NIOOpenSSL/OpenSSLClientHandler.swift /Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/checkouts/swift-nio-ssl/Sources/NIOOpenSSL/SSLVerificationCallbacks.swift /Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/checkouts/swift-nio-ssl/Sources/NIOOpenSSL/SSLPointerTricks.swift /Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/checkouts/swift-nio-ssl/Sources/NIOOpenSSL/SSLErrors.swift /Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/checkouts/swift-nio-ssl/Sources/NIOOpenSSL/SSLInit.swift /Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/checkouts/swift-nio-ssl/Sources/NIOOpenSSL/PosixPort.swift /Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/checkouts/swift-nio-ssl/Sources/NIOOpenSSL/SSLContext.swift /Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/checkouts/swift-nio-ssl/Sources/NIOOpenSSL/SSLPublicKey.swift /Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/checkouts/swift-nio-ssl/Sources/NIOOpenSSL/SSLPrivateKey.swift /Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/x86_64-apple-macosx/debug/NIO.swiftmodule /Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/x86_64-apple-macosx/debug/NIOTLS.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/ObjectiveC.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/Combine.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/Dispatch.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/Darwin.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/Swift.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/SwiftOnoneSupport.swiftmodule/x86_64-apple-macos.swiftmodule /Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/x86_64-apple-macosx/debug/NIOConcurrencyHelpers.swiftmodule /usr/local/Cellar/libressl/3.0.2/include/openssl/asn1.h /usr/local/Cellar/libressl/3.0.2/include/openssl/tls1.h /usr/local/Cellar/libressl/3.0.2/include/openssl/dtls1.h /usr/local/Cellar/libressl/3.0.2/include/openssl/pkcs12.h /usr/local/Cellar/libressl/3.0.2/include/openssl/ssl2.h /usr/local/Cellar/libressl/3.0.2/include/openssl/pem2.h /usr/local/Cellar/libressl/3.0.2/include/openssl/ssl23.h /usr/local/Cellar/libressl/3.0.2/include/openssl/ssl3.h /usr/local/Cellar/libressl/3.0.2/include/openssl/x509v3.h /usr/local/Cellar/libressl/3.0.2/include/openssl/md5.h /usr/local/Cellar/libressl/3.0.2/include/openssl/pkcs7.h /usr/local/Cellar/libressl/3.0.2/include/openssl/x509.h /usr/local/Cellar/libressl/3.0.2/include/openssl/sha.h /usr/local/Cellar/libressl/3.0.2/include/openssl/dsa.h /usr/local/Cellar/libressl/3.0.2/include/openssl/ecdsa.h /usr/local/Cellar/libressl/3.0.2/include/openssl/rsa.h /usr/local/Cellar/libressl/3.0.2/include/openssl/obj_mac.h /usr/local/Cellar/libressl/3.0.2/include/openssl/hmac.h /usr/local/Cellar/libressl/3.0.2/include/openssl/ec.h /Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/checkouts/swift-nio/Sources/CNIOAtomics/include/cpp_magic.h /Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/checkouts/swift-nio/Sources/CNIOLinux/include/ifaddrs-android.h /usr/local/Cellar/libressl/3.0.2/include/openssl/rand.h /usr/local/Cellar/libressl/3.0.2/include/openssl/conf.h /usr/local/Cellar/libressl/3.0.2/include/openssl/opensslconf.h /usr/local/Cellar/libressl/3.0.2/include/openssl/dh.h /usr/local/Cellar/libressl/3.0.2/include/openssl/ecdh.h /usr/local/Cellar/libressl/3.0.2/include/openssl/lhash.h /usr/local/Cellar/libressl/3.0.2/include/openssl/stack.h /usr/local/Cellar/libressl/3.0.2/include/openssl/safestack.h /usr/local/Cellar/libressl/3.0.2/include/openssl/ssl.h /Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/checkouts/swift-nio-ssl/Sources/CNIOOpenSSL/include/c_nio_openssl.h /usr/local/Cellar/libressl/3.0.2/include/openssl/pem.h /usr/local/Cellar/libressl/3.0.2/include/openssl/bn.h /Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/checkouts/swift-nio/Sources/CNIODarwin/include/CNIODarwin.h /usr/local/Cellar/libressl/3.0.2/include/openssl/bio.h /usr/local/Cellar/libressl/3.0.2/include/openssl/crypto.h /usr/local/Cellar/libressl/3.0.2/include/openssl/srtp.h /usr/local/Cellar/libressl/3.0.2/include/openssl/evp.h /usr/local/Cellar/libressl/3.0.2/include/openssl/ossl_typ.h /usr/local/Cellar/libressl/3.0.2/include/openssl/buffer.h /usr/local/Cellar/libressl/3.0.2/include/openssl/err.h /Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/checkouts/swift-nio/Sources/CNIOAtomics/include/CNIOAtomics.h /usr/local/Cellar/libressl/3.0.2/include/openssl/opensslfeatures.h /usr/local/Cellar/libressl/3.0.2/include/openssl/objects.h /usr/local/Cellar/libressl/3.0.2/include/openssl/opensslv.h /Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/checkouts/swift-nio/Sources/CNIOLinux/include/CNIOLinux.h /usr/local/Cellar/libressl/3.0.2/include/openssl/x509_vfy.h /Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/x86_64-apple-macosx/debug/CNIOSHA1.build/module.modulemap /Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/x86_64-apple-macosx/debug/NIOHTTP1.build/module.modulemap /Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/x86_64-apple-macosx/debug/SQL.build/module.modulemap /Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/x86_64-apple-macosx/debug/FluentSQL.build/module.modulemap /Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/x86_64-apple-macosx/debug/MySQL.build/module.modulemap /Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/x86_64-apple-macosx/debug/FluentMySQL.build/module.modulemap /Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/x86_64-apple-macosx/debug/NIOOpenSSL.build/module.modulemap /Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/x86_64-apple-macosx/debug/CNIOOpenSSL.build/module.modulemap /Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/x86_64-apple-macosx/debug/CCryptoOpenSSL.build/module.modulemap /Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/x86_64-apple-macosx/debug/NIO.build/module.modulemap /Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/x86_64-apple-macosx/debug/HTTP.build/module.modulemap /Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/x86_64-apple-macosx/debug/NIOTLS.build/module.modulemap /Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/x86_64-apple-macosx/debug/CNIOZlib.build/module.modulemap /Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/x86_64-apple-macosx/debug/Async.build/module.modulemap /Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/x86_64-apple-macosx/debug/Command.build/module.modulemap /Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/x86_64-apple-macosx/debug/Service.build/module.modulemap /Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/x86_64-apple-macosx/debug/Console.build/module.modulemap /Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/x86_64-apple-macosx/debug/Core.build/module.modulemap /Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/x86_64-apple-macosx/debug/SQLite.build/module.modulemap /Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/x86_64-apple-macosx/debug/FluentSQLite.build/module.modulemap /Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/x86_64-apple-macosx/debug/NIOPriorityQueue.build/module.modulemap /Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/x86_64-apple-macosx/debug/Logging.build/module.modulemap /Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/x86_64-apple-macosx/debug/Debugging.build/module.modulemap /Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/x86_64-apple-macosx/debug/Routing.build/module.modulemap /Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/x86_64-apple-macosx/debug/SQLBenchmark.build/module.modulemap /Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/x86_64-apple-macosx/debug/FluentBenchmark.build/module.modulemap /Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/x86_64-apple-macosx/debug/COperatingSystem.build/module.modulemap /Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/x86_64-apple-macosx/debug/Random.build/module.modulemap /Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/x86_64-apple-macosx/debug/URLEncodedForm.build/module.modulemap /Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/x86_64-apple-macosx/debug/CNIODarwin.build/module.modulemap /Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/x86_64-apple-macosx/debug/Authentication.build/module.modulemap /Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/x86_64-apple-macosx/debug/Validation.build/module.modulemap /Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/x86_64-apple-macosx/debug/Crypto.build/module.modulemap /Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/x86_64-apple-macosx/debug/App.build/module.modulemap /Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/x86_64-apple-macosx/debug/CNIOHTTPParser.build/module.modulemap /Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/x86_64-apple-macosx/debug/Vapor.build/module.modulemap /Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/x86_64-apple-macosx/debug/CNIOAtomics.build/module.modulemap /Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/x86_64-apple-macosx/debug/NIOConcurrencyHelpers.build/module.modulemap /Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/x86_64-apple-macosx/debug/Bits.build/module.modulemap /Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/x86_64-apple-macosx/debug/NIOFoundationCompat.build/module.modulemap /Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/x86_64-apple-macosx/debug/WebSocket.build/module.modulemap /Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/x86_64-apple-macosx/debug/NIOWebSocket.build/module.modulemap /Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/x86_64-apple-macosx/debug/DatabaseKit.build/module.modulemap /Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/x86_64-apple-macosx/debug/TemplateKit.build/module.modulemap /Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/x86_64-apple-macosx/debug/Fluent.build/module.modulemap /Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/x86_64-apple-macosx/debug/Multipart.build/module.modulemap /Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/x86_64-apple-macosx/debug/CNIOLinux.build/module.modulemap /Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/checkouts/swift-nio-zlib-support/module.modulemap /Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/checkouts/swift-nio-ssl-support/module.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/objc/ObjectiveC.apinotes /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/apinotes/Dispatch.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/Darwin.apinotes /Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/x86_64-apple-macosx/debug/NIOOpenSSL.build/SSLPrivateKey~partial.swiftdoc : /Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/checkouts/swift-nio-ssl/Sources/NIOOpenSSL/ByteBufferBIO.swift /Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/checkouts/swift-nio-ssl/Sources/NIOOpenSSL/SSLPKCS12Bundle.swift /Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/checkouts/swift-nio-ssl/Sources/NIOOpenSSL/SSLCertificate.swift /Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/checkouts/swift-nio-ssl/Sources/NIOOpenSSL/IdentityVerification.swift /Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/checkouts/swift-nio-ssl/Sources/NIOOpenSSL/TLSConfiguration.swift /Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/checkouts/swift-nio-ssl/Sources/NIOOpenSSL/SSLConnection.swift /Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/checkouts/swift-nio-ssl/Sources/NIOOpenSSL/OpenSSLHandler.swift /Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/checkouts/swift-nio-ssl/Sources/NIOOpenSSL/OpenSSLServerHandler.swift /Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/checkouts/swift-nio-ssl/Sources/NIOOpenSSL/OpenSSLClientHandler.swift /Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/checkouts/swift-nio-ssl/Sources/NIOOpenSSL/SSLVerificationCallbacks.swift /Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/checkouts/swift-nio-ssl/Sources/NIOOpenSSL/SSLPointerTricks.swift /Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/checkouts/swift-nio-ssl/Sources/NIOOpenSSL/SSLErrors.swift /Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/checkouts/swift-nio-ssl/Sources/NIOOpenSSL/SSLInit.swift /Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/checkouts/swift-nio-ssl/Sources/NIOOpenSSL/PosixPort.swift /Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/checkouts/swift-nio-ssl/Sources/NIOOpenSSL/SSLContext.swift /Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/checkouts/swift-nio-ssl/Sources/NIOOpenSSL/SSLPublicKey.swift /Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/checkouts/swift-nio-ssl/Sources/NIOOpenSSL/SSLPrivateKey.swift /Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/x86_64-apple-macosx/debug/NIO.swiftmodule /Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/x86_64-apple-macosx/debug/NIOTLS.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/ObjectiveC.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/Combine.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/Dispatch.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/Darwin.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/Swift.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/SwiftOnoneSupport.swiftmodule/x86_64-apple-macos.swiftmodule /Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/x86_64-apple-macosx/debug/NIOConcurrencyHelpers.swiftmodule /usr/local/Cellar/libressl/3.0.2/include/openssl/asn1.h /usr/local/Cellar/libressl/3.0.2/include/openssl/tls1.h /usr/local/Cellar/libressl/3.0.2/include/openssl/dtls1.h /usr/local/Cellar/libressl/3.0.2/include/openssl/pkcs12.h /usr/local/Cellar/libressl/3.0.2/include/openssl/ssl2.h /usr/local/Cellar/libressl/3.0.2/include/openssl/pem2.h /usr/local/Cellar/libressl/3.0.2/include/openssl/ssl23.h /usr/local/Cellar/libressl/3.0.2/include/openssl/ssl3.h /usr/local/Cellar/libressl/3.0.2/include/openssl/x509v3.h /usr/local/Cellar/libressl/3.0.2/include/openssl/md5.h /usr/local/Cellar/libressl/3.0.2/include/openssl/pkcs7.h /usr/local/Cellar/libressl/3.0.2/include/openssl/x509.h /usr/local/Cellar/libressl/3.0.2/include/openssl/sha.h /usr/local/Cellar/libressl/3.0.2/include/openssl/dsa.h /usr/local/Cellar/libressl/3.0.2/include/openssl/ecdsa.h /usr/local/Cellar/libressl/3.0.2/include/openssl/rsa.h /usr/local/Cellar/libressl/3.0.2/include/openssl/obj_mac.h /usr/local/Cellar/libressl/3.0.2/include/openssl/hmac.h /usr/local/Cellar/libressl/3.0.2/include/openssl/ec.h /Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/checkouts/swift-nio/Sources/CNIOAtomics/include/cpp_magic.h /Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/checkouts/swift-nio/Sources/CNIOLinux/include/ifaddrs-android.h /usr/local/Cellar/libressl/3.0.2/include/openssl/rand.h /usr/local/Cellar/libressl/3.0.2/include/openssl/conf.h /usr/local/Cellar/libressl/3.0.2/include/openssl/opensslconf.h /usr/local/Cellar/libressl/3.0.2/include/openssl/dh.h /usr/local/Cellar/libressl/3.0.2/include/openssl/ecdh.h /usr/local/Cellar/libressl/3.0.2/include/openssl/lhash.h /usr/local/Cellar/libressl/3.0.2/include/openssl/stack.h /usr/local/Cellar/libressl/3.0.2/include/openssl/safestack.h /usr/local/Cellar/libressl/3.0.2/include/openssl/ssl.h /Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/checkouts/swift-nio-ssl/Sources/CNIOOpenSSL/include/c_nio_openssl.h /usr/local/Cellar/libressl/3.0.2/include/openssl/pem.h /usr/local/Cellar/libressl/3.0.2/include/openssl/bn.h /Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/checkouts/swift-nio/Sources/CNIODarwin/include/CNIODarwin.h /usr/local/Cellar/libressl/3.0.2/include/openssl/bio.h /usr/local/Cellar/libressl/3.0.2/include/openssl/crypto.h /usr/local/Cellar/libressl/3.0.2/include/openssl/srtp.h /usr/local/Cellar/libressl/3.0.2/include/openssl/evp.h /usr/local/Cellar/libressl/3.0.2/include/openssl/ossl_typ.h /usr/local/Cellar/libressl/3.0.2/include/openssl/buffer.h /usr/local/Cellar/libressl/3.0.2/include/openssl/err.h /Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/checkouts/swift-nio/Sources/CNIOAtomics/include/CNIOAtomics.h /usr/local/Cellar/libressl/3.0.2/include/openssl/opensslfeatures.h /usr/local/Cellar/libressl/3.0.2/include/openssl/objects.h /usr/local/Cellar/libressl/3.0.2/include/openssl/opensslv.h /Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/checkouts/swift-nio/Sources/CNIOLinux/include/CNIOLinux.h /usr/local/Cellar/libressl/3.0.2/include/openssl/x509_vfy.h /Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/x86_64-apple-macosx/debug/CNIOSHA1.build/module.modulemap /Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/x86_64-apple-macosx/debug/NIOHTTP1.build/module.modulemap /Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/x86_64-apple-macosx/debug/SQL.build/module.modulemap /Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/x86_64-apple-macosx/debug/FluentSQL.build/module.modulemap /Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/x86_64-apple-macosx/debug/MySQL.build/module.modulemap /Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/x86_64-apple-macosx/debug/FluentMySQL.build/module.modulemap /Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/x86_64-apple-macosx/debug/NIOOpenSSL.build/module.modulemap /Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/x86_64-apple-macosx/debug/CNIOOpenSSL.build/module.modulemap /Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/x86_64-apple-macosx/debug/CCryptoOpenSSL.build/module.modulemap /Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/x86_64-apple-macosx/debug/NIO.build/module.modulemap /Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/x86_64-apple-macosx/debug/HTTP.build/module.modulemap /Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/x86_64-apple-macosx/debug/NIOTLS.build/module.modulemap /Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/x86_64-apple-macosx/debug/CNIOZlib.build/module.modulemap /Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/x86_64-apple-macosx/debug/Async.build/module.modulemap /Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/x86_64-apple-macosx/debug/Command.build/module.modulemap /Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/x86_64-apple-macosx/debug/Service.build/module.modulemap /Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/x86_64-apple-macosx/debug/Console.build/module.modulemap /Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/x86_64-apple-macosx/debug/Core.build/module.modulemap /Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/x86_64-apple-macosx/debug/SQLite.build/module.modulemap /Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/x86_64-apple-macosx/debug/FluentSQLite.build/module.modulemap /Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/x86_64-apple-macosx/debug/NIOPriorityQueue.build/module.modulemap /Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/x86_64-apple-macosx/debug/Logging.build/module.modulemap /Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/x86_64-apple-macosx/debug/Debugging.build/module.modulemap /Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/x86_64-apple-macosx/debug/Routing.build/module.modulemap /Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/x86_64-apple-macosx/debug/SQLBenchmark.build/module.modulemap /Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/x86_64-apple-macosx/debug/FluentBenchmark.build/module.modulemap /Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/x86_64-apple-macosx/debug/COperatingSystem.build/module.modulemap /Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/x86_64-apple-macosx/debug/Random.build/module.modulemap /Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/x86_64-apple-macosx/debug/URLEncodedForm.build/module.modulemap /Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/x86_64-apple-macosx/debug/CNIODarwin.build/module.modulemap /Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/x86_64-apple-macosx/debug/Authentication.build/module.modulemap /Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/x86_64-apple-macosx/debug/Validation.build/module.modulemap /Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/x86_64-apple-macosx/debug/Crypto.build/module.modulemap /Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/x86_64-apple-macosx/debug/App.build/module.modulemap /Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/x86_64-apple-macosx/debug/CNIOHTTPParser.build/module.modulemap /Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/x86_64-apple-macosx/debug/Vapor.build/module.modulemap /Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/x86_64-apple-macosx/debug/CNIOAtomics.build/module.modulemap /Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/x86_64-apple-macosx/debug/NIOConcurrencyHelpers.build/module.modulemap /Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/x86_64-apple-macosx/debug/Bits.build/module.modulemap /Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/x86_64-apple-macosx/debug/NIOFoundationCompat.build/module.modulemap /Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/x86_64-apple-macosx/debug/WebSocket.build/module.modulemap /Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/x86_64-apple-macosx/debug/NIOWebSocket.build/module.modulemap /Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/x86_64-apple-macosx/debug/DatabaseKit.build/module.modulemap /Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/x86_64-apple-macosx/debug/TemplateKit.build/module.modulemap /Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/x86_64-apple-macosx/debug/Fluent.build/module.modulemap /Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/x86_64-apple-macosx/debug/Multipart.build/module.modulemap /Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/x86_64-apple-macosx/debug/CNIOLinux.build/module.modulemap /Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/checkouts/swift-nio-zlib-support/module.modulemap /Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/checkouts/swift-nio-ssl-support/module.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/objc/ObjectiveC.apinotes /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/apinotes/Dispatch.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/Darwin.apinotes /Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/x86_64-apple-macosx/debug/NIOOpenSSL.build/SSLPrivateKey~partial.swiftsourceinfo : /Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/checkouts/swift-nio-ssl/Sources/NIOOpenSSL/ByteBufferBIO.swift /Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/checkouts/swift-nio-ssl/Sources/NIOOpenSSL/SSLPKCS12Bundle.swift /Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/checkouts/swift-nio-ssl/Sources/NIOOpenSSL/SSLCertificate.swift /Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/checkouts/swift-nio-ssl/Sources/NIOOpenSSL/IdentityVerification.swift /Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/checkouts/swift-nio-ssl/Sources/NIOOpenSSL/TLSConfiguration.swift /Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/checkouts/swift-nio-ssl/Sources/NIOOpenSSL/SSLConnection.swift /Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/checkouts/swift-nio-ssl/Sources/NIOOpenSSL/OpenSSLHandler.swift /Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/checkouts/swift-nio-ssl/Sources/NIOOpenSSL/OpenSSLServerHandler.swift /Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/checkouts/swift-nio-ssl/Sources/NIOOpenSSL/OpenSSLClientHandler.swift /Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/checkouts/swift-nio-ssl/Sources/NIOOpenSSL/SSLVerificationCallbacks.swift /Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/checkouts/swift-nio-ssl/Sources/NIOOpenSSL/SSLPointerTricks.swift /Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/checkouts/swift-nio-ssl/Sources/NIOOpenSSL/SSLErrors.swift /Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/checkouts/swift-nio-ssl/Sources/NIOOpenSSL/SSLInit.swift /Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/checkouts/swift-nio-ssl/Sources/NIOOpenSSL/PosixPort.swift /Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/checkouts/swift-nio-ssl/Sources/NIOOpenSSL/SSLContext.swift /Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/checkouts/swift-nio-ssl/Sources/NIOOpenSSL/SSLPublicKey.swift /Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/checkouts/swift-nio-ssl/Sources/NIOOpenSSL/SSLPrivateKey.swift /Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/x86_64-apple-macosx/debug/NIO.swiftmodule /Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/x86_64-apple-macosx/debug/NIOTLS.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/ObjectiveC.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/Combine.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/Dispatch.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/Darwin.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/Swift.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/SwiftOnoneSupport.swiftmodule/x86_64-apple-macos.swiftmodule /Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/x86_64-apple-macosx/debug/NIOConcurrencyHelpers.swiftmodule /usr/local/Cellar/libressl/3.0.2/include/openssl/asn1.h /usr/local/Cellar/libressl/3.0.2/include/openssl/tls1.h /usr/local/Cellar/libressl/3.0.2/include/openssl/dtls1.h /usr/local/Cellar/libressl/3.0.2/include/openssl/pkcs12.h /usr/local/Cellar/libressl/3.0.2/include/openssl/ssl2.h /usr/local/Cellar/libressl/3.0.2/include/openssl/pem2.h /usr/local/Cellar/libressl/3.0.2/include/openssl/ssl23.h /usr/local/Cellar/libressl/3.0.2/include/openssl/ssl3.h /usr/local/Cellar/libressl/3.0.2/include/openssl/x509v3.h /usr/local/Cellar/libressl/3.0.2/include/openssl/md5.h /usr/local/Cellar/libressl/3.0.2/include/openssl/pkcs7.h /usr/local/Cellar/libressl/3.0.2/include/openssl/x509.h /usr/local/Cellar/libressl/3.0.2/include/openssl/sha.h /usr/local/Cellar/libressl/3.0.2/include/openssl/dsa.h /usr/local/Cellar/libressl/3.0.2/include/openssl/ecdsa.h /usr/local/Cellar/libressl/3.0.2/include/openssl/rsa.h /usr/local/Cellar/libressl/3.0.2/include/openssl/obj_mac.h /usr/local/Cellar/libressl/3.0.2/include/openssl/hmac.h /usr/local/Cellar/libressl/3.0.2/include/openssl/ec.h /Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/checkouts/swift-nio/Sources/CNIOAtomics/include/cpp_magic.h /Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/checkouts/swift-nio/Sources/CNIOLinux/include/ifaddrs-android.h /usr/local/Cellar/libressl/3.0.2/include/openssl/rand.h /usr/local/Cellar/libressl/3.0.2/include/openssl/conf.h /usr/local/Cellar/libressl/3.0.2/include/openssl/opensslconf.h /usr/local/Cellar/libressl/3.0.2/include/openssl/dh.h /usr/local/Cellar/libressl/3.0.2/include/openssl/ecdh.h /usr/local/Cellar/libressl/3.0.2/include/openssl/lhash.h /usr/local/Cellar/libressl/3.0.2/include/openssl/stack.h /usr/local/Cellar/libressl/3.0.2/include/openssl/safestack.h /usr/local/Cellar/libressl/3.0.2/include/openssl/ssl.h /Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/checkouts/swift-nio-ssl/Sources/CNIOOpenSSL/include/c_nio_openssl.h /usr/local/Cellar/libressl/3.0.2/include/openssl/pem.h /usr/local/Cellar/libressl/3.0.2/include/openssl/bn.h /Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/checkouts/swift-nio/Sources/CNIODarwin/include/CNIODarwin.h /usr/local/Cellar/libressl/3.0.2/include/openssl/bio.h /usr/local/Cellar/libressl/3.0.2/include/openssl/crypto.h /usr/local/Cellar/libressl/3.0.2/include/openssl/srtp.h /usr/local/Cellar/libressl/3.0.2/include/openssl/evp.h /usr/local/Cellar/libressl/3.0.2/include/openssl/ossl_typ.h /usr/local/Cellar/libressl/3.0.2/include/openssl/buffer.h /usr/local/Cellar/libressl/3.0.2/include/openssl/err.h /Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/checkouts/swift-nio/Sources/CNIOAtomics/include/CNIOAtomics.h /usr/local/Cellar/libressl/3.0.2/include/openssl/opensslfeatures.h /usr/local/Cellar/libressl/3.0.2/include/openssl/objects.h /usr/local/Cellar/libressl/3.0.2/include/openssl/opensslv.h /Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/checkouts/swift-nio/Sources/CNIOLinux/include/CNIOLinux.h /usr/local/Cellar/libressl/3.0.2/include/openssl/x509_vfy.h /Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/x86_64-apple-macosx/debug/CNIOSHA1.build/module.modulemap /Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/x86_64-apple-macosx/debug/NIOHTTP1.build/module.modulemap /Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/x86_64-apple-macosx/debug/SQL.build/module.modulemap /Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/x86_64-apple-macosx/debug/FluentSQL.build/module.modulemap /Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/x86_64-apple-macosx/debug/MySQL.build/module.modulemap /Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/x86_64-apple-macosx/debug/FluentMySQL.build/module.modulemap /Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/x86_64-apple-macosx/debug/NIOOpenSSL.build/module.modulemap /Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/x86_64-apple-macosx/debug/CNIOOpenSSL.build/module.modulemap /Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/x86_64-apple-macosx/debug/CCryptoOpenSSL.build/module.modulemap /Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/x86_64-apple-macosx/debug/NIO.build/module.modulemap /Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/x86_64-apple-macosx/debug/HTTP.build/module.modulemap /Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/x86_64-apple-macosx/debug/NIOTLS.build/module.modulemap /Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/x86_64-apple-macosx/debug/CNIOZlib.build/module.modulemap /Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/x86_64-apple-macosx/debug/Async.build/module.modulemap /Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/x86_64-apple-macosx/debug/Command.build/module.modulemap /Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/x86_64-apple-macosx/debug/Service.build/module.modulemap /Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/x86_64-apple-macosx/debug/Console.build/module.modulemap /Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/x86_64-apple-macosx/debug/Core.build/module.modulemap /Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/x86_64-apple-macosx/debug/SQLite.build/module.modulemap /Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/x86_64-apple-macosx/debug/FluentSQLite.build/module.modulemap /Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/x86_64-apple-macosx/debug/NIOPriorityQueue.build/module.modulemap /Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/x86_64-apple-macosx/debug/Logging.build/module.modulemap /Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/x86_64-apple-macosx/debug/Debugging.build/module.modulemap /Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/x86_64-apple-macosx/debug/Routing.build/module.modulemap /Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/x86_64-apple-macosx/debug/SQLBenchmark.build/module.modulemap /Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/x86_64-apple-macosx/debug/FluentBenchmark.build/module.modulemap /Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/x86_64-apple-macosx/debug/COperatingSystem.build/module.modulemap /Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/x86_64-apple-macosx/debug/Random.build/module.modulemap /Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/x86_64-apple-macosx/debug/URLEncodedForm.build/module.modulemap /Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/x86_64-apple-macosx/debug/CNIODarwin.build/module.modulemap /Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/x86_64-apple-macosx/debug/Authentication.build/module.modulemap /Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/x86_64-apple-macosx/debug/Validation.build/module.modulemap /Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/x86_64-apple-macosx/debug/Crypto.build/module.modulemap /Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/x86_64-apple-macosx/debug/App.build/module.modulemap /Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/x86_64-apple-macosx/debug/CNIOHTTPParser.build/module.modulemap /Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/x86_64-apple-macosx/debug/Vapor.build/module.modulemap /Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/x86_64-apple-macosx/debug/CNIOAtomics.build/module.modulemap /Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/x86_64-apple-macosx/debug/NIOConcurrencyHelpers.build/module.modulemap /Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/x86_64-apple-macosx/debug/Bits.build/module.modulemap /Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/x86_64-apple-macosx/debug/NIOFoundationCompat.build/module.modulemap /Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/x86_64-apple-macosx/debug/WebSocket.build/module.modulemap /Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/x86_64-apple-macosx/debug/NIOWebSocket.build/module.modulemap /Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/x86_64-apple-macosx/debug/DatabaseKit.build/module.modulemap /Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/x86_64-apple-macosx/debug/TemplateKit.build/module.modulemap /Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/x86_64-apple-macosx/debug/Fluent.build/module.modulemap /Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/x86_64-apple-macosx/debug/Multipart.build/module.modulemap /Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/x86_64-apple-macosx/debug/CNIOLinux.build/module.modulemap /Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/checkouts/swift-nio-zlib-support/module.modulemap /Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/checkouts/swift-nio-ssl-support/module.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/objc/ObjectiveC.apinotes /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/apinotes/Dispatch.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/Darwin.apinotes
D
/Users/yq/Project/Swift/SwiftGroup/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/SnapKit.build/Objects-normal/x86_64/ConstraintAttributes.o : /Users/yq/Project/Swift/SwiftGroup/Pods/SnapKit/Source/ConstraintLayoutGuideDSL.swift /Users/yq/Project/Swift/SwiftGroup/Pods/SnapKit/Source/ConstraintDSL.swift /Users/yq/Project/Swift/SwiftGroup/Pods/SnapKit/Source/ConstraintLayoutSupportDSL.swift /Users/yq/Project/Swift/SwiftGroup/Pods/SnapKit/Source/ConstraintViewDSL.swift /Users/yq/Project/Swift/SwiftGroup/Pods/SnapKit/Source/ConstraintLayoutGuide.swift /Users/yq/Project/Swift/SwiftGroup/Pods/SnapKit/Source/ConstraintMakerExtendable.swift /Users/yq/Project/Swift/SwiftGroup/Pods/SnapKit/Source/ConstraintMakerRelatable.swift /Users/yq/Project/Swift/SwiftGroup/Pods/SnapKit/Source/ConstraintMakerEditable.swift /Users/yq/Project/Swift/SwiftGroup/Pods/SnapKit/Source/ConstraintMakerFinalizable.swift /Users/yq/Project/Swift/SwiftGroup/Pods/SnapKit/Source/ConstraintMakerPriortizable.swift /Users/yq/Project/Swift/SwiftGroup/Pods/SnapKit/Source/ConstraintConfig.swift /Users/yq/Project/Swift/SwiftGroup/Pods/SnapKit/Source/Debugging.swift /Users/yq/Project/Swift/SwiftGroup/Pods/SnapKit/Source/ConstraintItem.swift /Users/yq/Project/Swift/SwiftGroup/Pods/SnapKit/Source/LayoutConstraintItem.swift /Users/yq/Project/Swift/SwiftGroup/Pods/SnapKit/Source/ConstraintRelation.swift /Users/yq/Project/Swift/SwiftGroup/Pods/SnapKit/Source/ConstraintDescription.swift /Users/yq/Project/Swift/SwiftGroup/Pods/SnapKit/Source/ConstraintMaker.swift /Users/yq/Project/Swift/SwiftGroup/Pods/SnapKit/Source/Typealiases.swift /Users/yq/Project/Swift/SwiftGroup/Pods/SnapKit/Source/ConstraintAttributes.swift /Users/yq/Project/Swift/SwiftGroup/Pods/SnapKit/Source/ConstraintLayoutGuide+Extensions.swift /Users/yq/Project/Swift/SwiftGroup/Pods/SnapKit/Source/UILayoutSupport+Extensions.swift /Users/yq/Project/Swift/SwiftGroup/Pods/SnapKit/Source/ConstraintView+Extensions.swift /Users/yq/Project/Swift/SwiftGroup/Pods/SnapKit/Source/ConstraintInsets.swift /Users/yq/Project/Swift/SwiftGroup/Pods/SnapKit/Source/ConstraintRelatableTarget.swift /Users/yq/Project/Swift/SwiftGroup/Pods/SnapKit/Source/ConstraintMultiplierTarget.swift /Users/yq/Project/Swift/SwiftGroup/Pods/SnapKit/Source/ConstraintOffsetTarget.swift /Users/yq/Project/Swift/SwiftGroup/Pods/SnapKit/Source/ConstraintInsetTarget.swift /Users/yq/Project/Swift/SwiftGroup/Pods/SnapKit/Source/ConstraintConstantTarget.swift /Users/yq/Project/Swift/SwiftGroup/Pods/SnapKit/Source/ConstraintPriorityTarget.swift /Users/yq/Project/Swift/SwiftGroup/Pods/SnapKit/Source/Constraint.swift /Users/yq/Project/Swift/SwiftGroup/Pods/SnapKit/Source/LayoutConstraint.swift /Users/yq/Project/Swift/SwiftGroup/Pods/SnapKit/Source/ConstraintLayoutSupport.swift /Users/yq/Project/Swift/SwiftGroup/Pods/SnapKit/Source/ConstraintView.swift /Users/yq/Project/Swift/SwiftGroup/Pods/SnapKit/Source/ConstraintPriority.swift /Applications/Xcode.app/Contents/Developer/Toolchains/ijiami.xctoolchain/usr/lib/swift/iphonesimulator/prebuilt-modules/ObjectiveC.swiftmodule/x86_64-apple-ios-simulator.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/ijiami.xctoolchain/usr/lib/swift/iphonesimulator/prebuilt-modules/CoreImage.swiftmodule/x86_64-apple-ios-simulator.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/ijiami.xctoolchain/usr/lib/swift/iphonesimulator/prebuilt-modules/Combine.swiftmodule/x86_64-apple-ios-simulator.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/ijiami.xctoolchain/usr/lib/swift/iphonesimulator/prebuilt-modules/QuartzCore.swiftmodule/x86_64-apple-ios-simulator.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/ijiami.xctoolchain/usr/lib/swift/iphonesimulator/prebuilt-modules/Dispatch.swiftmodule/x86_64-apple-ios-simulator.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/ijiami.xctoolchain/usr/lib/swift/iphonesimulator/prebuilt-modules/Metal.swiftmodule/x86_64-apple-ios-simulator.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/ijiami.xctoolchain/usr/lib/swift/iphonesimulator/prebuilt-modules/Darwin.swiftmodule/x86_64-apple-ios-simulator.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/ijiami.xctoolchain/usr/lib/swift/iphonesimulator/prebuilt-modules/Foundation.swiftmodule/x86_64-apple-ios-simulator.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/ijiami.xctoolchain/usr/lib/swift/iphonesimulator/prebuilt-modules/CoreFoundation.swiftmodule/x86_64-apple-ios-simulator.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/ijiami.xctoolchain/usr/lib/swift/iphonesimulator/prebuilt-modules/CoreGraphics.swiftmodule/x86_64-apple-ios-simulator.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/ijiami.xctoolchain/usr/lib/swift/iphonesimulator/prebuilt-modules/Swift.swiftmodule/x86_64-apple-ios-simulator.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/ijiami.xctoolchain/usr/lib/swift/iphonesimulator/prebuilt-modules/UIKit.swiftmodule/x86_64-apple-ios-simulator.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/prebuilt-modules/SwiftOnoneSupport.swiftmodule/x86_64-apple-ios-simulator.swiftmodule /Users/yq/Project/Swift/SwiftGroup/Pods/Headers/Public/SnapKit/SnapKit-umbrella.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator14.1.sdk/usr/include/mach-o/dyld.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator14.1.sdk/usr/include/mach-o/compact_unwind_encoding.modulemap /Users/yq/Project/Swift/SwiftGroup/Pods/Headers/Public/Kingfisher/Kingfisher.modulemap /Users/yq/Project/Swift/SwiftGroup/Pods/Headers/Public/SnapKit/SnapKit.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator14.1.sdk/usr/include/objc/ObjectiveC.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator14.1.sdk/System/Library/Frameworks/OpenGLES.framework/Headers/OpenGLES.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator14.1.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CoreImage.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator14.1.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/QuartzCore.apinotes /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/apinotes/Dispatch.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator14.1.sdk/System/Library/Frameworks/Metal.framework/Headers/Metal.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator14.1.sdk/usr/include/Darwin.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator14.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator14.1.sdk/System/Library/Frameworks/CoreGraphics.framework/Headers/CoreGraphics.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator14.1.sdk/System/Library/Frameworks/UserNotifications.framework/Headers/UserNotifications.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator14.1.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIKit.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator14.1.sdk/System/Library/Frameworks/CoreText.framework/Headers/CoreText.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator14.1.sdk/System/Library/Frameworks/Security.framework/Headers/Security.apinotes /Users/yq/Project/Swift/SwiftGroup/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/SnapKit.build/Objects-normal/x86_64/ConstraintAttributes~partial.swiftmodule : /Users/yq/Project/Swift/SwiftGroup/Pods/SnapKit/Source/ConstraintLayoutGuideDSL.swift /Users/yq/Project/Swift/SwiftGroup/Pods/SnapKit/Source/ConstraintDSL.swift /Users/yq/Project/Swift/SwiftGroup/Pods/SnapKit/Source/ConstraintLayoutSupportDSL.swift /Users/yq/Project/Swift/SwiftGroup/Pods/SnapKit/Source/ConstraintViewDSL.swift /Users/yq/Project/Swift/SwiftGroup/Pods/SnapKit/Source/ConstraintLayoutGuide.swift /Users/yq/Project/Swift/SwiftGroup/Pods/SnapKit/Source/ConstraintMakerExtendable.swift /Users/yq/Project/Swift/SwiftGroup/Pods/SnapKit/Source/ConstraintMakerRelatable.swift /Users/yq/Project/Swift/SwiftGroup/Pods/SnapKit/Source/ConstraintMakerEditable.swift /Users/yq/Project/Swift/SwiftGroup/Pods/SnapKit/Source/ConstraintMakerFinalizable.swift /Users/yq/Project/Swift/SwiftGroup/Pods/SnapKit/Source/ConstraintMakerPriortizable.swift /Users/yq/Project/Swift/SwiftGroup/Pods/SnapKit/Source/ConstraintConfig.swift /Users/yq/Project/Swift/SwiftGroup/Pods/SnapKit/Source/Debugging.swift /Users/yq/Project/Swift/SwiftGroup/Pods/SnapKit/Source/ConstraintItem.swift /Users/yq/Project/Swift/SwiftGroup/Pods/SnapKit/Source/LayoutConstraintItem.swift /Users/yq/Project/Swift/SwiftGroup/Pods/SnapKit/Source/ConstraintRelation.swift /Users/yq/Project/Swift/SwiftGroup/Pods/SnapKit/Source/ConstraintDescription.swift /Users/yq/Project/Swift/SwiftGroup/Pods/SnapKit/Source/ConstraintMaker.swift /Users/yq/Project/Swift/SwiftGroup/Pods/SnapKit/Source/Typealiases.swift /Users/yq/Project/Swift/SwiftGroup/Pods/SnapKit/Source/ConstraintAttributes.swift /Users/yq/Project/Swift/SwiftGroup/Pods/SnapKit/Source/ConstraintLayoutGuide+Extensions.swift /Users/yq/Project/Swift/SwiftGroup/Pods/SnapKit/Source/UILayoutSupport+Extensions.swift /Users/yq/Project/Swift/SwiftGroup/Pods/SnapKit/Source/ConstraintView+Extensions.swift /Users/yq/Project/Swift/SwiftGroup/Pods/SnapKit/Source/ConstraintInsets.swift /Users/yq/Project/Swift/SwiftGroup/Pods/SnapKit/Source/ConstraintRelatableTarget.swift /Users/yq/Project/Swift/SwiftGroup/Pods/SnapKit/Source/ConstraintMultiplierTarget.swift /Users/yq/Project/Swift/SwiftGroup/Pods/SnapKit/Source/ConstraintOffsetTarget.swift /Users/yq/Project/Swift/SwiftGroup/Pods/SnapKit/Source/ConstraintInsetTarget.swift /Users/yq/Project/Swift/SwiftGroup/Pods/SnapKit/Source/ConstraintConstantTarget.swift /Users/yq/Project/Swift/SwiftGroup/Pods/SnapKit/Source/ConstraintPriorityTarget.swift /Users/yq/Project/Swift/SwiftGroup/Pods/SnapKit/Source/Constraint.swift /Users/yq/Project/Swift/SwiftGroup/Pods/SnapKit/Source/LayoutConstraint.swift /Users/yq/Project/Swift/SwiftGroup/Pods/SnapKit/Source/ConstraintLayoutSupport.swift /Users/yq/Project/Swift/SwiftGroup/Pods/SnapKit/Source/ConstraintView.swift /Users/yq/Project/Swift/SwiftGroup/Pods/SnapKit/Source/ConstraintPriority.swift /Applications/Xcode.app/Contents/Developer/Toolchains/ijiami.xctoolchain/usr/lib/swift/iphonesimulator/prebuilt-modules/ObjectiveC.swiftmodule/x86_64-apple-ios-simulator.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/ijiami.xctoolchain/usr/lib/swift/iphonesimulator/prebuilt-modules/CoreImage.swiftmodule/x86_64-apple-ios-simulator.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/ijiami.xctoolchain/usr/lib/swift/iphonesimulator/prebuilt-modules/Combine.swiftmodule/x86_64-apple-ios-simulator.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/ijiami.xctoolchain/usr/lib/swift/iphonesimulator/prebuilt-modules/QuartzCore.swiftmodule/x86_64-apple-ios-simulator.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/ijiami.xctoolchain/usr/lib/swift/iphonesimulator/prebuilt-modules/Dispatch.swiftmodule/x86_64-apple-ios-simulator.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/ijiami.xctoolchain/usr/lib/swift/iphonesimulator/prebuilt-modules/Metal.swiftmodule/x86_64-apple-ios-simulator.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/ijiami.xctoolchain/usr/lib/swift/iphonesimulator/prebuilt-modules/Darwin.swiftmodule/x86_64-apple-ios-simulator.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/ijiami.xctoolchain/usr/lib/swift/iphonesimulator/prebuilt-modules/Foundation.swiftmodule/x86_64-apple-ios-simulator.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/ijiami.xctoolchain/usr/lib/swift/iphonesimulator/prebuilt-modules/CoreFoundation.swiftmodule/x86_64-apple-ios-simulator.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/ijiami.xctoolchain/usr/lib/swift/iphonesimulator/prebuilt-modules/CoreGraphics.swiftmodule/x86_64-apple-ios-simulator.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/ijiami.xctoolchain/usr/lib/swift/iphonesimulator/prebuilt-modules/Swift.swiftmodule/x86_64-apple-ios-simulator.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/ijiami.xctoolchain/usr/lib/swift/iphonesimulator/prebuilt-modules/UIKit.swiftmodule/x86_64-apple-ios-simulator.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/prebuilt-modules/SwiftOnoneSupport.swiftmodule/x86_64-apple-ios-simulator.swiftmodule /Users/yq/Project/Swift/SwiftGroup/Pods/Headers/Public/SnapKit/SnapKit-umbrella.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator14.1.sdk/usr/include/mach-o/dyld.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator14.1.sdk/usr/include/mach-o/compact_unwind_encoding.modulemap /Users/yq/Project/Swift/SwiftGroup/Pods/Headers/Public/Kingfisher/Kingfisher.modulemap /Users/yq/Project/Swift/SwiftGroup/Pods/Headers/Public/SnapKit/SnapKit.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator14.1.sdk/usr/include/objc/ObjectiveC.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator14.1.sdk/System/Library/Frameworks/OpenGLES.framework/Headers/OpenGLES.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator14.1.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CoreImage.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator14.1.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/QuartzCore.apinotes /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/apinotes/Dispatch.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator14.1.sdk/System/Library/Frameworks/Metal.framework/Headers/Metal.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator14.1.sdk/usr/include/Darwin.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator14.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator14.1.sdk/System/Library/Frameworks/CoreGraphics.framework/Headers/CoreGraphics.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator14.1.sdk/System/Library/Frameworks/UserNotifications.framework/Headers/UserNotifications.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator14.1.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIKit.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator14.1.sdk/System/Library/Frameworks/CoreText.framework/Headers/CoreText.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator14.1.sdk/System/Library/Frameworks/Security.framework/Headers/Security.apinotes /Users/yq/Project/Swift/SwiftGroup/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/SnapKit.build/Objects-normal/x86_64/ConstraintAttributes~partial.swiftdoc : /Users/yq/Project/Swift/SwiftGroup/Pods/SnapKit/Source/ConstraintLayoutGuideDSL.swift /Users/yq/Project/Swift/SwiftGroup/Pods/SnapKit/Source/ConstraintDSL.swift /Users/yq/Project/Swift/SwiftGroup/Pods/SnapKit/Source/ConstraintLayoutSupportDSL.swift /Users/yq/Project/Swift/SwiftGroup/Pods/SnapKit/Source/ConstraintViewDSL.swift /Users/yq/Project/Swift/SwiftGroup/Pods/SnapKit/Source/ConstraintLayoutGuide.swift /Users/yq/Project/Swift/SwiftGroup/Pods/SnapKit/Source/ConstraintMakerExtendable.swift /Users/yq/Project/Swift/SwiftGroup/Pods/SnapKit/Source/ConstraintMakerRelatable.swift /Users/yq/Project/Swift/SwiftGroup/Pods/SnapKit/Source/ConstraintMakerEditable.swift /Users/yq/Project/Swift/SwiftGroup/Pods/SnapKit/Source/ConstraintMakerFinalizable.swift /Users/yq/Project/Swift/SwiftGroup/Pods/SnapKit/Source/ConstraintMakerPriortizable.swift /Users/yq/Project/Swift/SwiftGroup/Pods/SnapKit/Source/ConstraintConfig.swift /Users/yq/Project/Swift/SwiftGroup/Pods/SnapKit/Source/Debugging.swift /Users/yq/Project/Swift/SwiftGroup/Pods/SnapKit/Source/ConstraintItem.swift /Users/yq/Project/Swift/SwiftGroup/Pods/SnapKit/Source/LayoutConstraintItem.swift /Users/yq/Project/Swift/SwiftGroup/Pods/SnapKit/Source/ConstraintRelation.swift /Users/yq/Project/Swift/SwiftGroup/Pods/SnapKit/Source/ConstraintDescription.swift /Users/yq/Project/Swift/SwiftGroup/Pods/SnapKit/Source/ConstraintMaker.swift /Users/yq/Project/Swift/SwiftGroup/Pods/SnapKit/Source/Typealiases.swift /Users/yq/Project/Swift/SwiftGroup/Pods/SnapKit/Source/ConstraintAttributes.swift /Users/yq/Project/Swift/SwiftGroup/Pods/SnapKit/Source/ConstraintLayoutGuide+Extensions.swift /Users/yq/Project/Swift/SwiftGroup/Pods/SnapKit/Source/UILayoutSupport+Extensions.swift /Users/yq/Project/Swift/SwiftGroup/Pods/SnapKit/Source/ConstraintView+Extensions.swift /Users/yq/Project/Swift/SwiftGroup/Pods/SnapKit/Source/ConstraintInsets.swift /Users/yq/Project/Swift/SwiftGroup/Pods/SnapKit/Source/ConstraintRelatableTarget.swift /Users/yq/Project/Swift/SwiftGroup/Pods/SnapKit/Source/ConstraintMultiplierTarget.swift /Users/yq/Project/Swift/SwiftGroup/Pods/SnapKit/Source/ConstraintOffsetTarget.swift /Users/yq/Project/Swift/SwiftGroup/Pods/SnapKit/Source/ConstraintInsetTarget.swift /Users/yq/Project/Swift/SwiftGroup/Pods/SnapKit/Source/ConstraintConstantTarget.swift /Users/yq/Project/Swift/SwiftGroup/Pods/SnapKit/Source/ConstraintPriorityTarget.swift /Users/yq/Project/Swift/SwiftGroup/Pods/SnapKit/Source/Constraint.swift /Users/yq/Project/Swift/SwiftGroup/Pods/SnapKit/Source/LayoutConstraint.swift /Users/yq/Project/Swift/SwiftGroup/Pods/SnapKit/Source/ConstraintLayoutSupport.swift /Users/yq/Project/Swift/SwiftGroup/Pods/SnapKit/Source/ConstraintView.swift /Users/yq/Project/Swift/SwiftGroup/Pods/SnapKit/Source/ConstraintPriority.swift /Applications/Xcode.app/Contents/Developer/Toolchains/ijiami.xctoolchain/usr/lib/swift/iphonesimulator/prebuilt-modules/ObjectiveC.swiftmodule/x86_64-apple-ios-simulator.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/ijiami.xctoolchain/usr/lib/swift/iphonesimulator/prebuilt-modules/CoreImage.swiftmodule/x86_64-apple-ios-simulator.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/ijiami.xctoolchain/usr/lib/swift/iphonesimulator/prebuilt-modules/Combine.swiftmodule/x86_64-apple-ios-simulator.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/ijiami.xctoolchain/usr/lib/swift/iphonesimulator/prebuilt-modules/QuartzCore.swiftmodule/x86_64-apple-ios-simulator.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/ijiami.xctoolchain/usr/lib/swift/iphonesimulator/prebuilt-modules/Dispatch.swiftmodule/x86_64-apple-ios-simulator.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/ijiami.xctoolchain/usr/lib/swift/iphonesimulator/prebuilt-modules/Metal.swiftmodule/x86_64-apple-ios-simulator.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/ijiami.xctoolchain/usr/lib/swift/iphonesimulator/prebuilt-modules/Darwin.swiftmodule/x86_64-apple-ios-simulator.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/ijiami.xctoolchain/usr/lib/swift/iphonesimulator/prebuilt-modules/Foundation.swiftmodule/x86_64-apple-ios-simulator.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/ijiami.xctoolchain/usr/lib/swift/iphonesimulator/prebuilt-modules/CoreFoundation.swiftmodule/x86_64-apple-ios-simulator.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/ijiami.xctoolchain/usr/lib/swift/iphonesimulator/prebuilt-modules/CoreGraphics.swiftmodule/x86_64-apple-ios-simulator.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/ijiami.xctoolchain/usr/lib/swift/iphonesimulator/prebuilt-modules/Swift.swiftmodule/x86_64-apple-ios-simulator.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/ijiami.xctoolchain/usr/lib/swift/iphonesimulator/prebuilt-modules/UIKit.swiftmodule/x86_64-apple-ios-simulator.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/prebuilt-modules/SwiftOnoneSupport.swiftmodule/x86_64-apple-ios-simulator.swiftmodule /Users/yq/Project/Swift/SwiftGroup/Pods/Headers/Public/SnapKit/SnapKit-umbrella.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator14.1.sdk/usr/include/mach-o/dyld.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator14.1.sdk/usr/include/mach-o/compact_unwind_encoding.modulemap /Users/yq/Project/Swift/SwiftGroup/Pods/Headers/Public/Kingfisher/Kingfisher.modulemap /Users/yq/Project/Swift/SwiftGroup/Pods/Headers/Public/SnapKit/SnapKit.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator14.1.sdk/usr/include/objc/ObjectiveC.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator14.1.sdk/System/Library/Frameworks/OpenGLES.framework/Headers/OpenGLES.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator14.1.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CoreImage.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator14.1.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/QuartzCore.apinotes /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/apinotes/Dispatch.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator14.1.sdk/System/Library/Frameworks/Metal.framework/Headers/Metal.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator14.1.sdk/usr/include/Darwin.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator14.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator14.1.sdk/System/Library/Frameworks/CoreGraphics.framework/Headers/CoreGraphics.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator14.1.sdk/System/Library/Frameworks/UserNotifications.framework/Headers/UserNotifications.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator14.1.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIKit.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator14.1.sdk/System/Library/Frameworks/CoreText.framework/Headers/CoreText.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator14.1.sdk/System/Library/Frameworks/Security.framework/Headers/Security.apinotes /Users/yq/Project/Swift/SwiftGroup/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/SnapKit.build/Objects-normal/x86_64/ConstraintAttributes~partial.swiftsourceinfo : /Users/yq/Project/Swift/SwiftGroup/Pods/SnapKit/Source/ConstraintLayoutGuideDSL.swift /Users/yq/Project/Swift/SwiftGroup/Pods/SnapKit/Source/ConstraintDSL.swift /Users/yq/Project/Swift/SwiftGroup/Pods/SnapKit/Source/ConstraintLayoutSupportDSL.swift /Users/yq/Project/Swift/SwiftGroup/Pods/SnapKit/Source/ConstraintViewDSL.swift /Users/yq/Project/Swift/SwiftGroup/Pods/SnapKit/Source/ConstraintLayoutGuide.swift /Users/yq/Project/Swift/SwiftGroup/Pods/SnapKit/Source/ConstraintMakerExtendable.swift /Users/yq/Project/Swift/SwiftGroup/Pods/SnapKit/Source/ConstraintMakerRelatable.swift /Users/yq/Project/Swift/SwiftGroup/Pods/SnapKit/Source/ConstraintMakerEditable.swift /Users/yq/Project/Swift/SwiftGroup/Pods/SnapKit/Source/ConstraintMakerFinalizable.swift /Users/yq/Project/Swift/SwiftGroup/Pods/SnapKit/Source/ConstraintMakerPriortizable.swift /Users/yq/Project/Swift/SwiftGroup/Pods/SnapKit/Source/ConstraintConfig.swift /Users/yq/Project/Swift/SwiftGroup/Pods/SnapKit/Source/Debugging.swift /Users/yq/Project/Swift/SwiftGroup/Pods/SnapKit/Source/ConstraintItem.swift /Users/yq/Project/Swift/SwiftGroup/Pods/SnapKit/Source/LayoutConstraintItem.swift /Users/yq/Project/Swift/SwiftGroup/Pods/SnapKit/Source/ConstraintRelation.swift /Users/yq/Project/Swift/SwiftGroup/Pods/SnapKit/Source/ConstraintDescription.swift /Users/yq/Project/Swift/SwiftGroup/Pods/SnapKit/Source/ConstraintMaker.swift /Users/yq/Project/Swift/SwiftGroup/Pods/SnapKit/Source/Typealiases.swift /Users/yq/Project/Swift/SwiftGroup/Pods/SnapKit/Source/ConstraintAttributes.swift /Users/yq/Project/Swift/SwiftGroup/Pods/SnapKit/Source/ConstraintLayoutGuide+Extensions.swift /Users/yq/Project/Swift/SwiftGroup/Pods/SnapKit/Source/UILayoutSupport+Extensions.swift /Users/yq/Project/Swift/SwiftGroup/Pods/SnapKit/Source/ConstraintView+Extensions.swift /Users/yq/Project/Swift/SwiftGroup/Pods/SnapKit/Source/ConstraintInsets.swift /Users/yq/Project/Swift/SwiftGroup/Pods/SnapKit/Source/ConstraintRelatableTarget.swift /Users/yq/Project/Swift/SwiftGroup/Pods/SnapKit/Source/ConstraintMultiplierTarget.swift /Users/yq/Project/Swift/SwiftGroup/Pods/SnapKit/Source/ConstraintOffsetTarget.swift /Users/yq/Project/Swift/SwiftGroup/Pods/SnapKit/Source/ConstraintInsetTarget.swift /Users/yq/Project/Swift/SwiftGroup/Pods/SnapKit/Source/ConstraintConstantTarget.swift /Users/yq/Project/Swift/SwiftGroup/Pods/SnapKit/Source/ConstraintPriorityTarget.swift /Users/yq/Project/Swift/SwiftGroup/Pods/SnapKit/Source/Constraint.swift /Users/yq/Project/Swift/SwiftGroup/Pods/SnapKit/Source/LayoutConstraint.swift /Users/yq/Project/Swift/SwiftGroup/Pods/SnapKit/Source/ConstraintLayoutSupport.swift /Users/yq/Project/Swift/SwiftGroup/Pods/SnapKit/Source/ConstraintView.swift /Users/yq/Project/Swift/SwiftGroup/Pods/SnapKit/Source/ConstraintPriority.swift /Applications/Xcode.app/Contents/Developer/Toolchains/ijiami.xctoolchain/usr/lib/swift/iphonesimulator/prebuilt-modules/ObjectiveC.swiftmodule/x86_64-apple-ios-simulator.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/ijiami.xctoolchain/usr/lib/swift/iphonesimulator/prebuilt-modules/CoreImage.swiftmodule/x86_64-apple-ios-simulator.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/ijiami.xctoolchain/usr/lib/swift/iphonesimulator/prebuilt-modules/Combine.swiftmodule/x86_64-apple-ios-simulator.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/ijiami.xctoolchain/usr/lib/swift/iphonesimulator/prebuilt-modules/QuartzCore.swiftmodule/x86_64-apple-ios-simulator.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/ijiami.xctoolchain/usr/lib/swift/iphonesimulator/prebuilt-modules/Dispatch.swiftmodule/x86_64-apple-ios-simulator.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/ijiami.xctoolchain/usr/lib/swift/iphonesimulator/prebuilt-modules/Metal.swiftmodule/x86_64-apple-ios-simulator.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/ijiami.xctoolchain/usr/lib/swift/iphonesimulator/prebuilt-modules/Darwin.swiftmodule/x86_64-apple-ios-simulator.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/ijiami.xctoolchain/usr/lib/swift/iphonesimulator/prebuilt-modules/Foundation.swiftmodule/x86_64-apple-ios-simulator.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/ijiami.xctoolchain/usr/lib/swift/iphonesimulator/prebuilt-modules/CoreFoundation.swiftmodule/x86_64-apple-ios-simulator.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/ijiami.xctoolchain/usr/lib/swift/iphonesimulator/prebuilt-modules/CoreGraphics.swiftmodule/x86_64-apple-ios-simulator.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/ijiami.xctoolchain/usr/lib/swift/iphonesimulator/prebuilt-modules/Swift.swiftmodule/x86_64-apple-ios-simulator.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/ijiami.xctoolchain/usr/lib/swift/iphonesimulator/prebuilt-modules/UIKit.swiftmodule/x86_64-apple-ios-simulator.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/prebuilt-modules/SwiftOnoneSupport.swiftmodule/x86_64-apple-ios-simulator.swiftmodule /Users/yq/Project/Swift/SwiftGroup/Pods/Headers/Public/SnapKit/SnapKit-umbrella.h /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator14.1.sdk/usr/include/mach-o/dyld.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator14.1.sdk/usr/include/mach-o/compact_unwind_encoding.modulemap /Users/yq/Project/Swift/SwiftGroup/Pods/Headers/Public/Kingfisher/Kingfisher.modulemap /Users/yq/Project/Swift/SwiftGroup/Pods/Headers/Public/SnapKit/SnapKit.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator14.1.sdk/usr/include/objc/ObjectiveC.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator14.1.sdk/System/Library/Frameworks/OpenGLES.framework/Headers/OpenGLES.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator14.1.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CoreImage.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator14.1.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/QuartzCore.apinotes /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/apinotes/Dispatch.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator14.1.sdk/System/Library/Frameworks/Metal.framework/Headers/Metal.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator14.1.sdk/usr/include/Darwin.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator14.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator14.1.sdk/System/Library/Frameworks/CoreGraphics.framework/Headers/CoreGraphics.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator14.1.sdk/System/Library/Frameworks/UserNotifications.framework/Headers/UserNotifications.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator14.1.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIKit.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator14.1.sdk/System/Library/Frameworks/CoreText.framework/Headers/CoreText.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator14.1.sdk/System/Library/Frameworks/Security.framework/Headers/Security.apinotes
D
/Users/derrekgass/Documents/GitHub/hello_world/target/rls/debug/build/getrandom-8bf069ee9b206ca3/build_script_build-8bf069ee9b206ca3: /Users/derrekgass/.cargo/registry/src/github.com-1ecc6299db9ec823/getrandom-0.1.13/build.rs /Users/derrekgass/Documents/GitHub/hello_world/target/rls/debug/build/getrandom-8bf069ee9b206ca3/build_script_build-8bf069ee9b206ca3.d: /Users/derrekgass/.cargo/registry/src/github.com-1ecc6299db9ec823/getrandom-0.1.13/build.rs /Users/derrekgass/.cargo/registry/src/github.com-1ecc6299db9ec823/getrandom-0.1.13/build.rs:
D
/Users/haruna/Documents/iOSdev/flix_1/Build/Intermediates/flix_1.build/Debug-iphonesimulator/flix_1.build/Objects-normal/x86_64/MovieDetailsViewController.o : /Users/haruna/Documents/iOSdev/flix_1/flix_1/SceneDelegate.swift /Users/haruna/Documents/iOSdev/flix_1/flix_1/AppDelegate.swift /Users/haruna/Documents/iOSdev/flix_1/flix_1/MovieGridCell.swift /Users/haruna/Documents/iOSdev/flix_1/flix_1/MovieCell.swift /Users/haruna/Documents/iOSdev/flix_1/flix_1/webViewController.swift /Users/haruna/Documents/iOSdev/flix_1/flix_1/MovieGridViewController.swift /Users/haruna/Documents/iOSdev/flix_1/flix_1/MoviesViewController.swift /Users/haruna/Documents/iOSdev/flix_1/flix_1/DetailsViewController.swift /Users/haruna/Documents/iOSdev/flix_1/flix_1/MovieDetailsViewController.swift /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/prebuilt-modules/ObjectiveC.swiftmodule/x86_64.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/prebuilt-modules/CoreImage.swiftmodule/x86_64.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/prebuilt-modules/QuartzCore.swiftmodule/x86_64.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/prebuilt-modules/Dispatch.swiftmodule/x86_64.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/prebuilt-modules/Metal.swiftmodule/x86_64.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/prebuilt-modules/Darwin.swiftmodule/x86_64.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/prebuilt-modules/Foundation.swiftmodule/x86_64.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/prebuilt-modules/CoreFoundation.swiftmodule/x86_64.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/prebuilt-modules/CoreGraphics.swiftmodule/x86_64.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/prebuilt-modules/Swift.swiftmodule/x86_64.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/prebuilt-modules/UIKit.swiftmodule/x86_64.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/prebuilt-modules/SwiftOnoneSupport.swiftmodule/x86_64.swiftmodule /Users/haruna/Documents/iOSdev/flix_1/Build/Products/Debug-iphonesimulator/AlamofireImage/AlamofireImage.framework/Modules/AlamofireImage.swiftmodule/x86_64-apple-ios-simulator.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/prebuilt-modules/Combine.swiftmodule/x86_64-apple-ios-simulator.swiftmodule /Users/haruna/Documents/iOSdev/flix_1/Build/Products/Debug-iphonesimulator/Alamofire/Alamofire.framework/Modules/Alamofire.swiftmodule/x86_64-apple-ios-simulator.swiftmodule /Users/haruna/Documents/iOSdev/flix_1/Build/Products/Debug-iphonesimulator/AlamofireImage/AlamofireImage.framework/Headers/AlamofireImage-umbrella.h /Users/haruna/Documents/iOSdev/flix_1/Build/Products/Debug-iphonesimulator/Alamofire/Alamofire.framework/Headers/Alamofire-umbrella.h /Users/haruna/Documents/iOSdev/flix_1/Build/Products/Debug-iphonesimulator/AlamofireImage/AlamofireImage.framework/Headers/AlamofireImage-Swift.h /Users/haruna/Documents/iOSdev/flix_1/Build/Products/Debug-iphonesimulator/Alamofire/Alamofire.framework/Headers/Alamofire-Swift.h /Users/haruna/Documents/iOSdev/flix_1/Build/Products/Debug-iphonesimulator/AlamofireImage/AlamofireImage.framework/Modules/module.modulemap /Users/haruna/Documents/iOSdev/flix_1/Build/Products/Debug-iphonesimulator/Alamofire/Alamofire.framework/Modules/module.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.7.sdk/usr/include/objc/ObjectiveC.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.7.sdk/System/Library/Frameworks/OpenGLES.framework/Headers/OpenGLES.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.7.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CoreImage.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.7.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/QuartzCore.apinotes /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/apinotes/Dispatch.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.7.sdk/System/Library/Frameworks/Metal.framework/Headers/Metal.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.7.sdk/usr/include/Darwin.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.7.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.7.sdk/System/Library/Frameworks/CoreGraphics.framework/Headers/CoreGraphics.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.7.sdk/System/Library/Frameworks/UserNotifications.framework/Headers/UserNotifications.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.7.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIKit.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.7.sdk/System/Library/Frameworks/WebKit.framework/Headers/WebKit.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.7.sdk/System/Library/Frameworks/CoreText.framework/Headers/CoreText.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.7.sdk/System/Library/Frameworks/Security.framework/Headers/Security.apinotes /Users/haruna/Documents/iOSdev/flix_1/Build/Intermediates/flix_1.build/Debug-iphonesimulator/flix_1.build/Objects-normal/x86_64/MovieDetailsViewController~partial.swiftmodule : /Users/haruna/Documents/iOSdev/flix_1/flix_1/SceneDelegate.swift /Users/haruna/Documents/iOSdev/flix_1/flix_1/AppDelegate.swift /Users/haruna/Documents/iOSdev/flix_1/flix_1/MovieGridCell.swift /Users/haruna/Documents/iOSdev/flix_1/flix_1/MovieCell.swift /Users/haruna/Documents/iOSdev/flix_1/flix_1/webViewController.swift /Users/haruna/Documents/iOSdev/flix_1/flix_1/MovieGridViewController.swift /Users/haruna/Documents/iOSdev/flix_1/flix_1/MoviesViewController.swift /Users/haruna/Documents/iOSdev/flix_1/flix_1/DetailsViewController.swift /Users/haruna/Documents/iOSdev/flix_1/flix_1/MovieDetailsViewController.swift /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/prebuilt-modules/ObjectiveC.swiftmodule/x86_64.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/prebuilt-modules/CoreImage.swiftmodule/x86_64.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/prebuilt-modules/QuartzCore.swiftmodule/x86_64.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/prebuilt-modules/Dispatch.swiftmodule/x86_64.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/prebuilt-modules/Metal.swiftmodule/x86_64.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/prebuilt-modules/Darwin.swiftmodule/x86_64.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/prebuilt-modules/Foundation.swiftmodule/x86_64.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/prebuilt-modules/CoreFoundation.swiftmodule/x86_64.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/prebuilt-modules/CoreGraphics.swiftmodule/x86_64.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/prebuilt-modules/Swift.swiftmodule/x86_64.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/prebuilt-modules/UIKit.swiftmodule/x86_64.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/prebuilt-modules/SwiftOnoneSupport.swiftmodule/x86_64.swiftmodule /Users/haruna/Documents/iOSdev/flix_1/Build/Products/Debug-iphonesimulator/AlamofireImage/AlamofireImage.framework/Modules/AlamofireImage.swiftmodule/x86_64-apple-ios-simulator.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/prebuilt-modules/Combine.swiftmodule/x86_64-apple-ios-simulator.swiftmodule /Users/haruna/Documents/iOSdev/flix_1/Build/Products/Debug-iphonesimulator/Alamofire/Alamofire.framework/Modules/Alamofire.swiftmodule/x86_64-apple-ios-simulator.swiftmodule /Users/haruna/Documents/iOSdev/flix_1/Build/Products/Debug-iphonesimulator/AlamofireImage/AlamofireImage.framework/Headers/AlamofireImage-umbrella.h /Users/haruna/Documents/iOSdev/flix_1/Build/Products/Debug-iphonesimulator/Alamofire/Alamofire.framework/Headers/Alamofire-umbrella.h /Users/haruna/Documents/iOSdev/flix_1/Build/Products/Debug-iphonesimulator/AlamofireImage/AlamofireImage.framework/Headers/AlamofireImage-Swift.h /Users/haruna/Documents/iOSdev/flix_1/Build/Products/Debug-iphonesimulator/Alamofire/Alamofire.framework/Headers/Alamofire-Swift.h /Users/haruna/Documents/iOSdev/flix_1/Build/Products/Debug-iphonesimulator/AlamofireImage/AlamofireImage.framework/Modules/module.modulemap /Users/haruna/Documents/iOSdev/flix_1/Build/Products/Debug-iphonesimulator/Alamofire/Alamofire.framework/Modules/module.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.7.sdk/usr/include/objc/ObjectiveC.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.7.sdk/System/Library/Frameworks/OpenGLES.framework/Headers/OpenGLES.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.7.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CoreImage.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.7.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/QuartzCore.apinotes /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/apinotes/Dispatch.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.7.sdk/System/Library/Frameworks/Metal.framework/Headers/Metal.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.7.sdk/usr/include/Darwin.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.7.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.7.sdk/System/Library/Frameworks/CoreGraphics.framework/Headers/CoreGraphics.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.7.sdk/System/Library/Frameworks/UserNotifications.framework/Headers/UserNotifications.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.7.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIKit.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.7.sdk/System/Library/Frameworks/WebKit.framework/Headers/WebKit.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.7.sdk/System/Library/Frameworks/CoreText.framework/Headers/CoreText.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.7.sdk/System/Library/Frameworks/Security.framework/Headers/Security.apinotes /Users/haruna/Documents/iOSdev/flix_1/Build/Intermediates/flix_1.build/Debug-iphonesimulator/flix_1.build/Objects-normal/x86_64/MovieDetailsViewController~partial.swiftdoc : /Users/haruna/Documents/iOSdev/flix_1/flix_1/SceneDelegate.swift /Users/haruna/Documents/iOSdev/flix_1/flix_1/AppDelegate.swift /Users/haruna/Documents/iOSdev/flix_1/flix_1/MovieGridCell.swift /Users/haruna/Documents/iOSdev/flix_1/flix_1/MovieCell.swift /Users/haruna/Documents/iOSdev/flix_1/flix_1/webViewController.swift /Users/haruna/Documents/iOSdev/flix_1/flix_1/MovieGridViewController.swift /Users/haruna/Documents/iOSdev/flix_1/flix_1/MoviesViewController.swift /Users/haruna/Documents/iOSdev/flix_1/flix_1/DetailsViewController.swift /Users/haruna/Documents/iOSdev/flix_1/flix_1/MovieDetailsViewController.swift /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/prebuilt-modules/ObjectiveC.swiftmodule/x86_64.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/prebuilt-modules/CoreImage.swiftmodule/x86_64.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/prebuilt-modules/QuartzCore.swiftmodule/x86_64.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/prebuilt-modules/Dispatch.swiftmodule/x86_64.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/prebuilt-modules/Metal.swiftmodule/x86_64.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/prebuilt-modules/Darwin.swiftmodule/x86_64.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/prebuilt-modules/Foundation.swiftmodule/x86_64.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/prebuilt-modules/CoreFoundation.swiftmodule/x86_64.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/prebuilt-modules/CoreGraphics.swiftmodule/x86_64.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/prebuilt-modules/Swift.swiftmodule/x86_64.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/prebuilt-modules/UIKit.swiftmodule/x86_64.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/prebuilt-modules/SwiftOnoneSupport.swiftmodule/x86_64.swiftmodule /Users/haruna/Documents/iOSdev/flix_1/Build/Products/Debug-iphonesimulator/AlamofireImage/AlamofireImage.framework/Modules/AlamofireImage.swiftmodule/x86_64-apple-ios-simulator.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/prebuilt-modules/Combine.swiftmodule/x86_64-apple-ios-simulator.swiftmodule /Users/haruna/Documents/iOSdev/flix_1/Build/Products/Debug-iphonesimulator/Alamofire/Alamofire.framework/Modules/Alamofire.swiftmodule/x86_64-apple-ios-simulator.swiftmodule /Users/haruna/Documents/iOSdev/flix_1/Build/Products/Debug-iphonesimulator/AlamofireImage/AlamofireImage.framework/Headers/AlamofireImage-umbrella.h /Users/haruna/Documents/iOSdev/flix_1/Build/Products/Debug-iphonesimulator/Alamofire/Alamofire.framework/Headers/Alamofire-umbrella.h /Users/haruna/Documents/iOSdev/flix_1/Build/Products/Debug-iphonesimulator/AlamofireImage/AlamofireImage.framework/Headers/AlamofireImage-Swift.h /Users/haruna/Documents/iOSdev/flix_1/Build/Products/Debug-iphonesimulator/Alamofire/Alamofire.framework/Headers/Alamofire-Swift.h /Users/haruna/Documents/iOSdev/flix_1/Build/Products/Debug-iphonesimulator/AlamofireImage/AlamofireImage.framework/Modules/module.modulemap /Users/haruna/Documents/iOSdev/flix_1/Build/Products/Debug-iphonesimulator/Alamofire/Alamofire.framework/Modules/module.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.7.sdk/usr/include/objc/ObjectiveC.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.7.sdk/System/Library/Frameworks/OpenGLES.framework/Headers/OpenGLES.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.7.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CoreImage.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.7.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/QuartzCore.apinotes /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/apinotes/Dispatch.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.7.sdk/System/Library/Frameworks/Metal.framework/Headers/Metal.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.7.sdk/usr/include/Darwin.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.7.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.7.sdk/System/Library/Frameworks/CoreGraphics.framework/Headers/CoreGraphics.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.7.sdk/System/Library/Frameworks/UserNotifications.framework/Headers/UserNotifications.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.7.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIKit.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.7.sdk/System/Library/Frameworks/WebKit.framework/Headers/WebKit.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.7.sdk/System/Library/Frameworks/CoreText.framework/Headers/CoreText.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.7.sdk/System/Library/Frameworks/Security.framework/Headers/Security.apinotes /Users/haruna/Documents/iOSdev/flix_1/Build/Intermediates/flix_1.build/Debug-iphonesimulator/flix_1.build/Objects-normal/x86_64/MovieDetailsViewController~partial.swiftsourceinfo : /Users/haruna/Documents/iOSdev/flix_1/flix_1/SceneDelegate.swift /Users/haruna/Documents/iOSdev/flix_1/flix_1/AppDelegate.swift /Users/haruna/Documents/iOSdev/flix_1/flix_1/MovieGridCell.swift /Users/haruna/Documents/iOSdev/flix_1/flix_1/MovieCell.swift /Users/haruna/Documents/iOSdev/flix_1/flix_1/webViewController.swift /Users/haruna/Documents/iOSdev/flix_1/flix_1/MovieGridViewController.swift /Users/haruna/Documents/iOSdev/flix_1/flix_1/MoviesViewController.swift /Users/haruna/Documents/iOSdev/flix_1/flix_1/DetailsViewController.swift /Users/haruna/Documents/iOSdev/flix_1/flix_1/MovieDetailsViewController.swift /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/prebuilt-modules/ObjectiveC.swiftmodule/x86_64.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/prebuilt-modules/CoreImage.swiftmodule/x86_64.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/prebuilt-modules/QuartzCore.swiftmodule/x86_64.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/prebuilt-modules/Dispatch.swiftmodule/x86_64.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/prebuilt-modules/Metal.swiftmodule/x86_64.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/prebuilt-modules/Darwin.swiftmodule/x86_64.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/prebuilt-modules/Foundation.swiftmodule/x86_64.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/prebuilt-modules/CoreFoundation.swiftmodule/x86_64.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/prebuilt-modules/CoreGraphics.swiftmodule/x86_64.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/prebuilt-modules/Swift.swiftmodule/x86_64.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/prebuilt-modules/UIKit.swiftmodule/x86_64.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/prebuilt-modules/SwiftOnoneSupport.swiftmodule/x86_64.swiftmodule /Users/haruna/Documents/iOSdev/flix_1/Build/Products/Debug-iphonesimulator/AlamofireImage/AlamofireImage.framework/Modules/AlamofireImage.swiftmodule/x86_64-apple-ios-simulator.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/prebuilt-modules/Combine.swiftmodule/x86_64-apple-ios-simulator.swiftmodule /Users/haruna/Documents/iOSdev/flix_1/Build/Products/Debug-iphonesimulator/Alamofire/Alamofire.framework/Modules/Alamofire.swiftmodule/x86_64-apple-ios-simulator.swiftmodule /Users/haruna/Documents/iOSdev/flix_1/Build/Products/Debug-iphonesimulator/AlamofireImage/AlamofireImage.framework/Headers/AlamofireImage-umbrella.h /Users/haruna/Documents/iOSdev/flix_1/Build/Products/Debug-iphonesimulator/Alamofire/Alamofire.framework/Headers/Alamofire-umbrella.h /Users/haruna/Documents/iOSdev/flix_1/Build/Products/Debug-iphonesimulator/AlamofireImage/AlamofireImage.framework/Headers/AlamofireImage-Swift.h /Users/haruna/Documents/iOSdev/flix_1/Build/Products/Debug-iphonesimulator/Alamofire/Alamofire.framework/Headers/Alamofire-Swift.h /Users/haruna/Documents/iOSdev/flix_1/Build/Products/Debug-iphonesimulator/AlamofireImage/AlamofireImage.framework/Modules/module.modulemap /Users/haruna/Documents/iOSdev/flix_1/Build/Products/Debug-iphonesimulator/Alamofire/Alamofire.framework/Modules/module.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.7.sdk/usr/include/objc/ObjectiveC.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.7.sdk/System/Library/Frameworks/OpenGLES.framework/Headers/OpenGLES.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.7.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CoreImage.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.7.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/QuartzCore.apinotes /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/apinotes/Dispatch.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.7.sdk/System/Library/Frameworks/Metal.framework/Headers/Metal.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.7.sdk/usr/include/Darwin.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.7.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.7.sdk/System/Library/Frameworks/CoreGraphics.framework/Headers/CoreGraphics.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.7.sdk/System/Library/Frameworks/UserNotifications.framework/Headers/UserNotifications.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.7.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIKit.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.7.sdk/System/Library/Frameworks/WebKit.framework/Headers/WebKit.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.7.sdk/System/Library/Frameworks/CoreText.framework/Headers/CoreText.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.7.sdk/System/Library/Frameworks/Security.framework/Headers/Security.apinotes
D
module spasm.bindings.fullscreen; import spasm.types; import spasm.bindings.html; @safe: nothrow: enum FullscreenNavigationUI { auto_, show, hide } struct FullscreenOptions { nothrow: JsHandle handle; alias handle this; this(Handle h) { this.handle = JsHandle(h); } static auto create() { return FullscreenOptions(spasm_add__object()); } void navigationUI()(FullscreenNavigationUI navigationUI) { FullscreenOptions_navigationUI_Set(this.handle, navigationUI); } auto navigationUI()() { return FullscreenOptions_navigationUI_Get(this.handle); } } extern (C) void FullscreenOptions_navigationUI_Set(Handle, FullscreenNavigationUI); extern (C) FullscreenNavigationUI FullscreenOptions_navigationUI_Get(Handle);
D
// NOTE: I haven't even tried to use this for a test yet! // It's probably godawful, if it works at all. module arsd.mssql; version(Windows): pragma(lib, "odbc32"); public import arsd.database; import std.string; import std.exception; import win32.sql; import win32.sqlext; class MsSql : Database { // dbname = name is probably the most common connection string this(string connectionString) { SQLAllocHandle(SQL_HANDLE_ENV, cast(void*)SQL_NULL_HANDLE, &env); enforce(env !is null); scope(failure) SQLFreeHandle(SQL_HANDLE_ENV, env); SQLSetEnvAttr(env, SQL_ATTR_ODBC_VERSION, cast(void *) SQL_OV_ODBC3, 0); SQLAllocHandle(SQL_HANDLE_DBC, env, &conn); scope(failure) SQLFreeHandle(SQL_HANDLE_DBC, conn); enforce(conn !is null); auto ret = SQLDriverConnect( conn, null, cast(ubyte*)connectionString.ptr, SQL_NTS, null, 0, null, SQL_DRIVER_NOPROMPT ); if ((ret != SQL_SUCCESS_WITH_INFO) && (ret != SQL_SUCCESS)) throw new DatabaseException("Unable to connect to ODBC object: " ~ getSQLError(SQL_HANDLE_DBC, conn)); // FIXME: print error //query("SET NAMES 'utf8'"); // D does everything with utf8 } ~this() { SQLDisconnect(conn); SQLFreeHandle(SQL_HANDLE_DBC, conn); SQLFreeHandle(SQL_HANDLE_ENV, env); } override void startTransaction() { query("START TRANSACTION"); } ResultSet queryImpl(string sql, Variant[] args...) { sql = escapedVariants(this, sql, args); // this is passed to MsSqlResult to control SQLHSTMT statement; auto returned = SQLAllocHandle(SQL_HANDLE_STMT, conn, &statement); enforce(returned == SQL_SUCCESS); returned = SQLExecDirect(statement, cast(ubyte*)sql.ptr, SQL_NTS); if(returned != SQL_SUCCESS) throw new DatabaseException(error()); return new MsSqlResult(statement); } string escape(string sqlData) { // FIXME return ""; //FIX ME //return ret.replace("'", "''"); } string error() { return null; // FIXME } private: SQLHENV env; SQLHDBC conn; } class MsSqlResult : ResultSet { // name for associative array to result index int getFieldIndex(string field) { if(mapping is null) makeFieldMapping(); if (field !in mapping) return -1; return mapping[field]; } string[] fieldNames() { if(mapping is null) makeFieldMapping(); return columnNames; } // this is a range that can offer other ranges to access it bool empty() { return isEmpty; } Row front() { return row; } void popFront() { if(!isEmpty) fetchNext; } int length() { return 1; //FIX ME } this(SQLHSTMT statement) { this.statement = statement; SQLSMALLINT info; SQLNumResultCols(statement, &info); numFields = info; fetchNext(); } ~this() { SQLFreeHandle(SQL_HANDLE_STMT, statement); } private: SQLHSTMT statement; int[string] mapping; string[] columnNames; int numFields; bool isEmpty; Row row; void fetchNext() { if(isEmpty) return; if(SQLFetch(statement) == SQL_SUCCESS) { Row r; r.resultSet = this; string[] row; SQLLEN ptr; for(int i = 0; i < numFields; i++) { string a; more: SQLCHAR buf[255]; if(SQLGetData(statement, cast(ushort)(i+1), SQL_CHAR, buf.ptr, 255, &ptr) != SQL_SUCCESS) throw new DatabaseException("get data: " ~ getSQLError(SQL_HANDLE_STMT, statement)); assert(ptr != SQL_NO_TOTAL); if(ptr == SQL_NULL_DATA) a = null; else { a ~= cast(string) buf[0 .. ptr > 255 ? 255 : ptr].idup; ptr -= ptr > 255 ? 255 : ptr; if(ptr) goto more; } row ~= a; } r.row = row; this.row = r; } else { isEmpty = true; } } void makeFieldMapping() { for(int i = 0; i < numFields; i++) { SQLSMALLINT len; SQLCHAR[255] buf; auto ret = SQLDescribeCol(statement, cast(ushort)(i+1), cast(ubyte*)buf.ptr, 255, &len, null, null, null, null); if (ret != SQL_SUCCESS) throw new DatabaseException("Field mapping error: " ~ getSQLError(SQL_HANDLE_STMT, statement)); string a = cast(string) buf[0 .. len].idup; columnNames ~= a; mapping[a] = i; } } } private string getSQLError(short handletype, SQLHANDLE handle) { char sqlstate[32]; char message[256]; SQLINTEGER nativeerror=0; SQLSMALLINT textlen=0; auto ret = SQLGetDiagRec(handletype, handle, 1, cast(ubyte*)sqlstate.ptr, cast(int*)&nativeerror, cast(ubyte*)message.ptr, 256, &textlen); return message.idup; } /* import std.stdio; void main() { //auto db = new MsSql("Driver={SQL Server};Server=<host>[\\<optional-instance-name>]>;Database=dbtest;Trusted_Connection=Yes"); auto db = new MsSql("Driver={SQL Server Native Client 10.0};Server=<host>[\\<optional-instance-name>];Database=dbtest;Trusted_Connection=Yes") db.query("INSERT INTO users (id, name) values (30, 'hello mang')"); foreach(line; db.query("SELECT * FROM users")) { writeln(line[0], line["name"]); } } */
D
module arrow.UInt8Array; private import arrow.Buffer; private import arrow.NumericArray; private import arrow.c.functions; public import arrow.c.types; private import glib.ConstructionException; private import glib.ErrorG; private import glib.GException; private import gobject.ObjectG; /** */ public class UInt8Array : NumericArray { /** the main Gtk struct */ protected GArrowUInt8Array* gArrowUInt8Array; /** Get the main Gtk struct */ public GArrowUInt8Array* getUInt8ArrayStruct(bool transferOwnership = false) { if (transferOwnership) ownedRef = false; return gArrowUInt8Array; } /** the main Gtk struct as a void* */ protected override void* getStruct() { return cast(void*)gArrowUInt8Array; } /** * Sets our main struct and passes it to the parent class. */ public this (GArrowUInt8Array* gArrowUInt8Array, bool ownedRef = false) { this.gArrowUInt8Array = gArrowUInt8Array; super(cast(GArrowNumericArray*)gArrowUInt8Array, ownedRef); } /** */ public static GType getType() { return garrow_uint8_array_get_type(); } /** * * Params: * length = The number of elements. * data = The binary data in Arrow format of the array. * nullBitmap = The bitmap that shows null elements. The * N-th element is null when the N-th bit is 0, not null otherwise. * If the array has no null elements, the bitmap must be %NULL and * @n_nulls is 0. * nNulls = The number of null elements. If -1 is specified, the * number of nulls are computed from @null_bitmap. * Returns: A newly created #GArrowUInt8Array. * * Since: 0.4.0 * * Throws: ConstructionException GTK+ fails to create the object. */ public this(long length, Buffer data, Buffer nullBitmap, long nNulls) { auto p = garrow_uint8_array_new(length, (data is null) ? null : data.getBufferStruct(), (nullBitmap is null) ? null : nullBitmap.getBufferStruct(), nNulls); if(p is null) { throw new ConstructionException("null returned by new"); } this(cast(GArrowUInt8Array*) p, true); } /** * * Params: * i = The index of the target value. * Returns: The i-th value. */ public ubyte getValue(long i) { return garrow_uint8_array_get_value(gArrowUInt8Array, i); } /** * Returns: The raw values. */ public ubyte[] getValues() { long length; auto p = garrow_uint8_array_get_values(gArrowUInt8Array, &length); return p[0 .. length]; } /** * Returns: The value of the computed sum on success, * If an error is occurred, the returned value is untrustful value. * * Since: 0.13.0 * * Throws: GException on failure. */ public ulong sum() { GError* err = null; auto p = garrow_uint8_array_sum(gArrowUInt8Array, &err); if (err !is null) { throw new GException( new ErrorG(err) ); } return p; } }
D
module hunt.http.codec.http.frame.CloseState; enum CloseState { NOT_CLOSED, LOCALLY_CLOSED, REMOTELY_CLOSED, CLOSED }
D
// URL: https://yukicoder.me/problems/no/1517 import std; version(unittest) {} else void main() { int d; io.getV(d); int a, b; io.getV(a, b); io.putB(a < b, a*d, b*d); } auto io = IO!()(); import lib.io;
D
/* ---------------------------------------------------------------------------- * This file was automatically generated by SWIG (http://www.swig.org). * Version 3.0.0 * * Do not make changes to this file unless you know what you are doing--modify * the SWIG interface file instead. * ----------------------------------------------------------------------------- */ module vtkd_im; static import core.stdc.config; static import std.conv; static import std.conv; static import std.string; private { version(linux) { version = Nix; } else version(darwin) { version = Nix; } else version(OSX) { version = Nix; } else version(FreeBSD) { version = Nix; version = freebsd; } else version(freebsd) { version = Nix; } else version(Unix) { version = Nix; } else version(Posix) { version = Nix; } version(Tango) { static import tango.stdc.string; static import tango.stdc.stringz; version (PhobosCompatibility) { } else { alias char[] string; alias wchar[] wstring; alias dchar[] dstring; } } else { version(D_Version2) { static import std.conv; } static import std.string; static import std.c.string; } version(D_Version2) { mixin("alias const(char)* CCPTR;"); } else { alias char* CCPTR; } CCPTR swigToCString(string str) { version(Tango) { return tango.stdc.stringz.toStringz(str); } else { return std.string.toStringz(str); } } string swigToDString(CCPTR cstr) { version(Tango) { return tango.stdc.stringz.fromStringz(cstr); } else { version(D_Version2) { mixin("return std.conv.to!string(cstr);"); } else { return std.c.string.toString(cstr); } } } } class SwigSwigSharedLibLoadException : Exception { this(in string[] libNames, in string[] reasons) { string msg = "Failed to load one or more shared libraries:"; foreach(i, n; libNames) { msg ~= "\n\t" ~ n ~ " - "; if(i < reasons.length) msg ~= reasons[i]; else msg ~= "Unknown"; } super(msg); } } class SwigSymbolLoadException : Exception { this(string SwigSharedLibName, string symbolName) { super("Failed to load symbol " ~ symbolName ~ " from shared library " ~ SwigSharedLibName); _symbolName = symbolName; } string symbolName() { return _symbolName; } private: string _symbolName; } private { version(Nix) { version(freebsd) { // the dl* functions are in libc on FreeBSD } else { pragma(lib, "dl"); } version(Tango) { import tango.sys.Common; } else version(linux) { import std.c.linux.linux; } else { extern(C) { const RTLD_NOW = 2; void *dlopen(CCPTR file, int mode); int dlclose(void* handle); void *dlsym(void* handle, CCPTR name); CCPTR dlerror(); } } alias void* SwigSharedLibHandle; SwigSharedLibHandle swigLoadSharedLib(string libName) { return dlopen(swigToCString(libName), RTLD_NOW); } void swigUnloadSharedLib(SwigSharedLibHandle hlib) { dlclose(hlib); } void* swigGetSymbol(SwigSharedLibHandle hlib, string symbolName) { return dlsym(hlib, swigToCString(symbolName)); } string swigGetErrorStr() { CCPTR err = dlerror(); if (err is null) { return "Unknown Error"; } return swigToDString(err); } } else version(Windows) { alias ushort WORD; alias uint DWORD; alias CCPTR LPCSTR; alias void* HMODULE; alias void* HLOCAL; alias int function() FARPROC; struct VA_LIST {} extern (Windows) { HMODULE LoadLibraryA(LPCSTR); FARPROC GetProcAddress(HMODULE, LPCSTR); void FreeLibrary(HMODULE); DWORD GetLastError(); DWORD FormatMessageA(DWORD, in void*, DWORD, DWORD, LPCSTR, DWORD, VA_LIST*); HLOCAL LocalFree(HLOCAL); } DWORD MAKELANGID(WORD p, WORD s) { return (((cast(WORD)s) << 10) | cast(WORD)p); } enum { LANG_NEUTRAL = 0, SUBLANG_DEFAULT = 1, FORMAT_MESSAGE_ALLOCATE_BUFFER = 256, FORMAT_MESSAGE_IGNORE_INSERTS = 512, FORMAT_MESSAGE_FROM_SYSTEM = 4096 } alias HMODULE SwigSharedLibHandle; SwigSharedLibHandle swigLoadSharedLib(string libName) { return LoadLibraryA(swigToCString(libName)); } void swigUnloadSharedLib(SwigSharedLibHandle hlib) { FreeLibrary(hlib); } void* swigGetSymbol(SwigSharedLibHandle hlib, string symbolName) { return GetProcAddress(hlib, swigToCString(symbolName)); } string swigGetErrorStr() { DWORD errcode = GetLastError(); LPCSTR msgBuf; DWORD i = FormatMessageA( FORMAT_MESSAGE_ALLOCATE_BUFFER | FORMAT_MESSAGE_FROM_SYSTEM | FORMAT_MESSAGE_IGNORE_INSERTS, null, errcode, MAKELANGID(LANG_NEUTRAL, SUBLANG_DEFAULT), cast(LPCSTR)&msgBuf, 0, null); string text = swigToDString(msgBuf); LocalFree(cast(HLOCAL)msgBuf); if (i >= 2) { i -= 2; } return text[0 .. i]; } } else { static assert(0, "Operating system not supported by the wrapper loading code."); } final class SwigSharedLib { void load(string[] names) { if (_hlib !is null) return; string[] failedLibs; string[] reasons; foreach(n; names) { _hlib = swigLoadSharedLib(n); if (_hlib is null) { failedLibs ~= n; reasons ~= swigGetErrorStr(); continue; } _name = n; break; } if (_hlib is null) { throw new SwigSwigSharedLibLoadException(failedLibs, reasons); } } void* loadSymbol(string symbolName, bool doThrow = true) { void* sym = swigGetSymbol(_hlib, symbolName); if(doThrow && (sym is null)) { throw new SwigSymbolLoadException(_name, symbolName); } return sym; } void unload() { if(_hlib !is null) { swigUnloadSharedLib(_hlib); _hlib = null; } } private: string _name; SwigSharedLibHandle _hlib; } } static this() { string[] possibleFileNames; version (Posix) { version (OSX) { possibleFileNames ~= ["libvtkd_wrap.dylib", "libvtkd_wrap.bundle"]; } possibleFileNames ~= ["libvtkd_wrap.so"]; } else version (Windows) { possibleFileNames ~= ["vtkd_wrap.dll", "libvtkd_wrap.so"]; } else { static assert(false, "Operating system not supported by the wrapper loading code."); } auto library = new SwigSharedLib; library.load(possibleFileNames); string bindCode(string functionPointer, string symbol) { return functionPointer ~ " = cast(typeof(" ~ functionPointer ~ "))library.loadSymbol(`" ~ symbol ~ "`);"; } //#if !defined(SWIG_D_NO_EXCEPTION_HELPER) mixin(bindCode("swigRegisterExceptionCallbacksvtkd", "SWIGRegisterExceptionCallbacks_vtkd")); //#endif // SWIG_D_NO_EXCEPTION_HELPER //#if !defined(SWIG_D_NO_STRING_HELPER) mixin(bindCode("swigRegisterStringCallbackvtkd", "SWIGRegisterStringCallback_vtkd")); //#endif // SWIG_D_NO_STRING_HELPER mixin(bindCode("DEFINE_NO_DEPRECATED_get", "D_DEFINE_NO_DEPRECATED_get")); mixin(bindCode("VTK_MAJOR_VERSION_get", "D_VTK_MAJOR_VERSION_get")); mixin(bindCode("VTK_MINOR_VERSION_get", "D_VTK_MINOR_VERSION_get")); mixin(bindCode("VTK_BUILD_VERSION_get", "D_VTK_BUILD_VERSION_get")); mixin(bindCode("VTK_VERSION_get", "D_VTK_VERSION_get")); mixin(bindCode("VTK_MAX_THREADS_get", "D_VTK_MAX_THREADS_get")); mixin(bindCode("VTK_SIZEOF_CHAR_get", "D_VTK_SIZEOF_CHAR_get")); mixin(bindCode("VTK_SIZEOF_SHORT_get", "D_VTK_SIZEOF_SHORT_get")); mixin(bindCode("VTK_SIZEOF_INT_get", "D_VTK_SIZEOF_INT_get")); mixin(bindCode("VTK_SIZEOF_LONG_get", "D_VTK_SIZEOF_LONG_get")); mixin(bindCode("VTK_SIZEOF_FLOAT_get", "D_VTK_SIZEOF_FLOAT_get")); mixin(bindCode("VTK_SIZEOF_DOUBLE_get", "D_VTK_SIZEOF_DOUBLE_get")); mixin(bindCode("VTK_SIZEOF_VOID_P_get", "D_VTK_SIZEOF_VOID_P_get")); mixin(bindCode("VTK_SIZEOF_LONG_LONG_get", "D_VTK_SIZEOF_LONG_LONG_get")); mixin(bindCode("VTK_TYPE_CHAR_IS_SIGNED_get", "D_VTK_TYPE_CHAR_IS_SIGNED_get")); mixin(bindCode("VTK_STREAM_EOF_SEVERITY_get", "D_VTK_STREAM_EOF_SEVERITY_get")); mixin(bindCode("VTK_CXX_COMPILER_get", "D_VTK_CXX_COMPILER_get")); mixin(bindCode("VTK_VOID_get", "D_VTK_VOID_get")); mixin(bindCode("VTK_BIT_get", "D_VTK_BIT_get")); mixin(bindCode("VTK_CHAR_get", "D_VTK_CHAR_get")); mixin(bindCode("VTK_SIGNED_CHAR_get", "D_VTK_SIGNED_CHAR_get")); mixin(bindCode("VTK_UNSIGNED_CHAR_get", "D_VTK_UNSIGNED_CHAR_get")); mixin(bindCode("VTK_SHORT_get", "D_VTK_SHORT_get")); mixin(bindCode("VTK_UNSIGNED_SHORT_get", "D_VTK_UNSIGNED_SHORT_get")); mixin(bindCode("VTK_INT_get", "D_VTK_INT_get")); mixin(bindCode("VTK_UNSIGNED_INT_get", "D_VTK_UNSIGNED_INT_get")); mixin(bindCode("VTK_LONG_get", "D_VTK_LONG_get")); mixin(bindCode("VTK_UNSIGNED_LONG_get", "D_VTK_UNSIGNED_LONG_get")); mixin(bindCode("VTK_FLOAT_get", "D_VTK_FLOAT_get")); mixin(bindCode("VTK_DOUBLE_get", "D_VTK_DOUBLE_get")); mixin(bindCode("VTK_ID_TYPE_get", "D_VTK_ID_TYPE_get")); mixin(bindCode("VTK_STRING_get", "D_VTK_STRING_get")); mixin(bindCode("VTK_OPAQUE_get", "D_VTK_OPAQUE_get")); mixin(bindCode("VTK_LONG_LONG_get", "D_VTK_LONG_LONG_get")); mixin(bindCode("VTK_UNSIGNED_LONG_LONG_get", "D_VTK_UNSIGNED_LONG_LONG_get")); mixin(bindCode("VTK___INT64_get", "D_VTK___INT64_get")); mixin(bindCode("VTK_UNSIGNED___INT64_get", "D_VTK_UNSIGNED___INT64_get")); mixin(bindCode("VTK_VARIANT_get", "D_VTK_VARIANT_get")); mixin(bindCode("VTK_OBJECT_get", "D_VTK_OBJECT_get")); mixin(bindCode("VTK_UNICODE_STRING_get", "D_VTK_UNICODE_STRING_get")); mixin(bindCode("VTK_POLY_DATA_get", "D_VTK_POLY_DATA_get")); mixin(bindCode("VTK_STRUCTURED_POINTS_get", "D_VTK_STRUCTURED_POINTS_get")); mixin(bindCode("VTK_STRUCTURED_GRID_get", "D_VTK_STRUCTURED_GRID_get")); mixin(bindCode("VTK_RECTILINEAR_GRID_get", "D_VTK_RECTILINEAR_GRID_get")); mixin(bindCode("VTK_UNSTRUCTURED_GRID_get", "D_VTK_UNSTRUCTURED_GRID_get")); mixin(bindCode("VTK_PIECEWISE_FUNCTION_get", "D_VTK_PIECEWISE_FUNCTION_get")); mixin(bindCode("VTK_IMAGE_DATA_get", "D_VTK_IMAGE_DATA_get")); mixin(bindCode("VTK_DATA_OBJECT_get", "D_VTK_DATA_OBJECT_get")); mixin(bindCode("VTK_DATA_SET_get", "D_VTK_DATA_SET_get")); mixin(bindCode("VTK_POINT_SET_get", "D_VTK_POINT_SET_get")); mixin(bindCode("VTK_UNIFORM_GRID_get", "D_VTK_UNIFORM_GRID_get")); mixin(bindCode("VTK_COMPOSITE_DATA_SET_get", "D_VTK_COMPOSITE_DATA_SET_get")); mixin(bindCode("VTK_MULTIGROUP_DATA_SET_get", "D_VTK_MULTIGROUP_DATA_SET_get")); mixin(bindCode("VTK_MULTIBLOCK_DATA_SET_get", "D_VTK_MULTIBLOCK_DATA_SET_get")); mixin(bindCode("VTK_HIERARCHICAL_DATA_SET_get", "D_VTK_HIERARCHICAL_DATA_SET_get")); mixin(bindCode("VTK_HIERARCHICAL_BOX_DATA_SET_get", "D_VTK_HIERARCHICAL_BOX_DATA_SET_get")); mixin(bindCode("VTK_GENERIC_DATA_SET_get", "D_VTK_GENERIC_DATA_SET_get")); mixin(bindCode("VTK_HYPER_OCTREE_get", "D_VTK_HYPER_OCTREE_get")); mixin(bindCode("VTK_TEMPORAL_DATA_SET_get", "D_VTK_TEMPORAL_DATA_SET_get")); mixin(bindCode("VTK_TABLE_get", "D_VTK_TABLE_get")); mixin(bindCode("VTK_GRAPH_get", "D_VTK_GRAPH_get")); mixin(bindCode("VTK_TREE_get", "D_VTK_TREE_get")); mixin(bindCode("VTK_SELECTION_get", "D_VTK_SELECTION_get")); mixin(bindCode("VTK_DIRECTED_GRAPH_get", "D_VTK_DIRECTED_GRAPH_get")); mixin(bindCode("VTK_UNDIRECTED_GRAPH_get", "D_VTK_UNDIRECTED_GRAPH_get")); mixin(bindCode("VTK_MULTIPIECE_DATA_SET_get", "D_VTK_MULTIPIECE_DATA_SET_get")); mixin(bindCode("VTK_DIRECTED_ACYCLIC_GRAPH_get", "D_VTK_DIRECTED_ACYCLIC_GRAPH_get")); mixin(bindCode("VTK_ARRAY_DATA_get", "D_VTK_ARRAY_DATA_get")); mixin(bindCode("VTK_REEB_GRAPH_get", "D_VTK_REEB_GRAPH_get")); mixin(bindCode("VTK_UNIFORM_GRID_AMR_get", "D_VTK_UNIFORM_GRID_AMR_get")); mixin(bindCode("VTK_NON_OVERLAPPING_AMR_get", "D_VTK_NON_OVERLAPPING_AMR_get")); mixin(bindCode("VTK_OVERLAPPING_AMR_get", "D_VTK_OVERLAPPING_AMR_get")); mixin(bindCode("VTK_HYPER_TREE_GRID_get", "D_VTK_HYPER_TREE_GRID_get")); mixin(bindCode("VTK_MOLECULE_get", "D_VTK_MOLECULE_get")); mixin(bindCode("VTK_PISTON_DATA_OBJECT_get", "D_VTK_PISTON_DATA_OBJECT_get")); mixin(bindCode("VTK_PATH_get", "D_VTK_PATH_get")); mixin(bindCode("VTK_BIT_MIN_get", "D_VTK_BIT_MIN_get")); mixin(bindCode("VTK_BIT_MAX_get", "D_VTK_BIT_MAX_get")); mixin(bindCode("VTK_TYPE_UINT8_get", "D_VTK_TYPE_UINT8_get")); mixin(bindCode("VTK_TYPE_INT8_get", "D_VTK_TYPE_INT8_get")); mixin(bindCode("VTK_TYPE_UINT16_get", "D_VTK_TYPE_UINT16_get")); mixin(bindCode("VTK_TYPE_INT16_get", "D_VTK_TYPE_INT16_get")); mixin(bindCode("VTK_TYPE_UINT32_get", "D_VTK_TYPE_UINT32_get")); mixin(bindCode("VTK_TYPE_INT32_get", "D_VTK_TYPE_INT32_get")); mixin(bindCode("VTK_TYPE_UINT64_get", "D_VTK_TYPE_UINT64_get")); mixin(bindCode("VTK_TYPE_INT64_get", "D_VTK_TYPE_INT64_get")); mixin(bindCode("VTK_TYPE_FLOAT32_get", "D_VTK_TYPE_FLOAT32_get")); mixin(bindCode("VTK_TYPE_FLOAT64_get", "D_VTK_TYPE_FLOAT64_get")); mixin(bindCode("VTK_SIZEOF_ID_TYPE_get", "D_VTK_SIZEOF_ID_TYPE_get")); mixin(bindCode("VTK_OK_get", "D_VTK_OK_get")); mixin(bindCode("VTK_ERROR_get", "D_VTK_ERROR_get")); mixin(bindCode("VTK_ARIAL_get", "D_VTK_ARIAL_get")); mixin(bindCode("VTK_COURIER_get", "D_VTK_COURIER_get")); mixin(bindCode("VTK_TIMES_get", "D_VTK_TIMES_get")); mixin(bindCode("VTK_UNKNOWN_FONT_get", "D_VTK_UNKNOWN_FONT_get")); mixin(bindCode("VTK_TEXT_LEFT_get", "D_VTK_TEXT_LEFT_get")); mixin(bindCode("VTK_TEXT_CENTERED_get", "D_VTK_TEXT_CENTERED_get")); mixin(bindCode("VTK_TEXT_RIGHT_get", "D_VTK_TEXT_RIGHT_get")); mixin(bindCode("VTK_TEXT_BOTTOM_get", "D_VTK_TEXT_BOTTOM_get")); mixin(bindCode("VTK_TEXT_TOP_get", "D_VTK_TEXT_TOP_get")); mixin(bindCode("VTK_TEXT_GLOBAL_ANTIALIASING_SOME_get", "D_VTK_TEXT_GLOBAL_ANTIALIASING_SOME_get")); mixin(bindCode("VTK_TEXT_GLOBAL_ANTIALIASING_NONE_get", "D_VTK_TEXT_GLOBAL_ANTIALIASING_NONE_get")); mixin(bindCode("VTK_TEXT_GLOBAL_ANTIALIASING_ALL_get", "D_VTK_TEXT_GLOBAL_ANTIALIASING_ALL_get")); mixin(bindCode("VTK_LUMINANCE_get", "D_VTK_LUMINANCE_get")); mixin(bindCode("VTK_LUMINANCE_ALPHA_get", "D_VTK_LUMINANCE_ALPHA_get")); mixin(bindCode("VTK_RGB_get", "D_VTK_RGB_get")); mixin(bindCode("VTK_RGBA_get", "D_VTK_RGBA_get")); mixin(bindCode("VTK_COLOR_MODE_DEFAULT_get", "D_VTK_COLOR_MODE_DEFAULT_get")); mixin(bindCode("VTK_COLOR_MODE_MAP_SCALARS_get", "D_VTK_COLOR_MODE_MAP_SCALARS_get")); mixin(bindCode("VTK_NEAREST_INTERPOLATION_get", "D_VTK_NEAREST_INTERPOLATION_get")); mixin(bindCode("VTK_LINEAR_INTERPOLATION_get", "D_VTK_LINEAR_INTERPOLATION_get")); mixin(bindCode("VTK_CUBIC_INTERPOLATION_get", "D_VTK_CUBIC_INTERPOLATION_get")); mixin(bindCode("VTK_IMAGE_SLAB_MIN_get", "D_VTK_IMAGE_SLAB_MIN_get")); mixin(bindCode("VTK_IMAGE_SLAB_MAX_get", "D_VTK_IMAGE_SLAB_MAX_get")); mixin(bindCode("VTK_IMAGE_SLAB_MEAN_get", "D_VTK_IMAGE_SLAB_MEAN_get")); mixin(bindCode("VTK_IMAGE_SLAB_SUM_get", "D_VTK_IMAGE_SLAB_SUM_get")); mixin(bindCode("VTK_MAX_VRCOMP_get", "D_VTK_MAX_VRCOMP_get")); mixin(bindCode("VTK_ENCODING_NONE_get", "D_VTK_ENCODING_NONE_get")); mixin(bindCode("VTK_ENCODING_US_ASCII_get", "D_VTK_ENCODING_US_ASCII_get")); mixin(bindCode("VTK_ENCODING_UNICODE_get", "D_VTK_ENCODING_UNICODE_get")); mixin(bindCode("VTK_ENCODING_UTF_8_get", "D_VTK_ENCODING_UTF_8_get")); mixin(bindCode("VTK_ENCODING_ISO_8859_1_get", "D_VTK_ENCODING_ISO_8859_1_get")); mixin(bindCode("VTK_ENCODING_ISO_8859_2_get", "D_VTK_ENCODING_ISO_8859_2_get")); mixin(bindCode("VTK_ENCODING_ISO_8859_3_get", "D_VTK_ENCODING_ISO_8859_3_get")); mixin(bindCode("VTK_ENCODING_ISO_8859_4_get", "D_VTK_ENCODING_ISO_8859_4_get")); mixin(bindCode("VTK_ENCODING_ISO_8859_5_get", "D_VTK_ENCODING_ISO_8859_5_get")); mixin(bindCode("VTK_ENCODING_ISO_8859_6_get", "D_VTK_ENCODING_ISO_8859_6_get")); mixin(bindCode("VTK_ENCODING_ISO_8859_7_get", "D_VTK_ENCODING_ISO_8859_7_get")); mixin(bindCode("VTK_ENCODING_ISO_8859_8_get", "D_VTK_ENCODING_ISO_8859_8_get")); mixin(bindCode("VTK_ENCODING_ISO_8859_9_get", "D_VTK_ENCODING_ISO_8859_9_get")); mixin(bindCode("VTK_ENCODING_ISO_8859_10_get", "D_VTK_ENCODING_ISO_8859_10_get")); mixin(bindCode("VTK_ENCODING_ISO_8859_11_get", "D_VTK_ENCODING_ISO_8859_11_get")); mixin(bindCode("VTK_ENCODING_ISO_8859_12_get", "D_VTK_ENCODING_ISO_8859_12_get")); mixin(bindCode("VTK_ENCODING_ISO_8859_13_get", "D_VTK_ENCODING_ISO_8859_13_get")); mixin(bindCode("VTK_ENCODING_ISO_8859_14_get", "D_VTK_ENCODING_ISO_8859_14_get")); mixin(bindCode("VTK_ENCODING_ISO_8859_15_get", "D_VTK_ENCODING_ISO_8859_15_get")); mixin(bindCode("VTK_ENCODING_ISO_8859_16_get", "D_VTK_ENCODING_ISO_8859_16_get")); mixin(bindCode("VTK_ENCODING_UNKNOWN_get", "D_VTK_ENCODING_UNKNOWN_get")); mixin(bindCode("vtkIndent_Delete", "D_vtkIndent_Delete")); mixin(bindCode("new_vtkIndent__SWIG_0", "D_new_vtkIndent__SWIG_0")); mixin(bindCode("new_vtkIndent__SWIG_1", "D_new_vtkIndent__SWIG_1")); mixin(bindCode("vtkIndent_New", "D_vtkIndent_New")); mixin(bindCode("vtkIndent_GetNextIndent", "D_vtkIndent_GetNextIndent")); mixin(bindCode("delete_vtkIndent", "D_delete_vtkIndent")); mixin(bindCode("vtkObjectBase_GetClassName", "D_vtkObjectBase_GetClassName")); mixin(bindCode("vtkObjectBase_IsTypeOf", "D_vtkObjectBase_IsTypeOf")); mixin(bindCode("vtkObjectBase_IsA", "D_vtkObjectBase_IsA")); mixin(bindCode("vtkObjectBase_Delete", "D_vtkObjectBase_Delete")); mixin(bindCode("vtkObjectBase_FastDelete", "D_vtkObjectBase_FastDelete")); mixin(bindCode("vtkObjectBase_New", "D_vtkObjectBase_New")); mixin(bindCode("vtkObjectBase_Print", "D_vtkObjectBase_Print")); mixin(bindCode("vtkObjectBase_PrintSelf", "D_vtkObjectBase_PrintSelf")); mixin(bindCode("vtkObjectBase_PrintHeader", "D_vtkObjectBase_PrintHeader")); mixin(bindCode("vtkObjectBase_PrintTrailer", "D_vtkObjectBase_PrintTrailer")); mixin(bindCode("vtkObjectBase_Register", "D_vtkObjectBase_Register")); mixin(bindCode("vtkObjectBase_UnRegister", "D_vtkObjectBase_UnRegister")); mixin(bindCode("vtkObjectBase_GetReferenceCount", "D_vtkObjectBase_GetReferenceCount")); mixin(bindCode("vtkObjectBase_SetReferenceCount", "D_vtkObjectBase_SetReferenceCount")); mixin(bindCode("vtkObjectBase_PrintRevisions", "D_vtkObjectBase_PrintRevisions")); mixin(bindCode("vtkOutputWindowDisplayText", "D_vtkOutputWindowDisplayText")); mixin(bindCode("vtkOutputWindowDisplayErrorText", "D_vtkOutputWindowDisplayErrorText")); mixin(bindCode("vtkOutputWindowDisplayWarningText", "D_vtkOutputWindowDisplayWarningText")); mixin(bindCode("vtkOutputWindowDisplayGenericWarningText", "D_vtkOutputWindowDisplayGenericWarningText")); mixin(bindCode("vtkOutputWindowDisplayDebugText", "D_vtkOutputWindowDisplayDebugText")); mixin(bindCode("new_vtkTimeStamp", "D_new_vtkTimeStamp")); mixin(bindCode("vtkTimeStamp_New", "D_vtkTimeStamp_New")); mixin(bindCode("vtkTimeStamp_Delete", "D_vtkTimeStamp_Delete")); mixin(bindCode("vtkTimeStamp_Modified", "D_vtkTimeStamp_Modified")); mixin(bindCode("vtkTimeStamp_GetMTime", "D_vtkTimeStamp_GetMTime")); mixin(bindCode("vtkTimeStamp_swigOpGt", "D_vtkTimeStamp_swigOpGt")); mixin(bindCode("vtkTimeStamp_swigOpLt", "D_vtkTimeStamp_swigOpLt")); mixin(bindCode("delete_vtkTimeStamp", "D_delete_vtkTimeStamp")); mixin(bindCode("new_vtkWeakPointerBase__SWIG_0", "D_new_vtkWeakPointerBase__SWIG_0")); mixin(bindCode("new_vtkWeakPointerBase__SWIG_1", "D_new_vtkWeakPointerBase__SWIG_1")); mixin(bindCode("new_vtkWeakPointerBase__SWIG_2", "D_new_vtkWeakPointerBase__SWIG_2")); mixin(bindCode("delete_vtkWeakPointerBase", "D_delete_vtkWeakPointerBase")); mixin(bindCode("vtkWeakPointerBase_Equal__SWIG_0", "D_vtkWeakPointerBase_Equal__SWIG_0")); mixin(bindCode("vtkWeakPointerBase_Equal__SWIG_1", "D_vtkWeakPointerBase_Equal__SWIG_1")); mixin(bindCode("vtkWeakPointerBase_GetPointer", "D_vtkWeakPointerBase_GetPointer")); mixin(bindCode("EqualEqual__SWIG_0", "D_EqualEqual__SWIG_0")); mixin(bindCode("EqualEqual__SWIG_1", "D_EqualEqual__SWIG_1")); mixin(bindCode("EqualEqual__SWIG_2", "D_EqualEqual__SWIG_2")); mixin(bindCode("NotEqual__SWIG_0", "D_NotEqual__SWIG_0")); mixin(bindCode("NotEqual__SWIG_1", "D_NotEqual__SWIG_1")); mixin(bindCode("NotEqual__SWIG_2", "D_NotEqual__SWIG_2")); mixin(bindCode("LessThan__SWIG_0", "D_LessThan__SWIG_0")); mixin(bindCode("LessThan__SWIG_1", "D_LessThan__SWIG_1")); mixin(bindCode("LessThan__SWIG_2", "D_LessThan__SWIG_2")); mixin(bindCode("LessThanEqual__SWIG_0", "D_LessThanEqual__SWIG_0")); mixin(bindCode("LessThanEqual__SWIG_1", "D_LessThanEqual__SWIG_1")); mixin(bindCode("LessThanEqual__SWIG_2", "D_LessThanEqual__SWIG_2")); mixin(bindCode("GreaterThan__SWIG_0", "D_GreaterThan__SWIG_0")); mixin(bindCode("GreaterThan__SWIG_1", "D_GreaterThan__SWIG_1")); mixin(bindCode("GreaterThan__SWIG_2", "D_GreaterThan__SWIG_2")); mixin(bindCode("GreaterThanEqual__SWIG_0", "D_GreaterThanEqual__SWIG_0")); mixin(bindCode("GreaterThanEqual__SWIG_1", "D_GreaterThanEqual__SWIG_1")); mixin(bindCode("GreaterThanEqual__SWIG_2", "D_GreaterThanEqual__SWIG_2")); mixin(bindCode("vtkObject_IsTypeOf", "D_vtkObject_IsTypeOf")); mixin(bindCode("vtkObject_SafeDownCast", "D_vtkObject_SafeDownCast")); mixin(bindCode("vtkObject_NewInstance", "D_vtkObject_NewInstance")); mixin(bindCode("vtkObject_New", "D_vtkObject_New")); mixin(bindCode("vtkObject_DebugOn", "D_vtkObject_DebugOn")); mixin(bindCode("vtkObject_DebugOff", "D_vtkObject_DebugOff")); mixin(bindCode("vtkObject_GetDebug", "D_vtkObject_GetDebug")); mixin(bindCode("vtkObject_SetDebug", "D_vtkObject_SetDebug")); mixin(bindCode("vtkObject_BreakOnError", "D_vtkObject_BreakOnError")); mixin(bindCode("vtkObject_Modified", "D_vtkObject_Modified")); mixin(bindCode("vtkObject_GetMTime", "D_vtkObject_GetMTime")); mixin(bindCode("vtkObject_SetGlobalWarningDisplay", "D_vtkObject_SetGlobalWarningDisplay")); mixin(bindCode("vtkObject_GlobalWarningDisplayOn", "D_vtkObject_GlobalWarningDisplayOn")); mixin(bindCode("vtkObject_GlobalWarningDisplayOff", "D_vtkObject_GlobalWarningDisplayOff")); mixin(bindCode("vtkObject_GetGlobalWarningDisplay", "D_vtkObject_GetGlobalWarningDisplay")); mixin(bindCode("vtkObject_RemoveObserver", "D_vtkObject_RemoveObserver")); mixin(bindCode("vtkObject_RemoveObservers__SWIG_0", "D_vtkObject_RemoveObservers__SWIG_0")); mixin(bindCode("vtkObject_RemoveObservers__SWIG_1", "D_vtkObject_RemoveObservers__SWIG_1")); mixin(bindCode("vtkObject_RemoveAllObservers", "D_vtkObject_RemoveAllObservers")); mixin(bindCode("vtkObject_HasObserver__SWIG_0", "D_vtkObject_HasObserver__SWIG_0")); mixin(bindCode("vtkObject_HasObserver__SWIG_1", "D_vtkObject_HasObserver__SWIG_1")); mixin(bindCode("vtkObject_InvokeEvent__SWIG_0", "D_vtkObject_InvokeEvent__SWIG_0")); mixin(bindCode("vtkObject_InvokeEvent__SWIG_1", "D_vtkObject_InvokeEvent__SWIG_1")); mixin(bindCode("vtkObject_Upcast", "D_vtkObject_Upcast")); mixin(bindCode("vtkAlgorithm_New", "D_vtkAlgorithm_New")); mixin(bindCode("vtkAlgorithm_IsTypeOf", "D_vtkAlgorithm_IsTypeOf")); mixin(bindCode("vtkAlgorithm_SafeDownCast", "D_vtkAlgorithm_SafeDownCast")); mixin(bindCode("vtkAlgorithm_NewInstance", "D_vtkAlgorithm_NewInstance")); mixin(bindCode("vtkAlgorithm_HasExecutive", "D_vtkAlgorithm_HasExecutive")); mixin(bindCode("vtkAlgorithm_GetExecutive", "D_vtkAlgorithm_GetExecutive")); mixin(bindCode("vtkAlgorithm_SetExecutive", "D_vtkAlgorithm_SetExecutive")); mixin(bindCode("vtkAlgorithm_ProcessRequest__SWIG_0", "D_vtkAlgorithm_ProcessRequest__SWIG_0")); mixin(bindCode("vtkAlgorithm_ProcessRequest__SWIG_1", "D_vtkAlgorithm_ProcessRequest__SWIG_1")); mixin(bindCode("vtkAlgorithm_ComputePipelineMTime", "D_vtkAlgorithm_ComputePipelineMTime")); mixin(bindCode("vtkAlgorithm_ModifyRequest", "D_vtkAlgorithm_ModifyRequest")); mixin(bindCode("vtkAlgorithm_GetInputPortInformation", "D_vtkAlgorithm_GetInputPortInformation")); mixin(bindCode("vtkAlgorithm_GetOutputPortInformation", "D_vtkAlgorithm_GetOutputPortInformation")); mixin(bindCode("vtkAlgorithm_GetInformation", "D_vtkAlgorithm_GetInformation")); mixin(bindCode("vtkAlgorithm_SetInformation", "D_vtkAlgorithm_SetInformation")); mixin(bindCode("vtkAlgorithm_GetNumberOfInputPorts", "D_vtkAlgorithm_GetNumberOfInputPorts")); mixin(bindCode("vtkAlgorithm_GetNumberOfOutputPorts", "D_vtkAlgorithm_GetNumberOfOutputPorts")); mixin(bindCode("vtkAlgorithm_SetAbortExecute", "D_vtkAlgorithm_SetAbortExecute")); mixin(bindCode("vtkAlgorithm_GetAbortExecute", "D_vtkAlgorithm_GetAbortExecute")); mixin(bindCode("vtkAlgorithm_AbortExecuteOn", "D_vtkAlgorithm_AbortExecuteOn")); mixin(bindCode("vtkAlgorithm_AbortExecuteOff", "D_vtkAlgorithm_AbortExecuteOff")); mixin(bindCode("vtkAlgorithm_SetProgress", "D_vtkAlgorithm_SetProgress")); mixin(bindCode("vtkAlgorithm_GetProgressMinValue", "D_vtkAlgorithm_GetProgressMinValue")); mixin(bindCode("vtkAlgorithm_GetProgressMaxValue", "D_vtkAlgorithm_GetProgressMaxValue")); mixin(bindCode("vtkAlgorithm_GetProgress", "D_vtkAlgorithm_GetProgress")); mixin(bindCode("vtkAlgorithm_UpdateProgress", "D_vtkAlgorithm_UpdateProgress")); mixin(bindCode("vtkAlgorithm_SetProgressText", "D_vtkAlgorithm_SetProgressText")); mixin(bindCode("vtkAlgorithm_GetProgressText", "D_vtkAlgorithm_GetProgressText")); mixin(bindCode("vtkAlgorithm_GetErrorCode", "D_vtkAlgorithm_GetErrorCode")); mixin(bindCode("vtkAlgorithm_AbortExecute_set", "D_vtkAlgorithm_AbortExecute_set")); mixin(bindCode("vtkAlgorithm_AbortExecute_get", "D_vtkAlgorithm_AbortExecute_get")); mixin(bindCode("vtkAlgorithm_INPUT_IS_OPTIONAL", "D_vtkAlgorithm_INPUT_IS_OPTIONAL")); mixin(bindCode("vtkAlgorithm_INPUT_IS_REPEATABLE", "D_vtkAlgorithm_INPUT_IS_REPEATABLE")); mixin(bindCode("vtkAlgorithm_INPUT_REQUIRED_FIELDS", "D_vtkAlgorithm_INPUT_REQUIRED_FIELDS")); mixin(bindCode("vtkAlgorithm_INPUT_REQUIRED_DATA_TYPE", "D_vtkAlgorithm_INPUT_REQUIRED_DATA_TYPE")); mixin(bindCode("vtkAlgorithm_INPUT_ARRAYS_TO_PROCESS", "D_vtkAlgorithm_INPUT_ARRAYS_TO_PROCESS")); mixin(bindCode("vtkAlgorithm_INPUT_PORT", "D_vtkAlgorithm_INPUT_PORT")); mixin(bindCode("vtkAlgorithm_INPUT_CONNECTION", "D_vtkAlgorithm_INPUT_CONNECTION")); mixin(bindCode("vtkAlgorithm_SetInputArrayToProcess__SWIG_0", "D_vtkAlgorithm_SetInputArrayToProcess__SWIG_0")); mixin(bindCode("vtkAlgorithm_SetInputArrayToProcess__SWIG_1", "D_vtkAlgorithm_SetInputArrayToProcess__SWIG_1")); mixin(bindCode("vtkAlgorithm_SetInputArrayToProcess__SWIG_2", "D_vtkAlgorithm_SetInputArrayToProcess__SWIG_2")); mixin(bindCode("vtkAlgorithm_SetInputArrayToProcess__SWIG_3", "D_vtkAlgorithm_SetInputArrayToProcess__SWIG_3")); mixin(bindCode("vtkAlgorithm_GetInputArrayInformation", "D_vtkAlgorithm_GetInputArrayInformation")); mixin(bindCode("vtkAlgorithm_RemoveAllInputs", "D_vtkAlgorithm_RemoveAllInputs")); mixin(bindCode("vtkAlgorithm_GetOutputDataObject", "D_vtkAlgorithm_GetOutputDataObject")); mixin(bindCode("vtkAlgorithm_GetInputDataObject", "D_vtkAlgorithm_GetInputDataObject")); mixin(bindCode("vtkAlgorithm_SetInputConnection__SWIG_0", "D_vtkAlgorithm_SetInputConnection__SWIG_0")); mixin(bindCode("vtkAlgorithm_SetInputConnection__SWIG_1", "D_vtkAlgorithm_SetInputConnection__SWIG_1")); mixin(bindCode("vtkAlgorithm_AddInputConnection__SWIG_0", "D_vtkAlgorithm_AddInputConnection__SWIG_0")); mixin(bindCode("vtkAlgorithm_AddInputConnection__SWIG_1", "D_vtkAlgorithm_AddInputConnection__SWIG_1")); mixin(bindCode("vtkAlgorithm_RemoveInputConnection__SWIG_0", "D_vtkAlgorithm_RemoveInputConnection__SWIG_0")); mixin(bindCode("vtkAlgorithm_RemoveInputConnection__SWIG_1", "D_vtkAlgorithm_RemoveInputConnection__SWIG_1")); mixin(bindCode("vtkAlgorithm_RemoveAllInputConnections", "D_vtkAlgorithm_RemoveAllInputConnections")); mixin(bindCode("vtkAlgorithm_SetInputDataObject__SWIG_0", "D_vtkAlgorithm_SetInputDataObject__SWIG_0")); mixin(bindCode("vtkAlgorithm_SetInputDataObject__SWIG_1", "D_vtkAlgorithm_SetInputDataObject__SWIG_1")); mixin(bindCode("vtkAlgorithm_AddInputDataObject__SWIG_0", "D_vtkAlgorithm_AddInputDataObject__SWIG_0")); mixin(bindCode("vtkAlgorithm_AddInputDataObject__SWIG_1", "D_vtkAlgorithm_AddInputDataObject__SWIG_1")); mixin(bindCode("vtkAlgorithm_GetOutputPort__SWIG_0", "D_vtkAlgorithm_GetOutputPort__SWIG_0")); mixin(bindCode("vtkAlgorithm_GetOutputPort__SWIG_1", "D_vtkAlgorithm_GetOutputPort__SWIG_1")); mixin(bindCode("vtkAlgorithm_GetNumberOfInputConnections", "D_vtkAlgorithm_GetNumberOfInputConnections")); mixin(bindCode("vtkAlgorithm_GetTotalNumberOfInputConnections", "D_vtkAlgorithm_GetTotalNumberOfInputConnections")); mixin(bindCode("vtkAlgorithm_GetInputConnection", "D_vtkAlgorithm_GetInputConnection")); mixin(bindCode("vtkAlgorithm_GetInputAlgorithm__SWIG_0", "D_vtkAlgorithm_GetInputAlgorithm__SWIG_0")); mixin(bindCode("vtkAlgorithm_GetInputAlgorithm__SWIG_1", "D_vtkAlgorithm_GetInputAlgorithm__SWIG_1")); mixin(bindCode("vtkAlgorithm_GetInputAlgorithm__SWIG_2", "D_vtkAlgorithm_GetInputAlgorithm__SWIG_2")); mixin(bindCode("vtkAlgorithm_GetInputExecutive__SWIG_0", "D_vtkAlgorithm_GetInputExecutive__SWIG_0")); mixin(bindCode("vtkAlgorithm_GetInputExecutive__SWIG_1", "D_vtkAlgorithm_GetInputExecutive__SWIG_1")); mixin(bindCode("vtkAlgorithm_GetInputInformation__SWIG_0", "D_vtkAlgorithm_GetInputInformation__SWIG_0")); mixin(bindCode("vtkAlgorithm_GetInputInformation__SWIG_1", "D_vtkAlgorithm_GetInputInformation__SWIG_1")); mixin(bindCode("vtkAlgorithm_GetOutputInformation", "D_vtkAlgorithm_GetOutputInformation")); mixin(bindCode("vtkAlgorithm_Update__SWIG_0", "D_vtkAlgorithm_Update__SWIG_0")); mixin(bindCode("vtkAlgorithm_Update__SWIG_1", "D_vtkAlgorithm_Update__SWIG_1")); mixin(bindCode("vtkAlgorithm_UpdateInformation", "D_vtkAlgorithm_UpdateInformation")); mixin(bindCode("vtkAlgorithm_PropagateUpdateExtent", "D_vtkAlgorithm_PropagateUpdateExtent")); mixin(bindCode("vtkAlgorithm_UpdateWholeExtent", "D_vtkAlgorithm_UpdateWholeExtent")); mixin(bindCode("vtkAlgorithm_ConvertTotalInputToPortConnection", "D_vtkAlgorithm_ConvertTotalInputToPortConnection")); mixin(bindCode("vtkAlgorithm_SetReleaseDataFlag", "D_vtkAlgorithm_SetReleaseDataFlag")); mixin(bindCode("vtkAlgorithm_GetReleaseDataFlag", "D_vtkAlgorithm_GetReleaseDataFlag")); mixin(bindCode("vtkAlgorithm_ReleaseDataFlagOn", "D_vtkAlgorithm_ReleaseDataFlagOn")); mixin(bindCode("vtkAlgorithm_ReleaseDataFlagOff", "D_vtkAlgorithm_ReleaseDataFlagOff")); mixin(bindCode("vtkAlgorithm_UpdateExtentIsEmpty__SWIG_0", "D_vtkAlgorithm_UpdateExtentIsEmpty__SWIG_0")); mixin(bindCode("vtkAlgorithm_UpdateExtentIsEmpty__SWIG_1", "D_vtkAlgorithm_UpdateExtentIsEmpty__SWIG_1")); mixin(bindCode("vtkAlgorithm_SetDefaultExecutivePrototype", "D_vtkAlgorithm_SetDefaultExecutivePrototype")); mixin(bindCode("vtkAlgorithm_ComputePriority", "D_vtkAlgorithm_ComputePriority")); mixin(bindCode("vtkAlgorithm_PRESERVES_DATASET", "D_vtkAlgorithm_PRESERVES_DATASET")); mixin(bindCode("vtkAlgorithm_PRESERVES_GEOMETRY", "D_vtkAlgorithm_PRESERVES_GEOMETRY")); mixin(bindCode("vtkAlgorithm_PRESERVES_BOUNDS", "D_vtkAlgorithm_PRESERVES_BOUNDS")); mixin(bindCode("vtkAlgorithm_PRESERVES_TOPOLOGY", "D_vtkAlgorithm_PRESERVES_TOPOLOGY")); mixin(bindCode("vtkAlgorithm_PRESERVES_ATTRIBUTES", "D_vtkAlgorithm_PRESERVES_ATTRIBUTES")); mixin(bindCode("vtkAlgorithm_PRESERVES_RANGES", "D_vtkAlgorithm_PRESERVES_RANGES")); mixin(bindCode("vtkAlgorithm_MANAGES_METAINFORMATION", "D_vtkAlgorithm_MANAGES_METAINFORMATION")); mixin(bindCode("vtkAlgorithm_SetUpdateExtentToWholeExtent__SWIG_0", "D_vtkAlgorithm_SetUpdateExtentToWholeExtent__SWIG_0")); mixin(bindCode("vtkAlgorithm_SetUpdateExtentToWholeExtent__SWIG_1", "D_vtkAlgorithm_SetUpdateExtentToWholeExtent__SWIG_1")); mixin(bindCode("vtkAlgorithm_SetUpdateExtent__SWIG_0", "D_vtkAlgorithm_SetUpdateExtent__SWIG_0")); mixin(bindCode("vtkAlgorithm_SetUpdateExtent__SWIG_1", "D_vtkAlgorithm_SetUpdateExtent__SWIG_1")); mixin(bindCode("vtkAlgorithm_SetUpdateExtent__SWIG_2", "D_vtkAlgorithm_SetUpdateExtent__SWIG_2")); mixin(bindCode("vtkAlgorithm_SetUpdateExtent__SWIG_3", "D_vtkAlgorithm_SetUpdateExtent__SWIG_3")); mixin(bindCode("vtkAlgorithm_GetUpdateExtent__SWIG_0", "D_vtkAlgorithm_GetUpdateExtent__SWIG_0")); mixin(bindCode("vtkAlgorithm_GetUpdateExtent__SWIG_1", "D_vtkAlgorithm_GetUpdateExtent__SWIG_1")); mixin(bindCode("vtkAlgorithm_GetUpdateExtent__SWIG_2", "D_vtkAlgorithm_GetUpdateExtent__SWIG_2")); mixin(bindCode("vtkAlgorithm_GetUpdateExtent__SWIG_3", "D_vtkAlgorithm_GetUpdateExtent__SWIG_3")); mixin(bindCode("vtkAlgorithm_GetUpdateExtent__SWIG_4", "D_vtkAlgorithm_GetUpdateExtent__SWIG_4")); mixin(bindCode("vtkAlgorithm_GetUpdateExtent__SWIG_5", "D_vtkAlgorithm_GetUpdateExtent__SWIG_5")); mixin(bindCode("vtkAlgorithm_GetUpdatePiece__SWIG_0", "D_vtkAlgorithm_GetUpdatePiece__SWIG_0")); mixin(bindCode("vtkAlgorithm_GetUpdatePiece__SWIG_1", "D_vtkAlgorithm_GetUpdatePiece__SWIG_1")); mixin(bindCode("vtkAlgorithm_GetUpdateNumberOfPieces__SWIG_0", "D_vtkAlgorithm_GetUpdateNumberOfPieces__SWIG_0")); mixin(bindCode("vtkAlgorithm_GetUpdateNumberOfPieces__SWIG_1", "D_vtkAlgorithm_GetUpdateNumberOfPieces__SWIG_1")); mixin(bindCode("vtkAlgorithm_GetUpdateGhostLevel__SWIG_0", "D_vtkAlgorithm_GetUpdateGhostLevel__SWIG_0")); mixin(bindCode("vtkAlgorithm_GetUpdateGhostLevel__SWIG_1", "D_vtkAlgorithm_GetUpdateGhostLevel__SWIG_1")); mixin(bindCode("vtkAlgorithm_Upcast", "D_vtkAlgorithm_Upcast")); mixin(bindCode("vtkUnstructuredGridAlgorithm_New", "D_vtkUnstructuredGridAlgorithm_New")); mixin(bindCode("vtkUnstructuredGridAlgorithm_IsTypeOf", "D_vtkUnstructuredGridAlgorithm_IsTypeOf")); mixin(bindCode("vtkUnstructuredGridAlgorithm_SafeDownCast", "D_vtkUnstructuredGridAlgorithm_SafeDownCast")); mixin(bindCode("vtkUnstructuredGridAlgorithm_NewInstance", "D_vtkUnstructuredGridAlgorithm_NewInstance")); mixin(bindCode("vtkUnstructuredGridAlgorithm_GetOutput__SWIG_0", "D_vtkUnstructuredGridAlgorithm_GetOutput__SWIG_0")); mixin(bindCode("vtkUnstructuredGridAlgorithm_GetOutput__SWIG_1", "D_vtkUnstructuredGridAlgorithm_GetOutput__SWIG_1")); mixin(bindCode("vtkUnstructuredGridAlgorithm_SetOutput", "D_vtkUnstructuredGridAlgorithm_SetOutput")); mixin(bindCode("vtkUnstructuredGridAlgorithm_GetInput__SWIG_0", "D_vtkUnstructuredGridAlgorithm_GetInput__SWIG_0")); mixin(bindCode("vtkUnstructuredGridAlgorithm_GetInput__SWIG_1", "D_vtkUnstructuredGridAlgorithm_GetInput__SWIG_1")); mixin(bindCode("vtkUnstructuredGridAlgorithm_GetUnstructuredGridInput", "D_vtkUnstructuredGridAlgorithm_GetUnstructuredGridInput")); mixin(bindCode("vtkUnstructuredGridAlgorithm_SetInputData__SWIG_0", "D_vtkUnstructuredGridAlgorithm_SetInputData__SWIG_0")); mixin(bindCode("vtkUnstructuredGridAlgorithm_SetInputData__SWIG_1", "D_vtkUnstructuredGridAlgorithm_SetInputData__SWIG_1")); mixin(bindCode("vtkUnstructuredGridAlgorithm_AddInputData__SWIG_0", "D_vtkUnstructuredGridAlgorithm_AddInputData__SWIG_0")); mixin(bindCode("vtkUnstructuredGridAlgorithm_AddInputData__SWIG_1", "D_vtkUnstructuredGridAlgorithm_AddInputData__SWIG_1")); mixin(bindCode("vtkUnstructuredGridAlgorithm_Upcast", "D_vtkUnstructuredGridAlgorithm_Upcast")); mixin(bindCode("vtkTableBasedClipDataSet_IsTypeOf", "D_vtkTableBasedClipDataSet_IsTypeOf")); mixin(bindCode("vtkTableBasedClipDataSet_SafeDownCast", "D_vtkTableBasedClipDataSet_SafeDownCast")); mixin(bindCode("vtkTableBasedClipDataSet_NewInstance", "D_vtkTableBasedClipDataSet_NewInstance")); mixin(bindCode("vtkTableBasedClipDataSet_New", "D_vtkTableBasedClipDataSet_New")); mixin(bindCode("vtkTableBasedClipDataSet_SetInsideOut", "D_vtkTableBasedClipDataSet_SetInsideOut")); mixin(bindCode("vtkTableBasedClipDataSet_GetInsideOut", "D_vtkTableBasedClipDataSet_GetInsideOut")); mixin(bindCode("vtkTableBasedClipDataSet_InsideOutOn", "D_vtkTableBasedClipDataSet_InsideOutOn")); mixin(bindCode("vtkTableBasedClipDataSet_InsideOutOff", "D_vtkTableBasedClipDataSet_InsideOutOff")); mixin(bindCode("vtkTableBasedClipDataSet_SetValue", "D_vtkTableBasedClipDataSet_SetValue")); mixin(bindCode("vtkTableBasedClipDataSet_GetValue", "D_vtkTableBasedClipDataSet_GetValue")); mixin(bindCode("vtkTableBasedClipDataSet_SetUseValueAsOffset", "D_vtkTableBasedClipDataSet_SetUseValueAsOffset")); mixin(bindCode("vtkTableBasedClipDataSet_GetUseValueAsOffset", "D_vtkTableBasedClipDataSet_GetUseValueAsOffset")); mixin(bindCode("vtkTableBasedClipDataSet_UseValueAsOffsetOn", "D_vtkTableBasedClipDataSet_UseValueAsOffsetOn")); mixin(bindCode("vtkTableBasedClipDataSet_UseValueAsOffsetOff", "D_vtkTableBasedClipDataSet_UseValueAsOffsetOff")); mixin(bindCode("vtkTableBasedClipDataSet_SetClipFunction", "D_vtkTableBasedClipDataSet_SetClipFunction")); mixin(bindCode("vtkTableBasedClipDataSet_GetClipFunction", "D_vtkTableBasedClipDataSet_GetClipFunction")); mixin(bindCode("vtkTableBasedClipDataSet_SetGenerateClipScalars", "D_vtkTableBasedClipDataSet_SetGenerateClipScalars")); mixin(bindCode("vtkTableBasedClipDataSet_GetGenerateClipScalars", "D_vtkTableBasedClipDataSet_GetGenerateClipScalars")); mixin(bindCode("vtkTableBasedClipDataSet_GenerateClipScalarsOn", "D_vtkTableBasedClipDataSet_GenerateClipScalarsOn")); mixin(bindCode("vtkTableBasedClipDataSet_GenerateClipScalarsOff", "D_vtkTableBasedClipDataSet_GenerateClipScalarsOff")); mixin(bindCode("vtkTableBasedClipDataSet_SetLocator", "D_vtkTableBasedClipDataSet_SetLocator")); mixin(bindCode("vtkTableBasedClipDataSet_GetLocator", "D_vtkTableBasedClipDataSet_GetLocator")); mixin(bindCode("vtkTableBasedClipDataSet_SetMergeTolerance", "D_vtkTableBasedClipDataSet_SetMergeTolerance")); mixin(bindCode("vtkTableBasedClipDataSet_GetMergeToleranceMinValue", "D_vtkTableBasedClipDataSet_GetMergeToleranceMinValue")); mixin(bindCode("vtkTableBasedClipDataSet_GetMergeToleranceMaxValue", "D_vtkTableBasedClipDataSet_GetMergeToleranceMaxValue")); mixin(bindCode("vtkTableBasedClipDataSet_GetMergeTolerance", "D_vtkTableBasedClipDataSet_GetMergeTolerance")); mixin(bindCode("vtkTableBasedClipDataSet_CreateDefaultLocator", "D_vtkTableBasedClipDataSet_CreateDefaultLocator")); mixin(bindCode("vtkTableBasedClipDataSet_SetGenerateClippedOutput", "D_vtkTableBasedClipDataSet_SetGenerateClippedOutput")); mixin(bindCode("vtkTableBasedClipDataSet_GetGenerateClippedOutput", "D_vtkTableBasedClipDataSet_GetGenerateClippedOutput")); mixin(bindCode("vtkTableBasedClipDataSet_GenerateClippedOutputOn", "D_vtkTableBasedClipDataSet_GenerateClippedOutputOn")); mixin(bindCode("vtkTableBasedClipDataSet_GenerateClippedOutputOff", "D_vtkTableBasedClipDataSet_GenerateClippedOutputOff")); mixin(bindCode("vtkTableBasedClipDataSet_GetClippedOutput", "D_vtkTableBasedClipDataSet_GetClippedOutput")); mixin(bindCode("vtkTableBasedClipDataSet_SetOutputPointsPrecision", "D_vtkTableBasedClipDataSet_SetOutputPointsPrecision")); mixin(bindCode("vtkTableBasedClipDataSet_GetOutputPointsPrecisionMinValue", "D_vtkTableBasedClipDataSet_GetOutputPointsPrecisionMinValue")); mixin(bindCode("vtkTableBasedClipDataSet_GetOutputPointsPrecisionMaxValue", "D_vtkTableBasedClipDataSet_GetOutputPointsPrecisionMaxValue")); mixin(bindCode("vtkTableBasedClipDataSet_GetOutputPointsPrecision", "D_vtkTableBasedClipDataSet_GetOutputPointsPrecision")); mixin(bindCode("vtkTableBasedClipDataSet_Upcast", "D_vtkTableBasedClipDataSet_Upcast")); mixin(bindCode("vtkImageAlgorithm_IsTypeOf", "D_vtkImageAlgorithm_IsTypeOf")); mixin(bindCode("vtkImageAlgorithm_SafeDownCast", "D_vtkImageAlgorithm_SafeDownCast")); mixin(bindCode("vtkImageAlgorithm_NewInstance", "D_vtkImageAlgorithm_NewInstance")); mixin(bindCode("vtkImageAlgorithm_GetOutput__SWIG_0", "D_vtkImageAlgorithm_GetOutput__SWIG_0")); mixin(bindCode("vtkImageAlgorithm_GetOutput__SWIG_1", "D_vtkImageAlgorithm_GetOutput__SWIG_1")); mixin(bindCode("vtkImageAlgorithm_SetOutput", "D_vtkImageAlgorithm_SetOutput")); mixin(bindCode("vtkImageAlgorithm_SetInputData__SWIG_0", "D_vtkImageAlgorithm_SetInputData__SWIG_0")); mixin(bindCode("vtkImageAlgorithm_SetInputData__SWIG_1", "D_vtkImageAlgorithm_SetInputData__SWIG_1")); mixin(bindCode("vtkImageAlgorithm_GetInput__SWIG_0", "D_vtkImageAlgorithm_GetInput__SWIG_0")); mixin(bindCode("vtkImageAlgorithm_GetInput__SWIG_1", "D_vtkImageAlgorithm_GetInput__SWIG_1")); mixin(bindCode("vtkImageAlgorithm_GetImageDataInput", "D_vtkImageAlgorithm_GetImageDataInput")); mixin(bindCode("vtkImageAlgorithm_AddInputData__SWIG_0", "D_vtkImageAlgorithm_AddInputData__SWIG_0")); mixin(bindCode("vtkImageAlgorithm_AddInputData__SWIG_1", "D_vtkImageAlgorithm_AddInputData__SWIG_1")); mixin(bindCode("vtkImageAlgorithm_Upcast", "D_vtkImageAlgorithm_Upcast")); mixin(bindCode("vtkThreadedImageAlgorithm_IsTypeOf", "D_vtkThreadedImageAlgorithm_IsTypeOf")); mixin(bindCode("vtkThreadedImageAlgorithm_SafeDownCast", "D_vtkThreadedImageAlgorithm_SafeDownCast")); mixin(bindCode("vtkThreadedImageAlgorithm_NewInstance", "D_vtkThreadedImageAlgorithm_NewInstance")); mixin(bindCode("vtkThreadedImageAlgorithm_ThreadedRequestData", "D_vtkThreadedImageAlgorithm_ThreadedRequestData")); mixin(bindCode("vtkThreadedImageAlgorithm_ThreadedExecute", "D_vtkThreadedImageAlgorithm_ThreadedExecute")); mixin(bindCode("vtkThreadedImageAlgorithm_SetNumberOfThreads", "D_vtkThreadedImageAlgorithm_SetNumberOfThreads")); mixin(bindCode("vtkThreadedImageAlgorithm_GetNumberOfThreadsMinValue", "D_vtkThreadedImageAlgorithm_GetNumberOfThreadsMinValue")); mixin(bindCode("vtkThreadedImageAlgorithm_GetNumberOfThreadsMaxValue", "D_vtkThreadedImageAlgorithm_GetNumberOfThreadsMaxValue")); mixin(bindCode("vtkThreadedImageAlgorithm_GetNumberOfThreads", "D_vtkThreadedImageAlgorithm_GetNumberOfThreads")); mixin(bindCode("vtkThreadedImageAlgorithm_SplitExtent", "D_vtkThreadedImageAlgorithm_SplitExtent")); mixin(bindCode("vtkThreadedImageAlgorithm_Upcast", "D_vtkThreadedImageAlgorithm_Upcast")); mixin(bindCode("vtkImageGaussianSmooth_IsTypeOf", "D_vtkImageGaussianSmooth_IsTypeOf")); mixin(bindCode("vtkImageGaussianSmooth_SafeDownCast", "D_vtkImageGaussianSmooth_SafeDownCast")); mixin(bindCode("vtkImageGaussianSmooth_NewInstance", "D_vtkImageGaussianSmooth_NewInstance")); mixin(bindCode("vtkImageGaussianSmooth_New", "D_vtkImageGaussianSmooth_New")); mixin(bindCode("vtkImageGaussianSmooth_SetStandardDeviations__SWIG_0", "D_vtkImageGaussianSmooth_SetStandardDeviations__SWIG_0")); mixin(bindCode("vtkImageGaussianSmooth_SetStandardDeviations__SWIG_1", "D_vtkImageGaussianSmooth_SetStandardDeviations__SWIG_1")); mixin(bindCode("vtkImageGaussianSmooth_SetStandardDeviation__SWIG_0", "D_vtkImageGaussianSmooth_SetStandardDeviation__SWIG_0")); mixin(bindCode("vtkImageGaussianSmooth_SetStandardDeviations__SWIG_2", "D_vtkImageGaussianSmooth_SetStandardDeviations__SWIG_2")); mixin(bindCode("vtkImageGaussianSmooth_GetStandardDeviations__SWIG_0", "D_vtkImageGaussianSmooth_GetStandardDeviations__SWIG_0")); mixin(bindCode("vtkImageGaussianSmooth_GetStandardDeviations__SWIG_1", "D_vtkImageGaussianSmooth_GetStandardDeviations__SWIG_1")); mixin(bindCode("vtkImageGaussianSmooth_GetStandardDeviations__SWIG_2", "D_vtkImageGaussianSmooth_GetStandardDeviations__SWIG_2")); mixin(bindCode("vtkImageGaussianSmooth_SetStandardDeviation__SWIG_1", "D_vtkImageGaussianSmooth_SetStandardDeviation__SWIG_1")); mixin(bindCode("vtkImageGaussianSmooth_SetStandardDeviation__SWIG_2", "D_vtkImageGaussianSmooth_SetStandardDeviation__SWIG_2")); mixin(bindCode("vtkImageGaussianSmooth_SetRadiusFactors__SWIG_0", "D_vtkImageGaussianSmooth_SetRadiusFactors__SWIG_0")); mixin(bindCode("vtkImageGaussianSmooth_SetRadiusFactors__SWIG_1", "D_vtkImageGaussianSmooth_SetRadiusFactors__SWIG_1")); mixin(bindCode("vtkImageGaussianSmooth_SetRadiusFactors__SWIG_2", "D_vtkImageGaussianSmooth_SetRadiusFactors__SWIG_2")); mixin(bindCode("vtkImageGaussianSmooth_SetRadiusFactor", "D_vtkImageGaussianSmooth_SetRadiusFactor")); mixin(bindCode("vtkImageGaussianSmooth_GetRadiusFactors__SWIG_0", "D_vtkImageGaussianSmooth_GetRadiusFactors__SWIG_0")); mixin(bindCode("vtkImageGaussianSmooth_GetRadiusFactors__SWIG_1", "D_vtkImageGaussianSmooth_GetRadiusFactors__SWIG_1")); mixin(bindCode("vtkImageGaussianSmooth_GetRadiusFactors__SWIG_2", "D_vtkImageGaussianSmooth_GetRadiusFactors__SWIG_2")); mixin(bindCode("vtkImageGaussianSmooth_SetDimensionality", "D_vtkImageGaussianSmooth_SetDimensionality")); mixin(bindCode("vtkImageGaussianSmooth_GetDimensionality", "D_vtkImageGaussianSmooth_GetDimensionality")); mixin(bindCode("vtkImageGaussianSmooth_Upcast", "D_vtkImageGaussianSmooth_Upcast")); mixin(bindCode("vtkDataSetAlgorithm_New", "D_vtkDataSetAlgorithm_New")); mixin(bindCode("vtkDataSetAlgorithm_IsTypeOf", "D_vtkDataSetAlgorithm_IsTypeOf")); mixin(bindCode("vtkDataSetAlgorithm_SafeDownCast", "D_vtkDataSetAlgorithm_SafeDownCast")); mixin(bindCode("vtkDataSetAlgorithm_NewInstance", "D_vtkDataSetAlgorithm_NewInstance")); mixin(bindCode("vtkDataSetAlgorithm_GetOutput__SWIG_0", "D_vtkDataSetAlgorithm_GetOutput__SWIG_0")); mixin(bindCode("vtkDataSetAlgorithm_GetOutput__SWIG_1", "D_vtkDataSetAlgorithm_GetOutput__SWIG_1")); mixin(bindCode("vtkDataSetAlgorithm_GetInput", "D_vtkDataSetAlgorithm_GetInput")); mixin(bindCode("vtkDataSetAlgorithm_GetPolyDataOutput", "D_vtkDataSetAlgorithm_GetPolyDataOutput")); mixin(bindCode("vtkDataSetAlgorithm_GetStructuredPointsOutput", "D_vtkDataSetAlgorithm_GetStructuredPointsOutput")); mixin(bindCode("vtkDataSetAlgorithm_GetImageDataOutput", "D_vtkDataSetAlgorithm_GetImageDataOutput")); mixin(bindCode("vtkDataSetAlgorithm_GetStructuredGridOutput", "D_vtkDataSetAlgorithm_GetStructuredGridOutput")); mixin(bindCode("vtkDataSetAlgorithm_GetUnstructuredGridOutput", "D_vtkDataSetAlgorithm_GetUnstructuredGridOutput")); mixin(bindCode("vtkDataSetAlgorithm_GetRectilinearGridOutput", "D_vtkDataSetAlgorithm_GetRectilinearGridOutput")); mixin(bindCode("vtkDataSetAlgorithm_SetInputData__SWIG_0", "D_vtkDataSetAlgorithm_SetInputData__SWIG_0")); mixin(bindCode("vtkDataSetAlgorithm_SetInputData__SWIG_1", "D_vtkDataSetAlgorithm_SetInputData__SWIG_1")); mixin(bindCode("vtkDataSetAlgorithm_SetInputData__SWIG_2", "D_vtkDataSetAlgorithm_SetInputData__SWIG_2")); mixin(bindCode("vtkDataSetAlgorithm_SetInputData__SWIG_3", "D_vtkDataSetAlgorithm_SetInputData__SWIG_3")); mixin(bindCode("vtkDataSetAlgorithm_AddInputData__SWIG_0", "D_vtkDataSetAlgorithm_AddInputData__SWIG_0")); mixin(bindCode("vtkDataSetAlgorithm_AddInputData__SWIG_1", "D_vtkDataSetAlgorithm_AddInputData__SWIG_1")); mixin(bindCode("vtkDataSetAlgorithm_AddInputData__SWIG_2", "D_vtkDataSetAlgorithm_AddInputData__SWIG_2")); mixin(bindCode("vtkDataSetAlgorithm_AddInputData__SWIG_3", "D_vtkDataSetAlgorithm_AddInputData__SWIG_3")); mixin(bindCode("vtkDataSetAlgorithm_Upcast", "D_vtkDataSetAlgorithm_Upcast")); mixin(bindCode("VTK_VECTOR_MODE_PASS_VECTORS_get", "D_VTK_VECTOR_MODE_PASS_VECTORS_get")); mixin(bindCode("VTK_VECTOR_MODE_COMPUTE_GRADIENT_get", "D_VTK_VECTOR_MODE_COMPUTE_GRADIENT_get")); mixin(bindCode("VTK_VECTOR_MODE_COMPUTE_VORTICITY_get", "D_VTK_VECTOR_MODE_COMPUTE_VORTICITY_get")); mixin(bindCode("VTK_TENSOR_MODE_PASS_TENSORS_get", "D_VTK_TENSOR_MODE_PASS_TENSORS_get")); mixin(bindCode("VTK_TENSOR_MODE_COMPUTE_GRADIENT_get", "D_VTK_TENSOR_MODE_COMPUTE_GRADIENT_get")); mixin(bindCode("VTK_TENSOR_MODE_COMPUTE_STRAIN_get", "D_VTK_TENSOR_MODE_COMPUTE_STRAIN_get")); mixin(bindCode("vtkCellDerivatives_IsTypeOf", "D_vtkCellDerivatives_IsTypeOf")); mixin(bindCode("vtkCellDerivatives_SafeDownCast", "D_vtkCellDerivatives_SafeDownCast")); mixin(bindCode("vtkCellDerivatives_NewInstance", "D_vtkCellDerivatives_NewInstance")); mixin(bindCode("vtkCellDerivatives_New", "D_vtkCellDerivatives_New")); mixin(bindCode("vtkCellDerivatives_SetVectorMode", "D_vtkCellDerivatives_SetVectorMode")); mixin(bindCode("vtkCellDerivatives_GetVectorMode", "D_vtkCellDerivatives_GetVectorMode")); mixin(bindCode("vtkCellDerivatives_SetVectorModeToPassVectors", "D_vtkCellDerivatives_SetVectorModeToPassVectors")); mixin(bindCode("vtkCellDerivatives_SetVectorModeToComputeGradient", "D_vtkCellDerivatives_SetVectorModeToComputeGradient")); mixin(bindCode("vtkCellDerivatives_SetVectorModeToComputeVorticity", "D_vtkCellDerivatives_SetVectorModeToComputeVorticity")); mixin(bindCode("vtkCellDerivatives_GetVectorModeAsString", "D_vtkCellDerivatives_GetVectorModeAsString")); mixin(bindCode("vtkCellDerivatives_SetTensorMode", "D_vtkCellDerivatives_SetTensorMode")); mixin(bindCode("vtkCellDerivatives_GetTensorMode", "D_vtkCellDerivatives_GetTensorMode")); mixin(bindCode("vtkCellDerivatives_SetTensorModeToPassTensors", "D_vtkCellDerivatives_SetTensorModeToPassTensors")); mixin(bindCode("vtkCellDerivatives_SetTensorModeToComputeGradient", "D_vtkCellDerivatives_SetTensorModeToComputeGradient")); mixin(bindCode("vtkCellDerivatives_SetTensorModeToComputeStrain", "D_vtkCellDerivatives_SetTensorModeToComputeStrain")); mixin(bindCode("vtkCellDerivatives_GetTensorModeAsString", "D_vtkCellDerivatives_GetTensorModeAsString")); mixin(bindCode("vtkCellDerivatives_Upcast", "D_vtkCellDerivatives_Upcast")); mixin(bindCode("vtkTreeIterator_IsTypeOf", "D_vtkTreeIterator_IsTypeOf")); mixin(bindCode("vtkTreeIterator_SafeDownCast", "D_vtkTreeIterator_SafeDownCast")); mixin(bindCode("vtkTreeIterator_NewInstance", "D_vtkTreeIterator_NewInstance")); mixin(bindCode("vtkTreeIterator_SetTree", "D_vtkTreeIterator_SetTree")); mixin(bindCode("vtkTreeIterator_GetTree", "D_vtkTreeIterator_GetTree")); mixin(bindCode("vtkTreeIterator_SetStartVertex", "D_vtkTreeIterator_SetStartVertex")); mixin(bindCode("vtkTreeIterator_GetStartVertex", "D_vtkTreeIterator_GetStartVertex")); mixin(bindCode("vtkTreeIterator_Next", "D_vtkTreeIterator_Next")); mixin(bindCode("vtkTreeIterator_HasNext", "D_vtkTreeIterator_HasNext")); mixin(bindCode("vtkTreeIterator_Restart", "D_vtkTreeIterator_Restart")); mixin(bindCode("vtkTreeIterator_Upcast", "D_vtkTreeIterator_Upcast")); mixin(bindCode("vtkFastSplatter_IsTypeOf", "D_vtkFastSplatter_IsTypeOf")); mixin(bindCode("vtkFastSplatter_SafeDownCast", "D_vtkFastSplatter_SafeDownCast")); mixin(bindCode("vtkFastSplatter_NewInstance", "D_vtkFastSplatter_NewInstance")); mixin(bindCode("vtkFastSplatter_New", "D_vtkFastSplatter_New")); mixin(bindCode("vtkFastSplatter_SetModelBounds__SWIG_0", "D_vtkFastSplatter_SetModelBounds__SWIG_0")); mixin(bindCode("vtkFastSplatter_SetModelBounds__SWIG_1", "D_vtkFastSplatter_SetModelBounds__SWIG_1")); mixin(bindCode("vtkFastSplatter_GetModelBounds__SWIG_0", "D_vtkFastSplatter_GetModelBounds__SWIG_0")); mixin(bindCode("vtkFastSplatter_GetModelBounds__SWIG_1", "D_vtkFastSplatter_GetModelBounds__SWIG_1")); mixin(bindCode("vtkFastSplatter_SetOutputDimensions__SWIG_0", "D_vtkFastSplatter_SetOutputDimensions__SWIG_0")); mixin(bindCode("vtkFastSplatter_SetOutputDimensions__SWIG_1", "D_vtkFastSplatter_SetOutputDimensions__SWIG_1")); mixin(bindCode("vtkFastSplatter_GetOutputDimensions__SWIG_0", "D_vtkFastSplatter_GetOutputDimensions__SWIG_0")); mixin(bindCode("vtkFastSplatter_GetOutputDimensions__SWIG_1", "D_vtkFastSplatter_GetOutputDimensions__SWIG_1")); mixin(bindCode("vtkFastSplatter_GetOutputDimensions__SWIG_2", "D_vtkFastSplatter_GetOutputDimensions__SWIG_2")); mixin(bindCode("vtkFastSplatter_SetLimitMode", "D_vtkFastSplatter_SetLimitMode")); mixin(bindCode("vtkFastSplatter_GetLimitMode", "D_vtkFastSplatter_GetLimitMode")); mixin(bindCode("vtkFastSplatter_SetLimitModeToNone", "D_vtkFastSplatter_SetLimitModeToNone")); mixin(bindCode("vtkFastSplatter_SetLimitModeToClamp", "D_vtkFastSplatter_SetLimitModeToClamp")); mixin(bindCode("vtkFastSplatter_SetLimitModeToScale", "D_vtkFastSplatter_SetLimitModeToScale")); mixin(bindCode("vtkFastSplatter_SetLimitModeToFreezeScale", "D_vtkFastSplatter_SetLimitModeToFreezeScale")); mixin(bindCode("vtkFastSplatter_SetMinValue", "D_vtkFastSplatter_SetMinValue")); mixin(bindCode("vtkFastSplatter_GetMinValue", "D_vtkFastSplatter_GetMinValue")); mixin(bindCode("vtkFastSplatter_SetMaxValue", "D_vtkFastSplatter_SetMaxValue")); mixin(bindCode("vtkFastSplatter_GetMaxValue", "D_vtkFastSplatter_GetMaxValue")); mixin(bindCode("vtkFastSplatter_GetNumberOfPointsSplatted", "D_vtkFastSplatter_GetNumberOfPointsSplatted")); mixin(bindCode("vtkFastSplatter_SetSplatConnection", "D_vtkFastSplatter_SetSplatConnection")); mixin(bindCode("vtkFastSplatter_Upcast", "D_vtkFastSplatter_Upcast")); mixin(bindCode("new_vtkArrayCoordinates__SWIG_0", "D_new_vtkArrayCoordinates__SWIG_0")); mixin(bindCode("new_vtkArrayCoordinates__SWIG_1", "D_new_vtkArrayCoordinates__SWIG_1")); mixin(bindCode("new_vtkArrayCoordinates__SWIG_2", "D_new_vtkArrayCoordinates__SWIG_2")); mixin(bindCode("new_vtkArrayCoordinates__SWIG_3", "D_new_vtkArrayCoordinates__SWIG_3")); mixin(bindCode("vtkArrayCoordinates_GetDimensions", "D_vtkArrayCoordinates_GetDimensions")); mixin(bindCode("vtkArrayCoordinates_SetDimensions", "D_vtkArrayCoordinates_SetDimensions")); mixin(bindCode("vtkArrayCoordinates_opIndex__SWIG_0", "D_vtkArrayCoordinates_opIndex__SWIG_0")); mixin(bindCode("vtkArrayCoordinates_GetCoordinate", "D_vtkArrayCoordinates_GetCoordinate")); mixin(bindCode("vtkArrayCoordinates_SetCoordinate", "D_vtkArrayCoordinates_SetCoordinate")); mixin(bindCode("vtkArrayCoordinates_swigOpEquals", "D_vtkArrayCoordinates_swigOpEquals")); mixin(bindCode("vtkArrayCoordinates_NotEqual", "D_vtkArrayCoordinates_NotEqual")); mixin(bindCode("delete_vtkArrayCoordinates", "D_delete_vtkArrayCoordinates")); mixin(bindCode("new_vtkArrayRange__SWIG_0", "D_new_vtkArrayRange__SWIG_0")); mixin(bindCode("new_vtkArrayRange__SWIG_1", "D_new_vtkArrayRange__SWIG_1")); mixin(bindCode("vtkArrayRange_GetBegin", "D_vtkArrayRange_GetBegin")); mixin(bindCode("vtkArrayRange_GetEnd", "D_vtkArrayRange_GetEnd")); mixin(bindCode("vtkArrayRange_GetSize", "D_vtkArrayRange_GetSize")); mixin(bindCode("vtkArrayRange_Contains__SWIG_0", "D_vtkArrayRange_Contains__SWIG_0")); mixin(bindCode("vtkArrayRange_Contains__SWIG_1", "D_vtkArrayRange_Contains__SWIG_1")); mixin(bindCode("EqualEqual__SWIG_3", "D_EqualEqual__SWIG_3")); mixin(bindCode("NotEqual__SWIG_3", "D_NotEqual__SWIG_3")); mixin(bindCode("delete_vtkArrayRange", "D_delete_vtkArrayRange")); mixin(bindCode("new_vtkArrayExtents__SWIG_0", "D_new_vtkArrayExtents__SWIG_0")); mixin(bindCode("new_vtkArrayExtents__SWIG_1", "D_new_vtkArrayExtents__SWIG_1")); mixin(bindCode("new_vtkArrayExtents__SWIG_2", "D_new_vtkArrayExtents__SWIG_2")); mixin(bindCode("new_vtkArrayExtents__SWIG_3", "D_new_vtkArrayExtents__SWIG_3")); mixin(bindCode("new_vtkArrayExtents__SWIG_4", "D_new_vtkArrayExtents__SWIG_4")); mixin(bindCode("new_vtkArrayExtents__SWIG_5", "D_new_vtkArrayExtents__SWIG_5")); mixin(bindCode("new_vtkArrayExtents__SWIG_6", "D_new_vtkArrayExtents__SWIG_6")); mixin(bindCode("vtkArrayExtents_Uniform", "D_vtkArrayExtents_Uniform")); mixin(bindCode("vtkArrayExtents_Append", "D_vtkArrayExtents_Append")); mixin(bindCode("vtkArrayExtents_GetDimensions", "D_vtkArrayExtents_GetDimensions")); mixin(bindCode("vtkArrayExtents_GetSize", "D_vtkArrayExtents_GetSize")); mixin(bindCode("vtkArrayExtents_SetDimensions", "D_vtkArrayExtents_SetDimensions")); mixin(bindCode("vtkArrayExtents_opIndex__SWIG_0", "D_vtkArrayExtents_opIndex__SWIG_0")); mixin(bindCode("vtkArrayExtents_GetExtent", "D_vtkArrayExtents_GetExtent")); mixin(bindCode("vtkArrayExtents_SetExtent", "D_vtkArrayExtents_SetExtent")); mixin(bindCode("vtkArrayExtents_swigOpEquals", "D_vtkArrayExtents_swigOpEquals")); mixin(bindCode("vtkArrayExtents_NotEqual", "D_vtkArrayExtents_NotEqual")); mixin(bindCode("vtkArrayExtents_ZeroBased", "D_vtkArrayExtents_ZeroBased")); mixin(bindCode("vtkArrayExtents_SameShape", "D_vtkArrayExtents_SameShape")); mixin(bindCode("vtkArrayExtents_GetLeftToRightCoordinatesN", "D_vtkArrayExtents_GetLeftToRightCoordinatesN")); mixin(bindCode("vtkArrayExtents_GetRightToLeftCoordinatesN", "D_vtkArrayExtents_GetRightToLeftCoordinatesN")); mixin(bindCode("vtkArrayExtents_Contains__SWIG_0", "D_vtkArrayExtents_Contains__SWIG_0")); mixin(bindCode("vtkArrayExtents_Contains__SWIG_1", "D_vtkArrayExtents_Contains__SWIG_1")); mixin(bindCode("delete_vtkArrayExtents", "D_delete_vtkArrayExtents")); mixin(bindCode("new_vtkStdString__SWIG_0", "D_new_vtkStdString__SWIG_0")); mixin(bindCode("new_vtkStdString__SWIG_1", "D_new_vtkStdString__SWIG_1")); mixin(bindCode("new_vtkStdString__SWIG_2", "D_new_vtkStdString__SWIG_2")); mixin(bindCode("new_vtkStdString__SWIG_3", "D_new_vtkStdString__SWIG_3")); mixin(bindCode("new_vtkStdString__SWIG_4", "D_new_vtkStdString__SWIG_4")); mixin(bindCode("new_vtkStdString__SWIG_5", "D_new_vtkStdString__SWIG_5")); mixin(bindCode("delete_vtkStdString", "D_delete_vtkStdString")); mixin(bindCode("new_vtkUnicodeString__SWIG_0", "D_new_vtkUnicodeString__SWIG_0")); mixin(bindCode("new_vtkUnicodeString__SWIG_1", "D_new_vtkUnicodeString__SWIG_1")); mixin(bindCode("new_vtkUnicodeString__SWIG_2", "D_new_vtkUnicodeString__SWIG_2")); mixin(bindCode("new_vtkUnicodeString__SWIG_3", "D_new_vtkUnicodeString__SWIG_3")); mixin(bindCode("vtkUnicodeString_is_utf8__SWIG_0", "D_vtkUnicodeString_is_utf8__SWIG_0")); mixin(bindCode("vtkUnicodeString_from_utf8__SWIG_0", "D_vtkUnicodeString_from_utf8__SWIG_0")); mixin(bindCode("vtkUnicodeString_from_utf8__SWIG_1", "D_vtkUnicodeString_from_utf8__SWIG_1")); mixin(bindCode("vtkUnicodeString_from_utf16", "D_vtkUnicodeString_from_utf16")); mixin(bindCode("vtkUnicodeString_Equal", "D_vtkUnicodeString_Equal")); mixin(bindCode("vtkUnicodeString_begin", "D_vtkUnicodeString_begin")); mixin(bindCode("vtkUnicodeString_end", "D_vtkUnicodeString_end")); mixin(bindCode("vtkUnicodeString_at", "D_vtkUnicodeString_at")); mixin(bindCode("vtkUnicodeString_opIndex", "D_vtkUnicodeString_opIndex")); mixin(bindCode("vtkUnicodeString_utf8_str__SWIG_0", "D_vtkUnicodeString_utf8_str__SWIG_0")); mixin(bindCode("vtkUnicodeString_utf8_str__SWIG_1", "D_vtkUnicodeString_utf8_str__SWIG_1")); mixin(bindCode("vtkUnicodeString_utf16_str__SWIG_0", "D_vtkUnicodeString_utf16_str__SWIG_0")); mixin(bindCode("vtkUnicodeString_utf16_str__SWIG_1", "D_vtkUnicodeString_utf16_str__SWIG_1")); mixin(bindCode("vtkUnicodeString_byte_count", "D_vtkUnicodeString_byte_count")); mixin(bindCode("vtkUnicodeString_character_count", "D_vtkUnicodeString_character_count")); mixin(bindCode("vtkUnicodeString_empty", "D_vtkUnicodeString_empty")); mixin(bindCode("vtkUnicodeString_npos_get", "D_vtkUnicodeString_npos_get")); mixin(bindCode("vtkUnicodeString_swigOpAddAssign__SWIG_0", "D_vtkUnicodeString_swigOpAddAssign__SWIG_0")); mixin(bindCode("vtkUnicodeString_swigOpAddAssign__SWIG_1", "D_vtkUnicodeString_swigOpAddAssign__SWIG_1")); mixin(bindCode("vtkUnicodeString_push_back", "D_vtkUnicodeString_push_back")); mixin(bindCode("vtkUnicodeString_append__SWIG_0", "D_vtkUnicodeString_append__SWIG_0")); mixin(bindCode("vtkUnicodeString_append__SWIG_1", "D_vtkUnicodeString_append__SWIG_1")); mixin(bindCode("vtkUnicodeString_append__SWIG_2", "D_vtkUnicodeString_append__SWIG_2")); mixin(bindCode("vtkUnicodeString_assign__SWIG_0", "D_vtkUnicodeString_assign__SWIG_0")); mixin(bindCode("vtkUnicodeString_assign__SWIG_1", "D_vtkUnicodeString_assign__SWIG_1")); mixin(bindCode("vtkUnicodeString_assign__SWIG_2", "D_vtkUnicodeString_assign__SWIG_2")); mixin(bindCode("vtkUnicodeString_clear", "D_vtkUnicodeString_clear")); mixin(bindCode("vtkUnicodeString_fold_case", "D_vtkUnicodeString_fold_case")); mixin(bindCode("vtkUnicodeString_compare", "D_vtkUnicodeString_compare")); mixin(bindCode("vtkUnicodeString_substr__SWIG_0", "D_vtkUnicodeString_substr__SWIG_0")); mixin(bindCode("vtkUnicodeString_substr__SWIG_1", "D_vtkUnicodeString_substr__SWIG_1")); mixin(bindCode("vtkUnicodeString_substr__SWIG_2", "D_vtkUnicodeString_substr__SWIG_2")); mixin(bindCode("vtkUnicodeString_swap", "D_vtkUnicodeString_swap")); mixin(bindCode("delete_vtkUnicodeString", "D_delete_vtkUnicodeString")); mixin(bindCode("EqualEqual__SWIG_4", "D_EqualEqual__SWIG_4")); mixin(bindCode("NotEqual__SWIG_4", "D_NotEqual__SWIG_4")); mixin(bindCode("LessThan__SWIG_3", "D_LessThan__SWIG_3")); mixin(bindCode("LessThanEqual__SWIG_3", "D_LessThanEqual__SWIG_3")); mixin(bindCode("GreaterThanEqual__SWIG_3", "D_GreaterThanEqual__SWIG_3")); mixin(bindCode("GreaterThan__SWIG_3", "D_GreaterThan__SWIG_3")); mixin(bindCode("IsSigned64Bit", "D_IsSigned64Bit")); mixin(bindCode("IsSigned", "D_IsSigned")); mixin(bindCode("IsFloatingPoint", "D_IsFloatingPoint")); mixin(bindCode("CompareSignedUnsignedEqual", "D_CompareSignedUnsignedEqual")); mixin(bindCode("CompareSignedUnsignedLessThan", "D_CompareSignedUnsignedLessThan")); mixin(bindCode("CompareUnsignedSignedLessThan", "D_CompareUnsignedSignedLessThan")); mixin(bindCode("CompareSignedLessThan", "D_CompareSignedLessThan")); mixin(bindCode("CompareUnsignedLessThan", "D_CompareUnsignedLessThan")); mixin(bindCode("new_vtkVariant__SWIG_0", "D_new_vtkVariant__SWIG_0")); mixin(bindCode("delete_vtkVariant", "D_delete_vtkVariant")); mixin(bindCode("new_vtkVariant__SWIG_1", "D_new_vtkVariant__SWIG_1")); mixin(bindCode("new_vtkVariant__SWIG_2", "D_new_vtkVariant__SWIG_2")); mixin(bindCode("new_vtkVariant__SWIG_3", "D_new_vtkVariant__SWIG_3")); mixin(bindCode("new_vtkVariant__SWIG_4", "D_new_vtkVariant__SWIG_4")); mixin(bindCode("new_vtkVariant__SWIG_5", "D_new_vtkVariant__SWIG_5")); mixin(bindCode("new_vtkVariant__SWIG_6", "D_new_vtkVariant__SWIG_6")); mixin(bindCode("new_vtkVariant__SWIG_7", "D_new_vtkVariant__SWIG_7")); mixin(bindCode("new_vtkVariant__SWIG_8", "D_new_vtkVariant__SWIG_8")); mixin(bindCode("new_vtkVariant__SWIG_9", "D_new_vtkVariant__SWIG_9")); mixin(bindCode("new_vtkVariant__SWIG_12", "D_new_vtkVariant__SWIG_12")); mixin(bindCode("new_vtkVariant__SWIG_13", "D_new_vtkVariant__SWIG_13")); mixin(bindCode("new_vtkVariant__SWIG_14", "D_new_vtkVariant__SWIG_14")); mixin(bindCode("new_vtkVariant__SWIG_15", "D_new_vtkVariant__SWIG_15")); mixin(bindCode("new_vtkVariant__SWIG_16", "D_new_vtkVariant__SWIG_16")); mixin(bindCode("new_vtkVariant__SWIG_17", "D_new_vtkVariant__SWIG_17")); mixin(bindCode("new_vtkVariant__SWIG_18", "D_new_vtkVariant__SWIG_18")); mixin(bindCode("new_vtkVariant__SWIG_19", "D_new_vtkVariant__SWIG_19")); mixin(bindCode("new_vtkVariant__SWIG_20", "D_new_vtkVariant__SWIG_20")); mixin(bindCode("vtkVariant_Equal", "D_vtkVariant_Equal")); mixin(bindCode("vtkVariant_IsValid", "D_vtkVariant_IsValid")); mixin(bindCode("vtkVariant_IsString", "D_vtkVariant_IsString")); mixin(bindCode("vtkVariant_IsUnicodeString", "D_vtkVariant_IsUnicodeString")); mixin(bindCode("vtkVariant_IsNumeric", "D_vtkVariant_IsNumeric")); mixin(bindCode("vtkVariant_IsFloat", "D_vtkVariant_IsFloat")); mixin(bindCode("vtkVariant_IsDouble", "D_vtkVariant_IsDouble")); mixin(bindCode("vtkVariant_IsChar", "D_vtkVariant_IsChar")); mixin(bindCode("vtkVariant_IsUnsignedChar", "D_vtkVariant_IsUnsignedChar")); mixin(bindCode("vtkVariant_IsSignedChar", "D_vtkVariant_IsSignedChar")); mixin(bindCode("vtkVariant_IsShort", "D_vtkVariant_IsShort")); mixin(bindCode("vtkVariant_IsUnsignedShort", "D_vtkVariant_IsUnsignedShort")); mixin(bindCode("vtkVariant_IsInt", "D_vtkVariant_IsInt")); mixin(bindCode("vtkVariant_IsUnsignedInt", "D_vtkVariant_IsUnsignedInt")); mixin(bindCode("vtkVariant_IsLong", "D_vtkVariant_IsLong")); mixin(bindCode("vtkVariant_IsUnsignedLong", "D_vtkVariant_IsUnsignedLong")); mixin(bindCode("vtkVariant_Is__Int64", "D_vtkVariant_Is__Int64")); mixin(bindCode("vtkVariant_IsUnsigned__Int64", "D_vtkVariant_IsUnsigned__Int64")); mixin(bindCode("vtkVariant_IsLongLong", "D_vtkVariant_IsLongLong")); mixin(bindCode("vtkVariant_IsUnsignedLongLong", "D_vtkVariant_IsUnsignedLongLong")); mixin(bindCode("vtkVariant_IsVTKObject", "D_vtkVariant_IsVTKObject")); mixin(bindCode("vtkVariant_IsArray", "D_vtkVariant_IsArray")); mixin(bindCode("vtkVariant_GetType", "D_vtkVariant_GetType")); mixin(bindCode("vtkVariant_GetTypeAsString", "D_vtkVariant_GetTypeAsString")); mixin(bindCode("vtkVariant_ToString", "D_vtkVariant_ToString")); mixin(bindCode("vtkVariant_ToUnicodeString", "D_vtkVariant_ToUnicodeString")); mixin(bindCode("vtkVariant_ToFloat__SWIG_0", "D_vtkVariant_ToFloat__SWIG_0")); mixin(bindCode("vtkVariant_ToFloat__SWIG_1", "D_vtkVariant_ToFloat__SWIG_1")); mixin(bindCode("vtkVariant_ToDouble__SWIG_0", "D_vtkVariant_ToDouble__SWIG_0")); mixin(bindCode("vtkVariant_ToDouble__SWIG_1", "D_vtkVariant_ToDouble__SWIG_1")); mixin(bindCode("vtkVariant_ToChar__SWIG_0", "D_vtkVariant_ToChar__SWIG_0")); mixin(bindCode("vtkVariant_ToChar__SWIG_1", "D_vtkVariant_ToChar__SWIG_1")); mixin(bindCode("vtkVariant_ToUnsignedChar__SWIG_0", "D_vtkVariant_ToUnsignedChar__SWIG_0")); mixin(bindCode("vtkVariant_ToUnsignedChar__SWIG_1", "D_vtkVariant_ToUnsignedChar__SWIG_1")); mixin(bindCode("vtkVariant_ToSignedChar__SWIG_0", "D_vtkVariant_ToSignedChar__SWIG_0")); mixin(bindCode("vtkVariant_ToSignedChar__SWIG_1", "D_vtkVariant_ToSignedChar__SWIG_1")); mixin(bindCode("vtkVariant_ToShort__SWIG_0", "D_vtkVariant_ToShort__SWIG_0")); mixin(bindCode("vtkVariant_ToShort__SWIG_1", "D_vtkVariant_ToShort__SWIG_1")); mixin(bindCode("vtkVariant_ToUnsignedShort__SWIG_0", "D_vtkVariant_ToUnsignedShort__SWIG_0")); mixin(bindCode("vtkVariant_ToUnsignedShort__SWIG_1", "D_vtkVariant_ToUnsignedShort__SWIG_1")); mixin(bindCode("vtkVariant_ToInt__SWIG_0", "D_vtkVariant_ToInt__SWIG_0")); mixin(bindCode("vtkVariant_ToInt__SWIG_1", "D_vtkVariant_ToInt__SWIG_1")); mixin(bindCode("vtkVariant_ToUnsignedInt__SWIG_0", "D_vtkVariant_ToUnsignedInt__SWIG_0")); mixin(bindCode("vtkVariant_ToUnsignedInt__SWIG_1", "D_vtkVariant_ToUnsignedInt__SWIG_1")); mixin(bindCode("vtkVariant_ToLong__SWIG_0", "D_vtkVariant_ToLong__SWIG_0")); mixin(bindCode("vtkVariant_ToLong__SWIG_1", "D_vtkVariant_ToLong__SWIG_1")); mixin(bindCode("vtkVariant_ToUnsignedLong__SWIG_0", "D_vtkVariant_ToUnsignedLong__SWIG_0")); mixin(bindCode("vtkVariant_ToUnsignedLong__SWIG_1", "D_vtkVariant_ToUnsignedLong__SWIG_1")); mixin(bindCode("vtkVariant_ToLongLong__SWIG_0", "D_vtkVariant_ToLongLong__SWIG_0")); mixin(bindCode("vtkVariant_ToLongLong__SWIG_1", "D_vtkVariant_ToLongLong__SWIG_1")); mixin(bindCode("vtkVariant_ToUnsignedLongLong__SWIG_0", "D_vtkVariant_ToUnsignedLongLong__SWIG_0")); mixin(bindCode("vtkVariant_ToUnsignedLongLong__SWIG_1", "D_vtkVariant_ToUnsignedLongLong__SWIG_1")); mixin(bindCode("vtkVariant_ToTypeInt64__SWIG_0", "D_vtkVariant_ToTypeInt64__SWIG_0")); mixin(bindCode("vtkVariant_ToTypeInt64__SWIG_1", "D_vtkVariant_ToTypeInt64__SWIG_1")); mixin(bindCode("vtkVariant_ToTypeUInt64__SWIG_0", "D_vtkVariant_ToTypeUInt64__SWIG_0")); mixin(bindCode("vtkVariant_ToTypeUInt64__SWIG_1", "D_vtkVariant_ToTypeUInt64__SWIG_1")); mixin(bindCode("vtkVariant_ToVTKObject", "D_vtkVariant_ToVTKObject")); mixin(bindCode("vtkVariant_ToArray", "D_vtkVariant_ToArray")); mixin(bindCode("vtkVariant_IsEqual", "D_vtkVariant_IsEqual")); mixin(bindCode("vtkVariant_swigOpEquals", "D_vtkVariant_swigOpEquals")); mixin(bindCode("vtkVariant_NotEqual", "D_vtkVariant_NotEqual")); mixin(bindCode("vtkVariant_swigOpLt", "D_vtkVariant_swigOpLt")); mixin(bindCode("vtkVariant_swigOpGt", "D_vtkVariant_swigOpGt")); mixin(bindCode("vtkVariant_swigOpLtEquals", "D_vtkVariant_swigOpLtEquals")); mixin(bindCode("vtkVariant_swigOpGtEquals", "D_vtkVariant_swigOpGtEquals")); mixin(bindCode("vtkArray_IsTypeOf", "D_vtkArray_IsTypeOf")); mixin(bindCode("vtkArray_SafeDownCast", "D_vtkArray_SafeDownCast")); mixin(bindCode("vtkArray_NewInstance", "D_vtkArray_NewInstance")); mixin(bindCode("vtkArray_CreateArray", "D_vtkArray_CreateArray")); mixin(bindCode("vtkArray_IsDense", "D_vtkArray_IsDense")); mixin(bindCode("vtkArray_Resize__SWIG_0", "D_vtkArray_Resize__SWIG_0")); mixin(bindCode("vtkArray_Resize__SWIG_1", "D_vtkArray_Resize__SWIG_1")); mixin(bindCode("vtkArray_Resize__SWIG_2", "D_vtkArray_Resize__SWIG_2")); mixin(bindCode("vtkArray_Resize__SWIG_3", "D_vtkArray_Resize__SWIG_3")); mixin(bindCode("vtkArray_Resize__SWIG_4", "D_vtkArray_Resize__SWIG_4")); mixin(bindCode("vtkArray_Resize__SWIG_5", "D_vtkArray_Resize__SWIG_5")); mixin(bindCode("vtkArray_Resize__SWIG_6", "D_vtkArray_Resize__SWIG_6")); mixin(bindCode("vtkArray_GetExtent", "D_vtkArray_GetExtent")); mixin(bindCode("vtkArray_GetExtents", "D_vtkArray_GetExtents")); mixin(bindCode("vtkArray_GetDimensions", "D_vtkArray_GetDimensions")); mixin(bindCode("vtkArray_GetSize", "D_vtkArray_GetSize")); mixin(bindCode("vtkArray_GetNonNullSize", "D_vtkArray_GetNonNullSize")); mixin(bindCode("vtkArray_SetName", "D_vtkArray_SetName")); mixin(bindCode("vtkArray_GetName", "D_vtkArray_GetName")); mixin(bindCode("vtkArray_SetDimensionLabel", "D_vtkArray_SetDimensionLabel")); mixin(bindCode("vtkArray_GetDimensionLabel", "D_vtkArray_GetDimensionLabel")); mixin(bindCode("vtkArray_GetCoordinatesN", "D_vtkArray_GetCoordinatesN")); mixin(bindCode("vtkArray_GetVariantValue__SWIG_0", "D_vtkArray_GetVariantValue__SWIG_0")); mixin(bindCode("vtkArray_GetVariantValue__SWIG_1", "D_vtkArray_GetVariantValue__SWIG_1")); mixin(bindCode("vtkArray_GetVariantValue__SWIG_2", "D_vtkArray_GetVariantValue__SWIG_2")); mixin(bindCode("vtkArray_GetVariantValue__SWIG_3", "D_vtkArray_GetVariantValue__SWIG_3")); mixin(bindCode("vtkArray_GetVariantValueN", "D_vtkArray_GetVariantValueN")); mixin(bindCode("vtkArray_SetVariantValue__SWIG_0", "D_vtkArray_SetVariantValue__SWIG_0")); mixin(bindCode("vtkArray_SetVariantValue__SWIG_1", "D_vtkArray_SetVariantValue__SWIG_1")); mixin(bindCode("vtkArray_SetVariantValue__SWIG_2", "D_vtkArray_SetVariantValue__SWIG_2")); mixin(bindCode("vtkArray_SetVariantValue__SWIG_3", "D_vtkArray_SetVariantValue__SWIG_3")); mixin(bindCode("vtkArray_SetVariantValueN", "D_vtkArray_SetVariantValueN")); mixin(bindCode("vtkArray_CopyValue__SWIG_0", "D_vtkArray_CopyValue__SWIG_0")); mixin(bindCode("vtkArray_CopyValue__SWIG_1", "D_vtkArray_CopyValue__SWIG_1")); mixin(bindCode("vtkArray_CopyValue__SWIG_2", "D_vtkArray_CopyValue__SWIG_2")); mixin(bindCode("vtkArray_DeepCopy", "D_vtkArray_DeepCopy")); mixin(bindCode("vtkArray_Upcast", "D_vtkArray_Upcast")); mixin(bindCode("VTK_PIECES_EXTENT_get", "D_VTK_PIECES_EXTENT_get")); mixin(bindCode("VTK_3D_EXTENT_get", "D_VTK_3D_EXTENT_get")); mixin(bindCode("VTK_TIME_EXTENT_get", "D_VTK_TIME_EXTENT_get")); mixin(bindCode("vtkDataObject_New", "D_vtkDataObject_New")); mixin(bindCode("vtkDataObject_IsTypeOf", "D_vtkDataObject_IsTypeOf")); mixin(bindCode("vtkDataObject_SafeDownCast", "D_vtkDataObject_SafeDownCast")); mixin(bindCode("vtkDataObject_NewInstance", "D_vtkDataObject_NewInstance")); mixin(bindCode("vtkDataObject_GetInformation", "D_vtkDataObject_GetInformation")); mixin(bindCode("vtkDataObject_SetInformation", "D_vtkDataObject_SetInformation")); mixin(bindCode("vtkDataObject_Initialize", "D_vtkDataObject_Initialize")); mixin(bindCode("vtkDataObject_ReleaseData", "D_vtkDataObject_ReleaseData")); mixin(bindCode("vtkDataObject_GetDataReleased", "D_vtkDataObject_GetDataReleased")); mixin(bindCode("vtkDataObject_SetGlobalReleaseDataFlag", "D_vtkDataObject_SetGlobalReleaseDataFlag")); mixin(bindCode("vtkDataObject_GlobalReleaseDataFlagOn", "D_vtkDataObject_GlobalReleaseDataFlagOn")); mixin(bindCode("vtkDataObject_GlobalReleaseDataFlagOff", "D_vtkDataObject_GlobalReleaseDataFlagOff")); mixin(bindCode("vtkDataObject_GetGlobalReleaseDataFlag", "D_vtkDataObject_GetGlobalReleaseDataFlag")); mixin(bindCode("vtkDataObject_SetFieldData", "D_vtkDataObject_SetFieldData")); mixin(bindCode("vtkDataObject_GetFieldData", "D_vtkDataObject_GetFieldData")); mixin(bindCode("vtkDataObject_GetDataObjectType", "D_vtkDataObject_GetDataObjectType")); mixin(bindCode("vtkDataObject_GetUpdateTime", "D_vtkDataObject_GetUpdateTime")); mixin(bindCode("vtkDataObject_GetActualMemorySize", "D_vtkDataObject_GetActualMemorySize")); mixin(bindCode("vtkDataObject_CopyInformationFromPipeline", "D_vtkDataObject_CopyInformationFromPipeline")); mixin(bindCode("vtkDataObject_GetActiveFieldInformation", "D_vtkDataObject_GetActiveFieldInformation")); mixin(bindCode("vtkDataObject_GetNamedFieldInformation", "D_vtkDataObject_GetNamedFieldInformation")); mixin(bindCode("vtkDataObject_RemoveNamedFieldInformation", "D_vtkDataObject_RemoveNamedFieldInformation")); mixin(bindCode("vtkDataObject_SetActiveAttribute", "D_vtkDataObject_SetActiveAttribute")); mixin(bindCode("vtkDataObject_SetActiveAttributeInfo", "D_vtkDataObject_SetActiveAttributeInfo")); mixin(bindCode("vtkDataObject_SetPointDataActiveScalarInfo", "D_vtkDataObject_SetPointDataActiveScalarInfo")); mixin(bindCode("vtkDataObject_DataHasBeenGenerated", "D_vtkDataObject_DataHasBeenGenerated")); mixin(bindCode("vtkDataObject_PrepareForNewData", "D_vtkDataObject_PrepareForNewData")); mixin(bindCode("vtkDataObject_ShallowCopy", "D_vtkDataObject_ShallowCopy")); mixin(bindCode("vtkDataObject_DeepCopy", "D_vtkDataObject_DeepCopy")); mixin(bindCode("vtkDataObject_GetExtentType", "D_vtkDataObject_GetExtentType")); mixin(bindCode("vtkDataObject_Crop", "D_vtkDataObject_Crop")); mixin(bindCode("vtkDataObject_GetAttributes", "D_vtkDataObject_GetAttributes")); mixin(bindCode("vtkDataObject_GetAttributesAsFieldData", "D_vtkDataObject_GetAttributesAsFieldData")); mixin(bindCode("vtkDataObject_GetAttributeTypeForArray", "D_vtkDataObject_GetAttributeTypeForArray")); mixin(bindCode("vtkDataObject_GetNumberOfElements", "D_vtkDataObject_GetNumberOfElements")); mixin(bindCode("vtkDataObject_GetAssociationTypeAsString", "D_vtkDataObject_GetAssociationTypeAsString")); mixin(bindCode("vtkDataObject_GetAssociationTypeFromString", "D_vtkDataObject_GetAssociationTypeFromString")); mixin(bindCode("vtkDataObject_DATA_TYPE_NAME", "D_vtkDataObject_DATA_TYPE_NAME")); mixin(bindCode("vtkDataObject_DATA_OBJECT", "D_vtkDataObject_DATA_OBJECT")); mixin(bindCode("vtkDataObject_DATA_EXTENT_TYPE", "D_vtkDataObject_DATA_EXTENT_TYPE")); mixin(bindCode("vtkDataObject_DATA_EXTENT", "D_vtkDataObject_DATA_EXTENT")); mixin(bindCode("vtkDataObject_DATA_PIECE_NUMBER", "D_vtkDataObject_DATA_PIECE_NUMBER")); mixin(bindCode("vtkDataObject_DATA_NUMBER_OF_PIECES", "D_vtkDataObject_DATA_NUMBER_OF_PIECES")); mixin(bindCode("vtkDataObject_DATA_NUMBER_OF_GHOST_LEVELS", "D_vtkDataObject_DATA_NUMBER_OF_GHOST_LEVELS")); mixin(bindCode("vtkDataObject_DATA_RESOLUTION", "D_vtkDataObject_DATA_RESOLUTION")); mixin(bindCode("vtkDataObject_DATA_TIME_STEP", "D_vtkDataObject_DATA_TIME_STEP")); mixin(bindCode("vtkDataObject_POINT_DATA_VECTOR", "D_vtkDataObject_POINT_DATA_VECTOR")); mixin(bindCode("vtkDataObject_CELL_DATA_VECTOR", "D_vtkDataObject_CELL_DATA_VECTOR")); mixin(bindCode("vtkDataObject_VERTEX_DATA_VECTOR", "D_vtkDataObject_VERTEX_DATA_VECTOR")); mixin(bindCode("vtkDataObject_EDGE_DATA_VECTOR", "D_vtkDataObject_EDGE_DATA_VECTOR")); mixin(bindCode("vtkDataObject_FIELD_ARRAY_TYPE", "D_vtkDataObject_FIELD_ARRAY_TYPE")); mixin(bindCode("vtkDataObject_FIELD_ASSOCIATION", "D_vtkDataObject_FIELD_ASSOCIATION")); mixin(bindCode("vtkDataObject_FIELD_ATTRIBUTE_TYPE", "D_vtkDataObject_FIELD_ATTRIBUTE_TYPE")); mixin(bindCode("vtkDataObject_FIELD_ACTIVE_ATTRIBUTE", "D_vtkDataObject_FIELD_ACTIVE_ATTRIBUTE")); mixin(bindCode("vtkDataObject_FIELD_NUMBER_OF_COMPONENTS", "D_vtkDataObject_FIELD_NUMBER_OF_COMPONENTS")); mixin(bindCode("vtkDataObject_FIELD_NUMBER_OF_TUPLES", "D_vtkDataObject_FIELD_NUMBER_OF_TUPLES")); mixin(bindCode("vtkDataObject_FIELD_OPERATION", "D_vtkDataObject_FIELD_OPERATION")); mixin(bindCode("vtkDataObject_FIELD_RANGE", "D_vtkDataObject_FIELD_RANGE")); mixin(bindCode("vtkDataObject_PIECE_FIELD_RANGE", "D_vtkDataObject_PIECE_FIELD_RANGE")); mixin(bindCode("vtkDataObject_FIELD_ARRAY_NAME", "D_vtkDataObject_FIELD_ARRAY_NAME")); mixin(bindCode("vtkDataObject_PIECE_EXTENT", "D_vtkDataObject_PIECE_EXTENT")); mixin(bindCode("vtkDataObject_FIELD_NAME", "D_vtkDataObject_FIELD_NAME")); mixin(bindCode("vtkDataObject_ORIGIN", "D_vtkDataObject_ORIGIN")); mixin(bindCode("vtkDataObject_SPACING", "D_vtkDataObject_SPACING")); mixin(bindCode("vtkDataObject_DATA_GEOMETRY_UNMODIFIED", "D_vtkDataObject_DATA_GEOMETRY_UNMODIFIED")); mixin(bindCode("vtkDataObject_BOUNDING_BOX", "D_vtkDataObject_BOUNDING_BOX")); mixin(bindCode("vtkDataObject_SIL", "D_vtkDataObject_SIL")); mixin(bindCode("vtkDataObject_Upcast", "D_vtkDataObject_Upcast")); mixin(bindCode("vtkArrayData_New", "D_vtkArrayData_New")); mixin(bindCode("vtkArrayData_IsTypeOf", "D_vtkArrayData_IsTypeOf")); mixin(bindCode("vtkArrayData_SafeDownCast", "D_vtkArrayData_SafeDownCast")); mixin(bindCode("vtkArrayData_NewInstance", "D_vtkArrayData_NewInstance")); mixin(bindCode("vtkArrayData_GetData__SWIG_0", "D_vtkArrayData_GetData__SWIG_0")); mixin(bindCode("vtkArrayData_GetData__SWIG_1", "D_vtkArrayData_GetData__SWIG_1")); mixin(bindCode("vtkArrayData_GetData__SWIG_2", "D_vtkArrayData_GetData__SWIG_2")); mixin(bindCode("vtkArrayData_AddArray", "D_vtkArrayData_AddArray")); mixin(bindCode("vtkArrayData_ClearArrays", "D_vtkArrayData_ClearArrays")); mixin(bindCode("vtkArrayData_GetNumberOfArrays", "D_vtkArrayData_GetNumberOfArrays")); mixin(bindCode("vtkArrayData_GetArray", "D_vtkArrayData_GetArray")); mixin(bindCode("vtkArrayData_GetArrayByName", "D_vtkArrayData_GetArrayByName")); mixin(bindCode("vtkArrayData_Upcast", "D_vtkArrayData_Upcast")); mixin(bindCode("vtkArrayDataAlgorithm_New", "D_vtkArrayDataAlgorithm_New")); mixin(bindCode("vtkArrayDataAlgorithm_IsTypeOf", "D_vtkArrayDataAlgorithm_IsTypeOf")); mixin(bindCode("vtkArrayDataAlgorithm_SafeDownCast", "D_vtkArrayDataAlgorithm_SafeDownCast")); mixin(bindCode("vtkArrayDataAlgorithm_NewInstance", "D_vtkArrayDataAlgorithm_NewInstance")); mixin(bindCode("vtkArrayDataAlgorithm_GetOutput__SWIG_0", "D_vtkArrayDataAlgorithm_GetOutput__SWIG_0")); mixin(bindCode("vtkArrayDataAlgorithm_GetOutput__SWIG_1", "D_vtkArrayDataAlgorithm_GetOutput__SWIG_1")); mixin(bindCode("vtkArrayDataAlgorithm_SetInputData__SWIG_0", "D_vtkArrayDataAlgorithm_SetInputData__SWIG_0")); mixin(bindCode("vtkArrayDataAlgorithm_SetInputData__SWIG_1", "D_vtkArrayDataAlgorithm_SetInputData__SWIG_1")); mixin(bindCode("vtkArrayDataAlgorithm_Upcast", "D_vtkArrayDataAlgorithm_Upcast")); mixin(bindCode("vtkMatricizeArray_New", "D_vtkMatricizeArray_New")); mixin(bindCode("vtkMatricizeArray_IsTypeOf", "D_vtkMatricizeArray_IsTypeOf")); mixin(bindCode("vtkMatricizeArray_SafeDownCast", "D_vtkMatricizeArray_SafeDownCast")); mixin(bindCode("vtkMatricizeArray_NewInstance", "D_vtkMatricizeArray_NewInstance")); mixin(bindCode("vtkMatricizeArray_GetSliceDimension", "D_vtkMatricizeArray_GetSliceDimension")); mixin(bindCode("vtkMatricizeArray_SetSliceDimension", "D_vtkMatricizeArray_SetSliceDimension")); mixin(bindCode("vtkMatricizeArray_Upcast", "D_vtkMatricizeArray_Upcast")); mixin(bindCode("vtkDataSet_IsTypeOf", "D_vtkDataSet_IsTypeOf")); mixin(bindCode("vtkDataSet_SafeDownCast", "D_vtkDataSet_SafeDownCast")); mixin(bindCode("vtkDataSet_NewInstance", "D_vtkDataSet_NewInstance")); mixin(bindCode("vtkDataSet_CopyStructure", "D_vtkDataSet_CopyStructure")); mixin(bindCode("vtkDataSet_CopyAttributes", "D_vtkDataSet_CopyAttributes")); mixin(bindCode("vtkDataSet_GetNumberOfPoints", "D_vtkDataSet_GetNumberOfPoints")); mixin(bindCode("vtkDataSet_GetNumberOfCells", "D_vtkDataSet_GetNumberOfCells")); mixin(bindCode("vtkDataSet_GetPoint__SWIG_0", "D_vtkDataSet_GetPoint__SWIG_0")); mixin(bindCode("vtkDataSet_GetPoint__SWIG_1", "D_vtkDataSet_GetPoint__SWIG_1")); mixin(bindCode("vtkDataSet_GetCell__SWIG_0", "D_vtkDataSet_GetCell__SWIG_0")); mixin(bindCode("vtkDataSet_GetCell__SWIG_1", "D_vtkDataSet_GetCell__SWIG_1")); mixin(bindCode("vtkDataSet_GetCellBounds", "D_vtkDataSet_GetCellBounds")); mixin(bindCode("vtkDataSet_GetCellType", "D_vtkDataSet_GetCellType")); mixin(bindCode("vtkDataSet_GetCellTypes", "D_vtkDataSet_GetCellTypes")); mixin(bindCode("vtkDataSet_GetCellPoints", "D_vtkDataSet_GetCellPoints")); mixin(bindCode("vtkDataSet_GetPointCells", "D_vtkDataSet_GetPointCells")); mixin(bindCode("vtkDataSet_GetCellNeighbors", "D_vtkDataSet_GetCellNeighbors")); mixin(bindCode("vtkDataSet_FindPoint__SWIG_0", "D_vtkDataSet_FindPoint__SWIG_0")); mixin(bindCode("vtkDataSet_FindPoint__SWIG_1", "D_vtkDataSet_FindPoint__SWIG_1")); mixin(bindCode("vtkDataSet_FindCell__SWIG_0", "D_vtkDataSet_FindCell__SWIG_0")); mixin(bindCode("vtkDataSet_FindCell__SWIG_1", "D_vtkDataSet_FindCell__SWIG_1")); mixin(bindCode("vtkDataSet_FindAndGetCell", "D_vtkDataSet_FindAndGetCell")); mixin(bindCode("vtkDataSet_GetCellData", "D_vtkDataSet_GetCellData")); mixin(bindCode("vtkDataSet_GetPointData", "D_vtkDataSet_GetPointData")); mixin(bindCode("vtkDataSet_Squeeze", "D_vtkDataSet_Squeeze")); mixin(bindCode("vtkDataSet_ComputeBounds", "D_vtkDataSet_ComputeBounds")); mixin(bindCode("vtkDataSet_GetBounds__SWIG_0", "D_vtkDataSet_GetBounds__SWIG_0")); mixin(bindCode("vtkDataSet_GetBounds__SWIG_1", "D_vtkDataSet_GetBounds__SWIG_1")); mixin(bindCode("vtkDataSet_GetCenter__SWIG_0", "D_vtkDataSet_GetCenter__SWIG_0")); mixin(bindCode("vtkDataSet_GetCenter__SWIG_1", "D_vtkDataSet_GetCenter__SWIG_1")); mixin(bindCode("vtkDataSet_GetLength", "D_vtkDataSet_GetLength")); mixin(bindCode("vtkDataSet_GetScalarRange__SWIG_0", "D_vtkDataSet_GetScalarRange__SWIG_0")); mixin(bindCode("vtkDataSet_GetScalarRange__SWIG_1", "D_vtkDataSet_GetScalarRange__SWIG_1")); mixin(bindCode("vtkDataSet_GetMaxCellSize", "D_vtkDataSet_GetMaxCellSize")); mixin(bindCode("vtkDataSet_CheckAttributes", "D_vtkDataSet_CheckAttributes")); mixin(bindCode("vtkDataSet_GenerateGhostLevelArray", "D_vtkDataSet_GenerateGhostLevelArray")); mixin(bindCode("vtkDataSet_Upcast", "D_vtkDataSet_Upcast")); mixin(bindCode("vtkAbstractArray_IsTypeOf", "D_vtkAbstractArray_IsTypeOf")); mixin(bindCode("vtkAbstractArray_SafeDownCast", "D_vtkAbstractArray_SafeDownCast")); mixin(bindCode("vtkAbstractArray_NewInstance", "D_vtkAbstractArray_NewInstance")); mixin(bindCode("vtkAbstractArray_Allocate__SWIG_0", "D_vtkAbstractArray_Allocate__SWIG_0")); mixin(bindCode("vtkAbstractArray_Allocate__SWIG_1", "D_vtkAbstractArray_Allocate__SWIG_1")); mixin(bindCode("vtkAbstractArray_Initialize", "D_vtkAbstractArray_Initialize")); mixin(bindCode("vtkAbstractArray_GetDataType", "D_vtkAbstractArray_GetDataType")); mixin(bindCode("vtkAbstractArray_GetDataTypeSize__SWIG_0", "D_vtkAbstractArray_GetDataTypeSize__SWIG_0")); mixin(bindCode("vtkAbstractArray_GetDataTypeSize__SWIG_1", "D_vtkAbstractArray_GetDataTypeSize__SWIG_1")); mixin(bindCode("vtkAbstractArray_GetElementComponentSize", "D_vtkAbstractArray_GetElementComponentSize")); mixin(bindCode("vtkAbstractArray_SetNumberOfComponents", "D_vtkAbstractArray_SetNumberOfComponents")); mixin(bindCode("vtkAbstractArray_GetNumberOfComponentsMinValue", "D_vtkAbstractArray_GetNumberOfComponentsMinValue")); mixin(bindCode("vtkAbstractArray_GetNumberOfComponentsMaxValue", "D_vtkAbstractArray_GetNumberOfComponentsMaxValue")); mixin(bindCode("vtkAbstractArray_GetNumberOfComponents", "D_vtkAbstractArray_GetNumberOfComponents")); mixin(bindCode("vtkAbstractArray_SetComponentName", "D_vtkAbstractArray_SetComponentName")); mixin(bindCode("vtkAbstractArray_GetComponentName", "D_vtkAbstractArray_GetComponentName")); mixin(bindCode("vtkAbstractArray_HasAComponentName", "D_vtkAbstractArray_HasAComponentName")); mixin(bindCode("vtkAbstractArray_CopyComponentNames", "D_vtkAbstractArray_CopyComponentNames")); mixin(bindCode("vtkAbstractArray_SetNumberOfTuples", "D_vtkAbstractArray_SetNumberOfTuples")); mixin(bindCode("vtkAbstractArray_GetNumberOfTuples", "D_vtkAbstractArray_GetNumberOfTuples")); mixin(bindCode("vtkAbstractArray_SetTuple", "D_vtkAbstractArray_SetTuple")); mixin(bindCode("vtkAbstractArray_InsertTuple", "D_vtkAbstractArray_InsertTuple")); mixin(bindCode("vtkAbstractArray_InsertNextTuple", "D_vtkAbstractArray_InsertNextTuple")); mixin(bindCode("vtkAbstractArray_GetTuples__SWIG_0", "D_vtkAbstractArray_GetTuples__SWIG_0")); mixin(bindCode("vtkAbstractArray_GetTuples__SWIG_1", "D_vtkAbstractArray_GetTuples__SWIG_1")); mixin(bindCode("vtkAbstractArray_GetVoidPointer", "D_vtkAbstractArray_GetVoidPointer")); mixin(bindCode("vtkAbstractArray_DeepCopy", "D_vtkAbstractArray_DeepCopy")); mixin(bindCode("vtkAbstractArray_InterpolateTuple__SWIG_0", "D_vtkAbstractArray_InterpolateTuple__SWIG_0")); mixin(bindCode("vtkAbstractArray_InterpolateTuple__SWIG_1", "D_vtkAbstractArray_InterpolateTuple__SWIG_1")); mixin(bindCode("vtkAbstractArray_Squeeze", "D_vtkAbstractArray_Squeeze")); mixin(bindCode("vtkAbstractArray_Resize", "D_vtkAbstractArray_Resize")); mixin(bindCode("vtkAbstractArray_Reset", "D_vtkAbstractArray_Reset")); mixin(bindCode("vtkAbstractArray_GetSize", "D_vtkAbstractArray_GetSize")); mixin(bindCode("vtkAbstractArray_GetMaxId", "D_vtkAbstractArray_GetMaxId")); mixin(bindCode("vtkAbstractArray_SetVoidArray", "D_vtkAbstractArray_SetVoidArray")); mixin(bindCode("vtkAbstractArray_ExportToVoidPointer", "D_vtkAbstractArray_ExportToVoidPointer")); mixin(bindCode("vtkAbstractArray_GetActualMemorySize", "D_vtkAbstractArray_GetActualMemorySize")); mixin(bindCode("vtkAbstractArray_SetName", "D_vtkAbstractArray_SetName")); mixin(bindCode("vtkAbstractArray_GetName", "D_vtkAbstractArray_GetName")); mixin(bindCode("vtkAbstractArray_GetDataTypeAsString", "D_vtkAbstractArray_GetDataTypeAsString")); mixin(bindCode("vtkAbstractArray_CreateArray", "D_vtkAbstractArray_CreateArray")); mixin(bindCode("vtkAbstractArray_IsNumeric", "D_vtkAbstractArray_IsNumeric")); mixin(bindCode("vtkAbstractArray_NewIterator", "D_vtkAbstractArray_NewIterator")); mixin(bindCode("vtkAbstractArray_GetDataSize", "D_vtkAbstractArray_GetDataSize")); mixin(bindCode("vtkAbstractArray_LookupValue__SWIG_0", "D_vtkAbstractArray_LookupValue__SWIG_0")); mixin(bindCode("vtkAbstractArray_LookupValue__SWIG_1", "D_vtkAbstractArray_LookupValue__SWIG_1")); mixin(bindCode("vtkAbstractArray_GetVariantValue", "D_vtkAbstractArray_GetVariantValue")); mixin(bindCode("vtkAbstractArray_InsertVariantValue", "D_vtkAbstractArray_InsertVariantValue")); mixin(bindCode("vtkAbstractArray_SetVariantValue", "D_vtkAbstractArray_SetVariantValue")); mixin(bindCode("vtkAbstractArray_DataChanged", "D_vtkAbstractArray_DataChanged")); mixin(bindCode("vtkAbstractArray_ClearLookup", "D_vtkAbstractArray_ClearLookup")); mixin(bindCode("vtkAbstractArray_GetProminentComponentValues__SWIG_0", "D_vtkAbstractArray_GetProminentComponentValues__SWIG_0")); mixin(bindCode("vtkAbstractArray_GetProminentComponentValues__SWIG_1", "D_vtkAbstractArray_GetProminentComponentValues__SWIG_1")); mixin(bindCode("vtkAbstractArray_GetProminentComponentValues__SWIG_2", "D_vtkAbstractArray_GetProminentComponentValues__SWIG_2")); mixin(bindCode("vtkAbstractArray_GetInformation", "D_vtkAbstractArray_GetInformation")); mixin(bindCode("vtkAbstractArray_HasInformation", "D_vtkAbstractArray_HasInformation")); mixin(bindCode("vtkAbstractArray_GUI_HIDE", "D_vtkAbstractArray_GUI_HIDE")); mixin(bindCode("vtkAbstractArray_PER_COMPONENT", "D_vtkAbstractArray_PER_COMPONENT")); mixin(bindCode("vtkAbstractArray_DISCRETE_VALUES", "D_vtkAbstractArray_DISCRETE_VALUES")); mixin(bindCode("vtkAbstractArray_DISCRETE_VALUE_SAMPLE_PARAMETERS", "D_vtkAbstractArray_DISCRETE_VALUE_SAMPLE_PARAMETERS")); mixin(bindCode("vtkAbstractArray_Upcast", "D_vtkAbstractArray_Upcast")); mixin(bindCode("vtkDataArray_IsTypeOf", "D_vtkDataArray_IsTypeOf")); mixin(bindCode("vtkDataArray_SafeDownCast", "D_vtkDataArray_SafeDownCast")); mixin(bindCode("vtkDataArray_NewInstance", "D_vtkDataArray_NewInstance")); mixin(bindCode("vtkDataArray_SetTuple__SWIG_0", "D_vtkDataArray_SetTuple__SWIG_0")); mixin(bindCode("vtkDataArray_InsertTuple__SWIG_0", "D_vtkDataArray_InsertTuple__SWIG_0")); mixin(bindCode("vtkDataArray_InsertNextTuple__SWIG_0", "D_vtkDataArray_InsertNextTuple__SWIG_0")); mixin(bindCode("vtkDataArray_GetTuples__SWIG_0", "D_vtkDataArray_GetTuples__SWIG_0")); mixin(bindCode("vtkDataArray_GetTuples__SWIG_1", "D_vtkDataArray_GetTuples__SWIG_1")); mixin(bindCode("vtkDataArray_InterpolateTuple__SWIG_0", "D_vtkDataArray_InterpolateTuple__SWIG_0")); mixin(bindCode("vtkDataArray_InterpolateTuple__SWIG_1", "D_vtkDataArray_InterpolateTuple__SWIG_1")); mixin(bindCode("vtkDataArray_GetTuple__SWIG_0", "D_vtkDataArray_GetTuple__SWIG_0")); mixin(bindCode("vtkDataArray_GetTuple__SWIG_1", "D_vtkDataArray_GetTuple__SWIG_1")); mixin(bindCode("vtkDataArray_GetTuple1", "D_vtkDataArray_GetTuple1")); mixin(bindCode("vtkDataArray_GetTuple2", "D_vtkDataArray_GetTuple2")); mixin(bindCode("vtkDataArray_GetTuple3", "D_vtkDataArray_GetTuple3")); mixin(bindCode("vtkDataArray_GetTuple4", "D_vtkDataArray_GetTuple4")); mixin(bindCode("vtkDataArray_GetTuple9", "D_vtkDataArray_GetTuple9")); mixin(bindCode("vtkDataArray_SetTuple__SWIG_1", "D_vtkDataArray_SetTuple__SWIG_1")); mixin(bindCode("vtkDataArray_SetTuple__SWIG_2", "D_vtkDataArray_SetTuple__SWIG_2")); mixin(bindCode("vtkDataArray_SetTuple1", "D_vtkDataArray_SetTuple1")); mixin(bindCode("vtkDataArray_SetTuple2", "D_vtkDataArray_SetTuple2")); mixin(bindCode("vtkDataArray_SetTuple3", "D_vtkDataArray_SetTuple3")); mixin(bindCode("vtkDataArray_SetTuple4", "D_vtkDataArray_SetTuple4")); mixin(bindCode("vtkDataArray_SetTuple9", "D_vtkDataArray_SetTuple9")); mixin(bindCode("vtkDataArray_InsertTuple__SWIG_1", "D_vtkDataArray_InsertTuple__SWIG_1")); mixin(bindCode("vtkDataArray_InsertTuple__SWIG_2", "D_vtkDataArray_InsertTuple__SWIG_2")); mixin(bindCode("vtkDataArray_InsertTuple1", "D_vtkDataArray_InsertTuple1")); mixin(bindCode("vtkDataArray_InsertTuple2", "D_vtkDataArray_InsertTuple2")); mixin(bindCode("vtkDataArray_InsertTuple3", "D_vtkDataArray_InsertTuple3")); mixin(bindCode("vtkDataArray_InsertTuple4", "D_vtkDataArray_InsertTuple4")); mixin(bindCode("vtkDataArray_InsertTuple9", "D_vtkDataArray_InsertTuple9")); mixin(bindCode("vtkDataArray_InsertNextTuple__SWIG_1", "D_vtkDataArray_InsertNextTuple__SWIG_1")); mixin(bindCode("vtkDataArray_InsertNextTuple__SWIG_2", "D_vtkDataArray_InsertNextTuple__SWIG_2")); mixin(bindCode("vtkDataArray_InsertNextTuple1", "D_vtkDataArray_InsertNextTuple1")); mixin(bindCode("vtkDataArray_InsertNextTuple2", "D_vtkDataArray_InsertNextTuple2")); mixin(bindCode("vtkDataArray_InsertNextTuple3", "D_vtkDataArray_InsertNextTuple3")); mixin(bindCode("vtkDataArray_InsertNextTuple4", "D_vtkDataArray_InsertNextTuple4")); mixin(bindCode("vtkDataArray_InsertNextTuple9", "D_vtkDataArray_InsertNextTuple9")); mixin(bindCode("vtkDataArray_RemoveTuple", "D_vtkDataArray_RemoveTuple")); mixin(bindCode("vtkDataArray_RemoveFirstTuple", "D_vtkDataArray_RemoveFirstTuple")); mixin(bindCode("vtkDataArray_RemoveLastTuple", "D_vtkDataArray_RemoveLastTuple")); mixin(bindCode("vtkDataArray_GetComponent", "D_vtkDataArray_GetComponent")); mixin(bindCode("vtkDataArray_SetComponent", "D_vtkDataArray_SetComponent")); mixin(bindCode("vtkDataArray_InsertComponent", "D_vtkDataArray_InsertComponent")); mixin(bindCode("vtkDataArray_GetData", "D_vtkDataArray_GetData")); mixin(bindCode("vtkDataArray_DeepCopy__SWIG_0", "D_vtkDataArray_DeepCopy__SWIG_0")); mixin(bindCode("vtkDataArray_DeepCopy__SWIG_1", "D_vtkDataArray_DeepCopy__SWIG_1")); mixin(bindCode("vtkDataArray_FillComponent", "D_vtkDataArray_FillComponent")); mixin(bindCode("vtkDataArray_CopyComponent", "D_vtkDataArray_CopyComponent")); mixin(bindCode("vtkDataArray_WriteVoidPointer", "D_vtkDataArray_WriteVoidPointer")); mixin(bindCode("vtkDataArray_CreateDefaultLookupTable", "D_vtkDataArray_CreateDefaultLookupTable")); mixin(bindCode("vtkDataArray_SetLookupTable", "D_vtkDataArray_SetLookupTable")); mixin(bindCode("vtkDataArray_GetLookupTable", "D_vtkDataArray_GetLookupTable")); mixin(bindCode("vtkDataArray_GetRange__SWIG_0", "D_vtkDataArray_GetRange__SWIG_0")); mixin(bindCode("vtkDataArray_GetRange__SWIG_1", "D_vtkDataArray_GetRange__SWIG_1")); mixin(bindCode("vtkDataArray_GetRange__SWIG_2", "D_vtkDataArray_GetRange__SWIG_2")); mixin(bindCode("vtkDataArray_GetRange__SWIG_3", "D_vtkDataArray_GetRange__SWIG_3")); mixin(bindCode("vtkDataArray_GetDataTypeRange__SWIG_0", "D_vtkDataArray_GetDataTypeRange__SWIG_0")); mixin(bindCode("vtkDataArray_GetDataTypeMin__SWIG_0", "D_vtkDataArray_GetDataTypeMin__SWIG_0")); mixin(bindCode("vtkDataArray_GetDataTypeMax__SWIG_0", "D_vtkDataArray_GetDataTypeMax__SWIG_0")); mixin(bindCode("vtkDataArray_GetDataTypeRange__SWIG_1", "D_vtkDataArray_GetDataTypeRange__SWIG_1")); mixin(bindCode("vtkDataArray_GetDataTypeMin__SWIG_1", "D_vtkDataArray_GetDataTypeMin__SWIG_1")); mixin(bindCode("vtkDataArray_GetDataTypeMax__SWIG_1", "D_vtkDataArray_GetDataTypeMax__SWIG_1")); mixin(bindCode("vtkDataArray_GetMaxNorm", "D_vtkDataArray_GetMaxNorm")); mixin(bindCode("vtkDataArray_CreateDataArray", "D_vtkDataArray_CreateDataArray")); mixin(bindCode("vtkDataArray_COMPONENT_RANGE", "D_vtkDataArray_COMPONENT_RANGE")); mixin(bindCode("vtkDataArray_L2_NORM_RANGE", "D_vtkDataArray_L2_NORM_RANGE")); mixin(bindCode("vtkDataArray_CopyInformation__SWIG_0", "D_vtkDataArray_CopyInformation__SWIG_0")); mixin(bindCode("vtkDataArray_CopyInformation__SWIG_1", "D_vtkDataArray_CopyInformation__SWIG_1")); mixin(bindCode("vtkDataArray_Upcast", "D_vtkDataArray_Upcast")); mixin(bindCode("vtkPoints_New", "D_vtkPoints_New")); mixin(bindCode("vtkPoints_IsTypeOf", "D_vtkPoints_IsTypeOf")); mixin(bindCode("vtkPoints_SafeDownCast", "D_vtkPoints_SafeDownCast")); mixin(bindCode("vtkPoints_NewInstance", "D_vtkPoints_NewInstance")); mixin(bindCode("vtkPoints_Allocate__SWIG_0", "D_vtkPoints_Allocate__SWIG_0")); mixin(bindCode("vtkPoints_Allocate__SWIG_1", "D_vtkPoints_Allocate__SWIG_1")); mixin(bindCode("vtkPoints_Initialize", "D_vtkPoints_Initialize")); mixin(bindCode("vtkPoints_SetData", "D_vtkPoints_SetData")); mixin(bindCode("vtkPoints_GetData", "D_vtkPoints_GetData")); mixin(bindCode("vtkPoints_GetDataType", "D_vtkPoints_GetDataType")); mixin(bindCode("vtkPoints_SetDataType", "D_vtkPoints_SetDataType")); mixin(bindCode("vtkPoints_SetDataTypeToBit", "D_vtkPoints_SetDataTypeToBit")); mixin(bindCode("vtkPoints_SetDataTypeToChar", "D_vtkPoints_SetDataTypeToChar")); mixin(bindCode("vtkPoints_SetDataTypeToUnsignedChar", "D_vtkPoints_SetDataTypeToUnsignedChar")); mixin(bindCode("vtkPoints_SetDataTypeToShort", "D_vtkPoints_SetDataTypeToShort")); mixin(bindCode("vtkPoints_SetDataTypeToUnsignedShort", "D_vtkPoints_SetDataTypeToUnsignedShort")); mixin(bindCode("vtkPoints_SetDataTypeToInt", "D_vtkPoints_SetDataTypeToInt")); mixin(bindCode("vtkPoints_SetDataTypeToUnsignedInt", "D_vtkPoints_SetDataTypeToUnsignedInt")); mixin(bindCode("vtkPoints_SetDataTypeToLong", "D_vtkPoints_SetDataTypeToLong")); mixin(bindCode("vtkPoints_SetDataTypeToUnsignedLong", "D_vtkPoints_SetDataTypeToUnsignedLong")); mixin(bindCode("vtkPoints_SetDataTypeToFloat", "D_vtkPoints_SetDataTypeToFloat")); mixin(bindCode("vtkPoints_SetDataTypeToDouble", "D_vtkPoints_SetDataTypeToDouble")); mixin(bindCode("vtkPoints_GetVoidPointer", "D_vtkPoints_GetVoidPointer")); mixin(bindCode("vtkPoints_Squeeze", "D_vtkPoints_Squeeze")); mixin(bindCode("vtkPoints_Reset", "D_vtkPoints_Reset")); mixin(bindCode("vtkPoints_DeepCopy", "D_vtkPoints_DeepCopy")); mixin(bindCode("vtkPoints_ShallowCopy", "D_vtkPoints_ShallowCopy")); mixin(bindCode("vtkPoints_GetActualMemorySize", "D_vtkPoints_GetActualMemorySize")); mixin(bindCode("vtkPoints_GetNumberOfPoints", "D_vtkPoints_GetNumberOfPoints")); mixin(bindCode("vtkPoints_GetPoint__SWIG_0", "D_vtkPoints_GetPoint__SWIG_0")); mixin(bindCode("vtkPoints_GetPoint__SWIG_1", "D_vtkPoints_GetPoint__SWIG_1")); mixin(bindCode("vtkPoints_SetPoint__SWIG_0", "D_vtkPoints_SetPoint__SWIG_0")); mixin(bindCode("vtkPoints_SetPoint__SWIG_1", "D_vtkPoints_SetPoint__SWIG_1")); mixin(bindCode("vtkPoints_SetPoint__SWIG_2", "D_vtkPoints_SetPoint__SWIG_2")); mixin(bindCode("vtkPoints_InsertPoint__SWIG_0", "D_vtkPoints_InsertPoint__SWIG_0")); mixin(bindCode("vtkPoints_InsertPoint__SWIG_1", "D_vtkPoints_InsertPoint__SWIG_1")); mixin(bindCode("vtkPoints_InsertPoint__SWIG_2", "D_vtkPoints_InsertPoint__SWIG_2")); mixin(bindCode("vtkPoints_InsertNextPoint__SWIG_0", "D_vtkPoints_InsertNextPoint__SWIG_0")); mixin(bindCode("vtkPoints_InsertNextPoint__SWIG_1", "D_vtkPoints_InsertNextPoint__SWIG_1")); mixin(bindCode("vtkPoints_InsertNextPoint__SWIG_2", "D_vtkPoints_InsertNextPoint__SWIG_2")); mixin(bindCode("vtkPoints_SetNumberOfPoints", "D_vtkPoints_SetNumberOfPoints")); mixin(bindCode("vtkPoints_GetPoints", "D_vtkPoints_GetPoints")); mixin(bindCode("vtkPoints_ComputeBounds", "D_vtkPoints_ComputeBounds")); mixin(bindCode("vtkPoints_GetBounds__SWIG_0", "D_vtkPoints_GetBounds__SWIG_0")); mixin(bindCode("vtkPoints_GetBounds__SWIG_1", "D_vtkPoints_GetBounds__SWIG_1")); mixin(bindCode("vtkPoints_Upcast", "D_vtkPoints_Upcast")); mixin(bindCode("vtkPointSet_IsTypeOf", "D_vtkPointSet_IsTypeOf")); mixin(bindCode("vtkPointSet_SafeDownCast", "D_vtkPointSet_SafeDownCast")); mixin(bindCode("vtkPointSet_NewInstance", "D_vtkPointSet_NewInstance")); mixin(bindCode("vtkPointSet_GetPoint__SWIG_0", "D_vtkPointSet_GetPoint__SWIG_0")); mixin(bindCode("vtkPointSet_GetPoint__SWIG_1", "D_vtkPointSet_GetPoint__SWIG_1")); mixin(bindCode("vtkPointSet_FindPoint__SWIG_0", "D_vtkPointSet_FindPoint__SWIG_0")); mixin(bindCode("vtkPointSet_FindPoint__SWIG_1", "D_vtkPointSet_FindPoint__SWIG_1")); mixin(bindCode("vtkPointSet_FindCell__SWIG_0", "D_vtkPointSet_FindCell__SWIG_0")); mixin(bindCode("vtkPointSet_FindCell__SWIG_1", "D_vtkPointSet_FindCell__SWIG_1")); mixin(bindCode("vtkPointSet_SetPoints", "D_vtkPointSet_SetPoints")); mixin(bindCode("vtkPointSet_GetPoints", "D_vtkPointSet_GetPoints")); mixin(bindCode("vtkPointSet_Upcast", "D_vtkPointSet_Upcast")); mixin(bindCode("vtkCharDataArrayTemplateT_Allocate__SWIG_0", "D_vtkCharDataArrayTemplateT_Allocate__SWIG_0")); mixin(bindCode("vtkCharDataArrayTemplateT_Allocate__SWIG_1", "D_vtkCharDataArrayTemplateT_Allocate__SWIG_1")); mixin(bindCode("vtkCharDataArrayTemplateT_SetTuple__SWIG_0", "D_vtkCharDataArrayTemplateT_SetTuple__SWIG_0")); mixin(bindCode("vtkCharDataArrayTemplateT_InsertTuple__SWIG_0", "D_vtkCharDataArrayTemplateT_InsertTuple__SWIG_0")); mixin(bindCode("vtkCharDataArrayTemplateT_InsertNextTuple__SWIG_0", "D_vtkCharDataArrayTemplateT_InsertNextTuple__SWIG_0")); mixin(bindCode("vtkCharDataArrayTemplateT_GetTuple__SWIG_0", "D_vtkCharDataArrayTemplateT_GetTuple__SWIG_0")); mixin(bindCode("vtkCharDataArrayTemplateT_GetTuple__SWIG_1", "D_vtkCharDataArrayTemplateT_GetTuple__SWIG_1")); mixin(bindCode("vtkCharDataArrayTemplateT_GetTupleValue", "D_vtkCharDataArrayTemplateT_GetTupleValue")); mixin(bindCode("vtkCharDataArrayTemplateT_SetTuple__SWIG_1", "D_vtkCharDataArrayTemplateT_SetTuple__SWIG_1")); mixin(bindCode("vtkCharDataArrayTemplateT_SetTuple__SWIG_2", "D_vtkCharDataArrayTemplateT_SetTuple__SWIG_2")); mixin(bindCode("vtkCharDataArrayTemplateT_SetTupleValue", "D_vtkCharDataArrayTemplateT_SetTupleValue")); mixin(bindCode("vtkCharDataArrayTemplateT_InsertTuple__SWIG_1", "D_vtkCharDataArrayTemplateT_InsertTuple__SWIG_1")); mixin(bindCode("vtkCharDataArrayTemplateT_InsertTuple__SWIG_2", "D_vtkCharDataArrayTemplateT_InsertTuple__SWIG_2")); mixin(bindCode("vtkCharDataArrayTemplateT_InsertTupleValue", "D_vtkCharDataArrayTemplateT_InsertTupleValue")); mixin(bindCode("vtkCharDataArrayTemplateT_InsertNextTuple__SWIG_1", "D_vtkCharDataArrayTemplateT_InsertNextTuple__SWIG_1")); mixin(bindCode("vtkCharDataArrayTemplateT_InsertNextTuple__SWIG_2", "D_vtkCharDataArrayTemplateT_InsertNextTuple__SWIG_2")); mixin(bindCode("vtkCharDataArrayTemplateT_InsertNextTupleValue", "D_vtkCharDataArrayTemplateT_InsertNextTupleValue")); mixin(bindCode("vtkCharDataArrayTemplateT_GetValueRange__SWIG_0", "D_vtkCharDataArrayTemplateT_GetValueRange__SWIG_0")); mixin(bindCode("vtkCharDataArrayTemplateT_GetValueRange__SWIG_1", "D_vtkCharDataArrayTemplateT_GetValueRange__SWIG_1")); mixin(bindCode("vtkCharDataArrayTemplateT_Capacity", "D_vtkCharDataArrayTemplateT_Capacity")); mixin(bindCode("vtkCharDataArrayTemplateT_GetValue", "D_vtkCharDataArrayTemplateT_GetValue")); mixin(bindCode("vtkCharDataArrayTemplateT_SetValue", "D_vtkCharDataArrayTemplateT_SetValue")); mixin(bindCode("vtkCharDataArrayTemplateT_SetNumberOfValues", "D_vtkCharDataArrayTemplateT_SetNumberOfValues")); mixin(bindCode("vtkCharDataArrayTemplateT_InsertValue", "D_vtkCharDataArrayTemplateT_InsertValue")); mixin(bindCode("vtkCharDataArrayTemplateT_InsertNextValue", "D_vtkCharDataArrayTemplateT_InsertNextValue")); mixin(bindCode("vtkCharDataArrayTemplateT_WritePointer", "D_vtkCharDataArrayTemplateT_WritePointer")); mixin(bindCode("vtkCharDataArrayTemplateT_GetPointer", "D_vtkCharDataArrayTemplateT_GetPointer")); mixin(bindCode("vtkCharDataArrayTemplateT_DeepCopy__SWIG_0", "D_vtkCharDataArrayTemplateT_DeepCopy__SWIG_0")); mixin(bindCode("vtkCharDataArrayTemplateT_DeepCopy__SWIG_1", "D_vtkCharDataArrayTemplateT_DeepCopy__SWIG_1")); mixin(bindCode("vtkCharDataArrayTemplateT_SetArray__SWIG_0", "D_vtkCharDataArrayTemplateT_SetArray__SWIG_0")); mixin(bindCode("vtkCharDataArrayTemplateT_SetArray__SWIG_1", "D_vtkCharDataArrayTemplateT_SetArray__SWIG_1")); mixin(bindCode("vtkCharDataArrayTemplateT_SetVoidArray__SWIG_0", "D_vtkCharDataArrayTemplateT_SetVoidArray__SWIG_0")); mixin(bindCode("vtkCharDataArrayTemplateT_SetVoidArray__SWIG_1", "D_vtkCharDataArrayTemplateT_SetVoidArray__SWIG_1")); mixin(bindCode("vtkCharDataArrayTemplateT_LookupValue__SWIG_0", "D_vtkCharDataArrayTemplateT_LookupValue__SWIG_0")); mixin(bindCode("vtkCharDataArrayTemplateT_LookupValue__SWIG_1", "D_vtkCharDataArrayTemplateT_LookupValue__SWIG_1")); mixin(bindCode("vtkCharDataArrayTemplateT_LookupValue__SWIG_2", "D_vtkCharDataArrayTemplateT_LookupValue__SWIG_2")); mixin(bindCode("vtkCharDataArrayTemplateT_LookupValue__SWIG_3", "D_vtkCharDataArrayTemplateT_LookupValue__SWIG_3")); mixin(bindCode("vtkCharDataArrayTemplateT_DataElementChanged", "D_vtkCharDataArrayTemplateT_DataElementChanged")); mixin(bindCode("vtkCharDataArrayTemplateT_Upcast", "D_vtkCharDataArrayTemplateT_Upcast")); mixin(bindCode("vtkUnsignedCharDataArrayTemplateT_Allocate__SWIG_0", "D_vtkUnsignedCharDataArrayTemplateT_Allocate__SWIG_0")); mixin(bindCode("vtkUnsignedCharDataArrayTemplateT_Allocate__SWIG_1", "D_vtkUnsignedCharDataArrayTemplateT_Allocate__SWIG_1")); mixin(bindCode("vtkUnsignedCharDataArrayTemplateT_SetTuple__SWIG_0", "D_vtkUnsignedCharDataArrayTemplateT_SetTuple__SWIG_0")); mixin(bindCode("vtkUnsignedCharDataArrayTemplateT_InsertTuple__SWIG_0", "D_vtkUnsignedCharDataArrayTemplateT_InsertTuple__SWIG_0")); mixin(bindCode("vtkUnsignedCharDataArrayTemplateT_InsertNextTuple__SWIG_0", "D_vtkUnsignedCharDataArrayTemplateT_InsertNextTuple__SWIG_0")); mixin(bindCode("vtkUnsignedCharDataArrayTemplateT_GetTuple__SWIG_0", "D_vtkUnsignedCharDataArrayTemplateT_GetTuple__SWIG_0")); mixin(bindCode("vtkUnsignedCharDataArrayTemplateT_GetTuple__SWIG_1", "D_vtkUnsignedCharDataArrayTemplateT_GetTuple__SWIG_1")); mixin(bindCode("vtkUnsignedCharDataArrayTemplateT_GetTupleValue", "D_vtkUnsignedCharDataArrayTemplateT_GetTupleValue")); mixin(bindCode("vtkUnsignedCharDataArrayTemplateT_SetTuple__SWIG_1", "D_vtkUnsignedCharDataArrayTemplateT_SetTuple__SWIG_1")); mixin(bindCode("vtkUnsignedCharDataArrayTemplateT_SetTuple__SWIG_2", "D_vtkUnsignedCharDataArrayTemplateT_SetTuple__SWIG_2")); mixin(bindCode("vtkUnsignedCharDataArrayTemplateT_SetTupleValue", "D_vtkUnsignedCharDataArrayTemplateT_SetTupleValue")); mixin(bindCode("vtkUnsignedCharDataArrayTemplateT_InsertTuple__SWIG_1", "D_vtkUnsignedCharDataArrayTemplateT_InsertTuple__SWIG_1")); mixin(bindCode("vtkUnsignedCharDataArrayTemplateT_InsertTuple__SWIG_2", "D_vtkUnsignedCharDataArrayTemplateT_InsertTuple__SWIG_2")); mixin(bindCode("vtkUnsignedCharDataArrayTemplateT_InsertTupleValue", "D_vtkUnsignedCharDataArrayTemplateT_InsertTupleValue")); mixin(bindCode("vtkUnsignedCharDataArrayTemplateT_InsertNextTuple__SWIG_1", "D_vtkUnsignedCharDataArrayTemplateT_InsertNextTuple__SWIG_1")); mixin(bindCode("vtkUnsignedCharDataArrayTemplateT_InsertNextTuple__SWIG_2", "D_vtkUnsignedCharDataArrayTemplateT_InsertNextTuple__SWIG_2")); mixin(bindCode("vtkUnsignedCharDataArrayTemplateT_InsertNextTupleValue", "D_vtkUnsignedCharDataArrayTemplateT_InsertNextTupleValue")); mixin(bindCode("vtkUnsignedCharDataArrayTemplateT_GetValueRange__SWIG_0", "D_vtkUnsignedCharDataArrayTemplateT_GetValueRange__SWIG_0")); mixin(bindCode("vtkUnsignedCharDataArrayTemplateT_GetValueRange__SWIG_1", "D_vtkUnsignedCharDataArrayTemplateT_GetValueRange__SWIG_1")); mixin(bindCode("vtkUnsignedCharDataArrayTemplateT_Capacity", "D_vtkUnsignedCharDataArrayTemplateT_Capacity")); mixin(bindCode("vtkUnsignedCharDataArrayTemplateT_GetValue", "D_vtkUnsignedCharDataArrayTemplateT_GetValue")); mixin(bindCode("vtkUnsignedCharDataArrayTemplateT_SetValue", "D_vtkUnsignedCharDataArrayTemplateT_SetValue")); mixin(bindCode("vtkUnsignedCharDataArrayTemplateT_SetNumberOfValues", "D_vtkUnsignedCharDataArrayTemplateT_SetNumberOfValues")); mixin(bindCode("vtkUnsignedCharDataArrayTemplateT_InsertValue", "D_vtkUnsignedCharDataArrayTemplateT_InsertValue")); mixin(bindCode("vtkUnsignedCharDataArrayTemplateT_InsertNextValue", "D_vtkUnsignedCharDataArrayTemplateT_InsertNextValue")); mixin(bindCode("vtkUnsignedCharDataArrayTemplateT_WritePointer", "D_vtkUnsignedCharDataArrayTemplateT_WritePointer")); mixin(bindCode("vtkUnsignedCharDataArrayTemplateT_GetPointer", "D_vtkUnsignedCharDataArrayTemplateT_GetPointer")); mixin(bindCode("vtkUnsignedCharDataArrayTemplateT_DeepCopy__SWIG_0", "D_vtkUnsignedCharDataArrayTemplateT_DeepCopy__SWIG_0")); mixin(bindCode("vtkUnsignedCharDataArrayTemplateT_DeepCopy__SWIG_1", "D_vtkUnsignedCharDataArrayTemplateT_DeepCopy__SWIG_1")); mixin(bindCode("vtkUnsignedCharDataArrayTemplateT_SetArray__SWIG_0", "D_vtkUnsignedCharDataArrayTemplateT_SetArray__SWIG_0")); mixin(bindCode("vtkUnsignedCharDataArrayTemplateT_SetArray__SWIG_1", "D_vtkUnsignedCharDataArrayTemplateT_SetArray__SWIG_1")); mixin(bindCode("vtkUnsignedCharDataArrayTemplateT_SetVoidArray__SWIG_0", "D_vtkUnsignedCharDataArrayTemplateT_SetVoidArray__SWIG_0")); mixin(bindCode("vtkUnsignedCharDataArrayTemplateT_SetVoidArray__SWIG_1", "D_vtkUnsignedCharDataArrayTemplateT_SetVoidArray__SWIG_1")); mixin(bindCode("vtkUnsignedCharDataArrayTemplateT_LookupValue__SWIG_0", "D_vtkUnsignedCharDataArrayTemplateT_LookupValue__SWIG_0")); mixin(bindCode("vtkUnsignedCharDataArrayTemplateT_LookupValue__SWIG_1", "D_vtkUnsignedCharDataArrayTemplateT_LookupValue__SWIG_1")); mixin(bindCode("vtkUnsignedCharDataArrayTemplateT_LookupValue__SWIG_2", "D_vtkUnsignedCharDataArrayTemplateT_LookupValue__SWIG_2")); mixin(bindCode("vtkUnsignedCharDataArrayTemplateT_LookupValue__SWIG_3", "D_vtkUnsignedCharDataArrayTemplateT_LookupValue__SWIG_3")); mixin(bindCode("vtkUnsignedCharDataArrayTemplateT_DataElementChanged", "D_vtkUnsignedCharDataArrayTemplateT_DataElementChanged")); mixin(bindCode("vtkUnsignedCharDataArrayTemplateT_Upcast", "D_vtkUnsignedCharDataArrayTemplateT_Upcast")); mixin(bindCode("vtkShortDataArrayTemplateT_Allocate__SWIG_0", "D_vtkShortDataArrayTemplateT_Allocate__SWIG_0")); mixin(bindCode("vtkShortDataArrayTemplateT_Allocate__SWIG_1", "D_vtkShortDataArrayTemplateT_Allocate__SWIG_1")); mixin(bindCode("vtkShortDataArrayTemplateT_SetTuple__SWIG_0", "D_vtkShortDataArrayTemplateT_SetTuple__SWIG_0")); mixin(bindCode("vtkShortDataArrayTemplateT_InsertTuple__SWIG_0", "D_vtkShortDataArrayTemplateT_InsertTuple__SWIG_0")); mixin(bindCode("vtkShortDataArrayTemplateT_InsertNextTuple__SWIG_0", "D_vtkShortDataArrayTemplateT_InsertNextTuple__SWIG_0")); mixin(bindCode("vtkShortDataArrayTemplateT_GetTuple__SWIG_0", "D_vtkShortDataArrayTemplateT_GetTuple__SWIG_0")); mixin(bindCode("vtkShortDataArrayTemplateT_GetTuple__SWIG_1", "D_vtkShortDataArrayTemplateT_GetTuple__SWIG_1")); mixin(bindCode("vtkShortDataArrayTemplateT_GetTupleValue", "D_vtkShortDataArrayTemplateT_GetTupleValue")); mixin(bindCode("vtkShortDataArrayTemplateT_SetTuple__SWIG_1", "D_vtkShortDataArrayTemplateT_SetTuple__SWIG_1")); mixin(bindCode("vtkShortDataArrayTemplateT_SetTuple__SWIG_2", "D_vtkShortDataArrayTemplateT_SetTuple__SWIG_2")); mixin(bindCode("vtkShortDataArrayTemplateT_SetTupleValue", "D_vtkShortDataArrayTemplateT_SetTupleValue")); mixin(bindCode("vtkShortDataArrayTemplateT_InsertTuple__SWIG_1", "D_vtkShortDataArrayTemplateT_InsertTuple__SWIG_1")); mixin(bindCode("vtkShortDataArrayTemplateT_InsertTuple__SWIG_2", "D_vtkShortDataArrayTemplateT_InsertTuple__SWIG_2")); mixin(bindCode("vtkShortDataArrayTemplateT_InsertTupleValue", "D_vtkShortDataArrayTemplateT_InsertTupleValue")); mixin(bindCode("vtkShortDataArrayTemplateT_InsertNextTuple__SWIG_1", "D_vtkShortDataArrayTemplateT_InsertNextTuple__SWIG_1")); mixin(bindCode("vtkShortDataArrayTemplateT_InsertNextTuple__SWIG_2", "D_vtkShortDataArrayTemplateT_InsertNextTuple__SWIG_2")); mixin(bindCode("vtkShortDataArrayTemplateT_InsertNextTupleValue", "D_vtkShortDataArrayTemplateT_InsertNextTupleValue")); mixin(bindCode("vtkShortDataArrayTemplateT_GetValueRange__SWIG_0", "D_vtkShortDataArrayTemplateT_GetValueRange__SWIG_0")); mixin(bindCode("vtkShortDataArrayTemplateT_GetValueRange__SWIG_1", "D_vtkShortDataArrayTemplateT_GetValueRange__SWIG_1")); mixin(bindCode("vtkShortDataArrayTemplateT_Capacity", "D_vtkShortDataArrayTemplateT_Capacity")); mixin(bindCode("vtkShortDataArrayTemplateT_GetValue", "D_vtkShortDataArrayTemplateT_GetValue")); mixin(bindCode("vtkShortDataArrayTemplateT_SetValue", "D_vtkShortDataArrayTemplateT_SetValue")); mixin(bindCode("vtkShortDataArrayTemplateT_SetNumberOfValues", "D_vtkShortDataArrayTemplateT_SetNumberOfValues")); mixin(bindCode("vtkShortDataArrayTemplateT_InsertValue", "D_vtkShortDataArrayTemplateT_InsertValue")); mixin(bindCode("vtkShortDataArrayTemplateT_InsertNextValue", "D_vtkShortDataArrayTemplateT_InsertNextValue")); mixin(bindCode("vtkShortDataArrayTemplateT_WritePointer", "D_vtkShortDataArrayTemplateT_WritePointer")); mixin(bindCode("vtkShortDataArrayTemplateT_GetPointer", "D_vtkShortDataArrayTemplateT_GetPointer")); mixin(bindCode("vtkShortDataArrayTemplateT_DeepCopy__SWIG_0", "D_vtkShortDataArrayTemplateT_DeepCopy__SWIG_0")); mixin(bindCode("vtkShortDataArrayTemplateT_DeepCopy__SWIG_1", "D_vtkShortDataArrayTemplateT_DeepCopy__SWIG_1")); mixin(bindCode("vtkShortDataArrayTemplateT_SetArray__SWIG_0", "D_vtkShortDataArrayTemplateT_SetArray__SWIG_0")); mixin(bindCode("vtkShortDataArrayTemplateT_SetArray__SWIG_1", "D_vtkShortDataArrayTemplateT_SetArray__SWIG_1")); mixin(bindCode("vtkShortDataArrayTemplateT_SetVoidArray__SWIG_0", "D_vtkShortDataArrayTemplateT_SetVoidArray__SWIG_0")); mixin(bindCode("vtkShortDataArrayTemplateT_SetVoidArray__SWIG_1", "D_vtkShortDataArrayTemplateT_SetVoidArray__SWIG_1")); mixin(bindCode("vtkShortDataArrayTemplateT_LookupValue__SWIG_0", "D_vtkShortDataArrayTemplateT_LookupValue__SWIG_0")); mixin(bindCode("vtkShortDataArrayTemplateT_LookupValue__SWIG_1", "D_vtkShortDataArrayTemplateT_LookupValue__SWIG_1")); mixin(bindCode("vtkShortDataArrayTemplateT_LookupValue__SWIG_2", "D_vtkShortDataArrayTemplateT_LookupValue__SWIG_2")); mixin(bindCode("vtkShortDataArrayTemplateT_LookupValue__SWIG_3", "D_vtkShortDataArrayTemplateT_LookupValue__SWIG_3")); mixin(bindCode("vtkShortDataArrayTemplateT_DataElementChanged", "D_vtkShortDataArrayTemplateT_DataElementChanged")); mixin(bindCode("vtkShortDataArrayTemplateT_Upcast", "D_vtkShortDataArrayTemplateT_Upcast")); mixin(bindCode("vtkUnsignedShortDataArrayTemplateT_Allocate__SWIG_0", "D_vtkUnsignedShortDataArrayTemplateT_Allocate__SWIG_0")); mixin(bindCode("vtkUnsignedShortDataArrayTemplateT_Allocate__SWIG_1", "D_vtkUnsignedShortDataArrayTemplateT_Allocate__SWIG_1")); mixin(bindCode("vtkUnsignedShortDataArrayTemplateT_SetTuple__SWIG_0", "D_vtkUnsignedShortDataArrayTemplateT_SetTuple__SWIG_0")); mixin(bindCode("vtkUnsignedShortDataArrayTemplateT_InsertTuple__SWIG_0", "D_vtkUnsignedShortDataArrayTemplateT_InsertTuple__SWIG_0")); mixin(bindCode("vtkUnsignedShortDataArrayTemplateT_InsertNextTuple__SWIG_0", "D_vtkUnsignedShortDataArrayTemplateT_InsertNextTuple__SWIG_0")); mixin(bindCode("vtkUnsignedShortDataArrayTemplateT_GetTuple__SWIG_0", "D_vtkUnsignedShortDataArrayTemplateT_GetTuple__SWIG_0")); mixin(bindCode("vtkUnsignedShortDataArrayTemplateT_GetTuple__SWIG_1", "D_vtkUnsignedShortDataArrayTemplateT_GetTuple__SWIG_1")); mixin(bindCode("vtkUnsignedShortDataArrayTemplateT_GetTupleValue", "D_vtkUnsignedShortDataArrayTemplateT_GetTupleValue")); mixin(bindCode("vtkUnsignedShortDataArrayTemplateT_SetTuple__SWIG_1", "D_vtkUnsignedShortDataArrayTemplateT_SetTuple__SWIG_1")); mixin(bindCode("vtkUnsignedShortDataArrayTemplateT_SetTuple__SWIG_2", "D_vtkUnsignedShortDataArrayTemplateT_SetTuple__SWIG_2")); mixin(bindCode("vtkUnsignedShortDataArrayTemplateT_SetTupleValue", "D_vtkUnsignedShortDataArrayTemplateT_SetTupleValue")); mixin(bindCode("vtkUnsignedShortDataArrayTemplateT_InsertTuple__SWIG_1", "D_vtkUnsignedShortDataArrayTemplateT_InsertTuple__SWIG_1")); mixin(bindCode("vtkUnsignedShortDataArrayTemplateT_InsertTuple__SWIG_2", "D_vtkUnsignedShortDataArrayTemplateT_InsertTuple__SWIG_2")); mixin(bindCode("vtkUnsignedShortDataArrayTemplateT_InsertTupleValue", "D_vtkUnsignedShortDataArrayTemplateT_InsertTupleValue")); mixin(bindCode("vtkUnsignedShortDataArrayTemplateT_InsertNextTuple__SWIG_1", "D_vtkUnsignedShortDataArrayTemplateT_InsertNextTuple__SWIG_1")); mixin(bindCode("vtkUnsignedShortDataArrayTemplateT_InsertNextTuple__SWIG_2", "D_vtkUnsignedShortDataArrayTemplateT_InsertNextTuple__SWIG_2")); mixin(bindCode("vtkUnsignedShortDataArrayTemplateT_InsertNextTupleValue", "D_vtkUnsignedShortDataArrayTemplateT_InsertNextTupleValue")); mixin(bindCode("vtkUnsignedShortDataArrayTemplateT_GetValueRange__SWIG_0", "D_vtkUnsignedShortDataArrayTemplateT_GetValueRange__SWIG_0")); mixin(bindCode("vtkUnsignedShortDataArrayTemplateT_GetValueRange__SWIG_1", "D_vtkUnsignedShortDataArrayTemplateT_GetValueRange__SWIG_1")); mixin(bindCode("vtkUnsignedShortDataArrayTemplateT_Capacity", "D_vtkUnsignedShortDataArrayTemplateT_Capacity")); mixin(bindCode("vtkUnsignedShortDataArrayTemplateT_GetValue", "D_vtkUnsignedShortDataArrayTemplateT_GetValue")); mixin(bindCode("vtkUnsignedShortDataArrayTemplateT_SetValue", "D_vtkUnsignedShortDataArrayTemplateT_SetValue")); mixin(bindCode("vtkUnsignedShortDataArrayTemplateT_SetNumberOfValues", "D_vtkUnsignedShortDataArrayTemplateT_SetNumberOfValues")); mixin(bindCode("vtkUnsignedShortDataArrayTemplateT_InsertValue", "D_vtkUnsignedShortDataArrayTemplateT_InsertValue")); mixin(bindCode("vtkUnsignedShortDataArrayTemplateT_InsertNextValue", "D_vtkUnsignedShortDataArrayTemplateT_InsertNextValue")); mixin(bindCode("vtkUnsignedShortDataArrayTemplateT_WritePointer", "D_vtkUnsignedShortDataArrayTemplateT_WritePointer")); mixin(bindCode("vtkUnsignedShortDataArrayTemplateT_GetPointer", "D_vtkUnsignedShortDataArrayTemplateT_GetPointer")); mixin(bindCode("vtkUnsignedShortDataArrayTemplateT_DeepCopy__SWIG_0", "D_vtkUnsignedShortDataArrayTemplateT_DeepCopy__SWIG_0")); mixin(bindCode("vtkUnsignedShortDataArrayTemplateT_DeepCopy__SWIG_1", "D_vtkUnsignedShortDataArrayTemplateT_DeepCopy__SWIG_1")); mixin(bindCode("vtkUnsignedShortDataArrayTemplateT_SetArray__SWIG_0", "D_vtkUnsignedShortDataArrayTemplateT_SetArray__SWIG_0")); mixin(bindCode("vtkUnsignedShortDataArrayTemplateT_SetArray__SWIG_1", "D_vtkUnsignedShortDataArrayTemplateT_SetArray__SWIG_1")); mixin(bindCode("vtkUnsignedShortDataArrayTemplateT_SetVoidArray__SWIG_0", "D_vtkUnsignedShortDataArrayTemplateT_SetVoidArray__SWIG_0")); mixin(bindCode("vtkUnsignedShortDataArrayTemplateT_SetVoidArray__SWIG_1", "D_vtkUnsignedShortDataArrayTemplateT_SetVoidArray__SWIG_1")); mixin(bindCode("vtkUnsignedShortDataArrayTemplateT_LookupValue__SWIG_0", "D_vtkUnsignedShortDataArrayTemplateT_LookupValue__SWIG_0")); mixin(bindCode("vtkUnsignedShortDataArrayTemplateT_LookupValue__SWIG_1", "D_vtkUnsignedShortDataArrayTemplateT_LookupValue__SWIG_1")); mixin(bindCode("vtkUnsignedShortDataArrayTemplateT_LookupValue__SWIG_2", "D_vtkUnsignedShortDataArrayTemplateT_LookupValue__SWIG_2")); mixin(bindCode("vtkUnsignedShortDataArrayTemplateT_LookupValue__SWIG_3", "D_vtkUnsignedShortDataArrayTemplateT_LookupValue__SWIG_3")); mixin(bindCode("vtkUnsignedShortDataArrayTemplateT_DataElementChanged", "D_vtkUnsignedShortDataArrayTemplateT_DataElementChanged")); mixin(bindCode("vtkUnsignedShortDataArrayTemplateT_Upcast", "D_vtkUnsignedShortDataArrayTemplateT_Upcast")); mixin(bindCode("vtkIntDataArrayTemplateT_Allocate__SWIG_0", "D_vtkIntDataArrayTemplateT_Allocate__SWIG_0")); mixin(bindCode("vtkIntDataArrayTemplateT_Allocate__SWIG_1", "D_vtkIntDataArrayTemplateT_Allocate__SWIG_1")); mixin(bindCode("vtkIntDataArrayTemplateT_SetTuple__SWIG_0", "D_vtkIntDataArrayTemplateT_SetTuple__SWIG_0")); mixin(bindCode("vtkIntDataArrayTemplateT_InsertTuple__SWIG_0", "D_vtkIntDataArrayTemplateT_InsertTuple__SWIG_0")); mixin(bindCode("vtkIntDataArrayTemplateT_InsertNextTuple__SWIG_0", "D_vtkIntDataArrayTemplateT_InsertNextTuple__SWIG_0")); mixin(bindCode("vtkIntDataArrayTemplateT_GetTuple__SWIG_0", "D_vtkIntDataArrayTemplateT_GetTuple__SWIG_0")); mixin(bindCode("vtkIntDataArrayTemplateT_GetTuple__SWIG_1", "D_vtkIntDataArrayTemplateT_GetTuple__SWIG_1")); mixin(bindCode("vtkIntDataArrayTemplateT_GetTupleValue", "D_vtkIntDataArrayTemplateT_GetTupleValue")); mixin(bindCode("vtkIntDataArrayTemplateT_SetTuple__SWIG_1", "D_vtkIntDataArrayTemplateT_SetTuple__SWIG_1")); mixin(bindCode("vtkIntDataArrayTemplateT_SetTuple__SWIG_2", "D_vtkIntDataArrayTemplateT_SetTuple__SWIG_2")); mixin(bindCode("vtkIntDataArrayTemplateT_SetTupleValue", "D_vtkIntDataArrayTemplateT_SetTupleValue")); mixin(bindCode("vtkIntDataArrayTemplateT_InsertTuple__SWIG_1", "D_vtkIntDataArrayTemplateT_InsertTuple__SWIG_1")); mixin(bindCode("vtkIntDataArrayTemplateT_InsertTuple__SWIG_2", "D_vtkIntDataArrayTemplateT_InsertTuple__SWIG_2")); mixin(bindCode("vtkIntDataArrayTemplateT_InsertTupleValue", "D_vtkIntDataArrayTemplateT_InsertTupleValue")); mixin(bindCode("vtkIntDataArrayTemplateT_InsertNextTuple__SWIG_1", "D_vtkIntDataArrayTemplateT_InsertNextTuple__SWIG_1")); mixin(bindCode("vtkIntDataArrayTemplateT_InsertNextTuple__SWIG_2", "D_vtkIntDataArrayTemplateT_InsertNextTuple__SWIG_2")); mixin(bindCode("vtkIntDataArrayTemplateT_InsertNextTupleValue", "D_vtkIntDataArrayTemplateT_InsertNextTupleValue")); mixin(bindCode("vtkIntDataArrayTemplateT_GetValueRange__SWIG_0", "D_vtkIntDataArrayTemplateT_GetValueRange__SWIG_0")); mixin(bindCode("vtkIntDataArrayTemplateT_GetValueRange__SWIG_1", "D_vtkIntDataArrayTemplateT_GetValueRange__SWIG_1")); mixin(bindCode("vtkIntDataArrayTemplateT_Capacity", "D_vtkIntDataArrayTemplateT_Capacity")); mixin(bindCode("vtkIntDataArrayTemplateT_GetValue", "D_vtkIntDataArrayTemplateT_GetValue")); mixin(bindCode("vtkIntDataArrayTemplateT_SetValue", "D_vtkIntDataArrayTemplateT_SetValue")); mixin(bindCode("vtkIntDataArrayTemplateT_SetNumberOfValues", "D_vtkIntDataArrayTemplateT_SetNumberOfValues")); mixin(bindCode("vtkIntDataArrayTemplateT_InsertValue", "D_vtkIntDataArrayTemplateT_InsertValue")); mixin(bindCode("vtkIntDataArrayTemplateT_InsertNextValue", "D_vtkIntDataArrayTemplateT_InsertNextValue")); mixin(bindCode("vtkIntDataArrayTemplateT_WritePointer", "D_vtkIntDataArrayTemplateT_WritePointer")); mixin(bindCode("vtkIntDataArrayTemplateT_GetPointer", "D_vtkIntDataArrayTemplateT_GetPointer")); mixin(bindCode("vtkIntDataArrayTemplateT_DeepCopy__SWIG_0", "D_vtkIntDataArrayTemplateT_DeepCopy__SWIG_0")); mixin(bindCode("vtkIntDataArrayTemplateT_DeepCopy__SWIG_1", "D_vtkIntDataArrayTemplateT_DeepCopy__SWIG_1")); mixin(bindCode("vtkIntDataArrayTemplateT_SetArray__SWIG_0", "D_vtkIntDataArrayTemplateT_SetArray__SWIG_0")); mixin(bindCode("vtkIntDataArrayTemplateT_SetArray__SWIG_1", "D_vtkIntDataArrayTemplateT_SetArray__SWIG_1")); mixin(bindCode("vtkIntDataArrayTemplateT_SetVoidArray__SWIG_0", "D_vtkIntDataArrayTemplateT_SetVoidArray__SWIG_0")); mixin(bindCode("vtkIntDataArrayTemplateT_SetVoidArray__SWIG_1", "D_vtkIntDataArrayTemplateT_SetVoidArray__SWIG_1")); mixin(bindCode("vtkIntDataArrayTemplateT_LookupValue__SWIG_0", "D_vtkIntDataArrayTemplateT_LookupValue__SWIG_0")); mixin(bindCode("vtkIntDataArrayTemplateT_LookupValue__SWIG_1", "D_vtkIntDataArrayTemplateT_LookupValue__SWIG_1")); mixin(bindCode("vtkIntDataArrayTemplateT_LookupValue__SWIG_2", "D_vtkIntDataArrayTemplateT_LookupValue__SWIG_2")); mixin(bindCode("vtkIntDataArrayTemplateT_LookupValue__SWIG_3", "D_vtkIntDataArrayTemplateT_LookupValue__SWIG_3")); mixin(bindCode("vtkIntDataArrayTemplateT_DataElementChanged", "D_vtkIntDataArrayTemplateT_DataElementChanged")); mixin(bindCode("vtkIntDataArrayTemplateT_Upcast", "D_vtkIntDataArrayTemplateT_Upcast")); mixin(bindCode("vtkUnsignedIntDataArrayTemplateT_Allocate__SWIG_0", "D_vtkUnsignedIntDataArrayTemplateT_Allocate__SWIG_0")); mixin(bindCode("vtkUnsignedIntDataArrayTemplateT_Allocate__SWIG_1", "D_vtkUnsignedIntDataArrayTemplateT_Allocate__SWIG_1")); mixin(bindCode("vtkUnsignedIntDataArrayTemplateT_SetTuple__SWIG_0", "D_vtkUnsignedIntDataArrayTemplateT_SetTuple__SWIG_0")); mixin(bindCode("vtkUnsignedIntDataArrayTemplateT_InsertTuple__SWIG_0", "D_vtkUnsignedIntDataArrayTemplateT_InsertTuple__SWIG_0")); mixin(bindCode("vtkUnsignedIntDataArrayTemplateT_InsertNextTuple__SWIG_0", "D_vtkUnsignedIntDataArrayTemplateT_InsertNextTuple__SWIG_0")); mixin(bindCode("vtkUnsignedIntDataArrayTemplateT_GetTuple__SWIG_0", "D_vtkUnsignedIntDataArrayTemplateT_GetTuple__SWIG_0")); mixin(bindCode("vtkUnsignedIntDataArrayTemplateT_GetTuple__SWIG_1", "D_vtkUnsignedIntDataArrayTemplateT_GetTuple__SWIG_1")); mixin(bindCode("vtkUnsignedIntDataArrayTemplateT_GetTupleValue", "D_vtkUnsignedIntDataArrayTemplateT_GetTupleValue")); mixin(bindCode("vtkUnsignedIntDataArrayTemplateT_SetTuple__SWIG_1", "D_vtkUnsignedIntDataArrayTemplateT_SetTuple__SWIG_1")); mixin(bindCode("vtkUnsignedIntDataArrayTemplateT_SetTuple__SWIG_2", "D_vtkUnsignedIntDataArrayTemplateT_SetTuple__SWIG_2")); mixin(bindCode("vtkUnsignedIntDataArrayTemplateT_SetTupleValue", "D_vtkUnsignedIntDataArrayTemplateT_SetTupleValue")); mixin(bindCode("vtkUnsignedIntDataArrayTemplateT_InsertTuple__SWIG_1", "D_vtkUnsignedIntDataArrayTemplateT_InsertTuple__SWIG_1")); mixin(bindCode("vtkUnsignedIntDataArrayTemplateT_InsertTuple__SWIG_2", "D_vtkUnsignedIntDataArrayTemplateT_InsertTuple__SWIG_2")); mixin(bindCode("vtkUnsignedIntDataArrayTemplateT_InsertTupleValue", "D_vtkUnsignedIntDataArrayTemplateT_InsertTupleValue")); mixin(bindCode("vtkUnsignedIntDataArrayTemplateT_InsertNextTuple__SWIG_1", "D_vtkUnsignedIntDataArrayTemplateT_InsertNextTuple__SWIG_1")); mixin(bindCode("vtkUnsignedIntDataArrayTemplateT_InsertNextTuple__SWIG_2", "D_vtkUnsignedIntDataArrayTemplateT_InsertNextTuple__SWIG_2")); mixin(bindCode("vtkUnsignedIntDataArrayTemplateT_InsertNextTupleValue", "D_vtkUnsignedIntDataArrayTemplateT_InsertNextTupleValue")); mixin(bindCode("vtkUnsignedIntDataArrayTemplateT_GetValueRange__SWIG_0", "D_vtkUnsignedIntDataArrayTemplateT_GetValueRange__SWIG_0")); mixin(bindCode("vtkUnsignedIntDataArrayTemplateT_GetValueRange__SWIG_1", "D_vtkUnsignedIntDataArrayTemplateT_GetValueRange__SWIG_1")); mixin(bindCode("vtkUnsignedIntDataArrayTemplateT_Capacity", "D_vtkUnsignedIntDataArrayTemplateT_Capacity")); mixin(bindCode("vtkUnsignedIntDataArrayTemplateT_GetValue", "D_vtkUnsignedIntDataArrayTemplateT_GetValue")); mixin(bindCode("vtkUnsignedIntDataArrayTemplateT_SetValue", "D_vtkUnsignedIntDataArrayTemplateT_SetValue")); mixin(bindCode("vtkUnsignedIntDataArrayTemplateT_SetNumberOfValues", "D_vtkUnsignedIntDataArrayTemplateT_SetNumberOfValues")); mixin(bindCode("vtkUnsignedIntDataArrayTemplateT_InsertValue", "D_vtkUnsignedIntDataArrayTemplateT_InsertValue")); mixin(bindCode("vtkUnsignedIntDataArrayTemplateT_InsertNextValue", "D_vtkUnsignedIntDataArrayTemplateT_InsertNextValue")); mixin(bindCode("vtkUnsignedIntDataArrayTemplateT_WritePointer", "D_vtkUnsignedIntDataArrayTemplateT_WritePointer")); mixin(bindCode("vtkUnsignedIntDataArrayTemplateT_GetPointer", "D_vtkUnsignedIntDataArrayTemplateT_GetPointer")); mixin(bindCode("vtkUnsignedIntDataArrayTemplateT_DeepCopy__SWIG_0", "D_vtkUnsignedIntDataArrayTemplateT_DeepCopy__SWIG_0")); mixin(bindCode("vtkUnsignedIntDataArrayTemplateT_DeepCopy__SWIG_1", "D_vtkUnsignedIntDataArrayTemplateT_DeepCopy__SWIG_1")); mixin(bindCode("vtkUnsignedIntDataArrayTemplateT_SetArray__SWIG_0", "D_vtkUnsignedIntDataArrayTemplateT_SetArray__SWIG_0")); mixin(bindCode("vtkUnsignedIntDataArrayTemplateT_SetArray__SWIG_1", "D_vtkUnsignedIntDataArrayTemplateT_SetArray__SWIG_1")); mixin(bindCode("vtkUnsignedIntDataArrayTemplateT_SetVoidArray__SWIG_0", "D_vtkUnsignedIntDataArrayTemplateT_SetVoidArray__SWIG_0")); mixin(bindCode("vtkUnsignedIntDataArrayTemplateT_SetVoidArray__SWIG_1", "D_vtkUnsignedIntDataArrayTemplateT_SetVoidArray__SWIG_1")); mixin(bindCode("vtkUnsignedIntDataArrayTemplateT_LookupValue__SWIG_0", "D_vtkUnsignedIntDataArrayTemplateT_LookupValue__SWIG_0")); mixin(bindCode("vtkUnsignedIntDataArrayTemplateT_LookupValue__SWIG_1", "D_vtkUnsignedIntDataArrayTemplateT_LookupValue__SWIG_1")); mixin(bindCode("vtkUnsignedIntDataArrayTemplateT_LookupValue__SWIG_2", "D_vtkUnsignedIntDataArrayTemplateT_LookupValue__SWIG_2")); mixin(bindCode("vtkUnsignedIntDataArrayTemplateT_LookupValue__SWIG_3", "D_vtkUnsignedIntDataArrayTemplateT_LookupValue__SWIG_3")); mixin(bindCode("vtkUnsignedIntDataArrayTemplateT_DataElementChanged", "D_vtkUnsignedIntDataArrayTemplateT_DataElementChanged")); mixin(bindCode("vtkUnsignedIntDataArrayTemplateT_Upcast", "D_vtkUnsignedIntDataArrayTemplateT_Upcast")); mixin(bindCode("vtkLongDataArrayTemplateT_Allocate__SWIG_0", "D_vtkLongDataArrayTemplateT_Allocate__SWIG_0")); mixin(bindCode("vtkLongDataArrayTemplateT_Allocate__SWIG_1", "D_vtkLongDataArrayTemplateT_Allocate__SWIG_1")); mixin(bindCode("vtkLongDataArrayTemplateT_SetTuple__SWIG_0", "D_vtkLongDataArrayTemplateT_SetTuple__SWIG_0")); mixin(bindCode("vtkLongDataArrayTemplateT_InsertTuple__SWIG_0", "D_vtkLongDataArrayTemplateT_InsertTuple__SWIG_0")); mixin(bindCode("vtkLongDataArrayTemplateT_InsertNextTuple__SWIG_0", "D_vtkLongDataArrayTemplateT_InsertNextTuple__SWIG_0")); mixin(bindCode("vtkLongDataArrayTemplateT_GetTuple__SWIG_0", "D_vtkLongDataArrayTemplateT_GetTuple__SWIG_0")); mixin(bindCode("vtkLongDataArrayTemplateT_GetTuple__SWIG_1", "D_vtkLongDataArrayTemplateT_GetTuple__SWIG_1")); mixin(bindCode("vtkLongDataArrayTemplateT_GetTupleValue", "D_vtkLongDataArrayTemplateT_GetTupleValue")); mixin(bindCode("vtkLongDataArrayTemplateT_SetTuple__SWIG_1", "D_vtkLongDataArrayTemplateT_SetTuple__SWIG_1")); mixin(bindCode("vtkLongDataArrayTemplateT_SetTuple__SWIG_2", "D_vtkLongDataArrayTemplateT_SetTuple__SWIG_2")); mixin(bindCode("vtkLongDataArrayTemplateT_SetTupleValue", "D_vtkLongDataArrayTemplateT_SetTupleValue")); mixin(bindCode("vtkLongDataArrayTemplateT_InsertTuple__SWIG_1", "D_vtkLongDataArrayTemplateT_InsertTuple__SWIG_1")); mixin(bindCode("vtkLongDataArrayTemplateT_InsertTuple__SWIG_2", "D_vtkLongDataArrayTemplateT_InsertTuple__SWIG_2")); mixin(bindCode("vtkLongDataArrayTemplateT_InsertTupleValue", "D_vtkLongDataArrayTemplateT_InsertTupleValue")); mixin(bindCode("vtkLongDataArrayTemplateT_InsertNextTuple__SWIG_1", "D_vtkLongDataArrayTemplateT_InsertNextTuple__SWIG_1")); mixin(bindCode("vtkLongDataArrayTemplateT_InsertNextTuple__SWIG_2", "D_vtkLongDataArrayTemplateT_InsertNextTuple__SWIG_2")); mixin(bindCode("vtkLongDataArrayTemplateT_InsertNextTupleValue", "D_vtkLongDataArrayTemplateT_InsertNextTupleValue")); mixin(bindCode("vtkLongDataArrayTemplateT_GetValueRange__SWIG_0", "D_vtkLongDataArrayTemplateT_GetValueRange__SWIG_0")); mixin(bindCode("vtkLongDataArrayTemplateT_GetValueRange__SWIG_1", "D_vtkLongDataArrayTemplateT_GetValueRange__SWIG_1")); mixin(bindCode("vtkLongDataArrayTemplateT_Capacity", "D_vtkLongDataArrayTemplateT_Capacity")); mixin(bindCode("vtkLongDataArrayTemplateT_GetValue", "D_vtkLongDataArrayTemplateT_GetValue")); mixin(bindCode("vtkLongDataArrayTemplateT_SetValue", "D_vtkLongDataArrayTemplateT_SetValue")); mixin(bindCode("vtkLongDataArrayTemplateT_SetNumberOfValues", "D_vtkLongDataArrayTemplateT_SetNumberOfValues")); mixin(bindCode("vtkLongDataArrayTemplateT_InsertValue", "D_vtkLongDataArrayTemplateT_InsertValue")); mixin(bindCode("vtkLongDataArrayTemplateT_InsertNextValue", "D_vtkLongDataArrayTemplateT_InsertNextValue")); mixin(bindCode("vtkLongDataArrayTemplateT_WritePointer", "D_vtkLongDataArrayTemplateT_WritePointer")); mixin(bindCode("vtkLongDataArrayTemplateT_GetPointer", "D_vtkLongDataArrayTemplateT_GetPointer")); mixin(bindCode("vtkLongDataArrayTemplateT_DeepCopy__SWIG_0", "D_vtkLongDataArrayTemplateT_DeepCopy__SWIG_0")); mixin(bindCode("vtkLongDataArrayTemplateT_DeepCopy__SWIG_1", "D_vtkLongDataArrayTemplateT_DeepCopy__SWIG_1")); mixin(bindCode("vtkLongDataArrayTemplateT_SetArray__SWIG_0", "D_vtkLongDataArrayTemplateT_SetArray__SWIG_0")); mixin(bindCode("vtkLongDataArrayTemplateT_SetArray__SWIG_1", "D_vtkLongDataArrayTemplateT_SetArray__SWIG_1")); mixin(bindCode("vtkLongDataArrayTemplateT_SetVoidArray__SWIG_0", "D_vtkLongDataArrayTemplateT_SetVoidArray__SWIG_0")); mixin(bindCode("vtkLongDataArrayTemplateT_SetVoidArray__SWIG_1", "D_vtkLongDataArrayTemplateT_SetVoidArray__SWIG_1")); mixin(bindCode("vtkLongDataArrayTemplateT_LookupValue__SWIG_0", "D_vtkLongDataArrayTemplateT_LookupValue__SWIG_0")); mixin(bindCode("vtkLongDataArrayTemplateT_LookupValue__SWIG_1", "D_vtkLongDataArrayTemplateT_LookupValue__SWIG_1")); mixin(bindCode("vtkLongDataArrayTemplateT_LookupValue__SWIG_2", "D_vtkLongDataArrayTemplateT_LookupValue__SWIG_2")); mixin(bindCode("vtkLongDataArrayTemplateT_LookupValue__SWIG_3", "D_vtkLongDataArrayTemplateT_LookupValue__SWIG_3")); mixin(bindCode("vtkLongDataArrayTemplateT_DataElementChanged", "D_vtkLongDataArrayTemplateT_DataElementChanged")); mixin(bindCode("vtkLongDataArrayTemplateT_Upcast", "D_vtkLongDataArrayTemplateT_Upcast")); mixin(bindCode("vtkUnsignedLongDataArrayTemplateT_Allocate__SWIG_0", "D_vtkUnsignedLongDataArrayTemplateT_Allocate__SWIG_0")); mixin(bindCode("vtkUnsignedLongDataArrayTemplateT_Allocate__SWIG_1", "D_vtkUnsignedLongDataArrayTemplateT_Allocate__SWIG_1")); mixin(bindCode("vtkUnsignedLongDataArrayTemplateT_SetTuple__SWIG_0", "D_vtkUnsignedLongDataArrayTemplateT_SetTuple__SWIG_0")); mixin(bindCode("vtkUnsignedLongDataArrayTemplateT_InsertTuple__SWIG_0", "D_vtkUnsignedLongDataArrayTemplateT_InsertTuple__SWIG_0")); mixin(bindCode("vtkUnsignedLongDataArrayTemplateT_InsertNextTuple__SWIG_0", "D_vtkUnsignedLongDataArrayTemplateT_InsertNextTuple__SWIG_0")); mixin(bindCode("vtkUnsignedLongDataArrayTemplateT_GetTuple__SWIG_0", "D_vtkUnsignedLongDataArrayTemplateT_GetTuple__SWIG_0")); mixin(bindCode("vtkUnsignedLongDataArrayTemplateT_GetTuple__SWIG_1", "D_vtkUnsignedLongDataArrayTemplateT_GetTuple__SWIG_1")); mixin(bindCode("vtkUnsignedLongDataArrayTemplateT_GetTupleValue", "D_vtkUnsignedLongDataArrayTemplateT_GetTupleValue")); mixin(bindCode("vtkUnsignedLongDataArrayTemplateT_SetTuple__SWIG_1", "D_vtkUnsignedLongDataArrayTemplateT_SetTuple__SWIG_1")); mixin(bindCode("vtkUnsignedLongDataArrayTemplateT_SetTuple__SWIG_2", "D_vtkUnsignedLongDataArrayTemplateT_SetTuple__SWIG_2")); mixin(bindCode("vtkUnsignedLongDataArrayTemplateT_SetTupleValue", "D_vtkUnsignedLongDataArrayTemplateT_SetTupleValue")); mixin(bindCode("vtkUnsignedLongDataArrayTemplateT_InsertTuple__SWIG_1", "D_vtkUnsignedLongDataArrayTemplateT_InsertTuple__SWIG_1")); mixin(bindCode("vtkUnsignedLongDataArrayTemplateT_InsertTuple__SWIG_2", "D_vtkUnsignedLongDataArrayTemplateT_InsertTuple__SWIG_2")); mixin(bindCode("vtkUnsignedLongDataArrayTemplateT_InsertTupleValue", "D_vtkUnsignedLongDataArrayTemplateT_InsertTupleValue")); mixin(bindCode("vtkUnsignedLongDataArrayTemplateT_InsertNextTuple__SWIG_1", "D_vtkUnsignedLongDataArrayTemplateT_InsertNextTuple__SWIG_1")); mixin(bindCode("vtkUnsignedLongDataArrayTemplateT_InsertNextTuple__SWIG_2", "D_vtkUnsignedLongDataArrayTemplateT_InsertNextTuple__SWIG_2")); mixin(bindCode("vtkUnsignedLongDataArrayTemplateT_InsertNextTupleValue", "D_vtkUnsignedLongDataArrayTemplateT_InsertNextTupleValue")); mixin(bindCode("vtkUnsignedLongDataArrayTemplateT_GetValueRange__SWIG_0", "D_vtkUnsignedLongDataArrayTemplateT_GetValueRange__SWIG_0")); mixin(bindCode("vtkUnsignedLongDataArrayTemplateT_GetValueRange__SWIG_1", "D_vtkUnsignedLongDataArrayTemplateT_GetValueRange__SWIG_1")); mixin(bindCode("vtkUnsignedLongDataArrayTemplateT_Capacity", "D_vtkUnsignedLongDataArrayTemplateT_Capacity")); mixin(bindCode("vtkUnsignedLongDataArrayTemplateT_GetValue", "D_vtkUnsignedLongDataArrayTemplateT_GetValue")); mixin(bindCode("vtkUnsignedLongDataArrayTemplateT_SetValue", "D_vtkUnsignedLongDataArrayTemplateT_SetValue")); mixin(bindCode("vtkUnsignedLongDataArrayTemplateT_SetNumberOfValues", "D_vtkUnsignedLongDataArrayTemplateT_SetNumberOfValues")); mixin(bindCode("vtkUnsignedLongDataArrayTemplateT_InsertValue", "D_vtkUnsignedLongDataArrayTemplateT_InsertValue")); mixin(bindCode("vtkUnsignedLongDataArrayTemplateT_InsertNextValue", "D_vtkUnsignedLongDataArrayTemplateT_InsertNextValue")); mixin(bindCode("vtkUnsignedLongDataArrayTemplateT_WritePointer", "D_vtkUnsignedLongDataArrayTemplateT_WritePointer")); mixin(bindCode("vtkUnsignedLongDataArrayTemplateT_GetPointer", "D_vtkUnsignedLongDataArrayTemplateT_GetPointer")); mixin(bindCode("vtkUnsignedLongDataArrayTemplateT_DeepCopy__SWIG_0", "D_vtkUnsignedLongDataArrayTemplateT_DeepCopy__SWIG_0")); mixin(bindCode("vtkUnsignedLongDataArrayTemplateT_DeepCopy__SWIG_1", "D_vtkUnsignedLongDataArrayTemplateT_DeepCopy__SWIG_1")); mixin(bindCode("vtkUnsignedLongDataArrayTemplateT_SetArray__SWIG_0", "D_vtkUnsignedLongDataArrayTemplateT_SetArray__SWIG_0")); mixin(bindCode("vtkUnsignedLongDataArrayTemplateT_SetArray__SWIG_1", "D_vtkUnsignedLongDataArrayTemplateT_SetArray__SWIG_1")); mixin(bindCode("vtkUnsignedLongDataArrayTemplateT_SetVoidArray__SWIG_0", "D_vtkUnsignedLongDataArrayTemplateT_SetVoidArray__SWIG_0")); mixin(bindCode("vtkUnsignedLongDataArrayTemplateT_SetVoidArray__SWIG_1", "D_vtkUnsignedLongDataArrayTemplateT_SetVoidArray__SWIG_1")); mixin(bindCode("vtkUnsignedLongDataArrayTemplateT_LookupValue__SWIG_0", "D_vtkUnsignedLongDataArrayTemplateT_LookupValue__SWIG_0")); mixin(bindCode("vtkUnsignedLongDataArrayTemplateT_LookupValue__SWIG_1", "D_vtkUnsignedLongDataArrayTemplateT_LookupValue__SWIG_1")); mixin(bindCode("vtkUnsignedLongDataArrayTemplateT_LookupValue__SWIG_2", "D_vtkUnsignedLongDataArrayTemplateT_LookupValue__SWIG_2")); mixin(bindCode("vtkUnsignedLongDataArrayTemplateT_LookupValue__SWIG_3", "D_vtkUnsignedLongDataArrayTemplateT_LookupValue__SWIG_3")); mixin(bindCode("vtkUnsignedLongDataArrayTemplateT_DataElementChanged", "D_vtkUnsignedLongDataArrayTemplateT_DataElementChanged")); mixin(bindCode("vtkUnsignedLongDataArrayTemplateT_Upcast", "D_vtkUnsignedLongDataArrayTemplateT_Upcast")); mixin(bindCode("vtkLongLongDataArrayTemplateT_Allocate__SWIG_0", "D_vtkLongLongDataArrayTemplateT_Allocate__SWIG_0")); mixin(bindCode("vtkLongLongDataArrayTemplateT_Allocate__SWIG_1", "D_vtkLongLongDataArrayTemplateT_Allocate__SWIG_1")); mixin(bindCode("vtkLongLongDataArrayTemplateT_SetTuple__SWIG_0", "D_vtkLongLongDataArrayTemplateT_SetTuple__SWIG_0")); mixin(bindCode("vtkLongLongDataArrayTemplateT_InsertTuple__SWIG_0", "D_vtkLongLongDataArrayTemplateT_InsertTuple__SWIG_0")); mixin(bindCode("vtkLongLongDataArrayTemplateT_InsertNextTuple__SWIG_0", "D_vtkLongLongDataArrayTemplateT_InsertNextTuple__SWIG_0")); mixin(bindCode("vtkLongLongDataArrayTemplateT_GetTuple__SWIG_0", "D_vtkLongLongDataArrayTemplateT_GetTuple__SWIG_0")); mixin(bindCode("vtkLongLongDataArrayTemplateT_GetTuple__SWIG_1", "D_vtkLongLongDataArrayTemplateT_GetTuple__SWIG_1")); mixin(bindCode("vtkLongLongDataArrayTemplateT_GetTupleValue", "D_vtkLongLongDataArrayTemplateT_GetTupleValue")); mixin(bindCode("vtkLongLongDataArrayTemplateT_SetTuple__SWIG_1", "D_vtkLongLongDataArrayTemplateT_SetTuple__SWIG_1")); mixin(bindCode("vtkLongLongDataArrayTemplateT_SetTuple__SWIG_2", "D_vtkLongLongDataArrayTemplateT_SetTuple__SWIG_2")); mixin(bindCode("vtkLongLongDataArrayTemplateT_SetTupleValue", "D_vtkLongLongDataArrayTemplateT_SetTupleValue")); mixin(bindCode("vtkLongLongDataArrayTemplateT_InsertTuple__SWIG_1", "D_vtkLongLongDataArrayTemplateT_InsertTuple__SWIG_1")); mixin(bindCode("vtkLongLongDataArrayTemplateT_InsertTuple__SWIG_2", "D_vtkLongLongDataArrayTemplateT_InsertTuple__SWIG_2")); mixin(bindCode("vtkLongLongDataArrayTemplateT_InsertTupleValue", "D_vtkLongLongDataArrayTemplateT_InsertTupleValue")); mixin(bindCode("vtkLongLongDataArrayTemplateT_InsertNextTuple__SWIG_1", "D_vtkLongLongDataArrayTemplateT_InsertNextTuple__SWIG_1")); mixin(bindCode("vtkLongLongDataArrayTemplateT_InsertNextTuple__SWIG_2", "D_vtkLongLongDataArrayTemplateT_InsertNextTuple__SWIG_2")); mixin(bindCode("vtkLongLongDataArrayTemplateT_InsertNextTupleValue", "D_vtkLongLongDataArrayTemplateT_InsertNextTupleValue")); mixin(bindCode("vtkLongLongDataArrayTemplateT_GetValueRange__SWIG_0", "D_vtkLongLongDataArrayTemplateT_GetValueRange__SWIG_0")); mixin(bindCode("vtkLongLongDataArrayTemplateT_GetValueRange__SWIG_1", "D_vtkLongLongDataArrayTemplateT_GetValueRange__SWIG_1")); mixin(bindCode("vtkLongLongDataArrayTemplateT_Capacity", "D_vtkLongLongDataArrayTemplateT_Capacity")); mixin(bindCode("vtkLongLongDataArrayTemplateT_GetValue", "D_vtkLongLongDataArrayTemplateT_GetValue")); mixin(bindCode("vtkLongLongDataArrayTemplateT_SetValue", "D_vtkLongLongDataArrayTemplateT_SetValue")); mixin(bindCode("vtkLongLongDataArrayTemplateT_SetNumberOfValues", "D_vtkLongLongDataArrayTemplateT_SetNumberOfValues")); mixin(bindCode("vtkLongLongDataArrayTemplateT_InsertValue", "D_vtkLongLongDataArrayTemplateT_InsertValue")); mixin(bindCode("vtkLongLongDataArrayTemplateT_InsertNextValue", "D_vtkLongLongDataArrayTemplateT_InsertNextValue")); mixin(bindCode("vtkLongLongDataArrayTemplateT_WritePointer", "D_vtkLongLongDataArrayTemplateT_WritePointer")); mixin(bindCode("vtkLongLongDataArrayTemplateT_GetPointer", "D_vtkLongLongDataArrayTemplateT_GetPointer")); mixin(bindCode("vtkLongLongDataArrayTemplateT_DeepCopy__SWIG_0", "D_vtkLongLongDataArrayTemplateT_DeepCopy__SWIG_0")); mixin(bindCode("vtkLongLongDataArrayTemplateT_DeepCopy__SWIG_1", "D_vtkLongLongDataArrayTemplateT_DeepCopy__SWIG_1")); mixin(bindCode("vtkLongLongDataArrayTemplateT_SetArray__SWIG_0", "D_vtkLongLongDataArrayTemplateT_SetArray__SWIG_0")); mixin(bindCode("vtkLongLongDataArrayTemplateT_SetArray__SWIG_1", "D_vtkLongLongDataArrayTemplateT_SetArray__SWIG_1")); mixin(bindCode("vtkLongLongDataArrayTemplateT_SetVoidArray__SWIG_0", "D_vtkLongLongDataArrayTemplateT_SetVoidArray__SWIG_0")); mixin(bindCode("vtkLongLongDataArrayTemplateT_SetVoidArray__SWIG_1", "D_vtkLongLongDataArrayTemplateT_SetVoidArray__SWIG_1")); mixin(bindCode("vtkLongLongDataArrayTemplateT_LookupValue__SWIG_0", "D_vtkLongLongDataArrayTemplateT_LookupValue__SWIG_0")); mixin(bindCode("vtkLongLongDataArrayTemplateT_LookupValue__SWIG_1", "D_vtkLongLongDataArrayTemplateT_LookupValue__SWIG_1")); mixin(bindCode("vtkLongLongDataArrayTemplateT_LookupValue__SWIG_2", "D_vtkLongLongDataArrayTemplateT_LookupValue__SWIG_2")); mixin(bindCode("vtkLongLongDataArrayTemplateT_LookupValue__SWIG_3", "D_vtkLongLongDataArrayTemplateT_LookupValue__SWIG_3")); mixin(bindCode("vtkLongLongDataArrayTemplateT_DataElementChanged", "D_vtkLongLongDataArrayTemplateT_DataElementChanged")); mixin(bindCode("vtkLongLongDataArrayTemplateT_Upcast", "D_vtkLongLongDataArrayTemplateT_Upcast")); mixin(bindCode("vtkUnsignedLongLongDataArrayTemplateT_Allocate__SWIG_0", "D_vtkUnsignedLongLongDataArrayTemplateT_Allocate__SWIG_0")); mixin(bindCode("vtkUnsignedLongLongDataArrayTemplateT_Allocate__SWIG_1", "D_vtkUnsignedLongLongDataArrayTemplateT_Allocate__SWIG_1")); mixin(bindCode("vtkUnsignedLongLongDataArrayTemplateT_SetTuple__SWIG_0", "D_vtkUnsignedLongLongDataArrayTemplateT_SetTuple__SWIG_0")); mixin(bindCode("vtkUnsignedLongLongDataArrayTemplateT_InsertTuple__SWIG_0", "D_vtkUnsignedLongLongDataArrayTemplateT_InsertTuple__SWIG_0")); mixin(bindCode("vtkUnsignedLongLongDataArrayTemplateT_InsertNextTuple__SWIG_0", "D_vtkUnsignedLongLongDataArrayTemplateT_InsertNextTuple__SWIG_0")); mixin(bindCode("vtkUnsignedLongLongDataArrayTemplateT_GetTuple__SWIG_0", "D_vtkUnsignedLongLongDataArrayTemplateT_GetTuple__SWIG_0")); mixin(bindCode("vtkUnsignedLongLongDataArrayTemplateT_GetTuple__SWIG_1", "D_vtkUnsignedLongLongDataArrayTemplateT_GetTuple__SWIG_1")); mixin(bindCode("vtkUnsignedLongLongDataArrayTemplateT_GetTupleValue", "D_vtkUnsignedLongLongDataArrayTemplateT_GetTupleValue")); mixin(bindCode("vtkUnsignedLongLongDataArrayTemplateT_SetTuple__SWIG_1", "D_vtkUnsignedLongLongDataArrayTemplateT_SetTuple__SWIG_1")); mixin(bindCode("vtkUnsignedLongLongDataArrayTemplateT_SetTuple__SWIG_2", "D_vtkUnsignedLongLongDataArrayTemplateT_SetTuple__SWIG_2")); mixin(bindCode("vtkUnsignedLongLongDataArrayTemplateT_SetTupleValue", "D_vtkUnsignedLongLongDataArrayTemplateT_SetTupleValue")); mixin(bindCode("vtkUnsignedLongLongDataArrayTemplateT_InsertTuple__SWIG_1", "D_vtkUnsignedLongLongDataArrayTemplateT_InsertTuple__SWIG_1")); mixin(bindCode("vtkUnsignedLongLongDataArrayTemplateT_InsertTuple__SWIG_2", "D_vtkUnsignedLongLongDataArrayTemplateT_InsertTuple__SWIG_2")); mixin(bindCode("vtkUnsignedLongLongDataArrayTemplateT_InsertTupleValue", "D_vtkUnsignedLongLongDataArrayTemplateT_InsertTupleValue")); mixin(bindCode("vtkUnsignedLongLongDataArrayTemplateT_InsertNextTuple__SWIG_1", "D_vtkUnsignedLongLongDataArrayTemplateT_InsertNextTuple__SWIG_1")); mixin(bindCode("vtkUnsignedLongLongDataArrayTemplateT_InsertNextTuple__SWIG_2", "D_vtkUnsignedLongLongDataArrayTemplateT_InsertNextTuple__SWIG_2")); mixin(bindCode("vtkUnsignedLongLongDataArrayTemplateT_InsertNextTupleValue", "D_vtkUnsignedLongLongDataArrayTemplateT_InsertNextTupleValue")); mixin(bindCode("vtkUnsignedLongLongDataArrayTemplateT_GetValueRange__SWIG_0", "D_vtkUnsignedLongLongDataArrayTemplateT_GetValueRange__SWIG_0")); mixin(bindCode("vtkUnsignedLongLongDataArrayTemplateT_GetValueRange__SWIG_1", "D_vtkUnsignedLongLongDataArrayTemplateT_GetValueRange__SWIG_1")); mixin(bindCode("vtkUnsignedLongLongDataArrayTemplateT_Capacity", "D_vtkUnsignedLongLongDataArrayTemplateT_Capacity")); mixin(bindCode("vtkUnsignedLongLongDataArrayTemplateT_GetValue", "D_vtkUnsignedLongLongDataArrayTemplateT_GetValue")); mixin(bindCode("vtkUnsignedLongLongDataArrayTemplateT_SetValue", "D_vtkUnsignedLongLongDataArrayTemplateT_SetValue")); mixin(bindCode("vtkUnsignedLongLongDataArrayTemplateT_SetNumberOfValues", "D_vtkUnsignedLongLongDataArrayTemplateT_SetNumberOfValues")); mixin(bindCode("vtkUnsignedLongLongDataArrayTemplateT_InsertValue", "D_vtkUnsignedLongLongDataArrayTemplateT_InsertValue")); mixin(bindCode("vtkUnsignedLongLongDataArrayTemplateT_InsertNextValue", "D_vtkUnsignedLongLongDataArrayTemplateT_InsertNextValue")); mixin(bindCode("vtkUnsignedLongLongDataArrayTemplateT_WritePointer", "D_vtkUnsignedLongLongDataArrayTemplateT_WritePointer")); mixin(bindCode("vtkUnsignedLongLongDataArrayTemplateT_GetPointer", "D_vtkUnsignedLongLongDataArrayTemplateT_GetPointer")); mixin(bindCode("vtkUnsignedLongLongDataArrayTemplateT_DeepCopy__SWIG_0", "D_vtkUnsignedLongLongDataArrayTemplateT_DeepCopy__SWIG_0")); mixin(bindCode("vtkUnsignedLongLongDataArrayTemplateT_DeepCopy__SWIG_1", "D_vtkUnsignedLongLongDataArrayTemplateT_DeepCopy__SWIG_1")); mixin(bindCode("vtkUnsignedLongLongDataArrayTemplateT_SetArray__SWIG_0", "D_vtkUnsignedLongLongDataArrayTemplateT_SetArray__SWIG_0")); mixin(bindCode("vtkUnsignedLongLongDataArrayTemplateT_SetArray__SWIG_1", "D_vtkUnsignedLongLongDataArrayTemplateT_SetArray__SWIG_1")); mixin(bindCode("vtkUnsignedLongLongDataArrayTemplateT_SetVoidArray__SWIG_0", "D_vtkUnsignedLongLongDataArrayTemplateT_SetVoidArray__SWIG_0")); mixin(bindCode("vtkUnsignedLongLongDataArrayTemplateT_SetVoidArray__SWIG_1", "D_vtkUnsignedLongLongDataArrayTemplateT_SetVoidArray__SWIG_1")); mixin(bindCode("vtkUnsignedLongLongDataArrayTemplateT_LookupValue__SWIG_0", "D_vtkUnsignedLongLongDataArrayTemplateT_LookupValue__SWIG_0")); mixin(bindCode("vtkUnsignedLongLongDataArrayTemplateT_LookupValue__SWIG_1", "D_vtkUnsignedLongLongDataArrayTemplateT_LookupValue__SWIG_1")); mixin(bindCode("vtkUnsignedLongLongDataArrayTemplateT_LookupValue__SWIG_2", "D_vtkUnsignedLongLongDataArrayTemplateT_LookupValue__SWIG_2")); mixin(bindCode("vtkUnsignedLongLongDataArrayTemplateT_LookupValue__SWIG_3", "D_vtkUnsignedLongLongDataArrayTemplateT_LookupValue__SWIG_3")); mixin(bindCode("vtkUnsignedLongLongDataArrayTemplateT_DataElementChanged", "D_vtkUnsignedLongLongDataArrayTemplateT_DataElementChanged")); mixin(bindCode("vtkUnsignedLongLongDataArrayTemplateT_Upcast", "D_vtkUnsignedLongLongDataArrayTemplateT_Upcast")); mixin(bindCode("vtkIdTypeDataArrayTemplateT_Allocate__SWIG_0", "D_vtkIdTypeDataArrayTemplateT_Allocate__SWIG_0")); mixin(bindCode("vtkIdTypeDataArrayTemplateT_Allocate__SWIG_1", "D_vtkIdTypeDataArrayTemplateT_Allocate__SWIG_1")); mixin(bindCode("vtkIdTypeDataArrayTemplateT_SetTuple__SWIG_0", "D_vtkIdTypeDataArrayTemplateT_SetTuple__SWIG_0")); mixin(bindCode("vtkIdTypeDataArrayTemplateT_InsertTuple__SWIG_0", "D_vtkIdTypeDataArrayTemplateT_InsertTuple__SWIG_0")); mixin(bindCode("vtkIdTypeDataArrayTemplateT_InsertNextTuple__SWIG_0", "D_vtkIdTypeDataArrayTemplateT_InsertNextTuple__SWIG_0")); mixin(bindCode("vtkIdTypeDataArrayTemplateT_GetTuple__SWIG_0", "D_vtkIdTypeDataArrayTemplateT_GetTuple__SWIG_0")); mixin(bindCode("vtkIdTypeDataArrayTemplateT_GetTuple__SWIG_1", "D_vtkIdTypeDataArrayTemplateT_GetTuple__SWIG_1")); mixin(bindCode("vtkIdTypeDataArrayTemplateT_GetTupleValue", "D_vtkIdTypeDataArrayTemplateT_GetTupleValue")); mixin(bindCode("vtkIdTypeDataArrayTemplateT_SetTuple__SWIG_1", "D_vtkIdTypeDataArrayTemplateT_SetTuple__SWIG_1")); mixin(bindCode("vtkIdTypeDataArrayTemplateT_SetTuple__SWIG_2", "D_vtkIdTypeDataArrayTemplateT_SetTuple__SWIG_2")); mixin(bindCode("vtkIdTypeDataArrayTemplateT_SetTupleValue", "D_vtkIdTypeDataArrayTemplateT_SetTupleValue")); mixin(bindCode("vtkIdTypeDataArrayTemplateT_InsertTuple__SWIG_1", "D_vtkIdTypeDataArrayTemplateT_InsertTuple__SWIG_1")); mixin(bindCode("vtkIdTypeDataArrayTemplateT_InsertTuple__SWIG_2", "D_vtkIdTypeDataArrayTemplateT_InsertTuple__SWIG_2")); mixin(bindCode("vtkIdTypeDataArrayTemplateT_InsertTupleValue", "D_vtkIdTypeDataArrayTemplateT_InsertTupleValue")); mixin(bindCode("vtkIdTypeDataArrayTemplateT_InsertNextTuple__SWIG_1", "D_vtkIdTypeDataArrayTemplateT_InsertNextTuple__SWIG_1")); mixin(bindCode("vtkIdTypeDataArrayTemplateT_InsertNextTuple__SWIG_2", "D_vtkIdTypeDataArrayTemplateT_InsertNextTuple__SWIG_2")); mixin(bindCode("vtkIdTypeDataArrayTemplateT_InsertNextTupleValue", "D_vtkIdTypeDataArrayTemplateT_InsertNextTupleValue")); mixin(bindCode("vtkIdTypeDataArrayTemplateT_GetValueRange__SWIG_0", "D_vtkIdTypeDataArrayTemplateT_GetValueRange__SWIG_0")); mixin(bindCode("vtkIdTypeDataArrayTemplateT_GetValueRange__SWIG_1", "D_vtkIdTypeDataArrayTemplateT_GetValueRange__SWIG_1")); mixin(bindCode("vtkIdTypeDataArrayTemplateT_Capacity", "D_vtkIdTypeDataArrayTemplateT_Capacity")); mixin(bindCode("vtkIdTypeDataArrayTemplateT_GetValue", "D_vtkIdTypeDataArrayTemplateT_GetValue")); mixin(bindCode("vtkIdTypeDataArrayTemplateT_SetValue", "D_vtkIdTypeDataArrayTemplateT_SetValue")); mixin(bindCode("vtkIdTypeDataArrayTemplateT_SetNumberOfValues", "D_vtkIdTypeDataArrayTemplateT_SetNumberOfValues")); mixin(bindCode("vtkIdTypeDataArrayTemplateT_InsertValue", "D_vtkIdTypeDataArrayTemplateT_InsertValue")); mixin(bindCode("vtkIdTypeDataArrayTemplateT_InsertNextValue", "D_vtkIdTypeDataArrayTemplateT_InsertNextValue")); mixin(bindCode("vtkIdTypeDataArrayTemplateT_WritePointer", "D_vtkIdTypeDataArrayTemplateT_WritePointer")); mixin(bindCode("vtkIdTypeDataArrayTemplateT_GetPointer", "D_vtkIdTypeDataArrayTemplateT_GetPointer")); mixin(bindCode("vtkIdTypeDataArrayTemplateT_DeepCopy__SWIG_0", "D_vtkIdTypeDataArrayTemplateT_DeepCopy__SWIG_0")); mixin(bindCode("vtkIdTypeDataArrayTemplateT_DeepCopy__SWIG_1", "D_vtkIdTypeDataArrayTemplateT_DeepCopy__SWIG_1")); mixin(bindCode("vtkIdTypeDataArrayTemplateT_SetArray__SWIG_0", "D_vtkIdTypeDataArrayTemplateT_SetArray__SWIG_0")); mixin(bindCode("vtkIdTypeDataArrayTemplateT_SetArray__SWIG_1", "D_vtkIdTypeDataArrayTemplateT_SetArray__SWIG_1")); mixin(bindCode("vtkIdTypeDataArrayTemplateT_SetVoidArray__SWIG_0", "D_vtkIdTypeDataArrayTemplateT_SetVoidArray__SWIG_0")); mixin(bindCode("vtkIdTypeDataArrayTemplateT_SetVoidArray__SWIG_1", "D_vtkIdTypeDataArrayTemplateT_SetVoidArray__SWIG_1")); mixin(bindCode("vtkIdTypeDataArrayTemplateT_LookupValue__SWIG_0", "D_vtkIdTypeDataArrayTemplateT_LookupValue__SWIG_0")); mixin(bindCode("vtkIdTypeDataArrayTemplateT_LookupValue__SWIG_1", "D_vtkIdTypeDataArrayTemplateT_LookupValue__SWIG_1")); mixin(bindCode("vtkIdTypeDataArrayTemplateT_LookupValue__SWIG_2", "D_vtkIdTypeDataArrayTemplateT_LookupValue__SWIG_2")); mixin(bindCode("vtkIdTypeDataArrayTemplateT_LookupValue__SWIG_3", "D_vtkIdTypeDataArrayTemplateT_LookupValue__SWIG_3")); mixin(bindCode("vtkIdTypeDataArrayTemplateT_DataElementChanged", "D_vtkIdTypeDataArrayTemplateT_DataElementChanged")); mixin(bindCode("vtkIdTypeDataArrayTemplateT_Upcast", "D_vtkIdTypeDataArrayTemplateT_Upcast")); mixin(bindCode("vtkFloatDataArrayTemplateT_Allocate__SWIG_0", "D_vtkFloatDataArrayTemplateT_Allocate__SWIG_0")); mixin(bindCode("vtkFloatDataArrayTemplateT_Allocate__SWIG_1", "D_vtkFloatDataArrayTemplateT_Allocate__SWIG_1")); mixin(bindCode("vtkFloatDataArrayTemplateT_SetTuple__SWIG_0", "D_vtkFloatDataArrayTemplateT_SetTuple__SWIG_0")); mixin(bindCode("vtkFloatDataArrayTemplateT_InsertTuple__SWIG_0", "D_vtkFloatDataArrayTemplateT_InsertTuple__SWIG_0")); mixin(bindCode("vtkFloatDataArrayTemplateT_InsertNextTuple__SWIG_0", "D_vtkFloatDataArrayTemplateT_InsertNextTuple__SWIG_0")); mixin(bindCode("vtkFloatDataArrayTemplateT_GetTuple__SWIG_0", "D_vtkFloatDataArrayTemplateT_GetTuple__SWIG_0")); mixin(bindCode("vtkFloatDataArrayTemplateT_GetTuple__SWIG_1", "D_vtkFloatDataArrayTemplateT_GetTuple__SWIG_1")); mixin(bindCode("vtkFloatDataArrayTemplateT_GetTupleValue", "D_vtkFloatDataArrayTemplateT_GetTupleValue")); mixin(bindCode("vtkFloatDataArrayTemplateT_SetTuple__SWIG_1", "D_vtkFloatDataArrayTemplateT_SetTuple__SWIG_1")); mixin(bindCode("vtkFloatDataArrayTemplateT_SetTuple__SWIG_2", "D_vtkFloatDataArrayTemplateT_SetTuple__SWIG_2")); mixin(bindCode("vtkFloatDataArrayTemplateT_SetTupleValue", "D_vtkFloatDataArrayTemplateT_SetTupleValue")); mixin(bindCode("vtkFloatDataArrayTemplateT_InsertTuple__SWIG_1", "D_vtkFloatDataArrayTemplateT_InsertTuple__SWIG_1")); mixin(bindCode("vtkFloatDataArrayTemplateT_InsertTuple__SWIG_2", "D_vtkFloatDataArrayTemplateT_InsertTuple__SWIG_2")); mixin(bindCode("vtkFloatDataArrayTemplateT_InsertTupleValue", "D_vtkFloatDataArrayTemplateT_InsertTupleValue")); mixin(bindCode("vtkFloatDataArrayTemplateT_InsertNextTuple__SWIG_1", "D_vtkFloatDataArrayTemplateT_InsertNextTuple__SWIG_1")); mixin(bindCode("vtkFloatDataArrayTemplateT_InsertNextTuple__SWIG_2", "D_vtkFloatDataArrayTemplateT_InsertNextTuple__SWIG_2")); mixin(bindCode("vtkFloatDataArrayTemplateT_InsertNextTupleValue", "D_vtkFloatDataArrayTemplateT_InsertNextTupleValue")); mixin(bindCode("vtkFloatDataArrayTemplateT_GetValueRange__SWIG_0", "D_vtkFloatDataArrayTemplateT_GetValueRange__SWIG_0")); mixin(bindCode("vtkFloatDataArrayTemplateT_GetValueRange__SWIG_1", "D_vtkFloatDataArrayTemplateT_GetValueRange__SWIG_1")); mixin(bindCode("vtkFloatDataArrayTemplateT_Capacity", "D_vtkFloatDataArrayTemplateT_Capacity")); mixin(bindCode("vtkFloatDataArrayTemplateT_GetValue", "D_vtkFloatDataArrayTemplateT_GetValue")); mixin(bindCode("vtkFloatDataArrayTemplateT_SetValue", "D_vtkFloatDataArrayTemplateT_SetValue")); mixin(bindCode("vtkFloatDataArrayTemplateT_SetNumberOfValues", "D_vtkFloatDataArrayTemplateT_SetNumberOfValues")); mixin(bindCode("vtkFloatDataArrayTemplateT_InsertValue", "D_vtkFloatDataArrayTemplateT_InsertValue")); mixin(bindCode("vtkFloatDataArrayTemplateT_InsertNextValue", "D_vtkFloatDataArrayTemplateT_InsertNextValue")); mixin(bindCode("vtkFloatDataArrayTemplateT_WritePointer", "D_vtkFloatDataArrayTemplateT_WritePointer")); mixin(bindCode("vtkFloatDataArrayTemplateT_GetPointer", "D_vtkFloatDataArrayTemplateT_GetPointer")); mixin(bindCode("vtkFloatDataArrayTemplateT_DeepCopy__SWIG_0", "D_vtkFloatDataArrayTemplateT_DeepCopy__SWIG_0")); mixin(bindCode("vtkFloatDataArrayTemplateT_DeepCopy__SWIG_1", "D_vtkFloatDataArrayTemplateT_DeepCopy__SWIG_1")); mixin(bindCode("vtkFloatDataArrayTemplateT_SetArray__SWIG_0", "D_vtkFloatDataArrayTemplateT_SetArray__SWIG_0")); mixin(bindCode("vtkFloatDataArrayTemplateT_SetArray__SWIG_1", "D_vtkFloatDataArrayTemplateT_SetArray__SWIG_1")); mixin(bindCode("vtkFloatDataArrayTemplateT_SetVoidArray__SWIG_0", "D_vtkFloatDataArrayTemplateT_SetVoidArray__SWIG_0")); mixin(bindCode("vtkFloatDataArrayTemplateT_SetVoidArray__SWIG_1", "D_vtkFloatDataArrayTemplateT_SetVoidArray__SWIG_1")); mixin(bindCode("vtkFloatDataArrayTemplateT_LookupValue__SWIG_0", "D_vtkFloatDataArrayTemplateT_LookupValue__SWIG_0")); mixin(bindCode("vtkFloatDataArrayTemplateT_LookupValue__SWIG_1", "D_vtkFloatDataArrayTemplateT_LookupValue__SWIG_1")); mixin(bindCode("vtkFloatDataArrayTemplateT_LookupValue__SWIG_2", "D_vtkFloatDataArrayTemplateT_LookupValue__SWIG_2")); mixin(bindCode("vtkFloatDataArrayTemplateT_LookupValue__SWIG_3", "D_vtkFloatDataArrayTemplateT_LookupValue__SWIG_3")); mixin(bindCode("vtkFloatDataArrayTemplateT_DataElementChanged", "D_vtkFloatDataArrayTemplateT_DataElementChanged")); mixin(bindCode("vtkFloatDataArrayTemplateT_Upcast", "D_vtkFloatDataArrayTemplateT_Upcast")); mixin(bindCode("vtkDoubleDataArrayTemplateT_Allocate__SWIG_0", "D_vtkDoubleDataArrayTemplateT_Allocate__SWIG_0")); mixin(bindCode("vtkDoubleDataArrayTemplateT_Allocate__SWIG_1", "D_vtkDoubleDataArrayTemplateT_Allocate__SWIG_1")); mixin(bindCode("vtkDoubleDataArrayTemplateT_SetTuple__SWIG_0", "D_vtkDoubleDataArrayTemplateT_SetTuple__SWIG_0")); mixin(bindCode("vtkDoubleDataArrayTemplateT_InsertTuple__SWIG_0", "D_vtkDoubleDataArrayTemplateT_InsertTuple__SWIG_0")); mixin(bindCode("vtkDoubleDataArrayTemplateT_InsertNextTuple__SWIG_0", "D_vtkDoubleDataArrayTemplateT_InsertNextTuple__SWIG_0")); mixin(bindCode("vtkDoubleDataArrayTemplateT_GetTuple__SWIG_0", "D_vtkDoubleDataArrayTemplateT_GetTuple__SWIG_0")); mixin(bindCode("vtkDoubleDataArrayTemplateT_GetTuple__SWIG_1", "D_vtkDoubleDataArrayTemplateT_GetTuple__SWIG_1")); mixin(bindCode("vtkDoubleDataArrayTemplateT_GetTupleValue", "D_vtkDoubleDataArrayTemplateT_GetTupleValue")); mixin(bindCode("vtkDoubleDataArrayTemplateT_SetTuple__SWIG_1", "D_vtkDoubleDataArrayTemplateT_SetTuple__SWIG_1")); mixin(bindCode("vtkDoubleDataArrayTemplateT_SetTuple__SWIG_2", "D_vtkDoubleDataArrayTemplateT_SetTuple__SWIG_2")); mixin(bindCode("vtkDoubleDataArrayTemplateT_SetTupleValue", "D_vtkDoubleDataArrayTemplateT_SetTupleValue")); mixin(bindCode("vtkDoubleDataArrayTemplateT_InsertTuple__SWIG_1", "D_vtkDoubleDataArrayTemplateT_InsertTuple__SWIG_1")); mixin(bindCode("vtkDoubleDataArrayTemplateT_InsertTuple__SWIG_2", "D_vtkDoubleDataArrayTemplateT_InsertTuple__SWIG_2")); mixin(bindCode("vtkDoubleDataArrayTemplateT_InsertTupleValue", "D_vtkDoubleDataArrayTemplateT_InsertTupleValue")); mixin(bindCode("vtkDoubleDataArrayTemplateT_InsertNextTuple__SWIG_1", "D_vtkDoubleDataArrayTemplateT_InsertNextTuple__SWIG_1")); mixin(bindCode("vtkDoubleDataArrayTemplateT_InsertNextTuple__SWIG_2", "D_vtkDoubleDataArrayTemplateT_InsertNextTuple__SWIG_2")); mixin(bindCode("vtkDoubleDataArrayTemplateT_InsertNextTupleValue", "D_vtkDoubleDataArrayTemplateT_InsertNextTupleValue")); mixin(bindCode("vtkDoubleDataArrayTemplateT_GetValueRange__SWIG_0", "D_vtkDoubleDataArrayTemplateT_GetValueRange__SWIG_0")); mixin(bindCode("vtkDoubleDataArrayTemplateT_GetValueRange__SWIG_1", "D_vtkDoubleDataArrayTemplateT_GetValueRange__SWIG_1")); mixin(bindCode("vtkDoubleDataArrayTemplateT_Capacity", "D_vtkDoubleDataArrayTemplateT_Capacity")); mixin(bindCode("vtkDoubleDataArrayTemplateT_GetValue", "D_vtkDoubleDataArrayTemplateT_GetValue")); mixin(bindCode("vtkDoubleDataArrayTemplateT_SetValue", "D_vtkDoubleDataArrayTemplateT_SetValue")); mixin(bindCode("vtkDoubleDataArrayTemplateT_SetNumberOfValues", "D_vtkDoubleDataArrayTemplateT_SetNumberOfValues")); mixin(bindCode("vtkDoubleDataArrayTemplateT_InsertValue", "D_vtkDoubleDataArrayTemplateT_InsertValue")); mixin(bindCode("vtkDoubleDataArrayTemplateT_InsertNextValue", "D_vtkDoubleDataArrayTemplateT_InsertNextValue")); mixin(bindCode("vtkDoubleDataArrayTemplateT_WritePointer", "D_vtkDoubleDataArrayTemplateT_WritePointer")); mixin(bindCode("vtkDoubleDataArrayTemplateT_GetPointer", "D_vtkDoubleDataArrayTemplateT_GetPointer")); mixin(bindCode("vtkDoubleDataArrayTemplateT_DeepCopy__SWIG_0", "D_vtkDoubleDataArrayTemplateT_DeepCopy__SWIG_0")); mixin(bindCode("vtkDoubleDataArrayTemplateT_DeepCopy__SWIG_1", "D_vtkDoubleDataArrayTemplateT_DeepCopy__SWIG_1")); mixin(bindCode("vtkDoubleDataArrayTemplateT_SetArray__SWIG_0", "D_vtkDoubleDataArrayTemplateT_SetArray__SWIG_0")); mixin(bindCode("vtkDoubleDataArrayTemplateT_SetArray__SWIG_1", "D_vtkDoubleDataArrayTemplateT_SetArray__SWIG_1")); mixin(bindCode("vtkDoubleDataArrayTemplateT_SetVoidArray__SWIG_0", "D_vtkDoubleDataArrayTemplateT_SetVoidArray__SWIG_0")); mixin(bindCode("vtkDoubleDataArrayTemplateT_SetVoidArray__SWIG_1", "D_vtkDoubleDataArrayTemplateT_SetVoidArray__SWIG_1")); mixin(bindCode("vtkDoubleDataArrayTemplateT_LookupValue__SWIG_0", "D_vtkDoubleDataArrayTemplateT_LookupValue__SWIG_0")); mixin(bindCode("vtkDoubleDataArrayTemplateT_LookupValue__SWIG_1", "D_vtkDoubleDataArrayTemplateT_LookupValue__SWIG_1")); mixin(bindCode("vtkDoubleDataArrayTemplateT_LookupValue__SWIG_2", "D_vtkDoubleDataArrayTemplateT_LookupValue__SWIG_2")); mixin(bindCode("vtkDoubleDataArrayTemplateT_LookupValue__SWIG_3", "D_vtkDoubleDataArrayTemplateT_LookupValue__SWIG_3")); mixin(bindCode("vtkDoubleDataArrayTemplateT_DataElementChanged", "D_vtkDoubleDataArrayTemplateT_DataElementChanged")); mixin(bindCode("vtkDoubleDataArrayTemplateT_Upcast", "D_vtkDoubleDataArrayTemplateT_Upcast")); mixin(bindCode("vtkIntArray_New", "D_vtkIntArray_New")); mixin(bindCode("vtkIntArray_IsTypeOf", "D_vtkIntArray_IsTypeOf")); mixin(bindCode("vtkIntArray_SafeDownCast", "D_vtkIntArray_SafeDownCast")); mixin(bindCode("vtkIntArray_NewInstance", "D_vtkIntArray_NewInstance")); mixin(bindCode("vtkIntArray_GetTupleValue", "D_vtkIntArray_GetTupleValue")); mixin(bindCode("vtkIntArray_SetTupleValue", "D_vtkIntArray_SetTupleValue")); mixin(bindCode("vtkIntArray_InsertTupleValue", "D_vtkIntArray_InsertTupleValue")); mixin(bindCode("vtkIntArray_InsertNextTupleValue", "D_vtkIntArray_InsertNextTupleValue")); mixin(bindCode("vtkIntArray_GetValue", "D_vtkIntArray_GetValue")); mixin(bindCode("vtkIntArray_SetValue", "D_vtkIntArray_SetValue")); mixin(bindCode("vtkIntArray_SetNumberOfValues", "D_vtkIntArray_SetNumberOfValues")); mixin(bindCode("vtkIntArray_InsertValue", "D_vtkIntArray_InsertValue")); mixin(bindCode("vtkIntArray_InsertNextValue", "D_vtkIntArray_InsertNextValue")); mixin(bindCode("vtkIntArray_GetValueRange__SWIG_0", "D_vtkIntArray_GetValueRange__SWIG_0")); mixin(bindCode("vtkIntArray_GetValueRange__SWIG_1", "D_vtkIntArray_GetValueRange__SWIG_1")); mixin(bindCode("vtkIntArray_GetDataTypeValueMin", "D_vtkIntArray_GetDataTypeValueMin")); mixin(bindCode("vtkIntArray_GetDataTypeValueMax", "D_vtkIntArray_GetDataTypeValueMax")); mixin(bindCode("vtkIntArray_WritePointer", "D_vtkIntArray_WritePointer")); mixin(bindCode("vtkIntArray_GetPointer", "D_vtkIntArray_GetPointer")); mixin(bindCode("vtkIntArray_SetArray__SWIG_0", "D_vtkIntArray_SetArray__SWIG_0")); mixin(bindCode("vtkIntArray_SetArray__SWIG_1", "D_vtkIntArray_SetArray__SWIG_1")); mixin(bindCode("vtkIntArray_Upcast", "D_vtkIntArray_Upcast")); mixin(bindCode("vtkUnsignedCharArray_New", "D_vtkUnsignedCharArray_New")); mixin(bindCode("vtkUnsignedCharArray_IsTypeOf", "D_vtkUnsignedCharArray_IsTypeOf")); mixin(bindCode("vtkUnsignedCharArray_SafeDownCast", "D_vtkUnsignedCharArray_SafeDownCast")); mixin(bindCode("vtkUnsignedCharArray_NewInstance", "D_vtkUnsignedCharArray_NewInstance")); mixin(bindCode("vtkUnsignedCharArray_GetTupleValue", "D_vtkUnsignedCharArray_GetTupleValue")); mixin(bindCode("vtkUnsignedCharArray_SetTupleValue", "D_vtkUnsignedCharArray_SetTupleValue")); mixin(bindCode("vtkUnsignedCharArray_InsertTupleValue", "D_vtkUnsignedCharArray_InsertTupleValue")); mixin(bindCode("vtkUnsignedCharArray_InsertNextTupleValue", "D_vtkUnsignedCharArray_InsertNextTupleValue")); mixin(bindCode("vtkUnsignedCharArray_GetValue", "D_vtkUnsignedCharArray_GetValue")); mixin(bindCode("vtkUnsignedCharArray_SetValue", "D_vtkUnsignedCharArray_SetValue")); mixin(bindCode("vtkUnsignedCharArray_SetNumberOfValues", "D_vtkUnsignedCharArray_SetNumberOfValues")); mixin(bindCode("vtkUnsignedCharArray_InsertValue", "D_vtkUnsignedCharArray_InsertValue")); mixin(bindCode("vtkUnsignedCharArray_InsertNextValue", "D_vtkUnsignedCharArray_InsertNextValue")); mixin(bindCode("vtkUnsignedCharArray_GetValueRange__SWIG_0", "D_vtkUnsignedCharArray_GetValueRange__SWIG_0")); mixin(bindCode("vtkUnsignedCharArray_GetValueRange__SWIG_1", "D_vtkUnsignedCharArray_GetValueRange__SWIG_1")); mixin(bindCode("vtkUnsignedCharArray_GetDataTypeValueMin", "D_vtkUnsignedCharArray_GetDataTypeValueMin")); mixin(bindCode("vtkUnsignedCharArray_GetDataTypeValueMax", "D_vtkUnsignedCharArray_GetDataTypeValueMax")); mixin(bindCode("vtkUnsignedCharArray_WritePointer", "D_vtkUnsignedCharArray_WritePointer")); mixin(bindCode("vtkUnsignedCharArray_GetPointer", "D_vtkUnsignedCharArray_GetPointer")); mixin(bindCode("vtkUnsignedCharArray_SetArray__SWIG_0", "D_vtkUnsignedCharArray_SetArray__SWIG_0")); mixin(bindCode("vtkUnsignedCharArray_SetArray__SWIG_1", "D_vtkUnsignedCharArray_SetArray__SWIG_1")); mixin(bindCode("vtkUnsignedCharArray_Upcast", "D_vtkUnsignedCharArray_Upcast")); mixin(bindCode("vtkCellTypes_New", "D_vtkCellTypes_New")); mixin(bindCode("vtkCellTypes_IsTypeOf", "D_vtkCellTypes_IsTypeOf")); mixin(bindCode("vtkCellTypes_SafeDownCast", "D_vtkCellTypes_SafeDownCast")); mixin(bindCode("vtkCellTypes_NewInstance", "D_vtkCellTypes_NewInstance")); mixin(bindCode("vtkCellTypes_Allocate__SWIG_0", "D_vtkCellTypes_Allocate__SWIG_0")); mixin(bindCode("vtkCellTypes_Allocate__SWIG_1", "D_vtkCellTypes_Allocate__SWIG_1")); mixin(bindCode("vtkCellTypes_Allocate__SWIG_2", "D_vtkCellTypes_Allocate__SWIG_2")); mixin(bindCode("vtkCellTypes_InsertCell", "D_vtkCellTypes_InsertCell")); mixin(bindCode("vtkCellTypes_InsertNextCell", "D_vtkCellTypes_InsertNextCell")); mixin(bindCode("vtkCellTypes_SetCellTypes", "D_vtkCellTypes_SetCellTypes")); mixin(bindCode("vtkCellTypes_GetCellLocation", "D_vtkCellTypes_GetCellLocation")); mixin(bindCode("vtkCellTypes_DeleteCell", "D_vtkCellTypes_DeleteCell")); mixin(bindCode("vtkCellTypes_GetNumberOfTypes", "D_vtkCellTypes_GetNumberOfTypes")); mixin(bindCode("vtkCellTypes_IsType", "D_vtkCellTypes_IsType")); mixin(bindCode("vtkCellTypes_InsertNextType", "D_vtkCellTypes_InsertNextType")); mixin(bindCode("vtkCellTypes_GetCellType", "D_vtkCellTypes_GetCellType")); mixin(bindCode("vtkCellTypes_Squeeze", "D_vtkCellTypes_Squeeze")); mixin(bindCode("vtkCellTypes_Reset", "D_vtkCellTypes_Reset")); mixin(bindCode("vtkCellTypes_GetActualMemorySize", "D_vtkCellTypes_GetActualMemorySize")); mixin(bindCode("vtkCellTypes_DeepCopy", "D_vtkCellTypes_DeepCopy")); mixin(bindCode("vtkCellTypes_GetClassNameFromTypeId", "D_vtkCellTypes_GetClassNameFromTypeId")); mixin(bindCode("vtkCellTypes_GetTypeIdFromClassName", "D_vtkCellTypes_GetTypeIdFromClassName")); mixin(bindCode("vtkCellTypes_IsLinear", "D_vtkCellTypes_IsLinear")); mixin(bindCode("vtkCellTypes_Upcast", "D_vtkCellTypes_Upcast")); mixin(bindCode("vtkCellLinks_New", "D_vtkCellLinks_New")); mixin(bindCode("vtkCellLinks_IsTypeOf", "D_vtkCellLinks_IsTypeOf")); mixin(bindCode("vtkCellLinks_SafeDownCast", "D_vtkCellLinks_SafeDownCast")); mixin(bindCode("vtkCellLinks_NewInstance", "D_vtkCellLinks_NewInstance")); mixin(bindCode("vtkCellLinks_Allocate__SWIG_0", "D_vtkCellLinks_Allocate__SWIG_0")); mixin(bindCode("vtkCellLinks_Allocate__SWIG_1", "D_vtkCellLinks_Allocate__SWIG_1")); mixin(bindCode("vtkCellLinks_GetLink", "D_vtkCellLinks_GetLink")); mixin(bindCode("vtkCellLinks_GetNcells", "D_vtkCellLinks_GetNcells")); mixin(bindCode("vtkCellLinks_BuildLinks__SWIG_0", "D_vtkCellLinks_BuildLinks__SWIG_0")); mixin(bindCode("vtkCellLinks_BuildLinks__SWIG_1", "D_vtkCellLinks_BuildLinks__SWIG_1")); mixin(bindCode("vtkCellLinks_GetCells", "D_vtkCellLinks_GetCells")); mixin(bindCode("vtkCellLinks_InsertNextPoint", "D_vtkCellLinks_InsertNextPoint")); mixin(bindCode("vtkCellLinks_InsertNextCellReference", "D_vtkCellLinks_InsertNextCellReference")); mixin(bindCode("vtkCellLinks_DeletePoint", "D_vtkCellLinks_DeletePoint")); mixin(bindCode("vtkCellLinks_RemoveCellReference", "D_vtkCellLinks_RemoveCellReference")); mixin(bindCode("vtkCellLinks_AddCellReference", "D_vtkCellLinks_AddCellReference")); mixin(bindCode("vtkCellLinks_ResizeCellList", "D_vtkCellLinks_ResizeCellList")); mixin(bindCode("vtkCellLinks_Squeeze", "D_vtkCellLinks_Squeeze")); mixin(bindCode("vtkCellLinks_Reset", "D_vtkCellLinks_Reset")); mixin(bindCode("vtkCellLinks_GetActualMemorySize", "D_vtkCellLinks_GetActualMemorySize")); mixin(bindCode("vtkCellLinks_DeepCopy", "D_vtkCellLinks_DeepCopy")); mixin(bindCode("vtkCellLinks_Upcast", "D_vtkCellLinks_Upcast")); mixin(bindCode("vtkPolyData_New", "D_vtkPolyData_New")); mixin(bindCode("vtkPolyData_IsTypeOf", "D_vtkPolyData_IsTypeOf")); mixin(bindCode("vtkPolyData_SafeDownCast", "D_vtkPolyData_SafeDownCast")); mixin(bindCode("vtkPolyData_NewInstance", "D_vtkPolyData_NewInstance")); mixin(bindCode("vtkPolyData_GetCell__SWIG_0", "D_vtkPolyData_GetCell__SWIG_0")); mixin(bindCode("vtkPolyData_GetCell__SWIG_1", "D_vtkPolyData_GetCell__SWIG_1")); mixin(bindCode("vtkPolyData_CopyCells__SWIG_0", "D_vtkPolyData_CopyCells__SWIG_0")); mixin(bindCode("vtkPolyData_CopyCells__SWIG_1", "D_vtkPolyData_CopyCells__SWIG_1")); mixin(bindCode("vtkPolyData_GetCellPoints__SWIG_0", "D_vtkPolyData_GetCellPoints__SWIG_0")); mixin(bindCode("vtkPolyData_GetPointCells__SWIG_0", "D_vtkPolyData_GetPointCells__SWIG_0")); mixin(bindCode("vtkPolyData_SetVerts", "D_vtkPolyData_SetVerts")); mixin(bindCode("vtkPolyData_GetVerts", "D_vtkPolyData_GetVerts")); mixin(bindCode("vtkPolyData_SetLines", "D_vtkPolyData_SetLines")); mixin(bindCode("vtkPolyData_GetLines", "D_vtkPolyData_GetLines")); mixin(bindCode("vtkPolyData_SetPolys", "D_vtkPolyData_SetPolys")); mixin(bindCode("vtkPolyData_GetPolys", "D_vtkPolyData_GetPolys")); mixin(bindCode("vtkPolyData_SetStrips", "D_vtkPolyData_SetStrips")); mixin(bindCode("vtkPolyData_GetStrips", "D_vtkPolyData_GetStrips")); mixin(bindCode("vtkPolyData_GetNumberOfVerts", "D_vtkPolyData_GetNumberOfVerts")); mixin(bindCode("vtkPolyData_GetNumberOfLines", "D_vtkPolyData_GetNumberOfLines")); mixin(bindCode("vtkPolyData_GetNumberOfPolys", "D_vtkPolyData_GetNumberOfPolys")); mixin(bindCode("vtkPolyData_GetNumberOfStrips", "D_vtkPolyData_GetNumberOfStrips")); mixin(bindCode("vtkPolyData_Allocate__SWIG_0", "D_vtkPolyData_Allocate__SWIG_0")); mixin(bindCode("vtkPolyData_Allocate__SWIG_1", "D_vtkPolyData_Allocate__SWIG_1")); mixin(bindCode("vtkPolyData_Allocate__SWIG_2", "D_vtkPolyData_Allocate__SWIG_2")); mixin(bindCode("vtkPolyData_Allocate__SWIG_3", "D_vtkPolyData_Allocate__SWIG_3")); mixin(bindCode("vtkPolyData_Allocate__SWIG_4", "D_vtkPolyData_Allocate__SWIG_4")); mixin(bindCode("vtkPolyData_Allocate__SWIG_5", "D_vtkPolyData_Allocate__SWIG_5")); mixin(bindCode("vtkPolyData_InsertNextCell__SWIG_0", "D_vtkPolyData_InsertNextCell__SWIG_0")); mixin(bindCode("vtkPolyData_InsertNextCell__SWIG_1", "D_vtkPolyData_InsertNextCell__SWIG_1")); mixin(bindCode("vtkPolyData_Reset", "D_vtkPolyData_Reset")); mixin(bindCode("vtkPolyData_BuildCells", "D_vtkPolyData_BuildCells")); mixin(bindCode("vtkPolyData_BuildLinks__SWIG_0", "D_vtkPolyData_BuildLinks__SWIG_0")); mixin(bindCode("vtkPolyData_BuildLinks__SWIG_1", "D_vtkPolyData_BuildLinks__SWIG_1")); mixin(bindCode("vtkPolyData_DeleteCells", "D_vtkPolyData_DeleteCells")); mixin(bindCode("vtkPolyData_DeleteLinks", "D_vtkPolyData_DeleteLinks")); mixin(bindCode("vtkPolyData_GetPointCells__SWIG_1", "D_vtkPolyData_GetPointCells__SWIG_1")); mixin(bindCode("vtkPolyData_GetCellEdgeNeighbors", "D_vtkPolyData_GetCellEdgeNeighbors")); mixin(bindCode("vtkPolyData_GetCellPoints__SWIG_1", "D_vtkPolyData_GetCellPoints__SWIG_1")); mixin(bindCode("vtkPolyData_IsTriangle", "D_vtkPolyData_IsTriangle")); mixin(bindCode("vtkPolyData_IsEdge", "D_vtkPolyData_IsEdge")); mixin(bindCode("vtkPolyData_IsPointUsedByCell", "D_vtkPolyData_IsPointUsedByCell")); mixin(bindCode("vtkPolyData_ReplaceCell", "D_vtkPolyData_ReplaceCell")); mixin(bindCode("vtkPolyData_ReplaceCellPoint", "D_vtkPolyData_ReplaceCellPoint")); mixin(bindCode("vtkPolyData_ReverseCell", "D_vtkPolyData_ReverseCell")); mixin(bindCode("vtkPolyData_DeletePoint", "D_vtkPolyData_DeletePoint")); mixin(bindCode("vtkPolyData_DeleteCell", "D_vtkPolyData_DeleteCell")); mixin(bindCode("vtkPolyData_RemoveDeletedCells", "D_vtkPolyData_RemoveDeletedCells")); mixin(bindCode("vtkPolyData_InsertNextLinkedPoint__SWIG_0", "D_vtkPolyData_InsertNextLinkedPoint__SWIG_0")); mixin(bindCode("vtkPolyData_InsertNextLinkedPoint__SWIG_1", "D_vtkPolyData_InsertNextLinkedPoint__SWIG_1")); mixin(bindCode("vtkPolyData_InsertNextLinkedCell", "D_vtkPolyData_InsertNextLinkedCell")); mixin(bindCode("vtkPolyData_ReplaceLinkedCell", "D_vtkPolyData_ReplaceLinkedCell")); mixin(bindCode("vtkPolyData_RemoveCellReference", "D_vtkPolyData_RemoveCellReference")); mixin(bindCode("vtkPolyData_AddCellReference", "D_vtkPolyData_AddCellReference")); mixin(bindCode("vtkPolyData_RemoveReferenceToCell", "D_vtkPolyData_RemoveReferenceToCell")); mixin(bindCode("vtkPolyData_AddReferenceToCell", "D_vtkPolyData_AddReferenceToCell")); mixin(bindCode("vtkPolyData_ResizeCellList", "D_vtkPolyData_ResizeCellList")); mixin(bindCode("vtkPolyData_GetPiece", "D_vtkPolyData_GetPiece")); mixin(bindCode("vtkPolyData_GetNumberOfPieces", "D_vtkPolyData_GetNumberOfPieces")); mixin(bindCode("vtkPolyData_GetGhostLevel", "D_vtkPolyData_GetGhostLevel")); mixin(bindCode("vtkPolyData_RemoveGhostCells", "D_vtkPolyData_RemoveGhostCells")); mixin(bindCode("vtkPolyData_GetScalarFieldCriticalIndex__SWIG_0", "D_vtkPolyData_GetScalarFieldCriticalIndex__SWIG_0")); mixin(bindCode("vtkPolyData_GetScalarFieldCriticalIndex__SWIG_1", "D_vtkPolyData_GetScalarFieldCriticalIndex__SWIG_1")); mixin(bindCode("vtkPolyData_GetScalarFieldCriticalIndex__SWIG_2", "D_vtkPolyData_GetScalarFieldCriticalIndex__SWIG_2")); mixin(bindCode("vtkPolyData_Upcast", "D_vtkPolyData_Upcast")); mixin(bindCode("vtkPolyDataAlgorithm_New", "D_vtkPolyDataAlgorithm_New")); mixin(bindCode("vtkPolyDataAlgorithm_IsTypeOf", "D_vtkPolyDataAlgorithm_IsTypeOf")); mixin(bindCode("vtkPolyDataAlgorithm_SafeDownCast", "D_vtkPolyDataAlgorithm_SafeDownCast")); mixin(bindCode("vtkPolyDataAlgorithm_NewInstance", "D_vtkPolyDataAlgorithm_NewInstance")); mixin(bindCode("vtkPolyDataAlgorithm_GetOutput__SWIG_0", "D_vtkPolyDataAlgorithm_GetOutput__SWIG_0")); mixin(bindCode("vtkPolyDataAlgorithm_GetOutput__SWIG_1", "D_vtkPolyDataAlgorithm_GetOutput__SWIG_1")); mixin(bindCode("vtkPolyDataAlgorithm_SetOutput", "D_vtkPolyDataAlgorithm_SetOutput")); mixin(bindCode("vtkPolyDataAlgorithm_GetInput__SWIG_0", "D_vtkPolyDataAlgorithm_GetInput__SWIG_0")); mixin(bindCode("vtkPolyDataAlgorithm_GetInput__SWIG_1", "D_vtkPolyDataAlgorithm_GetInput__SWIG_1")); mixin(bindCode("vtkPolyDataAlgorithm_GetPolyDataInput", "D_vtkPolyDataAlgorithm_GetPolyDataInput")); mixin(bindCode("vtkPolyDataAlgorithm_SetInputData__SWIG_0", "D_vtkPolyDataAlgorithm_SetInputData__SWIG_0")); mixin(bindCode("vtkPolyDataAlgorithm_SetInputData__SWIG_1", "D_vtkPolyDataAlgorithm_SetInputData__SWIG_1")); mixin(bindCode("vtkPolyDataAlgorithm_AddInputData__SWIG_0", "D_vtkPolyDataAlgorithm_AddInputData__SWIG_0")); mixin(bindCode("vtkPolyDataAlgorithm_AddInputData__SWIG_1", "D_vtkPolyDataAlgorithm_AddInputData__SWIG_1")); mixin(bindCode("vtkPolyDataAlgorithm_Upcast", "D_vtkPolyDataAlgorithm_Upcast")); mixin(bindCode("vtkMaskPoints_New", "D_vtkMaskPoints_New")); mixin(bindCode("vtkMaskPoints_IsTypeOf", "D_vtkMaskPoints_IsTypeOf")); mixin(bindCode("vtkMaskPoints_SafeDownCast", "D_vtkMaskPoints_SafeDownCast")); mixin(bindCode("vtkMaskPoints_NewInstance", "D_vtkMaskPoints_NewInstance")); mixin(bindCode("vtkMaskPoints_SetOnRatio", "D_vtkMaskPoints_SetOnRatio")); mixin(bindCode("vtkMaskPoints_GetOnRatioMinValue", "D_vtkMaskPoints_GetOnRatioMinValue")); mixin(bindCode("vtkMaskPoints_GetOnRatioMaxValue", "D_vtkMaskPoints_GetOnRatioMaxValue")); mixin(bindCode("vtkMaskPoints_GetOnRatio", "D_vtkMaskPoints_GetOnRatio")); mixin(bindCode("vtkMaskPoints_SetMaximumNumberOfPoints", "D_vtkMaskPoints_SetMaximumNumberOfPoints")); mixin(bindCode("vtkMaskPoints_GetMaximumNumberOfPointsMinValue", "D_vtkMaskPoints_GetMaximumNumberOfPointsMinValue")); mixin(bindCode("vtkMaskPoints_GetMaximumNumberOfPointsMaxValue", "D_vtkMaskPoints_GetMaximumNumberOfPointsMaxValue")); mixin(bindCode("vtkMaskPoints_GetMaximumNumberOfPoints", "D_vtkMaskPoints_GetMaximumNumberOfPoints")); mixin(bindCode("vtkMaskPoints_SetOffset", "D_vtkMaskPoints_SetOffset")); mixin(bindCode("vtkMaskPoints_GetOffsetMinValue", "D_vtkMaskPoints_GetOffsetMinValue")); mixin(bindCode("vtkMaskPoints_GetOffsetMaxValue", "D_vtkMaskPoints_GetOffsetMaxValue")); mixin(bindCode("vtkMaskPoints_GetOffset", "D_vtkMaskPoints_GetOffset")); mixin(bindCode("vtkMaskPoints_SetRandomMode", "D_vtkMaskPoints_SetRandomMode")); mixin(bindCode("vtkMaskPoints_GetRandomMode", "D_vtkMaskPoints_GetRandomMode")); mixin(bindCode("vtkMaskPoints_RandomModeOn", "D_vtkMaskPoints_RandomModeOn")); mixin(bindCode("vtkMaskPoints_RandomModeOff", "D_vtkMaskPoints_RandomModeOff")); mixin(bindCode("vtkMaskPoints_SetRandomModeType", "D_vtkMaskPoints_SetRandomModeType")); mixin(bindCode("vtkMaskPoints_GetRandomModeTypeMinValue", "D_vtkMaskPoints_GetRandomModeTypeMinValue")); mixin(bindCode("vtkMaskPoints_GetRandomModeTypeMaxValue", "D_vtkMaskPoints_GetRandomModeTypeMaxValue")); mixin(bindCode("vtkMaskPoints_GetRandomModeType", "D_vtkMaskPoints_GetRandomModeType")); mixin(bindCode("vtkMaskPoints_SetProportionalMaximumNumberOfPoints", "D_vtkMaskPoints_SetProportionalMaximumNumberOfPoints")); mixin(bindCode("vtkMaskPoints_GetProportionalMaximumNumberOfPoints", "D_vtkMaskPoints_GetProportionalMaximumNumberOfPoints")); mixin(bindCode("vtkMaskPoints_ProportionalMaximumNumberOfPointsOn", "D_vtkMaskPoints_ProportionalMaximumNumberOfPointsOn")); mixin(bindCode("vtkMaskPoints_ProportionalMaximumNumberOfPointsOff", "D_vtkMaskPoints_ProportionalMaximumNumberOfPointsOff")); mixin(bindCode("vtkMaskPoints_SetGenerateVertices", "D_vtkMaskPoints_SetGenerateVertices")); mixin(bindCode("vtkMaskPoints_GetGenerateVertices", "D_vtkMaskPoints_GetGenerateVertices")); mixin(bindCode("vtkMaskPoints_GenerateVerticesOn", "D_vtkMaskPoints_GenerateVerticesOn")); mixin(bindCode("vtkMaskPoints_GenerateVerticesOff", "D_vtkMaskPoints_GenerateVerticesOff")); mixin(bindCode("vtkMaskPoints_SetSingleVertexPerCell", "D_vtkMaskPoints_SetSingleVertexPerCell")); mixin(bindCode("vtkMaskPoints_GetSingleVertexPerCell", "D_vtkMaskPoints_GetSingleVertexPerCell")); mixin(bindCode("vtkMaskPoints_SingleVertexPerCellOn", "D_vtkMaskPoints_SingleVertexPerCellOn")); mixin(bindCode("vtkMaskPoints_SingleVertexPerCellOff", "D_vtkMaskPoints_SingleVertexPerCellOff")); mixin(bindCode("vtkMaskPoints_Upcast", "D_vtkMaskPoints_Upcast")); mixin(bindCode("VTK_MATERIALS_DIRS_get", "D_VTK_MATERIALS_DIRS_get")); mixin(bindCode("vtkView_New", "D_vtkView_New")); mixin(bindCode("vtkView_IsTypeOf", "D_vtkView_IsTypeOf")); mixin(bindCode("vtkView_SafeDownCast", "D_vtkView_SafeDownCast")); mixin(bindCode("vtkView_NewInstance", "D_vtkView_NewInstance")); mixin(bindCode("vtkView_AddRepresentation", "D_vtkView_AddRepresentation")); mixin(bindCode("vtkView_SetRepresentation", "D_vtkView_SetRepresentation")); mixin(bindCode("vtkView_AddRepresentationFromInputConnection", "D_vtkView_AddRepresentationFromInputConnection")); mixin(bindCode("vtkView_SetRepresentationFromInputConnection", "D_vtkView_SetRepresentationFromInputConnection")); mixin(bindCode("vtkView_AddRepresentationFromInput", "D_vtkView_AddRepresentationFromInput")); mixin(bindCode("vtkView_SetRepresentationFromInput", "D_vtkView_SetRepresentationFromInput")); mixin(bindCode("vtkView_RemoveRepresentation__SWIG_0", "D_vtkView_RemoveRepresentation__SWIG_0")); mixin(bindCode("vtkView_RemoveRepresentation__SWIG_1", "D_vtkView_RemoveRepresentation__SWIG_1")); mixin(bindCode("vtkView_RemoveAllRepresentations", "D_vtkView_RemoveAllRepresentations")); mixin(bindCode("vtkView_GetNumberOfRepresentations", "D_vtkView_GetNumberOfRepresentations")); mixin(bindCode("vtkView_GetRepresentation__SWIG_0", "D_vtkView_GetRepresentation__SWIG_0")); mixin(bindCode("vtkView_GetRepresentation__SWIG_1", "D_vtkView_GetRepresentation__SWIG_1")); mixin(bindCode("vtkView_IsRepresentationPresent", "D_vtkView_IsRepresentationPresent")); mixin(bindCode("vtkView_Update", "D_vtkView_Update")); mixin(bindCode("vtkView_ApplyViewTheme", "D_vtkView_ApplyViewTheme")); mixin(bindCode("vtkView_RegisterProgress__SWIG_0", "D_vtkView_RegisterProgress__SWIG_0")); mixin(bindCode("vtkView_RegisterProgress__SWIG_1", "D_vtkView_RegisterProgress__SWIG_1")); mixin(bindCode("vtkView_UnRegisterProgress", "D_vtkView_UnRegisterProgress")); mixin(bindCode("new_vtkView", "D_new_vtkView")); mixin(bindCode("delete_vtkView", "D_delete_vtkView")); mixin(bindCode("vtkView_Upcast", "D_vtkView_Upcast")); mixin(bindCode("new_vtkSmartPointerBase__SWIG_0", "D_new_vtkSmartPointerBase__SWIG_0")); mixin(bindCode("new_vtkSmartPointerBase__SWIG_1", "D_new_vtkSmartPointerBase__SWIG_1")); mixin(bindCode("new_vtkSmartPointerBase__SWIG_2", "D_new_vtkSmartPointerBase__SWIG_2")); mixin(bindCode("delete_vtkSmartPointerBase", "D_delete_vtkSmartPointerBase")); mixin(bindCode("vtkSmartPointerBase_Equal__SWIG_0", "D_vtkSmartPointerBase_Equal__SWIG_0")); mixin(bindCode("vtkSmartPointerBase_Equal__SWIG_1", "D_vtkSmartPointerBase_Equal__SWIG_1")); mixin(bindCode("vtkSmartPointerBase_GetPointer", "D_vtkSmartPointerBase_GetPointer")); mixin(bindCode("vtkSmartPointerBase_Report", "D_vtkSmartPointerBase_Report")); mixin(bindCode("EqualEqual__SWIG_5", "D_EqualEqual__SWIG_5")); mixin(bindCode("EqualEqual__SWIG_6", "D_EqualEqual__SWIG_6")); mixin(bindCode("EqualEqual__SWIG_7", "D_EqualEqual__SWIG_7")); mixin(bindCode("NotEqual__SWIG_5", "D_NotEqual__SWIG_5")); mixin(bindCode("NotEqual__SWIG_6", "D_NotEqual__SWIG_6")); mixin(bindCode("NotEqual__SWIG_7", "D_NotEqual__SWIG_7")); mixin(bindCode("LessThan__SWIG_4", "D_LessThan__SWIG_4")); mixin(bindCode("LessThan__SWIG_5", "D_LessThan__SWIG_5")); mixin(bindCode("LessThan__SWIG_6", "D_LessThan__SWIG_6")); mixin(bindCode("LessThanEqual__SWIG_4", "D_LessThanEqual__SWIG_4")); mixin(bindCode("LessThanEqual__SWIG_5", "D_LessThanEqual__SWIG_5")); mixin(bindCode("LessThanEqual__SWIG_6", "D_LessThanEqual__SWIG_6")); mixin(bindCode("GreaterThan__SWIG_4", "D_GreaterThan__SWIG_4")); mixin(bindCode("GreaterThan__SWIG_5", "D_GreaterThan__SWIG_5")); mixin(bindCode("GreaterThan__SWIG_6", "D_GreaterThan__SWIG_6")); mixin(bindCode("GreaterThanEqual__SWIG_4", "D_GreaterThanEqual__SWIG_4")); mixin(bindCode("GreaterThanEqual__SWIG_5", "D_GreaterThanEqual__SWIG_5")); mixin(bindCode("GreaterThanEqual__SWIG_6", "D_GreaterThanEqual__SWIG_6")); mixin(bindCode("vtkRenderViewBase_New", "D_vtkRenderViewBase_New")); mixin(bindCode("vtkRenderViewBase_IsTypeOf", "D_vtkRenderViewBase_IsTypeOf")); mixin(bindCode("vtkRenderViewBase_SafeDownCast", "D_vtkRenderViewBase_SafeDownCast")); mixin(bindCode("vtkRenderViewBase_NewInstance", "D_vtkRenderViewBase_NewInstance")); mixin(bindCode("vtkRenderViewBase_GetRenderer", "D_vtkRenderViewBase_GetRenderer")); mixin(bindCode("vtkRenderViewBase_SetRenderer", "D_vtkRenderViewBase_SetRenderer")); mixin(bindCode("vtkRenderViewBase_GetRenderWindow", "D_vtkRenderViewBase_GetRenderWindow")); mixin(bindCode("vtkRenderViewBase_SetRenderWindow", "D_vtkRenderViewBase_SetRenderWindow")); mixin(bindCode("vtkRenderViewBase_GetInteractor", "D_vtkRenderViewBase_GetInteractor")); mixin(bindCode("vtkRenderViewBase_SetInteractor", "D_vtkRenderViewBase_SetInteractor")); mixin(bindCode("vtkRenderViewBase_Render", "D_vtkRenderViewBase_Render")); mixin(bindCode("vtkRenderViewBase_ResetCamera", "D_vtkRenderViewBase_ResetCamera")); mixin(bindCode("vtkRenderViewBase_ResetCameraClippingRange", "D_vtkRenderViewBase_ResetCameraClippingRange")); mixin(bindCode("vtkRenderViewBase_Upcast", "D_vtkRenderViewBase_Upcast")); mixin(bindCode("vtkRenderView_New", "D_vtkRenderView_New")); mixin(bindCode("vtkRenderView_IsTypeOf", "D_vtkRenderView_IsTypeOf")); mixin(bindCode("vtkRenderView_SafeDownCast", "D_vtkRenderView_SafeDownCast")); mixin(bindCode("vtkRenderView_NewInstance", "D_vtkRenderView_NewInstance")); mixin(bindCode("vtkRenderView_SetInteractorStyle", "D_vtkRenderView_SetInteractorStyle")); mixin(bindCode("vtkRenderView_GetInteractorStyle", "D_vtkRenderView_GetInteractorStyle")); mixin(bindCode("vtkRenderView_SetInteractionMode", "D_vtkRenderView_SetInteractionMode")); mixin(bindCode("vtkRenderView_GetInteractionMode", "D_vtkRenderView_GetInteractionMode")); mixin(bindCode("vtkRenderView_SetInteractionModeTo2D", "D_vtkRenderView_SetInteractionModeTo2D")); mixin(bindCode("vtkRenderView_SetInteractionModeTo3D", "D_vtkRenderView_SetInteractionModeTo3D")); mixin(bindCode("vtkRenderView_SetTransform", "D_vtkRenderView_SetTransform")); mixin(bindCode("vtkRenderView_GetTransform", "D_vtkRenderView_GetTransform")); mixin(bindCode("vtkRenderView_SetDisplayHoverText", "D_vtkRenderView_SetDisplayHoverText")); mixin(bindCode("vtkRenderView_GetDisplayHoverText", "D_vtkRenderView_GetDisplayHoverText")); mixin(bindCode("vtkRenderView_DisplayHoverTextOn", "D_vtkRenderView_DisplayHoverTextOn")); mixin(bindCode("vtkRenderView_DisplayHoverTextOff", "D_vtkRenderView_DisplayHoverTextOff")); mixin(bindCode("vtkRenderView_SetSelectionMode", "D_vtkRenderView_SetSelectionMode")); mixin(bindCode("vtkRenderView_GetSelectionModeMinValue", "D_vtkRenderView_GetSelectionModeMinValue")); mixin(bindCode("vtkRenderView_GetSelectionModeMaxValue", "D_vtkRenderView_GetSelectionModeMaxValue")); mixin(bindCode("vtkRenderView_GetSelectionMode", "D_vtkRenderView_GetSelectionMode")); mixin(bindCode("vtkRenderView_SetSelectionModeToSurface", "D_vtkRenderView_SetSelectionModeToSurface")); mixin(bindCode("vtkRenderView_SetSelectionModeToFrustum", "D_vtkRenderView_SetSelectionModeToFrustum")); mixin(bindCode("vtkRenderView_AddLabels", "D_vtkRenderView_AddLabels")); mixin(bindCode("vtkRenderView_RemoveLabels", "D_vtkRenderView_RemoveLabels")); mixin(bindCode("vtkRenderView_SetIconTexture", "D_vtkRenderView_SetIconTexture")); mixin(bindCode("vtkRenderView_GetIconTexture", "D_vtkRenderView_GetIconTexture")); mixin(bindCode("vtkRenderView_SetIconSize__SWIG_0", "D_vtkRenderView_SetIconSize__SWIG_0")); mixin(bindCode("vtkRenderView_SetIconSize__SWIG_1", "D_vtkRenderView_SetIconSize__SWIG_1")); mixin(bindCode("vtkRenderView_GetIconSize__SWIG_0", "D_vtkRenderView_GetIconSize__SWIG_0")); mixin(bindCode("vtkRenderView_GetIconSize__SWIG_1", "D_vtkRenderView_GetIconSize__SWIG_1")); mixin(bindCode("vtkRenderView_GetIconSize__SWIG_2", "D_vtkRenderView_GetIconSize__SWIG_2")); mixin(bindCode("vtkRenderView_SetDisplaySize__SWIG_0", "D_vtkRenderView_SetDisplaySize__SWIG_0")); mixin(bindCode("vtkRenderView_SetDisplaySize__SWIG_1", "D_vtkRenderView_SetDisplaySize__SWIG_1")); mixin(bindCode("vtkRenderView_GetDisplaySize__SWIG_0", "D_vtkRenderView_GetDisplaySize__SWIG_0")); mixin(bindCode("vtkRenderView_GetDisplaySize__SWIG_1", "D_vtkRenderView_GetDisplaySize__SWIG_1")); mixin(bindCode("vtkRenderView_SetLabelPlacementMode", "D_vtkRenderView_SetLabelPlacementMode")); mixin(bindCode("vtkRenderView_GetLabelPlacementMode", "D_vtkRenderView_GetLabelPlacementMode")); mixin(bindCode("vtkRenderView_SetLabelPlacementModeToNoOverlap", "D_vtkRenderView_SetLabelPlacementModeToNoOverlap")); mixin(bindCode("vtkRenderView_SetLabelPlacementModeToAll", "D_vtkRenderView_SetLabelPlacementModeToAll")); mixin(bindCode("vtkRenderView_SetLabelRenderMode", "D_vtkRenderView_SetLabelRenderMode")); mixin(bindCode("vtkRenderView_GetLabelRenderMode", "D_vtkRenderView_GetLabelRenderMode")); mixin(bindCode("vtkRenderView_SetLabelRenderModeToFreetype", "D_vtkRenderView_SetLabelRenderModeToFreetype")); mixin(bindCode("vtkRenderView_SetLabelRenderModeToQt", "D_vtkRenderView_SetLabelRenderModeToQt")); mixin(bindCode("vtkRenderView_SetRenderOnMouseMove", "D_vtkRenderView_SetRenderOnMouseMove")); mixin(bindCode("vtkRenderView_GetRenderOnMouseMove", "D_vtkRenderView_GetRenderOnMouseMove")); mixin(bindCode("vtkRenderView_RenderOnMouseMoveOn", "D_vtkRenderView_RenderOnMouseMoveOn")); mixin(bindCode("vtkRenderView_RenderOnMouseMoveOff", "D_vtkRenderView_RenderOnMouseMoveOff")); mixin(bindCode("vtkRenderView_Upcast", "D_vtkRenderView_Upcast")); mixin(bindCode("vtkGraphLayoutView_New", "D_vtkGraphLayoutView_New")); mixin(bindCode("vtkGraphLayoutView_IsTypeOf", "D_vtkGraphLayoutView_IsTypeOf")); mixin(bindCode("vtkGraphLayoutView_SafeDownCast", "D_vtkGraphLayoutView_SafeDownCast")); mixin(bindCode("vtkGraphLayoutView_NewInstance", "D_vtkGraphLayoutView_NewInstance")); mixin(bindCode("vtkGraphLayoutView_SetVertexLabelArrayName", "D_vtkGraphLayoutView_SetVertexLabelArrayName")); mixin(bindCode("vtkGraphLayoutView_GetVertexLabelArrayName", "D_vtkGraphLayoutView_GetVertexLabelArrayName")); mixin(bindCode("vtkGraphLayoutView_SetEdgeLabelArrayName", "D_vtkGraphLayoutView_SetEdgeLabelArrayName")); mixin(bindCode("vtkGraphLayoutView_GetEdgeLabelArrayName", "D_vtkGraphLayoutView_GetEdgeLabelArrayName")); mixin(bindCode("vtkGraphLayoutView_SetVertexLabelVisibility", "D_vtkGraphLayoutView_SetVertexLabelVisibility")); mixin(bindCode("vtkGraphLayoutView_GetVertexLabelVisibility", "D_vtkGraphLayoutView_GetVertexLabelVisibility")); mixin(bindCode("vtkGraphLayoutView_VertexLabelVisibilityOn", "D_vtkGraphLayoutView_VertexLabelVisibilityOn")); mixin(bindCode("vtkGraphLayoutView_VertexLabelVisibilityOff", "D_vtkGraphLayoutView_VertexLabelVisibilityOff")); mixin(bindCode("vtkGraphLayoutView_SetHideVertexLabelsOnInteraction", "D_vtkGraphLayoutView_SetHideVertexLabelsOnInteraction")); mixin(bindCode("vtkGraphLayoutView_GetHideVertexLabelsOnInteraction", "D_vtkGraphLayoutView_GetHideVertexLabelsOnInteraction")); mixin(bindCode("vtkGraphLayoutView_HideVertexLabelsOnInteractionOn", "D_vtkGraphLayoutView_HideVertexLabelsOnInteractionOn")); mixin(bindCode("vtkGraphLayoutView_HideVertexLabelsOnInteractionOff", "D_vtkGraphLayoutView_HideVertexLabelsOnInteractionOff")); mixin(bindCode("vtkGraphLayoutView_SetEdgeVisibility", "D_vtkGraphLayoutView_SetEdgeVisibility")); mixin(bindCode("vtkGraphLayoutView_GetEdgeVisibility", "D_vtkGraphLayoutView_GetEdgeVisibility")); mixin(bindCode("vtkGraphLayoutView_EdgeVisibilityOn", "D_vtkGraphLayoutView_EdgeVisibilityOn")); mixin(bindCode("vtkGraphLayoutView_EdgeVisibilityOff", "D_vtkGraphLayoutView_EdgeVisibilityOff")); mixin(bindCode("vtkGraphLayoutView_SetEdgeLabelVisibility", "D_vtkGraphLayoutView_SetEdgeLabelVisibility")); mixin(bindCode("vtkGraphLayoutView_GetEdgeLabelVisibility", "D_vtkGraphLayoutView_GetEdgeLabelVisibility")); mixin(bindCode("vtkGraphLayoutView_EdgeLabelVisibilityOn", "D_vtkGraphLayoutView_EdgeLabelVisibilityOn")); mixin(bindCode("vtkGraphLayoutView_EdgeLabelVisibilityOff", "D_vtkGraphLayoutView_EdgeLabelVisibilityOff")); mixin(bindCode("vtkGraphLayoutView_SetHideEdgeLabelsOnInteraction", "D_vtkGraphLayoutView_SetHideEdgeLabelsOnInteraction")); mixin(bindCode("vtkGraphLayoutView_GetHideEdgeLabelsOnInteraction", "D_vtkGraphLayoutView_GetHideEdgeLabelsOnInteraction")); mixin(bindCode("vtkGraphLayoutView_HideEdgeLabelsOnInteractionOn", "D_vtkGraphLayoutView_HideEdgeLabelsOnInteractionOn")); mixin(bindCode("vtkGraphLayoutView_HideEdgeLabelsOnInteractionOff", "D_vtkGraphLayoutView_HideEdgeLabelsOnInteractionOff")); mixin(bindCode("vtkGraphLayoutView_SetVertexColorArrayName", "D_vtkGraphLayoutView_SetVertexColorArrayName")); mixin(bindCode("vtkGraphLayoutView_GetVertexColorArrayName", "D_vtkGraphLayoutView_GetVertexColorArrayName")); mixin(bindCode("vtkGraphLayoutView_SetColorVertices", "D_vtkGraphLayoutView_SetColorVertices")); mixin(bindCode("vtkGraphLayoutView_GetColorVertices", "D_vtkGraphLayoutView_GetColorVertices")); mixin(bindCode("vtkGraphLayoutView_ColorVerticesOn", "D_vtkGraphLayoutView_ColorVerticesOn")); mixin(bindCode("vtkGraphLayoutView_ColorVerticesOff", "D_vtkGraphLayoutView_ColorVerticesOff")); mixin(bindCode("vtkGraphLayoutView_SetEdgeColorArrayName", "D_vtkGraphLayoutView_SetEdgeColorArrayName")); mixin(bindCode("vtkGraphLayoutView_GetEdgeColorArrayName", "D_vtkGraphLayoutView_GetEdgeColorArrayName")); mixin(bindCode("vtkGraphLayoutView_SetColorEdges", "D_vtkGraphLayoutView_SetColorEdges")); mixin(bindCode("vtkGraphLayoutView_GetColorEdges", "D_vtkGraphLayoutView_GetColorEdges")); mixin(bindCode("vtkGraphLayoutView_ColorEdgesOn", "D_vtkGraphLayoutView_ColorEdgesOn")); mixin(bindCode("vtkGraphLayoutView_ColorEdgesOff", "D_vtkGraphLayoutView_ColorEdgesOff")); mixin(bindCode("vtkGraphLayoutView_SetEdgeSelection", "D_vtkGraphLayoutView_SetEdgeSelection")); mixin(bindCode("vtkGraphLayoutView_GetEdgeSelection", "D_vtkGraphLayoutView_GetEdgeSelection")); mixin(bindCode("vtkGraphLayoutView_EdgeSelectionOn", "D_vtkGraphLayoutView_EdgeSelectionOn")); mixin(bindCode("vtkGraphLayoutView_EdgeSelectionOff", "D_vtkGraphLayoutView_EdgeSelectionOff")); mixin(bindCode("vtkGraphLayoutView_SetEnabledEdgesArrayName", "D_vtkGraphLayoutView_SetEnabledEdgesArrayName")); mixin(bindCode("vtkGraphLayoutView_GetEnabledEdgesArrayName", "D_vtkGraphLayoutView_GetEnabledEdgesArrayName")); mixin(bindCode("vtkGraphLayoutView_SetEnableEdgesByArray", "D_vtkGraphLayoutView_SetEnableEdgesByArray")); mixin(bindCode("vtkGraphLayoutView_GetEnableEdgesByArray", "D_vtkGraphLayoutView_GetEnableEdgesByArray")); mixin(bindCode("vtkGraphLayoutView_SetEnabledVerticesArrayName", "D_vtkGraphLayoutView_SetEnabledVerticesArrayName")); mixin(bindCode("vtkGraphLayoutView_GetEnabledVerticesArrayName", "D_vtkGraphLayoutView_GetEnabledVerticesArrayName")); mixin(bindCode("vtkGraphLayoutView_SetEnableVerticesByArray", "D_vtkGraphLayoutView_SetEnableVerticesByArray")); mixin(bindCode("vtkGraphLayoutView_GetEnableVerticesByArray", "D_vtkGraphLayoutView_GetEnableVerticesByArray")); mixin(bindCode("vtkGraphLayoutView_SetScalingArrayName", "D_vtkGraphLayoutView_SetScalingArrayName")); mixin(bindCode("vtkGraphLayoutView_GetScalingArrayName", "D_vtkGraphLayoutView_GetScalingArrayName")); mixin(bindCode("vtkGraphLayoutView_SetScaledGlyphs", "D_vtkGraphLayoutView_SetScaledGlyphs")); mixin(bindCode("vtkGraphLayoutView_GetScaledGlyphs", "D_vtkGraphLayoutView_GetScaledGlyphs")); mixin(bindCode("vtkGraphLayoutView_ScaledGlyphsOn", "D_vtkGraphLayoutView_ScaledGlyphsOn")); mixin(bindCode("vtkGraphLayoutView_ScaledGlyphsOff", "D_vtkGraphLayoutView_ScaledGlyphsOff")); mixin(bindCode("vtkGraphLayoutView_SetLayoutStrategy__SWIG_0", "D_vtkGraphLayoutView_SetLayoutStrategy__SWIG_0")); mixin(bindCode("vtkGraphLayoutView_SetLayoutStrategyToRandom", "D_vtkGraphLayoutView_SetLayoutStrategyToRandom")); mixin(bindCode("vtkGraphLayoutView_SetLayoutStrategyToForceDirected", "D_vtkGraphLayoutView_SetLayoutStrategyToForceDirected")); mixin(bindCode("vtkGraphLayoutView_SetLayoutStrategyToSimple2D", "D_vtkGraphLayoutView_SetLayoutStrategyToSimple2D")); mixin(bindCode("vtkGraphLayoutView_SetLayoutStrategyToClustering2D", "D_vtkGraphLayoutView_SetLayoutStrategyToClustering2D")); mixin(bindCode("vtkGraphLayoutView_SetLayoutStrategyToCommunity2D", "D_vtkGraphLayoutView_SetLayoutStrategyToCommunity2D")); mixin(bindCode("vtkGraphLayoutView_SetLayoutStrategyToFast2D", "D_vtkGraphLayoutView_SetLayoutStrategyToFast2D")); mixin(bindCode("vtkGraphLayoutView_SetLayoutStrategyToPassThrough", "D_vtkGraphLayoutView_SetLayoutStrategyToPassThrough")); mixin(bindCode("vtkGraphLayoutView_SetLayoutStrategyToCircular", "D_vtkGraphLayoutView_SetLayoutStrategyToCircular")); mixin(bindCode("vtkGraphLayoutView_SetLayoutStrategyToTree", "D_vtkGraphLayoutView_SetLayoutStrategyToTree")); mixin(bindCode("vtkGraphLayoutView_SetLayoutStrategyToCosmicTree", "D_vtkGraphLayoutView_SetLayoutStrategyToCosmicTree")); mixin(bindCode("vtkGraphLayoutView_SetLayoutStrategyToCone", "D_vtkGraphLayoutView_SetLayoutStrategyToCone")); mixin(bindCode("vtkGraphLayoutView_SetLayoutStrategyToSpanTree", "D_vtkGraphLayoutView_SetLayoutStrategyToSpanTree")); mixin(bindCode("vtkGraphLayoutView_GetLayoutStrategyName", "D_vtkGraphLayoutView_GetLayoutStrategyName")); mixin(bindCode("vtkGraphLayoutView_GetLayoutStrategy", "D_vtkGraphLayoutView_GetLayoutStrategy")); mixin(bindCode("vtkGraphLayoutView_SetLayoutStrategy__SWIG_1", "D_vtkGraphLayoutView_SetLayoutStrategy__SWIG_1")); mixin(bindCode("vtkGraphLayoutView_SetEdgeLayoutStrategy__SWIG_0", "D_vtkGraphLayoutView_SetEdgeLayoutStrategy__SWIG_0")); mixin(bindCode("vtkGraphLayoutView_SetEdgeLayoutStrategyToArcParallel", "D_vtkGraphLayoutView_SetEdgeLayoutStrategyToArcParallel")); mixin(bindCode("vtkGraphLayoutView_SetEdgeLayoutStrategyToPassThrough", "D_vtkGraphLayoutView_SetEdgeLayoutStrategyToPassThrough")); mixin(bindCode("vtkGraphLayoutView_GetEdgeLayoutStrategyName", "D_vtkGraphLayoutView_GetEdgeLayoutStrategyName")); mixin(bindCode("vtkGraphLayoutView_GetEdgeLayoutStrategy", "D_vtkGraphLayoutView_GetEdgeLayoutStrategy")); mixin(bindCode("vtkGraphLayoutView_SetEdgeLayoutStrategy__SWIG_1", "D_vtkGraphLayoutView_SetEdgeLayoutStrategy__SWIG_1")); mixin(bindCode("vtkGraphLayoutView_AddIconType", "D_vtkGraphLayoutView_AddIconType")); mixin(bindCode("vtkGraphLayoutView_ClearIconTypes", "D_vtkGraphLayoutView_ClearIconTypes")); mixin(bindCode("vtkGraphLayoutView_SetIconAlignment", "D_vtkGraphLayoutView_SetIconAlignment")); mixin(bindCode("vtkGraphLayoutView_SetIconVisibility", "D_vtkGraphLayoutView_SetIconVisibility")); mixin(bindCode("vtkGraphLayoutView_GetIconVisibility", "D_vtkGraphLayoutView_GetIconVisibility")); mixin(bindCode("vtkGraphLayoutView_IconVisibilityOn", "D_vtkGraphLayoutView_IconVisibilityOn")); mixin(bindCode("vtkGraphLayoutView_IconVisibilityOff", "D_vtkGraphLayoutView_IconVisibilityOff")); mixin(bindCode("vtkGraphLayoutView_SetIconArrayName", "D_vtkGraphLayoutView_SetIconArrayName")); mixin(bindCode("vtkGraphLayoutView_GetIconArrayName", "D_vtkGraphLayoutView_GetIconArrayName")); mixin(bindCode("vtkGraphLayoutView_SetGlyphType", "D_vtkGraphLayoutView_SetGlyphType")); mixin(bindCode("vtkGraphLayoutView_GetGlyphType", "D_vtkGraphLayoutView_GetGlyphType")); mixin(bindCode("vtkGraphLayoutView_SetVertexLabelFontSize", "D_vtkGraphLayoutView_SetVertexLabelFontSize")); mixin(bindCode("vtkGraphLayoutView_GetVertexLabelFontSize", "D_vtkGraphLayoutView_GetVertexLabelFontSize")); mixin(bindCode("vtkGraphLayoutView_SetEdgeLabelFontSize", "D_vtkGraphLayoutView_SetEdgeLabelFontSize")); mixin(bindCode("vtkGraphLayoutView_GetEdgeLabelFontSize", "D_vtkGraphLayoutView_GetEdgeLabelFontSize")); mixin(bindCode("vtkGraphLayoutView_SetEdgeScalarBarVisibility", "D_vtkGraphLayoutView_SetEdgeScalarBarVisibility")); mixin(bindCode("vtkGraphLayoutView_GetEdgeScalarBarVisibility", "D_vtkGraphLayoutView_GetEdgeScalarBarVisibility")); mixin(bindCode("vtkGraphLayoutView_SetVertexScalarBarVisibility", "D_vtkGraphLayoutView_SetVertexScalarBarVisibility")); mixin(bindCode("vtkGraphLayoutView_GetVertexScalarBarVisibility", "D_vtkGraphLayoutView_GetVertexScalarBarVisibility")); mixin(bindCode("vtkGraphLayoutView_ZoomToSelection", "D_vtkGraphLayoutView_ZoomToSelection")); mixin(bindCode("vtkGraphLayoutView_IsLayoutComplete", "D_vtkGraphLayoutView_IsLayoutComplete")); mixin(bindCode("vtkGraphLayoutView_UpdateLayout", "D_vtkGraphLayoutView_UpdateLayout")); mixin(bindCode("vtkGraphLayoutView_Upcast", "D_vtkGraphLayoutView_Upcast")); mixin(bindCode("vtkHierarchicalGraphView_New", "D_vtkHierarchicalGraphView_New")); mixin(bindCode("vtkHierarchicalGraphView_IsTypeOf", "D_vtkHierarchicalGraphView_IsTypeOf")); mixin(bindCode("vtkHierarchicalGraphView_SafeDownCast", "D_vtkHierarchicalGraphView_SafeDownCast")); mixin(bindCode("vtkHierarchicalGraphView_NewInstance", "D_vtkHierarchicalGraphView_NewInstance")); mixin(bindCode("vtkHierarchicalGraphView_SetHierarchyFromInputConnection", "D_vtkHierarchicalGraphView_SetHierarchyFromInputConnection")); mixin(bindCode("vtkHierarchicalGraphView_SetHierarchyFromInput", "D_vtkHierarchicalGraphView_SetHierarchyFromInput")); mixin(bindCode("vtkHierarchicalGraphView_SetGraphFromInputConnection", "D_vtkHierarchicalGraphView_SetGraphFromInputConnection")); mixin(bindCode("vtkHierarchicalGraphView_SetGraphFromInput", "D_vtkHierarchicalGraphView_SetGraphFromInput")); mixin(bindCode("vtkHierarchicalGraphView_SetGraphEdgeLabelArrayName", "D_vtkHierarchicalGraphView_SetGraphEdgeLabelArrayName")); mixin(bindCode("vtkHierarchicalGraphView_GetGraphEdgeLabelArrayName", "D_vtkHierarchicalGraphView_GetGraphEdgeLabelArrayName")); mixin(bindCode("vtkHierarchicalGraphView_SetGraphEdgeLabelVisibility", "D_vtkHierarchicalGraphView_SetGraphEdgeLabelVisibility")); mixin(bindCode("vtkHierarchicalGraphView_GetGraphEdgeLabelVisibility", "D_vtkHierarchicalGraphView_GetGraphEdgeLabelVisibility")); mixin(bindCode("vtkHierarchicalGraphView_GraphEdgeLabelVisibilityOn", "D_vtkHierarchicalGraphView_GraphEdgeLabelVisibilityOn")); mixin(bindCode("vtkHierarchicalGraphView_GraphEdgeLabelVisibilityOff", "D_vtkHierarchicalGraphView_GraphEdgeLabelVisibilityOff")); mixin(bindCode("vtkHierarchicalGraphView_SetGraphEdgeColorArrayName", "D_vtkHierarchicalGraphView_SetGraphEdgeColorArrayName")); mixin(bindCode("vtkHierarchicalGraphView_GetGraphEdgeColorArrayName", "D_vtkHierarchicalGraphView_GetGraphEdgeColorArrayName")); mixin(bindCode("vtkHierarchicalGraphView_SetGraphEdgeColorToSplineFraction", "D_vtkHierarchicalGraphView_SetGraphEdgeColorToSplineFraction")); mixin(bindCode("vtkHierarchicalGraphView_SetColorGraphEdgesByArray", "D_vtkHierarchicalGraphView_SetColorGraphEdgesByArray")); mixin(bindCode("vtkHierarchicalGraphView_GetColorGraphEdgesByArray", "D_vtkHierarchicalGraphView_GetColorGraphEdgesByArray")); mixin(bindCode("vtkHierarchicalGraphView_ColorGraphEdgesByArrayOn", "D_vtkHierarchicalGraphView_ColorGraphEdgesByArrayOn")); mixin(bindCode("vtkHierarchicalGraphView_ColorGraphEdgesByArrayOff", "D_vtkHierarchicalGraphView_ColorGraphEdgesByArrayOff")); mixin(bindCode("vtkHierarchicalGraphView_SetBundlingStrength", "D_vtkHierarchicalGraphView_SetBundlingStrength")); mixin(bindCode("vtkHierarchicalGraphView_GetBundlingStrength", "D_vtkHierarchicalGraphView_GetBundlingStrength")); mixin(bindCode("vtkHierarchicalGraphView_SetGraphVisibility", "D_vtkHierarchicalGraphView_SetGraphVisibility")); mixin(bindCode("vtkHierarchicalGraphView_GetGraphVisibility", "D_vtkHierarchicalGraphView_GetGraphVisibility")); mixin(bindCode("vtkHierarchicalGraphView_GraphVisibilityOn", "D_vtkHierarchicalGraphView_GraphVisibilityOn")); mixin(bindCode("vtkHierarchicalGraphView_GraphVisibilityOff", "D_vtkHierarchicalGraphView_GraphVisibilityOff")); mixin(bindCode("vtkHierarchicalGraphView_SetGraphEdgeLabelFontSize", "D_vtkHierarchicalGraphView_SetGraphEdgeLabelFontSize")); mixin(bindCode("vtkHierarchicalGraphView_GetGraphEdgeLabelFontSize", "D_vtkHierarchicalGraphView_GetGraphEdgeLabelFontSize")); mixin(bindCode("vtkHierarchicalGraphView_Upcast", "D_vtkHierarchicalGraphView_Upcast")); mixin(bindCode("VTK_SCALAR_MODE_DEFAULT_get", "D_VTK_SCALAR_MODE_DEFAULT_get")); mixin(bindCode("VTK_SCALAR_MODE_USE_POINT_DATA_get", "D_VTK_SCALAR_MODE_USE_POINT_DATA_get")); mixin(bindCode("VTK_SCALAR_MODE_USE_CELL_DATA_get", "D_VTK_SCALAR_MODE_USE_CELL_DATA_get")); mixin(bindCode("VTK_SCALAR_MODE_USE_POINT_FIELD_DATA_get", "D_VTK_SCALAR_MODE_USE_POINT_FIELD_DATA_get")); mixin(bindCode("VTK_SCALAR_MODE_USE_CELL_FIELD_DATA_get", "D_VTK_SCALAR_MODE_USE_CELL_FIELD_DATA_get")); mixin(bindCode("VTK_SCALAR_MODE_USE_FIELD_DATA_get", "D_VTK_SCALAR_MODE_USE_FIELD_DATA_get")); mixin(bindCode("VTK_GET_ARRAY_BY_ID_get", "D_VTK_GET_ARRAY_BY_ID_get")); mixin(bindCode("VTK_GET_ARRAY_BY_NAME_get", "D_VTK_GET_ARRAY_BY_NAME_get")); mixin(bindCode("vtkAbstractMapper_IsTypeOf", "D_vtkAbstractMapper_IsTypeOf")); mixin(bindCode("vtkAbstractMapper_SafeDownCast", "D_vtkAbstractMapper_SafeDownCast")); mixin(bindCode("vtkAbstractMapper_NewInstance", "D_vtkAbstractMapper_NewInstance")); mixin(bindCode("vtkAbstractMapper_ReleaseGraphicsResources", "D_vtkAbstractMapper_ReleaseGraphicsResources")); mixin(bindCode("vtkAbstractMapper_GetTimeToDraw", "D_vtkAbstractMapper_GetTimeToDraw")); mixin(bindCode("vtkAbstractMapper_AddClippingPlane", "D_vtkAbstractMapper_AddClippingPlane")); mixin(bindCode("vtkAbstractMapper_RemoveClippingPlane", "D_vtkAbstractMapper_RemoveClippingPlane")); mixin(bindCode("vtkAbstractMapper_RemoveAllClippingPlanes", "D_vtkAbstractMapper_RemoveAllClippingPlanes")); mixin(bindCode("vtkAbstractMapper_SetClippingPlanes__SWIG_0", "D_vtkAbstractMapper_SetClippingPlanes__SWIG_0")); mixin(bindCode("vtkAbstractMapper_GetClippingPlanes", "D_vtkAbstractMapper_GetClippingPlanes")); mixin(bindCode("vtkAbstractMapper_SetClippingPlanes__SWIG_1", "D_vtkAbstractMapper_SetClippingPlanes__SWIG_1")); mixin(bindCode("vtkAbstractMapper_ShallowCopy", "D_vtkAbstractMapper_ShallowCopy")); mixin(bindCode("vtkAbstractMapper_GetScalars", "D_vtkAbstractMapper_GetScalars")); mixin(bindCode("vtkAbstractMapper_Upcast", "D_vtkAbstractMapper_Upcast")); mixin(bindCode("vtkAbstractMapper3D_IsTypeOf", "D_vtkAbstractMapper3D_IsTypeOf")); mixin(bindCode("vtkAbstractMapper3D_SafeDownCast", "D_vtkAbstractMapper3D_SafeDownCast")); mixin(bindCode("vtkAbstractMapper3D_NewInstance", "D_vtkAbstractMapper3D_NewInstance")); mixin(bindCode("vtkAbstractMapper3D_GetBounds__SWIG_0", "D_vtkAbstractMapper3D_GetBounds__SWIG_0")); mixin(bindCode("vtkAbstractMapper3D_GetBounds__SWIG_1", "D_vtkAbstractMapper3D_GetBounds__SWIG_1")); mixin(bindCode("vtkAbstractMapper3D_GetCenter__SWIG_0", "D_vtkAbstractMapper3D_GetCenter__SWIG_0")); mixin(bindCode("vtkAbstractMapper3D_GetCenter__SWIG_1", "D_vtkAbstractMapper3D_GetCenter__SWIG_1")); mixin(bindCode("vtkAbstractMapper3D_GetLength", "D_vtkAbstractMapper3D_GetLength")); mixin(bindCode("vtkAbstractMapper3D_IsARayCastMapper", "D_vtkAbstractMapper3D_IsARayCastMapper")); mixin(bindCode("vtkAbstractMapper3D_IsARenderIntoImageMapper", "D_vtkAbstractMapper3D_IsARenderIntoImageMapper")); mixin(bindCode("vtkAbstractMapper3D_GetClippingPlaneInDataCoords", "D_vtkAbstractMapper3D_GetClippingPlaneInDataCoords")); mixin(bindCode("vtkAbstractMapper3D_GetNumberOfClippingPlanes", "D_vtkAbstractMapper3D_GetNumberOfClippingPlanes")); mixin(bindCode("vtkAbstractMapper3D_Upcast", "D_vtkAbstractMapper3D_Upcast")); mixin(bindCode("vtkAbstractVolumeMapper_IsTypeOf", "D_vtkAbstractVolumeMapper_IsTypeOf")); mixin(bindCode("vtkAbstractVolumeMapper_SafeDownCast", "D_vtkAbstractVolumeMapper_SafeDownCast")); mixin(bindCode("vtkAbstractVolumeMapper_NewInstance", "D_vtkAbstractVolumeMapper_NewInstance")); mixin(bindCode("vtkAbstractVolumeMapper_GetDataSetInput", "D_vtkAbstractVolumeMapper_GetDataSetInput")); mixin(bindCode("vtkAbstractVolumeMapper_GetDataObjectInput", "D_vtkAbstractVolumeMapper_GetDataObjectInput")); mixin(bindCode("vtkAbstractVolumeMapper_GetBounds__SWIG_0", "D_vtkAbstractVolumeMapper_GetBounds__SWIG_0")); mixin(bindCode("vtkAbstractVolumeMapper_GetBounds__SWIG_1", "D_vtkAbstractVolumeMapper_GetBounds__SWIG_1")); mixin(bindCode("vtkAbstractVolumeMapper_SetScalarMode", "D_vtkAbstractVolumeMapper_SetScalarMode")); mixin(bindCode("vtkAbstractVolumeMapper_GetScalarMode", "D_vtkAbstractVolumeMapper_GetScalarMode")); mixin(bindCode("vtkAbstractVolumeMapper_SetScalarModeToDefault", "D_vtkAbstractVolumeMapper_SetScalarModeToDefault")); mixin(bindCode("vtkAbstractVolumeMapper_SetScalarModeToUsePointData", "D_vtkAbstractVolumeMapper_SetScalarModeToUsePointData")); mixin(bindCode("vtkAbstractVolumeMapper_SetScalarModeToUseCellData", "D_vtkAbstractVolumeMapper_SetScalarModeToUseCellData")); mixin(bindCode("vtkAbstractVolumeMapper_SetScalarModeToUsePointFieldData", "D_vtkAbstractVolumeMapper_SetScalarModeToUsePointFieldData")); mixin(bindCode("vtkAbstractVolumeMapper_SetScalarModeToUseCellFieldData", "D_vtkAbstractVolumeMapper_SetScalarModeToUseCellFieldData")); mixin(bindCode("vtkAbstractVolumeMapper_SelectScalarArray__SWIG_0", "D_vtkAbstractVolumeMapper_SelectScalarArray__SWIG_0")); mixin(bindCode("vtkAbstractVolumeMapper_SelectScalarArray__SWIG_1", "D_vtkAbstractVolumeMapper_SelectScalarArray__SWIG_1")); mixin(bindCode("vtkAbstractVolumeMapper_GetArrayName", "D_vtkAbstractVolumeMapper_GetArrayName")); mixin(bindCode("vtkAbstractVolumeMapper_GetArrayId", "D_vtkAbstractVolumeMapper_GetArrayId")); mixin(bindCode("vtkAbstractVolumeMapper_GetArrayAccessMode", "D_vtkAbstractVolumeMapper_GetArrayAccessMode")); mixin(bindCode("vtkAbstractVolumeMapper_GetScalarModeAsString", "D_vtkAbstractVolumeMapper_GetScalarModeAsString")); mixin(bindCode("vtkAbstractVolumeMapper_Upcast", "D_vtkAbstractVolumeMapper_Upcast")); mixin(bindCode("vtkUnstructuredGridVolumeMapper_IsTypeOf", "D_vtkUnstructuredGridVolumeMapper_IsTypeOf")); mixin(bindCode("vtkUnstructuredGridVolumeMapper_SafeDownCast", "D_vtkUnstructuredGridVolumeMapper_SafeDownCast")); mixin(bindCode("vtkUnstructuredGridVolumeMapper_NewInstance", "D_vtkUnstructuredGridVolumeMapper_NewInstance")); mixin(bindCode("vtkUnstructuredGridVolumeMapper_SetInputData__SWIG_0", "D_vtkUnstructuredGridVolumeMapper_SetInputData__SWIG_0")); mixin(bindCode("vtkUnstructuredGridVolumeMapper_SetInputData__SWIG_1", "D_vtkUnstructuredGridVolumeMapper_SetInputData__SWIG_1")); mixin(bindCode("vtkUnstructuredGridVolumeMapper_GetInput", "D_vtkUnstructuredGridVolumeMapper_GetInput")); mixin(bindCode("vtkUnstructuredGridVolumeMapper_SetBlendMode", "D_vtkUnstructuredGridVolumeMapper_SetBlendMode")); mixin(bindCode("vtkUnstructuredGridVolumeMapper_SetBlendModeToComposite", "D_vtkUnstructuredGridVolumeMapper_SetBlendModeToComposite")); mixin(bindCode("vtkUnstructuredGridVolumeMapper_SetBlendModeToMaximumIntensity", "D_vtkUnstructuredGridVolumeMapper_SetBlendModeToMaximumIntensity")); mixin(bindCode("vtkUnstructuredGridVolumeMapper_GetBlendMode", "D_vtkUnstructuredGridVolumeMapper_GetBlendMode")); mixin(bindCode("vtkUnstructuredGridVolumeMapper_Upcast", "D_vtkUnstructuredGridVolumeMapper_Upcast")); mixin(bindCode("vtkUnstructuredGridVolumeZSweepMapper_IsTypeOf", "D_vtkUnstructuredGridVolumeZSweepMapper_IsTypeOf")); mixin(bindCode("vtkUnstructuredGridVolumeZSweepMapper_SafeDownCast", "D_vtkUnstructuredGridVolumeZSweepMapper_SafeDownCast")); mixin(bindCode("vtkUnstructuredGridVolumeZSweepMapper_NewInstance", "D_vtkUnstructuredGridVolumeZSweepMapper_NewInstance")); mixin(bindCode("vtkUnstructuredGridVolumeZSweepMapper_New", "D_vtkUnstructuredGridVolumeZSweepMapper_New")); mixin(bindCode("vtkUnstructuredGridVolumeZSweepMapper_SetImageSampleDistance", "D_vtkUnstructuredGridVolumeZSweepMapper_SetImageSampleDistance")); mixin(bindCode("vtkUnstructuredGridVolumeZSweepMapper_GetImageSampleDistanceMinValue", "D_vtkUnstructuredGridVolumeZSweepMapper_GetImageSampleDistanceMinValue")); mixin(bindCode("vtkUnstructuredGridVolumeZSweepMapper_GetImageSampleDistanceMaxValue", "D_vtkUnstructuredGridVolumeZSweepMapper_GetImageSampleDistanceMaxValue")); mixin(bindCode("vtkUnstructuredGridVolumeZSweepMapper_GetImageSampleDistance", "D_vtkUnstructuredGridVolumeZSweepMapper_GetImageSampleDistance")); mixin(bindCode("vtkUnstructuredGridVolumeZSweepMapper_SetMinimumImageSampleDistance", "D_vtkUnstructuredGridVolumeZSweepMapper_SetMinimumImageSampleDistance")); mixin(bindCode("vtkUnstructuredGridVolumeZSweepMapper_GetMinimumImageSampleDistanceMinValue", "D_vtkUnstructuredGridVolumeZSweepMapper_GetMinimumImageSampleDistanceMinValue")); mixin(bindCode("vtkUnstructuredGridVolumeZSweepMapper_GetMinimumImageSampleDistanceMaxValue", "D_vtkUnstructuredGridVolumeZSweepMapper_GetMinimumImageSampleDistanceMaxValue")); mixin(bindCode("vtkUnstructuredGridVolumeZSweepMapper_GetMinimumImageSampleDistance", "D_vtkUnstructuredGridVolumeZSweepMapper_GetMinimumImageSampleDistance")); mixin(bindCode("vtkUnstructuredGridVolumeZSweepMapper_SetMaximumImageSampleDistance", "D_vtkUnstructuredGridVolumeZSweepMapper_SetMaximumImageSampleDistance")); mixin(bindCode("vtkUnstructuredGridVolumeZSweepMapper_GetMaximumImageSampleDistanceMinValue", "D_vtkUnstructuredGridVolumeZSweepMapper_GetMaximumImageSampleDistanceMinValue")); mixin(bindCode("vtkUnstructuredGridVolumeZSweepMapper_GetMaximumImageSampleDistanceMaxValue", "D_vtkUnstructuredGridVolumeZSweepMapper_GetMaximumImageSampleDistanceMaxValue")); mixin(bindCode("vtkUnstructuredGridVolumeZSweepMapper_GetMaximumImageSampleDistance", "D_vtkUnstructuredGridVolumeZSweepMapper_GetMaximumImageSampleDistance")); mixin(bindCode("vtkUnstructuredGridVolumeZSweepMapper_SetAutoAdjustSampleDistances", "D_vtkUnstructuredGridVolumeZSweepMapper_SetAutoAdjustSampleDistances")); mixin(bindCode("vtkUnstructuredGridVolumeZSweepMapper_GetAutoAdjustSampleDistancesMinValue", "D_vtkUnstructuredGridVolumeZSweepMapper_GetAutoAdjustSampleDistancesMinValue")); mixin(bindCode("vtkUnstructuredGridVolumeZSweepMapper_GetAutoAdjustSampleDistancesMaxValue", "D_vtkUnstructuredGridVolumeZSweepMapper_GetAutoAdjustSampleDistancesMaxValue")); mixin(bindCode("vtkUnstructuredGridVolumeZSweepMapper_GetAutoAdjustSampleDistances", "D_vtkUnstructuredGridVolumeZSweepMapper_GetAutoAdjustSampleDistances")); mixin(bindCode("vtkUnstructuredGridVolumeZSweepMapper_AutoAdjustSampleDistancesOn", "D_vtkUnstructuredGridVolumeZSweepMapper_AutoAdjustSampleDistancesOn")); mixin(bindCode("vtkUnstructuredGridVolumeZSweepMapper_AutoAdjustSampleDistancesOff", "D_vtkUnstructuredGridVolumeZSweepMapper_AutoAdjustSampleDistancesOff")); mixin(bindCode("vtkUnstructuredGridVolumeZSweepMapper_SetIntermixIntersectingGeometry", "D_vtkUnstructuredGridVolumeZSweepMapper_SetIntermixIntersectingGeometry")); mixin(bindCode("vtkUnstructuredGridVolumeZSweepMapper_GetIntermixIntersectingGeometryMinValue", "D_vtkUnstructuredGridVolumeZSweepMapper_GetIntermixIntersectingGeometryMinValue")); mixin(bindCode("vtkUnstructuredGridVolumeZSweepMapper_GetIntermixIntersectingGeometryMaxValue", "D_vtkUnstructuredGridVolumeZSweepMapper_GetIntermixIntersectingGeometryMaxValue")); mixin(bindCode("vtkUnstructuredGridVolumeZSweepMapper_GetIntermixIntersectingGeometry", "D_vtkUnstructuredGridVolumeZSweepMapper_GetIntermixIntersectingGeometry")); mixin(bindCode("vtkUnstructuredGridVolumeZSweepMapper_IntermixIntersectingGeometryOn", "D_vtkUnstructuredGridVolumeZSweepMapper_IntermixIntersectingGeometryOn")); mixin(bindCode("vtkUnstructuredGridVolumeZSweepMapper_IntermixIntersectingGeometryOff", "D_vtkUnstructuredGridVolumeZSweepMapper_IntermixIntersectingGeometryOff")); mixin(bindCode("vtkUnstructuredGridVolumeZSweepMapper_GetMaxPixelListSize", "D_vtkUnstructuredGridVolumeZSweepMapper_GetMaxPixelListSize")); mixin(bindCode("vtkUnstructuredGridVolumeZSweepMapper_SetMaxPixelListSize", "D_vtkUnstructuredGridVolumeZSweepMapper_SetMaxPixelListSize")); mixin(bindCode("vtkUnstructuredGridVolumeZSweepMapper_SetRayIntegrator", "D_vtkUnstructuredGridVolumeZSweepMapper_SetRayIntegrator")); mixin(bindCode("vtkUnstructuredGridVolumeZSweepMapper_GetRayIntegrator", "D_vtkUnstructuredGridVolumeZSweepMapper_GetRayIntegrator")); mixin(bindCode("vtkUnstructuredGridVolumeZSweepMapper_Upcast", "D_vtkUnstructuredGridVolumeZSweepMapper_Upcast")); mixin(bindCode("vtkProjectedAAHexahedraMapper_IsTypeOf", "D_vtkProjectedAAHexahedraMapper_IsTypeOf")); mixin(bindCode("vtkProjectedAAHexahedraMapper_SafeDownCast", "D_vtkProjectedAAHexahedraMapper_SafeDownCast")); mixin(bindCode("vtkProjectedAAHexahedraMapper_NewInstance", "D_vtkProjectedAAHexahedraMapper_NewInstance")); mixin(bindCode("vtkProjectedAAHexahedraMapper_New", "D_vtkProjectedAAHexahedraMapper_New")); mixin(bindCode("vtkProjectedAAHexahedraMapper_SetVisibilitySort", "D_vtkProjectedAAHexahedraMapper_SetVisibilitySort")); mixin(bindCode("vtkProjectedAAHexahedraMapper_GetVisibilitySort", "D_vtkProjectedAAHexahedraMapper_GetVisibilitySort")); mixin(bindCode("vtkProjectedAAHexahedraMapper_IsRenderSupported", "D_vtkProjectedAAHexahedraMapper_IsRenderSupported")); mixin(bindCode("vtkProjectedAAHexahedraMapper_Upcast", "D_vtkProjectedAAHexahedraMapper_Upcast")); mixin(bindCode("VTK_UNCHANGED_get", "D_VTK_UNCHANGED_get")); mixin(bindCode("VTK_SINGLE_POINT_get", "D_VTK_SINGLE_POINT_get")); mixin(bindCode("VTK_X_LINE_get", "D_VTK_X_LINE_get")); mixin(bindCode("VTK_Y_LINE_get", "D_VTK_Y_LINE_get")); mixin(bindCode("VTK_Z_LINE_get", "D_VTK_Z_LINE_get")); mixin(bindCode("VTK_XY_PLANE_get", "D_VTK_XY_PLANE_get")); mixin(bindCode("VTK_YZ_PLANE_get", "D_VTK_YZ_PLANE_get")); mixin(bindCode("VTK_XZ_PLANE_get", "D_VTK_XZ_PLANE_get")); mixin(bindCode("VTK_XYZ_GRID_get", "D_VTK_XYZ_GRID_get")); mixin(bindCode("VTK_EMPTY_get", "D_VTK_EMPTY_get")); mixin(bindCode("vtkStructuredData_IsTypeOf", "D_vtkStructuredData_IsTypeOf")); mixin(bindCode("vtkStructuredData_SafeDownCast", "D_vtkStructuredData_SafeDownCast")); mixin(bindCode("vtkStructuredData_NewInstance", "D_vtkStructuredData_NewInstance")); mixin(bindCode("vtkStructuredData_SetDimensions", "D_vtkStructuredData_SetDimensions")); mixin(bindCode("vtkStructuredData_SetExtent", "D_vtkStructuredData_SetExtent")); mixin(bindCode("vtkStructuredData_GetDataDescription", "D_vtkStructuredData_GetDataDescription")); mixin(bindCode("vtkStructuredData_GetDataDescriptionFromExtent", "D_vtkStructuredData_GetDataDescriptionFromExtent")); mixin(bindCode("vtkStructuredData_GetDataDimension__SWIG_0", "D_vtkStructuredData_GetDataDimension__SWIG_0")); mixin(bindCode("vtkStructuredData_GetDataDimension__SWIG_1", "D_vtkStructuredData_GetDataDimension__SWIG_1")); mixin(bindCode("vtkStructuredData_GetNumberOfNodes__SWIG_0", "D_vtkStructuredData_GetNumberOfNodes__SWIG_0")); mixin(bindCode("vtkStructuredData_GetNumberOfNodes__SWIG_1", "D_vtkStructuredData_GetNumberOfNodes__SWIG_1")); mixin(bindCode("vtkStructuredData_GetNumberOfCells__SWIG_0", "D_vtkStructuredData_GetNumberOfCells__SWIG_0")); mixin(bindCode("vtkStructuredData_GetNumberOfCells__SWIG_1", "D_vtkStructuredData_GetNumberOfCells__SWIG_1")); mixin(bindCode("vtkStructuredData_GetCellExtentFromNodeExtent__SWIG_0", "D_vtkStructuredData_GetCellExtentFromNodeExtent__SWIG_0")); mixin(bindCode("vtkStructuredData_GetCellExtentFromNodeExtent__SWIG_1", "D_vtkStructuredData_GetCellExtentFromNodeExtent__SWIG_1")); mixin(bindCode("vtkStructuredData_GetDimensionsFromExtent__SWIG_0", "D_vtkStructuredData_GetDimensionsFromExtent__SWIG_0")); mixin(bindCode("vtkStructuredData_GetDimensionsFromExtent__SWIG_1", "D_vtkStructuredData_GetDimensionsFromExtent__SWIG_1")); mixin(bindCode("vtkStructuredData_GetCellDimensionsFromExtent__SWIG_0", "D_vtkStructuredData_GetCellDimensionsFromExtent__SWIG_0")); mixin(bindCode("vtkStructuredData_GetCellDimensionsFromExtent__SWIG_1", "D_vtkStructuredData_GetCellDimensionsFromExtent__SWIG_1")); mixin(bindCode("vtkStructuredData_GetCellDimensionsFromNodeDimensions", "D_vtkStructuredData_GetCellDimensionsFromNodeDimensions")); mixin(bindCode("vtkStructuredData_GetLocalStructuredCoordinates__SWIG_0", "D_vtkStructuredData_GetLocalStructuredCoordinates__SWIG_0")); mixin(bindCode("vtkStructuredData_GetLocalStructuredCoordinates__SWIG_1", "D_vtkStructuredData_GetLocalStructuredCoordinates__SWIG_1")); mixin(bindCode("vtkStructuredData_GetGlobalStructuredCoordinates__SWIG_0", "D_vtkStructuredData_GetGlobalStructuredCoordinates__SWIG_0")); mixin(bindCode("vtkStructuredData_GetGlobalStructuredCoordinates__SWIG_1", "D_vtkStructuredData_GetGlobalStructuredCoordinates__SWIG_1")); mixin(bindCode("vtkStructuredData_GetCellPoints", "D_vtkStructuredData_GetCellPoints")); mixin(bindCode("vtkStructuredData_GetPointCells", "D_vtkStructuredData_GetPointCells")); mixin(bindCode("vtkStructuredData_GetCellNeighbors", "D_vtkStructuredData_GetCellNeighbors")); mixin(bindCode("vtkStructuredData_ComputePointIdForExtent__SWIG_0", "D_vtkStructuredData_ComputePointIdForExtent__SWIG_0")); mixin(bindCode("vtkStructuredData_ComputePointIdForExtent__SWIG_1", "D_vtkStructuredData_ComputePointIdForExtent__SWIG_1")); mixin(bindCode("vtkStructuredData_ComputeCellIdForExtent__SWIG_0", "D_vtkStructuredData_ComputeCellIdForExtent__SWIG_0")); mixin(bindCode("vtkStructuredData_ComputeCellIdForExtent__SWIG_1", "D_vtkStructuredData_ComputeCellIdForExtent__SWIG_1")); mixin(bindCode("vtkStructuredData_ComputePointId__SWIG_0", "D_vtkStructuredData_ComputePointId__SWIG_0")); mixin(bindCode("vtkStructuredData_ComputePointId__SWIG_1", "D_vtkStructuredData_ComputePointId__SWIG_1")); mixin(bindCode("vtkStructuredData_ComputeCellId__SWIG_0", "D_vtkStructuredData_ComputeCellId__SWIG_0")); mixin(bindCode("vtkStructuredData_ComputeCellId__SWIG_1", "D_vtkStructuredData_ComputeCellId__SWIG_1")); mixin(bindCode("vtkStructuredData_ComputeCellStructuredCoordsForExtent__SWIG_0", "D_vtkStructuredData_ComputeCellStructuredCoordsForExtent__SWIG_0")); mixin(bindCode("vtkStructuredData_ComputeCellStructuredCoordsForExtent__SWIG_1", "D_vtkStructuredData_ComputeCellStructuredCoordsForExtent__SWIG_1")); mixin(bindCode("vtkStructuredData_ComputeCellStructuredCoords__SWIG_0", "D_vtkStructuredData_ComputeCellStructuredCoords__SWIG_0")); mixin(bindCode("vtkStructuredData_ComputeCellStructuredCoords__SWIG_1", "D_vtkStructuredData_ComputeCellStructuredCoords__SWIG_1")); mixin(bindCode("vtkStructuredData_ComputePointStructuredCoordsForExtent__SWIG_0", "D_vtkStructuredData_ComputePointStructuredCoordsForExtent__SWIG_0")); mixin(bindCode("vtkStructuredData_ComputePointStructuredCoordsForExtent__SWIG_1", "D_vtkStructuredData_ComputePointStructuredCoordsForExtent__SWIG_1")); mixin(bindCode("vtkStructuredData_ComputePointStructuredCoords__SWIG_0", "D_vtkStructuredData_ComputePointStructuredCoords__SWIG_0")); mixin(bindCode("vtkStructuredData_ComputePointStructuredCoords__SWIG_1", "D_vtkStructuredData_ComputePointStructuredCoords__SWIG_1")); mixin(bindCode("vtkStructuredData_Upcast", "D_vtkStructuredData_Upcast")); mixin(bindCode("vtkImageData_New", "D_vtkImageData_New")); mixin(bindCode("vtkImageData_IsTypeOf", "D_vtkImageData_IsTypeOf")); mixin(bindCode("vtkImageData_SafeDownCast", "D_vtkImageData_SafeDownCast")); mixin(bindCode("vtkImageData_NewInstance", "D_vtkImageData_NewInstance")); mixin(bindCode("vtkImageData_GetPoint__SWIG_0", "D_vtkImageData_GetPoint__SWIG_0")); mixin(bindCode("vtkImageData_GetPoint__SWIG_1", "D_vtkImageData_GetPoint__SWIG_1")); mixin(bindCode("vtkImageData_GetCell__SWIG_0", "D_vtkImageData_GetCell__SWIG_0")); mixin(bindCode("vtkImageData_GetCell__SWIG_1", "D_vtkImageData_GetCell__SWIG_1")); mixin(bindCode("vtkImageData_FindPoint__SWIG_0", "D_vtkImageData_FindPoint__SWIG_0")); mixin(bindCode("vtkImageData_FindPoint__SWIG_1", "D_vtkImageData_FindPoint__SWIG_1")); mixin(bindCode("vtkImageData_FindCell__SWIG_0", "D_vtkImageData_FindCell__SWIG_0")); mixin(bindCode("vtkImageData_FindCell__SWIG_1", "D_vtkImageData_FindCell__SWIG_1")); mixin(bindCode("vtkImageData_SetDimensions__SWIG_0", "D_vtkImageData_SetDimensions__SWIG_0")); mixin(bindCode("vtkImageData_SetDimensions__SWIG_1", "D_vtkImageData_SetDimensions__SWIG_1")); mixin(bindCode("vtkImageData_GetDimensions__SWIG_0", "D_vtkImageData_GetDimensions__SWIG_0")); mixin(bindCode("vtkImageData_GetDimensions__SWIG_1", "D_vtkImageData_GetDimensions__SWIG_1")); mixin(bindCode("vtkImageData_ComputeStructuredCoordinates__SWIG_0", "D_vtkImageData_ComputeStructuredCoordinates__SWIG_0")); mixin(bindCode("vtkImageData_ComputeStructuredCoordinates__SWIG_1", "D_vtkImageData_ComputeStructuredCoordinates__SWIG_1")); mixin(bindCode("vtkImageData_GetVoxelGradient", "D_vtkImageData_GetVoxelGradient")); mixin(bindCode("vtkImageData_GetPointGradient", "D_vtkImageData_GetPointGradient")); mixin(bindCode("vtkImageData_GetDataDimension", "D_vtkImageData_GetDataDimension")); mixin(bindCode("vtkImageData_ComputePointId", "D_vtkImageData_ComputePointId")); mixin(bindCode("vtkImageData_ComputeCellId", "D_vtkImageData_ComputeCellId")); mixin(bindCode("vtkImageData_SetAxisUpdateExtent", "D_vtkImageData_SetAxisUpdateExtent")); mixin(bindCode("vtkImageData_GetAxisUpdateExtent", "D_vtkImageData_GetAxisUpdateExtent")); mixin(bindCode("vtkImageData_SetExtent__SWIG_0", "D_vtkImageData_SetExtent__SWIG_0")); mixin(bindCode("vtkImageData_SetExtent__SWIG_1", "D_vtkImageData_SetExtent__SWIG_1")); mixin(bindCode("vtkImageData_GetExtent__SWIG_0", "D_vtkImageData_GetExtent__SWIG_0")); mixin(bindCode("vtkImageData_GetExtent__SWIG_1", "D_vtkImageData_GetExtent__SWIG_1")); mixin(bindCode("vtkImageData_GetExtent__SWIG_2", "D_vtkImageData_GetExtent__SWIG_2")); mixin(bindCode("vtkImageData_GetScalarTypeMin__SWIG_0", "D_vtkImageData_GetScalarTypeMin__SWIG_0")); mixin(bindCode("vtkImageData_GetScalarTypeMin__SWIG_1", "D_vtkImageData_GetScalarTypeMin__SWIG_1")); mixin(bindCode("vtkImageData_GetScalarTypeMax__SWIG_0", "D_vtkImageData_GetScalarTypeMax__SWIG_0")); mixin(bindCode("vtkImageData_GetScalarTypeMax__SWIG_1", "D_vtkImageData_GetScalarTypeMax__SWIG_1")); mixin(bindCode("vtkImageData_GetScalarSize__SWIG_0", "D_vtkImageData_GetScalarSize__SWIG_0")); mixin(bindCode("vtkImageData_GetScalarSize__SWIG_1", "D_vtkImageData_GetScalarSize__SWIG_1")); mixin(bindCode("vtkImageData_GetIncrements__SWIG_0", "D_vtkImageData_GetIncrements__SWIG_0")); mixin(bindCode("vtkImageData_GetIncrements__SWIG_1", "D_vtkImageData_GetIncrements__SWIG_1")); mixin(bindCode("vtkImageData_GetIncrements__SWIG_2", "D_vtkImageData_GetIncrements__SWIG_2")); mixin(bindCode("vtkImageData_GetIncrements__SWIG_3", "D_vtkImageData_GetIncrements__SWIG_3")); mixin(bindCode("vtkImageData_GetIncrements__SWIG_4", "D_vtkImageData_GetIncrements__SWIG_4")); mixin(bindCode("vtkImageData_GetIncrements__SWIG_5", "D_vtkImageData_GetIncrements__SWIG_5")); mixin(bindCode("vtkImageData_GetContinuousIncrements__SWIG_0", "D_vtkImageData_GetContinuousIncrements__SWIG_0")); mixin(bindCode("vtkImageData_GetContinuousIncrements__SWIG_1", "D_vtkImageData_GetContinuousIncrements__SWIG_1")); mixin(bindCode("vtkImageData_GetScalarPointerForExtent", "D_vtkImageData_GetScalarPointerForExtent")); mixin(bindCode("vtkImageData_GetScalarPointer__SWIG_0", "D_vtkImageData_GetScalarPointer__SWIG_0")); mixin(bindCode("vtkImageData_GetScalarPointer__SWIG_1", "D_vtkImageData_GetScalarPointer__SWIG_1")); mixin(bindCode("vtkImageData_GetScalarPointer__SWIG_2", "D_vtkImageData_GetScalarPointer__SWIG_2")); mixin(bindCode("vtkImageData_GetScalarComponentAsFloat", "D_vtkImageData_GetScalarComponentAsFloat")); mixin(bindCode("vtkImageData_SetScalarComponentFromFloat", "D_vtkImageData_SetScalarComponentFromFloat")); mixin(bindCode("vtkImageData_GetScalarComponentAsDouble", "D_vtkImageData_GetScalarComponentAsDouble")); mixin(bindCode("vtkImageData_SetScalarComponentFromDouble", "D_vtkImageData_SetScalarComponentFromDouble")); mixin(bindCode("vtkImageData_AllocateScalars__SWIG_0", "D_vtkImageData_AllocateScalars__SWIG_0")); mixin(bindCode("vtkImageData_AllocateScalars__SWIG_1", "D_vtkImageData_AllocateScalars__SWIG_1")); mixin(bindCode("vtkImageData_CopyAndCastFrom__SWIG_0", "D_vtkImageData_CopyAndCastFrom__SWIG_0")); mixin(bindCode("vtkImageData_CopyAndCastFrom__SWIG_1", "D_vtkImageData_CopyAndCastFrom__SWIG_1")); mixin(bindCode("vtkImageData_SetSpacing__SWIG_0", "D_vtkImageData_SetSpacing__SWIG_0")); mixin(bindCode("vtkImageData_SetSpacing__SWIG_1", "D_vtkImageData_SetSpacing__SWIG_1")); mixin(bindCode("vtkImageData_GetSpacing__SWIG_0", "D_vtkImageData_GetSpacing__SWIG_0")); mixin(bindCode("vtkImageData_GetSpacing__SWIG_1", "D_vtkImageData_GetSpacing__SWIG_1")); mixin(bindCode("vtkImageData_GetSpacing__SWIG_2", "D_vtkImageData_GetSpacing__SWIG_2")); mixin(bindCode("vtkImageData_SetOrigin__SWIG_0", "D_vtkImageData_SetOrigin__SWIG_0")); mixin(bindCode("vtkImageData_SetOrigin__SWIG_1", "D_vtkImageData_SetOrigin__SWIG_1")); mixin(bindCode("vtkImageData_GetOrigin__SWIG_0", "D_vtkImageData_GetOrigin__SWIG_0")); mixin(bindCode("vtkImageData_GetOrigin__SWIG_1", "D_vtkImageData_GetOrigin__SWIG_1")); mixin(bindCode("vtkImageData_GetOrigin__SWIG_2", "D_vtkImageData_GetOrigin__SWIG_2")); mixin(bindCode("vtkImageData_SetScalarType", "D_vtkImageData_SetScalarType")); mixin(bindCode("vtkImageData_GetScalarType__SWIG_0", "D_vtkImageData_GetScalarType__SWIG_0")); mixin(bindCode("vtkImageData_HasScalarType", "D_vtkImageData_HasScalarType")); mixin(bindCode("vtkImageData_GetScalarType__SWIG_1", "D_vtkImageData_GetScalarType__SWIG_1")); mixin(bindCode("vtkImageData_GetScalarTypeAsString", "D_vtkImageData_GetScalarTypeAsString")); mixin(bindCode("vtkImageData_SetNumberOfScalarComponents", "D_vtkImageData_SetNumberOfScalarComponents")); mixin(bindCode("vtkImageData_GetNumberOfScalarComponents__SWIG_0", "D_vtkImageData_GetNumberOfScalarComponents__SWIG_0")); mixin(bindCode("vtkImageData_HasNumberOfScalarComponents", "D_vtkImageData_HasNumberOfScalarComponents")); mixin(bindCode("vtkImageData_GetNumberOfScalarComponents__SWIG_1", "D_vtkImageData_GetNumberOfScalarComponents__SWIG_1")); mixin(bindCode("vtkImageData_GetArrayPointerForExtent", "D_vtkImageData_GetArrayPointerForExtent")); mixin(bindCode("vtkImageData_GetArrayPointer", "D_vtkImageData_GetArrayPointer")); mixin(bindCode("vtkImageData_GetArrayIncrements", "D_vtkImageData_GetArrayIncrements")); mixin(bindCode("vtkImageData_ComputeInternalExtent", "D_vtkImageData_ComputeInternalExtent")); mixin(bindCode("vtkImageData_Upcast", "D_vtkImageData_Upcast")); mixin(bindCode("vtkTransformToGrid_New", "D_vtkTransformToGrid_New")); mixin(bindCode("vtkTransformToGrid_IsTypeOf", "D_vtkTransformToGrid_IsTypeOf")); mixin(bindCode("vtkTransformToGrid_SafeDownCast", "D_vtkTransformToGrid_SafeDownCast")); mixin(bindCode("vtkTransformToGrid_NewInstance", "D_vtkTransformToGrid_NewInstance")); mixin(bindCode("vtkTransformToGrid_SetInput", "D_vtkTransformToGrid_SetInput")); mixin(bindCode("vtkTransformToGrid_GetInput", "D_vtkTransformToGrid_GetInput")); mixin(bindCode("vtkTransformToGrid_SetGridExtent__SWIG_0", "D_vtkTransformToGrid_SetGridExtent__SWIG_0")); mixin(bindCode("vtkTransformToGrid_SetGridExtent__SWIG_1", "D_vtkTransformToGrid_SetGridExtent__SWIG_1")); mixin(bindCode("vtkTransformToGrid_GetGridExtent__SWIG_0", "D_vtkTransformToGrid_GetGridExtent__SWIG_0")); mixin(bindCode("vtkTransformToGrid_GetGridExtent__SWIG_1", "D_vtkTransformToGrid_GetGridExtent__SWIG_1")); mixin(bindCode("vtkTransformToGrid_GetGridExtent__SWIG_2", "D_vtkTransformToGrid_GetGridExtent__SWIG_2")); mixin(bindCode("vtkTransformToGrid_SetGridOrigin__SWIG_0", "D_vtkTransformToGrid_SetGridOrigin__SWIG_0")); mixin(bindCode("vtkTransformToGrid_SetGridOrigin__SWIG_1", "D_vtkTransformToGrid_SetGridOrigin__SWIG_1")); mixin(bindCode("vtkTransformToGrid_GetGridOrigin__SWIG_0", "D_vtkTransformToGrid_GetGridOrigin__SWIG_0")); mixin(bindCode("vtkTransformToGrid_GetGridOrigin__SWIG_1", "D_vtkTransformToGrid_GetGridOrigin__SWIG_1")); mixin(bindCode("vtkTransformToGrid_GetGridOrigin__SWIG_2", "D_vtkTransformToGrid_GetGridOrigin__SWIG_2")); mixin(bindCode("vtkTransformToGrid_SetGridSpacing__SWIG_0", "D_vtkTransformToGrid_SetGridSpacing__SWIG_0")); mixin(bindCode("vtkTransformToGrid_SetGridSpacing__SWIG_1", "D_vtkTransformToGrid_SetGridSpacing__SWIG_1")); mixin(bindCode("vtkTransformToGrid_GetGridSpacing__SWIG_0", "D_vtkTransformToGrid_GetGridSpacing__SWIG_0")); mixin(bindCode("vtkTransformToGrid_GetGridSpacing__SWIG_1", "D_vtkTransformToGrid_GetGridSpacing__SWIG_1")); mixin(bindCode("vtkTransformToGrid_GetGridSpacing__SWIG_2", "D_vtkTransformToGrid_GetGridSpacing__SWIG_2")); mixin(bindCode("vtkTransformToGrid_SetGridScalarType", "D_vtkTransformToGrid_SetGridScalarType")); mixin(bindCode("vtkTransformToGrid_GetGridScalarType", "D_vtkTransformToGrid_GetGridScalarType")); mixin(bindCode("vtkTransformToGrid_SetGridScalarTypeToDouble", "D_vtkTransformToGrid_SetGridScalarTypeToDouble")); mixin(bindCode("vtkTransformToGrid_SetGridScalarTypeToFloat", "D_vtkTransformToGrid_SetGridScalarTypeToFloat")); mixin(bindCode("vtkTransformToGrid_SetGridScalarTypeToShort", "D_vtkTransformToGrid_SetGridScalarTypeToShort")); mixin(bindCode("vtkTransformToGrid_SetGridScalarTypeToUnsignedShort", "D_vtkTransformToGrid_SetGridScalarTypeToUnsignedShort")); mixin(bindCode("vtkTransformToGrid_SetGridScalarTypeToUnsignedChar", "D_vtkTransformToGrid_SetGridScalarTypeToUnsignedChar")); mixin(bindCode("vtkTransformToGrid_SetGridScalarTypeToChar", "D_vtkTransformToGrid_SetGridScalarTypeToChar")); mixin(bindCode("vtkTransformToGrid_GetDisplacementScale", "D_vtkTransformToGrid_GetDisplacementScale")); mixin(bindCode("vtkTransformToGrid_GetDisplacementShift", "D_vtkTransformToGrid_GetDisplacementShift")); mixin(bindCode("vtkTransformToGrid_GetOutput", "D_vtkTransformToGrid_GetOutput")); mixin(bindCode("vtkTransformToGrid_Upcast", "D_vtkTransformToGrid_Upcast")); mixin(bindCode("vtkScalarsToColors_IsTypeOf", "D_vtkScalarsToColors_IsTypeOf")); mixin(bindCode("vtkScalarsToColors_SafeDownCast", "D_vtkScalarsToColors_SafeDownCast")); mixin(bindCode("vtkScalarsToColors_NewInstance", "D_vtkScalarsToColors_NewInstance")); mixin(bindCode("vtkScalarsToColors_New", "D_vtkScalarsToColors_New")); mixin(bindCode("vtkScalarsToColors_IsOpaque", "D_vtkScalarsToColors_IsOpaque")); mixin(bindCode("vtkScalarsToColors_Build", "D_vtkScalarsToColors_Build")); mixin(bindCode("vtkScalarsToColors_GetRange", "D_vtkScalarsToColors_GetRange")); mixin(bindCode("vtkScalarsToColors_SetRange__SWIG_0", "D_vtkScalarsToColors_SetRange__SWIG_0")); mixin(bindCode("vtkScalarsToColors_SetRange__SWIG_1", "D_vtkScalarsToColors_SetRange__SWIG_1")); mixin(bindCode("vtkScalarsToColors_MapValue", "D_vtkScalarsToColors_MapValue")); mixin(bindCode("vtkScalarsToColors_GetColor__SWIG_0", "D_vtkScalarsToColors_GetColor__SWIG_0")); mixin(bindCode("vtkScalarsToColors_GetColor__SWIG_1", "D_vtkScalarsToColors_GetColor__SWIG_1")); mixin(bindCode("vtkScalarsToColors_GetOpacity", "D_vtkScalarsToColors_GetOpacity")); mixin(bindCode("vtkScalarsToColors_GetLuminance", "D_vtkScalarsToColors_GetLuminance")); mixin(bindCode("vtkScalarsToColors_SetAlpha", "D_vtkScalarsToColors_SetAlpha")); mixin(bindCode("vtkScalarsToColors_GetAlpha", "D_vtkScalarsToColors_GetAlpha")); mixin(bindCode("vtkScalarsToColors_MapScalars", "D_vtkScalarsToColors_MapScalars")); mixin(bindCode("vtkScalarsToColors_SetVectorMode", "D_vtkScalarsToColors_SetVectorMode")); mixin(bindCode("vtkScalarsToColors_GetVectorMode", "D_vtkScalarsToColors_GetVectorMode")); mixin(bindCode("vtkScalarsToColors_SetVectorModeToMagnitude", "D_vtkScalarsToColors_SetVectorModeToMagnitude")); mixin(bindCode("vtkScalarsToColors_SetVectorModeToComponent", "D_vtkScalarsToColors_SetVectorModeToComponent")); mixin(bindCode("vtkScalarsToColors_SetVectorModeToRGBColors", "D_vtkScalarsToColors_SetVectorModeToRGBColors")); mixin(bindCode("vtkScalarsToColors_SetVectorComponent", "D_vtkScalarsToColors_SetVectorComponent")); mixin(bindCode("vtkScalarsToColors_GetVectorComponent", "D_vtkScalarsToColors_GetVectorComponent")); mixin(bindCode("vtkScalarsToColors_SetVectorSize", "D_vtkScalarsToColors_SetVectorSize")); mixin(bindCode("vtkScalarsToColors_GetVectorSize", "D_vtkScalarsToColors_GetVectorSize")); mixin(bindCode("vtkScalarsToColors_MapVectorsThroughTable__SWIG_0", "D_vtkScalarsToColors_MapVectorsThroughTable__SWIG_0")); mixin(bindCode("vtkScalarsToColors_MapVectorsThroughTable__SWIG_1", "D_vtkScalarsToColors_MapVectorsThroughTable__SWIG_1")); mixin(bindCode("vtkScalarsToColors_MapScalarsThroughTable__SWIG_0", "D_vtkScalarsToColors_MapScalarsThroughTable__SWIG_0")); mixin(bindCode("vtkScalarsToColors_MapScalarsThroughTable__SWIG_1", "D_vtkScalarsToColors_MapScalarsThroughTable__SWIG_1")); mixin(bindCode("vtkScalarsToColors_MapScalarsThroughTable__SWIG_2", "D_vtkScalarsToColors_MapScalarsThroughTable__SWIG_2")); mixin(bindCode("vtkScalarsToColors_MapScalarsThroughTable2", "D_vtkScalarsToColors_MapScalarsThroughTable2")); mixin(bindCode("vtkScalarsToColors_ConvertUnsignedCharToRGBA", "D_vtkScalarsToColors_ConvertUnsignedCharToRGBA")); mixin(bindCode("vtkScalarsToColors_DeepCopy", "D_vtkScalarsToColors_DeepCopy")); mixin(bindCode("vtkScalarsToColors_UsingLogScale", "D_vtkScalarsToColors_UsingLogScale")); mixin(bindCode("vtkScalarsToColors_GetNumberOfAvailableColors", "D_vtkScalarsToColors_GetNumberOfAvailableColors")); mixin(bindCode("vtkScalarsToColors_SetAnnotations", "D_vtkScalarsToColors_SetAnnotations")); mixin(bindCode("vtkScalarsToColors_GetAnnotatedValues", "D_vtkScalarsToColors_GetAnnotatedValues")); mixin(bindCode("vtkScalarsToColors_GetAnnotations", "D_vtkScalarsToColors_GetAnnotations")); mixin(bindCode("vtkScalarsToColors_SetAnnotation__SWIG_0", "D_vtkScalarsToColors_SetAnnotation__SWIG_0")); mixin(bindCode("vtkScalarsToColors_SetAnnotation__SWIG_1", "D_vtkScalarsToColors_SetAnnotation__SWIG_1")); mixin(bindCode("vtkScalarsToColors_GetNumberOfAnnotatedValues", "D_vtkScalarsToColors_GetNumberOfAnnotatedValues")); mixin(bindCode("vtkScalarsToColors_GetAnnotatedValue", "D_vtkScalarsToColors_GetAnnotatedValue")); mixin(bindCode("vtkScalarsToColors_GetAnnotation", "D_vtkScalarsToColors_GetAnnotation")); mixin(bindCode("vtkScalarsToColors_GetAnnotationColor", "D_vtkScalarsToColors_GetAnnotationColor")); mixin(bindCode("vtkScalarsToColors_GetAnnotatedValueIndex", "D_vtkScalarsToColors_GetAnnotatedValueIndex")); mixin(bindCode("vtkScalarsToColors_GetAnnotatedValueIndexInternal", "D_vtkScalarsToColors_GetAnnotatedValueIndexInternal")); mixin(bindCode("vtkScalarsToColors_GetIndexedColor", "D_vtkScalarsToColors_GetIndexedColor")); mixin(bindCode("vtkScalarsToColors_RemoveAnnotation", "D_vtkScalarsToColors_RemoveAnnotation")); mixin(bindCode("vtkScalarsToColors_ResetAnnotations", "D_vtkScalarsToColors_ResetAnnotations")); mixin(bindCode("vtkScalarsToColors_SetIndexedLookup", "D_vtkScalarsToColors_SetIndexedLookup")); mixin(bindCode("vtkScalarsToColors_GetIndexedLookup", "D_vtkScalarsToColors_GetIndexedLookup")); mixin(bindCode("vtkScalarsToColors_IndexedLookupOn", "D_vtkScalarsToColors_IndexedLookupOn")); mixin(bindCode("vtkScalarsToColors_IndexedLookupOff", "D_vtkScalarsToColors_IndexedLookupOff")); mixin(bindCode("vtkScalarsToColors_Upcast", "D_vtkScalarsToColors_Upcast")); mixin(bindCode("VTK_RESOLVE_OFF_get", "D_VTK_RESOLVE_OFF_get")); mixin(bindCode("VTK_RESOLVE_POLYGON_OFFSET_get", "D_VTK_RESOLVE_POLYGON_OFFSET_get")); mixin(bindCode("VTK_RESOLVE_SHIFT_ZBUFFER_get", "D_VTK_RESOLVE_SHIFT_ZBUFFER_get")); mixin(bindCode("VTK_MATERIALMODE_DEFAULT_get", "D_VTK_MATERIALMODE_DEFAULT_get")); mixin(bindCode("VTK_MATERIALMODE_AMBIENT_get", "D_VTK_MATERIALMODE_AMBIENT_get")); mixin(bindCode("VTK_MATERIALMODE_DIFFUSE_get", "D_VTK_MATERIALMODE_DIFFUSE_get")); mixin(bindCode("VTK_MATERIALMODE_AMBIENT_AND_DIFFUSE_get", "D_VTK_MATERIALMODE_AMBIENT_AND_DIFFUSE_get")); mixin(bindCode("vtkMapper_IsTypeOf", "D_vtkMapper_IsTypeOf")); mixin(bindCode("vtkMapper_SafeDownCast", "D_vtkMapper_SafeDownCast")); mixin(bindCode("vtkMapper_NewInstance", "D_vtkMapper_NewInstance")); mixin(bindCode("vtkMapper_ShallowCopy", "D_vtkMapper_ShallowCopy")); mixin(bindCode("vtkMapper_Render", "D_vtkMapper_Render")); mixin(bindCode("vtkMapper_SetLookupTable", "D_vtkMapper_SetLookupTable")); mixin(bindCode("vtkMapper_GetLookupTable", "D_vtkMapper_GetLookupTable")); mixin(bindCode("vtkMapper_CreateDefaultLookupTable", "D_vtkMapper_CreateDefaultLookupTable")); mixin(bindCode("vtkMapper_SetScalarVisibility", "D_vtkMapper_SetScalarVisibility")); mixin(bindCode("vtkMapper_GetScalarVisibility", "D_vtkMapper_GetScalarVisibility")); mixin(bindCode("vtkMapper_ScalarVisibilityOn", "D_vtkMapper_ScalarVisibilityOn")); mixin(bindCode("vtkMapper_ScalarVisibilityOff", "D_vtkMapper_ScalarVisibilityOff")); mixin(bindCode("vtkMapper_SetStatic", "D_vtkMapper_SetStatic")); mixin(bindCode("vtkMapper_GetStatic", "D_vtkMapper_GetStatic")); mixin(bindCode("vtkMapper_StaticOn", "D_vtkMapper_StaticOn")); mixin(bindCode("vtkMapper_StaticOff", "D_vtkMapper_StaticOff")); mixin(bindCode("vtkMapper_SetColorMode", "D_vtkMapper_SetColorMode")); mixin(bindCode("vtkMapper_GetColorMode", "D_vtkMapper_GetColorMode")); mixin(bindCode("vtkMapper_SetColorModeToDefault", "D_vtkMapper_SetColorModeToDefault")); mixin(bindCode("vtkMapper_SetColorModeToMapScalars", "D_vtkMapper_SetColorModeToMapScalars")); mixin(bindCode("vtkMapper_GetColorModeAsString", "D_vtkMapper_GetColorModeAsString")); mixin(bindCode("vtkMapper_SetInterpolateScalarsBeforeMapping", "D_vtkMapper_SetInterpolateScalarsBeforeMapping")); mixin(bindCode("vtkMapper_GetInterpolateScalarsBeforeMapping", "D_vtkMapper_GetInterpolateScalarsBeforeMapping")); mixin(bindCode("vtkMapper_InterpolateScalarsBeforeMappingOn", "D_vtkMapper_InterpolateScalarsBeforeMappingOn")); mixin(bindCode("vtkMapper_InterpolateScalarsBeforeMappingOff", "D_vtkMapper_InterpolateScalarsBeforeMappingOff")); mixin(bindCode("vtkMapper_SetUseLookupTableScalarRange", "D_vtkMapper_SetUseLookupTableScalarRange")); mixin(bindCode("vtkMapper_GetUseLookupTableScalarRange", "D_vtkMapper_GetUseLookupTableScalarRange")); mixin(bindCode("vtkMapper_UseLookupTableScalarRangeOn", "D_vtkMapper_UseLookupTableScalarRangeOn")); mixin(bindCode("vtkMapper_UseLookupTableScalarRangeOff", "D_vtkMapper_UseLookupTableScalarRangeOff")); mixin(bindCode("vtkMapper_SetScalarRange__SWIG_0", "D_vtkMapper_SetScalarRange__SWIG_0")); mixin(bindCode("vtkMapper_SetScalarRange__SWIG_1", "D_vtkMapper_SetScalarRange__SWIG_1")); mixin(bindCode("vtkMapper_GetScalarRange__SWIG_0", "D_vtkMapper_GetScalarRange__SWIG_0")); mixin(bindCode("vtkMapper_GetScalarRange__SWIG_1", "D_vtkMapper_GetScalarRange__SWIG_1")); mixin(bindCode("vtkMapper_SetImmediateModeRendering", "D_vtkMapper_SetImmediateModeRendering")); mixin(bindCode("vtkMapper_GetImmediateModeRendering", "D_vtkMapper_GetImmediateModeRendering")); mixin(bindCode("vtkMapper_ImmediateModeRenderingOn", "D_vtkMapper_ImmediateModeRenderingOn")); mixin(bindCode("vtkMapper_ImmediateModeRenderingOff", "D_vtkMapper_ImmediateModeRenderingOff")); mixin(bindCode("vtkMapper_SetGlobalImmediateModeRendering", "D_vtkMapper_SetGlobalImmediateModeRendering")); mixin(bindCode("vtkMapper_GlobalImmediateModeRenderingOn", "D_vtkMapper_GlobalImmediateModeRenderingOn")); mixin(bindCode("vtkMapper_GlobalImmediateModeRenderingOff", "D_vtkMapper_GlobalImmediateModeRenderingOff")); mixin(bindCode("vtkMapper_GetGlobalImmediateModeRendering", "D_vtkMapper_GetGlobalImmediateModeRendering")); mixin(bindCode("vtkMapper_SetScalarMode", "D_vtkMapper_SetScalarMode")); mixin(bindCode("vtkMapper_GetScalarMode", "D_vtkMapper_GetScalarMode")); mixin(bindCode("vtkMapper_SetScalarModeToDefault", "D_vtkMapper_SetScalarModeToDefault")); mixin(bindCode("vtkMapper_SetScalarModeToUsePointData", "D_vtkMapper_SetScalarModeToUsePointData")); mixin(bindCode("vtkMapper_SetScalarModeToUseCellData", "D_vtkMapper_SetScalarModeToUseCellData")); mixin(bindCode("vtkMapper_SetScalarModeToUsePointFieldData", "D_vtkMapper_SetScalarModeToUsePointFieldData")); mixin(bindCode("vtkMapper_SetScalarModeToUseCellFieldData", "D_vtkMapper_SetScalarModeToUseCellFieldData")); mixin(bindCode("vtkMapper_SetScalarModeToUseFieldData", "D_vtkMapper_SetScalarModeToUseFieldData")); mixin(bindCode("vtkMapper_SelectColorArray__SWIG_0", "D_vtkMapper_SelectColorArray__SWIG_0")); mixin(bindCode("vtkMapper_SelectColorArray__SWIG_1", "D_vtkMapper_SelectColorArray__SWIG_1")); mixin(bindCode("vtkMapper_ColorByArrayComponent__SWIG_0", "D_vtkMapper_ColorByArrayComponent__SWIG_0")); mixin(bindCode("vtkMapper_ColorByArrayComponent__SWIG_1", "D_vtkMapper_ColorByArrayComponent__SWIG_1")); mixin(bindCode("vtkMapper_GetArrayName", "D_vtkMapper_GetArrayName")); mixin(bindCode("vtkMapper_GetArrayId", "D_vtkMapper_GetArrayId")); mixin(bindCode("vtkMapper_GetArrayAccessMode", "D_vtkMapper_GetArrayAccessMode")); mixin(bindCode("vtkMapper_GetArrayComponent", "D_vtkMapper_GetArrayComponent")); mixin(bindCode("vtkMapper_GetScalarModeAsString", "D_vtkMapper_GetScalarModeAsString")); mixin(bindCode("vtkMapper_SetResolveCoincidentTopology", "D_vtkMapper_SetResolveCoincidentTopology")); mixin(bindCode("vtkMapper_GetResolveCoincidentTopology", "D_vtkMapper_GetResolveCoincidentTopology")); mixin(bindCode("vtkMapper_SetResolveCoincidentTopologyToDefault", "D_vtkMapper_SetResolveCoincidentTopologyToDefault")); mixin(bindCode("vtkMapper_SetResolveCoincidentTopologyToOff", "D_vtkMapper_SetResolveCoincidentTopologyToOff")); mixin(bindCode("vtkMapper_SetResolveCoincidentTopologyToPolygonOffset", "D_vtkMapper_SetResolveCoincidentTopologyToPolygonOffset")); mixin(bindCode("vtkMapper_SetResolveCoincidentTopologyToShiftZBuffer", "D_vtkMapper_SetResolveCoincidentTopologyToShiftZBuffer")); mixin(bindCode("vtkMapper_SetResolveCoincidentTopologyPolygonOffsetParameters", "D_vtkMapper_SetResolveCoincidentTopologyPolygonOffsetParameters")); mixin(bindCode("vtkMapper_GetResolveCoincidentTopologyPolygonOffsetParameters", "D_vtkMapper_GetResolveCoincidentTopologyPolygonOffsetParameters")); mixin(bindCode("vtkMapper_SetResolveCoincidentTopologyPolygonOffsetFaces", "D_vtkMapper_SetResolveCoincidentTopologyPolygonOffsetFaces")); mixin(bindCode("vtkMapper_GetResolveCoincidentTopologyPolygonOffsetFaces", "D_vtkMapper_GetResolveCoincidentTopologyPolygonOffsetFaces")); mixin(bindCode("vtkMapper_SetResolveCoincidentTopologyZShift", "D_vtkMapper_SetResolveCoincidentTopologyZShift")); mixin(bindCode("vtkMapper_GetResolveCoincidentTopologyZShift", "D_vtkMapper_GetResolveCoincidentTopologyZShift")); mixin(bindCode("vtkMapper_GetBounds__SWIG_0", "D_vtkMapper_GetBounds__SWIG_0")); mixin(bindCode("vtkMapper_GetBounds__SWIG_1", "D_vtkMapper_GetBounds__SWIG_1")); mixin(bindCode("vtkMapper_SetRenderTime", "D_vtkMapper_SetRenderTime")); mixin(bindCode("vtkMapper_GetRenderTime", "D_vtkMapper_GetRenderTime")); mixin(bindCode("vtkMapper_GetInputAsDataSet", "D_vtkMapper_GetInputAsDataSet")); mixin(bindCode("vtkMapper_MapScalars", "D_vtkMapper_MapScalars")); mixin(bindCode("vtkMapper_SetScalarMaterialMode", "D_vtkMapper_SetScalarMaterialMode")); mixin(bindCode("vtkMapper_GetScalarMaterialMode", "D_vtkMapper_GetScalarMaterialMode")); mixin(bindCode("vtkMapper_SetScalarMaterialModeToDefault", "D_vtkMapper_SetScalarMaterialModeToDefault")); mixin(bindCode("vtkMapper_SetScalarMaterialModeToAmbient", "D_vtkMapper_SetScalarMaterialModeToAmbient")); mixin(bindCode("vtkMapper_SetScalarMaterialModeToDiffuse", "D_vtkMapper_SetScalarMaterialModeToDiffuse")); mixin(bindCode("vtkMapper_SetScalarMaterialModeToAmbientAndDiffuse", "D_vtkMapper_SetScalarMaterialModeToAmbientAndDiffuse")); mixin(bindCode("vtkMapper_GetScalarMaterialModeAsString", "D_vtkMapper_GetScalarMaterialModeAsString")); mixin(bindCode("vtkMapper_GetIsOpaque", "D_vtkMapper_GetIsOpaque")); mixin(bindCode("vtkMapper_GetSupportsSelection", "D_vtkMapper_GetSupportsSelection")); mixin(bindCode("vtkMapper_Upcast", "D_vtkMapper_Upcast")); mixin(bindCode("vtkCompositePolyDataMapper_New", "D_vtkCompositePolyDataMapper_New")); mixin(bindCode("vtkCompositePolyDataMapper_IsTypeOf", "D_vtkCompositePolyDataMapper_IsTypeOf")); mixin(bindCode("vtkCompositePolyDataMapper_SafeDownCast", "D_vtkCompositePolyDataMapper_SafeDownCast")); mixin(bindCode("vtkCompositePolyDataMapper_NewInstance", "D_vtkCompositePolyDataMapper_NewInstance")); mixin(bindCode("vtkCompositePolyDataMapper_GetBounds__SWIG_0", "D_vtkCompositePolyDataMapper_GetBounds__SWIG_0")); mixin(bindCode("vtkCompositePolyDataMapper_GetBounds__SWIG_1", "D_vtkCompositePolyDataMapper_GetBounds__SWIG_1")); mixin(bindCode("vtkCompositePolyDataMapper_Upcast", "D_vtkCompositePolyDataMapper_Upcast")); mixin(bindCode("vtkHierarchicalPolyDataMapper_New", "D_vtkHierarchicalPolyDataMapper_New")); mixin(bindCode("vtkHierarchicalPolyDataMapper_IsTypeOf", "D_vtkHierarchicalPolyDataMapper_IsTypeOf")); mixin(bindCode("vtkHierarchicalPolyDataMapper_SafeDownCast", "D_vtkHierarchicalPolyDataMapper_SafeDownCast")); mixin(bindCode("vtkHierarchicalPolyDataMapper_NewInstance", "D_vtkHierarchicalPolyDataMapper_NewInstance")); mixin(bindCode("vtkHierarchicalPolyDataMapper_Upcast", "D_vtkHierarchicalPolyDataMapper_Upcast")); mixin(bindCode("vtkAbstractContextItem_IsTypeOf", "D_vtkAbstractContextItem_IsTypeOf")); mixin(bindCode("vtkAbstractContextItem_SafeDownCast", "D_vtkAbstractContextItem_SafeDownCast")); mixin(bindCode("vtkAbstractContextItem_NewInstance", "D_vtkAbstractContextItem_NewInstance")); mixin(bindCode("vtkAbstractContextItem_Update", "D_vtkAbstractContextItem_Update")); mixin(bindCode("vtkAbstractContextItem_Paint", "D_vtkAbstractContextItem_Paint")); mixin(bindCode("vtkAbstractContextItem_PaintChildren", "D_vtkAbstractContextItem_PaintChildren")); mixin(bindCode("vtkAbstractContextItem_ReleaseGraphicsResources", "D_vtkAbstractContextItem_ReleaseGraphicsResources")); mixin(bindCode("vtkAbstractContextItem_AddItem", "D_vtkAbstractContextItem_AddItem")); mixin(bindCode("vtkAbstractContextItem_RemoveItem__SWIG_0", "D_vtkAbstractContextItem_RemoveItem__SWIG_0")); mixin(bindCode("vtkAbstractContextItem_RemoveItem__SWIG_1", "D_vtkAbstractContextItem_RemoveItem__SWIG_1")); mixin(bindCode("vtkAbstractContextItem_GetItem", "D_vtkAbstractContextItem_GetItem")); mixin(bindCode("vtkAbstractContextItem_GetNumberOfItems", "D_vtkAbstractContextItem_GetNumberOfItems")); mixin(bindCode("vtkAbstractContextItem_ClearItems", "D_vtkAbstractContextItem_ClearItems")); mixin(bindCode("vtkAbstractContextItem_SetScene", "D_vtkAbstractContextItem_SetScene")); mixin(bindCode("vtkAbstractContextItem_GetScene", "D_vtkAbstractContextItem_GetScene")); mixin(bindCode("vtkAbstractContextItem_SetParent", "D_vtkAbstractContextItem_SetParent")); mixin(bindCode("vtkAbstractContextItem_GetParent", "D_vtkAbstractContextItem_GetParent")); mixin(bindCode("vtkAbstractContextItem_MapToParent", "D_vtkAbstractContextItem_MapToParent")); mixin(bindCode("vtkAbstractContextItem_MapFromParent", "D_vtkAbstractContextItem_MapFromParent")); mixin(bindCode("vtkAbstractContextItem_MapToScene", "D_vtkAbstractContextItem_MapToScene")); mixin(bindCode("vtkAbstractContextItem_MapFromScene", "D_vtkAbstractContextItem_MapFromScene")); mixin(bindCode("vtkAbstractContextItem_GetVisible", "D_vtkAbstractContextItem_GetVisible")); mixin(bindCode("vtkAbstractContextItem_SetVisible", "D_vtkAbstractContextItem_SetVisible")); mixin(bindCode("vtkAbstractContextItem_GetInteractive", "D_vtkAbstractContextItem_GetInteractive")); mixin(bindCode("vtkAbstractContextItem_SetInteractive", "D_vtkAbstractContextItem_SetInteractive")); mixin(bindCode("new_vtkAbstractContextItem", "D_new_vtkAbstractContextItem")); mixin(bindCode("delete_vtkAbstractContextItem", "D_delete_vtkAbstractContextItem")); mixin(bindCode("vtkAbstractContextItem_Upcast", "D_vtkAbstractContextItem_Upcast")); mixin(bindCode("vtkContextItem_IsTypeOf", "D_vtkContextItem_IsTypeOf")); mixin(bindCode("vtkContextItem_SafeDownCast", "D_vtkContextItem_SafeDownCast")); mixin(bindCode("vtkContextItem_NewInstance", "D_vtkContextItem_NewInstance")); mixin(bindCode("vtkContextItem_GetOpacity", "D_vtkContextItem_GetOpacity")); mixin(bindCode("vtkContextItem_SetOpacity", "D_vtkContextItem_SetOpacity")); mixin(bindCode("new_vtkContextItem", "D_new_vtkContextItem")); mixin(bindCode("delete_vtkContextItem", "D_delete_vtkContextItem")); mixin(bindCode("vtkContextItem_Upcast", "D_vtkContextItem_Upcast")); mixin(bindCode("new_vtkCharTuple1TN__SWIG_0", "D_new_vtkCharTuple1TN__SWIG_0")); mixin(bindCode("new_vtkCharTuple1TN__SWIG_1", "D_new_vtkCharTuple1TN__SWIG_1")); mixin(bindCode("new_vtkCharTuple1TN__SWIG_2", "D_new_vtkCharTuple1TN__SWIG_2")); mixin(bindCode("vtkCharTuple1TN_GetSize", "D_vtkCharTuple1TN_GetSize")); mixin(bindCode("vtkCharTuple1TN_GetData__SWIG_0", "D_vtkCharTuple1TN_GetData__SWIG_0")); mixin(bindCode("vtkCharTuple1TN_opIndex__SWIG_0", "D_vtkCharTuple1TN_opIndex__SWIG_0")); mixin(bindCode("vtkCharTuple1TN_opCall", "D_vtkCharTuple1TN_opCall")); mixin(bindCode("vtkCharTuple1TN_Compare", "D_vtkCharTuple1TN_Compare")); mixin(bindCode("delete_vtkCharTuple1TN", "D_delete_vtkCharTuple1TN")); mixin(bindCode("new_vtkCharTuple2TN__SWIG_0", "D_new_vtkCharTuple2TN__SWIG_0")); mixin(bindCode("new_vtkCharTuple2TN__SWIG_1", "D_new_vtkCharTuple2TN__SWIG_1")); mixin(bindCode("new_vtkCharTuple2TN__SWIG_2", "D_new_vtkCharTuple2TN__SWIG_2")); mixin(bindCode("vtkCharTuple2TN_GetSize", "D_vtkCharTuple2TN_GetSize")); mixin(bindCode("vtkCharTuple2TN_GetData__SWIG_0", "D_vtkCharTuple2TN_GetData__SWIG_0")); mixin(bindCode("vtkCharTuple2TN_opIndex__SWIG_0", "D_vtkCharTuple2TN_opIndex__SWIG_0")); mixin(bindCode("vtkCharTuple2TN_opCall", "D_vtkCharTuple2TN_opCall")); mixin(bindCode("vtkCharTuple2TN_Compare", "D_vtkCharTuple2TN_Compare")); mixin(bindCode("delete_vtkCharTuple2TN", "D_delete_vtkCharTuple2TN")); mixin(bindCode("new_vtkCharTuple3TN__SWIG_0", "D_new_vtkCharTuple3TN__SWIG_0")); mixin(bindCode("new_vtkCharTuple3TN__SWIG_1", "D_new_vtkCharTuple3TN__SWIG_1")); mixin(bindCode("new_vtkCharTuple3TN__SWIG_2", "D_new_vtkCharTuple3TN__SWIG_2")); mixin(bindCode("vtkCharTuple3TN_GetSize", "D_vtkCharTuple3TN_GetSize")); mixin(bindCode("vtkCharTuple3TN_GetData__SWIG_0", "D_vtkCharTuple3TN_GetData__SWIG_0")); mixin(bindCode("vtkCharTuple3TN_opIndex__SWIG_0", "D_vtkCharTuple3TN_opIndex__SWIG_0")); mixin(bindCode("vtkCharTuple3TN_opCall", "D_vtkCharTuple3TN_opCall")); mixin(bindCode("vtkCharTuple3TN_Compare", "D_vtkCharTuple3TN_Compare")); mixin(bindCode("delete_vtkCharTuple3TN", "D_delete_vtkCharTuple3TN")); mixin(bindCode("new_vtkCharTuple4TN__SWIG_0", "D_new_vtkCharTuple4TN__SWIG_0")); mixin(bindCode("new_vtkCharTuple4TN__SWIG_1", "D_new_vtkCharTuple4TN__SWIG_1")); mixin(bindCode("new_vtkCharTuple4TN__SWIG_2", "D_new_vtkCharTuple4TN__SWIG_2")); mixin(bindCode("vtkCharTuple4TN_GetSize", "D_vtkCharTuple4TN_GetSize")); mixin(bindCode("vtkCharTuple4TN_GetData__SWIG_0", "D_vtkCharTuple4TN_GetData__SWIG_0")); mixin(bindCode("vtkCharTuple4TN_opIndex__SWIG_0", "D_vtkCharTuple4TN_opIndex__SWIG_0")); mixin(bindCode("vtkCharTuple4TN_opCall", "D_vtkCharTuple4TN_opCall")); mixin(bindCode("vtkCharTuple4TN_Compare", "D_vtkCharTuple4TN_Compare")); mixin(bindCode("delete_vtkCharTuple4TN", "D_delete_vtkCharTuple4TN")); mixin(bindCode("new_vtkCharTuple5TN__SWIG_0", "D_new_vtkCharTuple5TN__SWIG_0")); mixin(bindCode("new_vtkCharTuple5TN__SWIG_1", "D_new_vtkCharTuple5TN__SWIG_1")); mixin(bindCode("new_vtkCharTuple5TN__SWIG_2", "D_new_vtkCharTuple5TN__SWIG_2")); mixin(bindCode("vtkCharTuple5TN_GetSize", "D_vtkCharTuple5TN_GetSize")); mixin(bindCode("vtkCharTuple5TN_GetData__SWIG_0", "D_vtkCharTuple5TN_GetData__SWIG_0")); mixin(bindCode("vtkCharTuple5TN_opIndex__SWIG_0", "D_vtkCharTuple5TN_opIndex__SWIG_0")); mixin(bindCode("vtkCharTuple5TN_opCall", "D_vtkCharTuple5TN_opCall")); mixin(bindCode("vtkCharTuple5TN_Compare", "D_vtkCharTuple5TN_Compare")); mixin(bindCode("delete_vtkCharTuple5TN", "D_delete_vtkCharTuple5TN")); mixin(bindCode("new_vtkCharTuple6TN__SWIG_0", "D_new_vtkCharTuple6TN__SWIG_0")); mixin(bindCode("new_vtkCharTuple6TN__SWIG_1", "D_new_vtkCharTuple6TN__SWIG_1")); mixin(bindCode("new_vtkCharTuple6TN__SWIG_2", "D_new_vtkCharTuple6TN__SWIG_2")); mixin(bindCode("vtkCharTuple6TN_GetSize", "D_vtkCharTuple6TN_GetSize")); mixin(bindCode("vtkCharTuple6TN_GetData__SWIG_0", "D_vtkCharTuple6TN_GetData__SWIG_0")); mixin(bindCode("vtkCharTuple6TN_opIndex__SWIG_0", "D_vtkCharTuple6TN_opIndex__SWIG_0")); mixin(bindCode("vtkCharTuple6TN_opCall", "D_vtkCharTuple6TN_opCall")); mixin(bindCode("vtkCharTuple6TN_Compare", "D_vtkCharTuple6TN_Compare")); mixin(bindCode("delete_vtkCharTuple6TN", "D_delete_vtkCharTuple6TN")); mixin(bindCode("new_vtkCharTuple7TN__SWIG_0", "D_new_vtkCharTuple7TN__SWIG_0")); mixin(bindCode("new_vtkCharTuple7TN__SWIG_1", "D_new_vtkCharTuple7TN__SWIG_1")); mixin(bindCode("new_vtkCharTuple7TN__SWIG_2", "D_new_vtkCharTuple7TN__SWIG_2")); mixin(bindCode("vtkCharTuple7TN_GetSize", "D_vtkCharTuple7TN_GetSize")); mixin(bindCode("vtkCharTuple7TN_GetData__SWIG_0", "D_vtkCharTuple7TN_GetData__SWIG_0")); mixin(bindCode("vtkCharTuple7TN_opIndex__SWIG_0", "D_vtkCharTuple7TN_opIndex__SWIG_0")); mixin(bindCode("vtkCharTuple7TN_opCall", "D_vtkCharTuple7TN_opCall")); mixin(bindCode("vtkCharTuple7TN_Compare", "D_vtkCharTuple7TN_Compare")); mixin(bindCode("delete_vtkCharTuple7TN", "D_delete_vtkCharTuple7TN")); mixin(bindCode("new_vtkCharTuple8TN__SWIG_0", "D_new_vtkCharTuple8TN__SWIG_0")); mixin(bindCode("new_vtkCharTuple8TN__SWIG_1", "D_new_vtkCharTuple8TN__SWIG_1")); mixin(bindCode("new_vtkCharTuple8TN__SWIG_2", "D_new_vtkCharTuple8TN__SWIG_2")); mixin(bindCode("vtkCharTuple8TN_GetSize", "D_vtkCharTuple8TN_GetSize")); mixin(bindCode("vtkCharTuple8TN_GetData__SWIG_0", "D_vtkCharTuple8TN_GetData__SWIG_0")); mixin(bindCode("vtkCharTuple8TN_opIndex__SWIG_0", "D_vtkCharTuple8TN_opIndex__SWIG_0")); mixin(bindCode("vtkCharTuple8TN_opCall", "D_vtkCharTuple8TN_opCall")); mixin(bindCode("vtkCharTuple8TN_Compare", "D_vtkCharTuple8TN_Compare")); mixin(bindCode("delete_vtkCharTuple8TN", "D_delete_vtkCharTuple8TN")); mixin(bindCode("new_vtkCharTuple9TN__SWIG_0", "D_new_vtkCharTuple9TN__SWIG_0")); mixin(bindCode("new_vtkCharTuple9TN__SWIG_1", "D_new_vtkCharTuple9TN__SWIG_1")); mixin(bindCode("new_vtkCharTuple9TN__SWIG_2", "D_new_vtkCharTuple9TN__SWIG_2")); mixin(bindCode("vtkCharTuple9TN_GetSize", "D_vtkCharTuple9TN_GetSize")); mixin(bindCode("vtkCharTuple9TN_GetData__SWIG_0", "D_vtkCharTuple9TN_GetData__SWIG_0")); mixin(bindCode("vtkCharTuple9TN_opIndex__SWIG_0", "D_vtkCharTuple9TN_opIndex__SWIG_0")); mixin(bindCode("vtkCharTuple9TN_opCall", "D_vtkCharTuple9TN_opCall")); mixin(bindCode("vtkCharTuple9TN_Compare", "D_vtkCharTuple9TN_Compare")); mixin(bindCode("delete_vtkCharTuple9TN", "D_delete_vtkCharTuple9TN")); mixin(bindCode("new_vtkCharTuple10TN__SWIG_0", "D_new_vtkCharTuple10TN__SWIG_0")); mixin(bindCode("new_vtkCharTuple10TN__SWIG_1", "D_new_vtkCharTuple10TN__SWIG_1")); mixin(bindCode("new_vtkCharTuple10TN__SWIG_2", "D_new_vtkCharTuple10TN__SWIG_2")); mixin(bindCode("vtkCharTuple10TN_GetSize", "D_vtkCharTuple10TN_GetSize")); mixin(bindCode("vtkCharTuple10TN_GetData__SWIG_0", "D_vtkCharTuple10TN_GetData__SWIG_0")); mixin(bindCode("vtkCharTuple10TN_opIndex__SWIG_0", "D_vtkCharTuple10TN_opIndex__SWIG_0")); mixin(bindCode("vtkCharTuple10TN_opCall", "D_vtkCharTuple10TN_opCall")); mixin(bindCode("vtkCharTuple10TN_Compare", "D_vtkCharTuple10TN_Compare")); mixin(bindCode("delete_vtkCharTuple10TN", "D_delete_vtkCharTuple10TN")); mixin(bindCode("new_vtkUnsignedCharTuple1TN__SWIG_0", "D_new_vtkUnsignedCharTuple1TN__SWIG_0")); mixin(bindCode("new_vtkUnsignedCharTuple1TN__SWIG_1", "D_new_vtkUnsignedCharTuple1TN__SWIG_1")); mixin(bindCode("new_vtkUnsignedCharTuple1TN__SWIG_2", "D_new_vtkUnsignedCharTuple1TN__SWIG_2")); mixin(bindCode("vtkUnsignedCharTuple1TN_GetSize", "D_vtkUnsignedCharTuple1TN_GetSize")); mixin(bindCode("vtkUnsignedCharTuple1TN_GetData__SWIG_0", "D_vtkUnsignedCharTuple1TN_GetData__SWIG_0")); mixin(bindCode("vtkUnsignedCharTuple1TN_opIndex__SWIG_0", "D_vtkUnsignedCharTuple1TN_opIndex__SWIG_0")); mixin(bindCode("vtkUnsignedCharTuple1TN_opCall", "D_vtkUnsignedCharTuple1TN_opCall")); mixin(bindCode("vtkUnsignedCharTuple1TN_Compare", "D_vtkUnsignedCharTuple1TN_Compare")); mixin(bindCode("delete_vtkUnsignedCharTuple1TN", "D_delete_vtkUnsignedCharTuple1TN")); mixin(bindCode("new_vtkUnsignedCharTuple2TN__SWIG_0", "D_new_vtkUnsignedCharTuple2TN__SWIG_0")); mixin(bindCode("new_vtkUnsignedCharTuple2TN__SWIG_1", "D_new_vtkUnsignedCharTuple2TN__SWIG_1")); mixin(bindCode("new_vtkUnsignedCharTuple2TN__SWIG_2", "D_new_vtkUnsignedCharTuple2TN__SWIG_2")); mixin(bindCode("vtkUnsignedCharTuple2TN_GetSize", "D_vtkUnsignedCharTuple2TN_GetSize")); mixin(bindCode("vtkUnsignedCharTuple2TN_GetData__SWIG_0", "D_vtkUnsignedCharTuple2TN_GetData__SWIG_0")); mixin(bindCode("vtkUnsignedCharTuple2TN_opIndex__SWIG_0", "D_vtkUnsignedCharTuple2TN_opIndex__SWIG_0")); mixin(bindCode("vtkUnsignedCharTuple2TN_opCall", "D_vtkUnsignedCharTuple2TN_opCall")); mixin(bindCode("vtkUnsignedCharTuple2TN_Compare", "D_vtkUnsignedCharTuple2TN_Compare")); mixin(bindCode("delete_vtkUnsignedCharTuple2TN", "D_delete_vtkUnsignedCharTuple2TN")); mixin(bindCode("new_vtkUnsignedCharTuple3TN__SWIG_0", "D_new_vtkUnsignedCharTuple3TN__SWIG_0")); mixin(bindCode("new_vtkUnsignedCharTuple3TN__SWIG_1", "D_new_vtkUnsignedCharTuple3TN__SWIG_1")); mixin(bindCode("new_vtkUnsignedCharTuple3TN__SWIG_2", "D_new_vtkUnsignedCharTuple3TN__SWIG_2")); mixin(bindCode("vtkUnsignedCharTuple3TN_GetSize", "D_vtkUnsignedCharTuple3TN_GetSize")); mixin(bindCode("vtkUnsignedCharTuple3TN_GetData__SWIG_0", "D_vtkUnsignedCharTuple3TN_GetData__SWIG_0")); mixin(bindCode("vtkUnsignedCharTuple3TN_opIndex__SWIG_0", "D_vtkUnsignedCharTuple3TN_opIndex__SWIG_0")); mixin(bindCode("vtkUnsignedCharTuple3TN_opCall", "D_vtkUnsignedCharTuple3TN_opCall")); mixin(bindCode("vtkUnsignedCharTuple3TN_Compare", "D_vtkUnsignedCharTuple3TN_Compare")); mixin(bindCode("delete_vtkUnsignedCharTuple3TN", "D_delete_vtkUnsignedCharTuple3TN")); mixin(bindCode("new_vtkUnsignedCharTuple4TN__SWIG_0", "D_new_vtkUnsignedCharTuple4TN__SWIG_0")); mixin(bindCode("new_vtkUnsignedCharTuple4TN__SWIG_1", "D_new_vtkUnsignedCharTuple4TN__SWIG_1")); mixin(bindCode("new_vtkUnsignedCharTuple4TN__SWIG_2", "D_new_vtkUnsignedCharTuple4TN__SWIG_2")); mixin(bindCode("vtkUnsignedCharTuple4TN_GetSize", "D_vtkUnsignedCharTuple4TN_GetSize")); mixin(bindCode("vtkUnsignedCharTuple4TN_GetData__SWIG_0", "D_vtkUnsignedCharTuple4TN_GetData__SWIG_0")); mixin(bindCode("vtkUnsignedCharTuple4TN_opIndex__SWIG_0", "D_vtkUnsignedCharTuple4TN_opIndex__SWIG_0")); mixin(bindCode("vtkUnsignedCharTuple4TN_opCall", "D_vtkUnsignedCharTuple4TN_opCall")); mixin(bindCode("vtkUnsignedCharTuple4TN_Compare", "D_vtkUnsignedCharTuple4TN_Compare")); mixin(bindCode("delete_vtkUnsignedCharTuple4TN", "D_delete_vtkUnsignedCharTuple4TN")); mixin(bindCode("new_vtkUnsignedCharTuple5TN__SWIG_0", "D_new_vtkUnsignedCharTuple5TN__SWIG_0")); mixin(bindCode("new_vtkUnsignedCharTuple5TN__SWIG_1", "D_new_vtkUnsignedCharTuple5TN__SWIG_1")); mixin(bindCode("new_vtkUnsignedCharTuple5TN__SWIG_2", "D_new_vtkUnsignedCharTuple5TN__SWIG_2")); mixin(bindCode("vtkUnsignedCharTuple5TN_GetSize", "D_vtkUnsignedCharTuple5TN_GetSize")); mixin(bindCode("vtkUnsignedCharTuple5TN_GetData__SWIG_0", "D_vtkUnsignedCharTuple5TN_GetData__SWIG_0")); mixin(bindCode("vtkUnsignedCharTuple5TN_opIndex__SWIG_0", "D_vtkUnsignedCharTuple5TN_opIndex__SWIG_0")); mixin(bindCode("vtkUnsignedCharTuple5TN_opCall", "D_vtkUnsignedCharTuple5TN_opCall")); mixin(bindCode("vtkUnsignedCharTuple5TN_Compare", "D_vtkUnsignedCharTuple5TN_Compare")); mixin(bindCode("delete_vtkUnsignedCharTuple5TN", "D_delete_vtkUnsignedCharTuple5TN")); mixin(bindCode("new_vtkUnsignedCharTuple6TN__SWIG_0", "D_new_vtkUnsignedCharTuple6TN__SWIG_0")); mixin(bindCode("new_vtkUnsignedCharTuple6TN__SWIG_1", "D_new_vtkUnsignedCharTuple6TN__SWIG_1")); mixin(bindCode("new_vtkUnsignedCharTuple6TN__SWIG_2", "D_new_vtkUnsignedCharTuple6TN__SWIG_2")); mixin(bindCode("vtkUnsignedCharTuple6TN_GetSize", "D_vtkUnsignedCharTuple6TN_GetSize")); mixin(bindCode("vtkUnsignedCharTuple6TN_GetData__SWIG_0", "D_vtkUnsignedCharTuple6TN_GetData__SWIG_0")); mixin(bindCode("vtkUnsignedCharTuple6TN_opIndex__SWIG_0", "D_vtkUnsignedCharTuple6TN_opIndex__SWIG_0")); mixin(bindCode("vtkUnsignedCharTuple6TN_opCall", "D_vtkUnsignedCharTuple6TN_opCall")); mixin(bindCode("vtkUnsignedCharTuple6TN_Compare", "D_vtkUnsignedCharTuple6TN_Compare")); mixin(bindCode("delete_vtkUnsignedCharTuple6TN", "D_delete_vtkUnsignedCharTuple6TN")); mixin(bindCode("new_vtkUnsignedCharTuple7TN__SWIG_0", "D_new_vtkUnsignedCharTuple7TN__SWIG_0")); mixin(bindCode("new_vtkUnsignedCharTuple7TN__SWIG_1", "D_new_vtkUnsignedCharTuple7TN__SWIG_1")); mixin(bindCode("new_vtkUnsignedCharTuple7TN__SWIG_2", "D_new_vtkUnsignedCharTuple7TN__SWIG_2")); mixin(bindCode("vtkUnsignedCharTuple7TN_GetSize", "D_vtkUnsignedCharTuple7TN_GetSize")); mixin(bindCode("vtkUnsignedCharTuple7TN_GetData__SWIG_0", "D_vtkUnsignedCharTuple7TN_GetData__SWIG_0")); mixin(bindCode("vtkUnsignedCharTuple7TN_opIndex__SWIG_0", "D_vtkUnsignedCharTuple7TN_opIndex__SWIG_0")); mixin(bindCode("vtkUnsignedCharTuple7TN_opCall", "D_vtkUnsignedCharTuple7TN_opCall")); mixin(bindCode("vtkUnsignedCharTuple7TN_Compare", "D_vtkUnsignedCharTuple7TN_Compare")); mixin(bindCode("delete_vtkUnsignedCharTuple7TN", "D_delete_vtkUnsignedCharTuple7TN")); mixin(bindCode("new_vtkUnsignedCharTuple8TN__SWIG_0", "D_new_vtkUnsignedCharTuple8TN__SWIG_0")); mixin(bindCode("new_vtkUnsignedCharTuple8TN__SWIG_1", "D_new_vtkUnsignedCharTuple8TN__SWIG_1")); mixin(bindCode("new_vtkUnsignedCharTuple8TN__SWIG_2", "D_new_vtkUnsignedCharTuple8TN__SWIG_2")); mixin(bindCode("vtkUnsignedCharTuple8TN_GetSize", "D_vtkUnsignedCharTuple8TN_GetSize")); mixin(bindCode("vtkUnsignedCharTuple8TN_GetData__SWIG_0", "D_vtkUnsignedCharTuple8TN_GetData__SWIG_0")); mixin(bindCode("vtkUnsignedCharTuple8TN_opIndex__SWIG_0", "D_vtkUnsignedCharTuple8TN_opIndex__SWIG_0")); mixin(bindCode("vtkUnsignedCharTuple8TN_opCall", "D_vtkUnsignedCharTuple8TN_opCall")); mixin(bindCode("vtkUnsignedCharTuple8TN_Compare", "D_vtkUnsignedCharTuple8TN_Compare")); mixin(bindCode("delete_vtkUnsignedCharTuple8TN", "D_delete_vtkUnsignedCharTuple8TN")); mixin(bindCode("new_vtkUnsignedCharTuple9TN__SWIG_0", "D_new_vtkUnsignedCharTuple9TN__SWIG_0")); mixin(bindCode("new_vtkUnsignedCharTuple9TN__SWIG_1", "D_new_vtkUnsignedCharTuple9TN__SWIG_1")); mixin(bindCode("new_vtkUnsignedCharTuple9TN__SWIG_2", "D_new_vtkUnsignedCharTuple9TN__SWIG_2")); mixin(bindCode("vtkUnsignedCharTuple9TN_GetSize", "D_vtkUnsignedCharTuple9TN_GetSize")); mixin(bindCode("vtkUnsignedCharTuple9TN_GetData__SWIG_0", "D_vtkUnsignedCharTuple9TN_GetData__SWIG_0")); mixin(bindCode("vtkUnsignedCharTuple9TN_opIndex__SWIG_0", "D_vtkUnsignedCharTuple9TN_opIndex__SWIG_0")); mixin(bindCode("vtkUnsignedCharTuple9TN_opCall", "D_vtkUnsignedCharTuple9TN_opCall")); mixin(bindCode("vtkUnsignedCharTuple9TN_Compare", "D_vtkUnsignedCharTuple9TN_Compare")); mixin(bindCode("delete_vtkUnsignedCharTuple9TN", "D_delete_vtkUnsignedCharTuple9TN")); mixin(bindCode("new_vtkUnsignedCharTuple10TN__SWIG_0", "D_new_vtkUnsignedCharTuple10TN__SWIG_0")); mixin(bindCode("new_vtkUnsignedCharTuple10TN__SWIG_1", "D_new_vtkUnsignedCharTuple10TN__SWIG_1")); mixin(bindCode("new_vtkUnsignedCharTuple10TN__SWIG_2", "D_new_vtkUnsignedCharTuple10TN__SWIG_2")); mixin(bindCode("vtkUnsignedCharTuple10TN_GetSize", "D_vtkUnsignedCharTuple10TN_GetSize")); mixin(bindCode("vtkUnsignedCharTuple10TN_GetData__SWIG_0", "D_vtkUnsignedCharTuple10TN_GetData__SWIG_0")); mixin(bindCode("vtkUnsignedCharTuple10TN_opIndex__SWIG_0", "D_vtkUnsignedCharTuple10TN_opIndex__SWIG_0")); mixin(bindCode("vtkUnsignedCharTuple10TN_opCall", "D_vtkUnsignedCharTuple10TN_opCall")); mixin(bindCode("vtkUnsignedCharTuple10TN_Compare", "D_vtkUnsignedCharTuple10TN_Compare")); mixin(bindCode("delete_vtkUnsignedCharTuple10TN", "D_delete_vtkUnsignedCharTuple10TN")); mixin(bindCode("new_vtkShortTuple1TN__SWIG_0", "D_new_vtkShortTuple1TN__SWIG_0")); mixin(bindCode("new_vtkShortTuple1TN__SWIG_1", "D_new_vtkShortTuple1TN__SWIG_1")); mixin(bindCode("new_vtkShortTuple1TN__SWIG_2", "D_new_vtkShortTuple1TN__SWIG_2")); mixin(bindCode("vtkShortTuple1TN_GetSize", "D_vtkShortTuple1TN_GetSize")); mixin(bindCode("vtkShortTuple1TN_GetData__SWIG_0", "D_vtkShortTuple1TN_GetData__SWIG_0")); mixin(bindCode("vtkShortTuple1TN_opIndex__SWIG_0", "D_vtkShortTuple1TN_opIndex__SWIG_0")); mixin(bindCode("vtkShortTuple1TN_opCall", "D_vtkShortTuple1TN_opCall")); mixin(bindCode("vtkShortTuple1TN_Compare", "D_vtkShortTuple1TN_Compare")); mixin(bindCode("delete_vtkShortTuple1TN", "D_delete_vtkShortTuple1TN")); mixin(bindCode("new_vtkShortTuple2TN__SWIG_0", "D_new_vtkShortTuple2TN__SWIG_0")); mixin(bindCode("new_vtkShortTuple2TN__SWIG_1", "D_new_vtkShortTuple2TN__SWIG_1")); mixin(bindCode("new_vtkShortTuple2TN__SWIG_2", "D_new_vtkShortTuple2TN__SWIG_2")); mixin(bindCode("vtkShortTuple2TN_GetSize", "D_vtkShortTuple2TN_GetSize")); mixin(bindCode("vtkShortTuple2TN_GetData__SWIG_0", "D_vtkShortTuple2TN_GetData__SWIG_0")); mixin(bindCode("vtkShortTuple2TN_opIndex__SWIG_0", "D_vtkShortTuple2TN_opIndex__SWIG_0")); mixin(bindCode("vtkShortTuple2TN_opCall", "D_vtkShortTuple2TN_opCall")); mixin(bindCode("vtkShortTuple2TN_Compare", "D_vtkShortTuple2TN_Compare")); mixin(bindCode("delete_vtkShortTuple2TN", "D_delete_vtkShortTuple2TN")); mixin(bindCode("new_vtkShortTuple3TN__SWIG_0", "D_new_vtkShortTuple3TN__SWIG_0")); mixin(bindCode("new_vtkShortTuple3TN__SWIG_1", "D_new_vtkShortTuple3TN__SWIG_1")); mixin(bindCode("new_vtkShortTuple3TN__SWIG_2", "D_new_vtkShortTuple3TN__SWIG_2")); mixin(bindCode("vtkShortTuple3TN_GetSize", "D_vtkShortTuple3TN_GetSize")); mixin(bindCode("vtkShortTuple3TN_GetData__SWIG_0", "D_vtkShortTuple3TN_GetData__SWIG_0")); mixin(bindCode("vtkShortTuple3TN_opIndex__SWIG_0", "D_vtkShortTuple3TN_opIndex__SWIG_0")); mixin(bindCode("vtkShortTuple3TN_opCall", "D_vtkShortTuple3TN_opCall")); mixin(bindCode("vtkShortTuple3TN_Compare", "D_vtkShortTuple3TN_Compare")); mixin(bindCode("delete_vtkShortTuple3TN", "D_delete_vtkShortTuple3TN")); mixin(bindCode("new_vtkShortTuple4TN__SWIG_0", "D_new_vtkShortTuple4TN__SWIG_0")); mixin(bindCode("new_vtkShortTuple4TN__SWIG_1", "D_new_vtkShortTuple4TN__SWIG_1")); mixin(bindCode("new_vtkShortTuple4TN__SWIG_2", "D_new_vtkShortTuple4TN__SWIG_2")); mixin(bindCode("vtkShortTuple4TN_GetSize", "D_vtkShortTuple4TN_GetSize")); mixin(bindCode("vtkShortTuple4TN_GetData__SWIG_0", "D_vtkShortTuple4TN_GetData__SWIG_0")); mixin(bindCode("vtkShortTuple4TN_opIndex__SWIG_0", "D_vtkShortTuple4TN_opIndex__SWIG_0")); mixin(bindCode("vtkShortTuple4TN_opCall", "D_vtkShortTuple4TN_opCall")); mixin(bindCode("vtkShortTuple4TN_Compare", "D_vtkShortTuple4TN_Compare")); mixin(bindCode("delete_vtkShortTuple4TN", "D_delete_vtkShortTuple4TN")); mixin(bindCode("new_vtkShortTuple5TN__SWIG_0", "D_new_vtkShortTuple5TN__SWIG_0")); mixin(bindCode("new_vtkShortTuple5TN__SWIG_1", "D_new_vtkShortTuple5TN__SWIG_1")); mixin(bindCode("new_vtkShortTuple5TN__SWIG_2", "D_new_vtkShortTuple5TN__SWIG_2")); mixin(bindCode("vtkShortTuple5TN_GetSize", "D_vtkShortTuple5TN_GetSize")); mixin(bindCode("vtkShortTuple5TN_GetData__SWIG_0", "D_vtkShortTuple5TN_GetData__SWIG_0")); mixin(bindCode("vtkShortTuple5TN_opIndex__SWIG_0", "D_vtkShortTuple5TN_opIndex__SWIG_0")); mixin(bindCode("vtkShortTuple5TN_opCall", "D_vtkShortTuple5TN_opCall")); mixin(bindCode("vtkShortTuple5TN_Compare", "D_vtkShortTuple5TN_Compare")); mixin(bindCode("delete_vtkShortTuple5TN", "D_delete_vtkShortTuple5TN")); mixin(bindCode("new_vtkShortTuple6TN__SWIG_0", "D_new_vtkShortTuple6TN__SWIG_0")); mixin(bindCode("new_vtkShortTuple6TN__SWIG_1", "D_new_vtkShortTuple6TN__SWIG_1")); mixin(bindCode("new_vtkShortTuple6TN__SWIG_2", "D_new_vtkShortTuple6TN__SWIG_2")); mixin(bindCode("vtkShortTuple6TN_GetSize", "D_vtkShortTuple6TN_GetSize")); mixin(bindCode("vtkShortTuple6TN_GetData__SWIG_0", "D_vtkShortTuple6TN_GetData__SWIG_0")); mixin(bindCode("vtkShortTuple6TN_opIndex__SWIG_0", "D_vtkShortTuple6TN_opIndex__SWIG_0")); mixin(bindCode("vtkShortTuple6TN_opCall", "D_vtkShortTuple6TN_opCall")); mixin(bindCode("vtkShortTuple6TN_Compare", "D_vtkShortTuple6TN_Compare")); mixin(bindCode("delete_vtkShortTuple6TN", "D_delete_vtkShortTuple6TN")); mixin(bindCode("new_vtkShortTuple7TN__SWIG_0", "D_new_vtkShortTuple7TN__SWIG_0")); mixin(bindCode("new_vtkShortTuple7TN__SWIG_1", "D_new_vtkShortTuple7TN__SWIG_1")); mixin(bindCode("new_vtkShortTuple7TN__SWIG_2", "D_new_vtkShortTuple7TN__SWIG_2")); mixin(bindCode("vtkShortTuple7TN_GetSize", "D_vtkShortTuple7TN_GetSize")); mixin(bindCode("vtkShortTuple7TN_GetData__SWIG_0", "D_vtkShortTuple7TN_GetData__SWIG_0")); mixin(bindCode("vtkShortTuple7TN_opIndex__SWIG_0", "D_vtkShortTuple7TN_opIndex__SWIG_0")); mixin(bindCode("vtkShortTuple7TN_opCall", "D_vtkShortTuple7TN_opCall")); mixin(bindCode("vtkShortTuple7TN_Compare", "D_vtkShortTuple7TN_Compare")); mixin(bindCode("delete_vtkShortTuple7TN", "D_delete_vtkShortTuple7TN")); mixin(bindCode("new_vtkShortTuple8TN__SWIG_0", "D_new_vtkShortTuple8TN__SWIG_0")); mixin(bindCode("new_vtkShortTuple8TN__SWIG_1", "D_new_vtkShortTuple8TN__SWIG_1")); mixin(bindCode("new_vtkShortTuple8TN__SWIG_2", "D_new_vtkShortTuple8TN__SWIG_2")); mixin(bindCode("vtkShortTuple8TN_GetSize", "D_vtkShortTuple8TN_GetSize")); mixin(bindCode("vtkShortTuple8TN_GetData__SWIG_0", "D_vtkShortTuple8TN_GetData__SWIG_0")); mixin(bindCode("vtkShortTuple8TN_opIndex__SWIG_0", "D_vtkShortTuple8TN_opIndex__SWIG_0")); mixin(bindCode("vtkShortTuple8TN_opCall", "D_vtkShortTuple8TN_opCall")); mixin(bindCode("vtkShortTuple8TN_Compare", "D_vtkShortTuple8TN_Compare")); mixin(bindCode("delete_vtkShortTuple8TN", "D_delete_vtkShortTuple8TN")); mixin(bindCode("new_vtkShortTuple9TN__SWIG_0", "D_new_vtkShortTuple9TN__SWIG_0")); mixin(bindCode("new_vtkShortTuple9TN__SWIG_1", "D_new_vtkShortTuple9TN__SWIG_1")); mixin(bindCode("new_vtkShortTuple9TN__SWIG_2", "D_new_vtkShortTuple9TN__SWIG_2")); mixin(bindCode("vtkShortTuple9TN_GetSize", "D_vtkShortTuple9TN_GetSize")); mixin(bindCode("vtkShortTuple9TN_GetData__SWIG_0", "D_vtkShortTuple9TN_GetData__SWIG_0")); mixin(bindCode("vtkShortTuple9TN_opIndex__SWIG_0", "D_vtkShortTuple9TN_opIndex__SWIG_0")); mixin(bindCode("vtkShortTuple9TN_opCall", "D_vtkShortTuple9TN_opCall")); mixin(bindCode("vtkShortTuple9TN_Compare", "D_vtkShortTuple9TN_Compare")); mixin(bindCode("delete_vtkShortTuple9TN", "D_delete_vtkShortTuple9TN")); mixin(bindCode("new_vtkShortTuple10TN__SWIG_0", "D_new_vtkShortTuple10TN__SWIG_0")); mixin(bindCode("new_vtkShortTuple10TN__SWIG_1", "D_new_vtkShortTuple10TN__SWIG_1")); mixin(bindCode("new_vtkShortTuple10TN__SWIG_2", "D_new_vtkShortTuple10TN__SWIG_2")); mixin(bindCode("vtkShortTuple10TN_GetSize", "D_vtkShortTuple10TN_GetSize")); mixin(bindCode("vtkShortTuple10TN_GetData__SWIG_0", "D_vtkShortTuple10TN_GetData__SWIG_0")); mixin(bindCode("vtkShortTuple10TN_opIndex__SWIG_0", "D_vtkShortTuple10TN_opIndex__SWIG_0")); mixin(bindCode("vtkShortTuple10TN_opCall", "D_vtkShortTuple10TN_opCall")); mixin(bindCode("vtkShortTuple10TN_Compare", "D_vtkShortTuple10TN_Compare")); mixin(bindCode("delete_vtkShortTuple10TN", "D_delete_vtkShortTuple10TN")); mixin(bindCode("new_vtkUnsignedShortTuple1TN__SWIG_0", "D_new_vtkUnsignedShortTuple1TN__SWIG_0")); mixin(bindCode("new_vtkUnsignedShortTuple1TN__SWIG_1", "D_new_vtkUnsignedShortTuple1TN__SWIG_1")); mixin(bindCode("new_vtkUnsignedShortTuple1TN__SWIG_2", "D_new_vtkUnsignedShortTuple1TN__SWIG_2")); mixin(bindCode("vtkUnsignedShortTuple1TN_GetSize", "D_vtkUnsignedShortTuple1TN_GetSize")); mixin(bindCode("vtkUnsignedShortTuple1TN_GetData__SWIG_0", "D_vtkUnsignedShortTuple1TN_GetData__SWIG_0")); mixin(bindCode("vtkUnsignedShortTuple1TN_opIndex__SWIG_0", "D_vtkUnsignedShortTuple1TN_opIndex__SWIG_0")); mixin(bindCode("vtkUnsignedShortTuple1TN_opCall", "D_vtkUnsignedShortTuple1TN_opCall")); mixin(bindCode("vtkUnsignedShortTuple1TN_Compare", "D_vtkUnsignedShortTuple1TN_Compare")); mixin(bindCode("delete_vtkUnsignedShortTuple1TN", "D_delete_vtkUnsignedShortTuple1TN")); mixin(bindCode("new_vtkUnsignedShortTuple2TN__SWIG_0", "D_new_vtkUnsignedShortTuple2TN__SWIG_0")); mixin(bindCode("new_vtkUnsignedShortTuple2TN__SWIG_1", "D_new_vtkUnsignedShortTuple2TN__SWIG_1")); mixin(bindCode("new_vtkUnsignedShortTuple2TN__SWIG_2", "D_new_vtkUnsignedShortTuple2TN__SWIG_2")); mixin(bindCode("vtkUnsignedShortTuple2TN_GetSize", "D_vtkUnsignedShortTuple2TN_GetSize")); mixin(bindCode("vtkUnsignedShortTuple2TN_GetData__SWIG_0", "D_vtkUnsignedShortTuple2TN_GetData__SWIG_0")); mixin(bindCode("vtkUnsignedShortTuple2TN_opIndex__SWIG_0", "D_vtkUnsignedShortTuple2TN_opIndex__SWIG_0")); mixin(bindCode("vtkUnsignedShortTuple2TN_opCall", "D_vtkUnsignedShortTuple2TN_opCall")); mixin(bindCode("vtkUnsignedShortTuple2TN_Compare", "D_vtkUnsignedShortTuple2TN_Compare")); mixin(bindCode("delete_vtkUnsignedShortTuple2TN", "D_delete_vtkUnsignedShortTuple2TN")); mixin(bindCode("new_vtkUnsignedShortTuple3TN__SWIG_0", "D_new_vtkUnsignedShortTuple3TN__SWIG_0")); mixin(bindCode("new_vtkUnsignedShortTuple3TN__SWIG_1", "D_new_vtkUnsignedShortTuple3TN__SWIG_1")); mixin(bindCode("new_vtkUnsignedShortTuple3TN__SWIG_2", "D_new_vtkUnsignedShortTuple3TN__SWIG_2")); mixin(bindCode("vtkUnsignedShortTuple3TN_GetSize", "D_vtkUnsignedShortTuple3TN_GetSize")); mixin(bindCode("vtkUnsignedShortTuple3TN_GetData__SWIG_0", "D_vtkUnsignedShortTuple3TN_GetData__SWIG_0")); mixin(bindCode("vtkUnsignedShortTuple3TN_opIndex__SWIG_0", "D_vtkUnsignedShortTuple3TN_opIndex__SWIG_0")); mixin(bindCode("vtkUnsignedShortTuple3TN_opCall", "D_vtkUnsignedShortTuple3TN_opCall")); mixin(bindCode("vtkUnsignedShortTuple3TN_Compare", "D_vtkUnsignedShortTuple3TN_Compare")); mixin(bindCode("delete_vtkUnsignedShortTuple3TN", "D_delete_vtkUnsignedShortTuple3TN")); mixin(bindCode("new_vtkUnsignedShortTuple4TN__SWIG_0", "D_new_vtkUnsignedShortTuple4TN__SWIG_0")); mixin(bindCode("new_vtkUnsignedShortTuple4TN__SWIG_1", "D_new_vtkUnsignedShortTuple4TN__SWIG_1")); mixin(bindCode("new_vtkUnsignedShortTuple4TN__SWIG_2", "D_new_vtkUnsignedShortTuple4TN__SWIG_2")); mixin(bindCode("vtkUnsignedShortTuple4TN_GetSize", "D_vtkUnsignedShortTuple4TN_GetSize")); mixin(bindCode("vtkUnsignedShortTuple4TN_GetData__SWIG_0", "D_vtkUnsignedShortTuple4TN_GetData__SWIG_0")); mixin(bindCode("vtkUnsignedShortTuple4TN_opIndex__SWIG_0", "D_vtkUnsignedShortTuple4TN_opIndex__SWIG_0")); mixin(bindCode("vtkUnsignedShortTuple4TN_opCall", "D_vtkUnsignedShortTuple4TN_opCall")); mixin(bindCode("vtkUnsignedShortTuple4TN_Compare", "D_vtkUnsignedShortTuple4TN_Compare")); mixin(bindCode("delete_vtkUnsignedShortTuple4TN", "D_delete_vtkUnsignedShortTuple4TN")); mixin(bindCode("new_vtkUnsignedShortTuple5TN__SWIG_0", "D_new_vtkUnsignedShortTuple5TN__SWIG_0")); mixin(bindCode("new_vtkUnsignedShortTuple5TN__SWIG_1", "D_new_vtkUnsignedShortTuple5TN__SWIG_1")); mixin(bindCode("new_vtkUnsignedShortTuple5TN__SWIG_2", "D_new_vtkUnsignedShortTuple5TN__SWIG_2")); mixin(bindCode("vtkUnsignedShortTuple5TN_GetSize", "D_vtkUnsignedShortTuple5TN_GetSize")); mixin(bindCode("vtkUnsignedShortTuple5TN_GetData__SWIG_0", "D_vtkUnsignedShortTuple5TN_GetData__SWIG_0")); mixin(bindCode("vtkUnsignedShortTuple5TN_opIndex__SWIG_0", "D_vtkUnsignedShortTuple5TN_opIndex__SWIG_0")); mixin(bindCode("vtkUnsignedShortTuple5TN_opCall", "D_vtkUnsignedShortTuple5TN_opCall")); mixin(bindCode("vtkUnsignedShortTuple5TN_Compare", "D_vtkUnsignedShortTuple5TN_Compare")); mixin(bindCode("delete_vtkUnsignedShortTuple5TN", "D_delete_vtkUnsignedShortTuple5TN")); mixin(bindCode("new_vtkUnsignedShortTuple6TN__SWIG_0", "D_new_vtkUnsignedShortTuple6TN__SWIG_0")); mixin(bindCode("new_vtkUnsignedShortTuple6TN__SWIG_1", "D_new_vtkUnsignedShortTuple6TN__SWIG_1")); mixin(bindCode("new_vtkUnsignedShortTuple6TN__SWIG_2", "D_new_vtkUnsignedShortTuple6TN__SWIG_2")); mixin(bindCode("vtkUnsignedShortTuple6TN_GetSize", "D_vtkUnsignedShortTuple6TN_GetSize")); mixin(bindCode("vtkUnsignedShortTuple6TN_GetData__SWIG_0", "D_vtkUnsignedShortTuple6TN_GetData__SWIG_0")); mixin(bindCode("vtkUnsignedShortTuple6TN_opIndex__SWIG_0", "D_vtkUnsignedShortTuple6TN_opIndex__SWIG_0")); mixin(bindCode("vtkUnsignedShortTuple6TN_opCall", "D_vtkUnsignedShortTuple6TN_opCall")); mixin(bindCode("vtkUnsignedShortTuple6TN_Compare", "D_vtkUnsignedShortTuple6TN_Compare")); mixin(bindCode("delete_vtkUnsignedShortTuple6TN", "D_delete_vtkUnsignedShortTuple6TN")); mixin(bindCode("new_vtkUnsignedShortTuple7TN__SWIG_0", "D_new_vtkUnsignedShortTuple7TN__SWIG_0")); mixin(bindCode("new_vtkUnsignedShortTuple7TN__SWIG_1", "D_new_vtkUnsignedShortTuple7TN__SWIG_1")); mixin(bindCode("new_vtkUnsignedShortTuple7TN__SWIG_2", "D_new_vtkUnsignedShortTuple7TN__SWIG_2")); mixin(bindCode("vtkUnsignedShortTuple7TN_GetSize", "D_vtkUnsignedShortTuple7TN_GetSize")); mixin(bindCode("vtkUnsignedShortTuple7TN_GetData__SWIG_0", "D_vtkUnsignedShortTuple7TN_GetData__SWIG_0")); mixin(bindCode("vtkUnsignedShortTuple7TN_opIndex__SWIG_0", "D_vtkUnsignedShortTuple7TN_opIndex__SWIG_0")); mixin(bindCode("vtkUnsignedShortTuple7TN_opCall", "D_vtkUnsignedShortTuple7TN_opCall")); mixin(bindCode("vtkUnsignedShortTuple7TN_Compare", "D_vtkUnsignedShortTuple7TN_Compare")); mixin(bindCode("delete_vtkUnsignedShortTuple7TN", "D_delete_vtkUnsignedShortTuple7TN")); mixin(bindCode("new_vtkUnsignedShortTuple8TN__SWIG_0", "D_new_vtkUnsignedShortTuple8TN__SWIG_0")); mixin(bindCode("new_vtkUnsignedShortTuple8TN__SWIG_1", "D_new_vtkUnsignedShortTuple8TN__SWIG_1")); mixin(bindCode("new_vtkUnsignedShortTuple8TN__SWIG_2", "D_new_vtkUnsignedShortTuple8TN__SWIG_2")); mixin(bindCode("vtkUnsignedShortTuple8TN_GetSize", "D_vtkUnsignedShortTuple8TN_GetSize")); mixin(bindCode("vtkUnsignedShortTuple8TN_GetData__SWIG_0", "D_vtkUnsignedShortTuple8TN_GetData__SWIG_0")); mixin(bindCode("vtkUnsignedShortTuple8TN_opIndex__SWIG_0", "D_vtkUnsignedShortTuple8TN_opIndex__SWIG_0")); mixin(bindCode("vtkUnsignedShortTuple8TN_opCall", "D_vtkUnsignedShortTuple8TN_opCall")); mixin(bindCode("vtkUnsignedShortTuple8TN_Compare", "D_vtkUnsignedShortTuple8TN_Compare")); mixin(bindCode("delete_vtkUnsignedShortTuple8TN", "D_delete_vtkUnsignedShortTuple8TN")); mixin(bindCode("new_vtkUnsignedShortTuple9TN__SWIG_0", "D_new_vtkUnsignedShortTuple9TN__SWIG_0")); mixin(bindCode("new_vtkUnsignedShortTuple9TN__SWIG_1", "D_new_vtkUnsignedShortTuple9TN__SWIG_1")); mixin(bindCode("new_vtkUnsignedShortTuple9TN__SWIG_2", "D_new_vtkUnsignedShortTuple9TN__SWIG_2")); mixin(bindCode("vtkUnsignedShortTuple9TN_GetSize", "D_vtkUnsignedShortTuple9TN_GetSize")); mixin(bindCode("vtkUnsignedShortTuple9TN_GetData__SWIG_0", "D_vtkUnsignedShortTuple9TN_GetData__SWIG_0")); mixin(bindCode("vtkUnsignedShortTuple9TN_opIndex__SWIG_0", "D_vtkUnsignedShortTuple9TN_opIndex__SWIG_0")); mixin(bindCode("vtkUnsignedShortTuple9TN_opCall", "D_vtkUnsignedShortTuple9TN_opCall")); mixin(bindCode("vtkUnsignedShortTuple9TN_Compare", "D_vtkUnsignedShortTuple9TN_Compare")); mixin(bindCode("delete_vtkUnsignedShortTuple9TN", "D_delete_vtkUnsignedShortTuple9TN")); mixin(bindCode("new_vtkUnsignedShortTuple10TN__SWIG_0", "D_new_vtkUnsignedShortTuple10TN__SWIG_0")); mixin(bindCode("new_vtkUnsignedShortTuple10TN__SWIG_1", "D_new_vtkUnsignedShortTuple10TN__SWIG_1")); mixin(bindCode("new_vtkUnsignedShortTuple10TN__SWIG_2", "D_new_vtkUnsignedShortTuple10TN__SWIG_2")); mixin(bindCode("vtkUnsignedShortTuple10TN_GetSize", "D_vtkUnsignedShortTuple10TN_GetSize")); mixin(bindCode("vtkUnsignedShortTuple10TN_GetData__SWIG_0", "D_vtkUnsignedShortTuple10TN_GetData__SWIG_0")); mixin(bindCode("vtkUnsignedShortTuple10TN_opIndex__SWIG_0", "D_vtkUnsignedShortTuple10TN_opIndex__SWIG_0")); mixin(bindCode("vtkUnsignedShortTuple10TN_opCall", "D_vtkUnsignedShortTuple10TN_opCall")); mixin(bindCode("vtkUnsignedShortTuple10TN_Compare", "D_vtkUnsignedShortTuple10TN_Compare")); mixin(bindCode("delete_vtkUnsignedShortTuple10TN", "D_delete_vtkUnsignedShortTuple10TN")); mixin(bindCode("new_vtkIntTuple1TN__SWIG_0", "D_new_vtkIntTuple1TN__SWIG_0")); mixin(bindCode("new_vtkIntTuple1TN__SWIG_1", "D_new_vtkIntTuple1TN__SWIG_1")); mixin(bindCode("new_vtkIntTuple1TN__SWIG_2", "D_new_vtkIntTuple1TN__SWIG_2")); mixin(bindCode("vtkIntTuple1TN_GetSize", "D_vtkIntTuple1TN_GetSize")); mixin(bindCode("vtkIntTuple1TN_GetData__SWIG_0", "D_vtkIntTuple1TN_GetData__SWIG_0")); mixin(bindCode("vtkIntTuple1TN_opIndex__SWIG_0", "D_vtkIntTuple1TN_opIndex__SWIG_0")); mixin(bindCode("vtkIntTuple1TN_opCall", "D_vtkIntTuple1TN_opCall")); mixin(bindCode("vtkIntTuple1TN_Compare", "D_vtkIntTuple1TN_Compare")); mixin(bindCode("delete_vtkIntTuple1TN", "D_delete_vtkIntTuple1TN")); mixin(bindCode("new_vtkIntTuple2TN__SWIG_0", "D_new_vtkIntTuple2TN__SWIG_0")); mixin(bindCode("new_vtkIntTuple2TN__SWIG_1", "D_new_vtkIntTuple2TN__SWIG_1")); mixin(bindCode("new_vtkIntTuple2TN__SWIG_2", "D_new_vtkIntTuple2TN__SWIG_2")); mixin(bindCode("vtkIntTuple2TN_GetSize", "D_vtkIntTuple2TN_GetSize")); mixin(bindCode("vtkIntTuple2TN_GetData__SWIG_0", "D_vtkIntTuple2TN_GetData__SWIG_0")); mixin(bindCode("vtkIntTuple2TN_opIndex__SWIG_0", "D_vtkIntTuple2TN_opIndex__SWIG_0")); mixin(bindCode("vtkIntTuple2TN_opCall", "D_vtkIntTuple2TN_opCall")); mixin(bindCode("vtkIntTuple2TN_Compare", "D_vtkIntTuple2TN_Compare")); mixin(bindCode("delete_vtkIntTuple2TN", "D_delete_vtkIntTuple2TN")); mixin(bindCode("new_vtkIntTuple3TN__SWIG_0", "D_new_vtkIntTuple3TN__SWIG_0")); mixin(bindCode("new_vtkIntTuple3TN__SWIG_1", "D_new_vtkIntTuple3TN__SWIG_1")); mixin(bindCode("new_vtkIntTuple3TN__SWIG_2", "D_new_vtkIntTuple3TN__SWIG_2")); mixin(bindCode("vtkIntTuple3TN_GetSize", "D_vtkIntTuple3TN_GetSize")); mixin(bindCode("vtkIntTuple3TN_GetData__SWIG_0", "D_vtkIntTuple3TN_GetData__SWIG_0")); mixin(bindCode("vtkIntTuple3TN_opIndex__SWIG_0", "D_vtkIntTuple3TN_opIndex__SWIG_0")); mixin(bindCode("vtkIntTuple3TN_opCall", "D_vtkIntTuple3TN_opCall")); mixin(bindCode("vtkIntTuple3TN_Compare", "D_vtkIntTuple3TN_Compare")); mixin(bindCode("delete_vtkIntTuple3TN", "D_delete_vtkIntTuple3TN")); mixin(bindCode("new_vtkIntTuple4TN__SWIG_0", "D_new_vtkIntTuple4TN__SWIG_0")); mixin(bindCode("new_vtkIntTuple4TN__SWIG_1", "D_new_vtkIntTuple4TN__SWIG_1")); mixin(bindCode("new_vtkIntTuple4TN__SWIG_2", "D_new_vtkIntTuple4TN__SWIG_2")); mixin(bindCode("vtkIntTuple4TN_GetSize", "D_vtkIntTuple4TN_GetSize")); mixin(bindCode("vtkIntTuple4TN_GetData__SWIG_0", "D_vtkIntTuple4TN_GetData__SWIG_0")); mixin(bindCode("vtkIntTuple4TN_opIndex__SWIG_0", "D_vtkIntTuple4TN_opIndex__SWIG_0")); mixin(bindCode("vtkIntTuple4TN_opCall", "D_vtkIntTuple4TN_opCall")); mixin(bindCode("vtkIntTuple4TN_Compare", "D_vtkIntTuple4TN_Compare")); mixin(bindCode("delete_vtkIntTuple4TN", "D_delete_vtkIntTuple4TN")); mixin(bindCode("new_vtkIntTuple5TN__SWIG_0", "D_new_vtkIntTuple5TN__SWIG_0")); mixin(bindCode("new_vtkIntTuple5TN__SWIG_1", "D_new_vtkIntTuple5TN__SWIG_1")); mixin(bindCode("new_vtkIntTuple5TN__SWIG_2", "D_new_vtkIntTuple5TN__SWIG_2")); mixin(bindCode("vtkIntTuple5TN_GetSize", "D_vtkIntTuple5TN_GetSize")); mixin(bindCode("vtkIntTuple5TN_GetData__SWIG_0", "D_vtkIntTuple5TN_GetData__SWIG_0")); mixin(bindCode("vtkIntTuple5TN_opIndex__SWIG_0", "D_vtkIntTuple5TN_opIndex__SWIG_0")); mixin(bindCode("vtkIntTuple5TN_opCall", "D_vtkIntTuple5TN_opCall")); mixin(bindCode("vtkIntTuple5TN_Compare", "D_vtkIntTuple5TN_Compare")); mixin(bindCode("delete_vtkIntTuple5TN", "D_delete_vtkIntTuple5TN")); mixin(bindCode("new_vtkIntTuple6TN__SWIG_0", "D_new_vtkIntTuple6TN__SWIG_0")); mixin(bindCode("new_vtkIntTuple6TN__SWIG_1", "D_new_vtkIntTuple6TN__SWIG_1")); mixin(bindCode("new_vtkIntTuple6TN__SWIG_2", "D_new_vtkIntTuple6TN__SWIG_2")); mixin(bindCode("vtkIntTuple6TN_GetSize", "D_vtkIntTuple6TN_GetSize")); mixin(bindCode("vtkIntTuple6TN_GetData__SWIG_0", "D_vtkIntTuple6TN_GetData__SWIG_0")); mixin(bindCode("vtkIntTuple6TN_opIndex__SWIG_0", "D_vtkIntTuple6TN_opIndex__SWIG_0")); mixin(bindCode("vtkIntTuple6TN_opCall", "D_vtkIntTuple6TN_opCall")); mixin(bindCode("vtkIntTuple6TN_Compare", "D_vtkIntTuple6TN_Compare")); mixin(bindCode("delete_vtkIntTuple6TN", "D_delete_vtkIntTuple6TN")); mixin(bindCode("new_vtkIntTuple7TN__SWIG_0", "D_new_vtkIntTuple7TN__SWIG_0")); mixin(bindCode("new_vtkIntTuple7TN__SWIG_1", "D_new_vtkIntTuple7TN__SWIG_1")); mixin(bindCode("new_vtkIntTuple7TN__SWIG_2", "D_new_vtkIntTuple7TN__SWIG_2")); mixin(bindCode("vtkIntTuple7TN_GetSize", "D_vtkIntTuple7TN_GetSize")); mixin(bindCode("vtkIntTuple7TN_GetData__SWIG_0", "D_vtkIntTuple7TN_GetData__SWIG_0")); mixin(bindCode("vtkIntTuple7TN_opIndex__SWIG_0", "D_vtkIntTuple7TN_opIndex__SWIG_0")); mixin(bindCode("vtkIntTuple7TN_opCall", "D_vtkIntTuple7TN_opCall")); mixin(bindCode("vtkIntTuple7TN_Compare", "D_vtkIntTuple7TN_Compare")); mixin(bindCode("delete_vtkIntTuple7TN", "D_delete_vtkIntTuple7TN")); mixin(bindCode("new_vtkIntTuple8TN__SWIG_0", "D_new_vtkIntTuple8TN__SWIG_0")); mixin(bindCode("new_vtkIntTuple8TN__SWIG_1", "D_new_vtkIntTuple8TN__SWIG_1")); mixin(bindCode("new_vtkIntTuple8TN__SWIG_2", "D_new_vtkIntTuple8TN__SWIG_2")); mixin(bindCode("vtkIntTuple8TN_GetSize", "D_vtkIntTuple8TN_GetSize")); mixin(bindCode("vtkIntTuple8TN_GetData__SWIG_0", "D_vtkIntTuple8TN_GetData__SWIG_0")); mixin(bindCode("vtkIntTuple8TN_opIndex__SWIG_0", "D_vtkIntTuple8TN_opIndex__SWIG_0")); mixin(bindCode("vtkIntTuple8TN_opCall", "D_vtkIntTuple8TN_opCall")); mixin(bindCode("vtkIntTuple8TN_Compare", "D_vtkIntTuple8TN_Compare")); mixin(bindCode("delete_vtkIntTuple8TN", "D_delete_vtkIntTuple8TN")); mixin(bindCode("new_vtkIntTuple9TN__SWIG_0", "D_new_vtkIntTuple9TN__SWIG_0")); mixin(bindCode("new_vtkIntTuple9TN__SWIG_1", "D_new_vtkIntTuple9TN__SWIG_1")); mixin(bindCode("new_vtkIntTuple9TN__SWIG_2", "D_new_vtkIntTuple9TN__SWIG_2")); mixin(bindCode("vtkIntTuple9TN_GetSize", "D_vtkIntTuple9TN_GetSize")); mixin(bindCode("vtkIntTuple9TN_GetData__SWIG_0", "D_vtkIntTuple9TN_GetData__SWIG_0")); mixin(bindCode("vtkIntTuple9TN_opIndex__SWIG_0", "D_vtkIntTuple9TN_opIndex__SWIG_0")); mixin(bindCode("vtkIntTuple9TN_opCall", "D_vtkIntTuple9TN_opCall")); mixin(bindCode("vtkIntTuple9TN_Compare", "D_vtkIntTuple9TN_Compare")); mixin(bindCode("delete_vtkIntTuple9TN", "D_delete_vtkIntTuple9TN")); mixin(bindCode("new_vtkIntTuple10TN__SWIG_0", "D_new_vtkIntTuple10TN__SWIG_0")); mixin(bindCode("new_vtkIntTuple10TN__SWIG_1", "D_new_vtkIntTuple10TN__SWIG_1")); mixin(bindCode("new_vtkIntTuple10TN__SWIG_2", "D_new_vtkIntTuple10TN__SWIG_2")); mixin(bindCode("vtkIntTuple10TN_GetSize", "D_vtkIntTuple10TN_GetSize")); mixin(bindCode("vtkIntTuple10TN_GetData__SWIG_0", "D_vtkIntTuple10TN_GetData__SWIG_0")); mixin(bindCode("vtkIntTuple10TN_opIndex__SWIG_0", "D_vtkIntTuple10TN_opIndex__SWIG_0")); mixin(bindCode("vtkIntTuple10TN_opCall", "D_vtkIntTuple10TN_opCall")); mixin(bindCode("vtkIntTuple10TN_Compare", "D_vtkIntTuple10TN_Compare")); mixin(bindCode("delete_vtkIntTuple10TN", "D_delete_vtkIntTuple10TN")); mixin(bindCode("new_vtkUnsignedIntTuple1TN__SWIG_0", "D_new_vtkUnsignedIntTuple1TN__SWIG_0")); mixin(bindCode("new_vtkUnsignedIntTuple1TN__SWIG_1", "D_new_vtkUnsignedIntTuple1TN__SWIG_1")); mixin(bindCode("new_vtkUnsignedIntTuple1TN__SWIG_2", "D_new_vtkUnsignedIntTuple1TN__SWIG_2")); mixin(bindCode("vtkUnsignedIntTuple1TN_GetSize", "D_vtkUnsignedIntTuple1TN_GetSize")); mixin(bindCode("vtkUnsignedIntTuple1TN_GetData__SWIG_0", "D_vtkUnsignedIntTuple1TN_GetData__SWIG_0")); mixin(bindCode("vtkUnsignedIntTuple1TN_opIndex__SWIG_0", "D_vtkUnsignedIntTuple1TN_opIndex__SWIG_0")); mixin(bindCode("vtkUnsignedIntTuple1TN_opCall", "D_vtkUnsignedIntTuple1TN_opCall")); mixin(bindCode("vtkUnsignedIntTuple1TN_Compare", "D_vtkUnsignedIntTuple1TN_Compare")); mixin(bindCode("delete_vtkUnsignedIntTuple1TN", "D_delete_vtkUnsignedIntTuple1TN")); mixin(bindCode("new_vtkUnsignedIntTuple2TN__SWIG_0", "D_new_vtkUnsignedIntTuple2TN__SWIG_0")); mixin(bindCode("new_vtkUnsignedIntTuple2TN__SWIG_1", "D_new_vtkUnsignedIntTuple2TN__SWIG_1")); mixin(bindCode("new_vtkUnsignedIntTuple2TN__SWIG_2", "D_new_vtkUnsignedIntTuple2TN__SWIG_2")); mixin(bindCode("vtkUnsignedIntTuple2TN_GetSize", "D_vtkUnsignedIntTuple2TN_GetSize")); mixin(bindCode("vtkUnsignedIntTuple2TN_GetData__SWIG_0", "D_vtkUnsignedIntTuple2TN_GetData__SWIG_0")); mixin(bindCode("vtkUnsignedIntTuple2TN_opIndex__SWIG_0", "D_vtkUnsignedIntTuple2TN_opIndex__SWIG_0")); mixin(bindCode("vtkUnsignedIntTuple2TN_opCall", "D_vtkUnsignedIntTuple2TN_opCall")); mixin(bindCode("vtkUnsignedIntTuple2TN_Compare", "D_vtkUnsignedIntTuple2TN_Compare")); mixin(bindCode("delete_vtkUnsignedIntTuple2TN", "D_delete_vtkUnsignedIntTuple2TN")); mixin(bindCode("new_vtkUnsignedIntTuple3TN__SWIG_0", "D_new_vtkUnsignedIntTuple3TN__SWIG_0")); mixin(bindCode("new_vtkUnsignedIntTuple3TN__SWIG_1", "D_new_vtkUnsignedIntTuple3TN__SWIG_1")); mixin(bindCode("new_vtkUnsignedIntTuple3TN__SWIG_2", "D_new_vtkUnsignedIntTuple3TN__SWIG_2")); mixin(bindCode("vtkUnsignedIntTuple3TN_GetSize", "D_vtkUnsignedIntTuple3TN_GetSize")); mixin(bindCode("vtkUnsignedIntTuple3TN_GetData__SWIG_0", "D_vtkUnsignedIntTuple3TN_GetData__SWIG_0")); mixin(bindCode("vtkUnsignedIntTuple3TN_opIndex__SWIG_0", "D_vtkUnsignedIntTuple3TN_opIndex__SWIG_0")); mixin(bindCode("vtkUnsignedIntTuple3TN_opCall", "D_vtkUnsignedIntTuple3TN_opCall")); mixin(bindCode("vtkUnsignedIntTuple3TN_Compare", "D_vtkUnsignedIntTuple3TN_Compare")); mixin(bindCode("delete_vtkUnsignedIntTuple3TN", "D_delete_vtkUnsignedIntTuple3TN")); mixin(bindCode("new_vtkUnsignedIntTuple4TN__SWIG_0", "D_new_vtkUnsignedIntTuple4TN__SWIG_0")); mixin(bindCode("new_vtkUnsignedIntTuple4TN__SWIG_1", "D_new_vtkUnsignedIntTuple4TN__SWIG_1")); mixin(bindCode("new_vtkUnsignedIntTuple4TN__SWIG_2", "D_new_vtkUnsignedIntTuple4TN__SWIG_2")); mixin(bindCode("vtkUnsignedIntTuple4TN_GetSize", "D_vtkUnsignedIntTuple4TN_GetSize")); mixin(bindCode("vtkUnsignedIntTuple4TN_GetData__SWIG_0", "D_vtkUnsignedIntTuple4TN_GetData__SWIG_0")); mixin(bindCode("vtkUnsignedIntTuple4TN_opIndex__SWIG_0", "D_vtkUnsignedIntTuple4TN_opIndex__SWIG_0")); mixin(bindCode("vtkUnsignedIntTuple4TN_opCall", "D_vtkUnsignedIntTuple4TN_opCall")); mixin(bindCode("vtkUnsignedIntTuple4TN_Compare", "D_vtkUnsignedIntTuple4TN_Compare")); mixin(bindCode("delete_vtkUnsignedIntTuple4TN", "D_delete_vtkUnsignedIntTuple4TN")); mixin(bindCode("new_vtkUnsignedIntTuple5TN__SWIG_0", "D_new_vtkUnsignedIntTuple5TN__SWIG_0")); mixin(bindCode("new_vtkUnsignedIntTuple5TN__SWIG_1", "D_new_vtkUnsignedIntTuple5TN__SWIG_1")); mixin(bindCode("new_vtkUnsignedIntTuple5TN__SWIG_2", "D_new_vtkUnsignedIntTuple5TN__SWIG_2")); mixin(bindCode("vtkUnsignedIntTuple5TN_GetSize", "D_vtkUnsignedIntTuple5TN_GetSize")); mixin(bindCode("vtkUnsignedIntTuple5TN_GetData__SWIG_0", "D_vtkUnsignedIntTuple5TN_GetData__SWIG_0")); mixin(bindCode("vtkUnsignedIntTuple5TN_opIndex__SWIG_0", "D_vtkUnsignedIntTuple5TN_opIndex__SWIG_0")); mixin(bindCode("vtkUnsignedIntTuple5TN_opCall", "D_vtkUnsignedIntTuple5TN_opCall")); mixin(bindCode("vtkUnsignedIntTuple5TN_Compare", "D_vtkUnsignedIntTuple5TN_Compare")); mixin(bindCode("delete_vtkUnsignedIntTuple5TN", "D_delete_vtkUnsignedIntTuple5TN")); mixin(bindCode("new_vtkUnsignedIntTuple6TN__SWIG_0", "D_new_vtkUnsignedIntTuple6TN__SWIG_0")); mixin(bindCode("new_vtkUnsignedIntTuple6TN__SWIG_1", "D_new_vtkUnsignedIntTuple6TN__SWIG_1")); mixin(bindCode("new_vtkUnsignedIntTuple6TN__SWIG_2", "D_new_vtkUnsignedIntTuple6TN__SWIG_2")); mixin(bindCode("vtkUnsignedIntTuple6TN_GetSize", "D_vtkUnsignedIntTuple6TN_GetSize")); mixin(bindCode("vtkUnsignedIntTuple6TN_GetData__SWIG_0", "D_vtkUnsignedIntTuple6TN_GetData__SWIG_0")); mixin(bindCode("vtkUnsignedIntTuple6TN_opIndex__SWIG_0", "D_vtkUnsignedIntTuple6TN_opIndex__SWIG_0")); mixin(bindCode("vtkUnsignedIntTuple6TN_opCall", "D_vtkUnsignedIntTuple6TN_opCall")); mixin(bindCode("vtkUnsignedIntTuple6TN_Compare", "D_vtkUnsignedIntTuple6TN_Compare")); mixin(bindCode("delete_vtkUnsignedIntTuple6TN", "D_delete_vtkUnsignedIntTuple6TN")); mixin(bindCode("new_vtkUnsignedIntTuple7TN__SWIG_0", "D_new_vtkUnsignedIntTuple7TN__SWIG_0")); mixin(bindCode("new_vtkUnsignedIntTuple7TN__SWIG_1", "D_new_vtkUnsignedIntTuple7TN__SWIG_1")); mixin(bindCode("new_vtkUnsignedIntTuple7TN__SWIG_2", "D_new_vtkUnsignedIntTuple7TN__SWIG_2")); mixin(bindCode("vtkUnsignedIntTuple7TN_GetSize", "D_vtkUnsignedIntTuple7TN_GetSize")); mixin(bindCode("vtkUnsignedIntTuple7TN_GetData__SWIG_0", "D_vtkUnsignedIntTuple7TN_GetData__SWIG_0")); mixin(bindCode("vtkUnsignedIntTuple7TN_opIndex__SWIG_0", "D_vtkUnsignedIntTuple7TN_opIndex__SWIG_0")); mixin(bindCode("vtkUnsignedIntTuple7TN_opCall", "D_vtkUnsignedIntTuple7TN_opCall")); mixin(bindCode("vtkUnsignedIntTuple7TN_Compare", "D_vtkUnsignedIntTuple7TN_Compare")); mixin(bindCode("delete_vtkUnsignedIntTuple7TN", "D_delete_vtkUnsignedIntTuple7TN")); mixin(bindCode("new_vtkUnsignedIntTuple8TN__SWIG_0", "D_new_vtkUnsignedIntTuple8TN__SWIG_0")); mixin(bindCode("new_vtkUnsignedIntTuple8TN__SWIG_1", "D_new_vtkUnsignedIntTuple8TN__SWIG_1")); mixin(bindCode("new_vtkUnsignedIntTuple8TN__SWIG_2", "D_new_vtkUnsignedIntTuple8TN__SWIG_2")); mixin(bindCode("vtkUnsignedIntTuple8TN_GetSize", "D_vtkUnsignedIntTuple8TN_GetSize")); mixin(bindCode("vtkUnsignedIntTuple8TN_GetData__SWIG_0", "D_vtkUnsignedIntTuple8TN_GetData__SWIG_0")); mixin(bindCode("vtkUnsignedIntTuple8TN_opIndex__SWIG_0", "D_vtkUnsignedIntTuple8TN_opIndex__SWIG_0")); mixin(bindCode("vtkUnsignedIntTuple8TN_opCall", "D_vtkUnsignedIntTuple8TN_opCall")); mixin(bindCode("vtkUnsignedIntTuple8TN_Compare", "D_vtkUnsignedIntTuple8TN_Compare")); mixin(bindCode("delete_vtkUnsignedIntTuple8TN", "D_delete_vtkUnsignedIntTuple8TN")); mixin(bindCode("new_vtkUnsignedIntTuple9TN__SWIG_0", "D_new_vtkUnsignedIntTuple9TN__SWIG_0")); mixin(bindCode("new_vtkUnsignedIntTuple9TN__SWIG_1", "D_new_vtkUnsignedIntTuple9TN__SWIG_1")); mixin(bindCode("new_vtkUnsignedIntTuple9TN__SWIG_2", "D_new_vtkUnsignedIntTuple9TN__SWIG_2")); mixin(bindCode("vtkUnsignedIntTuple9TN_GetSize", "D_vtkUnsignedIntTuple9TN_GetSize")); mixin(bindCode("vtkUnsignedIntTuple9TN_GetData__SWIG_0", "D_vtkUnsignedIntTuple9TN_GetData__SWIG_0")); mixin(bindCode("vtkUnsignedIntTuple9TN_opIndex__SWIG_0", "D_vtkUnsignedIntTuple9TN_opIndex__SWIG_0")); mixin(bindCode("vtkUnsignedIntTuple9TN_opCall", "D_vtkUnsignedIntTuple9TN_opCall")); mixin(bindCode("vtkUnsignedIntTuple9TN_Compare", "D_vtkUnsignedIntTuple9TN_Compare")); mixin(bindCode("delete_vtkUnsignedIntTuple9TN", "D_delete_vtkUnsignedIntTuple9TN")); mixin(bindCode("new_vtkUnsignedIntTuple10TN__SWIG_0", "D_new_vtkUnsignedIntTuple10TN__SWIG_0")); mixin(bindCode("new_vtkUnsignedIntTuple10TN__SWIG_1", "D_new_vtkUnsignedIntTuple10TN__SWIG_1")); mixin(bindCode("new_vtkUnsignedIntTuple10TN__SWIG_2", "D_new_vtkUnsignedIntTuple10TN__SWIG_2")); mixin(bindCode("vtkUnsignedIntTuple10TN_GetSize", "D_vtkUnsignedIntTuple10TN_GetSize")); mixin(bindCode("vtkUnsignedIntTuple10TN_GetData__SWIG_0", "D_vtkUnsignedIntTuple10TN_GetData__SWIG_0")); mixin(bindCode("vtkUnsignedIntTuple10TN_opIndex__SWIG_0", "D_vtkUnsignedIntTuple10TN_opIndex__SWIG_0")); mixin(bindCode("vtkUnsignedIntTuple10TN_opCall", "D_vtkUnsignedIntTuple10TN_opCall")); mixin(bindCode("vtkUnsignedIntTuple10TN_Compare", "D_vtkUnsignedIntTuple10TN_Compare")); mixin(bindCode("delete_vtkUnsignedIntTuple10TN", "D_delete_vtkUnsignedIntTuple10TN")); mixin(bindCode("new_vtkLongTuple1TN__SWIG_0", "D_new_vtkLongTuple1TN__SWIG_0")); mixin(bindCode("new_vtkLongTuple1TN__SWIG_1", "D_new_vtkLongTuple1TN__SWIG_1")); mixin(bindCode("new_vtkLongTuple1TN__SWIG_2", "D_new_vtkLongTuple1TN__SWIG_2")); mixin(bindCode("vtkLongTuple1TN_GetSize", "D_vtkLongTuple1TN_GetSize")); mixin(bindCode("vtkLongTuple1TN_GetData__SWIG_0", "D_vtkLongTuple1TN_GetData__SWIG_0")); mixin(bindCode("vtkLongTuple1TN_opIndex__SWIG_0", "D_vtkLongTuple1TN_opIndex__SWIG_0")); mixin(bindCode("vtkLongTuple1TN_opCall", "D_vtkLongTuple1TN_opCall")); mixin(bindCode("vtkLongTuple1TN_Compare", "D_vtkLongTuple1TN_Compare")); mixin(bindCode("delete_vtkLongTuple1TN", "D_delete_vtkLongTuple1TN")); mixin(bindCode("new_vtkLongTuple2TN__SWIG_0", "D_new_vtkLongTuple2TN__SWIG_0")); mixin(bindCode("new_vtkLongTuple2TN__SWIG_1", "D_new_vtkLongTuple2TN__SWIG_1")); mixin(bindCode("new_vtkLongTuple2TN__SWIG_2", "D_new_vtkLongTuple2TN__SWIG_2")); mixin(bindCode("vtkLongTuple2TN_GetSize", "D_vtkLongTuple2TN_GetSize")); mixin(bindCode("vtkLongTuple2TN_GetData__SWIG_0", "D_vtkLongTuple2TN_GetData__SWIG_0")); mixin(bindCode("vtkLongTuple2TN_opIndex__SWIG_0", "D_vtkLongTuple2TN_opIndex__SWIG_0")); mixin(bindCode("vtkLongTuple2TN_opCall", "D_vtkLongTuple2TN_opCall")); mixin(bindCode("vtkLongTuple2TN_Compare", "D_vtkLongTuple2TN_Compare")); mixin(bindCode("delete_vtkLongTuple2TN", "D_delete_vtkLongTuple2TN")); mixin(bindCode("new_vtkLongTuple3TN__SWIG_0", "D_new_vtkLongTuple3TN__SWIG_0")); mixin(bindCode("new_vtkLongTuple3TN__SWIG_1", "D_new_vtkLongTuple3TN__SWIG_1")); mixin(bindCode("new_vtkLongTuple3TN__SWIG_2", "D_new_vtkLongTuple3TN__SWIG_2")); mixin(bindCode("vtkLongTuple3TN_GetSize", "D_vtkLongTuple3TN_GetSize")); mixin(bindCode("vtkLongTuple3TN_GetData__SWIG_0", "D_vtkLongTuple3TN_GetData__SWIG_0")); mixin(bindCode("vtkLongTuple3TN_opIndex__SWIG_0", "D_vtkLongTuple3TN_opIndex__SWIG_0")); mixin(bindCode("vtkLongTuple3TN_opCall", "D_vtkLongTuple3TN_opCall")); mixin(bindCode("vtkLongTuple3TN_Compare", "D_vtkLongTuple3TN_Compare")); mixin(bindCode("delete_vtkLongTuple3TN", "D_delete_vtkLongTuple3TN")); mixin(bindCode("new_vtkLongTuple4TN__SWIG_0", "D_new_vtkLongTuple4TN__SWIG_0")); mixin(bindCode("new_vtkLongTuple4TN__SWIG_1", "D_new_vtkLongTuple4TN__SWIG_1")); mixin(bindCode("new_vtkLongTuple4TN__SWIG_2", "D_new_vtkLongTuple4TN__SWIG_2")); mixin(bindCode("vtkLongTuple4TN_GetSize", "D_vtkLongTuple4TN_GetSize")); mixin(bindCode("vtkLongTuple4TN_GetData__SWIG_0", "D_vtkLongTuple4TN_GetData__SWIG_0")); mixin(bindCode("vtkLongTuple4TN_opIndex__SWIG_0", "D_vtkLongTuple4TN_opIndex__SWIG_0")); mixin(bindCode("vtkLongTuple4TN_opCall", "D_vtkLongTuple4TN_opCall")); mixin(bindCode("vtkLongTuple4TN_Compare", "D_vtkLongTuple4TN_Compare")); mixin(bindCode("delete_vtkLongTuple4TN", "D_delete_vtkLongTuple4TN")); mixin(bindCode("new_vtkLongTuple5TN__SWIG_0", "D_new_vtkLongTuple5TN__SWIG_0")); mixin(bindCode("new_vtkLongTuple5TN__SWIG_1", "D_new_vtkLongTuple5TN__SWIG_1")); mixin(bindCode("new_vtkLongTuple5TN__SWIG_2", "D_new_vtkLongTuple5TN__SWIG_2")); mixin(bindCode("vtkLongTuple5TN_GetSize", "D_vtkLongTuple5TN_GetSize")); mixin(bindCode("vtkLongTuple5TN_GetData__SWIG_0", "D_vtkLongTuple5TN_GetData__SWIG_0")); mixin(bindCode("vtkLongTuple5TN_opIndex__SWIG_0", "D_vtkLongTuple5TN_opIndex__SWIG_0")); mixin(bindCode("vtkLongTuple5TN_opCall", "D_vtkLongTuple5TN_opCall")); mixin(bindCode("vtkLongTuple5TN_Compare", "D_vtkLongTuple5TN_Compare")); mixin(bindCode("delete_vtkLongTuple5TN", "D_delete_vtkLongTuple5TN")); mixin(bindCode("new_vtkLongTuple6TN__SWIG_0", "D_new_vtkLongTuple6TN__SWIG_0")); mixin(bindCode("new_vtkLongTuple6TN__SWIG_1", "D_new_vtkLongTuple6TN__SWIG_1")); mixin(bindCode("new_vtkLongTuple6TN__SWIG_2", "D_new_vtkLongTuple6TN__SWIG_2")); mixin(bindCode("vtkLongTuple6TN_GetSize", "D_vtkLongTuple6TN_GetSize")); mixin(bindCode("vtkLongTuple6TN_GetData__SWIG_0", "D_vtkLongTuple6TN_GetData__SWIG_0")); mixin(bindCode("vtkLongTuple6TN_opIndex__SWIG_0", "D_vtkLongTuple6TN_opIndex__SWIG_0")); mixin(bindCode("vtkLongTuple6TN_opCall", "D_vtkLongTuple6TN_opCall")); mixin(bindCode("vtkLongTuple6TN_Compare", "D_vtkLongTuple6TN_Compare")); mixin(bindCode("delete_vtkLongTuple6TN", "D_delete_vtkLongTuple6TN")); mixin(bindCode("new_vtkLongTuple7TN__SWIG_0", "D_new_vtkLongTuple7TN__SWIG_0")); mixin(bindCode("new_vtkLongTuple7TN__SWIG_1", "D_new_vtkLongTuple7TN__SWIG_1")); mixin(bindCode("new_vtkLongTuple7TN__SWIG_2", "D_new_vtkLongTuple7TN__SWIG_2")); mixin(bindCode("vtkLongTuple7TN_GetSize", "D_vtkLongTuple7TN_GetSize")); mixin(bindCode("vtkLongTuple7TN_GetData__SWIG_0", "D_vtkLongTuple7TN_GetData__SWIG_0")); mixin(bindCode("vtkLongTuple7TN_opIndex__SWIG_0", "D_vtkLongTuple7TN_opIndex__SWIG_0")); mixin(bindCode("vtkLongTuple7TN_opCall", "D_vtkLongTuple7TN_opCall")); mixin(bindCode("vtkLongTuple7TN_Compare", "D_vtkLongTuple7TN_Compare")); mixin(bindCode("delete_vtkLongTuple7TN", "D_delete_vtkLongTuple7TN")); mixin(bindCode("new_vtkLongTuple8TN__SWIG_0", "D_new_vtkLongTuple8TN__SWIG_0")); mixin(bindCode("new_vtkLongTuple8TN__SWIG_1", "D_new_vtkLongTuple8TN__SWIG_1")); mixin(bindCode("new_vtkLongTuple8TN__SWIG_2", "D_new_vtkLongTuple8TN__SWIG_2")); mixin(bindCode("vtkLongTuple8TN_GetSize", "D_vtkLongTuple8TN_GetSize")); mixin(bindCode("vtkLongTuple8TN_GetData__SWIG_0", "D_vtkLongTuple8TN_GetData__SWIG_0")); mixin(bindCode("vtkLongTuple8TN_opIndex__SWIG_0", "D_vtkLongTuple8TN_opIndex__SWIG_0")); mixin(bindCode("vtkLongTuple8TN_opCall", "D_vtkLongTuple8TN_opCall")); mixin(bindCode("vtkLongTuple8TN_Compare", "D_vtkLongTuple8TN_Compare")); mixin(bindCode("delete_vtkLongTuple8TN", "D_delete_vtkLongTuple8TN")); mixin(bindCode("new_vtkLongTuple9TN__SWIG_0", "D_new_vtkLongTuple9TN__SWIG_0")); mixin(bindCode("new_vtkLongTuple9TN__SWIG_1", "D_new_vtkLongTuple9TN__SWIG_1")); mixin(bindCode("new_vtkLongTuple9TN__SWIG_2", "D_new_vtkLongTuple9TN__SWIG_2")); mixin(bindCode("vtkLongTuple9TN_GetSize", "D_vtkLongTuple9TN_GetSize")); mixin(bindCode("vtkLongTuple9TN_GetData__SWIG_0", "D_vtkLongTuple9TN_GetData__SWIG_0")); mixin(bindCode("vtkLongTuple9TN_opIndex__SWIG_0", "D_vtkLongTuple9TN_opIndex__SWIG_0")); mixin(bindCode("vtkLongTuple9TN_opCall", "D_vtkLongTuple9TN_opCall")); mixin(bindCode("vtkLongTuple9TN_Compare", "D_vtkLongTuple9TN_Compare")); mixin(bindCode("delete_vtkLongTuple9TN", "D_delete_vtkLongTuple9TN")); mixin(bindCode("new_vtkLongTuple10TN__SWIG_0", "D_new_vtkLongTuple10TN__SWIG_0")); mixin(bindCode("new_vtkLongTuple10TN__SWIG_1", "D_new_vtkLongTuple10TN__SWIG_1")); mixin(bindCode("new_vtkLongTuple10TN__SWIG_2", "D_new_vtkLongTuple10TN__SWIG_2")); mixin(bindCode("vtkLongTuple10TN_GetSize", "D_vtkLongTuple10TN_GetSize")); mixin(bindCode("vtkLongTuple10TN_GetData__SWIG_0", "D_vtkLongTuple10TN_GetData__SWIG_0")); mixin(bindCode("vtkLongTuple10TN_opIndex__SWIG_0", "D_vtkLongTuple10TN_opIndex__SWIG_0")); mixin(bindCode("vtkLongTuple10TN_opCall", "D_vtkLongTuple10TN_opCall")); mixin(bindCode("vtkLongTuple10TN_Compare", "D_vtkLongTuple10TN_Compare")); mixin(bindCode("delete_vtkLongTuple10TN", "D_delete_vtkLongTuple10TN")); mixin(bindCode("new_vtkUnsignedLongTuple1TN__SWIG_0", "D_new_vtkUnsignedLongTuple1TN__SWIG_0")); mixin(bindCode("new_vtkUnsignedLongTuple1TN__SWIG_1", "D_new_vtkUnsignedLongTuple1TN__SWIG_1")); mixin(bindCode("new_vtkUnsignedLongTuple1TN__SWIG_2", "D_new_vtkUnsignedLongTuple1TN__SWIG_2")); mixin(bindCode("vtkUnsignedLongTuple1TN_GetSize", "D_vtkUnsignedLongTuple1TN_GetSize")); mixin(bindCode("vtkUnsignedLongTuple1TN_GetData__SWIG_0", "D_vtkUnsignedLongTuple1TN_GetData__SWIG_0")); mixin(bindCode("vtkUnsignedLongTuple1TN_opIndex__SWIG_0", "D_vtkUnsignedLongTuple1TN_opIndex__SWIG_0")); mixin(bindCode("vtkUnsignedLongTuple1TN_opCall", "D_vtkUnsignedLongTuple1TN_opCall")); mixin(bindCode("vtkUnsignedLongTuple1TN_Compare", "D_vtkUnsignedLongTuple1TN_Compare")); mixin(bindCode("delete_vtkUnsignedLongTuple1TN", "D_delete_vtkUnsignedLongTuple1TN")); mixin(bindCode("new_vtkUnsignedLongTuple2TN__SWIG_0", "D_new_vtkUnsignedLongTuple2TN__SWIG_0")); mixin(bindCode("new_vtkUnsignedLongTuple2TN__SWIG_1", "D_new_vtkUnsignedLongTuple2TN__SWIG_1")); mixin(bindCode("new_vtkUnsignedLongTuple2TN__SWIG_2", "D_new_vtkUnsignedLongTuple2TN__SWIG_2")); mixin(bindCode("vtkUnsignedLongTuple2TN_GetSize", "D_vtkUnsignedLongTuple2TN_GetSize")); mixin(bindCode("vtkUnsignedLongTuple2TN_GetData__SWIG_0", "D_vtkUnsignedLongTuple2TN_GetData__SWIG_0")); mixin(bindCode("vtkUnsignedLongTuple2TN_opIndex__SWIG_0", "D_vtkUnsignedLongTuple2TN_opIndex__SWIG_0")); mixin(bindCode("vtkUnsignedLongTuple2TN_opCall", "D_vtkUnsignedLongTuple2TN_opCall")); mixin(bindCode("vtkUnsignedLongTuple2TN_Compare", "D_vtkUnsignedLongTuple2TN_Compare")); mixin(bindCode("delete_vtkUnsignedLongTuple2TN", "D_delete_vtkUnsignedLongTuple2TN")); mixin(bindCode("new_vtkUnsignedLongTuple3TN__SWIG_0", "D_new_vtkUnsignedLongTuple3TN__SWIG_0")); mixin(bindCode("new_vtkUnsignedLongTuple3TN__SWIG_1", "D_new_vtkUnsignedLongTuple3TN__SWIG_1")); mixin(bindCode("new_vtkUnsignedLongTuple3TN__SWIG_2", "D_new_vtkUnsignedLongTuple3TN__SWIG_2")); mixin(bindCode("vtkUnsignedLongTuple3TN_GetSize", "D_vtkUnsignedLongTuple3TN_GetSize")); mixin(bindCode("vtkUnsignedLongTuple3TN_GetData__SWIG_0", "D_vtkUnsignedLongTuple3TN_GetData__SWIG_0")); mixin(bindCode("vtkUnsignedLongTuple3TN_opIndex__SWIG_0", "D_vtkUnsignedLongTuple3TN_opIndex__SWIG_0")); mixin(bindCode("vtkUnsignedLongTuple3TN_opCall", "D_vtkUnsignedLongTuple3TN_opCall")); mixin(bindCode("vtkUnsignedLongTuple3TN_Compare", "D_vtkUnsignedLongTuple3TN_Compare")); mixin(bindCode("delete_vtkUnsignedLongTuple3TN", "D_delete_vtkUnsignedLongTuple3TN")); mixin(bindCode("new_vtkUnsignedLongTuple4TN__SWIG_0", "D_new_vtkUnsignedLongTuple4TN__SWIG_0")); mixin(bindCode("new_vtkUnsignedLongTuple4TN__SWIG_1", "D_new_vtkUnsignedLongTuple4TN__SWIG_1")); mixin(bindCode("new_vtkUnsignedLongTuple4TN__SWIG_2", "D_new_vtkUnsignedLongTuple4TN__SWIG_2")); mixin(bindCode("vtkUnsignedLongTuple4TN_GetSize", "D_vtkUnsignedLongTuple4TN_GetSize")); mixin(bindCode("vtkUnsignedLongTuple4TN_GetData__SWIG_0", "D_vtkUnsignedLongTuple4TN_GetData__SWIG_0")); mixin(bindCode("vtkUnsignedLongTuple4TN_opIndex__SWIG_0", "D_vtkUnsignedLongTuple4TN_opIndex__SWIG_0")); mixin(bindCode("vtkUnsignedLongTuple4TN_opCall", "D_vtkUnsignedLongTuple4TN_opCall")); mixin(bindCode("vtkUnsignedLongTuple4TN_Compare", "D_vtkUnsignedLongTuple4TN_Compare")); mixin(bindCode("delete_vtkUnsignedLongTuple4TN", "D_delete_vtkUnsignedLongTuple4TN")); mixin(bindCode("new_vtkUnsignedLongTuple5TN__SWIG_0", "D_new_vtkUnsignedLongTuple5TN__SWIG_0")); mixin(bindCode("new_vtkUnsignedLongTuple5TN__SWIG_1", "D_new_vtkUnsignedLongTuple5TN__SWIG_1")); mixin(bindCode("new_vtkUnsignedLongTuple5TN__SWIG_2", "D_new_vtkUnsignedLongTuple5TN__SWIG_2")); mixin(bindCode("vtkUnsignedLongTuple5TN_GetSize", "D_vtkUnsignedLongTuple5TN_GetSize")); mixin(bindCode("vtkUnsignedLongTuple5TN_GetData__SWIG_0", "D_vtkUnsignedLongTuple5TN_GetData__SWIG_0")); mixin(bindCode("vtkUnsignedLongTuple5TN_opIndex__SWIG_0", "D_vtkUnsignedLongTuple5TN_opIndex__SWIG_0")); mixin(bindCode("vtkUnsignedLongTuple5TN_opCall", "D_vtkUnsignedLongTuple5TN_opCall")); mixin(bindCode("vtkUnsignedLongTuple5TN_Compare", "D_vtkUnsignedLongTuple5TN_Compare")); mixin(bindCode("delete_vtkUnsignedLongTuple5TN", "D_delete_vtkUnsignedLongTuple5TN")); mixin(bindCode("new_vtkUnsignedLongTuple6TN__SWIG_0", "D_new_vtkUnsignedLongTuple6TN__SWIG_0")); mixin(bindCode("new_vtkUnsignedLongTuple6TN__SWIG_1", "D_new_vtkUnsignedLongTuple6TN__SWIG_1")); mixin(bindCode("new_vtkUnsignedLongTuple6TN__SWIG_2", "D_new_vtkUnsignedLongTuple6TN__SWIG_2")); mixin(bindCode("vtkUnsignedLongTuple6TN_GetSize", "D_vtkUnsignedLongTuple6TN_GetSize")); mixin(bindCode("vtkUnsignedLongTuple6TN_GetData__SWIG_0", "D_vtkUnsignedLongTuple6TN_GetData__SWIG_0")); mixin(bindCode("vtkUnsignedLongTuple6TN_opIndex__SWIG_0", "D_vtkUnsignedLongTuple6TN_opIndex__SWIG_0")); mixin(bindCode("vtkUnsignedLongTuple6TN_opCall", "D_vtkUnsignedLongTuple6TN_opCall")); mixin(bindCode("vtkUnsignedLongTuple6TN_Compare", "D_vtkUnsignedLongTuple6TN_Compare")); mixin(bindCode("delete_vtkUnsignedLongTuple6TN", "D_delete_vtkUnsignedLongTuple6TN")); mixin(bindCode("new_vtkUnsignedLongTuple7TN__SWIG_0", "D_new_vtkUnsignedLongTuple7TN__SWIG_0")); mixin(bindCode("new_vtkUnsignedLongTuple7TN__SWIG_1", "D_new_vtkUnsignedLongTuple7TN__SWIG_1")); mixin(bindCode("new_vtkUnsignedLongTuple7TN__SWIG_2", "D_new_vtkUnsignedLongTuple7TN__SWIG_2")); mixin(bindCode("vtkUnsignedLongTuple7TN_GetSize", "D_vtkUnsignedLongTuple7TN_GetSize")); mixin(bindCode("vtkUnsignedLongTuple7TN_GetData__SWIG_0", "D_vtkUnsignedLongTuple7TN_GetData__SWIG_0")); mixin(bindCode("vtkUnsignedLongTuple7TN_opIndex__SWIG_0", "D_vtkUnsignedLongTuple7TN_opIndex__SWIG_0")); mixin(bindCode("vtkUnsignedLongTuple7TN_opCall", "D_vtkUnsignedLongTuple7TN_opCall")); mixin(bindCode("vtkUnsignedLongTuple7TN_Compare", "D_vtkUnsignedLongTuple7TN_Compare")); mixin(bindCode("delete_vtkUnsignedLongTuple7TN", "D_delete_vtkUnsignedLongTuple7TN")); mixin(bindCode("new_vtkUnsignedLongTuple8TN__SWIG_0", "D_new_vtkUnsignedLongTuple8TN__SWIG_0")); mixin(bindCode("new_vtkUnsignedLongTuple8TN__SWIG_1", "D_new_vtkUnsignedLongTuple8TN__SWIG_1")); mixin(bindCode("new_vtkUnsignedLongTuple8TN__SWIG_2", "D_new_vtkUnsignedLongTuple8TN__SWIG_2")); mixin(bindCode("vtkUnsignedLongTuple8TN_GetSize", "D_vtkUnsignedLongTuple8TN_GetSize")); mixin(bindCode("vtkUnsignedLongTuple8TN_GetData__SWIG_0", "D_vtkUnsignedLongTuple8TN_GetData__SWIG_0")); mixin(bindCode("vtkUnsignedLongTuple8TN_opIndex__SWIG_0", "D_vtkUnsignedLongTuple8TN_opIndex__SWIG_0")); mixin(bindCode("vtkUnsignedLongTuple8TN_opCall", "D_vtkUnsignedLongTuple8TN_opCall")); mixin(bindCode("vtkUnsignedLongTuple8TN_Compare", "D_vtkUnsignedLongTuple8TN_Compare")); mixin(bindCode("delete_vtkUnsignedLongTuple8TN", "D_delete_vtkUnsignedLongTuple8TN")); mixin(bindCode("new_vtkUnsignedLongTuple9TN__SWIG_0", "D_new_vtkUnsignedLongTuple9TN__SWIG_0")); mixin(bindCode("new_vtkUnsignedLongTuple9TN__SWIG_1", "D_new_vtkUnsignedLongTuple9TN__SWIG_1")); mixin(bindCode("new_vtkUnsignedLongTuple9TN__SWIG_2", "D_new_vtkUnsignedLongTuple9TN__SWIG_2")); mixin(bindCode("vtkUnsignedLongTuple9TN_GetSize", "D_vtkUnsignedLongTuple9TN_GetSize")); mixin(bindCode("vtkUnsignedLongTuple9TN_GetData__SWIG_0", "D_vtkUnsignedLongTuple9TN_GetData__SWIG_0")); mixin(bindCode("vtkUnsignedLongTuple9TN_opIndex__SWIG_0", "D_vtkUnsignedLongTuple9TN_opIndex__SWIG_0")); mixin(bindCode("vtkUnsignedLongTuple9TN_opCall", "D_vtkUnsignedLongTuple9TN_opCall")); mixin(bindCode("vtkUnsignedLongTuple9TN_Compare", "D_vtkUnsignedLongTuple9TN_Compare")); mixin(bindCode("delete_vtkUnsignedLongTuple9TN", "D_delete_vtkUnsignedLongTuple9TN")); mixin(bindCode("new_vtkUnsignedLongTuple10TN__SWIG_0", "D_new_vtkUnsignedLongTuple10TN__SWIG_0")); mixin(bindCode("new_vtkUnsignedLongTuple10TN__SWIG_1", "D_new_vtkUnsignedLongTuple10TN__SWIG_1")); mixin(bindCode("new_vtkUnsignedLongTuple10TN__SWIG_2", "D_new_vtkUnsignedLongTuple10TN__SWIG_2")); mixin(bindCode("vtkUnsignedLongTuple10TN_GetSize", "D_vtkUnsignedLongTuple10TN_GetSize")); mixin(bindCode("vtkUnsignedLongTuple10TN_GetData__SWIG_0", "D_vtkUnsignedLongTuple10TN_GetData__SWIG_0")); mixin(bindCode("vtkUnsignedLongTuple10TN_opIndex__SWIG_0", "D_vtkUnsignedLongTuple10TN_opIndex__SWIG_0")); mixin(bindCode("vtkUnsignedLongTuple10TN_opCall", "D_vtkUnsignedLongTuple10TN_opCall")); mixin(bindCode("vtkUnsignedLongTuple10TN_Compare", "D_vtkUnsignedLongTuple10TN_Compare")); mixin(bindCode("delete_vtkUnsignedLongTuple10TN", "D_delete_vtkUnsignedLongTuple10TN")); mixin(bindCode("new_vtkLongLongTuple1TN__SWIG_0", "D_new_vtkLongLongTuple1TN__SWIG_0")); mixin(bindCode("new_vtkLongLongTuple1TN__SWIG_1", "D_new_vtkLongLongTuple1TN__SWIG_1")); mixin(bindCode("new_vtkLongLongTuple1TN__SWIG_2", "D_new_vtkLongLongTuple1TN__SWIG_2")); mixin(bindCode("vtkLongLongTuple1TN_GetSize", "D_vtkLongLongTuple1TN_GetSize")); mixin(bindCode("vtkLongLongTuple1TN_GetData__SWIG_0", "D_vtkLongLongTuple1TN_GetData__SWIG_0")); mixin(bindCode("vtkLongLongTuple1TN_opIndex__SWIG_0", "D_vtkLongLongTuple1TN_opIndex__SWIG_0")); mixin(bindCode("vtkLongLongTuple1TN_opCall", "D_vtkLongLongTuple1TN_opCall")); mixin(bindCode("vtkLongLongTuple1TN_Compare", "D_vtkLongLongTuple1TN_Compare")); mixin(bindCode("delete_vtkLongLongTuple1TN", "D_delete_vtkLongLongTuple1TN")); mixin(bindCode("new_vtkLongLongTuple2TN__SWIG_0", "D_new_vtkLongLongTuple2TN__SWIG_0")); mixin(bindCode("new_vtkLongLongTuple2TN__SWIG_1", "D_new_vtkLongLongTuple2TN__SWIG_1")); mixin(bindCode("new_vtkLongLongTuple2TN__SWIG_2", "D_new_vtkLongLongTuple2TN__SWIG_2")); mixin(bindCode("vtkLongLongTuple2TN_GetSize", "D_vtkLongLongTuple2TN_GetSize")); mixin(bindCode("vtkLongLongTuple2TN_GetData__SWIG_0", "D_vtkLongLongTuple2TN_GetData__SWIG_0")); mixin(bindCode("vtkLongLongTuple2TN_opIndex__SWIG_0", "D_vtkLongLongTuple2TN_opIndex__SWIG_0")); mixin(bindCode("vtkLongLongTuple2TN_opCall", "D_vtkLongLongTuple2TN_opCall")); mixin(bindCode("vtkLongLongTuple2TN_Compare", "D_vtkLongLongTuple2TN_Compare")); mixin(bindCode("delete_vtkLongLongTuple2TN", "D_delete_vtkLongLongTuple2TN")); mixin(bindCode("new_vtkLongLongTuple3TN__SWIG_0", "D_new_vtkLongLongTuple3TN__SWIG_0")); mixin(bindCode("new_vtkLongLongTuple3TN__SWIG_1", "D_new_vtkLongLongTuple3TN__SWIG_1")); mixin(bindCode("new_vtkLongLongTuple3TN__SWIG_2", "D_new_vtkLongLongTuple3TN__SWIG_2")); mixin(bindCode("vtkLongLongTuple3TN_GetSize", "D_vtkLongLongTuple3TN_GetSize")); mixin(bindCode("vtkLongLongTuple3TN_GetData__SWIG_0", "D_vtkLongLongTuple3TN_GetData__SWIG_0")); mixin(bindCode("vtkLongLongTuple3TN_opIndex__SWIG_0", "D_vtkLongLongTuple3TN_opIndex__SWIG_0")); mixin(bindCode("vtkLongLongTuple3TN_opCall", "D_vtkLongLongTuple3TN_opCall")); mixin(bindCode("vtkLongLongTuple3TN_Compare", "D_vtkLongLongTuple3TN_Compare")); mixin(bindCode("delete_vtkLongLongTuple3TN", "D_delete_vtkLongLongTuple3TN")); mixin(bindCode("new_vtkLongLongTuple4TN__SWIG_0", "D_new_vtkLongLongTuple4TN__SWIG_0")); mixin(bindCode("new_vtkLongLongTuple4TN__SWIG_1", "D_new_vtkLongLongTuple4TN__SWIG_1")); mixin(bindCode("new_vtkLongLongTuple4TN__SWIG_2", "D_new_vtkLongLongTuple4TN__SWIG_2")); mixin(bindCode("vtkLongLongTuple4TN_GetSize", "D_vtkLongLongTuple4TN_GetSize")); mixin(bindCode("vtkLongLongTuple4TN_GetData__SWIG_0", "D_vtkLongLongTuple4TN_GetData__SWIG_0")); mixin(bindCode("vtkLongLongTuple4TN_opIndex__SWIG_0", "D_vtkLongLongTuple4TN_opIndex__SWIG_0")); mixin(bindCode("vtkLongLongTuple4TN_opCall", "D_vtkLongLongTuple4TN_opCall")); mixin(bindCode("vtkLongLongTuple4TN_Compare", "D_vtkLongLongTuple4TN_Compare")); mixin(bindCode("delete_vtkLongLongTuple4TN", "D_delete_vtkLongLongTuple4TN")); mixin(bindCode("new_vtkLongLongTuple5TN__SWIG_0", "D_new_vtkLongLongTuple5TN__SWIG_0")); mixin(bindCode("new_vtkLongLongTuple5TN__SWIG_1", "D_new_vtkLongLongTuple5TN__SWIG_1")); mixin(bindCode("new_vtkLongLongTuple5TN__SWIG_2", "D_new_vtkLongLongTuple5TN__SWIG_2")); mixin(bindCode("vtkLongLongTuple5TN_GetSize", "D_vtkLongLongTuple5TN_GetSize")); mixin(bindCode("vtkLongLongTuple5TN_GetData__SWIG_0", "D_vtkLongLongTuple5TN_GetData__SWIG_0")); mixin(bindCode("vtkLongLongTuple5TN_opIndex__SWIG_0", "D_vtkLongLongTuple5TN_opIndex__SWIG_0")); mixin(bindCode("vtkLongLongTuple5TN_opCall", "D_vtkLongLongTuple5TN_opCall")); mixin(bindCode("vtkLongLongTuple5TN_Compare", "D_vtkLongLongTuple5TN_Compare")); mixin(bindCode("delete_vtkLongLongTuple5TN", "D_delete_vtkLongLongTuple5TN")); mixin(bindCode("new_vtkLongLongTuple6TN__SWIG_0", "D_new_vtkLongLongTuple6TN__SWIG_0")); mixin(bindCode("new_vtkLongLongTuple6TN__SWIG_1", "D_new_vtkLongLongTuple6TN__SWIG_1")); mixin(bindCode("new_vtkLongLongTuple6TN__SWIG_2", "D_new_vtkLongLongTuple6TN__SWIG_2")); mixin(bindCode("vtkLongLongTuple6TN_GetSize", "D_vtkLongLongTuple6TN_GetSize")); mixin(bindCode("vtkLongLongTuple6TN_GetData__SWIG_0", "D_vtkLongLongTuple6TN_GetData__SWIG_0")); mixin(bindCode("vtkLongLongTuple6TN_opIndex__SWIG_0", "D_vtkLongLongTuple6TN_opIndex__SWIG_0")); mixin(bindCode("vtkLongLongTuple6TN_opCall", "D_vtkLongLongTuple6TN_opCall")); mixin(bindCode("vtkLongLongTuple6TN_Compare", "D_vtkLongLongTuple6TN_Compare")); mixin(bindCode("delete_vtkLongLongTuple6TN", "D_delete_vtkLongLongTuple6TN")); mixin(bindCode("new_vtkLongLongTuple7TN__SWIG_0", "D_new_vtkLongLongTuple7TN__SWIG_0")); mixin(bindCode("new_vtkLongLongTuple7TN__SWIG_1", "D_new_vtkLongLongTuple7TN__SWIG_1")); mixin(bindCode("new_vtkLongLongTuple7TN__SWIG_2", "D_new_vtkLongLongTuple7TN__SWIG_2")); mixin(bindCode("vtkLongLongTuple7TN_GetSize", "D_vtkLongLongTuple7TN_GetSize")); mixin(bindCode("vtkLongLongTuple7TN_GetData__SWIG_0", "D_vtkLongLongTuple7TN_GetData__SWIG_0")); mixin(bindCode("vtkLongLongTuple7TN_opIndex__SWIG_0", "D_vtkLongLongTuple7TN_opIndex__SWIG_0")); mixin(bindCode("vtkLongLongTuple7TN_opCall", "D_vtkLongLongTuple7TN_opCall")); mixin(bindCode("vtkLongLongTuple7TN_Compare", "D_vtkLongLongTuple7TN_Compare")); mixin(bindCode("delete_vtkLongLongTuple7TN", "D_delete_vtkLongLongTuple7TN")); mixin(bindCode("new_vtkLongLongTuple8TN__SWIG_0", "D_new_vtkLongLongTuple8TN__SWIG_0")); mixin(bindCode("new_vtkLongLongTuple8TN__SWIG_1", "D_new_vtkLongLongTuple8TN__SWIG_1")); mixin(bindCode("new_vtkLongLongTuple8TN__SWIG_2", "D_new_vtkLongLongTuple8TN__SWIG_2")); mixin(bindCode("vtkLongLongTuple8TN_GetSize", "D_vtkLongLongTuple8TN_GetSize")); mixin(bindCode("vtkLongLongTuple8TN_GetData__SWIG_0", "D_vtkLongLongTuple8TN_GetData__SWIG_0")); mixin(bindCode("vtkLongLongTuple8TN_opIndex__SWIG_0", "D_vtkLongLongTuple8TN_opIndex__SWIG_0")); mixin(bindCode("vtkLongLongTuple8TN_opCall", "D_vtkLongLongTuple8TN_opCall")); mixin(bindCode("vtkLongLongTuple8TN_Compare", "D_vtkLongLongTuple8TN_Compare")); mixin(bindCode("delete_vtkLongLongTuple8TN", "D_delete_vtkLongLongTuple8TN")); mixin(bindCode("new_vtkLongLongTuple9TN__SWIG_0", "D_new_vtkLongLongTuple9TN__SWIG_0")); mixin(bindCode("new_vtkLongLongTuple9TN__SWIG_1", "D_new_vtkLongLongTuple9TN__SWIG_1")); mixin(bindCode("new_vtkLongLongTuple9TN__SWIG_2", "D_new_vtkLongLongTuple9TN__SWIG_2")); mixin(bindCode("vtkLongLongTuple9TN_GetSize", "D_vtkLongLongTuple9TN_GetSize")); mixin(bindCode("vtkLongLongTuple9TN_GetData__SWIG_0", "D_vtkLongLongTuple9TN_GetData__SWIG_0")); mixin(bindCode("vtkLongLongTuple9TN_opIndex__SWIG_0", "D_vtkLongLongTuple9TN_opIndex__SWIG_0")); mixin(bindCode("vtkLongLongTuple9TN_opCall", "D_vtkLongLongTuple9TN_opCall")); mixin(bindCode("vtkLongLongTuple9TN_Compare", "D_vtkLongLongTuple9TN_Compare")); mixin(bindCode("delete_vtkLongLongTuple9TN", "D_delete_vtkLongLongTuple9TN")); mixin(bindCode("new_vtkLongLongTuple10TN__SWIG_0", "D_new_vtkLongLongTuple10TN__SWIG_0")); mixin(bindCode("new_vtkLongLongTuple10TN__SWIG_1", "D_new_vtkLongLongTuple10TN__SWIG_1")); mixin(bindCode("new_vtkLongLongTuple10TN__SWIG_2", "D_new_vtkLongLongTuple10TN__SWIG_2")); mixin(bindCode("vtkLongLongTuple10TN_GetSize", "D_vtkLongLongTuple10TN_GetSize")); mixin(bindCode("vtkLongLongTuple10TN_GetData__SWIG_0", "D_vtkLongLongTuple10TN_GetData__SWIG_0")); mixin(bindCode("vtkLongLongTuple10TN_opIndex__SWIG_0", "D_vtkLongLongTuple10TN_opIndex__SWIG_0")); mixin(bindCode("vtkLongLongTuple10TN_opCall", "D_vtkLongLongTuple10TN_opCall")); mixin(bindCode("vtkLongLongTuple10TN_Compare", "D_vtkLongLongTuple10TN_Compare")); mixin(bindCode("delete_vtkLongLongTuple10TN", "D_delete_vtkLongLongTuple10TN")); mixin(bindCode("new_vtkUnsignedLongLongTuple1TN__SWIG_0", "D_new_vtkUnsignedLongLongTuple1TN__SWIG_0")); mixin(bindCode("new_vtkUnsignedLongLongTuple1TN__SWIG_1", "D_new_vtkUnsignedLongLongTuple1TN__SWIG_1")); mixin(bindCode("new_vtkUnsignedLongLongTuple1TN__SWIG_2", "D_new_vtkUnsignedLongLongTuple1TN__SWIG_2")); mixin(bindCode("vtkUnsignedLongLongTuple1TN_GetSize", "D_vtkUnsignedLongLongTuple1TN_GetSize")); mixin(bindCode("vtkUnsignedLongLongTuple1TN_GetData__SWIG_0", "D_vtkUnsignedLongLongTuple1TN_GetData__SWIG_0")); mixin(bindCode("vtkUnsignedLongLongTuple1TN_opIndex__SWIG_0", "D_vtkUnsignedLongLongTuple1TN_opIndex__SWIG_0")); mixin(bindCode("vtkUnsignedLongLongTuple1TN_opCall", "D_vtkUnsignedLongLongTuple1TN_opCall")); mixin(bindCode("vtkUnsignedLongLongTuple1TN_Compare", "D_vtkUnsignedLongLongTuple1TN_Compare")); mixin(bindCode("delete_vtkUnsignedLongLongTuple1TN", "D_delete_vtkUnsignedLongLongTuple1TN")); mixin(bindCode("new_vtkUnsignedLongLongTuple2TN__SWIG_0", "D_new_vtkUnsignedLongLongTuple2TN__SWIG_0")); mixin(bindCode("new_vtkUnsignedLongLongTuple2TN__SWIG_1", "D_new_vtkUnsignedLongLongTuple2TN__SWIG_1")); mixin(bindCode("new_vtkUnsignedLongLongTuple2TN__SWIG_2", "D_new_vtkUnsignedLongLongTuple2TN__SWIG_2")); mixin(bindCode("vtkUnsignedLongLongTuple2TN_GetSize", "D_vtkUnsignedLongLongTuple2TN_GetSize")); mixin(bindCode("vtkUnsignedLongLongTuple2TN_GetData__SWIG_0", "D_vtkUnsignedLongLongTuple2TN_GetData__SWIG_0")); mixin(bindCode("vtkUnsignedLongLongTuple2TN_opIndex__SWIG_0", "D_vtkUnsignedLongLongTuple2TN_opIndex__SWIG_0")); mixin(bindCode("vtkUnsignedLongLongTuple2TN_opCall", "D_vtkUnsignedLongLongTuple2TN_opCall")); mixin(bindCode("vtkUnsignedLongLongTuple2TN_Compare", "D_vtkUnsignedLongLongTuple2TN_Compare")); mixin(bindCode("delete_vtkUnsignedLongLongTuple2TN", "D_delete_vtkUnsignedLongLongTuple2TN")); mixin(bindCode("new_vtkUnsignedLongLongTuple3TN__SWIG_0", "D_new_vtkUnsignedLongLongTuple3TN__SWIG_0")); mixin(bindCode("new_vtkUnsignedLongLongTuple3TN__SWIG_1", "D_new_vtkUnsignedLongLongTuple3TN__SWIG_1")); mixin(bindCode("new_vtkUnsignedLongLongTuple3TN__SWIG_2", "D_new_vtkUnsignedLongLongTuple3TN__SWIG_2")); mixin(bindCode("vtkUnsignedLongLongTuple3TN_GetSize", "D_vtkUnsignedLongLongTuple3TN_GetSize")); mixin(bindCode("vtkUnsignedLongLongTuple3TN_GetData__SWIG_0", "D_vtkUnsignedLongLongTuple3TN_GetData__SWIG_0")); mixin(bindCode("vtkUnsignedLongLongTuple3TN_opIndex__SWIG_0", "D_vtkUnsignedLongLongTuple3TN_opIndex__SWIG_0")); mixin(bindCode("vtkUnsignedLongLongTuple3TN_opCall", "D_vtkUnsignedLongLongTuple3TN_opCall")); mixin(bindCode("vtkUnsignedLongLongTuple3TN_Compare", "D_vtkUnsignedLongLongTuple3TN_Compare")); mixin(bindCode("delete_vtkUnsignedLongLongTuple3TN", "D_delete_vtkUnsignedLongLongTuple3TN")); mixin(bindCode("new_vtkUnsignedLongLongTuple4TN__SWIG_0", "D_new_vtkUnsignedLongLongTuple4TN__SWIG_0")); mixin(bindCode("new_vtkUnsignedLongLongTuple4TN__SWIG_1", "D_new_vtkUnsignedLongLongTuple4TN__SWIG_1")); mixin(bindCode("new_vtkUnsignedLongLongTuple4TN__SWIG_2", "D_new_vtkUnsignedLongLongTuple4TN__SWIG_2")); mixin(bindCode("vtkUnsignedLongLongTuple4TN_GetSize", "D_vtkUnsignedLongLongTuple4TN_GetSize")); mixin(bindCode("vtkUnsignedLongLongTuple4TN_GetData__SWIG_0", "D_vtkUnsignedLongLongTuple4TN_GetData__SWIG_0")); mixin(bindCode("vtkUnsignedLongLongTuple4TN_opIndex__SWIG_0", "D_vtkUnsignedLongLongTuple4TN_opIndex__SWIG_0")); mixin(bindCode("vtkUnsignedLongLongTuple4TN_opCall", "D_vtkUnsignedLongLongTuple4TN_opCall")); mixin(bindCode("vtkUnsignedLongLongTuple4TN_Compare", "D_vtkUnsignedLongLongTuple4TN_Compare")); mixin(bindCode("delete_vtkUnsignedLongLongTuple4TN", "D_delete_vtkUnsignedLongLongTuple4TN")); mixin(bindCode("new_vtkUnsignedLongLongTuple5TN__SWIG_0", "D_new_vtkUnsignedLongLongTuple5TN__SWIG_0")); mixin(bindCode("new_vtkUnsignedLongLongTuple5TN__SWIG_1", "D_new_vtkUnsignedLongLongTuple5TN__SWIG_1")); mixin(bindCode("new_vtkUnsignedLongLongTuple5TN__SWIG_2", "D_new_vtkUnsignedLongLongTuple5TN__SWIG_2")); mixin(bindCode("vtkUnsignedLongLongTuple5TN_GetSize", "D_vtkUnsignedLongLongTuple5TN_GetSize")); mixin(bindCode("vtkUnsignedLongLongTuple5TN_GetData__SWIG_0", "D_vtkUnsignedLongLongTuple5TN_GetData__SWIG_0")); mixin(bindCode("vtkUnsignedLongLongTuple5TN_opIndex__SWIG_0", "D_vtkUnsignedLongLongTuple5TN_opIndex__SWIG_0")); mixin(bindCode("vtkUnsignedLongLongTuple5TN_opCall", "D_vtkUnsignedLongLongTuple5TN_opCall")); mixin(bindCode("vtkUnsignedLongLongTuple5TN_Compare", "D_vtkUnsignedLongLongTuple5TN_Compare")); mixin(bindCode("delete_vtkUnsignedLongLongTuple5TN", "D_delete_vtkUnsignedLongLongTuple5TN")); mixin(bindCode("new_vtkUnsignedLongLongTuple6TN__SWIG_0", "D_new_vtkUnsignedLongLongTuple6TN__SWIG_0")); mixin(bindCode("new_vtkUnsignedLongLongTuple6TN__SWIG_1", "D_new_vtkUnsignedLongLongTuple6TN__SWIG_1")); mixin(bindCode("new_vtkUnsignedLongLongTuple6TN__SWIG_2", "D_new_vtkUnsignedLongLongTuple6TN__SWIG_2")); mixin(bindCode("vtkUnsignedLongLongTuple6TN_GetSize", "D_vtkUnsignedLongLongTuple6TN_GetSize")); mixin(bindCode("vtkUnsignedLongLongTuple6TN_GetData__SWIG_0", "D_vtkUnsignedLongLongTuple6TN_GetData__SWIG_0")); mixin(bindCode("vtkUnsignedLongLongTuple6TN_opIndex__SWIG_0", "D_vtkUnsignedLongLongTuple6TN_opIndex__SWIG_0")); mixin(bindCode("vtkUnsignedLongLongTuple6TN_opCall", "D_vtkUnsignedLongLongTuple6TN_opCall")); mixin(bindCode("vtkUnsignedLongLongTuple6TN_Compare", "D_vtkUnsignedLongLongTuple6TN_Compare")); mixin(bindCode("delete_vtkUnsignedLongLongTuple6TN", "D_delete_vtkUnsignedLongLongTuple6TN")); mixin(bindCode("new_vtkUnsignedLongLongTuple7TN__SWIG_0", "D_new_vtkUnsignedLongLongTuple7TN__SWIG_0")); mixin(bindCode("new_vtkUnsignedLongLongTuple7TN__SWIG_1", "D_new_vtkUnsignedLongLongTuple7TN__SWIG_1")); mixin(bindCode("new_vtkUnsignedLongLongTuple7TN__SWIG_2", "D_new_vtkUnsignedLongLongTuple7TN__SWIG_2")); mixin(bindCode("vtkUnsignedLongLongTuple7TN_GetSize", "D_vtkUnsignedLongLongTuple7TN_GetSize")); mixin(bindCode("vtkUnsignedLongLongTuple7TN_GetData__SWIG_0", "D_vtkUnsignedLongLongTuple7TN_GetData__SWIG_0")); mixin(bindCode("vtkUnsignedLongLongTuple7TN_opIndex__SWIG_0", "D_vtkUnsignedLongLongTuple7TN_opIndex__SWIG_0")); mixin(bindCode("vtkUnsignedLongLongTuple7TN_opCall", "D_vtkUnsignedLongLongTuple7TN_opCall")); mixin(bindCode("vtkUnsignedLongLongTuple7TN_Compare", "D_vtkUnsignedLongLongTuple7TN_Compare")); mixin(bindCode("delete_vtkUnsignedLongLongTuple7TN", "D_delete_vtkUnsignedLongLongTuple7TN")); mixin(bindCode("new_vtkUnsignedLongLongTuple8TN__SWIG_0", "D_new_vtkUnsignedLongLongTuple8TN__SWIG_0")); mixin(bindCode("new_vtkUnsignedLongLongTuple8TN__SWIG_1", "D_new_vtkUnsignedLongLongTuple8TN__SWIG_1")); mixin(bindCode("new_vtkUnsignedLongLongTuple8TN__SWIG_2", "D_new_vtkUnsignedLongLongTuple8TN__SWIG_2")); mixin(bindCode("vtkUnsignedLongLongTuple8TN_GetSize", "D_vtkUnsignedLongLongTuple8TN_GetSize")); mixin(bindCode("vtkUnsignedLongLongTuple8TN_GetData__SWIG_0", "D_vtkUnsignedLongLongTuple8TN_GetData__SWIG_0")); mixin(bindCode("vtkUnsignedLongLongTuple8TN_opIndex__SWIG_0", "D_vtkUnsignedLongLongTuple8TN_opIndex__SWIG_0")); mixin(bindCode("vtkUnsignedLongLongTuple8TN_opCall", "D_vtkUnsignedLongLongTuple8TN_opCall")); mixin(bindCode("vtkUnsignedLongLongTuple8TN_Compare", "D_vtkUnsignedLongLongTuple8TN_Compare")); mixin(bindCode("delete_vtkUnsignedLongLongTuple8TN", "D_delete_vtkUnsignedLongLongTuple8TN")); mixin(bindCode("new_vtkUnsignedLongLongTuple9TN__SWIG_0", "D_new_vtkUnsignedLongLongTuple9TN__SWIG_0")); mixin(bindCode("new_vtkUnsignedLongLongTuple9TN__SWIG_1", "D_new_vtkUnsignedLongLongTuple9TN__SWIG_1")); mixin(bindCode("new_vtkUnsignedLongLongTuple9TN__SWIG_2", "D_new_vtkUnsignedLongLongTuple9TN__SWIG_2")); mixin(bindCode("vtkUnsignedLongLongTuple9TN_GetSize", "D_vtkUnsignedLongLongTuple9TN_GetSize")); mixin(bindCode("vtkUnsignedLongLongTuple9TN_GetData__SWIG_0", "D_vtkUnsignedLongLongTuple9TN_GetData__SWIG_0")); mixin(bindCode("vtkUnsignedLongLongTuple9TN_opIndex__SWIG_0", "D_vtkUnsignedLongLongTuple9TN_opIndex__SWIG_0")); mixin(bindCode("vtkUnsignedLongLongTuple9TN_opCall", "D_vtkUnsignedLongLongTuple9TN_opCall")); mixin(bindCode("vtkUnsignedLongLongTuple9TN_Compare", "D_vtkUnsignedLongLongTuple9TN_Compare")); mixin(bindCode("delete_vtkUnsignedLongLongTuple9TN", "D_delete_vtkUnsignedLongLongTuple9TN")); mixin(bindCode("new_vtkUnsignedLongLongTuple10TN__SWIG_0", "D_new_vtkUnsignedLongLongTuple10TN__SWIG_0")); mixin(bindCode("new_vtkUnsignedLongLongTuple10TN__SWIG_1", "D_new_vtkUnsignedLongLongTuple10TN__SWIG_1")); mixin(bindCode("new_vtkUnsignedLongLongTuple10TN__SWIG_2", "D_new_vtkUnsignedLongLongTuple10TN__SWIG_2")); mixin(bindCode("vtkUnsignedLongLongTuple10TN_GetSize", "D_vtkUnsignedLongLongTuple10TN_GetSize")); mixin(bindCode("vtkUnsignedLongLongTuple10TN_GetData__SWIG_0", "D_vtkUnsignedLongLongTuple10TN_GetData__SWIG_0")); mixin(bindCode("vtkUnsignedLongLongTuple10TN_opIndex__SWIG_0", "D_vtkUnsignedLongLongTuple10TN_opIndex__SWIG_0")); mixin(bindCode("vtkUnsignedLongLongTuple10TN_opCall", "D_vtkUnsignedLongLongTuple10TN_opCall")); mixin(bindCode("vtkUnsignedLongLongTuple10TN_Compare", "D_vtkUnsignedLongLongTuple10TN_Compare")); mixin(bindCode("delete_vtkUnsignedLongLongTuple10TN", "D_delete_vtkUnsignedLongLongTuple10TN")); mixin(bindCode("new_vtkIdTypeTuple1TN__SWIG_0", "D_new_vtkIdTypeTuple1TN__SWIG_0")); mixin(bindCode("new_vtkIdTypeTuple1TN__SWIG_1", "D_new_vtkIdTypeTuple1TN__SWIG_1")); mixin(bindCode("new_vtkIdTypeTuple1TN__SWIG_2", "D_new_vtkIdTypeTuple1TN__SWIG_2")); mixin(bindCode("vtkIdTypeTuple1TN_GetSize", "D_vtkIdTypeTuple1TN_GetSize")); mixin(bindCode("vtkIdTypeTuple1TN_GetData__SWIG_0", "D_vtkIdTypeTuple1TN_GetData__SWIG_0")); mixin(bindCode("vtkIdTypeTuple1TN_opIndex__SWIG_0", "D_vtkIdTypeTuple1TN_opIndex__SWIG_0")); mixin(bindCode("vtkIdTypeTuple1TN_opCall", "D_vtkIdTypeTuple1TN_opCall")); mixin(bindCode("vtkIdTypeTuple1TN_Compare", "D_vtkIdTypeTuple1TN_Compare")); mixin(bindCode("delete_vtkIdTypeTuple1TN", "D_delete_vtkIdTypeTuple1TN")); mixin(bindCode("new_vtkIdTypeTuple2TN__SWIG_0", "D_new_vtkIdTypeTuple2TN__SWIG_0")); mixin(bindCode("new_vtkIdTypeTuple2TN__SWIG_1", "D_new_vtkIdTypeTuple2TN__SWIG_1")); mixin(bindCode("new_vtkIdTypeTuple2TN__SWIG_2", "D_new_vtkIdTypeTuple2TN__SWIG_2")); mixin(bindCode("vtkIdTypeTuple2TN_GetSize", "D_vtkIdTypeTuple2TN_GetSize")); mixin(bindCode("vtkIdTypeTuple2TN_GetData__SWIG_0", "D_vtkIdTypeTuple2TN_GetData__SWIG_0")); mixin(bindCode("vtkIdTypeTuple2TN_opIndex__SWIG_0", "D_vtkIdTypeTuple2TN_opIndex__SWIG_0")); mixin(bindCode("vtkIdTypeTuple2TN_opCall", "D_vtkIdTypeTuple2TN_opCall")); mixin(bindCode("vtkIdTypeTuple2TN_Compare", "D_vtkIdTypeTuple2TN_Compare")); mixin(bindCode("delete_vtkIdTypeTuple2TN", "D_delete_vtkIdTypeTuple2TN")); mixin(bindCode("new_vtkIdTypeTuple3TN__SWIG_0", "D_new_vtkIdTypeTuple3TN__SWIG_0")); mixin(bindCode("new_vtkIdTypeTuple3TN__SWIG_1", "D_new_vtkIdTypeTuple3TN__SWIG_1")); mixin(bindCode("new_vtkIdTypeTuple3TN__SWIG_2", "D_new_vtkIdTypeTuple3TN__SWIG_2")); mixin(bindCode("vtkIdTypeTuple3TN_GetSize", "D_vtkIdTypeTuple3TN_GetSize")); mixin(bindCode("vtkIdTypeTuple3TN_GetData__SWIG_0", "D_vtkIdTypeTuple3TN_GetData__SWIG_0")); mixin(bindCode("vtkIdTypeTuple3TN_opIndex__SWIG_0", "D_vtkIdTypeTuple3TN_opIndex__SWIG_0")); mixin(bindCode("vtkIdTypeTuple3TN_opCall", "D_vtkIdTypeTuple3TN_opCall")); mixin(bindCode("vtkIdTypeTuple3TN_Compare", "D_vtkIdTypeTuple3TN_Compare")); mixin(bindCode("delete_vtkIdTypeTuple3TN", "D_delete_vtkIdTypeTuple3TN")); mixin(bindCode("new_vtkIdTypeTuple4TN__SWIG_0", "D_new_vtkIdTypeTuple4TN__SWIG_0")); mixin(bindCode("new_vtkIdTypeTuple4TN__SWIG_1", "D_new_vtkIdTypeTuple4TN__SWIG_1")); mixin(bindCode("new_vtkIdTypeTuple4TN__SWIG_2", "D_new_vtkIdTypeTuple4TN__SWIG_2")); mixin(bindCode("vtkIdTypeTuple4TN_GetSize", "D_vtkIdTypeTuple4TN_GetSize")); mixin(bindCode("vtkIdTypeTuple4TN_GetData__SWIG_0", "D_vtkIdTypeTuple4TN_GetData__SWIG_0")); mixin(bindCode("vtkIdTypeTuple4TN_opIndex__SWIG_0", "D_vtkIdTypeTuple4TN_opIndex__SWIG_0")); mixin(bindCode("vtkIdTypeTuple4TN_opCall", "D_vtkIdTypeTuple4TN_opCall")); mixin(bindCode("vtkIdTypeTuple4TN_Compare", "D_vtkIdTypeTuple4TN_Compare")); mixin(bindCode("delete_vtkIdTypeTuple4TN", "D_delete_vtkIdTypeTuple4TN")); mixin(bindCode("new_vtkIdTypeTuple5TN__SWIG_0", "D_new_vtkIdTypeTuple5TN__SWIG_0")); mixin(bindCode("new_vtkIdTypeTuple5TN__SWIG_1", "D_new_vtkIdTypeTuple5TN__SWIG_1")); mixin(bindCode("new_vtkIdTypeTuple5TN__SWIG_2", "D_new_vtkIdTypeTuple5TN__SWIG_2")); mixin(bindCode("vtkIdTypeTuple5TN_GetSize", "D_vtkIdTypeTuple5TN_GetSize")); mixin(bindCode("vtkIdTypeTuple5TN_GetData__SWIG_0", "D_vtkIdTypeTuple5TN_GetData__SWIG_0")); mixin(bindCode("vtkIdTypeTuple5TN_opIndex__SWIG_0", "D_vtkIdTypeTuple5TN_opIndex__SWIG_0")); mixin(bindCode("vtkIdTypeTuple5TN_opCall", "D_vtkIdTypeTuple5TN_opCall")); mixin(bindCode("vtkIdTypeTuple5TN_Compare", "D_vtkIdTypeTuple5TN_Compare")); mixin(bindCode("delete_vtkIdTypeTuple5TN", "D_delete_vtkIdTypeTuple5TN")); mixin(bindCode("new_vtkIdTypeTuple6TN__SWIG_0", "D_new_vtkIdTypeTuple6TN__SWIG_0")); mixin(bindCode("new_vtkIdTypeTuple6TN__SWIG_1", "D_new_vtkIdTypeTuple6TN__SWIG_1")); mixin(bindCode("new_vtkIdTypeTuple6TN__SWIG_2", "D_new_vtkIdTypeTuple6TN__SWIG_2")); mixin(bindCode("vtkIdTypeTuple6TN_GetSize", "D_vtkIdTypeTuple6TN_GetSize")); mixin(bindCode("vtkIdTypeTuple6TN_GetData__SWIG_0", "D_vtkIdTypeTuple6TN_GetData__SWIG_0")); mixin(bindCode("vtkIdTypeTuple6TN_opIndex__SWIG_0", "D_vtkIdTypeTuple6TN_opIndex__SWIG_0")); mixin(bindCode("vtkIdTypeTuple6TN_opCall", "D_vtkIdTypeTuple6TN_opCall")); mixin(bindCode("vtkIdTypeTuple6TN_Compare", "D_vtkIdTypeTuple6TN_Compare")); mixin(bindCode("delete_vtkIdTypeTuple6TN", "D_delete_vtkIdTypeTuple6TN")); mixin(bindCode("new_vtkIdTypeTuple7TN__SWIG_0", "D_new_vtkIdTypeTuple7TN__SWIG_0")); mixin(bindCode("new_vtkIdTypeTuple7TN__SWIG_1", "D_new_vtkIdTypeTuple7TN__SWIG_1")); mixin(bindCode("new_vtkIdTypeTuple7TN__SWIG_2", "D_new_vtkIdTypeTuple7TN__SWIG_2")); mixin(bindCode("vtkIdTypeTuple7TN_GetSize", "D_vtkIdTypeTuple7TN_GetSize")); mixin(bindCode("vtkIdTypeTuple7TN_GetData__SWIG_0", "D_vtkIdTypeTuple7TN_GetData__SWIG_0")); mixin(bindCode("vtkIdTypeTuple7TN_opIndex__SWIG_0", "D_vtkIdTypeTuple7TN_opIndex__SWIG_0")); mixin(bindCode("vtkIdTypeTuple7TN_opCall", "D_vtkIdTypeTuple7TN_opCall")); mixin(bindCode("vtkIdTypeTuple7TN_Compare", "D_vtkIdTypeTuple7TN_Compare")); mixin(bindCode("delete_vtkIdTypeTuple7TN", "D_delete_vtkIdTypeTuple7TN")); mixin(bindCode("new_vtkIdTypeTuple8TN__SWIG_0", "D_new_vtkIdTypeTuple8TN__SWIG_0")); mixin(bindCode("new_vtkIdTypeTuple8TN__SWIG_1", "D_new_vtkIdTypeTuple8TN__SWIG_1")); mixin(bindCode("new_vtkIdTypeTuple8TN__SWIG_2", "D_new_vtkIdTypeTuple8TN__SWIG_2")); mixin(bindCode("vtkIdTypeTuple8TN_GetSize", "D_vtkIdTypeTuple8TN_GetSize")); mixin(bindCode("vtkIdTypeTuple8TN_GetData__SWIG_0", "D_vtkIdTypeTuple8TN_GetData__SWIG_0")); mixin(bindCode("vtkIdTypeTuple8TN_opIndex__SWIG_0", "D_vtkIdTypeTuple8TN_opIndex__SWIG_0")); mixin(bindCode("vtkIdTypeTuple8TN_opCall", "D_vtkIdTypeTuple8TN_opCall")); mixin(bindCode("vtkIdTypeTuple8TN_Compare", "D_vtkIdTypeTuple8TN_Compare")); mixin(bindCode("delete_vtkIdTypeTuple8TN", "D_delete_vtkIdTypeTuple8TN")); mixin(bindCode("new_vtkIdTypeTuple9TN__SWIG_0", "D_new_vtkIdTypeTuple9TN__SWIG_0")); mixin(bindCode("new_vtkIdTypeTuple9TN__SWIG_1", "D_new_vtkIdTypeTuple9TN__SWIG_1")); mixin(bindCode("new_vtkIdTypeTuple9TN__SWIG_2", "D_new_vtkIdTypeTuple9TN__SWIG_2")); mixin(bindCode("vtkIdTypeTuple9TN_GetSize", "D_vtkIdTypeTuple9TN_GetSize")); mixin(bindCode("vtkIdTypeTuple9TN_GetData__SWIG_0", "D_vtkIdTypeTuple9TN_GetData__SWIG_0")); mixin(bindCode("vtkIdTypeTuple9TN_opIndex__SWIG_0", "D_vtkIdTypeTuple9TN_opIndex__SWIG_0")); mixin(bindCode("vtkIdTypeTuple9TN_opCall", "D_vtkIdTypeTuple9TN_opCall")); mixin(bindCode("vtkIdTypeTuple9TN_Compare", "D_vtkIdTypeTuple9TN_Compare")); mixin(bindCode("delete_vtkIdTypeTuple9TN", "D_delete_vtkIdTypeTuple9TN")); mixin(bindCode("new_vtkIdTypeTuple10TN__SWIG_0", "D_new_vtkIdTypeTuple10TN__SWIG_0")); mixin(bindCode("new_vtkIdTypeTuple10TN__SWIG_1", "D_new_vtkIdTypeTuple10TN__SWIG_1")); mixin(bindCode("new_vtkIdTypeTuple10TN__SWIG_2", "D_new_vtkIdTypeTuple10TN__SWIG_2")); mixin(bindCode("vtkIdTypeTuple10TN_GetSize", "D_vtkIdTypeTuple10TN_GetSize")); mixin(bindCode("vtkIdTypeTuple10TN_GetData__SWIG_0", "D_vtkIdTypeTuple10TN_GetData__SWIG_0")); mixin(bindCode("vtkIdTypeTuple10TN_opIndex__SWIG_0", "D_vtkIdTypeTuple10TN_opIndex__SWIG_0")); mixin(bindCode("vtkIdTypeTuple10TN_opCall", "D_vtkIdTypeTuple10TN_opCall")); mixin(bindCode("vtkIdTypeTuple10TN_Compare", "D_vtkIdTypeTuple10TN_Compare")); mixin(bindCode("delete_vtkIdTypeTuple10TN", "D_delete_vtkIdTypeTuple10TN")); mixin(bindCode("new_vtkFloatTuple1TN__SWIG_0", "D_new_vtkFloatTuple1TN__SWIG_0")); mixin(bindCode("new_vtkFloatTuple1TN__SWIG_1", "D_new_vtkFloatTuple1TN__SWIG_1")); mixin(bindCode("new_vtkFloatTuple1TN__SWIG_2", "D_new_vtkFloatTuple1TN__SWIG_2")); mixin(bindCode("vtkFloatTuple1TN_GetSize", "D_vtkFloatTuple1TN_GetSize")); mixin(bindCode("vtkFloatTuple1TN_GetData__SWIG_0", "D_vtkFloatTuple1TN_GetData__SWIG_0")); mixin(bindCode("vtkFloatTuple1TN_opIndex__SWIG_0", "D_vtkFloatTuple1TN_opIndex__SWIG_0")); mixin(bindCode("vtkFloatTuple1TN_opCall", "D_vtkFloatTuple1TN_opCall")); mixin(bindCode("vtkFloatTuple1TN_Compare", "D_vtkFloatTuple1TN_Compare")); mixin(bindCode("delete_vtkFloatTuple1TN", "D_delete_vtkFloatTuple1TN")); mixin(bindCode("new_vtkFloatTuple2TN__SWIG_0", "D_new_vtkFloatTuple2TN__SWIG_0")); mixin(bindCode("new_vtkFloatTuple2TN__SWIG_1", "D_new_vtkFloatTuple2TN__SWIG_1")); mixin(bindCode("new_vtkFloatTuple2TN__SWIG_2", "D_new_vtkFloatTuple2TN__SWIG_2")); mixin(bindCode("vtkFloatTuple2TN_GetSize", "D_vtkFloatTuple2TN_GetSize")); mixin(bindCode("vtkFloatTuple2TN_GetData__SWIG_0", "D_vtkFloatTuple2TN_GetData__SWIG_0")); mixin(bindCode("vtkFloatTuple2TN_opIndex__SWIG_0", "D_vtkFloatTuple2TN_opIndex__SWIG_0")); mixin(bindCode("vtkFloatTuple2TN_opCall", "D_vtkFloatTuple2TN_opCall")); mixin(bindCode("vtkFloatTuple2TN_Compare", "D_vtkFloatTuple2TN_Compare")); mixin(bindCode("delete_vtkFloatTuple2TN", "D_delete_vtkFloatTuple2TN")); mixin(bindCode("new_vtkFloatTuple3TN__SWIG_0", "D_new_vtkFloatTuple3TN__SWIG_0")); mixin(bindCode("new_vtkFloatTuple3TN__SWIG_1", "D_new_vtkFloatTuple3TN__SWIG_1")); mixin(bindCode("new_vtkFloatTuple3TN__SWIG_2", "D_new_vtkFloatTuple3TN__SWIG_2")); mixin(bindCode("vtkFloatTuple3TN_GetSize", "D_vtkFloatTuple3TN_GetSize")); mixin(bindCode("vtkFloatTuple3TN_GetData__SWIG_0", "D_vtkFloatTuple3TN_GetData__SWIG_0")); mixin(bindCode("vtkFloatTuple3TN_opIndex__SWIG_0", "D_vtkFloatTuple3TN_opIndex__SWIG_0")); mixin(bindCode("vtkFloatTuple3TN_opCall", "D_vtkFloatTuple3TN_opCall")); mixin(bindCode("vtkFloatTuple3TN_Compare", "D_vtkFloatTuple3TN_Compare")); mixin(bindCode("delete_vtkFloatTuple3TN", "D_delete_vtkFloatTuple3TN")); mixin(bindCode("new_vtkFloatTuple4TN__SWIG_0", "D_new_vtkFloatTuple4TN__SWIG_0")); mixin(bindCode("new_vtkFloatTuple4TN__SWIG_1", "D_new_vtkFloatTuple4TN__SWIG_1")); mixin(bindCode("new_vtkFloatTuple4TN__SWIG_2", "D_new_vtkFloatTuple4TN__SWIG_2")); mixin(bindCode("vtkFloatTuple4TN_GetSize", "D_vtkFloatTuple4TN_GetSize")); mixin(bindCode("vtkFloatTuple4TN_GetData__SWIG_0", "D_vtkFloatTuple4TN_GetData__SWIG_0")); mixin(bindCode("vtkFloatTuple4TN_opIndex__SWIG_0", "D_vtkFloatTuple4TN_opIndex__SWIG_0")); mixin(bindCode("vtkFloatTuple4TN_opCall", "D_vtkFloatTuple4TN_opCall")); mixin(bindCode("vtkFloatTuple4TN_Compare", "D_vtkFloatTuple4TN_Compare")); mixin(bindCode("delete_vtkFloatTuple4TN", "D_delete_vtkFloatTuple4TN")); mixin(bindCode("new_vtkFloatTuple5TN__SWIG_0", "D_new_vtkFloatTuple5TN__SWIG_0")); mixin(bindCode("new_vtkFloatTuple5TN__SWIG_1", "D_new_vtkFloatTuple5TN__SWIG_1")); mixin(bindCode("new_vtkFloatTuple5TN__SWIG_2", "D_new_vtkFloatTuple5TN__SWIG_2")); mixin(bindCode("vtkFloatTuple5TN_GetSize", "D_vtkFloatTuple5TN_GetSize")); mixin(bindCode("vtkFloatTuple5TN_GetData__SWIG_0", "D_vtkFloatTuple5TN_GetData__SWIG_0")); mixin(bindCode("vtkFloatTuple5TN_opIndex__SWIG_0", "D_vtkFloatTuple5TN_opIndex__SWIG_0")); mixin(bindCode("vtkFloatTuple5TN_opCall", "D_vtkFloatTuple5TN_opCall")); mixin(bindCode("vtkFloatTuple5TN_Compare", "D_vtkFloatTuple5TN_Compare")); mixin(bindCode("delete_vtkFloatTuple5TN", "D_delete_vtkFloatTuple5TN")); mixin(bindCode("new_vtkFloatTuple6TN__SWIG_0", "D_new_vtkFloatTuple6TN__SWIG_0")); mixin(bindCode("new_vtkFloatTuple6TN__SWIG_1", "D_new_vtkFloatTuple6TN__SWIG_1")); mixin(bindCode("new_vtkFloatTuple6TN__SWIG_2", "D_new_vtkFloatTuple6TN__SWIG_2")); mixin(bindCode("vtkFloatTuple6TN_GetSize", "D_vtkFloatTuple6TN_GetSize")); mixin(bindCode("vtkFloatTuple6TN_GetData__SWIG_0", "D_vtkFloatTuple6TN_GetData__SWIG_0")); mixin(bindCode("vtkFloatTuple6TN_opIndex__SWIG_0", "D_vtkFloatTuple6TN_opIndex__SWIG_0")); mixin(bindCode("vtkFloatTuple6TN_opCall", "D_vtkFloatTuple6TN_opCall")); mixin(bindCode("vtkFloatTuple6TN_Compare", "D_vtkFloatTuple6TN_Compare")); mixin(bindCode("delete_vtkFloatTuple6TN", "D_delete_vtkFloatTuple6TN")); mixin(bindCode("new_vtkFloatTuple7TN__SWIG_0", "D_new_vtkFloatTuple7TN__SWIG_0")); mixin(bindCode("new_vtkFloatTuple7TN__SWIG_1", "D_new_vtkFloatTuple7TN__SWIG_1")); mixin(bindCode("new_vtkFloatTuple7TN__SWIG_2", "D_new_vtkFloatTuple7TN__SWIG_2")); mixin(bindCode("vtkFloatTuple7TN_GetSize", "D_vtkFloatTuple7TN_GetSize")); mixin(bindCode("vtkFloatTuple7TN_GetData__SWIG_0", "D_vtkFloatTuple7TN_GetData__SWIG_0")); mixin(bindCode("vtkFloatTuple7TN_opIndex__SWIG_0", "D_vtkFloatTuple7TN_opIndex__SWIG_0")); mixin(bindCode("vtkFloatTuple7TN_opCall", "D_vtkFloatTuple7TN_opCall")); mixin(bindCode("vtkFloatTuple7TN_Compare", "D_vtkFloatTuple7TN_Compare")); mixin(bindCode("delete_vtkFloatTuple7TN", "D_delete_vtkFloatTuple7TN")); mixin(bindCode("new_vtkFloatTuple8TN__SWIG_0", "D_new_vtkFloatTuple8TN__SWIG_0")); mixin(bindCode("new_vtkFloatTuple8TN__SWIG_1", "D_new_vtkFloatTuple8TN__SWIG_1")); mixin(bindCode("new_vtkFloatTuple8TN__SWIG_2", "D_new_vtkFloatTuple8TN__SWIG_2")); mixin(bindCode("vtkFloatTuple8TN_GetSize", "D_vtkFloatTuple8TN_GetSize")); mixin(bindCode("vtkFloatTuple8TN_GetData__SWIG_0", "D_vtkFloatTuple8TN_GetData__SWIG_0")); mixin(bindCode("vtkFloatTuple8TN_opIndex__SWIG_0", "D_vtkFloatTuple8TN_opIndex__SWIG_0")); mixin(bindCode("vtkFloatTuple8TN_opCall", "D_vtkFloatTuple8TN_opCall")); mixin(bindCode("vtkFloatTuple8TN_Compare", "D_vtkFloatTuple8TN_Compare")); mixin(bindCode("delete_vtkFloatTuple8TN", "D_delete_vtkFloatTuple8TN")); mixin(bindCode("new_vtkFloatTuple9TN__SWIG_0", "D_new_vtkFloatTuple9TN__SWIG_0")); mixin(bindCode("new_vtkFloatTuple9TN__SWIG_1", "D_new_vtkFloatTuple9TN__SWIG_1")); mixin(bindCode("new_vtkFloatTuple9TN__SWIG_2", "D_new_vtkFloatTuple9TN__SWIG_2")); mixin(bindCode("vtkFloatTuple9TN_GetSize", "D_vtkFloatTuple9TN_GetSize")); mixin(bindCode("vtkFloatTuple9TN_GetData__SWIG_0", "D_vtkFloatTuple9TN_GetData__SWIG_0")); mixin(bindCode("vtkFloatTuple9TN_opIndex__SWIG_0", "D_vtkFloatTuple9TN_opIndex__SWIG_0")); mixin(bindCode("vtkFloatTuple9TN_opCall", "D_vtkFloatTuple9TN_opCall")); mixin(bindCode("vtkFloatTuple9TN_Compare", "D_vtkFloatTuple9TN_Compare")); mixin(bindCode("delete_vtkFloatTuple9TN", "D_delete_vtkFloatTuple9TN")); mixin(bindCode("new_vtkFloatTuple10TN__SWIG_0", "D_new_vtkFloatTuple10TN__SWIG_0")); mixin(bindCode("new_vtkFloatTuple10TN__SWIG_1", "D_new_vtkFloatTuple10TN__SWIG_1")); mixin(bindCode("new_vtkFloatTuple10TN__SWIG_2", "D_new_vtkFloatTuple10TN__SWIG_2")); mixin(bindCode("vtkFloatTuple10TN_GetSize", "D_vtkFloatTuple10TN_GetSize")); mixin(bindCode("vtkFloatTuple10TN_GetData__SWIG_0", "D_vtkFloatTuple10TN_GetData__SWIG_0")); mixin(bindCode("vtkFloatTuple10TN_opIndex__SWIG_0", "D_vtkFloatTuple10TN_opIndex__SWIG_0")); mixin(bindCode("vtkFloatTuple10TN_opCall", "D_vtkFloatTuple10TN_opCall")); mixin(bindCode("vtkFloatTuple10TN_Compare", "D_vtkFloatTuple10TN_Compare")); mixin(bindCode("delete_vtkFloatTuple10TN", "D_delete_vtkFloatTuple10TN")); mixin(bindCode("new_vtkDoubleTuple1TN__SWIG_0", "D_new_vtkDoubleTuple1TN__SWIG_0")); mixin(bindCode("new_vtkDoubleTuple1TN__SWIG_1", "D_new_vtkDoubleTuple1TN__SWIG_1")); mixin(bindCode("new_vtkDoubleTuple1TN__SWIG_2", "D_new_vtkDoubleTuple1TN__SWIG_2")); mixin(bindCode("vtkDoubleTuple1TN_GetSize", "D_vtkDoubleTuple1TN_GetSize")); mixin(bindCode("vtkDoubleTuple1TN_GetData__SWIG_0", "D_vtkDoubleTuple1TN_GetData__SWIG_0")); mixin(bindCode("vtkDoubleTuple1TN_opIndex__SWIG_0", "D_vtkDoubleTuple1TN_opIndex__SWIG_0")); mixin(bindCode("vtkDoubleTuple1TN_opCall", "D_vtkDoubleTuple1TN_opCall")); mixin(bindCode("vtkDoubleTuple1TN_Compare", "D_vtkDoubleTuple1TN_Compare")); mixin(bindCode("delete_vtkDoubleTuple1TN", "D_delete_vtkDoubleTuple1TN")); mixin(bindCode("new_vtkDoubleTuple2TN__SWIG_0", "D_new_vtkDoubleTuple2TN__SWIG_0")); mixin(bindCode("new_vtkDoubleTuple2TN__SWIG_1", "D_new_vtkDoubleTuple2TN__SWIG_1")); mixin(bindCode("new_vtkDoubleTuple2TN__SWIG_2", "D_new_vtkDoubleTuple2TN__SWIG_2")); mixin(bindCode("vtkDoubleTuple2TN_GetSize", "D_vtkDoubleTuple2TN_GetSize")); mixin(bindCode("vtkDoubleTuple2TN_GetData__SWIG_0", "D_vtkDoubleTuple2TN_GetData__SWIG_0")); mixin(bindCode("vtkDoubleTuple2TN_opIndex__SWIG_0", "D_vtkDoubleTuple2TN_opIndex__SWIG_0")); mixin(bindCode("vtkDoubleTuple2TN_opCall", "D_vtkDoubleTuple2TN_opCall")); mixin(bindCode("vtkDoubleTuple2TN_Compare", "D_vtkDoubleTuple2TN_Compare")); mixin(bindCode("delete_vtkDoubleTuple2TN", "D_delete_vtkDoubleTuple2TN")); mixin(bindCode("new_vtkDoubleTuple3TN__SWIG_0", "D_new_vtkDoubleTuple3TN__SWIG_0")); mixin(bindCode("new_vtkDoubleTuple3TN__SWIG_1", "D_new_vtkDoubleTuple3TN__SWIG_1")); mixin(bindCode("new_vtkDoubleTuple3TN__SWIG_2", "D_new_vtkDoubleTuple3TN__SWIG_2")); mixin(bindCode("vtkDoubleTuple3TN_GetSize", "D_vtkDoubleTuple3TN_GetSize")); mixin(bindCode("vtkDoubleTuple3TN_GetData__SWIG_0", "D_vtkDoubleTuple3TN_GetData__SWIG_0")); mixin(bindCode("vtkDoubleTuple3TN_opIndex__SWIG_0", "D_vtkDoubleTuple3TN_opIndex__SWIG_0")); mixin(bindCode("vtkDoubleTuple3TN_opCall", "D_vtkDoubleTuple3TN_opCall")); mixin(bindCode("vtkDoubleTuple3TN_Compare", "D_vtkDoubleTuple3TN_Compare")); mixin(bindCode("delete_vtkDoubleTuple3TN", "D_delete_vtkDoubleTuple3TN")); mixin(bindCode("new_vtkDoubleTuple4TN__SWIG_0", "D_new_vtkDoubleTuple4TN__SWIG_0")); mixin(bindCode("new_vtkDoubleTuple4TN__SWIG_1", "D_new_vtkDoubleTuple4TN__SWIG_1")); mixin(bindCode("new_vtkDoubleTuple4TN__SWIG_2", "D_new_vtkDoubleTuple4TN__SWIG_2")); mixin(bindCode("vtkDoubleTuple4TN_GetSize", "D_vtkDoubleTuple4TN_GetSize")); mixin(bindCode("vtkDoubleTuple4TN_GetData__SWIG_0", "D_vtkDoubleTuple4TN_GetData__SWIG_0")); mixin(bindCode("vtkDoubleTuple4TN_opIndex__SWIG_0", "D_vtkDoubleTuple4TN_opIndex__SWIG_0")); mixin(bindCode("vtkDoubleTuple4TN_opCall", "D_vtkDoubleTuple4TN_opCall")); mixin(bindCode("vtkDoubleTuple4TN_Compare", "D_vtkDoubleTuple4TN_Compare")); mixin(bindCode("delete_vtkDoubleTuple4TN", "D_delete_vtkDoubleTuple4TN")); mixin(bindCode("new_vtkDoubleTuple5TN__SWIG_0", "D_new_vtkDoubleTuple5TN__SWIG_0")); mixin(bindCode("new_vtkDoubleTuple5TN__SWIG_1", "D_new_vtkDoubleTuple5TN__SWIG_1")); mixin(bindCode("new_vtkDoubleTuple5TN__SWIG_2", "D_new_vtkDoubleTuple5TN__SWIG_2")); mixin(bindCode("vtkDoubleTuple5TN_GetSize", "D_vtkDoubleTuple5TN_GetSize")); mixin(bindCode("vtkDoubleTuple5TN_GetData__SWIG_0", "D_vtkDoubleTuple5TN_GetData__SWIG_0")); mixin(bindCode("vtkDoubleTuple5TN_opIndex__SWIG_0", "D_vtkDoubleTuple5TN_opIndex__SWIG_0")); mixin(bindCode("vtkDoubleTuple5TN_opCall", "D_vtkDoubleTuple5TN_opCall")); mixin(bindCode("vtkDoubleTuple5TN_Compare", "D_vtkDoubleTuple5TN_Compare")); mixin(bindCode("delete_vtkDoubleTuple5TN", "D_delete_vtkDoubleTuple5TN")); mixin(bindCode("new_vtkDoubleTuple6TN__SWIG_0", "D_new_vtkDoubleTuple6TN__SWIG_0")); mixin(bindCode("new_vtkDoubleTuple6TN__SWIG_1", "D_new_vtkDoubleTuple6TN__SWIG_1")); mixin(bindCode("new_vtkDoubleTuple6TN__SWIG_2", "D_new_vtkDoubleTuple6TN__SWIG_2")); mixin(bindCode("vtkDoubleTuple6TN_GetSize", "D_vtkDoubleTuple6TN_GetSize")); mixin(bindCode("vtkDoubleTuple6TN_GetData__SWIG_0", "D_vtkDoubleTuple6TN_GetData__SWIG_0")); mixin(bindCode("vtkDoubleTuple6TN_opIndex__SWIG_0", "D_vtkDoubleTuple6TN_opIndex__SWIG_0")); mixin(bindCode("vtkDoubleTuple6TN_opCall", "D_vtkDoubleTuple6TN_opCall")); mixin(bindCode("vtkDoubleTuple6TN_Compare", "D_vtkDoubleTuple6TN_Compare")); mixin(bindCode("delete_vtkDoubleTuple6TN", "D_delete_vtkDoubleTuple6TN")); mixin(bindCode("new_vtkDoubleTuple7TN__SWIG_0", "D_new_vtkDoubleTuple7TN__SWIG_0")); mixin(bindCode("new_vtkDoubleTuple7TN__SWIG_1", "D_new_vtkDoubleTuple7TN__SWIG_1")); mixin(bindCode("new_vtkDoubleTuple7TN__SWIG_2", "D_new_vtkDoubleTuple7TN__SWIG_2")); mixin(bindCode("vtkDoubleTuple7TN_GetSize", "D_vtkDoubleTuple7TN_GetSize")); mixin(bindCode("vtkDoubleTuple7TN_GetData__SWIG_0", "D_vtkDoubleTuple7TN_GetData__SWIG_0")); mixin(bindCode("vtkDoubleTuple7TN_opIndex__SWIG_0", "D_vtkDoubleTuple7TN_opIndex__SWIG_0")); mixin(bindCode("vtkDoubleTuple7TN_opCall", "D_vtkDoubleTuple7TN_opCall")); mixin(bindCode("vtkDoubleTuple7TN_Compare", "D_vtkDoubleTuple7TN_Compare")); mixin(bindCode("delete_vtkDoubleTuple7TN", "D_delete_vtkDoubleTuple7TN")); mixin(bindCode("new_vtkDoubleTuple8TN__SWIG_0", "D_new_vtkDoubleTuple8TN__SWIG_0")); mixin(bindCode("new_vtkDoubleTuple8TN__SWIG_1", "D_new_vtkDoubleTuple8TN__SWIG_1")); mixin(bindCode("new_vtkDoubleTuple8TN__SWIG_2", "D_new_vtkDoubleTuple8TN__SWIG_2")); mixin(bindCode("vtkDoubleTuple8TN_GetSize", "D_vtkDoubleTuple8TN_GetSize")); mixin(bindCode("vtkDoubleTuple8TN_GetData__SWIG_0", "D_vtkDoubleTuple8TN_GetData__SWIG_0")); mixin(bindCode("vtkDoubleTuple8TN_opIndex__SWIG_0", "D_vtkDoubleTuple8TN_opIndex__SWIG_0")); mixin(bindCode("vtkDoubleTuple8TN_opCall", "D_vtkDoubleTuple8TN_opCall")); mixin(bindCode("vtkDoubleTuple8TN_Compare", "D_vtkDoubleTuple8TN_Compare")); mixin(bindCode("delete_vtkDoubleTuple8TN", "D_delete_vtkDoubleTuple8TN")); mixin(bindCode("new_vtkDoubleTuple9TN__SWIG_0", "D_new_vtkDoubleTuple9TN__SWIG_0")); mixin(bindCode("new_vtkDoubleTuple9TN__SWIG_1", "D_new_vtkDoubleTuple9TN__SWIG_1")); mixin(bindCode("new_vtkDoubleTuple9TN__SWIG_2", "D_new_vtkDoubleTuple9TN__SWIG_2")); mixin(bindCode("vtkDoubleTuple9TN_GetSize", "D_vtkDoubleTuple9TN_GetSize")); mixin(bindCode("vtkDoubleTuple9TN_GetData__SWIG_0", "D_vtkDoubleTuple9TN_GetData__SWIG_0")); mixin(bindCode("vtkDoubleTuple9TN_opIndex__SWIG_0", "D_vtkDoubleTuple9TN_opIndex__SWIG_0")); mixin(bindCode("vtkDoubleTuple9TN_opCall", "D_vtkDoubleTuple9TN_opCall")); mixin(bindCode("vtkDoubleTuple9TN_Compare", "D_vtkDoubleTuple9TN_Compare")); mixin(bindCode("delete_vtkDoubleTuple9TN", "D_delete_vtkDoubleTuple9TN")); mixin(bindCode("new_vtkDoubleTuple10TN__SWIG_0", "D_new_vtkDoubleTuple10TN__SWIG_0")); mixin(bindCode("new_vtkDoubleTuple10TN__SWIG_1", "D_new_vtkDoubleTuple10TN__SWIG_1")); mixin(bindCode("new_vtkDoubleTuple10TN__SWIG_2", "D_new_vtkDoubleTuple10TN__SWIG_2")); mixin(bindCode("vtkDoubleTuple10TN_GetSize", "D_vtkDoubleTuple10TN_GetSize")); mixin(bindCode("vtkDoubleTuple10TN_GetData__SWIG_0", "D_vtkDoubleTuple10TN_GetData__SWIG_0")); mixin(bindCode("vtkDoubleTuple10TN_opIndex__SWIG_0", "D_vtkDoubleTuple10TN_opIndex__SWIG_0")); mixin(bindCode("vtkDoubleTuple10TN_opCall", "D_vtkDoubleTuple10TN_opCall")); mixin(bindCode("vtkDoubleTuple10TN_Compare", "D_vtkDoubleTuple10TN_Compare")); mixin(bindCode("delete_vtkDoubleTuple10TN", "D_delete_vtkDoubleTuple10TN")); mixin(bindCode("new_vtkVectorChar2T__SWIG_0", "D_new_vtkVectorChar2T__SWIG_0")); mixin(bindCode("new_vtkVectorChar2T__SWIG_1", "D_new_vtkVectorChar2T__SWIG_1")); mixin(bindCode("new_vtkVectorChar2T__SWIG_2", "D_new_vtkVectorChar2T__SWIG_2")); mixin(bindCode("vtkVectorChar2T_SquaredNorm", "D_vtkVectorChar2T_SquaredNorm")); mixin(bindCode("vtkVectorChar2T_Norm", "D_vtkVectorChar2T_Norm")); mixin(bindCode("vtkVectorChar2T_Normalize", "D_vtkVectorChar2T_Normalize")); mixin(bindCode("vtkVectorChar2T_Normalized", "D_vtkVectorChar2T_Normalized")); mixin(bindCode("vtkVectorChar2T_Dot", "D_vtkVectorChar2T_Dot")); mixin(bindCode("delete_vtkVectorChar2T", "D_delete_vtkVectorChar2T")); mixin(bindCode("vtkVectorChar2T_Upcast", "D_vtkVectorChar2T_Upcast")); mixin(bindCode("new_vtkVectorUChar2T__SWIG_0", "D_new_vtkVectorUChar2T__SWIG_0")); mixin(bindCode("new_vtkVectorUChar2T__SWIG_1", "D_new_vtkVectorUChar2T__SWIG_1")); mixin(bindCode("new_vtkVectorUChar2T__SWIG_2", "D_new_vtkVectorUChar2T__SWIG_2")); mixin(bindCode("vtkVectorUChar2T_SquaredNorm", "D_vtkVectorUChar2T_SquaredNorm")); mixin(bindCode("vtkVectorUChar2T_Norm", "D_vtkVectorUChar2T_Norm")); mixin(bindCode("vtkVectorUChar2T_Normalize", "D_vtkVectorUChar2T_Normalize")); mixin(bindCode("vtkVectorUChar2T_Normalized", "D_vtkVectorUChar2T_Normalized")); mixin(bindCode("vtkVectorUChar2T_Dot", "D_vtkVectorUChar2T_Dot")); mixin(bindCode("delete_vtkVectorUChar2T", "D_delete_vtkVectorUChar2T")); mixin(bindCode("vtkVectorUChar2T_Upcast", "D_vtkVectorUChar2T_Upcast")); mixin(bindCode("new_vtkVectorShort2T__SWIG_0", "D_new_vtkVectorShort2T__SWIG_0")); mixin(bindCode("new_vtkVectorShort2T__SWIG_1", "D_new_vtkVectorShort2T__SWIG_1")); mixin(bindCode("new_vtkVectorShort2T__SWIG_2", "D_new_vtkVectorShort2T__SWIG_2")); mixin(bindCode("vtkVectorShort2T_SquaredNorm", "D_vtkVectorShort2T_SquaredNorm")); mixin(bindCode("vtkVectorShort2T_Norm", "D_vtkVectorShort2T_Norm")); mixin(bindCode("vtkVectorShort2T_Normalize", "D_vtkVectorShort2T_Normalize")); mixin(bindCode("vtkVectorShort2T_Normalized", "D_vtkVectorShort2T_Normalized")); mixin(bindCode("vtkVectorShort2T_Dot", "D_vtkVectorShort2T_Dot")); mixin(bindCode("delete_vtkVectorShort2T", "D_delete_vtkVectorShort2T")); mixin(bindCode("vtkVectorShort2T_Upcast", "D_vtkVectorShort2T_Upcast")); mixin(bindCode("new_vtkVectorUShort2T__SWIG_0", "D_new_vtkVectorUShort2T__SWIG_0")); mixin(bindCode("new_vtkVectorUShort2T__SWIG_1", "D_new_vtkVectorUShort2T__SWIG_1")); mixin(bindCode("new_vtkVectorUShort2T__SWIG_2", "D_new_vtkVectorUShort2T__SWIG_2")); mixin(bindCode("vtkVectorUShort2T_SquaredNorm", "D_vtkVectorUShort2T_SquaredNorm")); mixin(bindCode("vtkVectorUShort2T_Norm", "D_vtkVectorUShort2T_Norm")); mixin(bindCode("vtkVectorUShort2T_Normalize", "D_vtkVectorUShort2T_Normalize")); mixin(bindCode("vtkVectorUShort2T_Normalized", "D_vtkVectorUShort2T_Normalized")); mixin(bindCode("vtkVectorUShort2T_Dot", "D_vtkVectorUShort2T_Dot")); mixin(bindCode("delete_vtkVectorUShort2T", "D_delete_vtkVectorUShort2T")); mixin(bindCode("vtkVectorUShort2T_Upcast", "D_vtkVectorUShort2T_Upcast")); mixin(bindCode("new_vtkVectorInt2T__SWIG_0", "D_new_vtkVectorInt2T__SWIG_0")); mixin(bindCode("new_vtkVectorInt2T__SWIG_1", "D_new_vtkVectorInt2T__SWIG_1")); mixin(bindCode("new_vtkVectorInt2T__SWIG_2", "D_new_vtkVectorInt2T__SWIG_2")); mixin(bindCode("vtkVectorInt2T_SquaredNorm", "D_vtkVectorInt2T_SquaredNorm")); mixin(bindCode("vtkVectorInt2T_Norm", "D_vtkVectorInt2T_Norm")); mixin(bindCode("vtkVectorInt2T_Normalize", "D_vtkVectorInt2T_Normalize")); mixin(bindCode("vtkVectorInt2T_Normalized", "D_vtkVectorInt2T_Normalized")); mixin(bindCode("vtkVectorInt2T_Dot", "D_vtkVectorInt2T_Dot")); mixin(bindCode("delete_vtkVectorInt2T", "D_delete_vtkVectorInt2T")); mixin(bindCode("vtkVectorInt2T_Upcast", "D_vtkVectorInt2T_Upcast")); mixin(bindCode("new_vtkVectorUInt2T__SWIG_0", "D_new_vtkVectorUInt2T__SWIG_0")); mixin(bindCode("new_vtkVectorUInt2T__SWIG_1", "D_new_vtkVectorUInt2T__SWIG_1")); mixin(bindCode("new_vtkVectorUInt2T__SWIG_2", "D_new_vtkVectorUInt2T__SWIG_2")); mixin(bindCode("vtkVectorUInt2T_SquaredNorm", "D_vtkVectorUInt2T_SquaredNorm")); mixin(bindCode("vtkVectorUInt2T_Norm", "D_vtkVectorUInt2T_Norm")); mixin(bindCode("vtkVectorUInt2T_Normalize", "D_vtkVectorUInt2T_Normalize")); mixin(bindCode("vtkVectorUInt2T_Normalized", "D_vtkVectorUInt2T_Normalized")); mixin(bindCode("vtkVectorUInt2T_Dot", "D_vtkVectorUInt2T_Dot")); mixin(bindCode("delete_vtkVectorUInt2T", "D_delete_vtkVectorUInt2T")); mixin(bindCode("vtkVectorUInt2T_Upcast", "D_vtkVectorUInt2T_Upcast")); mixin(bindCode("new_vtkVectorLong2T__SWIG_0", "D_new_vtkVectorLong2T__SWIG_0")); mixin(bindCode("new_vtkVectorLong2T__SWIG_1", "D_new_vtkVectorLong2T__SWIG_1")); mixin(bindCode("new_vtkVectorLong2T__SWIG_2", "D_new_vtkVectorLong2T__SWIG_2")); mixin(bindCode("vtkVectorLong2T_SquaredNorm", "D_vtkVectorLong2T_SquaredNorm")); mixin(bindCode("vtkVectorLong2T_Norm", "D_vtkVectorLong2T_Norm")); mixin(bindCode("vtkVectorLong2T_Normalize", "D_vtkVectorLong2T_Normalize")); mixin(bindCode("vtkVectorLong2T_Normalized", "D_vtkVectorLong2T_Normalized")); mixin(bindCode("vtkVectorLong2T_Dot", "D_vtkVectorLong2T_Dot")); mixin(bindCode("delete_vtkVectorLong2T", "D_delete_vtkVectorLong2T")); mixin(bindCode("vtkVectorLong2T_Upcast", "D_vtkVectorLong2T_Upcast")); mixin(bindCode("new_vtkVectorULong2T__SWIG_0", "D_new_vtkVectorULong2T__SWIG_0")); mixin(bindCode("new_vtkVectorULong2T__SWIG_1", "D_new_vtkVectorULong2T__SWIG_1")); mixin(bindCode("new_vtkVectorULong2T__SWIG_2", "D_new_vtkVectorULong2T__SWIG_2")); mixin(bindCode("vtkVectorULong2T_SquaredNorm", "D_vtkVectorULong2T_SquaredNorm")); mixin(bindCode("vtkVectorULong2T_Norm", "D_vtkVectorULong2T_Norm")); mixin(bindCode("vtkVectorULong2T_Normalize", "D_vtkVectorULong2T_Normalize")); mixin(bindCode("vtkVectorULong2T_Normalized", "D_vtkVectorULong2T_Normalized")); mixin(bindCode("vtkVectorULong2T_Dot", "D_vtkVectorULong2T_Dot")); mixin(bindCode("delete_vtkVectorULong2T", "D_delete_vtkVectorULong2T")); mixin(bindCode("vtkVectorULong2T_Upcast", "D_vtkVectorULong2T_Upcast")); mixin(bindCode("new_vtkVectorLongLong2T__SWIG_0", "D_new_vtkVectorLongLong2T__SWIG_0")); mixin(bindCode("new_vtkVectorLongLong2T__SWIG_1", "D_new_vtkVectorLongLong2T__SWIG_1")); mixin(bindCode("new_vtkVectorLongLong2T__SWIG_2", "D_new_vtkVectorLongLong2T__SWIG_2")); mixin(bindCode("vtkVectorLongLong2T_SquaredNorm", "D_vtkVectorLongLong2T_SquaredNorm")); mixin(bindCode("vtkVectorLongLong2T_Norm", "D_vtkVectorLongLong2T_Norm")); mixin(bindCode("vtkVectorLongLong2T_Normalize", "D_vtkVectorLongLong2T_Normalize")); mixin(bindCode("vtkVectorLongLong2T_Normalized", "D_vtkVectorLongLong2T_Normalized")); mixin(bindCode("vtkVectorLongLong2T_Dot", "D_vtkVectorLongLong2T_Dot")); mixin(bindCode("delete_vtkVectorLongLong2T", "D_delete_vtkVectorLongLong2T")); mixin(bindCode("vtkVectorLongLong2T_Upcast", "D_vtkVectorLongLong2T_Upcast")); mixin(bindCode("new_vtkVectorULongLong2T__SWIG_0", "D_new_vtkVectorULongLong2T__SWIG_0")); mixin(bindCode("new_vtkVectorULongLong2T__SWIG_1", "D_new_vtkVectorULongLong2T__SWIG_1")); mixin(bindCode("new_vtkVectorULongLong2T__SWIG_2", "D_new_vtkVectorULongLong2T__SWIG_2")); mixin(bindCode("vtkVectorULongLong2T_SquaredNorm", "D_vtkVectorULongLong2T_SquaredNorm")); mixin(bindCode("vtkVectorULongLong2T_Norm", "D_vtkVectorULongLong2T_Norm")); mixin(bindCode("vtkVectorULongLong2T_Normalize", "D_vtkVectorULongLong2T_Normalize")); mixin(bindCode("vtkVectorULongLong2T_Normalized", "D_vtkVectorULongLong2T_Normalized")); mixin(bindCode("vtkVectorULongLong2T_Dot", "D_vtkVectorULongLong2T_Dot")); mixin(bindCode("delete_vtkVectorULongLong2T", "D_delete_vtkVectorULongLong2T")); mixin(bindCode("vtkVectorULongLong2T_Upcast", "D_vtkVectorULongLong2T_Upcast")); mixin(bindCode("new_vtkVectorFloat2T__SWIG_0", "D_new_vtkVectorFloat2T__SWIG_0")); mixin(bindCode("new_vtkVectorFloat2T__SWIG_1", "D_new_vtkVectorFloat2T__SWIG_1")); mixin(bindCode("new_vtkVectorFloat2T__SWIG_2", "D_new_vtkVectorFloat2T__SWIG_2")); mixin(bindCode("vtkVectorFloat2T_SquaredNorm", "D_vtkVectorFloat2T_SquaredNorm")); mixin(bindCode("vtkVectorFloat2T_Norm", "D_vtkVectorFloat2T_Norm")); mixin(bindCode("vtkVectorFloat2T_Normalize", "D_vtkVectorFloat2T_Normalize")); mixin(bindCode("vtkVectorFloat2T_Normalized", "D_vtkVectorFloat2T_Normalized")); mixin(bindCode("vtkVectorFloat2T_Dot", "D_vtkVectorFloat2T_Dot")); mixin(bindCode("delete_vtkVectorFloat2T", "D_delete_vtkVectorFloat2T")); mixin(bindCode("vtkVectorFloat2T_Upcast", "D_vtkVectorFloat2T_Upcast")); mixin(bindCode("new_vtkVectorDouble2T__SWIG_0", "D_new_vtkVectorDouble2T__SWIG_0")); mixin(bindCode("new_vtkVectorDouble2T__SWIG_1", "D_new_vtkVectorDouble2T__SWIG_1")); mixin(bindCode("new_vtkVectorDouble2T__SWIG_2", "D_new_vtkVectorDouble2T__SWIG_2")); mixin(bindCode("vtkVectorDouble2T_SquaredNorm", "D_vtkVectorDouble2T_SquaredNorm")); mixin(bindCode("vtkVectorDouble2T_Norm", "D_vtkVectorDouble2T_Norm")); mixin(bindCode("vtkVectorDouble2T_Normalize", "D_vtkVectorDouble2T_Normalize")); mixin(bindCode("vtkVectorDouble2T_Normalized", "D_vtkVectorDouble2T_Normalized")); mixin(bindCode("vtkVectorDouble2T_Dot", "D_vtkVectorDouble2T_Dot")); mixin(bindCode("delete_vtkVectorDouble2T", "D_delete_vtkVectorDouble2T")); mixin(bindCode("vtkVectorDouble2T_Upcast", "D_vtkVectorDouble2T_Upcast")); mixin(bindCode("new_vtkVectorChar3T__SWIG_0", "D_new_vtkVectorChar3T__SWIG_0")); mixin(bindCode("new_vtkVectorChar3T__SWIG_1", "D_new_vtkVectorChar3T__SWIG_1")); mixin(bindCode("new_vtkVectorChar3T__SWIG_2", "D_new_vtkVectorChar3T__SWIG_2")); mixin(bindCode("vtkVectorChar3T_SquaredNorm", "D_vtkVectorChar3T_SquaredNorm")); mixin(bindCode("vtkVectorChar3T_Norm", "D_vtkVectorChar3T_Norm")); mixin(bindCode("vtkVectorChar3T_Normalize", "D_vtkVectorChar3T_Normalize")); mixin(bindCode("vtkVectorChar3T_Normalized", "D_vtkVectorChar3T_Normalized")); mixin(bindCode("vtkVectorChar3T_Dot", "D_vtkVectorChar3T_Dot")); mixin(bindCode("delete_vtkVectorChar3T", "D_delete_vtkVectorChar3T")); mixin(bindCode("vtkVectorChar3T_Upcast", "D_vtkVectorChar3T_Upcast")); mixin(bindCode("new_vtkVectorUChar3T__SWIG_0", "D_new_vtkVectorUChar3T__SWIG_0")); mixin(bindCode("new_vtkVectorUChar3T__SWIG_1", "D_new_vtkVectorUChar3T__SWIG_1")); mixin(bindCode("new_vtkVectorUChar3T__SWIG_2", "D_new_vtkVectorUChar3T__SWIG_2")); mixin(bindCode("vtkVectorUChar3T_SquaredNorm", "D_vtkVectorUChar3T_SquaredNorm")); mixin(bindCode("vtkVectorUChar3T_Norm", "D_vtkVectorUChar3T_Norm")); mixin(bindCode("vtkVectorUChar3T_Normalize", "D_vtkVectorUChar3T_Normalize")); mixin(bindCode("vtkVectorUChar3T_Normalized", "D_vtkVectorUChar3T_Normalized")); mixin(bindCode("vtkVectorUChar3T_Dot", "D_vtkVectorUChar3T_Dot")); mixin(bindCode("delete_vtkVectorUChar3T", "D_delete_vtkVectorUChar3T")); mixin(bindCode("vtkVectorUChar3T_Upcast", "D_vtkVectorUChar3T_Upcast")); mixin(bindCode("new_vtkVectorShort3T__SWIG_0", "D_new_vtkVectorShort3T__SWIG_0")); mixin(bindCode("new_vtkVectorShort3T__SWIG_1", "D_new_vtkVectorShort3T__SWIG_1")); mixin(bindCode("new_vtkVectorShort3T__SWIG_2", "D_new_vtkVectorShort3T__SWIG_2")); mixin(bindCode("vtkVectorShort3T_SquaredNorm", "D_vtkVectorShort3T_SquaredNorm")); mixin(bindCode("vtkVectorShort3T_Norm", "D_vtkVectorShort3T_Norm")); mixin(bindCode("vtkVectorShort3T_Normalize", "D_vtkVectorShort3T_Normalize")); mixin(bindCode("vtkVectorShort3T_Normalized", "D_vtkVectorShort3T_Normalized")); mixin(bindCode("vtkVectorShort3T_Dot", "D_vtkVectorShort3T_Dot")); mixin(bindCode("delete_vtkVectorShort3T", "D_delete_vtkVectorShort3T")); mixin(bindCode("vtkVectorShort3T_Upcast", "D_vtkVectorShort3T_Upcast")); mixin(bindCode("new_vtkVectorUShort3T__SWIG_0", "D_new_vtkVectorUShort3T__SWIG_0")); mixin(bindCode("new_vtkVectorUShort3T__SWIG_1", "D_new_vtkVectorUShort3T__SWIG_1")); mixin(bindCode("new_vtkVectorUShort3T__SWIG_2", "D_new_vtkVectorUShort3T__SWIG_2")); mixin(bindCode("vtkVectorUShort3T_SquaredNorm", "D_vtkVectorUShort3T_SquaredNorm")); mixin(bindCode("vtkVectorUShort3T_Norm", "D_vtkVectorUShort3T_Norm")); mixin(bindCode("vtkVectorUShort3T_Normalize", "D_vtkVectorUShort3T_Normalize")); mixin(bindCode("vtkVectorUShort3T_Normalized", "D_vtkVectorUShort3T_Normalized")); mixin(bindCode("vtkVectorUShort3T_Dot", "D_vtkVectorUShort3T_Dot")); mixin(bindCode("delete_vtkVectorUShort3T", "D_delete_vtkVectorUShort3T")); mixin(bindCode("vtkVectorUShort3T_Upcast", "D_vtkVectorUShort3T_Upcast")); mixin(bindCode("new_vtkVectorInt3T__SWIG_0", "D_new_vtkVectorInt3T__SWIG_0")); mixin(bindCode("new_vtkVectorInt3T__SWIG_1", "D_new_vtkVectorInt3T__SWIG_1")); mixin(bindCode("new_vtkVectorInt3T__SWIG_2", "D_new_vtkVectorInt3T__SWIG_2")); mixin(bindCode("vtkVectorInt3T_SquaredNorm", "D_vtkVectorInt3T_SquaredNorm")); mixin(bindCode("vtkVectorInt3T_Norm", "D_vtkVectorInt3T_Norm")); mixin(bindCode("vtkVectorInt3T_Normalize", "D_vtkVectorInt3T_Normalize")); mixin(bindCode("vtkVectorInt3T_Normalized", "D_vtkVectorInt3T_Normalized")); mixin(bindCode("vtkVectorInt3T_Dot", "D_vtkVectorInt3T_Dot")); mixin(bindCode("delete_vtkVectorInt3T", "D_delete_vtkVectorInt3T")); mixin(bindCode("vtkVectorInt3T_Upcast", "D_vtkVectorInt3T_Upcast")); mixin(bindCode("new_vtkVectorUInt3T__SWIG_0", "D_new_vtkVectorUInt3T__SWIG_0")); mixin(bindCode("new_vtkVectorUInt3T__SWIG_1", "D_new_vtkVectorUInt3T__SWIG_1")); mixin(bindCode("new_vtkVectorUInt3T__SWIG_2", "D_new_vtkVectorUInt3T__SWIG_2")); mixin(bindCode("vtkVectorUInt3T_SquaredNorm", "D_vtkVectorUInt3T_SquaredNorm")); mixin(bindCode("vtkVectorUInt3T_Norm", "D_vtkVectorUInt3T_Norm")); mixin(bindCode("vtkVectorUInt3T_Normalize", "D_vtkVectorUInt3T_Normalize")); mixin(bindCode("vtkVectorUInt3T_Normalized", "D_vtkVectorUInt3T_Normalized")); mixin(bindCode("vtkVectorUInt3T_Dot", "D_vtkVectorUInt3T_Dot")); mixin(bindCode("delete_vtkVectorUInt3T", "D_delete_vtkVectorUInt3T")); mixin(bindCode("vtkVectorUInt3T_Upcast", "D_vtkVectorUInt3T_Upcast")); mixin(bindCode("new_vtkVectorLong3T__SWIG_0", "D_new_vtkVectorLong3T__SWIG_0")); mixin(bindCode("new_vtkVectorLong3T__SWIG_1", "D_new_vtkVectorLong3T__SWIG_1")); mixin(bindCode("new_vtkVectorLong3T__SWIG_2", "D_new_vtkVectorLong3T__SWIG_2")); mixin(bindCode("vtkVectorLong3T_SquaredNorm", "D_vtkVectorLong3T_SquaredNorm")); mixin(bindCode("vtkVectorLong3T_Norm", "D_vtkVectorLong3T_Norm")); mixin(bindCode("vtkVectorLong3T_Normalize", "D_vtkVectorLong3T_Normalize")); mixin(bindCode("vtkVectorLong3T_Normalized", "D_vtkVectorLong3T_Normalized")); mixin(bindCode("vtkVectorLong3T_Dot", "D_vtkVectorLong3T_Dot")); mixin(bindCode("delete_vtkVectorLong3T", "D_delete_vtkVectorLong3T")); mixin(bindCode("vtkVectorLong3T_Upcast", "D_vtkVectorLong3T_Upcast")); mixin(bindCode("new_vtkVectorULong3T__SWIG_0", "D_new_vtkVectorULong3T__SWIG_0")); mixin(bindCode("new_vtkVectorULong3T__SWIG_1", "D_new_vtkVectorULong3T__SWIG_1")); mixin(bindCode("new_vtkVectorULong3T__SWIG_2", "D_new_vtkVectorULong3T__SWIG_2")); mixin(bindCode("vtkVectorULong3T_SquaredNorm", "D_vtkVectorULong3T_SquaredNorm")); mixin(bindCode("vtkVectorULong3T_Norm", "D_vtkVectorULong3T_Norm")); mixin(bindCode("vtkVectorULong3T_Normalize", "D_vtkVectorULong3T_Normalize")); mixin(bindCode("vtkVectorULong3T_Normalized", "D_vtkVectorULong3T_Normalized")); mixin(bindCode("vtkVectorULong3T_Dot", "D_vtkVectorULong3T_Dot")); mixin(bindCode("delete_vtkVectorULong3T", "D_delete_vtkVectorULong3T")); mixin(bindCode("vtkVectorULong3T_Upcast", "D_vtkVectorULong3T_Upcast")); mixin(bindCode("new_vtkVectorLongLong3T__SWIG_0", "D_new_vtkVectorLongLong3T__SWIG_0")); mixin(bindCode("new_vtkVectorLongLong3T__SWIG_1", "D_new_vtkVectorLongLong3T__SWIG_1")); mixin(bindCode("new_vtkVectorLongLong3T__SWIG_2", "D_new_vtkVectorLongLong3T__SWIG_2")); mixin(bindCode("vtkVectorLongLong3T_SquaredNorm", "D_vtkVectorLongLong3T_SquaredNorm")); mixin(bindCode("vtkVectorLongLong3T_Norm", "D_vtkVectorLongLong3T_Norm")); mixin(bindCode("vtkVectorLongLong3T_Normalize", "D_vtkVectorLongLong3T_Normalize")); mixin(bindCode("vtkVectorLongLong3T_Normalized", "D_vtkVectorLongLong3T_Normalized")); mixin(bindCode("vtkVectorLongLong3T_Dot", "D_vtkVectorLongLong3T_Dot")); mixin(bindCode("delete_vtkVectorLongLong3T", "D_delete_vtkVectorLongLong3T")); mixin(bindCode("vtkVectorLongLong3T_Upcast", "D_vtkVectorLongLong3T_Upcast")); mixin(bindCode("new_vtkVectorULongLong3T__SWIG_0", "D_new_vtkVectorULongLong3T__SWIG_0")); mixin(bindCode("new_vtkVectorULongLong3T__SWIG_1", "D_new_vtkVectorULongLong3T__SWIG_1")); mixin(bindCode("new_vtkVectorULongLong3T__SWIG_2", "D_new_vtkVectorULongLong3T__SWIG_2")); mixin(bindCode("vtkVectorULongLong3T_SquaredNorm", "D_vtkVectorULongLong3T_SquaredNorm")); mixin(bindCode("vtkVectorULongLong3T_Norm", "D_vtkVectorULongLong3T_Norm")); mixin(bindCode("vtkVectorULongLong3T_Normalize", "D_vtkVectorULongLong3T_Normalize")); mixin(bindCode("vtkVectorULongLong3T_Normalized", "D_vtkVectorULongLong3T_Normalized")); mixin(bindCode("vtkVectorULongLong3T_Dot", "D_vtkVectorULongLong3T_Dot")); mixin(bindCode("delete_vtkVectorULongLong3T", "D_delete_vtkVectorULongLong3T")); mixin(bindCode("vtkVectorULongLong3T_Upcast", "D_vtkVectorULongLong3T_Upcast")); mixin(bindCode("new_vtkVectorFloat3T__SWIG_0", "D_new_vtkVectorFloat3T__SWIG_0")); mixin(bindCode("new_vtkVectorFloat3T__SWIG_1", "D_new_vtkVectorFloat3T__SWIG_1")); mixin(bindCode("new_vtkVectorFloat3T__SWIG_2", "D_new_vtkVectorFloat3T__SWIG_2")); mixin(bindCode("vtkVectorFloat3T_SquaredNorm", "D_vtkVectorFloat3T_SquaredNorm")); mixin(bindCode("vtkVectorFloat3T_Norm", "D_vtkVectorFloat3T_Norm")); mixin(bindCode("vtkVectorFloat3T_Normalize", "D_vtkVectorFloat3T_Normalize")); mixin(bindCode("vtkVectorFloat3T_Normalized", "D_vtkVectorFloat3T_Normalized")); mixin(bindCode("vtkVectorFloat3T_Dot", "D_vtkVectorFloat3T_Dot")); mixin(bindCode("delete_vtkVectorFloat3T", "D_delete_vtkVectorFloat3T")); mixin(bindCode("vtkVectorFloat3T_Upcast", "D_vtkVectorFloat3T_Upcast")); mixin(bindCode("new_vtkVectorDouble3T__SWIG_0", "D_new_vtkVectorDouble3T__SWIG_0")); mixin(bindCode("new_vtkVectorDouble3T__SWIG_1", "D_new_vtkVectorDouble3T__SWIG_1")); mixin(bindCode("new_vtkVectorDouble3T__SWIG_2", "D_new_vtkVectorDouble3T__SWIG_2")); mixin(bindCode("vtkVectorDouble3T_SquaredNorm", "D_vtkVectorDouble3T_SquaredNorm")); mixin(bindCode("vtkVectorDouble3T_Norm", "D_vtkVectorDouble3T_Norm")); mixin(bindCode("vtkVectorDouble3T_Normalize", "D_vtkVectorDouble3T_Normalize")); mixin(bindCode("vtkVectorDouble3T_Normalized", "D_vtkVectorDouble3T_Normalized")); mixin(bindCode("vtkVectorDouble3T_Dot", "D_vtkVectorDouble3T_Dot")); mixin(bindCode("delete_vtkVectorDouble3T", "D_delete_vtkVectorDouble3T")); mixin(bindCode("vtkVectorDouble3T_Upcast", "D_vtkVectorDouble3T_Upcast")); mixin(bindCode("new_vtkVectorChar4T__SWIG_0", "D_new_vtkVectorChar4T__SWIG_0")); mixin(bindCode("new_vtkVectorChar4T__SWIG_1", "D_new_vtkVectorChar4T__SWIG_1")); mixin(bindCode("new_vtkVectorChar4T__SWIG_2", "D_new_vtkVectorChar4T__SWIG_2")); mixin(bindCode("vtkVectorChar4T_SquaredNorm", "D_vtkVectorChar4T_SquaredNorm")); mixin(bindCode("vtkVectorChar4T_Norm", "D_vtkVectorChar4T_Norm")); mixin(bindCode("vtkVectorChar4T_Normalize", "D_vtkVectorChar4T_Normalize")); mixin(bindCode("vtkVectorChar4T_Normalized", "D_vtkVectorChar4T_Normalized")); mixin(bindCode("vtkVectorChar4T_Dot", "D_vtkVectorChar4T_Dot")); mixin(bindCode("delete_vtkVectorChar4T", "D_delete_vtkVectorChar4T")); mixin(bindCode("vtkVectorChar4T_Upcast", "D_vtkVectorChar4T_Upcast")); mixin(bindCode("new_vtkVectorUChar4T__SWIG_0", "D_new_vtkVectorUChar4T__SWIG_0")); mixin(bindCode("new_vtkVectorUChar4T__SWIG_1", "D_new_vtkVectorUChar4T__SWIG_1")); mixin(bindCode("new_vtkVectorUChar4T__SWIG_2", "D_new_vtkVectorUChar4T__SWIG_2")); mixin(bindCode("vtkVectorUChar4T_SquaredNorm", "D_vtkVectorUChar4T_SquaredNorm")); mixin(bindCode("vtkVectorUChar4T_Norm", "D_vtkVectorUChar4T_Norm")); mixin(bindCode("vtkVectorUChar4T_Normalize", "D_vtkVectorUChar4T_Normalize")); mixin(bindCode("vtkVectorUChar4T_Normalized", "D_vtkVectorUChar4T_Normalized")); mixin(bindCode("vtkVectorUChar4T_Dot", "D_vtkVectorUChar4T_Dot")); mixin(bindCode("delete_vtkVectorUChar4T", "D_delete_vtkVectorUChar4T")); mixin(bindCode("vtkVectorUChar4T_Upcast", "D_vtkVectorUChar4T_Upcast")); mixin(bindCode("new_vtkVectorShort4T__SWIG_0", "D_new_vtkVectorShort4T__SWIG_0")); mixin(bindCode("new_vtkVectorShort4T__SWIG_1", "D_new_vtkVectorShort4T__SWIG_1")); mixin(bindCode("new_vtkVectorShort4T__SWIG_2", "D_new_vtkVectorShort4T__SWIG_2")); mixin(bindCode("vtkVectorShort4T_SquaredNorm", "D_vtkVectorShort4T_SquaredNorm")); mixin(bindCode("vtkVectorShort4T_Norm", "D_vtkVectorShort4T_Norm")); mixin(bindCode("vtkVectorShort4T_Normalize", "D_vtkVectorShort4T_Normalize")); mixin(bindCode("vtkVectorShort4T_Normalized", "D_vtkVectorShort4T_Normalized")); mixin(bindCode("vtkVectorShort4T_Dot", "D_vtkVectorShort4T_Dot")); mixin(bindCode("delete_vtkVectorShort4T", "D_delete_vtkVectorShort4T")); mixin(bindCode("vtkVectorShort4T_Upcast", "D_vtkVectorShort4T_Upcast")); mixin(bindCode("new_vtkVectorUShort4T__SWIG_0", "D_new_vtkVectorUShort4T__SWIG_0")); mixin(bindCode("new_vtkVectorUShort4T__SWIG_1", "D_new_vtkVectorUShort4T__SWIG_1")); mixin(bindCode("new_vtkVectorUShort4T__SWIG_2", "D_new_vtkVectorUShort4T__SWIG_2")); mixin(bindCode("vtkVectorUShort4T_SquaredNorm", "D_vtkVectorUShort4T_SquaredNorm")); mixin(bindCode("vtkVectorUShort4T_Norm", "D_vtkVectorUShort4T_Norm")); mixin(bindCode("vtkVectorUShort4T_Normalize", "D_vtkVectorUShort4T_Normalize")); mixin(bindCode("vtkVectorUShort4T_Normalized", "D_vtkVectorUShort4T_Normalized")); mixin(bindCode("vtkVectorUShort4T_Dot", "D_vtkVectorUShort4T_Dot")); mixin(bindCode("delete_vtkVectorUShort4T", "D_delete_vtkVectorUShort4T")); mixin(bindCode("vtkVectorUShort4T_Upcast", "D_vtkVectorUShort4T_Upcast")); mixin(bindCode("new_vtkVectorInt4T__SWIG_0", "D_new_vtkVectorInt4T__SWIG_0")); mixin(bindCode("new_vtkVectorInt4T__SWIG_1", "D_new_vtkVectorInt4T__SWIG_1")); mixin(bindCode("new_vtkVectorInt4T__SWIG_2", "D_new_vtkVectorInt4T__SWIG_2")); mixin(bindCode("vtkVectorInt4T_SquaredNorm", "D_vtkVectorInt4T_SquaredNorm")); mixin(bindCode("vtkVectorInt4T_Norm", "D_vtkVectorInt4T_Norm")); mixin(bindCode("vtkVectorInt4T_Normalize", "D_vtkVectorInt4T_Normalize")); mixin(bindCode("vtkVectorInt4T_Normalized", "D_vtkVectorInt4T_Normalized")); mixin(bindCode("vtkVectorInt4T_Dot", "D_vtkVectorInt4T_Dot")); mixin(bindCode("delete_vtkVectorInt4T", "D_delete_vtkVectorInt4T")); mixin(bindCode("vtkVectorInt4T_Upcast", "D_vtkVectorInt4T_Upcast")); mixin(bindCode("new_vtkVectorUInt4T__SWIG_0", "D_new_vtkVectorUInt4T__SWIG_0")); mixin(bindCode("new_vtkVectorUInt4T__SWIG_1", "D_new_vtkVectorUInt4T__SWIG_1")); mixin(bindCode("new_vtkVectorUInt4T__SWIG_2", "D_new_vtkVectorUInt4T__SWIG_2")); mixin(bindCode("vtkVectorUInt4T_SquaredNorm", "D_vtkVectorUInt4T_SquaredNorm")); mixin(bindCode("vtkVectorUInt4T_Norm", "D_vtkVectorUInt4T_Norm")); mixin(bindCode("vtkVectorUInt4T_Normalize", "D_vtkVectorUInt4T_Normalize")); mixin(bindCode("vtkVectorUInt4T_Normalized", "D_vtkVectorUInt4T_Normalized")); mixin(bindCode("vtkVectorUInt4T_Dot", "D_vtkVectorUInt4T_Dot")); mixin(bindCode("delete_vtkVectorUInt4T", "D_delete_vtkVectorUInt4T")); mixin(bindCode("vtkVectorUInt4T_Upcast", "D_vtkVectorUInt4T_Upcast")); mixin(bindCode("new_vtkVectorLong4T__SWIG_0", "D_new_vtkVectorLong4T__SWIG_0")); mixin(bindCode("new_vtkVectorLong4T__SWIG_1", "D_new_vtkVectorLong4T__SWIG_1")); mixin(bindCode("new_vtkVectorLong4T__SWIG_2", "D_new_vtkVectorLong4T__SWIG_2")); mixin(bindCode("vtkVectorLong4T_SquaredNorm", "D_vtkVectorLong4T_SquaredNorm")); mixin(bindCode("vtkVectorLong4T_Norm", "D_vtkVectorLong4T_Norm")); mixin(bindCode("vtkVectorLong4T_Normalize", "D_vtkVectorLong4T_Normalize")); mixin(bindCode("vtkVectorLong4T_Normalized", "D_vtkVectorLong4T_Normalized")); mixin(bindCode("vtkVectorLong4T_Dot", "D_vtkVectorLong4T_Dot")); mixin(bindCode("delete_vtkVectorLong4T", "D_delete_vtkVectorLong4T")); mixin(bindCode("vtkVectorLong4T_Upcast", "D_vtkVectorLong4T_Upcast")); mixin(bindCode("new_vtkVectorULong4T__SWIG_0", "D_new_vtkVectorULong4T__SWIG_0")); mixin(bindCode("new_vtkVectorULong4T__SWIG_1", "D_new_vtkVectorULong4T__SWIG_1")); mixin(bindCode("new_vtkVectorULong4T__SWIG_2", "D_new_vtkVectorULong4T__SWIG_2")); mixin(bindCode("vtkVectorULong4T_SquaredNorm", "D_vtkVectorULong4T_SquaredNorm")); mixin(bindCode("vtkVectorULong4T_Norm", "D_vtkVectorULong4T_Norm")); mixin(bindCode("vtkVectorULong4T_Normalize", "D_vtkVectorULong4T_Normalize")); mixin(bindCode("vtkVectorULong4T_Normalized", "D_vtkVectorULong4T_Normalized")); mixin(bindCode("vtkVectorULong4T_Dot", "D_vtkVectorULong4T_Dot")); mixin(bindCode("delete_vtkVectorULong4T", "D_delete_vtkVectorULong4T")); mixin(bindCode("vtkVectorULong4T_Upcast", "D_vtkVectorULong4T_Upcast")); mixin(bindCode("new_vtkVectorLongLong4T__SWIG_0", "D_new_vtkVectorLongLong4T__SWIG_0")); mixin(bindCode("new_vtkVectorLongLong4T__SWIG_1", "D_new_vtkVectorLongLong4T__SWIG_1")); mixin(bindCode("new_vtkVectorLongLong4T__SWIG_2", "D_new_vtkVectorLongLong4T__SWIG_2")); mixin(bindCode("vtkVectorLongLong4T_SquaredNorm", "D_vtkVectorLongLong4T_SquaredNorm")); mixin(bindCode("vtkVectorLongLong4T_Norm", "D_vtkVectorLongLong4T_Norm")); mixin(bindCode("vtkVectorLongLong4T_Normalize", "D_vtkVectorLongLong4T_Normalize")); mixin(bindCode("vtkVectorLongLong4T_Normalized", "D_vtkVectorLongLong4T_Normalized")); mixin(bindCode("vtkVectorLongLong4T_Dot", "D_vtkVectorLongLong4T_Dot")); mixin(bindCode("delete_vtkVectorLongLong4T", "D_delete_vtkVectorLongLong4T")); mixin(bindCode("vtkVectorLongLong4T_Upcast", "D_vtkVectorLongLong4T_Upcast")); mixin(bindCode("new_vtkVectorULongLong4T__SWIG_0", "D_new_vtkVectorULongLong4T__SWIG_0")); mixin(bindCode("new_vtkVectorULongLong4T__SWIG_1", "D_new_vtkVectorULongLong4T__SWIG_1")); mixin(bindCode("new_vtkVectorULongLong4T__SWIG_2", "D_new_vtkVectorULongLong4T__SWIG_2")); mixin(bindCode("vtkVectorULongLong4T_SquaredNorm", "D_vtkVectorULongLong4T_SquaredNorm")); mixin(bindCode("vtkVectorULongLong4T_Norm", "D_vtkVectorULongLong4T_Norm")); mixin(bindCode("vtkVectorULongLong4T_Normalize", "D_vtkVectorULongLong4T_Normalize")); mixin(bindCode("vtkVectorULongLong4T_Normalized", "D_vtkVectorULongLong4T_Normalized")); mixin(bindCode("vtkVectorULongLong4T_Dot", "D_vtkVectorULongLong4T_Dot")); mixin(bindCode("delete_vtkVectorULongLong4T", "D_delete_vtkVectorULongLong4T")); mixin(bindCode("vtkVectorULongLong4T_Upcast", "D_vtkVectorULongLong4T_Upcast")); mixin(bindCode("new_vtkVectorFloat4T__SWIG_0", "D_new_vtkVectorFloat4T__SWIG_0")); mixin(bindCode("new_vtkVectorFloat4T__SWIG_1", "D_new_vtkVectorFloat4T__SWIG_1")); mixin(bindCode("new_vtkVectorFloat4T__SWIG_2", "D_new_vtkVectorFloat4T__SWIG_2")); mixin(bindCode("vtkVectorFloat4T_SquaredNorm", "D_vtkVectorFloat4T_SquaredNorm")); mixin(bindCode("vtkVectorFloat4T_Norm", "D_vtkVectorFloat4T_Norm")); mixin(bindCode("vtkVectorFloat4T_Normalize", "D_vtkVectorFloat4T_Normalize")); mixin(bindCode("vtkVectorFloat4T_Normalized", "D_vtkVectorFloat4T_Normalized")); mixin(bindCode("vtkVectorFloat4T_Dot", "D_vtkVectorFloat4T_Dot")); mixin(bindCode("delete_vtkVectorFloat4T", "D_delete_vtkVectorFloat4T")); mixin(bindCode("vtkVectorFloat4T_Upcast", "D_vtkVectorFloat4T_Upcast")); mixin(bindCode("new_vtkVectorDouble4T__SWIG_0", "D_new_vtkVectorDouble4T__SWIG_0")); mixin(bindCode("new_vtkVectorDouble4T__SWIG_1", "D_new_vtkVectorDouble4T__SWIG_1")); mixin(bindCode("new_vtkVectorDouble4T__SWIG_2", "D_new_vtkVectorDouble4T__SWIG_2")); mixin(bindCode("vtkVectorDouble4T_SquaredNorm", "D_vtkVectorDouble4T_SquaredNorm")); mixin(bindCode("vtkVectorDouble4T_Norm", "D_vtkVectorDouble4T_Norm")); mixin(bindCode("vtkVectorDouble4T_Normalize", "D_vtkVectorDouble4T_Normalize")); mixin(bindCode("vtkVectorDouble4T_Normalized", "D_vtkVectorDouble4T_Normalized")); mixin(bindCode("vtkVectorDouble4T_Dot", "D_vtkVectorDouble4T_Dot")); mixin(bindCode("delete_vtkVectorDouble4T", "D_delete_vtkVectorDouble4T")); mixin(bindCode("vtkVectorDouble4T_Upcast", "D_vtkVectorDouble4T_Upcast")); mixin(bindCode("new_vtkVector2iNT__SWIG_0", "D_new_vtkVector2iNT__SWIG_0")); mixin(bindCode("new_vtkVector2iNT__SWIG_1", "D_new_vtkVector2iNT__SWIG_1")); mixin(bindCode("new_vtkVector2iNT__SWIG_2", "D_new_vtkVector2iNT__SWIG_2")); mixin(bindCode("new_vtkVector2iNT__SWIG_3", "D_new_vtkVector2iNT__SWIG_3")); mixin(bindCode("vtkVector2iNT_Set", "D_vtkVector2iNT_Set")); mixin(bindCode("vtkVector2iNT_SetX", "D_vtkVector2iNT_SetX")); mixin(bindCode("vtkVector2iNT_GetX", "D_vtkVector2iNT_GetX")); mixin(bindCode("vtkVector2iNT_SetY", "D_vtkVector2iNT_SetY")); mixin(bindCode("vtkVector2iNT_GetY", "D_vtkVector2iNT_GetY")); mixin(bindCode("vtkVector2iNT_X", "D_vtkVector2iNT_X")); mixin(bindCode("vtkVector2iNT_Y", "D_vtkVector2iNT_Y")); mixin(bindCode("delete_vtkVector2iNT", "D_delete_vtkVector2iNT")); mixin(bindCode("vtkVector2iNT_Upcast", "D_vtkVector2iNT_Upcast")); mixin(bindCode("new_vtkVector2i__SWIG_0", "D_new_vtkVector2i__SWIG_0")); mixin(bindCode("new_vtkVector2i__SWIG_1", "D_new_vtkVector2i__SWIG_1")); mixin(bindCode("new_vtkVector2i__SWIG_2", "D_new_vtkVector2i__SWIG_2")); mixin(bindCode("new_vtkVector2i__SWIG_3", "D_new_vtkVector2i__SWIG_3")); mixin(bindCode("vtkVector2i_Normalized", "D_vtkVector2i_Normalized")); mixin(bindCode("delete_vtkVector2i", "D_delete_vtkVector2i")); mixin(bindCode("vtkVector2i_Upcast", "D_vtkVector2i_Upcast")); mixin(bindCode("new_vtkVector2fNT__SWIG_0", "D_new_vtkVector2fNT__SWIG_0")); mixin(bindCode("new_vtkVector2fNT__SWIG_1", "D_new_vtkVector2fNT__SWIG_1")); mixin(bindCode("new_vtkVector2fNT__SWIG_2", "D_new_vtkVector2fNT__SWIG_2")); mixin(bindCode("new_vtkVector2fNT__SWIG_3", "D_new_vtkVector2fNT__SWIG_3")); mixin(bindCode("vtkVector2fNT_Set", "D_vtkVector2fNT_Set")); mixin(bindCode("vtkVector2fNT_SetX", "D_vtkVector2fNT_SetX")); mixin(bindCode("vtkVector2fNT_GetX", "D_vtkVector2fNT_GetX")); mixin(bindCode("vtkVector2fNT_SetY", "D_vtkVector2fNT_SetY")); mixin(bindCode("vtkVector2fNT_GetY", "D_vtkVector2fNT_GetY")); mixin(bindCode("vtkVector2fNT_X", "D_vtkVector2fNT_X")); mixin(bindCode("vtkVector2fNT_Y", "D_vtkVector2fNT_Y")); mixin(bindCode("delete_vtkVector2fNT", "D_delete_vtkVector2fNT")); mixin(bindCode("vtkVector2fNT_Upcast", "D_vtkVector2fNT_Upcast")); mixin(bindCode("new_vtkVector2f__SWIG_0", "D_new_vtkVector2f__SWIG_0")); mixin(bindCode("new_vtkVector2f__SWIG_1", "D_new_vtkVector2f__SWIG_1")); mixin(bindCode("new_vtkVector2f__SWIG_2", "D_new_vtkVector2f__SWIG_2")); mixin(bindCode("new_vtkVector2f__SWIG_3", "D_new_vtkVector2f__SWIG_3")); mixin(bindCode("vtkVector2f_Normalized", "D_vtkVector2f_Normalized")); mixin(bindCode("delete_vtkVector2f", "D_delete_vtkVector2f")); mixin(bindCode("vtkVector2f_Upcast", "D_vtkVector2f_Upcast")); mixin(bindCode("new_vtkVector2dNT__SWIG_0", "D_new_vtkVector2dNT__SWIG_0")); mixin(bindCode("new_vtkVector2dNT__SWIG_1", "D_new_vtkVector2dNT__SWIG_1")); mixin(bindCode("new_vtkVector2dNT__SWIG_2", "D_new_vtkVector2dNT__SWIG_2")); mixin(bindCode("new_vtkVector2dNT__SWIG_3", "D_new_vtkVector2dNT__SWIG_3")); mixin(bindCode("vtkVector2dNT_Set", "D_vtkVector2dNT_Set")); mixin(bindCode("vtkVector2dNT_SetX", "D_vtkVector2dNT_SetX")); mixin(bindCode("vtkVector2dNT_GetX", "D_vtkVector2dNT_GetX")); mixin(bindCode("vtkVector2dNT_SetY", "D_vtkVector2dNT_SetY")); mixin(bindCode("vtkVector2dNT_GetY", "D_vtkVector2dNT_GetY")); mixin(bindCode("vtkVector2dNT_X", "D_vtkVector2dNT_X")); mixin(bindCode("vtkVector2dNT_Y", "D_vtkVector2dNT_Y")); mixin(bindCode("delete_vtkVector2dNT", "D_delete_vtkVector2dNT")); mixin(bindCode("vtkVector2dNT_Upcast", "D_vtkVector2dNT_Upcast")); mixin(bindCode("new_vtkVector2d__SWIG_0", "D_new_vtkVector2d__SWIG_0")); mixin(bindCode("new_vtkVector2d__SWIG_1", "D_new_vtkVector2d__SWIG_1")); mixin(bindCode("new_vtkVector2d__SWIG_2", "D_new_vtkVector2d__SWIG_2")); mixin(bindCode("new_vtkVector2d__SWIG_3", "D_new_vtkVector2d__SWIG_3")); mixin(bindCode("vtkVector2d_Normalized", "D_vtkVector2d_Normalized")); mixin(bindCode("delete_vtkVector2d", "D_delete_vtkVector2d")); mixin(bindCode("vtkVector2d_Upcast", "D_vtkVector2d_Upcast")); mixin(bindCode("new_vtkVector3iNT__SWIG_0", "D_new_vtkVector3iNT__SWIG_0")); mixin(bindCode("new_vtkVector3iNT__SWIG_1", "D_new_vtkVector3iNT__SWIG_1")); mixin(bindCode("new_vtkVector3iNT__SWIG_2", "D_new_vtkVector3iNT__SWIG_2")); mixin(bindCode("new_vtkVector3iNT__SWIG_3", "D_new_vtkVector3iNT__SWIG_3")); mixin(bindCode("vtkVector3iNT_Set", "D_vtkVector3iNT_Set")); mixin(bindCode("vtkVector3iNT_SetX", "D_vtkVector3iNT_SetX")); mixin(bindCode("vtkVector3iNT_GetX", "D_vtkVector3iNT_GetX")); mixin(bindCode("vtkVector3iNT_SetY", "D_vtkVector3iNT_SetY")); mixin(bindCode("vtkVector3iNT_GetY", "D_vtkVector3iNT_GetY")); mixin(bindCode("vtkVector3iNT_SetZ", "D_vtkVector3iNT_SetZ")); mixin(bindCode("vtkVector3iNT_GetZ", "D_vtkVector3iNT_GetZ")); mixin(bindCode("vtkVector3iNT_Cross", "D_vtkVector3iNT_Cross")); mixin(bindCode("vtkVector3iNT_X", "D_vtkVector3iNT_X")); mixin(bindCode("vtkVector3iNT_Y", "D_vtkVector3iNT_Y")); mixin(bindCode("vtkVector3iNT_Z", "D_vtkVector3iNT_Z")); mixin(bindCode("delete_vtkVector3iNT", "D_delete_vtkVector3iNT")); mixin(bindCode("vtkVector3iNT_Upcast", "D_vtkVector3iNT_Upcast")); mixin(bindCode("new_vtkVector3i__SWIG_0", "D_new_vtkVector3i__SWIG_0")); mixin(bindCode("new_vtkVector3i__SWIG_1", "D_new_vtkVector3i__SWIG_1")); mixin(bindCode("new_vtkVector3i__SWIG_2", "D_new_vtkVector3i__SWIG_2")); mixin(bindCode("new_vtkVector3i__SWIG_3", "D_new_vtkVector3i__SWIG_3")); mixin(bindCode("vtkVector3i_Normalized", "D_vtkVector3i_Normalized")); mixin(bindCode("vtkVector3i_Cross", "D_vtkVector3i_Cross")); mixin(bindCode("delete_vtkVector3i", "D_delete_vtkVector3i")); mixin(bindCode("vtkVector3i_Upcast", "D_vtkVector3i_Upcast")); mixin(bindCode("new_vtkVector3fNT__SWIG_0", "D_new_vtkVector3fNT__SWIG_0")); mixin(bindCode("new_vtkVector3fNT__SWIG_1", "D_new_vtkVector3fNT__SWIG_1")); mixin(bindCode("new_vtkVector3fNT__SWIG_2", "D_new_vtkVector3fNT__SWIG_2")); mixin(bindCode("new_vtkVector3fNT__SWIG_3", "D_new_vtkVector3fNT__SWIG_3")); mixin(bindCode("vtkVector3fNT_Set", "D_vtkVector3fNT_Set")); mixin(bindCode("vtkVector3fNT_SetX", "D_vtkVector3fNT_SetX")); mixin(bindCode("vtkVector3fNT_GetX", "D_vtkVector3fNT_GetX")); mixin(bindCode("vtkVector3fNT_SetY", "D_vtkVector3fNT_SetY")); mixin(bindCode("vtkVector3fNT_GetY", "D_vtkVector3fNT_GetY")); mixin(bindCode("vtkVector3fNT_SetZ", "D_vtkVector3fNT_SetZ")); mixin(bindCode("vtkVector3fNT_GetZ", "D_vtkVector3fNT_GetZ")); mixin(bindCode("vtkVector3fNT_Cross", "D_vtkVector3fNT_Cross")); mixin(bindCode("vtkVector3fNT_X", "D_vtkVector3fNT_X")); mixin(bindCode("vtkVector3fNT_Y", "D_vtkVector3fNT_Y")); mixin(bindCode("vtkVector3fNT_Z", "D_vtkVector3fNT_Z")); mixin(bindCode("delete_vtkVector3fNT", "D_delete_vtkVector3fNT")); mixin(bindCode("vtkVector3fNT_Upcast", "D_vtkVector3fNT_Upcast")); mixin(bindCode("new_vtkVector3f__SWIG_0", "D_new_vtkVector3f__SWIG_0")); mixin(bindCode("new_vtkVector3f__SWIG_1", "D_new_vtkVector3f__SWIG_1")); mixin(bindCode("new_vtkVector3f__SWIG_2", "D_new_vtkVector3f__SWIG_2")); mixin(bindCode("new_vtkVector3f__SWIG_3", "D_new_vtkVector3f__SWIG_3")); mixin(bindCode("vtkVector3f_Normalized", "D_vtkVector3f_Normalized")); mixin(bindCode("vtkVector3f_Cross", "D_vtkVector3f_Cross")); mixin(bindCode("delete_vtkVector3f", "D_delete_vtkVector3f")); mixin(bindCode("vtkVector3f_Upcast", "D_vtkVector3f_Upcast")); mixin(bindCode("new_vtkVector3dNT__SWIG_0", "D_new_vtkVector3dNT__SWIG_0")); mixin(bindCode("new_vtkVector3dNT__SWIG_1", "D_new_vtkVector3dNT__SWIG_1")); mixin(bindCode("new_vtkVector3dNT__SWIG_2", "D_new_vtkVector3dNT__SWIG_2")); mixin(bindCode("new_vtkVector3dNT__SWIG_3", "D_new_vtkVector3dNT__SWIG_3")); mixin(bindCode("vtkVector3dNT_Set", "D_vtkVector3dNT_Set")); mixin(bindCode("vtkVector3dNT_SetX", "D_vtkVector3dNT_SetX")); mixin(bindCode("vtkVector3dNT_GetX", "D_vtkVector3dNT_GetX")); mixin(bindCode("vtkVector3dNT_SetY", "D_vtkVector3dNT_SetY")); mixin(bindCode("vtkVector3dNT_GetY", "D_vtkVector3dNT_GetY")); mixin(bindCode("vtkVector3dNT_SetZ", "D_vtkVector3dNT_SetZ")); mixin(bindCode("vtkVector3dNT_GetZ", "D_vtkVector3dNT_GetZ")); mixin(bindCode("vtkVector3dNT_Cross", "D_vtkVector3dNT_Cross")); mixin(bindCode("vtkVector3dNT_X", "D_vtkVector3dNT_X")); mixin(bindCode("vtkVector3dNT_Y", "D_vtkVector3dNT_Y")); mixin(bindCode("vtkVector3dNT_Z", "D_vtkVector3dNT_Z")); mixin(bindCode("delete_vtkVector3dNT", "D_delete_vtkVector3dNT")); mixin(bindCode("vtkVector3dNT_Upcast", "D_vtkVector3dNT_Upcast")); mixin(bindCode("new_vtkVector3d__SWIG_0", "D_new_vtkVector3d__SWIG_0")); mixin(bindCode("new_vtkVector3d__SWIG_1", "D_new_vtkVector3d__SWIG_1")); mixin(bindCode("new_vtkVector3d__SWIG_2", "D_new_vtkVector3d__SWIG_2")); mixin(bindCode("new_vtkVector3d__SWIG_3", "D_new_vtkVector3d__SWIG_3")); mixin(bindCode("vtkVector3d_Normalized", "D_vtkVector3d_Normalized")); mixin(bindCode("vtkVector3d_Cross", "D_vtkVector3d_Cross")); mixin(bindCode("delete_vtkVector3d", "D_delete_vtkVector3d")); mixin(bindCode("vtkVector3d_Upcast", "D_vtkVector3d_Upcast")); mixin(bindCode("new_vtkRectCharT__SWIG_0", "D_new_vtkRectCharT__SWIG_0")); mixin(bindCode("new_vtkRectCharT__SWIG_1", "D_new_vtkRectCharT__SWIG_1")); mixin(bindCode("new_vtkRectCharT__SWIG_2", "D_new_vtkRectCharT__SWIG_2")); mixin(bindCode("vtkRectCharT_Set", "D_vtkRectCharT_Set")); mixin(bindCode("vtkRectCharT_SetX", "D_vtkRectCharT_SetX")); mixin(bindCode("vtkRectCharT_GetX", "D_vtkRectCharT_GetX")); mixin(bindCode("vtkRectCharT_SetY", "D_vtkRectCharT_SetY")); mixin(bindCode("vtkRectCharT_GetY", "D_vtkRectCharT_GetY")); mixin(bindCode("vtkRectCharT_SetWidth", "D_vtkRectCharT_SetWidth")); mixin(bindCode("vtkRectCharT_GetWidth", "D_vtkRectCharT_GetWidth")); mixin(bindCode("vtkRectCharT_SetHeight", "D_vtkRectCharT_SetHeight")); mixin(bindCode("vtkRectCharT_GetHeight", "D_vtkRectCharT_GetHeight")); mixin(bindCode("vtkRectCharT_X", "D_vtkRectCharT_X")); mixin(bindCode("vtkRectCharT_Y", "D_vtkRectCharT_Y")); mixin(bindCode("vtkRectCharT_Width", "D_vtkRectCharT_Width")); mixin(bindCode("vtkRectCharT_Height", "D_vtkRectCharT_Height")); mixin(bindCode("delete_vtkRectCharT", "D_delete_vtkRectCharT")); mixin(bindCode("vtkRectCharT_Upcast", "D_vtkRectCharT_Upcast")); mixin(bindCode("new_vtkRectUCharT__SWIG_0", "D_new_vtkRectUCharT__SWIG_0")); mixin(bindCode("new_vtkRectUCharT__SWIG_1", "D_new_vtkRectUCharT__SWIG_1")); mixin(bindCode("new_vtkRectUCharT__SWIG_2", "D_new_vtkRectUCharT__SWIG_2")); mixin(bindCode("vtkRectUCharT_Set", "D_vtkRectUCharT_Set")); mixin(bindCode("vtkRectUCharT_SetX", "D_vtkRectUCharT_SetX")); mixin(bindCode("vtkRectUCharT_GetX", "D_vtkRectUCharT_GetX")); mixin(bindCode("vtkRectUCharT_SetY", "D_vtkRectUCharT_SetY")); mixin(bindCode("vtkRectUCharT_GetY", "D_vtkRectUCharT_GetY")); mixin(bindCode("vtkRectUCharT_SetWidth", "D_vtkRectUCharT_SetWidth")); mixin(bindCode("vtkRectUCharT_GetWidth", "D_vtkRectUCharT_GetWidth")); mixin(bindCode("vtkRectUCharT_SetHeight", "D_vtkRectUCharT_SetHeight")); mixin(bindCode("vtkRectUCharT_GetHeight", "D_vtkRectUCharT_GetHeight")); mixin(bindCode("vtkRectUCharT_X", "D_vtkRectUCharT_X")); mixin(bindCode("vtkRectUCharT_Y", "D_vtkRectUCharT_Y")); mixin(bindCode("vtkRectUCharT_Width", "D_vtkRectUCharT_Width")); mixin(bindCode("vtkRectUCharT_Height", "D_vtkRectUCharT_Height")); mixin(bindCode("delete_vtkRectUCharT", "D_delete_vtkRectUCharT")); mixin(bindCode("vtkRectUCharT_Upcast", "D_vtkRectUCharT_Upcast")); mixin(bindCode("new_vtkRectShortT__SWIG_0", "D_new_vtkRectShortT__SWIG_0")); mixin(bindCode("new_vtkRectShortT__SWIG_1", "D_new_vtkRectShortT__SWIG_1")); mixin(bindCode("new_vtkRectShortT__SWIG_2", "D_new_vtkRectShortT__SWIG_2")); mixin(bindCode("vtkRectShortT_Set", "D_vtkRectShortT_Set")); mixin(bindCode("vtkRectShortT_SetX", "D_vtkRectShortT_SetX")); mixin(bindCode("vtkRectShortT_GetX", "D_vtkRectShortT_GetX")); mixin(bindCode("vtkRectShortT_SetY", "D_vtkRectShortT_SetY")); mixin(bindCode("vtkRectShortT_GetY", "D_vtkRectShortT_GetY")); mixin(bindCode("vtkRectShortT_SetWidth", "D_vtkRectShortT_SetWidth")); mixin(bindCode("vtkRectShortT_GetWidth", "D_vtkRectShortT_GetWidth")); mixin(bindCode("vtkRectShortT_SetHeight", "D_vtkRectShortT_SetHeight")); mixin(bindCode("vtkRectShortT_GetHeight", "D_vtkRectShortT_GetHeight")); mixin(bindCode("vtkRectShortT_X", "D_vtkRectShortT_X")); mixin(bindCode("vtkRectShortT_Y", "D_vtkRectShortT_Y")); mixin(bindCode("vtkRectShortT_Width", "D_vtkRectShortT_Width")); mixin(bindCode("vtkRectShortT_Height", "D_vtkRectShortT_Height")); mixin(bindCode("delete_vtkRectShortT", "D_delete_vtkRectShortT")); mixin(bindCode("vtkRectShortT_Upcast", "D_vtkRectShortT_Upcast")); mixin(bindCode("new_vtkRectUShortT__SWIG_0", "D_new_vtkRectUShortT__SWIG_0")); mixin(bindCode("new_vtkRectUShortT__SWIG_1", "D_new_vtkRectUShortT__SWIG_1")); mixin(bindCode("new_vtkRectUShortT__SWIG_2", "D_new_vtkRectUShortT__SWIG_2")); mixin(bindCode("vtkRectUShortT_Set", "D_vtkRectUShortT_Set")); mixin(bindCode("vtkRectUShortT_SetX", "D_vtkRectUShortT_SetX")); mixin(bindCode("vtkRectUShortT_GetX", "D_vtkRectUShortT_GetX")); mixin(bindCode("vtkRectUShortT_SetY", "D_vtkRectUShortT_SetY")); mixin(bindCode("vtkRectUShortT_GetY", "D_vtkRectUShortT_GetY")); mixin(bindCode("vtkRectUShortT_SetWidth", "D_vtkRectUShortT_SetWidth")); mixin(bindCode("vtkRectUShortT_GetWidth", "D_vtkRectUShortT_GetWidth")); mixin(bindCode("vtkRectUShortT_SetHeight", "D_vtkRectUShortT_SetHeight")); mixin(bindCode("vtkRectUShortT_GetHeight", "D_vtkRectUShortT_GetHeight")); mixin(bindCode("vtkRectUShortT_X", "D_vtkRectUShortT_X")); mixin(bindCode("vtkRectUShortT_Y", "D_vtkRectUShortT_Y")); mixin(bindCode("vtkRectUShortT_Width", "D_vtkRectUShortT_Width")); mixin(bindCode("vtkRectUShortT_Height", "D_vtkRectUShortT_Height")); mixin(bindCode("delete_vtkRectUShortT", "D_delete_vtkRectUShortT")); mixin(bindCode("vtkRectUShortT_Upcast", "D_vtkRectUShortT_Upcast")); mixin(bindCode("new_vtkRectIntT__SWIG_0", "D_new_vtkRectIntT__SWIG_0")); mixin(bindCode("new_vtkRectIntT__SWIG_1", "D_new_vtkRectIntT__SWIG_1")); mixin(bindCode("new_vtkRectIntT__SWIG_2", "D_new_vtkRectIntT__SWIG_2")); mixin(bindCode("vtkRectIntT_Set", "D_vtkRectIntT_Set")); mixin(bindCode("vtkRectIntT_SetX", "D_vtkRectIntT_SetX")); mixin(bindCode("vtkRectIntT_GetX", "D_vtkRectIntT_GetX")); mixin(bindCode("vtkRectIntT_SetY", "D_vtkRectIntT_SetY")); mixin(bindCode("vtkRectIntT_GetY", "D_vtkRectIntT_GetY")); mixin(bindCode("vtkRectIntT_SetWidth", "D_vtkRectIntT_SetWidth")); mixin(bindCode("vtkRectIntT_GetWidth", "D_vtkRectIntT_GetWidth")); mixin(bindCode("vtkRectIntT_SetHeight", "D_vtkRectIntT_SetHeight")); mixin(bindCode("vtkRectIntT_GetHeight", "D_vtkRectIntT_GetHeight")); mixin(bindCode("vtkRectIntT_X", "D_vtkRectIntT_X")); mixin(bindCode("vtkRectIntT_Y", "D_vtkRectIntT_Y")); mixin(bindCode("vtkRectIntT_Width", "D_vtkRectIntT_Width")); mixin(bindCode("vtkRectIntT_Height", "D_vtkRectIntT_Height")); mixin(bindCode("delete_vtkRectIntT", "D_delete_vtkRectIntT")); mixin(bindCode("vtkRectIntT_Upcast", "D_vtkRectIntT_Upcast")); mixin(bindCode("new_vtkRectUIntT__SWIG_0", "D_new_vtkRectUIntT__SWIG_0")); mixin(bindCode("new_vtkRectUIntT__SWIG_1", "D_new_vtkRectUIntT__SWIG_1")); mixin(bindCode("new_vtkRectUIntT__SWIG_2", "D_new_vtkRectUIntT__SWIG_2")); mixin(bindCode("vtkRectUIntT_Set", "D_vtkRectUIntT_Set")); mixin(bindCode("vtkRectUIntT_SetX", "D_vtkRectUIntT_SetX")); mixin(bindCode("vtkRectUIntT_GetX", "D_vtkRectUIntT_GetX")); mixin(bindCode("vtkRectUIntT_SetY", "D_vtkRectUIntT_SetY")); mixin(bindCode("vtkRectUIntT_GetY", "D_vtkRectUIntT_GetY")); mixin(bindCode("vtkRectUIntT_SetWidth", "D_vtkRectUIntT_SetWidth")); mixin(bindCode("vtkRectUIntT_GetWidth", "D_vtkRectUIntT_GetWidth")); mixin(bindCode("vtkRectUIntT_SetHeight", "D_vtkRectUIntT_SetHeight")); mixin(bindCode("vtkRectUIntT_GetHeight", "D_vtkRectUIntT_GetHeight")); mixin(bindCode("vtkRectUIntT_X", "D_vtkRectUIntT_X")); mixin(bindCode("vtkRectUIntT_Y", "D_vtkRectUIntT_Y")); mixin(bindCode("vtkRectUIntT_Width", "D_vtkRectUIntT_Width")); mixin(bindCode("vtkRectUIntT_Height", "D_vtkRectUIntT_Height")); mixin(bindCode("delete_vtkRectUIntT", "D_delete_vtkRectUIntT")); mixin(bindCode("vtkRectUIntT_Upcast", "D_vtkRectUIntT_Upcast")); mixin(bindCode("new_vtkRectLongT__SWIG_0", "D_new_vtkRectLongT__SWIG_0")); mixin(bindCode("new_vtkRectLongT__SWIG_1", "D_new_vtkRectLongT__SWIG_1")); mixin(bindCode("new_vtkRectLongT__SWIG_2", "D_new_vtkRectLongT__SWIG_2")); mixin(bindCode("vtkRectLongT_Set", "D_vtkRectLongT_Set")); mixin(bindCode("vtkRectLongT_SetX", "D_vtkRectLongT_SetX")); mixin(bindCode("vtkRectLongT_GetX", "D_vtkRectLongT_GetX")); mixin(bindCode("vtkRectLongT_SetY", "D_vtkRectLongT_SetY")); mixin(bindCode("vtkRectLongT_GetY", "D_vtkRectLongT_GetY")); mixin(bindCode("vtkRectLongT_SetWidth", "D_vtkRectLongT_SetWidth")); mixin(bindCode("vtkRectLongT_GetWidth", "D_vtkRectLongT_GetWidth")); mixin(bindCode("vtkRectLongT_SetHeight", "D_vtkRectLongT_SetHeight")); mixin(bindCode("vtkRectLongT_GetHeight", "D_vtkRectLongT_GetHeight")); mixin(bindCode("vtkRectLongT_X", "D_vtkRectLongT_X")); mixin(bindCode("vtkRectLongT_Y", "D_vtkRectLongT_Y")); mixin(bindCode("vtkRectLongT_Width", "D_vtkRectLongT_Width")); mixin(bindCode("vtkRectLongT_Height", "D_vtkRectLongT_Height")); mixin(bindCode("delete_vtkRectLongT", "D_delete_vtkRectLongT")); mixin(bindCode("vtkRectLongT_Upcast", "D_vtkRectLongT_Upcast")); mixin(bindCode("new_vtkRectULongT__SWIG_0", "D_new_vtkRectULongT__SWIG_0")); mixin(bindCode("new_vtkRectULongT__SWIG_1", "D_new_vtkRectULongT__SWIG_1")); mixin(bindCode("new_vtkRectULongT__SWIG_2", "D_new_vtkRectULongT__SWIG_2")); mixin(bindCode("vtkRectULongT_Set", "D_vtkRectULongT_Set")); mixin(bindCode("vtkRectULongT_SetX", "D_vtkRectULongT_SetX")); mixin(bindCode("vtkRectULongT_GetX", "D_vtkRectULongT_GetX")); mixin(bindCode("vtkRectULongT_SetY", "D_vtkRectULongT_SetY")); mixin(bindCode("vtkRectULongT_GetY", "D_vtkRectULongT_GetY")); mixin(bindCode("vtkRectULongT_SetWidth", "D_vtkRectULongT_SetWidth")); mixin(bindCode("vtkRectULongT_GetWidth", "D_vtkRectULongT_GetWidth")); mixin(bindCode("vtkRectULongT_SetHeight", "D_vtkRectULongT_SetHeight")); mixin(bindCode("vtkRectULongT_GetHeight", "D_vtkRectULongT_GetHeight")); mixin(bindCode("vtkRectULongT_X", "D_vtkRectULongT_X")); mixin(bindCode("vtkRectULongT_Y", "D_vtkRectULongT_Y")); mixin(bindCode("vtkRectULongT_Width", "D_vtkRectULongT_Width")); mixin(bindCode("vtkRectULongT_Height", "D_vtkRectULongT_Height")); mixin(bindCode("delete_vtkRectULongT", "D_delete_vtkRectULongT")); mixin(bindCode("vtkRectULongT_Upcast", "D_vtkRectULongT_Upcast")); mixin(bindCode("new_vtkRectLongLongT__SWIG_0", "D_new_vtkRectLongLongT__SWIG_0")); mixin(bindCode("new_vtkRectLongLongT__SWIG_1", "D_new_vtkRectLongLongT__SWIG_1")); mixin(bindCode("new_vtkRectLongLongT__SWIG_2", "D_new_vtkRectLongLongT__SWIG_2")); mixin(bindCode("vtkRectLongLongT_Set", "D_vtkRectLongLongT_Set")); mixin(bindCode("vtkRectLongLongT_SetX", "D_vtkRectLongLongT_SetX")); mixin(bindCode("vtkRectLongLongT_GetX", "D_vtkRectLongLongT_GetX")); mixin(bindCode("vtkRectLongLongT_SetY", "D_vtkRectLongLongT_SetY")); mixin(bindCode("vtkRectLongLongT_GetY", "D_vtkRectLongLongT_GetY")); mixin(bindCode("vtkRectLongLongT_SetWidth", "D_vtkRectLongLongT_SetWidth")); mixin(bindCode("vtkRectLongLongT_GetWidth", "D_vtkRectLongLongT_GetWidth")); mixin(bindCode("vtkRectLongLongT_SetHeight", "D_vtkRectLongLongT_SetHeight")); mixin(bindCode("vtkRectLongLongT_GetHeight", "D_vtkRectLongLongT_GetHeight")); mixin(bindCode("vtkRectLongLongT_X", "D_vtkRectLongLongT_X")); mixin(bindCode("vtkRectLongLongT_Y", "D_vtkRectLongLongT_Y")); mixin(bindCode("vtkRectLongLongT_Width", "D_vtkRectLongLongT_Width")); mixin(bindCode("vtkRectLongLongT_Height", "D_vtkRectLongLongT_Height")); mixin(bindCode("delete_vtkRectLongLongT", "D_delete_vtkRectLongLongT")); mixin(bindCode("vtkRectLongLongT_Upcast", "D_vtkRectLongLongT_Upcast")); mixin(bindCode("new_vtkRectULongLongT__SWIG_0", "D_new_vtkRectULongLongT__SWIG_0")); mixin(bindCode("new_vtkRectULongLongT__SWIG_1", "D_new_vtkRectULongLongT__SWIG_1")); mixin(bindCode("new_vtkRectULongLongT__SWIG_2", "D_new_vtkRectULongLongT__SWIG_2")); mixin(bindCode("vtkRectULongLongT_Set", "D_vtkRectULongLongT_Set")); mixin(bindCode("vtkRectULongLongT_SetX", "D_vtkRectULongLongT_SetX")); mixin(bindCode("vtkRectULongLongT_GetX", "D_vtkRectULongLongT_GetX")); mixin(bindCode("vtkRectULongLongT_SetY", "D_vtkRectULongLongT_SetY")); mixin(bindCode("vtkRectULongLongT_GetY", "D_vtkRectULongLongT_GetY")); mixin(bindCode("vtkRectULongLongT_SetWidth", "D_vtkRectULongLongT_SetWidth")); mixin(bindCode("vtkRectULongLongT_GetWidth", "D_vtkRectULongLongT_GetWidth")); mixin(bindCode("vtkRectULongLongT_SetHeight", "D_vtkRectULongLongT_SetHeight")); mixin(bindCode("vtkRectULongLongT_GetHeight", "D_vtkRectULongLongT_GetHeight")); mixin(bindCode("vtkRectULongLongT_X", "D_vtkRectULongLongT_X")); mixin(bindCode("vtkRectULongLongT_Y", "D_vtkRectULongLongT_Y")); mixin(bindCode("vtkRectULongLongT_Width", "D_vtkRectULongLongT_Width")); mixin(bindCode("vtkRectULongLongT_Height", "D_vtkRectULongLongT_Height")); mixin(bindCode("delete_vtkRectULongLongT", "D_delete_vtkRectULongLongT")); mixin(bindCode("vtkRectULongLongT_Upcast", "D_vtkRectULongLongT_Upcast")); mixin(bindCode("new_vtkRectFloatT__SWIG_0", "D_new_vtkRectFloatT__SWIG_0")); mixin(bindCode("new_vtkRectFloatT__SWIG_1", "D_new_vtkRectFloatT__SWIG_1")); mixin(bindCode("new_vtkRectFloatT__SWIG_2", "D_new_vtkRectFloatT__SWIG_2")); mixin(bindCode("vtkRectFloatT_Set", "D_vtkRectFloatT_Set")); mixin(bindCode("vtkRectFloatT_SetX", "D_vtkRectFloatT_SetX")); mixin(bindCode("vtkRectFloatT_GetX", "D_vtkRectFloatT_GetX")); mixin(bindCode("vtkRectFloatT_SetY", "D_vtkRectFloatT_SetY")); mixin(bindCode("vtkRectFloatT_GetY", "D_vtkRectFloatT_GetY")); mixin(bindCode("vtkRectFloatT_SetWidth", "D_vtkRectFloatT_SetWidth")); mixin(bindCode("vtkRectFloatT_GetWidth", "D_vtkRectFloatT_GetWidth")); mixin(bindCode("vtkRectFloatT_SetHeight", "D_vtkRectFloatT_SetHeight")); mixin(bindCode("vtkRectFloatT_GetHeight", "D_vtkRectFloatT_GetHeight")); mixin(bindCode("vtkRectFloatT_X", "D_vtkRectFloatT_X")); mixin(bindCode("vtkRectFloatT_Y", "D_vtkRectFloatT_Y")); mixin(bindCode("vtkRectFloatT_Width", "D_vtkRectFloatT_Width")); mixin(bindCode("vtkRectFloatT_Height", "D_vtkRectFloatT_Height")); mixin(bindCode("delete_vtkRectFloatT", "D_delete_vtkRectFloatT")); mixin(bindCode("vtkRectFloatT_Upcast", "D_vtkRectFloatT_Upcast")); mixin(bindCode("new_vtkRectDoubleT__SWIG_0", "D_new_vtkRectDoubleT__SWIG_0")); mixin(bindCode("new_vtkRectDoubleT__SWIG_1", "D_new_vtkRectDoubleT__SWIG_1")); mixin(bindCode("new_vtkRectDoubleT__SWIG_2", "D_new_vtkRectDoubleT__SWIG_2")); mixin(bindCode("vtkRectDoubleT_Set", "D_vtkRectDoubleT_Set")); mixin(bindCode("vtkRectDoubleT_SetX", "D_vtkRectDoubleT_SetX")); mixin(bindCode("vtkRectDoubleT_GetX", "D_vtkRectDoubleT_GetX")); mixin(bindCode("vtkRectDoubleT_SetY", "D_vtkRectDoubleT_SetY")); mixin(bindCode("vtkRectDoubleT_GetY", "D_vtkRectDoubleT_GetY")); mixin(bindCode("vtkRectDoubleT_SetWidth", "D_vtkRectDoubleT_SetWidth")); mixin(bindCode("vtkRectDoubleT_GetWidth", "D_vtkRectDoubleT_GetWidth")); mixin(bindCode("vtkRectDoubleT_SetHeight", "D_vtkRectDoubleT_SetHeight")); mixin(bindCode("vtkRectDoubleT_GetHeight", "D_vtkRectDoubleT_GetHeight")); mixin(bindCode("vtkRectDoubleT_X", "D_vtkRectDoubleT_X")); mixin(bindCode("vtkRectDoubleT_Y", "D_vtkRectDoubleT_Y")); mixin(bindCode("vtkRectDoubleT_Width", "D_vtkRectDoubleT_Width")); mixin(bindCode("vtkRectDoubleT_Height", "D_vtkRectDoubleT_Height")); mixin(bindCode("delete_vtkRectDoubleT", "D_delete_vtkRectDoubleT")); mixin(bindCode("vtkRectDoubleT_Upcast", "D_vtkRectDoubleT_Upcast")); mixin(bindCode("new_vtkRecti__SWIG_0", "D_new_vtkRecti__SWIG_0")); mixin(bindCode("new_vtkRecti__SWIG_1", "D_new_vtkRecti__SWIG_1")); mixin(bindCode("new_vtkRecti__SWIG_2", "D_new_vtkRecti__SWIG_2")); mixin(bindCode("delete_vtkRecti", "D_delete_vtkRecti")); mixin(bindCode("vtkRecti_Upcast", "D_vtkRecti_Upcast")); mixin(bindCode("new_vtkRectf__SWIG_0", "D_new_vtkRectf__SWIG_0")); mixin(bindCode("new_vtkRectf__SWIG_1", "D_new_vtkRectf__SWIG_1")); mixin(bindCode("new_vtkRectf__SWIG_2", "D_new_vtkRectf__SWIG_2")); mixin(bindCode("delete_vtkRectf", "D_delete_vtkRectf")); mixin(bindCode("vtkRectf_Upcast", "D_vtkRectf_Upcast")); mixin(bindCode("new_vtkRectd__SWIG_0", "D_new_vtkRectd__SWIG_0")); mixin(bindCode("new_vtkRectd__SWIG_1", "D_new_vtkRectd__SWIG_1")); mixin(bindCode("new_vtkRectd__SWIG_2", "D_new_vtkRectd__SWIG_2")); mixin(bindCode("delete_vtkRectd", "D_delete_vtkRectd")); mixin(bindCode("vtkRectd_Upcast", "D_vtkRectd_Upcast")); mixin(bindCode("vtkChart_IsTypeOf", "D_vtkChart_IsTypeOf")); mixin(bindCode("vtkChart_SafeDownCast", "D_vtkChart_SafeDownCast")); mixin(bindCode("vtkChart_NewInstance", "D_vtkChart_NewInstance")); mixin(bindCode("vtkChart_AddPlot__SWIG_0", "D_vtkChart_AddPlot__SWIG_0")); mixin(bindCode("vtkChart_AddPlot__SWIG_1", "D_vtkChart_AddPlot__SWIG_1")); mixin(bindCode("vtkChart_RemovePlot", "D_vtkChart_RemovePlot")); mixin(bindCode("vtkChart_RemovePlotInstance", "D_vtkChart_RemovePlotInstance")); mixin(bindCode("vtkChart_ClearPlots", "D_vtkChart_ClearPlots")); mixin(bindCode("vtkChart_GetPlot", "D_vtkChart_GetPlot")); mixin(bindCode("vtkChart_GetNumberOfPlots", "D_vtkChart_GetNumberOfPlots")); mixin(bindCode("vtkChart_GetAxis", "D_vtkChart_GetAxis")); mixin(bindCode("vtkChart_GetNumberOfAxes", "D_vtkChart_GetNumberOfAxes")); mixin(bindCode("vtkChart_RecalculateBounds", "D_vtkChart_RecalculateBounds")); mixin(bindCode("vtkChart_SetSelectionMethod", "D_vtkChart_SetSelectionMethod")); mixin(bindCode("vtkChart_GetSelectionMethod", "D_vtkChart_GetSelectionMethod")); mixin(bindCode("vtkChart_SetAnnotationLink", "D_vtkChart_SetAnnotationLink")); mixin(bindCode("vtkChart_GetAnnotationLink", "D_vtkChart_GetAnnotationLink")); mixin(bindCode("vtkChart_SetGeometry__SWIG_0", "D_vtkChart_SetGeometry__SWIG_0")); mixin(bindCode("vtkChart_SetGeometry__SWIG_1", "D_vtkChart_SetGeometry__SWIG_1")); mixin(bindCode("vtkChart_GetGeometry__SWIG_0", "D_vtkChart_GetGeometry__SWIG_0")); mixin(bindCode("vtkChart_GetGeometry__SWIG_1", "D_vtkChart_GetGeometry__SWIG_1")); mixin(bindCode("vtkChart_GetGeometry__SWIG_2", "D_vtkChart_GetGeometry__SWIG_2")); mixin(bindCode("vtkChart_SetPoint1__SWIG_0", "D_vtkChart_SetPoint1__SWIG_0")); mixin(bindCode("vtkChart_SetPoint1__SWIG_1", "D_vtkChart_SetPoint1__SWIG_1")); mixin(bindCode("vtkChart_GetPoint1__SWIG_0", "D_vtkChart_GetPoint1__SWIG_0")); mixin(bindCode("vtkChart_GetPoint1__SWIG_1", "D_vtkChart_GetPoint1__SWIG_1")); mixin(bindCode("vtkChart_GetPoint1__SWIG_2", "D_vtkChart_GetPoint1__SWIG_2")); mixin(bindCode("vtkChart_SetPoint2__SWIG_0", "D_vtkChart_SetPoint2__SWIG_0")); mixin(bindCode("vtkChart_SetPoint2__SWIG_1", "D_vtkChart_SetPoint2__SWIG_1")); mixin(bindCode("vtkChart_GetPoint2__SWIG_0", "D_vtkChart_GetPoint2__SWIG_0")); mixin(bindCode("vtkChart_GetPoint2__SWIG_1", "D_vtkChart_GetPoint2__SWIG_1")); mixin(bindCode("vtkChart_GetPoint2__SWIG_2", "D_vtkChart_GetPoint2__SWIG_2")); mixin(bindCode("vtkChart_SetShowLegend", "D_vtkChart_SetShowLegend")); mixin(bindCode("vtkChart_GetShowLegend", "D_vtkChart_GetShowLegend")); mixin(bindCode("vtkChart_GetLegend", "D_vtkChart_GetLegend")); mixin(bindCode("vtkChart_SetTitle", "D_vtkChart_SetTitle")); mixin(bindCode("vtkChart_GetTitle", "D_vtkChart_GetTitle")); mixin(bindCode("vtkChart_GetTitleProperties", "D_vtkChart_GetTitleProperties")); mixin(bindCode("vtkChart_SetBottomBorder", "D_vtkChart_SetBottomBorder")); mixin(bindCode("vtkChart_SetTopBorder", "D_vtkChart_SetTopBorder")); mixin(bindCode("vtkChart_SetLeftBorder", "D_vtkChart_SetLeftBorder")); mixin(bindCode("vtkChart_SetRightBorder", "D_vtkChart_SetRightBorder")); mixin(bindCode("vtkChart_SetBorders", "D_vtkChart_SetBorders")); mixin(bindCode("vtkChart_SetSize", "D_vtkChart_SetSize")); mixin(bindCode("vtkChart_GetSize", "D_vtkChart_GetSize")); mixin(bindCode("vtkChart_SetLayoutStrategy", "D_vtkChart_SetLayoutStrategy")); mixin(bindCode("vtkChart_GetLayoutStrategy", "D_vtkChart_GetLayoutStrategy")); mixin(bindCode("vtkChart_SetAutoSize", "D_vtkChart_SetAutoSize")); mixin(bindCode("vtkChart_GetAutoSize", "D_vtkChart_GetAutoSize")); mixin(bindCode("vtkChart_SetRenderEmpty", "D_vtkChart_SetRenderEmpty")); mixin(bindCode("vtkChart_GetRenderEmpty", "D_vtkChart_GetRenderEmpty")); mixin(bindCode("vtkChart_SetActionToButton", "D_vtkChart_SetActionToButton")); mixin(bindCode("vtkChart_GetActionToButton", "D_vtkChart_GetActionToButton")); mixin(bindCode("vtkChart_SetClickActionToButton", "D_vtkChart_SetClickActionToButton")); mixin(bindCode("vtkChart_GetClickActionToButton", "D_vtkChart_GetClickActionToButton")); mixin(bindCode("vtkChart_SetBackgroundBrush", "D_vtkChart_SetBackgroundBrush")); mixin(bindCode("vtkChart_GetBackgroundBrush", "D_vtkChart_GetBackgroundBrush")); mixin(bindCode("vtkChart_SetSelectionMode", "D_vtkChart_SetSelectionMode")); mixin(bindCode("vtkChart_GetSelectionMode", "D_vtkChart_GetSelectionMode")); mixin(bindCode("vtkChart_Upcast", "D_vtkChart_Upcast")); mixin(bindCode("vtkChartParallelCoordinates_IsTypeOf", "D_vtkChartParallelCoordinates_IsTypeOf")); mixin(bindCode("vtkChartParallelCoordinates_SafeDownCast", "D_vtkChartParallelCoordinates_SafeDownCast")); mixin(bindCode("vtkChartParallelCoordinates_NewInstance", "D_vtkChartParallelCoordinates_NewInstance")); mixin(bindCode("vtkChartParallelCoordinates_New", "D_vtkChartParallelCoordinates_New")); mixin(bindCode("vtkChartParallelCoordinates_SetColumnVisibility", "D_vtkChartParallelCoordinates_SetColumnVisibility")); mixin(bindCode("vtkChartParallelCoordinates_SetColumnVisibilityAll", "D_vtkChartParallelCoordinates_SetColumnVisibilityAll")); mixin(bindCode("vtkChartParallelCoordinates_GetColumnVisibility", "D_vtkChartParallelCoordinates_GetColumnVisibility")); mixin(bindCode("vtkChartParallelCoordinates_GetVisibleColumns", "D_vtkChartParallelCoordinates_GetVisibleColumns")); mixin(bindCode("vtkChartParallelCoordinates_SetPlot", "D_vtkChartParallelCoordinates_SetPlot")); mixin(bindCode("new_vtkChartParallelCoordinates", "D_new_vtkChartParallelCoordinates")); mixin(bindCode("delete_vtkChartParallelCoordinates", "D_delete_vtkChartParallelCoordinates")); mixin(bindCode("vtkChartParallelCoordinates_Upcast", "D_vtkChartParallelCoordinates_Upcast")); mixin(bindCode("vtkEdgeSubdivisionCriterion_IsTypeOf", "D_vtkEdgeSubdivisionCriterion_IsTypeOf")); mixin(bindCode("vtkEdgeSubdivisionCriterion_SafeDownCast", "D_vtkEdgeSubdivisionCriterion_SafeDownCast")); mixin(bindCode("vtkEdgeSubdivisionCriterion_NewInstance", "D_vtkEdgeSubdivisionCriterion_NewInstance")); mixin(bindCode("vtkEdgeSubdivisionCriterion_EvaluateEdge", "D_vtkEdgeSubdivisionCriterion_EvaluateEdge")); mixin(bindCode("vtkEdgeSubdivisionCriterion_PassField", "D_vtkEdgeSubdivisionCriterion_PassField")); mixin(bindCode("vtkEdgeSubdivisionCriterion_ResetFieldList", "D_vtkEdgeSubdivisionCriterion_ResetFieldList")); mixin(bindCode("vtkEdgeSubdivisionCriterion_DontPassField", "D_vtkEdgeSubdivisionCriterion_DontPassField")); mixin(bindCode("vtkEdgeSubdivisionCriterion_GetFieldIds", "D_vtkEdgeSubdivisionCriterion_GetFieldIds")); mixin(bindCode("vtkEdgeSubdivisionCriterion_GetFieldOffsets", "D_vtkEdgeSubdivisionCriterion_GetFieldOffsets")); mixin(bindCode("vtkEdgeSubdivisionCriterion_GetOutputField", "D_vtkEdgeSubdivisionCriterion_GetOutputField")); mixin(bindCode("vtkEdgeSubdivisionCriterion_GetNumberOfFields", "D_vtkEdgeSubdivisionCriterion_GetNumberOfFields")); mixin(bindCode("vtkEdgeSubdivisionCriterion_Upcast", "D_vtkEdgeSubdivisionCriterion_Upcast")); mixin(bindCode("vtkImageViewer2_New", "D_vtkImageViewer2_New")); mixin(bindCode("vtkImageViewer2_IsTypeOf", "D_vtkImageViewer2_IsTypeOf")); mixin(bindCode("vtkImageViewer2_SafeDownCast", "D_vtkImageViewer2_SafeDownCast")); mixin(bindCode("vtkImageViewer2_NewInstance", "D_vtkImageViewer2_NewInstance")); mixin(bindCode("vtkImageViewer2_GetWindowName", "D_vtkImageViewer2_GetWindowName")); mixin(bindCode("vtkImageViewer2_Render", "D_vtkImageViewer2_Render")); mixin(bindCode("vtkImageViewer2_SetInputData", "D_vtkImageViewer2_SetInputData")); mixin(bindCode("vtkImageViewer2_GetInput", "D_vtkImageViewer2_GetInput")); mixin(bindCode("vtkImageViewer2_SetInputConnection", "D_vtkImageViewer2_SetInputConnection")); mixin(bindCode("vtkImageViewer2_GetSliceOrientation", "D_vtkImageViewer2_GetSliceOrientation")); mixin(bindCode("vtkImageViewer2_SetSliceOrientation", "D_vtkImageViewer2_SetSliceOrientation")); mixin(bindCode("vtkImageViewer2_SetSliceOrientationToXY", "D_vtkImageViewer2_SetSliceOrientationToXY")); mixin(bindCode("vtkImageViewer2_SetSliceOrientationToYZ", "D_vtkImageViewer2_SetSliceOrientationToYZ")); mixin(bindCode("vtkImageViewer2_SetSliceOrientationToXZ", "D_vtkImageViewer2_SetSliceOrientationToXZ")); mixin(bindCode("vtkImageViewer2_GetSlice", "D_vtkImageViewer2_GetSlice")); mixin(bindCode("vtkImageViewer2_SetSlice", "D_vtkImageViewer2_SetSlice")); mixin(bindCode("vtkImageViewer2_UpdateDisplayExtent", "D_vtkImageViewer2_UpdateDisplayExtent")); mixin(bindCode("vtkImageViewer2_GetSliceMin", "D_vtkImageViewer2_GetSliceMin")); mixin(bindCode("vtkImageViewer2_GetSliceMax", "D_vtkImageViewer2_GetSliceMax")); mixin(bindCode("vtkImageViewer2_GetSliceRange__SWIG_0", "D_vtkImageViewer2_GetSliceRange__SWIG_0")); mixin(bindCode("vtkImageViewer2_GetSliceRange__SWIG_1", "D_vtkImageViewer2_GetSliceRange__SWIG_1")); mixin(bindCode("vtkImageViewer2_GetSliceRange__SWIG_2", "D_vtkImageViewer2_GetSliceRange__SWIG_2")); mixin(bindCode("vtkImageViewer2_GetColorWindow", "D_vtkImageViewer2_GetColorWindow")); mixin(bindCode("vtkImageViewer2_GetColorLevel", "D_vtkImageViewer2_GetColorLevel")); mixin(bindCode("vtkImageViewer2_SetColorWindow", "D_vtkImageViewer2_SetColorWindow")); mixin(bindCode("vtkImageViewer2_SetColorLevel", "D_vtkImageViewer2_SetColorLevel")); mixin(bindCode("vtkImageViewer2_SetDisplayId", "D_vtkImageViewer2_SetDisplayId")); mixin(bindCode("vtkImageViewer2_SetWindowId", "D_vtkImageViewer2_SetWindowId")); mixin(bindCode("vtkImageViewer2_SetParentId", "D_vtkImageViewer2_SetParentId")); mixin(bindCode("vtkImageViewer2_GetPosition", "D_vtkImageViewer2_GetPosition")); mixin(bindCode("vtkImageViewer2_SetPosition__SWIG_0", "D_vtkImageViewer2_SetPosition__SWIG_0")); mixin(bindCode("vtkImageViewer2_SetPosition__SWIG_1", "D_vtkImageViewer2_SetPosition__SWIG_1")); mixin(bindCode("vtkImageViewer2_GetSize", "D_vtkImageViewer2_GetSize")); mixin(bindCode("vtkImageViewer2_SetSize__SWIG_0", "D_vtkImageViewer2_SetSize__SWIG_0")); mixin(bindCode("vtkImageViewer2_SetSize__SWIG_1", "D_vtkImageViewer2_SetSize__SWIG_1")); mixin(bindCode("vtkImageViewer2_GetRenderWindow", "D_vtkImageViewer2_GetRenderWindow")); mixin(bindCode("vtkImageViewer2_GetRenderer", "D_vtkImageViewer2_GetRenderer")); mixin(bindCode("vtkImageViewer2_GetImageActor", "D_vtkImageViewer2_GetImageActor")); mixin(bindCode("vtkImageViewer2_GetWindowLevel", "D_vtkImageViewer2_GetWindowLevel")); mixin(bindCode("vtkImageViewer2_GetInteractorStyle", "D_vtkImageViewer2_GetInteractorStyle")); mixin(bindCode("vtkImageViewer2_SetRenderWindow", "D_vtkImageViewer2_SetRenderWindow")); mixin(bindCode("vtkImageViewer2_SetRenderer", "D_vtkImageViewer2_SetRenderer")); mixin(bindCode("vtkImageViewer2_SetupInteractor", "D_vtkImageViewer2_SetupInteractor")); mixin(bindCode("vtkImageViewer2_SetOffScreenRendering", "D_vtkImageViewer2_SetOffScreenRendering")); mixin(bindCode("vtkImageViewer2_GetOffScreenRendering", "D_vtkImageViewer2_GetOffScreenRendering")); mixin(bindCode("vtkImageViewer2_OffScreenRenderingOn", "D_vtkImageViewer2_OffScreenRenderingOn")); mixin(bindCode("vtkImageViewer2_OffScreenRenderingOff", "D_vtkImageViewer2_OffScreenRenderingOff")); mixin(bindCode("vtkImageViewer2_Upcast", "D_vtkImageViewer2_Upcast")); mixin(bindCode("vtkFieldData_New", "D_vtkFieldData_New")); mixin(bindCode("vtkFieldData_IsTypeOf", "D_vtkFieldData_IsTypeOf")); mixin(bindCode("vtkFieldData_SafeDownCast", "D_vtkFieldData_SafeDownCast")); mixin(bindCode("vtkFieldData_NewInstance", "D_vtkFieldData_NewInstance")); mixin(bindCode("vtkFieldData_Initialize", "D_vtkFieldData_Initialize")); mixin(bindCode("vtkFieldData_Allocate__SWIG_0", "D_vtkFieldData_Allocate__SWIG_0")); mixin(bindCode("vtkFieldData_Allocate__SWIG_1", "D_vtkFieldData_Allocate__SWIG_1")); mixin(bindCode("vtkFieldData_CopyStructure", "D_vtkFieldData_CopyStructure")); mixin(bindCode("vtkFieldData_AllocateArrays", "D_vtkFieldData_AllocateArrays")); mixin(bindCode("vtkFieldData_GetNumberOfArrays", "D_vtkFieldData_GetNumberOfArrays")); mixin(bindCode("vtkFieldData_AddArray", "D_vtkFieldData_AddArray")); mixin(bindCode("vtkFieldData_RemoveArray", "D_vtkFieldData_RemoveArray")); mixin(bindCode("vtkFieldData_GetArray__SWIG_0", "D_vtkFieldData_GetArray__SWIG_0")); mixin(bindCode("vtkFieldData_GetArray__SWIG_1", "D_vtkFieldData_GetArray__SWIG_1")); mixin(bindCode("vtkFieldData_GetArray__SWIG_2", "D_vtkFieldData_GetArray__SWIG_2")); mixin(bindCode("vtkFieldData_GetAbstractArray__SWIG_0", "D_vtkFieldData_GetAbstractArray__SWIG_0")); mixin(bindCode("vtkFieldData_GetAbstractArray__SWIG_1", "D_vtkFieldData_GetAbstractArray__SWIG_1")); mixin(bindCode("vtkFieldData_GetAbstractArray__SWIG_2", "D_vtkFieldData_GetAbstractArray__SWIG_2")); mixin(bindCode("vtkFieldData_HasArray", "D_vtkFieldData_HasArray")); mixin(bindCode("vtkFieldData_GetArrayName", "D_vtkFieldData_GetArrayName")); mixin(bindCode("vtkFieldData_PassData", "D_vtkFieldData_PassData")); mixin(bindCode("vtkFieldData_CopyFieldOn", "D_vtkFieldData_CopyFieldOn")); mixin(bindCode("vtkFieldData_CopyFieldOff", "D_vtkFieldData_CopyFieldOff")); mixin(bindCode("vtkFieldData_CopyAllOn__SWIG_0", "D_vtkFieldData_CopyAllOn__SWIG_0")); mixin(bindCode("vtkFieldData_CopyAllOn__SWIG_1", "D_vtkFieldData_CopyAllOn__SWIG_1")); mixin(bindCode("vtkFieldData_CopyAllOff__SWIG_0", "D_vtkFieldData_CopyAllOff__SWIG_0")); mixin(bindCode("vtkFieldData_CopyAllOff__SWIG_1", "D_vtkFieldData_CopyAllOff__SWIG_1")); mixin(bindCode("vtkFieldData_DeepCopy", "D_vtkFieldData_DeepCopy")); mixin(bindCode("vtkFieldData_ShallowCopy", "D_vtkFieldData_ShallowCopy")); mixin(bindCode("vtkFieldData_Squeeze", "D_vtkFieldData_Squeeze")); mixin(bindCode("vtkFieldData_Reset", "D_vtkFieldData_Reset")); mixin(bindCode("vtkFieldData_GetActualMemorySize", "D_vtkFieldData_GetActualMemorySize")); mixin(bindCode("vtkFieldData_GetField", "D_vtkFieldData_GetField")); mixin(bindCode("vtkFieldData_GetArrayContainingComponent", "D_vtkFieldData_GetArrayContainingComponent")); mixin(bindCode("vtkFieldData_GetNumberOfComponents", "D_vtkFieldData_GetNumberOfComponents")); mixin(bindCode("vtkFieldData_GetNumberOfTuples", "D_vtkFieldData_GetNumberOfTuples")); mixin(bindCode("vtkFieldData_SetNumberOfTuples", "D_vtkFieldData_SetNumberOfTuples")); mixin(bindCode("vtkFieldData_SetTuple", "D_vtkFieldData_SetTuple")); mixin(bindCode("vtkFieldData_InsertTuple", "D_vtkFieldData_InsertTuple")); mixin(bindCode("vtkFieldData_InsertNextTuple", "D_vtkFieldData_InsertNextTuple")); mixin(bindCode("vtkFieldData_Upcast", "D_vtkFieldData_Upcast")); mixin(bindCode("vtkDataSetAttributes_New", "D_vtkDataSetAttributes_New")); mixin(bindCode("vtkDataSetAttributes_IsTypeOf", "D_vtkDataSetAttributes_IsTypeOf")); mixin(bindCode("vtkDataSetAttributes_SafeDownCast", "D_vtkDataSetAttributes_SafeDownCast")); mixin(bindCode("vtkDataSetAttributes_NewInstance", "D_vtkDataSetAttributes_NewInstance")); mixin(bindCode("vtkDataSetAttributes_Update", "D_vtkDataSetAttributes_Update")); mixin(bindCode("vtkDataSetAttributes_SetScalars", "D_vtkDataSetAttributes_SetScalars")); mixin(bindCode("vtkDataSetAttributes_SetActiveScalars", "D_vtkDataSetAttributes_SetActiveScalars")); mixin(bindCode("vtkDataSetAttributes_GetScalars__SWIG_0", "D_vtkDataSetAttributes_GetScalars__SWIG_0")); mixin(bindCode("vtkDataSetAttributes_SetVectors", "D_vtkDataSetAttributes_SetVectors")); mixin(bindCode("vtkDataSetAttributes_SetActiveVectors", "D_vtkDataSetAttributes_SetActiveVectors")); mixin(bindCode("vtkDataSetAttributes_GetVectors__SWIG_0", "D_vtkDataSetAttributes_GetVectors__SWIG_0")); mixin(bindCode("vtkDataSetAttributes_SetNormals", "D_vtkDataSetAttributes_SetNormals")); mixin(bindCode("vtkDataSetAttributes_SetActiveNormals", "D_vtkDataSetAttributes_SetActiveNormals")); mixin(bindCode("vtkDataSetAttributes_GetNormals__SWIG_0", "D_vtkDataSetAttributes_GetNormals__SWIG_0")); mixin(bindCode("vtkDataSetAttributes_SetTCoords", "D_vtkDataSetAttributes_SetTCoords")); mixin(bindCode("vtkDataSetAttributes_SetActiveTCoords", "D_vtkDataSetAttributes_SetActiveTCoords")); mixin(bindCode("vtkDataSetAttributes_GetTCoords__SWIG_0", "D_vtkDataSetAttributes_GetTCoords__SWIG_0")); mixin(bindCode("vtkDataSetAttributes_SetTensors", "D_vtkDataSetAttributes_SetTensors")); mixin(bindCode("vtkDataSetAttributes_SetActiveTensors", "D_vtkDataSetAttributes_SetActiveTensors")); mixin(bindCode("vtkDataSetAttributes_GetTensors__SWIG_0", "D_vtkDataSetAttributes_GetTensors__SWIG_0")); mixin(bindCode("vtkDataSetAttributes_SetGlobalIds", "D_vtkDataSetAttributes_SetGlobalIds")); mixin(bindCode("vtkDataSetAttributes_SetActiveGlobalIds", "D_vtkDataSetAttributes_SetActiveGlobalIds")); mixin(bindCode("vtkDataSetAttributes_GetGlobalIds__SWIG_0", "D_vtkDataSetAttributes_GetGlobalIds__SWIG_0")); mixin(bindCode("vtkDataSetAttributes_SetPedigreeIds", "D_vtkDataSetAttributes_SetPedigreeIds")); mixin(bindCode("vtkDataSetAttributes_SetActivePedigreeIds", "D_vtkDataSetAttributes_SetActivePedigreeIds")); mixin(bindCode("vtkDataSetAttributes_GetPedigreeIds__SWIG_0", "D_vtkDataSetAttributes_GetPedigreeIds__SWIG_0")); mixin(bindCode("vtkDataSetAttributes_GetScalars__SWIG_1", "D_vtkDataSetAttributes_GetScalars__SWIG_1")); mixin(bindCode("vtkDataSetAttributes_GetVectors__SWIG_1", "D_vtkDataSetAttributes_GetVectors__SWIG_1")); mixin(bindCode("vtkDataSetAttributes_GetNormals__SWIG_1", "D_vtkDataSetAttributes_GetNormals__SWIG_1")); mixin(bindCode("vtkDataSetAttributes_GetTCoords__SWIG_1", "D_vtkDataSetAttributes_GetTCoords__SWIG_1")); mixin(bindCode("vtkDataSetAttributes_GetTensors__SWIG_1", "D_vtkDataSetAttributes_GetTensors__SWIG_1")); mixin(bindCode("vtkDataSetAttributes_GetGlobalIds__SWIG_1", "D_vtkDataSetAttributes_GetGlobalIds__SWIG_1")); mixin(bindCode("vtkDataSetAttributes_GetPedigreeIds__SWIG_1", "D_vtkDataSetAttributes_GetPedigreeIds__SWIG_1")); mixin(bindCode("vtkDataSetAttributes_SetActiveAttribute__SWIG_0", "D_vtkDataSetAttributes_SetActiveAttribute__SWIG_0")); mixin(bindCode("vtkDataSetAttributes_SetActiveAttribute__SWIG_1", "D_vtkDataSetAttributes_SetActiveAttribute__SWIG_1")); mixin(bindCode("vtkDataSetAttributes_GetAttributeIndices", "D_vtkDataSetAttributes_GetAttributeIndices")); mixin(bindCode("vtkDataSetAttributes_IsArrayAnAttribute", "D_vtkDataSetAttributes_IsArrayAnAttribute")); mixin(bindCode("vtkDataSetAttributes_GetAttribute", "D_vtkDataSetAttributes_GetAttribute")); mixin(bindCode("vtkDataSetAttributes_GetAbstractAttribute", "D_vtkDataSetAttributes_GetAbstractAttribute")); mixin(bindCode("vtkDataSetAttributes_RemoveArray__SWIG_0", "D_vtkDataSetAttributes_RemoveArray__SWIG_0")); mixin(bindCode("vtkDataSetAttributes_RemoveArray__SWIG_1", "D_vtkDataSetAttributes_RemoveArray__SWIG_1")); mixin(bindCode("vtkDataSetAttributes_GetAttributeTypeAsString", "D_vtkDataSetAttributes_GetAttributeTypeAsString")); mixin(bindCode("vtkDataSetAttributes_GetLongAttributeTypeAsString", "D_vtkDataSetAttributes_GetLongAttributeTypeAsString")); mixin(bindCode("vtkDataSetAttributes_SetCopyAttribute__SWIG_0", "D_vtkDataSetAttributes_SetCopyAttribute__SWIG_0")); mixin(bindCode("vtkDataSetAttributes_SetCopyAttribute__SWIG_1", "D_vtkDataSetAttributes_SetCopyAttribute__SWIG_1")); mixin(bindCode("vtkDataSetAttributes_SetCopyScalars__SWIG_0", "D_vtkDataSetAttributes_SetCopyScalars__SWIG_0")); mixin(bindCode("vtkDataSetAttributes_SetCopyScalars__SWIG_1", "D_vtkDataSetAttributes_SetCopyScalars__SWIG_1")); mixin(bindCode("vtkDataSetAttributes_GetCopyScalars__SWIG_0", "D_vtkDataSetAttributes_GetCopyScalars__SWIG_0")); mixin(bindCode("vtkDataSetAttributes_GetCopyScalars__SWIG_1", "D_vtkDataSetAttributes_GetCopyScalars__SWIG_1")); mixin(bindCode("vtkDataSetAttributes_CopyScalarsOn", "D_vtkDataSetAttributes_CopyScalarsOn")); mixin(bindCode("vtkDataSetAttributes_CopyScalarsOff", "D_vtkDataSetAttributes_CopyScalarsOff")); mixin(bindCode("vtkDataSetAttributes_SetCopyVectors__SWIG_0", "D_vtkDataSetAttributes_SetCopyVectors__SWIG_0")); mixin(bindCode("vtkDataSetAttributes_SetCopyVectors__SWIG_1", "D_vtkDataSetAttributes_SetCopyVectors__SWIG_1")); mixin(bindCode("vtkDataSetAttributes_GetCopyVectors__SWIG_0", "D_vtkDataSetAttributes_GetCopyVectors__SWIG_0")); mixin(bindCode("vtkDataSetAttributes_GetCopyVectors__SWIG_1", "D_vtkDataSetAttributes_GetCopyVectors__SWIG_1")); mixin(bindCode("vtkDataSetAttributes_CopyVectorsOn", "D_vtkDataSetAttributes_CopyVectorsOn")); mixin(bindCode("vtkDataSetAttributes_CopyVectorsOff", "D_vtkDataSetAttributes_CopyVectorsOff")); mixin(bindCode("vtkDataSetAttributes_SetCopyNormals__SWIG_0", "D_vtkDataSetAttributes_SetCopyNormals__SWIG_0")); mixin(bindCode("vtkDataSetAttributes_SetCopyNormals__SWIG_1", "D_vtkDataSetAttributes_SetCopyNormals__SWIG_1")); mixin(bindCode("vtkDataSetAttributes_GetCopyNormals__SWIG_0", "D_vtkDataSetAttributes_GetCopyNormals__SWIG_0")); mixin(bindCode("vtkDataSetAttributes_GetCopyNormals__SWIG_1", "D_vtkDataSetAttributes_GetCopyNormals__SWIG_1")); mixin(bindCode("vtkDataSetAttributes_CopyNormalsOn", "D_vtkDataSetAttributes_CopyNormalsOn")); mixin(bindCode("vtkDataSetAttributes_CopyNormalsOff", "D_vtkDataSetAttributes_CopyNormalsOff")); mixin(bindCode("vtkDataSetAttributes_SetCopyTCoords__SWIG_0", "D_vtkDataSetAttributes_SetCopyTCoords__SWIG_0")); mixin(bindCode("vtkDataSetAttributes_SetCopyTCoords__SWIG_1", "D_vtkDataSetAttributes_SetCopyTCoords__SWIG_1")); mixin(bindCode("vtkDataSetAttributes_GetCopyTCoords__SWIG_0", "D_vtkDataSetAttributes_GetCopyTCoords__SWIG_0")); mixin(bindCode("vtkDataSetAttributes_GetCopyTCoords__SWIG_1", "D_vtkDataSetAttributes_GetCopyTCoords__SWIG_1")); mixin(bindCode("vtkDataSetAttributes_CopyTCoordsOn", "D_vtkDataSetAttributes_CopyTCoordsOn")); mixin(bindCode("vtkDataSetAttributes_CopyTCoordsOff", "D_vtkDataSetAttributes_CopyTCoordsOff")); mixin(bindCode("vtkDataSetAttributes_SetCopyTensors__SWIG_0", "D_vtkDataSetAttributes_SetCopyTensors__SWIG_0")); mixin(bindCode("vtkDataSetAttributes_SetCopyTensors__SWIG_1", "D_vtkDataSetAttributes_SetCopyTensors__SWIG_1")); mixin(bindCode("vtkDataSetAttributes_GetCopyTensors__SWIG_0", "D_vtkDataSetAttributes_GetCopyTensors__SWIG_0")); mixin(bindCode("vtkDataSetAttributes_GetCopyTensors__SWIG_1", "D_vtkDataSetAttributes_GetCopyTensors__SWIG_1")); mixin(bindCode("vtkDataSetAttributes_CopyTensorsOn", "D_vtkDataSetAttributes_CopyTensorsOn")); mixin(bindCode("vtkDataSetAttributes_CopyTensorsOff", "D_vtkDataSetAttributes_CopyTensorsOff")); mixin(bindCode("vtkDataSetAttributes_SetCopyGlobalIds__SWIG_0", "D_vtkDataSetAttributes_SetCopyGlobalIds__SWIG_0")); mixin(bindCode("vtkDataSetAttributes_SetCopyGlobalIds__SWIG_1", "D_vtkDataSetAttributes_SetCopyGlobalIds__SWIG_1")); mixin(bindCode("vtkDataSetAttributes_GetCopyGlobalIds__SWIG_0", "D_vtkDataSetAttributes_GetCopyGlobalIds__SWIG_0")); mixin(bindCode("vtkDataSetAttributes_GetCopyGlobalIds__SWIG_1", "D_vtkDataSetAttributes_GetCopyGlobalIds__SWIG_1")); mixin(bindCode("vtkDataSetAttributes_CopyGlobalIdsOn", "D_vtkDataSetAttributes_CopyGlobalIdsOn")); mixin(bindCode("vtkDataSetAttributes_CopyGlobalIdsOff", "D_vtkDataSetAttributes_CopyGlobalIdsOff")); mixin(bindCode("vtkDataSetAttributes_SetCopyPedigreeIds__SWIG_0", "D_vtkDataSetAttributes_SetCopyPedigreeIds__SWIG_0")); mixin(bindCode("vtkDataSetAttributes_SetCopyPedigreeIds__SWIG_1", "D_vtkDataSetAttributes_SetCopyPedigreeIds__SWIG_1")); mixin(bindCode("vtkDataSetAttributes_GetCopyPedigreeIds__SWIG_0", "D_vtkDataSetAttributes_GetCopyPedigreeIds__SWIG_0")); mixin(bindCode("vtkDataSetAttributes_GetCopyPedigreeIds__SWIG_1", "D_vtkDataSetAttributes_GetCopyPedigreeIds__SWIG_1")); mixin(bindCode("vtkDataSetAttributes_CopyPedigreeIdsOn", "D_vtkDataSetAttributes_CopyPedigreeIdsOn")); mixin(bindCode("vtkDataSetAttributes_CopyPedigreeIdsOff", "D_vtkDataSetAttributes_CopyPedigreeIdsOff")); mixin(bindCode("vtkDataSetAttributes_CopyAllOn__SWIG_0", "D_vtkDataSetAttributes_CopyAllOn__SWIG_0")); mixin(bindCode("vtkDataSetAttributes_CopyAllOn__SWIG_1", "D_vtkDataSetAttributes_CopyAllOn__SWIG_1")); mixin(bindCode("vtkDataSetAttributes_CopyAllOff__SWIG_0", "D_vtkDataSetAttributes_CopyAllOff__SWIG_0")); mixin(bindCode("vtkDataSetAttributes_CopyAllOff__SWIG_1", "D_vtkDataSetAttributes_CopyAllOff__SWIG_1")); mixin(bindCode("vtkDataSetAttributes_CopyAllocate__SWIG_0", "D_vtkDataSetAttributes_CopyAllocate__SWIG_0")); mixin(bindCode("vtkDataSetAttributes_CopyAllocate__SWIG_1", "D_vtkDataSetAttributes_CopyAllocate__SWIG_1")); mixin(bindCode("vtkDataSetAttributes_CopyAllocate__SWIG_2", "D_vtkDataSetAttributes_CopyAllocate__SWIG_2")); mixin(bindCode("vtkDataSetAttributes_CopyAllocate__SWIG_3", "D_vtkDataSetAttributes_CopyAllocate__SWIG_3")); mixin(bindCode("vtkDataSetAttributes_CopyStructuredData", "D_vtkDataSetAttributes_CopyStructuredData")); mixin(bindCode("vtkDataSetAttributes_CopyData", "D_vtkDataSetAttributes_CopyData")); mixin(bindCode("vtkDataSetAttributes_CopyTuple", "D_vtkDataSetAttributes_CopyTuple")); mixin(bindCode("vtkDataSetAttributes_InterpolateAllocate__SWIG_0", "D_vtkDataSetAttributes_InterpolateAllocate__SWIG_0")); mixin(bindCode("vtkDataSetAttributes_InterpolateAllocate__SWIG_1", "D_vtkDataSetAttributes_InterpolateAllocate__SWIG_1")); mixin(bindCode("vtkDataSetAttributes_InterpolateAllocate__SWIG_2", "D_vtkDataSetAttributes_InterpolateAllocate__SWIG_2")); mixin(bindCode("vtkDataSetAttributes_InterpolateAllocate__SWIG_3", "D_vtkDataSetAttributes_InterpolateAllocate__SWIG_3")); mixin(bindCode("vtkDataSetAttributes_InterpolatePoint", "D_vtkDataSetAttributes_InterpolatePoint")); mixin(bindCode("vtkDataSetAttributes_InterpolateEdge", "D_vtkDataSetAttributes_InterpolateEdge")); mixin(bindCode("vtkDataSetAttributes_InterpolateTime", "D_vtkDataSetAttributes_InterpolateTime")); mixin(bindCode("new_vtkDataSetAttributes", "D_new_vtkDataSetAttributes")); mixin(bindCode("delete_vtkDataSetAttributes", "D_delete_vtkDataSetAttributes")); mixin(bindCode("vtkDataSetAttributes_Upcast", "D_vtkDataSetAttributes_Upcast")); mixin(bindCode("vtkRearrangeFields_IsTypeOf", "D_vtkRearrangeFields_IsTypeOf")); mixin(bindCode("vtkRearrangeFields_SafeDownCast", "D_vtkRearrangeFields_SafeDownCast")); mixin(bindCode("vtkRearrangeFields_NewInstance", "D_vtkRearrangeFields_NewInstance")); mixin(bindCode("vtkRearrangeFields_New", "D_vtkRearrangeFields_New")); mixin(bindCode("vtkRearrangeFields_AddOperation__SWIG_0", "D_vtkRearrangeFields_AddOperation__SWIG_0")); mixin(bindCode("vtkRearrangeFields_AddOperation__SWIG_1", "D_vtkRearrangeFields_AddOperation__SWIG_1")); mixin(bindCode("vtkRearrangeFields_AddOperation__SWIG_2", "D_vtkRearrangeFields_AddOperation__SWIG_2")); mixin(bindCode("vtkRearrangeFields_RemoveOperation__SWIG_0", "D_vtkRearrangeFields_RemoveOperation__SWIG_0")); mixin(bindCode("vtkRearrangeFields_RemoveOperation__SWIG_1", "D_vtkRearrangeFields_RemoveOperation__SWIG_1")); mixin(bindCode("vtkRearrangeFields_RemoveOperation__SWIG_2", "D_vtkRearrangeFields_RemoveOperation__SWIG_2")); mixin(bindCode("vtkRearrangeFields_RemoveOperation__SWIG_3", "D_vtkRearrangeFields_RemoveOperation__SWIG_3")); mixin(bindCode("vtkRearrangeFields_RemoveAllOperations", "D_vtkRearrangeFields_RemoveAllOperations")); mixin(bindCode("vtkRearrangeFields_Upcast", "D_vtkRearrangeFields_Upcast")); mixin(bindCode("vtkCommunicator_IsTypeOf", "D_vtkCommunicator_IsTypeOf")); mixin(bindCode("vtkCommunicator_SafeDownCast", "D_vtkCommunicator_SafeDownCast")); mixin(bindCode("vtkCommunicator_NewInstance", "D_vtkCommunicator_NewInstance")); mixin(bindCode("vtkCommunicator_SetNumberOfProcesses", "D_vtkCommunicator_SetNumberOfProcesses")); mixin(bindCode("vtkCommunicator_GetNumberOfProcesses", "D_vtkCommunicator_GetNumberOfProcesses")); mixin(bindCode("vtkCommunicator_GetLocalProcessId", "D_vtkCommunicator_GetLocalProcessId")); mixin(bindCode("vtkCommunicator_Send__SWIG_0", "D_vtkCommunicator_Send__SWIG_0")); mixin(bindCode("vtkCommunicator_Send__SWIG_1", "D_vtkCommunicator_Send__SWIG_1")); mixin(bindCode("vtkCommunicator_SendVoidArray", "D_vtkCommunicator_SendVoidArray")); mixin(bindCode("vtkCommunicator_Send__SWIG_2", "D_vtkCommunicator_Send__SWIG_2")); mixin(bindCode("vtkCommunicator_Send__SWIG_3", "D_vtkCommunicator_Send__SWIG_3")); mixin(bindCode("vtkCommunicator_Send__SWIG_4", "D_vtkCommunicator_Send__SWIG_4")); mixin(bindCode("vtkCommunicator_Send__SWIG_5", "D_vtkCommunicator_Send__SWIG_5")); mixin(bindCode("vtkCommunicator_Send__SWIG_6", "D_vtkCommunicator_Send__SWIG_6")); mixin(bindCode("vtkCommunicator_Send__SWIG_7", "D_vtkCommunicator_Send__SWIG_7")); mixin(bindCode("vtkCommunicator_Send__SWIG_8", "D_vtkCommunicator_Send__SWIG_8")); mixin(bindCode("vtkCommunicator_Send__SWIG_9", "D_vtkCommunicator_Send__SWIG_9")); mixin(bindCode("vtkCommunicator_Receive__SWIG_0", "D_vtkCommunicator_Receive__SWIG_0")); mixin(bindCode("vtkCommunicator_ReceiveDataObject", "D_vtkCommunicator_ReceiveDataObject")); mixin(bindCode("vtkCommunicator_Receive__SWIG_1", "D_vtkCommunicator_Receive__SWIG_1")); mixin(bindCode("vtkCommunicator_ReceiveVoidArray", "D_vtkCommunicator_ReceiveVoidArray")); mixin(bindCode("vtkCommunicator_Receive__SWIG_2", "D_vtkCommunicator_Receive__SWIG_2")); mixin(bindCode("vtkCommunicator_Receive__SWIG_3", "D_vtkCommunicator_Receive__SWIG_3")); mixin(bindCode("vtkCommunicator_Receive__SWIG_4", "D_vtkCommunicator_Receive__SWIG_4")); mixin(bindCode("vtkCommunicator_Receive__SWIG_5", "D_vtkCommunicator_Receive__SWIG_5")); mixin(bindCode("vtkCommunicator_Receive__SWIG_6", "D_vtkCommunicator_Receive__SWIG_6")); mixin(bindCode("vtkCommunicator_Receive__SWIG_7", "D_vtkCommunicator_Receive__SWIG_7")); mixin(bindCode("vtkCommunicator_Receive__SWIG_8", "D_vtkCommunicator_Receive__SWIG_8")); mixin(bindCode("vtkCommunicator_Receive__SWIG_9", "D_vtkCommunicator_Receive__SWIG_9")); mixin(bindCode("vtkCommunicator_GetCount", "D_vtkCommunicator_GetCount")); mixin(bindCode("vtkCommunicator_Barrier", "D_vtkCommunicator_Barrier")); mixin(bindCode("vtkCommunicator_Broadcast__SWIG_0", "D_vtkCommunicator_Broadcast__SWIG_0")); mixin(bindCode("vtkCommunicator_Broadcast__SWIG_1", "D_vtkCommunicator_Broadcast__SWIG_1")); mixin(bindCode("vtkCommunicator_Broadcast__SWIG_2", "D_vtkCommunicator_Broadcast__SWIG_2")); mixin(bindCode("vtkCommunicator_Broadcast__SWIG_3", "D_vtkCommunicator_Broadcast__SWIG_3")); mixin(bindCode("vtkCommunicator_Broadcast__SWIG_4", "D_vtkCommunicator_Broadcast__SWIG_4")); mixin(bindCode("vtkCommunicator_Broadcast__SWIG_5", "D_vtkCommunicator_Broadcast__SWIG_5")); mixin(bindCode("vtkCommunicator_Broadcast__SWIG_6", "D_vtkCommunicator_Broadcast__SWIG_6")); mixin(bindCode("vtkCommunicator_Broadcast__SWIG_7", "D_vtkCommunicator_Broadcast__SWIG_7")); mixin(bindCode("vtkCommunicator_Broadcast__SWIG_8", "D_vtkCommunicator_Broadcast__SWIG_8")); mixin(bindCode("vtkCommunicator_Broadcast__SWIG_9", "D_vtkCommunicator_Broadcast__SWIG_9")); mixin(bindCode("vtkCommunicator_Gather__SWIG_0", "D_vtkCommunicator_Gather__SWIG_0")); mixin(bindCode("vtkCommunicator_Gather__SWIG_1", "D_vtkCommunicator_Gather__SWIG_1")); mixin(bindCode("vtkCommunicator_Gather__SWIG_2", "D_vtkCommunicator_Gather__SWIG_2")); mixin(bindCode("vtkCommunicator_Gather__SWIG_3", "D_vtkCommunicator_Gather__SWIG_3")); mixin(bindCode("vtkCommunicator_Gather__SWIG_4", "D_vtkCommunicator_Gather__SWIG_4")); mixin(bindCode("vtkCommunicator_Gather__SWIG_5", "D_vtkCommunicator_Gather__SWIG_5")); mixin(bindCode("vtkCommunicator_Gather__SWIG_6", "D_vtkCommunicator_Gather__SWIG_6")); mixin(bindCode("vtkCommunicator_Gather__SWIG_7", "D_vtkCommunicator_Gather__SWIG_7")); mixin(bindCode("vtkCommunicator_GatherV__SWIG_0", "D_vtkCommunicator_GatherV__SWIG_0")); mixin(bindCode("vtkCommunicator_GatherV__SWIG_1", "D_vtkCommunicator_GatherV__SWIG_1")); mixin(bindCode("vtkCommunicator_GatherV__SWIG_2", "D_vtkCommunicator_GatherV__SWIG_2")); mixin(bindCode("vtkCommunicator_GatherV__SWIG_3", "D_vtkCommunicator_GatherV__SWIG_3")); mixin(bindCode("vtkCommunicator_GatherV__SWIG_4", "D_vtkCommunicator_GatherV__SWIG_4")); mixin(bindCode("vtkCommunicator_GatherV__SWIG_5", "D_vtkCommunicator_GatherV__SWIG_5")); mixin(bindCode("vtkCommunicator_GatherV__SWIG_6", "D_vtkCommunicator_GatherV__SWIG_6")); mixin(bindCode("vtkCommunicator_GatherV__SWIG_7", "D_vtkCommunicator_GatherV__SWIG_7")); mixin(bindCode("vtkCommunicator_GatherV__SWIG_8", "D_vtkCommunicator_GatherV__SWIG_8")); mixin(bindCode("vtkCommunicator_Scatter__SWIG_0", "D_vtkCommunicator_Scatter__SWIG_0")); mixin(bindCode("vtkCommunicator_Scatter__SWIG_1", "D_vtkCommunicator_Scatter__SWIG_1")); mixin(bindCode("vtkCommunicator_Scatter__SWIG_2", "D_vtkCommunicator_Scatter__SWIG_2")); mixin(bindCode("vtkCommunicator_Scatter__SWIG_3", "D_vtkCommunicator_Scatter__SWIG_3")); mixin(bindCode("vtkCommunicator_Scatter__SWIG_4", "D_vtkCommunicator_Scatter__SWIG_4")); mixin(bindCode("vtkCommunicator_Scatter__SWIG_5", "D_vtkCommunicator_Scatter__SWIG_5")); mixin(bindCode("vtkCommunicator_Scatter__SWIG_6", "D_vtkCommunicator_Scatter__SWIG_6")); mixin(bindCode("vtkCommunicator_Scatter__SWIG_7", "D_vtkCommunicator_Scatter__SWIG_7")); mixin(bindCode("vtkCommunicator_ScatterV__SWIG_0", "D_vtkCommunicator_ScatterV__SWIG_0")); mixin(bindCode("vtkCommunicator_ScatterV__SWIG_1", "D_vtkCommunicator_ScatterV__SWIG_1")); mixin(bindCode("vtkCommunicator_ScatterV__SWIG_2", "D_vtkCommunicator_ScatterV__SWIG_2")); mixin(bindCode("vtkCommunicator_ScatterV__SWIG_3", "D_vtkCommunicator_ScatterV__SWIG_3")); mixin(bindCode("vtkCommunicator_ScatterV__SWIG_4", "D_vtkCommunicator_ScatterV__SWIG_4")); mixin(bindCode("vtkCommunicator_ScatterV__SWIG_5", "D_vtkCommunicator_ScatterV__SWIG_5")); mixin(bindCode("vtkCommunicator_ScatterV__SWIG_6", "D_vtkCommunicator_ScatterV__SWIG_6")); mixin(bindCode("vtkCommunicator_AllGather__SWIG_0", "D_vtkCommunicator_AllGather__SWIG_0")); mixin(bindCode("vtkCommunicator_AllGather__SWIG_1", "D_vtkCommunicator_AllGather__SWIG_1")); mixin(bindCode("vtkCommunicator_AllGather__SWIG_2", "D_vtkCommunicator_AllGather__SWIG_2")); mixin(bindCode("vtkCommunicator_AllGather__SWIG_3", "D_vtkCommunicator_AllGather__SWIG_3")); mixin(bindCode("vtkCommunicator_AllGather__SWIG_4", "D_vtkCommunicator_AllGather__SWIG_4")); mixin(bindCode("vtkCommunicator_AllGather__SWIG_5", "D_vtkCommunicator_AllGather__SWIG_5")); mixin(bindCode("vtkCommunicator_AllGather__SWIG_6", "D_vtkCommunicator_AllGather__SWIG_6")); mixin(bindCode("vtkCommunicator_AllGather__SWIG_7", "D_vtkCommunicator_AllGather__SWIG_7")); mixin(bindCode("vtkCommunicator_AllGatherV__SWIG_0", "D_vtkCommunicator_AllGatherV__SWIG_0")); mixin(bindCode("vtkCommunicator_AllGatherV__SWIG_1", "D_vtkCommunicator_AllGatherV__SWIG_1")); mixin(bindCode("vtkCommunicator_AllGatherV__SWIG_2", "D_vtkCommunicator_AllGatherV__SWIG_2")); mixin(bindCode("vtkCommunicator_AllGatherV__SWIG_3", "D_vtkCommunicator_AllGatherV__SWIG_3")); mixin(bindCode("vtkCommunicator_AllGatherV__SWIG_4", "D_vtkCommunicator_AllGatherV__SWIG_4")); mixin(bindCode("vtkCommunicator_AllGatherV__SWIG_5", "D_vtkCommunicator_AllGatherV__SWIG_5")); mixin(bindCode("vtkCommunicator_AllGatherV__SWIG_6", "D_vtkCommunicator_AllGatherV__SWIG_6")); mixin(bindCode("vtkCommunicator_AllGatherV__SWIG_7", "D_vtkCommunicator_AllGatherV__SWIG_7")); mixin(bindCode("vtkCommunicator_AllGatherV__SWIG_8", "D_vtkCommunicator_AllGatherV__SWIG_8")); mixin(bindCode("vtkCommunicator_Reduce__SWIG_0", "D_vtkCommunicator_Reduce__SWIG_0")); mixin(bindCode("vtkCommunicator_Reduce__SWIG_1", "D_vtkCommunicator_Reduce__SWIG_1")); mixin(bindCode("vtkCommunicator_Reduce__SWIG_2", "D_vtkCommunicator_Reduce__SWIG_2")); mixin(bindCode("vtkCommunicator_Reduce__SWIG_3", "D_vtkCommunicator_Reduce__SWIG_3")); mixin(bindCode("vtkCommunicator_Reduce__SWIG_4", "D_vtkCommunicator_Reduce__SWIG_4")); mixin(bindCode("vtkCommunicator_Reduce__SWIG_5", "D_vtkCommunicator_Reduce__SWIG_5")); mixin(bindCode("vtkCommunicator_Reduce__SWIG_6", "D_vtkCommunicator_Reduce__SWIG_6")); mixin(bindCode("vtkCommunicator_Reduce__SWIG_7", "D_vtkCommunicator_Reduce__SWIG_7")); mixin(bindCode("vtkCommunicator_Reduce__SWIG_8", "D_vtkCommunicator_Reduce__SWIG_8")); mixin(bindCode("vtkCommunicator_Reduce__SWIG_9", "D_vtkCommunicator_Reduce__SWIG_9")); mixin(bindCode("vtkCommunicator_Reduce__SWIG_10", "D_vtkCommunicator_Reduce__SWIG_10")); mixin(bindCode("vtkCommunicator_Reduce__SWIG_11", "D_vtkCommunicator_Reduce__SWIG_11")); mixin(bindCode("vtkCommunicator_Reduce__SWIG_12", "D_vtkCommunicator_Reduce__SWIG_12")); mixin(bindCode("vtkCommunicator_Reduce__SWIG_13", "D_vtkCommunicator_Reduce__SWIG_13")); mixin(bindCode("vtkCommunicator_Reduce__SWIG_14", "D_vtkCommunicator_Reduce__SWIG_14")); mixin(bindCode("vtkCommunicator_Reduce__SWIG_15", "D_vtkCommunicator_Reduce__SWIG_15")); mixin(bindCode("vtkCommunicator_Reduce__SWIG_16", "D_vtkCommunicator_Reduce__SWIG_16")); mixin(bindCode("vtkCommunicator_AllReduce__SWIG_0", "D_vtkCommunicator_AllReduce__SWIG_0")); mixin(bindCode("vtkCommunicator_AllReduce__SWIG_1", "D_vtkCommunicator_AllReduce__SWIG_1")); mixin(bindCode("vtkCommunicator_AllReduce__SWIG_2", "D_vtkCommunicator_AllReduce__SWIG_2")); mixin(bindCode("vtkCommunicator_AllReduce__SWIG_3", "D_vtkCommunicator_AllReduce__SWIG_3")); mixin(bindCode("vtkCommunicator_AllReduce__SWIG_4", "D_vtkCommunicator_AllReduce__SWIG_4")); mixin(bindCode("vtkCommunicator_AllReduce__SWIG_5", "D_vtkCommunicator_AllReduce__SWIG_5")); mixin(bindCode("vtkCommunicator_AllReduce__SWIG_6", "D_vtkCommunicator_AllReduce__SWIG_6")); mixin(bindCode("vtkCommunicator_AllReduce__SWIG_7", "D_vtkCommunicator_AllReduce__SWIG_7")); mixin(bindCode("vtkCommunicator_AllReduce__SWIG_8", "D_vtkCommunicator_AllReduce__SWIG_8")); mixin(bindCode("vtkCommunicator_AllReduce__SWIG_9", "D_vtkCommunicator_AllReduce__SWIG_9")); mixin(bindCode("vtkCommunicator_AllReduce__SWIG_10", "D_vtkCommunicator_AllReduce__SWIG_10")); mixin(bindCode("vtkCommunicator_AllReduce__SWIG_11", "D_vtkCommunicator_AllReduce__SWIG_11")); mixin(bindCode("vtkCommunicator_AllReduce__SWIG_12", "D_vtkCommunicator_AllReduce__SWIG_12")); mixin(bindCode("vtkCommunicator_AllReduce__SWIG_13", "D_vtkCommunicator_AllReduce__SWIG_13")); mixin(bindCode("vtkCommunicator_AllReduce__SWIG_14", "D_vtkCommunicator_AllReduce__SWIG_14")); mixin(bindCode("vtkCommunicator_AllReduce__SWIG_15", "D_vtkCommunicator_AllReduce__SWIG_15")); mixin(bindCode("vtkCommunicator_BroadcastVoidArray", "D_vtkCommunicator_BroadcastVoidArray")); mixin(bindCode("vtkCommunicator_GatherVoidArray", "D_vtkCommunicator_GatherVoidArray")); mixin(bindCode("vtkCommunicator_GatherVVoidArray", "D_vtkCommunicator_GatherVVoidArray")); mixin(bindCode("vtkCommunicator_ScatterVoidArray", "D_vtkCommunicator_ScatterVoidArray")); mixin(bindCode("vtkCommunicator_ScatterVVoidArray", "D_vtkCommunicator_ScatterVVoidArray")); mixin(bindCode("vtkCommunicator_AllGatherVoidArray", "D_vtkCommunicator_AllGatherVoidArray")); mixin(bindCode("vtkCommunicator_AllGatherVVoidArray", "D_vtkCommunicator_AllGatherVVoidArray")); mixin(bindCode("vtkCommunicator_ReduceVoidArray__SWIG_0", "D_vtkCommunicator_ReduceVoidArray__SWIG_0")); mixin(bindCode("vtkCommunicator_ReduceVoidArray__SWIG_1", "D_vtkCommunicator_ReduceVoidArray__SWIG_1")); mixin(bindCode("vtkCommunicator_AllReduceVoidArray__SWIG_0", "D_vtkCommunicator_AllReduceVoidArray__SWIG_0")); mixin(bindCode("vtkCommunicator_AllReduceVoidArray__SWIG_1", "D_vtkCommunicator_AllReduceVoidArray__SWIG_1")); mixin(bindCode("vtkCommunicator_SetUseCopy", "D_vtkCommunicator_SetUseCopy")); mixin(bindCode("vtkCommunicator_GetParentProcessor", "D_vtkCommunicator_GetParentProcessor")); mixin(bindCode("vtkCommunicator_GetLeftChildProcessor", "D_vtkCommunicator_GetLeftChildProcessor")); mixin(bindCode("vtkCommunicator_MarshalDataObject", "D_vtkCommunicator_MarshalDataObject")); mixin(bindCode("vtkCommunicator_UnMarshalDataObject", "D_vtkCommunicator_UnMarshalDataObject")); mixin(bindCode("vtkCommunicator_Upcast", "D_vtkCommunicator_Upcast")); mixin(bindCode("vtkMultiProcessController_IsTypeOf", "D_vtkMultiProcessController_IsTypeOf")); mixin(bindCode("vtkMultiProcessController_SafeDownCast", "D_vtkMultiProcessController_SafeDownCast")); mixin(bindCode("vtkMultiProcessController_NewInstance", "D_vtkMultiProcessController_NewInstance")); mixin(bindCode("vtkMultiProcessController_Initialize__SWIG_0", "D_vtkMultiProcessController_Initialize__SWIG_0")); mixin(bindCode("vtkMultiProcessController_Initialize__SWIG_1", "D_vtkMultiProcessController_Initialize__SWIG_1")); mixin(bindCode("vtkMultiProcessController_Finalize__SWIG_0", "D_vtkMultiProcessController_Finalize__SWIG_0")); mixin(bindCode("vtkMultiProcessController_Finalize__SWIG_1", "D_vtkMultiProcessController_Finalize__SWIG_1")); mixin(bindCode("vtkMultiProcessController_SetNumberOfProcesses", "D_vtkMultiProcessController_SetNumberOfProcesses")); mixin(bindCode("vtkMultiProcessController_GetNumberOfProcesses", "D_vtkMultiProcessController_GetNumberOfProcesses")); mixin(bindCode("vtkMultiProcessController_SingleMethodExecute", "D_vtkMultiProcessController_SingleMethodExecute")); mixin(bindCode("vtkMultiProcessController_MultipleMethodExecute", "D_vtkMultiProcessController_MultipleMethodExecute")); mixin(bindCode("vtkMultiProcessController_GetLocalProcessId", "D_vtkMultiProcessController_GetLocalProcessId")); mixin(bindCode("vtkMultiProcessController_GetGlobalController", "D_vtkMultiProcessController_GetGlobalController")); mixin(bindCode("vtkMultiProcessController_CreateOutputWindow", "D_vtkMultiProcessController_CreateOutputWindow")); mixin(bindCode("vtkMultiProcessController_CreateSubController", "D_vtkMultiProcessController_CreateSubController")); mixin(bindCode("vtkMultiProcessController_PartitionController", "D_vtkMultiProcessController_PartitionController")); mixin(bindCode("vtkMultiProcessController_TriggerRMI__SWIG_0", "D_vtkMultiProcessController_TriggerRMI__SWIG_0")); mixin(bindCode("vtkMultiProcessController_TriggerBreakRMIs", "D_vtkMultiProcessController_TriggerBreakRMIs")); mixin(bindCode("vtkMultiProcessController_TriggerRMI__SWIG_1", "D_vtkMultiProcessController_TriggerRMI__SWIG_1")); mixin(bindCode("vtkMultiProcessController_TriggerRMI__SWIG_2", "D_vtkMultiProcessController_TriggerRMI__SWIG_2")); mixin(bindCode("vtkMultiProcessController_TriggerRMIOnAllChildren__SWIG_0", "D_vtkMultiProcessController_TriggerRMIOnAllChildren__SWIG_0")); mixin(bindCode("vtkMultiProcessController_TriggerRMIOnAllChildren__SWIG_1", "D_vtkMultiProcessController_TriggerRMIOnAllChildren__SWIG_1")); mixin(bindCode("vtkMultiProcessController_TriggerRMIOnAllChildren__SWIG_2", "D_vtkMultiProcessController_TriggerRMIOnAllChildren__SWIG_2")); mixin(bindCode("vtkMultiProcessController_ProcessRMIs__SWIG_0", "D_vtkMultiProcessController_ProcessRMIs__SWIG_0")); mixin(bindCode("vtkMultiProcessController_ProcessRMIs__SWIG_1", "D_vtkMultiProcessController_ProcessRMIs__SWIG_1")); mixin(bindCode("vtkMultiProcessController_ProcessRMIs__SWIG_2", "D_vtkMultiProcessController_ProcessRMIs__SWIG_2")); mixin(bindCode("vtkMultiProcessController_SetBreakFlag", "D_vtkMultiProcessController_SetBreakFlag")); mixin(bindCode("vtkMultiProcessController_GetBreakFlag", "D_vtkMultiProcessController_GetBreakFlag")); mixin(bindCode("vtkMultiProcessController_GetCommunicator", "D_vtkMultiProcessController_GetCommunicator")); mixin(bindCode("vtkMultiProcessController_GetBreakRMITag", "D_vtkMultiProcessController_GetBreakRMITag")); mixin(bindCode("vtkMultiProcessController_GetRMITag", "D_vtkMultiProcessController_GetRMITag")); mixin(bindCode("vtkMultiProcessController_GetRMIArgTag", "D_vtkMultiProcessController_GetRMIArgTag")); mixin(bindCode("vtkMultiProcessController_Barrier", "D_vtkMultiProcessController_Barrier")); mixin(bindCode("vtkMultiProcessController_SetGlobalController", "D_vtkMultiProcessController_SetGlobalController")); mixin(bindCode("vtkMultiProcessController_Send__SWIG_0", "D_vtkMultiProcessController_Send__SWIG_0")); mixin(bindCode("vtkMultiProcessController_Send__SWIG_1", "D_vtkMultiProcessController_Send__SWIG_1")); mixin(bindCode("vtkMultiProcessController_Send__SWIG_2", "D_vtkMultiProcessController_Send__SWIG_2")); mixin(bindCode("vtkMultiProcessController_Send__SWIG_3", "D_vtkMultiProcessController_Send__SWIG_3")); mixin(bindCode("vtkMultiProcessController_Send__SWIG_4", "D_vtkMultiProcessController_Send__SWIG_4")); mixin(bindCode("vtkMultiProcessController_Send__SWIG_5", "D_vtkMultiProcessController_Send__SWIG_5")); mixin(bindCode("vtkMultiProcessController_Send__SWIG_6", "D_vtkMultiProcessController_Send__SWIG_6")); mixin(bindCode("vtkMultiProcessController_Send__SWIG_7", "D_vtkMultiProcessController_Send__SWIG_7")); mixin(bindCode("vtkMultiProcessController_Send__SWIG_8", "D_vtkMultiProcessController_Send__SWIG_8")); mixin(bindCode("vtkMultiProcessController_Send__SWIG_9", "D_vtkMultiProcessController_Send__SWIG_9")); mixin(bindCode("vtkMultiProcessController_Receive__SWIG_0", "D_vtkMultiProcessController_Receive__SWIG_0")); mixin(bindCode("vtkMultiProcessController_Receive__SWIG_1", "D_vtkMultiProcessController_Receive__SWIG_1")); mixin(bindCode("vtkMultiProcessController_Receive__SWIG_2", "D_vtkMultiProcessController_Receive__SWIG_2")); mixin(bindCode("vtkMultiProcessController_Receive__SWIG_3", "D_vtkMultiProcessController_Receive__SWIG_3")); mixin(bindCode("vtkMultiProcessController_Receive__SWIG_4", "D_vtkMultiProcessController_Receive__SWIG_4")); mixin(bindCode("vtkMultiProcessController_Receive__SWIG_5", "D_vtkMultiProcessController_Receive__SWIG_5")); mixin(bindCode("vtkMultiProcessController_Receive__SWIG_6", "D_vtkMultiProcessController_Receive__SWIG_6")); mixin(bindCode("vtkMultiProcessController_Receive__SWIG_7", "D_vtkMultiProcessController_Receive__SWIG_7")); mixin(bindCode("vtkMultiProcessController_Receive__SWIG_8", "D_vtkMultiProcessController_Receive__SWIG_8")); mixin(bindCode("vtkMultiProcessController_Receive__SWIG_9", "D_vtkMultiProcessController_Receive__SWIG_9")); mixin(bindCode("vtkMultiProcessController_ReceiveDataObject", "D_vtkMultiProcessController_ReceiveDataObject")); mixin(bindCode("vtkMultiProcessController_GetCount", "D_vtkMultiProcessController_GetCount")); mixin(bindCode("vtkMultiProcessController_Broadcast__SWIG_0", "D_vtkMultiProcessController_Broadcast__SWIG_0")); mixin(bindCode("vtkMultiProcessController_Broadcast__SWIG_1", "D_vtkMultiProcessController_Broadcast__SWIG_1")); mixin(bindCode("vtkMultiProcessController_Broadcast__SWIG_2", "D_vtkMultiProcessController_Broadcast__SWIG_2")); mixin(bindCode("vtkMultiProcessController_Broadcast__SWIG_3", "D_vtkMultiProcessController_Broadcast__SWIG_3")); mixin(bindCode("vtkMultiProcessController_Broadcast__SWIG_4", "D_vtkMultiProcessController_Broadcast__SWIG_4")); mixin(bindCode("vtkMultiProcessController_Broadcast__SWIG_5", "D_vtkMultiProcessController_Broadcast__SWIG_5")); mixin(bindCode("vtkMultiProcessController_Broadcast__SWIG_6", "D_vtkMultiProcessController_Broadcast__SWIG_6")); mixin(bindCode("vtkMultiProcessController_Broadcast__SWIG_7", "D_vtkMultiProcessController_Broadcast__SWIG_7")); mixin(bindCode("vtkMultiProcessController_Broadcast__SWIG_8", "D_vtkMultiProcessController_Broadcast__SWIG_8")); mixin(bindCode("vtkMultiProcessController_Broadcast__SWIG_9", "D_vtkMultiProcessController_Broadcast__SWIG_9")); mixin(bindCode("vtkMultiProcessController_Gather__SWIG_0", "D_vtkMultiProcessController_Gather__SWIG_0")); mixin(bindCode("vtkMultiProcessController_Gather__SWIG_1", "D_vtkMultiProcessController_Gather__SWIG_1")); mixin(bindCode("vtkMultiProcessController_Gather__SWIG_2", "D_vtkMultiProcessController_Gather__SWIG_2")); mixin(bindCode("vtkMultiProcessController_Gather__SWIG_3", "D_vtkMultiProcessController_Gather__SWIG_3")); mixin(bindCode("vtkMultiProcessController_Gather__SWIG_4", "D_vtkMultiProcessController_Gather__SWIG_4")); mixin(bindCode("vtkMultiProcessController_Gather__SWIG_5", "D_vtkMultiProcessController_Gather__SWIG_5")); mixin(bindCode("vtkMultiProcessController_Gather__SWIG_6", "D_vtkMultiProcessController_Gather__SWIG_6")); mixin(bindCode("vtkMultiProcessController_Gather__SWIG_7", "D_vtkMultiProcessController_Gather__SWIG_7")); mixin(bindCode("vtkMultiProcessController_GatherV__SWIG_0", "D_vtkMultiProcessController_GatherV__SWIG_0")); mixin(bindCode("vtkMultiProcessController_GatherV__SWIG_1", "D_vtkMultiProcessController_GatherV__SWIG_1")); mixin(bindCode("vtkMultiProcessController_GatherV__SWIG_2", "D_vtkMultiProcessController_GatherV__SWIG_2")); mixin(bindCode("vtkMultiProcessController_GatherV__SWIG_3", "D_vtkMultiProcessController_GatherV__SWIG_3")); mixin(bindCode("vtkMultiProcessController_GatherV__SWIG_4", "D_vtkMultiProcessController_GatherV__SWIG_4")); mixin(bindCode("vtkMultiProcessController_GatherV__SWIG_5", "D_vtkMultiProcessController_GatherV__SWIG_5")); mixin(bindCode("vtkMultiProcessController_GatherV__SWIG_6", "D_vtkMultiProcessController_GatherV__SWIG_6")); mixin(bindCode("vtkMultiProcessController_GatherV__SWIG_7", "D_vtkMultiProcessController_GatherV__SWIG_7")); mixin(bindCode("vtkMultiProcessController_GatherV__SWIG_8", "D_vtkMultiProcessController_GatherV__SWIG_8")); mixin(bindCode("vtkMultiProcessController_Scatter__SWIG_0", "D_vtkMultiProcessController_Scatter__SWIG_0")); mixin(bindCode("vtkMultiProcessController_Scatter__SWIG_1", "D_vtkMultiProcessController_Scatter__SWIG_1")); mixin(bindCode("vtkMultiProcessController_Scatter__SWIG_2", "D_vtkMultiProcessController_Scatter__SWIG_2")); mixin(bindCode("vtkMultiProcessController_Scatter__SWIG_3", "D_vtkMultiProcessController_Scatter__SWIG_3")); mixin(bindCode("vtkMultiProcessController_Scatter__SWIG_4", "D_vtkMultiProcessController_Scatter__SWIG_4")); mixin(bindCode("vtkMultiProcessController_Scatter__SWIG_5", "D_vtkMultiProcessController_Scatter__SWIG_5")); mixin(bindCode("vtkMultiProcessController_Scatter__SWIG_6", "D_vtkMultiProcessController_Scatter__SWIG_6")); mixin(bindCode("vtkMultiProcessController_Scatter__SWIG_7", "D_vtkMultiProcessController_Scatter__SWIG_7")); mixin(bindCode("vtkMultiProcessController_ScatterV__SWIG_0", "D_vtkMultiProcessController_ScatterV__SWIG_0")); mixin(bindCode("vtkMultiProcessController_ScatterV__SWIG_1", "D_vtkMultiProcessController_ScatterV__SWIG_1")); mixin(bindCode("vtkMultiProcessController_ScatterV__SWIG_2", "D_vtkMultiProcessController_ScatterV__SWIG_2")); mixin(bindCode("vtkMultiProcessController_ScatterV__SWIG_3", "D_vtkMultiProcessController_ScatterV__SWIG_3")); mixin(bindCode("vtkMultiProcessController_ScatterV__SWIG_4", "D_vtkMultiProcessController_ScatterV__SWIG_4")); mixin(bindCode("vtkMultiProcessController_ScatterV__SWIG_5", "D_vtkMultiProcessController_ScatterV__SWIG_5")); mixin(bindCode("vtkMultiProcessController_ScatterV__SWIG_6", "D_vtkMultiProcessController_ScatterV__SWIG_6")); mixin(bindCode("vtkMultiProcessController_AllGather__SWIG_0", "D_vtkMultiProcessController_AllGather__SWIG_0")); mixin(bindCode("vtkMultiProcessController_AllGather__SWIG_1", "D_vtkMultiProcessController_AllGather__SWIG_1")); mixin(bindCode("vtkMultiProcessController_AllGather__SWIG_2", "D_vtkMultiProcessController_AllGather__SWIG_2")); mixin(bindCode("vtkMultiProcessController_AllGather__SWIG_3", "D_vtkMultiProcessController_AllGather__SWIG_3")); mixin(bindCode("vtkMultiProcessController_AllGather__SWIG_4", "D_vtkMultiProcessController_AllGather__SWIG_4")); mixin(bindCode("vtkMultiProcessController_AllGather__SWIG_5", "D_vtkMultiProcessController_AllGather__SWIG_5")); mixin(bindCode("vtkMultiProcessController_AllGather__SWIG_6", "D_vtkMultiProcessController_AllGather__SWIG_6")); mixin(bindCode("vtkMultiProcessController_AllGather__SWIG_7", "D_vtkMultiProcessController_AllGather__SWIG_7")); mixin(bindCode("vtkMultiProcessController_AllGatherV__SWIG_0", "D_vtkMultiProcessController_AllGatherV__SWIG_0")); mixin(bindCode("vtkMultiProcessController_AllGatherV__SWIG_1", "D_vtkMultiProcessController_AllGatherV__SWIG_1")); mixin(bindCode("vtkMultiProcessController_AllGatherV__SWIG_2", "D_vtkMultiProcessController_AllGatherV__SWIG_2")); mixin(bindCode("vtkMultiProcessController_AllGatherV__SWIG_3", "D_vtkMultiProcessController_AllGatherV__SWIG_3")); mixin(bindCode("vtkMultiProcessController_AllGatherV__SWIG_4", "D_vtkMultiProcessController_AllGatherV__SWIG_4")); mixin(bindCode("vtkMultiProcessController_AllGatherV__SWIG_5", "D_vtkMultiProcessController_AllGatherV__SWIG_5")); mixin(bindCode("vtkMultiProcessController_AllGatherV__SWIG_6", "D_vtkMultiProcessController_AllGatherV__SWIG_6")); mixin(bindCode("vtkMultiProcessController_AllGatherV__SWIG_7", "D_vtkMultiProcessController_AllGatherV__SWIG_7")); mixin(bindCode("vtkMultiProcessController_AllGatherV__SWIG_8", "D_vtkMultiProcessController_AllGatherV__SWIG_8")); mixin(bindCode("vtkMultiProcessController_Reduce__SWIG_0", "D_vtkMultiProcessController_Reduce__SWIG_0")); mixin(bindCode("vtkMultiProcessController_Reduce__SWIG_1", "D_vtkMultiProcessController_Reduce__SWIG_1")); mixin(bindCode("vtkMultiProcessController_Reduce__SWIG_2", "D_vtkMultiProcessController_Reduce__SWIG_2")); mixin(bindCode("vtkMultiProcessController_Reduce__SWIG_3", "D_vtkMultiProcessController_Reduce__SWIG_3")); mixin(bindCode("vtkMultiProcessController_Reduce__SWIG_4", "D_vtkMultiProcessController_Reduce__SWIG_4")); mixin(bindCode("vtkMultiProcessController_Reduce__SWIG_5", "D_vtkMultiProcessController_Reduce__SWIG_5")); mixin(bindCode("vtkMultiProcessController_Reduce__SWIG_6", "D_vtkMultiProcessController_Reduce__SWIG_6")); mixin(bindCode("vtkMultiProcessController_Reduce__SWIG_7", "D_vtkMultiProcessController_Reduce__SWIG_7")); mixin(bindCode("vtkMultiProcessController_Reduce__SWIG_8", "D_vtkMultiProcessController_Reduce__SWIG_8")); mixin(bindCode("vtkMultiProcessController_AllReduce__SWIG_0", "D_vtkMultiProcessController_AllReduce__SWIG_0")); mixin(bindCode("vtkMultiProcessController_AllReduce__SWIG_1", "D_vtkMultiProcessController_AllReduce__SWIG_1")); mixin(bindCode("vtkMultiProcessController_AllReduce__SWIG_2", "D_vtkMultiProcessController_AllReduce__SWIG_2")); mixin(bindCode("vtkMultiProcessController_AllReduce__SWIG_3", "D_vtkMultiProcessController_AllReduce__SWIG_3")); mixin(bindCode("vtkMultiProcessController_AllReduce__SWIG_4", "D_vtkMultiProcessController_AllReduce__SWIG_4")); mixin(bindCode("vtkMultiProcessController_AllReduce__SWIG_5", "D_vtkMultiProcessController_AllReduce__SWIG_5")); mixin(bindCode("vtkMultiProcessController_AllReduce__SWIG_6", "D_vtkMultiProcessController_AllReduce__SWIG_6")); mixin(bindCode("vtkMultiProcessController_AllReduce__SWIG_7", "D_vtkMultiProcessController_AllReduce__SWIG_7")); mixin(bindCode("vtkMultiProcessController_Upcast", "D_vtkMultiProcessController_Upcast")); mixin(bindCode("vtkScenePicker_New", "D_vtkScenePicker_New")); mixin(bindCode("vtkScenePicker_IsTypeOf", "D_vtkScenePicker_IsTypeOf")); mixin(bindCode("vtkScenePicker_SafeDownCast", "D_vtkScenePicker_SafeDownCast")); mixin(bindCode("vtkScenePicker_NewInstance", "D_vtkScenePicker_NewInstance")); mixin(bindCode("vtkScenePicker_SetRenderer", "D_vtkScenePicker_SetRenderer")); mixin(bindCode("vtkScenePicker_GetRenderer", "D_vtkScenePicker_GetRenderer")); mixin(bindCode("vtkScenePicker_GetCellId", "D_vtkScenePicker_GetCellId")); mixin(bindCode("vtkScenePicker_GetVertexId", "D_vtkScenePicker_GetVertexId")); mixin(bindCode("vtkScenePicker_GetViewProp", "D_vtkScenePicker_GetViewProp")); mixin(bindCode("vtkScenePicker_SetEnableVertexPicking", "D_vtkScenePicker_SetEnableVertexPicking")); mixin(bindCode("vtkScenePicker_GetEnableVertexPicking", "D_vtkScenePicker_GetEnableVertexPicking")); mixin(bindCode("vtkScenePicker_EnableVertexPickingOn", "D_vtkScenePicker_EnableVertexPickingOn")); mixin(bindCode("vtkScenePicker_EnableVertexPickingOff", "D_vtkScenePicker_EnableVertexPickingOff")); mixin(bindCode("vtkScenePicker_Upcast", "D_vtkScenePicker_Upcast")); mixin(bindCode("vtkCollection_IsTypeOf", "D_vtkCollection_IsTypeOf")); mixin(bindCode("vtkCollection_SafeDownCast", "D_vtkCollection_SafeDownCast")); mixin(bindCode("vtkCollection_NewInstance", "D_vtkCollection_NewInstance")); mixin(bindCode("vtkCollection_New", "D_vtkCollection_New")); mixin(bindCode("vtkCollection_AddItem", "D_vtkCollection_AddItem")); mixin(bindCode("vtkCollection_InsertItem", "D_vtkCollection_InsertItem")); mixin(bindCode("vtkCollection_ReplaceItem", "D_vtkCollection_ReplaceItem")); mixin(bindCode("vtkCollection_RemoveItem__SWIG_0", "D_vtkCollection_RemoveItem__SWIG_0")); mixin(bindCode("vtkCollection_RemoveItem__SWIG_1", "D_vtkCollection_RemoveItem__SWIG_1")); mixin(bindCode("vtkCollection_RemoveAllItems", "D_vtkCollection_RemoveAllItems")); mixin(bindCode("vtkCollection_IsItemPresent", "D_vtkCollection_IsItemPresent")); mixin(bindCode("vtkCollection_GetNumberOfItems", "D_vtkCollection_GetNumberOfItems")); mixin(bindCode("vtkCollection_InitTraversal", "D_vtkCollection_InitTraversal")); mixin(bindCode("vtkCollection_GetNextItemAsObject", "D_vtkCollection_GetNextItemAsObject")); mixin(bindCode("vtkCollection_GetItemAsObject", "D_vtkCollection_GetItemAsObject")); mixin(bindCode("vtkCollection_NewIterator", "D_vtkCollection_NewIterator")); mixin(bindCode("vtkCollection_Upcast", "D_vtkCollection_Upcast")); mixin(bindCode("vtkWindow_IsTypeOf", "D_vtkWindow_IsTypeOf")); mixin(bindCode("vtkWindow_SafeDownCast", "D_vtkWindow_SafeDownCast")); mixin(bindCode("vtkWindow_NewInstance", "D_vtkWindow_NewInstance")); mixin(bindCode("vtkWindow_SetDisplayId", "D_vtkWindow_SetDisplayId")); mixin(bindCode("vtkWindow_SetWindowId", "D_vtkWindow_SetWindowId")); mixin(bindCode("vtkWindow_SetParentId", "D_vtkWindow_SetParentId")); mixin(bindCode("vtkWindow_GetGenericDisplayId", "D_vtkWindow_GetGenericDisplayId")); mixin(bindCode("vtkWindow_GetGenericWindowId", "D_vtkWindow_GetGenericWindowId")); mixin(bindCode("vtkWindow_GetGenericParentId", "D_vtkWindow_GetGenericParentId")); mixin(bindCode("vtkWindow_GetGenericContext", "D_vtkWindow_GetGenericContext")); mixin(bindCode("vtkWindow_GetGenericDrawable", "D_vtkWindow_GetGenericDrawable")); mixin(bindCode("vtkWindow_SetWindowInfo", "D_vtkWindow_SetWindowInfo")); mixin(bindCode("vtkWindow_SetParentInfo", "D_vtkWindow_SetParentInfo")); mixin(bindCode("vtkWindow_GetPosition", "D_vtkWindow_GetPosition")); mixin(bindCode("vtkWindow_SetPosition__SWIG_0", "D_vtkWindow_SetPosition__SWIG_0")); mixin(bindCode("vtkWindow_SetPosition__SWIG_1", "D_vtkWindow_SetPosition__SWIG_1")); mixin(bindCode("vtkWindow_GetSize", "D_vtkWindow_GetSize")); mixin(bindCode("vtkWindow_SetSize__SWIG_0", "D_vtkWindow_SetSize__SWIG_0")); mixin(bindCode("vtkWindow_SetSize__SWIG_1", "D_vtkWindow_SetSize__SWIG_1")); mixin(bindCode("vtkWindow_GetActualSize", "D_vtkWindow_GetActualSize")); mixin(bindCode("vtkWindow_GetScreenSize", "D_vtkWindow_GetScreenSize")); mixin(bindCode("vtkWindow_SetMapped", "D_vtkWindow_SetMapped")); mixin(bindCode("vtkWindow_GetMapped", "D_vtkWindow_GetMapped")); mixin(bindCode("vtkWindow_MappedOn", "D_vtkWindow_MappedOn")); mixin(bindCode("vtkWindow_MappedOff", "D_vtkWindow_MappedOff")); mixin(bindCode("vtkWindow_SetErase", "D_vtkWindow_SetErase")); mixin(bindCode("vtkWindow_GetErase", "D_vtkWindow_GetErase")); mixin(bindCode("vtkWindow_EraseOn", "D_vtkWindow_EraseOn")); mixin(bindCode("vtkWindow_EraseOff", "D_vtkWindow_EraseOff")); mixin(bindCode("vtkWindow_SetDoubleBuffer", "D_vtkWindow_SetDoubleBuffer")); mixin(bindCode("vtkWindow_GetDoubleBuffer", "D_vtkWindow_GetDoubleBuffer")); mixin(bindCode("vtkWindow_DoubleBufferOn", "D_vtkWindow_DoubleBufferOn")); mixin(bindCode("vtkWindow_DoubleBufferOff", "D_vtkWindow_DoubleBufferOff")); mixin(bindCode("vtkWindow_GetWindowName", "D_vtkWindow_GetWindowName")); mixin(bindCode("vtkWindow_SetWindowName", "D_vtkWindow_SetWindowName")); mixin(bindCode("vtkWindow_Render", "D_vtkWindow_Render")); mixin(bindCode("vtkWindow_GetPixelData__SWIG_0", "D_vtkWindow_GetPixelData__SWIG_0")); mixin(bindCode("vtkWindow_GetPixelData__SWIG_1", "D_vtkWindow_GetPixelData__SWIG_1")); mixin(bindCode("vtkWindow_GetDPI", "D_vtkWindow_GetDPI")); mixin(bindCode("vtkWindow_SetDPI", "D_vtkWindow_SetDPI")); mixin(bindCode("vtkWindow_GetDPIMinValue", "D_vtkWindow_GetDPIMinValue")); mixin(bindCode("vtkWindow_GetDPIMaxValue", "D_vtkWindow_GetDPIMaxValue")); mixin(bindCode("vtkWindow_SetOffScreenRendering", "D_vtkWindow_SetOffScreenRendering")); mixin(bindCode("vtkWindow_GetOffScreenRendering", "D_vtkWindow_GetOffScreenRendering")); mixin(bindCode("vtkWindow_OffScreenRenderingOn", "D_vtkWindow_OffScreenRenderingOn")); mixin(bindCode("vtkWindow_OffScreenRenderingOff", "D_vtkWindow_OffScreenRenderingOff")); mixin(bindCode("vtkWindow_MakeCurrent", "D_vtkWindow_MakeCurrent")); mixin(bindCode("vtkWindow_SetTileScale__SWIG_0", "D_vtkWindow_SetTileScale__SWIG_0")); mixin(bindCode("vtkWindow_SetTileScale__SWIG_1", "D_vtkWindow_SetTileScale__SWIG_1")); mixin(bindCode("vtkWindow_GetTileScale__SWIG_0", "D_vtkWindow_GetTileScale__SWIG_0")); mixin(bindCode("vtkWindow_GetTileScale__SWIG_1", "D_vtkWindow_GetTileScale__SWIG_1")); mixin(bindCode("vtkWindow_GetTileScale__SWIG_2", "D_vtkWindow_GetTileScale__SWIG_2")); mixin(bindCode("vtkWindow_SetTileScale__SWIG_2", "D_vtkWindow_SetTileScale__SWIG_2")); mixin(bindCode("vtkWindow_SetTileViewport__SWIG_0", "D_vtkWindow_SetTileViewport__SWIG_0")); mixin(bindCode("vtkWindow_SetTileViewport__SWIG_1", "D_vtkWindow_SetTileViewport__SWIG_1")); mixin(bindCode("vtkWindow_GetTileViewport__SWIG_0", "D_vtkWindow_GetTileViewport__SWIG_0")); mixin(bindCode("vtkWindow_GetTileViewport__SWIG_1", "D_vtkWindow_GetTileViewport__SWIG_1")); mixin(bindCode("vtkWindow_GetTileViewport__SWIG_2", "D_vtkWindow_GetTileViewport__SWIG_2")); mixin(bindCode("vtkWindow_Upcast", "D_vtkWindow_Upcast")); mixin(bindCode("VTK_STEREO_CRYSTAL_EYES_get", "D_VTK_STEREO_CRYSTAL_EYES_get")); mixin(bindCode("VTK_STEREO_RED_BLUE_get", "D_VTK_STEREO_RED_BLUE_get")); mixin(bindCode("VTK_STEREO_INTERLACED_get", "D_VTK_STEREO_INTERLACED_get")); mixin(bindCode("VTK_STEREO_LEFT_get", "D_VTK_STEREO_LEFT_get")); mixin(bindCode("VTK_STEREO_RIGHT_get", "D_VTK_STEREO_RIGHT_get")); mixin(bindCode("VTK_STEREO_DRESDEN_get", "D_VTK_STEREO_DRESDEN_get")); mixin(bindCode("VTK_STEREO_ANAGLYPH_get", "D_VTK_STEREO_ANAGLYPH_get")); mixin(bindCode("VTK_STEREO_CHECKERBOARD_get", "D_VTK_STEREO_CHECKERBOARD_get")); mixin(bindCode("VTK_STEREO_SPLITVIEWPORT_HORIZONTAL_get", "D_VTK_STEREO_SPLITVIEWPORT_HORIZONTAL_get")); mixin(bindCode("VTK_CURSOR_DEFAULT_get", "D_VTK_CURSOR_DEFAULT_get")); mixin(bindCode("VTK_CURSOR_ARROW_get", "D_VTK_CURSOR_ARROW_get")); mixin(bindCode("VTK_CURSOR_SIZENE_get", "D_VTK_CURSOR_SIZENE_get")); mixin(bindCode("VTK_CURSOR_SIZENW_get", "D_VTK_CURSOR_SIZENW_get")); mixin(bindCode("VTK_CURSOR_SIZESW_get", "D_VTK_CURSOR_SIZESW_get")); mixin(bindCode("VTK_CURSOR_SIZESE_get", "D_VTK_CURSOR_SIZESE_get")); mixin(bindCode("VTK_CURSOR_SIZENS_get", "D_VTK_CURSOR_SIZENS_get")); mixin(bindCode("VTK_CURSOR_SIZEWE_get", "D_VTK_CURSOR_SIZEWE_get")); mixin(bindCode("VTK_CURSOR_SIZEALL_get", "D_VTK_CURSOR_SIZEALL_get")); mixin(bindCode("VTK_CURSOR_HAND_get", "D_VTK_CURSOR_HAND_get")); mixin(bindCode("VTK_CURSOR_CROSSHAIR_get", "D_VTK_CURSOR_CROSSHAIR_get")); mixin(bindCode("vtkRenderWindow_IsTypeOf", "D_vtkRenderWindow_IsTypeOf")); mixin(bindCode("vtkRenderWindow_SafeDownCast", "D_vtkRenderWindow_SafeDownCast")); mixin(bindCode("vtkRenderWindow_NewInstance", "D_vtkRenderWindow_NewInstance")); mixin(bindCode("vtkRenderWindow_New", "D_vtkRenderWindow_New")); mixin(bindCode("vtkRenderWindow_AddRenderer", "D_vtkRenderWindow_AddRenderer")); mixin(bindCode("vtkRenderWindow_RemoveRenderer", "D_vtkRenderWindow_RemoveRenderer")); mixin(bindCode("vtkRenderWindow_HasRenderer", "D_vtkRenderWindow_HasRenderer")); mixin(bindCode("vtkRenderWindow_GetRenderLibrary", "D_vtkRenderWindow_GetRenderLibrary")); mixin(bindCode("vtkRenderWindow_GetRenderers", "D_vtkRenderWindow_GetRenderers")); mixin(bindCode("vtkRenderWindow_CaptureGL2PSSpecialProps", "D_vtkRenderWindow_CaptureGL2PSSpecialProps")); mixin(bindCode("vtkRenderWindow_GetCapturingGL2PSSpecialProps", "D_vtkRenderWindow_GetCapturingGL2PSSpecialProps")); mixin(bindCode("vtkRenderWindow_Start", "D_vtkRenderWindow_Start")); mixin(bindCode("vtkRenderWindow_Finalize", "D_vtkRenderWindow_Finalize")); mixin(bindCode("vtkRenderWindow_Frame", "D_vtkRenderWindow_Frame")); mixin(bindCode("vtkRenderWindow_WaitForCompletion", "D_vtkRenderWindow_WaitForCompletion")); mixin(bindCode("vtkRenderWindow_CopyResultFrame", "D_vtkRenderWindow_CopyResultFrame")); mixin(bindCode("vtkRenderWindow_MakeRenderWindowInteractor", "D_vtkRenderWindow_MakeRenderWindowInteractor")); mixin(bindCode("vtkRenderWindow_HideCursor", "D_vtkRenderWindow_HideCursor")); mixin(bindCode("vtkRenderWindow_ShowCursor", "D_vtkRenderWindow_ShowCursor")); mixin(bindCode("vtkRenderWindow_SetCursorPosition", "D_vtkRenderWindow_SetCursorPosition")); mixin(bindCode("vtkRenderWindow_SetCurrentCursor", "D_vtkRenderWindow_SetCurrentCursor")); mixin(bindCode("vtkRenderWindow_GetCurrentCursor", "D_vtkRenderWindow_GetCurrentCursor")); mixin(bindCode("vtkRenderWindow_SetFullScreen", "D_vtkRenderWindow_SetFullScreen")); mixin(bindCode("vtkRenderWindow_GetFullScreen", "D_vtkRenderWindow_GetFullScreen")); mixin(bindCode("vtkRenderWindow_FullScreenOn", "D_vtkRenderWindow_FullScreenOn")); mixin(bindCode("vtkRenderWindow_FullScreenOff", "D_vtkRenderWindow_FullScreenOff")); mixin(bindCode("vtkRenderWindow_SetBorders", "D_vtkRenderWindow_SetBorders")); mixin(bindCode("vtkRenderWindow_GetBorders", "D_vtkRenderWindow_GetBorders")); mixin(bindCode("vtkRenderWindow_BordersOn", "D_vtkRenderWindow_BordersOn")); mixin(bindCode("vtkRenderWindow_BordersOff", "D_vtkRenderWindow_BordersOff")); mixin(bindCode("vtkRenderWindow_GetStereoCapableWindow", "D_vtkRenderWindow_GetStereoCapableWindow")); mixin(bindCode("vtkRenderWindow_StereoCapableWindowOn", "D_vtkRenderWindow_StereoCapableWindowOn")); mixin(bindCode("vtkRenderWindow_StereoCapableWindowOff", "D_vtkRenderWindow_StereoCapableWindowOff")); mixin(bindCode("vtkRenderWindow_SetStereoCapableWindow", "D_vtkRenderWindow_SetStereoCapableWindow")); mixin(bindCode("vtkRenderWindow_GetStereoRender", "D_vtkRenderWindow_GetStereoRender")); mixin(bindCode("vtkRenderWindow_SetStereoRender", "D_vtkRenderWindow_SetStereoRender")); mixin(bindCode("vtkRenderWindow_StereoRenderOn", "D_vtkRenderWindow_StereoRenderOn")); mixin(bindCode("vtkRenderWindow_StereoRenderOff", "D_vtkRenderWindow_StereoRenderOff")); mixin(bindCode("vtkRenderWindow_SetAlphaBitPlanes", "D_vtkRenderWindow_SetAlphaBitPlanes")); mixin(bindCode("vtkRenderWindow_GetAlphaBitPlanes", "D_vtkRenderWindow_GetAlphaBitPlanes")); mixin(bindCode("vtkRenderWindow_AlphaBitPlanesOn", "D_vtkRenderWindow_AlphaBitPlanesOn")); mixin(bindCode("vtkRenderWindow_AlphaBitPlanesOff", "D_vtkRenderWindow_AlphaBitPlanesOff")); mixin(bindCode("vtkRenderWindow_SetPointSmoothing", "D_vtkRenderWindow_SetPointSmoothing")); mixin(bindCode("vtkRenderWindow_GetPointSmoothing", "D_vtkRenderWindow_GetPointSmoothing")); mixin(bindCode("vtkRenderWindow_PointSmoothingOn", "D_vtkRenderWindow_PointSmoothingOn")); mixin(bindCode("vtkRenderWindow_PointSmoothingOff", "D_vtkRenderWindow_PointSmoothingOff")); mixin(bindCode("vtkRenderWindow_SetLineSmoothing", "D_vtkRenderWindow_SetLineSmoothing")); mixin(bindCode("vtkRenderWindow_GetLineSmoothing", "D_vtkRenderWindow_GetLineSmoothing")); mixin(bindCode("vtkRenderWindow_LineSmoothingOn", "D_vtkRenderWindow_LineSmoothingOn")); mixin(bindCode("vtkRenderWindow_LineSmoothingOff", "D_vtkRenderWindow_LineSmoothingOff")); mixin(bindCode("vtkRenderWindow_SetPolygonSmoothing", "D_vtkRenderWindow_SetPolygonSmoothing")); mixin(bindCode("vtkRenderWindow_GetPolygonSmoothing", "D_vtkRenderWindow_GetPolygonSmoothing")); mixin(bindCode("vtkRenderWindow_PolygonSmoothingOn", "D_vtkRenderWindow_PolygonSmoothingOn")); mixin(bindCode("vtkRenderWindow_PolygonSmoothingOff", "D_vtkRenderWindow_PolygonSmoothingOff")); mixin(bindCode("vtkRenderWindow_GetStereoType", "D_vtkRenderWindow_GetStereoType")); mixin(bindCode("vtkRenderWindow_SetStereoType", "D_vtkRenderWindow_SetStereoType")); mixin(bindCode("vtkRenderWindow_SetStereoTypeToCrystalEyes", "D_vtkRenderWindow_SetStereoTypeToCrystalEyes")); mixin(bindCode("vtkRenderWindow_SetStereoTypeToRedBlue", "D_vtkRenderWindow_SetStereoTypeToRedBlue")); mixin(bindCode("vtkRenderWindow_SetStereoTypeToInterlaced", "D_vtkRenderWindow_SetStereoTypeToInterlaced")); mixin(bindCode("vtkRenderWindow_SetStereoTypeToLeft", "D_vtkRenderWindow_SetStereoTypeToLeft")); mixin(bindCode("vtkRenderWindow_SetStereoTypeToRight", "D_vtkRenderWindow_SetStereoTypeToRight")); mixin(bindCode("vtkRenderWindow_SetStereoTypeToDresden", "D_vtkRenderWindow_SetStereoTypeToDresden")); mixin(bindCode("vtkRenderWindow_SetStereoTypeToAnaglyph", "D_vtkRenderWindow_SetStereoTypeToAnaglyph")); mixin(bindCode("vtkRenderWindow_SetStereoTypeToCheckerboard", "D_vtkRenderWindow_SetStereoTypeToCheckerboard")); mixin(bindCode("vtkRenderWindow_SetStereoTypeToSplitViewportHorizontal", "D_vtkRenderWindow_SetStereoTypeToSplitViewportHorizontal")); mixin(bindCode("vtkRenderWindow_GetStereoTypeAsString", "D_vtkRenderWindow_GetStereoTypeAsString")); mixin(bindCode("vtkRenderWindow_StereoUpdate", "D_vtkRenderWindow_StereoUpdate")); mixin(bindCode("vtkRenderWindow_StereoMidpoint", "D_vtkRenderWindow_StereoMidpoint")); mixin(bindCode("vtkRenderWindow_StereoRenderComplete", "D_vtkRenderWindow_StereoRenderComplete")); mixin(bindCode("vtkRenderWindow_SetAnaglyphColorSaturation", "D_vtkRenderWindow_SetAnaglyphColorSaturation")); mixin(bindCode("vtkRenderWindow_GetAnaglyphColorSaturationMinValue", "D_vtkRenderWindow_GetAnaglyphColorSaturationMinValue")); mixin(bindCode("vtkRenderWindow_GetAnaglyphColorSaturationMaxValue", "D_vtkRenderWindow_GetAnaglyphColorSaturationMaxValue")); mixin(bindCode("vtkRenderWindow_GetAnaglyphColorSaturation", "D_vtkRenderWindow_GetAnaglyphColorSaturation")); mixin(bindCode("vtkRenderWindow_SetAnaglyphColorMask__SWIG_0", "D_vtkRenderWindow_SetAnaglyphColorMask__SWIG_0")); mixin(bindCode("vtkRenderWindow_SetAnaglyphColorMask__SWIG_1", "D_vtkRenderWindow_SetAnaglyphColorMask__SWIG_1")); mixin(bindCode("vtkRenderWindow_GetAnaglyphColorMask__SWIG_0", "D_vtkRenderWindow_GetAnaglyphColorMask__SWIG_0")); mixin(bindCode("vtkRenderWindow_GetAnaglyphColorMask__SWIG_1", "D_vtkRenderWindow_GetAnaglyphColorMask__SWIG_1")); mixin(bindCode("vtkRenderWindow_WindowRemap", "D_vtkRenderWindow_WindowRemap")); mixin(bindCode("vtkRenderWindow_SetSwapBuffers", "D_vtkRenderWindow_SetSwapBuffers")); mixin(bindCode("vtkRenderWindow_GetSwapBuffers", "D_vtkRenderWindow_GetSwapBuffers")); mixin(bindCode("vtkRenderWindow_SwapBuffersOn", "D_vtkRenderWindow_SwapBuffersOn")); mixin(bindCode("vtkRenderWindow_SwapBuffersOff", "D_vtkRenderWindow_SwapBuffersOff")); mixin(bindCode("vtkRenderWindow_SetPixelData__SWIG_0", "D_vtkRenderWindow_SetPixelData__SWIG_0")); mixin(bindCode("vtkRenderWindow_SetPixelData__SWIG_1", "D_vtkRenderWindow_SetPixelData__SWIG_1")); mixin(bindCode("vtkRenderWindow_GetRGBAPixelData__SWIG_0", "D_vtkRenderWindow_GetRGBAPixelData__SWIG_0")); mixin(bindCode("vtkRenderWindow_GetRGBAPixelData__SWIG_1", "D_vtkRenderWindow_GetRGBAPixelData__SWIG_1")); mixin(bindCode("vtkRenderWindow_SetRGBAPixelData__SWIG_0", "D_vtkRenderWindow_SetRGBAPixelData__SWIG_0")); mixin(bindCode("vtkRenderWindow_SetRGBAPixelData__SWIG_1", "D_vtkRenderWindow_SetRGBAPixelData__SWIG_1")); mixin(bindCode("vtkRenderWindow_SetRGBAPixelData__SWIG_2", "D_vtkRenderWindow_SetRGBAPixelData__SWIG_2")); mixin(bindCode("vtkRenderWindow_SetRGBAPixelData__SWIG_3", "D_vtkRenderWindow_SetRGBAPixelData__SWIG_3")); mixin(bindCode("vtkRenderWindow_ReleaseRGBAPixelData", "D_vtkRenderWindow_ReleaseRGBAPixelData")); mixin(bindCode("vtkRenderWindow_GetRGBACharPixelData__SWIG_0", "D_vtkRenderWindow_GetRGBACharPixelData__SWIG_0")); mixin(bindCode("vtkRenderWindow_GetRGBACharPixelData__SWIG_1", "D_vtkRenderWindow_GetRGBACharPixelData__SWIG_1")); mixin(bindCode("vtkRenderWindow_SetRGBACharPixelData__SWIG_0", "D_vtkRenderWindow_SetRGBACharPixelData__SWIG_0")); mixin(bindCode("vtkRenderWindow_SetRGBACharPixelData__SWIG_1", "D_vtkRenderWindow_SetRGBACharPixelData__SWIG_1")); mixin(bindCode("vtkRenderWindow_SetRGBACharPixelData__SWIG_2", "D_vtkRenderWindow_SetRGBACharPixelData__SWIG_2")); mixin(bindCode("vtkRenderWindow_SetRGBACharPixelData__SWIG_3", "D_vtkRenderWindow_SetRGBACharPixelData__SWIG_3")); mixin(bindCode("vtkRenderWindow_GetZbufferData__SWIG_0", "D_vtkRenderWindow_GetZbufferData__SWIG_0")); mixin(bindCode("vtkRenderWindow_GetZbufferData__SWIG_1", "D_vtkRenderWindow_GetZbufferData__SWIG_1")); mixin(bindCode("vtkRenderWindow_GetZbufferData__SWIG_2", "D_vtkRenderWindow_GetZbufferData__SWIG_2")); mixin(bindCode("vtkRenderWindow_SetZbufferData__SWIG_0", "D_vtkRenderWindow_SetZbufferData__SWIG_0")); mixin(bindCode("vtkRenderWindow_SetZbufferData__SWIG_1", "D_vtkRenderWindow_SetZbufferData__SWIG_1")); mixin(bindCode("vtkRenderWindow_GetZbufferDataAtPoint", "D_vtkRenderWindow_GetZbufferDataAtPoint")); mixin(bindCode("vtkRenderWindow_GetAAFrames", "D_vtkRenderWindow_GetAAFrames")); mixin(bindCode("vtkRenderWindow_SetAAFrames", "D_vtkRenderWindow_SetAAFrames")); mixin(bindCode("vtkRenderWindow_GetFDFrames", "D_vtkRenderWindow_GetFDFrames")); mixin(bindCode("vtkRenderWindow_SetFDFrames", "D_vtkRenderWindow_SetFDFrames")); mixin(bindCode("vtkRenderWindow_GetUseConstantFDOffsets", "D_vtkRenderWindow_GetUseConstantFDOffsets")); mixin(bindCode("vtkRenderWindow_SetUseConstantFDOffsets", "D_vtkRenderWindow_SetUseConstantFDOffsets")); mixin(bindCode("vtkRenderWindow_GetSubFrames", "D_vtkRenderWindow_GetSubFrames")); mixin(bindCode("vtkRenderWindow_SetSubFrames", "D_vtkRenderWindow_SetSubFrames")); mixin(bindCode("vtkRenderWindow_GetNeverRendered", "D_vtkRenderWindow_GetNeverRendered")); mixin(bindCode("vtkRenderWindow_GetAbortRender", "D_vtkRenderWindow_GetAbortRender")); mixin(bindCode("vtkRenderWindow_SetAbortRender", "D_vtkRenderWindow_SetAbortRender")); mixin(bindCode("vtkRenderWindow_GetInAbortCheck", "D_vtkRenderWindow_GetInAbortCheck")); mixin(bindCode("vtkRenderWindow_SetInAbortCheck", "D_vtkRenderWindow_SetInAbortCheck")); mixin(bindCode("vtkRenderWindow_CheckAbortStatus", "D_vtkRenderWindow_CheckAbortStatus")); mixin(bindCode("vtkRenderWindow_GetIsPicking", "D_vtkRenderWindow_GetIsPicking")); mixin(bindCode("vtkRenderWindow_SetIsPicking", "D_vtkRenderWindow_SetIsPicking")); mixin(bindCode("vtkRenderWindow_IsPickingOn", "D_vtkRenderWindow_IsPickingOn")); mixin(bindCode("vtkRenderWindow_IsPickingOff", "D_vtkRenderWindow_IsPickingOff")); mixin(bindCode("vtkRenderWindow_GetEventPending", "D_vtkRenderWindow_GetEventPending")); mixin(bindCode("vtkRenderWindow_CheckInRenderStatus", "D_vtkRenderWindow_CheckInRenderStatus")); mixin(bindCode("vtkRenderWindow_ClearInRenderStatus", "D_vtkRenderWindow_ClearInRenderStatus")); mixin(bindCode("vtkRenderWindow_SetDesiredUpdateRate", "D_vtkRenderWindow_SetDesiredUpdateRate")); mixin(bindCode("vtkRenderWindow_GetDesiredUpdateRate", "D_vtkRenderWindow_GetDesiredUpdateRate")); mixin(bindCode("vtkRenderWindow_GetNumberOfLayers", "D_vtkRenderWindow_GetNumberOfLayers")); mixin(bindCode("vtkRenderWindow_SetNumberOfLayers", "D_vtkRenderWindow_SetNumberOfLayers")); mixin(bindCode("vtkRenderWindow_GetNumberOfLayersMinValue", "D_vtkRenderWindow_GetNumberOfLayersMinValue")); mixin(bindCode("vtkRenderWindow_GetNumberOfLayersMaxValue", "D_vtkRenderWindow_GetNumberOfLayersMaxValue")); mixin(bindCode("vtkRenderWindow_GetInteractor", "D_vtkRenderWindow_GetInteractor")); mixin(bindCode("vtkRenderWindow_SetInteractor", "D_vtkRenderWindow_SetInteractor")); mixin(bindCode("vtkRenderWindow_SetNextWindowId", "D_vtkRenderWindow_SetNextWindowId")); mixin(bindCode("vtkRenderWindow_SetNextWindowInfo", "D_vtkRenderWindow_SetNextWindowInfo")); mixin(bindCode("vtkRenderWindow_InitializeFromCurrentContext", "D_vtkRenderWindow_InitializeFromCurrentContext")); mixin(bindCode("vtkRenderWindow_IsCurrent", "D_vtkRenderWindow_IsCurrent")); mixin(bindCode("vtkRenderWindow_SetForceMakeCurrent", "D_vtkRenderWindow_SetForceMakeCurrent")); mixin(bindCode("vtkRenderWindow_ReportCapabilities", "D_vtkRenderWindow_ReportCapabilities")); mixin(bindCode("vtkRenderWindow_SupportsOpenGL", "D_vtkRenderWindow_SupportsOpenGL")); mixin(bindCode("vtkRenderWindow_IsDirect", "D_vtkRenderWindow_IsDirect")); mixin(bindCode("vtkRenderWindow_GetDepthBufferSize", "D_vtkRenderWindow_GetDepthBufferSize")); mixin(bindCode("vtkRenderWindow_GetColorBufferSizes", "D_vtkRenderWindow_GetColorBufferSizes")); mixin(bindCode("vtkRenderWindow_GetPainterDeviceAdapter", "D_vtkRenderWindow_GetPainterDeviceAdapter")); mixin(bindCode("vtkRenderWindow_SetMultiSamples", "D_vtkRenderWindow_SetMultiSamples")); mixin(bindCode("vtkRenderWindow_GetMultiSamples", "D_vtkRenderWindow_GetMultiSamples")); mixin(bindCode("vtkRenderWindow_SetStencilCapable", "D_vtkRenderWindow_SetStencilCapable")); mixin(bindCode("vtkRenderWindow_GetStencilCapable", "D_vtkRenderWindow_GetStencilCapable")); mixin(bindCode("vtkRenderWindow_StencilCapableOn", "D_vtkRenderWindow_StencilCapableOn")); mixin(bindCode("vtkRenderWindow_StencilCapableOff", "D_vtkRenderWindow_StencilCapableOff")); mixin(bindCode("vtkRenderWindow_SetReportGraphicErrors", "D_vtkRenderWindow_SetReportGraphicErrors")); mixin(bindCode("vtkRenderWindow_GetReportGraphicErrors", "D_vtkRenderWindow_GetReportGraphicErrors")); mixin(bindCode("vtkRenderWindow_ReportGraphicErrorsOn", "D_vtkRenderWindow_ReportGraphicErrorsOn")); mixin(bindCode("vtkRenderWindow_ReportGraphicErrorsOff", "D_vtkRenderWindow_ReportGraphicErrorsOff")); mixin(bindCode("vtkRenderWindow_CheckGraphicError", "D_vtkRenderWindow_CheckGraphicError")); mixin(bindCode("vtkRenderWindow_HasGraphicError", "D_vtkRenderWindow_HasGraphicError")); mixin(bindCode("vtkRenderWindow_GetLastGraphicErrorString", "D_vtkRenderWindow_GetLastGraphicErrorString")); mixin(bindCode("vtkRenderWindow_Upcast", "D_vtkRenderWindow_Upcast")); mixin(bindCode("vtkRenderWindowCollection_New", "D_vtkRenderWindowCollection_New")); mixin(bindCode("vtkRenderWindowCollection_IsTypeOf", "D_vtkRenderWindowCollection_IsTypeOf")); mixin(bindCode("vtkRenderWindowCollection_SafeDownCast", "D_vtkRenderWindowCollection_SafeDownCast")); mixin(bindCode("vtkRenderWindowCollection_NewInstance", "D_vtkRenderWindowCollection_NewInstance")); mixin(bindCode("vtkRenderWindowCollection_AddItem", "D_vtkRenderWindowCollection_AddItem")); mixin(bindCode("vtkRenderWindowCollection_GetNextItem", "D_vtkRenderWindowCollection_GetNextItem")); mixin(bindCode("vtkRenderWindowCollection_Upcast", "D_vtkRenderWindowCollection_Upcast")); mixin(bindCode("vtkFunctionSet_IsTypeOf", "D_vtkFunctionSet_IsTypeOf")); mixin(bindCode("vtkFunctionSet_SafeDownCast", "D_vtkFunctionSet_SafeDownCast")); mixin(bindCode("vtkFunctionSet_NewInstance", "D_vtkFunctionSet_NewInstance")); mixin(bindCode("vtkFunctionSet_FunctionValues", "D_vtkFunctionSet_FunctionValues")); mixin(bindCode("vtkFunctionSet_GetNumberOfFunctions", "D_vtkFunctionSet_GetNumberOfFunctions")); mixin(bindCode("vtkFunctionSet_GetNumberOfIndependentVariables", "D_vtkFunctionSet_GetNumberOfIndependentVariables")); mixin(bindCode("vtkFunctionSet_Upcast", "D_vtkFunctionSet_Upcast")); mixin(bindCode("vtkAbstractInterpolatedVelocityField_IsTypeOf", "D_vtkAbstractInterpolatedVelocityField_IsTypeOf")); mixin(bindCode("vtkAbstractInterpolatedVelocityField_SafeDownCast", "D_vtkAbstractInterpolatedVelocityField_SafeDownCast")); mixin(bindCode("vtkAbstractInterpolatedVelocityField_NewInstance", "D_vtkAbstractInterpolatedVelocityField_NewInstance")); mixin(bindCode("vtkAbstractInterpolatedVelocityField_SetCaching", "D_vtkAbstractInterpolatedVelocityField_SetCaching")); mixin(bindCode("vtkAbstractInterpolatedVelocityField_GetCaching", "D_vtkAbstractInterpolatedVelocityField_GetCaching")); mixin(bindCode("vtkAbstractInterpolatedVelocityField_GetCacheHit", "D_vtkAbstractInterpolatedVelocityField_GetCacheHit")); mixin(bindCode("vtkAbstractInterpolatedVelocityField_GetCacheMiss", "D_vtkAbstractInterpolatedVelocityField_GetCacheMiss")); mixin(bindCode("vtkAbstractInterpolatedVelocityField_GetLastDataSet", "D_vtkAbstractInterpolatedVelocityField_GetLastDataSet")); mixin(bindCode("vtkAbstractInterpolatedVelocityField_GetLastCellId", "D_vtkAbstractInterpolatedVelocityField_GetLastCellId")); mixin(bindCode("vtkAbstractInterpolatedVelocityField_SetLastCellId__SWIG_0", "D_vtkAbstractInterpolatedVelocityField_SetLastCellId__SWIG_0")); mixin(bindCode("vtkAbstractInterpolatedVelocityField_SetLastCellId__SWIG_1", "D_vtkAbstractInterpolatedVelocityField_SetLastCellId__SWIG_1")); mixin(bindCode("vtkAbstractInterpolatedVelocityField_GetVectorsSelection", "D_vtkAbstractInterpolatedVelocityField_GetVectorsSelection")); mixin(bindCode("vtkAbstractInterpolatedVelocityField_GetVectorsType", "D_vtkAbstractInterpolatedVelocityField_GetVectorsType")); mixin(bindCode("vtkAbstractInterpolatedVelocityField_SelectVectors", "D_vtkAbstractInterpolatedVelocityField_SelectVectors")); mixin(bindCode("vtkAbstractInterpolatedVelocityField_SetNormalizeVector", "D_vtkAbstractInterpolatedVelocityField_SetNormalizeVector")); mixin(bindCode("vtkAbstractInterpolatedVelocityField_GetNormalizeVector", "D_vtkAbstractInterpolatedVelocityField_GetNormalizeVector")); mixin(bindCode("vtkAbstractInterpolatedVelocityField_CopyParameters", "D_vtkAbstractInterpolatedVelocityField_CopyParameters")); mixin(bindCode("vtkAbstractInterpolatedVelocityField_ClearLastCellId", "D_vtkAbstractInterpolatedVelocityField_ClearLastCellId")); mixin(bindCode("vtkAbstractInterpolatedVelocityField_GetLastWeights", "D_vtkAbstractInterpolatedVelocityField_GetLastWeights")); mixin(bindCode("vtkAbstractInterpolatedVelocityField_GetLastLocalCoordinates", "D_vtkAbstractInterpolatedVelocityField_GetLastLocalCoordinates")); mixin(bindCode("vtkAbstractInterpolatedVelocityField_Upcast", "D_vtkAbstractInterpolatedVelocityField_Upcast")); mixin(bindCode("vtkCompositeInterpolatedVelocityField_IsTypeOf", "D_vtkCompositeInterpolatedVelocityField_IsTypeOf")); mixin(bindCode("vtkCompositeInterpolatedVelocityField_SafeDownCast", "D_vtkCompositeInterpolatedVelocityField_SafeDownCast")); mixin(bindCode("vtkCompositeInterpolatedVelocityField_NewInstance", "D_vtkCompositeInterpolatedVelocityField_NewInstance")); mixin(bindCode("vtkCompositeInterpolatedVelocityField_GetLastDataSetIndex", "D_vtkCompositeInterpolatedVelocityField_GetLastDataSetIndex")); mixin(bindCode("vtkCompositeInterpolatedVelocityField_AddDataSet", "D_vtkCompositeInterpolatedVelocityField_AddDataSet")); mixin(bindCode("vtkCompositeInterpolatedVelocityField_Upcast", "D_vtkCompositeInterpolatedVelocityField_Upcast")); mixin(bindCode("new_vtkArraySort__SWIG_0", "D_new_vtkArraySort__SWIG_0")); mixin(bindCode("new_vtkArraySort__SWIG_1", "D_new_vtkArraySort__SWIG_1")); mixin(bindCode("new_vtkArraySort__SWIG_2", "D_new_vtkArraySort__SWIG_2")); mixin(bindCode("new_vtkArraySort__SWIG_3", "D_new_vtkArraySort__SWIG_3")); mixin(bindCode("vtkArraySort_GetDimensions", "D_vtkArraySort_GetDimensions")); mixin(bindCode("vtkArraySort_SetDimensions", "D_vtkArraySort_SetDimensions")); mixin(bindCode("vtkArraySort_opIndex__SWIG_0", "D_vtkArraySort_opIndex__SWIG_0")); mixin(bindCode("vtkArraySort_swigOpEquals", "D_vtkArraySort_swigOpEquals")); mixin(bindCode("vtkArraySort_NotEqual", "D_vtkArraySort_NotEqual")); mixin(bindCode("delete_vtkArraySort", "D_delete_vtkArraySort")); mixin(bindCode("VTK_SQL_FEATURE_TRANSACTIONS_get", "D_VTK_SQL_FEATURE_TRANSACTIONS_get")); mixin(bindCode("VTK_SQL_FEATURE_QUERY_SIZE_get", "D_VTK_SQL_FEATURE_QUERY_SIZE_get")); mixin(bindCode("VTK_SQL_FEATURE_BLOB_get", "D_VTK_SQL_FEATURE_BLOB_get")); mixin(bindCode("VTK_SQL_FEATURE_UNICODE_get", "D_VTK_SQL_FEATURE_UNICODE_get")); mixin(bindCode("VTK_SQL_FEATURE_PREPARED_QUERIES_get", "D_VTK_SQL_FEATURE_PREPARED_QUERIES_get")); mixin(bindCode("VTK_SQL_FEATURE_NAMED_PLACEHOLDERS_get", "D_VTK_SQL_FEATURE_NAMED_PLACEHOLDERS_get")); mixin(bindCode("VTK_SQL_FEATURE_POSITIONAL_PLACEHOLDERS_get", "D_VTK_SQL_FEATURE_POSITIONAL_PLACEHOLDERS_get")); mixin(bindCode("VTK_SQL_FEATURE_LAST_INSERT_ID_get", "D_VTK_SQL_FEATURE_LAST_INSERT_ID_get")); mixin(bindCode("VTK_SQL_FEATURE_BATCH_OPERATIONS_get", "D_VTK_SQL_FEATURE_BATCH_OPERATIONS_get")); mixin(bindCode("VTK_SQL_FEATURE_TRIGGERS_get", "D_VTK_SQL_FEATURE_TRIGGERS_get")); mixin(bindCode("VTK_SQL_DEFAULT_COLUMN_SIZE_get", "D_VTK_SQL_DEFAULT_COLUMN_SIZE_get")); mixin(bindCode("vtkSQLDatabase_IsTypeOf", "D_vtkSQLDatabase_IsTypeOf")); mixin(bindCode("vtkSQLDatabase_SafeDownCast", "D_vtkSQLDatabase_SafeDownCast")); mixin(bindCode("vtkSQLDatabase_NewInstance", "D_vtkSQLDatabase_NewInstance")); mixin(bindCode("vtkSQLDatabase_Open", "D_vtkSQLDatabase_Open")); mixin(bindCode("vtkSQLDatabase_Close", "D_vtkSQLDatabase_Close")); mixin(bindCode("vtkSQLDatabase_IsOpen", "D_vtkSQLDatabase_IsOpen")); mixin(bindCode("vtkSQLDatabase_GetQueryInstance", "D_vtkSQLDatabase_GetQueryInstance")); mixin(bindCode("vtkSQLDatabase_HasError", "D_vtkSQLDatabase_HasError")); mixin(bindCode("vtkSQLDatabase_GetLastErrorText", "D_vtkSQLDatabase_GetLastErrorText")); mixin(bindCode("vtkSQLDatabase_GetDatabaseType", "D_vtkSQLDatabase_GetDatabaseType")); mixin(bindCode("vtkSQLDatabase_GetTables", "D_vtkSQLDatabase_GetTables")); mixin(bindCode("vtkSQLDatabase_GetRecord", "D_vtkSQLDatabase_GetRecord")); mixin(bindCode("vtkSQLDatabase_IsSupported", "D_vtkSQLDatabase_IsSupported")); mixin(bindCode("vtkSQLDatabase_GetURL", "D_vtkSQLDatabase_GetURL")); mixin(bindCode("vtkSQLDatabase_GetTablePreamble", "D_vtkSQLDatabase_GetTablePreamble")); mixin(bindCode("vtkSQLDatabase_GetColumnSpecification", "D_vtkSQLDatabase_GetColumnSpecification")); mixin(bindCode("vtkSQLDatabase_GetIndexSpecification", "D_vtkSQLDatabase_GetIndexSpecification")); mixin(bindCode("vtkSQLDatabase_GetTriggerSpecification", "D_vtkSQLDatabase_GetTriggerSpecification")); mixin(bindCode("vtkSQLDatabase_CreateFromURL", "D_vtkSQLDatabase_CreateFromURL")); mixin(bindCode("vtkSQLDatabase_EffectSchema__SWIG_0", "D_vtkSQLDatabase_EffectSchema__SWIG_0")); mixin(bindCode("vtkSQLDatabase_EffectSchema__SWIG_1", "D_vtkSQLDatabase_EffectSchema__SWIG_1")); mixin(bindCode("vtkSQLDatabase_RegisterCreateFromURLCallback", "D_vtkSQLDatabase_RegisterCreateFromURLCallback")); mixin(bindCode("vtkSQLDatabase_UnRegisterCreateFromURLCallback", "D_vtkSQLDatabase_UnRegisterCreateFromURLCallback")); mixin(bindCode("vtkSQLDatabase_UnRegisterAllCreateFromURLCallbacks", "D_vtkSQLDatabase_UnRegisterAllCreateFromURLCallbacks")); mixin(bindCode("vtkSQLDatabase_DATABASE", "D_vtkSQLDatabase_DATABASE")); mixin(bindCode("delete_vtkSQLDatabase", "D_delete_vtkSQLDatabase")); mixin(bindCode("vtkSQLDatabase_Upcast", "D_vtkSQLDatabase_Upcast")); mixin(bindCode("vtkSQLiteDatabase_IsTypeOf", "D_vtkSQLiteDatabase_IsTypeOf")); mixin(bindCode("vtkSQLiteDatabase_SafeDownCast", "D_vtkSQLiteDatabase_SafeDownCast")); mixin(bindCode("vtkSQLiteDatabase_NewInstance", "D_vtkSQLiteDatabase_NewInstance")); mixin(bindCode("vtkSQLiteDatabase_New", "D_vtkSQLiteDatabase_New")); mixin(bindCode("vtkSQLiteDatabase_Open__SWIG_0", "D_vtkSQLiteDatabase_Open__SWIG_0")); mixin(bindCode("vtkSQLiteDatabase_Open__SWIG_1", "D_vtkSQLiteDatabase_Open__SWIG_1")); mixin(bindCode("vtkSQLiteDatabase_GetDatabaseFileName", "D_vtkSQLiteDatabase_GetDatabaseFileName")); mixin(bindCode("vtkSQLiteDatabase_SetDatabaseFileName", "D_vtkSQLiteDatabase_SetDatabaseFileName")); mixin(bindCode("vtkSQLiteDatabase_Upcast", "D_vtkSQLiteDatabase_Upcast")); mixin(bindCode("vtkImageCanvasSource2D_New", "D_vtkImageCanvasSource2D_New")); mixin(bindCode("vtkImageCanvasSource2D_IsTypeOf", "D_vtkImageCanvasSource2D_IsTypeOf")); mixin(bindCode("vtkImageCanvasSource2D_SafeDownCast", "D_vtkImageCanvasSource2D_SafeDownCast")); mixin(bindCode("vtkImageCanvasSource2D_NewInstance", "D_vtkImageCanvasSource2D_NewInstance")); mixin(bindCode("vtkImageCanvasSource2D_SetDrawColor__SWIG_0", "D_vtkImageCanvasSource2D_SetDrawColor__SWIG_0")); mixin(bindCode("vtkImageCanvasSource2D_SetDrawColor__SWIG_1", "D_vtkImageCanvasSource2D_SetDrawColor__SWIG_1")); mixin(bindCode("vtkImageCanvasSource2D_GetDrawColor__SWIG_0", "D_vtkImageCanvasSource2D_GetDrawColor__SWIG_0")); mixin(bindCode("vtkImageCanvasSource2D_GetDrawColor__SWIG_1", "D_vtkImageCanvasSource2D_GetDrawColor__SWIG_1")); mixin(bindCode("vtkImageCanvasSource2D_GetDrawColor__SWIG_2", "D_vtkImageCanvasSource2D_GetDrawColor__SWIG_2")); mixin(bindCode("vtkImageCanvasSource2D_SetDrawColor__SWIG_2", "D_vtkImageCanvasSource2D_SetDrawColor__SWIG_2")); mixin(bindCode("vtkImageCanvasSource2D_SetDrawColor__SWIG_3", "D_vtkImageCanvasSource2D_SetDrawColor__SWIG_3")); mixin(bindCode("vtkImageCanvasSource2D_SetDrawColor__SWIG_4", "D_vtkImageCanvasSource2D_SetDrawColor__SWIG_4")); mixin(bindCode("vtkImageCanvasSource2D_FillBox", "D_vtkImageCanvasSource2D_FillBox")); mixin(bindCode("vtkImageCanvasSource2D_FillTube", "D_vtkImageCanvasSource2D_FillTube")); mixin(bindCode("vtkImageCanvasSource2D_FillTriangle", "D_vtkImageCanvasSource2D_FillTriangle")); mixin(bindCode("vtkImageCanvasSource2D_DrawCircle", "D_vtkImageCanvasSource2D_DrawCircle")); mixin(bindCode("vtkImageCanvasSource2D_DrawPoint", "D_vtkImageCanvasSource2D_DrawPoint")); mixin(bindCode("vtkImageCanvasSource2D_DrawSegment", "D_vtkImageCanvasSource2D_DrawSegment")); mixin(bindCode("vtkImageCanvasSource2D_DrawSegment3D__SWIG_0", "D_vtkImageCanvasSource2D_DrawSegment3D__SWIG_0")); mixin(bindCode("vtkImageCanvasSource2D_DrawSegment3D__SWIG_1", "D_vtkImageCanvasSource2D_DrawSegment3D__SWIG_1")); mixin(bindCode("vtkImageCanvasSource2D_DrawImage__SWIG_0", "D_vtkImageCanvasSource2D_DrawImage__SWIG_0")); mixin(bindCode("vtkImageCanvasSource2D_DrawImage__SWIG_1", "D_vtkImageCanvasSource2D_DrawImage__SWIG_1")); mixin(bindCode("vtkImageCanvasSource2D_FillPixel", "D_vtkImageCanvasSource2D_FillPixel")); mixin(bindCode("vtkImageCanvasSource2D_SetExtent__SWIG_0", "D_vtkImageCanvasSource2D_SetExtent__SWIG_0")); mixin(bindCode("vtkImageCanvasSource2D_SetExtent__SWIG_1", "D_vtkImageCanvasSource2D_SetExtent__SWIG_1")); mixin(bindCode("vtkImageCanvasSource2D_SetDefaultZ", "D_vtkImageCanvasSource2D_SetDefaultZ")); mixin(bindCode("vtkImageCanvasSource2D_GetDefaultZ", "D_vtkImageCanvasSource2D_GetDefaultZ")); mixin(bindCode("vtkImageCanvasSource2D_SetRatio__SWIG_0", "D_vtkImageCanvasSource2D_SetRatio__SWIG_0")); mixin(bindCode("vtkImageCanvasSource2D_SetRatio__SWIG_1", "D_vtkImageCanvasSource2D_SetRatio__SWIG_1")); mixin(bindCode("vtkImageCanvasSource2D_GetRatio__SWIG_0", "D_vtkImageCanvasSource2D_GetRatio__SWIG_0")); mixin(bindCode("vtkImageCanvasSource2D_GetRatio__SWIG_1", "D_vtkImageCanvasSource2D_GetRatio__SWIG_1")); mixin(bindCode("vtkImageCanvasSource2D_GetRatio__SWIG_2", "D_vtkImageCanvasSource2D_GetRatio__SWIG_2")); mixin(bindCode("vtkImageCanvasSource2D_SetNumberOfScalarComponents", "D_vtkImageCanvasSource2D_SetNumberOfScalarComponents")); mixin(bindCode("vtkImageCanvasSource2D_GetNumberOfScalarComponents", "D_vtkImageCanvasSource2D_GetNumberOfScalarComponents")); mixin(bindCode("vtkImageCanvasSource2D_SetScalarTypeToFloat", "D_vtkImageCanvasSource2D_SetScalarTypeToFloat")); mixin(bindCode("vtkImageCanvasSource2D_SetScalarTypeToDouble", "D_vtkImageCanvasSource2D_SetScalarTypeToDouble")); mixin(bindCode("vtkImageCanvasSource2D_SetScalarTypeToInt", "D_vtkImageCanvasSource2D_SetScalarTypeToInt")); mixin(bindCode("vtkImageCanvasSource2D_SetScalarTypeToUnsignedInt", "D_vtkImageCanvasSource2D_SetScalarTypeToUnsignedInt")); mixin(bindCode("vtkImageCanvasSource2D_SetScalarTypeToLong", "D_vtkImageCanvasSource2D_SetScalarTypeToLong")); mixin(bindCode("vtkImageCanvasSource2D_SetScalarTypeToUnsignedLong", "D_vtkImageCanvasSource2D_SetScalarTypeToUnsignedLong")); mixin(bindCode("vtkImageCanvasSource2D_SetScalarTypeToShort", "D_vtkImageCanvasSource2D_SetScalarTypeToShort")); mixin(bindCode("vtkImageCanvasSource2D_SetScalarTypeToUnsignedShort", "D_vtkImageCanvasSource2D_SetScalarTypeToUnsignedShort")); mixin(bindCode("vtkImageCanvasSource2D_SetScalarTypeToUnsignedChar", "D_vtkImageCanvasSource2D_SetScalarTypeToUnsignedChar")); mixin(bindCode("vtkImageCanvasSource2D_SetScalarTypeToChar", "D_vtkImageCanvasSource2D_SetScalarTypeToChar")); mixin(bindCode("vtkImageCanvasSource2D_SetScalarType", "D_vtkImageCanvasSource2D_SetScalarType")); mixin(bindCode("vtkImageCanvasSource2D_GetScalarType", "D_vtkImageCanvasSource2D_GetScalarType")); mixin(bindCode("vtkImageCanvasSource2D_Upcast", "D_vtkImageCanvasSource2D_Upcast")); mixin(bindCode("VTK_ASCII_get", "D_VTK_ASCII_get")); mixin(bindCode("VTK_BINARY_get", "D_VTK_BINARY_get")); mixin(bindCode("vtkDataReader_New", "D_vtkDataReader_New")); mixin(bindCode("vtkDataReader_IsTypeOf", "D_vtkDataReader_IsTypeOf")); mixin(bindCode("vtkDataReader_SafeDownCast", "D_vtkDataReader_SafeDownCast")); mixin(bindCode("vtkDataReader_NewInstance", "D_vtkDataReader_NewInstance")); mixin(bindCode("vtkDataReader_SetFileName", "D_vtkDataReader_SetFileName")); mixin(bindCode("vtkDataReader_GetFileName", "D_vtkDataReader_GetFileName")); mixin(bindCode("vtkDataReader_IsFileValid", "D_vtkDataReader_IsFileValid")); mixin(bindCode("vtkDataReader_IsFileStructuredPoints", "D_vtkDataReader_IsFileStructuredPoints")); mixin(bindCode("vtkDataReader_IsFilePolyData", "D_vtkDataReader_IsFilePolyData")); mixin(bindCode("vtkDataReader_IsFileStructuredGrid", "D_vtkDataReader_IsFileStructuredGrid")); mixin(bindCode("vtkDataReader_IsFileUnstructuredGrid", "D_vtkDataReader_IsFileUnstructuredGrid")); mixin(bindCode("vtkDataReader_IsFileRectilinearGrid", "D_vtkDataReader_IsFileRectilinearGrid")); mixin(bindCode("vtkDataReader_SetInputString__SWIG_0", "D_vtkDataReader_SetInputString__SWIG_0")); mixin(bindCode("vtkDataReader_GetInputString", "D_vtkDataReader_GetInputString")); mixin(bindCode("vtkDataReader_SetInputString__SWIG_1", "D_vtkDataReader_SetInputString__SWIG_1")); mixin(bindCode("vtkDataReader_GetInputStringLength", "D_vtkDataReader_GetInputStringLength")); mixin(bindCode("vtkDataReader_SetBinaryInputString", "D_vtkDataReader_SetBinaryInputString")); mixin(bindCode("vtkDataReader_SetInputString__SWIG_2", "D_vtkDataReader_SetInputString__SWIG_2")); mixin(bindCode("vtkDataReader_SetInputArray", "D_vtkDataReader_SetInputArray")); mixin(bindCode("vtkDataReader_GetInputArray", "D_vtkDataReader_GetInputArray")); mixin(bindCode("vtkDataReader_GetHeader", "D_vtkDataReader_GetHeader")); mixin(bindCode("vtkDataReader_SetReadFromInputString", "D_vtkDataReader_SetReadFromInputString")); mixin(bindCode("vtkDataReader_GetReadFromInputString", "D_vtkDataReader_GetReadFromInputString")); mixin(bindCode("vtkDataReader_ReadFromInputStringOn", "D_vtkDataReader_ReadFromInputStringOn")); mixin(bindCode("vtkDataReader_ReadFromInputStringOff", "D_vtkDataReader_ReadFromInputStringOff")); mixin(bindCode("vtkDataReader_GetFileType", "D_vtkDataReader_GetFileType")); mixin(bindCode("vtkDataReader_GetNumberOfScalarsInFile", "D_vtkDataReader_GetNumberOfScalarsInFile")); mixin(bindCode("vtkDataReader_GetNumberOfVectorsInFile", "D_vtkDataReader_GetNumberOfVectorsInFile")); mixin(bindCode("vtkDataReader_GetNumberOfTensorsInFile", "D_vtkDataReader_GetNumberOfTensorsInFile")); mixin(bindCode("vtkDataReader_GetNumberOfNormalsInFile", "D_vtkDataReader_GetNumberOfNormalsInFile")); mixin(bindCode("vtkDataReader_GetNumberOfTCoordsInFile", "D_vtkDataReader_GetNumberOfTCoordsInFile")); mixin(bindCode("vtkDataReader_GetNumberOfFieldDataInFile", "D_vtkDataReader_GetNumberOfFieldDataInFile")); mixin(bindCode("vtkDataReader_GetScalarsNameInFile", "D_vtkDataReader_GetScalarsNameInFile")); mixin(bindCode("vtkDataReader_GetVectorsNameInFile", "D_vtkDataReader_GetVectorsNameInFile")); mixin(bindCode("vtkDataReader_GetTensorsNameInFile", "D_vtkDataReader_GetTensorsNameInFile")); mixin(bindCode("vtkDataReader_GetNormalsNameInFile", "D_vtkDataReader_GetNormalsNameInFile")); mixin(bindCode("vtkDataReader_GetTCoordsNameInFile", "D_vtkDataReader_GetTCoordsNameInFile")); mixin(bindCode("vtkDataReader_GetFieldDataNameInFile", "D_vtkDataReader_GetFieldDataNameInFile")); mixin(bindCode("vtkDataReader_SetScalarsName", "D_vtkDataReader_SetScalarsName")); mixin(bindCode("vtkDataReader_GetScalarsName", "D_vtkDataReader_GetScalarsName")); mixin(bindCode("vtkDataReader_SetVectorsName", "D_vtkDataReader_SetVectorsName")); mixin(bindCode("vtkDataReader_GetVectorsName", "D_vtkDataReader_GetVectorsName")); mixin(bindCode("vtkDataReader_SetTensorsName", "D_vtkDataReader_SetTensorsName")); mixin(bindCode("vtkDataReader_GetTensorsName", "D_vtkDataReader_GetTensorsName")); mixin(bindCode("vtkDataReader_SetNormalsName", "D_vtkDataReader_SetNormalsName")); mixin(bindCode("vtkDataReader_GetNormalsName", "D_vtkDataReader_GetNormalsName")); mixin(bindCode("vtkDataReader_SetTCoordsName", "D_vtkDataReader_SetTCoordsName")); mixin(bindCode("vtkDataReader_GetTCoordsName", "D_vtkDataReader_GetTCoordsName")); mixin(bindCode("vtkDataReader_SetLookupTableName", "D_vtkDataReader_SetLookupTableName")); mixin(bindCode("vtkDataReader_GetLookupTableName", "D_vtkDataReader_GetLookupTableName")); mixin(bindCode("vtkDataReader_SetFieldDataName", "D_vtkDataReader_SetFieldDataName")); mixin(bindCode("vtkDataReader_GetFieldDataName", "D_vtkDataReader_GetFieldDataName")); mixin(bindCode("vtkDataReader_SetReadAllScalars", "D_vtkDataReader_SetReadAllScalars")); mixin(bindCode("vtkDataReader_GetReadAllScalars", "D_vtkDataReader_GetReadAllScalars")); mixin(bindCode("vtkDataReader_ReadAllScalarsOn", "D_vtkDataReader_ReadAllScalarsOn")); mixin(bindCode("vtkDataReader_ReadAllScalarsOff", "D_vtkDataReader_ReadAllScalarsOff")); mixin(bindCode("vtkDataReader_SetReadAllVectors", "D_vtkDataReader_SetReadAllVectors")); mixin(bindCode("vtkDataReader_GetReadAllVectors", "D_vtkDataReader_GetReadAllVectors")); mixin(bindCode("vtkDataReader_ReadAllVectorsOn", "D_vtkDataReader_ReadAllVectorsOn")); mixin(bindCode("vtkDataReader_ReadAllVectorsOff", "D_vtkDataReader_ReadAllVectorsOff")); mixin(bindCode("vtkDataReader_SetReadAllNormals", "D_vtkDataReader_SetReadAllNormals")); mixin(bindCode("vtkDataReader_GetReadAllNormals", "D_vtkDataReader_GetReadAllNormals")); mixin(bindCode("vtkDataReader_ReadAllNormalsOn", "D_vtkDataReader_ReadAllNormalsOn")); mixin(bindCode("vtkDataReader_ReadAllNormalsOff", "D_vtkDataReader_ReadAllNormalsOff")); mixin(bindCode("vtkDataReader_SetReadAllTensors", "D_vtkDataReader_SetReadAllTensors")); mixin(bindCode("vtkDataReader_GetReadAllTensors", "D_vtkDataReader_GetReadAllTensors")); mixin(bindCode("vtkDataReader_ReadAllTensorsOn", "D_vtkDataReader_ReadAllTensorsOn")); mixin(bindCode("vtkDataReader_ReadAllTensorsOff", "D_vtkDataReader_ReadAllTensorsOff")); mixin(bindCode("vtkDataReader_SetReadAllColorScalars", "D_vtkDataReader_SetReadAllColorScalars")); mixin(bindCode("vtkDataReader_GetReadAllColorScalars", "D_vtkDataReader_GetReadAllColorScalars")); mixin(bindCode("vtkDataReader_ReadAllColorScalarsOn", "D_vtkDataReader_ReadAllColorScalarsOn")); mixin(bindCode("vtkDataReader_ReadAllColorScalarsOff", "D_vtkDataReader_ReadAllColorScalarsOff")); mixin(bindCode("vtkDataReader_SetReadAllTCoords", "D_vtkDataReader_SetReadAllTCoords")); mixin(bindCode("vtkDataReader_GetReadAllTCoords", "D_vtkDataReader_GetReadAllTCoords")); mixin(bindCode("vtkDataReader_ReadAllTCoordsOn", "D_vtkDataReader_ReadAllTCoordsOn")); mixin(bindCode("vtkDataReader_ReadAllTCoordsOff", "D_vtkDataReader_ReadAllTCoordsOff")); mixin(bindCode("vtkDataReader_SetReadAllFields", "D_vtkDataReader_SetReadAllFields")); mixin(bindCode("vtkDataReader_GetReadAllFields", "D_vtkDataReader_GetReadAllFields")); mixin(bindCode("vtkDataReader_ReadAllFieldsOn", "D_vtkDataReader_ReadAllFieldsOn")); mixin(bindCode("vtkDataReader_ReadAllFieldsOff", "D_vtkDataReader_ReadAllFieldsOff")); mixin(bindCode("vtkDataReader_OpenVTKFile", "D_vtkDataReader_OpenVTKFile")); mixin(bindCode("vtkDataReader_ReadHeader", "D_vtkDataReader_ReadHeader")); mixin(bindCode("vtkDataReader_ReadCellData", "D_vtkDataReader_ReadCellData")); mixin(bindCode("vtkDataReader_ReadPointData", "D_vtkDataReader_ReadPointData")); mixin(bindCode("vtkDataReader_ReadPoints__SWIG_0", "D_vtkDataReader_ReadPoints__SWIG_0")); mixin(bindCode("vtkDataReader_ReadPoints__SWIG_1", "D_vtkDataReader_ReadPoints__SWIG_1")); mixin(bindCode("vtkDataReader_ReadVertexData", "D_vtkDataReader_ReadVertexData")); mixin(bindCode("vtkDataReader_ReadEdgeData", "D_vtkDataReader_ReadEdgeData")); mixin(bindCode("vtkDataReader_ReadRowData", "D_vtkDataReader_ReadRowData")); mixin(bindCode("vtkDataReader_ReadCells__SWIG_0", "D_vtkDataReader_ReadCells__SWIG_0")); mixin(bindCode("vtkDataReader_ReadCells__SWIG_1", "D_vtkDataReader_ReadCells__SWIG_1")); mixin(bindCode("vtkDataReader_ReadCoordinates", "D_vtkDataReader_ReadCoordinates")); mixin(bindCode("vtkDataReader_ReadArray", "D_vtkDataReader_ReadArray")); mixin(bindCode("vtkDataReader_ReadFieldData", "D_vtkDataReader_ReadFieldData")); mixin(bindCode("vtkDataReader_CloseVTKFile", "D_vtkDataReader_CloseVTKFile")); mixin(bindCode("vtkDataReader_ReadMetaData", "D_vtkDataReader_ReadMetaData")); mixin(bindCode("vtkDataReader_Upcast", "D_vtkDataReader_Upcast")); mixin(bindCode("vtkTableReader_New", "D_vtkTableReader_New")); mixin(bindCode("vtkTableReader_IsTypeOf", "D_vtkTableReader_IsTypeOf")); mixin(bindCode("vtkTableReader_SafeDownCast", "D_vtkTableReader_SafeDownCast")); mixin(bindCode("vtkTableReader_NewInstance", "D_vtkTableReader_NewInstance")); mixin(bindCode("vtkTableReader_GetOutput__SWIG_0", "D_vtkTableReader_GetOutput__SWIG_0")); mixin(bindCode("vtkTableReader_GetOutput__SWIG_1", "D_vtkTableReader_GetOutput__SWIG_1")); mixin(bindCode("vtkTableReader_SetOutput", "D_vtkTableReader_SetOutput")); mixin(bindCode("vtkTableReader_Upcast", "D_vtkTableReader_Upcast")); mixin(bindCode("vtkBiomTableReader_New", "D_vtkBiomTableReader_New")); mixin(bindCode("vtkBiomTableReader_IsTypeOf", "D_vtkBiomTableReader_IsTypeOf")); mixin(bindCode("vtkBiomTableReader_SafeDownCast", "D_vtkBiomTableReader_SafeDownCast")); mixin(bindCode("vtkBiomTableReader_NewInstance", "D_vtkBiomTableReader_NewInstance")); mixin(bindCode("vtkBiomTableReader_GetOutput__SWIG_0", "D_vtkBiomTableReader_GetOutput__SWIG_0")); mixin(bindCode("vtkBiomTableReader_GetOutput__SWIG_1", "D_vtkBiomTableReader_GetOutput__SWIG_1")); mixin(bindCode("vtkBiomTableReader_SetOutput", "D_vtkBiomTableReader_SetOutput")); mixin(bindCode("vtkBiomTableReader_Upcast", "D_vtkBiomTableReader_Upcast")); mixin(bindCode("vtkRegularPolygonSource_New", "D_vtkRegularPolygonSource_New")); mixin(bindCode("vtkRegularPolygonSource_IsTypeOf", "D_vtkRegularPolygonSource_IsTypeOf")); mixin(bindCode("vtkRegularPolygonSource_SafeDownCast", "D_vtkRegularPolygonSource_SafeDownCast")); mixin(bindCode("vtkRegularPolygonSource_NewInstance", "D_vtkRegularPolygonSource_NewInstance")); mixin(bindCode("vtkRegularPolygonSource_SetNumberOfSides", "D_vtkRegularPolygonSource_SetNumberOfSides")); mixin(bindCode("vtkRegularPolygonSource_GetNumberOfSidesMinValue", "D_vtkRegularPolygonSource_GetNumberOfSidesMinValue")); mixin(bindCode("vtkRegularPolygonSource_GetNumberOfSidesMaxValue", "D_vtkRegularPolygonSource_GetNumberOfSidesMaxValue")); mixin(bindCode("vtkRegularPolygonSource_GetNumberOfSides", "D_vtkRegularPolygonSource_GetNumberOfSides")); mixin(bindCode("vtkRegularPolygonSource_SetCenter__SWIG_0", "D_vtkRegularPolygonSource_SetCenter__SWIG_0")); mixin(bindCode("vtkRegularPolygonSource_SetCenter__SWIG_1", "D_vtkRegularPolygonSource_SetCenter__SWIG_1")); mixin(bindCode("vtkRegularPolygonSource_GetCenter__SWIG_0", "D_vtkRegularPolygonSource_GetCenter__SWIG_0")); mixin(bindCode("vtkRegularPolygonSource_GetCenter__SWIG_1", "D_vtkRegularPolygonSource_GetCenter__SWIG_1")); mixin(bindCode("vtkRegularPolygonSource_SetNormal__SWIG_0", "D_vtkRegularPolygonSource_SetNormal__SWIG_0")); mixin(bindCode("vtkRegularPolygonSource_SetNormal__SWIG_1", "D_vtkRegularPolygonSource_SetNormal__SWIG_1")); mixin(bindCode("vtkRegularPolygonSource_GetNormal__SWIG_0", "D_vtkRegularPolygonSource_GetNormal__SWIG_0")); mixin(bindCode("vtkRegularPolygonSource_GetNormal__SWIG_1", "D_vtkRegularPolygonSource_GetNormal__SWIG_1")); mixin(bindCode("vtkRegularPolygonSource_SetRadius", "D_vtkRegularPolygonSource_SetRadius")); mixin(bindCode("vtkRegularPolygonSource_GetRadius", "D_vtkRegularPolygonSource_GetRadius")); mixin(bindCode("vtkRegularPolygonSource_SetGeneratePolygon", "D_vtkRegularPolygonSource_SetGeneratePolygon")); mixin(bindCode("vtkRegularPolygonSource_GetGeneratePolygon", "D_vtkRegularPolygonSource_GetGeneratePolygon")); mixin(bindCode("vtkRegularPolygonSource_GeneratePolygonOn", "D_vtkRegularPolygonSource_GeneratePolygonOn")); mixin(bindCode("vtkRegularPolygonSource_GeneratePolygonOff", "D_vtkRegularPolygonSource_GeneratePolygonOff")); mixin(bindCode("vtkRegularPolygonSource_SetGeneratePolyline", "D_vtkRegularPolygonSource_SetGeneratePolyline")); mixin(bindCode("vtkRegularPolygonSource_GetGeneratePolyline", "D_vtkRegularPolygonSource_GetGeneratePolyline")); mixin(bindCode("vtkRegularPolygonSource_GeneratePolylineOn", "D_vtkRegularPolygonSource_GeneratePolylineOn")); mixin(bindCode("vtkRegularPolygonSource_GeneratePolylineOff", "D_vtkRegularPolygonSource_GeneratePolylineOff")); mixin(bindCode("vtkRegularPolygonSource_Upcast", "D_vtkRegularPolygonSource_Upcast")); mixin(bindCode("vtkGraph_IsTypeOf", "D_vtkGraph_IsTypeOf")); mixin(bindCode("vtkGraph_SafeDownCast", "D_vtkGraph_SafeDownCast")); mixin(bindCode("vtkGraph_NewInstance", "D_vtkGraph_NewInstance")); mixin(bindCode("vtkGraph_GetVertexData", "D_vtkGraph_GetVertexData")); mixin(bindCode("vtkGraph_GetEdgeData", "D_vtkGraph_GetEdgeData")); mixin(bindCode("vtkGraph_GetPoint__SWIG_0", "D_vtkGraph_GetPoint__SWIG_0")); mixin(bindCode("vtkGraph_GetPoint__SWIG_1", "D_vtkGraph_GetPoint__SWIG_1")); mixin(bindCode("vtkGraph_GetPoints", "D_vtkGraph_GetPoints")); mixin(bindCode("vtkGraph_SetPoints", "D_vtkGraph_SetPoints")); mixin(bindCode("vtkGraph_ComputeBounds", "D_vtkGraph_ComputeBounds")); mixin(bindCode("vtkGraph_GetBounds__SWIG_0", "D_vtkGraph_GetBounds__SWIG_0")); mixin(bindCode("vtkGraph_GetBounds__SWIG_1", "D_vtkGraph_GetBounds__SWIG_1")); mixin(bindCode("vtkGraph_GetOutEdges", "D_vtkGraph_GetOutEdges")); mixin(bindCode("vtkGraph_GetDegree", "D_vtkGraph_GetDegree")); mixin(bindCode("vtkGraph_GetOutDegree", "D_vtkGraph_GetOutDegree")); mixin(bindCode("vtkGraph_GetOutEdge", "D_vtkGraph_GetOutEdge")); mixin(bindCode("vtkGraph_GetInEdges", "D_vtkGraph_GetInEdges")); mixin(bindCode("vtkGraph_GetInDegree", "D_vtkGraph_GetInDegree")); mixin(bindCode("vtkGraph_GetInEdge", "D_vtkGraph_GetInEdge")); mixin(bindCode("vtkGraph_GetAdjacentVertices", "D_vtkGraph_GetAdjacentVertices")); mixin(bindCode("vtkGraph_GetEdges", "D_vtkGraph_GetEdges")); mixin(bindCode("vtkGraph_GetNumberOfEdges", "D_vtkGraph_GetNumberOfEdges")); mixin(bindCode("vtkGraph_GetVertices", "D_vtkGraph_GetVertices")); mixin(bindCode("vtkGraph_GetNumberOfVertices", "D_vtkGraph_GetNumberOfVertices")); mixin(bindCode("vtkGraph_FindVertex", "D_vtkGraph_FindVertex")); mixin(bindCode("vtkGraph_CopyStructure", "D_vtkGraph_CopyStructure")); mixin(bindCode("vtkGraph_CheckedShallowCopy", "D_vtkGraph_CheckedShallowCopy")); mixin(bindCode("vtkGraph_CheckedDeepCopy", "D_vtkGraph_CheckedDeepCopy")); mixin(bindCode("vtkGraph_Squeeze", "D_vtkGraph_Squeeze")); mixin(bindCode("vtkGraph_ReorderOutVertices", "D_vtkGraph_ReorderOutVertices")); mixin(bindCode("vtkGraph_IsSameStructure", "D_vtkGraph_IsSameStructure")); mixin(bindCode("vtkGraph_GetSourceVertex", "D_vtkGraph_GetSourceVertex")); mixin(bindCode("vtkGraph_GetTargetVertex", "D_vtkGraph_GetTargetVertex")); mixin(bindCode("vtkGraph_GetNumberOfEdgePoints", "D_vtkGraph_GetNumberOfEdgePoints")); mixin(bindCode("vtkGraph_GetEdgePoint", "D_vtkGraph_GetEdgePoint")); mixin(bindCode("vtkGraph_ClearEdgePoints", "D_vtkGraph_ClearEdgePoints")); mixin(bindCode("vtkGraph_SetEdgePoint__SWIG_0", "D_vtkGraph_SetEdgePoint__SWIG_0")); mixin(bindCode("vtkGraph_SetEdgePoint__SWIG_1", "D_vtkGraph_SetEdgePoint__SWIG_1")); mixin(bindCode("vtkGraph_AddEdgePoint__SWIG_0", "D_vtkGraph_AddEdgePoint__SWIG_0")); mixin(bindCode("vtkGraph_AddEdgePoint__SWIG_1", "D_vtkGraph_AddEdgePoint__SWIG_1")); mixin(bindCode("vtkGraph_ShallowCopyEdgePoints", "D_vtkGraph_ShallowCopyEdgePoints")); mixin(bindCode("vtkGraph_DeepCopyEdgePoints", "D_vtkGraph_DeepCopyEdgePoints")); mixin(bindCode("vtkGraph_GetGraphInternals", "D_vtkGraph_GetGraphInternals")); mixin(bindCode("vtkGraph_GetInducedEdges", "D_vtkGraph_GetInducedEdges")); mixin(bindCode("vtkGraph_Dump", "D_vtkGraph_Dump")); mixin(bindCode("vtkGraph_GetEdgeId", "D_vtkGraph_GetEdgeId")); mixin(bindCode("vtkGraph_ToDirectedGraph", "D_vtkGraph_ToDirectedGraph")); mixin(bindCode("vtkGraph_ToUndirectedGraph", "D_vtkGraph_ToUndirectedGraph")); mixin(bindCode("delete_vtkGraph", "D_delete_vtkGraph")); mixin(bindCode("vtkGraph_Upcast", "D_vtkGraph_Upcast")); mixin(bindCode("vtkDirectedGraph_New", "D_vtkDirectedGraph_New")); mixin(bindCode("vtkDirectedGraph_IsTypeOf", "D_vtkDirectedGraph_IsTypeOf")); mixin(bindCode("vtkDirectedGraph_SafeDownCast", "D_vtkDirectedGraph_SafeDownCast")); mixin(bindCode("vtkDirectedGraph_NewInstance", "D_vtkDirectedGraph_NewInstance")); mixin(bindCode("vtkDirectedGraph_IsStructureValid", "D_vtkDirectedGraph_IsStructureValid")); mixin(bindCode("vtkDirectedGraph_Upcast", "D_vtkDirectedGraph_Upcast")); mixin(bindCode("vtkDirectedAcyclicGraph_New", "D_vtkDirectedAcyclicGraph_New")); mixin(bindCode("vtkDirectedAcyclicGraph_IsTypeOf", "D_vtkDirectedAcyclicGraph_IsTypeOf")); mixin(bindCode("vtkDirectedAcyclicGraph_SafeDownCast", "D_vtkDirectedAcyclicGraph_SafeDownCast")); mixin(bindCode("vtkDirectedAcyclicGraph_NewInstance", "D_vtkDirectedAcyclicGraph_NewInstance")); mixin(bindCode("vtkDirectedAcyclicGraph_Upcast", "D_vtkDirectedAcyclicGraph_Upcast")); mixin(bindCode("vtkTree_New", "D_vtkTree_New")); mixin(bindCode("vtkTree_IsTypeOf", "D_vtkTree_IsTypeOf")); mixin(bindCode("vtkTree_SafeDownCast", "D_vtkTree_SafeDownCast")); mixin(bindCode("vtkTree_NewInstance", "D_vtkTree_NewInstance")); mixin(bindCode("vtkTree_GetRoot", "D_vtkTree_GetRoot")); mixin(bindCode("vtkTree_GetNumberOfChildren", "D_vtkTree_GetNumberOfChildren")); mixin(bindCode("vtkTree_GetChild", "D_vtkTree_GetChild")); mixin(bindCode("vtkTree_GetChildren", "D_vtkTree_GetChildren")); mixin(bindCode("vtkTree_GetParent", "D_vtkTree_GetParent")); mixin(bindCode("vtkTree_GetLevel", "D_vtkTree_GetLevel")); mixin(bindCode("vtkTree_IsLeaf", "D_vtkTree_IsLeaf")); mixin(bindCode("vtkTree_ReorderChildren", "D_vtkTree_ReorderChildren")); mixin(bindCode("vtkTree_Upcast", "D_vtkTree_Upcast")); mixin(bindCode("vtkTreeAlgorithm_New", "D_vtkTreeAlgorithm_New")); mixin(bindCode("vtkTreeAlgorithm_IsTypeOf", "D_vtkTreeAlgorithm_IsTypeOf")); mixin(bindCode("vtkTreeAlgorithm_SafeDownCast", "D_vtkTreeAlgorithm_SafeDownCast")); mixin(bindCode("vtkTreeAlgorithm_NewInstance", "D_vtkTreeAlgorithm_NewInstance")); mixin(bindCode("vtkTreeAlgorithm_GetOutput__SWIG_0", "D_vtkTreeAlgorithm_GetOutput__SWIG_0")); mixin(bindCode("vtkTreeAlgorithm_GetOutput__SWIG_1", "D_vtkTreeAlgorithm_GetOutput__SWIG_1")); mixin(bindCode("vtkTreeAlgorithm_SetInputData__SWIG_0", "D_vtkTreeAlgorithm_SetInputData__SWIG_0")); mixin(bindCode("vtkTreeAlgorithm_SetInputData__SWIG_1", "D_vtkTreeAlgorithm_SetInputData__SWIG_1")); mixin(bindCode("vtkTreeAlgorithm_Upcast", "D_vtkTreeAlgorithm_Upcast")); mixin(bindCode("vtkTreeLevelsFilter_New", "D_vtkTreeLevelsFilter_New")); mixin(bindCode("vtkTreeLevelsFilter_IsTypeOf", "D_vtkTreeLevelsFilter_IsTypeOf")); mixin(bindCode("vtkTreeLevelsFilter_SafeDownCast", "D_vtkTreeLevelsFilter_SafeDownCast")); mixin(bindCode("vtkTreeLevelsFilter_NewInstance", "D_vtkTreeLevelsFilter_NewInstance")); mixin(bindCode("vtkTreeLevelsFilter_Upcast", "D_vtkTreeLevelsFilter_Upcast")); mixin(bindCode("vtkWriter_IsTypeOf", "D_vtkWriter_IsTypeOf")); mixin(bindCode("vtkWriter_SafeDownCast", "D_vtkWriter_SafeDownCast")); mixin(bindCode("vtkWriter_NewInstance", "D_vtkWriter_NewInstance")); mixin(bindCode("vtkWriter_Write", "D_vtkWriter_Write")); mixin(bindCode("vtkWriter_EncodeString", "D_vtkWriter_EncodeString")); mixin(bindCode("vtkWriter_EncodeWriteString", "D_vtkWriter_EncodeWriteString")); mixin(bindCode("vtkWriter_SetInputData__SWIG_0", "D_vtkWriter_SetInputData__SWIG_0")); mixin(bindCode("vtkWriter_SetInputData__SWIG_1", "D_vtkWriter_SetInputData__SWIG_1")); mixin(bindCode("vtkWriter_Upcast", "D_vtkWriter_Upcast")); mixin(bindCode("vtkSTLWriter_New", "D_vtkSTLWriter_New")); mixin(bindCode("vtkSTLWriter_IsTypeOf", "D_vtkSTLWriter_IsTypeOf")); mixin(bindCode("vtkSTLWriter_SafeDownCast", "D_vtkSTLWriter_SafeDownCast")); mixin(bindCode("vtkSTLWriter_NewInstance", "D_vtkSTLWriter_NewInstance")); mixin(bindCode("vtkSTLWriter_GetInput__SWIG_0", "D_vtkSTLWriter_GetInput__SWIG_0")); mixin(bindCode("vtkSTLWriter_GetInput__SWIG_1", "D_vtkSTLWriter_GetInput__SWIG_1")); mixin(bindCode("vtkSTLWriter_SetFileName", "D_vtkSTLWriter_SetFileName")); mixin(bindCode("vtkSTLWriter_GetFileName", "D_vtkSTLWriter_GetFileName")); mixin(bindCode("vtkSTLWriter_SetFileType", "D_vtkSTLWriter_SetFileType")); mixin(bindCode("vtkSTLWriter_GetFileTypeMinValue", "D_vtkSTLWriter_GetFileTypeMinValue")); mixin(bindCode("vtkSTLWriter_GetFileTypeMaxValue", "D_vtkSTLWriter_GetFileTypeMaxValue")); mixin(bindCode("vtkSTLWriter_GetFileType", "D_vtkSTLWriter_GetFileType")); mixin(bindCode("vtkSTLWriter_SetFileTypeToASCII", "D_vtkSTLWriter_SetFileTypeToASCII")); mixin(bindCode("vtkSTLWriter_SetFileTypeToBinary", "D_vtkSTLWriter_SetFileTypeToBinary")); mixin(bindCode("vtkSTLWriter_Upcast", "D_vtkSTLWriter_Upcast")); mixin(bindCode("vtkExtentTranslator_New", "D_vtkExtentTranslator_New")); mixin(bindCode("vtkExtentTranslator_IsTypeOf", "D_vtkExtentTranslator_IsTypeOf")); mixin(bindCode("vtkExtentTranslator_SafeDownCast", "D_vtkExtentTranslator_SafeDownCast")); mixin(bindCode("vtkExtentTranslator_NewInstance", "D_vtkExtentTranslator_NewInstance")); mixin(bindCode("vtkExtentTranslator_SetWholeExtent__SWIG_0", "D_vtkExtentTranslator_SetWholeExtent__SWIG_0")); mixin(bindCode("vtkExtentTranslator_SetWholeExtent__SWIG_1", "D_vtkExtentTranslator_SetWholeExtent__SWIG_1")); mixin(bindCode("vtkExtentTranslator_GetWholeExtent__SWIG_0", "D_vtkExtentTranslator_GetWholeExtent__SWIG_0")); mixin(bindCode("vtkExtentTranslator_GetWholeExtent__SWIG_1", "D_vtkExtentTranslator_GetWholeExtent__SWIG_1")); mixin(bindCode("vtkExtentTranslator_GetWholeExtent__SWIG_2", "D_vtkExtentTranslator_GetWholeExtent__SWIG_2")); mixin(bindCode("vtkExtentTranslator_SetExtent__SWIG_0", "D_vtkExtentTranslator_SetExtent__SWIG_0")); mixin(bindCode("vtkExtentTranslator_SetExtent__SWIG_1", "D_vtkExtentTranslator_SetExtent__SWIG_1")); mixin(bindCode("vtkExtentTranslator_GetExtent__SWIG_0", "D_vtkExtentTranslator_GetExtent__SWIG_0")); mixin(bindCode("vtkExtentTranslator_GetExtent__SWIG_1", "D_vtkExtentTranslator_GetExtent__SWIG_1")); mixin(bindCode("vtkExtentTranslator_GetExtent__SWIG_2", "D_vtkExtentTranslator_GetExtent__SWIG_2")); mixin(bindCode("vtkExtentTranslator_SetPiece", "D_vtkExtentTranslator_SetPiece")); mixin(bindCode("vtkExtentTranslator_GetPiece", "D_vtkExtentTranslator_GetPiece")); mixin(bindCode("vtkExtentTranslator_SetNumberOfPieces", "D_vtkExtentTranslator_SetNumberOfPieces")); mixin(bindCode("vtkExtentTranslator_GetNumberOfPieces", "D_vtkExtentTranslator_GetNumberOfPieces")); mixin(bindCode("vtkExtentTranslator_SetGhostLevel", "D_vtkExtentTranslator_SetGhostLevel")); mixin(bindCode("vtkExtentTranslator_GetGhostLevel", "D_vtkExtentTranslator_GetGhostLevel")); mixin(bindCode("vtkExtentTranslator_PieceToExtent", "D_vtkExtentTranslator_PieceToExtent")); mixin(bindCode("vtkExtentTranslator_PieceToExtentByPoints", "D_vtkExtentTranslator_PieceToExtentByPoints")); mixin(bindCode("vtkExtentTranslator_PieceToExtentThreadSafe", "D_vtkExtentTranslator_PieceToExtentThreadSafe")); mixin(bindCode("vtkExtentTranslator_SetSplitModeToBlock", "D_vtkExtentTranslator_SetSplitModeToBlock")); mixin(bindCode("vtkExtentTranslator_SetSplitModeToXSlab", "D_vtkExtentTranslator_SetSplitModeToXSlab")); mixin(bindCode("vtkExtentTranslator_SetSplitModeToYSlab", "D_vtkExtentTranslator_SetSplitModeToYSlab")); mixin(bindCode("vtkExtentTranslator_SetSplitModeToZSlab", "D_vtkExtentTranslator_SetSplitModeToZSlab")); mixin(bindCode("vtkExtentTranslator_GetSplitMode", "D_vtkExtentTranslator_GetSplitMode")); mixin(bindCode("vtkExtentTranslator_SetSplitPath", "D_vtkExtentTranslator_SetSplitPath")); mixin(bindCode("vtkExtentTranslator_Upcast", "D_vtkExtentTranslator_Upcast")); mixin(bindCode("vtkTableExtentTranslator_IsTypeOf", "D_vtkTableExtentTranslator_IsTypeOf")); mixin(bindCode("vtkTableExtentTranslator_SafeDownCast", "D_vtkTableExtentTranslator_SafeDownCast")); mixin(bindCode("vtkTableExtentTranslator_NewInstance", "D_vtkTableExtentTranslator_NewInstance")); mixin(bindCode("vtkTableExtentTranslator_New", "D_vtkTableExtentTranslator_New")); mixin(bindCode("vtkTableExtentTranslator_SetNumberOfPiecesInTable", "D_vtkTableExtentTranslator_SetNumberOfPiecesInTable")); mixin(bindCode("vtkTableExtentTranslator_GetNumberOfPiecesInTable", "D_vtkTableExtentTranslator_GetNumberOfPiecesInTable")); mixin(bindCode("vtkTableExtentTranslator_SetExtentForPiece", "D_vtkTableExtentTranslator_SetExtentForPiece")); mixin(bindCode("vtkTableExtentTranslator_GetExtentForPiece__SWIG_0", "D_vtkTableExtentTranslator_GetExtentForPiece__SWIG_0")); mixin(bindCode("vtkTableExtentTranslator_GetExtentForPiece__SWIG_1", "D_vtkTableExtentTranslator_GetExtentForPiece__SWIG_1")); mixin(bindCode("vtkTableExtentTranslator_SetMaximumGhostLevel", "D_vtkTableExtentTranslator_SetMaximumGhostLevel")); mixin(bindCode("vtkTableExtentTranslator_GetMaximumGhostLevel", "D_vtkTableExtentTranslator_GetMaximumGhostLevel")); mixin(bindCode("vtkTableExtentTranslator_SetPieceAvailable", "D_vtkTableExtentTranslator_SetPieceAvailable")); mixin(bindCode("vtkTableExtentTranslator_GetPieceAvailable", "D_vtkTableExtentTranslator_GetPieceAvailable")); mixin(bindCode("vtkTableExtentTranslator_Upcast", "D_vtkTableExtentTranslator_Upcast")); mixin(bindCode("vtkContourTriangulator_New", "D_vtkContourTriangulator_New")); mixin(bindCode("vtkContourTriangulator_IsTypeOf", "D_vtkContourTriangulator_IsTypeOf")); mixin(bindCode("vtkContourTriangulator_SafeDownCast", "D_vtkContourTriangulator_SafeDownCast")); mixin(bindCode("vtkContourTriangulator_NewInstance", "D_vtkContourTriangulator_NewInstance")); mixin(bindCode("vtkContourTriangulator_GetTriangulationError", "D_vtkContourTriangulator_GetTriangulationError")); mixin(bindCode("vtkContourTriangulator_SetTriangulationErrorDisplay", "D_vtkContourTriangulator_SetTriangulationErrorDisplay")); mixin(bindCode("vtkContourTriangulator_TriangulationErrorDisplayOn", "D_vtkContourTriangulator_TriangulationErrorDisplayOn")); mixin(bindCode("vtkContourTriangulator_TriangulationErrorDisplayOff", "D_vtkContourTriangulator_TriangulationErrorDisplayOff")); mixin(bindCode("vtkContourTriangulator_GetTriangulationErrorDisplay", "D_vtkContourTriangulator_GetTriangulationErrorDisplay")); mixin(bindCode("vtkContourTriangulator_TriangulatePolygon", "D_vtkContourTriangulator_TriangulatePolygon")); mixin(bindCode("vtkContourTriangulator_TriangulateContours", "D_vtkContourTriangulator_TriangulateContours")); mixin(bindCode("vtkContourTriangulator_Upcast", "D_vtkContourTriangulator_Upcast")); mixin(bindCode("vtkChartLegend_IsTypeOf", "D_vtkChartLegend_IsTypeOf")); mixin(bindCode("vtkChartLegend_SafeDownCast", "D_vtkChartLegend_SafeDownCast")); mixin(bindCode("vtkChartLegend_NewInstance", "D_vtkChartLegend_NewInstance")); mixin(bindCode("vtkChartLegend_New", "D_vtkChartLegend_New")); mixin(bindCode("vtkChartLegend_SetPoint__SWIG_0", "D_vtkChartLegend_SetPoint__SWIG_0")); mixin(bindCode("vtkChartLegend_SetPoint__SWIG_1", "D_vtkChartLegend_SetPoint__SWIG_1")); mixin(bindCode("vtkChartLegend_GetPoint__SWIG_0", "D_vtkChartLegend_GetPoint__SWIG_0")); mixin(bindCode("vtkChartLegend_GetPoint__SWIG_1", "D_vtkChartLegend_GetPoint__SWIG_1")); mixin(bindCode("vtkChartLegend_GetPoint__SWIG_2", "D_vtkChartLegend_GetPoint__SWIG_2")); mixin(bindCode("vtkChartLegend_SetPoint__SWIG_2", "D_vtkChartLegend_SetPoint__SWIG_2")); mixin(bindCode("vtkChartLegend_GetPointVector", "D_vtkChartLegend_GetPointVector")); mixin(bindCode("vtkChartLegend_SetHorizontalAlignment", "D_vtkChartLegend_SetHorizontalAlignment")); mixin(bindCode("vtkChartLegend_GetHorizontalAlignment", "D_vtkChartLegend_GetHorizontalAlignment")); mixin(bindCode("vtkChartLegend_SetVerticalAlignment", "D_vtkChartLegend_SetVerticalAlignment")); mixin(bindCode("vtkChartLegend_GetVerticalAlignment", "D_vtkChartLegend_GetVerticalAlignment")); mixin(bindCode("vtkChartLegend_SetPadding", "D_vtkChartLegend_SetPadding")); mixin(bindCode("vtkChartLegend_GetPadding", "D_vtkChartLegend_GetPadding")); mixin(bindCode("vtkChartLegend_SetSymbolWidth", "D_vtkChartLegend_SetSymbolWidth")); mixin(bindCode("vtkChartLegend_GetSymbolWidth", "D_vtkChartLegend_GetSymbolWidth")); mixin(bindCode("vtkChartLegend_SetLabelSize", "D_vtkChartLegend_SetLabelSize")); mixin(bindCode("vtkChartLegend_GetLabelSize", "D_vtkChartLegend_GetLabelSize")); mixin(bindCode("vtkChartLegend_SetInline", "D_vtkChartLegend_SetInline")); mixin(bindCode("vtkChartLegend_GetInline", "D_vtkChartLegend_GetInline")); mixin(bindCode("vtkChartLegend_SetDragEnabled", "D_vtkChartLegend_SetDragEnabled")); mixin(bindCode("vtkChartLegend_GetDragEnabled", "D_vtkChartLegend_GetDragEnabled")); mixin(bindCode("vtkChartLegend_SetChart", "D_vtkChartLegend_SetChart")); mixin(bindCode("vtkChartLegend_GetChart", "D_vtkChartLegend_GetChart")); mixin(bindCode("vtkChartLegend_GetBoundingRect", "D_vtkChartLegend_GetBoundingRect")); mixin(bindCode("vtkChartLegend_GetPen", "D_vtkChartLegend_GetPen")); mixin(bindCode("vtkChartLegend_GetBrush", "D_vtkChartLegend_GetBrush")); mixin(bindCode("vtkChartLegend_GetLabelProperties", "D_vtkChartLegend_GetLabelProperties")); mixin(bindCode("vtkChartLegend_Hit", "D_vtkChartLegend_Hit")); mixin(bindCode("vtkChartLegend_MouseMoveEvent", "D_vtkChartLegend_MouseMoveEvent")); mixin(bindCode("vtkChartLegend_MouseButtonPressEvent", "D_vtkChartLegend_MouseButtonPressEvent")); mixin(bindCode("vtkChartLegend_MouseButtonReleaseEvent", "D_vtkChartLegend_MouseButtonReleaseEvent")); mixin(bindCode("vtkChartLegend_Upcast", "D_vtkChartLegend_Upcast")); mixin(bindCode("vtkImageDataGeometryFilter_IsTypeOf", "D_vtkImageDataGeometryFilter_IsTypeOf")); mixin(bindCode("vtkImageDataGeometryFilter_SafeDownCast", "D_vtkImageDataGeometryFilter_SafeDownCast")); mixin(bindCode("vtkImageDataGeometryFilter_NewInstance", "D_vtkImageDataGeometryFilter_NewInstance")); mixin(bindCode("vtkImageDataGeometryFilter_New", "D_vtkImageDataGeometryFilter_New")); mixin(bindCode("vtkImageDataGeometryFilter_SetExtent__SWIG_0", "D_vtkImageDataGeometryFilter_SetExtent__SWIG_0")); mixin(bindCode("vtkImageDataGeometryFilter_SetExtent__SWIG_1", "D_vtkImageDataGeometryFilter_SetExtent__SWIG_1")); mixin(bindCode("vtkImageDataGeometryFilter_GetExtent", "D_vtkImageDataGeometryFilter_GetExtent")); mixin(bindCode("vtkImageDataGeometryFilter_SetThresholdCells", "D_vtkImageDataGeometryFilter_SetThresholdCells")); mixin(bindCode("vtkImageDataGeometryFilter_GetThresholdCells", "D_vtkImageDataGeometryFilter_GetThresholdCells")); mixin(bindCode("vtkImageDataGeometryFilter_ThresholdCellsOn", "D_vtkImageDataGeometryFilter_ThresholdCellsOn")); mixin(bindCode("vtkImageDataGeometryFilter_ThresholdCellsOff", "D_vtkImageDataGeometryFilter_ThresholdCellsOff")); mixin(bindCode("vtkImageDataGeometryFilter_SetThresholdValue", "D_vtkImageDataGeometryFilter_SetThresholdValue")); mixin(bindCode("vtkImageDataGeometryFilter_GetThresholdValue", "D_vtkImageDataGeometryFilter_GetThresholdValue")); mixin(bindCode("vtkImageDataGeometryFilter_ThresholdValueOn", "D_vtkImageDataGeometryFilter_ThresholdValueOn")); mixin(bindCode("vtkImageDataGeometryFilter_ThresholdValueOff", "D_vtkImageDataGeometryFilter_ThresholdValueOff")); mixin(bindCode("vtkImageDataGeometryFilter_SetOutputTriangles", "D_vtkImageDataGeometryFilter_SetOutputTriangles")); mixin(bindCode("vtkImageDataGeometryFilter_GetOutputTriangles", "D_vtkImageDataGeometryFilter_GetOutputTriangles")); mixin(bindCode("vtkImageDataGeometryFilter_OutputTrianglesOn", "D_vtkImageDataGeometryFilter_OutputTrianglesOn")); mixin(bindCode("vtkImageDataGeometryFilter_OutputTrianglesOff", "D_vtkImageDataGeometryFilter_OutputTrianglesOff")); mixin(bindCode("vtkImageDataGeometryFilter_Upcast", "D_vtkImageDataGeometryFilter_Upcast")); mixin(bindCode("vtkDataObjectTypes_New", "D_vtkDataObjectTypes_New")); mixin(bindCode("vtkDataObjectTypes_IsTypeOf", "D_vtkDataObjectTypes_IsTypeOf")); mixin(bindCode("vtkDataObjectTypes_SafeDownCast", "D_vtkDataObjectTypes_SafeDownCast")); mixin(bindCode("vtkDataObjectTypes_NewInstance", "D_vtkDataObjectTypes_NewInstance")); mixin(bindCode("vtkDataObjectTypes_GetClassNameFromTypeId", "D_vtkDataObjectTypes_GetClassNameFromTypeId")); mixin(bindCode("vtkDataObjectTypes_GetTypeIdFromClassName", "D_vtkDataObjectTypes_GetTypeIdFromClassName")); mixin(bindCode("vtkDataObjectTypes_NewDataObject__SWIG_0", "D_vtkDataObjectTypes_NewDataObject__SWIG_0")); mixin(bindCode("vtkDataObjectTypes_NewDataObject__SWIG_1", "D_vtkDataObjectTypes_NewDataObject__SWIG_1")); mixin(bindCode("vtkDataObjectTypes_Upcast", "D_vtkDataObjectTypes_Upcast")); mixin(bindCode("vtkInteractorObserver_IsTypeOf", "D_vtkInteractorObserver_IsTypeOf")); mixin(bindCode("vtkInteractorObserver_SafeDownCast", "D_vtkInteractorObserver_SafeDownCast")); mixin(bindCode("vtkInteractorObserver_NewInstance", "D_vtkInteractorObserver_NewInstance")); mixin(bindCode("vtkInteractorObserver_SetEnabled", "D_vtkInteractorObserver_SetEnabled")); mixin(bindCode("vtkInteractorObserver_GetEnabled", "D_vtkInteractorObserver_GetEnabled")); mixin(bindCode("vtkInteractorObserver_EnabledOn", "D_vtkInteractorObserver_EnabledOn")); mixin(bindCode("vtkInteractorObserver_EnabledOff", "D_vtkInteractorObserver_EnabledOff")); mixin(bindCode("vtkInteractorObserver_On", "D_vtkInteractorObserver_On")); mixin(bindCode("vtkInteractorObserver_Off", "D_vtkInteractorObserver_Off")); mixin(bindCode("vtkInteractorObserver_SetInteractor", "D_vtkInteractorObserver_SetInteractor")); mixin(bindCode("vtkInteractorObserver_GetInteractor", "D_vtkInteractorObserver_GetInteractor")); mixin(bindCode("vtkInteractorObserver_SetPriority", "D_vtkInteractorObserver_SetPriority")); mixin(bindCode("vtkInteractorObserver_GetPriorityMinValue", "D_vtkInteractorObserver_GetPriorityMinValue")); mixin(bindCode("vtkInteractorObserver_GetPriorityMaxValue", "D_vtkInteractorObserver_GetPriorityMaxValue")); mixin(bindCode("vtkInteractorObserver_GetPriority", "D_vtkInteractorObserver_GetPriority")); mixin(bindCode("vtkInteractorObserver_PickingManagedOn", "D_vtkInteractorObserver_PickingManagedOn")); mixin(bindCode("vtkInteractorObserver_PickingManagedOff", "D_vtkInteractorObserver_PickingManagedOff")); mixin(bindCode("vtkInteractorObserver_SetPickingManaged", "D_vtkInteractorObserver_SetPickingManaged")); mixin(bindCode("vtkInteractorObserver_GetPickingManaged", "D_vtkInteractorObserver_GetPickingManaged")); mixin(bindCode("vtkInteractorObserver_SetKeyPressActivation", "D_vtkInteractorObserver_SetKeyPressActivation")); mixin(bindCode("vtkInteractorObserver_GetKeyPressActivation", "D_vtkInteractorObserver_GetKeyPressActivation")); mixin(bindCode("vtkInteractorObserver_KeyPressActivationOn", "D_vtkInteractorObserver_KeyPressActivationOn")); mixin(bindCode("vtkInteractorObserver_KeyPressActivationOff", "D_vtkInteractorObserver_KeyPressActivationOff")); mixin(bindCode("vtkInteractorObserver_SetKeyPressActivationValue", "D_vtkInteractorObserver_SetKeyPressActivationValue")); mixin(bindCode("vtkInteractorObserver_GetKeyPressActivationValue", "D_vtkInteractorObserver_GetKeyPressActivationValue")); mixin(bindCode("vtkInteractorObserver_GetDefaultRenderer", "D_vtkInteractorObserver_GetDefaultRenderer")); mixin(bindCode("vtkInteractorObserver_SetDefaultRenderer", "D_vtkInteractorObserver_SetDefaultRenderer")); mixin(bindCode("vtkInteractorObserver_GetCurrentRenderer", "D_vtkInteractorObserver_GetCurrentRenderer")); mixin(bindCode("vtkInteractorObserver_SetCurrentRenderer", "D_vtkInteractorObserver_SetCurrentRenderer")); mixin(bindCode("vtkInteractorObserver_OnChar", "D_vtkInteractorObserver_OnChar")); mixin(bindCode("vtkInteractorObserver_ComputeDisplayToWorld", "D_vtkInteractorObserver_ComputeDisplayToWorld")); mixin(bindCode("vtkInteractorObserver_ComputeWorldToDisplay", "D_vtkInteractorObserver_ComputeWorldToDisplay")); mixin(bindCode("vtkInteractorObserver_Upcast", "D_vtkInteractorObserver_Upcast")); mixin(bindCode("vtk3DWidget_IsTypeOf", "D_vtk3DWidget_IsTypeOf")); mixin(bindCode("vtk3DWidget_SafeDownCast", "D_vtk3DWidget_SafeDownCast")); mixin(bindCode("vtk3DWidget_NewInstance", "D_vtk3DWidget_NewInstance")); mixin(bindCode("vtk3DWidget_PlaceWidget__SWIG_0", "D_vtk3DWidget_PlaceWidget__SWIG_0")); mixin(bindCode("vtk3DWidget_PlaceWidget__SWIG_1", "D_vtk3DWidget_PlaceWidget__SWIG_1")); mixin(bindCode("vtk3DWidget_PlaceWidget__SWIG_2", "D_vtk3DWidget_PlaceWidget__SWIG_2")); mixin(bindCode("vtk3DWidget_SetProp3D", "D_vtk3DWidget_SetProp3D")); mixin(bindCode("vtk3DWidget_GetProp3D", "D_vtk3DWidget_GetProp3D")); mixin(bindCode("vtk3DWidget_SetInputData", "D_vtk3DWidget_SetInputData")); mixin(bindCode("vtk3DWidget_SetInputConnection", "D_vtk3DWidget_SetInputConnection")); mixin(bindCode("vtk3DWidget_GetInput", "D_vtk3DWidget_GetInput")); mixin(bindCode("vtk3DWidget_SetPlaceFactor", "D_vtk3DWidget_SetPlaceFactor")); mixin(bindCode("vtk3DWidget_GetPlaceFactorMinValue", "D_vtk3DWidget_GetPlaceFactorMinValue")); mixin(bindCode("vtk3DWidget_GetPlaceFactorMaxValue", "D_vtk3DWidget_GetPlaceFactorMaxValue")); mixin(bindCode("vtk3DWidget_GetPlaceFactor", "D_vtk3DWidget_GetPlaceFactor")); mixin(bindCode("vtk3DWidget_SetHandleSize", "D_vtk3DWidget_SetHandleSize")); mixin(bindCode("vtk3DWidget_GetHandleSizeMinValue", "D_vtk3DWidget_GetHandleSizeMinValue")); mixin(bindCode("vtk3DWidget_GetHandleSizeMaxValue", "D_vtk3DWidget_GetHandleSizeMaxValue")); mixin(bindCode("vtk3DWidget_GetHandleSize", "D_vtk3DWidget_GetHandleSize")); mixin(bindCode("vtk3DWidget_Upcast", "D_vtk3DWidget_Upcast")); mixin(bindCode("VTK_PROJECTION_YZ_get", "D_VTK_PROJECTION_YZ_get")); mixin(bindCode("VTK_PROJECTION_XZ_get", "D_VTK_PROJECTION_XZ_get")); mixin(bindCode("VTK_PROJECTION_XY_get", "D_VTK_PROJECTION_XY_get")); mixin(bindCode("VTK_PROJECTION_OBLIQUE_get", "D_VTK_PROJECTION_OBLIQUE_get")); mixin(bindCode("vtkSplineWidget_New", "D_vtkSplineWidget_New")); mixin(bindCode("vtkSplineWidget_IsTypeOf", "D_vtkSplineWidget_IsTypeOf")); mixin(bindCode("vtkSplineWidget_SafeDownCast", "D_vtkSplineWidget_SafeDownCast")); mixin(bindCode("vtkSplineWidget_NewInstance", "D_vtkSplineWidget_NewInstance")); mixin(bindCode("vtkSplineWidget_PlaceWidget__SWIG_0", "D_vtkSplineWidget_PlaceWidget__SWIG_0")); mixin(bindCode("vtkSplineWidget_PlaceWidget__SWIG_1", "D_vtkSplineWidget_PlaceWidget__SWIG_1")); mixin(bindCode("vtkSplineWidget_PlaceWidget__SWIG_2", "D_vtkSplineWidget_PlaceWidget__SWIG_2")); mixin(bindCode("vtkSplineWidget_SetProjectToPlane", "D_vtkSplineWidget_SetProjectToPlane")); mixin(bindCode("vtkSplineWidget_GetProjectToPlane", "D_vtkSplineWidget_GetProjectToPlane")); mixin(bindCode("vtkSplineWidget_ProjectToPlaneOn", "D_vtkSplineWidget_ProjectToPlaneOn")); mixin(bindCode("vtkSplineWidget_ProjectToPlaneOff", "D_vtkSplineWidget_ProjectToPlaneOff")); mixin(bindCode("vtkSplineWidget_SetPlaneSource", "D_vtkSplineWidget_SetPlaneSource")); mixin(bindCode("vtkSplineWidget_SetProjectionNormal", "D_vtkSplineWidget_SetProjectionNormal")); mixin(bindCode("vtkSplineWidget_GetProjectionNormalMinValue", "D_vtkSplineWidget_GetProjectionNormalMinValue")); mixin(bindCode("vtkSplineWidget_GetProjectionNormalMaxValue", "D_vtkSplineWidget_GetProjectionNormalMaxValue")); mixin(bindCode("vtkSplineWidget_GetProjectionNormal", "D_vtkSplineWidget_GetProjectionNormal")); mixin(bindCode("vtkSplineWidget_SetProjectionNormalToXAxes", "D_vtkSplineWidget_SetProjectionNormalToXAxes")); mixin(bindCode("vtkSplineWidget_SetProjectionNormalToYAxes", "D_vtkSplineWidget_SetProjectionNormalToYAxes")); mixin(bindCode("vtkSplineWidget_SetProjectionNormalToZAxes", "D_vtkSplineWidget_SetProjectionNormalToZAxes")); mixin(bindCode("vtkSplineWidget_SetProjectionNormalToOblique", "D_vtkSplineWidget_SetProjectionNormalToOblique")); mixin(bindCode("vtkSplineWidget_SetProjectionPosition", "D_vtkSplineWidget_SetProjectionPosition")); mixin(bindCode("vtkSplineWidget_GetProjectionPosition", "D_vtkSplineWidget_GetProjectionPosition")); mixin(bindCode("vtkSplineWidget_GetPolyData", "D_vtkSplineWidget_GetPolyData")); mixin(bindCode("vtkSplineWidget_SetHandleProperty", "D_vtkSplineWidget_SetHandleProperty")); mixin(bindCode("vtkSplineWidget_GetHandleProperty", "D_vtkSplineWidget_GetHandleProperty")); mixin(bindCode("vtkSplineWidget_SetSelectedHandleProperty", "D_vtkSplineWidget_SetSelectedHandleProperty")); mixin(bindCode("vtkSplineWidget_GetSelectedHandleProperty", "D_vtkSplineWidget_GetSelectedHandleProperty")); mixin(bindCode("vtkSplineWidget_SetLineProperty", "D_vtkSplineWidget_SetLineProperty")); mixin(bindCode("vtkSplineWidget_GetLineProperty", "D_vtkSplineWidget_GetLineProperty")); mixin(bindCode("vtkSplineWidget_SetSelectedLineProperty", "D_vtkSplineWidget_SetSelectedLineProperty")); mixin(bindCode("vtkSplineWidget_GetSelectedLineProperty", "D_vtkSplineWidget_GetSelectedLineProperty")); mixin(bindCode("vtkSplineWidget_SetNumberOfHandles", "D_vtkSplineWidget_SetNumberOfHandles")); mixin(bindCode("vtkSplineWidget_GetNumberOfHandles", "D_vtkSplineWidget_GetNumberOfHandles")); mixin(bindCode("vtkSplineWidget_SetResolution", "D_vtkSplineWidget_SetResolution")); mixin(bindCode("vtkSplineWidget_GetResolution", "D_vtkSplineWidget_GetResolution")); mixin(bindCode("vtkSplineWidget_SetParametricSpline", "D_vtkSplineWidget_SetParametricSpline")); mixin(bindCode("vtkSplineWidget_GetParametricSpline", "D_vtkSplineWidget_GetParametricSpline")); mixin(bindCode("vtkSplineWidget_SetHandlePosition__SWIG_0", "D_vtkSplineWidget_SetHandlePosition__SWIG_0")); mixin(bindCode("vtkSplineWidget_SetHandlePosition__SWIG_1", "D_vtkSplineWidget_SetHandlePosition__SWIG_1")); mixin(bindCode("vtkSplineWidget_GetHandlePosition__SWIG_0", "D_vtkSplineWidget_GetHandlePosition__SWIG_0")); mixin(bindCode("vtkSplineWidget_GetHandlePosition__SWIG_1", "D_vtkSplineWidget_GetHandlePosition__SWIG_1")); mixin(bindCode("vtkSplineWidget_SetClosed", "D_vtkSplineWidget_SetClosed")); mixin(bindCode("vtkSplineWidget_GetClosed", "D_vtkSplineWidget_GetClosed")); mixin(bindCode("vtkSplineWidget_ClosedOn", "D_vtkSplineWidget_ClosedOn")); mixin(bindCode("vtkSplineWidget_ClosedOff", "D_vtkSplineWidget_ClosedOff")); mixin(bindCode("vtkSplineWidget_IsClosed", "D_vtkSplineWidget_IsClosed")); mixin(bindCode("vtkSplineWidget_GetSummedLength", "D_vtkSplineWidget_GetSummedLength")); mixin(bindCode("vtkSplineWidget_InitializeHandles", "D_vtkSplineWidget_InitializeHandles")); mixin(bindCode("vtkSplineWidget_SetProcessEvents", "D_vtkSplineWidget_SetProcessEvents")); mixin(bindCode("vtkSplineWidget_GetProcessEventsMinValue", "D_vtkSplineWidget_GetProcessEventsMinValue")); mixin(bindCode("vtkSplineWidget_GetProcessEventsMaxValue", "D_vtkSplineWidget_GetProcessEventsMaxValue")); mixin(bindCode("vtkSplineWidget_GetProcessEvents", "D_vtkSplineWidget_GetProcessEvents")); mixin(bindCode("vtkSplineWidget_ProcessEventsOn", "D_vtkSplineWidget_ProcessEventsOn")); mixin(bindCode("vtkSplineWidget_ProcessEventsOff", "D_vtkSplineWidget_ProcessEventsOff")); mixin(bindCode("vtkSplineWidget_Upcast", "D_vtkSplineWidget_Upcast")); mixin(bindCode("vtkMCubesWriter_New", "D_vtkMCubesWriter_New")); mixin(bindCode("vtkMCubesWriter_IsTypeOf", "D_vtkMCubesWriter_IsTypeOf")); mixin(bindCode("vtkMCubesWriter_SafeDownCast", "D_vtkMCubesWriter_SafeDownCast")); mixin(bindCode("vtkMCubesWriter_NewInstance", "D_vtkMCubesWriter_NewInstance")); mixin(bindCode("vtkMCubesWriter_SetLimitsFileName", "D_vtkMCubesWriter_SetLimitsFileName")); mixin(bindCode("vtkMCubesWriter_GetLimitsFileName", "D_vtkMCubesWriter_GetLimitsFileName")); mixin(bindCode("vtkMCubesWriter_GetInput__SWIG_0", "D_vtkMCubesWriter_GetInput__SWIG_0")); mixin(bindCode("vtkMCubesWriter_GetInput__SWIG_1", "D_vtkMCubesWriter_GetInput__SWIG_1")); mixin(bindCode("vtkMCubesWriter_SetFileName", "D_vtkMCubesWriter_SetFileName")); mixin(bindCode("vtkMCubesWriter_GetFileName", "D_vtkMCubesWriter_GetFileName")); mixin(bindCode("vtkMCubesWriter_Upcast", "D_vtkMCubesWriter_Upcast")); mixin(bindCode("vtkTreeAreaView_New", "D_vtkTreeAreaView_New")); mixin(bindCode("vtkTreeAreaView_IsTypeOf", "D_vtkTreeAreaView_IsTypeOf")); mixin(bindCode("vtkTreeAreaView_SafeDownCast", "D_vtkTreeAreaView_SafeDownCast")); mixin(bindCode("vtkTreeAreaView_NewInstance", "D_vtkTreeAreaView_NewInstance")); mixin(bindCode("vtkTreeAreaView_SetTreeFromInputConnection", "D_vtkTreeAreaView_SetTreeFromInputConnection")); mixin(bindCode("vtkTreeAreaView_SetTreeFromInput", "D_vtkTreeAreaView_SetTreeFromInput")); mixin(bindCode("vtkTreeAreaView_SetGraphFromInputConnection", "D_vtkTreeAreaView_SetGraphFromInputConnection")); mixin(bindCode("vtkTreeAreaView_SetGraphFromInput", "D_vtkTreeAreaView_SetGraphFromInput")); mixin(bindCode("vtkTreeAreaView_SetAreaLabelArrayName", "D_vtkTreeAreaView_SetAreaLabelArrayName")); mixin(bindCode("vtkTreeAreaView_GetAreaLabelArrayName", "D_vtkTreeAreaView_GetAreaLabelArrayName")); mixin(bindCode("vtkTreeAreaView_SetAreaSizeArrayName", "D_vtkTreeAreaView_SetAreaSizeArrayName")); mixin(bindCode("vtkTreeAreaView_GetAreaSizeArrayName", "D_vtkTreeAreaView_GetAreaSizeArrayName")); mixin(bindCode("vtkTreeAreaView_SetLabelPriorityArrayName", "D_vtkTreeAreaView_SetLabelPriorityArrayName")); mixin(bindCode("vtkTreeAreaView_GetLabelPriorityArrayName", "D_vtkTreeAreaView_GetLabelPriorityArrayName")); mixin(bindCode("vtkTreeAreaView_SetEdgeLabelArrayName", "D_vtkTreeAreaView_SetEdgeLabelArrayName")); mixin(bindCode("vtkTreeAreaView_GetEdgeLabelArrayName", "D_vtkTreeAreaView_GetEdgeLabelArrayName")); mixin(bindCode("vtkTreeAreaView_SetAreaHoverArrayName", "D_vtkTreeAreaView_SetAreaHoverArrayName")); mixin(bindCode("vtkTreeAreaView_GetAreaHoverArrayName", "D_vtkTreeAreaView_GetAreaHoverArrayName")); mixin(bindCode("vtkTreeAreaView_SetAreaLabelVisibility", "D_vtkTreeAreaView_SetAreaLabelVisibility")); mixin(bindCode("vtkTreeAreaView_GetAreaLabelVisibility", "D_vtkTreeAreaView_GetAreaLabelVisibility")); mixin(bindCode("vtkTreeAreaView_AreaLabelVisibilityOn", "D_vtkTreeAreaView_AreaLabelVisibilityOn")); mixin(bindCode("vtkTreeAreaView_AreaLabelVisibilityOff", "D_vtkTreeAreaView_AreaLabelVisibilityOff")); mixin(bindCode("vtkTreeAreaView_SetEdgeLabelVisibility", "D_vtkTreeAreaView_SetEdgeLabelVisibility")); mixin(bindCode("vtkTreeAreaView_GetEdgeLabelVisibility", "D_vtkTreeAreaView_GetEdgeLabelVisibility")); mixin(bindCode("vtkTreeAreaView_EdgeLabelVisibilityOn", "D_vtkTreeAreaView_EdgeLabelVisibilityOn")); mixin(bindCode("vtkTreeAreaView_EdgeLabelVisibilityOff", "D_vtkTreeAreaView_EdgeLabelVisibilityOff")); mixin(bindCode("vtkTreeAreaView_SetAreaColorArrayName", "D_vtkTreeAreaView_SetAreaColorArrayName")); mixin(bindCode("vtkTreeAreaView_GetAreaColorArrayName", "D_vtkTreeAreaView_GetAreaColorArrayName")); mixin(bindCode("vtkTreeAreaView_SetColorAreas", "D_vtkTreeAreaView_SetColorAreas")); mixin(bindCode("vtkTreeAreaView_GetColorAreas", "D_vtkTreeAreaView_GetColorAreas")); mixin(bindCode("vtkTreeAreaView_ColorAreasOn", "D_vtkTreeAreaView_ColorAreasOn")); mixin(bindCode("vtkTreeAreaView_ColorAreasOff", "D_vtkTreeAreaView_ColorAreasOff")); mixin(bindCode("vtkTreeAreaView_SetEdgeColorArrayName", "D_vtkTreeAreaView_SetEdgeColorArrayName")); mixin(bindCode("vtkTreeAreaView_GetEdgeColorArrayName", "D_vtkTreeAreaView_GetEdgeColorArrayName")); mixin(bindCode("vtkTreeAreaView_SetEdgeColorToSplineFraction", "D_vtkTreeAreaView_SetEdgeColorToSplineFraction")); mixin(bindCode("vtkTreeAreaView_SetShrinkPercentage", "D_vtkTreeAreaView_SetShrinkPercentage")); mixin(bindCode("vtkTreeAreaView_GetShrinkPercentage", "D_vtkTreeAreaView_GetShrinkPercentage")); mixin(bindCode("vtkTreeAreaView_SetColorEdges", "D_vtkTreeAreaView_SetColorEdges")); mixin(bindCode("vtkTreeAreaView_GetColorEdges", "D_vtkTreeAreaView_GetColorEdges")); mixin(bindCode("vtkTreeAreaView_ColorEdgesOn", "D_vtkTreeAreaView_ColorEdgesOn")); mixin(bindCode("vtkTreeAreaView_ColorEdgesOff", "D_vtkTreeAreaView_ColorEdgesOff")); mixin(bindCode("vtkTreeAreaView_SetBundlingStrength", "D_vtkTreeAreaView_SetBundlingStrength")); mixin(bindCode("vtkTreeAreaView_GetBundlingStrength", "D_vtkTreeAreaView_GetBundlingStrength")); mixin(bindCode("vtkTreeAreaView_SetAreaLabelFontSize", "D_vtkTreeAreaView_SetAreaLabelFontSize")); mixin(bindCode("vtkTreeAreaView_GetAreaLabelFontSize", "D_vtkTreeAreaView_GetAreaLabelFontSize")); mixin(bindCode("vtkTreeAreaView_SetEdgeLabelFontSize", "D_vtkTreeAreaView_SetEdgeLabelFontSize")); mixin(bindCode("vtkTreeAreaView_GetEdgeLabelFontSize", "D_vtkTreeAreaView_GetEdgeLabelFontSize")); mixin(bindCode("vtkTreeAreaView_SetLayoutStrategy", "D_vtkTreeAreaView_SetLayoutStrategy")); mixin(bindCode("vtkTreeAreaView_GetLayoutStrategy", "D_vtkTreeAreaView_GetLayoutStrategy")); mixin(bindCode("vtkTreeAreaView_SetUseRectangularCoordinates", "D_vtkTreeAreaView_SetUseRectangularCoordinates")); mixin(bindCode("vtkTreeAreaView_GetUseRectangularCoordinates", "D_vtkTreeAreaView_GetUseRectangularCoordinates")); mixin(bindCode("vtkTreeAreaView_UseRectangularCoordinatesOn", "D_vtkTreeAreaView_UseRectangularCoordinatesOn")); mixin(bindCode("vtkTreeAreaView_UseRectangularCoordinatesOff", "D_vtkTreeAreaView_UseRectangularCoordinatesOff")); mixin(bindCode("vtkTreeAreaView_SetEdgeScalarBarVisibility", "D_vtkTreeAreaView_SetEdgeScalarBarVisibility")); mixin(bindCode("vtkTreeAreaView_GetEdgeScalarBarVisibility", "D_vtkTreeAreaView_GetEdgeScalarBarVisibility")); mixin(bindCode("vtkTreeAreaView_Upcast", "D_vtkTreeAreaView_Upcast")); mixin(bindCode("vtkTreeRingView_New", "D_vtkTreeRingView_New")); mixin(bindCode("vtkTreeRingView_IsTypeOf", "D_vtkTreeRingView_IsTypeOf")); mixin(bindCode("vtkTreeRingView_SafeDownCast", "D_vtkTreeRingView_SafeDownCast")); mixin(bindCode("vtkTreeRingView_NewInstance", "D_vtkTreeRingView_NewInstance")); mixin(bindCode("vtkTreeRingView_SetRootAngles", "D_vtkTreeRingView_SetRootAngles")); mixin(bindCode("vtkTreeRingView_SetRootAtCenter", "D_vtkTreeRingView_SetRootAtCenter")); mixin(bindCode("vtkTreeRingView_GetRootAtCenter", "D_vtkTreeRingView_GetRootAtCenter")); mixin(bindCode("vtkTreeRingView_RootAtCenterOn", "D_vtkTreeRingView_RootAtCenterOn")); mixin(bindCode("vtkTreeRingView_RootAtCenterOff", "D_vtkTreeRingView_RootAtCenterOff")); mixin(bindCode("vtkTreeRingView_SetLayerThickness", "D_vtkTreeRingView_SetLayerThickness")); mixin(bindCode("vtkTreeRingView_GetLayerThickness", "D_vtkTreeRingView_GetLayerThickness")); mixin(bindCode("vtkTreeRingView_SetInteriorRadius", "D_vtkTreeRingView_SetInteriorRadius")); mixin(bindCode("vtkTreeRingView_GetInteriorRadius", "D_vtkTreeRingView_GetInteriorRadius")); mixin(bindCode("vtkTreeRingView_SetInteriorLogSpacingValue", "D_vtkTreeRingView_SetInteriorLogSpacingValue")); mixin(bindCode("vtkTreeRingView_GetInteriorLogSpacingValue", "D_vtkTreeRingView_GetInteriorLogSpacingValue")); mixin(bindCode("vtkTreeRingView_Upcast", "D_vtkTreeRingView_Upcast")); mixin(bindCode("vtkImageLaplacian_New", "D_vtkImageLaplacian_New")); mixin(bindCode("vtkImageLaplacian_IsTypeOf", "D_vtkImageLaplacian_IsTypeOf")); mixin(bindCode("vtkImageLaplacian_SafeDownCast", "D_vtkImageLaplacian_SafeDownCast")); mixin(bindCode("vtkImageLaplacian_NewInstance", "D_vtkImageLaplacian_NewInstance")); mixin(bindCode("vtkImageLaplacian_SetDimensionality", "D_vtkImageLaplacian_SetDimensionality")); mixin(bindCode("vtkImageLaplacian_GetDimensionalityMinValue", "D_vtkImageLaplacian_GetDimensionalityMinValue")); mixin(bindCode("vtkImageLaplacian_GetDimensionalityMaxValue", "D_vtkImageLaplacian_GetDimensionalityMaxValue")); mixin(bindCode("vtkImageLaplacian_GetDimensionality", "D_vtkImageLaplacian_GetDimensionality")); mixin(bindCode("vtkImageLaplacian_Upcast", "D_vtkImageLaplacian_Upcast")); mixin(bindCode("VTK_RESLICE_NEAREST_get", "D_VTK_RESLICE_NEAREST_get")); mixin(bindCode("VTK_RESLICE_LINEAR_get", "D_VTK_RESLICE_LINEAR_get")); mixin(bindCode("VTK_RESLICE_CUBIC_get", "D_VTK_RESLICE_CUBIC_get")); mixin(bindCode("vtkImageReslice_New", "D_vtkImageReslice_New")); mixin(bindCode("vtkImageReslice_IsTypeOf", "D_vtkImageReslice_IsTypeOf")); mixin(bindCode("vtkImageReslice_SafeDownCast", "D_vtkImageReslice_SafeDownCast")); mixin(bindCode("vtkImageReslice_NewInstance", "D_vtkImageReslice_NewInstance")); mixin(bindCode("vtkImageReslice_SetResliceAxes", "D_vtkImageReslice_SetResliceAxes")); mixin(bindCode("vtkImageReslice_GetResliceAxes", "D_vtkImageReslice_GetResliceAxes")); mixin(bindCode("vtkImageReslice_SetResliceAxesDirectionCosines__SWIG_0", "D_vtkImageReslice_SetResliceAxesDirectionCosines__SWIG_0")); mixin(bindCode("vtkImageReslice_SetResliceAxesDirectionCosines__SWIG_1", "D_vtkImageReslice_SetResliceAxesDirectionCosines__SWIG_1")); mixin(bindCode("vtkImageReslice_SetResliceAxesDirectionCosines__SWIG_2", "D_vtkImageReslice_SetResliceAxesDirectionCosines__SWIG_2")); mixin(bindCode("vtkImageReslice_GetResliceAxesDirectionCosines__SWIG_0", "D_vtkImageReslice_GetResliceAxesDirectionCosines__SWIG_0")); mixin(bindCode("vtkImageReslice_GetResliceAxesDirectionCosines__SWIG_1", "D_vtkImageReslice_GetResliceAxesDirectionCosines__SWIG_1")); mixin(bindCode("vtkImageReslice_GetResliceAxesDirectionCosines__SWIG_2", "D_vtkImageReslice_GetResliceAxesDirectionCosines__SWIG_2")); mixin(bindCode("vtkImageReslice_SetResliceAxesOrigin__SWIG_0", "D_vtkImageReslice_SetResliceAxesOrigin__SWIG_0")); mixin(bindCode("vtkImageReslice_SetResliceAxesOrigin__SWIG_1", "D_vtkImageReslice_SetResliceAxesOrigin__SWIG_1")); mixin(bindCode("vtkImageReslice_GetResliceAxesOrigin__SWIG_0", "D_vtkImageReslice_GetResliceAxesOrigin__SWIG_0")); mixin(bindCode("vtkImageReslice_GetResliceAxesOrigin__SWIG_1", "D_vtkImageReslice_GetResliceAxesOrigin__SWIG_1")); mixin(bindCode("vtkImageReslice_SetResliceTransform", "D_vtkImageReslice_SetResliceTransform")); mixin(bindCode("vtkImageReslice_GetResliceTransform", "D_vtkImageReslice_GetResliceTransform")); mixin(bindCode("vtkImageReslice_SetInformationInput", "D_vtkImageReslice_SetInformationInput")); mixin(bindCode("vtkImageReslice_GetInformationInput", "D_vtkImageReslice_GetInformationInput")); mixin(bindCode("vtkImageReslice_SetTransformInputSampling", "D_vtkImageReslice_SetTransformInputSampling")); mixin(bindCode("vtkImageReslice_TransformInputSamplingOn", "D_vtkImageReslice_TransformInputSamplingOn")); mixin(bindCode("vtkImageReslice_TransformInputSamplingOff", "D_vtkImageReslice_TransformInputSamplingOff")); mixin(bindCode("vtkImageReslice_GetTransformInputSampling", "D_vtkImageReslice_GetTransformInputSampling")); mixin(bindCode("vtkImageReslice_SetAutoCropOutput", "D_vtkImageReslice_SetAutoCropOutput")); mixin(bindCode("vtkImageReslice_AutoCropOutputOn", "D_vtkImageReslice_AutoCropOutputOn")); mixin(bindCode("vtkImageReslice_AutoCropOutputOff", "D_vtkImageReslice_AutoCropOutputOff")); mixin(bindCode("vtkImageReslice_GetAutoCropOutput", "D_vtkImageReslice_GetAutoCropOutput")); mixin(bindCode("vtkImageReslice_SetWrap", "D_vtkImageReslice_SetWrap")); mixin(bindCode("vtkImageReslice_GetWrap", "D_vtkImageReslice_GetWrap")); mixin(bindCode("vtkImageReslice_WrapOn", "D_vtkImageReslice_WrapOn")); mixin(bindCode("vtkImageReslice_WrapOff", "D_vtkImageReslice_WrapOff")); mixin(bindCode("vtkImageReslice_SetMirror", "D_vtkImageReslice_SetMirror")); mixin(bindCode("vtkImageReslice_GetMirror", "D_vtkImageReslice_GetMirror")); mixin(bindCode("vtkImageReslice_MirrorOn", "D_vtkImageReslice_MirrorOn")); mixin(bindCode("vtkImageReslice_MirrorOff", "D_vtkImageReslice_MirrorOff")); mixin(bindCode("vtkImageReslice_SetBorder", "D_vtkImageReslice_SetBorder")); mixin(bindCode("vtkImageReslice_GetBorder", "D_vtkImageReslice_GetBorder")); mixin(bindCode("vtkImageReslice_BorderOn", "D_vtkImageReslice_BorderOn")); mixin(bindCode("vtkImageReslice_BorderOff", "D_vtkImageReslice_BorderOff")); mixin(bindCode("vtkImageReslice_SetInterpolationMode", "D_vtkImageReslice_SetInterpolationMode")); mixin(bindCode("vtkImageReslice_GetInterpolationModeMinValue", "D_vtkImageReslice_GetInterpolationModeMinValue")); mixin(bindCode("vtkImageReslice_GetInterpolationModeMaxValue", "D_vtkImageReslice_GetInterpolationModeMaxValue")); mixin(bindCode("vtkImageReslice_GetInterpolationMode", "D_vtkImageReslice_GetInterpolationMode")); mixin(bindCode("vtkImageReslice_SetInterpolationModeToNearestNeighbor", "D_vtkImageReslice_SetInterpolationModeToNearestNeighbor")); mixin(bindCode("vtkImageReslice_SetInterpolationModeToLinear", "D_vtkImageReslice_SetInterpolationModeToLinear")); mixin(bindCode("vtkImageReslice_SetInterpolationModeToCubic", "D_vtkImageReslice_SetInterpolationModeToCubic")); mixin(bindCode("vtkImageReslice_GetInterpolationModeAsString", "D_vtkImageReslice_GetInterpolationModeAsString")); mixin(bindCode("vtkImageReslice_SetInterpolator", "D_vtkImageReslice_SetInterpolator")); mixin(bindCode("vtkImageReslice_GetInterpolator", "D_vtkImageReslice_GetInterpolator")); mixin(bindCode("vtkImageReslice_SetSlabMode", "D_vtkImageReslice_SetSlabMode")); mixin(bindCode("vtkImageReslice_GetSlabModeMinValue", "D_vtkImageReslice_GetSlabModeMinValue")); mixin(bindCode("vtkImageReslice_GetSlabModeMaxValue", "D_vtkImageReslice_GetSlabModeMaxValue")); mixin(bindCode("vtkImageReslice_GetSlabMode", "D_vtkImageReslice_GetSlabMode")); mixin(bindCode("vtkImageReslice_SetSlabModeToMin", "D_vtkImageReslice_SetSlabModeToMin")); mixin(bindCode("vtkImageReslice_SetSlabModeToMax", "D_vtkImageReslice_SetSlabModeToMax")); mixin(bindCode("vtkImageReslice_SetSlabModeToMean", "D_vtkImageReslice_SetSlabModeToMean")); mixin(bindCode("vtkImageReslice_SetSlabModeToSum", "D_vtkImageReslice_SetSlabModeToSum")); mixin(bindCode("vtkImageReslice_GetSlabModeAsString", "D_vtkImageReslice_GetSlabModeAsString")); mixin(bindCode("vtkImageReslice_SetSlabNumberOfSlices", "D_vtkImageReslice_SetSlabNumberOfSlices")); mixin(bindCode("vtkImageReslice_GetSlabNumberOfSlices", "D_vtkImageReslice_GetSlabNumberOfSlices")); mixin(bindCode("vtkImageReslice_SetSlabTrapezoidIntegration", "D_vtkImageReslice_SetSlabTrapezoidIntegration")); mixin(bindCode("vtkImageReslice_SlabTrapezoidIntegrationOn", "D_vtkImageReslice_SlabTrapezoidIntegrationOn")); mixin(bindCode("vtkImageReslice_SlabTrapezoidIntegrationOff", "D_vtkImageReslice_SlabTrapezoidIntegrationOff")); mixin(bindCode("vtkImageReslice_GetSlabTrapezoidIntegration", "D_vtkImageReslice_GetSlabTrapezoidIntegration")); mixin(bindCode("vtkImageReslice_SetOptimization", "D_vtkImageReslice_SetOptimization")); mixin(bindCode("vtkImageReslice_GetOptimization", "D_vtkImageReslice_GetOptimization")); mixin(bindCode("vtkImageReslice_OptimizationOn", "D_vtkImageReslice_OptimizationOn")); mixin(bindCode("vtkImageReslice_OptimizationOff", "D_vtkImageReslice_OptimizationOff")); mixin(bindCode("vtkImageReslice_SetBackgroundColor__SWIG_0", "D_vtkImageReslice_SetBackgroundColor__SWIG_0")); mixin(bindCode("vtkImageReslice_SetBackgroundColor__SWIG_1", "D_vtkImageReslice_SetBackgroundColor__SWIG_1")); mixin(bindCode("vtkImageReslice_GetBackgroundColor__SWIG_0", "D_vtkImageReslice_GetBackgroundColor__SWIG_0")); mixin(bindCode("vtkImageReslice_GetBackgroundColor__SWIG_1", "D_vtkImageReslice_GetBackgroundColor__SWIG_1")); mixin(bindCode("vtkImageReslice_GetBackgroundColor__SWIG_2", "D_vtkImageReslice_GetBackgroundColor__SWIG_2")); mixin(bindCode("vtkImageReslice_SetBackgroundLevel", "D_vtkImageReslice_SetBackgroundLevel")); mixin(bindCode("vtkImageReslice_GetBackgroundLevel", "D_vtkImageReslice_GetBackgroundLevel")); mixin(bindCode("vtkImageReslice_SetOutputSpacing__SWIG_0", "D_vtkImageReslice_SetOutputSpacing__SWIG_0")); mixin(bindCode("vtkImageReslice_SetOutputSpacing__SWIG_1", "D_vtkImageReslice_SetOutputSpacing__SWIG_1")); mixin(bindCode("vtkImageReslice_GetOutputSpacing__SWIG_0", "D_vtkImageReslice_GetOutputSpacing__SWIG_0")); mixin(bindCode("vtkImageReslice_GetOutputSpacing__SWIG_1", "D_vtkImageReslice_GetOutputSpacing__SWIG_1")); mixin(bindCode("vtkImageReslice_GetOutputSpacing__SWIG_2", "D_vtkImageReslice_GetOutputSpacing__SWIG_2")); mixin(bindCode("vtkImageReslice_SetOutputSpacingToDefault", "D_vtkImageReslice_SetOutputSpacingToDefault")); mixin(bindCode("vtkImageReslice_SetOutputOrigin__SWIG_0", "D_vtkImageReslice_SetOutputOrigin__SWIG_0")); mixin(bindCode("vtkImageReslice_SetOutputOrigin__SWIG_1", "D_vtkImageReslice_SetOutputOrigin__SWIG_1")); mixin(bindCode("vtkImageReslice_GetOutputOrigin__SWIG_0", "D_vtkImageReslice_GetOutputOrigin__SWIG_0")); mixin(bindCode("vtkImageReslice_GetOutputOrigin__SWIG_1", "D_vtkImageReslice_GetOutputOrigin__SWIG_1")); mixin(bindCode("vtkImageReslice_GetOutputOrigin__SWIG_2", "D_vtkImageReslice_GetOutputOrigin__SWIG_2")); mixin(bindCode("vtkImageReslice_SetOutputOriginToDefault", "D_vtkImageReslice_SetOutputOriginToDefault")); mixin(bindCode("vtkImageReslice_SetOutputExtent__SWIG_0", "D_vtkImageReslice_SetOutputExtent__SWIG_0")); mixin(bindCode("vtkImageReslice_SetOutputExtent__SWIG_1", "D_vtkImageReslice_SetOutputExtent__SWIG_1")); mixin(bindCode("vtkImageReslice_GetOutputExtent__SWIG_0", "D_vtkImageReslice_GetOutputExtent__SWIG_0")); mixin(bindCode("vtkImageReslice_GetOutputExtent__SWIG_1", "D_vtkImageReslice_GetOutputExtent__SWIG_1")); mixin(bindCode("vtkImageReslice_GetOutputExtent__SWIG_2", "D_vtkImageReslice_GetOutputExtent__SWIG_2")); mixin(bindCode("vtkImageReslice_SetOutputExtentToDefault", "D_vtkImageReslice_SetOutputExtentToDefault")); mixin(bindCode("vtkImageReslice_SetOutputDimensionality", "D_vtkImageReslice_SetOutputDimensionality")); mixin(bindCode("vtkImageReslice_GetOutputDimensionality", "D_vtkImageReslice_GetOutputDimensionality")); mixin(bindCode("vtkImageReslice_ReportReferences", "D_vtkImageReslice_ReportReferences")); mixin(bindCode("vtkImageReslice_SetInterpolate", "D_vtkImageReslice_SetInterpolate")); mixin(bindCode("vtkImageReslice_InterpolateOn", "D_vtkImageReslice_InterpolateOn")); mixin(bindCode("vtkImageReslice_InterpolateOff", "D_vtkImageReslice_InterpolateOff")); mixin(bindCode("vtkImageReslice_GetInterpolate", "D_vtkImageReslice_GetInterpolate")); mixin(bindCode("vtkImageReslice_SetStencilData", "D_vtkImageReslice_SetStencilData")); mixin(bindCode("vtkImageReslice_GetStencil", "D_vtkImageReslice_GetStencil")); mixin(bindCode("vtkImageReslice_SetGenerateStencilOutput", "D_vtkImageReslice_SetGenerateStencilOutput")); mixin(bindCode("vtkImageReslice_GetGenerateStencilOutput", "D_vtkImageReslice_GetGenerateStencilOutput")); mixin(bindCode("vtkImageReslice_GenerateStencilOutputOn", "D_vtkImageReslice_GenerateStencilOutputOn")); mixin(bindCode("vtkImageReslice_GenerateStencilOutputOff", "D_vtkImageReslice_GenerateStencilOutputOff")); mixin(bindCode("vtkImageReslice_GetStencilOutputPort", "D_vtkImageReslice_GetStencilOutputPort")); mixin(bindCode("vtkImageReslice_GetStencilOutput", "D_vtkImageReslice_GetStencilOutput")); mixin(bindCode("vtkImageReslice_SetStencilOutput", "D_vtkImageReslice_SetStencilOutput")); mixin(bindCode("vtkImageReslice_Upcast", "D_vtkImageReslice_Upcast")); mixin(bindCode("vtkImageResliceToColors_New", "D_vtkImageResliceToColors_New")); mixin(bindCode("vtkImageResliceToColors_IsTypeOf", "D_vtkImageResliceToColors_IsTypeOf")); mixin(bindCode("vtkImageResliceToColors_SafeDownCast", "D_vtkImageResliceToColors_SafeDownCast")); mixin(bindCode("vtkImageResliceToColors_NewInstance", "D_vtkImageResliceToColors_NewInstance")); mixin(bindCode("vtkImageResliceToColors_SetLookupTable", "D_vtkImageResliceToColors_SetLookupTable")); mixin(bindCode("vtkImageResliceToColors_GetLookupTable", "D_vtkImageResliceToColors_GetLookupTable")); mixin(bindCode("vtkImageResliceToColors_SetOutputFormat", "D_vtkImageResliceToColors_SetOutputFormat")); mixin(bindCode("vtkImageResliceToColors_GetOutputFormatMinValue", "D_vtkImageResliceToColors_GetOutputFormatMinValue")); mixin(bindCode("vtkImageResliceToColors_GetOutputFormatMaxValue", "D_vtkImageResliceToColors_GetOutputFormatMaxValue")); mixin(bindCode("vtkImageResliceToColors_GetOutputFormat", "D_vtkImageResliceToColors_GetOutputFormat")); mixin(bindCode("vtkImageResliceToColors_SetOutputFormatToRGBA", "D_vtkImageResliceToColors_SetOutputFormatToRGBA")); mixin(bindCode("vtkImageResliceToColors_SetOutputFormatToRGB", "D_vtkImageResliceToColors_SetOutputFormatToRGB")); mixin(bindCode("vtkImageResliceToColors_SetOutputFormatToLuminanceAlpha", "D_vtkImageResliceToColors_SetOutputFormatToLuminanceAlpha")); mixin(bindCode("vtkImageResliceToColors_SetOutputFormatToLuminance", "D_vtkImageResliceToColors_SetOutputFormatToLuminance")); mixin(bindCode("vtkImageResliceToColors_SetBypass", "D_vtkImageResliceToColors_SetBypass")); mixin(bindCode("vtkImageResliceToColors_BypassOn", "D_vtkImageResliceToColors_BypassOn")); mixin(bindCode("vtkImageResliceToColors_BypassOff", "D_vtkImageResliceToColors_BypassOff")); mixin(bindCode("vtkImageResliceToColors_GetBypass", "D_vtkImageResliceToColors_GetBypass")); mixin(bindCode("vtkImageResliceToColors_Upcast", "D_vtkImageResliceToColors_Upcast")); mixin(bindCode("vtkImageReader2Factory_New", "D_vtkImageReader2Factory_New")); mixin(bindCode("vtkImageReader2Factory_IsTypeOf", "D_vtkImageReader2Factory_IsTypeOf")); mixin(bindCode("vtkImageReader2Factory_SafeDownCast", "D_vtkImageReader2Factory_SafeDownCast")); mixin(bindCode("vtkImageReader2Factory_NewInstance", "D_vtkImageReader2Factory_NewInstance")); mixin(bindCode("vtkImageReader2Factory_RegisterReader", "D_vtkImageReader2Factory_RegisterReader")); mixin(bindCode("vtkImageReader2Factory_CreateImageReader2", "D_vtkImageReader2Factory_CreateImageReader2")); mixin(bindCode("vtkImageReader2Factory_GetRegisteredReaders", "D_vtkImageReader2Factory_GetRegisteredReaders")); mixin(bindCode("vtkImageReader2Factory_Upcast", "D_vtkImageReader2Factory_Upcast")); mixin(bindCode("vtkUniformGridAMRAlgorithm_New", "D_vtkUniformGridAMRAlgorithm_New")); mixin(bindCode("vtkUniformGridAMRAlgorithm_IsTypeOf", "D_vtkUniformGridAMRAlgorithm_IsTypeOf")); mixin(bindCode("vtkUniformGridAMRAlgorithm_SafeDownCast", "D_vtkUniformGridAMRAlgorithm_SafeDownCast")); mixin(bindCode("vtkUniformGridAMRAlgorithm_NewInstance", "D_vtkUniformGridAMRAlgorithm_NewInstance")); mixin(bindCode("vtkUniformGridAMRAlgorithm_GetOutput__SWIG_0", "D_vtkUniformGridAMRAlgorithm_GetOutput__SWIG_0")); mixin(bindCode("vtkUniformGridAMRAlgorithm_GetOutput__SWIG_1", "D_vtkUniformGridAMRAlgorithm_GetOutput__SWIG_1")); mixin(bindCode("vtkUniformGridAMRAlgorithm_SetInputData__SWIG_0", "D_vtkUniformGridAMRAlgorithm_SetInputData__SWIG_0")); mixin(bindCode("vtkUniformGridAMRAlgorithm_SetInputData__SWIG_1", "D_vtkUniformGridAMRAlgorithm_SetInputData__SWIG_1")); mixin(bindCode("vtkUniformGridAMRAlgorithm_Upcast", "D_vtkUniformGridAMRAlgorithm_Upcast")); mixin(bindCode("vtkOverlappingAMRAlgorithm_New", "D_vtkOverlappingAMRAlgorithm_New")); mixin(bindCode("vtkOverlappingAMRAlgorithm_IsTypeOf", "D_vtkOverlappingAMRAlgorithm_IsTypeOf")); mixin(bindCode("vtkOverlappingAMRAlgorithm_SafeDownCast", "D_vtkOverlappingAMRAlgorithm_SafeDownCast")); mixin(bindCode("vtkOverlappingAMRAlgorithm_NewInstance", "D_vtkOverlappingAMRAlgorithm_NewInstance")); mixin(bindCode("vtkOverlappingAMRAlgorithm_GetOutput__SWIG_0", "D_vtkOverlappingAMRAlgorithm_GetOutput__SWIG_0")); mixin(bindCode("vtkOverlappingAMRAlgorithm_GetOutput__SWIG_1", "D_vtkOverlappingAMRAlgorithm_GetOutput__SWIG_1")); mixin(bindCode("vtkOverlappingAMRAlgorithm_Upcast", "D_vtkOverlappingAMRAlgorithm_Upcast")); mixin(bindCode("vtkOverlappingAMRLevelIdScalars_New", "D_vtkOverlappingAMRLevelIdScalars_New")); mixin(bindCode("vtkOverlappingAMRLevelIdScalars_IsTypeOf", "D_vtkOverlappingAMRLevelIdScalars_IsTypeOf")); mixin(bindCode("vtkOverlappingAMRLevelIdScalars_SafeDownCast", "D_vtkOverlappingAMRLevelIdScalars_SafeDownCast")); mixin(bindCode("vtkOverlappingAMRLevelIdScalars_NewInstance", "D_vtkOverlappingAMRLevelIdScalars_NewInstance")); mixin(bindCode("new_vtkOverlappingAMRLevelIdScalars", "D_new_vtkOverlappingAMRLevelIdScalars")); mixin(bindCode("delete_vtkOverlappingAMRLevelIdScalars", "D_delete_vtkOverlappingAMRLevelIdScalars")); mixin(bindCode("vtkOverlappingAMRLevelIdScalars_Upcast", "D_vtkOverlappingAMRLevelIdScalars_Upcast")); mixin(bindCode("vtkLevelIdScalars_New", "D_vtkLevelIdScalars_New")); mixin(bindCode("vtkLevelIdScalars_IsTypeOf", "D_vtkLevelIdScalars_IsTypeOf")); mixin(bindCode("vtkLevelIdScalars_SafeDownCast", "D_vtkLevelIdScalars_SafeDownCast")); mixin(bindCode("vtkLevelIdScalars_NewInstance", "D_vtkLevelIdScalars_NewInstance")); mixin(bindCode("vtkLevelIdScalars_Upcast", "D_vtkLevelIdScalars_Upcast")); mixin(bindCode("vtkHierarchicalDataLevelFilter_IsTypeOf", "D_vtkHierarchicalDataLevelFilter_IsTypeOf")); mixin(bindCode("vtkHierarchicalDataLevelFilter_SafeDownCast", "D_vtkHierarchicalDataLevelFilter_SafeDownCast")); mixin(bindCode("vtkHierarchicalDataLevelFilter_NewInstance", "D_vtkHierarchicalDataLevelFilter_NewInstance")); mixin(bindCode("vtkHierarchicalDataLevelFilter_New", "D_vtkHierarchicalDataLevelFilter_New")); mixin(bindCode("vtkHierarchicalDataLevelFilter_Upcast", "D_vtkHierarchicalDataLevelFilter_Upcast")); mixin(bindCode("vtkTimePointUtility_New", "D_vtkTimePointUtility_New")); mixin(bindCode("vtkTimePointUtility_IsTypeOf", "D_vtkTimePointUtility_IsTypeOf")); mixin(bindCode("vtkTimePointUtility_SafeDownCast", "D_vtkTimePointUtility_SafeDownCast")); mixin(bindCode("vtkTimePointUtility_NewInstance", "D_vtkTimePointUtility_NewInstance")); mixin(bindCode("vtkTimePointUtility_DateToTimePoint", "D_vtkTimePointUtility_DateToTimePoint")); mixin(bindCode("vtkTimePointUtility_TimeToTimePoint__SWIG_0", "D_vtkTimePointUtility_TimeToTimePoint__SWIG_0")); mixin(bindCode("vtkTimePointUtility_TimeToTimePoint__SWIG_1", "D_vtkTimePointUtility_TimeToTimePoint__SWIG_1")); mixin(bindCode("vtkTimePointUtility_DateTimeToTimePoint__SWIG_0", "D_vtkTimePointUtility_DateTimeToTimePoint__SWIG_0")); mixin(bindCode("vtkTimePointUtility_DateTimeToTimePoint__SWIG_1", "D_vtkTimePointUtility_DateTimeToTimePoint__SWIG_1")); mixin(bindCode("vtkTimePointUtility_GetDate", "D_vtkTimePointUtility_GetDate")); mixin(bindCode("vtkTimePointUtility_GetTime", "D_vtkTimePointUtility_GetTime")); mixin(bindCode("vtkTimePointUtility_GetDateTime", "D_vtkTimePointUtility_GetDateTime")); mixin(bindCode("vtkTimePointUtility_GetYear", "D_vtkTimePointUtility_GetYear")); mixin(bindCode("vtkTimePointUtility_GetMonth", "D_vtkTimePointUtility_GetMonth")); mixin(bindCode("vtkTimePointUtility_GetDay", "D_vtkTimePointUtility_GetDay")); mixin(bindCode("vtkTimePointUtility_GetHour", "D_vtkTimePointUtility_GetHour")); mixin(bindCode("vtkTimePointUtility_GetMinute", "D_vtkTimePointUtility_GetMinute")); mixin(bindCode("vtkTimePointUtility_GetSecond", "D_vtkTimePointUtility_GetSecond")); mixin(bindCode("vtkTimePointUtility_GetMillisecond", "D_vtkTimePointUtility_GetMillisecond")); mixin(bindCode("vtkTimePointUtility_TimePointToISO8601__SWIG_0", "D_vtkTimePointUtility_TimePointToISO8601__SWIG_0")); mixin(bindCode("vtkTimePointUtility_TimePointToISO8601__SWIG_1", "D_vtkTimePointUtility_TimePointToISO8601__SWIG_1")); mixin(bindCode("vtkTimePointUtility_Upcast", "D_vtkTimePointUtility_Upcast")); mixin(bindCode("VTK_CROP_SUBVOLUME_get", "D_VTK_CROP_SUBVOLUME_get")); mixin(bindCode("VTK_CROP_FENCE_get", "D_VTK_CROP_FENCE_get")); mixin(bindCode("VTK_CROP_INVERTED_FENCE_get", "D_VTK_CROP_INVERTED_FENCE_get")); mixin(bindCode("VTK_CROP_CROSS_get", "D_VTK_CROP_CROSS_get")); mixin(bindCode("VTK_CROP_INVERTED_CROSS_get", "D_VTK_CROP_INVERTED_CROSS_get")); mixin(bindCode("vtkVolumeMapper_IsTypeOf", "D_vtkVolumeMapper_IsTypeOf")); mixin(bindCode("vtkVolumeMapper_SafeDownCast", "D_vtkVolumeMapper_SafeDownCast")); mixin(bindCode("vtkVolumeMapper_NewInstance", "D_vtkVolumeMapper_NewInstance")); mixin(bindCode("vtkVolumeMapper_SetInputData__SWIG_0", "D_vtkVolumeMapper_SetInputData__SWIG_0")); mixin(bindCode("vtkVolumeMapper_SetInputData__SWIG_1", "D_vtkVolumeMapper_SetInputData__SWIG_1")); mixin(bindCode("vtkVolumeMapper_GetInput", "D_vtkVolumeMapper_GetInput")); mixin(bindCode("vtkVolumeMapper_SetBlendMode", "D_vtkVolumeMapper_SetBlendMode")); mixin(bindCode("vtkVolumeMapper_SetBlendModeToComposite", "D_vtkVolumeMapper_SetBlendModeToComposite")); mixin(bindCode("vtkVolumeMapper_SetBlendModeToMaximumIntensity", "D_vtkVolumeMapper_SetBlendModeToMaximumIntensity")); mixin(bindCode("vtkVolumeMapper_SetBlendModeToMinimumIntensity", "D_vtkVolumeMapper_SetBlendModeToMinimumIntensity")); mixin(bindCode("vtkVolumeMapper_SetBlendModeToAdditive", "D_vtkVolumeMapper_SetBlendModeToAdditive")); mixin(bindCode("vtkVolumeMapper_GetBlendMode", "D_vtkVolumeMapper_GetBlendMode")); mixin(bindCode("vtkVolumeMapper_SetCropping", "D_vtkVolumeMapper_SetCropping")); mixin(bindCode("vtkVolumeMapper_GetCroppingMinValue", "D_vtkVolumeMapper_GetCroppingMinValue")); mixin(bindCode("vtkVolumeMapper_GetCroppingMaxValue", "D_vtkVolumeMapper_GetCroppingMaxValue")); mixin(bindCode("vtkVolumeMapper_GetCropping", "D_vtkVolumeMapper_GetCropping")); mixin(bindCode("vtkVolumeMapper_CroppingOn", "D_vtkVolumeMapper_CroppingOn")); mixin(bindCode("vtkVolumeMapper_CroppingOff", "D_vtkVolumeMapper_CroppingOff")); mixin(bindCode("vtkVolumeMapper_SetCroppingRegionPlanes__SWIG_0", "D_vtkVolumeMapper_SetCroppingRegionPlanes__SWIG_0")); mixin(bindCode("vtkVolumeMapper_SetCroppingRegionPlanes__SWIG_1", "D_vtkVolumeMapper_SetCroppingRegionPlanes__SWIG_1")); mixin(bindCode("vtkVolumeMapper_GetCroppingRegionPlanes__SWIG_0", "D_vtkVolumeMapper_GetCroppingRegionPlanes__SWIG_0")); mixin(bindCode("vtkVolumeMapper_GetCroppingRegionPlanes__SWIG_1", "D_vtkVolumeMapper_GetCroppingRegionPlanes__SWIG_1")); mixin(bindCode("vtkVolumeMapper_GetVoxelCroppingRegionPlanes__SWIG_0", "D_vtkVolumeMapper_GetVoxelCroppingRegionPlanes__SWIG_0")); mixin(bindCode("vtkVolumeMapper_GetVoxelCroppingRegionPlanes__SWIG_1", "D_vtkVolumeMapper_GetVoxelCroppingRegionPlanes__SWIG_1")); mixin(bindCode("vtkVolumeMapper_SetCroppingRegionFlags", "D_vtkVolumeMapper_SetCroppingRegionFlags")); mixin(bindCode("vtkVolumeMapper_GetCroppingRegionFlagsMinValue", "D_vtkVolumeMapper_GetCroppingRegionFlagsMinValue")); mixin(bindCode("vtkVolumeMapper_GetCroppingRegionFlagsMaxValue", "D_vtkVolumeMapper_GetCroppingRegionFlagsMaxValue")); mixin(bindCode("vtkVolumeMapper_GetCroppingRegionFlags", "D_vtkVolumeMapper_GetCroppingRegionFlags")); mixin(bindCode("vtkVolumeMapper_SetCroppingRegionFlagsToSubVolume", "D_vtkVolumeMapper_SetCroppingRegionFlagsToSubVolume")); mixin(bindCode("vtkVolumeMapper_SetCroppingRegionFlagsToFence", "D_vtkVolumeMapper_SetCroppingRegionFlagsToFence")); mixin(bindCode("vtkVolumeMapper_SetCroppingRegionFlagsToInvertedFence", "D_vtkVolumeMapper_SetCroppingRegionFlagsToInvertedFence")); mixin(bindCode("vtkVolumeMapper_SetCroppingRegionFlagsToCross", "D_vtkVolumeMapper_SetCroppingRegionFlagsToCross")); mixin(bindCode("vtkVolumeMapper_SetCroppingRegionFlagsToInvertedCross", "D_vtkVolumeMapper_SetCroppingRegionFlagsToInvertedCross")); mixin(bindCode("vtkVolumeMapper_Upcast", "D_vtkVolumeMapper_Upcast")); mixin(bindCode("vtkProp_IsTypeOf", "D_vtkProp_IsTypeOf")); mixin(bindCode("vtkProp_SafeDownCast", "D_vtkProp_SafeDownCast")); mixin(bindCode("vtkProp_NewInstance", "D_vtkProp_NewInstance")); mixin(bindCode("vtkProp_GetActors", "D_vtkProp_GetActors")); mixin(bindCode("vtkProp_GetActors2D", "D_vtkProp_GetActors2D")); mixin(bindCode("vtkProp_GetVolumes", "D_vtkProp_GetVolumes")); mixin(bindCode("vtkProp_SetVisibility", "D_vtkProp_SetVisibility")); mixin(bindCode("vtkProp_GetVisibility", "D_vtkProp_GetVisibility")); mixin(bindCode("vtkProp_VisibilityOn", "D_vtkProp_VisibilityOn")); mixin(bindCode("vtkProp_VisibilityOff", "D_vtkProp_VisibilityOff")); mixin(bindCode("vtkProp_SetPickable", "D_vtkProp_SetPickable")); mixin(bindCode("vtkProp_GetPickable", "D_vtkProp_GetPickable")); mixin(bindCode("vtkProp_PickableOn", "D_vtkProp_PickableOn")); mixin(bindCode("vtkProp_PickableOff", "D_vtkProp_PickableOff")); mixin(bindCode("vtkProp_Pick", "D_vtkProp_Pick")); mixin(bindCode("vtkProp_SetDragable", "D_vtkProp_SetDragable")); mixin(bindCode("vtkProp_GetDragable", "D_vtkProp_GetDragable")); mixin(bindCode("vtkProp_DragableOn", "D_vtkProp_DragableOn")); mixin(bindCode("vtkProp_DragableOff", "D_vtkProp_DragableOff")); mixin(bindCode("vtkProp_GetRedrawMTime", "D_vtkProp_GetRedrawMTime")); mixin(bindCode("vtkProp_SetUseBounds", "D_vtkProp_SetUseBounds")); mixin(bindCode("vtkProp_GetUseBounds", "D_vtkProp_GetUseBounds")); mixin(bindCode("vtkProp_UseBoundsOn", "D_vtkProp_UseBoundsOn")); mixin(bindCode("vtkProp_UseBoundsOff", "D_vtkProp_UseBoundsOff")); mixin(bindCode("vtkProp_GetBounds", "D_vtkProp_GetBounds")); mixin(bindCode("vtkProp_ShallowCopy", "D_vtkProp_ShallowCopy")); mixin(bindCode("vtkProp_InitPathTraversal", "D_vtkProp_InitPathTraversal")); mixin(bindCode("vtkProp_GetNextPath", "D_vtkProp_GetNextPath")); mixin(bindCode("vtkProp_GetNumberOfPaths", "D_vtkProp_GetNumberOfPaths")); mixin(bindCode("vtkProp_PokeMatrix", "D_vtkProp_PokeMatrix")); mixin(bindCode("vtkProp_GetMatrix", "D_vtkProp_GetMatrix")); mixin(bindCode("vtkProp_GetPropertyKeys", "D_vtkProp_GetPropertyKeys")); mixin(bindCode("vtkProp_SetPropertyKeys", "D_vtkProp_SetPropertyKeys")); mixin(bindCode("vtkProp_HasKeys", "D_vtkProp_HasKeys")); mixin(bindCode("vtkProp_Upcast", "D_vtkProp_Upcast")); mixin(bindCode("vtkWidgetRepresentation_IsTypeOf", "D_vtkWidgetRepresentation_IsTypeOf")); mixin(bindCode("vtkWidgetRepresentation_SafeDownCast", "D_vtkWidgetRepresentation_SafeDownCast")); mixin(bindCode("vtkWidgetRepresentation_NewInstance", "D_vtkWidgetRepresentation_NewInstance")); mixin(bindCode("vtkWidgetRepresentation_PickingManagedOn", "D_vtkWidgetRepresentation_PickingManagedOn")); mixin(bindCode("vtkWidgetRepresentation_PickingManagedOff", "D_vtkWidgetRepresentation_PickingManagedOff")); mixin(bindCode("vtkWidgetRepresentation_SetPickingManaged", "D_vtkWidgetRepresentation_SetPickingManaged")); mixin(bindCode("vtkWidgetRepresentation_GetPickingManaged", "D_vtkWidgetRepresentation_GetPickingManaged")); mixin(bindCode("vtkWidgetRepresentation_SetRenderer", "D_vtkWidgetRepresentation_SetRenderer")); mixin(bindCode("vtkWidgetRepresentation_GetRenderer", "D_vtkWidgetRepresentation_GetRenderer")); mixin(bindCode("vtkWidgetRepresentation_BuildRepresentation", "D_vtkWidgetRepresentation_BuildRepresentation")); mixin(bindCode("vtkWidgetRepresentation_PlaceWidget", "D_vtkWidgetRepresentation_PlaceWidget")); mixin(bindCode("vtkWidgetRepresentation_StartWidgetInteraction", "D_vtkWidgetRepresentation_StartWidgetInteraction")); mixin(bindCode("vtkWidgetRepresentation_WidgetInteraction", "D_vtkWidgetRepresentation_WidgetInteraction")); mixin(bindCode("vtkWidgetRepresentation_EndWidgetInteraction", "D_vtkWidgetRepresentation_EndWidgetInteraction")); mixin(bindCode("vtkWidgetRepresentation_ComputeInteractionState__SWIG_0", "D_vtkWidgetRepresentation_ComputeInteractionState__SWIG_0")); mixin(bindCode("vtkWidgetRepresentation_ComputeInteractionState__SWIG_1", "D_vtkWidgetRepresentation_ComputeInteractionState__SWIG_1")); mixin(bindCode("vtkWidgetRepresentation_GetInteractionState", "D_vtkWidgetRepresentation_GetInteractionState")); mixin(bindCode("vtkWidgetRepresentation_Highlight", "D_vtkWidgetRepresentation_Highlight")); mixin(bindCode("vtkWidgetRepresentation_SetPlaceFactor", "D_vtkWidgetRepresentation_SetPlaceFactor")); mixin(bindCode("vtkWidgetRepresentation_GetPlaceFactorMinValue", "D_vtkWidgetRepresentation_GetPlaceFactorMinValue")); mixin(bindCode("vtkWidgetRepresentation_GetPlaceFactorMaxValue", "D_vtkWidgetRepresentation_GetPlaceFactorMaxValue")); mixin(bindCode("vtkWidgetRepresentation_GetPlaceFactor", "D_vtkWidgetRepresentation_GetPlaceFactor")); mixin(bindCode("vtkWidgetRepresentation_SetHandleSize", "D_vtkWidgetRepresentation_SetHandleSize")); mixin(bindCode("vtkWidgetRepresentation_GetHandleSizeMinValue", "D_vtkWidgetRepresentation_GetHandleSizeMinValue")); mixin(bindCode("vtkWidgetRepresentation_GetHandleSizeMaxValue", "D_vtkWidgetRepresentation_GetHandleSizeMaxValue")); mixin(bindCode("vtkWidgetRepresentation_GetHandleSize", "D_vtkWidgetRepresentation_GetHandleSize")); mixin(bindCode("vtkWidgetRepresentation_GetNeedToRender", "D_vtkWidgetRepresentation_GetNeedToRender")); mixin(bindCode("vtkWidgetRepresentation_SetNeedToRender", "D_vtkWidgetRepresentation_SetNeedToRender")); mixin(bindCode("vtkWidgetRepresentation_GetNeedToRenderMinValue", "D_vtkWidgetRepresentation_GetNeedToRenderMinValue")); mixin(bindCode("vtkWidgetRepresentation_GetNeedToRenderMaxValue", "D_vtkWidgetRepresentation_GetNeedToRenderMaxValue")); mixin(bindCode("vtkWidgetRepresentation_NeedToRenderOn", "D_vtkWidgetRepresentation_NeedToRenderOn")); mixin(bindCode("vtkWidgetRepresentation_NeedToRenderOff", "D_vtkWidgetRepresentation_NeedToRenderOff")); mixin(bindCode("vtkWidgetRepresentation_ReleaseGraphicsResources", "D_vtkWidgetRepresentation_ReleaseGraphicsResources")); mixin(bindCode("vtkWidgetRepresentation_RenderOverlay", "D_vtkWidgetRepresentation_RenderOverlay")); mixin(bindCode("vtkWidgetRepresentation_RenderOpaqueGeometry", "D_vtkWidgetRepresentation_RenderOpaqueGeometry")); mixin(bindCode("vtkWidgetRepresentation_RenderTranslucentPolygonalGeometry", "D_vtkWidgetRepresentation_RenderTranslucentPolygonalGeometry")); mixin(bindCode("vtkWidgetRepresentation_RenderVolumetricGeometry", "D_vtkWidgetRepresentation_RenderVolumetricGeometry")); mixin(bindCode("vtkWidgetRepresentation_HasTranslucentPolygonalGeometry", "D_vtkWidgetRepresentation_HasTranslucentPolygonalGeometry")); mixin(bindCode("vtkWidgetRepresentation_Upcast", "D_vtkWidgetRepresentation_Upcast")); mixin(bindCode("vtkButtonRepresentation_IsTypeOf", "D_vtkButtonRepresentation_IsTypeOf")); mixin(bindCode("vtkButtonRepresentation_SafeDownCast", "D_vtkButtonRepresentation_SafeDownCast")); mixin(bindCode("vtkButtonRepresentation_NewInstance", "D_vtkButtonRepresentation_NewInstance")); mixin(bindCode("vtkButtonRepresentation_SetNumberOfStates", "D_vtkButtonRepresentation_SetNumberOfStates")); mixin(bindCode("vtkButtonRepresentation_GetNumberOfStatesMinValue", "D_vtkButtonRepresentation_GetNumberOfStatesMinValue")); mixin(bindCode("vtkButtonRepresentation_GetNumberOfStatesMaxValue", "D_vtkButtonRepresentation_GetNumberOfStatesMaxValue")); mixin(bindCode("vtkButtonRepresentation_GetState", "D_vtkButtonRepresentation_GetState")); mixin(bindCode("vtkButtonRepresentation_SetState", "D_vtkButtonRepresentation_SetState")); mixin(bindCode("vtkButtonRepresentation_NextState", "D_vtkButtonRepresentation_NextState")); mixin(bindCode("vtkButtonRepresentation_PreviousState", "D_vtkButtonRepresentation_PreviousState")); mixin(bindCode("vtkButtonRepresentation_GetHighlightState", "D_vtkButtonRepresentation_GetHighlightState")); mixin(bindCode("vtkButtonRepresentation_Upcast", "D_vtkButtonRepresentation_Upcast")); mixin(bindCode("vtkProp3DButtonRepresentation_New", "D_vtkProp3DButtonRepresentation_New")); mixin(bindCode("vtkProp3DButtonRepresentation_IsTypeOf", "D_vtkProp3DButtonRepresentation_IsTypeOf")); mixin(bindCode("vtkProp3DButtonRepresentation_SafeDownCast", "D_vtkProp3DButtonRepresentation_SafeDownCast")); mixin(bindCode("vtkProp3DButtonRepresentation_NewInstance", "D_vtkProp3DButtonRepresentation_NewInstance")); mixin(bindCode("vtkProp3DButtonRepresentation_SetButtonProp", "D_vtkProp3DButtonRepresentation_SetButtonProp")); mixin(bindCode("vtkProp3DButtonRepresentation_GetButtonProp", "D_vtkProp3DButtonRepresentation_GetButtonProp")); mixin(bindCode("vtkProp3DButtonRepresentation_SetFollowCamera", "D_vtkProp3DButtonRepresentation_SetFollowCamera")); mixin(bindCode("vtkProp3DButtonRepresentation_GetFollowCamera", "D_vtkProp3DButtonRepresentation_GetFollowCamera")); mixin(bindCode("vtkProp3DButtonRepresentation_FollowCameraOn", "D_vtkProp3DButtonRepresentation_FollowCameraOn")); mixin(bindCode("vtkProp3DButtonRepresentation_FollowCameraOff", "D_vtkProp3DButtonRepresentation_FollowCameraOff")); mixin(bindCode("vtkProp3DButtonRepresentation_ComputeInteractionState__SWIG_0", "D_vtkProp3DButtonRepresentation_ComputeInteractionState__SWIG_0")); mixin(bindCode("vtkProp3DButtonRepresentation_ComputeInteractionState__SWIG_1", "D_vtkProp3DButtonRepresentation_ComputeInteractionState__SWIG_1")); mixin(bindCode("vtkProp3DButtonRepresentation_PlaceWidget", "D_vtkProp3DButtonRepresentation_PlaceWidget")); mixin(bindCode("vtkProp3DButtonRepresentation_Upcast", "D_vtkProp3DButtonRepresentation_Upcast")); mixin(bindCode("vtkInformationKey_IsTypeOf", "D_vtkInformationKey_IsTypeOf")); mixin(bindCode("vtkInformationKey_SafeDownCast", "D_vtkInformationKey_SafeDownCast")); mixin(bindCode("vtkInformationKey_NewInstance", "D_vtkInformationKey_NewInstance")); mixin(bindCode("vtkInformationKey_GetName", "D_vtkInformationKey_GetName")); mixin(bindCode("vtkInformationKey_GetLocation", "D_vtkInformationKey_GetLocation")); mixin(bindCode("delete_vtkInformationKey", "D_delete_vtkInformationKey")); mixin(bindCode("vtkInformationKey_ShallowCopy", "D_vtkInformationKey_ShallowCopy")); mixin(bindCode("vtkInformationKey_DeepCopy", "D_vtkInformationKey_DeepCopy")); mixin(bindCode("vtkInformationKey_Has", "D_vtkInformationKey_Has")); mixin(bindCode("vtkInformationKey_Remove", "D_vtkInformationKey_Remove")); mixin(bindCode("vtkInformationKey_Report", "D_vtkInformationKey_Report")); mixin(bindCode("vtkInformationKey_Print__SWIG_0", "D_vtkInformationKey_Print__SWIG_0")); mixin(bindCode("vtkInformationKey_Print__SWIG_1", "D_vtkInformationKey_Print__SWIG_1")); mixin(bindCode("vtkInformationKey_Upcast", "D_vtkInformationKey_Upcast")); mixin(bindCode("new_vtkDebugLeaksManager", "D_new_vtkDebugLeaksManager")); mixin(bindCode("delete_vtkDebugLeaksManager", "D_delete_vtkDebugLeaksManager")); mixin(bindCode("vtkDebugLeaksManagerInstance_set", "D_vtkDebugLeaksManagerInstance_set")); mixin(bindCode("vtkDebugLeaksManagerInstance_get", "D_vtkDebugLeaksManagerInstance_get")); mixin(bindCode("new_vtkCommonInformationKeyManager", "D_new_vtkCommonInformationKeyManager")); mixin(bindCode("delete_vtkCommonInformationKeyManager", "D_delete_vtkCommonInformationKeyManager")); mixin(bindCode("vtkCommonInformationKeyManager_Register", "D_vtkCommonInformationKeyManager_Register")); mixin(bindCode("vtkCommonInformationKeyManagerInstance_set", "D_vtkCommonInformationKeyManagerInstance_set")); mixin(bindCode("vtkCommonInformationKeyManagerInstance_get", "D_vtkCommonInformationKeyManagerInstance_get")); mixin(bindCode("vtkInformationIdTypeKey_IsTypeOf", "D_vtkInformationIdTypeKey_IsTypeOf")); mixin(bindCode("vtkInformationIdTypeKey_SafeDownCast", "D_vtkInformationIdTypeKey_SafeDownCast")); mixin(bindCode("vtkInformationIdTypeKey_NewInstance", "D_vtkInformationIdTypeKey_NewInstance")); mixin(bindCode("new_vtkInformationIdTypeKey", "D_new_vtkInformationIdTypeKey")); mixin(bindCode("delete_vtkInformationIdTypeKey", "D_delete_vtkInformationIdTypeKey")); mixin(bindCode("vtkInformationIdTypeKey_Set", "D_vtkInformationIdTypeKey_Set")); mixin(bindCode("vtkInformationIdTypeKey_Get", "D_vtkInformationIdTypeKey_Get")); mixin(bindCode("vtkInformationIdTypeKey_Upcast", "D_vtkInformationIdTypeKey_Upcast")); mixin(bindCode("VTK_ATTRIBUTE_MODE_DEFAULT_get", "D_VTK_ATTRIBUTE_MODE_DEFAULT_get")); mixin(bindCode("VTK_ATTRIBUTE_MODE_USE_POINT_DATA_get", "D_VTK_ATTRIBUTE_MODE_USE_POINT_DATA_get")); mixin(bindCode("VTK_ATTRIBUTE_MODE_USE_CELL_DATA_get", "D_VTK_ATTRIBUTE_MODE_USE_CELL_DATA_get")); mixin(bindCode("VTK_COMPONENT_MODE_USE_SELECTED_get", "D_VTK_COMPONENT_MODE_USE_SELECTED_get")); mixin(bindCode("VTK_COMPONENT_MODE_USE_ALL_get", "D_VTK_COMPONENT_MODE_USE_ALL_get")); mixin(bindCode("VTK_COMPONENT_MODE_USE_ANY_get", "D_VTK_COMPONENT_MODE_USE_ANY_get")); mixin(bindCode("vtkThreshold_New", "D_vtkThreshold_New")); mixin(bindCode("vtkThreshold_IsTypeOf", "D_vtkThreshold_IsTypeOf")); mixin(bindCode("vtkThreshold_SafeDownCast", "D_vtkThreshold_SafeDownCast")); mixin(bindCode("vtkThreshold_NewInstance", "D_vtkThreshold_NewInstance")); mixin(bindCode("vtkThreshold_ThresholdByLower", "D_vtkThreshold_ThresholdByLower")); mixin(bindCode("vtkThreshold_ThresholdByUpper", "D_vtkThreshold_ThresholdByUpper")); mixin(bindCode("vtkThreshold_ThresholdBetween", "D_vtkThreshold_ThresholdBetween")); mixin(bindCode("vtkThreshold_GetUpperThreshold", "D_vtkThreshold_GetUpperThreshold")); mixin(bindCode("vtkThreshold_GetLowerThreshold", "D_vtkThreshold_GetLowerThreshold")); mixin(bindCode("vtkThreshold_SetAttributeMode", "D_vtkThreshold_SetAttributeMode")); mixin(bindCode("vtkThreshold_GetAttributeMode", "D_vtkThreshold_GetAttributeMode")); mixin(bindCode("vtkThreshold_SetAttributeModeToDefault", "D_vtkThreshold_SetAttributeModeToDefault")); mixin(bindCode("vtkThreshold_SetAttributeModeToUsePointData", "D_vtkThreshold_SetAttributeModeToUsePointData")); mixin(bindCode("vtkThreshold_SetAttributeModeToUseCellData", "D_vtkThreshold_SetAttributeModeToUseCellData")); mixin(bindCode("vtkThreshold_GetAttributeModeAsString", "D_vtkThreshold_GetAttributeModeAsString")); mixin(bindCode("vtkThreshold_SetComponentMode", "D_vtkThreshold_SetComponentMode")); mixin(bindCode("vtkThreshold_GetComponentModeMinValue", "D_vtkThreshold_GetComponentModeMinValue")); mixin(bindCode("vtkThreshold_GetComponentModeMaxValue", "D_vtkThreshold_GetComponentModeMaxValue")); mixin(bindCode("vtkThreshold_GetComponentMode", "D_vtkThreshold_GetComponentMode")); mixin(bindCode("vtkThreshold_SetComponentModeToUseSelected", "D_vtkThreshold_SetComponentModeToUseSelected")); mixin(bindCode("vtkThreshold_SetComponentModeToUseAll", "D_vtkThreshold_SetComponentModeToUseAll")); mixin(bindCode("vtkThreshold_SetComponentModeToUseAny", "D_vtkThreshold_SetComponentModeToUseAny")); mixin(bindCode("vtkThreshold_GetComponentModeAsString", "D_vtkThreshold_GetComponentModeAsString")); mixin(bindCode("vtkThreshold_SetSelectedComponent", "D_vtkThreshold_SetSelectedComponent")); mixin(bindCode("vtkThreshold_GetSelectedComponentMinValue", "D_vtkThreshold_GetSelectedComponentMinValue")); mixin(bindCode("vtkThreshold_GetSelectedComponentMaxValue", "D_vtkThreshold_GetSelectedComponentMaxValue")); mixin(bindCode("vtkThreshold_GetSelectedComponent", "D_vtkThreshold_GetSelectedComponent")); mixin(bindCode("vtkThreshold_SetAllScalars", "D_vtkThreshold_SetAllScalars")); mixin(bindCode("vtkThreshold_GetAllScalars", "D_vtkThreshold_GetAllScalars")); mixin(bindCode("vtkThreshold_AllScalarsOn", "D_vtkThreshold_AllScalarsOn")); mixin(bindCode("vtkThreshold_AllScalarsOff", "D_vtkThreshold_AllScalarsOff")); mixin(bindCode("vtkThreshold_SetUseContinuousCellRange", "D_vtkThreshold_SetUseContinuousCellRange")); mixin(bindCode("vtkThreshold_GetUseContinuousCellRange", "D_vtkThreshold_GetUseContinuousCellRange")); mixin(bindCode("vtkThreshold_UseContinuousCellRangeOn", "D_vtkThreshold_UseContinuousCellRangeOn")); mixin(bindCode("vtkThreshold_UseContinuousCellRangeOff", "D_vtkThreshold_UseContinuousCellRangeOff")); mixin(bindCode("vtkThreshold_SetPointsDataTypeToDouble", "D_vtkThreshold_SetPointsDataTypeToDouble")); mixin(bindCode("vtkThreshold_SetPointsDataTypeToFloat", "D_vtkThreshold_SetPointsDataTypeToFloat")); mixin(bindCode("vtkThreshold_SetPointsDataType", "D_vtkThreshold_SetPointsDataType")); mixin(bindCode("vtkThreshold_GetPointsDataType", "D_vtkThreshold_GetPointsDataType")); mixin(bindCode("vtkThreshold_SetOutputPointsPrecision", "D_vtkThreshold_SetOutputPointsPrecision")); mixin(bindCode("vtkThreshold_GetOutputPointsPrecision", "D_vtkThreshold_GetOutputPointsPrecision")); mixin(bindCode("vtkThreshold_Upcast", "D_vtkThreshold_Upcast")); mixin(bindCode("vtkGenericAdaptorCell_IsTypeOf", "D_vtkGenericAdaptorCell_IsTypeOf")); mixin(bindCode("vtkGenericAdaptorCell_SafeDownCast", "D_vtkGenericAdaptorCell_SafeDownCast")); mixin(bindCode("vtkGenericAdaptorCell_NewInstance", "D_vtkGenericAdaptorCell_NewInstance")); mixin(bindCode("vtkGenericAdaptorCell_GetId", "D_vtkGenericAdaptorCell_GetId")); mixin(bindCode("vtkGenericAdaptorCell_IsInDataSet", "D_vtkGenericAdaptorCell_IsInDataSet")); mixin(bindCode("vtkGenericAdaptorCell_GetType", "D_vtkGenericAdaptorCell_GetType")); mixin(bindCode("vtkGenericAdaptorCell_GetDimension", "D_vtkGenericAdaptorCell_GetDimension")); mixin(bindCode("vtkGenericAdaptorCell_GetGeometryOrder", "D_vtkGenericAdaptorCell_GetGeometryOrder")); mixin(bindCode("vtkGenericAdaptorCell_IsGeometryLinear", "D_vtkGenericAdaptorCell_IsGeometryLinear")); mixin(bindCode("vtkGenericAdaptorCell_GetAttributeOrder", "D_vtkGenericAdaptorCell_GetAttributeOrder")); mixin(bindCode("vtkGenericAdaptorCell_GetHighestOrderAttribute", "D_vtkGenericAdaptorCell_GetHighestOrderAttribute")); mixin(bindCode("vtkGenericAdaptorCell_IsAttributeLinear", "D_vtkGenericAdaptorCell_IsAttributeLinear")); mixin(bindCode("vtkGenericAdaptorCell_IsPrimary", "D_vtkGenericAdaptorCell_IsPrimary")); mixin(bindCode("vtkGenericAdaptorCell_GetNumberOfPoints", "D_vtkGenericAdaptorCell_GetNumberOfPoints")); mixin(bindCode("vtkGenericAdaptorCell_GetNumberOfBoundaries__SWIG_0", "D_vtkGenericAdaptorCell_GetNumberOfBoundaries__SWIG_0")); mixin(bindCode("vtkGenericAdaptorCell_GetNumberOfBoundaries__SWIG_1", "D_vtkGenericAdaptorCell_GetNumberOfBoundaries__SWIG_1")); mixin(bindCode("vtkGenericAdaptorCell_GetNumberOfDOFNodes", "D_vtkGenericAdaptorCell_GetNumberOfDOFNodes")); mixin(bindCode("vtkGenericAdaptorCell_GetPointIterator", "D_vtkGenericAdaptorCell_GetPointIterator")); mixin(bindCode("vtkGenericAdaptorCell_NewCellIterator", "D_vtkGenericAdaptorCell_NewCellIterator")); mixin(bindCode("vtkGenericAdaptorCell_GetBoundaryIterator__SWIG_0", "D_vtkGenericAdaptorCell_GetBoundaryIterator__SWIG_0")); mixin(bindCode("vtkGenericAdaptorCell_GetBoundaryIterator__SWIG_1", "D_vtkGenericAdaptorCell_GetBoundaryIterator__SWIG_1")); mixin(bindCode("vtkGenericAdaptorCell_CountNeighbors", "D_vtkGenericAdaptorCell_CountNeighbors")); mixin(bindCode("vtkGenericAdaptorCell_CountEdgeNeighbors", "D_vtkGenericAdaptorCell_CountEdgeNeighbors")); mixin(bindCode("vtkGenericAdaptorCell_GetNeighbors", "D_vtkGenericAdaptorCell_GetNeighbors")); mixin(bindCode("vtkGenericAdaptorCell_FindClosestBoundary", "D_vtkGenericAdaptorCell_FindClosestBoundary")); mixin(bindCode("vtkGenericAdaptorCell_EvaluatePosition", "D_vtkGenericAdaptorCell_EvaluatePosition")); mixin(bindCode("vtkGenericAdaptorCell_EvaluateLocation", "D_vtkGenericAdaptorCell_EvaluateLocation")); mixin(bindCode("vtkGenericAdaptorCell_InterpolateTuple__SWIG_0", "D_vtkGenericAdaptorCell_InterpolateTuple__SWIG_0")); mixin(bindCode("vtkGenericAdaptorCell_InterpolateTuple__SWIG_1", "D_vtkGenericAdaptorCell_InterpolateTuple__SWIG_1")); mixin(bindCode("vtkGenericAdaptorCell_Contour", "D_vtkGenericAdaptorCell_Contour")); mixin(bindCode("vtkGenericAdaptorCell_Clip", "D_vtkGenericAdaptorCell_Clip")); mixin(bindCode("vtkGenericAdaptorCell_IntersectWithLine", "D_vtkGenericAdaptorCell_IntersectWithLine")); mixin(bindCode("vtkGenericAdaptorCell_Derivatives", "D_vtkGenericAdaptorCell_Derivatives")); mixin(bindCode("vtkGenericAdaptorCell_GetBounds__SWIG_0", "D_vtkGenericAdaptorCell_GetBounds__SWIG_0")); mixin(bindCode("vtkGenericAdaptorCell_GetBounds__SWIG_1", "D_vtkGenericAdaptorCell_GetBounds__SWIG_1")); mixin(bindCode("vtkGenericAdaptorCell_GetLength2", "D_vtkGenericAdaptorCell_GetLength2")); mixin(bindCode("vtkGenericAdaptorCell_GetParametricCenter", "D_vtkGenericAdaptorCell_GetParametricCenter")); mixin(bindCode("vtkGenericAdaptorCell_GetParametricDistance", "D_vtkGenericAdaptorCell_GetParametricDistance")); mixin(bindCode("vtkGenericAdaptorCell_GetParametricCoords", "D_vtkGenericAdaptorCell_GetParametricCoords")); mixin(bindCode("vtkGenericAdaptorCell_Tessellate", "D_vtkGenericAdaptorCell_Tessellate")); mixin(bindCode("vtkGenericAdaptorCell_IsFaceOnBoundary", "D_vtkGenericAdaptorCell_IsFaceOnBoundary")); mixin(bindCode("vtkGenericAdaptorCell_IsOnBoundary", "D_vtkGenericAdaptorCell_IsOnBoundary")); mixin(bindCode("vtkGenericAdaptorCell_GetPointIds", "D_vtkGenericAdaptorCell_GetPointIds")); mixin(bindCode("vtkGenericAdaptorCell_TriangulateFace", "D_vtkGenericAdaptorCell_TriangulateFace")); mixin(bindCode("vtkGenericAdaptorCell_GetFaceArray", "D_vtkGenericAdaptorCell_GetFaceArray")); mixin(bindCode("vtkGenericAdaptorCell_GetNumberOfVerticesOnFace", "D_vtkGenericAdaptorCell_GetNumberOfVerticesOnFace")); mixin(bindCode("vtkGenericAdaptorCell_GetEdgeArray", "D_vtkGenericAdaptorCell_GetEdgeArray")); mixin(bindCode("vtkGenericAdaptorCell_Upcast", "D_vtkGenericAdaptorCell_Upcast")); mixin(bindCode("VTK_FILE_BYTE_ORDER_BIG_ENDIAN_get", "D_VTK_FILE_BYTE_ORDER_BIG_ENDIAN_get")); mixin(bindCode("VTK_FILE_BYTE_ORDER_LITTLE_ENDIAN_get", "D_VTK_FILE_BYTE_ORDER_LITTLE_ENDIAN_get")); mixin(bindCode("vtkImageReader2_New", "D_vtkImageReader2_New")); mixin(bindCode("vtkImageReader2_IsTypeOf", "D_vtkImageReader2_IsTypeOf")); mixin(bindCode("vtkImageReader2_SafeDownCast", "D_vtkImageReader2_SafeDownCast")); mixin(bindCode("vtkImageReader2_NewInstance", "D_vtkImageReader2_NewInstance")); mixin(bindCode("vtkImageReader2_SetFileName", "D_vtkImageReader2_SetFileName")); mixin(bindCode("vtkImageReader2_GetFileName", "D_vtkImageReader2_GetFileName")); mixin(bindCode("vtkImageReader2_SetFileNames", "D_vtkImageReader2_SetFileNames")); mixin(bindCode("vtkImageReader2_GetFileNames", "D_vtkImageReader2_GetFileNames")); mixin(bindCode("vtkImageReader2_SetFilePrefix", "D_vtkImageReader2_SetFilePrefix")); mixin(bindCode("vtkImageReader2_GetFilePrefix", "D_vtkImageReader2_GetFilePrefix")); mixin(bindCode("vtkImageReader2_SetFilePattern", "D_vtkImageReader2_SetFilePattern")); mixin(bindCode("vtkImageReader2_GetFilePattern", "D_vtkImageReader2_GetFilePattern")); mixin(bindCode("vtkImageReader2_SetMemoryBuffer", "D_vtkImageReader2_SetMemoryBuffer")); mixin(bindCode("vtkImageReader2_GetMemoryBuffer", "D_vtkImageReader2_GetMemoryBuffer")); mixin(bindCode("vtkImageReader2_SetMemoryBufferLength", "D_vtkImageReader2_SetMemoryBufferLength")); mixin(bindCode("vtkImageReader2_GetMemoryBufferLength", "D_vtkImageReader2_GetMemoryBufferLength")); mixin(bindCode("vtkImageReader2_SetDataScalarType", "D_vtkImageReader2_SetDataScalarType")); mixin(bindCode("vtkImageReader2_SetDataScalarTypeToFloat", "D_vtkImageReader2_SetDataScalarTypeToFloat")); mixin(bindCode("vtkImageReader2_SetDataScalarTypeToDouble", "D_vtkImageReader2_SetDataScalarTypeToDouble")); mixin(bindCode("vtkImageReader2_SetDataScalarTypeToInt", "D_vtkImageReader2_SetDataScalarTypeToInt")); mixin(bindCode("vtkImageReader2_SetDataScalarTypeToUnsignedInt", "D_vtkImageReader2_SetDataScalarTypeToUnsignedInt")); mixin(bindCode("vtkImageReader2_SetDataScalarTypeToShort", "D_vtkImageReader2_SetDataScalarTypeToShort")); mixin(bindCode("vtkImageReader2_SetDataScalarTypeToUnsignedShort", "D_vtkImageReader2_SetDataScalarTypeToUnsignedShort")); mixin(bindCode("vtkImageReader2_SetDataScalarTypeToChar", "D_vtkImageReader2_SetDataScalarTypeToChar")); mixin(bindCode("vtkImageReader2_SetDataScalarTypeToSignedChar", "D_vtkImageReader2_SetDataScalarTypeToSignedChar")); mixin(bindCode("vtkImageReader2_SetDataScalarTypeToUnsignedChar", "D_vtkImageReader2_SetDataScalarTypeToUnsignedChar")); mixin(bindCode("vtkImageReader2_GetDataScalarType", "D_vtkImageReader2_GetDataScalarType")); mixin(bindCode("vtkImageReader2_SetNumberOfScalarComponents", "D_vtkImageReader2_SetNumberOfScalarComponents")); mixin(bindCode("vtkImageReader2_GetNumberOfScalarComponents", "D_vtkImageReader2_GetNumberOfScalarComponents")); mixin(bindCode("vtkImageReader2_SetDataExtent__SWIG_0", "D_vtkImageReader2_SetDataExtent__SWIG_0")); mixin(bindCode("vtkImageReader2_SetDataExtent__SWIG_1", "D_vtkImageReader2_SetDataExtent__SWIG_1")); mixin(bindCode("vtkImageReader2_GetDataExtent__SWIG_0", "D_vtkImageReader2_GetDataExtent__SWIG_0")); mixin(bindCode("vtkImageReader2_GetDataExtent__SWIG_1", "D_vtkImageReader2_GetDataExtent__SWIG_1")); mixin(bindCode("vtkImageReader2_GetDataExtent__SWIG_2", "D_vtkImageReader2_GetDataExtent__SWIG_2")); mixin(bindCode("vtkImageReader2_SetFileDimensionality", "D_vtkImageReader2_SetFileDimensionality")); mixin(bindCode("vtkImageReader2_GetFileDimensionality", "D_vtkImageReader2_GetFileDimensionality")); mixin(bindCode("vtkImageReader2_SetDataSpacing__SWIG_0", "D_vtkImageReader2_SetDataSpacing__SWIG_0")); mixin(bindCode("vtkImageReader2_SetDataSpacing__SWIG_1", "D_vtkImageReader2_SetDataSpacing__SWIG_1")); mixin(bindCode("vtkImageReader2_GetDataSpacing__SWIG_0", "D_vtkImageReader2_GetDataSpacing__SWIG_0")); mixin(bindCode("vtkImageReader2_GetDataSpacing__SWIG_1", "D_vtkImageReader2_GetDataSpacing__SWIG_1")); mixin(bindCode("vtkImageReader2_GetDataSpacing__SWIG_2", "D_vtkImageReader2_GetDataSpacing__SWIG_2")); mixin(bindCode("vtkImageReader2_SetDataOrigin__SWIG_0", "D_vtkImageReader2_SetDataOrigin__SWIG_0")); mixin(bindCode("vtkImageReader2_SetDataOrigin__SWIG_1", "D_vtkImageReader2_SetDataOrigin__SWIG_1")); mixin(bindCode("vtkImageReader2_GetDataOrigin__SWIG_0", "D_vtkImageReader2_GetDataOrigin__SWIG_0")); mixin(bindCode("vtkImageReader2_GetDataOrigin__SWIG_1", "D_vtkImageReader2_GetDataOrigin__SWIG_1")); mixin(bindCode("vtkImageReader2_GetDataOrigin__SWIG_2", "D_vtkImageReader2_GetDataOrigin__SWIG_2")); mixin(bindCode("vtkImageReader2_GetHeaderSize__SWIG_0", "D_vtkImageReader2_GetHeaderSize__SWIG_0")); mixin(bindCode("vtkImageReader2_GetHeaderSize__SWIG_1", "D_vtkImageReader2_GetHeaderSize__SWIG_1")); mixin(bindCode("vtkImageReader2_SetHeaderSize", "D_vtkImageReader2_SetHeaderSize")); mixin(bindCode("vtkImageReader2_SetDataByteOrderToBigEndian", "D_vtkImageReader2_SetDataByteOrderToBigEndian")); mixin(bindCode("vtkImageReader2_SetDataByteOrderToLittleEndian", "D_vtkImageReader2_SetDataByteOrderToLittleEndian")); mixin(bindCode("vtkImageReader2_GetDataByteOrder", "D_vtkImageReader2_GetDataByteOrder")); mixin(bindCode("vtkImageReader2_SetDataByteOrder", "D_vtkImageReader2_SetDataByteOrder")); mixin(bindCode("vtkImageReader2_GetDataByteOrderAsString", "D_vtkImageReader2_GetDataByteOrderAsString")); mixin(bindCode("vtkImageReader2_SetFileNameSliceOffset", "D_vtkImageReader2_SetFileNameSliceOffset")); mixin(bindCode("vtkImageReader2_GetFileNameSliceOffset", "D_vtkImageReader2_GetFileNameSliceOffset")); mixin(bindCode("vtkImageReader2_SetFileNameSliceSpacing", "D_vtkImageReader2_SetFileNameSliceSpacing")); mixin(bindCode("vtkImageReader2_GetFileNameSliceSpacing", "D_vtkImageReader2_GetFileNameSliceSpacing")); mixin(bindCode("vtkImageReader2_SetSwapBytes", "D_vtkImageReader2_SetSwapBytes")); mixin(bindCode("vtkImageReader2_GetSwapBytes", "D_vtkImageReader2_GetSwapBytes")); mixin(bindCode("vtkImageReader2_SwapBytesOn", "D_vtkImageReader2_SwapBytesOn")); mixin(bindCode("vtkImageReader2_SwapBytesOff", "D_vtkImageReader2_SwapBytesOff")); mixin(bindCode("vtkImageReader2_OpenFile", "D_vtkImageReader2_OpenFile")); mixin(bindCode("vtkImageReader2_SeekFile", "D_vtkImageReader2_SeekFile")); mixin(bindCode("vtkImageReader2_FileLowerLeftOn", "D_vtkImageReader2_FileLowerLeftOn")); mixin(bindCode("vtkImageReader2_FileLowerLeftOff", "D_vtkImageReader2_FileLowerLeftOff")); mixin(bindCode("vtkImageReader2_GetFileLowerLeft", "D_vtkImageReader2_GetFileLowerLeft")); mixin(bindCode("vtkImageReader2_SetFileLowerLeft", "D_vtkImageReader2_SetFileLowerLeft")); mixin(bindCode("vtkImageReader2_ComputeInternalFileName", "D_vtkImageReader2_ComputeInternalFileName")); mixin(bindCode("vtkImageReader2_GetInternalFileName", "D_vtkImageReader2_GetInternalFileName")); mixin(bindCode("vtkImageReader2_CanReadFile", "D_vtkImageReader2_CanReadFile")); mixin(bindCode("vtkImageReader2_GetFileExtensions", "D_vtkImageReader2_GetFileExtensions")); mixin(bindCode("vtkImageReader2_GetDescriptiveName", "D_vtkImageReader2_GetDescriptiveName")); mixin(bindCode("vtkImageReader2_Upcast", "D_vtkImageReader2_Upcast")); mixin(bindCode("vtkSLCReader_New", "D_vtkSLCReader_New")); mixin(bindCode("vtkSLCReader_IsTypeOf", "D_vtkSLCReader_IsTypeOf")); mixin(bindCode("vtkSLCReader_SafeDownCast", "D_vtkSLCReader_SafeDownCast")); mixin(bindCode("vtkSLCReader_NewInstance", "D_vtkSLCReader_NewInstance")); mixin(bindCode("vtkSLCReader_GetError", "D_vtkSLCReader_GetError")); mixin(bindCode("vtkSLCReader_Upcast", "D_vtkSLCReader_Upcast")); mixin(bindCode("vtkHyperTreeGrid_LEVELS", "D_vtkHyperTreeGrid_LEVELS")); mixin(bindCode("vtkHyperTreeGrid_DIMENSION", "D_vtkHyperTreeGrid_DIMENSION")); mixin(bindCode("vtkHyperTreeGrid_SIZES", "D_vtkHyperTreeGrid_SIZES")); mixin(bindCode("vtkHyperTreeGrid_New", "D_vtkHyperTreeGrid_New")); mixin(bindCode("vtkHyperTreeGrid_IsTypeOf", "D_vtkHyperTreeGrid_IsTypeOf")); mixin(bindCode("vtkHyperTreeGrid_SafeDownCast", "D_vtkHyperTreeGrid_SafeDownCast")); mixin(bindCode("vtkHyperTreeGrid_NewInstance", "D_vtkHyperTreeGrid_NewInstance")); mixin(bindCode("vtkHyperTreeGrid_SetGridSize", "D_vtkHyperTreeGrid_SetGridSize")); mixin(bindCode("vtkHyperTreeGrid_GetGridSize__SWIG_0", "D_vtkHyperTreeGrid_GetGridSize__SWIG_0")); mixin(bindCode("vtkHyperTreeGrid_GetGridSize__SWIG_1", "D_vtkHyperTreeGrid_GetGridSize__SWIG_1")); mixin(bindCode("vtkHyperTreeGrid_GetGridSize__SWIG_2", "D_vtkHyperTreeGrid_GetGridSize__SWIG_2")); mixin(bindCode("vtkHyperTreeGrid_SetTransposedRootIndexing", "D_vtkHyperTreeGrid_SetTransposedRootIndexing")); mixin(bindCode("vtkHyperTreeGrid_GetTransposedRootIndexing", "D_vtkHyperTreeGrid_GetTransposedRootIndexing")); mixin(bindCode("vtkHyperTreeGrid_SetIndexingModeToKJI", "D_vtkHyperTreeGrid_SetIndexingModeToKJI")); mixin(bindCode("vtkHyperTreeGrid_SetIndexingModeToIJK", "D_vtkHyperTreeGrid_SetIndexingModeToIJK")); mixin(bindCode("vtkHyperTreeGrid_SetBranchFactor", "D_vtkHyperTreeGrid_SetBranchFactor")); mixin(bindCode("vtkHyperTreeGrid_GetBranchFactor", "D_vtkHyperTreeGrid_GetBranchFactor")); mixin(bindCode("vtkHyperTreeGrid_SetDimension", "D_vtkHyperTreeGrid_SetDimension")); mixin(bindCode("vtkHyperTreeGrid_GetDimension", "D_vtkHyperTreeGrid_GetDimension")); mixin(bindCode("vtkHyperTreeGrid_GetNumberOfLeaves", "D_vtkHyperTreeGrid_GetNumberOfLeaves")); mixin(bindCode("vtkHyperTreeGrid_GetNumberOfLevels", "D_vtkHyperTreeGrid_GetNumberOfLevels")); mixin(bindCode("vtkHyperTreeGrid_GetNumberOfTrees", "D_vtkHyperTreeGrid_GetNumberOfTrees")); mixin(bindCode("vtkHyperTreeGrid_SetXCoordinates", "D_vtkHyperTreeGrid_SetXCoordinates")); mixin(bindCode("vtkHyperTreeGrid_GetXCoordinates", "D_vtkHyperTreeGrid_GetXCoordinates")); mixin(bindCode("vtkHyperTreeGrid_SetYCoordinates", "D_vtkHyperTreeGrid_SetYCoordinates")); mixin(bindCode("vtkHyperTreeGrid_GetYCoordinates", "D_vtkHyperTreeGrid_GetYCoordinates")); mixin(bindCode("vtkHyperTreeGrid_SetZCoordinates", "D_vtkHyperTreeGrid_SetZCoordinates")); mixin(bindCode("vtkHyperTreeGrid_GetZCoordinates", "D_vtkHyperTreeGrid_GetZCoordinates")); mixin(bindCode("vtkHyperTreeGrid_SetMaterialMask", "D_vtkHyperTreeGrid_SetMaterialMask")); mixin(bindCode("vtkHyperTreeGrid_GetMaterialMask", "D_vtkHyperTreeGrid_GetMaterialMask")); mixin(bindCode("vtkHyperTreeGrid_SetMaterialMaskIndex", "D_vtkHyperTreeGrid_SetMaterialMaskIndex")); mixin(bindCode("vtkHyperTreeGrid_GetMaterialMaskIndex", "D_vtkHyperTreeGrid_GetMaterialMaskIndex")); mixin(bindCode("vtkHyperTreeGrid_GenerateTrees", "D_vtkHyperTreeGrid_GenerateTrees")); mixin(bindCode("vtkHyperTreeGrid_NewCursor", "D_vtkHyperTreeGrid_NewCursor")); mixin(bindCode("vtkHyperTreeGrid_SubdivideLeaf", "D_vtkHyperTreeGrid_SubdivideLeaf")); mixin(bindCode("vtkHyperTreeGrid_GetPoint__SWIG_0", "D_vtkHyperTreeGrid_GetPoint__SWIG_0")); mixin(bindCode("vtkHyperTreeGrid_GetPoint__SWIG_1", "D_vtkHyperTreeGrid_GetPoint__SWIG_1")); mixin(bindCode("vtkHyperTreeGrid_GetCell__SWIG_0", "D_vtkHyperTreeGrid_GetCell__SWIG_0")); mixin(bindCode("vtkHyperTreeGrid_GetCell__SWIG_1", "D_vtkHyperTreeGrid_GetCell__SWIG_1")); mixin(bindCode("vtkHyperTreeGrid_GetCellPoints__SWIG_0", "D_vtkHyperTreeGrid_GetCellPoints__SWIG_0")); mixin(bindCode("vtkHyperTreeGrid_GetCellPoints__SWIG_1", "D_vtkHyperTreeGrid_GetCellPoints__SWIG_1")); mixin(bindCode("vtkHyperTreeGrid_FindCell__SWIG_0", "D_vtkHyperTreeGrid_FindCell__SWIG_0")); mixin(bindCode("vtkHyperTreeGrid_FindCell__SWIG_1", "D_vtkHyperTreeGrid_FindCell__SWIG_1")); mixin(bindCode("vtkHyperTreeGrid_InitializeTreeIterator", "D_vtkHyperTreeGrid_InitializeTreeIterator")); mixin(bindCode("vtkHyperTreeGrid_GenerateSuperCursorTraversalTable", "D_vtkHyperTreeGrid_GenerateSuperCursorTraversalTable")); mixin(bindCode("vtkHyperTreeGrid_GetNumberOfChildren", "D_vtkHyperTreeGrid_GetNumberOfChildren")); mixin(bindCode("vtkHyperTreeGrid_GetLevelZeroCoordsFromIndex", "D_vtkHyperTreeGrid_GetLevelZeroCoordsFromIndex")); mixin(bindCode("vtkHyperTreeGrid_Upcast", "D_vtkHyperTreeGrid_Upcast")); mixin(bindCode("vtkInitialValueProblemSolver_IsTypeOf", "D_vtkInitialValueProblemSolver_IsTypeOf")); mixin(bindCode("vtkInitialValueProblemSolver_SafeDownCast", "D_vtkInitialValueProblemSolver_SafeDownCast")); mixin(bindCode("vtkInitialValueProblemSolver_NewInstance", "D_vtkInitialValueProblemSolver_NewInstance")); mixin(bindCode("vtkInitialValueProblemSolver_ComputeNextStep__SWIG_0", "D_vtkInitialValueProblemSolver_ComputeNextStep__SWIG_0")); mixin(bindCode("vtkInitialValueProblemSolver_ComputeNextStep__SWIG_1", "D_vtkInitialValueProblemSolver_ComputeNextStep__SWIG_1")); mixin(bindCode("vtkInitialValueProblemSolver_ComputeNextStep__SWIG_2", "D_vtkInitialValueProblemSolver_ComputeNextStep__SWIG_2")); mixin(bindCode("vtkInitialValueProblemSolver_ComputeNextStep__SWIG_3", "D_vtkInitialValueProblemSolver_ComputeNextStep__SWIG_3")); mixin(bindCode("vtkInitialValueProblemSolver_SetFunctionSet", "D_vtkInitialValueProblemSolver_SetFunctionSet")); mixin(bindCode("vtkInitialValueProblemSolver_GetFunctionSet", "D_vtkInitialValueProblemSolver_GetFunctionSet")); mixin(bindCode("vtkInitialValueProblemSolver_IsAdaptive", "D_vtkInitialValueProblemSolver_IsAdaptive")); mixin(bindCode("vtkInitialValueProblemSolver_Upcast", "D_vtkInitialValueProblemSolver_Upcast")); mixin(bindCode("vtkGenericStreamTracer_IsTypeOf", "D_vtkGenericStreamTracer_IsTypeOf")); mixin(bindCode("vtkGenericStreamTracer_SafeDownCast", "D_vtkGenericStreamTracer_SafeDownCast")); mixin(bindCode("vtkGenericStreamTracer_NewInstance", "D_vtkGenericStreamTracer_NewInstance")); mixin(bindCode("vtkGenericStreamTracer_New", "D_vtkGenericStreamTracer_New")); mixin(bindCode("vtkGenericStreamTracer_SetStartPosition__SWIG_0", "D_vtkGenericStreamTracer_SetStartPosition__SWIG_0")); mixin(bindCode("vtkGenericStreamTracer_SetStartPosition__SWIG_1", "D_vtkGenericStreamTracer_SetStartPosition__SWIG_1")); mixin(bindCode("vtkGenericStreamTracer_GetStartPosition__SWIG_0", "D_vtkGenericStreamTracer_GetStartPosition__SWIG_0")); mixin(bindCode("vtkGenericStreamTracer_GetStartPosition__SWIG_1", "D_vtkGenericStreamTracer_GetStartPosition__SWIG_1")); mixin(bindCode("vtkGenericStreamTracer_GetStartPosition__SWIG_2", "D_vtkGenericStreamTracer_GetStartPosition__SWIG_2")); mixin(bindCode("vtkGenericStreamTracer_SetSourceData", "D_vtkGenericStreamTracer_SetSourceData")); mixin(bindCode("vtkGenericStreamTracer_GetSource", "D_vtkGenericStreamTracer_GetSource")); mixin(bindCode("vtkGenericStreamTracer_SetSourceConnection", "D_vtkGenericStreamTracer_SetSourceConnection")); mixin(bindCode("vtkGenericStreamTracer_FillInputPortInformation", "D_vtkGenericStreamTracer_FillInputPortInformation")); mixin(bindCode("vtkGenericStreamTracer_SetIntegrator", "D_vtkGenericStreamTracer_SetIntegrator")); mixin(bindCode("vtkGenericStreamTracer_GetIntegrator", "D_vtkGenericStreamTracer_GetIntegrator")); mixin(bindCode("vtkGenericStreamTracer_SetIntegratorType", "D_vtkGenericStreamTracer_SetIntegratorType")); mixin(bindCode("vtkGenericStreamTracer_GetIntegratorType", "D_vtkGenericStreamTracer_GetIntegratorType")); mixin(bindCode("vtkGenericStreamTracer_SetIntegratorTypeToRungeKutta2", "D_vtkGenericStreamTracer_SetIntegratorTypeToRungeKutta2")); mixin(bindCode("vtkGenericStreamTracer_SetIntegratorTypeToRungeKutta4", "D_vtkGenericStreamTracer_SetIntegratorTypeToRungeKutta4")); mixin(bindCode("vtkGenericStreamTracer_SetIntegratorTypeToRungeKutta45", "D_vtkGenericStreamTracer_SetIntegratorTypeToRungeKutta45")); mixin(bindCode("vtkGenericStreamTracer_SetMaximumPropagation__SWIG_0", "D_vtkGenericStreamTracer_SetMaximumPropagation__SWIG_0")); mixin(bindCode("vtkGenericStreamTracer_SetMaximumPropagation__SWIG_1", "D_vtkGenericStreamTracer_SetMaximumPropagation__SWIG_1")); mixin(bindCode("vtkGenericStreamTracer_SetMaximumPropagationUnit", "D_vtkGenericStreamTracer_SetMaximumPropagationUnit")); mixin(bindCode("vtkGenericStreamTracer_GetMaximumPropagationUnit", "D_vtkGenericStreamTracer_GetMaximumPropagationUnit")); mixin(bindCode("vtkGenericStreamTracer_GetMaximumPropagation", "D_vtkGenericStreamTracer_GetMaximumPropagation")); mixin(bindCode("vtkGenericStreamTracer_SetMaximumPropagationUnitToTimeUnit", "D_vtkGenericStreamTracer_SetMaximumPropagationUnitToTimeUnit")); mixin(bindCode("vtkGenericStreamTracer_SetMaximumPropagationUnitToLengthUnit", "D_vtkGenericStreamTracer_SetMaximumPropagationUnitToLengthUnit")); mixin(bindCode("vtkGenericStreamTracer_SetMaximumPropagationUnitToCellLengthUnit", "D_vtkGenericStreamTracer_SetMaximumPropagationUnitToCellLengthUnit")); mixin(bindCode("vtkGenericStreamTracer_SetMinimumIntegrationStep__SWIG_0", "D_vtkGenericStreamTracer_SetMinimumIntegrationStep__SWIG_0")); mixin(bindCode("vtkGenericStreamTracer_SetMinimumIntegrationStepUnit", "D_vtkGenericStreamTracer_SetMinimumIntegrationStepUnit")); mixin(bindCode("vtkGenericStreamTracer_SetMinimumIntegrationStep__SWIG_1", "D_vtkGenericStreamTracer_SetMinimumIntegrationStep__SWIG_1")); mixin(bindCode("vtkGenericStreamTracer_GetMinimumIntegrationStepUnit", "D_vtkGenericStreamTracer_GetMinimumIntegrationStepUnit")); mixin(bindCode("vtkGenericStreamTracer_GetMinimumIntegrationStep", "D_vtkGenericStreamTracer_GetMinimumIntegrationStep")); mixin(bindCode("vtkGenericStreamTracer_SetMinimumIntegrationStepUnitToTimeUnit", "D_vtkGenericStreamTracer_SetMinimumIntegrationStepUnitToTimeUnit")); mixin(bindCode("vtkGenericStreamTracer_SetMinimumIntegrationStepUnitToLengthUnit", "D_vtkGenericStreamTracer_SetMinimumIntegrationStepUnitToLengthUnit")); mixin(bindCode("vtkGenericStreamTracer_SetMinimumIntegrationStepUnitToCellLengthUnit", "D_vtkGenericStreamTracer_SetMinimumIntegrationStepUnitToCellLengthUnit")); mixin(bindCode("vtkGenericStreamTracer_SetMaximumIntegrationStep__SWIG_0", "D_vtkGenericStreamTracer_SetMaximumIntegrationStep__SWIG_0")); mixin(bindCode("vtkGenericStreamTracer_SetMaximumIntegrationStepUnit", "D_vtkGenericStreamTracer_SetMaximumIntegrationStepUnit")); mixin(bindCode("vtkGenericStreamTracer_SetMaximumIntegrationStep__SWIG_1", "D_vtkGenericStreamTracer_SetMaximumIntegrationStep__SWIG_1")); mixin(bindCode("vtkGenericStreamTracer_GetMaximumIntegrationStepUnit", "D_vtkGenericStreamTracer_GetMaximumIntegrationStepUnit")); mixin(bindCode("vtkGenericStreamTracer_GetMaximumIntegrationStep", "D_vtkGenericStreamTracer_GetMaximumIntegrationStep")); mixin(bindCode("vtkGenericStreamTracer_SetMaximumIntegrationStepUnitToTimeUnit", "D_vtkGenericStreamTracer_SetMaximumIntegrationStepUnitToTimeUnit")); mixin(bindCode("vtkGenericStreamTracer_SetMaximumIntegrationStepUnitToLengthUnit", "D_vtkGenericStreamTracer_SetMaximumIntegrationStepUnitToLengthUnit")); mixin(bindCode("vtkGenericStreamTracer_SetMaximumIntegrationStepUnitToCellLengthUnit", "D_vtkGenericStreamTracer_SetMaximumIntegrationStepUnitToCellLengthUnit")); mixin(bindCode("vtkGenericStreamTracer_SetInitialIntegrationStep__SWIG_0", "D_vtkGenericStreamTracer_SetInitialIntegrationStep__SWIG_0")); mixin(bindCode("vtkGenericStreamTracer_SetInitialIntegrationStepUnit", "D_vtkGenericStreamTracer_SetInitialIntegrationStepUnit")); mixin(bindCode("vtkGenericStreamTracer_SetInitialIntegrationStep__SWIG_1", "D_vtkGenericStreamTracer_SetInitialIntegrationStep__SWIG_1")); mixin(bindCode("vtkGenericStreamTracer_GetInitialIntegrationStepUnit", "D_vtkGenericStreamTracer_GetInitialIntegrationStepUnit")); mixin(bindCode("vtkGenericStreamTracer_GetInitialIntegrationStep", "D_vtkGenericStreamTracer_GetInitialIntegrationStep")); mixin(bindCode("vtkGenericStreamTracer_SetInitialIntegrationStepUnitToTimeUnit", "D_vtkGenericStreamTracer_SetInitialIntegrationStepUnitToTimeUnit")); mixin(bindCode("vtkGenericStreamTracer_SetInitialIntegrationStepUnitToLengthUnit", "D_vtkGenericStreamTracer_SetInitialIntegrationStepUnitToLengthUnit")); mixin(bindCode("vtkGenericStreamTracer_SetInitialIntegrationStepUnitToCellLengthUnit", "D_vtkGenericStreamTracer_SetInitialIntegrationStepUnitToCellLengthUnit")); mixin(bindCode("vtkGenericStreamTracer_SetMaximumError", "D_vtkGenericStreamTracer_SetMaximumError")); mixin(bindCode("vtkGenericStreamTracer_GetMaximumError", "D_vtkGenericStreamTracer_GetMaximumError")); mixin(bindCode("vtkGenericStreamTracer_SetMaximumNumberOfSteps", "D_vtkGenericStreamTracer_SetMaximumNumberOfSteps")); mixin(bindCode("vtkGenericStreamTracer_GetMaximumNumberOfSteps", "D_vtkGenericStreamTracer_GetMaximumNumberOfSteps")); mixin(bindCode("vtkGenericStreamTracer_SetTerminalSpeed", "D_vtkGenericStreamTracer_SetTerminalSpeed")); mixin(bindCode("vtkGenericStreamTracer_GetTerminalSpeed", "D_vtkGenericStreamTracer_GetTerminalSpeed")); mixin(bindCode("vtkGenericStreamTracer_SetIntegrationStepUnit", "D_vtkGenericStreamTracer_SetIntegrationStepUnit")); mixin(bindCode("vtkGenericStreamTracer_SetIntegrationDirection", "D_vtkGenericStreamTracer_SetIntegrationDirection")); mixin(bindCode("vtkGenericStreamTracer_GetIntegrationDirectionMinValue", "D_vtkGenericStreamTracer_GetIntegrationDirectionMinValue")); mixin(bindCode("vtkGenericStreamTracer_GetIntegrationDirectionMaxValue", "D_vtkGenericStreamTracer_GetIntegrationDirectionMaxValue")); mixin(bindCode("vtkGenericStreamTracer_GetIntegrationDirection", "D_vtkGenericStreamTracer_GetIntegrationDirection")); mixin(bindCode("vtkGenericStreamTracer_SetIntegrationDirectionToForward", "D_vtkGenericStreamTracer_SetIntegrationDirectionToForward")); mixin(bindCode("vtkGenericStreamTracer_SetIntegrationDirectionToBackward", "D_vtkGenericStreamTracer_SetIntegrationDirectionToBackward")); mixin(bindCode("vtkGenericStreamTracer_SetIntegrationDirectionToBoth", "D_vtkGenericStreamTracer_SetIntegrationDirectionToBoth")); mixin(bindCode("vtkGenericStreamTracer_SetComputeVorticity", "D_vtkGenericStreamTracer_SetComputeVorticity")); mixin(bindCode("vtkGenericStreamTracer_GetComputeVorticity", "D_vtkGenericStreamTracer_GetComputeVorticity")); mixin(bindCode("vtkGenericStreamTracer_ComputeVorticityOn", "D_vtkGenericStreamTracer_ComputeVorticityOn")); mixin(bindCode("vtkGenericStreamTracer_ComputeVorticityOff", "D_vtkGenericStreamTracer_ComputeVorticityOff")); mixin(bindCode("vtkGenericStreamTracer_SetRotationScale", "D_vtkGenericStreamTracer_SetRotationScale")); mixin(bindCode("vtkGenericStreamTracer_GetRotationScale", "D_vtkGenericStreamTracer_GetRotationScale")); mixin(bindCode("vtkGenericStreamTracer_GetInputVectorsSelection", "D_vtkGenericStreamTracer_GetInputVectorsSelection")); mixin(bindCode("vtkGenericStreamTracer_SelectInputVectors", "D_vtkGenericStreamTracer_SelectInputVectors")); mixin(bindCode("vtkGenericStreamTracer_AddInputData", "D_vtkGenericStreamTracer_AddInputData")); mixin(bindCode("vtkGenericStreamTracer_SetInterpolatorPrototype", "D_vtkGenericStreamTracer_SetInterpolatorPrototype")); mixin(bindCode("vtkGenericStreamTracer_Upcast", "D_vtkGenericStreamTracer_Upcast")); mixin(bindCode("new_vtkColor3CharT__SWIG_0", "D_new_vtkColor3CharT__SWIG_0")); mixin(bindCode("new_vtkColor3CharT__SWIG_1", "D_new_vtkColor3CharT__SWIG_1")); mixin(bindCode("new_vtkColor3CharT__SWIG_2", "D_new_vtkColor3CharT__SWIG_2")); mixin(bindCode("new_vtkColor3CharT__SWIG_3", "D_new_vtkColor3CharT__SWIG_3")); mixin(bindCode("vtkColor3CharT_Set", "D_vtkColor3CharT_Set")); mixin(bindCode("vtkColor3CharT_SetRed", "D_vtkColor3CharT_SetRed")); mixin(bindCode("vtkColor3CharT_GetRed", "D_vtkColor3CharT_GetRed")); mixin(bindCode("vtkColor3CharT_SetGreen", "D_vtkColor3CharT_SetGreen")); mixin(bindCode("vtkColor3CharT_GetGreen", "D_vtkColor3CharT_GetGreen")); mixin(bindCode("vtkColor3CharT_SetBlue", "D_vtkColor3CharT_SetBlue")); mixin(bindCode("vtkColor3CharT_GetBlue", "D_vtkColor3CharT_GetBlue")); mixin(bindCode("vtkColor3CharT_Red", "D_vtkColor3CharT_Red")); mixin(bindCode("vtkColor3CharT_Green", "D_vtkColor3CharT_Green")); mixin(bindCode("vtkColor3CharT_Blue", "D_vtkColor3CharT_Blue")); mixin(bindCode("delete_vtkColor3CharT", "D_delete_vtkColor3CharT")); mixin(bindCode("vtkColor3CharT_Upcast", "D_vtkColor3CharT_Upcast")); mixin(bindCode("new_vtkColor3UCharT__SWIG_0", "D_new_vtkColor3UCharT__SWIG_0")); mixin(bindCode("new_vtkColor3UCharT__SWIG_1", "D_new_vtkColor3UCharT__SWIG_1")); mixin(bindCode("new_vtkColor3UCharT__SWIG_2", "D_new_vtkColor3UCharT__SWIG_2")); mixin(bindCode("new_vtkColor3UCharT__SWIG_3", "D_new_vtkColor3UCharT__SWIG_3")); mixin(bindCode("vtkColor3UCharT_Set", "D_vtkColor3UCharT_Set")); mixin(bindCode("vtkColor3UCharT_SetRed", "D_vtkColor3UCharT_SetRed")); mixin(bindCode("vtkColor3UCharT_GetRed", "D_vtkColor3UCharT_GetRed")); mixin(bindCode("vtkColor3UCharT_SetGreen", "D_vtkColor3UCharT_SetGreen")); mixin(bindCode("vtkColor3UCharT_GetGreen", "D_vtkColor3UCharT_GetGreen")); mixin(bindCode("vtkColor3UCharT_SetBlue", "D_vtkColor3UCharT_SetBlue")); mixin(bindCode("vtkColor3UCharT_GetBlue", "D_vtkColor3UCharT_GetBlue")); mixin(bindCode("vtkColor3UCharT_Red", "D_vtkColor3UCharT_Red")); mixin(bindCode("vtkColor3UCharT_Green", "D_vtkColor3UCharT_Green")); mixin(bindCode("vtkColor3UCharT_Blue", "D_vtkColor3UCharT_Blue")); mixin(bindCode("delete_vtkColor3UCharT", "D_delete_vtkColor3UCharT")); mixin(bindCode("vtkColor3UCharT_Upcast", "D_vtkColor3UCharT_Upcast")); mixin(bindCode("new_vtkColor3ShortT__SWIG_0", "D_new_vtkColor3ShortT__SWIG_0")); mixin(bindCode("new_vtkColor3ShortT__SWIG_1", "D_new_vtkColor3ShortT__SWIG_1")); mixin(bindCode("new_vtkColor3ShortT__SWIG_2", "D_new_vtkColor3ShortT__SWIG_2")); mixin(bindCode("new_vtkColor3ShortT__SWIG_3", "D_new_vtkColor3ShortT__SWIG_3")); mixin(bindCode("vtkColor3ShortT_Set", "D_vtkColor3ShortT_Set")); mixin(bindCode("vtkColor3ShortT_SetRed", "D_vtkColor3ShortT_SetRed")); mixin(bindCode("vtkColor3ShortT_GetRed", "D_vtkColor3ShortT_GetRed")); mixin(bindCode("vtkColor3ShortT_SetGreen", "D_vtkColor3ShortT_SetGreen")); mixin(bindCode("vtkColor3ShortT_GetGreen", "D_vtkColor3ShortT_GetGreen")); mixin(bindCode("vtkColor3ShortT_SetBlue", "D_vtkColor3ShortT_SetBlue")); mixin(bindCode("vtkColor3ShortT_GetBlue", "D_vtkColor3ShortT_GetBlue")); mixin(bindCode("vtkColor3ShortT_Red", "D_vtkColor3ShortT_Red")); mixin(bindCode("vtkColor3ShortT_Green", "D_vtkColor3ShortT_Green")); mixin(bindCode("vtkColor3ShortT_Blue", "D_vtkColor3ShortT_Blue")); mixin(bindCode("delete_vtkColor3ShortT", "D_delete_vtkColor3ShortT")); mixin(bindCode("vtkColor3ShortT_Upcast", "D_vtkColor3ShortT_Upcast")); mixin(bindCode("new_vtkColor3UShortT__SWIG_0", "D_new_vtkColor3UShortT__SWIG_0")); mixin(bindCode("new_vtkColor3UShortT__SWIG_1", "D_new_vtkColor3UShortT__SWIG_1")); mixin(bindCode("new_vtkColor3UShortT__SWIG_2", "D_new_vtkColor3UShortT__SWIG_2")); mixin(bindCode("new_vtkColor3UShortT__SWIG_3", "D_new_vtkColor3UShortT__SWIG_3")); mixin(bindCode("vtkColor3UShortT_Set", "D_vtkColor3UShortT_Set")); mixin(bindCode("vtkColor3UShortT_SetRed", "D_vtkColor3UShortT_SetRed")); mixin(bindCode("vtkColor3UShortT_GetRed", "D_vtkColor3UShortT_GetRed")); mixin(bindCode("vtkColor3UShortT_SetGreen", "D_vtkColor3UShortT_SetGreen")); mixin(bindCode("vtkColor3UShortT_GetGreen", "D_vtkColor3UShortT_GetGreen")); mixin(bindCode("vtkColor3UShortT_SetBlue", "D_vtkColor3UShortT_SetBlue")); mixin(bindCode("vtkColor3UShortT_GetBlue", "D_vtkColor3UShortT_GetBlue")); mixin(bindCode("vtkColor3UShortT_Red", "D_vtkColor3UShortT_Red")); mixin(bindCode("vtkColor3UShortT_Green", "D_vtkColor3UShortT_Green")); mixin(bindCode("vtkColor3UShortT_Blue", "D_vtkColor3UShortT_Blue")); mixin(bindCode("delete_vtkColor3UShortT", "D_delete_vtkColor3UShortT")); mixin(bindCode("vtkColor3UShortT_Upcast", "D_vtkColor3UShortT_Upcast")); mixin(bindCode("new_vtkColor3IntT__SWIG_0", "D_new_vtkColor3IntT__SWIG_0")); mixin(bindCode("new_vtkColor3IntT__SWIG_1", "D_new_vtkColor3IntT__SWIG_1")); mixin(bindCode("new_vtkColor3IntT__SWIG_2", "D_new_vtkColor3IntT__SWIG_2")); mixin(bindCode("new_vtkColor3IntT__SWIG_3", "D_new_vtkColor3IntT__SWIG_3")); mixin(bindCode("vtkColor3IntT_Set", "D_vtkColor3IntT_Set")); mixin(bindCode("vtkColor3IntT_SetRed", "D_vtkColor3IntT_SetRed")); mixin(bindCode("vtkColor3IntT_GetRed", "D_vtkColor3IntT_GetRed")); mixin(bindCode("vtkColor3IntT_SetGreen", "D_vtkColor3IntT_SetGreen")); mixin(bindCode("vtkColor3IntT_GetGreen", "D_vtkColor3IntT_GetGreen")); mixin(bindCode("vtkColor3IntT_SetBlue", "D_vtkColor3IntT_SetBlue")); mixin(bindCode("vtkColor3IntT_GetBlue", "D_vtkColor3IntT_GetBlue")); mixin(bindCode("vtkColor3IntT_Red", "D_vtkColor3IntT_Red")); mixin(bindCode("vtkColor3IntT_Green", "D_vtkColor3IntT_Green")); mixin(bindCode("vtkColor3IntT_Blue", "D_vtkColor3IntT_Blue")); mixin(bindCode("delete_vtkColor3IntT", "D_delete_vtkColor3IntT")); mixin(bindCode("vtkColor3IntT_Upcast", "D_vtkColor3IntT_Upcast")); mixin(bindCode("new_vtkColor3UIntT__SWIG_0", "D_new_vtkColor3UIntT__SWIG_0")); mixin(bindCode("new_vtkColor3UIntT__SWIG_1", "D_new_vtkColor3UIntT__SWIG_1")); mixin(bindCode("new_vtkColor3UIntT__SWIG_2", "D_new_vtkColor3UIntT__SWIG_2")); mixin(bindCode("new_vtkColor3UIntT__SWIG_3", "D_new_vtkColor3UIntT__SWIG_3")); mixin(bindCode("vtkColor3UIntT_Set", "D_vtkColor3UIntT_Set")); mixin(bindCode("vtkColor3UIntT_SetRed", "D_vtkColor3UIntT_SetRed")); mixin(bindCode("vtkColor3UIntT_GetRed", "D_vtkColor3UIntT_GetRed")); mixin(bindCode("vtkColor3UIntT_SetGreen", "D_vtkColor3UIntT_SetGreen")); mixin(bindCode("vtkColor3UIntT_GetGreen", "D_vtkColor3UIntT_GetGreen")); mixin(bindCode("vtkColor3UIntT_SetBlue", "D_vtkColor3UIntT_SetBlue")); mixin(bindCode("vtkColor3UIntT_GetBlue", "D_vtkColor3UIntT_GetBlue")); mixin(bindCode("vtkColor3UIntT_Red", "D_vtkColor3UIntT_Red")); mixin(bindCode("vtkColor3UIntT_Green", "D_vtkColor3UIntT_Green")); mixin(bindCode("vtkColor3UIntT_Blue", "D_vtkColor3UIntT_Blue")); mixin(bindCode("delete_vtkColor3UIntT", "D_delete_vtkColor3UIntT")); mixin(bindCode("vtkColor3UIntT_Upcast", "D_vtkColor3UIntT_Upcast")); mixin(bindCode("new_vtkColor3LongT__SWIG_0", "D_new_vtkColor3LongT__SWIG_0")); mixin(bindCode("new_vtkColor3LongT__SWIG_1", "D_new_vtkColor3LongT__SWIG_1")); mixin(bindCode("new_vtkColor3LongT__SWIG_2", "D_new_vtkColor3LongT__SWIG_2")); mixin(bindCode("new_vtkColor3LongT__SWIG_3", "D_new_vtkColor3LongT__SWIG_3")); mixin(bindCode("vtkColor3LongT_Set", "D_vtkColor3LongT_Set")); mixin(bindCode("vtkColor3LongT_SetRed", "D_vtkColor3LongT_SetRed")); mixin(bindCode("vtkColor3LongT_GetRed", "D_vtkColor3LongT_GetRed")); mixin(bindCode("vtkColor3LongT_SetGreen", "D_vtkColor3LongT_SetGreen")); mixin(bindCode("vtkColor3LongT_GetGreen", "D_vtkColor3LongT_GetGreen")); mixin(bindCode("vtkColor3LongT_SetBlue", "D_vtkColor3LongT_SetBlue")); mixin(bindCode("vtkColor3LongT_GetBlue", "D_vtkColor3LongT_GetBlue")); mixin(bindCode("vtkColor3LongT_Red", "D_vtkColor3LongT_Red")); mixin(bindCode("vtkColor3LongT_Green", "D_vtkColor3LongT_Green")); mixin(bindCode("vtkColor3LongT_Blue", "D_vtkColor3LongT_Blue")); mixin(bindCode("delete_vtkColor3LongT", "D_delete_vtkColor3LongT")); mixin(bindCode("vtkColor3LongT_Upcast", "D_vtkColor3LongT_Upcast")); mixin(bindCode("new_vtkColor3ULongT__SWIG_0", "D_new_vtkColor3ULongT__SWIG_0")); mixin(bindCode("new_vtkColor3ULongT__SWIG_1", "D_new_vtkColor3ULongT__SWIG_1")); mixin(bindCode("new_vtkColor3ULongT__SWIG_2", "D_new_vtkColor3ULongT__SWIG_2")); mixin(bindCode("new_vtkColor3ULongT__SWIG_3", "D_new_vtkColor3ULongT__SWIG_3")); mixin(bindCode("vtkColor3ULongT_Set", "D_vtkColor3ULongT_Set")); mixin(bindCode("vtkColor3ULongT_SetRed", "D_vtkColor3ULongT_SetRed")); mixin(bindCode("vtkColor3ULongT_GetRed", "D_vtkColor3ULongT_GetRed")); mixin(bindCode("vtkColor3ULongT_SetGreen", "D_vtkColor3ULongT_SetGreen")); mixin(bindCode("vtkColor3ULongT_GetGreen", "D_vtkColor3ULongT_GetGreen")); mixin(bindCode("vtkColor3ULongT_SetBlue", "D_vtkColor3ULongT_SetBlue")); mixin(bindCode("vtkColor3ULongT_GetBlue", "D_vtkColor3ULongT_GetBlue")); mixin(bindCode("vtkColor3ULongT_Red", "D_vtkColor3ULongT_Red")); mixin(bindCode("vtkColor3ULongT_Green", "D_vtkColor3ULongT_Green")); mixin(bindCode("vtkColor3ULongT_Blue", "D_vtkColor3ULongT_Blue")); mixin(bindCode("delete_vtkColor3ULongT", "D_delete_vtkColor3ULongT")); mixin(bindCode("vtkColor3ULongT_Upcast", "D_vtkColor3ULongT_Upcast")); mixin(bindCode("new_vtkColor3LongLongT__SWIG_0", "D_new_vtkColor3LongLongT__SWIG_0")); mixin(bindCode("new_vtkColor3LongLongT__SWIG_1", "D_new_vtkColor3LongLongT__SWIG_1")); mixin(bindCode("new_vtkColor3LongLongT__SWIG_2", "D_new_vtkColor3LongLongT__SWIG_2")); mixin(bindCode("new_vtkColor3LongLongT__SWIG_3", "D_new_vtkColor3LongLongT__SWIG_3")); mixin(bindCode("vtkColor3LongLongT_Set", "D_vtkColor3LongLongT_Set")); mixin(bindCode("vtkColor3LongLongT_SetRed", "D_vtkColor3LongLongT_SetRed")); mixin(bindCode("vtkColor3LongLongT_GetRed", "D_vtkColor3LongLongT_GetRed")); mixin(bindCode("vtkColor3LongLongT_SetGreen", "D_vtkColor3LongLongT_SetGreen")); mixin(bindCode("vtkColor3LongLongT_GetGreen", "D_vtkColor3LongLongT_GetGreen")); mixin(bindCode("vtkColor3LongLongT_SetBlue", "D_vtkColor3LongLongT_SetBlue")); mixin(bindCode("vtkColor3LongLongT_GetBlue", "D_vtkColor3LongLongT_GetBlue")); mixin(bindCode("vtkColor3LongLongT_Red", "D_vtkColor3LongLongT_Red")); mixin(bindCode("vtkColor3LongLongT_Green", "D_vtkColor3LongLongT_Green")); mixin(bindCode("vtkColor3LongLongT_Blue", "D_vtkColor3LongLongT_Blue")); mixin(bindCode("delete_vtkColor3LongLongT", "D_delete_vtkColor3LongLongT")); mixin(bindCode("vtkColor3LongLongT_Upcast", "D_vtkColor3LongLongT_Upcast")); mixin(bindCode("new_vtkColor3ULongLongT__SWIG_0", "D_new_vtkColor3ULongLongT__SWIG_0")); mixin(bindCode("new_vtkColor3ULongLongT__SWIG_1", "D_new_vtkColor3ULongLongT__SWIG_1")); mixin(bindCode("new_vtkColor3ULongLongT__SWIG_2", "D_new_vtkColor3ULongLongT__SWIG_2")); mixin(bindCode("new_vtkColor3ULongLongT__SWIG_3", "D_new_vtkColor3ULongLongT__SWIG_3")); mixin(bindCode("vtkColor3ULongLongT_Set", "D_vtkColor3ULongLongT_Set")); mixin(bindCode("vtkColor3ULongLongT_SetRed", "D_vtkColor3ULongLongT_SetRed")); mixin(bindCode("vtkColor3ULongLongT_GetRed", "D_vtkColor3ULongLongT_GetRed")); mixin(bindCode("vtkColor3ULongLongT_SetGreen", "D_vtkColor3ULongLongT_SetGreen")); mixin(bindCode("vtkColor3ULongLongT_GetGreen", "D_vtkColor3ULongLongT_GetGreen")); mixin(bindCode("vtkColor3ULongLongT_SetBlue", "D_vtkColor3ULongLongT_SetBlue")); mixin(bindCode("vtkColor3ULongLongT_GetBlue", "D_vtkColor3ULongLongT_GetBlue")); mixin(bindCode("vtkColor3ULongLongT_Red", "D_vtkColor3ULongLongT_Red")); mixin(bindCode("vtkColor3ULongLongT_Green", "D_vtkColor3ULongLongT_Green")); mixin(bindCode("vtkColor3ULongLongT_Blue", "D_vtkColor3ULongLongT_Blue")); mixin(bindCode("delete_vtkColor3ULongLongT", "D_delete_vtkColor3ULongLongT")); mixin(bindCode("vtkColor3ULongLongT_Upcast", "D_vtkColor3ULongLongT_Upcast")); mixin(bindCode("new_vtkColor3FloatT__SWIG_0", "D_new_vtkColor3FloatT__SWIG_0")); mixin(bindCode("new_vtkColor3FloatT__SWIG_1", "D_new_vtkColor3FloatT__SWIG_1")); mixin(bindCode("new_vtkColor3FloatT__SWIG_2", "D_new_vtkColor3FloatT__SWIG_2")); mixin(bindCode("new_vtkColor3FloatT__SWIG_3", "D_new_vtkColor3FloatT__SWIG_3")); mixin(bindCode("vtkColor3FloatT_Set", "D_vtkColor3FloatT_Set")); mixin(bindCode("vtkColor3FloatT_SetRed", "D_vtkColor3FloatT_SetRed")); mixin(bindCode("vtkColor3FloatT_GetRed", "D_vtkColor3FloatT_GetRed")); mixin(bindCode("vtkColor3FloatT_SetGreen", "D_vtkColor3FloatT_SetGreen")); mixin(bindCode("vtkColor3FloatT_GetGreen", "D_vtkColor3FloatT_GetGreen")); mixin(bindCode("vtkColor3FloatT_SetBlue", "D_vtkColor3FloatT_SetBlue")); mixin(bindCode("vtkColor3FloatT_GetBlue", "D_vtkColor3FloatT_GetBlue")); mixin(bindCode("vtkColor3FloatT_Red", "D_vtkColor3FloatT_Red")); mixin(bindCode("vtkColor3FloatT_Green", "D_vtkColor3FloatT_Green")); mixin(bindCode("vtkColor3FloatT_Blue", "D_vtkColor3FloatT_Blue")); mixin(bindCode("delete_vtkColor3FloatT", "D_delete_vtkColor3FloatT")); mixin(bindCode("vtkColor3FloatT_Upcast", "D_vtkColor3FloatT_Upcast")); mixin(bindCode("new_vtkColor3DoubleT__SWIG_0", "D_new_vtkColor3DoubleT__SWIG_0")); mixin(bindCode("new_vtkColor3DoubleT__SWIG_1", "D_new_vtkColor3DoubleT__SWIG_1")); mixin(bindCode("new_vtkColor3DoubleT__SWIG_2", "D_new_vtkColor3DoubleT__SWIG_2")); mixin(bindCode("new_vtkColor3DoubleT__SWIG_3", "D_new_vtkColor3DoubleT__SWIG_3")); mixin(bindCode("vtkColor3DoubleT_Set", "D_vtkColor3DoubleT_Set")); mixin(bindCode("vtkColor3DoubleT_SetRed", "D_vtkColor3DoubleT_SetRed")); mixin(bindCode("vtkColor3DoubleT_GetRed", "D_vtkColor3DoubleT_GetRed")); mixin(bindCode("vtkColor3DoubleT_SetGreen", "D_vtkColor3DoubleT_SetGreen")); mixin(bindCode("vtkColor3DoubleT_GetGreen", "D_vtkColor3DoubleT_GetGreen")); mixin(bindCode("vtkColor3DoubleT_SetBlue", "D_vtkColor3DoubleT_SetBlue")); mixin(bindCode("vtkColor3DoubleT_GetBlue", "D_vtkColor3DoubleT_GetBlue")); mixin(bindCode("vtkColor3DoubleT_Red", "D_vtkColor3DoubleT_Red")); mixin(bindCode("vtkColor3DoubleT_Green", "D_vtkColor3DoubleT_Green")); mixin(bindCode("vtkColor3DoubleT_Blue", "D_vtkColor3DoubleT_Blue")); mixin(bindCode("delete_vtkColor3DoubleT", "D_delete_vtkColor3DoubleT")); mixin(bindCode("vtkColor3DoubleT_Upcast", "D_vtkColor3DoubleT_Upcast")); mixin(bindCode("new_vtkColor4CharT__SWIG_0", "D_new_vtkColor4CharT__SWIG_0")); mixin(bindCode("new_vtkColor4CharT__SWIG_1", "D_new_vtkColor4CharT__SWIG_1")); mixin(bindCode("new_vtkColor4CharT__SWIG_2", "D_new_vtkColor4CharT__SWIG_2")); mixin(bindCode("new_vtkColor4CharT__SWIG_3", "D_new_vtkColor4CharT__SWIG_3")); mixin(bindCode("vtkColor4CharT_Set__SWIG_0", "D_vtkColor4CharT_Set__SWIG_0")); mixin(bindCode("vtkColor4CharT_Set__SWIG_1", "D_vtkColor4CharT_Set__SWIG_1")); mixin(bindCode("vtkColor4CharT_SetRed", "D_vtkColor4CharT_SetRed")); mixin(bindCode("vtkColor4CharT_GetRed", "D_vtkColor4CharT_GetRed")); mixin(bindCode("vtkColor4CharT_SetGreen", "D_vtkColor4CharT_SetGreen")); mixin(bindCode("vtkColor4CharT_GetGreen", "D_vtkColor4CharT_GetGreen")); mixin(bindCode("vtkColor4CharT_SetBlue", "D_vtkColor4CharT_SetBlue")); mixin(bindCode("vtkColor4CharT_GetBlue", "D_vtkColor4CharT_GetBlue")); mixin(bindCode("vtkColor4CharT_SetAlpha", "D_vtkColor4CharT_SetAlpha")); mixin(bindCode("vtkColor4CharT_GetAlpha", "D_vtkColor4CharT_GetAlpha")); mixin(bindCode("vtkColor4CharT_Red", "D_vtkColor4CharT_Red")); mixin(bindCode("vtkColor4CharT_Green", "D_vtkColor4CharT_Green")); mixin(bindCode("vtkColor4CharT_Blue", "D_vtkColor4CharT_Blue")); mixin(bindCode("vtkColor4CharT_Alpha", "D_vtkColor4CharT_Alpha")); mixin(bindCode("delete_vtkColor4CharT", "D_delete_vtkColor4CharT")); mixin(bindCode("vtkColor4CharT_Upcast", "D_vtkColor4CharT_Upcast")); mixin(bindCode("new_vtkColor4UCharT__SWIG_0", "D_new_vtkColor4UCharT__SWIG_0")); mixin(bindCode("new_vtkColor4UCharT__SWIG_1", "D_new_vtkColor4UCharT__SWIG_1")); mixin(bindCode("new_vtkColor4UCharT__SWIG_2", "D_new_vtkColor4UCharT__SWIG_2")); mixin(bindCode("new_vtkColor4UCharT__SWIG_3", "D_new_vtkColor4UCharT__SWIG_3")); mixin(bindCode("vtkColor4UCharT_Set__SWIG_0", "D_vtkColor4UCharT_Set__SWIG_0")); mixin(bindCode("vtkColor4UCharT_Set__SWIG_1", "D_vtkColor4UCharT_Set__SWIG_1")); mixin(bindCode("vtkColor4UCharT_SetRed", "D_vtkColor4UCharT_SetRed")); mixin(bindCode("vtkColor4UCharT_GetRed", "D_vtkColor4UCharT_GetRed")); mixin(bindCode("vtkColor4UCharT_SetGreen", "D_vtkColor4UCharT_SetGreen")); mixin(bindCode("vtkColor4UCharT_GetGreen", "D_vtkColor4UCharT_GetGreen")); mixin(bindCode("vtkColor4UCharT_SetBlue", "D_vtkColor4UCharT_SetBlue")); mixin(bindCode("vtkColor4UCharT_GetBlue", "D_vtkColor4UCharT_GetBlue")); mixin(bindCode("vtkColor4UCharT_SetAlpha", "D_vtkColor4UCharT_SetAlpha")); mixin(bindCode("vtkColor4UCharT_GetAlpha", "D_vtkColor4UCharT_GetAlpha")); mixin(bindCode("vtkColor4UCharT_Red", "D_vtkColor4UCharT_Red")); mixin(bindCode("vtkColor4UCharT_Green", "D_vtkColor4UCharT_Green")); mixin(bindCode("vtkColor4UCharT_Blue", "D_vtkColor4UCharT_Blue")); mixin(bindCode("vtkColor4UCharT_Alpha", "D_vtkColor4UCharT_Alpha")); mixin(bindCode("delete_vtkColor4UCharT", "D_delete_vtkColor4UCharT")); mixin(bindCode("vtkColor4UCharT_Upcast", "D_vtkColor4UCharT_Upcast")); mixin(bindCode("new_vtkColor4ShortT__SWIG_0", "D_new_vtkColor4ShortT__SWIG_0")); mixin(bindCode("new_vtkColor4ShortT__SWIG_1", "D_new_vtkColor4ShortT__SWIG_1")); mixin(bindCode("new_vtkColor4ShortT__SWIG_2", "D_new_vtkColor4ShortT__SWIG_2")); mixin(bindCode("new_vtkColor4ShortT__SWIG_3", "D_new_vtkColor4ShortT__SWIG_3")); mixin(bindCode("vtkColor4ShortT_Set__SWIG_0", "D_vtkColor4ShortT_Set__SWIG_0")); mixin(bindCode("vtkColor4ShortT_Set__SWIG_1", "D_vtkColor4ShortT_Set__SWIG_1")); mixin(bindCode("vtkColor4ShortT_SetRed", "D_vtkColor4ShortT_SetRed")); mixin(bindCode("vtkColor4ShortT_GetRed", "D_vtkColor4ShortT_GetRed")); mixin(bindCode("vtkColor4ShortT_SetGreen", "D_vtkColor4ShortT_SetGreen")); mixin(bindCode("vtkColor4ShortT_GetGreen", "D_vtkColor4ShortT_GetGreen")); mixin(bindCode("vtkColor4ShortT_SetBlue", "D_vtkColor4ShortT_SetBlue")); mixin(bindCode("vtkColor4ShortT_GetBlue", "D_vtkColor4ShortT_GetBlue")); mixin(bindCode("vtkColor4ShortT_SetAlpha", "D_vtkColor4ShortT_SetAlpha")); mixin(bindCode("vtkColor4ShortT_GetAlpha", "D_vtkColor4ShortT_GetAlpha")); mixin(bindCode("vtkColor4ShortT_Red", "D_vtkColor4ShortT_Red")); mixin(bindCode("vtkColor4ShortT_Green", "D_vtkColor4ShortT_Green")); mixin(bindCode("vtkColor4ShortT_Blue", "D_vtkColor4ShortT_Blue")); mixin(bindCode("vtkColor4ShortT_Alpha", "D_vtkColor4ShortT_Alpha")); mixin(bindCode("delete_vtkColor4ShortT", "D_delete_vtkColor4ShortT")); mixin(bindCode("vtkColor4ShortT_Upcast", "D_vtkColor4ShortT_Upcast")); mixin(bindCode("new_vtkColor4UShortT__SWIG_0", "D_new_vtkColor4UShortT__SWIG_0")); mixin(bindCode("new_vtkColor4UShortT__SWIG_1", "D_new_vtkColor4UShortT__SWIG_1")); mixin(bindCode("new_vtkColor4UShortT__SWIG_2", "D_new_vtkColor4UShortT__SWIG_2")); mixin(bindCode("new_vtkColor4UShortT__SWIG_3", "D_new_vtkColor4UShortT__SWIG_3")); mixin(bindCode("vtkColor4UShortT_Set__SWIG_0", "D_vtkColor4UShortT_Set__SWIG_0")); mixin(bindCode("vtkColor4UShortT_Set__SWIG_1", "D_vtkColor4UShortT_Set__SWIG_1")); mixin(bindCode("vtkColor4UShortT_SetRed", "D_vtkColor4UShortT_SetRed")); mixin(bindCode("vtkColor4UShortT_GetRed", "D_vtkColor4UShortT_GetRed")); mixin(bindCode("vtkColor4UShortT_SetGreen", "D_vtkColor4UShortT_SetGreen")); mixin(bindCode("vtkColor4UShortT_GetGreen", "D_vtkColor4UShortT_GetGreen")); mixin(bindCode("vtkColor4UShortT_SetBlue", "D_vtkColor4UShortT_SetBlue")); mixin(bindCode("vtkColor4UShortT_GetBlue", "D_vtkColor4UShortT_GetBlue")); mixin(bindCode("vtkColor4UShortT_SetAlpha", "D_vtkColor4UShortT_SetAlpha")); mixin(bindCode("vtkColor4UShortT_GetAlpha", "D_vtkColor4UShortT_GetAlpha")); mixin(bindCode("vtkColor4UShortT_Red", "D_vtkColor4UShortT_Red")); mixin(bindCode("vtkColor4UShortT_Green", "D_vtkColor4UShortT_Green")); mixin(bindCode("vtkColor4UShortT_Blue", "D_vtkColor4UShortT_Blue")); mixin(bindCode("vtkColor4UShortT_Alpha", "D_vtkColor4UShortT_Alpha")); mixin(bindCode("delete_vtkColor4UShortT", "D_delete_vtkColor4UShortT")); mixin(bindCode("vtkColor4UShortT_Upcast", "D_vtkColor4UShortT_Upcast")); mixin(bindCode("new_vtkColor4IntT__SWIG_0", "D_new_vtkColor4IntT__SWIG_0")); mixin(bindCode("new_vtkColor4IntT__SWIG_1", "D_new_vtkColor4IntT__SWIG_1")); mixin(bindCode("new_vtkColor4IntT__SWIG_2", "D_new_vtkColor4IntT__SWIG_2")); mixin(bindCode("new_vtkColor4IntT__SWIG_3", "D_new_vtkColor4IntT__SWIG_3")); mixin(bindCode("vtkColor4IntT_Set__SWIG_0", "D_vtkColor4IntT_Set__SWIG_0")); mixin(bindCode("vtkColor4IntT_Set__SWIG_1", "D_vtkColor4IntT_Set__SWIG_1")); mixin(bindCode("vtkColor4IntT_SetRed", "D_vtkColor4IntT_SetRed")); mixin(bindCode("vtkColor4IntT_GetRed", "D_vtkColor4IntT_GetRed")); mixin(bindCode("vtkColor4IntT_SetGreen", "D_vtkColor4IntT_SetGreen")); mixin(bindCode("vtkColor4IntT_GetGreen", "D_vtkColor4IntT_GetGreen")); mixin(bindCode("vtkColor4IntT_SetBlue", "D_vtkColor4IntT_SetBlue")); mixin(bindCode("vtkColor4IntT_GetBlue", "D_vtkColor4IntT_GetBlue")); mixin(bindCode("vtkColor4IntT_SetAlpha", "D_vtkColor4IntT_SetAlpha")); mixin(bindCode("vtkColor4IntT_GetAlpha", "D_vtkColor4IntT_GetAlpha")); mixin(bindCode("vtkColor4IntT_Red", "D_vtkColor4IntT_Red")); mixin(bindCode("vtkColor4IntT_Green", "D_vtkColor4IntT_Green")); mixin(bindCode("vtkColor4IntT_Blue", "D_vtkColor4IntT_Blue")); mixin(bindCode("vtkColor4IntT_Alpha", "D_vtkColor4IntT_Alpha")); mixin(bindCode("delete_vtkColor4IntT", "D_delete_vtkColor4IntT")); mixin(bindCode("vtkColor4IntT_Upcast", "D_vtkColor4IntT_Upcast")); mixin(bindCode("new_vtkColor4UIntT__SWIG_0", "D_new_vtkColor4UIntT__SWIG_0")); mixin(bindCode("new_vtkColor4UIntT__SWIG_1", "D_new_vtkColor4UIntT__SWIG_1")); mixin(bindCode("new_vtkColor4UIntT__SWIG_2", "D_new_vtkColor4UIntT__SWIG_2")); mixin(bindCode("new_vtkColor4UIntT__SWIG_3", "D_new_vtkColor4UIntT__SWIG_3")); mixin(bindCode("vtkColor4UIntT_Set__SWIG_0", "D_vtkColor4UIntT_Set__SWIG_0")); mixin(bindCode("vtkColor4UIntT_Set__SWIG_1", "D_vtkColor4UIntT_Set__SWIG_1")); mixin(bindCode("vtkColor4UIntT_SetRed", "D_vtkColor4UIntT_SetRed")); mixin(bindCode("vtkColor4UIntT_GetRed", "D_vtkColor4UIntT_GetRed")); mixin(bindCode("vtkColor4UIntT_SetGreen", "D_vtkColor4UIntT_SetGreen")); mixin(bindCode("vtkColor4UIntT_GetGreen", "D_vtkColor4UIntT_GetGreen")); mixin(bindCode("vtkColor4UIntT_SetBlue", "D_vtkColor4UIntT_SetBlue")); mixin(bindCode("vtkColor4UIntT_GetBlue", "D_vtkColor4UIntT_GetBlue")); mixin(bindCode("vtkColor4UIntT_SetAlpha", "D_vtkColor4UIntT_SetAlpha")); mixin(bindCode("vtkColor4UIntT_GetAlpha", "D_vtkColor4UIntT_GetAlpha")); mixin(bindCode("vtkColor4UIntT_Red", "D_vtkColor4UIntT_Red")); mixin(bindCode("vtkColor4UIntT_Green", "D_vtkColor4UIntT_Green")); mixin(bindCode("vtkColor4UIntT_Blue", "D_vtkColor4UIntT_Blue")); mixin(bindCode("vtkColor4UIntT_Alpha", "D_vtkColor4UIntT_Alpha")); mixin(bindCode("delete_vtkColor4UIntT", "D_delete_vtkColor4UIntT")); mixin(bindCode("vtkColor4UIntT_Upcast", "D_vtkColor4UIntT_Upcast")); mixin(bindCode("new_vtkColor4LongT__SWIG_0", "D_new_vtkColor4LongT__SWIG_0")); mixin(bindCode("new_vtkColor4LongT__SWIG_1", "D_new_vtkColor4LongT__SWIG_1")); mixin(bindCode("new_vtkColor4LongT__SWIG_2", "D_new_vtkColor4LongT__SWIG_2")); mixin(bindCode("new_vtkColor4LongT__SWIG_3", "D_new_vtkColor4LongT__SWIG_3")); mixin(bindCode("vtkColor4LongT_Set__SWIG_0", "D_vtkColor4LongT_Set__SWIG_0")); mixin(bindCode("vtkColor4LongT_Set__SWIG_1", "D_vtkColor4LongT_Set__SWIG_1")); mixin(bindCode("vtkColor4LongT_SetRed", "D_vtkColor4LongT_SetRed")); mixin(bindCode("vtkColor4LongT_GetRed", "D_vtkColor4LongT_GetRed")); mixin(bindCode("vtkColor4LongT_SetGreen", "D_vtkColor4LongT_SetGreen")); mixin(bindCode("vtkColor4LongT_GetGreen", "D_vtkColor4LongT_GetGreen")); mixin(bindCode("vtkColor4LongT_SetBlue", "D_vtkColor4LongT_SetBlue")); mixin(bindCode("vtkColor4LongT_GetBlue", "D_vtkColor4LongT_GetBlue")); mixin(bindCode("vtkColor4LongT_SetAlpha", "D_vtkColor4LongT_SetAlpha")); mixin(bindCode("vtkColor4LongT_GetAlpha", "D_vtkColor4LongT_GetAlpha")); mixin(bindCode("vtkColor4LongT_Red", "D_vtkColor4LongT_Red")); mixin(bindCode("vtkColor4LongT_Green", "D_vtkColor4LongT_Green")); mixin(bindCode("vtkColor4LongT_Blue", "D_vtkColor4LongT_Blue")); mixin(bindCode("vtkColor4LongT_Alpha", "D_vtkColor4LongT_Alpha")); mixin(bindCode("delete_vtkColor4LongT", "D_delete_vtkColor4LongT")); mixin(bindCode("vtkColor4LongT_Upcast", "D_vtkColor4LongT_Upcast")); mixin(bindCode("new_vtkColor4ULongT__SWIG_0", "D_new_vtkColor4ULongT__SWIG_0")); mixin(bindCode("new_vtkColor4ULongT__SWIG_1", "D_new_vtkColor4ULongT__SWIG_1")); mixin(bindCode("new_vtkColor4ULongT__SWIG_2", "D_new_vtkColor4ULongT__SWIG_2")); mixin(bindCode("new_vtkColor4ULongT__SWIG_3", "D_new_vtkColor4ULongT__SWIG_3")); mixin(bindCode("vtkColor4ULongT_Set__SWIG_0", "D_vtkColor4ULongT_Set__SWIG_0")); mixin(bindCode("vtkColor4ULongT_Set__SWIG_1", "D_vtkColor4ULongT_Set__SWIG_1")); mixin(bindCode("vtkColor4ULongT_SetRed", "D_vtkColor4ULongT_SetRed")); mixin(bindCode("vtkColor4ULongT_GetRed", "D_vtkColor4ULongT_GetRed")); mixin(bindCode("vtkColor4ULongT_SetGreen", "D_vtkColor4ULongT_SetGreen")); mixin(bindCode("vtkColor4ULongT_GetGreen", "D_vtkColor4ULongT_GetGreen")); mixin(bindCode("vtkColor4ULongT_SetBlue", "D_vtkColor4ULongT_SetBlue")); mixin(bindCode("vtkColor4ULongT_GetBlue", "D_vtkColor4ULongT_GetBlue")); mixin(bindCode("vtkColor4ULongT_SetAlpha", "D_vtkColor4ULongT_SetAlpha")); mixin(bindCode("vtkColor4ULongT_GetAlpha", "D_vtkColor4ULongT_GetAlpha")); mixin(bindCode("vtkColor4ULongT_Red", "D_vtkColor4ULongT_Red")); mixin(bindCode("vtkColor4ULongT_Green", "D_vtkColor4ULongT_Green")); mixin(bindCode("vtkColor4ULongT_Blue", "D_vtkColor4ULongT_Blue")); mixin(bindCode("vtkColor4ULongT_Alpha", "D_vtkColor4ULongT_Alpha")); mixin(bindCode("delete_vtkColor4ULongT", "D_delete_vtkColor4ULongT")); mixin(bindCode("vtkColor4ULongT_Upcast", "D_vtkColor4ULongT_Upcast")); mixin(bindCode("new_vtkColor4LongLongT__SWIG_0", "D_new_vtkColor4LongLongT__SWIG_0")); mixin(bindCode("new_vtkColor4LongLongT__SWIG_1", "D_new_vtkColor4LongLongT__SWIG_1")); mixin(bindCode("new_vtkColor4LongLongT__SWIG_2", "D_new_vtkColor4LongLongT__SWIG_2")); mixin(bindCode("new_vtkColor4LongLongT__SWIG_3", "D_new_vtkColor4LongLongT__SWIG_3")); mixin(bindCode("vtkColor4LongLongT_Set__SWIG_0", "D_vtkColor4LongLongT_Set__SWIG_0")); mixin(bindCode("vtkColor4LongLongT_Set__SWIG_1", "D_vtkColor4LongLongT_Set__SWIG_1")); mixin(bindCode("vtkColor4LongLongT_SetRed", "D_vtkColor4LongLongT_SetRed")); mixin(bindCode("vtkColor4LongLongT_GetRed", "D_vtkColor4LongLongT_GetRed")); mixin(bindCode("vtkColor4LongLongT_SetGreen", "D_vtkColor4LongLongT_SetGreen")); mixin(bindCode("vtkColor4LongLongT_GetGreen", "D_vtkColor4LongLongT_GetGreen")); mixin(bindCode("vtkColor4LongLongT_SetBlue", "D_vtkColor4LongLongT_SetBlue")); mixin(bindCode("vtkColor4LongLongT_GetBlue", "D_vtkColor4LongLongT_GetBlue")); mixin(bindCode("vtkColor4LongLongT_SetAlpha", "D_vtkColor4LongLongT_SetAlpha")); mixin(bindCode("vtkColor4LongLongT_GetAlpha", "D_vtkColor4LongLongT_GetAlpha")); mixin(bindCode("vtkColor4LongLongT_Red", "D_vtkColor4LongLongT_Red")); mixin(bindCode("vtkColor4LongLongT_Green", "D_vtkColor4LongLongT_Green")); mixin(bindCode("vtkColor4LongLongT_Blue", "D_vtkColor4LongLongT_Blue")); mixin(bindCode("vtkColor4LongLongT_Alpha", "D_vtkColor4LongLongT_Alpha")); mixin(bindCode("delete_vtkColor4LongLongT", "D_delete_vtkColor4LongLongT")); mixin(bindCode("vtkColor4LongLongT_Upcast", "D_vtkColor4LongLongT_Upcast")); mixin(bindCode("new_vtkColor4ULongLongT__SWIG_0", "D_new_vtkColor4ULongLongT__SWIG_0")); mixin(bindCode("new_vtkColor4ULongLongT__SWIG_1", "D_new_vtkColor4ULongLongT__SWIG_1")); mixin(bindCode("new_vtkColor4ULongLongT__SWIG_2", "D_new_vtkColor4ULongLongT__SWIG_2")); mixin(bindCode("new_vtkColor4ULongLongT__SWIG_3", "D_new_vtkColor4ULongLongT__SWIG_3")); mixin(bindCode("vtkColor4ULongLongT_Set__SWIG_0", "D_vtkColor4ULongLongT_Set__SWIG_0")); mixin(bindCode("vtkColor4ULongLongT_Set__SWIG_1", "D_vtkColor4ULongLongT_Set__SWIG_1")); mixin(bindCode("vtkColor4ULongLongT_SetRed", "D_vtkColor4ULongLongT_SetRed")); mixin(bindCode("vtkColor4ULongLongT_GetRed", "D_vtkColor4ULongLongT_GetRed")); mixin(bindCode("vtkColor4ULongLongT_SetGreen", "D_vtkColor4ULongLongT_SetGreen")); mixin(bindCode("vtkColor4ULongLongT_GetGreen", "D_vtkColor4ULongLongT_GetGreen")); mixin(bindCode("vtkColor4ULongLongT_SetBlue", "D_vtkColor4ULongLongT_SetBlue")); mixin(bindCode("vtkColor4ULongLongT_GetBlue", "D_vtkColor4ULongLongT_GetBlue")); mixin(bindCode("vtkColor4ULongLongT_SetAlpha", "D_vtkColor4ULongLongT_SetAlpha")); mixin(bindCode("vtkColor4ULongLongT_GetAlpha", "D_vtkColor4ULongLongT_GetAlpha")); mixin(bindCode("vtkColor4ULongLongT_Red", "D_vtkColor4ULongLongT_Red")); mixin(bindCode("vtkColor4ULongLongT_Green", "D_vtkColor4ULongLongT_Green")); mixin(bindCode("vtkColor4ULongLongT_Blue", "D_vtkColor4ULongLongT_Blue")); mixin(bindCode("vtkColor4ULongLongT_Alpha", "D_vtkColor4ULongLongT_Alpha")); mixin(bindCode("delete_vtkColor4ULongLongT", "D_delete_vtkColor4ULongLongT")); mixin(bindCode("vtkColor4ULongLongT_Upcast", "D_vtkColor4ULongLongT_Upcast")); mixin(bindCode("new_vtkColor4FloatT__SWIG_0", "D_new_vtkColor4FloatT__SWIG_0")); mixin(bindCode("new_vtkColor4FloatT__SWIG_1", "D_new_vtkColor4FloatT__SWIG_1")); mixin(bindCode("new_vtkColor4FloatT__SWIG_2", "D_new_vtkColor4FloatT__SWIG_2")); mixin(bindCode("new_vtkColor4FloatT__SWIG_3", "D_new_vtkColor4FloatT__SWIG_3")); mixin(bindCode("vtkColor4FloatT_Set__SWIG_0", "D_vtkColor4FloatT_Set__SWIG_0")); mixin(bindCode("vtkColor4FloatT_Set__SWIG_1", "D_vtkColor4FloatT_Set__SWIG_1")); mixin(bindCode("vtkColor4FloatT_SetRed", "D_vtkColor4FloatT_SetRed")); mixin(bindCode("vtkColor4FloatT_GetRed", "D_vtkColor4FloatT_GetRed")); mixin(bindCode("vtkColor4FloatT_SetGreen", "D_vtkColor4FloatT_SetGreen")); mixin(bindCode("vtkColor4FloatT_GetGreen", "D_vtkColor4FloatT_GetGreen")); mixin(bindCode("vtkColor4FloatT_SetBlue", "D_vtkColor4FloatT_SetBlue")); mixin(bindCode("vtkColor4FloatT_GetBlue", "D_vtkColor4FloatT_GetBlue")); mixin(bindCode("vtkColor4FloatT_SetAlpha", "D_vtkColor4FloatT_SetAlpha")); mixin(bindCode("vtkColor4FloatT_GetAlpha", "D_vtkColor4FloatT_GetAlpha")); mixin(bindCode("vtkColor4FloatT_Red", "D_vtkColor4FloatT_Red")); mixin(bindCode("vtkColor4FloatT_Green", "D_vtkColor4FloatT_Green")); mixin(bindCode("vtkColor4FloatT_Blue", "D_vtkColor4FloatT_Blue")); mixin(bindCode("vtkColor4FloatT_Alpha", "D_vtkColor4FloatT_Alpha")); mixin(bindCode("delete_vtkColor4FloatT", "D_delete_vtkColor4FloatT")); mixin(bindCode("vtkColor4FloatT_Upcast", "D_vtkColor4FloatT_Upcast")); mixin(bindCode("new_vtkColor4DoubleT__SWIG_0", "D_new_vtkColor4DoubleT__SWIG_0")); mixin(bindCode("new_vtkColor4DoubleT__SWIG_1", "D_new_vtkColor4DoubleT__SWIG_1")); mixin(bindCode("new_vtkColor4DoubleT__SWIG_2", "D_new_vtkColor4DoubleT__SWIG_2")); mixin(bindCode("new_vtkColor4DoubleT__SWIG_3", "D_new_vtkColor4DoubleT__SWIG_3")); mixin(bindCode("vtkColor4DoubleT_Set__SWIG_0", "D_vtkColor4DoubleT_Set__SWIG_0")); mixin(bindCode("vtkColor4DoubleT_Set__SWIG_1", "D_vtkColor4DoubleT_Set__SWIG_1")); mixin(bindCode("vtkColor4DoubleT_SetRed", "D_vtkColor4DoubleT_SetRed")); mixin(bindCode("vtkColor4DoubleT_GetRed", "D_vtkColor4DoubleT_GetRed")); mixin(bindCode("vtkColor4DoubleT_SetGreen", "D_vtkColor4DoubleT_SetGreen")); mixin(bindCode("vtkColor4DoubleT_GetGreen", "D_vtkColor4DoubleT_GetGreen")); mixin(bindCode("vtkColor4DoubleT_SetBlue", "D_vtkColor4DoubleT_SetBlue")); mixin(bindCode("vtkColor4DoubleT_GetBlue", "D_vtkColor4DoubleT_GetBlue")); mixin(bindCode("vtkColor4DoubleT_SetAlpha", "D_vtkColor4DoubleT_SetAlpha")); mixin(bindCode("vtkColor4DoubleT_GetAlpha", "D_vtkColor4DoubleT_GetAlpha")); mixin(bindCode("vtkColor4DoubleT_Red", "D_vtkColor4DoubleT_Red")); mixin(bindCode("vtkColor4DoubleT_Green", "D_vtkColor4DoubleT_Green")); mixin(bindCode("vtkColor4DoubleT_Blue", "D_vtkColor4DoubleT_Blue")); mixin(bindCode("vtkColor4DoubleT_Alpha", "D_vtkColor4DoubleT_Alpha")); mixin(bindCode("delete_vtkColor4DoubleT", "D_delete_vtkColor4DoubleT")); mixin(bindCode("vtkColor4DoubleT_Upcast", "D_vtkColor4DoubleT_Upcast")); mixin(bindCode("new_vtkColor3ub__SWIG_0", "D_new_vtkColor3ub__SWIG_0")); mixin(bindCode("new_vtkColor3ub__SWIG_1", "D_new_vtkColor3ub__SWIG_1")); mixin(bindCode("new_vtkColor3ub__SWIG_2", "D_new_vtkColor3ub__SWIG_2")); mixin(bindCode("new_vtkColor3ub__SWIG_3", "D_new_vtkColor3ub__SWIG_3")); mixin(bindCode("new_vtkColor3ub__SWIG_4", "D_new_vtkColor3ub__SWIG_4")); mixin(bindCode("delete_vtkColor3ub", "D_delete_vtkColor3ub")); mixin(bindCode("vtkColor3ub_Upcast", "D_vtkColor3ub_Upcast")); mixin(bindCode("new_vtkColor3f__SWIG_0", "D_new_vtkColor3f__SWIG_0")); mixin(bindCode("new_vtkColor3f__SWIG_1", "D_new_vtkColor3f__SWIG_1")); mixin(bindCode("new_vtkColor3f__SWIG_2", "D_new_vtkColor3f__SWIG_2")); mixin(bindCode("new_vtkColor3f__SWIG_3", "D_new_vtkColor3f__SWIG_3")); mixin(bindCode("delete_vtkColor3f", "D_delete_vtkColor3f")); mixin(bindCode("vtkColor3f_Upcast", "D_vtkColor3f_Upcast")); mixin(bindCode("new_vtkColor3d__SWIG_0", "D_new_vtkColor3d__SWIG_0")); mixin(bindCode("new_vtkColor3d__SWIG_1", "D_new_vtkColor3d__SWIG_1")); mixin(bindCode("new_vtkColor3d__SWIG_2", "D_new_vtkColor3d__SWIG_2")); mixin(bindCode("new_vtkColor3d__SWIG_3", "D_new_vtkColor3d__SWIG_3")); mixin(bindCode("delete_vtkColor3d", "D_delete_vtkColor3d")); mixin(bindCode("vtkColor3d_Upcast", "D_vtkColor3d_Upcast")); mixin(bindCode("new_vtkColor4ub__SWIG_0", "D_new_vtkColor4ub__SWIG_0")); mixin(bindCode("new_vtkColor4ub__SWIG_1", "D_new_vtkColor4ub__SWIG_1")); mixin(bindCode("new_vtkColor4ub__SWIG_2", "D_new_vtkColor4ub__SWIG_2")); mixin(bindCode("new_vtkColor4ub__SWIG_3", "D_new_vtkColor4ub__SWIG_3")); mixin(bindCode("new_vtkColor4ub__SWIG_4", "D_new_vtkColor4ub__SWIG_4")); mixin(bindCode("new_vtkColor4ub__SWIG_5", "D_new_vtkColor4ub__SWIG_5")); mixin(bindCode("new_vtkColor4ub__SWIG_6", "D_new_vtkColor4ub__SWIG_6")); mixin(bindCode("delete_vtkColor4ub", "D_delete_vtkColor4ub")); mixin(bindCode("vtkColor4ub_Upcast", "D_vtkColor4ub_Upcast")); mixin(bindCode("new_vtkColor4f__SWIG_0", "D_new_vtkColor4f__SWIG_0")); mixin(bindCode("new_vtkColor4f__SWIG_1", "D_new_vtkColor4f__SWIG_1")); mixin(bindCode("new_vtkColor4f__SWIG_2", "D_new_vtkColor4f__SWIG_2")); mixin(bindCode("new_vtkColor4f__SWIG_3", "D_new_vtkColor4f__SWIG_3")); mixin(bindCode("new_vtkColor4f__SWIG_4", "D_new_vtkColor4f__SWIG_4")); mixin(bindCode("delete_vtkColor4f", "D_delete_vtkColor4f")); mixin(bindCode("vtkColor4f_Upcast", "D_vtkColor4f_Upcast")); mixin(bindCode("new_vtkColor4d__SWIG_0", "D_new_vtkColor4d__SWIG_0")); mixin(bindCode("new_vtkColor4d__SWIG_1", "D_new_vtkColor4d__SWIG_1")); mixin(bindCode("new_vtkColor4d__SWIG_2", "D_new_vtkColor4d__SWIG_2")); mixin(bindCode("new_vtkColor4d__SWIG_3", "D_new_vtkColor4d__SWIG_3")); mixin(bindCode("new_vtkColor4d__SWIG_4", "D_new_vtkColor4d__SWIG_4")); mixin(bindCode("delete_vtkColor4d", "D_delete_vtkColor4d")); mixin(bindCode("vtkColor4d_Upcast", "D_vtkColor4d_Upcast")); mixin(bindCode("vtkColorSeries_IsTypeOf", "D_vtkColorSeries_IsTypeOf")); mixin(bindCode("vtkColorSeries_SafeDownCast", "D_vtkColorSeries_SafeDownCast")); mixin(bindCode("vtkColorSeries_NewInstance", "D_vtkColorSeries_NewInstance")); mixin(bindCode("vtkColorSeries_New", "D_vtkColorSeries_New")); mixin(bindCode("vtkColorSeries_SetColorScheme", "D_vtkColorSeries_SetColorScheme")); mixin(bindCode("vtkColorSeries_SetColorSchemeByName", "D_vtkColorSeries_SetColorSchemeByName")); mixin(bindCode("vtkColorSeries_GetNumberOfColorSchemes", "D_vtkColorSeries_GetNumberOfColorSchemes")); mixin(bindCode("vtkColorSeries_GetColorSchemeName", "D_vtkColorSeries_GetColorSchemeName")); mixin(bindCode("vtkColorSeries_SetColorSchemeName", "D_vtkColorSeries_SetColorSchemeName")); mixin(bindCode("vtkColorSeries_GetColorScheme", "D_vtkColorSeries_GetColorScheme")); mixin(bindCode("vtkColorSeries_GetNumberOfColors", "D_vtkColorSeries_GetNumberOfColors")); mixin(bindCode("vtkColorSeries_SetNumberOfColors", "D_vtkColorSeries_SetNumberOfColors")); mixin(bindCode("vtkColorSeries_RemoveColor", "D_vtkColorSeries_RemoveColor")); mixin(bindCode("vtkColorSeries_ClearColors", "D_vtkColorSeries_ClearColors")); mixin(bindCode("vtkColorSeries_DeepCopy", "D_vtkColorSeries_DeepCopy")); mixin(bindCode("vtkColorSeries_BuildLookupTable", "D_vtkColorSeries_BuildLookupTable")); mixin(bindCode("vtkColorSeries_CreateLookupTable", "D_vtkColorSeries_CreateLookupTable")); mixin(bindCode("new_vtkColorSeries", "D_new_vtkColorSeries")); mixin(bindCode("delete_vtkColorSeries", "D_delete_vtkColorSeries")); mixin(bindCode("vtkColorSeries_Upcast", "D_vtkColorSeries_Upcast")); mixin(bindCode("vtkImageIterateFilter_IsTypeOf", "D_vtkImageIterateFilter_IsTypeOf")); mixin(bindCode("vtkImageIterateFilter_SafeDownCast", "D_vtkImageIterateFilter_SafeDownCast")); mixin(bindCode("vtkImageIterateFilter_NewInstance", "D_vtkImageIterateFilter_NewInstance")); mixin(bindCode("vtkImageIterateFilter_GetIteration", "D_vtkImageIterateFilter_GetIteration")); mixin(bindCode("vtkImageIterateFilter_GetNumberOfIterations", "D_vtkImageIterateFilter_GetNumberOfIterations")); mixin(bindCode("vtkImageIterateFilter_Upcast", "D_vtkImageIterateFilter_Upcast")); mixin(bindCode("vtkImageDecomposeFilter_IsTypeOf", "D_vtkImageDecomposeFilter_IsTypeOf")); mixin(bindCode("vtkImageDecomposeFilter_SafeDownCast", "D_vtkImageDecomposeFilter_SafeDownCast")); mixin(bindCode("vtkImageDecomposeFilter_NewInstance", "D_vtkImageDecomposeFilter_NewInstance")); mixin(bindCode("vtkImageDecomposeFilter_SetDimensionality", "D_vtkImageDecomposeFilter_SetDimensionality")); mixin(bindCode("vtkImageDecomposeFilter_GetDimensionality", "D_vtkImageDecomposeFilter_GetDimensionality")); mixin(bindCode("vtkImageDecomposeFilter_PermuteIncrements", "D_vtkImageDecomposeFilter_PermuteIncrements")); mixin(bindCode("vtkImageDecomposeFilter_PermuteExtent", "D_vtkImageDecomposeFilter_PermuteExtent")); mixin(bindCode("vtkImageDecomposeFilter_Upcast", "D_vtkImageDecomposeFilter_Upcast")); mixin(bindCode("vtkImageCityBlockDistance_New", "D_vtkImageCityBlockDistance_New")); mixin(bindCode("vtkImageCityBlockDistance_IsTypeOf", "D_vtkImageCityBlockDistance_IsTypeOf")); mixin(bindCode("vtkImageCityBlockDistance_SafeDownCast", "D_vtkImageCityBlockDistance_SafeDownCast")); mixin(bindCode("vtkImageCityBlockDistance_NewInstance", "D_vtkImageCityBlockDistance_NewInstance")); mixin(bindCode("vtkImageCityBlockDistance_Upcast", "D_vtkImageCityBlockDistance_Upcast")); mixin(bindCode("vtkImageStencilAlgorithm_New", "D_vtkImageStencilAlgorithm_New")); mixin(bindCode("vtkImageStencilAlgorithm_IsTypeOf", "D_vtkImageStencilAlgorithm_IsTypeOf")); mixin(bindCode("vtkImageStencilAlgorithm_SafeDownCast", "D_vtkImageStencilAlgorithm_SafeDownCast")); mixin(bindCode("vtkImageStencilAlgorithm_NewInstance", "D_vtkImageStencilAlgorithm_NewInstance")); mixin(bindCode("vtkImageStencilAlgorithm_SetOutput", "D_vtkImageStencilAlgorithm_SetOutput")); mixin(bindCode("vtkImageStencilAlgorithm_GetOutput", "D_vtkImageStencilAlgorithm_GetOutput")); mixin(bindCode("vtkImageStencilAlgorithm_Upcast", "D_vtkImageStencilAlgorithm_Upcast")); mixin(bindCode("vtkImageStencilSource_New", "D_vtkImageStencilSource_New")); mixin(bindCode("vtkImageStencilSource_IsTypeOf", "D_vtkImageStencilSource_IsTypeOf")); mixin(bindCode("vtkImageStencilSource_SafeDownCast", "D_vtkImageStencilSource_SafeDownCast")); mixin(bindCode("vtkImageStencilSource_NewInstance", "D_vtkImageStencilSource_NewInstance")); mixin(bindCode("vtkImageStencilSource_SetInformationInput", "D_vtkImageStencilSource_SetInformationInput")); mixin(bindCode("vtkImageStencilSource_GetInformationInput", "D_vtkImageStencilSource_GetInformationInput")); mixin(bindCode("vtkImageStencilSource_SetOutputOrigin__SWIG_0", "D_vtkImageStencilSource_SetOutputOrigin__SWIG_0")); mixin(bindCode("vtkImageStencilSource_SetOutputOrigin__SWIG_1", "D_vtkImageStencilSource_SetOutputOrigin__SWIG_1")); mixin(bindCode("vtkImageStencilSource_GetOutputOrigin__SWIG_0", "D_vtkImageStencilSource_GetOutputOrigin__SWIG_0")); mixin(bindCode("vtkImageStencilSource_GetOutputOrigin__SWIG_1", "D_vtkImageStencilSource_GetOutputOrigin__SWIG_1")); mixin(bindCode("vtkImageStencilSource_GetOutputOrigin__SWIG_2", "D_vtkImageStencilSource_GetOutputOrigin__SWIG_2")); mixin(bindCode("vtkImageStencilSource_SetOutputSpacing__SWIG_0", "D_vtkImageStencilSource_SetOutputSpacing__SWIG_0")); mixin(bindCode("vtkImageStencilSource_SetOutputSpacing__SWIG_1", "D_vtkImageStencilSource_SetOutputSpacing__SWIG_1")); mixin(bindCode("vtkImageStencilSource_GetOutputSpacing__SWIG_0", "D_vtkImageStencilSource_GetOutputSpacing__SWIG_0")); mixin(bindCode("vtkImageStencilSource_GetOutputSpacing__SWIG_1", "D_vtkImageStencilSource_GetOutputSpacing__SWIG_1")); mixin(bindCode("vtkImageStencilSource_GetOutputSpacing__SWIG_2", "D_vtkImageStencilSource_GetOutputSpacing__SWIG_2")); mixin(bindCode("vtkImageStencilSource_SetOutputWholeExtent__SWIG_0", "D_vtkImageStencilSource_SetOutputWholeExtent__SWIG_0")); mixin(bindCode("vtkImageStencilSource_SetOutputWholeExtent__SWIG_1", "D_vtkImageStencilSource_SetOutputWholeExtent__SWIG_1")); mixin(bindCode("vtkImageStencilSource_GetOutputWholeExtent__SWIG_0", "D_vtkImageStencilSource_GetOutputWholeExtent__SWIG_0")); mixin(bindCode("vtkImageStencilSource_GetOutputWholeExtent__SWIG_1", "D_vtkImageStencilSource_GetOutputWholeExtent__SWIG_1")); mixin(bindCode("vtkImageStencilSource_GetOutputWholeExtent__SWIG_2", "D_vtkImageStencilSource_GetOutputWholeExtent__SWIG_2")); mixin(bindCode("vtkImageStencilSource_ReportReferences", "D_vtkImageStencilSource_ReportReferences")); mixin(bindCode("vtkImageStencilSource_Upcast", "D_vtkImageStencilSource_Upcast")); mixin(bindCode("vtkImplicitFunctionToImageStencil_New", "D_vtkImplicitFunctionToImageStencil_New")); mixin(bindCode("vtkImplicitFunctionToImageStencil_IsTypeOf", "D_vtkImplicitFunctionToImageStencil_IsTypeOf")); mixin(bindCode("vtkImplicitFunctionToImageStencil_SafeDownCast", "D_vtkImplicitFunctionToImageStencil_SafeDownCast")); mixin(bindCode("vtkImplicitFunctionToImageStencil_NewInstance", "D_vtkImplicitFunctionToImageStencil_NewInstance")); mixin(bindCode("vtkImplicitFunctionToImageStencil_SetInput", "D_vtkImplicitFunctionToImageStencil_SetInput")); mixin(bindCode("vtkImplicitFunctionToImageStencil_GetInput", "D_vtkImplicitFunctionToImageStencil_GetInput")); mixin(bindCode("vtkImplicitFunctionToImageStencil_SetThreshold", "D_vtkImplicitFunctionToImageStencil_SetThreshold")); mixin(bindCode("vtkImplicitFunctionToImageStencil_GetThreshold", "D_vtkImplicitFunctionToImageStencil_GetThreshold")); mixin(bindCode("vtkImplicitFunctionToImageStencil_Upcast", "D_vtkImplicitFunctionToImageStencil_Upcast")); mixin(bindCode("VTK_ITW_PROJECTION_YZ_get", "D_VTK_ITW_PROJECTION_YZ_get")); mixin(bindCode("VTK_ITW_PROJECTION_XZ_get", "D_VTK_ITW_PROJECTION_XZ_get")); mixin(bindCode("VTK_ITW_PROJECTION_XY_get", "D_VTK_ITW_PROJECTION_XY_get")); mixin(bindCode("VTK_ITW_SNAP_CELLS_get", "D_VTK_ITW_SNAP_CELLS_get")); mixin(bindCode("VTK_ITW_SNAP_POINTS_get", "D_VTK_ITW_SNAP_POINTS_get")); mixin(bindCode("vtkImageTracerWidget_New", "D_vtkImageTracerWidget_New")); mixin(bindCode("vtkImageTracerWidget_IsTypeOf", "D_vtkImageTracerWidget_IsTypeOf")); mixin(bindCode("vtkImageTracerWidget_SafeDownCast", "D_vtkImageTracerWidget_SafeDownCast")); mixin(bindCode("vtkImageTracerWidget_NewInstance", "D_vtkImageTracerWidget_NewInstance")); mixin(bindCode("vtkImageTracerWidget_PlaceWidget__SWIG_0", "D_vtkImageTracerWidget_PlaceWidget__SWIG_0")); mixin(bindCode("vtkImageTracerWidget_PlaceWidget__SWIG_1", "D_vtkImageTracerWidget_PlaceWidget__SWIG_1")); mixin(bindCode("vtkImageTracerWidget_PlaceWidget__SWIG_2", "D_vtkImageTracerWidget_PlaceWidget__SWIG_2")); mixin(bindCode("vtkImageTracerWidget_SetHandleProperty", "D_vtkImageTracerWidget_SetHandleProperty")); mixin(bindCode("vtkImageTracerWidget_GetHandleProperty", "D_vtkImageTracerWidget_GetHandleProperty")); mixin(bindCode("vtkImageTracerWidget_SetSelectedHandleProperty", "D_vtkImageTracerWidget_SetSelectedHandleProperty")); mixin(bindCode("vtkImageTracerWidget_GetSelectedHandleProperty", "D_vtkImageTracerWidget_GetSelectedHandleProperty")); mixin(bindCode("vtkImageTracerWidget_SetLineProperty", "D_vtkImageTracerWidget_SetLineProperty")); mixin(bindCode("vtkImageTracerWidget_GetLineProperty", "D_vtkImageTracerWidget_GetLineProperty")); mixin(bindCode("vtkImageTracerWidget_SetSelectedLineProperty", "D_vtkImageTracerWidget_SetSelectedLineProperty")); mixin(bindCode("vtkImageTracerWidget_GetSelectedLineProperty", "D_vtkImageTracerWidget_GetSelectedLineProperty")); mixin(bindCode("vtkImageTracerWidget_SetViewProp", "D_vtkImageTracerWidget_SetViewProp")); mixin(bindCode("vtkImageTracerWidget_SetProjectToPlane", "D_vtkImageTracerWidget_SetProjectToPlane")); mixin(bindCode("vtkImageTracerWidget_GetProjectToPlane", "D_vtkImageTracerWidget_GetProjectToPlane")); mixin(bindCode("vtkImageTracerWidget_ProjectToPlaneOn", "D_vtkImageTracerWidget_ProjectToPlaneOn")); mixin(bindCode("vtkImageTracerWidget_ProjectToPlaneOff", "D_vtkImageTracerWidget_ProjectToPlaneOff")); mixin(bindCode("vtkImageTracerWidget_SetProjectionNormal", "D_vtkImageTracerWidget_SetProjectionNormal")); mixin(bindCode("vtkImageTracerWidget_GetProjectionNormalMinValue", "D_vtkImageTracerWidget_GetProjectionNormalMinValue")); mixin(bindCode("vtkImageTracerWidget_GetProjectionNormalMaxValue", "D_vtkImageTracerWidget_GetProjectionNormalMaxValue")); mixin(bindCode("vtkImageTracerWidget_GetProjectionNormal", "D_vtkImageTracerWidget_GetProjectionNormal")); mixin(bindCode("vtkImageTracerWidget_SetProjectionNormalToXAxes", "D_vtkImageTracerWidget_SetProjectionNormalToXAxes")); mixin(bindCode("vtkImageTracerWidget_SetProjectionNormalToYAxes", "D_vtkImageTracerWidget_SetProjectionNormalToYAxes")); mixin(bindCode("vtkImageTracerWidget_SetProjectionNormalToZAxes", "D_vtkImageTracerWidget_SetProjectionNormalToZAxes")); mixin(bindCode("vtkImageTracerWidget_SetProjectionPosition", "D_vtkImageTracerWidget_SetProjectionPosition")); mixin(bindCode("vtkImageTracerWidget_GetProjectionPosition", "D_vtkImageTracerWidget_GetProjectionPosition")); mixin(bindCode("vtkImageTracerWidget_SetSnapToImage", "D_vtkImageTracerWidget_SetSnapToImage")); mixin(bindCode("vtkImageTracerWidget_GetSnapToImage", "D_vtkImageTracerWidget_GetSnapToImage")); mixin(bindCode("vtkImageTracerWidget_SnapToImageOn", "D_vtkImageTracerWidget_SnapToImageOn")); mixin(bindCode("vtkImageTracerWidget_SnapToImageOff", "D_vtkImageTracerWidget_SnapToImageOff")); mixin(bindCode("vtkImageTracerWidget_SetAutoClose", "D_vtkImageTracerWidget_SetAutoClose")); mixin(bindCode("vtkImageTracerWidget_GetAutoClose", "D_vtkImageTracerWidget_GetAutoClose")); mixin(bindCode("vtkImageTracerWidget_AutoCloseOn", "D_vtkImageTracerWidget_AutoCloseOn")); mixin(bindCode("vtkImageTracerWidget_AutoCloseOff", "D_vtkImageTracerWidget_AutoCloseOff")); mixin(bindCode("vtkImageTracerWidget_SetCaptureRadius", "D_vtkImageTracerWidget_SetCaptureRadius")); mixin(bindCode("vtkImageTracerWidget_GetCaptureRadius", "D_vtkImageTracerWidget_GetCaptureRadius")); mixin(bindCode("vtkImageTracerWidget_GetPath", "D_vtkImageTracerWidget_GetPath")); mixin(bindCode("vtkImageTracerWidget_GetGlyphSource", "D_vtkImageTracerWidget_GetGlyphSource")); mixin(bindCode("vtkImageTracerWidget_SetImageSnapType", "D_vtkImageTracerWidget_SetImageSnapType")); mixin(bindCode("vtkImageTracerWidget_GetImageSnapTypeMinValue", "D_vtkImageTracerWidget_GetImageSnapTypeMinValue")); mixin(bindCode("vtkImageTracerWidget_GetImageSnapTypeMaxValue", "D_vtkImageTracerWidget_GetImageSnapTypeMaxValue")); mixin(bindCode("vtkImageTracerWidget_GetImageSnapType", "D_vtkImageTracerWidget_GetImageSnapType")); mixin(bindCode("vtkImageTracerWidget_SetHandlePosition__SWIG_0", "D_vtkImageTracerWidget_SetHandlePosition__SWIG_0")); mixin(bindCode("vtkImageTracerWidget_SetHandlePosition__SWIG_1", "D_vtkImageTracerWidget_SetHandlePosition__SWIG_1")); mixin(bindCode("vtkImageTracerWidget_GetHandlePosition__SWIG_0", "D_vtkImageTracerWidget_GetHandlePosition__SWIG_0")); mixin(bindCode("vtkImageTracerWidget_GetHandlePosition__SWIG_1", "D_vtkImageTracerWidget_GetHandlePosition__SWIG_1")); mixin(bindCode("vtkImageTracerWidget_GetNumberOfHandles", "D_vtkImageTracerWidget_GetNumberOfHandles")); mixin(bindCode("vtkImageTracerWidget_SetInteraction", "D_vtkImageTracerWidget_SetInteraction")); mixin(bindCode("vtkImageTracerWidget_GetInteraction", "D_vtkImageTracerWidget_GetInteraction")); mixin(bindCode("vtkImageTracerWidget_InteractionOn", "D_vtkImageTracerWidget_InteractionOn")); mixin(bindCode("vtkImageTracerWidget_InteractionOff", "D_vtkImageTracerWidget_InteractionOff")); mixin(bindCode("vtkImageTracerWidget_InitializeHandles", "D_vtkImageTracerWidget_InitializeHandles")); mixin(bindCode("vtkImageTracerWidget_IsClosed", "D_vtkImageTracerWidget_IsClosed")); mixin(bindCode("vtkImageTracerWidget_SetHandleLeftMouseButton", "D_vtkImageTracerWidget_SetHandleLeftMouseButton")); mixin(bindCode("vtkImageTracerWidget_GetHandleLeftMouseButton", "D_vtkImageTracerWidget_GetHandleLeftMouseButton")); mixin(bindCode("vtkImageTracerWidget_HandleLeftMouseButtonOn", "D_vtkImageTracerWidget_HandleLeftMouseButtonOn")); mixin(bindCode("vtkImageTracerWidget_HandleLeftMouseButtonOff", "D_vtkImageTracerWidget_HandleLeftMouseButtonOff")); mixin(bindCode("vtkImageTracerWidget_SetHandleMiddleMouseButton", "D_vtkImageTracerWidget_SetHandleMiddleMouseButton")); mixin(bindCode("vtkImageTracerWidget_GetHandleMiddleMouseButton", "D_vtkImageTracerWidget_GetHandleMiddleMouseButton")); mixin(bindCode("vtkImageTracerWidget_HandleMiddleMouseButtonOn", "D_vtkImageTracerWidget_HandleMiddleMouseButtonOn")); mixin(bindCode("vtkImageTracerWidget_HandleMiddleMouseButtonOff", "D_vtkImageTracerWidget_HandleMiddleMouseButtonOff")); mixin(bindCode("vtkImageTracerWidget_SetHandleRightMouseButton", "D_vtkImageTracerWidget_SetHandleRightMouseButton")); mixin(bindCode("vtkImageTracerWidget_GetHandleRightMouseButton", "D_vtkImageTracerWidget_GetHandleRightMouseButton")); mixin(bindCode("vtkImageTracerWidget_HandleRightMouseButtonOn", "D_vtkImageTracerWidget_HandleRightMouseButtonOn")); mixin(bindCode("vtkImageTracerWidget_HandleRightMouseButtonOff", "D_vtkImageTracerWidget_HandleRightMouseButtonOff")); mixin(bindCode("vtkImageTracerWidget_SetProp", "D_vtkImageTracerWidget_SetProp")); mixin(bindCode("vtkImageTracerWidget_Upcast", "D_vtkImageTracerWidget_Upcast")); mixin(bindCode("vtkTableToSparseArray_New", "D_vtkTableToSparseArray_New")); mixin(bindCode("vtkTableToSparseArray_IsTypeOf", "D_vtkTableToSparseArray_IsTypeOf")); mixin(bindCode("vtkTableToSparseArray_SafeDownCast", "D_vtkTableToSparseArray_SafeDownCast")); mixin(bindCode("vtkTableToSparseArray_NewInstance", "D_vtkTableToSparseArray_NewInstance")); mixin(bindCode("vtkTableToSparseArray_ClearCoordinateColumns", "D_vtkTableToSparseArray_ClearCoordinateColumns")); mixin(bindCode("vtkTableToSparseArray_AddCoordinateColumn", "D_vtkTableToSparseArray_AddCoordinateColumn")); mixin(bindCode("vtkTableToSparseArray_SetValueColumn", "D_vtkTableToSparseArray_SetValueColumn")); mixin(bindCode("vtkTableToSparseArray_GetValueColumn", "D_vtkTableToSparseArray_GetValueColumn")); mixin(bindCode("vtkTableToSparseArray_ClearOutputExtents", "D_vtkTableToSparseArray_ClearOutputExtents")); mixin(bindCode("vtkTableToSparseArray_SetOutputExtents", "D_vtkTableToSparseArray_SetOutputExtents")); mixin(bindCode("new_vtkTableToSparseArray", "D_new_vtkTableToSparseArray")); mixin(bindCode("delete_vtkTableToSparseArray", "D_delete_vtkTableToSparseArray")); mixin(bindCode("vtkTableToSparseArray_Upcast", "D_vtkTableToSparseArray_Upcast")); mixin(bindCode("vtkAssemblyNode_New", "D_vtkAssemblyNode_New")); mixin(bindCode("vtkAssemblyNode_IsTypeOf", "D_vtkAssemblyNode_IsTypeOf")); mixin(bindCode("vtkAssemblyNode_SafeDownCast", "D_vtkAssemblyNode_SafeDownCast")); mixin(bindCode("vtkAssemblyNode_NewInstance", "D_vtkAssemblyNode_NewInstance")); mixin(bindCode("vtkAssemblyNode_SetViewProp", "D_vtkAssemblyNode_SetViewProp")); mixin(bindCode("vtkAssemblyNode_GetViewProp", "D_vtkAssemblyNode_GetViewProp")); mixin(bindCode("vtkAssemblyNode_SetMatrix", "D_vtkAssemblyNode_SetMatrix")); mixin(bindCode("vtkAssemblyNode_GetMatrix", "D_vtkAssemblyNode_GetMatrix")); mixin(bindCode("vtkAssemblyNode_Upcast", "D_vtkAssemblyNode_Upcast")); mixin(bindCode("vtkAssemblyPath_IsTypeOf", "D_vtkAssemblyPath_IsTypeOf")); mixin(bindCode("vtkAssemblyPath_SafeDownCast", "D_vtkAssemblyPath_SafeDownCast")); mixin(bindCode("vtkAssemblyPath_NewInstance", "D_vtkAssemblyPath_NewInstance")); mixin(bindCode("vtkAssemblyPath_New", "D_vtkAssemblyPath_New")); mixin(bindCode("vtkAssemblyPath_AddNode", "D_vtkAssemblyPath_AddNode")); mixin(bindCode("vtkAssemblyPath_GetNextNode", "D_vtkAssemblyPath_GetNextNode")); mixin(bindCode("vtkAssemblyPath_GetFirstNode", "D_vtkAssemblyPath_GetFirstNode")); mixin(bindCode("vtkAssemblyPath_GetLastNode", "D_vtkAssemblyPath_GetLastNode")); mixin(bindCode("vtkAssemblyPath_DeleteLastNode", "D_vtkAssemblyPath_DeleteLastNode")); mixin(bindCode("vtkAssemblyPath_ShallowCopy", "D_vtkAssemblyPath_ShallowCopy")); mixin(bindCode("vtkAssemblyPath_Upcast", "D_vtkAssemblyPath_Upcast")); mixin(bindCode("vtkAssemblyPaths_New", "D_vtkAssemblyPaths_New")); mixin(bindCode("vtkAssemblyPaths_IsTypeOf", "D_vtkAssemblyPaths_IsTypeOf")); mixin(bindCode("vtkAssemblyPaths_SafeDownCast", "D_vtkAssemblyPaths_SafeDownCast")); mixin(bindCode("vtkAssemblyPaths_NewInstance", "D_vtkAssemblyPaths_NewInstance")); mixin(bindCode("vtkAssemblyPaths_AddItem", "D_vtkAssemblyPaths_AddItem")); mixin(bindCode("vtkAssemblyPaths_RemoveItem", "D_vtkAssemblyPaths_RemoveItem")); mixin(bindCode("vtkAssemblyPaths_IsItemPresent", "D_vtkAssemblyPaths_IsItemPresent")); mixin(bindCode("vtkAssemblyPaths_GetNextItem", "D_vtkAssemblyPaths_GetNextItem")); mixin(bindCode("vtkAssemblyPaths_Upcast", "D_vtkAssemblyPaths_Upcast")); mixin(bindCode("vtkAbstractWidget_IsTypeOf", "D_vtkAbstractWidget_IsTypeOf")); mixin(bindCode("vtkAbstractWidget_SafeDownCast", "D_vtkAbstractWidget_SafeDownCast")); mixin(bindCode("vtkAbstractWidget_NewInstance", "D_vtkAbstractWidget_NewInstance")); mixin(bindCode("vtkAbstractWidget_SetProcessEvents", "D_vtkAbstractWidget_SetProcessEvents")); mixin(bindCode("vtkAbstractWidget_GetProcessEventsMinValue", "D_vtkAbstractWidget_GetProcessEventsMinValue")); mixin(bindCode("vtkAbstractWidget_GetProcessEventsMaxValue", "D_vtkAbstractWidget_GetProcessEventsMaxValue")); mixin(bindCode("vtkAbstractWidget_GetProcessEvents", "D_vtkAbstractWidget_GetProcessEvents")); mixin(bindCode("vtkAbstractWidget_ProcessEventsOn", "D_vtkAbstractWidget_ProcessEventsOn")); mixin(bindCode("vtkAbstractWidget_ProcessEventsOff", "D_vtkAbstractWidget_ProcessEventsOff")); mixin(bindCode("vtkAbstractWidget_GetEventTranslator", "D_vtkAbstractWidget_GetEventTranslator")); mixin(bindCode("vtkAbstractWidget_CreateDefaultRepresentation", "D_vtkAbstractWidget_CreateDefaultRepresentation")); mixin(bindCode("vtkAbstractWidget_Render", "D_vtkAbstractWidget_Render")); mixin(bindCode("vtkAbstractWidget_SetParent", "D_vtkAbstractWidget_SetParent")); mixin(bindCode("vtkAbstractWidget_GetParent", "D_vtkAbstractWidget_GetParent")); mixin(bindCode("vtkAbstractWidget_GetRepresentation", "D_vtkAbstractWidget_GetRepresentation")); mixin(bindCode("vtkAbstractWidget_SetManagesCursor", "D_vtkAbstractWidget_SetManagesCursor")); mixin(bindCode("vtkAbstractWidget_GetManagesCursor", "D_vtkAbstractWidget_GetManagesCursor")); mixin(bindCode("vtkAbstractWidget_ManagesCursorOn", "D_vtkAbstractWidget_ManagesCursorOn")); mixin(bindCode("vtkAbstractWidget_ManagesCursorOff", "D_vtkAbstractWidget_ManagesCursorOff")); mixin(bindCode("vtkAbstractWidget_Upcast", "D_vtkAbstractWidget_Upcast")); mixin(bindCode("vtkAffineWidget_New", "D_vtkAffineWidget_New")); mixin(bindCode("vtkAffineWidget_IsTypeOf", "D_vtkAffineWidget_IsTypeOf")); mixin(bindCode("vtkAffineWidget_SafeDownCast", "D_vtkAffineWidget_SafeDownCast")); mixin(bindCode("vtkAffineWidget_NewInstance", "D_vtkAffineWidget_NewInstance")); mixin(bindCode("vtkAffineWidget_SetRepresentation", "D_vtkAffineWidget_SetRepresentation")); mixin(bindCode("vtkAffineWidget_GetAffineRepresentation", "D_vtkAffineWidget_GetAffineRepresentation")); mixin(bindCode("vtkAffineWidget_Upcast", "D_vtkAffineWidget_Upcast")); mixin(bindCode("vtkGeoTreeNode_New", "D_vtkGeoTreeNode_New")); mixin(bindCode("vtkGeoTreeNode_IsTypeOf", "D_vtkGeoTreeNode_IsTypeOf")); mixin(bindCode("vtkGeoTreeNode_SafeDownCast", "D_vtkGeoTreeNode_SafeDownCast")); mixin(bindCode("vtkGeoTreeNode_NewInstance", "D_vtkGeoTreeNode_NewInstance")); mixin(bindCode("vtkGeoTreeNode_SetId", "D_vtkGeoTreeNode_SetId")); mixin(bindCode("vtkGeoTreeNode_GetId", "D_vtkGeoTreeNode_GetId")); mixin(bindCode("vtkGeoTreeNode_SetLevel", "D_vtkGeoTreeNode_SetLevel")); mixin(bindCode("vtkGeoTreeNode_GetLevel", "D_vtkGeoTreeNode_GetLevel")); mixin(bindCode("vtkGeoTreeNode_SetLongitudeRange__SWIG_0", "D_vtkGeoTreeNode_SetLongitudeRange__SWIG_0")); mixin(bindCode("vtkGeoTreeNode_SetLongitudeRange__SWIG_1", "D_vtkGeoTreeNode_SetLongitudeRange__SWIG_1")); mixin(bindCode("vtkGeoTreeNode_GetLongitudeRange__SWIG_0", "D_vtkGeoTreeNode_GetLongitudeRange__SWIG_0")); mixin(bindCode("vtkGeoTreeNode_GetLongitudeRange__SWIG_1", "D_vtkGeoTreeNode_GetLongitudeRange__SWIG_1")); mixin(bindCode("vtkGeoTreeNode_GetLongitudeRange__SWIG_2", "D_vtkGeoTreeNode_GetLongitudeRange__SWIG_2")); mixin(bindCode("vtkGeoTreeNode_SetLatitudeRange__SWIG_0", "D_vtkGeoTreeNode_SetLatitudeRange__SWIG_0")); mixin(bindCode("vtkGeoTreeNode_SetLatitudeRange__SWIG_1", "D_vtkGeoTreeNode_SetLatitudeRange__SWIG_1")); mixin(bindCode("vtkGeoTreeNode_GetLatitudeRange__SWIG_0", "D_vtkGeoTreeNode_GetLatitudeRange__SWIG_0")); mixin(bindCode("vtkGeoTreeNode_GetLatitudeRange__SWIG_1", "D_vtkGeoTreeNode_GetLatitudeRange__SWIG_1")); mixin(bindCode("vtkGeoTreeNode_GetLatitudeRange__SWIG_2", "D_vtkGeoTreeNode_GetLatitudeRange__SWIG_2")); mixin(bindCode("vtkGeoTreeNode_SetChild", "D_vtkGeoTreeNode_SetChild")); mixin(bindCode("vtkGeoTreeNode_SetParent", "D_vtkGeoTreeNode_SetParent")); mixin(bindCode("vtkGeoTreeNode_SetOlder", "D_vtkGeoTreeNode_SetOlder")); mixin(bindCode("vtkGeoTreeNode_GetOlder", "D_vtkGeoTreeNode_GetOlder")); mixin(bindCode("vtkGeoTreeNode_SetNewer", "D_vtkGeoTreeNode_SetNewer")); mixin(bindCode("vtkGeoTreeNode_GetNewer", "D_vtkGeoTreeNode_GetNewer")); mixin(bindCode("vtkGeoTreeNode_HasData", "D_vtkGeoTreeNode_HasData")); mixin(bindCode("vtkGeoTreeNode_DeleteData", "D_vtkGeoTreeNode_DeleteData")); mixin(bindCode("vtkGeoTreeNode_GetWhichChildAreYou", "D_vtkGeoTreeNode_GetWhichChildAreYou")); mixin(bindCode("vtkGeoTreeNode_IsDescendantOf", "D_vtkGeoTreeNode_IsDescendantOf")); mixin(bindCode("vtkGeoTreeNode_CreateChildren", "D_vtkGeoTreeNode_CreateChildren")); mixin(bindCode("vtkGeoTreeNode_GetChildTreeNode", "D_vtkGeoTreeNode_GetChildTreeNode")); mixin(bindCode("vtkGeoTreeNode_GetParentTreeNode", "D_vtkGeoTreeNode_GetParentTreeNode")); mixin(bindCode("vtkGeoTreeNode_ShallowCopy", "D_vtkGeoTreeNode_ShallowCopy")); mixin(bindCode("vtkGeoTreeNode_DeepCopy", "D_vtkGeoTreeNode_DeepCopy")); mixin(bindCode("vtkGeoTreeNode_Upcast", "D_vtkGeoTreeNode_Upcast")); mixin(bindCode("vtkGeoImageNode_New", "D_vtkGeoImageNode_New")); mixin(bindCode("vtkGeoImageNode_IsTypeOf", "D_vtkGeoImageNode_IsTypeOf")); mixin(bindCode("vtkGeoImageNode_SafeDownCast", "D_vtkGeoImageNode_SafeDownCast")); mixin(bindCode("vtkGeoImageNode_NewInstance", "D_vtkGeoImageNode_NewInstance")); mixin(bindCode("vtkGeoImageNode_GetChild", "D_vtkGeoImageNode_GetChild")); mixin(bindCode("vtkGeoImageNode_GetParent", "D_vtkGeoImageNode_GetParent")); mixin(bindCode("vtkGeoImageNode_GetImage", "D_vtkGeoImageNode_GetImage")); mixin(bindCode("vtkGeoImageNode_SetImage", "D_vtkGeoImageNode_SetImage")); mixin(bindCode("vtkGeoImageNode_GetTexture", "D_vtkGeoImageNode_GetTexture")); mixin(bindCode("vtkGeoImageNode_SetTexture", "D_vtkGeoImageNode_SetTexture")); mixin(bindCode("vtkGeoImageNode_CropImageForTile__SWIG_0", "D_vtkGeoImageNode_CropImageForTile__SWIG_0")); mixin(bindCode("vtkGeoImageNode_CropImageForTile__SWIG_1", "D_vtkGeoImageNode_CropImageForTile__SWIG_1")); mixin(bindCode("vtkGeoImageNode_LoadAnImage", "D_vtkGeoImageNode_LoadAnImage")); mixin(bindCode("vtkGeoImageNode_Upcast", "D_vtkGeoImageNode_Upcast")); mixin(bindCode("vtkImageWriter_New", "D_vtkImageWriter_New")); mixin(bindCode("vtkImageWriter_IsTypeOf", "D_vtkImageWriter_IsTypeOf")); mixin(bindCode("vtkImageWriter_SafeDownCast", "D_vtkImageWriter_SafeDownCast")); mixin(bindCode("vtkImageWriter_NewInstance", "D_vtkImageWriter_NewInstance")); mixin(bindCode("vtkImageWriter_SetFileName", "D_vtkImageWriter_SetFileName")); mixin(bindCode("vtkImageWriter_GetFileName", "D_vtkImageWriter_GetFileName")); mixin(bindCode("vtkImageWriter_SetFilePrefix", "D_vtkImageWriter_SetFilePrefix")); mixin(bindCode("vtkImageWriter_GetFilePrefix", "D_vtkImageWriter_GetFilePrefix")); mixin(bindCode("vtkImageWriter_SetFilePattern", "D_vtkImageWriter_SetFilePattern")); mixin(bindCode("vtkImageWriter_GetFilePattern", "D_vtkImageWriter_GetFilePattern")); mixin(bindCode("vtkImageWriter_SetFileDimensionality", "D_vtkImageWriter_SetFileDimensionality")); mixin(bindCode("vtkImageWriter_GetFileDimensionality", "D_vtkImageWriter_GetFileDimensionality")); mixin(bindCode("vtkImageWriter_Write", "D_vtkImageWriter_Write")); mixin(bindCode("vtkImageWriter_DeleteFiles", "D_vtkImageWriter_DeleteFiles")); mixin(bindCode("vtkImageWriter_Upcast", "D_vtkImageWriter_Upcast")); mixin(bindCode("vtkTIFFWriter_New", "D_vtkTIFFWriter_New")); mixin(bindCode("vtkTIFFWriter_IsTypeOf", "D_vtkTIFFWriter_IsTypeOf")); mixin(bindCode("vtkTIFFWriter_SafeDownCast", "D_vtkTIFFWriter_SafeDownCast")); mixin(bindCode("vtkTIFFWriter_NewInstance", "D_vtkTIFFWriter_NewInstance")); mixin(bindCode("vtkTIFFWriter_SetCompression", "D_vtkTIFFWriter_SetCompression")); mixin(bindCode("vtkTIFFWriter_GetCompressionMinValue", "D_vtkTIFFWriter_GetCompressionMinValue")); mixin(bindCode("vtkTIFFWriter_GetCompressionMaxValue", "D_vtkTIFFWriter_GetCompressionMaxValue")); mixin(bindCode("vtkTIFFWriter_GetCompression", "D_vtkTIFFWriter_GetCompression")); mixin(bindCode("vtkTIFFWriter_SetCompressionToNoCompression", "D_vtkTIFFWriter_SetCompressionToNoCompression")); mixin(bindCode("vtkTIFFWriter_SetCompressionToPackBits", "D_vtkTIFFWriter_SetCompressionToPackBits")); mixin(bindCode("vtkTIFFWriter_SetCompressionToJPEG", "D_vtkTIFFWriter_SetCompressionToJPEG")); mixin(bindCode("vtkTIFFWriter_SetCompressionToDeflate", "D_vtkTIFFWriter_SetCompressionToDeflate")); mixin(bindCode("vtkTIFFWriter_SetCompressionToLZW", "D_vtkTIFFWriter_SetCompressionToLZW")); mixin(bindCode("vtkTIFFWriter_Upcast", "D_vtkTIFFWriter_Upcast")); mixin(bindCode("vtkMarchingCubesTriangleCases_edges_set", "D_vtkMarchingCubesTriangleCases_edges_set")); mixin(bindCode("vtkMarchingCubesTriangleCases_edges_get", "D_vtkMarchingCubesTriangleCases_edges_get")); mixin(bindCode("vtkMarchingCubesTriangleCases_GetCases", "D_vtkMarchingCubesTriangleCases_GetCases")); mixin(bindCode("new_vtkMarchingCubesTriangleCases", "D_new_vtkMarchingCubesTriangleCases")); mixin(bindCode("delete_vtkMarchingCubesTriangleCases", "D_delete_vtkMarchingCubesTriangleCases")); mixin(bindCode("vtkPoints2D_New", "D_vtkPoints2D_New")); mixin(bindCode("vtkPoints2D_IsTypeOf", "D_vtkPoints2D_IsTypeOf")); mixin(bindCode("vtkPoints2D_SafeDownCast", "D_vtkPoints2D_SafeDownCast")); mixin(bindCode("vtkPoints2D_NewInstance", "D_vtkPoints2D_NewInstance")); mixin(bindCode("vtkPoints2D_Allocate__SWIG_0", "D_vtkPoints2D_Allocate__SWIG_0")); mixin(bindCode("vtkPoints2D_Allocate__SWIG_1", "D_vtkPoints2D_Allocate__SWIG_1")); mixin(bindCode("vtkPoints2D_Initialize", "D_vtkPoints2D_Initialize")); mixin(bindCode("vtkPoints2D_SetData", "D_vtkPoints2D_SetData")); mixin(bindCode("vtkPoints2D_GetData", "D_vtkPoints2D_GetData")); mixin(bindCode("vtkPoints2D_GetDataType", "D_vtkPoints2D_GetDataType")); mixin(bindCode("vtkPoints2D_SetDataType", "D_vtkPoints2D_SetDataType")); mixin(bindCode("vtkPoints2D_SetDataTypeToBit", "D_vtkPoints2D_SetDataTypeToBit")); mixin(bindCode("vtkPoints2D_SetDataTypeToChar", "D_vtkPoints2D_SetDataTypeToChar")); mixin(bindCode("vtkPoints2D_SetDataTypeToUnsignedChar", "D_vtkPoints2D_SetDataTypeToUnsignedChar")); mixin(bindCode("vtkPoints2D_SetDataTypeToShort", "D_vtkPoints2D_SetDataTypeToShort")); mixin(bindCode("vtkPoints2D_SetDataTypeToUnsignedShort", "D_vtkPoints2D_SetDataTypeToUnsignedShort")); mixin(bindCode("vtkPoints2D_SetDataTypeToInt", "D_vtkPoints2D_SetDataTypeToInt")); mixin(bindCode("vtkPoints2D_SetDataTypeToUnsignedInt", "D_vtkPoints2D_SetDataTypeToUnsignedInt")); mixin(bindCode("vtkPoints2D_SetDataTypeToLong", "D_vtkPoints2D_SetDataTypeToLong")); mixin(bindCode("vtkPoints2D_SetDataTypeToUnsignedLong", "D_vtkPoints2D_SetDataTypeToUnsignedLong")); mixin(bindCode("vtkPoints2D_SetDataTypeToFloat", "D_vtkPoints2D_SetDataTypeToFloat")); mixin(bindCode("vtkPoints2D_SetDataTypeToDouble", "D_vtkPoints2D_SetDataTypeToDouble")); mixin(bindCode("vtkPoints2D_GetVoidPointer", "D_vtkPoints2D_GetVoidPointer")); mixin(bindCode("vtkPoints2D_Squeeze", "D_vtkPoints2D_Squeeze")); mixin(bindCode("vtkPoints2D_Reset", "D_vtkPoints2D_Reset")); mixin(bindCode("vtkPoints2D_DeepCopy", "D_vtkPoints2D_DeepCopy")); mixin(bindCode("vtkPoints2D_ShallowCopy", "D_vtkPoints2D_ShallowCopy")); mixin(bindCode("vtkPoints2D_GetActualMemorySize", "D_vtkPoints2D_GetActualMemorySize")); mixin(bindCode("vtkPoints2D_GetNumberOfPoints", "D_vtkPoints2D_GetNumberOfPoints")); mixin(bindCode("vtkPoints2D_GetPoint__SWIG_0", "D_vtkPoints2D_GetPoint__SWIG_0")); mixin(bindCode("vtkPoints2D_GetPoint__SWIG_1", "D_vtkPoints2D_GetPoint__SWIG_1")); mixin(bindCode("vtkPoints2D_SetPoint__SWIG_0", "D_vtkPoints2D_SetPoint__SWIG_0")); mixin(bindCode("vtkPoints2D_SetPoint__SWIG_1", "D_vtkPoints2D_SetPoint__SWIG_1")); mixin(bindCode("vtkPoints2D_SetPoint__SWIG_2", "D_vtkPoints2D_SetPoint__SWIG_2")); mixin(bindCode("vtkPoints2D_InsertPoint__SWIG_0", "D_vtkPoints2D_InsertPoint__SWIG_0")); mixin(bindCode("vtkPoints2D_InsertPoint__SWIG_1", "D_vtkPoints2D_InsertPoint__SWIG_1")); mixin(bindCode("vtkPoints2D_InsertPoint__SWIG_2", "D_vtkPoints2D_InsertPoint__SWIG_2")); mixin(bindCode("vtkPoints2D_InsertNextPoint__SWIG_0", "D_vtkPoints2D_InsertNextPoint__SWIG_0")); mixin(bindCode("vtkPoints2D_InsertNextPoint__SWIG_1", "D_vtkPoints2D_InsertNextPoint__SWIG_1")); mixin(bindCode("vtkPoints2D_InsertNextPoint__SWIG_2", "D_vtkPoints2D_InsertNextPoint__SWIG_2")); mixin(bindCode("vtkPoints2D_RemovePoint", "D_vtkPoints2D_RemovePoint")); mixin(bindCode("vtkPoints2D_SetNumberOfPoints", "D_vtkPoints2D_SetNumberOfPoints")); mixin(bindCode("vtkPoints2D_GetPoints", "D_vtkPoints2D_GetPoints")); mixin(bindCode("vtkPoints2D_ComputeBounds", "D_vtkPoints2D_ComputeBounds")); mixin(bindCode("vtkPoints2D_GetBounds__SWIG_0", "D_vtkPoints2D_GetBounds__SWIG_0")); mixin(bindCode("vtkPoints2D_GetBounds__SWIG_1", "D_vtkPoints2D_GetBounds__SWIG_1")); mixin(bindCode("vtkPoints2D_Upcast", "D_vtkPoints2D_Upcast")); mixin(bindCode("vtkProp3D_IsTypeOf", "D_vtkProp3D_IsTypeOf")); mixin(bindCode("vtkProp3D_SafeDownCast", "D_vtkProp3D_SafeDownCast")); mixin(bindCode("vtkProp3D_NewInstance", "D_vtkProp3D_NewInstance")); mixin(bindCode("vtkProp3D_SetPosition__SWIG_0", "D_vtkProp3D_SetPosition__SWIG_0")); mixin(bindCode("vtkProp3D_SetPosition__SWIG_1", "D_vtkProp3D_SetPosition__SWIG_1")); mixin(bindCode("vtkProp3D_GetPosition__SWIG_0", "D_vtkProp3D_GetPosition__SWIG_0")); mixin(bindCode("vtkProp3D_GetPosition__SWIG_1", "D_vtkProp3D_GetPosition__SWIG_1")); mixin(bindCode("vtkProp3D_AddPosition__SWIG_0", "D_vtkProp3D_AddPosition__SWIG_0")); mixin(bindCode("vtkProp3D_AddPosition__SWIG_1", "D_vtkProp3D_AddPosition__SWIG_1")); mixin(bindCode("vtkProp3D_SetOrigin__SWIG_0", "D_vtkProp3D_SetOrigin__SWIG_0")); mixin(bindCode("vtkProp3D_SetOrigin__SWIG_1", "D_vtkProp3D_SetOrigin__SWIG_1")); mixin(bindCode("vtkProp3D_GetOrigin__SWIG_0", "D_vtkProp3D_GetOrigin__SWIG_0")); mixin(bindCode("vtkProp3D_GetOrigin__SWIG_1", "D_vtkProp3D_GetOrigin__SWIG_1")); mixin(bindCode("vtkProp3D_SetScale__SWIG_0", "D_vtkProp3D_SetScale__SWIG_0")); mixin(bindCode("vtkProp3D_SetScale__SWIG_1", "D_vtkProp3D_SetScale__SWIG_1")); mixin(bindCode("vtkProp3D_GetScale__SWIG_0", "D_vtkProp3D_GetScale__SWIG_0")); mixin(bindCode("vtkProp3D_GetScale__SWIG_1", "D_vtkProp3D_GetScale__SWIG_1")); mixin(bindCode("vtkProp3D_SetScale__SWIG_2", "D_vtkProp3D_SetScale__SWIG_2")); mixin(bindCode("vtkProp3D_SetUserTransform", "D_vtkProp3D_SetUserTransform")); mixin(bindCode("vtkProp3D_GetUserTransform", "D_vtkProp3D_GetUserTransform")); mixin(bindCode("vtkProp3D_SetUserMatrix", "D_vtkProp3D_SetUserMatrix")); mixin(bindCode("vtkProp3D_GetUserMatrix", "D_vtkProp3D_GetUserMatrix")); mixin(bindCode("vtkProp3D_GetMatrix__SWIG_0", "D_vtkProp3D_GetMatrix__SWIG_0")); mixin(bindCode("vtkProp3D_GetMatrix__SWIG_1", "D_vtkProp3D_GetMatrix__SWIG_1")); mixin(bindCode("vtkProp3D_GetBounds__SWIG_0", "D_vtkProp3D_GetBounds__SWIG_0")); mixin(bindCode("vtkProp3D_GetBounds__SWIG_1", "D_vtkProp3D_GetBounds__SWIG_1")); mixin(bindCode("vtkProp3D_GetCenter", "D_vtkProp3D_GetCenter")); mixin(bindCode("vtkProp3D_GetXRange", "D_vtkProp3D_GetXRange")); mixin(bindCode("vtkProp3D_GetYRange", "D_vtkProp3D_GetYRange")); mixin(bindCode("vtkProp3D_GetZRange", "D_vtkProp3D_GetZRange")); mixin(bindCode("vtkProp3D_GetLength", "D_vtkProp3D_GetLength")); mixin(bindCode("vtkProp3D_RotateX", "D_vtkProp3D_RotateX")); mixin(bindCode("vtkProp3D_RotateY", "D_vtkProp3D_RotateY")); mixin(bindCode("vtkProp3D_RotateZ", "D_vtkProp3D_RotateZ")); mixin(bindCode("vtkProp3D_RotateWXYZ", "D_vtkProp3D_RotateWXYZ")); mixin(bindCode("vtkProp3D_SetOrientation__SWIG_0", "D_vtkProp3D_SetOrientation__SWIG_0")); mixin(bindCode("vtkProp3D_SetOrientation__SWIG_1", "D_vtkProp3D_SetOrientation__SWIG_1")); mixin(bindCode("vtkProp3D_GetOrientation__SWIG_0", "D_vtkProp3D_GetOrientation__SWIG_0")); mixin(bindCode("vtkProp3D_GetOrientation__SWIG_1", "D_vtkProp3D_GetOrientation__SWIG_1")); mixin(bindCode("vtkProp3D_GetOrientationWXYZ", "D_vtkProp3D_GetOrientationWXYZ")); mixin(bindCode("vtkProp3D_AddOrientation__SWIG_0", "D_vtkProp3D_AddOrientation__SWIG_0")); mixin(bindCode("vtkProp3D_AddOrientation__SWIG_1", "D_vtkProp3D_AddOrientation__SWIG_1")); mixin(bindCode("vtkProp3D_GetUserTransformMatrixMTime", "D_vtkProp3D_GetUserTransformMatrixMTime")); mixin(bindCode("vtkProp3D_ComputeMatrix", "D_vtkProp3D_ComputeMatrix")); mixin(bindCode("vtkProp3D_GetMatrix__SWIG_2", "D_vtkProp3D_GetMatrix__SWIG_2")); mixin(bindCode("vtkProp3D_GetIsIdentity", "D_vtkProp3D_GetIsIdentity")); mixin(bindCode("vtkProp3D_Upcast", "D_vtkProp3D_Upcast")); mixin(bindCode("vtkLODProp3DEntry_Prop3D_set", "D_vtkLODProp3DEntry_Prop3D_set")); mixin(bindCode("vtkLODProp3DEntry_Prop3D_get", "D_vtkLODProp3DEntry_Prop3D_get")); mixin(bindCode("vtkLODProp3DEntry_Prop3DType_set", "D_vtkLODProp3DEntry_Prop3DType_set")); mixin(bindCode("vtkLODProp3DEntry_Prop3DType_get", "D_vtkLODProp3DEntry_Prop3DType_get")); mixin(bindCode("vtkLODProp3DEntry_ID_set", "D_vtkLODProp3DEntry_ID_set")); mixin(bindCode("vtkLODProp3DEntry_ID_get", "D_vtkLODProp3DEntry_ID_get")); mixin(bindCode("vtkLODProp3DEntry_EstimatedTime_set", "D_vtkLODProp3DEntry_EstimatedTime_set")); mixin(bindCode("vtkLODProp3DEntry_EstimatedTime_get", "D_vtkLODProp3DEntry_EstimatedTime_get")); mixin(bindCode("vtkLODProp3DEntry_State_set", "D_vtkLODProp3DEntry_State_set")); mixin(bindCode("vtkLODProp3DEntry_State_get", "D_vtkLODProp3DEntry_State_get")); mixin(bindCode("vtkLODProp3DEntry_Level_set", "D_vtkLODProp3DEntry_Level_set")); mixin(bindCode("vtkLODProp3DEntry_Level_get", "D_vtkLODProp3DEntry_Level_get")); mixin(bindCode("new_vtkLODProp3DEntry", "D_new_vtkLODProp3DEntry")); mixin(bindCode("delete_vtkLODProp3DEntry", "D_delete_vtkLODProp3DEntry")); mixin(bindCode("vtkLODProp3D_New", "D_vtkLODProp3D_New")); mixin(bindCode("vtkLODProp3D_IsTypeOf", "D_vtkLODProp3D_IsTypeOf")); mixin(bindCode("vtkLODProp3D_SafeDownCast", "D_vtkLODProp3D_SafeDownCast")); mixin(bindCode("vtkLODProp3D_NewInstance", "D_vtkLODProp3D_NewInstance")); mixin(bindCode("vtkLODProp3D_GetBounds__SWIG_0", "D_vtkLODProp3D_GetBounds__SWIG_0")); mixin(bindCode("vtkLODProp3D_GetBounds__SWIG_1", "D_vtkLODProp3D_GetBounds__SWIG_1")); mixin(bindCode("vtkLODProp3D_AddLOD__SWIG_0", "D_vtkLODProp3D_AddLOD__SWIG_0")); mixin(bindCode("vtkLODProp3D_AddLOD__SWIG_1", "D_vtkLODProp3D_AddLOD__SWIG_1")); mixin(bindCode("vtkLODProp3D_AddLOD__SWIG_2", "D_vtkLODProp3D_AddLOD__SWIG_2")); mixin(bindCode("vtkLODProp3D_AddLOD__SWIG_3", "D_vtkLODProp3D_AddLOD__SWIG_3")); mixin(bindCode("vtkLODProp3D_AddLOD__SWIG_4", "D_vtkLODProp3D_AddLOD__SWIG_4")); mixin(bindCode("vtkLODProp3D_AddLOD__SWIG_5", "D_vtkLODProp3D_AddLOD__SWIG_5")); mixin(bindCode("vtkLODProp3D_AddLOD__SWIG_6", "D_vtkLODProp3D_AddLOD__SWIG_6")); mixin(bindCode("vtkLODProp3D_AddLOD__SWIG_7", "D_vtkLODProp3D_AddLOD__SWIG_7")); mixin(bindCode("vtkLODProp3D_AddLOD__SWIG_8", "D_vtkLODProp3D_AddLOD__SWIG_8")); mixin(bindCode("vtkLODProp3D_AddLOD__SWIG_9", "D_vtkLODProp3D_AddLOD__SWIG_9")); mixin(bindCode("vtkLODProp3D_GetNumberOfLODs", "D_vtkLODProp3D_GetNumberOfLODs")); mixin(bindCode("vtkLODProp3D_GetCurrentIndex", "D_vtkLODProp3D_GetCurrentIndex")); mixin(bindCode("vtkLODProp3D_RemoveLOD", "D_vtkLODProp3D_RemoveLOD")); mixin(bindCode("vtkLODProp3D_SetLODProperty__SWIG_0", "D_vtkLODProp3D_SetLODProperty__SWIG_0")); mixin(bindCode("vtkLODProp3D_GetLODProperty__SWIG_0", "D_vtkLODProp3D_GetLODProperty__SWIG_0")); mixin(bindCode("vtkLODProp3D_SetLODProperty__SWIG_1", "D_vtkLODProp3D_SetLODProperty__SWIG_1")); mixin(bindCode("vtkLODProp3D_GetLODProperty__SWIG_1", "D_vtkLODProp3D_GetLODProperty__SWIG_1")); mixin(bindCode("vtkLODProp3D_SetLODProperty__SWIG_2", "D_vtkLODProp3D_SetLODProperty__SWIG_2")); mixin(bindCode("vtkLODProp3D_GetLODProperty__SWIG_2", "D_vtkLODProp3D_GetLODProperty__SWIG_2")); mixin(bindCode("vtkLODProp3D_SetLODMapper__SWIG_0", "D_vtkLODProp3D_SetLODMapper__SWIG_0")); mixin(bindCode("vtkLODProp3D_GetLODMapper__SWIG_0", "D_vtkLODProp3D_GetLODMapper__SWIG_0")); mixin(bindCode("vtkLODProp3D_SetLODMapper__SWIG_1", "D_vtkLODProp3D_SetLODMapper__SWIG_1")); mixin(bindCode("vtkLODProp3D_GetLODMapper__SWIG_1", "D_vtkLODProp3D_GetLODMapper__SWIG_1")); mixin(bindCode("vtkLODProp3D_SetLODMapper__SWIG_2", "D_vtkLODProp3D_SetLODMapper__SWIG_2")); mixin(bindCode("vtkLODProp3D_GetLODMapper__SWIG_2", "D_vtkLODProp3D_GetLODMapper__SWIG_2")); mixin(bindCode("vtkLODProp3D_GetLODMapper__SWIG_3", "D_vtkLODProp3D_GetLODMapper__SWIG_3")); mixin(bindCode("vtkLODProp3D_SetLODBackfaceProperty", "D_vtkLODProp3D_SetLODBackfaceProperty")); mixin(bindCode("vtkLODProp3D_GetLODBackfaceProperty", "D_vtkLODProp3D_GetLODBackfaceProperty")); mixin(bindCode("vtkLODProp3D_SetLODTexture", "D_vtkLODProp3D_SetLODTexture")); mixin(bindCode("vtkLODProp3D_GetLODTexture", "D_vtkLODProp3D_GetLODTexture")); mixin(bindCode("vtkLODProp3D_EnableLOD", "D_vtkLODProp3D_EnableLOD")); mixin(bindCode("vtkLODProp3D_DisableLOD", "D_vtkLODProp3D_DisableLOD")); mixin(bindCode("vtkLODProp3D_IsLODEnabled", "D_vtkLODProp3D_IsLODEnabled")); mixin(bindCode("vtkLODProp3D_SetLODLevel", "D_vtkLODProp3D_SetLODLevel")); mixin(bindCode("vtkLODProp3D_GetLODLevel", "D_vtkLODProp3D_GetLODLevel")); mixin(bindCode("vtkLODProp3D_GetLODIndexLevel", "D_vtkLODProp3D_GetLODIndexLevel")); mixin(bindCode("vtkLODProp3D_GetLODEstimatedRenderTime", "D_vtkLODProp3D_GetLODEstimatedRenderTime")); mixin(bindCode("vtkLODProp3D_GetLODIndexEstimatedRenderTime", "D_vtkLODProp3D_GetLODIndexEstimatedRenderTime")); mixin(bindCode("vtkLODProp3D_SetAutomaticLODSelection", "D_vtkLODProp3D_SetAutomaticLODSelection")); mixin(bindCode("vtkLODProp3D_GetAutomaticLODSelectionMinValue", "D_vtkLODProp3D_GetAutomaticLODSelectionMinValue")); mixin(bindCode("vtkLODProp3D_GetAutomaticLODSelectionMaxValue", "D_vtkLODProp3D_GetAutomaticLODSelectionMaxValue")); mixin(bindCode("vtkLODProp3D_GetAutomaticLODSelection", "D_vtkLODProp3D_GetAutomaticLODSelection")); mixin(bindCode("vtkLODProp3D_AutomaticLODSelectionOn", "D_vtkLODProp3D_AutomaticLODSelectionOn")); mixin(bindCode("vtkLODProp3D_AutomaticLODSelectionOff", "D_vtkLODProp3D_AutomaticLODSelectionOff")); mixin(bindCode("vtkLODProp3D_SetSelectedLODID", "D_vtkLODProp3D_SetSelectedLODID")); mixin(bindCode("vtkLODProp3D_GetSelectedLODID", "D_vtkLODProp3D_GetSelectedLODID")); mixin(bindCode("vtkLODProp3D_GetLastRenderedLODID", "D_vtkLODProp3D_GetLastRenderedLODID")); mixin(bindCode("vtkLODProp3D_GetPickLODID", "D_vtkLODProp3D_GetPickLODID")); mixin(bindCode("vtkLODProp3D_SetSelectedPickLODID", "D_vtkLODProp3D_SetSelectedPickLODID")); mixin(bindCode("vtkLODProp3D_GetSelectedPickLODID", "D_vtkLODProp3D_GetSelectedPickLODID")); mixin(bindCode("vtkLODProp3D_SetAutomaticPickLODSelection", "D_vtkLODProp3D_SetAutomaticPickLODSelection")); mixin(bindCode("vtkLODProp3D_GetAutomaticPickLODSelectionMinValue", "D_vtkLODProp3D_GetAutomaticPickLODSelectionMinValue")); mixin(bindCode("vtkLODProp3D_GetAutomaticPickLODSelectionMaxValue", "D_vtkLODProp3D_GetAutomaticPickLODSelectionMaxValue")); mixin(bindCode("vtkLODProp3D_GetAutomaticPickLODSelection", "D_vtkLODProp3D_GetAutomaticPickLODSelection")); mixin(bindCode("vtkLODProp3D_AutomaticPickLODSelectionOn", "D_vtkLODProp3D_AutomaticPickLODSelectionOn")); mixin(bindCode("vtkLODProp3D_AutomaticPickLODSelectionOff", "D_vtkLODProp3D_AutomaticPickLODSelectionOff")); mixin(bindCode("vtkLODProp3D_Upcast", "D_vtkLODProp3D_Upcast")); mixin(bindCode("vtkMutexLock_New", "D_vtkMutexLock_New")); mixin(bindCode("vtkMutexLock_IsTypeOf", "D_vtkMutexLock_IsTypeOf")); mixin(bindCode("vtkMutexLock_SafeDownCast", "D_vtkMutexLock_SafeDownCast")); mixin(bindCode("vtkMutexLock_NewInstance", "D_vtkMutexLock_NewInstance")); mixin(bindCode("vtkMutexLock_Lock", "D_vtkMutexLock_Lock")); mixin(bindCode("vtkMutexLock_Unlock", "D_vtkMutexLock_Unlock")); mixin(bindCode("delete_vtkMutexLock", "D_delete_vtkMutexLock")); mixin(bindCode("vtkMutexLock_Upcast", "D_vtkMutexLock_Upcast")); mixin(bindCode("vtkConditionVariable_New", "D_vtkConditionVariable_New")); mixin(bindCode("vtkConditionVariable_IsTypeOf", "D_vtkConditionVariable_IsTypeOf")); mixin(bindCode("vtkConditionVariable_SafeDownCast", "D_vtkConditionVariable_SafeDownCast")); mixin(bindCode("vtkConditionVariable_NewInstance", "D_vtkConditionVariable_NewInstance")); mixin(bindCode("vtkConditionVariable_Signal", "D_vtkConditionVariable_Signal")); mixin(bindCode("vtkConditionVariable_Broadcast", "D_vtkConditionVariable_Broadcast")); mixin(bindCode("vtkConditionVariable_Wait", "D_vtkConditionVariable_Wait")); mixin(bindCode("delete_vtkConditionVariable", "D_delete_vtkConditionVariable")); mixin(bindCode("vtkConditionVariable_Upcast", "D_vtkConditionVariable_Upcast")); mixin(bindCode("vtkOutputWindow_IsTypeOf", "D_vtkOutputWindow_IsTypeOf")); mixin(bindCode("vtkOutputWindow_SafeDownCast", "D_vtkOutputWindow_SafeDownCast")); mixin(bindCode("vtkOutputWindow_NewInstance", "D_vtkOutputWindow_NewInstance")); mixin(bindCode("vtkOutputWindow_New", "D_vtkOutputWindow_New")); mixin(bindCode("vtkOutputWindow_GetInstance", "D_vtkOutputWindow_GetInstance")); mixin(bindCode("vtkOutputWindow_SetInstance", "D_vtkOutputWindow_SetInstance")); mixin(bindCode("vtkOutputWindow_DisplayText", "D_vtkOutputWindow_DisplayText")); mixin(bindCode("vtkOutputWindow_DisplayErrorText", "D_vtkOutputWindow_DisplayErrorText")); mixin(bindCode("vtkOutputWindow_DisplayWarningText", "D_vtkOutputWindow_DisplayWarningText")); mixin(bindCode("vtkOutputWindow_DisplayGenericWarningText", "D_vtkOutputWindow_DisplayGenericWarningText")); mixin(bindCode("vtkOutputWindow_DisplayDebugText", "D_vtkOutputWindow_DisplayDebugText")); mixin(bindCode("vtkOutputWindow_PromptUserOn", "D_vtkOutputWindow_PromptUserOn")); mixin(bindCode("vtkOutputWindow_PromptUserOff", "D_vtkOutputWindow_PromptUserOff")); mixin(bindCode("vtkOutputWindow_SetPromptUser", "D_vtkOutputWindow_SetPromptUser")); mixin(bindCode("vtkOutputWindow_Upcast", "D_vtkOutputWindow_Upcast")); mixin(bindCode("vtkFileOutputWindow_IsTypeOf", "D_vtkFileOutputWindow_IsTypeOf")); mixin(bindCode("vtkFileOutputWindow_SafeDownCast", "D_vtkFileOutputWindow_SafeDownCast")); mixin(bindCode("vtkFileOutputWindow_NewInstance", "D_vtkFileOutputWindow_NewInstance")); mixin(bindCode("vtkFileOutputWindow_New", "D_vtkFileOutputWindow_New")); mixin(bindCode("vtkFileOutputWindow_SetFileName", "D_vtkFileOutputWindow_SetFileName")); mixin(bindCode("vtkFileOutputWindow_GetFileName", "D_vtkFileOutputWindow_GetFileName")); mixin(bindCode("vtkFileOutputWindow_SetFlush", "D_vtkFileOutputWindow_SetFlush")); mixin(bindCode("vtkFileOutputWindow_GetFlush", "D_vtkFileOutputWindow_GetFlush")); mixin(bindCode("vtkFileOutputWindow_FlushOn", "D_vtkFileOutputWindow_FlushOn")); mixin(bindCode("vtkFileOutputWindow_FlushOff", "D_vtkFileOutputWindow_FlushOff")); mixin(bindCode("vtkFileOutputWindow_SetAppend", "D_vtkFileOutputWindow_SetAppend")); mixin(bindCode("vtkFileOutputWindow_GetAppend", "D_vtkFileOutputWindow_GetAppend")); mixin(bindCode("vtkFileOutputWindow_AppendOn", "D_vtkFileOutputWindow_AppendOn")); mixin(bindCode("vtkFileOutputWindow_AppendOff", "D_vtkFileOutputWindow_AppendOff")); mixin(bindCode("vtkFileOutputWindow_Upcast", "D_vtkFileOutputWindow_Upcast")); mixin(bindCode("new_vtkContextPolygon__SWIG_0", "D_new_vtkContextPolygon__SWIG_0")); mixin(bindCode("new_vtkContextPolygon__SWIG_1", "D_new_vtkContextPolygon__SWIG_1")); mixin(bindCode("delete_vtkContextPolygon", "D_delete_vtkContextPolygon")); mixin(bindCode("vtkContextPolygon_AddPoint__SWIG_0", "D_vtkContextPolygon_AddPoint__SWIG_0")); mixin(bindCode("vtkContextPolygon_AddPoint__SWIG_1", "D_vtkContextPolygon_AddPoint__SWIG_1")); mixin(bindCode("vtkContextPolygon_GetPoint", "D_vtkContextPolygon_GetPoint")); mixin(bindCode("vtkContextPolygon_GetNumberOfPoints", "D_vtkContextPolygon_GetNumberOfPoints")); mixin(bindCode("vtkContextPolygon_Clear", "D_vtkContextPolygon_Clear")); mixin(bindCode("vtkContextPolygon_Contains", "D_vtkContextPolygon_Contains")); mixin(bindCode("vtkContextPolygon_Transformed", "D_vtkContextPolygon_Transformed")); mixin(bindCode("vtkContextPolygon_Equal", "D_vtkContextPolygon_Equal")); mixin(bindCode("vtkChartXY_IsTypeOf", "D_vtkChartXY_IsTypeOf")); mixin(bindCode("vtkChartXY_SafeDownCast", "D_vtkChartXY_SafeDownCast")); mixin(bindCode("vtkChartXY_NewInstance", "D_vtkChartXY_NewInstance")); mixin(bindCode("vtkChartXY_New", "D_vtkChartXY_New")); mixin(bindCode("vtkChartXY_AddPlot__SWIG_0", "D_vtkChartXY_AddPlot__SWIG_0")); mixin(bindCode("vtkChartXY_AddPlot__SWIG_1", "D_vtkChartXY_AddPlot__SWIG_1")); mixin(bindCode("vtkChartXY_GetPlotCorner", "D_vtkChartXY_GetPlotCorner")); mixin(bindCode("vtkChartXY_SetPlotCorner", "D_vtkChartXY_SetPlotCorner")); mixin(bindCode("vtkChartXY_SetTooltip", "D_vtkChartXY_SetTooltip")); mixin(bindCode("vtkChartXY_GetTooltip", "D_vtkChartXY_GetTooltip")); mixin(bindCode("vtkChartXY_SetDrawAxesAtOrigin", "D_vtkChartXY_SetDrawAxesAtOrigin")); mixin(bindCode("vtkChartXY_GetDrawAxesAtOrigin", "D_vtkChartXY_GetDrawAxesAtOrigin")); mixin(bindCode("vtkChartXY_DrawAxesAtOriginOn", "D_vtkChartXY_DrawAxesAtOriginOn")); mixin(bindCode("vtkChartXY_DrawAxesAtOriginOff", "D_vtkChartXY_DrawAxesAtOriginOff")); mixin(bindCode("vtkChartXY_SetAutoAxes", "D_vtkChartXY_SetAutoAxes")); mixin(bindCode("vtkChartXY_GetAutoAxes", "D_vtkChartXY_GetAutoAxes")); mixin(bindCode("vtkChartXY_AutoAxesOn", "D_vtkChartXY_AutoAxesOn")); mixin(bindCode("vtkChartXY_AutoAxesOff", "D_vtkChartXY_AutoAxesOff")); mixin(bindCode("vtkChartXY_SetHiddenAxisBorder", "D_vtkChartXY_SetHiddenAxisBorder")); mixin(bindCode("vtkChartXY_GetHiddenAxisBorder", "D_vtkChartXY_GetHiddenAxisBorder")); mixin(bindCode("vtkChartXY_SetForceAxesToBounds", "D_vtkChartXY_SetForceAxesToBounds")); mixin(bindCode("vtkChartXY_GetForceAxesToBounds", "D_vtkChartXY_GetForceAxesToBounds")); mixin(bindCode("vtkChartXY_ForceAxesToBoundsOn", "D_vtkChartXY_ForceAxesToBoundsOn")); mixin(bindCode("vtkChartXY_ForceAxesToBoundsOff", "D_vtkChartXY_ForceAxesToBoundsOff")); mixin(bindCode("vtkChartXY_SetBarWidthFraction", "D_vtkChartXY_SetBarWidthFraction")); mixin(bindCode("vtkChartXY_GetBarWidthFraction", "D_vtkChartXY_GetBarWidthFraction")); mixin(bindCode("vtkChartXY_SetTooltipInfo__SWIG_0", "D_vtkChartXY_SetTooltipInfo__SWIG_0")); mixin(bindCode("vtkChartXY_SetTooltipInfo__SWIG_1", "D_vtkChartXY_SetTooltipInfo__SWIG_1")); mixin(bindCode("new_vtkChartXY", "D_new_vtkChartXY")); mixin(bindCode("delete_vtkChartXY", "D_delete_vtkChartXY")); mixin(bindCode("vtkChartXY_Upcast", "D_vtkChartXY_Upcast")); mixin(bindCode("vtkChartPlotData_SeriesName_set", "D_vtkChartPlotData_SeriesName_set")); mixin(bindCode("vtkChartPlotData_SeriesName_get", "D_vtkChartPlotData_SeriesName_get")); mixin(bindCode("vtkChartPlotData_Position_set", "D_vtkChartPlotData_Position_set")); mixin(bindCode("vtkChartPlotData_Position_get", "D_vtkChartPlotData_Position_get")); mixin(bindCode("vtkChartPlotData_ScreenPosition_set", "D_vtkChartPlotData_ScreenPosition_set")); mixin(bindCode("vtkChartPlotData_ScreenPosition_get", "D_vtkChartPlotData_ScreenPosition_get")); mixin(bindCode("vtkChartPlotData_Index_set", "D_vtkChartPlotData_Index_set")); mixin(bindCode("vtkChartPlotData_Index_get", "D_vtkChartPlotData_Index_get")); mixin(bindCode("new_vtkChartPlotData", "D_new_vtkChartPlotData")); mixin(bindCode("delete_vtkChartPlotData", "D_delete_vtkChartPlotData")); mixin(bindCode("vtkChartHistogram2D_IsTypeOf", "D_vtkChartHistogram2D_IsTypeOf")); mixin(bindCode("vtkChartHistogram2D_SafeDownCast", "D_vtkChartHistogram2D_SafeDownCast")); mixin(bindCode("vtkChartHistogram2D_NewInstance", "D_vtkChartHistogram2D_NewInstance")); mixin(bindCode("vtkChartHistogram2D_New", "D_vtkChartHistogram2D_New")); mixin(bindCode("vtkChartHistogram2D_SetInputData__SWIG_0", "D_vtkChartHistogram2D_SetInputData__SWIG_0")); mixin(bindCode("vtkChartHistogram2D_SetInputData__SWIG_1", "D_vtkChartHistogram2D_SetInputData__SWIG_1")); mixin(bindCode("vtkChartHistogram2D_SetTransferFunction", "D_vtkChartHistogram2D_SetTransferFunction")); mixin(bindCode("vtkChartHistogram2D_Hit", "D_vtkChartHistogram2D_Hit")); mixin(bindCode("vtkChartHistogram2D_Upcast", "D_vtkChartHistogram2D_Upcast")); mixin(bindCode("vtkImplicitFunction_IsTypeOf", "D_vtkImplicitFunction_IsTypeOf")); mixin(bindCode("vtkImplicitFunction_SafeDownCast", "D_vtkImplicitFunction_SafeDownCast")); mixin(bindCode("vtkImplicitFunction_NewInstance", "D_vtkImplicitFunction_NewInstance")); mixin(bindCode("vtkImplicitFunction_FunctionValue__SWIG_0", "D_vtkImplicitFunction_FunctionValue__SWIG_0")); mixin(bindCode("vtkImplicitFunction_FunctionValue__SWIG_1", "D_vtkImplicitFunction_FunctionValue__SWIG_1")); mixin(bindCode("vtkImplicitFunction_FunctionGradient__SWIG_0", "D_vtkImplicitFunction_FunctionGradient__SWIG_0")); mixin(bindCode("vtkImplicitFunction_FunctionGradient__SWIG_1", "D_vtkImplicitFunction_FunctionGradient__SWIG_1")); mixin(bindCode("vtkImplicitFunction_FunctionGradient__SWIG_2", "D_vtkImplicitFunction_FunctionGradient__SWIG_2")); mixin(bindCode("vtkImplicitFunction_SetTransform__SWIG_0", "D_vtkImplicitFunction_SetTransform__SWIG_0")); mixin(bindCode("vtkImplicitFunction_SetTransform__SWIG_1", "D_vtkImplicitFunction_SetTransform__SWIG_1")); mixin(bindCode("vtkImplicitFunction_GetTransform", "D_vtkImplicitFunction_GetTransform")); mixin(bindCode("vtkImplicitFunction_EvaluateFunction__SWIG_0", "D_vtkImplicitFunction_EvaluateFunction__SWIG_0")); mixin(bindCode("vtkImplicitFunction_EvaluateFunction__SWIG_1", "D_vtkImplicitFunction_EvaluateFunction__SWIG_1")); mixin(bindCode("vtkImplicitFunction_EvaluateGradient", "D_vtkImplicitFunction_EvaluateGradient")); mixin(bindCode("vtkImplicitFunction_Upcast", "D_vtkImplicitFunction_Upcast")); mixin(bindCode("vtkPlanes_New", "D_vtkPlanes_New")); mixin(bindCode("vtkPlanes_IsTypeOf", "D_vtkPlanes_IsTypeOf")); mixin(bindCode("vtkPlanes_SafeDownCast", "D_vtkPlanes_SafeDownCast")); mixin(bindCode("vtkPlanes_NewInstance", "D_vtkPlanes_NewInstance")); mixin(bindCode("vtkPlanes_EvaluateFunction__SWIG_0", "D_vtkPlanes_EvaluateFunction__SWIG_0")); mixin(bindCode("vtkPlanes_EvaluateFunction__SWIG_1", "D_vtkPlanes_EvaluateFunction__SWIG_1")); mixin(bindCode("vtkPlanes_SetPoints", "D_vtkPlanes_SetPoints")); mixin(bindCode("vtkPlanes_GetPoints", "D_vtkPlanes_GetPoints")); mixin(bindCode("vtkPlanes_SetNormals", "D_vtkPlanes_SetNormals")); mixin(bindCode("vtkPlanes_GetNormals", "D_vtkPlanes_GetNormals")); mixin(bindCode("vtkPlanes_SetFrustumPlanes", "D_vtkPlanes_SetFrustumPlanes")); mixin(bindCode("vtkPlanes_SetBounds__SWIG_0", "D_vtkPlanes_SetBounds__SWIG_0")); mixin(bindCode("vtkPlanes_SetBounds__SWIG_1", "D_vtkPlanes_SetBounds__SWIG_1")); mixin(bindCode("vtkPlanes_GetNumberOfPlanes", "D_vtkPlanes_GetNumberOfPlanes")); mixin(bindCode("vtkPlanes_GetPlane__SWIG_0", "D_vtkPlanes_GetPlane__SWIG_0")); mixin(bindCode("vtkPlanes_GetPlane__SWIG_1", "D_vtkPlanes_GetPlane__SWIG_1")); mixin(bindCode("vtkPlanes_Upcast", "D_vtkPlanes_Upcast")); mixin(bindCode("vtkParametricFunction_IsTypeOf", "D_vtkParametricFunction_IsTypeOf")); mixin(bindCode("vtkParametricFunction_SafeDownCast", "D_vtkParametricFunction_SafeDownCast")); mixin(bindCode("vtkParametricFunction_NewInstance", "D_vtkParametricFunction_NewInstance")); mixin(bindCode("vtkParametricFunction_GetDimension", "D_vtkParametricFunction_GetDimension")); mixin(bindCode("vtkParametricFunction_Evaluate", "D_vtkParametricFunction_Evaluate")); mixin(bindCode("vtkParametricFunction_EvaluateScalar", "D_vtkParametricFunction_EvaluateScalar")); mixin(bindCode("vtkParametricFunction_SetMinimumU", "D_vtkParametricFunction_SetMinimumU")); mixin(bindCode("vtkParametricFunction_GetMinimumU", "D_vtkParametricFunction_GetMinimumU")); mixin(bindCode("vtkParametricFunction_SetMaximumU", "D_vtkParametricFunction_SetMaximumU")); mixin(bindCode("vtkParametricFunction_GetMaximumU", "D_vtkParametricFunction_GetMaximumU")); mixin(bindCode("vtkParametricFunction_SetMinimumV", "D_vtkParametricFunction_SetMinimumV")); mixin(bindCode("vtkParametricFunction_GetMinimumV", "D_vtkParametricFunction_GetMinimumV")); mixin(bindCode("vtkParametricFunction_SetMaximumV", "D_vtkParametricFunction_SetMaximumV")); mixin(bindCode("vtkParametricFunction_GetMaximumV", "D_vtkParametricFunction_GetMaximumV")); mixin(bindCode("vtkParametricFunction_SetMinimumW", "D_vtkParametricFunction_SetMinimumW")); mixin(bindCode("vtkParametricFunction_GetMinimumW", "D_vtkParametricFunction_GetMinimumW")); mixin(bindCode("vtkParametricFunction_SetMaximumW", "D_vtkParametricFunction_SetMaximumW")); mixin(bindCode("vtkParametricFunction_GetMaximumW", "D_vtkParametricFunction_GetMaximumW")); mixin(bindCode("vtkParametricFunction_SetJoinU", "D_vtkParametricFunction_SetJoinU")); mixin(bindCode("vtkParametricFunction_GetJoinU", "D_vtkParametricFunction_GetJoinU")); mixin(bindCode("vtkParametricFunction_JoinUOn", "D_vtkParametricFunction_JoinUOn")); mixin(bindCode("vtkParametricFunction_JoinUOff", "D_vtkParametricFunction_JoinUOff")); mixin(bindCode("vtkParametricFunction_SetJoinV", "D_vtkParametricFunction_SetJoinV")); mixin(bindCode("vtkParametricFunction_GetJoinV", "D_vtkParametricFunction_GetJoinV")); mixin(bindCode("vtkParametricFunction_JoinVOn", "D_vtkParametricFunction_JoinVOn")); mixin(bindCode("vtkParametricFunction_JoinVOff", "D_vtkParametricFunction_JoinVOff")); mixin(bindCode("vtkParametricFunction_SetTwistU", "D_vtkParametricFunction_SetTwistU")); mixin(bindCode("vtkParametricFunction_GetTwistU", "D_vtkParametricFunction_GetTwistU")); mixin(bindCode("vtkParametricFunction_TwistUOn", "D_vtkParametricFunction_TwistUOn")); mixin(bindCode("vtkParametricFunction_TwistUOff", "D_vtkParametricFunction_TwistUOff")); mixin(bindCode("vtkParametricFunction_SetTwistV", "D_vtkParametricFunction_SetTwistV")); mixin(bindCode("vtkParametricFunction_GetTwistV", "D_vtkParametricFunction_GetTwistV")); mixin(bindCode("vtkParametricFunction_TwistVOn", "D_vtkParametricFunction_TwistVOn")); mixin(bindCode("vtkParametricFunction_TwistVOff", "D_vtkParametricFunction_TwistVOff")); mixin(bindCode("vtkParametricFunction_SetClockwiseOrdering", "D_vtkParametricFunction_SetClockwiseOrdering")); mixin(bindCode("vtkParametricFunction_GetClockwiseOrdering", "D_vtkParametricFunction_GetClockwiseOrdering")); mixin(bindCode("vtkParametricFunction_ClockwiseOrderingOn", "D_vtkParametricFunction_ClockwiseOrderingOn")); mixin(bindCode("vtkParametricFunction_ClockwiseOrderingOff", "D_vtkParametricFunction_ClockwiseOrderingOff")); mixin(bindCode("vtkParametricFunction_SetDerivativesAvailable", "D_vtkParametricFunction_SetDerivativesAvailable")); mixin(bindCode("vtkParametricFunction_GetDerivativesAvailable", "D_vtkParametricFunction_GetDerivativesAvailable")); mixin(bindCode("vtkParametricFunction_DerivativesAvailableOn", "D_vtkParametricFunction_DerivativesAvailableOn")); mixin(bindCode("vtkParametricFunction_DerivativesAvailableOff", "D_vtkParametricFunction_DerivativesAvailableOff")); mixin(bindCode("vtkParametricFunction_Upcast", "D_vtkParametricFunction_Upcast")); mixin(bindCode("vtkParametricTorus_IsTypeOf", "D_vtkParametricTorus_IsTypeOf")); mixin(bindCode("vtkParametricTorus_SafeDownCast", "D_vtkParametricTorus_SafeDownCast")); mixin(bindCode("vtkParametricTorus_NewInstance", "D_vtkParametricTorus_NewInstance")); mixin(bindCode("vtkParametricTorus_New", "D_vtkParametricTorus_New")); mixin(bindCode("vtkParametricTorus_SetRingRadius", "D_vtkParametricTorus_SetRingRadius")); mixin(bindCode("vtkParametricTorus_GetRingRadius", "D_vtkParametricTorus_GetRingRadius")); mixin(bindCode("vtkParametricTorus_SetCrossSectionRadius", "D_vtkParametricTorus_SetCrossSectionRadius")); mixin(bindCode("vtkParametricTorus_GetCrossSectionRadius", "D_vtkParametricTorus_GetCrossSectionRadius")); mixin(bindCode("vtkParametricTorus_Upcast", "D_vtkParametricTorus_Upcast")); mixin(bindCode("vtkAbstractTransform_IsTypeOf", "D_vtkAbstractTransform_IsTypeOf")); mixin(bindCode("vtkAbstractTransform_SafeDownCast", "D_vtkAbstractTransform_SafeDownCast")); mixin(bindCode("vtkAbstractTransform_NewInstance", "D_vtkAbstractTransform_NewInstance")); mixin(bindCode("vtkAbstractTransform_TransformPoint__SWIG_0", "D_vtkAbstractTransform_TransformPoint__SWIG_0")); mixin(bindCode("vtkAbstractTransform_TransformPoint__SWIG_1", "D_vtkAbstractTransform_TransformPoint__SWIG_1")); mixin(bindCode("vtkAbstractTransform_TransformPoint__SWIG_2", "D_vtkAbstractTransform_TransformPoint__SWIG_2")); mixin(bindCode("vtkAbstractTransform_TransformPoint__SWIG_3", "D_vtkAbstractTransform_TransformPoint__SWIG_3")); mixin(bindCode("vtkAbstractTransform_TransformFloatPoint__SWIG_0", "D_vtkAbstractTransform_TransformFloatPoint__SWIG_0")); mixin(bindCode("vtkAbstractTransform_TransformFloatPoint__SWIG_1", "D_vtkAbstractTransform_TransformFloatPoint__SWIG_1")); mixin(bindCode("vtkAbstractTransform_TransformDoublePoint__SWIG_0", "D_vtkAbstractTransform_TransformDoublePoint__SWIG_0")); mixin(bindCode("vtkAbstractTransform_TransformDoublePoint__SWIG_1", "D_vtkAbstractTransform_TransformDoublePoint__SWIG_1")); mixin(bindCode("vtkAbstractTransform_TransformNormalAtPoint__SWIG_0", "D_vtkAbstractTransform_TransformNormalAtPoint__SWIG_0")); mixin(bindCode("vtkAbstractTransform_TransformNormalAtPoint__SWIG_1", "D_vtkAbstractTransform_TransformNormalAtPoint__SWIG_1")); mixin(bindCode("vtkAbstractTransform_TransformNormalAtPoint__SWIG_2", "D_vtkAbstractTransform_TransformNormalAtPoint__SWIG_2")); mixin(bindCode("vtkAbstractTransform_TransformDoubleNormalAtPoint", "D_vtkAbstractTransform_TransformDoubleNormalAtPoint")); mixin(bindCode("vtkAbstractTransform_TransformFloatNormalAtPoint", "D_vtkAbstractTransform_TransformFloatNormalAtPoint")); mixin(bindCode("vtkAbstractTransform_TransformVectorAtPoint__SWIG_0", "D_vtkAbstractTransform_TransformVectorAtPoint__SWIG_0")); mixin(bindCode("vtkAbstractTransform_TransformVectorAtPoint__SWIG_1", "D_vtkAbstractTransform_TransformVectorAtPoint__SWIG_1")); mixin(bindCode("vtkAbstractTransform_TransformVectorAtPoint__SWIG_2", "D_vtkAbstractTransform_TransformVectorAtPoint__SWIG_2")); mixin(bindCode("vtkAbstractTransform_TransformDoubleVectorAtPoint", "D_vtkAbstractTransform_TransformDoubleVectorAtPoint")); mixin(bindCode("vtkAbstractTransform_TransformFloatVectorAtPoint", "D_vtkAbstractTransform_TransformFloatVectorAtPoint")); mixin(bindCode("vtkAbstractTransform_TransformPoints", "D_vtkAbstractTransform_TransformPoints")); mixin(bindCode("vtkAbstractTransform_TransformPointsNormalsVectors", "D_vtkAbstractTransform_TransformPointsNormalsVectors")); mixin(bindCode("vtkAbstractTransform_GetInverse", "D_vtkAbstractTransform_GetInverse")); mixin(bindCode("vtkAbstractTransform_SetInverse", "D_vtkAbstractTransform_SetInverse")); mixin(bindCode("vtkAbstractTransform_Inverse", "D_vtkAbstractTransform_Inverse")); mixin(bindCode("vtkAbstractTransform_DeepCopy", "D_vtkAbstractTransform_DeepCopy")); mixin(bindCode("vtkAbstractTransform_Update", "D_vtkAbstractTransform_Update")); mixin(bindCode("vtkAbstractTransform_InternalTransformPoint__SWIG_0", "D_vtkAbstractTransform_InternalTransformPoint__SWIG_0")); mixin(bindCode("vtkAbstractTransform_InternalTransformPoint__SWIG_1", "D_vtkAbstractTransform_InternalTransformPoint__SWIG_1")); mixin(bindCode("vtkAbstractTransform_InternalTransformDerivative__SWIG_0", "D_vtkAbstractTransform_InternalTransformDerivative__SWIG_0")); mixin(bindCode("vtkAbstractTransform_InternalTransformDerivative__SWIG_1", "D_vtkAbstractTransform_InternalTransformDerivative__SWIG_1")); mixin(bindCode("vtkAbstractTransform_MakeTransform", "D_vtkAbstractTransform_MakeTransform")); mixin(bindCode("vtkAbstractTransform_CircuitCheck", "D_vtkAbstractTransform_CircuitCheck")); mixin(bindCode("vtkAbstractTransform_Upcast", "D_vtkAbstractTransform_Upcast")); mixin(bindCode("vtkGeoSphereTransform_New", "D_vtkGeoSphereTransform_New")); mixin(bindCode("vtkGeoSphereTransform_IsTypeOf", "D_vtkGeoSphereTransform_IsTypeOf")); mixin(bindCode("vtkGeoSphereTransform_SafeDownCast", "D_vtkGeoSphereTransform_SafeDownCast")); mixin(bindCode("vtkGeoSphereTransform_NewInstance", "D_vtkGeoSphereTransform_NewInstance")); mixin(bindCode("vtkGeoSphereTransform_InternalTransformPoint__SWIG_0", "D_vtkGeoSphereTransform_InternalTransformPoint__SWIG_0")); mixin(bindCode("vtkGeoSphereTransform_InternalTransformPoint__SWIG_1", "D_vtkGeoSphereTransform_InternalTransformPoint__SWIG_1")); mixin(bindCode("vtkGeoSphereTransform_InternalTransformDerivative__SWIG_0", "D_vtkGeoSphereTransform_InternalTransformDerivative__SWIG_0")); mixin(bindCode("vtkGeoSphereTransform_InternalTransformDerivative__SWIG_1", "D_vtkGeoSphereTransform_InternalTransformDerivative__SWIG_1")); mixin(bindCode("vtkGeoSphereTransform_SetToRectangular", "D_vtkGeoSphereTransform_SetToRectangular")); mixin(bindCode("vtkGeoSphereTransform_GetToRectangular", "D_vtkGeoSphereTransform_GetToRectangular")); mixin(bindCode("vtkGeoSphereTransform_ToRectangularOn", "D_vtkGeoSphereTransform_ToRectangularOn")); mixin(bindCode("vtkGeoSphereTransform_ToRectangularOff", "D_vtkGeoSphereTransform_ToRectangularOff")); mixin(bindCode("vtkGeoSphereTransform_SetBaseAltitude", "D_vtkGeoSphereTransform_SetBaseAltitude")); mixin(bindCode("vtkGeoSphereTransform_GetBaseAltitude", "D_vtkGeoSphereTransform_GetBaseAltitude")); mixin(bindCode("vtkGeoSphereTransform_Upcast", "D_vtkGeoSphereTransform_Upcast")); mixin(bindCode("vtkDataObjectAlgorithm_New", "D_vtkDataObjectAlgorithm_New")); mixin(bindCode("vtkDataObjectAlgorithm_IsTypeOf", "D_vtkDataObjectAlgorithm_IsTypeOf")); mixin(bindCode("vtkDataObjectAlgorithm_SafeDownCast", "D_vtkDataObjectAlgorithm_SafeDownCast")); mixin(bindCode("vtkDataObjectAlgorithm_NewInstance", "D_vtkDataObjectAlgorithm_NewInstance")); mixin(bindCode("vtkDataObjectAlgorithm_GetOutput__SWIG_0", "D_vtkDataObjectAlgorithm_GetOutput__SWIG_0")); mixin(bindCode("vtkDataObjectAlgorithm_GetOutput__SWIG_1", "D_vtkDataObjectAlgorithm_GetOutput__SWIG_1")); mixin(bindCode("vtkDataObjectAlgorithm_SetOutput", "D_vtkDataObjectAlgorithm_SetOutput")); mixin(bindCode("vtkDataObjectAlgorithm_GetInput__SWIG_0", "D_vtkDataObjectAlgorithm_GetInput__SWIG_0")); mixin(bindCode("vtkDataObjectAlgorithm_GetInput__SWIG_1", "D_vtkDataObjectAlgorithm_GetInput__SWIG_1")); mixin(bindCode("vtkDataObjectAlgorithm_SetInputData__SWIG_0", "D_vtkDataObjectAlgorithm_SetInputData__SWIG_0")); mixin(bindCode("vtkDataObjectAlgorithm_SetInputData__SWIG_1", "D_vtkDataObjectAlgorithm_SetInputData__SWIG_1")); mixin(bindCode("vtkDataObjectAlgorithm_AddInputData__SWIG_0", "D_vtkDataObjectAlgorithm_AddInputData__SWIG_0")); mixin(bindCode("vtkDataObjectAlgorithm_AddInputData__SWIG_1", "D_vtkDataObjectAlgorithm_AddInputData__SWIG_1")); mixin(bindCode("vtkDataObjectAlgorithm_Upcast", "D_vtkDataObjectAlgorithm_Upcast")); mixin(bindCode("vtkReflectionFilter_New", "D_vtkReflectionFilter_New")); mixin(bindCode("vtkReflectionFilter_IsTypeOf", "D_vtkReflectionFilter_IsTypeOf")); mixin(bindCode("vtkReflectionFilter_SafeDownCast", "D_vtkReflectionFilter_SafeDownCast")); mixin(bindCode("vtkReflectionFilter_NewInstance", "D_vtkReflectionFilter_NewInstance")); mixin(bindCode("vtkReflectionFilter_SetPlane", "D_vtkReflectionFilter_SetPlane")); mixin(bindCode("vtkReflectionFilter_GetPlaneMinValue", "D_vtkReflectionFilter_GetPlaneMinValue")); mixin(bindCode("vtkReflectionFilter_GetPlaneMaxValue", "D_vtkReflectionFilter_GetPlaneMaxValue")); mixin(bindCode("vtkReflectionFilter_GetPlane", "D_vtkReflectionFilter_GetPlane")); mixin(bindCode("vtkReflectionFilter_SetPlaneToX", "D_vtkReflectionFilter_SetPlaneToX")); mixin(bindCode("vtkReflectionFilter_SetPlaneToY", "D_vtkReflectionFilter_SetPlaneToY")); mixin(bindCode("vtkReflectionFilter_SetPlaneToZ", "D_vtkReflectionFilter_SetPlaneToZ")); mixin(bindCode("vtkReflectionFilter_SetPlaneToXMin", "D_vtkReflectionFilter_SetPlaneToXMin")); mixin(bindCode("vtkReflectionFilter_SetPlaneToYMin", "D_vtkReflectionFilter_SetPlaneToYMin")); mixin(bindCode("vtkReflectionFilter_SetPlaneToZMin", "D_vtkReflectionFilter_SetPlaneToZMin")); mixin(bindCode("vtkReflectionFilter_SetPlaneToXMax", "D_vtkReflectionFilter_SetPlaneToXMax")); mixin(bindCode("vtkReflectionFilter_SetPlaneToYMax", "D_vtkReflectionFilter_SetPlaneToYMax")); mixin(bindCode("vtkReflectionFilter_SetPlaneToZMax", "D_vtkReflectionFilter_SetPlaneToZMax")); mixin(bindCode("vtkReflectionFilter_SetCenter", "D_vtkReflectionFilter_SetCenter")); mixin(bindCode("vtkReflectionFilter_GetCenter", "D_vtkReflectionFilter_GetCenter")); mixin(bindCode("vtkReflectionFilter_SetCopyInput", "D_vtkReflectionFilter_SetCopyInput")); mixin(bindCode("vtkReflectionFilter_GetCopyInput", "D_vtkReflectionFilter_GetCopyInput")); mixin(bindCode("vtkReflectionFilter_CopyInputOn", "D_vtkReflectionFilter_CopyInputOn")); mixin(bindCode("vtkReflectionFilter_CopyInputOff", "D_vtkReflectionFilter_CopyInputOff")); mixin(bindCode("vtkReflectionFilter_Upcast", "D_vtkReflectionFilter_Upcast")); mixin(bindCode("vtkPReflectionFilter_New", "D_vtkPReflectionFilter_New")); mixin(bindCode("vtkPReflectionFilter_IsTypeOf", "D_vtkPReflectionFilter_IsTypeOf")); mixin(bindCode("vtkPReflectionFilter_SafeDownCast", "D_vtkPReflectionFilter_SafeDownCast")); mixin(bindCode("vtkPReflectionFilter_NewInstance", "D_vtkPReflectionFilter_NewInstance")); mixin(bindCode("vtkPReflectionFilter_SetController", "D_vtkPReflectionFilter_SetController")); mixin(bindCode("vtkPReflectionFilter_GetController", "D_vtkPReflectionFilter_GetController")); mixin(bindCode("new_vtkPReflectionFilter", "D_new_vtkPReflectionFilter")); mixin(bindCode("delete_vtkPReflectionFilter", "D_delete_vtkPReflectionFilter")); mixin(bindCode("vtkPReflectionFilter_Upcast", "D_vtkPReflectionFilter_Upcast")); mixin(bindCode("VTK_RAMP_LINEAR_get", "D_VTK_RAMP_LINEAR_get")); mixin(bindCode("VTK_RAMP_SCURVE_get", "D_VTK_RAMP_SCURVE_get")); mixin(bindCode("VTK_RAMP_SQRT_get", "D_VTK_RAMP_SQRT_get")); mixin(bindCode("VTK_SCALE_LINEAR_get", "D_VTK_SCALE_LINEAR_get")); mixin(bindCode("VTK_SCALE_LOG10_get", "D_VTK_SCALE_LOG10_get")); mixin(bindCode("vtkLookupTable_New", "D_vtkLookupTable_New")); mixin(bindCode("vtkLookupTable_IsTypeOf", "D_vtkLookupTable_IsTypeOf")); mixin(bindCode("vtkLookupTable_SafeDownCast", "D_vtkLookupTable_SafeDownCast")); mixin(bindCode("vtkLookupTable_NewInstance", "D_vtkLookupTable_NewInstance")); mixin(bindCode("vtkLookupTable_Allocate__SWIG_0", "D_vtkLookupTable_Allocate__SWIG_0")); mixin(bindCode("vtkLookupTable_Allocate__SWIG_1", "D_vtkLookupTable_Allocate__SWIG_1")); mixin(bindCode("vtkLookupTable_Allocate__SWIG_2", "D_vtkLookupTable_Allocate__SWIG_2")); mixin(bindCode("vtkLookupTable_ForceBuild", "D_vtkLookupTable_ForceBuild")); mixin(bindCode("vtkLookupTable_SetRamp", "D_vtkLookupTable_SetRamp")); mixin(bindCode("vtkLookupTable_SetRampToLinear", "D_vtkLookupTable_SetRampToLinear")); mixin(bindCode("vtkLookupTable_SetRampToSCurve", "D_vtkLookupTable_SetRampToSCurve")); mixin(bindCode("vtkLookupTable_SetRampToSQRT", "D_vtkLookupTable_SetRampToSQRT")); mixin(bindCode("vtkLookupTable_GetRamp", "D_vtkLookupTable_GetRamp")); mixin(bindCode("vtkLookupTable_SetScale", "D_vtkLookupTable_SetScale")); mixin(bindCode("vtkLookupTable_SetScaleToLinear", "D_vtkLookupTable_SetScaleToLinear")); mixin(bindCode("vtkLookupTable_SetScaleToLog10", "D_vtkLookupTable_SetScaleToLog10")); mixin(bindCode("vtkLookupTable_GetScale", "D_vtkLookupTable_GetScale")); mixin(bindCode("vtkLookupTable_SetTableRange__SWIG_0", "D_vtkLookupTable_SetTableRange__SWIG_0")); mixin(bindCode("vtkLookupTable_SetTableRange__SWIG_1", "D_vtkLookupTable_SetTableRange__SWIG_1")); mixin(bindCode("vtkLookupTable_GetTableRange__SWIG_0", "D_vtkLookupTable_GetTableRange__SWIG_0")); mixin(bindCode("vtkLookupTable_GetTableRange__SWIG_1", "D_vtkLookupTable_GetTableRange__SWIG_1")); mixin(bindCode("vtkLookupTable_SetHueRange__SWIG_0", "D_vtkLookupTable_SetHueRange__SWIG_0")); mixin(bindCode("vtkLookupTable_SetHueRange__SWIG_1", "D_vtkLookupTable_SetHueRange__SWIG_1")); mixin(bindCode("vtkLookupTable_GetHueRange__SWIG_0", "D_vtkLookupTable_GetHueRange__SWIG_0")); mixin(bindCode("vtkLookupTable_GetHueRange__SWIG_1", "D_vtkLookupTable_GetHueRange__SWIG_1")); mixin(bindCode("vtkLookupTable_GetHueRange__SWIG_2", "D_vtkLookupTable_GetHueRange__SWIG_2")); mixin(bindCode("vtkLookupTable_SetSaturationRange__SWIG_0", "D_vtkLookupTable_SetSaturationRange__SWIG_0")); mixin(bindCode("vtkLookupTable_SetSaturationRange__SWIG_1", "D_vtkLookupTable_SetSaturationRange__SWIG_1")); mixin(bindCode("vtkLookupTable_GetSaturationRange__SWIG_0", "D_vtkLookupTable_GetSaturationRange__SWIG_0")); mixin(bindCode("vtkLookupTable_GetSaturationRange__SWIG_1", "D_vtkLookupTable_GetSaturationRange__SWIG_1")); mixin(bindCode("vtkLookupTable_GetSaturationRange__SWIG_2", "D_vtkLookupTable_GetSaturationRange__SWIG_2")); mixin(bindCode("vtkLookupTable_SetValueRange__SWIG_0", "D_vtkLookupTable_SetValueRange__SWIG_0")); mixin(bindCode("vtkLookupTable_SetValueRange__SWIG_1", "D_vtkLookupTable_SetValueRange__SWIG_1")); mixin(bindCode("vtkLookupTable_GetValueRange__SWIG_0", "D_vtkLookupTable_GetValueRange__SWIG_0")); mixin(bindCode("vtkLookupTable_GetValueRange__SWIG_1", "D_vtkLookupTable_GetValueRange__SWIG_1")); mixin(bindCode("vtkLookupTable_GetValueRange__SWIG_2", "D_vtkLookupTable_GetValueRange__SWIG_2")); mixin(bindCode("vtkLookupTable_SetAlphaRange__SWIG_0", "D_vtkLookupTable_SetAlphaRange__SWIG_0")); mixin(bindCode("vtkLookupTable_SetAlphaRange__SWIG_1", "D_vtkLookupTable_SetAlphaRange__SWIG_1")); mixin(bindCode("vtkLookupTable_GetAlphaRange__SWIG_0", "D_vtkLookupTable_GetAlphaRange__SWIG_0")); mixin(bindCode("vtkLookupTable_GetAlphaRange__SWIG_1", "D_vtkLookupTable_GetAlphaRange__SWIG_1")); mixin(bindCode("vtkLookupTable_GetAlphaRange__SWIG_2", "D_vtkLookupTable_GetAlphaRange__SWIG_2")); mixin(bindCode("vtkLookupTable_SetNanColor__SWIG_0", "D_vtkLookupTable_SetNanColor__SWIG_0")); mixin(bindCode("vtkLookupTable_SetNanColor__SWIG_1", "D_vtkLookupTable_SetNanColor__SWIG_1")); mixin(bindCode("vtkLookupTable_GetNanColor__SWIG_0", "D_vtkLookupTable_GetNanColor__SWIG_0")); mixin(bindCode("vtkLookupTable_GetNanColor__SWIG_1", "D_vtkLookupTable_GetNanColor__SWIG_1")); mixin(bindCode("vtkLookupTable_GetNanColor__SWIG_2", "D_vtkLookupTable_GetNanColor__SWIG_2")); mixin(bindCode("vtkLookupTable_GetNanColorAsUnsignedChars", "D_vtkLookupTable_GetNanColorAsUnsignedChars")); mixin(bindCode("vtkLookupTable_GetIndex", "D_vtkLookupTable_GetIndex")); mixin(bindCode("vtkLookupTable_SetNumberOfTableValues", "D_vtkLookupTable_SetNumberOfTableValues")); mixin(bindCode("vtkLookupTable_GetNumberOfTableValues", "D_vtkLookupTable_GetNumberOfTableValues")); mixin(bindCode("vtkLookupTable_SetTableValue__SWIG_0", "D_vtkLookupTable_SetTableValue__SWIG_0")); mixin(bindCode("vtkLookupTable_SetTableValue__SWIG_1", "D_vtkLookupTable_SetTableValue__SWIG_1")); mixin(bindCode("vtkLookupTable_SetTableValue__SWIG_2", "D_vtkLookupTable_SetTableValue__SWIG_2")); mixin(bindCode("vtkLookupTable_GetTableValue__SWIG_0", "D_vtkLookupTable_GetTableValue__SWIG_0")); mixin(bindCode("vtkLookupTable_GetTableValue__SWIG_1", "D_vtkLookupTable_GetTableValue__SWIG_1")); mixin(bindCode("vtkLookupTable_GetPointer", "D_vtkLookupTable_GetPointer")); mixin(bindCode("vtkLookupTable_WritePointer", "D_vtkLookupTable_WritePointer")); mixin(bindCode("vtkLookupTable_SetRange__SWIG_0", "D_vtkLookupTable_SetRange__SWIG_0")); mixin(bindCode("vtkLookupTable_SetRange__SWIG_1", "D_vtkLookupTable_SetRange__SWIG_1")); mixin(bindCode("vtkLookupTable_SetNumberOfColors", "D_vtkLookupTable_SetNumberOfColors")); mixin(bindCode("vtkLookupTable_GetNumberOfColorsMinValue", "D_vtkLookupTable_GetNumberOfColorsMinValue")); mixin(bindCode("vtkLookupTable_GetNumberOfColorsMaxValue", "D_vtkLookupTable_GetNumberOfColorsMaxValue")); mixin(bindCode("vtkLookupTable_GetNumberOfColors", "D_vtkLookupTable_GetNumberOfColors")); mixin(bindCode("vtkLookupTable_SetTable", "D_vtkLookupTable_SetTable")); mixin(bindCode("vtkLookupTable_GetTable", "D_vtkLookupTable_GetTable")); mixin(bindCode("vtkLookupTable_Upcast", "D_vtkLookupTable_Upcast")); mixin(bindCode("vtkLogLookupTable_New", "D_vtkLogLookupTable_New")); mixin(bindCode("vtkLogLookupTable_IsTypeOf", "D_vtkLogLookupTable_IsTypeOf")); mixin(bindCode("vtkLogLookupTable_SafeDownCast", "D_vtkLogLookupTable_SafeDownCast")); mixin(bindCode("vtkLogLookupTable_NewInstance", "D_vtkLogLookupTable_NewInstance")); mixin(bindCode("vtkLogLookupTable_Upcast", "D_vtkLogLookupTable_Upcast")); mixin(bindCode("vtkUndirectedGraph_New", "D_vtkUndirectedGraph_New")); mixin(bindCode("vtkUndirectedGraph_IsTypeOf", "D_vtkUndirectedGraph_IsTypeOf")); mixin(bindCode("vtkUndirectedGraph_SafeDownCast", "D_vtkUndirectedGraph_SafeDownCast")); mixin(bindCode("vtkUndirectedGraph_NewInstance", "D_vtkUndirectedGraph_NewInstance")); mixin(bindCode("vtkUndirectedGraph_IsStructureValid", "D_vtkUndirectedGraph_IsStructureValid")); mixin(bindCode("vtkUndirectedGraph_Upcast", "D_vtkUndirectedGraph_Upcast")); mixin(bindCode("vtkUndirectedGraphAlgorithm_New", "D_vtkUndirectedGraphAlgorithm_New")); mixin(bindCode("vtkUndirectedGraphAlgorithm_IsTypeOf", "D_vtkUndirectedGraphAlgorithm_IsTypeOf")); mixin(bindCode("vtkUndirectedGraphAlgorithm_SafeDownCast", "D_vtkUndirectedGraphAlgorithm_SafeDownCast")); mixin(bindCode("vtkUndirectedGraphAlgorithm_NewInstance", "D_vtkUndirectedGraphAlgorithm_NewInstance")); mixin(bindCode("vtkUndirectedGraphAlgorithm_GetOutput__SWIG_0", "D_vtkUndirectedGraphAlgorithm_GetOutput__SWIG_0")); mixin(bindCode("vtkUndirectedGraphAlgorithm_GetOutput__SWIG_1", "D_vtkUndirectedGraphAlgorithm_GetOutput__SWIG_1")); mixin(bindCode("vtkUndirectedGraphAlgorithm_SetInputData__SWIG_0", "D_vtkUndirectedGraphAlgorithm_SetInputData__SWIG_0")); mixin(bindCode("vtkUndirectedGraphAlgorithm_SetInputData__SWIG_1", "D_vtkUndirectedGraphAlgorithm_SetInputData__SWIG_1")); mixin(bindCode("vtkUndirectedGraphAlgorithm_Upcast", "D_vtkUndirectedGraphAlgorithm_Upcast")); mixin(bindCode("VTK_POINT_UNIFORM_get", "D_VTK_POINT_UNIFORM_get")); mixin(bindCode("VTK_POINT_SHELL_get", "D_VTK_POINT_SHELL_get")); mixin(bindCode("vtkPointSource_New", "D_vtkPointSource_New")); mixin(bindCode("vtkPointSource_IsTypeOf", "D_vtkPointSource_IsTypeOf")); mixin(bindCode("vtkPointSource_SafeDownCast", "D_vtkPointSource_SafeDownCast")); mixin(bindCode("vtkPointSource_NewInstance", "D_vtkPointSource_NewInstance")); mixin(bindCode("vtkPointSource_SetNumberOfPoints", "D_vtkPointSource_SetNumberOfPoints")); mixin(bindCode("vtkPointSource_GetNumberOfPointsMinValue", "D_vtkPointSource_GetNumberOfPointsMinValue")); mixin(bindCode("vtkPointSource_GetNumberOfPointsMaxValue", "D_vtkPointSource_GetNumberOfPointsMaxValue")); mixin(bindCode("vtkPointSource_GetNumberOfPoints", "D_vtkPointSource_GetNumberOfPoints")); mixin(bindCode("vtkPointSource_SetCenter__SWIG_0", "D_vtkPointSource_SetCenter__SWIG_0")); mixin(bindCode("vtkPointSource_SetCenter__SWIG_1", "D_vtkPointSource_SetCenter__SWIG_1")); mixin(bindCode("vtkPointSource_GetCenter__SWIG_0", "D_vtkPointSource_GetCenter__SWIG_0")); mixin(bindCode("vtkPointSource_GetCenter__SWIG_1", "D_vtkPointSource_GetCenter__SWIG_1")); mixin(bindCode("vtkPointSource_SetRadius", "D_vtkPointSource_SetRadius")); mixin(bindCode("vtkPointSource_GetRadiusMinValue", "D_vtkPointSource_GetRadiusMinValue")); mixin(bindCode("vtkPointSource_GetRadiusMaxValue", "D_vtkPointSource_GetRadiusMaxValue")); mixin(bindCode("vtkPointSource_GetRadius", "D_vtkPointSource_GetRadius")); mixin(bindCode("vtkPointSource_SetDistribution", "D_vtkPointSource_SetDistribution")); mixin(bindCode("vtkPointSource_SetDistributionToUniform", "D_vtkPointSource_SetDistributionToUniform")); mixin(bindCode("vtkPointSource_SetDistributionToShell", "D_vtkPointSource_SetDistributionToShell")); mixin(bindCode("vtkPointSource_GetDistribution", "D_vtkPointSource_GetDistribution")); mixin(bindCode("vtkPointSource_Upcast", "D_vtkPointSource_Upcast")); mixin(bindCode("vtkMultiBlockDataSetAlgorithm_New", "D_vtkMultiBlockDataSetAlgorithm_New")); mixin(bindCode("vtkMultiBlockDataSetAlgorithm_IsTypeOf", "D_vtkMultiBlockDataSetAlgorithm_IsTypeOf")); mixin(bindCode("vtkMultiBlockDataSetAlgorithm_SafeDownCast", "D_vtkMultiBlockDataSetAlgorithm_SafeDownCast")); mixin(bindCode("vtkMultiBlockDataSetAlgorithm_NewInstance", "D_vtkMultiBlockDataSetAlgorithm_NewInstance")); mixin(bindCode("vtkMultiBlockDataSetAlgorithm_GetOutput__SWIG_0", "D_vtkMultiBlockDataSetAlgorithm_GetOutput__SWIG_0")); mixin(bindCode("vtkMultiBlockDataSetAlgorithm_GetOutput__SWIG_1", "D_vtkMultiBlockDataSetAlgorithm_GetOutput__SWIG_1")); mixin(bindCode("vtkMultiBlockDataSetAlgorithm_SetInputData__SWIG_0", "D_vtkMultiBlockDataSetAlgorithm_SetInputData__SWIG_0")); mixin(bindCode("vtkMultiBlockDataSetAlgorithm_SetInputData__SWIG_1", "D_vtkMultiBlockDataSetAlgorithm_SetInputData__SWIG_1")); mixin(bindCode("vtkMultiBlockDataSetAlgorithm_Upcast", "D_vtkMultiBlockDataSetAlgorithm_Upcast")); mixin(bindCode("vtkGenericEnSightReader_New", "D_vtkGenericEnSightReader_New")); mixin(bindCode("vtkGenericEnSightReader_IsTypeOf", "D_vtkGenericEnSightReader_IsTypeOf")); mixin(bindCode("vtkGenericEnSightReader_SafeDownCast", "D_vtkGenericEnSightReader_SafeDownCast")); mixin(bindCode("vtkGenericEnSightReader_NewInstance", "D_vtkGenericEnSightReader_NewInstance")); mixin(bindCode("vtkGenericEnSightReader_SetCaseFileName", "D_vtkGenericEnSightReader_SetCaseFileName")); mixin(bindCode("vtkGenericEnSightReader_GetCaseFileName", "D_vtkGenericEnSightReader_GetCaseFileName")); mixin(bindCode("vtkGenericEnSightReader_SetFilePath", "D_vtkGenericEnSightReader_SetFilePath")); mixin(bindCode("vtkGenericEnSightReader_GetFilePath", "D_vtkGenericEnSightReader_GetFilePath")); mixin(bindCode("vtkGenericEnSightReader_GetEnSightVersion", "D_vtkGenericEnSightReader_GetEnSightVersion")); mixin(bindCode("vtkGenericEnSightReader_GetNumberOfVariables__SWIG_0", "D_vtkGenericEnSightReader_GetNumberOfVariables__SWIG_0")); mixin(bindCode("vtkGenericEnSightReader_GetNumberOfComplexVariables", "D_vtkGenericEnSightReader_GetNumberOfComplexVariables")); mixin(bindCode("vtkGenericEnSightReader_GetNumberOfVariables__SWIG_1", "D_vtkGenericEnSightReader_GetNumberOfVariables__SWIG_1")); mixin(bindCode("vtkGenericEnSightReader_GetNumberOfScalarsPerNode", "D_vtkGenericEnSightReader_GetNumberOfScalarsPerNode")); mixin(bindCode("vtkGenericEnSightReader_GetNumberOfVectorsPerNode", "D_vtkGenericEnSightReader_GetNumberOfVectorsPerNode")); mixin(bindCode("vtkGenericEnSightReader_GetNumberOfTensorsSymmPerNode", "D_vtkGenericEnSightReader_GetNumberOfTensorsSymmPerNode")); mixin(bindCode("vtkGenericEnSightReader_GetNumberOfScalarsPerElement", "D_vtkGenericEnSightReader_GetNumberOfScalarsPerElement")); mixin(bindCode("vtkGenericEnSightReader_GetNumberOfVectorsPerElement", "D_vtkGenericEnSightReader_GetNumberOfVectorsPerElement")); mixin(bindCode("vtkGenericEnSightReader_GetNumberOfTensorsSymmPerElement", "D_vtkGenericEnSightReader_GetNumberOfTensorsSymmPerElement")); mixin(bindCode("vtkGenericEnSightReader_GetNumberOfScalarsPerMeasuredNode", "D_vtkGenericEnSightReader_GetNumberOfScalarsPerMeasuredNode")); mixin(bindCode("vtkGenericEnSightReader_GetNumberOfVectorsPerMeasuredNode", "D_vtkGenericEnSightReader_GetNumberOfVectorsPerMeasuredNode")); mixin(bindCode("vtkGenericEnSightReader_GetNumberOfComplexScalarsPerNode", "D_vtkGenericEnSightReader_GetNumberOfComplexScalarsPerNode")); mixin(bindCode("vtkGenericEnSightReader_GetNumberOfComplexVectorsPerNode", "D_vtkGenericEnSightReader_GetNumberOfComplexVectorsPerNode")); mixin(bindCode("vtkGenericEnSightReader_GetNumberOfComplexScalarsPerElement", "D_vtkGenericEnSightReader_GetNumberOfComplexScalarsPerElement")); mixin(bindCode("vtkGenericEnSightReader_GetNumberOfComplexVectorsPerElement", "D_vtkGenericEnSightReader_GetNumberOfComplexVectorsPerElement")); mixin(bindCode("vtkGenericEnSightReader_GetDescription__SWIG_0", "D_vtkGenericEnSightReader_GetDescription__SWIG_0")); mixin(bindCode("vtkGenericEnSightReader_GetComplexDescription", "D_vtkGenericEnSightReader_GetComplexDescription")); mixin(bindCode("vtkGenericEnSightReader_GetDescription__SWIG_1", "D_vtkGenericEnSightReader_GetDescription__SWIG_1")); mixin(bindCode("vtkGenericEnSightReader_GetVariableType", "D_vtkGenericEnSightReader_GetVariableType")); mixin(bindCode("vtkGenericEnSightReader_GetComplexVariableType", "D_vtkGenericEnSightReader_GetComplexVariableType")); mixin(bindCode("vtkGenericEnSightReader_SetTimeValue", "D_vtkGenericEnSightReader_SetTimeValue")); mixin(bindCode("vtkGenericEnSightReader_GetTimeValue", "D_vtkGenericEnSightReader_GetTimeValue")); mixin(bindCode("vtkGenericEnSightReader_GetMinimumTimeValue", "D_vtkGenericEnSightReader_GetMinimumTimeValue")); mixin(bindCode("vtkGenericEnSightReader_GetMaximumTimeValue", "D_vtkGenericEnSightReader_GetMaximumTimeValue")); mixin(bindCode("vtkGenericEnSightReader_GetTimeSets", "D_vtkGenericEnSightReader_GetTimeSets")); mixin(bindCode("vtkGenericEnSightReader_DetermineEnSightVersion__SWIG_0", "D_vtkGenericEnSightReader_DetermineEnSightVersion__SWIG_0")); mixin(bindCode("vtkGenericEnSightReader_DetermineEnSightVersion__SWIG_1", "D_vtkGenericEnSightReader_DetermineEnSightVersion__SWIG_1")); mixin(bindCode("vtkGenericEnSightReader_ReadAllVariablesOn", "D_vtkGenericEnSightReader_ReadAllVariablesOn")); mixin(bindCode("vtkGenericEnSightReader_ReadAllVariablesOff", "D_vtkGenericEnSightReader_ReadAllVariablesOff")); mixin(bindCode("vtkGenericEnSightReader_SetReadAllVariables", "D_vtkGenericEnSightReader_SetReadAllVariables")); mixin(bindCode("vtkGenericEnSightReader_GetReadAllVariables", "D_vtkGenericEnSightReader_GetReadAllVariables")); mixin(bindCode("vtkGenericEnSightReader_GetPointDataArraySelection", "D_vtkGenericEnSightReader_GetPointDataArraySelection")); mixin(bindCode("vtkGenericEnSightReader_GetCellDataArraySelection", "D_vtkGenericEnSightReader_GetCellDataArraySelection")); mixin(bindCode("vtkGenericEnSightReader_GetNumberOfPointArrays", "D_vtkGenericEnSightReader_GetNumberOfPointArrays")); mixin(bindCode("vtkGenericEnSightReader_GetNumberOfCellArrays", "D_vtkGenericEnSightReader_GetNumberOfCellArrays")); mixin(bindCode("vtkGenericEnSightReader_GetPointArrayName", "D_vtkGenericEnSightReader_GetPointArrayName")); mixin(bindCode("vtkGenericEnSightReader_GetCellArrayName", "D_vtkGenericEnSightReader_GetCellArrayName")); mixin(bindCode("vtkGenericEnSightReader_GetPointArrayStatus", "D_vtkGenericEnSightReader_GetPointArrayStatus")); mixin(bindCode("vtkGenericEnSightReader_GetCellArrayStatus", "D_vtkGenericEnSightReader_GetCellArrayStatus")); mixin(bindCode("vtkGenericEnSightReader_SetPointArrayStatus", "D_vtkGenericEnSightReader_SetPointArrayStatus")); mixin(bindCode("vtkGenericEnSightReader_SetCellArrayStatus", "D_vtkGenericEnSightReader_SetCellArrayStatus")); mixin(bindCode("vtkGenericEnSightReader_SetByteOrderToBigEndian", "D_vtkGenericEnSightReader_SetByteOrderToBigEndian")); mixin(bindCode("vtkGenericEnSightReader_SetByteOrderToLittleEndian", "D_vtkGenericEnSightReader_SetByteOrderToLittleEndian")); mixin(bindCode("vtkGenericEnSightReader_SetByteOrder", "D_vtkGenericEnSightReader_SetByteOrder")); mixin(bindCode("vtkGenericEnSightReader_GetByteOrder", "D_vtkGenericEnSightReader_GetByteOrder")); mixin(bindCode("vtkGenericEnSightReader_GetByteOrderAsString", "D_vtkGenericEnSightReader_GetByteOrderAsString")); mixin(bindCode("vtkGenericEnSightReader_GetGeometryFileName", "D_vtkGenericEnSightReader_GetGeometryFileName")); mixin(bindCode("vtkGenericEnSightReader_SetParticleCoordinatesByIndex", "D_vtkGenericEnSightReader_SetParticleCoordinatesByIndex")); mixin(bindCode("vtkGenericEnSightReader_GetParticleCoordinatesByIndex", "D_vtkGenericEnSightReader_GetParticleCoordinatesByIndex")); mixin(bindCode("vtkGenericEnSightReader_ParticleCoordinatesByIndexOn", "D_vtkGenericEnSightReader_ParticleCoordinatesByIndexOn")); mixin(bindCode("vtkGenericEnSightReader_ParticleCoordinatesByIndexOff", "D_vtkGenericEnSightReader_ParticleCoordinatesByIndexOff")); mixin(bindCode("vtkGenericEnSightReader_CanReadFile", "D_vtkGenericEnSightReader_CanReadFile")); mixin(bindCode("vtkGenericEnSightReader_GetReader", "D_vtkGenericEnSightReader_GetReader")); mixin(bindCode("vtkGenericEnSightReader_Upcast", "D_vtkGenericEnSightReader_Upcast")); mixin(bindCode("vtkEnSightMasterServerReader_IsTypeOf", "D_vtkEnSightMasterServerReader_IsTypeOf")); mixin(bindCode("vtkEnSightMasterServerReader_SafeDownCast", "D_vtkEnSightMasterServerReader_SafeDownCast")); mixin(bindCode("vtkEnSightMasterServerReader_NewInstance", "D_vtkEnSightMasterServerReader_NewInstance")); mixin(bindCode("vtkEnSightMasterServerReader_New", "D_vtkEnSightMasterServerReader_New")); mixin(bindCode("vtkEnSightMasterServerReader_DetermineFileName", "D_vtkEnSightMasterServerReader_DetermineFileName")); mixin(bindCode("vtkEnSightMasterServerReader_GetPieceCaseFileName", "D_vtkEnSightMasterServerReader_GetPieceCaseFileName")); mixin(bindCode("vtkEnSightMasterServerReader_SetCurrentPiece", "D_vtkEnSightMasterServerReader_SetCurrentPiece")); mixin(bindCode("vtkEnSightMasterServerReader_GetCurrentPiece", "D_vtkEnSightMasterServerReader_GetCurrentPiece")); mixin(bindCode("vtkEnSightMasterServerReader_CanReadFile", "D_vtkEnSightMasterServerReader_CanReadFile")); mixin(bindCode("vtkEnSightMasterServerReader_Upcast", "D_vtkEnSightMasterServerReader_Upcast")); mixin(bindCode("vtkAffineRepresentation_IsTypeOf", "D_vtkAffineRepresentation_IsTypeOf")); mixin(bindCode("vtkAffineRepresentation_SafeDownCast", "D_vtkAffineRepresentation_SafeDownCast")); mixin(bindCode("vtkAffineRepresentation_NewInstance", "D_vtkAffineRepresentation_NewInstance")); mixin(bindCode("vtkAffineRepresentation_GetTransform", "D_vtkAffineRepresentation_GetTransform")); mixin(bindCode("vtkAffineRepresentation_SetTolerance", "D_vtkAffineRepresentation_SetTolerance")); mixin(bindCode("vtkAffineRepresentation_GetToleranceMinValue", "D_vtkAffineRepresentation_GetToleranceMinValue")); mixin(bindCode("vtkAffineRepresentation_GetToleranceMaxValue", "D_vtkAffineRepresentation_GetToleranceMaxValue")); mixin(bindCode("vtkAffineRepresentation_GetTolerance", "D_vtkAffineRepresentation_GetTolerance")); mixin(bindCode("vtkAffineRepresentation_Upcast", "D_vtkAffineRepresentation_Upcast")); mixin(bindCode("vtkAffineRepresentation2D_New", "D_vtkAffineRepresentation2D_New")); mixin(bindCode("vtkAffineRepresentation2D_IsTypeOf", "D_vtkAffineRepresentation2D_IsTypeOf")); mixin(bindCode("vtkAffineRepresentation2D_SafeDownCast", "D_vtkAffineRepresentation2D_SafeDownCast")); mixin(bindCode("vtkAffineRepresentation2D_NewInstance", "D_vtkAffineRepresentation2D_NewInstance")); mixin(bindCode("vtkAffineRepresentation2D_SetBoxWidth", "D_vtkAffineRepresentation2D_SetBoxWidth")); mixin(bindCode("vtkAffineRepresentation2D_GetBoxWidthMinValue", "D_vtkAffineRepresentation2D_GetBoxWidthMinValue")); mixin(bindCode("vtkAffineRepresentation2D_GetBoxWidthMaxValue", "D_vtkAffineRepresentation2D_GetBoxWidthMaxValue")); mixin(bindCode("vtkAffineRepresentation2D_GetBoxWidth", "D_vtkAffineRepresentation2D_GetBoxWidth")); mixin(bindCode("vtkAffineRepresentation2D_SetCircleWidth", "D_vtkAffineRepresentation2D_SetCircleWidth")); mixin(bindCode("vtkAffineRepresentation2D_GetCircleWidthMinValue", "D_vtkAffineRepresentation2D_GetCircleWidthMinValue")); mixin(bindCode("vtkAffineRepresentation2D_GetCircleWidthMaxValue", "D_vtkAffineRepresentation2D_GetCircleWidthMaxValue")); mixin(bindCode("vtkAffineRepresentation2D_GetCircleWidth", "D_vtkAffineRepresentation2D_GetCircleWidth")); mixin(bindCode("vtkAffineRepresentation2D_SetAxesWidth", "D_vtkAffineRepresentation2D_SetAxesWidth")); mixin(bindCode("vtkAffineRepresentation2D_GetAxesWidthMinValue", "D_vtkAffineRepresentation2D_GetAxesWidthMinValue")); mixin(bindCode("vtkAffineRepresentation2D_GetAxesWidthMaxValue", "D_vtkAffineRepresentation2D_GetAxesWidthMaxValue")); mixin(bindCode("vtkAffineRepresentation2D_GetAxesWidth", "D_vtkAffineRepresentation2D_GetAxesWidth")); mixin(bindCode("vtkAffineRepresentation2D_SetOrigin__SWIG_0", "D_vtkAffineRepresentation2D_SetOrigin__SWIG_0")); mixin(bindCode("vtkAffineRepresentation2D_SetOrigin__SWIG_1", "D_vtkAffineRepresentation2D_SetOrigin__SWIG_1")); mixin(bindCode("vtkAffineRepresentation2D_GetOrigin__SWIG_0", "D_vtkAffineRepresentation2D_GetOrigin__SWIG_0")); mixin(bindCode("vtkAffineRepresentation2D_GetOrigin__SWIG_1", "D_vtkAffineRepresentation2D_GetOrigin__SWIG_1")); mixin(bindCode("vtkAffineRepresentation2D_GetOrigin__SWIG_2", "D_vtkAffineRepresentation2D_GetOrigin__SWIG_2")); mixin(bindCode("vtkAffineRepresentation2D_SetProperty", "D_vtkAffineRepresentation2D_SetProperty")); mixin(bindCode("vtkAffineRepresentation2D_SetSelectedProperty", "D_vtkAffineRepresentation2D_SetSelectedProperty")); mixin(bindCode("vtkAffineRepresentation2D_SetTextProperty", "D_vtkAffineRepresentation2D_SetTextProperty")); mixin(bindCode("vtkAffineRepresentation2D_GetProperty", "D_vtkAffineRepresentation2D_GetProperty")); mixin(bindCode("vtkAffineRepresentation2D_GetSelectedProperty", "D_vtkAffineRepresentation2D_GetSelectedProperty")); mixin(bindCode("vtkAffineRepresentation2D_GetTextProperty", "D_vtkAffineRepresentation2D_GetTextProperty")); mixin(bindCode("vtkAffineRepresentation2D_SetDisplayText", "D_vtkAffineRepresentation2D_SetDisplayText")); mixin(bindCode("vtkAffineRepresentation2D_GetDisplayText", "D_vtkAffineRepresentation2D_GetDisplayText")); mixin(bindCode("vtkAffineRepresentation2D_DisplayTextOn", "D_vtkAffineRepresentation2D_DisplayTextOn")); mixin(bindCode("vtkAffineRepresentation2D_DisplayTextOff", "D_vtkAffineRepresentation2D_DisplayTextOff")); mixin(bindCode("vtkAffineRepresentation2D_PlaceWidget", "D_vtkAffineRepresentation2D_PlaceWidget")); mixin(bindCode("vtkAffineRepresentation2D_ComputeInteractionState__SWIG_0", "D_vtkAffineRepresentation2D_ComputeInteractionState__SWIG_0")); mixin(bindCode("vtkAffineRepresentation2D_ComputeInteractionState__SWIG_1", "D_vtkAffineRepresentation2D_ComputeInteractionState__SWIG_1")); mixin(bindCode("vtkAffineRepresentation2D_Upcast", "D_vtkAffineRepresentation2D_Upcast")); mixin(bindCode("vtkUnstructuredGridVolumeRayIntegrator_IsTypeOf", "D_vtkUnstructuredGridVolumeRayIntegrator_IsTypeOf")); mixin(bindCode("vtkUnstructuredGridVolumeRayIntegrator_SafeDownCast", "D_vtkUnstructuredGridVolumeRayIntegrator_SafeDownCast")); mixin(bindCode("vtkUnstructuredGridVolumeRayIntegrator_NewInstance", "D_vtkUnstructuredGridVolumeRayIntegrator_NewInstance")); mixin(bindCode("vtkUnstructuredGridVolumeRayIntegrator_Initialize", "D_vtkUnstructuredGridVolumeRayIntegrator_Initialize")); mixin(bindCode("vtkUnstructuredGridVolumeRayIntegrator_Integrate", "D_vtkUnstructuredGridVolumeRayIntegrator_Integrate")); mixin(bindCode("vtkUnstructuredGridVolumeRayIntegrator_Upcast", "D_vtkUnstructuredGridVolumeRayIntegrator_Upcast")); mixin(bindCode("vtkApproximatingSubdivisionFilter_IsTypeOf", "D_vtkApproximatingSubdivisionFilter_IsTypeOf")); mixin(bindCode("vtkApproximatingSubdivisionFilter_SafeDownCast", "D_vtkApproximatingSubdivisionFilter_SafeDownCast")); mixin(bindCode("vtkApproximatingSubdivisionFilter_NewInstance", "D_vtkApproximatingSubdivisionFilter_NewInstance")); mixin(bindCode("vtkApproximatingSubdivisionFilter_SetNumberOfSubdivisions", "D_vtkApproximatingSubdivisionFilter_SetNumberOfSubdivisions")); mixin(bindCode("vtkApproximatingSubdivisionFilter_GetNumberOfSubdivisions", "D_vtkApproximatingSubdivisionFilter_GetNumberOfSubdivisions")); mixin(bindCode("vtkApproximatingSubdivisionFilter_Upcast", "D_vtkApproximatingSubdivisionFilter_Upcast")); mixin(bindCode("vtkContourValues_New", "D_vtkContourValues_New")); mixin(bindCode("vtkContourValues_IsTypeOf", "D_vtkContourValues_IsTypeOf")); mixin(bindCode("vtkContourValues_SafeDownCast", "D_vtkContourValues_SafeDownCast")); mixin(bindCode("vtkContourValues_NewInstance", "D_vtkContourValues_NewInstance")); mixin(bindCode("vtkContourValues_SetValue", "D_vtkContourValues_SetValue")); mixin(bindCode("vtkContourValues_GetValue", "D_vtkContourValues_GetValue")); mixin(bindCode("vtkContourValues_GetValues__SWIG_0", "D_vtkContourValues_GetValues__SWIG_0")); mixin(bindCode("vtkContourValues_GetValues__SWIG_1", "D_vtkContourValues_GetValues__SWIG_1")); mixin(bindCode("vtkContourValues_SetNumberOfContours", "D_vtkContourValues_SetNumberOfContours")); mixin(bindCode("vtkContourValues_GetNumberOfContours", "D_vtkContourValues_GetNumberOfContours")); mixin(bindCode("vtkContourValues_GenerateValues__SWIG_0", "D_vtkContourValues_GenerateValues__SWIG_0")); mixin(bindCode("vtkContourValues_GenerateValues__SWIG_1", "D_vtkContourValues_GenerateValues__SWIG_1")); mixin(bindCode("vtkContourValues_Upcast", "D_vtkContourValues_Upcast")); mixin(bindCode("VTK_SORT_BY_VALUE_get", "D_VTK_SORT_BY_VALUE_get")); mixin(bindCode("VTK_SORT_BY_CELL_get", "D_VTK_SORT_BY_CELL_get")); mixin(bindCode("vtkCutter_IsTypeOf", "D_vtkCutter_IsTypeOf")); mixin(bindCode("vtkCutter_SafeDownCast", "D_vtkCutter_SafeDownCast")); mixin(bindCode("vtkCutter_NewInstance", "D_vtkCutter_NewInstance")); mixin(bindCode("vtkCutter_New", "D_vtkCutter_New")); mixin(bindCode("vtkCutter_SetValue", "D_vtkCutter_SetValue")); mixin(bindCode("vtkCutter_GetValue", "D_vtkCutter_GetValue")); mixin(bindCode("vtkCutter_GetValues__SWIG_0", "D_vtkCutter_GetValues__SWIG_0")); mixin(bindCode("vtkCutter_GetValues__SWIG_1", "D_vtkCutter_GetValues__SWIG_1")); mixin(bindCode("vtkCutter_SetNumberOfContours", "D_vtkCutter_SetNumberOfContours")); mixin(bindCode("vtkCutter_GetNumberOfContours", "D_vtkCutter_GetNumberOfContours")); mixin(bindCode("vtkCutter_GenerateValues__SWIG_0", "D_vtkCutter_GenerateValues__SWIG_0")); mixin(bindCode("vtkCutter_GenerateValues__SWIG_1", "D_vtkCutter_GenerateValues__SWIG_1")); mixin(bindCode("vtkCutter_SetCutFunction", "D_vtkCutter_SetCutFunction")); mixin(bindCode("vtkCutter_GetCutFunction", "D_vtkCutter_GetCutFunction")); mixin(bindCode("vtkCutter_SetGenerateCutScalars", "D_vtkCutter_SetGenerateCutScalars")); mixin(bindCode("vtkCutter_GetGenerateCutScalars", "D_vtkCutter_GetGenerateCutScalars")); mixin(bindCode("vtkCutter_GenerateCutScalarsOn", "D_vtkCutter_GenerateCutScalarsOn")); mixin(bindCode("vtkCutter_GenerateCutScalarsOff", "D_vtkCutter_GenerateCutScalarsOff")); mixin(bindCode("vtkCutter_SetGenerateTriangles", "D_vtkCutter_SetGenerateTriangles")); mixin(bindCode("vtkCutter_GetGenerateTriangles", "D_vtkCutter_GetGenerateTriangles")); mixin(bindCode("vtkCutter_GenerateTrianglesOn", "D_vtkCutter_GenerateTrianglesOn")); mixin(bindCode("vtkCutter_GenerateTrianglesOff", "D_vtkCutter_GenerateTrianglesOff")); mixin(bindCode("vtkCutter_SetLocator", "D_vtkCutter_SetLocator")); mixin(bindCode("vtkCutter_GetLocator", "D_vtkCutter_GetLocator")); mixin(bindCode("vtkCutter_SetSortBy", "D_vtkCutter_SetSortBy")); mixin(bindCode("vtkCutter_GetSortByMinValue", "D_vtkCutter_GetSortByMinValue")); mixin(bindCode("vtkCutter_GetSortByMaxValue", "D_vtkCutter_GetSortByMaxValue")); mixin(bindCode("vtkCutter_GetSortBy", "D_vtkCutter_GetSortBy")); mixin(bindCode("vtkCutter_SetSortByToSortByValue", "D_vtkCutter_SetSortByToSortByValue")); mixin(bindCode("vtkCutter_SetSortByToSortByCell", "D_vtkCutter_SetSortByToSortByCell")); mixin(bindCode("vtkCutter_GetSortByAsString", "D_vtkCutter_GetSortByAsString")); mixin(bindCode("vtkCutter_CreateDefaultLocator", "D_vtkCutter_CreateDefaultLocator")); mixin(bindCode("vtkCutter_GetCellTypeDimensions", "D_vtkCutter_GetCellTypeDimensions")); mixin(bindCode("vtkCutter_SetOutputPointsPrecision", "D_vtkCutter_SetOutputPointsPrecision")); mixin(bindCode("vtkCutter_GetOutputPointsPrecisionMinValue", "D_vtkCutter_GetOutputPointsPrecisionMinValue")); mixin(bindCode("vtkCutter_GetOutputPointsPrecisionMaxValue", "D_vtkCutter_GetOutputPointsPrecisionMaxValue")); mixin(bindCode("vtkCutter_GetOutputPointsPrecision", "D_vtkCutter_GetOutputPointsPrecision")); mixin(bindCode("vtkCutter_Upcast", "D_vtkCutter_Upcast")); mixin(bindCode("vtkHyperOctreeDualGridContourFilter_IsTypeOf", "D_vtkHyperOctreeDualGridContourFilter_IsTypeOf")); mixin(bindCode("vtkHyperOctreeDualGridContourFilter_SafeDownCast", "D_vtkHyperOctreeDualGridContourFilter_SafeDownCast")); mixin(bindCode("vtkHyperOctreeDualGridContourFilter_NewInstance", "D_vtkHyperOctreeDualGridContourFilter_NewInstance")); mixin(bindCode("vtkHyperOctreeDualGridContourFilter_New", "D_vtkHyperOctreeDualGridContourFilter_New")); mixin(bindCode("vtkHyperOctreeDualGridContourFilter_SetValue", "D_vtkHyperOctreeDualGridContourFilter_SetValue")); mixin(bindCode("vtkHyperOctreeDualGridContourFilter_GetValue", "D_vtkHyperOctreeDualGridContourFilter_GetValue")); mixin(bindCode("vtkHyperOctreeDualGridContourFilter_GetValues__SWIG_0", "D_vtkHyperOctreeDualGridContourFilter_GetValues__SWIG_0")); mixin(bindCode("vtkHyperOctreeDualGridContourFilter_GetValues__SWIG_1", "D_vtkHyperOctreeDualGridContourFilter_GetValues__SWIG_1")); mixin(bindCode("vtkHyperOctreeDualGridContourFilter_SetNumberOfContours", "D_vtkHyperOctreeDualGridContourFilter_SetNumberOfContours")); mixin(bindCode("vtkHyperOctreeDualGridContourFilter_GetNumberOfContours", "D_vtkHyperOctreeDualGridContourFilter_GetNumberOfContours")); mixin(bindCode("vtkHyperOctreeDualGridContourFilter_GenerateValues__SWIG_0", "D_vtkHyperOctreeDualGridContourFilter_GenerateValues__SWIG_0")); mixin(bindCode("vtkHyperOctreeDualGridContourFilter_GenerateValues__SWIG_1", "D_vtkHyperOctreeDualGridContourFilter_GenerateValues__SWIG_1")); mixin(bindCode("vtkHyperOctreeDualGridContourFilter_SetLocator", "D_vtkHyperOctreeDualGridContourFilter_SetLocator")); mixin(bindCode("vtkHyperOctreeDualGridContourFilter_GetLocator", "D_vtkHyperOctreeDualGridContourFilter_GetLocator")); mixin(bindCode("vtkHyperOctreeDualGridContourFilter_CreateDefaultLocator", "D_vtkHyperOctreeDualGridContourFilter_CreateDefaultLocator")); mixin(bindCode("vtkHyperOctreeDualGridContourFilter_Upcast", "D_vtkHyperOctreeDualGridContourFilter_Upcast")); mixin(bindCode("vtkRungeKutta2_IsTypeOf", "D_vtkRungeKutta2_IsTypeOf")); mixin(bindCode("vtkRungeKutta2_SafeDownCast", "D_vtkRungeKutta2_SafeDownCast")); mixin(bindCode("vtkRungeKutta2_NewInstance", "D_vtkRungeKutta2_NewInstance")); mixin(bindCode("vtkRungeKutta2_New", "D_vtkRungeKutta2_New")); mixin(bindCode("vtkRungeKutta2_ComputeNextStep__SWIG_0", "D_vtkRungeKutta2_ComputeNextStep__SWIG_0")); mixin(bindCode("vtkRungeKutta2_ComputeNextStep__SWIG_1", "D_vtkRungeKutta2_ComputeNextStep__SWIG_1")); mixin(bindCode("vtkRungeKutta2_ComputeNextStep__SWIG_2", "D_vtkRungeKutta2_ComputeNextStep__SWIG_2")); mixin(bindCode("vtkRungeKutta2_ComputeNextStep__SWIG_3", "D_vtkRungeKutta2_ComputeNextStep__SWIG_3")); mixin(bindCode("vtkRungeKutta2_Upcast", "D_vtkRungeKutta2_Upcast")); mixin(bindCode("vtkSphere_IsTypeOf", "D_vtkSphere_IsTypeOf")); mixin(bindCode("vtkSphere_SafeDownCast", "D_vtkSphere_SafeDownCast")); mixin(bindCode("vtkSphere_NewInstance", "D_vtkSphere_NewInstance")); mixin(bindCode("vtkSphere_New", "D_vtkSphere_New")); mixin(bindCode("vtkSphere_EvaluateFunction__SWIG_0", "D_vtkSphere_EvaluateFunction__SWIG_0")); mixin(bindCode("vtkSphere_EvaluateFunction__SWIG_1", "D_vtkSphere_EvaluateFunction__SWIG_1")); mixin(bindCode("vtkSphere_SetRadius", "D_vtkSphere_SetRadius")); mixin(bindCode("vtkSphere_GetRadius", "D_vtkSphere_GetRadius")); mixin(bindCode("vtkSphere_SetCenter__SWIG_0", "D_vtkSphere_SetCenter__SWIG_0")); mixin(bindCode("vtkSphere_SetCenter__SWIG_1", "D_vtkSphere_SetCenter__SWIG_1")); mixin(bindCode("vtkSphere_GetCenter__SWIG_0", "D_vtkSphere_GetCenter__SWIG_0")); mixin(bindCode("vtkSphere_GetCenter__SWIG_1", "D_vtkSphere_GetCenter__SWIG_1")); mixin(bindCode("vtkSphere_ComputeBoundingSphere__SWIG_0", "D_vtkSphere_ComputeBoundingSphere__SWIG_0")); mixin(bindCode("vtkSphere_ComputeBoundingSphere__SWIG_1", "D_vtkSphere_ComputeBoundingSphere__SWIG_1")); mixin(bindCode("vtkSphere_ComputeBoundingSphere__SWIG_2", "D_vtkSphere_ComputeBoundingSphere__SWIG_2")); mixin(bindCode("vtkSphere_ComputeBoundingSphere__SWIG_3", "D_vtkSphere_ComputeBoundingSphere__SWIG_3")); mixin(bindCode("vtkSphere_Upcast", "D_vtkSphere_Upcast")); mixin(bindCode("vtkContext3D_IsTypeOf", "D_vtkContext3D_IsTypeOf")); mixin(bindCode("vtkContext3D_SafeDownCast", "D_vtkContext3D_SafeDownCast")); mixin(bindCode("vtkContext3D_NewInstance", "D_vtkContext3D_NewInstance")); mixin(bindCode("vtkContext3D_New", "D_vtkContext3D_New")); mixin(bindCode("vtkContext3D_Begin", "D_vtkContext3D_Begin")); mixin(bindCode("vtkContext3D_GetDevice", "D_vtkContext3D_GetDevice")); mixin(bindCode("vtkContext3D_End", "D_vtkContext3D_End")); mixin(bindCode("vtkContext3D_DrawLine", "D_vtkContext3D_DrawLine")); mixin(bindCode("vtkContext3D_DrawPoly", "D_vtkContext3D_DrawPoly")); mixin(bindCode("vtkContext3D_DrawPoint", "D_vtkContext3D_DrawPoint")); mixin(bindCode("vtkContext3D_DrawPoints__SWIG_0", "D_vtkContext3D_DrawPoints__SWIG_0")); mixin(bindCode("vtkContext3D_DrawPoints__SWIG_1", "D_vtkContext3D_DrawPoints__SWIG_1")); mixin(bindCode("vtkContext3D_DrawTriangleMesh", "D_vtkContext3D_DrawTriangleMesh")); mixin(bindCode("vtkContext3D_ApplyPen", "D_vtkContext3D_ApplyPen")); mixin(bindCode("vtkContext3D_ApplyBrush", "D_vtkContext3D_ApplyBrush")); mixin(bindCode("vtkContext3D_SetTransform", "D_vtkContext3D_SetTransform")); mixin(bindCode("vtkContext3D_GetTransform", "D_vtkContext3D_GetTransform")); mixin(bindCode("vtkContext3D_AppendTransform", "D_vtkContext3D_AppendTransform")); mixin(bindCode("vtkContext3D_PushMatrix", "D_vtkContext3D_PushMatrix")); mixin(bindCode("vtkContext3D_PopMatrix", "D_vtkContext3D_PopMatrix")); mixin(bindCode("vtkContext3D_EnableClippingPlane", "D_vtkContext3D_EnableClippingPlane")); mixin(bindCode("vtkContext3D_DisableClippingPlane", "D_vtkContext3D_DisableClippingPlane")); mixin(bindCode("vtkContext3D_Upcast", "D_vtkContext3D_Upcast")); mixin(bindCode("vtkRTAnalyticSource_New", "D_vtkRTAnalyticSource_New")); mixin(bindCode("vtkRTAnalyticSource_IsTypeOf", "D_vtkRTAnalyticSource_IsTypeOf")); mixin(bindCode("vtkRTAnalyticSource_SafeDownCast", "D_vtkRTAnalyticSource_SafeDownCast")); mixin(bindCode("vtkRTAnalyticSource_NewInstance", "D_vtkRTAnalyticSource_NewInstance")); mixin(bindCode("vtkRTAnalyticSource_SetWholeExtent", "D_vtkRTAnalyticSource_SetWholeExtent")); mixin(bindCode("vtkRTAnalyticSource_GetWholeExtent__SWIG_0", "D_vtkRTAnalyticSource_GetWholeExtent__SWIG_0")); mixin(bindCode("vtkRTAnalyticSource_GetWholeExtent__SWIG_1", "D_vtkRTAnalyticSource_GetWholeExtent__SWIG_1")); mixin(bindCode("vtkRTAnalyticSource_GetWholeExtent__SWIG_2", "D_vtkRTAnalyticSource_GetWholeExtent__SWIG_2")); mixin(bindCode("vtkRTAnalyticSource_SetCenter__SWIG_0", "D_vtkRTAnalyticSource_SetCenter__SWIG_0")); mixin(bindCode("vtkRTAnalyticSource_SetCenter__SWIG_1", "D_vtkRTAnalyticSource_SetCenter__SWIG_1")); mixin(bindCode("vtkRTAnalyticSource_GetCenter__SWIG_0", "D_vtkRTAnalyticSource_GetCenter__SWIG_0")); mixin(bindCode("vtkRTAnalyticSource_GetCenter__SWIG_1", "D_vtkRTAnalyticSource_GetCenter__SWIG_1")); mixin(bindCode("vtkRTAnalyticSource_GetCenter__SWIG_2", "D_vtkRTAnalyticSource_GetCenter__SWIG_2")); mixin(bindCode("vtkRTAnalyticSource_SetMaximum", "D_vtkRTAnalyticSource_SetMaximum")); mixin(bindCode("vtkRTAnalyticSource_GetMaximum", "D_vtkRTAnalyticSource_GetMaximum")); mixin(bindCode("vtkRTAnalyticSource_SetStandardDeviation", "D_vtkRTAnalyticSource_SetStandardDeviation")); mixin(bindCode("vtkRTAnalyticSource_GetStandardDeviation", "D_vtkRTAnalyticSource_GetStandardDeviation")); mixin(bindCode("vtkRTAnalyticSource_SetXFreq", "D_vtkRTAnalyticSource_SetXFreq")); mixin(bindCode("vtkRTAnalyticSource_GetXFreq", "D_vtkRTAnalyticSource_GetXFreq")); mixin(bindCode("vtkRTAnalyticSource_SetYFreq", "D_vtkRTAnalyticSource_SetYFreq")); mixin(bindCode("vtkRTAnalyticSource_GetYFreq", "D_vtkRTAnalyticSource_GetYFreq")); mixin(bindCode("vtkRTAnalyticSource_SetZFreq", "D_vtkRTAnalyticSource_SetZFreq")); mixin(bindCode("vtkRTAnalyticSource_GetZFreq", "D_vtkRTAnalyticSource_GetZFreq")); mixin(bindCode("vtkRTAnalyticSource_SetXMag", "D_vtkRTAnalyticSource_SetXMag")); mixin(bindCode("vtkRTAnalyticSource_GetXMag", "D_vtkRTAnalyticSource_GetXMag")); mixin(bindCode("vtkRTAnalyticSource_SetYMag", "D_vtkRTAnalyticSource_SetYMag")); mixin(bindCode("vtkRTAnalyticSource_GetYMag", "D_vtkRTAnalyticSource_GetYMag")); mixin(bindCode("vtkRTAnalyticSource_SetZMag", "D_vtkRTAnalyticSource_SetZMag")); mixin(bindCode("vtkRTAnalyticSource_GetZMag", "D_vtkRTAnalyticSource_GetZMag")); mixin(bindCode("vtkRTAnalyticSource_SetSubsampleRate", "D_vtkRTAnalyticSource_SetSubsampleRate")); mixin(bindCode("vtkRTAnalyticSource_GetSubsampleRate", "D_vtkRTAnalyticSource_GetSubsampleRate")); mixin(bindCode("vtkRTAnalyticSource_Upcast", "D_vtkRTAnalyticSource_Upcast")); mixin(bindCode("vtkImporter_IsTypeOf", "D_vtkImporter_IsTypeOf")); mixin(bindCode("vtkImporter_SafeDownCast", "D_vtkImporter_SafeDownCast")); mixin(bindCode("vtkImporter_NewInstance", "D_vtkImporter_NewInstance")); mixin(bindCode("vtkImporter_GetRenderer", "D_vtkImporter_GetRenderer")); mixin(bindCode("vtkImporter_SetRenderWindow", "D_vtkImporter_SetRenderWindow")); mixin(bindCode("vtkImporter_GetRenderWindow", "D_vtkImporter_GetRenderWindow")); mixin(bindCode("vtkImporter_Read", "D_vtkImporter_Read")); mixin(bindCode("vtkImporter_Update", "D_vtkImporter_Update")); mixin(bindCode("vtkImporter_Upcast", "D_vtkImporter_Upcast")); mixin(bindCode("vtkVRMLImporter_New", "D_vtkVRMLImporter_New")); mixin(bindCode("vtkVRMLImporter_IsTypeOf", "D_vtkVRMLImporter_IsTypeOf")); mixin(bindCode("vtkVRMLImporter_SafeDownCast", "D_vtkVRMLImporter_SafeDownCast")); mixin(bindCode("vtkVRMLImporter_NewInstance", "D_vtkVRMLImporter_NewInstance")); mixin(bindCode("vtkVRMLImporter_GetVRMLDEFObject", "D_vtkVRMLImporter_GetVRMLDEFObject")); mixin(bindCode("vtkVRMLImporter_enterNode", "D_vtkVRMLImporter_enterNode")); mixin(bindCode("vtkVRMLImporter_exitNode", "D_vtkVRMLImporter_exitNode")); mixin(bindCode("vtkVRMLImporter_enterField", "D_vtkVRMLImporter_enterField")); mixin(bindCode("vtkVRMLImporter_exitField", "D_vtkVRMLImporter_exitField")); mixin(bindCode("vtkVRMLImporter_useNode", "D_vtkVRMLImporter_useNode")); mixin(bindCode("vtkVRMLImporter_SetFileName", "D_vtkVRMLImporter_SetFileName")); mixin(bindCode("vtkVRMLImporter_GetFileName", "D_vtkVRMLImporter_GetFileName")); mixin(bindCode("vtkVRMLImporter_GetFileFD", "D_vtkVRMLImporter_GetFileFD")); mixin(bindCode("vtkVRMLImporter_Upcast", "D_vtkVRMLImporter_Upcast")); mixin(bindCode("vtkStringToNumeric_New", "D_vtkStringToNumeric_New")); mixin(bindCode("vtkStringToNumeric_IsTypeOf", "D_vtkStringToNumeric_IsTypeOf")); mixin(bindCode("vtkStringToNumeric_SafeDownCast", "D_vtkStringToNumeric_SafeDownCast")); mixin(bindCode("vtkStringToNumeric_NewInstance", "D_vtkStringToNumeric_NewInstance")); mixin(bindCode("vtkStringToNumeric_SetForceDouble", "D_vtkStringToNumeric_SetForceDouble")); mixin(bindCode("vtkStringToNumeric_GetForceDouble", "D_vtkStringToNumeric_GetForceDouble")); mixin(bindCode("vtkStringToNumeric_ForceDoubleOn", "D_vtkStringToNumeric_ForceDoubleOn")); mixin(bindCode("vtkStringToNumeric_ForceDoubleOff", "D_vtkStringToNumeric_ForceDoubleOff")); mixin(bindCode("vtkStringToNumeric_SetDefaultIntegerValue", "D_vtkStringToNumeric_SetDefaultIntegerValue")); mixin(bindCode("vtkStringToNumeric_GetDefaultIntegerValue", "D_vtkStringToNumeric_GetDefaultIntegerValue")); mixin(bindCode("vtkStringToNumeric_SetDefaultDoubleValue", "D_vtkStringToNumeric_SetDefaultDoubleValue")); mixin(bindCode("vtkStringToNumeric_GetDefaultDoubleValue", "D_vtkStringToNumeric_GetDefaultDoubleValue")); mixin(bindCode("vtkStringToNumeric_SetTrimWhitespacePriorToNumericConversion", "D_vtkStringToNumeric_SetTrimWhitespacePriorToNumericConversion")); mixin(bindCode("vtkStringToNumeric_GetTrimWhitespacePriorToNumericConversion", "D_vtkStringToNumeric_GetTrimWhitespacePriorToNumericConversion")); mixin(bindCode("vtkStringToNumeric_TrimWhitespacePriorToNumericConversionOn", "D_vtkStringToNumeric_TrimWhitespacePriorToNumericConversionOn")); mixin(bindCode("vtkStringToNumeric_TrimWhitespacePriorToNumericConversionOff", "D_vtkStringToNumeric_TrimWhitespacePriorToNumericConversionOff")); mixin(bindCode("vtkStringToNumeric_SetConvertFieldData", "D_vtkStringToNumeric_SetConvertFieldData")); mixin(bindCode("vtkStringToNumeric_GetConvertFieldData", "D_vtkStringToNumeric_GetConvertFieldData")); mixin(bindCode("vtkStringToNumeric_ConvertFieldDataOn", "D_vtkStringToNumeric_ConvertFieldDataOn")); mixin(bindCode("vtkStringToNumeric_ConvertFieldDataOff", "D_vtkStringToNumeric_ConvertFieldDataOff")); mixin(bindCode("vtkStringToNumeric_SetConvertPointData", "D_vtkStringToNumeric_SetConvertPointData")); mixin(bindCode("vtkStringToNumeric_GetConvertPointData", "D_vtkStringToNumeric_GetConvertPointData")); mixin(bindCode("vtkStringToNumeric_ConvertPointDataOn", "D_vtkStringToNumeric_ConvertPointDataOn")); mixin(bindCode("vtkStringToNumeric_ConvertPointDataOff", "D_vtkStringToNumeric_ConvertPointDataOff")); mixin(bindCode("vtkStringToNumeric_SetConvertCellData", "D_vtkStringToNumeric_SetConvertCellData")); mixin(bindCode("vtkStringToNumeric_GetConvertCellData", "D_vtkStringToNumeric_GetConvertCellData")); mixin(bindCode("vtkStringToNumeric_ConvertCellDataOn", "D_vtkStringToNumeric_ConvertCellDataOn")); mixin(bindCode("vtkStringToNumeric_ConvertCellDataOff", "D_vtkStringToNumeric_ConvertCellDataOff")); mixin(bindCode("vtkStringToNumeric_SetConvertVertexData", "D_vtkStringToNumeric_SetConvertVertexData")); mixin(bindCode("vtkStringToNumeric_GetConvertVertexData", "D_vtkStringToNumeric_GetConvertVertexData")); mixin(bindCode("vtkStringToNumeric_ConvertVertexDataOn", "D_vtkStringToNumeric_ConvertVertexDataOn")); mixin(bindCode("vtkStringToNumeric_ConvertVertexDataOff", "D_vtkStringToNumeric_ConvertVertexDataOff")); mixin(bindCode("vtkStringToNumeric_SetConvertEdgeData", "D_vtkStringToNumeric_SetConvertEdgeData")); mixin(bindCode("vtkStringToNumeric_GetConvertEdgeData", "D_vtkStringToNumeric_GetConvertEdgeData")); mixin(bindCode("vtkStringToNumeric_ConvertEdgeDataOn", "D_vtkStringToNumeric_ConvertEdgeDataOn")); mixin(bindCode("vtkStringToNumeric_ConvertEdgeDataOff", "D_vtkStringToNumeric_ConvertEdgeDataOff")); mixin(bindCode("vtkStringToNumeric_SetConvertRowData", "D_vtkStringToNumeric_SetConvertRowData")); mixin(bindCode("vtkStringToNumeric_GetConvertRowData", "D_vtkStringToNumeric_GetConvertRowData")); mixin(bindCode("vtkStringToNumeric_ConvertRowDataOn", "D_vtkStringToNumeric_ConvertRowDataOn")); mixin(bindCode("vtkStringToNumeric_ConvertRowDataOff", "D_vtkStringToNumeric_ConvertRowDataOff")); mixin(bindCode("vtkStringToNumeric_Upcast", "D_vtkStringToNumeric_Upcast")); mixin(bindCode("vtkHandleWidget_New", "D_vtkHandleWidget_New")); mixin(bindCode("vtkHandleWidget_IsTypeOf", "D_vtkHandleWidget_IsTypeOf")); mixin(bindCode("vtkHandleWidget_SafeDownCast", "D_vtkHandleWidget_SafeDownCast")); mixin(bindCode("vtkHandleWidget_NewInstance", "D_vtkHandleWidget_NewInstance")); mixin(bindCode("vtkHandleWidget_SetRepresentation", "D_vtkHandleWidget_SetRepresentation")); mixin(bindCode("vtkHandleWidget_GetHandleRepresentation", "D_vtkHandleWidget_GetHandleRepresentation")); mixin(bindCode("vtkHandleWidget_SetEnableAxisConstraint", "D_vtkHandleWidget_SetEnableAxisConstraint")); mixin(bindCode("vtkHandleWidget_GetEnableAxisConstraint", "D_vtkHandleWidget_GetEnableAxisConstraint")); mixin(bindCode("vtkHandleWidget_EnableAxisConstraintOn", "D_vtkHandleWidget_EnableAxisConstraintOn")); mixin(bindCode("vtkHandleWidget_EnableAxisConstraintOff", "D_vtkHandleWidget_EnableAxisConstraintOff")); mixin(bindCode("vtkHandleWidget_SetAllowHandleResize", "D_vtkHandleWidget_SetAllowHandleResize")); mixin(bindCode("vtkHandleWidget_GetAllowHandleResize", "D_vtkHandleWidget_GetAllowHandleResize")); mixin(bindCode("vtkHandleWidget_AllowHandleResizeOn", "D_vtkHandleWidget_AllowHandleResizeOn")); mixin(bindCode("vtkHandleWidget_AllowHandleResizeOff", "D_vtkHandleWidget_AllowHandleResizeOff")); mixin(bindCode("vtkHandleWidget_GetWidgetState", "D_vtkHandleWidget_GetWidgetState")); mixin(bindCode("vtkHandleWidget_Upcast", "D_vtkHandleWidget_Upcast")); mixin(bindCode("vtkRenderPass_IsTypeOf", "D_vtkRenderPass_IsTypeOf")); mixin(bindCode("vtkRenderPass_SafeDownCast", "D_vtkRenderPass_SafeDownCast")); mixin(bindCode("vtkRenderPass_NewInstance", "D_vtkRenderPass_NewInstance")); mixin(bindCode("vtkRenderPass_GetNumberOfRenderedProps", "D_vtkRenderPass_GetNumberOfRenderedProps")); mixin(bindCode("vtkRenderPass_ReleaseGraphicsResources", "D_vtkRenderPass_ReleaseGraphicsResources")); mixin(bindCode("vtkRenderPass_Upcast", "D_vtkRenderPass_Upcast")); mixin(bindCode("vtkShadowMapPass_New", "D_vtkShadowMapPass_New")); mixin(bindCode("vtkShadowMapPass_IsTypeOf", "D_vtkShadowMapPass_IsTypeOf")); mixin(bindCode("vtkShadowMapPass_SafeDownCast", "D_vtkShadowMapPass_SafeDownCast")); mixin(bindCode("vtkShadowMapPass_NewInstance", "D_vtkShadowMapPass_NewInstance")); mixin(bindCode("vtkShadowMapPass_GetShadowMapBakerPass", "D_vtkShadowMapPass_GetShadowMapBakerPass")); mixin(bindCode("vtkShadowMapPass_SetShadowMapBakerPass", "D_vtkShadowMapPass_SetShadowMapBakerPass")); mixin(bindCode("vtkShadowMapPass_GetOpaquePass", "D_vtkShadowMapPass_GetOpaquePass")); mixin(bindCode("vtkShadowMapPass_SetOpaquePass", "D_vtkShadowMapPass_SetOpaquePass")); mixin(bindCode("vtkShadowMapPass_Upcast", "D_vtkShadowMapPass_Upcast")); mixin(bindCode("vtkGenericSubdivisionErrorMetric_IsTypeOf", "D_vtkGenericSubdivisionErrorMetric_IsTypeOf")); mixin(bindCode("vtkGenericSubdivisionErrorMetric_SafeDownCast", "D_vtkGenericSubdivisionErrorMetric_SafeDownCast")); mixin(bindCode("vtkGenericSubdivisionErrorMetric_NewInstance", "D_vtkGenericSubdivisionErrorMetric_NewInstance")); mixin(bindCode("vtkGenericSubdivisionErrorMetric_RequiresEdgeSubdivision", "D_vtkGenericSubdivisionErrorMetric_RequiresEdgeSubdivision")); mixin(bindCode("vtkGenericSubdivisionErrorMetric_GetError", "D_vtkGenericSubdivisionErrorMetric_GetError")); mixin(bindCode("vtkGenericSubdivisionErrorMetric_SetGenericCell", "D_vtkGenericSubdivisionErrorMetric_SetGenericCell")); mixin(bindCode("vtkGenericSubdivisionErrorMetric_GetGenericCell", "D_vtkGenericSubdivisionErrorMetric_GetGenericCell")); mixin(bindCode("vtkGenericSubdivisionErrorMetric_SetDataSet", "D_vtkGenericSubdivisionErrorMetric_SetDataSet")); mixin(bindCode("vtkGenericSubdivisionErrorMetric_GetDataSet", "D_vtkGenericSubdivisionErrorMetric_GetDataSet")); mixin(bindCode("vtkGenericSubdivisionErrorMetric_Upcast", "D_vtkGenericSubdivisionErrorMetric_Upcast")); mixin(bindCode("vtkAttributesErrorMetric_New", "D_vtkAttributesErrorMetric_New")); mixin(bindCode("vtkAttributesErrorMetric_IsTypeOf", "D_vtkAttributesErrorMetric_IsTypeOf")); mixin(bindCode("vtkAttributesErrorMetric_SafeDownCast", "D_vtkAttributesErrorMetric_SafeDownCast")); mixin(bindCode("vtkAttributesErrorMetric_NewInstance", "D_vtkAttributesErrorMetric_NewInstance")); mixin(bindCode("vtkAttributesErrorMetric_GetAbsoluteAttributeTolerance", "D_vtkAttributesErrorMetric_GetAbsoluteAttributeTolerance")); mixin(bindCode("vtkAttributesErrorMetric_SetAbsoluteAttributeTolerance", "D_vtkAttributesErrorMetric_SetAbsoluteAttributeTolerance")); mixin(bindCode("vtkAttributesErrorMetric_GetAttributeTolerance", "D_vtkAttributesErrorMetric_GetAttributeTolerance")); mixin(bindCode("vtkAttributesErrorMetric_SetAttributeTolerance", "D_vtkAttributesErrorMetric_SetAttributeTolerance")); mixin(bindCode("vtkAttributesErrorMetric_Upcast", "D_vtkAttributesErrorMetric_Upcast")); mixin(bindCode("VTKIS_START_get", "D_VTKIS_START_get")); mixin(bindCode("VTKIS_NONE_get", "D_VTKIS_NONE_get")); mixin(bindCode("VTKIS_ROTATE_get", "D_VTKIS_ROTATE_get")); mixin(bindCode("VTKIS_PAN_get", "D_VTKIS_PAN_get")); mixin(bindCode("VTKIS_SPIN_get", "D_VTKIS_SPIN_get")); mixin(bindCode("VTKIS_DOLLY_get", "D_VTKIS_DOLLY_get")); mixin(bindCode("VTKIS_ZOOM_get", "D_VTKIS_ZOOM_get")); mixin(bindCode("VTKIS_USCALE_get", "D_VTKIS_USCALE_get")); mixin(bindCode("VTKIS_TIMER_get", "D_VTKIS_TIMER_get")); mixin(bindCode("VTKIS_FORWARDFLY_get", "D_VTKIS_FORWARDFLY_get")); mixin(bindCode("VTKIS_REVERSEFLY_get", "D_VTKIS_REVERSEFLY_get")); mixin(bindCode("VTKIS_ANIM_OFF_get", "D_VTKIS_ANIM_OFF_get")); mixin(bindCode("VTKIS_ANIM_ON_get", "D_VTKIS_ANIM_ON_get")); mixin(bindCode("vtkInteractorStyle_New", "D_vtkInteractorStyle_New")); mixin(bindCode("vtkInteractorStyle_IsTypeOf", "D_vtkInteractorStyle_IsTypeOf")); mixin(bindCode("vtkInteractorStyle_SafeDownCast", "D_vtkInteractorStyle_SafeDownCast")); mixin(bindCode("vtkInteractorStyle_NewInstance", "D_vtkInteractorStyle_NewInstance")); mixin(bindCode("vtkInteractorStyle_SetAutoAdjustCameraClippingRange", "D_vtkInteractorStyle_SetAutoAdjustCameraClippingRange")); mixin(bindCode("vtkInteractorStyle_GetAutoAdjustCameraClippingRangeMinValue", "D_vtkInteractorStyle_GetAutoAdjustCameraClippingRangeMinValue")); mixin(bindCode("vtkInteractorStyle_GetAutoAdjustCameraClippingRangeMaxValue", "D_vtkInteractorStyle_GetAutoAdjustCameraClippingRangeMaxValue")); mixin(bindCode("vtkInteractorStyle_GetAutoAdjustCameraClippingRange", "D_vtkInteractorStyle_GetAutoAdjustCameraClippingRange")); mixin(bindCode("vtkInteractorStyle_AutoAdjustCameraClippingRangeOn", "D_vtkInteractorStyle_AutoAdjustCameraClippingRangeOn")); mixin(bindCode("vtkInteractorStyle_AutoAdjustCameraClippingRangeOff", "D_vtkInteractorStyle_AutoAdjustCameraClippingRangeOff")); mixin(bindCode("vtkInteractorStyle_FindPokedRenderer", "D_vtkInteractorStyle_FindPokedRenderer")); mixin(bindCode("vtkInteractorStyle_GetState", "D_vtkInteractorStyle_GetState")); mixin(bindCode("vtkInteractorStyle_GetUseTimers", "D_vtkInteractorStyle_GetUseTimers")); mixin(bindCode("vtkInteractorStyle_SetUseTimers", "D_vtkInteractorStyle_SetUseTimers")); mixin(bindCode("vtkInteractorStyle_UseTimersOn", "D_vtkInteractorStyle_UseTimersOn")); mixin(bindCode("vtkInteractorStyle_UseTimersOff", "D_vtkInteractorStyle_UseTimersOff")); mixin(bindCode("vtkInteractorStyle_SetTimerDuration", "D_vtkInteractorStyle_SetTimerDuration")); mixin(bindCode("vtkInteractorStyle_GetTimerDurationMinValue", "D_vtkInteractorStyle_GetTimerDurationMinValue")); mixin(bindCode("vtkInteractorStyle_GetTimerDurationMaxValue", "D_vtkInteractorStyle_GetTimerDurationMaxValue")); mixin(bindCode("vtkInteractorStyle_GetTimerDuration", "D_vtkInteractorStyle_GetTimerDuration")); mixin(bindCode("vtkInteractorStyle_SetHandleObservers", "D_vtkInteractorStyle_SetHandleObservers")); mixin(bindCode("vtkInteractorStyle_GetHandleObservers", "D_vtkInteractorStyle_GetHandleObservers")); mixin(bindCode("vtkInteractorStyle_HandleObserversOn", "D_vtkInteractorStyle_HandleObserversOn")); mixin(bindCode("vtkInteractorStyle_HandleObserversOff", "D_vtkInteractorStyle_HandleObserversOff")); mixin(bindCode("vtkInteractorStyle_OnMouseMove", "D_vtkInteractorStyle_OnMouseMove")); mixin(bindCode("vtkInteractorStyle_OnLeftButtonDown", "D_vtkInteractorStyle_OnLeftButtonDown")); mixin(bindCode("vtkInteractorStyle_OnLeftButtonUp", "D_vtkInteractorStyle_OnLeftButtonUp")); mixin(bindCode("vtkInteractorStyle_OnMiddleButtonDown", "D_vtkInteractorStyle_OnMiddleButtonDown")); mixin(bindCode("vtkInteractorStyle_OnMiddleButtonUp", "D_vtkInteractorStyle_OnMiddleButtonUp")); mixin(bindCode("vtkInteractorStyle_OnRightButtonDown", "D_vtkInteractorStyle_OnRightButtonDown")); mixin(bindCode("vtkInteractorStyle_OnRightButtonUp", "D_vtkInteractorStyle_OnRightButtonUp")); mixin(bindCode("vtkInteractorStyle_OnMouseWheelForward", "D_vtkInteractorStyle_OnMouseWheelForward")); mixin(bindCode("vtkInteractorStyle_OnMouseWheelBackward", "D_vtkInteractorStyle_OnMouseWheelBackward")); mixin(bindCode("vtkInteractorStyle_OnKeyDown", "D_vtkInteractorStyle_OnKeyDown")); mixin(bindCode("vtkInteractorStyle_OnKeyUp", "D_vtkInteractorStyle_OnKeyUp")); mixin(bindCode("vtkInteractorStyle_OnKeyPress", "D_vtkInteractorStyle_OnKeyPress")); mixin(bindCode("vtkInteractorStyle_OnKeyRelease", "D_vtkInteractorStyle_OnKeyRelease")); mixin(bindCode("vtkInteractorStyle_OnExpose", "D_vtkInteractorStyle_OnExpose")); mixin(bindCode("vtkInteractorStyle_OnConfigure", "D_vtkInteractorStyle_OnConfigure")); mixin(bindCode("vtkInteractorStyle_OnEnter", "D_vtkInteractorStyle_OnEnter")); mixin(bindCode("vtkInteractorStyle_OnLeave", "D_vtkInteractorStyle_OnLeave")); mixin(bindCode("vtkInteractorStyle_OnTimer", "D_vtkInteractorStyle_OnTimer")); mixin(bindCode("vtkInteractorStyle_Rotate", "D_vtkInteractorStyle_Rotate")); mixin(bindCode("vtkInteractorStyle_Spin", "D_vtkInteractorStyle_Spin")); mixin(bindCode("vtkInteractorStyle_Pan", "D_vtkInteractorStyle_Pan")); mixin(bindCode("vtkInteractorStyle_Dolly", "D_vtkInteractorStyle_Dolly")); mixin(bindCode("vtkInteractorStyle_Zoom", "D_vtkInteractorStyle_Zoom")); mixin(bindCode("vtkInteractorStyle_UniformScale", "D_vtkInteractorStyle_UniformScale")); mixin(bindCode("vtkInteractorStyle_StartState", "D_vtkInteractorStyle_StartState")); mixin(bindCode("vtkInteractorStyle_StopState", "D_vtkInteractorStyle_StopState")); mixin(bindCode("vtkInteractorStyle_StartAnimate", "D_vtkInteractorStyle_StartAnimate")); mixin(bindCode("vtkInteractorStyle_StopAnimate", "D_vtkInteractorStyle_StopAnimate")); mixin(bindCode("vtkInteractorStyle_StartRotate", "D_vtkInteractorStyle_StartRotate")); mixin(bindCode("vtkInteractorStyle_EndRotate", "D_vtkInteractorStyle_EndRotate")); mixin(bindCode("vtkInteractorStyle_StartZoom", "D_vtkInteractorStyle_StartZoom")); mixin(bindCode("vtkInteractorStyle_EndZoom", "D_vtkInteractorStyle_EndZoom")); mixin(bindCode("vtkInteractorStyle_StartPan", "D_vtkInteractorStyle_StartPan")); mixin(bindCode("vtkInteractorStyle_EndPan", "D_vtkInteractorStyle_EndPan")); mixin(bindCode("vtkInteractorStyle_StartSpin", "D_vtkInteractorStyle_StartSpin")); mixin(bindCode("vtkInteractorStyle_EndSpin", "D_vtkInteractorStyle_EndSpin")); mixin(bindCode("vtkInteractorStyle_StartDolly", "D_vtkInteractorStyle_StartDolly")); mixin(bindCode("vtkInteractorStyle_EndDolly", "D_vtkInteractorStyle_EndDolly")); mixin(bindCode("vtkInteractorStyle_StartUniformScale", "D_vtkInteractorStyle_StartUniformScale")); mixin(bindCode("vtkInteractorStyle_EndUniformScale", "D_vtkInteractorStyle_EndUniformScale")); mixin(bindCode("vtkInteractorStyle_StartTimer", "D_vtkInteractorStyle_StartTimer")); mixin(bindCode("vtkInteractorStyle_EndTimer", "D_vtkInteractorStyle_EndTimer")); mixin(bindCode("vtkInteractorStyle_HighlightProp", "D_vtkInteractorStyle_HighlightProp")); mixin(bindCode("vtkInteractorStyle_HighlightActor2D", "D_vtkInteractorStyle_HighlightActor2D")); mixin(bindCode("vtkInteractorStyle_HighlightProp3D", "D_vtkInteractorStyle_HighlightProp3D")); mixin(bindCode("vtkInteractorStyle_SetPickColor__SWIG_0", "D_vtkInteractorStyle_SetPickColor__SWIG_0")); mixin(bindCode("vtkInteractorStyle_SetPickColor__SWIG_1", "D_vtkInteractorStyle_SetPickColor__SWIG_1")); mixin(bindCode("vtkInteractorStyle_GetPickColor__SWIG_0", "D_vtkInteractorStyle_GetPickColor__SWIG_0")); mixin(bindCode("vtkInteractorStyle_GetPickColor__SWIG_1", "D_vtkInteractorStyle_GetPickColor__SWIG_1")); mixin(bindCode("vtkInteractorStyle_SetMouseWheelMotionFactor", "D_vtkInteractorStyle_SetMouseWheelMotionFactor")); mixin(bindCode("vtkInteractorStyle_GetMouseWheelMotionFactor", "D_vtkInteractorStyle_GetMouseWheelMotionFactor")); mixin(bindCode("vtkInteractorStyle_GetTDxStyle", "D_vtkInteractorStyle_GetTDxStyle")); mixin(bindCode("vtkInteractorStyle_SetTDxStyle", "D_vtkInteractorStyle_SetTDxStyle")); mixin(bindCode("vtkInteractorStyle_DelegateTDxEvent", "D_vtkInteractorStyle_DelegateTDxEvent")); mixin(bindCode("vtkInteractorStyle_Upcast", "D_vtkInteractorStyle_Upcast")); mixin(bindCode("vtkInteractorStyleJoystickCamera_New", "D_vtkInteractorStyleJoystickCamera_New")); mixin(bindCode("vtkInteractorStyleJoystickCamera_IsTypeOf", "D_vtkInteractorStyleJoystickCamera_IsTypeOf")); mixin(bindCode("vtkInteractorStyleJoystickCamera_SafeDownCast", "D_vtkInteractorStyleJoystickCamera_SafeDownCast")); mixin(bindCode("vtkInteractorStyleJoystickCamera_NewInstance", "D_vtkInteractorStyleJoystickCamera_NewInstance")); mixin(bindCode("vtkInteractorStyleJoystickCamera_Upcast", "D_vtkInteractorStyleJoystickCamera_Upcast")); mixin(bindCode("vtkArrayWriter_New", "D_vtkArrayWriter_New")); mixin(bindCode("vtkArrayWriter_IsTypeOf", "D_vtkArrayWriter_IsTypeOf")); mixin(bindCode("vtkArrayWriter_SafeDownCast", "D_vtkArrayWriter_SafeDownCast")); mixin(bindCode("vtkArrayWriter_NewInstance", "D_vtkArrayWriter_NewInstance")); mixin(bindCode("vtkArrayWriter_SetFileName", "D_vtkArrayWriter_SetFileName")); mixin(bindCode("vtkArrayWriter_GetFileName", "D_vtkArrayWriter_GetFileName")); mixin(bindCode("vtkArrayWriter_SetBinary", "D_vtkArrayWriter_SetBinary")); mixin(bindCode("vtkArrayWriter_GetBinary", "D_vtkArrayWriter_GetBinary")); mixin(bindCode("vtkArrayWriter_BinaryOn", "D_vtkArrayWriter_BinaryOn")); mixin(bindCode("vtkArrayWriter_BinaryOff", "D_vtkArrayWriter_BinaryOff")); mixin(bindCode("vtkArrayWriter_GetOutputString", "D_vtkArrayWriter_GetOutputString")); mixin(bindCode("vtkArrayWriter_SetWriteToOutputString", "D_vtkArrayWriter_SetWriteToOutputString")); mixin(bindCode("vtkArrayWriter_GetWriteToOutputString", "D_vtkArrayWriter_GetWriteToOutputString")); mixin(bindCode("vtkArrayWriter_WriteToOutputStringOn", "D_vtkArrayWriter_WriteToOutputStringOn")); mixin(bindCode("vtkArrayWriter_WriteToOutputStringOff", "D_vtkArrayWriter_WriteToOutputStringOff")); mixin(bindCode("vtkArrayWriter_Write__SWIG_0", "D_vtkArrayWriter_Write__SWIG_0")); mixin(bindCode("vtkArrayWriter_Write__SWIG_1", "D_vtkArrayWriter_Write__SWIG_1")); mixin(bindCode("vtkArrayWriter_Write__SWIG_2", "D_vtkArrayWriter_Write__SWIG_2")); mixin(bindCode("vtkArrayWriter_Write__SWIG_3", "D_vtkArrayWriter_Write__SWIG_3")); mixin(bindCode("vtkArrayWriter_Write__SWIG_4", "D_vtkArrayWriter_Write__SWIG_4")); mixin(bindCode("vtkArrayWriter_Write__SWIG_5", "D_vtkArrayWriter_Write__SWIG_5")); mixin(bindCode("vtkArrayWriter_Write__SWIG_6", "D_vtkArrayWriter_Write__SWIG_6")); mixin(bindCode("vtkArrayWriter_Write__SWIG_7", "D_vtkArrayWriter_Write__SWIG_7")); mixin(bindCode("vtkArrayWriter_Upcast", "D_vtkArrayWriter_Upcast")); mixin(bindCode("VTK_IMAGE_BORDER_CLAMP_get", "D_VTK_IMAGE_BORDER_CLAMP_get")); mixin(bindCode("VTK_IMAGE_BORDER_REPEAT_get", "D_VTK_IMAGE_BORDER_REPEAT_get")); mixin(bindCode("VTK_IMAGE_BORDER_MIRROR_get", "D_VTK_IMAGE_BORDER_MIRROR_get")); mixin(bindCode("vtkAbstractImageInterpolator_IsTypeOf", "D_vtkAbstractImageInterpolator_IsTypeOf")); mixin(bindCode("vtkAbstractImageInterpolator_SafeDownCast", "D_vtkAbstractImageInterpolator_SafeDownCast")); mixin(bindCode("vtkAbstractImageInterpolator_NewInstance", "D_vtkAbstractImageInterpolator_NewInstance")); mixin(bindCode("vtkAbstractImageInterpolator_Initialize", "D_vtkAbstractImageInterpolator_Initialize")); mixin(bindCode("vtkAbstractImageInterpolator_ReleaseData", "D_vtkAbstractImageInterpolator_ReleaseData")); mixin(bindCode("vtkAbstractImageInterpolator_DeepCopy", "D_vtkAbstractImageInterpolator_DeepCopy")); mixin(bindCode("vtkAbstractImageInterpolator_Update", "D_vtkAbstractImageInterpolator_Update")); mixin(bindCode("vtkAbstractImageInterpolator_Interpolate__SWIG_0", "D_vtkAbstractImageInterpolator_Interpolate__SWIG_0")); mixin(bindCode("vtkAbstractImageInterpolator_Interpolate__SWIG_1", "D_vtkAbstractImageInterpolator_Interpolate__SWIG_1")); mixin(bindCode("vtkAbstractImageInterpolator_SetOutValue", "D_vtkAbstractImageInterpolator_SetOutValue")); mixin(bindCode("vtkAbstractImageInterpolator_GetOutValue", "D_vtkAbstractImageInterpolator_GetOutValue")); mixin(bindCode("vtkAbstractImageInterpolator_SetTolerance", "D_vtkAbstractImageInterpolator_SetTolerance")); mixin(bindCode("vtkAbstractImageInterpolator_GetTolerance", "D_vtkAbstractImageInterpolator_GetTolerance")); mixin(bindCode("vtkAbstractImageInterpolator_SetComponentOffset", "D_vtkAbstractImageInterpolator_SetComponentOffset")); mixin(bindCode("vtkAbstractImageInterpolator_GetComponentOffset", "D_vtkAbstractImageInterpolator_GetComponentOffset")); mixin(bindCode("vtkAbstractImageInterpolator_SetComponentCount", "D_vtkAbstractImageInterpolator_SetComponentCount")); mixin(bindCode("vtkAbstractImageInterpolator_GetComponentCount", "D_vtkAbstractImageInterpolator_GetComponentCount")); mixin(bindCode("vtkAbstractImageInterpolator_ComputeNumberOfComponents", "D_vtkAbstractImageInterpolator_ComputeNumberOfComponents")); mixin(bindCode("vtkAbstractImageInterpolator_GetNumberOfComponents", "D_vtkAbstractImageInterpolator_GetNumberOfComponents")); mixin(bindCode("vtkAbstractImageInterpolator_InterpolateIJK__SWIG_0", "D_vtkAbstractImageInterpolator_InterpolateIJK__SWIG_0")); mixin(bindCode("vtkAbstractImageInterpolator_InterpolateIJK__SWIG_1", "D_vtkAbstractImageInterpolator_InterpolateIJK__SWIG_1")); mixin(bindCode("vtkAbstractImageInterpolator_CheckBoundsIJK__SWIG_0", "D_vtkAbstractImageInterpolator_CheckBoundsIJK__SWIG_0")); mixin(bindCode("vtkAbstractImageInterpolator_CheckBoundsIJK__SWIG_1", "D_vtkAbstractImageInterpolator_CheckBoundsIJK__SWIG_1")); mixin(bindCode("vtkAbstractImageInterpolator_SetBorderMode", "D_vtkAbstractImageInterpolator_SetBorderMode")); mixin(bindCode("vtkAbstractImageInterpolator_SetBorderModeToClamp", "D_vtkAbstractImageInterpolator_SetBorderModeToClamp")); mixin(bindCode("vtkAbstractImageInterpolator_SetBorderModeToRepeat", "D_vtkAbstractImageInterpolator_SetBorderModeToRepeat")); mixin(bindCode("vtkAbstractImageInterpolator_SetBorderModeToMirror", "D_vtkAbstractImageInterpolator_SetBorderModeToMirror")); mixin(bindCode("vtkAbstractImageInterpolator_GetBorderMode", "D_vtkAbstractImageInterpolator_GetBorderMode")); mixin(bindCode("vtkAbstractImageInterpolator_GetBorderModeAsString", "D_vtkAbstractImageInterpolator_GetBorderModeAsString")); mixin(bindCode("vtkAbstractImageInterpolator_ComputeSupportSize", "D_vtkAbstractImageInterpolator_ComputeSupportSize")); mixin(bindCode("vtkAbstractImageInterpolator_IsSeparable", "D_vtkAbstractImageInterpolator_IsSeparable")); mixin(bindCode("vtkAbstractImageInterpolator_PrecomputeWeightsForExtent__SWIG_0", "D_vtkAbstractImageInterpolator_PrecomputeWeightsForExtent__SWIG_0")); mixin(bindCode("vtkAbstractImageInterpolator_PrecomputeWeightsForExtent__SWIG_1", "D_vtkAbstractImageInterpolator_PrecomputeWeightsForExtent__SWIG_1")); mixin(bindCode("vtkAbstractImageInterpolator_FreePrecomputedWeights", "D_vtkAbstractImageInterpolator_FreePrecomputedWeights")); mixin(bindCode("vtkAbstractImageInterpolator_InterpolateRow__SWIG_0", "D_vtkAbstractImageInterpolator_InterpolateRow__SWIG_0")); mixin(bindCode("vtkAbstractImageInterpolator_InterpolateRow__SWIG_1", "D_vtkAbstractImageInterpolator_InterpolateRow__SWIG_1")); mixin(bindCode("vtkAbstractImageInterpolator_GetSpacing__SWIG_0", "D_vtkAbstractImageInterpolator_GetSpacing__SWIG_0")); mixin(bindCode("vtkAbstractImageInterpolator_GetSpacing__SWIG_1", "D_vtkAbstractImageInterpolator_GetSpacing__SWIG_1")); mixin(bindCode("vtkAbstractImageInterpolator_GetSpacing__SWIG_2", "D_vtkAbstractImageInterpolator_GetSpacing__SWIG_2")); mixin(bindCode("vtkAbstractImageInterpolator_GetOrigin__SWIG_0", "D_vtkAbstractImageInterpolator_GetOrigin__SWIG_0")); mixin(bindCode("vtkAbstractImageInterpolator_GetOrigin__SWIG_1", "D_vtkAbstractImageInterpolator_GetOrigin__SWIG_1")); mixin(bindCode("vtkAbstractImageInterpolator_GetOrigin__SWIG_2", "D_vtkAbstractImageInterpolator_GetOrigin__SWIG_2")); mixin(bindCode("vtkAbstractImageInterpolator_GetExtent__SWIG_0", "D_vtkAbstractImageInterpolator_GetExtent__SWIG_0")); mixin(bindCode("vtkAbstractImageInterpolator_GetExtent__SWIG_1", "D_vtkAbstractImageInterpolator_GetExtent__SWIG_1")); mixin(bindCode("vtkAbstractImageInterpolator_GetExtent__SWIG_2", "D_vtkAbstractImageInterpolator_GetExtent__SWIG_2")); mixin(bindCode("vtkAbstractImageInterpolator_GetWholeExtent__SWIG_0", "D_vtkAbstractImageInterpolator_GetWholeExtent__SWIG_0")); mixin(bindCode("vtkAbstractImageInterpolator_GetWholeExtent__SWIG_1", "D_vtkAbstractImageInterpolator_GetWholeExtent__SWIG_1")); mixin(bindCode("vtkAbstractImageInterpolator_GetWholeExtent__SWIG_2", "D_vtkAbstractImageInterpolator_GetWholeExtent__SWIG_2")); mixin(bindCode("vtkAbstractImageInterpolator_Upcast", "D_vtkAbstractImageInterpolator_Upcast")); mixin(bindCode("VTK_LANCZOS_WINDOW_get", "D_VTK_LANCZOS_WINDOW_get")); mixin(bindCode("VTK_KAISER_WINDOW_get", "D_VTK_KAISER_WINDOW_get")); mixin(bindCode("VTK_COSINE_WINDOW_get", "D_VTK_COSINE_WINDOW_get")); mixin(bindCode("VTK_HANN_WINDOW_get", "D_VTK_HANN_WINDOW_get")); mixin(bindCode("VTK_HAMMING_WINDOW_get", "D_VTK_HAMMING_WINDOW_get")); mixin(bindCode("VTK_BLACKMAN_WINDOW_get", "D_VTK_BLACKMAN_WINDOW_get")); mixin(bindCode("VTK_BLACKMAN_HARRIS3_get", "D_VTK_BLACKMAN_HARRIS3_get")); mixin(bindCode("VTK_BLACKMAN_HARRIS4_get", "D_VTK_BLACKMAN_HARRIS4_get")); mixin(bindCode("VTK_NUTTALL_WINDOW_get", "D_VTK_NUTTALL_WINDOW_get")); mixin(bindCode("VTK_BLACKMAN_NUTTALL3_get", "D_VTK_BLACKMAN_NUTTALL3_get")); mixin(bindCode("VTK_BLACKMAN_NUTTALL4_get", "D_VTK_BLACKMAN_NUTTALL4_get")); mixin(bindCode("VTK_SINC_KERNEL_SIZE_MAX_get", "D_VTK_SINC_KERNEL_SIZE_MAX_get")); mixin(bindCode("vtkImageSincInterpolator_New", "D_vtkImageSincInterpolator_New")); mixin(bindCode("vtkImageSincInterpolator_IsTypeOf", "D_vtkImageSincInterpolator_IsTypeOf")); mixin(bindCode("vtkImageSincInterpolator_SafeDownCast", "D_vtkImageSincInterpolator_SafeDownCast")); mixin(bindCode("vtkImageSincInterpolator_NewInstance", "D_vtkImageSincInterpolator_NewInstance")); mixin(bindCode("vtkImageSincInterpolator_SetWindowFunction", "D_vtkImageSincInterpolator_SetWindowFunction")); mixin(bindCode("vtkImageSincInterpolator_SetWindowFunctionToLanczos", "D_vtkImageSincInterpolator_SetWindowFunctionToLanczos")); mixin(bindCode("vtkImageSincInterpolator_SetWindowFunctionToKaiser", "D_vtkImageSincInterpolator_SetWindowFunctionToKaiser")); mixin(bindCode("vtkImageSincInterpolator_SetWindowFunctionToCosine", "D_vtkImageSincInterpolator_SetWindowFunctionToCosine")); mixin(bindCode("vtkImageSincInterpolator_SetWindowFunctionToHann", "D_vtkImageSincInterpolator_SetWindowFunctionToHann")); mixin(bindCode("vtkImageSincInterpolator_SetWindowFunctionToHamming", "D_vtkImageSincInterpolator_SetWindowFunctionToHamming")); mixin(bindCode("vtkImageSincInterpolator_SetWindowFunctionToBlackman", "D_vtkImageSincInterpolator_SetWindowFunctionToBlackman")); mixin(bindCode("vtkImageSincInterpolator_SetWindowFunctionToBlackmanHarris3", "D_vtkImageSincInterpolator_SetWindowFunctionToBlackmanHarris3")); mixin(bindCode("vtkImageSincInterpolator_SetWindowFunctionToBlackmanHarris4", "D_vtkImageSincInterpolator_SetWindowFunctionToBlackmanHarris4")); mixin(bindCode("vtkImageSincInterpolator_SetWindowFunctionToNuttall", "D_vtkImageSincInterpolator_SetWindowFunctionToNuttall")); mixin(bindCode("vtkImageSincInterpolator_SetWindowFunctionToBlackmanNuttall3", "D_vtkImageSincInterpolator_SetWindowFunctionToBlackmanNuttall3")); mixin(bindCode("vtkImageSincInterpolator_SetWindowFunctionToBlackmanNuttall4", "D_vtkImageSincInterpolator_SetWindowFunctionToBlackmanNuttall4")); mixin(bindCode("vtkImageSincInterpolator_GetWindowFunction", "D_vtkImageSincInterpolator_GetWindowFunction")); mixin(bindCode("vtkImageSincInterpolator_GetWindowFunctionAsString", "D_vtkImageSincInterpolator_GetWindowFunctionAsString")); mixin(bindCode("vtkImageSincInterpolator_SetWindowHalfWidth", "D_vtkImageSincInterpolator_SetWindowHalfWidth")); mixin(bindCode("vtkImageSincInterpolator_GetWindowHalfWidth", "D_vtkImageSincInterpolator_GetWindowHalfWidth")); mixin(bindCode("vtkImageSincInterpolator_SetUseWindowParameter", "D_vtkImageSincInterpolator_SetUseWindowParameter")); mixin(bindCode("vtkImageSincInterpolator_UseWindowParameterOn", "D_vtkImageSincInterpolator_UseWindowParameterOn")); mixin(bindCode("vtkImageSincInterpolator_UseWindowParameterOff", "D_vtkImageSincInterpolator_UseWindowParameterOff")); mixin(bindCode("vtkImageSincInterpolator_GetUseWindowParameter", "D_vtkImageSincInterpolator_GetUseWindowParameter")); mixin(bindCode("vtkImageSincInterpolator_SetWindowParameter", "D_vtkImageSincInterpolator_SetWindowParameter")); mixin(bindCode("vtkImageSincInterpolator_GetWindowParameter", "D_vtkImageSincInterpolator_GetWindowParameter")); mixin(bindCode("vtkImageSincInterpolator_SetBlurFactors__SWIG_0", "D_vtkImageSincInterpolator_SetBlurFactors__SWIG_0")); mixin(bindCode("vtkImageSincInterpolator_SetBlurFactors__SWIG_1", "D_vtkImageSincInterpolator_SetBlurFactors__SWIG_1")); mixin(bindCode("vtkImageSincInterpolator_GetBlurFactors__SWIG_0", "D_vtkImageSincInterpolator_GetBlurFactors__SWIG_0")); mixin(bindCode("vtkImageSincInterpolator_GetBlurFactors__SWIG_1", "D_vtkImageSincInterpolator_GetBlurFactors__SWIG_1")); mixin(bindCode("vtkImageSincInterpolator_SetAntialiasing", "D_vtkImageSincInterpolator_SetAntialiasing")); mixin(bindCode("vtkImageSincInterpolator_AntialiasingOn", "D_vtkImageSincInterpolator_AntialiasingOn")); mixin(bindCode("vtkImageSincInterpolator_AntialiasingOff", "D_vtkImageSincInterpolator_AntialiasingOff")); mixin(bindCode("vtkImageSincInterpolator_GetAntialiasing", "D_vtkImageSincInterpolator_GetAntialiasing")); mixin(bindCode("vtkImageSincInterpolator_SetRenormalization", "D_vtkImageSincInterpolator_SetRenormalization")); mixin(bindCode("vtkImageSincInterpolator_RenormalizationOn", "D_vtkImageSincInterpolator_RenormalizationOn")); mixin(bindCode("vtkImageSincInterpolator_RenormalizationOff", "D_vtkImageSincInterpolator_RenormalizationOff")); mixin(bindCode("vtkImageSincInterpolator_GetRenormalization", "D_vtkImageSincInterpolator_GetRenormalization")); mixin(bindCode("vtkImageSincInterpolator_PrecomputeWeightsForExtent__SWIG_0", "D_vtkImageSincInterpolator_PrecomputeWeightsForExtent__SWIG_0")); mixin(bindCode("vtkImageSincInterpolator_PrecomputeWeightsForExtent__SWIG_1", "D_vtkImageSincInterpolator_PrecomputeWeightsForExtent__SWIG_1")); mixin(bindCode("vtkImageSincInterpolator_Upcast", "D_vtkImageSincInterpolator_Upcast")); mixin(bindCode("vtkComputingResources_New", "D_vtkComputingResources_New")); mixin(bindCode("vtkComputingResources_IsTypeOf", "D_vtkComputingResources_IsTypeOf")); mixin(bindCode("vtkComputingResources_SafeDownCast", "D_vtkComputingResources_SafeDownCast")); mixin(bindCode("vtkComputingResources_NewInstance", "D_vtkComputingResources_NewInstance")); mixin(bindCode("vtkComputingResources_Clear", "D_vtkComputingResources_Clear")); mixin(bindCode("vtkComputingResources_ObtainMinimumResources", "D_vtkComputingResources_ObtainMinimumResources")); mixin(bindCode("vtkComputingResources_ObtainMaximumResources", "D_vtkComputingResources_ObtainMaximumResources")); mixin(bindCode("vtkComputingResources_Deploy", "D_vtkComputingResources_Deploy")); mixin(bindCode("vtkComputingResources_Reserve", "D_vtkComputingResources_Reserve")); mixin(bindCode("vtkComputingResources_Collect", "D_vtkComputingResources_Collect")); mixin(bindCode("vtkComputingResources_Upcast", "D_vtkComputingResources_Upcast")); mixin(bindCode("vtkShrinkFilter_New", "D_vtkShrinkFilter_New")); mixin(bindCode("vtkShrinkFilter_IsTypeOf", "D_vtkShrinkFilter_IsTypeOf")); mixin(bindCode("vtkShrinkFilter_SafeDownCast", "D_vtkShrinkFilter_SafeDownCast")); mixin(bindCode("vtkShrinkFilter_NewInstance", "D_vtkShrinkFilter_NewInstance")); mixin(bindCode("vtkShrinkFilter_SetShrinkFactor", "D_vtkShrinkFilter_SetShrinkFactor")); mixin(bindCode("vtkShrinkFilter_GetShrinkFactorMinValue", "D_vtkShrinkFilter_GetShrinkFactorMinValue")); mixin(bindCode("vtkShrinkFilter_GetShrinkFactorMaxValue", "D_vtkShrinkFilter_GetShrinkFactorMaxValue")); mixin(bindCode("vtkShrinkFilter_GetShrinkFactor", "D_vtkShrinkFilter_GetShrinkFactor")); mixin(bindCode("vtkShrinkFilter_Upcast", "D_vtkShrinkFilter_Upcast")); mixin(bindCode("vtkImageButterworthLowPass_New", "D_vtkImageButterworthLowPass_New")); mixin(bindCode("vtkImageButterworthLowPass_IsTypeOf", "D_vtkImageButterworthLowPass_IsTypeOf")); mixin(bindCode("vtkImageButterworthLowPass_SafeDownCast", "D_vtkImageButterworthLowPass_SafeDownCast")); mixin(bindCode("vtkImageButterworthLowPass_NewInstance", "D_vtkImageButterworthLowPass_NewInstance")); mixin(bindCode("vtkImageButterworthLowPass_SetCutOff__SWIG_0", "D_vtkImageButterworthLowPass_SetCutOff__SWIG_0")); mixin(bindCode("vtkImageButterworthLowPass_SetCutOff__SWIG_1", "D_vtkImageButterworthLowPass_SetCutOff__SWIG_1")); mixin(bindCode("vtkImageButterworthLowPass_SetCutOff__SWIG_2", "D_vtkImageButterworthLowPass_SetCutOff__SWIG_2")); mixin(bindCode("vtkImageButterworthLowPass_SetXCutOff", "D_vtkImageButterworthLowPass_SetXCutOff")); mixin(bindCode("vtkImageButterworthLowPass_SetYCutOff", "D_vtkImageButterworthLowPass_SetYCutOff")); mixin(bindCode("vtkImageButterworthLowPass_SetZCutOff", "D_vtkImageButterworthLowPass_SetZCutOff")); mixin(bindCode("vtkImageButterworthLowPass_GetCutOff__SWIG_0", "D_vtkImageButterworthLowPass_GetCutOff__SWIG_0")); mixin(bindCode("vtkImageButterworthLowPass_GetCutOff__SWIG_1", "D_vtkImageButterworthLowPass_GetCutOff__SWIG_1")); mixin(bindCode("vtkImageButterworthLowPass_GetCutOff__SWIG_2", "D_vtkImageButterworthLowPass_GetCutOff__SWIG_2")); mixin(bindCode("vtkImageButterworthLowPass_GetXCutOff", "D_vtkImageButterworthLowPass_GetXCutOff")); mixin(bindCode("vtkImageButterworthLowPass_GetYCutOff", "D_vtkImageButterworthLowPass_GetYCutOff")); mixin(bindCode("vtkImageButterworthLowPass_GetZCutOff", "D_vtkImageButterworthLowPass_GetZCutOff")); mixin(bindCode("vtkImageButterworthLowPass_SetOrder", "D_vtkImageButterworthLowPass_SetOrder")); mixin(bindCode("vtkImageButterworthLowPass_GetOrder", "D_vtkImageButterworthLowPass_GetOrder")); mixin(bindCode("vtkImageButterworthLowPass_Upcast", "D_vtkImageButterworthLowPass_Upcast")); mixin(bindCode("vtkImageSpatialAlgorithm_New", "D_vtkImageSpatialAlgorithm_New")); mixin(bindCode("vtkImageSpatialAlgorithm_IsTypeOf", "D_vtkImageSpatialAlgorithm_IsTypeOf")); mixin(bindCode("vtkImageSpatialAlgorithm_SafeDownCast", "D_vtkImageSpatialAlgorithm_SafeDownCast")); mixin(bindCode("vtkImageSpatialAlgorithm_NewInstance", "D_vtkImageSpatialAlgorithm_NewInstance")); mixin(bindCode("vtkImageSpatialAlgorithm_GetKernelSize__SWIG_0", "D_vtkImageSpatialAlgorithm_GetKernelSize__SWIG_0")); mixin(bindCode("vtkImageSpatialAlgorithm_GetKernelSize__SWIG_1", "D_vtkImageSpatialAlgorithm_GetKernelSize__SWIG_1")); mixin(bindCode("vtkImageSpatialAlgorithm_GetKernelSize__SWIG_2", "D_vtkImageSpatialAlgorithm_GetKernelSize__SWIG_2")); mixin(bindCode("vtkImageSpatialAlgorithm_GetKernelMiddle__SWIG_0", "D_vtkImageSpatialAlgorithm_GetKernelMiddle__SWIG_0")); mixin(bindCode("vtkImageSpatialAlgorithm_GetKernelMiddle__SWIG_1", "D_vtkImageSpatialAlgorithm_GetKernelMiddle__SWIG_1")); mixin(bindCode("vtkImageSpatialAlgorithm_GetKernelMiddle__SWIG_2", "D_vtkImageSpatialAlgorithm_GetKernelMiddle__SWIG_2")); mixin(bindCode("vtkImageSpatialAlgorithm_Upcast", "D_vtkImageSpatialAlgorithm_Upcast")); mixin(bindCode("vtkImageContinuousErode3D_New", "D_vtkImageContinuousErode3D_New")); mixin(bindCode("vtkImageContinuousErode3D_IsTypeOf", "D_vtkImageContinuousErode3D_IsTypeOf")); mixin(bindCode("vtkImageContinuousErode3D_SafeDownCast", "D_vtkImageContinuousErode3D_SafeDownCast")); mixin(bindCode("vtkImageContinuousErode3D_NewInstance", "D_vtkImageContinuousErode3D_NewInstance")); mixin(bindCode("vtkImageContinuousErode3D_SetKernelSize", "D_vtkImageContinuousErode3D_SetKernelSize")); mixin(bindCode("vtkImageContinuousErode3D_Upcast", "D_vtkImageContinuousErode3D_Upcast")); mixin(bindCode("vtkImageInPlaceFilter_IsTypeOf", "D_vtkImageInPlaceFilter_IsTypeOf")); mixin(bindCode("vtkImageInPlaceFilter_SafeDownCast", "D_vtkImageInPlaceFilter_SafeDownCast")); mixin(bindCode("vtkImageInPlaceFilter_NewInstance", "D_vtkImageInPlaceFilter_NewInstance")); mixin(bindCode("vtkImageInPlaceFilter_Upcast", "D_vtkImageInPlaceFilter_Upcast")); mixin(bindCode("vtkImageCursor3D_New", "D_vtkImageCursor3D_New")); mixin(bindCode("vtkImageCursor3D_IsTypeOf", "D_vtkImageCursor3D_IsTypeOf")); mixin(bindCode("vtkImageCursor3D_SafeDownCast", "D_vtkImageCursor3D_SafeDownCast")); mixin(bindCode("vtkImageCursor3D_NewInstance", "D_vtkImageCursor3D_NewInstance")); mixin(bindCode("vtkImageCursor3D_SetCursorPosition__SWIG_0", "D_vtkImageCursor3D_SetCursorPosition__SWIG_0")); mixin(bindCode("vtkImageCursor3D_SetCursorPosition__SWIG_1", "D_vtkImageCursor3D_SetCursorPosition__SWIG_1")); mixin(bindCode("vtkImageCursor3D_GetCursorPosition__SWIG_0", "D_vtkImageCursor3D_GetCursorPosition__SWIG_0")); mixin(bindCode("vtkImageCursor3D_GetCursorPosition__SWIG_1", "D_vtkImageCursor3D_GetCursorPosition__SWIG_1")); mixin(bindCode("vtkImageCursor3D_GetCursorPosition__SWIG_2", "D_vtkImageCursor3D_GetCursorPosition__SWIG_2")); mixin(bindCode("vtkImageCursor3D_SetCursorValue", "D_vtkImageCursor3D_SetCursorValue")); mixin(bindCode("vtkImageCursor3D_GetCursorValue", "D_vtkImageCursor3D_GetCursorValue")); mixin(bindCode("vtkImageCursor3D_SetCursorRadius", "D_vtkImageCursor3D_SetCursorRadius")); mixin(bindCode("vtkImageCursor3D_GetCursorRadius", "D_vtkImageCursor3D_GetCursorRadius")); mixin(bindCode("vtkImageCursor3D_Upcast", "D_vtkImageCursor3D_Upcast")); mixin(bindCode("vtkMapper2D_IsTypeOf", "D_vtkMapper2D_IsTypeOf")); mixin(bindCode("vtkMapper2D_SafeDownCast", "D_vtkMapper2D_SafeDownCast")); mixin(bindCode("vtkMapper2D_NewInstance", "D_vtkMapper2D_NewInstance")); mixin(bindCode("vtkMapper2D_RenderOverlay", "D_vtkMapper2D_RenderOverlay")); mixin(bindCode("vtkMapper2D_RenderOpaqueGeometry", "D_vtkMapper2D_RenderOpaqueGeometry")); mixin(bindCode("vtkMapper2D_RenderTranslucentPolygonalGeometry", "D_vtkMapper2D_RenderTranslucentPolygonalGeometry")); mixin(bindCode("vtkMapper2D_HasTranslucentPolygonalGeometry", "D_vtkMapper2D_HasTranslucentPolygonalGeometry")); mixin(bindCode("vtkMapper2D_Upcast", "D_vtkMapper2D_Upcast")); mixin(bindCode("vtkLabelPlacementMapper_New", "D_vtkLabelPlacementMapper_New")); mixin(bindCode("vtkLabelPlacementMapper_IsTypeOf", "D_vtkLabelPlacementMapper_IsTypeOf")); mixin(bindCode("vtkLabelPlacementMapper_SafeDownCast", "D_vtkLabelPlacementMapper_SafeDownCast")); mixin(bindCode("vtkLabelPlacementMapper_NewInstance", "D_vtkLabelPlacementMapper_NewInstance")); mixin(bindCode("vtkLabelPlacementMapper_SetRenderStrategy", "D_vtkLabelPlacementMapper_SetRenderStrategy")); mixin(bindCode("vtkLabelPlacementMapper_GetRenderStrategy", "D_vtkLabelPlacementMapper_GetRenderStrategy")); mixin(bindCode("vtkLabelPlacementMapper_SetMaximumLabelFraction", "D_vtkLabelPlacementMapper_SetMaximumLabelFraction")); mixin(bindCode("vtkLabelPlacementMapper_GetMaximumLabelFractionMinValue", "D_vtkLabelPlacementMapper_GetMaximumLabelFractionMinValue")); mixin(bindCode("vtkLabelPlacementMapper_GetMaximumLabelFractionMaxValue", "D_vtkLabelPlacementMapper_GetMaximumLabelFractionMaxValue")); mixin(bindCode("vtkLabelPlacementMapper_GetMaximumLabelFraction", "D_vtkLabelPlacementMapper_GetMaximumLabelFraction")); mixin(bindCode("vtkLabelPlacementMapper_SetIteratorType", "D_vtkLabelPlacementMapper_SetIteratorType")); mixin(bindCode("vtkLabelPlacementMapper_GetIteratorType", "D_vtkLabelPlacementMapper_GetIteratorType")); mixin(bindCode("vtkLabelPlacementMapper_SetUseUnicodeStrings", "D_vtkLabelPlacementMapper_SetUseUnicodeStrings")); mixin(bindCode("vtkLabelPlacementMapper_GetUseUnicodeStrings", "D_vtkLabelPlacementMapper_GetUseUnicodeStrings")); mixin(bindCode("vtkLabelPlacementMapper_UseUnicodeStringsOn", "D_vtkLabelPlacementMapper_UseUnicodeStringsOn")); mixin(bindCode("vtkLabelPlacementMapper_UseUnicodeStringsOff", "D_vtkLabelPlacementMapper_UseUnicodeStringsOff")); mixin(bindCode("vtkLabelPlacementMapper_GetPositionsAsNormals", "D_vtkLabelPlacementMapper_GetPositionsAsNormals")); mixin(bindCode("vtkLabelPlacementMapper_SetPositionsAsNormals", "D_vtkLabelPlacementMapper_SetPositionsAsNormals")); mixin(bindCode("vtkLabelPlacementMapper_PositionsAsNormalsOn", "D_vtkLabelPlacementMapper_PositionsAsNormalsOn")); mixin(bindCode("vtkLabelPlacementMapper_PositionsAsNormalsOff", "D_vtkLabelPlacementMapper_PositionsAsNormalsOff")); mixin(bindCode("vtkLabelPlacementMapper_GetGeneratePerturbedLabelSpokes", "D_vtkLabelPlacementMapper_GetGeneratePerturbedLabelSpokes")); mixin(bindCode("vtkLabelPlacementMapper_SetGeneratePerturbedLabelSpokes", "D_vtkLabelPlacementMapper_SetGeneratePerturbedLabelSpokes")); mixin(bindCode("vtkLabelPlacementMapper_GeneratePerturbedLabelSpokesOn", "D_vtkLabelPlacementMapper_GeneratePerturbedLabelSpokesOn")); mixin(bindCode("vtkLabelPlacementMapper_GeneratePerturbedLabelSpokesOff", "D_vtkLabelPlacementMapper_GeneratePerturbedLabelSpokesOff")); mixin(bindCode("vtkLabelPlacementMapper_GetUseDepthBuffer", "D_vtkLabelPlacementMapper_GetUseDepthBuffer")); mixin(bindCode("vtkLabelPlacementMapper_SetUseDepthBuffer", "D_vtkLabelPlacementMapper_SetUseDepthBuffer")); mixin(bindCode("vtkLabelPlacementMapper_UseDepthBufferOn", "D_vtkLabelPlacementMapper_UseDepthBufferOn")); mixin(bindCode("vtkLabelPlacementMapper_UseDepthBufferOff", "D_vtkLabelPlacementMapper_UseDepthBufferOff")); mixin(bindCode("vtkLabelPlacementMapper_SetPlaceAllLabels", "D_vtkLabelPlacementMapper_SetPlaceAllLabels")); mixin(bindCode("vtkLabelPlacementMapper_GetPlaceAllLabels", "D_vtkLabelPlacementMapper_GetPlaceAllLabels")); mixin(bindCode("vtkLabelPlacementMapper_PlaceAllLabelsOn", "D_vtkLabelPlacementMapper_PlaceAllLabelsOn")); mixin(bindCode("vtkLabelPlacementMapper_PlaceAllLabelsOff", "D_vtkLabelPlacementMapper_PlaceAllLabelsOff")); mixin(bindCode("vtkLabelPlacementMapper_SetOutputTraversedBounds", "D_vtkLabelPlacementMapper_SetOutputTraversedBounds")); mixin(bindCode("vtkLabelPlacementMapper_GetOutputTraversedBounds", "D_vtkLabelPlacementMapper_GetOutputTraversedBounds")); mixin(bindCode("vtkLabelPlacementMapper_OutputTraversedBoundsOn", "D_vtkLabelPlacementMapper_OutputTraversedBoundsOn")); mixin(bindCode("vtkLabelPlacementMapper_OutputTraversedBoundsOff", "D_vtkLabelPlacementMapper_OutputTraversedBoundsOff")); mixin(bindCode("vtkLabelPlacementMapper_SetShape", "D_vtkLabelPlacementMapper_SetShape")); mixin(bindCode("vtkLabelPlacementMapper_GetShapeMinValue", "D_vtkLabelPlacementMapper_GetShapeMinValue")); mixin(bindCode("vtkLabelPlacementMapper_GetShapeMaxValue", "D_vtkLabelPlacementMapper_GetShapeMaxValue")); mixin(bindCode("vtkLabelPlacementMapper_GetShape", "D_vtkLabelPlacementMapper_GetShape")); mixin(bindCode("vtkLabelPlacementMapper_SetShapeToNone", "D_vtkLabelPlacementMapper_SetShapeToNone")); mixin(bindCode("vtkLabelPlacementMapper_SetShapeToRect", "D_vtkLabelPlacementMapper_SetShapeToRect")); mixin(bindCode("vtkLabelPlacementMapper_SetShapeToRoundedRect", "D_vtkLabelPlacementMapper_SetShapeToRoundedRect")); mixin(bindCode("vtkLabelPlacementMapper_SetStyle", "D_vtkLabelPlacementMapper_SetStyle")); mixin(bindCode("vtkLabelPlacementMapper_GetStyleMinValue", "D_vtkLabelPlacementMapper_GetStyleMinValue")); mixin(bindCode("vtkLabelPlacementMapper_GetStyleMaxValue", "D_vtkLabelPlacementMapper_GetStyleMaxValue")); mixin(bindCode("vtkLabelPlacementMapper_GetStyle", "D_vtkLabelPlacementMapper_GetStyle")); mixin(bindCode("vtkLabelPlacementMapper_SetStyleToFilled", "D_vtkLabelPlacementMapper_SetStyleToFilled")); mixin(bindCode("vtkLabelPlacementMapper_SetStyleToOutline", "D_vtkLabelPlacementMapper_SetStyleToOutline")); mixin(bindCode("vtkLabelPlacementMapper_SetMargin", "D_vtkLabelPlacementMapper_SetMargin")); mixin(bindCode("vtkLabelPlacementMapper_GetMargin", "D_vtkLabelPlacementMapper_GetMargin")); mixin(bindCode("vtkLabelPlacementMapper_SetBackgroundColor__SWIG_0", "D_vtkLabelPlacementMapper_SetBackgroundColor__SWIG_0")); mixin(bindCode("vtkLabelPlacementMapper_SetBackgroundColor__SWIG_1", "D_vtkLabelPlacementMapper_SetBackgroundColor__SWIG_1")); mixin(bindCode("vtkLabelPlacementMapper_GetBackgroundColor__SWIG_0", "D_vtkLabelPlacementMapper_GetBackgroundColor__SWIG_0")); mixin(bindCode("vtkLabelPlacementMapper_GetBackgroundColor__SWIG_1", "D_vtkLabelPlacementMapper_GetBackgroundColor__SWIG_1")); mixin(bindCode("vtkLabelPlacementMapper_GetBackgroundColor__SWIG_2", "D_vtkLabelPlacementMapper_GetBackgroundColor__SWIG_2")); mixin(bindCode("vtkLabelPlacementMapper_SetBackgroundOpacity", "D_vtkLabelPlacementMapper_SetBackgroundOpacity")); mixin(bindCode("vtkLabelPlacementMapper_GetBackgroundOpacityMinValue", "D_vtkLabelPlacementMapper_GetBackgroundOpacityMinValue")); mixin(bindCode("vtkLabelPlacementMapper_GetBackgroundOpacityMaxValue", "D_vtkLabelPlacementMapper_GetBackgroundOpacityMaxValue")); mixin(bindCode("vtkLabelPlacementMapper_GetBackgroundOpacity", "D_vtkLabelPlacementMapper_GetBackgroundOpacity")); mixin(bindCode("vtkLabelPlacementMapper_GetAnchorTransform", "D_vtkLabelPlacementMapper_GetAnchorTransform")); mixin(bindCode("vtkLabelPlacementMapper_Upcast", "D_vtkLabelPlacementMapper_Upcast")); mixin(bindCode("vtkCubeSource_New", "D_vtkCubeSource_New")); mixin(bindCode("vtkCubeSource_IsTypeOf", "D_vtkCubeSource_IsTypeOf")); mixin(bindCode("vtkCubeSource_SafeDownCast", "D_vtkCubeSource_SafeDownCast")); mixin(bindCode("vtkCubeSource_NewInstance", "D_vtkCubeSource_NewInstance")); mixin(bindCode("vtkCubeSource_SetXLength", "D_vtkCubeSource_SetXLength")); mixin(bindCode("vtkCubeSource_GetXLengthMinValue", "D_vtkCubeSource_GetXLengthMinValue")); mixin(bindCode("vtkCubeSource_GetXLengthMaxValue", "D_vtkCubeSource_GetXLengthMaxValue")); mixin(bindCode("vtkCubeSource_GetXLength", "D_vtkCubeSource_GetXLength")); mixin(bindCode("vtkCubeSource_SetYLength", "D_vtkCubeSource_SetYLength")); mixin(bindCode("vtkCubeSource_GetYLengthMinValue", "D_vtkCubeSource_GetYLengthMinValue")); mixin(bindCode("vtkCubeSource_GetYLengthMaxValue", "D_vtkCubeSource_GetYLengthMaxValue")); mixin(bindCode("vtkCubeSource_GetYLength", "D_vtkCubeSource_GetYLength")); mixin(bindCode("vtkCubeSource_SetZLength", "D_vtkCubeSource_SetZLength")); mixin(bindCode("vtkCubeSource_GetZLengthMinValue", "D_vtkCubeSource_GetZLengthMinValue")); mixin(bindCode("vtkCubeSource_GetZLengthMaxValue", "D_vtkCubeSource_GetZLengthMaxValue")); mixin(bindCode("vtkCubeSource_GetZLength", "D_vtkCubeSource_GetZLength")); mixin(bindCode("vtkCubeSource_SetCenter__SWIG_0", "D_vtkCubeSource_SetCenter__SWIG_0")); mixin(bindCode("vtkCubeSource_SetCenter__SWIG_1", "D_vtkCubeSource_SetCenter__SWIG_1")); mixin(bindCode("vtkCubeSource_GetCenter__SWIG_0", "D_vtkCubeSource_GetCenter__SWIG_0")); mixin(bindCode("vtkCubeSource_GetCenter__SWIG_1", "D_vtkCubeSource_GetCenter__SWIG_1")); mixin(bindCode("vtkCubeSource_SetBounds__SWIG_0", "D_vtkCubeSource_SetBounds__SWIG_0")); mixin(bindCode("vtkCubeSource_SetBounds__SWIG_1", "D_vtkCubeSource_SetBounds__SWIG_1")); mixin(bindCode("vtkCubeSource_Upcast", "D_vtkCubeSource_Upcast")); mixin(bindCode("vtkTensorProbeRepresentation_IsTypeOf", "D_vtkTensorProbeRepresentation_IsTypeOf")); mixin(bindCode("vtkTensorProbeRepresentation_SafeDownCast", "D_vtkTensorProbeRepresentation_SafeDownCast")); mixin(bindCode("vtkTensorProbeRepresentation_NewInstance", "D_vtkTensorProbeRepresentation_NewInstance")); mixin(bindCode("vtkTensorProbeRepresentation_SetProbePosition__SWIG_0", "D_vtkTensorProbeRepresentation_SetProbePosition__SWIG_0")); mixin(bindCode("vtkTensorProbeRepresentation_SetProbePosition__SWIG_1", "D_vtkTensorProbeRepresentation_SetProbePosition__SWIG_1")); mixin(bindCode("vtkTensorProbeRepresentation_GetProbePosition__SWIG_0", "D_vtkTensorProbeRepresentation_GetProbePosition__SWIG_0")); mixin(bindCode("vtkTensorProbeRepresentation_GetProbePosition__SWIG_1", "D_vtkTensorProbeRepresentation_GetProbePosition__SWIG_1")); mixin(bindCode("vtkTensorProbeRepresentation_GetProbePosition__SWIG_2", "D_vtkTensorProbeRepresentation_GetProbePosition__SWIG_2")); mixin(bindCode("vtkTensorProbeRepresentation_SetProbeCellId", "D_vtkTensorProbeRepresentation_SetProbeCellId")); mixin(bindCode("vtkTensorProbeRepresentation_GetProbeCellId", "D_vtkTensorProbeRepresentation_GetProbeCellId")); mixin(bindCode("vtkTensorProbeRepresentation_SetTrajectory", "D_vtkTensorProbeRepresentation_SetTrajectory")); mixin(bindCode("vtkTensorProbeRepresentation_Initialize", "D_vtkTensorProbeRepresentation_Initialize")); mixin(bindCode("vtkTensorProbeRepresentation_SelectProbe", "D_vtkTensorProbeRepresentation_SelectProbe")); mixin(bindCode("vtkTensorProbeRepresentation_Move", "D_vtkTensorProbeRepresentation_Move")); mixin(bindCode("vtkTensorProbeRepresentation_Upcast", "D_vtkTensorProbeRepresentation_Upcast")); mixin(bindCode("vtkExporter_IsTypeOf", "D_vtkExporter_IsTypeOf")); mixin(bindCode("vtkExporter_SafeDownCast", "D_vtkExporter_SafeDownCast")); mixin(bindCode("vtkExporter_NewInstance", "D_vtkExporter_NewInstance")); mixin(bindCode("vtkExporter_Write", "D_vtkExporter_Write")); mixin(bindCode("vtkExporter_Update", "D_vtkExporter_Update")); mixin(bindCode("vtkExporter_SetRenderWindow", "D_vtkExporter_SetRenderWindow")); mixin(bindCode("vtkExporter_GetRenderWindow", "D_vtkExporter_GetRenderWindow")); mixin(bindCode("vtkExporter_SetInput", "D_vtkExporter_SetInput")); mixin(bindCode("vtkExporter_GetInput", "D_vtkExporter_GetInput")); mixin(bindCode("vtkExporter_SetStartWrite", "D_vtkExporter_SetStartWrite")); mixin(bindCode("vtkExporter_SetEndWrite", "D_vtkExporter_SetEndWrite")); mixin(bindCode("vtkExporter_SetStartWriteArgDelete", "D_vtkExporter_SetStartWriteArgDelete")); mixin(bindCode("vtkExporter_SetEndWriteArgDelete", "D_vtkExporter_SetEndWriteArgDelete")); mixin(bindCode("vtkExporter_Upcast", "D_vtkExporter_Upcast")); mixin(bindCode("vtkGL2PSExporter_New", "D_vtkGL2PSExporter_New")); mixin(bindCode("vtkGL2PSExporter_IsTypeOf", "D_vtkGL2PSExporter_IsTypeOf")); mixin(bindCode("vtkGL2PSExporter_SafeDownCast", "D_vtkGL2PSExporter_SafeDownCast")); mixin(bindCode("vtkGL2PSExporter_NewInstance", "D_vtkGL2PSExporter_NewInstance")); mixin(bindCode("vtkGL2PSExporter_SetFilePrefix", "D_vtkGL2PSExporter_SetFilePrefix")); mixin(bindCode("vtkGL2PSExporter_GetFilePrefix", "D_vtkGL2PSExporter_GetFilePrefix")); mixin(bindCode("vtkGL2PSExporter_SetTitle", "D_vtkGL2PSExporter_SetTitle")); mixin(bindCode("vtkGL2PSExporter_GetTitle", "D_vtkGL2PSExporter_GetTitle")); mixin(bindCode("vtkGL2PSExporter_SetFileFormat", "D_vtkGL2PSExporter_SetFileFormat")); mixin(bindCode("vtkGL2PSExporter_GetFileFormatMinValue", "D_vtkGL2PSExporter_GetFileFormatMinValue")); mixin(bindCode("vtkGL2PSExporter_GetFileFormatMaxValue", "D_vtkGL2PSExporter_GetFileFormatMaxValue")); mixin(bindCode("vtkGL2PSExporter_GetFileFormat", "D_vtkGL2PSExporter_GetFileFormat")); mixin(bindCode("vtkGL2PSExporter_SetFileFormatToPS", "D_vtkGL2PSExporter_SetFileFormatToPS")); mixin(bindCode("vtkGL2PSExporter_SetFileFormatToEPS", "D_vtkGL2PSExporter_SetFileFormatToEPS")); mixin(bindCode("vtkGL2PSExporter_SetFileFormatToPDF", "D_vtkGL2PSExporter_SetFileFormatToPDF")); mixin(bindCode("vtkGL2PSExporter_SetFileFormatToTeX", "D_vtkGL2PSExporter_SetFileFormatToTeX")); mixin(bindCode("vtkGL2PSExporter_SetFileFormatToSVG", "D_vtkGL2PSExporter_SetFileFormatToSVG")); mixin(bindCode("vtkGL2PSExporter_GetFileFormatAsString", "D_vtkGL2PSExporter_GetFileFormatAsString")); mixin(bindCode("vtkGL2PSExporter_SetSort", "D_vtkGL2PSExporter_SetSort")); mixin(bindCode("vtkGL2PSExporter_GetSortMinValue", "D_vtkGL2PSExporter_GetSortMinValue")); mixin(bindCode("vtkGL2PSExporter_GetSortMaxValue", "D_vtkGL2PSExporter_GetSortMaxValue")); mixin(bindCode("vtkGL2PSExporter_GetSort", "D_vtkGL2PSExporter_GetSort")); mixin(bindCode("vtkGL2PSExporter_SetSortToOff", "D_vtkGL2PSExporter_SetSortToOff")); mixin(bindCode("vtkGL2PSExporter_SetSortToSimple", "D_vtkGL2PSExporter_SetSortToSimple")); mixin(bindCode("vtkGL2PSExporter_SetSortToBSP", "D_vtkGL2PSExporter_SetSortToBSP")); mixin(bindCode("vtkGL2PSExporter_GetSortAsString", "D_vtkGL2PSExporter_GetSortAsString")); mixin(bindCode("vtkGL2PSExporter_SetCompress", "D_vtkGL2PSExporter_SetCompress")); mixin(bindCode("vtkGL2PSExporter_GetCompress", "D_vtkGL2PSExporter_GetCompress")); mixin(bindCode("vtkGL2PSExporter_CompressOn", "D_vtkGL2PSExporter_CompressOn")); mixin(bindCode("vtkGL2PSExporter_CompressOff", "D_vtkGL2PSExporter_CompressOff")); mixin(bindCode("vtkGL2PSExporter_SetDrawBackground", "D_vtkGL2PSExporter_SetDrawBackground")); mixin(bindCode("vtkGL2PSExporter_GetDrawBackground", "D_vtkGL2PSExporter_GetDrawBackground")); mixin(bindCode("vtkGL2PSExporter_DrawBackgroundOn", "D_vtkGL2PSExporter_DrawBackgroundOn")); mixin(bindCode("vtkGL2PSExporter_DrawBackgroundOff", "D_vtkGL2PSExporter_DrawBackgroundOff")); mixin(bindCode("vtkGL2PSExporter_SetSimpleLineOffset", "D_vtkGL2PSExporter_SetSimpleLineOffset")); mixin(bindCode("vtkGL2PSExporter_GetSimpleLineOffset", "D_vtkGL2PSExporter_GetSimpleLineOffset")); mixin(bindCode("vtkGL2PSExporter_SimpleLineOffsetOn", "D_vtkGL2PSExporter_SimpleLineOffsetOn")); mixin(bindCode("vtkGL2PSExporter_SimpleLineOffsetOff", "D_vtkGL2PSExporter_SimpleLineOffsetOff")); mixin(bindCode("vtkGL2PSExporter_SetSilent", "D_vtkGL2PSExporter_SetSilent")); mixin(bindCode("vtkGL2PSExporter_GetSilent", "D_vtkGL2PSExporter_GetSilent")); mixin(bindCode("vtkGL2PSExporter_SilentOn", "D_vtkGL2PSExporter_SilentOn")); mixin(bindCode("vtkGL2PSExporter_SilentOff", "D_vtkGL2PSExporter_SilentOff")); mixin(bindCode("vtkGL2PSExporter_SetBestRoot", "D_vtkGL2PSExporter_SetBestRoot")); mixin(bindCode("vtkGL2PSExporter_GetBestRoot", "D_vtkGL2PSExporter_GetBestRoot")); mixin(bindCode("vtkGL2PSExporter_BestRootOn", "D_vtkGL2PSExporter_BestRootOn")); mixin(bindCode("vtkGL2PSExporter_BestRootOff", "D_vtkGL2PSExporter_BestRootOff")); mixin(bindCode("vtkGL2PSExporter_SetText", "D_vtkGL2PSExporter_SetText")); mixin(bindCode("vtkGL2PSExporter_GetText", "D_vtkGL2PSExporter_GetText")); mixin(bindCode("vtkGL2PSExporter_TextOn", "D_vtkGL2PSExporter_TextOn")); mixin(bindCode("vtkGL2PSExporter_TextOff", "D_vtkGL2PSExporter_TextOff")); mixin(bindCode("vtkGL2PSExporter_SetLandscape", "D_vtkGL2PSExporter_SetLandscape")); mixin(bindCode("vtkGL2PSExporter_GetLandscape", "D_vtkGL2PSExporter_GetLandscape")); mixin(bindCode("vtkGL2PSExporter_LandscapeOn", "D_vtkGL2PSExporter_LandscapeOn")); mixin(bindCode("vtkGL2PSExporter_LandscapeOff", "D_vtkGL2PSExporter_LandscapeOff")); mixin(bindCode("vtkGL2PSExporter_SetPS3Shading", "D_vtkGL2PSExporter_SetPS3Shading")); mixin(bindCode("vtkGL2PSExporter_GetPS3Shading", "D_vtkGL2PSExporter_GetPS3Shading")); mixin(bindCode("vtkGL2PSExporter_PS3ShadingOn", "D_vtkGL2PSExporter_PS3ShadingOn")); mixin(bindCode("vtkGL2PSExporter_PS3ShadingOff", "D_vtkGL2PSExporter_PS3ShadingOff")); mixin(bindCode("vtkGL2PSExporter_SetOcclusionCull", "D_vtkGL2PSExporter_SetOcclusionCull")); mixin(bindCode("vtkGL2PSExporter_GetOcclusionCull", "D_vtkGL2PSExporter_GetOcclusionCull")); mixin(bindCode("vtkGL2PSExporter_OcclusionCullOn", "D_vtkGL2PSExporter_OcclusionCullOn")); mixin(bindCode("vtkGL2PSExporter_OcclusionCullOff", "D_vtkGL2PSExporter_OcclusionCullOff")); mixin(bindCode("vtkGL2PSExporter_SetWrite3DPropsAsRasterImage", "D_vtkGL2PSExporter_SetWrite3DPropsAsRasterImage")); mixin(bindCode("vtkGL2PSExporter_GetWrite3DPropsAsRasterImage", "D_vtkGL2PSExporter_GetWrite3DPropsAsRasterImage")); mixin(bindCode("vtkGL2PSExporter_Write3DPropsAsRasterImageOn", "D_vtkGL2PSExporter_Write3DPropsAsRasterImageOn")); mixin(bindCode("vtkGL2PSExporter_Write3DPropsAsRasterImageOff", "D_vtkGL2PSExporter_Write3DPropsAsRasterImageOff")); mixin(bindCode("vtkGL2PSExporter_SetTextAsPath", "D_vtkGL2PSExporter_SetTextAsPath")); mixin(bindCode("vtkGL2PSExporter_GetTextAsPath", "D_vtkGL2PSExporter_GetTextAsPath")); mixin(bindCode("vtkGL2PSExporter_TextAsPathOn", "D_vtkGL2PSExporter_TextAsPathOn")); mixin(bindCode("vtkGL2PSExporter_TextAsPathOff", "D_vtkGL2PSExporter_TextAsPathOff")); mixin(bindCode("vtkGL2PSExporter_SetRasterExclusions", "D_vtkGL2PSExporter_SetRasterExclusions")); mixin(bindCode("vtkGL2PSExporter_GetRasterExclusions", "D_vtkGL2PSExporter_GetRasterExclusions")); mixin(bindCode("vtkGL2PSExporter_SetPointSizeFactor", "D_vtkGL2PSExporter_SetPointSizeFactor")); mixin(bindCode("vtkGL2PSExporter_GetPointSizeFactor", "D_vtkGL2PSExporter_GetPointSizeFactor")); mixin(bindCode("vtkGL2PSExporter_SetLineWidthFactor", "D_vtkGL2PSExporter_SetLineWidthFactor")); mixin(bindCode("vtkGL2PSExporter_GetLineWidthFactor", "D_vtkGL2PSExporter_GetLineWidthFactor")); mixin(bindCode("vtkGL2PSExporter_Upcast", "D_vtkGL2PSExporter_Upcast")); mixin(bindCode("vtkXMLWriter_IsTypeOf", "D_vtkXMLWriter_IsTypeOf")); mixin(bindCode("vtkXMLWriter_SafeDownCast", "D_vtkXMLWriter_SafeDownCast")); mixin(bindCode("vtkXMLWriter_NewInstance", "D_vtkXMLWriter_NewInstance")); mixin(bindCode("vtkXMLWriter_SetByteOrder", "D_vtkXMLWriter_SetByteOrder")); mixin(bindCode("vtkXMLWriter_GetByteOrder", "D_vtkXMLWriter_GetByteOrder")); mixin(bindCode("vtkXMLWriter_SetByteOrderToBigEndian", "D_vtkXMLWriter_SetByteOrderToBigEndian")); mixin(bindCode("vtkXMLWriter_SetByteOrderToLittleEndian", "D_vtkXMLWriter_SetByteOrderToLittleEndian")); mixin(bindCode("vtkXMLWriter_SetHeaderType", "D_vtkXMLWriter_SetHeaderType")); mixin(bindCode("vtkXMLWriter_GetHeaderType", "D_vtkXMLWriter_GetHeaderType")); mixin(bindCode("vtkXMLWriter_SetHeaderTypeToUInt32", "D_vtkXMLWriter_SetHeaderTypeToUInt32")); mixin(bindCode("vtkXMLWriter_SetHeaderTypeToUInt64", "D_vtkXMLWriter_SetHeaderTypeToUInt64")); mixin(bindCode("vtkXMLWriter_SetIdType", "D_vtkXMLWriter_SetIdType")); mixin(bindCode("vtkXMLWriter_GetIdType", "D_vtkXMLWriter_GetIdType")); mixin(bindCode("vtkXMLWriter_SetIdTypeToInt32", "D_vtkXMLWriter_SetIdTypeToInt32")); mixin(bindCode("vtkXMLWriter_SetIdTypeToInt64", "D_vtkXMLWriter_SetIdTypeToInt64")); mixin(bindCode("vtkXMLWriter_SetFileName", "D_vtkXMLWriter_SetFileName")); mixin(bindCode("vtkXMLWriter_GetFileName", "D_vtkXMLWriter_GetFileName")); mixin(bindCode("vtkXMLWriter_SetCompressor", "D_vtkXMLWriter_SetCompressor")); mixin(bindCode("vtkXMLWriter_GetCompressor", "D_vtkXMLWriter_GetCompressor")); mixin(bindCode("vtkXMLWriter_SetCompressorType", "D_vtkXMLWriter_SetCompressorType")); mixin(bindCode("vtkXMLWriter_SetCompressorTypeToNone", "D_vtkXMLWriter_SetCompressorTypeToNone")); mixin(bindCode("vtkXMLWriter_SetCompressorTypeToZLib", "D_vtkXMLWriter_SetCompressorTypeToZLib")); mixin(bindCode("vtkXMLWriter_SetBlockSize", "D_vtkXMLWriter_SetBlockSize")); mixin(bindCode("vtkXMLWriter_GetBlockSize", "D_vtkXMLWriter_GetBlockSize")); mixin(bindCode("vtkXMLWriter_SetDataMode", "D_vtkXMLWriter_SetDataMode")); mixin(bindCode("vtkXMLWriter_GetDataMode", "D_vtkXMLWriter_GetDataMode")); mixin(bindCode("vtkXMLWriter_SetDataModeToAscii", "D_vtkXMLWriter_SetDataModeToAscii")); mixin(bindCode("vtkXMLWriter_SetDataModeToBinary", "D_vtkXMLWriter_SetDataModeToBinary")); mixin(bindCode("vtkXMLWriter_SetDataModeToAppended", "D_vtkXMLWriter_SetDataModeToAppended")); mixin(bindCode("vtkXMLWriter_SetEncodeAppendedData", "D_vtkXMLWriter_SetEncodeAppendedData")); mixin(bindCode("vtkXMLWriter_GetEncodeAppendedData", "D_vtkXMLWriter_GetEncodeAppendedData")); mixin(bindCode("vtkXMLWriter_EncodeAppendedDataOn", "D_vtkXMLWriter_EncodeAppendedDataOn")); mixin(bindCode("vtkXMLWriter_EncodeAppendedDataOff", "D_vtkXMLWriter_EncodeAppendedDataOff")); mixin(bindCode("vtkXMLWriter_SetInputData__SWIG_0", "D_vtkXMLWriter_SetInputData__SWIG_0")); mixin(bindCode("vtkXMLWriter_SetInputData__SWIG_1", "D_vtkXMLWriter_SetInputData__SWIG_1")); mixin(bindCode("vtkXMLWriter_GetInput__SWIG_0", "D_vtkXMLWriter_GetInput__SWIG_0")); mixin(bindCode("vtkXMLWriter_GetInput__SWIG_1", "D_vtkXMLWriter_GetInput__SWIG_1")); mixin(bindCode("vtkXMLWriter_GetDefaultFileExtension", "D_vtkXMLWriter_GetDefaultFileExtension")); mixin(bindCode("vtkXMLWriter_Write", "D_vtkXMLWriter_Write")); mixin(bindCode("vtkXMLWriter_SetTimeStep", "D_vtkXMLWriter_SetTimeStep")); mixin(bindCode("vtkXMLWriter_GetTimeStep", "D_vtkXMLWriter_GetTimeStep")); mixin(bindCode("vtkXMLWriter_GetTimeStepRange__SWIG_0", "D_vtkXMLWriter_GetTimeStepRange__SWIG_0")); mixin(bindCode("vtkXMLWriter_GetTimeStepRange__SWIG_1", "D_vtkXMLWriter_GetTimeStepRange__SWIG_1")); mixin(bindCode("vtkXMLWriter_GetTimeStepRange__SWIG_2", "D_vtkXMLWriter_GetTimeStepRange__SWIG_2")); mixin(bindCode("vtkXMLWriter_SetTimeStepRange__SWIG_0", "D_vtkXMLWriter_SetTimeStepRange__SWIG_0")); mixin(bindCode("vtkXMLWriter_SetTimeStepRange__SWIG_1", "D_vtkXMLWriter_SetTimeStepRange__SWIG_1")); mixin(bindCode("vtkXMLWriter_GetNumberOfTimeSteps", "D_vtkXMLWriter_GetNumberOfTimeSteps")); mixin(bindCode("vtkXMLWriter_SetNumberOfTimeSteps", "D_vtkXMLWriter_SetNumberOfTimeSteps")); mixin(bindCode("vtkXMLWriter_Start", "D_vtkXMLWriter_Start")); mixin(bindCode("vtkXMLWriter_Stop", "D_vtkXMLWriter_Stop")); mixin(bindCode("vtkXMLWriter_WriteNextTime", "D_vtkXMLWriter_WriteNextTime")); mixin(bindCode("vtkXMLWriter_Upcast", "D_vtkXMLWriter_Upcast")); mixin(bindCode("vtkXMLCompositeDataWriter_IsTypeOf", "D_vtkXMLCompositeDataWriter_IsTypeOf")); mixin(bindCode("vtkXMLCompositeDataWriter_SafeDownCast", "D_vtkXMLCompositeDataWriter_SafeDownCast")); mixin(bindCode("vtkXMLCompositeDataWriter_NewInstance", "D_vtkXMLCompositeDataWriter_NewInstance")); mixin(bindCode("vtkXMLCompositeDataWriter_GetGhostLevel", "D_vtkXMLCompositeDataWriter_GetGhostLevel")); mixin(bindCode("vtkXMLCompositeDataWriter_SetGhostLevel", "D_vtkXMLCompositeDataWriter_SetGhostLevel")); mixin(bindCode("vtkXMLCompositeDataWriter_GetWriteMetaFile", "D_vtkXMLCompositeDataWriter_GetWriteMetaFile")); mixin(bindCode("vtkXMLCompositeDataWriter_SetWriteMetaFile", "D_vtkXMLCompositeDataWriter_SetWriteMetaFile")); mixin(bindCode("vtkXMLCompositeDataWriter_Upcast", "D_vtkXMLCompositeDataWriter_Upcast")); mixin(bindCode("vtkXMLMultiBlockDataWriter_New", "D_vtkXMLMultiBlockDataWriter_New")); mixin(bindCode("vtkXMLMultiBlockDataWriter_IsTypeOf", "D_vtkXMLMultiBlockDataWriter_IsTypeOf")); mixin(bindCode("vtkXMLMultiBlockDataWriter_SafeDownCast", "D_vtkXMLMultiBlockDataWriter_SafeDownCast")); mixin(bindCode("vtkXMLMultiBlockDataWriter_NewInstance", "D_vtkXMLMultiBlockDataWriter_NewInstance")); mixin(bindCode("delete_vtkXMLMultiBlockDataWriter", "D_delete_vtkXMLMultiBlockDataWriter")); mixin(bindCode("vtkXMLMultiBlockDataWriter_Upcast", "D_vtkXMLMultiBlockDataWriter_Upcast")); mixin(bindCode("new_vtkContextMouseEvent", "D_new_vtkContextMouseEvent")); mixin(bindCode("delete_vtkContextMouseEvent", "D_delete_vtkContextMouseEvent")); mixin(bindCode("vtkContextMouseEvent_SetInteractor", "D_vtkContextMouseEvent_SetInteractor")); mixin(bindCode("vtkContextMouseEvent_GetInteractor", "D_vtkContextMouseEvent_GetInteractor")); mixin(bindCode("vtkContextMouseEvent_SetPos", "D_vtkContextMouseEvent_SetPos")); mixin(bindCode("vtkContextMouseEvent_GetPos", "D_vtkContextMouseEvent_GetPos")); mixin(bindCode("vtkContextMouseEvent_SetScenePos", "D_vtkContextMouseEvent_SetScenePos")); mixin(bindCode("vtkContextMouseEvent_GetScenePos", "D_vtkContextMouseEvent_GetScenePos")); mixin(bindCode("vtkContextMouseEvent_SetScreenPos", "D_vtkContextMouseEvent_SetScreenPos")); mixin(bindCode("vtkContextMouseEvent_GetScreenPos", "D_vtkContextMouseEvent_GetScreenPos")); mixin(bindCode("vtkContextMouseEvent_SetLastPos", "D_vtkContextMouseEvent_SetLastPos")); mixin(bindCode("vtkContextMouseEvent_GetLastPos", "D_vtkContextMouseEvent_GetLastPos")); mixin(bindCode("vtkContextMouseEvent_SetLastScenePos", "D_vtkContextMouseEvent_SetLastScenePos")); mixin(bindCode("vtkContextMouseEvent_GetLastScenePos", "D_vtkContextMouseEvent_GetLastScenePos")); mixin(bindCode("vtkContextMouseEvent_SetLastScreenPos", "D_vtkContextMouseEvent_SetLastScreenPos")); mixin(bindCode("vtkContextMouseEvent_GetLastScreenPos", "D_vtkContextMouseEvent_GetLastScreenPos")); mixin(bindCode("vtkContextMouseEvent_SetButton", "D_vtkContextMouseEvent_SetButton")); mixin(bindCode("vtkContextMouseEvent_GetButton", "D_vtkContextMouseEvent_GetButton")); mixin(bindCode("vtkContextMouseEvent_GetModifiers", "D_vtkContextMouseEvent_GetModifiers")); mixin(bindCode("vtkContextMouseEvent_Pos_set", "D_vtkContextMouseEvent_Pos_set")); mixin(bindCode("vtkContextMouseEvent_Pos_get", "D_vtkContextMouseEvent_Pos_get")); mixin(bindCode("vtkContextMouseEvent_ScenePos_set", "D_vtkContextMouseEvent_ScenePos_set")); mixin(bindCode("vtkContextMouseEvent_ScenePos_get", "D_vtkContextMouseEvent_ScenePos_get")); mixin(bindCode("vtkContextMouseEvent_ScreenPos_set", "D_vtkContextMouseEvent_ScreenPos_set")); mixin(bindCode("vtkContextMouseEvent_ScreenPos_get", "D_vtkContextMouseEvent_ScreenPos_get")); mixin(bindCode("vtkContextMouseEvent_LastPos_set", "D_vtkContextMouseEvent_LastPos_set")); mixin(bindCode("vtkContextMouseEvent_LastPos_get", "D_vtkContextMouseEvent_LastPos_get")); mixin(bindCode("vtkContextMouseEvent_LastScenePos_set", "D_vtkContextMouseEvent_LastScenePos_set")); mixin(bindCode("vtkContextMouseEvent_LastScenePos_get", "D_vtkContextMouseEvent_LastScenePos_get")); mixin(bindCode("vtkContextMouseEvent_LastScreenPos_set", "D_vtkContextMouseEvent_LastScreenPos_set")); mixin(bindCode("vtkContextMouseEvent_LastScreenPos_get", "D_vtkContextMouseEvent_LastScreenPos_get")); mixin(bindCode("vtkContextMouseEvent_Button_set", "D_vtkContextMouseEvent_Button_set")); mixin(bindCode("vtkContextMouseEvent_Button_get", "D_vtkContextMouseEvent_Button_get")); mixin(bindCode("vtkSocket_IsTypeOf", "D_vtkSocket_IsTypeOf")); mixin(bindCode("vtkSocket_SafeDownCast", "D_vtkSocket_SafeDownCast")); mixin(bindCode("vtkSocket_NewInstance", "D_vtkSocket_NewInstance")); mixin(bindCode("vtkSocket_GetConnected", "D_vtkSocket_GetConnected")); mixin(bindCode("vtkSocket_CloseSocket", "D_vtkSocket_CloseSocket")); mixin(bindCode("vtkSocket_Send", "D_vtkSocket_Send")); mixin(bindCode("vtkSocket_Receive__SWIG_0", "D_vtkSocket_Receive__SWIG_0")); mixin(bindCode("vtkSocket_Receive__SWIG_1", "D_vtkSocket_Receive__SWIG_1")); mixin(bindCode("vtkSocket_GetSocketDescriptor", "D_vtkSocket_GetSocketDescriptor")); mixin(bindCode("vtkSocket_SelectSockets", "D_vtkSocket_SelectSockets")); mixin(bindCode("vtkSocket_Upcast", "D_vtkSocket_Upcast")); mixin(bindCode("vtkClientSocket_New", "D_vtkClientSocket_New")); mixin(bindCode("vtkClientSocket_IsTypeOf", "D_vtkClientSocket_IsTypeOf")); mixin(bindCode("vtkClientSocket_SafeDownCast", "D_vtkClientSocket_SafeDownCast")); mixin(bindCode("vtkClientSocket_NewInstance", "D_vtkClientSocket_NewInstance")); mixin(bindCode("vtkClientSocket_ConnectToServer", "D_vtkClientSocket_ConnectToServer")); mixin(bindCode("vtkClientSocket_GetConnectingSide", "D_vtkClientSocket_GetConnectingSide")); mixin(bindCode("new_vtkClientSocket", "D_new_vtkClientSocket")); mixin(bindCode("delete_vtkClientSocket", "D_delete_vtkClientSocket")); mixin(bindCode("vtkClientSocket_Upcast", "D_vtkClientSocket_Upcast")); mixin(bindCode("vtkPainter_IsTypeOf", "D_vtkPainter_IsTypeOf")); mixin(bindCode("vtkPainter_SafeDownCast", "D_vtkPainter_SafeDownCast")); mixin(bindCode("vtkPainter_NewInstance", "D_vtkPainter_NewInstance")); mixin(bindCode("vtkPainter_STATIC_DATA", "D_vtkPainter_STATIC_DATA")); mixin(bindCode("vtkPainter_CONSERVE_MEMORY", "D_vtkPainter_CONSERVE_MEMORY")); mixin(bindCode("vtkPainter_HIGH_QUALITY", "D_vtkPainter_HIGH_QUALITY")); mixin(bindCode("vtkPainter_GetInformation", "D_vtkPainter_GetInformation")); mixin(bindCode("vtkPainter_SetInformation", "D_vtkPainter_SetInformation")); mixin(bindCode("vtkPainter_GetDelegatePainter", "D_vtkPainter_GetDelegatePainter")); mixin(bindCode("vtkPainter_SetDelegatePainter", "D_vtkPainter_SetDelegatePainter")); mixin(bindCode("vtkPainter_Render", "D_vtkPainter_Render")); mixin(bindCode("vtkPainter_ReleaseGraphicsResources", "D_vtkPainter_ReleaseGraphicsResources")); mixin(bindCode("vtkPainter_SetProgress", "D_vtkPainter_SetProgress")); mixin(bindCode("vtkPainter_GetProgressMinValue", "D_vtkPainter_GetProgressMinValue")); mixin(bindCode("vtkPainter_GetProgressMaxValue", "D_vtkPainter_GetProgressMaxValue")); mixin(bindCode("vtkPainter_GetProgress", "D_vtkPainter_GetProgress")); mixin(bindCode("vtkPainter_GetTimeToDraw", "D_vtkPainter_GetTimeToDraw")); mixin(bindCode("vtkPainter_UpdateBounds", "D_vtkPainter_UpdateBounds")); mixin(bindCode("vtkPainter_SetInput", "D_vtkPainter_SetInput")); mixin(bindCode("vtkPainter_GetInput", "D_vtkPainter_GetInput")); mixin(bindCode("vtkPainter_GetOutput", "D_vtkPainter_GetOutput")); mixin(bindCode("new_vtkPainter", "D_new_vtkPainter")); mixin(bindCode("delete_vtkPainter", "D_delete_vtkPainter")); mixin(bindCode("vtkPainter_Upcast", "D_vtkPainter_Upcast")); mixin(bindCode("vtkPolyDataPainter_IsTypeOf", "D_vtkPolyDataPainter_IsTypeOf")); mixin(bindCode("vtkPolyDataPainter_SafeDownCast", "D_vtkPolyDataPainter_SafeDownCast")); mixin(bindCode("vtkPolyDataPainter_NewInstance", "D_vtkPolyDataPainter_NewInstance")); mixin(bindCode("vtkPolyDataPainter_GetInputAsPolyData", "D_vtkPolyDataPainter_GetInputAsPolyData")); mixin(bindCode("vtkPolyDataPainter_GetOutputAsPolyData", "D_vtkPolyDataPainter_GetOutputAsPolyData")); mixin(bindCode("vtkPolyDataPainter_BUILD_NORMALS", "D_vtkPolyDataPainter_BUILD_NORMALS")); mixin(bindCode("vtkPolyDataPainter_DISABLE_SCALAR_COLOR", "D_vtkPolyDataPainter_DISABLE_SCALAR_COLOR")); mixin(bindCode("vtkPolyDataPainter_DATA_ARRAY_TO_VERTEX_ATTRIBUTE", "D_vtkPolyDataPainter_DATA_ARRAY_TO_VERTEX_ATTRIBUTE")); mixin(bindCode("vtkPolyDataPainter_SHADER_DEVICE_ADAPTOR", "D_vtkPolyDataPainter_SHADER_DEVICE_ADAPTOR")); mixin(bindCode("vtkPolyDataPainter_Upcast", "D_vtkPolyDataPainter_Upcast")); mixin(bindCode("vtkRepresentationPainter_New", "D_vtkRepresentationPainter_New")); mixin(bindCode("vtkRepresentationPainter_IsTypeOf", "D_vtkRepresentationPainter_IsTypeOf")); mixin(bindCode("vtkRepresentationPainter_SafeDownCast", "D_vtkRepresentationPainter_SafeDownCast")); mixin(bindCode("vtkRepresentationPainter_NewInstance", "D_vtkRepresentationPainter_NewInstance")); mixin(bindCode("vtkRepresentationPainter_Upcast", "D_vtkRepresentationPainter_Upcast")); mixin(bindCode("vtkLookupTableWithEnabling_New", "D_vtkLookupTableWithEnabling_New")); mixin(bindCode("vtkLookupTableWithEnabling_IsTypeOf", "D_vtkLookupTableWithEnabling_IsTypeOf")); mixin(bindCode("vtkLookupTableWithEnabling_SafeDownCast", "D_vtkLookupTableWithEnabling_SafeDownCast")); mixin(bindCode("vtkLookupTableWithEnabling_NewInstance", "D_vtkLookupTableWithEnabling_NewInstance")); mixin(bindCode("vtkLookupTableWithEnabling_GetEnabledArray", "D_vtkLookupTableWithEnabling_GetEnabledArray")); mixin(bindCode("vtkLookupTableWithEnabling_SetEnabledArray", "D_vtkLookupTableWithEnabling_SetEnabledArray")); mixin(bindCode("vtkLookupTableWithEnabling_DisableColor", "D_vtkLookupTableWithEnabling_DisableColor")); mixin(bindCode("vtkLookupTableWithEnabling_Upcast", "D_vtkLookupTableWithEnabling_Upcast")); mixin(bindCode("vtkPassInputTypeAlgorithm_New", "D_vtkPassInputTypeAlgorithm_New")); mixin(bindCode("vtkPassInputTypeAlgorithm_IsTypeOf", "D_vtkPassInputTypeAlgorithm_IsTypeOf")); mixin(bindCode("vtkPassInputTypeAlgorithm_SafeDownCast", "D_vtkPassInputTypeAlgorithm_SafeDownCast")); mixin(bindCode("vtkPassInputTypeAlgorithm_NewInstance", "D_vtkPassInputTypeAlgorithm_NewInstance")); mixin(bindCode("vtkPassInputTypeAlgorithm_GetOutput__SWIG_0", "D_vtkPassInputTypeAlgorithm_GetOutput__SWIG_0")); mixin(bindCode("vtkPassInputTypeAlgorithm_GetOutput__SWIG_1", "D_vtkPassInputTypeAlgorithm_GetOutput__SWIG_1")); mixin(bindCode("vtkPassInputTypeAlgorithm_GetPolyDataOutput", "D_vtkPassInputTypeAlgorithm_GetPolyDataOutput")); mixin(bindCode("vtkPassInputTypeAlgorithm_GetStructuredPointsOutput", "D_vtkPassInputTypeAlgorithm_GetStructuredPointsOutput")); mixin(bindCode("vtkPassInputTypeAlgorithm_GetImageDataOutput", "D_vtkPassInputTypeAlgorithm_GetImageDataOutput")); mixin(bindCode("vtkPassInputTypeAlgorithm_GetStructuredGridOutput", "D_vtkPassInputTypeAlgorithm_GetStructuredGridOutput")); mixin(bindCode("vtkPassInputTypeAlgorithm_GetUnstructuredGridOutput", "D_vtkPassInputTypeAlgorithm_GetUnstructuredGridOutput")); mixin(bindCode("vtkPassInputTypeAlgorithm_GetRectilinearGridOutput", "D_vtkPassInputTypeAlgorithm_GetRectilinearGridOutput")); mixin(bindCode("vtkPassInputTypeAlgorithm_GetTableOutput", "D_vtkPassInputTypeAlgorithm_GetTableOutput")); mixin(bindCode("vtkPassInputTypeAlgorithm_GetGraphOutput", "D_vtkPassInputTypeAlgorithm_GetGraphOutput")); mixin(bindCode("vtkPassInputTypeAlgorithm_GetInput", "D_vtkPassInputTypeAlgorithm_GetInput")); mixin(bindCode("vtkPassInputTypeAlgorithm_SetInputData__SWIG_0", "D_vtkPassInputTypeAlgorithm_SetInputData__SWIG_0")); mixin(bindCode("vtkPassInputTypeAlgorithm_SetInputData__SWIG_1", "D_vtkPassInputTypeAlgorithm_SetInputData__SWIG_1")); mixin(bindCode("vtkPassInputTypeAlgorithm_AddInputData__SWIG_0", "D_vtkPassInputTypeAlgorithm_AddInputData__SWIG_0")); mixin(bindCode("vtkPassInputTypeAlgorithm_AddInputData__SWIG_1", "D_vtkPassInputTypeAlgorithm_AddInputData__SWIG_1")); mixin(bindCode("vtkPassInputTypeAlgorithm_Upcast", "D_vtkPassInputTypeAlgorithm_Upcast")); mixin(bindCode("vtkDataRepresentation_New", "D_vtkDataRepresentation_New")); mixin(bindCode("vtkDataRepresentation_IsTypeOf", "D_vtkDataRepresentation_IsTypeOf")); mixin(bindCode("vtkDataRepresentation_SafeDownCast", "D_vtkDataRepresentation_SafeDownCast")); mixin(bindCode("vtkDataRepresentation_NewInstance", "D_vtkDataRepresentation_NewInstance")); mixin(bindCode("vtkDataRepresentation_GetInputConnection__SWIG_0", "D_vtkDataRepresentation_GetInputConnection__SWIG_0")); mixin(bindCode("vtkDataRepresentation_GetInputConnection__SWIG_1", "D_vtkDataRepresentation_GetInputConnection__SWIG_1")); mixin(bindCode("vtkDataRepresentation_GetInputConnection__SWIG_2", "D_vtkDataRepresentation_GetInputConnection__SWIG_2")); mixin(bindCode("vtkDataRepresentation_GetAnnotationLink", "D_vtkDataRepresentation_GetAnnotationLink")); mixin(bindCode("vtkDataRepresentation_SetAnnotationLink", "D_vtkDataRepresentation_SetAnnotationLink")); mixin(bindCode("vtkDataRepresentation_ApplyViewTheme", "D_vtkDataRepresentation_ApplyViewTheme")); mixin(bindCode("vtkDataRepresentation_Select__SWIG_0", "D_vtkDataRepresentation_Select__SWIG_0")); mixin(bindCode("vtkDataRepresentation_Select__SWIG_1", "D_vtkDataRepresentation_Select__SWIG_1")); mixin(bindCode("vtkDataRepresentation_Annotate__SWIG_0", "D_vtkDataRepresentation_Annotate__SWIG_0")); mixin(bindCode("vtkDataRepresentation_Annotate__SWIG_1", "D_vtkDataRepresentation_Annotate__SWIG_1")); mixin(bindCode("vtkDataRepresentation_SetSelectable", "D_vtkDataRepresentation_SetSelectable")); mixin(bindCode("vtkDataRepresentation_GetSelectable", "D_vtkDataRepresentation_GetSelectable")); mixin(bindCode("vtkDataRepresentation_SelectableOn", "D_vtkDataRepresentation_SelectableOn")); mixin(bindCode("vtkDataRepresentation_SelectableOff", "D_vtkDataRepresentation_SelectableOff")); mixin(bindCode("vtkDataRepresentation_UpdateSelection__SWIG_0", "D_vtkDataRepresentation_UpdateSelection__SWIG_0")); mixin(bindCode("vtkDataRepresentation_UpdateSelection__SWIG_1", "D_vtkDataRepresentation_UpdateSelection__SWIG_1")); mixin(bindCode("vtkDataRepresentation_UpdateAnnotations__SWIG_0", "D_vtkDataRepresentation_UpdateAnnotations__SWIG_0")); mixin(bindCode("vtkDataRepresentation_UpdateAnnotations__SWIG_1", "D_vtkDataRepresentation_UpdateAnnotations__SWIG_1")); mixin(bindCode("vtkDataRepresentation_GetInternalAnnotationOutputPort__SWIG_0", "D_vtkDataRepresentation_GetInternalAnnotationOutputPort__SWIG_0")); mixin(bindCode("vtkDataRepresentation_GetInternalAnnotationOutputPort__SWIG_1", "D_vtkDataRepresentation_GetInternalAnnotationOutputPort__SWIG_1")); mixin(bindCode("vtkDataRepresentation_GetInternalAnnotationOutputPort__SWIG_2", "D_vtkDataRepresentation_GetInternalAnnotationOutputPort__SWIG_2")); mixin(bindCode("vtkDataRepresentation_GetInternalSelectionOutputPort__SWIG_0", "D_vtkDataRepresentation_GetInternalSelectionOutputPort__SWIG_0")); mixin(bindCode("vtkDataRepresentation_GetInternalSelectionOutputPort__SWIG_1", "D_vtkDataRepresentation_GetInternalSelectionOutputPort__SWIG_1")); mixin(bindCode("vtkDataRepresentation_GetInternalSelectionOutputPort__SWIG_2", "D_vtkDataRepresentation_GetInternalSelectionOutputPort__SWIG_2")); mixin(bindCode("vtkDataRepresentation_GetInternalOutputPort__SWIG_0", "D_vtkDataRepresentation_GetInternalOutputPort__SWIG_0")); mixin(bindCode("vtkDataRepresentation_GetInternalOutputPort__SWIG_1", "D_vtkDataRepresentation_GetInternalOutputPort__SWIG_1")); mixin(bindCode("vtkDataRepresentation_GetInternalOutputPort__SWIG_2", "D_vtkDataRepresentation_GetInternalOutputPort__SWIG_2")); mixin(bindCode("vtkDataRepresentation_SetSelectionType", "D_vtkDataRepresentation_SetSelectionType")); mixin(bindCode("vtkDataRepresentation_GetSelectionType", "D_vtkDataRepresentation_GetSelectionType")); mixin(bindCode("vtkDataRepresentation_SetSelectionArrayNames", "D_vtkDataRepresentation_SetSelectionArrayNames")); mixin(bindCode("vtkDataRepresentation_GetSelectionArrayNames", "D_vtkDataRepresentation_GetSelectionArrayNames")); mixin(bindCode("vtkDataRepresentation_SetSelectionArrayName", "D_vtkDataRepresentation_SetSelectionArrayName")); mixin(bindCode("vtkDataRepresentation_GetSelectionArrayName", "D_vtkDataRepresentation_GetSelectionArrayName")); mixin(bindCode("vtkDataRepresentation_ConvertSelection", "D_vtkDataRepresentation_ConvertSelection")); mixin(bindCode("vtkDataRepresentation_Upcast", "D_vtkDataRepresentation_Upcast")); mixin(bindCode("vtkRenderedRepresentation_New", "D_vtkRenderedRepresentation_New")); mixin(bindCode("vtkRenderedRepresentation_IsTypeOf", "D_vtkRenderedRepresentation_IsTypeOf")); mixin(bindCode("vtkRenderedRepresentation_SafeDownCast", "D_vtkRenderedRepresentation_SafeDownCast")); mixin(bindCode("vtkRenderedRepresentation_NewInstance", "D_vtkRenderedRepresentation_NewInstance")); mixin(bindCode("vtkRenderedRepresentation_SetLabelRenderMode", "D_vtkRenderedRepresentation_SetLabelRenderMode")); mixin(bindCode("vtkRenderedRepresentation_GetLabelRenderMode", "D_vtkRenderedRepresentation_GetLabelRenderMode")); mixin(bindCode("vtkRenderedRepresentation_Upcast", "D_vtkRenderedRepresentation_Upcast")); mixin(bindCode("vtkRenderedGraphRepresentation_New", "D_vtkRenderedGraphRepresentation_New")); mixin(bindCode("vtkRenderedGraphRepresentation_IsTypeOf", "D_vtkRenderedGraphRepresentation_IsTypeOf")); mixin(bindCode("vtkRenderedGraphRepresentation_SafeDownCast", "D_vtkRenderedGraphRepresentation_SafeDownCast")); mixin(bindCode("vtkRenderedGraphRepresentation_NewInstance", "D_vtkRenderedGraphRepresentation_NewInstance")); mixin(bindCode("vtkRenderedGraphRepresentation_SetVertexLabelArrayName", "D_vtkRenderedGraphRepresentation_SetVertexLabelArrayName")); mixin(bindCode("vtkRenderedGraphRepresentation_GetVertexLabelArrayName", "D_vtkRenderedGraphRepresentation_GetVertexLabelArrayName")); mixin(bindCode("vtkRenderedGraphRepresentation_SetVertexLabelPriorityArrayName", "D_vtkRenderedGraphRepresentation_SetVertexLabelPriorityArrayName")); mixin(bindCode("vtkRenderedGraphRepresentation_GetVertexLabelPriorityArrayName", "D_vtkRenderedGraphRepresentation_GetVertexLabelPriorityArrayName")); mixin(bindCode("vtkRenderedGraphRepresentation_SetVertexLabelVisibility", "D_vtkRenderedGraphRepresentation_SetVertexLabelVisibility")); mixin(bindCode("vtkRenderedGraphRepresentation_GetVertexLabelVisibility", "D_vtkRenderedGraphRepresentation_GetVertexLabelVisibility")); mixin(bindCode("vtkRenderedGraphRepresentation_VertexLabelVisibilityOn", "D_vtkRenderedGraphRepresentation_VertexLabelVisibilityOn")); mixin(bindCode("vtkRenderedGraphRepresentation_VertexLabelVisibilityOff", "D_vtkRenderedGraphRepresentation_VertexLabelVisibilityOff")); mixin(bindCode("vtkRenderedGraphRepresentation_SetVertexLabelTextProperty", "D_vtkRenderedGraphRepresentation_SetVertexLabelTextProperty")); mixin(bindCode("vtkRenderedGraphRepresentation_GetVertexLabelTextProperty", "D_vtkRenderedGraphRepresentation_GetVertexLabelTextProperty")); mixin(bindCode("vtkRenderedGraphRepresentation_SetVertexHoverArrayName", "D_vtkRenderedGraphRepresentation_SetVertexHoverArrayName")); mixin(bindCode("vtkRenderedGraphRepresentation_GetVertexHoverArrayName", "D_vtkRenderedGraphRepresentation_GetVertexHoverArrayName")); mixin(bindCode("vtkRenderedGraphRepresentation_SetHideVertexLabelsOnInteraction", "D_vtkRenderedGraphRepresentation_SetHideVertexLabelsOnInteraction")); mixin(bindCode("vtkRenderedGraphRepresentation_GetHideVertexLabelsOnInteraction", "D_vtkRenderedGraphRepresentation_GetHideVertexLabelsOnInteraction")); mixin(bindCode("vtkRenderedGraphRepresentation_HideVertexLabelsOnInteractionOn", "D_vtkRenderedGraphRepresentation_HideVertexLabelsOnInteractionOn")); mixin(bindCode("vtkRenderedGraphRepresentation_HideVertexLabelsOnInteractionOff", "D_vtkRenderedGraphRepresentation_HideVertexLabelsOnInteractionOff")); mixin(bindCode("vtkRenderedGraphRepresentation_SetEdgeLabelArrayName", "D_vtkRenderedGraphRepresentation_SetEdgeLabelArrayName")); mixin(bindCode("vtkRenderedGraphRepresentation_GetEdgeLabelArrayName", "D_vtkRenderedGraphRepresentation_GetEdgeLabelArrayName")); mixin(bindCode("vtkRenderedGraphRepresentation_SetEdgeLabelPriorityArrayName", "D_vtkRenderedGraphRepresentation_SetEdgeLabelPriorityArrayName")); mixin(bindCode("vtkRenderedGraphRepresentation_GetEdgeLabelPriorityArrayName", "D_vtkRenderedGraphRepresentation_GetEdgeLabelPriorityArrayName")); mixin(bindCode("vtkRenderedGraphRepresentation_SetEdgeLabelVisibility", "D_vtkRenderedGraphRepresentation_SetEdgeLabelVisibility")); mixin(bindCode("vtkRenderedGraphRepresentation_GetEdgeLabelVisibility", "D_vtkRenderedGraphRepresentation_GetEdgeLabelVisibility")); mixin(bindCode("vtkRenderedGraphRepresentation_EdgeLabelVisibilityOn", "D_vtkRenderedGraphRepresentation_EdgeLabelVisibilityOn")); mixin(bindCode("vtkRenderedGraphRepresentation_EdgeLabelVisibilityOff", "D_vtkRenderedGraphRepresentation_EdgeLabelVisibilityOff")); mixin(bindCode("vtkRenderedGraphRepresentation_SetEdgeLabelTextProperty", "D_vtkRenderedGraphRepresentation_SetEdgeLabelTextProperty")); mixin(bindCode("vtkRenderedGraphRepresentation_GetEdgeLabelTextProperty", "D_vtkRenderedGraphRepresentation_GetEdgeLabelTextProperty")); mixin(bindCode("vtkRenderedGraphRepresentation_SetEdgeHoverArrayName", "D_vtkRenderedGraphRepresentation_SetEdgeHoverArrayName")); mixin(bindCode("vtkRenderedGraphRepresentation_GetEdgeHoverArrayName", "D_vtkRenderedGraphRepresentation_GetEdgeHoverArrayName")); mixin(bindCode("vtkRenderedGraphRepresentation_SetHideEdgeLabelsOnInteraction", "D_vtkRenderedGraphRepresentation_SetHideEdgeLabelsOnInteraction")); mixin(bindCode("vtkRenderedGraphRepresentation_GetHideEdgeLabelsOnInteraction", "D_vtkRenderedGraphRepresentation_GetHideEdgeLabelsOnInteraction")); mixin(bindCode("vtkRenderedGraphRepresentation_HideEdgeLabelsOnInteractionOn", "D_vtkRenderedGraphRepresentation_HideEdgeLabelsOnInteractionOn")); mixin(bindCode("vtkRenderedGraphRepresentation_HideEdgeLabelsOnInteractionOff", "D_vtkRenderedGraphRepresentation_HideEdgeLabelsOnInteractionOff")); mixin(bindCode("vtkRenderedGraphRepresentation_SetVertexIconArrayName", "D_vtkRenderedGraphRepresentation_SetVertexIconArrayName")); mixin(bindCode("vtkRenderedGraphRepresentation_GetVertexIconArrayName", "D_vtkRenderedGraphRepresentation_GetVertexIconArrayName")); mixin(bindCode("vtkRenderedGraphRepresentation_SetVertexIconPriorityArrayName", "D_vtkRenderedGraphRepresentation_SetVertexIconPriorityArrayName")); mixin(bindCode("vtkRenderedGraphRepresentation_GetVertexIconPriorityArrayName", "D_vtkRenderedGraphRepresentation_GetVertexIconPriorityArrayName")); mixin(bindCode("vtkRenderedGraphRepresentation_SetVertexIconVisibility", "D_vtkRenderedGraphRepresentation_SetVertexIconVisibility")); mixin(bindCode("vtkRenderedGraphRepresentation_GetVertexIconVisibility", "D_vtkRenderedGraphRepresentation_GetVertexIconVisibility")); mixin(bindCode("vtkRenderedGraphRepresentation_VertexIconVisibilityOn", "D_vtkRenderedGraphRepresentation_VertexIconVisibilityOn")); mixin(bindCode("vtkRenderedGraphRepresentation_VertexIconVisibilityOff", "D_vtkRenderedGraphRepresentation_VertexIconVisibilityOff")); mixin(bindCode("vtkRenderedGraphRepresentation_AddVertexIconType", "D_vtkRenderedGraphRepresentation_AddVertexIconType")); mixin(bindCode("vtkRenderedGraphRepresentation_ClearVertexIconTypes", "D_vtkRenderedGraphRepresentation_ClearVertexIconTypes")); mixin(bindCode("vtkRenderedGraphRepresentation_SetUseVertexIconTypeMap", "D_vtkRenderedGraphRepresentation_SetUseVertexIconTypeMap")); mixin(bindCode("vtkRenderedGraphRepresentation_GetUseVertexIconTypeMap", "D_vtkRenderedGraphRepresentation_GetUseVertexIconTypeMap")); mixin(bindCode("vtkRenderedGraphRepresentation_UseVertexIconTypeMapOn", "D_vtkRenderedGraphRepresentation_UseVertexIconTypeMapOn")); mixin(bindCode("vtkRenderedGraphRepresentation_UseVertexIconTypeMapOff", "D_vtkRenderedGraphRepresentation_UseVertexIconTypeMapOff")); mixin(bindCode("vtkRenderedGraphRepresentation_SetVertexIconAlignment", "D_vtkRenderedGraphRepresentation_SetVertexIconAlignment")); mixin(bindCode("vtkRenderedGraphRepresentation_GetVertexIconAlignment", "D_vtkRenderedGraphRepresentation_GetVertexIconAlignment")); mixin(bindCode("vtkRenderedGraphRepresentation_SetVertexSelectedIcon", "D_vtkRenderedGraphRepresentation_SetVertexSelectedIcon")); mixin(bindCode("vtkRenderedGraphRepresentation_GetVertexSelectedIcon", "D_vtkRenderedGraphRepresentation_GetVertexSelectedIcon")); mixin(bindCode("vtkRenderedGraphRepresentation_SetVertexDefaultIcon", "D_vtkRenderedGraphRepresentation_SetVertexDefaultIcon")); mixin(bindCode("vtkRenderedGraphRepresentation_GetVertexDefaultIcon", "D_vtkRenderedGraphRepresentation_GetVertexDefaultIcon")); mixin(bindCode("vtkRenderedGraphRepresentation_SetVertexIconSelectionMode", "D_vtkRenderedGraphRepresentation_SetVertexIconSelectionMode")); mixin(bindCode("vtkRenderedGraphRepresentation_GetVertexIconSelectionMode", "D_vtkRenderedGraphRepresentation_GetVertexIconSelectionMode")); mixin(bindCode("vtkRenderedGraphRepresentation_SetVertexIconSelectionModeToSelectedIcon", "D_vtkRenderedGraphRepresentation_SetVertexIconSelectionModeToSelectedIcon")); mixin(bindCode("vtkRenderedGraphRepresentation_SetVertexIconSelectionModeToSelectedOffset", "D_vtkRenderedGraphRepresentation_SetVertexIconSelectionModeToSelectedOffset")); mixin(bindCode("vtkRenderedGraphRepresentation_SetVertexIconSelectionModeToAnnotationIcon", "D_vtkRenderedGraphRepresentation_SetVertexIconSelectionModeToAnnotationIcon")); mixin(bindCode("vtkRenderedGraphRepresentation_SetVertexIconSelectionModeToIgnoreSelection", "D_vtkRenderedGraphRepresentation_SetVertexIconSelectionModeToIgnoreSelection")); mixin(bindCode("vtkRenderedGraphRepresentation_SetEdgeIconArrayName", "D_vtkRenderedGraphRepresentation_SetEdgeIconArrayName")); mixin(bindCode("vtkRenderedGraphRepresentation_GetEdgeIconArrayName", "D_vtkRenderedGraphRepresentation_GetEdgeIconArrayName")); mixin(bindCode("vtkRenderedGraphRepresentation_SetEdgeIconPriorityArrayName", "D_vtkRenderedGraphRepresentation_SetEdgeIconPriorityArrayName")); mixin(bindCode("vtkRenderedGraphRepresentation_GetEdgeIconPriorityArrayName", "D_vtkRenderedGraphRepresentation_GetEdgeIconPriorityArrayName")); mixin(bindCode("vtkRenderedGraphRepresentation_SetEdgeIconVisibility", "D_vtkRenderedGraphRepresentation_SetEdgeIconVisibility")); mixin(bindCode("vtkRenderedGraphRepresentation_GetEdgeIconVisibility", "D_vtkRenderedGraphRepresentation_GetEdgeIconVisibility")); mixin(bindCode("vtkRenderedGraphRepresentation_EdgeIconVisibilityOn", "D_vtkRenderedGraphRepresentation_EdgeIconVisibilityOn")); mixin(bindCode("vtkRenderedGraphRepresentation_EdgeIconVisibilityOff", "D_vtkRenderedGraphRepresentation_EdgeIconVisibilityOff")); mixin(bindCode("vtkRenderedGraphRepresentation_AddEdgeIconType", "D_vtkRenderedGraphRepresentation_AddEdgeIconType")); mixin(bindCode("vtkRenderedGraphRepresentation_ClearEdgeIconTypes", "D_vtkRenderedGraphRepresentation_ClearEdgeIconTypes")); mixin(bindCode("vtkRenderedGraphRepresentation_SetUseEdgeIconTypeMap", "D_vtkRenderedGraphRepresentation_SetUseEdgeIconTypeMap")); mixin(bindCode("vtkRenderedGraphRepresentation_GetUseEdgeIconTypeMap", "D_vtkRenderedGraphRepresentation_GetUseEdgeIconTypeMap")); mixin(bindCode("vtkRenderedGraphRepresentation_UseEdgeIconTypeMapOn", "D_vtkRenderedGraphRepresentation_UseEdgeIconTypeMapOn")); mixin(bindCode("vtkRenderedGraphRepresentation_UseEdgeIconTypeMapOff", "D_vtkRenderedGraphRepresentation_UseEdgeIconTypeMapOff")); mixin(bindCode("vtkRenderedGraphRepresentation_SetEdgeIconAlignment", "D_vtkRenderedGraphRepresentation_SetEdgeIconAlignment")); mixin(bindCode("vtkRenderedGraphRepresentation_GetEdgeIconAlignment", "D_vtkRenderedGraphRepresentation_GetEdgeIconAlignment")); mixin(bindCode("vtkRenderedGraphRepresentation_SetColorVerticesByArray", "D_vtkRenderedGraphRepresentation_SetColorVerticesByArray")); mixin(bindCode("vtkRenderedGraphRepresentation_GetColorVerticesByArray", "D_vtkRenderedGraphRepresentation_GetColorVerticesByArray")); mixin(bindCode("vtkRenderedGraphRepresentation_ColorVerticesByArrayOn", "D_vtkRenderedGraphRepresentation_ColorVerticesByArrayOn")); mixin(bindCode("vtkRenderedGraphRepresentation_ColorVerticesByArrayOff", "D_vtkRenderedGraphRepresentation_ColorVerticesByArrayOff")); mixin(bindCode("vtkRenderedGraphRepresentation_SetVertexColorArrayName", "D_vtkRenderedGraphRepresentation_SetVertexColorArrayName")); mixin(bindCode("vtkRenderedGraphRepresentation_GetVertexColorArrayName", "D_vtkRenderedGraphRepresentation_GetVertexColorArrayName")); mixin(bindCode("vtkRenderedGraphRepresentation_SetColorEdgesByArray", "D_vtkRenderedGraphRepresentation_SetColorEdgesByArray")); mixin(bindCode("vtkRenderedGraphRepresentation_GetColorEdgesByArray", "D_vtkRenderedGraphRepresentation_GetColorEdgesByArray")); mixin(bindCode("vtkRenderedGraphRepresentation_ColorEdgesByArrayOn", "D_vtkRenderedGraphRepresentation_ColorEdgesByArrayOn")); mixin(bindCode("vtkRenderedGraphRepresentation_ColorEdgesByArrayOff", "D_vtkRenderedGraphRepresentation_ColorEdgesByArrayOff")); mixin(bindCode("vtkRenderedGraphRepresentation_SetEdgeColorArrayName", "D_vtkRenderedGraphRepresentation_SetEdgeColorArrayName")); mixin(bindCode("vtkRenderedGraphRepresentation_GetEdgeColorArrayName", "D_vtkRenderedGraphRepresentation_GetEdgeColorArrayName")); mixin(bindCode("vtkRenderedGraphRepresentation_SetEnableVerticesByArray", "D_vtkRenderedGraphRepresentation_SetEnableVerticesByArray")); mixin(bindCode("vtkRenderedGraphRepresentation_GetEnableVerticesByArray", "D_vtkRenderedGraphRepresentation_GetEnableVerticesByArray")); mixin(bindCode("vtkRenderedGraphRepresentation_EnableVerticesByArrayOn", "D_vtkRenderedGraphRepresentation_EnableVerticesByArrayOn")); mixin(bindCode("vtkRenderedGraphRepresentation_EnableVerticesByArrayOff", "D_vtkRenderedGraphRepresentation_EnableVerticesByArrayOff")); mixin(bindCode("vtkRenderedGraphRepresentation_SetEnabledVerticesArrayName", "D_vtkRenderedGraphRepresentation_SetEnabledVerticesArrayName")); mixin(bindCode("vtkRenderedGraphRepresentation_GetEnabledVerticesArrayName", "D_vtkRenderedGraphRepresentation_GetEnabledVerticesArrayName")); mixin(bindCode("vtkRenderedGraphRepresentation_SetEnableEdgesByArray", "D_vtkRenderedGraphRepresentation_SetEnableEdgesByArray")); mixin(bindCode("vtkRenderedGraphRepresentation_GetEnableEdgesByArray", "D_vtkRenderedGraphRepresentation_GetEnableEdgesByArray")); mixin(bindCode("vtkRenderedGraphRepresentation_EnableEdgesByArrayOn", "D_vtkRenderedGraphRepresentation_EnableEdgesByArrayOn")); mixin(bindCode("vtkRenderedGraphRepresentation_EnableEdgesByArrayOff", "D_vtkRenderedGraphRepresentation_EnableEdgesByArrayOff")); mixin(bindCode("vtkRenderedGraphRepresentation_SetEnabledEdgesArrayName", "D_vtkRenderedGraphRepresentation_SetEnabledEdgesArrayName")); mixin(bindCode("vtkRenderedGraphRepresentation_GetEnabledEdgesArrayName", "D_vtkRenderedGraphRepresentation_GetEnabledEdgesArrayName")); mixin(bindCode("vtkRenderedGraphRepresentation_SetEdgeVisibility", "D_vtkRenderedGraphRepresentation_SetEdgeVisibility")); mixin(bindCode("vtkRenderedGraphRepresentation_GetEdgeVisibility", "D_vtkRenderedGraphRepresentation_GetEdgeVisibility")); mixin(bindCode("vtkRenderedGraphRepresentation_EdgeVisibilityOn", "D_vtkRenderedGraphRepresentation_EdgeVisibilityOn")); mixin(bindCode("vtkRenderedGraphRepresentation_EdgeVisibilityOff", "D_vtkRenderedGraphRepresentation_EdgeVisibilityOff")); mixin(bindCode("vtkRenderedGraphRepresentation_SetEdgeSelection", "D_vtkRenderedGraphRepresentation_SetEdgeSelection")); mixin(bindCode("vtkRenderedGraphRepresentation_GetEdgeSelection", "D_vtkRenderedGraphRepresentation_GetEdgeSelection")); mixin(bindCode("vtkRenderedGraphRepresentation_SetLayoutStrategy__SWIG_0", "D_vtkRenderedGraphRepresentation_SetLayoutStrategy__SWIG_0")); mixin(bindCode("vtkRenderedGraphRepresentation_GetLayoutStrategy", "D_vtkRenderedGraphRepresentation_GetLayoutStrategy")); mixin(bindCode("vtkRenderedGraphRepresentation_SetLayoutStrategy__SWIG_1", "D_vtkRenderedGraphRepresentation_SetLayoutStrategy__SWIG_1")); mixin(bindCode("vtkRenderedGraphRepresentation_GetLayoutStrategyName", "D_vtkRenderedGraphRepresentation_GetLayoutStrategyName")); mixin(bindCode("vtkRenderedGraphRepresentation_SetLayoutStrategyToRandom", "D_vtkRenderedGraphRepresentation_SetLayoutStrategyToRandom")); mixin(bindCode("vtkRenderedGraphRepresentation_SetLayoutStrategyToForceDirected", "D_vtkRenderedGraphRepresentation_SetLayoutStrategyToForceDirected")); mixin(bindCode("vtkRenderedGraphRepresentation_SetLayoutStrategyToSimple2D", "D_vtkRenderedGraphRepresentation_SetLayoutStrategyToSimple2D")); mixin(bindCode("vtkRenderedGraphRepresentation_SetLayoutStrategyToClustering2D", "D_vtkRenderedGraphRepresentation_SetLayoutStrategyToClustering2D")); mixin(bindCode("vtkRenderedGraphRepresentation_SetLayoutStrategyToCommunity2D", "D_vtkRenderedGraphRepresentation_SetLayoutStrategyToCommunity2D")); mixin(bindCode("vtkRenderedGraphRepresentation_SetLayoutStrategyToFast2D", "D_vtkRenderedGraphRepresentation_SetLayoutStrategyToFast2D")); mixin(bindCode("vtkRenderedGraphRepresentation_SetLayoutStrategyToPassThrough", "D_vtkRenderedGraphRepresentation_SetLayoutStrategyToPassThrough")); mixin(bindCode("vtkRenderedGraphRepresentation_SetLayoutStrategyToCircular", "D_vtkRenderedGraphRepresentation_SetLayoutStrategyToCircular")); mixin(bindCode("vtkRenderedGraphRepresentation_SetLayoutStrategyToTree__SWIG_0", "D_vtkRenderedGraphRepresentation_SetLayoutStrategyToTree__SWIG_0")); mixin(bindCode("vtkRenderedGraphRepresentation_SetLayoutStrategyToCosmicTree__SWIG_0", "D_vtkRenderedGraphRepresentation_SetLayoutStrategyToCosmicTree__SWIG_0")); mixin(bindCode("vtkRenderedGraphRepresentation_SetLayoutStrategyToCone", "D_vtkRenderedGraphRepresentation_SetLayoutStrategyToCone")); mixin(bindCode("vtkRenderedGraphRepresentation_SetLayoutStrategyToSpanTree", "D_vtkRenderedGraphRepresentation_SetLayoutStrategyToSpanTree")); mixin(bindCode("vtkRenderedGraphRepresentation_SetLayoutStrategyToAssignCoordinates__SWIG_0", "D_vtkRenderedGraphRepresentation_SetLayoutStrategyToAssignCoordinates__SWIG_0")); mixin(bindCode("vtkRenderedGraphRepresentation_SetLayoutStrategyToAssignCoordinates__SWIG_1", "D_vtkRenderedGraphRepresentation_SetLayoutStrategyToAssignCoordinates__SWIG_1")); mixin(bindCode("vtkRenderedGraphRepresentation_SetLayoutStrategyToAssignCoordinates__SWIG_2", "D_vtkRenderedGraphRepresentation_SetLayoutStrategyToAssignCoordinates__SWIG_2")); mixin(bindCode("vtkRenderedGraphRepresentation_SetLayoutStrategyToTree__SWIG_1", "D_vtkRenderedGraphRepresentation_SetLayoutStrategyToTree__SWIG_1")); mixin(bindCode("vtkRenderedGraphRepresentation_SetLayoutStrategyToTree__SWIG_2", "D_vtkRenderedGraphRepresentation_SetLayoutStrategyToTree__SWIG_2")); mixin(bindCode("vtkRenderedGraphRepresentation_SetLayoutStrategyToTree__SWIG_3", "D_vtkRenderedGraphRepresentation_SetLayoutStrategyToTree__SWIG_3")); mixin(bindCode("vtkRenderedGraphRepresentation_SetLayoutStrategyToTree__SWIG_4", "D_vtkRenderedGraphRepresentation_SetLayoutStrategyToTree__SWIG_4")); mixin(bindCode("vtkRenderedGraphRepresentation_SetLayoutStrategyToCosmicTree__SWIG_1", "D_vtkRenderedGraphRepresentation_SetLayoutStrategyToCosmicTree__SWIG_1")); mixin(bindCode("vtkRenderedGraphRepresentation_SetLayoutStrategyToCosmicTree__SWIG_2", "D_vtkRenderedGraphRepresentation_SetLayoutStrategyToCosmicTree__SWIG_2")); mixin(bindCode("vtkRenderedGraphRepresentation_SetLayoutStrategyToCosmicTree__SWIG_3", "D_vtkRenderedGraphRepresentation_SetLayoutStrategyToCosmicTree__SWIG_3")); mixin(bindCode("vtkRenderedGraphRepresentation_SetLayoutStrategyToCosmicTree__SWIG_4", "D_vtkRenderedGraphRepresentation_SetLayoutStrategyToCosmicTree__SWIG_4")); mixin(bindCode("vtkRenderedGraphRepresentation_SetEdgeLayoutStrategy__SWIG_0", "D_vtkRenderedGraphRepresentation_SetEdgeLayoutStrategy__SWIG_0")); mixin(bindCode("vtkRenderedGraphRepresentation_GetEdgeLayoutStrategy", "D_vtkRenderedGraphRepresentation_GetEdgeLayoutStrategy")); mixin(bindCode("vtkRenderedGraphRepresentation_SetEdgeLayoutStrategyToArcParallel", "D_vtkRenderedGraphRepresentation_SetEdgeLayoutStrategyToArcParallel")); mixin(bindCode("vtkRenderedGraphRepresentation_SetEdgeLayoutStrategyToPassThrough", "D_vtkRenderedGraphRepresentation_SetEdgeLayoutStrategyToPassThrough")); mixin(bindCode("vtkRenderedGraphRepresentation_SetEdgeLayoutStrategyToGeo__SWIG_0", "D_vtkRenderedGraphRepresentation_SetEdgeLayoutStrategyToGeo__SWIG_0")); mixin(bindCode("vtkRenderedGraphRepresentation_SetEdgeLayoutStrategyToGeo__SWIG_1", "D_vtkRenderedGraphRepresentation_SetEdgeLayoutStrategyToGeo__SWIG_1")); mixin(bindCode("vtkRenderedGraphRepresentation_SetEdgeLayoutStrategy__SWIG_1", "D_vtkRenderedGraphRepresentation_SetEdgeLayoutStrategy__SWIG_1")); mixin(bindCode("vtkRenderedGraphRepresentation_GetEdgeLayoutStrategyName", "D_vtkRenderedGraphRepresentation_GetEdgeLayoutStrategyName")); mixin(bindCode("vtkRenderedGraphRepresentation_SetGlyphType", "D_vtkRenderedGraphRepresentation_SetGlyphType")); mixin(bindCode("vtkRenderedGraphRepresentation_GetGlyphType", "D_vtkRenderedGraphRepresentation_GetGlyphType")); mixin(bindCode("vtkRenderedGraphRepresentation_SetScaling", "D_vtkRenderedGraphRepresentation_SetScaling")); mixin(bindCode("vtkRenderedGraphRepresentation_GetScaling", "D_vtkRenderedGraphRepresentation_GetScaling")); mixin(bindCode("vtkRenderedGraphRepresentation_ScalingOn", "D_vtkRenderedGraphRepresentation_ScalingOn")); mixin(bindCode("vtkRenderedGraphRepresentation_ScalingOff", "D_vtkRenderedGraphRepresentation_ScalingOff")); mixin(bindCode("vtkRenderedGraphRepresentation_SetScalingArrayName", "D_vtkRenderedGraphRepresentation_SetScalingArrayName")); mixin(bindCode("vtkRenderedGraphRepresentation_GetScalingArrayName", "D_vtkRenderedGraphRepresentation_GetScalingArrayName")); mixin(bindCode("vtkRenderedGraphRepresentation_SetVertexScalarBarVisibility", "D_vtkRenderedGraphRepresentation_SetVertexScalarBarVisibility")); mixin(bindCode("vtkRenderedGraphRepresentation_GetVertexScalarBarVisibility", "D_vtkRenderedGraphRepresentation_GetVertexScalarBarVisibility")); mixin(bindCode("vtkRenderedGraphRepresentation_SetEdgeScalarBarVisibility", "D_vtkRenderedGraphRepresentation_SetEdgeScalarBarVisibility")); mixin(bindCode("vtkRenderedGraphRepresentation_GetEdgeScalarBarVisibility", "D_vtkRenderedGraphRepresentation_GetEdgeScalarBarVisibility")); mixin(bindCode("vtkRenderedGraphRepresentation_GetVertexScalarBar", "D_vtkRenderedGraphRepresentation_GetVertexScalarBar")); mixin(bindCode("vtkRenderedGraphRepresentation_GetEdgeScalarBar", "D_vtkRenderedGraphRepresentation_GetEdgeScalarBar")); mixin(bindCode("vtkRenderedGraphRepresentation_IsLayoutComplete", "D_vtkRenderedGraphRepresentation_IsLayoutComplete")); mixin(bindCode("vtkRenderedGraphRepresentation_UpdateLayout", "D_vtkRenderedGraphRepresentation_UpdateLayout")); mixin(bindCode("vtkRenderedGraphRepresentation_ComputeSelectedGraphBounds", "D_vtkRenderedGraphRepresentation_ComputeSelectedGraphBounds")); mixin(bindCode("vtkRenderedGraphRepresentation_Upcast", "D_vtkRenderedGraphRepresentation_Upcast")); mixin(bindCode("vtkIVWriter_New", "D_vtkIVWriter_New")); mixin(bindCode("vtkIVWriter_IsTypeOf", "D_vtkIVWriter_IsTypeOf")); mixin(bindCode("vtkIVWriter_SafeDownCast", "D_vtkIVWriter_SafeDownCast")); mixin(bindCode("vtkIVWriter_NewInstance", "D_vtkIVWriter_NewInstance")); mixin(bindCode("vtkIVWriter_GetInput__SWIG_0", "D_vtkIVWriter_GetInput__SWIG_0")); mixin(bindCode("vtkIVWriter_GetInput__SWIG_1", "D_vtkIVWriter_GetInput__SWIG_1")); mixin(bindCode("vtkIVWriter_SetFileName", "D_vtkIVWriter_SetFileName")); mixin(bindCode("vtkIVWriter_GetFileName", "D_vtkIVWriter_GetFileName")); mixin(bindCode("vtkIVWriter_Upcast", "D_vtkIVWriter_Upcast")); mixin(bindCode("vtkCellDataToPointData_New", "D_vtkCellDataToPointData_New")); mixin(bindCode("vtkCellDataToPointData_IsTypeOf", "D_vtkCellDataToPointData_IsTypeOf")); mixin(bindCode("vtkCellDataToPointData_SafeDownCast", "D_vtkCellDataToPointData_SafeDownCast")); mixin(bindCode("vtkCellDataToPointData_NewInstance", "D_vtkCellDataToPointData_NewInstance")); mixin(bindCode("vtkCellDataToPointData_SetPassCellData", "D_vtkCellDataToPointData_SetPassCellData")); mixin(bindCode("vtkCellDataToPointData_GetPassCellData", "D_vtkCellDataToPointData_GetPassCellData")); mixin(bindCode("vtkCellDataToPointData_PassCellDataOn", "D_vtkCellDataToPointData_PassCellDataOn")); mixin(bindCode("vtkCellDataToPointData_PassCellDataOff", "D_vtkCellDataToPointData_PassCellDataOff")); mixin(bindCode("vtkCellDataToPointData_Upcast", "D_vtkCellDataToPointData_Upcast")); mixin(bindCode("vtkPCellDataToPointData_IsTypeOf", "D_vtkPCellDataToPointData_IsTypeOf")); mixin(bindCode("vtkPCellDataToPointData_SafeDownCast", "D_vtkPCellDataToPointData_SafeDownCast")); mixin(bindCode("vtkPCellDataToPointData_NewInstance", "D_vtkPCellDataToPointData_NewInstance")); mixin(bindCode("vtkPCellDataToPointData_New", "D_vtkPCellDataToPointData_New")); mixin(bindCode("vtkPCellDataToPointData_SetPieceInvariant", "D_vtkPCellDataToPointData_SetPieceInvariant")); mixin(bindCode("vtkPCellDataToPointData_GetPieceInvariant", "D_vtkPCellDataToPointData_GetPieceInvariant")); mixin(bindCode("vtkPCellDataToPointData_PieceInvariantOn", "D_vtkPCellDataToPointData_PieceInvariantOn")); mixin(bindCode("vtkPCellDataToPointData_PieceInvariantOff", "D_vtkPCellDataToPointData_PieceInvariantOff")); mixin(bindCode("vtkPCellDataToPointData_Upcast", "D_vtkPCellDataToPointData_Upcast")); mixin(bindCode("vtkImageSkeleton2D_New", "D_vtkImageSkeleton2D_New")); mixin(bindCode("vtkImageSkeleton2D_IsTypeOf", "D_vtkImageSkeleton2D_IsTypeOf")); mixin(bindCode("vtkImageSkeleton2D_SafeDownCast", "D_vtkImageSkeleton2D_SafeDownCast")); mixin(bindCode("vtkImageSkeleton2D_NewInstance", "D_vtkImageSkeleton2D_NewInstance")); mixin(bindCode("vtkImageSkeleton2D_SetPrune", "D_vtkImageSkeleton2D_SetPrune")); mixin(bindCode("vtkImageSkeleton2D_GetPrune", "D_vtkImageSkeleton2D_GetPrune")); mixin(bindCode("vtkImageSkeleton2D_PruneOn", "D_vtkImageSkeleton2D_PruneOn")); mixin(bindCode("vtkImageSkeleton2D_PruneOff", "D_vtkImageSkeleton2D_PruneOff")); mixin(bindCode("vtkImageSkeleton2D_SetNumberOfIterations", "D_vtkImageSkeleton2D_SetNumberOfIterations")); mixin(bindCode("vtkImageSkeleton2D_Upcast", "D_vtkImageSkeleton2D_Upcast")); mixin(bindCode("vtkInformationUnsignedLongKey_IsTypeOf", "D_vtkInformationUnsignedLongKey_IsTypeOf")); mixin(bindCode("vtkInformationUnsignedLongKey_SafeDownCast", "D_vtkInformationUnsignedLongKey_SafeDownCast")); mixin(bindCode("vtkInformationUnsignedLongKey_NewInstance", "D_vtkInformationUnsignedLongKey_NewInstance")); mixin(bindCode("new_vtkInformationUnsignedLongKey", "D_new_vtkInformationUnsignedLongKey")); mixin(bindCode("delete_vtkInformationUnsignedLongKey", "D_delete_vtkInformationUnsignedLongKey")); mixin(bindCode("vtkInformationUnsignedLongKey_Set", "D_vtkInformationUnsignedLongKey_Set")); mixin(bindCode("vtkInformationUnsignedLongKey_Get", "D_vtkInformationUnsignedLongKey_Get")); mixin(bindCode("vtkInformationUnsignedLongKey_Upcast", "D_vtkInformationUnsignedLongKey_Upcast")); mixin(bindCode("vtkPNMWriter_New", "D_vtkPNMWriter_New")); mixin(bindCode("vtkPNMWriter_IsTypeOf", "D_vtkPNMWriter_IsTypeOf")); mixin(bindCode("vtkPNMWriter_SafeDownCast", "D_vtkPNMWriter_SafeDownCast")); mixin(bindCode("vtkPNMWriter_NewInstance", "D_vtkPNMWriter_NewInstance")); mixin(bindCode("vtkPNMWriter_Upcast", "D_vtkPNMWriter_Upcast")); mixin(bindCode("vtkExtractUnstructuredGridPiece_New", "D_vtkExtractUnstructuredGridPiece_New")); mixin(bindCode("vtkExtractUnstructuredGridPiece_IsTypeOf", "D_vtkExtractUnstructuredGridPiece_IsTypeOf")); mixin(bindCode("vtkExtractUnstructuredGridPiece_SafeDownCast", "D_vtkExtractUnstructuredGridPiece_SafeDownCast")); mixin(bindCode("vtkExtractUnstructuredGridPiece_NewInstance", "D_vtkExtractUnstructuredGridPiece_NewInstance")); mixin(bindCode("vtkExtractUnstructuredGridPiece_SetCreateGhostCells", "D_vtkExtractUnstructuredGridPiece_SetCreateGhostCells")); mixin(bindCode("vtkExtractUnstructuredGridPiece_GetCreateGhostCells", "D_vtkExtractUnstructuredGridPiece_GetCreateGhostCells")); mixin(bindCode("vtkExtractUnstructuredGridPiece_CreateGhostCellsOn", "D_vtkExtractUnstructuredGridPiece_CreateGhostCellsOn")); mixin(bindCode("vtkExtractUnstructuredGridPiece_CreateGhostCellsOff", "D_vtkExtractUnstructuredGridPiece_CreateGhostCellsOff")); mixin(bindCode("vtkExtractUnstructuredGridPiece_Upcast", "D_vtkExtractUnstructuredGridPiece_Upcast")); mixin(bindCode("vtkByteSwap_New", "D_vtkByteSwap_New")); mixin(bindCode("vtkByteSwap_IsTypeOf", "D_vtkByteSwap_IsTypeOf")); mixin(bindCode("vtkByteSwap_SafeDownCast", "D_vtkByteSwap_SafeDownCast")); mixin(bindCode("vtkByteSwap_NewInstance", "D_vtkByteSwap_NewInstance")); mixin(bindCode("vtkByteSwap_Swap2LE", "D_vtkByteSwap_Swap2LE")); mixin(bindCode("vtkByteSwap_Swap4LE", "D_vtkByteSwap_Swap4LE")); mixin(bindCode("vtkByteSwap_Swap8LE", "D_vtkByteSwap_Swap8LE")); mixin(bindCode("vtkByteSwap_Swap2LERange", "D_vtkByteSwap_Swap2LERange")); mixin(bindCode("vtkByteSwap_Swap4LERange", "D_vtkByteSwap_Swap4LERange")); mixin(bindCode("vtkByteSwap_Swap8LERange", "D_vtkByteSwap_Swap8LERange")); mixin(bindCode("vtkByteSwap_SwapWrite2LERange__SWIG_0", "D_vtkByteSwap_SwapWrite2LERange__SWIG_0")); mixin(bindCode("vtkByteSwap_SwapWrite4LERange__SWIG_0", "D_vtkByteSwap_SwapWrite4LERange__SWIG_0")); mixin(bindCode("vtkByteSwap_SwapWrite8LERange__SWIG_0", "D_vtkByteSwap_SwapWrite8LERange__SWIG_0")); mixin(bindCode("vtkByteSwap_SwapWrite2LERange__SWIG_1", "D_vtkByteSwap_SwapWrite2LERange__SWIG_1")); mixin(bindCode("vtkByteSwap_SwapWrite4LERange__SWIG_1", "D_vtkByteSwap_SwapWrite4LERange__SWIG_1")); mixin(bindCode("vtkByteSwap_SwapWrite8LERange__SWIG_1", "D_vtkByteSwap_SwapWrite8LERange__SWIG_1")); mixin(bindCode("vtkByteSwap_Swap2BE", "D_vtkByteSwap_Swap2BE")); mixin(bindCode("vtkByteSwap_Swap4BE", "D_vtkByteSwap_Swap4BE")); mixin(bindCode("vtkByteSwap_Swap8BE", "D_vtkByteSwap_Swap8BE")); mixin(bindCode("vtkByteSwap_Swap2BERange", "D_vtkByteSwap_Swap2BERange")); mixin(bindCode("vtkByteSwap_Swap4BERange", "D_vtkByteSwap_Swap4BERange")); mixin(bindCode("vtkByteSwap_Swap8BERange", "D_vtkByteSwap_Swap8BERange")); mixin(bindCode("vtkByteSwap_SwapWrite2BERange__SWIG_0", "D_vtkByteSwap_SwapWrite2BERange__SWIG_0")); mixin(bindCode("vtkByteSwap_SwapWrite4BERange__SWIG_0", "D_vtkByteSwap_SwapWrite4BERange__SWIG_0")); mixin(bindCode("vtkByteSwap_SwapWrite8BERange__SWIG_0", "D_vtkByteSwap_SwapWrite8BERange__SWIG_0")); mixin(bindCode("vtkByteSwap_SwapWrite2BERange__SWIG_1", "D_vtkByteSwap_SwapWrite2BERange__SWIG_1")); mixin(bindCode("vtkByteSwap_SwapWrite4BERange__SWIG_1", "D_vtkByteSwap_SwapWrite4BERange__SWIG_1")); mixin(bindCode("vtkByteSwap_SwapWrite8BERange__SWIG_1", "D_vtkByteSwap_SwapWrite8BERange__SWIG_1")); mixin(bindCode("vtkByteSwap_SwapVoidRange", "D_vtkByteSwap_SwapVoidRange")); mixin(bindCode("vtkByteSwap_Upcast", "D_vtkByteSwap_Upcast")); mixin(bindCode("vtkMultiBlockPLOT3DReader_New", "D_vtkMultiBlockPLOT3DReader_New")); mixin(bindCode("vtkMultiBlockPLOT3DReader_IsTypeOf", "D_vtkMultiBlockPLOT3DReader_IsTypeOf")); mixin(bindCode("vtkMultiBlockPLOT3DReader_SafeDownCast", "D_vtkMultiBlockPLOT3DReader_SafeDownCast")); mixin(bindCode("vtkMultiBlockPLOT3DReader_NewInstance", "D_vtkMultiBlockPLOT3DReader_NewInstance")); mixin(bindCode("vtkMultiBlockPLOT3DReader_SetFileName", "D_vtkMultiBlockPLOT3DReader_SetFileName")); mixin(bindCode("vtkMultiBlockPLOT3DReader_GetFileName", "D_vtkMultiBlockPLOT3DReader_GetFileName")); mixin(bindCode("vtkMultiBlockPLOT3DReader_SetXYZFileName", "D_vtkMultiBlockPLOT3DReader_SetXYZFileName")); mixin(bindCode("vtkMultiBlockPLOT3DReader_GetXYZFileName", "D_vtkMultiBlockPLOT3DReader_GetXYZFileName")); mixin(bindCode("vtkMultiBlockPLOT3DReader_SetQFileName", "D_vtkMultiBlockPLOT3DReader_SetQFileName")); mixin(bindCode("vtkMultiBlockPLOT3DReader_GetQFileName", "D_vtkMultiBlockPLOT3DReader_GetQFileName")); mixin(bindCode("vtkMultiBlockPLOT3DReader_SetFunctionFileName", "D_vtkMultiBlockPLOT3DReader_SetFunctionFileName")); mixin(bindCode("vtkMultiBlockPLOT3DReader_GetFunctionFileName", "D_vtkMultiBlockPLOT3DReader_GetFunctionFileName")); mixin(bindCode("vtkMultiBlockPLOT3DReader_SetAutoDetectFormat", "D_vtkMultiBlockPLOT3DReader_SetAutoDetectFormat")); mixin(bindCode("vtkMultiBlockPLOT3DReader_GetAutoDetectFormat", "D_vtkMultiBlockPLOT3DReader_GetAutoDetectFormat")); mixin(bindCode("vtkMultiBlockPLOT3DReader_AutoDetectFormatOn", "D_vtkMultiBlockPLOT3DReader_AutoDetectFormatOn")); mixin(bindCode("vtkMultiBlockPLOT3DReader_AutoDetectFormatOff", "D_vtkMultiBlockPLOT3DReader_AutoDetectFormatOff")); mixin(bindCode("vtkMultiBlockPLOT3DReader_SetBinaryFile", "D_vtkMultiBlockPLOT3DReader_SetBinaryFile")); mixin(bindCode("vtkMultiBlockPLOT3DReader_GetBinaryFile", "D_vtkMultiBlockPLOT3DReader_GetBinaryFile")); mixin(bindCode("vtkMultiBlockPLOT3DReader_BinaryFileOn", "D_vtkMultiBlockPLOT3DReader_BinaryFileOn")); mixin(bindCode("vtkMultiBlockPLOT3DReader_BinaryFileOff", "D_vtkMultiBlockPLOT3DReader_BinaryFileOff")); mixin(bindCode("vtkMultiBlockPLOT3DReader_SetMultiGrid", "D_vtkMultiBlockPLOT3DReader_SetMultiGrid")); mixin(bindCode("vtkMultiBlockPLOT3DReader_GetMultiGrid", "D_vtkMultiBlockPLOT3DReader_GetMultiGrid")); mixin(bindCode("vtkMultiBlockPLOT3DReader_MultiGridOn", "D_vtkMultiBlockPLOT3DReader_MultiGridOn")); mixin(bindCode("vtkMultiBlockPLOT3DReader_MultiGridOff", "D_vtkMultiBlockPLOT3DReader_MultiGridOff")); mixin(bindCode("vtkMultiBlockPLOT3DReader_SetHasByteCount", "D_vtkMultiBlockPLOT3DReader_SetHasByteCount")); mixin(bindCode("vtkMultiBlockPLOT3DReader_GetHasByteCount", "D_vtkMultiBlockPLOT3DReader_GetHasByteCount")); mixin(bindCode("vtkMultiBlockPLOT3DReader_HasByteCountOn", "D_vtkMultiBlockPLOT3DReader_HasByteCountOn")); mixin(bindCode("vtkMultiBlockPLOT3DReader_HasByteCountOff", "D_vtkMultiBlockPLOT3DReader_HasByteCountOff")); mixin(bindCode("vtkMultiBlockPLOT3DReader_SetIBlanking", "D_vtkMultiBlockPLOT3DReader_SetIBlanking")); mixin(bindCode("vtkMultiBlockPLOT3DReader_GetIBlanking", "D_vtkMultiBlockPLOT3DReader_GetIBlanking")); mixin(bindCode("vtkMultiBlockPLOT3DReader_IBlankingOn", "D_vtkMultiBlockPLOT3DReader_IBlankingOn")); mixin(bindCode("vtkMultiBlockPLOT3DReader_IBlankingOff", "D_vtkMultiBlockPLOT3DReader_IBlankingOff")); mixin(bindCode("vtkMultiBlockPLOT3DReader_SetTwoDimensionalGeometry", "D_vtkMultiBlockPLOT3DReader_SetTwoDimensionalGeometry")); mixin(bindCode("vtkMultiBlockPLOT3DReader_GetTwoDimensionalGeometry", "D_vtkMultiBlockPLOT3DReader_GetTwoDimensionalGeometry")); mixin(bindCode("vtkMultiBlockPLOT3DReader_TwoDimensionalGeometryOn", "D_vtkMultiBlockPLOT3DReader_TwoDimensionalGeometryOn")); mixin(bindCode("vtkMultiBlockPLOT3DReader_TwoDimensionalGeometryOff", "D_vtkMultiBlockPLOT3DReader_TwoDimensionalGeometryOff")); mixin(bindCode("vtkMultiBlockPLOT3DReader_SetDoublePrecision", "D_vtkMultiBlockPLOT3DReader_SetDoublePrecision")); mixin(bindCode("vtkMultiBlockPLOT3DReader_GetDoublePrecision", "D_vtkMultiBlockPLOT3DReader_GetDoublePrecision")); mixin(bindCode("vtkMultiBlockPLOT3DReader_DoublePrecisionOn", "D_vtkMultiBlockPLOT3DReader_DoublePrecisionOn")); mixin(bindCode("vtkMultiBlockPLOT3DReader_DoublePrecisionOff", "D_vtkMultiBlockPLOT3DReader_DoublePrecisionOff")); mixin(bindCode("vtkMultiBlockPLOT3DReader_SetForceRead", "D_vtkMultiBlockPLOT3DReader_SetForceRead")); mixin(bindCode("vtkMultiBlockPLOT3DReader_GetForceRead", "D_vtkMultiBlockPLOT3DReader_GetForceRead")); mixin(bindCode("vtkMultiBlockPLOT3DReader_ForceReadOn", "D_vtkMultiBlockPLOT3DReader_ForceReadOn")); mixin(bindCode("vtkMultiBlockPLOT3DReader_ForceReadOff", "D_vtkMultiBlockPLOT3DReader_ForceReadOff")); mixin(bindCode("vtkMultiBlockPLOT3DReader_SetByteOrderToBigEndian", "D_vtkMultiBlockPLOT3DReader_SetByteOrderToBigEndian")); mixin(bindCode("vtkMultiBlockPLOT3DReader_SetByteOrderToLittleEndian", "D_vtkMultiBlockPLOT3DReader_SetByteOrderToLittleEndian")); mixin(bindCode("vtkMultiBlockPLOT3DReader_SetByteOrder", "D_vtkMultiBlockPLOT3DReader_SetByteOrder")); mixin(bindCode("vtkMultiBlockPLOT3DReader_GetByteOrder", "D_vtkMultiBlockPLOT3DReader_GetByteOrder")); mixin(bindCode("vtkMultiBlockPLOT3DReader_GetByteOrderAsString", "D_vtkMultiBlockPLOT3DReader_GetByteOrderAsString")); mixin(bindCode("vtkMultiBlockPLOT3DReader_SetR", "D_vtkMultiBlockPLOT3DReader_SetR")); mixin(bindCode("vtkMultiBlockPLOT3DReader_GetR", "D_vtkMultiBlockPLOT3DReader_GetR")); mixin(bindCode("vtkMultiBlockPLOT3DReader_SetGamma", "D_vtkMultiBlockPLOT3DReader_SetGamma")); mixin(bindCode("vtkMultiBlockPLOT3DReader_GetGamma", "D_vtkMultiBlockPLOT3DReader_GetGamma")); mixin(bindCode("vtkMultiBlockPLOT3DReader_SetScalarFunctionNumber", "D_vtkMultiBlockPLOT3DReader_SetScalarFunctionNumber")); mixin(bindCode("vtkMultiBlockPLOT3DReader_GetScalarFunctionNumber", "D_vtkMultiBlockPLOT3DReader_GetScalarFunctionNumber")); mixin(bindCode("vtkMultiBlockPLOT3DReader_SetVectorFunctionNumber", "D_vtkMultiBlockPLOT3DReader_SetVectorFunctionNumber")); mixin(bindCode("vtkMultiBlockPLOT3DReader_GetVectorFunctionNumber", "D_vtkMultiBlockPLOT3DReader_GetVectorFunctionNumber")); mixin(bindCode("vtkMultiBlockPLOT3DReader_AddFunction", "D_vtkMultiBlockPLOT3DReader_AddFunction")); mixin(bindCode("vtkMultiBlockPLOT3DReader_RemoveFunction", "D_vtkMultiBlockPLOT3DReader_RemoveFunction")); mixin(bindCode("vtkMultiBlockPLOT3DReader_RemoveAllFunctions", "D_vtkMultiBlockPLOT3DReader_RemoveAllFunctions")); mixin(bindCode("vtkMultiBlockPLOT3DReader_CanReadBinaryFile", "D_vtkMultiBlockPLOT3DReader_CanReadBinaryFile")); mixin(bindCode("vtkMultiBlockPLOT3DReader_Upcast", "D_vtkMultiBlockPLOT3DReader_Upcast")); mixin(bindCode("vtkStructuredGrid_New", "D_vtkStructuredGrid_New")); mixin(bindCode("vtkStructuredGrid_IsTypeOf", "D_vtkStructuredGrid_IsTypeOf")); mixin(bindCode("vtkStructuredGrid_SafeDownCast", "D_vtkStructuredGrid_SafeDownCast")); mixin(bindCode("vtkStructuredGrid_NewInstance", "D_vtkStructuredGrid_NewInstance")); mixin(bindCode("vtkStructuredGrid_GetPoint__SWIG_0", "D_vtkStructuredGrid_GetPoint__SWIG_0")); mixin(bindCode("vtkStructuredGrid_GetPoint__SWIG_1", "D_vtkStructuredGrid_GetPoint__SWIG_1")); mixin(bindCode("vtkStructuredGrid_GetCell__SWIG_0", "D_vtkStructuredGrid_GetCell__SWIG_0")); mixin(bindCode("vtkStructuredGrid_GetCell__SWIG_1", "D_vtkStructuredGrid_GetCell__SWIG_1")); mixin(bindCode("vtkStructuredGrid_GetScalarRange__SWIG_0", "D_vtkStructuredGrid_GetScalarRange__SWIG_0")); mixin(bindCode("vtkStructuredGrid_GetScalarRange__SWIG_1", "D_vtkStructuredGrid_GetScalarRange__SWIG_1")); mixin(bindCode("vtkStructuredGrid_SetDimensions__SWIG_0", "D_vtkStructuredGrid_SetDimensions__SWIG_0")); mixin(bindCode("vtkStructuredGrid_SetDimensions__SWIG_1", "D_vtkStructuredGrid_SetDimensions__SWIG_1")); mixin(bindCode("vtkStructuredGrid_GetDimensions__SWIG_0", "D_vtkStructuredGrid_GetDimensions__SWIG_0")); mixin(bindCode("vtkStructuredGrid_GetDimensions__SWIG_1", "D_vtkStructuredGrid_GetDimensions__SWIG_1")); mixin(bindCode("vtkStructuredGrid_GetDataDimension", "D_vtkStructuredGrid_GetDataDimension")); mixin(bindCode("vtkStructuredGrid_SetExtent__SWIG_0", "D_vtkStructuredGrid_SetExtent__SWIG_0")); mixin(bindCode("vtkStructuredGrid_SetExtent__SWIG_1", "D_vtkStructuredGrid_SetExtent__SWIG_1")); mixin(bindCode("vtkStructuredGrid_GetExtent__SWIG_0", "D_vtkStructuredGrid_GetExtent__SWIG_0")); mixin(bindCode("vtkStructuredGrid_GetExtent__SWIG_1", "D_vtkStructuredGrid_GetExtent__SWIG_1")); mixin(bindCode("vtkStructuredGrid_GetExtent__SWIG_2", "D_vtkStructuredGrid_GetExtent__SWIG_2")); mixin(bindCode("vtkStructuredGrid_BlankPoint", "D_vtkStructuredGrid_BlankPoint")); mixin(bindCode("vtkStructuredGrid_UnBlankPoint", "D_vtkStructuredGrid_UnBlankPoint")); mixin(bindCode("vtkStructuredGrid_BlankCell", "D_vtkStructuredGrid_BlankCell")); mixin(bindCode("vtkStructuredGrid_UnBlankCell", "D_vtkStructuredGrid_UnBlankCell")); mixin(bindCode("vtkStructuredGrid_GetPointVisibilityArray", "D_vtkStructuredGrid_GetPointVisibilityArray")); mixin(bindCode("vtkStructuredGrid_SetPointVisibilityArray", "D_vtkStructuredGrid_SetPointVisibilityArray")); mixin(bindCode("vtkStructuredGrid_GetCellVisibilityArray", "D_vtkStructuredGrid_GetCellVisibilityArray")); mixin(bindCode("vtkStructuredGrid_SetCellVisibilityArray", "D_vtkStructuredGrid_SetCellVisibilityArray")); mixin(bindCode("vtkStructuredGrid_IsPointVisible", "D_vtkStructuredGrid_IsPointVisible")); mixin(bindCode("vtkStructuredGrid_IsCellVisible", "D_vtkStructuredGrid_IsCellVisible")); mixin(bindCode("vtkStructuredGrid_GetPointBlanking", "D_vtkStructuredGrid_GetPointBlanking")); mixin(bindCode("vtkStructuredGrid_GetCellBlanking", "D_vtkStructuredGrid_GetCellBlanking")); mixin(bindCode("vtkStructuredGrid_GetCellDims", "D_vtkStructuredGrid_GetCellDims")); mixin(bindCode("vtkStructuredGrid_GetPoint__SWIG_2", "D_vtkStructuredGrid_GetPoint__SWIG_2")); mixin(bindCode("vtkStructuredGrid_GetPoint__SWIG_3", "D_vtkStructuredGrid_GetPoint__SWIG_3")); mixin(bindCode("vtkStructuredGrid_Upcast", "D_vtkStructuredGrid_Upcast")); mixin(bindCode("vtkMultiBlockPLOT3DReaderInternals_Blocks_set", "D_vtkMultiBlockPLOT3DReaderInternals_Blocks_set")); mixin(bindCode("vtkMultiBlockPLOT3DReaderInternals_Blocks_get", "D_vtkMultiBlockPLOT3DReaderInternals_Blocks_get")); mixin(bindCode("vtkMultiBlockPLOT3DReaderInternals_BinaryFile_set", "D_vtkMultiBlockPLOT3DReaderInternals_BinaryFile_set")); mixin(bindCode("vtkMultiBlockPLOT3DReaderInternals_BinaryFile_get", "D_vtkMultiBlockPLOT3DReaderInternals_BinaryFile_get")); mixin(bindCode("vtkMultiBlockPLOT3DReaderInternals_ByteOrder_set", "D_vtkMultiBlockPLOT3DReaderInternals_ByteOrder_set")); mixin(bindCode("vtkMultiBlockPLOT3DReaderInternals_ByteOrder_get", "D_vtkMultiBlockPLOT3DReaderInternals_ByteOrder_get")); mixin(bindCode("vtkMultiBlockPLOT3DReaderInternals_HasByteCount_set", "D_vtkMultiBlockPLOT3DReaderInternals_HasByteCount_set")); mixin(bindCode("vtkMultiBlockPLOT3DReaderInternals_HasByteCount_get", "D_vtkMultiBlockPLOT3DReaderInternals_HasByteCount_get")); mixin(bindCode("vtkMultiBlockPLOT3DReaderInternals_MultiGrid_set", "D_vtkMultiBlockPLOT3DReaderInternals_MultiGrid_set")); mixin(bindCode("vtkMultiBlockPLOT3DReaderInternals_MultiGrid_get", "D_vtkMultiBlockPLOT3DReaderInternals_MultiGrid_get")); mixin(bindCode("vtkMultiBlockPLOT3DReaderInternals_NumberOfDimensions_set", "D_vtkMultiBlockPLOT3DReaderInternals_NumberOfDimensions_set")); mixin(bindCode("vtkMultiBlockPLOT3DReaderInternals_NumberOfDimensions_get", "D_vtkMultiBlockPLOT3DReaderInternals_NumberOfDimensions_get")); mixin(bindCode("vtkMultiBlockPLOT3DReaderInternals_Precision_set", "D_vtkMultiBlockPLOT3DReaderInternals_Precision_set")); mixin(bindCode("vtkMultiBlockPLOT3DReaderInternals_Precision_get", "D_vtkMultiBlockPLOT3DReaderInternals_Precision_get")); mixin(bindCode("vtkMultiBlockPLOT3DReaderInternals_IBlanking_set", "D_vtkMultiBlockPLOT3DReaderInternals_IBlanking_set")); mixin(bindCode("vtkMultiBlockPLOT3DReaderInternals_IBlanking_get", "D_vtkMultiBlockPLOT3DReaderInternals_IBlanking_get")); mixin(bindCode("vtkMultiBlockPLOT3DReaderInternals_NeedToCheckXYZFile_set", "D_vtkMultiBlockPLOT3DReaderInternals_NeedToCheckXYZFile_set")); mixin(bindCode("vtkMultiBlockPLOT3DReaderInternals_NeedToCheckXYZFile_get", "D_vtkMultiBlockPLOT3DReaderInternals_NeedToCheckXYZFile_get")); mixin(bindCode("new_vtkMultiBlockPLOT3DReaderInternals", "D_new_vtkMultiBlockPLOT3DReaderInternals")); mixin(bindCode("vtkMultiBlockPLOT3DReaderInternals_ReadInts", "D_vtkMultiBlockPLOT3DReaderInternals_ReadInts")); mixin(bindCode("vtkMultiBlockPLOT3DReaderInternals_CheckBinaryFile", "D_vtkMultiBlockPLOT3DReaderInternals_CheckBinaryFile")); mixin(bindCode("vtkMultiBlockPLOT3DReaderInternals_CheckByteOrder", "D_vtkMultiBlockPLOT3DReaderInternals_CheckByteOrder")); mixin(bindCode("vtkMultiBlockPLOT3DReaderInternals_CheckByteCount", "D_vtkMultiBlockPLOT3DReaderInternals_CheckByteCount")); mixin(bindCode("vtkMultiBlockPLOT3DReaderInternals_CheckMultiGrid", "D_vtkMultiBlockPLOT3DReaderInternals_CheckMultiGrid")); mixin(bindCode("vtkMultiBlockPLOT3DReaderInternals_Check2DGeom", "D_vtkMultiBlockPLOT3DReaderInternals_Check2DGeom")); mixin(bindCode("vtkMultiBlockPLOT3DReaderInternals_CheckBlankingAndPrecision", "D_vtkMultiBlockPLOT3DReaderInternals_CheckBlankingAndPrecision")); mixin(bindCode("vtkMultiBlockPLOT3DReaderInternals_CheckCFile", "D_vtkMultiBlockPLOT3DReaderInternals_CheckCFile")); mixin(bindCode("vtkMultiBlockPLOT3DReaderInternals_CalculateFileSize", "D_vtkMultiBlockPLOT3DReaderInternals_CalculateFileSize")); mixin(bindCode("vtkMultiBlockPLOT3DReaderInternals_CalculateFileSizeForBlock", "D_vtkMultiBlockPLOT3DReaderInternals_CalculateFileSizeForBlock")); mixin(bindCode("delete_vtkMultiBlockPLOT3DReaderInternals", "D_delete_vtkMultiBlockPLOT3DReaderInternals")); mixin(bindCode("VTK_ZBUFFER_get", "D_VTK_ZBUFFER_get")); mixin(bindCode("vtkWindowToImageFilter_New", "D_vtkWindowToImageFilter_New")); mixin(bindCode("vtkWindowToImageFilter_IsTypeOf", "D_vtkWindowToImageFilter_IsTypeOf")); mixin(bindCode("vtkWindowToImageFilter_SafeDownCast", "D_vtkWindowToImageFilter_SafeDownCast")); mixin(bindCode("vtkWindowToImageFilter_NewInstance", "D_vtkWindowToImageFilter_NewInstance")); mixin(bindCode("vtkWindowToImageFilter_SetInput", "D_vtkWindowToImageFilter_SetInput")); mixin(bindCode("vtkWindowToImageFilter_GetInput", "D_vtkWindowToImageFilter_GetInput")); mixin(bindCode("vtkWindowToImageFilter_SetMagnification", "D_vtkWindowToImageFilter_SetMagnification")); mixin(bindCode("vtkWindowToImageFilter_GetMagnificationMinValue", "D_vtkWindowToImageFilter_GetMagnificationMinValue")); mixin(bindCode("vtkWindowToImageFilter_GetMagnificationMaxValue", "D_vtkWindowToImageFilter_GetMagnificationMaxValue")); mixin(bindCode("vtkWindowToImageFilter_GetMagnification", "D_vtkWindowToImageFilter_GetMagnification")); mixin(bindCode("vtkWindowToImageFilter_SetFixBoundary", "D_vtkWindowToImageFilter_SetFixBoundary")); mixin(bindCode("vtkWindowToImageFilter_GetFixBoundary", "D_vtkWindowToImageFilter_GetFixBoundary")); mixin(bindCode("vtkWindowToImageFilter_FixBoundaryOn", "D_vtkWindowToImageFilter_FixBoundaryOn")); mixin(bindCode("vtkWindowToImageFilter_FixBoundaryOff", "D_vtkWindowToImageFilter_FixBoundaryOff")); mixin(bindCode("vtkWindowToImageFilter_ReadFrontBufferOn", "D_vtkWindowToImageFilter_ReadFrontBufferOn")); mixin(bindCode("vtkWindowToImageFilter_ReadFrontBufferOff", "D_vtkWindowToImageFilter_ReadFrontBufferOff")); mixin(bindCode("vtkWindowToImageFilter_GetReadFrontBuffer", "D_vtkWindowToImageFilter_GetReadFrontBuffer")); mixin(bindCode("vtkWindowToImageFilter_SetReadFrontBuffer", "D_vtkWindowToImageFilter_SetReadFrontBuffer")); mixin(bindCode("vtkWindowToImageFilter_ShouldRerenderOn", "D_vtkWindowToImageFilter_ShouldRerenderOn")); mixin(bindCode("vtkWindowToImageFilter_ShouldRerenderOff", "D_vtkWindowToImageFilter_ShouldRerenderOff")); mixin(bindCode("vtkWindowToImageFilter_SetShouldRerender", "D_vtkWindowToImageFilter_SetShouldRerender")); mixin(bindCode("vtkWindowToImageFilter_GetShouldRerender", "D_vtkWindowToImageFilter_GetShouldRerender")); mixin(bindCode("vtkWindowToImageFilter_SetViewport__SWIG_0", "D_vtkWindowToImageFilter_SetViewport__SWIG_0")); mixin(bindCode("vtkWindowToImageFilter_SetViewport__SWIG_1", "D_vtkWindowToImageFilter_SetViewport__SWIG_1")); mixin(bindCode("vtkWindowToImageFilter_GetViewport__SWIG_0", "D_vtkWindowToImageFilter_GetViewport__SWIG_0")); mixin(bindCode("vtkWindowToImageFilter_GetViewport__SWIG_1", "D_vtkWindowToImageFilter_GetViewport__SWIG_1")); mixin(bindCode("vtkWindowToImageFilter_SetInputBufferType", "D_vtkWindowToImageFilter_SetInputBufferType")); mixin(bindCode("vtkWindowToImageFilter_GetInputBufferType", "D_vtkWindowToImageFilter_GetInputBufferType")); mixin(bindCode("vtkWindowToImageFilter_SetInputBufferTypeToRGB", "D_vtkWindowToImageFilter_SetInputBufferTypeToRGB")); mixin(bindCode("vtkWindowToImageFilter_SetInputBufferTypeToRGBA", "D_vtkWindowToImageFilter_SetInputBufferTypeToRGBA")); mixin(bindCode("vtkWindowToImageFilter_SetInputBufferTypeToZBuffer", "D_vtkWindowToImageFilter_SetInputBufferTypeToZBuffer")); mixin(bindCode("vtkWindowToImageFilter_GetOutput", "D_vtkWindowToImageFilter_GetOutput")); mixin(bindCode("vtkWindowToImageFilter_Upcast", "D_vtkWindowToImageFilter_Upcast")); mixin(bindCode("vtkOnePieceExtentTranslator_New", "D_vtkOnePieceExtentTranslator_New")); mixin(bindCode("vtkOnePieceExtentTranslator_IsTypeOf", "D_vtkOnePieceExtentTranslator_IsTypeOf")); mixin(bindCode("vtkOnePieceExtentTranslator_SafeDownCast", "D_vtkOnePieceExtentTranslator_SafeDownCast")); mixin(bindCode("vtkOnePieceExtentTranslator_NewInstance", "D_vtkOnePieceExtentTranslator_NewInstance")); mixin(bindCode("vtkOnePieceExtentTranslator_Upcast", "D_vtkOnePieceExtentTranslator_Upcast")); mixin(bindCode("vtkOBJReader_New", "D_vtkOBJReader_New")); mixin(bindCode("vtkOBJReader_IsTypeOf", "D_vtkOBJReader_IsTypeOf")); mixin(bindCode("vtkOBJReader_SafeDownCast", "D_vtkOBJReader_SafeDownCast")); mixin(bindCode("vtkOBJReader_NewInstance", "D_vtkOBJReader_NewInstance")); mixin(bindCode("vtkOBJReader_SetFileName", "D_vtkOBJReader_SetFileName")); mixin(bindCode("vtkOBJReader_GetFileName", "D_vtkOBJReader_GetFileName")); mixin(bindCode("vtkOBJReader_Upcast", "D_vtkOBJReader_Upcast")); mixin(bindCode("vtkImageFourierFilter_IsTypeOf", "D_vtkImageFourierFilter_IsTypeOf")); mixin(bindCode("vtkImageFourierFilter_SafeDownCast", "D_vtkImageFourierFilter_SafeDownCast")); mixin(bindCode("vtkImageFourierFilter_NewInstance", "D_vtkImageFourierFilter_NewInstance")); mixin(bindCode("vtkImageFourierFilter_Upcast", "D_vtkImageFourierFilter_Upcast")); mixin(bindCode("vtkLabelPlacer_New", "D_vtkLabelPlacer_New")); mixin(bindCode("vtkLabelPlacer_IsTypeOf", "D_vtkLabelPlacer_IsTypeOf")); mixin(bindCode("vtkLabelPlacer_SafeDownCast", "D_vtkLabelPlacer_SafeDownCast")); mixin(bindCode("vtkLabelPlacer_NewInstance", "D_vtkLabelPlacer_NewInstance")); mixin(bindCode("vtkLabelPlacer_GetRenderer", "D_vtkLabelPlacer_GetRenderer")); mixin(bindCode("vtkLabelPlacer_SetRenderer", "D_vtkLabelPlacer_SetRenderer")); mixin(bindCode("vtkLabelPlacer_GetAnchorTransform", "D_vtkLabelPlacer_GetAnchorTransform")); mixin(bindCode("vtkLabelPlacer_SetGravity", "D_vtkLabelPlacer_SetGravity")); mixin(bindCode("vtkLabelPlacer_GetGravity", "D_vtkLabelPlacer_GetGravity")); mixin(bindCode("vtkLabelPlacer_SetMaximumLabelFraction", "D_vtkLabelPlacer_SetMaximumLabelFraction")); mixin(bindCode("vtkLabelPlacer_GetMaximumLabelFractionMinValue", "D_vtkLabelPlacer_GetMaximumLabelFractionMinValue")); mixin(bindCode("vtkLabelPlacer_GetMaximumLabelFractionMaxValue", "D_vtkLabelPlacer_GetMaximumLabelFractionMaxValue")); mixin(bindCode("vtkLabelPlacer_GetMaximumLabelFraction", "D_vtkLabelPlacer_GetMaximumLabelFraction")); mixin(bindCode("vtkLabelPlacer_SetIteratorType", "D_vtkLabelPlacer_SetIteratorType")); mixin(bindCode("vtkLabelPlacer_GetIteratorType", "D_vtkLabelPlacer_GetIteratorType")); mixin(bindCode("vtkLabelPlacer_SetUseUnicodeStrings", "D_vtkLabelPlacer_SetUseUnicodeStrings")); mixin(bindCode("vtkLabelPlacer_GetUseUnicodeStrings", "D_vtkLabelPlacer_GetUseUnicodeStrings")); mixin(bindCode("vtkLabelPlacer_UseUnicodeStringsOn", "D_vtkLabelPlacer_UseUnicodeStringsOn")); mixin(bindCode("vtkLabelPlacer_UseUnicodeStringsOff", "D_vtkLabelPlacer_UseUnicodeStringsOff")); mixin(bindCode("vtkLabelPlacer_GetPositionsAsNormals", "D_vtkLabelPlacer_GetPositionsAsNormals")); mixin(bindCode("vtkLabelPlacer_SetPositionsAsNormals", "D_vtkLabelPlacer_SetPositionsAsNormals")); mixin(bindCode("vtkLabelPlacer_PositionsAsNormalsOn", "D_vtkLabelPlacer_PositionsAsNormalsOn")); mixin(bindCode("vtkLabelPlacer_PositionsAsNormalsOff", "D_vtkLabelPlacer_PositionsAsNormalsOff")); mixin(bindCode("vtkLabelPlacer_GetGeneratePerturbedLabelSpokes", "D_vtkLabelPlacer_GetGeneratePerturbedLabelSpokes")); mixin(bindCode("vtkLabelPlacer_SetGeneratePerturbedLabelSpokes", "D_vtkLabelPlacer_SetGeneratePerturbedLabelSpokes")); mixin(bindCode("vtkLabelPlacer_GeneratePerturbedLabelSpokesOn", "D_vtkLabelPlacer_GeneratePerturbedLabelSpokesOn")); mixin(bindCode("vtkLabelPlacer_GeneratePerturbedLabelSpokesOff", "D_vtkLabelPlacer_GeneratePerturbedLabelSpokesOff")); mixin(bindCode("vtkLabelPlacer_GetUseDepthBuffer", "D_vtkLabelPlacer_GetUseDepthBuffer")); mixin(bindCode("vtkLabelPlacer_SetUseDepthBuffer", "D_vtkLabelPlacer_SetUseDepthBuffer")); mixin(bindCode("vtkLabelPlacer_UseDepthBufferOn", "D_vtkLabelPlacer_UseDepthBufferOn")); mixin(bindCode("vtkLabelPlacer_UseDepthBufferOff", "D_vtkLabelPlacer_UseDepthBufferOff")); mixin(bindCode("vtkLabelPlacer_GetOutputTraversedBounds", "D_vtkLabelPlacer_GetOutputTraversedBounds")); mixin(bindCode("vtkLabelPlacer_SetOutputTraversedBounds", "D_vtkLabelPlacer_SetOutputTraversedBounds")); mixin(bindCode("vtkLabelPlacer_OutputTraversedBoundsOn", "D_vtkLabelPlacer_OutputTraversedBoundsOn")); mixin(bindCode("vtkLabelPlacer_OutputTraversedBoundsOff", "D_vtkLabelPlacer_OutputTraversedBoundsOff")); mixin(bindCode("vtkLabelPlacer_GetOutputCoordinateSystem", "D_vtkLabelPlacer_GetOutputCoordinateSystem")); mixin(bindCode("vtkLabelPlacer_SetOutputCoordinateSystem", "D_vtkLabelPlacer_SetOutputCoordinateSystem")); mixin(bindCode("vtkLabelPlacer_GetOutputCoordinateSystemMinValue", "D_vtkLabelPlacer_GetOutputCoordinateSystemMinValue")); mixin(bindCode("vtkLabelPlacer_GetOutputCoordinateSystemMaxValue", "D_vtkLabelPlacer_GetOutputCoordinateSystemMaxValue")); mixin(bindCode("vtkLabelPlacer_OutputCoordinateSystemWorld", "D_vtkLabelPlacer_OutputCoordinateSystemWorld")); mixin(bindCode("vtkLabelPlacer_OutputCoordinateSystemDisplay", "D_vtkLabelPlacer_OutputCoordinateSystemDisplay")); mixin(bindCode("vtkLabelPlacer_Upcast", "D_vtkLabelPlacer_Upcast")); mixin(bindCode("VTK_TEXTURE_STYLE_FIT_IMAGE_get", "D_VTK_TEXTURE_STYLE_FIT_IMAGE_get")); mixin(bindCode("VTK_TEXTURE_STYLE_PROPORTIONAL_get", "D_VTK_TEXTURE_STYLE_PROPORTIONAL_get")); mixin(bindCode("vtkButtonSource_IsTypeOf", "D_vtkButtonSource_IsTypeOf")); mixin(bindCode("vtkButtonSource_SafeDownCast", "D_vtkButtonSource_SafeDownCast")); mixin(bindCode("vtkButtonSource_NewInstance", "D_vtkButtonSource_NewInstance")); mixin(bindCode("vtkButtonSource_SetCenter__SWIG_0", "D_vtkButtonSource_SetCenter__SWIG_0")); mixin(bindCode("vtkButtonSource_SetCenter__SWIG_1", "D_vtkButtonSource_SetCenter__SWIG_1")); mixin(bindCode("vtkButtonSource_GetCenter__SWIG_0", "D_vtkButtonSource_GetCenter__SWIG_0")); mixin(bindCode("vtkButtonSource_GetCenter__SWIG_1", "D_vtkButtonSource_GetCenter__SWIG_1")); mixin(bindCode("vtkButtonSource_SetTextureStyle", "D_vtkButtonSource_SetTextureStyle")); mixin(bindCode("vtkButtonSource_GetTextureStyleMinValue", "D_vtkButtonSource_GetTextureStyleMinValue")); mixin(bindCode("vtkButtonSource_GetTextureStyleMaxValue", "D_vtkButtonSource_GetTextureStyleMaxValue")); mixin(bindCode("vtkButtonSource_GetTextureStyle", "D_vtkButtonSource_GetTextureStyle")); mixin(bindCode("vtkButtonSource_SetTextureStyleToFitImage", "D_vtkButtonSource_SetTextureStyleToFitImage")); mixin(bindCode("vtkButtonSource_SetTextureStyleToProportional", "D_vtkButtonSource_SetTextureStyleToProportional")); mixin(bindCode("vtkButtonSource_SetTextureDimensions__SWIG_0", "D_vtkButtonSource_SetTextureDimensions__SWIG_0")); mixin(bindCode("vtkButtonSource_SetTextureDimensions__SWIG_1", "D_vtkButtonSource_SetTextureDimensions__SWIG_1")); mixin(bindCode("vtkButtonSource_GetTextureDimensions__SWIG_0", "D_vtkButtonSource_GetTextureDimensions__SWIG_0")); mixin(bindCode("vtkButtonSource_GetTextureDimensions__SWIG_1", "D_vtkButtonSource_GetTextureDimensions__SWIG_1")); mixin(bindCode("vtkButtonSource_GetTextureDimensions__SWIG_2", "D_vtkButtonSource_GetTextureDimensions__SWIG_2")); mixin(bindCode("vtkButtonSource_SetShoulderTextureCoordinate__SWIG_0", "D_vtkButtonSource_SetShoulderTextureCoordinate__SWIG_0")); mixin(bindCode("vtkButtonSource_SetShoulderTextureCoordinate__SWIG_1", "D_vtkButtonSource_SetShoulderTextureCoordinate__SWIG_1")); mixin(bindCode("vtkButtonSource_GetShoulderTextureCoordinate__SWIG_0", "D_vtkButtonSource_GetShoulderTextureCoordinate__SWIG_0")); mixin(bindCode("vtkButtonSource_GetShoulderTextureCoordinate__SWIG_1", "D_vtkButtonSource_GetShoulderTextureCoordinate__SWIG_1")); mixin(bindCode("vtkButtonSource_GetShoulderTextureCoordinate__SWIG_2", "D_vtkButtonSource_GetShoulderTextureCoordinate__SWIG_2")); mixin(bindCode("vtkButtonSource_SetTwoSided", "D_vtkButtonSource_SetTwoSided")); mixin(bindCode("vtkButtonSource_GetTwoSided", "D_vtkButtonSource_GetTwoSided")); mixin(bindCode("vtkButtonSource_TwoSidedOn", "D_vtkButtonSource_TwoSidedOn")); mixin(bindCode("vtkButtonSource_TwoSidedOff", "D_vtkButtonSource_TwoSidedOff")); mixin(bindCode("vtkButtonSource_Upcast", "D_vtkButtonSource_Upcast")); mixin(bindCode("vtkCuller_IsTypeOf", "D_vtkCuller_IsTypeOf")); mixin(bindCode("vtkCuller_SafeDownCast", "D_vtkCuller_SafeDownCast")); mixin(bindCode("vtkCuller_NewInstance", "D_vtkCuller_NewInstance")); mixin(bindCode("vtkCuller_Cull", "D_vtkCuller_Cull")); mixin(bindCode("vtkCuller_Upcast", "D_vtkCuller_Upcast")); mixin(bindCode("vtkLocator_IsTypeOf", "D_vtkLocator_IsTypeOf")); mixin(bindCode("vtkLocator_SafeDownCast", "D_vtkLocator_SafeDownCast")); mixin(bindCode("vtkLocator_NewInstance", "D_vtkLocator_NewInstance")); mixin(bindCode("vtkLocator_SetDataSet", "D_vtkLocator_SetDataSet")); mixin(bindCode("vtkLocator_GetDataSet", "D_vtkLocator_GetDataSet")); mixin(bindCode("vtkLocator_SetMaxLevel", "D_vtkLocator_SetMaxLevel")); mixin(bindCode("vtkLocator_GetMaxLevelMinValue", "D_vtkLocator_GetMaxLevelMinValue")); mixin(bindCode("vtkLocator_GetMaxLevelMaxValue", "D_vtkLocator_GetMaxLevelMaxValue")); mixin(bindCode("vtkLocator_GetMaxLevel", "D_vtkLocator_GetMaxLevel")); mixin(bindCode("vtkLocator_GetLevel", "D_vtkLocator_GetLevel")); mixin(bindCode("vtkLocator_SetAutomatic", "D_vtkLocator_SetAutomatic")); mixin(bindCode("vtkLocator_GetAutomatic", "D_vtkLocator_GetAutomatic")); mixin(bindCode("vtkLocator_AutomaticOn", "D_vtkLocator_AutomaticOn")); mixin(bindCode("vtkLocator_AutomaticOff", "D_vtkLocator_AutomaticOff")); mixin(bindCode("vtkLocator_SetTolerance", "D_vtkLocator_SetTolerance")); mixin(bindCode("vtkLocator_GetToleranceMinValue", "D_vtkLocator_GetToleranceMinValue")); mixin(bindCode("vtkLocator_GetToleranceMaxValue", "D_vtkLocator_GetToleranceMaxValue")); mixin(bindCode("vtkLocator_GetTolerance", "D_vtkLocator_GetTolerance")); mixin(bindCode("vtkLocator_Update", "D_vtkLocator_Update")); mixin(bindCode("vtkLocator_Initialize", "D_vtkLocator_Initialize")); mixin(bindCode("vtkLocator_BuildLocator", "D_vtkLocator_BuildLocator")); mixin(bindCode("vtkLocator_FreeSearchStructure", "D_vtkLocator_FreeSearchStructure")); mixin(bindCode("vtkLocator_GenerateRepresentation", "D_vtkLocator_GenerateRepresentation")); mixin(bindCode("vtkLocator_GetBuildTime", "D_vtkLocator_GetBuildTime")); mixin(bindCode("vtkLocator_Upcast", "D_vtkLocator_Upcast")); mixin(bindCode("vtkAbstractPointLocator_IsTypeOf", "D_vtkAbstractPointLocator_IsTypeOf")); mixin(bindCode("vtkAbstractPointLocator_SafeDownCast", "D_vtkAbstractPointLocator_SafeDownCast")); mixin(bindCode("vtkAbstractPointLocator_NewInstance", "D_vtkAbstractPointLocator_NewInstance")); mixin(bindCode("vtkAbstractPointLocator_FindClosestPoint__SWIG_0", "D_vtkAbstractPointLocator_FindClosestPoint__SWIG_0")); mixin(bindCode("vtkAbstractPointLocator_FindClosestPoint__SWIG_1", "D_vtkAbstractPointLocator_FindClosestPoint__SWIG_1")); mixin(bindCode("vtkAbstractPointLocator_FindClosestPointWithinRadius", "D_vtkAbstractPointLocator_FindClosestPointWithinRadius")); mixin(bindCode("vtkAbstractPointLocator_FindClosestNPoints__SWIG_0", "D_vtkAbstractPointLocator_FindClosestNPoints__SWIG_0")); mixin(bindCode("vtkAbstractPointLocator_FindClosestNPoints__SWIG_1", "D_vtkAbstractPointLocator_FindClosestNPoints__SWIG_1")); mixin(bindCode("vtkAbstractPointLocator_FindPointsWithinRadius__SWIG_0", "D_vtkAbstractPointLocator_FindPointsWithinRadius__SWIG_0")); mixin(bindCode("vtkAbstractPointLocator_FindPointsWithinRadius__SWIG_1", "D_vtkAbstractPointLocator_FindPointsWithinRadius__SWIG_1")); mixin(bindCode("vtkAbstractPointLocator_GetBounds__SWIG_0", "D_vtkAbstractPointLocator_GetBounds__SWIG_0")); mixin(bindCode("vtkAbstractPointLocator_GetBounds__SWIG_1", "D_vtkAbstractPointLocator_GetBounds__SWIG_1")); mixin(bindCode("vtkAbstractPointLocator_Upcast", "D_vtkAbstractPointLocator_Upcast")); mixin(bindCode("vtkIncrementalPointLocator_IsTypeOf", "D_vtkIncrementalPointLocator_IsTypeOf")); mixin(bindCode("vtkIncrementalPointLocator_SafeDownCast", "D_vtkIncrementalPointLocator_SafeDownCast")); mixin(bindCode("vtkIncrementalPointLocator_NewInstance", "D_vtkIncrementalPointLocator_NewInstance")); mixin(bindCode("vtkIncrementalPointLocator_FindClosestInsertedPoint", "D_vtkIncrementalPointLocator_FindClosestInsertedPoint")); mixin(bindCode("vtkIncrementalPointLocator_InitPointInsertion__SWIG_0", "D_vtkIncrementalPointLocator_InitPointInsertion__SWIG_0")); mixin(bindCode("vtkIncrementalPointLocator_InitPointInsertion__SWIG_1", "D_vtkIncrementalPointLocator_InitPointInsertion__SWIG_1")); mixin(bindCode("vtkIncrementalPointLocator_IsInsertedPoint__SWIG_0", "D_vtkIncrementalPointLocator_IsInsertedPoint__SWIG_0")); mixin(bindCode("vtkIncrementalPointLocator_IsInsertedPoint__SWIG_1", "D_vtkIncrementalPointLocator_IsInsertedPoint__SWIG_1")); mixin(bindCode("vtkIncrementalPointLocator_InsertUniquePoint", "D_vtkIncrementalPointLocator_InsertUniquePoint")); mixin(bindCode("vtkIncrementalPointLocator_InsertPoint", "D_vtkIncrementalPointLocator_InsertPoint")); mixin(bindCode("vtkIncrementalPointLocator_InsertNextPoint", "D_vtkIncrementalPointLocator_InsertNextPoint")); mixin(bindCode("vtkIncrementalPointLocator_Upcast", "D_vtkIncrementalPointLocator_Upcast")); mixin(bindCode("vtkOpenGLProjectedAAHexahedraMapper_IsTypeOf", "D_vtkOpenGLProjectedAAHexahedraMapper_IsTypeOf")); mixin(bindCode("vtkOpenGLProjectedAAHexahedraMapper_SafeDownCast", "D_vtkOpenGLProjectedAAHexahedraMapper_SafeDownCast")); mixin(bindCode("vtkOpenGLProjectedAAHexahedraMapper_NewInstance", "D_vtkOpenGLProjectedAAHexahedraMapper_NewInstance")); mixin(bindCode("vtkOpenGLProjectedAAHexahedraMapper_New", "D_vtkOpenGLProjectedAAHexahedraMapper_New")); mixin(bindCode("vtkOpenGLProjectedAAHexahedraMapper_Render", "D_vtkOpenGLProjectedAAHexahedraMapper_Render")); mixin(bindCode("vtkOpenGLProjectedAAHexahedraMapper_Upcast", "D_vtkOpenGLProjectedAAHexahedraMapper_Upcast")); mixin(bindCode("vtkDataWriter_IsTypeOf", "D_vtkDataWriter_IsTypeOf")); mixin(bindCode("vtkDataWriter_SafeDownCast", "D_vtkDataWriter_SafeDownCast")); mixin(bindCode("vtkDataWriter_NewInstance", "D_vtkDataWriter_NewInstance")); mixin(bindCode("vtkDataWriter_New", "D_vtkDataWriter_New")); mixin(bindCode("vtkDataWriter_SetFileName", "D_vtkDataWriter_SetFileName")); mixin(bindCode("vtkDataWriter_GetFileName", "D_vtkDataWriter_GetFileName")); mixin(bindCode("vtkDataWriter_SetWriteToOutputString", "D_vtkDataWriter_SetWriteToOutputString")); mixin(bindCode("vtkDataWriter_GetWriteToOutputString", "D_vtkDataWriter_GetWriteToOutputString")); mixin(bindCode("vtkDataWriter_WriteToOutputStringOn", "D_vtkDataWriter_WriteToOutputStringOn")); mixin(bindCode("vtkDataWriter_WriteToOutputStringOff", "D_vtkDataWriter_WriteToOutputStringOff")); mixin(bindCode("vtkDataWriter_GetOutputStringLength", "D_vtkDataWriter_GetOutputStringLength")); mixin(bindCode("vtkDataWriter_GetOutputString", "D_vtkDataWriter_GetOutputString")); mixin(bindCode("vtkDataWriter_GetBinaryOutputString", "D_vtkDataWriter_GetBinaryOutputString")); mixin(bindCode("vtkDataWriter_GetOutputStdString", "D_vtkDataWriter_GetOutputStdString")); mixin(bindCode("vtkDataWriter_RegisterAndGetOutputString", "D_vtkDataWriter_RegisterAndGetOutputString")); mixin(bindCode("vtkDataWriter_SetHeader", "D_vtkDataWriter_SetHeader")); mixin(bindCode("vtkDataWriter_GetHeader", "D_vtkDataWriter_GetHeader")); mixin(bindCode("vtkDataWriter_SetFileType", "D_vtkDataWriter_SetFileType")); mixin(bindCode("vtkDataWriter_GetFileTypeMinValue", "D_vtkDataWriter_GetFileTypeMinValue")); mixin(bindCode("vtkDataWriter_GetFileTypeMaxValue", "D_vtkDataWriter_GetFileTypeMaxValue")); mixin(bindCode("vtkDataWriter_GetFileType", "D_vtkDataWriter_GetFileType")); mixin(bindCode("vtkDataWriter_SetFileTypeToASCII", "D_vtkDataWriter_SetFileTypeToASCII")); mixin(bindCode("vtkDataWriter_SetFileTypeToBinary", "D_vtkDataWriter_SetFileTypeToBinary")); mixin(bindCode("vtkDataWriter_SetScalarsName", "D_vtkDataWriter_SetScalarsName")); mixin(bindCode("vtkDataWriter_GetScalarsName", "D_vtkDataWriter_GetScalarsName")); mixin(bindCode("vtkDataWriter_SetVectorsName", "D_vtkDataWriter_SetVectorsName")); mixin(bindCode("vtkDataWriter_GetVectorsName", "D_vtkDataWriter_GetVectorsName")); mixin(bindCode("vtkDataWriter_SetTensorsName", "D_vtkDataWriter_SetTensorsName")); mixin(bindCode("vtkDataWriter_GetTensorsName", "D_vtkDataWriter_GetTensorsName")); mixin(bindCode("vtkDataWriter_SetNormalsName", "D_vtkDataWriter_SetNormalsName")); mixin(bindCode("vtkDataWriter_GetNormalsName", "D_vtkDataWriter_GetNormalsName")); mixin(bindCode("vtkDataWriter_SetTCoordsName", "D_vtkDataWriter_SetTCoordsName")); mixin(bindCode("vtkDataWriter_GetTCoordsName", "D_vtkDataWriter_GetTCoordsName")); mixin(bindCode("vtkDataWriter_SetGlobalIdsName", "D_vtkDataWriter_SetGlobalIdsName")); mixin(bindCode("vtkDataWriter_GetGlobalIdsName", "D_vtkDataWriter_GetGlobalIdsName")); mixin(bindCode("vtkDataWriter_SetPedigreeIdsName", "D_vtkDataWriter_SetPedigreeIdsName")); mixin(bindCode("vtkDataWriter_GetPedigreeIdsName", "D_vtkDataWriter_GetPedigreeIdsName")); mixin(bindCode("vtkDataWriter_SetLookupTableName", "D_vtkDataWriter_SetLookupTableName")); mixin(bindCode("vtkDataWriter_GetLookupTableName", "D_vtkDataWriter_GetLookupTableName")); mixin(bindCode("vtkDataWriter_SetFieldDataName", "D_vtkDataWriter_SetFieldDataName")); mixin(bindCode("vtkDataWriter_GetFieldDataName", "D_vtkDataWriter_GetFieldDataName")); mixin(bindCode("vtkDataWriter_OpenVTKFile", "D_vtkDataWriter_OpenVTKFile")); mixin(bindCode("vtkDataWriter_WriteHeader", "D_vtkDataWriter_WriteHeader")); mixin(bindCode("vtkDataWriter_WritePoints", "D_vtkDataWriter_WritePoints")); mixin(bindCode("vtkDataWriter_WriteCoordinates", "D_vtkDataWriter_WriteCoordinates")); mixin(bindCode("vtkDataWriter_WriteCells", "D_vtkDataWriter_WriteCells")); mixin(bindCode("vtkDataWriter_WriteCellData", "D_vtkDataWriter_WriteCellData")); mixin(bindCode("vtkDataWriter_WritePointData", "D_vtkDataWriter_WritePointData")); mixin(bindCode("vtkDataWriter_WriteEdgeData", "D_vtkDataWriter_WriteEdgeData")); mixin(bindCode("vtkDataWriter_WriteVertexData", "D_vtkDataWriter_WriteVertexData")); mixin(bindCode("vtkDataWriter_WriteRowData", "D_vtkDataWriter_WriteRowData")); mixin(bindCode("vtkDataWriter_WriteFieldData", "D_vtkDataWriter_WriteFieldData")); mixin(bindCode("vtkDataWriter_WriteDataSetData", "D_vtkDataWriter_WriteDataSetData")); mixin(bindCode("vtkDataWriter_CloseVTKFile", "D_vtkDataWriter_CloseVTKFile")); mixin(bindCode("vtkDataWriter_Upcast", "D_vtkDataWriter_Upcast")); mixin(bindCode("vtkStructuredPointsWriter_New", "D_vtkStructuredPointsWriter_New")); mixin(bindCode("vtkStructuredPointsWriter_IsTypeOf", "D_vtkStructuredPointsWriter_IsTypeOf")); mixin(bindCode("vtkStructuredPointsWriter_SafeDownCast", "D_vtkStructuredPointsWriter_SafeDownCast")); mixin(bindCode("vtkStructuredPointsWriter_NewInstance", "D_vtkStructuredPointsWriter_NewInstance")); mixin(bindCode("vtkStructuredPointsWriter_GetInput__SWIG_0", "D_vtkStructuredPointsWriter_GetInput__SWIG_0")); mixin(bindCode("vtkStructuredPointsWriter_GetInput__SWIG_1", "D_vtkStructuredPointsWriter_GetInput__SWIG_1")); mixin(bindCode("vtkStructuredPointsWriter_Upcast", "D_vtkStructuredPointsWriter_Upcast")); mixin(bindCode("vtkExtractArray_New", "D_vtkExtractArray_New")); mixin(bindCode("vtkExtractArray_IsTypeOf", "D_vtkExtractArray_IsTypeOf")); mixin(bindCode("vtkExtractArray_SafeDownCast", "D_vtkExtractArray_SafeDownCast")); mixin(bindCode("vtkExtractArray_NewInstance", "D_vtkExtractArray_NewInstance")); mixin(bindCode("vtkExtractArray_GetIndex", "D_vtkExtractArray_GetIndex")); mixin(bindCode("vtkExtractArray_SetIndex", "D_vtkExtractArray_SetIndex")); mixin(bindCode("vtkExtractArray_Upcast", "D_vtkExtractArray_Upcast")); mixin(bindCode("vtkContourLineInterpolator_IsTypeOf", "D_vtkContourLineInterpolator_IsTypeOf")); mixin(bindCode("vtkContourLineInterpolator_SafeDownCast", "D_vtkContourLineInterpolator_SafeDownCast")); mixin(bindCode("vtkContourLineInterpolator_NewInstance", "D_vtkContourLineInterpolator_NewInstance")); mixin(bindCode("vtkContourLineInterpolator_InterpolateLine", "D_vtkContourLineInterpolator_InterpolateLine")); mixin(bindCode("vtkContourLineInterpolator_UpdateNode", "D_vtkContourLineInterpolator_UpdateNode")); mixin(bindCode("vtkContourLineInterpolator_GetSpan", "D_vtkContourLineInterpolator_GetSpan")); mixin(bindCode("vtkContourLineInterpolator_Upcast", "D_vtkContourLineInterpolator_Upcast")); mixin(bindCode("vtkPolyDataContourLineInterpolator_IsTypeOf", "D_vtkPolyDataContourLineInterpolator_IsTypeOf")); mixin(bindCode("vtkPolyDataContourLineInterpolator_SafeDownCast", "D_vtkPolyDataContourLineInterpolator_SafeDownCast")); mixin(bindCode("vtkPolyDataContourLineInterpolator_NewInstance", "D_vtkPolyDataContourLineInterpolator_NewInstance")); mixin(bindCode("vtkPolyDataContourLineInterpolator_GetPolys", "D_vtkPolyDataContourLineInterpolator_GetPolys")); mixin(bindCode("vtkPolyDataContourLineInterpolator_Upcast", "D_vtkPolyDataContourLineInterpolator_Upcast")); mixin(bindCode("vtkPolygonalSurfaceContourLineInterpolator_IsTypeOf", "D_vtkPolygonalSurfaceContourLineInterpolator_IsTypeOf")); mixin(bindCode("vtkPolygonalSurfaceContourLineInterpolator_SafeDownCast", "D_vtkPolygonalSurfaceContourLineInterpolator_SafeDownCast")); mixin(bindCode("vtkPolygonalSurfaceContourLineInterpolator_NewInstance", "D_vtkPolygonalSurfaceContourLineInterpolator_NewInstance")); mixin(bindCode("vtkPolygonalSurfaceContourLineInterpolator_New", "D_vtkPolygonalSurfaceContourLineInterpolator_New")); mixin(bindCode("vtkPolygonalSurfaceContourLineInterpolator_SetDistanceOffset", "D_vtkPolygonalSurfaceContourLineInterpolator_SetDistanceOffset")); mixin(bindCode("vtkPolygonalSurfaceContourLineInterpolator_GetDistanceOffset", "D_vtkPolygonalSurfaceContourLineInterpolator_GetDistanceOffset")); mixin(bindCode("vtkPolygonalSurfaceContourLineInterpolator_GetContourPointIds", "D_vtkPolygonalSurfaceContourLineInterpolator_GetContourPointIds")); mixin(bindCode("vtkPolygonalSurfaceContourLineInterpolator_Upcast", "D_vtkPolygonalSurfaceContourLineInterpolator_Upcast")); mixin(bindCode("vtkMarchingContourFilter_IsTypeOf", "D_vtkMarchingContourFilter_IsTypeOf")); mixin(bindCode("vtkMarchingContourFilter_SafeDownCast", "D_vtkMarchingContourFilter_SafeDownCast")); mixin(bindCode("vtkMarchingContourFilter_NewInstance", "D_vtkMarchingContourFilter_NewInstance")); mixin(bindCode("vtkMarchingContourFilter_New", "D_vtkMarchingContourFilter_New")); mixin(bindCode("vtkMarchingContourFilter_SetValue", "D_vtkMarchingContourFilter_SetValue")); mixin(bindCode("vtkMarchingContourFilter_GetValue", "D_vtkMarchingContourFilter_GetValue")); mixin(bindCode("vtkMarchingContourFilter_GetValues__SWIG_0", "D_vtkMarchingContourFilter_GetValues__SWIG_0")); mixin(bindCode("vtkMarchingContourFilter_GetValues__SWIG_1", "D_vtkMarchingContourFilter_GetValues__SWIG_1")); mixin(bindCode("vtkMarchingContourFilter_SetNumberOfContours", "D_vtkMarchingContourFilter_SetNumberOfContours")); mixin(bindCode("vtkMarchingContourFilter_GetNumberOfContours", "D_vtkMarchingContourFilter_GetNumberOfContours")); mixin(bindCode("vtkMarchingContourFilter_GenerateValues__SWIG_0", "D_vtkMarchingContourFilter_GenerateValues__SWIG_0")); mixin(bindCode("vtkMarchingContourFilter_GenerateValues__SWIG_1", "D_vtkMarchingContourFilter_GenerateValues__SWIG_1")); mixin(bindCode("vtkMarchingContourFilter_SetComputeNormals", "D_vtkMarchingContourFilter_SetComputeNormals")); mixin(bindCode("vtkMarchingContourFilter_GetComputeNormals", "D_vtkMarchingContourFilter_GetComputeNormals")); mixin(bindCode("vtkMarchingContourFilter_ComputeNormalsOn", "D_vtkMarchingContourFilter_ComputeNormalsOn")); mixin(bindCode("vtkMarchingContourFilter_ComputeNormalsOff", "D_vtkMarchingContourFilter_ComputeNormalsOff")); mixin(bindCode("vtkMarchingContourFilter_SetComputeGradients", "D_vtkMarchingContourFilter_SetComputeGradients")); mixin(bindCode("vtkMarchingContourFilter_GetComputeGradients", "D_vtkMarchingContourFilter_GetComputeGradients")); mixin(bindCode("vtkMarchingContourFilter_ComputeGradientsOn", "D_vtkMarchingContourFilter_ComputeGradientsOn")); mixin(bindCode("vtkMarchingContourFilter_ComputeGradientsOff", "D_vtkMarchingContourFilter_ComputeGradientsOff")); mixin(bindCode("vtkMarchingContourFilter_SetComputeScalars", "D_vtkMarchingContourFilter_SetComputeScalars")); mixin(bindCode("vtkMarchingContourFilter_GetComputeScalars", "D_vtkMarchingContourFilter_GetComputeScalars")); mixin(bindCode("vtkMarchingContourFilter_ComputeScalarsOn", "D_vtkMarchingContourFilter_ComputeScalarsOn")); mixin(bindCode("vtkMarchingContourFilter_ComputeScalarsOff", "D_vtkMarchingContourFilter_ComputeScalarsOff")); mixin(bindCode("vtkMarchingContourFilter_SetUseScalarTree", "D_vtkMarchingContourFilter_SetUseScalarTree")); mixin(bindCode("vtkMarchingContourFilter_GetUseScalarTree", "D_vtkMarchingContourFilter_GetUseScalarTree")); mixin(bindCode("vtkMarchingContourFilter_UseScalarTreeOn", "D_vtkMarchingContourFilter_UseScalarTreeOn")); mixin(bindCode("vtkMarchingContourFilter_UseScalarTreeOff", "D_vtkMarchingContourFilter_UseScalarTreeOff")); mixin(bindCode("vtkMarchingContourFilter_SetLocator", "D_vtkMarchingContourFilter_SetLocator")); mixin(bindCode("vtkMarchingContourFilter_GetLocator", "D_vtkMarchingContourFilter_GetLocator")); mixin(bindCode("vtkMarchingContourFilter_CreateDefaultLocator", "D_vtkMarchingContourFilter_CreateDefaultLocator")); mixin(bindCode("vtkMarchingContourFilter_Upcast", "D_vtkMarchingContourFilter_Upcast")); mixin(bindCode("VTK_BOX_TYPE_AXIS_ALIGNED_get", "D_VTK_BOX_TYPE_AXIS_ALIGNED_get")); mixin(bindCode("VTK_BOX_TYPE_ORIENTED_get", "D_VTK_BOX_TYPE_ORIENTED_get")); mixin(bindCode("vtkOutlineSource_New", "D_vtkOutlineSource_New")); mixin(bindCode("vtkOutlineSource_IsTypeOf", "D_vtkOutlineSource_IsTypeOf")); mixin(bindCode("vtkOutlineSource_SafeDownCast", "D_vtkOutlineSource_SafeDownCast")); mixin(bindCode("vtkOutlineSource_NewInstance", "D_vtkOutlineSource_NewInstance")); mixin(bindCode("vtkOutlineSource_SetBoxType", "D_vtkOutlineSource_SetBoxType")); mixin(bindCode("vtkOutlineSource_GetBoxType", "D_vtkOutlineSource_GetBoxType")); mixin(bindCode("vtkOutlineSource_SetBoxTypeToAxisAligned", "D_vtkOutlineSource_SetBoxTypeToAxisAligned")); mixin(bindCode("vtkOutlineSource_SetBoxTypeToOriented", "D_vtkOutlineSource_SetBoxTypeToOriented")); mixin(bindCode("vtkOutlineSource_SetBounds__SWIG_0", "D_vtkOutlineSource_SetBounds__SWIG_0")); mixin(bindCode("vtkOutlineSource_SetBounds__SWIG_1", "D_vtkOutlineSource_SetBounds__SWIG_1")); mixin(bindCode("vtkOutlineSource_GetBounds__SWIG_0", "D_vtkOutlineSource_GetBounds__SWIG_0")); mixin(bindCode("vtkOutlineSource_GetBounds__SWIG_1", "D_vtkOutlineSource_GetBounds__SWIG_1")); mixin(bindCode("vtkOutlineSource_SetCorners", "D_vtkOutlineSource_SetCorners")); mixin(bindCode("vtkOutlineSource_GetCorners__SWIG_0", "D_vtkOutlineSource_GetCorners__SWIG_0")); mixin(bindCode("vtkOutlineSource_GetCorners__SWIG_1", "D_vtkOutlineSource_GetCorners__SWIG_1")); mixin(bindCode("vtkOutlineSource_SetGenerateFaces", "D_vtkOutlineSource_SetGenerateFaces")); mixin(bindCode("vtkOutlineSource_GenerateFacesOn", "D_vtkOutlineSource_GenerateFacesOn")); mixin(bindCode("vtkOutlineSource_GenerateFacesOff", "D_vtkOutlineSource_GenerateFacesOff")); mixin(bindCode("vtkOutlineSource_GetGenerateFaces", "D_vtkOutlineSource_GetGenerateFaces")); mixin(bindCode("vtkOutlineSource_Upcast", "D_vtkOutlineSource_Upcast")); mixin(bindCode("vtkResliceCursorWidget_New", "D_vtkResliceCursorWidget_New")); mixin(bindCode("vtkResliceCursorWidget_IsTypeOf", "D_vtkResliceCursorWidget_IsTypeOf")); mixin(bindCode("vtkResliceCursorWidget_SafeDownCast", "D_vtkResliceCursorWidget_SafeDownCast")); mixin(bindCode("vtkResliceCursorWidget_NewInstance", "D_vtkResliceCursorWidget_NewInstance")); mixin(bindCode("vtkResliceCursorWidget_SetRepresentation", "D_vtkResliceCursorWidget_SetRepresentation")); mixin(bindCode("vtkResliceCursorWidget_GetResliceCursorRepresentation", "D_vtkResliceCursorWidget_GetResliceCursorRepresentation")); mixin(bindCode("vtkResliceCursorWidget_SetManageWindowLevel", "D_vtkResliceCursorWidget_SetManageWindowLevel")); mixin(bindCode("vtkResliceCursorWidget_GetManageWindowLevel", "D_vtkResliceCursorWidget_GetManageWindowLevel")); mixin(bindCode("vtkResliceCursorWidget_ManageWindowLevelOn", "D_vtkResliceCursorWidget_ManageWindowLevelOn")); mixin(bindCode("vtkResliceCursorWidget_ManageWindowLevelOff", "D_vtkResliceCursorWidget_ManageWindowLevelOff")); mixin(bindCode("vtkResliceCursorWidget_ResetResliceCursor", "D_vtkResliceCursorWidget_ResetResliceCursor")); mixin(bindCode("vtkResliceCursorWidget_Upcast", "D_vtkResliceCursorWidget_Upcast")); mixin(bindCode("vtkObserverMediator_New", "D_vtkObserverMediator_New")); mixin(bindCode("vtkObserverMediator_IsTypeOf", "D_vtkObserverMediator_IsTypeOf")); mixin(bindCode("vtkObserverMediator_SafeDownCast", "D_vtkObserverMediator_SafeDownCast")); mixin(bindCode("vtkObserverMediator_NewInstance", "D_vtkObserverMediator_NewInstance")); mixin(bindCode("vtkObserverMediator_SetInteractor", "D_vtkObserverMediator_SetInteractor")); mixin(bindCode("vtkObserverMediator_GetInteractor", "D_vtkObserverMediator_GetInteractor")); mixin(bindCode("vtkObserverMediator_RequestCursorShape", "D_vtkObserverMediator_RequestCursorShape")); mixin(bindCode("vtkObserverMediator_RemoveAllCursorShapeRequests", "D_vtkObserverMediator_RemoveAllCursorShapeRequests")); mixin(bindCode("vtkObserverMediator_Upcast", "D_vtkObserverMediator_Upcast")); mixin(bindCode("vtkObjectFactory_CreateInstance", "D_vtkObjectFactory_CreateInstance")); mixin(bindCode("vtkObjectFactory_ConstructInstance", "D_vtkObjectFactory_ConstructInstance")); mixin(bindCode("vtkObjectFactory_CreateAllInstance", "D_vtkObjectFactory_CreateAllInstance")); mixin(bindCode("vtkObjectFactory_ReHash", "D_vtkObjectFactory_ReHash")); mixin(bindCode("vtkObjectFactory_RegisterFactory", "D_vtkObjectFactory_RegisterFactory")); mixin(bindCode("vtkObjectFactory_UnRegisterFactory", "D_vtkObjectFactory_UnRegisterFactory")); mixin(bindCode("vtkObjectFactory_UnRegisterAllFactories", "D_vtkObjectFactory_UnRegisterAllFactories")); mixin(bindCode("vtkObjectFactory_GetRegisteredFactories", "D_vtkObjectFactory_GetRegisteredFactories")); mixin(bindCode("vtkObjectFactory_HasOverrideAny", "D_vtkObjectFactory_HasOverrideAny")); mixin(bindCode("vtkObjectFactory_GetOverrideInformation", "D_vtkObjectFactory_GetOverrideInformation")); mixin(bindCode("vtkObjectFactory_SetAllEnableFlags__SWIG_0", "D_vtkObjectFactory_SetAllEnableFlags__SWIG_0")); mixin(bindCode("vtkObjectFactory_SetAllEnableFlags__SWIG_1", "D_vtkObjectFactory_SetAllEnableFlags__SWIG_1")); mixin(bindCode("vtkObjectFactory_IsTypeOf", "D_vtkObjectFactory_IsTypeOf")); mixin(bindCode("vtkObjectFactory_SafeDownCast", "D_vtkObjectFactory_SafeDownCast")); mixin(bindCode("vtkObjectFactory_NewInstance", "D_vtkObjectFactory_NewInstance")); mixin(bindCode("vtkObjectFactory_GetVTKSourceVersion", "D_vtkObjectFactory_GetVTKSourceVersion")); mixin(bindCode("vtkObjectFactory_GetDescription", "D_vtkObjectFactory_GetDescription")); mixin(bindCode("vtkObjectFactory_GetNumberOfOverrides", "D_vtkObjectFactory_GetNumberOfOverrides")); mixin(bindCode("vtkObjectFactory_GetClassOverrideName", "D_vtkObjectFactory_GetClassOverrideName")); mixin(bindCode("vtkObjectFactory_GetClassOverrideWithName", "D_vtkObjectFactory_GetClassOverrideWithName")); mixin(bindCode("vtkObjectFactory_GetEnableFlag__SWIG_0", "D_vtkObjectFactory_GetEnableFlag__SWIG_0")); mixin(bindCode("vtkObjectFactory_GetOverrideDescription", "D_vtkObjectFactory_GetOverrideDescription")); mixin(bindCode("vtkObjectFactory_SetEnableFlag", "D_vtkObjectFactory_SetEnableFlag")); mixin(bindCode("vtkObjectFactory_GetEnableFlag__SWIG_1", "D_vtkObjectFactory_GetEnableFlag__SWIG_1")); mixin(bindCode("vtkObjectFactory_HasOverride__SWIG_0", "D_vtkObjectFactory_HasOverride__SWIG_0")); mixin(bindCode("vtkObjectFactory_HasOverride__SWIG_1", "D_vtkObjectFactory_HasOverride__SWIG_1")); mixin(bindCode("vtkObjectFactory_Disable", "D_vtkObjectFactory_Disable")); mixin(bindCode("vtkObjectFactory_GetLibraryPath", "D_vtkObjectFactory_GetLibraryPath")); mixin(bindCode("vtkObjectFactory_Upcast", "D_vtkObjectFactory_Upcast")); mixin(bindCode("vtkLineRepresentation_New", "D_vtkLineRepresentation_New")); mixin(bindCode("vtkLineRepresentation_IsTypeOf", "D_vtkLineRepresentation_IsTypeOf")); mixin(bindCode("vtkLineRepresentation_SafeDownCast", "D_vtkLineRepresentation_SafeDownCast")); mixin(bindCode("vtkLineRepresentation_NewInstance", "D_vtkLineRepresentation_NewInstance")); mixin(bindCode("vtkLineRepresentation_GetPoint1WorldPosition__SWIG_0", "D_vtkLineRepresentation_GetPoint1WorldPosition__SWIG_0")); mixin(bindCode("vtkLineRepresentation_GetPoint1WorldPosition__SWIG_1", "D_vtkLineRepresentation_GetPoint1WorldPosition__SWIG_1")); mixin(bindCode("vtkLineRepresentation_GetPoint1DisplayPosition__SWIG_0", "D_vtkLineRepresentation_GetPoint1DisplayPosition__SWIG_0")); mixin(bindCode("vtkLineRepresentation_GetPoint1DisplayPosition__SWIG_1", "D_vtkLineRepresentation_GetPoint1DisplayPosition__SWIG_1")); mixin(bindCode("vtkLineRepresentation_SetPoint1WorldPosition", "D_vtkLineRepresentation_SetPoint1WorldPosition")); mixin(bindCode("vtkLineRepresentation_SetPoint1DisplayPosition", "D_vtkLineRepresentation_SetPoint1DisplayPosition")); mixin(bindCode("vtkLineRepresentation_GetPoint2DisplayPosition__SWIG_0", "D_vtkLineRepresentation_GetPoint2DisplayPosition__SWIG_0")); mixin(bindCode("vtkLineRepresentation_GetPoint2DisplayPosition__SWIG_1", "D_vtkLineRepresentation_GetPoint2DisplayPosition__SWIG_1")); mixin(bindCode("vtkLineRepresentation_GetPoint2WorldPosition__SWIG_0", "D_vtkLineRepresentation_GetPoint2WorldPosition__SWIG_0")); mixin(bindCode("vtkLineRepresentation_GetPoint2WorldPosition__SWIG_1", "D_vtkLineRepresentation_GetPoint2WorldPosition__SWIG_1")); mixin(bindCode("vtkLineRepresentation_SetPoint2WorldPosition", "D_vtkLineRepresentation_SetPoint2WorldPosition")); mixin(bindCode("vtkLineRepresentation_SetPoint2DisplayPosition", "D_vtkLineRepresentation_SetPoint2DisplayPosition")); mixin(bindCode("vtkLineRepresentation_SetHandleRepresentation", "D_vtkLineRepresentation_SetHandleRepresentation")); mixin(bindCode("vtkLineRepresentation_InstantiateHandleRepresentation", "D_vtkLineRepresentation_InstantiateHandleRepresentation")); mixin(bindCode("vtkLineRepresentation_GetPoint1Representation", "D_vtkLineRepresentation_GetPoint1Representation")); mixin(bindCode("vtkLineRepresentation_GetPoint2Representation", "D_vtkLineRepresentation_GetPoint2Representation")); mixin(bindCode("vtkLineRepresentation_GetLineHandleRepresentation", "D_vtkLineRepresentation_GetLineHandleRepresentation")); mixin(bindCode("vtkLineRepresentation_GetEndPointProperty", "D_vtkLineRepresentation_GetEndPointProperty")); mixin(bindCode("vtkLineRepresentation_GetSelectedEndPointProperty", "D_vtkLineRepresentation_GetSelectedEndPointProperty")); mixin(bindCode("vtkLineRepresentation_GetEndPoint2Property", "D_vtkLineRepresentation_GetEndPoint2Property")); mixin(bindCode("vtkLineRepresentation_GetSelectedEndPoint2Property", "D_vtkLineRepresentation_GetSelectedEndPoint2Property")); mixin(bindCode("vtkLineRepresentation_GetLineProperty", "D_vtkLineRepresentation_GetLineProperty")); mixin(bindCode("vtkLineRepresentation_GetSelectedLineProperty", "D_vtkLineRepresentation_GetSelectedLineProperty")); mixin(bindCode("vtkLineRepresentation_SetTolerance", "D_vtkLineRepresentation_SetTolerance")); mixin(bindCode("vtkLineRepresentation_GetToleranceMinValue", "D_vtkLineRepresentation_GetToleranceMinValue")); mixin(bindCode("vtkLineRepresentation_GetToleranceMaxValue", "D_vtkLineRepresentation_GetToleranceMaxValue")); mixin(bindCode("vtkLineRepresentation_GetTolerance", "D_vtkLineRepresentation_GetTolerance")); mixin(bindCode("vtkLineRepresentation_SetResolution", "D_vtkLineRepresentation_SetResolution")); mixin(bindCode("vtkLineRepresentation_GetResolution", "D_vtkLineRepresentation_GetResolution")); mixin(bindCode("vtkLineRepresentation_GetPolyData", "D_vtkLineRepresentation_GetPolyData")); mixin(bindCode("vtkLineRepresentation_PlaceWidget", "D_vtkLineRepresentation_PlaceWidget")); mixin(bindCode("vtkLineRepresentation_ComputeInteractionState__SWIG_0", "D_vtkLineRepresentation_ComputeInteractionState__SWIG_0")); mixin(bindCode("vtkLineRepresentation_ComputeInteractionState__SWIG_1", "D_vtkLineRepresentation_ComputeInteractionState__SWIG_1")); mixin(bindCode("vtkLineRepresentation_SetInteractionState", "D_vtkLineRepresentation_SetInteractionState")); mixin(bindCode("vtkLineRepresentation_GetInteractionStateMinValue", "D_vtkLineRepresentation_GetInteractionStateMinValue")); mixin(bindCode("vtkLineRepresentation_GetInteractionStateMaxValue", "D_vtkLineRepresentation_GetInteractionStateMaxValue")); mixin(bindCode("vtkLineRepresentation_SetRepresentationState", "D_vtkLineRepresentation_SetRepresentationState")); mixin(bindCode("vtkLineRepresentation_GetRepresentationState", "D_vtkLineRepresentation_GetRepresentationState")); mixin(bindCode("vtkLineRepresentation_SetDistanceAnnotationVisibility", "D_vtkLineRepresentation_SetDistanceAnnotationVisibility")); mixin(bindCode("vtkLineRepresentation_GetDistanceAnnotationVisibility", "D_vtkLineRepresentation_GetDistanceAnnotationVisibility")); mixin(bindCode("vtkLineRepresentation_DistanceAnnotationVisibilityOn", "D_vtkLineRepresentation_DistanceAnnotationVisibilityOn")); mixin(bindCode("vtkLineRepresentation_DistanceAnnotationVisibilityOff", "D_vtkLineRepresentation_DistanceAnnotationVisibilityOff")); mixin(bindCode("vtkLineRepresentation_SetDistanceAnnotationFormat", "D_vtkLineRepresentation_SetDistanceAnnotationFormat")); mixin(bindCode("vtkLineRepresentation_GetDistanceAnnotationFormat", "D_vtkLineRepresentation_GetDistanceAnnotationFormat")); mixin(bindCode("vtkLineRepresentation_SetDistanceAnnotationScale__SWIG_0", "D_vtkLineRepresentation_SetDistanceAnnotationScale__SWIG_0")); mixin(bindCode("vtkLineRepresentation_SetDistanceAnnotationScale__SWIG_1", "D_vtkLineRepresentation_SetDistanceAnnotationScale__SWIG_1")); mixin(bindCode("vtkLineRepresentation_GetDistanceAnnotationScale", "D_vtkLineRepresentation_GetDistanceAnnotationScale")); mixin(bindCode("vtkLineRepresentation_GetDistance", "D_vtkLineRepresentation_GetDistance")); mixin(bindCode("vtkLineRepresentation_SetLineColor", "D_vtkLineRepresentation_SetLineColor")); mixin(bindCode("vtkLineRepresentation_GetDistanceAnnotationProperty", "D_vtkLineRepresentation_GetDistanceAnnotationProperty")); mixin(bindCode("vtkLineRepresentation_GetTextActor", "D_vtkLineRepresentation_GetTextActor")); mixin(bindCode("vtkLineRepresentation_Upcast", "D_vtkLineRepresentation_Upcast")); mixin(bindCode("vtkCompositeDataIterator_IsTypeOf", "D_vtkCompositeDataIterator_IsTypeOf")); mixin(bindCode("vtkCompositeDataIterator_SafeDownCast", "D_vtkCompositeDataIterator_SafeDownCast")); mixin(bindCode("vtkCompositeDataIterator_NewInstance", "D_vtkCompositeDataIterator_NewInstance")); mixin(bindCode("vtkCompositeDataIterator_SetDataSet", "D_vtkCompositeDataIterator_SetDataSet")); mixin(bindCode("vtkCompositeDataIterator_GetDataSet", "D_vtkCompositeDataIterator_GetDataSet")); mixin(bindCode("vtkCompositeDataIterator_InitTraversal", "D_vtkCompositeDataIterator_InitTraversal")); mixin(bindCode("vtkCompositeDataIterator_InitReverseTraversal", "D_vtkCompositeDataIterator_InitReverseTraversal")); mixin(bindCode("vtkCompositeDataIterator_GoToFirstItem", "D_vtkCompositeDataIterator_GoToFirstItem")); mixin(bindCode("vtkCompositeDataIterator_GoToNextItem", "D_vtkCompositeDataIterator_GoToNextItem")); mixin(bindCode("vtkCompositeDataIterator_IsDoneWithTraversal", "D_vtkCompositeDataIterator_IsDoneWithTraversal")); mixin(bindCode("vtkCompositeDataIterator_GetCurrentDataObject", "D_vtkCompositeDataIterator_GetCurrentDataObject")); mixin(bindCode("vtkCompositeDataIterator_GetCurrentMetaData", "D_vtkCompositeDataIterator_GetCurrentMetaData")); mixin(bindCode("vtkCompositeDataIterator_HasCurrentMetaData", "D_vtkCompositeDataIterator_HasCurrentMetaData")); mixin(bindCode("vtkCompositeDataIterator_SetSkipEmptyNodes", "D_vtkCompositeDataIterator_SetSkipEmptyNodes")); mixin(bindCode("vtkCompositeDataIterator_GetSkipEmptyNodes", "D_vtkCompositeDataIterator_GetSkipEmptyNodes")); mixin(bindCode("vtkCompositeDataIterator_SkipEmptyNodesOn", "D_vtkCompositeDataIterator_SkipEmptyNodesOn")); mixin(bindCode("vtkCompositeDataIterator_SkipEmptyNodesOff", "D_vtkCompositeDataIterator_SkipEmptyNodesOff")); mixin(bindCode("vtkCompositeDataIterator_GetCurrentFlatIndex", "D_vtkCompositeDataIterator_GetCurrentFlatIndex")); mixin(bindCode("vtkCompositeDataIterator_GetReverse", "D_vtkCompositeDataIterator_GetReverse")); mixin(bindCode("delete_vtkCompositeDataIterator", "D_delete_vtkCompositeDataIterator")); mixin(bindCode("vtkCompositeDataIterator_Upcast", "D_vtkCompositeDataIterator_Upcast")); mixin(bindCode("vtkDataObjectTreeIterator_New", "D_vtkDataObjectTreeIterator_New")); mixin(bindCode("vtkDataObjectTreeIterator_IsTypeOf", "D_vtkDataObjectTreeIterator_IsTypeOf")); mixin(bindCode("vtkDataObjectTreeIterator_SafeDownCast", "D_vtkDataObjectTreeIterator_SafeDownCast")); mixin(bindCode("vtkDataObjectTreeIterator_NewInstance", "D_vtkDataObjectTreeIterator_NewInstance")); mixin(bindCode("vtkDataObjectTreeIterator_SetVisitOnlyLeaves", "D_vtkDataObjectTreeIterator_SetVisitOnlyLeaves")); mixin(bindCode("vtkDataObjectTreeIterator_GetVisitOnlyLeaves", "D_vtkDataObjectTreeIterator_GetVisitOnlyLeaves")); mixin(bindCode("vtkDataObjectTreeIterator_VisitOnlyLeavesOn", "D_vtkDataObjectTreeIterator_VisitOnlyLeavesOn")); mixin(bindCode("vtkDataObjectTreeIterator_VisitOnlyLeavesOff", "D_vtkDataObjectTreeIterator_VisitOnlyLeavesOff")); mixin(bindCode("vtkDataObjectTreeIterator_SetTraverseSubTree", "D_vtkDataObjectTreeIterator_SetTraverseSubTree")); mixin(bindCode("vtkDataObjectTreeIterator_GetTraverseSubTree", "D_vtkDataObjectTreeIterator_GetTraverseSubTree")); mixin(bindCode("vtkDataObjectTreeIterator_TraverseSubTreeOn", "D_vtkDataObjectTreeIterator_TraverseSubTreeOn")); mixin(bindCode("vtkDataObjectTreeIterator_TraverseSubTreeOff", "D_vtkDataObjectTreeIterator_TraverseSubTreeOff")); mixin(bindCode("new_vtkDataObjectTreeIterator", "D_new_vtkDataObjectTreeIterator")); mixin(bindCode("delete_vtkDataObjectTreeIterator", "D_delete_vtkDataObjectTreeIterator")); mixin(bindCode("vtkDataObjectTreeIterator_Upcast", "D_vtkDataObjectTreeIterator_Upcast")); mixin(bindCode("vtkMaskFields_IsTypeOf", "D_vtkMaskFields_IsTypeOf")); mixin(bindCode("vtkMaskFields_SafeDownCast", "D_vtkMaskFields_SafeDownCast")); mixin(bindCode("vtkMaskFields_NewInstance", "D_vtkMaskFields_NewInstance")); mixin(bindCode("vtkMaskFields_New", "D_vtkMaskFields_New")); mixin(bindCode("vtkMaskFields_CopyFieldOn__SWIG_0", "D_vtkMaskFields_CopyFieldOn__SWIG_0")); mixin(bindCode("vtkMaskFields_CopyFieldOff__SWIG_0", "D_vtkMaskFields_CopyFieldOff__SWIG_0")); mixin(bindCode("vtkMaskFields_CopyAttributeOn__SWIG_0", "D_vtkMaskFields_CopyAttributeOn__SWIG_0")); mixin(bindCode("vtkMaskFields_CopyAttributeOff__SWIG_0", "D_vtkMaskFields_CopyAttributeOff__SWIG_0")); mixin(bindCode("vtkMaskFields_CopyFieldsOff", "D_vtkMaskFields_CopyFieldsOff")); mixin(bindCode("vtkMaskFields_CopyAttributesOff", "D_vtkMaskFields_CopyAttributesOff")); mixin(bindCode("vtkMaskFields_CopyFieldsOn", "D_vtkMaskFields_CopyFieldsOn")); mixin(bindCode("vtkMaskFields_CopyAttributesOn", "D_vtkMaskFields_CopyAttributesOn")); mixin(bindCode("vtkMaskFields_CopyAttributeOn__SWIG_1", "D_vtkMaskFields_CopyAttributeOn__SWIG_1")); mixin(bindCode("vtkMaskFields_CopyAttributeOff__SWIG_1", "D_vtkMaskFields_CopyAttributeOff__SWIG_1")); mixin(bindCode("vtkMaskFields_CopyFieldOn__SWIG_1", "D_vtkMaskFields_CopyFieldOn__SWIG_1")); mixin(bindCode("vtkMaskFields_CopyFieldOff__SWIG_1", "D_vtkMaskFields_CopyFieldOff__SWIG_1")); mixin(bindCode("vtkMaskFields_CopyAllOn", "D_vtkMaskFields_CopyAllOn")); mixin(bindCode("vtkMaskFields_CopyAllOff", "D_vtkMaskFields_CopyAllOff")); mixin(bindCode("vtkMaskFields_Upcast", "D_vtkMaskFields_Upcast")); mixin(bindCode("vtkImageOrthoPlanes_New", "D_vtkImageOrthoPlanes_New")); mixin(bindCode("vtkImageOrthoPlanes_IsTypeOf", "D_vtkImageOrthoPlanes_IsTypeOf")); mixin(bindCode("vtkImageOrthoPlanes_SafeDownCast", "D_vtkImageOrthoPlanes_SafeDownCast")); mixin(bindCode("vtkImageOrthoPlanes_NewInstance", "D_vtkImageOrthoPlanes_NewInstance")); mixin(bindCode("vtkImageOrthoPlanes_SetPlane", "D_vtkImageOrthoPlanes_SetPlane")); mixin(bindCode("vtkImageOrthoPlanes_GetPlane", "D_vtkImageOrthoPlanes_GetPlane")); mixin(bindCode("vtkImageOrthoPlanes_ResetPlanes", "D_vtkImageOrthoPlanes_ResetPlanes")); mixin(bindCode("vtkImageOrthoPlanes_GetTransform", "D_vtkImageOrthoPlanes_GetTransform")); mixin(bindCode("vtkImageOrthoPlanes_HandlePlaneEvent", "D_vtkImageOrthoPlanes_HandlePlaneEvent")); mixin(bindCode("vtkImageOrthoPlanes_Upcast", "D_vtkImageOrthoPlanes_Upcast")); mixin(bindCode("PLY_ASCII_get", "D_PLY_ASCII_get")); mixin(bindCode("PLY_BINARY_BE_get", "D_PLY_BINARY_BE_get")); mixin(bindCode("PLY_BINARY_LE_get", "D_PLY_BINARY_LE_get")); mixin(bindCode("PLY_OKAY_get", "D_PLY_OKAY_get")); mixin(bindCode("PLY_ERROR_get", "D_PLY_ERROR_get")); mixin(bindCode("PLY_START_TYPE_get", "D_PLY_START_TYPE_get")); mixin(bindCode("PLY_CHAR_get", "D_PLY_CHAR_get")); mixin(bindCode("PLY_SHORT_get", "D_PLY_SHORT_get")); mixin(bindCode("PLY_INT_get", "D_PLY_INT_get")); mixin(bindCode("PLY_INT32_get", "D_PLY_INT32_get")); mixin(bindCode("PLY_UCHAR_get", "D_PLY_UCHAR_get")); mixin(bindCode("PLY_USHORT_get", "D_PLY_USHORT_get")); mixin(bindCode("PLY_UINT_get", "D_PLY_UINT_get")); mixin(bindCode("PLY_UINT8_get", "D_PLY_UINT8_get")); mixin(bindCode("PLY_FLOAT_get", "D_PLY_FLOAT_get")); mixin(bindCode("PLY_FLOAT32_get", "D_PLY_FLOAT32_get")); mixin(bindCode("PLY_DOUBLE_get", "D_PLY_DOUBLE_get")); mixin(bindCode("PLY_END_TYPE_get", "D_PLY_END_TYPE_get")); mixin(bindCode("PLY_SCALAR_get", "D_PLY_SCALAR_get")); mixin(bindCode("PLY_LIST_get", "D_PLY_LIST_get")); mixin(bindCode("PlyProperty_name_set", "D_PlyProperty_name_set")); mixin(bindCode("PlyProperty_name_get", "D_PlyProperty_name_get")); mixin(bindCode("PlyProperty_external_type_set", "D_PlyProperty_external_type_set")); mixin(bindCode("PlyProperty_external_type_get", "D_PlyProperty_external_type_get")); mixin(bindCode("PlyProperty_internal_type_set", "D_PlyProperty_internal_type_set")); mixin(bindCode("PlyProperty_internal_type_get", "D_PlyProperty_internal_type_get")); mixin(bindCode("PlyProperty_offset_set", "D_PlyProperty_offset_set")); mixin(bindCode("PlyProperty_offset_get", "D_PlyProperty_offset_get")); mixin(bindCode("PlyProperty_is_list_set", "D_PlyProperty_is_list_set")); mixin(bindCode("PlyProperty_is_list_get", "D_PlyProperty_is_list_get")); mixin(bindCode("PlyProperty_count_external_set", "D_PlyProperty_count_external_set")); mixin(bindCode("PlyProperty_count_external_get", "D_PlyProperty_count_external_get")); mixin(bindCode("PlyProperty_count_internal_set", "D_PlyProperty_count_internal_set")); mixin(bindCode("PlyProperty_count_internal_get", "D_PlyProperty_count_internal_get")); mixin(bindCode("PlyProperty_count_offset_set", "D_PlyProperty_count_offset_set")); mixin(bindCode("PlyProperty_count_offset_get", "D_PlyProperty_count_offset_get")); mixin(bindCode("new_PlyProperty", "D_new_PlyProperty")); mixin(bindCode("delete_PlyProperty", "D_delete_PlyProperty")); mixin(bindCode("PlyElement_name_set", "D_PlyElement_name_set")); mixin(bindCode("PlyElement_name_get", "D_PlyElement_name_get")); mixin(bindCode("PlyElement_num_set", "D_PlyElement_num_set")); mixin(bindCode("PlyElement_num_get", "D_PlyElement_num_get")); mixin(bindCode("PlyElement_size_set", "D_PlyElement_size_set")); mixin(bindCode("PlyElement_size_get", "D_PlyElement_size_get")); mixin(bindCode("PlyElement_nprops_set", "D_PlyElement_nprops_set")); mixin(bindCode("PlyElement_nprops_get", "D_PlyElement_nprops_get")); mixin(bindCode("PlyElement_props_set", "D_PlyElement_props_set")); mixin(bindCode("PlyElement_props_get", "D_PlyElement_props_get")); mixin(bindCode("PlyElement_store_prop_set", "D_PlyElement_store_prop_set")); mixin(bindCode("PlyElement_store_prop_get", "D_PlyElement_store_prop_get")); mixin(bindCode("PlyElement_other_offset_set", "D_PlyElement_other_offset_set")); mixin(bindCode("PlyElement_other_offset_get", "D_PlyElement_other_offset_get")); mixin(bindCode("PlyElement_other_size_set", "D_PlyElement_other_size_set")); mixin(bindCode("PlyElement_other_size_get", "D_PlyElement_other_size_get")); mixin(bindCode("new_PlyElement", "D_new_PlyElement")); mixin(bindCode("delete_PlyElement", "D_delete_PlyElement")); mixin(bindCode("PlyOtherProp_name_set", "D_PlyOtherProp_name_set")); mixin(bindCode("PlyOtherProp_name_get", "D_PlyOtherProp_name_get")); mixin(bindCode("PlyOtherProp_size_set", "D_PlyOtherProp_size_set")); mixin(bindCode("PlyOtherProp_size_get", "D_PlyOtherProp_size_get")); mixin(bindCode("PlyOtherProp_nprops_set", "D_PlyOtherProp_nprops_set")); mixin(bindCode("PlyOtherProp_nprops_get", "D_PlyOtherProp_nprops_get")); mixin(bindCode("PlyOtherProp_props_set", "D_PlyOtherProp_props_set")); mixin(bindCode("PlyOtherProp_props_get", "D_PlyOtherProp_props_get")); mixin(bindCode("new_PlyOtherProp", "D_new_PlyOtherProp")); mixin(bindCode("delete_PlyOtherProp", "D_delete_PlyOtherProp")); mixin(bindCode("OtherData_other_props_set", "D_OtherData_other_props_set")); mixin(bindCode("OtherData_other_props_get", "D_OtherData_other_props_get")); mixin(bindCode("new_OtherData", "D_new_OtherData")); mixin(bindCode("delete_OtherData", "D_delete_OtherData")); mixin(bindCode("OtherElem_elem_name_set", "D_OtherElem_elem_name_set")); mixin(bindCode("OtherElem_elem_name_get", "D_OtherElem_elem_name_get")); mixin(bindCode("OtherElem_elem_count_set", "D_OtherElem_elem_count_set")); mixin(bindCode("OtherElem_elem_count_get", "D_OtherElem_elem_count_get")); mixin(bindCode("OtherElem_other_data_set", "D_OtherElem_other_data_set")); mixin(bindCode("OtherElem_other_data_get", "D_OtherElem_other_data_get")); mixin(bindCode("OtherElem_other_props_set", "D_OtherElem_other_props_set")); mixin(bindCode("OtherElem_other_props_get", "D_OtherElem_other_props_get")); mixin(bindCode("new_OtherElem", "D_new_OtherElem")); mixin(bindCode("delete_OtherElem", "D_delete_OtherElem")); mixin(bindCode("PlyOtherElems_num_elems_set", "D_PlyOtherElems_num_elems_set")); mixin(bindCode("PlyOtherElems_num_elems_get", "D_PlyOtherElems_num_elems_get")); mixin(bindCode("PlyOtherElems_other_list_set", "D_PlyOtherElems_other_list_set")); mixin(bindCode("PlyOtherElems_other_list_get", "D_PlyOtherElems_other_list_get")); mixin(bindCode("new_PlyOtherElems", "D_new_PlyOtherElems")); mixin(bindCode("delete_PlyOtherElems", "D_delete_PlyOtherElems")); mixin(bindCode("PlyFile_fp_set", "D_PlyFile_fp_set")); mixin(bindCode("PlyFile_fp_get", "D_PlyFile_fp_get")); mixin(bindCode("PlyFile_file_type_set", "D_PlyFile_file_type_set")); mixin(bindCode("PlyFile_file_type_get", "D_PlyFile_file_type_get")); mixin(bindCode("PlyFile__version_set", "D_PlyFile__version_set")); mixin(bindCode("PlyFile__version_get", "D_PlyFile__version_get")); mixin(bindCode("PlyFile_nelems_set", "D_PlyFile_nelems_set")); mixin(bindCode("PlyFile_nelems_get", "D_PlyFile_nelems_get")); mixin(bindCode("PlyFile_elems_set", "D_PlyFile_elems_set")); mixin(bindCode("PlyFile_elems_get", "D_PlyFile_elems_get")); mixin(bindCode("PlyFile_num_comments_set", "D_PlyFile_num_comments_set")); mixin(bindCode("PlyFile_num_comments_get", "D_PlyFile_num_comments_get")); mixin(bindCode("PlyFile_comments_set", "D_PlyFile_comments_set")); mixin(bindCode("PlyFile_comments_get", "D_PlyFile_comments_get")); mixin(bindCode("PlyFile_num_obj_info_set", "D_PlyFile_num_obj_info_set")); mixin(bindCode("PlyFile_num_obj_info_get", "D_PlyFile_num_obj_info_get")); mixin(bindCode("PlyFile_obj_info_set", "D_PlyFile_obj_info_set")); mixin(bindCode("PlyFile_obj_info_get", "D_PlyFile_obj_info_get")); mixin(bindCode("PlyFile_which_elem_set", "D_PlyFile_which_elem_set")); mixin(bindCode("PlyFile_which_elem_get", "D_PlyFile_which_elem_get")); mixin(bindCode("PlyFile_other_elems_set", "D_PlyFile_other_elems_set")); mixin(bindCode("PlyFile_other_elems_get", "D_PlyFile_other_elems_get")); mixin(bindCode("new_PlyFile", "D_new_PlyFile")); mixin(bindCode("delete_PlyFile", "D_delete_PlyFile")); mixin(bindCode("vtkPLY_ply_write", "D_vtkPLY_ply_write")); mixin(bindCode("vtkPLY_ply_open_for_writing", "D_vtkPLY_ply_open_for_writing")); mixin(bindCode("vtkPLY_ply_describe_element", "D_vtkPLY_ply_describe_element")); mixin(bindCode("vtkPLY_ply_describe_property", "D_vtkPLY_ply_describe_property")); mixin(bindCode("vtkPLY_ply_element_count", "D_vtkPLY_ply_element_count")); mixin(bindCode("vtkPLY_ply_header_complete", "D_vtkPLY_ply_header_complete")); mixin(bindCode("vtkPLY_ply_put_element_setup", "D_vtkPLY_ply_put_element_setup")); mixin(bindCode("vtkPLY_ply_put_element", "D_vtkPLY_ply_put_element")); mixin(bindCode("vtkPLY_ply_put_comment", "D_vtkPLY_ply_put_comment")); mixin(bindCode("vtkPLY_ply_put_obj_info", "D_vtkPLY_ply_put_obj_info")); mixin(bindCode("vtkPLY_ply_read", "D_vtkPLY_ply_read")); mixin(bindCode("vtkPLY_ply_open_for_reading", "D_vtkPLY_ply_open_for_reading")); mixin(bindCode("vtkPLY_ply_get_element_description", "D_vtkPLY_ply_get_element_description")); mixin(bindCode("vtkPLY_ply_get_element_setup", "D_vtkPLY_ply_get_element_setup")); mixin(bindCode("vtkPLY_ply_get_property", "D_vtkPLY_ply_get_property")); mixin(bindCode("vtkPLY_ply_get_other_properties", "D_vtkPLY_ply_get_other_properties")); mixin(bindCode("vtkPLY_ply_get_element", "D_vtkPLY_ply_get_element")); mixin(bindCode("vtkPLY_ply_get_comments", "D_vtkPLY_ply_get_comments")); mixin(bindCode("vtkPLY_ply_get_obj_info", "D_vtkPLY_ply_get_obj_info")); mixin(bindCode("vtkPLY_ply_close", "D_vtkPLY_ply_close")); mixin(bindCode("vtkPLY_ply_get_info", "D_vtkPLY_ply_get_info")); mixin(bindCode("vtkPLY_ply_get_other_element", "D_vtkPLY_ply_get_other_element")); mixin(bindCode("vtkPLY_ply_describe_other_elements", "D_vtkPLY_ply_describe_other_elements")); mixin(bindCode("vtkPLY_ply_put_other_elements", "D_vtkPLY_ply_put_other_elements")); mixin(bindCode("vtkPLY_ply_free_other_elements", "D_vtkPLY_ply_free_other_elements")); mixin(bindCode("vtkPLY_ply_describe_other_properties", "D_vtkPLY_ply_describe_other_properties")); mixin(bindCode("vtkPLY_equal_strings", "D_vtkPLY_equal_strings")); mixin(bindCode("vtkPLY_find_element", "D_vtkPLY_find_element")); mixin(bindCode("vtkPLY_find_property", "D_vtkPLY_find_property")); mixin(bindCode("vtkPLY_write_scalar_type", "D_vtkPLY_write_scalar_type")); mixin(bindCode("vtkPLY_get_words", "D_vtkPLY_get_words")); mixin(bindCode("vtkPLY_old_get_words", "D_vtkPLY_old_get_words")); mixin(bindCode("vtkPLY_write_binary_item", "D_vtkPLY_write_binary_item")); mixin(bindCode("vtkPLY_write_ascii_item", "D_vtkPLY_write_ascii_item")); mixin(bindCode("vtkPLY_old_write_ascii_item", "D_vtkPLY_old_write_ascii_item")); mixin(bindCode("vtkPLY_add_element", "D_vtkPLY_add_element")); mixin(bindCode("vtkPLY_add_property", "D_vtkPLY_add_property")); mixin(bindCode("vtkPLY_add_comment", "D_vtkPLY_add_comment")); mixin(bindCode("vtkPLY_add_obj_info", "D_vtkPLY_add_obj_info")); mixin(bindCode("vtkPLY_copy_property", "D_vtkPLY_copy_property")); mixin(bindCode("vtkPLY_store_item", "D_vtkPLY_store_item")); mixin(bindCode("vtkPLY_get_stored_item", "D_vtkPLY_get_stored_item")); mixin(bindCode("vtkPLY_get_item_value", "D_vtkPLY_get_item_value")); mixin(bindCode("vtkPLY_get_ascii_item", "D_vtkPLY_get_ascii_item")); mixin(bindCode("vtkPLY_get_binary_item", "D_vtkPLY_get_binary_item")); mixin(bindCode("vtkPLY_ascii_get_element", "D_vtkPLY_ascii_get_element")); mixin(bindCode("vtkPLY_binary_get_element", "D_vtkPLY_binary_get_element")); mixin(bindCode("vtkPLY_my_alloc", "D_vtkPLY_my_alloc")); mixin(bindCode("vtkPLY_get_prop_type", "D_vtkPLY_get_prop_type")); mixin(bindCode("new_vtkPLY", "D_new_vtkPLY")); mixin(bindCode("delete_vtkPLY", "D_delete_vtkPLY")); mixin(bindCode("vtkBorderWidget_New", "D_vtkBorderWidget_New")); mixin(bindCode("vtkBorderWidget_IsTypeOf", "D_vtkBorderWidget_IsTypeOf")); mixin(bindCode("vtkBorderWidget_SafeDownCast", "D_vtkBorderWidget_SafeDownCast")); mixin(bindCode("vtkBorderWidget_NewInstance", "D_vtkBorderWidget_NewInstance")); mixin(bindCode("vtkBorderWidget_SetSelectable", "D_vtkBorderWidget_SetSelectable")); mixin(bindCode("vtkBorderWidget_GetSelectable", "D_vtkBorderWidget_GetSelectable")); mixin(bindCode("vtkBorderWidget_SelectableOn", "D_vtkBorderWidget_SelectableOn")); mixin(bindCode("vtkBorderWidget_SelectableOff", "D_vtkBorderWidget_SelectableOff")); mixin(bindCode("vtkBorderWidget_SetResizable", "D_vtkBorderWidget_SetResizable")); mixin(bindCode("vtkBorderWidget_GetResizable", "D_vtkBorderWidget_GetResizable")); mixin(bindCode("vtkBorderWidget_ResizableOn", "D_vtkBorderWidget_ResizableOn")); mixin(bindCode("vtkBorderWidget_ResizableOff", "D_vtkBorderWidget_ResizableOff")); mixin(bindCode("vtkBorderWidget_SetRepresentation", "D_vtkBorderWidget_SetRepresentation")); mixin(bindCode("vtkBorderWidget_GetBorderRepresentation", "D_vtkBorderWidget_GetBorderRepresentation")); mixin(bindCode("vtkBorderWidget_Upcast", "D_vtkBorderWidget_Upcast")); mixin(bindCode("vtkPlaybackWidget_New", "D_vtkPlaybackWidget_New")); mixin(bindCode("vtkPlaybackWidget_IsTypeOf", "D_vtkPlaybackWidget_IsTypeOf")); mixin(bindCode("vtkPlaybackWidget_SafeDownCast", "D_vtkPlaybackWidget_SafeDownCast")); mixin(bindCode("vtkPlaybackWidget_NewInstance", "D_vtkPlaybackWidget_NewInstance")); mixin(bindCode("vtkPlaybackWidget_SetRepresentation", "D_vtkPlaybackWidget_SetRepresentation")); mixin(bindCode("vtkPlaybackWidget_Upcast", "D_vtkPlaybackWidget_Upcast")); mixin(bindCode("new_vtkPolygonBuilder", "D_new_vtkPolygonBuilder")); mixin(bindCode("vtkPolygonBuilder_Reset", "D_vtkPolygonBuilder_Reset")); mixin(bindCode("vtkPolygonBuilder_InsertTriangle", "D_vtkPolygonBuilder_InsertTriangle")); mixin(bindCode("vtkPolygonBuilder_GetPolygon", "D_vtkPolygonBuilder_GetPolygon")); mixin(bindCode("delete_vtkPolygonBuilder", "D_delete_vtkPolygonBuilder")); mixin(bindCode("VTK_IMAGE_NON_MAXIMUM_SUPPRESSION_MAGNITUDE_INPUT_get", "D_VTK_IMAGE_NON_MAXIMUM_SUPPRESSION_MAGNITUDE_INPUT_get")); mixin(bindCode("VTK_IMAGE_NON_MAXIMUM_SUPPRESSION_VECTOR_INPUT_get", "D_VTK_IMAGE_NON_MAXIMUM_SUPPRESSION_VECTOR_INPUT_get")); mixin(bindCode("vtkImageNonMaximumSuppression_New", "D_vtkImageNonMaximumSuppression_New")); mixin(bindCode("vtkImageNonMaximumSuppression_IsTypeOf", "D_vtkImageNonMaximumSuppression_IsTypeOf")); mixin(bindCode("vtkImageNonMaximumSuppression_SafeDownCast", "D_vtkImageNonMaximumSuppression_SafeDownCast")); mixin(bindCode("vtkImageNonMaximumSuppression_NewInstance", "D_vtkImageNonMaximumSuppression_NewInstance")); mixin(bindCode("vtkImageNonMaximumSuppression_SetMagnitudeInputData", "D_vtkImageNonMaximumSuppression_SetMagnitudeInputData")); mixin(bindCode("vtkImageNonMaximumSuppression_SetVectorInputData", "D_vtkImageNonMaximumSuppression_SetVectorInputData")); mixin(bindCode("vtkImageNonMaximumSuppression_SetHandleBoundaries", "D_vtkImageNonMaximumSuppression_SetHandleBoundaries")); mixin(bindCode("vtkImageNonMaximumSuppression_GetHandleBoundaries", "D_vtkImageNonMaximumSuppression_GetHandleBoundaries")); mixin(bindCode("vtkImageNonMaximumSuppression_HandleBoundariesOn", "D_vtkImageNonMaximumSuppression_HandleBoundariesOn")); mixin(bindCode("vtkImageNonMaximumSuppression_HandleBoundariesOff", "D_vtkImageNonMaximumSuppression_HandleBoundariesOff")); mixin(bindCode("vtkImageNonMaximumSuppression_SetDimensionality", "D_vtkImageNonMaximumSuppression_SetDimensionality")); mixin(bindCode("vtkImageNonMaximumSuppression_GetDimensionalityMinValue", "D_vtkImageNonMaximumSuppression_GetDimensionalityMinValue")); mixin(bindCode("vtkImageNonMaximumSuppression_GetDimensionalityMaxValue", "D_vtkImageNonMaximumSuppression_GetDimensionalityMaxValue")); mixin(bindCode("vtkImageNonMaximumSuppression_GetDimensionality", "D_vtkImageNonMaximumSuppression_GetDimensionality")); mixin(bindCode("vtkImageNonMaximumSuppression_Upcast", "D_vtkImageNonMaximumSuppression_Upcast")); mixin(bindCode("vtkPruneTreeFilter_New", "D_vtkPruneTreeFilter_New")); mixin(bindCode("vtkPruneTreeFilter_IsTypeOf", "D_vtkPruneTreeFilter_IsTypeOf")); mixin(bindCode("vtkPruneTreeFilter_SafeDownCast", "D_vtkPruneTreeFilter_SafeDownCast")); mixin(bindCode("vtkPruneTreeFilter_NewInstance", "D_vtkPruneTreeFilter_NewInstance")); mixin(bindCode("vtkPruneTreeFilter_GetParentVertex", "D_vtkPruneTreeFilter_GetParentVertex")); mixin(bindCode("vtkPruneTreeFilter_SetParentVertex", "D_vtkPruneTreeFilter_SetParentVertex")); mixin(bindCode("vtkPruneTreeFilter_GetShouldPruneParentVertex", "D_vtkPruneTreeFilter_GetShouldPruneParentVertex")); mixin(bindCode("vtkPruneTreeFilter_SetShouldPruneParentVertex", "D_vtkPruneTreeFilter_SetShouldPruneParentVertex")); mixin(bindCode("vtkPruneTreeFilter_Upcast", "D_vtkPruneTreeFilter_Upcast")); mixin(bindCode("vtkGraphItem_New", "D_vtkGraphItem_New")); mixin(bindCode("vtkGraphItem_IsTypeOf", "D_vtkGraphItem_IsTypeOf")); mixin(bindCode("vtkGraphItem_SafeDownCast", "D_vtkGraphItem_SafeDownCast")); mixin(bindCode("vtkGraphItem_NewInstance", "D_vtkGraphItem_NewInstance")); mixin(bindCode("vtkGraphItem_SetGraph", "D_vtkGraphItem_SetGraph")); mixin(bindCode("vtkGraphItem_GetGraph", "D_vtkGraphItem_GetGraph")); mixin(bindCode("vtkGraphItem_GetLayout", "D_vtkGraphItem_GetLayout")); mixin(bindCode("vtkGraphItem_StartLayoutAnimation", "D_vtkGraphItem_StartLayoutAnimation")); mixin(bindCode("vtkGraphItem_StopLayoutAnimation", "D_vtkGraphItem_StopLayoutAnimation")); mixin(bindCode("vtkGraphItem_UpdateLayout", "D_vtkGraphItem_UpdateLayout")); mixin(bindCode("vtkGraphItem_Upcast", "D_vtkGraphItem_Upcast")); mixin(bindCode("vtkPlot_IsTypeOf", "D_vtkPlot_IsTypeOf")); mixin(bindCode("vtkPlot_SafeDownCast", "D_vtkPlot_SafeDownCast")); mixin(bindCode("vtkPlot_NewInstance", "D_vtkPlot_NewInstance")); mixin(bindCode("vtkPlot_PaintLegend", "D_vtkPlot_PaintLegend")); mixin(bindCode("vtkPlot_SetTooltipLabelFormat", "D_vtkPlot_SetTooltipLabelFormat")); mixin(bindCode("vtkPlot_GetTooltipLabelFormat", "D_vtkPlot_GetTooltipLabelFormat")); mixin(bindCode("vtkPlot_SetTooltipNotation", "D_vtkPlot_SetTooltipNotation")); mixin(bindCode("vtkPlot_GetTooltipNotation", "D_vtkPlot_GetTooltipNotation")); mixin(bindCode("vtkPlot_SetTooltipPrecision", "D_vtkPlot_SetTooltipPrecision")); mixin(bindCode("vtkPlot_GetTooltipPrecision", "D_vtkPlot_GetTooltipPrecision")); mixin(bindCode("vtkPlot_SetColor__SWIG_0", "D_vtkPlot_SetColor__SWIG_0")); mixin(bindCode("vtkPlot_SetColor__SWIG_1", "D_vtkPlot_SetColor__SWIG_1")); mixin(bindCode("vtkPlot_GetColor__SWIG_0", "D_vtkPlot_GetColor__SWIG_0")); mixin(bindCode("vtkPlot_GetColor__SWIG_1", "D_vtkPlot_GetColor__SWIG_1")); mixin(bindCode("vtkPlot_SetWidth", "D_vtkPlot_SetWidth")); mixin(bindCode("vtkPlot_GetWidth", "D_vtkPlot_GetWidth")); mixin(bindCode("vtkPlot_SetPen", "D_vtkPlot_SetPen")); mixin(bindCode("vtkPlot_GetPen", "D_vtkPlot_GetPen")); mixin(bindCode("vtkPlot_SetBrush", "D_vtkPlot_SetBrush")); mixin(bindCode("vtkPlot_GetBrush", "D_vtkPlot_GetBrush")); mixin(bindCode("vtkPlot_SetLabel", "D_vtkPlot_SetLabel")); mixin(bindCode("vtkPlot_GetLabel__SWIG_0", "D_vtkPlot_GetLabel__SWIG_0")); mixin(bindCode("vtkPlot_SetLabels", "D_vtkPlot_SetLabels")); mixin(bindCode("vtkPlot_GetLabels", "D_vtkPlot_GetLabels")); mixin(bindCode("vtkPlot_GetNumberOfLabels", "D_vtkPlot_GetNumberOfLabels")); mixin(bindCode("vtkPlot_GetLabel__SWIG_1", "D_vtkPlot_GetLabel__SWIG_1")); mixin(bindCode("vtkPlot_SetIndexedLabels", "D_vtkPlot_SetIndexedLabels")); mixin(bindCode("vtkPlot_GetIndexedLabels", "D_vtkPlot_GetIndexedLabels")); mixin(bindCode("vtkPlot_GetData", "D_vtkPlot_GetData")); mixin(bindCode("vtkPlot_GetUseIndexForXSeries", "D_vtkPlot_GetUseIndexForXSeries")); mixin(bindCode("vtkPlot_SetUseIndexForXSeries", "D_vtkPlot_SetUseIndexForXSeries")); mixin(bindCode("vtkPlot_SetInputData__SWIG_0", "D_vtkPlot_SetInputData__SWIG_0")); mixin(bindCode("vtkPlot_SetInputData__SWIG_1", "D_vtkPlot_SetInputData__SWIG_1")); mixin(bindCode("vtkPlot_SetInputData__SWIG_2", "D_vtkPlot_SetInputData__SWIG_2")); mixin(bindCode("vtkPlot_GetInput", "D_vtkPlot_GetInput")); mixin(bindCode("vtkPlot_SetInputArray", "D_vtkPlot_SetInputArray")); mixin(bindCode("vtkPlot_SetSelection", "D_vtkPlot_SetSelection")); mixin(bindCode("vtkPlot_GetSelection", "D_vtkPlot_GetSelection")); mixin(bindCode("vtkPlot_GetXAxis", "D_vtkPlot_GetXAxis")); mixin(bindCode("vtkPlot_SetXAxis", "D_vtkPlot_SetXAxis")); mixin(bindCode("vtkPlot_GetYAxis", "D_vtkPlot_GetYAxis")); mixin(bindCode("vtkPlot_SetYAxis", "D_vtkPlot_SetYAxis")); mixin(bindCode("vtkPlot_GetBounds", "D_vtkPlot_GetBounds")); mixin(bindCode("vtkPlot_GetUnscaledInputBounds", "D_vtkPlot_GetUnscaledInputBounds")); mixin(bindCode("new_vtkPlot", "D_new_vtkPlot")); mixin(bindCode("delete_vtkPlot", "D_delete_vtkPlot")); mixin(bindCode("vtkPlot_Upcast", "D_vtkPlot_Upcast")); mixin(bindCode("vtkScalarsToColorsItem_IsTypeOf", "D_vtkScalarsToColorsItem_IsTypeOf")); mixin(bindCode("vtkScalarsToColorsItem_SafeDownCast", "D_vtkScalarsToColorsItem_SafeDownCast")); mixin(bindCode("vtkScalarsToColorsItem_NewInstance", "D_vtkScalarsToColorsItem_NewInstance")); mixin(bindCode("vtkScalarsToColorsItem_SetUserBounds__SWIG_0", "D_vtkScalarsToColorsItem_SetUserBounds__SWIG_0")); mixin(bindCode("vtkScalarsToColorsItem_SetUserBounds__SWIG_1", "D_vtkScalarsToColorsItem_SetUserBounds__SWIG_1")); mixin(bindCode("vtkScalarsToColorsItem_GetUserBounds__SWIG_0", "D_vtkScalarsToColorsItem_GetUserBounds__SWIG_0")); mixin(bindCode("vtkScalarsToColorsItem_GetUserBounds__SWIG_1", "D_vtkScalarsToColorsItem_GetUserBounds__SWIG_1")); mixin(bindCode("vtkScalarsToColorsItem_GetUserBounds__SWIG_2", "D_vtkScalarsToColorsItem_GetUserBounds__SWIG_2")); mixin(bindCode("vtkScalarsToColorsItem_GetPolyLinePen", "D_vtkScalarsToColorsItem_GetPolyLinePen")); mixin(bindCode("vtkScalarsToColorsItem_SetMaskAboveCurve", "D_vtkScalarsToColorsItem_SetMaskAboveCurve")); mixin(bindCode("vtkScalarsToColorsItem_GetMaskAboveCurve", "D_vtkScalarsToColorsItem_GetMaskAboveCurve")); mixin(bindCode("vtkScalarsToColorsItem_Upcast", "D_vtkScalarsToColorsItem_Upcast")); mixin(bindCode("vtkColorTransferFunctionItem_New", "D_vtkColorTransferFunctionItem_New")); mixin(bindCode("vtkColorTransferFunctionItem_IsTypeOf", "D_vtkColorTransferFunctionItem_IsTypeOf")); mixin(bindCode("vtkColorTransferFunctionItem_SafeDownCast", "D_vtkColorTransferFunctionItem_SafeDownCast")); mixin(bindCode("vtkColorTransferFunctionItem_NewInstance", "D_vtkColorTransferFunctionItem_NewInstance")); mixin(bindCode("vtkColorTransferFunctionItem_SetColorTransferFunction", "D_vtkColorTransferFunctionItem_SetColorTransferFunction")); mixin(bindCode("vtkColorTransferFunctionItem_GetColorTransferFunction", "D_vtkColorTransferFunctionItem_GetColorTransferFunction")); mixin(bindCode("vtkColorTransferFunctionItem_Upcast", "D_vtkColorTransferFunctionItem_Upcast")); mixin(bindCode("vtkCompositeTransferFunctionItem_New", "D_vtkCompositeTransferFunctionItem_New")); mixin(bindCode("vtkCompositeTransferFunctionItem_IsTypeOf", "D_vtkCompositeTransferFunctionItem_IsTypeOf")); mixin(bindCode("vtkCompositeTransferFunctionItem_SafeDownCast", "D_vtkCompositeTransferFunctionItem_SafeDownCast")); mixin(bindCode("vtkCompositeTransferFunctionItem_NewInstance", "D_vtkCompositeTransferFunctionItem_NewInstance")); mixin(bindCode("vtkCompositeTransferFunctionItem_SetOpacityFunction", "D_vtkCompositeTransferFunctionItem_SetOpacityFunction")); mixin(bindCode("vtkCompositeTransferFunctionItem_GetOpacityFunction", "D_vtkCompositeTransferFunctionItem_GetOpacityFunction")); mixin(bindCode("vtkCompositeTransferFunctionItem_Upcast", "D_vtkCompositeTransferFunctionItem_Upcast")); mixin(bindCode("vtkIdList_New", "D_vtkIdList_New")); mixin(bindCode("vtkIdList_Initialize", "D_vtkIdList_Initialize")); mixin(bindCode("vtkIdList_Allocate__SWIG_0", "D_vtkIdList_Allocate__SWIG_0")); mixin(bindCode("vtkIdList_Allocate__SWIG_1", "D_vtkIdList_Allocate__SWIG_1")); mixin(bindCode("vtkIdList_IsTypeOf", "D_vtkIdList_IsTypeOf")); mixin(bindCode("vtkIdList_SafeDownCast", "D_vtkIdList_SafeDownCast")); mixin(bindCode("vtkIdList_NewInstance", "D_vtkIdList_NewInstance")); mixin(bindCode("vtkIdList_GetNumberOfIds", "D_vtkIdList_GetNumberOfIds")); mixin(bindCode("vtkIdList_GetId", "D_vtkIdList_GetId")); mixin(bindCode("vtkIdList_SetNumberOfIds", "D_vtkIdList_SetNumberOfIds")); mixin(bindCode("vtkIdList_SetId", "D_vtkIdList_SetId")); mixin(bindCode("vtkIdList_InsertId", "D_vtkIdList_InsertId")); mixin(bindCode("vtkIdList_InsertNextId", "D_vtkIdList_InsertNextId")); mixin(bindCode("vtkIdList_InsertUniqueId", "D_vtkIdList_InsertUniqueId")); mixin(bindCode("vtkIdList_GetPointer", "D_vtkIdList_GetPointer")); mixin(bindCode("vtkIdList_WritePointer", "D_vtkIdList_WritePointer")); mixin(bindCode("vtkIdList_Reset", "D_vtkIdList_Reset")); mixin(bindCode("vtkIdList_Squeeze", "D_vtkIdList_Squeeze")); mixin(bindCode("vtkIdList_DeepCopy", "D_vtkIdList_DeepCopy")); mixin(bindCode("vtkIdList_DeleteId", "D_vtkIdList_DeleteId")); mixin(bindCode("vtkIdList_IsId", "D_vtkIdList_IsId")); mixin(bindCode("vtkIdList_IntersectWith", "D_vtkIdList_IntersectWith")); mixin(bindCode("vtkIdList_Upcast", "D_vtkIdList_Upcast")); mixin(bindCode("VTK_CELL_SIZE_get", "D_VTK_CELL_SIZE_get")); mixin(bindCode("VTK_TOL_get", "D_VTK_TOL_get")); mixin(bindCode("vtkCell_IsTypeOf", "D_vtkCell_IsTypeOf")); mixin(bindCode("vtkCell_SafeDownCast", "D_vtkCell_SafeDownCast")); mixin(bindCode("vtkCell_NewInstance", "D_vtkCell_NewInstance")); mixin(bindCode("vtkCell_Initialize__SWIG_0", "D_vtkCell_Initialize__SWIG_0")); mixin(bindCode("vtkCell_ShallowCopy", "D_vtkCell_ShallowCopy")); mixin(bindCode("vtkCell_DeepCopy", "D_vtkCell_DeepCopy")); mixin(bindCode("vtkCell_GetCellType", "D_vtkCell_GetCellType")); mixin(bindCode("vtkCell_GetCellDimension", "D_vtkCell_GetCellDimension")); mixin(bindCode("vtkCell_IsLinear", "D_vtkCell_IsLinear")); mixin(bindCode("vtkCell_RequiresInitialization", "D_vtkCell_RequiresInitialization")); mixin(bindCode("vtkCell_Initialize__SWIG_1", "D_vtkCell_Initialize__SWIG_1")); mixin(bindCode("vtkCell_IsExplicitCell", "D_vtkCell_IsExplicitCell")); mixin(bindCode("vtkCell_RequiresExplicitFaceRepresentation", "D_vtkCell_RequiresExplicitFaceRepresentation")); mixin(bindCode("vtkCell_SetFaces", "D_vtkCell_SetFaces")); mixin(bindCode("vtkCell_GetFaces", "D_vtkCell_GetFaces")); mixin(bindCode("vtkCell_GetPoints", "D_vtkCell_GetPoints")); mixin(bindCode("vtkCell_GetNumberOfPoints", "D_vtkCell_GetNumberOfPoints")); mixin(bindCode("vtkCell_GetNumberOfEdges", "D_vtkCell_GetNumberOfEdges")); mixin(bindCode("vtkCell_GetNumberOfFaces", "D_vtkCell_GetNumberOfFaces")); mixin(bindCode("vtkCell_GetPointIds", "D_vtkCell_GetPointIds")); mixin(bindCode("vtkCell_GetPointId", "D_vtkCell_GetPointId")); mixin(bindCode("vtkCell_GetEdge", "D_vtkCell_GetEdge")); mixin(bindCode("vtkCell_GetFace", "D_vtkCell_GetFace")); mixin(bindCode("vtkCell_CellBoundary", "D_vtkCell_CellBoundary")); mixin(bindCode("vtkCell_EvaluatePosition", "D_vtkCell_EvaluatePosition")); mixin(bindCode("vtkCell_EvaluateLocation", "D_vtkCell_EvaluateLocation")); mixin(bindCode("vtkCell_Contour", "D_vtkCell_Contour")); mixin(bindCode("vtkCell_Clip", "D_vtkCell_Clip")); mixin(bindCode("vtkCell_IntersectWithLine", "D_vtkCell_IntersectWithLine")); mixin(bindCode("vtkCell_Triangulate", "D_vtkCell_Triangulate")); mixin(bindCode("vtkCell_Derivatives", "D_vtkCell_Derivatives")); mixin(bindCode("vtkCell_GetBounds__SWIG_0", "D_vtkCell_GetBounds__SWIG_0")); mixin(bindCode("vtkCell_GetBounds__SWIG_1", "D_vtkCell_GetBounds__SWIG_1")); mixin(bindCode("vtkCell_GetLength2", "D_vtkCell_GetLength2")); mixin(bindCode("vtkCell_GetParametricCenter", "D_vtkCell_GetParametricCenter")); mixin(bindCode("vtkCell_GetParametricDistance", "D_vtkCell_GetParametricDistance")); mixin(bindCode("vtkCell_IsPrimaryCell", "D_vtkCell_IsPrimaryCell")); mixin(bindCode("vtkCell_GetParametricCoords", "D_vtkCell_GetParametricCoords")); mixin(bindCode("vtkCell_InterpolateFunctions", "D_vtkCell_InterpolateFunctions")); mixin(bindCode("vtkCell_InterpolateDerivs", "D_vtkCell_InterpolateDerivs")); mixin(bindCode("vtkCell_Points_set", "D_vtkCell_Points_set")); mixin(bindCode("vtkCell_Points_get", "D_vtkCell_Points_get")); mixin(bindCode("vtkCell_PointIds_set", "D_vtkCell_PointIds_set")); mixin(bindCode("vtkCell_PointIds_get", "D_vtkCell_PointIds_get")); mixin(bindCode("vtkCell_Upcast", "D_vtkCell_Upcast")); mixin(bindCode("vtkCell3D_IsTypeOf", "D_vtkCell3D_IsTypeOf")); mixin(bindCode("vtkCell3D_SafeDownCast", "D_vtkCell3D_SafeDownCast")); mixin(bindCode("vtkCell3D_NewInstance", "D_vtkCell3D_NewInstance")); mixin(bindCode("vtkCell3D_GetEdgePoints", "D_vtkCell3D_GetEdgePoints")); mixin(bindCode("vtkCell3D_GetFacePoints", "D_vtkCell3D_GetFacePoints")); mixin(bindCode("vtkCell3D_SetMergeTolerance", "D_vtkCell3D_SetMergeTolerance")); mixin(bindCode("vtkCell3D_GetMergeToleranceMinValue", "D_vtkCell3D_GetMergeToleranceMinValue")); mixin(bindCode("vtkCell3D_GetMergeToleranceMaxValue", "D_vtkCell3D_GetMergeToleranceMaxValue")); mixin(bindCode("vtkCell3D_GetMergeTolerance", "D_vtkCell3D_GetMergeTolerance")); mixin(bindCode("vtkCell3D_Upcast", "D_vtkCell3D_Upcast")); mixin(bindCode("vtkPyramid_New", "D_vtkPyramid_New")); mixin(bindCode("vtkPyramid_IsTypeOf", "D_vtkPyramid_IsTypeOf")); mixin(bindCode("vtkPyramid_SafeDownCast", "D_vtkPyramid_SafeDownCast")); mixin(bindCode("vtkPyramid_NewInstance", "D_vtkPyramid_NewInstance")); mixin(bindCode("vtkPyramid_InterpolationFunctions", "D_vtkPyramid_InterpolationFunctions")); mixin(bindCode("vtkPyramid_InterpolationDerivs", "D_vtkPyramid_InterpolationDerivs")); mixin(bindCode("vtkPyramid_InterpolateFunctions", "D_vtkPyramid_InterpolateFunctions")); mixin(bindCode("vtkPyramid_InterpolateDerivs", "D_vtkPyramid_InterpolateDerivs")); mixin(bindCode("vtkPyramid_JacobianInverse", "D_vtkPyramid_JacobianInverse")); mixin(bindCode("vtkPyramid_GetEdgeArray", "D_vtkPyramid_GetEdgeArray")); mixin(bindCode("vtkPyramid_GetFaceArray", "D_vtkPyramid_GetFaceArray")); mixin(bindCode("vtkPyramid_Upcast", "D_vtkPyramid_Upcast")); mixin(bindCode("vtkLine_New", "D_vtkLine_New")); mixin(bindCode("vtkLine_IsTypeOf", "D_vtkLine_IsTypeOf")); mixin(bindCode("vtkLine_SafeDownCast", "D_vtkLine_SafeDownCast")); mixin(bindCode("vtkLine_NewInstance", "D_vtkLine_NewInstance")); mixin(bindCode("vtkLine_Intersection", "D_vtkLine_Intersection")); mixin(bindCode("vtkLine_DistanceToLine__SWIG_0", "D_vtkLine_DistanceToLine__SWIG_0")); mixin(bindCode("vtkLine_DistanceToLine__SWIG_1", "D_vtkLine_DistanceToLine__SWIG_1")); mixin(bindCode("vtkLine_DistanceBetweenLines", "D_vtkLine_DistanceBetweenLines")); mixin(bindCode("vtkLine_DistanceBetweenLineSegments", "D_vtkLine_DistanceBetweenLineSegments")); mixin(bindCode("vtkLine_InterpolationFunctions", "D_vtkLine_InterpolationFunctions")); mixin(bindCode("vtkLine_InterpolationDerivs", "D_vtkLine_InterpolationDerivs")); mixin(bindCode("vtkLine_InterpolateFunctions", "D_vtkLine_InterpolateFunctions")); mixin(bindCode("vtkLine_InterpolateDerivs", "D_vtkLine_InterpolateDerivs")); mixin(bindCode("vtkLine_Upcast", "D_vtkLine_Upcast")); mixin(bindCode("vtkMedicalImageProperties_New", "D_vtkMedicalImageProperties_New")); mixin(bindCode("vtkMedicalImageProperties_IsTypeOf", "D_vtkMedicalImageProperties_IsTypeOf")); mixin(bindCode("vtkMedicalImageProperties_SafeDownCast", "D_vtkMedicalImageProperties_SafeDownCast")); mixin(bindCode("vtkMedicalImageProperties_NewInstance", "D_vtkMedicalImageProperties_NewInstance")); mixin(bindCode("vtkMedicalImageProperties_Clear", "D_vtkMedicalImageProperties_Clear")); mixin(bindCode("vtkMedicalImageProperties_SetPatientName", "D_vtkMedicalImageProperties_SetPatientName")); mixin(bindCode("vtkMedicalImageProperties_GetPatientName", "D_vtkMedicalImageProperties_GetPatientName")); mixin(bindCode("vtkMedicalImageProperties_SetPatientID", "D_vtkMedicalImageProperties_SetPatientID")); mixin(bindCode("vtkMedicalImageProperties_GetPatientID", "D_vtkMedicalImageProperties_GetPatientID")); mixin(bindCode("vtkMedicalImageProperties_SetPatientAge", "D_vtkMedicalImageProperties_SetPatientAge")); mixin(bindCode("vtkMedicalImageProperties_GetPatientAge", "D_vtkMedicalImageProperties_GetPatientAge")); mixin(bindCode("vtkMedicalImageProperties_GetAgeAsFields", "D_vtkMedicalImageProperties_GetAgeAsFields")); mixin(bindCode("vtkMedicalImageProperties_GetPatientAgeYear", "D_vtkMedicalImageProperties_GetPatientAgeYear")); mixin(bindCode("vtkMedicalImageProperties_GetPatientAgeMonth", "D_vtkMedicalImageProperties_GetPatientAgeMonth")); mixin(bindCode("vtkMedicalImageProperties_GetPatientAgeWeek", "D_vtkMedicalImageProperties_GetPatientAgeWeek")); mixin(bindCode("vtkMedicalImageProperties_GetPatientAgeDay", "D_vtkMedicalImageProperties_GetPatientAgeDay")); mixin(bindCode("vtkMedicalImageProperties_SetPatientSex", "D_vtkMedicalImageProperties_SetPatientSex")); mixin(bindCode("vtkMedicalImageProperties_GetPatientSex", "D_vtkMedicalImageProperties_GetPatientSex")); mixin(bindCode("vtkMedicalImageProperties_SetPatientBirthDate", "D_vtkMedicalImageProperties_SetPatientBirthDate")); mixin(bindCode("vtkMedicalImageProperties_GetPatientBirthDate", "D_vtkMedicalImageProperties_GetPatientBirthDate")); mixin(bindCode("vtkMedicalImageProperties_GetPatientBirthDateYear", "D_vtkMedicalImageProperties_GetPatientBirthDateYear")); mixin(bindCode("vtkMedicalImageProperties_GetPatientBirthDateMonth", "D_vtkMedicalImageProperties_GetPatientBirthDateMonth")); mixin(bindCode("vtkMedicalImageProperties_GetPatientBirthDateDay", "D_vtkMedicalImageProperties_GetPatientBirthDateDay")); mixin(bindCode("vtkMedicalImageProperties_SetStudyDate", "D_vtkMedicalImageProperties_SetStudyDate")); mixin(bindCode("vtkMedicalImageProperties_GetStudyDate", "D_vtkMedicalImageProperties_GetStudyDate")); mixin(bindCode("vtkMedicalImageProperties_SetAcquisitionDate", "D_vtkMedicalImageProperties_SetAcquisitionDate")); mixin(bindCode("vtkMedicalImageProperties_GetAcquisitionDate", "D_vtkMedicalImageProperties_GetAcquisitionDate")); mixin(bindCode("vtkMedicalImageProperties_GetAcquisitionDateYear", "D_vtkMedicalImageProperties_GetAcquisitionDateYear")); mixin(bindCode("vtkMedicalImageProperties_GetAcquisitionDateMonth", "D_vtkMedicalImageProperties_GetAcquisitionDateMonth")); mixin(bindCode("vtkMedicalImageProperties_GetAcquisitionDateDay", "D_vtkMedicalImageProperties_GetAcquisitionDateDay")); mixin(bindCode("vtkMedicalImageProperties_SetStudyTime", "D_vtkMedicalImageProperties_SetStudyTime")); mixin(bindCode("vtkMedicalImageProperties_GetStudyTime", "D_vtkMedicalImageProperties_GetStudyTime")); mixin(bindCode("vtkMedicalImageProperties_SetAcquisitionTime", "D_vtkMedicalImageProperties_SetAcquisitionTime")); mixin(bindCode("vtkMedicalImageProperties_GetAcquisitionTime", "D_vtkMedicalImageProperties_GetAcquisitionTime")); mixin(bindCode("vtkMedicalImageProperties_SetImageDate", "D_vtkMedicalImageProperties_SetImageDate")); mixin(bindCode("vtkMedicalImageProperties_GetImageDate", "D_vtkMedicalImageProperties_GetImageDate")); mixin(bindCode("vtkMedicalImageProperties_GetImageDateYear", "D_vtkMedicalImageProperties_GetImageDateYear")); mixin(bindCode("vtkMedicalImageProperties_GetImageDateMonth", "D_vtkMedicalImageProperties_GetImageDateMonth")); mixin(bindCode("vtkMedicalImageProperties_GetImageDateDay", "D_vtkMedicalImageProperties_GetImageDateDay")); mixin(bindCode("vtkMedicalImageProperties_GetDateAsFields", "D_vtkMedicalImageProperties_GetDateAsFields")); mixin(bindCode("vtkMedicalImageProperties_GetTimeAsFields", "D_vtkMedicalImageProperties_GetTimeAsFields")); mixin(bindCode("vtkMedicalImageProperties_GetDateAsLocale", "D_vtkMedicalImageProperties_GetDateAsLocale")); mixin(bindCode("vtkMedicalImageProperties_SetImageTime", "D_vtkMedicalImageProperties_SetImageTime")); mixin(bindCode("vtkMedicalImageProperties_GetImageTime", "D_vtkMedicalImageProperties_GetImageTime")); mixin(bindCode("vtkMedicalImageProperties_SetImageNumber", "D_vtkMedicalImageProperties_SetImageNumber")); mixin(bindCode("vtkMedicalImageProperties_GetImageNumber", "D_vtkMedicalImageProperties_GetImageNumber")); mixin(bindCode("vtkMedicalImageProperties_SetSeriesNumber", "D_vtkMedicalImageProperties_SetSeriesNumber")); mixin(bindCode("vtkMedicalImageProperties_GetSeriesNumber", "D_vtkMedicalImageProperties_GetSeriesNumber")); mixin(bindCode("vtkMedicalImageProperties_SetSeriesDescription", "D_vtkMedicalImageProperties_SetSeriesDescription")); mixin(bindCode("vtkMedicalImageProperties_GetSeriesDescription", "D_vtkMedicalImageProperties_GetSeriesDescription")); mixin(bindCode("vtkMedicalImageProperties_SetStudyID", "D_vtkMedicalImageProperties_SetStudyID")); mixin(bindCode("vtkMedicalImageProperties_GetStudyID", "D_vtkMedicalImageProperties_GetStudyID")); mixin(bindCode("vtkMedicalImageProperties_SetStudyDescription", "D_vtkMedicalImageProperties_SetStudyDescription")); mixin(bindCode("vtkMedicalImageProperties_GetStudyDescription", "D_vtkMedicalImageProperties_GetStudyDescription")); mixin(bindCode("vtkMedicalImageProperties_SetModality", "D_vtkMedicalImageProperties_SetModality")); mixin(bindCode("vtkMedicalImageProperties_GetModality", "D_vtkMedicalImageProperties_GetModality")); mixin(bindCode("vtkMedicalImageProperties_SetManufacturer", "D_vtkMedicalImageProperties_SetManufacturer")); mixin(bindCode("vtkMedicalImageProperties_GetManufacturer", "D_vtkMedicalImageProperties_GetManufacturer")); mixin(bindCode("vtkMedicalImageProperties_SetManufacturerModelName", "D_vtkMedicalImageProperties_SetManufacturerModelName")); mixin(bindCode("vtkMedicalImageProperties_GetManufacturerModelName", "D_vtkMedicalImageProperties_GetManufacturerModelName")); mixin(bindCode("vtkMedicalImageProperties_SetStationName", "D_vtkMedicalImageProperties_SetStationName")); mixin(bindCode("vtkMedicalImageProperties_GetStationName", "D_vtkMedicalImageProperties_GetStationName")); mixin(bindCode("vtkMedicalImageProperties_SetInstitutionName", "D_vtkMedicalImageProperties_SetInstitutionName")); mixin(bindCode("vtkMedicalImageProperties_GetInstitutionName", "D_vtkMedicalImageProperties_GetInstitutionName")); mixin(bindCode("vtkMedicalImageProperties_SetConvolutionKernel", "D_vtkMedicalImageProperties_SetConvolutionKernel")); mixin(bindCode("vtkMedicalImageProperties_GetConvolutionKernel", "D_vtkMedicalImageProperties_GetConvolutionKernel")); mixin(bindCode("vtkMedicalImageProperties_SetSliceThickness", "D_vtkMedicalImageProperties_SetSliceThickness")); mixin(bindCode("vtkMedicalImageProperties_GetSliceThickness", "D_vtkMedicalImageProperties_GetSliceThickness")); mixin(bindCode("vtkMedicalImageProperties_GetSliceThicknessAsDouble", "D_vtkMedicalImageProperties_GetSliceThicknessAsDouble")); mixin(bindCode("vtkMedicalImageProperties_SetKVP", "D_vtkMedicalImageProperties_SetKVP")); mixin(bindCode("vtkMedicalImageProperties_GetKVP", "D_vtkMedicalImageProperties_GetKVP")); mixin(bindCode("vtkMedicalImageProperties_SetGantryTilt", "D_vtkMedicalImageProperties_SetGantryTilt")); mixin(bindCode("vtkMedicalImageProperties_GetGantryTilt", "D_vtkMedicalImageProperties_GetGantryTilt")); mixin(bindCode("vtkMedicalImageProperties_GetGantryTiltAsDouble", "D_vtkMedicalImageProperties_GetGantryTiltAsDouble")); mixin(bindCode("vtkMedicalImageProperties_SetEchoTime", "D_vtkMedicalImageProperties_SetEchoTime")); mixin(bindCode("vtkMedicalImageProperties_GetEchoTime", "D_vtkMedicalImageProperties_GetEchoTime")); mixin(bindCode("vtkMedicalImageProperties_SetEchoTrainLength", "D_vtkMedicalImageProperties_SetEchoTrainLength")); mixin(bindCode("vtkMedicalImageProperties_GetEchoTrainLength", "D_vtkMedicalImageProperties_GetEchoTrainLength")); mixin(bindCode("vtkMedicalImageProperties_SetRepetitionTime", "D_vtkMedicalImageProperties_SetRepetitionTime")); mixin(bindCode("vtkMedicalImageProperties_GetRepetitionTime", "D_vtkMedicalImageProperties_GetRepetitionTime")); mixin(bindCode("vtkMedicalImageProperties_SetExposureTime", "D_vtkMedicalImageProperties_SetExposureTime")); mixin(bindCode("vtkMedicalImageProperties_GetExposureTime", "D_vtkMedicalImageProperties_GetExposureTime")); mixin(bindCode("vtkMedicalImageProperties_SetXRayTubeCurrent", "D_vtkMedicalImageProperties_SetXRayTubeCurrent")); mixin(bindCode("vtkMedicalImageProperties_GetXRayTubeCurrent", "D_vtkMedicalImageProperties_GetXRayTubeCurrent")); mixin(bindCode("vtkMedicalImageProperties_SetExposure", "D_vtkMedicalImageProperties_SetExposure")); mixin(bindCode("vtkMedicalImageProperties_GetExposure", "D_vtkMedicalImageProperties_GetExposure")); mixin(bindCode("vtkMedicalImageProperties_SetDirectionCosine__SWIG_0", "D_vtkMedicalImageProperties_SetDirectionCosine__SWIG_0")); mixin(bindCode("vtkMedicalImageProperties_SetDirectionCosine__SWIG_1", "D_vtkMedicalImageProperties_SetDirectionCosine__SWIG_1")); mixin(bindCode("vtkMedicalImageProperties_GetDirectionCosine__SWIG_0", "D_vtkMedicalImageProperties_GetDirectionCosine__SWIG_0")); mixin(bindCode("vtkMedicalImageProperties_GetDirectionCosine__SWIG_1", "D_vtkMedicalImageProperties_GetDirectionCosine__SWIG_1")); mixin(bindCode("vtkMedicalImageProperties_GetDirectionCosine__SWIG_2", "D_vtkMedicalImageProperties_GetDirectionCosine__SWIG_2")); mixin(bindCode("vtkMedicalImageProperties_AddUserDefinedValue", "D_vtkMedicalImageProperties_AddUserDefinedValue")); mixin(bindCode("vtkMedicalImageProperties_GetUserDefinedValue", "D_vtkMedicalImageProperties_GetUserDefinedValue")); mixin(bindCode("vtkMedicalImageProperties_GetNumberOfUserDefinedValues", "D_vtkMedicalImageProperties_GetNumberOfUserDefinedValues")); mixin(bindCode("vtkMedicalImageProperties_GetUserDefinedNameByIndex", "D_vtkMedicalImageProperties_GetUserDefinedNameByIndex")); mixin(bindCode("vtkMedicalImageProperties_GetUserDefinedValueByIndex", "D_vtkMedicalImageProperties_GetUserDefinedValueByIndex")); mixin(bindCode("vtkMedicalImageProperties_RemoveAllUserDefinedValues", "D_vtkMedicalImageProperties_RemoveAllUserDefinedValues")); mixin(bindCode("vtkMedicalImageProperties_AddWindowLevelPreset", "D_vtkMedicalImageProperties_AddWindowLevelPreset")); mixin(bindCode("vtkMedicalImageProperties_RemoveWindowLevelPreset", "D_vtkMedicalImageProperties_RemoveWindowLevelPreset")); mixin(bindCode("vtkMedicalImageProperties_RemoveAllWindowLevelPresets", "D_vtkMedicalImageProperties_RemoveAllWindowLevelPresets")); mixin(bindCode("vtkMedicalImageProperties_GetNumberOfWindowLevelPresets", "D_vtkMedicalImageProperties_GetNumberOfWindowLevelPresets")); mixin(bindCode("vtkMedicalImageProperties_HasWindowLevelPreset", "D_vtkMedicalImageProperties_HasWindowLevelPreset")); mixin(bindCode("vtkMedicalImageProperties_GetWindowLevelPresetIndex", "D_vtkMedicalImageProperties_GetWindowLevelPresetIndex")); mixin(bindCode("vtkMedicalImageProperties_GetNthWindowLevelPreset__SWIG_0", "D_vtkMedicalImageProperties_GetNthWindowLevelPreset__SWIG_0")); mixin(bindCode("vtkMedicalImageProperties_GetNthWindowLevelPreset__SWIG_1", "D_vtkMedicalImageProperties_GetNthWindowLevelPreset__SWIG_1")); mixin(bindCode("vtkMedicalImageProperties_SetNthWindowLevelPresetComment", "D_vtkMedicalImageProperties_SetNthWindowLevelPresetComment")); mixin(bindCode("vtkMedicalImageProperties_GetNthWindowLevelPresetComment", "D_vtkMedicalImageProperties_GetNthWindowLevelPresetComment")); mixin(bindCode("vtkMedicalImageProperties_GetInstanceUIDFromSliceID", "D_vtkMedicalImageProperties_GetInstanceUIDFromSliceID")); mixin(bindCode("vtkMedicalImageProperties_SetInstanceUIDFromSliceID", "D_vtkMedicalImageProperties_SetInstanceUIDFromSliceID")); mixin(bindCode("vtkMedicalImageProperties_GetSliceIDFromInstanceUID", "D_vtkMedicalImageProperties_GetSliceIDFromInstanceUID")); mixin(bindCode("vtkMedicalImageProperties_GetOrientationType", "D_vtkMedicalImageProperties_GetOrientationType")); mixin(bindCode("vtkMedicalImageProperties_SetOrientationType", "D_vtkMedicalImageProperties_SetOrientationType")); mixin(bindCode("vtkMedicalImageProperties_GetStringFromOrientationType", "D_vtkMedicalImageProperties_GetStringFromOrientationType")); mixin(bindCode("vtkMedicalImageProperties_DeepCopy", "D_vtkMedicalImageProperties_DeepCopy")); mixin(bindCode("vtkMedicalImageProperties_Upcast", "D_vtkMedicalImageProperties_Upcast")); mixin(bindCode("vtkGraphLayoutStrategy_IsTypeOf", "D_vtkGraphLayoutStrategy_IsTypeOf")); mixin(bindCode("vtkGraphLayoutStrategy_SafeDownCast", "D_vtkGraphLayoutStrategy_SafeDownCast")); mixin(bindCode("vtkGraphLayoutStrategy_NewInstance", "D_vtkGraphLayoutStrategy_NewInstance")); mixin(bindCode("vtkGraphLayoutStrategy_SetGraph", "D_vtkGraphLayoutStrategy_SetGraph")); mixin(bindCode("vtkGraphLayoutStrategy_Initialize", "D_vtkGraphLayoutStrategy_Initialize")); mixin(bindCode("vtkGraphLayoutStrategy_Layout", "D_vtkGraphLayoutStrategy_Layout")); mixin(bindCode("vtkGraphLayoutStrategy_IsLayoutComplete", "D_vtkGraphLayoutStrategy_IsLayoutComplete")); mixin(bindCode("vtkGraphLayoutStrategy_SetWeightEdges", "D_vtkGraphLayoutStrategy_SetWeightEdges")); mixin(bindCode("vtkGraphLayoutStrategy_GetWeightEdges", "D_vtkGraphLayoutStrategy_GetWeightEdges")); mixin(bindCode("vtkGraphLayoutStrategy_SetEdgeWeightField", "D_vtkGraphLayoutStrategy_SetEdgeWeightField")); mixin(bindCode("vtkGraphLayoutStrategy_GetEdgeWeightField", "D_vtkGraphLayoutStrategy_GetEdgeWeightField")); mixin(bindCode("vtkGraphLayoutStrategy_Upcast", "D_vtkGraphLayoutStrategy_Upcast")); mixin(bindCode("vtkCircularLayoutStrategy_New", "D_vtkCircularLayoutStrategy_New")); mixin(bindCode("vtkCircularLayoutStrategy_IsTypeOf", "D_vtkCircularLayoutStrategy_IsTypeOf")); mixin(bindCode("vtkCircularLayoutStrategy_SafeDownCast", "D_vtkCircularLayoutStrategy_SafeDownCast")); mixin(bindCode("vtkCircularLayoutStrategy_NewInstance", "D_vtkCircularLayoutStrategy_NewInstance")); mixin(bindCode("vtkCircularLayoutStrategy_Upcast", "D_vtkCircularLayoutStrategy_Upcast")); mixin(bindCode("vtkUnsignedLongLongArray_New", "D_vtkUnsignedLongLongArray_New")); mixin(bindCode("vtkUnsignedLongLongArray_IsTypeOf", "D_vtkUnsignedLongLongArray_IsTypeOf")); mixin(bindCode("vtkUnsignedLongLongArray_SafeDownCast", "D_vtkUnsignedLongLongArray_SafeDownCast")); mixin(bindCode("vtkUnsignedLongLongArray_NewInstance", "D_vtkUnsignedLongLongArray_NewInstance")); mixin(bindCode("vtkUnsignedLongLongArray_GetTupleValue", "D_vtkUnsignedLongLongArray_GetTupleValue")); mixin(bindCode("vtkUnsignedLongLongArray_SetTupleValue", "D_vtkUnsignedLongLongArray_SetTupleValue")); mixin(bindCode("vtkUnsignedLongLongArray_InsertTupleValue", "D_vtkUnsignedLongLongArray_InsertTupleValue")); mixin(bindCode("vtkUnsignedLongLongArray_InsertNextTupleValue", "D_vtkUnsignedLongLongArray_InsertNextTupleValue")); mixin(bindCode("vtkUnsignedLongLongArray_GetValue", "D_vtkUnsignedLongLongArray_GetValue")); mixin(bindCode("vtkUnsignedLongLongArray_SetValue", "D_vtkUnsignedLongLongArray_SetValue")); mixin(bindCode("vtkUnsignedLongLongArray_SetNumberOfValues", "D_vtkUnsignedLongLongArray_SetNumberOfValues")); mixin(bindCode("vtkUnsignedLongLongArray_InsertValue", "D_vtkUnsignedLongLongArray_InsertValue")); mixin(bindCode("vtkUnsignedLongLongArray_InsertNextValue", "D_vtkUnsignedLongLongArray_InsertNextValue")); mixin(bindCode("vtkUnsignedLongLongArray_GetValueRange__SWIG_0", "D_vtkUnsignedLongLongArray_GetValueRange__SWIG_0")); mixin(bindCode("vtkUnsignedLongLongArray_GetValueRange__SWIG_1", "D_vtkUnsignedLongLongArray_GetValueRange__SWIG_1")); mixin(bindCode("vtkUnsignedLongLongArray_GetDataTypeValueMin", "D_vtkUnsignedLongLongArray_GetDataTypeValueMin")); mixin(bindCode("vtkUnsignedLongLongArray_GetDataTypeValueMax", "D_vtkUnsignedLongLongArray_GetDataTypeValueMax")); mixin(bindCode("vtkUnsignedLongLongArray_WritePointer", "D_vtkUnsignedLongLongArray_WritePointer")); mixin(bindCode("vtkUnsignedLongLongArray_GetPointer", "D_vtkUnsignedLongLongArray_GetPointer")); mixin(bindCode("vtkUnsignedLongLongArray_SetArray__SWIG_0", "D_vtkUnsignedLongLongArray_SetArray__SWIG_0")); mixin(bindCode("vtkUnsignedLongLongArray_SetArray__SWIG_1", "D_vtkUnsignedLongLongArray_SetArray__SWIG_1")); mixin(bindCode("vtkUnsignedLongLongArray_Upcast", "D_vtkUnsignedLongLongArray_Upcast")); mixin(bindCode("vtkTypeUInt64Array_New", "D_vtkTypeUInt64Array_New")); mixin(bindCode("vtkTypeUInt64Array_IsTypeOf", "D_vtkTypeUInt64Array_IsTypeOf")); mixin(bindCode("vtkTypeUInt64Array_SafeDownCast", "D_vtkTypeUInt64Array_SafeDownCast")); mixin(bindCode("vtkTypeUInt64Array_NewInstance", "D_vtkTypeUInt64Array_NewInstance")); mixin(bindCode("vtkTypeUInt64Array_Upcast", "D_vtkTypeUInt64Array_Upcast")); mixin(bindCode("vtkThresholdTextureCoords_New", "D_vtkThresholdTextureCoords_New")); mixin(bindCode("vtkThresholdTextureCoords_IsTypeOf", "D_vtkThresholdTextureCoords_IsTypeOf")); mixin(bindCode("vtkThresholdTextureCoords_SafeDownCast", "D_vtkThresholdTextureCoords_SafeDownCast")); mixin(bindCode("vtkThresholdTextureCoords_NewInstance", "D_vtkThresholdTextureCoords_NewInstance")); mixin(bindCode("vtkThresholdTextureCoords_ThresholdByLower", "D_vtkThresholdTextureCoords_ThresholdByLower")); mixin(bindCode("vtkThresholdTextureCoords_ThresholdByUpper", "D_vtkThresholdTextureCoords_ThresholdByUpper")); mixin(bindCode("vtkThresholdTextureCoords_ThresholdBetween", "D_vtkThresholdTextureCoords_ThresholdBetween")); mixin(bindCode("vtkThresholdTextureCoords_GetUpperThreshold", "D_vtkThresholdTextureCoords_GetUpperThreshold")); mixin(bindCode("vtkThresholdTextureCoords_GetLowerThreshold", "D_vtkThresholdTextureCoords_GetLowerThreshold")); mixin(bindCode("vtkThresholdTextureCoords_SetTextureDimension", "D_vtkThresholdTextureCoords_SetTextureDimension")); mixin(bindCode("vtkThresholdTextureCoords_GetTextureDimensionMinValue", "D_vtkThresholdTextureCoords_GetTextureDimensionMinValue")); mixin(bindCode("vtkThresholdTextureCoords_GetTextureDimensionMaxValue", "D_vtkThresholdTextureCoords_GetTextureDimensionMaxValue")); mixin(bindCode("vtkThresholdTextureCoords_GetTextureDimension", "D_vtkThresholdTextureCoords_GetTextureDimension")); mixin(bindCode("vtkThresholdTextureCoords_SetInTextureCoord__SWIG_0", "D_vtkThresholdTextureCoords_SetInTextureCoord__SWIG_0")); mixin(bindCode("vtkThresholdTextureCoords_SetInTextureCoord__SWIG_1", "D_vtkThresholdTextureCoords_SetInTextureCoord__SWIG_1")); mixin(bindCode("vtkThresholdTextureCoords_GetInTextureCoord__SWIG_0", "D_vtkThresholdTextureCoords_GetInTextureCoord__SWIG_0")); mixin(bindCode("vtkThresholdTextureCoords_GetInTextureCoord__SWIG_1", "D_vtkThresholdTextureCoords_GetInTextureCoord__SWIG_1")); mixin(bindCode("vtkThresholdTextureCoords_SetOutTextureCoord__SWIG_0", "D_vtkThresholdTextureCoords_SetOutTextureCoord__SWIG_0")); mixin(bindCode("vtkThresholdTextureCoords_SetOutTextureCoord__SWIG_1", "D_vtkThresholdTextureCoords_SetOutTextureCoord__SWIG_1")); mixin(bindCode("vtkThresholdTextureCoords_GetOutTextureCoord__SWIG_0", "D_vtkThresholdTextureCoords_GetOutTextureCoord__SWIG_0")); mixin(bindCode("vtkThresholdTextureCoords_GetOutTextureCoord__SWIG_1", "D_vtkThresholdTextureCoords_GetOutTextureCoord__SWIG_1")); mixin(bindCode("vtkThresholdTextureCoords_Upcast", "D_vtkThresholdTextureCoords_Upcast")); mixin(bindCode("vtkContourGrid_IsTypeOf", "D_vtkContourGrid_IsTypeOf")); mixin(bindCode("vtkContourGrid_SafeDownCast", "D_vtkContourGrid_SafeDownCast")); mixin(bindCode("vtkContourGrid_NewInstance", "D_vtkContourGrid_NewInstance")); mixin(bindCode("vtkContourGrid_New", "D_vtkContourGrid_New")); mixin(bindCode("vtkContourGrid_SetValue", "D_vtkContourGrid_SetValue")); mixin(bindCode("vtkContourGrid_GetValue", "D_vtkContourGrid_GetValue")); mixin(bindCode("vtkContourGrid_GetValues__SWIG_0", "D_vtkContourGrid_GetValues__SWIG_0")); mixin(bindCode("vtkContourGrid_GetValues__SWIG_1", "D_vtkContourGrid_GetValues__SWIG_1")); mixin(bindCode("vtkContourGrid_SetNumberOfContours", "D_vtkContourGrid_SetNumberOfContours")); mixin(bindCode("vtkContourGrid_GetNumberOfContours", "D_vtkContourGrid_GetNumberOfContours")); mixin(bindCode("vtkContourGrid_GenerateValues__SWIG_0", "D_vtkContourGrid_GenerateValues__SWIG_0")); mixin(bindCode("vtkContourGrid_GenerateValues__SWIG_1", "D_vtkContourGrid_GenerateValues__SWIG_1")); mixin(bindCode("vtkContourGrid_SetComputeNormals", "D_vtkContourGrid_SetComputeNormals")); mixin(bindCode("vtkContourGrid_GetComputeNormals", "D_vtkContourGrid_GetComputeNormals")); mixin(bindCode("vtkContourGrid_ComputeNormalsOn", "D_vtkContourGrid_ComputeNormalsOn")); mixin(bindCode("vtkContourGrid_ComputeNormalsOff", "D_vtkContourGrid_ComputeNormalsOff")); mixin(bindCode("vtkContourGrid_SetComputeGradients", "D_vtkContourGrid_SetComputeGradients")); mixin(bindCode("vtkContourGrid_GetComputeGradients", "D_vtkContourGrid_GetComputeGradients")); mixin(bindCode("vtkContourGrid_ComputeGradientsOn", "D_vtkContourGrid_ComputeGradientsOn")); mixin(bindCode("vtkContourGrid_ComputeGradientsOff", "D_vtkContourGrid_ComputeGradientsOff")); mixin(bindCode("vtkContourGrid_SetComputeScalars", "D_vtkContourGrid_SetComputeScalars")); mixin(bindCode("vtkContourGrid_GetComputeScalars", "D_vtkContourGrid_GetComputeScalars")); mixin(bindCode("vtkContourGrid_ComputeScalarsOn", "D_vtkContourGrid_ComputeScalarsOn")); mixin(bindCode("vtkContourGrid_ComputeScalarsOff", "D_vtkContourGrid_ComputeScalarsOff")); mixin(bindCode("vtkContourGrid_SetUseScalarTree", "D_vtkContourGrid_SetUseScalarTree")); mixin(bindCode("vtkContourGrid_GetUseScalarTree", "D_vtkContourGrid_GetUseScalarTree")); mixin(bindCode("vtkContourGrid_UseScalarTreeOn", "D_vtkContourGrid_UseScalarTreeOn")); mixin(bindCode("vtkContourGrid_UseScalarTreeOff", "D_vtkContourGrid_UseScalarTreeOff")); mixin(bindCode("vtkContourGrid_SetLocator", "D_vtkContourGrid_SetLocator")); mixin(bindCode("vtkContourGrid_GetLocator", "D_vtkContourGrid_GetLocator")); mixin(bindCode("vtkContourGrid_SetGenerateTriangles", "D_vtkContourGrid_SetGenerateTriangles")); mixin(bindCode("vtkContourGrid_GetGenerateTriangles", "D_vtkContourGrid_GetGenerateTriangles")); mixin(bindCode("vtkContourGrid_GenerateTrianglesOn", "D_vtkContourGrid_GenerateTrianglesOn")); mixin(bindCode("vtkContourGrid_GenerateTrianglesOff", "D_vtkContourGrid_GenerateTrianglesOff")); mixin(bindCode("vtkContourGrid_CreateDefaultLocator", "D_vtkContourGrid_CreateDefaultLocator")); mixin(bindCode("vtkContourGrid_SetOutputPointsPrecision", "D_vtkContourGrid_SetOutputPointsPrecision")); mixin(bindCode("vtkContourGrid_GetOutputPointsPrecision", "D_vtkContourGrid_GetOutputPointsPrecision")); mixin(bindCode("vtkContourGrid_Upcast", "D_vtkContourGrid_Upcast")); mixin(bindCode("vtkParametricEllipsoid_IsTypeOf", "D_vtkParametricEllipsoid_IsTypeOf")); mixin(bindCode("vtkParametricEllipsoid_SafeDownCast", "D_vtkParametricEllipsoid_SafeDownCast")); mixin(bindCode("vtkParametricEllipsoid_NewInstance", "D_vtkParametricEllipsoid_NewInstance")); mixin(bindCode("vtkParametricEllipsoid_New", "D_vtkParametricEllipsoid_New")); mixin(bindCode("vtkParametricEllipsoid_SetXRadius", "D_vtkParametricEllipsoid_SetXRadius")); mixin(bindCode("vtkParametricEllipsoid_GetXRadius", "D_vtkParametricEllipsoid_GetXRadius")); mixin(bindCode("vtkParametricEllipsoid_SetYRadius", "D_vtkParametricEllipsoid_SetYRadius")); mixin(bindCode("vtkParametricEllipsoid_GetYRadius", "D_vtkParametricEllipsoid_GetYRadius")); mixin(bindCode("vtkParametricEllipsoid_SetZRadius", "D_vtkParametricEllipsoid_SetZRadius")); mixin(bindCode("vtkParametricEllipsoid_GetZRadius", "D_vtkParametricEllipsoid_GetZRadius")); mixin(bindCode("vtkParametricEllipsoid_Upcast", "D_vtkParametricEllipsoid_Upcast")); mixin(bindCode("vtkImageMandelbrotSource_New", "D_vtkImageMandelbrotSource_New")); mixin(bindCode("vtkImageMandelbrotSource_IsTypeOf", "D_vtkImageMandelbrotSource_IsTypeOf")); mixin(bindCode("vtkImageMandelbrotSource_SafeDownCast", "D_vtkImageMandelbrotSource_SafeDownCast")); mixin(bindCode("vtkImageMandelbrotSource_NewInstance", "D_vtkImageMandelbrotSource_NewInstance")); mixin(bindCode("vtkImageMandelbrotSource_SetWholeExtent__SWIG_0", "D_vtkImageMandelbrotSource_SetWholeExtent__SWIG_0")); mixin(bindCode("vtkImageMandelbrotSource_SetWholeExtent__SWIG_1", "D_vtkImageMandelbrotSource_SetWholeExtent__SWIG_1")); mixin(bindCode("vtkImageMandelbrotSource_GetWholeExtent__SWIG_0", "D_vtkImageMandelbrotSource_GetWholeExtent__SWIG_0")); mixin(bindCode("vtkImageMandelbrotSource_GetWholeExtent__SWIG_1", "D_vtkImageMandelbrotSource_GetWholeExtent__SWIG_1")); mixin(bindCode("vtkImageMandelbrotSource_GetWholeExtent__SWIG_2", "D_vtkImageMandelbrotSource_GetWholeExtent__SWIG_2")); mixin(bindCode("vtkImageMandelbrotSource_SetConstantSize", "D_vtkImageMandelbrotSource_SetConstantSize")); mixin(bindCode("vtkImageMandelbrotSource_GetConstantSize", "D_vtkImageMandelbrotSource_GetConstantSize")); mixin(bindCode("vtkImageMandelbrotSource_ConstantSizeOn", "D_vtkImageMandelbrotSource_ConstantSizeOn")); mixin(bindCode("vtkImageMandelbrotSource_ConstantSizeOff", "D_vtkImageMandelbrotSource_ConstantSizeOff")); mixin(bindCode("vtkImageMandelbrotSource_SetProjectionAxes__SWIG_0", "D_vtkImageMandelbrotSource_SetProjectionAxes__SWIG_0")); mixin(bindCode("vtkImageMandelbrotSource_SetProjectionAxes__SWIG_1", "D_vtkImageMandelbrotSource_SetProjectionAxes__SWIG_1")); mixin(bindCode("vtkImageMandelbrotSource_GetProjectionAxes__SWIG_0", "D_vtkImageMandelbrotSource_GetProjectionAxes__SWIG_0")); mixin(bindCode("vtkImageMandelbrotSource_GetProjectionAxes__SWIG_1", "D_vtkImageMandelbrotSource_GetProjectionAxes__SWIG_1")); mixin(bindCode("vtkImageMandelbrotSource_GetProjectionAxes__SWIG_2", "D_vtkImageMandelbrotSource_GetProjectionAxes__SWIG_2")); mixin(bindCode("vtkImageMandelbrotSource_SetOriginCX__SWIG_0", "D_vtkImageMandelbrotSource_SetOriginCX__SWIG_0")); mixin(bindCode("vtkImageMandelbrotSource_SetOriginCX__SWIG_1", "D_vtkImageMandelbrotSource_SetOriginCX__SWIG_1")); mixin(bindCode("vtkImageMandelbrotSource_GetOriginCX__SWIG_0", "D_vtkImageMandelbrotSource_GetOriginCX__SWIG_0")); mixin(bindCode("vtkImageMandelbrotSource_GetOriginCX__SWIG_1", "D_vtkImageMandelbrotSource_GetOriginCX__SWIG_1")); mixin(bindCode("vtkImageMandelbrotSource_GetOriginCX__SWIG_2", "D_vtkImageMandelbrotSource_GetOriginCX__SWIG_2")); mixin(bindCode("vtkImageMandelbrotSource_SetSampleCX__SWIG_0", "D_vtkImageMandelbrotSource_SetSampleCX__SWIG_0")); mixin(bindCode("vtkImageMandelbrotSource_SetSampleCX__SWIG_1", "D_vtkImageMandelbrotSource_SetSampleCX__SWIG_1")); mixin(bindCode("vtkImageMandelbrotSource_GetSampleCX__SWIG_0", "D_vtkImageMandelbrotSource_GetSampleCX__SWIG_0")); mixin(bindCode("vtkImageMandelbrotSource_GetSampleCX__SWIG_1", "D_vtkImageMandelbrotSource_GetSampleCX__SWIG_1")); mixin(bindCode("vtkImageMandelbrotSource_GetSampleCX__SWIG_2", "D_vtkImageMandelbrotSource_GetSampleCX__SWIG_2")); mixin(bindCode("vtkImageMandelbrotSource_SetSizeCX", "D_vtkImageMandelbrotSource_SetSizeCX")); mixin(bindCode("vtkImageMandelbrotSource_GetSizeCX__SWIG_0", "D_vtkImageMandelbrotSource_GetSizeCX__SWIG_0")); mixin(bindCode("vtkImageMandelbrotSource_GetSizeCX__SWIG_1", "D_vtkImageMandelbrotSource_GetSizeCX__SWIG_1")); mixin(bindCode("vtkImageMandelbrotSource_SetMaximumNumberOfIterations", "D_vtkImageMandelbrotSource_SetMaximumNumberOfIterations")); mixin(bindCode("vtkImageMandelbrotSource_GetMaximumNumberOfIterationsMinValue", "D_vtkImageMandelbrotSource_GetMaximumNumberOfIterationsMinValue")); mixin(bindCode("vtkImageMandelbrotSource_GetMaximumNumberOfIterationsMaxValue", "D_vtkImageMandelbrotSource_GetMaximumNumberOfIterationsMaxValue")); mixin(bindCode("vtkImageMandelbrotSource_GetMaximumNumberOfIterations", "D_vtkImageMandelbrotSource_GetMaximumNumberOfIterations")); mixin(bindCode("vtkImageMandelbrotSource_Zoom", "D_vtkImageMandelbrotSource_Zoom")); mixin(bindCode("vtkImageMandelbrotSource_Pan", "D_vtkImageMandelbrotSource_Pan")); mixin(bindCode("vtkImageMandelbrotSource_CopyOriginAndSample", "D_vtkImageMandelbrotSource_CopyOriginAndSample")); mixin(bindCode("vtkImageMandelbrotSource_SetSubsampleRate", "D_vtkImageMandelbrotSource_SetSubsampleRate")); mixin(bindCode("vtkImageMandelbrotSource_GetSubsampleRateMinValue", "D_vtkImageMandelbrotSource_GetSubsampleRateMinValue")); mixin(bindCode("vtkImageMandelbrotSource_GetSubsampleRateMaxValue", "D_vtkImageMandelbrotSource_GetSubsampleRateMaxValue")); mixin(bindCode("vtkImageMandelbrotSource_GetSubsampleRate", "D_vtkImageMandelbrotSource_GetSubsampleRate")); mixin(bindCode("vtkImageMandelbrotSource_Upcast", "D_vtkImageMandelbrotSource_Upcast")); mixin(bindCode("vtkPolyDataToImageStencil_New", "D_vtkPolyDataToImageStencil_New")); mixin(bindCode("vtkPolyDataToImageStencil_IsTypeOf", "D_vtkPolyDataToImageStencil_IsTypeOf")); mixin(bindCode("vtkPolyDataToImageStencil_SafeDownCast", "D_vtkPolyDataToImageStencil_SafeDownCast")); mixin(bindCode("vtkPolyDataToImageStencil_NewInstance", "D_vtkPolyDataToImageStencil_NewInstance")); mixin(bindCode("vtkPolyDataToImageStencil_SetInputData", "D_vtkPolyDataToImageStencil_SetInputData")); mixin(bindCode("vtkPolyDataToImageStencil_GetInput", "D_vtkPolyDataToImageStencil_GetInput")); mixin(bindCode("vtkPolyDataToImageStencil_SetTolerance", "D_vtkPolyDataToImageStencil_SetTolerance")); mixin(bindCode("vtkPolyDataToImageStencil_GetToleranceMinValue", "D_vtkPolyDataToImageStencil_GetToleranceMinValue")); mixin(bindCode("vtkPolyDataToImageStencil_GetToleranceMaxValue", "D_vtkPolyDataToImageStencil_GetToleranceMaxValue")); mixin(bindCode("vtkPolyDataToImageStencil_GetTolerance", "D_vtkPolyDataToImageStencil_GetTolerance")); mixin(bindCode("vtkPolyDataToImageStencil_Upcast", "D_vtkPolyDataToImageStencil_Upcast")); mixin(bindCode("vtkAddMembershipArray_New", "D_vtkAddMembershipArray_New")); mixin(bindCode("vtkAddMembershipArray_IsTypeOf", "D_vtkAddMembershipArray_IsTypeOf")); mixin(bindCode("vtkAddMembershipArray_SafeDownCast", "D_vtkAddMembershipArray_SafeDownCast")); mixin(bindCode("vtkAddMembershipArray_NewInstance", "D_vtkAddMembershipArray_NewInstance")); mixin(bindCode("vtkAddMembershipArray_GetFieldType", "D_vtkAddMembershipArray_GetFieldType")); mixin(bindCode("vtkAddMembershipArray_SetFieldType", "D_vtkAddMembershipArray_SetFieldType")); mixin(bindCode("vtkAddMembershipArray_GetFieldTypeMinValue", "D_vtkAddMembershipArray_GetFieldTypeMinValue")); mixin(bindCode("vtkAddMembershipArray_GetFieldTypeMaxValue", "D_vtkAddMembershipArray_GetFieldTypeMaxValue")); mixin(bindCode("vtkAddMembershipArray_SetOutputArrayName", "D_vtkAddMembershipArray_SetOutputArrayName")); mixin(bindCode("vtkAddMembershipArray_GetOutputArrayName", "D_vtkAddMembershipArray_GetOutputArrayName")); mixin(bindCode("vtkAddMembershipArray_SetInputArrayName", "D_vtkAddMembershipArray_SetInputArrayName")); mixin(bindCode("vtkAddMembershipArray_GetInputArrayName", "D_vtkAddMembershipArray_GetInputArrayName")); mixin(bindCode("vtkAddMembershipArray_SetInputValues", "D_vtkAddMembershipArray_SetInputValues")); mixin(bindCode("vtkAddMembershipArray_GetInputValues", "D_vtkAddMembershipArray_GetInputValues")); mixin(bindCode("vtkAddMembershipArray_Upcast", "D_vtkAddMembershipArray_Upcast")); mixin(bindCode("vtkOpenGLExtensionManager_IsTypeOf", "D_vtkOpenGLExtensionManager_IsTypeOf")); mixin(bindCode("vtkOpenGLExtensionManager_SafeDownCast", "D_vtkOpenGLExtensionManager_SafeDownCast")); mixin(bindCode("vtkOpenGLExtensionManager_NewInstance", "D_vtkOpenGLExtensionManager_NewInstance")); mixin(bindCode("vtkOpenGLExtensionManager_New", "D_vtkOpenGLExtensionManager_New")); mixin(bindCode("vtkOpenGLExtensionManager_GetRenderWindow", "D_vtkOpenGLExtensionManager_GetRenderWindow")); mixin(bindCode("vtkOpenGLExtensionManager_SetRenderWindow", "D_vtkOpenGLExtensionManager_SetRenderWindow")); mixin(bindCode("vtkOpenGLExtensionManager_Update", "D_vtkOpenGLExtensionManager_Update")); mixin(bindCode("vtkOpenGLExtensionManager_GetExtensionsString", "D_vtkOpenGLExtensionManager_GetExtensionsString")); mixin(bindCode("vtkOpenGLExtensionManager_ExtensionSupported", "D_vtkOpenGLExtensionManager_ExtensionSupported")); mixin(bindCode("vtkOpenGLExtensionManager_LoadExtension", "D_vtkOpenGLExtensionManager_LoadExtension")); mixin(bindCode("vtkOpenGLExtensionManager_LoadSupportedExtension", "D_vtkOpenGLExtensionManager_LoadSupportedExtension")); mixin(bindCode("vtkOpenGLExtensionManager_LoadCorePromotedExtension", "D_vtkOpenGLExtensionManager_LoadCorePromotedExtension")); mixin(bindCode("vtkOpenGLExtensionManager_LoadAsARBExtension", "D_vtkOpenGLExtensionManager_LoadAsARBExtension")); mixin(bindCode("new_vtkOpenGLExtensionManager", "D_new_vtkOpenGLExtensionManager")); mixin(bindCode("delete_vtkOpenGLExtensionManager", "D_delete_vtkOpenGLExtensionManager")); mixin(bindCode("vtkOpenGLExtensionManager_Upcast", "D_vtkOpenGLExtensionManager_Upcast")); mixin(bindCode("vtkMarchingCubes_New", "D_vtkMarchingCubes_New")); mixin(bindCode("vtkMarchingCubes_IsTypeOf", "D_vtkMarchingCubes_IsTypeOf")); mixin(bindCode("vtkMarchingCubes_SafeDownCast", "D_vtkMarchingCubes_SafeDownCast")); mixin(bindCode("vtkMarchingCubes_NewInstance", "D_vtkMarchingCubes_NewInstance")); mixin(bindCode("vtkMarchingCubes_SetValue", "D_vtkMarchingCubes_SetValue")); mixin(bindCode("vtkMarchingCubes_GetValue", "D_vtkMarchingCubes_GetValue")); mixin(bindCode("vtkMarchingCubes_GetValues__SWIG_0", "D_vtkMarchingCubes_GetValues__SWIG_0")); mixin(bindCode("vtkMarchingCubes_GetValues__SWIG_1", "D_vtkMarchingCubes_GetValues__SWIG_1")); mixin(bindCode("vtkMarchingCubes_SetNumberOfContours", "D_vtkMarchingCubes_SetNumberOfContours")); mixin(bindCode("vtkMarchingCubes_GetNumberOfContours", "D_vtkMarchingCubes_GetNumberOfContours")); mixin(bindCode("vtkMarchingCubes_GenerateValues__SWIG_0", "D_vtkMarchingCubes_GenerateValues__SWIG_0")); mixin(bindCode("vtkMarchingCubes_GenerateValues__SWIG_1", "D_vtkMarchingCubes_GenerateValues__SWIG_1")); mixin(bindCode("vtkMarchingCubes_SetComputeNormals", "D_vtkMarchingCubes_SetComputeNormals")); mixin(bindCode("vtkMarchingCubes_GetComputeNormals", "D_vtkMarchingCubes_GetComputeNormals")); mixin(bindCode("vtkMarchingCubes_ComputeNormalsOn", "D_vtkMarchingCubes_ComputeNormalsOn")); mixin(bindCode("vtkMarchingCubes_ComputeNormalsOff", "D_vtkMarchingCubes_ComputeNormalsOff")); mixin(bindCode("vtkMarchingCubes_SetComputeGradients", "D_vtkMarchingCubes_SetComputeGradients")); mixin(bindCode("vtkMarchingCubes_GetComputeGradients", "D_vtkMarchingCubes_GetComputeGradients")); mixin(bindCode("vtkMarchingCubes_ComputeGradientsOn", "D_vtkMarchingCubes_ComputeGradientsOn")); mixin(bindCode("vtkMarchingCubes_ComputeGradientsOff", "D_vtkMarchingCubes_ComputeGradientsOff")); mixin(bindCode("vtkMarchingCubes_SetComputeScalars", "D_vtkMarchingCubes_SetComputeScalars")); mixin(bindCode("vtkMarchingCubes_GetComputeScalars", "D_vtkMarchingCubes_GetComputeScalars")); mixin(bindCode("vtkMarchingCubes_ComputeScalarsOn", "D_vtkMarchingCubes_ComputeScalarsOn")); mixin(bindCode("vtkMarchingCubes_ComputeScalarsOff", "D_vtkMarchingCubes_ComputeScalarsOff")); mixin(bindCode("vtkMarchingCubes_SetLocator", "D_vtkMarchingCubes_SetLocator")); mixin(bindCode("vtkMarchingCubes_GetLocator", "D_vtkMarchingCubes_GetLocator")); mixin(bindCode("vtkMarchingCubes_CreateDefaultLocator", "D_vtkMarchingCubes_CreateDefaultLocator")); mixin(bindCode("vtkMarchingCubes_Upcast", "D_vtkMarchingCubes_Upcast")); mixin(bindCode("vtkTableAlgorithm_New", "D_vtkTableAlgorithm_New")); mixin(bindCode("vtkTableAlgorithm_IsTypeOf", "D_vtkTableAlgorithm_IsTypeOf")); mixin(bindCode("vtkTableAlgorithm_SafeDownCast", "D_vtkTableAlgorithm_SafeDownCast")); mixin(bindCode("vtkTableAlgorithm_NewInstance", "D_vtkTableAlgorithm_NewInstance")); mixin(bindCode("vtkTableAlgorithm_GetOutput__SWIG_0", "D_vtkTableAlgorithm_GetOutput__SWIG_0")); mixin(bindCode("vtkTableAlgorithm_GetOutput__SWIG_1", "D_vtkTableAlgorithm_GetOutput__SWIG_1")); mixin(bindCode("vtkTableAlgorithm_SetInputData__SWIG_0", "D_vtkTableAlgorithm_SetInputData__SWIG_0")); mixin(bindCode("vtkTableAlgorithm_SetInputData__SWIG_1", "D_vtkTableAlgorithm_SetInputData__SWIG_1")); mixin(bindCode("vtkTableAlgorithm_Upcast", "D_vtkTableAlgorithm_Upcast")); mixin(bindCode("vtkCollectTable_New", "D_vtkCollectTable_New")); mixin(bindCode("vtkCollectTable_IsTypeOf", "D_vtkCollectTable_IsTypeOf")); mixin(bindCode("vtkCollectTable_SafeDownCast", "D_vtkCollectTable_SafeDownCast")); mixin(bindCode("vtkCollectTable_NewInstance", "D_vtkCollectTable_NewInstance")); mixin(bindCode("vtkCollectTable_SetController", "D_vtkCollectTable_SetController")); mixin(bindCode("vtkCollectTable_GetController", "D_vtkCollectTable_GetController")); mixin(bindCode("vtkCollectTable_SetSocketController", "D_vtkCollectTable_SetSocketController")); mixin(bindCode("vtkCollectTable_GetSocketController", "D_vtkCollectTable_GetSocketController")); mixin(bindCode("vtkCollectTable_SetPassThrough", "D_vtkCollectTable_SetPassThrough")); mixin(bindCode("vtkCollectTable_GetPassThrough", "D_vtkCollectTable_GetPassThrough")); mixin(bindCode("vtkCollectTable_PassThroughOn", "D_vtkCollectTable_PassThroughOn")); mixin(bindCode("vtkCollectTable_PassThroughOff", "D_vtkCollectTable_PassThroughOff")); mixin(bindCode("vtkCollectTable_Upcast", "D_vtkCollectTable_Upcast")); mixin(bindCode("vtkMatrixMathFilter_IsTypeOf", "D_vtkMatrixMathFilter_IsTypeOf")); mixin(bindCode("vtkMatrixMathFilter_SafeDownCast", "D_vtkMatrixMathFilter_SafeDownCast")); mixin(bindCode("vtkMatrixMathFilter_NewInstance", "D_vtkMatrixMathFilter_NewInstance")); mixin(bindCode("vtkMatrixMathFilter_New", "D_vtkMatrixMathFilter_New")); mixin(bindCode("vtkMatrixMathFilter_SetOperation", "D_vtkMatrixMathFilter_SetOperation")); mixin(bindCode("vtkMatrixMathFilter_GetOperation", "D_vtkMatrixMathFilter_GetOperation")); mixin(bindCode("vtkMatrixMathFilter_SetOperationToDeterminant", "D_vtkMatrixMathFilter_SetOperationToDeterminant")); mixin(bindCode("vtkMatrixMathFilter_SetOperationToEigenvalue", "D_vtkMatrixMathFilter_SetOperationToEigenvalue")); mixin(bindCode("vtkMatrixMathFilter_SetOperationToEigenvector", "D_vtkMatrixMathFilter_SetOperationToEigenvector")); mixin(bindCode("vtkMatrixMathFilter_SetOperationToInverse", "D_vtkMatrixMathFilter_SetOperationToInverse")); mixin(bindCode("vtkMatrixMathFilter_Upcast", "D_vtkMatrixMathFilter_Upcast")); mixin(bindCode("vtkTriangularTexture_IsTypeOf", "D_vtkTriangularTexture_IsTypeOf")); mixin(bindCode("vtkTriangularTexture_SafeDownCast", "D_vtkTriangularTexture_SafeDownCast")); mixin(bindCode("vtkTriangularTexture_NewInstance", "D_vtkTriangularTexture_NewInstance")); mixin(bindCode("vtkTriangularTexture_New", "D_vtkTriangularTexture_New")); mixin(bindCode("vtkTriangularTexture_SetScaleFactor", "D_vtkTriangularTexture_SetScaleFactor")); mixin(bindCode("vtkTriangularTexture_GetScaleFactor", "D_vtkTriangularTexture_GetScaleFactor")); mixin(bindCode("vtkTriangularTexture_SetXSize", "D_vtkTriangularTexture_SetXSize")); mixin(bindCode("vtkTriangularTexture_GetXSize", "D_vtkTriangularTexture_GetXSize")); mixin(bindCode("vtkTriangularTexture_SetYSize", "D_vtkTriangularTexture_SetYSize")); mixin(bindCode("vtkTriangularTexture_GetYSize", "D_vtkTriangularTexture_GetYSize")); mixin(bindCode("vtkTriangularTexture_SetTexturePattern", "D_vtkTriangularTexture_SetTexturePattern")); mixin(bindCode("vtkTriangularTexture_GetTexturePatternMinValue", "D_vtkTriangularTexture_GetTexturePatternMinValue")); mixin(bindCode("vtkTriangularTexture_GetTexturePatternMaxValue", "D_vtkTriangularTexture_GetTexturePatternMaxValue")); mixin(bindCode("vtkTriangularTexture_GetTexturePattern", "D_vtkTriangularTexture_GetTexturePattern")); mixin(bindCode("vtkTriangularTexture_Upcast", "D_vtkTriangularTexture_Upcast")); mixin(bindCode("vtkRandomSequence_IsTypeOf", "D_vtkRandomSequence_IsTypeOf")); mixin(bindCode("vtkRandomSequence_SafeDownCast", "D_vtkRandomSequence_SafeDownCast")); mixin(bindCode("vtkRandomSequence_NewInstance", "D_vtkRandomSequence_NewInstance")); mixin(bindCode("vtkRandomSequence_GetValue", "D_vtkRandomSequence_GetValue")); mixin(bindCode("vtkRandomSequence_Next", "D_vtkRandomSequence_Next")); mixin(bindCode("vtkRandomSequence_Upcast", "D_vtkRandomSequence_Upcast")); mixin(bindCode("vtkMinimalStandardRandomSequence_IsTypeOf", "D_vtkMinimalStandardRandomSequence_IsTypeOf")); mixin(bindCode("vtkMinimalStandardRandomSequence_SafeDownCast", "D_vtkMinimalStandardRandomSequence_SafeDownCast")); mixin(bindCode("vtkMinimalStandardRandomSequence_NewInstance", "D_vtkMinimalStandardRandomSequence_NewInstance")); mixin(bindCode("vtkMinimalStandardRandomSequence_New", "D_vtkMinimalStandardRandomSequence_New")); mixin(bindCode("vtkMinimalStandardRandomSequence_SetSeed", "D_vtkMinimalStandardRandomSequence_SetSeed")); mixin(bindCode("vtkMinimalStandardRandomSequence_SetSeedOnly", "D_vtkMinimalStandardRandomSequence_SetSeedOnly")); mixin(bindCode("vtkMinimalStandardRandomSequence_GetSeed", "D_vtkMinimalStandardRandomSequence_GetSeed")); mixin(bindCode("vtkMinimalStandardRandomSequence_GetRangeValue", "D_vtkMinimalStandardRandomSequence_GetRangeValue")); mixin(bindCode("vtkMinimalStandardRandomSequence_Upcast", "D_vtkMinimalStandardRandomSequence_Upcast")); mixin(bindCode("vtkActor_IsTypeOf", "D_vtkActor_IsTypeOf")); mixin(bindCode("vtkActor_SafeDownCast", "D_vtkActor_SafeDownCast")); mixin(bindCode("vtkActor_NewInstance", "D_vtkActor_NewInstance")); mixin(bindCode("vtkActor_New", "D_vtkActor_New")); mixin(bindCode("vtkActor_RenderOpaqueGeometry", "D_vtkActor_RenderOpaqueGeometry")); mixin(bindCode("vtkActor_RenderTranslucentPolygonalGeometry", "D_vtkActor_RenderTranslucentPolygonalGeometry")); mixin(bindCode("vtkActor_HasTranslucentPolygonalGeometry", "D_vtkActor_HasTranslucentPolygonalGeometry")); mixin(bindCode("vtkActor_Render", "D_vtkActor_Render")); mixin(bindCode("vtkActor_ReleaseGraphicsResources", "D_vtkActor_ReleaseGraphicsResources")); mixin(bindCode("vtkActor_SetProperty", "D_vtkActor_SetProperty")); mixin(bindCode("vtkActor_GetProperty", "D_vtkActor_GetProperty")); mixin(bindCode("vtkActor_MakeProperty", "D_vtkActor_MakeProperty")); mixin(bindCode("vtkActor_SetBackfaceProperty", "D_vtkActor_SetBackfaceProperty")); mixin(bindCode("vtkActor_GetBackfaceProperty", "D_vtkActor_GetBackfaceProperty")); mixin(bindCode("vtkActor_SetTexture", "D_vtkActor_SetTexture")); mixin(bindCode("vtkActor_GetTexture", "D_vtkActor_GetTexture")); mixin(bindCode("vtkActor_SetMapper", "D_vtkActor_SetMapper")); mixin(bindCode("vtkActor_GetMapper", "D_vtkActor_GetMapper")); mixin(bindCode("vtkActor_GetBounds__SWIG_0", "D_vtkActor_GetBounds__SWIG_0")); mixin(bindCode("vtkActor_GetBounds__SWIG_1", "D_vtkActor_GetBounds__SWIG_1")); mixin(bindCode("vtkActor_ApplyProperties", "D_vtkActor_ApplyProperties")); mixin(bindCode("vtkActor_GetSupportsSelection", "D_vtkActor_GetSupportsSelection")); mixin(bindCode("vtkActor_Upcast", "D_vtkActor_Upcast")); mixin(bindCode("vtkOpenGLActor_New", "D_vtkOpenGLActor_New")); mixin(bindCode("vtkOpenGLActor_IsTypeOf", "D_vtkOpenGLActor_IsTypeOf")); mixin(bindCode("vtkOpenGLActor_SafeDownCast", "D_vtkOpenGLActor_SafeDownCast")); mixin(bindCode("vtkOpenGLActor_NewInstance", "D_vtkOpenGLActor_NewInstance")); mixin(bindCode("vtkOpenGLActor_Upcast", "D_vtkOpenGLActor_Upcast")); mixin(bindCode("vtkAppendFilter_New", "D_vtkAppendFilter_New")); mixin(bindCode("vtkAppendFilter_IsTypeOf", "D_vtkAppendFilter_IsTypeOf")); mixin(bindCode("vtkAppendFilter_SafeDownCast", "D_vtkAppendFilter_SafeDownCast")); mixin(bindCode("vtkAppendFilter_NewInstance", "D_vtkAppendFilter_NewInstance")); mixin(bindCode("vtkAppendFilter_GetMergePoints", "D_vtkAppendFilter_GetMergePoints")); mixin(bindCode("vtkAppendFilter_SetMergePoints", "D_vtkAppendFilter_SetMergePoints")); mixin(bindCode("vtkAppendFilter_MergePointsOn", "D_vtkAppendFilter_MergePointsOn")); mixin(bindCode("vtkAppendFilter_MergePointsOff", "D_vtkAppendFilter_MergePointsOff")); mixin(bindCode("vtkAppendFilter_RemoveInputData", "D_vtkAppendFilter_RemoveInputData")); mixin(bindCode("vtkAppendFilter_GetInputList", "D_vtkAppendFilter_GetInputList")); mixin(bindCode("vtkAppendFilter_SetOutputPointsPrecision", "D_vtkAppendFilter_SetOutputPointsPrecision")); mixin(bindCode("vtkAppendFilter_GetOutputPointsPrecisionMinValue", "D_vtkAppendFilter_GetOutputPointsPrecisionMinValue")); mixin(bindCode("vtkAppendFilter_GetOutputPointsPrecisionMaxValue", "D_vtkAppendFilter_GetOutputPointsPrecisionMaxValue")); mixin(bindCode("vtkAppendFilter_GetOutputPointsPrecision", "D_vtkAppendFilter_GetOutputPointsPrecision")); mixin(bindCode("vtkAppendFilter_Upcast", "D_vtkAppendFilter_Upcast")); mixin(bindCode("vtkIncrementalOctreeNode_IsTypeOf", "D_vtkIncrementalOctreeNode_IsTypeOf")); mixin(bindCode("vtkIncrementalOctreeNode_SafeDownCast", "D_vtkIncrementalOctreeNode_SafeDownCast")); mixin(bindCode("vtkIncrementalOctreeNode_NewInstance", "D_vtkIncrementalOctreeNode_NewInstance")); mixin(bindCode("vtkIncrementalOctreeNode_New", "D_vtkIncrementalOctreeNode_New")); mixin(bindCode("vtkIncrementalOctreeNode_GetNumberOfPoints", "D_vtkIncrementalOctreeNode_GetNumberOfPoints")); mixin(bindCode("vtkIncrementalOctreeNode_GetPointIdSet", "D_vtkIncrementalOctreeNode_GetPointIdSet")); mixin(bindCode("vtkIncrementalOctreeNode_DeleteChildNodes", "D_vtkIncrementalOctreeNode_DeleteChildNodes")); mixin(bindCode("vtkIncrementalOctreeNode_SetBounds", "D_vtkIncrementalOctreeNode_SetBounds")); mixin(bindCode("vtkIncrementalOctreeNode_GetBounds", "D_vtkIncrementalOctreeNode_GetBounds")); mixin(bindCode("vtkIncrementalOctreeNode_GetMinBounds__SWIG_0", "D_vtkIncrementalOctreeNode_GetMinBounds__SWIG_0")); mixin(bindCode("vtkIncrementalOctreeNode_GetMinBounds__SWIG_1", "D_vtkIncrementalOctreeNode_GetMinBounds__SWIG_1")); mixin(bindCode("vtkIncrementalOctreeNode_GetMinBounds__SWIG_2", "D_vtkIncrementalOctreeNode_GetMinBounds__SWIG_2")); mixin(bindCode("vtkIncrementalOctreeNode_GetMaxBounds__SWIG_0", "D_vtkIncrementalOctreeNode_GetMaxBounds__SWIG_0")); mixin(bindCode("vtkIncrementalOctreeNode_GetMaxBounds__SWIG_1", "D_vtkIncrementalOctreeNode_GetMaxBounds__SWIG_1")); mixin(bindCode("vtkIncrementalOctreeNode_GetMaxBounds__SWIG_2", "D_vtkIncrementalOctreeNode_GetMaxBounds__SWIG_2")); mixin(bindCode("vtkIncrementalOctreeNode_GetMinDataBounds", "D_vtkIncrementalOctreeNode_GetMinDataBounds")); mixin(bindCode("vtkIncrementalOctreeNode_GetMaxDataBounds", "D_vtkIncrementalOctreeNode_GetMaxDataBounds")); mixin(bindCode("vtkIncrementalOctreeNode_IsLeaf", "D_vtkIncrementalOctreeNode_IsLeaf")); mixin(bindCode("vtkIncrementalOctreeNode_GetChildIndex", "D_vtkIncrementalOctreeNode_GetChildIndex")); mixin(bindCode("vtkIncrementalOctreeNode_GetChild", "D_vtkIncrementalOctreeNode_GetChild")); mixin(bindCode("vtkIncrementalOctreeNode_ContainsPoint", "D_vtkIncrementalOctreeNode_ContainsPoint")); mixin(bindCode("vtkIncrementalOctreeNode_ContainsPointByData", "D_vtkIncrementalOctreeNode_ContainsPointByData")); mixin(bindCode("vtkIncrementalOctreeNode_InsertPoint", "D_vtkIncrementalOctreeNode_InsertPoint")); mixin(bindCode("vtkIncrementalOctreeNode_GetDistance2ToInnerBoundary", "D_vtkIncrementalOctreeNode_GetDistance2ToInnerBoundary")); mixin(bindCode("vtkIncrementalOctreeNode_GetDistance2ToBoundary__SWIG_0", "D_vtkIncrementalOctreeNode_GetDistance2ToBoundary__SWIG_0")); mixin(bindCode("vtkIncrementalOctreeNode_GetDistance2ToBoundary__SWIG_1", "D_vtkIncrementalOctreeNode_GetDistance2ToBoundary__SWIG_1")); mixin(bindCode("vtkIncrementalOctreeNode_ExportAllPointIdsByInsertion", "D_vtkIncrementalOctreeNode_ExportAllPointIdsByInsertion")); mixin(bindCode("vtkIncrementalOctreeNode_ExportAllPointIdsByDirectSet", "D_vtkIncrementalOctreeNode_ExportAllPointIdsByDirectSet")); mixin(bindCode("new_vtkIncrementalOctreeNode", "D_new_vtkIncrementalOctreeNode")); mixin(bindCode("delete_vtkIncrementalOctreeNode", "D_delete_vtkIncrementalOctreeNode")); mixin(bindCode("vtkIncrementalOctreeNode_Upcast", "D_vtkIncrementalOctreeNode_Upcast")); mixin(bindCode("VTK_MAX_SPHERE_RESOLUTION_get", "D_VTK_MAX_SPHERE_RESOLUTION_get")); mixin(bindCode("vtkSphereSource_IsTypeOf", "D_vtkSphereSource_IsTypeOf")); mixin(bindCode("vtkSphereSource_SafeDownCast", "D_vtkSphereSource_SafeDownCast")); mixin(bindCode("vtkSphereSource_NewInstance", "D_vtkSphereSource_NewInstance")); mixin(bindCode("vtkSphereSource_New", "D_vtkSphereSource_New")); mixin(bindCode("vtkSphereSource_SetRadius", "D_vtkSphereSource_SetRadius")); mixin(bindCode("vtkSphereSource_GetRadiusMinValue", "D_vtkSphereSource_GetRadiusMinValue")); mixin(bindCode("vtkSphereSource_GetRadiusMaxValue", "D_vtkSphereSource_GetRadiusMaxValue")); mixin(bindCode("vtkSphereSource_GetRadius", "D_vtkSphereSource_GetRadius")); mixin(bindCode("vtkSphereSource_SetCenter__SWIG_0", "D_vtkSphereSource_SetCenter__SWIG_0")); mixin(bindCode("vtkSphereSource_SetCenter__SWIG_1", "D_vtkSphereSource_SetCenter__SWIG_1")); mixin(bindCode("vtkSphereSource_GetCenter__SWIG_0", "D_vtkSphereSource_GetCenter__SWIG_0")); mixin(bindCode("vtkSphereSource_GetCenter__SWIG_1", "D_vtkSphereSource_GetCenter__SWIG_1")); mixin(bindCode("vtkSphereSource_SetThetaResolution", "D_vtkSphereSource_SetThetaResolution")); mixin(bindCode("vtkSphereSource_GetThetaResolutionMinValue", "D_vtkSphereSource_GetThetaResolutionMinValue")); mixin(bindCode("vtkSphereSource_GetThetaResolutionMaxValue", "D_vtkSphereSource_GetThetaResolutionMaxValue")); mixin(bindCode("vtkSphereSource_GetThetaResolution", "D_vtkSphereSource_GetThetaResolution")); mixin(bindCode("vtkSphereSource_SetPhiResolution", "D_vtkSphereSource_SetPhiResolution")); mixin(bindCode("vtkSphereSource_GetPhiResolutionMinValue", "D_vtkSphereSource_GetPhiResolutionMinValue")); mixin(bindCode("vtkSphereSource_GetPhiResolutionMaxValue", "D_vtkSphereSource_GetPhiResolutionMaxValue")); mixin(bindCode("vtkSphereSource_GetPhiResolution", "D_vtkSphereSource_GetPhiResolution")); mixin(bindCode("vtkSphereSource_SetStartTheta", "D_vtkSphereSource_SetStartTheta")); mixin(bindCode("vtkSphereSource_GetStartThetaMinValue", "D_vtkSphereSource_GetStartThetaMinValue")); mixin(bindCode("vtkSphereSource_GetStartThetaMaxValue", "D_vtkSphereSource_GetStartThetaMaxValue")); mixin(bindCode("vtkSphereSource_GetStartTheta", "D_vtkSphereSource_GetStartTheta")); mixin(bindCode("vtkSphereSource_SetEndTheta", "D_vtkSphereSource_SetEndTheta")); mixin(bindCode("vtkSphereSource_GetEndThetaMinValue", "D_vtkSphereSource_GetEndThetaMinValue")); mixin(bindCode("vtkSphereSource_GetEndThetaMaxValue", "D_vtkSphereSource_GetEndThetaMaxValue")); mixin(bindCode("vtkSphereSource_GetEndTheta", "D_vtkSphereSource_GetEndTheta")); mixin(bindCode("vtkSphereSource_SetStartPhi", "D_vtkSphereSource_SetStartPhi")); mixin(bindCode("vtkSphereSource_GetStartPhiMinValue", "D_vtkSphereSource_GetStartPhiMinValue")); mixin(bindCode("vtkSphereSource_GetStartPhiMaxValue", "D_vtkSphereSource_GetStartPhiMaxValue")); mixin(bindCode("vtkSphereSource_GetStartPhi", "D_vtkSphereSource_GetStartPhi")); mixin(bindCode("vtkSphereSource_SetEndPhi", "D_vtkSphereSource_SetEndPhi")); mixin(bindCode("vtkSphereSource_GetEndPhiMinValue", "D_vtkSphereSource_GetEndPhiMinValue")); mixin(bindCode("vtkSphereSource_GetEndPhiMaxValue", "D_vtkSphereSource_GetEndPhiMaxValue")); mixin(bindCode("vtkSphereSource_GetEndPhi", "D_vtkSphereSource_GetEndPhi")); mixin(bindCode("vtkSphereSource_SetLatLongTessellation", "D_vtkSphereSource_SetLatLongTessellation")); mixin(bindCode("vtkSphereSource_GetLatLongTessellation", "D_vtkSphereSource_GetLatLongTessellation")); mixin(bindCode("vtkSphereSource_LatLongTessellationOn", "D_vtkSphereSource_LatLongTessellationOn")); mixin(bindCode("vtkSphereSource_LatLongTessellationOff", "D_vtkSphereSource_LatLongTessellationOff")); mixin(bindCode("vtkSphereSource_Upcast", "D_vtkSphereSource_Upcast")); mixin(bindCode("VTK_SPHERE_OFF_get", "D_VTK_SPHERE_OFF_get")); mixin(bindCode("VTK_SPHERE_WIREFRAME_get", "D_VTK_SPHERE_WIREFRAME_get")); mixin(bindCode("VTK_SPHERE_SURFACE_get", "D_VTK_SPHERE_SURFACE_get")); mixin(bindCode("vtkSphereRepresentation_New", "D_vtkSphereRepresentation_New")); mixin(bindCode("vtkSphereRepresentation_IsTypeOf", "D_vtkSphereRepresentation_IsTypeOf")); mixin(bindCode("vtkSphereRepresentation_SafeDownCast", "D_vtkSphereRepresentation_SafeDownCast")); mixin(bindCode("vtkSphereRepresentation_NewInstance", "D_vtkSphereRepresentation_NewInstance")); mixin(bindCode("vtkSphereRepresentation_SetRepresentation", "D_vtkSphereRepresentation_SetRepresentation")); mixin(bindCode("vtkSphereRepresentation_GetRepresentationMinValue", "D_vtkSphereRepresentation_GetRepresentationMinValue")); mixin(bindCode("vtkSphereRepresentation_GetRepresentationMaxValue", "D_vtkSphereRepresentation_GetRepresentationMaxValue")); mixin(bindCode("vtkSphereRepresentation_GetRepresentation", "D_vtkSphereRepresentation_GetRepresentation")); mixin(bindCode("vtkSphereRepresentation_SetRepresentationToOff", "D_vtkSphereRepresentation_SetRepresentationToOff")); mixin(bindCode("vtkSphereRepresentation_SetRepresentationToWireframe", "D_vtkSphereRepresentation_SetRepresentationToWireframe")); mixin(bindCode("vtkSphereRepresentation_SetRepresentationToSurface", "D_vtkSphereRepresentation_SetRepresentationToSurface")); mixin(bindCode("vtkSphereRepresentation_SetThetaResolution", "D_vtkSphereRepresentation_SetThetaResolution")); mixin(bindCode("vtkSphereRepresentation_GetThetaResolution", "D_vtkSphereRepresentation_GetThetaResolution")); mixin(bindCode("vtkSphereRepresentation_SetPhiResolution", "D_vtkSphereRepresentation_SetPhiResolution")); mixin(bindCode("vtkSphereRepresentation_GetPhiResolution", "D_vtkSphereRepresentation_GetPhiResolution")); mixin(bindCode("vtkSphereRepresentation_SetCenter__SWIG_0", "D_vtkSphereRepresentation_SetCenter__SWIG_0")); mixin(bindCode("vtkSphereRepresentation_SetCenter__SWIG_1", "D_vtkSphereRepresentation_SetCenter__SWIG_1")); mixin(bindCode("vtkSphereRepresentation_GetCenter__SWIG_0", "D_vtkSphereRepresentation_GetCenter__SWIG_0")); mixin(bindCode("vtkSphereRepresentation_GetCenter__SWIG_1", "D_vtkSphereRepresentation_GetCenter__SWIG_1")); mixin(bindCode("vtkSphereRepresentation_SetRadius", "D_vtkSphereRepresentation_SetRadius")); mixin(bindCode("vtkSphereRepresentation_GetRadius", "D_vtkSphereRepresentation_GetRadius")); mixin(bindCode("vtkSphereRepresentation_SetHandleVisibility", "D_vtkSphereRepresentation_SetHandleVisibility")); mixin(bindCode("vtkSphereRepresentation_GetHandleVisibility", "D_vtkSphereRepresentation_GetHandleVisibility")); mixin(bindCode("vtkSphereRepresentation_HandleVisibilityOn", "D_vtkSphereRepresentation_HandleVisibilityOn")); mixin(bindCode("vtkSphereRepresentation_HandleVisibilityOff", "D_vtkSphereRepresentation_HandleVisibilityOff")); mixin(bindCode("vtkSphereRepresentation_SetHandlePosition__SWIG_0", "D_vtkSphereRepresentation_SetHandlePosition__SWIG_0")); mixin(bindCode("vtkSphereRepresentation_SetHandlePosition__SWIG_1", "D_vtkSphereRepresentation_SetHandlePosition__SWIG_1")); mixin(bindCode("vtkSphereRepresentation_GetHandlePosition__SWIG_0", "D_vtkSphereRepresentation_GetHandlePosition__SWIG_0")); mixin(bindCode("vtkSphereRepresentation_GetHandlePosition__SWIG_1", "D_vtkSphereRepresentation_GetHandlePosition__SWIG_1")); mixin(bindCode("vtkSphereRepresentation_GetHandlePosition__SWIG_2", "D_vtkSphereRepresentation_GetHandlePosition__SWIG_2")); mixin(bindCode("vtkSphereRepresentation_SetHandleDirection__SWIG_0", "D_vtkSphereRepresentation_SetHandleDirection__SWIG_0")); mixin(bindCode("vtkSphereRepresentation_SetHandleDirection__SWIG_1", "D_vtkSphereRepresentation_SetHandleDirection__SWIG_1")); mixin(bindCode("vtkSphereRepresentation_GetHandleDirection__SWIG_0", "D_vtkSphereRepresentation_GetHandleDirection__SWIG_0")); mixin(bindCode("vtkSphereRepresentation_GetHandleDirection__SWIG_1", "D_vtkSphereRepresentation_GetHandleDirection__SWIG_1")); mixin(bindCode("vtkSphereRepresentation_GetHandleDirection__SWIG_2", "D_vtkSphereRepresentation_GetHandleDirection__SWIG_2")); mixin(bindCode("vtkSphereRepresentation_SetHandleText", "D_vtkSphereRepresentation_SetHandleText")); mixin(bindCode("vtkSphereRepresentation_GetHandleText", "D_vtkSphereRepresentation_GetHandleText")); mixin(bindCode("vtkSphereRepresentation_HandleTextOn", "D_vtkSphereRepresentation_HandleTextOn")); mixin(bindCode("vtkSphereRepresentation_HandleTextOff", "D_vtkSphereRepresentation_HandleTextOff")); mixin(bindCode("vtkSphereRepresentation_SetRadialLine", "D_vtkSphereRepresentation_SetRadialLine")); mixin(bindCode("vtkSphereRepresentation_GetRadialLine", "D_vtkSphereRepresentation_GetRadialLine")); mixin(bindCode("vtkSphereRepresentation_RadialLineOn", "D_vtkSphereRepresentation_RadialLineOn")); mixin(bindCode("vtkSphereRepresentation_RadialLineOff", "D_vtkSphereRepresentation_RadialLineOff")); mixin(bindCode("vtkSphereRepresentation_GetPolyData", "D_vtkSphereRepresentation_GetPolyData")); mixin(bindCode("vtkSphereRepresentation_GetSphere", "D_vtkSphereRepresentation_GetSphere")); mixin(bindCode("vtkSphereRepresentation_GetSphereProperty", "D_vtkSphereRepresentation_GetSphereProperty")); mixin(bindCode("vtkSphereRepresentation_GetSelectedSphereProperty", "D_vtkSphereRepresentation_GetSelectedSphereProperty")); mixin(bindCode("vtkSphereRepresentation_GetHandleProperty", "D_vtkSphereRepresentation_GetHandleProperty")); mixin(bindCode("vtkSphereRepresentation_GetSelectedHandleProperty", "D_vtkSphereRepresentation_GetSelectedHandleProperty")); mixin(bindCode("vtkSphereRepresentation_GetHandleTextProperty", "D_vtkSphereRepresentation_GetHandleTextProperty")); mixin(bindCode("vtkSphereRepresentation_GetRadialLineProperty", "D_vtkSphereRepresentation_GetRadialLineProperty")); mixin(bindCode("vtkSphereRepresentation_SetInteractionState", "D_vtkSphereRepresentation_SetInteractionState")); mixin(bindCode("vtkSphereRepresentation_PlaceWidget__SWIG_0", "D_vtkSphereRepresentation_PlaceWidget__SWIG_0")); mixin(bindCode("vtkSphereRepresentation_PlaceWidget__SWIG_1", "D_vtkSphereRepresentation_PlaceWidget__SWIG_1")); mixin(bindCode("vtkSphereRepresentation_ComputeInteractionState__SWIG_0", "D_vtkSphereRepresentation_ComputeInteractionState__SWIG_0")); mixin(bindCode("vtkSphereRepresentation_ComputeInteractionState__SWIG_1", "D_vtkSphereRepresentation_ComputeInteractionState__SWIG_1")); mixin(bindCode("vtkSphereRepresentation_Upcast", "D_vtkSphereRepresentation_Upcast")); mixin(bindCode("VTK_MIN_SUPERQUADRIC_THICKNESS_get", "D_VTK_MIN_SUPERQUADRIC_THICKNESS_get")); mixin(bindCode("vtkSuperquadric_New", "D_vtkSuperquadric_New")); mixin(bindCode("vtkSuperquadric_IsTypeOf", "D_vtkSuperquadric_IsTypeOf")); mixin(bindCode("vtkSuperquadric_SafeDownCast", "D_vtkSuperquadric_SafeDownCast")); mixin(bindCode("vtkSuperquadric_NewInstance", "D_vtkSuperquadric_NewInstance")); mixin(bindCode("vtkSuperquadric_EvaluateFunction__SWIG_0", "D_vtkSuperquadric_EvaluateFunction__SWIG_0")); mixin(bindCode("vtkSuperquadric_EvaluateFunction__SWIG_1", "D_vtkSuperquadric_EvaluateFunction__SWIG_1")); mixin(bindCode("vtkSuperquadric_SetCenter__SWIG_0", "D_vtkSuperquadric_SetCenter__SWIG_0")); mixin(bindCode("vtkSuperquadric_SetCenter__SWIG_1", "D_vtkSuperquadric_SetCenter__SWIG_1")); mixin(bindCode("vtkSuperquadric_GetCenter__SWIG_0", "D_vtkSuperquadric_GetCenter__SWIG_0")); mixin(bindCode("vtkSuperquadric_GetCenter__SWIG_1", "D_vtkSuperquadric_GetCenter__SWIG_1")); mixin(bindCode("vtkSuperquadric_SetScale__SWIG_0", "D_vtkSuperquadric_SetScale__SWIG_0")); mixin(bindCode("vtkSuperquadric_SetScale__SWIG_1", "D_vtkSuperquadric_SetScale__SWIG_1")); mixin(bindCode("vtkSuperquadric_GetScale__SWIG_0", "D_vtkSuperquadric_GetScale__SWIG_0")); mixin(bindCode("vtkSuperquadric_GetScale__SWIG_1", "D_vtkSuperquadric_GetScale__SWIG_1")); mixin(bindCode("vtkSuperquadric_GetThickness", "D_vtkSuperquadric_GetThickness")); mixin(bindCode("vtkSuperquadric_SetThickness", "D_vtkSuperquadric_SetThickness")); mixin(bindCode("vtkSuperquadric_GetThicknessMinValue", "D_vtkSuperquadric_GetThicknessMinValue")); mixin(bindCode("vtkSuperquadric_GetThicknessMaxValue", "D_vtkSuperquadric_GetThicknessMaxValue")); mixin(bindCode("vtkSuperquadric_GetPhiRoundness", "D_vtkSuperquadric_GetPhiRoundness")); mixin(bindCode("vtkSuperquadric_SetPhiRoundness", "D_vtkSuperquadric_SetPhiRoundness")); mixin(bindCode("vtkSuperquadric_GetThetaRoundness", "D_vtkSuperquadric_GetThetaRoundness")); mixin(bindCode("vtkSuperquadric_SetThetaRoundness", "D_vtkSuperquadric_SetThetaRoundness")); mixin(bindCode("vtkSuperquadric_SetSize", "D_vtkSuperquadric_SetSize")); mixin(bindCode("vtkSuperquadric_GetSize", "D_vtkSuperquadric_GetSize")); mixin(bindCode("vtkSuperquadric_ToroidalOn", "D_vtkSuperquadric_ToroidalOn")); mixin(bindCode("vtkSuperquadric_ToroidalOff", "D_vtkSuperquadric_ToroidalOff")); mixin(bindCode("vtkSuperquadric_GetToroidal", "D_vtkSuperquadric_GetToroidal")); mixin(bindCode("vtkSuperquadric_SetToroidal", "D_vtkSuperquadric_SetToroidal")); mixin(bindCode("vtkSuperquadric_Upcast", "D_vtkSuperquadric_Upcast")); mixin(bindCode("VTK_FLAT_get", "D_VTK_FLAT_get")); mixin(bindCode("VTK_GOURAUD_get", "D_VTK_GOURAUD_get")); mixin(bindCode("VTK_PHONG_get", "D_VTK_PHONG_get")); mixin(bindCode("VTK_POINTS_get", "D_VTK_POINTS_get")); mixin(bindCode("VTK_WIREFRAME_get", "D_VTK_WIREFRAME_get")); mixin(bindCode("VTK_SURFACE_get", "D_VTK_SURFACE_get")); mixin(bindCode("vtkProperty_IsTypeOf", "D_vtkProperty_IsTypeOf")); mixin(bindCode("vtkProperty_SafeDownCast", "D_vtkProperty_SafeDownCast")); mixin(bindCode("vtkProperty_NewInstance", "D_vtkProperty_NewInstance")); mixin(bindCode("vtkProperty_New", "D_vtkProperty_New")); mixin(bindCode("vtkProperty_DeepCopy", "D_vtkProperty_DeepCopy")); mixin(bindCode("vtkProperty_Render", "D_vtkProperty_Render")); mixin(bindCode("vtkProperty_BackfaceRender", "D_vtkProperty_BackfaceRender")); mixin(bindCode("vtkProperty_GetLighting", "D_vtkProperty_GetLighting")); mixin(bindCode("vtkProperty_SetLighting", "D_vtkProperty_SetLighting")); mixin(bindCode("vtkProperty_LightingOn", "D_vtkProperty_LightingOn")); mixin(bindCode("vtkProperty_LightingOff", "D_vtkProperty_LightingOff")); mixin(bindCode("vtkProperty_SetInterpolation", "D_vtkProperty_SetInterpolation")); mixin(bindCode("vtkProperty_GetInterpolationMinValue", "D_vtkProperty_GetInterpolationMinValue")); mixin(bindCode("vtkProperty_GetInterpolationMaxValue", "D_vtkProperty_GetInterpolationMaxValue")); mixin(bindCode("vtkProperty_GetInterpolation", "D_vtkProperty_GetInterpolation")); mixin(bindCode("vtkProperty_SetInterpolationToFlat", "D_vtkProperty_SetInterpolationToFlat")); mixin(bindCode("vtkProperty_SetInterpolationToGouraud", "D_vtkProperty_SetInterpolationToGouraud")); mixin(bindCode("vtkProperty_SetInterpolationToPhong", "D_vtkProperty_SetInterpolationToPhong")); mixin(bindCode("vtkProperty_GetInterpolationAsString", "D_vtkProperty_GetInterpolationAsString")); mixin(bindCode("vtkProperty_SetRepresentation", "D_vtkProperty_SetRepresentation")); mixin(bindCode("vtkProperty_GetRepresentationMinValue", "D_vtkProperty_GetRepresentationMinValue")); mixin(bindCode("vtkProperty_GetRepresentationMaxValue", "D_vtkProperty_GetRepresentationMaxValue")); mixin(bindCode("vtkProperty_GetRepresentation", "D_vtkProperty_GetRepresentation")); mixin(bindCode("vtkProperty_SetRepresentationToPoints", "D_vtkProperty_SetRepresentationToPoints")); mixin(bindCode("vtkProperty_SetRepresentationToWireframe", "D_vtkProperty_SetRepresentationToWireframe")); mixin(bindCode("vtkProperty_SetRepresentationToSurface", "D_vtkProperty_SetRepresentationToSurface")); mixin(bindCode("vtkProperty_GetRepresentationAsString", "D_vtkProperty_GetRepresentationAsString")); mixin(bindCode("vtkProperty_SetColor__SWIG_0", "D_vtkProperty_SetColor__SWIG_0")); mixin(bindCode("vtkProperty_SetColor__SWIG_1", "D_vtkProperty_SetColor__SWIG_1")); mixin(bindCode("vtkProperty_GetColor__SWIG_0", "D_vtkProperty_GetColor__SWIG_0")); mixin(bindCode("vtkProperty_GetColor__SWIG_1", "D_vtkProperty_GetColor__SWIG_1")); mixin(bindCode("vtkProperty_GetColor__SWIG_2", "D_vtkProperty_GetColor__SWIG_2")); mixin(bindCode("vtkProperty_SetAmbient", "D_vtkProperty_SetAmbient")); mixin(bindCode("vtkProperty_GetAmbientMinValue", "D_vtkProperty_GetAmbientMinValue")); mixin(bindCode("vtkProperty_GetAmbientMaxValue", "D_vtkProperty_GetAmbientMaxValue")); mixin(bindCode("vtkProperty_GetAmbient", "D_vtkProperty_GetAmbient")); mixin(bindCode("vtkProperty_SetDiffuse", "D_vtkProperty_SetDiffuse")); mixin(bindCode("vtkProperty_GetDiffuseMinValue", "D_vtkProperty_GetDiffuseMinValue")); mixin(bindCode("vtkProperty_GetDiffuseMaxValue", "D_vtkProperty_GetDiffuseMaxValue")); mixin(bindCode("vtkProperty_GetDiffuse", "D_vtkProperty_GetDiffuse")); mixin(bindCode("vtkProperty_SetSpecular", "D_vtkProperty_SetSpecular")); mixin(bindCode("vtkProperty_GetSpecularMinValue", "D_vtkProperty_GetSpecularMinValue")); mixin(bindCode("vtkProperty_GetSpecularMaxValue", "D_vtkProperty_GetSpecularMaxValue")); mixin(bindCode("vtkProperty_GetSpecular", "D_vtkProperty_GetSpecular")); mixin(bindCode("vtkProperty_SetSpecularPower", "D_vtkProperty_SetSpecularPower")); mixin(bindCode("vtkProperty_GetSpecularPowerMinValue", "D_vtkProperty_GetSpecularPowerMinValue")); mixin(bindCode("vtkProperty_GetSpecularPowerMaxValue", "D_vtkProperty_GetSpecularPowerMaxValue")); mixin(bindCode("vtkProperty_GetSpecularPower", "D_vtkProperty_GetSpecularPower")); mixin(bindCode("vtkProperty_SetOpacity", "D_vtkProperty_SetOpacity")); mixin(bindCode("vtkProperty_GetOpacityMinValue", "D_vtkProperty_GetOpacityMinValue")); mixin(bindCode("vtkProperty_GetOpacityMaxValue", "D_vtkProperty_GetOpacityMaxValue")); mixin(bindCode("vtkProperty_GetOpacity", "D_vtkProperty_GetOpacity")); mixin(bindCode("vtkProperty_SetAmbientColor__SWIG_0", "D_vtkProperty_SetAmbientColor__SWIG_0")); mixin(bindCode("vtkProperty_SetAmbientColor__SWIG_1", "D_vtkProperty_SetAmbientColor__SWIG_1")); mixin(bindCode("vtkProperty_GetAmbientColor__SWIG_0", "D_vtkProperty_GetAmbientColor__SWIG_0")); mixin(bindCode("vtkProperty_GetAmbientColor__SWIG_1", "D_vtkProperty_GetAmbientColor__SWIG_1")); mixin(bindCode("vtkProperty_GetAmbientColor__SWIG_2", "D_vtkProperty_GetAmbientColor__SWIG_2")); mixin(bindCode("vtkProperty_SetDiffuseColor__SWIG_0", "D_vtkProperty_SetDiffuseColor__SWIG_0")); mixin(bindCode("vtkProperty_SetDiffuseColor__SWIG_1", "D_vtkProperty_SetDiffuseColor__SWIG_1")); mixin(bindCode("vtkProperty_GetDiffuseColor__SWIG_0", "D_vtkProperty_GetDiffuseColor__SWIG_0")); mixin(bindCode("vtkProperty_GetDiffuseColor__SWIG_1", "D_vtkProperty_GetDiffuseColor__SWIG_1")); mixin(bindCode("vtkProperty_GetDiffuseColor__SWIG_2", "D_vtkProperty_GetDiffuseColor__SWIG_2")); mixin(bindCode("vtkProperty_SetSpecularColor__SWIG_0", "D_vtkProperty_SetSpecularColor__SWIG_0")); mixin(bindCode("vtkProperty_SetSpecularColor__SWIG_1", "D_vtkProperty_SetSpecularColor__SWIG_1")); mixin(bindCode("vtkProperty_GetSpecularColor__SWIG_0", "D_vtkProperty_GetSpecularColor__SWIG_0")); mixin(bindCode("vtkProperty_GetSpecularColor__SWIG_1", "D_vtkProperty_GetSpecularColor__SWIG_1")); mixin(bindCode("vtkProperty_GetSpecularColor__SWIG_2", "D_vtkProperty_GetSpecularColor__SWIG_2")); mixin(bindCode("vtkProperty_GetEdgeVisibility", "D_vtkProperty_GetEdgeVisibility")); mixin(bindCode("vtkProperty_SetEdgeVisibility", "D_vtkProperty_SetEdgeVisibility")); mixin(bindCode("vtkProperty_EdgeVisibilityOn", "D_vtkProperty_EdgeVisibilityOn")); mixin(bindCode("vtkProperty_EdgeVisibilityOff", "D_vtkProperty_EdgeVisibilityOff")); mixin(bindCode("vtkProperty_SetEdgeColor__SWIG_0", "D_vtkProperty_SetEdgeColor__SWIG_0")); mixin(bindCode("vtkProperty_SetEdgeColor__SWIG_1", "D_vtkProperty_SetEdgeColor__SWIG_1")); mixin(bindCode("vtkProperty_GetEdgeColor__SWIG_0", "D_vtkProperty_GetEdgeColor__SWIG_0")); mixin(bindCode("vtkProperty_GetEdgeColor__SWIG_1", "D_vtkProperty_GetEdgeColor__SWIG_1")); mixin(bindCode("vtkProperty_GetEdgeColor__SWIG_2", "D_vtkProperty_GetEdgeColor__SWIG_2")); mixin(bindCode("vtkProperty_SetLineWidth", "D_vtkProperty_SetLineWidth")); mixin(bindCode("vtkProperty_GetLineWidthMinValue", "D_vtkProperty_GetLineWidthMinValue")); mixin(bindCode("vtkProperty_GetLineWidthMaxValue", "D_vtkProperty_GetLineWidthMaxValue")); mixin(bindCode("vtkProperty_GetLineWidth", "D_vtkProperty_GetLineWidth")); mixin(bindCode("vtkProperty_SetLineStipplePattern", "D_vtkProperty_SetLineStipplePattern")); mixin(bindCode("vtkProperty_GetLineStipplePattern", "D_vtkProperty_GetLineStipplePattern")); mixin(bindCode("vtkProperty_SetLineStippleRepeatFactor", "D_vtkProperty_SetLineStippleRepeatFactor")); mixin(bindCode("vtkProperty_GetLineStippleRepeatFactorMinValue", "D_vtkProperty_GetLineStippleRepeatFactorMinValue")); mixin(bindCode("vtkProperty_GetLineStippleRepeatFactorMaxValue", "D_vtkProperty_GetLineStippleRepeatFactorMaxValue")); mixin(bindCode("vtkProperty_GetLineStippleRepeatFactor", "D_vtkProperty_GetLineStippleRepeatFactor")); mixin(bindCode("vtkProperty_SetPointSize", "D_vtkProperty_SetPointSize")); mixin(bindCode("vtkProperty_GetPointSizeMinValue", "D_vtkProperty_GetPointSizeMinValue")); mixin(bindCode("vtkProperty_GetPointSizeMaxValue", "D_vtkProperty_GetPointSizeMaxValue")); mixin(bindCode("vtkProperty_GetPointSize", "D_vtkProperty_GetPointSize")); mixin(bindCode("vtkProperty_GetBackfaceCulling", "D_vtkProperty_GetBackfaceCulling")); mixin(bindCode("vtkProperty_SetBackfaceCulling", "D_vtkProperty_SetBackfaceCulling")); mixin(bindCode("vtkProperty_BackfaceCullingOn", "D_vtkProperty_BackfaceCullingOn")); mixin(bindCode("vtkProperty_BackfaceCullingOff", "D_vtkProperty_BackfaceCullingOff")); mixin(bindCode("vtkProperty_GetFrontfaceCulling", "D_vtkProperty_GetFrontfaceCulling")); mixin(bindCode("vtkProperty_SetFrontfaceCulling", "D_vtkProperty_SetFrontfaceCulling")); mixin(bindCode("vtkProperty_FrontfaceCullingOn", "D_vtkProperty_FrontfaceCullingOn")); mixin(bindCode("vtkProperty_FrontfaceCullingOff", "D_vtkProperty_FrontfaceCullingOff")); mixin(bindCode("vtkProperty_GetMaterial", "D_vtkProperty_GetMaterial")); mixin(bindCode("vtkProperty_GetMaterialName", "D_vtkProperty_GetMaterialName")); mixin(bindCode("vtkProperty_LoadMaterial__SWIG_0", "D_vtkProperty_LoadMaterial__SWIG_0")); mixin(bindCode("vtkProperty_LoadMaterialFromString", "D_vtkProperty_LoadMaterialFromString")); mixin(bindCode("vtkProperty_LoadMaterial__SWIG_1", "D_vtkProperty_LoadMaterial__SWIG_1")); mixin(bindCode("vtkProperty_SetShading", "D_vtkProperty_SetShading")); mixin(bindCode("vtkProperty_GetShading", "D_vtkProperty_GetShading")); mixin(bindCode("vtkProperty_ShadingOn", "D_vtkProperty_ShadingOn")); mixin(bindCode("vtkProperty_ShadingOff", "D_vtkProperty_ShadingOff")); mixin(bindCode("vtkProperty_GetShaderProgram", "D_vtkProperty_GetShaderProgram")); mixin(bindCode("vtkProperty_GetShaderDeviceAdapter2", "D_vtkProperty_GetShaderDeviceAdapter2")); mixin(bindCode("vtkProperty_AddShaderVariable__SWIG_0", "D_vtkProperty_AddShaderVariable__SWIG_0")); mixin(bindCode("vtkProperty_AddShaderVariable__SWIG_1", "D_vtkProperty_AddShaderVariable__SWIG_1")); mixin(bindCode("vtkProperty_AddShaderVariable__SWIG_2", "D_vtkProperty_AddShaderVariable__SWIG_2")); mixin(bindCode("vtkProperty_AddShaderVariable__SWIG_3", "D_vtkProperty_AddShaderVariable__SWIG_3")); mixin(bindCode("vtkProperty_AddShaderVariable__SWIG_4", "D_vtkProperty_AddShaderVariable__SWIG_4")); mixin(bindCode("vtkProperty_AddShaderVariable__SWIG_5", "D_vtkProperty_AddShaderVariable__SWIG_5")); mixin(bindCode("vtkProperty_AddShaderVariable__SWIG_6", "D_vtkProperty_AddShaderVariable__SWIG_6")); mixin(bindCode("vtkProperty_AddShaderVariable__SWIG_7", "D_vtkProperty_AddShaderVariable__SWIG_7")); mixin(bindCode("vtkProperty_AddShaderVariable__SWIG_8", "D_vtkProperty_AddShaderVariable__SWIG_8")); mixin(bindCode("vtkProperty_AddShaderVariable__SWIG_9", "D_vtkProperty_AddShaderVariable__SWIG_9")); mixin(bindCode("vtkProperty_AddShaderVariable__SWIG_10", "D_vtkProperty_AddShaderVariable__SWIG_10")); mixin(bindCode("vtkProperty_AddShaderVariable__SWIG_11", "D_vtkProperty_AddShaderVariable__SWIG_11")); mixin(bindCode("vtkProperty_SetTexture__SWIG_0", "D_vtkProperty_SetTexture__SWIG_0")); mixin(bindCode("vtkProperty_GetTexture__SWIG_0", "D_vtkProperty_GetTexture__SWIG_0")); mixin(bindCode("vtkProperty_SetTexture__SWIG_1", "D_vtkProperty_SetTexture__SWIG_1")); mixin(bindCode("vtkProperty_GetTexture__SWIG_1", "D_vtkProperty_GetTexture__SWIG_1")); mixin(bindCode("vtkProperty_RemoveTexture__SWIG_0", "D_vtkProperty_RemoveTexture__SWIG_0")); mixin(bindCode("vtkProperty_RemoveTexture__SWIG_1", "D_vtkProperty_RemoveTexture__SWIG_1")); mixin(bindCode("vtkProperty_RemoveAllTextures", "D_vtkProperty_RemoveAllTextures")); mixin(bindCode("vtkProperty_GetNumberOfTextures", "D_vtkProperty_GetNumberOfTextures")); mixin(bindCode("vtkProperty_ReleaseGraphicsResources", "D_vtkProperty_ReleaseGraphicsResources")); mixin(bindCode("vtkProperty_Upcast", "D_vtkProperty_Upcast")); mixin(bindCode("vtkRIBProperty_New", "D_vtkRIBProperty_New")); mixin(bindCode("vtkRIBProperty_IsTypeOf", "D_vtkRIBProperty_IsTypeOf")); mixin(bindCode("vtkRIBProperty_SafeDownCast", "D_vtkRIBProperty_SafeDownCast")); mixin(bindCode("vtkRIBProperty_NewInstance", "D_vtkRIBProperty_NewInstance")); mixin(bindCode("vtkRIBProperty_SetSurfaceShader", "D_vtkRIBProperty_SetSurfaceShader")); mixin(bindCode("vtkRIBProperty_GetSurfaceShader", "D_vtkRIBProperty_GetSurfaceShader")); mixin(bindCode("vtkRIBProperty_SetDisplacementShader", "D_vtkRIBProperty_SetDisplacementShader")); mixin(bindCode("vtkRIBProperty_GetDisplacementShader", "D_vtkRIBProperty_GetDisplacementShader")); mixin(bindCode("vtkRIBProperty_SetVariable", "D_vtkRIBProperty_SetVariable")); mixin(bindCode("vtkRIBProperty_AddVariable", "D_vtkRIBProperty_AddVariable")); mixin(bindCode("vtkRIBProperty_GetDeclarations", "D_vtkRIBProperty_GetDeclarations")); mixin(bindCode("vtkRIBProperty_SetParameter", "D_vtkRIBProperty_SetParameter")); mixin(bindCode("vtkRIBProperty_AddParameter", "D_vtkRIBProperty_AddParameter")); mixin(bindCode("vtkRIBProperty_GetParameters", "D_vtkRIBProperty_GetParameters")); mixin(bindCode("vtkRIBProperty_Upcast", "D_vtkRIBProperty_Upcast")); mixin(bindCode("vtkSpatialRepresentationFilter_New", "D_vtkSpatialRepresentationFilter_New")); mixin(bindCode("vtkSpatialRepresentationFilter_IsTypeOf", "D_vtkSpatialRepresentationFilter_IsTypeOf")); mixin(bindCode("vtkSpatialRepresentationFilter_SafeDownCast", "D_vtkSpatialRepresentationFilter_SafeDownCast")); mixin(bindCode("vtkSpatialRepresentationFilter_NewInstance", "D_vtkSpatialRepresentationFilter_NewInstance")); mixin(bindCode("vtkSpatialRepresentationFilter_SetSpatialRepresentation", "D_vtkSpatialRepresentationFilter_SetSpatialRepresentation")); mixin(bindCode("vtkSpatialRepresentationFilter_GetSpatialRepresentation", "D_vtkSpatialRepresentationFilter_GetSpatialRepresentation")); mixin(bindCode("vtkSpatialRepresentationFilter_GetMaximumLevel", "D_vtkSpatialRepresentationFilter_GetMaximumLevel")); mixin(bindCode("vtkSpatialRepresentationFilter_AddLevel", "D_vtkSpatialRepresentationFilter_AddLevel")); mixin(bindCode("vtkSpatialRepresentationFilter_ResetLevels", "D_vtkSpatialRepresentationFilter_ResetLevels")); mixin(bindCode("vtkSpatialRepresentationFilter_SetGenerateLeaves", "D_vtkSpatialRepresentationFilter_SetGenerateLeaves")); mixin(bindCode("vtkSpatialRepresentationFilter_GetGenerateLeaves", "D_vtkSpatialRepresentationFilter_GetGenerateLeaves")); mixin(bindCode("vtkSpatialRepresentationFilter_GenerateLeavesOn", "D_vtkSpatialRepresentationFilter_GenerateLeavesOn")); mixin(bindCode("vtkSpatialRepresentationFilter_GenerateLeavesOff", "D_vtkSpatialRepresentationFilter_GenerateLeavesOff")); mixin(bindCode("vtkSpatialRepresentationFilter_Upcast", "D_vtkSpatialRepresentationFilter_Upcast")); mixin(bindCode("vtkViewport_IsTypeOf", "D_vtkViewport_IsTypeOf")); mixin(bindCode("vtkViewport_SafeDownCast", "D_vtkViewport_SafeDownCast")); mixin(bindCode("vtkViewport_NewInstance", "D_vtkViewport_NewInstance")); mixin(bindCode("vtkViewport_AddViewProp", "D_vtkViewport_AddViewProp")); mixin(bindCode("vtkViewport_GetViewProps", "D_vtkViewport_GetViewProps")); mixin(bindCode("vtkViewport_HasViewProp", "D_vtkViewport_HasViewProp")); mixin(bindCode("vtkViewport_RemoveViewProp", "D_vtkViewport_RemoveViewProp")); mixin(bindCode("vtkViewport_RemoveAllViewProps", "D_vtkViewport_RemoveAllViewProps")); mixin(bindCode("vtkViewport_AddActor2D", "D_vtkViewport_AddActor2D")); mixin(bindCode("vtkViewport_RemoveActor2D", "D_vtkViewport_RemoveActor2D")); mixin(bindCode("vtkViewport_GetActors2D", "D_vtkViewport_GetActors2D")); mixin(bindCode("vtkViewport_SetBackground__SWIG_0", "D_vtkViewport_SetBackground__SWIG_0")); mixin(bindCode("vtkViewport_SetBackground__SWIG_1", "D_vtkViewport_SetBackground__SWIG_1")); mixin(bindCode("vtkViewport_GetBackground__SWIG_0", "D_vtkViewport_GetBackground__SWIG_0")); mixin(bindCode("vtkViewport_GetBackground__SWIG_1", "D_vtkViewport_GetBackground__SWIG_1")); mixin(bindCode("vtkViewport_GetBackground__SWIG_2", "D_vtkViewport_GetBackground__SWIG_2")); mixin(bindCode("vtkViewport_SetBackground2__SWIG_0", "D_vtkViewport_SetBackground2__SWIG_0")); mixin(bindCode("vtkViewport_SetBackground2__SWIG_1", "D_vtkViewport_SetBackground2__SWIG_1")); mixin(bindCode("vtkViewport_GetBackground2__SWIG_0", "D_vtkViewport_GetBackground2__SWIG_0")); mixin(bindCode("vtkViewport_GetBackground2__SWIG_1", "D_vtkViewport_GetBackground2__SWIG_1")); mixin(bindCode("vtkViewport_GetBackground2__SWIG_2", "D_vtkViewport_GetBackground2__SWIG_2")); mixin(bindCode("vtkViewport_SetGradientBackground", "D_vtkViewport_SetGradientBackground")); mixin(bindCode("vtkViewport_GetGradientBackground", "D_vtkViewport_GetGradientBackground")); mixin(bindCode("vtkViewport_GradientBackgroundOn", "D_vtkViewport_GradientBackgroundOn")); mixin(bindCode("vtkViewport_GradientBackgroundOff", "D_vtkViewport_GradientBackgroundOff")); mixin(bindCode("vtkViewport_SetAspect__SWIG_0", "D_vtkViewport_SetAspect__SWIG_0")); mixin(bindCode("vtkViewport_SetAspect__SWIG_1", "D_vtkViewport_SetAspect__SWIG_1")); mixin(bindCode("vtkViewport_GetAspect__SWIG_0", "D_vtkViewport_GetAspect__SWIG_0")); mixin(bindCode("vtkViewport_GetAspect__SWIG_1", "D_vtkViewport_GetAspect__SWIG_1")); mixin(bindCode("vtkViewport_ComputeAspect", "D_vtkViewport_ComputeAspect")); mixin(bindCode("vtkViewport_SetPixelAspect__SWIG_0", "D_vtkViewport_SetPixelAspect__SWIG_0")); mixin(bindCode("vtkViewport_SetPixelAspect__SWIG_1", "D_vtkViewport_SetPixelAspect__SWIG_1")); mixin(bindCode("vtkViewport_GetPixelAspect__SWIG_0", "D_vtkViewport_GetPixelAspect__SWIG_0")); mixin(bindCode("vtkViewport_GetPixelAspect__SWIG_1", "D_vtkViewport_GetPixelAspect__SWIG_1")); mixin(bindCode("vtkViewport_SetViewport__SWIG_0", "D_vtkViewport_SetViewport__SWIG_0")); mixin(bindCode("vtkViewport_SetViewport__SWIG_1", "D_vtkViewport_SetViewport__SWIG_1")); mixin(bindCode("vtkViewport_GetViewport__SWIG_0", "D_vtkViewport_GetViewport__SWIG_0")); mixin(bindCode("vtkViewport_GetViewport__SWIG_1", "D_vtkViewport_GetViewport__SWIG_1")); mixin(bindCode("vtkViewport_SetDisplayPoint__SWIG_0", "D_vtkViewport_SetDisplayPoint__SWIG_0")); mixin(bindCode("vtkViewport_SetDisplayPoint__SWIG_1", "D_vtkViewport_SetDisplayPoint__SWIG_1")); mixin(bindCode("vtkViewport_GetDisplayPoint__SWIG_0", "D_vtkViewport_GetDisplayPoint__SWIG_0")); mixin(bindCode("vtkViewport_GetDisplayPoint__SWIG_1", "D_vtkViewport_GetDisplayPoint__SWIG_1")); mixin(bindCode("vtkViewport_SetViewPoint__SWIG_0", "D_vtkViewport_SetViewPoint__SWIG_0")); mixin(bindCode("vtkViewport_SetViewPoint__SWIG_1", "D_vtkViewport_SetViewPoint__SWIG_1")); mixin(bindCode("vtkViewport_GetViewPoint__SWIG_0", "D_vtkViewport_GetViewPoint__SWIG_0")); mixin(bindCode("vtkViewport_GetViewPoint__SWIG_1", "D_vtkViewport_GetViewPoint__SWIG_1")); mixin(bindCode("vtkViewport_SetWorldPoint__SWIG_0", "D_vtkViewport_SetWorldPoint__SWIG_0")); mixin(bindCode("vtkViewport_SetWorldPoint__SWIG_1", "D_vtkViewport_SetWorldPoint__SWIG_1")); mixin(bindCode("vtkViewport_GetWorldPoint__SWIG_0", "D_vtkViewport_GetWorldPoint__SWIG_0")); mixin(bindCode("vtkViewport_GetWorldPoint__SWIG_1", "D_vtkViewport_GetWorldPoint__SWIG_1")); mixin(bindCode("vtkViewport_GetCenter", "D_vtkViewport_GetCenter")); mixin(bindCode("vtkViewport_IsInViewport", "D_vtkViewport_IsInViewport")); mixin(bindCode("vtkViewport_GetVTKWindow", "D_vtkViewport_GetVTKWindow")); mixin(bindCode("vtkViewport_DisplayToView", "D_vtkViewport_DisplayToView")); mixin(bindCode("vtkViewport_ViewToDisplay", "D_vtkViewport_ViewToDisplay")); mixin(bindCode("vtkViewport_WorldToView__SWIG_0", "D_vtkViewport_WorldToView__SWIG_0")); mixin(bindCode("vtkViewport_ViewToWorld__SWIG_0", "D_vtkViewport_ViewToWorld__SWIG_0")); mixin(bindCode("vtkViewport_DisplayToWorld", "D_vtkViewport_DisplayToWorld")); mixin(bindCode("vtkViewport_WorldToDisplay", "D_vtkViewport_WorldToDisplay")); mixin(bindCode("vtkViewport_LocalDisplayToDisplay", "D_vtkViewport_LocalDisplayToDisplay")); mixin(bindCode("vtkViewport_DisplayToNormalizedDisplay", "D_vtkViewport_DisplayToNormalizedDisplay")); mixin(bindCode("vtkViewport_NormalizedDisplayToViewport", "D_vtkViewport_NormalizedDisplayToViewport")); mixin(bindCode("vtkViewport_ViewportToNormalizedViewport", "D_vtkViewport_ViewportToNormalizedViewport")); mixin(bindCode("vtkViewport_NormalizedViewportToView", "D_vtkViewport_NormalizedViewportToView")); mixin(bindCode("vtkViewport_ViewToWorld__SWIG_1", "D_vtkViewport_ViewToWorld__SWIG_1")); mixin(bindCode("vtkViewport_DisplayToLocalDisplay", "D_vtkViewport_DisplayToLocalDisplay")); mixin(bindCode("vtkViewport_NormalizedDisplayToDisplay", "D_vtkViewport_NormalizedDisplayToDisplay")); mixin(bindCode("vtkViewport_ViewportToNormalizedDisplay", "D_vtkViewport_ViewportToNormalizedDisplay")); mixin(bindCode("vtkViewport_NormalizedViewportToViewport", "D_vtkViewport_NormalizedViewportToViewport")); mixin(bindCode("vtkViewport_ViewToNormalizedViewport", "D_vtkViewport_ViewToNormalizedViewport")); mixin(bindCode("vtkViewport_WorldToView__SWIG_1", "D_vtkViewport_WorldToView__SWIG_1")); mixin(bindCode("vtkViewport_GetSize", "D_vtkViewport_GetSize")); mixin(bindCode("vtkViewport_GetOrigin", "D_vtkViewport_GetOrigin")); mixin(bindCode("vtkViewport_GetTiledSize", "D_vtkViewport_GetTiledSize")); mixin(bindCode("vtkViewport_GetTiledSizeAndOrigin", "D_vtkViewport_GetTiledSizeAndOrigin")); mixin(bindCode("vtkViewport_PickProp", "D_vtkViewport_PickProp")); mixin(bindCode("vtkViewport_PickPropFrom", "D_vtkViewport_PickPropFrom")); mixin(bindCode("vtkViewport_GetPickX", "D_vtkViewport_GetPickX")); mixin(bindCode("vtkViewport_GetPickY", "D_vtkViewport_GetPickY")); mixin(bindCode("vtkViewport_GetPickWidth", "D_vtkViewport_GetPickWidth")); mixin(bindCode("vtkViewport_GetPickHeight", "D_vtkViewport_GetPickHeight")); mixin(bindCode("vtkViewport_GetPickX1", "D_vtkViewport_GetPickX1")); mixin(bindCode("vtkViewport_GetPickY1", "D_vtkViewport_GetPickY1")); mixin(bindCode("vtkViewport_GetPickX2", "D_vtkViewport_GetPickX2")); mixin(bindCode("vtkViewport_GetPickY2", "D_vtkViewport_GetPickY2")); mixin(bindCode("vtkViewport_GetIsPicking", "D_vtkViewport_GetIsPicking")); mixin(bindCode("vtkViewport_GetPickResultProps", "D_vtkViewport_GetPickResultProps")); mixin(bindCode("vtkViewport_GetPickedZ", "D_vtkViewport_GetPickedZ")); mixin(bindCode("vtkViewport_Upcast", "D_vtkViewport_Upcast")); mixin(bindCode("vtkCompositeDataSet_IsTypeOf", "D_vtkCompositeDataSet_IsTypeOf")); mixin(bindCode("vtkCompositeDataSet_SafeDownCast", "D_vtkCompositeDataSet_SafeDownCast")); mixin(bindCode("vtkCompositeDataSet_NewInstance", "D_vtkCompositeDataSet_NewInstance")); mixin(bindCode("vtkCompositeDataSet_NewIterator", "D_vtkCompositeDataSet_NewIterator")); mixin(bindCode("vtkCompositeDataSet_CopyStructure", "D_vtkCompositeDataSet_CopyStructure")); mixin(bindCode("vtkCompositeDataSet_SetDataSet", "D_vtkCompositeDataSet_SetDataSet")); mixin(bindCode("vtkCompositeDataSet_GetDataSet", "D_vtkCompositeDataSet_GetDataSet")); mixin(bindCode("vtkCompositeDataSet_GetNumberOfPoints", "D_vtkCompositeDataSet_GetNumberOfPoints")); mixin(bindCode("vtkCompositeDataSet_NAME", "D_vtkCompositeDataSet_NAME")); mixin(bindCode("delete_vtkCompositeDataSet", "D_delete_vtkCompositeDataSet")); mixin(bindCode("vtkCompositeDataSet_Upcast", "D_vtkCompositeDataSet_Upcast")); mixin(bindCode("vtkUniformGridAMR_New", "D_vtkUniformGridAMR_New")); mixin(bindCode("vtkUniformGridAMR_IsTypeOf", "D_vtkUniformGridAMR_IsTypeOf")); mixin(bindCode("vtkUniformGridAMR_SafeDownCast", "D_vtkUniformGridAMR_SafeDownCast")); mixin(bindCode("vtkUniformGridAMR_NewInstance", "D_vtkUniformGridAMR_NewInstance")); mixin(bindCode("vtkUniformGridAMR_Initialize__SWIG_0", "D_vtkUniformGridAMR_Initialize__SWIG_0")); mixin(bindCode("vtkUniformGridAMR_Initialize__SWIG_1", "D_vtkUniformGridAMR_Initialize__SWIG_1")); mixin(bindCode("vtkUniformGridAMR_SetGridDescription", "D_vtkUniformGridAMR_SetGridDescription")); mixin(bindCode("vtkUniformGridAMR_GetGridDescription", "D_vtkUniformGridAMR_GetGridDescription")); mixin(bindCode("vtkUniformGridAMR_GetNumberOfLevels", "D_vtkUniformGridAMR_GetNumberOfLevels")); mixin(bindCode("vtkUniformGridAMR_GetTotalNumberOfBlocks", "D_vtkUniformGridAMR_GetTotalNumberOfBlocks")); mixin(bindCode("vtkUniformGridAMR_GetNumberOfDataSets", "D_vtkUniformGridAMR_GetNumberOfDataSets")); mixin(bindCode("vtkUniformGridAMR_GetBounds__SWIG_0", "D_vtkUniformGridAMR_GetBounds__SWIG_0")); mixin(bindCode("vtkUniformGridAMR_GetBounds__SWIG_1", "D_vtkUniformGridAMR_GetBounds__SWIG_1")); mixin(bindCode("vtkUniformGridAMR_GetMin", "D_vtkUniformGridAMR_GetMin")); mixin(bindCode("vtkUniformGridAMR_GetMax", "D_vtkUniformGridAMR_GetMax")); mixin(bindCode("vtkUniformGridAMR_SetDataSet__SWIG_0", "D_vtkUniformGridAMR_SetDataSet__SWIG_0")); mixin(bindCode("vtkUniformGridAMR_SetDataSet__SWIG_1", "D_vtkUniformGridAMR_SetDataSet__SWIG_1")); mixin(bindCode("vtkUniformGridAMR_GetDataSet__SWIG_0", "D_vtkUniformGridAMR_GetDataSet__SWIG_0")); mixin(bindCode("vtkUniformGridAMR_GetDataSet__SWIG_1", "D_vtkUniformGridAMR_GetDataSet__SWIG_1")); mixin(bindCode("vtkUniformGridAMR_GetCompositeIndex", "D_vtkUniformGridAMR_GetCompositeIndex")); mixin(bindCode("vtkUniformGridAMR_GetLevelAndIndex", "D_vtkUniformGridAMR_GetLevelAndIndex")); mixin(bindCode("vtkUniformGridAMR_GetData__SWIG_0", "D_vtkUniformGridAMR_GetData__SWIG_0")); mixin(bindCode("vtkUniformGridAMR_GetData__SWIG_1", "D_vtkUniformGridAMR_GetData__SWIG_1")); mixin(bindCode("vtkUniformGridAMR_GetData__SWIG_2", "D_vtkUniformGridAMR_GetData__SWIG_2")); mixin(bindCode("vtkUniformGridAMR_Upcast", "D_vtkUniformGridAMR_Upcast")); mixin(bindCode("vtkOverlappingAMR_New", "D_vtkOverlappingAMR_New")); mixin(bindCode("vtkOverlappingAMR_IsTypeOf", "D_vtkOverlappingAMR_IsTypeOf")); mixin(bindCode("vtkOverlappingAMR_SafeDownCast", "D_vtkOverlappingAMR_SafeDownCast")); mixin(bindCode("vtkOverlappingAMR_NewInstance", "D_vtkOverlappingAMR_NewInstance")); mixin(bindCode("vtkOverlappingAMR_SetOrigin", "D_vtkOverlappingAMR_SetOrigin")); mixin(bindCode("vtkOverlappingAMR_GetOrigin__SWIG_0", "D_vtkOverlappingAMR_GetOrigin__SWIG_0")); mixin(bindCode("vtkOverlappingAMR_SetSpacing", "D_vtkOverlappingAMR_SetSpacing")); mixin(bindCode("vtkOverlappingAMR_GetSpacing", "D_vtkOverlappingAMR_GetSpacing")); mixin(bindCode("vtkOverlappingAMR_SetAMRBox", "D_vtkOverlappingAMR_SetAMRBox")); mixin(bindCode("vtkOverlappingAMR_GetAMRBox", "D_vtkOverlappingAMR_GetAMRBox")); mixin(bindCode("vtkOverlappingAMR_GetBounds__SWIG_0", "D_vtkOverlappingAMR_GetBounds__SWIG_0")); mixin(bindCode("vtkOverlappingAMR_GetOrigin__SWIG_1", "D_vtkOverlappingAMR_GetOrigin__SWIG_1")); mixin(bindCode("vtkOverlappingAMR_NUMBER_OF_BLANKED_POINTS", "D_vtkOverlappingAMR_NUMBER_OF_BLANKED_POINTS")); mixin(bindCode("vtkOverlappingAMR_SetRefinementRatio", "D_vtkOverlappingAMR_SetRefinementRatio")); mixin(bindCode("vtkOverlappingAMR_GetRefinementRatio__SWIG_0", "D_vtkOverlappingAMR_GetRefinementRatio__SWIG_0")); mixin(bindCode("vtkOverlappingAMR_SetAMRBlockSourceIndex", "D_vtkOverlappingAMR_SetAMRBlockSourceIndex")); mixin(bindCode("vtkOverlappingAMR_GetAMRBlockSourceIndex", "D_vtkOverlappingAMR_GetAMRBlockSourceIndex")); mixin(bindCode("vtkOverlappingAMR_GetRefinementRatio__SWIG_1", "D_vtkOverlappingAMR_GetRefinementRatio__SWIG_1")); mixin(bindCode("vtkOverlappingAMR_HasChildrenInformation", "D_vtkOverlappingAMR_HasChildrenInformation")); mixin(bindCode("vtkOverlappingAMR_GenerateParentChildInformation", "D_vtkOverlappingAMR_GenerateParentChildInformation")); mixin(bindCode("vtkOverlappingAMR_GetParents", "D_vtkOverlappingAMR_GetParents")); mixin(bindCode("vtkOverlappingAMR_GetChildren", "D_vtkOverlappingAMR_GetChildren")); mixin(bindCode("vtkOverlappingAMR_PrintParentChildInfo", "D_vtkOverlappingAMR_PrintParentChildInfo")); mixin(bindCode("vtkOverlappingAMR_GetBounds__SWIG_1", "D_vtkOverlappingAMR_GetBounds__SWIG_1")); mixin(bindCode("vtkOverlappingAMR_FindGrid", "D_vtkOverlappingAMR_FindGrid")); mixin(bindCode("vtkOverlappingAMR_GetAMRInfo", "D_vtkOverlappingAMR_GetAMRInfo")); mixin(bindCode("vtkOverlappingAMR_SetAMRInfo", "D_vtkOverlappingAMR_SetAMRInfo")); mixin(bindCode("vtkOverlappingAMR_Audit", "D_vtkOverlappingAMR_Audit")); mixin(bindCode("vtkOverlappingAMR_Upcast", "D_vtkOverlappingAMR_Upcast")); mixin(bindCode("vtkHierarchicalBoxDataSet_New", "D_vtkHierarchicalBoxDataSet_New")); mixin(bindCode("vtkHierarchicalBoxDataSet_IsTypeOf", "D_vtkHierarchicalBoxDataSet_IsTypeOf")); mixin(bindCode("vtkHierarchicalBoxDataSet_SafeDownCast", "D_vtkHierarchicalBoxDataSet_SafeDownCast")); mixin(bindCode("vtkHierarchicalBoxDataSet_NewInstance", "D_vtkHierarchicalBoxDataSet_NewInstance")); mixin(bindCode("vtkHierarchicalBoxDataSet_Upcast", "D_vtkHierarchicalBoxDataSet_Upcast")); mixin(bindCode("vtkImplicitFunctionCollection_IsTypeOf", "D_vtkImplicitFunctionCollection_IsTypeOf")); mixin(bindCode("vtkImplicitFunctionCollection_SafeDownCast", "D_vtkImplicitFunctionCollection_SafeDownCast")); mixin(bindCode("vtkImplicitFunctionCollection_NewInstance", "D_vtkImplicitFunctionCollection_NewInstance")); mixin(bindCode("vtkImplicitFunctionCollection_New", "D_vtkImplicitFunctionCollection_New")); mixin(bindCode("vtkImplicitFunctionCollection_AddItem", "D_vtkImplicitFunctionCollection_AddItem")); mixin(bindCode("vtkImplicitFunctionCollection_GetNextItem", "D_vtkImplicitFunctionCollection_GetNextItem")); mixin(bindCode("vtkImplicitFunctionCollection_Upcast", "D_vtkImplicitFunctionCollection_Upcast")); mixin(bindCode("vtkDataCompressor_IsTypeOf", "D_vtkDataCompressor_IsTypeOf")); mixin(bindCode("vtkDataCompressor_SafeDownCast", "D_vtkDataCompressor_SafeDownCast")); mixin(bindCode("vtkDataCompressor_NewInstance", "D_vtkDataCompressor_NewInstance")); mixin(bindCode("vtkDataCompressor_GetMaximumCompressionSpace", "D_vtkDataCompressor_GetMaximumCompressionSpace")); mixin(bindCode("vtkDataCompressor_Compress__SWIG_0", "D_vtkDataCompressor_Compress__SWIG_0")); mixin(bindCode("vtkDataCompressor_Uncompress__SWIG_0", "D_vtkDataCompressor_Uncompress__SWIG_0")); mixin(bindCode("vtkDataCompressor_Compress__SWIG_1", "D_vtkDataCompressor_Compress__SWIG_1")); mixin(bindCode("vtkDataCompressor_Uncompress__SWIG_1", "D_vtkDataCompressor_Uncompress__SWIG_1")); mixin(bindCode("vtkDataCompressor_Upcast", "D_vtkDataCompressor_Upcast")); mixin(bindCode("vtkZLibDataCompressor_IsTypeOf", "D_vtkZLibDataCompressor_IsTypeOf")); mixin(bindCode("vtkZLibDataCompressor_SafeDownCast", "D_vtkZLibDataCompressor_SafeDownCast")); mixin(bindCode("vtkZLibDataCompressor_NewInstance", "D_vtkZLibDataCompressor_NewInstance")); mixin(bindCode("vtkZLibDataCompressor_New", "D_vtkZLibDataCompressor_New")); mixin(bindCode("vtkZLibDataCompressor_SetCompressionLevel", "D_vtkZLibDataCompressor_SetCompressionLevel")); mixin(bindCode("vtkZLibDataCompressor_GetCompressionLevelMinValue", "D_vtkZLibDataCompressor_GetCompressionLevelMinValue")); mixin(bindCode("vtkZLibDataCompressor_GetCompressionLevelMaxValue", "D_vtkZLibDataCompressor_GetCompressionLevelMaxValue")); mixin(bindCode("vtkZLibDataCompressor_GetCompressionLevel", "D_vtkZLibDataCompressor_GetCompressionLevel")); mixin(bindCode("vtkZLibDataCompressor_Upcast", "D_vtkZLibDataCompressor_Upcast")); mixin(bindCode("vtkTreeMapView_New", "D_vtkTreeMapView_New")); mixin(bindCode("vtkTreeMapView_IsTypeOf", "D_vtkTreeMapView_IsTypeOf")); mixin(bindCode("vtkTreeMapView_SafeDownCast", "D_vtkTreeMapView_SafeDownCast")); mixin(bindCode("vtkTreeMapView_NewInstance", "D_vtkTreeMapView_NewInstance")); mixin(bindCode("vtkTreeMapView_SetLayoutStrategy__SWIG_0", "D_vtkTreeMapView_SetLayoutStrategy__SWIG_0")); mixin(bindCode("vtkTreeMapView_SetLayoutStrategy__SWIG_1", "D_vtkTreeMapView_SetLayoutStrategy__SWIG_1")); mixin(bindCode("vtkTreeMapView_SetLayoutStrategyToBox", "D_vtkTreeMapView_SetLayoutStrategyToBox")); mixin(bindCode("vtkTreeMapView_SetLayoutStrategyToSliceAndDice", "D_vtkTreeMapView_SetLayoutStrategyToSliceAndDice")); mixin(bindCode("vtkTreeMapView_SetLayoutStrategyToSquarify", "D_vtkTreeMapView_SetLayoutStrategyToSquarify")); mixin(bindCode("vtkTreeMapView_SetFontSizeRange__SWIG_0", "D_vtkTreeMapView_SetFontSizeRange__SWIG_0")); mixin(bindCode("vtkTreeMapView_SetFontSizeRange__SWIG_1", "D_vtkTreeMapView_SetFontSizeRange__SWIG_1")); mixin(bindCode("vtkTreeMapView_GetFontSizeRange", "D_vtkTreeMapView_GetFontSizeRange")); mixin(bindCode("vtkTreeMapView_Upcast", "D_vtkTreeMapView_Upcast")); mixin(bindCode("vtkSubGroup_IsTypeOf", "D_vtkSubGroup_IsTypeOf")); mixin(bindCode("vtkSubGroup_SafeDownCast", "D_vtkSubGroup_SafeDownCast")); mixin(bindCode("vtkSubGroup_NewInstance", "D_vtkSubGroup_NewInstance")); mixin(bindCode("vtkSubGroup_New", "D_vtkSubGroup_New")); mixin(bindCode("vtkSubGroup_Initialize", "D_vtkSubGroup_Initialize")); mixin(bindCode("vtkSubGroup_Gather__SWIG_0", "D_vtkSubGroup_Gather__SWIG_0")); mixin(bindCode("vtkSubGroup_Gather__SWIG_1", "D_vtkSubGroup_Gather__SWIG_1")); mixin(bindCode("vtkSubGroup_Gather__SWIG_2", "D_vtkSubGroup_Gather__SWIG_2")); mixin(bindCode("vtkSubGroup_Gather__SWIG_3", "D_vtkSubGroup_Gather__SWIG_3")); mixin(bindCode("vtkSubGroup_Broadcast__SWIG_0", "D_vtkSubGroup_Broadcast__SWIG_0")); mixin(bindCode("vtkSubGroup_Broadcast__SWIG_1", "D_vtkSubGroup_Broadcast__SWIG_1")); mixin(bindCode("vtkSubGroup_Broadcast__SWIG_2", "D_vtkSubGroup_Broadcast__SWIG_2")); mixin(bindCode("vtkSubGroup_Broadcast__SWIG_3", "D_vtkSubGroup_Broadcast__SWIG_3")); mixin(bindCode("vtkSubGroup_Broadcast__SWIG_4", "D_vtkSubGroup_Broadcast__SWIG_4")); mixin(bindCode("vtkSubGroup_ReduceSum", "D_vtkSubGroup_ReduceSum")); mixin(bindCode("vtkSubGroup_ReduceMax__SWIG_0", "D_vtkSubGroup_ReduceMax__SWIG_0")); mixin(bindCode("vtkSubGroup_ReduceMax__SWIG_1", "D_vtkSubGroup_ReduceMax__SWIG_1")); mixin(bindCode("vtkSubGroup_ReduceMax__SWIG_2", "D_vtkSubGroup_ReduceMax__SWIG_2")); mixin(bindCode("vtkSubGroup_ReduceMin__SWIG_0", "D_vtkSubGroup_ReduceMin__SWIG_0")); mixin(bindCode("vtkSubGroup_ReduceMin__SWIG_1", "D_vtkSubGroup_ReduceMin__SWIG_1")); mixin(bindCode("vtkSubGroup_ReduceMin__SWIG_2", "D_vtkSubGroup_ReduceMin__SWIG_2")); mixin(bindCode("vtkSubGroup_AllReduceUniqueList", "D_vtkSubGroup_AllReduceUniqueList")); mixin(bindCode("vtkSubGroup_MergeSortedUnique", "D_vtkSubGroup_MergeSortedUnique")); mixin(bindCode("vtkSubGroup_setGatherPattern", "D_vtkSubGroup_setGatherPattern")); mixin(bindCode("vtkSubGroup_getLocalRank", "D_vtkSubGroup_getLocalRank")); mixin(bindCode("vtkSubGroup_Barrier", "D_vtkSubGroup_Barrier")); mixin(bindCode("vtkSubGroup_PrintSubGroup", "D_vtkSubGroup_PrintSubGroup")); mixin(bindCode("vtkSubGroup_MakeSortedUnique", "D_vtkSubGroup_MakeSortedUnique")); mixin(bindCode("vtkSubGroup_tag_set", "D_vtkSubGroup_tag_set")); mixin(bindCode("vtkSubGroup_tag_get", "D_vtkSubGroup_tag_get")); mixin(bindCode("vtkSubGroup_Upcast", "D_vtkSubGroup_Upcast")); mixin(bindCode("vtkPlotStacked_IsTypeOf", "D_vtkPlotStacked_IsTypeOf")); mixin(bindCode("vtkPlotStacked_SafeDownCast", "D_vtkPlotStacked_SafeDownCast")); mixin(bindCode("vtkPlotStacked_NewInstance", "D_vtkPlotStacked_NewInstance")); mixin(bindCode("vtkPlotStacked_New", "D_vtkPlotStacked_New")); mixin(bindCode("vtkPlotStacked_SetColor__SWIG_0", "D_vtkPlotStacked_SetColor__SWIG_0")); mixin(bindCode("vtkPlotStacked_SetColor__SWIG_1", "D_vtkPlotStacked_SetColor__SWIG_1")); mixin(bindCode("vtkPlotStacked_SetColorSeries", "D_vtkPlotStacked_SetColorSeries")); mixin(bindCode("vtkPlotStacked_GetColorSeries", "D_vtkPlotStacked_GetColorSeries")); mixin(bindCode("new_vtkPlotStacked", "D_new_vtkPlotStacked")); mixin(bindCode("delete_vtkPlotStacked", "D_delete_vtkPlotStacked")); mixin(bindCode("vtkPlotStacked_Upcast", "D_vtkPlotStacked_Upcast")); mixin(bindCode("vtkArrayIterator_IsTypeOf", "D_vtkArrayIterator_IsTypeOf")); mixin(bindCode("vtkArrayIterator_SafeDownCast", "D_vtkArrayIterator_SafeDownCast")); mixin(bindCode("vtkArrayIterator_NewInstance", "D_vtkArrayIterator_NewInstance")); mixin(bindCode("vtkArrayIterator_Initialize", "D_vtkArrayIterator_Initialize")); mixin(bindCode("vtkArrayIterator_GetDataType", "D_vtkArrayIterator_GetDataType")); mixin(bindCode("vtkArrayIterator_Upcast", "D_vtkArrayIterator_Upcast")); mixin(bindCode("vtkBitArrayIterator_New", "D_vtkBitArrayIterator_New")); mixin(bindCode("vtkBitArrayIterator_IsTypeOf", "D_vtkBitArrayIterator_IsTypeOf")); mixin(bindCode("vtkBitArrayIterator_SafeDownCast", "D_vtkBitArrayIterator_SafeDownCast")); mixin(bindCode("vtkBitArrayIterator_NewInstance", "D_vtkBitArrayIterator_NewInstance")); mixin(bindCode("vtkBitArrayIterator_GetArray", "D_vtkBitArrayIterator_GetArray")); mixin(bindCode("vtkBitArrayIterator_GetTuple", "D_vtkBitArrayIterator_GetTuple")); mixin(bindCode("vtkBitArrayIterator_GetValue", "D_vtkBitArrayIterator_GetValue")); mixin(bindCode("vtkBitArrayIterator_GetNumberOfTuples", "D_vtkBitArrayIterator_GetNumberOfTuples")); mixin(bindCode("vtkBitArrayIterator_GetNumberOfValues", "D_vtkBitArrayIterator_GetNumberOfValues")); mixin(bindCode("vtkBitArrayIterator_GetNumberOfComponents", "D_vtkBitArrayIterator_GetNumberOfComponents")); mixin(bindCode("vtkBitArrayIterator_GetDataTypeSize", "D_vtkBitArrayIterator_GetDataTypeSize")); mixin(bindCode("vtkBitArrayIterator_SetValue", "D_vtkBitArrayIterator_SetValue")); mixin(bindCode("vtkBitArrayIterator_Upcast", "D_vtkBitArrayIterator_Upcast")); mixin(bindCode("vtkInteractorEventRecorder_New", "D_vtkInteractorEventRecorder_New")); mixin(bindCode("vtkInteractorEventRecorder_IsTypeOf", "D_vtkInteractorEventRecorder_IsTypeOf")); mixin(bindCode("vtkInteractorEventRecorder_SafeDownCast", "D_vtkInteractorEventRecorder_SafeDownCast")); mixin(bindCode("vtkInteractorEventRecorder_NewInstance", "D_vtkInteractorEventRecorder_NewInstance")); mixin(bindCode("vtkInteractorEventRecorder_SetFileName", "D_vtkInteractorEventRecorder_SetFileName")); mixin(bindCode("vtkInteractorEventRecorder_GetFileName", "D_vtkInteractorEventRecorder_GetFileName")); mixin(bindCode("vtkInteractorEventRecorder_Record", "D_vtkInteractorEventRecorder_Record")); mixin(bindCode("vtkInteractorEventRecorder_Play", "D_vtkInteractorEventRecorder_Play")); mixin(bindCode("vtkInteractorEventRecorder_Stop", "D_vtkInteractorEventRecorder_Stop")); mixin(bindCode("vtkInteractorEventRecorder_Rewind", "D_vtkInteractorEventRecorder_Rewind")); mixin(bindCode("vtkInteractorEventRecorder_SetReadFromInputString", "D_vtkInteractorEventRecorder_SetReadFromInputString")); mixin(bindCode("vtkInteractorEventRecorder_GetReadFromInputString", "D_vtkInteractorEventRecorder_GetReadFromInputString")); mixin(bindCode("vtkInteractorEventRecorder_ReadFromInputStringOn", "D_vtkInteractorEventRecorder_ReadFromInputStringOn")); mixin(bindCode("vtkInteractorEventRecorder_ReadFromInputStringOff", "D_vtkInteractorEventRecorder_ReadFromInputStringOff")); mixin(bindCode("vtkInteractorEventRecorder_SetInputString", "D_vtkInteractorEventRecorder_SetInputString")); mixin(bindCode("vtkInteractorEventRecorder_GetInputString", "D_vtkInteractorEventRecorder_GetInputString")); mixin(bindCode("vtkInteractorEventRecorder_Upcast", "D_vtkInteractorEventRecorder_Upcast")); mixin(bindCode("vtkGraphAlgorithm_New", "D_vtkGraphAlgorithm_New")); mixin(bindCode("vtkGraphAlgorithm_IsTypeOf", "D_vtkGraphAlgorithm_IsTypeOf")); mixin(bindCode("vtkGraphAlgorithm_SafeDownCast", "D_vtkGraphAlgorithm_SafeDownCast")); mixin(bindCode("vtkGraphAlgorithm_NewInstance", "D_vtkGraphAlgorithm_NewInstance")); mixin(bindCode("vtkGraphAlgorithm_GetOutput__SWIG_0", "D_vtkGraphAlgorithm_GetOutput__SWIG_0")); mixin(bindCode("vtkGraphAlgorithm_GetOutput__SWIG_1", "D_vtkGraphAlgorithm_GetOutput__SWIG_1")); mixin(bindCode("vtkGraphAlgorithm_SetInputData__SWIG_0", "D_vtkGraphAlgorithm_SetInputData__SWIG_0")); mixin(bindCode("vtkGraphAlgorithm_SetInputData__SWIG_1", "D_vtkGraphAlgorithm_SetInputData__SWIG_1")); mixin(bindCode("vtkGraphAlgorithm_Upcast", "D_vtkGraphAlgorithm_Upcast")); mixin(bindCode("vtkRandomGraphSource_New", "D_vtkRandomGraphSource_New")); mixin(bindCode("vtkRandomGraphSource_IsTypeOf", "D_vtkRandomGraphSource_IsTypeOf")); mixin(bindCode("vtkRandomGraphSource_SafeDownCast", "D_vtkRandomGraphSource_SafeDownCast")); mixin(bindCode("vtkRandomGraphSource_NewInstance", "D_vtkRandomGraphSource_NewInstance")); mixin(bindCode("vtkRandomGraphSource_GetNumberOfVertices", "D_vtkRandomGraphSource_GetNumberOfVertices")); mixin(bindCode("vtkRandomGraphSource_SetNumberOfVertices", "D_vtkRandomGraphSource_SetNumberOfVertices")); mixin(bindCode("vtkRandomGraphSource_GetNumberOfVerticesMinValue", "D_vtkRandomGraphSource_GetNumberOfVerticesMinValue")); mixin(bindCode("vtkRandomGraphSource_GetNumberOfVerticesMaxValue", "D_vtkRandomGraphSource_GetNumberOfVerticesMaxValue")); mixin(bindCode("vtkRandomGraphSource_GetNumberOfEdges", "D_vtkRandomGraphSource_GetNumberOfEdges")); mixin(bindCode("vtkRandomGraphSource_SetNumberOfEdges", "D_vtkRandomGraphSource_SetNumberOfEdges")); mixin(bindCode("vtkRandomGraphSource_GetNumberOfEdgesMinValue", "D_vtkRandomGraphSource_GetNumberOfEdgesMinValue")); mixin(bindCode("vtkRandomGraphSource_GetNumberOfEdgesMaxValue", "D_vtkRandomGraphSource_GetNumberOfEdgesMaxValue")); mixin(bindCode("vtkRandomGraphSource_GetEdgeProbability", "D_vtkRandomGraphSource_GetEdgeProbability")); mixin(bindCode("vtkRandomGraphSource_SetEdgeProbability", "D_vtkRandomGraphSource_SetEdgeProbability")); mixin(bindCode("vtkRandomGraphSource_GetEdgeProbabilityMinValue", "D_vtkRandomGraphSource_GetEdgeProbabilityMinValue")); mixin(bindCode("vtkRandomGraphSource_GetEdgeProbabilityMaxValue", "D_vtkRandomGraphSource_GetEdgeProbabilityMaxValue")); mixin(bindCode("vtkRandomGraphSource_SetIncludeEdgeWeights", "D_vtkRandomGraphSource_SetIncludeEdgeWeights")); mixin(bindCode("vtkRandomGraphSource_GetIncludeEdgeWeights", "D_vtkRandomGraphSource_GetIncludeEdgeWeights")); mixin(bindCode("vtkRandomGraphSource_IncludeEdgeWeightsOn", "D_vtkRandomGraphSource_IncludeEdgeWeightsOn")); mixin(bindCode("vtkRandomGraphSource_IncludeEdgeWeightsOff", "D_vtkRandomGraphSource_IncludeEdgeWeightsOff")); mixin(bindCode("vtkRandomGraphSource_SetEdgeWeightArrayName", "D_vtkRandomGraphSource_SetEdgeWeightArrayName")); mixin(bindCode("vtkRandomGraphSource_GetEdgeWeightArrayName", "D_vtkRandomGraphSource_GetEdgeWeightArrayName")); mixin(bindCode("vtkRandomGraphSource_SetDirected", "D_vtkRandomGraphSource_SetDirected")); mixin(bindCode("vtkRandomGraphSource_GetDirected", "D_vtkRandomGraphSource_GetDirected")); mixin(bindCode("vtkRandomGraphSource_DirectedOn", "D_vtkRandomGraphSource_DirectedOn")); mixin(bindCode("vtkRandomGraphSource_DirectedOff", "D_vtkRandomGraphSource_DirectedOff")); mixin(bindCode("vtkRandomGraphSource_SetUseEdgeProbability", "D_vtkRandomGraphSource_SetUseEdgeProbability")); mixin(bindCode("vtkRandomGraphSource_GetUseEdgeProbability", "D_vtkRandomGraphSource_GetUseEdgeProbability")); mixin(bindCode("vtkRandomGraphSource_UseEdgeProbabilityOn", "D_vtkRandomGraphSource_UseEdgeProbabilityOn")); mixin(bindCode("vtkRandomGraphSource_UseEdgeProbabilityOff", "D_vtkRandomGraphSource_UseEdgeProbabilityOff")); mixin(bindCode("vtkRandomGraphSource_SetStartWithTree", "D_vtkRandomGraphSource_SetStartWithTree")); mixin(bindCode("vtkRandomGraphSource_GetStartWithTree", "D_vtkRandomGraphSource_GetStartWithTree")); mixin(bindCode("vtkRandomGraphSource_StartWithTreeOn", "D_vtkRandomGraphSource_StartWithTreeOn")); mixin(bindCode("vtkRandomGraphSource_StartWithTreeOff", "D_vtkRandomGraphSource_StartWithTreeOff")); mixin(bindCode("vtkRandomGraphSource_SetAllowSelfLoops", "D_vtkRandomGraphSource_SetAllowSelfLoops")); mixin(bindCode("vtkRandomGraphSource_GetAllowSelfLoops", "D_vtkRandomGraphSource_GetAllowSelfLoops")); mixin(bindCode("vtkRandomGraphSource_AllowSelfLoopsOn", "D_vtkRandomGraphSource_AllowSelfLoopsOn")); mixin(bindCode("vtkRandomGraphSource_AllowSelfLoopsOff", "D_vtkRandomGraphSource_AllowSelfLoopsOff")); mixin(bindCode("vtkRandomGraphSource_SetAllowParallelEdges", "D_vtkRandomGraphSource_SetAllowParallelEdges")); mixin(bindCode("vtkRandomGraphSource_GetAllowParallelEdges", "D_vtkRandomGraphSource_GetAllowParallelEdges")); mixin(bindCode("vtkRandomGraphSource_AllowParallelEdgesOn", "D_vtkRandomGraphSource_AllowParallelEdgesOn")); mixin(bindCode("vtkRandomGraphSource_AllowParallelEdgesOff", "D_vtkRandomGraphSource_AllowParallelEdgesOff")); mixin(bindCode("vtkRandomGraphSource_SetGeneratePedigreeIds", "D_vtkRandomGraphSource_SetGeneratePedigreeIds")); mixin(bindCode("vtkRandomGraphSource_GetGeneratePedigreeIds", "D_vtkRandomGraphSource_GetGeneratePedigreeIds")); mixin(bindCode("vtkRandomGraphSource_GeneratePedigreeIdsOn", "D_vtkRandomGraphSource_GeneratePedigreeIdsOn")); mixin(bindCode("vtkRandomGraphSource_GeneratePedigreeIdsOff", "D_vtkRandomGraphSource_GeneratePedigreeIdsOff")); mixin(bindCode("vtkRandomGraphSource_SetVertexPedigreeIdArrayName", "D_vtkRandomGraphSource_SetVertexPedigreeIdArrayName")); mixin(bindCode("vtkRandomGraphSource_GetVertexPedigreeIdArrayName", "D_vtkRandomGraphSource_GetVertexPedigreeIdArrayName")); mixin(bindCode("vtkRandomGraphSource_SetEdgePedigreeIdArrayName", "D_vtkRandomGraphSource_SetEdgePedigreeIdArrayName")); mixin(bindCode("vtkRandomGraphSource_GetEdgePedigreeIdArrayName", "D_vtkRandomGraphSource_GetEdgePedigreeIdArrayName")); mixin(bindCode("vtkRandomGraphSource_SetSeed", "D_vtkRandomGraphSource_SetSeed")); mixin(bindCode("vtkRandomGraphSource_GetSeed", "D_vtkRandomGraphSource_GetSeed")); mixin(bindCode("vtkRandomGraphSource_Upcast", "D_vtkRandomGraphSource_Upcast")); mixin(bindCode("vtkGeoRandomGraphSource_New", "D_vtkGeoRandomGraphSource_New")); mixin(bindCode("vtkGeoRandomGraphSource_IsTypeOf", "D_vtkGeoRandomGraphSource_IsTypeOf")); mixin(bindCode("vtkGeoRandomGraphSource_SafeDownCast", "D_vtkGeoRandomGraphSource_SafeDownCast")); mixin(bindCode("vtkGeoRandomGraphSource_NewInstance", "D_vtkGeoRandomGraphSource_NewInstance")); mixin(bindCode("vtkGeoRandomGraphSource_Upcast", "D_vtkGeoRandomGraphSource_Upcast")); mixin(bindCode("vtkImageAccumulate_New", "D_vtkImageAccumulate_New")); mixin(bindCode("vtkImageAccumulate_IsTypeOf", "D_vtkImageAccumulate_IsTypeOf")); mixin(bindCode("vtkImageAccumulate_SafeDownCast", "D_vtkImageAccumulate_SafeDownCast")); mixin(bindCode("vtkImageAccumulate_NewInstance", "D_vtkImageAccumulate_NewInstance")); mixin(bindCode("vtkImageAccumulate_SetComponentSpacing__SWIG_0", "D_vtkImageAccumulate_SetComponentSpacing__SWIG_0")); mixin(bindCode("vtkImageAccumulate_SetComponentSpacing__SWIG_1", "D_vtkImageAccumulate_SetComponentSpacing__SWIG_1")); mixin(bindCode("vtkImageAccumulate_GetComponentSpacing__SWIG_0", "D_vtkImageAccumulate_GetComponentSpacing__SWIG_0")); mixin(bindCode("vtkImageAccumulate_GetComponentSpacing__SWIG_1", "D_vtkImageAccumulate_GetComponentSpacing__SWIG_1")); mixin(bindCode("vtkImageAccumulate_GetComponentSpacing__SWIG_2", "D_vtkImageAccumulate_GetComponentSpacing__SWIG_2")); mixin(bindCode("vtkImageAccumulate_SetComponentOrigin__SWIG_0", "D_vtkImageAccumulate_SetComponentOrigin__SWIG_0")); mixin(bindCode("vtkImageAccumulate_SetComponentOrigin__SWIG_1", "D_vtkImageAccumulate_SetComponentOrigin__SWIG_1")); mixin(bindCode("vtkImageAccumulate_GetComponentOrigin__SWIG_0", "D_vtkImageAccumulate_GetComponentOrigin__SWIG_0")); mixin(bindCode("vtkImageAccumulate_GetComponentOrigin__SWIG_1", "D_vtkImageAccumulate_GetComponentOrigin__SWIG_1")); mixin(bindCode("vtkImageAccumulate_GetComponentOrigin__SWIG_2", "D_vtkImageAccumulate_GetComponentOrigin__SWIG_2")); mixin(bindCode("vtkImageAccumulate_SetComponentExtent__SWIG_0", "D_vtkImageAccumulate_SetComponentExtent__SWIG_0")); mixin(bindCode("vtkImageAccumulate_SetComponentExtent__SWIG_1", "D_vtkImageAccumulate_SetComponentExtent__SWIG_1")); mixin(bindCode("vtkImageAccumulate_GetComponentExtent__SWIG_0", "D_vtkImageAccumulate_GetComponentExtent__SWIG_0")); mixin(bindCode("vtkImageAccumulate_GetComponentExtent__SWIG_1", "D_vtkImageAccumulate_GetComponentExtent__SWIG_1")); mixin(bindCode("vtkImageAccumulate_SetStencilData", "D_vtkImageAccumulate_SetStencilData")); mixin(bindCode("vtkImageAccumulate_GetStencil", "D_vtkImageAccumulate_GetStencil")); mixin(bindCode("vtkImageAccumulate_SetReverseStencil", "D_vtkImageAccumulate_SetReverseStencil")); mixin(bindCode("vtkImageAccumulate_GetReverseStencilMinValue", "D_vtkImageAccumulate_GetReverseStencilMinValue")); mixin(bindCode("vtkImageAccumulate_GetReverseStencilMaxValue", "D_vtkImageAccumulate_GetReverseStencilMaxValue")); mixin(bindCode("vtkImageAccumulate_ReverseStencilOn", "D_vtkImageAccumulate_ReverseStencilOn")); mixin(bindCode("vtkImageAccumulate_ReverseStencilOff", "D_vtkImageAccumulate_ReverseStencilOff")); mixin(bindCode("vtkImageAccumulate_GetReverseStencil", "D_vtkImageAccumulate_GetReverseStencil")); mixin(bindCode("vtkImageAccumulate_GetMin__SWIG_0", "D_vtkImageAccumulate_GetMin__SWIG_0")); mixin(bindCode("vtkImageAccumulate_GetMin__SWIG_1", "D_vtkImageAccumulate_GetMin__SWIG_1")); mixin(bindCode("vtkImageAccumulate_GetMin__SWIG_2", "D_vtkImageAccumulate_GetMin__SWIG_2")); mixin(bindCode("vtkImageAccumulate_GetMax__SWIG_0", "D_vtkImageAccumulate_GetMax__SWIG_0")); mixin(bindCode("vtkImageAccumulate_GetMax__SWIG_1", "D_vtkImageAccumulate_GetMax__SWIG_1")); mixin(bindCode("vtkImageAccumulate_GetMax__SWIG_2", "D_vtkImageAccumulate_GetMax__SWIG_2")); mixin(bindCode("vtkImageAccumulate_GetMean__SWIG_0", "D_vtkImageAccumulate_GetMean__SWIG_0")); mixin(bindCode("vtkImageAccumulate_GetMean__SWIG_1", "D_vtkImageAccumulate_GetMean__SWIG_1")); mixin(bindCode("vtkImageAccumulate_GetMean__SWIG_2", "D_vtkImageAccumulate_GetMean__SWIG_2")); mixin(bindCode("vtkImageAccumulate_GetStandardDeviation__SWIG_0", "D_vtkImageAccumulate_GetStandardDeviation__SWIG_0")); mixin(bindCode("vtkImageAccumulate_GetStandardDeviation__SWIG_1", "D_vtkImageAccumulate_GetStandardDeviation__SWIG_1")); mixin(bindCode("vtkImageAccumulate_GetStandardDeviation__SWIG_2", "D_vtkImageAccumulate_GetStandardDeviation__SWIG_2")); mixin(bindCode("vtkImageAccumulate_GetVoxelCount", "D_vtkImageAccumulate_GetVoxelCount")); mixin(bindCode("vtkImageAccumulate_SetIgnoreZero", "D_vtkImageAccumulate_SetIgnoreZero")); mixin(bindCode("vtkImageAccumulate_GetIgnoreZeroMinValue", "D_vtkImageAccumulate_GetIgnoreZeroMinValue")); mixin(bindCode("vtkImageAccumulate_GetIgnoreZeroMaxValue", "D_vtkImageAccumulate_GetIgnoreZeroMaxValue")); mixin(bindCode("vtkImageAccumulate_GetIgnoreZero", "D_vtkImageAccumulate_GetIgnoreZero")); mixin(bindCode("vtkImageAccumulate_IgnoreZeroOn", "D_vtkImageAccumulate_IgnoreZeroOn")); mixin(bindCode("vtkImageAccumulate_IgnoreZeroOff", "D_vtkImageAccumulate_IgnoreZeroOff")); mixin(bindCode("vtkImageAccumulate_Upcast", "D_vtkImageAccumulate_Upcast")); mixin(bindCode("vtkRayCastRayInfo_Origin_set", "D_vtkRayCastRayInfo_Origin_set")); mixin(bindCode("vtkRayCastRayInfo_Origin_get", "D_vtkRayCastRayInfo_Origin_get")); mixin(bindCode("vtkRayCastRayInfo_Direction_set", "D_vtkRayCastRayInfo_Direction_set")); mixin(bindCode("vtkRayCastRayInfo_Direction_get", "D_vtkRayCastRayInfo_Direction_get")); mixin(bindCode("vtkRayCastRayInfo_Pixel_set", "D_vtkRayCastRayInfo_Pixel_set")); mixin(bindCode("vtkRayCastRayInfo_Pixel_get", "D_vtkRayCastRayInfo_Pixel_get")); mixin(bindCode("vtkRayCastRayInfo_CameraPosition_set", "D_vtkRayCastRayInfo_CameraPosition_set")); mixin(bindCode("vtkRayCastRayInfo_CameraPosition_get", "D_vtkRayCastRayInfo_CameraPosition_get")); mixin(bindCode("vtkRayCastRayInfo_ImageSize_set", "D_vtkRayCastRayInfo_ImageSize_set")); mixin(bindCode("vtkRayCastRayInfo_ImageSize_get", "D_vtkRayCastRayInfo_ImageSize_get")); mixin(bindCode("vtkRayCastRayInfo_NearClip_set", "D_vtkRayCastRayInfo_NearClip_set")); mixin(bindCode("vtkRayCastRayInfo_NearClip_get", "D_vtkRayCastRayInfo_NearClip_get")); mixin(bindCode("vtkRayCastRayInfo_FarClip_set", "D_vtkRayCastRayInfo_FarClip_set")); mixin(bindCode("vtkRayCastRayInfo_FarClip_get", "D_vtkRayCastRayInfo_FarClip_get")); mixin(bindCode("vtkRayCastRayInfo_Color_set", "D_vtkRayCastRayInfo_Color_set")); mixin(bindCode("vtkRayCastRayInfo_Color_get", "D_vtkRayCastRayInfo_Color_get")); mixin(bindCode("vtkRayCastRayInfo_Depth_set", "D_vtkRayCastRayInfo_Depth_set")); mixin(bindCode("vtkRayCastRayInfo_Depth_get", "D_vtkRayCastRayInfo_Depth_get")); mixin(bindCode("vtkRayCastRayInfo_TransformedStart_set", "D_vtkRayCastRayInfo_TransformedStart_set")); mixin(bindCode("vtkRayCastRayInfo_TransformedStart_get", "D_vtkRayCastRayInfo_TransformedStart_get")); mixin(bindCode("vtkRayCastRayInfo_TransformedEnd_set", "D_vtkRayCastRayInfo_TransformedEnd_set")); mixin(bindCode("vtkRayCastRayInfo_TransformedEnd_get", "D_vtkRayCastRayInfo_TransformedEnd_get")); mixin(bindCode("vtkRayCastRayInfo_TransformedDirection_set", "D_vtkRayCastRayInfo_TransformedDirection_set")); mixin(bindCode("vtkRayCastRayInfo_TransformedDirection_get", "D_vtkRayCastRayInfo_TransformedDirection_get")); mixin(bindCode("vtkRayCastRayInfo_TransformedIncrement_set", "D_vtkRayCastRayInfo_TransformedIncrement_set")); mixin(bindCode("vtkRayCastRayInfo_TransformedIncrement_get", "D_vtkRayCastRayInfo_TransformedIncrement_get")); mixin(bindCode("vtkRayCastRayInfo_NumberOfStepsToTake_set", "D_vtkRayCastRayInfo_NumberOfStepsToTake_set")); mixin(bindCode("vtkRayCastRayInfo_NumberOfStepsToTake_get", "D_vtkRayCastRayInfo_NumberOfStepsToTake_get")); mixin(bindCode("vtkRayCastRayInfo_NumberOfStepsTaken_set", "D_vtkRayCastRayInfo_NumberOfStepsTaken_set")); mixin(bindCode("vtkRayCastRayInfo_NumberOfStepsTaken_get", "D_vtkRayCastRayInfo_NumberOfStepsTaken_get")); mixin(bindCode("new_vtkRayCastRayInfo", "D_new_vtkRayCastRayInfo")); mixin(bindCode("delete_vtkRayCastRayInfo", "D_delete_vtkRayCastRayInfo")); mixin(bindCode("vtkNonLinearCell_IsTypeOf", "D_vtkNonLinearCell_IsTypeOf")); mixin(bindCode("vtkNonLinearCell_SafeDownCast", "D_vtkNonLinearCell_SafeDownCast")); mixin(bindCode("vtkNonLinearCell_NewInstance", "D_vtkNonLinearCell_NewInstance")); mixin(bindCode("vtkNonLinearCell_Upcast", "D_vtkNonLinearCell_Upcast")); mixin(bindCode("vtkQuadraticEdge_New", "D_vtkQuadraticEdge_New")); mixin(bindCode("vtkQuadraticEdge_IsTypeOf", "D_vtkQuadraticEdge_IsTypeOf")); mixin(bindCode("vtkQuadraticEdge_SafeDownCast", "D_vtkQuadraticEdge_SafeDownCast")); mixin(bindCode("vtkQuadraticEdge_NewInstance", "D_vtkQuadraticEdge_NewInstance")); mixin(bindCode("vtkQuadraticEdge_InterpolationFunctions", "D_vtkQuadraticEdge_InterpolationFunctions")); mixin(bindCode("vtkQuadraticEdge_InterpolationDerivs", "D_vtkQuadraticEdge_InterpolationDerivs")); mixin(bindCode("vtkQuadraticEdge_Upcast", "D_vtkQuadraticEdge_Upcast")); mixin(bindCode("vtkAttributeClustering2DLayoutStrategy_New", "D_vtkAttributeClustering2DLayoutStrategy_New")); mixin(bindCode("vtkAttributeClustering2DLayoutStrategy_IsTypeOf", "D_vtkAttributeClustering2DLayoutStrategy_IsTypeOf")); mixin(bindCode("vtkAttributeClustering2DLayoutStrategy_SafeDownCast", "D_vtkAttributeClustering2DLayoutStrategy_SafeDownCast")); mixin(bindCode("vtkAttributeClustering2DLayoutStrategy_NewInstance", "D_vtkAttributeClustering2DLayoutStrategy_NewInstance")); mixin(bindCode("vtkAttributeClustering2DLayoutStrategy_GetVertexAttribute", "D_vtkAttributeClustering2DLayoutStrategy_GetVertexAttribute")); mixin(bindCode("vtkAttributeClustering2DLayoutStrategy_SetVertexAttribute", "D_vtkAttributeClustering2DLayoutStrategy_SetVertexAttribute")); mixin(bindCode("vtkAttributeClustering2DLayoutStrategy_SetRandomSeed", "D_vtkAttributeClustering2DLayoutStrategy_SetRandomSeed")); mixin(bindCode("vtkAttributeClustering2DLayoutStrategy_GetRandomSeedMinValue", "D_vtkAttributeClustering2DLayoutStrategy_GetRandomSeedMinValue")); mixin(bindCode("vtkAttributeClustering2DLayoutStrategy_GetRandomSeedMaxValue", "D_vtkAttributeClustering2DLayoutStrategy_GetRandomSeedMaxValue")); mixin(bindCode("vtkAttributeClustering2DLayoutStrategy_GetRandomSeed", "D_vtkAttributeClustering2DLayoutStrategy_GetRandomSeed")); mixin(bindCode("vtkAttributeClustering2DLayoutStrategy_SetMaxNumberOfIterations", "D_vtkAttributeClustering2DLayoutStrategy_SetMaxNumberOfIterations")); mixin(bindCode("vtkAttributeClustering2DLayoutStrategy_GetMaxNumberOfIterationsMinValue", "D_vtkAttributeClustering2DLayoutStrategy_GetMaxNumberOfIterationsMinValue")); mixin(bindCode("vtkAttributeClustering2DLayoutStrategy_GetMaxNumberOfIterationsMaxValue", "D_vtkAttributeClustering2DLayoutStrategy_GetMaxNumberOfIterationsMaxValue")); mixin(bindCode("vtkAttributeClustering2DLayoutStrategy_GetMaxNumberOfIterations", "D_vtkAttributeClustering2DLayoutStrategy_GetMaxNumberOfIterations")); mixin(bindCode("vtkAttributeClustering2DLayoutStrategy_SetIterationsPerLayout", "D_vtkAttributeClustering2DLayoutStrategy_SetIterationsPerLayout")); mixin(bindCode("vtkAttributeClustering2DLayoutStrategy_GetIterationsPerLayoutMinValue", "D_vtkAttributeClustering2DLayoutStrategy_GetIterationsPerLayoutMinValue")); mixin(bindCode("vtkAttributeClustering2DLayoutStrategy_GetIterationsPerLayoutMaxValue", "D_vtkAttributeClustering2DLayoutStrategy_GetIterationsPerLayoutMaxValue")); mixin(bindCode("vtkAttributeClustering2DLayoutStrategy_GetIterationsPerLayout", "D_vtkAttributeClustering2DLayoutStrategy_GetIterationsPerLayout")); mixin(bindCode("vtkAttributeClustering2DLayoutStrategy_SetInitialTemperature", "D_vtkAttributeClustering2DLayoutStrategy_SetInitialTemperature")); mixin(bindCode("vtkAttributeClustering2DLayoutStrategy_GetInitialTemperatureMinValue", "D_vtkAttributeClustering2DLayoutStrategy_GetInitialTemperatureMinValue")); mixin(bindCode("vtkAttributeClustering2DLayoutStrategy_GetInitialTemperatureMaxValue", "D_vtkAttributeClustering2DLayoutStrategy_GetInitialTemperatureMaxValue")); mixin(bindCode("vtkAttributeClustering2DLayoutStrategy_GetInitialTemperature", "D_vtkAttributeClustering2DLayoutStrategy_GetInitialTemperature")); mixin(bindCode("vtkAttributeClustering2DLayoutStrategy_SetCoolDownRate", "D_vtkAttributeClustering2DLayoutStrategy_SetCoolDownRate")); mixin(bindCode("vtkAttributeClustering2DLayoutStrategy_GetCoolDownRateMinValue", "D_vtkAttributeClustering2DLayoutStrategy_GetCoolDownRateMinValue")); mixin(bindCode("vtkAttributeClustering2DLayoutStrategy_GetCoolDownRateMaxValue", "D_vtkAttributeClustering2DLayoutStrategy_GetCoolDownRateMaxValue")); mixin(bindCode("vtkAttributeClustering2DLayoutStrategy_GetCoolDownRate", "D_vtkAttributeClustering2DLayoutStrategy_GetCoolDownRate")); mixin(bindCode("vtkAttributeClustering2DLayoutStrategy_SetRestDistance", "D_vtkAttributeClustering2DLayoutStrategy_SetRestDistance")); mixin(bindCode("vtkAttributeClustering2DLayoutStrategy_GetRestDistance", "D_vtkAttributeClustering2DLayoutStrategy_GetRestDistance")); mixin(bindCode("vtkAttributeClustering2DLayoutStrategy_Upcast", "D_vtkAttributeClustering2DLayoutStrategy_Upcast")); mixin(bindCode("vtkBoxClipDataSet_IsTypeOf", "D_vtkBoxClipDataSet_IsTypeOf")); mixin(bindCode("vtkBoxClipDataSet_SafeDownCast", "D_vtkBoxClipDataSet_SafeDownCast")); mixin(bindCode("vtkBoxClipDataSet_NewInstance", "D_vtkBoxClipDataSet_NewInstance")); mixin(bindCode("vtkBoxClipDataSet_New", "D_vtkBoxClipDataSet_New")); mixin(bindCode("vtkBoxClipDataSet_SetBoxClip__SWIG_0", "D_vtkBoxClipDataSet_SetBoxClip__SWIG_0")); mixin(bindCode("vtkBoxClipDataSet_SetBoxClip__SWIG_1", "D_vtkBoxClipDataSet_SetBoxClip__SWIG_1")); mixin(bindCode("vtkBoxClipDataSet_SetGenerateClipScalars", "D_vtkBoxClipDataSet_SetGenerateClipScalars")); mixin(bindCode("vtkBoxClipDataSet_GetGenerateClipScalars", "D_vtkBoxClipDataSet_GetGenerateClipScalars")); mixin(bindCode("vtkBoxClipDataSet_GenerateClipScalarsOn", "D_vtkBoxClipDataSet_GenerateClipScalarsOn")); mixin(bindCode("vtkBoxClipDataSet_GenerateClipScalarsOff", "D_vtkBoxClipDataSet_GenerateClipScalarsOff")); mixin(bindCode("vtkBoxClipDataSet_SetGenerateClippedOutput", "D_vtkBoxClipDataSet_SetGenerateClippedOutput")); mixin(bindCode("vtkBoxClipDataSet_GetGenerateClippedOutput", "D_vtkBoxClipDataSet_GetGenerateClippedOutput")); mixin(bindCode("vtkBoxClipDataSet_GenerateClippedOutputOn", "D_vtkBoxClipDataSet_GenerateClippedOutputOn")); mixin(bindCode("vtkBoxClipDataSet_GenerateClippedOutputOff", "D_vtkBoxClipDataSet_GenerateClippedOutputOff")); mixin(bindCode("vtkBoxClipDataSet_GetClippedOutput", "D_vtkBoxClipDataSet_GetClippedOutput")); mixin(bindCode("vtkBoxClipDataSet_GetNumberOfOutputs", "D_vtkBoxClipDataSet_GetNumberOfOutputs")); mixin(bindCode("vtkBoxClipDataSet_SetLocator", "D_vtkBoxClipDataSet_SetLocator")); mixin(bindCode("vtkBoxClipDataSet_GetLocator", "D_vtkBoxClipDataSet_GetLocator")); mixin(bindCode("vtkBoxClipDataSet_CreateDefaultLocator", "D_vtkBoxClipDataSet_CreateDefaultLocator")); mixin(bindCode("vtkBoxClipDataSet_GetOrientation", "D_vtkBoxClipDataSet_GetOrientation")); mixin(bindCode("vtkBoxClipDataSet_SetOrientation", "D_vtkBoxClipDataSet_SetOrientation")); mixin(bindCode("vtkBoxClipDataSet_InterpolateEdge", "D_vtkBoxClipDataSet_InterpolateEdge")); mixin(bindCode("vtkBoxClipDataSet_MinEdgeF", "D_vtkBoxClipDataSet_MinEdgeF")); mixin(bindCode("vtkBoxClipDataSet_PyramidToTetra", "D_vtkBoxClipDataSet_PyramidToTetra")); mixin(bindCode("vtkBoxClipDataSet_WedgeToTetra", "D_vtkBoxClipDataSet_WedgeToTetra")); mixin(bindCode("vtkBoxClipDataSet_CellGrid", "D_vtkBoxClipDataSet_CellGrid")); mixin(bindCode("vtkBoxClipDataSet_CreateTetra", "D_vtkBoxClipDataSet_CreateTetra")); mixin(bindCode("vtkBoxClipDataSet_ClipBox", "D_vtkBoxClipDataSet_ClipBox")); mixin(bindCode("vtkBoxClipDataSet_ClipHexahedron", "D_vtkBoxClipDataSet_ClipHexahedron")); mixin(bindCode("vtkBoxClipDataSet_ClipBoxInOut", "D_vtkBoxClipDataSet_ClipBoxInOut")); mixin(bindCode("vtkBoxClipDataSet_ClipHexahedronInOut", "D_vtkBoxClipDataSet_ClipHexahedronInOut")); mixin(bindCode("vtkBoxClipDataSet_ClipBox2D", "D_vtkBoxClipDataSet_ClipBox2D")); mixin(bindCode("vtkBoxClipDataSet_ClipBoxInOut2D", "D_vtkBoxClipDataSet_ClipBoxInOut2D")); mixin(bindCode("vtkBoxClipDataSet_ClipHexahedron2D", "D_vtkBoxClipDataSet_ClipHexahedron2D")); mixin(bindCode("vtkBoxClipDataSet_ClipHexahedronInOut2D", "D_vtkBoxClipDataSet_ClipHexahedronInOut2D")); mixin(bindCode("vtkBoxClipDataSet_ClipBox1D", "D_vtkBoxClipDataSet_ClipBox1D")); mixin(bindCode("vtkBoxClipDataSet_ClipBoxInOut1D", "D_vtkBoxClipDataSet_ClipBoxInOut1D")); mixin(bindCode("vtkBoxClipDataSet_ClipHexahedron1D", "D_vtkBoxClipDataSet_ClipHexahedron1D")); mixin(bindCode("vtkBoxClipDataSet_ClipHexahedronInOut1D", "D_vtkBoxClipDataSet_ClipHexahedronInOut1D")); mixin(bindCode("vtkBoxClipDataSet_ClipBox0D", "D_vtkBoxClipDataSet_ClipBox0D")); mixin(bindCode("vtkBoxClipDataSet_ClipBoxInOut0D", "D_vtkBoxClipDataSet_ClipBoxInOut0D")); mixin(bindCode("vtkBoxClipDataSet_ClipHexahedron0D", "D_vtkBoxClipDataSet_ClipHexahedron0D")); mixin(bindCode("vtkBoxClipDataSet_ClipHexahedronInOut0D", "D_vtkBoxClipDataSet_ClipHexahedronInOut0D")); mixin(bindCode("vtkBoxClipDataSet_Upcast", "D_vtkBoxClipDataSet_Upcast")); mixin(bindCode("vtkPolygon_New", "D_vtkPolygon_New")); mixin(bindCode("vtkPolygon_IsTypeOf", "D_vtkPolygon_IsTypeOf")); mixin(bindCode("vtkPolygon_SafeDownCast", "D_vtkPolygon_SafeDownCast")); mixin(bindCode("vtkPolygon_NewInstance", "D_vtkPolygon_NewInstance")); mixin(bindCode("vtkPolygon_Triangulate__SWIG_0", "D_vtkPolygon_Triangulate__SWIG_0")); mixin(bindCode("vtkPolygon_ComputeArea__SWIG_0", "D_vtkPolygon_ComputeArea__SWIG_0")); mixin(bindCode("vtkPolygon_InterpolateFunctions", "D_vtkPolygon_InterpolateFunctions")); mixin(bindCode("vtkPolygon_InterpolateDerivs", "D_vtkPolygon_InterpolateDerivs")); mixin(bindCode("vtkPolygon_ComputeNormal__SWIG_0", "D_vtkPolygon_ComputeNormal__SWIG_0")); mixin(bindCode("vtkPolygon_ComputeNormal__SWIG_1", "D_vtkPolygon_ComputeNormal__SWIG_1")); mixin(bindCode("vtkPolygon_ComputeNormal__SWIG_2", "D_vtkPolygon_ComputeNormal__SWIG_2")); mixin(bindCode("vtkPolygon_ComputeNormal__SWIG_3", "D_vtkPolygon_ComputeNormal__SWIG_3")); mixin(bindCode("vtkPolygon_ComputeCentroid", "D_vtkPolygon_ComputeCentroid")); mixin(bindCode("vtkPolygon_ComputeArea__SWIG_1", "D_vtkPolygon_ComputeArea__SWIG_1")); mixin(bindCode("vtkPolygon_ParameterizePolygon", "D_vtkPolygon_ParameterizePolygon")); mixin(bindCode("vtkPolygon_PointInPolygon", "D_vtkPolygon_PointInPolygon")); mixin(bindCode("vtkPolygon_Triangulate__SWIG_1", "D_vtkPolygon_Triangulate__SWIG_1")); mixin(bindCode("vtkPolygon_NonDegenerateTriangulate", "D_vtkPolygon_NonDegenerateTriangulate")); mixin(bindCode("vtkPolygon_DistanceToPolygon", "D_vtkPolygon_DistanceToPolygon")); mixin(bindCode("vtkPolygon_IntersectPolygonWithPolygon", "D_vtkPolygon_IntersectPolygonWithPolygon")); mixin(bindCode("vtkPolygon_IntersectConvex2DCells", "D_vtkPolygon_IntersectConvex2DCells")); mixin(bindCode("vtkPolygon_GetUseMVCInterpolation", "D_vtkPolygon_GetUseMVCInterpolation")); mixin(bindCode("vtkPolygon_SetUseMVCInterpolation", "D_vtkPolygon_SetUseMVCInterpolation")); mixin(bindCode("vtkPolygon_Upcast", "D_vtkPolygon_Upcast")); mixin(bindCode("vtkExecutive_IsTypeOf", "D_vtkExecutive_IsTypeOf")); mixin(bindCode("vtkExecutive_SafeDownCast", "D_vtkExecutive_SafeDownCast")); mixin(bindCode("vtkExecutive_NewInstance", "D_vtkExecutive_NewInstance")); mixin(bindCode("vtkExecutive_GetAlgorithm", "D_vtkExecutive_GetAlgorithm")); mixin(bindCode("vtkExecutive_ProcessRequest", "D_vtkExecutive_ProcessRequest")); mixin(bindCode("vtkExecutive_ComputePipelineMTime", "D_vtkExecutive_ComputePipelineMTime")); mixin(bindCode("vtkExecutive_UpdateInformation", "D_vtkExecutive_UpdateInformation")); mixin(bindCode("vtkExecutive_Update__SWIG_0", "D_vtkExecutive_Update__SWIG_0")); mixin(bindCode("vtkExecutive_Update__SWIG_1", "D_vtkExecutive_Update__SWIG_1")); mixin(bindCode("vtkExecutive_GetNumberOfInputPorts", "D_vtkExecutive_GetNumberOfInputPorts")); mixin(bindCode("vtkExecutive_GetNumberOfOutputPorts", "D_vtkExecutive_GetNumberOfOutputPorts")); mixin(bindCode("vtkExecutive_GetNumberOfInputConnections", "D_vtkExecutive_GetNumberOfInputConnections")); mixin(bindCode("vtkExecutive_GetOutputInformation__SWIG_0", "D_vtkExecutive_GetOutputInformation__SWIG_0")); mixin(bindCode("vtkExecutive_GetOutputInformation__SWIG_1", "D_vtkExecutive_GetOutputInformation__SWIG_1")); mixin(bindCode("vtkExecutive_GetInputInformation__SWIG_0", "D_vtkExecutive_GetInputInformation__SWIG_0")); mixin(bindCode("vtkExecutive_GetInputInformation__SWIG_1", "D_vtkExecutive_GetInputInformation__SWIG_1")); mixin(bindCode("vtkExecutive_GetInputInformation__SWIG_2", "D_vtkExecutive_GetInputInformation__SWIG_2")); mixin(bindCode("vtkExecutive_GetInputExecutive", "D_vtkExecutive_GetInputExecutive")); mixin(bindCode("vtkExecutive_GetOutputData", "D_vtkExecutive_GetOutputData")); mixin(bindCode("vtkExecutive_SetOutputData__SWIG_0", "D_vtkExecutive_SetOutputData__SWIG_0")); mixin(bindCode("vtkExecutive_SetOutputData__SWIG_1", "D_vtkExecutive_SetOutputData__SWIG_1")); mixin(bindCode("vtkExecutive_GetInputData__SWIG_0", "D_vtkExecutive_GetInputData__SWIG_0")); mixin(bindCode("vtkExecutive_GetInputData__SWIG_1", "D_vtkExecutive_GetInputData__SWIG_1")); mixin(bindCode("vtkExecutive_SetSharedInputInformation", "D_vtkExecutive_SetSharedInputInformation")); mixin(bindCode("vtkExecutive_SetSharedOutputInformation", "D_vtkExecutive_SetSharedOutputInformation")); mixin(bindCode("vtkExecutive_PRODUCER", "D_vtkExecutive_PRODUCER")); mixin(bindCode("vtkExecutive_CONSUMERS", "D_vtkExecutive_CONSUMERS")); mixin(bindCode("vtkExecutive_FROM_OUTPUT_PORT", "D_vtkExecutive_FROM_OUTPUT_PORT")); mixin(bindCode("vtkExecutive_ALGORITHM_BEFORE_FORWARD", "D_vtkExecutive_ALGORITHM_BEFORE_FORWARD")); mixin(bindCode("vtkExecutive_ALGORITHM_AFTER_FORWARD", "D_vtkExecutive_ALGORITHM_AFTER_FORWARD")); mixin(bindCode("vtkExecutive_ALGORITHM_DIRECTION", "D_vtkExecutive_ALGORITHM_DIRECTION")); mixin(bindCode("vtkExecutive_FORWARD_DIRECTION", "D_vtkExecutive_FORWARD_DIRECTION")); mixin(bindCode("vtkExecutive_KEYS_TO_COPY", "D_vtkExecutive_KEYS_TO_COPY")); mixin(bindCode("vtkExecutive_CallAlgorithm", "D_vtkExecutive_CallAlgorithm")); mixin(bindCode("vtkExecutive_Upcast", "D_vtkExecutive_Upcast")); mixin(bindCode("vtkDemandDrivenPipeline_New", "D_vtkDemandDrivenPipeline_New")); mixin(bindCode("vtkDemandDrivenPipeline_IsTypeOf", "D_vtkDemandDrivenPipeline_IsTypeOf")); mixin(bindCode("vtkDemandDrivenPipeline_SafeDownCast", "D_vtkDemandDrivenPipeline_SafeDownCast")); mixin(bindCode("vtkDemandDrivenPipeline_NewInstance", "D_vtkDemandDrivenPipeline_NewInstance")); mixin(bindCode("vtkDemandDrivenPipeline_Update__SWIG_0", "D_vtkDemandDrivenPipeline_Update__SWIG_0")); mixin(bindCode("vtkDemandDrivenPipeline_Update__SWIG_1", "D_vtkDemandDrivenPipeline_Update__SWIG_1")); mixin(bindCode("vtkDemandDrivenPipeline_GetPipelineMTime", "D_vtkDemandDrivenPipeline_GetPipelineMTime")); mixin(bindCode("vtkDemandDrivenPipeline_SetReleaseDataFlag", "D_vtkDemandDrivenPipeline_SetReleaseDataFlag")); mixin(bindCode("vtkDemandDrivenPipeline_GetReleaseDataFlag", "D_vtkDemandDrivenPipeline_GetReleaseDataFlag")); mixin(bindCode("vtkDemandDrivenPipeline_UpdatePipelineMTime", "D_vtkDemandDrivenPipeline_UpdatePipelineMTime")); mixin(bindCode("vtkDemandDrivenPipeline_UpdateDataObject", "D_vtkDemandDrivenPipeline_UpdateDataObject")); mixin(bindCode("vtkDemandDrivenPipeline_UpdateData", "D_vtkDemandDrivenPipeline_UpdateData")); mixin(bindCode("vtkDemandDrivenPipeline_REQUEST_DATA_OBJECT", "D_vtkDemandDrivenPipeline_REQUEST_DATA_OBJECT")); mixin(bindCode("vtkDemandDrivenPipeline_REQUEST_INFORMATION", "D_vtkDemandDrivenPipeline_REQUEST_INFORMATION")); mixin(bindCode("vtkDemandDrivenPipeline_REQUEST_DATA", "D_vtkDemandDrivenPipeline_REQUEST_DATA")); mixin(bindCode("vtkDemandDrivenPipeline_REQUEST_DATA_NOT_GENERATED", "D_vtkDemandDrivenPipeline_REQUEST_DATA_NOT_GENERATED")); mixin(bindCode("vtkDemandDrivenPipeline_RELEASE_DATA", "D_vtkDemandDrivenPipeline_RELEASE_DATA")); mixin(bindCode("vtkDemandDrivenPipeline_DATA_NOT_GENERATED", "D_vtkDemandDrivenPipeline_DATA_NOT_GENERATED")); mixin(bindCode("vtkDemandDrivenPipeline_NewDataObject", "D_vtkDemandDrivenPipeline_NewDataObject")); mixin(bindCode("vtkDemandDrivenPipeline_REQUEST_REGENERATE_INFORMATION", "D_vtkDemandDrivenPipeline_REQUEST_REGENERATE_INFORMATION")); mixin(bindCode("vtkDemandDrivenPipeline_Upcast", "D_vtkDemandDrivenPipeline_Upcast")); mixin(bindCode("VTK_UPDATE_EXTENT_COMBINE_get", "D_VTK_UPDATE_EXTENT_COMBINE_get")); mixin(bindCode("VTK_UPDATE_EXTENT_REPLACE_get", "D_VTK_UPDATE_EXTENT_REPLACE_get")); mixin(bindCode("vtkStreamingDemandDrivenPipeline_New", "D_vtkStreamingDemandDrivenPipeline_New")); mixin(bindCode("vtkStreamingDemandDrivenPipeline_IsTypeOf", "D_vtkStreamingDemandDrivenPipeline_IsTypeOf")); mixin(bindCode("vtkStreamingDemandDrivenPipeline_SafeDownCast", "D_vtkStreamingDemandDrivenPipeline_SafeDownCast")); mixin(bindCode("vtkStreamingDemandDrivenPipeline_NewInstance", "D_vtkStreamingDemandDrivenPipeline_NewInstance")); mixin(bindCode("vtkStreamingDemandDrivenPipeline_Update__SWIG_0", "D_vtkStreamingDemandDrivenPipeline_Update__SWIG_0")); mixin(bindCode("vtkStreamingDemandDrivenPipeline_Update__SWIG_1", "D_vtkStreamingDemandDrivenPipeline_Update__SWIG_1")); mixin(bindCode("vtkStreamingDemandDrivenPipeline_UpdateWholeExtent", "D_vtkStreamingDemandDrivenPipeline_UpdateWholeExtent")); mixin(bindCode("vtkStreamingDemandDrivenPipeline_PropagateUpdateExtent", "D_vtkStreamingDemandDrivenPipeline_PropagateUpdateExtent")); mixin(bindCode("vtkStreamingDemandDrivenPipeline_PropagateTime", "D_vtkStreamingDemandDrivenPipeline_PropagateTime")); mixin(bindCode("vtkStreamingDemandDrivenPipeline_UpdateTimeDependentInformation", "D_vtkStreamingDemandDrivenPipeline_UpdateTimeDependentInformation")); mixin(bindCode("vtkStreamingDemandDrivenPipeline_SetMaximumNumberOfPieces__SWIG_0", "D_vtkStreamingDemandDrivenPipeline_SetMaximumNumberOfPieces__SWIG_0")); mixin(bindCode("vtkStreamingDemandDrivenPipeline_SetMaximumNumberOfPieces__SWIG_1", "D_vtkStreamingDemandDrivenPipeline_SetMaximumNumberOfPieces__SWIG_1")); mixin(bindCode("vtkStreamingDemandDrivenPipeline_GetMaximumNumberOfPieces__SWIG_0", "D_vtkStreamingDemandDrivenPipeline_GetMaximumNumberOfPieces__SWIG_0")); mixin(bindCode("vtkStreamingDemandDrivenPipeline_GetMaximumNumberOfPieces__SWIG_1", "D_vtkStreamingDemandDrivenPipeline_GetMaximumNumberOfPieces__SWIG_1")); mixin(bindCode("vtkStreamingDemandDrivenPipeline_SetWholeExtent", "D_vtkStreamingDemandDrivenPipeline_SetWholeExtent")); mixin(bindCode("vtkStreamingDemandDrivenPipeline_GetWholeExtent__SWIG_0", "D_vtkStreamingDemandDrivenPipeline_GetWholeExtent__SWIG_0")); mixin(bindCode("vtkStreamingDemandDrivenPipeline_GetWholeExtent__SWIG_1", "D_vtkStreamingDemandDrivenPipeline_GetWholeExtent__SWIG_1")); mixin(bindCode("vtkStreamingDemandDrivenPipeline_SetUpdateExtentToWholeExtent__SWIG_0", "D_vtkStreamingDemandDrivenPipeline_SetUpdateExtentToWholeExtent__SWIG_0")); mixin(bindCode("vtkStreamingDemandDrivenPipeline_SetUpdateExtentToWholeExtent__SWIG_1", "D_vtkStreamingDemandDrivenPipeline_SetUpdateExtentToWholeExtent__SWIG_1")); mixin(bindCode("vtkStreamingDemandDrivenPipeline_SetUpdateExtent__SWIG_0", "D_vtkStreamingDemandDrivenPipeline_SetUpdateExtent__SWIG_0")); mixin(bindCode("vtkStreamingDemandDrivenPipeline_SetUpdateExtent__SWIG_1", "D_vtkStreamingDemandDrivenPipeline_SetUpdateExtent__SWIG_1")); mixin(bindCode("vtkStreamingDemandDrivenPipeline_SetUpdateExtent__SWIG_2", "D_vtkStreamingDemandDrivenPipeline_SetUpdateExtent__SWIG_2")); mixin(bindCode("vtkStreamingDemandDrivenPipeline_GetUpdateExtent__SWIG_0", "D_vtkStreamingDemandDrivenPipeline_GetUpdateExtent__SWIG_0")); mixin(bindCode("vtkStreamingDemandDrivenPipeline_GetUpdateExtent__SWIG_1", "D_vtkStreamingDemandDrivenPipeline_GetUpdateExtent__SWIG_1")); mixin(bindCode("vtkStreamingDemandDrivenPipeline_SetUpdateExtent__SWIG_3", "D_vtkStreamingDemandDrivenPipeline_SetUpdateExtent__SWIG_3")); mixin(bindCode("vtkStreamingDemandDrivenPipeline_SetUpdateExtent__SWIG_4", "D_vtkStreamingDemandDrivenPipeline_SetUpdateExtent__SWIG_4")); mixin(bindCode("vtkStreamingDemandDrivenPipeline_SetUpdatePiece", "D_vtkStreamingDemandDrivenPipeline_SetUpdatePiece")); mixin(bindCode("vtkStreamingDemandDrivenPipeline_GetUpdatePiece", "D_vtkStreamingDemandDrivenPipeline_GetUpdatePiece")); mixin(bindCode("vtkStreamingDemandDrivenPipeline_SetUpdateNumberOfPieces", "D_vtkStreamingDemandDrivenPipeline_SetUpdateNumberOfPieces")); mixin(bindCode("vtkStreamingDemandDrivenPipeline_GetUpdateNumberOfPieces", "D_vtkStreamingDemandDrivenPipeline_GetUpdateNumberOfPieces")); mixin(bindCode("vtkStreamingDemandDrivenPipeline_SetUpdateGhostLevel", "D_vtkStreamingDemandDrivenPipeline_SetUpdateGhostLevel")); mixin(bindCode("vtkStreamingDemandDrivenPipeline_GetUpdateGhostLevel", "D_vtkStreamingDemandDrivenPipeline_GetUpdateGhostLevel")); mixin(bindCode("vtkStreamingDemandDrivenPipeline_SetUpdateResolution__SWIG_0", "D_vtkStreamingDemandDrivenPipeline_SetUpdateResolution__SWIG_0")); mixin(bindCode("vtkStreamingDemandDrivenPipeline_SetUpdateResolution__SWIG_1", "D_vtkStreamingDemandDrivenPipeline_SetUpdateResolution__SWIG_1")); mixin(bindCode("vtkStreamingDemandDrivenPipeline_GetUpdateResolution", "D_vtkStreamingDemandDrivenPipeline_GetUpdateResolution")); mixin(bindCode("vtkStreamingDemandDrivenPipeline_SetUpdateTimeStep__SWIG_0", "D_vtkStreamingDemandDrivenPipeline_SetUpdateTimeStep__SWIG_0")); mixin(bindCode("vtkStreamingDemandDrivenPipeline_SetUpdateTimeStep__SWIG_1", "D_vtkStreamingDemandDrivenPipeline_SetUpdateTimeStep__SWIG_1")); mixin(bindCode("vtkStreamingDemandDrivenPipeline_SetRequestExactExtent", "D_vtkStreamingDemandDrivenPipeline_SetRequestExactExtent")); mixin(bindCode("vtkStreamingDemandDrivenPipeline_GetRequestExactExtent", "D_vtkStreamingDemandDrivenPipeline_GetRequestExactExtent")); mixin(bindCode("vtkStreamingDemandDrivenPipeline_SetExtentTranslator__SWIG_0", "D_vtkStreamingDemandDrivenPipeline_SetExtentTranslator__SWIG_0")); mixin(bindCode("vtkStreamingDemandDrivenPipeline_SetExtentTranslator__SWIG_1", "D_vtkStreamingDemandDrivenPipeline_SetExtentTranslator__SWIG_1")); mixin(bindCode("vtkStreamingDemandDrivenPipeline_GetExtentTranslator__SWIG_0", "D_vtkStreamingDemandDrivenPipeline_GetExtentTranslator__SWIG_0")); mixin(bindCode("vtkStreamingDemandDrivenPipeline_GetExtentTranslator__SWIG_1", "D_vtkStreamingDemandDrivenPipeline_GetExtentTranslator__SWIG_1")); mixin(bindCode("vtkStreamingDemandDrivenPipeline_SetWholeBoundingBox", "D_vtkStreamingDemandDrivenPipeline_SetWholeBoundingBox")); mixin(bindCode("vtkStreamingDemandDrivenPipeline_GetWholeBoundingBox__SWIG_0", "D_vtkStreamingDemandDrivenPipeline_GetWholeBoundingBox__SWIG_0")); mixin(bindCode("vtkStreamingDemandDrivenPipeline_GetWholeBoundingBox__SWIG_1", "D_vtkStreamingDemandDrivenPipeline_GetWholeBoundingBox__SWIG_1")); mixin(bindCode("vtkStreamingDemandDrivenPipeline_SetPieceBoundingBox", "D_vtkStreamingDemandDrivenPipeline_SetPieceBoundingBox")); mixin(bindCode("vtkStreamingDemandDrivenPipeline_GetPieceBoundingBox__SWIG_0", "D_vtkStreamingDemandDrivenPipeline_GetPieceBoundingBox__SWIG_0")); mixin(bindCode("vtkStreamingDemandDrivenPipeline_GetPieceBoundingBox__SWIG_1", "D_vtkStreamingDemandDrivenPipeline_GetPieceBoundingBox__SWIG_1")); mixin(bindCode("vtkStreamingDemandDrivenPipeline_REQUEST_UPDATE_EXTENT", "D_vtkStreamingDemandDrivenPipeline_REQUEST_UPDATE_EXTENT")); mixin(bindCode("vtkStreamingDemandDrivenPipeline_REQUEST_UPDATE_TIME", "D_vtkStreamingDemandDrivenPipeline_REQUEST_UPDATE_TIME")); mixin(bindCode("vtkStreamingDemandDrivenPipeline_REQUEST_TIME_DEPENDENT_INFORMATION", "D_vtkStreamingDemandDrivenPipeline_REQUEST_TIME_DEPENDENT_INFORMATION")); mixin(bindCode("vtkStreamingDemandDrivenPipeline_REQUEST_UPDATE_EXTENT_INFORMATION", "D_vtkStreamingDemandDrivenPipeline_REQUEST_UPDATE_EXTENT_INFORMATION")); mixin(bindCode("vtkStreamingDemandDrivenPipeline_REQUEST_MANAGE_INFORMATION", "D_vtkStreamingDemandDrivenPipeline_REQUEST_MANAGE_INFORMATION")); mixin(bindCode("vtkStreamingDemandDrivenPipeline_REQUEST_RESOLUTION_PROPAGATE", "D_vtkStreamingDemandDrivenPipeline_REQUEST_RESOLUTION_PROPAGATE")); mixin(bindCode("vtkStreamingDemandDrivenPipeline_CONTINUE_EXECUTING", "D_vtkStreamingDemandDrivenPipeline_CONTINUE_EXECUTING")); mixin(bindCode("vtkStreamingDemandDrivenPipeline_EXTENT_TRANSLATOR", "D_vtkStreamingDemandDrivenPipeline_EXTENT_TRANSLATOR")); mixin(bindCode("vtkStreamingDemandDrivenPipeline_UPDATE_EXTENT_INITIALIZED", "D_vtkStreamingDemandDrivenPipeline_UPDATE_EXTENT_INITIALIZED")); mixin(bindCode("vtkStreamingDemandDrivenPipeline_UPDATE_EXTENT", "D_vtkStreamingDemandDrivenPipeline_UPDATE_EXTENT")); mixin(bindCode("vtkStreamingDemandDrivenPipeline_UPDATE_PIECE_NUMBER", "D_vtkStreamingDemandDrivenPipeline_UPDATE_PIECE_NUMBER")); mixin(bindCode("vtkStreamingDemandDrivenPipeline_UPDATE_NUMBER_OF_PIECES", "D_vtkStreamingDemandDrivenPipeline_UPDATE_NUMBER_OF_PIECES")); mixin(bindCode("vtkStreamingDemandDrivenPipeline_UPDATE_NUMBER_OF_GHOST_LEVELS", "D_vtkStreamingDemandDrivenPipeline_UPDATE_NUMBER_OF_GHOST_LEVELS")); mixin(bindCode("vtkStreamingDemandDrivenPipeline_UPDATE_AMR_LEVEL", "D_vtkStreamingDemandDrivenPipeline_UPDATE_AMR_LEVEL")); mixin(bindCode("vtkStreamingDemandDrivenPipeline_COMBINED_UPDATE_EXTENT", "D_vtkStreamingDemandDrivenPipeline_COMBINED_UPDATE_EXTENT")); mixin(bindCode("vtkStreamingDemandDrivenPipeline_UPDATE_EXTENT_TRANSLATED", "D_vtkStreamingDemandDrivenPipeline_UPDATE_EXTENT_TRANSLATED")); mixin(bindCode("vtkStreamingDemandDrivenPipeline_WHOLE_EXTENT", "D_vtkStreamingDemandDrivenPipeline_WHOLE_EXTENT")); mixin(bindCode("vtkStreamingDemandDrivenPipeline_UNRESTRICTED_UPDATE_EXTENT", "D_vtkStreamingDemandDrivenPipeline_UNRESTRICTED_UPDATE_EXTENT")); mixin(bindCode("vtkStreamingDemandDrivenPipeline_MAXIMUM_NUMBER_OF_PIECES", "D_vtkStreamingDemandDrivenPipeline_MAXIMUM_NUMBER_OF_PIECES")); mixin(bindCode("vtkStreamingDemandDrivenPipeline_WHOLE_BOUNDING_BOX", "D_vtkStreamingDemandDrivenPipeline_WHOLE_BOUNDING_BOX")); mixin(bindCode("vtkStreamingDemandDrivenPipeline_PIECE_BOUNDING_BOX", "D_vtkStreamingDemandDrivenPipeline_PIECE_BOUNDING_BOX")); mixin(bindCode("vtkStreamingDemandDrivenPipeline_PIECE_NORMAL", "D_vtkStreamingDemandDrivenPipeline_PIECE_NORMAL")); mixin(bindCode("vtkStreamingDemandDrivenPipeline_EXACT_EXTENT", "D_vtkStreamingDemandDrivenPipeline_EXACT_EXTENT")); mixin(bindCode("vtkStreamingDemandDrivenPipeline_TIME_STEPS", "D_vtkStreamingDemandDrivenPipeline_TIME_STEPS")); mixin(bindCode("vtkStreamingDemandDrivenPipeline_TIME_RANGE", "D_vtkStreamingDemandDrivenPipeline_TIME_RANGE")); mixin(bindCode("vtkStreamingDemandDrivenPipeline_TIME_LABEL_ANNOTATION", "D_vtkStreamingDemandDrivenPipeline_TIME_LABEL_ANNOTATION")); mixin(bindCode("vtkStreamingDemandDrivenPipeline_UPDATE_TIME_STEP", "D_vtkStreamingDemandDrivenPipeline_UPDATE_TIME_STEP")); mixin(bindCode("vtkStreamingDemandDrivenPipeline_TIME_DEPENDENT_INFORMATION", "D_vtkStreamingDemandDrivenPipeline_TIME_DEPENDENT_INFORMATION")); mixin(bindCode("vtkStreamingDemandDrivenPipeline_PRIORITY", "D_vtkStreamingDemandDrivenPipeline_PRIORITY")); mixin(bindCode("vtkStreamingDemandDrivenPipeline_ORIGINAL_NUMBER_OF_CELLS", "D_vtkStreamingDemandDrivenPipeline_ORIGINAL_NUMBER_OF_CELLS")); mixin(bindCode("vtkStreamingDemandDrivenPipeline_UPDATE_RESOLUTION", "D_vtkStreamingDemandDrivenPipeline_UPDATE_RESOLUTION")); mixin(bindCode("vtkStreamingDemandDrivenPipeline_REMOVE_ATTRIBUTE_INFORMATION", "D_vtkStreamingDemandDrivenPipeline_REMOVE_ATTRIBUTE_INFORMATION")); mixin(bindCode("vtkStreamingDemandDrivenPipeline_FAST_PATH_FOR_TEMPORAL_DATA", "D_vtkStreamingDemandDrivenPipeline_FAST_PATH_FOR_TEMPORAL_DATA")); mixin(bindCode("vtkStreamingDemandDrivenPipeline_FAST_PATH_OBJECT_TYPE", "D_vtkStreamingDemandDrivenPipeline_FAST_PATH_OBJECT_TYPE")); mixin(bindCode("vtkStreamingDemandDrivenPipeline_FAST_PATH_ID_TYPE", "D_vtkStreamingDemandDrivenPipeline_FAST_PATH_ID_TYPE")); mixin(bindCode("vtkStreamingDemandDrivenPipeline_FAST_PATH_OBJECT_ID", "D_vtkStreamingDemandDrivenPipeline_FAST_PATH_OBJECT_ID")); mixin(bindCode("vtkStreamingDemandDrivenPipeline_BOUNDS", "D_vtkStreamingDemandDrivenPipeline_BOUNDS")); mixin(bindCode("vtkStreamingDemandDrivenPipeline_ComputePriority__SWIG_0", "D_vtkStreamingDemandDrivenPipeline_ComputePriority__SWIG_0")); mixin(bindCode("vtkStreamingDemandDrivenPipeline_ComputePriority__SWIG_1", "D_vtkStreamingDemandDrivenPipeline_ComputePriority__SWIG_1")); mixin(bindCode("vtkStreamingDemandDrivenPipeline_Upcast", "D_vtkStreamingDemandDrivenPipeline_Upcast")); mixin(bindCode("vtkImageImportExecutive_New", "D_vtkImageImportExecutive_New")); mixin(bindCode("vtkImageImportExecutive_IsTypeOf", "D_vtkImageImportExecutive_IsTypeOf")); mixin(bindCode("vtkImageImportExecutive_SafeDownCast", "D_vtkImageImportExecutive_SafeDownCast")); mixin(bindCode("vtkImageImportExecutive_NewInstance", "D_vtkImageImportExecutive_NewInstance")); mixin(bindCode("vtkImageImportExecutive_Upcast", "D_vtkImageImportExecutive_Upcast")); mixin(bindCode("vtkSplineWidget2_New", "D_vtkSplineWidget2_New")); mixin(bindCode("vtkSplineWidget2_IsTypeOf", "D_vtkSplineWidget2_IsTypeOf")); mixin(bindCode("vtkSplineWidget2_SafeDownCast", "D_vtkSplineWidget2_SafeDownCast")); mixin(bindCode("vtkSplineWidget2_NewInstance", "D_vtkSplineWidget2_NewInstance")); mixin(bindCode("vtkSplineWidget2_SetRepresentation", "D_vtkSplineWidget2_SetRepresentation")); mixin(bindCode("new_vtkSplineWidget2", "D_new_vtkSplineWidget2")); mixin(bindCode("delete_vtkSplineWidget2", "D_delete_vtkSplineWidget2")); mixin(bindCode("vtkSplineWidget2_Upcast", "D_vtkSplineWidget2_Upcast")); mixin(bindCode("vtkBlockItem_IsTypeOf", "D_vtkBlockItem_IsTypeOf")); mixin(bindCode("vtkBlockItem_SafeDownCast", "D_vtkBlockItem_SafeDownCast")); mixin(bindCode("vtkBlockItem_NewInstance", "D_vtkBlockItem_NewInstance")); mixin(bindCode("vtkBlockItem_New", "D_vtkBlockItem_New")); mixin(bindCode("vtkBlockItem_SetLabel", "D_vtkBlockItem_SetLabel")); mixin(bindCode("vtkBlockItem_GetLabel", "D_vtkBlockItem_GetLabel")); mixin(bindCode("vtkBlockItem_SetDimensions__SWIG_0", "D_vtkBlockItem_SetDimensions__SWIG_0")); mixin(bindCode("vtkBlockItem_SetDimensions__SWIG_1", "D_vtkBlockItem_SetDimensions__SWIG_1")); mixin(bindCode("vtkBlockItem_GetDimensions__SWIG_0", "D_vtkBlockItem_GetDimensions__SWIG_0")); mixin(bindCode("vtkBlockItem_GetDimensions__SWIG_1", "D_vtkBlockItem_GetDimensions__SWIG_1")); mixin(bindCode("vtkBlockItem_GetDimensions__SWIG_2", "D_vtkBlockItem_GetDimensions__SWIG_2")); mixin(bindCode("new_vtkBlockItem", "D_new_vtkBlockItem")); mixin(bindCode("delete_vtkBlockItem", "D_delete_vtkBlockItem")); mixin(bindCode("vtkBlockItem_Upcast", "D_vtkBlockItem_Upcast")); mixin(bindCode("vtkGeodesicPath_IsTypeOf", "D_vtkGeodesicPath_IsTypeOf")); mixin(bindCode("vtkGeodesicPath_SafeDownCast", "D_vtkGeodesicPath_SafeDownCast")); mixin(bindCode("vtkGeodesicPath_NewInstance", "D_vtkGeodesicPath_NewInstance")); mixin(bindCode("vtkGeodesicPath_GetGeodesicLength", "D_vtkGeodesicPath_GetGeodesicLength")); mixin(bindCode("vtkGeodesicPath_Upcast", "D_vtkGeodesicPath_Upcast")); mixin(bindCode("vtkTransposeMatrix_New", "D_vtkTransposeMatrix_New")); mixin(bindCode("vtkTransposeMatrix_IsTypeOf", "D_vtkTransposeMatrix_IsTypeOf")); mixin(bindCode("vtkTransposeMatrix_SafeDownCast", "D_vtkTransposeMatrix_SafeDownCast")); mixin(bindCode("vtkTransposeMatrix_NewInstance", "D_vtkTransposeMatrix_NewInstance")); mixin(bindCode("vtkTransposeMatrix_Upcast", "D_vtkTransposeMatrix_Upcast")); mixin(bindCode("VTK_SOURCE_VERSION_get", "D_VTK_SOURCE_VERSION_get")); mixin(bindCode("vtkVersion_New", "D_vtkVersion_New")); mixin(bindCode("vtkVersion_IsTypeOf", "D_vtkVersion_IsTypeOf")); mixin(bindCode("vtkVersion_SafeDownCast", "D_vtkVersion_SafeDownCast")); mixin(bindCode("vtkVersion_NewInstance", "D_vtkVersion_NewInstance")); mixin(bindCode("vtkVersion_GetVTKVersion", "D_vtkVersion_GetVTKVersion")); mixin(bindCode("vtkVersion_GetVTKMajorVersion", "D_vtkVersion_GetVTKMajorVersion")); mixin(bindCode("vtkVersion_GetVTKMinorVersion", "D_vtkVersion_GetVTKMinorVersion")); mixin(bindCode("vtkVersion_GetVTKBuildVersion", "D_vtkVersion_GetVTKBuildVersion")); mixin(bindCode("vtkVersion_GetVTKSourceVersion", "D_vtkVersion_GetVTKSourceVersion")); mixin(bindCode("vtkVersion_Upcast", "D_vtkVersion_Upcast")); mixin(bindCode("vtkSurfaceLICPainter_New", "D_vtkSurfaceLICPainter_New")); mixin(bindCode("vtkSurfaceLICPainter_IsTypeOf", "D_vtkSurfaceLICPainter_IsTypeOf")); mixin(bindCode("vtkSurfaceLICPainter_SafeDownCast", "D_vtkSurfaceLICPainter_SafeDownCast")); mixin(bindCode("vtkSurfaceLICPainter_NewInstance", "D_vtkSurfaceLICPainter_NewInstance")); mixin(bindCode("vtkSurfaceLICPainter_SetEnable", "D_vtkSurfaceLICPainter_SetEnable")); mixin(bindCode("vtkSurfaceLICPainter_GetEnable", "D_vtkSurfaceLICPainter_GetEnable")); mixin(bindCode("vtkSurfaceLICPainter_EnableOn", "D_vtkSurfaceLICPainter_EnableOn")); mixin(bindCode("vtkSurfaceLICPainter_EnableOff", "D_vtkSurfaceLICPainter_EnableOff")); mixin(bindCode("vtkSurfaceLICPainter_SetInputArrayToProcess__SWIG_0", "D_vtkSurfaceLICPainter_SetInputArrayToProcess__SWIG_0")); mixin(bindCode("vtkSurfaceLICPainter_SetInputArrayToProcess__SWIG_1", "D_vtkSurfaceLICPainter_SetInputArrayToProcess__SWIG_1")); mixin(bindCode("vtkSurfaceLICPainter_SetEnhancedLIC", "D_vtkSurfaceLICPainter_SetEnhancedLIC")); mixin(bindCode("vtkSurfaceLICPainter_GetEnhancedLIC", "D_vtkSurfaceLICPainter_GetEnhancedLIC")); mixin(bindCode("vtkSurfaceLICPainter_EnhancedLICOn", "D_vtkSurfaceLICPainter_EnhancedLICOn")); mixin(bindCode("vtkSurfaceLICPainter_EnhancedLICOff", "D_vtkSurfaceLICPainter_EnhancedLICOff")); mixin(bindCode("vtkSurfaceLICPainter_SetNumberOfSteps", "D_vtkSurfaceLICPainter_SetNumberOfSteps")); mixin(bindCode("vtkSurfaceLICPainter_GetNumberOfSteps", "D_vtkSurfaceLICPainter_GetNumberOfSteps")); mixin(bindCode("vtkSurfaceLICPainter_SetStepSize", "D_vtkSurfaceLICPainter_SetStepSize")); mixin(bindCode("vtkSurfaceLICPainter_GetStepSize", "D_vtkSurfaceLICPainter_GetStepSize")); mixin(bindCode("vtkSurfaceLICPainter_SetLICIntensity", "D_vtkSurfaceLICPainter_SetLICIntensity")); mixin(bindCode("vtkSurfaceLICPainter_GetLICIntensityMinValue", "D_vtkSurfaceLICPainter_GetLICIntensityMinValue")); mixin(bindCode("vtkSurfaceLICPainter_GetLICIntensityMaxValue", "D_vtkSurfaceLICPainter_GetLICIntensityMaxValue")); mixin(bindCode("vtkSurfaceLICPainter_GetLICIntensity", "D_vtkSurfaceLICPainter_GetLICIntensity")); mixin(bindCode("vtkSurfaceLICPainter_GetRenderingPreparationSuccess", "D_vtkSurfaceLICPainter_GetRenderingPreparationSuccess")); mixin(bindCode("vtkSurfaceLICPainter_GetLICSuccess", "D_vtkSurfaceLICPainter_GetLICSuccess")); mixin(bindCode("vtkSurfaceLICPainter_IsSupported", "D_vtkSurfaceLICPainter_IsSupported")); mixin(bindCode("new_vtkSurfaceLICPainter", "D_new_vtkSurfaceLICPainter")); mixin(bindCode("delete_vtkSurfaceLICPainter", "D_delete_vtkSurfaceLICPainter")); mixin(bindCode("vtkSurfaceLICPainter_Upcast", "D_vtkSurfaceLICPainter_Upcast")); mixin(bindCode("vtkUnstructuredGridVolumeRayCastFunction_IsTypeOf", "D_vtkUnstructuredGridVolumeRayCastFunction_IsTypeOf")); mixin(bindCode("vtkUnstructuredGridVolumeRayCastFunction_SafeDownCast", "D_vtkUnstructuredGridVolumeRayCastFunction_SafeDownCast")); mixin(bindCode("vtkUnstructuredGridVolumeRayCastFunction_NewInstance", "D_vtkUnstructuredGridVolumeRayCastFunction_NewInstance")); mixin(bindCode("vtkUnstructuredGridVolumeRayCastFunction_Upcast", "D_vtkUnstructuredGridVolumeRayCastFunction_Upcast")); mixin(bindCode("vtkScalarTree_IsTypeOf", "D_vtkScalarTree_IsTypeOf")); mixin(bindCode("vtkScalarTree_SafeDownCast", "D_vtkScalarTree_SafeDownCast")); mixin(bindCode("vtkScalarTree_NewInstance", "D_vtkScalarTree_NewInstance")); mixin(bindCode("vtkScalarTree_SetDataSet", "D_vtkScalarTree_SetDataSet")); mixin(bindCode("vtkScalarTree_GetDataSet", "D_vtkScalarTree_GetDataSet")); mixin(bindCode("vtkScalarTree_BuildTree", "D_vtkScalarTree_BuildTree")); mixin(bindCode("vtkScalarTree_Initialize", "D_vtkScalarTree_Initialize")); mixin(bindCode("vtkScalarTree_InitTraversal", "D_vtkScalarTree_InitTraversal")); mixin(bindCode("vtkScalarTree_GetNextCell", "D_vtkScalarTree_GetNextCell")); mixin(bindCode("vtkScalarTree_Upcast", "D_vtkScalarTree_Upcast")); mixin(bindCode("vtkSimpleScalarTree_New", "D_vtkSimpleScalarTree_New")); mixin(bindCode("vtkSimpleScalarTree_IsTypeOf", "D_vtkSimpleScalarTree_IsTypeOf")); mixin(bindCode("vtkSimpleScalarTree_SafeDownCast", "D_vtkSimpleScalarTree_SafeDownCast")); mixin(bindCode("vtkSimpleScalarTree_NewInstance", "D_vtkSimpleScalarTree_NewInstance")); mixin(bindCode("vtkSimpleScalarTree_SetBranchingFactor", "D_vtkSimpleScalarTree_SetBranchingFactor")); mixin(bindCode("vtkSimpleScalarTree_GetBranchingFactorMinValue", "D_vtkSimpleScalarTree_GetBranchingFactorMinValue")); mixin(bindCode("vtkSimpleScalarTree_GetBranchingFactorMaxValue", "D_vtkSimpleScalarTree_GetBranchingFactorMaxValue")); mixin(bindCode("vtkSimpleScalarTree_GetBranchingFactor", "D_vtkSimpleScalarTree_GetBranchingFactor")); mixin(bindCode("vtkSimpleScalarTree_GetLevel", "D_vtkSimpleScalarTree_GetLevel")); mixin(bindCode("vtkSimpleScalarTree_SetMaxLevel", "D_vtkSimpleScalarTree_SetMaxLevel")); mixin(bindCode("vtkSimpleScalarTree_GetMaxLevelMinValue", "D_vtkSimpleScalarTree_GetMaxLevelMinValue")); mixin(bindCode("vtkSimpleScalarTree_GetMaxLevelMaxValue", "D_vtkSimpleScalarTree_GetMaxLevelMaxValue")); mixin(bindCode("vtkSimpleScalarTree_GetMaxLevel", "D_vtkSimpleScalarTree_GetMaxLevel")); mixin(bindCode("vtkSimpleScalarTree_Upcast", "D_vtkSimpleScalarTree_Upcast")); mixin(bindCode("vtkCompositeDataSetAlgorithm_New", "D_vtkCompositeDataSetAlgorithm_New")); mixin(bindCode("vtkCompositeDataSetAlgorithm_IsTypeOf", "D_vtkCompositeDataSetAlgorithm_IsTypeOf")); mixin(bindCode("vtkCompositeDataSetAlgorithm_SafeDownCast", "D_vtkCompositeDataSetAlgorithm_SafeDownCast")); mixin(bindCode("vtkCompositeDataSetAlgorithm_NewInstance", "D_vtkCompositeDataSetAlgorithm_NewInstance")); mixin(bindCode("vtkCompositeDataSetAlgorithm_GetOutput__SWIG_0", "D_vtkCompositeDataSetAlgorithm_GetOutput__SWIG_0")); mixin(bindCode("vtkCompositeDataSetAlgorithm_GetOutput__SWIG_1", "D_vtkCompositeDataSetAlgorithm_GetOutput__SWIG_1")); mixin(bindCode("vtkCompositeDataSetAlgorithm_SetInputData__SWIG_0", "D_vtkCompositeDataSetAlgorithm_SetInputData__SWIG_0")); mixin(bindCode("vtkCompositeDataSetAlgorithm_SetInputData__SWIG_1", "D_vtkCompositeDataSetAlgorithm_SetInputData__SWIG_1")); mixin(bindCode("vtkCompositeDataSetAlgorithm_Upcast", "D_vtkCompositeDataSetAlgorithm_Upcast")); mixin(bindCode("vtkAppendCompositeDataLeaves_New", "D_vtkAppendCompositeDataLeaves_New")); mixin(bindCode("vtkAppendCompositeDataLeaves_IsTypeOf", "D_vtkAppendCompositeDataLeaves_IsTypeOf")); mixin(bindCode("vtkAppendCompositeDataLeaves_SafeDownCast", "D_vtkAppendCompositeDataLeaves_SafeDownCast")); mixin(bindCode("vtkAppendCompositeDataLeaves_NewInstance", "D_vtkAppendCompositeDataLeaves_NewInstance")); mixin(bindCode("vtkAppendCompositeDataLeaves_SetAppendFieldData", "D_vtkAppendCompositeDataLeaves_SetAppendFieldData")); mixin(bindCode("vtkAppendCompositeDataLeaves_GetAppendFieldData", "D_vtkAppendCompositeDataLeaves_GetAppendFieldData")); mixin(bindCode("vtkAppendCompositeDataLeaves_AppendFieldDataOn", "D_vtkAppendCompositeDataLeaves_AppendFieldDataOn")); mixin(bindCode("vtkAppendCompositeDataLeaves_AppendFieldDataOff", "D_vtkAppendCompositeDataLeaves_AppendFieldDataOff")); mixin(bindCode("vtkAppendCompositeDataLeaves_Upcast", "D_vtkAppendCompositeDataLeaves_Upcast")); mixin(bindCode("vtkQuadricDecimation_IsTypeOf", "D_vtkQuadricDecimation_IsTypeOf")); mixin(bindCode("vtkQuadricDecimation_SafeDownCast", "D_vtkQuadricDecimation_SafeDownCast")); mixin(bindCode("vtkQuadricDecimation_NewInstance", "D_vtkQuadricDecimation_NewInstance")); mixin(bindCode("vtkQuadricDecimation_New", "D_vtkQuadricDecimation_New")); mixin(bindCode("vtkQuadricDecimation_SetTargetReduction", "D_vtkQuadricDecimation_SetTargetReduction")); mixin(bindCode("vtkQuadricDecimation_GetTargetReductionMinValue", "D_vtkQuadricDecimation_GetTargetReductionMinValue")); mixin(bindCode("vtkQuadricDecimation_GetTargetReductionMaxValue", "D_vtkQuadricDecimation_GetTargetReductionMaxValue")); mixin(bindCode("vtkQuadricDecimation_GetTargetReduction", "D_vtkQuadricDecimation_GetTargetReduction")); mixin(bindCode("vtkQuadricDecimation_SetAttributeErrorMetric", "D_vtkQuadricDecimation_SetAttributeErrorMetric")); mixin(bindCode("vtkQuadricDecimation_GetAttributeErrorMetric", "D_vtkQuadricDecimation_GetAttributeErrorMetric")); mixin(bindCode("vtkQuadricDecimation_AttributeErrorMetricOn", "D_vtkQuadricDecimation_AttributeErrorMetricOn")); mixin(bindCode("vtkQuadricDecimation_AttributeErrorMetricOff", "D_vtkQuadricDecimation_AttributeErrorMetricOff")); mixin(bindCode("vtkQuadricDecimation_SetScalarsAttribute", "D_vtkQuadricDecimation_SetScalarsAttribute")); mixin(bindCode("vtkQuadricDecimation_GetScalarsAttribute", "D_vtkQuadricDecimation_GetScalarsAttribute")); mixin(bindCode("vtkQuadricDecimation_ScalarsAttributeOn", "D_vtkQuadricDecimation_ScalarsAttributeOn")); mixin(bindCode("vtkQuadricDecimation_ScalarsAttributeOff", "D_vtkQuadricDecimation_ScalarsAttributeOff")); mixin(bindCode("vtkQuadricDecimation_SetVectorsAttribute", "D_vtkQuadricDecimation_SetVectorsAttribute")); mixin(bindCode("vtkQuadricDecimation_GetVectorsAttribute", "D_vtkQuadricDecimation_GetVectorsAttribute")); mixin(bindCode("vtkQuadricDecimation_VectorsAttributeOn", "D_vtkQuadricDecimation_VectorsAttributeOn")); mixin(bindCode("vtkQuadricDecimation_VectorsAttributeOff", "D_vtkQuadricDecimation_VectorsAttributeOff")); mixin(bindCode("vtkQuadricDecimation_SetNormalsAttribute", "D_vtkQuadricDecimation_SetNormalsAttribute")); mixin(bindCode("vtkQuadricDecimation_GetNormalsAttribute", "D_vtkQuadricDecimation_GetNormalsAttribute")); mixin(bindCode("vtkQuadricDecimation_NormalsAttributeOn", "D_vtkQuadricDecimation_NormalsAttributeOn")); mixin(bindCode("vtkQuadricDecimation_NormalsAttributeOff", "D_vtkQuadricDecimation_NormalsAttributeOff")); mixin(bindCode("vtkQuadricDecimation_SetTCoordsAttribute", "D_vtkQuadricDecimation_SetTCoordsAttribute")); mixin(bindCode("vtkQuadricDecimation_GetTCoordsAttribute", "D_vtkQuadricDecimation_GetTCoordsAttribute")); mixin(bindCode("vtkQuadricDecimation_TCoordsAttributeOn", "D_vtkQuadricDecimation_TCoordsAttributeOn")); mixin(bindCode("vtkQuadricDecimation_TCoordsAttributeOff", "D_vtkQuadricDecimation_TCoordsAttributeOff")); mixin(bindCode("vtkQuadricDecimation_SetTensorsAttribute", "D_vtkQuadricDecimation_SetTensorsAttribute")); mixin(bindCode("vtkQuadricDecimation_GetTensorsAttribute", "D_vtkQuadricDecimation_GetTensorsAttribute")); mixin(bindCode("vtkQuadricDecimation_TensorsAttributeOn", "D_vtkQuadricDecimation_TensorsAttributeOn")); mixin(bindCode("vtkQuadricDecimation_TensorsAttributeOff", "D_vtkQuadricDecimation_TensorsAttributeOff")); mixin(bindCode("vtkQuadricDecimation_SetScalarsWeight", "D_vtkQuadricDecimation_SetScalarsWeight")); mixin(bindCode("vtkQuadricDecimation_SetVectorsWeight", "D_vtkQuadricDecimation_SetVectorsWeight")); mixin(bindCode("vtkQuadricDecimation_SetNormalsWeight", "D_vtkQuadricDecimation_SetNormalsWeight")); mixin(bindCode("vtkQuadricDecimation_SetTCoordsWeight", "D_vtkQuadricDecimation_SetTCoordsWeight")); mixin(bindCode("vtkQuadricDecimation_SetTensorsWeight", "D_vtkQuadricDecimation_SetTensorsWeight")); mixin(bindCode("vtkQuadricDecimation_GetScalarsWeight", "D_vtkQuadricDecimation_GetScalarsWeight")); mixin(bindCode("vtkQuadricDecimation_GetVectorsWeight", "D_vtkQuadricDecimation_GetVectorsWeight")); mixin(bindCode("vtkQuadricDecimation_GetNormalsWeight", "D_vtkQuadricDecimation_GetNormalsWeight")); mixin(bindCode("vtkQuadricDecimation_GetTCoordsWeight", "D_vtkQuadricDecimation_GetTCoordsWeight")); mixin(bindCode("vtkQuadricDecimation_GetTensorsWeight", "D_vtkQuadricDecimation_GetTensorsWeight")); mixin(bindCode("vtkQuadricDecimation_GetActualReduction", "D_vtkQuadricDecimation_GetActualReduction")); mixin(bindCode("vtkQuadricDecimation_Upcast", "D_vtkQuadricDecimation_Upcast")); mixin(bindCode("vtkXMLReader_IsTypeOf", "D_vtkXMLReader_IsTypeOf")); mixin(bindCode("vtkXMLReader_SafeDownCast", "D_vtkXMLReader_SafeDownCast")); mixin(bindCode("vtkXMLReader_NewInstance", "D_vtkXMLReader_NewInstance")); mixin(bindCode("vtkXMLReader_SetFileName", "D_vtkXMLReader_SetFileName")); mixin(bindCode("vtkXMLReader_GetFileName", "D_vtkXMLReader_GetFileName")); mixin(bindCode("vtkXMLReader_CanReadFile", "D_vtkXMLReader_CanReadFile")); mixin(bindCode("vtkXMLReader_GetOutputAsDataSet__SWIG_0", "D_vtkXMLReader_GetOutputAsDataSet__SWIG_0")); mixin(bindCode("vtkXMLReader_GetOutputAsDataSet__SWIG_1", "D_vtkXMLReader_GetOutputAsDataSet__SWIG_1")); mixin(bindCode("vtkXMLReader_GetPointDataArraySelection", "D_vtkXMLReader_GetPointDataArraySelection")); mixin(bindCode("vtkXMLReader_GetCellDataArraySelection", "D_vtkXMLReader_GetCellDataArraySelection")); mixin(bindCode("vtkXMLReader_GetNumberOfPointArrays", "D_vtkXMLReader_GetNumberOfPointArrays")); mixin(bindCode("vtkXMLReader_GetNumberOfCellArrays", "D_vtkXMLReader_GetNumberOfCellArrays")); mixin(bindCode("vtkXMLReader_GetPointArrayName", "D_vtkXMLReader_GetPointArrayName")); mixin(bindCode("vtkXMLReader_GetCellArrayName", "D_vtkXMLReader_GetCellArrayName")); mixin(bindCode("vtkXMLReader_GetPointArrayStatus", "D_vtkXMLReader_GetPointArrayStatus")); mixin(bindCode("vtkXMLReader_GetCellArrayStatus", "D_vtkXMLReader_GetCellArrayStatus")); mixin(bindCode("vtkXMLReader_SetPointArrayStatus", "D_vtkXMLReader_SetPointArrayStatus")); mixin(bindCode("vtkXMLReader_SetCellArrayStatus", "D_vtkXMLReader_SetCellArrayStatus")); mixin(bindCode("vtkXMLReader_CopyOutputInformation", "D_vtkXMLReader_CopyOutputInformation")); mixin(bindCode("vtkXMLReader_SetTimeStep", "D_vtkXMLReader_SetTimeStep")); mixin(bindCode("vtkXMLReader_GetTimeStep", "D_vtkXMLReader_GetTimeStep")); mixin(bindCode("vtkXMLReader_GetNumberOfTimeSteps", "D_vtkXMLReader_GetNumberOfTimeSteps")); mixin(bindCode("vtkXMLReader_GetTimeStepRange__SWIG_0", "D_vtkXMLReader_GetTimeStepRange__SWIG_0")); mixin(bindCode("vtkXMLReader_GetTimeStepRange__SWIG_1", "D_vtkXMLReader_GetTimeStepRange__SWIG_1")); mixin(bindCode("vtkXMLReader_GetTimeStepRange__SWIG_2", "D_vtkXMLReader_GetTimeStepRange__SWIG_2")); mixin(bindCode("vtkXMLReader_SetTimeStepRange__SWIG_0", "D_vtkXMLReader_SetTimeStepRange__SWIG_0")); mixin(bindCode("vtkXMLReader_SetTimeStepRange__SWIG_1", "D_vtkXMLReader_SetTimeStepRange__SWIG_1")); mixin(bindCode("vtkXMLReader_GetXMLParser", "D_vtkXMLReader_GetXMLParser")); mixin(bindCode("vtkXMLReader_Upcast", "D_vtkXMLReader_Upcast")); mixin(bindCode("vtkXMLDataReader_IsTypeOf", "D_vtkXMLDataReader_IsTypeOf")); mixin(bindCode("vtkXMLDataReader_SafeDownCast", "D_vtkXMLDataReader_SafeDownCast")); mixin(bindCode("vtkXMLDataReader_NewInstance", "D_vtkXMLDataReader_NewInstance")); mixin(bindCode("vtkXMLDataReader_GetNumberOfPoints", "D_vtkXMLDataReader_GetNumberOfPoints")); mixin(bindCode("vtkXMLDataReader_GetNumberOfCells", "D_vtkXMLDataReader_GetNumberOfCells")); mixin(bindCode("vtkXMLDataReader_Upcast", "D_vtkXMLDataReader_Upcast")); mixin(bindCode("vtkSelection_IsTypeOf", "D_vtkSelection_IsTypeOf")); mixin(bindCode("vtkSelection_SafeDownCast", "D_vtkSelection_SafeDownCast")); mixin(bindCode("vtkSelection_NewInstance", "D_vtkSelection_NewInstance")); mixin(bindCode("vtkSelection_New", "D_vtkSelection_New")); mixin(bindCode("vtkSelection_GetNumberOfNodes", "D_vtkSelection_GetNumberOfNodes")); mixin(bindCode("vtkSelection_GetNode", "D_vtkSelection_GetNode")); mixin(bindCode("vtkSelection_AddNode", "D_vtkSelection_AddNode")); mixin(bindCode("vtkSelection_RemoveNode__SWIG_0", "D_vtkSelection_RemoveNode__SWIG_0")); mixin(bindCode("vtkSelection_RemoveNode__SWIG_1", "D_vtkSelection_RemoveNode__SWIG_1")); mixin(bindCode("vtkSelection_RemoveAllNodes", "D_vtkSelection_RemoveAllNodes")); mixin(bindCode("vtkSelection_Union__SWIG_0", "D_vtkSelection_Union__SWIG_0")); mixin(bindCode("vtkSelection_Union__SWIG_1", "D_vtkSelection_Union__SWIG_1")); mixin(bindCode("vtkSelection_Subtract__SWIG_0", "D_vtkSelection_Subtract__SWIG_0")); mixin(bindCode("vtkSelection_Subtract__SWIG_1", "D_vtkSelection_Subtract__SWIG_1")); mixin(bindCode("vtkSelection_Dump", "D_vtkSelection_Dump")); mixin(bindCode("vtkSelection_GetData__SWIG_0", "D_vtkSelection_GetData__SWIG_0")); mixin(bindCode("vtkSelection_GetData__SWIG_1", "D_vtkSelection_GetData__SWIG_1")); mixin(bindCode("vtkSelection_GetData__SWIG_2", "D_vtkSelection_GetData__SWIG_2")); mixin(bindCode("new_vtkSelection", "D_new_vtkSelection")); mixin(bindCode("delete_vtkSelection", "D_delete_vtkSelection")); mixin(bindCode("vtkSelection_Upcast", "D_vtkSelection_Upcast")); mixin(bindCode("vtkSelectionAlgorithm_New", "D_vtkSelectionAlgorithm_New")); mixin(bindCode("vtkSelectionAlgorithm_IsTypeOf", "D_vtkSelectionAlgorithm_IsTypeOf")); mixin(bindCode("vtkSelectionAlgorithm_SafeDownCast", "D_vtkSelectionAlgorithm_SafeDownCast")); mixin(bindCode("vtkSelectionAlgorithm_NewInstance", "D_vtkSelectionAlgorithm_NewInstance")); mixin(bindCode("vtkSelectionAlgorithm_GetOutput__SWIG_0", "D_vtkSelectionAlgorithm_GetOutput__SWIG_0")); mixin(bindCode("vtkSelectionAlgorithm_GetOutput__SWIG_1", "D_vtkSelectionAlgorithm_GetOutput__SWIG_1")); mixin(bindCode("vtkSelectionAlgorithm_SetInputData__SWIG_0", "D_vtkSelectionAlgorithm_SetInputData__SWIG_0")); mixin(bindCode("vtkSelectionAlgorithm_SetInputData__SWIG_1", "D_vtkSelectionAlgorithm_SetInputData__SWIG_1")); mixin(bindCode("vtkSelectionAlgorithm_Upcast", "D_vtkSelectionAlgorithm_Upcast")); mixin(bindCode("vtkCellDistanceSelector_IsTypeOf", "D_vtkCellDistanceSelector_IsTypeOf")); mixin(bindCode("vtkCellDistanceSelector_SafeDownCast", "D_vtkCellDistanceSelector_SafeDownCast")); mixin(bindCode("vtkCellDistanceSelector_NewInstance", "D_vtkCellDistanceSelector_NewInstance")); mixin(bindCode("vtkCellDistanceSelector_New", "D_vtkCellDistanceSelector_New")); mixin(bindCode("vtkCellDistanceSelector_SetInputMeshConnection", "D_vtkCellDistanceSelector_SetInputMeshConnection")); mixin(bindCode("vtkCellDistanceSelector_SetInputMesh", "D_vtkCellDistanceSelector_SetInputMesh")); mixin(bindCode("vtkCellDistanceSelector_SetInputSelectionConnection", "D_vtkCellDistanceSelector_SetInputSelectionConnection")); mixin(bindCode("vtkCellDistanceSelector_SetInputSelection", "D_vtkCellDistanceSelector_SetInputSelection")); mixin(bindCode("vtkCellDistanceSelector_SetDistance", "D_vtkCellDistanceSelector_SetDistance")); mixin(bindCode("vtkCellDistanceSelector_GetDistance", "D_vtkCellDistanceSelector_GetDistance")); mixin(bindCode("vtkCellDistanceSelector_SetIncludeSeed", "D_vtkCellDistanceSelector_SetIncludeSeed")); mixin(bindCode("vtkCellDistanceSelector_GetIncludeSeed", "D_vtkCellDistanceSelector_GetIncludeSeed")); mixin(bindCode("vtkCellDistanceSelector_IncludeSeedOn", "D_vtkCellDistanceSelector_IncludeSeedOn")); mixin(bindCode("vtkCellDistanceSelector_IncludeSeedOff", "D_vtkCellDistanceSelector_IncludeSeedOff")); mixin(bindCode("vtkCellDistanceSelector_SetAddIntermediate", "D_vtkCellDistanceSelector_SetAddIntermediate")); mixin(bindCode("vtkCellDistanceSelector_GetAddIntermediate", "D_vtkCellDistanceSelector_GetAddIntermediate")); mixin(bindCode("vtkCellDistanceSelector_AddIntermediateOn", "D_vtkCellDistanceSelector_AddIntermediateOn")); mixin(bindCode("vtkCellDistanceSelector_AddIntermediateOff", "D_vtkCellDistanceSelector_AddIntermediateOff")); mixin(bindCode("vtkCellDistanceSelector_Upcast", "D_vtkCellDistanceSelector_Upcast")); mixin(bindCode("vtkTransformTextureCoords_IsTypeOf", "D_vtkTransformTextureCoords_IsTypeOf")); mixin(bindCode("vtkTransformTextureCoords_SafeDownCast", "D_vtkTransformTextureCoords_SafeDownCast")); mixin(bindCode("vtkTransformTextureCoords_NewInstance", "D_vtkTransformTextureCoords_NewInstance")); mixin(bindCode("vtkTransformTextureCoords_New", "D_vtkTransformTextureCoords_New")); mixin(bindCode("vtkTransformTextureCoords_SetPosition__SWIG_0", "D_vtkTransformTextureCoords_SetPosition__SWIG_0")); mixin(bindCode("vtkTransformTextureCoords_SetPosition__SWIG_1", "D_vtkTransformTextureCoords_SetPosition__SWIG_1")); mixin(bindCode("vtkTransformTextureCoords_GetPosition__SWIG_0", "D_vtkTransformTextureCoords_GetPosition__SWIG_0")); mixin(bindCode("vtkTransformTextureCoords_GetPosition__SWIG_1", "D_vtkTransformTextureCoords_GetPosition__SWIG_1")); mixin(bindCode("vtkTransformTextureCoords_AddPosition__SWIG_0", "D_vtkTransformTextureCoords_AddPosition__SWIG_0")); mixin(bindCode("vtkTransformTextureCoords_AddPosition__SWIG_1", "D_vtkTransformTextureCoords_AddPosition__SWIG_1")); mixin(bindCode("vtkTransformTextureCoords_SetScale__SWIG_0", "D_vtkTransformTextureCoords_SetScale__SWIG_0")); mixin(bindCode("vtkTransformTextureCoords_SetScale__SWIG_1", "D_vtkTransformTextureCoords_SetScale__SWIG_1")); mixin(bindCode("vtkTransformTextureCoords_GetScale__SWIG_0", "D_vtkTransformTextureCoords_GetScale__SWIG_0")); mixin(bindCode("vtkTransformTextureCoords_GetScale__SWIG_1", "D_vtkTransformTextureCoords_GetScale__SWIG_1")); mixin(bindCode("vtkTransformTextureCoords_SetOrigin__SWIG_0", "D_vtkTransformTextureCoords_SetOrigin__SWIG_0")); mixin(bindCode("vtkTransformTextureCoords_SetOrigin__SWIG_1", "D_vtkTransformTextureCoords_SetOrigin__SWIG_1")); mixin(bindCode("vtkTransformTextureCoords_GetOrigin__SWIG_0", "D_vtkTransformTextureCoords_GetOrigin__SWIG_0")); mixin(bindCode("vtkTransformTextureCoords_GetOrigin__SWIG_1", "D_vtkTransformTextureCoords_GetOrigin__SWIG_1")); mixin(bindCode("vtkTransformTextureCoords_SetFlipR", "D_vtkTransformTextureCoords_SetFlipR")); mixin(bindCode("vtkTransformTextureCoords_GetFlipR", "D_vtkTransformTextureCoords_GetFlipR")); mixin(bindCode("vtkTransformTextureCoords_FlipROn", "D_vtkTransformTextureCoords_FlipROn")); mixin(bindCode("vtkTransformTextureCoords_FlipROff", "D_vtkTransformTextureCoords_FlipROff")); mixin(bindCode("vtkTransformTextureCoords_SetFlipS", "D_vtkTransformTextureCoords_SetFlipS")); mixin(bindCode("vtkTransformTextureCoords_GetFlipS", "D_vtkTransformTextureCoords_GetFlipS")); mixin(bindCode("vtkTransformTextureCoords_FlipSOn", "D_vtkTransformTextureCoords_FlipSOn")); mixin(bindCode("vtkTransformTextureCoords_FlipSOff", "D_vtkTransformTextureCoords_FlipSOff")); mixin(bindCode("vtkTransformTextureCoords_SetFlipT", "D_vtkTransformTextureCoords_SetFlipT")); mixin(bindCode("vtkTransformTextureCoords_GetFlipT", "D_vtkTransformTextureCoords_GetFlipT")); mixin(bindCode("vtkTransformTextureCoords_FlipTOn", "D_vtkTransformTextureCoords_FlipTOn")); mixin(bindCode("vtkTransformTextureCoords_FlipTOff", "D_vtkTransformTextureCoords_FlipTOff")); mixin(bindCode("vtkTransformTextureCoords_Upcast", "D_vtkTransformTextureCoords_Upcast")); mixin(bindCode("vtkContextDevice2D_IsTypeOf", "D_vtkContextDevice2D_IsTypeOf")); mixin(bindCode("vtkContextDevice2D_SafeDownCast", "D_vtkContextDevice2D_SafeDownCast")); mixin(bindCode("vtkContextDevice2D_NewInstance", "D_vtkContextDevice2D_NewInstance")); mixin(bindCode("vtkContextDevice2D_DrawPoly__SWIG_0", "D_vtkContextDevice2D_DrawPoly__SWIG_0")); mixin(bindCode("vtkContextDevice2D_DrawPoly__SWIG_1", "D_vtkContextDevice2D_DrawPoly__SWIG_1")); mixin(bindCode("vtkContextDevice2D_DrawPoly__SWIG_2", "D_vtkContextDevice2D_DrawPoly__SWIG_2")); mixin(bindCode("vtkContextDevice2D_DrawPoints__SWIG_0", "D_vtkContextDevice2D_DrawPoints__SWIG_0")); mixin(bindCode("vtkContextDevice2D_DrawPoints__SWIG_1", "D_vtkContextDevice2D_DrawPoints__SWIG_1")); mixin(bindCode("vtkContextDevice2D_DrawPoints__SWIG_2", "D_vtkContextDevice2D_DrawPoints__SWIG_2")); mixin(bindCode("vtkContextDevice2D_DrawPointSprites__SWIG_0", "D_vtkContextDevice2D_DrawPointSprites__SWIG_0")); mixin(bindCode("vtkContextDevice2D_DrawPointSprites__SWIG_1", "D_vtkContextDevice2D_DrawPointSprites__SWIG_1")); mixin(bindCode("vtkContextDevice2D_DrawPointSprites__SWIG_2", "D_vtkContextDevice2D_DrawPointSprites__SWIG_2")); mixin(bindCode("vtkContextDevice2D_DrawMarkers__SWIG_0", "D_vtkContextDevice2D_DrawMarkers__SWIG_0")); mixin(bindCode("vtkContextDevice2D_DrawMarkers__SWIG_1", "D_vtkContextDevice2D_DrawMarkers__SWIG_1")); mixin(bindCode("vtkContextDevice2D_DrawMarkers__SWIG_2", "D_vtkContextDevice2D_DrawMarkers__SWIG_2")); mixin(bindCode("vtkContextDevice2D_DrawQuad", "D_vtkContextDevice2D_DrawQuad")); mixin(bindCode("vtkContextDevice2D_DrawQuadStrip", "D_vtkContextDevice2D_DrawQuadStrip")); mixin(bindCode("vtkContextDevice2D_DrawPolygon", "D_vtkContextDevice2D_DrawPolygon")); mixin(bindCode("vtkContextDevice2D_DrawEllipseWedge", "D_vtkContextDevice2D_DrawEllipseWedge")); mixin(bindCode("vtkContextDevice2D_DrawEllipticArc", "D_vtkContextDevice2D_DrawEllipticArc")); mixin(bindCode("vtkContextDevice2D_DrawString__SWIG_0", "D_vtkContextDevice2D_DrawString__SWIG_0")); mixin(bindCode("vtkContextDevice2D_ComputeStringBounds__SWIG_0", "D_vtkContextDevice2D_ComputeStringBounds__SWIG_0")); mixin(bindCode("vtkContextDevice2D_DrawString__SWIG_1", "D_vtkContextDevice2D_DrawString__SWIG_1")); mixin(bindCode("vtkContextDevice2D_ComputeStringBounds__SWIG_1", "D_vtkContextDevice2D_ComputeStringBounds__SWIG_1")); mixin(bindCode("vtkContextDevice2D_DrawMathTextString", "D_vtkContextDevice2D_DrawMathTextString")); mixin(bindCode("vtkContextDevice2D_MathTextIsSupported", "D_vtkContextDevice2D_MathTextIsSupported")); mixin(bindCode("vtkContextDevice2D_DrawImage__SWIG_0", "D_vtkContextDevice2D_DrawImage__SWIG_0")); mixin(bindCode("vtkContextDevice2D_DrawImage__SWIG_1", "D_vtkContextDevice2D_DrawImage__SWIG_1")); mixin(bindCode("vtkContextDevice2D_ApplyPen", "D_vtkContextDevice2D_ApplyPen")); mixin(bindCode("vtkContextDevice2D_GetPen", "D_vtkContextDevice2D_GetPen")); mixin(bindCode("vtkContextDevice2D_ApplyBrush", "D_vtkContextDevice2D_ApplyBrush")); mixin(bindCode("vtkContextDevice2D_GetBrush", "D_vtkContextDevice2D_GetBrush")); mixin(bindCode("vtkContextDevice2D_ApplyTextProp", "D_vtkContextDevice2D_ApplyTextProp")); mixin(bindCode("vtkContextDevice2D_GetTextProp", "D_vtkContextDevice2D_GetTextProp")); mixin(bindCode("vtkContextDevice2D_SetColor4", "D_vtkContextDevice2D_SetColor4")); mixin(bindCode("vtkContextDevice2D_SetTexture", "D_vtkContextDevice2D_SetTexture")); mixin(bindCode("vtkContextDevice2D_SetPointSize", "D_vtkContextDevice2D_SetPointSize")); mixin(bindCode("vtkContextDevice2D_SetLineWidth", "D_vtkContextDevice2D_SetLineWidth")); mixin(bindCode("vtkContextDevice2D_SetLineType", "D_vtkContextDevice2D_SetLineType")); mixin(bindCode("vtkContextDevice2D_GetWidth", "D_vtkContextDevice2D_GetWidth")); mixin(bindCode("vtkContextDevice2D_GetHeight", "D_vtkContextDevice2D_GetHeight")); mixin(bindCode("vtkContextDevice2D_SetMatrix", "D_vtkContextDevice2D_SetMatrix")); mixin(bindCode("vtkContextDevice2D_GetMatrix", "D_vtkContextDevice2D_GetMatrix")); mixin(bindCode("vtkContextDevice2D_MultiplyMatrix", "D_vtkContextDevice2D_MultiplyMatrix")); mixin(bindCode("vtkContextDevice2D_PushMatrix", "D_vtkContextDevice2D_PushMatrix")); mixin(bindCode("vtkContextDevice2D_PopMatrix", "D_vtkContextDevice2D_PopMatrix")); mixin(bindCode("vtkContextDevice2D_SetClipping", "D_vtkContextDevice2D_SetClipping")); mixin(bindCode("vtkContextDevice2D_DisableClipping", "D_vtkContextDevice2D_DisableClipping")); mixin(bindCode("vtkContextDevice2D_EnableClipping", "D_vtkContextDevice2D_EnableClipping")); mixin(bindCode("vtkContextDevice2D_Begin", "D_vtkContextDevice2D_Begin")); mixin(bindCode("vtkContextDevice2D_End", "D_vtkContextDevice2D_End")); mixin(bindCode("vtkContextDevice2D_GetBufferIdMode", "D_vtkContextDevice2D_GetBufferIdMode")); mixin(bindCode("vtkContextDevice2D_BufferIdModeEnd", "D_vtkContextDevice2D_BufferIdModeEnd")); mixin(bindCode("vtkContextDevice2D_SetViewportSize", "D_vtkContextDevice2D_SetViewportSize")); mixin(bindCode("vtkContextDevice2D_SetViewportRect", "D_vtkContextDevice2D_SetViewportRect")); mixin(bindCode("delete_vtkContextDevice2D", "D_delete_vtkContextDevice2D")); mixin(bindCode("vtkContextDevice2D_Upcast", "D_vtkContextDevice2D_Upcast")); mixin(bindCode("vtkGenericOutlineFilter_New", "D_vtkGenericOutlineFilter_New")); mixin(bindCode("vtkGenericOutlineFilter_IsTypeOf", "D_vtkGenericOutlineFilter_IsTypeOf")); mixin(bindCode("vtkGenericOutlineFilter_SafeDownCast", "D_vtkGenericOutlineFilter_SafeDownCast")); mixin(bindCode("vtkGenericOutlineFilter_NewInstance", "D_vtkGenericOutlineFilter_NewInstance")); mixin(bindCode("vtkGenericOutlineFilter_Upcast", "D_vtkGenericOutlineFilter_Upcast")); mixin(bindCode("vtkPointSetAlgorithm_New", "D_vtkPointSetAlgorithm_New")); mixin(bindCode("vtkPointSetAlgorithm_IsTypeOf", "D_vtkPointSetAlgorithm_IsTypeOf")); mixin(bindCode("vtkPointSetAlgorithm_SafeDownCast", "D_vtkPointSetAlgorithm_SafeDownCast")); mixin(bindCode("vtkPointSetAlgorithm_NewInstance", "D_vtkPointSetAlgorithm_NewInstance")); mixin(bindCode("vtkPointSetAlgorithm_GetOutput__SWIG_0", "D_vtkPointSetAlgorithm_GetOutput__SWIG_0")); mixin(bindCode("vtkPointSetAlgorithm_GetOutput__SWIG_1", "D_vtkPointSetAlgorithm_GetOutput__SWIG_1")); mixin(bindCode("vtkPointSetAlgorithm_GetPolyDataOutput", "D_vtkPointSetAlgorithm_GetPolyDataOutput")); mixin(bindCode("vtkPointSetAlgorithm_GetStructuredGridOutput", "D_vtkPointSetAlgorithm_GetStructuredGridOutput")); mixin(bindCode("vtkPointSetAlgorithm_GetUnstructuredGridOutput", "D_vtkPointSetAlgorithm_GetUnstructuredGridOutput")); mixin(bindCode("vtkPointSetAlgorithm_SetInputData__SWIG_0", "D_vtkPointSetAlgorithm_SetInputData__SWIG_0")); mixin(bindCode("vtkPointSetAlgorithm_SetInputData__SWIG_1", "D_vtkPointSetAlgorithm_SetInputData__SWIG_1")); mixin(bindCode("vtkPointSetAlgorithm_SetInputData__SWIG_2", "D_vtkPointSetAlgorithm_SetInputData__SWIG_2")); mixin(bindCode("vtkPointSetAlgorithm_SetInputData__SWIG_3", "D_vtkPointSetAlgorithm_SetInputData__SWIG_3")); mixin(bindCode("vtkPointSetAlgorithm_AddInputData__SWIG_0", "D_vtkPointSetAlgorithm_AddInputData__SWIG_0")); mixin(bindCode("vtkPointSetAlgorithm_AddInputData__SWIG_1", "D_vtkPointSetAlgorithm_AddInputData__SWIG_1")); mixin(bindCode("vtkPointSetAlgorithm_AddInputData__SWIG_2", "D_vtkPointSetAlgorithm_AddInputData__SWIG_2")); mixin(bindCode("vtkPointSetAlgorithm_AddInputData__SWIG_3", "D_vtkPointSetAlgorithm_AddInputData__SWIG_3")); mixin(bindCode("vtkPointSetAlgorithm_GetInput", "D_vtkPointSetAlgorithm_GetInput")); mixin(bindCode("vtkPointSetAlgorithm_Upcast", "D_vtkPointSetAlgorithm_Upcast")); mixin(bindCode("vtkExtractDataOverTime_New", "D_vtkExtractDataOverTime_New")); mixin(bindCode("vtkExtractDataOverTime_IsTypeOf", "D_vtkExtractDataOverTime_IsTypeOf")); mixin(bindCode("vtkExtractDataOverTime_SafeDownCast", "D_vtkExtractDataOverTime_SafeDownCast")); mixin(bindCode("vtkExtractDataOverTime_NewInstance", "D_vtkExtractDataOverTime_NewInstance")); mixin(bindCode("vtkExtractDataOverTime_SetPointIndex", "D_vtkExtractDataOverTime_SetPointIndex")); mixin(bindCode("vtkExtractDataOverTime_GetPointIndex", "D_vtkExtractDataOverTime_GetPointIndex")); mixin(bindCode("vtkExtractDataOverTime_GetNumberOfTimeSteps", "D_vtkExtractDataOverTime_GetNumberOfTimeSteps")); mixin(bindCode("vtkExtractDataOverTime_Upcast", "D_vtkExtractDataOverTime_Upcast")); mixin(bindCode("VTK_LOG_EVENT_LENGTH_get", "D_VTK_LOG_EVENT_LENGTH_get")); mixin(bindCode("vtkTimerLog_New", "D_vtkTimerLog_New")); mixin(bindCode("vtkTimerLog_IsTypeOf", "D_vtkTimerLog_IsTypeOf")); mixin(bindCode("vtkTimerLog_SafeDownCast", "D_vtkTimerLog_SafeDownCast")); mixin(bindCode("vtkTimerLog_NewInstance", "D_vtkTimerLog_NewInstance")); mixin(bindCode("vtkTimerLog_SetLogging", "D_vtkTimerLog_SetLogging")); mixin(bindCode("vtkTimerLog_GetLogging", "D_vtkTimerLog_GetLogging")); mixin(bindCode("vtkTimerLog_LoggingOn", "D_vtkTimerLog_LoggingOn")); mixin(bindCode("vtkTimerLog_LoggingOff", "D_vtkTimerLog_LoggingOff")); mixin(bindCode("vtkTimerLog_SetMaxEntries", "D_vtkTimerLog_SetMaxEntries")); mixin(bindCode("vtkTimerLog_GetMaxEntries", "D_vtkTimerLog_GetMaxEntries")); mixin(bindCode("vtkTimerLog_DumpLog", "D_vtkTimerLog_DumpLog")); mixin(bindCode("vtkTimerLog_MarkStartEvent", "D_vtkTimerLog_MarkStartEvent")); mixin(bindCode("vtkTimerLog_MarkEndEvent", "D_vtkTimerLog_MarkEndEvent")); mixin(bindCode("vtkTimerLog_GetNumberOfEvents", "D_vtkTimerLog_GetNumberOfEvents")); mixin(bindCode("vtkTimerLog_GetEventIndent", "D_vtkTimerLog_GetEventIndent")); mixin(bindCode("vtkTimerLog_GetEventWallTime", "D_vtkTimerLog_GetEventWallTime")); mixin(bindCode("vtkTimerLog_GetEventString", "D_vtkTimerLog_GetEventString")); mixin(bindCode("vtkTimerLog_MarkEvent", "D_vtkTimerLog_MarkEvent")); mixin(bindCode("vtkTimerLog_ResetLog", "D_vtkTimerLog_ResetLog")); mixin(bindCode("vtkTimerLog_AllocateLog", "D_vtkTimerLog_AllocateLog")); mixin(bindCode("vtkTimerLog_CleanupLog", "D_vtkTimerLog_CleanupLog")); mixin(bindCode("vtkTimerLog_GetUniversalTime", "D_vtkTimerLog_GetUniversalTime")); mixin(bindCode("vtkTimerLog_GetCPUTime", "D_vtkTimerLog_GetCPUTime")); mixin(bindCode("vtkTimerLog_StartTimer", "D_vtkTimerLog_StartTimer")); mixin(bindCode("vtkTimerLog_StopTimer", "D_vtkTimerLog_StopTimer")); mixin(bindCode("vtkTimerLog_GetElapsedTime", "D_vtkTimerLog_GetElapsedTime")); mixin(bindCode("vtkTimerLog_Upcast", "D_vtkTimerLog_Upcast")); mixin(bindCode("vtkXMLPDataWriter_IsTypeOf", "D_vtkXMLPDataWriter_IsTypeOf")); mixin(bindCode("vtkXMLPDataWriter_SafeDownCast", "D_vtkXMLPDataWriter_SafeDownCast")); mixin(bindCode("vtkXMLPDataWriter_NewInstance", "D_vtkXMLPDataWriter_NewInstance")); mixin(bindCode("vtkXMLPDataWriter_SetNumberOfPieces", "D_vtkXMLPDataWriter_SetNumberOfPieces")); mixin(bindCode("vtkXMLPDataWriter_GetNumberOfPieces", "D_vtkXMLPDataWriter_GetNumberOfPieces")); mixin(bindCode("vtkXMLPDataWriter_SetStartPiece", "D_vtkXMLPDataWriter_SetStartPiece")); mixin(bindCode("vtkXMLPDataWriter_GetStartPiece", "D_vtkXMLPDataWriter_GetStartPiece")); mixin(bindCode("vtkXMLPDataWriter_SetEndPiece", "D_vtkXMLPDataWriter_SetEndPiece")); mixin(bindCode("vtkXMLPDataWriter_GetEndPiece", "D_vtkXMLPDataWriter_GetEndPiece")); mixin(bindCode("vtkXMLPDataWriter_SetGhostLevel", "D_vtkXMLPDataWriter_SetGhostLevel")); mixin(bindCode("vtkXMLPDataWriter_GetGhostLevel", "D_vtkXMLPDataWriter_GetGhostLevel")); mixin(bindCode("vtkXMLPDataWriter_SetWriteSummaryFile", "D_vtkXMLPDataWriter_SetWriteSummaryFile")); mixin(bindCode("vtkXMLPDataWriter_GetWriteSummaryFile", "D_vtkXMLPDataWriter_GetWriteSummaryFile")); mixin(bindCode("vtkXMLPDataWriter_WriteSummaryFileOn", "D_vtkXMLPDataWriter_WriteSummaryFileOn")); mixin(bindCode("vtkXMLPDataWriter_WriteSummaryFileOff", "D_vtkXMLPDataWriter_WriteSummaryFileOff")); mixin(bindCode("vtkXMLPDataWriter_Upcast", "D_vtkXMLPDataWriter_Upcast")); mixin(bindCode("vtkXMLPUnstructuredDataWriter_IsTypeOf", "D_vtkXMLPUnstructuredDataWriter_IsTypeOf")); mixin(bindCode("vtkXMLPUnstructuredDataWriter_SafeDownCast", "D_vtkXMLPUnstructuredDataWriter_SafeDownCast")); mixin(bindCode("vtkXMLPUnstructuredDataWriter_NewInstance", "D_vtkXMLPUnstructuredDataWriter_NewInstance")); mixin(bindCode("vtkXMLPUnstructuredDataWriter_Upcast", "D_vtkXMLPUnstructuredDataWriter_Upcast")); mixin(bindCode("vtkXMLPUnstructuredGridWriter_New", "D_vtkXMLPUnstructuredGridWriter_New")); mixin(bindCode("vtkXMLPUnstructuredGridWriter_IsTypeOf", "D_vtkXMLPUnstructuredGridWriter_IsTypeOf")); mixin(bindCode("vtkXMLPUnstructuredGridWriter_SafeDownCast", "D_vtkXMLPUnstructuredGridWriter_SafeDownCast")); mixin(bindCode("vtkXMLPUnstructuredGridWriter_NewInstance", "D_vtkXMLPUnstructuredGridWriter_NewInstance")); mixin(bindCode("vtkXMLPUnstructuredGridWriter_Upcast", "D_vtkXMLPUnstructuredGridWriter_Upcast")); mixin(bindCode("vtkTextActor3D_New", "D_vtkTextActor3D_New")); mixin(bindCode("vtkTextActor3D_IsTypeOf", "D_vtkTextActor3D_IsTypeOf")); mixin(bindCode("vtkTextActor3D_SafeDownCast", "D_vtkTextActor3D_SafeDownCast")); mixin(bindCode("vtkTextActor3D_NewInstance", "D_vtkTextActor3D_NewInstance")); mixin(bindCode("vtkTextActor3D_SetInput", "D_vtkTextActor3D_SetInput")); mixin(bindCode("vtkTextActor3D_GetInput", "D_vtkTextActor3D_GetInput")); mixin(bindCode("vtkTextActor3D_SetTextProperty", "D_vtkTextActor3D_SetTextProperty")); mixin(bindCode("vtkTextActor3D_GetTextProperty", "D_vtkTextActor3D_GetTextProperty")); mixin(bindCode("vtkTextActor3D_GetBoundingBox", "D_vtkTextActor3D_GetBoundingBox")); mixin(bindCode("vtkTextActor3D_Upcast", "D_vtkTextActor3D_Upcast")); mixin(bindCode("vtkTextProperty_IsTypeOf", "D_vtkTextProperty_IsTypeOf")); mixin(bindCode("vtkTextProperty_SafeDownCast", "D_vtkTextProperty_SafeDownCast")); mixin(bindCode("vtkTextProperty_NewInstance", "D_vtkTextProperty_NewInstance")); mixin(bindCode("vtkTextProperty_New", "D_vtkTextProperty_New")); mixin(bindCode("vtkTextProperty_SetColor__SWIG_0", "D_vtkTextProperty_SetColor__SWIG_0")); mixin(bindCode("vtkTextProperty_SetColor__SWIG_1", "D_vtkTextProperty_SetColor__SWIG_1")); mixin(bindCode("vtkTextProperty_GetColor__SWIG_0", "D_vtkTextProperty_GetColor__SWIG_0")); mixin(bindCode("vtkTextProperty_GetColor__SWIG_1", "D_vtkTextProperty_GetColor__SWIG_1")); mixin(bindCode("vtkTextProperty_GetColor__SWIG_2", "D_vtkTextProperty_GetColor__SWIG_2")); mixin(bindCode("vtkTextProperty_SetOpacity", "D_vtkTextProperty_SetOpacity")); mixin(bindCode("vtkTextProperty_GetOpacity", "D_vtkTextProperty_GetOpacity")); mixin(bindCode("vtkTextProperty_GetFontFamilyAsString__SWIG_0", "D_vtkTextProperty_GetFontFamilyAsString__SWIG_0")); mixin(bindCode("vtkTextProperty_SetFontFamilyAsString", "D_vtkTextProperty_SetFontFamilyAsString")); mixin(bindCode("vtkTextProperty_SetFontFamily", "D_vtkTextProperty_SetFontFamily")); mixin(bindCode("vtkTextProperty_GetFontFamily", "D_vtkTextProperty_GetFontFamily")); mixin(bindCode("vtkTextProperty_GetFontFamilyMinValue", "D_vtkTextProperty_GetFontFamilyMinValue")); mixin(bindCode("vtkTextProperty_SetFontFamilyToArial", "D_vtkTextProperty_SetFontFamilyToArial")); mixin(bindCode("vtkTextProperty_SetFontFamilyToCourier", "D_vtkTextProperty_SetFontFamilyToCourier")); mixin(bindCode("vtkTextProperty_SetFontFamilyToTimes", "D_vtkTextProperty_SetFontFamilyToTimes")); mixin(bindCode("vtkTextProperty_GetFontFamilyFromString", "D_vtkTextProperty_GetFontFamilyFromString")); mixin(bindCode("vtkTextProperty_GetFontFamilyAsString__SWIG_1", "D_vtkTextProperty_GetFontFamilyAsString__SWIG_1")); mixin(bindCode("vtkTextProperty_SetFontSize", "D_vtkTextProperty_SetFontSize")); mixin(bindCode("vtkTextProperty_GetFontSizeMinValue", "D_vtkTextProperty_GetFontSizeMinValue")); mixin(bindCode("vtkTextProperty_GetFontSizeMaxValue", "D_vtkTextProperty_GetFontSizeMaxValue")); mixin(bindCode("vtkTextProperty_GetFontSize", "D_vtkTextProperty_GetFontSize")); mixin(bindCode("vtkTextProperty_SetBold", "D_vtkTextProperty_SetBold")); mixin(bindCode("vtkTextProperty_GetBold", "D_vtkTextProperty_GetBold")); mixin(bindCode("vtkTextProperty_BoldOn", "D_vtkTextProperty_BoldOn")); mixin(bindCode("vtkTextProperty_BoldOff", "D_vtkTextProperty_BoldOff")); mixin(bindCode("vtkTextProperty_SetItalic", "D_vtkTextProperty_SetItalic")); mixin(bindCode("vtkTextProperty_GetItalic", "D_vtkTextProperty_GetItalic")); mixin(bindCode("vtkTextProperty_ItalicOn", "D_vtkTextProperty_ItalicOn")); mixin(bindCode("vtkTextProperty_ItalicOff", "D_vtkTextProperty_ItalicOff")); mixin(bindCode("vtkTextProperty_SetShadow", "D_vtkTextProperty_SetShadow")); mixin(bindCode("vtkTextProperty_GetShadow", "D_vtkTextProperty_GetShadow")); mixin(bindCode("vtkTextProperty_ShadowOn", "D_vtkTextProperty_ShadowOn")); mixin(bindCode("vtkTextProperty_ShadowOff", "D_vtkTextProperty_ShadowOff")); mixin(bindCode("vtkTextProperty_SetShadowOffset__SWIG_0", "D_vtkTextProperty_SetShadowOffset__SWIG_0")); mixin(bindCode("vtkTextProperty_SetShadowOffset__SWIG_1", "D_vtkTextProperty_SetShadowOffset__SWIG_1")); mixin(bindCode("vtkTextProperty_GetShadowOffset__SWIG_0", "D_vtkTextProperty_GetShadowOffset__SWIG_0")); mixin(bindCode("vtkTextProperty_GetShadowOffset__SWIG_1", "D_vtkTextProperty_GetShadowOffset__SWIG_1")); mixin(bindCode("vtkTextProperty_GetShadowColor", "D_vtkTextProperty_GetShadowColor")); mixin(bindCode("vtkTextProperty_SetJustification", "D_vtkTextProperty_SetJustification")); mixin(bindCode("vtkTextProperty_GetJustificationMinValue", "D_vtkTextProperty_GetJustificationMinValue")); mixin(bindCode("vtkTextProperty_GetJustificationMaxValue", "D_vtkTextProperty_GetJustificationMaxValue")); mixin(bindCode("vtkTextProperty_GetJustification", "D_vtkTextProperty_GetJustification")); mixin(bindCode("vtkTextProperty_SetJustificationToLeft", "D_vtkTextProperty_SetJustificationToLeft")); mixin(bindCode("vtkTextProperty_SetJustificationToCentered", "D_vtkTextProperty_SetJustificationToCentered")); mixin(bindCode("vtkTextProperty_SetJustificationToRight", "D_vtkTextProperty_SetJustificationToRight")); mixin(bindCode("vtkTextProperty_GetJustificationAsString", "D_vtkTextProperty_GetJustificationAsString")); mixin(bindCode("vtkTextProperty_SetVerticalJustification", "D_vtkTextProperty_SetVerticalJustification")); mixin(bindCode("vtkTextProperty_GetVerticalJustificationMinValue", "D_vtkTextProperty_GetVerticalJustificationMinValue")); mixin(bindCode("vtkTextProperty_GetVerticalJustificationMaxValue", "D_vtkTextProperty_GetVerticalJustificationMaxValue")); mixin(bindCode("vtkTextProperty_GetVerticalJustification", "D_vtkTextProperty_GetVerticalJustification")); mixin(bindCode("vtkTextProperty_SetVerticalJustificationToBottom", "D_vtkTextProperty_SetVerticalJustificationToBottom")); mixin(bindCode("vtkTextProperty_SetVerticalJustificationToCentered", "D_vtkTextProperty_SetVerticalJustificationToCentered")); mixin(bindCode("vtkTextProperty_SetVerticalJustificationToTop", "D_vtkTextProperty_SetVerticalJustificationToTop")); mixin(bindCode("vtkTextProperty_GetVerticalJustificationAsString", "D_vtkTextProperty_GetVerticalJustificationAsString")); mixin(bindCode("vtkTextProperty_SetOrientation", "D_vtkTextProperty_SetOrientation")); mixin(bindCode("vtkTextProperty_GetOrientation", "D_vtkTextProperty_GetOrientation")); mixin(bindCode("vtkTextProperty_SetLineSpacing", "D_vtkTextProperty_SetLineSpacing")); mixin(bindCode("vtkTextProperty_GetLineSpacing", "D_vtkTextProperty_GetLineSpacing")); mixin(bindCode("vtkTextProperty_SetLineOffset", "D_vtkTextProperty_SetLineOffset")); mixin(bindCode("vtkTextProperty_GetLineOffset", "D_vtkTextProperty_GetLineOffset")); mixin(bindCode("vtkTextProperty_ShallowCopy", "D_vtkTextProperty_ShallowCopy")); mixin(bindCode("vtkTextProperty_Upcast", "D_vtkTextProperty_Upcast")); mixin(bindCode("VTK_DISPLAY_get", "D_VTK_DISPLAY_get")); mixin(bindCode("VTK_NORMALIZED_DISPLAY_get", "D_VTK_NORMALIZED_DISPLAY_get")); mixin(bindCode("VTK_VIEWPORT_get", "D_VTK_VIEWPORT_get")); mixin(bindCode("VTK_NORMALIZED_VIEWPORT_get", "D_VTK_NORMALIZED_VIEWPORT_get")); mixin(bindCode("VTK_VIEW_get", "D_VTK_VIEW_get")); mixin(bindCode("VTK_WORLD_get", "D_VTK_WORLD_get")); mixin(bindCode("VTK_USERDEFINED_get", "D_VTK_USERDEFINED_get")); mixin(bindCode("vtkCoordinate_IsTypeOf", "D_vtkCoordinate_IsTypeOf")); mixin(bindCode("vtkCoordinate_SafeDownCast", "D_vtkCoordinate_SafeDownCast")); mixin(bindCode("vtkCoordinate_NewInstance", "D_vtkCoordinate_NewInstance")); mixin(bindCode("vtkCoordinate_New", "D_vtkCoordinate_New")); mixin(bindCode("vtkCoordinate_SetCoordinateSystem", "D_vtkCoordinate_SetCoordinateSystem")); mixin(bindCode("vtkCoordinate_GetCoordinateSystem", "D_vtkCoordinate_GetCoordinateSystem")); mixin(bindCode("vtkCoordinate_SetCoordinateSystemToDisplay", "D_vtkCoordinate_SetCoordinateSystemToDisplay")); mixin(bindCode("vtkCoordinate_SetCoordinateSystemToNormalizedDisplay", "D_vtkCoordinate_SetCoordinateSystemToNormalizedDisplay")); mixin(bindCode("vtkCoordinate_SetCoordinateSystemToViewport", "D_vtkCoordinate_SetCoordinateSystemToViewport")); mixin(bindCode("vtkCoordinate_SetCoordinateSystemToNormalizedViewport", "D_vtkCoordinate_SetCoordinateSystemToNormalizedViewport")); mixin(bindCode("vtkCoordinate_SetCoordinateSystemToView", "D_vtkCoordinate_SetCoordinateSystemToView")); mixin(bindCode("vtkCoordinate_SetCoordinateSystemToWorld", "D_vtkCoordinate_SetCoordinateSystemToWorld")); mixin(bindCode("vtkCoordinate_GetCoordinateSystemAsString", "D_vtkCoordinate_GetCoordinateSystemAsString")); mixin(bindCode("vtkCoordinate_SetValue__SWIG_0", "D_vtkCoordinate_SetValue__SWIG_0")); mixin(bindCode("vtkCoordinate_SetValue__SWIG_1", "D_vtkCoordinate_SetValue__SWIG_1")); mixin(bindCode("vtkCoordinate_GetValue__SWIG_0", "D_vtkCoordinate_GetValue__SWIG_0")); mixin(bindCode("vtkCoordinate_GetValue__SWIG_1", "D_vtkCoordinate_GetValue__SWIG_1")); mixin(bindCode("vtkCoordinate_GetValue__SWIG_2", "D_vtkCoordinate_GetValue__SWIG_2")); mixin(bindCode("vtkCoordinate_SetValue__SWIG_2", "D_vtkCoordinate_SetValue__SWIG_2")); mixin(bindCode("vtkCoordinate_SetReferenceCoordinate", "D_vtkCoordinate_SetReferenceCoordinate")); mixin(bindCode("vtkCoordinate_GetReferenceCoordinate", "D_vtkCoordinate_GetReferenceCoordinate")); mixin(bindCode("vtkCoordinate_SetViewport", "D_vtkCoordinate_SetViewport")); mixin(bindCode("vtkCoordinate_GetViewport", "D_vtkCoordinate_GetViewport")); mixin(bindCode("vtkCoordinate_GetComputedWorldValue", "D_vtkCoordinate_GetComputedWorldValue")); mixin(bindCode("vtkCoordinate_GetComputedViewportValue", "D_vtkCoordinate_GetComputedViewportValue")); mixin(bindCode("vtkCoordinate_GetComputedDisplayValue", "D_vtkCoordinate_GetComputedDisplayValue")); mixin(bindCode("vtkCoordinate_GetComputedLocalDisplayValue", "D_vtkCoordinate_GetComputedLocalDisplayValue")); mixin(bindCode("vtkCoordinate_GetComputedDoubleViewportValue", "D_vtkCoordinate_GetComputedDoubleViewportValue")); mixin(bindCode("vtkCoordinate_GetComputedDoubleDisplayValue", "D_vtkCoordinate_GetComputedDoubleDisplayValue")); mixin(bindCode("vtkCoordinate_GetComputedValue", "D_vtkCoordinate_GetComputedValue")); mixin(bindCode("vtkCoordinate_GetComputedUserDefinedValue", "D_vtkCoordinate_GetComputedUserDefinedValue")); mixin(bindCode("vtkCoordinate_Upcast", "D_vtkCoordinate_Upcast")); mixin(bindCode("vtkBorderRepresentation_New", "D_vtkBorderRepresentation_New")); mixin(bindCode("vtkBorderRepresentation_IsTypeOf", "D_vtkBorderRepresentation_IsTypeOf")); mixin(bindCode("vtkBorderRepresentation_SafeDownCast", "D_vtkBorderRepresentation_SafeDownCast")); mixin(bindCode("vtkBorderRepresentation_NewInstance", "D_vtkBorderRepresentation_NewInstance")); mixin(bindCode("vtkBorderRepresentation_GetPositionCoordinate", "D_vtkBorderRepresentation_GetPositionCoordinate")); mixin(bindCode("vtkBorderRepresentation_SetPosition__SWIG_0", "D_vtkBorderRepresentation_SetPosition__SWIG_0")); mixin(bindCode("vtkBorderRepresentation_SetPosition__SWIG_1", "D_vtkBorderRepresentation_SetPosition__SWIG_1")); mixin(bindCode("vtkBorderRepresentation_GetPosition", "D_vtkBorderRepresentation_GetPosition")); mixin(bindCode("vtkBorderRepresentation_GetPosition2Coordinate", "D_vtkBorderRepresentation_GetPosition2Coordinate")); mixin(bindCode("vtkBorderRepresentation_SetPosition2__SWIG_0", "D_vtkBorderRepresentation_SetPosition2__SWIG_0")); mixin(bindCode("vtkBorderRepresentation_SetPosition2__SWIG_1", "D_vtkBorderRepresentation_SetPosition2__SWIG_1")); mixin(bindCode("vtkBorderRepresentation_GetPosition2", "D_vtkBorderRepresentation_GetPosition2")); mixin(bindCode("vtkBorderRepresentation_SetShowBorder", "D_vtkBorderRepresentation_SetShowBorder")); mixin(bindCode("vtkBorderRepresentation_GetShowBorderMinValue", "D_vtkBorderRepresentation_GetShowBorderMinValue")); mixin(bindCode("vtkBorderRepresentation_GetShowBorderMaxValue", "D_vtkBorderRepresentation_GetShowBorderMaxValue")); mixin(bindCode("vtkBorderRepresentation_GetShowBorder", "D_vtkBorderRepresentation_GetShowBorder")); mixin(bindCode("vtkBorderRepresentation_SetShowBorderToOff", "D_vtkBorderRepresentation_SetShowBorderToOff")); mixin(bindCode("vtkBorderRepresentation_SetShowBorderToOn", "D_vtkBorderRepresentation_SetShowBorderToOn")); mixin(bindCode("vtkBorderRepresentation_SetShowBorderToActive", "D_vtkBorderRepresentation_SetShowBorderToActive")); mixin(bindCode("vtkBorderRepresentation_GetBorderProperty", "D_vtkBorderRepresentation_GetBorderProperty")); mixin(bindCode("vtkBorderRepresentation_SetProportionalResize", "D_vtkBorderRepresentation_SetProportionalResize")); mixin(bindCode("vtkBorderRepresentation_GetProportionalResize", "D_vtkBorderRepresentation_GetProportionalResize")); mixin(bindCode("vtkBorderRepresentation_ProportionalResizeOn", "D_vtkBorderRepresentation_ProportionalResizeOn")); mixin(bindCode("vtkBorderRepresentation_ProportionalResizeOff", "D_vtkBorderRepresentation_ProportionalResizeOff")); mixin(bindCode("vtkBorderRepresentation_SetMinimumSize__SWIG_0", "D_vtkBorderRepresentation_SetMinimumSize__SWIG_0")); mixin(bindCode("vtkBorderRepresentation_SetMinimumSize__SWIG_1", "D_vtkBorderRepresentation_SetMinimumSize__SWIG_1")); mixin(bindCode("vtkBorderRepresentation_GetMinimumSize__SWIG_0", "D_vtkBorderRepresentation_GetMinimumSize__SWIG_0")); mixin(bindCode("vtkBorderRepresentation_GetMinimumSize__SWIG_1", "D_vtkBorderRepresentation_GetMinimumSize__SWIG_1")); mixin(bindCode("vtkBorderRepresentation_GetMinimumSize__SWIG_2", "D_vtkBorderRepresentation_GetMinimumSize__SWIG_2")); mixin(bindCode("vtkBorderRepresentation_SetMaximumSize__SWIG_0", "D_vtkBorderRepresentation_SetMaximumSize__SWIG_0")); mixin(bindCode("vtkBorderRepresentation_SetMaximumSize__SWIG_1", "D_vtkBorderRepresentation_SetMaximumSize__SWIG_1")); mixin(bindCode("vtkBorderRepresentation_GetMaximumSize__SWIG_0", "D_vtkBorderRepresentation_GetMaximumSize__SWIG_0")); mixin(bindCode("vtkBorderRepresentation_GetMaximumSize__SWIG_1", "D_vtkBorderRepresentation_GetMaximumSize__SWIG_1")); mixin(bindCode("vtkBorderRepresentation_GetMaximumSize__SWIG_2", "D_vtkBorderRepresentation_GetMaximumSize__SWIG_2")); mixin(bindCode("vtkBorderRepresentation_SetTolerance", "D_vtkBorderRepresentation_SetTolerance")); mixin(bindCode("vtkBorderRepresentation_GetToleranceMinValue", "D_vtkBorderRepresentation_GetToleranceMinValue")); mixin(bindCode("vtkBorderRepresentation_GetToleranceMaxValue", "D_vtkBorderRepresentation_GetToleranceMaxValue")); mixin(bindCode("vtkBorderRepresentation_GetTolerance", "D_vtkBorderRepresentation_GetTolerance")); mixin(bindCode("vtkBorderRepresentation_GetSelectionPoint__SWIG_0", "D_vtkBorderRepresentation_GetSelectionPoint__SWIG_0")); mixin(bindCode("vtkBorderRepresentation_GetSelectionPoint__SWIG_1", "D_vtkBorderRepresentation_GetSelectionPoint__SWIG_1")); mixin(bindCode("vtkBorderRepresentation_SetMoving", "D_vtkBorderRepresentation_SetMoving")); mixin(bindCode("vtkBorderRepresentation_GetMoving", "D_vtkBorderRepresentation_GetMoving")); mixin(bindCode("vtkBorderRepresentation_MovingOn", "D_vtkBorderRepresentation_MovingOn")); mixin(bindCode("vtkBorderRepresentation_MovingOff", "D_vtkBorderRepresentation_MovingOff")); mixin(bindCode("vtkBorderRepresentation_GetSize", "D_vtkBorderRepresentation_GetSize")); mixin(bindCode("vtkBorderRepresentation_ComputeInteractionState__SWIG_0", "D_vtkBorderRepresentation_ComputeInteractionState__SWIG_0")); mixin(bindCode("vtkBorderRepresentation_ComputeInteractionState__SWIG_1", "D_vtkBorderRepresentation_ComputeInteractionState__SWIG_1")); mixin(bindCode("vtkBorderRepresentation_Upcast", "D_vtkBorderRepresentation_Upcast")); mixin(bindCode("vtkLogoRepresentation_New", "D_vtkLogoRepresentation_New")); mixin(bindCode("vtkLogoRepresentation_IsTypeOf", "D_vtkLogoRepresentation_IsTypeOf")); mixin(bindCode("vtkLogoRepresentation_SafeDownCast", "D_vtkLogoRepresentation_SafeDownCast")); mixin(bindCode("vtkLogoRepresentation_NewInstance", "D_vtkLogoRepresentation_NewInstance")); mixin(bindCode("vtkLogoRepresentation_SetImage", "D_vtkLogoRepresentation_SetImage")); mixin(bindCode("vtkLogoRepresentation_GetImage", "D_vtkLogoRepresentation_GetImage")); mixin(bindCode("vtkLogoRepresentation_SetImageProperty", "D_vtkLogoRepresentation_SetImageProperty")); mixin(bindCode("vtkLogoRepresentation_GetImageProperty", "D_vtkLogoRepresentation_GetImageProperty")); mixin(bindCode("vtkLogoRepresentation_Upcast", "D_vtkLogoRepresentation_Upcast")); mixin(bindCode("vtkPen_IsTypeOf", "D_vtkPen_IsTypeOf")); mixin(bindCode("vtkPen_SafeDownCast", "D_vtkPen_SafeDownCast")); mixin(bindCode("vtkPen_NewInstance", "D_vtkPen_NewInstance")); mixin(bindCode("vtkPen_New", "D_vtkPen_New")); mixin(bindCode("vtkPen_SetLineType", "D_vtkPen_SetLineType")); mixin(bindCode("vtkPen_GetLineType", "D_vtkPen_GetLineType")); mixin(bindCode("vtkPen_SetColorF__SWIG_0", "D_vtkPen_SetColorF__SWIG_0")); mixin(bindCode("vtkPen_SetColorF__SWIG_1", "D_vtkPen_SetColorF__SWIG_1")); mixin(bindCode("vtkPen_SetColorF__SWIG_2", "D_vtkPen_SetColorF__SWIG_2")); mixin(bindCode("vtkPen_SetOpacityF", "D_vtkPen_SetOpacityF")); mixin(bindCode("vtkPen_SetColor__SWIG_0", "D_vtkPen_SetColor__SWIG_0")); mixin(bindCode("vtkPen_SetColor__SWIG_1", "D_vtkPen_SetColor__SWIG_1")); mixin(bindCode("vtkPen_SetColor__SWIG_2", "D_vtkPen_SetColor__SWIG_2")); mixin(bindCode("vtkPen_SetColor__SWIG_3", "D_vtkPen_SetColor__SWIG_3")); mixin(bindCode("vtkPen_SetOpacity", "D_vtkPen_SetOpacity")); mixin(bindCode("vtkPen_GetColorF", "D_vtkPen_GetColorF")); mixin(bindCode("vtkPen_GetColor__SWIG_0", "D_vtkPen_GetColor__SWIG_0")); mixin(bindCode("vtkPen_GetColorObject", "D_vtkPen_GetColorObject")); mixin(bindCode("vtkPen_GetOpacity", "D_vtkPen_GetOpacity")); mixin(bindCode("vtkPen_GetColor__SWIG_1", "D_vtkPen_GetColor__SWIG_1")); mixin(bindCode("vtkPen_SetWidth", "D_vtkPen_SetWidth")); mixin(bindCode("vtkPen_GetWidth", "D_vtkPen_GetWidth")); mixin(bindCode("vtkPen_DeepCopy", "D_vtkPen_DeepCopy")); mixin(bindCode("new_vtkPen", "D_new_vtkPen")); mixin(bindCode("delete_vtkPen", "D_delete_vtkPen")); mixin(bindCode("vtkPen_Upcast", "D_vtkPen_Upcast")); mixin(bindCode("vtkImageSeedConnectivity_New", "D_vtkImageSeedConnectivity_New")); mixin(bindCode("vtkImageSeedConnectivity_IsTypeOf", "D_vtkImageSeedConnectivity_IsTypeOf")); mixin(bindCode("vtkImageSeedConnectivity_SafeDownCast", "D_vtkImageSeedConnectivity_SafeDownCast")); mixin(bindCode("vtkImageSeedConnectivity_NewInstance", "D_vtkImageSeedConnectivity_NewInstance")); mixin(bindCode("vtkImageSeedConnectivity_RemoveAllSeeds", "D_vtkImageSeedConnectivity_RemoveAllSeeds")); mixin(bindCode("vtkImageSeedConnectivity_AddSeed__SWIG_0", "D_vtkImageSeedConnectivity_AddSeed__SWIG_0")); mixin(bindCode("vtkImageSeedConnectivity_AddSeed__SWIG_1", "D_vtkImageSeedConnectivity_AddSeed__SWIG_1")); mixin(bindCode("vtkImageSeedConnectivity_AddSeed__SWIG_2", "D_vtkImageSeedConnectivity_AddSeed__SWIG_2")); mixin(bindCode("vtkImageSeedConnectivity_SetInputConnectValue", "D_vtkImageSeedConnectivity_SetInputConnectValue")); mixin(bindCode("vtkImageSeedConnectivity_GetInputConnectValue", "D_vtkImageSeedConnectivity_GetInputConnectValue")); mixin(bindCode("vtkImageSeedConnectivity_SetOutputConnectedValue", "D_vtkImageSeedConnectivity_SetOutputConnectedValue")); mixin(bindCode("vtkImageSeedConnectivity_GetOutputConnectedValue", "D_vtkImageSeedConnectivity_GetOutputConnectedValue")); mixin(bindCode("vtkImageSeedConnectivity_SetOutputUnconnectedValue", "D_vtkImageSeedConnectivity_SetOutputUnconnectedValue")); mixin(bindCode("vtkImageSeedConnectivity_GetOutputUnconnectedValue", "D_vtkImageSeedConnectivity_GetOutputUnconnectedValue")); mixin(bindCode("vtkImageSeedConnectivity_GetConnector", "D_vtkImageSeedConnectivity_GetConnector")); mixin(bindCode("vtkImageSeedConnectivity_SetDimensionality", "D_vtkImageSeedConnectivity_SetDimensionality")); mixin(bindCode("vtkImageSeedConnectivity_GetDimensionality", "D_vtkImageSeedConnectivity_GetDimensionality")); mixin(bindCode("vtkImageSeedConnectivity_Upcast", "D_vtkImageSeedConnectivity_Upcast")); mixin(bindCode("vtkInformationVariantVectorKey_IsTypeOf", "D_vtkInformationVariantVectorKey_IsTypeOf")); mixin(bindCode("vtkInformationVariantVectorKey_SafeDownCast", "D_vtkInformationVariantVectorKey_SafeDownCast")); mixin(bindCode("vtkInformationVariantVectorKey_NewInstance", "D_vtkInformationVariantVectorKey_NewInstance")); mixin(bindCode("new_vtkInformationVariantVectorKey__SWIG_0", "D_new_vtkInformationVariantVectorKey__SWIG_0")); mixin(bindCode("new_vtkInformationVariantVectorKey__SWIG_1", "D_new_vtkInformationVariantVectorKey__SWIG_1")); mixin(bindCode("delete_vtkInformationVariantVectorKey", "D_delete_vtkInformationVariantVectorKey")); mixin(bindCode("vtkInformationVariantVectorKey_Append", "D_vtkInformationVariantVectorKey_Append")); mixin(bindCode("vtkInformationVariantVectorKey_Set", "D_vtkInformationVariantVectorKey_Set")); mixin(bindCode("vtkInformationVariantVectorKey_Get__SWIG_0", "D_vtkInformationVariantVectorKey_Get__SWIG_0")); mixin(bindCode("vtkInformationVariantVectorKey_Get__SWIG_1", "D_vtkInformationVariantVectorKey_Get__SWIG_1")); mixin(bindCode("vtkInformationVariantVectorKey_Get__SWIG_2", "D_vtkInformationVariantVectorKey_Get__SWIG_2")); mixin(bindCode("vtkInformationVariantVectorKey_Length", "D_vtkInformationVariantVectorKey_Length")); mixin(bindCode("vtkInformationVariantVectorKey_Upcast", "D_vtkInformationVariantVectorKey_Upcast")); mixin(bindCode("vtkImageVariance3D_New", "D_vtkImageVariance3D_New")); mixin(bindCode("vtkImageVariance3D_IsTypeOf", "D_vtkImageVariance3D_IsTypeOf")); mixin(bindCode("vtkImageVariance3D_SafeDownCast", "D_vtkImageVariance3D_SafeDownCast")); mixin(bindCode("vtkImageVariance3D_NewInstance", "D_vtkImageVariance3D_NewInstance")); mixin(bindCode("vtkImageVariance3D_SetKernelSize", "D_vtkImageVariance3D_SetKernelSize")); mixin(bindCode("vtkImageVariance3D_Upcast", "D_vtkImageVariance3D_Upcast")); mixin(bindCode("vtkMaskPolyData_New", "D_vtkMaskPolyData_New")); mixin(bindCode("vtkMaskPolyData_IsTypeOf", "D_vtkMaskPolyData_IsTypeOf")); mixin(bindCode("vtkMaskPolyData_SafeDownCast", "D_vtkMaskPolyData_SafeDownCast")); mixin(bindCode("vtkMaskPolyData_NewInstance", "D_vtkMaskPolyData_NewInstance")); mixin(bindCode("vtkMaskPolyData_SetOnRatio", "D_vtkMaskPolyData_SetOnRatio")); mixin(bindCode("vtkMaskPolyData_GetOnRatioMinValue", "D_vtkMaskPolyData_GetOnRatioMinValue")); mixin(bindCode("vtkMaskPolyData_GetOnRatioMaxValue", "D_vtkMaskPolyData_GetOnRatioMaxValue")); mixin(bindCode("vtkMaskPolyData_GetOnRatio", "D_vtkMaskPolyData_GetOnRatio")); mixin(bindCode("vtkMaskPolyData_SetOffset", "D_vtkMaskPolyData_SetOffset")); mixin(bindCode("vtkMaskPolyData_GetOffsetMinValue", "D_vtkMaskPolyData_GetOffsetMinValue")); mixin(bindCode("vtkMaskPolyData_GetOffsetMaxValue", "D_vtkMaskPolyData_GetOffsetMaxValue")); mixin(bindCode("vtkMaskPolyData_GetOffset", "D_vtkMaskPolyData_GetOffset")); mixin(bindCode("vtkMaskPolyData_Upcast", "D_vtkMaskPolyData_Upcast")); mixin(bindCode("vtkEdgeLayoutStrategy_IsTypeOf", "D_vtkEdgeLayoutStrategy_IsTypeOf")); mixin(bindCode("vtkEdgeLayoutStrategy_SafeDownCast", "D_vtkEdgeLayoutStrategy_SafeDownCast")); mixin(bindCode("vtkEdgeLayoutStrategy_NewInstance", "D_vtkEdgeLayoutStrategy_NewInstance")); mixin(bindCode("vtkEdgeLayoutStrategy_SetGraph", "D_vtkEdgeLayoutStrategy_SetGraph")); mixin(bindCode("vtkEdgeLayoutStrategy_Initialize", "D_vtkEdgeLayoutStrategy_Initialize")); mixin(bindCode("vtkEdgeLayoutStrategy_Layout", "D_vtkEdgeLayoutStrategy_Layout")); mixin(bindCode("vtkEdgeLayoutStrategy_SetEdgeWeightArrayName", "D_vtkEdgeLayoutStrategy_SetEdgeWeightArrayName")); mixin(bindCode("vtkEdgeLayoutStrategy_GetEdgeWeightArrayName", "D_vtkEdgeLayoutStrategy_GetEdgeWeightArrayName")); mixin(bindCode("vtkEdgeLayoutStrategy_Upcast", "D_vtkEdgeLayoutStrategy_Upcast")); mixin(bindCode("vtkAMRVolumeMapper_New", "D_vtkAMRVolumeMapper_New")); mixin(bindCode("vtkAMRVolumeMapper_IsTypeOf", "D_vtkAMRVolumeMapper_IsTypeOf")); mixin(bindCode("vtkAMRVolumeMapper_SafeDownCast", "D_vtkAMRVolumeMapper_SafeDownCast")); mixin(bindCode("vtkAMRVolumeMapper_NewInstance", "D_vtkAMRVolumeMapper_NewInstance")); mixin(bindCode("vtkAMRVolumeMapper_SetInputData__SWIG_0", "D_vtkAMRVolumeMapper_SetInputData__SWIG_0")); mixin(bindCode("vtkAMRVolumeMapper_SetInputData__SWIG_1", "D_vtkAMRVolumeMapper_SetInputData__SWIG_1")); mixin(bindCode("vtkAMRVolumeMapper_SetInputData__SWIG_2", "D_vtkAMRVolumeMapper_SetInputData__SWIG_2")); mixin(bindCode("vtkAMRVolumeMapper_SetInputConnection__SWIG_0", "D_vtkAMRVolumeMapper_SetInputConnection__SWIG_0")); mixin(bindCode("vtkAMRVolumeMapper_SetInputConnection__SWIG_1", "D_vtkAMRVolumeMapper_SetInputConnection__SWIG_1")); mixin(bindCode("vtkAMRVolumeMapper_GetBounds__SWIG_0", "D_vtkAMRVolumeMapper_GetBounds__SWIG_0")); mixin(bindCode("vtkAMRVolumeMapper_GetBounds__SWIG_1", "D_vtkAMRVolumeMapper_GetBounds__SWIG_1")); mixin(bindCode("vtkAMRVolumeMapper_SelectScalarArray__SWIG_0", "D_vtkAMRVolumeMapper_SelectScalarArray__SWIG_0")); mixin(bindCode("vtkAMRVolumeMapper_SelectScalarArray__SWIG_1", "D_vtkAMRVolumeMapper_SelectScalarArray__SWIG_1")); mixin(bindCode("vtkAMRVolumeMapper_GetScalarModeAsString", "D_vtkAMRVolumeMapper_GetScalarModeAsString")); mixin(bindCode("vtkAMRVolumeMapper_SetCroppingRegionPlanes__SWIG_0", "D_vtkAMRVolumeMapper_SetCroppingRegionPlanes__SWIG_0")); mixin(bindCode("vtkAMRVolumeMapper_SetCroppingRegionPlanes__SWIG_1", "D_vtkAMRVolumeMapper_SetCroppingRegionPlanes__SWIG_1")); mixin(bindCode("vtkAMRVolumeMapper_GetCroppingRegionPlanes__SWIG_0", "D_vtkAMRVolumeMapper_GetCroppingRegionPlanes__SWIG_0")); mixin(bindCode("vtkAMRVolumeMapper_GetCroppingRegionPlanes__SWIG_1", "D_vtkAMRVolumeMapper_GetCroppingRegionPlanes__SWIG_1")); mixin(bindCode("vtkAMRVolumeMapper_SetRequestedRenderMode", "D_vtkAMRVolumeMapper_SetRequestedRenderMode")); mixin(bindCode("vtkAMRVolumeMapper_GetRequestedRenderMode", "D_vtkAMRVolumeMapper_GetRequestedRenderMode")); mixin(bindCode("vtkAMRVolumeMapper_SetRequestedRenderModeToDefault", "D_vtkAMRVolumeMapper_SetRequestedRenderModeToDefault")); mixin(bindCode("vtkAMRVolumeMapper_SetRequestedRenderModeToRayCastAndTexture", "D_vtkAMRVolumeMapper_SetRequestedRenderModeToRayCastAndTexture")); mixin(bindCode("vtkAMRVolumeMapper_SetRequestedRenderModeToRayCast", "D_vtkAMRVolumeMapper_SetRequestedRenderModeToRayCast")); mixin(bindCode("vtkAMRVolumeMapper_SetRequestedRenderModeToTexture", "D_vtkAMRVolumeMapper_SetRequestedRenderModeToTexture")); mixin(bindCode("vtkAMRVolumeMapper_SetRequestedRenderModeToGPU", "D_vtkAMRVolumeMapper_SetRequestedRenderModeToGPU")); mixin(bindCode("vtkAMRVolumeMapper_SetInterpolationMode", "D_vtkAMRVolumeMapper_SetInterpolationMode")); mixin(bindCode("vtkAMRVolumeMapper_GetInterpolationMode", "D_vtkAMRVolumeMapper_GetInterpolationMode")); mixin(bindCode("vtkAMRVolumeMapper_SetInterpolationModeToNearestNeighbor", "D_vtkAMRVolumeMapper_SetInterpolationModeToNearestNeighbor")); mixin(bindCode("vtkAMRVolumeMapper_SetInterpolationModeToLinear", "D_vtkAMRVolumeMapper_SetInterpolationModeToLinear")); mixin(bindCode("vtkAMRVolumeMapper_SetInterpolationModeToCubic", "D_vtkAMRVolumeMapper_SetInterpolationModeToCubic")); mixin(bindCode("vtkAMRVolumeMapper_SetNumberOfSamples__SWIG_0", "D_vtkAMRVolumeMapper_SetNumberOfSamples__SWIG_0")); mixin(bindCode("vtkAMRVolumeMapper_SetNumberOfSamples__SWIG_1", "D_vtkAMRVolumeMapper_SetNumberOfSamples__SWIG_1")); mixin(bindCode("vtkAMRVolumeMapper_GetNumberOfSamples__SWIG_0", "D_vtkAMRVolumeMapper_GetNumberOfSamples__SWIG_0")); mixin(bindCode("vtkAMRVolumeMapper_GetNumberOfSamples__SWIG_1", "D_vtkAMRVolumeMapper_GetNumberOfSamples__SWIG_1")); mixin(bindCode("vtkAMRVolumeMapper_GetNumberOfSamples__SWIG_2", "D_vtkAMRVolumeMapper_GetNumberOfSamples__SWIG_2")); mixin(bindCode("vtkAMRVolumeMapper_SetInteractiveUpdateRate", "D_vtkAMRVolumeMapper_SetInteractiveUpdateRate")); mixin(bindCode("vtkAMRVolumeMapper_GetInteractiveUpdateRate", "D_vtkAMRVolumeMapper_GetInteractiveUpdateRate")); mixin(bindCode("vtkAMRVolumeMapper_SetRequestedResamplingMode", "D_vtkAMRVolumeMapper_SetRequestedResamplingMode")); mixin(bindCode("vtkAMRVolumeMapper_GetRequestedResamplingMode", "D_vtkAMRVolumeMapper_GetRequestedResamplingMode")); mixin(bindCode("vtkAMRVolumeMapper_SetFreezeFocalPoint", "D_vtkAMRVolumeMapper_SetFreezeFocalPoint")); mixin(bindCode("vtkAMRVolumeMapper_GetFreezeFocalPoint", "D_vtkAMRVolumeMapper_GetFreezeFocalPoint")); mixin(bindCode("vtkAMRVolumeMapper_SetResamplerUpdateTolerance", "D_vtkAMRVolumeMapper_SetResamplerUpdateTolerance")); mixin(bindCode("vtkAMRVolumeMapper_GetResamplerUpdateTolerance", "D_vtkAMRVolumeMapper_GetResamplerUpdateTolerance")); mixin(bindCode("vtkAMRVolumeMapper_SetUseDefaultThreading", "D_vtkAMRVolumeMapper_SetUseDefaultThreading")); mixin(bindCode("vtkAMRVolumeMapper_GetUseDefaultThreading", "D_vtkAMRVolumeMapper_GetUseDefaultThreading")); mixin(bindCode("vtkAMRVolumeMapper_ComputeResamplerBoundsFrustumMethod", "D_vtkAMRVolumeMapper_ComputeResamplerBoundsFrustumMethod")); mixin(bindCode("vtkAMRVolumeMapper_Upcast", "D_vtkAMRVolumeMapper_Upcast")); mixin(bindCode("vtkImageCorrelation_New", "D_vtkImageCorrelation_New")); mixin(bindCode("vtkImageCorrelation_IsTypeOf", "D_vtkImageCorrelation_IsTypeOf")); mixin(bindCode("vtkImageCorrelation_SafeDownCast", "D_vtkImageCorrelation_SafeDownCast")); mixin(bindCode("vtkImageCorrelation_NewInstance", "D_vtkImageCorrelation_NewInstance")); mixin(bindCode("vtkImageCorrelation_SetDimensionality", "D_vtkImageCorrelation_SetDimensionality")); mixin(bindCode("vtkImageCorrelation_GetDimensionalityMinValue", "D_vtkImageCorrelation_GetDimensionalityMinValue")); mixin(bindCode("vtkImageCorrelation_GetDimensionalityMaxValue", "D_vtkImageCorrelation_GetDimensionalityMaxValue")); mixin(bindCode("vtkImageCorrelation_GetDimensionality", "D_vtkImageCorrelation_GetDimensionality")); mixin(bindCode("vtkImageCorrelation_SetInput1Data", "D_vtkImageCorrelation_SetInput1Data")); mixin(bindCode("vtkImageCorrelation_SetInput2Data", "D_vtkImageCorrelation_SetInput2Data")); mixin(bindCode("vtkImageCorrelation_Upcast", "D_vtkImageCorrelation_Upcast")); mixin(bindCode("vtkRayCastImageDisplayHelper_New", "D_vtkRayCastImageDisplayHelper_New")); mixin(bindCode("vtkRayCastImageDisplayHelper_IsTypeOf", "D_vtkRayCastImageDisplayHelper_IsTypeOf")); mixin(bindCode("vtkRayCastImageDisplayHelper_SafeDownCast", "D_vtkRayCastImageDisplayHelper_SafeDownCast")); mixin(bindCode("vtkRayCastImageDisplayHelper_NewInstance", "D_vtkRayCastImageDisplayHelper_NewInstance")); mixin(bindCode("vtkRayCastImageDisplayHelper_RenderTexture__SWIG_0", "D_vtkRayCastImageDisplayHelper_RenderTexture__SWIG_0")); mixin(bindCode("vtkRayCastImageDisplayHelper_RenderTexture__SWIG_1", "D_vtkRayCastImageDisplayHelper_RenderTexture__SWIG_1")); mixin(bindCode("vtkRayCastImageDisplayHelper_RenderTexture__SWIG_2", "D_vtkRayCastImageDisplayHelper_RenderTexture__SWIG_2")); mixin(bindCode("vtkRayCastImageDisplayHelper_SetPreMultipliedColors", "D_vtkRayCastImageDisplayHelper_SetPreMultipliedColors")); mixin(bindCode("vtkRayCastImageDisplayHelper_GetPreMultipliedColorsMinValue", "D_vtkRayCastImageDisplayHelper_GetPreMultipliedColorsMinValue")); mixin(bindCode("vtkRayCastImageDisplayHelper_GetPreMultipliedColorsMaxValue", "D_vtkRayCastImageDisplayHelper_GetPreMultipliedColorsMaxValue")); mixin(bindCode("vtkRayCastImageDisplayHelper_GetPreMultipliedColors", "D_vtkRayCastImageDisplayHelper_GetPreMultipliedColors")); mixin(bindCode("vtkRayCastImageDisplayHelper_PreMultipliedColorsOn", "D_vtkRayCastImageDisplayHelper_PreMultipliedColorsOn")); mixin(bindCode("vtkRayCastImageDisplayHelper_PreMultipliedColorsOff", "D_vtkRayCastImageDisplayHelper_PreMultipliedColorsOff")); mixin(bindCode("vtkRayCastImageDisplayHelper_SetPixelScale", "D_vtkRayCastImageDisplayHelper_SetPixelScale")); mixin(bindCode("vtkRayCastImageDisplayHelper_GetPixelScale", "D_vtkRayCastImageDisplayHelper_GetPixelScale")); mixin(bindCode("vtkRayCastImageDisplayHelper_Upcast", "D_vtkRayCastImageDisplayHelper_Upcast")); mixin(bindCode("vtkOpenGLRayCastImageDisplayHelper_New", "D_vtkOpenGLRayCastImageDisplayHelper_New")); mixin(bindCode("vtkOpenGLRayCastImageDisplayHelper_IsTypeOf", "D_vtkOpenGLRayCastImageDisplayHelper_IsTypeOf")); mixin(bindCode("vtkOpenGLRayCastImageDisplayHelper_SafeDownCast", "D_vtkOpenGLRayCastImageDisplayHelper_SafeDownCast")); mixin(bindCode("vtkOpenGLRayCastImageDisplayHelper_NewInstance", "D_vtkOpenGLRayCastImageDisplayHelper_NewInstance")); mixin(bindCode("vtkOpenGLRayCastImageDisplayHelper_RenderTexture__SWIG_0", "D_vtkOpenGLRayCastImageDisplayHelper_RenderTexture__SWIG_0")); mixin(bindCode("vtkOpenGLRayCastImageDisplayHelper_RenderTexture__SWIG_1", "D_vtkOpenGLRayCastImageDisplayHelper_RenderTexture__SWIG_1")); mixin(bindCode("vtkOpenGLRayCastImageDisplayHelper_RenderTexture__SWIG_2", "D_vtkOpenGLRayCastImageDisplayHelper_RenderTexture__SWIG_2")); mixin(bindCode("vtkOpenGLRayCastImageDisplayHelper_Upcast", "D_vtkOpenGLRayCastImageDisplayHelper_Upcast")); mixin(bindCode("vtkCompositePainter_New", "D_vtkCompositePainter_New")); mixin(bindCode("vtkCompositePainter_IsTypeOf", "D_vtkCompositePainter_IsTypeOf")); mixin(bindCode("vtkCompositePainter_SafeDownCast", "D_vtkCompositePainter_SafeDownCast")); mixin(bindCode("vtkCompositePainter_NewInstance", "D_vtkCompositePainter_NewInstance")); mixin(bindCode("vtkCompositePainter_DISPLAY_ATTRIBUTES", "D_vtkCompositePainter_DISPLAY_ATTRIBUTES")); mixin(bindCode("vtkCompositePainter_SetCompositeDataDisplayAttributes", "D_vtkCompositePainter_SetCompositeDataDisplayAttributes")); mixin(bindCode("vtkCompositePainter_GetCompositeDataDisplayAttributes", "D_vtkCompositePainter_GetCompositeDataDisplayAttributes")); mixin(bindCode("new_vtkCompositePainter", "D_new_vtkCompositePainter")); mixin(bindCode("delete_vtkCompositePainter", "D_delete_vtkCompositePainter")); mixin(bindCode("vtkCompositePainter_Upcast", "D_vtkCompositePainter_Upcast")); mixin(bindCode("vtkOpenGLCompositePainter_New", "D_vtkOpenGLCompositePainter_New")); mixin(bindCode("vtkOpenGLCompositePainter_IsTypeOf", "D_vtkOpenGLCompositePainter_IsTypeOf")); mixin(bindCode("vtkOpenGLCompositePainter_SafeDownCast", "D_vtkOpenGLCompositePainter_SafeDownCast")); mixin(bindCode("vtkOpenGLCompositePainter_NewInstance", "D_vtkOpenGLCompositePainter_NewInstance")); mixin(bindCode("vtkOpenGLCompositePainter_Upcast", "D_vtkOpenGLCompositePainter_Upcast")); mixin(bindCode("vtkGenericMovieWriter_IsTypeOf", "D_vtkGenericMovieWriter_IsTypeOf")); mixin(bindCode("vtkGenericMovieWriter_SafeDownCast", "D_vtkGenericMovieWriter_SafeDownCast")); mixin(bindCode("vtkGenericMovieWriter_NewInstance", "D_vtkGenericMovieWriter_NewInstance")); mixin(bindCode("vtkGenericMovieWriter_SetFileName", "D_vtkGenericMovieWriter_SetFileName")); mixin(bindCode("vtkGenericMovieWriter_GetFileName", "D_vtkGenericMovieWriter_GetFileName")); mixin(bindCode("vtkGenericMovieWriter_Start", "D_vtkGenericMovieWriter_Start")); mixin(bindCode("vtkGenericMovieWriter_Write", "D_vtkGenericMovieWriter_Write")); mixin(bindCode("vtkGenericMovieWriter_End", "D_vtkGenericMovieWriter_End")); mixin(bindCode("vtkGenericMovieWriter_GetError", "D_vtkGenericMovieWriter_GetError")); mixin(bindCode("vtkGenericMovieWriter_GetStringFromErrorCode", "D_vtkGenericMovieWriter_GetStringFromErrorCode")); mixin(bindCode("vtkGenericMovieWriter_Upcast", "D_vtkGenericMovieWriter_Upcast")); mixin(bindCode("vtkJPEGWriter_New", "D_vtkJPEGWriter_New")); mixin(bindCode("vtkJPEGWriter_IsTypeOf", "D_vtkJPEGWriter_IsTypeOf")); mixin(bindCode("vtkJPEGWriter_SafeDownCast", "D_vtkJPEGWriter_SafeDownCast")); mixin(bindCode("vtkJPEGWriter_NewInstance", "D_vtkJPEGWriter_NewInstance")); mixin(bindCode("vtkJPEGWriter_SetQuality", "D_vtkJPEGWriter_SetQuality")); mixin(bindCode("vtkJPEGWriter_GetQualityMinValue", "D_vtkJPEGWriter_GetQualityMinValue")); mixin(bindCode("vtkJPEGWriter_GetQualityMaxValue", "D_vtkJPEGWriter_GetQualityMaxValue")); mixin(bindCode("vtkJPEGWriter_GetQuality", "D_vtkJPEGWriter_GetQuality")); mixin(bindCode("vtkJPEGWriter_SetProgressive", "D_vtkJPEGWriter_SetProgressive")); mixin(bindCode("vtkJPEGWriter_GetProgressive", "D_vtkJPEGWriter_GetProgressive")); mixin(bindCode("vtkJPEGWriter_ProgressiveOn", "D_vtkJPEGWriter_ProgressiveOn")); mixin(bindCode("vtkJPEGWriter_ProgressiveOff", "D_vtkJPEGWriter_ProgressiveOff")); mixin(bindCode("vtkJPEGWriter_SetWriteToMemory", "D_vtkJPEGWriter_SetWriteToMemory")); mixin(bindCode("vtkJPEGWriter_GetWriteToMemory", "D_vtkJPEGWriter_GetWriteToMemory")); mixin(bindCode("vtkJPEGWriter_WriteToMemoryOn", "D_vtkJPEGWriter_WriteToMemoryOn")); mixin(bindCode("vtkJPEGWriter_WriteToMemoryOff", "D_vtkJPEGWriter_WriteToMemoryOff")); mixin(bindCode("vtkJPEGWriter_SetResult", "D_vtkJPEGWriter_SetResult")); mixin(bindCode("vtkJPEGWriter_GetResult", "D_vtkJPEGWriter_GetResult")); mixin(bindCode("vtkJPEGWriter_Upcast", "D_vtkJPEGWriter_Upcast")); mixin(bindCode("new_DICOMFile", "D_new_DICOMFile")); mixin(bindCode("delete_DICOMFile", "D_delete_DICOMFile")); mixin(bindCode("DICOMFile_Open", "D_DICOMFile_Open")); mixin(bindCode("DICOMFile_Close", "D_DICOMFile_Close")); mixin(bindCode("DICOMFile_Tell", "D_DICOMFile_Tell")); mixin(bindCode("DICOMFile_SkipToPos", "D_DICOMFile_SkipToPos")); mixin(bindCode("DICOMFile_GetSize", "D_DICOMFile_GetSize")); mixin(bindCode("DICOMFile_Skip", "D_DICOMFile_Skip")); mixin(bindCode("DICOMFile_SkipToStart", "D_DICOMFile_SkipToStart")); mixin(bindCode("DICOMFile_Read", "D_DICOMFile_Read")); mixin(bindCode("DICOMFile_ReadDoubleByte", "D_DICOMFile_ReadDoubleByte")); mixin(bindCode("DICOMFile_ReadDoubleByteAsLittleEndian", "D_DICOMFile_ReadDoubleByteAsLittleEndian")); mixin(bindCode("DICOMFile_ReadQuadByte", "D_DICOMFile_ReadQuadByte")); mixin(bindCode("DICOMFile_ReadNBytes", "D_DICOMFile_ReadNBytes")); mixin(bindCode("DICOMFile_ReadAsciiFloat", "D_DICOMFile_ReadAsciiFloat")); mixin(bindCode("DICOMFile_ReadAsciiInt", "D_DICOMFile_ReadAsciiInt")); mixin(bindCode("DICOMFile_ReadAsciiCharArray", "D_DICOMFile_ReadAsciiCharArray")); mixin(bindCode("DICOMFile_ReturnAsSignedLong", "D_DICOMFile_ReturnAsSignedLong")); mixin(bindCode("DICOMFile_ReturnAsUnsignedLong", "D_DICOMFile_ReturnAsUnsignedLong")); mixin(bindCode("DICOMFile_ReturnAsUnsignedShort", "D_DICOMFile_ReturnAsUnsignedShort")); mixin(bindCode("DICOMFile_ReturnAsSignedShort", "D_DICOMFile_ReturnAsSignedShort")); mixin(bindCode("DICOMFile_ReturnAsInteger", "D_DICOMFile_ReturnAsInteger")); mixin(bindCode("DICOMFile_ReturnAsFloat", "D_DICOMFile_ReturnAsFloat")); mixin(bindCode("DICOMFile_GetPlatformIsBigEndian", "D_DICOMFile_GetPlatformIsBigEndian")); mixin(bindCode("DICOMFile_SetPlatformIsBigEndian", "D_DICOMFile_SetPlatformIsBigEndian")); mixin(bindCode("DICOMFile_swap2__SWIG_0", "D_DICOMFile_swap2__SWIG_0")); mixin(bindCode("DICOMFile_swap4__SWIG_0", "D_DICOMFile_swap4__SWIG_0")); mixin(bindCode("DICOMFile_swap2__SWIG_1", "D_DICOMFile_swap2__SWIG_1")); mixin(bindCode("DICOMFile_swap4__SWIG_1", "D_DICOMFile_swap4__SWIG_1")); mixin(bindCode("DICOMFile_GetPlatformEndian", "D_DICOMFile_GetPlatformEndian")); mixin(bindCode("group_element_compare_opCall", "D_group_element_compare_opCall")); mixin(bindCode("new_group_element_compare", "D_new_group_element_compare")); mixin(bindCode("delete_group_element_compare", "D_delete_group_element_compare")); mixin(bindCode("new_DICOMMapKey", "D_new_DICOMMapKey")); mixin(bindCode("delete_DICOMMapKey", "D_delete_DICOMMapKey")); mixin(bindCode("new_DICOMMapValue__SWIG_0", "D_new_DICOMMapValue__SWIG_0")); mixin(bindCode("new_DICOMMapValue__SWIG_1", "D_new_DICOMMapValue__SWIG_1")); mixin(bindCode("delete_DICOMMapValue", "D_delete_DICOMMapValue")); mixin(bindCode("new_DICOMParserMap", "D_new_DICOMParserMap")); mixin(bindCode("delete_DICOMParserMap", "D_delete_DICOMParserMap")); mixin(bindCode("new_DICOMImplicitTypeMap", "D_new_DICOMImplicitTypeMap")); mixin(bindCode("delete_DICOMImplicitTypeMap", "D_delete_DICOMImplicitTypeMap")); mixin(bindCode("new_DICOMParser", "D_new_DICOMParser")); mixin(bindCode("delete_DICOMParser", "D_delete_DICOMParser")); mixin(bindCode("DICOMParser_OpenFile", "D_DICOMParser_OpenFile")); mixin(bindCode("DICOMParser_GetFileName", "D_DICOMParser_GetFileName")); mixin(bindCode("DICOMParser_ReadHeader", "D_DICOMParser_ReadHeader")); mixin(bindCode("DICOMParser_IsDICOMFile__SWIG_0", "D_DICOMParser_IsDICOMFile__SWIG_0")); mixin(bindCode("DICOMParser_IsDICOMFile__SWIG_1", "D_DICOMParser_IsDICOMFile__SWIG_1")); mixin(bindCode("DICOMParser_CheckMagic", "D_DICOMParser_CheckMagic")); mixin(bindCode("DICOMParser_ModalityTag", "D_DICOMParser_ModalityTag")); mixin(bindCode("DICOMParser_SetDICOMTagCallbacks", "D_DICOMParser_SetDICOMTagCallbacks")); mixin(bindCode("DICOMParser_AddDICOMTagCallbacks", "D_DICOMParser_AddDICOMTagCallbacks")); mixin(bindCode("DICOMParser_AddDICOMTagCallback", "D_DICOMParser_AddDICOMTagCallback")); mixin(bindCode("DICOMParser_AddDICOMTagCallbackToAllTags", "D_DICOMParser_AddDICOMTagCallbackToAllTags")); mixin(bindCode("DICOMParser_GetDICOMFile", "D_DICOMParser_GetDICOMFile")); mixin(bindCode("DICOMParser_ClearAllDICOMTagCallbacks", "D_DICOMParser_ClearAllDICOMTagCallbacks")); mixin(bindCode("DICOMParser_TransferSyntaxCallback", "D_DICOMParser_TransferSyntaxCallback")); mixin(bindCode("DICOMParser_GetGroupsElementsDatatypes", "D_DICOMParser_GetGroupsElementsDatatypes")); mixin(bindCode("delete_DICOMCallback", "D_delete_DICOMCallback")); mixin(bindCode("DICOMCallback_Execute", "D_DICOMCallback_Execute")); mixin(bindCode("ltstdstr_opCall", "D_ltstdstr_opCall")); mixin(bindCode("new_ltstdstr", "D_new_ltstdstr")); mixin(bindCode("delete_ltstdstr", "D_delete_ltstdstr")); mixin(bindCode("DICOMTagInfo_group_set", "D_DICOMTagInfo_group_set")); mixin(bindCode("DICOMTagInfo_group_get", "D_DICOMTagInfo_group_get")); mixin(bindCode("DICOMTagInfo_element_set", "D_DICOMTagInfo_element_set")); mixin(bindCode("DICOMTagInfo_element_get", "D_DICOMTagInfo_element_get")); mixin(bindCode("DICOMTagInfo_datatype_set", "D_DICOMTagInfo_datatype_set")); mixin(bindCode("DICOMTagInfo_datatype_get", "D_DICOMTagInfo_datatype_get")); mixin(bindCode("DICOMTagInfo_description_set", "D_DICOMTagInfo_description_set")); mixin(bindCode("DICOMTagInfo_description_get", "D_DICOMTagInfo_description_get")); mixin(bindCode("new_DICOMTagInfo", "D_new_DICOMTagInfo")); mixin(bindCode("delete_DICOMTagInfo", "D_delete_DICOMTagInfo")); mixin(bindCode("new_DICOMOrderingElements", "D_new_DICOMOrderingElements")); mixin(bindCode("DICOMOrderingElements_SliceNumber_set", "D_DICOMOrderingElements_SliceNumber_set")); mixin(bindCode("DICOMOrderingElements_SliceNumber_get", "D_DICOMOrderingElements_SliceNumber_get")); mixin(bindCode("DICOMOrderingElements_SliceLocation_set", "D_DICOMOrderingElements_SliceLocation_set")); mixin(bindCode("DICOMOrderingElements_SliceLocation_get", "D_DICOMOrderingElements_SliceLocation_get")); mixin(bindCode("DICOMOrderingElements_ImagePositionPatient_set", "D_DICOMOrderingElements_ImagePositionPatient_set")); mixin(bindCode("DICOMOrderingElements_ImagePositionPatient_get", "D_DICOMOrderingElements_ImagePositionPatient_get")); mixin(bindCode("DICOMOrderingElements_ImageOrientationPatient_set", "D_DICOMOrderingElements_ImageOrientationPatient_set")); mixin(bindCode("DICOMOrderingElements_ImageOrientationPatient_get", "D_DICOMOrderingElements_ImageOrientationPatient_get")); mixin(bindCode("delete_DICOMOrderingElements", "D_delete_DICOMOrderingElements")); mixin(bindCode("new_DICOMAppHelper", "D_new_DICOMAppHelper")); mixin(bindCode("delete_DICOMAppHelper", "D_delete_DICOMAppHelper")); mixin(bindCode("DICOMAppHelper_RescaleSlopeCallback", "D_DICOMAppHelper_RescaleSlopeCallback")); mixin(bindCode("DICOMAppHelper_ArrayCallback", "D_DICOMAppHelper_ArrayCallback")); mixin(bindCode("DICOMAppHelper_SliceNumberCallback", "D_DICOMAppHelper_SliceNumberCallback")); mixin(bindCode("DICOMAppHelper_SliceLocationCallback", "D_DICOMAppHelper_SliceLocationCallback")); mixin(bindCode("DICOMAppHelper_ImagePositionPatientCallback", "D_DICOMAppHelper_ImagePositionPatientCallback")); mixin(bindCode("DICOMAppHelper_ImageOrientationPatientCallback", "D_DICOMAppHelper_ImageOrientationPatientCallback")); mixin(bindCode("DICOMAppHelper_SeriesUIDCallback", "D_DICOMAppHelper_SeriesUIDCallback")); mixin(bindCode("DICOMAppHelper_TransferSyntaxCallback", "D_DICOMAppHelper_TransferSyntaxCallback")); mixin(bindCode("DICOMAppHelper_BitsAllocatedCallback", "D_DICOMAppHelper_BitsAllocatedCallback")); mixin(bindCode("DICOMAppHelper_ToggleSwapBytesCallback", "D_DICOMAppHelper_ToggleSwapBytesCallback")); mixin(bindCode("DICOMAppHelper_PixelSpacingCallback", "D_DICOMAppHelper_PixelSpacingCallback")); mixin(bindCode("DICOMAppHelper_HeightCallback", "D_DICOMAppHelper_HeightCallback")); mixin(bindCode("DICOMAppHelper_WidthCallback", "D_DICOMAppHelper_WidthCallback")); mixin(bindCode("DICOMAppHelper_PixelRepresentationCallback", "D_DICOMAppHelper_PixelRepresentationCallback")); mixin(bindCode("DICOMAppHelper_PhotometricInterpretationCallback", "D_DICOMAppHelper_PhotometricInterpretationCallback")); mixin(bindCode("DICOMAppHelper_PixelDataCallback", "D_DICOMAppHelper_PixelDataCallback")); mixin(bindCode("DICOMAppHelper_RescaleOffsetCallback", "D_DICOMAppHelper_RescaleOffsetCallback")); mixin(bindCode("DICOMAppHelper_RegisterCallbacks", "D_DICOMAppHelper_RegisterCallbacks")); mixin(bindCode("DICOMAppHelper_RegisterPixelDataCallback", "D_DICOMAppHelper_RegisterPixelDataCallback")); mixin(bindCode("DICOMAppHelper_OutputSeries", "D_DICOMAppHelper_OutputSeries")); mixin(bindCode("DICOMAppHelper_GetPixelSpacing", "D_DICOMAppHelper_GetPixelSpacing")); mixin(bindCode("DICOMAppHelper_GetWidth", "D_DICOMAppHelper_GetWidth")); mixin(bindCode("DICOMAppHelper_GetHeight", "D_DICOMAppHelper_GetHeight")); mixin(bindCode("DICOMAppHelper_GetDimensions", "D_DICOMAppHelper_GetDimensions")); mixin(bindCode("DICOMAppHelper_GetImagePositionPatient", "D_DICOMAppHelper_GetImagePositionPatient")); mixin(bindCode("DICOMAppHelper_GetImageOrientationPatient", "D_DICOMAppHelper_GetImageOrientationPatient")); mixin(bindCode("DICOMAppHelper_GetBitsAllocated", "D_DICOMAppHelper_GetBitsAllocated")); mixin(bindCode("DICOMAppHelper_GetPixelRepresentation", "D_DICOMAppHelper_GetPixelRepresentation")); mixin(bindCode("DICOMAppHelper_GetNumberOfComponents", "D_DICOMAppHelper_GetNumberOfComponents")); mixin(bindCode("DICOMAppHelper_GetTransferSyntaxUID", "D_DICOMAppHelper_GetTransferSyntaxUID")); mixin(bindCode("DICOMAppHelper_TransferSyntaxUIDDescription", "D_DICOMAppHelper_TransferSyntaxUIDDescription")); mixin(bindCode("DICOMAppHelper_GetImageData", "D_DICOMAppHelper_GetImageData")); mixin(bindCode("DICOMAppHelper_RescaledImageDataIsFloat", "D_DICOMAppHelper_RescaledImageDataIsFloat")); mixin(bindCode("DICOMAppHelper_RescaledImageDataIsSigned", "D_DICOMAppHelper_RescaledImageDataIsSigned")); mixin(bindCode("DICOMAppHelper_GetSliceNumber", "D_DICOMAppHelper_GetSliceNumber")); mixin(bindCode("DICOMAppHelper_Clear", "D_DICOMAppHelper_Clear")); mixin(bindCode("DICOMAppHelper_GetSeriesUIDs", "D_DICOMAppHelper_GetSeriesUIDs")); mixin(bindCode("DICOMAppHelper_GetSliceNumberFilenamePairs__SWIG_0", "D_DICOMAppHelper_GetSliceNumberFilenamePairs__SWIG_0")); mixin(bindCode("DICOMAppHelper_GetSliceNumberFilenamePairs__SWIG_1", "D_DICOMAppHelper_GetSliceNumberFilenamePairs__SWIG_1")); mixin(bindCode("DICOMAppHelper_GetSliceNumberFilenamePairs__SWIG_2", "D_DICOMAppHelper_GetSliceNumberFilenamePairs__SWIG_2")); mixin(bindCode("DICOMAppHelper_GetSliceNumberFilenamePairs__SWIG_3", "D_DICOMAppHelper_GetSliceNumberFilenamePairs__SWIG_3")); mixin(bindCode("DICOMAppHelper_GetSliceLocationFilenamePairs__SWIG_0", "D_DICOMAppHelper_GetSliceLocationFilenamePairs__SWIG_0")); mixin(bindCode("DICOMAppHelper_GetSliceLocationFilenamePairs__SWIG_1", "D_DICOMAppHelper_GetSliceLocationFilenamePairs__SWIG_1")); mixin(bindCode("DICOMAppHelper_GetSliceLocationFilenamePairs__SWIG_2", "D_DICOMAppHelper_GetSliceLocationFilenamePairs__SWIG_2")); mixin(bindCode("DICOMAppHelper_GetSliceLocationFilenamePairs__SWIG_3", "D_DICOMAppHelper_GetSliceLocationFilenamePairs__SWIG_3")); mixin(bindCode("DICOMAppHelper_GetImagePositionPatientFilenamePairs__SWIG_0", "D_DICOMAppHelper_GetImagePositionPatientFilenamePairs__SWIG_0")); mixin(bindCode("DICOMAppHelper_GetImagePositionPatientFilenamePairs__SWIG_1", "D_DICOMAppHelper_GetImagePositionPatientFilenamePairs__SWIG_1")); mixin(bindCode("DICOMAppHelper_GetImagePositionPatientFilenamePairs__SWIG_2", "D_DICOMAppHelper_GetImagePositionPatientFilenamePairs__SWIG_2")); mixin(bindCode("DICOMAppHelper_GetImagePositionPatientFilenamePairs__SWIG_3", "D_DICOMAppHelper_GetImagePositionPatientFilenamePairs__SWIG_3")); mixin(bindCode("DICOMAppHelper_GetRescaleSlope", "D_DICOMAppHelper_GetRescaleSlope")); mixin(bindCode("DICOMAppHelper_GetRescaleOffset", "D_DICOMAppHelper_GetRescaleOffset")); mixin(bindCode("DICOMAppHelper_GetPatientName", "D_DICOMAppHelper_GetPatientName")); mixin(bindCode("DICOMAppHelper_GetStudyUID", "D_DICOMAppHelper_GetStudyUID")); mixin(bindCode("DICOMAppHelper_GetStudyID", "D_DICOMAppHelper_GetStudyID")); mixin(bindCode("DICOMAppHelper_PatientNameCallback", "D_DICOMAppHelper_PatientNameCallback")); mixin(bindCode("DICOMAppHelper_StudyUIDCallback", "D_DICOMAppHelper_StudyUIDCallback")); mixin(bindCode("DICOMAppHelper_StudyIDCallback", "D_DICOMAppHelper_StudyIDCallback")); mixin(bindCode("DICOMAppHelper_GantryAngleCallback", "D_DICOMAppHelper_GantryAngleCallback")); mixin(bindCode("DICOMAppHelper_GetGantryAngle", "D_DICOMAppHelper_GetGantryAngle")); mixin(bindCode("vtkRowQuery_IsTypeOf", "D_vtkRowQuery_IsTypeOf")); mixin(bindCode("vtkRowQuery_SafeDownCast", "D_vtkRowQuery_SafeDownCast")); mixin(bindCode("vtkRowQuery_NewInstance", "D_vtkRowQuery_NewInstance")); mixin(bindCode("vtkRowQuery_Execute", "D_vtkRowQuery_Execute")); mixin(bindCode("vtkRowQuery_GetNumberOfFields", "D_vtkRowQuery_GetNumberOfFields")); mixin(bindCode("vtkRowQuery_GetFieldName", "D_vtkRowQuery_GetFieldName")); mixin(bindCode("vtkRowQuery_GetFieldType", "D_vtkRowQuery_GetFieldType")); mixin(bindCode("vtkRowQuery_GetFieldIndex", "D_vtkRowQuery_GetFieldIndex")); mixin(bindCode("vtkRowQuery_NextRow__SWIG_0", "D_vtkRowQuery_NextRow__SWIG_0")); mixin(bindCode("vtkRowQuery_IsActive", "D_vtkRowQuery_IsActive")); mixin(bindCode("vtkRowQuery_NextRow__SWIG_1", "D_vtkRowQuery_NextRow__SWIG_1")); mixin(bindCode("vtkRowQuery_DataValue", "D_vtkRowQuery_DataValue")); mixin(bindCode("vtkRowQuery_HasError", "D_vtkRowQuery_HasError")); mixin(bindCode("vtkRowQuery_GetLastErrorText", "D_vtkRowQuery_GetLastErrorText")); mixin(bindCode("vtkRowQuery_SetCaseSensitiveFieldNames", "D_vtkRowQuery_SetCaseSensitiveFieldNames")); mixin(bindCode("vtkRowQuery_GetCaseSensitiveFieldNames", "D_vtkRowQuery_GetCaseSensitiveFieldNames")); mixin(bindCode("vtkRowQuery_CaseSensitiveFieldNamesOn", "D_vtkRowQuery_CaseSensitiveFieldNamesOn")); mixin(bindCode("vtkRowQuery_CaseSensitiveFieldNamesOff", "D_vtkRowQuery_CaseSensitiveFieldNamesOff")); mixin(bindCode("vtkRowQuery_Upcast", "D_vtkRowQuery_Upcast")); mixin(bindCode("vtkSQLQuery_IsTypeOf", "D_vtkSQLQuery_IsTypeOf")); mixin(bindCode("vtkSQLQuery_SafeDownCast", "D_vtkSQLQuery_SafeDownCast")); mixin(bindCode("vtkSQLQuery_NewInstance", "D_vtkSQLQuery_NewInstance")); mixin(bindCode("vtkSQLQuery_SetQuery", "D_vtkSQLQuery_SetQuery")); mixin(bindCode("vtkSQLQuery_GetQuery", "D_vtkSQLQuery_GetQuery")); mixin(bindCode("vtkSQLQuery_BeginTransaction", "D_vtkSQLQuery_BeginTransaction")); mixin(bindCode("vtkSQLQuery_CommitTransaction", "D_vtkSQLQuery_CommitTransaction")); mixin(bindCode("vtkSQLQuery_RollbackTransaction", "D_vtkSQLQuery_RollbackTransaction")); mixin(bindCode("vtkSQLQuery_GetDatabase", "D_vtkSQLQuery_GetDatabase")); mixin(bindCode("vtkSQLQuery_BindParameter__SWIG_0", "D_vtkSQLQuery_BindParameter__SWIG_0")); mixin(bindCode("vtkSQLQuery_BindParameter__SWIG_1", "D_vtkSQLQuery_BindParameter__SWIG_1")); mixin(bindCode("vtkSQLQuery_BindParameter__SWIG_2", "D_vtkSQLQuery_BindParameter__SWIG_2")); mixin(bindCode("vtkSQLQuery_BindParameter__SWIG_3", "D_vtkSQLQuery_BindParameter__SWIG_3")); mixin(bindCode("vtkSQLQuery_BindParameter__SWIG_4", "D_vtkSQLQuery_BindParameter__SWIG_4")); mixin(bindCode("vtkSQLQuery_BindParameter__SWIG_5", "D_vtkSQLQuery_BindParameter__SWIG_5")); mixin(bindCode("vtkSQLQuery_BindParameter__SWIG_6", "D_vtkSQLQuery_BindParameter__SWIG_6")); mixin(bindCode("vtkSQLQuery_ClearParameterBindings", "D_vtkSQLQuery_ClearParameterBindings")); mixin(bindCode("vtkSQLQuery_EscapeString", "D_vtkSQLQuery_EscapeString")); mixin(bindCode("vtkSQLQuery_Upcast", "D_vtkSQLQuery_Upcast")); mixin(bindCode("vtkSQLiteQuery_IsTypeOf", "D_vtkSQLiteQuery_IsTypeOf")); mixin(bindCode("vtkSQLiteQuery_SafeDownCast", "D_vtkSQLiteQuery_SafeDownCast")); mixin(bindCode("vtkSQLiteQuery_NewInstance", "D_vtkSQLiteQuery_NewInstance")); mixin(bindCode("vtkSQLiteQuery_New", "D_vtkSQLiteQuery_New")); mixin(bindCode("vtkSQLiteQuery_BindParameter__SWIG_0", "D_vtkSQLiteQuery_BindParameter__SWIG_0")); mixin(bindCode("vtkSQLiteQuery_BindParameter__SWIG_1", "D_vtkSQLiteQuery_BindParameter__SWIG_1")); mixin(bindCode("vtkSQLiteQuery_BindParameter__SWIG_2", "D_vtkSQLiteQuery_BindParameter__SWIG_2")); mixin(bindCode("vtkSQLiteQuery_BindParameter__SWIG_3", "D_vtkSQLiteQuery_BindParameter__SWIG_3")); mixin(bindCode("vtkSQLiteQuery_BindParameter__SWIG_4", "D_vtkSQLiteQuery_BindParameter__SWIG_4")); mixin(bindCode("vtkSQLiteQuery_BindParameter__SWIG_5", "D_vtkSQLiteQuery_BindParameter__SWIG_5")); mixin(bindCode("vtkSQLiteQuery_BindParameter__SWIG_6", "D_vtkSQLiteQuery_BindParameter__SWIG_6")); mixin(bindCode("vtkSQLiteQuery_Upcast", "D_vtkSQLiteQuery_Upcast")); mixin(bindCode("vtkVertexListIterator_New", "D_vtkVertexListIterator_New")); mixin(bindCode("vtkVertexListIterator_IsTypeOf", "D_vtkVertexListIterator_IsTypeOf")); mixin(bindCode("vtkVertexListIterator_SafeDownCast", "D_vtkVertexListIterator_SafeDownCast")); mixin(bindCode("vtkVertexListIterator_NewInstance", "D_vtkVertexListIterator_NewInstance")); mixin(bindCode("vtkVertexListIterator_SetGraph", "D_vtkVertexListIterator_SetGraph")); mixin(bindCode("vtkVertexListIterator_GetGraph", "D_vtkVertexListIterator_GetGraph")); mixin(bindCode("vtkVertexListIterator_Next", "D_vtkVertexListIterator_Next")); mixin(bindCode("vtkVertexListIterator_HasNext", "D_vtkVertexListIterator_HasNext")); mixin(bindCode("vtkVertexListIterator_Upcast", "D_vtkVertexListIterator_Upcast")); mixin(bindCode("vtkOpenGLRenderWindow_IsTypeOf", "D_vtkOpenGLRenderWindow_IsTypeOf")); mixin(bindCode("vtkOpenGLRenderWindow_SafeDownCast", "D_vtkOpenGLRenderWindow_SafeDownCast")); mixin(bindCode("vtkOpenGLRenderWindow_NewInstance", "D_vtkOpenGLRenderWindow_NewInstance")); mixin(bindCode("vtkOpenGLRenderWindow_SetGlobalMaximumNumberOfMultiSamples", "D_vtkOpenGLRenderWindow_SetGlobalMaximumNumberOfMultiSamples")); mixin(bindCode("vtkOpenGLRenderWindow_GetGlobalMaximumNumberOfMultiSamples", "D_vtkOpenGLRenderWindow_GetGlobalMaximumNumberOfMultiSamples")); mixin(bindCode("vtkOpenGLRenderWindow_GetPixelData__SWIG_0", "D_vtkOpenGLRenderWindow_GetPixelData__SWIG_0")); mixin(bindCode("vtkOpenGLRenderWindow_GetPixelData__SWIG_1", "D_vtkOpenGLRenderWindow_GetPixelData__SWIG_1")); mixin(bindCode("vtkOpenGLRenderWindow_SetPixelData__SWIG_0", "D_vtkOpenGLRenderWindow_SetPixelData__SWIG_0")); mixin(bindCode("vtkOpenGLRenderWindow_SetPixelData__SWIG_1", "D_vtkOpenGLRenderWindow_SetPixelData__SWIG_1")); mixin(bindCode("vtkOpenGLRenderWindow_GetRGBAPixelData__SWIG_0", "D_vtkOpenGLRenderWindow_GetRGBAPixelData__SWIG_0")); mixin(bindCode("vtkOpenGLRenderWindow_GetRGBAPixelData__SWIG_1", "D_vtkOpenGLRenderWindow_GetRGBAPixelData__SWIG_1")); mixin(bindCode("vtkOpenGLRenderWindow_SetRGBAPixelData__SWIG_0", "D_vtkOpenGLRenderWindow_SetRGBAPixelData__SWIG_0")); mixin(bindCode("vtkOpenGLRenderWindow_SetRGBAPixelData__SWIG_1", "D_vtkOpenGLRenderWindow_SetRGBAPixelData__SWIG_1")); mixin(bindCode("vtkOpenGLRenderWindow_SetRGBAPixelData__SWIG_2", "D_vtkOpenGLRenderWindow_SetRGBAPixelData__SWIG_2")); mixin(bindCode("vtkOpenGLRenderWindow_SetRGBAPixelData__SWIG_3", "D_vtkOpenGLRenderWindow_SetRGBAPixelData__SWIG_3")); mixin(bindCode("vtkOpenGLRenderWindow_GetRGBACharPixelData__SWIG_0", "D_vtkOpenGLRenderWindow_GetRGBACharPixelData__SWIG_0")); mixin(bindCode("vtkOpenGLRenderWindow_GetRGBACharPixelData__SWIG_1", "D_vtkOpenGLRenderWindow_GetRGBACharPixelData__SWIG_1")); mixin(bindCode("vtkOpenGLRenderWindow_SetRGBACharPixelData__SWIG_0", "D_vtkOpenGLRenderWindow_SetRGBACharPixelData__SWIG_0")); mixin(bindCode("vtkOpenGLRenderWindow_SetRGBACharPixelData__SWIG_1", "D_vtkOpenGLRenderWindow_SetRGBACharPixelData__SWIG_1")); mixin(bindCode("vtkOpenGLRenderWindow_SetRGBACharPixelData__SWIG_2", "D_vtkOpenGLRenderWindow_SetRGBACharPixelData__SWIG_2")); mixin(bindCode("vtkOpenGLRenderWindow_SetRGBACharPixelData__SWIG_3", "D_vtkOpenGLRenderWindow_SetRGBACharPixelData__SWIG_3")); mixin(bindCode("vtkOpenGLRenderWindow_GetZbufferData__SWIG_0", "D_vtkOpenGLRenderWindow_GetZbufferData__SWIG_0")); mixin(bindCode("vtkOpenGLRenderWindow_GetZbufferData__SWIG_1", "D_vtkOpenGLRenderWindow_GetZbufferData__SWIG_1")); mixin(bindCode("vtkOpenGLRenderWindow_GetZbufferData__SWIG_2", "D_vtkOpenGLRenderWindow_GetZbufferData__SWIG_2")); mixin(bindCode("vtkOpenGLRenderWindow_SetZbufferData__SWIG_0", "D_vtkOpenGLRenderWindow_SetZbufferData__SWIG_0")); mixin(bindCode("vtkOpenGLRenderWindow_SetZbufferData__SWIG_1", "D_vtkOpenGLRenderWindow_SetZbufferData__SWIG_1")); mixin(bindCode("vtkOpenGLRenderWindow_RegisterTextureResource", "D_vtkOpenGLRenderWindow_RegisterTextureResource")); mixin(bindCode("vtkOpenGLRenderWindow_OpenGLInit", "D_vtkOpenGLRenderWindow_OpenGLInit")); mixin(bindCode("vtkOpenGLRenderWindow_OpenGLInitState", "D_vtkOpenGLRenderWindow_OpenGLInitState")); mixin(bindCode("vtkOpenGLRenderWindow_OpenGLInitContext", "D_vtkOpenGLRenderWindow_OpenGLInitContext")); mixin(bindCode("vtkOpenGLRenderWindow_GetBackLeftBuffer", "D_vtkOpenGLRenderWindow_GetBackLeftBuffer")); mixin(bindCode("vtkOpenGLRenderWindow_GetBackRightBuffer", "D_vtkOpenGLRenderWindow_GetBackRightBuffer")); mixin(bindCode("vtkOpenGLRenderWindow_GetFrontLeftBuffer", "D_vtkOpenGLRenderWindow_GetFrontLeftBuffer")); mixin(bindCode("vtkOpenGLRenderWindow_GetFrontRightBuffer", "D_vtkOpenGLRenderWindow_GetFrontRightBuffer")); mixin(bindCode("vtkOpenGLRenderWindow_GetBackBuffer", "D_vtkOpenGLRenderWindow_GetBackBuffer")); mixin(bindCode("vtkOpenGLRenderWindow_GetFrontBuffer", "D_vtkOpenGLRenderWindow_GetFrontBuffer")); mixin(bindCode("vtkOpenGLRenderWindow_GetContextCreationTime", "D_vtkOpenGLRenderWindow_GetContextCreationTime")); mixin(bindCode("vtkOpenGLRenderWindow_GetExtensionManager", "D_vtkOpenGLRenderWindow_GetExtensionManager")); mixin(bindCode("vtkOpenGLRenderWindow_GetHardwareSupport", "D_vtkOpenGLRenderWindow_GetHardwareSupport")); mixin(bindCode("vtkOpenGLRenderWindow_Upcast", "D_vtkOpenGLRenderWindow_Upcast")); mixin(bindCode("vtkGenericOpenGLRenderWindow_New", "D_vtkGenericOpenGLRenderWindow_New")); mixin(bindCode("vtkGenericOpenGLRenderWindow_IsTypeOf", "D_vtkGenericOpenGLRenderWindow_IsTypeOf")); mixin(bindCode("vtkGenericOpenGLRenderWindow_SafeDownCast", "D_vtkGenericOpenGLRenderWindow_SafeDownCast")); mixin(bindCode("vtkGenericOpenGLRenderWindow_NewInstance", "D_vtkGenericOpenGLRenderWindow_NewInstance")); mixin(bindCode("vtkGenericOpenGLRenderWindow_SetFrontBuffer", "D_vtkGenericOpenGLRenderWindow_SetFrontBuffer")); mixin(bindCode("vtkGenericOpenGLRenderWindow_SetFrontLeftBuffer", "D_vtkGenericOpenGLRenderWindow_SetFrontLeftBuffer")); mixin(bindCode("vtkGenericOpenGLRenderWindow_SetFrontRightBuffer", "D_vtkGenericOpenGLRenderWindow_SetFrontRightBuffer")); mixin(bindCode("vtkGenericOpenGLRenderWindow_SetBackBuffer", "D_vtkGenericOpenGLRenderWindow_SetBackBuffer")); mixin(bindCode("vtkGenericOpenGLRenderWindow_SetBackLeftBuffer", "D_vtkGenericOpenGLRenderWindow_SetBackLeftBuffer")); mixin(bindCode("vtkGenericOpenGLRenderWindow_SetBackRightBuffer", "D_vtkGenericOpenGLRenderWindow_SetBackRightBuffer")); mixin(bindCode("vtkGenericOpenGLRenderWindow_PushState", "D_vtkGenericOpenGLRenderWindow_PushState")); mixin(bindCode("vtkGenericOpenGLRenderWindow_PopState", "D_vtkGenericOpenGLRenderWindow_PopState")); mixin(bindCode("vtkGenericOpenGLRenderWindow_CreateAWindow", "D_vtkGenericOpenGLRenderWindow_CreateAWindow")); mixin(bindCode("vtkGenericOpenGLRenderWindow_DestroyWindow", "D_vtkGenericOpenGLRenderWindow_DestroyWindow")); mixin(bindCode("vtkGenericOpenGLRenderWindow_Upcast", "D_vtkGenericOpenGLRenderWindow_Upcast")); mixin(bindCode("vtkTriangularTCoords_New", "D_vtkTriangularTCoords_New")); mixin(bindCode("vtkTriangularTCoords_IsTypeOf", "D_vtkTriangularTCoords_IsTypeOf")); mixin(bindCode("vtkTriangularTCoords_SafeDownCast", "D_vtkTriangularTCoords_SafeDownCast")); mixin(bindCode("vtkTriangularTCoords_NewInstance", "D_vtkTriangularTCoords_NewInstance")); mixin(bindCode("vtkTriangularTCoords_Upcast", "D_vtkTriangularTCoords_Upcast")); mixin(bindCode("vtkInterpolatingSubdivisionFilter_IsTypeOf", "D_vtkInterpolatingSubdivisionFilter_IsTypeOf")); mixin(bindCode("vtkInterpolatingSubdivisionFilter_SafeDownCast", "D_vtkInterpolatingSubdivisionFilter_SafeDownCast")); mixin(bindCode("vtkInterpolatingSubdivisionFilter_NewInstance", "D_vtkInterpolatingSubdivisionFilter_NewInstance")); mixin(bindCode("vtkInterpolatingSubdivisionFilter_SetNumberOfSubdivisions", "D_vtkInterpolatingSubdivisionFilter_SetNumberOfSubdivisions")); mixin(bindCode("vtkInterpolatingSubdivisionFilter_GetNumberOfSubdivisions", "D_vtkInterpolatingSubdivisionFilter_GetNumberOfSubdivisions")); mixin(bindCode("vtkInterpolatingSubdivisionFilter_Upcast", "D_vtkInterpolatingSubdivisionFilter_Upcast")); mixin(bindCode("vtkAssignAttribute_IsTypeOf", "D_vtkAssignAttribute_IsTypeOf")); mixin(bindCode("vtkAssignAttribute_SafeDownCast", "D_vtkAssignAttribute_SafeDownCast")); mixin(bindCode("vtkAssignAttribute_NewInstance", "D_vtkAssignAttribute_NewInstance")); mixin(bindCode("vtkAssignAttribute_New", "D_vtkAssignAttribute_New")); mixin(bindCode("vtkAssignAttribute_Assign__SWIG_0", "D_vtkAssignAttribute_Assign__SWIG_0")); mixin(bindCode("vtkAssignAttribute_Assign__SWIG_1", "D_vtkAssignAttribute_Assign__SWIG_1")); mixin(bindCode("vtkAssignAttribute_Assign__SWIG_2", "D_vtkAssignAttribute_Assign__SWIG_2")); mixin(bindCode("vtkAssignAttribute_Upcast", "D_vtkAssignAttribute_Upcast")); mixin(bindCode("vtkTemporalShiftScale_New", "D_vtkTemporalShiftScale_New")); mixin(bindCode("vtkTemporalShiftScale_IsTypeOf", "D_vtkTemporalShiftScale_IsTypeOf")); mixin(bindCode("vtkTemporalShiftScale_SafeDownCast", "D_vtkTemporalShiftScale_SafeDownCast")); mixin(bindCode("vtkTemporalShiftScale_NewInstance", "D_vtkTemporalShiftScale_NewInstance")); mixin(bindCode("vtkTemporalShiftScale_SetPreShift", "D_vtkTemporalShiftScale_SetPreShift")); mixin(bindCode("vtkTemporalShiftScale_GetPreShift", "D_vtkTemporalShiftScale_GetPreShift")); mixin(bindCode("vtkTemporalShiftScale_SetPostShift", "D_vtkTemporalShiftScale_SetPostShift")); mixin(bindCode("vtkTemporalShiftScale_GetPostShift", "D_vtkTemporalShiftScale_GetPostShift")); mixin(bindCode("vtkTemporalShiftScale_SetScale", "D_vtkTemporalShiftScale_SetScale")); mixin(bindCode("vtkTemporalShiftScale_GetScale", "D_vtkTemporalShiftScale_GetScale")); mixin(bindCode("vtkTemporalShiftScale_SetPeriodic", "D_vtkTemporalShiftScale_SetPeriodic")); mixin(bindCode("vtkTemporalShiftScale_GetPeriodic", "D_vtkTemporalShiftScale_GetPeriodic")); mixin(bindCode("vtkTemporalShiftScale_PeriodicOn", "D_vtkTemporalShiftScale_PeriodicOn")); mixin(bindCode("vtkTemporalShiftScale_PeriodicOff", "D_vtkTemporalShiftScale_PeriodicOff")); mixin(bindCode("vtkTemporalShiftScale_SetPeriodicEndCorrection", "D_vtkTemporalShiftScale_SetPeriodicEndCorrection")); mixin(bindCode("vtkTemporalShiftScale_GetPeriodicEndCorrection", "D_vtkTemporalShiftScale_GetPeriodicEndCorrection")); mixin(bindCode("vtkTemporalShiftScale_PeriodicEndCorrectionOn", "D_vtkTemporalShiftScale_PeriodicEndCorrectionOn")); mixin(bindCode("vtkTemporalShiftScale_PeriodicEndCorrectionOff", "D_vtkTemporalShiftScale_PeriodicEndCorrectionOff")); mixin(bindCode("vtkTemporalShiftScale_SetMaximumNumberOfPeriods", "D_vtkTemporalShiftScale_SetMaximumNumberOfPeriods")); mixin(bindCode("vtkTemporalShiftScale_GetMaximumNumberOfPeriods", "D_vtkTemporalShiftScale_GetMaximumNumberOfPeriods")); mixin(bindCode("vtkTemporalShiftScale_Upcast", "D_vtkTemporalShiftScale_Upcast")); mixin(bindCode("vtkResliceImageViewerMeasurements_New", "D_vtkResliceImageViewerMeasurements_New")); mixin(bindCode("vtkResliceImageViewerMeasurements_IsTypeOf", "D_vtkResliceImageViewerMeasurements_IsTypeOf")); mixin(bindCode("vtkResliceImageViewerMeasurements_SafeDownCast", "D_vtkResliceImageViewerMeasurements_SafeDownCast")); mixin(bindCode("vtkResliceImageViewerMeasurements_NewInstance", "D_vtkResliceImageViewerMeasurements_NewInstance")); mixin(bindCode("vtkResliceImageViewerMeasurements_Render", "D_vtkResliceImageViewerMeasurements_Render")); mixin(bindCode("vtkResliceImageViewerMeasurements_AddItem", "D_vtkResliceImageViewerMeasurements_AddItem")); mixin(bindCode("vtkResliceImageViewerMeasurements_RemoveItem", "D_vtkResliceImageViewerMeasurements_RemoveItem")); mixin(bindCode("vtkResliceImageViewerMeasurements_RemoveAllItems", "D_vtkResliceImageViewerMeasurements_RemoveAllItems")); mixin(bindCode("vtkResliceImageViewerMeasurements_SetProcessEvents", "D_vtkResliceImageViewerMeasurements_SetProcessEvents")); mixin(bindCode("vtkResliceImageViewerMeasurements_GetProcessEventsMinValue", "D_vtkResliceImageViewerMeasurements_GetProcessEventsMinValue")); mixin(bindCode("vtkResliceImageViewerMeasurements_GetProcessEventsMaxValue", "D_vtkResliceImageViewerMeasurements_GetProcessEventsMaxValue")); mixin(bindCode("vtkResliceImageViewerMeasurements_GetProcessEvents", "D_vtkResliceImageViewerMeasurements_GetProcessEvents")); mixin(bindCode("vtkResliceImageViewerMeasurements_ProcessEventsOn", "D_vtkResliceImageViewerMeasurements_ProcessEventsOn")); mixin(bindCode("vtkResliceImageViewerMeasurements_ProcessEventsOff", "D_vtkResliceImageViewerMeasurements_ProcessEventsOff")); mixin(bindCode("vtkResliceImageViewerMeasurements_SetTolerance", "D_vtkResliceImageViewerMeasurements_SetTolerance")); mixin(bindCode("vtkResliceImageViewerMeasurements_GetTolerance", "D_vtkResliceImageViewerMeasurements_GetTolerance")); mixin(bindCode("vtkResliceImageViewerMeasurements_SetResliceImageViewer", "D_vtkResliceImageViewerMeasurements_SetResliceImageViewer")); mixin(bindCode("vtkResliceImageViewerMeasurements_GetResliceImageViewer", "D_vtkResliceImageViewerMeasurements_GetResliceImageViewer")); mixin(bindCode("vtkResliceImageViewerMeasurements_Update", "D_vtkResliceImageViewerMeasurements_Update")); mixin(bindCode("vtkResliceImageViewerMeasurements_Upcast", "D_vtkResliceImageViewerMeasurements_Upcast")); mixin(bindCode("vtkRIBExporter_New", "D_vtkRIBExporter_New")); mixin(bindCode("vtkRIBExporter_IsTypeOf", "D_vtkRIBExporter_IsTypeOf")); mixin(bindCode("vtkRIBExporter_SafeDownCast", "D_vtkRIBExporter_SafeDownCast")); mixin(bindCode("vtkRIBExporter_NewInstance", "D_vtkRIBExporter_NewInstance")); mixin(bindCode("vtkRIBExporter_SetSize__SWIG_0", "D_vtkRIBExporter_SetSize__SWIG_0")); mixin(bindCode("vtkRIBExporter_SetSize__SWIG_1", "D_vtkRIBExporter_SetSize__SWIG_1")); mixin(bindCode("vtkRIBExporter_GetSize__SWIG_0", "D_vtkRIBExporter_GetSize__SWIG_0")); mixin(bindCode("vtkRIBExporter_GetSize__SWIG_1", "D_vtkRIBExporter_GetSize__SWIG_1")); mixin(bindCode("vtkRIBExporter_SetPixelSamples__SWIG_0", "D_vtkRIBExporter_SetPixelSamples__SWIG_0")); mixin(bindCode("vtkRIBExporter_SetPixelSamples__SWIG_1", "D_vtkRIBExporter_SetPixelSamples__SWIG_1")); mixin(bindCode("vtkRIBExporter_GetPixelSamples__SWIG_0", "D_vtkRIBExporter_GetPixelSamples__SWIG_0")); mixin(bindCode("vtkRIBExporter_GetPixelSamples__SWIG_1", "D_vtkRIBExporter_GetPixelSamples__SWIG_1")); mixin(bindCode("vtkRIBExporter_SetFilePrefix", "D_vtkRIBExporter_SetFilePrefix")); mixin(bindCode("vtkRIBExporter_GetFilePrefix", "D_vtkRIBExporter_GetFilePrefix")); mixin(bindCode("vtkRIBExporter_SetTexturePrefix", "D_vtkRIBExporter_SetTexturePrefix")); mixin(bindCode("vtkRIBExporter_GetTexturePrefix", "D_vtkRIBExporter_GetTexturePrefix")); mixin(bindCode("vtkRIBExporter_SetBackground", "D_vtkRIBExporter_SetBackground")); mixin(bindCode("vtkRIBExporter_GetBackground", "D_vtkRIBExporter_GetBackground")); mixin(bindCode("vtkRIBExporter_BackgroundOn", "D_vtkRIBExporter_BackgroundOn")); mixin(bindCode("vtkRIBExporter_BackgroundOff", "D_vtkRIBExporter_BackgroundOff")); mixin(bindCode("vtkRIBExporter_SetExportArrays", "D_vtkRIBExporter_SetExportArrays")); mixin(bindCode("vtkRIBExporter_GetExportArraysMinValue", "D_vtkRIBExporter_GetExportArraysMinValue")); mixin(bindCode("vtkRIBExporter_GetExportArraysMaxValue", "D_vtkRIBExporter_GetExportArraysMaxValue")); mixin(bindCode("vtkRIBExporter_ExportArraysOn", "D_vtkRIBExporter_ExportArraysOn")); mixin(bindCode("vtkRIBExporter_ExportArraysOff", "D_vtkRIBExporter_ExportArraysOff")); mixin(bindCode("vtkRIBExporter_GetExportArrays", "D_vtkRIBExporter_GetExportArrays")); mixin(bindCode("vtkRIBExporter_Upcast", "D_vtkRIBExporter_Upcast")); mixin(bindCode("vtkImageReader_New", "D_vtkImageReader_New")); mixin(bindCode("vtkImageReader_IsTypeOf", "D_vtkImageReader_IsTypeOf")); mixin(bindCode("vtkImageReader_SafeDownCast", "D_vtkImageReader_SafeDownCast")); mixin(bindCode("vtkImageReader_NewInstance", "D_vtkImageReader_NewInstance")); mixin(bindCode("vtkImageReader_SetDataVOI__SWIG_0", "D_vtkImageReader_SetDataVOI__SWIG_0")); mixin(bindCode("vtkImageReader_SetDataVOI__SWIG_1", "D_vtkImageReader_SetDataVOI__SWIG_1")); mixin(bindCode("vtkImageReader_GetDataVOI__SWIG_0", "D_vtkImageReader_GetDataVOI__SWIG_0")); mixin(bindCode("vtkImageReader_GetDataVOI__SWIG_1", "D_vtkImageReader_GetDataVOI__SWIG_1")); mixin(bindCode("vtkImageReader_GetDataVOI__SWIG_2", "D_vtkImageReader_GetDataVOI__SWIG_2")); mixin(bindCode("vtkImageReader_GetDataMask", "D_vtkImageReader_GetDataMask")); mixin(bindCode("vtkImageReader_SetDataMask", "D_vtkImageReader_SetDataMask")); mixin(bindCode("vtkImageReader_SetTransform", "D_vtkImageReader_SetTransform")); mixin(bindCode("vtkImageReader_GetTransform", "D_vtkImageReader_GetTransform")); mixin(bindCode("vtkImageReader_ComputeInverseTransformedExtent", "D_vtkImageReader_ComputeInverseTransformedExtent")); mixin(bindCode("vtkImageReader_ComputeInverseTransformedIncrements", "D_vtkImageReader_ComputeInverseTransformedIncrements")); mixin(bindCode("vtkImageReader_OpenAndSeekFile", "D_vtkImageReader_OpenAndSeekFile")); mixin(bindCode("vtkImageReader_SetScalarArrayName", "D_vtkImageReader_SetScalarArrayName")); mixin(bindCode("vtkImageReader_GetScalarArrayName", "D_vtkImageReader_GetScalarArrayName")); mixin(bindCode("vtkImageReader_Upcast", "D_vtkImageReader_Upcast")); mixin(bindCode("vtkNrrdReader_IsTypeOf", "D_vtkNrrdReader_IsTypeOf")); mixin(bindCode("vtkNrrdReader_SafeDownCast", "D_vtkNrrdReader_SafeDownCast")); mixin(bindCode("vtkNrrdReader_NewInstance", "D_vtkNrrdReader_NewInstance")); mixin(bindCode("vtkNrrdReader_New", "D_vtkNrrdReader_New")); mixin(bindCode("vtkNrrdReader_Upcast", "D_vtkNrrdReader_Upcast")); mixin(bindCode("vtkGeoProjection_New", "D_vtkGeoProjection_New")); mixin(bindCode("vtkGeoProjection_IsTypeOf", "D_vtkGeoProjection_IsTypeOf")); mixin(bindCode("vtkGeoProjection_SafeDownCast", "D_vtkGeoProjection_SafeDownCast")); mixin(bindCode("vtkGeoProjection_NewInstance", "D_vtkGeoProjection_NewInstance")); mixin(bindCode("vtkGeoProjection_GetNumberOfProjections", "D_vtkGeoProjection_GetNumberOfProjections")); mixin(bindCode("vtkGeoProjection_GetProjectionName", "D_vtkGeoProjection_GetProjectionName")); mixin(bindCode("vtkGeoProjection_GetProjectionDescription", "D_vtkGeoProjection_GetProjectionDescription")); mixin(bindCode("vtkGeoProjection_SetName", "D_vtkGeoProjection_SetName")); mixin(bindCode("vtkGeoProjection_GetName", "D_vtkGeoProjection_GetName")); mixin(bindCode("vtkGeoProjection_GetIndex", "D_vtkGeoProjection_GetIndex")); mixin(bindCode("vtkGeoProjection_GetDescription", "D_vtkGeoProjection_GetDescription")); mixin(bindCode("vtkGeoProjection_SetCentralMeridian", "D_vtkGeoProjection_SetCentralMeridian")); mixin(bindCode("vtkGeoProjection_GetCentralMeridian", "D_vtkGeoProjection_GetCentralMeridian")); mixin(bindCode("vtkGeoProjection_GetProjection", "D_vtkGeoProjection_GetProjection")); mixin(bindCode("vtkGeoProjection_SetOptionalParameter", "D_vtkGeoProjection_SetOptionalParameter")); mixin(bindCode("vtkGeoProjection_RemoveOptionalParameter", "D_vtkGeoProjection_RemoveOptionalParameter")); mixin(bindCode("vtkGeoProjection_GetNumberOfOptionalParameters", "D_vtkGeoProjection_GetNumberOfOptionalParameters")); mixin(bindCode("vtkGeoProjection_GetOptionalParameterKey", "D_vtkGeoProjection_GetOptionalParameterKey")); mixin(bindCode("vtkGeoProjection_GetOptionalParameterValue", "D_vtkGeoProjection_GetOptionalParameterValue")); mixin(bindCode("vtkGeoProjection_ClearOptionalParameters", "D_vtkGeoProjection_ClearOptionalParameters")); mixin(bindCode("vtkGeoProjection_Upcast", "D_vtkGeoProjection_Upcast")); mixin(bindCode("vtkGraphInternals_New", "D_vtkGraphInternals_New")); mixin(bindCode("vtkGraphInternals_NumberOfEdges_set", "D_vtkGraphInternals_NumberOfEdges_set")); mixin(bindCode("vtkGraphInternals_NumberOfEdges_get", "D_vtkGraphInternals_NumberOfEdges_get")); mixin(bindCode("vtkGraphInternals_LastRemoteEdgeId_set", "D_vtkGraphInternals_LastRemoteEdgeId_set")); mixin(bindCode("vtkGraphInternals_LastRemoteEdgeId_get", "D_vtkGraphInternals_LastRemoteEdgeId_get")); mixin(bindCode("vtkGraphInternals_LastRemoteEdgeSource_set", "D_vtkGraphInternals_LastRemoteEdgeSource_set")); mixin(bindCode("vtkGraphInternals_LastRemoteEdgeSource_get", "D_vtkGraphInternals_LastRemoteEdgeSource_get")); mixin(bindCode("vtkGraphInternals_LastRemoteEdgeTarget_set", "D_vtkGraphInternals_LastRemoteEdgeTarget_set")); mixin(bindCode("vtkGraphInternals_LastRemoteEdgeTarget_get", "D_vtkGraphInternals_LastRemoteEdgeTarget_get")); mixin(bindCode("vtkGraphInternals_UsingPedigreeIds_set", "D_vtkGraphInternals_UsingPedigreeIds_set")); mixin(bindCode("vtkGraphInternals_UsingPedigreeIds_get", "D_vtkGraphInternals_UsingPedigreeIds_get")); mixin(bindCode("vtkGraphInternals_Upcast", "D_vtkGraphInternals_Upcast")); mixin(bindCode("vtkGridSynchronizedTemplates3D_New", "D_vtkGridSynchronizedTemplates3D_New")); mixin(bindCode("vtkGridSynchronizedTemplates3D_IsTypeOf", "D_vtkGridSynchronizedTemplates3D_IsTypeOf")); mixin(bindCode("vtkGridSynchronizedTemplates3D_SafeDownCast", "D_vtkGridSynchronizedTemplates3D_SafeDownCast")); mixin(bindCode("vtkGridSynchronizedTemplates3D_NewInstance", "D_vtkGridSynchronizedTemplates3D_NewInstance")); mixin(bindCode("vtkGridSynchronizedTemplates3D_SetComputeNormals", "D_vtkGridSynchronizedTemplates3D_SetComputeNormals")); mixin(bindCode("vtkGridSynchronizedTemplates3D_GetComputeNormals", "D_vtkGridSynchronizedTemplates3D_GetComputeNormals")); mixin(bindCode("vtkGridSynchronizedTemplates3D_ComputeNormalsOn", "D_vtkGridSynchronizedTemplates3D_ComputeNormalsOn")); mixin(bindCode("vtkGridSynchronizedTemplates3D_ComputeNormalsOff", "D_vtkGridSynchronizedTemplates3D_ComputeNormalsOff")); mixin(bindCode("vtkGridSynchronizedTemplates3D_SetComputeGradients", "D_vtkGridSynchronizedTemplates3D_SetComputeGradients")); mixin(bindCode("vtkGridSynchronizedTemplates3D_GetComputeGradients", "D_vtkGridSynchronizedTemplates3D_GetComputeGradients")); mixin(bindCode("vtkGridSynchronizedTemplates3D_ComputeGradientsOn", "D_vtkGridSynchronizedTemplates3D_ComputeGradientsOn")); mixin(bindCode("vtkGridSynchronizedTemplates3D_ComputeGradientsOff", "D_vtkGridSynchronizedTemplates3D_ComputeGradientsOff")); mixin(bindCode("vtkGridSynchronizedTemplates3D_SetComputeScalars", "D_vtkGridSynchronizedTemplates3D_SetComputeScalars")); mixin(bindCode("vtkGridSynchronizedTemplates3D_GetComputeScalars", "D_vtkGridSynchronizedTemplates3D_GetComputeScalars")); mixin(bindCode("vtkGridSynchronizedTemplates3D_ComputeScalarsOn", "D_vtkGridSynchronizedTemplates3D_ComputeScalarsOn")); mixin(bindCode("vtkGridSynchronizedTemplates3D_ComputeScalarsOff", "D_vtkGridSynchronizedTemplates3D_ComputeScalarsOff")); mixin(bindCode("vtkGridSynchronizedTemplates3D_SetGenerateTriangles", "D_vtkGridSynchronizedTemplates3D_SetGenerateTriangles")); mixin(bindCode("vtkGridSynchronizedTemplates3D_GetGenerateTriangles", "D_vtkGridSynchronizedTemplates3D_GetGenerateTriangles")); mixin(bindCode("vtkGridSynchronizedTemplates3D_GenerateTrianglesOn", "D_vtkGridSynchronizedTemplates3D_GenerateTrianglesOn")); mixin(bindCode("vtkGridSynchronizedTemplates3D_GenerateTrianglesOff", "D_vtkGridSynchronizedTemplates3D_GenerateTrianglesOff")); mixin(bindCode("vtkGridSynchronizedTemplates3D_SetValue", "D_vtkGridSynchronizedTemplates3D_SetValue")); mixin(bindCode("vtkGridSynchronizedTemplates3D_GetValue", "D_vtkGridSynchronizedTemplates3D_GetValue")); mixin(bindCode("vtkGridSynchronizedTemplates3D_GetValues__SWIG_0", "D_vtkGridSynchronizedTemplates3D_GetValues__SWIG_0")); mixin(bindCode("vtkGridSynchronizedTemplates3D_GetValues__SWIG_1", "D_vtkGridSynchronizedTemplates3D_GetValues__SWIG_1")); mixin(bindCode("vtkGridSynchronizedTemplates3D_SetNumberOfContours", "D_vtkGridSynchronizedTemplates3D_SetNumberOfContours")); mixin(bindCode("vtkGridSynchronizedTemplates3D_GetNumberOfContours", "D_vtkGridSynchronizedTemplates3D_GetNumberOfContours")); mixin(bindCode("vtkGridSynchronizedTemplates3D_GenerateValues__SWIG_0", "D_vtkGridSynchronizedTemplates3D_GenerateValues__SWIG_0")); mixin(bindCode("vtkGridSynchronizedTemplates3D_GenerateValues__SWIG_1", "D_vtkGridSynchronizedTemplates3D_GenerateValues__SWIG_1")); mixin(bindCode("vtkGridSynchronizedTemplates3D_GetExecuteExtent", "D_vtkGridSynchronizedTemplates3D_GetExecuteExtent")); mixin(bindCode("vtkGridSynchronizedTemplates3D_ThreadedExecute", "D_vtkGridSynchronizedTemplates3D_ThreadedExecute")); mixin(bindCode("vtkGridSynchronizedTemplates3D_SetInputMemoryLimit", "D_vtkGridSynchronizedTemplates3D_SetInputMemoryLimit")); mixin(bindCode("vtkGridSynchronizedTemplates3D_SetOutputPointsPrecision", "D_vtkGridSynchronizedTemplates3D_SetOutputPointsPrecision")); mixin(bindCode("vtkGridSynchronizedTemplates3D_GetOutputPointsPrecisionMinValue", "D_vtkGridSynchronizedTemplates3D_GetOutputPointsPrecisionMinValue")); mixin(bindCode("vtkGridSynchronizedTemplates3D_GetOutputPointsPrecisionMaxValue", "D_vtkGridSynchronizedTemplates3D_GetOutputPointsPrecisionMaxValue")); mixin(bindCode("vtkGridSynchronizedTemplates3D_GetOutputPointsPrecision", "D_vtkGridSynchronizedTemplates3D_GetOutputPointsPrecision")); mixin(bindCode("vtkGridSynchronizedTemplates3D_Upcast", "D_vtkGridSynchronizedTemplates3D_Upcast")); mixin(bindCode("vtkPrimitivePainter_IsTypeOf", "D_vtkPrimitivePainter_IsTypeOf")); mixin(bindCode("vtkPrimitivePainter_SafeDownCast", "D_vtkPrimitivePainter_SafeDownCast")); mixin(bindCode("vtkPrimitivePainter_NewInstance", "D_vtkPrimitivePainter_NewInstance")); mixin(bindCode("vtkPrimitivePainter_GetSupportedPrimitive", "D_vtkPrimitivePainter_GetSupportedPrimitive")); mixin(bindCode("vtkPrimitivePainter_Upcast", "D_vtkPrimitivePainter_Upcast")); mixin(bindCode("vtkSpline_IsTypeOf", "D_vtkSpline_IsTypeOf")); mixin(bindCode("vtkSpline_SafeDownCast", "D_vtkSpline_SafeDownCast")); mixin(bindCode("vtkSpline_NewInstance", "D_vtkSpline_NewInstance")); mixin(bindCode("vtkSpline_SetParametricRange__SWIG_0", "D_vtkSpline_SetParametricRange__SWIG_0")); mixin(bindCode("vtkSpline_SetParametricRange__SWIG_1", "D_vtkSpline_SetParametricRange__SWIG_1")); mixin(bindCode("vtkSpline_GetParametricRange", "D_vtkSpline_GetParametricRange")); mixin(bindCode("vtkSpline_SetClampValue", "D_vtkSpline_SetClampValue")); mixin(bindCode("vtkSpline_GetClampValue", "D_vtkSpline_GetClampValue")); mixin(bindCode("vtkSpline_ClampValueOn", "D_vtkSpline_ClampValueOn")); mixin(bindCode("vtkSpline_ClampValueOff", "D_vtkSpline_ClampValueOff")); mixin(bindCode("vtkSpline_Compute", "D_vtkSpline_Compute")); mixin(bindCode("vtkSpline_Evaluate", "D_vtkSpline_Evaluate")); mixin(bindCode("vtkSpline_GetNumberOfPoints", "D_vtkSpline_GetNumberOfPoints")); mixin(bindCode("vtkSpline_AddPoint", "D_vtkSpline_AddPoint")); mixin(bindCode("vtkSpline_RemovePoint", "D_vtkSpline_RemovePoint")); mixin(bindCode("vtkSpline_RemoveAllPoints", "D_vtkSpline_RemoveAllPoints")); mixin(bindCode("vtkSpline_SetClosed", "D_vtkSpline_SetClosed")); mixin(bindCode("vtkSpline_GetClosed", "D_vtkSpline_GetClosed")); mixin(bindCode("vtkSpline_ClosedOn", "D_vtkSpline_ClosedOn")); mixin(bindCode("vtkSpline_ClosedOff", "D_vtkSpline_ClosedOff")); mixin(bindCode("vtkSpline_SetLeftConstraint", "D_vtkSpline_SetLeftConstraint")); mixin(bindCode("vtkSpline_GetLeftConstraintMinValue", "D_vtkSpline_GetLeftConstraintMinValue")); mixin(bindCode("vtkSpline_GetLeftConstraintMaxValue", "D_vtkSpline_GetLeftConstraintMaxValue")); mixin(bindCode("vtkSpline_GetLeftConstraint", "D_vtkSpline_GetLeftConstraint")); mixin(bindCode("vtkSpline_SetRightConstraint", "D_vtkSpline_SetRightConstraint")); mixin(bindCode("vtkSpline_GetRightConstraintMinValue", "D_vtkSpline_GetRightConstraintMinValue")); mixin(bindCode("vtkSpline_GetRightConstraintMaxValue", "D_vtkSpline_GetRightConstraintMaxValue")); mixin(bindCode("vtkSpline_GetRightConstraint", "D_vtkSpline_GetRightConstraint")); mixin(bindCode("vtkSpline_SetLeftValue", "D_vtkSpline_SetLeftValue")); mixin(bindCode("vtkSpline_GetLeftValue", "D_vtkSpline_GetLeftValue")); mixin(bindCode("vtkSpline_SetRightValue", "D_vtkSpline_SetRightValue")); mixin(bindCode("vtkSpline_GetRightValue", "D_vtkSpline_GetRightValue")); mixin(bindCode("vtkSpline_DeepCopy", "D_vtkSpline_DeepCopy")); mixin(bindCode("vtkSpline_Upcast", "D_vtkSpline_Upcast")); mixin(bindCode("vtkSCurveSpline_New", "D_vtkSCurveSpline_New")); mixin(bindCode("vtkSCurveSpline_IsTypeOf", "D_vtkSCurveSpline_IsTypeOf")); mixin(bindCode("vtkSCurveSpline_SafeDownCast", "D_vtkSCurveSpline_SafeDownCast")); mixin(bindCode("vtkSCurveSpline_NewInstance", "D_vtkSCurveSpline_NewInstance")); mixin(bindCode("vtkSCurveSpline_SetNodeWeight", "D_vtkSCurveSpline_SetNodeWeight")); mixin(bindCode("vtkSCurveSpline_GetNodeWeight", "D_vtkSCurveSpline_GetNodeWeight")); mixin(bindCode("vtkSCurveSpline_Upcast", "D_vtkSCurveSpline_Upcast")); mixin(bindCode("vtkAMRBaseParticlesReader_IsTypeOf", "D_vtkAMRBaseParticlesReader_IsTypeOf")); mixin(bindCode("vtkAMRBaseParticlesReader_SafeDownCast", "D_vtkAMRBaseParticlesReader_SafeDownCast")); mixin(bindCode("vtkAMRBaseParticlesReader_NewInstance", "D_vtkAMRBaseParticlesReader_NewInstance")); mixin(bindCode("vtkAMRBaseParticlesReader_GetFrequency", "D_vtkAMRBaseParticlesReader_GetFrequency")); mixin(bindCode("vtkAMRBaseParticlesReader_SetFrequency", "D_vtkAMRBaseParticlesReader_SetFrequency")); mixin(bindCode("vtkAMRBaseParticlesReader_GetController", "D_vtkAMRBaseParticlesReader_GetController")); mixin(bindCode("vtkAMRBaseParticlesReader_SetController", "D_vtkAMRBaseParticlesReader_SetController")); mixin(bindCode("vtkAMRBaseParticlesReader_SetFilterLocation", "D_vtkAMRBaseParticlesReader_SetFilterLocation")); mixin(bindCode("vtkAMRBaseParticlesReader_GetFilterLocation", "D_vtkAMRBaseParticlesReader_GetFilterLocation")); mixin(bindCode("vtkAMRBaseParticlesReader_FilterLocationOn", "D_vtkAMRBaseParticlesReader_FilterLocationOn")); mixin(bindCode("vtkAMRBaseParticlesReader_FilterLocationOff", "D_vtkAMRBaseParticlesReader_FilterLocationOff")); mixin(bindCode("vtkAMRBaseParticlesReader_GetParticleDataArraySelection", "D_vtkAMRBaseParticlesReader_GetParticleDataArraySelection")); mixin(bindCode("vtkAMRBaseParticlesReader_GetNumberOfParticleArrays", "D_vtkAMRBaseParticlesReader_GetNumberOfParticleArrays")); mixin(bindCode("vtkAMRBaseParticlesReader_GetParticleArrayName", "D_vtkAMRBaseParticlesReader_GetParticleArrayName")); mixin(bindCode("vtkAMRBaseParticlesReader_GetParticleArrayStatus", "D_vtkAMRBaseParticlesReader_GetParticleArrayStatus")); mixin(bindCode("vtkAMRBaseParticlesReader_SetParticleArrayStatus", "D_vtkAMRBaseParticlesReader_SetParticleArrayStatus")); mixin(bindCode("vtkAMRBaseParticlesReader_SetFileName", "D_vtkAMRBaseParticlesReader_SetFileName")); mixin(bindCode("vtkAMRBaseParticlesReader_GetFileName", "D_vtkAMRBaseParticlesReader_GetFileName")); mixin(bindCode("vtkAMRBaseParticlesReader_SetMinLocation", "D_vtkAMRBaseParticlesReader_SetMinLocation")); mixin(bindCode("vtkAMRBaseParticlesReader_SetMaxLocation", "D_vtkAMRBaseParticlesReader_SetMaxLocation")); mixin(bindCode("vtkAMRBaseParticlesReader_GetTotalNumberOfParticles", "D_vtkAMRBaseParticlesReader_GetTotalNumberOfParticles")); mixin(bindCode("vtkAMRBaseParticlesReader_Upcast", "D_vtkAMRBaseParticlesReader_Upcast")); mixin(bindCode("vtkTransmitImageDataPiece_New", "D_vtkTransmitImageDataPiece_New")); mixin(bindCode("vtkTransmitImageDataPiece_IsTypeOf", "D_vtkTransmitImageDataPiece_IsTypeOf")); mixin(bindCode("vtkTransmitImageDataPiece_SafeDownCast", "D_vtkTransmitImageDataPiece_SafeDownCast")); mixin(bindCode("vtkTransmitImageDataPiece_NewInstance", "D_vtkTransmitImageDataPiece_NewInstance")); mixin(bindCode("vtkTransmitImageDataPiece_SetController", "D_vtkTransmitImageDataPiece_SetController")); mixin(bindCode("vtkTransmitImageDataPiece_GetController", "D_vtkTransmitImageDataPiece_GetController")); mixin(bindCode("vtkTransmitImageDataPiece_SetCreateGhostCells", "D_vtkTransmitImageDataPiece_SetCreateGhostCells")); mixin(bindCode("vtkTransmitImageDataPiece_GetCreateGhostCells", "D_vtkTransmitImageDataPiece_GetCreateGhostCells")); mixin(bindCode("vtkTransmitImageDataPiece_CreateGhostCellsOn", "D_vtkTransmitImageDataPiece_CreateGhostCellsOn")); mixin(bindCode("vtkTransmitImageDataPiece_CreateGhostCellsOff", "D_vtkTransmitImageDataPiece_CreateGhostCellsOff")); mixin(bindCode("vtkTransmitImageDataPiece_Upcast", "D_vtkTransmitImageDataPiece_Upcast")); mixin(bindCode("vtkImageSlice_IsTypeOf", "D_vtkImageSlice_IsTypeOf")); mixin(bindCode("vtkImageSlice_SafeDownCast", "D_vtkImageSlice_SafeDownCast")); mixin(bindCode("vtkImageSlice_NewInstance", "D_vtkImageSlice_NewInstance")); mixin(bindCode("vtkImageSlice_New", "D_vtkImageSlice_New")); mixin(bindCode("vtkImageSlice_SetMapper", "D_vtkImageSlice_SetMapper")); mixin(bindCode("vtkImageSlice_GetMapper", "D_vtkImageSlice_GetMapper")); mixin(bindCode("vtkImageSlice_SetProperty", "D_vtkImageSlice_SetProperty")); mixin(bindCode("vtkImageSlice_GetProperty", "D_vtkImageSlice_GetProperty")); mixin(bindCode("vtkImageSlice_Update", "D_vtkImageSlice_Update")); mixin(bindCode("vtkImageSlice_GetBounds__SWIG_0", "D_vtkImageSlice_GetBounds__SWIG_0")); mixin(bindCode("vtkImageSlice_GetBounds__SWIG_1", "D_vtkImageSlice_GetBounds__SWIG_1")); mixin(bindCode("vtkImageSlice_GetMinXBound", "D_vtkImageSlice_GetMinXBound")); mixin(bindCode("vtkImageSlice_GetMaxXBound", "D_vtkImageSlice_GetMaxXBound")); mixin(bindCode("vtkImageSlice_GetMinYBound", "D_vtkImageSlice_GetMinYBound")); mixin(bindCode("vtkImageSlice_GetMaxYBound", "D_vtkImageSlice_GetMaxYBound")); mixin(bindCode("vtkImageSlice_GetMinZBound", "D_vtkImageSlice_GetMinZBound")); mixin(bindCode("vtkImageSlice_GetMaxZBound", "D_vtkImageSlice_GetMaxZBound")); mixin(bindCode("vtkImageSlice_GetImages", "D_vtkImageSlice_GetImages")); mixin(bindCode("vtkImageSlice_RenderOverlay", "D_vtkImageSlice_RenderOverlay")); mixin(bindCode("vtkImageSlice_RenderOpaqueGeometry", "D_vtkImageSlice_RenderOpaqueGeometry")); mixin(bindCode("vtkImageSlice_RenderTranslucentPolygonalGeometry", "D_vtkImageSlice_RenderTranslucentPolygonalGeometry")); mixin(bindCode("vtkImageSlice_HasTranslucentPolygonalGeometry", "D_vtkImageSlice_HasTranslucentPolygonalGeometry")); mixin(bindCode("vtkImageSlice_Render", "D_vtkImageSlice_Render")); mixin(bindCode("vtkImageSlice_ReleaseGraphicsResources", "D_vtkImageSlice_ReleaseGraphicsResources")); mixin(bindCode("vtkImageSlice_SetStackedImagePass", "D_vtkImageSlice_SetStackedImagePass")); mixin(bindCode("vtkImageSlice_Upcast", "D_vtkImageSlice_Upcast")); mixin(bindCode("vtkImageStack_IsTypeOf", "D_vtkImageStack_IsTypeOf")); mixin(bindCode("vtkImageStack_SafeDownCast", "D_vtkImageStack_SafeDownCast")); mixin(bindCode("vtkImageStack_NewInstance", "D_vtkImageStack_NewInstance")); mixin(bindCode("vtkImageStack_New", "D_vtkImageStack_New")); mixin(bindCode("vtkImageStack_AddImage", "D_vtkImageStack_AddImage")); mixin(bindCode("vtkImageStack_RemoveImage", "D_vtkImageStack_RemoveImage")); mixin(bindCode("vtkImageStack_HasImage", "D_vtkImageStack_HasImage")); mixin(bindCode("vtkImageStack_GetImages__SWIG_0", "D_vtkImageStack_GetImages__SWIG_0")); mixin(bindCode("vtkImageStack_SetActiveLayer", "D_vtkImageStack_SetActiveLayer")); mixin(bindCode("vtkImageStack_GetActiveLayer", "D_vtkImageStack_GetActiveLayer")); mixin(bindCode("vtkImageStack_GetActiveImage", "D_vtkImageStack_GetActiveImage")); mixin(bindCode("vtkImageStack_GetBounds__SWIG_0", "D_vtkImageStack_GetBounds__SWIG_0")); mixin(bindCode("vtkImageStack_GetBounds__SWIG_1", "D_vtkImageStack_GetBounds__SWIG_1")); mixin(bindCode("vtkImageStack_GetImages__SWIG_1", "D_vtkImageStack_GetImages__SWIG_1")); mixin(bindCode("vtkImageStack_ReleaseGraphicsResources", "D_vtkImageStack_ReleaseGraphicsResources")); mixin(bindCode("vtkImageStack_BuildPaths", "D_vtkImageStack_BuildPaths")); mixin(bindCode("vtkImageStack_Upcast", "D_vtkImageStack_Upcast")); mixin(bindCode("vtkBMPReader_New", "D_vtkBMPReader_New")); mixin(bindCode("vtkBMPReader_IsTypeOf", "D_vtkBMPReader_IsTypeOf")); mixin(bindCode("vtkBMPReader_SafeDownCast", "D_vtkBMPReader_SafeDownCast")); mixin(bindCode("vtkBMPReader_NewInstance", "D_vtkBMPReader_NewInstance")); mixin(bindCode("vtkBMPReader_GetDepth", "D_vtkBMPReader_GetDepth")); mixin(bindCode("vtkBMPReader_SetAllow8BitBMP", "D_vtkBMPReader_SetAllow8BitBMP")); mixin(bindCode("vtkBMPReader_GetAllow8BitBMP", "D_vtkBMPReader_GetAllow8BitBMP")); mixin(bindCode("vtkBMPReader_Allow8BitBMPOn", "D_vtkBMPReader_Allow8BitBMPOn")); mixin(bindCode("vtkBMPReader_Allow8BitBMPOff", "D_vtkBMPReader_Allow8BitBMPOff")); mixin(bindCode("vtkBMPReader_GetLookupTable", "D_vtkBMPReader_GetLookupTable")); mixin(bindCode("vtkBMPReader_Upcast", "D_vtkBMPReader_Upcast")); mixin(bindCode("vtkRecursiveDividingCubes_New", "D_vtkRecursiveDividingCubes_New")); mixin(bindCode("vtkRecursiveDividingCubes_IsTypeOf", "D_vtkRecursiveDividingCubes_IsTypeOf")); mixin(bindCode("vtkRecursiveDividingCubes_SafeDownCast", "D_vtkRecursiveDividingCubes_SafeDownCast")); mixin(bindCode("vtkRecursiveDividingCubes_NewInstance", "D_vtkRecursiveDividingCubes_NewInstance")); mixin(bindCode("vtkRecursiveDividingCubes_SetValue", "D_vtkRecursiveDividingCubes_SetValue")); mixin(bindCode("vtkRecursiveDividingCubes_GetValue", "D_vtkRecursiveDividingCubes_GetValue")); mixin(bindCode("vtkRecursiveDividingCubes_SetDistance", "D_vtkRecursiveDividingCubes_SetDistance")); mixin(bindCode("vtkRecursiveDividingCubes_GetDistanceMinValue", "D_vtkRecursiveDividingCubes_GetDistanceMinValue")); mixin(bindCode("vtkRecursiveDividingCubes_GetDistanceMaxValue", "D_vtkRecursiveDividingCubes_GetDistanceMaxValue")); mixin(bindCode("vtkRecursiveDividingCubes_GetDistance", "D_vtkRecursiveDividingCubes_GetDistance")); mixin(bindCode("vtkRecursiveDividingCubes_SetIncrement", "D_vtkRecursiveDividingCubes_SetIncrement")); mixin(bindCode("vtkRecursiveDividingCubes_GetIncrementMinValue", "D_vtkRecursiveDividingCubes_GetIncrementMinValue")); mixin(bindCode("vtkRecursiveDividingCubes_GetIncrementMaxValue", "D_vtkRecursiveDividingCubes_GetIncrementMaxValue")); mixin(bindCode("vtkRecursiveDividingCubes_GetIncrement", "D_vtkRecursiveDividingCubes_GetIncrement")); mixin(bindCode("vtkRecursiveDividingCubes_Upcast", "D_vtkRecursiveDividingCubes_Upcast")); mixin(bindCode("vtkReebGraphSimplificationMetric_New", "D_vtkReebGraphSimplificationMetric_New")); mixin(bindCode("vtkReebGraphSimplificationMetric_IsTypeOf", "D_vtkReebGraphSimplificationMetric_IsTypeOf")); mixin(bindCode("vtkReebGraphSimplificationMetric_SafeDownCast", "D_vtkReebGraphSimplificationMetric_SafeDownCast")); mixin(bindCode("vtkReebGraphSimplificationMetric_NewInstance", "D_vtkReebGraphSimplificationMetric_NewInstance")); mixin(bindCode("vtkReebGraphSimplificationMetric_SetLowerBound", "D_vtkReebGraphSimplificationMetric_SetLowerBound")); mixin(bindCode("vtkReebGraphSimplificationMetric_GetLowerBound", "D_vtkReebGraphSimplificationMetric_GetLowerBound")); mixin(bindCode("vtkReebGraphSimplificationMetric_SetUpperBound", "D_vtkReebGraphSimplificationMetric_SetUpperBound")); mixin(bindCode("vtkReebGraphSimplificationMetric_GetUpperBound", "D_vtkReebGraphSimplificationMetric_GetUpperBound")); mixin(bindCode("vtkReebGraphSimplificationMetric_ComputeMetric", "D_vtkReebGraphSimplificationMetric_ComputeMetric")); mixin(bindCode("vtkReebGraphSimplificationMetric_Upcast", "D_vtkReebGraphSimplificationMetric_Upcast")); mixin(bindCode("ID_INSIDE_ALL_get", "D_ID_INSIDE_ALL_get")); mixin(bindCode("ID_OUTSIDE_ALL_get", "D_ID_OUTSIDE_ALL_get")); mixin(bindCode("ID_OUTSIDE_T0_get", "D_ID_OUTSIDE_T0_get")); mixin(bindCode("ID_OUTSIDE_T1_get", "D_ID_OUTSIDE_T1_get")); mixin(bindCode("vtkTemporalInterpolatedVelocityField_IsTypeOf", "D_vtkTemporalInterpolatedVelocityField_IsTypeOf")); mixin(bindCode("vtkTemporalInterpolatedVelocityField_SafeDownCast", "D_vtkTemporalInterpolatedVelocityField_SafeDownCast")); mixin(bindCode("vtkTemporalInterpolatedVelocityField_NewInstance", "D_vtkTemporalInterpolatedVelocityField_NewInstance")); mixin(bindCode("vtkTemporalInterpolatedVelocityField_New", "D_vtkTemporalInterpolatedVelocityField_New")); mixin(bindCode("vtkTemporalInterpolatedVelocityField_FunctionValuesAtT", "D_vtkTemporalInterpolatedVelocityField_FunctionValuesAtT")); mixin(bindCode("vtkTemporalInterpolatedVelocityField_SelectVectors", "D_vtkTemporalInterpolatedVelocityField_SelectVectors")); mixin(bindCode("vtkTemporalInterpolatedVelocityField_SetDataSetAtTime", "D_vtkTemporalInterpolatedVelocityField_SetDataSetAtTime")); mixin(bindCode("vtkTemporalInterpolatedVelocityField_GetCachedCellIds", "D_vtkTemporalInterpolatedVelocityField_GetCachedCellIds")); mixin(bindCode("vtkTemporalInterpolatedVelocityField_SetCachedCellIds", "D_vtkTemporalInterpolatedVelocityField_SetCachedCellIds")); mixin(bindCode("vtkTemporalInterpolatedVelocityField_ClearCache", "D_vtkTemporalInterpolatedVelocityField_ClearCache")); mixin(bindCode("vtkTemporalInterpolatedVelocityField_TestPoint", "D_vtkTemporalInterpolatedVelocityField_TestPoint")); mixin(bindCode("vtkTemporalInterpolatedVelocityField_QuickTestPoint", "D_vtkTemporalInterpolatedVelocityField_QuickTestPoint")); mixin(bindCode("vtkTemporalInterpolatedVelocityField_GetLastGoodVelocity__SWIG_0", "D_vtkTemporalInterpolatedVelocityField_GetLastGoodVelocity__SWIG_0")); mixin(bindCode("vtkTemporalInterpolatedVelocityField_GetLastGoodVelocity__SWIG_1", "D_vtkTemporalInterpolatedVelocityField_GetLastGoodVelocity__SWIG_1")); mixin(bindCode("vtkTemporalInterpolatedVelocityField_GetLastGoodVelocity__SWIG_2", "D_vtkTemporalInterpolatedVelocityField_GetLastGoodVelocity__SWIG_2")); mixin(bindCode("vtkTemporalInterpolatedVelocityField_GetCurrentWeight", "D_vtkTemporalInterpolatedVelocityField_GetCurrentWeight")); mixin(bindCode("vtkTemporalInterpolatedVelocityField_InterpolatePoint__SWIG_0", "D_vtkTemporalInterpolatedVelocityField_InterpolatePoint__SWIG_0")); mixin(bindCode("vtkTemporalInterpolatedVelocityField_InterpolatePoint__SWIG_1", "D_vtkTemporalInterpolatedVelocityField_InterpolatePoint__SWIG_1")); mixin(bindCode("vtkTemporalInterpolatedVelocityField_GetVorticityData", "D_vtkTemporalInterpolatedVelocityField_GetVorticityData")); mixin(bindCode("vtkTemporalInterpolatedVelocityField_ShowCacheResults", "D_vtkTemporalInterpolatedVelocityField_ShowCacheResults")); mixin(bindCode("vtkTemporalInterpolatedVelocityField_IsStatic", "D_vtkTemporalInterpolatedVelocityField_IsStatic")); mixin(bindCode("vtkTemporalInterpolatedVelocityField_AdvanceOneTimeStep", "D_vtkTemporalInterpolatedVelocityField_AdvanceOneTimeStep")); mixin(bindCode("vtkTemporalInterpolatedVelocityField_Upcast", "D_vtkTemporalInterpolatedVelocityField_Upcast")); mixin(bindCode("vtkBiQuadraticQuadraticHexahedron_New", "D_vtkBiQuadraticQuadraticHexahedron_New")); mixin(bindCode("vtkBiQuadraticQuadraticHexahedron_IsTypeOf", "D_vtkBiQuadraticQuadraticHexahedron_IsTypeOf")); mixin(bindCode("vtkBiQuadraticQuadraticHexahedron_SafeDownCast", "D_vtkBiQuadraticQuadraticHexahedron_SafeDownCast")); mixin(bindCode("vtkBiQuadraticQuadraticHexahedron_NewInstance", "D_vtkBiQuadraticQuadraticHexahedron_NewInstance")); mixin(bindCode("vtkBiQuadraticQuadraticHexahedron_InterpolationFunctions", "D_vtkBiQuadraticQuadraticHexahedron_InterpolationFunctions")); mixin(bindCode("vtkBiQuadraticQuadraticHexahedron_InterpolationDerivs", "D_vtkBiQuadraticQuadraticHexahedron_InterpolationDerivs")); mixin(bindCode("vtkBiQuadraticQuadraticHexahedron_InterpolateFunctions", "D_vtkBiQuadraticQuadraticHexahedron_InterpolateFunctions")); mixin(bindCode("vtkBiQuadraticQuadraticHexahedron_InterpolateDerivs", "D_vtkBiQuadraticQuadraticHexahedron_InterpolateDerivs")); mixin(bindCode("vtkBiQuadraticQuadraticHexahedron_GetEdgeArray", "D_vtkBiQuadraticQuadraticHexahedron_GetEdgeArray")); mixin(bindCode("vtkBiQuadraticQuadraticHexahedron_GetFaceArray", "D_vtkBiQuadraticQuadraticHexahedron_GetFaceArray")); mixin(bindCode("vtkBiQuadraticQuadraticHexahedron_JacobianInverse", "D_vtkBiQuadraticQuadraticHexahedron_JacobianInverse")); mixin(bindCode("vtkBiQuadraticQuadraticHexahedron_Upcast", "D_vtkBiQuadraticQuadraticHexahedron_Upcast")); mixin(bindCode("vtkArrowSource_New", "D_vtkArrowSource_New")); mixin(bindCode("vtkArrowSource_IsTypeOf", "D_vtkArrowSource_IsTypeOf")); mixin(bindCode("vtkArrowSource_SafeDownCast", "D_vtkArrowSource_SafeDownCast")); mixin(bindCode("vtkArrowSource_NewInstance", "D_vtkArrowSource_NewInstance")); mixin(bindCode("vtkArrowSource_SetTipLength", "D_vtkArrowSource_SetTipLength")); mixin(bindCode("vtkArrowSource_GetTipLengthMinValue", "D_vtkArrowSource_GetTipLengthMinValue")); mixin(bindCode("vtkArrowSource_GetTipLengthMaxValue", "D_vtkArrowSource_GetTipLengthMaxValue")); mixin(bindCode("vtkArrowSource_GetTipLength", "D_vtkArrowSource_GetTipLength")); mixin(bindCode("vtkArrowSource_SetTipRadius", "D_vtkArrowSource_SetTipRadius")); mixin(bindCode("vtkArrowSource_GetTipRadiusMinValue", "D_vtkArrowSource_GetTipRadiusMinValue")); mixin(bindCode("vtkArrowSource_GetTipRadiusMaxValue", "D_vtkArrowSource_GetTipRadiusMaxValue")); mixin(bindCode("vtkArrowSource_GetTipRadius", "D_vtkArrowSource_GetTipRadius")); mixin(bindCode("vtkArrowSource_SetTipResolution", "D_vtkArrowSource_SetTipResolution")); mixin(bindCode("vtkArrowSource_GetTipResolutionMinValue", "D_vtkArrowSource_GetTipResolutionMinValue")); mixin(bindCode("vtkArrowSource_GetTipResolutionMaxValue", "D_vtkArrowSource_GetTipResolutionMaxValue")); mixin(bindCode("vtkArrowSource_GetTipResolution", "D_vtkArrowSource_GetTipResolution")); mixin(bindCode("vtkArrowSource_SetShaftRadius", "D_vtkArrowSource_SetShaftRadius")); mixin(bindCode("vtkArrowSource_GetShaftRadiusMinValue", "D_vtkArrowSource_GetShaftRadiusMinValue")); mixin(bindCode("vtkArrowSource_GetShaftRadiusMaxValue", "D_vtkArrowSource_GetShaftRadiusMaxValue")); mixin(bindCode("vtkArrowSource_GetShaftRadius", "D_vtkArrowSource_GetShaftRadius")); mixin(bindCode("vtkArrowSource_SetShaftResolution", "D_vtkArrowSource_SetShaftResolution")); mixin(bindCode("vtkArrowSource_GetShaftResolutionMinValue", "D_vtkArrowSource_GetShaftResolutionMinValue")); mixin(bindCode("vtkArrowSource_GetShaftResolutionMaxValue", "D_vtkArrowSource_GetShaftResolutionMaxValue")); mixin(bindCode("vtkArrowSource_GetShaftResolution", "D_vtkArrowSource_GetShaftResolution")); mixin(bindCode("vtkArrowSource_InvertOn", "D_vtkArrowSource_InvertOn")); mixin(bindCode("vtkArrowSource_InvertOff", "D_vtkArrowSource_InvertOff")); mixin(bindCode("vtkArrowSource_SetInvert", "D_vtkArrowSource_SetInvert")); mixin(bindCode("vtkArrowSource_GetInvert", "D_vtkArrowSource_GetInvert")); mixin(bindCode("vtkArrowSource_Upcast", "D_vtkArrowSource_Upcast")); mixin(bindCode("vtkAnimationCue_IsTypeOf", "D_vtkAnimationCue_IsTypeOf")); mixin(bindCode("vtkAnimationCue_SafeDownCast", "D_vtkAnimationCue_SafeDownCast")); mixin(bindCode("vtkAnimationCue_NewInstance", "D_vtkAnimationCue_NewInstance")); mixin(bindCode("vtkAnimationCue_New", "D_vtkAnimationCue_New")); mixin(bindCode("vtkAnimationCue_SetTimeMode", "D_vtkAnimationCue_SetTimeMode")); mixin(bindCode("vtkAnimationCue_GetTimeMode", "D_vtkAnimationCue_GetTimeMode")); mixin(bindCode("vtkAnimationCue_SetTimeModeToRelative", "D_vtkAnimationCue_SetTimeModeToRelative")); mixin(bindCode("vtkAnimationCue_SetTimeModeToNormalized", "D_vtkAnimationCue_SetTimeModeToNormalized")); mixin(bindCode("vtkAnimationCue_SetStartTime", "D_vtkAnimationCue_SetStartTime")); mixin(bindCode("vtkAnimationCue_GetStartTime", "D_vtkAnimationCue_GetStartTime")); mixin(bindCode("vtkAnimationCue_SetEndTime", "D_vtkAnimationCue_SetEndTime")); mixin(bindCode("vtkAnimationCue_GetEndTime", "D_vtkAnimationCue_GetEndTime")); mixin(bindCode("vtkAnimationCue_Tick", "D_vtkAnimationCue_Tick")); mixin(bindCode("vtkAnimationCue_Initialize", "D_vtkAnimationCue_Initialize")); mixin(bindCode("vtkAnimationCue_Finalize", "D_vtkAnimationCue_Finalize")); mixin(bindCode("vtkAnimationCue_GetAnimationTime", "D_vtkAnimationCue_GetAnimationTime")); mixin(bindCode("vtkAnimationCue_GetDeltaTime", "D_vtkAnimationCue_GetDeltaTime")); mixin(bindCode("vtkAnimationCue_GetClockTime", "D_vtkAnimationCue_GetClockTime")); mixin(bindCode("vtkAnimationCue_Upcast", "D_vtkAnimationCue_Upcast")); mixin(bindCode("vtkAnimationScene_IsTypeOf", "D_vtkAnimationScene_IsTypeOf")); mixin(bindCode("vtkAnimationScene_SafeDownCast", "D_vtkAnimationScene_SafeDownCast")); mixin(bindCode("vtkAnimationScene_NewInstance", "D_vtkAnimationScene_NewInstance")); mixin(bindCode("vtkAnimationScene_New", "D_vtkAnimationScene_New")); mixin(bindCode("vtkAnimationScene_SetPlayMode", "D_vtkAnimationScene_SetPlayMode")); mixin(bindCode("vtkAnimationScene_SetModeToSequence", "D_vtkAnimationScene_SetModeToSequence")); mixin(bindCode("vtkAnimationScene_SetModeToRealTime", "D_vtkAnimationScene_SetModeToRealTime")); mixin(bindCode("vtkAnimationScene_GetPlayMode", "D_vtkAnimationScene_GetPlayMode")); mixin(bindCode("vtkAnimationScene_SetFrameRate", "D_vtkAnimationScene_SetFrameRate")); mixin(bindCode("vtkAnimationScene_GetFrameRate", "D_vtkAnimationScene_GetFrameRate")); mixin(bindCode("vtkAnimationScene_AddCue", "D_vtkAnimationScene_AddCue")); mixin(bindCode("vtkAnimationScene_RemoveCue", "D_vtkAnimationScene_RemoveCue")); mixin(bindCode("vtkAnimationScene_RemoveAllCues", "D_vtkAnimationScene_RemoveAllCues")); mixin(bindCode("vtkAnimationScene_GetNumberOfCues", "D_vtkAnimationScene_GetNumberOfCues")); mixin(bindCode("vtkAnimationScene_Play", "D_vtkAnimationScene_Play")); mixin(bindCode("vtkAnimationScene_Stop", "D_vtkAnimationScene_Stop")); mixin(bindCode("vtkAnimationScene_SetLoop", "D_vtkAnimationScene_SetLoop")); mixin(bindCode("vtkAnimationScene_GetLoop", "D_vtkAnimationScene_GetLoop")); mixin(bindCode("vtkAnimationScene_SetAnimationTime", "D_vtkAnimationScene_SetAnimationTime")); mixin(bindCode("vtkAnimationScene_IsInPlay", "D_vtkAnimationScene_IsInPlay")); mixin(bindCode("vtkAnimationScene_Upcast", "D_vtkAnimationScene_Upcast")); mixin(bindCode("vtkTemporalStatistics_IsTypeOf", "D_vtkTemporalStatistics_IsTypeOf")); mixin(bindCode("vtkTemporalStatistics_SafeDownCast", "D_vtkTemporalStatistics_SafeDownCast")); mixin(bindCode("vtkTemporalStatistics_NewInstance", "D_vtkTemporalStatistics_NewInstance")); mixin(bindCode("vtkTemporalStatistics_New", "D_vtkTemporalStatistics_New")); mixin(bindCode("vtkTemporalStatistics_GetComputeAverage", "D_vtkTemporalStatistics_GetComputeAverage")); mixin(bindCode("vtkTemporalStatistics_SetComputeAverage", "D_vtkTemporalStatistics_SetComputeAverage")); mixin(bindCode("vtkTemporalStatistics_ComputeAverageOn", "D_vtkTemporalStatistics_ComputeAverageOn")); mixin(bindCode("vtkTemporalStatistics_ComputeAverageOff", "D_vtkTemporalStatistics_ComputeAverageOff")); mixin(bindCode("vtkTemporalStatistics_GetComputeMinimum", "D_vtkTemporalStatistics_GetComputeMinimum")); mixin(bindCode("vtkTemporalStatistics_SetComputeMinimum", "D_vtkTemporalStatistics_SetComputeMinimum")); mixin(bindCode("vtkTemporalStatistics_ComputeMinimumOn", "D_vtkTemporalStatistics_ComputeMinimumOn")); mixin(bindCode("vtkTemporalStatistics_ComputeMinimumOff", "D_vtkTemporalStatistics_ComputeMinimumOff")); mixin(bindCode("vtkTemporalStatistics_GetComputeMaximum", "D_vtkTemporalStatistics_GetComputeMaximum")); mixin(bindCode("vtkTemporalStatistics_SetComputeMaximum", "D_vtkTemporalStatistics_SetComputeMaximum")); mixin(bindCode("vtkTemporalStatistics_ComputeMaximumOn", "D_vtkTemporalStatistics_ComputeMaximumOn")); mixin(bindCode("vtkTemporalStatistics_ComputeMaximumOff", "D_vtkTemporalStatistics_ComputeMaximumOff")); mixin(bindCode("vtkTemporalStatistics_GetComputeStandardDeviation", "D_vtkTemporalStatistics_GetComputeStandardDeviation")); mixin(bindCode("vtkTemporalStatistics_SetComputeStandardDeviation", "D_vtkTemporalStatistics_SetComputeStandardDeviation")); mixin(bindCode("vtkTemporalStatistics_ComputeStandardDeviationOn", "D_vtkTemporalStatistics_ComputeStandardDeviationOn")); mixin(bindCode("vtkTemporalStatistics_ComputeStandardDeviationOff", "D_vtkTemporalStatistics_ComputeStandardDeviationOff")); mixin(bindCode("vtkTemporalStatistics_Upcast", "D_vtkTemporalStatistics_Upcast")); mixin(bindCode("vtkAbstractCellLocator_IsTypeOf", "D_vtkAbstractCellLocator_IsTypeOf")); mixin(bindCode("vtkAbstractCellLocator_SafeDownCast", "D_vtkAbstractCellLocator_SafeDownCast")); mixin(bindCode("vtkAbstractCellLocator_NewInstance", "D_vtkAbstractCellLocator_NewInstance")); mixin(bindCode("vtkAbstractCellLocator_SetNumberOfCellsPerNode", "D_vtkAbstractCellLocator_SetNumberOfCellsPerNode")); mixin(bindCode("vtkAbstractCellLocator_GetNumberOfCellsPerNodeMinValue", "D_vtkAbstractCellLocator_GetNumberOfCellsPerNodeMinValue")); mixin(bindCode("vtkAbstractCellLocator_GetNumberOfCellsPerNodeMaxValue", "D_vtkAbstractCellLocator_GetNumberOfCellsPerNodeMaxValue")); mixin(bindCode("vtkAbstractCellLocator_GetNumberOfCellsPerNode", "D_vtkAbstractCellLocator_GetNumberOfCellsPerNode")); mixin(bindCode("vtkAbstractCellLocator_SetCacheCellBounds", "D_vtkAbstractCellLocator_SetCacheCellBounds")); mixin(bindCode("vtkAbstractCellLocator_GetCacheCellBounds", "D_vtkAbstractCellLocator_GetCacheCellBounds")); mixin(bindCode("vtkAbstractCellLocator_CacheCellBoundsOn", "D_vtkAbstractCellLocator_CacheCellBoundsOn")); mixin(bindCode("vtkAbstractCellLocator_CacheCellBoundsOff", "D_vtkAbstractCellLocator_CacheCellBoundsOff")); mixin(bindCode("vtkAbstractCellLocator_SetRetainCellLists", "D_vtkAbstractCellLocator_SetRetainCellLists")); mixin(bindCode("vtkAbstractCellLocator_GetRetainCellLists", "D_vtkAbstractCellLocator_GetRetainCellLists")); mixin(bindCode("vtkAbstractCellLocator_RetainCellListsOn", "D_vtkAbstractCellLocator_RetainCellListsOn")); mixin(bindCode("vtkAbstractCellLocator_RetainCellListsOff", "D_vtkAbstractCellLocator_RetainCellListsOff")); mixin(bindCode("vtkAbstractCellLocator_SetLazyEvaluation", "D_vtkAbstractCellLocator_SetLazyEvaluation")); mixin(bindCode("vtkAbstractCellLocator_GetLazyEvaluation", "D_vtkAbstractCellLocator_GetLazyEvaluation")); mixin(bindCode("vtkAbstractCellLocator_LazyEvaluationOn", "D_vtkAbstractCellLocator_LazyEvaluationOn")); mixin(bindCode("vtkAbstractCellLocator_LazyEvaluationOff", "D_vtkAbstractCellLocator_LazyEvaluationOff")); mixin(bindCode("vtkAbstractCellLocator_SetUseExistingSearchStructure", "D_vtkAbstractCellLocator_SetUseExistingSearchStructure")); mixin(bindCode("vtkAbstractCellLocator_GetUseExistingSearchStructure", "D_vtkAbstractCellLocator_GetUseExistingSearchStructure")); mixin(bindCode("vtkAbstractCellLocator_UseExistingSearchStructureOn", "D_vtkAbstractCellLocator_UseExistingSearchStructureOn")); mixin(bindCode("vtkAbstractCellLocator_UseExistingSearchStructureOff", "D_vtkAbstractCellLocator_UseExistingSearchStructureOff")); mixin(bindCode("vtkAbstractCellLocator_IntersectWithLine__SWIG_0", "D_vtkAbstractCellLocator_IntersectWithLine__SWIG_0")); mixin(bindCode("vtkAbstractCellLocator_IntersectWithLine__SWIG_1", "D_vtkAbstractCellLocator_IntersectWithLine__SWIG_1")); mixin(bindCode("vtkAbstractCellLocator_IntersectWithLine__SWIG_2", "D_vtkAbstractCellLocator_IntersectWithLine__SWIG_2")); mixin(bindCode("vtkAbstractCellLocator_IntersectWithLine__SWIG_3", "D_vtkAbstractCellLocator_IntersectWithLine__SWIG_3")); mixin(bindCode("vtkAbstractCellLocator_FindClosestPoint__SWIG_0", "D_vtkAbstractCellLocator_FindClosestPoint__SWIG_0")); mixin(bindCode("vtkAbstractCellLocator_FindClosestPoint__SWIG_1", "D_vtkAbstractCellLocator_FindClosestPoint__SWIG_1")); mixin(bindCode("vtkAbstractCellLocator_FindClosestPointWithinRadius__SWIG_0", "D_vtkAbstractCellLocator_FindClosestPointWithinRadius__SWIG_0")); mixin(bindCode("vtkAbstractCellLocator_FindClosestPointWithinRadius__SWIG_1", "D_vtkAbstractCellLocator_FindClosestPointWithinRadius__SWIG_1")); mixin(bindCode("vtkAbstractCellLocator_FindClosestPointWithinRadius__SWIG_2", "D_vtkAbstractCellLocator_FindClosestPointWithinRadius__SWIG_2")); mixin(bindCode("vtkAbstractCellLocator_FindCellsWithinBounds", "D_vtkAbstractCellLocator_FindCellsWithinBounds")); mixin(bindCode("vtkAbstractCellLocator_FindCellsAlongLine", "D_vtkAbstractCellLocator_FindCellsAlongLine")); mixin(bindCode("vtkAbstractCellLocator_FindCell__SWIG_0", "D_vtkAbstractCellLocator_FindCell__SWIG_0")); mixin(bindCode("vtkAbstractCellLocator_FindCell__SWIG_1", "D_vtkAbstractCellLocator_FindCell__SWIG_1")); mixin(bindCode("vtkAbstractCellLocator_InsideCellBounds", "D_vtkAbstractCellLocator_InsideCellBounds")); mixin(bindCode("vtkAbstractCellLocator_Upcast", "D_vtkAbstractCellLocator_Upcast")); mixin(bindCode("vtkCellTreeLocator_IsTypeOf", "D_vtkCellTreeLocator_IsTypeOf")); mixin(bindCode("vtkCellTreeLocator_SafeDownCast", "D_vtkCellTreeLocator_SafeDownCast")); mixin(bindCode("vtkCellTreeLocator_NewInstance", "D_vtkCellTreeLocator_NewInstance")); mixin(bindCode("vtkCellTreeLocator_New", "D_vtkCellTreeLocator_New")); mixin(bindCode("vtkCellTreeLocator_FindCell__SWIG_0", "D_vtkCellTreeLocator_FindCell__SWIG_0")); mixin(bindCode("vtkCellTreeLocator_IntersectWithLine__SWIG_0", "D_vtkCellTreeLocator_IntersectWithLine__SWIG_0")); mixin(bindCode("vtkCellTreeLocator_IntersectWithLine__SWIG_1", "D_vtkCellTreeLocator_IntersectWithLine__SWIG_1")); mixin(bindCode("vtkCellTreeLocator_IntersectWithLine__SWIG_2", "D_vtkCellTreeLocator_IntersectWithLine__SWIG_2")); mixin(bindCode("vtkCellTreeLocator_IntersectWithLine__SWIG_3", "D_vtkCellTreeLocator_IntersectWithLine__SWIG_3")); mixin(bindCode("vtkCellTreeLocator_FindCell__SWIG_1", "D_vtkCellTreeLocator_FindCell__SWIG_1")); mixin(bindCode("vtkCellTreeLocator_BuildLocatorInternal", "D_vtkCellTreeLocator_BuildLocatorInternal")); mixin(bindCode("vtkCellTreeLocator_BuildLocatorIfNeeded", "D_vtkCellTreeLocator_BuildLocatorIfNeeded")); mixin(bindCode("vtkCellTreeLocator_ForceBuildLocator", "D_vtkCellTreeLocator_ForceBuildLocator")); mixin(bindCode("vtkCellTreeLocator_Upcast", "D_vtkCellTreeLocator_Upcast")); mixin(bindCode("vtkPlotGrid_IsTypeOf", "D_vtkPlotGrid_IsTypeOf")); mixin(bindCode("vtkPlotGrid_SafeDownCast", "D_vtkPlotGrid_SafeDownCast")); mixin(bindCode("vtkPlotGrid_NewInstance", "D_vtkPlotGrid_NewInstance")); mixin(bindCode("vtkPlotGrid_New", "D_vtkPlotGrid_New")); mixin(bindCode("vtkPlotGrid_SetXAxis", "D_vtkPlotGrid_SetXAxis")); mixin(bindCode("vtkPlotGrid_SetYAxis", "D_vtkPlotGrid_SetYAxis")); mixin(bindCode("new_vtkPlotGrid", "D_new_vtkPlotGrid")); mixin(bindCode("delete_vtkPlotGrid", "D_delete_vtkPlotGrid")); mixin(bindCode("vtkPlotGrid_Upcast", "D_vtkPlotGrid_Upcast")); mixin(bindCode("VTK_PARSER_IMMEDIATE_get", "D_VTK_PARSER_IMMEDIATE_get")); mixin(bindCode("VTK_PARSER_UNARY_MINUS_get", "D_VTK_PARSER_UNARY_MINUS_get")); mixin(bindCode("VTK_PARSER_ADD_get", "D_VTK_PARSER_ADD_get")); mixin(bindCode("VTK_PARSER_SUBTRACT_get", "D_VTK_PARSER_SUBTRACT_get")); mixin(bindCode("VTK_PARSER_MULTIPLY_get", "D_VTK_PARSER_MULTIPLY_get")); mixin(bindCode("VTK_PARSER_DIVIDE_get", "D_VTK_PARSER_DIVIDE_get")); mixin(bindCode("VTK_PARSER_POWER_get", "D_VTK_PARSER_POWER_get")); mixin(bindCode("VTK_PARSER_ABSOLUTE_VALUE_get", "D_VTK_PARSER_ABSOLUTE_VALUE_get")); mixin(bindCode("VTK_PARSER_EXPONENT_get", "D_VTK_PARSER_EXPONENT_get")); mixin(bindCode("VTK_PARSER_CEILING_get", "D_VTK_PARSER_CEILING_get")); mixin(bindCode("VTK_PARSER_FLOOR_get", "D_VTK_PARSER_FLOOR_get")); mixin(bindCode("VTK_PARSER_LOGARITHM_get", "D_VTK_PARSER_LOGARITHM_get")); mixin(bindCode("VTK_PARSER_LOGARITHME_get", "D_VTK_PARSER_LOGARITHME_get")); mixin(bindCode("VTK_PARSER_LOGARITHM10_get", "D_VTK_PARSER_LOGARITHM10_get")); mixin(bindCode("VTK_PARSER_SQUARE_ROOT_get", "D_VTK_PARSER_SQUARE_ROOT_get")); mixin(bindCode("VTK_PARSER_SINE_get", "D_VTK_PARSER_SINE_get")); mixin(bindCode("VTK_PARSER_COSINE_get", "D_VTK_PARSER_COSINE_get")); mixin(bindCode("VTK_PARSER_TANGENT_get", "D_VTK_PARSER_TANGENT_get")); mixin(bindCode("VTK_PARSER_ARCSINE_get", "D_VTK_PARSER_ARCSINE_get")); mixin(bindCode("VTK_PARSER_ARCCOSINE_get", "D_VTK_PARSER_ARCCOSINE_get")); mixin(bindCode("VTK_PARSER_ARCTANGENT_get", "D_VTK_PARSER_ARCTANGENT_get")); mixin(bindCode("VTK_PARSER_HYPERBOLIC_SINE_get", "D_VTK_PARSER_HYPERBOLIC_SINE_get")); mixin(bindCode("VTK_PARSER_HYPERBOLIC_COSINE_get", "D_VTK_PARSER_HYPERBOLIC_COSINE_get")); mixin(bindCode("VTK_PARSER_HYPERBOLIC_TANGENT_get", "D_VTK_PARSER_HYPERBOLIC_TANGENT_get")); mixin(bindCode("VTK_PARSER_MIN_get", "D_VTK_PARSER_MIN_get")); mixin(bindCode("VTK_PARSER_MAX_get", "D_VTK_PARSER_MAX_get")); mixin(bindCode("VTK_PARSER_CROSS_get", "D_VTK_PARSER_CROSS_get")); mixin(bindCode("VTK_PARSER_SIGN_get", "D_VTK_PARSER_SIGN_get")); mixin(bindCode("VTK_PARSER_VECTOR_UNARY_MINUS_get", "D_VTK_PARSER_VECTOR_UNARY_MINUS_get")); mixin(bindCode("VTK_PARSER_DOT_PRODUCT_get", "D_VTK_PARSER_DOT_PRODUCT_get")); mixin(bindCode("VTK_PARSER_VECTOR_ADD_get", "D_VTK_PARSER_VECTOR_ADD_get")); mixin(bindCode("VTK_PARSER_VECTOR_SUBTRACT_get", "D_VTK_PARSER_VECTOR_SUBTRACT_get")); mixin(bindCode("VTK_PARSER_SCALAR_TIMES_VECTOR_get", "D_VTK_PARSER_SCALAR_TIMES_VECTOR_get")); mixin(bindCode("VTK_PARSER_VECTOR_TIMES_SCALAR_get", "D_VTK_PARSER_VECTOR_TIMES_SCALAR_get")); mixin(bindCode("VTK_PARSER_VECTOR_OVER_SCALAR_get", "D_VTK_PARSER_VECTOR_OVER_SCALAR_get")); mixin(bindCode("VTK_PARSER_MAGNITUDE_get", "D_VTK_PARSER_MAGNITUDE_get")); mixin(bindCode("VTK_PARSER_NORMALIZE_get", "D_VTK_PARSER_NORMALIZE_get")); mixin(bindCode("VTK_PARSER_IHAT_get", "D_VTK_PARSER_IHAT_get")); mixin(bindCode("VTK_PARSER_JHAT_get", "D_VTK_PARSER_JHAT_get")); mixin(bindCode("VTK_PARSER_KHAT_get", "D_VTK_PARSER_KHAT_get")); mixin(bindCode("VTK_PARSER_IF_get", "D_VTK_PARSER_IF_get")); mixin(bindCode("VTK_PARSER_VECTOR_IF_get", "D_VTK_PARSER_VECTOR_IF_get")); mixin(bindCode("VTK_PARSER_LESS_THAN_get", "D_VTK_PARSER_LESS_THAN_get")); mixin(bindCode("VTK_PARSER_GREATER_THAN_get", "D_VTK_PARSER_GREATER_THAN_get")); mixin(bindCode("VTK_PARSER_EQUAL_TO_get", "D_VTK_PARSER_EQUAL_TO_get")); mixin(bindCode("VTK_PARSER_AND_get", "D_VTK_PARSER_AND_get")); mixin(bindCode("VTK_PARSER_OR_get", "D_VTK_PARSER_OR_get")); mixin(bindCode("VTK_PARSER_BEGIN_VARIABLES_get", "D_VTK_PARSER_BEGIN_VARIABLES_get")); mixin(bindCode("vtkFunctionParser_New", "D_vtkFunctionParser_New")); mixin(bindCode("vtkFunctionParser_IsTypeOf", "D_vtkFunctionParser_IsTypeOf")); mixin(bindCode("vtkFunctionParser_SafeDownCast", "D_vtkFunctionParser_SafeDownCast")); mixin(bindCode("vtkFunctionParser_NewInstance", "D_vtkFunctionParser_NewInstance")); mixin(bindCode("vtkFunctionParser_SetFunction", "D_vtkFunctionParser_SetFunction")); mixin(bindCode("vtkFunctionParser_GetFunction", "D_vtkFunctionParser_GetFunction")); mixin(bindCode("vtkFunctionParser_IsScalarResult", "D_vtkFunctionParser_IsScalarResult")); mixin(bindCode("vtkFunctionParser_IsVectorResult", "D_vtkFunctionParser_IsVectorResult")); mixin(bindCode("vtkFunctionParser_GetScalarResult", "D_vtkFunctionParser_GetScalarResult")); mixin(bindCode("vtkFunctionParser_GetVectorResult__SWIG_0", "D_vtkFunctionParser_GetVectorResult__SWIG_0")); mixin(bindCode("vtkFunctionParser_GetVectorResult__SWIG_1", "D_vtkFunctionParser_GetVectorResult__SWIG_1")); mixin(bindCode("vtkFunctionParser_SetScalarVariableValue__SWIG_0", "D_vtkFunctionParser_SetScalarVariableValue__SWIG_0")); mixin(bindCode("vtkFunctionParser_SetScalarVariableValue__SWIG_1", "D_vtkFunctionParser_SetScalarVariableValue__SWIG_1")); mixin(bindCode("vtkFunctionParser_GetScalarVariableValue__SWIG_0", "D_vtkFunctionParser_GetScalarVariableValue__SWIG_0")); mixin(bindCode("vtkFunctionParser_GetScalarVariableValue__SWIG_1", "D_vtkFunctionParser_GetScalarVariableValue__SWIG_1")); mixin(bindCode("vtkFunctionParser_SetVectorVariableValue__SWIG_0", "D_vtkFunctionParser_SetVectorVariableValue__SWIG_0")); mixin(bindCode("vtkFunctionParser_SetVectorVariableValue__SWIG_1", "D_vtkFunctionParser_SetVectorVariableValue__SWIG_1")); mixin(bindCode("vtkFunctionParser_SetVectorVariableValue__SWIG_2", "D_vtkFunctionParser_SetVectorVariableValue__SWIG_2")); mixin(bindCode("vtkFunctionParser_SetVectorVariableValue__SWIG_3", "D_vtkFunctionParser_SetVectorVariableValue__SWIG_3")); mixin(bindCode("vtkFunctionParser_GetVectorVariableValue__SWIG_0", "D_vtkFunctionParser_GetVectorVariableValue__SWIG_0")); mixin(bindCode("vtkFunctionParser_GetVectorVariableValue__SWIG_1", "D_vtkFunctionParser_GetVectorVariableValue__SWIG_1")); mixin(bindCode("vtkFunctionParser_GetVectorVariableValue__SWIG_2", "D_vtkFunctionParser_GetVectorVariableValue__SWIG_2")); mixin(bindCode("vtkFunctionParser_GetVectorVariableValue__SWIG_3", "D_vtkFunctionParser_GetVectorVariableValue__SWIG_3")); mixin(bindCode("vtkFunctionParser_GetNumberOfScalarVariables", "D_vtkFunctionParser_GetNumberOfScalarVariables")); mixin(bindCode("vtkFunctionParser_GetNumberOfVectorVariables", "D_vtkFunctionParser_GetNumberOfVectorVariables")); mixin(bindCode("vtkFunctionParser_GetScalarVariableName", "D_vtkFunctionParser_GetScalarVariableName")); mixin(bindCode("vtkFunctionParser_GetVectorVariableName", "D_vtkFunctionParser_GetVectorVariableName")); mixin(bindCode("vtkFunctionParser_RemoveAllVariables", "D_vtkFunctionParser_RemoveAllVariables")); mixin(bindCode("vtkFunctionParser_RemoveScalarVariables", "D_vtkFunctionParser_RemoveScalarVariables")); mixin(bindCode("vtkFunctionParser_RemoveVectorVariables", "D_vtkFunctionParser_RemoveVectorVariables")); mixin(bindCode("vtkFunctionParser_SetReplaceInvalidValues", "D_vtkFunctionParser_SetReplaceInvalidValues")); mixin(bindCode("vtkFunctionParser_GetReplaceInvalidValues", "D_vtkFunctionParser_GetReplaceInvalidValues")); mixin(bindCode("vtkFunctionParser_ReplaceInvalidValuesOn", "D_vtkFunctionParser_ReplaceInvalidValuesOn")); mixin(bindCode("vtkFunctionParser_ReplaceInvalidValuesOff", "D_vtkFunctionParser_ReplaceInvalidValuesOff")); mixin(bindCode("vtkFunctionParser_SetReplacementValue", "D_vtkFunctionParser_SetReplacementValue")); mixin(bindCode("vtkFunctionParser_GetReplacementValue", "D_vtkFunctionParser_GetReplacementValue")); mixin(bindCode("vtkFunctionParser_CheckExpression", "D_vtkFunctionParser_CheckExpression")); mixin(bindCode("vtkFunctionParser_InvalidateFunction", "D_vtkFunctionParser_InvalidateFunction")); mixin(bindCode("vtkFunctionParser_Upcast", "D_vtkFunctionParser_Upcast")); mixin(bindCode("vtkWarpTransform_IsTypeOf", "D_vtkWarpTransform_IsTypeOf")); mixin(bindCode("vtkWarpTransform_SafeDownCast", "D_vtkWarpTransform_SafeDownCast")); mixin(bindCode("vtkWarpTransform_NewInstance", "D_vtkWarpTransform_NewInstance")); mixin(bindCode("vtkWarpTransform_GetInverseFlag", "D_vtkWarpTransform_GetInverseFlag")); mixin(bindCode("vtkWarpTransform_SetInverseTolerance", "D_vtkWarpTransform_SetInverseTolerance")); mixin(bindCode("vtkWarpTransform_GetInverseTolerance", "D_vtkWarpTransform_GetInverseTolerance")); mixin(bindCode("vtkWarpTransform_SetInverseIterations", "D_vtkWarpTransform_SetInverseIterations")); mixin(bindCode("vtkWarpTransform_GetInverseIterations", "D_vtkWarpTransform_GetInverseIterations")); mixin(bindCode("vtkWarpTransform_InternalTransformPoint__SWIG_0", "D_vtkWarpTransform_InternalTransformPoint__SWIG_0")); mixin(bindCode("vtkWarpTransform_InternalTransformPoint__SWIG_1", "D_vtkWarpTransform_InternalTransformPoint__SWIG_1")); mixin(bindCode("vtkWarpTransform_InternalTransformDerivative__SWIG_0", "D_vtkWarpTransform_InternalTransformDerivative__SWIG_0")); mixin(bindCode("vtkWarpTransform_InternalTransformDerivative__SWIG_1", "D_vtkWarpTransform_InternalTransformDerivative__SWIG_1")); mixin(bindCode("vtkWarpTransform_TemplateTransformPoint__SWIG_0", "D_vtkWarpTransform_TemplateTransformPoint__SWIG_0")); mixin(bindCode("vtkWarpTransform_TemplateTransformPoint__SWIG_1", "D_vtkWarpTransform_TemplateTransformPoint__SWIG_1")); mixin(bindCode("vtkWarpTransform_TemplateTransformPoint__SWIG_2", "D_vtkWarpTransform_TemplateTransformPoint__SWIG_2")); mixin(bindCode("vtkWarpTransform_TemplateTransformPoint__SWIG_3", "D_vtkWarpTransform_TemplateTransformPoint__SWIG_3")); mixin(bindCode("vtkWarpTransform_TemplateTransformInverse__SWIG_0", "D_vtkWarpTransform_TemplateTransformInverse__SWIG_0")); mixin(bindCode("vtkWarpTransform_TemplateTransformInverse__SWIG_1", "D_vtkWarpTransform_TemplateTransformInverse__SWIG_1")); mixin(bindCode("vtkWarpTransform_TemplateTransformInverse__SWIG_2", "D_vtkWarpTransform_TemplateTransformInverse__SWIG_2")); mixin(bindCode("vtkWarpTransform_TemplateTransformInverse__SWIG_3", "D_vtkWarpTransform_TemplateTransformInverse__SWIG_3")); mixin(bindCode("vtkWarpTransform_Upcast", "D_vtkWarpTransform_Upcast")); mixin(bindCode("VTK_GRID_NEAREST_get", "D_VTK_GRID_NEAREST_get")); mixin(bindCode("VTK_GRID_LINEAR_get", "D_VTK_GRID_LINEAR_get")); mixin(bindCode("VTK_GRID_CUBIC_get", "D_VTK_GRID_CUBIC_get")); mixin(bindCode("vtkGridTransform_New", "D_vtkGridTransform_New")); mixin(bindCode("vtkGridTransform_IsTypeOf", "D_vtkGridTransform_IsTypeOf")); mixin(bindCode("vtkGridTransform_SafeDownCast", "D_vtkGridTransform_SafeDownCast")); mixin(bindCode("vtkGridTransform_NewInstance", "D_vtkGridTransform_NewInstance")); mixin(bindCode("vtkGridTransform_SetDisplacementGridConnection", "D_vtkGridTransform_SetDisplacementGridConnection")); mixin(bindCode("vtkGridTransform_SetDisplacementGridData", "D_vtkGridTransform_SetDisplacementGridData")); mixin(bindCode("vtkGridTransform_GetDisplacementGrid", "D_vtkGridTransform_GetDisplacementGrid")); mixin(bindCode("vtkGridTransform_SetDisplacementScale", "D_vtkGridTransform_SetDisplacementScale")); mixin(bindCode("vtkGridTransform_GetDisplacementScale", "D_vtkGridTransform_GetDisplacementScale")); mixin(bindCode("vtkGridTransform_SetDisplacementShift", "D_vtkGridTransform_SetDisplacementShift")); mixin(bindCode("vtkGridTransform_GetDisplacementShift", "D_vtkGridTransform_GetDisplacementShift")); mixin(bindCode("vtkGridTransform_SetInterpolationMode", "D_vtkGridTransform_SetInterpolationMode")); mixin(bindCode("vtkGridTransform_GetInterpolationMode", "D_vtkGridTransform_GetInterpolationMode")); mixin(bindCode("vtkGridTransform_SetInterpolationModeToNearestNeighbor", "D_vtkGridTransform_SetInterpolationModeToNearestNeighbor")); mixin(bindCode("vtkGridTransform_SetInterpolationModeToLinear", "D_vtkGridTransform_SetInterpolationModeToLinear")); mixin(bindCode("vtkGridTransform_SetInterpolationModeToCubic", "D_vtkGridTransform_SetInterpolationModeToCubic")); mixin(bindCode("vtkGridTransform_GetInterpolationModeAsString", "D_vtkGridTransform_GetInterpolationModeAsString")); mixin(bindCode("vtkGridTransform_Upcast", "D_vtkGridTransform_Upcast")); mixin(bindCode("vtkInformationKeyVectorKey_IsTypeOf", "D_vtkInformationKeyVectorKey_IsTypeOf")); mixin(bindCode("vtkInformationKeyVectorKey_SafeDownCast", "D_vtkInformationKeyVectorKey_SafeDownCast")); mixin(bindCode("vtkInformationKeyVectorKey_NewInstance", "D_vtkInformationKeyVectorKey_NewInstance")); mixin(bindCode("new_vtkInformationKeyVectorKey", "D_new_vtkInformationKeyVectorKey")); mixin(bindCode("delete_vtkInformationKeyVectorKey", "D_delete_vtkInformationKeyVectorKey")); mixin(bindCode("vtkInformationKeyVectorKey_Append", "D_vtkInformationKeyVectorKey_Append")); mixin(bindCode("vtkInformationKeyVectorKey_AppendUnique", "D_vtkInformationKeyVectorKey_AppendUnique")); mixin(bindCode("vtkInformationKeyVectorKey_Set", "D_vtkInformationKeyVectorKey_Set")); mixin(bindCode("vtkInformationKeyVectorKey_RemoveItem", "D_vtkInformationKeyVectorKey_RemoveItem")); mixin(bindCode("vtkInformationKeyVectorKey_Get__SWIG_0", "D_vtkInformationKeyVectorKey_Get__SWIG_0")); mixin(bindCode("vtkInformationKeyVectorKey_Get__SWIG_1", "D_vtkInformationKeyVectorKey_Get__SWIG_1")); mixin(bindCode("vtkInformationKeyVectorKey_Get__SWIG_2", "D_vtkInformationKeyVectorKey_Get__SWIG_2")); mixin(bindCode("vtkInformationKeyVectorKey_Length", "D_vtkInformationKeyVectorKey_Length")); mixin(bindCode("vtkInformationKeyVectorKey_Upcast", "D_vtkInformationKeyVectorKey_Upcast")); mixin(bindCode("vtkXMLStructuredDataWriter_IsTypeOf", "D_vtkXMLStructuredDataWriter_IsTypeOf")); mixin(bindCode("vtkXMLStructuredDataWriter_SafeDownCast", "D_vtkXMLStructuredDataWriter_SafeDownCast")); mixin(bindCode("vtkXMLStructuredDataWriter_NewInstance", "D_vtkXMLStructuredDataWriter_NewInstance")); mixin(bindCode("vtkXMLStructuredDataWriter_SetNumberOfPieces", "D_vtkXMLStructuredDataWriter_SetNumberOfPieces")); mixin(bindCode("vtkXMLStructuredDataWriter_GetNumberOfPieces", "D_vtkXMLStructuredDataWriter_GetNumberOfPieces")); mixin(bindCode("vtkXMLStructuredDataWriter_SetWriteExtent__SWIG_0", "D_vtkXMLStructuredDataWriter_SetWriteExtent__SWIG_0")); mixin(bindCode("vtkXMLStructuredDataWriter_SetWriteExtent__SWIG_1", "D_vtkXMLStructuredDataWriter_SetWriteExtent__SWIG_1")); mixin(bindCode("vtkXMLStructuredDataWriter_GetWriteExtent__SWIG_0", "D_vtkXMLStructuredDataWriter_GetWriteExtent__SWIG_0")); mixin(bindCode("vtkXMLStructuredDataWriter_GetWriteExtent__SWIG_1", "D_vtkXMLStructuredDataWriter_GetWriteExtent__SWIG_1")); mixin(bindCode("vtkXMLStructuredDataWriter_GetWriteExtent__SWIG_2", "D_vtkXMLStructuredDataWriter_GetWriteExtent__SWIG_2")); mixin(bindCode("vtkXMLStructuredDataWriter_SetExtentTranslator", "D_vtkXMLStructuredDataWriter_SetExtentTranslator")); mixin(bindCode("vtkXMLStructuredDataWriter_GetExtentTranslator", "D_vtkXMLStructuredDataWriter_GetExtentTranslator")); mixin(bindCode("vtkXMLStructuredDataWriter_Upcast", "D_vtkXMLStructuredDataWriter_Upcast")); mixin(bindCode("vtkXMLStructuredGridWriter_New", "D_vtkXMLStructuredGridWriter_New")); mixin(bindCode("vtkXMLStructuredGridWriter_IsTypeOf", "D_vtkXMLStructuredGridWriter_IsTypeOf")); mixin(bindCode("vtkXMLStructuredGridWriter_SafeDownCast", "D_vtkXMLStructuredGridWriter_SafeDownCast")); mixin(bindCode("vtkXMLStructuredGridWriter_NewInstance", "D_vtkXMLStructuredGridWriter_NewInstance")); mixin(bindCode("vtkXMLStructuredGridWriter_Upcast", "D_vtkXMLStructuredGridWriter_Upcast")); mixin(bindCode("vtkMatrix3x3_New", "D_vtkMatrix3x3_New")); mixin(bindCode("vtkMatrix3x3_IsTypeOf", "D_vtkMatrix3x3_IsTypeOf")); mixin(bindCode("vtkMatrix3x3_SafeDownCast", "D_vtkMatrix3x3_SafeDownCast")); mixin(bindCode("vtkMatrix3x3_NewInstance", "D_vtkMatrix3x3_NewInstance")); mixin(bindCode("vtkMatrix3x3_DeepCopy__SWIG_0", "D_vtkMatrix3x3_DeepCopy__SWIG_0")); mixin(bindCode("vtkMatrix3x3_DeepCopy__SWIG_1", "D_vtkMatrix3x3_DeepCopy__SWIG_1")); mixin(bindCode("vtkMatrix3x3_Zero", "D_vtkMatrix3x3_Zero")); mixin(bindCode("vtkMatrix3x3_Identity", "D_vtkMatrix3x3_Identity")); mixin(bindCode("vtkMatrix3x3_Invert__SWIG_0", "D_vtkMatrix3x3_Invert__SWIG_0")); mixin(bindCode("vtkMatrix3x3_Invert__SWIG_1", "D_vtkMatrix3x3_Invert__SWIG_1")); mixin(bindCode("vtkMatrix3x3_Transpose__SWIG_0", "D_vtkMatrix3x3_Transpose__SWIG_0")); mixin(bindCode("vtkMatrix3x3_Transpose__SWIG_1", "D_vtkMatrix3x3_Transpose__SWIG_1")); mixin(bindCode("vtkMatrix3x3_MultiplyPoint__SWIG_0", "D_vtkMatrix3x3_MultiplyPoint__SWIG_0")); mixin(bindCode("vtkMatrix3x3_MultiplyPoint__SWIG_1", "D_vtkMatrix3x3_MultiplyPoint__SWIG_1")); mixin(bindCode("vtkMatrix3x3_Multiply3x3", "D_vtkMatrix3x3_Multiply3x3")); mixin(bindCode("vtkMatrix3x3_Adjoint", "D_vtkMatrix3x3_Adjoint")); mixin(bindCode("vtkMatrix3x3_Determinant", "D_vtkMatrix3x3_Determinant")); mixin(bindCode("vtkMatrix3x3_SetElement", "D_vtkMatrix3x3_SetElement")); mixin(bindCode("vtkMatrix3x3_GetElement", "D_vtkMatrix3x3_GetElement")); mixin(bindCode("vtkMatrix3x3_IsIdentity", "D_vtkMatrix3x3_IsIdentity")); mixin(bindCode("vtkMatrix3x3_GetData", "D_vtkMatrix3x3_GetData")); mixin(bindCode("new_vtkMatrix3x3", "D_new_vtkMatrix3x3")); mixin(bindCode("delete_vtkMatrix3x3", "D_delete_vtkMatrix3x3")); mixin(bindCode("vtkMatrix3x3_Upcast", "D_vtkMatrix3x3_Upcast")); mixin(bindCode("vtkResliceCursor_IsTypeOf", "D_vtkResliceCursor_IsTypeOf")); mixin(bindCode("vtkResliceCursor_SafeDownCast", "D_vtkResliceCursor_SafeDownCast")); mixin(bindCode("vtkResliceCursor_NewInstance", "D_vtkResliceCursor_NewInstance")); mixin(bindCode("vtkResliceCursor_New", "D_vtkResliceCursor_New")); mixin(bindCode("vtkResliceCursor_SetImage", "D_vtkResliceCursor_SetImage")); mixin(bindCode("vtkResliceCursor_GetImage", "D_vtkResliceCursor_GetImage")); mixin(bindCode("vtkResliceCursor_SetCenter__SWIG_0", "D_vtkResliceCursor_SetCenter__SWIG_0")); mixin(bindCode("vtkResliceCursor_SetCenter__SWIG_1", "D_vtkResliceCursor_SetCenter__SWIG_1")); mixin(bindCode("vtkResliceCursor_GetCenter__SWIG_0", "D_vtkResliceCursor_GetCenter__SWIG_0")); mixin(bindCode("vtkResliceCursor_GetCenter__SWIG_1", "D_vtkResliceCursor_GetCenter__SWIG_1")); mixin(bindCode("vtkResliceCursor_GetCenter__SWIG_2", "D_vtkResliceCursor_GetCenter__SWIG_2")); mixin(bindCode("vtkResliceCursor_SetThickness__SWIG_0", "D_vtkResliceCursor_SetThickness__SWIG_0")); mixin(bindCode("vtkResliceCursor_SetThickness__SWIG_1", "D_vtkResliceCursor_SetThickness__SWIG_1")); mixin(bindCode("vtkResliceCursor_GetThickness__SWIG_0", "D_vtkResliceCursor_GetThickness__SWIG_0")); mixin(bindCode("vtkResliceCursor_GetThickness__SWIG_1", "D_vtkResliceCursor_GetThickness__SWIG_1")); mixin(bindCode("vtkResliceCursor_GetThickness__SWIG_2", "D_vtkResliceCursor_GetThickness__SWIG_2")); mixin(bindCode("vtkResliceCursor_SetThickMode", "D_vtkResliceCursor_SetThickMode")); mixin(bindCode("vtkResliceCursor_GetThickMode", "D_vtkResliceCursor_GetThickMode")); mixin(bindCode("vtkResliceCursor_ThickModeOn", "D_vtkResliceCursor_ThickModeOn")); mixin(bindCode("vtkResliceCursor_ThickModeOff", "D_vtkResliceCursor_ThickModeOff")); mixin(bindCode("vtkResliceCursor_GetPolyData", "D_vtkResliceCursor_GetPolyData")); mixin(bindCode("vtkResliceCursor_GetCenterlineAxisPolyData", "D_vtkResliceCursor_GetCenterlineAxisPolyData")); mixin(bindCode("vtkResliceCursor_GetPlane", "D_vtkResliceCursor_GetPlane")); mixin(bindCode("vtkResliceCursor_Update", "D_vtkResliceCursor_Update")); mixin(bindCode("vtkResliceCursor_GetXAxis__SWIG_0", "D_vtkResliceCursor_GetXAxis__SWIG_0")); mixin(bindCode("vtkResliceCursor_GetXAxis__SWIG_1", "D_vtkResliceCursor_GetXAxis__SWIG_1")); mixin(bindCode("vtkResliceCursor_GetXAxis__SWIG_2", "D_vtkResliceCursor_GetXAxis__SWIG_2")); mixin(bindCode("vtkResliceCursor_GetYAxis__SWIG_0", "D_vtkResliceCursor_GetYAxis__SWIG_0")); mixin(bindCode("vtkResliceCursor_GetYAxis__SWIG_1", "D_vtkResliceCursor_GetYAxis__SWIG_1")); mixin(bindCode("vtkResliceCursor_GetYAxis__SWIG_2", "D_vtkResliceCursor_GetYAxis__SWIG_2")); mixin(bindCode("vtkResliceCursor_GetZAxis__SWIG_0", "D_vtkResliceCursor_GetZAxis__SWIG_0")); mixin(bindCode("vtkResliceCursor_GetZAxis__SWIG_1", "D_vtkResliceCursor_GetZAxis__SWIG_1")); mixin(bindCode("vtkResliceCursor_GetZAxis__SWIG_2", "D_vtkResliceCursor_GetZAxis__SWIG_2")); mixin(bindCode("vtkResliceCursor_SetXAxis__SWIG_0", "D_vtkResliceCursor_SetXAxis__SWIG_0")); mixin(bindCode("vtkResliceCursor_SetXAxis__SWIG_1", "D_vtkResliceCursor_SetXAxis__SWIG_1")); mixin(bindCode("vtkResliceCursor_SetYAxis__SWIG_0", "D_vtkResliceCursor_SetYAxis__SWIG_0")); mixin(bindCode("vtkResliceCursor_SetYAxis__SWIG_1", "D_vtkResliceCursor_SetYAxis__SWIG_1")); mixin(bindCode("vtkResliceCursor_SetZAxis__SWIG_0", "D_vtkResliceCursor_SetZAxis__SWIG_0")); mixin(bindCode("vtkResliceCursor_SetZAxis__SWIG_1", "D_vtkResliceCursor_SetZAxis__SWIG_1")); mixin(bindCode("vtkResliceCursor_GetAxis", "D_vtkResliceCursor_GetAxis")); mixin(bindCode("vtkResliceCursor_SetHole", "D_vtkResliceCursor_SetHole")); mixin(bindCode("vtkResliceCursor_GetHole", "D_vtkResliceCursor_GetHole")); mixin(bindCode("vtkResliceCursor_SetHoleWidth", "D_vtkResliceCursor_SetHoleWidth")); mixin(bindCode("vtkResliceCursor_GetHoleWidth", "D_vtkResliceCursor_GetHoleWidth")); mixin(bindCode("vtkResliceCursor_SetHoleWidthInPixels", "D_vtkResliceCursor_SetHoleWidthInPixels")); mixin(bindCode("vtkResliceCursor_GetHoleWidthInPixels", "D_vtkResliceCursor_GetHoleWidthInPixels")); mixin(bindCode("vtkResliceCursor_Reset", "D_vtkResliceCursor_Reset")); mixin(bindCode("vtkResliceCursor_Upcast", "D_vtkResliceCursor_Upcast")); mixin(bindCode("vtkHeap_New", "D_vtkHeap_New")); mixin(bindCode("vtkHeap_IsTypeOf", "D_vtkHeap_IsTypeOf")); mixin(bindCode("vtkHeap_SafeDownCast", "D_vtkHeap_SafeDownCast")); mixin(bindCode("vtkHeap_NewInstance", "D_vtkHeap_NewInstance")); mixin(bindCode("vtkHeap_AllocateMemory", "D_vtkHeap_AllocateMemory")); mixin(bindCode("vtkHeap_SetBlockSize", "D_vtkHeap_SetBlockSize")); mixin(bindCode("vtkHeap_GetBlockSize", "D_vtkHeap_GetBlockSize")); mixin(bindCode("vtkHeap_GetNumberOfBlocks", "D_vtkHeap_GetNumberOfBlocks")); mixin(bindCode("vtkHeap_GetNumberOfAllocations", "D_vtkHeap_GetNumberOfAllocations")); mixin(bindCode("vtkHeap_Reset", "D_vtkHeap_Reset")); mixin(bindCode("vtkHeap_StringDup", "D_vtkHeap_StringDup")); mixin(bindCode("vtkHeap_Upcast", "D_vtkHeap_Upcast")); mixin(bindCode("vtkDataArrayCollection_New", "D_vtkDataArrayCollection_New")); mixin(bindCode("vtkDataArrayCollection_IsTypeOf", "D_vtkDataArrayCollection_IsTypeOf")); mixin(bindCode("vtkDataArrayCollection_SafeDownCast", "D_vtkDataArrayCollection_SafeDownCast")); mixin(bindCode("vtkDataArrayCollection_NewInstance", "D_vtkDataArrayCollection_NewInstance")); mixin(bindCode("vtkDataArrayCollection_AddItem", "D_vtkDataArrayCollection_AddItem")); mixin(bindCode("vtkDataArrayCollection_GetNextItem", "D_vtkDataArrayCollection_GetNextItem")); mixin(bindCode("vtkDataArrayCollection_GetItem", "D_vtkDataArrayCollection_GetItem")); mixin(bindCode("vtkDataArrayCollection_Upcast", "D_vtkDataArrayCollection_Upcast")); mixin(bindCode("vtkSimple3DCirclesStrategyH_get", "D_vtkSimple3DCirclesStrategyH_get")); mixin(bindCode("vtkSimple3DCirclesStrategy_New", "D_vtkSimple3DCirclesStrategy_New")); mixin(bindCode("vtkSimple3DCirclesStrategy_IsTypeOf", "D_vtkSimple3DCirclesStrategy_IsTypeOf")); mixin(bindCode("vtkSimple3DCirclesStrategy_SafeDownCast", "D_vtkSimple3DCirclesStrategy_SafeDownCast")); mixin(bindCode("vtkSimple3DCirclesStrategy_NewInstance", "D_vtkSimple3DCirclesStrategy_NewInstance")); mixin(bindCode("vtkSimple3DCirclesStrategy_SetMethod", "D_vtkSimple3DCirclesStrategy_SetMethod")); mixin(bindCode("vtkSimple3DCirclesStrategy_GetMethod", "D_vtkSimple3DCirclesStrategy_GetMethod")); mixin(bindCode("vtkSimple3DCirclesStrategy_SetRadius", "D_vtkSimple3DCirclesStrategy_SetRadius")); mixin(bindCode("vtkSimple3DCirclesStrategy_GetRadius", "D_vtkSimple3DCirclesStrategy_GetRadius")); mixin(bindCode("vtkSimple3DCirclesStrategy_SetHeight", "D_vtkSimple3DCirclesStrategy_SetHeight")); mixin(bindCode("vtkSimple3DCirclesStrategy_GetHeight", "D_vtkSimple3DCirclesStrategy_GetHeight")); mixin(bindCode("vtkSimple3DCirclesStrategy_SetOrigin__SWIG_0", "D_vtkSimple3DCirclesStrategy_SetOrigin__SWIG_0")); mixin(bindCode("vtkSimple3DCirclesStrategy_SetOrigin__SWIG_1", "D_vtkSimple3DCirclesStrategy_SetOrigin__SWIG_1")); mixin(bindCode("vtkSimple3DCirclesStrategy_GetOrigin__SWIG_0", "D_vtkSimple3DCirclesStrategy_GetOrigin__SWIG_0")); mixin(bindCode("vtkSimple3DCirclesStrategy_GetOrigin__SWIG_1", "D_vtkSimple3DCirclesStrategy_GetOrigin__SWIG_1")); mixin(bindCode("vtkSimple3DCirclesStrategy_GetOrigin__SWIG_2", "D_vtkSimple3DCirclesStrategy_GetOrigin__SWIG_2")); mixin(bindCode("vtkSimple3DCirclesStrategy_SetDirection__SWIG_0", "D_vtkSimple3DCirclesStrategy_SetDirection__SWIG_0")); mixin(bindCode("vtkSimple3DCirclesStrategy_SetDirection__SWIG_1", "D_vtkSimple3DCirclesStrategy_SetDirection__SWIG_1")); mixin(bindCode("vtkSimple3DCirclesStrategy_GetDirection__SWIG_0", "D_vtkSimple3DCirclesStrategy_GetDirection__SWIG_0")); mixin(bindCode("vtkSimple3DCirclesStrategy_GetDirection__SWIG_1", "D_vtkSimple3DCirclesStrategy_GetDirection__SWIG_1")); mixin(bindCode("vtkSimple3DCirclesStrategy_GetDirection__SWIG_2", "D_vtkSimple3DCirclesStrategy_GetDirection__SWIG_2")); mixin(bindCode("vtkSimple3DCirclesStrategy_SetMarkedStartVertices", "D_vtkSimple3DCirclesStrategy_SetMarkedStartVertices")); mixin(bindCode("vtkSimple3DCirclesStrategy_GetMarkedStartVertices", "D_vtkSimple3DCirclesStrategy_GetMarkedStartVertices")); mixin(bindCode("vtkSimple3DCirclesStrategy_SetMarkedValue", "D_vtkSimple3DCirclesStrategy_SetMarkedValue")); mixin(bindCode("vtkSimple3DCirclesStrategy_GetMarkedValue", "D_vtkSimple3DCirclesStrategy_GetMarkedValue")); mixin(bindCode("vtkSimple3DCirclesStrategy_SetForceToUseUniversalStartPointsFinder", "D_vtkSimple3DCirclesStrategy_SetForceToUseUniversalStartPointsFinder")); mixin(bindCode("vtkSimple3DCirclesStrategy_GetForceToUseUniversalStartPointsFinder", "D_vtkSimple3DCirclesStrategy_GetForceToUseUniversalStartPointsFinder")); mixin(bindCode("vtkSimple3DCirclesStrategy_ForceToUseUniversalStartPointsFinderOn", "D_vtkSimple3DCirclesStrategy_ForceToUseUniversalStartPointsFinderOn")); mixin(bindCode("vtkSimple3DCirclesStrategy_ForceToUseUniversalStartPointsFinderOff", "D_vtkSimple3DCirclesStrategy_ForceToUseUniversalStartPointsFinderOff")); mixin(bindCode("vtkSimple3DCirclesStrategy_SetAutoHeight", "D_vtkSimple3DCirclesStrategy_SetAutoHeight")); mixin(bindCode("vtkSimple3DCirclesStrategy_GetAutoHeight", "D_vtkSimple3DCirclesStrategy_GetAutoHeight")); mixin(bindCode("vtkSimple3DCirclesStrategy_AutoHeightOn", "D_vtkSimple3DCirclesStrategy_AutoHeightOn")); mixin(bindCode("vtkSimple3DCirclesStrategy_AutoHeightOff", "D_vtkSimple3DCirclesStrategy_AutoHeightOff")); mixin(bindCode("vtkSimple3DCirclesStrategy_SetMinimumRadian", "D_vtkSimple3DCirclesStrategy_SetMinimumRadian")); mixin(bindCode("vtkSimple3DCirclesStrategy_GetMinimumRadian", "D_vtkSimple3DCirclesStrategy_GetMinimumRadian")); mixin(bindCode("vtkSimple3DCirclesStrategy_SetMinimumDegree", "D_vtkSimple3DCirclesStrategy_SetMinimumDegree")); mixin(bindCode("vtkSimple3DCirclesStrategy_GetMinimumDegree", "D_vtkSimple3DCirclesStrategy_GetMinimumDegree")); mixin(bindCode("vtkSimple3DCirclesStrategy_SetHierarchicalLayers", "D_vtkSimple3DCirclesStrategy_SetHierarchicalLayers")); mixin(bindCode("vtkSimple3DCirclesStrategy_GetHierarchicalLayers", "D_vtkSimple3DCirclesStrategy_GetHierarchicalLayers")); mixin(bindCode("vtkSimple3DCirclesStrategy_SetHierarchicalOrder", "D_vtkSimple3DCirclesStrategy_SetHierarchicalOrder")); mixin(bindCode("vtkSimple3DCirclesStrategy_GetHierarchicalOrder", "D_vtkSimple3DCirclesStrategy_GetHierarchicalOrder")); mixin(bindCode("delete_vtkSimple3DCirclesStrategy", "D_delete_vtkSimple3DCirclesStrategy")); mixin(bindCode("vtkSimple3DCirclesStrategy_Upcast", "D_vtkSimple3DCirclesStrategy_Upcast")); mixin(bindCode("vtkGaussianRandomSequence_IsTypeOf", "D_vtkGaussianRandomSequence_IsTypeOf")); mixin(bindCode("vtkGaussianRandomSequence_SafeDownCast", "D_vtkGaussianRandomSequence_SafeDownCast")); mixin(bindCode("vtkGaussianRandomSequence_NewInstance", "D_vtkGaussianRandomSequence_NewInstance")); mixin(bindCode("vtkGaussianRandomSequence_GetScaledValue", "D_vtkGaussianRandomSequence_GetScaledValue")); mixin(bindCode("vtkGaussianRandomSequence_Upcast", "D_vtkGaussianRandomSequence_Upcast")); mixin(bindCode("vtkStructuredVisibilityConstraint_New", "D_vtkStructuredVisibilityConstraint_New")); mixin(bindCode("vtkStructuredVisibilityConstraint_IsTypeOf", "D_vtkStructuredVisibilityConstraint_IsTypeOf")); mixin(bindCode("vtkStructuredVisibilityConstraint_SafeDownCast", "D_vtkStructuredVisibilityConstraint_SafeDownCast")); mixin(bindCode("vtkStructuredVisibilityConstraint_NewInstance", "D_vtkStructuredVisibilityConstraint_NewInstance")); mixin(bindCode("vtkStructuredVisibilityConstraint_IsVisible", "D_vtkStructuredVisibilityConstraint_IsVisible")); mixin(bindCode("vtkStructuredVisibilityConstraint_Blank", "D_vtkStructuredVisibilityConstraint_Blank")); mixin(bindCode("vtkStructuredVisibilityConstraint_UnBlank", "D_vtkStructuredVisibilityConstraint_UnBlank")); mixin(bindCode("vtkStructuredVisibilityConstraint_GetDimensions__SWIG_0", "D_vtkStructuredVisibilityConstraint_GetDimensions__SWIG_0")); mixin(bindCode("vtkStructuredVisibilityConstraint_GetDimensions__SWIG_1", "D_vtkStructuredVisibilityConstraint_GetDimensions__SWIG_1")); mixin(bindCode("vtkStructuredVisibilityConstraint_Initialize", "D_vtkStructuredVisibilityConstraint_Initialize")); mixin(bindCode("vtkStructuredVisibilityConstraint_Allocate", "D_vtkStructuredVisibilityConstraint_Allocate")); mixin(bindCode("vtkStructuredVisibilityConstraint_SetVisibilityById", "D_vtkStructuredVisibilityConstraint_SetVisibilityById")); mixin(bindCode("vtkStructuredVisibilityConstraint_GetVisibilityById", "D_vtkStructuredVisibilityConstraint_GetVisibilityById")); mixin(bindCode("vtkStructuredVisibilityConstraint_ShallowCopy", "D_vtkStructuredVisibilityConstraint_ShallowCopy")); mixin(bindCode("vtkStructuredVisibilityConstraint_DeepCopy", "D_vtkStructuredVisibilityConstraint_DeepCopy")); mixin(bindCode("vtkStructuredVisibilityConstraint_IsConstrained", "D_vtkStructuredVisibilityConstraint_IsConstrained")); mixin(bindCode("vtkStructuredVisibilityConstraint_Upcast", "D_vtkStructuredVisibilityConstraint_Upcast")); mixin(bindCode("vtkRenderPassCollection_New", "D_vtkRenderPassCollection_New")); mixin(bindCode("vtkRenderPassCollection_IsTypeOf", "D_vtkRenderPassCollection_IsTypeOf")); mixin(bindCode("vtkRenderPassCollection_SafeDownCast", "D_vtkRenderPassCollection_SafeDownCast")); mixin(bindCode("vtkRenderPassCollection_NewInstance", "D_vtkRenderPassCollection_NewInstance")); mixin(bindCode("vtkRenderPassCollection_AddItem", "D_vtkRenderPassCollection_AddItem")); mixin(bindCode("vtkRenderPassCollection_GetNextRenderPass", "D_vtkRenderPassCollection_GetNextRenderPass")); mixin(bindCode("vtkRenderPassCollection_GetLastRenderPass", "D_vtkRenderPassCollection_GetLastRenderPass")); mixin(bindCode("vtkRenderPassCollection_Upcast", "D_vtkRenderPassCollection_Upcast")); mixin(bindCode("VTK_QUALITY_EDGE_RATIO_get", "D_VTK_QUALITY_EDGE_RATIO_get")); mixin(bindCode("VTK_QUALITY_ASPECT_RATIO_get", "D_VTK_QUALITY_ASPECT_RATIO_get")); mixin(bindCode("VTK_QUALITY_RADIUS_RATIO_get", "D_VTK_QUALITY_RADIUS_RATIO_get")); mixin(bindCode("VTK_QUALITY_ASPECT_FROBENIUS_get", "D_VTK_QUALITY_ASPECT_FROBENIUS_get")); mixin(bindCode("VTK_QUALITY_MED_ASPECT_FROBENIUS_get", "D_VTK_QUALITY_MED_ASPECT_FROBENIUS_get")); mixin(bindCode("VTK_QUALITY_MAX_ASPECT_FROBENIUS_get", "D_VTK_QUALITY_MAX_ASPECT_FROBENIUS_get")); mixin(bindCode("VTK_QUALITY_MIN_ANGLE_get", "D_VTK_QUALITY_MIN_ANGLE_get")); mixin(bindCode("VTK_QUALITY_COLLAPSE_RATIO_get", "D_VTK_QUALITY_COLLAPSE_RATIO_get")); mixin(bindCode("VTK_QUALITY_MAX_ANGLE_get", "D_VTK_QUALITY_MAX_ANGLE_get")); mixin(bindCode("VTK_QUALITY_CONDITION_get", "D_VTK_QUALITY_CONDITION_get")); mixin(bindCode("VTK_QUALITY_SCALED_JACOBIAN_get", "D_VTK_QUALITY_SCALED_JACOBIAN_get")); mixin(bindCode("VTK_QUALITY_SHEAR_get", "D_VTK_QUALITY_SHEAR_get")); mixin(bindCode("VTK_QUALITY_RELATIVE_SIZE_SQUARED_get", "D_VTK_QUALITY_RELATIVE_SIZE_SQUARED_get")); mixin(bindCode("VTK_QUALITY_SHAPE_get", "D_VTK_QUALITY_SHAPE_get")); mixin(bindCode("VTK_QUALITY_SHAPE_AND_SIZE_get", "D_VTK_QUALITY_SHAPE_AND_SIZE_get")); mixin(bindCode("VTK_QUALITY_DISTORTION_get", "D_VTK_QUALITY_DISTORTION_get")); mixin(bindCode("VTK_QUALITY_MAX_EDGE_RATIO_get", "D_VTK_QUALITY_MAX_EDGE_RATIO_get")); mixin(bindCode("VTK_QUALITY_SKEW_get", "D_VTK_QUALITY_SKEW_get")); mixin(bindCode("VTK_QUALITY_TAPER_get", "D_VTK_QUALITY_TAPER_get")); mixin(bindCode("VTK_QUALITY_VOLUME_get", "D_VTK_QUALITY_VOLUME_get")); mixin(bindCode("VTK_QUALITY_STRETCH_get", "D_VTK_QUALITY_STRETCH_get")); mixin(bindCode("VTK_QUALITY_DIAGONAL_get", "D_VTK_QUALITY_DIAGONAL_get")); mixin(bindCode("VTK_QUALITY_DIMENSION_get", "D_VTK_QUALITY_DIMENSION_get")); mixin(bindCode("VTK_QUALITY_ODDY_get", "D_VTK_QUALITY_ODDY_get")); mixin(bindCode("VTK_QUALITY_SHEAR_AND_SIZE_get", "D_VTK_QUALITY_SHEAR_AND_SIZE_get")); mixin(bindCode("VTK_QUALITY_JACOBIAN_get", "D_VTK_QUALITY_JACOBIAN_get")); mixin(bindCode("VTK_QUALITY_WARPAGE_get", "D_VTK_QUALITY_WARPAGE_get")); mixin(bindCode("VTK_QUALITY_ASPECT_GAMMA_get", "D_VTK_QUALITY_ASPECT_GAMMA_get")); mixin(bindCode("VTK_QUALITY_AREA_get", "D_VTK_QUALITY_AREA_get")); mixin(bindCode("VTK_QUALITY_ASPECT_BETA_get", "D_VTK_QUALITY_ASPECT_BETA_get")); mixin(bindCode("vtkMeshQuality_IsTypeOf", "D_vtkMeshQuality_IsTypeOf")); mixin(bindCode("vtkMeshQuality_SafeDownCast", "D_vtkMeshQuality_SafeDownCast")); mixin(bindCode("vtkMeshQuality_NewInstance", "D_vtkMeshQuality_NewInstance")); mixin(bindCode("vtkMeshQuality_New", "D_vtkMeshQuality_New")); mixin(bindCode("vtkMeshQuality_SetSaveCellQuality", "D_vtkMeshQuality_SetSaveCellQuality")); mixin(bindCode("vtkMeshQuality_GetSaveCellQuality", "D_vtkMeshQuality_GetSaveCellQuality")); mixin(bindCode("vtkMeshQuality_SaveCellQualityOn", "D_vtkMeshQuality_SaveCellQualityOn")); mixin(bindCode("vtkMeshQuality_SaveCellQualityOff", "D_vtkMeshQuality_SaveCellQualityOff")); mixin(bindCode("vtkMeshQuality_SetTriangleQualityMeasure", "D_vtkMeshQuality_SetTriangleQualityMeasure")); mixin(bindCode("vtkMeshQuality_GetTriangleQualityMeasure", "D_vtkMeshQuality_GetTriangleQualityMeasure")); mixin(bindCode("vtkMeshQuality_SetTriangleQualityMeasureToArea", "D_vtkMeshQuality_SetTriangleQualityMeasureToArea")); mixin(bindCode("vtkMeshQuality_SetTriangleQualityMeasureToEdgeRatio", "D_vtkMeshQuality_SetTriangleQualityMeasureToEdgeRatio")); mixin(bindCode("vtkMeshQuality_SetTriangleQualityMeasureToAspectRatio", "D_vtkMeshQuality_SetTriangleQualityMeasureToAspectRatio")); mixin(bindCode("vtkMeshQuality_SetTriangleQualityMeasureToRadiusRatio", "D_vtkMeshQuality_SetTriangleQualityMeasureToRadiusRatio")); mixin(bindCode("vtkMeshQuality_SetTriangleQualityMeasureToAspectFrobenius", "D_vtkMeshQuality_SetTriangleQualityMeasureToAspectFrobenius")); mixin(bindCode("vtkMeshQuality_SetTriangleQualityMeasureToMinAngle", "D_vtkMeshQuality_SetTriangleQualityMeasureToMinAngle")); mixin(bindCode("vtkMeshQuality_SetTriangleQualityMeasureToMaxAngle", "D_vtkMeshQuality_SetTriangleQualityMeasureToMaxAngle")); mixin(bindCode("vtkMeshQuality_SetTriangleQualityMeasureToCondition", "D_vtkMeshQuality_SetTriangleQualityMeasureToCondition")); mixin(bindCode("vtkMeshQuality_SetTriangleQualityMeasureToScaledJacobian", "D_vtkMeshQuality_SetTriangleQualityMeasureToScaledJacobian")); mixin(bindCode("vtkMeshQuality_SetTriangleQualityMeasureToRelativeSizeSquared", "D_vtkMeshQuality_SetTriangleQualityMeasureToRelativeSizeSquared")); mixin(bindCode("vtkMeshQuality_SetTriangleQualityMeasureToShape", "D_vtkMeshQuality_SetTriangleQualityMeasureToShape")); mixin(bindCode("vtkMeshQuality_SetTriangleQualityMeasureToShapeAndSize", "D_vtkMeshQuality_SetTriangleQualityMeasureToShapeAndSize")); mixin(bindCode("vtkMeshQuality_SetTriangleQualityMeasureToDistortion", "D_vtkMeshQuality_SetTriangleQualityMeasureToDistortion")); mixin(bindCode("vtkMeshQuality_SetQuadQualityMeasure", "D_vtkMeshQuality_SetQuadQualityMeasure")); mixin(bindCode("vtkMeshQuality_GetQuadQualityMeasure", "D_vtkMeshQuality_GetQuadQualityMeasure")); mixin(bindCode("vtkMeshQuality_SetQuadQualityMeasureToEdgeRatio", "D_vtkMeshQuality_SetQuadQualityMeasureToEdgeRatio")); mixin(bindCode("vtkMeshQuality_SetQuadQualityMeasureToAspectRatio", "D_vtkMeshQuality_SetQuadQualityMeasureToAspectRatio")); mixin(bindCode("vtkMeshQuality_SetQuadQualityMeasureToRadiusRatio", "D_vtkMeshQuality_SetQuadQualityMeasureToRadiusRatio")); mixin(bindCode("vtkMeshQuality_SetQuadQualityMeasureToMedAspectFrobenius", "D_vtkMeshQuality_SetQuadQualityMeasureToMedAspectFrobenius")); mixin(bindCode("vtkMeshQuality_SetQuadQualityMeasureToMaxAspectFrobenius", "D_vtkMeshQuality_SetQuadQualityMeasureToMaxAspectFrobenius")); mixin(bindCode("vtkMeshQuality_SetQuadQualityMeasureToMaxEdgeRatios", "D_vtkMeshQuality_SetQuadQualityMeasureToMaxEdgeRatios")); mixin(bindCode("vtkMeshQuality_SetQuadQualityMeasureToSkew", "D_vtkMeshQuality_SetQuadQualityMeasureToSkew")); mixin(bindCode("vtkMeshQuality_SetQuadQualityMeasureToTaper", "D_vtkMeshQuality_SetQuadQualityMeasureToTaper")); mixin(bindCode("vtkMeshQuality_SetQuadQualityMeasureToWarpage", "D_vtkMeshQuality_SetQuadQualityMeasureToWarpage")); mixin(bindCode("vtkMeshQuality_SetQuadQualityMeasureToArea", "D_vtkMeshQuality_SetQuadQualityMeasureToArea")); mixin(bindCode("vtkMeshQuality_SetQuadQualityMeasureToStretch", "D_vtkMeshQuality_SetQuadQualityMeasureToStretch")); mixin(bindCode("vtkMeshQuality_SetQuadQualityMeasureToMinAngle", "D_vtkMeshQuality_SetQuadQualityMeasureToMinAngle")); mixin(bindCode("vtkMeshQuality_SetQuadQualityMeasureToMaxAngle", "D_vtkMeshQuality_SetQuadQualityMeasureToMaxAngle")); mixin(bindCode("vtkMeshQuality_SetQuadQualityMeasureToOddy", "D_vtkMeshQuality_SetQuadQualityMeasureToOddy")); mixin(bindCode("vtkMeshQuality_SetQuadQualityMeasureToCondition", "D_vtkMeshQuality_SetQuadQualityMeasureToCondition")); mixin(bindCode("vtkMeshQuality_SetQuadQualityMeasureToJacobian", "D_vtkMeshQuality_SetQuadQualityMeasureToJacobian")); mixin(bindCode("vtkMeshQuality_SetQuadQualityMeasureToScaledJacobian", "D_vtkMeshQuality_SetQuadQualityMeasureToScaledJacobian")); mixin(bindCode("vtkMeshQuality_SetQuadQualityMeasureToShear", "D_vtkMeshQuality_SetQuadQualityMeasureToShear")); mixin(bindCode("vtkMeshQuality_SetQuadQualityMeasureToShape", "D_vtkMeshQuality_SetQuadQualityMeasureToShape")); mixin(bindCode("vtkMeshQuality_SetQuadQualityMeasureToRelativeSizeSquared", "D_vtkMeshQuality_SetQuadQualityMeasureToRelativeSizeSquared")); mixin(bindCode("vtkMeshQuality_SetQuadQualityMeasureToShapeAndSize", "D_vtkMeshQuality_SetQuadQualityMeasureToShapeAndSize")); mixin(bindCode("vtkMeshQuality_SetQuadQualityMeasureToShearAndSize", "D_vtkMeshQuality_SetQuadQualityMeasureToShearAndSize")); mixin(bindCode("vtkMeshQuality_SetQuadQualityMeasureToDistortion", "D_vtkMeshQuality_SetQuadQualityMeasureToDistortion")); mixin(bindCode("vtkMeshQuality_SetTetQualityMeasure", "D_vtkMeshQuality_SetTetQualityMeasure")); mixin(bindCode("vtkMeshQuality_GetTetQualityMeasure", "D_vtkMeshQuality_GetTetQualityMeasure")); mixin(bindCode("vtkMeshQuality_SetTetQualityMeasureToEdgeRatio", "D_vtkMeshQuality_SetTetQualityMeasureToEdgeRatio")); mixin(bindCode("vtkMeshQuality_SetTetQualityMeasureToAspectRatio", "D_vtkMeshQuality_SetTetQualityMeasureToAspectRatio")); mixin(bindCode("vtkMeshQuality_SetTetQualityMeasureToRadiusRatio", "D_vtkMeshQuality_SetTetQualityMeasureToRadiusRatio")); mixin(bindCode("vtkMeshQuality_SetTetQualityMeasureToAspectFrobenius", "D_vtkMeshQuality_SetTetQualityMeasureToAspectFrobenius")); mixin(bindCode("vtkMeshQuality_SetTetQualityMeasureToMinAngle", "D_vtkMeshQuality_SetTetQualityMeasureToMinAngle")); mixin(bindCode("vtkMeshQuality_SetTetQualityMeasureToCollapseRatio", "D_vtkMeshQuality_SetTetQualityMeasureToCollapseRatio")); mixin(bindCode("vtkMeshQuality_SetTetQualityMeasureToAspectBeta", "D_vtkMeshQuality_SetTetQualityMeasureToAspectBeta")); mixin(bindCode("vtkMeshQuality_SetTetQualityMeasureToAspectGamma", "D_vtkMeshQuality_SetTetQualityMeasureToAspectGamma")); mixin(bindCode("vtkMeshQuality_SetTetQualityMeasureToVolume", "D_vtkMeshQuality_SetTetQualityMeasureToVolume")); mixin(bindCode("vtkMeshQuality_SetTetQualityMeasureToCondition", "D_vtkMeshQuality_SetTetQualityMeasureToCondition")); mixin(bindCode("vtkMeshQuality_SetTetQualityMeasureToJacobian", "D_vtkMeshQuality_SetTetQualityMeasureToJacobian")); mixin(bindCode("vtkMeshQuality_SetTetQualityMeasureToScaledJacobian", "D_vtkMeshQuality_SetTetQualityMeasureToScaledJacobian")); mixin(bindCode("vtkMeshQuality_SetTetQualityMeasureToShape", "D_vtkMeshQuality_SetTetQualityMeasureToShape")); mixin(bindCode("vtkMeshQuality_SetTetQualityMeasureToRelativeSizeSquared", "D_vtkMeshQuality_SetTetQualityMeasureToRelativeSizeSquared")); mixin(bindCode("vtkMeshQuality_SetTetQualityMeasureToShapeAndSize", "D_vtkMeshQuality_SetTetQualityMeasureToShapeAndSize")); mixin(bindCode("vtkMeshQuality_SetTetQualityMeasureToDistortion", "D_vtkMeshQuality_SetTetQualityMeasureToDistortion")); mixin(bindCode("vtkMeshQuality_SetHexQualityMeasure", "D_vtkMeshQuality_SetHexQualityMeasure")); mixin(bindCode("vtkMeshQuality_GetHexQualityMeasure", "D_vtkMeshQuality_GetHexQualityMeasure")); mixin(bindCode("vtkMeshQuality_SetHexQualityMeasureToEdgeRatio", "D_vtkMeshQuality_SetHexQualityMeasureToEdgeRatio")); mixin(bindCode("vtkMeshQuality_SetHexQualityMeasureToMedAspectFrobenius", "D_vtkMeshQuality_SetHexQualityMeasureToMedAspectFrobenius")); mixin(bindCode("vtkMeshQuality_SetHexQualityMeasureToMaxAspectFrobenius", "D_vtkMeshQuality_SetHexQualityMeasureToMaxAspectFrobenius")); mixin(bindCode("vtkMeshQuality_SetHexQualityMeasureToMaxEdgeRatios", "D_vtkMeshQuality_SetHexQualityMeasureToMaxEdgeRatios")); mixin(bindCode("vtkMeshQuality_SetHexQualityMeasureToSkew", "D_vtkMeshQuality_SetHexQualityMeasureToSkew")); mixin(bindCode("vtkMeshQuality_SetHexQualityMeasureToTaper", "D_vtkMeshQuality_SetHexQualityMeasureToTaper")); mixin(bindCode("vtkMeshQuality_SetHexQualityMeasureToVolume", "D_vtkMeshQuality_SetHexQualityMeasureToVolume")); mixin(bindCode("vtkMeshQuality_SetHexQualityMeasureToStretch", "D_vtkMeshQuality_SetHexQualityMeasureToStretch")); mixin(bindCode("vtkMeshQuality_SetHexQualityMeasureToDiagonal", "D_vtkMeshQuality_SetHexQualityMeasureToDiagonal")); mixin(bindCode("vtkMeshQuality_SetHexQualityMeasureToDimension", "D_vtkMeshQuality_SetHexQualityMeasureToDimension")); mixin(bindCode("vtkMeshQuality_SetHexQualityMeasureToOddy", "D_vtkMeshQuality_SetHexQualityMeasureToOddy")); mixin(bindCode("vtkMeshQuality_SetHexQualityMeasureToCondition", "D_vtkMeshQuality_SetHexQualityMeasureToCondition")); mixin(bindCode("vtkMeshQuality_SetHexQualityMeasureToJacobian", "D_vtkMeshQuality_SetHexQualityMeasureToJacobian")); mixin(bindCode("vtkMeshQuality_SetHexQualityMeasureToScaledJacobian", "D_vtkMeshQuality_SetHexQualityMeasureToScaledJacobian")); mixin(bindCode("vtkMeshQuality_SetHexQualityMeasureToShear", "D_vtkMeshQuality_SetHexQualityMeasureToShear")); mixin(bindCode("vtkMeshQuality_SetHexQualityMeasureToShape", "D_vtkMeshQuality_SetHexQualityMeasureToShape")); mixin(bindCode("vtkMeshQuality_SetHexQualityMeasureToRelativeSizeSquared", "D_vtkMeshQuality_SetHexQualityMeasureToRelativeSizeSquared")); mixin(bindCode("vtkMeshQuality_SetHexQualityMeasureToShapeAndSize", "D_vtkMeshQuality_SetHexQualityMeasureToShapeAndSize")); mixin(bindCode("vtkMeshQuality_SetHexQualityMeasureToShearAndSize", "D_vtkMeshQuality_SetHexQualityMeasureToShearAndSize")); mixin(bindCode("vtkMeshQuality_SetHexQualityMeasureToDistortion", "D_vtkMeshQuality_SetHexQualityMeasureToDistortion")); mixin(bindCode("vtkMeshQuality_TriangleArea", "D_vtkMeshQuality_TriangleArea")); mixin(bindCode("vtkMeshQuality_TriangleEdgeRatio", "D_vtkMeshQuality_TriangleEdgeRatio")); mixin(bindCode("vtkMeshQuality_TriangleAspectRatio", "D_vtkMeshQuality_TriangleAspectRatio")); mixin(bindCode("vtkMeshQuality_TriangleRadiusRatio", "D_vtkMeshQuality_TriangleRadiusRatio")); mixin(bindCode("vtkMeshQuality_TriangleAspectFrobenius", "D_vtkMeshQuality_TriangleAspectFrobenius")); mixin(bindCode("vtkMeshQuality_TriangleMinAngle", "D_vtkMeshQuality_TriangleMinAngle")); mixin(bindCode("vtkMeshQuality_TriangleMaxAngle", "D_vtkMeshQuality_TriangleMaxAngle")); mixin(bindCode("vtkMeshQuality_TriangleCondition", "D_vtkMeshQuality_TriangleCondition")); mixin(bindCode("vtkMeshQuality_TriangleScaledJacobian", "D_vtkMeshQuality_TriangleScaledJacobian")); mixin(bindCode("vtkMeshQuality_TriangleRelativeSizeSquared", "D_vtkMeshQuality_TriangleRelativeSizeSquared")); mixin(bindCode("vtkMeshQuality_TriangleShape", "D_vtkMeshQuality_TriangleShape")); mixin(bindCode("vtkMeshQuality_TriangleShapeAndSize", "D_vtkMeshQuality_TriangleShapeAndSize")); mixin(bindCode("vtkMeshQuality_TriangleDistortion", "D_vtkMeshQuality_TriangleDistortion")); mixin(bindCode("vtkMeshQuality_QuadEdgeRatio", "D_vtkMeshQuality_QuadEdgeRatio")); mixin(bindCode("vtkMeshQuality_QuadAspectRatio", "D_vtkMeshQuality_QuadAspectRatio")); mixin(bindCode("vtkMeshQuality_QuadRadiusRatio", "D_vtkMeshQuality_QuadRadiusRatio")); mixin(bindCode("vtkMeshQuality_QuadMedAspectFrobenius", "D_vtkMeshQuality_QuadMedAspectFrobenius")); mixin(bindCode("vtkMeshQuality_QuadMaxAspectFrobenius", "D_vtkMeshQuality_QuadMaxAspectFrobenius")); mixin(bindCode("vtkMeshQuality_QuadMinAngle", "D_vtkMeshQuality_QuadMinAngle")); mixin(bindCode("vtkMeshQuality_QuadMaxEdgeRatios", "D_vtkMeshQuality_QuadMaxEdgeRatios")); mixin(bindCode("vtkMeshQuality_QuadSkew", "D_vtkMeshQuality_QuadSkew")); mixin(bindCode("vtkMeshQuality_QuadTaper", "D_vtkMeshQuality_QuadTaper")); mixin(bindCode("vtkMeshQuality_QuadWarpage", "D_vtkMeshQuality_QuadWarpage")); mixin(bindCode("vtkMeshQuality_QuadArea", "D_vtkMeshQuality_QuadArea")); mixin(bindCode("vtkMeshQuality_QuadStretch", "D_vtkMeshQuality_QuadStretch")); mixin(bindCode("vtkMeshQuality_QuadMaxAngle", "D_vtkMeshQuality_QuadMaxAngle")); mixin(bindCode("vtkMeshQuality_QuadOddy", "D_vtkMeshQuality_QuadOddy")); mixin(bindCode("vtkMeshQuality_QuadCondition", "D_vtkMeshQuality_QuadCondition")); mixin(bindCode("vtkMeshQuality_QuadJacobian", "D_vtkMeshQuality_QuadJacobian")); mixin(bindCode("vtkMeshQuality_QuadScaledJacobian", "D_vtkMeshQuality_QuadScaledJacobian")); mixin(bindCode("vtkMeshQuality_QuadShear", "D_vtkMeshQuality_QuadShear")); mixin(bindCode("vtkMeshQuality_QuadShape", "D_vtkMeshQuality_QuadShape")); mixin(bindCode("vtkMeshQuality_QuadRelativeSizeSquared", "D_vtkMeshQuality_QuadRelativeSizeSquared")); mixin(bindCode("vtkMeshQuality_QuadShapeAndSize", "D_vtkMeshQuality_QuadShapeAndSize")); mixin(bindCode("vtkMeshQuality_QuadShearAndSize", "D_vtkMeshQuality_QuadShearAndSize")); mixin(bindCode("vtkMeshQuality_QuadDistortion", "D_vtkMeshQuality_QuadDistortion")); mixin(bindCode("vtkMeshQuality_TetEdgeRatio", "D_vtkMeshQuality_TetEdgeRatio")); mixin(bindCode("vtkMeshQuality_TetAspectRatio", "D_vtkMeshQuality_TetAspectRatio")); mixin(bindCode("vtkMeshQuality_TetRadiusRatio", "D_vtkMeshQuality_TetRadiusRatio")); mixin(bindCode("vtkMeshQuality_TetAspectFrobenius", "D_vtkMeshQuality_TetAspectFrobenius")); mixin(bindCode("vtkMeshQuality_TetMinAngle", "D_vtkMeshQuality_TetMinAngle")); mixin(bindCode("vtkMeshQuality_TetCollapseRatio", "D_vtkMeshQuality_TetCollapseRatio")); mixin(bindCode("vtkMeshQuality_TetAspectBeta", "D_vtkMeshQuality_TetAspectBeta")); mixin(bindCode("vtkMeshQuality_TetAspectGamma", "D_vtkMeshQuality_TetAspectGamma")); mixin(bindCode("vtkMeshQuality_TetVolume", "D_vtkMeshQuality_TetVolume")); mixin(bindCode("vtkMeshQuality_TetCondition", "D_vtkMeshQuality_TetCondition")); mixin(bindCode("vtkMeshQuality_TetJacobian", "D_vtkMeshQuality_TetJacobian")); mixin(bindCode("vtkMeshQuality_TetScaledJacobian", "D_vtkMeshQuality_TetScaledJacobian")); mixin(bindCode("vtkMeshQuality_TetShape", "D_vtkMeshQuality_TetShape")); mixin(bindCode("vtkMeshQuality_TetRelativeSizeSquared", "D_vtkMeshQuality_TetRelativeSizeSquared")); mixin(bindCode("vtkMeshQuality_TetShapeandSize", "D_vtkMeshQuality_TetShapeandSize")); mixin(bindCode("vtkMeshQuality_TetDistortion", "D_vtkMeshQuality_TetDistortion")); mixin(bindCode("vtkMeshQuality_HexEdgeRatio", "D_vtkMeshQuality_HexEdgeRatio")); mixin(bindCode("vtkMeshQuality_HexMedAspectFrobenius", "D_vtkMeshQuality_HexMedAspectFrobenius")); mixin(bindCode("vtkMeshQuality_HexMaxAspectFrobenius", "D_vtkMeshQuality_HexMaxAspectFrobenius")); mixin(bindCode("vtkMeshQuality_HexMaxEdgeRatio", "D_vtkMeshQuality_HexMaxEdgeRatio")); mixin(bindCode("vtkMeshQuality_HexSkew", "D_vtkMeshQuality_HexSkew")); mixin(bindCode("vtkMeshQuality_HexTaper", "D_vtkMeshQuality_HexTaper")); mixin(bindCode("vtkMeshQuality_HexVolume", "D_vtkMeshQuality_HexVolume")); mixin(bindCode("vtkMeshQuality_HexStretch", "D_vtkMeshQuality_HexStretch")); mixin(bindCode("vtkMeshQuality_HexDiagonal", "D_vtkMeshQuality_HexDiagonal")); mixin(bindCode("vtkMeshQuality_HexDimension", "D_vtkMeshQuality_HexDimension")); mixin(bindCode("vtkMeshQuality_HexOddy", "D_vtkMeshQuality_HexOddy")); mixin(bindCode("vtkMeshQuality_HexCondition", "D_vtkMeshQuality_HexCondition")); mixin(bindCode("vtkMeshQuality_HexJacobian", "D_vtkMeshQuality_HexJacobian")); mixin(bindCode("vtkMeshQuality_HexScaledJacobian", "D_vtkMeshQuality_HexScaledJacobian")); mixin(bindCode("vtkMeshQuality_HexShear", "D_vtkMeshQuality_HexShear")); mixin(bindCode("vtkMeshQuality_HexShape", "D_vtkMeshQuality_HexShape")); mixin(bindCode("vtkMeshQuality_HexRelativeSizeSquared", "D_vtkMeshQuality_HexRelativeSizeSquared")); mixin(bindCode("vtkMeshQuality_HexShapeAndSize", "D_vtkMeshQuality_HexShapeAndSize")); mixin(bindCode("vtkMeshQuality_HexShearAndSize", "D_vtkMeshQuality_HexShearAndSize")); mixin(bindCode("vtkMeshQuality_HexDistortion", "D_vtkMeshQuality_HexDistortion")); mixin(bindCode("vtkMeshQuality_SetRatio", "D_vtkMeshQuality_SetRatio")); mixin(bindCode("vtkMeshQuality_GetRatio", "D_vtkMeshQuality_GetRatio")); mixin(bindCode("vtkMeshQuality_RatioOn", "D_vtkMeshQuality_RatioOn")); mixin(bindCode("vtkMeshQuality_RatioOff", "D_vtkMeshQuality_RatioOff")); mixin(bindCode("vtkMeshQuality_SetVolume", "D_vtkMeshQuality_SetVolume")); mixin(bindCode("vtkMeshQuality_GetVolume", "D_vtkMeshQuality_GetVolume")); mixin(bindCode("vtkMeshQuality_VolumeOn", "D_vtkMeshQuality_VolumeOn")); mixin(bindCode("vtkMeshQuality_VolumeOff", "D_vtkMeshQuality_VolumeOff")); mixin(bindCode("vtkMeshQuality_SetCompatibilityMode", "D_vtkMeshQuality_SetCompatibilityMode")); mixin(bindCode("vtkMeshQuality_GetCompatibilityMode", "D_vtkMeshQuality_GetCompatibilityMode")); mixin(bindCode("vtkMeshQuality_CompatibilityModeOn", "D_vtkMeshQuality_CompatibilityModeOn")); mixin(bindCode("vtkMeshQuality_CompatibilityModeOff", "D_vtkMeshQuality_CompatibilityModeOff")); mixin(bindCode("vtkMeshQuality_Upcast", "D_vtkMeshQuality_Upcast")); mixin(bindCode("x3dElementString_get", "D_x3dElementString_get")); mixin(bindCode("x3dAttributeString_get", "D_x3dAttributeString_get")); mixin(bindCode("vtkBiQuadraticTriangle_New", "D_vtkBiQuadraticTriangle_New")); mixin(bindCode("vtkBiQuadraticTriangle_IsTypeOf", "D_vtkBiQuadraticTriangle_IsTypeOf")); mixin(bindCode("vtkBiQuadraticTriangle_SafeDownCast", "D_vtkBiQuadraticTriangle_SafeDownCast")); mixin(bindCode("vtkBiQuadraticTriangle_NewInstance", "D_vtkBiQuadraticTriangle_NewInstance")); mixin(bindCode("vtkBiQuadraticTriangle_InterpolationFunctions", "D_vtkBiQuadraticTriangle_InterpolationFunctions")); mixin(bindCode("vtkBiQuadraticTriangle_InterpolationDerivs", "D_vtkBiQuadraticTriangle_InterpolationDerivs")); mixin(bindCode("vtkBiQuadraticTriangle_InterpolateFunctions", "D_vtkBiQuadraticTriangle_InterpolateFunctions")); mixin(bindCode("vtkBiQuadraticTriangle_InterpolateDerivs", "D_vtkBiQuadraticTriangle_InterpolateDerivs")); mixin(bindCode("vtkBiQuadraticTriangle_Upcast", "D_vtkBiQuadraticTriangle_Upcast")); mixin(bindCode("vtkParametricConicSpiral_IsTypeOf", "D_vtkParametricConicSpiral_IsTypeOf")); mixin(bindCode("vtkParametricConicSpiral_SafeDownCast", "D_vtkParametricConicSpiral_SafeDownCast")); mixin(bindCode("vtkParametricConicSpiral_NewInstance", "D_vtkParametricConicSpiral_NewInstance")); mixin(bindCode("vtkParametricConicSpiral_New", "D_vtkParametricConicSpiral_New")); mixin(bindCode("vtkParametricConicSpiral_SetA", "D_vtkParametricConicSpiral_SetA")); mixin(bindCode("vtkParametricConicSpiral_GetA", "D_vtkParametricConicSpiral_GetA")); mixin(bindCode("vtkParametricConicSpiral_SetB", "D_vtkParametricConicSpiral_SetB")); mixin(bindCode("vtkParametricConicSpiral_GetB", "D_vtkParametricConicSpiral_GetB")); mixin(bindCode("vtkParametricConicSpiral_SetC", "D_vtkParametricConicSpiral_SetC")); mixin(bindCode("vtkParametricConicSpiral_GetC", "D_vtkParametricConicSpiral_GetC")); mixin(bindCode("vtkParametricConicSpiral_SetN", "D_vtkParametricConicSpiral_SetN")); mixin(bindCode("vtkParametricConicSpiral_GetN", "D_vtkParametricConicSpiral_GetN")); mixin(bindCode("vtkParametricConicSpiral_Upcast", "D_vtkParametricConicSpiral_Upcast")); mixin(bindCode("vtkMNIObjectReader_IsTypeOf", "D_vtkMNIObjectReader_IsTypeOf")); mixin(bindCode("vtkMNIObjectReader_SafeDownCast", "D_vtkMNIObjectReader_SafeDownCast")); mixin(bindCode("vtkMNIObjectReader_NewInstance", "D_vtkMNIObjectReader_NewInstance")); mixin(bindCode("vtkMNIObjectReader_New", "D_vtkMNIObjectReader_New")); mixin(bindCode("vtkMNIObjectReader_SetFileName", "D_vtkMNIObjectReader_SetFileName")); mixin(bindCode("vtkMNIObjectReader_GetFileName", "D_vtkMNIObjectReader_GetFileName")); mixin(bindCode("vtkMNIObjectReader_GetFileExtensions", "D_vtkMNIObjectReader_GetFileExtensions")); mixin(bindCode("vtkMNIObjectReader_GetDescriptiveName", "D_vtkMNIObjectReader_GetDescriptiveName")); mixin(bindCode("vtkMNIObjectReader_CanReadFile", "D_vtkMNIObjectReader_CanReadFile")); mixin(bindCode("vtkMNIObjectReader_GetProperty", "D_vtkMNIObjectReader_GetProperty")); mixin(bindCode("vtkMNIObjectReader_Upcast", "D_vtkMNIObjectReader_Upcast")); mixin(bindCode("vtkParametricRoman_IsTypeOf", "D_vtkParametricRoman_IsTypeOf")); mixin(bindCode("vtkParametricRoman_SafeDownCast", "D_vtkParametricRoman_SafeDownCast")); mixin(bindCode("vtkParametricRoman_NewInstance", "D_vtkParametricRoman_NewInstance")); mixin(bindCode("vtkParametricRoman_New", "D_vtkParametricRoman_New")); mixin(bindCode("vtkParametricRoman_SetRadius", "D_vtkParametricRoman_SetRadius")); mixin(bindCode("vtkParametricRoman_GetRadius", "D_vtkParametricRoman_GetRadius")); mixin(bindCode("vtkParametricRoman_Upcast", "D_vtkParametricRoman_Upcast")); mixin(bindCode("vtkWindowedSincPolyDataFilter_IsTypeOf", "D_vtkWindowedSincPolyDataFilter_IsTypeOf")); mixin(bindCode("vtkWindowedSincPolyDataFilter_SafeDownCast", "D_vtkWindowedSincPolyDataFilter_SafeDownCast")); mixin(bindCode("vtkWindowedSincPolyDataFilter_NewInstance", "D_vtkWindowedSincPolyDataFilter_NewInstance")); mixin(bindCode("vtkWindowedSincPolyDataFilter_New", "D_vtkWindowedSincPolyDataFilter_New")); mixin(bindCode("vtkWindowedSincPolyDataFilter_SetNumberOfIterations", "D_vtkWindowedSincPolyDataFilter_SetNumberOfIterations")); mixin(bindCode("vtkWindowedSincPolyDataFilter_GetNumberOfIterationsMinValue", "D_vtkWindowedSincPolyDataFilter_GetNumberOfIterationsMinValue")); mixin(bindCode("vtkWindowedSincPolyDataFilter_GetNumberOfIterationsMaxValue", "D_vtkWindowedSincPolyDataFilter_GetNumberOfIterationsMaxValue")); mixin(bindCode("vtkWindowedSincPolyDataFilter_GetNumberOfIterations", "D_vtkWindowedSincPolyDataFilter_GetNumberOfIterations")); mixin(bindCode("vtkWindowedSincPolyDataFilter_SetPassBand", "D_vtkWindowedSincPolyDataFilter_SetPassBand")); mixin(bindCode("vtkWindowedSincPolyDataFilter_GetPassBandMinValue", "D_vtkWindowedSincPolyDataFilter_GetPassBandMinValue")); mixin(bindCode("vtkWindowedSincPolyDataFilter_GetPassBandMaxValue", "D_vtkWindowedSincPolyDataFilter_GetPassBandMaxValue")); mixin(bindCode("vtkWindowedSincPolyDataFilter_GetPassBand", "D_vtkWindowedSincPolyDataFilter_GetPassBand")); mixin(bindCode("vtkWindowedSincPolyDataFilter_SetNormalizeCoordinates", "D_vtkWindowedSincPolyDataFilter_SetNormalizeCoordinates")); mixin(bindCode("vtkWindowedSincPolyDataFilter_GetNormalizeCoordinates", "D_vtkWindowedSincPolyDataFilter_GetNormalizeCoordinates")); mixin(bindCode("vtkWindowedSincPolyDataFilter_NormalizeCoordinatesOn", "D_vtkWindowedSincPolyDataFilter_NormalizeCoordinatesOn")); mixin(bindCode("vtkWindowedSincPolyDataFilter_NormalizeCoordinatesOff", "D_vtkWindowedSincPolyDataFilter_NormalizeCoordinatesOff")); mixin(bindCode("vtkWindowedSincPolyDataFilter_SetFeatureEdgeSmoothing", "D_vtkWindowedSincPolyDataFilter_SetFeatureEdgeSmoothing")); mixin(bindCode("vtkWindowedSincPolyDataFilter_GetFeatureEdgeSmoothing", "D_vtkWindowedSincPolyDataFilter_GetFeatureEdgeSmoothing")); mixin(bindCode("vtkWindowedSincPolyDataFilter_FeatureEdgeSmoothingOn", "D_vtkWindowedSincPolyDataFilter_FeatureEdgeSmoothingOn")); mixin(bindCode("vtkWindowedSincPolyDataFilter_FeatureEdgeSmoothingOff", "D_vtkWindowedSincPolyDataFilter_FeatureEdgeSmoothingOff")); mixin(bindCode("vtkWindowedSincPolyDataFilter_SetFeatureAngle", "D_vtkWindowedSincPolyDataFilter_SetFeatureAngle")); mixin(bindCode("vtkWindowedSincPolyDataFilter_GetFeatureAngleMinValue", "D_vtkWindowedSincPolyDataFilter_GetFeatureAngleMinValue")); mixin(bindCode("vtkWindowedSincPolyDataFilter_GetFeatureAngleMaxValue", "D_vtkWindowedSincPolyDataFilter_GetFeatureAngleMaxValue")); mixin(bindCode("vtkWindowedSincPolyDataFilter_GetFeatureAngle", "D_vtkWindowedSincPolyDataFilter_GetFeatureAngle")); mixin(bindCode("vtkWindowedSincPolyDataFilter_SetEdgeAngle", "D_vtkWindowedSincPolyDataFilter_SetEdgeAngle")); mixin(bindCode("vtkWindowedSincPolyDataFilter_GetEdgeAngleMinValue", "D_vtkWindowedSincPolyDataFilter_GetEdgeAngleMinValue")); mixin(bindCode("vtkWindowedSincPolyDataFilter_GetEdgeAngleMaxValue", "D_vtkWindowedSincPolyDataFilter_GetEdgeAngleMaxValue")); mixin(bindCode("vtkWindowedSincPolyDataFilter_GetEdgeAngle", "D_vtkWindowedSincPolyDataFilter_GetEdgeAngle")); mixin(bindCode("vtkWindowedSincPolyDataFilter_SetBoundarySmoothing", "D_vtkWindowedSincPolyDataFilter_SetBoundarySmoothing")); mixin(bindCode("vtkWindowedSincPolyDataFilter_GetBoundarySmoothing", "D_vtkWindowedSincPolyDataFilter_GetBoundarySmoothing")); mixin(bindCode("vtkWindowedSincPolyDataFilter_BoundarySmoothingOn", "D_vtkWindowedSincPolyDataFilter_BoundarySmoothingOn")); mixin(bindCode("vtkWindowedSincPolyDataFilter_BoundarySmoothingOff", "D_vtkWindowedSincPolyDataFilter_BoundarySmoothingOff")); mixin(bindCode("vtkWindowedSincPolyDataFilter_SetNonManifoldSmoothing", "D_vtkWindowedSincPolyDataFilter_SetNonManifoldSmoothing")); mixin(bindCode("vtkWindowedSincPolyDataFilter_GetNonManifoldSmoothing", "D_vtkWindowedSincPolyDataFilter_GetNonManifoldSmoothing")); mixin(bindCode("vtkWindowedSincPolyDataFilter_NonManifoldSmoothingOn", "D_vtkWindowedSincPolyDataFilter_NonManifoldSmoothingOn")); mixin(bindCode("vtkWindowedSincPolyDataFilter_NonManifoldSmoothingOff", "D_vtkWindowedSincPolyDataFilter_NonManifoldSmoothingOff")); mixin(bindCode("vtkWindowedSincPolyDataFilter_SetGenerateErrorScalars", "D_vtkWindowedSincPolyDataFilter_SetGenerateErrorScalars")); mixin(bindCode("vtkWindowedSincPolyDataFilter_GetGenerateErrorScalars", "D_vtkWindowedSincPolyDataFilter_GetGenerateErrorScalars")); mixin(bindCode("vtkWindowedSincPolyDataFilter_GenerateErrorScalarsOn", "D_vtkWindowedSincPolyDataFilter_GenerateErrorScalarsOn")); mixin(bindCode("vtkWindowedSincPolyDataFilter_GenerateErrorScalarsOff", "D_vtkWindowedSincPolyDataFilter_GenerateErrorScalarsOff")); mixin(bindCode("vtkWindowedSincPolyDataFilter_SetGenerateErrorVectors", "D_vtkWindowedSincPolyDataFilter_SetGenerateErrorVectors")); mixin(bindCode("vtkWindowedSincPolyDataFilter_GetGenerateErrorVectors", "D_vtkWindowedSincPolyDataFilter_GetGenerateErrorVectors")); mixin(bindCode("vtkWindowedSincPolyDataFilter_GenerateErrorVectorsOn", "D_vtkWindowedSincPolyDataFilter_GenerateErrorVectorsOn")); mixin(bindCode("vtkWindowedSincPolyDataFilter_GenerateErrorVectorsOff", "D_vtkWindowedSincPolyDataFilter_GenerateErrorVectorsOff")); mixin(bindCode("vtkWindowedSincPolyDataFilter_Upcast", "D_vtkWindowedSincPolyDataFilter_Upcast")); mixin(bindCode("vtkXMLParserStartElement", "D_vtkXMLParserStartElement")); mixin(bindCode("vtkXMLParserEndElement", "D_vtkXMLParserEndElement")); mixin(bindCode("vtkXMLParserCharacterDataHandler", "D_vtkXMLParserCharacterDataHandler")); mixin(bindCode("vtkXMLParser_IsTypeOf", "D_vtkXMLParser_IsTypeOf")); mixin(bindCode("vtkXMLParser_SafeDownCast", "D_vtkXMLParser_SafeDownCast")); mixin(bindCode("vtkXMLParser_NewInstance", "D_vtkXMLParser_NewInstance")); mixin(bindCode("vtkXMLParser_New", "D_vtkXMLParser_New")); mixin(bindCode("vtkXMLParser_Parse__SWIG_0", "D_vtkXMLParser_Parse__SWIG_0")); mixin(bindCode("vtkXMLParser_Parse__SWIG_1", "D_vtkXMLParser_Parse__SWIG_1")); mixin(bindCode("vtkXMLParser_Parse__SWIG_2", "D_vtkXMLParser_Parse__SWIG_2")); mixin(bindCode("vtkXMLParser_InitializeParser", "D_vtkXMLParser_InitializeParser")); mixin(bindCode("vtkXMLParser_ParseChunk", "D_vtkXMLParser_ParseChunk")); mixin(bindCode("vtkXMLParser_CleanupParser", "D_vtkXMLParser_CleanupParser")); mixin(bindCode("vtkXMLParser_SetFileName", "D_vtkXMLParser_SetFileName")); mixin(bindCode("vtkXMLParser_GetFileName", "D_vtkXMLParser_GetFileName")); mixin(bindCode("vtkXMLParser_SetIgnoreCharacterData", "D_vtkXMLParser_SetIgnoreCharacterData")); mixin(bindCode("vtkXMLParser_GetIgnoreCharacterData", "D_vtkXMLParser_GetIgnoreCharacterData")); mixin(bindCode("vtkXMLParser_SetEncoding", "D_vtkXMLParser_SetEncoding")); mixin(bindCode("vtkXMLParser_GetEncoding", "D_vtkXMLParser_GetEncoding")); mixin(bindCode("vtkXMLParser_Upcast", "D_vtkXMLParser_Upcast")); mixin(bindCode("vtkXMLMaterialParser_New", "D_vtkXMLMaterialParser_New")); mixin(bindCode("vtkXMLMaterialParser_IsTypeOf", "D_vtkXMLMaterialParser_IsTypeOf")); mixin(bindCode("vtkXMLMaterialParser_SafeDownCast", "D_vtkXMLMaterialParser_SafeDownCast")); mixin(bindCode("vtkXMLMaterialParser_NewInstance", "D_vtkXMLMaterialParser_NewInstance")); mixin(bindCode("vtkXMLMaterialParser_GetMaterial", "D_vtkXMLMaterialParser_GetMaterial")); mixin(bindCode("vtkXMLMaterialParser_SetMaterial", "D_vtkXMLMaterialParser_SetMaterial")); mixin(bindCode("vtkXMLMaterialParser_Parse__SWIG_0", "D_vtkXMLMaterialParser_Parse__SWIG_0")); mixin(bindCode("vtkXMLMaterialParser_Parse__SWIG_1", "D_vtkXMLMaterialParser_Parse__SWIG_1")); mixin(bindCode("vtkXMLMaterialParser_Parse__SWIG_2", "D_vtkXMLMaterialParser_Parse__SWIG_2")); mixin(bindCode("vtkXMLMaterialParser_Upcast", "D_vtkXMLMaterialParser_Upcast")); mixin(bindCode("vtkTextWidget_New", "D_vtkTextWidget_New")); mixin(bindCode("vtkTextWidget_IsTypeOf", "D_vtkTextWidget_IsTypeOf")); mixin(bindCode("vtkTextWidget_SafeDownCast", "D_vtkTextWidget_SafeDownCast")); mixin(bindCode("vtkTextWidget_NewInstance", "D_vtkTextWidget_NewInstance")); mixin(bindCode("vtkTextWidget_SetRepresentation", "D_vtkTextWidget_SetRepresentation")); mixin(bindCode("vtkTextWidget_SetTextActor", "D_vtkTextWidget_SetTextActor")); mixin(bindCode("vtkTextWidget_GetTextActor", "D_vtkTextWidget_GetTextActor")); mixin(bindCode("vtkTextWidget_Upcast", "D_vtkTextWidget_Upcast")); mixin(bindCode("vtkIntersectionPolyDataFilter_New", "D_vtkIntersectionPolyDataFilter_New")); mixin(bindCode("vtkIntersectionPolyDataFilter_IsTypeOf", "D_vtkIntersectionPolyDataFilter_IsTypeOf")); mixin(bindCode("vtkIntersectionPolyDataFilter_SafeDownCast", "D_vtkIntersectionPolyDataFilter_SafeDownCast")); mixin(bindCode("vtkIntersectionPolyDataFilter_NewInstance", "D_vtkIntersectionPolyDataFilter_NewInstance")); mixin(bindCode("vtkIntersectionPolyDataFilter_GetSplitFirstOutput", "D_vtkIntersectionPolyDataFilter_GetSplitFirstOutput")); mixin(bindCode("vtkIntersectionPolyDataFilter_SetSplitFirstOutput", "D_vtkIntersectionPolyDataFilter_SetSplitFirstOutput")); mixin(bindCode("vtkIntersectionPolyDataFilter_SplitFirstOutputOn", "D_vtkIntersectionPolyDataFilter_SplitFirstOutputOn")); mixin(bindCode("vtkIntersectionPolyDataFilter_SplitFirstOutputOff", "D_vtkIntersectionPolyDataFilter_SplitFirstOutputOff")); mixin(bindCode("vtkIntersectionPolyDataFilter_GetSplitSecondOutput", "D_vtkIntersectionPolyDataFilter_GetSplitSecondOutput")); mixin(bindCode("vtkIntersectionPolyDataFilter_SetSplitSecondOutput", "D_vtkIntersectionPolyDataFilter_SetSplitSecondOutput")); mixin(bindCode("vtkIntersectionPolyDataFilter_SplitSecondOutputOn", "D_vtkIntersectionPolyDataFilter_SplitSecondOutputOn")); mixin(bindCode("vtkIntersectionPolyDataFilter_SplitSecondOutputOff", "D_vtkIntersectionPolyDataFilter_SplitSecondOutputOff")); mixin(bindCode("vtkIntersectionPolyDataFilter_TriangleTriangleIntersection", "D_vtkIntersectionPolyDataFilter_TriangleTriangleIntersection")); mixin(bindCode("vtkIntersectionPolyDataFilter_Upcast", "D_vtkIntersectionPolyDataFilter_Upcast")); mixin(bindCode("vtkDirectory_IsTypeOf", "D_vtkDirectory_IsTypeOf")); mixin(bindCode("vtkDirectory_SafeDownCast", "D_vtkDirectory_SafeDownCast")); mixin(bindCode("vtkDirectory_NewInstance", "D_vtkDirectory_NewInstance")); mixin(bindCode("vtkDirectory_New", "D_vtkDirectory_New")); mixin(bindCode("vtkDirectory_Open", "D_vtkDirectory_Open")); mixin(bindCode("vtkDirectory_GetNumberOfFiles", "D_vtkDirectory_GetNumberOfFiles")); mixin(bindCode("vtkDirectory_GetFile", "D_vtkDirectory_GetFile")); mixin(bindCode("vtkDirectory_FileIsDirectory", "D_vtkDirectory_FileIsDirectory")); mixin(bindCode("vtkDirectory_GetFiles", "D_vtkDirectory_GetFiles")); mixin(bindCode("vtkDirectory_GetCurrentWorkingDirectory", "D_vtkDirectory_GetCurrentWorkingDirectory")); mixin(bindCode("vtkDirectory_MakeDirectory", "D_vtkDirectory_MakeDirectory")); mixin(bindCode("vtkDirectory_DeleteDirectory", "D_vtkDirectory_DeleteDirectory")); mixin(bindCode("vtkDirectory_Rename", "D_vtkDirectory_Rename")); mixin(bindCode("vtkDirectory_Upcast", "D_vtkDirectory_Upcast")); mixin(bindCode("vtkParticleReader_New", "D_vtkParticleReader_New")); mixin(bindCode("vtkParticleReader_IsTypeOf", "D_vtkParticleReader_IsTypeOf")); mixin(bindCode("vtkParticleReader_SafeDownCast", "D_vtkParticleReader_SafeDownCast")); mixin(bindCode("vtkParticleReader_NewInstance", "D_vtkParticleReader_NewInstance")); mixin(bindCode("vtkParticleReader_SetFileName", "D_vtkParticleReader_SetFileName")); mixin(bindCode("vtkParticleReader_GetFileName", "D_vtkParticleReader_GetFileName")); mixin(bindCode("vtkParticleReader_SetDataByteOrderToBigEndian", "D_vtkParticleReader_SetDataByteOrderToBigEndian")); mixin(bindCode("vtkParticleReader_SetDataByteOrderToLittleEndian", "D_vtkParticleReader_SetDataByteOrderToLittleEndian")); mixin(bindCode("vtkParticleReader_GetDataByteOrder", "D_vtkParticleReader_GetDataByteOrder")); mixin(bindCode("vtkParticleReader_SetDataByteOrder", "D_vtkParticleReader_SetDataByteOrder")); mixin(bindCode("vtkParticleReader_GetDataByteOrderAsString", "D_vtkParticleReader_GetDataByteOrderAsString")); mixin(bindCode("vtkParticleReader_SetSwapBytes", "D_vtkParticleReader_SetSwapBytes")); mixin(bindCode("vtkParticleReader_GetSwapBytes", "D_vtkParticleReader_GetSwapBytes")); mixin(bindCode("vtkParticleReader_SwapBytesOn", "D_vtkParticleReader_SwapBytesOn")); mixin(bindCode("vtkParticleReader_SwapBytesOff", "D_vtkParticleReader_SwapBytesOff")); mixin(bindCode("vtkParticleReader_SetHasScalar", "D_vtkParticleReader_SetHasScalar")); mixin(bindCode("vtkParticleReader_GetHasScalar", "D_vtkParticleReader_GetHasScalar")); mixin(bindCode("vtkParticleReader_HasScalarOn", "D_vtkParticleReader_HasScalarOn")); mixin(bindCode("vtkParticleReader_HasScalarOff", "D_vtkParticleReader_HasScalarOff")); mixin(bindCode("vtkParticleReader_SetFileType", "D_vtkParticleReader_SetFileType")); mixin(bindCode("vtkParticleReader_GetFileTypeMinValue", "D_vtkParticleReader_GetFileTypeMinValue")); mixin(bindCode("vtkParticleReader_GetFileTypeMaxValue", "D_vtkParticleReader_GetFileTypeMaxValue")); mixin(bindCode("vtkParticleReader_GetFileType", "D_vtkParticleReader_GetFileType")); mixin(bindCode("vtkParticleReader_SetFileTypeToUnknown", "D_vtkParticleReader_SetFileTypeToUnknown")); mixin(bindCode("vtkParticleReader_SetFileTypeToText", "D_vtkParticleReader_SetFileTypeToText")); mixin(bindCode("vtkParticleReader_SetFileTypeToBinary", "D_vtkParticleReader_SetFileTypeToBinary")); mixin(bindCode("vtkParticleReader_SetDataType", "D_vtkParticleReader_SetDataType")); mixin(bindCode("vtkParticleReader_GetDataTypeMinValue", "D_vtkParticleReader_GetDataTypeMinValue")); mixin(bindCode("vtkParticleReader_GetDataTypeMaxValue", "D_vtkParticleReader_GetDataTypeMaxValue")); mixin(bindCode("vtkParticleReader_GetDataType", "D_vtkParticleReader_GetDataType")); mixin(bindCode("vtkParticleReader_SetDataTypeToFloat", "D_vtkParticleReader_SetDataTypeToFloat")); mixin(bindCode("vtkParticleReader_SetDataTypeToDouble", "D_vtkParticleReader_SetDataTypeToDouble")); mixin(bindCode("vtkParticleReader_Upcast", "D_vtkParticleReader_Upcast")); mixin(bindCode("vtkStreamingStatistics_IsTypeOf", "D_vtkStreamingStatistics_IsTypeOf")); mixin(bindCode("vtkStreamingStatistics_SafeDownCast", "D_vtkStreamingStatistics_SafeDownCast")); mixin(bindCode("vtkStreamingStatistics_NewInstance", "D_vtkStreamingStatistics_NewInstance")); mixin(bindCode("vtkStreamingStatistics_New", "D_vtkStreamingStatistics_New")); mixin(bindCode("vtkStreamingStatistics_SetStatisticsAlgorithm", "D_vtkStreamingStatistics_SetStatisticsAlgorithm")); mixin(bindCode("vtkStreamingStatistics_Upcast", "D_vtkStreamingStatistics_Upcast")); mixin(bindCode("vtkStructuredGridGeometryFilter_New", "D_vtkStructuredGridGeometryFilter_New")); mixin(bindCode("vtkStructuredGridGeometryFilter_IsTypeOf", "D_vtkStructuredGridGeometryFilter_IsTypeOf")); mixin(bindCode("vtkStructuredGridGeometryFilter_SafeDownCast", "D_vtkStructuredGridGeometryFilter_SafeDownCast")); mixin(bindCode("vtkStructuredGridGeometryFilter_NewInstance", "D_vtkStructuredGridGeometryFilter_NewInstance")); mixin(bindCode("vtkStructuredGridGeometryFilter_GetExtent__SWIG_0", "D_vtkStructuredGridGeometryFilter_GetExtent__SWIG_0")); mixin(bindCode("vtkStructuredGridGeometryFilter_GetExtent__SWIG_1", "D_vtkStructuredGridGeometryFilter_GetExtent__SWIG_1")); mixin(bindCode("vtkStructuredGridGeometryFilter_SetExtent__SWIG_0", "D_vtkStructuredGridGeometryFilter_SetExtent__SWIG_0")); mixin(bindCode("vtkStructuredGridGeometryFilter_SetExtent__SWIG_1", "D_vtkStructuredGridGeometryFilter_SetExtent__SWIG_1")); mixin(bindCode("vtkStructuredGridGeometryFilter_Upcast", "D_vtkStructuredGridGeometryFilter_Upcast")); mixin(bindCode("vtkVolumeRayCastDynamicInfo_Color_set", "D_vtkVolumeRayCastDynamicInfo_Color_set")); mixin(bindCode("vtkVolumeRayCastDynamicInfo_Color_get", "D_vtkVolumeRayCastDynamicInfo_Color_get")); mixin(bindCode("vtkVolumeRayCastDynamicInfo_ScalarValue_set", "D_vtkVolumeRayCastDynamicInfo_ScalarValue_set")); mixin(bindCode("vtkVolumeRayCastDynamicInfo_ScalarValue_get", "D_vtkVolumeRayCastDynamicInfo_ScalarValue_get")); mixin(bindCode("vtkVolumeRayCastDynamicInfo_TransformedStart_set", "D_vtkVolumeRayCastDynamicInfo_TransformedStart_set")); mixin(bindCode("vtkVolumeRayCastDynamicInfo_TransformedStart_get", "D_vtkVolumeRayCastDynamicInfo_TransformedStart_get")); mixin(bindCode("vtkVolumeRayCastDynamicInfo_TransformedEnd_set", "D_vtkVolumeRayCastDynamicInfo_TransformedEnd_set")); mixin(bindCode("vtkVolumeRayCastDynamicInfo_TransformedEnd_get", "D_vtkVolumeRayCastDynamicInfo_TransformedEnd_get")); mixin(bindCode("vtkVolumeRayCastDynamicInfo_TransformedDirection_set", "D_vtkVolumeRayCastDynamicInfo_TransformedDirection_set")); mixin(bindCode("vtkVolumeRayCastDynamicInfo_TransformedDirection_get", "D_vtkVolumeRayCastDynamicInfo_TransformedDirection_get")); mixin(bindCode("vtkVolumeRayCastDynamicInfo_TransformedIncrement_set", "D_vtkVolumeRayCastDynamicInfo_TransformedIncrement_set")); mixin(bindCode("vtkVolumeRayCastDynamicInfo_TransformedIncrement_get", "D_vtkVolumeRayCastDynamicInfo_TransformedIncrement_get")); mixin(bindCode("vtkVolumeRayCastDynamicInfo_NumberOfStepsToTake_set", "D_vtkVolumeRayCastDynamicInfo_NumberOfStepsToTake_set")); mixin(bindCode("vtkVolumeRayCastDynamicInfo_NumberOfStepsToTake_get", "D_vtkVolumeRayCastDynamicInfo_NumberOfStepsToTake_get")); mixin(bindCode("vtkVolumeRayCastDynamicInfo_NumberOfStepsTaken_set", "D_vtkVolumeRayCastDynamicInfo_NumberOfStepsTaken_set")); mixin(bindCode("vtkVolumeRayCastDynamicInfo_NumberOfStepsTaken_get", "D_vtkVolumeRayCastDynamicInfo_NumberOfStepsTaken_get")); mixin(bindCode("new_vtkVolumeRayCastDynamicInfo", "D_new_vtkVolumeRayCastDynamicInfo")); mixin(bindCode("delete_vtkVolumeRayCastDynamicInfo", "D_delete_vtkVolumeRayCastDynamicInfo")); mixin(bindCode("vtkVolumeRayCastStaticInfo_Volume_set", "D_vtkVolumeRayCastStaticInfo_Volume_set")); mixin(bindCode("vtkVolumeRayCastStaticInfo_Volume_get", "D_vtkVolumeRayCastStaticInfo_Volume_get")); mixin(bindCode("vtkVolumeRayCastStaticInfo_Renderer_set", "D_vtkVolumeRayCastStaticInfo_Renderer_set")); mixin(bindCode("vtkVolumeRayCastStaticInfo_Renderer_get", "D_vtkVolumeRayCastStaticInfo_Renderer_get")); mixin(bindCode("vtkVolumeRayCastStaticInfo_WorldToVoxelsMatrix_set", "D_vtkVolumeRayCastStaticInfo_WorldToVoxelsMatrix_set")); mixin(bindCode("vtkVolumeRayCastStaticInfo_WorldToVoxelsMatrix_get", "D_vtkVolumeRayCastStaticInfo_WorldToVoxelsMatrix_get")); mixin(bindCode("vtkVolumeRayCastStaticInfo_VoxelsToWorldMatrix_set", "D_vtkVolumeRayCastStaticInfo_VoxelsToWorldMatrix_set")); mixin(bindCode("vtkVolumeRayCastStaticInfo_VoxelsToWorldMatrix_get", "D_vtkVolumeRayCastStaticInfo_VoxelsToWorldMatrix_get")); mixin(bindCode("vtkVolumeRayCastStaticInfo_ViewToVoxelsMatrix_set", "D_vtkVolumeRayCastStaticInfo_ViewToVoxelsMatrix_set")); mixin(bindCode("vtkVolumeRayCastStaticInfo_ViewToVoxelsMatrix_get", "D_vtkVolumeRayCastStaticInfo_ViewToVoxelsMatrix_get")); mixin(bindCode("vtkVolumeRayCastStaticInfo_ClippingPlane_set", "D_vtkVolumeRayCastStaticInfo_ClippingPlane_set")); mixin(bindCode("vtkVolumeRayCastStaticInfo_ClippingPlane_get", "D_vtkVolumeRayCastStaticInfo_ClippingPlane_get")); mixin(bindCode("vtkVolumeRayCastStaticInfo_NumberOfClippingPlanes_set", "D_vtkVolumeRayCastStaticInfo_NumberOfClippingPlanes_set")); mixin(bindCode("vtkVolumeRayCastStaticInfo_NumberOfClippingPlanes_get", "D_vtkVolumeRayCastStaticInfo_NumberOfClippingPlanes_get")); mixin(bindCode("vtkVolumeRayCastStaticInfo_CameraThickness_set", "D_vtkVolumeRayCastStaticInfo_CameraThickness_set")); mixin(bindCode("vtkVolumeRayCastStaticInfo_CameraThickness_get", "D_vtkVolumeRayCastStaticInfo_CameraThickness_get")); mixin(bindCode("vtkVolumeRayCastStaticInfo_ScalarDataType_set", "D_vtkVolumeRayCastStaticInfo_ScalarDataType_set")); mixin(bindCode("vtkVolumeRayCastStaticInfo_ScalarDataType_get", "D_vtkVolumeRayCastStaticInfo_ScalarDataType_get")); mixin(bindCode("vtkVolumeRayCastStaticInfo_ScalarDataPointer_set", "D_vtkVolumeRayCastStaticInfo_ScalarDataPointer_set")); mixin(bindCode("vtkVolumeRayCastStaticInfo_ScalarDataPointer_get", "D_vtkVolumeRayCastStaticInfo_ScalarDataPointer_get")); mixin(bindCode("vtkVolumeRayCastStaticInfo_DataIncrement_set", "D_vtkVolumeRayCastStaticInfo_DataIncrement_set")); mixin(bindCode("vtkVolumeRayCastStaticInfo_DataIncrement_get", "D_vtkVolumeRayCastStaticInfo_DataIncrement_get")); mixin(bindCode("vtkVolumeRayCastStaticInfo_DataSize_set", "D_vtkVolumeRayCastStaticInfo_DataSize_set")); mixin(bindCode("vtkVolumeRayCastStaticInfo_DataSize_get", "D_vtkVolumeRayCastStaticInfo_DataSize_get")); mixin(bindCode("vtkVolumeRayCastStaticInfo_DataSpacing_set", "D_vtkVolumeRayCastStaticInfo_DataSpacing_set")); mixin(bindCode("vtkVolumeRayCastStaticInfo_DataSpacing_get", "D_vtkVolumeRayCastStaticInfo_DataSpacing_get")); mixin(bindCode("vtkVolumeRayCastStaticInfo_DataOrigin_set", "D_vtkVolumeRayCastStaticInfo_DataOrigin_set")); mixin(bindCode("vtkVolumeRayCastStaticInfo_DataOrigin_get", "D_vtkVolumeRayCastStaticInfo_DataOrigin_get")); mixin(bindCode("vtkVolumeRayCastStaticInfo_Shading_set", "D_vtkVolumeRayCastStaticInfo_Shading_set")); mixin(bindCode("vtkVolumeRayCastStaticInfo_Shading_get", "D_vtkVolumeRayCastStaticInfo_Shading_get")); mixin(bindCode("vtkVolumeRayCastStaticInfo_ColorChannels_set", "D_vtkVolumeRayCastStaticInfo_ColorChannels_set")); mixin(bindCode("vtkVolumeRayCastStaticInfo_ColorChannels_get", "D_vtkVolumeRayCastStaticInfo_ColorChannels_get")); mixin(bindCode("vtkVolumeRayCastStaticInfo_Color_set", "D_vtkVolumeRayCastStaticInfo_Color_set")); mixin(bindCode("vtkVolumeRayCastStaticInfo_Color_get", "D_vtkVolumeRayCastStaticInfo_Color_get")); mixin(bindCode("vtkVolumeRayCastStaticInfo_InterpolationType_set", "D_vtkVolumeRayCastStaticInfo_InterpolationType_set")); mixin(bindCode("vtkVolumeRayCastStaticInfo_InterpolationType_get", "D_vtkVolumeRayCastStaticInfo_InterpolationType_get")); mixin(bindCode("vtkVolumeRayCastStaticInfo_RedDiffuseShadingTable_set", "D_vtkVolumeRayCastStaticInfo_RedDiffuseShadingTable_set")); mixin(bindCode("vtkVolumeRayCastStaticInfo_RedDiffuseShadingTable_get", "D_vtkVolumeRayCastStaticInfo_RedDiffuseShadingTable_get")); mixin(bindCode("vtkVolumeRayCastStaticInfo_GreenDiffuseShadingTable_set", "D_vtkVolumeRayCastStaticInfo_GreenDiffuseShadingTable_set")); mixin(bindCode("vtkVolumeRayCastStaticInfo_GreenDiffuseShadingTable_get", "D_vtkVolumeRayCastStaticInfo_GreenDiffuseShadingTable_get")); mixin(bindCode("vtkVolumeRayCastStaticInfo_BlueDiffuseShadingTable_set", "D_vtkVolumeRayCastStaticInfo_BlueDiffuseShadingTable_set")); mixin(bindCode("vtkVolumeRayCastStaticInfo_BlueDiffuseShadingTable_get", "D_vtkVolumeRayCastStaticInfo_BlueDiffuseShadingTable_get")); mixin(bindCode("vtkVolumeRayCastStaticInfo_RedSpecularShadingTable_set", "D_vtkVolumeRayCastStaticInfo_RedSpecularShadingTable_set")); mixin(bindCode("vtkVolumeRayCastStaticInfo_RedSpecularShadingTable_get", "D_vtkVolumeRayCastStaticInfo_RedSpecularShadingTable_get")); mixin(bindCode("vtkVolumeRayCastStaticInfo_GreenSpecularShadingTable_set", "D_vtkVolumeRayCastStaticInfo_GreenSpecularShadingTable_set")); mixin(bindCode("vtkVolumeRayCastStaticInfo_GreenSpecularShadingTable_get", "D_vtkVolumeRayCastStaticInfo_GreenSpecularShadingTable_get")); mixin(bindCode("vtkVolumeRayCastStaticInfo_BlueSpecularShadingTable_set", "D_vtkVolumeRayCastStaticInfo_BlueSpecularShadingTable_set")); mixin(bindCode("vtkVolumeRayCastStaticInfo_BlueSpecularShadingTable_get", "D_vtkVolumeRayCastStaticInfo_BlueSpecularShadingTable_get")); mixin(bindCode("vtkVolumeRayCastStaticInfo_EncodedNormals_set", "D_vtkVolumeRayCastStaticInfo_EncodedNormals_set")); mixin(bindCode("vtkVolumeRayCastStaticInfo_EncodedNormals_get", "D_vtkVolumeRayCastStaticInfo_EncodedNormals_get")); mixin(bindCode("vtkVolumeRayCastStaticInfo_GradientMagnitudes_set", "D_vtkVolumeRayCastStaticInfo_GradientMagnitudes_set")); mixin(bindCode("vtkVolumeRayCastStaticInfo_GradientMagnitudes_get", "D_vtkVolumeRayCastStaticInfo_GradientMagnitudes_get")); mixin(bindCode("vtkVolumeRayCastStaticInfo_ImageInUseSize_set", "D_vtkVolumeRayCastStaticInfo_ImageInUseSize_set")); mixin(bindCode("vtkVolumeRayCastStaticInfo_ImageInUseSize_get", "D_vtkVolumeRayCastStaticInfo_ImageInUseSize_get")); mixin(bindCode("vtkVolumeRayCastStaticInfo_ImageMemorySize_set", "D_vtkVolumeRayCastStaticInfo_ImageMemorySize_set")); mixin(bindCode("vtkVolumeRayCastStaticInfo_ImageMemorySize_get", "D_vtkVolumeRayCastStaticInfo_ImageMemorySize_get")); mixin(bindCode("vtkVolumeRayCastStaticInfo_ImageViewportSize_set", "D_vtkVolumeRayCastStaticInfo_ImageViewportSize_set")); mixin(bindCode("vtkVolumeRayCastStaticInfo_ImageViewportSize_get", "D_vtkVolumeRayCastStaticInfo_ImageViewportSize_get")); mixin(bindCode("vtkVolumeRayCastStaticInfo_ImageOrigin_set", "D_vtkVolumeRayCastStaticInfo_ImageOrigin_set")); mixin(bindCode("vtkVolumeRayCastStaticInfo_ImageOrigin_get", "D_vtkVolumeRayCastStaticInfo_ImageOrigin_get")); mixin(bindCode("vtkVolumeRayCastStaticInfo_Image_set", "D_vtkVolumeRayCastStaticInfo_Image_set")); mixin(bindCode("vtkVolumeRayCastStaticInfo_Image_get", "D_vtkVolumeRayCastStaticInfo_Image_get")); mixin(bindCode("vtkVolumeRayCastStaticInfo_RowBounds_set", "D_vtkVolumeRayCastStaticInfo_RowBounds_set")); mixin(bindCode("vtkVolumeRayCastStaticInfo_RowBounds_get", "D_vtkVolumeRayCastStaticInfo_RowBounds_get")); mixin(bindCode("vtkVolumeRayCastStaticInfo_MIPFunction_set", "D_vtkVolumeRayCastStaticInfo_MIPFunction_set")); mixin(bindCode("vtkVolumeRayCastStaticInfo_MIPFunction_get", "D_vtkVolumeRayCastStaticInfo_MIPFunction_get")); mixin(bindCode("vtkVolumeRayCastStaticInfo_MaximizeOpacity_set", "D_vtkVolumeRayCastStaticInfo_MaximizeOpacity_set")); mixin(bindCode("vtkVolumeRayCastStaticInfo_MaximizeOpacity_get", "D_vtkVolumeRayCastStaticInfo_MaximizeOpacity_get")); mixin(bindCode("new_vtkVolumeRayCastStaticInfo", "D_new_vtkVolumeRayCastStaticInfo")); mixin(bindCode("delete_vtkVolumeRayCastStaticInfo", "D_delete_vtkVolumeRayCastStaticInfo")); mixin(bindCode("vtkVolumeRayCastFunction_IsTypeOf", "D_vtkVolumeRayCastFunction_IsTypeOf")); mixin(bindCode("vtkVolumeRayCastFunction_SafeDownCast", "D_vtkVolumeRayCastFunction_SafeDownCast")); mixin(bindCode("vtkVolumeRayCastFunction_NewInstance", "D_vtkVolumeRayCastFunction_NewInstance")); mixin(bindCode("vtkVolumeRayCastFunction_GetZeroOpacityThreshold", "D_vtkVolumeRayCastFunction_GetZeroOpacityThreshold")); mixin(bindCode("vtkVolumeRayCastFunction_Upcast", "D_vtkVolumeRayCastFunction_Upcast")); mixin(bindCode("vtkVolumeRayCastIsosurfaceFunction_IsTypeOf", "D_vtkVolumeRayCastIsosurfaceFunction_IsTypeOf")); mixin(bindCode("vtkVolumeRayCastIsosurfaceFunction_SafeDownCast", "D_vtkVolumeRayCastIsosurfaceFunction_SafeDownCast")); mixin(bindCode("vtkVolumeRayCastIsosurfaceFunction_NewInstance", "D_vtkVolumeRayCastIsosurfaceFunction_NewInstance")); mixin(bindCode("vtkVolumeRayCastIsosurfaceFunction_New", "D_vtkVolumeRayCastIsosurfaceFunction_New")); mixin(bindCode("vtkVolumeRayCastIsosurfaceFunction_SetIsoValue", "D_vtkVolumeRayCastIsosurfaceFunction_SetIsoValue")); mixin(bindCode("vtkVolumeRayCastIsosurfaceFunction_GetIsoValue", "D_vtkVolumeRayCastIsosurfaceFunction_GetIsoValue")); mixin(bindCode("vtkVolumeRayCastIsosurfaceFunction_IsoValue_set", "D_vtkVolumeRayCastIsosurfaceFunction_IsoValue_set")); mixin(bindCode("vtkVolumeRayCastIsosurfaceFunction_IsoValue_get", "D_vtkVolumeRayCastIsosurfaceFunction_IsoValue_get")); mixin(bindCode("vtkVolumeRayCastIsosurfaceFunction_Color_set", "D_vtkVolumeRayCastIsosurfaceFunction_Color_set")); mixin(bindCode("vtkVolumeRayCastIsosurfaceFunction_Color_get", "D_vtkVolumeRayCastIsosurfaceFunction_Color_get")); mixin(bindCode("vtkVolumeRayCastIsosurfaceFunction_Upcast", "D_vtkVolumeRayCastIsosurfaceFunction_Upcast")); mixin(bindCode("vtkActor2D_IsTypeOf", "D_vtkActor2D_IsTypeOf")); mixin(bindCode("vtkActor2D_SafeDownCast", "D_vtkActor2D_SafeDownCast")); mixin(bindCode("vtkActor2D_NewInstance", "D_vtkActor2D_NewInstance")); mixin(bindCode("vtkActor2D_New", "D_vtkActor2D_New")); mixin(bindCode("vtkActor2D_RenderOverlay", "D_vtkActor2D_RenderOverlay")); mixin(bindCode("vtkActor2D_RenderOpaqueGeometry", "D_vtkActor2D_RenderOpaqueGeometry")); mixin(bindCode("vtkActor2D_RenderTranslucentPolygonalGeometry", "D_vtkActor2D_RenderTranslucentPolygonalGeometry")); mixin(bindCode("vtkActor2D_HasTranslucentPolygonalGeometry", "D_vtkActor2D_HasTranslucentPolygonalGeometry")); mixin(bindCode("vtkActor2D_SetMapper", "D_vtkActor2D_SetMapper")); mixin(bindCode("vtkActor2D_GetMapper", "D_vtkActor2D_GetMapper")); mixin(bindCode("vtkActor2D_SetLayerNumber", "D_vtkActor2D_SetLayerNumber")); mixin(bindCode("vtkActor2D_GetLayerNumber", "D_vtkActor2D_GetLayerNumber")); mixin(bindCode("vtkActor2D_GetProperty", "D_vtkActor2D_GetProperty")); mixin(bindCode("vtkActor2D_SetProperty", "D_vtkActor2D_SetProperty")); mixin(bindCode("vtkActor2D_GetPositionCoordinate", "D_vtkActor2D_GetPositionCoordinate")); mixin(bindCode("vtkActor2D_SetPosition__SWIG_0", "D_vtkActor2D_SetPosition__SWIG_0")); mixin(bindCode("vtkActor2D_SetPosition__SWIG_1", "D_vtkActor2D_SetPosition__SWIG_1")); mixin(bindCode("vtkActor2D_GetPosition", "D_vtkActor2D_GetPosition")); mixin(bindCode("vtkActor2D_SetDisplayPosition", "D_vtkActor2D_SetDisplayPosition")); mixin(bindCode("vtkActor2D_GetPosition2Coordinate", "D_vtkActor2D_GetPosition2Coordinate")); mixin(bindCode("vtkActor2D_SetPosition2__SWIG_0", "D_vtkActor2D_SetPosition2__SWIG_0")); mixin(bindCode("vtkActor2D_SetPosition2__SWIG_1", "D_vtkActor2D_SetPosition2__SWIG_1")); mixin(bindCode("vtkActor2D_GetPosition2", "D_vtkActor2D_GetPosition2")); mixin(bindCode("vtkActor2D_SetWidth", "D_vtkActor2D_SetWidth")); mixin(bindCode("vtkActor2D_GetWidth", "D_vtkActor2D_GetWidth")); mixin(bindCode("vtkActor2D_SetHeight", "D_vtkActor2D_SetHeight")); mixin(bindCode("vtkActor2D_GetHeight", "D_vtkActor2D_GetHeight")); mixin(bindCode("vtkActor2D_ReleaseGraphicsResources", "D_vtkActor2D_ReleaseGraphicsResources")); mixin(bindCode("vtkActor2D_GetActualPositionCoordinate", "D_vtkActor2D_GetActualPositionCoordinate")); mixin(bindCode("vtkActor2D_GetActualPosition2Coordinate", "D_vtkActor2D_GetActualPosition2Coordinate")); mixin(bindCode("vtkActor2D_Upcast", "D_vtkActor2D_Upcast")); mixin(bindCode("vtkTexturedActor2D_New", "D_vtkTexturedActor2D_New")); mixin(bindCode("vtkTexturedActor2D_IsTypeOf", "D_vtkTexturedActor2D_IsTypeOf")); mixin(bindCode("vtkTexturedActor2D_SafeDownCast", "D_vtkTexturedActor2D_SafeDownCast")); mixin(bindCode("vtkTexturedActor2D_NewInstance", "D_vtkTexturedActor2D_NewInstance")); mixin(bindCode("vtkTexturedActor2D_SetTexture", "D_vtkTexturedActor2D_SetTexture")); mixin(bindCode("vtkTexturedActor2D_GetTexture", "D_vtkTexturedActor2D_GetTexture")); mixin(bindCode("vtkTexturedActor2D_Upcast", "D_vtkTexturedActor2D_Upcast")); mixin(bindCode("vtkHyperOctreeSurfaceFilter_New", "D_vtkHyperOctreeSurfaceFilter_New")); mixin(bindCode("vtkHyperOctreeSurfaceFilter_IsTypeOf", "D_vtkHyperOctreeSurfaceFilter_IsTypeOf")); mixin(bindCode("vtkHyperOctreeSurfaceFilter_SafeDownCast", "D_vtkHyperOctreeSurfaceFilter_SafeDownCast")); mixin(bindCode("vtkHyperOctreeSurfaceFilter_NewInstance", "D_vtkHyperOctreeSurfaceFilter_NewInstance")); mixin(bindCode("vtkHyperOctreeSurfaceFilter_SetMerging", "D_vtkHyperOctreeSurfaceFilter_SetMerging")); mixin(bindCode("vtkHyperOctreeSurfaceFilter_GetMerging", "D_vtkHyperOctreeSurfaceFilter_GetMerging")); mixin(bindCode("vtkHyperOctreeSurfaceFilter_MergingOn", "D_vtkHyperOctreeSurfaceFilter_MergingOn")); mixin(bindCode("vtkHyperOctreeSurfaceFilter_MergingOff", "D_vtkHyperOctreeSurfaceFilter_MergingOff")); mixin(bindCode("vtkHyperOctreeSurfaceFilter_SetLocator", "D_vtkHyperOctreeSurfaceFilter_SetLocator")); mixin(bindCode("vtkHyperOctreeSurfaceFilter_GetLocator", "D_vtkHyperOctreeSurfaceFilter_GetLocator")); mixin(bindCode("vtkHyperOctreeSurfaceFilter_SetPassThroughCellIds", "D_vtkHyperOctreeSurfaceFilter_SetPassThroughCellIds")); mixin(bindCode("vtkHyperOctreeSurfaceFilter_GetPassThroughCellIds", "D_vtkHyperOctreeSurfaceFilter_GetPassThroughCellIds")); mixin(bindCode("vtkHyperOctreeSurfaceFilter_PassThroughCellIdsOn", "D_vtkHyperOctreeSurfaceFilter_PassThroughCellIdsOn")); mixin(bindCode("vtkHyperOctreeSurfaceFilter_PassThroughCellIdsOff", "D_vtkHyperOctreeSurfaceFilter_PassThroughCellIdsOff")); mixin(bindCode("vtkHyperOctreeSurfaceFilter_Upcast", "D_vtkHyperOctreeSurfaceFilter_Upcast")); mixin(bindCode("vtkStatisticsAlgorithm_IsTypeOf", "D_vtkStatisticsAlgorithm_IsTypeOf")); mixin(bindCode("vtkStatisticsAlgorithm_SafeDownCast", "D_vtkStatisticsAlgorithm_SafeDownCast")); mixin(bindCode("vtkStatisticsAlgorithm_NewInstance", "D_vtkStatisticsAlgorithm_NewInstance")); mixin(bindCode("vtkStatisticsAlgorithm_SetLearnOptionParameterConnection", "D_vtkStatisticsAlgorithm_SetLearnOptionParameterConnection")); mixin(bindCode("vtkStatisticsAlgorithm_SetLearnOptionParameters", "D_vtkStatisticsAlgorithm_SetLearnOptionParameters")); mixin(bindCode("vtkStatisticsAlgorithm_SetInputModelConnection", "D_vtkStatisticsAlgorithm_SetInputModelConnection")); mixin(bindCode("vtkStatisticsAlgorithm_SetInputModel", "D_vtkStatisticsAlgorithm_SetInputModel")); mixin(bindCode("vtkStatisticsAlgorithm_SetLearnOption", "D_vtkStatisticsAlgorithm_SetLearnOption")); mixin(bindCode("vtkStatisticsAlgorithm_GetLearnOption", "D_vtkStatisticsAlgorithm_GetLearnOption")); mixin(bindCode("vtkStatisticsAlgorithm_SetDeriveOption", "D_vtkStatisticsAlgorithm_SetDeriveOption")); mixin(bindCode("vtkStatisticsAlgorithm_GetDeriveOption", "D_vtkStatisticsAlgorithm_GetDeriveOption")); mixin(bindCode("vtkStatisticsAlgorithm_SetAssessOption", "D_vtkStatisticsAlgorithm_SetAssessOption")); mixin(bindCode("vtkStatisticsAlgorithm_GetAssessOption", "D_vtkStatisticsAlgorithm_GetAssessOption")); mixin(bindCode("vtkStatisticsAlgorithm_SetTestOption", "D_vtkStatisticsAlgorithm_SetTestOption")); mixin(bindCode("vtkStatisticsAlgorithm_GetTestOption", "D_vtkStatisticsAlgorithm_GetTestOption")); mixin(bindCode("vtkStatisticsAlgorithm_SetNumberOfPrimaryTables", "D_vtkStatisticsAlgorithm_SetNumberOfPrimaryTables")); mixin(bindCode("vtkStatisticsAlgorithm_GetNumberOfPrimaryTables", "D_vtkStatisticsAlgorithm_GetNumberOfPrimaryTables")); mixin(bindCode("vtkStatisticsAlgorithm_SetAssessNames", "D_vtkStatisticsAlgorithm_SetAssessNames")); mixin(bindCode("vtkStatisticsAlgorithm_GetAssessNames", "D_vtkStatisticsAlgorithm_GetAssessNames")); mixin(bindCode("vtkStatisticsAlgorithm_SetColumnStatus", "D_vtkStatisticsAlgorithm_SetColumnStatus")); mixin(bindCode("vtkStatisticsAlgorithm_ResetAllColumnStates", "D_vtkStatisticsAlgorithm_ResetAllColumnStates")); mixin(bindCode("vtkStatisticsAlgorithm_RequestSelectedColumns", "D_vtkStatisticsAlgorithm_RequestSelectedColumns")); mixin(bindCode("vtkStatisticsAlgorithm_ResetRequests", "D_vtkStatisticsAlgorithm_ResetRequests")); mixin(bindCode("vtkStatisticsAlgorithm_GetNumberOfRequests", "D_vtkStatisticsAlgorithm_GetNumberOfRequests")); mixin(bindCode("vtkStatisticsAlgorithm_GetNumberOfColumnsForRequest", "D_vtkStatisticsAlgorithm_GetNumberOfColumnsForRequest")); mixin(bindCode("vtkStatisticsAlgorithm_GetColumnForRequest", "D_vtkStatisticsAlgorithm_GetColumnForRequest")); mixin(bindCode("vtkStatisticsAlgorithm_AddColumn", "D_vtkStatisticsAlgorithm_AddColumn")); mixin(bindCode("vtkStatisticsAlgorithm_AddColumnPair", "D_vtkStatisticsAlgorithm_AddColumnPair")); mixin(bindCode("vtkStatisticsAlgorithm_SetParameter", "D_vtkStatisticsAlgorithm_SetParameter")); mixin(bindCode("vtkStatisticsAlgorithm_Aggregate", "D_vtkStatisticsAlgorithm_Aggregate")); mixin(bindCode("vtkStatisticsAlgorithm_Upcast", "D_vtkStatisticsAlgorithm_Upcast")); mixin(bindCode("vtkKMeansStatistics_IsTypeOf", "D_vtkKMeansStatistics_IsTypeOf")); mixin(bindCode("vtkKMeansStatistics_SafeDownCast", "D_vtkKMeansStatistics_SafeDownCast")); mixin(bindCode("vtkKMeansStatistics_NewInstance", "D_vtkKMeansStatistics_NewInstance")); mixin(bindCode("vtkKMeansStatistics_New", "D_vtkKMeansStatistics_New")); mixin(bindCode("vtkKMeansStatistics_SetDistanceFunctor", "D_vtkKMeansStatistics_SetDistanceFunctor")); mixin(bindCode("vtkKMeansStatistics_GetDistanceFunctor", "D_vtkKMeansStatistics_GetDistanceFunctor")); mixin(bindCode("vtkKMeansStatistics_SetDefaultNumberOfClusters", "D_vtkKMeansStatistics_SetDefaultNumberOfClusters")); mixin(bindCode("vtkKMeansStatistics_GetDefaultNumberOfClusters", "D_vtkKMeansStatistics_GetDefaultNumberOfClusters")); mixin(bindCode("vtkKMeansStatistics_SetKValuesArrayName", "D_vtkKMeansStatistics_SetKValuesArrayName")); mixin(bindCode("vtkKMeansStatistics_GetKValuesArrayName", "D_vtkKMeansStatistics_GetKValuesArrayName")); mixin(bindCode("vtkKMeansStatistics_SetMaxNumIterations", "D_vtkKMeansStatistics_SetMaxNumIterations")); mixin(bindCode("vtkKMeansStatistics_GetMaxNumIterations", "D_vtkKMeansStatistics_GetMaxNumIterations")); mixin(bindCode("vtkKMeansStatistics_SetTolerance", "D_vtkKMeansStatistics_SetTolerance")); mixin(bindCode("vtkKMeansStatistics_GetTolerance", "D_vtkKMeansStatistics_GetTolerance")); mixin(bindCode("vtkKMeansStatistics_Upcast", "D_vtkKMeansStatistics_Upcast")); mixin(bindCode("vtkApplyIcons_New", "D_vtkApplyIcons_New")); mixin(bindCode("vtkApplyIcons_IsTypeOf", "D_vtkApplyIcons_IsTypeOf")); mixin(bindCode("vtkApplyIcons_SafeDownCast", "D_vtkApplyIcons_SafeDownCast")); mixin(bindCode("vtkApplyIcons_NewInstance", "D_vtkApplyIcons_NewInstance")); mixin(bindCode("vtkApplyIcons_SetIconType__SWIG_0", "D_vtkApplyIcons_SetIconType__SWIG_0")); mixin(bindCode("vtkApplyIcons_SetIconType__SWIG_1", "D_vtkApplyIcons_SetIconType__SWIG_1")); mixin(bindCode("vtkApplyIcons_SetIconType__SWIG_2", "D_vtkApplyIcons_SetIconType__SWIG_2")); mixin(bindCode("vtkApplyIcons_ClearAllIconTypes", "D_vtkApplyIcons_ClearAllIconTypes")); mixin(bindCode("vtkApplyIcons_SetUseLookupTable", "D_vtkApplyIcons_SetUseLookupTable")); mixin(bindCode("vtkApplyIcons_GetUseLookupTable", "D_vtkApplyIcons_GetUseLookupTable")); mixin(bindCode("vtkApplyIcons_UseLookupTableOn", "D_vtkApplyIcons_UseLookupTableOn")); mixin(bindCode("vtkApplyIcons_UseLookupTableOff", "D_vtkApplyIcons_UseLookupTableOff")); mixin(bindCode("vtkApplyIcons_SetDefaultIcon", "D_vtkApplyIcons_SetDefaultIcon")); mixin(bindCode("vtkApplyIcons_GetDefaultIcon", "D_vtkApplyIcons_GetDefaultIcon")); mixin(bindCode("vtkApplyIcons_SetSelectedIcon", "D_vtkApplyIcons_SetSelectedIcon")); mixin(bindCode("vtkApplyIcons_GetSelectedIcon", "D_vtkApplyIcons_GetSelectedIcon")); mixin(bindCode("vtkApplyIcons_SetIconOutputArrayName", "D_vtkApplyIcons_SetIconOutputArrayName")); mixin(bindCode("vtkApplyIcons_GetIconOutputArrayName", "D_vtkApplyIcons_GetIconOutputArrayName")); mixin(bindCode("vtkApplyIcons_SetSelectionMode", "D_vtkApplyIcons_SetSelectionMode")); mixin(bindCode("vtkApplyIcons_GetSelectionMode", "D_vtkApplyIcons_GetSelectionMode")); mixin(bindCode("vtkApplyIcons_SetSelectionModeToSelectedIcon", "D_vtkApplyIcons_SetSelectionModeToSelectedIcon")); mixin(bindCode("vtkApplyIcons_SetSelectionModeToSelectedOffset", "D_vtkApplyIcons_SetSelectionModeToSelectedOffset")); mixin(bindCode("vtkApplyIcons_SetSelectionModeToAnnotationIcon", "D_vtkApplyIcons_SetSelectionModeToAnnotationIcon")); mixin(bindCode("vtkApplyIcons_SetSelectionModeToIgnoreSelection", "D_vtkApplyIcons_SetSelectionModeToIgnoreSelection")); mixin(bindCode("vtkApplyIcons_SetAttributeType", "D_vtkApplyIcons_SetAttributeType")); mixin(bindCode("vtkApplyIcons_GetAttributeType", "D_vtkApplyIcons_GetAttributeType")); mixin(bindCode("vtkApplyIcons_Upcast", "D_vtkApplyIcons_Upcast")); mixin(bindCode("vtkTreeFieldAggregator_New", "D_vtkTreeFieldAggregator_New")); mixin(bindCode("vtkTreeFieldAggregator_IsTypeOf", "D_vtkTreeFieldAggregator_IsTypeOf")); mixin(bindCode("vtkTreeFieldAggregator_SafeDownCast", "D_vtkTreeFieldAggregator_SafeDownCast")); mixin(bindCode("vtkTreeFieldAggregator_NewInstance", "D_vtkTreeFieldAggregator_NewInstance")); mixin(bindCode("vtkTreeFieldAggregator_GetField", "D_vtkTreeFieldAggregator_GetField")); mixin(bindCode("vtkTreeFieldAggregator_SetField", "D_vtkTreeFieldAggregator_SetField")); mixin(bindCode("vtkTreeFieldAggregator_GetMinValue", "D_vtkTreeFieldAggregator_GetMinValue")); mixin(bindCode("vtkTreeFieldAggregator_SetMinValue", "D_vtkTreeFieldAggregator_SetMinValue")); mixin(bindCode("vtkTreeFieldAggregator_SetLeafVertexUnitSize", "D_vtkTreeFieldAggregator_SetLeafVertexUnitSize")); mixin(bindCode("vtkTreeFieldAggregator_GetLeafVertexUnitSize", "D_vtkTreeFieldAggregator_GetLeafVertexUnitSize")); mixin(bindCode("vtkTreeFieldAggregator_LeafVertexUnitSizeOn", "D_vtkTreeFieldAggregator_LeafVertexUnitSizeOn")); mixin(bindCode("vtkTreeFieldAggregator_LeafVertexUnitSizeOff", "D_vtkTreeFieldAggregator_LeafVertexUnitSizeOff")); mixin(bindCode("vtkTreeFieldAggregator_SetLogScale", "D_vtkTreeFieldAggregator_SetLogScale")); mixin(bindCode("vtkTreeFieldAggregator_GetLogScale", "D_vtkTreeFieldAggregator_GetLogScale")); mixin(bindCode("vtkTreeFieldAggregator_LogScaleOn", "D_vtkTreeFieldAggregator_LogScaleOn")); mixin(bindCode("vtkTreeFieldAggregator_LogScaleOff", "D_vtkTreeFieldAggregator_LogScaleOff")); mixin(bindCode("vtkTreeFieldAggregator_Upcast", "D_vtkTreeFieldAggregator_Upcast")); mixin(bindCode("vtkShader_IsTypeOf", "D_vtkShader_IsTypeOf")); mixin(bindCode("vtkShader_SafeDownCast", "D_vtkShader_SafeDownCast")); mixin(bindCode("vtkShader_NewInstance", "D_vtkShader_NewInstance")); mixin(bindCode("vtkShader_Compile", "D_vtkShader_Compile")); mixin(bindCode("vtkShader_PassShaderVariables", "D_vtkShader_PassShaderVariables")); mixin(bindCode("vtkShader_Bind", "D_vtkShader_Bind")); mixin(bindCode("vtkShader_Unbind", "D_vtkShader_Unbind")); mixin(bindCode("vtkShader_ReleaseGraphicsResources", "D_vtkShader_ReleaseGraphicsResources")); mixin(bindCode("vtkShader_SetXMLShader", "D_vtkShader_SetXMLShader")); mixin(bindCode("vtkShader_GetXMLShader", "D_vtkShader_GetXMLShader")); mixin(bindCode("vtkShader_HasShaderVariable", "D_vtkShader_HasShaderVariable")); mixin(bindCode("vtkShader_AddShaderVariable__SWIG_0", "D_vtkShader_AddShaderVariable__SWIG_0")); mixin(bindCode("vtkShader_AddShaderVariable__SWIG_1", "D_vtkShader_AddShaderVariable__SWIG_1")); mixin(bindCode("vtkShader_AddShaderVariable__SWIG_2", "D_vtkShader_AddShaderVariable__SWIG_2")); mixin(bindCode("vtkShader_GetShaderVariableSize", "D_vtkShader_GetShaderVariableSize")); mixin(bindCode("vtkShader_GetShaderVariableType", "D_vtkShader_GetShaderVariableType")); mixin(bindCode("vtkShader_GetShaderVariable__SWIG_0", "D_vtkShader_GetShaderVariable__SWIG_0")); mixin(bindCode("vtkShader_GetShaderVariable__SWIG_1", "D_vtkShader_GetShaderVariable__SWIG_1")); mixin(bindCode("vtkShader_GetShaderVariable__SWIG_2", "D_vtkShader_GetShaderVariable__SWIG_2")); mixin(bindCode("vtkShader_GetScope", "D_vtkShader_GetScope")); mixin(bindCode("vtkShader_Upcast", "D_vtkShader_Upcast")); mixin(bindCode("vtkGLSLShader_New", "D_vtkGLSLShader_New")); mixin(bindCode("vtkGLSLShader_IsTypeOf", "D_vtkGLSLShader_IsTypeOf")); mixin(bindCode("vtkGLSLShader_SafeDownCast", "D_vtkGLSLShader_SafeDownCast")); mixin(bindCode("vtkGLSLShader_NewInstance", "D_vtkGLSLShader_NewInstance")); mixin(bindCode("vtkGLSLShader_GetHandle", "D_vtkGLSLShader_GetHandle")); mixin(bindCode("vtkGLSLShader_SetProgram", "D_vtkGLSLShader_SetProgram")); mixin(bindCode("vtkGLSLShader_GetProgram", "D_vtkGLSLShader_GetProgram")); mixin(bindCode("vtkGLSLShader_Upcast", "D_vtkGLSLShader_Upcast")); mixin(bindCode("vtkTessellatedBoxSource_New", "D_vtkTessellatedBoxSource_New")); mixin(bindCode("vtkTessellatedBoxSource_IsTypeOf", "D_vtkTessellatedBoxSource_IsTypeOf")); mixin(bindCode("vtkTessellatedBoxSource_SafeDownCast", "D_vtkTessellatedBoxSource_SafeDownCast")); mixin(bindCode("vtkTessellatedBoxSource_NewInstance", "D_vtkTessellatedBoxSource_NewInstance")); mixin(bindCode("vtkTessellatedBoxSource_SetBounds__SWIG_0", "D_vtkTessellatedBoxSource_SetBounds__SWIG_0")); mixin(bindCode("vtkTessellatedBoxSource_SetBounds__SWIG_1", "D_vtkTessellatedBoxSource_SetBounds__SWIG_1")); mixin(bindCode("vtkTessellatedBoxSource_GetBounds__SWIG_0", "D_vtkTessellatedBoxSource_GetBounds__SWIG_0")); mixin(bindCode("vtkTessellatedBoxSource_GetBounds__SWIG_1", "D_vtkTessellatedBoxSource_GetBounds__SWIG_1")); mixin(bindCode("vtkTessellatedBoxSource_GetBounds__SWIG_2", "D_vtkTessellatedBoxSource_GetBounds__SWIG_2")); mixin(bindCode("vtkTessellatedBoxSource_SetLevel", "D_vtkTessellatedBoxSource_SetLevel")); mixin(bindCode("vtkTessellatedBoxSource_GetLevel", "D_vtkTessellatedBoxSource_GetLevel")); mixin(bindCode("vtkTessellatedBoxSource_SetDuplicateSharedPoints", "D_vtkTessellatedBoxSource_SetDuplicateSharedPoints")); mixin(bindCode("vtkTessellatedBoxSource_GetDuplicateSharedPoints", "D_vtkTessellatedBoxSource_GetDuplicateSharedPoints")); mixin(bindCode("vtkTessellatedBoxSource_DuplicateSharedPointsOn", "D_vtkTessellatedBoxSource_DuplicateSharedPointsOn")); mixin(bindCode("vtkTessellatedBoxSource_DuplicateSharedPointsOff", "D_vtkTessellatedBoxSource_DuplicateSharedPointsOff")); mixin(bindCode("vtkTessellatedBoxSource_SetQuads", "D_vtkTessellatedBoxSource_SetQuads")); mixin(bindCode("vtkTessellatedBoxSource_GetQuads", "D_vtkTessellatedBoxSource_GetQuads")); mixin(bindCode("vtkTessellatedBoxSource_QuadsOn", "D_vtkTessellatedBoxSource_QuadsOn")); mixin(bindCode("vtkTessellatedBoxSource_QuadsOff", "D_vtkTessellatedBoxSource_QuadsOff")); mixin(bindCode("vtkTessellatedBoxSource_Upcast", "D_vtkTessellatedBoxSource_Upcast")); mixin(bindCode("vtkPlanesIntersection_IsTypeOf", "D_vtkPlanesIntersection_IsTypeOf")); mixin(bindCode("vtkPlanesIntersection_SafeDownCast", "D_vtkPlanesIntersection_SafeDownCast")); mixin(bindCode("vtkPlanesIntersection_NewInstance", "D_vtkPlanesIntersection_NewInstance")); mixin(bindCode("vtkPlanesIntersection_New", "D_vtkPlanesIntersection_New")); mixin(bindCode("vtkPlanesIntersection_SetRegionVertices__SWIG_0", "D_vtkPlanesIntersection_SetRegionVertices__SWIG_0")); mixin(bindCode("vtkPlanesIntersection_SetRegionVertices__SWIG_1", "D_vtkPlanesIntersection_SetRegionVertices__SWIG_1")); mixin(bindCode("vtkPlanesIntersection_GetNumRegionVertices", "D_vtkPlanesIntersection_GetNumRegionVertices")); mixin(bindCode("vtkPlanesIntersection_GetRegionVertices", "D_vtkPlanesIntersection_GetRegionVertices")); mixin(bindCode("vtkPlanesIntersection_IntersectsRegion", "D_vtkPlanesIntersection_IntersectsRegion")); mixin(bindCode("vtkPlanesIntersection_PolygonIntersectsBBox", "D_vtkPlanesIntersection_PolygonIntersectsBBox")); mixin(bindCode("vtkPlanesIntersection_Convert3DCell", "D_vtkPlanesIntersection_Convert3DCell")); mixin(bindCode("vtkPlanesIntersection_Upcast", "D_vtkPlanesIntersection_Upcast")); mixin(bindCode("vtkContextView_IsTypeOf", "D_vtkContextView_IsTypeOf")); mixin(bindCode("vtkContextView_SafeDownCast", "D_vtkContextView_SafeDownCast")); mixin(bindCode("vtkContextView_NewInstance", "D_vtkContextView_NewInstance")); mixin(bindCode("vtkContextView_New", "D_vtkContextView_New")); mixin(bindCode("vtkContextView_SetContext", "D_vtkContextView_SetContext")); mixin(bindCode("vtkContextView_GetContext", "D_vtkContextView_GetContext")); mixin(bindCode("vtkContextView_SetScene", "D_vtkContextView_SetScene")); mixin(bindCode("vtkContextView_GetScene", "D_vtkContextView_GetScene")); mixin(bindCode("vtkContextView_Upcast", "D_vtkContextView_Upcast")); mixin(bindCode("vtkImagePadFilter_New", "D_vtkImagePadFilter_New")); mixin(bindCode("vtkImagePadFilter_IsTypeOf", "D_vtkImagePadFilter_IsTypeOf")); mixin(bindCode("vtkImagePadFilter_SafeDownCast", "D_vtkImagePadFilter_SafeDownCast")); mixin(bindCode("vtkImagePadFilter_NewInstance", "D_vtkImagePadFilter_NewInstance")); mixin(bindCode("vtkImagePadFilter_SetOutputWholeExtent__SWIG_0", "D_vtkImagePadFilter_SetOutputWholeExtent__SWIG_0")); mixin(bindCode("vtkImagePadFilter_SetOutputWholeExtent__SWIG_1", "D_vtkImagePadFilter_SetOutputWholeExtent__SWIG_1")); mixin(bindCode("vtkImagePadFilter_GetOutputWholeExtent__SWIG_0", "D_vtkImagePadFilter_GetOutputWholeExtent__SWIG_0")); mixin(bindCode("vtkImagePadFilter_GetOutputWholeExtent__SWIG_1", "D_vtkImagePadFilter_GetOutputWholeExtent__SWIG_1")); mixin(bindCode("vtkImagePadFilter_SetOutputNumberOfScalarComponents", "D_vtkImagePadFilter_SetOutputNumberOfScalarComponents")); mixin(bindCode("vtkImagePadFilter_GetOutputNumberOfScalarComponents", "D_vtkImagePadFilter_GetOutputNumberOfScalarComponents")); mixin(bindCode("vtkImagePadFilter_Upcast", "D_vtkImagePadFilter_Upcast")); mixin(bindCode("vtkImageMirrorPad_New", "D_vtkImageMirrorPad_New")); mixin(bindCode("vtkImageMirrorPad_IsTypeOf", "D_vtkImageMirrorPad_IsTypeOf")); mixin(bindCode("vtkImageMirrorPad_SafeDownCast", "D_vtkImageMirrorPad_SafeDownCast")); mixin(bindCode("vtkImageMirrorPad_NewInstance", "D_vtkImageMirrorPad_NewInstance")); mixin(bindCode("vtkImageMirrorPad_Upcast", "D_vtkImageMirrorPad_Upcast")); mixin(bindCode("vtkExtractSelectionBase_IsTypeOf", "D_vtkExtractSelectionBase_IsTypeOf")); mixin(bindCode("vtkExtractSelectionBase_SafeDownCast", "D_vtkExtractSelectionBase_SafeDownCast")); mixin(bindCode("vtkExtractSelectionBase_NewInstance", "D_vtkExtractSelectionBase_NewInstance")); mixin(bindCode("vtkExtractSelectionBase_SetSelectionConnection", "D_vtkExtractSelectionBase_SetSelectionConnection")); mixin(bindCode("vtkExtractSelectionBase_SetPreserveTopology", "D_vtkExtractSelectionBase_SetPreserveTopology")); mixin(bindCode("vtkExtractSelectionBase_GetPreserveTopology", "D_vtkExtractSelectionBase_GetPreserveTopology")); mixin(bindCode("vtkExtractSelectionBase_PreserveTopologyOn", "D_vtkExtractSelectionBase_PreserveTopologyOn")); mixin(bindCode("vtkExtractSelectionBase_PreserveTopologyOff", "D_vtkExtractSelectionBase_PreserveTopologyOff")); mixin(bindCode("new_vtkExtractSelectionBase", "D_new_vtkExtractSelectionBase")); mixin(bindCode("delete_vtkExtractSelectionBase", "D_delete_vtkExtractSelectionBase")); mixin(bindCode("vtkExtractSelectionBase_Upcast", "D_vtkExtractSelectionBase_Upcast")); mixin(bindCode("vtkExtractSelectedIds_New", "D_vtkExtractSelectedIds_New")); mixin(bindCode("vtkExtractSelectedIds_IsTypeOf", "D_vtkExtractSelectedIds_IsTypeOf")); mixin(bindCode("vtkExtractSelectedIds_SafeDownCast", "D_vtkExtractSelectedIds_SafeDownCast")); mixin(bindCode("vtkExtractSelectedIds_NewInstance", "D_vtkExtractSelectedIds_NewInstance")); mixin(bindCode("vtkExtractSelectedIds_Upcast", "D_vtkExtractSelectedIds_Upcast")); mixin(bindCode("vtkStreamTracer_IsTypeOf", "D_vtkStreamTracer_IsTypeOf")); mixin(bindCode("vtkStreamTracer_SafeDownCast", "D_vtkStreamTracer_SafeDownCast")); mixin(bindCode("vtkStreamTracer_NewInstance", "D_vtkStreamTracer_NewInstance")); mixin(bindCode("vtkStreamTracer_New", "D_vtkStreamTracer_New")); mixin(bindCode("vtkStreamTracer_SetStartPosition__SWIG_0", "D_vtkStreamTracer_SetStartPosition__SWIG_0")); mixin(bindCode("vtkStreamTracer_SetStartPosition__SWIG_1", "D_vtkStreamTracer_SetStartPosition__SWIG_1")); mixin(bindCode("vtkStreamTracer_GetStartPosition__SWIG_0", "D_vtkStreamTracer_GetStartPosition__SWIG_0")); mixin(bindCode("vtkStreamTracer_GetStartPosition__SWIG_1", "D_vtkStreamTracer_GetStartPosition__SWIG_1")); mixin(bindCode("vtkStreamTracer_GetStartPosition__SWIG_2", "D_vtkStreamTracer_GetStartPosition__SWIG_2")); mixin(bindCode("vtkStreamTracer_SetSourceData", "D_vtkStreamTracer_SetSourceData")); mixin(bindCode("vtkStreamTracer_GetSource", "D_vtkStreamTracer_GetSource")); mixin(bindCode("vtkStreamTracer_SetSourceConnection", "D_vtkStreamTracer_SetSourceConnection")); mixin(bindCode("vtkStreamTracer_SetIntegrator", "D_vtkStreamTracer_SetIntegrator")); mixin(bindCode("vtkStreamTracer_GetIntegrator", "D_vtkStreamTracer_GetIntegrator")); mixin(bindCode("vtkStreamTracer_SetIntegratorType", "D_vtkStreamTracer_SetIntegratorType")); mixin(bindCode("vtkStreamTracer_GetIntegratorType", "D_vtkStreamTracer_GetIntegratorType")); mixin(bindCode("vtkStreamTracer_SetIntegratorTypeToRungeKutta2", "D_vtkStreamTracer_SetIntegratorTypeToRungeKutta2")); mixin(bindCode("vtkStreamTracer_SetIntegratorTypeToRungeKutta4", "D_vtkStreamTracer_SetIntegratorTypeToRungeKutta4")); mixin(bindCode("vtkStreamTracer_SetIntegratorTypeToRungeKutta45", "D_vtkStreamTracer_SetIntegratorTypeToRungeKutta45")); mixin(bindCode("vtkStreamTracer_SetInterpolatorTypeToDataSetPointLocator", "D_vtkStreamTracer_SetInterpolatorTypeToDataSetPointLocator")); mixin(bindCode("vtkStreamTracer_SetInterpolatorTypeToCellLocator", "D_vtkStreamTracer_SetInterpolatorTypeToCellLocator")); mixin(bindCode("vtkStreamTracer_SetMaximumPropagation", "D_vtkStreamTracer_SetMaximumPropagation")); mixin(bindCode("vtkStreamTracer_GetMaximumPropagation", "D_vtkStreamTracer_GetMaximumPropagation")); mixin(bindCode("vtkStreamTracer_SetIntegrationStepUnit", "D_vtkStreamTracer_SetIntegrationStepUnit")); mixin(bindCode("vtkStreamTracer_GetIntegrationStepUnit", "D_vtkStreamTracer_GetIntegrationStepUnit")); mixin(bindCode("vtkStreamTracer_SetInitialIntegrationStep", "D_vtkStreamTracer_SetInitialIntegrationStep")); mixin(bindCode("vtkStreamTracer_GetInitialIntegrationStep", "D_vtkStreamTracer_GetInitialIntegrationStep")); mixin(bindCode("vtkStreamTracer_SetMinimumIntegrationStep", "D_vtkStreamTracer_SetMinimumIntegrationStep")); mixin(bindCode("vtkStreamTracer_GetMinimumIntegrationStep", "D_vtkStreamTracer_GetMinimumIntegrationStep")); mixin(bindCode("vtkStreamTracer_SetMaximumIntegrationStep", "D_vtkStreamTracer_SetMaximumIntegrationStep")); mixin(bindCode("vtkStreamTracer_GetMaximumIntegrationStep", "D_vtkStreamTracer_GetMaximumIntegrationStep")); mixin(bindCode("vtkStreamTracer_SetMaximumError", "D_vtkStreamTracer_SetMaximumError")); mixin(bindCode("vtkStreamTracer_GetMaximumError", "D_vtkStreamTracer_GetMaximumError")); mixin(bindCode("vtkStreamTracer_SetMaximumNumberOfSteps", "D_vtkStreamTracer_SetMaximumNumberOfSteps")); mixin(bindCode("vtkStreamTracer_GetMaximumNumberOfSteps", "D_vtkStreamTracer_GetMaximumNumberOfSteps")); mixin(bindCode("vtkStreamTracer_SetTerminalSpeed", "D_vtkStreamTracer_SetTerminalSpeed")); mixin(bindCode("vtkStreamTracer_GetTerminalSpeed", "D_vtkStreamTracer_GetTerminalSpeed")); mixin(bindCode("vtkStreamTracer_SetIntegrationDirection", "D_vtkStreamTracer_SetIntegrationDirection")); mixin(bindCode("vtkStreamTracer_GetIntegrationDirectionMinValue", "D_vtkStreamTracer_GetIntegrationDirectionMinValue")); mixin(bindCode("vtkStreamTracer_GetIntegrationDirectionMaxValue", "D_vtkStreamTracer_GetIntegrationDirectionMaxValue")); mixin(bindCode("vtkStreamTracer_GetIntegrationDirection", "D_vtkStreamTracer_GetIntegrationDirection")); mixin(bindCode("vtkStreamTracer_SetIntegrationDirectionToForward", "D_vtkStreamTracer_SetIntegrationDirectionToForward")); mixin(bindCode("vtkStreamTracer_SetIntegrationDirectionToBackward", "D_vtkStreamTracer_SetIntegrationDirectionToBackward")); mixin(bindCode("vtkStreamTracer_SetIntegrationDirectionToBoth", "D_vtkStreamTracer_SetIntegrationDirectionToBoth")); mixin(bindCode("vtkStreamTracer_SetComputeVorticity", "D_vtkStreamTracer_SetComputeVorticity")); mixin(bindCode("vtkStreamTracer_GetComputeVorticity", "D_vtkStreamTracer_GetComputeVorticity")); mixin(bindCode("vtkStreamTracer_SetRotationScale", "D_vtkStreamTracer_SetRotationScale")); mixin(bindCode("vtkStreamTracer_GetRotationScale", "D_vtkStreamTracer_GetRotationScale")); mixin(bindCode("vtkStreamTracer_SetInterpolatorPrototype", "D_vtkStreamTracer_SetInterpolatorPrototype")); mixin(bindCode("vtkStreamTracer_SetInterpolatorType", "D_vtkStreamTracer_SetInterpolatorType")); mixin(bindCode("vtkStreamTracer_Upcast", "D_vtkStreamTracer_Upcast")); mixin(bindCode("vtkTemporalStreamTracer_IsTypeOf", "D_vtkTemporalStreamTracer_IsTypeOf")); mixin(bindCode("vtkTemporalStreamTracer_SafeDownCast", "D_vtkTemporalStreamTracer_SafeDownCast")); mixin(bindCode("vtkTemporalStreamTracer_NewInstance", "D_vtkTemporalStreamTracer_NewInstance")); mixin(bindCode("vtkTemporalStreamTracer_New", "D_vtkTemporalStreamTracer_New")); mixin(bindCode("vtkTemporalStreamTracer_SetTimeStep", "D_vtkTemporalStreamTracer_SetTimeStep")); mixin(bindCode("vtkTemporalStreamTracer_GetTimeStep", "D_vtkTemporalStreamTracer_GetTimeStep")); mixin(bindCode("vtkTemporalStreamTracer_SetIgnorePipelineTime", "D_vtkTemporalStreamTracer_SetIgnorePipelineTime")); mixin(bindCode("vtkTemporalStreamTracer_GetIgnorePipelineTime", "D_vtkTemporalStreamTracer_GetIgnorePipelineTime")); mixin(bindCode("vtkTemporalStreamTracer_IgnorePipelineTimeOn", "D_vtkTemporalStreamTracer_IgnorePipelineTimeOn")); mixin(bindCode("vtkTemporalStreamTracer_IgnorePipelineTimeOff", "D_vtkTemporalStreamTracer_IgnorePipelineTimeOff")); mixin(bindCode("vtkTemporalStreamTracer_SetTimeStepResolution", "D_vtkTemporalStreamTracer_SetTimeStepResolution")); mixin(bindCode("vtkTemporalStreamTracer_GetTimeStepResolution", "D_vtkTemporalStreamTracer_GetTimeStepResolution")); mixin(bindCode("vtkTemporalStreamTracer_SetForceReinjectionEveryNSteps", "D_vtkTemporalStreamTracer_SetForceReinjectionEveryNSteps")); mixin(bindCode("vtkTemporalStreamTracer_GetForceReinjectionEveryNSteps", "D_vtkTemporalStreamTracer_GetForceReinjectionEveryNSteps")); mixin(bindCode("vtkTemporalStreamTracer_SetTerminationTime", "D_vtkTemporalStreamTracer_SetTerminationTime")); mixin(bindCode("vtkTemporalStreamTracer_GetTerminationTime", "D_vtkTemporalStreamTracer_GetTerminationTime")); mixin(bindCode("vtkTemporalStreamTracer_SetTerminationTimeUnit", "D_vtkTemporalStreamTracer_SetTerminationTimeUnit")); mixin(bindCode("vtkTemporalStreamTracer_GetTerminationTimeUnit", "D_vtkTemporalStreamTracer_GetTerminationTimeUnit")); mixin(bindCode("vtkTemporalStreamTracer_SetTerminationTimeUnitToTimeUnit", "D_vtkTemporalStreamTracer_SetTerminationTimeUnitToTimeUnit")); mixin(bindCode("vtkTemporalStreamTracer_SetTerminationTimeUnitToStepUnit", "D_vtkTemporalStreamTracer_SetTerminationTimeUnitToStepUnit")); mixin(bindCode("vtkTemporalStreamTracer_SetStaticSeeds", "D_vtkTemporalStreamTracer_SetStaticSeeds")); mixin(bindCode("vtkTemporalStreamTracer_GetStaticSeeds", "D_vtkTemporalStreamTracer_GetStaticSeeds")); mixin(bindCode("vtkTemporalStreamTracer_StaticSeedsOn", "D_vtkTemporalStreamTracer_StaticSeedsOn")); mixin(bindCode("vtkTemporalStreamTracer_StaticSeedsOff", "D_vtkTemporalStreamTracer_StaticSeedsOff")); mixin(bindCode("vtkTemporalStreamTracer_SetStaticMesh", "D_vtkTemporalStreamTracer_SetStaticMesh")); mixin(bindCode("vtkTemporalStreamTracer_GetStaticMesh", "D_vtkTemporalStreamTracer_GetStaticMesh")); mixin(bindCode("vtkTemporalStreamTracer_StaticMeshOn", "D_vtkTemporalStreamTracer_StaticMeshOn")); mixin(bindCode("vtkTemporalStreamTracer_StaticMeshOff", "D_vtkTemporalStreamTracer_StaticMeshOff")); mixin(bindCode("vtkTemporalStreamTracer_SetParticleWriter", "D_vtkTemporalStreamTracer_SetParticleWriter")); mixin(bindCode("vtkTemporalStreamTracer_GetParticleWriter", "D_vtkTemporalStreamTracer_GetParticleWriter")); mixin(bindCode("vtkTemporalStreamTracer_SetParticleFileName", "D_vtkTemporalStreamTracer_SetParticleFileName")); mixin(bindCode("vtkTemporalStreamTracer_GetParticleFileName", "D_vtkTemporalStreamTracer_GetParticleFileName")); mixin(bindCode("vtkTemporalStreamTracer_SetEnableParticleWriting", "D_vtkTemporalStreamTracer_SetEnableParticleWriting")); mixin(bindCode("vtkTemporalStreamTracer_GetEnableParticleWriting", "D_vtkTemporalStreamTracer_GetEnableParticleWriting")); mixin(bindCode("vtkTemporalStreamTracer_EnableParticleWritingOn", "D_vtkTemporalStreamTracer_EnableParticleWritingOn")); mixin(bindCode("vtkTemporalStreamTracer_EnableParticleWritingOff", "D_vtkTemporalStreamTracer_EnableParticleWritingOff")); mixin(bindCode("vtkTemporalStreamTracer_AddSourceConnection", "D_vtkTemporalStreamTracer_AddSourceConnection")); mixin(bindCode("vtkTemporalStreamTracer_RemoveAllSources", "D_vtkTemporalStreamTracer_RemoveAllSources")); mixin(bindCode("vtkTemporalStreamTracer_Upcast", "D_vtkTemporalStreamTracer_Upcast")); mixin(bindCode("VTK_STYLE_PIXELIZE_get", "D_VTK_STYLE_PIXELIZE_get")); mixin(bindCode("VTK_STYLE_POLYGONALIZE_get", "D_VTK_STYLE_POLYGONALIZE_get")); mixin(bindCode("VTK_STYLE_RUN_LENGTH_get", "D_VTK_STYLE_RUN_LENGTH_get")); mixin(bindCode("VTK_COLOR_MODE_LUT_get", "D_VTK_COLOR_MODE_LUT_get")); mixin(bindCode("VTK_COLOR_MODE_LINEAR_256_get", "D_VTK_COLOR_MODE_LINEAR_256_get")); mixin(bindCode("vtkImageToPolyDataFilter_IsTypeOf", "D_vtkImageToPolyDataFilter_IsTypeOf")); mixin(bindCode("vtkImageToPolyDataFilter_SafeDownCast", "D_vtkImageToPolyDataFilter_SafeDownCast")); mixin(bindCode("vtkImageToPolyDataFilter_NewInstance", "D_vtkImageToPolyDataFilter_NewInstance")); mixin(bindCode("vtkImageToPolyDataFilter_New", "D_vtkImageToPolyDataFilter_New")); mixin(bindCode("vtkImageToPolyDataFilter_SetOutputStyle", "D_vtkImageToPolyDataFilter_SetOutputStyle")); mixin(bindCode("vtkImageToPolyDataFilter_GetOutputStyleMinValue", "D_vtkImageToPolyDataFilter_GetOutputStyleMinValue")); mixin(bindCode("vtkImageToPolyDataFilter_GetOutputStyleMaxValue", "D_vtkImageToPolyDataFilter_GetOutputStyleMaxValue")); mixin(bindCode("vtkImageToPolyDataFilter_GetOutputStyle", "D_vtkImageToPolyDataFilter_GetOutputStyle")); mixin(bindCode("vtkImageToPolyDataFilter_SetOutputStyleToPixelize", "D_vtkImageToPolyDataFilter_SetOutputStyleToPixelize")); mixin(bindCode("vtkImageToPolyDataFilter_SetOutputStyleToPolygonalize", "D_vtkImageToPolyDataFilter_SetOutputStyleToPolygonalize")); mixin(bindCode("vtkImageToPolyDataFilter_SetOutputStyleToRunLength", "D_vtkImageToPolyDataFilter_SetOutputStyleToRunLength")); mixin(bindCode("vtkImageToPolyDataFilter_SetColorMode", "D_vtkImageToPolyDataFilter_SetColorMode")); mixin(bindCode("vtkImageToPolyDataFilter_GetColorModeMinValue", "D_vtkImageToPolyDataFilter_GetColorModeMinValue")); mixin(bindCode("vtkImageToPolyDataFilter_GetColorModeMaxValue", "D_vtkImageToPolyDataFilter_GetColorModeMaxValue")); mixin(bindCode("vtkImageToPolyDataFilter_GetColorMode", "D_vtkImageToPolyDataFilter_GetColorMode")); mixin(bindCode("vtkImageToPolyDataFilter_SetColorModeToLUT", "D_vtkImageToPolyDataFilter_SetColorModeToLUT")); mixin(bindCode("vtkImageToPolyDataFilter_SetColorModeToLinear256", "D_vtkImageToPolyDataFilter_SetColorModeToLinear256")); mixin(bindCode("vtkImageToPolyDataFilter_SetLookupTable", "D_vtkImageToPolyDataFilter_SetLookupTable")); mixin(bindCode("vtkImageToPolyDataFilter_GetLookupTable", "D_vtkImageToPolyDataFilter_GetLookupTable")); mixin(bindCode("vtkImageToPolyDataFilter_SetSmoothing", "D_vtkImageToPolyDataFilter_SetSmoothing")); mixin(bindCode("vtkImageToPolyDataFilter_GetSmoothing", "D_vtkImageToPolyDataFilter_GetSmoothing")); mixin(bindCode("vtkImageToPolyDataFilter_SmoothingOn", "D_vtkImageToPolyDataFilter_SmoothingOn")); mixin(bindCode("vtkImageToPolyDataFilter_SmoothingOff", "D_vtkImageToPolyDataFilter_SmoothingOff")); mixin(bindCode("vtkImageToPolyDataFilter_SetNumberOfSmoothingIterations", "D_vtkImageToPolyDataFilter_SetNumberOfSmoothingIterations")); mixin(bindCode("vtkImageToPolyDataFilter_GetNumberOfSmoothingIterationsMinValue", "D_vtkImageToPolyDataFilter_GetNumberOfSmoothingIterationsMinValue")); mixin(bindCode("vtkImageToPolyDataFilter_GetNumberOfSmoothingIterationsMaxValue", "D_vtkImageToPolyDataFilter_GetNumberOfSmoothingIterationsMaxValue")); mixin(bindCode("vtkImageToPolyDataFilter_GetNumberOfSmoothingIterations", "D_vtkImageToPolyDataFilter_GetNumberOfSmoothingIterations")); mixin(bindCode("vtkImageToPolyDataFilter_SetDecimation", "D_vtkImageToPolyDataFilter_SetDecimation")); mixin(bindCode("vtkImageToPolyDataFilter_GetDecimation", "D_vtkImageToPolyDataFilter_GetDecimation")); mixin(bindCode("vtkImageToPolyDataFilter_DecimationOn", "D_vtkImageToPolyDataFilter_DecimationOn")); mixin(bindCode("vtkImageToPolyDataFilter_DecimationOff", "D_vtkImageToPolyDataFilter_DecimationOff")); mixin(bindCode("vtkImageToPolyDataFilter_SetDecimationError", "D_vtkImageToPolyDataFilter_SetDecimationError")); mixin(bindCode("vtkImageToPolyDataFilter_GetDecimationErrorMinValue", "D_vtkImageToPolyDataFilter_GetDecimationErrorMinValue")); mixin(bindCode("vtkImageToPolyDataFilter_GetDecimationErrorMaxValue", "D_vtkImageToPolyDataFilter_GetDecimationErrorMaxValue")); mixin(bindCode("vtkImageToPolyDataFilter_GetDecimationError", "D_vtkImageToPolyDataFilter_GetDecimationError")); mixin(bindCode("vtkImageToPolyDataFilter_SetError", "D_vtkImageToPolyDataFilter_SetError")); mixin(bindCode("vtkImageToPolyDataFilter_GetErrorMinValue", "D_vtkImageToPolyDataFilter_GetErrorMinValue")); mixin(bindCode("vtkImageToPolyDataFilter_GetErrorMaxValue", "D_vtkImageToPolyDataFilter_GetErrorMaxValue")); mixin(bindCode("vtkImageToPolyDataFilter_GetError", "D_vtkImageToPolyDataFilter_GetError")); mixin(bindCode("vtkImageToPolyDataFilter_SetSubImageSize", "D_vtkImageToPolyDataFilter_SetSubImageSize")); mixin(bindCode("vtkImageToPolyDataFilter_GetSubImageSizeMinValue", "D_vtkImageToPolyDataFilter_GetSubImageSizeMinValue")); mixin(bindCode("vtkImageToPolyDataFilter_GetSubImageSizeMaxValue", "D_vtkImageToPolyDataFilter_GetSubImageSizeMaxValue")); mixin(bindCode("vtkImageToPolyDataFilter_GetSubImageSize", "D_vtkImageToPolyDataFilter_GetSubImageSize")); mixin(bindCode("vtkImageToPolyDataFilter_Upcast", "D_vtkImageToPolyDataFilter_Upcast")); mixin(bindCode("vtkBoxWidget2_New", "D_vtkBoxWidget2_New")); mixin(bindCode("vtkBoxWidget2_IsTypeOf", "D_vtkBoxWidget2_IsTypeOf")); mixin(bindCode("vtkBoxWidget2_SafeDownCast", "D_vtkBoxWidget2_SafeDownCast")); mixin(bindCode("vtkBoxWidget2_NewInstance", "D_vtkBoxWidget2_NewInstance")); mixin(bindCode("vtkBoxWidget2_SetRepresentation", "D_vtkBoxWidget2_SetRepresentation")); mixin(bindCode("vtkBoxWidget2_SetTranslationEnabled", "D_vtkBoxWidget2_SetTranslationEnabled")); mixin(bindCode("vtkBoxWidget2_GetTranslationEnabled", "D_vtkBoxWidget2_GetTranslationEnabled")); mixin(bindCode("vtkBoxWidget2_TranslationEnabledOn", "D_vtkBoxWidget2_TranslationEnabledOn")); mixin(bindCode("vtkBoxWidget2_TranslationEnabledOff", "D_vtkBoxWidget2_TranslationEnabledOff")); mixin(bindCode("vtkBoxWidget2_SetScalingEnabled", "D_vtkBoxWidget2_SetScalingEnabled")); mixin(bindCode("vtkBoxWidget2_GetScalingEnabled", "D_vtkBoxWidget2_GetScalingEnabled")); mixin(bindCode("vtkBoxWidget2_ScalingEnabledOn", "D_vtkBoxWidget2_ScalingEnabledOn")); mixin(bindCode("vtkBoxWidget2_ScalingEnabledOff", "D_vtkBoxWidget2_ScalingEnabledOff")); mixin(bindCode("vtkBoxWidget2_SetRotationEnabled", "D_vtkBoxWidget2_SetRotationEnabled")); mixin(bindCode("vtkBoxWidget2_GetRotationEnabled", "D_vtkBoxWidget2_GetRotationEnabled")); mixin(bindCode("vtkBoxWidget2_RotationEnabledOn", "D_vtkBoxWidget2_RotationEnabledOn")); mixin(bindCode("vtkBoxWidget2_RotationEnabledOff", "D_vtkBoxWidget2_RotationEnabledOff")); mixin(bindCode("vtkBoxWidget2_SetMoveFacesEnabled", "D_vtkBoxWidget2_SetMoveFacesEnabled")); mixin(bindCode("vtkBoxWidget2_GetMoveFacesEnabled", "D_vtkBoxWidget2_GetMoveFacesEnabled")); mixin(bindCode("vtkBoxWidget2_MoveFacesEnabledOn", "D_vtkBoxWidget2_MoveFacesEnabledOn")); mixin(bindCode("vtkBoxWidget2_MoveFacesEnabledOff", "D_vtkBoxWidget2_MoveFacesEnabledOff")); mixin(bindCode("vtkBoxWidget2_Upcast", "D_vtkBoxWidget2_Upcast")); mixin(bindCode("VTK_SCALE_BY_SCALAR_get", "D_VTK_SCALE_BY_SCALAR_get")); mixin(bindCode("VTK_SCALE_BY_VECTOR_get", "D_VTK_SCALE_BY_VECTOR_get")); mixin(bindCode("VTK_SCALE_BY_VECTORCOMPONENTS_get", "D_VTK_SCALE_BY_VECTORCOMPONENTS_get")); mixin(bindCode("VTK_DATA_SCALING_OFF_get", "D_VTK_DATA_SCALING_OFF_get")); mixin(bindCode("VTK_COLOR_BY_SCALE_get", "D_VTK_COLOR_BY_SCALE_get")); mixin(bindCode("VTK_COLOR_BY_SCALAR_get", "D_VTK_COLOR_BY_SCALAR_get")); mixin(bindCode("VTK_COLOR_BY_VECTOR_get", "D_VTK_COLOR_BY_VECTOR_get")); mixin(bindCode("VTK_USE_VECTOR_get", "D_VTK_USE_VECTOR_get")); mixin(bindCode("VTK_USE_NORMAL_get", "D_VTK_USE_NORMAL_get")); mixin(bindCode("VTK_VECTOR_ROTATION_OFF_get", "D_VTK_VECTOR_ROTATION_OFF_get")); mixin(bindCode("VTK_INDEXING_OFF_get", "D_VTK_INDEXING_OFF_get")); mixin(bindCode("VTK_INDEXING_BY_SCALAR_get", "D_VTK_INDEXING_BY_SCALAR_get")); mixin(bindCode("VTK_INDEXING_BY_VECTOR_get", "D_VTK_INDEXING_BY_VECTOR_get")); mixin(bindCode("vtkGlyph3D_IsTypeOf", "D_vtkGlyph3D_IsTypeOf")); mixin(bindCode("vtkGlyph3D_SafeDownCast", "D_vtkGlyph3D_SafeDownCast")); mixin(bindCode("vtkGlyph3D_NewInstance", "D_vtkGlyph3D_NewInstance")); mixin(bindCode("vtkGlyph3D_New", "D_vtkGlyph3D_New")); mixin(bindCode("vtkGlyph3D_SetSourceData__SWIG_0", "D_vtkGlyph3D_SetSourceData__SWIG_0")); mixin(bindCode("vtkGlyph3D_SetSourceData__SWIG_1", "D_vtkGlyph3D_SetSourceData__SWIG_1")); mixin(bindCode("vtkGlyph3D_SetSourceConnection__SWIG_0", "D_vtkGlyph3D_SetSourceConnection__SWIG_0")); mixin(bindCode("vtkGlyph3D_SetSourceConnection__SWIG_1", "D_vtkGlyph3D_SetSourceConnection__SWIG_1")); mixin(bindCode("vtkGlyph3D_GetSource__SWIG_0", "D_vtkGlyph3D_GetSource__SWIG_0")); mixin(bindCode("vtkGlyph3D_GetSource__SWIG_1", "D_vtkGlyph3D_GetSource__SWIG_1")); mixin(bindCode("vtkGlyph3D_SetScaling", "D_vtkGlyph3D_SetScaling")); mixin(bindCode("vtkGlyph3D_ScalingOn", "D_vtkGlyph3D_ScalingOn")); mixin(bindCode("vtkGlyph3D_ScalingOff", "D_vtkGlyph3D_ScalingOff")); mixin(bindCode("vtkGlyph3D_GetScaling", "D_vtkGlyph3D_GetScaling")); mixin(bindCode("vtkGlyph3D_SetScaleMode", "D_vtkGlyph3D_SetScaleMode")); mixin(bindCode("vtkGlyph3D_GetScaleMode", "D_vtkGlyph3D_GetScaleMode")); mixin(bindCode("vtkGlyph3D_SetScaleModeToScaleByScalar", "D_vtkGlyph3D_SetScaleModeToScaleByScalar")); mixin(bindCode("vtkGlyph3D_SetScaleModeToScaleByVector", "D_vtkGlyph3D_SetScaleModeToScaleByVector")); mixin(bindCode("vtkGlyph3D_SetScaleModeToScaleByVectorComponents", "D_vtkGlyph3D_SetScaleModeToScaleByVectorComponents")); mixin(bindCode("vtkGlyph3D_SetScaleModeToDataScalingOff", "D_vtkGlyph3D_SetScaleModeToDataScalingOff")); mixin(bindCode("vtkGlyph3D_GetScaleModeAsString", "D_vtkGlyph3D_GetScaleModeAsString")); mixin(bindCode("vtkGlyph3D_SetColorMode", "D_vtkGlyph3D_SetColorMode")); mixin(bindCode("vtkGlyph3D_GetColorMode", "D_vtkGlyph3D_GetColorMode")); mixin(bindCode("vtkGlyph3D_SetColorModeToColorByScale", "D_vtkGlyph3D_SetColorModeToColorByScale")); mixin(bindCode("vtkGlyph3D_SetColorModeToColorByScalar", "D_vtkGlyph3D_SetColorModeToColorByScalar")); mixin(bindCode("vtkGlyph3D_SetColorModeToColorByVector", "D_vtkGlyph3D_SetColorModeToColorByVector")); mixin(bindCode("vtkGlyph3D_GetColorModeAsString", "D_vtkGlyph3D_GetColorModeAsString")); mixin(bindCode("vtkGlyph3D_SetScaleFactor", "D_vtkGlyph3D_SetScaleFactor")); mixin(bindCode("vtkGlyph3D_GetScaleFactor", "D_vtkGlyph3D_GetScaleFactor")); mixin(bindCode("vtkGlyph3D_SetRange__SWIG_0", "D_vtkGlyph3D_SetRange__SWIG_0")); mixin(bindCode("vtkGlyph3D_SetRange__SWIG_1", "D_vtkGlyph3D_SetRange__SWIG_1")); mixin(bindCode("vtkGlyph3D_GetRange__SWIG_0", "D_vtkGlyph3D_GetRange__SWIG_0")); mixin(bindCode("vtkGlyph3D_GetRange__SWIG_1", "D_vtkGlyph3D_GetRange__SWIG_1")); mixin(bindCode("vtkGlyph3D_SetOrient", "D_vtkGlyph3D_SetOrient")); mixin(bindCode("vtkGlyph3D_OrientOn", "D_vtkGlyph3D_OrientOn")); mixin(bindCode("vtkGlyph3D_OrientOff", "D_vtkGlyph3D_OrientOff")); mixin(bindCode("vtkGlyph3D_GetOrient", "D_vtkGlyph3D_GetOrient")); mixin(bindCode("vtkGlyph3D_SetClamping", "D_vtkGlyph3D_SetClamping")); mixin(bindCode("vtkGlyph3D_ClampingOn", "D_vtkGlyph3D_ClampingOn")); mixin(bindCode("vtkGlyph3D_ClampingOff", "D_vtkGlyph3D_ClampingOff")); mixin(bindCode("vtkGlyph3D_GetClamping", "D_vtkGlyph3D_GetClamping")); mixin(bindCode("vtkGlyph3D_SetVectorMode", "D_vtkGlyph3D_SetVectorMode")); mixin(bindCode("vtkGlyph3D_GetVectorMode", "D_vtkGlyph3D_GetVectorMode")); mixin(bindCode("vtkGlyph3D_SetVectorModeToUseVector", "D_vtkGlyph3D_SetVectorModeToUseVector")); mixin(bindCode("vtkGlyph3D_SetVectorModeToUseNormal", "D_vtkGlyph3D_SetVectorModeToUseNormal")); mixin(bindCode("vtkGlyph3D_SetVectorModeToVectorRotationOff", "D_vtkGlyph3D_SetVectorModeToVectorRotationOff")); mixin(bindCode("vtkGlyph3D_GetVectorModeAsString", "D_vtkGlyph3D_GetVectorModeAsString")); mixin(bindCode("vtkGlyph3D_SetIndexMode", "D_vtkGlyph3D_SetIndexMode")); mixin(bindCode("vtkGlyph3D_GetIndexMode", "D_vtkGlyph3D_GetIndexMode")); mixin(bindCode("vtkGlyph3D_SetIndexModeToScalar", "D_vtkGlyph3D_SetIndexModeToScalar")); mixin(bindCode("vtkGlyph3D_SetIndexModeToVector", "D_vtkGlyph3D_SetIndexModeToVector")); mixin(bindCode("vtkGlyph3D_SetIndexModeToOff", "D_vtkGlyph3D_SetIndexModeToOff")); mixin(bindCode("vtkGlyph3D_GetIndexModeAsString", "D_vtkGlyph3D_GetIndexModeAsString")); mixin(bindCode("vtkGlyph3D_SetGeneratePointIds", "D_vtkGlyph3D_SetGeneratePointIds")); mixin(bindCode("vtkGlyph3D_GetGeneratePointIds", "D_vtkGlyph3D_GetGeneratePointIds")); mixin(bindCode("vtkGlyph3D_GeneratePointIdsOn", "D_vtkGlyph3D_GeneratePointIdsOn")); mixin(bindCode("vtkGlyph3D_GeneratePointIdsOff", "D_vtkGlyph3D_GeneratePointIdsOff")); mixin(bindCode("vtkGlyph3D_SetPointIdsName", "D_vtkGlyph3D_SetPointIdsName")); mixin(bindCode("vtkGlyph3D_GetPointIdsName", "D_vtkGlyph3D_GetPointIdsName")); mixin(bindCode("vtkGlyph3D_SetFillCellData", "D_vtkGlyph3D_SetFillCellData")); mixin(bindCode("vtkGlyph3D_GetFillCellData", "D_vtkGlyph3D_GetFillCellData")); mixin(bindCode("vtkGlyph3D_FillCellDataOn", "D_vtkGlyph3D_FillCellDataOn")); mixin(bindCode("vtkGlyph3D_FillCellDataOff", "D_vtkGlyph3D_FillCellDataOff")); mixin(bindCode("vtkGlyph3D_IsPointVisible", "D_vtkGlyph3D_IsPointVisible")); mixin(bindCode("vtkGlyph3D_SetSourceTransform", "D_vtkGlyph3D_SetSourceTransform")); mixin(bindCode("vtkGlyph3D_GetSourceTransform", "D_vtkGlyph3D_GetSourceTransform")); mixin(bindCode("vtkGlyph3D_Upcast", "D_vtkGlyph3D_Upcast")); mixin(bindCode("vtkGlyph3DMapper_New", "D_vtkGlyph3DMapper_New")); mixin(bindCode("vtkGlyph3DMapper_IsTypeOf", "D_vtkGlyph3DMapper_IsTypeOf")); mixin(bindCode("vtkGlyph3DMapper_SafeDownCast", "D_vtkGlyph3DMapper_SafeDownCast")); mixin(bindCode("vtkGlyph3DMapper_NewInstance", "D_vtkGlyph3DMapper_NewInstance")); mixin(bindCode("vtkGlyph3DMapper_SetSourceConnection__SWIG_0", "D_vtkGlyph3DMapper_SetSourceConnection__SWIG_0")); mixin(bindCode("vtkGlyph3DMapper_SetSourceConnection__SWIG_1", "D_vtkGlyph3DMapper_SetSourceConnection__SWIG_1")); mixin(bindCode("vtkGlyph3DMapper_SetInputData", "D_vtkGlyph3DMapper_SetInputData")); mixin(bindCode("vtkGlyph3DMapper_SetSourceData__SWIG_0", "D_vtkGlyph3DMapper_SetSourceData__SWIG_0")); mixin(bindCode("vtkGlyph3DMapper_SetSourceData__SWIG_1", "D_vtkGlyph3DMapper_SetSourceData__SWIG_1")); mixin(bindCode("vtkGlyph3DMapper_GetSource__SWIG_0", "D_vtkGlyph3DMapper_GetSource__SWIG_0")); mixin(bindCode("vtkGlyph3DMapper_GetSource__SWIG_1", "D_vtkGlyph3DMapper_GetSource__SWIG_1")); mixin(bindCode("vtkGlyph3DMapper_SetScaling", "D_vtkGlyph3DMapper_SetScaling")); mixin(bindCode("vtkGlyph3DMapper_ScalingOn", "D_vtkGlyph3DMapper_ScalingOn")); mixin(bindCode("vtkGlyph3DMapper_ScalingOff", "D_vtkGlyph3DMapper_ScalingOff")); mixin(bindCode("vtkGlyph3DMapper_GetScaling", "D_vtkGlyph3DMapper_GetScaling")); mixin(bindCode("vtkGlyph3DMapper_SetScaleMode", "D_vtkGlyph3DMapper_SetScaleMode")); mixin(bindCode("vtkGlyph3DMapper_GetScaleMode", "D_vtkGlyph3DMapper_GetScaleMode")); mixin(bindCode("vtkGlyph3DMapper_SetScaleFactor", "D_vtkGlyph3DMapper_SetScaleFactor")); mixin(bindCode("vtkGlyph3DMapper_GetScaleFactor", "D_vtkGlyph3DMapper_GetScaleFactor")); mixin(bindCode("vtkGlyph3DMapper_SetScaleModeToScaleByMagnitude", "D_vtkGlyph3DMapper_SetScaleModeToScaleByMagnitude")); mixin(bindCode("vtkGlyph3DMapper_SetScaleModeToScaleByVectorComponents", "D_vtkGlyph3DMapper_SetScaleModeToScaleByVectorComponents")); mixin(bindCode("vtkGlyph3DMapper_SetScaleModeToNoDataScaling", "D_vtkGlyph3DMapper_SetScaleModeToNoDataScaling")); mixin(bindCode("vtkGlyph3DMapper_GetScaleModeAsString", "D_vtkGlyph3DMapper_GetScaleModeAsString")); mixin(bindCode("vtkGlyph3DMapper_SetRange__SWIG_0", "D_vtkGlyph3DMapper_SetRange__SWIG_0")); mixin(bindCode("vtkGlyph3DMapper_SetRange__SWIG_1", "D_vtkGlyph3DMapper_SetRange__SWIG_1")); mixin(bindCode("vtkGlyph3DMapper_GetRange__SWIG_0", "D_vtkGlyph3DMapper_GetRange__SWIG_0")); mixin(bindCode("vtkGlyph3DMapper_GetRange__SWIG_1", "D_vtkGlyph3DMapper_GetRange__SWIG_1")); mixin(bindCode("vtkGlyph3DMapper_SetOrient", "D_vtkGlyph3DMapper_SetOrient")); mixin(bindCode("vtkGlyph3DMapper_GetOrient", "D_vtkGlyph3DMapper_GetOrient")); mixin(bindCode("vtkGlyph3DMapper_OrientOn", "D_vtkGlyph3DMapper_OrientOn")); mixin(bindCode("vtkGlyph3DMapper_OrientOff", "D_vtkGlyph3DMapper_OrientOff")); mixin(bindCode("vtkGlyph3DMapper_SetOrientationMode", "D_vtkGlyph3DMapper_SetOrientationMode")); mixin(bindCode("vtkGlyph3DMapper_GetOrientationModeMinValue", "D_vtkGlyph3DMapper_GetOrientationModeMinValue")); mixin(bindCode("vtkGlyph3DMapper_GetOrientationModeMaxValue", "D_vtkGlyph3DMapper_GetOrientationModeMaxValue")); mixin(bindCode("vtkGlyph3DMapper_GetOrientationMode", "D_vtkGlyph3DMapper_GetOrientationMode")); mixin(bindCode("vtkGlyph3DMapper_SetOrientationModeToDirection", "D_vtkGlyph3DMapper_SetOrientationModeToDirection")); mixin(bindCode("vtkGlyph3DMapper_SetOrientationModeToRotation", "D_vtkGlyph3DMapper_SetOrientationModeToRotation")); mixin(bindCode("vtkGlyph3DMapper_GetOrientationModeAsString", "D_vtkGlyph3DMapper_GetOrientationModeAsString")); mixin(bindCode("vtkGlyph3DMapper_SetClamping", "D_vtkGlyph3DMapper_SetClamping")); mixin(bindCode("vtkGlyph3DMapper_GetClamping", "D_vtkGlyph3DMapper_GetClamping")); mixin(bindCode("vtkGlyph3DMapper_ClampingOn", "D_vtkGlyph3DMapper_ClampingOn")); mixin(bindCode("vtkGlyph3DMapper_ClampingOff", "D_vtkGlyph3DMapper_ClampingOff")); mixin(bindCode("vtkGlyph3DMapper_SetSourceIndexing", "D_vtkGlyph3DMapper_SetSourceIndexing")); mixin(bindCode("vtkGlyph3DMapper_GetSourceIndexing", "D_vtkGlyph3DMapper_GetSourceIndexing")); mixin(bindCode("vtkGlyph3DMapper_SourceIndexingOn", "D_vtkGlyph3DMapper_SourceIndexingOn")); mixin(bindCode("vtkGlyph3DMapper_SourceIndexingOff", "D_vtkGlyph3DMapper_SourceIndexingOff")); mixin(bindCode("vtkGlyph3DMapper_SetUseSelectionIds", "D_vtkGlyph3DMapper_SetUseSelectionIds")); mixin(bindCode("vtkGlyph3DMapper_UseSelectionIdsOn", "D_vtkGlyph3DMapper_UseSelectionIdsOn")); mixin(bindCode("vtkGlyph3DMapper_UseSelectionIdsOff", "D_vtkGlyph3DMapper_UseSelectionIdsOff")); mixin(bindCode("vtkGlyph3DMapper_GetUseSelectionIds", "D_vtkGlyph3DMapper_GetUseSelectionIds")); mixin(bindCode("vtkGlyph3DMapper_GetBounds__SWIG_0", "D_vtkGlyph3DMapper_GetBounds__SWIG_0")); mixin(bindCode("vtkGlyph3DMapper_GetBounds__SWIG_1", "D_vtkGlyph3DMapper_GetBounds__SWIG_1")); mixin(bindCode("vtkGlyph3DMapper_SetNestedDisplayLists", "D_vtkGlyph3DMapper_SetNestedDisplayLists")); mixin(bindCode("vtkGlyph3DMapper_GetNestedDisplayLists", "D_vtkGlyph3DMapper_GetNestedDisplayLists")); mixin(bindCode("vtkGlyph3DMapper_NestedDisplayListsOn", "D_vtkGlyph3DMapper_NestedDisplayListsOn")); mixin(bindCode("vtkGlyph3DMapper_NestedDisplayListsOff", "D_vtkGlyph3DMapper_NestedDisplayListsOff")); mixin(bindCode("vtkGlyph3DMapper_SetMasking", "D_vtkGlyph3DMapper_SetMasking")); mixin(bindCode("vtkGlyph3DMapper_GetMasking", "D_vtkGlyph3DMapper_GetMasking")); mixin(bindCode("vtkGlyph3DMapper_MaskingOn", "D_vtkGlyph3DMapper_MaskingOn")); mixin(bindCode("vtkGlyph3DMapper_MaskingOff", "D_vtkGlyph3DMapper_MaskingOff")); mixin(bindCode("vtkGlyph3DMapper_SetMaskArray__SWIG_0", "D_vtkGlyph3DMapper_SetMaskArray__SWIG_0")); mixin(bindCode("vtkGlyph3DMapper_SetMaskArray__SWIG_1", "D_vtkGlyph3DMapper_SetMaskArray__SWIG_1")); mixin(bindCode("vtkGlyph3DMapper_SetOrientationArray__SWIG_0", "D_vtkGlyph3DMapper_SetOrientationArray__SWIG_0")); mixin(bindCode("vtkGlyph3DMapper_SetOrientationArray__SWIG_1", "D_vtkGlyph3DMapper_SetOrientationArray__SWIG_1")); mixin(bindCode("vtkGlyph3DMapper_SetScaleArray__SWIG_0", "D_vtkGlyph3DMapper_SetScaleArray__SWIG_0")); mixin(bindCode("vtkGlyph3DMapper_SetScaleArray__SWIG_1", "D_vtkGlyph3DMapper_SetScaleArray__SWIG_1")); mixin(bindCode("vtkGlyph3DMapper_SetSourceIndexArray__SWIG_0", "D_vtkGlyph3DMapper_SetSourceIndexArray__SWIG_0")); mixin(bindCode("vtkGlyph3DMapper_SetSourceIndexArray__SWIG_1", "D_vtkGlyph3DMapper_SetSourceIndexArray__SWIG_1")); mixin(bindCode("vtkGlyph3DMapper_SetSelectionIdArray__SWIG_0", "D_vtkGlyph3DMapper_SetSelectionIdArray__SWIG_0")); mixin(bindCode("vtkGlyph3DMapper_SetSelectionIdArray__SWIG_1", "D_vtkGlyph3DMapper_SetSelectionIdArray__SWIG_1")); mixin(bindCode("vtkGlyph3DMapper_SetSelectionColorId", "D_vtkGlyph3DMapper_SetSelectionColorId")); mixin(bindCode("vtkGlyph3DMapper_GetSelectionColorId", "D_vtkGlyph3DMapper_GetSelectionColorId")); mixin(bindCode("vtkGlyph3DMapper_SetSelectMode", "D_vtkGlyph3DMapper_SetSelectMode")); mixin(bindCode("new_vtkGlyph3DMapper", "D_new_vtkGlyph3DMapper")); mixin(bindCode("delete_vtkGlyph3DMapper", "D_delete_vtkGlyph3DMapper")); mixin(bindCode("vtkGlyph3DMapper_Upcast", "D_vtkGlyph3DMapper_Upcast")); mixin(bindCode("new_vtkArrayExtentsList__SWIG_0", "D_new_vtkArrayExtentsList__SWIG_0")); mixin(bindCode("new_vtkArrayExtentsList__SWIG_1", "D_new_vtkArrayExtentsList__SWIG_1")); mixin(bindCode("new_vtkArrayExtentsList__SWIG_2", "D_new_vtkArrayExtentsList__SWIG_2")); mixin(bindCode("new_vtkArrayExtentsList__SWIG_3", "D_new_vtkArrayExtentsList__SWIG_3")); mixin(bindCode("new_vtkArrayExtentsList__SWIG_4", "D_new_vtkArrayExtentsList__SWIG_4")); mixin(bindCode("vtkArrayExtentsList_GetCount", "D_vtkArrayExtentsList_GetCount")); mixin(bindCode("vtkArrayExtentsList_SetCount", "D_vtkArrayExtentsList_SetCount")); mixin(bindCode("vtkArrayExtentsList_opIndex__SWIG_0", "D_vtkArrayExtentsList_opIndex__SWIG_0")); mixin(bindCode("delete_vtkArrayExtentsList", "D_delete_vtkArrayExtentsList")); mixin(bindCode("new_vtkArrayWeights__SWIG_0", "D_new_vtkArrayWeights__SWIG_0")); mixin(bindCode("new_vtkArrayWeights__SWIG_1", "D_new_vtkArrayWeights__SWIG_1")); mixin(bindCode("new_vtkArrayWeights__SWIG_2", "D_new_vtkArrayWeights__SWIG_2")); mixin(bindCode("new_vtkArrayWeights__SWIG_3", "D_new_vtkArrayWeights__SWIG_3")); mixin(bindCode("new_vtkArrayWeights__SWIG_4", "D_new_vtkArrayWeights__SWIG_4")); mixin(bindCode("delete_vtkArrayWeights", "D_delete_vtkArrayWeights")); mixin(bindCode("vtkArrayWeights_GetCount", "D_vtkArrayWeights_GetCount")); mixin(bindCode("vtkArrayWeights_SetCount", "D_vtkArrayWeights_SetCount")); mixin(bindCode("vtkArrayWeights_opIndex__SWIG_0", "D_vtkArrayWeights_opIndex__SWIG_0")); mixin(bindCode("vtkXMLStructuredDataReader_IsTypeOf", "D_vtkXMLStructuredDataReader_IsTypeOf")); mixin(bindCode("vtkXMLStructuredDataReader_SafeDownCast", "D_vtkXMLStructuredDataReader_SafeDownCast")); mixin(bindCode("vtkXMLStructuredDataReader_NewInstance", "D_vtkXMLStructuredDataReader_NewInstance")); mixin(bindCode("vtkXMLStructuredDataReader_SetWholeSlices", "D_vtkXMLStructuredDataReader_SetWholeSlices")); mixin(bindCode("vtkXMLStructuredDataReader_GetWholeSlices", "D_vtkXMLStructuredDataReader_GetWholeSlices")); mixin(bindCode("vtkXMLStructuredDataReader_WholeSlicesOn", "D_vtkXMLStructuredDataReader_WholeSlicesOn")); mixin(bindCode("vtkXMLStructuredDataReader_WholeSlicesOff", "D_vtkXMLStructuredDataReader_WholeSlicesOff")); mixin(bindCode("vtkXMLStructuredDataReader_Upcast", "D_vtkXMLStructuredDataReader_Upcast")); mixin(bindCode("vtkXMLImageDataReader_IsTypeOf", "D_vtkXMLImageDataReader_IsTypeOf")); mixin(bindCode("vtkXMLImageDataReader_SafeDownCast", "D_vtkXMLImageDataReader_SafeDownCast")); mixin(bindCode("vtkXMLImageDataReader_NewInstance", "D_vtkXMLImageDataReader_NewInstance")); mixin(bindCode("vtkXMLImageDataReader_New", "D_vtkXMLImageDataReader_New")); mixin(bindCode("vtkXMLImageDataReader_GetOutput__SWIG_0", "D_vtkXMLImageDataReader_GetOutput__SWIG_0")); mixin(bindCode("vtkXMLImageDataReader_GetOutput__SWIG_1", "D_vtkXMLImageDataReader_GetOutput__SWIG_1")); mixin(bindCode("vtkXMLImageDataReader_Upcast", "D_vtkXMLImageDataReader_Upcast")); mixin(bindCode("vtkOpenGLHardwareSupport_IsTypeOf", "D_vtkOpenGLHardwareSupport_IsTypeOf")); mixin(bindCode("vtkOpenGLHardwareSupport_SafeDownCast", "D_vtkOpenGLHardwareSupport_SafeDownCast")); mixin(bindCode("vtkOpenGLHardwareSupport_NewInstance", "D_vtkOpenGLHardwareSupport_NewInstance")); mixin(bindCode("vtkOpenGLHardwareSupport_New", "D_vtkOpenGLHardwareSupport_New")); mixin(bindCode("vtkOpenGLHardwareSupport_GetNumberOfFixedTextureUnits", "D_vtkOpenGLHardwareSupport_GetNumberOfFixedTextureUnits")); mixin(bindCode("vtkOpenGLHardwareSupport_GetNumberOfTextureUnits", "D_vtkOpenGLHardwareSupport_GetNumberOfTextureUnits")); mixin(bindCode("vtkOpenGLHardwareSupport_GetSupportsMultiTexturing", "D_vtkOpenGLHardwareSupport_GetSupportsMultiTexturing")); mixin(bindCode("vtkOpenGLHardwareSupport_GetExtensionManager", "D_vtkOpenGLHardwareSupport_GetExtensionManager")); mixin(bindCode("vtkOpenGLHardwareSupport_SetExtensionManager", "D_vtkOpenGLHardwareSupport_SetExtensionManager")); mixin(bindCode("vtkOpenGLHardwareSupport_Upcast", "D_vtkOpenGLHardwareSupport_Upcast")); mixin(bindCode("vtkMergeColumns_New", "D_vtkMergeColumns_New")); mixin(bindCode("vtkMergeColumns_IsTypeOf", "D_vtkMergeColumns_IsTypeOf")); mixin(bindCode("vtkMergeColumns_SafeDownCast", "D_vtkMergeColumns_SafeDownCast")); mixin(bindCode("vtkMergeColumns_NewInstance", "D_vtkMergeColumns_NewInstance")); mixin(bindCode("vtkMergeColumns_SetMergedColumnName", "D_vtkMergeColumns_SetMergedColumnName")); mixin(bindCode("vtkMergeColumns_GetMergedColumnName", "D_vtkMergeColumns_GetMergedColumnName")); mixin(bindCode("vtkMergeColumns_Upcast", "D_vtkMergeColumns_Upcast")); mixin(bindCode("vtkRenderedSurfaceRepresentation_New", "D_vtkRenderedSurfaceRepresentation_New")); mixin(bindCode("vtkRenderedSurfaceRepresentation_IsTypeOf", "D_vtkRenderedSurfaceRepresentation_IsTypeOf")); mixin(bindCode("vtkRenderedSurfaceRepresentation_SafeDownCast", "D_vtkRenderedSurfaceRepresentation_SafeDownCast")); mixin(bindCode("vtkRenderedSurfaceRepresentation_NewInstance", "D_vtkRenderedSurfaceRepresentation_NewInstance")); mixin(bindCode("vtkRenderedSurfaceRepresentation_SetCellColorArrayName", "D_vtkRenderedSurfaceRepresentation_SetCellColorArrayName")); mixin(bindCode("vtkRenderedSurfaceRepresentation_GetCellColorArrayName", "D_vtkRenderedSurfaceRepresentation_GetCellColorArrayName")); mixin(bindCode("vtkRenderedSurfaceRepresentation_Upcast", "D_vtkRenderedSurfaceRepresentation_Upcast")); mixin(bindCode("vtkCompositeDataPipeline_New", "D_vtkCompositeDataPipeline_New")); mixin(bindCode("vtkCompositeDataPipeline_IsTypeOf", "D_vtkCompositeDataPipeline_IsTypeOf")); mixin(bindCode("vtkCompositeDataPipeline_SafeDownCast", "D_vtkCompositeDataPipeline_SafeDownCast")); mixin(bindCode("vtkCompositeDataPipeline_NewInstance", "D_vtkCompositeDataPipeline_NewInstance")); mixin(bindCode("vtkCompositeDataPipeline_GetCompositeOutputData", "D_vtkCompositeDataPipeline_GetCompositeOutputData")); mixin(bindCode("vtkCompositeDataPipeline_GetCompositeInputData", "D_vtkCompositeDataPipeline_GetCompositeInputData")); mixin(bindCode("vtkCompositeDataPipeline_LOAD_REQUESTED_BLOCKS", "D_vtkCompositeDataPipeline_LOAD_REQUESTED_BLOCKS")); mixin(bindCode("vtkCompositeDataPipeline_COMPOSITE_DATA_META_DATA", "D_vtkCompositeDataPipeline_COMPOSITE_DATA_META_DATA")); mixin(bindCode("vtkCompositeDataPipeline_UPDATE_COMPOSITE_INDICES", "D_vtkCompositeDataPipeline_UPDATE_COMPOSITE_INDICES")); mixin(bindCode("vtkCompositeDataPipeline_COMPOSITE_INDICES", "D_vtkCompositeDataPipeline_COMPOSITE_INDICES")); mixin(bindCode("vtkCompositeDataPipeline_Upcast", "D_vtkCompositeDataPipeline_Upcast")); mixin(bindCode("vtkThreadedStreamingPipeline_New", "D_vtkThreadedStreamingPipeline_New")); mixin(bindCode("vtkThreadedStreamingPipeline_IsTypeOf", "D_vtkThreadedStreamingPipeline_IsTypeOf")); mixin(bindCode("vtkThreadedStreamingPipeline_SafeDownCast", "D_vtkThreadedStreamingPipeline_SafeDownCast")); mixin(bindCode("vtkThreadedStreamingPipeline_NewInstance", "D_vtkThreadedStreamingPipeline_NewInstance")); mixin(bindCode("vtkThreadedStreamingPipeline_AUTO_PROPAGATE", "D_vtkThreadedStreamingPipeline_AUTO_PROPAGATE")); mixin(bindCode("vtkThreadedStreamingPipeline_EXTRA_INFORMATION", "D_vtkThreadedStreamingPipeline_EXTRA_INFORMATION")); mixin(bindCode("vtkThreadedStreamingPipeline_SetMultiThreadedEnabled", "D_vtkThreadedStreamingPipeline_SetMultiThreadedEnabled")); mixin(bindCode("vtkThreadedStreamingPipeline_SetAutoPropagatePush", "D_vtkThreadedStreamingPipeline_SetAutoPropagatePush")); mixin(bindCode("vtkThreadedStreamingPipeline_Pull__SWIG_0", "D_vtkThreadedStreamingPipeline_Pull__SWIG_0")); mixin(bindCode("vtkThreadedStreamingPipeline_Pull__SWIG_1", "D_vtkThreadedStreamingPipeline_Pull__SWIG_1")); mixin(bindCode("vtkThreadedStreamingPipeline_Push__SWIG_0", "D_vtkThreadedStreamingPipeline_Push__SWIG_0")); mixin(bindCode("vtkThreadedStreamingPipeline_Push__SWIG_1", "D_vtkThreadedStreamingPipeline_Push__SWIG_1")); mixin(bindCode("vtkThreadedStreamingPipeline_Pull__SWIG_2", "D_vtkThreadedStreamingPipeline_Pull__SWIG_2")); mixin(bindCode("vtkThreadedStreamingPipeline_Pull__SWIG_3", "D_vtkThreadedStreamingPipeline_Pull__SWIG_3")); mixin(bindCode("vtkThreadedStreamingPipeline_Push__SWIG_2", "D_vtkThreadedStreamingPipeline_Push__SWIG_2")); mixin(bindCode("vtkThreadedStreamingPipeline_Push__SWIG_3", "D_vtkThreadedStreamingPipeline_Push__SWIG_3")); mixin(bindCode("vtkThreadedStreamingPipeline_Pull__SWIG_4", "D_vtkThreadedStreamingPipeline_Pull__SWIG_4")); mixin(bindCode("vtkThreadedStreamingPipeline_Pull__SWIG_5", "D_vtkThreadedStreamingPipeline_Pull__SWIG_5")); mixin(bindCode("vtkThreadedStreamingPipeline_Push__SWIG_4", "D_vtkThreadedStreamingPipeline_Push__SWIG_4")); mixin(bindCode("vtkThreadedStreamingPipeline_Push__SWIG_5", "D_vtkThreadedStreamingPipeline_Push__SWIG_5")); mixin(bindCode("vtkThreadedStreamingPipeline_ReleaseInputs", "D_vtkThreadedStreamingPipeline_ReleaseInputs")); mixin(bindCode("vtkThreadedStreamingPipeline_ForceUpdateData", "D_vtkThreadedStreamingPipeline_ForceUpdateData")); mixin(bindCode("vtkThreadedStreamingPipeline_UpdateRequestDataTimeFromSource", "D_vtkThreadedStreamingPipeline_UpdateRequestDataTimeFromSource")); mixin(bindCode("vtkThreadedStreamingPipeline_GetResources", "D_vtkThreadedStreamingPipeline_GetResources")); mixin(bindCode("vtkThreadedStreamingPipeline_LastDataRequestTime_set", "D_vtkThreadedStreamingPipeline_LastDataRequestTime_set")); mixin(bindCode("vtkThreadedStreamingPipeline_LastDataRequestTime_get", "D_vtkThreadedStreamingPipeline_LastDataRequestTime_get")); mixin(bindCode("vtkThreadedStreamingPipeline_LastDataRequestTimeFromSource_set", "D_vtkThreadedStreamingPipeline_LastDataRequestTimeFromSource_set")); mixin(bindCode("vtkThreadedStreamingPipeline_LastDataRequestTimeFromSource_get", "D_vtkThreadedStreamingPipeline_LastDataRequestTimeFromSource_get")); mixin(bindCode("vtkThreadedStreamingPipeline_ForceDataRequest_set", "D_vtkThreadedStreamingPipeline_ForceDataRequest_set")); mixin(bindCode("vtkThreadedStreamingPipeline_ForceDataRequest_get", "D_vtkThreadedStreamingPipeline_ForceDataRequest_get")); mixin(bindCode("vtkThreadedStreamingPipeline_Resources_set", "D_vtkThreadedStreamingPipeline_Resources_set")); mixin(bindCode("vtkThreadedStreamingPipeline_Resources_get", "D_vtkThreadedStreamingPipeline_Resources_get")); mixin(bindCode("vtkThreadedStreamingPipeline_Scheduler_set", "D_vtkThreadedStreamingPipeline_Scheduler_set")); mixin(bindCode("vtkThreadedStreamingPipeline_Scheduler_get", "D_vtkThreadedStreamingPipeline_Scheduler_get")); mixin(bindCode("vtkThreadedStreamingPipeline_Upcast", "D_vtkThreadedStreamingPipeline_Upcast")); mixin(bindCode("vtkIdListCollection_New", "D_vtkIdListCollection_New")); mixin(bindCode("vtkIdListCollection_IsTypeOf", "D_vtkIdListCollection_IsTypeOf")); mixin(bindCode("vtkIdListCollection_SafeDownCast", "D_vtkIdListCollection_SafeDownCast")); mixin(bindCode("vtkIdListCollection_NewInstance", "D_vtkIdListCollection_NewInstance")); mixin(bindCode("vtkIdListCollection_AddItem", "D_vtkIdListCollection_AddItem")); mixin(bindCode("vtkIdListCollection_GetNextItem", "D_vtkIdListCollection_GetNextItem")); mixin(bindCode("vtkIdListCollection_GetItem", "D_vtkIdListCollection_GetItem")); mixin(bindCode("vtkIdListCollection_Upcast", "D_vtkIdListCollection_Upcast")); mixin(bindCode("vtkCleanPolyData_New", "D_vtkCleanPolyData_New")); mixin(bindCode("vtkCleanPolyData_IsTypeOf", "D_vtkCleanPolyData_IsTypeOf")); mixin(bindCode("vtkCleanPolyData_SafeDownCast", "D_vtkCleanPolyData_SafeDownCast")); mixin(bindCode("vtkCleanPolyData_NewInstance", "D_vtkCleanPolyData_NewInstance")); mixin(bindCode("vtkCleanPolyData_SetToleranceIsAbsolute", "D_vtkCleanPolyData_SetToleranceIsAbsolute")); mixin(bindCode("vtkCleanPolyData_ToleranceIsAbsoluteOn", "D_vtkCleanPolyData_ToleranceIsAbsoluteOn")); mixin(bindCode("vtkCleanPolyData_ToleranceIsAbsoluteOff", "D_vtkCleanPolyData_ToleranceIsAbsoluteOff")); mixin(bindCode("vtkCleanPolyData_GetToleranceIsAbsolute", "D_vtkCleanPolyData_GetToleranceIsAbsolute")); mixin(bindCode("vtkCleanPolyData_SetTolerance", "D_vtkCleanPolyData_SetTolerance")); mixin(bindCode("vtkCleanPolyData_GetToleranceMinValue", "D_vtkCleanPolyData_GetToleranceMinValue")); mixin(bindCode("vtkCleanPolyData_GetToleranceMaxValue", "D_vtkCleanPolyData_GetToleranceMaxValue")); mixin(bindCode("vtkCleanPolyData_GetTolerance", "D_vtkCleanPolyData_GetTolerance")); mixin(bindCode("vtkCleanPolyData_SetAbsoluteTolerance", "D_vtkCleanPolyData_SetAbsoluteTolerance")); mixin(bindCode("vtkCleanPolyData_GetAbsoluteToleranceMinValue", "D_vtkCleanPolyData_GetAbsoluteToleranceMinValue")); mixin(bindCode("vtkCleanPolyData_GetAbsoluteToleranceMaxValue", "D_vtkCleanPolyData_GetAbsoluteToleranceMaxValue")); mixin(bindCode("vtkCleanPolyData_GetAbsoluteTolerance", "D_vtkCleanPolyData_GetAbsoluteTolerance")); mixin(bindCode("vtkCleanPolyData_SetConvertLinesToPoints", "D_vtkCleanPolyData_SetConvertLinesToPoints")); mixin(bindCode("vtkCleanPolyData_ConvertLinesToPointsOn", "D_vtkCleanPolyData_ConvertLinesToPointsOn")); mixin(bindCode("vtkCleanPolyData_ConvertLinesToPointsOff", "D_vtkCleanPolyData_ConvertLinesToPointsOff")); mixin(bindCode("vtkCleanPolyData_GetConvertLinesToPoints", "D_vtkCleanPolyData_GetConvertLinesToPoints")); mixin(bindCode("vtkCleanPolyData_SetConvertPolysToLines", "D_vtkCleanPolyData_SetConvertPolysToLines")); mixin(bindCode("vtkCleanPolyData_ConvertPolysToLinesOn", "D_vtkCleanPolyData_ConvertPolysToLinesOn")); mixin(bindCode("vtkCleanPolyData_ConvertPolysToLinesOff", "D_vtkCleanPolyData_ConvertPolysToLinesOff")); mixin(bindCode("vtkCleanPolyData_GetConvertPolysToLines", "D_vtkCleanPolyData_GetConvertPolysToLines")); mixin(bindCode("vtkCleanPolyData_SetConvertStripsToPolys", "D_vtkCleanPolyData_SetConvertStripsToPolys")); mixin(bindCode("vtkCleanPolyData_ConvertStripsToPolysOn", "D_vtkCleanPolyData_ConvertStripsToPolysOn")); mixin(bindCode("vtkCleanPolyData_ConvertStripsToPolysOff", "D_vtkCleanPolyData_ConvertStripsToPolysOff")); mixin(bindCode("vtkCleanPolyData_GetConvertStripsToPolys", "D_vtkCleanPolyData_GetConvertStripsToPolys")); mixin(bindCode("vtkCleanPolyData_SetPointMerging", "D_vtkCleanPolyData_SetPointMerging")); mixin(bindCode("vtkCleanPolyData_GetPointMerging", "D_vtkCleanPolyData_GetPointMerging")); mixin(bindCode("vtkCleanPolyData_PointMergingOn", "D_vtkCleanPolyData_PointMergingOn")); mixin(bindCode("vtkCleanPolyData_PointMergingOff", "D_vtkCleanPolyData_PointMergingOff")); mixin(bindCode("vtkCleanPolyData_SetLocator", "D_vtkCleanPolyData_SetLocator")); mixin(bindCode("vtkCleanPolyData_GetLocator", "D_vtkCleanPolyData_GetLocator")); mixin(bindCode("vtkCleanPolyData_CreateDefaultLocator__SWIG_0", "D_vtkCleanPolyData_CreateDefaultLocator__SWIG_0")); mixin(bindCode("vtkCleanPolyData_CreateDefaultLocator__SWIG_1", "D_vtkCleanPolyData_CreateDefaultLocator__SWIG_1")); mixin(bindCode("vtkCleanPolyData_ReleaseLocator", "D_vtkCleanPolyData_ReleaseLocator")); mixin(bindCode("vtkCleanPolyData_OperateOnPoint", "D_vtkCleanPolyData_OperateOnPoint")); mixin(bindCode("vtkCleanPolyData_OperateOnBounds", "D_vtkCleanPolyData_OperateOnBounds")); mixin(bindCode("vtkCleanPolyData_SetPieceInvariant", "D_vtkCleanPolyData_SetPieceInvariant")); mixin(bindCode("vtkCleanPolyData_GetPieceInvariant", "D_vtkCleanPolyData_GetPieceInvariant")); mixin(bindCode("vtkCleanPolyData_PieceInvariantOn", "D_vtkCleanPolyData_PieceInvariantOn")); mixin(bindCode("vtkCleanPolyData_PieceInvariantOff", "D_vtkCleanPolyData_PieceInvariantOff")); mixin(bindCode("vtkCleanPolyData_Upcast", "D_vtkCleanPolyData_Upcast")); mixin(bindCode("vtkQuantizePolyDataPoints_New", "D_vtkQuantizePolyDataPoints_New")); mixin(bindCode("vtkQuantizePolyDataPoints_IsTypeOf", "D_vtkQuantizePolyDataPoints_IsTypeOf")); mixin(bindCode("vtkQuantizePolyDataPoints_SafeDownCast", "D_vtkQuantizePolyDataPoints_SafeDownCast")); mixin(bindCode("vtkQuantizePolyDataPoints_NewInstance", "D_vtkQuantizePolyDataPoints_NewInstance")); mixin(bindCode("vtkQuantizePolyDataPoints_SetQFactor", "D_vtkQuantizePolyDataPoints_SetQFactor")); mixin(bindCode("vtkQuantizePolyDataPoints_GetQFactorMinValue", "D_vtkQuantizePolyDataPoints_GetQFactorMinValue")); mixin(bindCode("vtkQuantizePolyDataPoints_GetQFactorMaxValue", "D_vtkQuantizePolyDataPoints_GetQFactorMaxValue")); mixin(bindCode("vtkQuantizePolyDataPoints_GetQFactor", "D_vtkQuantizePolyDataPoints_GetQFactor")); mixin(bindCode("vtkQuantizePolyDataPoints_Upcast", "D_vtkQuantizePolyDataPoints_Upcast")); mixin(bindCode("vtkResliceCursorRepresentation_IsTypeOf", "D_vtkResliceCursorRepresentation_IsTypeOf")); mixin(bindCode("vtkResliceCursorRepresentation_SafeDownCast", "D_vtkResliceCursorRepresentation_SafeDownCast")); mixin(bindCode("vtkResliceCursorRepresentation_NewInstance", "D_vtkResliceCursorRepresentation_NewInstance")); mixin(bindCode("vtkResliceCursorRepresentation_SetTolerance", "D_vtkResliceCursorRepresentation_SetTolerance")); mixin(bindCode("vtkResliceCursorRepresentation_GetToleranceMinValue", "D_vtkResliceCursorRepresentation_GetToleranceMinValue")); mixin(bindCode("vtkResliceCursorRepresentation_GetToleranceMaxValue", "D_vtkResliceCursorRepresentation_GetToleranceMaxValue")); mixin(bindCode("vtkResliceCursorRepresentation_GetTolerance", "D_vtkResliceCursorRepresentation_GetTolerance")); mixin(bindCode("vtkResliceCursorRepresentation_SetShowReslicedImage", "D_vtkResliceCursorRepresentation_SetShowReslicedImage")); mixin(bindCode("vtkResliceCursorRepresentation_GetShowReslicedImage", "D_vtkResliceCursorRepresentation_GetShowReslicedImage")); mixin(bindCode("vtkResliceCursorRepresentation_ShowReslicedImageOn", "D_vtkResliceCursorRepresentation_ShowReslicedImageOn")); mixin(bindCode("vtkResliceCursorRepresentation_ShowReslicedImageOff", "D_vtkResliceCursorRepresentation_ShowReslicedImageOff")); mixin(bindCode("vtkResliceCursorRepresentation_SetRestrictPlaneToVolume", "D_vtkResliceCursorRepresentation_SetRestrictPlaneToVolume")); mixin(bindCode("vtkResliceCursorRepresentation_GetRestrictPlaneToVolume", "D_vtkResliceCursorRepresentation_GetRestrictPlaneToVolume")); mixin(bindCode("vtkResliceCursorRepresentation_RestrictPlaneToVolumeOn", "D_vtkResliceCursorRepresentation_RestrictPlaneToVolumeOn")); mixin(bindCode("vtkResliceCursorRepresentation_RestrictPlaneToVolumeOff", "D_vtkResliceCursorRepresentation_RestrictPlaneToVolumeOff")); mixin(bindCode("vtkResliceCursorRepresentation_SetThicknessLabelFormat", "D_vtkResliceCursorRepresentation_SetThicknessLabelFormat")); mixin(bindCode("vtkResliceCursorRepresentation_GetThicknessLabelFormat", "D_vtkResliceCursorRepresentation_GetThicknessLabelFormat")); mixin(bindCode("vtkResliceCursorRepresentation_GetThicknessLabelText", "D_vtkResliceCursorRepresentation_GetThicknessLabelText")); mixin(bindCode("vtkResliceCursorRepresentation_GetThicknessLabelPosition__SWIG_0", "D_vtkResliceCursorRepresentation_GetThicknessLabelPosition__SWIG_0")); mixin(bindCode("vtkResliceCursorRepresentation_GetThicknessLabelPosition__SWIG_1", "D_vtkResliceCursorRepresentation_GetThicknessLabelPosition__SWIG_1")); mixin(bindCode("vtkResliceCursorRepresentation_GetWorldThicknessLabelPosition", "D_vtkResliceCursorRepresentation_GetWorldThicknessLabelPosition")); mixin(bindCode("vtkResliceCursorRepresentation_GetResliceAxes", "D_vtkResliceCursorRepresentation_GetResliceAxes")); mixin(bindCode("vtkResliceCursorRepresentation_GetReslice", "D_vtkResliceCursorRepresentation_GetReslice")); mixin(bindCode("vtkResliceCursorRepresentation_GetImageActor", "D_vtkResliceCursorRepresentation_GetImageActor")); mixin(bindCode("vtkResliceCursorRepresentation_SetLookupTable", "D_vtkResliceCursorRepresentation_SetLookupTable")); mixin(bindCode("vtkResliceCursorRepresentation_GetLookupTable", "D_vtkResliceCursorRepresentation_GetLookupTable")); mixin(bindCode("vtkResliceCursorRepresentation_GetColorMap", "D_vtkResliceCursorRepresentation_GetColorMap")); mixin(bindCode("vtkResliceCursorRepresentation_SetColorMap", "D_vtkResliceCursorRepresentation_SetColorMap")); mixin(bindCode("vtkResliceCursorRepresentation_SetWindowLevel__SWIG_0", "D_vtkResliceCursorRepresentation_SetWindowLevel__SWIG_0")); mixin(bindCode("vtkResliceCursorRepresentation_SetWindowLevel__SWIG_1", "D_vtkResliceCursorRepresentation_SetWindowLevel__SWIG_1")); mixin(bindCode("vtkResliceCursorRepresentation_GetWindowLevel", "D_vtkResliceCursorRepresentation_GetWindowLevel")); mixin(bindCode("vtkResliceCursorRepresentation_GetWindow", "D_vtkResliceCursorRepresentation_GetWindow")); mixin(bindCode("vtkResliceCursorRepresentation_GetLevel", "D_vtkResliceCursorRepresentation_GetLevel")); mixin(bindCode("vtkResliceCursorRepresentation_GetResliceCursor", "D_vtkResliceCursorRepresentation_GetResliceCursor")); mixin(bindCode("vtkResliceCursorRepresentation_SetDisplayText", "D_vtkResliceCursorRepresentation_SetDisplayText")); mixin(bindCode("vtkResliceCursorRepresentation_GetDisplayText", "D_vtkResliceCursorRepresentation_GetDisplayText")); mixin(bindCode("vtkResliceCursorRepresentation_DisplayTextOn", "D_vtkResliceCursorRepresentation_DisplayTextOn")); mixin(bindCode("vtkResliceCursorRepresentation_DisplayTextOff", "D_vtkResliceCursorRepresentation_DisplayTextOff")); mixin(bindCode("vtkResliceCursorRepresentation_SetTextProperty", "D_vtkResliceCursorRepresentation_SetTextProperty")); mixin(bindCode("vtkResliceCursorRepresentation_GetTextProperty", "D_vtkResliceCursorRepresentation_GetTextProperty")); mixin(bindCode("vtkResliceCursorRepresentation_SetUseImageActor", "D_vtkResliceCursorRepresentation_SetUseImageActor")); mixin(bindCode("vtkResliceCursorRepresentation_GetUseImageActor", "D_vtkResliceCursorRepresentation_GetUseImageActor")); mixin(bindCode("vtkResliceCursorRepresentation_UseImageActorOn", "D_vtkResliceCursorRepresentation_UseImageActorOn")); mixin(bindCode("vtkResliceCursorRepresentation_UseImageActorOff", "D_vtkResliceCursorRepresentation_UseImageActorOff")); mixin(bindCode("vtkResliceCursorRepresentation_SetManipulationMode", "D_vtkResliceCursorRepresentation_SetManipulationMode")); mixin(bindCode("vtkResliceCursorRepresentation_GetManipulationMode", "D_vtkResliceCursorRepresentation_GetManipulationMode")); mixin(bindCode("vtkResliceCursorRepresentation_ActivateText", "D_vtkResliceCursorRepresentation_ActivateText")); mixin(bindCode("vtkResliceCursorRepresentation_ManageTextDisplay", "D_vtkResliceCursorRepresentation_ManageTextDisplay")); mixin(bindCode("vtkResliceCursorRepresentation_InitializeReslicePlane", "D_vtkResliceCursorRepresentation_InitializeReslicePlane")); mixin(bindCode("vtkResliceCursorRepresentation_ResetCamera", "D_vtkResliceCursorRepresentation_ResetCamera")); mixin(bindCode("vtkResliceCursorRepresentation_GetCursorAlgorithm", "D_vtkResliceCursorRepresentation_GetCursorAlgorithm")); mixin(bindCode("vtkResliceCursorRepresentation_GetPlaneSource", "D_vtkResliceCursorRepresentation_GetPlaneSource")); mixin(bindCode("vtkResliceCursorRepresentation_Upcast", "D_vtkResliceCursorRepresentation_Upcast")); mixin(bindCode("vtkResliceCursorLineRepresentation_New", "D_vtkResliceCursorLineRepresentation_New")); mixin(bindCode("vtkResliceCursorLineRepresentation_IsTypeOf", "D_vtkResliceCursorLineRepresentation_IsTypeOf")); mixin(bindCode("vtkResliceCursorLineRepresentation_SafeDownCast", "D_vtkResliceCursorLineRepresentation_SafeDownCast")); mixin(bindCode("vtkResliceCursorLineRepresentation_NewInstance", "D_vtkResliceCursorLineRepresentation_NewInstance")); mixin(bindCode("vtkResliceCursorLineRepresentation_ComputeInteractionState__SWIG_0", "D_vtkResliceCursorLineRepresentation_ComputeInteractionState__SWIG_0")); mixin(bindCode("vtkResliceCursorLineRepresentation_ComputeInteractionState__SWIG_1", "D_vtkResliceCursorLineRepresentation_ComputeInteractionState__SWIG_1")); mixin(bindCode("vtkResliceCursorLineRepresentation_GetResliceCursorActor", "D_vtkResliceCursorLineRepresentation_GetResliceCursorActor")); mixin(bindCode("vtkResliceCursorLineRepresentation_SetUserMatrix", "D_vtkResliceCursorLineRepresentation_SetUserMatrix")); mixin(bindCode("vtkResliceCursorLineRepresentation_Upcast", "D_vtkResliceCursorLineRepresentation_Upcast")); mixin(bindCode("vtkGradientFilter_IsTypeOf", "D_vtkGradientFilter_IsTypeOf")); mixin(bindCode("vtkGradientFilter_SafeDownCast", "D_vtkGradientFilter_SafeDownCast")); mixin(bindCode("vtkGradientFilter_NewInstance", "D_vtkGradientFilter_NewInstance")); mixin(bindCode("vtkGradientFilter_New", "D_vtkGradientFilter_New")); mixin(bindCode("vtkGradientFilter_SetInputScalars__SWIG_0", "D_vtkGradientFilter_SetInputScalars__SWIG_0")); mixin(bindCode("vtkGradientFilter_SetInputScalars__SWIG_1", "D_vtkGradientFilter_SetInputScalars__SWIG_1")); mixin(bindCode("vtkGradientFilter_GetResultArrayName", "D_vtkGradientFilter_GetResultArrayName")); mixin(bindCode("vtkGradientFilter_SetResultArrayName", "D_vtkGradientFilter_SetResultArrayName")); mixin(bindCode("vtkGradientFilter_GetVorticityArrayName", "D_vtkGradientFilter_GetVorticityArrayName")); mixin(bindCode("vtkGradientFilter_SetVorticityArrayName", "D_vtkGradientFilter_SetVorticityArrayName")); mixin(bindCode("vtkGradientFilter_GetQCriterionArrayName", "D_vtkGradientFilter_GetQCriterionArrayName")); mixin(bindCode("vtkGradientFilter_SetQCriterionArrayName", "D_vtkGradientFilter_SetQCriterionArrayName")); mixin(bindCode("vtkGradientFilter_GetFasterApproximation", "D_vtkGradientFilter_GetFasterApproximation")); mixin(bindCode("vtkGradientFilter_SetFasterApproximation", "D_vtkGradientFilter_SetFasterApproximation")); mixin(bindCode("vtkGradientFilter_FasterApproximationOn", "D_vtkGradientFilter_FasterApproximationOn")); mixin(bindCode("vtkGradientFilter_FasterApproximationOff", "D_vtkGradientFilter_FasterApproximationOff")); mixin(bindCode("vtkGradientFilter_SetComputeVorticity", "D_vtkGradientFilter_SetComputeVorticity")); mixin(bindCode("vtkGradientFilter_GetComputeVorticity", "D_vtkGradientFilter_GetComputeVorticity")); mixin(bindCode("vtkGradientFilter_ComputeVorticityOn", "D_vtkGradientFilter_ComputeVorticityOn")); mixin(bindCode("vtkGradientFilter_ComputeVorticityOff", "D_vtkGradientFilter_ComputeVorticityOff")); mixin(bindCode("vtkGradientFilter_SetComputeQCriterion", "D_vtkGradientFilter_SetComputeQCriterion")); mixin(bindCode("vtkGradientFilter_GetComputeQCriterion", "D_vtkGradientFilter_GetComputeQCriterion")); mixin(bindCode("vtkGradientFilter_ComputeQCriterionOn", "D_vtkGradientFilter_ComputeQCriterionOn")); mixin(bindCode("vtkGradientFilter_ComputeQCriterionOff", "D_vtkGradientFilter_ComputeQCriterionOff")); mixin(bindCode("vtkGradientFilter_Upcast", "D_vtkGradientFilter_Upcast")); mixin(bindCode("vtkCompositeDataGeometryFilter_New", "D_vtkCompositeDataGeometryFilter_New")); mixin(bindCode("vtkCompositeDataGeometryFilter_IsTypeOf", "D_vtkCompositeDataGeometryFilter_IsTypeOf")); mixin(bindCode("vtkCompositeDataGeometryFilter_SafeDownCast", "D_vtkCompositeDataGeometryFilter_SafeDownCast")); mixin(bindCode("vtkCompositeDataGeometryFilter_NewInstance", "D_vtkCompositeDataGeometryFilter_NewInstance")); mixin(bindCode("vtkCompositeDataGeometryFilter_Upcast", "D_vtkCompositeDataGeometryFilter_Upcast")); mixin(bindCode("vtkHierarchicalDataSetGeometryFilter_New", "D_vtkHierarchicalDataSetGeometryFilter_New")); mixin(bindCode("vtkHierarchicalDataSetGeometryFilter_IsTypeOf", "D_vtkHierarchicalDataSetGeometryFilter_IsTypeOf")); mixin(bindCode("vtkHierarchicalDataSetGeometryFilter_SafeDownCast", "D_vtkHierarchicalDataSetGeometryFilter_SafeDownCast")); mixin(bindCode("vtkHierarchicalDataSetGeometryFilter_NewInstance", "D_vtkHierarchicalDataSetGeometryFilter_NewInstance")); mixin(bindCode("vtkHierarchicalDataSetGeometryFilter_Upcast", "D_vtkHierarchicalDataSetGeometryFilter_Upcast")); mixin(bindCode("MAX_VARS_get", "D_MAX_VARS_get")); mixin(bindCode("MAX_VAR_NAME_get", "D_MAX_VAR_NAME_get")); mixin(bindCode("vtkMPASReader_New", "D_vtkMPASReader_New")); mixin(bindCode("vtkMPASReader_IsTypeOf", "D_vtkMPASReader_IsTypeOf")); mixin(bindCode("vtkMPASReader_SafeDownCast", "D_vtkMPASReader_SafeDownCast")); mixin(bindCode("vtkMPASReader_NewInstance", "D_vtkMPASReader_NewInstance")); mixin(bindCode("vtkMPASReader_SetFileName", "D_vtkMPASReader_SetFileName")); mixin(bindCode("vtkMPASReader_GetFileName", "D_vtkMPASReader_GetFileName")); mixin(bindCode("vtkMPASReader_GetMaximumCells", "D_vtkMPASReader_GetMaximumCells")); mixin(bindCode("vtkMPASReader_GetMaximumPoints", "D_vtkMPASReader_GetMaximumPoints")); mixin(bindCode("vtkMPASReader_GetNumberOfCellVars", "D_vtkMPASReader_GetNumberOfCellVars")); mixin(bindCode("vtkMPASReader_GetNumberOfPointVars", "D_vtkMPASReader_GetNumberOfPointVars")); mixin(bindCode("vtkMPASReader_GetOutput__SWIG_0", "D_vtkMPASReader_GetOutput__SWIG_0")); mixin(bindCode("vtkMPASReader_GetOutput__SWIG_1", "D_vtkMPASReader_GetOutput__SWIG_1")); mixin(bindCode("vtkMPASReader_GetNumberOfPointArrays", "D_vtkMPASReader_GetNumberOfPointArrays")); mixin(bindCode("vtkMPASReader_GetPointArrayName", "D_vtkMPASReader_GetPointArrayName")); mixin(bindCode("vtkMPASReader_GetPointArrayStatus", "D_vtkMPASReader_GetPointArrayStatus")); mixin(bindCode("vtkMPASReader_SetPointArrayStatus", "D_vtkMPASReader_SetPointArrayStatus")); mixin(bindCode("vtkMPASReader_DisableAllPointArrays", "D_vtkMPASReader_DisableAllPointArrays")); mixin(bindCode("vtkMPASReader_EnableAllPointArrays", "D_vtkMPASReader_EnableAllPointArrays")); mixin(bindCode("vtkMPASReader_GetNumberOfCellArrays", "D_vtkMPASReader_GetNumberOfCellArrays")); mixin(bindCode("vtkMPASReader_GetCellArrayName", "D_vtkMPASReader_GetCellArrayName")); mixin(bindCode("vtkMPASReader_GetCellArrayStatus", "D_vtkMPASReader_GetCellArrayStatus")); mixin(bindCode("vtkMPASReader_SetCellArrayStatus", "D_vtkMPASReader_SetCellArrayStatus")); mixin(bindCode("vtkMPASReader_DisableAllCellArrays", "D_vtkMPASReader_DisableAllCellArrays")); mixin(bindCode("vtkMPASReader_EnableAllCellArrays", "D_vtkMPASReader_EnableAllCellArrays")); mixin(bindCode("vtkMPASReader_SetVerticalLevel", "D_vtkMPASReader_SetVerticalLevel")); mixin(bindCode("vtkMPASReader_GetVerticalLevelRange__SWIG_0", "D_vtkMPASReader_GetVerticalLevelRange__SWIG_0")); mixin(bindCode("vtkMPASReader_GetVerticalLevelRange__SWIG_1", "D_vtkMPASReader_GetVerticalLevelRange__SWIG_1")); mixin(bindCode("vtkMPASReader_GetVerticalLevelRange__SWIG_2", "D_vtkMPASReader_GetVerticalLevelRange__SWIG_2")); mixin(bindCode("vtkMPASReader_SetLayerThickness", "D_vtkMPASReader_SetLayerThickness")); mixin(bindCode("vtkMPASReader_GetLayerThicknessRange__SWIG_0", "D_vtkMPASReader_GetLayerThicknessRange__SWIG_0")); mixin(bindCode("vtkMPASReader_GetLayerThicknessRange__SWIG_1", "D_vtkMPASReader_GetLayerThicknessRange__SWIG_1")); mixin(bindCode("vtkMPASReader_GetLayerThicknessRange__SWIG_2", "D_vtkMPASReader_GetLayerThicknessRange__SWIG_2")); mixin(bindCode("vtkMPASReader_SetCenterLon", "D_vtkMPASReader_SetCenterLon")); mixin(bindCode("vtkMPASReader_GetCenterLonRange__SWIG_0", "D_vtkMPASReader_GetCenterLonRange__SWIG_0")); mixin(bindCode("vtkMPASReader_GetCenterLonRange__SWIG_1", "D_vtkMPASReader_GetCenterLonRange__SWIG_1")); mixin(bindCode("vtkMPASReader_GetCenterLonRange__SWIG_2", "D_vtkMPASReader_GetCenterLonRange__SWIG_2")); mixin(bindCode("vtkMPASReader_SetProjectLatLon", "D_vtkMPASReader_SetProjectLatLon")); mixin(bindCode("vtkMPASReader_GetProjectLatLon", "D_vtkMPASReader_GetProjectLatLon")); mixin(bindCode("vtkMPASReader_SetIsAtmosphere", "D_vtkMPASReader_SetIsAtmosphere")); mixin(bindCode("vtkMPASReader_GetIsAtmosphere", "D_vtkMPASReader_GetIsAtmosphere")); mixin(bindCode("vtkMPASReader_SetIsZeroCentered", "D_vtkMPASReader_SetIsZeroCentered")); mixin(bindCode("vtkMPASReader_GetIsZeroCentered", "D_vtkMPASReader_GetIsZeroCentered")); mixin(bindCode("vtkMPASReader_SetShowMultilayerView", "D_vtkMPASReader_SetShowMultilayerView")); mixin(bindCode("vtkMPASReader_GetShowMultilayerView", "D_vtkMPASReader_GetShowMultilayerView")); mixin(bindCode("vtkMPASReader_CanReadFile", "D_vtkMPASReader_CanReadFile")); mixin(bindCode("vtkMPASReader_Upcast", "D_vtkMPASReader_Upcast")); mixin(bindCode("vtkImageIslandRemoval2D_New", "D_vtkImageIslandRemoval2D_New")); mixin(bindCode("vtkImageIslandRemoval2D_IsTypeOf", "D_vtkImageIslandRemoval2D_IsTypeOf")); mixin(bindCode("vtkImageIslandRemoval2D_SafeDownCast", "D_vtkImageIslandRemoval2D_SafeDownCast")); mixin(bindCode("vtkImageIslandRemoval2D_NewInstance", "D_vtkImageIslandRemoval2D_NewInstance")); mixin(bindCode("vtkImageIslandRemoval2D_SetAreaThreshold", "D_vtkImageIslandRemoval2D_SetAreaThreshold")); mixin(bindCode("vtkImageIslandRemoval2D_GetAreaThreshold", "D_vtkImageIslandRemoval2D_GetAreaThreshold")); mixin(bindCode("vtkImageIslandRemoval2D_SetSquareNeighborhood", "D_vtkImageIslandRemoval2D_SetSquareNeighborhood")); mixin(bindCode("vtkImageIslandRemoval2D_GetSquareNeighborhood", "D_vtkImageIslandRemoval2D_GetSquareNeighborhood")); mixin(bindCode("vtkImageIslandRemoval2D_SquareNeighborhoodOn", "D_vtkImageIslandRemoval2D_SquareNeighborhoodOn")); mixin(bindCode("vtkImageIslandRemoval2D_SquareNeighborhoodOff", "D_vtkImageIslandRemoval2D_SquareNeighborhoodOff")); mixin(bindCode("vtkImageIslandRemoval2D_SetIslandValue", "D_vtkImageIslandRemoval2D_SetIslandValue")); mixin(bindCode("vtkImageIslandRemoval2D_GetIslandValue", "D_vtkImageIslandRemoval2D_GetIslandValue")); mixin(bindCode("vtkImageIslandRemoval2D_SetReplaceValue", "D_vtkImageIslandRemoval2D_SetReplaceValue")); mixin(bindCode("vtkImageIslandRemoval2D_GetReplaceValue", "D_vtkImageIslandRemoval2D_GetReplaceValue")); mixin(bindCode("vtkImageIslandRemoval2D_Upcast", "D_vtkImageIslandRemoval2D_Upcast")); mixin(bindCode("vtkStructuredGridOutlineFilter_New", "D_vtkStructuredGridOutlineFilter_New")); mixin(bindCode("vtkStructuredGridOutlineFilter_IsTypeOf", "D_vtkStructuredGridOutlineFilter_IsTypeOf")); mixin(bindCode("vtkStructuredGridOutlineFilter_SafeDownCast", "D_vtkStructuredGridOutlineFilter_SafeDownCast")); mixin(bindCode("vtkStructuredGridOutlineFilter_NewInstance", "D_vtkStructuredGridOutlineFilter_NewInstance")); mixin(bindCode("vtkStructuredGridOutlineFilter_Upcast", "D_vtkStructuredGridOutlineFilter_Upcast")); mixin(bindCode("VTKKW_FP_SHIFT_get", "D_VTKKW_FP_SHIFT_get")); mixin(bindCode("VTKKW_FPMM_SHIFT_get", "D_VTKKW_FPMM_SHIFT_get")); mixin(bindCode("VTKKW_FP_MASK_get", "D_VTKKW_FP_MASK_get")); mixin(bindCode("VTKKW_FP_SCALE_get", "D_VTKKW_FP_SCALE_get")); mixin(bindCode("vtkFixedPointVolumeRayCastMapper_New", "D_vtkFixedPointVolumeRayCastMapper_New")); mixin(bindCode("vtkFixedPointVolumeRayCastMapper_IsTypeOf", "D_vtkFixedPointVolumeRayCastMapper_IsTypeOf")); mixin(bindCode("vtkFixedPointVolumeRayCastMapper_SafeDownCast", "D_vtkFixedPointVolumeRayCastMapper_SafeDownCast")); mixin(bindCode("vtkFixedPointVolumeRayCastMapper_NewInstance", "D_vtkFixedPointVolumeRayCastMapper_NewInstance")); mixin(bindCode("vtkFixedPointVolumeRayCastMapper_SetSampleDistance", "D_vtkFixedPointVolumeRayCastMapper_SetSampleDistance")); mixin(bindCode("vtkFixedPointVolumeRayCastMapper_GetSampleDistance", "D_vtkFixedPointVolumeRayCastMapper_GetSampleDistance")); mixin(bindCode("vtkFixedPointVolumeRayCastMapper_SetInteractiveSampleDistance", "D_vtkFixedPointVolumeRayCastMapper_SetInteractiveSampleDistance")); mixin(bindCode("vtkFixedPointVolumeRayCastMapper_GetInteractiveSampleDistance", "D_vtkFixedPointVolumeRayCastMapper_GetInteractiveSampleDistance")); mixin(bindCode("vtkFixedPointVolumeRayCastMapper_SetImageSampleDistance", "D_vtkFixedPointVolumeRayCastMapper_SetImageSampleDistance")); mixin(bindCode("vtkFixedPointVolumeRayCastMapper_GetImageSampleDistanceMinValue", "D_vtkFixedPointVolumeRayCastMapper_GetImageSampleDistanceMinValue")); mixin(bindCode("vtkFixedPointVolumeRayCastMapper_GetImageSampleDistanceMaxValue", "D_vtkFixedPointVolumeRayCastMapper_GetImageSampleDistanceMaxValue")); mixin(bindCode("vtkFixedPointVolumeRayCastMapper_GetImageSampleDistance", "D_vtkFixedPointVolumeRayCastMapper_GetImageSampleDistance")); mixin(bindCode("vtkFixedPointVolumeRayCastMapper_SetMinimumImageSampleDistance", "D_vtkFixedPointVolumeRayCastMapper_SetMinimumImageSampleDistance")); mixin(bindCode("vtkFixedPointVolumeRayCastMapper_GetMinimumImageSampleDistanceMinValue", "D_vtkFixedPointVolumeRayCastMapper_GetMinimumImageSampleDistanceMinValue")); mixin(bindCode("vtkFixedPointVolumeRayCastMapper_GetMinimumImageSampleDistanceMaxValue", "D_vtkFixedPointVolumeRayCastMapper_GetMinimumImageSampleDistanceMaxValue")); mixin(bindCode("vtkFixedPointVolumeRayCastMapper_GetMinimumImageSampleDistance", "D_vtkFixedPointVolumeRayCastMapper_GetMinimumImageSampleDistance")); mixin(bindCode("vtkFixedPointVolumeRayCastMapper_SetMaximumImageSampleDistance", "D_vtkFixedPointVolumeRayCastMapper_SetMaximumImageSampleDistance")); mixin(bindCode("vtkFixedPointVolumeRayCastMapper_GetMaximumImageSampleDistanceMinValue", "D_vtkFixedPointVolumeRayCastMapper_GetMaximumImageSampleDistanceMinValue")); mixin(bindCode("vtkFixedPointVolumeRayCastMapper_GetMaximumImageSampleDistanceMaxValue", "D_vtkFixedPointVolumeRayCastMapper_GetMaximumImageSampleDistanceMaxValue")); mixin(bindCode("vtkFixedPointVolumeRayCastMapper_GetMaximumImageSampleDistance", "D_vtkFixedPointVolumeRayCastMapper_GetMaximumImageSampleDistance")); mixin(bindCode("vtkFixedPointVolumeRayCastMapper_SetAutoAdjustSampleDistances", "D_vtkFixedPointVolumeRayCastMapper_SetAutoAdjustSampleDistances")); mixin(bindCode("vtkFixedPointVolumeRayCastMapper_GetAutoAdjustSampleDistancesMinValue", "D_vtkFixedPointVolumeRayCastMapper_GetAutoAdjustSampleDistancesMinValue")); mixin(bindCode("vtkFixedPointVolumeRayCastMapper_GetAutoAdjustSampleDistancesMaxValue", "D_vtkFixedPointVolumeRayCastMapper_GetAutoAdjustSampleDistancesMaxValue")); mixin(bindCode("vtkFixedPointVolumeRayCastMapper_GetAutoAdjustSampleDistances", "D_vtkFixedPointVolumeRayCastMapper_GetAutoAdjustSampleDistances")); mixin(bindCode("vtkFixedPointVolumeRayCastMapper_AutoAdjustSampleDistancesOn", "D_vtkFixedPointVolumeRayCastMapper_AutoAdjustSampleDistancesOn")); mixin(bindCode("vtkFixedPointVolumeRayCastMapper_AutoAdjustSampleDistancesOff", "D_vtkFixedPointVolumeRayCastMapper_AutoAdjustSampleDistancesOff")); mixin(bindCode("vtkFixedPointVolumeRayCastMapper_SetLockSampleDistanceToInputSpacing", "D_vtkFixedPointVolumeRayCastMapper_SetLockSampleDistanceToInputSpacing")); mixin(bindCode("vtkFixedPointVolumeRayCastMapper_GetLockSampleDistanceToInputSpacingMinValue", "D_vtkFixedPointVolumeRayCastMapper_GetLockSampleDistanceToInputSpacingMinValue")); mixin(bindCode("vtkFixedPointVolumeRayCastMapper_GetLockSampleDistanceToInputSpacingMaxValue", "D_vtkFixedPointVolumeRayCastMapper_GetLockSampleDistanceToInputSpacingMaxValue")); mixin(bindCode("vtkFixedPointVolumeRayCastMapper_GetLockSampleDistanceToInputSpacing", "D_vtkFixedPointVolumeRayCastMapper_GetLockSampleDistanceToInputSpacing")); mixin(bindCode("vtkFixedPointVolumeRayCastMapper_LockSampleDistanceToInputSpacingOn", "D_vtkFixedPointVolumeRayCastMapper_LockSampleDistanceToInputSpacingOn")); mixin(bindCode("vtkFixedPointVolumeRayCastMapper_LockSampleDistanceToInputSpacingOff", "D_vtkFixedPointVolumeRayCastMapper_LockSampleDistanceToInputSpacingOff")); mixin(bindCode("vtkFixedPointVolumeRayCastMapper_SetNumberOfThreads", "D_vtkFixedPointVolumeRayCastMapper_SetNumberOfThreads")); mixin(bindCode("vtkFixedPointVolumeRayCastMapper_GetNumberOfThreads", "D_vtkFixedPointVolumeRayCastMapper_GetNumberOfThreads")); mixin(bindCode("vtkFixedPointVolumeRayCastMapper_SetIntermixIntersectingGeometry", "D_vtkFixedPointVolumeRayCastMapper_SetIntermixIntersectingGeometry")); mixin(bindCode("vtkFixedPointVolumeRayCastMapper_GetIntermixIntersectingGeometryMinValue", "D_vtkFixedPointVolumeRayCastMapper_GetIntermixIntersectingGeometryMinValue")); mixin(bindCode("vtkFixedPointVolumeRayCastMapper_GetIntermixIntersectingGeometryMaxValue", "D_vtkFixedPointVolumeRayCastMapper_GetIntermixIntersectingGeometryMaxValue")); mixin(bindCode("vtkFixedPointVolumeRayCastMapper_GetIntermixIntersectingGeometry", "D_vtkFixedPointVolumeRayCastMapper_GetIntermixIntersectingGeometry")); mixin(bindCode("vtkFixedPointVolumeRayCastMapper_IntermixIntersectingGeometryOn", "D_vtkFixedPointVolumeRayCastMapper_IntermixIntersectingGeometryOn")); mixin(bindCode("vtkFixedPointVolumeRayCastMapper_IntermixIntersectingGeometryOff", "D_vtkFixedPointVolumeRayCastMapper_IntermixIntersectingGeometryOff")); mixin(bindCode("vtkFixedPointVolumeRayCastMapper_ComputeRequiredImageSampleDistance__SWIG_0", "D_vtkFixedPointVolumeRayCastMapper_ComputeRequiredImageSampleDistance__SWIG_0")); mixin(bindCode("vtkFixedPointVolumeRayCastMapper_ComputeRequiredImageSampleDistance__SWIG_1", "D_vtkFixedPointVolumeRayCastMapper_ComputeRequiredImageSampleDistance__SWIG_1")); mixin(bindCode("vtkFixedPointVolumeRayCastMapper_GetRenderWindow", "D_vtkFixedPointVolumeRayCastMapper_GetRenderWindow")); mixin(bindCode("vtkFixedPointVolumeRayCastMapper_GetMIPHelper", "D_vtkFixedPointVolumeRayCastMapper_GetMIPHelper")); mixin(bindCode("vtkFixedPointVolumeRayCastMapper_GetCompositeHelper", "D_vtkFixedPointVolumeRayCastMapper_GetCompositeHelper")); mixin(bindCode("vtkFixedPointVolumeRayCastMapper_GetCompositeGOHelper", "D_vtkFixedPointVolumeRayCastMapper_GetCompositeGOHelper")); mixin(bindCode("vtkFixedPointVolumeRayCastMapper_GetCompositeGOShadeHelper", "D_vtkFixedPointVolumeRayCastMapper_GetCompositeGOShadeHelper")); mixin(bindCode("vtkFixedPointVolumeRayCastMapper_GetCompositeShadeHelper", "D_vtkFixedPointVolumeRayCastMapper_GetCompositeShadeHelper")); mixin(bindCode("vtkFixedPointVolumeRayCastMapper_GetTableShift__SWIG_0", "D_vtkFixedPointVolumeRayCastMapper_GetTableShift__SWIG_0")); mixin(bindCode("vtkFixedPointVolumeRayCastMapper_GetTableShift__SWIG_1", "D_vtkFixedPointVolumeRayCastMapper_GetTableShift__SWIG_1")); mixin(bindCode("vtkFixedPointVolumeRayCastMapper_GetTableScale__SWIG_0", "D_vtkFixedPointVolumeRayCastMapper_GetTableScale__SWIG_0")); mixin(bindCode("vtkFixedPointVolumeRayCastMapper_GetTableScale__SWIG_1", "D_vtkFixedPointVolumeRayCastMapper_GetTableScale__SWIG_1")); mixin(bindCode("vtkFixedPointVolumeRayCastMapper_GetShadingRequired", "D_vtkFixedPointVolumeRayCastMapper_GetShadingRequired")); mixin(bindCode("vtkFixedPointVolumeRayCastMapper_GetGradientOpacityRequired", "D_vtkFixedPointVolumeRayCastMapper_GetGradientOpacityRequired")); mixin(bindCode("vtkFixedPointVolumeRayCastMapper_GetCurrentScalars", "D_vtkFixedPointVolumeRayCastMapper_GetCurrentScalars")); mixin(bindCode("vtkFixedPointVolumeRayCastMapper_GetPreviousScalars", "D_vtkFixedPointVolumeRayCastMapper_GetPreviousScalars")); mixin(bindCode("vtkFixedPointVolumeRayCastMapper_GetRowBounds", "D_vtkFixedPointVolumeRayCastMapper_GetRowBounds")); mixin(bindCode("vtkFixedPointVolumeRayCastMapper_GetColorTable", "D_vtkFixedPointVolumeRayCastMapper_GetColorTable")); mixin(bindCode("vtkFixedPointVolumeRayCastMapper_GetScalarOpacityTable", "D_vtkFixedPointVolumeRayCastMapper_GetScalarOpacityTable")); mixin(bindCode("vtkFixedPointVolumeRayCastMapper_GetGradientOpacityTable", "D_vtkFixedPointVolumeRayCastMapper_GetGradientOpacityTable")); mixin(bindCode("vtkFixedPointVolumeRayCastMapper_GetVolume", "D_vtkFixedPointVolumeRayCastMapper_GetVolume")); mixin(bindCode("vtkFixedPointVolumeRayCastMapper_GetGradientNormal", "D_vtkFixedPointVolumeRayCastMapper_GetGradientNormal")); mixin(bindCode("vtkFixedPointVolumeRayCastMapper_GetGradientMagnitude", "D_vtkFixedPointVolumeRayCastMapper_GetGradientMagnitude")); mixin(bindCode("vtkFixedPointVolumeRayCastMapper_GetDiffuseShadingTable", "D_vtkFixedPointVolumeRayCastMapper_GetDiffuseShadingTable")); mixin(bindCode("vtkFixedPointVolumeRayCastMapper_GetSpecularShadingTable", "D_vtkFixedPointVolumeRayCastMapper_GetSpecularShadingTable")); mixin(bindCode("vtkFixedPointVolumeRayCastMapper_ComputeRayInfo", "D_vtkFixedPointVolumeRayCastMapper_ComputeRayInfo")); mixin(bindCode("vtkFixedPointVolumeRayCastMapper_InitializeRayInfo", "D_vtkFixedPointVolumeRayCastMapper_InitializeRayInfo")); mixin(bindCode("vtkFixedPointVolumeRayCastMapper_ShouldUseNearestNeighborInterpolation", "D_vtkFixedPointVolumeRayCastMapper_ShouldUseNearestNeighborInterpolation")); mixin(bindCode("vtkFixedPointVolumeRayCastMapper_SetRayCastImage", "D_vtkFixedPointVolumeRayCastMapper_SetRayCastImage")); mixin(bindCode("vtkFixedPointVolumeRayCastMapper_GetRayCastImage", "D_vtkFixedPointVolumeRayCastMapper_GetRayCastImage")); mixin(bindCode("vtkFixedPointVolumeRayCastMapper_PerImageInitialization", "D_vtkFixedPointVolumeRayCastMapper_PerImageInitialization")); mixin(bindCode("vtkFixedPointVolumeRayCastMapper_PerVolumeInitialization", "D_vtkFixedPointVolumeRayCastMapper_PerVolumeInitialization")); mixin(bindCode("vtkFixedPointVolumeRayCastMapper_PerSubVolumeInitialization", "D_vtkFixedPointVolumeRayCastMapper_PerSubVolumeInitialization")); mixin(bindCode("vtkFixedPointVolumeRayCastMapper_RenderSubVolume", "D_vtkFixedPointVolumeRayCastMapper_RenderSubVolume")); mixin(bindCode("vtkFixedPointVolumeRayCastMapper_DisplayRenderedImage", "D_vtkFixedPointVolumeRayCastMapper_DisplayRenderedImage")); mixin(bindCode("vtkFixedPointVolumeRayCastMapper_AbortRender", "D_vtkFixedPointVolumeRayCastMapper_AbortRender")); mixin(bindCode("vtkFixedPointVolumeRayCastMapper_CreateCanonicalView", "D_vtkFixedPointVolumeRayCastMapper_CreateCanonicalView")); mixin(bindCode("vtkFixedPointVolumeRayCastMapper_GetEstimatedRenderTime__SWIG_0", "D_vtkFixedPointVolumeRayCastMapper_GetEstimatedRenderTime__SWIG_0")); mixin(bindCode("vtkFixedPointVolumeRayCastMapper_GetEstimatedRenderTime__SWIG_1", "D_vtkFixedPointVolumeRayCastMapper_GetEstimatedRenderTime__SWIG_1")); mixin(bindCode("vtkFixedPointVolumeRayCastMapper_SetFinalColorWindow", "D_vtkFixedPointVolumeRayCastMapper_SetFinalColorWindow")); mixin(bindCode("vtkFixedPointVolumeRayCastMapper_GetFinalColorWindow", "D_vtkFixedPointVolumeRayCastMapper_GetFinalColorWindow")); mixin(bindCode("vtkFixedPointVolumeRayCastMapper_SetFinalColorLevel", "D_vtkFixedPointVolumeRayCastMapper_SetFinalColorLevel")); mixin(bindCode("vtkFixedPointVolumeRayCastMapper_GetFinalColorLevel", "D_vtkFixedPointVolumeRayCastMapper_GetFinalColorLevel")); mixin(bindCode("vtkFixedPointVolumeRayCastMapper_GetFlipMIPComparison", "D_vtkFixedPointVolumeRayCastMapper_GetFlipMIPComparison")); mixin(bindCode("FixedPointVolumeRayCastMapper_CastRays", "D_FixedPointVolumeRayCastMapper_CastRays")); mixin(bindCode("vtkFPVRCMSwitchOnDataType", "D_vtkFPVRCMSwitchOnDataType")); mixin(bindCode("vtkFixedPointVolumeRayCastMapper_Upcast", "D_vtkFixedPointVolumeRayCastMapper_Upcast")); mixin(bindCode("vtkXMLUnstructuredDataReader_IsTypeOf", "D_vtkXMLUnstructuredDataReader_IsTypeOf")); mixin(bindCode("vtkXMLUnstructuredDataReader_SafeDownCast", "D_vtkXMLUnstructuredDataReader_SafeDownCast")); mixin(bindCode("vtkXMLUnstructuredDataReader_NewInstance", "D_vtkXMLUnstructuredDataReader_NewInstance")); mixin(bindCode("vtkXMLUnstructuredDataReader_SetupUpdateExtent", "D_vtkXMLUnstructuredDataReader_SetupUpdateExtent")); mixin(bindCode("vtkXMLUnstructuredDataReader_Upcast", "D_vtkXMLUnstructuredDataReader_Upcast")); mixin(bindCode("vtkXMLUnstructuredGridReader_IsTypeOf", "D_vtkXMLUnstructuredGridReader_IsTypeOf")); mixin(bindCode("vtkXMLUnstructuredGridReader_SafeDownCast", "D_vtkXMLUnstructuredGridReader_SafeDownCast")); mixin(bindCode("vtkXMLUnstructuredGridReader_NewInstance", "D_vtkXMLUnstructuredGridReader_NewInstance")); mixin(bindCode("vtkXMLUnstructuredGridReader_New", "D_vtkXMLUnstructuredGridReader_New")); mixin(bindCode("vtkXMLUnstructuredGridReader_GetOutput__SWIG_0", "D_vtkXMLUnstructuredGridReader_GetOutput__SWIG_0")); mixin(bindCode("vtkXMLUnstructuredGridReader_GetOutput__SWIG_1", "D_vtkXMLUnstructuredGridReader_GetOutput__SWIG_1")); mixin(bindCode("vtkXMLUnstructuredGridReader_Upcast", "D_vtkXMLUnstructuredGridReader_Upcast")); mixin(bindCode("vtkStructuredGridAlgorithm_New", "D_vtkStructuredGridAlgorithm_New")); mixin(bindCode("vtkStructuredGridAlgorithm_IsTypeOf", "D_vtkStructuredGridAlgorithm_IsTypeOf")); mixin(bindCode("vtkStructuredGridAlgorithm_SafeDownCast", "D_vtkStructuredGridAlgorithm_SafeDownCast")); mixin(bindCode("vtkStructuredGridAlgorithm_NewInstance", "D_vtkStructuredGridAlgorithm_NewInstance")); mixin(bindCode("vtkStructuredGridAlgorithm_GetOutput__SWIG_0", "D_vtkStructuredGridAlgorithm_GetOutput__SWIG_0")); mixin(bindCode("vtkStructuredGridAlgorithm_GetOutput__SWIG_1", "D_vtkStructuredGridAlgorithm_GetOutput__SWIG_1")); mixin(bindCode("vtkStructuredGridAlgorithm_SetOutput", "D_vtkStructuredGridAlgorithm_SetOutput")); mixin(bindCode("vtkStructuredGridAlgorithm_GetInput__SWIG_0", "D_vtkStructuredGridAlgorithm_GetInput__SWIG_0")); mixin(bindCode("vtkStructuredGridAlgorithm_GetInput__SWIG_1", "D_vtkStructuredGridAlgorithm_GetInput__SWIG_1")); mixin(bindCode("vtkStructuredGridAlgorithm_GetStructuredGridInput", "D_vtkStructuredGridAlgorithm_GetStructuredGridInput")); mixin(bindCode("vtkStructuredGridAlgorithm_SetInputData__SWIG_0", "D_vtkStructuredGridAlgorithm_SetInputData__SWIG_0")); mixin(bindCode("vtkStructuredGridAlgorithm_SetInputData__SWIG_1", "D_vtkStructuredGridAlgorithm_SetInputData__SWIG_1")); mixin(bindCode("vtkStructuredGridAlgorithm_AddInputData__SWIG_0", "D_vtkStructuredGridAlgorithm_AddInputData__SWIG_0")); mixin(bindCode("vtkStructuredGridAlgorithm_AddInputData__SWIG_1", "D_vtkStructuredGridAlgorithm_AddInputData__SWIG_1")); mixin(bindCode("vtkStructuredGridAlgorithm_Upcast", "D_vtkStructuredGridAlgorithm_Upcast")); mixin(bindCode("vtkTransmitStructuredGridPiece_New", "D_vtkTransmitStructuredGridPiece_New")); mixin(bindCode("vtkTransmitStructuredGridPiece_IsTypeOf", "D_vtkTransmitStructuredGridPiece_IsTypeOf")); mixin(bindCode("vtkTransmitStructuredGridPiece_SafeDownCast", "D_vtkTransmitStructuredGridPiece_SafeDownCast")); mixin(bindCode("vtkTransmitStructuredGridPiece_NewInstance", "D_vtkTransmitStructuredGridPiece_NewInstance")); mixin(bindCode("vtkTransmitStructuredGridPiece_SetController", "D_vtkTransmitStructuredGridPiece_SetController")); mixin(bindCode("vtkTransmitStructuredGridPiece_GetController", "D_vtkTransmitStructuredGridPiece_GetController")); mixin(bindCode("vtkTransmitStructuredGridPiece_SetCreateGhostCells", "D_vtkTransmitStructuredGridPiece_SetCreateGhostCells")); mixin(bindCode("vtkTransmitStructuredGridPiece_GetCreateGhostCells", "D_vtkTransmitStructuredGridPiece_GetCreateGhostCells")); mixin(bindCode("vtkTransmitStructuredGridPiece_CreateGhostCellsOn", "D_vtkTransmitStructuredGridPiece_CreateGhostCellsOn")); mixin(bindCode("vtkTransmitStructuredGridPiece_CreateGhostCellsOff", "D_vtkTransmitStructuredGridPiece_CreateGhostCellsOff")); mixin(bindCode("vtkTransmitStructuredGridPiece_Upcast", "D_vtkTransmitStructuredGridPiece_Upcast")); mixin(bindCode("vtkSplineGraphEdges_New", "D_vtkSplineGraphEdges_New")); mixin(bindCode("vtkSplineGraphEdges_IsTypeOf", "D_vtkSplineGraphEdges_IsTypeOf")); mixin(bindCode("vtkSplineGraphEdges_SafeDownCast", "D_vtkSplineGraphEdges_SafeDownCast")); mixin(bindCode("vtkSplineGraphEdges_NewInstance", "D_vtkSplineGraphEdges_NewInstance")); mixin(bindCode("vtkSplineGraphEdges_SetSpline", "D_vtkSplineGraphEdges_SetSpline")); mixin(bindCode("vtkSplineGraphEdges_GetSpline", "D_vtkSplineGraphEdges_GetSpline")); mixin(bindCode("vtkSplineGraphEdges_SetSplineType", "D_vtkSplineGraphEdges_SetSplineType")); mixin(bindCode("vtkSplineGraphEdges_GetSplineType", "D_vtkSplineGraphEdges_GetSplineType")); mixin(bindCode("vtkSplineGraphEdges_SetNumberOfSubdivisions", "D_vtkSplineGraphEdges_SetNumberOfSubdivisions")); mixin(bindCode("vtkSplineGraphEdges_GetNumberOfSubdivisions", "D_vtkSplineGraphEdges_GetNumberOfSubdivisions")); mixin(bindCode("vtkSplineGraphEdges_Upcast", "D_vtkSplineGraphEdges_Upcast")); mixin(bindCode("vtkMultiBlockDataGroupFilter_IsTypeOf", "D_vtkMultiBlockDataGroupFilter_IsTypeOf")); mixin(bindCode("vtkMultiBlockDataGroupFilter_SafeDownCast", "D_vtkMultiBlockDataGroupFilter_SafeDownCast")); mixin(bindCode("vtkMultiBlockDataGroupFilter_NewInstance", "D_vtkMultiBlockDataGroupFilter_NewInstance")); mixin(bindCode("vtkMultiBlockDataGroupFilter_New", "D_vtkMultiBlockDataGroupFilter_New")); mixin(bindCode("vtkMultiBlockDataGroupFilter_AddInputData__SWIG_0", "D_vtkMultiBlockDataGroupFilter_AddInputData__SWIG_0")); mixin(bindCode("vtkMultiBlockDataGroupFilter_AddInputData__SWIG_1", "D_vtkMultiBlockDataGroupFilter_AddInputData__SWIG_1")); mixin(bindCode("vtkMultiBlockDataGroupFilter_Upcast", "D_vtkMultiBlockDataGroupFilter_Upcast")); mixin(bindCode("vtkPLYReader_IsTypeOf", "D_vtkPLYReader_IsTypeOf")); mixin(bindCode("vtkPLYReader_SafeDownCast", "D_vtkPLYReader_SafeDownCast")); mixin(bindCode("vtkPLYReader_NewInstance", "D_vtkPLYReader_NewInstance")); mixin(bindCode("vtkPLYReader_New", "D_vtkPLYReader_New")); mixin(bindCode("vtkPLYReader_SetFileName", "D_vtkPLYReader_SetFileName")); mixin(bindCode("vtkPLYReader_GetFileName", "D_vtkPLYReader_GetFileName")); mixin(bindCode("vtkPLYReader_CanReadFile", "D_vtkPLYReader_CanReadFile")); mixin(bindCode("vtkPLYReader_Upcast", "D_vtkPLYReader_Upcast")); mixin(bindCode("vtkProp3DFollower_New", "D_vtkProp3DFollower_New")); mixin(bindCode("vtkProp3DFollower_IsTypeOf", "D_vtkProp3DFollower_IsTypeOf")); mixin(bindCode("vtkProp3DFollower_SafeDownCast", "D_vtkProp3DFollower_SafeDownCast")); mixin(bindCode("vtkProp3DFollower_NewInstance", "D_vtkProp3DFollower_NewInstance")); mixin(bindCode("vtkProp3DFollower_SetProp3D", "D_vtkProp3DFollower_SetProp3D")); mixin(bindCode("vtkProp3DFollower_GetProp3D", "D_vtkProp3DFollower_GetProp3D")); mixin(bindCode("vtkProp3DFollower_SetCamera", "D_vtkProp3DFollower_SetCamera")); mixin(bindCode("vtkProp3DFollower_GetCamera", "D_vtkProp3DFollower_GetCamera")); mixin(bindCode("vtkProp3DFollower_RenderOpaqueGeometry", "D_vtkProp3DFollower_RenderOpaqueGeometry")); mixin(bindCode("vtkProp3DFollower_RenderTranslucentPolygonalGeometry", "D_vtkProp3DFollower_RenderTranslucentPolygonalGeometry")); mixin(bindCode("vtkProp3DFollower_RenderVolumetricGeometry", "D_vtkProp3DFollower_RenderVolumetricGeometry")); mixin(bindCode("vtkProp3DFollower_HasTranslucentPolygonalGeometry", "D_vtkProp3DFollower_HasTranslucentPolygonalGeometry")); mixin(bindCode("vtkProp3DFollower_ReleaseGraphicsResources", "D_vtkProp3DFollower_ReleaseGraphicsResources")); mixin(bindCode("vtkProp3DFollower_Upcast", "D_vtkProp3DFollower_Upcast")); mixin(bindCode("vtkProjectedTetrahedraMapper_IsTypeOf", "D_vtkProjectedTetrahedraMapper_IsTypeOf")); mixin(bindCode("vtkProjectedTetrahedraMapper_SafeDownCast", "D_vtkProjectedTetrahedraMapper_SafeDownCast")); mixin(bindCode("vtkProjectedTetrahedraMapper_NewInstance", "D_vtkProjectedTetrahedraMapper_NewInstance")); mixin(bindCode("vtkProjectedTetrahedraMapper_New", "D_vtkProjectedTetrahedraMapper_New")); mixin(bindCode("vtkProjectedTetrahedraMapper_SetVisibilitySort", "D_vtkProjectedTetrahedraMapper_SetVisibilitySort")); mixin(bindCode("vtkProjectedTetrahedraMapper_GetVisibilitySort", "D_vtkProjectedTetrahedraMapper_GetVisibilitySort")); mixin(bindCode("vtkProjectedTetrahedraMapper_MapScalarsToColors", "D_vtkProjectedTetrahedraMapper_MapScalarsToColors")); mixin(bindCode("vtkProjectedTetrahedraMapper_TransformPoints", "D_vtkProjectedTetrahedraMapper_TransformPoints")); mixin(bindCode("vtkProjectedTetrahedraMapper_Upcast", "D_vtkProjectedTetrahedraMapper_Upcast")); mixin(bindCode("vtkOpenGLProjectedTetrahedraMapper_IsTypeOf", "D_vtkOpenGLProjectedTetrahedraMapper_IsTypeOf")); mixin(bindCode("vtkOpenGLProjectedTetrahedraMapper_SafeDownCast", "D_vtkOpenGLProjectedTetrahedraMapper_SafeDownCast")); mixin(bindCode("vtkOpenGLProjectedTetrahedraMapper_NewInstance", "D_vtkOpenGLProjectedTetrahedraMapper_NewInstance")); mixin(bindCode("vtkOpenGLProjectedTetrahedraMapper_New", "D_vtkOpenGLProjectedTetrahedraMapper_New")); mixin(bindCode("vtkOpenGLProjectedTetrahedraMapper_Render", "D_vtkOpenGLProjectedTetrahedraMapper_Render")); mixin(bindCode("vtkOpenGLProjectedTetrahedraMapper_SetUseFloatingPointFrameBuffer", "D_vtkOpenGLProjectedTetrahedraMapper_SetUseFloatingPointFrameBuffer")); mixin(bindCode("vtkOpenGLProjectedTetrahedraMapper_GetUseFloatingPointFrameBuffer", "D_vtkOpenGLProjectedTetrahedraMapper_GetUseFloatingPointFrameBuffer")); mixin(bindCode("vtkOpenGLProjectedTetrahedraMapper_UseFloatingPointFrameBufferOn", "D_vtkOpenGLProjectedTetrahedraMapper_UseFloatingPointFrameBufferOn")); mixin(bindCode("vtkOpenGLProjectedTetrahedraMapper_UseFloatingPointFrameBufferOff", "D_vtkOpenGLProjectedTetrahedraMapper_UseFloatingPointFrameBufferOff")); mixin(bindCode("vtkOpenGLProjectedTetrahedraMapper_Upcast", "D_vtkOpenGLProjectedTetrahedraMapper_Upcast")); mixin(bindCode("vtkOOGLExporter_New", "D_vtkOOGLExporter_New")); mixin(bindCode("vtkOOGLExporter_IsTypeOf", "D_vtkOOGLExporter_IsTypeOf")); mixin(bindCode("vtkOOGLExporter_SafeDownCast", "D_vtkOOGLExporter_SafeDownCast")); mixin(bindCode("vtkOOGLExporter_NewInstance", "D_vtkOOGLExporter_NewInstance")); mixin(bindCode("vtkOOGLExporter_SetFileName", "D_vtkOOGLExporter_SetFileName")); mixin(bindCode("vtkOOGLExporter_GetFileName", "D_vtkOOGLExporter_GetFileName")); mixin(bindCode("vtkOOGLExporter_Upcast", "D_vtkOOGLExporter_Upcast")); mixin(bindCode("vtkMutableGraphHelper_New", "D_vtkMutableGraphHelper_New")); mixin(bindCode("vtkMutableGraphHelper_IsTypeOf", "D_vtkMutableGraphHelper_IsTypeOf")); mixin(bindCode("vtkMutableGraphHelper_SafeDownCast", "D_vtkMutableGraphHelper_SafeDownCast")); mixin(bindCode("vtkMutableGraphHelper_NewInstance", "D_vtkMutableGraphHelper_NewInstance")); mixin(bindCode("vtkMutableGraphHelper_SetGraph", "D_vtkMutableGraphHelper_SetGraph")); mixin(bindCode("vtkMutableGraphHelper_GetGraph", "D_vtkMutableGraphHelper_GetGraph")); mixin(bindCode("vtkMutableGraphHelper_AddGraphEdge", "D_vtkMutableGraphHelper_AddGraphEdge")); mixin(bindCode("vtkMutableGraphHelper_AddVertex", "D_vtkMutableGraphHelper_AddVertex")); mixin(bindCode("vtkMutableGraphHelper_RemoveVertex", "D_vtkMutableGraphHelper_RemoveVertex")); mixin(bindCode("vtkMutableGraphHelper_RemoveVertices", "D_vtkMutableGraphHelper_RemoveVertices")); mixin(bindCode("vtkMutableGraphHelper_RemoveEdge", "D_vtkMutableGraphHelper_RemoveEdge")); mixin(bindCode("vtkMutableGraphHelper_RemoveEdges", "D_vtkMutableGraphHelper_RemoveEdges")); mixin(bindCode("vtkMutableGraphHelper_Upcast", "D_vtkMutableGraphHelper_Upcast")); mixin(bindCode("vtkGeoAdaptiveArcs_New", "D_vtkGeoAdaptiveArcs_New")); mixin(bindCode("vtkGeoAdaptiveArcs_IsTypeOf", "D_vtkGeoAdaptiveArcs_IsTypeOf")); mixin(bindCode("vtkGeoAdaptiveArcs_SafeDownCast", "D_vtkGeoAdaptiveArcs_SafeDownCast")); mixin(bindCode("vtkGeoAdaptiveArcs_NewInstance", "D_vtkGeoAdaptiveArcs_NewInstance")); mixin(bindCode("vtkGeoAdaptiveArcs_SetGlobeRadius", "D_vtkGeoAdaptiveArcs_SetGlobeRadius")); mixin(bindCode("vtkGeoAdaptiveArcs_GetGlobeRadius", "D_vtkGeoAdaptiveArcs_GetGlobeRadius")); mixin(bindCode("vtkGeoAdaptiveArcs_SetMaximumPixelSeparation", "D_vtkGeoAdaptiveArcs_SetMaximumPixelSeparation")); mixin(bindCode("vtkGeoAdaptiveArcs_GetMaximumPixelSeparation", "D_vtkGeoAdaptiveArcs_GetMaximumPixelSeparation")); mixin(bindCode("vtkGeoAdaptiveArcs_SetMinimumPixelSeparation", "D_vtkGeoAdaptiveArcs_SetMinimumPixelSeparation")); mixin(bindCode("vtkGeoAdaptiveArcs_GetMinimumPixelSeparation", "D_vtkGeoAdaptiveArcs_GetMinimumPixelSeparation")); mixin(bindCode("vtkGeoAdaptiveArcs_SetRenderer", "D_vtkGeoAdaptiveArcs_SetRenderer")); mixin(bindCode("vtkGeoAdaptiveArcs_GetRenderer", "D_vtkGeoAdaptiveArcs_GetRenderer")); mixin(bindCode("vtkGeoAdaptiveArcs_Upcast", "D_vtkGeoAdaptiveArcs_Upcast")); mixin(bindCode("vtkInteractorStyleSwitchBase_New", "D_vtkInteractorStyleSwitchBase_New")); mixin(bindCode("vtkInteractorStyleSwitchBase_IsTypeOf", "D_vtkInteractorStyleSwitchBase_IsTypeOf")); mixin(bindCode("vtkInteractorStyleSwitchBase_SafeDownCast", "D_vtkInteractorStyleSwitchBase_SafeDownCast")); mixin(bindCode("vtkInteractorStyleSwitchBase_NewInstance", "D_vtkInteractorStyleSwitchBase_NewInstance")); mixin(bindCode("vtkInteractorStyleSwitchBase_Upcast", "D_vtkInteractorStyleSwitchBase_Upcast")); mixin(bindCode("VTKIS_JOYSTICK_get", "D_VTKIS_JOYSTICK_get")); mixin(bindCode("VTKIS_TRACKBALL_get", "D_VTKIS_TRACKBALL_get")); mixin(bindCode("VTKIS_CAMERA_get", "D_VTKIS_CAMERA_get")); mixin(bindCode("VTKIS_ACTOR_get", "D_VTKIS_ACTOR_get")); mixin(bindCode("vtkInteractorStyleSwitch_New", "D_vtkInteractorStyleSwitch_New")); mixin(bindCode("vtkInteractorStyleSwitch_IsTypeOf", "D_vtkInteractorStyleSwitch_IsTypeOf")); mixin(bindCode("vtkInteractorStyleSwitch_SafeDownCast", "D_vtkInteractorStyleSwitch_SafeDownCast")); mixin(bindCode("vtkInteractorStyleSwitch_NewInstance", "D_vtkInteractorStyleSwitch_NewInstance")); mixin(bindCode("vtkInteractorStyleSwitch_GetCurrentStyle", "D_vtkInteractorStyleSwitch_GetCurrentStyle")); mixin(bindCode("vtkInteractorStyleSwitch_SetCurrentStyleToJoystickActor", "D_vtkInteractorStyleSwitch_SetCurrentStyleToJoystickActor")); mixin(bindCode("vtkInteractorStyleSwitch_SetCurrentStyleToJoystickCamera", "D_vtkInteractorStyleSwitch_SetCurrentStyleToJoystickCamera")); mixin(bindCode("vtkInteractorStyleSwitch_SetCurrentStyleToTrackballActor", "D_vtkInteractorStyleSwitch_SetCurrentStyleToTrackballActor")); mixin(bindCode("vtkInteractorStyleSwitch_SetCurrentStyleToTrackballCamera", "D_vtkInteractorStyleSwitch_SetCurrentStyleToTrackballCamera")); mixin(bindCode("vtkInteractorStyleSwitch_Upcast", "D_vtkInteractorStyleSwitch_Upcast")); mixin(bindCode("vtkUniformGridPartitioner_New", "D_vtkUniformGridPartitioner_New")); mixin(bindCode("vtkUniformGridPartitioner_IsTypeOf", "D_vtkUniformGridPartitioner_IsTypeOf")); mixin(bindCode("vtkUniformGridPartitioner_SafeDownCast", "D_vtkUniformGridPartitioner_SafeDownCast")); mixin(bindCode("vtkUniformGridPartitioner_NewInstance", "D_vtkUniformGridPartitioner_NewInstance")); mixin(bindCode("vtkUniformGridPartitioner_GetNumberOfPartitions", "D_vtkUniformGridPartitioner_GetNumberOfPartitions")); mixin(bindCode("vtkUniformGridPartitioner_SetNumberOfPartitions", "D_vtkUniformGridPartitioner_SetNumberOfPartitions")); mixin(bindCode("vtkUniformGridPartitioner_GetNumberOfGhostLayers", "D_vtkUniformGridPartitioner_GetNumberOfGhostLayers")); mixin(bindCode("vtkUniformGridPartitioner_SetNumberOfGhostLayers", "D_vtkUniformGridPartitioner_SetNumberOfGhostLayers")); mixin(bindCode("vtkUniformGridPartitioner_Upcast", "D_vtkUniformGridPartitioner_Upcast")); mixin(bindCode("new_vtkContourHelper", "D_new_vtkContourHelper")); mixin(bindCode("delete_vtkContourHelper", "D_delete_vtkContourHelper")); mixin(bindCode("vtkContourHelper_Contour", "D_vtkContourHelper_Contour")); mixin(bindCode("vtkTreeOrbitLayoutStrategy_New", "D_vtkTreeOrbitLayoutStrategy_New")); mixin(bindCode("vtkTreeOrbitLayoutStrategy_IsTypeOf", "D_vtkTreeOrbitLayoutStrategy_IsTypeOf")); mixin(bindCode("vtkTreeOrbitLayoutStrategy_SafeDownCast", "D_vtkTreeOrbitLayoutStrategy_SafeDownCast")); mixin(bindCode("vtkTreeOrbitLayoutStrategy_NewInstance", "D_vtkTreeOrbitLayoutStrategy_NewInstance")); mixin(bindCode("vtkTreeOrbitLayoutStrategy_SetLogSpacingValue", "D_vtkTreeOrbitLayoutStrategy_SetLogSpacingValue")); mixin(bindCode("vtkTreeOrbitLayoutStrategy_GetLogSpacingValue", "D_vtkTreeOrbitLayoutStrategy_GetLogSpacingValue")); mixin(bindCode("vtkTreeOrbitLayoutStrategy_SetLeafSpacing", "D_vtkTreeOrbitLayoutStrategy_SetLeafSpacing")); mixin(bindCode("vtkTreeOrbitLayoutStrategy_GetLeafSpacingMinValue", "D_vtkTreeOrbitLayoutStrategy_GetLeafSpacingMinValue")); mixin(bindCode("vtkTreeOrbitLayoutStrategy_GetLeafSpacingMaxValue", "D_vtkTreeOrbitLayoutStrategy_GetLeafSpacingMaxValue")); mixin(bindCode("vtkTreeOrbitLayoutStrategy_GetLeafSpacing", "D_vtkTreeOrbitLayoutStrategy_GetLeafSpacing")); mixin(bindCode("vtkTreeOrbitLayoutStrategy_SetChildRadiusFactor", "D_vtkTreeOrbitLayoutStrategy_SetChildRadiusFactor")); mixin(bindCode("vtkTreeOrbitLayoutStrategy_GetChildRadiusFactor", "D_vtkTreeOrbitLayoutStrategy_GetChildRadiusFactor")); mixin(bindCode("vtkTreeOrbitLayoutStrategy_Upcast", "D_vtkTreeOrbitLayoutStrategy_Upcast")); mixin(bindCode("vtkTransmitUnstructuredGridPiece_New", "D_vtkTransmitUnstructuredGridPiece_New")); mixin(bindCode("vtkTransmitUnstructuredGridPiece_IsTypeOf", "D_vtkTransmitUnstructuredGridPiece_IsTypeOf")); mixin(bindCode("vtkTransmitUnstructuredGridPiece_SafeDownCast", "D_vtkTransmitUnstructuredGridPiece_SafeDownCast")); mixin(bindCode("vtkTransmitUnstructuredGridPiece_NewInstance", "D_vtkTransmitUnstructuredGridPiece_NewInstance")); mixin(bindCode("vtkTransmitUnstructuredGridPiece_SetController", "D_vtkTransmitUnstructuredGridPiece_SetController")); mixin(bindCode("vtkTransmitUnstructuredGridPiece_GetController", "D_vtkTransmitUnstructuredGridPiece_GetController")); mixin(bindCode("vtkTransmitUnstructuredGridPiece_SetCreateGhostCells", "D_vtkTransmitUnstructuredGridPiece_SetCreateGhostCells")); mixin(bindCode("vtkTransmitUnstructuredGridPiece_GetCreateGhostCells", "D_vtkTransmitUnstructuredGridPiece_GetCreateGhostCells")); mixin(bindCode("vtkTransmitUnstructuredGridPiece_CreateGhostCellsOn", "D_vtkTransmitUnstructuredGridPiece_CreateGhostCellsOn")); mixin(bindCode("vtkTransmitUnstructuredGridPiece_CreateGhostCellsOff", "D_vtkTransmitUnstructuredGridPiece_CreateGhostCellsOff")); mixin(bindCode("vtkTransmitUnstructuredGridPiece_Upcast", "D_vtkTransmitUnstructuredGridPiece_Upcast")); mixin(bindCode("vtkPointLoad_IsTypeOf", "D_vtkPointLoad_IsTypeOf")); mixin(bindCode("vtkPointLoad_SafeDownCast", "D_vtkPointLoad_SafeDownCast")); mixin(bindCode("vtkPointLoad_NewInstance", "D_vtkPointLoad_NewInstance")); mixin(bindCode("vtkPointLoad_New", "D_vtkPointLoad_New")); mixin(bindCode("vtkPointLoad_SetLoadValue", "D_vtkPointLoad_SetLoadValue")); mixin(bindCode("vtkPointLoad_GetLoadValue", "D_vtkPointLoad_GetLoadValue")); mixin(bindCode("vtkPointLoad_SetSampleDimensions__SWIG_0", "D_vtkPointLoad_SetSampleDimensions__SWIG_0")); mixin(bindCode("vtkPointLoad_SetSampleDimensions__SWIG_1", "D_vtkPointLoad_SetSampleDimensions__SWIG_1")); mixin(bindCode("vtkPointLoad_GetSampleDimensions__SWIG_0", "D_vtkPointLoad_GetSampleDimensions__SWIG_0")); mixin(bindCode("vtkPointLoad_GetSampleDimensions__SWIG_1", "D_vtkPointLoad_GetSampleDimensions__SWIG_1")); mixin(bindCode("vtkPointLoad_SetModelBounds__SWIG_0", "D_vtkPointLoad_SetModelBounds__SWIG_0")); mixin(bindCode("vtkPointLoad_SetModelBounds__SWIG_1", "D_vtkPointLoad_SetModelBounds__SWIG_1")); mixin(bindCode("vtkPointLoad_GetModelBounds__SWIG_0", "D_vtkPointLoad_GetModelBounds__SWIG_0")); mixin(bindCode("vtkPointLoad_GetModelBounds__SWIG_1", "D_vtkPointLoad_GetModelBounds__SWIG_1")); mixin(bindCode("vtkPointLoad_SetPoissonsRatio", "D_vtkPointLoad_SetPoissonsRatio")); mixin(bindCode("vtkPointLoad_GetPoissonsRatio", "D_vtkPointLoad_GetPoissonsRatio")); mixin(bindCode("vtkPointLoad_SetComputeEffectiveStress", "D_vtkPointLoad_SetComputeEffectiveStress")); mixin(bindCode("vtkPointLoad_GetComputeEffectiveStress", "D_vtkPointLoad_GetComputeEffectiveStress")); mixin(bindCode("vtkPointLoad_ComputeEffectiveStressOn", "D_vtkPointLoad_ComputeEffectiveStressOn")); mixin(bindCode("vtkPointLoad_ComputeEffectiveStressOff", "D_vtkPointLoad_ComputeEffectiveStressOff")); mixin(bindCode("vtkPointLoad_Upcast", "D_vtkPointLoad_Upcast")); mixin(bindCode("vtkTriangleStrip_New", "D_vtkTriangleStrip_New")); mixin(bindCode("vtkTriangleStrip_IsTypeOf", "D_vtkTriangleStrip_IsTypeOf")); mixin(bindCode("vtkTriangleStrip_SafeDownCast", "D_vtkTriangleStrip_SafeDownCast")); mixin(bindCode("vtkTriangleStrip_NewInstance", "D_vtkTriangleStrip_NewInstance")); mixin(bindCode("vtkTriangleStrip_DecomposeStrip", "D_vtkTriangleStrip_DecomposeStrip")); mixin(bindCode("vtkTriangleStrip_InterpolateFunctions", "D_vtkTriangleStrip_InterpolateFunctions")); mixin(bindCode("vtkTriangleStrip_InterpolateDerivs", "D_vtkTriangleStrip_InterpolateDerivs")); mixin(bindCode("vtkTriangleStrip_Upcast", "D_vtkTriangleStrip_Upcast")); mixin(bindCode("vtkWarpTo_New", "D_vtkWarpTo_New")); mixin(bindCode("vtkWarpTo_IsTypeOf", "D_vtkWarpTo_IsTypeOf")); mixin(bindCode("vtkWarpTo_SafeDownCast", "D_vtkWarpTo_SafeDownCast")); mixin(bindCode("vtkWarpTo_NewInstance", "D_vtkWarpTo_NewInstance")); mixin(bindCode("vtkWarpTo_SetScaleFactor", "D_vtkWarpTo_SetScaleFactor")); mixin(bindCode("vtkWarpTo_GetScaleFactor", "D_vtkWarpTo_GetScaleFactor")); mixin(bindCode("vtkWarpTo_GetPosition__SWIG_0", "D_vtkWarpTo_GetPosition__SWIG_0")); mixin(bindCode("vtkWarpTo_GetPosition__SWIG_1", "D_vtkWarpTo_GetPosition__SWIG_1")); mixin(bindCode("vtkWarpTo_SetPosition__SWIG_0", "D_vtkWarpTo_SetPosition__SWIG_0")); mixin(bindCode("vtkWarpTo_SetPosition__SWIG_1", "D_vtkWarpTo_SetPosition__SWIG_1")); mixin(bindCode("vtkWarpTo_SetAbsolute", "D_vtkWarpTo_SetAbsolute")); mixin(bindCode("vtkWarpTo_GetAbsolute", "D_vtkWarpTo_GetAbsolute")); mixin(bindCode("vtkWarpTo_AbsoluteOn", "D_vtkWarpTo_AbsoluteOn")); mixin(bindCode("vtkWarpTo_AbsoluteOff", "D_vtkWarpTo_AbsoluteOff")); mixin(bindCode("vtkWarpTo_FillInputPortInformation", "D_vtkWarpTo_FillInputPortInformation")); mixin(bindCode("vtkWarpTo_Upcast", "D_vtkWarpTo_Upcast")); mixin(bindCode("vtkLogoWidget_New", "D_vtkLogoWidget_New")); mixin(bindCode("vtkLogoWidget_IsTypeOf", "D_vtkLogoWidget_IsTypeOf")); mixin(bindCode("vtkLogoWidget_SafeDownCast", "D_vtkLogoWidget_SafeDownCast")); mixin(bindCode("vtkLogoWidget_NewInstance", "D_vtkLogoWidget_NewInstance")); mixin(bindCode("vtkLogoWidget_SetRepresentation", "D_vtkLogoWidget_SetRepresentation")); mixin(bindCode("vtkLogoWidget_Upcast", "D_vtkLogoWidget_Upcast")); mixin(bindCode("vtkXMLPolyDataReader_IsTypeOf", "D_vtkXMLPolyDataReader_IsTypeOf")); mixin(bindCode("vtkXMLPolyDataReader_SafeDownCast", "D_vtkXMLPolyDataReader_SafeDownCast")); mixin(bindCode("vtkXMLPolyDataReader_NewInstance", "D_vtkXMLPolyDataReader_NewInstance")); mixin(bindCode("vtkXMLPolyDataReader_New", "D_vtkXMLPolyDataReader_New")); mixin(bindCode("vtkXMLPolyDataReader_GetOutput__SWIG_0", "D_vtkXMLPolyDataReader_GetOutput__SWIG_0")); mixin(bindCode("vtkXMLPolyDataReader_GetOutput__SWIG_1", "D_vtkXMLPolyDataReader_GetOutput__SWIG_1")); mixin(bindCode("vtkXMLPolyDataReader_GetNumberOfVerts", "D_vtkXMLPolyDataReader_GetNumberOfVerts")); mixin(bindCode("vtkXMLPolyDataReader_GetNumberOfLines", "D_vtkXMLPolyDataReader_GetNumberOfLines")); mixin(bindCode("vtkXMLPolyDataReader_GetNumberOfStrips", "D_vtkXMLPolyDataReader_GetNumberOfStrips")); mixin(bindCode("vtkXMLPolyDataReader_GetNumberOfPolys", "D_vtkXMLPolyDataReader_GetNumberOfPolys")); mixin(bindCode("vtkXMLPolyDataReader_Upcast", "D_vtkXMLPolyDataReader_Upcast")); mixin(bindCode("vtkRTXMLPolyDataReader_IsTypeOf", "D_vtkRTXMLPolyDataReader_IsTypeOf")); mixin(bindCode("vtkRTXMLPolyDataReader_SafeDownCast", "D_vtkRTXMLPolyDataReader_SafeDownCast")); mixin(bindCode("vtkRTXMLPolyDataReader_NewInstance", "D_vtkRTXMLPolyDataReader_NewInstance")); mixin(bindCode("vtkRTXMLPolyDataReader_New", "D_vtkRTXMLPolyDataReader_New")); mixin(bindCode("vtkRTXMLPolyDataReader_SetLocation", "D_vtkRTXMLPolyDataReader_SetLocation")); mixin(bindCode("vtkRTXMLPolyDataReader_GetDataLocation", "D_vtkRTXMLPolyDataReader_GetDataLocation")); mixin(bindCode("vtkRTXMLPolyDataReader_UpdateToNextFile", "D_vtkRTXMLPolyDataReader_UpdateToNextFile")); mixin(bindCode("vtkRTXMLPolyDataReader_NewDataAvailable", "D_vtkRTXMLPolyDataReader_NewDataAvailable")); mixin(bindCode("vtkRTXMLPolyDataReader_ResetReader", "D_vtkRTXMLPolyDataReader_ResetReader")); mixin(bindCode("vtkRTXMLPolyDataReader_GetNextFileName", "D_vtkRTXMLPolyDataReader_GetNextFileName")); mixin(bindCode("vtkRTXMLPolyDataReader_Upcast", "D_vtkRTXMLPolyDataReader_Upcast")); mixin(bindCode("vtkStructuredPointsReader_New", "D_vtkStructuredPointsReader_New")); mixin(bindCode("vtkStructuredPointsReader_IsTypeOf", "D_vtkStructuredPointsReader_IsTypeOf")); mixin(bindCode("vtkStructuredPointsReader_SafeDownCast", "D_vtkStructuredPointsReader_SafeDownCast")); mixin(bindCode("vtkStructuredPointsReader_NewInstance", "D_vtkStructuredPointsReader_NewInstance")); mixin(bindCode("vtkStructuredPointsReader_SetOutput", "D_vtkStructuredPointsReader_SetOutput")); mixin(bindCode("vtkStructuredPointsReader_GetOutput__SWIG_0", "D_vtkStructuredPointsReader_GetOutput__SWIG_0")); mixin(bindCode("vtkStructuredPointsReader_GetOutput__SWIG_1", "D_vtkStructuredPointsReader_GetOutput__SWIG_1")); mixin(bindCode("vtkStructuredPointsReader_Upcast", "D_vtkStructuredPointsReader_Upcast")); mixin(bindCode("vtkDataSetCollection_New", "D_vtkDataSetCollection_New")); mixin(bindCode("vtkDataSetCollection_IsTypeOf", "D_vtkDataSetCollection_IsTypeOf")); mixin(bindCode("vtkDataSetCollection_SafeDownCast", "D_vtkDataSetCollection_SafeDownCast")); mixin(bindCode("vtkDataSetCollection_NewInstance", "D_vtkDataSetCollection_NewInstance")); mixin(bindCode("vtkDataSetCollection_AddItem", "D_vtkDataSetCollection_AddItem")); mixin(bindCode("vtkDataSetCollection_GetNextItem", "D_vtkDataSetCollection_GetNextItem")); mixin(bindCode("vtkDataSetCollection_GetNextDataSet", "D_vtkDataSetCollection_GetNextDataSet")); mixin(bindCode("vtkDataSetCollection_GetItem", "D_vtkDataSetCollection_GetItem")); mixin(bindCode("vtkDataSetCollection_GetDataSet", "D_vtkDataSetCollection_GetDataSet")); mixin(bindCode("vtkDataSetCollection_Upcast", "D_vtkDataSetCollection_Upcast")); mixin(bindCode("vtkImageQuantizeRGBToIndex_New", "D_vtkImageQuantizeRGBToIndex_New")); mixin(bindCode("vtkImageQuantizeRGBToIndex_IsTypeOf", "D_vtkImageQuantizeRGBToIndex_IsTypeOf")); mixin(bindCode("vtkImageQuantizeRGBToIndex_SafeDownCast", "D_vtkImageQuantizeRGBToIndex_SafeDownCast")); mixin(bindCode("vtkImageQuantizeRGBToIndex_NewInstance", "D_vtkImageQuantizeRGBToIndex_NewInstance")); mixin(bindCode("vtkImageQuantizeRGBToIndex_SetNumberOfColors", "D_vtkImageQuantizeRGBToIndex_SetNumberOfColors")); mixin(bindCode("vtkImageQuantizeRGBToIndex_GetNumberOfColorsMinValue", "D_vtkImageQuantizeRGBToIndex_GetNumberOfColorsMinValue")); mixin(bindCode("vtkImageQuantizeRGBToIndex_GetNumberOfColorsMaxValue", "D_vtkImageQuantizeRGBToIndex_GetNumberOfColorsMaxValue")); mixin(bindCode("vtkImageQuantizeRGBToIndex_GetNumberOfColors", "D_vtkImageQuantizeRGBToIndex_GetNumberOfColors")); mixin(bindCode("vtkImageQuantizeRGBToIndex_GetLookupTable", "D_vtkImageQuantizeRGBToIndex_GetLookupTable")); mixin(bindCode("vtkImageQuantizeRGBToIndex_GetInitializeExecuteTime", "D_vtkImageQuantizeRGBToIndex_GetInitializeExecuteTime")); mixin(bindCode("vtkImageQuantizeRGBToIndex_GetBuildTreeExecuteTime", "D_vtkImageQuantizeRGBToIndex_GetBuildTreeExecuteTime")); mixin(bindCode("vtkImageQuantizeRGBToIndex_GetLookupIndexExecuteTime", "D_vtkImageQuantizeRGBToIndex_GetLookupIndexExecuteTime")); mixin(bindCode("vtkImageQuantizeRGBToIndex_Upcast", "D_vtkImageQuantizeRGBToIndex_Upcast")); mixin(bindCode("vtkApplyColors_New", "D_vtkApplyColors_New")); mixin(bindCode("vtkApplyColors_IsTypeOf", "D_vtkApplyColors_IsTypeOf")); mixin(bindCode("vtkApplyColors_SafeDownCast", "D_vtkApplyColors_SafeDownCast")); mixin(bindCode("vtkApplyColors_NewInstance", "D_vtkApplyColors_NewInstance")); mixin(bindCode("vtkApplyColors_SetPointLookupTable", "D_vtkApplyColors_SetPointLookupTable")); mixin(bindCode("vtkApplyColors_GetPointLookupTable", "D_vtkApplyColors_GetPointLookupTable")); mixin(bindCode("vtkApplyColors_SetUsePointLookupTable", "D_vtkApplyColors_SetUsePointLookupTable")); mixin(bindCode("vtkApplyColors_GetUsePointLookupTable", "D_vtkApplyColors_GetUsePointLookupTable")); mixin(bindCode("vtkApplyColors_UsePointLookupTableOn", "D_vtkApplyColors_UsePointLookupTableOn")); mixin(bindCode("vtkApplyColors_UsePointLookupTableOff", "D_vtkApplyColors_UsePointLookupTableOff")); mixin(bindCode("vtkApplyColors_SetScalePointLookupTable", "D_vtkApplyColors_SetScalePointLookupTable")); mixin(bindCode("vtkApplyColors_GetScalePointLookupTable", "D_vtkApplyColors_GetScalePointLookupTable")); mixin(bindCode("vtkApplyColors_ScalePointLookupTableOn", "D_vtkApplyColors_ScalePointLookupTableOn")); mixin(bindCode("vtkApplyColors_ScalePointLookupTableOff", "D_vtkApplyColors_ScalePointLookupTableOff")); mixin(bindCode("vtkApplyColors_SetDefaultPointColor__SWIG_0", "D_vtkApplyColors_SetDefaultPointColor__SWIG_0")); mixin(bindCode("vtkApplyColors_SetDefaultPointColor__SWIG_1", "D_vtkApplyColors_SetDefaultPointColor__SWIG_1")); mixin(bindCode("vtkApplyColors_GetDefaultPointColor__SWIG_0", "D_vtkApplyColors_GetDefaultPointColor__SWIG_0")); mixin(bindCode("vtkApplyColors_GetDefaultPointColor__SWIG_1", "D_vtkApplyColors_GetDefaultPointColor__SWIG_1")); mixin(bindCode("vtkApplyColors_GetDefaultPointColor__SWIG_2", "D_vtkApplyColors_GetDefaultPointColor__SWIG_2")); mixin(bindCode("vtkApplyColors_SetDefaultPointOpacity", "D_vtkApplyColors_SetDefaultPointOpacity")); mixin(bindCode("vtkApplyColors_GetDefaultPointOpacity", "D_vtkApplyColors_GetDefaultPointOpacity")); mixin(bindCode("vtkApplyColors_SetSelectedPointColor__SWIG_0", "D_vtkApplyColors_SetSelectedPointColor__SWIG_0")); mixin(bindCode("vtkApplyColors_SetSelectedPointColor__SWIG_1", "D_vtkApplyColors_SetSelectedPointColor__SWIG_1")); mixin(bindCode("vtkApplyColors_GetSelectedPointColor__SWIG_0", "D_vtkApplyColors_GetSelectedPointColor__SWIG_0")); mixin(bindCode("vtkApplyColors_GetSelectedPointColor__SWIG_1", "D_vtkApplyColors_GetSelectedPointColor__SWIG_1")); mixin(bindCode("vtkApplyColors_GetSelectedPointColor__SWIG_2", "D_vtkApplyColors_GetSelectedPointColor__SWIG_2")); mixin(bindCode("vtkApplyColors_SetSelectedPointOpacity", "D_vtkApplyColors_SetSelectedPointOpacity")); mixin(bindCode("vtkApplyColors_GetSelectedPointOpacity", "D_vtkApplyColors_GetSelectedPointOpacity")); mixin(bindCode("vtkApplyColors_SetPointColorOutputArrayName", "D_vtkApplyColors_SetPointColorOutputArrayName")); mixin(bindCode("vtkApplyColors_GetPointColorOutputArrayName", "D_vtkApplyColors_GetPointColorOutputArrayName")); mixin(bindCode("vtkApplyColors_SetCellLookupTable", "D_vtkApplyColors_SetCellLookupTable")); mixin(bindCode("vtkApplyColors_GetCellLookupTable", "D_vtkApplyColors_GetCellLookupTable")); mixin(bindCode("vtkApplyColors_SetUseCellLookupTable", "D_vtkApplyColors_SetUseCellLookupTable")); mixin(bindCode("vtkApplyColors_GetUseCellLookupTable", "D_vtkApplyColors_GetUseCellLookupTable")); mixin(bindCode("vtkApplyColors_UseCellLookupTableOn", "D_vtkApplyColors_UseCellLookupTableOn")); mixin(bindCode("vtkApplyColors_UseCellLookupTableOff", "D_vtkApplyColors_UseCellLookupTableOff")); mixin(bindCode("vtkApplyColors_SetScaleCellLookupTable", "D_vtkApplyColors_SetScaleCellLookupTable")); mixin(bindCode("vtkApplyColors_GetScaleCellLookupTable", "D_vtkApplyColors_GetScaleCellLookupTable")); mixin(bindCode("vtkApplyColors_ScaleCellLookupTableOn", "D_vtkApplyColors_ScaleCellLookupTableOn")); mixin(bindCode("vtkApplyColors_ScaleCellLookupTableOff", "D_vtkApplyColors_ScaleCellLookupTableOff")); mixin(bindCode("vtkApplyColors_SetDefaultCellColor__SWIG_0", "D_vtkApplyColors_SetDefaultCellColor__SWIG_0")); mixin(bindCode("vtkApplyColors_SetDefaultCellColor__SWIG_1", "D_vtkApplyColors_SetDefaultCellColor__SWIG_1")); mixin(bindCode("vtkApplyColors_GetDefaultCellColor__SWIG_0", "D_vtkApplyColors_GetDefaultCellColor__SWIG_0")); mixin(bindCode("vtkApplyColors_GetDefaultCellColor__SWIG_1", "D_vtkApplyColors_GetDefaultCellColor__SWIG_1")); mixin(bindCode("vtkApplyColors_GetDefaultCellColor__SWIG_2", "D_vtkApplyColors_GetDefaultCellColor__SWIG_2")); mixin(bindCode("vtkApplyColors_SetDefaultCellOpacity", "D_vtkApplyColors_SetDefaultCellOpacity")); mixin(bindCode("vtkApplyColors_GetDefaultCellOpacity", "D_vtkApplyColors_GetDefaultCellOpacity")); mixin(bindCode("vtkApplyColors_SetSelectedCellColor__SWIG_0", "D_vtkApplyColors_SetSelectedCellColor__SWIG_0")); mixin(bindCode("vtkApplyColors_SetSelectedCellColor__SWIG_1", "D_vtkApplyColors_SetSelectedCellColor__SWIG_1")); mixin(bindCode("vtkApplyColors_GetSelectedCellColor__SWIG_0", "D_vtkApplyColors_GetSelectedCellColor__SWIG_0")); mixin(bindCode("vtkApplyColors_GetSelectedCellColor__SWIG_1", "D_vtkApplyColors_GetSelectedCellColor__SWIG_1")); mixin(bindCode("vtkApplyColors_GetSelectedCellColor__SWIG_2", "D_vtkApplyColors_GetSelectedCellColor__SWIG_2")); mixin(bindCode("vtkApplyColors_SetSelectedCellOpacity", "D_vtkApplyColors_SetSelectedCellOpacity")); mixin(bindCode("vtkApplyColors_GetSelectedCellOpacity", "D_vtkApplyColors_GetSelectedCellOpacity")); mixin(bindCode("vtkApplyColors_SetCellColorOutputArrayName", "D_vtkApplyColors_SetCellColorOutputArrayName")); mixin(bindCode("vtkApplyColors_GetCellColorOutputArrayName", "D_vtkApplyColors_GetCellColorOutputArrayName")); mixin(bindCode("vtkApplyColors_SetUseCurrentAnnotationColor", "D_vtkApplyColors_SetUseCurrentAnnotationColor")); mixin(bindCode("vtkApplyColors_GetUseCurrentAnnotationColor", "D_vtkApplyColors_GetUseCurrentAnnotationColor")); mixin(bindCode("vtkApplyColors_UseCurrentAnnotationColorOn", "D_vtkApplyColors_UseCurrentAnnotationColorOn")); mixin(bindCode("vtkApplyColors_UseCurrentAnnotationColorOff", "D_vtkApplyColors_UseCurrentAnnotationColorOff")); mixin(bindCode("vtkApplyColors_Upcast", "D_vtkApplyColors_Upcast")); mixin(bindCode("vtkLightingPainter_New", "D_vtkLightingPainter_New")); mixin(bindCode("vtkLightingPainter_IsTypeOf", "D_vtkLightingPainter_IsTypeOf")); mixin(bindCode("vtkLightingPainter_SafeDownCast", "D_vtkLightingPainter_SafeDownCast")); mixin(bindCode("vtkLightingPainter_NewInstance", "D_vtkLightingPainter_NewInstance")); mixin(bindCode("vtkLightingPainter_Upcast", "D_vtkLightingPainter_Upcast")); mixin(bindCode("vtkCenterOfMass_New", "D_vtkCenterOfMass_New")); mixin(bindCode("vtkCenterOfMass_IsTypeOf", "D_vtkCenterOfMass_IsTypeOf")); mixin(bindCode("vtkCenterOfMass_SafeDownCast", "D_vtkCenterOfMass_SafeDownCast")); mixin(bindCode("vtkCenterOfMass_NewInstance", "D_vtkCenterOfMass_NewInstance")); mixin(bindCode("vtkCenterOfMass_SetCenter__SWIG_0", "D_vtkCenterOfMass_SetCenter__SWIG_0")); mixin(bindCode("vtkCenterOfMass_SetCenter__SWIG_1", "D_vtkCenterOfMass_SetCenter__SWIG_1")); mixin(bindCode("vtkCenterOfMass_GetCenter__SWIG_0", "D_vtkCenterOfMass_GetCenter__SWIG_0")); mixin(bindCode("vtkCenterOfMass_GetCenter__SWIG_1", "D_vtkCenterOfMass_GetCenter__SWIG_1")); mixin(bindCode("vtkCenterOfMass_GetCenter__SWIG_2", "D_vtkCenterOfMass_GetCenter__SWIG_2")); mixin(bindCode("vtkCenterOfMass_SetUseScalarsAsWeights", "D_vtkCenterOfMass_SetUseScalarsAsWeights")); mixin(bindCode("vtkCenterOfMass_GetUseScalarsAsWeights", "D_vtkCenterOfMass_GetUseScalarsAsWeights")); mixin(bindCode("vtkCenterOfMass_ComputeCenterOfMass", "D_vtkCenterOfMass_ComputeCenterOfMass")); mixin(bindCode("delete_vtkCenterOfMass", "D_delete_vtkCenterOfMass")); mixin(bindCode("vtkCenterOfMass_Upcast", "D_vtkCenterOfMass_Upcast")); mixin(bindCode("vtkImageWrapPad_New", "D_vtkImageWrapPad_New")); mixin(bindCode("vtkImageWrapPad_IsTypeOf", "D_vtkImageWrapPad_IsTypeOf")); mixin(bindCode("vtkImageWrapPad_SafeDownCast", "D_vtkImageWrapPad_SafeDownCast")); mixin(bindCode("vtkImageWrapPad_NewInstance", "D_vtkImageWrapPad_NewInstance")); mixin(bindCode("vtkImageWrapPad_Upcast", "D_vtkImageWrapPad_Upcast")); mixin(bindCode("vtkImageMapper_IsTypeOf", "D_vtkImageMapper_IsTypeOf")); mixin(bindCode("vtkImageMapper_SafeDownCast", "D_vtkImageMapper_SafeDownCast")); mixin(bindCode("vtkImageMapper_NewInstance", "D_vtkImageMapper_NewInstance")); mixin(bindCode("vtkImageMapper_New", "D_vtkImageMapper_New")); mixin(bindCode("vtkImageMapper_SetColorWindow", "D_vtkImageMapper_SetColorWindow")); mixin(bindCode("vtkImageMapper_GetColorWindow", "D_vtkImageMapper_GetColorWindow")); mixin(bindCode("vtkImageMapper_SetColorLevel", "D_vtkImageMapper_SetColorLevel")); mixin(bindCode("vtkImageMapper_GetColorLevel", "D_vtkImageMapper_GetColorLevel")); mixin(bindCode("vtkImageMapper_SetZSlice", "D_vtkImageMapper_SetZSlice")); mixin(bindCode("vtkImageMapper_GetZSlice", "D_vtkImageMapper_GetZSlice")); mixin(bindCode("vtkImageMapper_GetWholeZMin", "D_vtkImageMapper_GetWholeZMin")); mixin(bindCode("vtkImageMapper_GetWholeZMax", "D_vtkImageMapper_GetWholeZMax")); mixin(bindCode("vtkImageMapper_RenderStart", "D_vtkImageMapper_RenderStart")); mixin(bindCode("vtkImageMapper_RenderData", "D_vtkImageMapper_RenderData")); mixin(bindCode("vtkImageMapper_GetColorShift", "D_vtkImageMapper_GetColorShift")); mixin(bindCode("vtkImageMapper_GetColorScale", "D_vtkImageMapper_GetColorScale")); mixin(bindCode("vtkImageMapper_DisplayExtent_set", "D_vtkImageMapper_DisplayExtent_set")); mixin(bindCode("vtkImageMapper_DisplayExtent_get", "D_vtkImageMapper_DisplayExtent_get")); mixin(bindCode("vtkImageMapper_SetInputData", "D_vtkImageMapper_SetInputData")); mixin(bindCode("vtkImageMapper_GetInput", "D_vtkImageMapper_GetInput")); mixin(bindCode("vtkImageMapper_SetRenderToRectangle", "D_vtkImageMapper_SetRenderToRectangle")); mixin(bindCode("vtkImageMapper_GetRenderToRectangle", "D_vtkImageMapper_GetRenderToRectangle")); mixin(bindCode("vtkImageMapper_RenderToRectangleOn", "D_vtkImageMapper_RenderToRectangleOn")); mixin(bindCode("vtkImageMapper_RenderToRectangleOff", "D_vtkImageMapper_RenderToRectangleOff")); mixin(bindCode("vtkImageMapper_SetUseCustomExtents", "D_vtkImageMapper_SetUseCustomExtents")); mixin(bindCode("vtkImageMapper_GetUseCustomExtents", "D_vtkImageMapper_GetUseCustomExtents")); mixin(bindCode("vtkImageMapper_UseCustomExtentsOn", "D_vtkImageMapper_UseCustomExtentsOn")); mixin(bindCode("vtkImageMapper_UseCustomExtentsOff", "D_vtkImageMapper_UseCustomExtentsOff")); mixin(bindCode("vtkImageMapper_SetCustomDisplayExtents", "D_vtkImageMapper_SetCustomDisplayExtents")); mixin(bindCode("vtkImageMapper_GetCustomDisplayExtents__SWIG_0", "D_vtkImageMapper_GetCustomDisplayExtents__SWIG_0")); mixin(bindCode("vtkImageMapper_GetCustomDisplayExtents__SWIG_1", "D_vtkImageMapper_GetCustomDisplayExtents__SWIG_1")); mixin(bindCode("vtkImageMapper_Upcast", "D_vtkImageMapper_Upcast")); mixin(bindCode("new_vtkContextKeyEvent", "D_new_vtkContextKeyEvent")); mixin(bindCode("delete_vtkContextKeyEvent", "D_delete_vtkContextKeyEvent")); mixin(bindCode("vtkContextKeyEvent_SetInteractor", "D_vtkContextKeyEvent_SetInteractor")); mixin(bindCode("vtkContextKeyEvent_GetInteractor", "D_vtkContextKeyEvent_GetInteractor")); mixin(bindCode("vtkContextKeyEvent_SetPosition", "D_vtkContextKeyEvent_SetPosition")); mixin(bindCode("vtkContextKeyEvent_GetPosition", "D_vtkContextKeyEvent_GetPosition")); mixin(bindCode("vtkContextKeyEvent_GetKeyCode", "D_vtkContextKeyEvent_GetKeyCode")); mixin(bindCode("vtkISIReader_New", "D_vtkISIReader_New")); mixin(bindCode("vtkISIReader_IsTypeOf", "D_vtkISIReader_IsTypeOf")); mixin(bindCode("vtkISIReader_SafeDownCast", "D_vtkISIReader_SafeDownCast")); mixin(bindCode("vtkISIReader_NewInstance", "D_vtkISIReader_NewInstance")); mixin(bindCode("vtkISIReader_GetFileName", "D_vtkISIReader_GetFileName")); mixin(bindCode("vtkISIReader_SetFileName", "D_vtkISIReader_SetFileName")); mixin(bindCode("vtkISIReader_GetDelimiter", "D_vtkISIReader_GetDelimiter")); mixin(bindCode("vtkISIReader_SetDelimiter", "D_vtkISIReader_SetDelimiter")); mixin(bindCode("vtkISIReader_GetMaxRecords", "D_vtkISIReader_GetMaxRecords")); mixin(bindCode("vtkISIReader_SetMaxRecords", "D_vtkISIReader_SetMaxRecords")); mixin(bindCode("vtkISIReader_Upcast", "D_vtkISIReader_Upcast")); mixin(bindCode("vtkIVExporter_New", "D_vtkIVExporter_New")); mixin(bindCode("vtkIVExporter_IsTypeOf", "D_vtkIVExporter_IsTypeOf")); mixin(bindCode("vtkIVExporter_SafeDownCast", "D_vtkIVExporter_SafeDownCast")); mixin(bindCode("vtkIVExporter_NewInstance", "D_vtkIVExporter_NewInstance")); mixin(bindCode("vtkIVExporter_SetFileName", "D_vtkIVExporter_SetFileName")); mixin(bindCode("vtkIVExporter_GetFileName", "D_vtkIVExporter_GetFileName")); mixin(bindCode("vtkIVExporter_Upcast", "D_vtkIVExporter_Upcast")); mixin(bindCode("vtkSQLDatabaseTableSource_New", "D_vtkSQLDatabaseTableSource_New")); mixin(bindCode("vtkSQLDatabaseTableSource_IsTypeOf", "D_vtkSQLDatabaseTableSource_IsTypeOf")); mixin(bindCode("vtkSQLDatabaseTableSource_SafeDownCast", "D_vtkSQLDatabaseTableSource_SafeDownCast")); mixin(bindCode("vtkSQLDatabaseTableSource_NewInstance", "D_vtkSQLDatabaseTableSource_NewInstance")); mixin(bindCode("vtkSQLDatabaseTableSource_GetURL", "D_vtkSQLDatabaseTableSource_GetURL")); mixin(bindCode("vtkSQLDatabaseTableSource_SetURL", "D_vtkSQLDatabaseTableSource_SetURL")); mixin(bindCode("vtkSQLDatabaseTableSource_SetPassword", "D_vtkSQLDatabaseTableSource_SetPassword")); mixin(bindCode("vtkSQLDatabaseTableSource_GetQuery", "D_vtkSQLDatabaseTableSource_GetQuery")); mixin(bindCode("vtkSQLDatabaseTableSource_SetQuery", "D_vtkSQLDatabaseTableSource_SetQuery")); mixin(bindCode("vtkSQLDatabaseTableSource_SetPedigreeIdArrayName", "D_vtkSQLDatabaseTableSource_SetPedigreeIdArrayName")); mixin(bindCode("vtkSQLDatabaseTableSource_GetPedigreeIdArrayName", "D_vtkSQLDatabaseTableSource_GetPedigreeIdArrayName")); mixin(bindCode("vtkSQLDatabaseTableSource_SetGeneratePedigreeIds", "D_vtkSQLDatabaseTableSource_SetGeneratePedigreeIds")); mixin(bindCode("vtkSQLDatabaseTableSource_GetGeneratePedigreeIds", "D_vtkSQLDatabaseTableSource_GetGeneratePedigreeIds")); mixin(bindCode("vtkSQLDatabaseTableSource_GeneratePedigreeIdsOn", "D_vtkSQLDatabaseTableSource_GeneratePedigreeIdsOn")); mixin(bindCode("vtkSQLDatabaseTableSource_GeneratePedigreeIdsOff", "D_vtkSQLDatabaseTableSource_GeneratePedigreeIdsOff")); mixin(bindCode("vtkSQLDatabaseTableSource_Upcast", "D_vtkSQLDatabaseTableSource_Upcast")); mixin(bindCode("vtkTreeDFSIterator_New", "D_vtkTreeDFSIterator_New")); mixin(bindCode("vtkTreeDFSIterator_IsTypeOf", "D_vtkTreeDFSIterator_IsTypeOf")); mixin(bindCode("vtkTreeDFSIterator_SafeDownCast", "D_vtkTreeDFSIterator_SafeDownCast")); mixin(bindCode("vtkTreeDFSIterator_NewInstance", "D_vtkTreeDFSIterator_NewInstance")); mixin(bindCode("vtkTreeDFSIterator_SetMode", "D_vtkTreeDFSIterator_SetMode")); mixin(bindCode("vtkTreeDFSIterator_GetMode", "D_vtkTreeDFSIterator_GetMode")); mixin(bindCode("vtkTreeDFSIterator_Upcast", "D_vtkTreeDFSIterator_Upcast")); mixin(bindCode("vtkInformationIntegerPointerKey_IsTypeOf", "D_vtkInformationIntegerPointerKey_IsTypeOf")); mixin(bindCode("vtkInformationIntegerPointerKey_SafeDownCast", "D_vtkInformationIntegerPointerKey_SafeDownCast")); mixin(bindCode("vtkInformationIntegerPointerKey_NewInstance", "D_vtkInformationIntegerPointerKey_NewInstance")); mixin(bindCode("new_vtkInformationIntegerPointerKey__SWIG_0", "D_new_vtkInformationIntegerPointerKey__SWIG_0")); mixin(bindCode("new_vtkInformationIntegerPointerKey__SWIG_1", "D_new_vtkInformationIntegerPointerKey__SWIG_1")); mixin(bindCode("delete_vtkInformationIntegerPointerKey", "D_delete_vtkInformationIntegerPointerKey")); mixin(bindCode("vtkInformationIntegerPointerKey_Set", "D_vtkInformationIntegerPointerKey_Set")); mixin(bindCode("vtkInformationIntegerPointerKey_Get__SWIG_0", "D_vtkInformationIntegerPointerKey_Get__SWIG_0")); mixin(bindCode("vtkInformationIntegerPointerKey_Get__SWIG_1", "D_vtkInformationIntegerPointerKey_Get__SWIG_1")); mixin(bindCode("vtkInformationIntegerPointerKey_Length", "D_vtkInformationIntegerPointerKey_Length")); mixin(bindCode("vtkInformationIntegerPointerKey_Upcast", "D_vtkInformationIntegerPointerKey_Upcast")); mixin(bindCode("vtkEllipticalButtonSource_IsTypeOf", "D_vtkEllipticalButtonSource_IsTypeOf")); mixin(bindCode("vtkEllipticalButtonSource_SafeDownCast", "D_vtkEllipticalButtonSource_SafeDownCast")); mixin(bindCode("vtkEllipticalButtonSource_NewInstance", "D_vtkEllipticalButtonSource_NewInstance")); mixin(bindCode("vtkEllipticalButtonSource_New", "D_vtkEllipticalButtonSource_New")); mixin(bindCode("vtkEllipticalButtonSource_SetWidth", "D_vtkEllipticalButtonSource_SetWidth")); mixin(bindCode("vtkEllipticalButtonSource_GetWidthMinValue", "D_vtkEllipticalButtonSource_GetWidthMinValue")); mixin(bindCode("vtkEllipticalButtonSource_GetWidthMaxValue", "D_vtkEllipticalButtonSource_GetWidthMaxValue")); mixin(bindCode("vtkEllipticalButtonSource_GetWidth", "D_vtkEllipticalButtonSource_GetWidth")); mixin(bindCode("vtkEllipticalButtonSource_SetHeight", "D_vtkEllipticalButtonSource_SetHeight")); mixin(bindCode("vtkEllipticalButtonSource_GetHeightMinValue", "D_vtkEllipticalButtonSource_GetHeightMinValue")); mixin(bindCode("vtkEllipticalButtonSource_GetHeightMaxValue", "D_vtkEllipticalButtonSource_GetHeightMaxValue")); mixin(bindCode("vtkEllipticalButtonSource_GetHeight", "D_vtkEllipticalButtonSource_GetHeight")); mixin(bindCode("vtkEllipticalButtonSource_SetDepth", "D_vtkEllipticalButtonSource_SetDepth")); mixin(bindCode("vtkEllipticalButtonSource_GetDepthMinValue", "D_vtkEllipticalButtonSource_GetDepthMinValue")); mixin(bindCode("vtkEllipticalButtonSource_GetDepthMaxValue", "D_vtkEllipticalButtonSource_GetDepthMaxValue")); mixin(bindCode("vtkEllipticalButtonSource_GetDepth", "D_vtkEllipticalButtonSource_GetDepth")); mixin(bindCode("vtkEllipticalButtonSource_SetCircumferentialResolution", "D_vtkEllipticalButtonSource_SetCircumferentialResolution")); mixin(bindCode("vtkEllipticalButtonSource_GetCircumferentialResolutionMinValue", "D_vtkEllipticalButtonSource_GetCircumferentialResolutionMinValue")); mixin(bindCode("vtkEllipticalButtonSource_GetCircumferentialResolutionMaxValue", "D_vtkEllipticalButtonSource_GetCircumferentialResolutionMaxValue")); mixin(bindCode("vtkEllipticalButtonSource_GetCircumferentialResolution", "D_vtkEllipticalButtonSource_GetCircumferentialResolution")); mixin(bindCode("vtkEllipticalButtonSource_SetTextureResolution", "D_vtkEllipticalButtonSource_SetTextureResolution")); mixin(bindCode("vtkEllipticalButtonSource_GetTextureResolutionMinValue", "D_vtkEllipticalButtonSource_GetTextureResolutionMinValue")); mixin(bindCode("vtkEllipticalButtonSource_GetTextureResolutionMaxValue", "D_vtkEllipticalButtonSource_GetTextureResolutionMaxValue")); mixin(bindCode("vtkEllipticalButtonSource_GetTextureResolution", "D_vtkEllipticalButtonSource_GetTextureResolution")); mixin(bindCode("vtkEllipticalButtonSource_SetShoulderResolution", "D_vtkEllipticalButtonSource_SetShoulderResolution")); mixin(bindCode("vtkEllipticalButtonSource_GetShoulderResolutionMinValue", "D_vtkEllipticalButtonSource_GetShoulderResolutionMinValue")); mixin(bindCode("vtkEllipticalButtonSource_GetShoulderResolutionMaxValue", "D_vtkEllipticalButtonSource_GetShoulderResolutionMaxValue")); mixin(bindCode("vtkEllipticalButtonSource_GetShoulderResolution", "D_vtkEllipticalButtonSource_GetShoulderResolution")); mixin(bindCode("vtkEllipticalButtonSource_SetRadialRatio", "D_vtkEllipticalButtonSource_SetRadialRatio")); mixin(bindCode("vtkEllipticalButtonSource_GetRadialRatioMinValue", "D_vtkEllipticalButtonSource_GetRadialRatioMinValue")); mixin(bindCode("vtkEllipticalButtonSource_GetRadialRatioMaxValue", "D_vtkEllipticalButtonSource_GetRadialRatioMaxValue")); mixin(bindCode("vtkEllipticalButtonSource_GetRadialRatio", "D_vtkEllipticalButtonSource_GetRadialRatio")); mixin(bindCode("vtkEllipticalButtonSource_Upcast", "D_vtkEllipticalButtonSource_Upcast")); mixin(bindCode("vtkImageImport_New", "D_vtkImageImport_New")); mixin(bindCode("vtkImageImport_IsTypeOf", "D_vtkImageImport_IsTypeOf")); mixin(bindCode("vtkImageImport_SafeDownCast", "D_vtkImageImport_SafeDownCast")); mixin(bindCode("vtkImageImport_NewInstance", "D_vtkImageImport_NewInstance")); mixin(bindCode("vtkImageImport_CopyImportVoidPointer", "D_vtkImageImport_CopyImportVoidPointer")); mixin(bindCode("vtkImageImport_SetImportVoidPointer__SWIG_0", "D_vtkImageImport_SetImportVoidPointer__SWIG_0")); mixin(bindCode("vtkImageImport_GetImportVoidPointer", "D_vtkImageImport_GetImportVoidPointer")); mixin(bindCode("vtkImageImport_SetImportVoidPointer__SWIG_1", "D_vtkImageImport_SetImportVoidPointer__SWIG_1")); mixin(bindCode("vtkImageImport_SetDataScalarType", "D_vtkImageImport_SetDataScalarType")); mixin(bindCode("vtkImageImport_SetDataScalarTypeToDouble", "D_vtkImageImport_SetDataScalarTypeToDouble")); mixin(bindCode("vtkImageImport_SetDataScalarTypeToFloat", "D_vtkImageImport_SetDataScalarTypeToFloat")); mixin(bindCode("vtkImageImport_SetDataScalarTypeToInt", "D_vtkImageImport_SetDataScalarTypeToInt")); mixin(bindCode("vtkImageImport_SetDataScalarTypeToShort", "D_vtkImageImport_SetDataScalarTypeToShort")); mixin(bindCode("vtkImageImport_SetDataScalarTypeToUnsignedShort", "D_vtkImageImport_SetDataScalarTypeToUnsignedShort")); mixin(bindCode("vtkImageImport_SetDataScalarTypeToUnsignedChar", "D_vtkImageImport_SetDataScalarTypeToUnsignedChar")); mixin(bindCode("vtkImageImport_GetDataScalarType", "D_vtkImageImport_GetDataScalarType")); mixin(bindCode("vtkImageImport_GetDataScalarTypeAsString", "D_vtkImageImport_GetDataScalarTypeAsString")); mixin(bindCode("vtkImageImport_SetNumberOfScalarComponents", "D_vtkImageImport_SetNumberOfScalarComponents")); mixin(bindCode("vtkImageImport_GetNumberOfScalarComponents", "D_vtkImageImport_GetNumberOfScalarComponents")); mixin(bindCode("vtkImageImport_SetDataExtent__SWIG_0", "D_vtkImageImport_SetDataExtent__SWIG_0")); mixin(bindCode("vtkImageImport_SetDataExtent__SWIG_1", "D_vtkImageImport_SetDataExtent__SWIG_1")); mixin(bindCode("vtkImageImport_GetDataExtent__SWIG_0", "D_vtkImageImport_GetDataExtent__SWIG_0")); mixin(bindCode("vtkImageImport_GetDataExtent__SWIG_1", "D_vtkImageImport_GetDataExtent__SWIG_1")); mixin(bindCode("vtkImageImport_GetDataExtent__SWIG_2", "D_vtkImageImport_GetDataExtent__SWIG_2")); mixin(bindCode("vtkImageImport_SetDataExtentToWholeExtent", "D_vtkImageImport_SetDataExtentToWholeExtent")); mixin(bindCode("vtkImageImport_SetDataSpacing__SWIG_0", "D_vtkImageImport_SetDataSpacing__SWIG_0")); mixin(bindCode("vtkImageImport_SetDataSpacing__SWIG_1", "D_vtkImageImport_SetDataSpacing__SWIG_1")); mixin(bindCode("vtkImageImport_GetDataSpacing__SWIG_0", "D_vtkImageImport_GetDataSpacing__SWIG_0")); mixin(bindCode("vtkImageImport_GetDataSpacing__SWIG_1", "D_vtkImageImport_GetDataSpacing__SWIG_1")); mixin(bindCode("vtkImageImport_GetDataSpacing__SWIG_2", "D_vtkImageImport_GetDataSpacing__SWIG_2")); mixin(bindCode("vtkImageImport_SetDataOrigin__SWIG_0", "D_vtkImageImport_SetDataOrigin__SWIG_0")); mixin(bindCode("vtkImageImport_SetDataOrigin__SWIG_1", "D_vtkImageImport_SetDataOrigin__SWIG_1")); mixin(bindCode("vtkImageImport_GetDataOrigin__SWIG_0", "D_vtkImageImport_GetDataOrigin__SWIG_0")); mixin(bindCode("vtkImageImport_GetDataOrigin__SWIG_1", "D_vtkImageImport_GetDataOrigin__SWIG_1")); mixin(bindCode("vtkImageImport_GetDataOrigin__SWIG_2", "D_vtkImageImport_GetDataOrigin__SWIG_2")); mixin(bindCode("vtkImageImport_SetWholeExtent__SWIG_0", "D_vtkImageImport_SetWholeExtent__SWIG_0")); mixin(bindCode("vtkImageImport_SetWholeExtent__SWIG_1", "D_vtkImageImport_SetWholeExtent__SWIG_1")); mixin(bindCode("vtkImageImport_GetWholeExtent__SWIG_0", "D_vtkImageImport_GetWholeExtent__SWIG_0")); mixin(bindCode("vtkImageImport_GetWholeExtent__SWIG_1", "D_vtkImageImport_GetWholeExtent__SWIG_1")); mixin(bindCode("vtkImageImport_GetWholeExtent__SWIG_2", "D_vtkImageImport_GetWholeExtent__SWIG_2")); mixin(bindCode("vtkImageImport_RequestUpdateExtent", "D_vtkImageImport_RequestUpdateExtent")); mixin(bindCode("vtkImageImport_SetScalarArrayName", "D_vtkImageImport_SetScalarArrayName")); mixin(bindCode("vtkImageImport_GetScalarArrayName", "D_vtkImageImport_GetScalarArrayName")); mixin(bindCode("vtkImageImport_InvokePipelineModifiedCallbacks", "D_vtkImageImport_InvokePipelineModifiedCallbacks")); mixin(bindCode("vtkImageImport_InvokeUpdateInformationCallbacks", "D_vtkImageImport_InvokeUpdateInformationCallbacks")); mixin(bindCode("vtkImageImport_InvokeExecuteInformationCallbacks", "D_vtkImageImport_InvokeExecuteInformationCallbacks")); mixin(bindCode("vtkImageImport_InvokeExecuteDataCallbacks", "D_vtkImageImport_InvokeExecuteDataCallbacks")); mixin(bindCode("vtkImageImport_LegacyCheckWholeExtent", "D_vtkImageImport_LegacyCheckWholeExtent")); mixin(bindCode("vtkImageImport_Upcast", "D_vtkImageImport_Upcast")); mixin(bindCode("vtkImageOpenClose3D_New", "D_vtkImageOpenClose3D_New")); mixin(bindCode("vtkImageOpenClose3D_IsTypeOf", "D_vtkImageOpenClose3D_IsTypeOf")); mixin(bindCode("vtkImageOpenClose3D_SafeDownCast", "D_vtkImageOpenClose3D_SafeDownCast")); mixin(bindCode("vtkImageOpenClose3D_NewInstance", "D_vtkImageOpenClose3D_NewInstance")); mixin(bindCode("vtkImageOpenClose3D_SetKernelSize", "D_vtkImageOpenClose3D_SetKernelSize")); mixin(bindCode("vtkImageOpenClose3D_SetOpenValue", "D_vtkImageOpenClose3D_SetOpenValue")); mixin(bindCode("vtkImageOpenClose3D_GetOpenValue", "D_vtkImageOpenClose3D_GetOpenValue")); mixin(bindCode("vtkImageOpenClose3D_SetCloseValue", "D_vtkImageOpenClose3D_SetCloseValue")); mixin(bindCode("vtkImageOpenClose3D_GetCloseValue", "D_vtkImageOpenClose3D_GetCloseValue")); mixin(bindCode("vtkImageOpenClose3D_GetFilter0", "D_vtkImageOpenClose3D_GetFilter0")); mixin(bindCode("vtkImageOpenClose3D_GetFilter1", "D_vtkImageOpenClose3D_GetFilter1")); mixin(bindCode("vtkImageOpenClose3D_Upcast", "D_vtkImageOpenClose3D_Upcast")); mixin(bindCode("vtkExtractDataSets_New", "D_vtkExtractDataSets_New")); mixin(bindCode("vtkExtractDataSets_IsTypeOf", "D_vtkExtractDataSets_IsTypeOf")); mixin(bindCode("vtkExtractDataSets_SafeDownCast", "D_vtkExtractDataSets_SafeDownCast")); mixin(bindCode("vtkExtractDataSets_NewInstance", "D_vtkExtractDataSets_NewInstance")); mixin(bindCode("vtkExtractDataSets_AddDataSet", "D_vtkExtractDataSets_AddDataSet")); mixin(bindCode("vtkExtractDataSets_ClearDataSetList", "D_vtkExtractDataSets_ClearDataSetList")); mixin(bindCode("new_vtkExtractDataSets", "D_new_vtkExtractDataSets")); mixin(bindCode("delete_vtkExtractDataSets", "D_delete_vtkExtractDataSets")); mixin(bindCode("vtkExtractDataSets_Upcast", "D_vtkExtractDataSets_Upcast")); mixin(bindCode("vtkHierarchicalDataExtractDataSets_IsTypeOf", "D_vtkHierarchicalDataExtractDataSets_IsTypeOf")); mixin(bindCode("vtkHierarchicalDataExtractDataSets_SafeDownCast", "D_vtkHierarchicalDataExtractDataSets_SafeDownCast")); mixin(bindCode("vtkHierarchicalDataExtractDataSets_NewInstance", "D_vtkHierarchicalDataExtractDataSets_NewInstance")); mixin(bindCode("vtkHierarchicalDataExtractDataSets_New", "D_vtkHierarchicalDataExtractDataSets_New")); mixin(bindCode("vtkHierarchicalDataExtractDataSets_Upcast", "D_vtkHierarchicalDataExtractDataSets_Upcast")); mixin(bindCode("vtkInformationIntegerVectorKey_IsTypeOf", "D_vtkInformationIntegerVectorKey_IsTypeOf")); mixin(bindCode("vtkInformationIntegerVectorKey_SafeDownCast", "D_vtkInformationIntegerVectorKey_SafeDownCast")); mixin(bindCode("vtkInformationIntegerVectorKey_NewInstance", "D_vtkInformationIntegerVectorKey_NewInstance")); mixin(bindCode("new_vtkInformationIntegerVectorKey__SWIG_0", "D_new_vtkInformationIntegerVectorKey__SWIG_0")); mixin(bindCode("new_vtkInformationIntegerVectorKey__SWIG_1", "D_new_vtkInformationIntegerVectorKey__SWIG_1")); mixin(bindCode("delete_vtkInformationIntegerVectorKey", "D_delete_vtkInformationIntegerVectorKey")); mixin(bindCode("vtkInformationIntegerVectorKey_Append", "D_vtkInformationIntegerVectorKey_Append")); mixin(bindCode("vtkInformationIntegerVectorKey_Set__SWIG_0", "D_vtkInformationIntegerVectorKey_Set__SWIG_0")); mixin(bindCode("vtkInformationIntegerVectorKey_Set__SWIG_1", "D_vtkInformationIntegerVectorKey_Set__SWIG_1")); mixin(bindCode("vtkInformationIntegerVectorKey_Get__SWIG_0", "D_vtkInformationIntegerVectorKey_Get__SWIG_0")); mixin(bindCode("vtkInformationIntegerVectorKey_Get__SWIG_1", "D_vtkInformationIntegerVectorKey_Get__SWIG_1")); mixin(bindCode("vtkInformationIntegerVectorKey_Get__SWIG_2", "D_vtkInformationIntegerVectorKey_Get__SWIG_2")); mixin(bindCode("vtkInformationIntegerVectorKey_Length", "D_vtkInformationIntegerVectorKey_Length")); mixin(bindCode("vtkInformationIntegerVectorKey_Upcast", "D_vtkInformationIntegerVectorKey_Upcast")); mixin(bindCode("vtkVolumeTextureMapper_IsTypeOf", "D_vtkVolumeTextureMapper_IsTypeOf")); mixin(bindCode("vtkVolumeTextureMapper_SafeDownCast", "D_vtkVolumeTextureMapper_SafeDownCast")); mixin(bindCode("vtkVolumeTextureMapper_NewInstance", "D_vtkVolumeTextureMapper_NewInstance")); mixin(bindCode("vtkVolumeTextureMapper_Update__SWIG_0", "D_vtkVolumeTextureMapper_Update__SWIG_0")); mixin(bindCode("vtkVolumeTextureMapper_Update__SWIG_1", "D_vtkVolumeTextureMapper_Update__SWIG_1")); mixin(bindCode("vtkVolumeTextureMapper_SetGradientEstimator", "D_vtkVolumeTextureMapper_SetGradientEstimator")); mixin(bindCode("vtkVolumeTextureMapper_GetGradientEstimator", "D_vtkVolumeTextureMapper_GetGradientEstimator")); mixin(bindCode("vtkVolumeTextureMapper_GetGradientShader", "D_vtkVolumeTextureMapper_GetGradientShader")); mixin(bindCode("vtkVolumeTextureMapper_Upcast", "D_vtkVolumeTextureMapper_Upcast")); mixin(bindCode("vtkSmoothErrorMetric_New", "D_vtkSmoothErrorMetric_New")); mixin(bindCode("vtkSmoothErrorMetric_IsTypeOf", "D_vtkSmoothErrorMetric_IsTypeOf")); mixin(bindCode("vtkSmoothErrorMetric_SafeDownCast", "D_vtkSmoothErrorMetric_SafeDownCast")); mixin(bindCode("vtkSmoothErrorMetric_NewInstance", "D_vtkSmoothErrorMetric_NewInstance")); mixin(bindCode("vtkSmoothErrorMetric_GetAngleTolerance", "D_vtkSmoothErrorMetric_GetAngleTolerance")); mixin(bindCode("vtkSmoothErrorMetric_SetAngleTolerance", "D_vtkSmoothErrorMetric_SetAngleTolerance")); mixin(bindCode("vtkSmoothErrorMetric_Upcast", "D_vtkSmoothErrorMetric_Upcast")); mixin(bindCode("vtkDepthPeelingPass_New", "D_vtkDepthPeelingPass_New")); mixin(bindCode("vtkDepthPeelingPass_IsTypeOf", "D_vtkDepthPeelingPass_IsTypeOf")); mixin(bindCode("vtkDepthPeelingPass_SafeDownCast", "D_vtkDepthPeelingPass_SafeDownCast")); mixin(bindCode("vtkDepthPeelingPass_NewInstance", "D_vtkDepthPeelingPass_NewInstance")); mixin(bindCode("vtkDepthPeelingPass_GetTranslucentPass", "D_vtkDepthPeelingPass_GetTranslucentPass")); mixin(bindCode("vtkDepthPeelingPass_SetTranslucentPass", "D_vtkDepthPeelingPass_SetTranslucentPass")); mixin(bindCode("vtkDepthPeelingPass_SetOcclusionRatio", "D_vtkDepthPeelingPass_SetOcclusionRatio")); mixin(bindCode("vtkDepthPeelingPass_GetOcclusionRatioMinValue", "D_vtkDepthPeelingPass_GetOcclusionRatioMinValue")); mixin(bindCode("vtkDepthPeelingPass_GetOcclusionRatioMaxValue", "D_vtkDepthPeelingPass_GetOcclusionRatioMaxValue")); mixin(bindCode("vtkDepthPeelingPass_GetOcclusionRatio", "D_vtkDepthPeelingPass_GetOcclusionRatio")); mixin(bindCode("vtkDepthPeelingPass_SetMaximumNumberOfPeels", "D_vtkDepthPeelingPass_SetMaximumNumberOfPeels")); mixin(bindCode("vtkDepthPeelingPass_GetMaximumNumberOfPeels", "D_vtkDepthPeelingPass_GetMaximumNumberOfPeels")); mixin(bindCode("vtkDepthPeelingPass_GetLastRenderingUsedDepthPeeling", "D_vtkDepthPeelingPass_GetLastRenderingUsedDepthPeeling")); mixin(bindCode("vtkDepthPeelingPass_Upcast", "D_vtkDepthPeelingPass_Upcast")); mixin(bindCode("vtkUnsignedIntArray_New", "D_vtkUnsignedIntArray_New")); mixin(bindCode("vtkUnsignedIntArray_IsTypeOf", "D_vtkUnsignedIntArray_IsTypeOf")); mixin(bindCode("vtkUnsignedIntArray_SafeDownCast", "D_vtkUnsignedIntArray_SafeDownCast")); mixin(bindCode("vtkUnsignedIntArray_NewInstance", "D_vtkUnsignedIntArray_NewInstance")); mixin(bindCode("vtkUnsignedIntArray_GetTupleValue", "D_vtkUnsignedIntArray_GetTupleValue")); mixin(bindCode("vtkUnsignedIntArray_SetTupleValue", "D_vtkUnsignedIntArray_SetTupleValue")); mixin(bindCode("vtkUnsignedIntArray_InsertTupleValue", "D_vtkUnsignedIntArray_InsertTupleValue")); mixin(bindCode("vtkUnsignedIntArray_InsertNextTupleValue", "D_vtkUnsignedIntArray_InsertNextTupleValue")); mixin(bindCode("vtkUnsignedIntArray_GetValue", "D_vtkUnsignedIntArray_GetValue")); mixin(bindCode("vtkUnsignedIntArray_SetValue", "D_vtkUnsignedIntArray_SetValue")); mixin(bindCode("vtkUnsignedIntArray_SetNumberOfValues", "D_vtkUnsignedIntArray_SetNumberOfValues")); mixin(bindCode("vtkUnsignedIntArray_InsertValue", "D_vtkUnsignedIntArray_InsertValue")); mixin(bindCode("vtkUnsignedIntArray_InsertNextValue", "D_vtkUnsignedIntArray_InsertNextValue")); mixin(bindCode("vtkUnsignedIntArray_GetValueRange__SWIG_0", "D_vtkUnsignedIntArray_GetValueRange__SWIG_0")); mixin(bindCode("vtkUnsignedIntArray_GetValueRange__SWIG_1", "D_vtkUnsignedIntArray_GetValueRange__SWIG_1")); mixin(bindCode("vtkUnsignedIntArray_GetDataTypeValueMin", "D_vtkUnsignedIntArray_GetDataTypeValueMin")); mixin(bindCode("vtkUnsignedIntArray_GetDataTypeValueMax", "D_vtkUnsignedIntArray_GetDataTypeValueMax")); mixin(bindCode("vtkUnsignedIntArray_WritePointer", "D_vtkUnsignedIntArray_WritePointer")); mixin(bindCode("vtkUnsignedIntArray_GetPointer", "D_vtkUnsignedIntArray_GetPointer")); mixin(bindCode("vtkUnsignedIntArray_SetArray__SWIG_0", "D_vtkUnsignedIntArray_SetArray__SWIG_0")); mixin(bindCode("vtkUnsignedIntArray_SetArray__SWIG_1", "D_vtkUnsignedIntArray_SetArray__SWIG_1")); mixin(bindCode("vtkUnsignedIntArray_Upcast", "D_vtkUnsignedIntArray_Upcast")); mixin(bindCode("vtkTypeUInt32Array_New", "D_vtkTypeUInt32Array_New")); mixin(bindCode("vtkTypeUInt32Array_IsTypeOf", "D_vtkTypeUInt32Array_IsTypeOf")); mixin(bindCode("vtkTypeUInt32Array_SafeDownCast", "D_vtkTypeUInt32Array_SafeDownCast")); mixin(bindCode("vtkTypeUInt32Array_NewInstance", "D_vtkTypeUInt32Array_NewInstance")); mixin(bindCode("vtkTypeUInt32Array_Upcast", "D_vtkTypeUInt32Array_Upcast")); mixin(bindCode("vtkVisibilitySort_IsTypeOf", "D_vtkVisibilitySort_IsTypeOf")); mixin(bindCode("vtkVisibilitySort_SafeDownCast", "D_vtkVisibilitySort_SafeDownCast")); mixin(bindCode("vtkVisibilitySort_NewInstance", "D_vtkVisibilitySort_NewInstance")); mixin(bindCode("vtkVisibilitySort_InitTraversal", "D_vtkVisibilitySort_InitTraversal")); mixin(bindCode("vtkVisibilitySort_GetNextCells", "D_vtkVisibilitySort_GetNextCells")); mixin(bindCode("vtkVisibilitySort_SetMaxCellsReturned", "D_vtkVisibilitySort_SetMaxCellsReturned")); mixin(bindCode("vtkVisibilitySort_GetMaxCellsReturnedMinValue", "D_vtkVisibilitySort_GetMaxCellsReturnedMinValue")); mixin(bindCode("vtkVisibilitySort_GetMaxCellsReturnedMaxValue", "D_vtkVisibilitySort_GetMaxCellsReturnedMaxValue")); mixin(bindCode("vtkVisibilitySort_GetMaxCellsReturned", "D_vtkVisibilitySort_GetMaxCellsReturned")); mixin(bindCode("vtkVisibilitySort_SetModelTransform", "D_vtkVisibilitySort_SetModelTransform")); mixin(bindCode("vtkVisibilitySort_GetModelTransform", "D_vtkVisibilitySort_GetModelTransform")); mixin(bindCode("vtkVisibilitySort_GetInverseModelTransform", "D_vtkVisibilitySort_GetInverseModelTransform")); mixin(bindCode("vtkVisibilitySort_SetCamera", "D_vtkVisibilitySort_SetCamera")); mixin(bindCode("vtkVisibilitySort_GetCamera", "D_vtkVisibilitySort_GetCamera")); mixin(bindCode("vtkVisibilitySort_SetInput", "D_vtkVisibilitySort_SetInput")); mixin(bindCode("vtkVisibilitySort_GetInput", "D_vtkVisibilitySort_GetInput")); mixin(bindCode("vtkVisibilitySort_GetDirection", "D_vtkVisibilitySort_GetDirection")); mixin(bindCode("vtkVisibilitySort_SetDirection", "D_vtkVisibilitySort_SetDirection")); mixin(bindCode("vtkVisibilitySort_SetDirectionToBackToFront", "D_vtkVisibilitySort_SetDirectionToBackToFront")); mixin(bindCode("vtkVisibilitySort_SetDirectionToFrontToBack", "D_vtkVisibilitySort_SetDirectionToFrontToBack")); mixin(bindCode("vtkVisibilitySort_Upcast", "D_vtkVisibilitySort_Upcast")); mixin(bindCode("vtkIdFilter_IsTypeOf", "D_vtkIdFilter_IsTypeOf")); mixin(bindCode("vtkIdFilter_SafeDownCast", "D_vtkIdFilter_SafeDownCast")); mixin(bindCode("vtkIdFilter_NewInstance", "D_vtkIdFilter_NewInstance")); mixin(bindCode("vtkIdFilter_New", "D_vtkIdFilter_New")); mixin(bindCode("vtkIdFilter_SetPointIds", "D_vtkIdFilter_SetPointIds")); mixin(bindCode("vtkIdFilter_GetPointIds", "D_vtkIdFilter_GetPointIds")); mixin(bindCode("vtkIdFilter_PointIdsOn", "D_vtkIdFilter_PointIdsOn")); mixin(bindCode("vtkIdFilter_PointIdsOff", "D_vtkIdFilter_PointIdsOff")); mixin(bindCode("vtkIdFilter_SetCellIds", "D_vtkIdFilter_SetCellIds")); mixin(bindCode("vtkIdFilter_GetCellIds", "D_vtkIdFilter_GetCellIds")); mixin(bindCode("vtkIdFilter_CellIdsOn", "D_vtkIdFilter_CellIdsOn")); mixin(bindCode("vtkIdFilter_CellIdsOff", "D_vtkIdFilter_CellIdsOff")); mixin(bindCode("vtkIdFilter_SetFieldData", "D_vtkIdFilter_SetFieldData")); mixin(bindCode("vtkIdFilter_GetFieldData", "D_vtkIdFilter_GetFieldData")); mixin(bindCode("vtkIdFilter_FieldDataOn", "D_vtkIdFilter_FieldDataOn")); mixin(bindCode("vtkIdFilter_FieldDataOff", "D_vtkIdFilter_FieldDataOff")); mixin(bindCode("vtkIdFilter_SetIdsArrayName", "D_vtkIdFilter_SetIdsArrayName")); mixin(bindCode("vtkIdFilter_GetIdsArrayName", "D_vtkIdFilter_GetIdsArrayName")); mixin(bindCode("vtkIdFilter_Upcast", "D_vtkIdFilter_Upcast")); mixin(bindCode("vtkParametricRandomHills_IsTypeOf", "D_vtkParametricRandomHills_IsTypeOf")); mixin(bindCode("vtkParametricRandomHills_SafeDownCast", "D_vtkParametricRandomHills_SafeDownCast")); mixin(bindCode("vtkParametricRandomHills_NewInstance", "D_vtkParametricRandomHills_NewInstance")); mixin(bindCode("vtkParametricRandomHills_New", "D_vtkParametricRandomHills_New")); mixin(bindCode("vtkParametricRandomHills_SetNumberOfHills", "D_vtkParametricRandomHills_SetNumberOfHills")); mixin(bindCode("vtkParametricRandomHills_GetNumberOfHills", "D_vtkParametricRandomHills_GetNumberOfHills")); mixin(bindCode("vtkParametricRandomHills_SetHillXVariance", "D_vtkParametricRandomHills_SetHillXVariance")); mixin(bindCode("vtkParametricRandomHills_GetHillXVariance", "D_vtkParametricRandomHills_GetHillXVariance")); mixin(bindCode("vtkParametricRandomHills_SetHillYVariance", "D_vtkParametricRandomHills_SetHillYVariance")); mixin(bindCode("vtkParametricRandomHills_GetHillYVariance", "D_vtkParametricRandomHills_GetHillYVariance")); mixin(bindCode("vtkParametricRandomHills_SetHillAmplitude", "D_vtkParametricRandomHills_SetHillAmplitude")); mixin(bindCode("vtkParametricRandomHills_GetHillAmplitude", "D_vtkParametricRandomHills_GetHillAmplitude")); mixin(bindCode("vtkParametricRandomHills_SetRandomSeed", "D_vtkParametricRandomHills_SetRandomSeed")); mixin(bindCode("vtkParametricRandomHills_GetRandomSeed", "D_vtkParametricRandomHills_GetRandomSeed")); mixin(bindCode("vtkParametricRandomHills_SetAllowRandomGeneration", "D_vtkParametricRandomHills_SetAllowRandomGeneration")); mixin(bindCode("vtkParametricRandomHills_GetAllowRandomGeneration", "D_vtkParametricRandomHills_GetAllowRandomGeneration")); mixin(bindCode("vtkParametricRandomHills_AllowRandomGenerationOn", "D_vtkParametricRandomHills_AllowRandomGenerationOn")); mixin(bindCode("vtkParametricRandomHills_AllowRandomGenerationOff", "D_vtkParametricRandomHills_AllowRandomGenerationOff")); mixin(bindCode("vtkParametricRandomHills_SetXVarianceScaleFactor", "D_vtkParametricRandomHills_SetXVarianceScaleFactor")); mixin(bindCode("vtkParametricRandomHills_GetXVarianceScaleFactor", "D_vtkParametricRandomHills_GetXVarianceScaleFactor")); mixin(bindCode("vtkParametricRandomHills_SetYVarianceScaleFactor", "D_vtkParametricRandomHills_SetYVarianceScaleFactor")); mixin(bindCode("vtkParametricRandomHills_GetYVarianceScaleFactor", "D_vtkParametricRandomHills_GetYVarianceScaleFactor")); mixin(bindCode("vtkParametricRandomHills_SetAmplitudeScaleFactor", "D_vtkParametricRandomHills_SetAmplitudeScaleFactor")); mixin(bindCode("vtkParametricRandomHills_GetAmplitudeScaleFactor", "D_vtkParametricRandomHills_GetAmplitudeScaleFactor")); mixin(bindCode("vtkParametricRandomHills_GenerateTheHills", "D_vtkParametricRandomHills_GenerateTheHills")); mixin(bindCode("vtkParametricRandomHills_Upcast", "D_vtkParametricRandomHills_Upcast")); mixin(bindCode("vtkShader2_New", "D_vtkShader2_New")); mixin(bindCode("vtkShader2_IsTypeOf", "D_vtkShader2_IsTypeOf")); mixin(bindCode("vtkShader2_SafeDownCast", "D_vtkShader2_SafeDownCast")); mixin(bindCode("vtkShader2_NewInstance", "D_vtkShader2_NewInstance")); mixin(bindCode("vtkShader2_IsSupported", "D_vtkShader2_IsSupported")); mixin(bindCode("vtkShader2_LoadExtensions", "D_vtkShader2_LoadExtensions")); mixin(bindCode("vtkShader2_GetSourceCode", "D_vtkShader2_GetSourceCode")); mixin(bindCode("vtkShader2_SetSourceCode", "D_vtkShader2_SetSourceCode")); mixin(bindCode("vtkShader2_GetType", "D_vtkShader2_GetType")); mixin(bindCode("vtkShader2_SetType", "D_vtkShader2_SetType")); mixin(bindCode("vtkShader2_GetTypeAsString", "D_vtkShader2_GetTypeAsString")); mixin(bindCode("vtkShader2_Compile", "D_vtkShader2_Compile")); mixin(bindCode("vtkShader2_GetLastCompileStatus", "D_vtkShader2_GetLastCompileStatus")); mixin(bindCode("vtkShader2_GetLastCompileLog", "D_vtkShader2_GetLastCompileLog")); mixin(bindCode("vtkShader2_SetContext", "D_vtkShader2_SetContext")); mixin(bindCode("vtkShader2_GetContext", "D_vtkShader2_GetContext")); mixin(bindCode("vtkShader2_ReleaseGraphicsResources", "D_vtkShader2_ReleaseGraphicsResources")); mixin(bindCode("vtkShader2_GetId", "D_vtkShader2_GetId")); mixin(bindCode("vtkShader2_GetUniformVariables", "D_vtkShader2_GetUniformVariables")); mixin(bindCode("vtkShader2_SetUniformVariables", "D_vtkShader2_SetUniformVariables")); mixin(bindCode("vtkShader2_Upcast", "D_vtkShader2_Upcast")); mixin(bindCode("VTK_SUBDIVIDE_SPECIFIED_get", "D_VTK_SUBDIVIDE_SPECIFIED_get")); mixin(bindCode("VTK_SUBDIVIDE_LENGTH_get", "D_VTK_SUBDIVIDE_LENGTH_get")); mixin(bindCode("VTK_TCOORDS_OFF_get", "D_VTK_TCOORDS_OFF_get")); mixin(bindCode("VTK_TCOORDS_FROM_NORMALIZED_LENGTH_get", "D_VTK_TCOORDS_FROM_NORMALIZED_LENGTH_get")); mixin(bindCode("VTK_TCOORDS_FROM_LENGTH_get", "D_VTK_TCOORDS_FROM_LENGTH_get")); mixin(bindCode("VTK_TCOORDS_FROM_SCALARS_get", "D_VTK_TCOORDS_FROM_SCALARS_get")); mixin(bindCode("vtkSplineFilter_IsTypeOf", "D_vtkSplineFilter_IsTypeOf")); mixin(bindCode("vtkSplineFilter_SafeDownCast", "D_vtkSplineFilter_SafeDownCast")); mixin(bindCode("vtkSplineFilter_NewInstance", "D_vtkSplineFilter_NewInstance")); mixin(bindCode("vtkSplineFilter_New", "D_vtkSplineFilter_New")); mixin(bindCode("vtkSplineFilter_SetMaximumNumberOfSubdivisions", "D_vtkSplineFilter_SetMaximumNumberOfSubdivisions")); mixin(bindCode("vtkSplineFilter_GetMaximumNumberOfSubdivisionsMinValue", "D_vtkSplineFilter_GetMaximumNumberOfSubdivisionsMinValue")); mixin(bindCode("vtkSplineFilter_GetMaximumNumberOfSubdivisionsMaxValue", "D_vtkSplineFilter_GetMaximumNumberOfSubdivisionsMaxValue")); mixin(bindCode("vtkSplineFilter_GetMaximumNumberOfSubdivisions", "D_vtkSplineFilter_GetMaximumNumberOfSubdivisions")); mixin(bindCode("vtkSplineFilter_SetSubdivide", "D_vtkSplineFilter_SetSubdivide")); mixin(bindCode("vtkSplineFilter_GetSubdivideMinValue", "D_vtkSplineFilter_GetSubdivideMinValue")); mixin(bindCode("vtkSplineFilter_GetSubdivideMaxValue", "D_vtkSplineFilter_GetSubdivideMaxValue")); mixin(bindCode("vtkSplineFilter_GetSubdivide", "D_vtkSplineFilter_GetSubdivide")); mixin(bindCode("vtkSplineFilter_SetSubdivideToSpecified", "D_vtkSplineFilter_SetSubdivideToSpecified")); mixin(bindCode("vtkSplineFilter_SetSubdivideToLength", "D_vtkSplineFilter_SetSubdivideToLength")); mixin(bindCode("vtkSplineFilter_GetSubdivideAsString", "D_vtkSplineFilter_GetSubdivideAsString")); mixin(bindCode("vtkSplineFilter_SetNumberOfSubdivisions", "D_vtkSplineFilter_SetNumberOfSubdivisions")); mixin(bindCode("vtkSplineFilter_GetNumberOfSubdivisionsMinValue", "D_vtkSplineFilter_GetNumberOfSubdivisionsMinValue")); mixin(bindCode("vtkSplineFilter_GetNumberOfSubdivisionsMaxValue", "D_vtkSplineFilter_GetNumberOfSubdivisionsMaxValue")); mixin(bindCode("vtkSplineFilter_GetNumberOfSubdivisions", "D_vtkSplineFilter_GetNumberOfSubdivisions")); mixin(bindCode("vtkSplineFilter_SetLength", "D_vtkSplineFilter_SetLength")); mixin(bindCode("vtkSplineFilter_GetLengthMinValue", "D_vtkSplineFilter_GetLengthMinValue")); mixin(bindCode("vtkSplineFilter_GetLengthMaxValue", "D_vtkSplineFilter_GetLengthMaxValue")); mixin(bindCode("vtkSplineFilter_GetLength", "D_vtkSplineFilter_GetLength")); mixin(bindCode("vtkSplineFilter_SetSpline", "D_vtkSplineFilter_SetSpline")); mixin(bindCode("vtkSplineFilter_GetSpline", "D_vtkSplineFilter_GetSpline")); mixin(bindCode("vtkSplineFilter_SetGenerateTCoords", "D_vtkSplineFilter_SetGenerateTCoords")); mixin(bindCode("vtkSplineFilter_GetGenerateTCoordsMinValue", "D_vtkSplineFilter_GetGenerateTCoordsMinValue")); mixin(bindCode("vtkSplineFilter_GetGenerateTCoordsMaxValue", "D_vtkSplineFilter_GetGenerateTCoordsMaxValue")); mixin(bindCode("vtkSplineFilter_GetGenerateTCoords", "D_vtkSplineFilter_GetGenerateTCoords")); mixin(bindCode("vtkSplineFilter_SetGenerateTCoordsToOff", "D_vtkSplineFilter_SetGenerateTCoordsToOff")); mixin(bindCode("vtkSplineFilter_SetGenerateTCoordsToNormalizedLength", "D_vtkSplineFilter_SetGenerateTCoordsToNormalizedLength")); mixin(bindCode("vtkSplineFilter_SetGenerateTCoordsToUseLength", "D_vtkSplineFilter_SetGenerateTCoordsToUseLength")); mixin(bindCode("vtkSplineFilter_SetGenerateTCoordsToUseScalars", "D_vtkSplineFilter_SetGenerateTCoordsToUseScalars")); mixin(bindCode("vtkSplineFilter_GetGenerateTCoordsAsString", "D_vtkSplineFilter_GetGenerateTCoordsAsString")); mixin(bindCode("vtkSplineFilter_SetTextureLength", "D_vtkSplineFilter_SetTextureLength")); mixin(bindCode("vtkSplineFilter_GetTextureLengthMinValue", "D_vtkSplineFilter_GetTextureLengthMinValue")); mixin(bindCode("vtkSplineFilter_GetTextureLengthMaxValue", "D_vtkSplineFilter_GetTextureLengthMaxValue")); mixin(bindCode("vtkSplineFilter_GetTextureLength", "D_vtkSplineFilter_GetTextureLength")); mixin(bindCode("vtkSplineFilter_Upcast", "D_vtkSplineFilter_Upcast")); mixin(bindCode("vtkDataSetGhostGenerator_IsTypeOf", "D_vtkDataSetGhostGenerator_IsTypeOf")); mixin(bindCode("vtkDataSetGhostGenerator_SafeDownCast", "D_vtkDataSetGhostGenerator_SafeDownCast")); mixin(bindCode("vtkDataSetGhostGenerator_NewInstance", "D_vtkDataSetGhostGenerator_NewInstance")); mixin(bindCode("vtkDataSetGhostGenerator_SetNumberOfGhostLayers", "D_vtkDataSetGhostGenerator_SetNumberOfGhostLayers")); mixin(bindCode("vtkDataSetGhostGenerator_GetNumberOfGhostLayers", "D_vtkDataSetGhostGenerator_GetNumberOfGhostLayers")); mixin(bindCode("vtkDataSetGhostGenerator_FillInputPortInformation", "D_vtkDataSetGhostGenerator_FillInputPortInformation")); mixin(bindCode("vtkDataSetGhostGenerator_FillOutputPortInformation", "D_vtkDataSetGhostGenerator_FillOutputPortInformation")); mixin(bindCode("vtkDataSetGhostGenerator_RequestData", "D_vtkDataSetGhostGenerator_RequestData")); mixin(bindCode("vtkDataSetGhostGenerator_Upcast", "D_vtkDataSetGhostGenerator_Upcast")); mixin(bindCode("vtkStructuredGridGhostDataGenerator_New", "D_vtkStructuredGridGhostDataGenerator_New")); mixin(bindCode("vtkStructuredGridGhostDataGenerator_IsTypeOf", "D_vtkStructuredGridGhostDataGenerator_IsTypeOf")); mixin(bindCode("vtkStructuredGridGhostDataGenerator_SafeDownCast", "D_vtkStructuredGridGhostDataGenerator_SafeDownCast")); mixin(bindCode("vtkStructuredGridGhostDataGenerator_NewInstance", "D_vtkStructuredGridGhostDataGenerator_NewInstance")); mixin(bindCode("vtkStructuredGridGhostDataGenerator_Upcast", "D_vtkStructuredGridGhostDataGenerator_Upcast")); mixin(bindCode("vtkRectilinearGridOutlineFilter_New", "D_vtkRectilinearGridOutlineFilter_New")); mixin(bindCode("vtkRectilinearGridOutlineFilter_IsTypeOf", "D_vtkRectilinearGridOutlineFilter_IsTypeOf")); mixin(bindCode("vtkRectilinearGridOutlineFilter_SafeDownCast", "D_vtkRectilinearGridOutlineFilter_SafeDownCast")); mixin(bindCode("vtkRectilinearGridOutlineFilter_NewInstance", "D_vtkRectilinearGridOutlineFilter_NewInstance")); mixin(bindCode("vtkRectilinearGridOutlineFilter_Upcast", "D_vtkRectilinearGridOutlineFilter_Upcast")); mixin(bindCode("vtkCollapseVerticesByArray_New", "D_vtkCollapseVerticesByArray_New")); mixin(bindCode("vtkCollapseVerticesByArray_IsTypeOf", "D_vtkCollapseVerticesByArray_IsTypeOf")); mixin(bindCode("vtkCollapseVerticesByArray_SafeDownCast", "D_vtkCollapseVerticesByArray_SafeDownCast")); mixin(bindCode("vtkCollapseVerticesByArray_NewInstance", "D_vtkCollapseVerticesByArray_NewInstance")); mixin(bindCode("vtkCollapseVerticesByArray_GetAllowSelfLoops", "D_vtkCollapseVerticesByArray_GetAllowSelfLoops")); mixin(bindCode("vtkCollapseVerticesByArray_SetAllowSelfLoops", "D_vtkCollapseVerticesByArray_SetAllowSelfLoops")); mixin(bindCode("vtkCollapseVerticesByArray_AllowSelfLoopsOn", "D_vtkCollapseVerticesByArray_AllowSelfLoopsOn")); mixin(bindCode("vtkCollapseVerticesByArray_AllowSelfLoopsOff", "D_vtkCollapseVerticesByArray_AllowSelfLoopsOff")); mixin(bindCode("vtkCollapseVerticesByArray_AddAggregateEdgeArray", "D_vtkCollapseVerticesByArray_AddAggregateEdgeArray")); mixin(bindCode("vtkCollapseVerticesByArray_ClearAggregateEdgeArray", "D_vtkCollapseVerticesByArray_ClearAggregateEdgeArray")); mixin(bindCode("vtkCollapseVerticesByArray_GetVertexArray", "D_vtkCollapseVerticesByArray_GetVertexArray")); mixin(bindCode("vtkCollapseVerticesByArray_SetVertexArray", "D_vtkCollapseVerticesByArray_SetVertexArray")); mixin(bindCode("vtkCollapseVerticesByArray_GetCountEdgesCollapsed", "D_vtkCollapseVerticesByArray_GetCountEdgesCollapsed")); mixin(bindCode("vtkCollapseVerticesByArray_SetCountEdgesCollapsed", "D_vtkCollapseVerticesByArray_SetCountEdgesCollapsed")); mixin(bindCode("vtkCollapseVerticesByArray_CountEdgesCollapsedOn", "D_vtkCollapseVerticesByArray_CountEdgesCollapsedOn")); mixin(bindCode("vtkCollapseVerticesByArray_CountEdgesCollapsedOff", "D_vtkCollapseVerticesByArray_CountEdgesCollapsedOff")); mixin(bindCode("vtkCollapseVerticesByArray_GetEdgesCollapsedArray", "D_vtkCollapseVerticesByArray_GetEdgesCollapsedArray")); mixin(bindCode("vtkCollapseVerticesByArray_SetEdgesCollapsedArray", "D_vtkCollapseVerticesByArray_SetEdgesCollapsedArray")); mixin(bindCode("vtkCollapseVerticesByArray_GetCountVerticesCollapsed", "D_vtkCollapseVerticesByArray_GetCountVerticesCollapsed")); mixin(bindCode("vtkCollapseVerticesByArray_SetCountVerticesCollapsed", "D_vtkCollapseVerticesByArray_SetCountVerticesCollapsed")); mixin(bindCode("vtkCollapseVerticesByArray_CountVerticesCollapsedOn", "D_vtkCollapseVerticesByArray_CountVerticesCollapsedOn")); mixin(bindCode("vtkCollapseVerticesByArray_CountVerticesCollapsedOff", "D_vtkCollapseVerticesByArray_CountVerticesCollapsedOff")); mixin(bindCode("vtkCollapseVerticesByArray_GetVerticesCollapsedArray", "D_vtkCollapseVerticesByArray_GetVerticesCollapsedArray")); mixin(bindCode("vtkCollapseVerticesByArray_SetVerticesCollapsedArray", "D_vtkCollapseVerticesByArray_SetVerticesCollapsedArray")); mixin(bindCode("vtkCollapseVerticesByArray_Upcast", "D_vtkCollapseVerticesByArray_Upcast")); mixin(bindCode("VTK_DBL_MIN_get", "D_VTK_DBL_MIN_get")); mixin(bindCode("VTK_DBL_EPSILON_get", "D_VTK_DBL_EPSILON_get")); mixin(bindCode("vtkMath_New", "D_vtkMath_New")); mixin(bindCode("vtkMath_IsTypeOf", "D_vtkMath_IsTypeOf")); mixin(bindCode("vtkMath_SafeDownCast", "D_vtkMath_SafeDownCast")); mixin(bindCode("vtkMath_NewInstance", "D_vtkMath_NewInstance")); mixin(bindCode("vtkMath_Pi", "D_vtkMath_Pi")); mixin(bindCode("vtkMath_DoublePi", "D_vtkMath_DoublePi")); mixin(bindCode("vtkMath_DoubleTwoPi", "D_vtkMath_DoubleTwoPi")); mixin(bindCode("vtkMath_RadiansFromDegrees__SWIG_0", "D_vtkMath_RadiansFromDegrees__SWIG_0")); mixin(bindCode("vtkMath_RadiansFromDegrees__SWIG_1", "D_vtkMath_RadiansFromDegrees__SWIG_1")); mixin(bindCode("vtkMath_DegreesFromRadians__SWIG_0", "D_vtkMath_DegreesFromRadians__SWIG_0")); mixin(bindCode("vtkMath_DegreesFromRadians__SWIG_1", "D_vtkMath_DegreesFromRadians__SWIG_1")); mixin(bindCode("vtkMath_Round__SWIG_0", "D_vtkMath_Round__SWIG_0")); mixin(bindCode("vtkMath_Round__SWIG_1", "D_vtkMath_Round__SWIG_1")); mixin(bindCode("vtkMath_Floor", "D_vtkMath_Floor")); mixin(bindCode("vtkMath_Ceil", "D_vtkMath_Ceil")); mixin(bindCode("vtkMath_CeilLog2", "D_vtkMath_CeilLog2")); mixin(bindCode("vtkMath_IsPowerOfTwo", "D_vtkMath_IsPowerOfTwo")); mixin(bindCode("vtkMath_NearestPowerOfTwo", "D_vtkMath_NearestPowerOfTwo")); mixin(bindCode("vtkMath_Factorial", "D_vtkMath_Factorial")); mixin(bindCode("vtkMath_Binomial", "D_vtkMath_Binomial")); mixin(bindCode("vtkMath_BeginCombination", "D_vtkMath_BeginCombination")); mixin(bindCode("vtkMath_NextCombination", "D_vtkMath_NextCombination")); mixin(bindCode("vtkMath_FreeCombination", "D_vtkMath_FreeCombination")); mixin(bindCode("vtkMath_RandomSeed", "D_vtkMath_RandomSeed")); mixin(bindCode("vtkMath_GetSeed", "D_vtkMath_GetSeed")); mixin(bindCode("vtkMath_Random__SWIG_0", "D_vtkMath_Random__SWIG_0")); mixin(bindCode("vtkMath_Random__SWIG_1", "D_vtkMath_Random__SWIG_1")); mixin(bindCode("vtkMath_Gaussian__SWIG_0", "D_vtkMath_Gaussian__SWIG_0")); mixin(bindCode("vtkMath_Gaussian__SWIG_1", "D_vtkMath_Gaussian__SWIG_1")); mixin(bindCode("vtkMath_Add__SWIG_0", "D_vtkMath_Add__SWIG_0")); mixin(bindCode("vtkMath_Add__SWIG_1", "D_vtkMath_Add__SWIG_1")); mixin(bindCode("vtkMath_Subtract__SWIG_0", "D_vtkMath_Subtract__SWIG_0")); mixin(bindCode("vtkMath_Subtract__SWIG_1", "D_vtkMath_Subtract__SWIG_1")); mixin(bindCode("vtkMath_MultiplyScalar__SWIG_0", "D_vtkMath_MultiplyScalar__SWIG_0")); mixin(bindCode("vtkMath_MultiplyScalar2D__SWIG_0", "D_vtkMath_MultiplyScalar2D__SWIG_0")); mixin(bindCode("vtkMath_MultiplyScalar__SWIG_1", "D_vtkMath_MultiplyScalar__SWIG_1")); mixin(bindCode("vtkMath_MultiplyScalar2D__SWIG_1", "D_vtkMath_MultiplyScalar2D__SWIG_1")); mixin(bindCode("vtkMath_Dot__SWIG_0", "D_vtkMath_Dot__SWIG_0")); mixin(bindCode("vtkMath_Dot__SWIG_1", "D_vtkMath_Dot__SWIG_1")); mixin(bindCode("vtkMath_Outer__SWIG_0", "D_vtkMath_Outer__SWIG_0")); mixin(bindCode("vtkMath_Outer__SWIG_1", "D_vtkMath_Outer__SWIG_1")); mixin(bindCode("vtkMath_Cross__SWIG_0", "D_vtkMath_Cross__SWIG_0")); mixin(bindCode("vtkMath_Cross__SWIG_1", "D_vtkMath_Cross__SWIG_1")); mixin(bindCode("vtkMath_Norm__SWIG_0", "D_vtkMath_Norm__SWIG_0")); mixin(bindCode("vtkMath_Norm__SWIG_1", "D_vtkMath_Norm__SWIG_1")); mixin(bindCode("vtkMath_Norm__SWIG_2", "D_vtkMath_Norm__SWIG_2")); mixin(bindCode("vtkMath_Norm__SWIG_3", "D_vtkMath_Norm__SWIG_3")); mixin(bindCode("vtkMath_Normalize__SWIG_0", "D_vtkMath_Normalize__SWIG_0")); mixin(bindCode("vtkMath_Normalize__SWIG_1", "D_vtkMath_Normalize__SWIG_1")); mixin(bindCode("vtkMath_Perpendiculars__SWIG_0", "D_vtkMath_Perpendiculars__SWIG_0")); mixin(bindCode("vtkMath_Perpendiculars__SWIG_1", "D_vtkMath_Perpendiculars__SWIG_1")); mixin(bindCode("vtkMath_ProjectVector__SWIG_0", "D_vtkMath_ProjectVector__SWIG_0")); mixin(bindCode("vtkMath_ProjectVector__SWIG_1", "D_vtkMath_ProjectVector__SWIG_1")); mixin(bindCode("vtkMath_ProjectVector2D__SWIG_0", "D_vtkMath_ProjectVector2D__SWIG_0")); mixin(bindCode("vtkMath_ProjectVector2D__SWIG_1", "D_vtkMath_ProjectVector2D__SWIG_1")); mixin(bindCode("vtkMath_Distance2BetweenPoints__SWIG_0", "D_vtkMath_Distance2BetweenPoints__SWIG_0")); mixin(bindCode("vtkMath_Distance2BetweenPoints__SWIG_1", "D_vtkMath_Distance2BetweenPoints__SWIG_1")); mixin(bindCode("vtkMath_GaussianAmplitude__SWIG_0", "D_vtkMath_GaussianAmplitude__SWIG_0")); mixin(bindCode("vtkMath_GaussianAmplitude__SWIG_1", "D_vtkMath_GaussianAmplitude__SWIG_1")); mixin(bindCode("vtkMath_GaussianWeight__SWIG_0", "D_vtkMath_GaussianWeight__SWIG_0")); mixin(bindCode("vtkMath_GaussianWeight__SWIG_1", "D_vtkMath_GaussianWeight__SWIG_1")); mixin(bindCode("vtkMath_Dot2D__SWIG_0", "D_vtkMath_Dot2D__SWIG_0")); mixin(bindCode("vtkMath_Dot2D__SWIG_1", "D_vtkMath_Dot2D__SWIG_1")); mixin(bindCode("vtkMath_Outer2D__SWIG_0", "D_vtkMath_Outer2D__SWIG_0")); mixin(bindCode("vtkMath_Outer2D__SWIG_1", "D_vtkMath_Outer2D__SWIG_1")); mixin(bindCode("vtkMath_Norm2D__SWIG_0", "D_vtkMath_Norm2D__SWIG_0")); mixin(bindCode("vtkMath_Norm2D__SWIG_1", "D_vtkMath_Norm2D__SWIG_1")); mixin(bindCode("vtkMath_Normalize2D__SWIG_0", "D_vtkMath_Normalize2D__SWIG_0")); mixin(bindCode("vtkMath_Normalize2D__SWIG_1", "D_vtkMath_Normalize2D__SWIG_1")); mixin(bindCode("vtkMath_Determinant2x2__SWIG_0", "D_vtkMath_Determinant2x2__SWIG_0")); mixin(bindCode("vtkMath_Determinant2x2__SWIG_1", "D_vtkMath_Determinant2x2__SWIG_1")); mixin(bindCode("vtkMath_Determinant2x2__SWIG_2", "D_vtkMath_Determinant2x2__SWIG_2")); mixin(bindCode("vtkMath_LUFactor3x3__SWIG_0", "D_vtkMath_LUFactor3x3__SWIG_0")); mixin(bindCode("vtkMath_LUFactor3x3__SWIG_1", "D_vtkMath_LUFactor3x3__SWIG_1")); mixin(bindCode("vtkMath_LUSolve3x3__SWIG_0", "D_vtkMath_LUSolve3x3__SWIG_0")); mixin(bindCode("vtkMath_LUSolve3x3__SWIG_1", "D_vtkMath_LUSolve3x3__SWIG_1")); mixin(bindCode("vtkMath_LinearSolve3x3__SWIG_0", "D_vtkMath_LinearSolve3x3__SWIG_0")); mixin(bindCode("vtkMath_LinearSolve3x3__SWIG_1", "D_vtkMath_LinearSolve3x3__SWIG_1")); mixin(bindCode("vtkMath_Multiply3x3__SWIG_0", "D_vtkMath_Multiply3x3__SWIG_0")); mixin(bindCode("vtkMath_Multiply3x3__SWIG_1", "D_vtkMath_Multiply3x3__SWIG_1")); mixin(bindCode("vtkMath_Multiply3x3__SWIG_2", "D_vtkMath_Multiply3x3__SWIG_2")); mixin(bindCode("vtkMath_Multiply3x3__SWIG_3", "D_vtkMath_Multiply3x3__SWIG_3")); mixin(bindCode("vtkMath_MultiplyMatrix", "D_vtkMath_MultiplyMatrix")); mixin(bindCode("vtkMath_Transpose3x3__SWIG_0", "D_vtkMath_Transpose3x3__SWIG_0")); mixin(bindCode("vtkMath_Transpose3x3__SWIG_1", "D_vtkMath_Transpose3x3__SWIG_1")); mixin(bindCode("vtkMath_Invert3x3__SWIG_0", "D_vtkMath_Invert3x3__SWIG_0")); mixin(bindCode("vtkMath_Invert3x3__SWIG_1", "D_vtkMath_Invert3x3__SWIG_1")); mixin(bindCode("vtkMath_Identity3x3__SWIG_0", "D_vtkMath_Identity3x3__SWIG_0")); mixin(bindCode("vtkMath_Identity3x3__SWIG_1", "D_vtkMath_Identity3x3__SWIG_1")); mixin(bindCode("vtkMath_Determinant3x3__SWIG_0", "D_vtkMath_Determinant3x3__SWIG_0")); mixin(bindCode("vtkMath_Determinant3x3__SWIG_1", "D_vtkMath_Determinant3x3__SWIG_1")); mixin(bindCode("vtkMath_Determinant3x3__SWIG_2", "D_vtkMath_Determinant3x3__SWIG_2")); mixin(bindCode("vtkMath_Determinant3x3__SWIG_3", "D_vtkMath_Determinant3x3__SWIG_3")); mixin(bindCode("vtkMath_Determinant3x3__SWIG_4", "D_vtkMath_Determinant3x3__SWIG_4")); mixin(bindCode("vtkMath_QuaternionToMatrix3x3__SWIG_0", "D_vtkMath_QuaternionToMatrix3x3__SWIG_0")); mixin(bindCode("vtkMath_QuaternionToMatrix3x3__SWIG_1", "D_vtkMath_QuaternionToMatrix3x3__SWIG_1")); mixin(bindCode("vtkMath_Matrix3x3ToQuaternion__SWIG_0", "D_vtkMath_Matrix3x3ToQuaternion__SWIG_0")); mixin(bindCode("vtkMath_Matrix3x3ToQuaternion__SWIG_1", "D_vtkMath_Matrix3x3ToQuaternion__SWIG_1")); mixin(bindCode("vtkMath_MultiplyQuaternion__SWIG_0", "D_vtkMath_MultiplyQuaternion__SWIG_0")); mixin(bindCode("vtkMath_MultiplyQuaternion__SWIG_1", "D_vtkMath_MultiplyQuaternion__SWIG_1")); mixin(bindCode("vtkMath_Orthogonalize3x3__SWIG_0", "D_vtkMath_Orthogonalize3x3__SWIG_0")); mixin(bindCode("vtkMath_Orthogonalize3x3__SWIG_1", "D_vtkMath_Orthogonalize3x3__SWIG_1")); mixin(bindCode("vtkMath_Diagonalize3x3__SWIG_0", "D_vtkMath_Diagonalize3x3__SWIG_0")); mixin(bindCode("vtkMath_Diagonalize3x3__SWIG_1", "D_vtkMath_Diagonalize3x3__SWIG_1")); mixin(bindCode("vtkMath_SingularValueDecomposition3x3__SWIG_0", "D_vtkMath_SingularValueDecomposition3x3__SWIG_0")); mixin(bindCode("vtkMath_SingularValueDecomposition3x3__SWIG_1", "D_vtkMath_SingularValueDecomposition3x3__SWIG_1")); mixin(bindCode("vtkMath_SolveLinearSystem", "D_vtkMath_SolveLinearSystem")); mixin(bindCode("vtkMath_InvertMatrix__SWIG_0", "D_vtkMath_InvertMatrix__SWIG_0")); mixin(bindCode("vtkMath_InvertMatrix__SWIG_1", "D_vtkMath_InvertMatrix__SWIG_1")); mixin(bindCode("vtkMath_LUFactorLinearSystem__SWIG_0", "D_vtkMath_LUFactorLinearSystem__SWIG_0")); mixin(bindCode("vtkMath_LUFactorLinearSystem__SWIG_1", "D_vtkMath_LUFactorLinearSystem__SWIG_1")); mixin(bindCode("vtkMath_LUSolveLinearSystem", "D_vtkMath_LUSolveLinearSystem")); mixin(bindCode("vtkMath_EstimateMatrixCondition", "D_vtkMath_EstimateMatrixCondition")); mixin(bindCode("vtkMath_Jacobi__SWIG_0", "D_vtkMath_Jacobi__SWIG_0")); mixin(bindCode("vtkMath_Jacobi__SWIG_1", "D_vtkMath_Jacobi__SWIG_1")); mixin(bindCode("vtkMath_JacobiN__SWIG_0", "D_vtkMath_JacobiN__SWIG_0")); mixin(bindCode("vtkMath_JacobiN__SWIG_1", "D_vtkMath_JacobiN__SWIG_1")); mixin(bindCode("vtkMath_SolveHomogeneousLeastSquares", "D_vtkMath_SolveHomogeneousLeastSquares")); mixin(bindCode("vtkMath_SolveLeastSquares__SWIG_0", "D_vtkMath_SolveLeastSquares__SWIG_0")); mixin(bindCode("vtkMath_SolveLeastSquares__SWIG_1", "D_vtkMath_SolveLeastSquares__SWIG_1")); mixin(bindCode("vtkMath_RGBToHSV__SWIG_0", "D_vtkMath_RGBToHSV__SWIG_0")); mixin(bindCode("vtkMath_RGBToHSV__SWIG_1", "D_vtkMath_RGBToHSV__SWIG_1")); mixin(bindCode("vtkMath_RGBToHSV__SWIG_2", "D_vtkMath_RGBToHSV__SWIG_2")); mixin(bindCode("vtkMath_RGBToHSV__SWIG_3", "D_vtkMath_RGBToHSV__SWIG_3")); mixin(bindCode("vtkMath_RGBToHSV__SWIG_4", "D_vtkMath_RGBToHSV__SWIG_4")); mixin(bindCode("vtkMath_RGBToHSV__SWIG_5", "D_vtkMath_RGBToHSV__SWIG_5")); mixin(bindCode("vtkMath_HSVToRGB__SWIG_0", "D_vtkMath_HSVToRGB__SWIG_0")); mixin(bindCode("vtkMath_HSVToRGB__SWIG_1", "D_vtkMath_HSVToRGB__SWIG_1")); mixin(bindCode("vtkMath_HSVToRGB__SWIG_2", "D_vtkMath_HSVToRGB__SWIG_2")); mixin(bindCode("vtkMath_HSVToRGB__SWIG_3", "D_vtkMath_HSVToRGB__SWIG_3")); mixin(bindCode("vtkMath_HSVToRGB__SWIG_4", "D_vtkMath_HSVToRGB__SWIG_4")); mixin(bindCode("vtkMath_HSVToRGB__SWIG_5", "D_vtkMath_HSVToRGB__SWIG_5")); mixin(bindCode("vtkMath_LabToXYZ__SWIG_0", "D_vtkMath_LabToXYZ__SWIG_0")); mixin(bindCode("vtkMath_LabToXYZ__SWIG_1", "D_vtkMath_LabToXYZ__SWIG_1")); mixin(bindCode("vtkMath_LabToXYZ__SWIG_2", "D_vtkMath_LabToXYZ__SWIG_2")); mixin(bindCode("vtkMath_XYZToLab__SWIG_0", "D_vtkMath_XYZToLab__SWIG_0")); mixin(bindCode("vtkMath_XYZToLab__SWIG_1", "D_vtkMath_XYZToLab__SWIG_1")); mixin(bindCode("vtkMath_XYZToLab__SWIG_2", "D_vtkMath_XYZToLab__SWIG_2")); mixin(bindCode("vtkMath_XYZToRGB__SWIG_0", "D_vtkMath_XYZToRGB__SWIG_0")); mixin(bindCode("vtkMath_XYZToRGB__SWIG_1", "D_vtkMath_XYZToRGB__SWIG_1")); mixin(bindCode("vtkMath_XYZToRGB__SWIG_2", "D_vtkMath_XYZToRGB__SWIG_2")); mixin(bindCode("vtkMath_RGBToXYZ__SWIG_0", "D_vtkMath_RGBToXYZ__SWIG_0")); mixin(bindCode("vtkMath_RGBToXYZ__SWIG_1", "D_vtkMath_RGBToXYZ__SWIG_1")); mixin(bindCode("vtkMath_RGBToXYZ__SWIG_2", "D_vtkMath_RGBToXYZ__SWIG_2")); mixin(bindCode("vtkMath_RGBToLab__SWIG_0", "D_vtkMath_RGBToLab__SWIG_0")); mixin(bindCode("vtkMath_RGBToLab__SWIG_1", "D_vtkMath_RGBToLab__SWIG_1")); mixin(bindCode("vtkMath_RGBToLab__SWIG_2", "D_vtkMath_RGBToLab__SWIG_2")); mixin(bindCode("vtkMath_LabToRGB__SWIG_0", "D_vtkMath_LabToRGB__SWIG_0")); mixin(bindCode("vtkMath_LabToRGB__SWIG_1", "D_vtkMath_LabToRGB__SWIG_1")); mixin(bindCode("vtkMath_LabToRGB__SWIG_2", "D_vtkMath_LabToRGB__SWIG_2")); mixin(bindCode("vtkMath_UninitializeBounds", "D_vtkMath_UninitializeBounds")); mixin(bindCode("vtkMath_AreBoundsInitialized", "D_vtkMath_AreBoundsInitialized")); mixin(bindCode("vtkMath_ClampValue__SWIG_0", "D_vtkMath_ClampValue__SWIG_0")); mixin(bindCode("vtkMath_ClampValue__SWIG_1", "D_vtkMath_ClampValue__SWIG_1")); mixin(bindCode("vtkMath_ClampValues__SWIG_0", "D_vtkMath_ClampValues__SWIG_0")); mixin(bindCode("vtkMath_ClampValues__SWIG_1", "D_vtkMath_ClampValues__SWIG_1")); mixin(bindCode("vtkMath_ClampAndNormalizeValue", "D_vtkMath_ClampAndNormalizeValue")); mixin(bindCode("vtkMath_GetScalarTypeFittingRange__SWIG_0", "D_vtkMath_GetScalarTypeFittingRange__SWIG_0")); mixin(bindCode("vtkMath_GetScalarTypeFittingRange__SWIG_1", "D_vtkMath_GetScalarTypeFittingRange__SWIG_1")); mixin(bindCode("vtkMath_GetScalarTypeFittingRange__SWIG_2", "D_vtkMath_GetScalarTypeFittingRange__SWIG_2")); mixin(bindCode("vtkMath_GetAdjustedScalarRange", "D_vtkMath_GetAdjustedScalarRange")); mixin(bindCode("vtkMath_ExtentIsWithinOtherExtent", "D_vtkMath_ExtentIsWithinOtherExtent")); mixin(bindCode("vtkMath_BoundsIsWithinOtherBounds", "D_vtkMath_BoundsIsWithinOtherBounds")); mixin(bindCode("vtkMath_PointIsWithinBounds", "D_vtkMath_PointIsWithinBounds")); mixin(bindCode("vtkMath_Solve3PointCircle", "D_vtkMath_Solve3PointCircle")); mixin(bindCode("vtkMath_Inf", "D_vtkMath_Inf")); mixin(bindCode("vtkMath_NegInf", "D_vtkMath_NegInf")); mixin(bindCode("vtkMath_Nan", "D_vtkMath_Nan")); mixin(bindCode("vtkMath_IsInf", "D_vtkMath_IsInf")); mixin(bindCode("vtkMath_IsNan", "D_vtkMath_IsNan")); mixin(bindCode("vtkMath_IsFinite", "D_vtkMath_IsFinite")); mixin(bindCode("vtkMath_Upcast", "D_vtkMath_Upcast")); mixin(bindCode("vtkUnstructuredGridPartialPreIntegration_IsTypeOf", "D_vtkUnstructuredGridPartialPreIntegration_IsTypeOf")); mixin(bindCode("vtkUnstructuredGridPartialPreIntegration_SafeDownCast", "D_vtkUnstructuredGridPartialPreIntegration_SafeDownCast")); mixin(bindCode("vtkUnstructuredGridPartialPreIntegration_NewInstance", "D_vtkUnstructuredGridPartialPreIntegration_NewInstance")); mixin(bindCode("vtkUnstructuredGridPartialPreIntegration_New", "D_vtkUnstructuredGridPartialPreIntegration_New")); mixin(bindCode("vtkUnstructuredGridPartialPreIntegration_IntegrateRay__SWIG_0", "D_vtkUnstructuredGridPartialPreIntegration_IntegrateRay__SWIG_0")); mixin(bindCode("vtkUnstructuredGridPartialPreIntegration_IntegrateRay__SWIG_1", "D_vtkUnstructuredGridPartialPreIntegration_IntegrateRay__SWIG_1")); mixin(bindCode("vtkUnstructuredGridPartialPreIntegration_Psi", "D_vtkUnstructuredGridPartialPreIntegration_Psi")); mixin(bindCode("vtkUnstructuredGridPartialPreIntegration_GetPsiTable", "D_vtkUnstructuredGridPartialPreIntegration_GetPsiTable")); mixin(bindCode("vtkUnstructuredGridPartialPreIntegration_BuildPsiTable", "D_vtkUnstructuredGridPartialPreIntegration_BuildPsiTable")); mixin(bindCode("vtkUnstructuredGridPartialPreIntegration_Upcast", "D_vtkUnstructuredGridPartialPreIntegration_Upcast")); mixin(bindCode("vtkHomogeneousTransform_IsTypeOf", "D_vtkHomogeneousTransform_IsTypeOf")); mixin(bindCode("vtkHomogeneousTransform_SafeDownCast", "D_vtkHomogeneousTransform_SafeDownCast")); mixin(bindCode("vtkHomogeneousTransform_NewInstance", "D_vtkHomogeneousTransform_NewInstance")); mixin(bindCode("vtkHomogeneousTransform_GetMatrix__SWIG_0", "D_vtkHomogeneousTransform_GetMatrix__SWIG_0")); mixin(bindCode("vtkHomogeneousTransform_GetMatrix__SWIG_1", "D_vtkHomogeneousTransform_GetMatrix__SWIG_1")); mixin(bindCode("vtkHomogeneousTransform_GetHomogeneousInverse", "D_vtkHomogeneousTransform_GetHomogeneousInverse")); mixin(bindCode("vtkHomogeneousTransform_InternalTransformPoint__SWIG_0", "D_vtkHomogeneousTransform_InternalTransformPoint__SWIG_0")); mixin(bindCode("vtkHomogeneousTransform_InternalTransformPoint__SWIG_1", "D_vtkHomogeneousTransform_InternalTransformPoint__SWIG_1")); mixin(bindCode("vtkHomogeneousTransform_InternalTransformDerivative__SWIG_0", "D_vtkHomogeneousTransform_InternalTransformDerivative__SWIG_0")); mixin(bindCode("vtkHomogeneousTransform_InternalTransformDerivative__SWIG_1", "D_vtkHomogeneousTransform_InternalTransformDerivative__SWIG_1")); mixin(bindCode("vtkHomogeneousTransform_Upcast", "D_vtkHomogeneousTransform_Upcast")); mixin(bindCode("vtkLinearTransform_IsTypeOf", "D_vtkLinearTransform_IsTypeOf")); mixin(bindCode("vtkLinearTransform_SafeDownCast", "D_vtkLinearTransform_SafeDownCast")); mixin(bindCode("vtkLinearTransform_NewInstance", "D_vtkLinearTransform_NewInstance")); mixin(bindCode("vtkLinearTransform_TransformNormal__SWIG_0", "D_vtkLinearTransform_TransformNormal__SWIG_0")); mixin(bindCode("vtkLinearTransform_TransformNormal__SWIG_1", "D_vtkLinearTransform_TransformNormal__SWIG_1")); mixin(bindCode("vtkLinearTransform_TransformNormal__SWIG_2", "D_vtkLinearTransform_TransformNormal__SWIG_2")); mixin(bindCode("vtkLinearTransform_TransformNormal__SWIG_3", "D_vtkLinearTransform_TransformNormal__SWIG_3")); mixin(bindCode("vtkLinearTransform_TransformFloatNormal__SWIG_0", "D_vtkLinearTransform_TransformFloatNormal__SWIG_0")); mixin(bindCode("vtkLinearTransform_TransformFloatNormal__SWIG_1", "D_vtkLinearTransform_TransformFloatNormal__SWIG_1")); mixin(bindCode("vtkLinearTransform_TransformDoubleNormal__SWIG_0", "D_vtkLinearTransform_TransformDoubleNormal__SWIG_0")); mixin(bindCode("vtkLinearTransform_TransformDoubleNormal__SWIG_1", "D_vtkLinearTransform_TransformDoubleNormal__SWIG_1")); mixin(bindCode("vtkLinearTransform_TransformVector__SWIG_0", "D_vtkLinearTransform_TransformVector__SWIG_0")); mixin(bindCode("vtkLinearTransform_TransformVector__SWIG_1", "D_vtkLinearTransform_TransformVector__SWIG_1")); mixin(bindCode("vtkLinearTransform_TransformVector__SWIG_2", "D_vtkLinearTransform_TransformVector__SWIG_2")); mixin(bindCode("vtkLinearTransform_TransformVector__SWIG_3", "D_vtkLinearTransform_TransformVector__SWIG_3")); mixin(bindCode("vtkLinearTransform_TransformFloatVector__SWIG_0", "D_vtkLinearTransform_TransformFloatVector__SWIG_0")); mixin(bindCode("vtkLinearTransform_TransformFloatVector__SWIG_1", "D_vtkLinearTransform_TransformFloatVector__SWIG_1")); mixin(bindCode("vtkLinearTransform_TransformDoubleVector__SWIG_0", "D_vtkLinearTransform_TransformDoubleVector__SWIG_0")); mixin(bindCode("vtkLinearTransform_TransformDoubleVector__SWIG_1", "D_vtkLinearTransform_TransformDoubleVector__SWIG_1")); mixin(bindCode("vtkLinearTransform_TransformNormals", "D_vtkLinearTransform_TransformNormals")); mixin(bindCode("vtkLinearTransform_TransformVectors", "D_vtkLinearTransform_TransformVectors")); mixin(bindCode("vtkLinearTransform_GetLinearInverse", "D_vtkLinearTransform_GetLinearInverse")); mixin(bindCode("vtkLinearTransform_InternalTransformPoint__SWIG_0", "D_vtkLinearTransform_InternalTransformPoint__SWIG_0")); mixin(bindCode("vtkLinearTransform_InternalTransformPoint__SWIG_1", "D_vtkLinearTransform_InternalTransformPoint__SWIG_1")); mixin(bindCode("vtkLinearTransform_InternalTransformNormal__SWIG_0", "D_vtkLinearTransform_InternalTransformNormal__SWIG_0")); mixin(bindCode("vtkLinearTransform_InternalTransformNormal__SWIG_1", "D_vtkLinearTransform_InternalTransformNormal__SWIG_1")); mixin(bindCode("vtkLinearTransform_InternalTransformVector__SWIG_0", "D_vtkLinearTransform_InternalTransformVector__SWIG_0")); mixin(bindCode("vtkLinearTransform_InternalTransformVector__SWIG_1", "D_vtkLinearTransform_InternalTransformVector__SWIG_1")); mixin(bindCode("vtkLinearTransform_InternalTransformDerivative__SWIG_0", "D_vtkLinearTransform_InternalTransformDerivative__SWIG_0")); mixin(bindCode("vtkLinearTransform_InternalTransformDerivative__SWIG_1", "D_vtkLinearTransform_InternalTransformDerivative__SWIG_1")); mixin(bindCode("vtkLinearTransform_Upcast", "D_vtkLinearTransform_Upcast")); mixin(bindCode("vtkMatrix4x4_Element_set", "D_vtkMatrix4x4_Element_set")); mixin(bindCode("vtkMatrix4x4_Element_get", "D_vtkMatrix4x4_Element_get")); mixin(bindCode("vtkMatrix4x4_New", "D_vtkMatrix4x4_New")); mixin(bindCode("vtkMatrix4x4_IsTypeOf", "D_vtkMatrix4x4_IsTypeOf")); mixin(bindCode("vtkMatrix4x4_SafeDownCast", "D_vtkMatrix4x4_SafeDownCast")); mixin(bindCode("vtkMatrix4x4_NewInstance", "D_vtkMatrix4x4_NewInstance")); mixin(bindCode("vtkMatrix4x4_DeepCopy__SWIG_0", "D_vtkMatrix4x4_DeepCopy__SWIG_0")); mixin(bindCode("vtkMatrix4x4_DeepCopy__SWIG_1", "D_vtkMatrix4x4_DeepCopy__SWIG_1")); mixin(bindCode("vtkMatrix4x4_Zero", "D_vtkMatrix4x4_Zero")); mixin(bindCode("vtkMatrix4x4_Identity", "D_vtkMatrix4x4_Identity")); mixin(bindCode("vtkMatrix4x4_Invert__SWIG_0", "D_vtkMatrix4x4_Invert__SWIG_0")); mixin(bindCode("vtkMatrix4x4_Invert__SWIG_1", "D_vtkMatrix4x4_Invert__SWIG_1")); mixin(bindCode("vtkMatrix4x4_Transpose__SWIG_0", "D_vtkMatrix4x4_Transpose__SWIG_0")); mixin(bindCode("vtkMatrix4x4_Transpose__SWIG_1", "D_vtkMatrix4x4_Transpose__SWIG_1")); mixin(bindCode("vtkMatrix4x4_MultiplyPoint__SWIG_0", "D_vtkMatrix4x4_MultiplyPoint__SWIG_0")); mixin(bindCode("vtkMatrix4x4_MultiplyPoint__SWIG_1", "D_vtkMatrix4x4_MultiplyPoint__SWIG_1")); mixin(bindCode("vtkMatrix4x4_MultiplyPoint__SWIG_2", "D_vtkMatrix4x4_MultiplyPoint__SWIG_2")); mixin(bindCode("vtkMatrix4x4_MultiplyFloatPoint", "D_vtkMatrix4x4_MultiplyFloatPoint")); mixin(bindCode("vtkMatrix4x4_MultiplyDoublePoint", "D_vtkMatrix4x4_MultiplyDoublePoint")); mixin(bindCode("vtkMatrix4x4_Multiply4x4", "D_vtkMatrix4x4_Multiply4x4")); mixin(bindCode("vtkMatrix4x4_Adjoint", "D_vtkMatrix4x4_Adjoint")); mixin(bindCode("vtkMatrix4x4_Determinant", "D_vtkMatrix4x4_Determinant")); mixin(bindCode("vtkMatrix4x4_SetElement", "D_vtkMatrix4x4_SetElement")); mixin(bindCode("vtkMatrix4x4_GetElement", "D_vtkMatrix4x4_GetElement")); mixin(bindCode("vtkMatrix4x4_Upcast", "D_vtkMatrix4x4_Upcast")); mixin(bindCode("vtkTransform_New", "D_vtkTransform_New")); mixin(bindCode("vtkTransform_IsTypeOf", "D_vtkTransform_IsTypeOf")); mixin(bindCode("vtkTransform_SafeDownCast", "D_vtkTransform_SafeDownCast")); mixin(bindCode("vtkTransform_NewInstance", "D_vtkTransform_NewInstance")); mixin(bindCode("vtkTransform_Identity", "D_vtkTransform_Identity")); mixin(bindCode("vtkTransform_Translate__SWIG_0", "D_vtkTransform_Translate__SWIG_0")); mixin(bindCode("vtkTransform_Translate__SWIG_1", "D_vtkTransform_Translate__SWIG_1")); mixin(bindCode("vtkTransform_Translate__SWIG_2", "D_vtkTransform_Translate__SWIG_2")); mixin(bindCode("vtkTransform_RotateWXYZ__SWIG_0", "D_vtkTransform_RotateWXYZ__SWIG_0")); mixin(bindCode("vtkTransform_RotateWXYZ__SWIG_1", "D_vtkTransform_RotateWXYZ__SWIG_1")); mixin(bindCode("vtkTransform_RotateWXYZ__SWIG_2", "D_vtkTransform_RotateWXYZ__SWIG_2")); mixin(bindCode("vtkTransform_RotateX", "D_vtkTransform_RotateX")); mixin(bindCode("vtkTransform_RotateY", "D_vtkTransform_RotateY")); mixin(bindCode("vtkTransform_RotateZ", "D_vtkTransform_RotateZ")); mixin(bindCode("vtkTransform_Scale__SWIG_0", "D_vtkTransform_Scale__SWIG_0")); mixin(bindCode("vtkTransform_Scale__SWIG_1", "D_vtkTransform_Scale__SWIG_1")); mixin(bindCode("vtkTransform_Scale__SWIG_2", "D_vtkTransform_Scale__SWIG_2")); mixin(bindCode("vtkTransform_SetMatrix__SWIG_0", "D_vtkTransform_SetMatrix__SWIG_0")); mixin(bindCode("vtkTransform_SetMatrix__SWIG_1", "D_vtkTransform_SetMatrix__SWIG_1")); mixin(bindCode("vtkTransform_Concatenate__SWIG_0", "D_vtkTransform_Concatenate__SWIG_0")); mixin(bindCode("vtkTransform_Concatenate__SWIG_1", "D_vtkTransform_Concatenate__SWIG_1")); mixin(bindCode("vtkTransform_Concatenate__SWIG_2", "D_vtkTransform_Concatenate__SWIG_2")); mixin(bindCode("vtkTransform_PreMultiply", "D_vtkTransform_PreMultiply")); mixin(bindCode("vtkTransform_PostMultiply", "D_vtkTransform_PostMultiply")); mixin(bindCode("vtkTransform_GetNumberOfConcatenatedTransforms", "D_vtkTransform_GetNumberOfConcatenatedTransforms")); mixin(bindCode("vtkTransform_GetConcatenatedTransform", "D_vtkTransform_GetConcatenatedTransform")); mixin(bindCode("vtkTransform_GetOrientation__SWIG_0", "D_vtkTransform_GetOrientation__SWIG_0")); mixin(bindCode("vtkTransform_GetOrientation__SWIG_1", "D_vtkTransform_GetOrientation__SWIG_1")); mixin(bindCode("vtkTransform_GetOrientation__SWIG_2", "D_vtkTransform_GetOrientation__SWIG_2")); mixin(bindCode("vtkTransform_GetOrientation__SWIG_3", "D_vtkTransform_GetOrientation__SWIG_3")); mixin(bindCode("vtkTransform_GetOrientationWXYZ__SWIG_0", "D_vtkTransform_GetOrientationWXYZ__SWIG_0")); mixin(bindCode("vtkTransform_GetOrientationWXYZ__SWIG_1", "D_vtkTransform_GetOrientationWXYZ__SWIG_1")); mixin(bindCode("vtkTransform_GetOrientationWXYZ__SWIG_2", "D_vtkTransform_GetOrientationWXYZ__SWIG_2")); mixin(bindCode("vtkTransform_GetPosition__SWIG_0", "D_vtkTransform_GetPosition__SWIG_0")); mixin(bindCode("vtkTransform_GetPosition__SWIG_1", "D_vtkTransform_GetPosition__SWIG_1")); mixin(bindCode("vtkTransform_GetPosition__SWIG_2", "D_vtkTransform_GetPosition__SWIG_2")); mixin(bindCode("vtkTransform_GetScale__SWIG_0", "D_vtkTransform_GetScale__SWIG_0")); mixin(bindCode("vtkTransform_GetScale__SWIG_1", "D_vtkTransform_GetScale__SWIG_1")); mixin(bindCode("vtkTransform_GetScale__SWIG_2", "D_vtkTransform_GetScale__SWIG_2")); mixin(bindCode("vtkTransform_GetInverse__SWIG_0", "D_vtkTransform_GetInverse__SWIG_0")); mixin(bindCode("vtkTransform_GetTranspose", "D_vtkTransform_GetTranspose")); mixin(bindCode("vtkTransform_SetInput", "D_vtkTransform_SetInput")); mixin(bindCode("vtkTransform_GetInput", "D_vtkTransform_GetInput")); mixin(bindCode("vtkTransform_GetInverseFlag", "D_vtkTransform_GetInverseFlag")); mixin(bindCode("vtkTransform_Push", "D_vtkTransform_Push")); mixin(bindCode("vtkTransform_Pop", "D_vtkTransform_Pop")); mixin(bindCode("vtkTransform_GetInverse__SWIG_1", "D_vtkTransform_GetInverse__SWIG_1")); mixin(bindCode("vtkTransform_MultiplyPoint__SWIG_0", "D_vtkTransform_MultiplyPoint__SWIG_0")); mixin(bindCode("vtkTransform_MultiplyPoint__SWIG_1", "D_vtkTransform_MultiplyPoint__SWIG_1")); mixin(bindCode("vtkTransform_Upcast", "D_vtkTransform_Upcast")); mixin(bindCode("vtkTransformCollection_IsTypeOf", "D_vtkTransformCollection_IsTypeOf")); mixin(bindCode("vtkTransformCollection_SafeDownCast", "D_vtkTransformCollection_SafeDownCast")); mixin(bindCode("vtkTransformCollection_NewInstance", "D_vtkTransformCollection_NewInstance")); mixin(bindCode("vtkTransformCollection_New", "D_vtkTransformCollection_New")); mixin(bindCode("vtkTransformCollection_AddItem", "D_vtkTransformCollection_AddItem")); mixin(bindCode("vtkTransformCollection_GetNextItem", "D_vtkTransformCollection_GetNextItem")); mixin(bindCode("vtkTransformCollection_Upcast", "D_vtkTransformCollection_Upcast")); mixin(bindCode("vtkGlyph2D_IsTypeOf", "D_vtkGlyph2D_IsTypeOf")); mixin(bindCode("vtkGlyph2D_SafeDownCast", "D_vtkGlyph2D_SafeDownCast")); mixin(bindCode("vtkGlyph2D_NewInstance", "D_vtkGlyph2D_NewInstance")); mixin(bindCode("vtkGlyph2D_New", "D_vtkGlyph2D_New")); mixin(bindCode("vtkGlyph2D_Upcast", "D_vtkGlyph2D_Upcast")); mixin(bindCode("vtkRendererSource_New", "D_vtkRendererSource_New")); mixin(bindCode("vtkRendererSource_IsTypeOf", "D_vtkRendererSource_IsTypeOf")); mixin(bindCode("vtkRendererSource_SafeDownCast", "D_vtkRendererSource_SafeDownCast")); mixin(bindCode("vtkRendererSource_NewInstance", "D_vtkRendererSource_NewInstance")); mixin(bindCode("vtkRendererSource_SetInput", "D_vtkRendererSource_SetInput")); mixin(bindCode("vtkRendererSource_GetInput", "D_vtkRendererSource_GetInput")); mixin(bindCode("vtkRendererSource_SetWholeWindow", "D_vtkRendererSource_SetWholeWindow")); mixin(bindCode("vtkRendererSource_GetWholeWindow", "D_vtkRendererSource_GetWholeWindow")); mixin(bindCode("vtkRendererSource_WholeWindowOn", "D_vtkRendererSource_WholeWindowOn")); mixin(bindCode("vtkRendererSource_WholeWindowOff", "D_vtkRendererSource_WholeWindowOff")); mixin(bindCode("vtkRendererSource_SetRenderFlag", "D_vtkRendererSource_SetRenderFlag")); mixin(bindCode("vtkRendererSource_GetRenderFlag", "D_vtkRendererSource_GetRenderFlag")); mixin(bindCode("vtkRendererSource_RenderFlagOn", "D_vtkRendererSource_RenderFlagOn")); mixin(bindCode("vtkRendererSource_RenderFlagOff", "D_vtkRendererSource_RenderFlagOff")); mixin(bindCode("vtkRendererSource_SetDepthValues", "D_vtkRendererSource_SetDepthValues")); mixin(bindCode("vtkRendererSource_GetDepthValues", "D_vtkRendererSource_GetDepthValues")); mixin(bindCode("vtkRendererSource_DepthValuesOn", "D_vtkRendererSource_DepthValuesOn")); mixin(bindCode("vtkRendererSource_DepthValuesOff", "D_vtkRendererSource_DepthValuesOff")); mixin(bindCode("vtkRendererSource_SetDepthValuesInScalars", "D_vtkRendererSource_SetDepthValuesInScalars")); mixin(bindCode("vtkRendererSource_GetDepthValuesInScalars", "D_vtkRendererSource_GetDepthValuesInScalars")); mixin(bindCode("vtkRendererSource_DepthValuesInScalarsOn", "D_vtkRendererSource_DepthValuesInScalarsOn")); mixin(bindCode("vtkRendererSource_DepthValuesInScalarsOff", "D_vtkRendererSource_DepthValuesInScalarsOff")); mixin(bindCode("vtkRendererSource_GetOutput", "D_vtkRendererSource_GetOutput")); mixin(bindCode("vtkRendererSource_Upcast", "D_vtkRendererSource_Upcast")); mixin(bindCode("vtkHyperOctree_LEVELS", "D_vtkHyperOctree_LEVELS")); mixin(bindCode("vtkHyperOctree_DIMENSION", "D_vtkHyperOctree_DIMENSION")); mixin(bindCode("vtkHyperOctree_SIZES", "D_vtkHyperOctree_SIZES")); mixin(bindCode("vtkHyperOctree_New", "D_vtkHyperOctree_New")); mixin(bindCode("vtkHyperOctree_IsTypeOf", "D_vtkHyperOctree_IsTypeOf")); mixin(bindCode("vtkHyperOctree_SafeDownCast", "D_vtkHyperOctree_SafeDownCast")); mixin(bindCode("vtkHyperOctree_NewInstance", "D_vtkHyperOctree_NewInstance")); mixin(bindCode("vtkHyperOctree_GetDimension", "D_vtkHyperOctree_GetDimension")); mixin(bindCode("vtkHyperOctree_SetDimension", "D_vtkHyperOctree_SetDimension")); mixin(bindCode("vtkHyperOctree_GetNumberOfLeaves", "D_vtkHyperOctree_GetNumberOfLeaves")); mixin(bindCode("vtkHyperOctree_GetMaxNumberOfPoints", "D_vtkHyperOctree_GetMaxNumberOfPoints")); mixin(bindCode("vtkHyperOctree_GetMaxNumberOfPointsOnBoundary", "D_vtkHyperOctree_GetMaxNumberOfPointsOnBoundary")); mixin(bindCode("vtkHyperOctree_GetMaxNumberOfCellsOnBoundary", "D_vtkHyperOctree_GetMaxNumberOfCellsOnBoundary")); mixin(bindCode("vtkHyperOctree_GetNumberOfLevels", "D_vtkHyperOctree_GetNumberOfLevels")); mixin(bindCode("vtkHyperOctree_SetSize__SWIG_0", "D_vtkHyperOctree_SetSize__SWIG_0")); mixin(bindCode("vtkHyperOctree_SetSize__SWIG_1", "D_vtkHyperOctree_SetSize__SWIG_1")); mixin(bindCode("vtkHyperOctree_GetSize__SWIG_0", "D_vtkHyperOctree_GetSize__SWIG_0")); mixin(bindCode("vtkHyperOctree_GetSize__SWIG_1", "D_vtkHyperOctree_GetSize__SWIG_1")); mixin(bindCode("vtkHyperOctree_GetSize__SWIG_2", "D_vtkHyperOctree_GetSize__SWIG_2")); mixin(bindCode("vtkHyperOctree_SetOrigin__SWIG_0", "D_vtkHyperOctree_SetOrigin__SWIG_0")); mixin(bindCode("vtkHyperOctree_SetOrigin__SWIG_1", "D_vtkHyperOctree_SetOrigin__SWIG_1")); mixin(bindCode("vtkHyperOctree_GetOrigin__SWIG_0", "D_vtkHyperOctree_GetOrigin__SWIG_0")); mixin(bindCode("vtkHyperOctree_GetOrigin__SWIG_1", "D_vtkHyperOctree_GetOrigin__SWIG_1")); mixin(bindCode("vtkHyperOctree_GetOrigin__SWIG_2", "D_vtkHyperOctree_GetOrigin__SWIG_2")); mixin(bindCode("vtkHyperOctree_NewCellCursor", "D_vtkHyperOctree_NewCellCursor")); mixin(bindCode("vtkHyperOctree_SubdivideLeaf", "D_vtkHyperOctree_SubdivideLeaf")); mixin(bindCode("vtkHyperOctree_CollapseTerminalNode", "D_vtkHyperOctree_CollapseTerminalNode")); mixin(bindCode("vtkHyperOctree_GetPoint__SWIG_0", "D_vtkHyperOctree_GetPoint__SWIG_0")); mixin(bindCode("vtkHyperOctree_GetPoint__SWIG_1", "D_vtkHyperOctree_GetPoint__SWIG_1")); mixin(bindCode("vtkHyperOctree_GetCell__SWIG_0", "D_vtkHyperOctree_GetCell__SWIG_0")); mixin(bindCode("vtkHyperOctree_GetCell__SWIG_1", "D_vtkHyperOctree_GetCell__SWIG_1")); mixin(bindCode("vtkHyperOctree_GetCellPoints__SWIG_0", "D_vtkHyperOctree_GetCellPoints__SWIG_0")); mixin(bindCode("vtkHyperOctree_GetCellPoints__SWIG_1", "D_vtkHyperOctree_GetCellPoints__SWIG_1")); mixin(bindCode("vtkHyperOctree_FindCell__SWIG_0", "D_vtkHyperOctree_FindCell__SWIG_0")); mixin(bindCode("vtkHyperOctree_FindCell__SWIG_1", "D_vtkHyperOctree_FindCell__SWIG_1")); mixin(bindCode("vtkHyperOctree_GetPointsOnFace", "D_vtkHyperOctree_GetPointsOnFace")); mixin(bindCode("vtkHyperOctree_GetPointsOnParentFaces", "D_vtkHyperOctree_GetPointsOnParentFaces")); mixin(bindCode("vtkHyperOctree_GetPointsOnEdge", "D_vtkHyperOctree_GetPointsOnEdge")); mixin(bindCode("vtkHyperOctree_GetPointsOnParentEdge", "D_vtkHyperOctree_GetPointsOnParentEdge")); mixin(bindCode("vtkHyperOctree_GetPointsOnEdge2D", "D_vtkHyperOctree_GetPointsOnEdge2D")); mixin(bindCode("vtkHyperOctree_GetPointsOnParentEdge2D", "D_vtkHyperOctree_GetPointsOnParentEdge2D")); mixin(bindCode("vtkHyperOctree_GetLeafData", "D_vtkHyperOctree_GetLeafData")); mixin(bindCode("vtkHyperOctree_SetDualGridFlag", "D_vtkHyperOctree_SetDualGridFlag")); mixin(bindCode("vtkHyperOctree_GetDualGridFlag", "D_vtkHyperOctree_GetDualGridFlag")); mixin(bindCode("vtkHyperOctree_Upcast", "D_vtkHyperOctree_Upcast")); mixin(bindCode("vtkHyperOctreeAlgorithm_IsTypeOf", "D_vtkHyperOctreeAlgorithm_IsTypeOf")); mixin(bindCode("vtkHyperOctreeAlgorithm_SafeDownCast", "D_vtkHyperOctreeAlgorithm_SafeDownCast")); mixin(bindCode("vtkHyperOctreeAlgorithm_NewInstance", "D_vtkHyperOctreeAlgorithm_NewInstance")); mixin(bindCode("vtkHyperOctreeAlgorithm_GetOutput__SWIG_0", "D_vtkHyperOctreeAlgorithm_GetOutput__SWIG_0")); mixin(bindCode("vtkHyperOctreeAlgorithm_GetOutput__SWIG_1", "D_vtkHyperOctreeAlgorithm_GetOutput__SWIG_1")); mixin(bindCode("vtkHyperOctreeAlgorithm_SetOutput", "D_vtkHyperOctreeAlgorithm_SetOutput")); mixin(bindCode("vtkHyperOctreeAlgorithm_GetInput__SWIG_0", "D_vtkHyperOctreeAlgorithm_GetInput__SWIG_0")); mixin(bindCode("vtkHyperOctreeAlgorithm_GetInput__SWIG_1", "D_vtkHyperOctreeAlgorithm_GetInput__SWIG_1")); mixin(bindCode("vtkHyperOctreeAlgorithm_GetHyperOctreeInput", "D_vtkHyperOctreeAlgorithm_GetHyperOctreeInput")); mixin(bindCode("vtkHyperOctreeAlgorithm_SetInputData__SWIG_0", "D_vtkHyperOctreeAlgorithm_SetInputData__SWIG_0")); mixin(bindCode("vtkHyperOctreeAlgorithm_SetInputData__SWIG_1", "D_vtkHyperOctreeAlgorithm_SetInputData__SWIG_1")); mixin(bindCode("vtkHyperOctreeAlgorithm_AddInputData__SWIG_0", "D_vtkHyperOctreeAlgorithm_AddInputData__SWIG_0")); mixin(bindCode("vtkHyperOctreeAlgorithm_AddInputData__SWIG_1", "D_vtkHyperOctreeAlgorithm_AddInputData__SWIG_1")); mixin(bindCode("vtkHyperOctreeAlgorithm_Upcast", "D_vtkHyperOctreeAlgorithm_Upcast")); mixin(bindCode("vtkSocketCommunicator_New", "D_vtkSocketCommunicator_New")); mixin(bindCode("vtkSocketCommunicator_IsTypeOf", "D_vtkSocketCommunicator_IsTypeOf")); mixin(bindCode("vtkSocketCommunicator_SafeDownCast", "D_vtkSocketCommunicator_SafeDownCast")); mixin(bindCode("vtkSocketCommunicator_NewInstance", "D_vtkSocketCommunicator_NewInstance")); mixin(bindCode("vtkSocketCommunicator_WaitForConnection__SWIG_0", "D_vtkSocketCommunicator_WaitForConnection__SWIG_0")); mixin(bindCode("vtkSocketCommunicator_WaitForConnection__SWIG_1", "D_vtkSocketCommunicator_WaitForConnection__SWIG_1")); mixin(bindCode("vtkSocketCommunicator_WaitForConnection__SWIG_2", "D_vtkSocketCommunicator_WaitForConnection__SWIG_2")); mixin(bindCode("vtkSocketCommunicator_CloseConnection", "D_vtkSocketCommunicator_CloseConnection")); mixin(bindCode("vtkSocketCommunicator_ConnectTo", "D_vtkSocketCommunicator_ConnectTo")); mixin(bindCode("vtkSocketCommunicator_GetSwapBytesInReceivedData", "D_vtkSocketCommunicator_GetSwapBytesInReceivedData")); mixin(bindCode("vtkSocketCommunicator_GetIsConnected", "D_vtkSocketCommunicator_GetIsConnected")); mixin(bindCode("vtkSocketCommunicator_ReduceVoidArray__SWIG_0", "D_vtkSocketCommunicator_ReduceVoidArray__SWIG_0")); mixin(bindCode("vtkSocketCommunicator_ReduceVoidArray__SWIG_1", "D_vtkSocketCommunicator_ReduceVoidArray__SWIG_1")); mixin(bindCode("vtkSocketCommunicator_AllReduceVoidArray__SWIG_0", "D_vtkSocketCommunicator_AllReduceVoidArray__SWIG_0")); mixin(bindCode("vtkSocketCommunicator_AllReduceVoidArray__SWIG_1", "D_vtkSocketCommunicator_AllReduceVoidArray__SWIG_1")); mixin(bindCode("vtkSocketCommunicator_SetPerformHandshake", "D_vtkSocketCommunicator_SetPerformHandshake")); mixin(bindCode("vtkSocketCommunicator_GetPerformHandshakeMinValue", "D_vtkSocketCommunicator_GetPerformHandshakeMinValue")); mixin(bindCode("vtkSocketCommunicator_GetPerformHandshakeMaxValue", "D_vtkSocketCommunicator_GetPerformHandshakeMaxValue")); mixin(bindCode("vtkSocketCommunicator_PerformHandshakeOn", "D_vtkSocketCommunicator_PerformHandshakeOn")); mixin(bindCode("vtkSocketCommunicator_PerformHandshakeOff", "D_vtkSocketCommunicator_PerformHandshakeOff")); mixin(bindCode("vtkSocketCommunicator_GetPerformHandshake", "D_vtkSocketCommunicator_GetPerformHandshake")); mixin(bindCode("vtkSocketCommunicator_LogToFile__SWIG_0", "D_vtkSocketCommunicator_LogToFile__SWIG_0")); mixin(bindCode("vtkSocketCommunicator_LogToFile__SWIG_1", "D_vtkSocketCommunicator_LogToFile__SWIG_1")); mixin(bindCode("vtkSocketCommunicator_SetReportErrors", "D_vtkSocketCommunicator_SetReportErrors")); mixin(bindCode("vtkSocketCommunicator_GetReportErrors", "D_vtkSocketCommunicator_GetReportErrors")); mixin(bindCode("vtkSocketCommunicator_GetSocket", "D_vtkSocketCommunicator_GetSocket")); mixin(bindCode("vtkSocketCommunicator_SetSocket", "D_vtkSocketCommunicator_SetSocket")); mixin(bindCode("vtkSocketCommunicator_Handshake", "D_vtkSocketCommunicator_Handshake")); mixin(bindCode("vtkSocketCommunicator_ServerSideHandshake", "D_vtkSocketCommunicator_ServerSideHandshake")); mixin(bindCode("vtkSocketCommunicator_ClientSideHandshake", "D_vtkSocketCommunicator_ClientSideHandshake")); mixin(bindCode("vtkSocketCommunicator_GetIsServer", "D_vtkSocketCommunicator_GetIsServer")); mixin(bindCode("vtkSocketCommunicator_GetVersion", "D_vtkSocketCommunicator_GetVersion")); mixin(bindCode("vtkSocketCommunicator_BufferCurrentMessage", "D_vtkSocketCommunicator_BufferCurrentMessage")); mixin(bindCode("vtkSocketCommunicator_HasBufferredMessages", "D_vtkSocketCommunicator_HasBufferredMessages")); mixin(bindCode("new_vtkSocketCommunicator", "D_new_vtkSocketCommunicator")); mixin(bindCode("delete_vtkSocketCommunicator", "D_delete_vtkSocketCommunicator")); mixin(bindCode("vtkSocketCommunicator_Upcast", "D_vtkSocketCommunicator_Upcast")); mixin(bindCode("vtkCameraInterpolator_IsTypeOf", "D_vtkCameraInterpolator_IsTypeOf")); mixin(bindCode("vtkCameraInterpolator_SafeDownCast", "D_vtkCameraInterpolator_SafeDownCast")); mixin(bindCode("vtkCameraInterpolator_NewInstance", "D_vtkCameraInterpolator_NewInstance")); mixin(bindCode("vtkCameraInterpolator_New", "D_vtkCameraInterpolator_New")); mixin(bindCode("vtkCameraInterpolator_GetNumberOfCameras", "D_vtkCameraInterpolator_GetNumberOfCameras")); mixin(bindCode("vtkCameraInterpolator_GetMinimumT", "D_vtkCameraInterpolator_GetMinimumT")); mixin(bindCode("vtkCameraInterpolator_GetMaximumT", "D_vtkCameraInterpolator_GetMaximumT")); mixin(bindCode("vtkCameraInterpolator_Initialize", "D_vtkCameraInterpolator_Initialize")); mixin(bindCode("vtkCameraInterpolator_AddCamera", "D_vtkCameraInterpolator_AddCamera")); mixin(bindCode("vtkCameraInterpolator_RemoveCamera", "D_vtkCameraInterpolator_RemoveCamera")); mixin(bindCode("vtkCameraInterpolator_InterpolateCamera", "D_vtkCameraInterpolator_InterpolateCamera")); mixin(bindCode("vtkCameraInterpolator_SetInterpolationType", "D_vtkCameraInterpolator_SetInterpolationType")); mixin(bindCode("vtkCameraInterpolator_GetInterpolationTypeMinValue", "D_vtkCameraInterpolator_GetInterpolationTypeMinValue")); mixin(bindCode("vtkCameraInterpolator_GetInterpolationTypeMaxValue", "D_vtkCameraInterpolator_GetInterpolationTypeMaxValue")); mixin(bindCode("vtkCameraInterpolator_GetInterpolationType", "D_vtkCameraInterpolator_GetInterpolationType")); mixin(bindCode("vtkCameraInterpolator_SetInterpolationTypeToLinear", "D_vtkCameraInterpolator_SetInterpolationTypeToLinear")); mixin(bindCode("vtkCameraInterpolator_SetInterpolationTypeToSpline", "D_vtkCameraInterpolator_SetInterpolationTypeToSpline")); mixin(bindCode("vtkCameraInterpolator_SetInterpolationTypeToManual", "D_vtkCameraInterpolator_SetInterpolationTypeToManual")); mixin(bindCode("vtkCameraInterpolator_SetPositionInterpolator", "D_vtkCameraInterpolator_SetPositionInterpolator")); mixin(bindCode("vtkCameraInterpolator_GetPositionInterpolator", "D_vtkCameraInterpolator_GetPositionInterpolator")); mixin(bindCode("vtkCameraInterpolator_SetFocalPointInterpolator", "D_vtkCameraInterpolator_SetFocalPointInterpolator")); mixin(bindCode("vtkCameraInterpolator_GetFocalPointInterpolator", "D_vtkCameraInterpolator_GetFocalPointInterpolator")); mixin(bindCode("vtkCameraInterpolator_SetViewUpInterpolator", "D_vtkCameraInterpolator_SetViewUpInterpolator")); mixin(bindCode("vtkCameraInterpolator_GetViewUpInterpolator", "D_vtkCameraInterpolator_GetViewUpInterpolator")); mixin(bindCode("vtkCameraInterpolator_SetViewAngleInterpolator", "D_vtkCameraInterpolator_SetViewAngleInterpolator")); mixin(bindCode("vtkCameraInterpolator_GetViewAngleInterpolator", "D_vtkCameraInterpolator_GetViewAngleInterpolator")); mixin(bindCode("vtkCameraInterpolator_SetParallelScaleInterpolator", "D_vtkCameraInterpolator_SetParallelScaleInterpolator")); mixin(bindCode("vtkCameraInterpolator_GetParallelScaleInterpolator", "D_vtkCameraInterpolator_GetParallelScaleInterpolator")); mixin(bindCode("vtkCameraInterpolator_SetClippingRangeInterpolator", "D_vtkCameraInterpolator_SetClippingRangeInterpolator")); mixin(bindCode("vtkCameraInterpolator_GetClippingRangeInterpolator", "D_vtkCameraInterpolator_GetClippingRangeInterpolator")); mixin(bindCode("vtkCameraInterpolator_Upcast", "D_vtkCameraInterpolator_Upcast")); mixin(bindCode("vtkBSPIntersections_IsTypeOf", "D_vtkBSPIntersections_IsTypeOf")); mixin(bindCode("vtkBSPIntersections_SafeDownCast", "D_vtkBSPIntersections_SafeDownCast")); mixin(bindCode("vtkBSPIntersections_NewInstance", "D_vtkBSPIntersections_NewInstance")); mixin(bindCode("vtkBSPIntersections_New", "D_vtkBSPIntersections_New")); mixin(bindCode("vtkBSPIntersections_SetCuts", "D_vtkBSPIntersections_SetCuts")); mixin(bindCode("vtkBSPIntersections_GetCuts", "D_vtkBSPIntersections_GetCuts")); mixin(bindCode("vtkBSPIntersections_GetBounds", "D_vtkBSPIntersections_GetBounds")); mixin(bindCode("vtkBSPIntersections_GetNumberOfRegions", "D_vtkBSPIntersections_GetNumberOfRegions")); mixin(bindCode("vtkBSPIntersections_GetRegionBounds", "D_vtkBSPIntersections_GetRegionBounds")); mixin(bindCode("vtkBSPIntersections_GetRegionDataBounds", "D_vtkBSPIntersections_GetRegionDataBounds")); mixin(bindCode("vtkBSPIntersections_IntersectsBox__SWIG_0", "D_vtkBSPIntersections_IntersectsBox__SWIG_0")); mixin(bindCode("vtkBSPIntersections_IntersectsBox__SWIG_1", "D_vtkBSPIntersections_IntersectsBox__SWIG_1")); mixin(bindCode("vtkBSPIntersections_IntersectsBox__SWIG_2", "D_vtkBSPIntersections_IntersectsBox__SWIG_2")); mixin(bindCode("vtkBSPIntersections_IntersectsBox__SWIG_3", "D_vtkBSPIntersections_IntersectsBox__SWIG_3")); mixin(bindCode("vtkBSPIntersections_IntersectsSphere2__SWIG_0", "D_vtkBSPIntersections_IntersectsSphere2__SWIG_0")); mixin(bindCode("vtkBSPIntersections_IntersectsSphere2__SWIG_1", "D_vtkBSPIntersections_IntersectsSphere2__SWIG_1")); mixin(bindCode("vtkBSPIntersections_IntersectsCell__SWIG_0", "D_vtkBSPIntersections_IntersectsCell__SWIG_0")); mixin(bindCode("vtkBSPIntersections_IntersectsCell__SWIG_1", "D_vtkBSPIntersections_IntersectsCell__SWIG_1")); mixin(bindCode("vtkBSPIntersections_IntersectsCell__SWIG_2", "D_vtkBSPIntersections_IntersectsCell__SWIG_2")); mixin(bindCode("vtkBSPIntersections_IntersectsCell__SWIG_3", "D_vtkBSPIntersections_IntersectsCell__SWIG_3")); mixin(bindCode("vtkBSPIntersections_GetComputeIntersectionsUsingDataBounds", "D_vtkBSPIntersections_GetComputeIntersectionsUsingDataBounds")); mixin(bindCode("vtkBSPIntersections_SetComputeIntersectionsUsingDataBounds", "D_vtkBSPIntersections_SetComputeIntersectionsUsingDataBounds")); mixin(bindCode("vtkBSPIntersections_ComputeIntersectionsUsingDataBoundsOn", "D_vtkBSPIntersections_ComputeIntersectionsUsingDataBoundsOn")); mixin(bindCode("vtkBSPIntersections_ComputeIntersectionsUsingDataBoundsOff", "D_vtkBSPIntersections_ComputeIntersectionsUsingDataBoundsOff")); mixin(bindCode("vtkBSPIntersections_Upcast", "D_vtkBSPIntersections_Upcast")); mixin(bindCode("vtkDataSetSurfaceFilter_New", "D_vtkDataSetSurfaceFilter_New")); mixin(bindCode("vtkDataSetSurfaceFilter_IsTypeOf", "D_vtkDataSetSurfaceFilter_IsTypeOf")); mixin(bindCode("vtkDataSetSurfaceFilter_SafeDownCast", "D_vtkDataSetSurfaceFilter_SafeDownCast")); mixin(bindCode("vtkDataSetSurfaceFilter_NewInstance", "D_vtkDataSetSurfaceFilter_NewInstance")); mixin(bindCode("vtkDataSetSurfaceFilter_SetUseStrips", "D_vtkDataSetSurfaceFilter_SetUseStrips")); mixin(bindCode("vtkDataSetSurfaceFilter_GetUseStrips", "D_vtkDataSetSurfaceFilter_GetUseStrips")); mixin(bindCode("vtkDataSetSurfaceFilter_UseStripsOn", "D_vtkDataSetSurfaceFilter_UseStripsOn")); mixin(bindCode("vtkDataSetSurfaceFilter_UseStripsOff", "D_vtkDataSetSurfaceFilter_UseStripsOff")); mixin(bindCode("vtkDataSetSurfaceFilter_SetPieceInvariant", "D_vtkDataSetSurfaceFilter_SetPieceInvariant")); mixin(bindCode("vtkDataSetSurfaceFilter_GetPieceInvariant", "D_vtkDataSetSurfaceFilter_GetPieceInvariant")); mixin(bindCode("vtkDataSetSurfaceFilter_SetPassThroughCellIds", "D_vtkDataSetSurfaceFilter_SetPassThroughCellIds")); mixin(bindCode("vtkDataSetSurfaceFilter_GetPassThroughCellIds", "D_vtkDataSetSurfaceFilter_GetPassThroughCellIds")); mixin(bindCode("vtkDataSetSurfaceFilter_PassThroughCellIdsOn", "D_vtkDataSetSurfaceFilter_PassThroughCellIdsOn")); mixin(bindCode("vtkDataSetSurfaceFilter_PassThroughCellIdsOff", "D_vtkDataSetSurfaceFilter_PassThroughCellIdsOff")); mixin(bindCode("vtkDataSetSurfaceFilter_SetPassThroughPointIds", "D_vtkDataSetSurfaceFilter_SetPassThroughPointIds")); mixin(bindCode("vtkDataSetSurfaceFilter_GetPassThroughPointIds", "D_vtkDataSetSurfaceFilter_GetPassThroughPointIds")); mixin(bindCode("vtkDataSetSurfaceFilter_PassThroughPointIdsOn", "D_vtkDataSetSurfaceFilter_PassThroughPointIdsOn")); mixin(bindCode("vtkDataSetSurfaceFilter_PassThroughPointIdsOff", "D_vtkDataSetSurfaceFilter_PassThroughPointIdsOff")); mixin(bindCode("vtkDataSetSurfaceFilter_SetOriginalCellIdsName", "D_vtkDataSetSurfaceFilter_SetOriginalCellIdsName")); mixin(bindCode("vtkDataSetSurfaceFilter_GetOriginalCellIdsName", "D_vtkDataSetSurfaceFilter_GetOriginalCellIdsName")); mixin(bindCode("vtkDataSetSurfaceFilter_SetOriginalPointIdsName", "D_vtkDataSetSurfaceFilter_SetOriginalPointIdsName")); mixin(bindCode("vtkDataSetSurfaceFilter_GetOriginalPointIdsName", "D_vtkDataSetSurfaceFilter_GetOriginalPointIdsName")); mixin(bindCode("vtkDataSetSurfaceFilter_SetNonlinearSubdivisionLevel", "D_vtkDataSetSurfaceFilter_SetNonlinearSubdivisionLevel")); mixin(bindCode("vtkDataSetSurfaceFilter_GetNonlinearSubdivisionLevel", "D_vtkDataSetSurfaceFilter_GetNonlinearSubdivisionLevel")); mixin(bindCode("vtkDataSetSurfaceFilter_StructuredExecute__SWIG_0", "D_vtkDataSetSurfaceFilter_StructuredExecute__SWIG_0")); mixin(bindCode("vtkDataSetSurfaceFilter_StructuredExecute__SWIG_1", "D_vtkDataSetSurfaceFilter_StructuredExecute__SWIG_1")); mixin(bindCode("vtkDataSetSurfaceFilter_UnstructuredGridExecute", "D_vtkDataSetSurfaceFilter_UnstructuredGridExecute")); mixin(bindCode("vtkDataSetSurfaceFilter_DataSetExecute", "D_vtkDataSetSurfaceFilter_DataSetExecute")); mixin(bindCode("vtkDataSetSurfaceFilter_UniformGridExecute__SWIG_0", "D_vtkDataSetSurfaceFilter_UniformGridExecute__SWIG_0")); mixin(bindCode("vtkDataSetSurfaceFilter_UniformGridExecute__SWIG_1", "D_vtkDataSetSurfaceFilter_UniformGridExecute__SWIG_1")); mixin(bindCode("vtkDataSetSurfaceFilter_Upcast", "D_vtkDataSetSurfaceFilter_Upcast")); mixin(bindCode("vtkArrayNorm_New", "D_vtkArrayNorm_New")); mixin(bindCode("vtkArrayNorm_IsTypeOf", "D_vtkArrayNorm_IsTypeOf")); mixin(bindCode("vtkArrayNorm_SafeDownCast", "D_vtkArrayNorm_SafeDownCast")); mixin(bindCode("vtkArrayNorm_NewInstance", "D_vtkArrayNorm_NewInstance")); mixin(bindCode("vtkArrayNorm_GetDimension", "D_vtkArrayNorm_GetDimension")); mixin(bindCode("vtkArrayNorm_SetDimension", "D_vtkArrayNorm_SetDimension")); mixin(bindCode("vtkArrayNorm_GetL", "D_vtkArrayNorm_GetL")); mixin(bindCode("vtkArrayNorm_SetL", "D_vtkArrayNorm_SetL")); mixin(bindCode("vtkArrayNorm_SetInvert", "D_vtkArrayNorm_SetInvert")); mixin(bindCode("vtkArrayNorm_GetInvert", "D_vtkArrayNorm_GetInvert")); mixin(bindCode("new_vtkArrayNorm", "D_new_vtkArrayNorm")); mixin(bindCode("delete_vtkArrayNorm", "D_delete_vtkArrayNorm")); mixin(bindCode("vtkArrayNorm_Upcast", "D_vtkArrayNorm_Upcast")); mixin(bindCode("vtkGraphReader_New", "D_vtkGraphReader_New")); mixin(bindCode("vtkGraphReader_IsTypeOf", "D_vtkGraphReader_IsTypeOf")); mixin(bindCode("vtkGraphReader_SafeDownCast", "D_vtkGraphReader_SafeDownCast")); mixin(bindCode("vtkGraphReader_NewInstance", "D_vtkGraphReader_NewInstance")); mixin(bindCode("vtkGraphReader_GetOutput__SWIG_0", "D_vtkGraphReader_GetOutput__SWIG_0")); mixin(bindCode("vtkGraphReader_GetOutput__SWIG_1", "D_vtkGraphReader_GetOutput__SWIG_1")); mixin(bindCode("vtkGraphReader_SetOutput", "D_vtkGraphReader_SetOutput")); mixin(bindCode("vtkGraphReader_Upcast", "D_vtkGraphReader_Upcast")); mixin(bindCode("vtkSynchronizedTemplates3D_New", "D_vtkSynchronizedTemplates3D_New")); mixin(bindCode("vtkSynchronizedTemplates3D_IsTypeOf", "D_vtkSynchronizedTemplates3D_IsTypeOf")); mixin(bindCode("vtkSynchronizedTemplates3D_SafeDownCast", "D_vtkSynchronizedTemplates3D_SafeDownCast")); mixin(bindCode("vtkSynchronizedTemplates3D_NewInstance", "D_vtkSynchronizedTemplates3D_NewInstance")); mixin(bindCode("vtkSynchronizedTemplates3D_SetComputeNormals", "D_vtkSynchronizedTemplates3D_SetComputeNormals")); mixin(bindCode("vtkSynchronizedTemplates3D_GetComputeNormals", "D_vtkSynchronizedTemplates3D_GetComputeNormals")); mixin(bindCode("vtkSynchronizedTemplates3D_ComputeNormalsOn", "D_vtkSynchronizedTemplates3D_ComputeNormalsOn")); mixin(bindCode("vtkSynchronizedTemplates3D_ComputeNormalsOff", "D_vtkSynchronizedTemplates3D_ComputeNormalsOff")); mixin(bindCode("vtkSynchronizedTemplates3D_SetComputeGradients", "D_vtkSynchronizedTemplates3D_SetComputeGradients")); mixin(bindCode("vtkSynchronizedTemplates3D_GetComputeGradients", "D_vtkSynchronizedTemplates3D_GetComputeGradients")); mixin(bindCode("vtkSynchronizedTemplates3D_ComputeGradientsOn", "D_vtkSynchronizedTemplates3D_ComputeGradientsOn")); mixin(bindCode("vtkSynchronizedTemplates3D_ComputeGradientsOff", "D_vtkSynchronizedTemplates3D_ComputeGradientsOff")); mixin(bindCode("vtkSynchronizedTemplates3D_SetComputeScalars", "D_vtkSynchronizedTemplates3D_SetComputeScalars")); mixin(bindCode("vtkSynchronizedTemplates3D_GetComputeScalars", "D_vtkSynchronizedTemplates3D_GetComputeScalars")); mixin(bindCode("vtkSynchronizedTemplates3D_ComputeScalarsOn", "D_vtkSynchronizedTemplates3D_ComputeScalarsOn")); mixin(bindCode("vtkSynchronizedTemplates3D_ComputeScalarsOff", "D_vtkSynchronizedTemplates3D_ComputeScalarsOff")); mixin(bindCode("vtkSynchronizedTemplates3D_SetGenerateTriangles", "D_vtkSynchronizedTemplates3D_SetGenerateTriangles")); mixin(bindCode("vtkSynchronizedTemplates3D_GetGenerateTriangles", "D_vtkSynchronizedTemplates3D_GetGenerateTriangles")); mixin(bindCode("vtkSynchronizedTemplates3D_GenerateTrianglesOn", "D_vtkSynchronizedTemplates3D_GenerateTrianglesOn")); mixin(bindCode("vtkSynchronizedTemplates3D_GenerateTrianglesOff", "D_vtkSynchronizedTemplates3D_GenerateTrianglesOff")); mixin(bindCode("vtkSynchronizedTemplates3D_SetValue", "D_vtkSynchronizedTemplates3D_SetValue")); mixin(bindCode("vtkSynchronizedTemplates3D_GetValue", "D_vtkSynchronizedTemplates3D_GetValue")); mixin(bindCode("vtkSynchronizedTemplates3D_GetValues__SWIG_0", "D_vtkSynchronizedTemplates3D_GetValues__SWIG_0")); mixin(bindCode("vtkSynchronizedTemplates3D_GetValues__SWIG_1", "D_vtkSynchronizedTemplates3D_GetValues__SWIG_1")); mixin(bindCode("vtkSynchronizedTemplates3D_SetNumberOfContours", "D_vtkSynchronizedTemplates3D_SetNumberOfContours")); mixin(bindCode("vtkSynchronizedTemplates3D_GetNumberOfContours", "D_vtkSynchronizedTemplates3D_GetNumberOfContours")); mixin(bindCode("vtkSynchronizedTemplates3D_GenerateValues__SWIG_0", "D_vtkSynchronizedTemplates3D_GenerateValues__SWIG_0")); mixin(bindCode("vtkSynchronizedTemplates3D_GenerateValues__SWIG_1", "D_vtkSynchronizedTemplates3D_GenerateValues__SWIG_1")); mixin(bindCode("vtkSynchronizedTemplates3D_GetExecuteExtent", "D_vtkSynchronizedTemplates3D_GetExecuteExtent")); mixin(bindCode("vtkSynchronizedTemplates3D_ThreadedExecute", "D_vtkSynchronizedTemplates3D_ThreadedExecute")); mixin(bindCode("vtkSynchronizedTemplates3D_SetInputMemoryLimit", "D_vtkSynchronizedTemplates3D_SetInputMemoryLimit")); mixin(bindCode("vtkSynchronizedTemplates3D_GetInputMemoryLimit", "D_vtkSynchronizedTemplates3D_GetInputMemoryLimit")); mixin(bindCode("vtkSynchronizedTemplates3D_SetArrayComponent", "D_vtkSynchronizedTemplates3D_SetArrayComponent")); mixin(bindCode("vtkSynchronizedTemplates3D_GetArrayComponent", "D_vtkSynchronizedTemplates3D_GetArrayComponent")); mixin(bindCode("vtkSynchronizedTemplates3D_Upcast", "D_vtkSynchronizedTemplates3D_Upcast")); mixin(bindCode("vtkAxes_New", "D_vtkAxes_New")); mixin(bindCode("vtkAxes_IsTypeOf", "D_vtkAxes_IsTypeOf")); mixin(bindCode("vtkAxes_SafeDownCast", "D_vtkAxes_SafeDownCast")); mixin(bindCode("vtkAxes_NewInstance", "D_vtkAxes_NewInstance")); mixin(bindCode("vtkAxes_SetOrigin__SWIG_0", "D_vtkAxes_SetOrigin__SWIG_0")); mixin(bindCode("vtkAxes_SetOrigin__SWIG_1", "D_vtkAxes_SetOrigin__SWIG_1")); mixin(bindCode("vtkAxes_GetOrigin__SWIG_0", "D_vtkAxes_GetOrigin__SWIG_0")); mixin(bindCode("vtkAxes_GetOrigin__SWIG_1", "D_vtkAxes_GetOrigin__SWIG_1")); mixin(bindCode("vtkAxes_SetScaleFactor", "D_vtkAxes_SetScaleFactor")); mixin(bindCode("vtkAxes_GetScaleFactor", "D_vtkAxes_GetScaleFactor")); mixin(bindCode("vtkAxes_SetSymmetric", "D_vtkAxes_SetSymmetric")); mixin(bindCode("vtkAxes_GetSymmetric", "D_vtkAxes_GetSymmetric")); mixin(bindCode("vtkAxes_SymmetricOn", "D_vtkAxes_SymmetricOn")); mixin(bindCode("vtkAxes_SymmetricOff", "D_vtkAxes_SymmetricOff")); mixin(bindCode("vtkAxes_SetComputeNormals", "D_vtkAxes_SetComputeNormals")); mixin(bindCode("vtkAxes_GetComputeNormals", "D_vtkAxes_GetComputeNormals")); mixin(bindCode("vtkAxes_ComputeNormalsOn", "D_vtkAxes_ComputeNormalsOn")); mixin(bindCode("vtkAxes_ComputeNormalsOff", "D_vtkAxes_ComputeNormalsOff")); mixin(bindCode("vtkAxes_Upcast", "D_vtkAxes_Upcast")); mixin(bindCode("vtkCommand_IsTypeOf", "D_vtkCommand_IsTypeOf")); mixin(bindCode("vtkCommand_SafeDownCast", "D_vtkCommand_SafeDownCast")); mixin(bindCode("vtkCommand_NewInstance", "D_vtkCommand_NewInstance")); mixin(bindCode("vtkCommand_UnRegister__SWIG_0", "D_vtkCommand_UnRegister__SWIG_0")); mixin(bindCode("vtkCommand_UnRegister__SWIG_1", "D_vtkCommand_UnRegister__SWIG_1")); mixin(bindCode("vtkCommand_Execute", "D_vtkCommand_Execute")); mixin(bindCode("vtkCommand_GetStringFromEventId", "D_vtkCommand_GetStringFromEventId")); mixin(bindCode("vtkCommand_GetEventIdFromString", "D_vtkCommand_GetEventIdFromString")); mixin(bindCode("vtkCommand_SetAbortFlag", "D_vtkCommand_SetAbortFlag")); mixin(bindCode("vtkCommand_GetAbortFlag", "D_vtkCommand_GetAbortFlag")); mixin(bindCode("vtkCommand_AbortFlagOn", "D_vtkCommand_AbortFlagOn")); mixin(bindCode("vtkCommand_AbortFlagOff", "D_vtkCommand_AbortFlagOff")); mixin(bindCode("vtkCommand_SetPassiveObserver", "D_vtkCommand_SetPassiveObserver")); mixin(bindCode("vtkCommand_GetPassiveObserver", "D_vtkCommand_GetPassiveObserver")); mixin(bindCode("vtkCommand_PassiveObserverOn", "D_vtkCommand_PassiveObserverOn")); mixin(bindCode("vtkCommand_PassiveObserverOff", "D_vtkCommand_PassiveObserverOff")); mixin(bindCode("vtkCommand_Upcast", "D_vtkCommand_Upcast")); mixin(bindCode("vtkControlPointsItem_IsTypeOf", "D_vtkControlPointsItem_IsTypeOf")); mixin(bindCode("vtkControlPointsItem_SafeDownCast", "D_vtkControlPointsItem_SafeDownCast")); mixin(bindCode("vtkControlPointsItem_NewInstance", "D_vtkControlPointsItem_NewInstance")); mixin(bindCode("vtkControlPointsItem_SetUserBounds__SWIG_0", "D_vtkControlPointsItem_SetUserBounds__SWIG_0")); mixin(bindCode("vtkControlPointsItem_SetUserBounds__SWIG_1", "D_vtkControlPointsItem_SetUserBounds__SWIG_1")); mixin(bindCode("vtkControlPointsItem_GetUserBounds__SWIG_0", "D_vtkControlPointsItem_GetUserBounds__SWIG_0")); mixin(bindCode("vtkControlPointsItem_GetUserBounds__SWIG_1", "D_vtkControlPointsItem_GetUserBounds__SWIG_1")); mixin(bindCode("vtkControlPointsItem_GetUserBounds__SWIG_2", "D_vtkControlPointsItem_GetUserBounds__SWIG_2")); mixin(bindCode("vtkControlPointsItem_SetValidBounds__SWIG_0", "D_vtkControlPointsItem_SetValidBounds__SWIG_0")); mixin(bindCode("vtkControlPointsItem_SetValidBounds__SWIG_1", "D_vtkControlPointsItem_SetValidBounds__SWIG_1")); mixin(bindCode("vtkControlPointsItem_GetValidBounds__SWIG_0", "D_vtkControlPointsItem_GetValidBounds__SWIG_0")); mixin(bindCode("vtkControlPointsItem_GetValidBounds__SWIG_1", "D_vtkControlPointsItem_GetValidBounds__SWIG_1")); mixin(bindCode("vtkControlPointsItem_GetValidBounds__SWIG_2", "D_vtkControlPointsItem_GetValidBounds__SWIG_2")); mixin(bindCode("vtkControlPointsItem_GetScreenPointRadius", "D_vtkControlPointsItem_GetScreenPointRadius")); mixin(bindCode("vtkControlPointsItem_SetScreenPointRadius", "D_vtkControlPointsItem_SetScreenPointRadius")); mixin(bindCode("vtkControlPointsItem_SelectPoint__SWIG_0", "D_vtkControlPointsItem_SelectPoint__SWIG_0")); mixin(bindCode("vtkControlPointsItem_SelectPoint__SWIG_1", "D_vtkControlPointsItem_SelectPoint__SWIG_1")); mixin(bindCode("vtkControlPointsItem_SelectAllPoints", "D_vtkControlPointsItem_SelectAllPoints")); mixin(bindCode("vtkControlPointsItem_DeselectPoint__SWIG_0", "D_vtkControlPointsItem_DeselectPoint__SWIG_0")); mixin(bindCode("vtkControlPointsItem_DeselectPoint__SWIG_1", "D_vtkControlPointsItem_DeselectPoint__SWIG_1")); mixin(bindCode("vtkControlPointsItem_DeselectAllPoints", "D_vtkControlPointsItem_DeselectAllPoints")); mixin(bindCode("vtkControlPointsItem_ToggleSelectPoint__SWIG_0", "D_vtkControlPointsItem_ToggleSelectPoint__SWIG_0")); mixin(bindCode("vtkControlPointsItem_ToggleSelectPoint__SWIG_1", "D_vtkControlPointsItem_ToggleSelectPoint__SWIG_1")); mixin(bindCode("vtkControlPointsItem_SelectPoints", "D_vtkControlPointsItem_SelectPoints")); mixin(bindCode("vtkControlPointsItem_GetNumberOfSelectedPoints", "D_vtkControlPointsItem_GetNumberOfSelectedPoints")); mixin(bindCode("vtkControlPointsItem_FindPoint", "D_vtkControlPointsItem_FindPoint")); mixin(bindCode("vtkControlPointsItem_IsOverPoint", "D_vtkControlPointsItem_IsOverPoint")); mixin(bindCode("vtkControlPointsItem_GetControlPointId", "D_vtkControlPointsItem_GetControlPointId")); mixin(bindCode("vtkControlPointsItem_GetControlPointsIds__SWIG_0", "D_vtkControlPointsItem_GetControlPointsIds__SWIG_0")); mixin(bindCode("vtkControlPointsItem_GetControlPointsIds__SWIG_1", "D_vtkControlPointsItem_GetControlPointsIds__SWIG_1")); mixin(bindCode("vtkControlPointsItem_GetStrokeMode", "D_vtkControlPointsItem_GetStrokeMode")); mixin(bindCode("vtkControlPointsItem_SetSwitchPointsMode", "D_vtkControlPointsItem_SetSwitchPointsMode")); mixin(bindCode("vtkControlPointsItem_GetSwitchPointsMode", "D_vtkControlPointsItem_GetSwitchPointsMode")); mixin(bindCode("vtkControlPointsItem_SetEndPointsXMovable", "D_vtkControlPointsItem_SetEndPointsXMovable")); mixin(bindCode("vtkControlPointsItem_GetEndPointsXMovable", "D_vtkControlPointsItem_GetEndPointsXMovable")); mixin(bindCode("vtkControlPointsItem_SetEndPointsYMovable", "D_vtkControlPointsItem_SetEndPointsYMovable")); mixin(bindCode("vtkControlPointsItem_GetEndPointsYMovable", "D_vtkControlPointsItem_GetEndPointsYMovable")); mixin(bindCode("vtkControlPointsItem_GetEndPointsMovable", "D_vtkControlPointsItem_GetEndPointsMovable")); mixin(bindCode("vtkControlPointsItem_SetEndPointsRemovable", "D_vtkControlPointsItem_SetEndPointsRemovable")); mixin(bindCode("vtkControlPointsItem_GetEndPointsRemovable", "D_vtkControlPointsItem_GetEndPointsRemovable")); mixin(bindCode("vtkControlPointsItem_AddPoint", "D_vtkControlPointsItem_AddPoint")); mixin(bindCode("vtkControlPointsItem_RemovePoint__SWIG_0", "D_vtkControlPointsItem_RemovePoint__SWIG_0")); mixin(bindCode("vtkControlPointsItem_RemovePoint__SWIG_1", "D_vtkControlPointsItem_RemovePoint__SWIG_1")); mixin(bindCode("vtkControlPointsItem_RemoveCurrentPoint", "D_vtkControlPointsItem_RemoveCurrentPoint")); mixin(bindCode("vtkControlPointsItem_GetNumberOfPoints", "D_vtkControlPointsItem_GetNumberOfPoints")); mixin(bindCode("vtkControlPointsItem_GetControlPoint", "D_vtkControlPointsItem_GetControlPoint")); mixin(bindCode("vtkControlPointsItem_SetControlPoint", "D_vtkControlPointsItem_SetControlPoint")); mixin(bindCode("vtkControlPointsItem_MovePoints__SWIG_0", "D_vtkControlPointsItem_MovePoints__SWIG_0")); mixin(bindCode("vtkControlPointsItem_MovePoints__SWIG_1", "D_vtkControlPointsItem_MovePoints__SWIG_1")); mixin(bindCode("vtkControlPointsItem_MovePoints__SWIG_2", "D_vtkControlPointsItem_MovePoints__SWIG_2")); mixin(bindCode("vtkControlPointsItem_SpreadPoints__SWIG_0", "D_vtkControlPointsItem_SpreadPoints__SWIG_0")); mixin(bindCode("vtkControlPointsItem_SpreadPoints__SWIG_1", "D_vtkControlPointsItem_SpreadPoints__SWIG_1")); mixin(bindCode("vtkControlPointsItem_SpreadPoints__SWIG_2", "D_vtkControlPointsItem_SpreadPoints__SWIG_2")); mixin(bindCode("vtkControlPointsItem_GetCurrentPoint", "D_vtkControlPointsItem_GetCurrentPoint")); mixin(bindCode("vtkControlPointsItem_SetCurrentPoint", "D_vtkControlPointsItem_SetCurrentPoint")); mixin(bindCode("vtkControlPointsItem_GetSelectedPointPen", "D_vtkControlPointsItem_GetSelectedPointPen")); mixin(bindCode("vtkControlPointsItem_GetSelectedPointBrush", "D_vtkControlPointsItem_GetSelectedPointBrush")); mixin(bindCode("vtkControlPointsItem_ResetBounds", "D_vtkControlPointsItem_ResetBounds")); mixin(bindCode("vtkControlPointsItem_MouseButtonPressEvent", "D_vtkControlPointsItem_MouseButtonPressEvent")); mixin(bindCode("vtkControlPointsItem_MouseDoubleClickEvent", "D_vtkControlPointsItem_MouseDoubleClickEvent")); mixin(bindCode("vtkControlPointsItem_MouseMoveEvent", "D_vtkControlPointsItem_MouseMoveEvent")); mixin(bindCode("vtkControlPointsItem_KeyPressEvent", "D_vtkControlPointsItem_KeyPressEvent")); mixin(bindCode("vtkControlPointsItem_KeyReleaseEvent", "D_vtkControlPointsItem_KeyReleaseEvent")); mixin(bindCode("vtkControlPointsItem_Upcast", "D_vtkControlPointsItem_Upcast")); mixin(bindCode("vtkColorTransferControlPointsItem_IsTypeOf", "D_vtkColorTransferControlPointsItem_IsTypeOf")); mixin(bindCode("vtkColorTransferControlPointsItem_SafeDownCast", "D_vtkColorTransferControlPointsItem_SafeDownCast")); mixin(bindCode("vtkColorTransferControlPointsItem_NewInstance", "D_vtkColorTransferControlPointsItem_NewInstance")); mixin(bindCode("vtkColorTransferControlPointsItem_New", "D_vtkColorTransferControlPointsItem_New")); mixin(bindCode("vtkColorTransferControlPointsItem_SetColorTransferFunction", "D_vtkColorTransferControlPointsItem_SetColorTransferFunction")); mixin(bindCode("vtkColorTransferControlPointsItem_GetColorTransferFunction", "D_vtkColorTransferControlPointsItem_GetColorTransferFunction")); mixin(bindCode("vtkColorTransferControlPointsItem_SetColorFill", "D_vtkColorTransferControlPointsItem_SetColorFill")); mixin(bindCode("vtkColorTransferControlPointsItem_GetColorFill", "D_vtkColorTransferControlPointsItem_GetColorFill")); mixin(bindCode("vtkColorTransferControlPointsItem_Upcast", "D_vtkColorTransferControlPointsItem_Upcast")); mixin(bindCode("vtkCollectionIterator_IsTypeOf", "D_vtkCollectionIterator_IsTypeOf")); mixin(bindCode("vtkCollectionIterator_SafeDownCast", "D_vtkCollectionIterator_SafeDownCast")); mixin(bindCode("vtkCollectionIterator_NewInstance", "D_vtkCollectionIterator_NewInstance")); mixin(bindCode("vtkCollectionIterator_New", "D_vtkCollectionIterator_New")); mixin(bindCode("vtkCollectionIterator_SetCollection", "D_vtkCollectionIterator_SetCollection")); mixin(bindCode("vtkCollectionIterator_GetCollection", "D_vtkCollectionIterator_GetCollection")); mixin(bindCode("vtkCollectionIterator_InitTraversal", "D_vtkCollectionIterator_InitTraversal")); mixin(bindCode("vtkCollectionIterator_GoToFirstItem", "D_vtkCollectionIterator_GoToFirstItem")); mixin(bindCode("vtkCollectionIterator_GoToNextItem", "D_vtkCollectionIterator_GoToNextItem")); mixin(bindCode("vtkCollectionIterator_IsDoneWithTraversal", "D_vtkCollectionIterator_IsDoneWithTraversal")); mixin(bindCode("vtkCollectionIterator_GetCurrentObject", "D_vtkCollectionIterator_GetCurrentObject")); mixin(bindCode("vtkCollectionIterator_Upcast", "D_vtkCollectionIterator_Upcast")); mixin(bindCode("vtkDataArrayCollectionIterator_IsTypeOf", "D_vtkDataArrayCollectionIterator_IsTypeOf")); mixin(bindCode("vtkDataArrayCollectionIterator_SafeDownCast", "D_vtkDataArrayCollectionIterator_SafeDownCast")); mixin(bindCode("vtkDataArrayCollectionIterator_NewInstance", "D_vtkDataArrayCollectionIterator_NewInstance")); mixin(bindCode("vtkDataArrayCollectionIterator_New", "D_vtkDataArrayCollectionIterator_New")); mixin(bindCode("vtkDataArrayCollectionIterator_SetCollection__SWIG_0", "D_vtkDataArrayCollectionIterator_SetCollection__SWIG_0")); mixin(bindCode("vtkDataArrayCollectionIterator_SetCollection__SWIG_1", "D_vtkDataArrayCollectionIterator_SetCollection__SWIG_1")); mixin(bindCode("vtkDataArrayCollectionIterator_GetDataArray", "D_vtkDataArrayCollectionIterator_GetDataArray")); mixin(bindCode("vtkDataArrayCollectionIterator_Upcast", "D_vtkDataArrayCollectionIterator_Upcast")); mixin(bindCode("vtkImageNoiseSource_New", "D_vtkImageNoiseSource_New")); mixin(bindCode("vtkImageNoiseSource_IsTypeOf", "D_vtkImageNoiseSource_IsTypeOf")); mixin(bindCode("vtkImageNoiseSource_SafeDownCast", "D_vtkImageNoiseSource_SafeDownCast")); mixin(bindCode("vtkImageNoiseSource_NewInstance", "D_vtkImageNoiseSource_NewInstance")); mixin(bindCode("vtkImageNoiseSource_SetMinimum", "D_vtkImageNoiseSource_SetMinimum")); mixin(bindCode("vtkImageNoiseSource_GetMinimum", "D_vtkImageNoiseSource_GetMinimum")); mixin(bindCode("vtkImageNoiseSource_SetMaximum", "D_vtkImageNoiseSource_SetMaximum")); mixin(bindCode("vtkImageNoiseSource_GetMaximum", "D_vtkImageNoiseSource_GetMaximum")); mixin(bindCode("vtkImageNoiseSource_SetWholeExtent__SWIG_0", "D_vtkImageNoiseSource_SetWholeExtent__SWIG_0")); mixin(bindCode("vtkImageNoiseSource_SetWholeExtent__SWIG_1", "D_vtkImageNoiseSource_SetWholeExtent__SWIG_1")); mixin(bindCode("vtkImageNoiseSource_Upcast", "D_vtkImageNoiseSource_Upcast")); mixin(bindCode("vtkInteractorStyleTerrain_New", "D_vtkInteractorStyleTerrain_New")); mixin(bindCode("vtkInteractorStyleTerrain_IsTypeOf", "D_vtkInteractorStyleTerrain_IsTypeOf")); mixin(bindCode("vtkInteractorStyleTerrain_SafeDownCast", "D_vtkInteractorStyleTerrain_SafeDownCast")); mixin(bindCode("vtkInteractorStyleTerrain_NewInstance", "D_vtkInteractorStyleTerrain_NewInstance")); mixin(bindCode("vtkInteractorStyleTerrain_SetLatLongLines", "D_vtkInteractorStyleTerrain_SetLatLongLines")); mixin(bindCode("vtkInteractorStyleTerrain_GetLatLongLines", "D_vtkInteractorStyleTerrain_GetLatLongLines")); mixin(bindCode("vtkInteractorStyleTerrain_LatLongLinesOn", "D_vtkInteractorStyleTerrain_LatLongLinesOn")); mixin(bindCode("vtkInteractorStyleTerrain_LatLongLinesOff", "D_vtkInteractorStyleTerrain_LatLongLinesOff")); mixin(bindCode("vtkInteractorStyleTerrain_Upcast", "D_vtkInteractorStyleTerrain_Upcast")); mixin(bindCode("vtkCoincidentTopologyResolutionPainter_New", "D_vtkCoincidentTopologyResolutionPainter_New")); mixin(bindCode("vtkCoincidentTopologyResolutionPainter_IsTypeOf", "D_vtkCoincidentTopologyResolutionPainter_IsTypeOf")); mixin(bindCode("vtkCoincidentTopologyResolutionPainter_SafeDownCast", "D_vtkCoincidentTopologyResolutionPainter_SafeDownCast")); mixin(bindCode("vtkCoincidentTopologyResolutionPainter_NewInstance", "D_vtkCoincidentTopologyResolutionPainter_NewInstance")); mixin(bindCode("vtkCoincidentTopologyResolutionPainter_RESOLVE_COINCIDENT_TOPOLOGY", "D_vtkCoincidentTopologyResolutionPainter_RESOLVE_COINCIDENT_TOPOLOGY")); mixin(bindCode("vtkCoincidentTopologyResolutionPainter_Z_SHIFT", "D_vtkCoincidentTopologyResolutionPainter_Z_SHIFT")); mixin(bindCode("vtkCoincidentTopologyResolutionPainter_POLYGON_OFFSET_PARAMETERS", "D_vtkCoincidentTopologyResolutionPainter_POLYGON_OFFSET_PARAMETERS")); mixin(bindCode("vtkCoincidentTopologyResolutionPainter_POLYGON_OFFSET_FACES", "D_vtkCoincidentTopologyResolutionPainter_POLYGON_OFFSET_FACES")); mixin(bindCode("vtkCoincidentTopologyResolutionPainter_Upcast", "D_vtkCoincidentTopologyResolutionPainter_Upcast")); mixin(bindCode("vtkOpenGLCoincidentTopologyResolutionPainter_New", "D_vtkOpenGLCoincidentTopologyResolutionPainter_New")); mixin(bindCode("vtkOpenGLCoincidentTopologyResolutionPainter_IsTypeOf", "D_vtkOpenGLCoincidentTopologyResolutionPainter_IsTypeOf")); mixin(bindCode("vtkOpenGLCoincidentTopologyResolutionPainter_SafeDownCast", "D_vtkOpenGLCoincidentTopologyResolutionPainter_SafeDownCast")); mixin(bindCode("vtkOpenGLCoincidentTopologyResolutionPainter_NewInstance", "D_vtkOpenGLCoincidentTopologyResolutionPainter_NewInstance")); mixin(bindCode("vtkOpenGLCoincidentTopologyResolutionPainter_Upcast", "D_vtkOpenGLCoincidentTopologyResolutionPainter_Upcast")); mixin(bindCode("vtkExodusIIWriter_New", "D_vtkExodusIIWriter_New")); mixin(bindCode("vtkExodusIIWriter_IsTypeOf", "D_vtkExodusIIWriter_IsTypeOf")); mixin(bindCode("vtkExodusIIWriter_SafeDownCast", "D_vtkExodusIIWriter_SafeDownCast")); mixin(bindCode("vtkExodusIIWriter_NewInstance", "D_vtkExodusIIWriter_NewInstance")); mixin(bindCode("vtkExodusIIWriter_SetModelMetadata", "D_vtkExodusIIWriter_SetModelMetadata")); mixin(bindCode("vtkExodusIIWriter_GetModelMetadata", "D_vtkExodusIIWriter_GetModelMetadata")); mixin(bindCode("vtkExodusIIWriter_SetFileName", "D_vtkExodusIIWriter_SetFileName")); mixin(bindCode("vtkExodusIIWriter_GetFileName", "D_vtkExodusIIWriter_GetFileName")); mixin(bindCode("vtkExodusIIWriter_SetStoreDoubles", "D_vtkExodusIIWriter_SetStoreDoubles")); mixin(bindCode("vtkExodusIIWriter_GetStoreDoubles", "D_vtkExodusIIWriter_GetStoreDoubles")); mixin(bindCode("vtkExodusIIWriter_SetGhostLevel", "D_vtkExodusIIWriter_SetGhostLevel")); mixin(bindCode("vtkExodusIIWriter_GetGhostLevel", "D_vtkExodusIIWriter_GetGhostLevel")); mixin(bindCode("vtkExodusIIWriter_SetWriteOutBlockIdArray", "D_vtkExodusIIWriter_SetWriteOutBlockIdArray")); mixin(bindCode("vtkExodusIIWriter_GetWriteOutBlockIdArray", "D_vtkExodusIIWriter_GetWriteOutBlockIdArray")); mixin(bindCode("vtkExodusIIWriter_WriteOutBlockIdArrayOn", "D_vtkExodusIIWriter_WriteOutBlockIdArrayOn")); mixin(bindCode("vtkExodusIIWriter_WriteOutBlockIdArrayOff", "D_vtkExodusIIWriter_WriteOutBlockIdArrayOff")); mixin(bindCode("vtkExodusIIWriter_SetWriteOutGlobalNodeIdArray", "D_vtkExodusIIWriter_SetWriteOutGlobalNodeIdArray")); mixin(bindCode("vtkExodusIIWriter_GetWriteOutGlobalNodeIdArray", "D_vtkExodusIIWriter_GetWriteOutGlobalNodeIdArray")); mixin(bindCode("vtkExodusIIWriter_WriteOutGlobalNodeIdArrayOn", "D_vtkExodusIIWriter_WriteOutGlobalNodeIdArrayOn")); mixin(bindCode("vtkExodusIIWriter_WriteOutGlobalNodeIdArrayOff", "D_vtkExodusIIWriter_WriteOutGlobalNodeIdArrayOff")); mixin(bindCode("vtkExodusIIWriter_SetWriteOutGlobalElementIdArray", "D_vtkExodusIIWriter_SetWriteOutGlobalElementIdArray")); mixin(bindCode("vtkExodusIIWriter_GetWriteOutGlobalElementIdArray", "D_vtkExodusIIWriter_GetWriteOutGlobalElementIdArray")); mixin(bindCode("vtkExodusIIWriter_WriteOutGlobalElementIdArrayOn", "D_vtkExodusIIWriter_WriteOutGlobalElementIdArrayOn")); mixin(bindCode("vtkExodusIIWriter_WriteOutGlobalElementIdArrayOff", "D_vtkExodusIIWriter_WriteOutGlobalElementIdArrayOff")); mixin(bindCode("vtkExodusIIWriter_SetWriteAllTimeSteps", "D_vtkExodusIIWriter_SetWriteAllTimeSteps")); mixin(bindCode("vtkExodusIIWriter_GetWriteAllTimeSteps", "D_vtkExodusIIWriter_GetWriteAllTimeSteps")); mixin(bindCode("vtkExodusIIWriter_WriteAllTimeStepsOn", "D_vtkExodusIIWriter_WriteAllTimeStepsOn")); mixin(bindCode("vtkExodusIIWriter_WriteAllTimeStepsOff", "D_vtkExodusIIWriter_WriteAllTimeStepsOff")); mixin(bindCode("vtkExodusIIWriter_SetBlockIdArrayName", "D_vtkExodusIIWriter_SetBlockIdArrayName")); mixin(bindCode("vtkExodusIIWriter_GetBlockIdArrayName", "D_vtkExodusIIWriter_GetBlockIdArrayName")); mixin(bindCode("vtkExodusIIWriter_Upcast", "D_vtkExodusIIWriter_Upcast")); mixin(bindCode("VTK_BSPLINE_EDGE_get", "D_VTK_BSPLINE_EDGE_get")); mixin(bindCode("VTK_BSPLINE_ZERO_get", "D_VTK_BSPLINE_ZERO_get")); mixin(bindCode("VTK_BSPLINE_ZERO_AT_BORDER_get", "D_VTK_BSPLINE_ZERO_AT_BORDER_get")); mixin(bindCode("vtkBSplineTransform_New", "D_vtkBSplineTransform_New")); mixin(bindCode("vtkBSplineTransform_IsTypeOf", "D_vtkBSplineTransform_IsTypeOf")); mixin(bindCode("vtkBSplineTransform_SafeDownCast", "D_vtkBSplineTransform_SafeDownCast")); mixin(bindCode("vtkBSplineTransform_NewInstance", "D_vtkBSplineTransform_NewInstance")); mixin(bindCode("vtkBSplineTransform_SetCoefficientConnection", "D_vtkBSplineTransform_SetCoefficientConnection")); mixin(bindCode("vtkBSplineTransform_SetCoefficientData", "D_vtkBSplineTransform_SetCoefficientData")); mixin(bindCode("vtkBSplineTransform_GetCoefficientData", "D_vtkBSplineTransform_GetCoefficientData")); mixin(bindCode("vtkBSplineTransform_SetDisplacementScale", "D_vtkBSplineTransform_SetDisplacementScale")); mixin(bindCode("vtkBSplineTransform_SetBorderMode", "D_vtkBSplineTransform_SetBorderMode")); mixin(bindCode("vtkBSplineTransform_GetBorderModeMinValue", "D_vtkBSplineTransform_GetBorderModeMinValue")); mixin(bindCode("vtkBSplineTransform_GetBorderModeMaxValue", "D_vtkBSplineTransform_GetBorderModeMaxValue")); mixin(bindCode("vtkBSplineTransform_SetBorderModeToEdge", "D_vtkBSplineTransform_SetBorderModeToEdge")); mixin(bindCode("vtkBSplineTransform_SetBorderModeToZero", "D_vtkBSplineTransform_SetBorderModeToZero")); mixin(bindCode("vtkBSplineTransform_SetBorderModeToZeroAtBorder", "D_vtkBSplineTransform_SetBorderModeToZeroAtBorder")); mixin(bindCode("vtkBSplineTransform_GetBorderMode", "D_vtkBSplineTransform_GetBorderMode")); mixin(bindCode("vtkBSplineTransform_GetBorderModeAsString", "D_vtkBSplineTransform_GetBorderModeAsString")); mixin(bindCode("vtkBSplineTransform_Upcast", "D_vtkBSplineTransform_Upcast")); mixin(bindCode("vtkHyperTreeGridToUnstructuredGrid_New", "D_vtkHyperTreeGridToUnstructuredGrid_New")); mixin(bindCode("vtkHyperTreeGridToUnstructuredGrid_IsTypeOf", "D_vtkHyperTreeGridToUnstructuredGrid_IsTypeOf")); mixin(bindCode("vtkHyperTreeGridToUnstructuredGrid_SafeDownCast", "D_vtkHyperTreeGridToUnstructuredGrid_SafeDownCast")); mixin(bindCode("vtkHyperTreeGridToUnstructuredGrid_NewInstance", "D_vtkHyperTreeGridToUnstructuredGrid_NewInstance")); mixin(bindCode("vtkHyperTreeGridToUnstructuredGrid_Upcast", "D_vtkHyperTreeGridToUnstructuredGrid_Upcast")); mixin(bindCode("vtkShepardMethod_IsTypeOf", "D_vtkShepardMethod_IsTypeOf")); mixin(bindCode("vtkShepardMethod_SafeDownCast", "D_vtkShepardMethod_SafeDownCast")); mixin(bindCode("vtkShepardMethod_NewInstance", "D_vtkShepardMethod_NewInstance")); mixin(bindCode("vtkShepardMethod_New", "D_vtkShepardMethod_New")); mixin(bindCode("vtkShepardMethod_ComputeModelBounds", "D_vtkShepardMethod_ComputeModelBounds")); mixin(bindCode("vtkShepardMethod_GetSampleDimensions__SWIG_0", "D_vtkShepardMethod_GetSampleDimensions__SWIG_0")); mixin(bindCode("vtkShepardMethod_GetSampleDimensions__SWIG_1", "D_vtkShepardMethod_GetSampleDimensions__SWIG_1")); mixin(bindCode("vtkShepardMethod_SetSampleDimensions__SWIG_0", "D_vtkShepardMethod_SetSampleDimensions__SWIG_0")); mixin(bindCode("vtkShepardMethod_SetSampleDimensions__SWIG_1", "D_vtkShepardMethod_SetSampleDimensions__SWIG_1")); mixin(bindCode("vtkShepardMethod_SetMaximumDistance", "D_vtkShepardMethod_SetMaximumDistance")); mixin(bindCode("vtkShepardMethod_GetMaximumDistanceMinValue", "D_vtkShepardMethod_GetMaximumDistanceMinValue")); mixin(bindCode("vtkShepardMethod_GetMaximumDistanceMaxValue", "D_vtkShepardMethod_GetMaximumDistanceMaxValue")); mixin(bindCode("vtkShepardMethod_GetMaximumDistance", "D_vtkShepardMethod_GetMaximumDistance")); mixin(bindCode("vtkShepardMethod_SetModelBounds__SWIG_0", "D_vtkShepardMethod_SetModelBounds__SWIG_0")); mixin(bindCode("vtkShepardMethod_SetModelBounds__SWIG_1", "D_vtkShepardMethod_SetModelBounds__SWIG_1")); mixin(bindCode("vtkShepardMethod_GetModelBounds__SWIG_0", "D_vtkShepardMethod_GetModelBounds__SWIG_0")); mixin(bindCode("vtkShepardMethod_GetModelBounds__SWIG_1", "D_vtkShepardMethod_GetModelBounds__SWIG_1")); mixin(bindCode("vtkShepardMethod_SetNullValue", "D_vtkShepardMethod_SetNullValue")); mixin(bindCode("vtkShepardMethod_GetNullValue", "D_vtkShepardMethod_GetNullValue")); mixin(bindCode("vtkShepardMethod_Upcast", "D_vtkShepardMethod_Upcast")); mixin(bindCode("vtkThreadMessager_New", "D_vtkThreadMessager_New")); mixin(bindCode("vtkThreadMessager_IsTypeOf", "D_vtkThreadMessager_IsTypeOf")); mixin(bindCode("vtkThreadMessager_SafeDownCast", "D_vtkThreadMessager_SafeDownCast")); mixin(bindCode("vtkThreadMessager_NewInstance", "D_vtkThreadMessager_NewInstance")); mixin(bindCode("vtkThreadMessager_WaitForMessage", "D_vtkThreadMessager_WaitForMessage")); mixin(bindCode("vtkThreadMessager_SendWakeMessage", "D_vtkThreadMessager_SendWakeMessage")); mixin(bindCode("vtkThreadMessager_EnableWaitForReceiver", "D_vtkThreadMessager_EnableWaitForReceiver")); mixin(bindCode("vtkThreadMessager_DisableWaitForReceiver", "D_vtkThreadMessager_DisableWaitForReceiver")); mixin(bindCode("vtkThreadMessager_WaitForReceiver", "D_vtkThreadMessager_WaitForReceiver")); mixin(bindCode("vtkThreadMessager_Upcast", "D_vtkThreadMessager_Upcast")); mixin(bindCode("vtkTable_New", "D_vtkTable_New")); mixin(bindCode("vtkTable_IsTypeOf", "D_vtkTable_IsTypeOf")); mixin(bindCode("vtkTable_SafeDownCast", "D_vtkTable_SafeDownCast")); mixin(bindCode("vtkTable_NewInstance", "D_vtkTable_NewInstance")); mixin(bindCode("vtkTable_Dump__SWIG_0", "D_vtkTable_Dump__SWIG_0")); mixin(bindCode("vtkTable_Dump__SWIG_1", "D_vtkTable_Dump__SWIG_1")); mixin(bindCode("vtkTable_Dump__SWIG_2", "D_vtkTable_Dump__SWIG_2")); mixin(bindCode("vtkTable_GetRowData", "D_vtkTable_GetRowData")); mixin(bindCode("vtkTable_SetRowData", "D_vtkTable_SetRowData")); mixin(bindCode("vtkTable_GetNumberOfRows", "D_vtkTable_GetNumberOfRows")); mixin(bindCode("vtkTable_SetNumberOfRows", "D_vtkTable_SetNumberOfRows")); mixin(bindCode("vtkTable_GetRow__SWIG_0", "D_vtkTable_GetRow__SWIG_0")); mixin(bindCode("vtkTable_GetRow__SWIG_1", "D_vtkTable_GetRow__SWIG_1")); mixin(bindCode("vtkTable_SetRow", "D_vtkTable_SetRow")); mixin(bindCode("vtkTable_InsertNextBlankRow__SWIG_0", "D_vtkTable_InsertNextBlankRow__SWIG_0")); mixin(bindCode("vtkTable_InsertNextBlankRow__SWIG_1", "D_vtkTable_InsertNextBlankRow__SWIG_1")); mixin(bindCode("vtkTable_InsertNextRow", "D_vtkTable_InsertNextRow")); mixin(bindCode("vtkTable_RemoveRow", "D_vtkTable_RemoveRow")); mixin(bindCode("vtkTable_GetNumberOfColumns", "D_vtkTable_GetNumberOfColumns")); mixin(bindCode("vtkTable_GetColumnName", "D_vtkTable_GetColumnName")); mixin(bindCode("vtkTable_GetColumnByName", "D_vtkTable_GetColumnByName")); mixin(bindCode("vtkTable_GetColumn", "D_vtkTable_GetColumn")); mixin(bindCode("vtkTable_AddColumn", "D_vtkTable_AddColumn")); mixin(bindCode("vtkTable_RemoveColumnByName", "D_vtkTable_RemoveColumnByName")); mixin(bindCode("vtkTable_RemoveColumn", "D_vtkTable_RemoveColumn")); mixin(bindCode("vtkTable_GetValue", "D_vtkTable_GetValue")); mixin(bindCode("vtkTable_GetValueByName", "D_vtkTable_GetValueByName")); mixin(bindCode("vtkTable_SetValue", "D_vtkTable_SetValue")); mixin(bindCode("vtkTable_SetValueByName", "D_vtkTable_SetValueByName")); mixin(bindCode("vtkTable_GetData__SWIG_0", "D_vtkTable_GetData__SWIG_0")); mixin(bindCode("vtkTable_GetData__SWIG_1", "D_vtkTable_GetData__SWIG_1")); mixin(bindCode("vtkTable_GetData__SWIG_2", "D_vtkTable_GetData__SWIG_2")); mixin(bindCode("vtkTable_Upcast", "D_vtkTable_Upcast")); mixin(bindCode("vtkMultiThreader_New", "D_vtkMultiThreader_New")); mixin(bindCode("vtkMultiThreader_IsTypeOf", "D_vtkMultiThreader_IsTypeOf")); mixin(bindCode("vtkMultiThreader_SafeDownCast", "D_vtkMultiThreader_SafeDownCast")); mixin(bindCode("vtkMultiThreader_NewInstance", "D_vtkMultiThreader_NewInstance")); mixin(bindCode("vtkMultiThreader_SetNumberOfThreads", "D_vtkMultiThreader_SetNumberOfThreads")); mixin(bindCode("vtkMultiThreader_GetNumberOfThreadsMinValue", "D_vtkMultiThreader_GetNumberOfThreadsMinValue")); mixin(bindCode("vtkMultiThreader_GetNumberOfThreadsMaxValue", "D_vtkMultiThreader_GetNumberOfThreadsMaxValue")); mixin(bindCode("vtkMultiThreader_GetNumberOfThreads", "D_vtkMultiThreader_GetNumberOfThreads")); mixin(bindCode("vtkMultiThreader_SetGlobalMaximumNumberOfThreads", "D_vtkMultiThreader_SetGlobalMaximumNumberOfThreads")); mixin(bindCode("vtkMultiThreader_GetGlobalMaximumNumberOfThreads", "D_vtkMultiThreader_GetGlobalMaximumNumberOfThreads")); mixin(bindCode("vtkMultiThreader_SetGlobalDefaultNumberOfThreads", "D_vtkMultiThreader_SetGlobalDefaultNumberOfThreads")); mixin(bindCode("vtkMultiThreader_GetGlobalDefaultNumberOfThreads", "D_vtkMultiThreader_GetGlobalDefaultNumberOfThreads")); mixin(bindCode("vtkMultiThreader_SingleData_set", "D_vtkMultiThreader_SingleData_set")); mixin(bindCode("vtkMultiThreader_SingleData_get", "D_vtkMultiThreader_SingleData_get")); mixin(bindCode("vtkMultiThreader_MultipleData_set", "D_vtkMultiThreader_MultipleData_set")); mixin(bindCode("vtkMultiThreader_MultipleData_get", "D_vtkMultiThreader_MultipleData_get")); mixin(bindCode("delete_vtkMultiThreader", "D_delete_vtkMultiThreader")); mixin(bindCode("vtkMultiThreader_Upcast", "D_vtkMultiThreader_Upcast")); mixin(bindCode("vtkPropCollection_New", "D_vtkPropCollection_New")); mixin(bindCode("vtkPropCollection_IsTypeOf", "D_vtkPropCollection_IsTypeOf")); mixin(bindCode("vtkPropCollection_SafeDownCast", "D_vtkPropCollection_SafeDownCast")); mixin(bindCode("vtkPropCollection_NewInstance", "D_vtkPropCollection_NewInstance")); mixin(bindCode("vtkPropCollection_AddItem", "D_vtkPropCollection_AddItem")); mixin(bindCode("vtkPropCollection_GetNextProp", "D_vtkPropCollection_GetNextProp")); mixin(bindCode("vtkPropCollection_GetLastProp", "D_vtkPropCollection_GetLastProp")); mixin(bindCode("vtkPropCollection_GetNumberOfPaths", "D_vtkPropCollection_GetNumberOfPaths")); mixin(bindCode("vtkPropCollection_Upcast", "D_vtkPropCollection_Upcast")); mixin(bindCode("vtkActor2DCollection_New", "D_vtkActor2DCollection_New")); mixin(bindCode("vtkActor2DCollection_IsTypeOf", "D_vtkActor2DCollection_IsTypeOf")); mixin(bindCode("vtkActor2DCollection_SafeDownCast", "D_vtkActor2DCollection_SafeDownCast")); mixin(bindCode("vtkActor2DCollection_NewInstance", "D_vtkActor2DCollection_NewInstance")); mixin(bindCode("vtkActor2DCollection_Sort", "D_vtkActor2DCollection_Sort")); mixin(bindCode("vtkActor2DCollection_AddItem", "D_vtkActor2DCollection_AddItem")); mixin(bindCode("vtkActor2DCollection_IsItemPresent", "D_vtkActor2DCollection_IsItemPresent")); mixin(bindCode("vtkActor2DCollection_GetNextActor2D", "D_vtkActor2DCollection_GetNextActor2D")); mixin(bindCode("vtkActor2DCollection_GetLastActor2D", "D_vtkActor2DCollection_GetLastActor2D")); mixin(bindCode("vtkActor2DCollection_GetNextItem", "D_vtkActor2DCollection_GetNextItem")); mixin(bindCode("vtkActor2DCollection_GetLastItem", "D_vtkActor2DCollection_GetLastItem")); mixin(bindCode("vtkActor2DCollection_RenderOverlay", "D_vtkActor2DCollection_RenderOverlay")); mixin(bindCode("vtkActor2DCollection_Upcast", "D_vtkActor2DCollection_Upcast")); mixin(bindCode("vtkDataObjectToTable_New", "D_vtkDataObjectToTable_New")); mixin(bindCode("vtkDataObjectToTable_IsTypeOf", "D_vtkDataObjectToTable_IsTypeOf")); mixin(bindCode("vtkDataObjectToTable_SafeDownCast", "D_vtkDataObjectToTable_SafeDownCast")); mixin(bindCode("vtkDataObjectToTable_NewInstance", "D_vtkDataObjectToTable_NewInstance")); mixin(bindCode("vtkDataObjectToTable_GetFieldType", "D_vtkDataObjectToTable_GetFieldType")); mixin(bindCode("vtkDataObjectToTable_SetFieldType", "D_vtkDataObjectToTable_SetFieldType")); mixin(bindCode("vtkDataObjectToTable_GetFieldTypeMinValue", "D_vtkDataObjectToTable_GetFieldTypeMinValue")); mixin(bindCode("vtkDataObjectToTable_GetFieldTypeMaxValue", "D_vtkDataObjectToTable_GetFieldTypeMaxValue")); mixin(bindCode("vtkDataObjectToTable_Upcast", "D_vtkDataObjectToTable_Upcast")); mixin(bindCode("vtkEnSightReader_IsTypeOf", "D_vtkEnSightReader_IsTypeOf")); mixin(bindCode("vtkEnSightReader_SafeDownCast", "D_vtkEnSightReader_SafeDownCast")); mixin(bindCode("vtkEnSightReader_NewInstance", "D_vtkEnSightReader_NewInstance")); mixin(bindCode("vtkEnSightReader_GetMeasuredFileName", "D_vtkEnSightReader_GetMeasuredFileName")); mixin(bindCode("vtkEnSightReader_GetMatchFileName", "D_vtkEnSightReader_GetMatchFileName")); mixin(bindCode("vtkEnSightReader_Upcast", "D_vtkEnSightReader_Upcast")); mixin(bindCode("VTK_DELAUNAY_XY_PLANE_get", "D_VTK_DELAUNAY_XY_PLANE_get")); mixin(bindCode("VTK_SET_TRANSFORM_PLANE_get", "D_VTK_SET_TRANSFORM_PLANE_get")); mixin(bindCode("VTK_BEST_FITTING_PLANE_get", "D_VTK_BEST_FITTING_PLANE_get")); mixin(bindCode("vtkDelaunay2D_IsTypeOf", "D_vtkDelaunay2D_IsTypeOf")); mixin(bindCode("vtkDelaunay2D_SafeDownCast", "D_vtkDelaunay2D_SafeDownCast")); mixin(bindCode("vtkDelaunay2D_NewInstance", "D_vtkDelaunay2D_NewInstance")); mixin(bindCode("vtkDelaunay2D_New", "D_vtkDelaunay2D_New")); mixin(bindCode("vtkDelaunay2D_SetSourceData", "D_vtkDelaunay2D_SetSourceData")); mixin(bindCode("vtkDelaunay2D_SetSourceConnection", "D_vtkDelaunay2D_SetSourceConnection")); mixin(bindCode("vtkDelaunay2D_GetSource", "D_vtkDelaunay2D_GetSource")); mixin(bindCode("vtkDelaunay2D_SetAlpha", "D_vtkDelaunay2D_SetAlpha")); mixin(bindCode("vtkDelaunay2D_GetAlphaMinValue", "D_vtkDelaunay2D_GetAlphaMinValue")); mixin(bindCode("vtkDelaunay2D_GetAlphaMaxValue", "D_vtkDelaunay2D_GetAlphaMaxValue")); mixin(bindCode("vtkDelaunay2D_GetAlpha", "D_vtkDelaunay2D_GetAlpha")); mixin(bindCode("vtkDelaunay2D_SetTolerance", "D_vtkDelaunay2D_SetTolerance")); mixin(bindCode("vtkDelaunay2D_GetToleranceMinValue", "D_vtkDelaunay2D_GetToleranceMinValue")); mixin(bindCode("vtkDelaunay2D_GetToleranceMaxValue", "D_vtkDelaunay2D_GetToleranceMaxValue")); mixin(bindCode("vtkDelaunay2D_GetTolerance", "D_vtkDelaunay2D_GetTolerance")); mixin(bindCode("vtkDelaunay2D_SetOffset", "D_vtkDelaunay2D_SetOffset")); mixin(bindCode("vtkDelaunay2D_GetOffsetMinValue", "D_vtkDelaunay2D_GetOffsetMinValue")); mixin(bindCode("vtkDelaunay2D_GetOffsetMaxValue", "D_vtkDelaunay2D_GetOffsetMaxValue")); mixin(bindCode("vtkDelaunay2D_GetOffset", "D_vtkDelaunay2D_GetOffset")); mixin(bindCode("vtkDelaunay2D_SetBoundingTriangulation", "D_vtkDelaunay2D_SetBoundingTriangulation")); mixin(bindCode("vtkDelaunay2D_GetBoundingTriangulation", "D_vtkDelaunay2D_GetBoundingTriangulation")); mixin(bindCode("vtkDelaunay2D_BoundingTriangulationOn", "D_vtkDelaunay2D_BoundingTriangulationOn")); mixin(bindCode("vtkDelaunay2D_BoundingTriangulationOff", "D_vtkDelaunay2D_BoundingTriangulationOff")); mixin(bindCode("vtkDelaunay2D_SetTransform", "D_vtkDelaunay2D_SetTransform")); mixin(bindCode("vtkDelaunay2D_GetTransform", "D_vtkDelaunay2D_GetTransform")); mixin(bindCode("vtkDelaunay2D_SetProjectionPlaneMode", "D_vtkDelaunay2D_SetProjectionPlaneMode")); mixin(bindCode("vtkDelaunay2D_GetProjectionPlaneModeMinValue", "D_vtkDelaunay2D_GetProjectionPlaneModeMinValue")); mixin(bindCode("vtkDelaunay2D_GetProjectionPlaneModeMaxValue", "D_vtkDelaunay2D_GetProjectionPlaneModeMaxValue")); mixin(bindCode("vtkDelaunay2D_GetProjectionPlaneMode", "D_vtkDelaunay2D_GetProjectionPlaneMode")); mixin(bindCode("vtkDelaunay2D_Upcast", "D_vtkDelaunay2D_Upcast")); mixin(bindCode("vtkShrinkPolyData_New", "D_vtkShrinkPolyData_New")); mixin(bindCode("vtkShrinkPolyData_IsTypeOf", "D_vtkShrinkPolyData_IsTypeOf")); mixin(bindCode("vtkShrinkPolyData_SafeDownCast", "D_vtkShrinkPolyData_SafeDownCast")); mixin(bindCode("vtkShrinkPolyData_NewInstance", "D_vtkShrinkPolyData_NewInstance")); mixin(bindCode("vtkShrinkPolyData_SetShrinkFactor", "D_vtkShrinkPolyData_SetShrinkFactor")); mixin(bindCode("vtkShrinkPolyData_GetShrinkFactorMinValue", "D_vtkShrinkPolyData_GetShrinkFactorMinValue")); mixin(bindCode("vtkShrinkPolyData_GetShrinkFactorMaxValue", "D_vtkShrinkPolyData_GetShrinkFactorMaxValue")); mixin(bindCode("vtkShrinkPolyData_GetShrinkFactor", "D_vtkShrinkPolyData_GetShrinkFactor")); mixin(bindCode("vtkShrinkPolyData_Upcast", "D_vtkShrinkPolyData_Upcast")); mixin(bindCode("vtkPlotParallelCoordinates_IsTypeOf", "D_vtkPlotParallelCoordinates_IsTypeOf")); mixin(bindCode("vtkPlotParallelCoordinates_SafeDownCast", "D_vtkPlotParallelCoordinates_SafeDownCast")); mixin(bindCode("vtkPlotParallelCoordinates_NewInstance", "D_vtkPlotParallelCoordinates_NewInstance")); mixin(bindCode("vtkPlotParallelCoordinates_New", "D_vtkPlotParallelCoordinates_New")); mixin(bindCode("vtkPlotParallelCoordinates_SetSelectionRange", "D_vtkPlotParallelCoordinates_SetSelectionRange")); mixin(bindCode("vtkPlotParallelCoordinates_ResetSelectionRange", "D_vtkPlotParallelCoordinates_ResetSelectionRange")); mixin(bindCode("vtkPlotParallelCoordinates_SetInputData__SWIG_0", "D_vtkPlotParallelCoordinates_SetInputData__SWIG_0")); mixin(bindCode("vtkPlotParallelCoordinates_SetInputData__SWIG_1", "D_vtkPlotParallelCoordinates_SetInputData__SWIG_1")); mixin(bindCode("vtkPlotParallelCoordinates_SetLookupTable", "D_vtkPlotParallelCoordinates_SetLookupTable")); mixin(bindCode("vtkPlotParallelCoordinates_GetLookupTable", "D_vtkPlotParallelCoordinates_GetLookupTable")); mixin(bindCode("vtkPlotParallelCoordinates_CreateDefaultLookupTable", "D_vtkPlotParallelCoordinates_CreateDefaultLookupTable")); mixin(bindCode("vtkPlotParallelCoordinates_SetScalarVisibility", "D_vtkPlotParallelCoordinates_SetScalarVisibility")); mixin(bindCode("vtkPlotParallelCoordinates_GetScalarVisibility", "D_vtkPlotParallelCoordinates_GetScalarVisibility")); mixin(bindCode("vtkPlotParallelCoordinates_ScalarVisibilityOn", "D_vtkPlotParallelCoordinates_ScalarVisibilityOn")); mixin(bindCode("vtkPlotParallelCoordinates_ScalarVisibilityOff", "D_vtkPlotParallelCoordinates_ScalarVisibilityOff")); mixin(bindCode("vtkPlotParallelCoordinates_SelectColorArray__SWIG_0", "D_vtkPlotParallelCoordinates_SelectColorArray__SWIG_0")); mixin(bindCode("vtkPlotParallelCoordinates_SelectColorArray__SWIG_1", "D_vtkPlotParallelCoordinates_SelectColorArray__SWIG_1")); mixin(bindCode("vtkPlotParallelCoordinates_GetColorArrayName", "D_vtkPlotParallelCoordinates_GetColorArrayName")); mixin(bindCode("new_vtkPlotParallelCoordinates", "D_new_vtkPlotParallelCoordinates")); mixin(bindCode("delete_vtkPlotParallelCoordinates", "D_delete_vtkPlotParallelCoordinates")); mixin(bindCode("vtkPlotParallelCoordinates_Upcast", "D_vtkPlotParallelCoordinates_Upcast")); mixin(bindCode("vtkInformationDoubleVectorKey_IsTypeOf", "D_vtkInformationDoubleVectorKey_IsTypeOf")); mixin(bindCode("vtkInformationDoubleVectorKey_SafeDownCast", "D_vtkInformationDoubleVectorKey_SafeDownCast")); mixin(bindCode("vtkInformationDoubleVectorKey_NewInstance", "D_vtkInformationDoubleVectorKey_NewInstance")); mixin(bindCode("new_vtkInformationDoubleVectorKey__SWIG_0", "D_new_vtkInformationDoubleVectorKey__SWIG_0")); mixin(bindCode("new_vtkInformationDoubleVectorKey__SWIG_1", "D_new_vtkInformationDoubleVectorKey__SWIG_1")); mixin(bindCode("delete_vtkInformationDoubleVectorKey", "D_delete_vtkInformationDoubleVectorKey")); mixin(bindCode("vtkInformationDoubleVectorKey_Append", "D_vtkInformationDoubleVectorKey_Append")); mixin(bindCode("vtkInformationDoubleVectorKey_Set", "D_vtkInformationDoubleVectorKey_Set")); mixin(bindCode("vtkInformationDoubleVectorKey_Get__SWIG_0", "D_vtkInformationDoubleVectorKey_Get__SWIG_0")); mixin(bindCode("vtkInformationDoubleVectorKey_Get__SWIG_1", "D_vtkInformationDoubleVectorKey_Get__SWIG_1")); mixin(bindCode("vtkInformationDoubleVectorKey_Get__SWIG_2", "D_vtkInformationDoubleVectorKey_Get__SWIG_2")); mixin(bindCode("vtkInformationDoubleVectorKey_Length", "D_vtkInformationDoubleVectorKey_Length")); mixin(bindCode("vtkInformationDoubleVectorKey_Upcast", "D_vtkInformationDoubleVectorKey_Upcast")); mixin(bindCode("vtkInformationInternals_Map_set", "D_vtkInformationInternals_Map_set")); mixin(bindCode("vtkInformationInternals_Map_get", "D_vtkInformationInternals_Map_get")); mixin(bindCode("new_vtkInformationInternals", "D_new_vtkInformationInternals")); mixin(bindCode("delete_vtkInformationInternals", "D_delete_vtkInformationInternals")); mixin(bindCode("vtkQuadraticLinearWedge_New", "D_vtkQuadraticLinearWedge_New")); mixin(bindCode("vtkQuadraticLinearWedge_IsTypeOf", "D_vtkQuadraticLinearWedge_IsTypeOf")); mixin(bindCode("vtkQuadraticLinearWedge_SafeDownCast", "D_vtkQuadraticLinearWedge_SafeDownCast")); mixin(bindCode("vtkQuadraticLinearWedge_NewInstance", "D_vtkQuadraticLinearWedge_NewInstance")); mixin(bindCode("vtkQuadraticLinearWedge_InterpolationFunctions", "D_vtkQuadraticLinearWedge_InterpolationFunctions")); mixin(bindCode("vtkQuadraticLinearWedge_InterpolationDerivs", "D_vtkQuadraticLinearWedge_InterpolationDerivs")); mixin(bindCode("vtkQuadraticLinearWedge_InterpolateFunctions", "D_vtkQuadraticLinearWedge_InterpolateFunctions")); mixin(bindCode("vtkQuadraticLinearWedge_InterpolateDerivs", "D_vtkQuadraticLinearWedge_InterpolateDerivs")); mixin(bindCode("vtkQuadraticLinearWedge_GetEdgeArray", "D_vtkQuadraticLinearWedge_GetEdgeArray")); mixin(bindCode("vtkQuadraticLinearWedge_GetFaceArray", "D_vtkQuadraticLinearWedge_GetFaceArray")); mixin(bindCode("vtkQuadraticLinearWedge_JacobianInverse", "D_vtkQuadraticLinearWedge_JacobianInverse")); mixin(bindCode("vtkQuadraticLinearWedge_Upcast", "D_vtkQuadraticLinearWedge_Upcast")); mixin(bindCode("vtkPointPlacer_New", "D_vtkPointPlacer_New")); mixin(bindCode("vtkPointPlacer_IsTypeOf", "D_vtkPointPlacer_IsTypeOf")); mixin(bindCode("vtkPointPlacer_SafeDownCast", "D_vtkPointPlacer_SafeDownCast")); mixin(bindCode("vtkPointPlacer_NewInstance", "D_vtkPointPlacer_NewInstance")); mixin(bindCode("vtkPointPlacer_ComputeWorldPosition__SWIG_0", "D_vtkPointPlacer_ComputeWorldPosition__SWIG_0")); mixin(bindCode("vtkPointPlacer_ComputeWorldPosition__SWIG_1", "D_vtkPointPlacer_ComputeWorldPosition__SWIG_1")); mixin(bindCode("vtkPointPlacer_ValidateWorldPosition__SWIG_0", "D_vtkPointPlacer_ValidateWorldPosition__SWIG_0")); mixin(bindCode("vtkPointPlacer_ValidateDisplayPosition", "D_vtkPointPlacer_ValidateDisplayPosition")); mixin(bindCode("vtkPointPlacer_ValidateWorldPosition__SWIG_1", "D_vtkPointPlacer_ValidateWorldPosition__SWIG_1")); mixin(bindCode("vtkPointPlacer_UpdateWorldPosition", "D_vtkPointPlacer_UpdateWorldPosition")); mixin(bindCode("vtkPointPlacer_UpdateNodeWorldPosition", "D_vtkPointPlacer_UpdateNodeWorldPosition")); mixin(bindCode("vtkPointPlacer_UpdateInternalState", "D_vtkPointPlacer_UpdateInternalState")); mixin(bindCode("vtkPointPlacer_SetPixelTolerance", "D_vtkPointPlacer_SetPixelTolerance")); mixin(bindCode("vtkPointPlacer_GetPixelToleranceMinValue", "D_vtkPointPlacer_GetPixelToleranceMinValue")); mixin(bindCode("vtkPointPlacer_GetPixelToleranceMaxValue", "D_vtkPointPlacer_GetPixelToleranceMaxValue")); mixin(bindCode("vtkPointPlacer_GetPixelTolerance", "D_vtkPointPlacer_GetPixelTolerance")); mixin(bindCode("vtkPointPlacer_SetWorldTolerance", "D_vtkPointPlacer_SetWorldTolerance")); mixin(bindCode("vtkPointPlacer_GetWorldToleranceMinValue", "D_vtkPointPlacer_GetWorldToleranceMinValue")); mixin(bindCode("vtkPointPlacer_GetWorldToleranceMaxValue", "D_vtkPointPlacer_GetWorldToleranceMaxValue")); mixin(bindCode("vtkPointPlacer_GetWorldTolerance", "D_vtkPointPlacer_GetWorldTolerance")); mixin(bindCode("vtkPointPlacer_Upcast", "D_vtkPointPlacer_Upcast")); mixin(bindCode("vtkBoundedPlanePointPlacer_New", "D_vtkBoundedPlanePointPlacer_New")); mixin(bindCode("vtkBoundedPlanePointPlacer_IsTypeOf", "D_vtkBoundedPlanePointPlacer_IsTypeOf")); mixin(bindCode("vtkBoundedPlanePointPlacer_SafeDownCast", "D_vtkBoundedPlanePointPlacer_SafeDownCast")); mixin(bindCode("vtkBoundedPlanePointPlacer_NewInstance", "D_vtkBoundedPlanePointPlacer_NewInstance")); mixin(bindCode("vtkBoundedPlanePointPlacer_SetProjectionNormal", "D_vtkBoundedPlanePointPlacer_SetProjectionNormal")); mixin(bindCode("vtkBoundedPlanePointPlacer_GetProjectionNormalMinValue", "D_vtkBoundedPlanePointPlacer_GetProjectionNormalMinValue")); mixin(bindCode("vtkBoundedPlanePointPlacer_GetProjectionNormalMaxValue", "D_vtkBoundedPlanePointPlacer_GetProjectionNormalMaxValue")); mixin(bindCode("vtkBoundedPlanePointPlacer_GetProjectionNormal", "D_vtkBoundedPlanePointPlacer_GetProjectionNormal")); mixin(bindCode("vtkBoundedPlanePointPlacer_SetProjectionNormalToXAxis", "D_vtkBoundedPlanePointPlacer_SetProjectionNormalToXAxis")); mixin(bindCode("vtkBoundedPlanePointPlacer_SetProjectionNormalToYAxis", "D_vtkBoundedPlanePointPlacer_SetProjectionNormalToYAxis")); mixin(bindCode("vtkBoundedPlanePointPlacer_SetProjectionNormalToZAxis", "D_vtkBoundedPlanePointPlacer_SetProjectionNormalToZAxis")); mixin(bindCode("vtkBoundedPlanePointPlacer_SetProjectionNormalToOblique", "D_vtkBoundedPlanePointPlacer_SetProjectionNormalToOblique")); mixin(bindCode("vtkBoundedPlanePointPlacer_SetObliquePlane", "D_vtkBoundedPlanePointPlacer_SetObliquePlane")); mixin(bindCode("vtkBoundedPlanePointPlacer_GetObliquePlane", "D_vtkBoundedPlanePointPlacer_GetObliquePlane")); mixin(bindCode("vtkBoundedPlanePointPlacer_SetProjectionPosition", "D_vtkBoundedPlanePointPlacer_SetProjectionPosition")); mixin(bindCode("vtkBoundedPlanePointPlacer_GetProjectionPosition", "D_vtkBoundedPlanePointPlacer_GetProjectionPosition")); mixin(bindCode("vtkBoundedPlanePointPlacer_AddBoundingPlane", "D_vtkBoundedPlanePointPlacer_AddBoundingPlane")); mixin(bindCode("vtkBoundedPlanePointPlacer_RemoveBoundingPlane", "D_vtkBoundedPlanePointPlacer_RemoveBoundingPlane")); mixin(bindCode("vtkBoundedPlanePointPlacer_RemoveAllBoundingPlanes", "D_vtkBoundedPlanePointPlacer_RemoveAllBoundingPlanes")); mixin(bindCode("vtkBoundedPlanePointPlacer_SetBoundingPlanes__SWIG_0", "D_vtkBoundedPlanePointPlacer_SetBoundingPlanes__SWIG_0")); mixin(bindCode("vtkBoundedPlanePointPlacer_GetBoundingPlanes", "D_vtkBoundedPlanePointPlacer_GetBoundingPlanes")); mixin(bindCode("vtkBoundedPlanePointPlacer_SetBoundingPlanes__SWIG_1", "D_vtkBoundedPlanePointPlacer_SetBoundingPlanes__SWIG_1")); mixin(bindCode("vtkBoundedPlanePointPlacer_ComputeWorldPosition__SWIG_0", "D_vtkBoundedPlanePointPlacer_ComputeWorldPosition__SWIG_0")); mixin(bindCode("vtkBoundedPlanePointPlacer_ComputeWorldPosition__SWIG_1", "D_vtkBoundedPlanePointPlacer_ComputeWorldPosition__SWIG_1")); mixin(bindCode("vtkBoundedPlanePointPlacer_ValidateWorldPosition__SWIG_0", "D_vtkBoundedPlanePointPlacer_ValidateWorldPosition__SWIG_0")); mixin(bindCode("vtkBoundedPlanePointPlacer_ValidateWorldPosition__SWIG_1", "D_vtkBoundedPlanePointPlacer_ValidateWorldPosition__SWIG_1")); mixin(bindCode("vtkBoundedPlanePointPlacer_Upcast", "D_vtkBoundedPlanePointPlacer_Upcast")); mixin(bindCode("vtkImageNormalize_New", "D_vtkImageNormalize_New")); mixin(bindCode("vtkImageNormalize_IsTypeOf", "D_vtkImageNormalize_IsTypeOf")); mixin(bindCode("vtkImageNormalize_SafeDownCast", "D_vtkImageNormalize_SafeDownCast")); mixin(bindCode("vtkImageNormalize_NewInstance", "D_vtkImageNormalize_NewInstance")); mixin(bindCode("vtkImageNormalize_Upcast", "D_vtkImageNormalize_Upcast")); mixin(bindCode("vtkRotationFilter_New", "D_vtkRotationFilter_New")); mixin(bindCode("vtkRotationFilter_IsTypeOf", "D_vtkRotationFilter_IsTypeOf")); mixin(bindCode("vtkRotationFilter_SafeDownCast", "D_vtkRotationFilter_SafeDownCast")); mixin(bindCode("vtkRotationFilter_NewInstance", "D_vtkRotationFilter_NewInstance")); mixin(bindCode("vtkRotationFilter_SetAxis", "D_vtkRotationFilter_SetAxis")); mixin(bindCode("vtkRotationFilter_GetAxisMinValue", "D_vtkRotationFilter_GetAxisMinValue")); mixin(bindCode("vtkRotationFilter_GetAxisMaxValue", "D_vtkRotationFilter_GetAxisMaxValue")); mixin(bindCode("vtkRotationFilter_GetAxis", "D_vtkRotationFilter_GetAxis")); mixin(bindCode("vtkRotationFilter_SetAxisToX", "D_vtkRotationFilter_SetAxisToX")); mixin(bindCode("vtkRotationFilter_SetAxisToY", "D_vtkRotationFilter_SetAxisToY")); mixin(bindCode("vtkRotationFilter_SetAxisToZ", "D_vtkRotationFilter_SetAxisToZ")); mixin(bindCode("vtkRotationFilter_SetAngle", "D_vtkRotationFilter_SetAngle")); mixin(bindCode("vtkRotationFilter_GetAngle", "D_vtkRotationFilter_GetAngle")); mixin(bindCode("vtkRotationFilter_SetCenter__SWIG_0", "D_vtkRotationFilter_SetCenter__SWIG_0")); mixin(bindCode("vtkRotationFilter_SetCenter__SWIG_1", "D_vtkRotationFilter_SetCenter__SWIG_1")); mixin(bindCode("vtkRotationFilter_GetCenter__SWIG_0", "D_vtkRotationFilter_GetCenter__SWIG_0")); mixin(bindCode("vtkRotationFilter_GetCenter__SWIG_1", "D_vtkRotationFilter_GetCenter__SWIG_1")); mixin(bindCode("vtkRotationFilter_GetCenter__SWIG_2", "D_vtkRotationFilter_GetCenter__SWIG_2")); mixin(bindCode("vtkRotationFilter_SetNumberOfCopies", "D_vtkRotationFilter_SetNumberOfCopies")); mixin(bindCode("vtkRotationFilter_GetNumberOfCopies", "D_vtkRotationFilter_GetNumberOfCopies")); mixin(bindCode("vtkRotationFilter_SetCopyInput", "D_vtkRotationFilter_SetCopyInput")); mixin(bindCode("vtkRotationFilter_GetCopyInput", "D_vtkRotationFilter_GetCopyInput")); mixin(bindCode("vtkRotationFilter_CopyInputOn", "D_vtkRotationFilter_CopyInputOn")); mixin(bindCode("vtkRotationFilter_CopyInputOff", "D_vtkRotationFilter_CopyInputOff")); mixin(bindCode("vtkRotationFilter_Upcast", "D_vtkRotationFilter_Upcast")); mixin(bindCode("vtkImageConnector_New", "D_vtkImageConnector_New")); mixin(bindCode("vtkImageConnector_IsTypeOf", "D_vtkImageConnector_IsTypeOf")); mixin(bindCode("vtkImageConnector_SafeDownCast", "D_vtkImageConnector_SafeDownCast")); mixin(bindCode("vtkImageConnector_NewInstance", "D_vtkImageConnector_NewInstance")); mixin(bindCode("vtkImageConnector_RemoveAllSeeds", "D_vtkImageConnector_RemoveAllSeeds")); mixin(bindCode("vtkImageConnector_SetConnectedValue", "D_vtkImageConnector_SetConnectedValue")); mixin(bindCode("vtkImageConnector_GetConnectedValue", "D_vtkImageConnector_GetConnectedValue")); mixin(bindCode("vtkImageConnector_SetUnconnectedValue", "D_vtkImageConnector_SetUnconnectedValue")); mixin(bindCode("vtkImageConnector_GetUnconnectedValue", "D_vtkImageConnector_GetUnconnectedValue")); mixin(bindCode("vtkImageConnector_MarkData", "D_vtkImageConnector_MarkData")); mixin(bindCode("vtkImageConnector_Upcast", "D_vtkImageConnector_Upcast")); mixin(bindCode("vtkNonOverlappingAMR_New", "D_vtkNonOverlappingAMR_New")); mixin(bindCode("vtkNonOverlappingAMR_IsTypeOf", "D_vtkNonOverlappingAMR_IsTypeOf")); mixin(bindCode("vtkNonOverlappingAMR_SafeDownCast", "D_vtkNonOverlappingAMR_SafeDownCast")); mixin(bindCode("vtkNonOverlappingAMR_NewInstance", "D_vtkNonOverlappingAMR_NewInstance")); mixin(bindCode("vtkNonOverlappingAMR_Upcast", "D_vtkNonOverlappingAMR_Upcast")); mixin(bindCode("vtkSelectEnclosedPoints_IsTypeOf", "D_vtkSelectEnclosedPoints_IsTypeOf")); mixin(bindCode("vtkSelectEnclosedPoints_SafeDownCast", "D_vtkSelectEnclosedPoints_SafeDownCast")); mixin(bindCode("vtkSelectEnclosedPoints_NewInstance", "D_vtkSelectEnclosedPoints_NewInstance")); mixin(bindCode("vtkSelectEnclosedPoints_New", "D_vtkSelectEnclosedPoints_New")); mixin(bindCode("vtkSelectEnclosedPoints_SetSurfaceData", "D_vtkSelectEnclosedPoints_SetSurfaceData")); mixin(bindCode("vtkSelectEnclosedPoints_SetSurfaceConnection", "D_vtkSelectEnclosedPoints_SetSurfaceConnection")); mixin(bindCode("vtkSelectEnclosedPoints_GetSurface__SWIG_0", "D_vtkSelectEnclosedPoints_GetSurface__SWIG_0")); mixin(bindCode("vtkSelectEnclosedPoints_GetSurface__SWIG_1", "D_vtkSelectEnclosedPoints_GetSurface__SWIG_1")); mixin(bindCode("vtkSelectEnclosedPoints_SetInsideOut", "D_vtkSelectEnclosedPoints_SetInsideOut")); mixin(bindCode("vtkSelectEnclosedPoints_InsideOutOn", "D_vtkSelectEnclosedPoints_InsideOutOn")); mixin(bindCode("vtkSelectEnclosedPoints_InsideOutOff", "D_vtkSelectEnclosedPoints_InsideOutOff")); mixin(bindCode("vtkSelectEnclosedPoints_GetInsideOut", "D_vtkSelectEnclosedPoints_GetInsideOut")); mixin(bindCode("vtkSelectEnclosedPoints_SetCheckSurface", "D_vtkSelectEnclosedPoints_SetCheckSurface")); mixin(bindCode("vtkSelectEnclosedPoints_CheckSurfaceOn", "D_vtkSelectEnclosedPoints_CheckSurfaceOn")); mixin(bindCode("vtkSelectEnclosedPoints_CheckSurfaceOff", "D_vtkSelectEnclosedPoints_CheckSurfaceOff")); mixin(bindCode("vtkSelectEnclosedPoints_GetCheckSurface", "D_vtkSelectEnclosedPoints_GetCheckSurface")); mixin(bindCode("vtkSelectEnclosedPoints_IsInside", "D_vtkSelectEnclosedPoints_IsInside")); mixin(bindCode("vtkSelectEnclosedPoints_SetTolerance", "D_vtkSelectEnclosedPoints_SetTolerance")); mixin(bindCode("vtkSelectEnclosedPoints_GetToleranceMinValue", "D_vtkSelectEnclosedPoints_GetToleranceMinValue")); mixin(bindCode("vtkSelectEnclosedPoints_GetToleranceMaxValue", "D_vtkSelectEnclosedPoints_GetToleranceMaxValue")); mixin(bindCode("vtkSelectEnclosedPoints_GetTolerance", "D_vtkSelectEnclosedPoints_GetTolerance")); mixin(bindCode("vtkSelectEnclosedPoints_Initialize", "D_vtkSelectEnclosedPoints_Initialize")); mixin(bindCode("vtkSelectEnclosedPoints_IsInsideSurface__SWIG_0", "D_vtkSelectEnclosedPoints_IsInsideSurface__SWIG_0")); mixin(bindCode("vtkSelectEnclosedPoints_IsInsideSurface__SWIG_1", "D_vtkSelectEnclosedPoints_IsInsideSurface__SWIG_1")); mixin(bindCode("vtkSelectEnclosedPoints_Complete", "D_vtkSelectEnclosedPoints_Complete")); mixin(bindCode("vtkSelectEnclosedPoints_Upcast", "D_vtkSelectEnclosedPoints_Upcast")); mixin(bindCode("vtkImplicitBoolean_IsTypeOf", "D_vtkImplicitBoolean_IsTypeOf")); mixin(bindCode("vtkImplicitBoolean_SafeDownCast", "D_vtkImplicitBoolean_SafeDownCast")); mixin(bindCode("vtkImplicitBoolean_NewInstance", "D_vtkImplicitBoolean_NewInstance")); mixin(bindCode("vtkImplicitBoolean_New", "D_vtkImplicitBoolean_New")); mixin(bindCode("vtkImplicitBoolean_EvaluateFunction__SWIG_0", "D_vtkImplicitBoolean_EvaluateFunction__SWIG_0")); mixin(bindCode("vtkImplicitBoolean_EvaluateFunction__SWIG_1", "D_vtkImplicitBoolean_EvaluateFunction__SWIG_1")); mixin(bindCode("vtkImplicitBoolean_AddFunction", "D_vtkImplicitBoolean_AddFunction")); mixin(bindCode("vtkImplicitBoolean_RemoveFunction", "D_vtkImplicitBoolean_RemoveFunction")); mixin(bindCode("vtkImplicitBoolean_GetFunction", "D_vtkImplicitBoolean_GetFunction")); mixin(bindCode("vtkImplicitBoolean_SetOperationType", "D_vtkImplicitBoolean_SetOperationType")); mixin(bindCode("vtkImplicitBoolean_GetOperationTypeMinValue", "D_vtkImplicitBoolean_GetOperationTypeMinValue")); mixin(bindCode("vtkImplicitBoolean_GetOperationTypeMaxValue", "D_vtkImplicitBoolean_GetOperationTypeMaxValue")); mixin(bindCode("vtkImplicitBoolean_GetOperationType", "D_vtkImplicitBoolean_GetOperationType")); mixin(bindCode("vtkImplicitBoolean_SetOperationTypeToUnion", "D_vtkImplicitBoolean_SetOperationTypeToUnion")); mixin(bindCode("vtkImplicitBoolean_SetOperationTypeToIntersection", "D_vtkImplicitBoolean_SetOperationTypeToIntersection")); mixin(bindCode("vtkImplicitBoolean_SetOperationTypeToDifference", "D_vtkImplicitBoolean_SetOperationTypeToDifference")); mixin(bindCode("vtkImplicitBoolean_SetOperationTypeToUnionOfMagnitudes", "D_vtkImplicitBoolean_SetOperationTypeToUnionOfMagnitudes")); mixin(bindCode("vtkImplicitBoolean_GetOperationTypeAsString", "D_vtkImplicitBoolean_GetOperationTypeAsString")); mixin(bindCode("vtkImplicitBoolean_Upcast", "D_vtkImplicitBoolean_Upcast")); mixin(bindCode("vtkVolumeReader_IsTypeOf", "D_vtkVolumeReader_IsTypeOf")); mixin(bindCode("vtkVolumeReader_SafeDownCast", "D_vtkVolumeReader_SafeDownCast")); mixin(bindCode("vtkVolumeReader_NewInstance", "D_vtkVolumeReader_NewInstance")); mixin(bindCode("vtkVolumeReader_SetFilePrefix", "D_vtkVolumeReader_SetFilePrefix")); mixin(bindCode("vtkVolumeReader_GetFilePrefix", "D_vtkVolumeReader_GetFilePrefix")); mixin(bindCode("vtkVolumeReader_SetFilePattern", "D_vtkVolumeReader_SetFilePattern")); mixin(bindCode("vtkVolumeReader_GetFilePattern", "D_vtkVolumeReader_GetFilePattern")); mixin(bindCode("vtkVolumeReader_SetImageRange__SWIG_0", "D_vtkVolumeReader_SetImageRange__SWIG_0")); mixin(bindCode("vtkVolumeReader_SetImageRange__SWIG_1", "D_vtkVolumeReader_SetImageRange__SWIG_1")); mixin(bindCode("vtkVolumeReader_GetImageRange__SWIG_0", "D_vtkVolumeReader_GetImageRange__SWIG_0")); mixin(bindCode("vtkVolumeReader_GetImageRange__SWIG_1", "D_vtkVolumeReader_GetImageRange__SWIG_1")); mixin(bindCode("vtkVolumeReader_SetDataSpacing__SWIG_0", "D_vtkVolumeReader_SetDataSpacing__SWIG_0")); mixin(bindCode("vtkVolumeReader_SetDataSpacing__SWIG_1", "D_vtkVolumeReader_SetDataSpacing__SWIG_1")); mixin(bindCode("vtkVolumeReader_GetDataSpacing__SWIG_0", "D_vtkVolumeReader_GetDataSpacing__SWIG_0")); mixin(bindCode("vtkVolumeReader_GetDataSpacing__SWIG_1", "D_vtkVolumeReader_GetDataSpacing__SWIG_1")); mixin(bindCode("vtkVolumeReader_SetDataOrigin__SWIG_0", "D_vtkVolumeReader_SetDataOrigin__SWIG_0")); mixin(bindCode("vtkVolumeReader_SetDataOrigin__SWIG_1", "D_vtkVolumeReader_SetDataOrigin__SWIG_1")); mixin(bindCode("vtkVolumeReader_GetDataOrigin__SWIG_0", "D_vtkVolumeReader_GetDataOrigin__SWIG_0")); mixin(bindCode("vtkVolumeReader_GetDataOrigin__SWIG_1", "D_vtkVolumeReader_GetDataOrigin__SWIG_1")); mixin(bindCode("vtkVolumeReader_GetImage", "D_vtkVolumeReader_GetImage")); mixin(bindCode("vtkVolumeReader_Upcast", "D_vtkVolumeReader_Upcast")); mixin(bindCode("vtkVolume16Reader_IsTypeOf", "D_vtkVolume16Reader_IsTypeOf")); mixin(bindCode("vtkVolume16Reader_SafeDownCast", "D_vtkVolume16Reader_SafeDownCast")); mixin(bindCode("vtkVolume16Reader_NewInstance", "D_vtkVolume16Reader_NewInstance")); mixin(bindCode("vtkVolume16Reader_New", "D_vtkVolume16Reader_New")); mixin(bindCode("vtkVolume16Reader_SetDataDimensions__SWIG_0", "D_vtkVolume16Reader_SetDataDimensions__SWIG_0")); mixin(bindCode("vtkVolume16Reader_SetDataDimensions__SWIG_1", "D_vtkVolume16Reader_SetDataDimensions__SWIG_1")); mixin(bindCode("vtkVolume16Reader_GetDataDimensions__SWIG_0", "D_vtkVolume16Reader_GetDataDimensions__SWIG_0")); mixin(bindCode("vtkVolume16Reader_GetDataDimensions__SWIG_1", "D_vtkVolume16Reader_GetDataDimensions__SWIG_1")); mixin(bindCode("vtkVolume16Reader_SetDataMask", "D_vtkVolume16Reader_SetDataMask")); mixin(bindCode("vtkVolume16Reader_GetDataMask", "D_vtkVolume16Reader_GetDataMask")); mixin(bindCode("vtkVolume16Reader_SetHeaderSize", "D_vtkVolume16Reader_SetHeaderSize")); mixin(bindCode("vtkVolume16Reader_GetHeaderSize", "D_vtkVolume16Reader_GetHeaderSize")); mixin(bindCode("vtkVolume16Reader_SetDataByteOrderToBigEndian", "D_vtkVolume16Reader_SetDataByteOrderToBigEndian")); mixin(bindCode("vtkVolume16Reader_SetDataByteOrderToLittleEndian", "D_vtkVolume16Reader_SetDataByteOrderToLittleEndian")); mixin(bindCode("vtkVolume16Reader_GetDataByteOrder", "D_vtkVolume16Reader_GetDataByteOrder")); mixin(bindCode("vtkVolume16Reader_SetDataByteOrder", "D_vtkVolume16Reader_SetDataByteOrder")); mixin(bindCode("vtkVolume16Reader_GetDataByteOrderAsString", "D_vtkVolume16Reader_GetDataByteOrderAsString")); mixin(bindCode("vtkVolume16Reader_SetSwapBytes", "D_vtkVolume16Reader_SetSwapBytes")); mixin(bindCode("vtkVolume16Reader_GetSwapBytes", "D_vtkVolume16Reader_GetSwapBytes")); mixin(bindCode("vtkVolume16Reader_SwapBytesOn", "D_vtkVolume16Reader_SwapBytesOn")); mixin(bindCode("vtkVolume16Reader_SwapBytesOff", "D_vtkVolume16Reader_SwapBytesOff")); mixin(bindCode("vtkVolume16Reader_SetTransform", "D_vtkVolume16Reader_SetTransform")); mixin(bindCode("vtkVolume16Reader_GetTransform", "D_vtkVolume16Reader_GetTransform")); mixin(bindCode("vtkVolume16Reader_Upcast", "D_vtkVolume16Reader_Upcast")); mixin(bindCode("VTK_ERROR_NUMBER_OF_TRIANGLES_get", "D_VTK_ERROR_NUMBER_OF_TRIANGLES_get")); mixin(bindCode("VTK_ERROR_SPECIFIED_REDUCTION_get", "D_VTK_ERROR_SPECIFIED_REDUCTION_get")); mixin(bindCode("VTK_ERROR_ABSOLUTE_get", "D_VTK_ERROR_ABSOLUTE_get")); mixin(bindCode("VTK_ERROR_RELATIVE_get", "D_VTK_ERROR_RELATIVE_get")); mixin(bindCode("vtkGreedyTerrainDecimation_IsTypeOf", "D_vtkGreedyTerrainDecimation_IsTypeOf")); mixin(bindCode("vtkGreedyTerrainDecimation_SafeDownCast", "D_vtkGreedyTerrainDecimation_SafeDownCast")); mixin(bindCode("vtkGreedyTerrainDecimation_NewInstance", "D_vtkGreedyTerrainDecimation_NewInstance")); mixin(bindCode("vtkGreedyTerrainDecimation_New", "D_vtkGreedyTerrainDecimation_New")); mixin(bindCode("vtkGreedyTerrainDecimation_SetErrorMeasure", "D_vtkGreedyTerrainDecimation_SetErrorMeasure")); mixin(bindCode("vtkGreedyTerrainDecimation_GetErrorMeasureMinValue", "D_vtkGreedyTerrainDecimation_GetErrorMeasureMinValue")); mixin(bindCode("vtkGreedyTerrainDecimation_GetErrorMeasureMaxValue", "D_vtkGreedyTerrainDecimation_GetErrorMeasureMaxValue")); mixin(bindCode("vtkGreedyTerrainDecimation_GetErrorMeasure", "D_vtkGreedyTerrainDecimation_GetErrorMeasure")); mixin(bindCode("vtkGreedyTerrainDecimation_SetErrorMeasureToNumberOfTriangles", "D_vtkGreedyTerrainDecimation_SetErrorMeasureToNumberOfTriangles")); mixin(bindCode("vtkGreedyTerrainDecimation_SetErrorMeasureToSpecifiedReduction", "D_vtkGreedyTerrainDecimation_SetErrorMeasureToSpecifiedReduction")); mixin(bindCode("vtkGreedyTerrainDecimation_SetErrorMeasureToAbsoluteError", "D_vtkGreedyTerrainDecimation_SetErrorMeasureToAbsoluteError")); mixin(bindCode("vtkGreedyTerrainDecimation_SetErrorMeasureToRelativeError", "D_vtkGreedyTerrainDecimation_SetErrorMeasureToRelativeError")); mixin(bindCode("vtkGreedyTerrainDecimation_SetNumberOfTriangles", "D_vtkGreedyTerrainDecimation_SetNumberOfTriangles")); mixin(bindCode("vtkGreedyTerrainDecimation_GetNumberOfTrianglesMinValue", "D_vtkGreedyTerrainDecimation_GetNumberOfTrianglesMinValue")); mixin(bindCode("vtkGreedyTerrainDecimation_GetNumberOfTrianglesMaxValue", "D_vtkGreedyTerrainDecimation_GetNumberOfTrianglesMaxValue")); mixin(bindCode("vtkGreedyTerrainDecimation_GetNumberOfTriangles", "D_vtkGreedyTerrainDecimation_GetNumberOfTriangles")); mixin(bindCode("vtkGreedyTerrainDecimation_SetReduction", "D_vtkGreedyTerrainDecimation_SetReduction")); mixin(bindCode("vtkGreedyTerrainDecimation_GetReductionMinValue", "D_vtkGreedyTerrainDecimation_GetReductionMinValue")); mixin(bindCode("vtkGreedyTerrainDecimation_GetReductionMaxValue", "D_vtkGreedyTerrainDecimation_GetReductionMaxValue")); mixin(bindCode("vtkGreedyTerrainDecimation_GetReduction", "D_vtkGreedyTerrainDecimation_GetReduction")); mixin(bindCode("vtkGreedyTerrainDecimation_SetAbsoluteError", "D_vtkGreedyTerrainDecimation_SetAbsoluteError")); mixin(bindCode("vtkGreedyTerrainDecimation_GetAbsoluteErrorMinValue", "D_vtkGreedyTerrainDecimation_GetAbsoluteErrorMinValue")); mixin(bindCode("vtkGreedyTerrainDecimation_GetAbsoluteErrorMaxValue", "D_vtkGreedyTerrainDecimation_GetAbsoluteErrorMaxValue")); mixin(bindCode("vtkGreedyTerrainDecimation_GetAbsoluteError", "D_vtkGreedyTerrainDecimation_GetAbsoluteError")); mixin(bindCode("vtkGreedyTerrainDecimation_SetRelativeError", "D_vtkGreedyTerrainDecimation_SetRelativeError")); mixin(bindCode("vtkGreedyTerrainDecimation_GetRelativeErrorMinValue", "D_vtkGreedyTerrainDecimation_GetRelativeErrorMinValue")); mixin(bindCode("vtkGreedyTerrainDecimation_GetRelativeErrorMaxValue", "D_vtkGreedyTerrainDecimation_GetRelativeErrorMaxValue")); mixin(bindCode("vtkGreedyTerrainDecimation_GetRelativeError", "D_vtkGreedyTerrainDecimation_GetRelativeError")); mixin(bindCode("vtkGreedyTerrainDecimation_SetBoundaryVertexDeletion", "D_vtkGreedyTerrainDecimation_SetBoundaryVertexDeletion")); mixin(bindCode("vtkGreedyTerrainDecimation_GetBoundaryVertexDeletion", "D_vtkGreedyTerrainDecimation_GetBoundaryVertexDeletion")); mixin(bindCode("vtkGreedyTerrainDecimation_BoundaryVertexDeletionOn", "D_vtkGreedyTerrainDecimation_BoundaryVertexDeletionOn")); mixin(bindCode("vtkGreedyTerrainDecimation_BoundaryVertexDeletionOff", "D_vtkGreedyTerrainDecimation_BoundaryVertexDeletionOff")); mixin(bindCode("vtkGreedyTerrainDecimation_SetComputeNormals", "D_vtkGreedyTerrainDecimation_SetComputeNormals")); mixin(bindCode("vtkGreedyTerrainDecimation_GetComputeNormals", "D_vtkGreedyTerrainDecimation_GetComputeNormals")); mixin(bindCode("vtkGreedyTerrainDecimation_ComputeNormalsOn", "D_vtkGreedyTerrainDecimation_ComputeNormalsOn")); mixin(bindCode("vtkGreedyTerrainDecimation_ComputeNormalsOff", "D_vtkGreedyTerrainDecimation_ComputeNormalsOff")); mixin(bindCode("vtkGreedyTerrainDecimation_Upcast", "D_vtkGreedyTerrainDecimation_Upcast")); mixin(bindCode("vtkNetCDFReader_IsTypeOf", "D_vtkNetCDFReader_IsTypeOf")); mixin(bindCode("vtkNetCDFReader_SafeDownCast", "D_vtkNetCDFReader_SafeDownCast")); mixin(bindCode("vtkNetCDFReader_NewInstance", "D_vtkNetCDFReader_NewInstance")); mixin(bindCode("vtkNetCDFReader_New", "D_vtkNetCDFReader_New")); mixin(bindCode("vtkNetCDFReader_SetFileName", "D_vtkNetCDFReader_SetFileName")); mixin(bindCode("vtkNetCDFReader_GetFileName", "D_vtkNetCDFReader_GetFileName")); mixin(bindCode("vtkNetCDFReader_UpdateMetaData", "D_vtkNetCDFReader_UpdateMetaData")); mixin(bindCode("vtkNetCDFReader_GetNumberOfVariableArrays", "D_vtkNetCDFReader_GetNumberOfVariableArrays")); mixin(bindCode("vtkNetCDFReader_GetVariableArrayName", "D_vtkNetCDFReader_GetVariableArrayName")); mixin(bindCode("vtkNetCDFReader_GetVariableArrayStatus", "D_vtkNetCDFReader_GetVariableArrayStatus")); mixin(bindCode("vtkNetCDFReader_SetVariableArrayStatus", "D_vtkNetCDFReader_SetVariableArrayStatus")); mixin(bindCode("vtkNetCDFReader_GetAllVariableArrayNames", "D_vtkNetCDFReader_GetAllVariableArrayNames")); mixin(bindCode("vtkNetCDFReader_GetVariableDimensions", "D_vtkNetCDFReader_GetVariableDimensions")); mixin(bindCode("vtkNetCDFReader_SetDimensions", "D_vtkNetCDFReader_SetDimensions")); mixin(bindCode("vtkNetCDFReader_GetAllDimensions", "D_vtkNetCDFReader_GetAllDimensions")); mixin(bindCode("vtkNetCDFReader_GetReplaceFillValueWithNan", "D_vtkNetCDFReader_GetReplaceFillValueWithNan")); mixin(bindCode("vtkNetCDFReader_SetReplaceFillValueWithNan", "D_vtkNetCDFReader_SetReplaceFillValueWithNan")); mixin(bindCode("vtkNetCDFReader_ReplaceFillValueWithNanOn", "D_vtkNetCDFReader_ReplaceFillValueWithNanOn")); mixin(bindCode("vtkNetCDFReader_ReplaceFillValueWithNanOff", "D_vtkNetCDFReader_ReplaceFillValueWithNanOff")); mixin(bindCode("vtkNetCDFReader_Upcast", "D_vtkNetCDFReader_Upcast")); mixin(bindCode("vtkNetCDFCFReader_IsTypeOf", "D_vtkNetCDFCFReader_IsTypeOf")); mixin(bindCode("vtkNetCDFCFReader_SafeDownCast", "D_vtkNetCDFCFReader_SafeDownCast")); mixin(bindCode("vtkNetCDFCFReader_NewInstance", "D_vtkNetCDFCFReader_NewInstance")); mixin(bindCode("vtkNetCDFCFReader_New", "D_vtkNetCDFCFReader_New")); mixin(bindCode("vtkNetCDFCFReader_GetSphericalCoordinates", "D_vtkNetCDFCFReader_GetSphericalCoordinates")); mixin(bindCode("vtkNetCDFCFReader_SetSphericalCoordinates", "D_vtkNetCDFCFReader_SetSphericalCoordinates")); mixin(bindCode("vtkNetCDFCFReader_SphericalCoordinatesOn", "D_vtkNetCDFCFReader_SphericalCoordinatesOn")); mixin(bindCode("vtkNetCDFCFReader_SphericalCoordinatesOff", "D_vtkNetCDFCFReader_SphericalCoordinatesOff")); mixin(bindCode("vtkNetCDFCFReader_GetVerticalScale", "D_vtkNetCDFCFReader_GetVerticalScale")); mixin(bindCode("vtkNetCDFCFReader_SetVerticalScale", "D_vtkNetCDFCFReader_SetVerticalScale")); mixin(bindCode("vtkNetCDFCFReader_GetVerticalBias", "D_vtkNetCDFCFReader_GetVerticalBias")); mixin(bindCode("vtkNetCDFCFReader_SetVerticalBias", "D_vtkNetCDFCFReader_SetVerticalBias")); mixin(bindCode("vtkNetCDFCFReader_GetOutputType", "D_vtkNetCDFCFReader_GetOutputType")); mixin(bindCode("vtkNetCDFCFReader_SetOutputType", "D_vtkNetCDFCFReader_SetOutputType")); mixin(bindCode("vtkNetCDFCFReader_SetOutputTypeToAutomatic", "D_vtkNetCDFCFReader_SetOutputTypeToAutomatic")); mixin(bindCode("vtkNetCDFCFReader_SetOutputTypeToImage", "D_vtkNetCDFCFReader_SetOutputTypeToImage")); mixin(bindCode("vtkNetCDFCFReader_SetOutputTypeToRectilinear", "D_vtkNetCDFCFReader_SetOutputTypeToRectilinear")); mixin(bindCode("vtkNetCDFCFReader_SetOutputTypeToStructured", "D_vtkNetCDFCFReader_SetOutputTypeToStructured")); mixin(bindCode("vtkNetCDFCFReader_SetOutputTypeToUnstructured", "D_vtkNetCDFCFReader_SetOutputTypeToUnstructured")); mixin(bindCode("vtkNetCDFCFReader_CanReadFile", "D_vtkNetCDFCFReader_CanReadFile")); mixin(bindCode("vtkNetCDFCFReader_Upcast", "D_vtkNetCDFCFReader_Upcast")); mixin(bindCode("vtkCompositeControlPointsItem_IsTypeOf", "D_vtkCompositeControlPointsItem_IsTypeOf")); mixin(bindCode("vtkCompositeControlPointsItem_SafeDownCast", "D_vtkCompositeControlPointsItem_SafeDownCast")); mixin(bindCode("vtkCompositeControlPointsItem_NewInstance", "D_vtkCompositeControlPointsItem_NewInstance")); mixin(bindCode("vtkCompositeControlPointsItem_New", "D_vtkCompositeControlPointsItem_New")); mixin(bindCode("vtkCompositeControlPointsItem_SetColorTransferFunction", "D_vtkCompositeControlPointsItem_SetColorTransferFunction")); mixin(bindCode("vtkCompositeControlPointsItem_SetOpacityFunction", "D_vtkCompositeControlPointsItem_SetOpacityFunction")); mixin(bindCode("vtkCompositeControlPointsItem_GetOpacityFunction", "D_vtkCompositeControlPointsItem_GetOpacityFunction")); mixin(bindCode("vtkCompositeControlPointsItem_SetPointsFunction", "D_vtkCompositeControlPointsItem_SetPointsFunction")); mixin(bindCode("vtkCompositeControlPointsItem_GetPointsFunction", "D_vtkCompositeControlPointsItem_GetPointsFunction")); mixin(bindCode("vtkCompositeControlPointsItem_SetUseOpacityPointHandles", "D_vtkCompositeControlPointsItem_SetUseOpacityPointHandles")); mixin(bindCode("vtkCompositeControlPointsItem_GetUseOpacityPointHandles", "D_vtkCompositeControlPointsItem_GetUseOpacityPointHandles")); mixin(bindCode("vtkCompositeControlPointsItem_Upcast", "D_vtkCompositeControlPointsItem_Upcast")); mixin(bindCode("vtkExpandSelectedGraph_New", "D_vtkExpandSelectedGraph_New")); mixin(bindCode("vtkExpandSelectedGraph_IsTypeOf", "D_vtkExpandSelectedGraph_IsTypeOf")); mixin(bindCode("vtkExpandSelectedGraph_SafeDownCast", "D_vtkExpandSelectedGraph_SafeDownCast")); mixin(bindCode("vtkExpandSelectedGraph_NewInstance", "D_vtkExpandSelectedGraph_NewInstance")); mixin(bindCode("vtkExpandSelectedGraph_SetGraphConnection", "D_vtkExpandSelectedGraph_SetGraphConnection")); mixin(bindCode("vtkExpandSelectedGraph_FillInputPortInformation", "D_vtkExpandSelectedGraph_FillInputPortInformation")); mixin(bindCode("vtkExpandSelectedGraph_SetBFSDistance", "D_vtkExpandSelectedGraph_SetBFSDistance")); mixin(bindCode("vtkExpandSelectedGraph_GetBFSDistance", "D_vtkExpandSelectedGraph_GetBFSDistance")); mixin(bindCode("vtkExpandSelectedGraph_SetIncludeShortestPaths", "D_vtkExpandSelectedGraph_SetIncludeShortestPaths")); mixin(bindCode("vtkExpandSelectedGraph_GetIncludeShortestPaths", "D_vtkExpandSelectedGraph_GetIncludeShortestPaths")); mixin(bindCode("vtkExpandSelectedGraph_IncludeShortestPathsOn", "D_vtkExpandSelectedGraph_IncludeShortestPathsOn")); mixin(bindCode("vtkExpandSelectedGraph_IncludeShortestPathsOff", "D_vtkExpandSelectedGraph_IncludeShortestPathsOff")); mixin(bindCode("vtkExpandSelectedGraph_SetDomain", "D_vtkExpandSelectedGraph_SetDomain")); mixin(bindCode("vtkExpandSelectedGraph_GetDomain", "D_vtkExpandSelectedGraph_GetDomain")); mixin(bindCode("vtkExpandSelectedGraph_SetUseDomain", "D_vtkExpandSelectedGraph_SetUseDomain")); mixin(bindCode("vtkExpandSelectedGraph_GetUseDomain", "D_vtkExpandSelectedGraph_GetUseDomain")); mixin(bindCode("vtkExpandSelectedGraph_UseDomainOn", "D_vtkExpandSelectedGraph_UseDomainOn")); mixin(bindCode("vtkExpandSelectedGraph_UseDomainOff", "D_vtkExpandSelectedGraph_UseDomainOff")); mixin(bindCode("vtkExpandSelectedGraph_Upcast", "D_vtkExpandSelectedGraph_Upcast")); mixin(bindCode("vtkImageMapper3D_IsTypeOf", "D_vtkImageMapper3D_IsTypeOf")); mixin(bindCode("vtkImageMapper3D_SafeDownCast", "D_vtkImageMapper3D_SafeDownCast")); mixin(bindCode("vtkImageMapper3D_NewInstance", "D_vtkImageMapper3D_NewInstance")); mixin(bindCode("vtkImageMapper3D_Render", "D_vtkImageMapper3D_Render")); mixin(bindCode("vtkImageMapper3D_SetInputData", "D_vtkImageMapper3D_SetInputData")); mixin(bindCode("vtkImageMapper3D_GetInput", "D_vtkImageMapper3D_GetInput")); mixin(bindCode("vtkImageMapper3D_GetDataSetInput", "D_vtkImageMapper3D_GetDataSetInput")); mixin(bindCode("vtkImageMapper3D_GetDataObjectInput", "D_vtkImageMapper3D_GetDataObjectInput")); mixin(bindCode("vtkImageMapper3D_SetBorder", "D_vtkImageMapper3D_SetBorder")); mixin(bindCode("vtkImageMapper3D_BorderOn", "D_vtkImageMapper3D_BorderOn")); mixin(bindCode("vtkImageMapper3D_BorderOff", "D_vtkImageMapper3D_BorderOff")); mixin(bindCode("vtkImageMapper3D_GetBorder", "D_vtkImageMapper3D_GetBorder")); mixin(bindCode("vtkImageMapper3D_SetBackground", "D_vtkImageMapper3D_SetBackground")); mixin(bindCode("vtkImageMapper3D_BackgroundOn", "D_vtkImageMapper3D_BackgroundOn")); mixin(bindCode("vtkImageMapper3D_BackgroundOff", "D_vtkImageMapper3D_BackgroundOff")); mixin(bindCode("vtkImageMapper3D_GetBackground", "D_vtkImageMapper3D_GetBackground")); mixin(bindCode("vtkImageMapper3D_SetSliceAtFocalPoint", "D_vtkImageMapper3D_SetSliceAtFocalPoint")); mixin(bindCode("vtkImageMapper3D_SliceAtFocalPointOn", "D_vtkImageMapper3D_SliceAtFocalPointOn")); mixin(bindCode("vtkImageMapper3D_SliceAtFocalPointOff", "D_vtkImageMapper3D_SliceAtFocalPointOff")); mixin(bindCode("vtkImageMapper3D_GetSliceAtFocalPoint", "D_vtkImageMapper3D_GetSliceAtFocalPoint")); mixin(bindCode("vtkImageMapper3D_SetSliceFacesCamera", "D_vtkImageMapper3D_SetSliceFacesCamera")); mixin(bindCode("vtkImageMapper3D_SliceFacesCameraOn", "D_vtkImageMapper3D_SliceFacesCameraOn")); mixin(bindCode("vtkImageMapper3D_SliceFacesCameraOff", "D_vtkImageMapper3D_SliceFacesCameraOff")); mixin(bindCode("vtkImageMapper3D_GetSliceFacesCamera", "D_vtkImageMapper3D_GetSliceFacesCamera")); mixin(bindCode("vtkImageMapper3D_GetSlicePlane", "D_vtkImageMapper3D_GetSlicePlane")); mixin(bindCode("vtkImageMapper3D_GetSlicePlaneInDataCoords", "D_vtkImageMapper3D_GetSlicePlaneInDataCoords")); mixin(bindCode("vtkImageMapper3D_SetNumberOfThreads", "D_vtkImageMapper3D_SetNumberOfThreads")); mixin(bindCode("vtkImageMapper3D_GetNumberOfThreadsMinValue", "D_vtkImageMapper3D_GetNumberOfThreadsMinValue")); mixin(bindCode("vtkImageMapper3D_GetNumberOfThreadsMaxValue", "D_vtkImageMapper3D_GetNumberOfThreadsMaxValue")); mixin(bindCode("vtkImageMapper3D_GetNumberOfThreads", "D_vtkImageMapper3D_GetNumberOfThreads")); mixin(bindCode("vtkImageMapper3D_Upcast", "D_vtkImageMapper3D_Upcast")); mixin(bindCode("vtkImageResliceMapper_New", "D_vtkImageResliceMapper_New")); mixin(bindCode("vtkImageResliceMapper_IsTypeOf", "D_vtkImageResliceMapper_IsTypeOf")); mixin(bindCode("vtkImageResliceMapper_SafeDownCast", "D_vtkImageResliceMapper_SafeDownCast")); mixin(bindCode("vtkImageResliceMapper_NewInstance", "D_vtkImageResliceMapper_NewInstance")); mixin(bindCode("vtkImageResliceMapper_SetSlicePlane", "D_vtkImageResliceMapper_SetSlicePlane")); mixin(bindCode("vtkImageResliceMapper_SetJumpToNearestSlice", "D_vtkImageResliceMapper_SetJumpToNearestSlice")); mixin(bindCode("vtkImageResliceMapper_JumpToNearestSliceOn", "D_vtkImageResliceMapper_JumpToNearestSliceOn")); mixin(bindCode("vtkImageResliceMapper_JumpToNearestSliceOff", "D_vtkImageResliceMapper_JumpToNearestSliceOff")); mixin(bindCode("vtkImageResliceMapper_GetJumpToNearestSlice", "D_vtkImageResliceMapper_GetJumpToNearestSlice")); mixin(bindCode("vtkImageResliceMapper_SetSlabThickness", "D_vtkImageResliceMapper_SetSlabThickness")); mixin(bindCode("vtkImageResliceMapper_GetSlabThickness", "D_vtkImageResliceMapper_GetSlabThickness")); mixin(bindCode("vtkImageResliceMapper_SetSlabType", "D_vtkImageResliceMapper_SetSlabType")); mixin(bindCode("vtkImageResliceMapper_GetSlabTypeMinValue", "D_vtkImageResliceMapper_GetSlabTypeMinValue")); mixin(bindCode("vtkImageResliceMapper_GetSlabTypeMaxValue", "D_vtkImageResliceMapper_GetSlabTypeMaxValue")); mixin(bindCode("vtkImageResliceMapper_GetSlabType", "D_vtkImageResliceMapper_GetSlabType")); mixin(bindCode("vtkImageResliceMapper_SetSlabTypeToMin", "D_vtkImageResliceMapper_SetSlabTypeToMin")); mixin(bindCode("vtkImageResliceMapper_SetSlabTypeToMax", "D_vtkImageResliceMapper_SetSlabTypeToMax")); mixin(bindCode("vtkImageResliceMapper_SetSlabTypeToMean", "D_vtkImageResliceMapper_SetSlabTypeToMean")); mixin(bindCode("vtkImageResliceMapper_GetSlabTypeAsString", "D_vtkImageResliceMapper_GetSlabTypeAsString")); mixin(bindCode("vtkImageResliceMapper_SetSlabSampleFactor", "D_vtkImageResliceMapper_SetSlabSampleFactor")); mixin(bindCode("vtkImageResliceMapper_GetSlabSampleFactorMinValue", "D_vtkImageResliceMapper_GetSlabSampleFactorMinValue")); mixin(bindCode("vtkImageResliceMapper_GetSlabSampleFactorMaxValue", "D_vtkImageResliceMapper_GetSlabSampleFactorMaxValue")); mixin(bindCode("vtkImageResliceMapper_GetSlabSampleFactor", "D_vtkImageResliceMapper_GetSlabSampleFactor")); mixin(bindCode("vtkImageResliceMapper_SetImageSampleFactor", "D_vtkImageResliceMapper_SetImageSampleFactor")); mixin(bindCode("vtkImageResliceMapper_GetImageSampleFactorMinValue", "D_vtkImageResliceMapper_GetImageSampleFactorMinValue")); mixin(bindCode("vtkImageResliceMapper_GetImageSampleFactorMaxValue", "D_vtkImageResliceMapper_GetImageSampleFactorMaxValue")); mixin(bindCode("vtkImageResliceMapper_GetImageSampleFactor", "D_vtkImageResliceMapper_GetImageSampleFactor")); mixin(bindCode("vtkImageResliceMapper_SetAutoAdjustImageQuality", "D_vtkImageResliceMapper_SetAutoAdjustImageQuality")); mixin(bindCode("vtkImageResliceMapper_AutoAdjustImageQualityOn", "D_vtkImageResliceMapper_AutoAdjustImageQualityOn")); mixin(bindCode("vtkImageResliceMapper_AutoAdjustImageQualityOff", "D_vtkImageResliceMapper_AutoAdjustImageQualityOff")); mixin(bindCode("vtkImageResliceMapper_GetAutoAdjustImageQuality", "D_vtkImageResliceMapper_GetAutoAdjustImageQuality")); mixin(bindCode("vtkImageResliceMapper_SetResampleToScreenPixels", "D_vtkImageResliceMapper_SetResampleToScreenPixels")); mixin(bindCode("vtkImageResliceMapper_ResampleToScreenPixelsOn", "D_vtkImageResliceMapper_ResampleToScreenPixelsOn")); mixin(bindCode("vtkImageResliceMapper_ResampleToScreenPixelsOff", "D_vtkImageResliceMapper_ResampleToScreenPixelsOff")); mixin(bindCode("vtkImageResliceMapper_GetResampleToScreenPixels", "D_vtkImageResliceMapper_GetResampleToScreenPixels")); mixin(bindCode("vtkImageResliceMapper_SetSeparateWindowLevelOperation", "D_vtkImageResliceMapper_SetSeparateWindowLevelOperation")); mixin(bindCode("vtkImageResliceMapper_SeparateWindowLevelOperationOn", "D_vtkImageResliceMapper_SeparateWindowLevelOperationOn")); mixin(bindCode("vtkImageResliceMapper_SeparateWindowLevelOperationOff", "D_vtkImageResliceMapper_SeparateWindowLevelOperationOff")); mixin(bindCode("vtkImageResliceMapper_GetSeparateWindowLevelOperation", "D_vtkImageResliceMapper_GetSeparateWindowLevelOperation")); mixin(bindCode("vtkImageResliceMapper_SetInterpolator", "D_vtkImageResliceMapper_SetInterpolator")); mixin(bindCode("vtkImageResliceMapper_GetInterpolator", "D_vtkImageResliceMapper_GetInterpolator")); mixin(bindCode("vtkImageResliceMapper_GetBounds__SWIG_0", "D_vtkImageResliceMapper_GetBounds__SWIG_0")); mixin(bindCode("vtkImageResliceMapper_GetBounds__SWIG_1", "D_vtkImageResliceMapper_GetBounds__SWIG_1")); mixin(bindCode("vtkImageResliceMapper_Upcast", "D_vtkImageResliceMapper_Upcast")); mixin(bindCode("vtkPiecewiseFunction_New", "D_vtkPiecewiseFunction_New")); mixin(bindCode("vtkPiecewiseFunction_IsTypeOf", "D_vtkPiecewiseFunction_IsTypeOf")); mixin(bindCode("vtkPiecewiseFunction_SafeDownCast", "D_vtkPiecewiseFunction_SafeDownCast")); mixin(bindCode("vtkPiecewiseFunction_NewInstance", "D_vtkPiecewiseFunction_NewInstance")); mixin(bindCode("vtkPiecewiseFunction_GetSize", "D_vtkPiecewiseFunction_GetSize")); mixin(bindCode("vtkPiecewiseFunction_AddPoint__SWIG_0", "D_vtkPiecewiseFunction_AddPoint__SWIG_0")); mixin(bindCode("vtkPiecewiseFunction_AddPoint__SWIG_1", "D_vtkPiecewiseFunction_AddPoint__SWIG_1")); mixin(bindCode("vtkPiecewiseFunction_RemovePoint", "D_vtkPiecewiseFunction_RemovePoint")); mixin(bindCode("vtkPiecewiseFunction_RemoveAllPoints", "D_vtkPiecewiseFunction_RemoveAllPoints")); mixin(bindCode("vtkPiecewiseFunction_AddSegment", "D_vtkPiecewiseFunction_AddSegment")); mixin(bindCode("vtkPiecewiseFunction_GetValue", "D_vtkPiecewiseFunction_GetValue")); mixin(bindCode("vtkPiecewiseFunction_GetNodeValue", "D_vtkPiecewiseFunction_GetNodeValue")); mixin(bindCode("vtkPiecewiseFunction_SetNodeValue", "D_vtkPiecewiseFunction_SetNodeValue")); mixin(bindCode("vtkPiecewiseFunction_GetDataPointer", "D_vtkPiecewiseFunction_GetDataPointer")); mixin(bindCode("vtkPiecewiseFunction_FillFromDataPointer", "D_vtkPiecewiseFunction_FillFromDataPointer")); mixin(bindCode("vtkPiecewiseFunction_GetRange__SWIG_0", "D_vtkPiecewiseFunction_GetRange__SWIG_0")); mixin(bindCode("vtkPiecewiseFunction_GetRange__SWIG_1", "D_vtkPiecewiseFunction_GetRange__SWIG_1")); mixin(bindCode("vtkPiecewiseFunction_GetRange__SWIG_2", "D_vtkPiecewiseFunction_GetRange__SWIG_2")); mixin(bindCode("vtkPiecewiseFunction_AdjustRange", "D_vtkPiecewiseFunction_AdjustRange")); mixin(bindCode("vtkPiecewiseFunction_GetTable__SWIG_0", "D_vtkPiecewiseFunction_GetTable__SWIG_0")); mixin(bindCode("vtkPiecewiseFunction_GetTable__SWIG_1", "D_vtkPiecewiseFunction_GetTable__SWIG_1")); mixin(bindCode("vtkPiecewiseFunction_GetTable__SWIG_2", "D_vtkPiecewiseFunction_GetTable__SWIG_2")); mixin(bindCode("vtkPiecewiseFunction_GetTable__SWIG_3", "D_vtkPiecewiseFunction_GetTable__SWIG_3")); mixin(bindCode("vtkPiecewiseFunction_BuildFunctionFromTable__SWIG_0", "D_vtkPiecewiseFunction_BuildFunctionFromTable__SWIG_0")); mixin(bindCode("vtkPiecewiseFunction_BuildFunctionFromTable__SWIG_1", "D_vtkPiecewiseFunction_BuildFunctionFromTable__SWIG_1")); mixin(bindCode("vtkPiecewiseFunction_SetClamping", "D_vtkPiecewiseFunction_SetClamping")); mixin(bindCode("vtkPiecewiseFunction_GetClamping", "D_vtkPiecewiseFunction_GetClamping")); mixin(bindCode("vtkPiecewiseFunction_ClampingOn", "D_vtkPiecewiseFunction_ClampingOn")); mixin(bindCode("vtkPiecewiseFunction_ClampingOff", "D_vtkPiecewiseFunction_ClampingOff")); mixin(bindCode("vtkPiecewiseFunction_GetType", "D_vtkPiecewiseFunction_GetType")); mixin(bindCode("vtkPiecewiseFunction_GetFirstNonZeroValue", "D_vtkPiecewiseFunction_GetFirstNonZeroValue")); mixin(bindCode("vtkPiecewiseFunction_SetAllowDuplicateScalars", "D_vtkPiecewiseFunction_SetAllowDuplicateScalars")); mixin(bindCode("vtkPiecewiseFunction_GetAllowDuplicateScalars", "D_vtkPiecewiseFunction_GetAllowDuplicateScalars")); mixin(bindCode("vtkPiecewiseFunction_AllowDuplicateScalarsOn", "D_vtkPiecewiseFunction_AllowDuplicateScalarsOn")); mixin(bindCode("vtkPiecewiseFunction_AllowDuplicateScalarsOff", "D_vtkPiecewiseFunction_AllowDuplicateScalarsOff")); mixin(bindCode("vtkPiecewiseFunction_Upcast", "D_vtkPiecewiseFunction_Upcast")); mixin(bindCode("vtkPiecewiseFunctionAlgorithm_New", "D_vtkPiecewiseFunctionAlgorithm_New")); mixin(bindCode("vtkPiecewiseFunctionAlgorithm_IsTypeOf", "D_vtkPiecewiseFunctionAlgorithm_IsTypeOf")); mixin(bindCode("vtkPiecewiseFunctionAlgorithm_SafeDownCast", "D_vtkPiecewiseFunctionAlgorithm_SafeDownCast")); mixin(bindCode("vtkPiecewiseFunctionAlgorithm_NewInstance", "D_vtkPiecewiseFunctionAlgorithm_NewInstance")); mixin(bindCode("vtkPiecewiseFunctionAlgorithm_GetOutput__SWIG_0", "D_vtkPiecewiseFunctionAlgorithm_GetOutput__SWIG_0")); mixin(bindCode("vtkPiecewiseFunctionAlgorithm_GetOutput__SWIG_1", "D_vtkPiecewiseFunctionAlgorithm_GetOutput__SWIG_1")); mixin(bindCode("vtkPiecewiseFunctionAlgorithm_SetOutput", "D_vtkPiecewiseFunctionAlgorithm_SetOutput")); mixin(bindCode("vtkPiecewiseFunctionAlgorithm_GetInput__SWIG_0", "D_vtkPiecewiseFunctionAlgorithm_GetInput__SWIG_0")); mixin(bindCode("vtkPiecewiseFunctionAlgorithm_GetInput__SWIG_1", "D_vtkPiecewiseFunctionAlgorithm_GetInput__SWIG_1")); mixin(bindCode("vtkPiecewiseFunctionAlgorithm_SetInputData__SWIG_0", "D_vtkPiecewiseFunctionAlgorithm_SetInputData__SWIG_0")); mixin(bindCode("vtkPiecewiseFunctionAlgorithm_SetInputData__SWIG_1", "D_vtkPiecewiseFunctionAlgorithm_SetInputData__SWIG_1")); mixin(bindCode("vtkPiecewiseFunctionAlgorithm_AddInputData__SWIG_0", "D_vtkPiecewiseFunctionAlgorithm_AddInputData__SWIG_0")); mixin(bindCode("vtkPiecewiseFunctionAlgorithm_AddInputData__SWIG_1", "D_vtkPiecewiseFunctionAlgorithm_AddInputData__SWIG_1")); mixin(bindCode("vtkPiecewiseFunctionAlgorithm_Upcast", "D_vtkPiecewiseFunctionAlgorithm_Upcast")); mixin(bindCode("vtkPiecewiseFunctionShiftScale_New", "D_vtkPiecewiseFunctionShiftScale_New")); mixin(bindCode("vtkPiecewiseFunctionShiftScale_IsTypeOf", "D_vtkPiecewiseFunctionShiftScale_IsTypeOf")); mixin(bindCode("vtkPiecewiseFunctionShiftScale_SafeDownCast", "D_vtkPiecewiseFunctionShiftScale_SafeDownCast")); mixin(bindCode("vtkPiecewiseFunctionShiftScale_NewInstance", "D_vtkPiecewiseFunctionShiftScale_NewInstance")); mixin(bindCode("vtkPiecewiseFunctionShiftScale_SetPositionShift", "D_vtkPiecewiseFunctionShiftScale_SetPositionShift")); mixin(bindCode("vtkPiecewiseFunctionShiftScale_SetPositionScale", "D_vtkPiecewiseFunctionShiftScale_SetPositionScale")); mixin(bindCode("vtkPiecewiseFunctionShiftScale_SetValueShift", "D_vtkPiecewiseFunctionShiftScale_SetValueShift")); mixin(bindCode("vtkPiecewiseFunctionShiftScale_SetValueScale", "D_vtkPiecewiseFunctionShiftScale_SetValueScale")); mixin(bindCode("vtkPiecewiseFunctionShiftScale_GetPositionShift", "D_vtkPiecewiseFunctionShiftScale_GetPositionShift")); mixin(bindCode("vtkPiecewiseFunctionShiftScale_GetPositionScale", "D_vtkPiecewiseFunctionShiftScale_GetPositionScale")); mixin(bindCode("vtkPiecewiseFunctionShiftScale_GetValueShift", "D_vtkPiecewiseFunctionShiftScale_GetValueShift")); mixin(bindCode("vtkPiecewiseFunctionShiftScale_GetValueScale", "D_vtkPiecewiseFunctionShiftScale_GetValueScale")); mixin(bindCode("vtkPiecewiseFunctionShiftScale_Upcast", "D_vtkPiecewiseFunctionShiftScale_Upcast")); mixin(bindCode("vtkExtractCTHPart_IsTypeOf", "D_vtkExtractCTHPart_IsTypeOf")); mixin(bindCode("vtkExtractCTHPart_SafeDownCast", "D_vtkExtractCTHPart_SafeDownCast")); mixin(bindCode("vtkExtractCTHPart_NewInstance", "D_vtkExtractCTHPart_NewInstance")); mixin(bindCode("vtkExtractCTHPart_New", "D_vtkExtractCTHPart_New")); mixin(bindCode("vtkExtractCTHPart_RemoveDoubleVolumeArrayNames", "D_vtkExtractCTHPart_RemoveDoubleVolumeArrayNames")); mixin(bindCode("vtkExtractCTHPart_RemoveFloatVolumeArrayNames", "D_vtkExtractCTHPart_RemoveFloatVolumeArrayNames")); mixin(bindCode("vtkExtractCTHPart_RemoveUnsignedCharVolumeArrayNames", "D_vtkExtractCTHPart_RemoveUnsignedCharVolumeArrayNames")); mixin(bindCode("vtkExtractCTHPart_GetNumberOfVolumeArrayNames", "D_vtkExtractCTHPart_GetNumberOfVolumeArrayNames")); mixin(bindCode("vtkExtractCTHPart_GetVolumeArrayName", "D_vtkExtractCTHPart_GetVolumeArrayName")); mixin(bindCode("vtkExtractCTHPart_RemoveAllVolumeArrayNames", "D_vtkExtractCTHPart_RemoveAllVolumeArrayNames")); mixin(bindCode("vtkExtractCTHPart_AddDoubleVolumeArrayName", "D_vtkExtractCTHPart_AddDoubleVolumeArrayName")); mixin(bindCode("vtkExtractCTHPart_AddFloatVolumeArrayName", "D_vtkExtractCTHPart_AddFloatVolumeArrayName")); mixin(bindCode("vtkExtractCTHPart_AddUnsignedCharVolumeArrayName", "D_vtkExtractCTHPart_AddUnsignedCharVolumeArrayName")); mixin(bindCode("vtkExtractCTHPart_AddVolumeArrayName", "D_vtkExtractCTHPart_AddVolumeArrayName")); mixin(bindCode("vtkExtractCTHPart_SetClipPlane", "D_vtkExtractCTHPart_SetClipPlane")); mixin(bindCode("vtkExtractCTHPart_GetClipPlane", "D_vtkExtractCTHPart_GetClipPlane")); mixin(bindCode("vtkExtractCTHPart_SetController", "D_vtkExtractCTHPart_SetController")); mixin(bindCode("vtkExtractCTHPart_GetController", "D_vtkExtractCTHPart_GetController")); mixin(bindCode("vtkExtractCTHPart_SetVolumeFractionSurfaceValue", "D_vtkExtractCTHPart_SetVolumeFractionSurfaceValue")); mixin(bindCode("vtkExtractCTHPart_GetVolumeFractionSurfaceValueMinValue", "D_vtkExtractCTHPart_GetVolumeFractionSurfaceValueMinValue")); mixin(bindCode("vtkExtractCTHPart_GetVolumeFractionSurfaceValueMaxValue", "D_vtkExtractCTHPart_GetVolumeFractionSurfaceValueMaxValue")); mixin(bindCode("vtkExtractCTHPart_GetVolumeFractionSurfaceValue", "D_vtkExtractCTHPart_GetVolumeFractionSurfaceValue")); mixin(bindCode("vtkExtractCTHPart_Upcast", "D_vtkExtractCTHPart_Upcast")); mixin(bindCode("vtkLabelHierarchyAlgorithm_New", "D_vtkLabelHierarchyAlgorithm_New")); mixin(bindCode("vtkLabelHierarchyAlgorithm_IsTypeOf", "D_vtkLabelHierarchyAlgorithm_IsTypeOf")); mixin(bindCode("vtkLabelHierarchyAlgorithm_SafeDownCast", "D_vtkLabelHierarchyAlgorithm_SafeDownCast")); mixin(bindCode("vtkLabelHierarchyAlgorithm_NewInstance", "D_vtkLabelHierarchyAlgorithm_NewInstance")); mixin(bindCode("vtkLabelHierarchyAlgorithm_GetOutput__SWIG_0", "D_vtkLabelHierarchyAlgorithm_GetOutput__SWIG_0")); mixin(bindCode("vtkLabelHierarchyAlgorithm_GetOutput__SWIG_1", "D_vtkLabelHierarchyAlgorithm_GetOutput__SWIG_1")); mixin(bindCode("vtkLabelHierarchyAlgorithm_SetOutput", "D_vtkLabelHierarchyAlgorithm_SetOutput")); mixin(bindCode("vtkLabelHierarchyAlgorithm_GetInput__SWIG_0", "D_vtkLabelHierarchyAlgorithm_GetInput__SWIG_0")); mixin(bindCode("vtkLabelHierarchyAlgorithm_GetInput__SWIG_1", "D_vtkLabelHierarchyAlgorithm_GetInput__SWIG_1")); mixin(bindCode("vtkLabelHierarchyAlgorithm_GetLabelHierarchyInput", "D_vtkLabelHierarchyAlgorithm_GetLabelHierarchyInput")); mixin(bindCode("vtkLabelHierarchyAlgorithm_SetInputData__SWIG_0", "D_vtkLabelHierarchyAlgorithm_SetInputData__SWIG_0")); mixin(bindCode("vtkLabelHierarchyAlgorithm_SetInputData__SWIG_1", "D_vtkLabelHierarchyAlgorithm_SetInputData__SWIG_1")); mixin(bindCode("vtkLabelHierarchyAlgorithm_AddInputData__SWIG_0", "D_vtkLabelHierarchyAlgorithm_AddInputData__SWIG_0")); mixin(bindCode("vtkLabelHierarchyAlgorithm_AddInputData__SWIG_1", "D_vtkLabelHierarchyAlgorithm_AddInputData__SWIG_1")); mixin(bindCode("vtkLabelHierarchyAlgorithm_Upcast", "D_vtkLabelHierarchyAlgorithm_Upcast")); mixin(bindCode("vtkPointSetToLabelHierarchy_New", "D_vtkPointSetToLabelHierarchy_New")); mixin(bindCode("vtkPointSetToLabelHierarchy_IsTypeOf", "D_vtkPointSetToLabelHierarchy_IsTypeOf")); mixin(bindCode("vtkPointSetToLabelHierarchy_SafeDownCast", "D_vtkPointSetToLabelHierarchy_SafeDownCast")); mixin(bindCode("vtkPointSetToLabelHierarchy_NewInstance", "D_vtkPointSetToLabelHierarchy_NewInstance")); mixin(bindCode("vtkPointSetToLabelHierarchy_SetTargetLabelCount", "D_vtkPointSetToLabelHierarchy_SetTargetLabelCount")); mixin(bindCode("vtkPointSetToLabelHierarchy_GetTargetLabelCount", "D_vtkPointSetToLabelHierarchy_GetTargetLabelCount")); mixin(bindCode("vtkPointSetToLabelHierarchy_SetMaximumDepth", "D_vtkPointSetToLabelHierarchy_SetMaximumDepth")); mixin(bindCode("vtkPointSetToLabelHierarchy_GetMaximumDepth", "D_vtkPointSetToLabelHierarchy_GetMaximumDepth")); mixin(bindCode("vtkPointSetToLabelHierarchy_SetUseUnicodeStrings", "D_vtkPointSetToLabelHierarchy_SetUseUnicodeStrings")); mixin(bindCode("vtkPointSetToLabelHierarchy_GetUseUnicodeStrings", "D_vtkPointSetToLabelHierarchy_GetUseUnicodeStrings")); mixin(bindCode("vtkPointSetToLabelHierarchy_UseUnicodeStringsOn", "D_vtkPointSetToLabelHierarchy_UseUnicodeStringsOn")); mixin(bindCode("vtkPointSetToLabelHierarchy_UseUnicodeStringsOff", "D_vtkPointSetToLabelHierarchy_UseUnicodeStringsOff")); mixin(bindCode("vtkPointSetToLabelHierarchy_SetLabelArrayName", "D_vtkPointSetToLabelHierarchy_SetLabelArrayName")); mixin(bindCode("vtkPointSetToLabelHierarchy_GetLabelArrayName", "D_vtkPointSetToLabelHierarchy_GetLabelArrayName")); mixin(bindCode("vtkPointSetToLabelHierarchy_SetSizeArrayName", "D_vtkPointSetToLabelHierarchy_SetSizeArrayName")); mixin(bindCode("vtkPointSetToLabelHierarchy_GetSizeArrayName", "D_vtkPointSetToLabelHierarchy_GetSizeArrayName")); mixin(bindCode("vtkPointSetToLabelHierarchy_SetPriorityArrayName", "D_vtkPointSetToLabelHierarchy_SetPriorityArrayName")); mixin(bindCode("vtkPointSetToLabelHierarchy_GetPriorityArrayName", "D_vtkPointSetToLabelHierarchy_GetPriorityArrayName")); mixin(bindCode("vtkPointSetToLabelHierarchy_SetIconIndexArrayName", "D_vtkPointSetToLabelHierarchy_SetIconIndexArrayName")); mixin(bindCode("vtkPointSetToLabelHierarchy_GetIconIndexArrayName", "D_vtkPointSetToLabelHierarchy_GetIconIndexArrayName")); mixin(bindCode("vtkPointSetToLabelHierarchy_SetOrientationArrayName", "D_vtkPointSetToLabelHierarchy_SetOrientationArrayName")); mixin(bindCode("vtkPointSetToLabelHierarchy_GetOrientationArrayName", "D_vtkPointSetToLabelHierarchy_GetOrientationArrayName")); mixin(bindCode("vtkPointSetToLabelHierarchy_SetBoundedSizeArrayName", "D_vtkPointSetToLabelHierarchy_SetBoundedSizeArrayName")); mixin(bindCode("vtkPointSetToLabelHierarchy_GetBoundedSizeArrayName", "D_vtkPointSetToLabelHierarchy_GetBoundedSizeArrayName")); mixin(bindCode("vtkPointSetToLabelHierarchy_SetTextProperty", "D_vtkPointSetToLabelHierarchy_SetTextProperty")); mixin(bindCode("vtkPointSetToLabelHierarchy_GetTextProperty", "D_vtkPointSetToLabelHierarchy_GetTextProperty")); mixin(bindCode("vtkPointSetToLabelHierarchy_Upcast", "D_vtkPointSetToLabelHierarchy_Upcast")); mixin(bindCode("vtkCamera_IsTypeOf", "D_vtkCamera_IsTypeOf")); mixin(bindCode("vtkCamera_SafeDownCast", "D_vtkCamera_SafeDownCast")); mixin(bindCode("vtkCamera_NewInstance", "D_vtkCamera_NewInstance")); mixin(bindCode("vtkCamera_New", "D_vtkCamera_New")); mixin(bindCode("vtkCamera_SetPosition__SWIG_0", "D_vtkCamera_SetPosition__SWIG_0")); mixin(bindCode("vtkCamera_SetPosition__SWIG_1", "D_vtkCamera_SetPosition__SWIG_1")); mixin(bindCode("vtkCamera_GetPosition__SWIG_0", "D_vtkCamera_GetPosition__SWIG_0")); mixin(bindCode("vtkCamera_GetPosition__SWIG_1", "D_vtkCamera_GetPosition__SWIG_1")); mixin(bindCode("vtkCamera_GetPosition__SWIG_2", "D_vtkCamera_GetPosition__SWIG_2")); mixin(bindCode("vtkCamera_SetFocalPoint__SWIG_0", "D_vtkCamera_SetFocalPoint__SWIG_0")); mixin(bindCode("vtkCamera_SetFocalPoint__SWIG_1", "D_vtkCamera_SetFocalPoint__SWIG_1")); mixin(bindCode("vtkCamera_GetFocalPoint__SWIG_0", "D_vtkCamera_GetFocalPoint__SWIG_0")); mixin(bindCode("vtkCamera_GetFocalPoint__SWIG_1", "D_vtkCamera_GetFocalPoint__SWIG_1")); mixin(bindCode("vtkCamera_GetFocalPoint__SWIG_2", "D_vtkCamera_GetFocalPoint__SWIG_2")); mixin(bindCode("vtkCamera_SetViewUp__SWIG_0", "D_vtkCamera_SetViewUp__SWIG_0")); mixin(bindCode("vtkCamera_SetViewUp__SWIG_1", "D_vtkCamera_SetViewUp__SWIG_1")); mixin(bindCode("vtkCamera_GetViewUp__SWIG_0", "D_vtkCamera_GetViewUp__SWIG_0")); mixin(bindCode("vtkCamera_GetViewUp__SWIG_1", "D_vtkCamera_GetViewUp__SWIG_1")); mixin(bindCode("vtkCamera_GetViewUp__SWIG_2", "D_vtkCamera_GetViewUp__SWIG_2")); mixin(bindCode("vtkCamera_OrthogonalizeViewUp", "D_vtkCamera_OrthogonalizeViewUp")); mixin(bindCode("vtkCamera_SetDistance", "D_vtkCamera_SetDistance")); mixin(bindCode("vtkCamera_GetDistance", "D_vtkCamera_GetDistance")); mixin(bindCode("vtkCamera_GetDirectionOfProjection__SWIG_0", "D_vtkCamera_GetDirectionOfProjection__SWIG_0")); mixin(bindCode("vtkCamera_GetDirectionOfProjection__SWIG_1", "D_vtkCamera_GetDirectionOfProjection__SWIG_1")); mixin(bindCode("vtkCamera_GetDirectionOfProjection__SWIG_2", "D_vtkCamera_GetDirectionOfProjection__SWIG_2")); mixin(bindCode("vtkCamera_Dolly", "D_vtkCamera_Dolly")); mixin(bindCode("vtkCamera_SetRoll", "D_vtkCamera_SetRoll")); mixin(bindCode("vtkCamera_GetRoll", "D_vtkCamera_GetRoll")); mixin(bindCode("vtkCamera_Roll", "D_vtkCamera_Roll")); mixin(bindCode("vtkCamera_Azimuth", "D_vtkCamera_Azimuth")); mixin(bindCode("vtkCamera_Yaw", "D_vtkCamera_Yaw")); mixin(bindCode("vtkCamera_Elevation", "D_vtkCamera_Elevation")); mixin(bindCode("vtkCamera_Pitch", "D_vtkCamera_Pitch")); mixin(bindCode("vtkCamera_SetParallelProjection", "D_vtkCamera_SetParallelProjection")); mixin(bindCode("vtkCamera_GetParallelProjection", "D_vtkCamera_GetParallelProjection")); mixin(bindCode("vtkCamera_ParallelProjectionOn", "D_vtkCamera_ParallelProjectionOn")); mixin(bindCode("vtkCamera_ParallelProjectionOff", "D_vtkCamera_ParallelProjectionOff")); mixin(bindCode("vtkCamera_SetUseHorizontalViewAngle", "D_vtkCamera_SetUseHorizontalViewAngle")); mixin(bindCode("vtkCamera_GetUseHorizontalViewAngle", "D_vtkCamera_GetUseHorizontalViewAngle")); mixin(bindCode("vtkCamera_UseHorizontalViewAngleOn", "D_vtkCamera_UseHorizontalViewAngleOn")); mixin(bindCode("vtkCamera_UseHorizontalViewAngleOff", "D_vtkCamera_UseHorizontalViewAngleOff")); mixin(bindCode("vtkCamera_SetViewAngle", "D_vtkCamera_SetViewAngle")); mixin(bindCode("vtkCamera_GetViewAngle", "D_vtkCamera_GetViewAngle")); mixin(bindCode("vtkCamera_SetParallelScale", "D_vtkCamera_SetParallelScale")); mixin(bindCode("vtkCamera_GetParallelScale", "D_vtkCamera_GetParallelScale")); mixin(bindCode("vtkCamera_Zoom", "D_vtkCamera_Zoom")); mixin(bindCode("vtkCamera_SetClippingRange__SWIG_0", "D_vtkCamera_SetClippingRange__SWIG_0")); mixin(bindCode("vtkCamera_SetClippingRange__SWIG_1", "D_vtkCamera_SetClippingRange__SWIG_1")); mixin(bindCode("vtkCamera_GetClippingRange__SWIG_0", "D_vtkCamera_GetClippingRange__SWIG_0")); mixin(bindCode("vtkCamera_GetClippingRange__SWIG_1", "D_vtkCamera_GetClippingRange__SWIG_1")); mixin(bindCode("vtkCamera_GetClippingRange__SWIG_2", "D_vtkCamera_GetClippingRange__SWIG_2")); mixin(bindCode("vtkCamera_SetThickness", "D_vtkCamera_SetThickness")); mixin(bindCode("vtkCamera_GetThickness", "D_vtkCamera_GetThickness")); mixin(bindCode("vtkCamera_SetWindowCenter", "D_vtkCamera_SetWindowCenter")); mixin(bindCode("vtkCamera_GetWindowCenter__SWIG_0", "D_vtkCamera_GetWindowCenter__SWIG_0")); mixin(bindCode("vtkCamera_GetWindowCenter__SWIG_1", "D_vtkCamera_GetWindowCenter__SWIG_1")); mixin(bindCode("vtkCamera_GetWindowCenter__SWIG_2", "D_vtkCamera_GetWindowCenter__SWIG_2")); mixin(bindCode("vtkCamera_SetObliqueAngles", "D_vtkCamera_SetObliqueAngles")); mixin(bindCode("vtkCamera_ApplyTransform", "D_vtkCamera_ApplyTransform")); mixin(bindCode("vtkCamera_GetViewPlaneNormal__SWIG_0", "D_vtkCamera_GetViewPlaneNormal__SWIG_0")); mixin(bindCode("vtkCamera_GetViewPlaneNormal__SWIG_1", "D_vtkCamera_GetViewPlaneNormal__SWIG_1")); mixin(bindCode("vtkCamera_GetViewPlaneNormal__SWIG_2", "D_vtkCamera_GetViewPlaneNormal__SWIG_2")); mixin(bindCode("vtkCamera_SetViewShear__SWIG_0", "D_vtkCamera_SetViewShear__SWIG_0")); mixin(bindCode("vtkCamera_SetViewShear__SWIG_1", "D_vtkCamera_SetViewShear__SWIG_1")); mixin(bindCode("vtkCamera_GetViewShear__SWIG_0", "D_vtkCamera_GetViewShear__SWIG_0")); mixin(bindCode("vtkCamera_GetViewShear__SWIG_1", "D_vtkCamera_GetViewShear__SWIG_1")); mixin(bindCode("vtkCamera_GetViewShear__SWIG_2", "D_vtkCamera_GetViewShear__SWIG_2")); mixin(bindCode("vtkCamera_SetEyeAngle", "D_vtkCamera_SetEyeAngle")); mixin(bindCode("vtkCamera_GetEyeAngle", "D_vtkCamera_GetEyeAngle")); mixin(bindCode("vtkCamera_SetFocalDisk", "D_vtkCamera_SetFocalDisk")); mixin(bindCode("vtkCamera_GetFocalDisk", "D_vtkCamera_GetFocalDisk")); mixin(bindCode("vtkCamera_SetUseOffAxisProjection", "D_vtkCamera_SetUseOffAxisProjection")); mixin(bindCode("vtkCamera_GetUseOffAxisProjection", "D_vtkCamera_GetUseOffAxisProjection")); mixin(bindCode("vtkCamera_UseOffAxisProjectionOn", "D_vtkCamera_UseOffAxisProjectionOn")); mixin(bindCode("vtkCamera_UseOffAxisProjectionOff", "D_vtkCamera_UseOffAxisProjectionOff")); mixin(bindCode("vtkCamera_SetScreenBottomLeft__SWIG_0", "D_vtkCamera_SetScreenBottomLeft__SWIG_0")); mixin(bindCode("vtkCamera_SetScreenBottomLeft__SWIG_1", "D_vtkCamera_SetScreenBottomLeft__SWIG_1")); mixin(bindCode("vtkCamera_GetScreenBottomLeft__SWIG_0", "D_vtkCamera_GetScreenBottomLeft__SWIG_0")); mixin(bindCode("vtkCamera_GetScreenBottomLeft__SWIG_1", "D_vtkCamera_GetScreenBottomLeft__SWIG_1")); mixin(bindCode("vtkCamera_GetScreenBottomLeft__SWIG_2", "D_vtkCamera_GetScreenBottomLeft__SWIG_2")); mixin(bindCode("vtkCamera_SetScreenBottomRight__SWIG_0", "D_vtkCamera_SetScreenBottomRight__SWIG_0")); mixin(bindCode("vtkCamera_SetScreenBottomRight__SWIG_1", "D_vtkCamera_SetScreenBottomRight__SWIG_1")); mixin(bindCode("vtkCamera_GetScreenBottomRight__SWIG_0", "D_vtkCamera_GetScreenBottomRight__SWIG_0")); mixin(bindCode("vtkCamera_GetScreenBottomRight__SWIG_1", "D_vtkCamera_GetScreenBottomRight__SWIG_1")); mixin(bindCode("vtkCamera_GetScreenBottomRight__SWIG_2", "D_vtkCamera_GetScreenBottomRight__SWIG_2")); mixin(bindCode("vtkCamera_SetScreenTopRight__SWIG_0", "D_vtkCamera_SetScreenTopRight__SWIG_0")); mixin(bindCode("vtkCamera_SetScreenTopRight__SWIG_1", "D_vtkCamera_SetScreenTopRight__SWIG_1")); mixin(bindCode("vtkCamera_GetScreenTopRight__SWIG_0", "D_vtkCamera_GetScreenTopRight__SWIG_0")); mixin(bindCode("vtkCamera_GetScreenTopRight__SWIG_1", "D_vtkCamera_GetScreenTopRight__SWIG_1")); mixin(bindCode("vtkCamera_GetScreenTopRight__SWIG_2", "D_vtkCamera_GetScreenTopRight__SWIG_2")); mixin(bindCode("vtkCamera_SetEyeSeparation", "D_vtkCamera_SetEyeSeparation")); mixin(bindCode("vtkCamera_GetEyeSeparation", "D_vtkCamera_GetEyeSeparation")); mixin(bindCode("vtkCamera_SetEyePosition", "D_vtkCamera_SetEyePosition")); mixin(bindCode("vtkCamera_GetEyePosition", "D_vtkCamera_GetEyePosition")); mixin(bindCode("vtkCamera_GetEyePlaneNormal", "D_vtkCamera_GetEyePlaneNormal")); mixin(bindCode("vtkCamera_SetEyeTransformMatrix__SWIG_0", "D_vtkCamera_SetEyeTransformMatrix__SWIG_0")); mixin(bindCode("vtkCamera_GetEyeTransformMatrix", "D_vtkCamera_GetEyeTransformMatrix")); mixin(bindCode("vtkCamera_SetEyeTransformMatrix__SWIG_1", "D_vtkCamera_SetEyeTransformMatrix__SWIG_1")); mixin(bindCode("vtkCamera_SetModelTransformMatrix__SWIG_0", "D_vtkCamera_SetModelTransformMatrix__SWIG_0")); mixin(bindCode("vtkCamera_GetModelTransformMatrix", "D_vtkCamera_GetModelTransformMatrix")); mixin(bindCode("vtkCamera_SetModelTransformMatrix__SWIG_1", "D_vtkCamera_SetModelTransformMatrix__SWIG_1")); mixin(bindCode("vtkCamera_GetModelViewTransformMatrix", "D_vtkCamera_GetModelViewTransformMatrix")); mixin(bindCode("vtkCamera_GetModelViewTransformObject", "D_vtkCamera_GetModelViewTransformObject")); mixin(bindCode("vtkCamera_GetViewTransformMatrix", "D_vtkCamera_GetViewTransformMatrix")); mixin(bindCode("vtkCamera_GetViewTransformObject", "D_vtkCamera_GetViewTransformObject")); mixin(bindCode("vtkCamera_GetProjectionTransformMatrix", "D_vtkCamera_GetProjectionTransformMatrix")); mixin(bindCode("vtkCamera_GetProjectionTransformObject", "D_vtkCamera_GetProjectionTransformObject")); mixin(bindCode("vtkCamera_GetCompositeProjectionTransformMatrix", "D_vtkCamera_GetCompositeProjectionTransformMatrix")); mixin(bindCode("vtkCamera_SetUserViewTransform", "D_vtkCamera_SetUserViewTransform")); mixin(bindCode("vtkCamera_GetUserViewTransform", "D_vtkCamera_GetUserViewTransform")); mixin(bindCode("vtkCamera_SetUserTransform", "D_vtkCamera_SetUserTransform")); mixin(bindCode("vtkCamera_GetUserTransform", "D_vtkCamera_GetUserTransform")); mixin(bindCode("vtkCamera_Render", "D_vtkCamera_Render")); mixin(bindCode("vtkCamera_GetViewingRaysMTime", "D_vtkCamera_GetViewingRaysMTime")); mixin(bindCode("vtkCamera_ViewingRaysModified", "D_vtkCamera_ViewingRaysModified")); mixin(bindCode("vtkCamera_GetFrustumPlanes", "D_vtkCamera_GetFrustumPlanes")); mixin(bindCode("vtkCamera_GetOrientation", "D_vtkCamera_GetOrientation")); mixin(bindCode("vtkCamera_GetOrientationWXYZ", "D_vtkCamera_GetOrientationWXYZ")); mixin(bindCode("vtkCamera_ComputeViewPlaneNormal", "D_vtkCamera_ComputeViewPlaneNormal")); mixin(bindCode("vtkCamera_GetCameraLightTransformMatrix", "D_vtkCamera_GetCameraLightTransformMatrix")); mixin(bindCode("vtkCamera_UpdateViewport", "D_vtkCamera_UpdateViewport")); mixin(bindCode("vtkCamera_SetLeftEye", "D_vtkCamera_SetLeftEye")); mixin(bindCode("vtkCamera_GetLeftEye", "D_vtkCamera_GetLeftEye")); mixin(bindCode("vtkCamera_ShallowCopy", "D_vtkCamera_ShallowCopy")); mixin(bindCode("vtkCamera_DeepCopy", "D_vtkCamera_DeepCopy")); mixin(bindCode("vtkCamera_SetFreezeFocalPoint", "D_vtkCamera_SetFreezeFocalPoint")); mixin(bindCode("vtkCamera_GetFreezeFocalPoint", "D_vtkCamera_GetFreezeFocalPoint")); mixin(bindCode("vtkCamera_Upcast", "D_vtkCamera_Upcast")); mixin(bindCode("vtkOpenGLCamera_New", "D_vtkOpenGLCamera_New")); mixin(bindCode("vtkOpenGLCamera_IsTypeOf", "D_vtkOpenGLCamera_IsTypeOf")); mixin(bindCode("vtkOpenGLCamera_SafeDownCast", "D_vtkOpenGLCamera_SafeDownCast")); mixin(bindCode("vtkOpenGLCamera_NewInstance", "D_vtkOpenGLCamera_NewInstance")); mixin(bindCode("vtkOpenGLCamera_Upcast", "D_vtkOpenGLCamera_Upcast")); mixin(bindCode("vtkPlot3D_IsTypeOf", "D_vtkPlot3D_IsTypeOf")); mixin(bindCode("vtkPlot3D_SafeDownCast", "D_vtkPlot3D_SafeDownCast")); mixin(bindCode("vtkPlot3D_NewInstance", "D_vtkPlot3D_NewInstance")); mixin(bindCode("vtkPlot3D_SetPen", "D_vtkPlot3D_SetPen")); mixin(bindCode("vtkPlot3D_GetPen", "D_vtkPlot3D_GetPen")); mixin(bindCode("vtkPlot3D_SetInputData__SWIG_0", "D_vtkPlot3D_SetInputData__SWIG_0")); mixin(bindCode("vtkPlot3D_SetInputData__SWIG_1", "D_vtkPlot3D_SetInputData__SWIG_1")); mixin(bindCode("vtkPlot3D_SetInputData__SWIG_2", "D_vtkPlot3D_SetInputData__SWIG_2")); mixin(bindCode("vtkPlot3D_SetInputData__SWIG_3", "D_vtkPlot3D_SetInputData__SWIG_3")); mixin(bindCode("vtkPlot3D_SetColors", "D_vtkPlot3D_SetColors")); mixin(bindCode("vtkPlot3D_GetPoints", "D_vtkPlot3D_GetPoints")); mixin(bindCode("vtkPlot3D_GetChart", "D_vtkPlot3D_GetChart")); mixin(bindCode("vtkPlot3D_SetChart", "D_vtkPlot3D_SetChart")); mixin(bindCode("vtkPlot3D_GetXAxisLabel", "D_vtkPlot3D_GetXAxisLabel")); mixin(bindCode("vtkPlot3D_GetYAxisLabel", "D_vtkPlot3D_GetYAxisLabel")); mixin(bindCode("vtkPlot3D_GetZAxisLabel", "D_vtkPlot3D_GetZAxisLabel")); mixin(bindCode("vtkPlot3D_GetDataBounds", "D_vtkPlot3D_GetDataBounds")); mixin(bindCode("vtkPlot3D_SetSelection", "D_vtkPlot3D_SetSelection")); mixin(bindCode("vtkPlot3D_GetSelection", "D_vtkPlot3D_GetSelection")); mixin(bindCode("new_vtkPlot3D", "D_new_vtkPlot3D")); mixin(bindCode("delete_vtkPlot3D", "D_delete_vtkPlot3D")); mixin(bindCode("vtkPlot3D_Upcast", "D_vtkPlot3D_Upcast")); mixin(bindCode("vtkGenericVertexAttributeMapping_New", "D_vtkGenericVertexAttributeMapping_New")); mixin(bindCode("vtkGenericVertexAttributeMapping_IsTypeOf", "D_vtkGenericVertexAttributeMapping_IsTypeOf")); mixin(bindCode("vtkGenericVertexAttributeMapping_SafeDownCast", "D_vtkGenericVertexAttributeMapping_SafeDownCast")); mixin(bindCode("vtkGenericVertexAttributeMapping_NewInstance", "D_vtkGenericVertexAttributeMapping_NewInstance")); mixin(bindCode("vtkGenericVertexAttributeMapping_AddMapping__SWIG_0", "D_vtkGenericVertexAttributeMapping_AddMapping__SWIG_0")); mixin(bindCode("vtkGenericVertexAttributeMapping_AddMapping__SWIG_1", "D_vtkGenericVertexAttributeMapping_AddMapping__SWIG_1")); mixin(bindCode("vtkGenericVertexAttributeMapping_RemoveMapping", "D_vtkGenericVertexAttributeMapping_RemoveMapping")); mixin(bindCode("vtkGenericVertexAttributeMapping_RemoveAllMappings", "D_vtkGenericVertexAttributeMapping_RemoveAllMappings")); mixin(bindCode("vtkGenericVertexAttributeMapping_GetNumberOfMappings", "D_vtkGenericVertexAttributeMapping_GetNumberOfMappings")); mixin(bindCode("vtkGenericVertexAttributeMapping_GetAttributeName", "D_vtkGenericVertexAttributeMapping_GetAttributeName")); mixin(bindCode("vtkGenericVertexAttributeMapping_GetArrayName", "D_vtkGenericVertexAttributeMapping_GetArrayName")); mixin(bindCode("vtkGenericVertexAttributeMapping_GetFieldAssociation", "D_vtkGenericVertexAttributeMapping_GetFieldAssociation")); mixin(bindCode("vtkGenericVertexAttributeMapping_GetComponent", "D_vtkGenericVertexAttributeMapping_GetComponent")); mixin(bindCode("vtkGenericVertexAttributeMapping_GetTextureUnit", "D_vtkGenericVertexAttributeMapping_GetTextureUnit")); mixin(bindCode("new_vtkGenericVertexAttributeMapping", "D_new_vtkGenericVertexAttributeMapping")); mixin(bindCode("delete_vtkGenericVertexAttributeMapping", "D_delete_vtkGenericVertexAttributeMapping")); mixin(bindCode("vtkGenericVertexAttributeMapping_Upcast", "D_vtkGenericVertexAttributeMapping_Upcast")); mixin(bindCode("vtkRungeKutta45_IsTypeOf", "D_vtkRungeKutta45_IsTypeOf")); mixin(bindCode("vtkRungeKutta45_SafeDownCast", "D_vtkRungeKutta45_SafeDownCast")); mixin(bindCode("vtkRungeKutta45_NewInstance", "D_vtkRungeKutta45_NewInstance")); mixin(bindCode("vtkRungeKutta45_New", "D_vtkRungeKutta45_New")); mixin(bindCode("vtkRungeKutta45_ComputeNextStep__SWIG_0", "D_vtkRungeKutta45_ComputeNextStep__SWIG_0")); mixin(bindCode("vtkRungeKutta45_ComputeNextStep__SWIG_1", "D_vtkRungeKutta45_ComputeNextStep__SWIG_1")); mixin(bindCode("vtkRungeKutta45_ComputeNextStep__SWIG_2", "D_vtkRungeKutta45_ComputeNextStep__SWIG_2")); mixin(bindCode("vtkRungeKutta45_ComputeNextStep__SWIG_3", "D_vtkRungeKutta45_ComputeNextStep__SWIG_3")); mixin(bindCode("vtkRungeKutta45_Upcast", "D_vtkRungeKutta45_Upcast")); mixin(bindCode("vtkGenericCutter_IsTypeOf", "D_vtkGenericCutter_IsTypeOf")); mixin(bindCode("vtkGenericCutter_SafeDownCast", "D_vtkGenericCutter_SafeDownCast")); mixin(bindCode("vtkGenericCutter_NewInstance", "D_vtkGenericCutter_NewInstance")); mixin(bindCode("vtkGenericCutter_New", "D_vtkGenericCutter_New")); mixin(bindCode("vtkGenericCutter_SetValue", "D_vtkGenericCutter_SetValue")); mixin(bindCode("vtkGenericCutter_GetValue", "D_vtkGenericCutter_GetValue")); mixin(bindCode("vtkGenericCutter_GetValues__SWIG_0", "D_vtkGenericCutter_GetValues__SWIG_0")); mixin(bindCode("vtkGenericCutter_GetValues__SWIG_1", "D_vtkGenericCutter_GetValues__SWIG_1")); mixin(bindCode("vtkGenericCutter_SetNumberOfContours", "D_vtkGenericCutter_SetNumberOfContours")); mixin(bindCode("vtkGenericCutter_GetNumberOfContours", "D_vtkGenericCutter_GetNumberOfContours")); mixin(bindCode("vtkGenericCutter_GenerateValues__SWIG_0", "D_vtkGenericCutter_GenerateValues__SWIG_0")); mixin(bindCode("vtkGenericCutter_GenerateValues__SWIG_1", "D_vtkGenericCutter_GenerateValues__SWIG_1")); mixin(bindCode("vtkGenericCutter_SetCutFunction", "D_vtkGenericCutter_SetCutFunction")); mixin(bindCode("vtkGenericCutter_GetCutFunction", "D_vtkGenericCutter_GetCutFunction")); mixin(bindCode("vtkGenericCutter_SetGenerateCutScalars", "D_vtkGenericCutter_SetGenerateCutScalars")); mixin(bindCode("vtkGenericCutter_GetGenerateCutScalars", "D_vtkGenericCutter_GetGenerateCutScalars")); mixin(bindCode("vtkGenericCutter_GenerateCutScalarsOn", "D_vtkGenericCutter_GenerateCutScalarsOn")); mixin(bindCode("vtkGenericCutter_GenerateCutScalarsOff", "D_vtkGenericCutter_GenerateCutScalarsOff")); mixin(bindCode("vtkGenericCutter_SetLocator", "D_vtkGenericCutter_SetLocator")); mixin(bindCode("vtkGenericCutter_GetLocator", "D_vtkGenericCutter_GetLocator")); mixin(bindCode("vtkGenericCutter_CreateDefaultLocator", "D_vtkGenericCutter_CreateDefaultLocator")); mixin(bindCode("vtkGenericCutter_Upcast", "D_vtkGenericCutter_Upcast")); mixin(bindCode("vtkVolumeRayCastSpaceLeapingImageFilter_IsTypeOf", "D_vtkVolumeRayCastSpaceLeapingImageFilter_IsTypeOf")); mixin(bindCode("vtkVolumeRayCastSpaceLeapingImageFilter_SafeDownCast", "D_vtkVolumeRayCastSpaceLeapingImageFilter_SafeDownCast")); mixin(bindCode("vtkVolumeRayCastSpaceLeapingImageFilter_NewInstance", "D_vtkVolumeRayCastSpaceLeapingImageFilter_NewInstance")); mixin(bindCode("vtkVolumeRayCastSpaceLeapingImageFilter_New", "D_vtkVolumeRayCastSpaceLeapingImageFilter_New")); mixin(bindCode("vtkVolumeRayCastSpaceLeapingImageFilter_SetCurrentScalars", "D_vtkVolumeRayCastSpaceLeapingImageFilter_SetCurrentScalars")); mixin(bindCode("vtkVolumeRayCastSpaceLeapingImageFilter_GetCurrentScalars", "D_vtkVolumeRayCastSpaceLeapingImageFilter_GetCurrentScalars")); mixin(bindCode("vtkVolumeRayCastSpaceLeapingImageFilter_SetIndependentComponents", "D_vtkVolumeRayCastSpaceLeapingImageFilter_SetIndependentComponents")); mixin(bindCode("vtkVolumeRayCastSpaceLeapingImageFilter_GetIndependentComponents", "D_vtkVolumeRayCastSpaceLeapingImageFilter_GetIndependentComponents")); mixin(bindCode("vtkVolumeRayCastSpaceLeapingImageFilter_SetComputeGradientOpacity", "D_vtkVolumeRayCastSpaceLeapingImageFilter_SetComputeGradientOpacity")); mixin(bindCode("vtkVolumeRayCastSpaceLeapingImageFilter_GetComputeGradientOpacity", "D_vtkVolumeRayCastSpaceLeapingImageFilter_GetComputeGradientOpacity")); mixin(bindCode("vtkVolumeRayCastSpaceLeapingImageFilter_ComputeGradientOpacityOn", "D_vtkVolumeRayCastSpaceLeapingImageFilter_ComputeGradientOpacityOn")); mixin(bindCode("vtkVolumeRayCastSpaceLeapingImageFilter_ComputeGradientOpacityOff", "D_vtkVolumeRayCastSpaceLeapingImageFilter_ComputeGradientOpacityOff")); mixin(bindCode("vtkVolumeRayCastSpaceLeapingImageFilter_SetComputeMinMax", "D_vtkVolumeRayCastSpaceLeapingImageFilter_SetComputeMinMax")); mixin(bindCode("vtkVolumeRayCastSpaceLeapingImageFilter_GetComputeMinMax", "D_vtkVolumeRayCastSpaceLeapingImageFilter_GetComputeMinMax")); mixin(bindCode("vtkVolumeRayCastSpaceLeapingImageFilter_ComputeMinMaxOn", "D_vtkVolumeRayCastSpaceLeapingImageFilter_ComputeMinMaxOn")); mixin(bindCode("vtkVolumeRayCastSpaceLeapingImageFilter_ComputeMinMaxOff", "D_vtkVolumeRayCastSpaceLeapingImageFilter_ComputeMinMaxOff")); mixin(bindCode("vtkVolumeRayCastSpaceLeapingImageFilter_SetUpdateGradientOpacityFlags", "D_vtkVolumeRayCastSpaceLeapingImageFilter_SetUpdateGradientOpacityFlags")); mixin(bindCode("vtkVolumeRayCastSpaceLeapingImageFilter_GetUpdateGradientOpacityFlags", "D_vtkVolumeRayCastSpaceLeapingImageFilter_GetUpdateGradientOpacityFlags")); mixin(bindCode("vtkVolumeRayCastSpaceLeapingImageFilter_UpdateGradientOpacityFlagsOn", "D_vtkVolumeRayCastSpaceLeapingImageFilter_UpdateGradientOpacityFlagsOn")); mixin(bindCode("vtkVolumeRayCastSpaceLeapingImageFilter_UpdateGradientOpacityFlagsOff", "D_vtkVolumeRayCastSpaceLeapingImageFilter_UpdateGradientOpacityFlagsOff")); mixin(bindCode("vtkVolumeRayCastSpaceLeapingImageFilter_GetLastMinMaxBuildTime", "D_vtkVolumeRayCastSpaceLeapingImageFilter_GetLastMinMaxBuildTime")); mixin(bindCode("vtkVolumeRayCastSpaceLeapingImageFilter_GetLastMinMaxFlagTime", "D_vtkVolumeRayCastSpaceLeapingImageFilter_GetLastMinMaxFlagTime")); mixin(bindCode("vtkVolumeRayCastSpaceLeapingImageFilter_SetTableShift__SWIG_0", "D_vtkVolumeRayCastSpaceLeapingImageFilter_SetTableShift__SWIG_0")); mixin(bindCode("vtkVolumeRayCastSpaceLeapingImageFilter_SetTableShift__SWIG_1", "D_vtkVolumeRayCastSpaceLeapingImageFilter_SetTableShift__SWIG_1")); mixin(bindCode("vtkVolumeRayCastSpaceLeapingImageFilter_GetTableShift__SWIG_0", "D_vtkVolumeRayCastSpaceLeapingImageFilter_GetTableShift__SWIG_0")); mixin(bindCode("vtkVolumeRayCastSpaceLeapingImageFilter_GetTableShift__SWIG_1", "D_vtkVolumeRayCastSpaceLeapingImageFilter_GetTableShift__SWIG_1")); mixin(bindCode("vtkVolumeRayCastSpaceLeapingImageFilter_GetTableShift__SWIG_2", "D_vtkVolumeRayCastSpaceLeapingImageFilter_GetTableShift__SWIG_2")); mixin(bindCode("vtkVolumeRayCastSpaceLeapingImageFilter_SetTableScale__SWIG_0", "D_vtkVolumeRayCastSpaceLeapingImageFilter_SetTableScale__SWIG_0")); mixin(bindCode("vtkVolumeRayCastSpaceLeapingImageFilter_SetTableScale__SWIG_1", "D_vtkVolumeRayCastSpaceLeapingImageFilter_SetTableScale__SWIG_1")); mixin(bindCode("vtkVolumeRayCastSpaceLeapingImageFilter_GetTableScale__SWIG_0", "D_vtkVolumeRayCastSpaceLeapingImageFilter_GetTableScale__SWIG_0")); mixin(bindCode("vtkVolumeRayCastSpaceLeapingImageFilter_GetTableScale__SWIG_1", "D_vtkVolumeRayCastSpaceLeapingImageFilter_GetTableScale__SWIG_1")); mixin(bindCode("vtkVolumeRayCastSpaceLeapingImageFilter_GetTableScale__SWIG_2", "D_vtkVolumeRayCastSpaceLeapingImageFilter_GetTableScale__SWIG_2")); mixin(bindCode("vtkVolumeRayCastSpaceLeapingImageFilter_SetTableSize__SWIG_0", "D_vtkVolumeRayCastSpaceLeapingImageFilter_SetTableSize__SWIG_0")); mixin(bindCode("vtkVolumeRayCastSpaceLeapingImageFilter_SetTableSize__SWIG_1", "D_vtkVolumeRayCastSpaceLeapingImageFilter_SetTableSize__SWIG_1")); mixin(bindCode("vtkVolumeRayCastSpaceLeapingImageFilter_GetTableSize__SWIG_0", "D_vtkVolumeRayCastSpaceLeapingImageFilter_GetTableSize__SWIG_0")); mixin(bindCode("vtkVolumeRayCastSpaceLeapingImageFilter_GetTableSize__SWIG_1", "D_vtkVolumeRayCastSpaceLeapingImageFilter_GetTableSize__SWIG_1")); mixin(bindCode("vtkVolumeRayCastSpaceLeapingImageFilter_GetTableSize__SWIG_2", "D_vtkVolumeRayCastSpaceLeapingImageFilter_GetTableSize__SWIG_2")); mixin(bindCode("vtkVolumeRayCastSpaceLeapingImageFilter_GetNumberOfIndependentComponents", "D_vtkVolumeRayCastSpaceLeapingImageFilter_GetNumberOfIndependentComponents")); mixin(bindCode("vtkVolumeRayCastSpaceLeapingImageFilter_GetMinMaxVolume", "D_vtkVolumeRayCastSpaceLeapingImageFilter_GetMinMaxVolume")); mixin(bindCode("vtkVolumeRayCastSpaceLeapingImageFilter_SetCache", "D_vtkVolumeRayCastSpaceLeapingImageFilter_SetCache")); mixin(bindCode("vtkVolumeRayCastSpaceLeapingImageFilter_ComputeInputExtentsForOutput", "D_vtkVolumeRayCastSpaceLeapingImageFilter_ComputeInputExtentsForOutput")); mixin(bindCode("vtkVolumeRayCastSpaceLeapingImageFilter_GetMinNonZeroScalarIndex", "D_vtkVolumeRayCastSpaceLeapingImageFilter_GetMinNonZeroScalarIndex")); mixin(bindCode("vtkVolumeRayCastSpaceLeapingImageFilter_GetMinNonZeroGradientMagnitudeIndex", "D_vtkVolumeRayCastSpaceLeapingImageFilter_GetMinNonZeroGradientMagnitudeIndex")); mixin(bindCode("vtkVolumeRayCastSpaceLeapingImageFilter_ComputeOffset", "D_vtkVolumeRayCastSpaceLeapingImageFilter_ComputeOffset")); mixin(bindCode("vtkVolumeRayCastSpaceLeapingImageFilter_Upcast", "D_vtkVolumeRayCastSpaceLeapingImageFilter_Upcast")); mixin(bindCode("vtkLabelHierarchyIterator_IsTypeOf", "D_vtkLabelHierarchyIterator_IsTypeOf")); mixin(bindCode("vtkLabelHierarchyIterator_SafeDownCast", "D_vtkLabelHierarchyIterator_SafeDownCast")); mixin(bindCode("vtkLabelHierarchyIterator_NewInstance", "D_vtkLabelHierarchyIterator_NewInstance")); mixin(bindCode("vtkLabelHierarchyIterator_Begin", "D_vtkLabelHierarchyIterator_Begin")); mixin(bindCode("vtkLabelHierarchyIterator_Next", "D_vtkLabelHierarchyIterator_Next")); mixin(bindCode("vtkLabelHierarchyIterator_IsAtEnd", "D_vtkLabelHierarchyIterator_IsAtEnd")); mixin(bindCode("vtkLabelHierarchyIterator_GetPoint", "D_vtkLabelHierarchyIterator_GetPoint")); mixin(bindCode("vtkLabelHierarchyIterator_GetSize", "D_vtkLabelHierarchyIterator_GetSize")); mixin(bindCode("vtkLabelHierarchyIterator_GetBoundedSize", "D_vtkLabelHierarchyIterator_GetBoundedSize")); mixin(bindCode("vtkLabelHierarchyIterator_GetType", "D_vtkLabelHierarchyIterator_GetType")); mixin(bindCode("vtkLabelHierarchyIterator_GetLabel", "D_vtkLabelHierarchyIterator_GetLabel")); mixin(bindCode("vtkLabelHierarchyIterator_GetUnicodeLabel", "D_vtkLabelHierarchyIterator_GetUnicodeLabel")); mixin(bindCode("vtkLabelHierarchyIterator_GetOrientation", "D_vtkLabelHierarchyIterator_GetOrientation")); mixin(bindCode("vtkLabelHierarchyIterator_GetLabelId", "D_vtkLabelHierarchyIterator_GetLabelId")); mixin(bindCode("vtkLabelHierarchyIterator_GetHierarchy", "D_vtkLabelHierarchyIterator_GetHierarchy")); mixin(bindCode("vtkLabelHierarchyIterator_SetTraversedBounds", "D_vtkLabelHierarchyIterator_SetTraversedBounds")); mixin(bindCode("vtkLabelHierarchyIterator_GetNodeGeometry", "D_vtkLabelHierarchyIterator_GetNodeGeometry")); mixin(bindCode("vtkLabelHierarchyIterator_BoxNode", "D_vtkLabelHierarchyIterator_BoxNode")); mixin(bindCode("vtkLabelHierarchyIterator_BoxAllNodes", "D_vtkLabelHierarchyIterator_BoxAllNodes")); mixin(bindCode("vtkLabelHierarchyIterator_SetAllBounds", "D_vtkLabelHierarchyIterator_SetAllBounds")); mixin(bindCode("vtkLabelHierarchyIterator_GetAllBounds", "D_vtkLabelHierarchyIterator_GetAllBounds")); mixin(bindCode("vtkLabelHierarchyIterator_Upcast", "D_vtkLabelHierarchyIterator_Upcast")); mixin(bindCode("vtkImplicitPlaneWidget2_New", "D_vtkImplicitPlaneWidget2_New")); mixin(bindCode("vtkImplicitPlaneWidget2_IsTypeOf", "D_vtkImplicitPlaneWidget2_IsTypeOf")); mixin(bindCode("vtkImplicitPlaneWidget2_SafeDownCast", "D_vtkImplicitPlaneWidget2_SafeDownCast")); mixin(bindCode("vtkImplicitPlaneWidget2_NewInstance", "D_vtkImplicitPlaneWidget2_NewInstance")); mixin(bindCode("vtkImplicitPlaneWidget2_SetRepresentation", "D_vtkImplicitPlaneWidget2_SetRepresentation")); mixin(bindCode("vtkImplicitPlaneWidget2_SetLockNormalToCamera", "D_vtkImplicitPlaneWidget2_SetLockNormalToCamera")); mixin(bindCode("vtkImplicitPlaneWidget2_GetImplicitPlaneRepresentation", "D_vtkImplicitPlaneWidget2_GetImplicitPlaneRepresentation")); mixin(bindCode("vtkImplicitPlaneWidget2_Upcast", "D_vtkImplicitPlaneWidget2_Upcast")); mixin(bindCode("vtkAbstractPicker_IsTypeOf", "D_vtkAbstractPicker_IsTypeOf")); mixin(bindCode("vtkAbstractPicker_SafeDownCast", "D_vtkAbstractPicker_SafeDownCast")); mixin(bindCode("vtkAbstractPicker_NewInstance", "D_vtkAbstractPicker_NewInstance")); mixin(bindCode("vtkAbstractPicker_GetRenderer", "D_vtkAbstractPicker_GetRenderer")); mixin(bindCode("vtkAbstractPicker_GetSelectionPoint__SWIG_0", "D_vtkAbstractPicker_GetSelectionPoint__SWIG_0")); mixin(bindCode("vtkAbstractPicker_GetSelectionPoint__SWIG_1", "D_vtkAbstractPicker_GetSelectionPoint__SWIG_1")); mixin(bindCode("vtkAbstractPicker_GetPickPosition__SWIG_0", "D_vtkAbstractPicker_GetPickPosition__SWIG_0")); mixin(bindCode("vtkAbstractPicker_GetPickPosition__SWIG_1", "D_vtkAbstractPicker_GetPickPosition__SWIG_1")); mixin(bindCode("vtkAbstractPicker_Pick__SWIG_0", "D_vtkAbstractPicker_Pick__SWIG_0")); mixin(bindCode("vtkAbstractPicker_Pick__SWIG_1", "D_vtkAbstractPicker_Pick__SWIG_1")); mixin(bindCode("vtkAbstractPicker_SetPickFromList", "D_vtkAbstractPicker_SetPickFromList")); mixin(bindCode("vtkAbstractPicker_GetPickFromList", "D_vtkAbstractPicker_GetPickFromList")); mixin(bindCode("vtkAbstractPicker_PickFromListOn", "D_vtkAbstractPicker_PickFromListOn")); mixin(bindCode("vtkAbstractPicker_PickFromListOff", "D_vtkAbstractPicker_PickFromListOff")); mixin(bindCode("vtkAbstractPicker_InitializePickList", "D_vtkAbstractPicker_InitializePickList")); mixin(bindCode("vtkAbstractPicker_AddPickList", "D_vtkAbstractPicker_AddPickList")); mixin(bindCode("vtkAbstractPicker_DeletePickList", "D_vtkAbstractPicker_DeletePickList")); mixin(bindCode("vtkAbstractPicker_GetPickList", "D_vtkAbstractPicker_GetPickList")); mixin(bindCode("vtkAbstractPicker_Upcast", "D_vtkAbstractPicker_Upcast")); mixin(bindCode("vtkAbstractPropPicker_IsTypeOf", "D_vtkAbstractPropPicker_IsTypeOf")); mixin(bindCode("vtkAbstractPropPicker_SafeDownCast", "D_vtkAbstractPropPicker_SafeDownCast")); mixin(bindCode("vtkAbstractPropPicker_NewInstance", "D_vtkAbstractPropPicker_NewInstance")); mixin(bindCode("vtkAbstractPropPicker_SetPath", "D_vtkAbstractPropPicker_SetPath")); mixin(bindCode("vtkAbstractPropPicker_GetPath", "D_vtkAbstractPropPicker_GetPath")); mixin(bindCode("vtkAbstractPropPicker_GetViewProp", "D_vtkAbstractPropPicker_GetViewProp")); mixin(bindCode("vtkAbstractPropPicker_GetProp3D", "D_vtkAbstractPropPicker_GetProp3D")); mixin(bindCode("vtkAbstractPropPicker_GetActor", "D_vtkAbstractPropPicker_GetActor")); mixin(bindCode("vtkAbstractPropPicker_GetActor2D", "D_vtkAbstractPropPicker_GetActor2D")); mixin(bindCode("vtkAbstractPropPicker_GetVolume", "D_vtkAbstractPropPicker_GetVolume")); mixin(bindCode("vtkAbstractPropPicker_GetAssembly", "D_vtkAbstractPropPicker_GetAssembly")); mixin(bindCode("vtkAbstractPropPicker_GetPropAssembly", "D_vtkAbstractPropPicker_GetPropAssembly")); mixin(bindCode("vtkAbstractPropPicker_Upcast", "D_vtkAbstractPropPicker_Upcast")); mixin(bindCode("vtkAreaPicker_New", "D_vtkAreaPicker_New")); mixin(bindCode("vtkAreaPicker_IsTypeOf", "D_vtkAreaPicker_IsTypeOf")); mixin(bindCode("vtkAreaPicker_SafeDownCast", "D_vtkAreaPicker_SafeDownCast")); mixin(bindCode("vtkAreaPicker_NewInstance", "D_vtkAreaPicker_NewInstance")); mixin(bindCode("vtkAreaPicker_SetPickCoords", "D_vtkAreaPicker_SetPickCoords")); mixin(bindCode("vtkAreaPicker_SetRenderer", "D_vtkAreaPicker_SetRenderer")); mixin(bindCode("vtkAreaPicker_Pick__SWIG_0", "D_vtkAreaPicker_Pick__SWIG_0")); mixin(bindCode("vtkAreaPicker_AreaPick__SWIG_0", "D_vtkAreaPicker_AreaPick__SWIG_0")); mixin(bindCode("vtkAreaPicker_AreaPick__SWIG_1", "D_vtkAreaPicker_AreaPick__SWIG_1")); mixin(bindCode("vtkAreaPicker_Pick__SWIG_1", "D_vtkAreaPicker_Pick__SWIG_1")); mixin(bindCode("vtkAreaPicker_Pick__SWIG_2", "D_vtkAreaPicker_Pick__SWIG_2")); mixin(bindCode("vtkAreaPicker_GetMapper", "D_vtkAreaPicker_GetMapper")); mixin(bindCode("vtkAreaPicker_GetDataSet", "D_vtkAreaPicker_GetDataSet")); mixin(bindCode("vtkAreaPicker_GetProp3Ds", "D_vtkAreaPicker_GetProp3Ds")); mixin(bindCode("vtkAreaPicker_GetFrustum", "D_vtkAreaPicker_GetFrustum")); mixin(bindCode("vtkAreaPicker_GetClipPoints", "D_vtkAreaPicker_GetClipPoints")); mixin(bindCode("vtkAreaPicker_Upcast", "D_vtkAreaPicker_Upcast")); mixin(bindCode("vtkLightCollection_New", "D_vtkLightCollection_New")); mixin(bindCode("vtkLightCollection_IsTypeOf", "D_vtkLightCollection_IsTypeOf")); mixin(bindCode("vtkLightCollection_SafeDownCast", "D_vtkLightCollection_SafeDownCast")); mixin(bindCode("vtkLightCollection_NewInstance", "D_vtkLightCollection_NewInstance")); mixin(bindCode("vtkLightCollection_AddItem", "D_vtkLightCollection_AddItem")); mixin(bindCode("vtkLightCollection_GetNextItem", "D_vtkLightCollection_GetNextItem")); mixin(bindCode("vtkLightCollection_Upcast", "D_vtkLightCollection_Upcast")); mixin(bindCode("vtkContinuousValueWidgetRepresentation_IsTypeOf", "D_vtkContinuousValueWidgetRepresentation_IsTypeOf")); mixin(bindCode("vtkContinuousValueWidgetRepresentation_SafeDownCast", "D_vtkContinuousValueWidgetRepresentation_SafeDownCast")); mixin(bindCode("vtkContinuousValueWidgetRepresentation_NewInstance", "D_vtkContinuousValueWidgetRepresentation_NewInstance")); mixin(bindCode("vtkContinuousValueWidgetRepresentation_PlaceWidget", "D_vtkContinuousValueWidgetRepresentation_PlaceWidget")); mixin(bindCode("vtkContinuousValueWidgetRepresentation_SetValue", "D_vtkContinuousValueWidgetRepresentation_SetValue")); mixin(bindCode("vtkContinuousValueWidgetRepresentation_GetValue", "D_vtkContinuousValueWidgetRepresentation_GetValue")); mixin(bindCode("vtkContinuousValueWidgetRepresentation_Upcast", "D_vtkContinuousValueWidgetRepresentation_Upcast")); mixin(bindCode("vtkProbeFilter_New", "D_vtkProbeFilter_New")); mixin(bindCode("vtkProbeFilter_IsTypeOf", "D_vtkProbeFilter_IsTypeOf")); mixin(bindCode("vtkProbeFilter_SafeDownCast", "D_vtkProbeFilter_SafeDownCast")); mixin(bindCode("vtkProbeFilter_NewInstance", "D_vtkProbeFilter_NewInstance")); mixin(bindCode("vtkProbeFilter_SetSourceData", "D_vtkProbeFilter_SetSourceData")); mixin(bindCode("vtkProbeFilter_GetSource", "D_vtkProbeFilter_GetSource")); mixin(bindCode("vtkProbeFilter_SetSourceConnection", "D_vtkProbeFilter_SetSourceConnection")); mixin(bindCode("vtkProbeFilter_SetSpatialMatch", "D_vtkProbeFilter_SetSpatialMatch")); mixin(bindCode("vtkProbeFilter_GetSpatialMatch", "D_vtkProbeFilter_GetSpatialMatch")); mixin(bindCode("vtkProbeFilter_SpatialMatchOn", "D_vtkProbeFilter_SpatialMatchOn")); mixin(bindCode("vtkProbeFilter_SpatialMatchOff", "D_vtkProbeFilter_SpatialMatchOff")); mixin(bindCode("vtkProbeFilter_GetValidPoints", "D_vtkProbeFilter_GetValidPoints")); mixin(bindCode("vtkProbeFilter_SetValidPointMaskArrayName", "D_vtkProbeFilter_SetValidPointMaskArrayName")); mixin(bindCode("vtkProbeFilter_GetValidPointMaskArrayName", "D_vtkProbeFilter_GetValidPointMaskArrayName")); mixin(bindCode("vtkProbeFilter_SetPassCellArrays", "D_vtkProbeFilter_SetPassCellArrays")); mixin(bindCode("vtkProbeFilter_GetPassCellArrays", "D_vtkProbeFilter_GetPassCellArrays")); mixin(bindCode("vtkProbeFilter_SetPassPointArrays", "D_vtkProbeFilter_SetPassPointArrays")); mixin(bindCode("vtkProbeFilter_GetPassPointArrays", "D_vtkProbeFilter_GetPassPointArrays")); mixin(bindCode("new_vtkProbeFilter", "D_new_vtkProbeFilter")); mixin(bindCode("delete_vtkProbeFilter", "D_delete_vtkProbeFilter")); mixin(bindCode("vtkProbeFilter_Upcast", "D_vtkProbeFilter_Upcast")); mixin(bindCode("vtkClipPlanesPainter_New", "D_vtkClipPlanesPainter_New")); mixin(bindCode("vtkClipPlanesPainter_IsTypeOf", "D_vtkClipPlanesPainter_IsTypeOf")); mixin(bindCode("vtkClipPlanesPainter_SafeDownCast", "D_vtkClipPlanesPainter_SafeDownCast")); mixin(bindCode("vtkClipPlanesPainter_NewInstance", "D_vtkClipPlanesPainter_NewInstance")); mixin(bindCode("vtkClipPlanesPainter_CLIPPING_PLANES", "D_vtkClipPlanesPainter_CLIPPING_PLANES")); mixin(bindCode("vtkClipPlanesPainter_Upcast", "D_vtkClipPlanesPainter_Upcast")); mixin(bindCode("vtkContextClip_IsTypeOf", "D_vtkContextClip_IsTypeOf")); mixin(bindCode("vtkContextClip_SafeDownCast", "D_vtkContextClip_SafeDownCast")); mixin(bindCode("vtkContextClip_NewInstance", "D_vtkContextClip_NewInstance")); mixin(bindCode("vtkContextClip_New", "D_vtkContextClip_New")); mixin(bindCode("vtkContextClip_SetClip", "D_vtkContextClip_SetClip")); mixin(bindCode("new_vtkContextClip", "D_new_vtkContextClip")); mixin(bindCode("delete_vtkContextClip", "D_delete_vtkContextClip")); mixin(bindCode("vtkContextClip_Upcast", "D_vtkContextClip_Upcast")); mixin(bindCode("vtkPipelineSize_New", "D_vtkPipelineSize_New")); mixin(bindCode("vtkPipelineSize_IsTypeOf", "D_vtkPipelineSize_IsTypeOf")); mixin(bindCode("vtkPipelineSize_SafeDownCast", "D_vtkPipelineSize_SafeDownCast")); mixin(bindCode("vtkPipelineSize_NewInstance", "D_vtkPipelineSize_NewInstance")); mixin(bindCode("vtkPipelineSize_GetEstimatedSize", "D_vtkPipelineSize_GetEstimatedSize")); mixin(bindCode("vtkPipelineSize_GetNumberOfSubPieces", "D_vtkPipelineSize_GetNumberOfSubPieces")); mixin(bindCode("delete_vtkPipelineSize", "D_delete_vtkPipelineSize")); mixin(bindCode("vtkPipelineSize_Upcast", "D_vtkPipelineSize_Upcast")); mixin(bindCode("vtkLODActor_IsTypeOf", "D_vtkLODActor_IsTypeOf")); mixin(bindCode("vtkLODActor_SafeDownCast", "D_vtkLODActor_SafeDownCast")); mixin(bindCode("vtkLODActor_NewInstance", "D_vtkLODActor_NewInstance")); mixin(bindCode("vtkLODActor_New", "D_vtkLODActor_New")); mixin(bindCode("vtkLODActor_ReleaseGraphicsResources", "D_vtkLODActor_ReleaseGraphicsResources")); mixin(bindCode("vtkLODActor_AddLODMapper", "D_vtkLODActor_AddLODMapper")); mixin(bindCode("vtkLODActor_SetLowResFilter", "D_vtkLODActor_SetLowResFilter")); mixin(bindCode("vtkLODActor_SetMediumResFilter", "D_vtkLODActor_SetMediumResFilter")); mixin(bindCode("vtkLODActor_GetLowResFilter", "D_vtkLODActor_GetLowResFilter")); mixin(bindCode("vtkLODActor_GetMediumResFilter", "D_vtkLODActor_GetMediumResFilter")); mixin(bindCode("vtkLODActor_GetNumberOfCloudPoints", "D_vtkLODActor_GetNumberOfCloudPoints")); mixin(bindCode("vtkLODActor_SetNumberOfCloudPoints", "D_vtkLODActor_SetNumberOfCloudPoints")); mixin(bindCode("vtkLODActor_GetLODMappers", "D_vtkLODActor_GetLODMappers")); mixin(bindCode("vtkLODActor_Upcast", "D_vtkLODActor_Upcast")); mixin(bindCode("vtkAngleRepresentation_IsTypeOf", "D_vtkAngleRepresentation_IsTypeOf")); mixin(bindCode("vtkAngleRepresentation_SafeDownCast", "D_vtkAngleRepresentation_SafeDownCast")); mixin(bindCode("vtkAngleRepresentation_NewInstance", "D_vtkAngleRepresentation_NewInstance")); mixin(bindCode("vtkAngleRepresentation_GetAngle", "D_vtkAngleRepresentation_GetAngle")); mixin(bindCode("vtkAngleRepresentation_GetPoint1WorldPosition", "D_vtkAngleRepresentation_GetPoint1WorldPosition")); mixin(bindCode("vtkAngleRepresentation_GetCenterWorldPosition", "D_vtkAngleRepresentation_GetCenterWorldPosition")); mixin(bindCode("vtkAngleRepresentation_GetPoint2WorldPosition", "D_vtkAngleRepresentation_GetPoint2WorldPosition")); mixin(bindCode("vtkAngleRepresentation_SetPoint1DisplayPosition", "D_vtkAngleRepresentation_SetPoint1DisplayPosition")); mixin(bindCode("vtkAngleRepresentation_SetCenterDisplayPosition", "D_vtkAngleRepresentation_SetCenterDisplayPosition")); mixin(bindCode("vtkAngleRepresentation_SetPoint2DisplayPosition", "D_vtkAngleRepresentation_SetPoint2DisplayPosition")); mixin(bindCode("vtkAngleRepresentation_GetPoint1DisplayPosition", "D_vtkAngleRepresentation_GetPoint1DisplayPosition")); mixin(bindCode("vtkAngleRepresentation_GetCenterDisplayPosition", "D_vtkAngleRepresentation_GetCenterDisplayPosition")); mixin(bindCode("vtkAngleRepresentation_GetPoint2DisplayPosition", "D_vtkAngleRepresentation_GetPoint2DisplayPosition")); mixin(bindCode("vtkAngleRepresentation_SetHandleRepresentation", "D_vtkAngleRepresentation_SetHandleRepresentation")); mixin(bindCode("vtkAngleRepresentation_InstantiateHandleRepresentation", "D_vtkAngleRepresentation_InstantiateHandleRepresentation")); mixin(bindCode("vtkAngleRepresentation_GetPoint1Representation", "D_vtkAngleRepresentation_GetPoint1Representation")); mixin(bindCode("vtkAngleRepresentation_GetCenterRepresentation", "D_vtkAngleRepresentation_GetCenterRepresentation")); mixin(bindCode("vtkAngleRepresentation_GetPoint2Representation", "D_vtkAngleRepresentation_GetPoint2Representation")); mixin(bindCode("vtkAngleRepresentation_SetTolerance", "D_vtkAngleRepresentation_SetTolerance")); mixin(bindCode("vtkAngleRepresentation_GetToleranceMinValue", "D_vtkAngleRepresentation_GetToleranceMinValue")); mixin(bindCode("vtkAngleRepresentation_GetToleranceMaxValue", "D_vtkAngleRepresentation_GetToleranceMaxValue")); mixin(bindCode("vtkAngleRepresentation_GetTolerance", "D_vtkAngleRepresentation_GetTolerance")); mixin(bindCode("vtkAngleRepresentation_SetLabelFormat", "D_vtkAngleRepresentation_SetLabelFormat")); mixin(bindCode("vtkAngleRepresentation_GetLabelFormat", "D_vtkAngleRepresentation_GetLabelFormat")); mixin(bindCode("vtkAngleRepresentation_SetRay1Visibility", "D_vtkAngleRepresentation_SetRay1Visibility")); mixin(bindCode("vtkAngleRepresentation_GetRay1Visibility", "D_vtkAngleRepresentation_GetRay1Visibility")); mixin(bindCode("vtkAngleRepresentation_Ray1VisibilityOn", "D_vtkAngleRepresentation_Ray1VisibilityOn")); mixin(bindCode("vtkAngleRepresentation_Ray1VisibilityOff", "D_vtkAngleRepresentation_Ray1VisibilityOff")); mixin(bindCode("vtkAngleRepresentation_SetRay2Visibility", "D_vtkAngleRepresentation_SetRay2Visibility")); mixin(bindCode("vtkAngleRepresentation_GetRay2Visibility", "D_vtkAngleRepresentation_GetRay2Visibility")); mixin(bindCode("vtkAngleRepresentation_Ray2VisibilityOn", "D_vtkAngleRepresentation_Ray2VisibilityOn")); mixin(bindCode("vtkAngleRepresentation_Ray2VisibilityOff", "D_vtkAngleRepresentation_Ray2VisibilityOff")); mixin(bindCode("vtkAngleRepresentation_SetArcVisibility", "D_vtkAngleRepresentation_SetArcVisibility")); mixin(bindCode("vtkAngleRepresentation_GetArcVisibility", "D_vtkAngleRepresentation_GetArcVisibility")); mixin(bindCode("vtkAngleRepresentation_ArcVisibilityOn", "D_vtkAngleRepresentation_ArcVisibilityOn")); mixin(bindCode("vtkAngleRepresentation_ArcVisibilityOff", "D_vtkAngleRepresentation_ArcVisibilityOff")); mixin(bindCode("vtkAngleRepresentation_ComputeInteractionState__SWIG_0", "D_vtkAngleRepresentation_ComputeInteractionState__SWIG_0")); mixin(bindCode("vtkAngleRepresentation_ComputeInteractionState__SWIG_1", "D_vtkAngleRepresentation_ComputeInteractionState__SWIG_1")); mixin(bindCode("vtkAngleRepresentation_CenterWidgetInteraction", "D_vtkAngleRepresentation_CenterWidgetInteraction")); mixin(bindCode("vtkAngleRepresentation_Upcast", "D_vtkAngleRepresentation_Upcast")); mixin(bindCode("vtkAngleRepresentation3D_New", "D_vtkAngleRepresentation3D_New")); mixin(bindCode("vtkAngleRepresentation3D_IsTypeOf", "D_vtkAngleRepresentation3D_IsTypeOf")); mixin(bindCode("vtkAngleRepresentation3D_SafeDownCast", "D_vtkAngleRepresentation3D_SafeDownCast")); mixin(bindCode("vtkAngleRepresentation3D_NewInstance", "D_vtkAngleRepresentation3D_NewInstance")); mixin(bindCode("vtkAngleRepresentation3D_SetPoint1WorldPosition", "D_vtkAngleRepresentation3D_SetPoint1WorldPosition")); mixin(bindCode("vtkAngleRepresentation3D_SetCenterWorldPosition", "D_vtkAngleRepresentation3D_SetCenterWorldPosition")); mixin(bindCode("vtkAngleRepresentation3D_SetPoint2WorldPosition", "D_vtkAngleRepresentation3D_SetPoint2WorldPosition")); mixin(bindCode("vtkAngleRepresentation3D_GetRay1", "D_vtkAngleRepresentation3D_GetRay1")); mixin(bindCode("vtkAngleRepresentation3D_GetRay2", "D_vtkAngleRepresentation3D_GetRay2")); mixin(bindCode("vtkAngleRepresentation3D_GetArc", "D_vtkAngleRepresentation3D_GetArc")); mixin(bindCode("vtkAngleRepresentation3D_GetTextActor", "D_vtkAngleRepresentation3D_GetTextActor")); mixin(bindCode("vtkAngleRepresentation3D_SetTextActorScale", "D_vtkAngleRepresentation3D_SetTextActorScale")); mixin(bindCode("vtkAngleRepresentation3D_GetTextActorScale", "D_vtkAngleRepresentation3D_GetTextActorScale")); mixin(bindCode("vtkAngleRepresentation3D_Upcast", "D_vtkAngleRepresentation3D_Upcast")); mixin(bindCode("vtkExecutionTimer_IsTypeOf", "D_vtkExecutionTimer_IsTypeOf")); mixin(bindCode("vtkExecutionTimer_SafeDownCast", "D_vtkExecutionTimer_SafeDownCast")); mixin(bindCode("vtkExecutionTimer_NewInstance", "D_vtkExecutionTimer_NewInstance")); mixin(bindCode("vtkExecutionTimer_New", "D_vtkExecutionTimer_New")); mixin(bindCode("vtkExecutionTimer_SetFilter", "D_vtkExecutionTimer_SetFilter")); mixin(bindCode("vtkExecutionTimer_GetFilter", "D_vtkExecutionTimer_GetFilter")); mixin(bindCode("vtkExecutionTimer_GetElapsedCPUTime", "D_vtkExecutionTimer_GetElapsedCPUTime")); mixin(bindCode("vtkExecutionTimer_GetElapsedWallClockTime", "D_vtkExecutionTimer_GetElapsedWallClockTime")); mixin(bindCode("vtkExecutionTimer_Upcast", "D_vtkExecutionTimer_Upcast")); mixin(bindCode("vtkGenericContourFilter_IsTypeOf", "D_vtkGenericContourFilter_IsTypeOf")); mixin(bindCode("vtkGenericContourFilter_SafeDownCast", "D_vtkGenericContourFilter_SafeDownCast")); mixin(bindCode("vtkGenericContourFilter_NewInstance", "D_vtkGenericContourFilter_NewInstance")); mixin(bindCode("vtkGenericContourFilter_New", "D_vtkGenericContourFilter_New")); mixin(bindCode("vtkGenericContourFilter_SetValue", "D_vtkGenericContourFilter_SetValue")); mixin(bindCode("vtkGenericContourFilter_GetValue", "D_vtkGenericContourFilter_GetValue")); mixin(bindCode("vtkGenericContourFilter_GetValues__SWIG_0", "D_vtkGenericContourFilter_GetValues__SWIG_0")); mixin(bindCode("vtkGenericContourFilter_GetValues__SWIG_1", "D_vtkGenericContourFilter_GetValues__SWIG_1")); mixin(bindCode("vtkGenericContourFilter_SetNumberOfContours", "D_vtkGenericContourFilter_SetNumberOfContours")); mixin(bindCode("vtkGenericContourFilter_GetNumberOfContours", "D_vtkGenericContourFilter_GetNumberOfContours")); mixin(bindCode("vtkGenericContourFilter_GenerateValues__SWIG_0", "D_vtkGenericContourFilter_GenerateValues__SWIG_0")); mixin(bindCode("vtkGenericContourFilter_GenerateValues__SWIG_1", "D_vtkGenericContourFilter_GenerateValues__SWIG_1")); mixin(bindCode("vtkGenericContourFilter_SetComputeNormals", "D_vtkGenericContourFilter_SetComputeNormals")); mixin(bindCode("vtkGenericContourFilter_GetComputeNormals", "D_vtkGenericContourFilter_GetComputeNormals")); mixin(bindCode("vtkGenericContourFilter_ComputeNormalsOn", "D_vtkGenericContourFilter_ComputeNormalsOn")); mixin(bindCode("vtkGenericContourFilter_ComputeNormalsOff", "D_vtkGenericContourFilter_ComputeNormalsOff")); mixin(bindCode("vtkGenericContourFilter_SetComputeGradients", "D_vtkGenericContourFilter_SetComputeGradients")); mixin(bindCode("vtkGenericContourFilter_GetComputeGradients", "D_vtkGenericContourFilter_GetComputeGradients")); mixin(bindCode("vtkGenericContourFilter_ComputeGradientsOn", "D_vtkGenericContourFilter_ComputeGradientsOn")); mixin(bindCode("vtkGenericContourFilter_ComputeGradientsOff", "D_vtkGenericContourFilter_ComputeGradientsOff")); mixin(bindCode("vtkGenericContourFilter_SetComputeScalars", "D_vtkGenericContourFilter_SetComputeScalars")); mixin(bindCode("vtkGenericContourFilter_GetComputeScalars", "D_vtkGenericContourFilter_GetComputeScalars")); mixin(bindCode("vtkGenericContourFilter_ComputeScalarsOn", "D_vtkGenericContourFilter_ComputeScalarsOn")); mixin(bindCode("vtkGenericContourFilter_ComputeScalarsOff", "D_vtkGenericContourFilter_ComputeScalarsOff")); mixin(bindCode("vtkGenericContourFilter_SetLocator", "D_vtkGenericContourFilter_SetLocator")); mixin(bindCode("vtkGenericContourFilter_GetLocator", "D_vtkGenericContourFilter_GetLocator")); mixin(bindCode("vtkGenericContourFilter_CreateDefaultLocator", "D_vtkGenericContourFilter_CreateDefaultLocator")); mixin(bindCode("vtkGenericContourFilter_GetInputScalarsSelection", "D_vtkGenericContourFilter_GetInputScalarsSelection")); mixin(bindCode("vtkGenericContourFilter_SelectInputScalars", "D_vtkGenericContourFilter_SelectInputScalars")); mixin(bindCode("vtkGenericContourFilter_Upcast", "D_vtkGenericContourFilter_Upcast")); mixin(bindCode("vtkImageHistogram_New", "D_vtkImageHistogram_New")); mixin(bindCode("vtkImageHistogram_IsTypeOf", "D_vtkImageHistogram_IsTypeOf")); mixin(bindCode("vtkImageHistogram_SafeDownCast", "D_vtkImageHistogram_SafeDownCast")); mixin(bindCode("vtkImageHistogram_NewInstance", "D_vtkImageHistogram_NewInstance")); mixin(bindCode("vtkImageHistogram_SetActiveComponent", "D_vtkImageHistogram_SetActiveComponent")); mixin(bindCode("vtkImageHistogram_GetActiveComponent", "D_vtkImageHistogram_GetActiveComponent")); mixin(bindCode("vtkImageHistogram_SetAutomaticBinning", "D_vtkImageHistogram_SetAutomaticBinning")); mixin(bindCode("vtkImageHistogram_AutomaticBinningOn", "D_vtkImageHistogram_AutomaticBinningOn")); mixin(bindCode("vtkImageHistogram_AutomaticBinningOff", "D_vtkImageHistogram_AutomaticBinningOff")); mixin(bindCode("vtkImageHistogram_GetAutomaticBinning", "D_vtkImageHistogram_GetAutomaticBinning")); mixin(bindCode("vtkImageHistogram_SetMaximumNumberOfBins", "D_vtkImageHistogram_SetMaximumNumberOfBins")); mixin(bindCode("vtkImageHistogram_GetMaximumNumberOfBins", "D_vtkImageHistogram_GetMaximumNumberOfBins")); mixin(bindCode("vtkImageHistogram_SetNumberOfBins", "D_vtkImageHistogram_SetNumberOfBins")); mixin(bindCode("vtkImageHistogram_GetNumberOfBins", "D_vtkImageHistogram_GetNumberOfBins")); mixin(bindCode("vtkImageHistogram_SetBinOrigin", "D_vtkImageHistogram_SetBinOrigin")); mixin(bindCode("vtkImageHistogram_GetBinOrigin", "D_vtkImageHistogram_GetBinOrigin")); mixin(bindCode("vtkImageHistogram_SetBinSpacing", "D_vtkImageHistogram_SetBinSpacing")); mixin(bindCode("vtkImageHistogram_GetBinSpacing", "D_vtkImageHistogram_GetBinSpacing")); mixin(bindCode("vtkImageHistogram_SetStencilData", "D_vtkImageHistogram_SetStencilData")); mixin(bindCode("vtkImageHistogram_GetStencil", "D_vtkImageHistogram_GetStencil")); mixin(bindCode("vtkImageHistogram_SetStencilConnection", "D_vtkImageHistogram_SetStencilConnection")); mixin(bindCode("vtkImageHistogram_SetGenerateHistogramImage", "D_vtkImageHistogram_SetGenerateHistogramImage")); mixin(bindCode("vtkImageHistogram_GenerateHistogramImageOn", "D_vtkImageHistogram_GenerateHistogramImageOn")); mixin(bindCode("vtkImageHistogram_GenerateHistogramImageOff", "D_vtkImageHistogram_GenerateHistogramImageOff")); mixin(bindCode("vtkImageHistogram_GetGenerateHistogramImage", "D_vtkImageHistogram_GetGenerateHistogramImage")); mixin(bindCode("vtkImageHistogram_SetHistogramImageSize__SWIG_0", "D_vtkImageHistogram_SetHistogramImageSize__SWIG_0")); mixin(bindCode("vtkImageHistogram_SetHistogramImageSize__SWIG_1", "D_vtkImageHistogram_SetHistogramImageSize__SWIG_1")); mixin(bindCode("vtkImageHistogram_GetHistogramImageSize__SWIG_0", "D_vtkImageHistogram_GetHistogramImageSize__SWIG_0")); mixin(bindCode("vtkImageHistogram_GetHistogramImageSize__SWIG_1", "D_vtkImageHistogram_GetHistogramImageSize__SWIG_1")); mixin(bindCode("vtkImageHistogram_GetHistogramImageSize__SWIG_2", "D_vtkImageHistogram_GetHistogramImageSize__SWIG_2")); mixin(bindCode("vtkImageHistogram_SetHistogramImageScale", "D_vtkImageHistogram_SetHistogramImageScale")); mixin(bindCode("vtkImageHistogram_GetHistogramImageScaleMinValue", "D_vtkImageHistogram_GetHistogramImageScaleMinValue")); mixin(bindCode("vtkImageHistogram_GetHistogramImageScaleMaxValue", "D_vtkImageHistogram_GetHistogramImageScaleMaxValue")); mixin(bindCode("vtkImageHistogram_SetHistogramImageScaleToLinear", "D_vtkImageHistogram_SetHistogramImageScaleToLinear")); mixin(bindCode("vtkImageHistogram_SetHistogramImageScaleToLog", "D_vtkImageHistogram_SetHistogramImageScaleToLog")); mixin(bindCode("vtkImageHistogram_SetHistogramImageScaleToSqrt", "D_vtkImageHistogram_SetHistogramImageScaleToSqrt")); mixin(bindCode("vtkImageHistogram_GetHistogramImageScale", "D_vtkImageHistogram_GetHistogramImageScale")); mixin(bindCode("vtkImageHistogram_GetHistogramImageScaleAsString", "D_vtkImageHistogram_GetHistogramImageScaleAsString")); mixin(bindCode("vtkImageHistogram_GetHistogram", "D_vtkImageHistogram_GetHistogram")); mixin(bindCode("vtkImageHistogram_GetTotal", "D_vtkImageHistogram_GetTotal")); mixin(bindCode("vtkImageHistogram_Upcast", "D_vtkImageHistogram_Upcast")); mixin(bindCode("vtkImageHistogramStatistics_New", "D_vtkImageHistogramStatistics_New")); mixin(bindCode("vtkImageHistogramStatistics_IsTypeOf", "D_vtkImageHistogramStatistics_IsTypeOf")); mixin(bindCode("vtkImageHistogramStatistics_SafeDownCast", "D_vtkImageHistogramStatistics_SafeDownCast")); mixin(bindCode("vtkImageHistogramStatistics_NewInstance", "D_vtkImageHistogramStatistics_NewInstance")); mixin(bindCode("vtkImageHistogramStatistics_GetMinimum", "D_vtkImageHistogramStatistics_GetMinimum")); mixin(bindCode("vtkImageHistogramStatistics_GetMaximum", "D_vtkImageHistogramStatistics_GetMaximum")); mixin(bindCode("vtkImageHistogramStatistics_GetMean", "D_vtkImageHistogramStatistics_GetMean")); mixin(bindCode("vtkImageHistogramStatistics_GetMedian", "D_vtkImageHistogramStatistics_GetMedian")); mixin(bindCode("vtkImageHistogramStatistics_GetStandardDeviation", "D_vtkImageHistogramStatistics_GetStandardDeviation")); mixin(bindCode("vtkImageHistogramStatistics_SetAutoRangePercentiles__SWIG_0", "D_vtkImageHistogramStatistics_SetAutoRangePercentiles__SWIG_0")); mixin(bindCode("vtkImageHistogramStatistics_SetAutoRangePercentiles__SWIG_1", "D_vtkImageHistogramStatistics_SetAutoRangePercentiles__SWIG_1")); mixin(bindCode("vtkImageHistogramStatistics_GetAutoRangePercentiles__SWIG_0", "D_vtkImageHistogramStatistics_GetAutoRangePercentiles__SWIG_0")); mixin(bindCode("vtkImageHistogramStatistics_GetAutoRangePercentiles__SWIG_1", "D_vtkImageHistogramStatistics_GetAutoRangePercentiles__SWIG_1")); mixin(bindCode("vtkImageHistogramStatistics_GetAutoRangePercentiles__SWIG_2", "D_vtkImageHistogramStatistics_GetAutoRangePercentiles__SWIG_2")); mixin(bindCode("vtkImageHistogramStatistics_SetAutoRangeExpansionFactors__SWIG_0", "D_vtkImageHistogramStatistics_SetAutoRangeExpansionFactors__SWIG_0")); mixin(bindCode("vtkImageHistogramStatistics_SetAutoRangeExpansionFactors__SWIG_1", "D_vtkImageHistogramStatistics_SetAutoRangeExpansionFactors__SWIG_1")); mixin(bindCode("vtkImageHistogramStatistics_GetAutoRangeExpansionFactors__SWIG_0", "D_vtkImageHistogramStatistics_GetAutoRangeExpansionFactors__SWIG_0")); mixin(bindCode("vtkImageHistogramStatistics_GetAutoRangeExpansionFactors__SWIG_1", "D_vtkImageHistogramStatistics_GetAutoRangeExpansionFactors__SWIG_1")); mixin(bindCode("vtkImageHistogramStatistics_GetAutoRangeExpansionFactors__SWIG_2", "D_vtkImageHistogramStatistics_GetAutoRangeExpansionFactors__SWIG_2")); mixin(bindCode("vtkImageHistogramStatistics_GetAutoRange__SWIG_0", "D_vtkImageHistogramStatistics_GetAutoRange__SWIG_0")); mixin(bindCode("vtkImageHistogramStatistics_GetAutoRange__SWIG_1", "D_vtkImageHistogramStatistics_GetAutoRange__SWIG_1")); mixin(bindCode("vtkImageHistogramStatistics_GetAutoRange__SWIG_2", "D_vtkImageHistogramStatistics_GetAutoRange__SWIG_2")); mixin(bindCode("vtkImageHistogramStatistics_Upcast", "D_vtkImageHistogramStatistics_Upcast")); mixin(bindCode("vtkKCoreDecomposition_New", "D_vtkKCoreDecomposition_New")); mixin(bindCode("vtkKCoreDecomposition_IsTypeOf", "D_vtkKCoreDecomposition_IsTypeOf")); mixin(bindCode("vtkKCoreDecomposition_SafeDownCast", "D_vtkKCoreDecomposition_SafeDownCast")); mixin(bindCode("vtkKCoreDecomposition_NewInstance", "D_vtkKCoreDecomposition_NewInstance")); mixin(bindCode("vtkKCoreDecomposition_SetOutputArrayName", "D_vtkKCoreDecomposition_SetOutputArrayName")); mixin(bindCode("vtkKCoreDecomposition_SetUseInDegreeNeighbors", "D_vtkKCoreDecomposition_SetUseInDegreeNeighbors")); mixin(bindCode("vtkKCoreDecomposition_GetUseInDegreeNeighbors", "D_vtkKCoreDecomposition_GetUseInDegreeNeighbors")); mixin(bindCode("vtkKCoreDecomposition_UseInDegreeNeighborsOn", "D_vtkKCoreDecomposition_UseInDegreeNeighborsOn")); mixin(bindCode("vtkKCoreDecomposition_UseInDegreeNeighborsOff", "D_vtkKCoreDecomposition_UseInDegreeNeighborsOff")); mixin(bindCode("vtkKCoreDecomposition_SetUseOutDegreeNeighbors", "D_vtkKCoreDecomposition_SetUseOutDegreeNeighbors")); mixin(bindCode("vtkKCoreDecomposition_GetUseOutDegreeNeighbors", "D_vtkKCoreDecomposition_GetUseOutDegreeNeighbors")); mixin(bindCode("vtkKCoreDecomposition_UseOutDegreeNeighborsOn", "D_vtkKCoreDecomposition_UseOutDegreeNeighborsOn")); mixin(bindCode("vtkKCoreDecomposition_UseOutDegreeNeighborsOff", "D_vtkKCoreDecomposition_UseOutDegreeNeighborsOff")); mixin(bindCode("vtkKCoreDecomposition_SetCheckInputGraph", "D_vtkKCoreDecomposition_SetCheckInputGraph")); mixin(bindCode("vtkKCoreDecomposition_GetCheckInputGraph", "D_vtkKCoreDecomposition_GetCheckInputGraph")); mixin(bindCode("vtkKCoreDecomposition_CheckInputGraphOn", "D_vtkKCoreDecomposition_CheckInputGraphOn")); mixin(bindCode("vtkKCoreDecomposition_CheckInputGraphOff", "D_vtkKCoreDecomposition_CheckInputGraphOff")); mixin(bindCode("vtkKCoreDecomposition_Upcast", "D_vtkKCoreDecomposition_Upcast")); mixin(bindCode("vtkStructuredExtent_New", "D_vtkStructuredExtent_New")); mixin(bindCode("vtkStructuredExtent_IsTypeOf", "D_vtkStructuredExtent_IsTypeOf")); mixin(bindCode("vtkStructuredExtent_SafeDownCast", "D_vtkStructuredExtent_SafeDownCast")); mixin(bindCode("vtkStructuredExtent_NewInstance", "D_vtkStructuredExtent_NewInstance")); mixin(bindCode("vtkStructuredExtent_Clamp", "D_vtkStructuredExtent_Clamp")); mixin(bindCode("vtkStructuredExtent_StrictlySmaller", "D_vtkStructuredExtent_StrictlySmaller")); mixin(bindCode("vtkStructuredExtent_Smaller", "D_vtkStructuredExtent_Smaller")); mixin(bindCode("vtkStructuredExtent_Grow", "D_vtkStructuredExtent_Grow")); mixin(bindCode("vtkStructuredExtent_Transform", "D_vtkStructuredExtent_Transform")); mixin(bindCode("vtkStructuredExtent_GetDimensions", "D_vtkStructuredExtent_GetDimensions")); mixin(bindCode("new_vtkStructuredExtent", "D_new_vtkStructuredExtent")); mixin(bindCode("delete_vtkStructuredExtent", "D_delete_vtkStructuredExtent")); mixin(bindCode("vtkStructuredExtent_Upcast", "D_vtkStructuredExtent_Upcast")); mixin(bindCode("vtkXMLTreeReader_New", "D_vtkXMLTreeReader_New")); mixin(bindCode("vtkXMLTreeReader_IsTypeOf", "D_vtkXMLTreeReader_IsTypeOf")); mixin(bindCode("vtkXMLTreeReader_SafeDownCast", "D_vtkXMLTreeReader_SafeDownCast")); mixin(bindCode("vtkXMLTreeReader_NewInstance", "D_vtkXMLTreeReader_NewInstance")); mixin(bindCode("vtkXMLTreeReader_GetFileName", "D_vtkXMLTreeReader_GetFileName")); mixin(bindCode("vtkXMLTreeReader_SetFileName", "D_vtkXMLTreeReader_SetFileName")); mixin(bindCode("vtkXMLTreeReader_GetXMLString", "D_vtkXMLTreeReader_GetXMLString")); mixin(bindCode("vtkXMLTreeReader_SetXMLString", "D_vtkXMLTreeReader_SetXMLString")); mixin(bindCode("vtkXMLTreeReader_GetEdgePedigreeIdArrayName", "D_vtkXMLTreeReader_GetEdgePedigreeIdArrayName")); mixin(bindCode("vtkXMLTreeReader_SetEdgePedigreeIdArrayName", "D_vtkXMLTreeReader_SetEdgePedigreeIdArrayName")); mixin(bindCode("vtkXMLTreeReader_GetVertexPedigreeIdArrayName", "D_vtkXMLTreeReader_GetVertexPedigreeIdArrayName")); mixin(bindCode("vtkXMLTreeReader_SetVertexPedigreeIdArrayName", "D_vtkXMLTreeReader_SetVertexPedigreeIdArrayName")); mixin(bindCode("vtkXMLTreeReader_SetGenerateEdgePedigreeIds", "D_vtkXMLTreeReader_SetGenerateEdgePedigreeIds")); mixin(bindCode("vtkXMLTreeReader_GetGenerateEdgePedigreeIds", "D_vtkXMLTreeReader_GetGenerateEdgePedigreeIds")); mixin(bindCode("vtkXMLTreeReader_GenerateEdgePedigreeIdsOn", "D_vtkXMLTreeReader_GenerateEdgePedigreeIdsOn")); mixin(bindCode("vtkXMLTreeReader_GenerateEdgePedigreeIdsOff", "D_vtkXMLTreeReader_GenerateEdgePedigreeIdsOff")); mixin(bindCode("vtkXMLTreeReader_SetGenerateVertexPedigreeIds", "D_vtkXMLTreeReader_SetGenerateVertexPedigreeIds")); mixin(bindCode("vtkXMLTreeReader_GetGenerateVertexPedigreeIds", "D_vtkXMLTreeReader_GetGenerateVertexPedigreeIds")); mixin(bindCode("vtkXMLTreeReader_GenerateVertexPedigreeIdsOn", "D_vtkXMLTreeReader_GenerateVertexPedigreeIdsOn")); mixin(bindCode("vtkXMLTreeReader_GenerateVertexPedigreeIdsOff", "D_vtkXMLTreeReader_GenerateVertexPedigreeIdsOff")); mixin(bindCode("vtkXMLTreeReader_GetMaskArrays", "D_vtkXMLTreeReader_GetMaskArrays")); mixin(bindCode("vtkXMLTreeReader_SetMaskArrays", "D_vtkXMLTreeReader_SetMaskArrays")); mixin(bindCode("vtkXMLTreeReader_MaskArraysOn", "D_vtkXMLTreeReader_MaskArraysOn")); mixin(bindCode("vtkXMLTreeReader_MaskArraysOff", "D_vtkXMLTreeReader_MaskArraysOff")); mixin(bindCode("vtkXMLTreeReader_GetReadCharData", "D_vtkXMLTreeReader_GetReadCharData")); mixin(bindCode("vtkXMLTreeReader_SetReadCharData", "D_vtkXMLTreeReader_SetReadCharData")); mixin(bindCode("vtkXMLTreeReader_ReadCharDataOn", "D_vtkXMLTreeReader_ReadCharDataOn")); mixin(bindCode("vtkXMLTreeReader_ReadCharDataOff", "D_vtkXMLTreeReader_ReadCharDataOff")); mixin(bindCode("vtkXMLTreeReader_GetReadTagName", "D_vtkXMLTreeReader_GetReadTagName")); mixin(bindCode("vtkXMLTreeReader_SetReadTagName", "D_vtkXMLTreeReader_SetReadTagName")); mixin(bindCode("vtkXMLTreeReader_ReadTagNameOn", "D_vtkXMLTreeReader_ReadTagNameOn")); mixin(bindCode("vtkXMLTreeReader_ReadTagNameOff", "D_vtkXMLTreeReader_ReadTagNameOff")); mixin(bindCode("vtkXMLTreeReader_TagNameField_set", "D_vtkXMLTreeReader_TagNameField_set")); mixin(bindCode("vtkXMLTreeReader_TagNameField_get", "D_vtkXMLTreeReader_TagNameField_get")); mixin(bindCode("vtkXMLTreeReader_CharDataField_set", "D_vtkXMLTreeReader_CharDataField_set")); mixin(bindCode("vtkXMLTreeReader_CharDataField_get", "D_vtkXMLTreeReader_CharDataField_get")); mixin(bindCode("vtkXMLTreeReader_Upcast", "D_vtkXMLTreeReader_Upcast")); mixin(bindCode("vtkPlotPoints_IsTypeOf", "D_vtkPlotPoints_IsTypeOf")); mixin(bindCode("vtkPlotPoints_SafeDownCast", "D_vtkPlotPoints_SafeDownCast")); mixin(bindCode("vtkPlotPoints_NewInstance", "D_vtkPlotPoints_NewInstance")); mixin(bindCode("vtkPlotPoints_New", "D_vtkPlotPoints_New")); mixin(bindCode("vtkPlotPoints_SetLookupTable", "D_vtkPlotPoints_SetLookupTable")); mixin(bindCode("vtkPlotPoints_GetLookupTable", "D_vtkPlotPoints_GetLookupTable")); mixin(bindCode("vtkPlotPoints_CreateDefaultLookupTable", "D_vtkPlotPoints_CreateDefaultLookupTable")); mixin(bindCode("vtkPlotPoints_SetScalarVisibility", "D_vtkPlotPoints_SetScalarVisibility")); mixin(bindCode("vtkPlotPoints_GetScalarVisibility", "D_vtkPlotPoints_GetScalarVisibility")); mixin(bindCode("vtkPlotPoints_ScalarVisibilityOn", "D_vtkPlotPoints_ScalarVisibilityOn")); mixin(bindCode("vtkPlotPoints_ScalarVisibilityOff", "D_vtkPlotPoints_ScalarVisibilityOff")); mixin(bindCode("vtkPlotPoints_SelectColorArray__SWIG_0", "D_vtkPlotPoints_SelectColorArray__SWIG_0")); mixin(bindCode("vtkPlotPoints_SelectColorArray__SWIG_1", "D_vtkPlotPoints_SelectColorArray__SWIG_1")); mixin(bindCode("vtkPlotPoints_GetColorArrayName", "D_vtkPlotPoints_GetColorArrayName")); mixin(bindCode("vtkPlotPoints_GetMarkerStyle", "D_vtkPlotPoints_GetMarkerStyle")); mixin(bindCode("vtkPlotPoints_SetMarkerStyle", "D_vtkPlotPoints_SetMarkerStyle")); mixin(bindCode("vtkPlotPoints_GetMarkerSize", "D_vtkPlotPoints_GetMarkerSize")); mixin(bindCode("vtkPlotPoints_SetMarkerSize", "D_vtkPlotPoints_SetMarkerSize")); mixin(bindCode("vtkPlotPoints_GetValidPointMaskName", "D_vtkPlotPoints_GetValidPointMaskName")); mixin(bindCode("vtkPlotPoints_SetValidPointMaskName", "D_vtkPlotPoints_SetValidPointMaskName")); mixin(bindCode("new_vtkPlotPoints", "D_new_vtkPlotPoints")); mixin(bindCode("delete_vtkPlotPoints", "D_delete_vtkPlotPoints")); mixin(bindCode("vtkPlotPoints_Upcast", "D_vtkPlotPoints_Upcast")); mixin(bindCode("vtkPlotLine_IsTypeOf", "D_vtkPlotLine_IsTypeOf")); mixin(bindCode("vtkPlotLine_SafeDownCast", "D_vtkPlotLine_SafeDownCast")); mixin(bindCode("vtkPlotLine_NewInstance", "D_vtkPlotLine_NewInstance")); mixin(bindCode("vtkPlotLine_New", "D_vtkPlotLine_New")); mixin(bindCode("new_vtkPlotLine", "D_new_vtkPlotLine")); mixin(bindCode("delete_vtkPlotLine", "D_delete_vtkPlotLine")); mixin(bindCode("vtkPlotLine_Upcast", "D_vtkPlotLine_Upcast")); mixin(bindCode("vtkDelimitedTextReader_New", "D_vtkDelimitedTextReader_New")); mixin(bindCode("vtkDelimitedTextReader_IsTypeOf", "D_vtkDelimitedTextReader_IsTypeOf")); mixin(bindCode("vtkDelimitedTextReader_SafeDownCast", "D_vtkDelimitedTextReader_SafeDownCast")); mixin(bindCode("vtkDelimitedTextReader_NewInstance", "D_vtkDelimitedTextReader_NewInstance")); mixin(bindCode("vtkDelimitedTextReader_GetFileName", "D_vtkDelimitedTextReader_GetFileName")); mixin(bindCode("vtkDelimitedTextReader_SetFileName", "D_vtkDelimitedTextReader_SetFileName")); mixin(bindCode("vtkDelimitedTextReader_GetUnicodeCharacterSet", "D_vtkDelimitedTextReader_GetUnicodeCharacterSet")); mixin(bindCode("vtkDelimitedTextReader_SetUnicodeCharacterSet", "D_vtkDelimitedTextReader_SetUnicodeCharacterSet")); mixin(bindCode("vtkDelimitedTextReader_SetUTF8RecordDelimiters", "D_vtkDelimitedTextReader_SetUTF8RecordDelimiters")); mixin(bindCode("vtkDelimitedTextReader_GetUTF8RecordDelimiters", "D_vtkDelimitedTextReader_GetUTF8RecordDelimiters")); mixin(bindCode("vtkDelimitedTextReader_SetUnicodeRecordDelimiters", "D_vtkDelimitedTextReader_SetUnicodeRecordDelimiters")); mixin(bindCode("vtkDelimitedTextReader_GetUnicodeRecordDelimiters", "D_vtkDelimitedTextReader_GetUnicodeRecordDelimiters")); mixin(bindCode("vtkDelimitedTextReader_SetFieldDelimiterCharacters", "D_vtkDelimitedTextReader_SetFieldDelimiterCharacters")); mixin(bindCode("vtkDelimitedTextReader_GetFieldDelimiterCharacters", "D_vtkDelimitedTextReader_GetFieldDelimiterCharacters")); mixin(bindCode("vtkDelimitedTextReader_SetUTF8FieldDelimiters", "D_vtkDelimitedTextReader_SetUTF8FieldDelimiters")); mixin(bindCode("vtkDelimitedTextReader_GetUTF8FieldDelimiters", "D_vtkDelimitedTextReader_GetUTF8FieldDelimiters")); mixin(bindCode("vtkDelimitedTextReader_SetUnicodeFieldDelimiters", "D_vtkDelimitedTextReader_SetUnicodeFieldDelimiters")); mixin(bindCode("vtkDelimitedTextReader_GetUnicodeFieldDelimiters", "D_vtkDelimitedTextReader_GetUnicodeFieldDelimiters")); mixin(bindCode("vtkDelimitedTextReader_GetStringDelimiter", "D_vtkDelimitedTextReader_GetStringDelimiter")); mixin(bindCode("vtkDelimitedTextReader_SetStringDelimiter", "D_vtkDelimitedTextReader_SetStringDelimiter")); mixin(bindCode("vtkDelimitedTextReader_SetUTF8StringDelimiters", "D_vtkDelimitedTextReader_SetUTF8StringDelimiters")); mixin(bindCode("vtkDelimitedTextReader_GetUTF8StringDelimiters", "D_vtkDelimitedTextReader_GetUTF8StringDelimiters")); mixin(bindCode("vtkDelimitedTextReader_SetUnicodeStringDelimiters", "D_vtkDelimitedTextReader_SetUnicodeStringDelimiters")); mixin(bindCode("vtkDelimitedTextReader_GetUnicodeStringDelimiters", "D_vtkDelimitedTextReader_GetUnicodeStringDelimiters")); mixin(bindCode("vtkDelimitedTextReader_SetUseStringDelimiter", "D_vtkDelimitedTextReader_SetUseStringDelimiter")); mixin(bindCode("vtkDelimitedTextReader_GetUseStringDelimiter", "D_vtkDelimitedTextReader_GetUseStringDelimiter")); mixin(bindCode("vtkDelimitedTextReader_UseStringDelimiterOn", "D_vtkDelimitedTextReader_UseStringDelimiterOn")); mixin(bindCode("vtkDelimitedTextReader_UseStringDelimiterOff", "D_vtkDelimitedTextReader_UseStringDelimiterOff")); mixin(bindCode("vtkDelimitedTextReader_GetHaveHeaders", "D_vtkDelimitedTextReader_GetHaveHeaders")); mixin(bindCode("vtkDelimitedTextReader_SetHaveHeaders", "D_vtkDelimitedTextReader_SetHaveHeaders")); mixin(bindCode("vtkDelimitedTextReader_SetMergeConsecutiveDelimiters", "D_vtkDelimitedTextReader_SetMergeConsecutiveDelimiters")); mixin(bindCode("vtkDelimitedTextReader_GetMergeConsecutiveDelimiters", "D_vtkDelimitedTextReader_GetMergeConsecutiveDelimiters")); mixin(bindCode("vtkDelimitedTextReader_MergeConsecutiveDelimitersOn", "D_vtkDelimitedTextReader_MergeConsecutiveDelimitersOn")); mixin(bindCode("vtkDelimitedTextReader_MergeConsecutiveDelimitersOff", "D_vtkDelimitedTextReader_MergeConsecutiveDelimitersOff")); mixin(bindCode("vtkDelimitedTextReader_GetMaxRecords", "D_vtkDelimitedTextReader_GetMaxRecords")); mixin(bindCode("vtkDelimitedTextReader_SetMaxRecords", "D_vtkDelimitedTextReader_SetMaxRecords")); mixin(bindCode("vtkDelimitedTextReader_SetDetectNumericColumns", "D_vtkDelimitedTextReader_SetDetectNumericColumns")); mixin(bindCode("vtkDelimitedTextReader_GetDetectNumericColumns", "D_vtkDelimitedTextReader_GetDetectNumericColumns")); mixin(bindCode("vtkDelimitedTextReader_DetectNumericColumnsOn", "D_vtkDelimitedTextReader_DetectNumericColumnsOn")); mixin(bindCode("vtkDelimitedTextReader_DetectNumericColumnsOff", "D_vtkDelimitedTextReader_DetectNumericColumnsOff")); mixin(bindCode("vtkDelimitedTextReader_SetForceDouble", "D_vtkDelimitedTextReader_SetForceDouble")); mixin(bindCode("vtkDelimitedTextReader_GetForceDouble", "D_vtkDelimitedTextReader_GetForceDouble")); mixin(bindCode("vtkDelimitedTextReader_ForceDoubleOn", "D_vtkDelimitedTextReader_ForceDoubleOn")); mixin(bindCode("vtkDelimitedTextReader_ForceDoubleOff", "D_vtkDelimitedTextReader_ForceDoubleOff")); mixin(bindCode("vtkDelimitedTextReader_SetTrimWhitespacePriorToNumericConversion", "D_vtkDelimitedTextReader_SetTrimWhitespacePriorToNumericConversion")); mixin(bindCode("vtkDelimitedTextReader_GetTrimWhitespacePriorToNumericConversion", "D_vtkDelimitedTextReader_GetTrimWhitespacePriorToNumericConversion")); mixin(bindCode("vtkDelimitedTextReader_TrimWhitespacePriorToNumericConversionOn", "D_vtkDelimitedTextReader_TrimWhitespacePriorToNumericConversionOn")); mixin(bindCode("vtkDelimitedTextReader_TrimWhitespacePriorToNumericConversionOff", "D_vtkDelimitedTextReader_TrimWhitespacePriorToNumericConversionOff")); mixin(bindCode("vtkDelimitedTextReader_SetDefaultIntegerValue", "D_vtkDelimitedTextReader_SetDefaultIntegerValue")); mixin(bindCode("vtkDelimitedTextReader_GetDefaultIntegerValue", "D_vtkDelimitedTextReader_GetDefaultIntegerValue")); mixin(bindCode("vtkDelimitedTextReader_SetDefaultDoubleValue", "D_vtkDelimitedTextReader_SetDefaultDoubleValue")); mixin(bindCode("vtkDelimitedTextReader_GetDefaultDoubleValue", "D_vtkDelimitedTextReader_GetDefaultDoubleValue")); mixin(bindCode("vtkDelimitedTextReader_SetPedigreeIdArrayName", "D_vtkDelimitedTextReader_SetPedigreeIdArrayName")); mixin(bindCode("vtkDelimitedTextReader_GetPedigreeIdArrayName", "D_vtkDelimitedTextReader_GetPedigreeIdArrayName")); mixin(bindCode("vtkDelimitedTextReader_SetGeneratePedigreeIds", "D_vtkDelimitedTextReader_SetGeneratePedigreeIds")); mixin(bindCode("vtkDelimitedTextReader_GetGeneratePedigreeIds", "D_vtkDelimitedTextReader_GetGeneratePedigreeIds")); mixin(bindCode("vtkDelimitedTextReader_GeneratePedigreeIdsOn", "D_vtkDelimitedTextReader_GeneratePedigreeIdsOn")); mixin(bindCode("vtkDelimitedTextReader_GeneratePedigreeIdsOff", "D_vtkDelimitedTextReader_GeneratePedigreeIdsOff")); mixin(bindCode("vtkDelimitedTextReader_SetOutputPedigreeIds", "D_vtkDelimitedTextReader_SetOutputPedigreeIds")); mixin(bindCode("vtkDelimitedTextReader_GetOutputPedigreeIds", "D_vtkDelimitedTextReader_GetOutputPedigreeIds")); mixin(bindCode("vtkDelimitedTextReader_OutputPedigreeIdsOn", "D_vtkDelimitedTextReader_OutputPedigreeIdsOn")); mixin(bindCode("vtkDelimitedTextReader_OutputPedigreeIdsOff", "D_vtkDelimitedTextReader_OutputPedigreeIdsOff")); mixin(bindCode("vtkDelimitedTextReader_GetLastError", "D_vtkDelimitedTextReader_GetLastError")); mixin(bindCode("vtkDelimitedTextReader_SetReplacementCharacter", "D_vtkDelimitedTextReader_SetReplacementCharacter")); mixin(bindCode("vtkDelimitedTextReader_GetReplacementCharacter", "D_vtkDelimitedTextReader_GetReplacementCharacter")); mixin(bindCode("new_vtkDelimitedTextReader", "D_new_vtkDelimitedTextReader")); mixin(bindCode("delete_vtkDelimitedTextReader", "D_delete_vtkDelimitedTextReader")); mixin(bindCode("vtkDelimitedTextReader_Upcast", "D_vtkDelimitedTextReader_Upcast")); mixin(bindCode("vtkSTLReader_IsTypeOf", "D_vtkSTLReader_IsTypeOf")); mixin(bindCode("vtkSTLReader_SafeDownCast", "D_vtkSTLReader_SafeDownCast")); mixin(bindCode("vtkSTLReader_NewInstance", "D_vtkSTLReader_NewInstance")); mixin(bindCode("vtkSTLReader_New", "D_vtkSTLReader_New")); mixin(bindCode("vtkSTLReader_SetFileName", "D_vtkSTLReader_SetFileName")); mixin(bindCode("vtkSTLReader_GetFileName", "D_vtkSTLReader_GetFileName")); mixin(bindCode("vtkSTLReader_SetMerging", "D_vtkSTLReader_SetMerging")); mixin(bindCode("vtkSTLReader_GetMerging", "D_vtkSTLReader_GetMerging")); mixin(bindCode("vtkSTLReader_MergingOn", "D_vtkSTLReader_MergingOn")); mixin(bindCode("vtkSTLReader_MergingOff", "D_vtkSTLReader_MergingOff")); mixin(bindCode("vtkSTLReader_SetScalarTags", "D_vtkSTLReader_SetScalarTags")); mixin(bindCode("vtkSTLReader_GetScalarTags", "D_vtkSTLReader_GetScalarTags")); mixin(bindCode("vtkSTLReader_ScalarTagsOn", "D_vtkSTLReader_ScalarTagsOn")); mixin(bindCode("vtkSTLReader_ScalarTagsOff", "D_vtkSTLReader_ScalarTagsOff")); mixin(bindCode("vtkSTLReader_SetLocator", "D_vtkSTLReader_SetLocator")); mixin(bindCode("vtkSTLReader_GetLocator", "D_vtkSTLReader_GetLocator")); mixin(bindCode("vtkSTLReader_Upcast", "D_vtkSTLReader_Upcast")); mixin(bindCode("vtkAnnotation_IsTypeOf", "D_vtkAnnotation_IsTypeOf")); mixin(bindCode("vtkAnnotation_SafeDownCast", "D_vtkAnnotation_SafeDownCast")); mixin(bindCode("vtkAnnotation_NewInstance", "D_vtkAnnotation_NewInstance")); mixin(bindCode("vtkAnnotation_New", "D_vtkAnnotation_New")); mixin(bindCode("vtkAnnotation_GetSelection", "D_vtkAnnotation_GetSelection")); mixin(bindCode("vtkAnnotation_SetSelection", "D_vtkAnnotation_SetSelection")); mixin(bindCode("vtkAnnotation_GetData__SWIG_0", "D_vtkAnnotation_GetData__SWIG_0")); mixin(bindCode("vtkAnnotation_GetData__SWIG_1", "D_vtkAnnotation_GetData__SWIG_1")); mixin(bindCode("vtkAnnotation_GetData__SWIG_2", "D_vtkAnnotation_GetData__SWIG_2")); mixin(bindCode("vtkAnnotation_LABEL", "D_vtkAnnotation_LABEL")); mixin(bindCode("vtkAnnotation_COLOR", "D_vtkAnnotation_COLOR")); mixin(bindCode("vtkAnnotation_OPACITY", "D_vtkAnnotation_OPACITY")); mixin(bindCode("vtkAnnotation_ICON_INDEX", "D_vtkAnnotation_ICON_INDEX")); mixin(bindCode("vtkAnnotation_ENABLE", "D_vtkAnnotation_ENABLE")); mixin(bindCode("vtkAnnotation_HIDE", "D_vtkAnnotation_HIDE")); mixin(bindCode("vtkAnnotation_DATA", "D_vtkAnnotation_DATA")); mixin(bindCode("new_vtkAnnotation", "D_new_vtkAnnotation")); mixin(bindCode("delete_vtkAnnotation", "D_delete_vtkAnnotation")); mixin(bindCode("vtkAnnotation_Upcast", "D_vtkAnnotation_Upcast")); mixin(bindCode("vtkRectilinearSynchronizedTemplates_New", "D_vtkRectilinearSynchronizedTemplates_New")); mixin(bindCode("vtkRectilinearSynchronizedTemplates_IsTypeOf", "D_vtkRectilinearSynchronizedTemplates_IsTypeOf")); mixin(bindCode("vtkRectilinearSynchronizedTemplates_SafeDownCast", "D_vtkRectilinearSynchronizedTemplates_SafeDownCast")); mixin(bindCode("vtkRectilinearSynchronizedTemplates_NewInstance", "D_vtkRectilinearSynchronizedTemplates_NewInstance")); mixin(bindCode("vtkRectilinearSynchronizedTemplates_SetComputeNormals", "D_vtkRectilinearSynchronizedTemplates_SetComputeNormals")); mixin(bindCode("vtkRectilinearSynchronizedTemplates_GetComputeNormals", "D_vtkRectilinearSynchronizedTemplates_GetComputeNormals")); mixin(bindCode("vtkRectilinearSynchronizedTemplates_ComputeNormalsOn", "D_vtkRectilinearSynchronizedTemplates_ComputeNormalsOn")); mixin(bindCode("vtkRectilinearSynchronizedTemplates_ComputeNormalsOff", "D_vtkRectilinearSynchronizedTemplates_ComputeNormalsOff")); mixin(bindCode("vtkRectilinearSynchronizedTemplates_SetComputeGradients", "D_vtkRectilinearSynchronizedTemplates_SetComputeGradients")); mixin(bindCode("vtkRectilinearSynchronizedTemplates_GetComputeGradients", "D_vtkRectilinearSynchronizedTemplates_GetComputeGradients")); mixin(bindCode("vtkRectilinearSynchronizedTemplates_ComputeGradientsOn", "D_vtkRectilinearSynchronizedTemplates_ComputeGradientsOn")); mixin(bindCode("vtkRectilinearSynchronizedTemplates_ComputeGradientsOff", "D_vtkRectilinearSynchronizedTemplates_ComputeGradientsOff")); mixin(bindCode("vtkRectilinearSynchronizedTemplates_SetComputeScalars", "D_vtkRectilinearSynchronizedTemplates_SetComputeScalars")); mixin(bindCode("vtkRectilinearSynchronizedTemplates_GetComputeScalars", "D_vtkRectilinearSynchronizedTemplates_GetComputeScalars")); mixin(bindCode("vtkRectilinearSynchronizedTemplates_ComputeScalarsOn", "D_vtkRectilinearSynchronizedTemplates_ComputeScalarsOn")); mixin(bindCode("vtkRectilinearSynchronizedTemplates_ComputeScalarsOff", "D_vtkRectilinearSynchronizedTemplates_ComputeScalarsOff")); mixin(bindCode("vtkRectilinearSynchronizedTemplates_SetValue", "D_vtkRectilinearSynchronizedTemplates_SetValue")); mixin(bindCode("vtkRectilinearSynchronizedTemplates_GetValue", "D_vtkRectilinearSynchronizedTemplates_GetValue")); mixin(bindCode("vtkRectilinearSynchronizedTemplates_GetValues__SWIG_0", "D_vtkRectilinearSynchronizedTemplates_GetValues__SWIG_0")); mixin(bindCode("vtkRectilinearSynchronizedTemplates_GetValues__SWIG_1", "D_vtkRectilinearSynchronizedTemplates_GetValues__SWIG_1")); mixin(bindCode("vtkRectilinearSynchronizedTemplates_SetNumberOfContours", "D_vtkRectilinearSynchronizedTemplates_SetNumberOfContours")); mixin(bindCode("vtkRectilinearSynchronizedTemplates_GetNumberOfContours", "D_vtkRectilinearSynchronizedTemplates_GetNumberOfContours")); mixin(bindCode("vtkRectilinearSynchronizedTemplates_GenerateValues__SWIG_0", "D_vtkRectilinearSynchronizedTemplates_GenerateValues__SWIG_0")); mixin(bindCode("vtkRectilinearSynchronizedTemplates_GenerateValues__SWIG_1", "D_vtkRectilinearSynchronizedTemplates_GenerateValues__SWIG_1")); mixin(bindCode("vtkRectilinearSynchronizedTemplates_GetExecuteExtent", "D_vtkRectilinearSynchronizedTemplates_GetExecuteExtent")); mixin(bindCode("vtkRectilinearSynchronizedTemplates_SetArrayComponent", "D_vtkRectilinearSynchronizedTemplates_SetArrayComponent")); mixin(bindCode("vtkRectilinearSynchronizedTemplates_GetArrayComponent", "D_vtkRectilinearSynchronizedTemplates_GetArrayComponent")); mixin(bindCode("vtkRectilinearSynchronizedTemplates_SetGenerateTriangles", "D_vtkRectilinearSynchronizedTemplates_SetGenerateTriangles")); mixin(bindCode("vtkRectilinearSynchronizedTemplates_GetGenerateTriangles", "D_vtkRectilinearSynchronizedTemplates_GetGenerateTriangles")); mixin(bindCode("vtkRectilinearSynchronizedTemplates_GenerateTrianglesOn", "D_vtkRectilinearSynchronizedTemplates_GenerateTrianglesOn")); mixin(bindCode("vtkRectilinearSynchronizedTemplates_GenerateTrianglesOff", "D_vtkRectilinearSynchronizedTemplates_GenerateTrianglesOff")); mixin(bindCode("vtkRectilinearSynchronizedTemplates_ComputeSpacing", "D_vtkRectilinearSynchronizedTemplates_ComputeSpacing")); mixin(bindCode("vtkRectilinearSynchronizedTemplates_Upcast", "D_vtkRectilinearSynchronizedTemplates_Upcast")); mixin(bindCode("vtkDensifyPolyData_IsTypeOf", "D_vtkDensifyPolyData_IsTypeOf")); mixin(bindCode("vtkDensifyPolyData_SafeDownCast", "D_vtkDensifyPolyData_SafeDownCast")); mixin(bindCode("vtkDensifyPolyData_NewInstance", "D_vtkDensifyPolyData_NewInstance")); mixin(bindCode("vtkDensifyPolyData_New", "D_vtkDensifyPolyData_New")); mixin(bindCode("vtkDensifyPolyData_SetNumberOfSubdivisions", "D_vtkDensifyPolyData_SetNumberOfSubdivisions")); mixin(bindCode("vtkDensifyPolyData_GetNumberOfSubdivisions", "D_vtkDensifyPolyData_GetNumberOfSubdivisions")); mixin(bindCode("vtkDensifyPolyData_Upcast", "D_vtkDensifyPolyData_Upcast")); mixin(bindCode("vtkGenericProbeFilter_New", "D_vtkGenericProbeFilter_New")); mixin(bindCode("vtkGenericProbeFilter_IsTypeOf", "D_vtkGenericProbeFilter_IsTypeOf")); mixin(bindCode("vtkGenericProbeFilter_SafeDownCast", "D_vtkGenericProbeFilter_SafeDownCast")); mixin(bindCode("vtkGenericProbeFilter_NewInstance", "D_vtkGenericProbeFilter_NewInstance")); mixin(bindCode("vtkGenericProbeFilter_SetSourceData", "D_vtkGenericProbeFilter_SetSourceData")); mixin(bindCode("vtkGenericProbeFilter_GetSource", "D_vtkGenericProbeFilter_GetSource")); mixin(bindCode("vtkGenericProbeFilter_GetValidPoints", "D_vtkGenericProbeFilter_GetValidPoints")); mixin(bindCode("vtkGenericProbeFilter_Upcast", "D_vtkGenericProbeFilter_Upcast")); mixin(bindCode("VTK_SCALAR_MODE_INDEX_get", "D_VTK_SCALAR_MODE_INDEX_get")); mixin(bindCode("VTK_SCALAR_MODE_VALUE_get", "D_VTK_SCALAR_MODE_VALUE_get")); mixin(bindCode("vtkBandedPolyDataContourFilter_IsTypeOf", "D_vtkBandedPolyDataContourFilter_IsTypeOf")); mixin(bindCode("vtkBandedPolyDataContourFilter_SafeDownCast", "D_vtkBandedPolyDataContourFilter_SafeDownCast")); mixin(bindCode("vtkBandedPolyDataContourFilter_NewInstance", "D_vtkBandedPolyDataContourFilter_NewInstance")); mixin(bindCode("vtkBandedPolyDataContourFilter_New", "D_vtkBandedPolyDataContourFilter_New")); mixin(bindCode("vtkBandedPolyDataContourFilter_SetValue", "D_vtkBandedPolyDataContourFilter_SetValue")); mixin(bindCode("vtkBandedPolyDataContourFilter_GetValue", "D_vtkBandedPolyDataContourFilter_GetValue")); mixin(bindCode("vtkBandedPolyDataContourFilter_GetValues__SWIG_0", "D_vtkBandedPolyDataContourFilter_GetValues__SWIG_0")); mixin(bindCode("vtkBandedPolyDataContourFilter_GetValues__SWIG_1", "D_vtkBandedPolyDataContourFilter_GetValues__SWIG_1")); mixin(bindCode("vtkBandedPolyDataContourFilter_SetNumberOfContours", "D_vtkBandedPolyDataContourFilter_SetNumberOfContours")); mixin(bindCode("vtkBandedPolyDataContourFilter_GetNumberOfContours", "D_vtkBandedPolyDataContourFilter_GetNumberOfContours")); mixin(bindCode("vtkBandedPolyDataContourFilter_GenerateValues__SWIG_0", "D_vtkBandedPolyDataContourFilter_GenerateValues__SWIG_0")); mixin(bindCode("vtkBandedPolyDataContourFilter_GenerateValues__SWIG_1", "D_vtkBandedPolyDataContourFilter_GenerateValues__SWIG_1")); mixin(bindCode("vtkBandedPolyDataContourFilter_SetClipping", "D_vtkBandedPolyDataContourFilter_SetClipping")); mixin(bindCode("vtkBandedPolyDataContourFilter_GetClipping", "D_vtkBandedPolyDataContourFilter_GetClipping")); mixin(bindCode("vtkBandedPolyDataContourFilter_ClippingOn", "D_vtkBandedPolyDataContourFilter_ClippingOn")); mixin(bindCode("vtkBandedPolyDataContourFilter_ClippingOff", "D_vtkBandedPolyDataContourFilter_ClippingOff")); mixin(bindCode("vtkBandedPolyDataContourFilter_SetScalarMode", "D_vtkBandedPolyDataContourFilter_SetScalarMode")); mixin(bindCode("vtkBandedPolyDataContourFilter_GetScalarModeMinValue", "D_vtkBandedPolyDataContourFilter_GetScalarModeMinValue")); mixin(bindCode("vtkBandedPolyDataContourFilter_GetScalarModeMaxValue", "D_vtkBandedPolyDataContourFilter_GetScalarModeMaxValue")); mixin(bindCode("vtkBandedPolyDataContourFilter_GetScalarMode", "D_vtkBandedPolyDataContourFilter_GetScalarMode")); mixin(bindCode("vtkBandedPolyDataContourFilter_SetScalarModeToIndex", "D_vtkBandedPolyDataContourFilter_SetScalarModeToIndex")); mixin(bindCode("vtkBandedPolyDataContourFilter_SetScalarModeToValue", "D_vtkBandedPolyDataContourFilter_SetScalarModeToValue")); mixin(bindCode("vtkBandedPolyDataContourFilter_SetGenerateContourEdges", "D_vtkBandedPolyDataContourFilter_SetGenerateContourEdges")); mixin(bindCode("vtkBandedPolyDataContourFilter_GetGenerateContourEdges", "D_vtkBandedPolyDataContourFilter_GetGenerateContourEdges")); mixin(bindCode("vtkBandedPolyDataContourFilter_GenerateContourEdgesOn", "D_vtkBandedPolyDataContourFilter_GenerateContourEdgesOn")); mixin(bindCode("vtkBandedPolyDataContourFilter_GenerateContourEdgesOff", "D_vtkBandedPolyDataContourFilter_GenerateContourEdgesOff")); mixin(bindCode("vtkBandedPolyDataContourFilter_GetContourEdgesOutput", "D_vtkBandedPolyDataContourFilter_GetContourEdgesOutput")); mixin(bindCode("vtkBandedPolyDataContourFilter_Upcast", "D_vtkBandedPolyDataContourFilter_Upcast")); mixin(bindCode("VTK_AND_get", "D_VTK_AND_get")); mixin(bindCode("VTK_OR_get", "D_VTK_OR_get")); mixin(bindCode("VTK_XOR_get", "D_VTK_XOR_get")); mixin(bindCode("VTK_NAND_get", "D_VTK_NAND_get")); mixin(bindCode("VTK_NOR_get", "D_VTK_NOR_get")); mixin(bindCode("VTK_NOT_get", "D_VTK_NOT_get")); mixin(bindCode("VTK_NOP_get", "D_VTK_NOP_get")); mixin(bindCode("vtkImageLogic_New", "D_vtkImageLogic_New")); mixin(bindCode("vtkImageLogic_IsTypeOf", "D_vtkImageLogic_IsTypeOf")); mixin(bindCode("vtkImageLogic_SafeDownCast", "D_vtkImageLogic_SafeDownCast")); mixin(bindCode("vtkImageLogic_NewInstance", "D_vtkImageLogic_NewInstance")); mixin(bindCode("vtkImageLogic_SetOperation", "D_vtkImageLogic_SetOperation")); mixin(bindCode("vtkImageLogic_GetOperation", "D_vtkImageLogic_GetOperation")); mixin(bindCode("vtkImageLogic_SetOperationToAnd", "D_vtkImageLogic_SetOperationToAnd")); mixin(bindCode("vtkImageLogic_SetOperationToOr", "D_vtkImageLogic_SetOperationToOr")); mixin(bindCode("vtkImageLogic_SetOperationToXor", "D_vtkImageLogic_SetOperationToXor")); mixin(bindCode("vtkImageLogic_SetOperationToNand", "D_vtkImageLogic_SetOperationToNand")); mixin(bindCode("vtkImageLogic_SetOperationToNor", "D_vtkImageLogic_SetOperationToNor")); mixin(bindCode("vtkImageLogic_SetOperationToNot", "D_vtkImageLogic_SetOperationToNot")); mixin(bindCode("vtkImageLogic_SetOutputTrueValue", "D_vtkImageLogic_SetOutputTrueValue")); mixin(bindCode("vtkImageLogic_GetOutputTrueValue", "D_vtkImageLogic_GetOutputTrueValue")); mixin(bindCode("vtkImageLogic_SetInput1Data", "D_vtkImageLogic_SetInput1Data")); mixin(bindCode("vtkImageLogic_SetInput2Data", "D_vtkImageLogic_SetInput2Data")); mixin(bindCode("vtkImageLogic_Upcast", "D_vtkImageLogic_Upcast")); mixin(bindCode("vtkImageMaskBits_New", "D_vtkImageMaskBits_New")); mixin(bindCode("vtkImageMaskBits_IsTypeOf", "D_vtkImageMaskBits_IsTypeOf")); mixin(bindCode("vtkImageMaskBits_SafeDownCast", "D_vtkImageMaskBits_SafeDownCast")); mixin(bindCode("vtkImageMaskBits_NewInstance", "D_vtkImageMaskBits_NewInstance")); mixin(bindCode("vtkImageMaskBits_SetMasks__SWIG_0", "D_vtkImageMaskBits_SetMasks__SWIG_0")); mixin(bindCode("vtkImageMaskBits_SetMasks__SWIG_1", "D_vtkImageMaskBits_SetMasks__SWIG_1")); mixin(bindCode("vtkImageMaskBits_SetMask", "D_vtkImageMaskBits_SetMask")); mixin(bindCode("vtkImageMaskBits_SetMasks__SWIG_2", "D_vtkImageMaskBits_SetMasks__SWIG_2")); mixin(bindCode("vtkImageMaskBits_SetMasks__SWIG_3", "D_vtkImageMaskBits_SetMasks__SWIG_3")); mixin(bindCode("vtkImageMaskBits_GetMasks__SWIG_0", "D_vtkImageMaskBits_GetMasks__SWIG_0")); mixin(bindCode("vtkImageMaskBits_GetMasks__SWIG_1", "D_vtkImageMaskBits_GetMasks__SWIG_1")); mixin(bindCode("vtkImageMaskBits_GetMasks__SWIG_2", "D_vtkImageMaskBits_GetMasks__SWIG_2")); mixin(bindCode("vtkImageMaskBits_SetOperation", "D_vtkImageMaskBits_SetOperation")); mixin(bindCode("vtkImageMaskBits_GetOperation", "D_vtkImageMaskBits_GetOperation")); mixin(bindCode("vtkImageMaskBits_SetOperationToAnd", "D_vtkImageMaskBits_SetOperationToAnd")); mixin(bindCode("vtkImageMaskBits_SetOperationToOr", "D_vtkImageMaskBits_SetOperationToOr")); mixin(bindCode("vtkImageMaskBits_SetOperationToXor", "D_vtkImageMaskBits_SetOperationToXor")); mixin(bindCode("vtkImageMaskBits_SetOperationToNand", "D_vtkImageMaskBits_SetOperationToNand")); mixin(bindCode("vtkImageMaskBits_SetOperationToNor", "D_vtkImageMaskBits_SetOperationToNor")); mixin(bindCode("vtkImageMaskBits_Upcast", "D_vtkImageMaskBits_Upcast")); mixin(bindCode("vtkAdjacencyMatrixToEdgeTable_New", "D_vtkAdjacencyMatrixToEdgeTable_New")); mixin(bindCode("vtkAdjacencyMatrixToEdgeTable_IsTypeOf", "D_vtkAdjacencyMatrixToEdgeTable_IsTypeOf")); mixin(bindCode("vtkAdjacencyMatrixToEdgeTable_SafeDownCast", "D_vtkAdjacencyMatrixToEdgeTable_SafeDownCast")); mixin(bindCode("vtkAdjacencyMatrixToEdgeTable_NewInstance", "D_vtkAdjacencyMatrixToEdgeTable_NewInstance")); mixin(bindCode("vtkAdjacencyMatrixToEdgeTable_GetSourceDimension", "D_vtkAdjacencyMatrixToEdgeTable_GetSourceDimension")); mixin(bindCode("vtkAdjacencyMatrixToEdgeTable_SetSourceDimension", "D_vtkAdjacencyMatrixToEdgeTable_SetSourceDimension")); mixin(bindCode("vtkAdjacencyMatrixToEdgeTable_GetValueArrayName", "D_vtkAdjacencyMatrixToEdgeTable_GetValueArrayName")); mixin(bindCode("vtkAdjacencyMatrixToEdgeTable_SetValueArrayName", "D_vtkAdjacencyMatrixToEdgeTable_SetValueArrayName")); mixin(bindCode("vtkAdjacencyMatrixToEdgeTable_GetMinimumCount", "D_vtkAdjacencyMatrixToEdgeTable_GetMinimumCount")); mixin(bindCode("vtkAdjacencyMatrixToEdgeTable_SetMinimumCount", "D_vtkAdjacencyMatrixToEdgeTable_SetMinimumCount")); mixin(bindCode("vtkAdjacencyMatrixToEdgeTable_GetMinimumThreshold", "D_vtkAdjacencyMatrixToEdgeTable_GetMinimumThreshold")); mixin(bindCode("vtkAdjacencyMatrixToEdgeTable_SetMinimumThreshold", "D_vtkAdjacencyMatrixToEdgeTable_SetMinimumThreshold")); mixin(bindCode("vtkAdjacencyMatrixToEdgeTable_Upcast", "D_vtkAdjacencyMatrixToEdgeTable_Upcast")); mixin(bindCode("vtkEdgeLayout_New", "D_vtkEdgeLayout_New")); mixin(bindCode("vtkEdgeLayout_IsTypeOf", "D_vtkEdgeLayout_IsTypeOf")); mixin(bindCode("vtkEdgeLayout_SafeDownCast", "D_vtkEdgeLayout_SafeDownCast")); mixin(bindCode("vtkEdgeLayout_NewInstance", "D_vtkEdgeLayout_NewInstance")); mixin(bindCode("vtkEdgeLayout_SetLayoutStrategy", "D_vtkEdgeLayout_SetLayoutStrategy")); mixin(bindCode("vtkEdgeLayout_GetLayoutStrategy", "D_vtkEdgeLayout_GetLayoutStrategy")); mixin(bindCode("vtkEdgeLayout_Upcast", "D_vtkEdgeLayout_Upcast")); mixin(bindCode("vtkDefaultPass_New", "D_vtkDefaultPass_New")); mixin(bindCode("vtkDefaultPass_IsTypeOf", "D_vtkDefaultPass_IsTypeOf")); mixin(bindCode("vtkDefaultPass_SafeDownCast", "D_vtkDefaultPass_SafeDownCast")); mixin(bindCode("vtkDefaultPass_NewInstance", "D_vtkDefaultPass_NewInstance")); mixin(bindCode("vtkDefaultPass_Upcast", "D_vtkDefaultPass_Upcast")); mixin(bindCode("vtkVolumetricPass_New", "D_vtkVolumetricPass_New")); mixin(bindCode("vtkVolumetricPass_IsTypeOf", "D_vtkVolumetricPass_IsTypeOf")); mixin(bindCode("vtkVolumetricPass_SafeDownCast", "D_vtkVolumetricPass_SafeDownCast")); mixin(bindCode("vtkVolumetricPass_NewInstance", "D_vtkVolumetricPass_NewInstance")); mixin(bindCode("vtkVolumetricPass_Upcast", "D_vtkVolumetricPass_Upcast")); mixin(bindCode("vtkDataObjectCollection_New", "D_vtkDataObjectCollection_New")); mixin(bindCode("vtkDataObjectCollection_IsTypeOf", "D_vtkDataObjectCollection_IsTypeOf")); mixin(bindCode("vtkDataObjectCollection_SafeDownCast", "D_vtkDataObjectCollection_SafeDownCast")); mixin(bindCode("vtkDataObjectCollection_NewInstance", "D_vtkDataObjectCollection_NewInstance")); mixin(bindCode("vtkDataObjectCollection_AddItem", "D_vtkDataObjectCollection_AddItem")); mixin(bindCode("vtkDataObjectCollection_GetNextItem", "D_vtkDataObjectCollection_GetNextItem")); mixin(bindCode("vtkDataObjectCollection_GetItem", "D_vtkDataObjectCollection_GetItem")); mixin(bindCode("vtkDataObjectCollection_Upcast", "D_vtkDataObjectCollection_Upcast")); mixin(bindCode("vtkImageWeightedSum_New", "D_vtkImageWeightedSum_New")); mixin(bindCode("vtkImageWeightedSum_IsTypeOf", "D_vtkImageWeightedSum_IsTypeOf")); mixin(bindCode("vtkImageWeightedSum_SafeDownCast", "D_vtkImageWeightedSum_SafeDownCast")); mixin(bindCode("vtkImageWeightedSum_NewInstance", "D_vtkImageWeightedSum_NewInstance")); mixin(bindCode("vtkImageWeightedSum_SetWeights", "D_vtkImageWeightedSum_SetWeights")); mixin(bindCode("vtkImageWeightedSum_GetWeights", "D_vtkImageWeightedSum_GetWeights")); mixin(bindCode("vtkImageWeightedSum_SetWeight", "D_vtkImageWeightedSum_SetWeight")); mixin(bindCode("vtkImageWeightedSum_GetNormalizeByWeight", "D_vtkImageWeightedSum_GetNormalizeByWeight")); mixin(bindCode("vtkImageWeightedSum_SetNormalizeByWeight", "D_vtkImageWeightedSum_SetNormalizeByWeight")); mixin(bindCode("vtkImageWeightedSum_GetNormalizeByWeightMinValue", "D_vtkImageWeightedSum_GetNormalizeByWeightMinValue")); mixin(bindCode("vtkImageWeightedSum_GetNormalizeByWeightMaxValue", "D_vtkImageWeightedSum_GetNormalizeByWeightMaxValue")); mixin(bindCode("vtkImageWeightedSum_NormalizeByWeightOn", "D_vtkImageWeightedSum_NormalizeByWeightOn")); mixin(bindCode("vtkImageWeightedSum_NormalizeByWeightOff", "D_vtkImageWeightedSum_NormalizeByWeightOff")); mixin(bindCode("vtkImageWeightedSum_CalculateTotalWeight", "D_vtkImageWeightedSum_CalculateTotalWeight")); mixin(bindCode("vtkImageWeightedSum_Upcast", "D_vtkImageWeightedSum_Upcast")); mixin(bindCode("vtkContextMapper2D_IsTypeOf", "D_vtkContextMapper2D_IsTypeOf")); mixin(bindCode("vtkContextMapper2D_SafeDownCast", "D_vtkContextMapper2D_SafeDownCast")); mixin(bindCode("vtkContextMapper2D_NewInstance", "D_vtkContextMapper2D_NewInstance")); mixin(bindCode("vtkContextMapper2D_New", "D_vtkContextMapper2D_New")); mixin(bindCode("vtkContextMapper2D_SetInputData", "D_vtkContextMapper2D_SetInputData")); mixin(bindCode("vtkContextMapper2D_GetInput", "D_vtkContextMapper2D_GetInput")); mixin(bindCode("vtkContextMapper2D_GetInputArrayToProcess", "D_vtkContextMapper2D_GetInputArrayToProcess")); mixin(bindCode("vtkContextMapper2D_GetInputAbstractArrayToProcess", "D_vtkContextMapper2D_GetInputAbstractArrayToProcess")); mixin(bindCode("new_vtkContextMapper2D", "D_new_vtkContextMapper2D")); mixin(bindCode("delete_vtkContextMapper2D", "D_delete_vtkContextMapper2D")); mixin(bindCode("vtkContextMapper2D_Upcast", "D_vtkContextMapper2D_Upcast")); mixin(bindCode("vtkIdTypeArray_New", "D_vtkIdTypeArray_New")); mixin(bindCode("vtkIdTypeArray_IsTypeOf", "D_vtkIdTypeArray_IsTypeOf")); mixin(bindCode("vtkIdTypeArray_SafeDownCast", "D_vtkIdTypeArray_SafeDownCast")); mixin(bindCode("vtkIdTypeArray_NewInstance", "D_vtkIdTypeArray_NewInstance")); mixin(bindCode("vtkIdTypeArray_GetTupleValue", "D_vtkIdTypeArray_GetTupleValue")); mixin(bindCode("vtkIdTypeArray_SetTupleValue", "D_vtkIdTypeArray_SetTupleValue")); mixin(bindCode("vtkIdTypeArray_InsertTupleValue", "D_vtkIdTypeArray_InsertTupleValue")); mixin(bindCode("vtkIdTypeArray_InsertNextTupleValue", "D_vtkIdTypeArray_InsertNextTupleValue")); mixin(bindCode("vtkIdTypeArray_GetValue", "D_vtkIdTypeArray_GetValue")); mixin(bindCode("vtkIdTypeArray_SetValue", "D_vtkIdTypeArray_SetValue")); mixin(bindCode("vtkIdTypeArray_SetNumberOfValues", "D_vtkIdTypeArray_SetNumberOfValues")); mixin(bindCode("vtkIdTypeArray_InsertValue", "D_vtkIdTypeArray_InsertValue")); mixin(bindCode("vtkIdTypeArray_InsertNextValue", "D_vtkIdTypeArray_InsertNextValue")); mixin(bindCode("vtkIdTypeArray_GetValueRange__SWIG_0", "D_vtkIdTypeArray_GetValueRange__SWIG_0")); mixin(bindCode("vtkIdTypeArray_GetValueRange__SWIG_1", "D_vtkIdTypeArray_GetValueRange__SWIG_1")); mixin(bindCode("vtkIdTypeArray_GetDataTypeValueMin", "D_vtkIdTypeArray_GetDataTypeValueMin")); mixin(bindCode("vtkIdTypeArray_GetDataTypeValueMax", "D_vtkIdTypeArray_GetDataTypeValueMax")); mixin(bindCode("vtkIdTypeArray_WritePointer", "D_vtkIdTypeArray_WritePointer")); mixin(bindCode("vtkIdTypeArray_GetPointer", "D_vtkIdTypeArray_GetPointer")); mixin(bindCode("vtkIdTypeArray_SetArray__SWIG_0", "D_vtkIdTypeArray_SetArray__SWIG_0")); mixin(bindCode("vtkIdTypeArray_SetArray__SWIG_1", "D_vtkIdTypeArray_SetArray__SWIG_1")); mixin(bindCode("vtkIdTypeArray_Upcast", "D_vtkIdTypeArray_Upcast")); mixin(bindCode("vtkCameraRepresentation_New", "D_vtkCameraRepresentation_New")); mixin(bindCode("vtkCameraRepresentation_IsTypeOf", "D_vtkCameraRepresentation_IsTypeOf")); mixin(bindCode("vtkCameraRepresentation_SafeDownCast", "D_vtkCameraRepresentation_SafeDownCast")); mixin(bindCode("vtkCameraRepresentation_NewInstance", "D_vtkCameraRepresentation_NewInstance")); mixin(bindCode("vtkCameraRepresentation_SetCamera", "D_vtkCameraRepresentation_SetCamera")); mixin(bindCode("vtkCameraRepresentation_GetCamera", "D_vtkCameraRepresentation_GetCamera")); mixin(bindCode("vtkCameraRepresentation_SetInterpolator", "D_vtkCameraRepresentation_SetInterpolator")); mixin(bindCode("vtkCameraRepresentation_GetInterpolator", "D_vtkCameraRepresentation_GetInterpolator")); mixin(bindCode("vtkCameraRepresentation_SetNumberOfFrames", "D_vtkCameraRepresentation_SetNumberOfFrames")); mixin(bindCode("vtkCameraRepresentation_GetNumberOfFramesMinValue", "D_vtkCameraRepresentation_GetNumberOfFramesMinValue")); mixin(bindCode("vtkCameraRepresentation_GetNumberOfFramesMaxValue", "D_vtkCameraRepresentation_GetNumberOfFramesMaxValue")); mixin(bindCode("vtkCameraRepresentation_GetNumberOfFrames", "D_vtkCameraRepresentation_GetNumberOfFrames")); mixin(bindCode("vtkCameraRepresentation_GetProperty", "D_vtkCameraRepresentation_GetProperty")); mixin(bindCode("vtkCameraRepresentation_AddCameraToPath", "D_vtkCameraRepresentation_AddCameraToPath")); mixin(bindCode("vtkCameraRepresentation_AnimatePath", "D_vtkCameraRepresentation_AnimatePath")); mixin(bindCode("vtkCameraRepresentation_InitializePath", "D_vtkCameraRepresentation_InitializePath")); mixin(bindCode("vtkCameraRepresentation_Upcast", "D_vtkCameraRepresentation_Upcast")); mixin(bindCode("vtkServerSocket_New", "D_vtkServerSocket_New")); mixin(bindCode("vtkServerSocket_IsTypeOf", "D_vtkServerSocket_IsTypeOf")); mixin(bindCode("vtkServerSocket_SafeDownCast", "D_vtkServerSocket_SafeDownCast")); mixin(bindCode("vtkServerSocket_NewInstance", "D_vtkServerSocket_NewInstance")); mixin(bindCode("vtkServerSocket_CreateServer", "D_vtkServerSocket_CreateServer")); mixin(bindCode("vtkServerSocket_WaitForConnection__SWIG_0", "D_vtkServerSocket_WaitForConnection__SWIG_0")); mixin(bindCode("vtkServerSocket_WaitForConnection__SWIG_1", "D_vtkServerSocket_WaitForConnection__SWIG_1")); mixin(bindCode("vtkServerSocket_GetServerPort", "D_vtkServerSocket_GetServerPort")); mixin(bindCode("vtkServerSocket_Upcast", "D_vtkServerSocket_Upcast")); mixin(bindCode("vtkCylindricalTransform_New", "D_vtkCylindricalTransform_New")); mixin(bindCode("vtkCylindricalTransform_IsTypeOf", "D_vtkCylindricalTransform_IsTypeOf")); mixin(bindCode("vtkCylindricalTransform_SafeDownCast", "D_vtkCylindricalTransform_SafeDownCast")); mixin(bindCode("vtkCylindricalTransform_NewInstance", "D_vtkCylindricalTransform_NewInstance")); mixin(bindCode("vtkCylindricalTransform_Upcast", "D_vtkCylindricalTransform_Upcast")); mixin(bindCode("VTK_IMAGE_BLEND_MODE_NORMAL_get", "D_VTK_IMAGE_BLEND_MODE_NORMAL_get")); mixin(bindCode("VTK_IMAGE_BLEND_MODE_COMPOUND_get", "D_VTK_IMAGE_BLEND_MODE_COMPOUND_get")); mixin(bindCode("vtkImageBlend_New", "D_vtkImageBlend_New")); mixin(bindCode("vtkImageBlend_IsTypeOf", "D_vtkImageBlend_IsTypeOf")); mixin(bindCode("vtkImageBlend_SafeDownCast", "D_vtkImageBlend_SafeDownCast")); mixin(bindCode("vtkImageBlend_NewInstance", "D_vtkImageBlend_NewInstance")); mixin(bindCode("vtkImageBlend_ReplaceNthInputConnection", "D_vtkImageBlend_ReplaceNthInputConnection")); mixin(bindCode("vtkImageBlend_SetInputData__SWIG_0", "D_vtkImageBlend_SetInputData__SWIG_0")); mixin(bindCode("vtkImageBlend_SetInputData__SWIG_1", "D_vtkImageBlend_SetInputData__SWIG_1")); mixin(bindCode("vtkImageBlend_GetInput__SWIG_0", "D_vtkImageBlend_GetInput__SWIG_0")); mixin(bindCode("vtkImageBlend_GetInput__SWIG_1", "D_vtkImageBlend_GetInput__SWIG_1")); mixin(bindCode("vtkImageBlend_GetNumberOfInputs", "D_vtkImageBlend_GetNumberOfInputs")); mixin(bindCode("vtkImageBlend_SetOpacity", "D_vtkImageBlend_SetOpacity")); mixin(bindCode("vtkImageBlend_GetOpacity", "D_vtkImageBlend_GetOpacity")); mixin(bindCode("vtkImageBlend_SetStencilConnection", "D_vtkImageBlend_SetStencilConnection")); mixin(bindCode("vtkImageBlend_SetStencilData", "D_vtkImageBlend_SetStencilData")); mixin(bindCode("vtkImageBlend_GetStencil", "D_vtkImageBlend_GetStencil")); mixin(bindCode("vtkImageBlend_SetBlendMode", "D_vtkImageBlend_SetBlendMode")); mixin(bindCode("vtkImageBlend_GetBlendModeMinValue", "D_vtkImageBlend_GetBlendModeMinValue")); mixin(bindCode("vtkImageBlend_GetBlendModeMaxValue", "D_vtkImageBlend_GetBlendModeMaxValue")); mixin(bindCode("vtkImageBlend_GetBlendMode", "D_vtkImageBlend_GetBlendMode")); mixin(bindCode("vtkImageBlend_SetBlendModeToNormal", "D_vtkImageBlend_SetBlendModeToNormal")); mixin(bindCode("vtkImageBlend_SetBlendModeToCompound", "D_vtkImageBlend_SetBlendModeToCompound")); mixin(bindCode("vtkImageBlend_GetBlendModeAsString", "D_vtkImageBlend_GetBlendModeAsString")); mixin(bindCode("vtkImageBlend_SetCompoundThreshold", "D_vtkImageBlend_SetCompoundThreshold")); mixin(bindCode("vtkImageBlend_GetCompoundThreshold", "D_vtkImageBlend_GetCompoundThreshold")); mixin(bindCode("vtkImageBlend_Upcast", "D_vtkImageBlend_Upcast")); mixin(bindCode("vtkChartMatrix_IsTypeOf", "D_vtkChartMatrix_IsTypeOf")); mixin(bindCode("vtkChartMatrix_SafeDownCast", "D_vtkChartMatrix_SafeDownCast")); mixin(bindCode("vtkChartMatrix_NewInstance", "D_vtkChartMatrix_NewInstance")); mixin(bindCode("vtkChartMatrix_New", "D_vtkChartMatrix_New")); mixin(bindCode("vtkChartMatrix_SetSize", "D_vtkChartMatrix_SetSize")); mixin(bindCode("vtkChartMatrix_GetSize", "D_vtkChartMatrix_GetSize")); mixin(bindCode("vtkChartMatrix_SetBorders", "D_vtkChartMatrix_SetBorders")); mixin(bindCode("vtkChartMatrix_GetBorders", "D_vtkChartMatrix_GetBorders")); mixin(bindCode("vtkChartMatrix_SetGutter", "D_vtkChartMatrix_SetGutter")); mixin(bindCode("vtkChartMatrix_GetGutter", "D_vtkChartMatrix_GetGutter")); mixin(bindCode("vtkChartMatrix_Allocate", "D_vtkChartMatrix_Allocate")); mixin(bindCode("vtkChartMatrix_SetChart", "D_vtkChartMatrix_SetChart")); mixin(bindCode("vtkChartMatrix_GetChart", "D_vtkChartMatrix_GetChart")); mixin(bindCode("vtkChartMatrix_SetChartSpan", "D_vtkChartMatrix_SetChartSpan")); mixin(bindCode("vtkChartMatrix_GetChartSpan", "D_vtkChartMatrix_GetChartSpan")); mixin(bindCode("vtkChartMatrix_GetChartIndex", "D_vtkChartMatrix_GetChartIndex")); mixin(bindCode("vtkChartMatrix_Upcast", "D_vtkChartMatrix_Upcast")); mixin(bindCode("vtkScatterPlotMatrix_IsTypeOf", "D_vtkScatterPlotMatrix_IsTypeOf")); mixin(bindCode("vtkScatterPlotMatrix_SafeDownCast", "D_vtkScatterPlotMatrix_SafeDownCast")); mixin(bindCode("vtkScatterPlotMatrix_NewInstance", "D_vtkScatterPlotMatrix_NewInstance")); mixin(bindCode("vtkScatterPlotMatrix_New", "D_vtkScatterPlotMatrix_New")); mixin(bindCode("vtkScatterPlotMatrix_SetActivePlot", "D_vtkScatterPlotMatrix_SetActivePlot")); mixin(bindCode("vtkScatterPlotMatrix_GetActivePlot", "D_vtkScatterPlotMatrix_GetActivePlot")); mixin(bindCode("vtkScatterPlotMatrix_GetActiveAnnotationLink", "D_vtkScatterPlotMatrix_GetActiveAnnotationLink")); mixin(bindCode("vtkScatterPlotMatrix_GetAnnotationLink", "D_vtkScatterPlotMatrix_GetAnnotationLink")); mixin(bindCode("vtkScatterPlotMatrix_SetInput", "D_vtkScatterPlotMatrix_SetInput")); mixin(bindCode("vtkScatterPlotMatrix_SetColumnVisibility", "D_vtkScatterPlotMatrix_SetColumnVisibility")); mixin(bindCode("vtkScatterPlotMatrix_InsertVisibleColumn", "D_vtkScatterPlotMatrix_InsertVisibleColumn")); mixin(bindCode("vtkScatterPlotMatrix_GetColumnVisibility", "D_vtkScatterPlotMatrix_GetColumnVisibility")); mixin(bindCode("vtkScatterPlotMatrix_SetColumnVisibilityAll", "D_vtkScatterPlotMatrix_SetColumnVisibilityAll")); mixin(bindCode("vtkScatterPlotMatrix_GetVisibleColumns", "D_vtkScatterPlotMatrix_GetVisibleColumns")); mixin(bindCode("vtkScatterPlotMatrix_SetVisibleColumns", "D_vtkScatterPlotMatrix_SetVisibleColumns")); mixin(bindCode("vtkScatterPlotMatrix_SetNumberOfBins", "D_vtkScatterPlotMatrix_SetNumberOfBins")); mixin(bindCode("vtkScatterPlotMatrix_GetNumberOfBins", "D_vtkScatterPlotMatrix_GetNumberOfBins")); mixin(bindCode("vtkScatterPlotMatrix_SetPlotColor", "D_vtkScatterPlotMatrix_SetPlotColor")); mixin(bindCode("vtkScatterPlotMatrix_SetPlotMarkerStyle", "D_vtkScatterPlotMatrix_SetPlotMarkerStyle")); mixin(bindCode("vtkScatterPlotMatrix_SetPlotMarkerSize", "D_vtkScatterPlotMatrix_SetPlotMarkerSize")); mixin(bindCode("vtkScatterPlotMatrix_Hit", "D_vtkScatterPlotMatrix_Hit")); mixin(bindCode("vtkScatterPlotMatrix_MouseMoveEvent", "D_vtkScatterPlotMatrix_MouseMoveEvent")); mixin(bindCode("vtkScatterPlotMatrix_MouseButtonPressEvent", "D_vtkScatterPlotMatrix_MouseButtonPressEvent")); mixin(bindCode("vtkScatterPlotMatrix_MouseButtonReleaseEvent", "D_vtkScatterPlotMatrix_MouseButtonReleaseEvent")); mixin(bindCode("vtkScatterPlotMatrix_GetPlotType__SWIG_0", "D_vtkScatterPlotMatrix_GetPlotType__SWIG_0")); mixin(bindCode("vtkScatterPlotMatrix_GetPlotType__SWIG_1", "D_vtkScatterPlotMatrix_GetPlotType__SWIG_1")); mixin(bindCode("vtkScatterPlotMatrix_SetTitle", "D_vtkScatterPlotMatrix_SetTitle")); mixin(bindCode("vtkScatterPlotMatrix_GetTitle", "D_vtkScatterPlotMatrix_GetTitle")); mixin(bindCode("vtkScatterPlotMatrix_SetTitleProperties", "D_vtkScatterPlotMatrix_SetTitleProperties")); mixin(bindCode("vtkScatterPlotMatrix_GetTitleProperties", "D_vtkScatterPlotMatrix_GetTitleProperties")); mixin(bindCode("vtkScatterPlotMatrix_SetGridVisibility", "D_vtkScatterPlotMatrix_SetGridVisibility")); mixin(bindCode("vtkScatterPlotMatrix_GetGridVisibility", "D_vtkScatterPlotMatrix_GetGridVisibility")); mixin(bindCode("vtkScatterPlotMatrix_SetBackgroundColor", "D_vtkScatterPlotMatrix_SetBackgroundColor")); mixin(bindCode("vtkScatterPlotMatrix_GetBackgroundColor", "D_vtkScatterPlotMatrix_GetBackgroundColor")); mixin(bindCode("vtkScatterPlotMatrix_SetAxisColor", "D_vtkScatterPlotMatrix_SetAxisColor")); mixin(bindCode("vtkScatterPlotMatrix_GetAxisColor", "D_vtkScatterPlotMatrix_GetAxisColor")); mixin(bindCode("vtkScatterPlotMatrix_SetGridColor", "D_vtkScatterPlotMatrix_SetGridColor")); mixin(bindCode("vtkScatterPlotMatrix_GetGridColor", "D_vtkScatterPlotMatrix_GetGridColor")); mixin(bindCode("vtkScatterPlotMatrix_SetAxisLabelVisibility", "D_vtkScatterPlotMatrix_SetAxisLabelVisibility")); mixin(bindCode("vtkScatterPlotMatrix_GetAxisLabelVisibility", "D_vtkScatterPlotMatrix_GetAxisLabelVisibility")); mixin(bindCode("vtkScatterPlotMatrix_SetAxisLabelProperties", "D_vtkScatterPlotMatrix_SetAxisLabelProperties")); mixin(bindCode("vtkScatterPlotMatrix_GetAxisLabelProperties", "D_vtkScatterPlotMatrix_GetAxisLabelProperties")); mixin(bindCode("vtkScatterPlotMatrix_SetAxisLabelNotation", "D_vtkScatterPlotMatrix_SetAxisLabelNotation")); mixin(bindCode("vtkScatterPlotMatrix_GetAxisLabelNotation", "D_vtkScatterPlotMatrix_GetAxisLabelNotation")); mixin(bindCode("vtkScatterPlotMatrix_SetAxisLabelPrecision", "D_vtkScatterPlotMatrix_SetAxisLabelPrecision")); mixin(bindCode("vtkScatterPlotMatrix_GetAxisLabelPrecision", "D_vtkScatterPlotMatrix_GetAxisLabelPrecision")); mixin(bindCode("vtkScatterPlotMatrix_SetTooltipNotation", "D_vtkScatterPlotMatrix_SetTooltipNotation")); mixin(bindCode("vtkScatterPlotMatrix_SetTooltipPrecision", "D_vtkScatterPlotMatrix_SetTooltipPrecision")); mixin(bindCode("vtkScatterPlotMatrix_GetTooltipNotation", "D_vtkScatterPlotMatrix_GetTooltipNotation")); mixin(bindCode("vtkScatterPlotMatrix_GetTooltipPrecision", "D_vtkScatterPlotMatrix_GetTooltipPrecision")); mixin(bindCode("vtkScatterPlotMatrix_SetTooltip", "D_vtkScatterPlotMatrix_SetTooltip")); mixin(bindCode("vtkScatterPlotMatrix_GetTooltip", "D_vtkScatterPlotMatrix_GetTooltip")); mixin(bindCode("vtkScatterPlotMatrix_SetIndexedLabels", "D_vtkScatterPlotMatrix_SetIndexedLabels")); mixin(bindCode("vtkScatterPlotMatrix_GetIndexedLabels", "D_vtkScatterPlotMatrix_GetIndexedLabels")); mixin(bindCode("vtkScatterPlotMatrix_SetScatterPlotSelectedRowColumnColor", "D_vtkScatterPlotMatrix_SetScatterPlotSelectedRowColumnColor")); mixin(bindCode("vtkScatterPlotMatrix_GetScatterPlotSelectedRowColumnColor", "D_vtkScatterPlotMatrix_GetScatterPlotSelectedRowColumnColor")); mixin(bindCode("vtkScatterPlotMatrix_SetScatterPlotSelectedActiveColor", "D_vtkScatterPlotMatrix_SetScatterPlotSelectedActiveColor")); mixin(bindCode("vtkScatterPlotMatrix_GetScatterPlotSelectedActiveColor", "D_vtkScatterPlotMatrix_GetScatterPlotSelectedActiveColor")); mixin(bindCode("vtkScatterPlotMatrix_UpdateSettings", "D_vtkScatterPlotMatrix_UpdateSettings")); mixin(bindCode("vtkScatterPlotMatrix_UpdateChartSettings", "D_vtkScatterPlotMatrix_UpdateChartSettings")); mixin(bindCode("vtkScatterPlotMatrix_SetSelectionMode", "D_vtkScatterPlotMatrix_SetSelectionMode")); mixin(bindCode("vtkScatterPlotMatrix_GetSelectionMode", "D_vtkScatterPlotMatrix_GetSelectionMode")); mixin(bindCode("vtkScatterPlotMatrix_GetColumnName", "D_vtkScatterPlotMatrix_GetColumnName")); mixin(bindCode("vtkScatterPlotMatrix_GetRowName", "D_vtkScatterPlotMatrix_GetRowName")); mixin(bindCode("vtkScatterPlotMatrix_SetNumberOfFrames", "D_vtkScatterPlotMatrix_SetNumberOfFrames")); mixin(bindCode("vtkScatterPlotMatrix_GetNumberOfFrames", "D_vtkScatterPlotMatrix_GetNumberOfFrames")); mixin(bindCode("vtkScatterPlotMatrix_ClearAnimationPath", "D_vtkScatterPlotMatrix_ClearAnimationPath")); mixin(bindCode("vtkScatterPlotMatrix_AddAnimationPath", "D_vtkScatterPlotMatrix_AddAnimationPath")); mixin(bindCode("vtkScatterPlotMatrix_GetNumberOfAnimationPathElements", "D_vtkScatterPlotMatrix_GetNumberOfAnimationPathElements")); mixin(bindCode("vtkScatterPlotMatrix_GetAnimationPathElement", "D_vtkScatterPlotMatrix_GetAnimationPathElement")); mixin(bindCode("vtkScatterPlotMatrix_BeginAnimationPath", "D_vtkScatterPlotMatrix_BeginAnimationPath")); mixin(bindCode("vtkScatterPlotMatrix_AdvanceAnimation", "D_vtkScatterPlotMatrix_AdvanceAnimation")); mixin(bindCode("vtkScatterPlotMatrix_GetMainChart", "D_vtkScatterPlotMatrix_GetMainChart")); mixin(bindCode("vtkScatterPlotMatrix_Upcast", "D_vtkScatterPlotMatrix_Upcast")); mixin(bindCode("vtkPythagoreanQuadruples_get", "D_vtkPythagoreanQuadruples_get")); mixin(bindCode("vtkMaxPythagoreanQuadrupleId_get", "D_vtkMaxPythagoreanQuadrupleId_get")); mixin(bindCode("vtkImageFFT_New", "D_vtkImageFFT_New")); mixin(bindCode("vtkImageFFT_IsTypeOf", "D_vtkImageFFT_IsTypeOf")); mixin(bindCode("vtkImageFFT_SafeDownCast", "D_vtkImageFFT_SafeDownCast")); mixin(bindCode("vtkImageFFT_NewInstance", "D_vtkImageFFT_NewInstance")); mixin(bindCode("vtkImageFFT_Upcast", "D_vtkImageFFT_Upcast")); mixin(bindCode("vtkHyperOctreeSampleFunction_IsTypeOf", "D_vtkHyperOctreeSampleFunction_IsTypeOf")); mixin(bindCode("vtkHyperOctreeSampleFunction_SafeDownCast", "D_vtkHyperOctreeSampleFunction_SafeDownCast")); mixin(bindCode("vtkHyperOctreeSampleFunction_NewInstance", "D_vtkHyperOctreeSampleFunction_NewInstance")); mixin(bindCode("vtkHyperOctreeSampleFunction_New", "D_vtkHyperOctreeSampleFunction_New")); mixin(bindCode("vtkHyperOctreeSampleFunction_GetLevels", "D_vtkHyperOctreeSampleFunction_GetLevels")); mixin(bindCode("vtkHyperOctreeSampleFunction_SetLevels", "D_vtkHyperOctreeSampleFunction_SetLevels")); mixin(bindCode("vtkHyperOctreeSampleFunction_GetMinLevels", "D_vtkHyperOctreeSampleFunction_GetMinLevels")); mixin(bindCode("vtkHyperOctreeSampleFunction_SetMinLevels", "D_vtkHyperOctreeSampleFunction_SetMinLevels")); mixin(bindCode("vtkHyperOctreeSampleFunction_GetThreshold", "D_vtkHyperOctreeSampleFunction_GetThreshold")); mixin(bindCode("vtkHyperOctreeSampleFunction_SetThreshold", "D_vtkHyperOctreeSampleFunction_SetThreshold")); mixin(bindCode("vtkHyperOctreeSampleFunction_GetDimension", "D_vtkHyperOctreeSampleFunction_GetDimension")); mixin(bindCode("vtkHyperOctreeSampleFunction_SetDimension", "D_vtkHyperOctreeSampleFunction_SetDimension")); mixin(bindCode("vtkHyperOctreeSampleFunction_SetSize__SWIG_0", "D_vtkHyperOctreeSampleFunction_SetSize__SWIG_0")); mixin(bindCode("vtkHyperOctreeSampleFunction_SetSize__SWIG_1", "D_vtkHyperOctreeSampleFunction_SetSize__SWIG_1")); mixin(bindCode("vtkHyperOctreeSampleFunction_GetSize__SWIG_0", "D_vtkHyperOctreeSampleFunction_GetSize__SWIG_0")); mixin(bindCode("vtkHyperOctreeSampleFunction_GetSize__SWIG_1", "D_vtkHyperOctreeSampleFunction_GetSize__SWIG_1")); mixin(bindCode("vtkHyperOctreeSampleFunction_GetSize__SWIG_2", "D_vtkHyperOctreeSampleFunction_GetSize__SWIG_2")); mixin(bindCode("vtkHyperOctreeSampleFunction_SetOrigin__SWIG_0", "D_vtkHyperOctreeSampleFunction_SetOrigin__SWIG_0")); mixin(bindCode("vtkHyperOctreeSampleFunction_SetOrigin__SWIG_1", "D_vtkHyperOctreeSampleFunction_SetOrigin__SWIG_1")); mixin(bindCode("vtkHyperOctreeSampleFunction_GetOrigin__SWIG_0", "D_vtkHyperOctreeSampleFunction_GetOrigin__SWIG_0")); mixin(bindCode("vtkHyperOctreeSampleFunction_GetOrigin__SWIG_1", "D_vtkHyperOctreeSampleFunction_GetOrigin__SWIG_1")); mixin(bindCode("vtkHyperOctreeSampleFunction_GetOrigin__SWIG_2", "D_vtkHyperOctreeSampleFunction_GetOrigin__SWIG_2")); mixin(bindCode("vtkHyperOctreeSampleFunction_GetWidth", "D_vtkHyperOctreeSampleFunction_GetWidth")); mixin(bindCode("vtkHyperOctreeSampleFunction_SetWidth", "D_vtkHyperOctreeSampleFunction_SetWidth")); mixin(bindCode("vtkHyperOctreeSampleFunction_GetHeight", "D_vtkHyperOctreeSampleFunction_GetHeight")); mixin(bindCode("vtkHyperOctreeSampleFunction_SetHeight", "D_vtkHyperOctreeSampleFunction_SetHeight")); mixin(bindCode("vtkHyperOctreeSampleFunction_GetDepth", "D_vtkHyperOctreeSampleFunction_GetDepth")); mixin(bindCode("vtkHyperOctreeSampleFunction_SetDepth", "D_vtkHyperOctreeSampleFunction_SetDepth")); mixin(bindCode("vtkHyperOctreeSampleFunction_SetImplicitFunction", "D_vtkHyperOctreeSampleFunction_SetImplicitFunction")); mixin(bindCode("vtkHyperOctreeSampleFunction_GetImplicitFunction", "D_vtkHyperOctreeSampleFunction_GetImplicitFunction")); mixin(bindCode("vtkHyperOctreeSampleFunction_SetOutputScalarType", "D_vtkHyperOctreeSampleFunction_SetOutputScalarType")); mixin(bindCode("vtkHyperOctreeSampleFunction_GetOutputScalarType", "D_vtkHyperOctreeSampleFunction_GetOutputScalarType")); mixin(bindCode("vtkHyperOctreeSampleFunction_SetOutputScalarTypeToDouble", "D_vtkHyperOctreeSampleFunction_SetOutputScalarTypeToDouble")); mixin(bindCode("vtkHyperOctreeSampleFunction_SetOutputScalarTypeToFloat", "D_vtkHyperOctreeSampleFunction_SetOutputScalarTypeToFloat")); mixin(bindCode("vtkHyperOctreeSampleFunction_SetOutputScalarTypeToLong", "D_vtkHyperOctreeSampleFunction_SetOutputScalarTypeToLong")); mixin(bindCode("vtkHyperOctreeSampleFunction_SetOutputScalarTypeToUnsignedLong", "D_vtkHyperOctreeSampleFunction_SetOutputScalarTypeToUnsignedLong")); mixin(bindCode("vtkHyperOctreeSampleFunction_SetOutputScalarTypeToInt", "D_vtkHyperOctreeSampleFunction_SetOutputScalarTypeToInt")); mixin(bindCode("vtkHyperOctreeSampleFunction_SetOutputScalarTypeToUnsignedInt", "D_vtkHyperOctreeSampleFunction_SetOutputScalarTypeToUnsignedInt")); mixin(bindCode("vtkHyperOctreeSampleFunction_SetOutputScalarTypeToShort", "D_vtkHyperOctreeSampleFunction_SetOutputScalarTypeToShort")); mixin(bindCode("vtkHyperOctreeSampleFunction_SetOutputScalarTypeToUnsignedShort", "D_vtkHyperOctreeSampleFunction_SetOutputScalarTypeToUnsignedShort")); mixin(bindCode("vtkHyperOctreeSampleFunction_SetOutputScalarTypeToChar", "D_vtkHyperOctreeSampleFunction_SetOutputScalarTypeToChar")); mixin(bindCode("vtkHyperOctreeSampleFunction_SetOutputScalarTypeToUnsignedChar", "D_vtkHyperOctreeSampleFunction_SetOutputScalarTypeToUnsignedChar")); mixin(bindCode("vtkHyperOctreeSampleFunction_Upcast", "D_vtkHyperOctreeSampleFunction_Upcast")); mixin(bindCode("vtkOverrideInformation_New", "D_vtkOverrideInformation_New")); mixin(bindCode("vtkOverrideInformation_IsTypeOf", "D_vtkOverrideInformation_IsTypeOf")); mixin(bindCode("vtkOverrideInformation_SafeDownCast", "D_vtkOverrideInformation_SafeDownCast")); mixin(bindCode("vtkOverrideInformation_NewInstance", "D_vtkOverrideInformation_NewInstance")); mixin(bindCode("vtkOverrideInformation_GetClassOverrideName", "D_vtkOverrideInformation_GetClassOverrideName")); mixin(bindCode("vtkOverrideInformation_GetClassOverrideWithName", "D_vtkOverrideInformation_GetClassOverrideWithName")); mixin(bindCode("vtkOverrideInformation_GetDescription", "D_vtkOverrideInformation_GetDescription")); mixin(bindCode("vtkOverrideInformation_GetObjectFactory", "D_vtkOverrideInformation_GetObjectFactory")); mixin(bindCode("vtkOverrideInformation_SetClassOverrideName", "D_vtkOverrideInformation_SetClassOverrideName")); mixin(bindCode("vtkOverrideInformation_SetClassOverrideWithName", "D_vtkOverrideInformation_SetClassOverrideWithName")); mixin(bindCode("vtkOverrideInformation_SetDescription", "D_vtkOverrideInformation_SetDescription")); mixin(bindCode("vtkOverrideInformation_Upcast", "D_vtkOverrideInformation_Upcast")); mixin(bindCode("vtkStandardPolyDataPainter_IsTypeOf", "D_vtkStandardPolyDataPainter_IsTypeOf")); mixin(bindCode("vtkStandardPolyDataPainter_SafeDownCast", "D_vtkStandardPolyDataPainter_SafeDownCast")); mixin(bindCode("vtkStandardPolyDataPainter_NewInstance", "D_vtkStandardPolyDataPainter_NewInstance")); mixin(bindCode("vtkStandardPolyDataPainter_New", "D_vtkStandardPolyDataPainter_New")); mixin(bindCode("vtkStandardPolyDataPainter_AddMultiTextureCoordsArray", "D_vtkStandardPolyDataPainter_AddMultiTextureCoordsArray")); mixin(bindCode("new_vtkStandardPolyDataPainter", "D_new_vtkStandardPolyDataPainter")); mixin(bindCode("delete_vtkStandardPolyDataPainter", "D_delete_vtkStandardPolyDataPainter")); mixin(bindCode("vtkStandardPolyDataPainter_Upcast", "D_vtkStandardPolyDataPainter_Upcast")); mixin(bindCode("vtkHardwareSelectionPolyDataPainter_New", "D_vtkHardwareSelectionPolyDataPainter_New")); mixin(bindCode("vtkHardwareSelectionPolyDataPainter_IsTypeOf", "D_vtkHardwareSelectionPolyDataPainter_IsTypeOf")); mixin(bindCode("vtkHardwareSelectionPolyDataPainter_SafeDownCast", "D_vtkHardwareSelectionPolyDataPainter_SafeDownCast")); mixin(bindCode("vtkHardwareSelectionPolyDataPainter_NewInstance", "D_vtkHardwareSelectionPolyDataPainter_NewInstance")); mixin(bindCode("vtkHardwareSelectionPolyDataPainter_SetEnableSelection", "D_vtkHardwareSelectionPolyDataPainter_SetEnableSelection")); mixin(bindCode("vtkHardwareSelectionPolyDataPainter_GetEnableSelection", "D_vtkHardwareSelectionPolyDataPainter_GetEnableSelection")); mixin(bindCode("vtkHardwareSelectionPolyDataPainter_EnableSelectionOn", "D_vtkHardwareSelectionPolyDataPainter_EnableSelectionOn")); mixin(bindCode("vtkHardwareSelectionPolyDataPainter_EnableSelectionOff", "D_vtkHardwareSelectionPolyDataPainter_EnableSelectionOff")); mixin(bindCode("vtkHardwareSelectionPolyDataPainter_SetPointIdArrayName", "D_vtkHardwareSelectionPolyDataPainter_SetPointIdArrayName")); mixin(bindCode("vtkHardwareSelectionPolyDataPainter_GetPointIdArrayName", "D_vtkHardwareSelectionPolyDataPainter_GetPointIdArrayName")); mixin(bindCode("vtkHardwareSelectionPolyDataPainter_SetCellIdArrayName", "D_vtkHardwareSelectionPolyDataPainter_SetCellIdArrayName")); mixin(bindCode("vtkHardwareSelectionPolyDataPainter_GetCellIdArrayName", "D_vtkHardwareSelectionPolyDataPainter_GetCellIdArrayName")); mixin(bindCode("vtkHardwareSelectionPolyDataPainter_SetProcessIdArrayName", "D_vtkHardwareSelectionPolyDataPainter_SetProcessIdArrayName")); mixin(bindCode("vtkHardwareSelectionPolyDataPainter_GetProcessIdArrayName", "D_vtkHardwareSelectionPolyDataPainter_GetProcessIdArrayName")); mixin(bindCode("vtkHardwareSelectionPolyDataPainter_SetCompositeIdArrayName", "D_vtkHardwareSelectionPolyDataPainter_SetCompositeIdArrayName")); mixin(bindCode("vtkHardwareSelectionPolyDataPainter_GetCompositeIdArrayName", "D_vtkHardwareSelectionPolyDataPainter_GetCompositeIdArrayName")); mixin(bindCode("new_vtkHardwareSelectionPolyDataPainter", "D_new_vtkHardwareSelectionPolyDataPainter")); mixin(bindCode("delete_vtkHardwareSelectionPolyDataPainter", "D_delete_vtkHardwareSelectionPolyDataPainter")); mixin(bindCode("vtkHardwareSelectionPolyDataPainter_Upcast", "D_vtkHardwareSelectionPolyDataPainter_Upcast")); mixin(bindCode("vtkGenericCellTessellator_IsTypeOf", "D_vtkGenericCellTessellator_IsTypeOf")); mixin(bindCode("vtkGenericCellTessellator_SafeDownCast", "D_vtkGenericCellTessellator_SafeDownCast")); mixin(bindCode("vtkGenericCellTessellator_NewInstance", "D_vtkGenericCellTessellator_NewInstance")); mixin(bindCode("vtkGenericCellTessellator_TessellateFace", "D_vtkGenericCellTessellator_TessellateFace")); mixin(bindCode("vtkGenericCellTessellator_Tessellate", "D_vtkGenericCellTessellator_Tessellate")); mixin(bindCode("vtkGenericCellTessellator_Triangulate", "D_vtkGenericCellTessellator_Triangulate")); mixin(bindCode("vtkGenericCellTessellator_SetErrorMetrics", "D_vtkGenericCellTessellator_SetErrorMetrics")); mixin(bindCode("vtkGenericCellTessellator_GetErrorMetrics", "D_vtkGenericCellTessellator_GetErrorMetrics")); mixin(bindCode("vtkGenericCellTessellator_Initialize", "D_vtkGenericCellTessellator_Initialize")); mixin(bindCode("vtkGenericCellTessellator_InitErrorMetrics", "D_vtkGenericCellTessellator_InitErrorMetrics")); mixin(bindCode("vtkGenericCellTessellator_GetMeasurement", "D_vtkGenericCellTessellator_GetMeasurement")); mixin(bindCode("vtkGenericCellTessellator_SetMeasurement", "D_vtkGenericCellTessellator_SetMeasurement")); mixin(bindCode("vtkGenericCellTessellator_GetMaxErrors", "D_vtkGenericCellTessellator_GetMaxErrors")); mixin(bindCode("vtkGenericCellTessellator_Upcast", "D_vtkGenericCellTessellator_Upcast")); mixin(bindCode("vtkSimpleCellTessellator_New", "D_vtkSimpleCellTessellator_New")); mixin(bindCode("vtkSimpleCellTessellator_IsTypeOf", "D_vtkSimpleCellTessellator_IsTypeOf")); mixin(bindCode("vtkSimpleCellTessellator_SafeDownCast", "D_vtkSimpleCellTessellator_SafeDownCast")); mixin(bindCode("vtkSimpleCellTessellator_NewInstance", "D_vtkSimpleCellTessellator_NewInstance")); mixin(bindCode("vtkSimpleCellTessellator_GetGenericCell", "D_vtkSimpleCellTessellator_GetGenericCell")); mixin(bindCode("vtkSimpleCellTessellator_Reset", "D_vtkSimpleCellTessellator_Reset")); mixin(bindCode("vtkSimpleCellTessellator_GetFixedSubdivisions", "D_vtkSimpleCellTessellator_GetFixedSubdivisions")); mixin(bindCode("vtkSimpleCellTessellator_GetMaxSubdivisionLevel", "D_vtkSimpleCellTessellator_GetMaxSubdivisionLevel")); mixin(bindCode("vtkSimpleCellTessellator_GetMaxAdaptiveSubdivisions", "D_vtkSimpleCellTessellator_GetMaxAdaptiveSubdivisions")); mixin(bindCode("vtkSimpleCellTessellator_SetFixedSubdivisions", "D_vtkSimpleCellTessellator_SetFixedSubdivisions")); mixin(bindCode("vtkSimpleCellTessellator_SetMaxSubdivisionLevel", "D_vtkSimpleCellTessellator_SetMaxSubdivisionLevel")); mixin(bindCode("vtkSimpleCellTessellator_SetSubdivisionLevels", "D_vtkSimpleCellTessellator_SetSubdivisionLevels")); mixin(bindCode("vtkSimpleCellTessellator_Upcast", "D_vtkSimpleCellTessellator_Upcast")); mixin(bindCode("vtkXMLWriterC_New", "D_vtkXMLWriterC_New")); mixin(bindCode("vtkXMLWriterC_Delete", "D_vtkXMLWriterC_Delete")); mixin(bindCode("vtkXMLWriterC_SetDataObjectType", "D_vtkXMLWriterC_SetDataObjectType")); mixin(bindCode("vtkXMLWriterC_SetDataModeType", "D_vtkXMLWriterC_SetDataModeType")); mixin(bindCode("vtkXMLWriterC_SetExtent", "D_vtkXMLWriterC_SetExtent")); mixin(bindCode("vtkXMLWriterC_SetPoints", "D_vtkXMLWriterC_SetPoints")); mixin(bindCode("vtkXMLWriterC_SetOrigin", "D_vtkXMLWriterC_SetOrigin")); mixin(bindCode("vtkXMLWriterC_SetSpacing", "D_vtkXMLWriterC_SetSpacing")); mixin(bindCode("vtkXMLWriterC_SetCoordinates", "D_vtkXMLWriterC_SetCoordinates")); mixin(bindCode("vtkXMLWriterC_SetCellsWithType", "D_vtkXMLWriterC_SetCellsWithType")); mixin(bindCode("vtkXMLWriterC_SetCellsWithTypes", "D_vtkXMLWriterC_SetCellsWithTypes")); mixin(bindCode("vtkXMLWriterC_SetPointData", "D_vtkXMLWriterC_SetPointData")); mixin(bindCode("vtkXMLWriterC_SetCellData", "D_vtkXMLWriterC_SetCellData")); mixin(bindCode("vtkXMLWriterC_SetFileName", "D_vtkXMLWriterC_SetFileName")); mixin(bindCode("vtkXMLWriterC_Write", "D_vtkXMLWriterC_Write")); mixin(bindCode("vtkXMLWriterC_SetNumberOfTimeSteps", "D_vtkXMLWriterC_SetNumberOfTimeSteps")); mixin(bindCode("vtkXMLWriterC_Start", "D_vtkXMLWriterC_Start")); mixin(bindCode("vtkXMLWriterC_WriteNextTimeStep", "D_vtkXMLWriterC_WriteNextTimeStep")); mixin(bindCode("vtkXMLWriterC_Stop", "D_vtkXMLWriterC_Stop")); mixin(bindCode("vtkSplitColumnComponents_New", "D_vtkSplitColumnComponents_New")); mixin(bindCode("vtkSplitColumnComponents_IsTypeOf", "D_vtkSplitColumnComponents_IsTypeOf")); mixin(bindCode("vtkSplitColumnComponents_SafeDownCast", "D_vtkSplitColumnComponents_SafeDownCast")); mixin(bindCode("vtkSplitColumnComponents_NewInstance", "D_vtkSplitColumnComponents_NewInstance")); mixin(bindCode("vtkSplitColumnComponents_SetCalculateMagnitudes", "D_vtkSplitColumnComponents_SetCalculateMagnitudes")); mixin(bindCode("vtkSplitColumnComponents_GetCalculateMagnitudes", "D_vtkSplitColumnComponents_GetCalculateMagnitudes")); mixin(bindCode("vtkSplitColumnComponents_Upcast", "D_vtkSplitColumnComponents_Upcast")); mixin(bindCode("vtkIdentityTransform_New", "D_vtkIdentityTransform_New")); mixin(bindCode("vtkIdentityTransform_IsTypeOf", "D_vtkIdentityTransform_IsTypeOf")); mixin(bindCode("vtkIdentityTransform_SafeDownCast", "D_vtkIdentityTransform_SafeDownCast")); mixin(bindCode("vtkIdentityTransform_NewInstance", "D_vtkIdentityTransform_NewInstance")); mixin(bindCode("vtkIdentityTransform_InternalTransformPoint__SWIG_0", "D_vtkIdentityTransform_InternalTransformPoint__SWIG_0")); mixin(bindCode("vtkIdentityTransform_InternalTransformPoint__SWIG_1", "D_vtkIdentityTransform_InternalTransformPoint__SWIG_1")); mixin(bindCode("vtkIdentityTransform_InternalTransformNormal__SWIG_0", "D_vtkIdentityTransform_InternalTransformNormal__SWIG_0")); mixin(bindCode("vtkIdentityTransform_InternalTransformNormal__SWIG_1", "D_vtkIdentityTransform_InternalTransformNormal__SWIG_1")); mixin(bindCode("vtkIdentityTransform_InternalTransformVector__SWIG_0", "D_vtkIdentityTransform_InternalTransformVector__SWIG_0")); mixin(bindCode("vtkIdentityTransform_InternalTransformVector__SWIG_1", "D_vtkIdentityTransform_InternalTransformVector__SWIG_1")); mixin(bindCode("vtkIdentityTransform_InternalTransformDerivative__SWIG_0", "D_vtkIdentityTransform_InternalTransformDerivative__SWIG_0")); mixin(bindCode("vtkIdentityTransform_InternalTransformDerivative__SWIG_1", "D_vtkIdentityTransform_InternalTransformDerivative__SWIG_1")); mixin(bindCode("vtkIdentityTransform_Upcast", "D_vtkIdentityTransform_Upcast")); mixin(bindCode("vtkViewTheme_New", "D_vtkViewTheme_New")); mixin(bindCode("vtkViewTheme_IsTypeOf", "D_vtkViewTheme_IsTypeOf")); mixin(bindCode("vtkViewTheme_SafeDownCast", "D_vtkViewTheme_SafeDownCast")); mixin(bindCode("vtkViewTheme_NewInstance", "D_vtkViewTheme_NewInstance")); mixin(bindCode("vtkViewTheme_SetPointSize", "D_vtkViewTheme_SetPointSize")); mixin(bindCode("vtkViewTheme_GetPointSize", "D_vtkViewTheme_GetPointSize")); mixin(bindCode("vtkViewTheme_SetLineWidth", "D_vtkViewTheme_SetLineWidth")); mixin(bindCode("vtkViewTheme_GetLineWidth", "D_vtkViewTheme_GetLineWidth")); mixin(bindCode("vtkViewTheme_SetPointColor__SWIG_0", "D_vtkViewTheme_SetPointColor__SWIG_0")); mixin(bindCode("vtkViewTheme_SetPointColor__SWIG_1", "D_vtkViewTheme_SetPointColor__SWIG_1")); mixin(bindCode("vtkViewTheme_GetPointColor__SWIG_0", "D_vtkViewTheme_GetPointColor__SWIG_0")); mixin(bindCode("vtkViewTheme_GetPointColor__SWIG_1", "D_vtkViewTheme_GetPointColor__SWIG_1")); mixin(bindCode("vtkViewTheme_GetPointColor__SWIG_2", "D_vtkViewTheme_GetPointColor__SWIG_2")); mixin(bindCode("vtkViewTheme_SetPointOpacity", "D_vtkViewTheme_SetPointOpacity")); mixin(bindCode("vtkViewTheme_GetPointOpacity", "D_vtkViewTheme_GetPointOpacity")); mixin(bindCode("vtkViewTheme_SetPointHueRange__SWIG_0", "D_vtkViewTheme_SetPointHueRange__SWIG_0")); mixin(bindCode("vtkViewTheme_SetPointHueRange__SWIG_1", "D_vtkViewTheme_SetPointHueRange__SWIG_1")); mixin(bindCode("vtkViewTheme_GetPointHueRange__SWIG_0", "D_vtkViewTheme_GetPointHueRange__SWIG_0")); mixin(bindCode("vtkViewTheme_GetPointHueRange__SWIG_1", "D_vtkViewTheme_GetPointHueRange__SWIG_1")); mixin(bindCode("vtkViewTheme_GetPointHueRange__SWIG_2", "D_vtkViewTheme_GetPointHueRange__SWIG_2")); mixin(bindCode("vtkViewTheme_SetPointSaturationRange__SWIG_0", "D_vtkViewTheme_SetPointSaturationRange__SWIG_0")); mixin(bindCode("vtkViewTheme_SetPointSaturationRange__SWIG_1", "D_vtkViewTheme_SetPointSaturationRange__SWIG_1")); mixin(bindCode("vtkViewTheme_GetPointSaturationRange__SWIG_0", "D_vtkViewTheme_GetPointSaturationRange__SWIG_0")); mixin(bindCode("vtkViewTheme_GetPointSaturationRange__SWIG_1", "D_vtkViewTheme_GetPointSaturationRange__SWIG_1")); mixin(bindCode("vtkViewTheme_GetPointSaturationRange__SWIG_2", "D_vtkViewTheme_GetPointSaturationRange__SWIG_2")); mixin(bindCode("vtkViewTheme_SetPointValueRange__SWIG_0", "D_vtkViewTheme_SetPointValueRange__SWIG_0")); mixin(bindCode("vtkViewTheme_SetPointValueRange__SWIG_1", "D_vtkViewTheme_SetPointValueRange__SWIG_1")); mixin(bindCode("vtkViewTheme_GetPointValueRange__SWIG_0", "D_vtkViewTheme_GetPointValueRange__SWIG_0")); mixin(bindCode("vtkViewTheme_GetPointValueRange__SWIG_1", "D_vtkViewTheme_GetPointValueRange__SWIG_1")); mixin(bindCode("vtkViewTheme_GetPointValueRange__SWIG_2", "D_vtkViewTheme_GetPointValueRange__SWIG_2")); mixin(bindCode("vtkViewTheme_SetPointAlphaRange__SWIG_0", "D_vtkViewTheme_SetPointAlphaRange__SWIG_0")); mixin(bindCode("vtkViewTheme_SetPointAlphaRange__SWIG_1", "D_vtkViewTheme_SetPointAlphaRange__SWIG_1")); mixin(bindCode("vtkViewTheme_GetPointAlphaRange__SWIG_0", "D_vtkViewTheme_GetPointAlphaRange__SWIG_0")); mixin(bindCode("vtkViewTheme_GetPointAlphaRange__SWIG_1", "D_vtkViewTheme_GetPointAlphaRange__SWIG_1")); mixin(bindCode("vtkViewTheme_GetPointAlphaRange__SWIG_2", "D_vtkViewTheme_GetPointAlphaRange__SWIG_2")); mixin(bindCode("vtkViewTheme_GetPointLookupTable", "D_vtkViewTheme_GetPointLookupTable")); mixin(bindCode("vtkViewTheme_SetPointLookupTable", "D_vtkViewTheme_SetPointLookupTable")); mixin(bindCode("vtkViewTheme_SetScalePointLookupTable", "D_vtkViewTheme_SetScalePointLookupTable")); mixin(bindCode("vtkViewTheme_GetScalePointLookupTable", "D_vtkViewTheme_GetScalePointLookupTable")); mixin(bindCode("vtkViewTheme_ScalePointLookupTableOn", "D_vtkViewTheme_ScalePointLookupTableOn")); mixin(bindCode("vtkViewTheme_ScalePointLookupTableOff", "D_vtkViewTheme_ScalePointLookupTableOff")); mixin(bindCode("vtkViewTheme_SetCellColor__SWIG_0", "D_vtkViewTheme_SetCellColor__SWIG_0")); mixin(bindCode("vtkViewTheme_SetCellColor__SWIG_1", "D_vtkViewTheme_SetCellColor__SWIG_1")); mixin(bindCode("vtkViewTheme_GetCellColor__SWIG_0", "D_vtkViewTheme_GetCellColor__SWIG_0")); mixin(bindCode("vtkViewTheme_GetCellColor__SWIG_1", "D_vtkViewTheme_GetCellColor__SWIG_1")); mixin(bindCode("vtkViewTheme_GetCellColor__SWIG_2", "D_vtkViewTheme_GetCellColor__SWIG_2")); mixin(bindCode("vtkViewTheme_SetCellOpacity", "D_vtkViewTheme_SetCellOpacity")); mixin(bindCode("vtkViewTheme_GetCellOpacity", "D_vtkViewTheme_GetCellOpacity")); mixin(bindCode("vtkViewTheme_SetCellHueRange__SWIG_0", "D_vtkViewTheme_SetCellHueRange__SWIG_0")); mixin(bindCode("vtkViewTheme_SetCellHueRange__SWIG_1", "D_vtkViewTheme_SetCellHueRange__SWIG_1")); mixin(bindCode("vtkViewTheme_GetCellHueRange__SWIG_0", "D_vtkViewTheme_GetCellHueRange__SWIG_0")); mixin(bindCode("vtkViewTheme_GetCellHueRange__SWIG_1", "D_vtkViewTheme_GetCellHueRange__SWIG_1")); mixin(bindCode("vtkViewTheme_GetCellHueRange__SWIG_2", "D_vtkViewTheme_GetCellHueRange__SWIG_2")); mixin(bindCode("vtkViewTheme_SetCellSaturationRange__SWIG_0", "D_vtkViewTheme_SetCellSaturationRange__SWIG_0")); mixin(bindCode("vtkViewTheme_SetCellSaturationRange__SWIG_1", "D_vtkViewTheme_SetCellSaturationRange__SWIG_1")); mixin(bindCode("vtkViewTheme_GetCellSaturationRange__SWIG_0", "D_vtkViewTheme_GetCellSaturationRange__SWIG_0")); mixin(bindCode("vtkViewTheme_GetCellSaturationRange__SWIG_1", "D_vtkViewTheme_GetCellSaturationRange__SWIG_1")); mixin(bindCode("vtkViewTheme_GetCellSaturationRange__SWIG_2", "D_vtkViewTheme_GetCellSaturationRange__SWIG_2")); mixin(bindCode("vtkViewTheme_SetCellValueRange__SWIG_0", "D_vtkViewTheme_SetCellValueRange__SWIG_0")); mixin(bindCode("vtkViewTheme_SetCellValueRange__SWIG_1", "D_vtkViewTheme_SetCellValueRange__SWIG_1")); mixin(bindCode("vtkViewTheme_GetCellValueRange__SWIG_0", "D_vtkViewTheme_GetCellValueRange__SWIG_0")); mixin(bindCode("vtkViewTheme_GetCellValueRange__SWIG_1", "D_vtkViewTheme_GetCellValueRange__SWIG_1")); mixin(bindCode("vtkViewTheme_GetCellValueRange__SWIG_2", "D_vtkViewTheme_GetCellValueRange__SWIG_2")); mixin(bindCode("vtkViewTheme_SetCellAlphaRange__SWIG_0", "D_vtkViewTheme_SetCellAlphaRange__SWIG_0")); mixin(bindCode("vtkViewTheme_SetCellAlphaRange__SWIG_1", "D_vtkViewTheme_SetCellAlphaRange__SWIG_1")); mixin(bindCode("vtkViewTheme_GetCellAlphaRange__SWIG_0", "D_vtkViewTheme_GetCellAlphaRange__SWIG_0")); mixin(bindCode("vtkViewTheme_GetCellAlphaRange__SWIG_1", "D_vtkViewTheme_GetCellAlphaRange__SWIG_1")); mixin(bindCode("vtkViewTheme_GetCellAlphaRange__SWIG_2", "D_vtkViewTheme_GetCellAlphaRange__SWIG_2")); mixin(bindCode("vtkViewTheme_GetCellLookupTable", "D_vtkViewTheme_GetCellLookupTable")); mixin(bindCode("vtkViewTheme_SetCellLookupTable", "D_vtkViewTheme_SetCellLookupTable")); mixin(bindCode("vtkViewTheme_SetScaleCellLookupTable", "D_vtkViewTheme_SetScaleCellLookupTable")); mixin(bindCode("vtkViewTheme_GetScaleCellLookupTable", "D_vtkViewTheme_GetScaleCellLookupTable")); mixin(bindCode("vtkViewTheme_ScaleCellLookupTableOn", "D_vtkViewTheme_ScaleCellLookupTableOn")); mixin(bindCode("vtkViewTheme_ScaleCellLookupTableOff", "D_vtkViewTheme_ScaleCellLookupTableOff")); mixin(bindCode("vtkViewTheme_SetOutlineColor__SWIG_0", "D_vtkViewTheme_SetOutlineColor__SWIG_0")); mixin(bindCode("vtkViewTheme_SetOutlineColor__SWIG_1", "D_vtkViewTheme_SetOutlineColor__SWIG_1")); mixin(bindCode("vtkViewTheme_GetOutlineColor__SWIG_0", "D_vtkViewTheme_GetOutlineColor__SWIG_0")); mixin(bindCode("vtkViewTheme_GetOutlineColor__SWIG_1", "D_vtkViewTheme_GetOutlineColor__SWIG_1")); mixin(bindCode("vtkViewTheme_GetOutlineColor__SWIG_2", "D_vtkViewTheme_GetOutlineColor__SWIG_2")); mixin(bindCode("vtkViewTheme_SetSelectedPointColor__SWIG_0", "D_vtkViewTheme_SetSelectedPointColor__SWIG_0")); mixin(bindCode("vtkViewTheme_SetSelectedPointColor__SWIG_1", "D_vtkViewTheme_SetSelectedPointColor__SWIG_1")); mixin(bindCode("vtkViewTheme_GetSelectedPointColor__SWIG_0", "D_vtkViewTheme_GetSelectedPointColor__SWIG_0")); mixin(bindCode("vtkViewTheme_GetSelectedPointColor__SWIG_1", "D_vtkViewTheme_GetSelectedPointColor__SWIG_1")); mixin(bindCode("vtkViewTheme_GetSelectedPointColor__SWIG_2", "D_vtkViewTheme_GetSelectedPointColor__SWIG_2")); mixin(bindCode("vtkViewTheme_SetSelectedPointOpacity", "D_vtkViewTheme_SetSelectedPointOpacity")); mixin(bindCode("vtkViewTheme_GetSelectedPointOpacity", "D_vtkViewTheme_GetSelectedPointOpacity")); mixin(bindCode("vtkViewTheme_SetSelectedCellColor__SWIG_0", "D_vtkViewTheme_SetSelectedCellColor__SWIG_0")); mixin(bindCode("vtkViewTheme_SetSelectedCellColor__SWIG_1", "D_vtkViewTheme_SetSelectedCellColor__SWIG_1")); mixin(bindCode("vtkViewTheme_GetSelectedCellColor__SWIG_0", "D_vtkViewTheme_GetSelectedCellColor__SWIG_0")); mixin(bindCode("vtkViewTheme_GetSelectedCellColor__SWIG_1", "D_vtkViewTheme_GetSelectedCellColor__SWIG_1")); mixin(bindCode("vtkViewTheme_GetSelectedCellColor__SWIG_2", "D_vtkViewTheme_GetSelectedCellColor__SWIG_2")); mixin(bindCode("vtkViewTheme_SetSelectedCellOpacity", "D_vtkViewTheme_SetSelectedCellOpacity")); mixin(bindCode("vtkViewTheme_GetSelectedCellOpacity", "D_vtkViewTheme_GetSelectedCellOpacity")); mixin(bindCode("vtkViewTheme_SetBackgroundColor__SWIG_0", "D_vtkViewTheme_SetBackgroundColor__SWIG_0")); mixin(bindCode("vtkViewTheme_SetBackgroundColor__SWIG_1", "D_vtkViewTheme_SetBackgroundColor__SWIG_1")); mixin(bindCode("vtkViewTheme_GetBackgroundColor__SWIG_0", "D_vtkViewTheme_GetBackgroundColor__SWIG_0")); mixin(bindCode("vtkViewTheme_GetBackgroundColor__SWIG_1", "D_vtkViewTheme_GetBackgroundColor__SWIG_1")); mixin(bindCode("vtkViewTheme_GetBackgroundColor__SWIG_2", "D_vtkViewTheme_GetBackgroundColor__SWIG_2")); mixin(bindCode("vtkViewTheme_SetBackgroundColor2__SWIG_0", "D_vtkViewTheme_SetBackgroundColor2__SWIG_0")); mixin(bindCode("vtkViewTheme_SetBackgroundColor2__SWIG_1", "D_vtkViewTheme_SetBackgroundColor2__SWIG_1")); mixin(bindCode("vtkViewTheme_GetBackgroundColor2__SWIG_0", "D_vtkViewTheme_GetBackgroundColor2__SWIG_0")); mixin(bindCode("vtkViewTheme_GetBackgroundColor2__SWIG_1", "D_vtkViewTheme_GetBackgroundColor2__SWIG_1")); mixin(bindCode("vtkViewTheme_GetBackgroundColor2__SWIG_2", "D_vtkViewTheme_GetBackgroundColor2__SWIG_2")); mixin(bindCode("vtkViewTheme_SetPointTextProperty", "D_vtkViewTheme_SetPointTextProperty")); mixin(bindCode("vtkViewTheme_GetPointTextProperty", "D_vtkViewTheme_GetPointTextProperty")); mixin(bindCode("vtkViewTheme_SetCellTextProperty", "D_vtkViewTheme_SetCellTextProperty")); mixin(bindCode("vtkViewTheme_GetCellTextProperty", "D_vtkViewTheme_GetCellTextProperty")); mixin(bindCode("vtkViewTheme_SetVertexLabelColor__SWIG_0", "D_vtkViewTheme_SetVertexLabelColor__SWIG_0")); mixin(bindCode("vtkViewTheme_SetVertexLabelColor__SWIG_1", "D_vtkViewTheme_SetVertexLabelColor__SWIG_1")); mixin(bindCode("vtkViewTheme_GetVertexLabelColor__SWIG_0", "D_vtkViewTheme_GetVertexLabelColor__SWIG_0")); mixin(bindCode("vtkViewTheme_GetVertexLabelColor__SWIG_1", "D_vtkViewTheme_GetVertexLabelColor__SWIG_1")); mixin(bindCode("vtkViewTheme_GetVertexLabelColor__SWIG_2", "D_vtkViewTheme_GetVertexLabelColor__SWIG_2")); mixin(bindCode("vtkViewTheme_SetEdgeLabelColor__SWIG_0", "D_vtkViewTheme_SetEdgeLabelColor__SWIG_0")); mixin(bindCode("vtkViewTheme_SetEdgeLabelColor__SWIG_1", "D_vtkViewTheme_SetEdgeLabelColor__SWIG_1")); mixin(bindCode("vtkViewTheme_GetEdgeLabelColor__SWIG_0", "D_vtkViewTheme_GetEdgeLabelColor__SWIG_0")); mixin(bindCode("vtkViewTheme_GetEdgeLabelColor__SWIG_1", "D_vtkViewTheme_GetEdgeLabelColor__SWIG_1")); mixin(bindCode("vtkViewTheme_GetEdgeLabelColor__SWIG_2", "D_vtkViewTheme_GetEdgeLabelColor__SWIG_2")); mixin(bindCode("vtkViewTheme_CreateOceanTheme", "D_vtkViewTheme_CreateOceanTheme")); mixin(bindCode("vtkViewTheme_CreateMellowTheme", "D_vtkViewTheme_CreateMellowTheme")); mixin(bindCode("vtkViewTheme_CreateNeonTheme", "D_vtkViewTheme_CreateNeonTheme")); mixin(bindCode("vtkViewTheme_LookupMatchesPointTheme", "D_vtkViewTheme_LookupMatchesPointTheme")); mixin(bindCode("vtkViewTheme_LookupMatchesCellTheme", "D_vtkViewTheme_LookupMatchesCellTheme")); mixin(bindCode("vtkViewTheme_Upcast", "D_vtkViewTheme_Upcast")); mixin(bindCode("vtkStringToImage_IsTypeOf", "D_vtkStringToImage_IsTypeOf")); mixin(bindCode("vtkStringToImage_SafeDownCast", "D_vtkStringToImage_SafeDownCast")); mixin(bindCode("vtkStringToImage_NewInstance", "D_vtkStringToImage_NewInstance")); mixin(bindCode("vtkStringToImage_GetBounds__SWIG_0", "D_vtkStringToImage_GetBounds__SWIG_0")); mixin(bindCode("vtkStringToImage_GetBounds__SWIG_1", "D_vtkStringToImage_GetBounds__SWIG_1")); mixin(bindCode("vtkStringToImage_RenderString__SWIG_0", "D_vtkStringToImage_RenderString__SWIG_0")); mixin(bindCode("vtkStringToImage_RenderString__SWIG_1", "D_vtkStringToImage_RenderString__SWIG_1")); mixin(bindCode("vtkStringToImage_RenderString__SWIG_2", "D_vtkStringToImage_RenderString__SWIG_2")); mixin(bindCode("vtkStringToImage_RenderString__SWIG_3", "D_vtkStringToImage_RenderString__SWIG_3")); mixin(bindCode("vtkStringToImage_SetScaleToPowerOfTwo", "D_vtkStringToImage_SetScaleToPowerOfTwo")); mixin(bindCode("vtkStringToImage_GetScaleToPowerOfTwo", "D_vtkStringToImage_GetScaleToPowerOfTwo")); mixin(bindCode("vtkStringToImage_Upcast", "D_vtkStringToImage_Upcast")); mixin(bindCode("vtkImageThresholdConnectivity_New", "D_vtkImageThresholdConnectivity_New")); mixin(bindCode("vtkImageThresholdConnectivity_IsTypeOf", "D_vtkImageThresholdConnectivity_IsTypeOf")); mixin(bindCode("vtkImageThresholdConnectivity_SafeDownCast", "D_vtkImageThresholdConnectivity_SafeDownCast")); mixin(bindCode("vtkImageThresholdConnectivity_NewInstance", "D_vtkImageThresholdConnectivity_NewInstance")); mixin(bindCode("vtkImageThresholdConnectivity_SetSeedPoints", "D_vtkImageThresholdConnectivity_SetSeedPoints")); mixin(bindCode("vtkImageThresholdConnectivity_GetSeedPoints", "D_vtkImageThresholdConnectivity_GetSeedPoints")); mixin(bindCode("vtkImageThresholdConnectivity_ThresholdByUpper", "D_vtkImageThresholdConnectivity_ThresholdByUpper")); mixin(bindCode("vtkImageThresholdConnectivity_ThresholdByLower", "D_vtkImageThresholdConnectivity_ThresholdByLower")); mixin(bindCode("vtkImageThresholdConnectivity_ThresholdBetween", "D_vtkImageThresholdConnectivity_ThresholdBetween")); mixin(bindCode("vtkImageThresholdConnectivity_SetReplaceIn", "D_vtkImageThresholdConnectivity_SetReplaceIn")); mixin(bindCode("vtkImageThresholdConnectivity_GetReplaceIn", "D_vtkImageThresholdConnectivity_GetReplaceIn")); mixin(bindCode("vtkImageThresholdConnectivity_ReplaceInOn", "D_vtkImageThresholdConnectivity_ReplaceInOn")); mixin(bindCode("vtkImageThresholdConnectivity_ReplaceInOff", "D_vtkImageThresholdConnectivity_ReplaceInOff")); mixin(bindCode("vtkImageThresholdConnectivity_SetInValue", "D_vtkImageThresholdConnectivity_SetInValue")); mixin(bindCode("vtkImageThresholdConnectivity_GetInValue", "D_vtkImageThresholdConnectivity_GetInValue")); mixin(bindCode("vtkImageThresholdConnectivity_SetReplaceOut", "D_vtkImageThresholdConnectivity_SetReplaceOut")); mixin(bindCode("vtkImageThresholdConnectivity_GetReplaceOut", "D_vtkImageThresholdConnectivity_GetReplaceOut")); mixin(bindCode("vtkImageThresholdConnectivity_ReplaceOutOn", "D_vtkImageThresholdConnectivity_ReplaceOutOn")); mixin(bindCode("vtkImageThresholdConnectivity_ReplaceOutOff", "D_vtkImageThresholdConnectivity_ReplaceOutOff")); mixin(bindCode("vtkImageThresholdConnectivity_SetOutValue", "D_vtkImageThresholdConnectivity_SetOutValue")); mixin(bindCode("vtkImageThresholdConnectivity_GetOutValue", "D_vtkImageThresholdConnectivity_GetOutValue")); mixin(bindCode("vtkImageThresholdConnectivity_GetUpperThreshold", "D_vtkImageThresholdConnectivity_GetUpperThreshold")); mixin(bindCode("vtkImageThresholdConnectivity_GetLowerThreshold", "D_vtkImageThresholdConnectivity_GetLowerThreshold")); mixin(bindCode("vtkImageThresholdConnectivity_SetSliceRangeX__SWIG_0", "D_vtkImageThresholdConnectivity_SetSliceRangeX__SWIG_0")); mixin(bindCode("vtkImageThresholdConnectivity_SetSliceRangeX__SWIG_1", "D_vtkImageThresholdConnectivity_SetSliceRangeX__SWIG_1")); mixin(bindCode("vtkImageThresholdConnectivity_GetSliceRangeX__SWIG_0", "D_vtkImageThresholdConnectivity_GetSliceRangeX__SWIG_0")); mixin(bindCode("vtkImageThresholdConnectivity_GetSliceRangeX__SWIG_1", "D_vtkImageThresholdConnectivity_GetSliceRangeX__SWIG_1")); mixin(bindCode("vtkImageThresholdConnectivity_GetSliceRangeX__SWIG_2", "D_vtkImageThresholdConnectivity_GetSliceRangeX__SWIG_2")); mixin(bindCode("vtkImageThresholdConnectivity_SetSliceRangeY__SWIG_0", "D_vtkImageThresholdConnectivity_SetSliceRangeY__SWIG_0")); mixin(bindCode("vtkImageThresholdConnectivity_SetSliceRangeY__SWIG_1", "D_vtkImageThresholdConnectivity_SetSliceRangeY__SWIG_1")); mixin(bindCode("vtkImageThresholdConnectivity_GetSliceRangeY__SWIG_0", "D_vtkImageThresholdConnectivity_GetSliceRangeY__SWIG_0")); mixin(bindCode("vtkImageThresholdConnectivity_GetSliceRangeY__SWIG_1", "D_vtkImageThresholdConnectivity_GetSliceRangeY__SWIG_1")); mixin(bindCode("vtkImageThresholdConnectivity_GetSliceRangeY__SWIG_2", "D_vtkImageThresholdConnectivity_GetSliceRangeY__SWIG_2")); mixin(bindCode("vtkImageThresholdConnectivity_SetSliceRangeZ__SWIG_0", "D_vtkImageThresholdConnectivity_SetSliceRangeZ__SWIG_0")); mixin(bindCode("vtkImageThresholdConnectivity_SetSliceRangeZ__SWIG_1", "D_vtkImageThresholdConnectivity_SetSliceRangeZ__SWIG_1")); mixin(bindCode("vtkImageThresholdConnectivity_GetSliceRangeZ__SWIG_0", "D_vtkImageThresholdConnectivity_GetSliceRangeZ__SWIG_0")); mixin(bindCode("vtkImageThresholdConnectivity_GetSliceRangeZ__SWIG_1", "D_vtkImageThresholdConnectivity_GetSliceRangeZ__SWIG_1")); mixin(bindCode("vtkImageThresholdConnectivity_GetSliceRangeZ__SWIG_2", "D_vtkImageThresholdConnectivity_GetSliceRangeZ__SWIG_2")); mixin(bindCode("vtkImageThresholdConnectivity_SetStencilData", "D_vtkImageThresholdConnectivity_SetStencilData")); mixin(bindCode("vtkImageThresholdConnectivity_GetStencil", "D_vtkImageThresholdConnectivity_GetStencil")); mixin(bindCode("vtkImageThresholdConnectivity_SetActiveComponent", "D_vtkImageThresholdConnectivity_SetActiveComponent")); mixin(bindCode("vtkImageThresholdConnectivity_GetActiveComponent", "D_vtkImageThresholdConnectivity_GetActiveComponent")); mixin(bindCode("vtkImageThresholdConnectivity_SetNeighborhoodRadius__SWIG_0", "D_vtkImageThresholdConnectivity_SetNeighborhoodRadius__SWIG_0")); mixin(bindCode("vtkImageThresholdConnectivity_SetNeighborhoodRadius__SWIG_1", "D_vtkImageThresholdConnectivity_SetNeighborhoodRadius__SWIG_1")); mixin(bindCode("vtkImageThresholdConnectivity_GetNeighborhoodRadius__SWIG_0", "D_vtkImageThresholdConnectivity_GetNeighborhoodRadius__SWIG_0")); mixin(bindCode("vtkImageThresholdConnectivity_GetNeighborhoodRadius__SWIG_1", "D_vtkImageThresholdConnectivity_GetNeighborhoodRadius__SWIG_1")); mixin(bindCode("vtkImageThresholdConnectivity_GetNeighborhoodRadius__SWIG_2", "D_vtkImageThresholdConnectivity_GetNeighborhoodRadius__SWIG_2")); mixin(bindCode("vtkImageThresholdConnectivity_SetNeighborhoodFraction", "D_vtkImageThresholdConnectivity_SetNeighborhoodFraction")); mixin(bindCode("vtkImageThresholdConnectivity_GetNeighborhoodFractionMinValue", "D_vtkImageThresholdConnectivity_GetNeighborhoodFractionMinValue")); mixin(bindCode("vtkImageThresholdConnectivity_GetNeighborhoodFractionMaxValue", "D_vtkImageThresholdConnectivity_GetNeighborhoodFractionMaxValue")); mixin(bindCode("vtkImageThresholdConnectivity_GetNeighborhoodFraction", "D_vtkImageThresholdConnectivity_GetNeighborhoodFraction")); mixin(bindCode("vtkImageThresholdConnectivity_GetNumberOfInVoxels", "D_vtkImageThresholdConnectivity_GetNumberOfInVoxels")); mixin(bindCode("vtkImageThresholdConnectivity_Upcast", "D_vtkImageThresholdConnectivity_Upcast")); mixin(bindCode("vtkModelMetadata_IsTypeOf", "D_vtkModelMetadata_IsTypeOf")); mixin(bindCode("vtkModelMetadata_SafeDownCast", "D_vtkModelMetadata_SafeDownCast")); mixin(bindCode("vtkModelMetadata_NewInstance", "D_vtkModelMetadata_NewInstance")); mixin(bindCode("vtkModelMetadata_New", "D_vtkModelMetadata_New")); mixin(bindCode("vtkModelMetadata_PrintGlobalInformation", "D_vtkModelMetadata_PrintGlobalInformation")); mixin(bindCode("vtkModelMetadata_PrintLocalInformation", "D_vtkModelMetadata_PrintLocalInformation")); mixin(bindCode("vtkModelMetadata_SetTitle", "D_vtkModelMetadata_SetTitle")); mixin(bindCode("vtkModelMetadata_GetTitle", "D_vtkModelMetadata_GetTitle")); mixin(bindCode("vtkModelMetadata_SetInformationLines", "D_vtkModelMetadata_SetInformationLines")); mixin(bindCode("vtkModelMetadata_AddInformationLine", "D_vtkModelMetadata_AddInformationLine")); mixin(bindCode("vtkModelMetadata_GetInformationLines", "D_vtkModelMetadata_GetInformationLines")); mixin(bindCode("vtkModelMetadata_GetNumberOfInformationLines", "D_vtkModelMetadata_GetNumberOfInformationLines")); mixin(bindCode("vtkModelMetadata_SetQARecords", "D_vtkModelMetadata_SetQARecords")); mixin(bindCode("vtkModelMetadata_AddQARecord", "D_vtkModelMetadata_AddQARecord")); mixin(bindCode("vtkModelMetadata_GetQARecord", "D_vtkModelMetadata_GetQARecord")); mixin(bindCode("vtkModelMetadata_GetNumberOfQARecords", "D_vtkModelMetadata_GetNumberOfQARecords")); mixin(bindCode("vtkModelMetadata_SetTimeStepIndex", "D_vtkModelMetadata_SetTimeStepIndex")); mixin(bindCode("vtkModelMetadata_GetTimeStepIndex", "D_vtkModelMetadata_GetTimeStepIndex")); mixin(bindCode("vtkModelMetadata_SetTimeSteps", "D_vtkModelMetadata_SetTimeSteps")); mixin(bindCode("vtkModelMetadata_GetNumberOfTimeSteps", "D_vtkModelMetadata_GetNumberOfTimeSteps")); mixin(bindCode("vtkModelMetadata_GetTimeStepValues", "D_vtkModelMetadata_GetTimeStepValues")); mixin(bindCode("vtkModelMetadata_SetCoordinateNames", "D_vtkModelMetadata_SetCoordinateNames")); mixin(bindCode("vtkModelMetadata_GetCoordinateNames", "D_vtkModelMetadata_GetCoordinateNames")); mixin(bindCode("vtkModelMetadata_GetDimension", "D_vtkModelMetadata_GetDimension")); mixin(bindCode("vtkModelMetadata_SetNumberOfBlocks", "D_vtkModelMetadata_SetNumberOfBlocks")); mixin(bindCode("vtkModelMetadata_GetNumberOfBlocks", "D_vtkModelMetadata_GetNumberOfBlocks")); mixin(bindCode("vtkModelMetadata_SetBlockIds", "D_vtkModelMetadata_SetBlockIds")); mixin(bindCode("vtkModelMetadata_GetBlockIds", "D_vtkModelMetadata_GetBlockIds")); mixin(bindCode("vtkModelMetadata_SetBlockElementType", "D_vtkModelMetadata_SetBlockElementType")); mixin(bindCode("vtkModelMetadata_GetBlockElementType", "D_vtkModelMetadata_GetBlockElementType")); mixin(bindCode("vtkModelMetadata_SetBlockNumberOfElements", "D_vtkModelMetadata_SetBlockNumberOfElements")); mixin(bindCode("vtkModelMetadata_GetBlockNumberOfElements", "D_vtkModelMetadata_GetBlockNumberOfElements")); mixin(bindCode("vtkModelMetadata_SetBlockNodesPerElement", "D_vtkModelMetadata_SetBlockNodesPerElement")); mixin(bindCode("vtkModelMetadata_GetBlockNodesPerElement", "D_vtkModelMetadata_GetBlockNodesPerElement")); mixin(bindCode("vtkModelMetadata_SetBlockElementIdList", "D_vtkModelMetadata_SetBlockElementIdList")); mixin(bindCode("vtkModelMetadata_GetBlockElementIdList", "D_vtkModelMetadata_GetBlockElementIdList")); mixin(bindCode("vtkModelMetadata_GetSumElementsPerBlock", "D_vtkModelMetadata_GetSumElementsPerBlock")); mixin(bindCode("vtkModelMetadata_GetBlockElementIdListIndex", "D_vtkModelMetadata_GetBlockElementIdListIndex")); mixin(bindCode("vtkModelMetadata_SetBlockNumberOfAttributesPerElement", "D_vtkModelMetadata_SetBlockNumberOfAttributesPerElement")); mixin(bindCode("vtkModelMetadata_GetBlockNumberOfAttributesPerElement", "D_vtkModelMetadata_GetBlockNumberOfAttributesPerElement")); mixin(bindCode("vtkModelMetadata_SetBlockAttributes", "D_vtkModelMetadata_SetBlockAttributes")); mixin(bindCode("vtkModelMetadata_GetBlockAttributes", "D_vtkModelMetadata_GetBlockAttributes")); mixin(bindCode("vtkModelMetadata_GetSizeBlockAttributeArray", "D_vtkModelMetadata_GetSizeBlockAttributeArray")); mixin(bindCode("vtkModelMetadata_GetBlockAttributesIndex", "D_vtkModelMetadata_GetBlockAttributesIndex")); mixin(bindCode("vtkModelMetadata_SetNumberOfNodeSets", "D_vtkModelMetadata_SetNumberOfNodeSets")); mixin(bindCode("vtkModelMetadata_GetNumberOfNodeSets", "D_vtkModelMetadata_GetNumberOfNodeSets")); mixin(bindCode("vtkModelMetadata_SetNodeSetIds", "D_vtkModelMetadata_SetNodeSetIds")); mixin(bindCode("vtkModelMetadata_GetNodeSetIds", "D_vtkModelMetadata_GetNodeSetIds")); mixin(bindCode("vtkModelMetadata_SetNodeSetSize", "D_vtkModelMetadata_SetNodeSetSize")); mixin(bindCode("vtkModelMetadata_GetNodeSetSize", "D_vtkModelMetadata_GetNodeSetSize")); mixin(bindCode("vtkModelMetadata_SetNodeSetNodeIdList", "D_vtkModelMetadata_SetNodeSetNodeIdList")); mixin(bindCode("vtkModelMetadata_GetNodeSetNodeIdList", "D_vtkModelMetadata_GetNodeSetNodeIdList")); mixin(bindCode("vtkModelMetadata_SetNodeSetNumberOfDistributionFactors", "D_vtkModelMetadata_SetNodeSetNumberOfDistributionFactors")); mixin(bindCode("vtkModelMetadata_GetNodeSetNumberOfDistributionFactors", "D_vtkModelMetadata_GetNodeSetNumberOfDistributionFactors")); mixin(bindCode("vtkModelMetadata_SetNodeSetDistributionFactors", "D_vtkModelMetadata_SetNodeSetDistributionFactors")); mixin(bindCode("vtkModelMetadata_GetNodeSetDistributionFactors", "D_vtkModelMetadata_GetNodeSetDistributionFactors")); mixin(bindCode("vtkModelMetadata_GetSumNodesPerNodeSet", "D_vtkModelMetadata_GetSumNodesPerNodeSet")); mixin(bindCode("vtkModelMetadata_GetSumDistFactPerNodeSet", "D_vtkModelMetadata_GetSumDistFactPerNodeSet")); mixin(bindCode("vtkModelMetadata_GetNodeSetNodeIdListIndex", "D_vtkModelMetadata_GetNodeSetNodeIdListIndex")); mixin(bindCode("vtkModelMetadata_GetNodeSetDistributionFactorIndex", "D_vtkModelMetadata_GetNodeSetDistributionFactorIndex")); mixin(bindCode("vtkModelMetadata_SetNumberOfSideSets", "D_vtkModelMetadata_SetNumberOfSideSets")); mixin(bindCode("vtkModelMetadata_GetNumberOfSideSets", "D_vtkModelMetadata_GetNumberOfSideSets")); mixin(bindCode("vtkModelMetadata_SetSideSetIds", "D_vtkModelMetadata_SetSideSetIds")); mixin(bindCode("vtkModelMetadata_GetSideSetIds", "D_vtkModelMetadata_GetSideSetIds")); mixin(bindCode("vtkModelMetadata_SetSideSetSize", "D_vtkModelMetadata_SetSideSetSize")); mixin(bindCode("vtkModelMetadata_GetSideSetSize", "D_vtkModelMetadata_GetSideSetSize")); mixin(bindCode("vtkModelMetadata_SetSideSetNumberOfDistributionFactors", "D_vtkModelMetadata_SetSideSetNumberOfDistributionFactors")); mixin(bindCode("vtkModelMetadata_GetSideSetNumberOfDistributionFactors", "D_vtkModelMetadata_GetSideSetNumberOfDistributionFactors")); mixin(bindCode("vtkModelMetadata_SetSideSetElementList", "D_vtkModelMetadata_SetSideSetElementList")); mixin(bindCode("vtkModelMetadata_GetSideSetElementList", "D_vtkModelMetadata_GetSideSetElementList")); mixin(bindCode("vtkModelMetadata_SetSideSetSideList", "D_vtkModelMetadata_SetSideSetSideList")); mixin(bindCode("vtkModelMetadata_GetSideSetSideList", "D_vtkModelMetadata_GetSideSetSideList")); mixin(bindCode("vtkModelMetadata_SetSideSetNumDFPerSide", "D_vtkModelMetadata_SetSideSetNumDFPerSide")); mixin(bindCode("vtkModelMetadata_GetSideSetNumDFPerSide", "D_vtkModelMetadata_GetSideSetNumDFPerSide")); mixin(bindCode("vtkModelMetadata_SetSideSetDistributionFactors", "D_vtkModelMetadata_SetSideSetDistributionFactors")); mixin(bindCode("vtkModelMetadata_GetSideSetDistributionFactors", "D_vtkModelMetadata_GetSideSetDistributionFactors")); mixin(bindCode("vtkModelMetadata_GetSumSidesPerSideSet", "D_vtkModelMetadata_GetSumSidesPerSideSet")); mixin(bindCode("vtkModelMetadata_GetSumDistFactPerSideSet", "D_vtkModelMetadata_GetSumDistFactPerSideSet")); mixin(bindCode("vtkModelMetadata_GetSideSetListIndex", "D_vtkModelMetadata_GetSideSetListIndex")); mixin(bindCode("vtkModelMetadata_GetSideSetDistributionFactorIndex", "D_vtkModelMetadata_GetSideSetDistributionFactorIndex")); mixin(bindCode("vtkModelMetadata_GetNumberOfBlockProperties", "D_vtkModelMetadata_GetNumberOfBlockProperties")); mixin(bindCode("vtkModelMetadata_SetBlockPropertyNames", "D_vtkModelMetadata_SetBlockPropertyNames")); mixin(bindCode("vtkModelMetadata_GetBlockPropertyNames", "D_vtkModelMetadata_GetBlockPropertyNames")); mixin(bindCode("vtkModelMetadata_SetBlockPropertyValue", "D_vtkModelMetadata_SetBlockPropertyValue")); mixin(bindCode("vtkModelMetadata_GetBlockPropertyValue", "D_vtkModelMetadata_GetBlockPropertyValue")); mixin(bindCode("vtkModelMetadata_GetNumberOfNodeSetProperties", "D_vtkModelMetadata_GetNumberOfNodeSetProperties")); mixin(bindCode("vtkModelMetadata_SetNodeSetPropertyNames", "D_vtkModelMetadata_SetNodeSetPropertyNames")); mixin(bindCode("vtkModelMetadata_GetNodeSetPropertyNames", "D_vtkModelMetadata_GetNodeSetPropertyNames")); mixin(bindCode("vtkModelMetadata_SetNodeSetPropertyValue", "D_vtkModelMetadata_SetNodeSetPropertyValue")); mixin(bindCode("vtkModelMetadata_GetNodeSetPropertyValue", "D_vtkModelMetadata_GetNodeSetPropertyValue")); mixin(bindCode("vtkModelMetadata_GetNumberOfSideSetProperties", "D_vtkModelMetadata_GetNumberOfSideSetProperties")); mixin(bindCode("vtkModelMetadata_SetSideSetPropertyNames", "D_vtkModelMetadata_SetSideSetPropertyNames")); mixin(bindCode("vtkModelMetadata_GetSideSetPropertyNames", "D_vtkModelMetadata_GetSideSetPropertyNames")); mixin(bindCode("vtkModelMetadata_SetSideSetPropertyValue", "D_vtkModelMetadata_SetSideSetPropertyValue")); mixin(bindCode("vtkModelMetadata_GetSideSetPropertyValue", "D_vtkModelMetadata_GetSideSetPropertyValue")); mixin(bindCode("vtkModelMetadata_GetNumberOfGlobalVariables", "D_vtkModelMetadata_GetNumberOfGlobalVariables")); mixin(bindCode("vtkModelMetadata_SetGlobalVariableNames", "D_vtkModelMetadata_SetGlobalVariableNames")); mixin(bindCode("vtkModelMetadata_GetGlobalVariableNames", "D_vtkModelMetadata_GetGlobalVariableNames")); mixin(bindCode("vtkModelMetadata_SetGlobalVariableValue", "D_vtkModelMetadata_SetGlobalVariableValue")); mixin(bindCode("vtkModelMetadata_GetGlobalVariableValue", "D_vtkModelMetadata_GetGlobalVariableValue")); mixin(bindCode("vtkModelMetadata_SetElementVariableInfo", "D_vtkModelMetadata_SetElementVariableInfo")); mixin(bindCode("vtkModelMetadata_SetNodeVariableInfo", "D_vtkModelMetadata_SetNodeVariableInfo")); mixin(bindCode("vtkModelMetadata_SetElementVariableTruthTable", "D_vtkModelMetadata_SetElementVariableTruthTable")); mixin(bindCode("vtkModelMetadata_GetElementVariableTruthTable", "D_vtkModelMetadata_GetElementVariableTruthTable")); mixin(bindCode("vtkModelMetadata_SetAllVariablesDefinedInAllBlocks", "D_vtkModelMetadata_SetAllVariablesDefinedInAllBlocks")); mixin(bindCode("vtkModelMetadata_AllVariablesDefinedInAllBlocksOn", "D_vtkModelMetadata_AllVariablesDefinedInAllBlocksOn")); mixin(bindCode("vtkModelMetadata_AllVariablesDefinedInAllBlocksOff", "D_vtkModelMetadata_AllVariablesDefinedInAllBlocksOff")); mixin(bindCode("vtkModelMetadata_GetAllVariablesDefinedInAllBlocks", "D_vtkModelMetadata_GetAllVariablesDefinedInAllBlocks")); mixin(bindCode("vtkModelMetadata_ElementVariableIsDefinedInBlock", "D_vtkModelMetadata_ElementVariableIsDefinedInBlock")); mixin(bindCode("vtkModelMetadata_GetOriginalNumberOfElementVariables", "D_vtkModelMetadata_GetOriginalNumberOfElementVariables")); mixin(bindCode("vtkModelMetadata_GetOriginalElementVariableNames", "D_vtkModelMetadata_GetOriginalElementVariableNames")); mixin(bindCode("vtkModelMetadata_GetNumberOfElementVariables", "D_vtkModelMetadata_GetNumberOfElementVariables")); mixin(bindCode("vtkModelMetadata_GetElementVariableNames", "D_vtkModelMetadata_GetElementVariableNames")); mixin(bindCode("vtkModelMetadata_GetElementVariableNumberOfComponents", "D_vtkModelMetadata_GetElementVariableNumberOfComponents")); mixin(bindCode("vtkModelMetadata_GetMapToOriginalElementVariableNames", "D_vtkModelMetadata_GetMapToOriginalElementVariableNames")); mixin(bindCode("vtkModelMetadata_GetOriginalNumberOfNodeVariables", "D_vtkModelMetadata_GetOriginalNumberOfNodeVariables")); mixin(bindCode("vtkModelMetadata_GetOriginalNodeVariableNames", "D_vtkModelMetadata_GetOriginalNodeVariableNames")); mixin(bindCode("vtkModelMetadata_GetNumberOfNodeVariables", "D_vtkModelMetadata_GetNumberOfNodeVariables")); mixin(bindCode("vtkModelMetadata_GetNodeVariableNames", "D_vtkModelMetadata_GetNodeVariableNames")); mixin(bindCode("vtkModelMetadata_GetNodeVariableNumberOfComponents", "D_vtkModelMetadata_GetNodeVariableNumberOfComponents")); mixin(bindCode("vtkModelMetadata_GetMapToOriginalNodeVariableNames", "D_vtkModelMetadata_GetMapToOriginalNodeVariableNames")); mixin(bindCode("vtkModelMetadata_FindOriginalElementVariableName", "D_vtkModelMetadata_FindOriginalElementVariableName")); mixin(bindCode("vtkModelMetadata_FindOriginalNodeVariableName", "D_vtkModelMetadata_FindOriginalNodeVariableName")); mixin(bindCode("vtkModelMetadata_HasMetadata", "D_vtkModelMetadata_HasMetadata")); mixin(bindCode("vtkModelMetadata_RemoveMetadata", "D_vtkModelMetadata_RemoveMetadata")); mixin(bindCode("vtkModelMetadata_Pack", "D_vtkModelMetadata_Pack")); mixin(bindCode("vtkModelMetadata_Unpack", "D_vtkModelMetadata_Unpack")); mixin(bindCode("vtkModelMetadata_AddUGridElementVariable", "D_vtkModelMetadata_AddUGridElementVariable")); mixin(bindCode("vtkModelMetadata_RemoveUGridElementVariable", "D_vtkModelMetadata_RemoveUGridElementVariable")); mixin(bindCode("vtkModelMetadata_AddUGridNodeVariable", "D_vtkModelMetadata_AddUGridNodeVariable")); mixin(bindCode("vtkModelMetadata_RemoveUGridNodeVariable", "D_vtkModelMetadata_RemoveUGridNodeVariable")); mixin(bindCode("vtkModelMetadata_MergeModelMetadata", "D_vtkModelMetadata_MergeModelMetadata")); mixin(bindCode("vtkModelMetadata_MergeGlobalInformation", "D_vtkModelMetadata_MergeGlobalInformation")); mixin(bindCode("vtkModelMetadata_ExtractModelMetadata", "D_vtkModelMetadata_ExtractModelMetadata")); mixin(bindCode("vtkModelMetadata_ExtractGlobalMetadata", "D_vtkModelMetadata_ExtractGlobalMetadata")); mixin(bindCode("vtkModelMetadata_FreeAllGlobalData", "D_vtkModelMetadata_FreeAllGlobalData")); mixin(bindCode("vtkModelMetadata_FreeAllLocalData", "D_vtkModelMetadata_FreeAllLocalData")); mixin(bindCode("vtkModelMetadata_FreeBlockDependentData", "D_vtkModelMetadata_FreeBlockDependentData")); mixin(bindCode("vtkModelMetadata_FreeOriginalElementVariableNames", "D_vtkModelMetadata_FreeOriginalElementVariableNames")); mixin(bindCode("vtkModelMetadata_FreeOriginalNodeVariableNames", "D_vtkModelMetadata_FreeOriginalNodeVariableNames")); mixin(bindCode("vtkModelMetadata_FreeUsedElementVariableNames", "D_vtkModelMetadata_FreeUsedElementVariableNames")); mixin(bindCode("vtkModelMetadata_FreeUsedNodeVariableNames", "D_vtkModelMetadata_FreeUsedNodeVariableNames")); mixin(bindCode("vtkModelMetadata_FreeUsedElementVariables", "D_vtkModelMetadata_FreeUsedElementVariables")); mixin(bindCode("vtkModelMetadata_FreeUsedNodeVariables", "D_vtkModelMetadata_FreeUsedNodeVariables")); mixin(bindCode("vtkModelMetadata_Reset", "D_vtkModelMetadata_Reset")); mixin(bindCode("vtkModelMetadata_GetBlockLocalIndex", "D_vtkModelMetadata_GetBlockLocalIndex")); mixin(bindCode("vtkModelMetadata_Upcast", "D_vtkModelMetadata_Upcast")); mixin(bindCode("vtkCosmicTreeLayoutStrategy_New", "D_vtkCosmicTreeLayoutStrategy_New")); mixin(bindCode("vtkCosmicTreeLayoutStrategy_IsTypeOf", "D_vtkCosmicTreeLayoutStrategy_IsTypeOf")); mixin(bindCode("vtkCosmicTreeLayoutStrategy_SafeDownCast", "D_vtkCosmicTreeLayoutStrategy_SafeDownCast")); mixin(bindCode("vtkCosmicTreeLayoutStrategy_NewInstance", "D_vtkCosmicTreeLayoutStrategy_NewInstance")); mixin(bindCode("vtkCosmicTreeLayoutStrategy_SetSizeLeafNodesOnly", "D_vtkCosmicTreeLayoutStrategy_SetSizeLeafNodesOnly")); mixin(bindCode("vtkCosmicTreeLayoutStrategy_GetSizeLeafNodesOnly", "D_vtkCosmicTreeLayoutStrategy_GetSizeLeafNodesOnly")); mixin(bindCode("vtkCosmicTreeLayoutStrategy_SizeLeafNodesOnlyOn", "D_vtkCosmicTreeLayoutStrategy_SizeLeafNodesOnlyOn")); mixin(bindCode("vtkCosmicTreeLayoutStrategy_SizeLeafNodesOnlyOff", "D_vtkCosmicTreeLayoutStrategy_SizeLeafNodesOnlyOff")); mixin(bindCode("vtkCosmicTreeLayoutStrategy_SetLayoutDepth", "D_vtkCosmicTreeLayoutStrategy_SetLayoutDepth")); mixin(bindCode("vtkCosmicTreeLayoutStrategy_GetLayoutDepth", "D_vtkCosmicTreeLayoutStrategy_GetLayoutDepth")); mixin(bindCode("vtkCosmicTreeLayoutStrategy_SetLayoutRoot", "D_vtkCosmicTreeLayoutStrategy_SetLayoutRoot")); mixin(bindCode("vtkCosmicTreeLayoutStrategy_GetLayoutRoot", "D_vtkCosmicTreeLayoutStrategy_GetLayoutRoot")); mixin(bindCode("vtkCosmicTreeLayoutStrategy_SetNodeSizeArrayName", "D_vtkCosmicTreeLayoutStrategy_SetNodeSizeArrayName")); mixin(bindCode("vtkCosmicTreeLayoutStrategy_GetNodeSizeArrayName", "D_vtkCosmicTreeLayoutStrategy_GetNodeSizeArrayName")); mixin(bindCode("vtkCosmicTreeLayoutStrategy_Upcast", "D_vtkCosmicTreeLayoutStrategy_Upcast")); mixin(bindCode("vtkPassThroughEdgeStrategy_New", "D_vtkPassThroughEdgeStrategy_New")); mixin(bindCode("vtkPassThroughEdgeStrategy_IsTypeOf", "D_vtkPassThroughEdgeStrategy_IsTypeOf")); mixin(bindCode("vtkPassThroughEdgeStrategy_SafeDownCast", "D_vtkPassThroughEdgeStrategy_SafeDownCast")); mixin(bindCode("vtkPassThroughEdgeStrategy_NewInstance", "D_vtkPassThroughEdgeStrategy_NewInstance")); mixin(bindCode("vtkPassThroughEdgeStrategy_Upcast", "D_vtkPassThroughEdgeStrategy_Upcast")); mixin(bindCode("vtkClipConvexPolyData_New", "D_vtkClipConvexPolyData_New")); mixin(bindCode("vtkClipConvexPolyData_IsTypeOf", "D_vtkClipConvexPolyData_IsTypeOf")); mixin(bindCode("vtkClipConvexPolyData_SafeDownCast", "D_vtkClipConvexPolyData_SafeDownCast")); mixin(bindCode("vtkClipConvexPolyData_NewInstance", "D_vtkClipConvexPolyData_NewInstance")); mixin(bindCode("vtkClipConvexPolyData_SetPlanes", "D_vtkClipConvexPolyData_SetPlanes")); mixin(bindCode("vtkClipConvexPolyData_GetPlanes", "D_vtkClipConvexPolyData_GetPlanes")); mixin(bindCode("vtkClipConvexPolyData_Upcast", "D_vtkClipConvexPolyData_Upcast")); mixin(bindCode("vtkCompositeCutter_IsTypeOf", "D_vtkCompositeCutter_IsTypeOf")); mixin(bindCode("vtkCompositeCutter_SafeDownCast", "D_vtkCompositeCutter_SafeDownCast")); mixin(bindCode("vtkCompositeCutter_NewInstance", "D_vtkCompositeCutter_NewInstance")); mixin(bindCode("vtkCompositeCutter_New", "D_vtkCompositeCutter_New")); mixin(bindCode("vtkCompositeCutter_Upcast", "D_vtkCompositeCutter_Upcast")); mixin(bindCode("vtkAppendSelection_New", "D_vtkAppendSelection_New")); mixin(bindCode("vtkAppendSelection_IsTypeOf", "D_vtkAppendSelection_IsTypeOf")); mixin(bindCode("vtkAppendSelection_SafeDownCast", "D_vtkAppendSelection_SafeDownCast")); mixin(bindCode("vtkAppendSelection_NewInstance", "D_vtkAppendSelection_NewInstance")); mixin(bindCode("vtkAppendSelection_SetUserManagedInputs", "D_vtkAppendSelection_SetUserManagedInputs")); mixin(bindCode("vtkAppendSelection_GetUserManagedInputs", "D_vtkAppendSelection_GetUserManagedInputs")); mixin(bindCode("vtkAppendSelection_UserManagedInputsOn", "D_vtkAppendSelection_UserManagedInputsOn")); mixin(bindCode("vtkAppendSelection_UserManagedInputsOff", "D_vtkAppendSelection_UserManagedInputsOff")); mixin(bindCode("vtkAppendSelection_AddInputData", "D_vtkAppendSelection_AddInputData")); mixin(bindCode("vtkAppendSelection_RemoveInputData", "D_vtkAppendSelection_RemoveInputData")); mixin(bindCode("vtkAppendSelection_SetNumberOfInputs", "D_vtkAppendSelection_SetNumberOfInputs")); mixin(bindCode("vtkAppendSelection_SetInputConnectionByNumber", "D_vtkAppendSelection_SetInputConnectionByNumber")); mixin(bindCode("vtkAppendSelection_SetAppendByUnion", "D_vtkAppendSelection_SetAppendByUnion")); mixin(bindCode("vtkAppendSelection_GetAppendByUnion", "D_vtkAppendSelection_GetAppendByUnion")); mixin(bindCode("vtkAppendSelection_AppendByUnionOn", "D_vtkAppendSelection_AppendByUnionOn")); mixin(bindCode("vtkAppendSelection_AppendByUnionOff", "D_vtkAppendSelection_AppendByUnionOff")); mixin(bindCode("vtkAppendSelection_Upcast", "D_vtkAppendSelection_Upcast")); mixin(bindCode("vtkInformationIterator_New", "D_vtkInformationIterator_New")); mixin(bindCode("vtkInformationIterator_IsTypeOf", "D_vtkInformationIterator_IsTypeOf")); mixin(bindCode("vtkInformationIterator_SafeDownCast", "D_vtkInformationIterator_SafeDownCast")); mixin(bindCode("vtkInformationIterator_NewInstance", "D_vtkInformationIterator_NewInstance")); mixin(bindCode("vtkInformationIterator_SetInformation", "D_vtkInformationIterator_SetInformation")); mixin(bindCode("vtkInformationIterator_GetInformation", "D_vtkInformationIterator_GetInformation")); mixin(bindCode("vtkInformationIterator_SetInformationWeak", "D_vtkInformationIterator_SetInformationWeak")); mixin(bindCode("vtkInformationIterator_InitTraversal", "D_vtkInformationIterator_InitTraversal")); mixin(bindCode("vtkInformationIterator_GoToFirstItem", "D_vtkInformationIterator_GoToFirstItem")); mixin(bindCode("vtkInformationIterator_GoToNextItem", "D_vtkInformationIterator_GoToNextItem")); mixin(bindCode("vtkInformationIterator_IsDoneWithTraversal", "D_vtkInformationIterator_IsDoneWithTraversal")); mixin(bindCode("vtkInformationIterator_GetCurrentKey", "D_vtkInformationIterator_GetCurrentKey")); mixin(bindCode("vtkInformationIterator_Upcast", "D_vtkInformationIterator_Upcast")); mixin(bindCode("vtkPlotBar_IsTypeOf", "D_vtkPlotBar_IsTypeOf")); mixin(bindCode("vtkPlotBar_SafeDownCast", "D_vtkPlotBar_SafeDownCast")); mixin(bindCode("vtkPlotBar_NewInstance", "D_vtkPlotBar_NewInstance")); mixin(bindCode("vtkPlotBar_New", "D_vtkPlotBar_New")); mixin(bindCode("vtkPlotBar_SetColor__SWIG_0", "D_vtkPlotBar_SetColor__SWIG_0")); mixin(bindCode("vtkPlotBar_SetColor__SWIG_1", "D_vtkPlotBar_SetColor__SWIG_1")); mixin(bindCode("vtkPlotBar_SetOffset", "D_vtkPlotBar_SetOffset")); mixin(bindCode("vtkPlotBar_GetOffset", "D_vtkPlotBar_GetOffset")); mixin(bindCode("vtkPlotBar_SetOrientation", "D_vtkPlotBar_SetOrientation")); mixin(bindCode("vtkPlotBar_GetOrientation", "D_vtkPlotBar_GetOrientation")); mixin(bindCode("vtkPlotBar_GetBounds__SWIG_0", "D_vtkPlotBar_GetBounds__SWIG_0")); mixin(bindCode("vtkPlotBar_GetBounds__SWIG_1", "D_vtkPlotBar_GetBounds__SWIG_1")); mixin(bindCode("vtkPlotBar_SetColorSeries", "D_vtkPlotBar_SetColorSeries")); mixin(bindCode("vtkPlotBar_GetColorSeries", "D_vtkPlotBar_GetColorSeries")); mixin(bindCode("vtkPlotBar_SetGroupName", "D_vtkPlotBar_SetGroupName")); mixin(bindCode("vtkPlotBar_GetGroupName", "D_vtkPlotBar_GetGroupName")); mixin(bindCode("vtkPlotBar_GetTooltipLabel", "D_vtkPlotBar_GetTooltipLabel")); mixin(bindCode("vtkPlotBar_SelectPoints", "D_vtkPlotBar_SelectPoints")); mixin(bindCode("new_vtkPlotBar", "D_new_vtkPlotBar")); mixin(bindCode("delete_vtkPlotBar", "D_delete_vtkPlotBar")); mixin(bindCode("vtkPlotBar_Upcast", "D_vtkPlotBar_Upcast")); mixin(bindCode("vtkMultiTimeStepAlgorithm_New", "D_vtkMultiTimeStepAlgorithm_New")); mixin(bindCode("vtkMultiTimeStepAlgorithm_IsTypeOf", "D_vtkMultiTimeStepAlgorithm_IsTypeOf")); mixin(bindCode("vtkMultiTimeStepAlgorithm_SafeDownCast", "D_vtkMultiTimeStepAlgorithm_SafeDownCast")); mixin(bindCode("vtkMultiTimeStepAlgorithm_NewInstance", "D_vtkMultiTimeStepAlgorithm_NewInstance")); mixin(bindCode("vtkMultiTimeStepAlgorithm_Upcast", "D_vtkMultiTimeStepAlgorithm_Upcast")); mixin(bindCode("vtkEnSightGoldBinaryReader_New", "D_vtkEnSightGoldBinaryReader_New")); mixin(bindCode("vtkEnSightGoldBinaryReader_IsTypeOf", "D_vtkEnSightGoldBinaryReader_IsTypeOf")); mixin(bindCode("vtkEnSightGoldBinaryReader_SafeDownCast", "D_vtkEnSightGoldBinaryReader_SafeDownCast")); mixin(bindCode("vtkEnSightGoldBinaryReader_NewInstance", "D_vtkEnSightGoldBinaryReader_NewInstance")); mixin(bindCode("vtkEnSightGoldBinaryReader_Upcast", "D_vtkEnSightGoldBinaryReader_Upcast")); mixin(bindCode("vtkImageEllipsoidSource_New", "D_vtkImageEllipsoidSource_New")); mixin(bindCode("vtkImageEllipsoidSource_IsTypeOf", "D_vtkImageEllipsoidSource_IsTypeOf")); mixin(bindCode("vtkImageEllipsoidSource_SafeDownCast", "D_vtkImageEllipsoidSource_SafeDownCast")); mixin(bindCode("vtkImageEllipsoidSource_NewInstance", "D_vtkImageEllipsoidSource_NewInstance")); mixin(bindCode("vtkImageEllipsoidSource_SetWholeExtent__SWIG_0", "D_vtkImageEllipsoidSource_SetWholeExtent__SWIG_0")); mixin(bindCode("vtkImageEllipsoidSource_SetWholeExtent__SWIG_1", "D_vtkImageEllipsoidSource_SetWholeExtent__SWIG_1")); mixin(bindCode("vtkImageEllipsoidSource_GetWholeExtent__SWIG_0", "D_vtkImageEllipsoidSource_GetWholeExtent__SWIG_0")); mixin(bindCode("vtkImageEllipsoidSource_GetWholeExtent__SWIG_1", "D_vtkImageEllipsoidSource_GetWholeExtent__SWIG_1")); mixin(bindCode("vtkImageEllipsoidSource_SetCenter__SWIG_0", "D_vtkImageEllipsoidSource_SetCenter__SWIG_0")); mixin(bindCode("vtkImageEllipsoidSource_SetCenter__SWIG_1", "D_vtkImageEllipsoidSource_SetCenter__SWIG_1")); mixin(bindCode("vtkImageEllipsoidSource_GetCenter__SWIG_0", "D_vtkImageEllipsoidSource_GetCenter__SWIG_0")); mixin(bindCode("vtkImageEllipsoidSource_GetCenter__SWIG_1", "D_vtkImageEllipsoidSource_GetCenter__SWIG_1")); mixin(bindCode("vtkImageEllipsoidSource_GetCenter__SWIG_2", "D_vtkImageEllipsoidSource_GetCenter__SWIG_2")); mixin(bindCode("vtkImageEllipsoidSource_SetRadius__SWIG_0", "D_vtkImageEllipsoidSource_SetRadius__SWIG_0")); mixin(bindCode("vtkImageEllipsoidSource_SetRadius__SWIG_1", "D_vtkImageEllipsoidSource_SetRadius__SWIG_1")); mixin(bindCode("vtkImageEllipsoidSource_GetRadius__SWIG_0", "D_vtkImageEllipsoidSource_GetRadius__SWIG_0")); mixin(bindCode("vtkImageEllipsoidSource_GetRadius__SWIG_1", "D_vtkImageEllipsoidSource_GetRadius__SWIG_1")); mixin(bindCode("vtkImageEllipsoidSource_GetRadius__SWIG_2", "D_vtkImageEllipsoidSource_GetRadius__SWIG_2")); mixin(bindCode("vtkImageEllipsoidSource_SetInValue", "D_vtkImageEllipsoidSource_SetInValue")); mixin(bindCode("vtkImageEllipsoidSource_GetInValue", "D_vtkImageEllipsoidSource_GetInValue")); mixin(bindCode("vtkImageEllipsoidSource_SetOutValue", "D_vtkImageEllipsoidSource_SetOutValue")); mixin(bindCode("vtkImageEllipsoidSource_GetOutValue", "D_vtkImageEllipsoidSource_GetOutValue")); mixin(bindCode("vtkImageEllipsoidSource_SetOutputScalarType", "D_vtkImageEllipsoidSource_SetOutputScalarType")); mixin(bindCode("vtkImageEllipsoidSource_GetOutputScalarType", "D_vtkImageEllipsoidSource_GetOutputScalarType")); mixin(bindCode("vtkImageEllipsoidSource_SetOutputScalarTypeToFloat", "D_vtkImageEllipsoidSource_SetOutputScalarTypeToFloat")); mixin(bindCode("vtkImageEllipsoidSource_SetOutputScalarTypeToDouble", "D_vtkImageEllipsoidSource_SetOutputScalarTypeToDouble")); mixin(bindCode("vtkImageEllipsoidSource_SetOutputScalarTypeToLong", "D_vtkImageEllipsoidSource_SetOutputScalarTypeToLong")); mixin(bindCode("vtkImageEllipsoidSource_SetOutputScalarTypeToUnsignedLong", "D_vtkImageEllipsoidSource_SetOutputScalarTypeToUnsignedLong")); mixin(bindCode("vtkImageEllipsoidSource_SetOutputScalarTypeToInt", "D_vtkImageEllipsoidSource_SetOutputScalarTypeToInt")); mixin(bindCode("vtkImageEllipsoidSource_SetOutputScalarTypeToUnsignedInt", "D_vtkImageEllipsoidSource_SetOutputScalarTypeToUnsignedInt")); mixin(bindCode("vtkImageEllipsoidSource_SetOutputScalarTypeToShort", "D_vtkImageEllipsoidSource_SetOutputScalarTypeToShort")); mixin(bindCode("vtkImageEllipsoidSource_SetOutputScalarTypeToUnsignedShort", "D_vtkImageEllipsoidSource_SetOutputScalarTypeToUnsignedShort")); mixin(bindCode("vtkImageEllipsoidSource_SetOutputScalarTypeToChar", "D_vtkImageEllipsoidSource_SetOutputScalarTypeToChar")); mixin(bindCode("vtkImageEllipsoidSource_SetOutputScalarTypeToUnsignedChar", "D_vtkImageEllipsoidSource_SetOutputScalarTypeToUnsignedChar")); mixin(bindCode("vtkImageEllipsoidSource_Upcast", "D_vtkImageEllipsoidSource_Upcast")); mixin(bindCode("vtkSampleFunction_IsTypeOf", "D_vtkSampleFunction_IsTypeOf")); mixin(bindCode("vtkSampleFunction_SafeDownCast", "D_vtkSampleFunction_SafeDownCast")); mixin(bindCode("vtkSampleFunction_NewInstance", "D_vtkSampleFunction_NewInstance")); mixin(bindCode("vtkSampleFunction_New", "D_vtkSampleFunction_New")); mixin(bindCode("vtkSampleFunction_SetImplicitFunction", "D_vtkSampleFunction_SetImplicitFunction")); mixin(bindCode("vtkSampleFunction_GetImplicitFunction", "D_vtkSampleFunction_GetImplicitFunction")); mixin(bindCode("vtkSampleFunction_SetOutputScalarType", "D_vtkSampleFunction_SetOutputScalarType")); mixin(bindCode("vtkSampleFunction_GetOutputScalarType", "D_vtkSampleFunction_GetOutputScalarType")); mixin(bindCode("vtkSampleFunction_SetOutputScalarTypeToDouble", "D_vtkSampleFunction_SetOutputScalarTypeToDouble")); mixin(bindCode("vtkSampleFunction_SetOutputScalarTypeToFloat", "D_vtkSampleFunction_SetOutputScalarTypeToFloat")); mixin(bindCode("vtkSampleFunction_SetOutputScalarTypeToLong", "D_vtkSampleFunction_SetOutputScalarTypeToLong")); mixin(bindCode("vtkSampleFunction_SetOutputScalarTypeToUnsignedLong", "D_vtkSampleFunction_SetOutputScalarTypeToUnsignedLong")); mixin(bindCode("vtkSampleFunction_SetOutputScalarTypeToInt", "D_vtkSampleFunction_SetOutputScalarTypeToInt")); mixin(bindCode("vtkSampleFunction_SetOutputScalarTypeToUnsignedInt", "D_vtkSampleFunction_SetOutputScalarTypeToUnsignedInt")); mixin(bindCode("vtkSampleFunction_SetOutputScalarTypeToShort", "D_vtkSampleFunction_SetOutputScalarTypeToShort")); mixin(bindCode("vtkSampleFunction_SetOutputScalarTypeToUnsignedShort", "D_vtkSampleFunction_SetOutputScalarTypeToUnsignedShort")); mixin(bindCode("vtkSampleFunction_SetOutputScalarTypeToChar", "D_vtkSampleFunction_SetOutputScalarTypeToChar")); mixin(bindCode("vtkSampleFunction_SetOutputScalarTypeToUnsignedChar", "D_vtkSampleFunction_SetOutputScalarTypeToUnsignedChar")); mixin(bindCode("vtkSampleFunction_SetScalars", "D_vtkSampleFunction_SetScalars")); mixin(bindCode("vtkSampleFunction_SetSampleDimensions__SWIG_0", "D_vtkSampleFunction_SetSampleDimensions__SWIG_0")); mixin(bindCode("vtkSampleFunction_SetSampleDimensions__SWIG_1", "D_vtkSampleFunction_SetSampleDimensions__SWIG_1")); mixin(bindCode("vtkSampleFunction_GetSampleDimensions__SWIG_0", "D_vtkSampleFunction_GetSampleDimensions__SWIG_0")); mixin(bindCode("vtkSampleFunction_GetSampleDimensions__SWIG_1", "D_vtkSampleFunction_GetSampleDimensions__SWIG_1")); mixin(bindCode("vtkSampleFunction_SetModelBounds__SWIG_0", "D_vtkSampleFunction_SetModelBounds__SWIG_0")); mixin(bindCode("vtkSampleFunction_SetModelBounds__SWIG_1", "D_vtkSampleFunction_SetModelBounds__SWIG_1")); mixin(bindCode("vtkSampleFunction_GetModelBounds__SWIG_0", "D_vtkSampleFunction_GetModelBounds__SWIG_0")); mixin(bindCode("vtkSampleFunction_GetModelBounds__SWIG_1", "D_vtkSampleFunction_GetModelBounds__SWIG_1")); mixin(bindCode("vtkSampleFunction_SetCapping", "D_vtkSampleFunction_SetCapping")); mixin(bindCode("vtkSampleFunction_GetCapping", "D_vtkSampleFunction_GetCapping")); mixin(bindCode("vtkSampleFunction_CappingOn", "D_vtkSampleFunction_CappingOn")); mixin(bindCode("vtkSampleFunction_CappingOff", "D_vtkSampleFunction_CappingOff")); mixin(bindCode("vtkSampleFunction_SetCapValue", "D_vtkSampleFunction_SetCapValue")); mixin(bindCode("vtkSampleFunction_GetCapValue", "D_vtkSampleFunction_GetCapValue")); mixin(bindCode("vtkSampleFunction_SetComputeNormals", "D_vtkSampleFunction_SetComputeNormals")); mixin(bindCode("vtkSampleFunction_GetComputeNormals", "D_vtkSampleFunction_GetComputeNormals")); mixin(bindCode("vtkSampleFunction_ComputeNormalsOn", "D_vtkSampleFunction_ComputeNormalsOn")); mixin(bindCode("vtkSampleFunction_ComputeNormalsOff", "D_vtkSampleFunction_ComputeNormalsOff")); mixin(bindCode("vtkSampleFunction_SetScalarArrayName", "D_vtkSampleFunction_SetScalarArrayName")); mixin(bindCode("vtkSampleFunction_GetScalarArrayName", "D_vtkSampleFunction_GetScalarArrayName")); mixin(bindCode("vtkSampleFunction_SetNormalArrayName", "D_vtkSampleFunction_SetNormalArrayName")); mixin(bindCode("vtkSampleFunction_GetNormalArrayName", "D_vtkSampleFunction_GetNormalArrayName")); mixin(bindCode("vtkSampleFunction_Upcast", "D_vtkSampleFunction_Upcast")); mixin(bindCode("vtkAreaLayoutStrategy_IsTypeOf", "D_vtkAreaLayoutStrategy_IsTypeOf")); mixin(bindCode("vtkAreaLayoutStrategy_SafeDownCast", "D_vtkAreaLayoutStrategy_SafeDownCast")); mixin(bindCode("vtkAreaLayoutStrategy_NewInstance", "D_vtkAreaLayoutStrategy_NewInstance")); mixin(bindCode("vtkAreaLayoutStrategy_Layout", "D_vtkAreaLayoutStrategy_Layout")); mixin(bindCode("vtkAreaLayoutStrategy_LayoutEdgePoints", "D_vtkAreaLayoutStrategy_LayoutEdgePoints")); mixin(bindCode("vtkAreaLayoutStrategy_FindVertex", "D_vtkAreaLayoutStrategy_FindVertex")); mixin(bindCode("vtkAreaLayoutStrategy_SetShrinkPercentage", "D_vtkAreaLayoutStrategy_SetShrinkPercentage")); mixin(bindCode("vtkAreaLayoutStrategy_GetShrinkPercentageMinValue", "D_vtkAreaLayoutStrategy_GetShrinkPercentageMinValue")); mixin(bindCode("vtkAreaLayoutStrategy_GetShrinkPercentageMaxValue", "D_vtkAreaLayoutStrategy_GetShrinkPercentageMaxValue")); mixin(bindCode("vtkAreaLayoutStrategy_GetShrinkPercentage", "D_vtkAreaLayoutStrategy_GetShrinkPercentage")); mixin(bindCode("vtkAreaLayoutStrategy_Upcast", "D_vtkAreaLayoutStrategy_Upcast")); mixin(bindCode("vtkTreeMapLayoutStrategy_IsTypeOf", "D_vtkTreeMapLayoutStrategy_IsTypeOf")); mixin(bindCode("vtkTreeMapLayoutStrategy_SafeDownCast", "D_vtkTreeMapLayoutStrategy_SafeDownCast")); mixin(bindCode("vtkTreeMapLayoutStrategy_NewInstance", "D_vtkTreeMapLayoutStrategy_NewInstance")); mixin(bindCode("vtkTreeMapLayoutStrategy_Upcast", "D_vtkTreeMapLayoutStrategy_Upcast")); mixin(bindCode("vtkTextSource_IsTypeOf", "D_vtkTextSource_IsTypeOf")); mixin(bindCode("vtkTextSource_SafeDownCast", "D_vtkTextSource_SafeDownCast")); mixin(bindCode("vtkTextSource_NewInstance", "D_vtkTextSource_NewInstance")); mixin(bindCode("vtkTextSource_New", "D_vtkTextSource_New")); mixin(bindCode("vtkTextSource_SetText", "D_vtkTextSource_SetText")); mixin(bindCode("vtkTextSource_GetText", "D_vtkTextSource_GetText")); mixin(bindCode("vtkTextSource_SetBacking", "D_vtkTextSource_SetBacking")); mixin(bindCode("vtkTextSource_GetBacking", "D_vtkTextSource_GetBacking")); mixin(bindCode("vtkTextSource_BackingOn", "D_vtkTextSource_BackingOn")); mixin(bindCode("vtkTextSource_BackingOff", "D_vtkTextSource_BackingOff")); mixin(bindCode("vtkTextSource_SetForegroundColor__SWIG_0", "D_vtkTextSource_SetForegroundColor__SWIG_0")); mixin(bindCode("vtkTextSource_SetForegroundColor__SWIG_1", "D_vtkTextSource_SetForegroundColor__SWIG_1")); mixin(bindCode("vtkTextSource_GetForegroundColor__SWIG_0", "D_vtkTextSource_GetForegroundColor__SWIG_0")); mixin(bindCode("vtkTextSource_GetForegroundColor__SWIG_1", "D_vtkTextSource_GetForegroundColor__SWIG_1")); mixin(bindCode("vtkTextSource_SetBackgroundColor__SWIG_0", "D_vtkTextSource_SetBackgroundColor__SWIG_0")); mixin(bindCode("vtkTextSource_SetBackgroundColor__SWIG_1", "D_vtkTextSource_SetBackgroundColor__SWIG_1")); mixin(bindCode("vtkTextSource_GetBackgroundColor__SWIG_0", "D_vtkTextSource_GetBackgroundColor__SWIG_0")); mixin(bindCode("vtkTextSource_GetBackgroundColor__SWIG_1", "D_vtkTextSource_GetBackgroundColor__SWIG_1")); mixin(bindCode("vtkTextSource_Upcast", "D_vtkTextSource_Upcast")); mixin(bindCode("vtkDecimatePolylineFilter_IsTypeOf", "D_vtkDecimatePolylineFilter_IsTypeOf")); mixin(bindCode("vtkDecimatePolylineFilter_SafeDownCast", "D_vtkDecimatePolylineFilter_SafeDownCast")); mixin(bindCode("vtkDecimatePolylineFilter_NewInstance", "D_vtkDecimatePolylineFilter_NewInstance")); mixin(bindCode("vtkDecimatePolylineFilter_New", "D_vtkDecimatePolylineFilter_New")); mixin(bindCode("vtkDecimatePolylineFilter_SetTargetReduction", "D_vtkDecimatePolylineFilter_SetTargetReduction")); mixin(bindCode("vtkDecimatePolylineFilter_GetTargetReductionMinValue", "D_vtkDecimatePolylineFilter_GetTargetReductionMinValue")); mixin(bindCode("vtkDecimatePolylineFilter_GetTargetReductionMaxValue", "D_vtkDecimatePolylineFilter_GetTargetReductionMaxValue")); mixin(bindCode("vtkDecimatePolylineFilter_GetTargetReduction", "D_vtkDecimatePolylineFilter_GetTargetReduction")); mixin(bindCode("vtkDecimatePolylineFilter_Upcast", "D_vtkDecimatePolylineFilter_Upcast")); mixin(bindCode("vtkImplicitSum_New", "D_vtkImplicitSum_New")); mixin(bindCode("vtkImplicitSum_IsTypeOf", "D_vtkImplicitSum_IsTypeOf")); mixin(bindCode("vtkImplicitSum_SafeDownCast", "D_vtkImplicitSum_SafeDownCast")); mixin(bindCode("vtkImplicitSum_NewInstance", "D_vtkImplicitSum_NewInstance")); mixin(bindCode("vtkImplicitSum_EvaluateFunction__SWIG_0", "D_vtkImplicitSum_EvaluateFunction__SWIG_0")); mixin(bindCode("vtkImplicitSum_EvaluateFunction__SWIG_1", "D_vtkImplicitSum_EvaluateFunction__SWIG_1")); mixin(bindCode("vtkImplicitSum_AddFunction__SWIG_0", "D_vtkImplicitSum_AddFunction__SWIG_0")); mixin(bindCode("vtkImplicitSum_AddFunction__SWIG_1", "D_vtkImplicitSum_AddFunction__SWIG_1")); mixin(bindCode("vtkImplicitSum_RemoveAllFunctions", "D_vtkImplicitSum_RemoveAllFunctions")); mixin(bindCode("vtkImplicitSum_SetFunctionWeight", "D_vtkImplicitSum_SetFunctionWeight")); mixin(bindCode("vtkImplicitSum_SetNormalizeByWeight", "D_vtkImplicitSum_SetNormalizeByWeight")); mixin(bindCode("vtkImplicitSum_GetNormalizeByWeight", "D_vtkImplicitSum_GetNormalizeByWeight")); mixin(bindCode("vtkImplicitSum_NormalizeByWeightOn", "D_vtkImplicitSum_NormalizeByWeightOn")); mixin(bindCode("vtkImplicitSum_NormalizeByWeightOff", "D_vtkImplicitSum_NormalizeByWeightOff")); mixin(bindCode("vtkImplicitSum_Upcast", "D_vtkImplicitSum_Upcast")); mixin(bindCode("vtkCellArray_IsTypeOf", "D_vtkCellArray_IsTypeOf")); mixin(bindCode("vtkCellArray_SafeDownCast", "D_vtkCellArray_SafeDownCast")); mixin(bindCode("vtkCellArray_NewInstance", "D_vtkCellArray_NewInstance")); mixin(bindCode("vtkCellArray_New", "D_vtkCellArray_New")); mixin(bindCode("vtkCellArray_Allocate__SWIG_0", "D_vtkCellArray_Allocate__SWIG_0")); mixin(bindCode("vtkCellArray_Allocate__SWIG_1", "D_vtkCellArray_Allocate__SWIG_1")); mixin(bindCode("vtkCellArray_Initialize", "D_vtkCellArray_Initialize")); mixin(bindCode("vtkCellArray_GetNumberOfCells", "D_vtkCellArray_GetNumberOfCells")); mixin(bindCode("vtkCellArray_SetNumberOfCells", "D_vtkCellArray_SetNumberOfCells")); mixin(bindCode("vtkCellArray_EstimateSize", "D_vtkCellArray_EstimateSize")); mixin(bindCode("vtkCellArray_InitTraversal", "D_vtkCellArray_InitTraversal")); mixin(bindCode("vtkCellArray_GetNextCell__SWIG_0", "D_vtkCellArray_GetNextCell__SWIG_0")); mixin(bindCode("vtkCellArray_GetNextCell__SWIG_1", "D_vtkCellArray_GetNextCell__SWIG_1")); mixin(bindCode("vtkCellArray_GetSize", "D_vtkCellArray_GetSize")); mixin(bindCode("vtkCellArray_GetNumberOfConnectivityEntries", "D_vtkCellArray_GetNumberOfConnectivityEntries")); mixin(bindCode("vtkCellArray_GetCell__SWIG_0", "D_vtkCellArray_GetCell__SWIG_0")); mixin(bindCode("vtkCellArray_GetCell__SWIG_1", "D_vtkCellArray_GetCell__SWIG_1")); mixin(bindCode("vtkCellArray_InsertNextCell__SWIG_0", "D_vtkCellArray_InsertNextCell__SWIG_0")); mixin(bindCode("vtkCellArray_InsertNextCell__SWIG_1", "D_vtkCellArray_InsertNextCell__SWIG_1")); mixin(bindCode("vtkCellArray_InsertNextCell__SWIG_2", "D_vtkCellArray_InsertNextCell__SWIG_2")); mixin(bindCode("vtkCellArray_InsertNextCell__SWIG_3", "D_vtkCellArray_InsertNextCell__SWIG_3")); mixin(bindCode("vtkCellArray_InsertCellPoint", "D_vtkCellArray_InsertCellPoint")); mixin(bindCode("vtkCellArray_UpdateCellCount", "D_vtkCellArray_UpdateCellCount")); mixin(bindCode("vtkCellArray_GetInsertLocation", "D_vtkCellArray_GetInsertLocation")); mixin(bindCode("vtkCellArray_GetTraversalLocation__SWIG_0", "D_vtkCellArray_GetTraversalLocation__SWIG_0")); mixin(bindCode("vtkCellArray_SetTraversalLocation", "D_vtkCellArray_SetTraversalLocation")); mixin(bindCode("vtkCellArray_GetTraversalLocation__SWIG_1", "D_vtkCellArray_GetTraversalLocation__SWIG_1")); mixin(bindCode("vtkCellArray_ReverseCell", "D_vtkCellArray_ReverseCell")); mixin(bindCode("vtkCellArray_ReplaceCell", "D_vtkCellArray_ReplaceCell")); mixin(bindCode("vtkCellArray_GetMaxCellSize", "D_vtkCellArray_GetMaxCellSize")); mixin(bindCode("vtkCellArray_GetPointer", "D_vtkCellArray_GetPointer")); mixin(bindCode("vtkCellArray_WritePointer", "D_vtkCellArray_WritePointer")); mixin(bindCode("vtkCellArray_SetCells", "D_vtkCellArray_SetCells")); mixin(bindCode("vtkCellArray_DeepCopy", "D_vtkCellArray_DeepCopy")); mixin(bindCode("vtkCellArray_GetData", "D_vtkCellArray_GetData")); mixin(bindCode("vtkCellArray_Reset", "D_vtkCellArray_Reset")); mixin(bindCode("vtkCellArray_Squeeze", "D_vtkCellArray_Squeeze")); mixin(bindCode("vtkCellArray_GetActualMemorySize", "D_vtkCellArray_GetActualMemorySize")); mixin(bindCode("vtkCellArray_Upcast", "D_vtkCellArray_Upcast")); mixin(bindCode("vtkForceDirectedLayoutStrategy_New", "D_vtkForceDirectedLayoutStrategy_New")); mixin(bindCode("vtkForceDirectedLayoutStrategy_IsTypeOf", "D_vtkForceDirectedLayoutStrategy_IsTypeOf")); mixin(bindCode("vtkForceDirectedLayoutStrategy_SafeDownCast", "D_vtkForceDirectedLayoutStrategy_SafeDownCast")); mixin(bindCode("vtkForceDirectedLayoutStrategy_NewInstance", "D_vtkForceDirectedLayoutStrategy_NewInstance")); mixin(bindCode("vtkForceDirectedLayoutStrategy_SetRandomSeed", "D_vtkForceDirectedLayoutStrategy_SetRandomSeed")); mixin(bindCode("vtkForceDirectedLayoutStrategy_GetRandomSeedMinValue", "D_vtkForceDirectedLayoutStrategy_GetRandomSeedMinValue")); mixin(bindCode("vtkForceDirectedLayoutStrategy_GetRandomSeedMaxValue", "D_vtkForceDirectedLayoutStrategy_GetRandomSeedMaxValue")); mixin(bindCode("vtkForceDirectedLayoutStrategy_GetRandomSeed", "D_vtkForceDirectedLayoutStrategy_GetRandomSeed")); mixin(bindCode("vtkForceDirectedLayoutStrategy_SetGraphBounds__SWIG_0", "D_vtkForceDirectedLayoutStrategy_SetGraphBounds__SWIG_0")); mixin(bindCode("vtkForceDirectedLayoutStrategy_SetGraphBounds__SWIG_1", "D_vtkForceDirectedLayoutStrategy_SetGraphBounds__SWIG_1")); mixin(bindCode("vtkForceDirectedLayoutStrategy_GetGraphBounds__SWIG_0", "D_vtkForceDirectedLayoutStrategy_GetGraphBounds__SWIG_0")); mixin(bindCode("vtkForceDirectedLayoutStrategy_GetGraphBounds__SWIG_1", "D_vtkForceDirectedLayoutStrategy_GetGraphBounds__SWIG_1")); mixin(bindCode("vtkForceDirectedLayoutStrategy_SetAutomaticBoundsComputation", "D_vtkForceDirectedLayoutStrategy_SetAutomaticBoundsComputation")); mixin(bindCode("vtkForceDirectedLayoutStrategy_GetAutomaticBoundsComputation", "D_vtkForceDirectedLayoutStrategy_GetAutomaticBoundsComputation")); mixin(bindCode("vtkForceDirectedLayoutStrategy_AutomaticBoundsComputationOn", "D_vtkForceDirectedLayoutStrategy_AutomaticBoundsComputationOn")); mixin(bindCode("vtkForceDirectedLayoutStrategy_AutomaticBoundsComputationOff", "D_vtkForceDirectedLayoutStrategy_AutomaticBoundsComputationOff")); mixin(bindCode("vtkForceDirectedLayoutStrategy_SetMaxNumberOfIterations", "D_vtkForceDirectedLayoutStrategy_SetMaxNumberOfIterations")); mixin(bindCode("vtkForceDirectedLayoutStrategy_GetMaxNumberOfIterationsMinValue", "D_vtkForceDirectedLayoutStrategy_GetMaxNumberOfIterationsMinValue")); mixin(bindCode("vtkForceDirectedLayoutStrategy_GetMaxNumberOfIterationsMaxValue", "D_vtkForceDirectedLayoutStrategy_GetMaxNumberOfIterationsMaxValue")); mixin(bindCode("vtkForceDirectedLayoutStrategy_GetMaxNumberOfIterations", "D_vtkForceDirectedLayoutStrategy_GetMaxNumberOfIterations")); mixin(bindCode("vtkForceDirectedLayoutStrategy_SetIterationsPerLayout", "D_vtkForceDirectedLayoutStrategy_SetIterationsPerLayout")); mixin(bindCode("vtkForceDirectedLayoutStrategy_GetIterationsPerLayoutMinValue", "D_vtkForceDirectedLayoutStrategy_GetIterationsPerLayoutMinValue")); mixin(bindCode("vtkForceDirectedLayoutStrategy_GetIterationsPerLayoutMaxValue", "D_vtkForceDirectedLayoutStrategy_GetIterationsPerLayoutMaxValue")); mixin(bindCode("vtkForceDirectedLayoutStrategy_GetIterationsPerLayout", "D_vtkForceDirectedLayoutStrategy_GetIterationsPerLayout")); mixin(bindCode("vtkForceDirectedLayoutStrategy_SetCoolDownRate", "D_vtkForceDirectedLayoutStrategy_SetCoolDownRate")); mixin(bindCode("vtkForceDirectedLayoutStrategy_GetCoolDownRateMinValue", "D_vtkForceDirectedLayoutStrategy_GetCoolDownRateMinValue")); mixin(bindCode("vtkForceDirectedLayoutStrategy_GetCoolDownRateMaxValue", "D_vtkForceDirectedLayoutStrategy_GetCoolDownRateMaxValue")); mixin(bindCode("vtkForceDirectedLayoutStrategy_GetCoolDownRate", "D_vtkForceDirectedLayoutStrategy_GetCoolDownRate")); mixin(bindCode("vtkForceDirectedLayoutStrategy_SetThreeDimensionalLayout", "D_vtkForceDirectedLayoutStrategy_SetThreeDimensionalLayout")); mixin(bindCode("vtkForceDirectedLayoutStrategy_GetThreeDimensionalLayout", "D_vtkForceDirectedLayoutStrategy_GetThreeDimensionalLayout")); mixin(bindCode("vtkForceDirectedLayoutStrategy_ThreeDimensionalLayoutOn", "D_vtkForceDirectedLayoutStrategy_ThreeDimensionalLayoutOn")); mixin(bindCode("vtkForceDirectedLayoutStrategy_ThreeDimensionalLayoutOff", "D_vtkForceDirectedLayoutStrategy_ThreeDimensionalLayoutOff")); mixin(bindCode("vtkForceDirectedLayoutStrategy_SetRandomInitialPoints", "D_vtkForceDirectedLayoutStrategy_SetRandomInitialPoints")); mixin(bindCode("vtkForceDirectedLayoutStrategy_GetRandomInitialPoints", "D_vtkForceDirectedLayoutStrategy_GetRandomInitialPoints")); mixin(bindCode("vtkForceDirectedLayoutStrategy_RandomInitialPointsOn", "D_vtkForceDirectedLayoutStrategy_RandomInitialPointsOn")); mixin(bindCode("vtkForceDirectedLayoutStrategy_RandomInitialPointsOff", "D_vtkForceDirectedLayoutStrategy_RandomInitialPointsOff")); mixin(bindCode("vtkForceDirectedLayoutStrategy_SetInitialTemperature", "D_vtkForceDirectedLayoutStrategy_SetInitialTemperature")); mixin(bindCode("vtkForceDirectedLayoutStrategy_GetInitialTemperatureMinValue", "D_vtkForceDirectedLayoutStrategy_GetInitialTemperatureMinValue")); mixin(bindCode("vtkForceDirectedLayoutStrategy_GetInitialTemperatureMaxValue", "D_vtkForceDirectedLayoutStrategy_GetInitialTemperatureMaxValue")); mixin(bindCode("vtkForceDirectedLayoutStrategy_GetInitialTemperature", "D_vtkForceDirectedLayoutStrategy_GetInitialTemperature")); mixin(bindCode("vtkForceDirectedLayoutStrategy_Upcast", "D_vtkForceDirectedLayoutStrategy_Upcast")); mixin(bindCode("vtkRectilinearGridPartitioner_New", "D_vtkRectilinearGridPartitioner_New")); mixin(bindCode("vtkRectilinearGridPartitioner_IsTypeOf", "D_vtkRectilinearGridPartitioner_IsTypeOf")); mixin(bindCode("vtkRectilinearGridPartitioner_SafeDownCast", "D_vtkRectilinearGridPartitioner_SafeDownCast")); mixin(bindCode("vtkRectilinearGridPartitioner_NewInstance", "D_vtkRectilinearGridPartitioner_NewInstance")); mixin(bindCode("vtkRectilinearGridPartitioner_GetNumberOfPartitions", "D_vtkRectilinearGridPartitioner_GetNumberOfPartitions")); mixin(bindCode("vtkRectilinearGridPartitioner_SetNumberOfPartitions", "D_vtkRectilinearGridPartitioner_SetNumberOfPartitions")); mixin(bindCode("vtkRectilinearGridPartitioner_GetNumberOfGhostLayers", "D_vtkRectilinearGridPartitioner_GetNumberOfGhostLayers")); mixin(bindCode("vtkRectilinearGridPartitioner_SetNumberOfGhostLayers", "D_vtkRectilinearGridPartitioner_SetNumberOfGhostLayers")); mixin(bindCode("vtkRectilinearGridPartitioner_Upcast", "D_vtkRectilinearGridPartitioner_Upcast")); mixin(bindCode("vtkWeightedTransformFilter_New", "D_vtkWeightedTransformFilter_New")); mixin(bindCode("vtkWeightedTransformFilter_IsTypeOf", "D_vtkWeightedTransformFilter_IsTypeOf")); mixin(bindCode("vtkWeightedTransformFilter_SafeDownCast", "D_vtkWeightedTransformFilter_SafeDownCast")); mixin(bindCode("vtkWeightedTransformFilter_NewInstance", "D_vtkWeightedTransformFilter_NewInstance")); mixin(bindCode("vtkWeightedTransformFilter_SetWeightArray", "D_vtkWeightedTransformFilter_SetWeightArray")); mixin(bindCode("vtkWeightedTransformFilter_GetWeightArray", "D_vtkWeightedTransformFilter_GetWeightArray")); mixin(bindCode("vtkWeightedTransformFilter_SetTransformIndexArray", "D_vtkWeightedTransformFilter_SetTransformIndexArray")); mixin(bindCode("vtkWeightedTransformFilter_GetTransformIndexArray", "D_vtkWeightedTransformFilter_GetTransformIndexArray")); mixin(bindCode("vtkWeightedTransformFilter_SetCellDataWeightArray", "D_vtkWeightedTransformFilter_SetCellDataWeightArray")); mixin(bindCode("vtkWeightedTransformFilter_GetCellDataWeightArray", "D_vtkWeightedTransformFilter_GetCellDataWeightArray")); mixin(bindCode("vtkWeightedTransformFilter_SetCellDataTransformIndexArray", "D_vtkWeightedTransformFilter_SetCellDataTransformIndexArray")); mixin(bindCode("vtkWeightedTransformFilter_GetCellDataTransformIndexArray", "D_vtkWeightedTransformFilter_GetCellDataTransformIndexArray")); mixin(bindCode("vtkWeightedTransformFilter_SetTransform", "D_vtkWeightedTransformFilter_SetTransform")); mixin(bindCode("vtkWeightedTransformFilter_GetTransform", "D_vtkWeightedTransformFilter_GetTransform")); mixin(bindCode("vtkWeightedTransformFilter_SetNumberOfTransforms", "D_vtkWeightedTransformFilter_SetNumberOfTransforms")); mixin(bindCode("vtkWeightedTransformFilter_GetNumberOfTransforms", "D_vtkWeightedTransformFilter_GetNumberOfTransforms")); mixin(bindCode("vtkWeightedTransformFilter_AddInputValuesOn", "D_vtkWeightedTransformFilter_AddInputValuesOn")); mixin(bindCode("vtkWeightedTransformFilter_AddInputValuesOff", "D_vtkWeightedTransformFilter_AddInputValuesOff")); mixin(bindCode("vtkWeightedTransformFilter_SetAddInputValues", "D_vtkWeightedTransformFilter_SetAddInputValues")); mixin(bindCode("vtkWeightedTransformFilter_GetAddInputValues", "D_vtkWeightedTransformFilter_GetAddInputValues")); mixin(bindCode("vtkWeightedTransformFilter_Upcast", "D_vtkWeightedTransformFilter_Upcast")); mixin(bindCode("vtkSquarifyLayoutStrategy_New", "D_vtkSquarifyLayoutStrategy_New")); mixin(bindCode("vtkSquarifyLayoutStrategy_IsTypeOf", "D_vtkSquarifyLayoutStrategy_IsTypeOf")); mixin(bindCode("vtkSquarifyLayoutStrategy_SafeDownCast", "D_vtkSquarifyLayoutStrategy_SafeDownCast")); mixin(bindCode("vtkSquarifyLayoutStrategy_NewInstance", "D_vtkSquarifyLayoutStrategy_NewInstance")); mixin(bindCode("vtkSquarifyLayoutStrategy_Upcast", "D_vtkSquarifyLayoutStrategy_Upcast")); mixin(bindCode("vtkSliceCubes_New", "D_vtkSliceCubes_New")); mixin(bindCode("vtkSliceCubes_IsTypeOf", "D_vtkSliceCubes_IsTypeOf")); mixin(bindCode("vtkSliceCubes_SafeDownCast", "D_vtkSliceCubes_SafeDownCast")); mixin(bindCode("vtkSliceCubes_NewInstance", "D_vtkSliceCubes_NewInstance")); mixin(bindCode("vtkSliceCubes_Write", "D_vtkSliceCubes_Write")); mixin(bindCode("vtkSliceCubes_Update", "D_vtkSliceCubes_Update")); mixin(bindCode("vtkSliceCubes_SetReader", "D_vtkSliceCubes_SetReader")); mixin(bindCode("vtkSliceCubes_GetReader", "D_vtkSliceCubes_GetReader")); mixin(bindCode("vtkSliceCubes_SetFileName", "D_vtkSliceCubes_SetFileName")); mixin(bindCode("vtkSliceCubes_GetFileName", "D_vtkSliceCubes_GetFileName")); mixin(bindCode("vtkSliceCubes_SetValue", "D_vtkSliceCubes_SetValue")); mixin(bindCode("vtkSliceCubes_GetValue", "D_vtkSliceCubes_GetValue")); mixin(bindCode("vtkSliceCubes_SetLimitsFileName", "D_vtkSliceCubes_SetLimitsFileName")); mixin(bindCode("vtkSliceCubes_GetLimitsFileName", "D_vtkSliceCubes_GetLimitsFileName")); mixin(bindCode("vtkSliceCubes_Upcast", "D_vtkSliceCubes_Upcast")); mixin(bindCode("vtkLookupTableItem_New", "D_vtkLookupTableItem_New")); mixin(bindCode("vtkLookupTableItem_IsTypeOf", "D_vtkLookupTableItem_IsTypeOf")); mixin(bindCode("vtkLookupTableItem_SafeDownCast", "D_vtkLookupTableItem_SafeDownCast")); mixin(bindCode("vtkLookupTableItem_NewInstance", "D_vtkLookupTableItem_NewInstance")); mixin(bindCode("vtkLookupTableItem_SetLookupTable", "D_vtkLookupTableItem_SetLookupTable")); mixin(bindCode("vtkLookupTableItem_GetLookupTable", "D_vtkLookupTableItem_GetLookupTable")); mixin(bindCode("vtkLookupTableItem_Upcast", "D_vtkLookupTableItem_Upcast")); mixin(bindCode("vtkStreamerBase_IsTypeOf", "D_vtkStreamerBase_IsTypeOf")); mixin(bindCode("vtkStreamerBase_SafeDownCast", "D_vtkStreamerBase_SafeDownCast")); mixin(bindCode("vtkStreamerBase_NewInstance", "D_vtkStreamerBase_NewInstance")); mixin(bindCode("vtkStreamerBase_Upcast", "D_vtkStreamerBase_Upcast")); mixin(bindCode("vtkPolyDataStreamer_New", "D_vtkPolyDataStreamer_New")); mixin(bindCode("vtkPolyDataStreamer_IsTypeOf", "D_vtkPolyDataStreamer_IsTypeOf")); mixin(bindCode("vtkPolyDataStreamer_SafeDownCast", "D_vtkPolyDataStreamer_SafeDownCast")); mixin(bindCode("vtkPolyDataStreamer_NewInstance", "D_vtkPolyDataStreamer_NewInstance")); mixin(bindCode("vtkPolyDataStreamer_SetNumberOfStreamDivisions", "D_vtkPolyDataStreamer_SetNumberOfStreamDivisions")); mixin(bindCode("vtkPolyDataStreamer_GetNumberOfStreamDivisions", "D_vtkPolyDataStreamer_GetNumberOfStreamDivisions")); mixin(bindCode("vtkPolyDataStreamer_SetColorByPiece", "D_vtkPolyDataStreamer_SetColorByPiece")); mixin(bindCode("vtkPolyDataStreamer_GetColorByPiece", "D_vtkPolyDataStreamer_GetColorByPiece")); mixin(bindCode("vtkPolyDataStreamer_ColorByPieceOn", "D_vtkPolyDataStreamer_ColorByPieceOn")); mixin(bindCode("vtkPolyDataStreamer_ColorByPieceOff", "D_vtkPolyDataStreamer_ColorByPieceOff")); mixin(bindCode("vtkPolyDataStreamer_Upcast", "D_vtkPolyDataStreamer_Upcast")); mixin(bindCode("VTK_COLOR_BY_INPUT_get", "D_VTK_COLOR_BY_INPUT_get")); mixin(bindCode("VTK_COLOR_BY_SOURCE_get", "D_VTK_COLOR_BY_SOURCE_get")); mixin(bindCode("vtkProgrammableGlyphFilter_IsTypeOf", "D_vtkProgrammableGlyphFilter_IsTypeOf")); mixin(bindCode("vtkProgrammableGlyphFilter_SafeDownCast", "D_vtkProgrammableGlyphFilter_SafeDownCast")); mixin(bindCode("vtkProgrammableGlyphFilter_NewInstance", "D_vtkProgrammableGlyphFilter_NewInstance")); mixin(bindCode("vtkProgrammableGlyphFilter_New", "D_vtkProgrammableGlyphFilter_New")); mixin(bindCode("vtkProgrammableGlyphFilter_SetSourceConnection", "D_vtkProgrammableGlyphFilter_SetSourceConnection")); mixin(bindCode("vtkProgrammableGlyphFilter_SetSourceData", "D_vtkProgrammableGlyphFilter_SetSourceData")); mixin(bindCode("vtkProgrammableGlyphFilter_GetSource", "D_vtkProgrammableGlyphFilter_GetSource")); mixin(bindCode("vtkProgrammableGlyphFilter_SetGlyphMethod", "D_vtkProgrammableGlyphFilter_SetGlyphMethod")); mixin(bindCode("vtkProgrammableGlyphFilter_SetGlyphMethodArgDelete", "D_vtkProgrammableGlyphFilter_SetGlyphMethodArgDelete")); mixin(bindCode("vtkProgrammableGlyphFilter_GetPointId", "D_vtkProgrammableGlyphFilter_GetPointId")); mixin(bindCode("vtkProgrammableGlyphFilter_GetPoint__SWIG_0", "D_vtkProgrammableGlyphFilter_GetPoint__SWIG_0")); mixin(bindCode("vtkProgrammableGlyphFilter_GetPoint__SWIG_1", "D_vtkProgrammableGlyphFilter_GetPoint__SWIG_1")); mixin(bindCode("vtkProgrammableGlyphFilter_GetPoint__SWIG_2", "D_vtkProgrammableGlyphFilter_GetPoint__SWIG_2")); mixin(bindCode("vtkProgrammableGlyphFilter_GetPointData", "D_vtkProgrammableGlyphFilter_GetPointData")); mixin(bindCode("vtkProgrammableGlyphFilter_SetColorMode", "D_vtkProgrammableGlyphFilter_SetColorMode")); mixin(bindCode("vtkProgrammableGlyphFilter_GetColorMode", "D_vtkProgrammableGlyphFilter_GetColorMode")); mixin(bindCode("vtkProgrammableGlyphFilter_SetColorModeToColorByInput", "D_vtkProgrammableGlyphFilter_SetColorModeToColorByInput")); mixin(bindCode("vtkProgrammableGlyphFilter_SetColorModeToColorBySource", "D_vtkProgrammableGlyphFilter_SetColorModeToColorBySource")); mixin(bindCode("vtkProgrammableGlyphFilter_GetColorModeAsString", "D_vtkProgrammableGlyphFilter_GetColorModeAsString")); mixin(bindCode("vtkProgrammableGlyphFilter_Upcast", "D_vtkProgrammableGlyphFilter_Upcast")); mixin(bindCode("vtkXMLPStructuredDataWriter_IsTypeOf", "D_vtkXMLPStructuredDataWriter_IsTypeOf")); mixin(bindCode("vtkXMLPStructuredDataWriter_SafeDownCast", "D_vtkXMLPStructuredDataWriter_SafeDownCast")); mixin(bindCode("vtkXMLPStructuredDataWriter_NewInstance", "D_vtkXMLPStructuredDataWriter_NewInstance")); mixin(bindCode("vtkXMLPStructuredDataWriter_Upcast", "D_vtkXMLPStructuredDataWriter_Upcast")); mixin(bindCode("vtkXMLPStructuredGridWriter_New", "D_vtkXMLPStructuredGridWriter_New")); mixin(bindCode("vtkXMLPStructuredGridWriter_IsTypeOf", "D_vtkXMLPStructuredGridWriter_IsTypeOf")); mixin(bindCode("vtkXMLPStructuredGridWriter_SafeDownCast", "D_vtkXMLPStructuredGridWriter_SafeDownCast")); mixin(bindCode("vtkXMLPStructuredGridWriter_NewInstance", "D_vtkXMLPStructuredGridWriter_NewInstance")); mixin(bindCode("vtkXMLPStructuredGridWriter_Upcast", "D_vtkXMLPStructuredGridWriter_Upcast")); mixin(bindCode("vtkInformationInformationVectorKey_IsTypeOf", "D_vtkInformationInformationVectorKey_IsTypeOf")); mixin(bindCode("vtkInformationInformationVectorKey_SafeDownCast", "D_vtkInformationInformationVectorKey_SafeDownCast")); mixin(bindCode("vtkInformationInformationVectorKey_NewInstance", "D_vtkInformationInformationVectorKey_NewInstance")); mixin(bindCode("new_vtkInformationInformationVectorKey", "D_new_vtkInformationInformationVectorKey")); mixin(bindCode("delete_vtkInformationInformationVectorKey", "D_delete_vtkInformationInformationVectorKey")); mixin(bindCode("vtkInformationInformationVectorKey_Set", "D_vtkInformationInformationVectorKey_Set")); mixin(bindCode("vtkInformationInformationVectorKey_Get", "D_vtkInformationInformationVectorKey_Get")); mixin(bindCode("vtkInformationInformationVectorKey_Upcast", "D_vtkInformationInformationVectorKey_Upcast")); mixin(bindCode("vtkClipClosedSurface_New", "D_vtkClipClosedSurface_New")); mixin(bindCode("vtkClipClosedSurface_IsTypeOf", "D_vtkClipClosedSurface_IsTypeOf")); mixin(bindCode("vtkClipClosedSurface_SafeDownCast", "D_vtkClipClosedSurface_SafeDownCast")); mixin(bindCode("vtkClipClosedSurface_NewInstance", "D_vtkClipClosedSurface_NewInstance")); mixin(bindCode("vtkClipClosedSurface_SetClippingPlanes", "D_vtkClipClosedSurface_SetClippingPlanes")); mixin(bindCode("vtkClipClosedSurface_GetClippingPlanes", "D_vtkClipClosedSurface_GetClippingPlanes")); mixin(bindCode("vtkClipClosedSurface_SetTolerance", "D_vtkClipClosedSurface_SetTolerance")); mixin(bindCode("vtkClipClosedSurface_GetTolerance", "D_vtkClipClosedSurface_GetTolerance")); mixin(bindCode("vtkClipClosedSurface_SetPassPointData", "D_vtkClipClosedSurface_SetPassPointData")); mixin(bindCode("vtkClipClosedSurface_PassPointDataOn", "D_vtkClipClosedSurface_PassPointDataOn")); mixin(bindCode("vtkClipClosedSurface_PassPointDataOff", "D_vtkClipClosedSurface_PassPointDataOff")); mixin(bindCode("vtkClipClosedSurface_GetPassPointData", "D_vtkClipClosedSurface_GetPassPointData")); mixin(bindCode("vtkClipClosedSurface_SetGenerateOutline", "D_vtkClipClosedSurface_SetGenerateOutline")); mixin(bindCode("vtkClipClosedSurface_GenerateOutlineOn", "D_vtkClipClosedSurface_GenerateOutlineOn")); mixin(bindCode("vtkClipClosedSurface_GenerateOutlineOff", "D_vtkClipClosedSurface_GenerateOutlineOff")); mixin(bindCode("vtkClipClosedSurface_GetGenerateOutline", "D_vtkClipClosedSurface_GetGenerateOutline")); mixin(bindCode("vtkClipClosedSurface_SetGenerateFaces", "D_vtkClipClosedSurface_SetGenerateFaces")); mixin(bindCode("vtkClipClosedSurface_GenerateFacesOn", "D_vtkClipClosedSurface_GenerateFacesOn")); mixin(bindCode("vtkClipClosedSurface_GenerateFacesOff", "D_vtkClipClosedSurface_GenerateFacesOff")); mixin(bindCode("vtkClipClosedSurface_GetGenerateFaces", "D_vtkClipClosedSurface_GetGenerateFaces")); mixin(bindCode("vtkClipClosedSurface_SetScalarMode", "D_vtkClipClosedSurface_SetScalarMode")); mixin(bindCode("vtkClipClosedSurface_GetScalarModeMinValue", "D_vtkClipClosedSurface_GetScalarModeMinValue")); mixin(bindCode("vtkClipClosedSurface_GetScalarModeMaxValue", "D_vtkClipClosedSurface_GetScalarModeMaxValue")); mixin(bindCode("vtkClipClosedSurface_SetScalarModeToNone", "D_vtkClipClosedSurface_SetScalarModeToNone")); mixin(bindCode("vtkClipClosedSurface_SetScalarModeToColors", "D_vtkClipClosedSurface_SetScalarModeToColors")); mixin(bindCode("vtkClipClosedSurface_SetScalarModeToLabels", "D_vtkClipClosedSurface_SetScalarModeToLabels")); mixin(bindCode("vtkClipClosedSurface_GetScalarMode", "D_vtkClipClosedSurface_GetScalarMode")); mixin(bindCode("vtkClipClosedSurface_GetScalarModeAsString", "D_vtkClipClosedSurface_GetScalarModeAsString")); mixin(bindCode("vtkClipClosedSurface_SetBaseColor__SWIG_0", "D_vtkClipClosedSurface_SetBaseColor__SWIG_0")); mixin(bindCode("vtkClipClosedSurface_SetBaseColor__SWIG_1", "D_vtkClipClosedSurface_SetBaseColor__SWIG_1")); mixin(bindCode("vtkClipClosedSurface_GetBaseColor__SWIG_0", "D_vtkClipClosedSurface_GetBaseColor__SWIG_0")); mixin(bindCode("vtkClipClosedSurface_GetBaseColor__SWIG_1", "D_vtkClipClosedSurface_GetBaseColor__SWIG_1")); mixin(bindCode("vtkClipClosedSurface_GetBaseColor__SWIG_2", "D_vtkClipClosedSurface_GetBaseColor__SWIG_2")); mixin(bindCode("vtkClipClosedSurface_SetClipColor__SWIG_0", "D_vtkClipClosedSurface_SetClipColor__SWIG_0")); mixin(bindCode("vtkClipClosedSurface_SetClipColor__SWIG_1", "D_vtkClipClosedSurface_SetClipColor__SWIG_1")); mixin(bindCode("vtkClipClosedSurface_GetClipColor__SWIG_0", "D_vtkClipClosedSurface_GetClipColor__SWIG_0")); mixin(bindCode("vtkClipClosedSurface_GetClipColor__SWIG_1", "D_vtkClipClosedSurface_GetClipColor__SWIG_1")); mixin(bindCode("vtkClipClosedSurface_GetClipColor__SWIG_2", "D_vtkClipClosedSurface_GetClipColor__SWIG_2")); mixin(bindCode("vtkClipClosedSurface_SetActivePlaneId", "D_vtkClipClosedSurface_SetActivePlaneId")); mixin(bindCode("vtkClipClosedSurface_GetActivePlaneId", "D_vtkClipClosedSurface_GetActivePlaneId")); mixin(bindCode("vtkClipClosedSurface_SetActivePlaneColor__SWIG_0", "D_vtkClipClosedSurface_SetActivePlaneColor__SWIG_0")); mixin(bindCode("vtkClipClosedSurface_SetActivePlaneColor__SWIG_1", "D_vtkClipClosedSurface_SetActivePlaneColor__SWIG_1")); mixin(bindCode("vtkClipClosedSurface_GetActivePlaneColor__SWIG_0", "D_vtkClipClosedSurface_GetActivePlaneColor__SWIG_0")); mixin(bindCode("vtkClipClosedSurface_GetActivePlaneColor__SWIG_1", "D_vtkClipClosedSurface_GetActivePlaneColor__SWIG_1")); mixin(bindCode("vtkClipClosedSurface_GetActivePlaneColor__SWIG_2", "D_vtkClipClosedSurface_GetActivePlaneColor__SWIG_2")); mixin(bindCode("vtkClipClosedSurface_SetTriangulationErrorDisplay", "D_vtkClipClosedSurface_SetTriangulationErrorDisplay")); mixin(bindCode("vtkClipClosedSurface_TriangulationErrorDisplayOn", "D_vtkClipClosedSurface_TriangulationErrorDisplayOn")); mixin(bindCode("vtkClipClosedSurface_TriangulationErrorDisplayOff", "D_vtkClipClosedSurface_TriangulationErrorDisplayOff")); mixin(bindCode("vtkClipClosedSurface_GetTriangulationErrorDisplay", "D_vtkClipClosedSurface_GetTriangulationErrorDisplay")); mixin(bindCode("vtkClipClosedSurface_Upcast", "D_vtkClipClosedSurface_Upcast")); mixin(bindCode("vtkMarchingSquares_New", "D_vtkMarchingSquares_New")); mixin(bindCode("vtkMarchingSquares_IsTypeOf", "D_vtkMarchingSquares_IsTypeOf")); mixin(bindCode("vtkMarchingSquares_SafeDownCast", "D_vtkMarchingSquares_SafeDownCast")); mixin(bindCode("vtkMarchingSquares_NewInstance", "D_vtkMarchingSquares_NewInstance")); mixin(bindCode("vtkMarchingSquares_SetImageRange__SWIG_0", "D_vtkMarchingSquares_SetImageRange__SWIG_0")); mixin(bindCode("vtkMarchingSquares_GetImageRange__SWIG_0", "D_vtkMarchingSquares_GetImageRange__SWIG_0")); mixin(bindCode("vtkMarchingSquares_GetImageRange__SWIG_1", "D_vtkMarchingSquares_GetImageRange__SWIG_1")); mixin(bindCode("vtkMarchingSquares_SetImageRange__SWIG_1", "D_vtkMarchingSquares_SetImageRange__SWIG_1")); mixin(bindCode("vtkMarchingSquares_SetValue", "D_vtkMarchingSquares_SetValue")); mixin(bindCode("vtkMarchingSquares_GetValue", "D_vtkMarchingSquares_GetValue")); mixin(bindCode("vtkMarchingSquares_GetValues__SWIG_0", "D_vtkMarchingSquares_GetValues__SWIG_0")); mixin(bindCode("vtkMarchingSquares_GetValues__SWIG_1", "D_vtkMarchingSquares_GetValues__SWIG_1")); mixin(bindCode("vtkMarchingSquares_SetNumberOfContours", "D_vtkMarchingSquares_SetNumberOfContours")); mixin(bindCode("vtkMarchingSquares_GetNumberOfContours", "D_vtkMarchingSquares_GetNumberOfContours")); mixin(bindCode("vtkMarchingSquares_GenerateValues__SWIG_0", "D_vtkMarchingSquares_GenerateValues__SWIG_0")); mixin(bindCode("vtkMarchingSquares_GenerateValues__SWIG_1", "D_vtkMarchingSquares_GenerateValues__SWIG_1")); mixin(bindCode("vtkMarchingSquares_SetLocator", "D_vtkMarchingSquares_SetLocator")); mixin(bindCode("vtkMarchingSquares_GetLocator", "D_vtkMarchingSquares_GetLocator")); mixin(bindCode("vtkMarchingSquares_CreateDefaultLocator", "D_vtkMarchingSquares_CreateDefaultLocator")); mixin(bindCode("vtkMarchingSquares_Upcast", "D_vtkMarchingSquares_Upcast")); mixin(bindCode("vtkPlaneSource_IsTypeOf", "D_vtkPlaneSource_IsTypeOf")); mixin(bindCode("vtkPlaneSource_SafeDownCast", "D_vtkPlaneSource_SafeDownCast")); mixin(bindCode("vtkPlaneSource_NewInstance", "D_vtkPlaneSource_NewInstance")); mixin(bindCode("vtkPlaneSource_New", "D_vtkPlaneSource_New")); mixin(bindCode("vtkPlaneSource_SetXResolution", "D_vtkPlaneSource_SetXResolution")); mixin(bindCode("vtkPlaneSource_GetXResolution", "D_vtkPlaneSource_GetXResolution")); mixin(bindCode("vtkPlaneSource_SetYResolution", "D_vtkPlaneSource_SetYResolution")); mixin(bindCode("vtkPlaneSource_GetYResolution", "D_vtkPlaneSource_GetYResolution")); mixin(bindCode("vtkPlaneSource_SetResolution", "D_vtkPlaneSource_SetResolution")); mixin(bindCode("vtkPlaneSource_GetResolution", "D_vtkPlaneSource_GetResolution")); mixin(bindCode("vtkPlaneSource_SetOrigin__SWIG_0", "D_vtkPlaneSource_SetOrigin__SWIG_0")); mixin(bindCode("vtkPlaneSource_SetOrigin__SWIG_1", "D_vtkPlaneSource_SetOrigin__SWIG_1")); mixin(bindCode("vtkPlaneSource_GetOrigin__SWIG_0", "D_vtkPlaneSource_GetOrigin__SWIG_0")); mixin(bindCode("vtkPlaneSource_GetOrigin__SWIG_1", "D_vtkPlaneSource_GetOrigin__SWIG_1")); mixin(bindCode("vtkPlaneSource_SetPoint1__SWIG_0", "D_vtkPlaneSource_SetPoint1__SWIG_0")); mixin(bindCode("vtkPlaneSource_SetPoint1__SWIG_1", "D_vtkPlaneSource_SetPoint1__SWIG_1")); mixin(bindCode("vtkPlaneSource_GetPoint1__SWIG_0", "D_vtkPlaneSource_GetPoint1__SWIG_0")); mixin(bindCode("vtkPlaneSource_GetPoint1__SWIG_1", "D_vtkPlaneSource_GetPoint1__SWIG_1")); mixin(bindCode("vtkPlaneSource_SetPoint2__SWIG_0", "D_vtkPlaneSource_SetPoint2__SWIG_0")); mixin(bindCode("vtkPlaneSource_SetPoint2__SWIG_1", "D_vtkPlaneSource_SetPoint2__SWIG_1")); mixin(bindCode("vtkPlaneSource_GetPoint2__SWIG_0", "D_vtkPlaneSource_GetPoint2__SWIG_0")); mixin(bindCode("vtkPlaneSource_GetPoint2__SWIG_1", "D_vtkPlaneSource_GetPoint2__SWIG_1")); mixin(bindCode("vtkPlaneSource_SetCenter__SWIG_0", "D_vtkPlaneSource_SetCenter__SWIG_0")); mixin(bindCode("vtkPlaneSource_SetCenter__SWIG_1", "D_vtkPlaneSource_SetCenter__SWIG_1")); mixin(bindCode("vtkPlaneSource_GetCenter__SWIG_0", "D_vtkPlaneSource_GetCenter__SWIG_0")); mixin(bindCode("vtkPlaneSource_GetCenter__SWIG_1", "D_vtkPlaneSource_GetCenter__SWIG_1")); mixin(bindCode("vtkPlaneSource_SetNormal__SWIG_0", "D_vtkPlaneSource_SetNormal__SWIG_0")); mixin(bindCode("vtkPlaneSource_SetNormal__SWIG_1", "D_vtkPlaneSource_SetNormal__SWIG_1")); mixin(bindCode("vtkPlaneSource_GetNormal__SWIG_0", "D_vtkPlaneSource_GetNormal__SWIG_0")); mixin(bindCode("vtkPlaneSource_GetNormal__SWIG_1", "D_vtkPlaneSource_GetNormal__SWIG_1")); mixin(bindCode("vtkPlaneSource_Push", "D_vtkPlaneSource_Push")); mixin(bindCode("vtkPlaneSource_Upcast", "D_vtkPlaneSource_Upcast")); mixin(bindCode("vtkPCAAnalysisFilter_IsTypeOf", "D_vtkPCAAnalysisFilter_IsTypeOf")); mixin(bindCode("vtkPCAAnalysisFilter_SafeDownCast", "D_vtkPCAAnalysisFilter_SafeDownCast")); mixin(bindCode("vtkPCAAnalysisFilter_NewInstance", "D_vtkPCAAnalysisFilter_NewInstance")); mixin(bindCode("vtkPCAAnalysisFilter_New", "D_vtkPCAAnalysisFilter_New")); mixin(bindCode("vtkPCAAnalysisFilter_GetEvals", "D_vtkPCAAnalysisFilter_GetEvals")); mixin(bindCode("vtkPCAAnalysisFilter_GetParameterisedShape", "D_vtkPCAAnalysisFilter_GetParameterisedShape")); mixin(bindCode("vtkPCAAnalysisFilter_GetShapeParameters", "D_vtkPCAAnalysisFilter_GetShapeParameters")); mixin(bindCode("vtkPCAAnalysisFilter_GetModesRequiredFor", "D_vtkPCAAnalysisFilter_GetModesRequiredFor")); mixin(bindCode("vtkPCAAnalysisFilter_Upcast", "D_vtkPCAAnalysisFilter_Upcast")); mixin(bindCode("vtkMergeGraphs_New", "D_vtkMergeGraphs_New")); mixin(bindCode("vtkMergeGraphs_IsTypeOf", "D_vtkMergeGraphs_IsTypeOf")); mixin(bindCode("vtkMergeGraphs_SafeDownCast", "D_vtkMergeGraphs_SafeDownCast")); mixin(bindCode("vtkMergeGraphs_NewInstance", "D_vtkMergeGraphs_NewInstance")); mixin(bindCode("vtkMergeGraphs_ExtendGraph", "D_vtkMergeGraphs_ExtendGraph")); mixin(bindCode("vtkMergeGraphs_SetUseEdgeWindow", "D_vtkMergeGraphs_SetUseEdgeWindow")); mixin(bindCode("vtkMergeGraphs_GetUseEdgeWindow", "D_vtkMergeGraphs_GetUseEdgeWindow")); mixin(bindCode("vtkMergeGraphs_UseEdgeWindowOn", "D_vtkMergeGraphs_UseEdgeWindowOn")); mixin(bindCode("vtkMergeGraphs_UseEdgeWindowOff", "D_vtkMergeGraphs_UseEdgeWindowOff")); mixin(bindCode("vtkMergeGraphs_SetEdgeWindowArrayName", "D_vtkMergeGraphs_SetEdgeWindowArrayName")); mixin(bindCode("vtkMergeGraphs_GetEdgeWindowArrayName", "D_vtkMergeGraphs_GetEdgeWindowArrayName")); mixin(bindCode("vtkMergeGraphs_SetEdgeWindow", "D_vtkMergeGraphs_SetEdgeWindow")); mixin(bindCode("vtkMergeGraphs_GetEdgeWindow", "D_vtkMergeGraphs_GetEdgeWindow")); mixin(bindCode("vtkMergeGraphs_Upcast", "D_vtkMergeGraphs_Upcast")); mixin(bindCode("vtkDataSetWriter_New", "D_vtkDataSetWriter_New")); mixin(bindCode("vtkDataSetWriter_IsTypeOf", "D_vtkDataSetWriter_IsTypeOf")); mixin(bindCode("vtkDataSetWriter_SafeDownCast", "D_vtkDataSetWriter_SafeDownCast")); mixin(bindCode("vtkDataSetWriter_NewInstance", "D_vtkDataSetWriter_NewInstance")); mixin(bindCode("vtkDataSetWriter_GetInput__SWIG_0", "D_vtkDataSetWriter_GetInput__SWIG_0")); mixin(bindCode("vtkDataSetWriter_GetInput__SWIG_1", "D_vtkDataSetWriter_GetInput__SWIG_1")); mixin(bindCode("vtkDataSetWriter_Upcast", "D_vtkDataSetWriter_Upcast")); mixin(bindCode("vtkDataObjectTree_IsTypeOf", "D_vtkDataObjectTree_IsTypeOf")); mixin(bindCode("vtkDataObjectTree_SafeDownCast", "D_vtkDataObjectTree_SafeDownCast")); mixin(bindCode("vtkDataObjectTree_NewInstance", "D_vtkDataObjectTree_NewInstance")); mixin(bindCode("vtkDataObjectTree_NewTreeIterator", "D_vtkDataObjectTree_NewTreeIterator")); mixin(bindCode("vtkDataObjectTree_SetDataSetFrom", "D_vtkDataObjectTree_SetDataSetFrom")); mixin(bindCode("vtkDataObjectTree_GetMetaData", "D_vtkDataObjectTree_GetMetaData")); mixin(bindCode("vtkDataObjectTree_HasMetaData", "D_vtkDataObjectTree_HasMetaData")); mixin(bindCode("new_vtkDataObjectTree", "D_new_vtkDataObjectTree")); mixin(bindCode("delete_vtkDataObjectTree", "D_delete_vtkDataObjectTree")); mixin(bindCode("vtkDataObjectTree_Upcast", "D_vtkDataObjectTree_Upcast")); mixin(bindCode("vtkMultiPieceDataSet_New", "D_vtkMultiPieceDataSet_New")); mixin(bindCode("vtkMultiPieceDataSet_IsTypeOf", "D_vtkMultiPieceDataSet_IsTypeOf")); mixin(bindCode("vtkMultiPieceDataSet_SafeDownCast", "D_vtkMultiPieceDataSet_SafeDownCast")); mixin(bindCode("vtkMultiPieceDataSet_NewInstance", "D_vtkMultiPieceDataSet_NewInstance")); mixin(bindCode("vtkMultiPieceDataSet_SetNumberOfPieces", "D_vtkMultiPieceDataSet_SetNumberOfPieces")); mixin(bindCode("vtkMultiPieceDataSet_GetNumberOfPieces", "D_vtkMultiPieceDataSet_GetNumberOfPieces")); mixin(bindCode("vtkMultiPieceDataSet_GetPiece", "D_vtkMultiPieceDataSet_GetPiece")); mixin(bindCode("vtkMultiPieceDataSet_GetPieceAsDataObject", "D_vtkMultiPieceDataSet_GetPieceAsDataObject")); mixin(bindCode("vtkMultiPieceDataSet_SetPiece", "D_vtkMultiPieceDataSet_SetPiece")); mixin(bindCode("vtkMultiPieceDataSet_HasMetaData__SWIG_0", "D_vtkMultiPieceDataSet_HasMetaData__SWIG_0")); mixin(bindCode("vtkMultiPieceDataSet_GetMetaData__SWIG_0", "D_vtkMultiPieceDataSet_GetMetaData__SWIG_0")); mixin(bindCode("vtkMultiPieceDataSet_GetMetaData__SWIG_1", "D_vtkMultiPieceDataSet_GetMetaData__SWIG_1")); mixin(bindCode("vtkMultiPieceDataSet_HasMetaData__SWIG_1", "D_vtkMultiPieceDataSet_HasMetaData__SWIG_1")); mixin(bindCode("new_vtkMultiPieceDataSet", "D_new_vtkMultiPieceDataSet")); mixin(bindCode("delete_vtkMultiPieceDataSet", "D_delete_vtkMultiPieceDataSet")); mixin(bindCode("vtkMultiPieceDataSet_Upcast", "D_vtkMultiPieceDataSet_Upcast")); mixin(bindCode("vtkImplicitTextureCoords_IsTypeOf", "D_vtkImplicitTextureCoords_IsTypeOf")); mixin(bindCode("vtkImplicitTextureCoords_SafeDownCast", "D_vtkImplicitTextureCoords_SafeDownCast")); mixin(bindCode("vtkImplicitTextureCoords_NewInstance", "D_vtkImplicitTextureCoords_NewInstance")); mixin(bindCode("vtkImplicitTextureCoords_New", "D_vtkImplicitTextureCoords_New")); mixin(bindCode("vtkImplicitTextureCoords_SetRFunction", "D_vtkImplicitTextureCoords_SetRFunction")); mixin(bindCode("vtkImplicitTextureCoords_GetRFunction", "D_vtkImplicitTextureCoords_GetRFunction")); mixin(bindCode("vtkImplicitTextureCoords_SetSFunction", "D_vtkImplicitTextureCoords_SetSFunction")); mixin(bindCode("vtkImplicitTextureCoords_GetSFunction", "D_vtkImplicitTextureCoords_GetSFunction")); mixin(bindCode("vtkImplicitTextureCoords_SetTFunction", "D_vtkImplicitTextureCoords_SetTFunction")); mixin(bindCode("vtkImplicitTextureCoords_GetTFunction", "D_vtkImplicitTextureCoords_GetTFunction")); mixin(bindCode("vtkImplicitTextureCoords_SetFlipTexture", "D_vtkImplicitTextureCoords_SetFlipTexture")); mixin(bindCode("vtkImplicitTextureCoords_GetFlipTexture", "D_vtkImplicitTextureCoords_GetFlipTexture")); mixin(bindCode("vtkImplicitTextureCoords_FlipTextureOn", "D_vtkImplicitTextureCoords_FlipTextureOn")); mixin(bindCode("vtkImplicitTextureCoords_FlipTextureOff", "D_vtkImplicitTextureCoords_FlipTextureOff")); mixin(bindCode("vtkImplicitTextureCoords_Upcast", "D_vtkImplicitTextureCoords_Upcast")); mixin(bindCode("vtkTensorGlyph_IsTypeOf", "D_vtkTensorGlyph_IsTypeOf")); mixin(bindCode("vtkTensorGlyph_SafeDownCast", "D_vtkTensorGlyph_SafeDownCast")); mixin(bindCode("vtkTensorGlyph_NewInstance", "D_vtkTensorGlyph_NewInstance")); mixin(bindCode("vtkTensorGlyph_New", "D_vtkTensorGlyph_New")); mixin(bindCode("vtkTensorGlyph_SetSourceData", "D_vtkTensorGlyph_SetSourceData")); mixin(bindCode("vtkTensorGlyph_GetSource", "D_vtkTensorGlyph_GetSource")); mixin(bindCode("vtkTensorGlyph_SetSourceConnection__SWIG_0", "D_vtkTensorGlyph_SetSourceConnection__SWIG_0")); mixin(bindCode("vtkTensorGlyph_SetSourceConnection__SWIG_1", "D_vtkTensorGlyph_SetSourceConnection__SWIG_1")); mixin(bindCode("vtkTensorGlyph_SetScaling", "D_vtkTensorGlyph_SetScaling")); mixin(bindCode("vtkTensorGlyph_GetScaling", "D_vtkTensorGlyph_GetScaling")); mixin(bindCode("vtkTensorGlyph_ScalingOn", "D_vtkTensorGlyph_ScalingOn")); mixin(bindCode("vtkTensorGlyph_ScalingOff", "D_vtkTensorGlyph_ScalingOff")); mixin(bindCode("vtkTensorGlyph_SetScaleFactor", "D_vtkTensorGlyph_SetScaleFactor")); mixin(bindCode("vtkTensorGlyph_GetScaleFactor", "D_vtkTensorGlyph_GetScaleFactor")); mixin(bindCode("vtkTensorGlyph_SetThreeGlyphs", "D_vtkTensorGlyph_SetThreeGlyphs")); mixin(bindCode("vtkTensorGlyph_GetThreeGlyphs", "D_vtkTensorGlyph_GetThreeGlyphs")); mixin(bindCode("vtkTensorGlyph_ThreeGlyphsOn", "D_vtkTensorGlyph_ThreeGlyphsOn")); mixin(bindCode("vtkTensorGlyph_ThreeGlyphsOff", "D_vtkTensorGlyph_ThreeGlyphsOff")); mixin(bindCode("vtkTensorGlyph_SetSymmetric", "D_vtkTensorGlyph_SetSymmetric")); mixin(bindCode("vtkTensorGlyph_GetSymmetric", "D_vtkTensorGlyph_GetSymmetric")); mixin(bindCode("vtkTensorGlyph_SymmetricOn", "D_vtkTensorGlyph_SymmetricOn")); mixin(bindCode("vtkTensorGlyph_SymmetricOff", "D_vtkTensorGlyph_SymmetricOff")); mixin(bindCode("vtkTensorGlyph_SetLength", "D_vtkTensorGlyph_SetLength")); mixin(bindCode("vtkTensorGlyph_GetLength", "D_vtkTensorGlyph_GetLength")); mixin(bindCode("vtkTensorGlyph_SetExtractEigenvalues", "D_vtkTensorGlyph_SetExtractEigenvalues")); mixin(bindCode("vtkTensorGlyph_ExtractEigenvaluesOn", "D_vtkTensorGlyph_ExtractEigenvaluesOn")); mixin(bindCode("vtkTensorGlyph_ExtractEigenvaluesOff", "D_vtkTensorGlyph_ExtractEigenvaluesOff")); mixin(bindCode("vtkTensorGlyph_GetExtractEigenvalues", "D_vtkTensorGlyph_GetExtractEigenvalues")); mixin(bindCode("vtkTensorGlyph_SetColorGlyphs", "D_vtkTensorGlyph_SetColorGlyphs")); mixin(bindCode("vtkTensorGlyph_GetColorGlyphs", "D_vtkTensorGlyph_GetColorGlyphs")); mixin(bindCode("vtkTensorGlyph_ColorGlyphsOn", "D_vtkTensorGlyph_ColorGlyphsOn")); mixin(bindCode("vtkTensorGlyph_ColorGlyphsOff", "D_vtkTensorGlyph_ColorGlyphsOff")); mixin(bindCode("vtkTensorGlyph_SetColorMode", "D_vtkTensorGlyph_SetColorMode")); mixin(bindCode("vtkTensorGlyph_GetColorModeMinValue", "D_vtkTensorGlyph_GetColorModeMinValue")); mixin(bindCode("vtkTensorGlyph_GetColorModeMaxValue", "D_vtkTensorGlyph_GetColorModeMaxValue")); mixin(bindCode("vtkTensorGlyph_GetColorMode", "D_vtkTensorGlyph_GetColorMode")); mixin(bindCode("vtkTensorGlyph_SetColorModeToScalars", "D_vtkTensorGlyph_SetColorModeToScalars")); mixin(bindCode("vtkTensorGlyph_SetColorModeToEigenvalues", "D_vtkTensorGlyph_SetColorModeToEigenvalues")); mixin(bindCode("vtkTensorGlyph_SetClampScaling", "D_vtkTensorGlyph_SetClampScaling")); mixin(bindCode("vtkTensorGlyph_GetClampScaling", "D_vtkTensorGlyph_GetClampScaling")); mixin(bindCode("vtkTensorGlyph_ClampScalingOn", "D_vtkTensorGlyph_ClampScalingOn")); mixin(bindCode("vtkTensorGlyph_ClampScalingOff", "D_vtkTensorGlyph_ClampScalingOff")); mixin(bindCode("vtkTensorGlyph_SetMaxScaleFactor", "D_vtkTensorGlyph_SetMaxScaleFactor")); mixin(bindCode("vtkTensorGlyph_GetMaxScaleFactor", "D_vtkTensorGlyph_GetMaxScaleFactor")); mixin(bindCode("vtkTensorGlyph_Upcast", "D_vtkTensorGlyph_Upcast")); mixin(bindCode("vtkOpenGLClipPlanesPainter_New", "D_vtkOpenGLClipPlanesPainter_New")); mixin(bindCode("vtkOpenGLClipPlanesPainter_IsTypeOf", "D_vtkOpenGLClipPlanesPainter_IsTypeOf")); mixin(bindCode("vtkOpenGLClipPlanesPainter_SafeDownCast", "D_vtkOpenGLClipPlanesPainter_SafeDownCast")); mixin(bindCode("vtkOpenGLClipPlanesPainter_NewInstance", "D_vtkOpenGLClipPlanesPainter_NewInstance")); mixin(bindCode("vtkOpenGLClipPlanesPainter_Upcast", "D_vtkOpenGLClipPlanesPainter_Upcast")); mixin(bindCode("vtkGenericEdgeTable_New", "D_vtkGenericEdgeTable_New")); mixin(bindCode("vtkGenericEdgeTable_IsTypeOf", "D_vtkGenericEdgeTable_IsTypeOf")); mixin(bindCode("vtkGenericEdgeTable_SafeDownCast", "D_vtkGenericEdgeTable_SafeDownCast")); mixin(bindCode("vtkGenericEdgeTable_NewInstance", "D_vtkGenericEdgeTable_NewInstance")); mixin(bindCode("vtkGenericEdgeTable_InsertEdge__SWIG_0", "D_vtkGenericEdgeTable_InsertEdge__SWIG_0")); mixin(bindCode("vtkGenericEdgeTable_InsertEdge__SWIG_1", "D_vtkGenericEdgeTable_InsertEdge__SWIG_1")); mixin(bindCode("vtkGenericEdgeTable_InsertEdge__SWIG_2", "D_vtkGenericEdgeTable_InsertEdge__SWIG_2")); mixin(bindCode("vtkGenericEdgeTable_RemoveEdge", "D_vtkGenericEdgeTable_RemoveEdge")); mixin(bindCode("vtkGenericEdgeTable_CheckEdge", "D_vtkGenericEdgeTable_CheckEdge")); mixin(bindCode("vtkGenericEdgeTable_IncrementEdgeReferenceCount", "D_vtkGenericEdgeTable_IncrementEdgeReferenceCount")); mixin(bindCode("vtkGenericEdgeTable_CheckEdgeReferenceCount", "D_vtkGenericEdgeTable_CheckEdgeReferenceCount")); mixin(bindCode("vtkGenericEdgeTable_Initialize", "D_vtkGenericEdgeTable_Initialize")); mixin(bindCode("vtkGenericEdgeTable_GetNumberOfComponents", "D_vtkGenericEdgeTable_GetNumberOfComponents")); mixin(bindCode("vtkGenericEdgeTable_SetNumberOfComponents", "D_vtkGenericEdgeTable_SetNumberOfComponents")); mixin(bindCode("vtkGenericEdgeTable_CheckPoint__SWIG_0", "D_vtkGenericEdgeTable_CheckPoint__SWIG_0")); mixin(bindCode("vtkGenericEdgeTable_CheckPoint__SWIG_1", "D_vtkGenericEdgeTable_CheckPoint__SWIG_1")); mixin(bindCode("vtkGenericEdgeTable_InsertPoint", "D_vtkGenericEdgeTable_InsertPoint")); mixin(bindCode("vtkGenericEdgeTable_InsertPointAndScalar", "D_vtkGenericEdgeTable_InsertPointAndScalar")); mixin(bindCode("vtkGenericEdgeTable_RemovePoint", "D_vtkGenericEdgeTable_RemovePoint")); mixin(bindCode("vtkGenericEdgeTable_IncrementPointReferenceCount", "D_vtkGenericEdgeTable_IncrementPointReferenceCount")); mixin(bindCode("vtkGenericEdgeTable_DumpTable", "D_vtkGenericEdgeTable_DumpTable")); mixin(bindCode("vtkGenericEdgeTable_LoadFactor", "D_vtkGenericEdgeTable_LoadFactor")); mixin(bindCode("vtkGenericEdgeTable_Upcast", "D_vtkGenericEdgeTable_Upcast")); mixin(bindCode("vtkHandleRepresentation_IsTypeOf", "D_vtkHandleRepresentation_IsTypeOf")); mixin(bindCode("vtkHandleRepresentation_SafeDownCast", "D_vtkHandleRepresentation_SafeDownCast")); mixin(bindCode("vtkHandleRepresentation_NewInstance", "D_vtkHandleRepresentation_NewInstance")); mixin(bindCode("vtkHandleRepresentation_SetDisplayPosition", "D_vtkHandleRepresentation_SetDisplayPosition")); mixin(bindCode("vtkHandleRepresentation_GetDisplayPosition__SWIG_0", "D_vtkHandleRepresentation_GetDisplayPosition__SWIG_0")); mixin(bindCode("vtkHandleRepresentation_GetDisplayPosition__SWIG_1", "D_vtkHandleRepresentation_GetDisplayPosition__SWIG_1")); mixin(bindCode("vtkHandleRepresentation_SetWorldPosition", "D_vtkHandleRepresentation_SetWorldPosition")); mixin(bindCode("vtkHandleRepresentation_GetWorldPosition__SWIG_0", "D_vtkHandleRepresentation_GetWorldPosition__SWIG_0")); mixin(bindCode("vtkHandleRepresentation_GetWorldPosition__SWIG_1", "D_vtkHandleRepresentation_GetWorldPosition__SWIG_1")); mixin(bindCode("vtkHandleRepresentation_SetTolerance", "D_vtkHandleRepresentation_SetTolerance")); mixin(bindCode("vtkHandleRepresentation_GetToleranceMinValue", "D_vtkHandleRepresentation_GetToleranceMinValue")); mixin(bindCode("vtkHandleRepresentation_GetToleranceMaxValue", "D_vtkHandleRepresentation_GetToleranceMaxValue")); mixin(bindCode("vtkHandleRepresentation_GetTolerance", "D_vtkHandleRepresentation_GetTolerance")); mixin(bindCode("vtkHandleRepresentation_SetActiveRepresentation", "D_vtkHandleRepresentation_SetActiveRepresentation")); mixin(bindCode("vtkHandleRepresentation_GetActiveRepresentation", "D_vtkHandleRepresentation_GetActiveRepresentation")); mixin(bindCode("vtkHandleRepresentation_ActiveRepresentationOn", "D_vtkHandleRepresentation_ActiveRepresentationOn")); mixin(bindCode("vtkHandleRepresentation_ActiveRepresentationOff", "D_vtkHandleRepresentation_ActiveRepresentationOff")); mixin(bindCode("vtkHandleRepresentation_SetInteractionState", "D_vtkHandleRepresentation_SetInteractionState")); mixin(bindCode("vtkHandleRepresentation_GetInteractionStateMinValue", "D_vtkHandleRepresentation_GetInteractionStateMinValue")); mixin(bindCode("vtkHandleRepresentation_GetInteractionStateMaxValue", "D_vtkHandleRepresentation_GetInteractionStateMaxValue")); mixin(bindCode("vtkHandleRepresentation_SetConstrained", "D_vtkHandleRepresentation_SetConstrained")); mixin(bindCode("vtkHandleRepresentation_GetConstrained", "D_vtkHandleRepresentation_GetConstrained")); mixin(bindCode("vtkHandleRepresentation_ConstrainedOn", "D_vtkHandleRepresentation_ConstrainedOn")); mixin(bindCode("vtkHandleRepresentation_ConstrainedOff", "D_vtkHandleRepresentation_ConstrainedOff")); mixin(bindCode("vtkHandleRepresentation_CheckConstraint", "D_vtkHandleRepresentation_CheckConstraint")); mixin(bindCode("vtkHandleRepresentation_DeepCopy", "D_vtkHandleRepresentation_DeepCopy")); mixin(bindCode("vtkHandleRepresentation_SetPointPlacer", "D_vtkHandleRepresentation_SetPointPlacer")); mixin(bindCode("vtkHandleRepresentation_GetPointPlacer", "D_vtkHandleRepresentation_GetPointPlacer")); mixin(bindCode("vtkHandleRepresentation_Upcast", "D_vtkHandleRepresentation_Upcast")); mixin(bindCode("vtkSliderWidget_New", "D_vtkSliderWidget_New")); mixin(bindCode("vtkSliderWidget_IsTypeOf", "D_vtkSliderWidget_IsTypeOf")); mixin(bindCode("vtkSliderWidget_SafeDownCast", "D_vtkSliderWidget_SafeDownCast")); mixin(bindCode("vtkSliderWidget_NewInstance", "D_vtkSliderWidget_NewInstance")); mixin(bindCode("vtkSliderWidget_SetRepresentation", "D_vtkSliderWidget_SetRepresentation")); mixin(bindCode("vtkSliderWidget_GetSliderRepresentation", "D_vtkSliderWidget_GetSliderRepresentation")); mixin(bindCode("vtkSliderWidget_SetAnimationMode", "D_vtkSliderWidget_SetAnimationMode")); mixin(bindCode("vtkSliderWidget_GetAnimationModeMinValue", "D_vtkSliderWidget_GetAnimationModeMinValue")); mixin(bindCode("vtkSliderWidget_GetAnimationModeMaxValue", "D_vtkSliderWidget_GetAnimationModeMaxValue")); mixin(bindCode("vtkSliderWidget_GetAnimationMode", "D_vtkSliderWidget_GetAnimationMode")); mixin(bindCode("vtkSliderWidget_SetAnimationModeToOff", "D_vtkSliderWidget_SetAnimationModeToOff")); mixin(bindCode("vtkSliderWidget_SetAnimationModeToJump", "D_vtkSliderWidget_SetAnimationModeToJump")); mixin(bindCode("vtkSliderWidget_SetAnimationModeToAnimate", "D_vtkSliderWidget_SetAnimationModeToAnimate")); mixin(bindCode("vtkSliderWidget_SetNumberOfAnimationSteps", "D_vtkSliderWidget_SetNumberOfAnimationSteps")); mixin(bindCode("vtkSliderWidget_GetNumberOfAnimationStepsMinValue", "D_vtkSliderWidget_GetNumberOfAnimationStepsMinValue")); mixin(bindCode("vtkSliderWidget_GetNumberOfAnimationStepsMaxValue", "D_vtkSliderWidget_GetNumberOfAnimationStepsMaxValue")); mixin(bindCode("vtkSliderWidget_GetNumberOfAnimationSteps", "D_vtkSliderWidget_GetNumberOfAnimationSteps")); mixin(bindCode("vtkSliderWidget_Upcast", "D_vtkSliderWidget_Upcast")); mixin(bindCode("vtkExtractSelectedTree_New", "D_vtkExtractSelectedTree_New")); mixin(bindCode("vtkExtractSelectedTree_IsTypeOf", "D_vtkExtractSelectedTree_IsTypeOf")); mixin(bindCode("vtkExtractSelectedTree_SafeDownCast", "D_vtkExtractSelectedTree_SafeDownCast")); mixin(bindCode("vtkExtractSelectedTree_NewInstance", "D_vtkExtractSelectedTree_NewInstance")); mixin(bindCode("vtkExtractSelectedTree_SetSelectionConnection", "D_vtkExtractSelectedTree_SetSelectionConnection")); mixin(bindCode("vtkExtractSelectedTree_FillInputPortInformation", "D_vtkExtractSelectedTree_FillInputPortInformation")); mixin(bindCode("vtkExtractSelectedTree_Upcast", "D_vtkExtractSelectedTree_Upcast")); mixin(bindCode("vtkCheckerboardWidget_New", "D_vtkCheckerboardWidget_New")); mixin(bindCode("vtkCheckerboardWidget_IsTypeOf", "D_vtkCheckerboardWidget_IsTypeOf")); mixin(bindCode("vtkCheckerboardWidget_SafeDownCast", "D_vtkCheckerboardWidget_SafeDownCast")); mixin(bindCode("vtkCheckerboardWidget_NewInstance", "D_vtkCheckerboardWidget_NewInstance")); mixin(bindCode("vtkCheckerboardWidget_SetRepresentation", "D_vtkCheckerboardWidget_SetRepresentation")); mixin(bindCode("vtkCheckerboardWidget_GetCheckerboardRepresentation", "D_vtkCheckerboardWidget_GetCheckerboardRepresentation")); mixin(bindCode("vtkCheckerboardWidget_Upcast", "D_vtkCheckerboardWidget_Upcast")); mixin(bindCode("vtkInteractorStyleFlight_New", "D_vtkInteractorStyleFlight_New")); mixin(bindCode("vtkInteractorStyleFlight_IsTypeOf", "D_vtkInteractorStyleFlight_IsTypeOf")); mixin(bindCode("vtkInteractorStyleFlight_SafeDownCast", "D_vtkInteractorStyleFlight_SafeDownCast")); mixin(bindCode("vtkInteractorStyleFlight_NewInstance", "D_vtkInteractorStyleFlight_NewInstance")); mixin(bindCode("vtkInteractorStyleFlight_JumpTo", "D_vtkInteractorStyleFlight_JumpTo")); mixin(bindCode("vtkInteractorStyleFlight_SetMotionStepSize", "D_vtkInteractorStyleFlight_SetMotionStepSize")); mixin(bindCode("vtkInteractorStyleFlight_GetMotionStepSize", "D_vtkInteractorStyleFlight_GetMotionStepSize")); mixin(bindCode("vtkInteractorStyleFlight_SetMotionAccelerationFactor", "D_vtkInteractorStyleFlight_SetMotionAccelerationFactor")); mixin(bindCode("vtkInteractorStyleFlight_GetMotionAccelerationFactor", "D_vtkInteractorStyleFlight_GetMotionAccelerationFactor")); mixin(bindCode("vtkInteractorStyleFlight_SetAngleStepSize", "D_vtkInteractorStyleFlight_SetAngleStepSize")); mixin(bindCode("vtkInteractorStyleFlight_GetAngleStepSize", "D_vtkInteractorStyleFlight_GetAngleStepSize")); mixin(bindCode("vtkInteractorStyleFlight_SetAngleAccelerationFactor", "D_vtkInteractorStyleFlight_SetAngleAccelerationFactor")); mixin(bindCode("vtkInteractorStyleFlight_GetAngleAccelerationFactor", "D_vtkInteractorStyleFlight_GetAngleAccelerationFactor")); mixin(bindCode("vtkInteractorStyleFlight_SetDisableMotion", "D_vtkInteractorStyleFlight_SetDisableMotion")); mixin(bindCode("vtkInteractorStyleFlight_GetDisableMotion", "D_vtkInteractorStyleFlight_GetDisableMotion")); mixin(bindCode("vtkInteractorStyleFlight_DisableMotionOn", "D_vtkInteractorStyleFlight_DisableMotionOn")); mixin(bindCode("vtkInteractorStyleFlight_DisableMotionOff", "D_vtkInteractorStyleFlight_DisableMotionOff")); mixin(bindCode("vtkInteractorStyleFlight_SetRestoreUpVector", "D_vtkInteractorStyleFlight_SetRestoreUpVector")); mixin(bindCode("vtkInteractorStyleFlight_GetRestoreUpVector", "D_vtkInteractorStyleFlight_GetRestoreUpVector")); mixin(bindCode("vtkInteractorStyleFlight_RestoreUpVectorOn", "D_vtkInteractorStyleFlight_RestoreUpVectorOn")); mixin(bindCode("vtkInteractorStyleFlight_RestoreUpVectorOff", "D_vtkInteractorStyleFlight_RestoreUpVectorOff")); mixin(bindCode("vtkInteractorStyleFlight_GetDefaultUpVector__SWIG_0", "D_vtkInteractorStyleFlight_GetDefaultUpVector__SWIG_0")); mixin(bindCode("vtkInteractorStyleFlight_GetDefaultUpVector__SWIG_1", "D_vtkInteractorStyleFlight_GetDefaultUpVector__SWIG_1")); mixin(bindCode("vtkInteractorStyleFlight_SetDefaultUpVector", "D_vtkInteractorStyleFlight_SetDefaultUpVector")); mixin(bindCode("vtkInteractorStyleFlight_ForwardFly", "D_vtkInteractorStyleFlight_ForwardFly")); mixin(bindCode("vtkInteractorStyleFlight_ReverseFly", "D_vtkInteractorStyleFlight_ReverseFly")); mixin(bindCode("vtkInteractorStyleFlight_StartForwardFly", "D_vtkInteractorStyleFlight_StartForwardFly")); mixin(bindCode("vtkInteractorStyleFlight_EndForwardFly", "D_vtkInteractorStyleFlight_EndForwardFly")); mixin(bindCode("vtkInteractorStyleFlight_StartReverseFly", "D_vtkInteractorStyleFlight_StartReverseFly")); mixin(bindCode("vtkInteractorStyleFlight_EndReverseFly", "D_vtkInteractorStyleFlight_EndReverseFly")); mixin(bindCode("vtkInteractorStyleFlight_Upcast", "D_vtkInteractorStyleFlight_Upcast")); mixin(bindCode("vtkMetaImageWriter_IsTypeOf", "D_vtkMetaImageWriter_IsTypeOf")); mixin(bindCode("vtkMetaImageWriter_SafeDownCast", "D_vtkMetaImageWriter_SafeDownCast")); mixin(bindCode("vtkMetaImageWriter_NewInstance", "D_vtkMetaImageWriter_NewInstance")); mixin(bindCode("vtkMetaImageWriter_New", "D_vtkMetaImageWriter_New")); mixin(bindCode("vtkMetaImageWriter_SetRAWFileName", "D_vtkMetaImageWriter_SetRAWFileName")); mixin(bindCode("vtkMetaImageWriter_GetRAWFileName", "D_vtkMetaImageWriter_GetRAWFileName")); mixin(bindCode("vtkMetaImageWriter_SetCompression", "D_vtkMetaImageWriter_SetCompression")); mixin(bindCode("vtkMetaImageWriter_GetCompression", "D_vtkMetaImageWriter_GetCompression")); mixin(bindCode("vtkMetaImageWriter_Upcast", "D_vtkMetaImageWriter_Upcast")); mixin(bindCode("vtkExplicitCell_IsTypeOf", "D_vtkExplicitCell_IsTypeOf")); mixin(bindCode("vtkExplicitCell_SafeDownCast", "D_vtkExplicitCell_SafeDownCast")); mixin(bindCode("vtkExplicitCell_NewInstance", "D_vtkExplicitCell_NewInstance")); mixin(bindCode("vtkExplicitCell_SetCellId", "D_vtkExplicitCell_SetCellId")); mixin(bindCode("vtkExplicitCell_GetCellId", "D_vtkExplicitCell_GetCellId")); mixin(bindCode("vtkExplicitCell_SetDataSet", "D_vtkExplicitCell_SetDataSet")); mixin(bindCode("vtkExplicitCell_GetDataSet", "D_vtkExplicitCell_GetDataSet")); mixin(bindCode("vtkExplicitCell_Upcast", "D_vtkExplicitCell_Upcast")); mixin(bindCode("vtkXMLImageDataWriter_New", "D_vtkXMLImageDataWriter_New")); mixin(bindCode("vtkXMLImageDataWriter_IsTypeOf", "D_vtkXMLImageDataWriter_IsTypeOf")); mixin(bindCode("vtkXMLImageDataWriter_SafeDownCast", "D_vtkXMLImageDataWriter_SafeDownCast")); mixin(bindCode("vtkXMLImageDataWriter_NewInstance", "D_vtkXMLImageDataWriter_NewInstance")); mixin(bindCode("vtkXMLImageDataWriter_Upcast", "D_vtkXMLImageDataWriter_Upcast")); mixin(bindCode("vtkImageGradientMagnitude_New", "D_vtkImageGradientMagnitude_New")); mixin(bindCode("vtkImageGradientMagnitude_IsTypeOf", "D_vtkImageGradientMagnitude_IsTypeOf")); mixin(bindCode("vtkImageGradientMagnitude_SafeDownCast", "D_vtkImageGradientMagnitude_SafeDownCast")); mixin(bindCode("vtkImageGradientMagnitude_NewInstance", "D_vtkImageGradientMagnitude_NewInstance")); mixin(bindCode("vtkImageGradientMagnitude_SetHandleBoundaries", "D_vtkImageGradientMagnitude_SetHandleBoundaries")); mixin(bindCode("vtkImageGradientMagnitude_GetHandleBoundaries", "D_vtkImageGradientMagnitude_GetHandleBoundaries")); mixin(bindCode("vtkImageGradientMagnitude_HandleBoundariesOn", "D_vtkImageGradientMagnitude_HandleBoundariesOn")); mixin(bindCode("vtkImageGradientMagnitude_HandleBoundariesOff", "D_vtkImageGradientMagnitude_HandleBoundariesOff")); mixin(bindCode("vtkImageGradientMagnitude_SetDimensionality", "D_vtkImageGradientMagnitude_SetDimensionality")); mixin(bindCode("vtkImageGradientMagnitude_GetDimensionalityMinValue", "D_vtkImageGradientMagnitude_GetDimensionalityMinValue")); mixin(bindCode("vtkImageGradientMagnitude_GetDimensionalityMaxValue", "D_vtkImageGradientMagnitude_GetDimensionalityMaxValue")); mixin(bindCode("vtkImageGradientMagnitude_GetDimensionality", "D_vtkImageGradientMagnitude_GetDimensionality")); mixin(bindCode("vtkImageGradientMagnitude_Upcast", "D_vtkImageGradientMagnitude_Upcast")); mixin(bindCode("vtkPassThroughFilter_IsTypeOf", "D_vtkPassThroughFilter_IsTypeOf")); mixin(bindCode("vtkPassThroughFilter_SafeDownCast", "D_vtkPassThroughFilter_SafeDownCast")); mixin(bindCode("vtkPassThroughFilter_NewInstance", "D_vtkPassThroughFilter_NewInstance")); mixin(bindCode("vtkPassThroughFilter_New", "D_vtkPassThroughFilter_New")); mixin(bindCode("vtkPassThroughFilter_Upcast", "D_vtkPassThroughFilter_Upcast")); mixin(bindCode("vtkImplicitWindowFunction_IsTypeOf", "D_vtkImplicitWindowFunction_IsTypeOf")); mixin(bindCode("vtkImplicitWindowFunction_SafeDownCast", "D_vtkImplicitWindowFunction_SafeDownCast")); mixin(bindCode("vtkImplicitWindowFunction_NewInstance", "D_vtkImplicitWindowFunction_NewInstance")); mixin(bindCode("vtkImplicitWindowFunction_New", "D_vtkImplicitWindowFunction_New")); mixin(bindCode("vtkImplicitWindowFunction_EvaluateFunction__SWIG_0", "D_vtkImplicitWindowFunction_EvaluateFunction__SWIG_0")); mixin(bindCode("vtkImplicitWindowFunction_EvaluateFunction__SWIG_1", "D_vtkImplicitWindowFunction_EvaluateFunction__SWIG_1")); mixin(bindCode("vtkImplicitWindowFunction_SetImplicitFunction", "D_vtkImplicitWindowFunction_SetImplicitFunction")); mixin(bindCode("vtkImplicitWindowFunction_GetImplicitFunction", "D_vtkImplicitWindowFunction_GetImplicitFunction")); mixin(bindCode("vtkImplicitWindowFunction_SetWindowRange__SWIG_0", "D_vtkImplicitWindowFunction_SetWindowRange__SWIG_0")); mixin(bindCode("vtkImplicitWindowFunction_SetWindowRange__SWIG_1", "D_vtkImplicitWindowFunction_SetWindowRange__SWIG_1")); mixin(bindCode("vtkImplicitWindowFunction_GetWindowRange__SWIG_0", "D_vtkImplicitWindowFunction_GetWindowRange__SWIG_0")); mixin(bindCode("vtkImplicitWindowFunction_GetWindowRange__SWIG_1", "D_vtkImplicitWindowFunction_GetWindowRange__SWIG_1")); mixin(bindCode("vtkImplicitWindowFunction_SetWindowValues__SWIG_0", "D_vtkImplicitWindowFunction_SetWindowValues__SWIG_0")); mixin(bindCode("vtkImplicitWindowFunction_SetWindowValues__SWIG_1", "D_vtkImplicitWindowFunction_SetWindowValues__SWIG_1")); mixin(bindCode("vtkImplicitWindowFunction_GetWindowValues__SWIG_0", "D_vtkImplicitWindowFunction_GetWindowValues__SWIG_0")); mixin(bindCode("vtkImplicitWindowFunction_GetWindowValues__SWIG_1", "D_vtkImplicitWindowFunction_GetWindowValues__SWIG_1")); mixin(bindCode("vtkImplicitWindowFunction_Upcast", "D_vtkImplicitWindowFunction_Upcast")); mixin(bindCode("vtkUnsignedShortArray_New", "D_vtkUnsignedShortArray_New")); mixin(bindCode("vtkUnsignedShortArray_IsTypeOf", "D_vtkUnsignedShortArray_IsTypeOf")); mixin(bindCode("vtkUnsignedShortArray_SafeDownCast", "D_vtkUnsignedShortArray_SafeDownCast")); mixin(bindCode("vtkUnsignedShortArray_NewInstance", "D_vtkUnsignedShortArray_NewInstance")); mixin(bindCode("vtkUnsignedShortArray_GetTupleValue", "D_vtkUnsignedShortArray_GetTupleValue")); mixin(bindCode("vtkUnsignedShortArray_SetTupleValue", "D_vtkUnsignedShortArray_SetTupleValue")); mixin(bindCode("vtkUnsignedShortArray_InsertTupleValue", "D_vtkUnsignedShortArray_InsertTupleValue")); mixin(bindCode("vtkUnsignedShortArray_InsertNextTupleValue", "D_vtkUnsignedShortArray_InsertNextTupleValue")); mixin(bindCode("vtkUnsignedShortArray_GetValue", "D_vtkUnsignedShortArray_GetValue")); mixin(bindCode("vtkUnsignedShortArray_SetValue", "D_vtkUnsignedShortArray_SetValue")); mixin(bindCode("vtkUnsignedShortArray_SetNumberOfValues", "D_vtkUnsignedShortArray_SetNumberOfValues")); mixin(bindCode("vtkUnsignedShortArray_InsertValue", "D_vtkUnsignedShortArray_InsertValue")); mixin(bindCode("vtkUnsignedShortArray_InsertNextValue", "D_vtkUnsignedShortArray_InsertNextValue")); mixin(bindCode("vtkUnsignedShortArray_GetValueRange__SWIG_0", "D_vtkUnsignedShortArray_GetValueRange__SWIG_0")); mixin(bindCode("vtkUnsignedShortArray_GetValueRange__SWIG_1", "D_vtkUnsignedShortArray_GetValueRange__SWIG_1")); mixin(bindCode("vtkUnsignedShortArray_GetDataTypeValueMin", "D_vtkUnsignedShortArray_GetDataTypeValueMin")); mixin(bindCode("vtkUnsignedShortArray_GetDataTypeValueMax", "D_vtkUnsignedShortArray_GetDataTypeValueMax")); mixin(bindCode("vtkUnsignedShortArray_WritePointer", "D_vtkUnsignedShortArray_WritePointer")); mixin(bindCode("vtkUnsignedShortArray_GetPointer", "D_vtkUnsignedShortArray_GetPointer")); mixin(bindCode("vtkUnsignedShortArray_SetArray__SWIG_0", "D_vtkUnsignedShortArray_SetArray__SWIG_0")); mixin(bindCode("vtkUnsignedShortArray_SetArray__SWIG_1", "D_vtkUnsignedShortArray_SetArray__SWIG_1")); mixin(bindCode("vtkUnsignedShortArray_Upcast", "D_vtkUnsignedShortArray_Upcast")); mixin(bindCode("vtkTypeUInt16Array_New", "D_vtkTypeUInt16Array_New")); mixin(bindCode("vtkTypeUInt16Array_IsTypeOf", "D_vtkTypeUInt16Array_IsTypeOf")); mixin(bindCode("vtkTypeUInt16Array_SafeDownCast", "D_vtkTypeUInt16Array_SafeDownCast")); mixin(bindCode("vtkTypeUInt16Array_NewInstance", "D_vtkTypeUInt16Array_NewInstance")); mixin(bindCode("vtkTypeUInt16Array_Upcast", "D_vtkTypeUInt16Array_Upcast")); mixin(bindCode("vtkInformationStringKey_IsTypeOf", "D_vtkInformationStringKey_IsTypeOf")); mixin(bindCode("vtkInformationStringKey_SafeDownCast", "D_vtkInformationStringKey_SafeDownCast")); mixin(bindCode("vtkInformationStringKey_NewInstance", "D_vtkInformationStringKey_NewInstance")); mixin(bindCode("new_vtkInformationStringKey", "D_new_vtkInformationStringKey")); mixin(bindCode("delete_vtkInformationStringKey", "D_delete_vtkInformationStringKey")); mixin(bindCode("vtkInformationStringKey_Set", "D_vtkInformationStringKey_Set")); mixin(bindCode("vtkInformationStringKey_Get", "D_vtkInformationStringKey_Get")); mixin(bindCode("vtkInformationStringKey_Upcast", "D_vtkInformationStringKey_Upcast")); mixin(bindCode("vtkOutlineCornerFilter_IsTypeOf", "D_vtkOutlineCornerFilter_IsTypeOf")); mixin(bindCode("vtkOutlineCornerFilter_SafeDownCast", "D_vtkOutlineCornerFilter_SafeDownCast")); mixin(bindCode("vtkOutlineCornerFilter_NewInstance", "D_vtkOutlineCornerFilter_NewInstance")); mixin(bindCode("vtkOutlineCornerFilter_New", "D_vtkOutlineCornerFilter_New")); mixin(bindCode("vtkOutlineCornerFilter_SetCornerFactor", "D_vtkOutlineCornerFilter_SetCornerFactor")); mixin(bindCode("vtkOutlineCornerFilter_GetCornerFactorMinValue", "D_vtkOutlineCornerFilter_GetCornerFactorMinValue")); mixin(bindCode("vtkOutlineCornerFilter_GetCornerFactorMaxValue", "D_vtkOutlineCornerFilter_GetCornerFactorMaxValue")); mixin(bindCode("vtkOutlineCornerFilter_GetCornerFactor", "D_vtkOutlineCornerFilter_GetCornerFactor")); mixin(bindCode("vtkOutlineCornerFilter_Upcast", "D_vtkOutlineCornerFilter_Upcast")); mixin(bindCode("vtkMedicalImageReader2_New", "D_vtkMedicalImageReader2_New")); mixin(bindCode("vtkMedicalImageReader2_IsTypeOf", "D_vtkMedicalImageReader2_IsTypeOf")); mixin(bindCode("vtkMedicalImageReader2_SafeDownCast", "D_vtkMedicalImageReader2_SafeDownCast")); mixin(bindCode("vtkMedicalImageReader2_NewInstance", "D_vtkMedicalImageReader2_NewInstance")); mixin(bindCode("vtkMedicalImageReader2_GetMedicalImageProperties", "D_vtkMedicalImageReader2_GetMedicalImageProperties")); mixin(bindCode("vtkMedicalImageReader2_SetPatientName", "D_vtkMedicalImageReader2_SetPatientName")); mixin(bindCode("vtkMedicalImageReader2_GetPatientName", "D_vtkMedicalImageReader2_GetPatientName")); mixin(bindCode("vtkMedicalImageReader2_SetPatientID", "D_vtkMedicalImageReader2_SetPatientID")); mixin(bindCode("vtkMedicalImageReader2_GetPatientID", "D_vtkMedicalImageReader2_GetPatientID")); mixin(bindCode("vtkMedicalImageReader2_SetDate", "D_vtkMedicalImageReader2_SetDate")); mixin(bindCode("vtkMedicalImageReader2_GetDate", "D_vtkMedicalImageReader2_GetDate")); mixin(bindCode("vtkMedicalImageReader2_SetSeries", "D_vtkMedicalImageReader2_SetSeries")); mixin(bindCode("vtkMedicalImageReader2_GetSeries", "D_vtkMedicalImageReader2_GetSeries")); mixin(bindCode("vtkMedicalImageReader2_SetStudy", "D_vtkMedicalImageReader2_SetStudy")); mixin(bindCode("vtkMedicalImageReader2_GetStudy", "D_vtkMedicalImageReader2_GetStudy")); mixin(bindCode("vtkMedicalImageReader2_SetImageNumber", "D_vtkMedicalImageReader2_SetImageNumber")); mixin(bindCode("vtkMedicalImageReader2_GetImageNumber", "D_vtkMedicalImageReader2_GetImageNumber")); mixin(bindCode("vtkMedicalImageReader2_SetModality", "D_vtkMedicalImageReader2_SetModality")); mixin(bindCode("vtkMedicalImageReader2_GetModality", "D_vtkMedicalImageReader2_GetModality")); mixin(bindCode("vtkMedicalImageReader2_Upcast", "D_vtkMedicalImageReader2_Upcast")); mixin(bindCode("vtkGESignaReader_New", "D_vtkGESignaReader_New")); mixin(bindCode("vtkGESignaReader_IsTypeOf", "D_vtkGESignaReader_IsTypeOf")); mixin(bindCode("vtkGESignaReader_SafeDownCast", "D_vtkGESignaReader_SafeDownCast")); mixin(bindCode("vtkGESignaReader_NewInstance", "D_vtkGESignaReader_NewInstance")); mixin(bindCode("vtkGESignaReader_Upcast", "D_vtkGESignaReader_Upcast")); mixin(bindCode("vtkTexturedSphereSource_IsTypeOf", "D_vtkTexturedSphereSource_IsTypeOf")); mixin(bindCode("vtkTexturedSphereSource_SafeDownCast", "D_vtkTexturedSphereSource_SafeDownCast")); mixin(bindCode("vtkTexturedSphereSource_NewInstance", "D_vtkTexturedSphereSource_NewInstance")); mixin(bindCode("vtkTexturedSphereSource_New", "D_vtkTexturedSphereSource_New")); mixin(bindCode("vtkTexturedSphereSource_SetRadius", "D_vtkTexturedSphereSource_SetRadius")); mixin(bindCode("vtkTexturedSphereSource_GetRadiusMinValue", "D_vtkTexturedSphereSource_GetRadiusMinValue")); mixin(bindCode("vtkTexturedSphereSource_GetRadiusMaxValue", "D_vtkTexturedSphereSource_GetRadiusMaxValue")); mixin(bindCode("vtkTexturedSphereSource_GetRadius", "D_vtkTexturedSphereSource_GetRadius")); mixin(bindCode("vtkTexturedSphereSource_SetThetaResolution", "D_vtkTexturedSphereSource_SetThetaResolution")); mixin(bindCode("vtkTexturedSphereSource_GetThetaResolutionMinValue", "D_vtkTexturedSphereSource_GetThetaResolutionMinValue")); mixin(bindCode("vtkTexturedSphereSource_GetThetaResolutionMaxValue", "D_vtkTexturedSphereSource_GetThetaResolutionMaxValue")); mixin(bindCode("vtkTexturedSphereSource_GetThetaResolution", "D_vtkTexturedSphereSource_GetThetaResolution")); mixin(bindCode("vtkTexturedSphereSource_SetPhiResolution", "D_vtkTexturedSphereSource_SetPhiResolution")); mixin(bindCode("vtkTexturedSphereSource_GetPhiResolutionMinValue", "D_vtkTexturedSphereSource_GetPhiResolutionMinValue")); mixin(bindCode("vtkTexturedSphereSource_GetPhiResolutionMaxValue", "D_vtkTexturedSphereSource_GetPhiResolutionMaxValue")); mixin(bindCode("vtkTexturedSphereSource_GetPhiResolution", "D_vtkTexturedSphereSource_GetPhiResolution")); mixin(bindCode("vtkTexturedSphereSource_SetTheta", "D_vtkTexturedSphereSource_SetTheta")); mixin(bindCode("vtkTexturedSphereSource_GetThetaMinValue", "D_vtkTexturedSphereSource_GetThetaMinValue")); mixin(bindCode("vtkTexturedSphereSource_GetThetaMaxValue", "D_vtkTexturedSphereSource_GetThetaMaxValue")); mixin(bindCode("vtkTexturedSphereSource_GetTheta", "D_vtkTexturedSphereSource_GetTheta")); mixin(bindCode("vtkTexturedSphereSource_SetPhi", "D_vtkTexturedSphereSource_SetPhi")); mixin(bindCode("vtkTexturedSphereSource_GetPhiMinValue", "D_vtkTexturedSphereSource_GetPhiMinValue")); mixin(bindCode("vtkTexturedSphereSource_GetPhiMaxValue", "D_vtkTexturedSphereSource_GetPhiMaxValue")); mixin(bindCode("vtkTexturedSphereSource_GetPhi", "D_vtkTexturedSphereSource_GetPhi")); mixin(bindCode("vtkTexturedSphereSource_Upcast", "D_vtkTexturedSphereSource_Upcast")); mixin(bindCode("vtkSliderRepresentation_IsTypeOf", "D_vtkSliderRepresentation_IsTypeOf")); mixin(bindCode("vtkSliderRepresentation_SafeDownCast", "D_vtkSliderRepresentation_SafeDownCast")); mixin(bindCode("vtkSliderRepresentation_NewInstance", "D_vtkSliderRepresentation_NewInstance")); mixin(bindCode("vtkSliderRepresentation_SetValue", "D_vtkSliderRepresentation_SetValue")); mixin(bindCode("vtkSliderRepresentation_GetValue", "D_vtkSliderRepresentation_GetValue")); mixin(bindCode("vtkSliderRepresentation_SetMinimumValue", "D_vtkSliderRepresentation_SetMinimumValue")); mixin(bindCode("vtkSliderRepresentation_GetMinimumValue", "D_vtkSliderRepresentation_GetMinimumValue")); mixin(bindCode("vtkSliderRepresentation_SetMaximumValue", "D_vtkSliderRepresentation_SetMaximumValue")); mixin(bindCode("vtkSliderRepresentation_GetMaximumValue", "D_vtkSliderRepresentation_GetMaximumValue")); mixin(bindCode("vtkSliderRepresentation_SetSliderLength", "D_vtkSliderRepresentation_SetSliderLength")); mixin(bindCode("vtkSliderRepresentation_GetSliderLengthMinValue", "D_vtkSliderRepresentation_GetSliderLengthMinValue")); mixin(bindCode("vtkSliderRepresentation_GetSliderLengthMaxValue", "D_vtkSliderRepresentation_GetSliderLengthMaxValue")); mixin(bindCode("vtkSliderRepresentation_GetSliderLength", "D_vtkSliderRepresentation_GetSliderLength")); mixin(bindCode("vtkSliderRepresentation_SetSliderWidth", "D_vtkSliderRepresentation_SetSliderWidth")); mixin(bindCode("vtkSliderRepresentation_GetSliderWidthMinValue", "D_vtkSliderRepresentation_GetSliderWidthMinValue")); mixin(bindCode("vtkSliderRepresentation_GetSliderWidthMaxValue", "D_vtkSliderRepresentation_GetSliderWidthMaxValue")); mixin(bindCode("vtkSliderRepresentation_GetSliderWidth", "D_vtkSliderRepresentation_GetSliderWidth")); mixin(bindCode("vtkSliderRepresentation_SetTubeWidth", "D_vtkSliderRepresentation_SetTubeWidth")); mixin(bindCode("vtkSliderRepresentation_GetTubeWidthMinValue", "D_vtkSliderRepresentation_GetTubeWidthMinValue")); mixin(bindCode("vtkSliderRepresentation_GetTubeWidthMaxValue", "D_vtkSliderRepresentation_GetTubeWidthMaxValue")); mixin(bindCode("vtkSliderRepresentation_GetTubeWidth", "D_vtkSliderRepresentation_GetTubeWidth")); mixin(bindCode("vtkSliderRepresentation_SetEndCapLength", "D_vtkSliderRepresentation_SetEndCapLength")); mixin(bindCode("vtkSliderRepresentation_GetEndCapLengthMinValue", "D_vtkSliderRepresentation_GetEndCapLengthMinValue")); mixin(bindCode("vtkSliderRepresentation_GetEndCapLengthMaxValue", "D_vtkSliderRepresentation_GetEndCapLengthMaxValue")); mixin(bindCode("vtkSliderRepresentation_GetEndCapLength", "D_vtkSliderRepresentation_GetEndCapLength")); mixin(bindCode("vtkSliderRepresentation_SetEndCapWidth", "D_vtkSliderRepresentation_SetEndCapWidth")); mixin(bindCode("vtkSliderRepresentation_GetEndCapWidthMinValue", "D_vtkSliderRepresentation_GetEndCapWidthMinValue")); mixin(bindCode("vtkSliderRepresentation_GetEndCapWidthMaxValue", "D_vtkSliderRepresentation_GetEndCapWidthMaxValue")); mixin(bindCode("vtkSliderRepresentation_GetEndCapWidth", "D_vtkSliderRepresentation_GetEndCapWidth")); mixin(bindCode("vtkSliderRepresentation_SetTitleText", "D_vtkSliderRepresentation_SetTitleText")); mixin(bindCode("vtkSliderRepresentation_GetTitleText", "D_vtkSliderRepresentation_GetTitleText")); mixin(bindCode("vtkSliderRepresentation_SetLabelFormat", "D_vtkSliderRepresentation_SetLabelFormat")); mixin(bindCode("vtkSliderRepresentation_GetLabelFormat", "D_vtkSliderRepresentation_GetLabelFormat")); mixin(bindCode("vtkSliderRepresentation_SetLabelHeight", "D_vtkSliderRepresentation_SetLabelHeight")); mixin(bindCode("vtkSliderRepresentation_GetLabelHeightMinValue", "D_vtkSliderRepresentation_GetLabelHeightMinValue")); mixin(bindCode("vtkSliderRepresentation_GetLabelHeightMaxValue", "D_vtkSliderRepresentation_GetLabelHeightMaxValue")); mixin(bindCode("vtkSliderRepresentation_GetLabelHeight", "D_vtkSliderRepresentation_GetLabelHeight")); mixin(bindCode("vtkSliderRepresentation_SetTitleHeight", "D_vtkSliderRepresentation_SetTitleHeight")); mixin(bindCode("vtkSliderRepresentation_GetTitleHeightMinValue", "D_vtkSliderRepresentation_GetTitleHeightMinValue")); mixin(bindCode("vtkSliderRepresentation_GetTitleHeightMaxValue", "D_vtkSliderRepresentation_GetTitleHeightMaxValue")); mixin(bindCode("vtkSliderRepresentation_GetTitleHeight", "D_vtkSliderRepresentation_GetTitleHeight")); mixin(bindCode("vtkSliderRepresentation_SetShowSliderLabel", "D_vtkSliderRepresentation_SetShowSliderLabel")); mixin(bindCode("vtkSliderRepresentation_GetShowSliderLabel", "D_vtkSliderRepresentation_GetShowSliderLabel")); mixin(bindCode("vtkSliderRepresentation_ShowSliderLabelOn", "D_vtkSliderRepresentation_ShowSliderLabelOn")); mixin(bindCode("vtkSliderRepresentation_ShowSliderLabelOff", "D_vtkSliderRepresentation_ShowSliderLabelOff")); mixin(bindCode("vtkSliderRepresentation_GetCurrentT", "D_vtkSliderRepresentation_GetCurrentT")); mixin(bindCode("vtkSliderRepresentation_GetPickedT", "D_vtkSliderRepresentation_GetPickedT")); mixin(bindCode("vtkSliderRepresentation_Upcast", "D_vtkSliderRepresentation_Upcast")); mixin(bindCode("vtkSliderRepresentation3D_New", "D_vtkSliderRepresentation3D_New")); mixin(bindCode("vtkSliderRepresentation3D_IsTypeOf", "D_vtkSliderRepresentation3D_IsTypeOf")); mixin(bindCode("vtkSliderRepresentation3D_SafeDownCast", "D_vtkSliderRepresentation3D_SafeDownCast")); mixin(bindCode("vtkSliderRepresentation3D_NewInstance", "D_vtkSliderRepresentation3D_NewInstance")); mixin(bindCode("vtkSliderRepresentation3D_GetPoint1Coordinate", "D_vtkSliderRepresentation3D_GetPoint1Coordinate")); mixin(bindCode("vtkSliderRepresentation3D_SetPoint1InWorldCoordinates", "D_vtkSliderRepresentation3D_SetPoint1InWorldCoordinates")); mixin(bindCode("vtkSliderRepresentation3D_GetPoint2Coordinate", "D_vtkSliderRepresentation3D_GetPoint2Coordinate")); mixin(bindCode("vtkSliderRepresentation3D_SetPoint2InWorldCoordinates", "D_vtkSliderRepresentation3D_SetPoint2InWorldCoordinates")); mixin(bindCode("vtkSliderRepresentation3D_SetSliderShape", "D_vtkSliderRepresentation3D_SetSliderShape")); mixin(bindCode("vtkSliderRepresentation3D_GetSliderShapeMinValue", "D_vtkSliderRepresentation3D_GetSliderShapeMinValue")); mixin(bindCode("vtkSliderRepresentation3D_GetSliderShapeMaxValue", "D_vtkSliderRepresentation3D_GetSliderShapeMaxValue")); mixin(bindCode("vtkSliderRepresentation3D_GetSliderShape", "D_vtkSliderRepresentation3D_GetSliderShape")); mixin(bindCode("vtkSliderRepresentation3D_SetSliderShapeToSphere", "D_vtkSliderRepresentation3D_SetSliderShapeToSphere")); mixin(bindCode("vtkSliderRepresentation3D_SetSliderShapeToCylinder", "D_vtkSliderRepresentation3D_SetSliderShapeToCylinder")); mixin(bindCode("vtkSliderRepresentation3D_SetRotation", "D_vtkSliderRepresentation3D_SetRotation")); mixin(bindCode("vtkSliderRepresentation3D_GetRotation", "D_vtkSliderRepresentation3D_GetRotation")); mixin(bindCode("vtkSliderRepresentation3D_GetSliderProperty", "D_vtkSliderRepresentation3D_GetSliderProperty")); mixin(bindCode("vtkSliderRepresentation3D_GetTubeProperty", "D_vtkSliderRepresentation3D_GetTubeProperty")); mixin(bindCode("vtkSliderRepresentation3D_GetCapProperty", "D_vtkSliderRepresentation3D_GetCapProperty")); mixin(bindCode("vtkSliderRepresentation3D_GetSelectedProperty", "D_vtkSliderRepresentation3D_GetSelectedProperty")); mixin(bindCode("vtkSliderRepresentation3D_PlaceWidget", "D_vtkSliderRepresentation3D_PlaceWidget")); mixin(bindCode("vtkSliderRepresentation3D_Upcast", "D_vtkSliderRepresentation3D_Upcast")); mixin(bindCode("vtkCastToConcrete_New", "D_vtkCastToConcrete_New")); mixin(bindCode("vtkCastToConcrete_IsTypeOf", "D_vtkCastToConcrete_IsTypeOf")); mixin(bindCode("vtkCastToConcrete_SafeDownCast", "D_vtkCastToConcrete_SafeDownCast")); mixin(bindCode("vtkCastToConcrete_NewInstance", "D_vtkCastToConcrete_NewInstance")); mixin(bindCode("vtkCastToConcrete_Upcast", "D_vtkCastToConcrete_Upcast")); mixin(bindCode("vtkExtractSelectedThresholds_IsTypeOf", "D_vtkExtractSelectedThresholds_IsTypeOf")); mixin(bindCode("vtkExtractSelectedThresholds_SafeDownCast", "D_vtkExtractSelectedThresholds_SafeDownCast")); mixin(bindCode("vtkExtractSelectedThresholds_NewInstance", "D_vtkExtractSelectedThresholds_NewInstance")); mixin(bindCode("vtkExtractSelectedThresholds_New", "D_vtkExtractSelectedThresholds_New")); mixin(bindCode("vtkExtractSelectedThresholds_EvaluateValue__SWIG_0", "D_vtkExtractSelectedThresholds_EvaluateValue__SWIG_0")); mixin(bindCode("vtkExtractSelectedThresholds_EvaluateValue__SWIG_1", "D_vtkExtractSelectedThresholds_EvaluateValue__SWIG_1")); mixin(bindCode("vtkExtractSelectedThresholds_EvaluateValue__SWIG_2", "D_vtkExtractSelectedThresholds_EvaluateValue__SWIG_2")); mixin(bindCode("vtkExtractSelectedThresholds_EvaluateValue__SWIG_3", "D_vtkExtractSelectedThresholds_EvaluateValue__SWIG_3")); mixin(bindCode("vtkExtractSelectedThresholds_Upcast", "D_vtkExtractSelectedThresholds_Upcast")); mixin(bindCode("vtkCriticalSection_New", "D_vtkCriticalSection_New")); mixin(bindCode("vtkCriticalSection_IsTypeOf", "D_vtkCriticalSection_IsTypeOf")); mixin(bindCode("vtkCriticalSection_SafeDownCast", "D_vtkCriticalSection_SafeDownCast")); mixin(bindCode("vtkCriticalSection_NewInstance", "D_vtkCriticalSection_NewInstance")); mixin(bindCode("vtkCriticalSection_Lock", "D_vtkCriticalSection_Lock")); mixin(bindCode("vtkCriticalSection_Unlock", "D_vtkCriticalSection_Unlock")); mixin(bindCode("vtkCriticalSection_Upcast", "D_vtkCriticalSection_Upcast")); mixin(bindCode("vtkImageLogarithmicScale_New", "D_vtkImageLogarithmicScale_New")); mixin(bindCode("vtkImageLogarithmicScale_IsTypeOf", "D_vtkImageLogarithmicScale_IsTypeOf")); mixin(bindCode("vtkImageLogarithmicScale_SafeDownCast", "D_vtkImageLogarithmicScale_SafeDownCast")); mixin(bindCode("vtkImageLogarithmicScale_NewInstance", "D_vtkImageLogarithmicScale_NewInstance")); mixin(bindCode("vtkImageLogarithmicScale_SetConstant", "D_vtkImageLogarithmicScale_SetConstant")); mixin(bindCode("vtkImageLogarithmicScale_GetConstant", "D_vtkImageLogarithmicScale_GetConstant")); mixin(bindCode("vtkImageLogarithmicScale_Upcast", "D_vtkImageLogarithmicScale_Upcast")); mixin(bindCode("vtkGeoArcs_New", "D_vtkGeoArcs_New")); mixin(bindCode("vtkGeoArcs_IsTypeOf", "D_vtkGeoArcs_IsTypeOf")); mixin(bindCode("vtkGeoArcs_SafeDownCast", "D_vtkGeoArcs_SafeDownCast")); mixin(bindCode("vtkGeoArcs_NewInstance", "D_vtkGeoArcs_NewInstance")); mixin(bindCode("vtkGeoArcs_SetGlobeRadius", "D_vtkGeoArcs_SetGlobeRadius")); mixin(bindCode("vtkGeoArcs_GetGlobeRadius", "D_vtkGeoArcs_GetGlobeRadius")); mixin(bindCode("vtkGeoArcs_SetExplodeFactor", "D_vtkGeoArcs_SetExplodeFactor")); mixin(bindCode("vtkGeoArcs_GetExplodeFactor", "D_vtkGeoArcs_GetExplodeFactor")); mixin(bindCode("vtkGeoArcs_SetNumberOfSubdivisions", "D_vtkGeoArcs_SetNumberOfSubdivisions")); mixin(bindCode("vtkGeoArcs_GetNumberOfSubdivisions", "D_vtkGeoArcs_GetNumberOfSubdivisions")); mixin(bindCode("vtkGeoArcs_Upcast", "D_vtkGeoArcs_Upcast")); mixin(bindCode("new_vtkAMRBox__SWIG_0", "D_new_vtkAMRBox__SWIG_0")); mixin(bindCode("new_vtkAMRBox__SWIG_1", "D_new_vtkAMRBox__SWIG_1")); mixin(bindCode("new_vtkAMRBox__SWIG_2", "D_new_vtkAMRBox__SWIG_2")); mixin(bindCode("new_vtkAMRBox__SWIG_3", "D_new_vtkAMRBox__SWIG_3")); mixin(bindCode("new_vtkAMRBox__SWIG_4", "D_new_vtkAMRBox__SWIG_4")); mixin(bindCode("new_vtkAMRBox__SWIG_5", "D_new_vtkAMRBox__SWIG_5")); mixin(bindCode("new_vtkAMRBox__SWIG_6", "D_new_vtkAMRBox__SWIG_6")); mixin(bindCode("new_vtkAMRBox__SWIG_7", "D_new_vtkAMRBox__SWIG_7")); mixin(bindCode("vtkAMRBox_Equal", "D_vtkAMRBox_Equal")); mixin(bindCode("delete_vtkAMRBox", "D_delete_vtkAMRBox")); mixin(bindCode("vtkAMRBox_Invalidate", "D_vtkAMRBox_Invalidate")); mixin(bindCode("vtkAMRBox_EmptyDimension", "D_vtkAMRBox_EmptyDimension")); mixin(bindCode("vtkAMRBox_SetDimensions__SWIG_0", "D_vtkAMRBox_SetDimensions__SWIG_0")); mixin(bindCode("vtkAMRBox_SetDimensions__SWIG_1", "D_vtkAMRBox_SetDimensions__SWIG_1")); mixin(bindCode("vtkAMRBox_SetDimensions__SWIG_2", "D_vtkAMRBox_SetDimensions__SWIG_2")); mixin(bindCode("vtkAMRBox_SetDimensions__SWIG_3", "D_vtkAMRBox_SetDimensions__SWIG_3")); mixin(bindCode("vtkAMRBox_SetDimensions__SWIG_4", "D_vtkAMRBox_SetDimensions__SWIG_4")); mixin(bindCode("vtkAMRBox_SetDimensions__SWIG_5", "D_vtkAMRBox_SetDimensions__SWIG_5")); mixin(bindCode("vtkAMRBox_GetDimensions__SWIG_0", "D_vtkAMRBox_GetDimensions__SWIG_0")); mixin(bindCode("vtkAMRBox_GetDimensions__SWIG_1", "D_vtkAMRBox_GetDimensions__SWIG_1")); mixin(bindCode("vtkAMRBox_GetNumberOfCells__SWIG_0", "D_vtkAMRBox_GetNumberOfCells__SWIG_0")); mixin(bindCode("vtkAMRBox_GetNumberOfCells__SWIG_1", "D_vtkAMRBox_GetNumberOfCells__SWIG_1")); mixin(bindCode("vtkAMRBox_GetNumberOfNodes__SWIG_0", "D_vtkAMRBox_GetNumberOfNodes__SWIG_0")); mixin(bindCode("vtkAMRBox_GetNumberOfNodes__SWIG_1", "D_vtkAMRBox_GetNumberOfNodes__SWIG_1")); mixin(bindCode("vtkAMRBox_ComputeDimension", "D_vtkAMRBox_ComputeDimension")); mixin(bindCode("vtkAMRBox_GetLoCorner", "D_vtkAMRBox_GetLoCorner")); mixin(bindCode("vtkAMRBox_GetHiCorner", "D_vtkAMRBox_GetHiCorner")); mixin(bindCode("vtkAMRBox_GetValidHiCorner", "D_vtkAMRBox_GetValidHiCorner")); mixin(bindCode("vtkAMRBox_Empty", "D_vtkAMRBox_Empty")); mixin(bindCode("vtkAMRBox_IsInvalid", "D_vtkAMRBox_IsInvalid")); mixin(bindCode("vtkAMRBox_swigOpEquals", "D_vtkAMRBox_swigOpEquals")); mixin(bindCode("vtkAMRBox_NotEqual", "D_vtkAMRBox_NotEqual")); mixin(bindCode("vtkAMRBox_Print", "D_vtkAMRBox_Print")); mixin(bindCode("vtkAMRBox_Serialize__SWIG_0", "D_vtkAMRBox_Serialize__SWIG_0")); mixin(bindCode("vtkAMRBox_Serialize__SWIG_1", "D_vtkAMRBox_Serialize__SWIG_1")); mixin(bindCode("vtkAMRBox_Deserialize", "D_vtkAMRBox_Deserialize")); mixin(bindCode("vtkAMRBox_DoesBoxIntersectAlongDimension", "D_vtkAMRBox_DoesBoxIntersectAlongDimension")); mixin(bindCode("vtkAMRBox_DoesIntersect", "D_vtkAMRBox_DoesIntersect")); mixin(bindCode("vtkAMRBox_Coarsen", "D_vtkAMRBox_Coarsen")); mixin(bindCode("vtkAMRBox_Refine", "D_vtkAMRBox_Refine")); mixin(bindCode("vtkAMRBox_Grow", "D_vtkAMRBox_Grow")); mixin(bindCode("vtkAMRBox_Shrink", "D_vtkAMRBox_Shrink")); mixin(bindCode("vtkAMRBox_Shift__SWIG_0", "D_vtkAMRBox_Shift__SWIG_0")); mixin(bindCode("vtkAMRBox_Shift__SWIG_1", "D_vtkAMRBox_Shift__SWIG_1")); mixin(bindCode("vtkAMRBox_Intersect", "D_vtkAMRBox_Intersect")); mixin(bindCode("vtkAMRBox_Contains__SWIG_0", "D_vtkAMRBox_Contains__SWIG_0")); mixin(bindCode("vtkAMRBox_Contains__SWIG_1", "D_vtkAMRBox_Contains__SWIG_1")); mixin(bindCode("vtkAMRBox_Contains__SWIG_2", "D_vtkAMRBox_Contains__SWIG_2")); mixin(bindCode("vtkAMRBox_GetGhostVector", "D_vtkAMRBox_GetGhostVector")); mixin(bindCode("vtkAMRBox_RemoveGhosts", "D_vtkAMRBox_RemoveGhosts")); mixin(bindCode("vtkAMRBox_GetBytesize", "D_vtkAMRBox_GetBytesize")); mixin(bindCode("vtkAMRBox_GetCellLinearIndex", "D_vtkAMRBox_GetCellLinearIndex")); mixin(bindCode("vtkAMRBox_GetBounds", "D_vtkAMRBox_GetBounds")); mixin(bindCode("vtkAMRBox_GetBoxOrigin", "D_vtkAMRBox_GetBoxOrigin")); mixin(bindCode("vtkAMRBox_HasPoint", "D_vtkAMRBox_HasPoint")); mixin(bindCode("vtkAMRBox_ComputeStructuredCoordinates", "D_vtkAMRBox_ComputeStructuredCoordinates")); mixin(bindCode("vtkAMRInformation_New", "D_vtkAMRInformation_New")); mixin(bindCode("vtkAMRInformation_IsTypeOf", "D_vtkAMRInformation_IsTypeOf")); mixin(bindCode("vtkAMRInformation_SafeDownCast", "D_vtkAMRInformation_SafeDownCast")); mixin(bindCode("vtkAMRInformation_NewInstance", "D_vtkAMRInformation_NewInstance")); mixin(bindCode("vtkAMRInformation_swigOpEquals", "D_vtkAMRInformation_swigOpEquals")); mixin(bindCode("vtkAMRInformation_Initialize", "D_vtkAMRInformation_Initialize")); mixin(bindCode("vtkAMRInformation_GetGridDescription", "D_vtkAMRInformation_GetGridDescription")); mixin(bindCode("vtkAMRInformation_SetGridDescription", "D_vtkAMRInformation_SetGridDescription")); mixin(bindCode("vtkAMRInformation_GetOrigin__SWIG_0", "D_vtkAMRInformation_GetOrigin__SWIG_0")); mixin(bindCode("vtkAMRInformation_GetOrigin__SWIG_1", "D_vtkAMRInformation_GetOrigin__SWIG_1")); mixin(bindCode("vtkAMRInformation_SetOrigin", "D_vtkAMRInformation_SetOrigin")); mixin(bindCode("vtkAMRInformation_GetNumberOfLevels", "D_vtkAMRInformation_GetNumberOfLevels")); mixin(bindCode("vtkAMRInformation_GetNumberOfDataSets", "D_vtkAMRInformation_GetNumberOfDataSets")); mixin(bindCode("vtkAMRInformation_GetTotalNumberOfBlocks", "D_vtkAMRInformation_GetTotalNumberOfBlocks")); mixin(bindCode("vtkAMRInformation_GetIndex", "D_vtkAMRInformation_GetIndex")); mixin(bindCode("vtkAMRInformation_ComputeIndexPair", "D_vtkAMRInformation_ComputeIndexPair")); mixin(bindCode("vtkAMRInformation_GetBounds__SWIG_0", "D_vtkAMRInformation_GetBounds__SWIG_0")); mixin(bindCode("vtkAMRInformation_GetBounds__SWIG_1", "D_vtkAMRInformation_GetBounds__SWIG_1")); mixin(bindCode("vtkAMRInformation_GetOrigin__SWIG_2", "D_vtkAMRInformation_GetOrigin__SWIG_2")); mixin(bindCode("vtkAMRInformation_GetSpacing", "D_vtkAMRInformation_GetSpacing")); mixin(bindCode("vtkAMRInformation_HasSpacing", "D_vtkAMRInformation_HasSpacing")); mixin(bindCode("vtkAMRInformation_SetAMRBox", "D_vtkAMRInformation_SetAMRBox")); mixin(bindCode("vtkAMRInformation_GetAMRBox", "D_vtkAMRInformation_GetAMRBox")); mixin(bindCode("vtkAMRInformation_GetCoarsenedAMRBox", "D_vtkAMRInformation_GetCoarsenedAMRBox")); mixin(bindCode("vtkAMRInformation_GetAMRBlockSourceIndex", "D_vtkAMRInformation_GetAMRBlockSourceIndex")); mixin(bindCode("vtkAMRInformation_SetAMRBlockSourceIndex", "D_vtkAMRInformation_SetAMRBlockSourceIndex")); mixin(bindCode("vtkAMRInformation_GenerateRefinementRatio", "D_vtkAMRInformation_GenerateRefinementRatio")); mixin(bindCode("vtkAMRInformation_HasRefinementRatio", "D_vtkAMRInformation_HasRefinementRatio")); mixin(bindCode("vtkAMRInformation_SetRefinementRatio", "D_vtkAMRInformation_SetRefinementRatio")); mixin(bindCode("vtkAMRInformation_GetRefinementRatio", "D_vtkAMRInformation_GetRefinementRatio")); mixin(bindCode("vtkAMRInformation_SetSpacing", "D_vtkAMRInformation_SetSpacing")); mixin(bindCode("vtkAMRInformation_HasChildrenInformation", "D_vtkAMRInformation_HasChildrenInformation")); mixin(bindCode("vtkAMRInformation_GetParents", "D_vtkAMRInformation_GetParents")); mixin(bindCode("vtkAMRInformation_GetChildren", "D_vtkAMRInformation_GetChildren")); mixin(bindCode("vtkAMRInformation_PrintParentChildInfo", "D_vtkAMRInformation_PrintParentChildInfo")); mixin(bindCode("vtkAMRInformation_GenerateParentChildInformation", "D_vtkAMRInformation_GenerateParentChildInformation")); mixin(bindCode("vtkAMRInformation_Audit", "D_vtkAMRInformation_Audit")); mixin(bindCode("vtkAMRInformation_FindCell", "D_vtkAMRInformation_FindCell")); mixin(bindCode("vtkAMRInformation_FindGrid__SWIG_0", "D_vtkAMRInformation_FindGrid__SWIG_0")); mixin(bindCode("vtkAMRInformation_FindGrid__SWIG_1", "D_vtkAMRInformation_FindGrid__SWIG_1")); mixin(bindCode("vtkAMRInformation_GetNumBlocks", "D_vtkAMRInformation_GetNumBlocks")); mixin(bindCode("vtkAMRInformation_GetChildrenAtLevel", "D_vtkAMRInformation_GetChildrenAtLevel")); mixin(bindCode("vtkAMRInformation_DeepCopy", "D_vtkAMRInformation_DeepCopy")); mixin(bindCode("vtkAMRInformation_Upcast", "D_vtkAMRInformation_Upcast")); mixin(bindCode("vtkVectorText_New", "D_vtkVectorText_New")); mixin(bindCode("vtkVectorText_IsTypeOf", "D_vtkVectorText_IsTypeOf")); mixin(bindCode("vtkVectorText_SafeDownCast", "D_vtkVectorText_SafeDownCast")); mixin(bindCode("vtkVectorText_NewInstance", "D_vtkVectorText_NewInstance")); mixin(bindCode("vtkVectorText_SetText", "D_vtkVectorText_SetText")); mixin(bindCode("vtkVectorText_GetText", "D_vtkVectorText_GetText")); mixin(bindCode("vtkVectorText_Upcast", "D_vtkVectorText_Upcast")); mixin(bindCode("vtkOggTheoraWriter_New", "D_vtkOggTheoraWriter_New")); mixin(bindCode("vtkOggTheoraWriter_IsTypeOf", "D_vtkOggTheoraWriter_IsTypeOf")); mixin(bindCode("vtkOggTheoraWriter_SafeDownCast", "D_vtkOggTheoraWriter_SafeDownCast")); mixin(bindCode("vtkOggTheoraWriter_NewInstance", "D_vtkOggTheoraWriter_NewInstance")); mixin(bindCode("vtkOggTheoraWriter_SetQuality", "D_vtkOggTheoraWriter_SetQuality")); mixin(bindCode("vtkOggTheoraWriter_GetQualityMinValue", "D_vtkOggTheoraWriter_GetQualityMinValue")); mixin(bindCode("vtkOggTheoraWriter_GetQualityMaxValue", "D_vtkOggTheoraWriter_GetQualityMaxValue")); mixin(bindCode("vtkOggTheoraWriter_GetQuality", "D_vtkOggTheoraWriter_GetQuality")); mixin(bindCode("vtkOggTheoraWriter_SetRate", "D_vtkOggTheoraWriter_SetRate")); mixin(bindCode("vtkOggTheoraWriter_GetRateMinValue", "D_vtkOggTheoraWriter_GetRateMinValue")); mixin(bindCode("vtkOggTheoraWriter_GetRateMaxValue", "D_vtkOggTheoraWriter_GetRateMaxValue")); mixin(bindCode("vtkOggTheoraWriter_GetRate", "D_vtkOggTheoraWriter_GetRate")); mixin(bindCode("vtkOggTheoraWriter_SetSubsampling", "D_vtkOggTheoraWriter_SetSubsampling")); mixin(bindCode("vtkOggTheoraWriter_GetSubsampling", "D_vtkOggTheoraWriter_GetSubsampling")); mixin(bindCode("vtkOggTheoraWriter_SubsamplingOn", "D_vtkOggTheoraWriter_SubsamplingOn")); mixin(bindCode("vtkOggTheoraWriter_SubsamplingOff", "D_vtkOggTheoraWriter_SubsamplingOff")); mixin(bindCode("vtkOggTheoraWriter_Upcast", "D_vtkOggTheoraWriter_Upcast")); mixin(bindCode("vtkExtractLevel_New", "D_vtkExtractLevel_New")); mixin(bindCode("vtkExtractLevel_IsTypeOf", "D_vtkExtractLevel_IsTypeOf")); mixin(bindCode("vtkExtractLevel_SafeDownCast", "D_vtkExtractLevel_SafeDownCast")); mixin(bindCode("vtkExtractLevel_NewInstance", "D_vtkExtractLevel_NewInstance")); mixin(bindCode("vtkExtractLevel_AddLevel", "D_vtkExtractLevel_AddLevel")); mixin(bindCode("vtkExtractLevel_RemoveLevel", "D_vtkExtractLevel_RemoveLevel")); mixin(bindCode("vtkExtractLevel_RemoveAllLevels", "D_vtkExtractLevel_RemoveAllLevels")); mixin(bindCode("new_vtkExtractLevel", "D_new_vtkExtractLevel")); mixin(bindCode("delete_vtkExtractLevel", "D_delete_vtkExtractLevel")); mixin(bindCode("vtkExtractLevel_Upcast", "D_vtkExtractLevel_Upcast")); mixin(bindCode("vtkContextInteractorStyle_New", "D_vtkContextInteractorStyle_New")); mixin(bindCode("vtkContextInteractorStyle_IsTypeOf", "D_vtkContextInteractorStyle_IsTypeOf")); mixin(bindCode("vtkContextInteractorStyle_SafeDownCast", "D_vtkContextInteractorStyle_SafeDownCast")); mixin(bindCode("vtkContextInteractorStyle_NewInstance", "D_vtkContextInteractorStyle_NewInstance")); mixin(bindCode("vtkContextInteractorStyle_SetScene", "D_vtkContextInteractorStyle_SetScene")); mixin(bindCode("vtkContextInteractorStyle_GetScene", "D_vtkContextInteractorStyle_GetScene")); mixin(bindCode("vtkContextInteractorStyle_OnSceneModified", "D_vtkContextInteractorStyle_OnSceneModified")); mixin(bindCode("vtkContextInteractorStyle_OnSelection", "D_vtkContextInteractorStyle_OnSelection")); mixin(bindCode("vtkContextInteractorStyle_Upcast", "D_vtkContextInteractorStyle_Upcast")); mixin(bindCode("vtkDiagonalMatrixSource_New", "D_vtkDiagonalMatrixSource_New")); mixin(bindCode("vtkDiagonalMatrixSource_IsTypeOf", "D_vtkDiagonalMatrixSource_IsTypeOf")); mixin(bindCode("vtkDiagonalMatrixSource_SafeDownCast", "D_vtkDiagonalMatrixSource_SafeDownCast")); mixin(bindCode("vtkDiagonalMatrixSource_NewInstance", "D_vtkDiagonalMatrixSource_NewInstance")); mixin(bindCode("vtkDiagonalMatrixSource_GetArrayType", "D_vtkDiagonalMatrixSource_GetArrayType")); mixin(bindCode("vtkDiagonalMatrixSource_SetArrayType", "D_vtkDiagonalMatrixSource_SetArrayType")); mixin(bindCode("vtkDiagonalMatrixSource_GetExtents", "D_vtkDiagonalMatrixSource_GetExtents")); mixin(bindCode("vtkDiagonalMatrixSource_SetExtents", "D_vtkDiagonalMatrixSource_SetExtents")); mixin(bindCode("vtkDiagonalMatrixSource_GetDiagonal", "D_vtkDiagonalMatrixSource_GetDiagonal")); mixin(bindCode("vtkDiagonalMatrixSource_SetDiagonal", "D_vtkDiagonalMatrixSource_SetDiagonal")); mixin(bindCode("vtkDiagonalMatrixSource_GetSuperDiagonal", "D_vtkDiagonalMatrixSource_GetSuperDiagonal")); mixin(bindCode("vtkDiagonalMatrixSource_SetSuperDiagonal", "D_vtkDiagonalMatrixSource_SetSuperDiagonal")); mixin(bindCode("vtkDiagonalMatrixSource_GetSubDiagonal", "D_vtkDiagonalMatrixSource_GetSubDiagonal")); mixin(bindCode("vtkDiagonalMatrixSource_SetSubDiagonal", "D_vtkDiagonalMatrixSource_SetSubDiagonal")); mixin(bindCode("vtkDiagonalMatrixSource_GetRowLabel", "D_vtkDiagonalMatrixSource_GetRowLabel")); mixin(bindCode("vtkDiagonalMatrixSource_SetRowLabel", "D_vtkDiagonalMatrixSource_SetRowLabel")); mixin(bindCode("vtkDiagonalMatrixSource_GetColumnLabel", "D_vtkDiagonalMatrixSource_GetColumnLabel")); mixin(bindCode("vtkDiagonalMatrixSource_SetColumnLabel", "D_vtkDiagonalMatrixSource_SetColumnLabel")); mixin(bindCode("vtkDiagonalMatrixSource_Upcast", "D_vtkDiagonalMatrixSource_Upcast")); mixin(bindCode("vtkColorLegend_IsTypeOf", "D_vtkColorLegend_IsTypeOf")); mixin(bindCode("vtkColorLegend_SafeDownCast", "D_vtkColorLegend_SafeDownCast")); mixin(bindCode("vtkColorLegend_NewInstance", "D_vtkColorLegend_NewInstance")); mixin(bindCode("vtkColorLegend_New", "D_vtkColorLegend_New")); mixin(bindCode("vtkColorLegend_GetBounds", "D_vtkColorLegend_GetBounds")); mixin(bindCode("vtkColorLegend_SetTransferFunction", "D_vtkColorLegend_SetTransferFunction")); mixin(bindCode("vtkColorLegend_GetTransferFunction", "D_vtkColorLegend_GetTransferFunction")); mixin(bindCode("vtkColorLegend_SetPosition", "D_vtkColorLegend_SetPosition")); mixin(bindCode("vtkColorLegend_GetPosition", "D_vtkColorLegend_GetPosition")); mixin(bindCode("vtkColorLegend_Upcast", "D_vtkColorLegend_Upcast")); mixin(bindCode("vtkInteractorStyleTrackballCamera_New", "D_vtkInteractorStyleTrackballCamera_New")); mixin(bindCode("vtkInteractorStyleTrackballCamera_IsTypeOf", "D_vtkInteractorStyleTrackballCamera_IsTypeOf")); mixin(bindCode("vtkInteractorStyleTrackballCamera_SafeDownCast", "D_vtkInteractorStyleTrackballCamera_SafeDownCast")); mixin(bindCode("vtkInteractorStyleTrackballCamera_NewInstance", "D_vtkInteractorStyleTrackballCamera_NewInstance")); mixin(bindCode("vtkInteractorStyleTrackballCamera_SetMotionFactor", "D_vtkInteractorStyleTrackballCamera_SetMotionFactor")); mixin(bindCode("vtkInteractorStyleTrackballCamera_GetMotionFactor", "D_vtkInteractorStyleTrackballCamera_GetMotionFactor")); mixin(bindCode("vtkInteractorStyleTrackballCamera_Upcast", "D_vtkInteractorStyleTrackballCamera_Upcast")); mixin(bindCode("vtkInteractorStyleRubberBand3D_New", "D_vtkInteractorStyleRubberBand3D_New")); mixin(bindCode("vtkInteractorStyleRubberBand3D_IsTypeOf", "D_vtkInteractorStyleRubberBand3D_IsTypeOf")); mixin(bindCode("vtkInteractorStyleRubberBand3D_SafeDownCast", "D_vtkInteractorStyleRubberBand3D_SafeDownCast")); mixin(bindCode("vtkInteractorStyleRubberBand3D_NewInstance", "D_vtkInteractorStyleRubberBand3D_NewInstance")); mixin(bindCode("vtkInteractorStyleRubberBand3D_SetRenderOnMouseMove", "D_vtkInteractorStyleRubberBand3D_SetRenderOnMouseMove")); mixin(bindCode("vtkInteractorStyleRubberBand3D_GetRenderOnMouseMove", "D_vtkInteractorStyleRubberBand3D_GetRenderOnMouseMove")); mixin(bindCode("vtkInteractorStyleRubberBand3D_RenderOnMouseMoveOn", "D_vtkInteractorStyleRubberBand3D_RenderOnMouseMoveOn")); mixin(bindCode("vtkInteractorStyleRubberBand3D_RenderOnMouseMoveOff", "D_vtkInteractorStyleRubberBand3D_RenderOnMouseMoveOff")); mixin(bindCode("vtkInteractorStyleRubberBand3D_GetInteraction", "D_vtkInteractorStyleRubberBand3D_GetInteraction")); mixin(bindCode("vtkInteractorStyleRubberBand3D_GetStartPosition__SWIG_0", "D_vtkInteractorStyleRubberBand3D_GetStartPosition__SWIG_0")); mixin(bindCode("vtkInteractorStyleRubberBand3D_GetStartPosition__SWIG_1", "D_vtkInteractorStyleRubberBand3D_GetStartPosition__SWIG_1")); mixin(bindCode("vtkInteractorStyleRubberBand3D_GetStartPosition__SWIG_2", "D_vtkInteractorStyleRubberBand3D_GetStartPosition__SWIG_2")); mixin(bindCode("vtkInteractorStyleRubberBand3D_GetEndPosition__SWIG_0", "D_vtkInteractorStyleRubberBand3D_GetEndPosition__SWIG_0")); mixin(bindCode("vtkInteractorStyleRubberBand3D_GetEndPosition__SWIG_1", "D_vtkInteractorStyleRubberBand3D_GetEndPosition__SWIG_1")); mixin(bindCode("vtkInteractorStyleRubberBand3D_GetEndPosition__SWIG_2", "D_vtkInteractorStyleRubberBand3D_GetEndPosition__SWIG_2")); mixin(bindCode("vtkInteractorStyleRubberBand3D_Upcast", "D_vtkInteractorStyleRubberBand3D_Upcast")); mixin(bindCode("vtkXMLUtilities_New", "D_vtkXMLUtilities_New")); mixin(bindCode("vtkXMLUtilities_IsTypeOf", "D_vtkXMLUtilities_IsTypeOf")); mixin(bindCode("vtkXMLUtilities_SafeDownCast", "D_vtkXMLUtilities_SafeDownCast")); mixin(bindCode("vtkXMLUtilities_NewInstance", "D_vtkXMLUtilities_NewInstance")); mixin(bindCode("vtkXMLUtilities_EncodeString__SWIG_0", "D_vtkXMLUtilities_EncodeString__SWIG_0")); mixin(bindCode("vtkXMLUtilities_EncodeString__SWIG_1", "D_vtkXMLUtilities_EncodeString__SWIG_1")); mixin(bindCode("vtkXMLUtilities_CollateAttributes__SWIG_0", "D_vtkXMLUtilities_CollateAttributes__SWIG_0")); mixin(bindCode("vtkXMLUtilities_CollateAttributes__SWIG_1", "D_vtkXMLUtilities_CollateAttributes__SWIG_1")); mixin(bindCode("vtkXMLUtilities_ReadElementFromAttributeArray", "D_vtkXMLUtilities_ReadElementFromAttributeArray")); mixin(bindCode("vtkXMLUtilities_FactorElements", "D_vtkXMLUtilities_FactorElements")); mixin(bindCode("vtkXMLUtilities_UnFactorElements", "D_vtkXMLUtilities_UnFactorElements")); mixin(bindCode("vtkXMLUtilities_Upcast", "D_vtkXMLUtilities_Upcast")); mixin(bindCode("vtkClearZPass_New", "D_vtkClearZPass_New")); mixin(bindCode("vtkClearZPass_IsTypeOf", "D_vtkClearZPass_IsTypeOf")); mixin(bindCode("vtkClearZPass_SafeDownCast", "D_vtkClearZPass_SafeDownCast")); mixin(bindCode("vtkClearZPass_NewInstance", "D_vtkClearZPass_NewInstance")); mixin(bindCode("vtkClearZPass_SetDepth", "D_vtkClearZPass_SetDepth")); mixin(bindCode("vtkClearZPass_GetDepthMinValue", "D_vtkClearZPass_GetDepthMinValue")); mixin(bindCode("vtkClearZPass_GetDepthMaxValue", "D_vtkClearZPass_GetDepthMaxValue")); mixin(bindCode("vtkClearZPass_GetDepth", "D_vtkClearZPass_GetDepth")); mixin(bindCode("vtkClearZPass_Upcast", "D_vtkClearZPass_Upcast")); mixin(bindCode("new_SortCoordinates", "D_new_SortCoordinates")); mixin(bindCode("SortCoordinates_opCall", "D_SortCoordinates_opCall")); mixin(bindCode("SortCoordinates_Sort_set", "D_SortCoordinates_Sort_set")); mixin(bindCode("SortCoordinates_Sort_get", "D_SortCoordinates_Sort_get")); mixin(bindCode("SortCoordinates_Coordinates_set", "D_SortCoordinates_Coordinates_set")); mixin(bindCode("SortCoordinates_Coordinates_get", "D_SortCoordinates_Coordinates_get")); mixin(bindCode("delete_SortCoordinates", "D_delete_SortCoordinates")); mixin(bindCode("VTK_QUADTREE_CHILD_SW_get", "D_VTK_QUADTREE_CHILD_SW_get")); mixin(bindCode("VTK_QUADTREE_CHILD_SE_get", "D_VTK_QUADTREE_CHILD_SE_get")); mixin(bindCode("VTK_QUADTREE_CHILD_NW_get", "D_VTK_QUADTREE_CHILD_NW_get")); mixin(bindCode("VTK_QUADTREE_CHILD_NE_get", "D_VTK_QUADTREE_CHILD_NE_get")); mixin(bindCode("VTK_BINARY_TREE_CHILD_LEFT_get", "D_VTK_BINARY_TREE_CHILD_LEFT_get")); mixin(bindCode("VTK_BINARY_TREE_CHILD_RIGHT_get", "D_VTK_BINARY_TREE_CHILD_RIGHT_get")); mixin(bindCode("vtkHyperOctreeCursor_IsTypeOf", "D_vtkHyperOctreeCursor_IsTypeOf")); mixin(bindCode("vtkHyperOctreeCursor_SafeDownCast", "D_vtkHyperOctreeCursor_SafeDownCast")); mixin(bindCode("vtkHyperOctreeCursor_NewInstance", "D_vtkHyperOctreeCursor_NewInstance")); mixin(bindCode("vtkHyperOctreeCursor_GetLeafId", "D_vtkHyperOctreeCursor_GetLeafId")); mixin(bindCode("vtkHyperOctreeCursor_CurrentIsLeaf", "D_vtkHyperOctreeCursor_CurrentIsLeaf")); mixin(bindCode("vtkHyperOctreeCursor_CurrentIsRoot", "D_vtkHyperOctreeCursor_CurrentIsRoot")); mixin(bindCode("vtkHyperOctreeCursor_GetCurrentLevel", "D_vtkHyperOctreeCursor_GetCurrentLevel")); mixin(bindCode("vtkHyperOctreeCursor_GetChildIndex", "D_vtkHyperOctreeCursor_GetChildIndex")); mixin(bindCode("vtkHyperOctreeCursor_CurrentIsTerminalNode", "D_vtkHyperOctreeCursor_CurrentIsTerminalNode")); mixin(bindCode("vtkHyperOctreeCursor_ToRoot", "D_vtkHyperOctreeCursor_ToRoot")); mixin(bindCode("vtkHyperOctreeCursor_ToParent", "D_vtkHyperOctreeCursor_ToParent")); mixin(bindCode("vtkHyperOctreeCursor_ToChild", "D_vtkHyperOctreeCursor_ToChild")); mixin(bindCode("vtkHyperOctreeCursor_ToSameNode", "D_vtkHyperOctreeCursor_ToSameNode")); mixin(bindCode("vtkHyperOctreeCursor_IsEqual", "D_vtkHyperOctreeCursor_IsEqual")); mixin(bindCode("vtkHyperOctreeCursor_Clone", "D_vtkHyperOctreeCursor_Clone")); mixin(bindCode("vtkHyperOctreeCursor_SameTree", "D_vtkHyperOctreeCursor_SameTree")); mixin(bindCode("vtkHyperOctreeCursor_GetIndex", "D_vtkHyperOctreeCursor_GetIndex")); mixin(bindCode("vtkHyperOctreeCursor_GetNumberOfChildren", "D_vtkHyperOctreeCursor_GetNumberOfChildren")); mixin(bindCode("vtkHyperOctreeCursor_GetDimension", "D_vtkHyperOctreeCursor_GetDimension")); mixin(bindCode("vtkHyperOctreeCursor_MoveToNode", "D_vtkHyperOctreeCursor_MoveToNode")); mixin(bindCode("vtkHyperOctreeCursor_Found", "D_vtkHyperOctreeCursor_Found")); mixin(bindCode("vtkHyperOctreeCursor_Upcast", "D_vtkHyperOctreeCursor_Upcast")); mixin(bindCode("vtkTemporalInterpolator_New", "D_vtkTemporalInterpolator_New")); mixin(bindCode("vtkTemporalInterpolator_IsTypeOf", "D_vtkTemporalInterpolator_IsTypeOf")); mixin(bindCode("vtkTemporalInterpolator_SafeDownCast", "D_vtkTemporalInterpolator_SafeDownCast")); mixin(bindCode("vtkTemporalInterpolator_NewInstance", "D_vtkTemporalInterpolator_NewInstance")); mixin(bindCode("vtkTemporalInterpolator_SetDiscreteTimeStepInterval", "D_vtkTemporalInterpolator_SetDiscreteTimeStepInterval")); mixin(bindCode("vtkTemporalInterpolator_GetDiscreteTimeStepInterval", "D_vtkTemporalInterpolator_GetDiscreteTimeStepInterval")); mixin(bindCode("vtkTemporalInterpolator_SetResampleFactor", "D_vtkTemporalInterpolator_SetResampleFactor")); mixin(bindCode("vtkTemporalInterpolator_GetResampleFactor", "D_vtkTemporalInterpolator_GetResampleFactor")); mixin(bindCode("vtkTemporalInterpolator_Upcast", "D_vtkTemporalInterpolator_Upcast")); mixin(bindCode("vtkCameraActor_New", "D_vtkCameraActor_New")); mixin(bindCode("vtkCameraActor_IsTypeOf", "D_vtkCameraActor_IsTypeOf")); mixin(bindCode("vtkCameraActor_SafeDownCast", "D_vtkCameraActor_SafeDownCast")); mixin(bindCode("vtkCameraActor_NewInstance", "D_vtkCameraActor_NewInstance")); mixin(bindCode("vtkCameraActor_SetCamera", "D_vtkCameraActor_SetCamera")); mixin(bindCode("vtkCameraActor_GetCamera", "D_vtkCameraActor_GetCamera")); mixin(bindCode("vtkCameraActor_SetWidthByHeightRatio", "D_vtkCameraActor_SetWidthByHeightRatio")); mixin(bindCode("vtkCameraActor_GetWidthByHeightRatio", "D_vtkCameraActor_GetWidthByHeightRatio")); mixin(bindCode("vtkCameraActor_RenderOpaqueGeometry", "D_vtkCameraActor_RenderOpaqueGeometry")); mixin(bindCode("vtkCameraActor_HasTranslucentPolygonalGeometry", "D_vtkCameraActor_HasTranslucentPolygonalGeometry")); mixin(bindCode("vtkCameraActor_ReleaseGraphicsResources", "D_vtkCameraActor_ReleaseGraphicsResources")); mixin(bindCode("vtkCameraActor_GetProperty", "D_vtkCameraActor_GetProperty")); mixin(bindCode("vtkCameraActor_SetProperty", "D_vtkCameraActor_SetProperty")); mixin(bindCode("vtkCameraActor_Upcast", "D_vtkCameraActor_Upcast")); mixin(bindCode("vtkShaderCodeLibrary_New", "D_vtkShaderCodeLibrary_New")); mixin(bindCode("vtkShaderCodeLibrary_IsTypeOf", "D_vtkShaderCodeLibrary_IsTypeOf")); mixin(bindCode("vtkShaderCodeLibrary_SafeDownCast", "D_vtkShaderCodeLibrary_SafeDownCast")); mixin(bindCode("vtkShaderCodeLibrary_NewInstance", "D_vtkShaderCodeLibrary_NewInstance")); mixin(bindCode("vtkShaderCodeLibrary_GetShaderCode", "D_vtkShaderCodeLibrary_GetShaderCode")); mixin(bindCode("vtkShaderCodeLibrary_GetListOfShaderCodeNames", "D_vtkShaderCodeLibrary_GetListOfShaderCodeNames")); mixin(bindCode("vtkShaderCodeLibrary_RegisterShaderCode", "D_vtkShaderCodeLibrary_RegisterShaderCode")); mixin(bindCode("new_vtkShaderCodeLibrary", "D_new_vtkShaderCodeLibrary")); mixin(bindCode("delete_vtkShaderCodeLibrary", "D_delete_vtkShaderCodeLibrary")); mixin(bindCode("vtkShaderCodeLibrary_Upcast", "D_vtkShaderCodeLibrary_Upcast")); mixin(bindCode("vtkMNITransformWriter_IsTypeOf", "D_vtkMNITransformWriter_IsTypeOf")); mixin(bindCode("vtkMNITransformWriter_SafeDownCast", "D_vtkMNITransformWriter_SafeDownCast")); mixin(bindCode("vtkMNITransformWriter_NewInstance", "D_vtkMNITransformWriter_NewInstance")); mixin(bindCode("vtkMNITransformWriter_New", "D_vtkMNITransformWriter_New")); mixin(bindCode("vtkMNITransformWriter_SetFileName", "D_vtkMNITransformWriter_SetFileName")); mixin(bindCode("vtkMNITransformWriter_GetFileName", "D_vtkMNITransformWriter_GetFileName")); mixin(bindCode("vtkMNITransformWriter_GetFileExtensions", "D_vtkMNITransformWriter_GetFileExtensions")); mixin(bindCode("vtkMNITransformWriter_GetDescriptiveName", "D_vtkMNITransformWriter_GetDescriptiveName")); mixin(bindCode("vtkMNITransformWriter_SetTransform", "D_vtkMNITransformWriter_SetTransform")); mixin(bindCode("vtkMNITransformWriter_GetTransform", "D_vtkMNITransformWriter_GetTransform")); mixin(bindCode("vtkMNITransformWriter_AddTransform", "D_vtkMNITransformWriter_AddTransform")); mixin(bindCode("vtkMNITransformWriter_GetNumberOfTransforms", "D_vtkMNITransformWriter_GetNumberOfTransforms")); mixin(bindCode("vtkMNITransformWriter_SetComments", "D_vtkMNITransformWriter_SetComments")); mixin(bindCode("vtkMNITransformWriter_GetComments", "D_vtkMNITransformWriter_GetComments")); mixin(bindCode("vtkMNITransformWriter_Write", "D_vtkMNITransformWriter_Write")); mixin(bindCode("vtkMNITransformWriter_Upcast", "D_vtkMNITransformWriter_Upcast")); mixin(bindCode("vtkCone_New", "D_vtkCone_New")); mixin(bindCode("vtkCone_IsTypeOf", "D_vtkCone_IsTypeOf")); mixin(bindCode("vtkCone_SafeDownCast", "D_vtkCone_SafeDownCast")); mixin(bindCode("vtkCone_NewInstance", "D_vtkCone_NewInstance")); mixin(bindCode("vtkCone_EvaluateFunction__SWIG_0", "D_vtkCone_EvaluateFunction__SWIG_0")); mixin(bindCode("vtkCone_EvaluateFunction__SWIG_1", "D_vtkCone_EvaluateFunction__SWIG_1")); mixin(bindCode("vtkCone_SetAngle", "D_vtkCone_SetAngle")); mixin(bindCode("vtkCone_GetAngleMinValue", "D_vtkCone_GetAngleMinValue")); mixin(bindCode("vtkCone_GetAngleMaxValue", "D_vtkCone_GetAngleMaxValue")); mixin(bindCode("vtkCone_GetAngle", "D_vtkCone_GetAngle")); mixin(bindCode("vtkCone_Upcast", "D_vtkCone_Upcast")); mixin(bindCode("vtkVRMLExporter_New", "D_vtkVRMLExporter_New")); mixin(bindCode("vtkVRMLExporter_IsTypeOf", "D_vtkVRMLExporter_IsTypeOf")); mixin(bindCode("vtkVRMLExporter_SafeDownCast", "D_vtkVRMLExporter_SafeDownCast")); mixin(bindCode("vtkVRMLExporter_NewInstance", "D_vtkVRMLExporter_NewInstance")); mixin(bindCode("vtkVRMLExporter_SetFileName", "D_vtkVRMLExporter_SetFileName")); mixin(bindCode("vtkVRMLExporter_GetFileName", "D_vtkVRMLExporter_GetFileName")); mixin(bindCode("vtkVRMLExporter_SetSpeed", "D_vtkVRMLExporter_SetSpeed")); mixin(bindCode("vtkVRMLExporter_GetSpeed", "D_vtkVRMLExporter_GetSpeed")); mixin(bindCode("vtkVRMLExporter_SetFilePointer", "D_vtkVRMLExporter_SetFilePointer")); mixin(bindCode("vtkVRMLExporter_Upcast", "D_vtkVRMLExporter_Upcast")); mixin(bindCode("vtkPlotSurface_IsTypeOf", "D_vtkPlotSurface_IsTypeOf")); mixin(bindCode("vtkPlotSurface_SafeDownCast", "D_vtkPlotSurface_SafeDownCast")); mixin(bindCode("vtkPlotSurface_NewInstance", "D_vtkPlotSurface_NewInstance")); mixin(bindCode("vtkPlotSurface_New", "D_vtkPlotSurface_New")); mixin(bindCode("vtkPlotSurface_SetInputData__SWIG_0", "D_vtkPlotSurface_SetInputData__SWIG_0")); mixin(bindCode("vtkPlotSurface_SetInputData__SWIG_1", "D_vtkPlotSurface_SetInputData__SWIG_1")); mixin(bindCode("vtkPlotSurface_SetInputData__SWIG_2", "D_vtkPlotSurface_SetInputData__SWIG_2")); mixin(bindCode("vtkPlotSurface_SetInputData__SWIG_3", "D_vtkPlotSurface_SetInputData__SWIG_3")); mixin(bindCode("vtkPlotSurface_SetXRange", "D_vtkPlotSurface_SetXRange")); mixin(bindCode("vtkPlotSurface_SetYRange", "D_vtkPlotSurface_SetYRange")); mixin(bindCode("new_vtkPlotSurface", "D_new_vtkPlotSurface")); mixin(bindCode("delete_vtkPlotSurface", "D_delete_vtkPlotSurface")); mixin(bindCode("vtkPlotSurface_Upcast", "D_vtkPlotSurface_Upcast")); mixin(bindCode("vtkTextActor_IsTypeOf", "D_vtkTextActor_IsTypeOf")); mixin(bindCode("vtkTextActor_SafeDownCast", "D_vtkTextActor_SafeDownCast")); mixin(bindCode("vtkTextActor_NewInstance", "D_vtkTextActor_NewInstance")); mixin(bindCode("vtkTextActor_New", "D_vtkTextActor_New")); mixin(bindCode("vtkTextActor_SetMapper", "D_vtkTextActor_SetMapper")); mixin(bindCode("vtkTextActor_SetInput", "D_vtkTextActor_SetInput")); mixin(bindCode("vtkTextActor_GetInput", "D_vtkTextActor_GetInput")); mixin(bindCode("vtkTextActor_SetMinimumSize__SWIG_0", "D_vtkTextActor_SetMinimumSize__SWIG_0")); mixin(bindCode("vtkTextActor_SetMinimumSize__SWIG_1", "D_vtkTextActor_SetMinimumSize__SWIG_1")); mixin(bindCode("vtkTextActor_GetMinimumSize__SWIG_0", "D_vtkTextActor_GetMinimumSize__SWIG_0")); mixin(bindCode("vtkTextActor_GetMinimumSize__SWIG_1", "D_vtkTextActor_GetMinimumSize__SWIG_1")); mixin(bindCode("vtkTextActor_GetMinimumSize__SWIG_2", "D_vtkTextActor_GetMinimumSize__SWIG_2")); mixin(bindCode("vtkTextActor_SetMaximumLineHeight", "D_vtkTextActor_SetMaximumLineHeight")); mixin(bindCode("vtkTextActor_GetMaximumLineHeight", "D_vtkTextActor_GetMaximumLineHeight")); mixin(bindCode("vtkTextActor_SetTextScaleMode", "D_vtkTextActor_SetTextScaleMode")); mixin(bindCode("vtkTextActor_GetTextScaleModeMinValue", "D_vtkTextActor_GetTextScaleModeMinValue")); mixin(bindCode("vtkTextActor_GetTextScaleModeMaxValue", "D_vtkTextActor_GetTextScaleModeMaxValue")); mixin(bindCode("vtkTextActor_GetTextScaleMode", "D_vtkTextActor_GetTextScaleMode")); mixin(bindCode("vtkTextActor_SetTextScaleModeToNone", "D_vtkTextActor_SetTextScaleModeToNone")); mixin(bindCode("vtkTextActor_SetTextScaleModeToProp", "D_vtkTextActor_SetTextScaleModeToProp")); mixin(bindCode("vtkTextActor_SetTextScaleModeToViewport", "D_vtkTextActor_SetTextScaleModeToViewport")); mixin(bindCode("vtkTextActor_SetUseBorderAlign", "D_vtkTextActor_SetUseBorderAlign")); mixin(bindCode("vtkTextActor_GetUseBorderAlign", "D_vtkTextActor_GetUseBorderAlign")); mixin(bindCode("vtkTextActor_UseBorderAlignOn", "D_vtkTextActor_UseBorderAlignOn")); mixin(bindCode("vtkTextActor_UseBorderAlignOff", "D_vtkTextActor_UseBorderAlignOff")); mixin(bindCode("vtkTextActor_SetAlignmentPoint", "D_vtkTextActor_SetAlignmentPoint")); mixin(bindCode("vtkTextActor_GetAlignmentPoint", "D_vtkTextActor_GetAlignmentPoint")); mixin(bindCode("vtkTextActor_SetOrientation", "D_vtkTextActor_SetOrientation")); mixin(bindCode("vtkTextActor_GetOrientation", "D_vtkTextActor_GetOrientation")); mixin(bindCode("vtkTextActor_SetTextProperty", "D_vtkTextActor_SetTextProperty")); mixin(bindCode("vtkTextActor_GetTextProperty", "D_vtkTextActor_GetTextProperty")); mixin(bindCode("vtkTextActor_GetBoundingBox", "D_vtkTextActor_GetBoundingBox")); mixin(bindCode("vtkTextActor_GetSize", "D_vtkTextActor_GetSize")); mixin(bindCode("vtkTextActor_SetConstrainedFontSize__SWIG_0", "D_vtkTextActor_SetConstrainedFontSize__SWIG_0")); mixin(bindCode("vtkTextActor_SetMultipleConstrainedFontSize", "D_vtkTextActor_SetMultipleConstrainedFontSize")); mixin(bindCode("vtkTextActor_SetNonLinearFontScale", "D_vtkTextActor_SetNonLinearFontScale")); mixin(bindCode("vtkTextActor_SpecifiedToDisplay", "D_vtkTextActor_SpecifiedToDisplay")); mixin(bindCode("vtkTextActor_DisplayToSpecified", "D_vtkTextActor_DisplayToSpecified")); mixin(bindCode("vtkTextActor_ComputeScaledFont", "D_vtkTextActor_ComputeScaledFont")); mixin(bindCode("vtkTextActor_GetScaledTextProperty", "D_vtkTextActor_GetScaledTextProperty")); mixin(bindCode("vtkTextActor_GetFontScale", "D_vtkTextActor_GetFontScale")); mixin(bindCode("vtkTextActor_Upcast", "D_vtkTextActor_Upcast")); mixin(bindCode("vtkScaledTextActor_IsTypeOf", "D_vtkScaledTextActor_IsTypeOf")); mixin(bindCode("vtkScaledTextActor_SafeDownCast", "D_vtkScaledTextActor_SafeDownCast")); mixin(bindCode("vtkScaledTextActor_NewInstance", "D_vtkScaledTextActor_NewInstance")); mixin(bindCode("vtkScaledTextActor_New", "D_vtkScaledTextActor_New")); mixin(bindCode("delete_vtkScaledTextActor", "D_delete_vtkScaledTextActor")); mixin(bindCode("vtkScaledTextActor_Upcast", "D_vtkScaledTextActor_Upcast")); mixin(bindCode("vtkExtractArraysOverTime_New", "D_vtkExtractArraysOverTime_New")); mixin(bindCode("vtkExtractArraysOverTime_IsTypeOf", "D_vtkExtractArraysOverTime_IsTypeOf")); mixin(bindCode("vtkExtractArraysOverTime_SafeDownCast", "D_vtkExtractArraysOverTime_SafeDownCast")); mixin(bindCode("vtkExtractArraysOverTime_NewInstance", "D_vtkExtractArraysOverTime_NewInstance")); mixin(bindCode("vtkExtractArraysOverTime_GetNumberOfTimeSteps", "D_vtkExtractArraysOverTime_GetNumberOfTimeSteps")); mixin(bindCode("vtkExtractArraysOverTime_SetSelectionConnection", "D_vtkExtractArraysOverTime_SetSelectionConnection")); mixin(bindCode("vtkExtractArraysOverTime_SetSelectionExtractor", "D_vtkExtractArraysOverTime_SetSelectionExtractor")); mixin(bindCode("vtkExtractArraysOverTime_GetSelectionExtractor", "D_vtkExtractArraysOverTime_GetSelectionExtractor")); mixin(bindCode("vtkExtractArraysOverTime_SetReportStatisticsOnly", "D_vtkExtractArraysOverTime_SetReportStatisticsOnly")); mixin(bindCode("vtkExtractArraysOverTime_GetReportStatisticsOnly", "D_vtkExtractArraysOverTime_GetReportStatisticsOnly")); mixin(bindCode("vtkExtractArraysOverTime_ReportStatisticsOnlyOn", "D_vtkExtractArraysOverTime_ReportStatisticsOnlyOn")); mixin(bindCode("vtkExtractArraysOverTime_ReportStatisticsOnlyOff", "D_vtkExtractArraysOverTime_ReportStatisticsOnlyOff")); mixin(bindCode("new_vtkExtractArraysOverTime", "D_new_vtkExtractArraysOverTime")); mixin(bindCode("delete_vtkExtractArraysOverTime", "D_delete_vtkExtractArraysOverTime")); mixin(bindCode("vtkExtractArraysOverTime_Upcast", "D_vtkExtractArraysOverTime_Upcast")); mixin(bindCode("vtkPExtractArraysOverTime_New", "D_vtkPExtractArraysOverTime_New")); mixin(bindCode("vtkPExtractArraysOverTime_IsTypeOf", "D_vtkPExtractArraysOverTime_IsTypeOf")); mixin(bindCode("vtkPExtractArraysOverTime_SafeDownCast", "D_vtkPExtractArraysOverTime_SafeDownCast")); mixin(bindCode("vtkPExtractArraysOverTime_NewInstance", "D_vtkPExtractArraysOverTime_NewInstance")); mixin(bindCode("vtkPExtractArraysOverTime_SetController", "D_vtkPExtractArraysOverTime_SetController")); mixin(bindCode("vtkPExtractArraysOverTime_GetController", "D_vtkPExtractArraysOverTime_GetController")); mixin(bindCode("vtkPExtractArraysOverTime_Upcast", "D_vtkPExtractArraysOverTime_Upcast")); mixin(bindCode("VTK_DICE_MODE_NUMBER_OF_POINTS_get", "D_VTK_DICE_MODE_NUMBER_OF_POINTS_get")); mixin(bindCode("VTK_DICE_MODE_SPECIFIED_NUMBER_get", "D_VTK_DICE_MODE_SPECIFIED_NUMBER_get")); mixin(bindCode("VTK_DICE_MODE_MEMORY_LIMIT_get", "D_VTK_DICE_MODE_MEMORY_LIMIT_get")); mixin(bindCode("vtkDicer_IsTypeOf", "D_vtkDicer_IsTypeOf")); mixin(bindCode("vtkDicer_SafeDownCast", "D_vtkDicer_SafeDownCast")); mixin(bindCode("vtkDicer_NewInstance", "D_vtkDicer_NewInstance")); mixin(bindCode("vtkDicer_SetFieldData", "D_vtkDicer_SetFieldData")); mixin(bindCode("vtkDicer_GetFieldData", "D_vtkDicer_GetFieldData")); mixin(bindCode("vtkDicer_FieldDataOn", "D_vtkDicer_FieldDataOn")); mixin(bindCode("vtkDicer_FieldDataOff", "D_vtkDicer_FieldDataOff")); mixin(bindCode("vtkDicer_SetDiceMode", "D_vtkDicer_SetDiceMode")); mixin(bindCode("vtkDicer_GetDiceModeMinValue", "D_vtkDicer_GetDiceModeMinValue")); mixin(bindCode("vtkDicer_GetDiceModeMaxValue", "D_vtkDicer_GetDiceModeMaxValue")); mixin(bindCode("vtkDicer_GetDiceMode", "D_vtkDicer_GetDiceMode")); mixin(bindCode("vtkDicer_SetDiceModeToNumberOfPointsPerPiece", "D_vtkDicer_SetDiceModeToNumberOfPointsPerPiece")); mixin(bindCode("vtkDicer_SetDiceModeToSpecifiedNumberOfPieces", "D_vtkDicer_SetDiceModeToSpecifiedNumberOfPieces")); mixin(bindCode("vtkDicer_SetDiceModeToMemoryLimitPerPiece", "D_vtkDicer_SetDiceModeToMemoryLimitPerPiece")); mixin(bindCode("vtkDicer_GetNumberOfActualPieces", "D_vtkDicer_GetNumberOfActualPieces")); mixin(bindCode("vtkDicer_SetNumberOfPointsPerPiece", "D_vtkDicer_SetNumberOfPointsPerPiece")); mixin(bindCode("vtkDicer_GetNumberOfPointsPerPieceMinValue", "D_vtkDicer_GetNumberOfPointsPerPieceMinValue")); mixin(bindCode("vtkDicer_GetNumberOfPointsPerPieceMaxValue", "D_vtkDicer_GetNumberOfPointsPerPieceMaxValue")); mixin(bindCode("vtkDicer_GetNumberOfPointsPerPiece", "D_vtkDicer_GetNumberOfPointsPerPiece")); mixin(bindCode("vtkDicer_SetNumberOfPieces", "D_vtkDicer_SetNumberOfPieces")); mixin(bindCode("vtkDicer_GetNumberOfPiecesMinValue", "D_vtkDicer_GetNumberOfPiecesMinValue")); mixin(bindCode("vtkDicer_GetNumberOfPiecesMaxValue", "D_vtkDicer_GetNumberOfPiecesMaxValue")); mixin(bindCode("vtkDicer_GetNumberOfPieces", "D_vtkDicer_GetNumberOfPieces")); mixin(bindCode("vtkDicer_SetMemoryLimit", "D_vtkDicer_SetMemoryLimit")); mixin(bindCode("vtkDicer_GetMemoryLimitMinValue", "D_vtkDicer_GetMemoryLimitMinValue")); mixin(bindCode("vtkDicer_GetMemoryLimitMaxValue", "D_vtkDicer_GetMemoryLimitMaxValue")); mixin(bindCode("vtkDicer_GetMemoryLimit", "D_vtkDicer_GetMemoryLimit")); mixin(bindCode("vtkDicer_Upcast", "D_vtkDicer_Upcast")); mixin(bindCode("vtkOBBDicer_IsTypeOf", "D_vtkOBBDicer_IsTypeOf")); mixin(bindCode("vtkOBBDicer_SafeDownCast", "D_vtkOBBDicer_SafeDownCast")); mixin(bindCode("vtkOBBDicer_NewInstance", "D_vtkOBBDicer_NewInstance")); mixin(bindCode("vtkOBBDicer_New", "D_vtkOBBDicer_New")); mixin(bindCode("vtkOBBDicer_Upcast", "D_vtkOBBDicer_Upcast")); mixin(bindCode("vtkSocketCollection_New", "D_vtkSocketCollection_New")); mixin(bindCode("vtkSocketCollection_IsTypeOf", "D_vtkSocketCollection_IsTypeOf")); mixin(bindCode("vtkSocketCollection_SafeDownCast", "D_vtkSocketCollection_SafeDownCast")); mixin(bindCode("vtkSocketCollection_NewInstance", "D_vtkSocketCollection_NewInstance")); mixin(bindCode("vtkSocketCollection_AddItem", "D_vtkSocketCollection_AddItem")); mixin(bindCode("vtkSocketCollection_SelectSockets__SWIG_0", "D_vtkSocketCollection_SelectSockets__SWIG_0")); mixin(bindCode("vtkSocketCollection_SelectSockets__SWIG_1", "D_vtkSocketCollection_SelectSockets__SWIG_1")); mixin(bindCode("vtkSocketCollection_GetLastSelectedSocket", "D_vtkSocketCollection_GetLastSelectedSocket")); mixin(bindCode("vtkSocketCollection_ReplaceItem", "D_vtkSocketCollection_ReplaceItem")); mixin(bindCode("vtkSocketCollection_RemoveItem__SWIG_0", "D_vtkSocketCollection_RemoveItem__SWIG_0")); mixin(bindCode("vtkSocketCollection_RemoveItem__SWIG_1", "D_vtkSocketCollection_RemoveItem__SWIG_1")); mixin(bindCode("vtkSocketCollection_RemoveAllItems", "D_vtkSocketCollection_RemoveAllItems")); mixin(bindCode("vtkSocketCollection_Upcast", "D_vtkSocketCollection_Upcast")); mixin(bindCode("vtkXMLMaterial_New", "D_vtkXMLMaterial_New")); mixin(bindCode("vtkXMLMaterial_IsTypeOf", "D_vtkXMLMaterial_IsTypeOf")); mixin(bindCode("vtkXMLMaterial_SafeDownCast", "D_vtkXMLMaterial_SafeDownCast")); mixin(bindCode("vtkXMLMaterial_NewInstance", "D_vtkXMLMaterial_NewInstance")); mixin(bindCode("vtkXMLMaterial_CreateInstance", "D_vtkXMLMaterial_CreateInstance")); mixin(bindCode("vtkXMLMaterial_GetNumberOfProperties", "D_vtkXMLMaterial_GetNumberOfProperties")); mixin(bindCode("vtkXMLMaterial_GetNumberOfTextures", "D_vtkXMLMaterial_GetNumberOfTextures")); mixin(bindCode("vtkXMLMaterial_GetNumberOfVertexShaders", "D_vtkXMLMaterial_GetNumberOfVertexShaders")); mixin(bindCode("vtkXMLMaterial_GetNumberOfFragmentShaders", "D_vtkXMLMaterial_GetNumberOfFragmentShaders")); mixin(bindCode("vtkXMLMaterial_GetProperty__SWIG_0", "D_vtkXMLMaterial_GetProperty__SWIG_0")); mixin(bindCode("vtkXMLMaterial_GetProperty__SWIG_1", "D_vtkXMLMaterial_GetProperty__SWIG_1")); mixin(bindCode("vtkXMLMaterial_GetTexture__SWIG_0", "D_vtkXMLMaterial_GetTexture__SWIG_0")); mixin(bindCode("vtkXMLMaterial_GetTexture__SWIG_1", "D_vtkXMLMaterial_GetTexture__SWIG_1")); mixin(bindCode("vtkXMLMaterial_GetVertexShader__SWIG_0", "D_vtkXMLMaterial_GetVertexShader__SWIG_0")); mixin(bindCode("vtkXMLMaterial_GetVertexShader__SWIG_1", "D_vtkXMLMaterial_GetVertexShader__SWIG_1")); mixin(bindCode("vtkXMLMaterial_GetFragmentShader__SWIG_0", "D_vtkXMLMaterial_GetFragmentShader__SWIG_0")); mixin(bindCode("vtkXMLMaterial_GetFragmentShader__SWIG_1", "D_vtkXMLMaterial_GetFragmentShader__SWIG_1")); mixin(bindCode("vtkXMLMaterial_GetRootElement", "D_vtkXMLMaterial_GetRootElement")); mixin(bindCode("vtkXMLMaterial_SetRootElement", "D_vtkXMLMaterial_SetRootElement")); mixin(bindCode("vtkXMLMaterial_GetShaderLanguage", "D_vtkXMLMaterial_GetShaderLanguage")); mixin(bindCode("vtkXMLMaterial_GetShaderStyle", "D_vtkXMLMaterial_GetShaderStyle")); mixin(bindCode("vtkXMLMaterial_Upcast", "D_vtkXMLMaterial_Upcast")); mixin(bindCode("vtkTextCodec_IsTypeOf", "D_vtkTextCodec_IsTypeOf")); mixin(bindCode("vtkTextCodec_SafeDownCast", "D_vtkTextCodec_SafeDownCast")); mixin(bindCode("vtkTextCodec_NewInstance", "D_vtkTextCodec_NewInstance")); mixin(bindCode("vtkTextCodec_Name", "D_vtkTextCodec_Name")); mixin(bindCode("vtkTextCodec_CanHandle", "D_vtkTextCodec_CanHandle")); mixin(bindCode("vtkTextCodec_IsValid", "D_vtkTextCodec_IsValid")); mixin(bindCode("vtkTextCodec_ToUnicode__SWIG_0", "D_vtkTextCodec_ToUnicode__SWIG_0")); mixin(bindCode("vtkTextCodec_ToUnicode__SWIG_1", "D_vtkTextCodec_ToUnicode__SWIG_1")); mixin(bindCode("vtkTextCodec_NextUnicode", "D_vtkTextCodec_NextUnicode")); mixin(bindCode("delete_vtkTextCodec", "D_delete_vtkTextCodec")); mixin(bindCode("vtkTextCodec_Upcast", "D_vtkTextCodec_Upcast")); mixin(bindCode("vtkMultiBlockMergeFilter_IsTypeOf", "D_vtkMultiBlockMergeFilter_IsTypeOf")); mixin(bindCode("vtkMultiBlockMergeFilter_SafeDownCast", "D_vtkMultiBlockMergeFilter_SafeDownCast")); mixin(bindCode("vtkMultiBlockMergeFilter_NewInstance", "D_vtkMultiBlockMergeFilter_NewInstance")); mixin(bindCode("vtkMultiBlockMergeFilter_New", "D_vtkMultiBlockMergeFilter_New")); mixin(bindCode("vtkMultiBlockMergeFilter_AddInputData__SWIG_0", "D_vtkMultiBlockMergeFilter_AddInputData__SWIG_0")); mixin(bindCode("vtkMultiBlockMergeFilter_AddInputData__SWIG_1", "D_vtkMultiBlockMergeFilter_AddInputData__SWIG_1")); mixin(bindCode("vtkMultiBlockMergeFilter_Upcast", "D_vtkMultiBlockMergeFilter_Upcast")); mixin(bindCode("VTK_LIGHT_TYPE_HEADLIGHT_get", "D_VTK_LIGHT_TYPE_HEADLIGHT_get")); mixin(bindCode("VTK_LIGHT_TYPE_CAMERA_LIGHT_get", "D_VTK_LIGHT_TYPE_CAMERA_LIGHT_get")); mixin(bindCode("VTK_LIGHT_TYPE_SCENE_LIGHT_get", "D_VTK_LIGHT_TYPE_SCENE_LIGHT_get")); mixin(bindCode("vtkLight_IsTypeOf", "D_vtkLight_IsTypeOf")); mixin(bindCode("vtkLight_SafeDownCast", "D_vtkLight_SafeDownCast")); mixin(bindCode("vtkLight_NewInstance", "D_vtkLight_NewInstance")); mixin(bindCode("vtkLight_New", "D_vtkLight_New")); mixin(bindCode("vtkLight_ShallowClone", "D_vtkLight_ShallowClone")); mixin(bindCode("vtkLight_Render", "D_vtkLight_Render")); mixin(bindCode("vtkLight_SetAmbientColor__SWIG_0", "D_vtkLight_SetAmbientColor__SWIG_0")); mixin(bindCode("vtkLight_SetAmbientColor__SWIG_1", "D_vtkLight_SetAmbientColor__SWIG_1")); mixin(bindCode("vtkLight_GetAmbientColor__SWIG_0", "D_vtkLight_GetAmbientColor__SWIG_0")); mixin(bindCode("vtkLight_GetAmbientColor__SWIG_1", "D_vtkLight_GetAmbientColor__SWIG_1")); mixin(bindCode("vtkLight_SetDiffuseColor__SWIG_0", "D_vtkLight_SetDiffuseColor__SWIG_0")); mixin(bindCode("vtkLight_SetDiffuseColor__SWIG_1", "D_vtkLight_SetDiffuseColor__SWIG_1")); mixin(bindCode("vtkLight_GetDiffuseColor__SWIG_0", "D_vtkLight_GetDiffuseColor__SWIG_0")); mixin(bindCode("vtkLight_GetDiffuseColor__SWIG_1", "D_vtkLight_GetDiffuseColor__SWIG_1")); mixin(bindCode("vtkLight_SetSpecularColor__SWIG_0", "D_vtkLight_SetSpecularColor__SWIG_0")); mixin(bindCode("vtkLight_SetSpecularColor__SWIG_1", "D_vtkLight_SetSpecularColor__SWIG_1")); mixin(bindCode("vtkLight_GetSpecularColor__SWIG_0", "D_vtkLight_GetSpecularColor__SWIG_0")); mixin(bindCode("vtkLight_GetSpecularColor__SWIG_1", "D_vtkLight_GetSpecularColor__SWIG_1")); mixin(bindCode("vtkLight_SetColor__SWIG_0", "D_vtkLight_SetColor__SWIG_0")); mixin(bindCode("vtkLight_SetColor__SWIG_1", "D_vtkLight_SetColor__SWIG_1")); mixin(bindCode("vtkLight_SetPosition__SWIG_0", "D_vtkLight_SetPosition__SWIG_0")); mixin(bindCode("vtkLight_SetPosition__SWIG_1", "D_vtkLight_SetPosition__SWIG_1")); mixin(bindCode("vtkLight_GetPosition__SWIG_0", "D_vtkLight_GetPosition__SWIG_0")); mixin(bindCode("vtkLight_GetPosition__SWIG_1", "D_vtkLight_GetPosition__SWIG_1")); mixin(bindCode("vtkLight_SetPosition__SWIG_2", "D_vtkLight_SetPosition__SWIG_2")); mixin(bindCode("vtkLight_SetFocalPoint__SWIG_0", "D_vtkLight_SetFocalPoint__SWIG_0")); mixin(bindCode("vtkLight_SetFocalPoint__SWIG_1", "D_vtkLight_SetFocalPoint__SWIG_1")); mixin(bindCode("vtkLight_GetFocalPoint__SWIG_0", "D_vtkLight_GetFocalPoint__SWIG_0")); mixin(bindCode("vtkLight_GetFocalPoint__SWIG_1", "D_vtkLight_GetFocalPoint__SWIG_1")); mixin(bindCode("vtkLight_SetFocalPoint__SWIG_2", "D_vtkLight_SetFocalPoint__SWIG_2")); mixin(bindCode("vtkLight_SetIntensity", "D_vtkLight_SetIntensity")); mixin(bindCode("vtkLight_GetIntensity", "D_vtkLight_GetIntensity")); mixin(bindCode("vtkLight_SetSwitch", "D_vtkLight_SetSwitch")); mixin(bindCode("vtkLight_GetSwitch", "D_vtkLight_GetSwitch")); mixin(bindCode("vtkLight_SwitchOn", "D_vtkLight_SwitchOn")); mixin(bindCode("vtkLight_SwitchOff", "D_vtkLight_SwitchOff")); mixin(bindCode("vtkLight_SetPositional", "D_vtkLight_SetPositional")); mixin(bindCode("vtkLight_GetPositional", "D_vtkLight_GetPositional")); mixin(bindCode("vtkLight_PositionalOn", "D_vtkLight_PositionalOn")); mixin(bindCode("vtkLight_PositionalOff", "D_vtkLight_PositionalOff")); mixin(bindCode("vtkLight_SetExponent", "D_vtkLight_SetExponent")); mixin(bindCode("vtkLight_GetExponentMinValue", "D_vtkLight_GetExponentMinValue")); mixin(bindCode("vtkLight_GetExponentMaxValue", "D_vtkLight_GetExponentMaxValue")); mixin(bindCode("vtkLight_GetExponent", "D_vtkLight_GetExponent")); mixin(bindCode("vtkLight_SetConeAngle", "D_vtkLight_SetConeAngle")); mixin(bindCode("vtkLight_GetConeAngle", "D_vtkLight_GetConeAngle")); mixin(bindCode("vtkLight_SetAttenuationValues__SWIG_0", "D_vtkLight_SetAttenuationValues__SWIG_0")); mixin(bindCode("vtkLight_SetAttenuationValues__SWIG_1", "D_vtkLight_SetAttenuationValues__SWIG_1")); mixin(bindCode("vtkLight_GetAttenuationValues__SWIG_0", "D_vtkLight_GetAttenuationValues__SWIG_0")); mixin(bindCode("vtkLight_GetAttenuationValues__SWIG_1", "D_vtkLight_GetAttenuationValues__SWIG_1")); mixin(bindCode("vtkLight_SetTransformMatrix", "D_vtkLight_SetTransformMatrix")); mixin(bindCode("vtkLight_GetTransformMatrix", "D_vtkLight_GetTransformMatrix")); mixin(bindCode("vtkLight_GetTransformedPosition__SWIG_0", "D_vtkLight_GetTransformedPosition__SWIG_0")); mixin(bindCode("vtkLight_GetTransformedPosition__SWIG_1", "D_vtkLight_GetTransformedPosition__SWIG_1")); mixin(bindCode("vtkLight_GetTransformedPosition__SWIG_2", "D_vtkLight_GetTransformedPosition__SWIG_2")); mixin(bindCode("vtkLight_GetTransformedFocalPoint__SWIG_0", "D_vtkLight_GetTransformedFocalPoint__SWIG_0")); mixin(bindCode("vtkLight_GetTransformedFocalPoint__SWIG_1", "D_vtkLight_GetTransformedFocalPoint__SWIG_1")); mixin(bindCode("vtkLight_GetTransformedFocalPoint__SWIG_2", "D_vtkLight_GetTransformedFocalPoint__SWIG_2")); mixin(bindCode("vtkLight_SetDirectionAngle__SWIG_0", "D_vtkLight_SetDirectionAngle__SWIG_0")); mixin(bindCode("vtkLight_SetDirectionAngle__SWIG_1", "D_vtkLight_SetDirectionAngle__SWIG_1")); mixin(bindCode("vtkLight_DeepCopy", "D_vtkLight_DeepCopy")); mixin(bindCode("vtkLight_SetLightType", "D_vtkLight_SetLightType")); mixin(bindCode("vtkLight_GetLightType", "D_vtkLight_GetLightType")); mixin(bindCode("vtkLight_SetLightTypeToHeadlight", "D_vtkLight_SetLightTypeToHeadlight")); mixin(bindCode("vtkLight_SetLightTypeToSceneLight", "D_vtkLight_SetLightTypeToSceneLight")); mixin(bindCode("vtkLight_SetLightTypeToCameraLight", "D_vtkLight_SetLightTypeToCameraLight")); mixin(bindCode("vtkLight_LightTypeIsHeadlight", "D_vtkLight_LightTypeIsHeadlight")); mixin(bindCode("vtkLight_LightTypeIsSceneLight", "D_vtkLight_LightTypeIsSceneLight")); mixin(bindCode("vtkLight_LightTypeIsCameraLight", "D_vtkLight_LightTypeIsCameraLight")); mixin(bindCode("vtkLight_ReadSelf", "D_vtkLight_ReadSelf")); mixin(bindCode("vtkLight_WriteSelf", "D_vtkLight_WriteSelf")); mixin(bindCode("vtkLight_Upcast", "D_vtkLight_Upcast")); mixin(bindCode("vtkOpenGLLight_New", "D_vtkOpenGLLight_New")); mixin(bindCode("vtkOpenGLLight_IsTypeOf", "D_vtkOpenGLLight_IsTypeOf")); mixin(bindCode("vtkOpenGLLight_SafeDownCast", "D_vtkOpenGLLight_SafeDownCast")); mixin(bindCode("vtkOpenGLLight_NewInstance", "D_vtkOpenGLLight_NewInstance")); mixin(bindCode("vtkOpenGLLight_Upcast", "D_vtkOpenGLLight_Upcast")); mixin(bindCode("vtkMutableDirectedGraph_New", "D_vtkMutableDirectedGraph_New")); mixin(bindCode("vtkMutableDirectedGraph_IsTypeOf", "D_vtkMutableDirectedGraph_IsTypeOf")); mixin(bindCode("vtkMutableDirectedGraph_SafeDownCast", "D_vtkMutableDirectedGraph_SafeDownCast")); mixin(bindCode("vtkMutableDirectedGraph_NewInstance", "D_vtkMutableDirectedGraph_NewInstance")); mixin(bindCode("vtkMutableDirectedGraph_SetNumberOfVertices", "D_vtkMutableDirectedGraph_SetNumberOfVertices")); mixin(bindCode("vtkMutableDirectedGraph_AddVertex__SWIG_0", "D_vtkMutableDirectedGraph_AddVertex__SWIG_0")); mixin(bindCode("vtkMutableDirectedGraph_AddVertex__SWIG_1", "D_vtkMutableDirectedGraph_AddVertex__SWIG_1")); mixin(bindCode("vtkMutableDirectedGraph_AddVertex__SWIG_2", "D_vtkMutableDirectedGraph_AddVertex__SWIG_2")); mixin(bindCode("vtkMutableDirectedGraph_LazyAddVertex__SWIG_0", "D_vtkMutableDirectedGraph_LazyAddVertex__SWIG_0")); mixin(bindCode("vtkMutableDirectedGraph_LazyAddVertex__SWIG_1", "D_vtkMutableDirectedGraph_LazyAddVertex__SWIG_1")); mixin(bindCode("vtkMutableDirectedGraph_LazyAddVertex__SWIG_2", "D_vtkMutableDirectedGraph_LazyAddVertex__SWIG_2")); mixin(bindCode("vtkMutableDirectedGraph_LazyAddEdge__SWIG_0", "D_vtkMutableDirectedGraph_LazyAddEdge__SWIG_0")); mixin(bindCode("vtkMutableDirectedGraph_LazyAddEdge__SWIG_1", "D_vtkMutableDirectedGraph_LazyAddEdge__SWIG_1")); mixin(bindCode("vtkMutableDirectedGraph_LazyAddEdge__SWIG_2", "D_vtkMutableDirectedGraph_LazyAddEdge__SWIG_2")); mixin(bindCode("vtkMutableDirectedGraph_LazyAddEdge__SWIG_3", "D_vtkMutableDirectedGraph_LazyAddEdge__SWIG_3")); mixin(bindCode("vtkMutableDirectedGraph_LazyAddEdge__SWIG_4", "D_vtkMutableDirectedGraph_LazyAddEdge__SWIG_4")); mixin(bindCode("vtkMutableDirectedGraph_LazyAddEdge__SWIG_5", "D_vtkMutableDirectedGraph_LazyAddEdge__SWIG_5")); mixin(bindCode("vtkMutableDirectedGraph_LazyAddEdge__SWIG_6", "D_vtkMutableDirectedGraph_LazyAddEdge__SWIG_6")); mixin(bindCode("vtkMutableDirectedGraph_LazyAddEdge__SWIG_7", "D_vtkMutableDirectedGraph_LazyAddEdge__SWIG_7")); mixin(bindCode("vtkMutableDirectedGraph_AddGraphEdge", "D_vtkMutableDirectedGraph_AddGraphEdge")); mixin(bindCode("vtkMutableDirectedGraph_AddChild__SWIG_0", "D_vtkMutableDirectedGraph_AddChild__SWIG_0")); mixin(bindCode("vtkMutableDirectedGraph_AddChild__SWIG_1", "D_vtkMutableDirectedGraph_AddChild__SWIG_1")); mixin(bindCode("vtkMutableDirectedGraph_RemoveVertex", "D_vtkMutableDirectedGraph_RemoveVertex")); mixin(bindCode("vtkMutableDirectedGraph_RemoveEdge", "D_vtkMutableDirectedGraph_RemoveEdge")); mixin(bindCode("vtkMutableDirectedGraph_RemoveVertices", "D_vtkMutableDirectedGraph_RemoveVertices")); mixin(bindCode("vtkMutableDirectedGraph_RemoveEdges", "D_vtkMutableDirectedGraph_RemoveEdges")); mixin(bindCode("vtkMutableDirectedGraph_Upcast", "D_vtkMutableDirectedGraph_Upcast")); mixin(bindCode("vtkGenericAttribute_IsTypeOf", "D_vtkGenericAttribute_IsTypeOf")); mixin(bindCode("vtkGenericAttribute_SafeDownCast", "D_vtkGenericAttribute_SafeDownCast")); mixin(bindCode("vtkGenericAttribute_NewInstance", "D_vtkGenericAttribute_NewInstance")); mixin(bindCode("vtkGenericAttribute_GetName", "D_vtkGenericAttribute_GetName")); mixin(bindCode("vtkGenericAttribute_GetNumberOfComponents", "D_vtkGenericAttribute_GetNumberOfComponents")); mixin(bindCode("vtkGenericAttribute_GetCentering", "D_vtkGenericAttribute_GetCentering")); mixin(bindCode("vtkGenericAttribute_GetType", "D_vtkGenericAttribute_GetType")); mixin(bindCode("vtkGenericAttribute_GetComponentType", "D_vtkGenericAttribute_GetComponentType")); mixin(bindCode("vtkGenericAttribute_GetSize", "D_vtkGenericAttribute_GetSize")); mixin(bindCode("vtkGenericAttribute_GetActualMemorySize", "D_vtkGenericAttribute_GetActualMemorySize")); mixin(bindCode("vtkGenericAttribute_GetRange__SWIG_0", "D_vtkGenericAttribute_GetRange__SWIG_0")); mixin(bindCode("vtkGenericAttribute_GetRange__SWIG_1", "D_vtkGenericAttribute_GetRange__SWIG_1")); mixin(bindCode("vtkGenericAttribute_GetRange__SWIG_2", "D_vtkGenericAttribute_GetRange__SWIG_2")); mixin(bindCode("vtkGenericAttribute_GetMaxNorm", "D_vtkGenericAttribute_GetMaxNorm")); mixin(bindCode("vtkGenericAttribute_GetTuple__SWIG_0", "D_vtkGenericAttribute_GetTuple__SWIG_0")); mixin(bindCode("vtkGenericAttribute_GetTuple__SWIG_1", "D_vtkGenericAttribute_GetTuple__SWIG_1")); mixin(bindCode("vtkGenericAttribute_GetTuple__SWIG_2", "D_vtkGenericAttribute_GetTuple__SWIG_2")); mixin(bindCode("vtkGenericAttribute_GetTuple__SWIG_3", "D_vtkGenericAttribute_GetTuple__SWIG_3")); mixin(bindCode("vtkGenericAttribute_GetTuple__SWIG_4", "D_vtkGenericAttribute_GetTuple__SWIG_4")); mixin(bindCode("vtkGenericAttribute_GetTuple__SWIG_5", "D_vtkGenericAttribute_GetTuple__SWIG_5")); mixin(bindCode("vtkGenericAttribute_GetComponent__SWIG_0", "D_vtkGenericAttribute_GetComponent__SWIG_0")); mixin(bindCode("vtkGenericAttribute_GetComponent__SWIG_1", "D_vtkGenericAttribute_GetComponent__SWIG_1")); mixin(bindCode("vtkGenericAttribute_DeepCopy", "D_vtkGenericAttribute_DeepCopy")); mixin(bindCode("vtkGenericAttribute_ShallowCopy", "D_vtkGenericAttribute_ShallowCopy")); mixin(bindCode("vtkGenericAttribute_Upcast", "D_vtkGenericAttribute_Upcast")); mixin(bindCode("vtkQuadraticLinearQuad_New", "D_vtkQuadraticLinearQuad_New")); mixin(bindCode("vtkQuadraticLinearQuad_IsTypeOf", "D_vtkQuadraticLinearQuad_IsTypeOf")); mixin(bindCode("vtkQuadraticLinearQuad_SafeDownCast", "D_vtkQuadraticLinearQuad_SafeDownCast")); mixin(bindCode("vtkQuadraticLinearQuad_NewInstance", "D_vtkQuadraticLinearQuad_NewInstance")); mixin(bindCode("vtkQuadraticLinearQuad_InterpolationFunctions", "D_vtkQuadraticLinearQuad_InterpolationFunctions")); mixin(bindCode("vtkQuadraticLinearQuad_InterpolationDerivs", "D_vtkQuadraticLinearQuad_InterpolationDerivs")); mixin(bindCode("vtkQuadraticLinearQuad_InterpolateFunctions", "D_vtkQuadraticLinearQuad_InterpolateFunctions")); mixin(bindCode("vtkQuadraticLinearQuad_InterpolateDerivs", "D_vtkQuadraticLinearQuad_InterpolateDerivs")); mixin(bindCode("vtkQuadraticLinearQuad_GetEdgeArray", "D_vtkQuadraticLinearQuad_GetEdgeArray")); mixin(bindCode("vtkQuadraticLinearQuad_Upcast", "D_vtkQuadraticLinearQuad_Upcast")); mixin(bindCode("vtkClipHyperOctree_IsTypeOf", "D_vtkClipHyperOctree_IsTypeOf")); mixin(bindCode("vtkClipHyperOctree_SafeDownCast", "D_vtkClipHyperOctree_SafeDownCast")); mixin(bindCode("vtkClipHyperOctree_NewInstance", "D_vtkClipHyperOctree_NewInstance")); mixin(bindCode("vtkClipHyperOctree_New", "D_vtkClipHyperOctree_New")); mixin(bindCode("vtkClipHyperOctree_SetValue", "D_vtkClipHyperOctree_SetValue")); mixin(bindCode("vtkClipHyperOctree_GetValue", "D_vtkClipHyperOctree_GetValue")); mixin(bindCode("vtkClipHyperOctree_SetInsideOut", "D_vtkClipHyperOctree_SetInsideOut")); mixin(bindCode("vtkClipHyperOctree_GetInsideOut", "D_vtkClipHyperOctree_GetInsideOut")); mixin(bindCode("vtkClipHyperOctree_InsideOutOn", "D_vtkClipHyperOctree_InsideOutOn")); mixin(bindCode("vtkClipHyperOctree_InsideOutOff", "D_vtkClipHyperOctree_InsideOutOff")); mixin(bindCode("vtkClipHyperOctree_SetClipFunction", "D_vtkClipHyperOctree_SetClipFunction")); mixin(bindCode("vtkClipHyperOctree_GetClipFunction", "D_vtkClipHyperOctree_GetClipFunction")); mixin(bindCode("vtkClipHyperOctree_SetGenerateClipScalars", "D_vtkClipHyperOctree_SetGenerateClipScalars")); mixin(bindCode("vtkClipHyperOctree_GetGenerateClipScalars", "D_vtkClipHyperOctree_GetGenerateClipScalars")); mixin(bindCode("vtkClipHyperOctree_GenerateClipScalarsOn", "D_vtkClipHyperOctree_GenerateClipScalarsOn")); mixin(bindCode("vtkClipHyperOctree_GenerateClipScalarsOff", "D_vtkClipHyperOctree_GenerateClipScalarsOff")); mixin(bindCode("vtkClipHyperOctree_SetGenerateClippedOutput", "D_vtkClipHyperOctree_SetGenerateClippedOutput")); mixin(bindCode("vtkClipHyperOctree_GetGenerateClippedOutput", "D_vtkClipHyperOctree_GetGenerateClippedOutput")); mixin(bindCode("vtkClipHyperOctree_GenerateClippedOutputOn", "D_vtkClipHyperOctree_GenerateClippedOutputOn")); mixin(bindCode("vtkClipHyperOctree_GenerateClippedOutputOff", "D_vtkClipHyperOctree_GenerateClippedOutputOff")); mixin(bindCode("vtkClipHyperOctree_GetClippedOutput", "D_vtkClipHyperOctree_GetClippedOutput")); mixin(bindCode("vtkClipHyperOctree_SetLocator", "D_vtkClipHyperOctree_SetLocator")); mixin(bindCode("vtkClipHyperOctree_GetLocator", "D_vtkClipHyperOctree_GetLocator")); mixin(bindCode("vtkClipHyperOctree_CreateDefaultLocator", "D_vtkClipHyperOctree_CreateDefaultLocator")); mixin(bindCode("vtkClipHyperOctree_Upcast", "D_vtkClipHyperOctree_Upcast")); mixin(bindCode("vtkIcicleView_New", "D_vtkIcicleView_New")); mixin(bindCode("vtkIcicleView_IsTypeOf", "D_vtkIcicleView_IsTypeOf")); mixin(bindCode("vtkIcicleView_SafeDownCast", "D_vtkIcicleView_SafeDownCast")); mixin(bindCode("vtkIcicleView_NewInstance", "D_vtkIcicleView_NewInstance")); mixin(bindCode("vtkIcicleView_SetTopToBottom", "D_vtkIcicleView_SetTopToBottom")); mixin(bindCode("vtkIcicleView_GetTopToBottom", "D_vtkIcicleView_GetTopToBottom")); mixin(bindCode("vtkIcicleView_TopToBottomOn", "D_vtkIcicleView_TopToBottomOn")); mixin(bindCode("vtkIcicleView_TopToBottomOff", "D_vtkIcicleView_TopToBottomOff")); mixin(bindCode("vtkIcicleView_SetRootWidth", "D_vtkIcicleView_SetRootWidth")); mixin(bindCode("vtkIcicleView_GetRootWidth", "D_vtkIcicleView_GetRootWidth")); mixin(bindCode("vtkIcicleView_SetLayerThickness", "D_vtkIcicleView_SetLayerThickness")); mixin(bindCode("vtkIcicleView_GetLayerThickness", "D_vtkIcicleView_GetLayerThickness")); mixin(bindCode("vtkIcicleView_SetUseGradientColoring", "D_vtkIcicleView_SetUseGradientColoring")); mixin(bindCode("vtkIcicleView_GetUseGradientColoring", "D_vtkIcicleView_GetUseGradientColoring")); mixin(bindCode("vtkIcicleView_UseGradientColoringOn", "D_vtkIcicleView_UseGradientColoringOn")); mixin(bindCode("vtkIcicleView_UseGradientColoringOff", "D_vtkIcicleView_UseGradientColoringOff")); mixin(bindCode("vtkIcicleView_Upcast", "D_vtkIcicleView_Upcast")); mixin(bindCode("vtkImageMapToColors_New", "D_vtkImageMapToColors_New")); mixin(bindCode("vtkImageMapToColors_IsTypeOf", "D_vtkImageMapToColors_IsTypeOf")); mixin(bindCode("vtkImageMapToColors_SafeDownCast", "D_vtkImageMapToColors_SafeDownCast")); mixin(bindCode("vtkImageMapToColors_NewInstance", "D_vtkImageMapToColors_NewInstance")); mixin(bindCode("vtkImageMapToColors_SetLookupTable", "D_vtkImageMapToColors_SetLookupTable")); mixin(bindCode("vtkImageMapToColors_GetLookupTable", "D_vtkImageMapToColors_GetLookupTable")); mixin(bindCode("vtkImageMapToColors_SetOutputFormat", "D_vtkImageMapToColors_SetOutputFormat")); mixin(bindCode("vtkImageMapToColors_GetOutputFormat", "D_vtkImageMapToColors_GetOutputFormat")); mixin(bindCode("vtkImageMapToColors_SetOutputFormatToRGBA", "D_vtkImageMapToColors_SetOutputFormatToRGBA")); mixin(bindCode("vtkImageMapToColors_SetOutputFormatToRGB", "D_vtkImageMapToColors_SetOutputFormatToRGB")); mixin(bindCode("vtkImageMapToColors_SetOutputFormatToLuminanceAlpha", "D_vtkImageMapToColors_SetOutputFormatToLuminanceAlpha")); mixin(bindCode("vtkImageMapToColors_SetOutputFormatToLuminance", "D_vtkImageMapToColors_SetOutputFormatToLuminance")); mixin(bindCode("vtkImageMapToColors_SetActiveComponent", "D_vtkImageMapToColors_SetActiveComponent")); mixin(bindCode("vtkImageMapToColors_GetActiveComponent", "D_vtkImageMapToColors_GetActiveComponent")); mixin(bindCode("vtkImageMapToColors_SetPassAlphaToOutput", "D_vtkImageMapToColors_SetPassAlphaToOutput")); mixin(bindCode("vtkImageMapToColors_PassAlphaToOutputOn", "D_vtkImageMapToColors_PassAlphaToOutputOn")); mixin(bindCode("vtkImageMapToColors_PassAlphaToOutputOff", "D_vtkImageMapToColors_PassAlphaToOutputOff")); mixin(bindCode("vtkImageMapToColors_GetPassAlphaToOutput", "D_vtkImageMapToColors_GetPassAlphaToOutput")); mixin(bindCode("vtkImageMapToColors_Upcast", "D_vtkImageMapToColors_Upcast")); mixin(bindCode("vtkImageMapToWindowLevelColors_New", "D_vtkImageMapToWindowLevelColors_New")); mixin(bindCode("vtkImageMapToWindowLevelColors_IsTypeOf", "D_vtkImageMapToWindowLevelColors_IsTypeOf")); mixin(bindCode("vtkImageMapToWindowLevelColors_SafeDownCast", "D_vtkImageMapToWindowLevelColors_SafeDownCast")); mixin(bindCode("vtkImageMapToWindowLevelColors_NewInstance", "D_vtkImageMapToWindowLevelColors_NewInstance")); mixin(bindCode("vtkImageMapToWindowLevelColors_SetWindow", "D_vtkImageMapToWindowLevelColors_SetWindow")); mixin(bindCode("vtkImageMapToWindowLevelColors_GetWindow", "D_vtkImageMapToWindowLevelColors_GetWindow")); mixin(bindCode("vtkImageMapToWindowLevelColors_SetLevel", "D_vtkImageMapToWindowLevelColors_SetLevel")); mixin(bindCode("vtkImageMapToWindowLevelColors_GetLevel", "D_vtkImageMapToWindowLevelColors_GetLevel")); mixin(bindCode("vtkImageMapToWindowLevelColors_Upcast", "D_vtkImageMapToWindowLevelColors_Upcast")); mixin(bindCode("vtkChacoReader_New", "D_vtkChacoReader_New")); mixin(bindCode("vtkChacoReader_IsTypeOf", "D_vtkChacoReader_IsTypeOf")); mixin(bindCode("vtkChacoReader_SafeDownCast", "D_vtkChacoReader_SafeDownCast")); mixin(bindCode("vtkChacoReader_NewInstance", "D_vtkChacoReader_NewInstance")); mixin(bindCode("vtkChacoReader_SetBaseName", "D_vtkChacoReader_SetBaseName")); mixin(bindCode("vtkChacoReader_GetBaseName", "D_vtkChacoReader_GetBaseName")); mixin(bindCode("vtkChacoReader_SetGenerateGlobalElementIdArray", "D_vtkChacoReader_SetGenerateGlobalElementIdArray")); mixin(bindCode("vtkChacoReader_GetGenerateGlobalElementIdArray", "D_vtkChacoReader_GetGenerateGlobalElementIdArray")); mixin(bindCode("vtkChacoReader_GenerateGlobalElementIdArrayOn", "D_vtkChacoReader_GenerateGlobalElementIdArrayOn")); mixin(bindCode("vtkChacoReader_GenerateGlobalElementIdArrayOff", "D_vtkChacoReader_GenerateGlobalElementIdArrayOff")); mixin(bindCode("vtkChacoReader_GetGlobalElementIdArrayName", "D_vtkChacoReader_GetGlobalElementIdArrayName")); mixin(bindCode("vtkChacoReader_SetGenerateGlobalNodeIdArray", "D_vtkChacoReader_SetGenerateGlobalNodeIdArray")); mixin(bindCode("vtkChacoReader_GetGenerateGlobalNodeIdArray", "D_vtkChacoReader_GetGenerateGlobalNodeIdArray")); mixin(bindCode("vtkChacoReader_GenerateGlobalNodeIdArrayOn", "D_vtkChacoReader_GenerateGlobalNodeIdArrayOn")); mixin(bindCode("vtkChacoReader_GenerateGlobalNodeIdArrayOff", "D_vtkChacoReader_GenerateGlobalNodeIdArrayOff")); mixin(bindCode("vtkChacoReader_GetGlobalNodeIdArrayName", "D_vtkChacoReader_GetGlobalNodeIdArrayName")); mixin(bindCode("vtkChacoReader_SetGenerateVertexWeightArrays", "D_vtkChacoReader_SetGenerateVertexWeightArrays")); mixin(bindCode("vtkChacoReader_GetGenerateVertexWeightArrays", "D_vtkChacoReader_GetGenerateVertexWeightArrays")); mixin(bindCode("vtkChacoReader_GenerateVertexWeightArraysOn", "D_vtkChacoReader_GenerateVertexWeightArraysOn")); mixin(bindCode("vtkChacoReader_GenerateVertexWeightArraysOff", "D_vtkChacoReader_GenerateVertexWeightArraysOff")); mixin(bindCode("vtkChacoReader_GetNumberOfVertexWeights", "D_vtkChacoReader_GetNumberOfVertexWeights")); mixin(bindCode("vtkChacoReader_GetVertexWeightArrayName", "D_vtkChacoReader_GetVertexWeightArrayName")); mixin(bindCode("vtkChacoReader_SetGenerateEdgeWeightArrays", "D_vtkChacoReader_SetGenerateEdgeWeightArrays")); mixin(bindCode("vtkChacoReader_GetGenerateEdgeWeightArrays", "D_vtkChacoReader_GetGenerateEdgeWeightArrays")); mixin(bindCode("vtkChacoReader_GenerateEdgeWeightArraysOn", "D_vtkChacoReader_GenerateEdgeWeightArraysOn")); mixin(bindCode("vtkChacoReader_GenerateEdgeWeightArraysOff", "D_vtkChacoReader_GenerateEdgeWeightArraysOff")); mixin(bindCode("vtkChacoReader_GetNumberOfEdgeWeights", "D_vtkChacoReader_GetNumberOfEdgeWeights")); mixin(bindCode("vtkChacoReader_GetEdgeWeightArrayName", "D_vtkChacoReader_GetEdgeWeightArrayName")); mixin(bindCode("vtkChacoReader_GetDimensionality", "D_vtkChacoReader_GetDimensionality")); mixin(bindCode("vtkChacoReader_GetNumberOfEdges", "D_vtkChacoReader_GetNumberOfEdges")); mixin(bindCode("vtkChacoReader_GetNumberOfVertices", "D_vtkChacoReader_GetNumberOfVertices")); mixin(bindCode("vtkChacoReader_GetNumberOfCellWeightArrays", "D_vtkChacoReader_GetNumberOfCellWeightArrays")); mixin(bindCode("vtkChacoReader_GetNumberOfPointWeightArrays", "D_vtkChacoReader_GetNumberOfPointWeightArrays")); mixin(bindCode("vtkChacoReader_Upcast", "D_vtkChacoReader_Upcast")); mixin(bindCode("vtkPChacoReader_New", "D_vtkPChacoReader_New")); mixin(bindCode("vtkPChacoReader_IsTypeOf", "D_vtkPChacoReader_IsTypeOf")); mixin(bindCode("vtkPChacoReader_SafeDownCast", "D_vtkPChacoReader_SafeDownCast")); mixin(bindCode("vtkPChacoReader_NewInstance", "D_vtkPChacoReader_NewInstance")); mixin(bindCode("vtkPChacoReader_SetController", "D_vtkPChacoReader_SetController")); mixin(bindCode("vtkPChacoReader_GetController", "D_vtkPChacoReader_GetController")); mixin(bindCode("vtkPChacoReader_Upcast", "D_vtkPChacoReader_Upcast")); mixin(bindCode("vtkInteractorStyleTrackball_New", "D_vtkInteractorStyleTrackball_New")); mixin(bindCode("vtkInteractorStyleTrackball_IsTypeOf", "D_vtkInteractorStyleTrackball_IsTypeOf")); mixin(bindCode("vtkInteractorStyleTrackball_SafeDownCast", "D_vtkInteractorStyleTrackball_SafeDownCast")); mixin(bindCode("vtkInteractorStyleTrackball_NewInstance", "D_vtkInteractorStyleTrackball_NewInstance")); mixin(bindCode("vtkInteractorStyleTrackball_Upcast", "D_vtkInteractorStyleTrackball_Upcast")); mixin(bindCode("vtkImageCast_New", "D_vtkImageCast_New")); mixin(bindCode("vtkImageCast_IsTypeOf", "D_vtkImageCast_IsTypeOf")); mixin(bindCode("vtkImageCast_SafeDownCast", "D_vtkImageCast_SafeDownCast")); mixin(bindCode("vtkImageCast_NewInstance", "D_vtkImageCast_NewInstance")); mixin(bindCode("vtkImageCast_SetOutputScalarType", "D_vtkImageCast_SetOutputScalarType")); mixin(bindCode("vtkImageCast_GetOutputScalarType", "D_vtkImageCast_GetOutputScalarType")); mixin(bindCode("vtkImageCast_SetOutputScalarTypeToFloat", "D_vtkImageCast_SetOutputScalarTypeToFloat")); mixin(bindCode("vtkImageCast_SetOutputScalarTypeToDouble", "D_vtkImageCast_SetOutputScalarTypeToDouble")); mixin(bindCode("vtkImageCast_SetOutputScalarTypeToInt", "D_vtkImageCast_SetOutputScalarTypeToInt")); mixin(bindCode("vtkImageCast_SetOutputScalarTypeToUnsignedInt", "D_vtkImageCast_SetOutputScalarTypeToUnsignedInt")); mixin(bindCode("vtkImageCast_SetOutputScalarTypeToLong", "D_vtkImageCast_SetOutputScalarTypeToLong")); mixin(bindCode("vtkImageCast_SetOutputScalarTypeToUnsignedLong", "D_vtkImageCast_SetOutputScalarTypeToUnsignedLong")); mixin(bindCode("vtkImageCast_SetOutputScalarTypeToShort", "D_vtkImageCast_SetOutputScalarTypeToShort")); mixin(bindCode("vtkImageCast_SetOutputScalarTypeToUnsignedShort", "D_vtkImageCast_SetOutputScalarTypeToUnsignedShort")); mixin(bindCode("vtkImageCast_SetOutputScalarTypeToUnsignedChar", "D_vtkImageCast_SetOutputScalarTypeToUnsignedChar")); mixin(bindCode("vtkImageCast_SetOutputScalarTypeToChar", "D_vtkImageCast_SetOutputScalarTypeToChar")); mixin(bindCode("vtkImageCast_SetClampOverflow", "D_vtkImageCast_SetClampOverflow")); mixin(bindCode("vtkImageCast_GetClampOverflow", "D_vtkImageCast_GetClampOverflow")); mixin(bindCode("vtkImageCast_ClampOverflowOn", "D_vtkImageCast_ClampOverflowOn")); mixin(bindCode("vtkImageCast_ClampOverflowOff", "D_vtkImageCast_ClampOverflowOff")); mixin(bindCode("vtkImageCast_Upcast", "D_vtkImageCast_Upcast")); mixin(bindCode("vtkBoxRepresentation_New", "D_vtkBoxRepresentation_New")); mixin(bindCode("vtkBoxRepresentation_IsTypeOf", "D_vtkBoxRepresentation_IsTypeOf")); mixin(bindCode("vtkBoxRepresentation_SafeDownCast", "D_vtkBoxRepresentation_SafeDownCast")); mixin(bindCode("vtkBoxRepresentation_NewInstance", "D_vtkBoxRepresentation_NewInstance")); mixin(bindCode("vtkBoxRepresentation_GetPlanes", "D_vtkBoxRepresentation_GetPlanes")); mixin(bindCode("vtkBoxRepresentation_SetInsideOut", "D_vtkBoxRepresentation_SetInsideOut")); mixin(bindCode("vtkBoxRepresentation_GetInsideOut", "D_vtkBoxRepresentation_GetInsideOut")); mixin(bindCode("vtkBoxRepresentation_InsideOutOn", "D_vtkBoxRepresentation_InsideOutOn")); mixin(bindCode("vtkBoxRepresentation_InsideOutOff", "D_vtkBoxRepresentation_InsideOutOff")); mixin(bindCode("vtkBoxRepresentation_GetTransform", "D_vtkBoxRepresentation_GetTransform")); mixin(bindCode("vtkBoxRepresentation_SetTransform", "D_vtkBoxRepresentation_SetTransform")); mixin(bindCode("vtkBoxRepresentation_GetPolyData", "D_vtkBoxRepresentation_GetPolyData")); mixin(bindCode("vtkBoxRepresentation_GetHandleProperty", "D_vtkBoxRepresentation_GetHandleProperty")); mixin(bindCode("vtkBoxRepresentation_GetSelectedHandleProperty", "D_vtkBoxRepresentation_GetSelectedHandleProperty")); mixin(bindCode("vtkBoxRepresentation_GetFaceProperty", "D_vtkBoxRepresentation_GetFaceProperty")); mixin(bindCode("vtkBoxRepresentation_GetSelectedFaceProperty", "D_vtkBoxRepresentation_GetSelectedFaceProperty")); mixin(bindCode("vtkBoxRepresentation_GetOutlineProperty", "D_vtkBoxRepresentation_GetOutlineProperty")); mixin(bindCode("vtkBoxRepresentation_GetSelectedOutlineProperty", "D_vtkBoxRepresentation_GetSelectedOutlineProperty")); mixin(bindCode("vtkBoxRepresentation_SetOutlineFaceWires", "D_vtkBoxRepresentation_SetOutlineFaceWires")); mixin(bindCode("vtkBoxRepresentation_GetOutlineFaceWires", "D_vtkBoxRepresentation_GetOutlineFaceWires")); mixin(bindCode("vtkBoxRepresentation_OutlineFaceWiresOn", "D_vtkBoxRepresentation_OutlineFaceWiresOn")); mixin(bindCode("vtkBoxRepresentation_OutlineFaceWiresOff", "D_vtkBoxRepresentation_OutlineFaceWiresOff")); mixin(bindCode("vtkBoxRepresentation_SetOutlineCursorWires", "D_vtkBoxRepresentation_SetOutlineCursorWires")); mixin(bindCode("vtkBoxRepresentation_GetOutlineCursorWires", "D_vtkBoxRepresentation_GetOutlineCursorWires")); mixin(bindCode("vtkBoxRepresentation_OutlineCursorWiresOn", "D_vtkBoxRepresentation_OutlineCursorWiresOn")); mixin(bindCode("vtkBoxRepresentation_OutlineCursorWiresOff", "D_vtkBoxRepresentation_OutlineCursorWiresOff")); mixin(bindCode("vtkBoxRepresentation_HandlesOn", "D_vtkBoxRepresentation_HandlesOn")); mixin(bindCode("vtkBoxRepresentation_HandlesOff", "D_vtkBoxRepresentation_HandlesOff")); mixin(bindCode("vtkBoxRepresentation_PlaceWidget", "D_vtkBoxRepresentation_PlaceWidget")); mixin(bindCode("vtkBoxRepresentation_ComputeInteractionState__SWIG_0", "D_vtkBoxRepresentation_ComputeInteractionState__SWIG_0")); mixin(bindCode("vtkBoxRepresentation_ComputeInteractionState__SWIG_1", "D_vtkBoxRepresentation_ComputeInteractionState__SWIG_1")); mixin(bindCode("vtkBoxRepresentation_SetInteractionState", "D_vtkBoxRepresentation_SetInteractionState")); mixin(bindCode("vtkBoxRepresentation_Upcast", "D_vtkBoxRepresentation_Upcast")); mixin(bindCode("vtkInteractorStyleRubberBandPick_New", "D_vtkInteractorStyleRubberBandPick_New")); mixin(bindCode("vtkInteractorStyleRubberBandPick_IsTypeOf", "D_vtkInteractorStyleRubberBandPick_IsTypeOf")); mixin(bindCode("vtkInteractorStyleRubberBandPick_SafeDownCast", "D_vtkInteractorStyleRubberBandPick_SafeDownCast")); mixin(bindCode("vtkInteractorStyleRubberBandPick_NewInstance", "D_vtkInteractorStyleRubberBandPick_NewInstance")); mixin(bindCode("vtkInteractorStyleRubberBandPick_StartSelect", "D_vtkInteractorStyleRubberBandPick_StartSelect")); mixin(bindCode("vtkInteractorStyleRubberBandPick_Upcast", "D_vtkInteractorStyleRubberBandPick_Upcast")); mixin(bindCode("vtkMatrixToHomogeneousTransform_New", "D_vtkMatrixToHomogeneousTransform_New")); mixin(bindCode("vtkMatrixToHomogeneousTransform_IsTypeOf", "D_vtkMatrixToHomogeneousTransform_IsTypeOf")); mixin(bindCode("vtkMatrixToHomogeneousTransform_SafeDownCast", "D_vtkMatrixToHomogeneousTransform_SafeDownCast")); mixin(bindCode("vtkMatrixToHomogeneousTransform_NewInstance", "D_vtkMatrixToHomogeneousTransform_NewInstance")); mixin(bindCode("vtkMatrixToHomogeneousTransform_SetInput", "D_vtkMatrixToHomogeneousTransform_SetInput")); mixin(bindCode("vtkMatrixToHomogeneousTransform_GetInput", "D_vtkMatrixToHomogeneousTransform_GetInput")); mixin(bindCode("vtkMatrixToHomogeneousTransform_Upcast", "D_vtkMatrixToHomogeneousTransform_Upcast")); mixin(bindCode("vtkGeoTerrain_New", "D_vtkGeoTerrain_New")); mixin(bindCode("vtkGeoTerrain_IsTypeOf", "D_vtkGeoTerrain_IsTypeOf")); mixin(bindCode("vtkGeoTerrain_SafeDownCast", "D_vtkGeoTerrain_SafeDownCast")); mixin(bindCode("vtkGeoTerrain_NewInstance", "D_vtkGeoTerrain_NewInstance")); mixin(bindCode("vtkGeoTerrain_GetSource", "D_vtkGeoTerrain_GetSource")); mixin(bindCode("vtkGeoTerrain_SetSource", "D_vtkGeoTerrain_SetSource")); mixin(bindCode("vtkGeoTerrain_SaveDatabase", "D_vtkGeoTerrain_SaveDatabase")); mixin(bindCode("vtkGeoTerrain_AddActors", "D_vtkGeoTerrain_AddActors")); mixin(bindCode("vtkGeoTerrain_SetOrigin__SWIG_0", "D_vtkGeoTerrain_SetOrigin__SWIG_0")); mixin(bindCode("vtkGeoTerrain_SetOrigin__SWIG_1", "D_vtkGeoTerrain_SetOrigin__SWIG_1")); mixin(bindCode("vtkGeoTerrain_GetOrigin__SWIG_0", "D_vtkGeoTerrain_GetOrigin__SWIG_0")); mixin(bindCode("vtkGeoTerrain_GetOrigin__SWIG_1", "D_vtkGeoTerrain_GetOrigin__SWIG_1")); mixin(bindCode("vtkGeoTerrain_GetOrigin__SWIG_2", "D_vtkGeoTerrain_GetOrigin__SWIG_2")); mixin(bindCode("vtkGeoTerrain_SetMaxLevel", "D_vtkGeoTerrain_SetMaxLevel")); mixin(bindCode("vtkGeoTerrain_GetMaxLevelMinValue", "D_vtkGeoTerrain_GetMaxLevelMinValue")); mixin(bindCode("vtkGeoTerrain_GetMaxLevelMaxValue", "D_vtkGeoTerrain_GetMaxLevelMaxValue")); mixin(bindCode("vtkGeoTerrain_GetMaxLevel", "D_vtkGeoTerrain_GetMaxLevel")); mixin(bindCode("vtkGeoTerrain_Upcast", "D_vtkGeoTerrain_Upcast")); mixin(bindCode("vtkGeoTerrain2D_New", "D_vtkGeoTerrain2D_New")); mixin(bindCode("vtkGeoTerrain2D_IsTypeOf", "D_vtkGeoTerrain2D_IsTypeOf")); mixin(bindCode("vtkGeoTerrain2D_SafeDownCast", "D_vtkGeoTerrain2D_SafeDownCast")); mixin(bindCode("vtkGeoTerrain2D_NewInstance", "D_vtkGeoTerrain2D_NewInstance")); mixin(bindCode("vtkGeoTerrain2D_SetTextureTolerance", "D_vtkGeoTerrain2D_SetTextureTolerance")); mixin(bindCode("vtkGeoTerrain2D_GetTextureTolerance", "D_vtkGeoTerrain2D_GetTextureTolerance")); mixin(bindCode("vtkGeoTerrain2D_SetLocationTolerance", "D_vtkGeoTerrain2D_SetLocationTolerance")); mixin(bindCode("vtkGeoTerrain2D_GetLocationTolerance", "D_vtkGeoTerrain2D_GetLocationTolerance")); mixin(bindCode("vtkGeoTerrain2D_GetTransform", "D_vtkGeoTerrain2D_GetTransform")); mixin(bindCode("vtkGeoTerrain2D_Upcast", "D_vtkGeoTerrain2D_Upcast")); mixin(bindCode("vtkImageAppend_New", "D_vtkImageAppend_New")); mixin(bindCode("vtkImageAppend_IsTypeOf", "D_vtkImageAppend_IsTypeOf")); mixin(bindCode("vtkImageAppend_SafeDownCast", "D_vtkImageAppend_SafeDownCast")); mixin(bindCode("vtkImageAppend_NewInstance", "D_vtkImageAppend_NewInstance")); mixin(bindCode("vtkImageAppend_ReplaceNthInputConnection", "D_vtkImageAppend_ReplaceNthInputConnection")); mixin(bindCode("vtkImageAppend_SetInputData__SWIG_0", "D_vtkImageAppend_SetInputData__SWIG_0")); mixin(bindCode("vtkImageAppend_SetInputData__SWIG_1", "D_vtkImageAppend_SetInputData__SWIG_1")); mixin(bindCode("vtkImageAppend_GetInput__SWIG_0", "D_vtkImageAppend_GetInput__SWIG_0")); mixin(bindCode("vtkImageAppend_GetInput__SWIG_1", "D_vtkImageAppend_GetInput__SWIG_1")); mixin(bindCode("vtkImageAppend_GetNumberOfInputs", "D_vtkImageAppend_GetNumberOfInputs")); mixin(bindCode("vtkImageAppend_SetAppendAxis", "D_vtkImageAppend_SetAppendAxis")); mixin(bindCode("vtkImageAppend_GetAppendAxis", "D_vtkImageAppend_GetAppendAxis")); mixin(bindCode("vtkImageAppend_SetPreserveExtents", "D_vtkImageAppend_SetPreserveExtents")); mixin(bindCode("vtkImageAppend_GetPreserveExtents", "D_vtkImageAppend_GetPreserveExtents")); mixin(bindCode("vtkImageAppend_PreserveExtentsOn", "D_vtkImageAppend_PreserveExtentsOn")); mixin(bindCode("vtkImageAppend_PreserveExtentsOff", "D_vtkImageAppend_PreserveExtentsOff")); mixin(bindCode("vtkImageAppend_Upcast", "D_vtkImageAppend_Upcast")); mixin(bindCode("vtkImageDotProduct_New", "D_vtkImageDotProduct_New")); mixin(bindCode("vtkImageDotProduct_IsTypeOf", "D_vtkImageDotProduct_IsTypeOf")); mixin(bindCode("vtkImageDotProduct_SafeDownCast", "D_vtkImageDotProduct_SafeDownCast")); mixin(bindCode("vtkImageDotProduct_NewInstance", "D_vtkImageDotProduct_NewInstance")); mixin(bindCode("vtkImageDotProduct_SetInput1Data", "D_vtkImageDotProduct_SetInput1Data")); mixin(bindCode("vtkImageDotProduct_SetInput2Data", "D_vtkImageDotProduct_SetInput2Data")); mixin(bindCode("vtkImageDotProduct_Upcast", "D_vtkImageDotProduct_Upcast")); mixin(bindCode("vtkDataSetGradientPrecompute_New", "D_vtkDataSetGradientPrecompute_New")); mixin(bindCode("vtkDataSetGradientPrecompute_IsTypeOf", "D_vtkDataSetGradientPrecompute_IsTypeOf")); mixin(bindCode("vtkDataSetGradientPrecompute_SafeDownCast", "D_vtkDataSetGradientPrecompute_SafeDownCast")); mixin(bindCode("vtkDataSetGradientPrecompute_NewInstance", "D_vtkDataSetGradientPrecompute_NewInstance")); mixin(bindCode("vtkDataSetGradientPrecompute_GradientPrecompute", "D_vtkDataSetGradientPrecompute_GradientPrecompute")); mixin(bindCode("vtkDataSetGradientPrecompute_Upcast", "D_vtkDataSetGradientPrecompute_Upcast")); mixin(bindCode("vtkGraphGeodesicPath_IsTypeOf", "D_vtkGraphGeodesicPath_IsTypeOf")); mixin(bindCode("vtkGraphGeodesicPath_SafeDownCast", "D_vtkGraphGeodesicPath_SafeDownCast")); mixin(bindCode("vtkGraphGeodesicPath_NewInstance", "D_vtkGraphGeodesicPath_NewInstance")); mixin(bindCode("vtkGraphGeodesicPath_GetStartVertex", "D_vtkGraphGeodesicPath_GetStartVertex")); mixin(bindCode("vtkGraphGeodesicPath_SetStartVertex", "D_vtkGraphGeodesicPath_SetStartVertex")); mixin(bindCode("vtkGraphGeodesicPath_GetEndVertex", "D_vtkGraphGeodesicPath_GetEndVertex")); mixin(bindCode("vtkGraphGeodesicPath_SetEndVertex", "D_vtkGraphGeodesicPath_SetEndVertex")); mixin(bindCode("vtkGraphGeodesicPath_Upcast", "D_vtkGraphGeodesicPath_Upcast")); mixin(bindCode("vtkDijkstraGraphGeodesicPath_New", "D_vtkDijkstraGraphGeodesicPath_New")); mixin(bindCode("vtkDijkstraGraphGeodesicPath_IsTypeOf", "D_vtkDijkstraGraphGeodesicPath_IsTypeOf")); mixin(bindCode("vtkDijkstraGraphGeodesicPath_SafeDownCast", "D_vtkDijkstraGraphGeodesicPath_SafeDownCast")); mixin(bindCode("vtkDijkstraGraphGeodesicPath_NewInstance", "D_vtkDijkstraGraphGeodesicPath_NewInstance")); mixin(bindCode("vtkDijkstraGraphGeodesicPath_GetIdList", "D_vtkDijkstraGraphGeodesicPath_GetIdList")); mixin(bindCode("vtkDijkstraGraphGeodesicPath_SetStopWhenEndReached", "D_vtkDijkstraGraphGeodesicPath_SetStopWhenEndReached")); mixin(bindCode("vtkDijkstraGraphGeodesicPath_GetStopWhenEndReached", "D_vtkDijkstraGraphGeodesicPath_GetStopWhenEndReached")); mixin(bindCode("vtkDijkstraGraphGeodesicPath_StopWhenEndReachedOn", "D_vtkDijkstraGraphGeodesicPath_StopWhenEndReachedOn")); mixin(bindCode("vtkDijkstraGraphGeodesicPath_StopWhenEndReachedOff", "D_vtkDijkstraGraphGeodesicPath_StopWhenEndReachedOff")); mixin(bindCode("vtkDijkstraGraphGeodesicPath_SetUseScalarWeights", "D_vtkDijkstraGraphGeodesicPath_SetUseScalarWeights")); mixin(bindCode("vtkDijkstraGraphGeodesicPath_GetUseScalarWeights", "D_vtkDijkstraGraphGeodesicPath_GetUseScalarWeights")); mixin(bindCode("vtkDijkstraGraphGeodesicPath_UseScalarWeightsOn", "D_vtkDijkstraGraphGeodesicPath_UseScalarWeightsOn")); mixin(bindCode("vtkDijkstraGraphGeodesicPath_UseScalarWeightsOff", "D_vtkDijkstraGraphGeodesicPath_UseScalarWeightsOff")); mixin(bindCode("vtkDijkstraGraphGeodesicPath_SetRepelPathFromVertices", "D_vtkDijkstraGraphGeodesicPath_SetRepelPathFromVertices")); mixin(bindCode("vtkDijkstraGraphGeodesicPath_GetRepelPathFromVertices", "D_vtkDijkstraGraphGeodesicPath_GetRepelPathFromVertices")); mixin(bindCode("vtkDijkstraGraphGeodesicPath_RepelPathFromVerticesOn", "D_vtkDijkstraGraphGeodesicPath_RepelPathFromVerticesOn")); mixin(bindCode("vtkDijkstraGraphGeodesicPath_RepelPathFromVerticesOff", "D_vtkDijkstraGraphGeodesicPath_RepelPathFromVerticesOff")); mixin(bindCode("vtkDijkstraGraphGeodesicPath_SetRepelVertices", "D_vtkDijkstraGraphGeodesicPath_SetRepelVertices")); mixin(bindCode("vtkDijkstraGraphGeodesicPath_GetRepelVertices", "D_vtkDijkstraGraphGeodesicPath_GetRepelVertices")); mixin(bindCode("vtkDijkstraGraphGeodesicPath_GetCumulativeWeights", "D_vtkDijkstraGraphGeodesicPath_GetCumulativeWeights")); mixin(bindCode("vtkDijkstraGraphGeodesicPath_Upcast", "D_vtkDijkstraGraphGeodesicPath_Upcast")); mixin(bindCode("VTK_IMAGESLAB_BLEND_MIN_get", "D_VTK_IMAGESLAB_BLEND_MIN_get")); mixin(bindCode("VTK_IMAGESLAB_BLEND_MAX_get", "D_VTK_IMAGESLAB_BLEND_MAX_get")); mixin(bindCode("VTK_IMAGESLAB_BLEND_MEAN_get", "D_VTK_IMAGESLAB_BLEND_MEAN_get")); mixin(bindCode("vtkImageSlabReslice_New", "D_vtkImageSlabReslice_New")); mixin(bindCode("vtkImageSlabReslice_IsTypeOf", "D_vtkImageSlabReslice_IsTypeOf")); mixin(bindCode("vtkImageSlabReslice_SafeDownCast", "D_vtkImageSlabReslice_SafeDownCast")); mixin(bindCode("vtkImageSlabReslice_NewInstance", "D_vtkImageSlabReslice_NewInstance")); mixin(bindCode("vtkImageSlabReslice_SetBlendMode", "D_vtkImageSlabReslice_SetBlendMode")); mixin(bindCode("vtkImageSlabReslice_GetBlendMode", "D_vtkImageSlabReslice_GetBlendMode")); mixin(bindCode("vtkImageSlabReslice_SetBlendModeToMin", "D_vtkImageSlabReslice_SetBlendModeToMin")); mixin(bindCode("vtkImageSlabReslice_SetBlendModeToMax", "D_vtkImageSlabReslice_SetBlendModeToMax")); mixin(bindCode("vtkImageSlabReslice_SetBlendModeToMean", "D_vtkImageSlabReslice_SetBlendModeToMean")); mixin(bindCode("vtkImageSlabReslice_GetNumBlendSamplePoints", "D_vtkImageSlabReslice_GetNumBlendSamplePoints")); mixin(bindCode("vtkImageSlabReslice_SetSlabThickness", "D_vtkImageSlabReslice_SetSlabThickness")); mixin(bindCode("vtkImageSlabReslice_GetSlabThickness", "D_vtkImageSlabReslice_GetSlabThickness")); mixin(bindCode("vtkImageSlabReslice_SetSlabResolution", "D_vtkImageSlabReslice_SetSlabResolution")); mixin(bindCode("vtkImageSlabReslice_GetSlabResolution", "D_vtkImageSlabReslice_GetSlabResolution")); mixin(bindCode("vtkImageSlabReslice_Upcast", "D_vtkImageSlabReslice_Upcast")); mixin(bindCode("vtkInformationInformationKey_IsTypeOf", "D_vtkInformationInformationKey_IsTypeOf")); mixin(bindCode("vtkInformationInformationKey_SafeDownCast", "D_vtkInformationInformationKey_SafeDownCast")); mixin(bindCode("vtkInformationInformationKey_NewInstance", "D_vtkInformationInformationKey_NewInstance")); mixin(bindCode("new_vtkInformationInformationKey", "D_new_vtkInformationInformationKey")); mixin(bindCode("delete_vtkInformationInformationKey", "D_delete_vtkInformationInformationKey")); mixin(bindCode("vtkInformationInformationKey_Set", "D_vtkInformationInformationKey_Set")); mixin(bindCode("vtkInformationInformationKey_Get", "D_vtkInformationInformationKey_Get")); mixin(bindCode("vtkInformationInformationKey_Upcast", "D_vtkInformationInformationKey_Upcast")); mixin(bindCode("VTK_XYPLOT_INDEX_get", "D_VTK_XYPLOT_INDEX_get")); mixin(bindCode("VTK_XYPLOT_ARC_LENGTH_get", "D_VTK_XYPLOT_ARC_LENGTH_get")); mixin(bindCode("VTK_XYPLOT_NORMALIZED_ARC_LENGTH_get", "D_VTK_XYPLOT_NORMALIZED_ARC_LENGTH_get")); mixin(bindCode("VTK_XYPLOT_VALUE_get", "D_VTK_XYPLOT_VALUE_get")); mixin(bindCode("VTK_XYPLOT_ROW_get", "D_VTK_XYPLOT_ROW_get")); mixin(bindCode("VTK_XYPLOT_COLUMN_get", "D_VTK_XYPLOT_COLUMN_get")); mixin(bindCode("VTK_XYPLOT_Y_AXIS_TOP_get", "D_VTK_XYPLOT_Y_AXIS_TOP_get")); mixin(bindCode("VTK_XYPLOT_Y_AXIS_HCENTER_get", "D_VTK_XYPLOT_Y_AXIS_HCENTER_get")); mixin(bindCode("VTK_XYPLOT_Y_AXIS_VCENTER_get", "D_VTK_XYPLOT_Y_AXIS_VCENTER_get")); mixin(bindCode("vtkXYPlotActor_IsTypeOf", "D_vtkXYPlotActor_IsTypeOf")); mixin(bindCode("vtkXYPlotActor_SafeDownCast", "D_vtkXYPlotActor_SafeDownCast")); mixin(bindCode("vtkXYPlotActor_NewInstance", "D_vtkXYPlotActor_NewInstance")); mixin(bindCode("vtkXYPlotActor_New", "D_vtkXYPlotActor_New")); mixin(bindCode("vtkXYPlotActor_AddDataSetInput__SWIG_0", "D_vtkXYPlotActor_AddDataSetInput__SWIG_0")); mixin(bindCode("vtkXYPlotActor_AddDataSetInput__SWIG_1", "D_vtkXYPlotActor_AddDataSetInput__SWIG_1")); mixin(bindCode("vtkXYPlotActor_AddDataSetInputConnection__SWIG_0", "D_vtkXYPlotActor_AddDataSetInputConnection__SWIG_0")); mixin(bindCode("vtkXYPlotActor_AddDataSetInputConnection__SWIG_1", "D_vtkXYPlotActor_AddDataSetInputConnection__SWIG_1")); mixin(bindCode("vtkXYPlotActor_RemoveDataSetInput__SWIG_0", "D_vtkXYPlotActor_RemoveDataSetInput__SWIG_0")); mixin(bindCode("vtkXYPlotActor_RemoveDataSetInput__SWIG_1", "D_vtkXYPlotActor_RemoveDataSetInput__SWIG_1")); mixin(bindCode("vtkXYPlotActor_RemoveDataSetInputConnection__SWIG_0", "D_vtkXYPlotActor_RemoveDataSetInputConnection__SWIG_0")); mixin(bindCode("vtkXYPlotActor_RemoveDataSetInputConnection__SWIG_1", "D_vtkXYPlotActor_RemoveDataSetInputConnection__SWIG_1")); mixin(bindCode("vtkXYPlotActor_RemoveAllDataSetInputConnections", "D_vtkXYPlotActor_RemoveAllDataSetInputConnections")); mixin(bindCode("vtkXYPlotActor_SetPointComponent", "D_vtkXYPlotActor_SetPointComponent")); mixin(bindCode("vtkXYPlotActor_GetPointComponent", "D_vtkXYPlotActor_GetPointComponent")); mixin(bindCode("vtkXYPlotActor_SetXValues", "D_vtkXYPlotActor_SetXValues")); mixin(bindCode("vtkXYPlotActor_GetXValuesMinValue", "D_vtkXYPlotActor_GetXValuesMinValue")); mixin(bindCode("vtkXYPlotActor_GetXValuesMaxValue", "D_vtkXYPlotActor_GetXValuesMaxValue")); mixin(bindCode("vtkXYPlotActor_GetXValues", "D_vtkXYPlotActor_GetXValues")); mixin(bindCode("vtkXYPlotActor_SetXValuesToIndex", "D_vtkXYPlotActor_SetXValuesToIndex")); mixin(bindCode("vtkXYPlotActor_SetXValuesToArcLength", "D_vtkXYPlotActor_SetXValuesToArcLength")); mixin(bindCode("vtkXYPlotActor_SetXValuesToNormalizedArcLength", "D_vtkXYPlotActor_SetXValuesToNormalizedArcLength")); mixin(bindCode("vtkXYPlotActor_SetXValuesToValue", "D_vtkXYPlotActor_SetXValuesToValue")); mixin(bindCode("vtkXYPlotActor_GetXValuesAsString", "D_vtkXYPlotActor_GetXValuesAsString")); mixin(bindCode("vtkXYPlotActor_AddDataObjectInput", "D_vtkXYPlotActor_AddDataObjectInput")); mixin(bindCode("vtkXYPlotActor_AddDataObjectInputConnection", "D_vtkXYPlotActor_AddDataObjectInputConnection")); mixin(bindCode("vtkXYPlotActor_RemoveDataObjectInputConnection", "D_vtkXYPlotActor_RemoveDataObjectInputConnection")); mixin(bindCode("vtkXYPlotActor_RemoveDataObjectInput", "D_vtkXYPlotActor_RemoveDataObjectInput")); mixin(bindCode("vtkXYPlotActor_SetDataObjectPlotMode", "D_vtkXYPlotActor_SetDataObjectPlotMode")); mixin(bindCode("vtkXYPlotActor_GetDataObjectPlotModeMinValue", "D_vtkXYPlotActor_GetDataObjectPlotModeMinValue")); mixin(bindCode("vtkXYPlotActor_GetDataObjectPlotModeMaxValue", "D_vtkXYPlotActor_GetDataObjectPlotModeMaxValue")); mixin(bindCode("vtkXYPlotActor_GetDataObjectPlotMode", "D_vtkXYPlotActor_GetDataObjectPlotMode")); mixin(bindCode("vtkXYPlotActor_SetDataObjectPlotModeToRows", "D_vtkXYPlotActor_SetDataObjectPlotModeToRows")); mixin(bindCode("vtkXYPlotActor_SetDataObjectPlotModeToColumns", "D_vtkXYPlotActor_SetDataObjectPlotModeToColumns")); mixin(bindCode("vtkXYPlotActor_GetDataObjectPlotModeAsString", "D_vtkXYPlotActor_GetDataObjectPlotModeAsString")); mixin(bindCode("vtkXYPlotActor_SetDataObjectXComponent", "D_vtkXYPlotActor_SetDataObjectXComponent")); mixin(bindCode("vtkXYPlotActor_GetDataObjectXComponent", "D_vtkXYPlotActor_GetDataObjectXComponent")); mixin(bindCode("vtkXYPlotActor_SetDataObjectYComponent", "D_vtkXYPlotActor_SetDataObjectYComponent")); mixin(bindCode("vtkXYPlotActor_GetDataObjectYComponent", "D_vtkXYPlotActor_GetDataObjectYComponent")); mixin(bindCode("vtkXYPlotActor_SetPlotColor__SWIG_0", "D_vtkXYPlotActor_SetPlotColor__SWIG_0")); mixin(bindCode("vtkXYPlotActor_SetPlotColor__SWIG_1", "D_vtkXYPlotActor_SetPlotColor__SWIG_1")); mixin(bindCode("vtkXYPlotActor_GetPlotColor", "D_vtkXYPlotActor_GetPlotColor")); mixin(bindCode("vtkXYPlotActor_SetPlotSymbol", "D_vtkXYPlotActor_SetPlotSymbol")); mixin(bindCode("vtkXYPlotActor_GetPlotSymbol", "D_vtkXYPlotActor_GetPlotSymbol")); mixin(bindCode("vtkXYPlotActor_SetPlotLabel", "D_vtkXYPlotActor_SetPlotLabel")); mixin(bindCode("vtkXYPlotActor_GetPlotLabel", "D_vtkXYPlotActor_GetPlotLabel")); mixin(bindCode("vtkXYPlotActor_GetPlotCurvePoints", "D_vtkXYPlotActor_GetPlotCurvePoints")); mixin(bindCode("vtkXYPlotActor_SetPlotCurvePoints", "D_vtkXYPlotActor_SetPlotCurvePoints")); mixin(bindCode("vtkXYPlotActor_PlotCurvePointsOn", "D_vtkXYPlotActor_PlotCurvePointsOn")); mixin(bindCode("vtkXYPlotActor_PlotCurvePointsOff", "D_vtkXYPlotActor_PlotCurvePointsOff")); mixin(bindCode("vtkXYPlotActor_GetPlotCurveLines", "D_vtkXYPlotActor_GetPlotCurveLines")); mixin(bindCode("vtkXYPlotActor_SetPlotCurveLines", "D_vtkXYPlotActor_SetPlotCurveLines")); mixin(bindCode("vtkXYPlotActor_PlotCurveLinesOn", "D_vtkXYPlotActor_PlotCurveLinesOn")); mixin(bindCode("vtkXYPlotActor_PlotCurveLinesOff", "D_vtkXYPlotActor_PlotCurveLinesOff")); mixin(bindCode("vtkXYPlotActor_SetPlotLines__SWIG_0", "D_vtkXYPlotActor_SetPlotLines__SWIG_0")); mixin(bindCode("vtkXYPlotActor_GetPlotLines__SWIG_0", "D_vtkXYPlotActor_GetPlotLines__SWIG_0")); mixin(bindCode("vtkXYPlotActor_SetPlotPoints__SWIG_0", "D_vtkXYPlotActor_SetPlotPoints__SWIG_0")); mixin(bindCode("vtkXYPlotActor_GetPlotPoints__SWIG_0", "D_vtkXYPlotActor_GetPlotPoints__SWIG_0")); mixin(bindCode("vtkXYPlotActor_SetExchangeAxes", "D_vtkXYPlotActor_SetExchangeAxes")); mixin(bindCode("vtkXYPlotActor_GetExchangeAxes", "D_vtkXYPlotActor_GetExchangeAxes")); mixin(bindCode("vtkXYPlotActor_ExchangeAxesOn", "D_vtkXYPlotActor_ExchangeAxesOn")); mixin(bindCode("vtkXYPlotActor_ExchangeAxesOff", "D_vtkXYPlotActor_ExchangeAxesOff")); mixin(bindCode("vtkXYPlotActor_SetReverseXAxis", "D_vtkXYPlotActor_SetReverseXAxis")); mixin(bindCode("vtkXYPlotActor_GetReverseXAxis", "D_vtkXYPlotActor_GetReverseXAxis")); mixin(bindCode("vtkXYPlotActor_ReverseXAxisOn", "D_vtkXYPlotActor_ReverseXAxisOn")); mixin(bindCode("vtkXYPlotActor_ReverseXAxisOff", "D_vtkXYPlotActor_ReverseXAxisOff")); mixin(bindCode("vtkXYPlotActor_SetReverseYAxis", "D_vtkXYPlotActor_SetReverseYAxis")); mixin(bindCode("vtkXYPlotActor_GetReverseYAxis", "D_vtkXYPlotActor_GetReverseYAxis")); mixin(bindCode("vtkXYPlotActor_ReverseYAxisOn", "D_vtkXYPlotActor_ReverseYAxisOn")); mixin(bindCode("vtkXYPlotActor_ReverseYAxisOff", "D_vtkXYPlotActor_ReverseYAxisOff")); mixin(bindCode("vtkXYPlotActor_GetLegendActor", "D_vtkXYPlotActor_GetLegendActor")); mixin(bindCode("vtkXYPlotActor_GetGlyphSource", "D_vtkXYPlotActor_GetGlyphSource")); mixin(bindCode("vtkXYPlotActor_SetTitle", "D_vtkXYPlotActor_SetTitle")); mixin(bindCode("vtkXYPlotActor_GetTitle", "D_vtkXYPlotActor_GetTitle")); mixin(bindCode("vtkXYPlotActor_SetXTitle", "D_vtkXYPlotActor_SetXTitle")); mixin(bindCode("vtkXYPlotActor_GetXTitle", "D_vtkXYPlotActor_GetXTitle")); mixin(bindCode("vtkXYPlotActor_SetYTitle", "D_vtkXYPlotActor_SetYTitle")); mixin(bindCode("vtkXYPlotActor_GetYTitle", "D_vtkXYPlotActor_GetYTitle")); mixin(bindCode("vtkXYPlotActor_GetXAxisActor2D", "D_vtkXYPlotActor_GetXAxisActor2D")); mixin(bindCode("vtkXYPlotActor_GetYAxisActor2D", "D_vtkXYPlotActor_GetYAxisActor2D")); mixin(bindCode("vtkXYPlotActor_SetXRange__SWIG_0", "D_vtkXYPlotActor_SetXRange__SWIG_0")); mixin(bindCode("vtkXYPlotActor_SetXRange__SWIG_1", "D_vtkXYPlotActor_SetXRange__SWIG_1")); mixin(bindCode("vtkXYPlotActor_GetXRange__SWIG_0", "D_vtkXYPlotActor_GetXRange__SWIG_0")); mixin(bindCode("vtkXYPlotActor_GetXRange__SWIG_1", "D_vtkXYPlotActor_GetXRange__SWIG_1")); mixin(bindCode("vtkXYPlotActor_SetYRange__SWIG_0", "D_vtkXYPlotActor_SetYRange__SWIG_0")); mixin(bindCode("vtkXYPlotActor_SetYRange__SWIG_1", "D_vtkXYPlotActor_SetYRange__SWIG_1")); mixin(bindCode("vtkXYPlotActor_GetYRange__SWIG_0", "D_vtkXYPlotActor_GetYRange__SWIG_0")); mixin(bindCode("vtkXYPlotActor_GetYRange__SWIG_1", "D_vtkXYPlotActor_GetYRange__SWIG_1")); mixin(bindCode("vtkXYPlotActor_SetPlotRange", "D_vtkXYPlotActor_SetPlotRange")); mixin(bindCode("vtkXYPlotActor_SetNumberOfXLabels", "D_vtkXYPlotActor_SetNumberOfXLabels")); mixin(bindCode("vtkXYPlotActor_GetNumberOfXLabelsMinValue", "D_vtkXYPlotActor_GetNumberOfXLabelsMinValue")); mixin(bindCode("vtkXYPlotActor_GetNumberOfXLabelsMaxValue", "D_vtkXYPlotActor_GetNumberOfXLabelsMaxValue")); mixin(bindCode("vtkXYPlotActor_GetNumberOfXLabels", "D_vtkXYPlotActor_GetNumberOfXLabels")); mixin(bindCode("vtkXYPlotActor_SetNumberOfYLabels", "D_vtkXYPlotActor_SetNumberOfYLabels")); mixin(bindCode("vtkXYPlotActor_GetNumberOfYLabelsMinValue", "D_vtkXYPlotActor_GetNumberOfYLabelsMinValue")); mixin(bindCode("vtkXYPlotActor_GetNumberOfYLabelsMaxValue", "D_vtkXYPlotActor_GetNumberOfYLabelsMaxValue")); mixin(bindCode("vtkXYPlotActor_GetNumberOfYLabels", "D_vtkXYPlotActor_GetNumberOfYLabels")); mixin(bindCode("vtkXYPlotActor_SetNumberOfLabels", "D_vtkXYPlotActor_SetNumberOfLabels")); mixin(bindCode("vtkXYPlotActor_SetAdjustXLabels", "D_vtkXYPlotActor_SetAdjustXLabels")); mixin(bindCode("vtkXYPlotActor_GetAdjustXLabels", "D_vtkXYPlotActor_GetAdjustXLabels")); mixin(bindCode("vtkXYPlotActor_SetAdjustYLabels", "D_vtkXYPlotActor_SetAdjustYLabels")); mixin(bindCode("vtkXYPlotActor_GetAdjustYLabels", "D_vtkXYPlotActor_GetAdjustYLabels")); mixin(bindCode("vtkXYPlotActor_SetNumberOfXMinorTicks", "D_vtkXYPlotActor_SetNumberOfXMinorTicks")); mixin(bindCode("vtkXYPlotActor_GetNumberOfXMinorTicks", "D_vtkXYPlotActor_GetNumberOfXMinorTicks")); mixin(bindCode("vtkXYPlotActor_SetNumberOfYMinorTicks", "D_vtkXYPlotActor_SetNumberOfYMinorTicks")); mixin(bindCode("vtkXYPlotActor_GetNumberOfYMinorTicks", "D_vtkXYPlotActor_GetNumberOfYMinorTicks")); mixin(bindCode("vtkXYPlotActor_SetLegend", "D_vtkXYPlotActor_SetLegend")); mixin(bindCode("vtkXYPlotActor_GetLegend", "D_vtkXYPlotActor_GetLegend")); mixin(bindCode("vtkXYPlotActor_LegendOn", "D_vtkXYPlotActor_LegendOn")); mixin(bindCode("vtkXYPlotActor_LegendOff", "D_vtkXYPlotActor_LegendOff")); mixin(bindCode("vtkXYPlotActor_SetTitlePosition__SWIG_0", "D_vtkXYPlotActor_SetTitlePosition__SWIG_0")); mixin(bindCode("vtkXYPlotActor_SetTitlePosition__SWIG_1", "D_vtkXYPlotActor_SetTitlePosition__SWIG_1")); mixin(bindCode("vtkXYPlotActor_GetTitlePosition__SWIG_0", "D_vtkXYPlotActor_GetTitlePosition__SWIG_0")); mixin(bindCode("vtkXYPlotActor_GetTitlePosition__SWIG_1", "D_vtkXYPlotActor_GetTitlePosition__SWIG_1")); mixin(bindCode("vtkXYPlotActor_GetTitlePosition__SWIG_2", "D_vtkXYPlotActor_GetTitlePosition__SWIG_2")); mixin(bindCode("vtkXYPlotActor_SetAdjustTitlePosition", "D_vtkXYPlotActor_SetAdjustTitlePosition")); mixin(bindCode("vtkXYPlotActor_GetAdjustTitlePosition", "D_vtkXYPlotActor_GetAdjustTitlePosition")); mixin(bindCode("vtkXYPlotActor_AdjustTitlePositionOn", "D_vtkXYPlotActor_AdjustTitlePositionOn")); mixin(bindCode("vtkXYPlotActor_AdjustTitlePositionOff", "D_vtkXYPlotActor_AdjustTitlePositionOff")); mixin(bindCode("vtkXYPlotActor_SetAdjustTitlePositionMode", "D_vtkXYPlotActor_SetAdjustTitlePositionMode")); mixin(bindCode("vtkXYPlotActor_GetAdjustTitlePositionMode", "D_vtkXYPlotActor_GetAdjustTitlePositionMode")); mixin(bindCode("vtkXYPlotActor_SetLegendPosition__SWIG_0", "D_vtkXYPlotActor_SetLegendPosition__SWIG_0")); mixin(bindCode("vtkXYPlotActor_SetLegendPosition__SWIG_1", "D_vtkXYPlotActor_SetLegendPosition__SWIG_1")); mixin(bindCode("vtkXYPlotActor_GetLegendPosition__SWIG_0", "D_vtkXYPlotActor_GetLegendPosition__SWIG_0")); mixin(bindCode("vtkXYPlotActor_GetLegendPosition__SWIG_1", "D_vtkXYPlotActor_GetLegendPosition__SWIG_1")); mixin(bindCode("vtkXYPlotActor_GetLegendPosition__SWIG_2", "D_vtkXYPlotActor_GetLegendPosition__SWIG_2")); mixin(bindCode("vtkXYPlotActor_SetLegendPosition2__SWIG_0", "D_vtkXYPlotActor_SetLegendPosition2__SWIG_0")); mixin(bindCode("vtkXYPlotActor_SetLegendPosition2__SWIG_1", "D_vtkXYPlotActor_SetLegendPosition2__SWIG_1")); mixin(bindCode("vtkXYPlotActor_GetLegendPosition2__SWIG_0", "D_vtkXYPlotActor_GetLegendPosition2__SWIG_0")); mixin(bindCode("vtkXYPlotActor_GetLegendPosition2__SWIG_1", "D_vtkXYPlotActor_GetLegendPosition2__SWIG_1")); mixin(bindCode("vtkXYPlotActor_GetLegendPosition2__SWIG_2", "D_vtkXYPlotActor_GetLegendPosition2__SWIG_2")); mixin(bindCode("vtkXYPlotActor_SetTitleTextProperty", "D_vtkXYPlotActor_SetTitleTextProperty")); mixin(bindCode("vtkXYPlotActor_GetTitleTextProperty", "D_vtkXYPlotActor_GetTitleTextProperty")); mixin(bindCode("vtkXYPlotActor_SetAxisTitleTextProperty", "D_vtkXYPlotActor_SetAxisTitleTextProperty")); mixin(bindCode("vtkXYPlotActor_GetAxisTitleTextProperty", "D_vtkXYPlotActor_GetAxisTitleTextProperty")); mixin(bindCode("vtkXYPlotActor_SetAxisLabelTextProperty", "D_vtkXYPlotActor_SetAxisLabelTextProperty")); mixin(bindCode("vtkXYPlotActor_GetAxisLabelTextProperty", "D_vtkXYPlotActor_GetAxisLabelTextProperty")); mixin(bindCode("vtkXYPlotActor_SetLogx", "D_vtkXYPlotActor_SetLogx")); mixin(bindCode("vtkXYPlotActor_GetLogx", "D_vtkXYPlotActor_GetLogx")); mixin(bindCode("vtkXYPlotActor_LogxOn", "D_vtkXYPlotActor_LogxOn")); mixin(bindCode("vtkXYPlotActor_LogxOff", "D_vtkXYPlotActor_LogxOff")); mixin(bindCode("vtkXYPlotActor_SetLabelFormat", "D_vtkXYPlotActor_SetLabelFormat")); mixin(bindCode("vtkXYPlotActor_GetLabelFormat", "D_vtkXYPlotActor_GetLabelFormat")); mixin(bindCode("vtkXYPlotActor_SetXLabelFormat", "D_vtkXYPlotActor_SetXLabelFormat")); mixin(bindCode("vtkXYPlotActor_GetXLabelFormat", "D_vtkXYPlotActor_GetXLabelFormat")); mixin(bindCode("vtkXYPlotActor_SetYLabelFormat", "D_vtkXYPlotActor_SetYLabelFormat")); mixin(bindCode("vtkXYPlotActor_GetYLabelFormat", "D_vtkXYPlotActor_GetYLabelFormat")); mixin(bindCode("vtkXYPlotActor_SetBorder", "D_vtkXYPlotActor_SetBorder")); mixin(bindCode("vtkXYPlotActor_GetBorderMinValue", "D_vtkXYPlotActor_GetBorderMinValue")); mixin(bindCode("vtkXYPlotActor_GetBorderMaxValue", "D_vtkXYPlotActor_GetBorderMaxValue")); mixin(bindCode("vtkXYPlotActor_GetBorder", "D_vtkXYPlotActor_GetBorder")); mixin(bindCode("vtkXYPlotActor_GetPlotPoints__SWIG_1", "D_vtkXYPlotActor_GetPlotPoints__SWIG_1")); mixin(bindCode("vtkXYPlotActor_SetPlotPoints__SWIG_1", "D_vtkXYPlotActor_SetPlotPoints__SWIG_1")); mixin(bindCode("vtkXYPlotActor_PlotPointsOn", "D_vtkXYPlotActor_PlotPointsOn")); mixin(bindCode("vtkXYPlotActor_PlotPointsOff", "D_vtkXYPlotActor_PlotPointsOff")); mixin(bindCode("vtkXYPlotActor_GetPlotLines__SWIG_1", "D_vtkXYPlotActor_GetPlotLines__SWIG_1")); mixin(bindCode("vtkXYPlotActor_SetPlotLines__SWIG_1", "D_vtkXYPlotActor_SetPlotLines__SWIG_1")); mixin(bindCode("vtkXYPlotActor_PlotLinesOn", "D_vtkXYPlotActor_PlotLinesOn")); mixin(bindCode("vtkXYPlotActor_PlotLinesOff", "D_vtkXYPlotActor_PlotLinesOff")); mixin(bindCode("vtkXYPlotActor_SetGlyphSize", "D_vtkXYPlotActor_SetGlyphSize")); mixin(bindCode("vtkXYPlotActor_GetGlyphSizeMinValue", "D_vtkXYPlotActor_GetGlyphSizeMinValue")); mixin(bindCode("vtkXYPlotActor_GetGlyphSizeMaxValue", "D_vtkXYPlotActor_GetGlyphSizeMaxValue")); mixin(bindCode("vtkXYPlotActor_GetGlyphSize", "D_vtkXYPlotActor_GetGlyphSize")); mixin(bindCode("vtkXYPlotActor_ViewportToPlotCoordinate__SWIG_0", "D_vtkXYPlotActor_ViewportToPlotCoordinate__SWIG_0")); mixin(bindCode("vtkXYPlotActor_ViewportToPlotCoordinate__SWIG_1", "D_vtkXYPlotActor_ViewportToPlotCoordinate__SWIG_1")); mixin(bindCode("vtkXYPlotActor_SetPlotCoordinate__SWIG_0", "D_vtkXYPlotActor_SetPlotCoordinate__SWIG_0")); mixin(bindCode("vtkXYPlotActor_SetPlotCoordinate__SWIG_1", "D_vtkXYPlotActor_SetPlotCoordinate__SWIG_1")); mixin(bindCode("vtkXYPlotActor_GetPlotCoordinate__SWIG_0", "D_vtkXYPlotActor_GetPlotCoordinate__SWIG_0")); mixin(bindCode("vtkXYPlotActor_GetPlotCoordinate__SWIG_1", "D_vtkXYPlotActor_GetPlotCoordinate__SWIG_1")); mixin(bindCode("vtkXYPlotActor_GetPlotCoordinate__SWIG_2", "D_vtkXYPlotActor_GetPlotCoordinate__SWIG_2")); mixin(bindCode("vtkXYPlotActor_PlotToViewportCoordinate__SWIG_0", "D_vtkXYPlotActor_PlotToViewportCoordinate__SWIG_0")); mixin(bindCode("vtkXYPlotActor_PlotToViewportCoordinate__SWIG_1", "D_vtkXYPlotActor_PlotToViewportCoordinate__SWIG_1")); mixin(bindCode("vtkXYPlotActor_SetViewportCoordinate__SWIG_0", "D_vtkXYPlotActor_SetViewportCoordinate__SWIG_0")); mixin(bindCode("vtkXYPlotActor_SetViewportCoordinate__SWIG_1", "D_vtkXYPlotActor_SetViewportCoordinate__SWIG_1")); mixin(bindCode("vtkXYPlotActor_GetViewportCoordinate__SWIG_0", "D_vtkXYPlotActor_GetViewportCoordinate__SWIG_0")); mixin(bindCode("vtkXYPlotActor_GetViewportCoordinate__SWIG_1", "D_vtkXYPlotActor_GetViewportCoordinate__SWIG_1")); mixin(bindCode("vtkXYPlotActor_GetViewportCoordinate__SWIG_2", "D_vtkXYPlotActor_GetViewportCoordinate__SWIG_2")); mixin(bindCode("vtkXYPlotActor_IsInPlot", "D_vtkXYPlotActor_IsInPlot")); mixin(bindCode("vtkXYPlotActor_SetChartBox", "D_vtkXYPlotActor_SetChartBox")); mixin(bindCode("vtkXYPlotActor_GetChartBox", "D_vtkXYPlotActor_GetChartBox")); mixin(bindCode("vtkXYPlotActor_ChartBoxOn", "D_vtkXYPlotActor_ChartBoxOn")); mixin(bindCode("vtkXYPlotActor_ChartBoxOff", "D_vtkXYPlotActor_ChartBoxOff")); mixin(bindCode("vtkXYPlotActor_SetChartBorder", "D_vtkXYPlotActor_SetChartBorder")); mixin(bindCode("vtkXYPlotActor_GetChartBorder", "D_vtkXYPlotActor_GetChartBorder")); mixin(bindCode("vtkXYPlotActor_ChartBorderOn", "D_vtkXYPlotActor_ChartBorderOn")); mixin(bindCode("vtkXYPlotActor_ChartBorderOff", "D_vtkXYPlotActor_ChartBorderOff")); mixin(bindCode("vtkXYPlotActor_GetChartBoxProperty", "D_vtkXYPlotActor_GetChartBoxProperty")); mixin(bindCode("vtkXYPlotActor_SetShowReferenceXLine", "D_vtkXYPlotActor_SetShowReferenceXLine")); mixin(bindCode("vtkXYPlotActor_GetShowReferenceXLine", "D_vtkXYPlotActor_GetShowReferenceXLine")); mixin(bindCode("vtkXYPlotActor_ShowReferenceXLineOn", "D_vtkXYPlotActor_ShowReferenceXLineOn")); mixin(bindCode("vtkXYPlotActor_ShowReferenceXLineOff", "D_vtkXYPlotActor_ShowReferenceXLineOff")); mixin(bindCode("vtkXYPlotActor_SetReferenceXValue", "D_vtkXYPlotActor_SetReferenceXValue")); mixin(bindCode("vtkXYPlotActor_GetReferenceXValue", "D_vtkXYPlotActor_GetReferenceXValue")); mixin(bindCode("vtkXYPlotActor_SetShowReferenceYLine", "D_vtkXYPlotActor_SetShowReferenceYLine")); mixin(bindCode("vtkXYPlotActor_GetShowReferenceYLine", "D_vtkXYPlotActor_GetShowReferenceYLine")); mixin(bindCode("vtkXYPlotActor_ShowReferenceYLineOn", "D_vtkXYPlotActor_ShowReferenceYLineOn")); mixin(bindCode("vtkXYPlotActor_ShowReferenceYLineOff", "D_vtkXYPlotActor_ShowReferenceYLineOff")); mixin(bindCode("vtkXYPlotActor_SetReferenceYValue", "D_vtkXYPlotActor_SetReferenceYValue")); mixin(bindCode("vtkXYPlotActor_GetReferenceYValue", "D_vtkXYPlotActor_GetReferenceYValue")); mixin(bindCode("vtkXYPlotActor_PrintAsCSV", "D_vtkXYPlotActor_PrintAsCSV")); mixin(bindCode("vtkXYPlotActor_SetXTitlePosition", "D_vtkXYPlotActor_SetXTitlePosition")); mixin(bindCode("vtkXYPlotActor_GetXTitlePosition", "D_vtkXYPlotActor_GetXTitlePosition")); mixin(bindCode("vtkXYPlotActor_SetYTitlePosition", "D_vtkXYPlotActor_SetYTitlePosition")); mixin(bindCode("vtkXYPlotActor_GetYTitlePosition", "D_vtkXYPlotActor_GetYTitlePosition")); mixin(bindCode("vtkXYPlotActor_SetYTitlePositionToTop", "D_vtkXYPlotActor_SetYTitlePositionToTop")); mixin(bindCode("vtkXYPlotActor_SetYTitlePositionToHCenter", "D_vtkXYPlotActor_SetYTitlePositionToHCenter")); mixin(bindCode("vtkXYPlotActor_SetYTitlePositionToVCenter", "D_vtkXYPlotActor_SetYTitlePositionToVCenter")); mixin(bindCode("vtkXYPlotActor_SetPlotGlyphType", "D_vtkXYPlotActor_SetPlotGlyphType")); mixin(bindCode("vtkXYPlotActor_SetLineWidth", "D_vtkXYPlotActor_SetLineWidth")); mixin(bindCode("vtkXYPlotActor_AddUserCurvesPoint", "D_vtkXYPlotActor_AddUserCurvesPoint")); mixin(bindCode("vtkXYPlotActor_RemoveAllActiveCurves", "D_vtkXYPlotActor_RemoveAllActiveCurves")); mixin(bindCode("vtkXYPlotActor_SetLegendBorder", "D_vtkXYPlotActor_SetLegendBorder")); mixin(bindCode("vtkXYPlotActor_SetLegendBox", "D_vtkXYPlotActor_SetLegendBox")); mixin(bindCode("vtkXYPlotActor_SetLegendUseBackground", "D_vtkXYPlotActor_SetLegendUseBackground")); mixin(bindCode("vtkXYPlotActor_SetLegendBackgroundColor", "D_vtkXYPlotActor_SetLegendBackgroundColor")); mixin(bindCode("vtkXYPlotActor_SetTitleColor", "D_vtkXYPlotActor_SetTitleColor")); mixin(bindCode("vtkXYPlotActor_SetTitleFontFamily", "D_vtkXYPlotActor_SetTitleFontFamily")); mixin(bindCode("vtkXYPlotActor_SetTitleBold", "D_vtkXYPlotActor_SetTitleBold")); mixin(bindCode("vtkXYPlotActor_SetTitleItalic", "D_vtkXYPlotActor_SetTitleItalic")); mixin(bindCode("vtkXYPlotActor_SetTitleShadow", "D_vtkXYPlotActor_SetTitleShadow")); mixin(bindCode("vtkXYPlotActor_SetTitleFontSize", "D_vtkXYPlotActor_SetTitleFontSize")); mixin(bindCode("vtkXYPlotActor_SetTitleJustification", "D_vtkXYPlotActor_SetTitleJustification")); mixin(bindCode("vtkXYPlotActor_SetTitleVerticalJustification", "D_vtkXYPlotActor_SetTitleVerticalJustification")); mixin(bindCode("vtkXYPlotActor_SetXAxisColor", "D_vtkXYPlotActor_SetXAxisColor")); mixin(bindCode("vtkXYPlotActor_SetYAxisColor", "D_vtkXYPlotActor_SetYAxisColor")); mixin(bindCode("vtkXYPlotActor_SetAxisTitleColor", "D_vtkXYPlotActor_SetAxisTitleColor")); mixin(bindCode("vtkXYPlotActor_SetAxisTitleFontFamily", "D_vtkXYPlotActor_SetAxisTitleFontFamily")); mixin(bindCode("vtkXYPlotActor_SetAxisTitleBold", "D_vtkXYPlotActor_SetAxisTitleBold")); mixin(bindCode("vtkXYPlotActor_SetAxisTitleItalic", "D_vtkXYPlotActor_SetAxisTitleItalic")); mixin(bindCode("vtkXYPlotActor_SetAxisTitleShadow", "D_vtkXYPlotActor_SetAxisTitleShadow")); mixin(bindCode("vtkXYPlotActor_SetAxisTitleFontSize", "D_vtkXYPlotActor_SetAxisTitleFontSize")); mixin(bindCode("vtkXYPlotActor_SetAxisTitleJustification", "D_vtkXYPlotActor_SetAxisTitleJustification")); mixin(bindCode("vtkXYPlotActor_SetAxisTitleVerticalJustification", "D_vtkXYPlotActor_SetAxisTitleVerticalJustification")); mixin(bindCode("vtkXYPlotActor_SetAxisLabelColor", "D_vtkXYPlotActor_SetAxisLabelColor")); mixin(bindCode("vtkXYPlotActor_SetAxisLabelFontFamily", "D_vtkXYPlotActor_SetAxisLabelFontFamily")); mixin(bindCode("vtkXYPlotActor_SetAxisLabelBold", "D_vtkXYPlotActor_SetAxisLabelBold")); mixin(bindCode("vtkXYPlotActor_SetAxisLabelItalic", "D_vtkXYPlotActor_SetAxisLabelItalic")); mixin(bindCode("vtkXYPlotActor_SetAxisLabelShadow", "D_vtkXYPlotActor_SetAxisLabelShadow")); mixin(bindCode("vtkXYPlotActor_SetAxisLabelFontSize", "D_vtkXYPlotActor_SetAxisLabelFontSize")); mixin(bindCode("vtkXYPlotActor_SetAxisLabelJustification", "D_vtkXYPlotActor_SetAxisLabelJustification")); mixin(bindCode("vtkXYPlotActor_SetAxisLabelVerticalJustification", "D_vtkXYPlotActor_SetAxisLabelVerticalJustification")); mixin(bindCode("vtkXYPlotActor_Upcast", "D_vtkXYPlotActor_Upcast")); mixin(bindCode("VTKI_TIMER_FIRST_get", "D_VTKI_TIMER_FIRST_get")); mixin(bindCode("VTKI_TIMER_UPDATE_get", "D_VTKI_TIMER_UPDATE_get")); mixin(bindCode("vtkRenderWindowInteractor_New", "D_vtkRenderWindowInteractor_New")); mixin(bindCode("vtkRenderWindowInteractor_IsTypeOf", "D_vtkRenderWindowInteractor_IsTypeOf")); mixin(bindCode("vtkRenderWindowInteractor_SafeDownCast", "D_vtkRenderWindowInteractor_SafeDownCast")); mixin(bindCode("vtkRenderWindowInteractor_NewInstance", "D_vtkRenderWindowInteractor_NewInstance")); mixin(bindCode("vtkRenderWindowInteractor_Initialize", "D_vtkRenderWindowInteractor_Initialize")); mixin(bindCode("vtkRenderWindowInteractor_ReInitialize", "D_vtkRenderWindowInteractor_ReInitialize")); mixin(bindCode("vtkRenderWindowInteractor_Start", "D_vtkRenderWindowInteractor_Start")); mixin(bindCode("vtkRenderWindowInteractor_Enable", "D_vtkRenderWindowInteractor_Enable")); mixin(bindCode("vtkRenderWindowInteractor_Disable", "D_vtkRenderWindowInteractor_Disable")); mixin(bindCode("vtkRenderWindowInteractor_GetEnabled", "D_vtkRenderWindowInteractor_GetEnabled")); mixin(bindCode("vtkRenderWindowInteractor_EnableRenderOn", "D_vtkRenderWindowInteractor_EnableRenderOn")); mixin(bindCode("vtkRenderWindowInteractor_EnableRenderOff", "D_vtkRenderWindowInteractor_EnableRenderOff")); mixin(bindCode("vtkRenderWindowInteractor_SetEnableRender", "D_vtkRenderWindowInteractor_SetEnableRender")); mixin(bindCode("vtkRenderWindowInteractor_GetEnableRender", "D_vtkRenderWindowInteractor_GetEnableRender")); mixin(bindCode("vtkRenderWindowInteractor_SetRenderWindow", "D_vtkRenderWindowInteractor_SetRenderWindow")); mixin(bindCode("vtkRenderWindowInteractor_GetRenderWindow", "D_vtkRenderWindowInteractor_GetRenderWindow")); mixin(bindCode("vtkRenderWindowInteractor_UpdateSize", "D_vtkRenderWindowInteractor_UpdateSize")); mixin(bindCode("vtkRenderWindowInteractor_CreateTimer", "D_vtkRenderWindowInteractor_CreateTimer")); mixin(bindCode("vtkRenderWindowInteractor_DestroyTimer__SWIG_0", "D_vtkRenderWindowInteractor_DestroyTimer__SWIG_0")); mixin(bindCode("vtkRenderWindowInteractor_CreateRepeatingTimer", "D_vtkRenderWindowInteractor_CreateRepeatingTimer")); mixin(bindCode("vtkRenderWindowInteractor_CreateOneShotTimer", "D_vtkRenderWindowInteractor_CreateOneShotTimer")); mixin(bindCode("vtkRenderWindowInteractor_IsOneShotTimer", "D_vtkRenderWindowInteractor_IsOneShotTimer")); mixin(bindCode("vtkRenderWindowInteractor_GetTimerDuration__SWIG_0", "D_vtkRenderWindowInteractor_GetTimerDuration__SWIG_0")); mixin(bindCode("vtkRenderWindowInteractor_ResetTimer", "D_vtkRenderWindowInteractor_ResetTimer")); mixin(bindCode("vtkRenderWindowInteractor_DestroyTimer__SWIG_1", "D_vtkRenderWindowInteractor_DestroyTimer__SWIG_1")); mixin(bindCode("vtkRenderWindowInteractor_GetVTKTimerId", "D_vtkRenderWindowInteractor_GetVTKTimerId")); mixin(bindCode("vtkRenderWindowInteractor_SetTimerDuration", "D_vtkRenderWindowInteractor_SetTimerDuration")); mixin(bindCode("vtkRenderWindowInteractor_GetTimerDurationMinValue", "D_vtkRenderWindowInteractor_GetTimerDurationMinValue")); mixin(bindCode("vtkRenderWindowInteractor_GetTimerDurationMaxValue", "D_vtkRenderWindowInteractor_GetTimerDurationMaxValue")); mixin(bindCode("vtkRenderWindowInteractor_GetTimerDuration__SWIG_1", "D_vtkRenderWindowInteractor_GetTimerDuration__SWIG_1")); mixin(bindCode("vtkRenderWindowInteractor_SetTimerEventId", "D_vtkRenderWindowInteractor_SetTimerEventId")); mixin(bindCode("vtkRenderWindowInteractor_GetTimerEventId", "D_vtkRenderWindowInteractor_GetTimerEventId")); mixin(bindCode("vtkRenderWindowInteractor_SetTimerEventType", "D_vtkRenderWindowInteractor_SetTimerEventType")); mixin(bindCode("vtkRenderWindowInteractor_GetTimerEventType", "D_vtkRenderWindowInteractor_GetTimerEventType")); mixin(bindCode("vtkRenderWindowInteractor_SetTimerEventDuration", "D_vtkRenderWindowInteractor_SetTimerEventDuration")); mixin(bindCode("vtkRenderWindowInteractor_GetTimerEventDuration", "D_vtkRenderWindowInteractor_GetTimerEventDuration")); mixin(bindCode("vtkRenderWindowInteractor_SetTimerEventPlatformId", "D_vtkRenderWindowInteractor_SetTimerEventPlatformId")); mixin(bindCode("vtkRenderWindowInteractor_GetTimerEventPlatformId", "D_vtkRenderWindowInteractor_GetTimerEventPlatformId")); mixin(bindCode("vtkRenderWindowInteractor_TerminateApp", "D_vtkRenderWindowInteractor_TerminateApp")); mixin(bindCode("vtkRenderWindowInteractor_SetInteractorStyle", "D_vtkRenderWindowInteractor_SetInteractorStyle")); mixin(bindCode("vtkRenderWindowInteractor_GetInteractorStyle", "D_vtkRenderWindowInteractor_GetInteractorStyle")); mixin(bindCode("vtkRenderWindowInteractor_SetLightFollowCamera", "D_vtkRenderWindowInteractor_SetLightFollowCamera")); mixin(bindCode("vtkRenderWindowInteractor_GetLightFollowCamera", "D_vtkRenderWindowInteractor_GetLightFollowCamera")); mixin(bindCode("vtkRenderWindowInteractor_LightFollowCameraOn", "D_vtkRenderWindowInteractor_LightFollowCameraOn")); mixin(bindCode("vtkRenderWindowInteractor_LightFollowCameraOff", "D_vtkRenderWindowInteractor_LightFollowCameraOff")); mixin(bindCode("vtkRenderWindowInteractor_SetDesiredUpdateRate", "D_vtkRenderWindowInteractor_SetDesiredUpdateRate")); mixin(bindCode("vtkRenderWindowInteractor_GetDesiredUpdateRateMinValue", "D_vtkRenderWindowInteractor_GetDesiredUpdateRateMinValue")); mixin(bindCode("vtkRenderWindowInteractor_GetDesiredUpdateRateMaxValue", "D_vtkRenderWindowInteractor_GetDesiredUpdateRateMaxValue")); mixin(bindCode("vtkRenderWindowInteractor_GetDesiredUpdateRate", "D_vtkRenderWindowInteractor_GetDesiredUpdateRate")); mixin(bindCode("vtkRenderWindowInteractor_SetStillUpdateRate", "D_vtkRenderWindowInteractor_SetStillUpdateRate")); mixin(bindCode("vtkRenderWindowInteractor_GetStillUpdateRateMinValue", "D_vtkRenderWindowInteractor_GetStillUpdateRateMinValue")); mixin(bindCode("vtkRenderWindowInteractor_GetStillUpdateRateMaxValue", "D_vtkRenderWindowInteractor_GetStillUpdateRateMaxValue")); mixin(bindCode("vtkRenderWindowInteractor_GetStillUpdateRate", "D_vtkRenderWindowInteractor_GetStillUpdateRate")); mixin(bindCode("vtkRenderWindowInteractor_GetInitialized", "D_vtkRenderWindowInteractor_GetInitialized")); mixin(bindCode("vtkRenderWindowInteractor_SetPicker", "D_vtkRenderWindowInteractor_SetPicker")); mixin(bindCode("vtkRenderWindowInteractor_GetPicker", "D_vtkRenderWindowInteractor_GetPicker")); mixin(bindCode("vtkRenderWindowInteractor_CreateDefaultPicker", "D_vtkRenderWindowInteractor_CreateDefaultPicker")); mixin(bindCode("vtkRenderWindowInteractor_SetPickingManager", "D_vtkRenderWindowInteractor_SetPickingManager")); mixin(bindCode("vtkRenderWindowInteractor_GetPickingManager", "D_vtkRenderWindowInteractor_GetPickingManager")); mixin(bindCode("vtkRenderWindowInteractor_ExitCallback", "D_vtkRenderWindowInteractor_ExitCallback")); mixin(bindCode("vtkRenderWindowInteractor_UserCallback", "D_vtkRenderWindowInteractor_UserCallback")); mixin(bindCode("vtkRenderWindowInteractor_StartPickCallback", "D_vtkRenderWindowInteractor_StartPickCallback")); mixin(bindCode("vtkRenderWindowInteractor_EndPickCallback", "D_vtkRenderWindowInteractor_EndPickCallback")); mixin(bindCode("vtkRenderWindowInteractor_GetMousePosition", "D_vtkRenderWindowInteractor_GetMousePosition")); mixin(bindCode("vtkRenderWindowInteractor_HideCursor", "D_vtkRenderWindowInteractor_HideCursor")); mixin(bindCode("vtkRenderWindowInteractor_ShowCursor", "D_vtkRenderWindowInteractor_ShowCursor")); mixin(bindCode("vtkRenderWindowInteractor_Render", "D_vtkRenderWindowInteractor_Render")); mixin(bindCode("vtkRenderWindowInteractor_FlyTo__SWIG_0", "D_vtkRenderWindowInteractor_FlyTo__SWIG_0")); mixin(bindCode("vtkRenderWindowInteractor_FlyTo__SWIG_1", "D_vtkRenderWindowInteractor_FlyTo__SWIG_1")); mixin(bindCode("vtkRenderWindowInteractor_FlyToImage__SWIG_0", "D_vtkRenderWindowInteractor_FlyToImage__SWIG_0")); mixin(bindCode("vtkRenderWindowInteractor_FlyToImage__SWIG_1", "D_vtkRenderWindowInteractor_FlyToImage__SWIG_1")); mixin(bindCode("vtkRenderWindowInteractor_SetNumberOfFlyFrames", "D_vtkRenderWindowInteractor_SetNumberOfFlyFrames")); mixin(bindCode("vtkRenderWindowInteractor_GetNumberOfFlyFramesMinValue", "D_vtkRenderWindowInteractor_GetNumberOfFlyFramesMinValue")); mixin(bindCode("vtkRenderWindowInteractor_GetNumberOfFlyFramesMaxValue", "D_vtkRenderWindowInteractor_GetNumberOfFlyFramesMaxValue")); mixin(bindCode("vtkRenderWindowInteractor_GetNumberOfFlyFrames", "D_vtkRenderWindowInteractor_GetNumberOfFlyFrames")); mixin(bindCode("vtkRenderWindowInteractor_SetDolly", "D_vtkRenderWindowInteractor_SetDolly")); mixin(bindCode("vtkRenderWindowInteractor_GetDolly", "D_vtkRenderWindowInteractor_GetDolly")); mixin(bindCode("vtkRenderWindowInteractor_GetEventPosition__SWIG_0", "D_vtkRenderWindowInteractor_GetEventPosition__SWIG_0")); mixin(bindCode("vtkRenderWindowInteractor_GetEventPosition__SWIG_1", "D_vtkRenderWindowInteractor_GetEventPosition__SWIG_1")); mixin(bindCode("vtkRenderWindowInteractor_GetEventPosition__SWIG_2", "D_vtkRenderWindowInteractor_GetEventPosition__SWIG_2")); mixin(bindCode("vtkRenderWindowInteractor_GetLastEventPosition__SWIG_0", "D_vtkRenderWindowInteractor_GetLastEventPosition__SWIG_0")); mixin(bindCode("vtkRenderWindowInteractor_GetLastEventPosition__SWIG_1", "D_vtkRenderWindowInteractor_GetLastEventPosition__SWIG_1")); mixin(bindCode("vtkRenderWindowInteractor_GetLastEventPosition__SWIG_2", "D_vtkRenderWindowInteractor_GetLastEventPosition__SWIG_2")); mixin(bindCode("vtkRenderWindowInteractor_SetLastEventPosition__SWIG_0", "D_vtkRenderWindowInteractor_SetLastEventPosition__SWIG_0")); mixin(bindCode("vtkRenderWindowInteractor_SetLastEventPosition__SWIG_1", "D_vtkRenderWindowInteractor_SetLastEventPosition__SWIG_1")); mixin(bindCode("vtkRenderWindowInteractor_SetEventPosition__SWIG_0", "D_vtkRenderWindowInteractor_SetEventPosition__SWIG_0")); mixin(bindCode("vtkRenderWindowInteractor_SetEventPosition__SWIG_1", "D_vtkRenderWindowInteractor_SetEventPosition__SWIG_1")); mixin(bindCode("vtkRenderWindowInteractor_SetEventPositionFlipY__SWIG_0", "D_vtkRenderWindowInteractor_SetEventPositionFlipY__SWIG_0")); mixin(bindCode("vtkRenderWindowInteractor_SetEventPositionFlipY__SWIG_1", "D_vtkRenderWindowInteractor_SetEventPositionFlipY__SWIG_1")); mixin(bindCode("vtkRenderWindowInteractor_SetAltKey", "D_vtkRenderWindowInteractor_SetAltKey")); mixin(bindCode("vtkRenderWindowInteractor_GetAltKey", "D_vtkRenderWindowInteractor_GetAltKey")); mixin(bindCode("vtkRenderWindowInteractor_SetControlKey", "D_vtkRenderWindowInteractor_SetControlKey")); mixin(bindCode("vtkRenderWindowInteractor_GetControlKey", "D_vtkRenderWindowInteractor_GetControlKey")); mixin(bindCode("vtkRenderWindowInteractor_SetShiftKey", "D_vtkRenderWindowInteractor_SetShiftKey")); mixin(bindCode("vtkRenderWindowInteractor_GetShiftKey", "D_vtkRenderWindowInteractor_GetShiftKey")); mixin(bindCode("vtkRenderWindowInteractor_SetKeyCode", "D_vtkRenderWindowInteractor_SetKeyCode")); mixin(bindCode("vtkRenderWindowInteractor_GetKeyCode", "D_vtkRenderWindowInteractor_GetKeyCode")); mixin(bindCode("vtkRenderWindowInteractor_SetRepeatCount", "D_vtkRenderWindowInteractor_SetRepeatCount")); mixin(bindCode("vtkRenderWindowInteractor_GetRepeatCount", "D_vtkRenderWindowInteractor_GetRepeatCount")); mixin(bindCode("vtkRenderWindowInteractor_SetKeySym", "D_vtkRenderWindowInteractor_SetKeySym")); mixin(bindCode("vtkRenderWindowInteractor_GetKeySym", "D_vtkRenderWindowInteractor_GetKeySym")); mixin(bindCode("vtkRenderWindowInteractor_SetEventInformation__SWIG_0", "D_vtkRenderWindowInteractor_SetEventInformation__SWIG_0")); mixin(bindCode("vtkRenderWindowInteractor_SetEventInformation__SWIG_1", "D_vtkRenderWindowInteractor_SetEventInformation__SWIG_1")); mixin(bindCode("vtkRenderWindowInteractor_SetEventInformation__SWIG_2", "D_vtkRenderWindowInteractor_SetEventInformation__SWIG_2")); mixin(bindCode("vtkRenderWindowInteractor_SetEventInformation__SWIG_3", "D_vtkRenderWindowInteractor_SetEventInformation__SWIG_3")); mixin(bindCode("vtkRenderWindowInteractor_SetEventInformation__SWIG_4", "D_vtkRenderWindowInteractor_SetEventInformation__SWIG_4")); mixin(bindCode("vtkRenderWindowInteractor_SetEventInformation__SWIG_5", "D_vtkRenderWindowInteractor_SetEventInformation__SWIG_5")); mixin(bindCode("vtkRenderWindowInteractor_SetEventInformationFlipY__SWIG_0", "D_vtkRenderWindowInteractor_SetEventInformationFlipY__SWIG_0")); mixin(bindCode("vtkRenderWindowInteractor_SetEventInformationFlipY__SWIG_1", "D_vtkRenderWindowInteractor_SetEventInformationFlipY__SWIG_1")); mixin(bindCode("vtkRenderWindowInteractor_SetEventInformationFlipY__SWIG_2", "D_vtkRenderWindowInteractor_SetEventInformationFlipY__SWIG_2")); mixin(bindCode("vtkRenderWindowInteractor_SetEventInformationFlipY__SWIG_3", "D_vtkRenderWindowInteractor_SetEventInformationFlipY__SWIG_3")); mixin(bindCode("vtkRenderWindowInteractor_SetEventInformationFlipY__SWIG_4", "D_vtkRenderWindowInteractor_SetEventInformationFlipY__SWIG_4")); mixin(bindCode("vtkRenderWindowInteractor_SetEventInformationFlipY__SWIG_5", "D_vtkRenderWindowInteractor_SetEventInformationFlipY__SWIG_5")); mixin(bindCode("vtkRenderWindowInteractor_SetKeyEventInformation__SWIG_0", "D_vtkRenderWindowInteractor_SetKeyEventInformation__SWIG_0")); mixin(bindCode("vtkRenderWindowInteractor_SetKeyEventInformation__SWIG_1", "D_vtkRenderWindowInteractor_SetKeyEventInformation__SWIG_1")); mixin(bindCode("vtkRenderWindowInteractor_SetKeyEventInformation__SWIG_2", "D_vtkRenderWindowInteractor_SetKeyEventInformation__SWIG_2")); mixin(bindCode("vtkRenderWindowInteractor_SetKeyEventInformation__SWIG_3", "D_vtkRenderWindowInteractor_SetKeyEventInformation__SWIG_3")); mixin(bindCode("vtkRenderWindowInteractor_SetKeyEventInformation__SWIG_4", "D_vtkRenderWindowInteractor_SetKeyEventInformation__SWIG_4")); mixin(bindCode("vtkRenderWindowInteractor_SetKeyEventInformation__SWIG_5", "D_vtkRenderWindowInteractor_SetKeyEventInformation__SWIG_5")); mixin(bindCode("vtkRenderWindowInteractor_SetSize__SWIG_0", "D_vtkRenderWindowInteractor_SetSize__SWIG_0")); mixin(bindCode("vtkRenderWindowInteractor_SetSize__SWIG_1", "D_vtkRenderWindowInteractor_SetSize__SWIG_1")); mixin(bindCode("vtkRenderWindowInteractor_GetSize__SWIG_0", "D_vtkRenderWindowInteractor_GetSize__SWIG_0")); mixin(bindCode("vtkRenderWindowInteractor_GetSize__SWIG_1", "D_vtkRenderWindowInteractor_GetSize__SWIG_1")); mixin(bindCode("vtkRenderWindowInteractor_GetSize__SWIG_2", "D_vtkRenderWindowInteractor_GetSize__SWIG_2")); mixin(bindCode("vtkRenderWindowInteractor_SetEventSize__SWIG_0", "D_vtkRenderWindowInteractor_SetEventSize__SWIG_0")); mixin(bindCode("vtkRenderWindowInteractor_SetEventSize__SWIG_1", "D_vtkRenderWindowInteractor_SetEventSize__SWIG_1")); mixin(bindCode("vtkRenderWindowInteractor_GetEventSize__SWIG_0", "D_vtkRenderWindowInteractor_GetEventSize__SWIG_0")); mixin(bindCode("vtkRenderWindowInteractor_GetEventSize__SWIG_1", "D_vtkRenderWindowInteractor_GetEventSize__SWIG_1")); mixin(bindCode("vtkRenderWindowInteractor_GetEventSize__SWIG_2", "D_vtkRenderWindowInteractor_GetEventSize__SWIG_2")); mixin(bindCode("vtkRenderWindowInteractor_FindPokedRenderer", "D_vtkRenderWindowInteractor_FindPokedRenderer")); mixin(bindCode("vtkRenderWindowInteractor_GetObserverMediator", "D_vtkRenderWindowInteractor_GetObserverMediator")); mixin(bindCode("vtkRenderWindowInteractor_SetUseTDx", "D_vtkRenderWindowInteractor_SetUseTDx")); mixin(bindCode("vtkRenderWindowInteractor_GetUseTDx", "D_vtkRenderWindowInteractor_GetUseTDx")); mixin(bindCode("vtkRenderWindowInteractor_MouseMoveEvent", "D_vtkRenderWindowInteractor_MouseMoveEvent")); mixin(bindCode("vtkRenderWindowInteractor_RightButtonPressEvent", "D_vtkRenderWindowInteractor_RightButtonPressEvent")); mixin(bindCode("vtkRenderWindowInteractor_RightButtonReleaseEvent", "D_vtkRenderWindowInteractor_RightButtonReleaseEvent")); mixin(bindCode("vtkRenderWindowInteractor_LeftButtonPressEvent", "D_vtkRenderWindowInteractor_LeftButtonPressEvent")); mixin(bindCode("vtkRenderWindowInteractor_LeftButtonReleaseEvent", "D_vtkRenderWindowInteractor_LeftButtonReleaseEvent")); mixin(bindCode("vtkRenderWindowInteractor_MiddleButtonPressEvent", "D_vtkRenderWindowInteractor_MiddleButtonPressEvent")); mixin(bindCode("vtkRenderWindowInteractor_MiddleButtonReleaseEvent", "D_vtkRenderWindowInteractor_MiddleButtonReleaseEvent")); mixin(bindCode("vtkRenderWindowInteractor_MouseWheelForwardEvent", "D_vtkRenderWindowInteractor_MouseWheelForwardEvent")); mixin(bindCode("vtkRenderWindowInteractor_MouseWheelBackwardEvent", "D_vtkRenderWindowInteractor_MouseWheelBackwardEvent")); mixin(bindCode("vtkRenderWindowInteractor_ExposeEvent", "D_vtkRenderWindowInteractor_ExposeEvent")); mixin(bindCode("vtkRenderWindowInteractor_ConfigureEvent", "D_vtkRenderWindowInteractor_ConfigureEvent")); mixin(bindCode("vtkRenderWindowInteractor_EnterEvent", "D_vtkRenderWindowInteractor_EnterEvent")); mixin(bindCode("vtkRenderWindowInteractor_LeaveEvent", "D_vtkRenderWindowInteractor_LeaveEvent")); mixin(bindCode("vtkRenderWindowInteractor_KeyPressEvent", "D_vtkRenderWindowInteractor_KeyPressEvent")); mixin(bindCode("vtkRenderWindowInteractor_KeyReleaseEvent", "D_vtkRenderWindowInteractor_KeyReleaseEvent")); mixin(bindCode("vtkRenderWindowInteractor_CharEvent", "D_vtkRenderWindowInteractor_CharEvent")); mixin(bindCode("vtkRenderWindowInteractor_ExitEvent", "D_vtkRenderWindowInteractor_ExitEvent")); mixin(bindCode("vtkRenderWindowInteractor_Upcast", "D_vtkRenderWindowInteractor_Upcast")); mixin(bindCode("vtkXRenderWindowInteractor_New", "D_vtkXRenderWindowInteractor_New")); mixin(bindCode("vtkXRenderWindowInteractor_IsTypeOf", "D_vtkXRenderWindowInteractor_IsTypeOf")); mixin(bindCode("vtkXRenderWindowInteractor_SafeDownCast", "D_vtkXRenderWindowInteractor_SafeDownCast")); mixin(bindCode("vtkXRenderWindowInteractor_NewInstance", "D_vtkXRenderWindowInteractor_NewInstance")); mixin(bindCode("vtkXRenderWindowInteractor_Initialize__SWIG_0", "D_vtkXRenderWindowInteractor_Initialize__SWIG_0")); mixin(bindCode("vtkXRenderWindowInteractor_GetBreakLoopFlag", "D_vtkXRenderWindowInteractor_GetBreakLoopFlag")); mixin(bindCode("vtkXRenderWindowInteractor_SetBreakLoopFlag", "D_vtkXRenderWindowInteractor_SetBreakLoopFlag")); mixin(bindCode("vtkXRenderWindowInteractor_BreakLoopFlagOff", "D_vtkXRenderWindowInteractor_BreakLoopFlagOff")); mixin(bindCode("vtkXRenderWindowInteractor_BreakLoopFlagOn", "D_vtkXRenderWindowInteractor_BreakLoopFlagOn")); mixin(bindCode("vtkXRenderWindowInteractor_Initialize__SWIG_1", "D_vtkXRenderWindowInteractor_Initialize__SWIG_1")); mixin(bindCode("vtkXRenderWindowInteractor_GetApp", "D_vtkXRenderWindowInteractor_GetApp")); mixin(bindCode("vtkXRenderWindowInteractor_SetWidget", "D_vtkXRenderWindowInteractor_SetWidget")); mixin(bindCode("vtkXRenderWindowInteractor_GetWidget", "D_vtkXRenderWindowInteractor_GetWidget")); mixin(bindCode("vtkXRenderWindowInteractor_SetTopLevelShell", "D_vtkXRenderWindowInteractor_SetTopLevelShell")); mixin(bindCode("vtkXRenderWindowInteractor_GetTopLevelShell", "D_vtkXRenderWindowInteractor_GetTopLevelShell")); mixin(bindCode("vtkXRenderWindowInteractorCallback", "D_vtkXRenderWindowInteractorCallback")); mixin(bindCode("vtkXRenderWindowInteractorTimer", "D_vtkXRenderWindowInteractorTimer")); mixin(bindCode("vtkXRenderWindowInteractor_Upcast", "D_vtkXRenderWindowInteractor_Upcast")); mixin(bindCode("vtkPolyLine_New", "D_vtkPolyLine_New")); mixin(bindCode("vtkPolyLine_IsTypeOf", "D_vtkPolyLine_IsTypeOf")); mixin(bindCode("vtkPolyLine_SafeDownCast", "D_vtkPolyLine_SafeDownCast")); mixin(bindCode("vtkPolyLine_NewInstance", "D_vtkPolyLine_NewInstance")); mixin(bindCode("vtkPolyLine_GenerateSlidingNormals__SWIG_0", "D_vtkPolyLine_GenerateSlidingNormals__SWIG_0")); mixin(bindCode("vtkPolyLine_GenerateSlidingNormals__SWIG_1", "D_vtkPolyLine_GenerateSlidingNormals__SWIG_1")); mixin(bindCode("vtkPolyLine_InterpolateFunctions", "D_vtkPolyLine_InterpolateFunctions")); mixin(bindCode("vtkPolyLine_InterpolateDerivs", "D_vtkPolyLine_InterpolateDerivs")); mixin(bindCode("vtkPolyLine_Upcast", "D_vtkPolyLine_Upcast")); mixin(bindCode("vtkTIFFReader_New", "D_vtkTIFFReader_New")); mixin(bindCode("vtkTIFFReader_IsTypeOf", "D_vtkTIFFReader_IsTypeOf")); mixin(bindCode("vtkTIFFReader_SafeDownCast", "D_vtkTIFFReader_SafeDownCast")); mixin(bindCode("vtkTIFFReader_NewInstance", "D_vtkTIFFReader_NewInstance")); mixin(bindCode("vtkTIFFReader_InitializeColors", "D_vtkTIFFReader_InitializeColors")); mixin(bindCode("vtkTIFFReader_ReadVolume", "D_vtkTIFFReader_ReadVolume")); mixin(bindCode("vtkTIFFReader_ReadTiles", "D_vtkTIFFReader_ReadTiles")); mixin(bindCode("vtkTIFFReader_SetOrientationType", "D_vtkTIFFReader_SetOrientationType")); mixin(bindCode("vtkTIFFReader_GetOrientationType", "D_vtkTIFFReader_GetOrientationType")); mixin(bindCode("vtkTIFFReader_GetOrientationTypeSpecifiedFlag", "D_vtkTIFFReader_GetOrientationTypeSpecifiedFlag")); mixin(bindCode("vtkTIFFReader_SetOriginSpecifiedFlag", "D_vtkTIFFReader_SetOriginSpecifiedFlag")); mixin(bindCode("vtkTIFFReader_GetOriginSpecifiedFlag", "D_vtkTIFFReader_GetOriginSpecifiedFlag")); mixin(bindCode("vtkTIFFReader_OriginSpecifiedFlagOn", "D_vtkTIFFReader_OriginSpecifiedFlagOn")); mixin(bindCode("vtkTIFFReader_OriginSpecifiedFlagOff", "D_vtkTIFFReader_OriginSpecifiedFlagOff")); mixin(bindCode("vtkTIFFReader_SetSpacingSpecifiedFlag", "D_vtkTIFFReader_SetSpacingSpecifiedFlag")); mixin(bindCode("vtkTIFFReader_GetSpacingSpecifiedFlag", "D_vtkTIFFReader_GetSpacingSpecifiedFlag")); mixin(bindCode("vtkTIFFReader_SpacingSpecifiedFlagOn", "D_vtkTIFFReader_SpacingSpecifiedFlagOn")); mixin(bindCode("vtkTIFFReader_SpacingSpecifiedFlagOff", "D_vtkTIFFReader_SpacingSpecifiedFlagOff")); mixin(bindCode("vtkTIFFReader_ReadImageInternal", "D_vtkTIFFReader_ReadImageInternal")); mixin(bindCode("vtkTIFFReader_Upcast", "D_vtkTIFFReader_Upcast")); mixin(bindCode("vtkTreeMapLayout_New", "D_vtkTreeMapLayout_New")); mixin(bindCode("vtkTreeMapLayout_IsTypeOf", "D_vtkTreeMapLayout_IsTypeOf")); mixin(bindCode("vtkTreeMapLayout_SafeDownCast", "D_vtkTreeMapLayout_SafeDownCast")); mixin(bindCode("vtkTreeMapLayout_NewInstance", "D_vtkTreeMapLayout_NewInstance")); mixin(bindCode("vtkTreeMapLayout_GetRectanglesFieldName", "D_vtkTreeMapLayout_GetRectanglesFieldName")); mixin(bindCode("vtkTreeMapLayout_SetRectanglesFieldName", "D_vtkTreeMapLayout_SetRectanglesFieldName")); mixin(bindCode("vtkTreeMapLayout_SetSizeArrayName", "D_vtkTreeMapLayout_SetSizeArrayName")); mixin(bindCode("vtkTreeMapLayout_GetLayoutStrategy", "D_vtkTreeMapLayout_GetLayoutStrategy")); mixin(bindCode("vtkTreeMapLayout_SetLayoutStrategy", "D_vtkTreeMapLayout_SetLayoutStrategy")); mixin(bindCode("vtkTreeMapLayout_FindVertex__SWIG_0", "D_vtkTreeMapLayout_FindVertex__SWIG_0")); mixin(bindCode("vtkTreeMapLayout_FindVertex__SWIG_1", "D_vtkTreeMapLayout_FindVertex__SWIG_1")); mixin(bindCode("vtkTreeMapLayout_GetBoundingBox", "D_vtkTreeMapLayout_GetBoundingBox")); mixin(bindCode("vtkTreeMapLayout_Upcast", "D_vtkTreeMapLayout_Upcast")); mixin(bindCode("vtkOutEdgeIterator_New", "D_vtkOutEdgeIterator_New")); mixin(bindCode("vtkOutEdgeIterator_IsTypeOf", "D_vtkOutEdgeIterator_IsTypeOf")); mixin(bindCode("vtkOutEdgeIterator_SafeDownCast", "D_vtkOutEdgeIterator_SafeDownCast")); mixin(bindCode("vtkOutEdgeIterator_NewInstance", "D_vtkOutEdgeIterator_NewInstance")); mixin(bindCode("vtkOutEdgeIterator_Initialize", "D_vtkOutEdgeIterator_Initialize")); mixin(bindCode("vtkOutEdgeIterator_GetGraph", "D_vtkOutEdgeIterator_GetGraph")); mixin(bindCode("vtkOutEdgeIterator_GetVertex", "D_vtkOutEdgeIterator_GetVertex")); mixin(bindCode("vtkOutEdgeIterator_NextGraphEdge", "D_vtkOutEdgeIterator_NextGraphEdge")); mixin(bindCode("vtkOutEdgeIterator_HasNext", "D_vtkOutEdgeIterator_HasNext")); mixin(bindCode("vtkOutEdgeIterator_Upcast", "D_vtkOutEdgeIterator_Upcast")); mixin(bindCode("vtkDebugLeaks_New", "D_vtkDebugLeaks_New")); mixin(bindCode("vtkDebugLeaks_IsTypeOf", "D_vtkDebugLeaks_IsTypeOf")); mixin(bindCode("vtkDebugLeaks_SafeDownCast", "D_vtkDebugLeaks_SafeDownCast")); mixin(bindCode("vtkDebugLeaks_NewInstance", "D_vtkDebugLeaks_NewInstance")); mixin(bindCode("vtkDebugLeaks_ConstructClass", "D_vtkDebugLeaks_ConstructClass")); mixin(bindCode("vtkDebugLeaks_DestructClass", "D_vtkDebugLeaks_DestructClass")); mixin(bindCode("vtkDebugLeaks_PrintCurrentLeaks", "D_vtkDebugLeaks_PrintCurrentLeaks")); mixin(bindCode("vtkDebugLeaks_GetExitError", "D_vtkDebugLeaks_GetExitError")); mixin(bindCode("vtkDebugLeaks_SetExitError", "D_vtkDebugLeaks_SetExitError")); mixin(bindCode("vtkDebugLeaks_Upcast", "D_vtkDebugLeaks_Upcast")); mixin(bindCode("vtkDirectionEncoder_IsTypeOf", "D_vtkDirectionEncoder_IsTypeOf")); mixin(bindCode("vtkDirectionEncoder_SafeDownCast", "D_vtkDirectionEncoder_SafeDownCast")); mixin(bindCode("vtkDirectionEncoder_NewInstance", "D_vtkDirectionEncoder_NewInstance")); mixin(bindCode("vtkDirectionEncoder_GetEncodedDirection", "D_vtkDirectionEncoder_GetEncodedDirection")); mixin(bindCode("vtkDirectionEncoder_GetDecodedGradient", "D_vtkDirectionEncoder_GetDecodedGradient")); mixin(bindCode("vtkDirectionEncoder_GetNumberOfEncodedDirections", "D_vtkDirectionEncoder_GetNumberOfEncodedDirections")); mixin(bindCode("vtkDirectionEncoder_GetDecodedGradientTable", "D_vtkDirectionEncoder_GetDecodedGradientTable")); mixin(bindCode("vtkDirectionEncoder_Upcast", "D_vtkDirectionEncoder_Upcast")); mixin(bindCode("vtkRecursiveSphereDirectionEncoder_IsTypeOf", "D_vtkRecursiveSphereDirectionEncoder_IsTypeOf")); mixin(bindCode("vtkRecursiveSphereDirectionEncoder_SafeDownCast", "D_vtkRecursiveSphereDirectionEncoder_SafeDownCast")); mixin(bindCode("vtkRecursiveSphereDirectionEncoder_NewInstance", "D_vtkRecursiveSphereDirectionEncoder_NewInstance")); mixin(bindCode("vtkRecursiveSphereDirectionEncoder_New", "D_vtkRecursiveSphereDirectionEncoder_New")); mixin(bindCode("vtkRecursiveSphereDirectionEncoder_SetRecursionDepth", "D_vtkRecursiveSphereDirectionEncoder_SetRecursionDepth")); mixin(bindCode("vtkRecursiveSphereDirectionEncoder_GetRecursionDepthMinValue", "D_vtkRecursiveSphereDirectionEncoder_GetRecursionDepthMinValue")); mixin(bindCode("vtkRecursiveSphereDirectionEncoder_GetRecursionDepthMaxValue", "D_vtkRecursiveSphereDirectionEncoder_GetRecursionDepthMaxValue")); mixin(bindCode("vtkRecursiveSphereDirectionEncoder_GetRecursionDepth", "D_vtkRecursiveSphereDirectionEncoder_GetRecursionDepth")); mixin(bindCode("vtkRecursiveSphereDirectionEncoder_Upcast", "D_vtkRecursiveSphereDirectionEncoder_Upcast")); mixin(bindCode("vtkRectilinearWipeWidget_New", "D_vtkRectilinearWipeWidget_New")); mixin(bindCode("vtkRectilinearWipeWidget_IsTypeOf", "D_vtkRectilinearWipeWidget_IsTypeOf")); mixin(bindCode("vtkRectilinearWipeWidget_SafeDownCast", "D_vtkRectilinearWipeWidget_SafeDownCast")); mixin(bindCode("vtkRectilinearWipeWidget_NewInstance", "D_vtkRectilinearWipeWidget_NewInstance")); mixin(bindCode("vtkRectilinearWipeWidget_SetRepresentation", "D_vtkRectilinearWipeWidget_SetRepresentation")); mixin(bindCode("vtkRectilinearWipeWidget_GetRectilinearWipeRepresentation", "D_vtkRectilinearWipeWidget_GetRectilinearWipeRepresentation")); mixin(bindCode("vtkRectilinearWipeWidget_Upcast", "D_vtkRectilinearWipeWidget_Upcast")); mixin(bindCode("vtkTransform2D_New", "D_vtkTransform2D_New")); mixin(bindCode("vtkTransform2D_IsTypeOf", "D_vtkTransform2D_IsTypeOf")); mixin(bindCode("vtkTransform2D_SafeDownCast", "D_vtkTransform2D_SafeDownCast")); mixin(bindCode("vtkTransform2D_NewInstance", "D_vtkTransform2D_NewInstance")); mixin(bindCode("vtkTransform2D_Identity", "D_vtkTransform2D_Identity")); mixin(bindCode("vtkTransform2D_Inverse", "D_vtkTransform2D_Inverse")); mixin(bindCode("vtkTransform2D_Translate__SWIG_0", "D_vtkTransform2D_Translate__SWIG_0")); mixin(bindCode("vtkTransform2D_Translate__SWIG_1", "D_vtkTransform2D_Translate__SWIG_1")); mixin(bindCode("vtkTransform2D_Translate__SWIG_2", "D_vtkTransform2D_Translate__SWIG_2")); mixin(bindCode("vtkTransform2D_Rotate", "D_vtkTransform2D_Rotate")); mixin(bindCode("vtkTransform2D_Scale__SWIG_0", "D_vtkTransform2D_Scale__SWIG_0")); mixin(bindCode("vtkTransform2D_Scale__SWIG_1", "D_vtkTransform2D_Scale__SWIG_1")); mixin(bindCode("vtkTransform2D_Scale__SWIG_2", "D_vtkTransform2D_Scale__SWIG_2")); mixin(bindCode("vtkTransform2D_SetMatrix__SWIG_0", "D_vtkTransform2D_SetMatrix__SWIG_0")); mixin(bindCode("vtkTransform2D_SetMatrix__SWIG_1", "D_vtkTransform2D_SetMatrix__SWIG_1")); mixin(bindCode("vtkTransform2D_GetMatrix__SWIG_0", "D_vtkTransform2D_GetMatrix__SWIG_0")); mixin(bindCode("vtkTransform2D_GetMatrix__SWIG_1", "D_vtkTransform2D_GetMatrix__SWIG_1")); mixin(bindCode("vtkTransform2D_GetPosition__SWIG_0", "D_vtkTransform2D_GetPosition__SWIG_0")); mixin(bindCode("vtkTransform2D_GetPosition__SWIG_1", "D_vtkTransform2D_GetPosition__SWIG_1")); mixin(bindCode("vtkTransform2D_GetScale__SWIG_0", "D_vtkTransform2D_GetScale__SWIG_0")); mixin(bindCode("vtkTransform2D_GetScale__SWIG_1", "D_vtkTransform2D_GetScale__SWIG_1")); mixin(bindCode("vtkTransform2D_GetInverse", "D_vtkTransform2D_GetInverse")); mixin(bindCode("vtkTransform2D_GetTranspose", "D_vtkTransform2D_GetTranspose")); mixin(bindCode("vtkTransform2D_TransformPoints__SWIG_0", "D_vtkTransform2D_TransformPoints__SWIG_0")); mixin(bindCode("vtkTransform2D_TransformPoints__SWIG_1", "D_vtkTransform2D_TransformPoints__SWIG_1")); mixin(bindCode("vtkTransform2D_TransformPoints__SWIG_2", "D_vtkTransform2D_TransformPoints__SWIG_2")); mixin(bindCode("vtkTransform2D_InverseTransformPoints__SWIG_0", "D_vtkTransform2D_InverseTransformPoints__SWIG_0")); mixin(bindCode("vtkTransform2D_InverseTransformPoints__SWIG_1", "D_vtkTransform2D_InverseTransformPoints__SWIG_1")); mixin(bindCode("vtkTransform2D_InverseTransformPoints__SWIG_2", "D_vtkTransform2D_InverseTransformPoints__SWIG_2")); mixin(bindCode("vtkTransform2D_MultiplyPoint__SWIG_0", "D_vtkTransform2D_MultiplyPoint__SWIG_0")); mixin(bindCode("vtkTransform2D_MultiplyPoint__SWIG_1", "D_vtkTransform2D_MultiplyPoint__SWIG_1")); mixin(bindCode("vtkTransform2D_Upcast", "D_vtkTransform2D_Upcast")); mixin(bindCode("vtkTreeDifferenceFilter_New", "D_vtkTreeDifferenceFilter_New")); mixin(bindCode("vtkTreeDifferenceFilter_IsTypeOf", "D_vtkTreeDifferenceFilter_IsTypeOf")); mixin(bindCode("vtkTreeDifferenceFilter_SafeDownCast", "D_vtkTreeDifferenceFilter_SafeDownCast")); mixin(bindCode("vtkTreeDifferenceFilter_NewInstance", "D_vtkTreeDifferenceFilter_NewInstance")); mixin(bindCode("vtkTreeDifferenceFilter_SetIdArrayName", "D_vtkTreeDifferenceFilter_SetIdArrayName")); mixin(bindCode("vtkTreeDifferenceFilter_GetIdArrayName", "D_vtkTreeDifferenceFilter_GetIdArrayName")); mixin(bindCode("vtkTreeDifferenceFilter_SetComparisonArrayName", "D_vtkTreeDifferenceFilter_SetComparisonArrayName")); mixin(bindCode("vtkTreeDifferenceFilter_GetComparisonArrayName", "D_vtkTreeDifferenceFilter_GetComparisonArrayName")); mixin(bindCode("vtkTreeDifferenceFilter_SetOutputArrayName", "D_vtkTreeDifferenceFilter_SetOutputArrayName")); mixin(bindCode("vtkTreeDifferenceFilter_GetOutputArrayName", "D_vtkTreeDifferenceFilter_GetOutputArrayName")); mixin(bindCode("vtkTreeDifferenceFilter_SetComparisonArrayIsVertexData", "D_vtkTreeDifferenceFilter_SetComparisonArrayIsVertexData")); mixin(bindCode("vtkTreeDifferenceFilter_GetComparisonArrayIsVertexData", "D_vtkTreeDifferenceFilter_GetComparisonArrayIsVertexData")); mixin(bindCode("vtkTreeDifferenceFilter_Upcast", "D_vtkTreeDifferenceFilter_Upcast")); mixin(bindCode("vtkKochanekSpline_IsTypeOf", "D_vtkKochanekSpline_IsTypeOf")); mixin(bindCode("vtkKochanekSpline_SafeDownCast", "D_vtkKochanekSpline_SafeDownCast")); mixin(bindCode("vtkKochanekSpline_NewInstance", "D_vtkKochanekSpline_NewInstance")); mixin(bindCode("vtkKochanekSpline_New", "D_vtkKochanekSpline_New")); mixin(bindCode("vtkKochanekSpline_SetDefaultBias", "D_vtkKochanekSpline_SetDefaultBias")); mixin(bindCode("vtkKochanekSpline_GetDefaultBias", "D_vtkKochanekSpline_GetDefaultBias")); mixin(bindCode("vtkKochanekSpline_SetDefaultTension", "D_vtkKochanekSpline_SetDefaultTension")); mixin(bindCode("vtkKochanekSpline_GetDefaultTension", "D_vtkKochanekSpline_GetDefaultTension")); mixin(bindCode("vtkKochanekSpline_SetDefaultContinuity", "D_vtkKochanekSpline_SetDefaultContinuity")); mixin(bindCode("vtkKochanekSpline_GetDefaultContinuity", "D_vtkKochanekSpline_GetDefaultContinuity")); mixin(bindCode("vtkKochanekSpline_Upcast", "D_vtkKochanekSpline_Upcast")); mixin(bindCode("vtkParallelCoordinatesInteractorStyle_New", "D_vtkParallelCoordinatesInteractorStyle_New")); mixin(bindCode("vtkParallelCoordinatesInteractorStyle_IsTypeOf", "D_vtkParallelCoordinatesInteractorStyle_IsTypeOf")); mixin(bindCode("vtkParallelCoordinatesInteractorStyle_SafeDownCast", "D_vtkParallelCoordinatesInteractorStyle_SafeDownCast")); mixin(bindCode("vtkParallelCoordinatesInteractorStyle_NewInstance", "D_vtkParallelCoordinatesInteractorStyle_NewInstance")); mixin(bindCode("vtkParallelCoordinatesInteractorStyle_GetCursorStartPosition__SWIG_0", "D_vtkParallelCoordinatesInteractorStyle_GetCursorStartPosition__SWIG_0")); mixin(bindCode("vtkParallelCoordinatesInteractorStyle_GetCursorStartPosition__SWIG_1", "D_vtkParallelCoordinatesInteractorStyle_GetCursorStartPosition__SWIG_1")); mixin(bindCode("vtkParallelCoordinatesInteractorStyle_GetCursorStartPosition__SWIG_2", "D_vtkParallelCoordinatesInteractorStyle_GetCursorStartPosition__SWIG_2")); mixin(bindCode("vtkParallelCoordinatesInteractorStyle_GetCursorCurrentPosition__SWIG_0", "D_vtkParallelCoordinatesInteractorStyle_GetCursorCurrentPosition__SWIG_0")); mixin(bindCode("vtkParallelCoordinatesInteractorStyle_GetCursorCurrentPosition__SWIG_1", "D_vtkParallelCoordinatesInteractorStyle_GetCursorCurrentPosition__SWIG_1")); mixin(bindCode("vtkParallelCoordinatesInteractorStyle_GetCursorCurrentPosition__SWIG_2", "D_vtkParallelCoordinatesInteractorStyle_GetCursorCurrentPosition__SWIG_2")); mixin(bindCode("vtkParallelCoordinatesInteractorStyle_GetCursorLastPosition__SWIG_0", "D_vtkParallelCoordinatesInteractorStyle_GetCursorLastPosition__SWIG_0")); mixin(bindCode("vtkParallelCoordinatesInteractorStyle_GetCursorLastPosition__SWIG_1", "D_vtkParallelCoordinatesInteractorStyle_GetCursorLastPosition__SWIG_1")); mixin(bindCode("vtkParallelCoordinatesInteractorStyle_GetCursorLastPosition__SWIG_2", "D_vtkParallelCoordinatesInteractorStyle_GetCursorLastPosition__SWIG_2")); mixin(bindCode("vtkParallelCoordinatesInteractorStyle_GetCursorStartPosition__SWIG_3", "D_vtkParallelCoordinatesInteractorStyle_GetCursorStartPosition__SWIG_3")); mixin(bindCode("vtkParallelCoordinatesInteractorStyle_GetCursorCurrentPosition__SWIG_3", "D_vtkParallelCoordinatesInteractorStyle_GetCursorCurrentPosition__SWIG_3")); mixin(bindCode("vtkParallelCoordinatesInteractorStyle_GetCursorLastPosition__SWIG_3", "D_vtkParallelCoordinatesInteractorStyle_GetCursorLastPosition__SWIG_3")); mixin(bindCode("vtkParallelCoordinatesInteractorStyle_StartInspect", "D_vtkParallelCoordinatesInteractorStyle_StartInspect")); mixin(bindCode("vtkParallelCoordinatesInteractorStyle_Inspect", "D_vtkParallelCoordinatesInteractorStyle_Inspect")); mixin(bindCode("vtkParallelCoordinatesInteractorStyle_EndInspect", "D_vtkParallelCoordinatesInteractorStyle_EndInspect")); mixin(bindCode("vtkParallelCoordinatesInteractorStyle_Upcast", "D_vtkParallelCoordinatesInteractorStyle_Upcast")); mixin(bindCode("vtkPeriodicTable_IsTypeOf", "D_vtkPeriodicTable_IsTypeOf")); mixin(bindCode("vtkPeriodicTable_SafeDownCast", "D_vtkPeriodicTable_SafeDownCast")); mixin(bindCode("vtkPeriodicTable_NewInstance", "D_vtkPeriodicTable_NewInstance")); mixin(bindCode("vtkPeriodicTable_New", "D_vtkPeriodicTable_New")); mixin(bindCode("vtkPeriodicTable_GetBlueObeliskData", "D_vtkPeriodicTable_GetBlueObeliskData")); mixin(bindCode("vtkPeriodicTable_GetNumberOfElements", "D_vtkPeriodicTable_GetNumberOfElements")); mixin(bindCode("vtkPeriodicTable_GetSymbol", "D_vtkPeriodicTable_GetSymbol")); mixin(bindCode("vtkPeriodicTable_GetElementName", "D_vtkPeriodicTable_GetElementName")); mixin(bindCode("vtkPeriodicTable_GetAtomicNumber__SWIG_0", "D_vtkPeriodicTable_GetAtomicNumber__SWIG_0")); mixin(bindCode("vtkPeriodicTable_GetAtomicNumber__SWIG_1", "D_vtkPeriodicTable_GetAtomicNumber__SWIG_1")); mixin(bindCode("vtkPeriodicTable_GetCovalentRadius", "D_vtkPeriodicTable_GetCovalentRadius")); mixin(bindCode("vtkPeriodicTable_GetVDWRadius", "D_vtkPeriodicTable_GetVDWRadius")); mixin(bindCode("vtkPeriodicTable_GetDefaultLUT", "D_vtkPeriodicTable_GetDefaultLUT")); mixin(bindCode("vtkPeriodicTable_GetDefaultRGBTuple__SWIG_0", "D_vtkPeriodicTable_GetDefaultRGBTuple__SWIG_0")); mixin(bindCode("vtkPeriodicTable_GetDefaultRGBTuple__SWIG_1", "D_vtkPeriodicTable_GetDefaultRGBTuple__SWIG_1")); mixin(bindCode("vtkPeriodicTable_Upcast", "D_vtkPeriodicTable_Upcast")); mixin(bindCode("vtkAVSucdReader_New", "D_vtkAVSucdReader_New")); mixin(bindCode("vtkAVSucdReader_IsTypeOf", "D_vtkAVSucdReader_IsTypeOf")); mixin(bindCode("vtkAVSucdReader_SafeDownCast", "D_vtkAVSucdReader_SafeDownCast")); mixin(bindCode("vtkAVSucdReader_NewInstance", "D_vtkAVSucdReader_NewInstance")); mixin(bindCode("vtkAVSucdReader_SetFileName", "D_vtkAVSucdReader_SetFileName")); mixin(bindCode("vtkAVSucdReader_GetFileName", "D_vtkAVSucdReader_GetFileName")); mixin(bindCode("vtkAVSucdReader_SetBinaryFile", "D_vtkAVSucdReader_SetBinaryFile")); mixin(bindCode("vtkAVSucdReader_GetBinaryFile", "D_vtkAVSucdReader_GetBinaryFile")); mixin(bindCode("vtkAVSucdReader_BinaryFileOn", "D_vtkAVSucdReader_BinaryFileOn")); mixin(bindCode("vtkAVSucdReader_BinaryFileOff", "D_vtkAVSucdReader_BinaryFileOff")); mixin(bindCode("vtkAVSucdReader_GetNumberOfCells", "D_vtkAVSucdReader_GetNumberOfCells")); mixin(bindCode("vtkAVSucdReader_GetNumberOfNodes", "D_vtkAVSucdReader_GetNumberOfNodes")); mixin(bindCode("vtkAVSucdReader_GetNumberOfNodeFields", "D_vtkAVSucdReader_GetNumberOfNodeFields")); mixin(bindCode("vtkAVSucdReader_GetNumberOfCellFields", "D_vtkAVSucdReader_GetNumberOfCellFields")); mixin(bindCode("vtkAVSucdReader_GetNumberOfFields", "D_vtkAVSucdReader_GetNumberOfFields")); mixin(bindCode("vtkAVSucdReader_GetNumberOfNodeComponents", "D_vtkAVSucdReader_GetNumberOfNodeComponents")); mixin(bindCode("vtkAVSucdReader_GetNumberOfCellComponents", "D_vtkAVSucdReader_GetNumberOfCellComponents")); mixin(bindCode("vtkAVSucdReader_SetByteOrderToBigEndian", "D_vtkAVSucdReader_SetByteOrderToBigEndian")); mixin(bindCode("vtkAVSucdReader_SetByteOrderToLittleEndian", "D_vtkAVSucdReader_SetByteOrderToLittleEndian")); mixin(bindCode("vtkAVSucdReader_GetByteOrderAsString", "D_vtkAVSucdReader_GetByteOrderAsString")); mixin(bindCode("vtkAVSucdReader_SetByteOrder", "D_vtkAVSucdReader_SetByteOrder")); mixin(bindCode("vtkAVSucdReader_GetByteOrder", "D_vtkAVSucdReader_GetByteOrder")); mixin(bindCode("vtkAVSucdReader_GetNumberOfPointArrays", "D_vtkAVSucdReader_GetNumberOfPointArrays")); mixin(bindCode("vtkAVSucdReader_GetNumberOfCellArrays", "D_vtkAVSucdReader_GetNumberOfCellArrays")); mixin(bindCode("vtkAVSucdReader_GetPointArrayName", "D_vtkAVSucdReader_GetPointArrayName")); mixin(bindCode("vtkAVSucdReader_GetCellArrayName", "D_vtkAVSucdReader_GetCellArrayName")); mixin(bindCode("vtkAVSucdReader_GetPointArrayStatus", "D_vtkAVSucdReader_GetPointArrayStatus")); mixin(bindCode("vtkAVSucdReader_GetCellArrayStatus", "D_vtkAVSucdReader_GetCellArrayStatus")); mixin(bindCode("vtkAVSucdReader_SetPointArrayStatus", "D_vtkAVSucdReader_SetPointArrayStatus")); mixin(bindCode("vtkAVSucdReader_SetCellArrayStatus", "D_vtkAVSucdReader_SetCellArrayStatus")); mixin(bindCode("vtkAVSucdReader_DisableAllCellArrays", "D_vtkAVSucdReader_DisableAllCellArrays")); mixin(bindCode("vtkAVSucdReader_EnableAllCellArrays", "D_vtkAVSucdReader_EnableAllCellArrays")); mixin(bindCode("vtkAVSucdReader_DisableAllPointArrays", "D_vtkAVSucdReader_DisableAllPointArrays")); mixin(bindCode("vtkAVSucdReader_EnableAllPointArrays", "D_vtkAVSucdReader_EnableAllPointArrays")); mixin(bindCode("vtkAVSucdReader_GetCellDataRange", "D_vtkAVSucdReader_GetCellDataRange")); mixin(bindCode("vtkAVSucdReader_GetNodeDataRange", "D_vtkAVSucdReader_GetNodeDataRange")); mixin(bindCode("vtkAVSucdReader_Upcast", "D_vtkAVSucdReader_Upcast")); mixin(bindCode("vtkAlgorithmOutput_New", "D_vtkAlgorithmOutput_New")); mixin(bindCode("vtkAlgorithmOutput_IsTypeOf", "D_vtkAlgorithmOutput_IsTypeOf")); mixin(bindCode("vtkAlgorithmOutput_SafeDownCast", "D_vtkAlgorithmOutput_SafeDownCast")); mixin(bindCode("vtkAlgorithmOutput_NewInstance", "D_vtkAlgorithmOutput_NewInstance")); mixin(bindCode("vtkAlgorithmOutput_SetIndex", "D_vtkAlgorithmOutput_SetIndex")); mixin(bindCode("vtkAlgorithmOutput_GetIndex", "D_vtkAlgorithmOutput_GetIndex")); mixin(bindCode("vtkAlgorithmOutput_GetProducer", "D_vtkAlgorithmOutput_GetProducer")); mixin(bindCode("vtkAlgorithmOutput_SetProducer", "D_vtkAlgorithmOutput_SetProducer")); mixin(bindCode("vtkAlgorithmOutput_Upcast", "D_vtkAlgorithmOutput_Upcast")); mixin(bindCode("vtkEdgeListIterator_New", "D_vtkEdgeListIterator_New")); mixin(bindCode("vtkEdgeListIterator_IsTypeOf", "D_vtkEdgeListIterator_IsTypeOf")); mixin(bindCode("vtkEdgeListIterator_SafeDownCast", "D_vtkEdgeListIterator_SafeDownCast")); mixin(bindCode("vtkEdgeListIterator_NewInstance", "D_vtkEdgeListIterator_NewInstance")); mixin(bindCode("vtkEdgeListIterator_GetGraph", "D_vtkEdgeListIterator_GetGraph")); mixin(bindCode("vtkEdgeListIterator_SetGraph", "D_vtkEdgeListIterator_SetGraph")); mixin(bindCode("vtkEdgeListIterator_NextGraphEdge", "D_vtkEdgeListIterator_NextGraphEdge")); mixin(bindCode("vtkEdgeListIterator_HasNext", "D_vtkEdgeListIterator_HasNext")); mixin(bindCode("vtkEdgeListIterator_Upcast", "D_vtkEdgeListIterator_Upcast")); mixin(bindCode("vtkEncodedGradientEstimator_IsTypeOf", "D_vtkEncodedGradientEstimator_IsTypeOf")); mixin(bindCode("vtkEncodedGradientEstimator_SafeDownCast", "D_vtkEncodedGradientEstimator_SafeDownCast")); mixin(bindCode("vtkEncodedGradientEstimator_NewInstance", "D_vtkEncodedGradientEstimator_NewInstance")); mixin(bindCode("vtkEncodedGradientEstimator_SetInputData", "D_vtkEncodedGradientEstimator_SetInputData")); mixin(bindCode("vtkEncodedGradientEstimator_GetInputData", "D_vtkEncodedGradientEstimator_GetInputData")); mixin(bindCode("vtkEncodedGradientEstimator_SetGradientMagnitudeScale", "D_vtkEncodedGradientEstimator_SetGradientMagnitudeScale")); mixin(bindCode("vtkEncodedGradientEstimator_GetGradientMagnitudeScale", "D_vtkEncodedGradientEstimator_GetGradientMagnitudeScale")); mixin(bindCode("vtkEncodedGradientEstimator_SetGradientMagnitudeBias", "D_vtkEncodedGradientEstimator_SetGradientMagnitudeBias")); mixin(bindCode("vtkEncodedGradientEstimator_GetGradientMagnitudeBias", "D_vtkEncodedGradientEstimator_GetGradientMagnitudeBias")); mixin(bindCode("vtkEncodedGradientEstimator_SetBoundsClip", "D_vtkEncodedGradientEstimator_SetBoundsClip")); mixin(bindCode("vtkEncodedGradientEstimator_GetBoundsClipMinValue", "D_vtkEncodedGradientEstimator_GetBoundsClipMinValue")); mixin(bindCode("vtkEncodedGradientEstimator_GetBoundsClipMaxValue", "D_vtkEncodedGradientEstimator_GetBoundsClipMaxValue")); mixin(bindCode("vtkEncodedGradientEstimator_GetBoundsClip", "D_vtkEncodedGradientEstimator_GetBoundsClip")); mixin(bindCode("vtkEncodedGradientEstimator_BoundsClipOn", "D_vtkEncodedGradientEstimator_BoundsClipOn")); mixin(bindCode("vtkEncodedGradientEstimator_BoundsClipOff", "D_vtkEncodedGradientEstimator_BoundsClipOff")); mixin(bindCode("vtkEncodedGradientEstimator_SetBounds__SWIG_0", "D_vtkEncodedGradientEstimator_SetBounds__SWIG_0")); mixin(bindCode("vtkEncodedGradientEstimator_SetBounds__SWIG_1", "D_vtkEncodedGradientEstimator_SetBounds__SWIG_1")); mixin(bindCode("vtkEncodedGradientEstimator_GetBounds__SWIG_0", "D_vtkEncodedGradientEstimator_GetBounds__SWIG_0")); mixin(bindCode("vtkEncodedGradientEstimator_GetBounds__SWIG_1", "D_vtkEncodedGradientEstimator_GetBounds__SWIG_1")); mixin(bindCode("vtkEncodedGradientEstimator_Update", "D_vtkEncodedGradientEstimator_Update")); mixin(bindCode("vtkEncodedGradientEstimator_GetEncodedNormals", "D_vtkEncodedGradientEstimator_GetEncodedNormals")); mixin(bindCode("vtkEncodedGradientEstimator_GetEncodedNormalIndex__SWIG_0", "D_vtkEncodedGradientEstimator_GetEncodedNormalIndex__SWIG_0")); mixin(bindCode("vtkEncodedGradientEstimator_GetEncodedNormalIndex__SWIG_1", "D_vtkEncodedGradientEstimator_GetEncodedNormalIndex__SWIG_1")); mixin(bindCode("vtkEncodedGradientEstimator_GetGradientMagnitudes", "D_vtkEncodedGradientEstimator_GetGradientMagnitudes")); mixin(bindCode("vtkEncodedGradientEstimator_SetNumberOfThreads", "D_vtkEncodedGradientEstimator_SetNumberOfThreads")); mixin(bindCode("vtkEncodedGradientEstimator_GetNumberOfThreadsMinValue", "D_vtkEncodedGradientEstimator_GetNumberOfThreadsMinValue")); mixin(bindCode("vtkEncodedGradientEstimator_GetNumberOfThreadsMaxValue", "D_vtkEncodedGradientEstimator_GetNumberOfThreadsMaxValue")); mixin(bindCode("vtkEncodedGradientEstimator_GetNumberOfThreads", "D_vtkEncodedGradientEstimator_GetNumberOfThreads")); mixin(bindCode("vtkEncodedGradientEstimator_SetDirectionEncoder", "D_vtkEncodedGradientEstimator_SetDirectionEncoder")); mixin(bindCode("vtkEncodedGradientEstimator_GetDirectionEncoder", "D_vtkEncodedGradientEstimator_GetDirectionEncoder")); mixin(bindCode("vtkEncodedGradientEstimator_SetComputeGradientMagnitudes", "D_vtkEncodedGradientEstimator_SetComputeGradientMagnitudes")); mixin(bindCode("vtkEncodedGradientEstimator_GetComputeGradientMagnitudes", "D_vtkEncodedGradientEstimator_GetComputeGradientMagnitudes")); mixin(bindCode("vtkEncodedGradientEstimator_ComputeGradientMagnitudesOn", "D_vtkEncodedGradientEstimator_ComputeGradientMagnitudesOn")); mixin(bindCode("vtkEncodedGradientEstimator_ComputeGradientMagnitudesOff", "D_vtkEncodedGradientEstimator_ComputeGradientMagnitudesOff")); mixin(bindCode("vtkEncodedGradientEstimator_SetCylinderClip", "D_vtkEncodedGradientEstimator_SetCylinderClip")); mixin(bindCode("vtkEncodedGradientEstimator_GetCylinderClip", "D_vtkEncodedGradientEstimator_GetCylinderClip")); mixin(bindCode("vtkEncodedGradientEstimator_CylinderClipOn", "D_vtkEncodedGradientEstimator_CylinderClipOn")); mixin(bindCode("vtkEncodedGradientEstimator_CylinderClipOff", "D_vtkEncodedGradientEstimator_CylinderClipOff")); mixin(bindCode("vtkEncodedGradientEstimator_GetLastUpdateTimeInSeconds", "D_vtkEncodedGradientEstimator_GetLastUpdateTimeInSeconds")); mixin(bindCode("vtkEncodedGradientEstimator_GetLastUpdateTimeInCPUSeconds", "D_vtkEncodedGradientEstimator_GetLastUpdateTimeInCPUSeconds")); mixin(bindCode("vtkEncodedGradientEstimator_GetUseCylinderClip", "D_vtkEncodedGradientEstimator_GetUseCylinderClip")); mixin(bindCode("vtkEncodedGradientEstimator_GetCircleLimits", "D_vtkEncodedGradientEstimator_GetCircleLimits")); mixin(bindCode("vtkEncodedGradientEstimator_SetZeroNormalThreshold", "D_vtkEncodedGradientEstimator_SetZeroNormalThreshold")); mixin(bindCode("vtkEncodedGradientEstimator_GetZeroNormalThreshold", "D_vtkEncodedGradientEstimator_GetZeroNormalThreshold")); mixin(bindCode("vtkEncodedGradientEstimator_SetZeroPad", "D_vtkEncodedGradientEstimator_SetZeroPad")); mixin(bindCode("vtkEncodedGradientEstimator_GetZeroPadMinValue", "D_vtkEncodedGradientEstimator_GetZeroPadMinValue")); mixin(bindCode("vtkEncodedGradientEstimator_GetZeroPadMaxValue", "D_vtkEncodedGradientEstimator_GetZeroPadMaxValue")); mixin(bindCode("vtkEncodedGradientEstimator_GetZeroPad", "D_vtkEncodedGradientEstimator_GetZeroPad")); mixin(bindCode("vtkEncodedGradientEstimator_ZeroPadOn", "D_vtkEncodedGradientEstimator_ZeroPadOn")); mixin(bindCode("vtkEncodedGradientEstimator_ZeroPadOff", "D_vtkEncodedGradientEstimator_ZeroPadOff")); mixin(bindCode("vtkEncodedGradientEstimator_InputData_set", "D_vtkEncodedGradientEstimator_InputData_set")); mixin(bindCode("vtkEncodedGradientEstimator_InputData_get", "D_vtkEncodedGradientEstimator_InputData_get")); mixin(bindCode("vtkEncodedGradientEstimator_EncodedNormals_set", "D_vtkEncodedGradientEstimator_EncodedNormals_set")); mixin(bindCode("vtkEncodedGradientEstimator_EncodedNormals_get", "D_vtkEncodedGradientEstimator_EncodedNormals_get")); mixin(bindCode("vtkEncodedGradientEstimator_EncodedNormalsSize_set", "D_vtkEncodedGradientEstimator_EncodedNormalsSize_set")); mixin(bindCode("vtkEncodedGradientEstimator_EncodedNormalsSize_get", "D_vtkEncodedGradientEstimator_EncodedNormalsSize_get")); mixin(bindCode("vtkEncodedGradientEstimator_GradientMagnitudes_set", "D_vtkEncodedGradientEstimator_GradientMagnitudes_set")); mixin(bindCode("vtkEncodedGradientEstimator_GradientMagnitudes_get", "D_vtkEncodedGradientEstimator_GradientMagnitudes_get")); mixin(bindCode("vtkEncodedGradientEstimator_BuildTime_set", "D_vtkEncodedGradientEstimator_BuildTime_set")); mixin(bindCode("vtkEncodedGradientEstimator_BuildTime_get", "D_vtkEncodedGradientEstimator_BuildTime_get")); mixin(bindCode("vtkEncodedGradientEstimator_Upcast", "D_vtkEncodedGradientEstimator_Upcast")); mixin(bindCode("vtkHedgeHog_New", "D_vtkHedgeHog_New")); mixin(bindCode("vtkHedgeHog_IsTypeOf", "D_vtkHedgeHog_IsTypeOf")); mixin(bindCode("vtkHedgeHog_SafeDownCast", "D_vtkHedgeHog_SafeDownCast")); mixin(bindCode("vtkHedgeHog_NewInstance", "D_vtkHedgeHog_NewInstance")); mixin(bindCode("vtkHedgeHog_SetScaleFactor", "D_vtkHedgeHog_SetScaleFactor")); mixin(bindCode("vtkHedgeHog_GetScaleFactor", "D_vtkHedgeHog_GetScaleFactor")); mixin(bindCode("vtkHedgeHog_SetVectorMode", "D_vtkHedgeHog_SetVectorMode")); mixin(bindCode("vtkHedgeHog_GetVectorMode", "D_vtkHedgeHog_GetVectorMode")); mixin(bindCode("vtkHedgeHog_SetVectorModeToUseVector", "D_vtkHedgeHog_SetVectorModeToUseVector")); mixin(bindCode("vtkHedgeHog_SetVectorModeToUseNormal", "D_vtkHedgeHog_SetVectorModeToUseNormal")); mixin(bindCode("vtkHedgeHog_GetVectorModeAsString", "D_vtkHedgeHog_GetVectorModeAsString")); mixin(bindCode("vtkHedgeHog_Upcast", "D_vtkHedgeHog_Upcast")); mixin(bindCode("vtkSynchronizedTemplates2D_New", "D_vtkSynchronizedTemplates2D_New")); mixin(bindCode("vtkSynchronizedTemplates2D_IsTypeOf", "D_vtkSynchronizedTemplates2D_IsTypeOf")); mixin(bindCode("vtkSynchronizedTemplates2D_SafeDownCast", "D_vtkSynchronizedTemplates2D_SafeDownCast")); mixin(bindCode("vtkSynchronizedTemplates2D_NewInstance", "D_vtkSynchronizedTemplates2D_NewInstance")); mixin(bindCode("vtkSynchronizedTemplates2D_SetValue", "D_vtkSynchronizedTemplates2D_SetValue")); mixin(bindCode("vtkSynchronizedTemplates2D_GetValue", "D_vtkSynchronizedTemplates2D_GetValue")); mixin(bindCode("vtkSynchronizedTemplates2D_GetValues__SWIG_0", "D_vtkSynchronizedTemplates2D_GetValues__SWIG_0")); mixin(bindCode("vtkSynchronizedTemplates2D_GetValues__SWIG_1", "D_vtkSynchronizedTemplates2D_GetValues__SWIG_1")); mixin(bindCode("vtkSynchronizedTemplates2D_SetNumberOfContours", "D_vtkSynchronizedTemplates2D_SetNumberOfContours")); mixin(bindCode("vtkSynchronizedTemplates2D_GetNumberOfContours", "D_vtkSynchronizedTemplates2D_GetNumberOfContours")); mixin(bindCode("vtkSynchronizedTemplates2D_GenerateValues__SWIG_0", "D_vtkSynchronizedTemplates2D_GenerateValues__SWIG_0")); mixin(bindCode("vtkSynchronizedTemplates2D_GenerateValues__SWIG_1", "D_vtkSynchronizedTemplates2D_GenerateValues__SWIG_1")); mixin(bindCode("vtkSynchronizedTemplates2D_SetComputeScalars", "D_vtkSynchronizedTemplates2D_SetComputeScalars")); mixin(bindCode("vtkSynchronizedTemplates2D_GetComputeScalars", "D_vtkSynchronizedTemplates2D_GetComputeScalars")); mixin(bindCode("vtkSynchronizedTemplates2D_ComputeScalarsOn", "D_vtkSynchronizedTemplates2D_ComputeScalarsOn")); mixin(bindCode("vtkSynchronizedTemplates2D_ComputeScalarsOff", "D_vtkSynchronizedTemplates2D_ComputeScalarsOff")); mixin(bindCode("vtkSynchronizedTemplates2D_SetArrayComponent", "D_vtkSynchronizedTemplates2D_SetArrayComponent")); mixin(bindCode("vtkSynchronizedTemplates2D_GetArrayComponent", "D_vtkSynchronizedTemplates2D_GetArrayComponent")); mixin(bindCode("vtkSynchronizedTemplates2D_Upcast", "D_vtkSynchronizedTemplates2D_Upcast")); mixin(bindCode("vtkUTF16TextCodec_IsTypeOf", "D_vtkUTF16TextCodec_IsTypeOf")); mixin(bindCode("vtkUTF16TextCodec_SafeDownCast", "D_vtkUTF16TextCodec_SafeDownCast")); mixin(bindCode("vtkUTF16TextCodec_NewInstance", "D_vtkUTF16TextCodec_NewInstance")); mixin(bindCode("vtkUTF16TextCodec_New", "D_vtkUTF16TextCodec_New")); mixin(bindCode("vtkUTF16TextCodec_SetBigEndian", "D_vtkUTF16TextCodec_SetBigEndian")); mixin(bindCode("vtkUTF16TextCodec_FindEndianness", "D_vtkUTF16TextCodec_FindEndianness")); mixin(bindCode("new_vtkUTF16TextCodec", "D_new_vtkUTF16TextCodec")); mixin(bindCode("delete_vtkUTF16TextCodec", "D_delete_vtkUTF16TextCodec")); mixin(bindCode("vtkUTF16TextCodec_Upcast", "D_vtkUTF16TextCodec_Upcast")); mixin(bindCode("vtkDisplayListPainter_New", "D_vtkDisplayListPainter_New")); mixin(bindCode("vtkDisplayListPainter_IsTypeOf", "D_vtkDisplayListPainter_IsTypeOf")); mixin(bindCode("vtkDisplayListPainter_SafeDownCast", "D_vtkDisplayListPainter_SafeDownCast")); mixin(bindCode("vtkDisplayListPainter_NewInstance", "D_vtkDisplayListPainter_NewInstance")); mixin(bindCode("vtkDisplayListPainter_IMMEDIATE_MODE_RENDERING", "D_vtkDisplayListPainter_IMMEDIATE_MODE_RENDERING")); mixin(bindCode("vtkDisplayListPainter_Upcast", "D_vtkDisplayListPainter_Upcast")); mixin(bindCode("vtkPixel_New", "D_vtkPixel_New")); mixin(bindCode("vtkPixel_IsTypeOf", "D_vtkPixel_IsTypeOf")); mixin(bindCode("vtkPixel_SafeDownCast", "D_vtkPixel_SafeDownCast")); mixin(bindCode("vtkPixel_NewInstance", "D_vtkPixel_NewInstance")); mixin(bindCode("vtkPixel_InterpolationFunctions", "D_vtkPixel_InterpolationFunctions")); mixin(bindCode("vtkPixel_InterpolationDerivs", "D_vtkPixel_InterpolationDerivs")); mixin(bindCode("vtkPixel_InterpolateFunctions", "D_vtkPixel_InterpolateFunctions")); mixin(bindCode("vtkPixel_InterpolateDerivs", "D_vtkPixel_InterpolateDerivs")); mixin(bindCode("vtkPixel_Upcast", "D_vtkPixel_Upcast")); mixin(bindCode("vtkGeoAlignedImageRepresentation_New", "D_vtkGeoAlignedImageRepresentation_New")); mixin(bindCode("vtkGeoAlignedImageRepresentation_IsTypeOf", "D_vtkGeoAlignedImageRepresentation_IsTypeOf")); mixin(bindCode("vtkGeoAlignedImageRepresentation_SafeDownCast", "D_vtkGeoAlignedImageRepresentation_SafeDownCast")); mixin(bindCode("vtkGeoAlignedImageRepresentation_NewInstance", "D_vtkGeoAlignedImageRepresentation_NewInstance")); mixin(bindCode("vtkGeoAlignedImageRepresentation_GetBestImageForBounds", "D_vtkGeoAlignedImageRepresentation_GetBestImageForBounds")); mixin(bindCode("vtkGeoAlignedImageRepresentation_GetSource", "D_vtkGeoAlignedImageRepresentation_GetSource")); mixin(bindCode("vtkGeoAlignedImageRepresentation_SetSource", "D_vtkGeoAlignedImageRepresentation_SetSource")); mixin(bindCode("vtkGeoAlignedImageRepresentation_SaveDatabase", "D_vtkGeoAlignedImageRepresentation_SaveDatabase")); mixin(bindCode("vtkGeoAlignedImageRepresentation_Upcast", "D_vtkGeoAlignedImageRepresentation_Upcast")); mixin(bindCode("vtkImageMagnify_New", "D_vtkImageMagnify_New")); mixin(bindCode("vtkImageMagnify_IsTypeOf", "D_vtkImageMagnify_IsTypeOf")); mixin(bindCode("vtkImageMagnify_SafeDownCast", "D_vtkImageMagnify_SafeDownCast")); mixin(bindCode("vtkImageMagnify_NewInstance", "D_vtkImageMagnify_NewInstance")); mixin(bindCode("vtkImageMagnify_SetMagnificationFactors__SWIG_0", "D_vtkImageMagnify_SetMagnificationFactors__SWIG_0")); mixin(bindCode("vtkImageMagnify_SetMagnificationFactors__SWIG_1", "D_vtkImageMagnify_SetMagnificationFactors__SWIG_1")); mixin(bindCode("vtkImageMagnify_GetMagnificationFactors__SWIG_0", "D_vtkImageMagnify_GetMagnificationFactors__SWIG_0")); mixin(bindCode("vtkImageMagnify_GetMagnificationFactors__SWIG_1", "D_vtkImageMagnify_GetMagnificationFactors__SWIG_1")); mixin(bindCode("vtkImageMagnify_GetMagnificationFactors__SWIG_2", "D_vtkImageMagnify_GetMagnificationFactors__SWIG_2")); mixin(bindCode("vtkImageMagnify_SetInterpolate", "D_vtkImageMagnify_SetInterpolate")); mixin(bindCode("vtkImageMagnify_GetInterpolate", "D_vtkImageMagnify_GetInterpolate")); mixin(bindCode("vtkImageMagnify_InterpolateOn", "D_vtkImageMagnify_InterpolateOn")); mixin(bindCode("vtkImageMagnify_InterpolateOff", "D_vtkImageMagnify_InterpolateOff")); mixin(bindCode("vtkImageMagnify_Upcast", "D_vtkImageMagnify_Upcast")); mixin(bindCode("vtkShaderProgram_IsTypeOf", "D_vtkShaderProgram_IsTypeOf")); mixin(bindCode("vtkShaderProgram_SafeDownCast", "D_vtkShaderProgram_SafeDownCast")); mixin(bindCode("vtkShaderProgram_NewInstance", "D_vtkShaderProgram_NewInstance")); mixin(bindCode("vtkShaderProgram_GetMaterial", "D_vtkShaderProgram_GetMaterial")); mixin(bindCode("vtkShaderProgram_SetMaterial", "D_vtkShaderProgram_SetMaterial")); mixin(bindCode("vtkShaderProgram_AddShader", "D_vtkShaderProgram_AddShader")); mixin(bindCode("vtkShaderProgram_RemoveShader__SWIG_0", "D_vtkShaderProgram_RemoveShader__SWIG_0")); mixin(bindCode("vtkShaderProgram_RemoveShader__SWIG_1", "D_vtkShaderProgram_RemoveShader__SWIG_1")); mixin(bindCode("vtkShaderProgram_NewShaderIterator", "D_vtkShaderProgram_NewShaderIterator")); mixin(bindCode("vtkShaderProgram_GetNumberOfShaders", "D_vtkShaderProgram_GetNumberOfShaders")); mixin(bindCode("vtkShaderProgram_CreateShaderProgram", "D_vtkShaderProgram_CreateShaderProgram")); mixin(bindCode("vtkShaderProgram_ReadMaterial", "D_vtkShaderProgram_ReadMaterial")); mixin(bindCode("vtkShaderProgram_Render", "D_vtkShaderProgram_Render")); mixin(bindCode("vtkShaderProgram_AddShaderVariable__SWIG_0", "D_vtkShaderProgram_AddShaderVariable__SWIG_0")); mixin(bindCode("vtkShaderProgram_AddShaderVariable__SWIG_1", "D_vtkShaderProgram_AddShaderVariable__SWIG_1")); mixin(bindCode("vtkShaderProgram_AddShaderVariable__SWIG_2", "D_vtkShaderProgram_AddShaderVariable__SWIG_2")); mixin(bindCode("vtkShaderProgram_PostRender", "D_vtkShaderProgram_PostRender")); mixin(bindCode("vtkShaderProgram_ReleaseGraphicsResources", "D_vtkShaderProgram_ReleaseGraphicsResources")); mixin(bindCode("vtkShaderProgram_GetShaderDeviceAdapter", "D_vtkShaderProgram_GetShaderDeviceAdapter")); mixin(bindCode("vtkShaderProgram_Upcast", "D_vtkShaderProgram_Upcast")); mixin(bindCode("vtkGenericCell_New", "D_vtkGenericCell_New")); mixin(bindCode("vtkGenericCell_IsTypeOf", "D_vtkGenericCell_IsTypeOf")); mixin(bindCode("vtkGenericCell_SafeDownCast", "D_vtkGenericCell_SafeDownCast")); mixin(bindCode("vtkGenericCell_NewInstance", "D_vtkGenericCell_NewInstance")); mixin(bindCode("vtkGenericCell_InterpolateFunctions", "D_vtkGenericCell_InterpolateFunctions")); mixin(bindCode("vtkGenericCell_InterpolateDerivs", "D_vtkGenericCell_InterpolateDerivs")); mixin(bindCode("vtkGenericCell_SetCellType", "D_vtkGenericCell_SetCellType")); mixin(bindCode("vtkGenericCell_SetCellTypeToEmptyCell", "D_vtkGenericCell_SetCellTypeToEmptyCell")); mixin(bindCode("vtkGenericCell_SetCellTypeToVertex", "D_vtkGenericCell_SetCellTypeToVertex")); mixin(bindCode("vtkGenericCell_SetCellTypeToPolyVertex", "D_vtkGenericCell_SetCellTypeToPolyVertex")); mixin(bindCode("vtkGenericCell_SetCellTypeToLine", "D_vtkGenericCell_SetCellTypeToLine")); mixin(bindCode("vtkGenericCell_SetCellTypeToPolyLine", "D_vtkGenericCell_SetCellTypeToPolyLine")); mixin(bindCode("vtkGenericCell_SetCellTypeToTriangle", "D_vtkGenericCell_SetCellTypeToTriangle")); mixin(bindCode("vtkGenericCell_SetCellTypeToTriangleStrip", "D_vtkGenericCell_SetCellTypeToTriangleStrip")); mixin(bindCode("vtkGenericCell_SetCellTypeToPolygon", "D_vtkGenericCell_SetCellTypeToPolygon")); mixin(bindCode("vtkGenericCell_SetCellTypeToPixel", "D_vtkGenericCell_SetCellTypeToPixel")); mixin(bindCode("vtkGenericCell_SetCellTypeToQuad", "D_vtkGenericCell_SetCellTypeToQuad")); mixin(bindCode("vtkGenericCell_SetCellTypeToTetra", "D_vtkGenericCell_SetCellTypeToTetra")); mixin(bindCode("vtkGenericCell_SetCellTypeToVoxel", "D_vtkGenericCell_SetCellTypeToVoxel")); mixin(bindCode("vtkGenericCell_SetCellTypeToHexahedron", "D_vtkGenericCell_SetCellTypeToHexahedron")); mixin(bindCode("vtkGenericCell_SetCellTypeToWedge", "D_vtkGenericCell_SetCellTypeToWedge")); mixin(bindCode("vtkGenericCell_SetCellTypeToPyramid", "D_vtkGenericCell_SetCellTypeToPyramid")); mixin(bindCode("vtkGenericCell_SetCellTypeToPentagonalPrism", "D_vtkGenericCell_SetCellTypeToPentagonalPrism")); mixin(bindCode("vtkGenericCell_SetCellTypeToHexagonalPrism", "D_vtkGenericCell_SetCellTypeToHexagonalPrism")); mixin(bindCode("vtkGenericCell_SetCellTypeToPolyhedron", "D_vtkGenericCell_SetCellTypeToPolyhedron")); mixin(bindCode("vtkGenericCell_SetCellTypeToConvexPointSet", "D_vtkGenericCell_SetCellTypeToConvexPointSet")); mixin(bindCode("vtkGenericCell_SetCellTypeToQuadraticEdge", "D_vtkGenericCell_SetCellTypeToQuadraticEdge")); mixin(bindCode("vtkGenericCell_SetCellTypeToCubicLine", "D_vtkGenericCell_SetCellTypeToCubicLine")); mixin(bindCode("vtkGenericCell_SetCellTypeToQuadraticTriangle", "D_vtkGenericCell_SetCellTypeToQuadraticTriangle")); mixin(bindCode("vtkGenericCell_SetCellTypeToBiQuadraticTriangle", "D_vtkGenericCell_SetCellTypeToBiQuadraticTriangle")); mixin(bindCode("vtkGenericCell_SetCellTypeToQuadraticQuad", "D_vtkGenericCell_SetCellTypeToQuadraticQuad")); mixin(bindCode("vtkGenericCell_SetCellTypeToQuadraticTetra", "D_vtkGenericCell_SetCellTypeToQuadraticTetra")); mixin(bindCode("vtkGenericCell_SetCellTypeToQuadraticHexahedron", "D_vtkGenericCell_SetCellTypeToQuadraticHexahedron")); mixin(bindCode("vtkGenericCell_SetCellTypeToQuadraticWedge", "D_vtkGenericCell_SetCellTypeToQuadraticWedge")); mixin(bindCode("vtkGenericCell_SetCellTypeToQuadraticPyramid", "D_vtkGenericCell_SetCellTypeToQuadraticPyramid")); mixin(bindCode("vtkGenericCell_SetCellTypeToQuadraticLinearQuad", "D_vtkGenericCell_SetCellTypeToQuadraticLinearQuad")); mixin(bindCode("vtkGenericCell_SetCellTypeToBiQuadraticQuad", "D_vtkGenericCell_SetCellTypeToBiQuadraticQuad")); mixin(bindCode("vtkGenericCell_SetCellTypeToQuadraticLinearWedge", "D_vtkGenericCell_SetCellTypeToQuadraticLinearWedge")); mixin(bindCode("vtkGenericCell_SetCellTypeToBiQuadraticQuadraticWedge", "D_vtkGenericCell_SetCellTypeToBiQuadraticQuadraticWedge")); mixin(bindCode("vtkGenericCell_SetCellTypeToTriQuadraticHexahedron", "D_vtkGenericCell_SetCellTypeToTriQuadraticHexahedron")); mixin(bindCode("vtkGenericCell_SetCellTypeToBiQuadraticQuadraticHexahedron", "D_vtkGenericCell_SetCellTypeToBiQuadraticQuadraticHexahedron")); mixin(bindCode("vtkGenericCell_InstantiateCell", "D_vtkGenericCell_InstantiateCell")); mixin(bindCode("vtkGenericCell_Upcast", "D_vtkGenericCell_Upcast")); mixin(bindCode("vtkMNITagPointWriter_IsTypeOf", "D_vtkMNITagPointWriter_IsTypeOf")); mixin(bindCode("vtkMNITagPointWriter_SafeDownCast", "D_vtkMNITagPointWriter_SafeDownCast")); mixin(bindCode("vtkMNITagPointWriter_NewInstance", "D_vtkMNITagPointWriter_NewInstance")); mixin(bindCode("vtkMNITagPointWriter_New", "D_vtkMNITagPointWriter_New")); mixin(bindCode("vtkMNITagPointWriter_GetFileExtensions", "D_vtkMNITagPointWriter_GetFileExtensions")); mixin(bindCode("vtkMNITagPointWriter_GetDescriptiveName", "D_vtkMNITagPointWriter_GetDescriptiveName")); mixin(bindCode("vtkMNITagPointWriter_SetPoints__SWIG_0", "D_vtkMNITagPointWriter_SetPoints__SWIG_0")); mixin(bindCode("vtkMNITagPointWriter_SetPoints__SWIG_1", "D_vtkMNITagPointWriter_SetPoints__SWIG_1")); mixin(bindCode("vtkMNITagPointWriter_GetPoints__SWIG_0", "D_vtkMNITagPointWriter_GetPoints__SWIG_0")); mixin(bindCode("vtkMNITagPointWriter_GetPoints__SWIG_1", "D_vtkMNITagPointWriter_GetPoints__SWIG_1")); mixin(bindCode("vtkMNITagPointWriter_SetLabelText", "D_vtkMNITagPointWriter_SetLabelText")); mixin(bindCode("vtkMNITagPointWriter_GetLabelText", "D_vtkMNITagPointWriter_GetLabelText")); mixin(bindCode("vtkMNITagPointWriter_SetWeights", "D_vtkMNITagPointWriter_SetWeights")); mixin(bindCode("vtkMNITagPointWriter_GetWeights", "D_vtkMNITagPointWriter_GetWeights")); mixin(bindCode("vtkMNITagPointWriter_SetStructureIds", "D_vtkMNITagPointWriter_SetStructureIds")); mixin(bindCode("vtkMNITagPointWriter_GetStructureIds", "D_vtkMNITagPointWriter_GetStructureIds")); mixin(bindCode("vtkMNITagPointWriter_SetPatientIds", "D_vtkMNITagPointWriter_SetPatientIds")); mixin(bindCode("vtkMNITagPointWriter_GetPatientIds", "D_vtkMNITagPointWriter_GetPatientIds")); mixin(bindCode("vtkMNITagPointWriter_SetComments", "D_vtkMNITagPointWriter_SetComments")); mixin(bindCode("vtkMNITagPointWriter_GetComments", "D_vtkMNITagPointWriter_GetComments")); mixin(bindCode("vtkMNITagPointWriter_SetFileName", "D_vtkMNITagPointWriter_SetFileName")); mixin(bindCode("vtkMNITagPointWriter_GetFileName", "D_vtkMNITagPointWriter_GetFileName")); mixin(bindCode("vtkMNITagPointWriter_Upcast", "D_vtkMNITagPointWriter_Upcast")); mixin(bindCode("vtkSectorSource_New", "D_vtkSectorSource_New")); mixin(bindCode("vtkSectorSource_IsTypeOf", "D_vtkSectorSource_IsTypeOf")); mixin(bindCode("vtkSectorSource_SafeDownCast", "D_vtkSectorSource_SafeDownCast")); mixin(bindCode("vtkSectorSource_NewInstance", "D_vtkSectorSource_NewInstance")); mixin(bindCode("vtkSectorSource_SetInnerRadius", "D_vtkSectorSource_SetInnerRadius")); mixin(bindCode("vtkSectorSource_GetInnerRadiusMinValue", "D_vtkSectorSource_GetInnerRadiusMinValue")); mixin(bindCode("vtkSectorSource_GetInnerRadiusMaxValue", "D_vtkSectorSource_GetInnerRadiusMaxValue")); mixin(bindCode("vtkSectorSource_GetInnerRadius", "D_vtkSectorSource_GetInnerRadius")); mixin(bindCode("vtkSectorSource_SetOuterRadius", "D_vtkSectorSource_SetOuterRadius")); mixin(bindCode("vtkSectorSource_GetOuterRadiusMinValue", "D_vtkSectorSource_GetOuterRadiusMinValue")); mixin(bindCode("vtkSectorSource_GetOuterRadiusMaxValue", "D_vtkSectorSource_GetOuterRadiusMaxValue")); mixin(bindCode("vtkSectorSource_GetOuterRadius", "D_vtkSectorSource_GetOuterRadius")); mixin(bindCode("vtkSectorSource_SetZCoord", "D_vtkSectorSource_SetZCoord")); mixin(bindCode("vtkSectorSource_GetZCoordMinValue", "D_vtkSectorSource_GetZCoordMinValue")); mixin(bindCode("vtkSectorSource_GetZCoordMaxValue", "D_vtkSectorSource_GetZCoordMaxValue")); mixin(bindCode("vtkSectorSource_GetZCoord", "D_vtkSectorSource_GetZCoord")); mixin(bindCode("vtkSectorSource_SetRadialResolution", "D_vtkSectorSource_SetRadialResolution")); mixin(bindCode("vtkSectorSource_GetRadialResolutionMinValue", "D_vtkSectorSource_GetRadialResolutionMinValue")); mixin(bindCode("vtkSectorSource_GetRadialResolutionMaxValue", "D_vtkSectorSource_GetRadialResolutionMaxValue")); mixin(bindCode("vtkSectorSource_GetRadialResolution", "D_vtkSectorSource_GetRadialResolution")); mixin(bindCode("vtkSectorSource_SetCircumferentialResolution", "D_vtkSectorSource_SetCircumferentialResolution")); mixin(bindCode("vtkSectorSource_GetCircumferentialResolutionMinValue", "D_vtkSectorSource_GetCircumferentialResolutionMinValue")); mixin(bindCode("vtkSectorSource_GetCircumferentialResolutionMaxValue", "D_vtkSectorSource_GetCircumferentialResolutionMaxValue")); mixin(bindCode("vtkSectorSource_GetCircumferentialResolution", "D_vtkSectorSource_GetCircumferentialResolution")); mixin(bindCode("vtkSectorSource_SetStartAngle", "D_vtkSectorSource_SetStartAngle")); mixin(bindCode("vtkSectorSource_GetStartAngleMinValue", "D_vtkSectorSource_GetStartAngleMinValue")); mixin(bindCode("vtkSectorSource_GetStartAngleMaxValue", "D_vtkSectorSource_GetStartAngleMaxValue")); mixin(bindCode("vtkSectorSource_GetStartAngle", "D_vtkSectorSource_GetStartAngle")); mixin(bindCode("vtkSectorSource_SetEndAngle", "D_vtkSectorSource_SetEndAngle")); mixin(bindCode("vtkSectorSource_GetEndAngleMinValue", "D_vtkSectorSource_GetEndAngleMinValue")); mixin(bindCode("vtkSectorSource_GetEndAngleMaxValue", "D_vtkSectorSource_GetEndAngleMaxValue")); mixin(bindCode("vtkSectorSource_GetEndAngle", "D_vtkSectorSource_GetEndAngle")); mixin(bindCode("vtkSectorSource_Upcast", "D_vtkSectorSource_Upcast")); mixin(bindCode("vtkMultiBlockDataSet_New", "D_vtkMultiBlockDataSet_New")); mixin(bindCode("vtkMultiBlockDataSet_IsTypeOf", "D_vtkMultiBlockDataSet_IsTypeOf")); mixin(bindCode("vtkMultiBlockDataSet_SafeDownCast", "D_vtkMultiBlockDataSet_SafeDownCast")); mixin(bindCode("vtkMultiBlockDataSet_NewInstance", "D_vtkMultiBlockDataSet_NewInstance")); mixin(bindCode("vtkMultiBlockDataSet_SetNumberOfBlocks", "D_vtkMultiBlockDataSet_SetNumberOfBlocks")); mixin(bindCode("vtkMultiBlockDataSet_GetNumberOfBlocks", "D_vtkMultiBlockDataSet_GetNumberOfBlocks")); mixin(bindCode("vtkMultiBlockDataSet_GetBlock", "D_vtkMultiBlockDataSet_GetBlock")); mixin(bindCode("vtkMultiBlockDataSet_SetBlock", "D_vtkMultiBlockDataSet_SetBlock")); mixin(bindCode("vtkMultiBlockDataSet_RemoveBlock", "D_vtkMultiBlockDataSet_RemoveBlock")); mixin(bindCode("vtkMultiBlockDataSet_HasMetaData__SWIG_0", "D_vtkMultiBlockDataSet_HasMetaData__SWIG_0")); mixin(bindCode("vtkMultiBlockDataSet_GetMetaData__SWIG_0", "D_vtkMultiBlockDataSet_GetMetaData__SWIG_0")); mixin(bindCode("vtkMultiBlockDataSet_GetMetaData__SWIG_1", "D_vtkMultiBlockDataSet_GetMetaData__SWIG_1")); mixin(bindCode("vtkMultiBlockDataSet_HasMetaData__SWIG_1", "D_vtkMultiBlockDataSet_HasMetaData__SWIG_1")); mixin(bindCode("new_vtkMultiBlockDataSet", "D_new_vtkMultiBlockDataSet")); mixin(bindCode("delete_vtkMultiBlockDataSet", "D_delete_vtkMultiBlockDataSet")); mixin(bindCode("vtkMultiBlockDataSet_Upcast", "D_vtkMultiBlockDataSet_Upcast")); mixin(bindCode("vtkPlane_New", "D_vtkPlane_New")); mixin(bindCode("vtkPlane_IsTypeOf", "D_vtkPlane_IsTypeOf")); mixin(bindCode("vtkPlane_SafeDownCast", "D_vtkPlane_SafeDownCast")); mixin(bindCode("vtkPlane_NewInstance", "D_vtkPlane_NewInstance")); mixin(bindCode("vtkPlane_EvaluateFunction__SWIG_0", "D_vtkPlane_EvaluateFunction__SWIG_0")); mixin(bindCode("vtkPlane_EvaluateFunction__SWIG_1", "D_vtkPlane_EvaluateFunction__SWIG_1")); mixin(bindCode("vtkPlane_SetNormal__SWIG_0", "D_vtkPlane_SetNormal__SWIG_0")); mixin(bindCode("vtkPlane_SetNormal__SWIG_1", "D_vtkPlane_SetNormal__SWIG_1")); mixin(bindCode("vtkPlane_GetNormal__SWIG_0", "D_vtkPlane_GetNormal__SWIG_0")); mixin(bindCode("vtkPlane_GetNormal__SWIG_1", "D_vtkPlane_GetNormal__SWIG_1")); mixin(bindCode("vtkPlane_SetOrigin__SWIG_0", "D_vtkPlane_SetOrigin__SWIG_0")); mixin(bindCode("vtkPlane_SetOrigin__SWIG_1", "D_vtkPlane_SetOrigin__SWIG_1")); mixin(bindCode("vtkPlane_GetOrigin__SWIG_0", "D_vtkPlane_GetOrigin__SWIG_0")); mixin(bindCode("vtkPlane_GetOrigin__SWIG_1", "D_vtkPlane_GetOrigin__SWIG_1")); mixin(bindCode("vtkPlane_Push", "D_vtkPlane_Push")); mixin(bindCode("vtkPlane_ProjectPoint__SWIG_0", "D_vtkPlane_ProjectPoint__SWIG_0")); mixin(bindCode("vtkPlane_ProjectPoint__SWIG_1", "D_vtkPlane_ProjectPoint__SWIG_1")); mixin(bindCode("vtkPlane_ProjectVector__SWIG_0", "D_vtkPlane_ProjectVector__SWIG_0")); mixin(bindCode("vtkPlane_ProjectVector__SWIG_1", "D_vtkPlane_ProjectVector__SWIG_1")); mixin(bindCode("vtkPlane_GeneralizedProjectPoint__SWIG_0", "D_vtkPlane_GeneralizedProjectPoint__SWIG_0")); mixin(bindCode("vtkPlane_GeneralizedProjectPoint__SWIG_1", "D_vtkPlane_GeneralizedProjectPoint__SWIG_1")); mixin(bindCode("vtkPlane_Evaluate", "D_vtkPlane_Evaluate")); mixin(bindCode("vtkPlane_DistanceToPlane__SWIG_0", "D_vtkPlane_DistanceToPlane__SWIG_0")); mixin(bindCode("vtkPlane_DistanceToPlane__SWIG_1", "D_vtkPlane_DistanceToPlane__SWIG_1")); mixin(bindCode("vtkPlane_IntersectWithLine__SWIG_0", "D_vtkPlane_IntersectWithLine__SWIG_0")); mixin(bindCode("vtkPlane_IntersectWithLine__SWIG_1", "D_vtkPlane_IntersectWithLine__SWIG_1")); mixin(bindCode("vtkPlane_Upcast", "D_vtkPlane_Upcast")); mixin(bindCode("vtkPlaneCollection_IsTypeOf", "D_vtkPlaneCollection_IsTypeOf")); mixin(bindCode("vtkPlaneCollection_SafeDownCast", "D_vtkPlaneCollection_SafeDownCast")); mixin(bindCode("vtkPlaneCollection_NewInstance", "D_vtkPlaneCollection_NewInstance")); mixin(bindCode("vtkPlaneCollection_New", "D_vtkPlaneCollection_New")); mixin(bindCode("vtkPlaneCollection_AddItem", "D_vtkPlaneCollection_AddItem")); mixin(bindCode("vtkPlaneCollection_GetNextItem", "D_vtkPlaneCollection_GetNextItem")); mixin(bindCode("vtkPlaneCollection_GetItem", "D_vtkPlaneCollection_GetItem")); mixin(bindCode("vtkPlaneCollection_Upcast", "D_vtkPlaneCollection_Upcast")); mixin(bindCode("vtkAMRCutPlane_New", "D_vtkAMRCutPlane_New")); mixin(bindCode("vtkAMRCutPlane_IsTypeOf", "D_vtkAMRCutPlane_IsTypeOf")); mixin(bindCode("vtkAMRCutPlane_SafeDownCast", "D_vtkAMRCutPlane_SafeDownCast")); mixin(bindCode("vtkAMRCutPlane_NewInstance", "D_vtkAMRCutPlane_NewInstance")); mixin(bindCode("vtkAMRCutPlane_SetCenter__SWIG_0", "D_vtkAMRCutPlane_SetCenter__SWIG_0")); mixin(bindCode("vtkAMRCutPlane_SetCenter__SWIG_1", "D_vtkAMRCutPlane_SetCenter__SWIG_1")); mixin(bindCode("vtkAMRCutPlane_SetNormal__SWIG_0", "D_vtkAMRCutPlane_SetNormal__SWIG_0")); mixin(bindCode("vtkAMRCutPlane_SetNormal__SWIG_1", "D_vtkAMRCutPlane_SetNormal__SWIG_1")); mixin(bindCode("vtkAMRCutPlane_SetLevelOfResolution", "D_vtkAMRCutPlane_SetLevelOfResolution")); mixin(bindCode("vtkAMRCutPlane_GetLevelOfResolution", "D_vtkAMRCutPlane_GetLevelOfResolution")); mixin(bindCode("vtkAMRCutPlane_SetUseNativeCutter", "D_vtkAMRCutPlane_SetUseNativeCutter")); mixin(bindCode("vtkAMRCutPlane_GetUseNativeCutter", "D_vtkAMRCutPlane_GetUseNativeCutter")); mixin(bindCode("vtkAMRCutPlane_UseNativeCutterOn", "D_vtkAMRCutPlane_UseNativeCutterOn")); mixin(bindCode("vtkAMRCutPlane_UseNativeCutterOff", "D_vtkAMRCutPlane_UseNativeCutterOff")); mixin(bindCode("vtkAMRCutPlane_SetController", "D_vtkAMRCutPlane_SetController")); mixin(bindCode("vtkAMRCutPlane_GetController", "D_vtkAMRCutPlane_GetController")); mixin(bindCode("vtkAMRCutPlane_RequestData", "D_vtkAMRCutPlane_RequestData")); mixin(bindCode("vtkAMRCutPlane_FillInputPortInformation", "D_vtkAMRCutPlane_FillInputPortInformation")); mixin(bindCode("vtkAMRCutPlane_FillOutputPortInformation", "D_vtkAMRCutPlane_FillOutputPortInformation")); mixin(bindCode("vtkAMRCutPlane_RequestInformation", "D_vtkAMRCutPlane_RequestInformation")); mixin(bindCode("vtkAMRCutPlane_RequestUpdateExtent", "D_vtkAMRCutPlane_RequestUpdateExtent")); mixin(bindCode("vtkAMRCutPlane_Upcast", "D_vtkAMRCutPlane_Upcast")); mixin(bindCode("vtkFieldDataSerializer_New", "D_vtkFieldDataSerializer_New")); mixin(bindCode("vtkFieldDataSerializer_IsTypeOf", "D_vtkFieldDataSerializer_IsTypeOf")); mixin(bindCode("vtkFieldDataSerializer_SafeDownCast", "D_vtkFieldDataSerializer_SafeDownCast")); mixin(bindCode("vtkFieldDataSerializer_NewInstance", "D_vtkFieldDataSerializer_NewInstance")); mixin(bindCode("vtkFieldDataSerializer_SerializeMetaData", "D_vtkFieldDataSerializer_SerializeMetaData")); mixin(bindCode("vtkFieldDataSerializer_DeserializeMetaData", "D_vtkFieldDataSerializer_DeserializeMetaData")); mixin(bindCode("vtkFieldDataSerializer_Serialize", "D_vtkFieldDataSerializer_Serialize")); mixin(bindCode("vtkFieldDataSerializer_SerializeTuples", "D_vtkFieldDataSerializer_SerializeTuples")); mixin(bindCode("vtkFieldDataSerializer_SerializeSubExtent", "D_vtkFieldDataSerializer_SerializeSubExtent")); mixin(bindCode("vtkFieldDataSerializer_Deserialize", "D_vtkFieldDataSerializer_Deserialize")); mixin(bindCode("vtkFieldDataSerializer_Upcast", "D_vtkFieldDataSerializer_Upcast")); mixin(bindCode("vtkDirectedGraphAlgorithm_New", "D_vtkDirectedGraphAlgorithm_New")); mixin(bindCode("vtkDirectedGraphAlgorithm_IsTypeOf", "D_vtkDirectedGraphAlgorithm_IsTypeOf")); mixin(bindCode("vtkDirectedGraphAlgorithm_SafeDownCast", "D_vtkDirectedGraphAlgorithm_SafeDownCast")); mixin(bindCode("vtkDirectedGraphAlgorithm_NewInstance", "D_vtkDirectedGraphAlgorithm_NewInstance")); mixin(bindCode("vtkDirectedGraphAlgorithm_GetOutput__SWIG_0", "D_vtkDirectedGraphAlgorithm_GetOutput__SWIG_0")); mixin(bindCode("vtkDirectedGraphAlgorithm_GetOutput__SWIG_1", "D_vtkDirectedGraphAlgorithm_GetOutput__SWIG_1")); mixin(bindCode("vtkDirectedGraphAlgorithm_SetInputData__SWIG_0", "D_vtkDirectedGraphAlgorithm_SetInputData__SWIG_0")); mixin(bindCode("vtkDirectedGraphAlgorithm_SetInputData__SWIG_1", "D_vtkDirectedGraphAlgorithm_SetInputData__SWIG_1")); mixin(bindCode("vtkDirectedGraphAlgorithm_Upcast", "D_vtkDirectedGraphAlgorithm_Upcast")); mixin(bindCode("vtkPipelineGraphSource_New", "D_vtkPipelineGraphSource_New")); mixin(bindCode("vtkPipelineGraphSource_IsTypeOf", "D_vtkPipelineGraphSource_IsTypeOf")); mixin(bindCode("vtkPipelineGraphSource_SafeDownCast", "D_vtkPipelineGraphSource_SafeDownCast")); mixin(bindCode("vtkPipelineGraphSource_NewInstance", "D_vtkPipelineGraphSource_NewInstance")); mixin(bindCode("vtkPipelineGraphSource_AddSink", "D_vtkPipelineGraphSource_AddSink")); mixin(bindCode("vtkPipelineGraphSource_RemoveSink", "D_vtkPipelineGraphSource_RemoveSink")); mixin(bindCode("new_vtkPipelineGraphSource", "D_new_vtkPipelineGraphSource")); mixin(bindCode("delete_vtkPipelineGraphSource", "D_delete_vtkPipelineGraphSource")); mixin(bindCode("vtkPipelineGraphSource_Upcast", "D_vtkPipelineGraphSource_Upcast")); mixin(bindCode("vtkExodusIICache_New", "D_vtkExodusIICache_New")); mixin(bindCode("vtkExodusIICache_IsTypeOf", "D_vtkExodusIICache_IsTypeOf")); mixin(bindCode("vtkExodusIICache_SafeDownCast", "D_vtkExodusIICache_SafeDownCast")); mixin(bindCode("vtkExodusIICache_NewInstance", "D_vtkExodusIICache_NewInstance")); mixin(bindCode("vtkExodusIICache_Clear", "D_vtkExodusIICache_Clear")); mixin(bindCode("vtkExodusIICache_SetCacheCapacity", "D_vtkExodusIICache_SetCacheCapacity")); mixin(bindCode("vtkExodusIICache_GetSpaceLeft", "D_vtkExodusIICache_GetSpaceLeft")); mixin(bindCode("vtkExodusIICache_ReduceToSize", "D_vtkExodusIICache_ReduceToSize")); mixin(bindCode("vtkExodusIICache_Upcast", "D_vtkExodusIICache_Upcast")); mixin(bindCode("vtkSphereHandleRepresentation_New", "D_vtkSphereHandleRepresentation_New")); mixin(bindCode("vtkSphereHandleRepresentation_IsTypeOf", "D_vtkSphereHandleRepresentation_IsTypeOf")); mixin(bindCode("vtkSphereHandleRepresentation_SafeDownCast", "D_vtkSphereHandleRepresentation_SafeDownCast")); mixin(bindCode("vtkSphereHandleRepresentation_NewInstance", "D_vtkSphereHandleRepresentation_NewInstance")); mixin(bindCode("vtkSphereHandleRepresentation_SetTranslationMode", "D_vtkSphereHandleRepresentation_SetTranslationMode")); mixin(bindCode("vtkSphereHandleRepresentation_GetTranslationMode", "D_vtkSphereHandleRepresentation_GetTranslationMode")); mixin(bindCode("vtkSphereHandleRepresentation_TranslationModeOn", "D_vtkSphereHandleRepresentation_TranslationModeOn")); mixin(bindCode("vtkSphereHandleRepresentation_TranslationModeOff", "D_vtkSphereHandleRepresentation_TranslationModeOff")); mixin(bindCode("vtkSphereHandleRepresentation_SetSphereRadius", "D_vtkSphereHandleRepresentation_SetSphereRadius")); mixin(bindCode("vtkSphereHandleRepresentation_GetSphereRadius", "D_vtkSphereHandleRepresentation_GetSphereRadius")); mixin(bindCode("vtkSphereHandleRepresentation_SetProperty", "D_vtkSphereHandleRepresentation_SetProperty")); mixin(bindCode("vtkSphereHandleRepresentation_SetSelectedProperty", "D_vtkSphereHandleRepresentation_SetSelectedProperty")); mixin(bindCode("vtkSphereHandleRepresentation_GetProperty", "D_vtkSphereHandleRepresentation_GetProperty")); mixin(bindCode("vtkSphereHandleRepresentation_GetSelectedProperty", "D_vtkSphereHandleRepresentation_GetSelectedProperty")); mixin(bindCode("vtkSphereHandleRepresentation_SetHotSpotSize", "D_vtkSphereHandleRepresentation_SetHotSpotSize")); mixin(bindCode("vtkSphereHandleRepresentation_GetHotSpotSizeMinValue", "D_vtkSphereHandleRepresentation_GetHotSpotSizeMinValue")); mixin(bindCode("vtkSphereHandleRepresentation_GetHotSpotSizeMaxValue", "D_vtkSphereHandleRepresentation_GetHotSpotSizeMaxValue")); mixin(bindCode("vtkSphereHandleRepresentation_GetHotSpotSize", "D_vtkSphereHandleRepresentation_GetHotSpotSize")); mixin(bindCode("vtkSphereHandleRepresentation_ComputeInteractionState__SWIG_0", "D_vtkSphereHandleRepresentation_ComputeInteractionState__SWIG_0")); mixin(bindCode("vtkSphereHandleRepresentation_ComputeInteractionState__SWIG_1", "D_vtkSphereHandleRepresentation_ComputeInteractionState__SWIG_1")); mixin(bindCode("vtkSphereHandleRepresentation_PlaceWidget", "D_vtkSphereHandleRepresentation_PlaceWidget")); mixin(bindCode("vtkSphereHandleRepresentation_Upcast", "D_vtkSphereHandleRepresentation_Upcast")); mixin(bindCode("vtkParallelopipedWidget_New", "D_vtkParallelopipedWidget_New")); mixin(bindCode("vtkParallelopipedWidget_IsTypeOf", "D_vtkParallelopipedWidget_IsTypeOf")); mixin(bindCode("vtkParallelopipedWidget_SafeDownCast", "D_vtkParallelopipedWidget_SafeDownCast")); mixin(bindCode("vtkParallelopipedWidget_NewInstance", "D_vtkParallelopipedWidget_NewInstance")); mixin(bindCode("vtkParallelopipedWidget_SetRepresentation", "D_vtkParallelopipedWidget_SetRepresentation")); mixin(bindCode("vtkParallelopipedWidget_GetParallelopipedRepresentation", "D_vtkParallelopipedWidget_GetParallelopipedRepresentation")); mixin(bindCode("vtkParallelopipedWidget_SetEnableChairCreation", "D_vtkParallelopipedWidget_SetEnableChairCreation")); mixin(bindCode("vtkParallelopipedWidget_GetEnableChairCreation", "D_vtkParallelopipedWidget_GetEnableChairCreation")); mixin(bindCode("vtkParallelopipedWidget_EnableChairCreationOn", "D_vtkParallelopipedWidget_EnableChairCreationOn")); mixin(bindCode("vtkParallelopipedWidget_EnableChairCreationOff", "D_vtkParallelopipedWidget_EnableChairCreationOff")); mixin(bindCode("vtkParallelopipedWidget_Upcast", "D_vtkParallelopipedWidget_Upcast")); mixin(bindCode("vtkPNGWriter_New", "D_vtkPNGWriter_New")); mixin(bindCode("vtkPNGWriter_IsTypeOf", "D_vtkPNGWriter_IsTypeOf")); mixin(bindCode("vtkPNGWriter_SafeDownCast", "D_vtkPNGWriter_SafeDownCast")); mixin(bindCode("vtkPNGWriter_NewInstance", "D_vtkPNGWriter_NewInstance")); mixin(bindCode("vtkPNGWriter_SetWriteToMemory", "D_vtkPNGWriter_SetWriteToMemory")); mixin(bindCode("vtkPNGWriter_GetWriteToMemory", "D_vtkPNGWriter_GetWriteToMemory")); mixin(bindCode("vtkPNGWriter_WriteToMemoryOn", "D_vtkPNGWriter_WriteToMemoryOn")); mixin(bindCode("vtkPNGWriter_WriteToMemoryOff", "D_vtkPNGWriter_WriteToMemoryOff")); mixin(bindCode("vtkPNGWriter_SetResult", "D_vtkPNGWriter_SetResult")); mixin(bindCode("vtkPNGWriter_GetResult", "D_vtkPNGWriter_GetResult")); mixin(bindCode("vtkPNGWriter_Upcast", "D_vtkPNGWriter_Upcast")); mixin(bindCode("vtkSeedRepresentation_New", "D_vtkSeedRepresentation_New")); mixin(bindCode("vtkSeedRepresentation_IsTypeOf", "D_vtkSeedRepresentation_IsTypeOf")); mixin(bindCode("vtkSeedRepresentation_SafeDownCast", "D_vtkSeedRepresentation_SafeDownCast")); mixin(bindCode("vtkSeedRepresentation_NewInstance", "D_vtkSeedRepresentation_NewInstance")); mixin(bindCode("vtkSeedRepresentation_GetSeedWorldPosition", "D_vtkSeedRepresentation_GetSeedWorldPosition")); mixin(bindCode("vtkSeedRepresentation_SetSeedDisplayPosition", "D_vtkSeedRepresentation_SetSeedDisplayPosition")); mixin(bindCode("vtkSeedRepresentation_GetSeedDisplayPosition", "D_vtkSeedRepresentation_GetSeedDisplayPosition")); mixin(bindCode("vtkSeedRepresentation_GetNumberOfSeeds", "D_vtkSeedRepresentation_GetNumberOfSeeds")); mixin(bindCode("vtkSeedRepresentation_SetHandleRepresentation", "D_vtkSeedRepresentation_SetHandleRepresentation")); mixin(bindCode("vtkSeedRepresentation_GetHandleRepresentation__SWIG_0", "D_vtkSeedRepresentation_GetHandleRepresentation__SWIG_0")); mixin(bindCode("vtkSeedRepresentation_GetHandleRepresentation__SWIG_1", "D_vtkSeedRepresentation_GetHandleRepresentation__SWIG_1")); mixin(bindCode("vtkSeedRepresentation_SetTolerance", "D_vtkSeedRepresentation_SetTolerance")); mixin(bindCode("vtkSeedRepresentation_GetToleranceMinValue", "D_vtkSeedRepresentation_GetToleranceMinValue")); mixin(bindCode("vtkSeedRepresentation_GetToleranceMaxValue", "D_vtkSeedRepresentation_GetToleranceMaxValue")); mixin(bindCode("vtkSeedRepresentation_GetTolerance", "D_vtkSeedRepresentation_GetTolerance")); mixin(bindCode("vtkSeedRepresentation_GetActiveHandle", "D_vtkSeedRepresentation_GetActiveHandle")); mixin(bindCode("vtkSeedRepresentation_CreateHandle", "D_vtkSeedRepresentation_CreateHandle")); mixin(bindCode("vtkSeedRepresentation_RemoveLastHandle", "D_vtkSeedRepresentation_RemoveLastHandle")); mixin(bindCode("vtkSeedRepresentation_RemoveActiveHandle", "D_vtkSeedRepresentation_RemoveActiveHandle")); mixin(bindCode("vtkSeedRepresentation_RemoveHandle", "D_vtkSeedRepresentation_RemoveHandle")); mixin(bindCode("vtkSeedRepresentation_ComputeInteractionState__SWIG_0", "D_vtkSeedRepresentation_ComputeInteractionState__SWIG_0")); mixin(bindCode("vtkSeedRepresentation_ComputeInteractionState__SWIG_1", "D_vtkSeedRepresentation_ComputeInteractionState__SWIG_1")); mixin(bindCode("vtkSeedRepresentation_Upcast", "D_vtkSeedRepresentation_Upcast")); mixin(bindCode("vtkDIMACSGraphWriter_New", "D_vtkDIMACSGraphWriter_New")); mixin(bindCode("vtkDIMACSGraphWriter_IsTypeOf", "D_vtkDIMACSGraphWriter_IsTypeOf")); mixin(bindCode("vtkDIMACSGraphWriter_SafeDownCast", "D_vtkDIMACSGraphWriter_SafeDownCast")); mixin(bindCode("vtkDIMACSGraphWriter_NewInstance", "D_vtkDIMACSGraphWriter_NewInstance")); mixin(bindCode("vtkDIMACSGraphWriter_GetInput__SWIG_0", "D_vtkDIMACSGraphWriter_GetInput__SWIG_0")); mixin(bindCode("vtkDIMACSGraphWriter_GetInput__SWIG_1", "D_vtkDIMACSGraphWriter_GetInput__SWIG_1")); mixin(bindCode("vtkDIMACSGraphWriter_Upcast", "D_vtkDIMACSGraphWriter_Upcast")); mixin(bindCode("vtkUnstructuredGridGeometryFilter_New", "D_vtkUnstructuredGridGeometryFilter_New")); mixin(bindCode("vtkUnstructuredGridGeometryFilter_IsTypeOf", "D_vtkUnstructuredGridGeometryFilter_IsTypeOf")); mixin(bindCode("vtkUnstructuredGridGeometryFilter_SafeDownCast", "D_vtkUnstructuredGridGeometryFilter_SafeDownCast")); mixin(bindCode("vtkUnstructuredGridGeometryFilter_NewInstance", "D_vtkUnstructuredGridGeometryFilter_NewInstance")); mixin(bindCode("vtkUnstructuredGridGeometryFilter_SetPointClipping", "D_vtkUnstructuredGridGeometryFilter_SetPointClipping")); mixin(bindCode("vtkUnstructuredGridGeometryFilter_GetPointClipping", "D_vtkUnstructuredGridGeometryFilter_GetPointClipping")); mixin(bindCode("vtkUnstructuredGridGeometryFilter_PointClippingOn", "D_vtkUnstructuredGridGeometryFilter_PointClippingOn")); mixin(bindCode("vtkUnstructuredGridGeometryFilter_PointClippingOff", "D_vtkUnstructuredGridGeometryFilter_PointClippingOff")); mixin(bindCode("vtkUnstructuredGridGeometryFilter_SetCellClipping", "D_vtkUnstructuredGridGeometryFilter_SetCellClipping")); mixin(bindCode("vtkUnstructuredGridGeometryFilter_GetCellClipping", "D_vtkUnstructuredGridGeometryFilter_GetCellClipping")); mixin(bindCode("vtkUnstructuredGridGeometryFilter_CellClippingOn", "D_vtkUnstructuredGridGeometryFilter_CellClippingOn")); mixin(bindCode("vtkUnstructuredGridGeometryFilter_CellClippingOff", "D_vtkUnstructuredGridGeometryFilter_CellClippingOff")); mixin(bindCode("vtkUnstructuredGridGeometryFilter_SetExtentClipping", "D_vtkUnstructuredGridGeometryFilter_SetExtentClipping")); mixin(bindCode("vtkUnstructuredGridGeometryFilter_GetExtentClipping", "D_vtkUnstructuredGridGeometryFilter_GetExtentClipping")); mixin(bindCode("vtkUnstructuredGridGeometryFilter_ExtentClippingOn", "D_vtkUnstructuredGridGeometryFilter_ExtentClippingOn")); mixin(bindCode("vtkUnstructuredGridGeometryFilter_ExtentClippingOff", "D_vtkUnstructuredGridGeometryFilter_ExtentClippingOff")); mixin(bindCode("vtkUnstructuredGridGeometryFilter_SetPointMinimum", "D_vtkUnstructuredGridGeometryFilter_SetPointMinimum")); mixin(bindCode("vtkUnstructuredGridGeometryFilter_GetPointMinimumMinValue", "D_vtkUnstructuredGridGeometryFilter_GetPointMinimumMinValue")); mixin(bindCode("vtkUnstructuredGridGeometryFilter_GetPointMinimumMaxValue", "D_vtkUnstructuredGridGeometryFilter_GetPointMinimumMaxValue")); mixin(bindCode("vtkUnstructuredGridGeometryFilter_GetPointMinimum", "D_vtkUnstructuredGridGeometryFilter_GetPointMinimum")); mixin(bindCode("vtkUnstructuredGridGeometryFilter_SetPointMaximum", "D_vtkUnstructuredGridGeometryFilter_SetPointMaximum")); mixin(bindCode("vtkUnstructuredGridGeometryFilter_GetPointMaximumMinValue", "D_vtkUnstructuredGridGeometryFilter_GetPointMaximumMinValue")); mixin(bindCode("vtkUnstructuredGridGeometryFilter_GetPointMaximumMaxValue", "D_vtkUnstructuredGridGeometryFilter_GetPointMaximumMaxValue")); mixin(bindCode("vtkUnstructuredGridGeometryFilter_GetPointMaximum", "D_vtkUnstructuredGridGeometryFilter_GetPointMaximum")); mixin(bindCode("vtkUnstructuredGridGeometryFilter_SetCellMinimum", "D_vtkUnstructuredGridGeometryFilter_SetCellMinimum")); mixin(bindCode("vtkUnstructuredGridGeometryFilter_GetCellMinimumMinValue", "D_vtkUnstructuredGridGeometryFilter_GetCellMinimumMinValue")); mixin(bindCode("vtkUnstructuredGridGeometryFilter_GetCellMinimumMaxValue", "D_vtkUnstructuredGridGeometryFilter_GetCellMinimumMaxValue")); mixin(bindCode("vtkUnstructuredGridGeometryFilter_GetCellMinimum", "D_vtkUnstructuredGridGeometryFilter_GetCellMinimum")); mixin(bindCode("vtkUnstructuredGridGeometryFilter_SetCellMaximum", "D_vtkUnstructuredGridGeometryFilter_SetCellMaximum")); mixin(bindCode("vtkUnstructuredGridGeometryFilter_GetCellMaximumMinValue", "D_vtkUnstructuredGridGeometryFilter_GetCellMaximumMinValue")); mixin(bindCode("vtkUnstructuredGridGeometryFilter_GetCellMaximumMaxValue", "D_vtkUnstructuredGridGeometryFilter_GetCellMaximumMaxValue")); mixin(bindCode("vtkUnstructuredGridGeometryFilter_GetCellMaximum", "D_vtkUnstructuredGridGeometryFilter_GetCellMaximum")); mixin(bindCode("vtkUnstructuredGridGeometryFilter_SetExtent__SWIG_0", "D_vtkUnstructuredGridGeometryFilter_SetExtent__SWIG_0")); mixin(bindCode("vtkUnstructuredGridGeometryFilter_SetExtent__SWIG_1", "D_vtkUnstructuredGridGeometryFilter_SetExtent__SWIG_1")); mixin(bindCode("vtkUnstructuredGridGeometryFilter_GetExtent", "D_vtkUnstructuredGridGeometryFilter_GetExtent")); mixin(bindCode("vtkUnstructuredGridGeometryFilter_SetMerging", "D_vtkUnstructuredGridGeometryFilter_SetMerging")); mixin(bindCode("vtkUnstructuredGridGeometryFilter_GetMerging", "D_vtkUnstructuredGridGeometryFilter_GetMerging")); mixin(bindCode("vtkUnstructuredGridGeometryFilter_MergingOn", "D_vtkUnstructuredGridGeometryFilter_MergingOn")); mixin(bindCode("vtkUnstructuredGridGeometryFilter_MergingOff", "D_vtkUnstructuredGridGeometryFilter_MergingOff")); mixin(bindCode("vtkUnstructuredGridGeometryFilter_SetPassThroughCellIds", "D_vtkUnstructuredGridGeometryFilter_SetPassThroughCellIds")); mixin(bindCode("vtkUnstructuredGridGeometryFilter_GetPassThroughCellIds", "D_vtkUnstructuredGridGeometryFilter_GetPassThroughCellIds")); mixin(bindCode("vtkUnstructuredGridGeometryFilter_PassThroughCellIdsOn", "D_vtkUnstructuredGridGeometryFilter_PassThroughCellIdsOn")); mixin(bindCode("vtkUnstructuredGridGeometryFilter_PassThroughCellIdsOff", "D_vtkUnstructuredGridGeometryFilter_PassThroughCellIdsOff")); mixin(bindCode("vtkUnstructuredGridGeometryFilter_SetPassThroughPointIds", "D_vtkUnstructuredGridGeometryFilter_SetPassThroughPointIds")); mixin(bindCode("vtkUnstructuredGridGeometryFilter_GetPassThroughPointIds", "D_vtkUnstructuredGridGeometryFilter_GetPassThroughPointIds")); mixin(bindCode("vtkUnstructuredGridGeometryFilter_PassThroughPointIdsOn", "D_vtkUnstructuredGridGeometryFilter_PassThroughPointIdsOn")); mixin(bindCode("vtkUnstructuredGridGeometryFilter_PassThroughPointIdsOff", "D_vtkUnstructuredGridGeometryFilter_PassThroughPointIdsOff")); mixin(bindCode("vtkUnstructuredGridGeometryFilter_SetOriginalCellIdsName", "D_vtkUnstructuredGridGeometryFilter_SetOriginalCellIdsName")); mixin(bindCode("vtkUnstructuredGridGeometryFilter_GetOriginalCellIdsName", "D_vtkUnstructuredGridGeometryFilter_GetOriginalCellIdsName")); mixin(bindCode("vtkUnstructuredGridGeometryFilter_SetOriginalPointIdsName", "D_vtkUnstructuredGridGeometryFilter_SetOriginalPointIdsName")); mixin(bindCode("vtkUnstructuredGridGeometryFilter_GetOriginalPointIdsName", "D_vtkUnstructuredGridGeometryFilter_GetOriginalPointIdsName")); mixin(bindCode("vtkUnstructuredGridGeometryFilter_SetLocator", "D_vtkUnstructuredGridGeometryFilter_SetLocator")); mixin(bindCode("vtkUnstructuredGridGeometryFilter_GetLocator", "D_vtkUnstructuredGridGeometryFilter_GetLocator")); mixin(bindCode("vtkUnstructuredGridGeometryFilter_CreateDefaultLocator", "D_vtkUnstructuredGridGeometryFilter_CreateDefaultLocator")); mixin(bindCode("vtkUnstructuredGridGeometryFilter_Upcast", "D_vtkUnstructuredGridGeometryFilter_Upcast")); mixin(bindCode("vtkExtractGrid_New", "D_vtkExtractGrid_New")); mixin(bindCode("vtkExtractGrid_IsTypeOf", "D_vtkExtractGrid_IsTypeOf")); mixin(bindCode("vtkExtractGrid_SafeDownCast", "D_vtkExtractGrid_SafeDownCast")); mixin(bindCode("vtkExtractGrid_NewInstance", "D_vtkExtractGrid_NewInstance")); mixin(bindCode("vtkExtractGrid_SetVOI__SWIG_0", "D_vtkExtractGrid_SetVOI__SWIG_0")); mixin(bindCode("vtkExtractGrid_SetVOI__SWIG_1", "D_vtkExtractGrid_SetVOI__SWIG_1")); mixin(bindCode("vtkExtractGrid_GetVOI__SWIG_0", "D_vtkExtractGrid_GetVOI__SWIG_0")); mixin(bindCode("vtkExtractGrid_GetVOI__SWIG_1", "D_vtkExtractGrid_GetVOI__SWIG_1")); mixin(bindCode("vtkExtractGrid_SetSampleRate__SWIG_0", "D_vtkExtractGrid_SetSampleRate__SWIG_0")); mixin(bindCode("vtkExtractGrid_SetSampleRate__SWIG_1", "D_vtkExtractGrid_SetSampleRate__SWIG_1")); mixin(bindCode("vtkExtractGrid_GetSampleRate__SWIG_0", "D_vtkExtractGrid_GetSampleRate__SWIG_0")); mixin(bindCode("vtkExtractGrid_GetSampleRate__SWIG_1", "D_vtkExtractGrid_GetSampleRate__SWIG_1")); mixin(bindCode("vtkExtractGrid_SetIncludeBoundary", "D_vtkExtractGrid_SetIncludeBoundary")); mixin(bindCode("vtkExtractGrid_GetIncludeBoundary", "D_vtkExtractGrid_GetIncludeBoundary")); mixin(bindCode("vtkExtractGrid_IncludeBoundaryOn", "D_vtkExtractGrid_IncludeBoundaryOn")); mixin(bindCode("vtkExtractGrid_IncludeBoundaryOff", "D_vtkExtractGrid_IncludeBoundaryOff")); mixin(bindCode("vtkExtractGrid_Upcast", "D_vtkExtractGrid_Upcast")); mixin(bindCode("vtkContourRepresentation_IsTypeOf", "D_vtkContourRepresentation_IsTypeOf")); mixin(bindCode("vtkContourRepresentation_SafeDownCast", "D_vtkContourRepresentation_SafeDownCast")); mixin(bindCode("vtkContourRepresentation_NewInstance", "D_vtkContourRepresentation_NewInstance")); mixin(bindCode("vtkContourRepresentation_AddNodeAtWorldPosition__SWIG_0", "D_vtkContourRepresentation_AddNodeAtWorldPosition__SWIG_0")); mixin(bindCode("vtkContourRepresentation_AddNodeAtWorldPosition__SWIG_1", "D_vtkContourRepresentation_AddNodeAtWorldPosition__SWIG_1")); mixin(bindCode("vtkContourRepresentation_AddNodeAtWorldPosition__SWIG_2", "D_vtkContourRepresentation_AddNodeAtWorldPosition__SWIG_2")); mixin(bindCode("vtkContourRepresentation_AddNodeAtDisplayPosition__SWIG_0", "D_vtkContourRepresentation_AddNodeAtDisplayPosition__SWIG_0")); mixin(bindCode("vtkContourRepresentation_AddNodeAtDisplayPosition__SWIG_1", "D_vtkContourRepresentation_AddNodeAtDisplayPosition__SWIG_1")); mixin(bindCode("vtkContourRepresentation_AddNodeAtDisplayPosition__SWIG_2", "D_vtkContourRepresentation_AddNodeAtDisplayPosition__SWIG_2")); mixin(bindCode("vtkContourRepresentation_ActivateNode__SWIG_0", "D_vtkContourRepresentation_ActivateNode__SWIG_0")); mixin(bindCode("vtkContourRepresentation_ActivateNode__SWIG_1", "D_vtkContourRepresentation_ActivateNode__SWIG_1")); mixin(bindCode("vtkContourRepresentation_ActivateNode__SWIG_2", "D_vtkContourRepresentation_ActivateNode__SWIG_2")); mixin(bindCode("vtkContourRepresentation_SetActiveNodeToWorldPosition__SWIG_0", "D_vtkContourRepresentation_SetActiveNodeToWorldPosition__SWIG_0")); mixin(bindCode("vtkContourRepresentation_SetActiveNodeToWorldPosition__SWIG_1", "D_vtkContourRepresentation_SetActiveNodeToWorldPosition__SWIG_1")); mixin(bindCode("vtkContourRepresentation_SetActiveNodeToDisplayPosition__SWIG_0", "D_vtkContourRepresentation_SetActiveNodeToDisplayPosition__SWIG_0")); mixin(bindCode("vtkContourRepresentation_SetActiveNodeToDisplayPosition__SWIG_1", "D_vtkContourRepresentation_SetActiveNodeToDisplayPosition__SWIG_1")); mixin(bindCode("vtkContourRepresentation_SetActiveNodeToDisplayPosition__SWIG_2", "D_vtkContourRepresentation_SetActiveNodeToDisplayPosition__SWIG_2")); mixin(bindCode("vtkContourRepresentation_ToggleActiveNodeSelected", "D_vtkContourRepresentation_ToggleActiveNodeSelected")); mixin(bindCode("vtkContourRepresentation_GetActiveNodeSelected", "D_vtkContourRepresentation_GetActiveNodeSelected")); mixin(bindCode("vtkContourRepresentation_GetNthNodeSelected", "D_vtkContourRepresentation_GetNthNodeSelected")); mixin(bindCode("vtkContourRepresentation_SetNthNodeSelected", "D_vtkContourRepresentation_SetNthNodeSelected")); mixin(bindCode("vtkContourRepresentation_GetActiveNodeWorldPosition", "D_vtkContourRepresentation_GetActiveNodeWorldPosition")); mixin(bindCode("vtkContourRepresentation_GetActiveNodeWorldOrientation", "D_vtkContourRepresentation_GetActiveNodeWorldOrientation")); mixin(bindCode("vtkContourRepresentation_GetActiveNodeDisplayPosition", "D_vtkContourRepresentation_GetActiveNodeDisplayPosition")); mixin(bindCode("vtkContourRepresentation_GetNumberOfNodes", "D_vtkContourRepresentation_GetNumberOfNodes")); mixin(bindCode("vtkContourRepresentation_GetNthNodeDisplayPosition", "D_vtkContourRepresentation_GetNthNodeDisplayPosition")); mixin(bindCode("vtkContourRepresentation_GetNthNodeWorldPosition", "D_vtkContourRepresentation_GetNthNodeWorldPosition")); mixin(bindCode("vtkContourRepresentation_GetNthNodeWorldOrientation", "D_vtkContourRepresentation_GetNthNodeWorldOrientation")); mixin(bindCode("vtkContourRepresentation_SetNthNodeDisplayPosition__SWIG_0", "D_vtkContourRepresentation_SetNthNodeDisplayPosition__SWIG_0")); mixin(bindCode("vtkContourRepresentation_SetNthNodeDisplayPosition__SWIG_1", "D_vtkContourRepresentation_SetNthNodeDisplayPosition__SWIG_1")); mixin(bindCode("vtkContourRepresentation_SetNthNodeDisplayPosition__SWIG_2", "D_vtkContourRepresentation_SetNthNodeDisplayPosition__SWIG_2")); mixin(bindCode("vtkContourRepresentation_SetNthNodeWorldPosition__SWIG_0", "D_vtkContourRepresentation_SetNthNodeWorldPosition__SWIG_0")); mixin(bindCode("vtkContourRepresentation_SetNthNodeWorldPosition__SWIG_1", "D_vtkContourRepresentation_SetNthNodeWorldPosition__SWIG_1")); mixin(bindCode("vtkContourRepresentation_GetNthNodeSlope", "D_vtkContourRepresentation_GetNthNodeSlope")); mixin(bindCode("vtkContourRepresentation_GetNumberOfIntermediatePoints", "D_vtkContourRepresentation_GetNumberOfIntermediatePoints")); mixin(bindCode("vtkContourRepresentation_GetIntermediatePointWorldPosition", "D_vtkContourRepresentation_GetIntermediatePointWorldPosition")); mixin(bindCode("vtkContourRepresentation_AddIntermediatePointWorldPosition__SWIG_0", "D_vtkContourRepresentation_AddIntermediatePointWorldPosition__SWIG_0")); mixin(bindCode("vtkContourRepresentation_AddIntermediatePointWorldPosition__SWIG_1", "D_vtkContourRepresentation_AddIntermediatePointWorldPosition__SWIG_1")); mixin(bindCode("vtkContourRepresentation_DeleteLastNode", "D_vtkContourRepresentation_DeleteLastNode")); mixin(bindCode("vtkContourRepresentation_DeleteActiveNode", "D_vtkContourRepresentation_DeleteActiveNode")); mixin(bindCode("vtkContourRepresentation_DeleteNthNode", "D_vtkContourRepresentation_DeleteNthNode")); mixin(bindCode("vtkContourRepresentation_ClearAllNodes", "D_vtkContourRepresentation_ClearAllNodes")); mixin(bindCode("vtkContourRepresentation_AddNodeOnContour", "D_vtkContourRepresentation_AddNodeOnContour")); mixin(bindCode("vtkContourRepresentation_SetPixelTolerance", "D_vtkContourRepresentation_SetPixelTolerance")); mixin(bindCode("vtkContourRepresentation_GetPixelToleranceMinValue", "D_vtkContourRepresentation_GetPixelToleranceMinValue")); mixin(bindCode("vtkContourRepresentation_GetPixelToleranceMaxValue", "D_vtkContourRepresentation_GetPixelToleranceMaxValue")); mixin(bindCode("vtkContourRepresentation_GetPixelTolerance", "D_vtkContourRepresentation_GetPixelTolerance")); mixin(bindCode("vtkContourRepresentation_SetWorldTolerance", "D_vtkContourRepresentation_SetWorldTolerance")); mixin(bindCode("vtkContourRepresentation_GetWorldToleranceMinValue", "D_vtkContourRepresentation_GetWorldToleranceMinValue")); mixin(bindCode("vtkContourRepresentation_GetWorldToleranceMaxValue", "D_vtkContourRepresentation_GetWorldToleranceMaxValue")); mixin(bindCode("vtkContourRepresentation_GetWorldTolerance", "D_vtkContourRepresentation_GetWorldTolerance")); mixin(bindCode("vtkContourRepresentation_GetCurrentOperation", "D_vtkContourRepresentation_GetCurrentOperation")); mixin(bindCode("vtkContourRepresentation_SetCurrentOperation", "D_vtkContourRepresentation_SetCurrentOperation")); mixin(bindCode("vtkContourRepresentation_GetCurrentOperationMinValue", "D_vtkContourRepresentation_GetCurrentOperationMinValue")); mixin(bindCode("vtkContourRepresentation_GetCurrentOperationMaxValue", "D_vtkContourRepresentation_GetCurrentOperationMaxValue")); mixin(bindCode("vtkContourRepresentation_SetCurrentOperationToInactive", "D_vtkContourRepresentation_SetCurrentOperationToInactive")); mixin(bindCode("vtkContourRepresentation_SetCurrentOperationToTranslate", "D_vtkContourRepresentation_SetCurrentOperationToTranslate")); mixin(bindCode("vtkContourRepresentation_SetCurrentOperationToShift", "D_vtkContourRepresentation_SetCurrentOperationToShift")); mixin(bindCode("vtkContourRepresentation_SetCurrentOperationToScale", "D_vtkContourRepresentation_SetCurrentOperationToScale")); mixin(bindCode("vtkContourRepresentation_SetPointPlacer", "D_vtkContourRepresentation_SetPointPlacer")); mixin(bindCode("vtkContourRepresentation_GetPointPlacer", "D_vtkContourRepresentation_GetPointPlacer")); mixin(bindCode("vtkContourRepresentation_SetLineInterpolator", "D_vtkContourRepresentation_SetLineInterpolator")); mixin(bindCode("vtkContourRepresentation_GetLineInterpolator", "D_vtkContourRepresentation_GetLineInterpolator")); mixin(bindCode("vtkContourRepresentation_ComputeInteractionState__SWIG_0", "D_vtkContourRepresentation_ComputeInteractionState__SWIG_0")); mixin(bindCode("vtkContourRepresentation_ComputeInteractionState__SWIG_1", "D_vtkContourRepresentation_ComputeInteractionState__SWIG_1")); mixin(bindCode("vtkContourRepresentation_SetClosedLoop", "D_vtkContourRepresentation_SetClosedLoop")); mixin(bindCode("vtkContourRepresentation_GetClosedLoop", "D_vtkContourRepresentation_GetClosedLoop")); mixin(bindCode("vtkContourRepresentation_ClosedLoopOn", "D_vtkContourRepresentation_ClosedLoopOn")); mixin(bindCode("vtkContourRepresentation_ClosedLoopOff", "D_vtkContourRepresentation_ClosedLoopOff")); mixin(bindCode("vtkContourRepresentation_SetShowSelectedNodes", "D_vtkContourRepresentation_SetShowSelectedNodes")); mixin(bindCode("vtkContourRepresentation_GetShowSelectedNodes", "D_vtkContourRepresentation_GetShowSelectedNodes")); mixin(bindCode("vtkContourRepresentation_ShowSelectedNodesOn", "D_vtkContourRepresentation_ShowSelectedNodesOn")); mixin(bindCode("vtkContourRepresentation_ShowSelectedNodesOff", "D_vtkContourRepresentation_ShowSelectedNodesOff")); mixin(bindCode("vtkContourRepresentation_GetNodePolyData", "D_vtkContourRepresentation_GetNodePolyData")); mixin(bindCode("vtkContourRepresentation_SetRebuildLocator", "D_vtkContourRepresentation_SetRebuildLocator")); mixin(bindCode("vtkContourRepresentation_Upcast", "D_vtkContourRepresentation_Upcast")); mixin(bindCode("vtkOrientedGlyphContourRepresentation_New", "D_vtkOrientedGlyphContourRepresentation_New")); mixin(bindCode("vtkOrientedGlyphContourRepresentation_IsTypeOf", "D_vtkOrientedGlyphContourRepresentation_IsTypeOf")); mixin(bindCode("vtkOrientedGlyphContourRepresentation_SafeDownCast", "D_vtkOrientedGlyphContourRepresentation_SafeDownCast")); mixin(bindCode("vtkOrientedGlyphContourRepresentation_NewInstance", "D_vtkOrientedGlyphContourRepresentation_NewInstance")); mixin(bindCode("vtkOrientedGlyphContourRepresentation_SetCursorShape", "D_vtkOrientedGlyphContourRepresentation_SetCursorShape")); mixin(bindCode("vtkOrientedGlyphContourRepresentation_GetCursorShape", "D_vtkOrientedGlyphContourRepresentation_GetCursorShape")); mixin(bindCode("vtkOrientedGlyphContourRepresentation_SetActiveCursorShape", "D_vtkOrientedGlyphContourRepresentation_SetActiveCursorShape")); mixin(bindCode("vtkOrientedGlyphContourRepresentation_GetActiveCursorShape", "D_vtkOrientedGlyphContourRepresentation_GetActiveCursorShape")); mixin(bindCode("vtkOrientedGlyphContourRepresentation_GetProperty", "D_vtkOrientedGlyphContourRepresentation_GetProperty")); mixin(bindCode("vtkOrientedGlyphContourRepresentation_GetActiveProperty", "D_vtkOrientedGlyphContourRepresentation_GetActiveProperty")); mixin(bindCode("vtkOrientedGlyphContourRepresentation_GetLinesProperty", "D_vtkOrientedGlyphContourRepresentation_GetLinesProperty")); mixin(bindCode("vtkOrientedGlyphContourRepresentation_ComputeInteractionState__SWIG_0", "D_vtkOrientedGlyphContourRepresentation_ComputeInteractionState__SWIG_0")); mixin(bindCode("vtkOrientedGlyphContourRepresentation_ComputeInteractionState__SWIG_1", "D_vtkOrientedGlyphContourRepresentation_ComputeInteractionState__SWIG_1")); mixin(bindCode("vtkOrientedGlyphContourRepresentation_GetContourRepresentationAsPolyData", "D_vtkOrientedGlyphContourRepresentation_GetContourRepresentationAsPolyData")); mixin(bindCode("vtkOrientedGlyphContourRepresentation_SetAlwaysOnTop", "D_vtkOrientedGlyphContourRepresentation_SetAlwaysOnTop")); mixin(bindCode("vtkOrientedGlyphContourRepresentation_GetAlwaysOnTop", "D_vtkOrientedGlyphContourRepresentation_GetAlwaysOnTop")); mixin(bindCode("vtkOrientedGlyphContourRepresentation_AlwaysOnTopOn", "D_vtkOrientedGlyphContourRepresentation_AlwaysOnTopOn")); mixin(bindCode("vtkOrientedGlyphContourRepresentation_AlwaysOnTopOff", "D_vtkOrientedGlyphContourRepresentation_AlwaysOnTopOff")); mixin(bindCode("vtkOrientedGlyphContourRepresentation_SetLineColor", "D_vtkOrientedGlyphContourRepresentation_SetLineColor")); mixin(bindCode("vtkOrientedGlyphContourRepresentation_Upcast", "D_vtkOrientedGlyphContourRepresentation_Upcast")); mixin(bindCode("vtkBiDimensionalRepresentation_IsTypeOf", "D_vtkBiDimensionalRepresentation_IsTypeOf")); mixin(bindCode("vtkBiDimensionalRepresentation_SafeDownCast", "D_vtkBiDimensionalRepresentation_SafeDownCast")); mixin(bindCode("vtkBiDimensionalRepresentation_NewInstance", "D_vtkBiDimensionalRepresentation_NewInstance")); mixin(bindCode("vtkBiDimensionalRepresentation_SetPoint1WorldPosition", "D_vtkBiDimensionalRepresentation_SetPoint1WorldPosition")); mixin(bindCode("vtkBiDimensionalRepresentation_SetPoint2WorldPosition", "D_vtkBiDimensionalRepresentation_SetPoint2WorldPosition")); mixin(bindCode("vtkBiDimensionalRepresentation_SetPoint3WorldPosition", "D_vtkBiDimensionalRepresentation_SetPoint3WorldPosition")); mixin(bindCode("vtkBiDimensionalRepresentation_SetPoint4WorldPosition", "D_vtkBiDimensionalRepresentation_SetPoint4WorldPosition")); mixin(bindCode("vtkBiDimensionalRepresentation_GetPoint1WorldPosition", "D_vtkBiDimensionalRepresentation_GetPoint1WorldPosition")); mixin(bindCode("vtkBiDimensionalRepresentation_GetPoint2WorldPosition", "D_vtkBiDimensionalRepresentation_GetPoint2WorldPosition")); mixin(bindCode("vtkBiDimensionalRepresentation_GetPoint3WorldPosition", "D_vtkBiDimensionalRepresentation_GetPoint3WorldPosition")); mixin(bindCode("vtkBiDimensionalRepresentation_GetPoint4WorldPosition", "D_vtkBiDimensionalRepresentation_GetPoint4WorldPosition")); mixin(bindCode("vtkBiDimensionalRepresentation_SetPoint1DisplayPosition", "D_vtkBiDimensionalRepresentation_SetPoint1DisplayPosition")); mixin(bindCode("vtkBiDimensionalRepresentation_SetPoint2DisplayPosition", "D_vtkBiDimensionalRepresentation_SetPoint2DisplayPosition")); mixin(bindCode("vtkBiDimensionalRepresentation_SetPoint3DisplayPosition", "D_vtkBiDimensionalRepresentation_SetPoint3DisplayPosition")); mixin(bindCode("vtkBiDimensionalRepresentation_SetPoint4DisplayPosition", "D_vtkBiDimensionalRepresentation_SetPoint4DisplayPosition")); mixin(bindCode("vtkBiDimensionalRepresentation_GetPoint1DisplayPosition", "D_vtkBiDimensionalRepresentation_GetPoint1DisplayPosition")); mixin(bindCode("vtkBiDimensionalRepresentation_GetPoint2DisplayPosition", "D_vtkBiDimensionalRepresentation_GetPoint2DisplayPosition")); mixin(bindCode("vtkBiDimensionalRepresentation_GetPoint3DisplayPosition", "D_vtkBiDimensionalRepresentation_GetPoint3DisplayPosition")); mixin(bindCode("vtkBiDimensionalRepresentation_GetPoint4DisplayPosition", "D_vtkBiDimensionalRepresentation_GetPoint4DisplayPosition")); mixin(bindCode("vtkBiDimensionalRepresentation_GetPoint1Representation", "D_vtkBiDimensionalRepresentation_GetPoint1Representation")); mixin(bindCode("vtkBiDimensionalRepresentation_GetPoint2Representation", "D_vtkBiDimensionalRepresentation_GetPoint2Representation")); mixin(bindCode("vtkBiDimensionalRepresentation_GetPoint3Representation", "D_vtkBiDimensionalRepresentation_GetPoint3Representation")); mixin(bindCode("vtkBiDimensionalRepresentation_GetPoint4Representation", "D_vtkBiDimensionalRepresentation_GetPoint4Representation")); mixin(bindCode("vtkBiDimensionalRepresentation_SetLine1Visibility", "D_vtkBiDimensionalRepresentation_SetLine1Visibility")); mixin(bindCode("vtkBiDimensionalRepresentation_GetLine1Visibility", "D_vtkBiDimensionalRepresentation_GetLine1Visibility")); mixin(bindCode("vtkBiDimensionalRepresentation_Line1VisibilityOn", "D_vtkBiDimensionalRepresentation_Line1VisibilityOn")); mixin(bindCode("vtkBiDimensionalRepresentation_Line1VisibilityOff", "D_vtkBiDimensionalRepresentation_Line1VisibilityOff")); mixin(bindCode("vtkBiDimensionalRepresentation_SetLine2Visibility", "D_vtkBiDimensionalRepresentation_SetLine2Visibility")); mixin(bindCode("vtkBiDimensionalRepresentation_GetLine2Visibility", "D_vtkBiDimensionalRepresentation_GetLine2Visibility")); mixin(bindCode("vtkBiDimensionalRepresentation_Line2VisibilityOn", "D_vtkBiDimensionalRepresentation_Line2VisibilityOn")); mixin(bindCode("vtkBiDimensionalRepresentation_Line2VisibilityOff", "D_vtkBiDimensionalRepresentation_Line2VisibilityOff")); mixin(bindCode("vtkBiDimensionalRepresentation_SetHandleRepresentation", "D_vtkBiDimensionalRepresentation_SetHandleRepresentation")); mixin(bindCode("vtkBiDimensionalRepresentation_InstantiateHandleRepresentation", "D_vtkBiDimensionalRepresentation_InstantiateHandleRepresentation")); mixin(bindCode("vtkBiDimensionalRepresentation_SetTolerance", "D_vtkBiDimensionalRepresentation_SetTolerance")); mixin(bindCode("vtkBiDimensionalRepresentation_GetToleranceMinValue", "D_vtkBiDimensionalRepresentation_GetToleranceMinValue")); mixin(bindCode("vtkBiDimensionalRepresentation_GetToleranceMaxValue", "D_vtkBiDimensionalRepresentation_GetToleranceMaxValue")); mixin(bindCode("vtkBiDimensionalRepresentation_GetTolerance", "D_vtkBiDimensionalRepresentation_GetTolerance")); mixin(bindCode("vtkBiDimensionalRepresentation_GetLength1", "D_vtkBiDimensionalRepresentation_GetLength1")); mixin(bindCode("vtkBiDimensionalRepresentation_GetLength2", "D_vtkBiDimensionalRepresentation_GetLength2")); mixin(bindCode("vtkBiDimensionalRepresentation_SetLabelFormat", "D_vtkBiDimensionalRepresentation_SetLabelFormat")); mixin(bindCode("vtkBiDimensionalRepresentation_GetLabelFormat", "D_vtkBiDimensionalRepresentation_GetLabelFormat")); mixin(bindCode("vtkBiDimensionalRepresentation_SetShowLabelAboveWidget", "D_vtkBiDimensionalRepresentation_SetShowLabelAboveWidget")); mixin(bindCode("vtkBiDimensionalRepresentation_GetShowLabelAboveWidget", "D_vtkBiDimensionalRepresentation_GetShowLabelAboveWidget")); mixin(bindCode("vtkBiDimensionalRepresentation_ShowLabelAboveWidgetOn", "D_vtkBiDimensionalRepresentation_ShowLabelAboveWidgetOn")); mixin(bindCode("vtkBiDimensionalRepresentation_ShowLabelAboveWidgetOff", "D_vtkBiDimensionalRepresentation_ShowLabelAboveWidgetOff")); mixin(bindCode("vtkBiDimensionalRepresentation_SetID", "D_vtkBiDimensionalRepresentation_SetID")); mixin(bindCode("vtkBiDimensionalRepresentation_GetID", "D_vtkBiDimensionalRepresentation_GetID")); mixin(bindCode("vtkBiDimensionalRepresentation_GetLabelText", "D_vtkBiDimensionalRepresentation_GetLabelText")); mixin(bindCode("vtkBiDimensionalRepresentation_GetLabelPosition__SWIG_0", "D_vtkBiDimensionalRepresentation_GetLabelPosition__SWIG_0")); mixin(bindCode("vtkBiDimensionalRepresentation_GetLabelPosition__SWIG_1", "D_vtkBiDimensionalRepresentation_GetLabelPosition__SWIG_1")); mixin(bindCode("vtkBiDimensionalRepresentation_GetWorldLabelPosition", "D_vtkBiDimensionalRepresentation_GetWorldLabelPosition")); mixin(bindCode("vtkBiDimensionalRepresentation_StartWidgetDefinition", "D_vtkBiDimensionalRepresentation_StartWidgetDefinition")); mixin(bindCode("vtkBiDimensionalRepresentation_Point2WidgetInteraction", "D_vtkBiDimensionalRepresentation_Point2WidgetInteraction")); mixin(bindCode("vtkBiDimensionalRepresentation_Point3WidgetInteraction", "D_vtkBiDimensionalRepresentation_Point3WidgetInteraction")); mixin(bindCode("vtkBiDimensionalRepresentation_StartWidgetManipulation", "D_vtkBiDimensionalRepresentation_StartWidgetManipulation")); mixin(bindCode("vtkBiDimensionalRepresentation_Upcast", "D_vtkBiDimensionalRepresentation_Upcast")); mixin(bindCode("file_noise200x200_vtk_length_get", "D_file_noise200x200_vtk_length_get")); mixin(bindCode("file_noise200x200_vtk_decoded_length_get", "D_file_noise200x200_vtk_decoded_length_get")); mixin(bindCode("file_noise200x200_vtk_section_1_get", "D_file_noise200x200_vtk_section_1_get")); mixin(bindCode("file_noise200x200_vtk_section_2_get", "D_file_noise200x200_vtk_section_2_get")); mixin(bindCode("file_noise200x200_vtk_section_3_get", "D_file_noise200x200_vtk_section_3_get")); mixin(bindCode("file_noise200x200_vtk_section_4_get", "D_file_noise200x200_vtk_section_4_get")); mixin(bindCode("file_noise200x200_vtk_sections_set", "D_file_noise200x200_vtk_sections_set")); mixin(bindCode("file_noise200x200_vtk_sections_get", "D_file_noise200x200_vtk_sections_get")); mixin(bindCode("file_noise200x200_vtk_nb_sections_get", "D_file_noise200x200_vtk_nb_sections_get")); mixin(bindCode("vtkImageDataStreamer_New", "D_vtkImageDataStreamer_New")); mixin(bindCode("vtkImageDataStreamer_IsTypeOf", "D_vtkImageDataStreamer_IsTypeOf")); mixin(bindCode("vtkImageDataStreamer_SafeDownCast", "D_vtkImageDataStreamer_SafeDownCast")); mixin(bindCode("vtkImageDataStreamer_NewInstance", "D_vtkImageDataStreamer_NewInstance")); mixin(bindCode("vtkImageDataStreamer_SetNumberOfStreamDivisions", "D_vtkImageDataStreamer_SetNumberOfStreamDivisions")); mixin(bindCode("vtkImageDataStreamer_GetNumberOfStreamDivisions", "D_vtkImageDataStreamer_GetNumberOfStreamDivisions")); mixin(bindCode("vtkImageDataStreamer_Update__SWIG_0", "D_vtkImageDataStreamer_Update__SWIG_0")); mixin(bindCode("vtkImageDataStreamer_Update__SWIG_1", "D_vtkImageDataStreamer_Update__SWIG_1")); mixin(bindCode("vtkImageDataStreamer_SetExtentTranslator", "D_vtkImageDataStreamer_SetExtentTranslator")); mixin(bindCode("vtkImageDataStreamer_GetExtentTranslator", "D_vtkImageDataStreamer_GetExtentTranslator")); mixin(bindCode("vtkImageDataStreamer_Upcast", "D_vtkImageDataStreamer_Upcast")); mixin(bindCode("vtkImageExport_New", "D_vtkImageExport_New")); mixin(bindCode("vtkImageExport_IsTypeOf", "D_vtkImageExport_IsTypeOf")); mixin(bindCode("vtkImageExport_SafeDownCast", "D_vtkImageExport_SafeDownCast")); mixin(bindCode("vtkImageExport_NewInstance", "D_vtkImageExport_NewInstance")); mixin(bindCode("vtkImageExport_GetDataMemorySize", "D_vtkImageExport_GetDataMemorySize")); mixin(bindCode("vtkImageExport_GetDataDimensions__SWIG_0", "D_vtkImageExport_GetDataDimensions__SWIG_0")); mixin(bindCode("vtkImageExport_GetDataDimensions__SWIG_1", "D_vtkImageExport_GetDataDimensions__SWIG_1")); mixin(bindCode("vtkImageExport_GetDataNumberOfScalarComponents", "D_vtkImageExport_GetDataNumberOfScalarComponents")); mixin(bindCode("vtkImageExport_GetDataScalarType", "D_vtkImageExport_GetDataScalarType")); mixin(bindCode("vtkImageExport_GetDataScalarTypeAsString", "D_vtkImageExport_GetDataScalarTypeAsString")); mixin(bindCode("vtkImageExport_GetDataExtent__SWIG_0", "D_vtkImageExport_GetDataExtent__SWIG_0")); mixin(bindCode("vtkImageExport_GetDataExtent__SWIG_1", "D_vtkImageExport_GetDataExtent__SWIG_1")); mixin(bindCode("vtkImageExport_GetDataSpacing__SWIG_0", "D_vtkImageExport_GetDataSpacing__SWIG_0")); mixin(bindCode("vtkImageExport_GetDataSpacing__SWIG_1", "D_vtkImageExport_GetDataSpacing__SWIG_1")); mixin(bindCode("vtkImageExport_GetDataOrigin__SWIG_0", "D_vtkImageExport_GetDataOrigin__SWIG_0")); mixin(bindCode("vtkImageExport_GetDataOrigin__SWIG_1", "D_vtkImageExport_GetDataOrigin__SWIG_1")); mixin(bindCode("vtkImageExport_ImageLowerLeftOn", "D_vtkImageExport_ImageLowerLeftOn")); mixin(bindCode("vtkImageExport_ImageLowerLeftOff", "D_vtkImageExport_ImageLowerLeftOff")); mixin(bindCode("vtkImageExport_GetImageLowerLeft", "D_vtkImageExport_GetImageLowerLeft")); mixin(bindCode("vtkImageExport_SetImageLowerLeft", "D_vtkImageExport_SetImageLowerLeft")); mixin(bindCode("vtkImageExport_SetExportVoidPointer", "D_vtkImageExport_SetExportVoidPointer")); mixin(bindCode("vtkImageExport_GetExportVoidPointer", "D_vtkImageExport_GetExportVoidPointer")); mixin(bindCode("vtkImageExport_Export__SWIG_0", "D_vtkImageExport_Export__SWIG_0")); mixin(bindCode("vtkImageExport_Export__SWIG_1", "D_vtkImageExport_Export__SWIG_1")); mixin(bindCode("vtkImageExport_GetPointerToData", "D_vtkImageExport_GetPointerToData")); mixin(bindCode("vtkImageExport_GetCallbackUserData", "D_vtkImageExport_GetCallbackUserData")); mixin(bindCode("vtkImageExport_Upcast", "D_vtkImageExport_Upcast")); mixin(bindCode("vtkRIBLight_New", "D_vtkRIBLight_New")); mixin(bindCode("vtkRIBLight_IsTypeOf", "D_vtkRIBLight_IsTypeOf")); mixin(bindCode("vtkRIBLight_SafeDownCast", "D_vtkRIBLight_SafeDownCast")); mixin(bindCode("vtkRIBLight_NewInstance", "D_vtkRIBLight_NewInstance")); mixin(bindCode("vtkRIBLight_ShadowsOn", "D_vtkRIBLight_ShadowsOn")); mixin(bindCode("vtkRIBLight_ShadowsOff", "D_vtkRIBLight_ShadowsOff")); mixin(bindCode("vtkRIBLight_SetShadows", "D_vtkRIBLight_SetShadows")); mixin(bindCode("vtkRIBLight_GetShadows", "D_vtkRIBLight_GetShadows")); mixin(bindCode("vtkRIBLight_Upcast", "D_vtkRIBLight_Upcast")); mixin(bindCode("vtkSpherePuzzleArrows_IsTypeOf", "D_vtkSpherePuzzleArrows_IsTypeOf")); mixin(bindCode("vtkSpherePuzzleArrows_SafeDownCast", "D_vtkSpherePuzzleArrows_SafeDownCast")); mixin(bindCode("vtkSpherePuzzleArrows_NewInstance", "D_vtkSpherePuzzleArrows_NewInstance")); mixin(bindCode("vtkSpherePuzzleArrows_New", "D_vtkSpherePuzzleArrows_New")); mixin(bindCode("vtkSpherePuzzleArrows_SetPermutation__SWIG_0", "D_vtkSpherePuzzleArrows_SetPermutation__SWIG_0")); mixin(bindCode("vtkSpherePuzzleArrows_GetPermutation__SWIG_0", "D_vtkSpherePuzzleArrows_GetPermutation__SWIG_0")); mixin(bindCode("vtkSpherePuzzleArrows_GetPermutation__SWIG_1", "D_vtkSpherePuzzleArrows_GetPermutation__SWIG_1")); mixin(bindCode("vtkSpherePuzzleArrows_SetPermutationComponent", "D_vtkSpherePuzzleArrows_SetPermutationComponent")); mixin(bindCode("vtkSpherePuzzleArrows_SetPermutation__SWIG_1", "D_vtkSpherePuzzleArrows_SetPermutation__SWIG_1")); mixin(bindCode("vtkSpherePuzzleArrows_Upcast", "D_vtkSpherePuzzleArrows_Upcast")); mixin(bindCode("vtkVertex_New", "D_vtkVertex_New")); mixin(bindCode("vtkVertex_IsTypeOf", "D_vtkVertex_IsTypeOf")); mixin(bindCode("vtkVertex_SafeDownCast", "D_vtkVertex_SafeDownCast")); mixin(bindCode("vtkVertex_NewInstance", "D_vtkVertex_NewInstance")); mixin(bindCode("vtkVertex_InterpolationFunctions", "D_vtkVertex_InterpolationFunctions")); mixin(bindCode("vtkVertex_InterpolationDerivs", "D_vtkVertex_InterpolationDerivs")); mixin(bindCode("vtkVertex_InterpolateFunctions", "D_vtkVertex_InterpolateFunctions")); mixin(bindCode("vtkVertex_Upcast", "D_vtkVertex_Upcast")); mixin(bindCode("vtkXMLPDataReader_IsTypeOf", "D_vtkXMLPDataReader_IsTypeOf")); mixin(bindCode("vtkXMLPDataReader_SafeDownCast", "D_vtkXMLPDataReader_SafeDownCast")); mixin(bindCode("vtkXMLPDataReader_NewInstance", "D_vtkXMLPDataReader_NewInstance")); mixin(bindCode("vtkXMLPDataReader_GetNumberOfPieces", "D_vtkXMLPDataReader_GetNumberOfPieces")); mixin(bindCode("vtkXMLPDataReader_Upcast", "D_vtkXMLPDataReader_Upcast")); mixin(bindCode("vtkXMLPStructuredDataReader_IsTypeOf", "D_vtkXMLPStructuredDataReader_IsTypeOf")); mixin(bindCode("vtkXMLPStructuredDataReader_SafeDownCast", "D_vtkXMLPStructuredDataReader_SafeDownCast")); mixin(bindCode("vtkXMLPStructuredDataReader_NewInstance", "D_vtkXMLPStructuredDataReader_NewInstance")); mixin(bindCode("vtkXMLPStructuredDataReader_GetExtentTranslator", "D_vtkXMLPStructuredDataReader_GetExtentTranslator")); mixin(bindCode("vtkXMLPStructuredDataReader_Upcast", "D_vtkXMLPStructuredDataReader_Upcast")); mixin(bindCode("vtkXMLPImageDataReader_IsTypeOf", "D_vtkXMLPImageDataReader_IsTypeOf")); mixin(bindCode("vtkXMLPImageDataReader_SafeDownCast", "D_vtkXMLPImageDataReader_SafeDownCast")); mixin(bindCode("vtkXMLPImageDataReader_NewInstance", "D_vtkXMLPImageDataReader_NewInstance")); mixin(bindCode("vtkXMLPImageDataReader_New", "D_vtkXMLPImageDataReader_New")); mixin(bindCode("vtkXMLPImageDataReader_GetOutput__SWIG_0", "D_vtkXMLPImageDataReader_GetOutput__SWIG_0")); mixin(bindCode("vtkXMLPImageDataReader_GetOutput__SWIG_1", "D_vtkXMLPImageDataReader_GetOutput__SWIG_1")); mixin(bindCode("vtkXMLPImageDataReader_Upcast", "D_vtkXMLPImageDataReader_Upcast")); mixin(bindCode("vtkHierarchicalDataExtractLevel_IsTypeOf", "D_vtkHierarchicalDataExtractLevel_IsTypeOf")); mixin(bindCode("vtkHierarchicalDataExtractLevel_SafeDownCast", "D_vtkHierarchicalDataExtractLevel_SafeDownCast")); mixin(bindCode("vtkHierarchicalDataExtractLevel_NewInstance", "D_vtkHierarchicalDataExtractLevel_NewInstance")); mixin(bindCode("vtkHierarchicalDataExtractLevel_New", "D_vtkHierarchicalDataExtractLevel_New")); mixin(bindCode("vtkHierarchicalDataExtractLevel_Upcast", "D_vtkHierarchicalDataExtractLevel_Upcast")); mixin(bindCode("VTK_ATTRIBUTE_MODE_USE_VERTEX_DATA_get", "D_VTK_ATTRIBUTE_MODE_USE_VERTEX_DATA_get")); mixin(bindCode("VTK_ATTRIBUTE_MODE_USE_EDGE_DATA_get", "D_VTK_ATTRIBUTE_MODE_USE_EDGE_DATA_get")); mixin(bindCode("vtkArrayCalculator_IsTypeOf", "D_vtkArrayCalculator_IsTypeOf")); mixin(bindCode("vtkArrayCalculator_SafeDownCast", "D_vtkArrayCalculator_SafeDownCast")); mixin(bindCode("vtkArrayCalculator_NewInstance", "D_vtkArrayCalculator_NewInstance")); mixin(bindCode("vtkArrayCalculator_New", "D_vtkArrayCalculator_New")); mixin(bindCode("vtkArrayCalculator_SetFunction", "D_vtkArrayCalculator_SetFunction")); mixin(bindCode("vtkArrayCalculator_GetFunction", "D_vtkArrayCalculator_GetFunction")); mixin(bindCode("vtkArrayCalculator_AddScalarArrayName__SWIG_0", "D_vtkArrayCalculator_AddScalarArrayName__SWIG_0")); mixin(bindCode("vtkArrayCalculator_AddScalarArrayName__SWIG_1", "D_vtkArrayCalculator_AddScalarArrayName__SWIG_1")); mixin(bindCode("vtkArrayCalculator_AddVectorArrayName__SWIG_0", "D_vtkArrayCalculator_AddVectorArrayName__SWIG_0")); mixin(bindCode("vtkArrayCalculator_AddVectorArrayName__SWIG_1", "D_vtkArrayCalculator_AddVectorArrayName__SWIG_1")); mixin(bindCode("vtkArrayCalculator_AddVectorArrayName__SWIG_2", "D_vtkArrayCalculator_AddVectorArrayName__SWIG_2")); mixin(bindCode("vtkArrayCalculator_AddVectorArrayName__SWIG_3", "D_vtkArrayCalculator_AddVectorArrayName__SWIG_3")); mixin(bindCode("vtkArrayCalculator_AddScalarVariable__SWIG_0", "D_vtkArrayCalculator_AddScalarVariable__SWIG_0")); mixin(bindCode("vtkArrayCalculator_AddScalarVariable__SWIG_1", "D_vtkArrayCalculator_AddScalarVariable__SWIG_1")); mixin(bindCode("vtkArrayCalculator_AddVectorVariable__SWIG_0", "D_vtkArrayCalculator_AddVectorVariable__SWIG_0")); mixin(bindCode("vtkArrayCalculator_AddVectorVariable__SWIG_1", "D_vtkArrayCalculator_AddVectorVariable__SWIG_1")); mixin(bindCode("vtkArrayCalculator_AddVectorVariable__SWIG_2", "D_vtkArrayCalculator_AddVectorVariable__SWIG_2")); mixin(bindCode("vtkArrayCalculator_AddVectorVariable__SWIG_3", "D_vtkArrayCalculator_AddVectorVariable__SWIG_3")); mixin(bindCode("vtkArrayCalculator_AddCoordinateScalarVariable__SWIG_0", "D_vtkArrayCalculator_AddCoordinateScalarVariable__SWIG_0")); mixin(bindCode("vtkArrayCalculator_AddCoordinateScalarVariable__SWIG_1", "D_vtkArrayCalculator_AddCoordinateScalarVariable__SWIG_1")); mixin(bindCode("vtkArrayCalculator_AddCoordinateVectorVariable__SWIG_0", "D_vtkArrayCalculator_AddCoordinateVectorVariable__SWIG_0")); mixin(bindCode("vtkArrayCalculator_AddCoordinateVectorVariable__SWIG_1", "D_vtkArrayCalculator_AddCoordinateVectorVariable__SWIG_1")); mixin(bindCode("vtkArrayCalculator_AddCoordinateVectorVariable__SWIG_2", "D_vtkArrayCalculator_AddCoordinateVectorVariable__SWIG_2")); mixin(bindCode("vtkArrayCalculator_AddCoordinateVectorVariable__SWIG_3", "D_vtkArrayCalculator_AddCoordinateVectorVariable__SWIG_3")); mixin(bindCode("vtkArrayCalculator_SetResultArrayName", "D_vtkArrayCalculator_SetResultArrayName")); mixin(bindCode("vtkArrayCalculator_GetResultArrayName", "D_vtkArrayCalculator_GetResultArrayName")); mixin(bindCode("vtkArrayCalculator_GetResultArrayType", "D_vtkArrayCalculator_GetResultArrayType")); mixin(bindCode("vtkArrayCalculator_SetResultArrayType", "D_vtkArrayCalculator_SetResultArrayType")); mixin(bindCode("vtkArrayCalculator_GetCoordinateResults", "D_vtkArrayCalculator_GetCoordinateResults")); mixin(bindCode("vtkArrayCalculator_SetCoordinateResults", "D_vtkArrayCalculator_SetCoordinateResults")); mixin(bindCode("vtkArrayCalculator_CoordinateResultsOn", "D_vtkArrayCalculator_CoordinateResultsOn")); mixin(bindCode("vtkArrayCalculator_CoordinateResultsOff", "D_vtkArrayCalculator_CoordinateResultsOff")); mixin(bindCode("vtkArrayCalculator_SetAttributeMode", "D_vtkArrayCalculator_SetAttributeMode")); mixin(bindCode("vtkArrayCalculator_GetAttributeMode", "D_vtkArrayCalculator_GetAttributeMode")); mixin(bindCode("vtkArrayCalculator_SetAttributeModeToDefault", "D_vtkArrayCalculator_SetAttributeModeToDefault")); mixin(bindCode("vtkArrayCalculator_SetAttributeModeToUsePointData", "D_vtkArrayCalculator_SetAttributeModeToUsePointData")); mixin(bindCode("vtkArrayCalculator_SetAttributeModeToUseCellData", "D_vtkArrayCalculator_SetAttributeModeToUseCellData")); mixin(bindCode("vtkArrayCalculator_SetAttributeModeToUseVertexData", "D_vtkArrayCalculator_SetAttributeModeToUseVertexData")); mixin(bindCode("vtkArrayCalculator_SetAttributeModeToUseEdgeData", "D_vtkArrayCalculator_SetAttributeModeToUseEdgeData")); mixin(bindCode("vtkArrayCalculator_GetAttributeModeAsString", "D_vtkArrayCalculator_GetAttributeModeAsString")); mixin(bindCode("vtkArrayCalculator_RemoveAllVariables", "D_vtkArrayCalculator_RemoveAllVariables")); mixin(bindCode("vtkArrayCalculator_RemoveScalarVariables", "D_vtkArrayCalculator_RemoveScalarVariables")); mixin(bindCode("vtkArrayCalculator_RemoveVectorVariables", "D_vtkArrayCalculator_RemoveVectorVariables")); mixin(bindCode("vtkArrayCalculator_RemoveCoordinateScalarVariables", "D_vtkArrayCalculator_RemoveCoordinateScalarVariables")); mixin(bindCode("vtkArrayCalculator_RemoveCoordinateVectorVariables", "D_vtkArrayCalculator_RemoveCoordinateVectorVariables")); mixin(bindCode("vtkArrayCalculator_GetScalarArrayNames", "D_vtkArrayCalculator_GetScalarArrayNames")); mixin(bindCode("vtkArrayCalculator_GetScalarArrayName", "D_vtkArrayCalculator_GetScalarArrayName")); mixin(bindCode("vtkArrayCalculator_GetVectorArrayNames", "D_vtkArrayCalculator_GetVectorArrayNames")); mixin(bindCode("vtkArrayCalculator_GetVectorArrayName", "D_vtkArrayCalculator_GetVectorArrayName")); mixin(bindCode("vtkArrayCalculator_GetScalarVariableNames", "D_vtkArrayCalculator_GetScalarVariableNames")); mixin(bindCode("vtkArrayCalculator_GetScalarVariableName", "D_vtkArrayCalculator_GetScalarVariableName")); mixin(bindCode("vtkArrayCalculator_GetVectorVariableNames", "D_vtkArrayCalculator_GetVectorVariableNames")); mixin(bindCode("vtkArrayCalculator_GetVectorVariableName", "D_vtkArrayCalculator_GetVectorVariableName")); mixin(bindCode("vtkArrayCalculator_GetSelectedScalarComponents", "D_vtkArrayCalculator_GetSelectedScalarComponents")); mixin(bindCode("vtkArrayCalculator_GetSelectedScalarComponent", "D_vtkArrayCalculator_GetSelectedScalarComponent")); mixin(bindCode("vtkArrayCalculator_GetSelectedVectorComponents__SWIG_0", "D_vtkArrayCalculator_GetSelectedVectorComponents__SWIG_0")); mixin(bindCode("vtkArrayCalculator_GetSelectedVectorComponents__SWIG_1", "D_vtkArrayCalculator_GetSelectedVectorComponents__SWIG_1")); mixin(bindCode("vtkArrayCalculator_GetNumberOfScalarArrays", "D_vtkArrayCalculator_GetNumberOfScalarArrays")); mixin(bindCode("vtkArrayCalculator_GetNumberOfVectorArrays", "D_vtkArrayCalculator_GetNumberOfVectorArrays")); mixin(bindCode("vtkArrayCalculator_SetReplaceInvalidValues", "D_vtkArrayCalculator_SetReplaceInvalidValues")); mixin(bindCode("vtkArrayCalculator_GetReplaceInvalidValues", "D_vtkArrayCalculator_GetReplaceInvalidValues")); mixin(bindCode("vtkArrayCalculator_ReplaceInvalidValuesOn", "D_vtkArrayCalculator_ReplaceInvalidValuesOn")); mixin(bindCode("vtkArrayCalculator_ReplaceInvalidValuesOff", "D_vtkArrayCalculator_ReplaceInvalidValuesOff")); mixin(bindCode("vtkArrayCalculator_SetReplacementValue", "D_vtkArrayCalculator_SetReplacementValue")); mixin(bindCode("vtkArrayCalculator_GetReplacementValue", "D_vtkArrayCalculator_GetReplacementValue")); mixin(bindCode("vtkArrayCalculator_Upcast", "D_vtkArrayCalculator_Upcast")); mixin(bindCode("VTK_EXTRACT_POINT_SEEDED_REGIONS_get", "D_VTK_EXTRACT_POINT_SEEDED_REGIONS_get")); mixin(bindCode("VTK_EXTRACT_CELL_SEEDED_REGIONS_get", "D_VTK_EXTRACT_CELL_SEEDED_REGIONS_get")); mixin(bindCode("VTK_EXTRACT_SPECIFIED_REGIONS_get", "D_VTK_EXTRACT_SPECIFIED_REGIONS_get")); mixin(bindCode("VTK_EXTRACT_LARGEST_REGION_get", "D_VTK_EXTRACT_LARGEST_REGION_get")); mixin(bindCode("VTK_EXTRACT_ALL_REGIONS_get", "D_VTK_EXTRACT_ALL_REGIONS_get")); mixin(bindCode("VTK_EXTRACT_CLOSEST_POINT_REGION_get", "D_VTK_EXTRACT_CLOSEST_POINT_REGION_get")); mixin(bindCode("vtkPolyDataConnectivityFilter_IsTypeOf", "D_vtkPolyDataConnectivityFilter_IsTypeOf")); mixin(bindCode("vtkPolyDataConnectivityFilter_SafeDownCast", "D_vtkPolyDataConnectivityFilter_SafeDownCast")); mixin(bindCode("vtkPolyDataConnectivityFilter_NewInstance", "D_vtkPolyDataConnectivityFilter_NewInstance")); mixin(bindCode("vtkPolyDataConnectivityFilter_GetRegionSizes", "D_vtkPolyDataConnectivityFilter_GetRegionSizes")); mixin(bindCode("vtkPolyDataConnectivityFilter_New", "D_vtkPolyDataConnectivityFilter_New")); mixin(bindCode("vtkPolyDataConnectivityFilter_SetScalarConnectivity", "D_vtkPolyDataConnectivityFilter_SetScalarConnectivity")); mixin(bindCode("vtkPolyDataConnectivityFilter_GetScalarConnectivity", "D_vtkPolyDataConnectivityFilter_GetScalarConnectivity")); mixin(bindCode("vtkPolyDataConnectivityFilter_ScalarConnectivityOn", "D_vtkPolyDataConnectivityFilter_ScalarConnectivityOn")); mixin(bindCode("vtkPolyDataConnectivityFilter_ScalarConnectivityOff", "D_vtkPolyDataConnectivityFilter_ScalarConnectivityOff")); mixin(bindCode("vtkPolyDataConnectivityFilter_SetFullScalarConnectivity", "D_vtkPolyDataConnectivityFilter_SetFullScalarConnectivity")); mixin(bindCode("vtkPolyDataConnectivityFilter_GetFullScalarConnectivity", "D_vtkPolyDataConnectivityFilter_GetFullScalarConnectivity")); mixin(bindCode("vtkPolyDataConnectivityFilter_FullScalarConnectivityOn", "D_vtkPolyDataConnectivityFilter_FullScalarConnectivityOn")); mixin(bindCode("vtkPolyDataConnectivityFilter_FullScalarConnectivityOff", "D_vtkPolyDataConnectivityFilter_FullScalarConnectivityOff")); mixin(bindCode("vtkPolyDataConnectivityFilter_SetScalarRange__SWIG_0", "D_vtkPolyDataConnectivityFilter_SetScalarRange__SWIG_0")); mixin(bindCode("vtkPolyDataConnectivityFilter_SetScalarRange__SWIG_1", "D_vtkPolyDataConnectivityFilter_SetScalarRange__SWIG_1")); mixin(bindCode("vtkPolyDataConnectivityFilter_GetScalarRange__SWIG_0", "D_vtkPolyDataConnectivityFilter_GetScalarRange__SWIG_0")); mixin(bindCode("vtkPolyDataConnectivityFilter_GetScalarRange__SWIG_1", "D_vtkPolyDataConnectivityFilter_GetScalarRange__SWIG_1")); mixin(bindCode("vtkPolyDataConnectivityFilter_GetScalarRange__SWIG_2", "D_vtkPolyDataConnectivityFilter_GetScalarRange__SWIG_2")); mixin(bindCode("vtkPolyDataConnectivityFilter_SetExtractionMode", "D_vtkPolyDataConnectivityFilter_SetExtractionMode")); mixin(bindCode("vtkPolyDataConnectivityFilter_GetExtractionModeMinValue", "D_vtkPolyDataConnectivityFilter_GetExtractionModeMinValue")); mixin(bindCode("vtkPolyDataConnectivityFilter_GetExtractionModeMaxValue", "D_vtkPolyDataConnectivityFilter_GetExtractionModeMaxValue")); mixin(bindCode("vtkPolyDataConnectivityFilter_GetExtractionMode", "D_vtkPolyDataConnectivityFilter_GetExtractionMode")); mixin(bindCode("vtkPolyDataConnectivityFilter_SetExtractionModeToPointSeededRegions", "D_vtkPolyDataConnectivityFilter_SetExtractionModeToPointSeededRegions")); mixin(bindCode("vtkPolyDataConnectivityFilter_SetExtractionModeToCellSeededRegions", "D_vtkPolyDataConnectivityFilter_SetExtractionModeToCellSeededRegions")); mixin(bindCode("vtkPolyDataConnectivityFilter_SetExtractionModeToLargestRegion", "D_vtkPolyDataConnectivityFilter_SetExtractionModeToLargestRegion")); mixin(bindCode("vtkPolyDataConnectivityFilter_SetExtractionModeToSpecifiedRegions", "D_vtkPolyDataConnectivityFilter_SetExtractionModeToSpecifiedRegions")); mixin(bindCode("vtkPolyDataConnectivityFilter_SetExtractionModeToClosestPointRegion", "D_vtkPolyDataConnectivityFilter_SetExtractionModeToClosestPointRegion")); mixin(bindCode("vtkPolyDataConnectivityFilter_SetExtractionModeToAllRegions", "D_vtkPolyDataConnectivityFilter_SetExtractionModeToAllRegions")); mixin(bindCode("vtkPolyDataConnectivityFilter_GetExtractionModeAsString", "D_vtkPolyDataConnectivityFilter_GetExtractionModeAsString")); mixin(bindCode("vtkPolyDataConnectivityFilter_InitializeSeedList", "D_vtkPolyDataConnectivityFilter_InitializeSeedList")); mixin(bindCode("vtkPolyDataConnectivityFilter_AddSeed", "D_vtkPolyDataConnectivityFilter_AddSeed")); mixin(bindCode("vtkPolyDataConnectivityFilter_DeleteSeed", "D_vtkPolyDataConnectivityFilter_DeleteSeed")); mixin(bindCode("vtkPolyDataConnectivityFilter_InitializeSpecifiedRegionList", "D_vtkPolyDataConnectivityFilter_InitializeSpecifiedRegionList")); mixin(bindCode("vtkPolyDataConnectivityFilter_AddSpecifiedRegion", "D_vtkPolyDataConnectivityFilter_AddSpecifiedRegion")); mixin(bindCode("vtkPolyDataConnectivityFilter_DeleteSpecifiedRegion", "D_vtkPolyDataConnectivityFilter_DeleteSpecifiedRegion")); mixin(bindCode("vtkPolyDataConnectivityFilter_SetClosestPoint__SWIG_0", "D_vtkPolyDataConnectivityFilter_SetClosestPoint__SWIG_0")); mixin(bindCode("vtkPolyDataConnectivityFilter_SetClosestPoint__SWIG_1", "D_vtkPolyDataConnectivityFilter_SetClosestPoint__SWIG_1")); mixin(bindCode("vtkPolyDataConnectivityFilter_GetClosestPoint__SWIG_0", "D_vtkPolyDataConnectivityFilter_GetClosestPoint__SWIG_0")); mixin(bindCode("vtkPolyDataConnectivityFilter_GetClosestPoint__SWIG_1", "D_vtkPolyDataConnectivityFilter_GetClosestPoint__SWIG_1")); mixin(bindCode("vtkPolyDataConnectivityFilter_GetNumberOfExtractedRegions", "D_vtkPolyDataConnectivityFilter_GetNumberOfExtractedRegions")); mixin(bindCode("vtkPolyDataConnectivityFilter_SetColorRegions", "D_vtkPolyDataConnectivityFilter_SetColorRegions")); mixin(bindCode("vtkPolyDataConnectivityFilter_GetColorRegions", "D_vtkPolyDataConnectivityFilter_GetColorRegions")); mixin(bindCode("vtkPolyDataConnectivityFilter_ColorRegionsOn", "D_vtkPolyDataConnectivityFilter_ColorRegionsOn")); mixin(bindCode("vtkPolyDataConnectivityFilter_ColorRegionsOff", "D_vtkPolyDataConnectivityFilter_ColorRegionsOff")); mixin(bindCode("vtkPolyDataConnectivityFilter_SetMarkVisitedPointIds", "D_vtkPolyDataConnectivityFilter_SetMarkVisitedPointIds")); mixin(bindCode("vtkPolyDataConnectivityFilter_GetMarkVisitedPointIds", "D_vtkPolyDataConnectivityFilter_GetMarkVisitedPointIds")); mixin(bindCode("vtkPolyDataConnectivityFilter_MarkVisitedPointIdsOn", "D_vtkPolyDataConnectivityFilter_MarkVisitedPointIdsOn")); mixin(bindCode("vtkPolyDataConnectivityFilter_MarkVisitedPointIdsOff", "D_vtkPolyDataConnectivityFilter_MarkVisitedPointIdsOff")); mixin(bindCode("vtkPolyDataConnectivityFilter_GetVisitedPointIds", "D_vtkPolyDataConnectivityFilter_GetVisitedPointIds")); mixin(bindCode("vtkPolyDataConnectivityFilter_Upcast", "D_vtkPolyDataConnectivityFilter_Upcast")); mixin(bindCode("vtkLineSource_New", "D_vtkLineSource_New")); mixin(bindCode("vtkLineSource_IsTypeOf", "D_vtkLineSource_IsTypeOf")); mixin(bindCode("vtkLineSource_SafeDownCast", "D_vtkLineSource_SafeDownCast")); mixin(bindCode("vtkLineSource_NewInstance", "D_vtkLineSource_NewInstance")); mixin(bindCode("vtkLineSource_SetPoint1__SWIG_0", "D_vtkLineSource_SetPoint1__SWIG_0")); mixin(bindCode("vtkLineSource_SetPoint1__SWIG_1", "D_vtkLineSource_SetPoint1__SWIG_1")); mixin(bindCode("vtkLineSource_GetPoint1__SWIG_0", "D_vtkLineSource_GetPoint1__SWIG_0")); mixin(bindCode("vtkLineSource_GetPoint1__SWIG_1", "D_vtkLineSource_GetPoint1__SWIG_1")); mixin(bindCode("vtkLineSource_SetPoint1__SWIG_2", "D_vtkLineSource_SetPoint1__SWIG_2")); mixin(bindCode("vtkLineSource_SetPoint2__SWIG_0", "D_vtkLineSource_SetPoint2__SWIG_0")); mixin(bindCode("vtkLineSource_SetPoint2__SWIG_1", "D_vtkLineSource_SetPoint2__SWIG_1")); mixin(bindCode("vtkLineSource_GetPoint2__SWIG_0", "D_vtkLineSource_GetPoint2__SWIG_0")); mixin(bindCode("vtkLineSource_GetPoint2__SWIG_1", "D_vtkLineSource_GetPoint2__SWIG_1")); mixin(bindCode("vtkLineSource_SetPoint2__SWIG_2", "D_vtkLineSource_SetPoint2__SWIG_2")); mixin(bindCode("vtkLineSource_SetPoints", "D_vtkLineSource_SetPoints")); mixin(bindCode("vtkLineSource_GetPoints", "D_vtkLineSource_GetPoints")); mixin(bindCode("vtkLineSource_SetResolution", "D_vtkLineSource_SetResolution")); mixin(bindCode("vtkLineSource_GetResolutionMinValue", "D_vtkLineSource_GetResolutionMinValue")); mixin(bindCode("vtkLineSource_GetResolutionMaxValue", "D_vtkLineSource_GetResolutionMaxValue")); mixin(bindCode("vtkLineSource_GetResolution", "D_vtkLineSource_GetResolution")); mixin(bindCode("vtkLineSource_Upcast", "D_vtkLineSource_Upcast")); mixin(bindCode("vtkLineWidget_New", "D_vtkLineWidget_New")); mixin(bindCode("vtkLineWidget_IsTypeOf", "D_vtkLineWidget_IsTypeOf")); mixin(bindCode("vtkLineWidget_SafeDownCast", "D_vtkLineWidget_SafeDownCast")); mixin(bindCode("vtkLineWidget_NewInstance", "D_vtkLineWidget_NewInstance")); mixin(bindCode("vtkLineWidget_PlaceWidget__SWIG_0", "D_vtkLineWidget_PlaceWidget__SWIG_0")); mixin(bindCode("vtkLineWidget_PlaceWidget__SWIG_1", "D_vtkLineWidget_PlaceWidget__SWIG_1")); mixin(bindCode("vtkLineWidget_PlaceWidget__SWIG_2", "D_vtkLineWidget_PlaceWidget__SWIG_2")); mixin(bindCode("vtkLineWidget_SetResolution", "D_vtkLineWidget_SetResolution")); mixin(bindCode("vtkLineWidget_GetResolution", "D_vtkLineWidget_GetResolution")); mixin(bindCode("vtkLineWidget_SetPoint1__SWIG_0", "D_vtkLineWidget_SetPoint1__SWIG_0")); mixin(bindCode("vtkLineWidget_SetPoint1__SWIG_1", "D_vtkLineWidget_SetPoint1__SWIG_1")); mixin(bindCode("vtkLineWidget_GetPoint1__SWIG_0", "D_vtkLineWidget_GetPoint1__SWIG_0")); mixin(bindCode("vtkLineWidget_GetPoint1__SWIG_1", "D_vtkLineWidget_GetPoint1__SWIG_1")); mixin(bindCode("vtkLineWidget_SetPoint2__SWIG_0", "D_vtkLineWidget_SetPoint2__SWIG_0")); mixin(bindCode("vtkLineWidget_SetPoint2__SWIG_1", "D_vtkLineWidget_SetPoint2__SWIG_1")); mixin(bindCode("vtkLineWidget_GetPoint2__SWIG_0", "D_vtkLineWidget_GetPoint2__SWIG_0")); mixin(bindCode("vtkLineWidget_GetPoint2__SWIG_1", "D_vtkLineWidget_GetPoint2__SWIG_1")); mixin(bindCode("vtkLineWidget_SetAlign", "D_vtkLineWidget_SetAlign")); mixin(bindCode("vtkLineWidget_GetAlignMinValue", "D_vtkLineWidget_GetAlignMinValue")); mixin(bindCode("vtkLineWidget_GetAlignMaxValue", "D_vtkLineWidget_GetAlignMaxValue")); mixin(bindCode("vtkLineWidget_GetAlign", "D_vtkLineWidget_GetAlign")); mixin(bindCode("vtkLineWidget_SetAlignToXAxis", "D_vtkLineWidget_SetAlignToXAxis")); mixin(bindCode("vtkLineWidget_SetAlignToYAxis", "D_vtkLineWidget_SetAlignToYAxis")); mixin(bindCode("vtkLineWidget_SetAlignToZAxis", "D_vtkLineWidget_SetAlignToZAxis")); mixin(bindCode("vtkLineWidget_SetAlignToNone", "D_vtkLineWidget_SetAlignToNone")); mixin(bindCode("vtkLineWidget_SetClampToBounds", "D_vtkLineWidget_SetClampToBounds")); mixin(bindCode("vtkLineWidget_GetClampToBounds", "D_vtkLineWidget_GetClampToBounds")); mixin(bindCode("vtkLineWidget_ClampToBoundsOn", "D_vtkLineWidget_ClampToBoundsOn")); mixin(bindCode("vtkLineWidget_ClampToBoundsOff", "D_vtkLineWidget_ClampToBoundsOff")); mixin(bindCode("vtkLineWidget_GetPolyData", "D_vtkLineWidget_GetPolyData")); mixin(bindCode("vtkLineWidget_GetHandleProperty", "D_vtkLineWidget_GetHandleProperty")); mixin(bindCode("vtkLineWidget_GetSelectedHandleProperty", "D_vtkLineWidget_GetSelectedHandleProperty")); mixin(bindCode("vtkLineWidget_GetLineProperty", "D_vtkLineWidget_GetLineProperty")); mixin(bindCode("vtkLineWidget_GetSelectedLineProperty", "D_vtkLineWidget_GetSelectedLineProperty")); mixin(bindCode("vtkLineWidget_Upcast", "D_vtkLineWidget_Upcast")); mixin(bindCode("vtkYoungsMaterialInterface_New", "D_vtkYoungsMaterialInterface_New")); mixin(bindCode("vtkYoungsMaterialInterface_IsTypeOf", "D_vtkYoungsMaterialInterface_IsTypeOf")); mixin(bindCode("vtkYoungsMaterialInterface_SafeDownCast", "D_vtkYoungsMaterialInterface_SafeDownCast")); mixin(bindCode("vtkYoungsMaterialInterface_NewInstance", "D_vtkYoungsMaterialInterface_NewInstance")); mixin(bindCode("vtkYoungsMaterialInterface_SetInverseNormal", "D_vtkYoungsMaterialInterface_SetInverseNormal")); mixin(bindCode("vtkYoungsMaterialInterface_GetInverseNormal", "D_vtkYoungsMaterialInterface_GetInverseNormal")); mixin(bindCode("vtkYoungsMaterialInterface_InverseNormalOn", "D_vtkYoungsMaterialInterface_InverseNormalOn")); mixin(bindCode("vtkYoungsMaterialInterface_InverseNormalOff", "D_vtkYoungsMaterialInterface_InverseNormalOff")); mixin(bindCode("vtkYoungsMaterialInterface_SetReverseMaterialOrder", "D_vtkYoungsMaterialInterface_SetReverseMaterialOrder")); mixin(bindCode("vtkYoungsMaterialInterface_GetReverseMaterialOrder", "D_vtkYoungsMaterialInterface_GetReverseMaterialOrder")); mixin(bindCode("vtkYoungsMaterialInterface_ReverseMaterialOrderOn", "D_vtkYoungsMaterialInterface_ReverseMaterialOrderOn")); mixin(bindCode("vtkYoungsMaterialInterface_ReverseMaterialOrderOff", "D_vtkYoungsMaterialInterface_ReverseMaterialOrderOff")); mixin(bindCode("vtkYoungsMaterialInterface_SetOnionPeel", "D_vtkYoungsMaterialInterface_SetOnionPeel")); mixin(bindCode("vtkYoungsMaterialInterface_GetOnionPeel", "D_vtkYoungsMaterialInterface_GetOnionPeel")); mixin(bindCode("vtkYoungsMaterialInterface_OnionPeelOn", "D_vtkYoungsMaterialInterface_OnionPeelOn")); mixin(bindCode("vtkYoungsMaterialInterface_OnionPeelOff", "D_vtkYoungsMaterialInterface_OnionPeelOff")); mixin(bindCode("vtkYoungsMaterialInterface_SetAxisSymetric", "D_vtkYoungsMaterialInterface_SetAxisSymetric")); mixin(bindCode("vtkYoungsMaterialInterface_GetAxisSymetric", "D_vtkYoungsMaterialInterface_GetAxisSymetric")); mixin(bindCode("vtkYoungsMaterialInterface_AxisSymetricOn", "D_vtkYoungsMaterialInterface_AxisSymetricOn")); mixin(bindCode("vtkYoungsMaterialInterface_AxisSymetricOff", "D_vtkYoungsMaterialInterface_AxisSymetricOff")); mixin(bindCode("vtkYoungsMaterialInterface_SetUseFractionAsDistance", "D_vtkYoungsMaterialInterface_SetUseFractionAsDistance")); mixin(bindCode("vtkYoungsMaterialInterface_GetUseFractionAsDistance", "D_vtkYoungsMaterialInterface_GetUseFractionAsDistance")); mixin(bindCode("vtkYoungsMaterialInterface_UseFractionAsDistanceOn", "D_vtkYoungsMaterialInterface_UseFractionAsDistanceOn")); mixin(bindCode("vtkYoungsMaterialInterface_UseFractionAsDistanceOff", "D_vtkYoungsMaterialInterface_UseFractionAsDistanceOff")); mixin(bindCode("vtkYoungsMaterialInterface_SetFillMaterial", "D_vtkYoungsMaterialInterface_SetFillMaterial")); mixin(bindCode("vtkYoungsMaterialInterface_GetFillMaterial", "D_vtkYoungsMaterialInterface_GetFillMaterial")); mixin(bindCode("vtkYoungsMaterialInterface_FillMaterialOn", "D_vtkYoungsMaterialInterface_FillMaterialOn")); mixin(bindCode("vtkYoungsMaterialInterface_FillMaterialOff", "D_vtkYoungsMaterialInterface_FillMaterialOff")); mixin(bindCode("vtkYoungsMaterialInterface_SetVolumeFractionRange__SWIG_0", "D_vtkYoungsMaterialInterface_SetVolumeFractionRange__SWIG_0")); mixin(bindCode("vtkYoungsMaterialInterface_SetVolumeFractionRange__SWIG_1", "D_vtkYoungsMaterialInterface_SetVolumeFractionRange__SWIG_1")); mixin(bindCode("vtkYoungsMaterialInterface_GetVolumeFractionRange__SWIG_0", "D_vtkYoungsMaterialInterface_GetVolumeFractionRange__SWIG_0")); mixin(bindCode("vtkYoungsMaterialInterface_GetVolumeFractionRange__SWIG_1", "D_vtkYoungsMaterialInterface_GetVolumeFractionRange__SWIG_1")); mixin(bindCode("vtkYoungsMaterialInterface_SetNumberOfMaterials", "D_vtkYoungsMaterialInterface_SetNumberOfMaterials")); mixin(bindCode("vtkYoungsMaterialInterface_GetNumberOfMaterials", "D_vtkYoungsMaterialInterface_GetNumberOfMaterials")); mixin(bindCode("vtkYoungsMaterialInterface_SetUseAllBlocks", "D_vtkYoungsMaterialInterface_SetUseAllBlocks")); mixin(bindCode("vtkYoungsMaterialInterface_GetUseAllBlocks", "D_vtkYoungsMaterialInterface_GetUseAllBlocks")); mixin(bindCode("vtkYoungsMaterialInterface_UseAllBlocksOn", "D_vtkYoungsMaterialInterface_UseAllBlocksOn")); mixin(bindCode("vtkYoungsMaterialInterface_UseAllBlocksOff", "D_vtkYoungsMaterialInterface_UseAllBlocksOff")); mixin(bindCode("vtkYoungsMaterialInterface_GetNumberOfDomains", "D_vtkYoungsMaterialInterface_GetNumberOfDomains")); mixin(bindCode("vtkYoungsMaterialInterface_SetMaterialArrays__SWIG_0", "D_vtkYoungsMaterialInterface_SetMaterialArrays__SWIG_0")); mixin(bindCode("vtkYoungsMaterialInterface_SetMaterialArrays__SWIG_1", "D_vtkYoungsMaterialInterface_SetMaterialArrays__SWIG_1")); mixin(bindCode("vtkYoungsMaterialInterface_SetMaterialVolumeFractionArray", "D_vtkYoungsMaterialInterface_SetMaterialVolumeFractionArray")); mixin(bindCode("vtkYoungsMaterialInterface_SetMaterialNormalArray__SWIG_0", "D_vtkYoungsMaterialInterface_SetMaterialNormalArray__SWIG_0")); mixin(bindCode("vtkYoungsMaterialInterface_SetMaterialOrderingArray__SWIG_0", "D_vtkYoungsMaterialInterface_SetMaterialOrderingArray__SWIG_0")); mixin(bindCode("vtkYoungsMaterialInterface_RemoveAllMaterials", "D_vtkYoungsMaterialInterface_RemoveAllMaterials")); mixin(bindCode("vtkYoungsMaterialInterface_SetMaterialNormalArray__SWIG_1", "D_vtkYoungsMaterialInterface_SetMaterialNormalArray__SWIG_1")); mixin(bindCode("vtkYoungsMaterialInterface_SetMaterialOrderingArray__SWIG_1", "D_vtkYoungsMaterialInterface_SetMaterialOrderingArray__SWIG_1")); mixin(bindCode("vtkYoungsMaterialInterface_RemoveAllMaterialBlockMappings", "D_vtkYoungsMaterialInterface_RemoveAllMaterialBlockMappings")); mixin(bindCode("vtkYoungsMaterialInterface_AddMaterialBlockMapping", "D_vtkYoungsMaterialInterface_AddMaterialBlockMapping")); mixin(bindCode("vtkYoungsMaterialInterface_Upcast", "D_vtkYoungsMaterialInterface_Upcast")); mixin(bindCode("vtkTriangle_New", "D_vtkTriangle_New")); mixin(bindCode("vtkTriangle_IsTypeOf", "D_vtkTriangle_IsTypeOf")); mixin(bindCode("vtkTriangle_SafeDownCast", "D_vtkTriangle_SafeDownCast")); mixin(bindCode("vtkTriangle_NewInstance", "D_vtkTriangle_NewInstance")); mixin(bindCode("vtkTriangle_ComputeArea", "D_vtkTriangle_ComputeArea")); mixin(bindCode("vtkTriangle_InterpolationFunctions", "D_vtkTriangle_InterpolationFunctions")); mixin(bindCode("vtkTriangle_InterpolationDerivs", "D_vtkTriangle_InterpolationDerivs")); mixin(bindCode("vtkTriangle_InterpolateDerivs", "D_vtkTriangle_InterpolateDerivs")); mixin(bindCode("vtkTriangle_GetEdgeArray", "D_vtkTriangle_GetEdgeArray")); mixin(bindCode("vtkTriangle_TriangleCenter", "D_vtkTriangle_TriangleCenter")); mixin(bindCode("vtkTriangle_TriangleArea", "D_vtkTriangle_TriangleArea")); mixin(bindCode("vtkTriangle_Circumcircle", "D_vtkTriangle_Circumcircle")); mixin(bindCode("vtkTriangle_BarycentricCoords", "D_vtkTriangle_BarycentricCoords")); mixin(bindCode("vtkTriangle_ProjectTo2D", "D_vtkTriangle_ProjectTo2D")); mixin(bindCode("vtkTriangle_ComputeNormal__SWIG_0", "D_vtkTriangle_ComputeNormal__SWIG_0")); mixin(bindCode("vtkTriangle_ComputeNormal__SWIG_1", "D_vtkTriangle_ComputeNormal__SWIG_1")); mixin(bindCode("vtkTriangle_ComputeNormalDirection", "D_vtkTriangle_ComputeNormalDirection")); mixin(bindCode("vtkTriangle_PointInTriangle", "D_vtkTriangle_PointInTriangle")); mixin(bindCode("vtkTriangle_ComputeQuadric__SWIG_0", "D_vtkTriangle_ComputeQuadric__SWIG_0")); mixin(bindCode("vtkTriangle_ComputeQuadric__SWIG_1", "D_vtkTriangle_ComputeQuadric__SWIG_1")); mixin(bindCode("vtkTriangle_Upcast", "D_vtkTriangle_Upcast")); mixin(bindCode("vtkDSPFilterDefinition_IsTypeOf", "D_vtkDSPFilterDefinition_IsTypeOf")); mixin(bindCode("vtkDSPFilterDefinition_SafeDownCast", "D_vtkDSPFilterDefinition_SafeDownCast")); mixin(bindCode("vtkDSPFilterDefinition_NewInstance", "D_vtkDSPFilterDefinition_NewInstance")); mixin(bindCode("vtkDSPFilterDefinition_New", "D_vtkDSPFilterDefinition_New")); mixin(bindCode("vtkDSPFilterDefinition_Copy", "D_vtkDSPFilterDefinition_Copy")); mixin(bindCode("vtkDSPFilterDefinition_Clear", "D_vtkDSPFilterDefinition_Clear")); mixin(bindCode("vtkDSPFilterDefinition_IsThisInputVariableInstanceNeeded", "D_vtkDSPFilterDefinition_IsThisInputVariableInstanceNeeded")); mixin(bindCode("vtkDSPFilterDefinition_PushBackNumeratorWeight", "D_vtkDSPFilterDefinition_PushBackNumeratorWeight")); mixin(bindCode("vtkDSPFilterDefinition_PushBackDenominatorWeight", "D_vtkDSPFilterDefinition_PushBackDenominatorWeight")); mixin(bindCode("vtkDSPFilterDefinition_PushBackForwardNumeratorWeight", "D_vtkDSPFilterDefinition_PushBackForwardNumeratorWeight")); mixin(bindCode("vtkDSPFilterDefinition_SetInputVariableName", "D_vtkDSPFilterDefinition_SetInputVariableName")); mixin(bindCode("vtkDSPFilterDefinition_SetOutputVariableName", "D_vtkDSPFilterDefinition_SetOutputVariableName")); mixin(bindCode("vtkDSPFilterDefinition_GetInputVariableName", "D_vtkDSPFilterDefinition_GetInputVariableName")); mixin(bindCode("vtkDSPFilterDefinition_GetOutputVariableName", "D_vtkDSPFilterDefinition_GetOutputVariableName")); mixin(bindCode("vtkDSPFilterDefinition_GetNumNumeratorWeights", "D_vtkDSPFilterDefinition_GetNumNumeratorWeights")); mixin(bindCode("vtkDSPFilterDefinition_GetNumDenominatorWeights", "D_vtkDSPFilterDefinition_GetNumDenominatorWeights")); mixin(bindCode("vtkDSPFilterDefinition_GetNumForwardNumeratorWeights", "D_vtkDSPFilterDefinition_GetNumForwardNumeratorWeights")); mixin(bindCode("vtkDSPFilterDefinition_GetNumeratorWeight", "D_vtkDSPFilterDefinition_GetNumeratorWeight")); mixin(bindCode("vtkDSPFilterDefinition_GetDenominatorWeight", "D_vtkDSPFilterDefinition_GetDenominatorWeight")); mixin(bindCode("vtkDSPFilterDefinition_GetForwardNumeratorWeight", "D_vtkDSPFilterDefinition_GetForwardNumeratorWeight")); mixin(bindCode("vtkDSPFilterDefinition_NumeratorWeights_set", "D_vtkDSPFilterDefinition_NumeratorWeights_set")); mixin(bindCode("vtkDSPFilterDefinition_NumeratorWeights_get", "D_vtkDSPFilterDefinition_NumeratorWeights_get")); mixin(bindCode("vtkDSPFilterDefinition_DenominatorWeights_set", "D_vtkDSPFilterDefinition_DenominatorWeights_set")); mixin(bindCode("vtkDSPFilterDefinition_DenominatorWeights_get", "D_vtkDSPFilterDefinition_DenominatorWeights_get")); mixin(bindCode("vtkDSPFilterDefinition_ForwardNumeratorWeights_set", "D_vtkDSPFilterDefinition_ForwardNumeratorWeights_set")); mixin(bindCode("vtkDSPFilterDefinition_ForwardNumeratorWeights_get", "D_vtkDSPFilterDefinition_ForwardNumeratorWeights_get")); mixin(bindCode("vtkDSPFilterDefinition_InputVariableName_set", "D_vtkDSPFilterDefinition_InputVariableName_set")); mixin(bindCode("vtkDSPFilterDefinition_InputVariableName_get", "D_vtkDSPFilterDefinition_InputVariableName_get")); mixin(bindCode("vtkDSPFilterDefinition_OutputVariableName_set", "D_vtkDSPFilterDefinition_OutputVariableName_set")); mixin(bindCode("vtkDSPFilterDefinition_OutputVariableName_get", "D_vtkDSPFilterDefinition_OutputVariableName_get")); mixin(bindCode("vtkDSPFilterDefinition_Upcast", "D_vtkDSPFilterDefinition_Upcast")); mixin(bindCode("vtkXMLHyperOctreeReader_IsTypeOf", "D_vtkXMLHyperOctreeReader_IsTypeOf")); mixin(bindCode("vtkXMLHyperOctreeReader_SafeDownCast", "D_vtkXMLHyperOctreeReader_SafeDownCast")); mixin(bindCode("vtkXMLHyperOctreeReader_NewInstance", "D_vtkXMLHyperOctreeReader_NewInstance")); mixin(bindCode("vtkXMLHyperOctreeReader_New", "D_vtkXMLHyperOctreeReader_New")); mixin(bindCode("vtkXMLHyperOctreeReader_GetOutput__SWIG_0", "D_vtkXMLHyperOctreeReader_GetOutput__SWIG_0")); mixin(bindCode("vtkXMLHyperOctreeReader_GetOutput__SWIG_1", "D_vtkXMLHyperOctreeReader_GetOutput__SWIG_1")); mixin(bindCode("vtkXMLHyperOctreeReader_Upcast", "D_vtkXMLHyperOctreeReader_Upcast")); mixin(bindCode("vtkMoleculeToPolyDataFilter_IsTypeOf", "D_vtkMoleculeToPolyDataFilter_IsTypeOf")); mixin(bindCode("vtkMoleculeToPolyDataFilter_SafeDownCast", "D_vtkMoleculeToPolyDataFilter_SafeDownCast")); mixin(bindCode("vtkMoleculeToPolyDataFilter_NewInstance", "D_vtkMoleculeToPolyDataFilter_NewInstance")); mixin(bindCode("vtkMoleculeToPolyDataFilter_GetInput", "D_vtkMoleculeToPolyDataFilter_GetInput")); mixin(bindCode("vtkMoleculeToPolyDataFilter_Upcast", "D_vtkMoleculeToPolyDataFilter_Upcast")); mixin(bindCode("vtkMoleculeToBondStickFilter_IsTypeOf", "D_vtkMoleculeToBondStickFilter_IsTypeOf")); mixin(bindCode("vtkMoleculeToBondStickFilter_SafeDownCast", "D_vtkMoleculeToBondStickFilter_SafeDownCast")); mixin(bindCode("vtkMoleculeToBondStickFilter_NewInstance", "D_vtkMoleculeToBondStickFilter_NewInstance")); mixin(bindCode("vtkMoleculeToBondStickFilter_New", "D_vtkMoleculeToBondStickFilter_New")); mixin(bindCode("vtkMoleculeToBondStickFilter_Upcast", "D_vtkMoleculeToBondStickFilter_Upcast")); mixin(bindCode("vtkCompassWidget_New", "D_vtkCompassWidget_New")); mixin(bindCode("vtkCompassWidget_IsTypeOf", "D_vtkCompassWidget_IsTypeOf")); mixin(bindCode("vtkCompassWidget_SafeDownCast", "D_vtkCompassWidget_SafeDownCast")); mixin(bindCode("vtkCompassWidget_NewInstance", "D_vtkCompassWidget_NewInstance")); mixin(bindCode("vtkCompassWidget_SetRepresentation", "D_vtkCompassWidget_SetRepresentation")); mixin(bindCode("vtkCompassWidget_GetHeading", "D_vtkCompassWidget_GetHeading")); mixin(bindCode("vtkCompassWidget_SetHeading", "D_vtkCompassWidget_SetHeading")); mixin(bindCode("vtkCompassWidget_GetTilt", "D_vtkCompassWidget_GetTilt")); mixin(bindCode("vtkCompassWidget_SetTilt", "D_vtkCompassWidget_SetTilt")); mixin(bindCode("vtkCompassWidget_GetDistance", "D_vtkCompassWidget_GetDistance")); mixin(bindCode("vtkCompassWidget_SetDistance", "D_vtkCompassWidget_SetDistance")); mixin(bindCode("vtkCompassWidget_Upcast", "D_vtkCompassWidget_Upcast")); mixin(bindCode("vtkXMLCompositeDataReader_IsTypeOf", "D_vtkXMLCompositeDataReader_IsTypeOf")); mixin(bindCode("vtkXMLCompositeDataReader_SafeDownCast", "D_vtkXMLCompositeDataReader_SafeDownCast")); mixin(bindCode("vtkXMLCompositeDataReader_NewInstance", "D_vtkXMLCompositeDataReader_NewInstance")); mixin(bindCode("vtkXMLCompositeDataReader_GetOutput__SWIG_0", "D_vtkXMLCompositeDataReader_GetOutput__SWIG_0")); mixin(bindCode("vtkXMLCompositeDataReader_GetOutput__SWIG_1", "D_vtkXMLCompositeDataReader_GetOutput__SWIG_1")); mixin(bindCode("vtkXMLCompositeDataReader_Upcast", "D_vtkXMLCompositeDataReader_Upcast")); mixin(bindCode("vtkXMLUniformGridAMRReader_New", "D_vtkXMLUniformGridAMRReader_New")); mixin(bindCode("vtkXMLUniformGridAMRReader_IsTypeOf", "D_vtkXMLUniformGridAMRReader_IsTypeOf")); mixin(bindCode("vtkXMLUniformGridAMRReader_SafeDownCast", "D_vtkXMLUniformGridAMRReader_SafeDownCast")); mixin(bindCode("vtkXMLUniformGridAMRReader_NewInstance", "D_vtkXMLUniformGridAMRReader_NewInstance")); mixin(bindCode("vtkXMLUniformGridAMRReader_SetMaximumLevelsToReadByDefault", "D_vtkXMLUniformGridAMRReader_SetMaximumLevelsToReadByDefault")); mixin(bindCode("vtkXMLUniformGridAMRReader_GetMaximumLevelsToReadByDefault", "D_vtkXMLUniformGridAMRReader_GetMaximumLevelsToReadByDefault")); mixin(bindCode("vtkXMLUniformGridAMRReader_Upcast", "D_vtkXMLUniformGridAMRReader_Upcast")); mixin(bindCode("vtkXMLHierarchicalBoxDataReader_New", "D_vtkXMLHierarchicalBoxDataReader_New")); mixin(bindCode("vtkXMLHierarchicalBoxDataReader_IsTypeOf", "D_vtkXMLHierarchicalBoxDataReader_IsTypeOf")); mixin(bindCode("vtkXMLHierarchicalBoxDataReader_SafeDownCast", "D_vtkXMLHierarchicalBoxDataReader_SafeDownCast")); mixin(bindCode("vtkXMLHierarchicalBoxDataReader_NewInstance", "D_vtkXMLHierarchicalBoxDataReader_NewInstance")); mixin(bindCode("vtkXMLHierarchicalBoxDataReader_Upcast", "D_vtkXMLHierarchicalBoxDataReader_Upcast")); mixin(bindCode("VTK_IMAGE_BSPLINE_DEGREE_MAX_get", "D_VTK_IMAGE_BSPLINE_DEGREE_MAX_get")); mixin(bindCode("vtkImageBSplineInterpolator_New", "D_vtkImageBSplineInterpolator_New")); mixin(bindCode("vtkImageBSplineInterpolator_IsTypeOf", "D_vtkImageBSplineInterpolator_IsTypeOf")); mixin(bindCode("vtkImageBSplineInterpolator_SafeDownCast", "D_vtkImageBSplineInterpolator_SafeDownCast")); mixin(bindCode("vtkImageBSplineInterpolator_NewInstance", "D_vtkImageBSplineInterpolator_NewInstance")); mixin(bindCode("vtkImageBSplineInterpolator_SetSplineDegree", "D_vtkImageBSplineInterpolator_SetSplineDegree")); mixin(bindCode("vtkImageBSplineInterpolator_GetSplineDegree", "D_vtkImageBSplineInterpolator_GetSplineDegree")); mixin(bindCode("vtkImageBSplineInterpolator_GetSplineDegreeMinValue", "D_vtkImageBSplineInterpolator_GetSplineDegreeMinValue")); mixin(bindCode("vtkImageBSplineInterpolator_GetSplineDegreeMaxValue", "D_vtkImageBSplineInterpolator_GetSplineDegreeMaxValue")); mixin(bindCode("vtkImageBSplineInterpolator_PrecomputeWeightsForExtent__SWIG_0", "D_vtkImageBSplineInterpolator_PrecomputeWeightsForExtent__SWIG_0")); mixin(bindCode("vtkImageBSplineInterpolator_PrecomputeWeightsForExtent__SWIG_1", "D_vtkImageBSplineInterpolator_PrecomputeWeightsForExtent__SWIG_1")); mixin(bindCode("vtkImageBSplineInterpolator_Upcast", "D_vtkImageBSplineInterpolator_Upcast")); mixin(bindCode("vtkImageBSplineCoefficients_New", "D_vtkImageBSplineCoefficients_New")); mixin(bindCode("vtkImageBSplineCoefficients_IsTypeOf", "D_vtkImageBSplineCoefficients_IsTypeOf")); mixin(bindCode("vtkImageBSplineCoefficients_SafeDownCast", "D_vtkImageBSplineCoefficients_SafeDownCast")); mixin(bindCode("vtkImageBSplineCoefficients_NewInstance", "D_vtkImageBSplineCoefficients_NewInstance")); mixin(bindCode("vtkImageBSplineCoefficients_SetSplineDegree", "D_vtkImageBSplineCoefficients_SetSplineDegree")); mixin(bindCode("vtkImageBSplineCoefficients_GetSplineDegreeMinValue", "D_vtkImageBSplineCoefficients_GetSplineDegreeMinValue")); mixin(bindCode("vtkImageBSplineCoefficients_GetSplineDegreeMaxValue", "D_vtkImageBSplineCoefficients_GetSplineDegreeMaxValue")); mixin(bindCode("vtkImageBSplineCoefficients_GetSplineDegree", "D_vtkImageBSplineCoefficients_GetSplineDegree")); mixin(bindCode("vtkImageBSplineCoefficients_SetBorderMode", "D_vtkImageBSplineCoefficients_SetBorderMode")); mixin(bindCode("vtkImageBSplineCoefficients_GetBorderModeMinValue", "D_vtkImageBSplineCoefficients_GetBorderModeMinValue")); mixin(bindCode("vtkImageBSplineCoefficients_GetBorderModeMaxValue", "D_vtkImageBSplineCoefficients_GetBorderModeMaxValue")); mixin(bindCode("vtkImageBSplineCoefficients_SetBorderModeToClamp", "D_vtkImageBSplineCoefficients_SetBorderModeToClamp")); mixin(bindCode("vtkImageBSplineCoefficients_SetBorderModeToRepeat", "D_vtkImageBSplineCoefficients_SetBorderModeToRepeat")); mixin(bindCode("vtkImageBSplineCoefficients_SetBorderModeToMirror", "D_vtkImageBSplineCoefficients_SetBorderModeToMirror")); mixin(bindCode("vtkImageBSplineCoefficients_GetBorderMode", "D_vtkImageBSplineCoefficients_GetBorderMode")); mixin(bindCode("vtkImageBSplineCoefficients_GetBorderModeAsString", "D_vtkImageBSplineCoefficients_GetBorderModeAsString")); mixin(bindCode("vtkImageBSplineCoefficients_SetOutputScalarType", "D_vtkImageBSplineCoefficients_SetOutputScalarType")); mixin(bindCode("vtkImageBSplineCoefficients_GetOutputScalarTypeMinValue", "D_vtkImageBSplineCoefficients_GetOutputScalarTypeMinValue")); mixin(bindCode("vtkImageBSplineCoefficients_GetOutputScalarTypeMaxValue", "D_vtkImageBSplineCoefficients_GetOutputScalarTypeMaxValue")); mixin(bindCode("vtkImageBSplineCoefficients_GetOutputScalarType", "D_vtkImageBSplineCoefficients_GetOutputScalarType")); mixin(bindCode("vtkImageBSplineCoefficients_SetOutputScalarTypeToFloat", "D_vtkImageBSplineCoefficients_SetOutputScalarTypeToFloat")); mixin(bindCode("vtkImageBSplineCoefficients_SetOutputScalarTypeToDouble", "D_vtkImageBSplineCoefficients_SetOutputScalarTypeToDouble")); mixin(bindCode("vtkImageBSplineCoefficients_GetOutputScalarTypeAsString", "D_vtkImageBSplineCoefficients_GetOutputScalarTypeAsString")); mixin(bindCode("vtkImageBSplineCoefficients_SetBypass", "D_vtkImageBSplineCoefficients_SetBypass")); mixin(bindCode("vtkImageBSplineCoefficients_BypassOn", "D_vtkImageBSplineCoefficients_BypassOn")); mixin(bindCode("vtkImageBSplineCoefficients_BypassOff", "D_vtkImageBSplineCoefficients_BypassOff")); mixin(bindCode("vtkImageBSplineCoefficients_GetBypass", "D_vtkImageBSplineCoefficients_GetBypass")); mixin(bindCode("vtkImageBSplineCoefficients_CheckBounds", "D_vtkImageBSplineCoefficients_CheckBounds")); mixin(bindCode("vtkImageBSplineCoefficients_Evaluate__SWIG_0", "D_vtkImageBSplineCoefficients_Evaluate__SWIG_0")); mixin(bindCode("vtkImageBSplineCoefficients_Evaluate__SWIG_1", "D_vtkImageBSplineCoefficients_Evaluate__SWIG_1")); mixin(bindCode("vtkImageBSplineCoefficients_Evaluate__SWIG_2", "D_vtkImageBSplineCoefficients_Evaluate__SWIG_2")); mixin(bindCode("vtkImageBSplineCoefficients_Upcast", "D_vtkImageBSplineCoefficients_Upcast")); mixin(bindCode("vtkOpenGLMaterialState_Ambient_set", "D_vtkOpenGLMaterialState_Ambient_set")); mixin(bindCode("vtkOpenGLMaterialState_Ambient_get", "D_vtkOpenGLMaterialState_Ambient_get")); mixin(bindCode("vtkOpenGLMaterialState_Diffuse_set", "D_vtkOpenGLMaterialState_Diffuse_set")); mixin(bindCode("vtkOpenGLMaterialState_Diffuse_get", "D_vtkOpenGLMaterialState_Diffuse_get")); mixin(bindCode("vtkOpenGLMaterialState_Specular_set", "D_vtkOpenGLMaterialState_Specular_set")); mixin(bindCode("vtkOpenGLMaterialState_Specular_get", "D_vtkOpenGLMaterialState_Specular_get")); mixin(bindCode("vtkOpenGLMaterialState_Shininess_set", "D_vtkOpenGLMaterialState_Shininess_set")); mixin(bindCode("vtkOpenGLMaterialState_Shininess_get", "D_vtkOpenGLMaterialState_Shininess_get")); mixin(bindCode("vtkOpenGLMaterialState_AmbientIndex_set", "D_vtkOpenGLMaterialState_AmbientIndex_set")); mixin(bindCode("vtkOpenGLMaterialState_AmbientIndex_get", "D_vtkOpenGLMaterialState_AmbientIndex_get")); mixin(bindCode("vtkOpenGLMaterialState_DiffuseIndex_set", "D_vtkOpenGLMaterialState_DiffuseIndex_set")); mixin(bindCode("vtkOpenGLMaterialState_DiffuseIndex_get", "D_vtkOpenGLMaterialState_DiffuseIndex_get")); mixin(bindCode("vtkOpenGLMaterialState_SpecularIndex_set", "D_vtkOpenGLMaterialState_SpecularIndex_set")); mixin(bindCode("vtkOpenGLMaterialState_SpecularIndex_get", "D_vtkOpenGLMaterialState_SpecularIndex_get")); mixin(bindCode("new_vtkOpenGLMaterialState", "D_new_vtkOpenGLMaterialState")); mixin(bindCode("delete_vtkOpenGLMaterialState", "D_delete_vtkOpenGLMaterialState")); mixin(bindCode("vtkOpenGLLightState_Update", "D_vtkOpenGLLightState_Update")); mixin(bindCode("vtkOpenGLLightState_Ambient_set", "D_vtkOpenGLLightState_Ambient_set")); mixin(bindCode("vtkOpenGLLightState_Ambient_get", "D_vtkOpenGLLightState_Ambient_get")); mixin(bindCode("vtkOpenGLLightState_Diffuse_set", "D_vtkOpenGLLightState_Diffuse_set")); mixin(bindCode("vtkOpenGLLightState_Diffuse_get", "D_vtkOpenGLLightState_Diffuse_get")); mixin(bindCode("vtkOpenGLLightState_Specular_set", "D_vtkOpenGLLightState_Specular_set")); mixin(bindCode("vtkOpenGLLightState_Specular_get", "D_vtkOpenGLLightState_Specular_get")); mixin(bindCode("vtkOpenGLLightState_Position_set", "D_vtkOpenGLLightState_Position_set")); mixin(bindCode("vtkOpenGLLightState_Position_get", "D_vtkOpenGLLightState_Position_get")); mixin(bindCode("vtkOpenGLLightState_ConstantAttenuation_set", "D_vtkOpenGLLightState_ConstantAttenuation_set")); mixin(bindCode("vtkOpenGLLightState_ConstantAttenuation_get", "D_vtkOpenGLLightState_ConstantAttenuation_get")); mixin(bindCode("vtkOpenGLLightState_LinearAttenuation_set", "D_vtkOpenGLLightState_LinearAttenuation_set")); mixin(bindCode("vtkOpenGLLightState_LinearAttenuation_get", "D_vtkOpenGLLightState_LinearAttenuation_get")); mixin(bindCode("vtkOpenGLLightState_QuadraticAttenuation_set", "D_vtkOpenGLLightState_QuadraticAttenuation_set")); mixin(bindCode("vtkOpenGLLightState_QuadraticAttenuation_get", "D_vtkOpenGLLightState_QuadraticAttenuation_get")); mixin(bindCode("vtkOpenGLLightState_SpotDirection_set", "D_vtkOpenGLLightState_SpotDirection_set")); mixin(bindCode("vtkOpenGLLightState_SpotDirection_get", "D_vtkOpenGLLightState_SpotDirection_get")); mixin(bindCode("vtkOpenGLLightState_SpotExponent_set", "D_vtkOpenGLLightState_SpotExponent_set")); mixin(bindCode("vtkOpenGLLightState_SpotExponent_get", "D_vtkOpenGLLightState_SpotExponent_get")); mixin(bindCode("vtkOpenGLLightState_SpotCutoff_set", "D_vtkOpenGLLightState_SpotCutoff_set")); mixin(bindCode("vtkOpenGLLightState_SpotCutoff_get", "D_vtkOpenGLLightState_SpotCutoff_get")); mixin(bindCode("new_vtkOpenGLLightState", "D_new_vtkOpenGLLightState")); mixin(bindCode("delete_vtkOpenGLLightState", "D_delete_vtkOpenGLLightState")); mixin(bindCode("vtkOpenGLTextureImageState_Update", "D_vtkOpenGLTextureImageState_Update")); mixin(bindCode("vtkOpenGLTextureImageState_Image_set", "D_vtkOpenGLTextureImageState_Image_set")); mixin(bindCode("vtkOpenGLTextureImageState_Image_get", "D_vtkOpenGLTextureImageState_Image_get")); mixin(bindCode("vtkOpenGLTextureImageState_Width_set", "D_vtkOpenGLTextureImageState_Width_set")); mixin(bindCode("vtkOpenGLTextureImageState_Width_get", "D_vtkOpenGLTextureImageState_Width_get")); mixin(bindCode("vtkOpenGLTextureImageState_Height_set", "D_vtkOpenGLTextureImageState_Height_set")); mixin(bindCode("vtkOpenGLTextureImageState_Height_get", "D_vtkOpenGLTextureImageState_Height_get")); mixin(bindCode("vtkOpenGLTextureImageState_Border_set", "D_vtkOpenGLTextureImageState_Border_set")); mixin(bindCode("vtkOpenGLTextureImageState_Border_get", "D_vtkOpenGLTextureImageState_Border_get")); mixin(bindCode("vtkOpenGLTextureImageState_InternalFormat_set", "D_vtkOpenGLTextureImageState_InternalFormat_set")); mixin(bindCode("vtkOpenGLTextureImageState_InternalFormat_get", "D_vtkOpenGLTextureImageState_InternalFormat_get")); mixin(bindCode("vtkOpenGLTextureImageState_RedSize_set", "D_vtkOpenGLTextureImageState_RedSize_set")); mixin(bindCode("vtkOpenGLTextureImageState_RedSize_get", "D_vtkOpenGLTextureImageState_RedSize_get")); mixin(bindCode("vtkOpenGLTextureImageState_GreenSize_set", "D_vtkOpenGLTextureImageState_GreenSize_set")); mixin(bindCode("vtkOpenGLTextureImageState_GreenSize_get", "D_vtkOpenGLTextureImageState_GreenSize_get")); mixin(bindCode("vtkOpenGLTextureImageState_BlueSize_set", "D_vtkOpenGLTextureImageState_BlueSize_set")); mixin(bindCode("vtkOpenGLTextureImageState_BlueSize_get", "D_vtkOpenGLTextureImageState_BlueSize_get")); mixin(bindCode("vtkOpenGLTextureImageState_AlphaSize_set", "D_vtkOpenGLTextureImageState_AlphaSize_set")); mixin(bindCode("vtkOpenGLTextureImageState_AlphaSize_get", "D_vtkOpenGLTextureImageState_AlphaSize_get")); mixin(bindCode("vtkOpenGLTextureImageState_LuminanceSize_set", "D_vtkOpenGLTextureImageState_LuminanceSize_set")); mixin(bindCode("vtkOpenGLTextureImageState_LuminanceSize_get", "D_vtkOpenGLTextureImageState_LuminanceSize_get")); mixin(bindCode("vtkOpenGLTextureImageState_IntensitySize_set", "D_vtkOpenGLTextureImageState_IntensitySize_set")); mixin(bindCode("vtkOpenGLTextureImageState_IntensitySize_get", "D_vtkOpenGLTextureImageState_IntensitySize_get")); mixin(bindCode("vtkOpenGLTextureImageState_Depth_set", "D_vtkOpenGLTextureImageState_Depth_set")); mixin(bindCode("vtkOpenGLTextureImageState_Depth_get", "D_vtkOpenGLTextureImageState_Depth_get")); mixin(bindCode("vtkOpenGLTextureImageState_Compressed_set", "D_vtkOpenGLTextureImageState_Compressed_set")); mixin(bindCode("vtkOpenGLTextureImageState_Compressed_get", "D_vtkOpenGLTextureImageState_Compressed_get")); mixin(bindCode("vtkOpenGLTextureImageState_CompressedImageSize_set", "D_vtkOpenGLTextureImageState_CompressedImageSize_set")); mixin(bindCode("vtkOpenGLTextureImageState_CompressedImageSize_get", "D_vtkOpenGLTextureImageState_CompressedImageSize_get")); mixin(bindCode("vtkOpenGLTextureImageState_DepthSize_set", "D_vtkOpenGLTextureImageState_DepthSize_set")); mixin(bindCode("vtkOpenGLTextureImageState_DepthSize_get", "D_vtkOpenGLTextureImageState_DepthSize_get")); mixin(bindCode("new_vtkOpenGLTextureImageState", "D_new_vtkOpenGLTextureImageState")); mixin(bindCode("delete_vtkOpenGLTextureImageState", "D_delete_vtkOpenGLTextureImageState")); mixin(bindCode("vtkOpenGLTexGenState_Update", "D_vtkOpenGLTexGenState_Update")); mixin(bindCode("vtkOpenGLTexGenState_Enabled_set", "D_vtkOpenGLTexGenState_Enabled_set")); mixin(bindCode("vtkOpenGLTexGenState_Enabled_get", "D_vtkOpenGLTexGenState_Enabled_get")); mixin(bindCode("vtkOpenGLTexGenState_EyePlane_set", "D_vtkOpenGLTexGenState_EyePlane_set")); mixin(bindCode("vtkOpenGLTexGenState_EyePlane_get", "D_vtkOpenGLTexGenState_EyePlane_get")); mixin(bindCode("vtkOpenGLTexGenState_ObjectPlane_set", "D_vtkOpenGLTexGenState_ObjectPlane_set")); mixin(bindCode("vtkOpenGLTexGenState_ObjectPlane_get", "D_vtkOpenGLTexGenState_ObjectPlane_get")); mixin(bindCode("vtkOpenGLTexGenState_Mode_set", "D_vtkOpenGLTexGenState_Mode_set")); mixin(bindCode("vtkOpenGLTexGenState_Mode_get", "D_vtkOpenGLTexGenState_Mode_get")); mixin(bindCode("new_vtkOpenGLTexGenState", "D_new_vtkOpenGLTexGenState")); mixin(bindCode("delete_vtkOpenGLTexGenState", "D_delete_vtkOpenGLTexGenState")); mixin(bindCode("vtkOpenGLPixelControl_Update", "D_vtkOpenGLPixelControl_Update")); mixin(bindCode("vtkOpenGLPixelControl_PrintSelf", "D_vtkOpenGLPixelControl_PrintSelf")); mixin(bindCode("vtkOpenGLPixelControl_SwapBytes_set", "D_vtkOpenGLPixelControl_SwapBytes_set")); mixin(bindCode("vtkOpenGLPixelControl_SwapBytes_get", "D_vtkOpenGLPixelControl_SwapBytes_get")); mixin(bindCode("vtkOpenGLPixelControl_LsbFirst_set", "D_vtkOpenGLPixelControl_LsbFirst_set")); mixin(bindCode("vtkOpenGLPixelControl_LsbFirst_get", "D_vtkOpenGLPixelControl_LsbFirst_get")); mixin(bindCode("vtkOpenGLPixelControl_RowLength_set", "D_vtkOpenGLPixelControl_RowLength_set")); mixin(bindCode("vtkOpenGLPixelControl_RowLength_get", "D_vtkOpenGLPixelControl_RowLength_get")); mixin(bindCode("vtkOpenGLPixelControl_SkipRows_set", "D_vtkOpenGLPixelControl_SkipRows_set")); mixin(bindCode("vtkOpenGLPixelControl_SkipRows_get", "D_vtkOpenGLPixelControl_SkipRows_get")); mixin(bindCode("vtkOpenGLPixelControl_SkipPixels_set", "D_vtkOpenGLPixelControl_SkipPixels_set")); mixin(bindCode("vtkOpenGLPixelControl_SkipPixels_get", "D_vtkOpenGLPixelControl_SkipPixels_get")); mixin(bindCode("vtkOpenGLPixelControl_Alignment_set", "D_vtkOpenGLPixelControl_Alignment_set")); mixin(bindCode("vtkOpenGLPixelControl_Alignment_get", "D_vtkOpenGLPixelControl_Alignment_get")); mixin(bindCode("vtkOpenGLPixelControl_ImageHeight_set", "D_vtkOpenGLPixelControl_ImageHeight_set")); mixin(bindCode("vtkOpenGLPixelControl_ImageHeight_get", "D_vtkOpenGLPixelControl_ImageHeight_get")); mixin(bindCode("vtkOpenGLPixelControl_SkipImages_set", "D_vtkOpenGLPixelControl_SkipImages_set")); mixin(bindCode("vtkOpenGLPixelControl_SkipImages_get", "D_vtkOpenGLPixelControl_SkipImages_get")); mixin(bindCode("new_vtkOpenGLPixelControl", "D_new_vtkOpenGLPixelControl")); mixin(bindCode("delete_vtkOpenGLPixelControl", "D_delete_vtkOpenGLPixelControl")); mixin(bindCode("vtkOpenGLComponentTransform_Update", "D_vtkOpenGLComponentTransform_Update")); mixin(bindCode("vtkOpenGLComponentTransform_PrintSelf", "D_vtkOpenGLComponentTransform_PrintSelf")); mixin(bindCode("vtkOpenGLComponentTransform_Scale_set", "D_vtkOpenGLComponentTransform_Scale_set")); mixin(bindCode("vtkOpenGLComponentTransform_Scale_get", "D_vtkOpenGLComponentTransform_Scale_get")); mixin(bindCode("vtkOpenGLComponentTransform_Bias_set", "D_vtkOpenGLComponentTransform_Bias_set")); mixin(bindCode("vtkOpenGLComponentTransform_Bias_get", "D_vtkOpenGLComponentTransform_Bias_get")); mixin(bindCode("new_vtkOpenGLComponentTransform", "D_new_vtkOpenGLComponentTransform")); mixin(bindCode("delete_vtkOpenGLComponentTransform", "D_delete_vtkOpenGLComponentTransform")); mixin(bindCode("vtkOpenGLRGBAPixelMapState_Update", "D_vtkOpenGLRGBAPixelMapState_Update")); mixin(bindCode("vtkOpenGLRGBAPixelMapState_Size_set", "D_vtkOpenGLRGBAPixelMapState_Size_set")); mixin(bindCode("vtkOpenGLRGBAPixelMapState_Size_get", "D_vtkOpenGLRGBAPixelMapState_Size_get")); mixin(bindCode("vtkOpenGLRGBAPixelMapState_Map_set", "D_vtkOpenGLRGBAPixelMapState_Map_set")); mixin(bindCode("vtkOpenGLRGBAPixelMapState_Map_get", "D_vtkOpenGLRGBAPixelMapState_Map_get")); mixin(bindCode("new_vtkOpenGLRGBAPixelMapState", "D_new_vtkOpenGLRGBAPixelMapState")); mixin(bindCode("delete_vtkOpenGLRGBAPixelMapState", "D_delete_vtkOpenGLRGBAPixelMapState")); mixin(bindCode("vtkOpenGLIndexPixelMapState_Update", "D_vtkOpenGLIndexPixelMapState_Update")); mixin(bindCode("vtkOpenGLIndexPixelMapState_Size_set", "D_vtkOpenGLIndexPixelMapState_Size_set")); mixin(bindCode("vtkOpenGLIndexPixelMapState_Size_get", "D_vtkOpenGLIndexPixelMapState_Size_get")); mixin(bindCode("vtkOpenGLIndexPixelMapState_Map_set", "D_vtkOpenGLIndexPixelMapState_Map_set")); mixin(bindCode("vtkOpenGLIndexPixelMapState_Map_get", "D_vtkOpenGLIndexPixelMapState_Map_get")); mixin(bindCode("new_vtkOpenGLIndexPixelMapState", "D_new_vtkOpenGLIndexPixelMapState")); mixin(bindCode("delete_vtkOpenGLIndexPixelMapState", "D_delete_vtkOpenGLIndexPixelMapState")); mixin(bindCode("vtkOpenGLTextureCoordinateProcessingUnit_CurrentMatrix_set", "D_vtkOpenGLTextureCoordinateProcessingUnit_CurrentMatrix_set")); mixin(bindCode("vtkOpenGLTextureCoordinateProcessingUnit_CurrentMatrix_get", "D_vtkOpenGLTextureCoordinateProcessingUnit_CurrentMatrix_get")); mixin(bindCode("vtkOpenGLTextureCoordinateProcessingUnit_MatrixStackDepth_set", "D_vtkOpenGLTextureCoordinateProcessingUnit_MatrixStackDepth_set")); mixin(bindCode("vtkOpenGLTextureCoordinateProcessingUnit_MatrixStackDepth_get", "D_vtkOpenGLTextureCoordinateProcessingUnit_MatrixStackDepth_get")); mixin(bindCode("vtkOpenGLTextureCoordinateProcessingUnit_TextureGenS_set", "D_vtkOpenGLTextureCoordinateProcessingUnit_TextureGenS_set")); mixin(bindCode("vtkOpenGLTextureCoordinateProcessingUnit_TextureGenS_get", "D_vtkOpenGLTextureCoordinateProcessingUnit_TextureGenS_get")); mixin(bindCode("vtkOpenGLTextureCoordinateProcessingUnit_TextureGenT_set", "D_vtkOpenGLTextureCoordinateProcessingUnit_TextureGenT_set")); mixin(bindCode("vtkOpenGLTextureCoordinateProcessingUnit_TextureGenT_get", "D_vtkOpenGLTextureCoordinateProcessingUnit_TextureGenT_get")); mixin(bindCode("vtkOpenGLTextureCoordinateProcessingUnit_TextureGenR_set", "D_vtkOpenGLTextureCoordinateProcessingUnit_TextureGenR_set")); mixin(bindCode("vtkOpenGLTextureCoordinateProcessingUnit_TextureGenR_get", "D_vtkOpenGLTextureCoordinateProcessingUnit_TextureGenR_get")); mixin(bindCode("vtkOpenGLTextureCoordinateProcessingUnit_TextureGenQ_set", "D_vtkOpenGLTextureCoordinateProcessingUnit_TextureGenQ_set")); mixin(bindCode("vtkOpenGLTextureCoordinateProcessingUnit_TextureGenQ_get", "D_vtkOpenGLTextureCoordinateProcessingUnit_TextureGenQ_get")); mixin(bindCode("vtkOpenGLTextureCoordinateProcessingUnit_CoordReplace_set", "D_vtkOpenGLTextureCoordinateProcessingUnit_CoordReplace_set")); mixin(bindCode("vtkOpenGLTextureCoordinateProcessingUnit_CoordReplace_get", "D_vtkOpenGLTextureCoordinateProcessingUnit_CoordReplace_get")); mixin(bindCode("vtkOpenGLTextureCoordinateProcessingUnit_CurrentTextureCoords_set", "D_vtkOpenGLTextureCoordinateProcessingUnit_CurrentTextureCoords_set")); mixin(bindCode("vtkOpenGLTextureCoordinateProcessingUnit_CurrentTextureCoords_get", "D_vtkOpenGLTextureCoordinateProcessingUnit_CurrentTextureCoords_get")); mixin(bindCode("vtkOpenGLTextureCoordinateProcessingUnit_CurrentRasterTextureCoords_set", "D_vtkOpenGLTextureCoordinateProcessingUnit_CurrentRasterTextureCoords_set")); mixin(bindCode("vtkOpenGLTextureCoordinateProcessingUnit_CurrentRasterTextureCoords_get", "D_vtkOpenGLTextureCoordinateProcessingUnit_CurrentRasterTextureCoords_get")); mixin(bindCode("new_vtkOpenGLTextureCoordinateProcessingUnit", "D_new_vtkOpenGLTextureCoordinateProcessingUnit")); mixin(bindCode("delete_vtkOpenGLTextureCoordinateProcessingUnit", "D_delete_vtkOpenGLTextureCoordinateProcessingUnit")); mixin(bindCode("vtkOpenGLTextureImageUnit_TextureBinding1D_set", "D_vtkOpenGLTextureImageUnit_TextureBinding1D_set")); mixin(bindCode("vtkOpenGLTextureImageUnit_TextureBinding1D_get", "D_vtkOpenGLTextureImageUnit_TextureBinding1D_get")); mixin(bindCode("vtkOpenGLTextureImageUnit_TextureBinding2D_set", "D_vtkOpenGLTextureImageUnit_TextureBinding2D_set")); mixin(bindCode("vtkOpenGLTextureImageUnit_TextureBinding2D_get", "D_vtkOpenGLTextureImageUnit_TextureBinding2D_get")); mixin(bindCode("vtkOpenGLTextureImageUnit_TextureBinding3D_set", "D_vtkOpenGLTextureImageUnit_TextureBinding3D_set")); mixin(bindCode("vtkOpenGLTextureImageUnit_TextureBinding3D_get", "D_vtkOpenGLTextureImageUnit_TextureBinding3D_get")); mixin(bindCode("vtkOpenGLTextureImageUnit_TextureBindingCubeMap_set", "D_vtkOpenGLTextureImageUnit_TextureBindingCubeMap_set")); mixin(bindCode("vtkOpenGLTextureImageUnit_TextureBindingCubeMap_get", "D_vtkOpenGLTextureImageUnit_TextureBindingCubeMap_get")); mixin(bindCode("new_vtkOpenGLTextureImageUnit", "D_new_vtkOpenGLTextureImageUnit")); mixin(bindCode("delete_vtkOpenGLTextureImageUnit", "D_delete_vtkOpenGLTextureImageUnit")); mixin(bindCode("vtkOpenGLTextureImageUnitFixedPipelineState_Texture1DEnabled_set", "D_vtkOpenGLTextureImageUnitFixedPipelineState_Texture1DEnabled_set")); mixin(bindCode("vtkOpenGLTextureImageUnitFixedPipelineState_Texture1DEnabled_get", "D_vtkOpenGLTextureImageUnitFixedPipelineState_Texture1DEnabled_get")); mixin(bindCode("vtkOpenGLTextureImageUnitFixedPipelineState_Texture2DEnabled_set", "D_vtkOpenGLTextureImageUnitFixedPipelineState_Texture2DEnabled_set")); mixin(bindCode("vtkOpenGLTextureImageUnitFixedPipelineState_Texture2DEnabled_get", "D_vtkOpenGLTextureImageUnitFixedPipelineState_Texture2DEnabled_get")); mixin(bindCode("vtkOpenGLTextureImageUnitFixedPipelineState_Texture3DEnabled_set", "D_vtkOpenGLTextureImageUnitFixedPipelineState_Texture3DEnabled_set")); mixin(bindCode("vtkOpenGLTextureImageUnitFixedPipelineState_Texture3DEnabled_get", "D_vtkOpenGLTextureImageUnitFixedPipelineState_Texture3DEnabled_get")); mixin(bindCode("vtkOpenGLTextureImageUnitFixedPipelineState_TextureCubeMapEnabled_set", "D_vtkOpenGLTextureImageUnitFixedPipelineState_TextureCubeMapEnabled_set")); mixin(bindCode("vtkOpenGLTextureImageUnitFixedPipelineState_TextureCubeMapEnabled_get", "D_vtkOpenGLTextureImageUnitFixedPipelineState_TextureCubeMapEnabled_get")); mixin(bindCode("new_vtkOpenGLTextureImageUnitFixedPipelineState", "D_new_vtkOpenGLTextureImageUnitFixedPipelineState")); mixin(bindCode("delete_vtkOpenGLTextureImageUnitFixedPipelineState", "D_delete_vtkOpenGLTextureImageUnitFixedPipelineState")); mixin(bindCode("vtkOpenGLClipPlaneState_Equation_set", "D_vtkOpenGLClipPlaneState_Equation_set")); mixin(bindCode("vtkOpenGLClipPlaneState_Equation_get", "D_vtkOpenGLClipPlaneState_Equation_get")); mixin(bindCode("vtkOpenGLClipPlaneState_Enabled_set", "D_vtkOpenGLClipPlaneState_Enabled_set")); mixin(bindCode("vtkOpenGLClipPlaneState_Enabled_get", "D_vtkOpenGLClipPlaneState_Enabled_get")); mixin(bindCode("new_vtkOpenGLClipPlaneState", "D_new_vtkOpenGLClipPlaneState")); mixin(bindCode("delete_vtkOpenGLClipPlaneState", "D_delete_vtkOpenGLClipPlaneState")); mixin(bindCode("vtkOpenGLFixePipelineState_Normalize_set", "D_vtkOpenGLFixePipelineState_Normalize_set")); mixin(bindCode("vtkOpenGLFixePipelineState_Normalize_get", "D_vtkOpenGLFixePipelineState_Normalize_get")); mixin(bindCode("vtkOpenGLFixePipelineState_RescaleNormal_set", "D_vtkOpenGLFixePipelineState_RescaleNormal_set")); mixin(bindCode("vtkOpenGLFixePipelineState_RescaleNormal_get", "D_vtkOpenGLFixePipelineState_RescaleNormal_get")); mixin(bindCode("vtkOpenGLFixePipelineState_LightingEnabled_set", "D_vtkOpenGLFixePipelineState_LightingEnabled_set")); mixin(bindCode("vtkOpenGLFixePipelineState_LightingEnabled_get", "D_vtkOpenGLFixePipelineState_LightingEnabled_get")); mixin(bindCode("vtkOpenGLFixePipelineState_LightEnabled_set", "D_vtkOpenGLFixePipelineState_LightEnabled_set")); mixin(bindCode("vtkOpenGLFixePipelineState_LightEnabled_get", "D_vtkOpenGLFixePipelineState_LightEnabled_get")); mixin(bindCode("vtkOpenGLFixePipelineState_CombineRGB_set", "D_vtkOpenGLFixePipelineState_CombineRGB_set")); mixin(bindCode("vtkOpenGLFixePipelineState_CombineRGB_get", "D_vtkOpenGLFixePipelineState_CombineRGB_get")); mixin(bindCode("vtkOpenGLFixePipelineState_CombineAlpha_set", "D_vtkOpenGLFixePipelineState_CombineAlpha_set")); mixin(bindCode("vtkOpenGLFixePipelineState_CombineAlpha_get", "D_vtkOpenGLFixePipelineState_CombineAlpha_get")); mixin(bindCode("vtkOpenGLFixePipelineState_Source0RGB_set", "D_vtkOpenGLFixePipelineState_Source0RGB_set")); mixin(bindCode("vtkOpenGLFixePipelineState_Source0RGB_get", "D_vtkOpenGLFixePipelineState_Source0RGB_get")); mixin(bindCode("vtkOpenGLFixePipelineState_Source1RGB_set", "D_vtkOpenGLFixePipelineState_Source1RGB_set")); mixin(bindCode("vtkOpenGLFixePipelineState_Source1RGB_get", "D_vtkOpenGLFixePipelineState_Source1RGB_get")); mixin(bindCode("vtkOpenGLFixePipelineState_Source2RGB_set", "D_vtkOpenGLFixePipelineState_Source2RGB_set")); mixin(bindCode("vtkOpenGLFixePipelineState_Source2RGB_get", "D_vtkOpenGLFixePipelineState_Source2RGB_get")); mixin(bindCode("vtkOpenGLFixePipelineState_Source0Alpha_set", "D_vtkOpenGLFixePipelineState_Source0Alpha_set")); mixin(bindCode("vtkOpenGLFixePipelineState_Source0Alpha_get", "D_vtkOpenGLFixePipelineState_Source0Alpha_get")); mixin(bindCode("vtkOpenGLFixePipelineState_Source1Alpha_set", "D_vtkOpenGLFixePipelineState_Source1Alpha_set")); mixin(bindCode("vtkOpenGLFixePipelineState_Source1Alpha_get", "D_vtkOpenGLFixePipelineState_Source1Alpha_get")); mixin(bindCode("vtkOpenGLFixePipelineState_Source2Alpha_set", "D_vtkOpenGLFixePipelineState_Source2Alpha_set")); mixin(bindCode("vtkOpenGLFixePipelineState_Source2Alpha_get", "D_vtkOpenGLFixePipelineState_Source2Alpha_get")); mixin(bindCode("vtkOpenGLFixePipelineState_Operand0RGB_set", "D_vtkOpenGLFixePipelineState_Operand0RGB_set")); mixin(bindCode("vtkOpenGLFixePipelineState_Operand0RGB_get", "D_vtkOpenGLFixePipelineState_Operand0RGB_get")); mixin(bindCode("vtkOpenGLFixePipelineState_Operand1RGB_set", "D_vtkOpenGLFixePipelineState_Operand1RGB_set")); mixin(bindCode("vtkOpenGLFixePipelineState_Operand1RGB_get", "D_vtkOpenGLFixePipelineState_Operand1RGB_get")); mixin(bindCode("vtkOpenGLFixePipelineState_Operand2RGB_set", "D_vtkOpenGLFixePipelineState_Operand2RGB_set")); mixin(bindCode("vtkOpenGLFixePipelineState_Operand2RGB_get", "D_vtkOpenGLFixePipelineState_Operand2RGB_get")); mixin(bindCode("vtkOpenGLFixePipelineState_Operand0Alpha_set", "D_vtkOpenGLFixePipelineState_Operand0Alpha_set")); mixin(bindCode("vtkOpenGLFixePipelineState_Operand0Alpha_get", "D_vtkOpenGLFixePipelineState_Operand0Alpha_get")); mixin(bindCode("vtkOpenGLFixePipelineState_Operand1Alpha_set", "D_vtkOpenGLFixePipelineState_Operand1Alpha_set")); mixin(bindCode("vtkOpenGLFixePipelineState_Operand1Alpha_get", "D_vtkOpenGLFixePipelineState_Operand1Alpha_get")); mixin(bindCode("vtkOpenGLFixePipelineState_Operand2Alpha_set", "D_vtkOpenGLFixePipelineState_Operand2Alpha_set")); mixin(bindCode("vtkOpenGLFixePipelineState_Operand2Alpha_get", "D_vtkOpenGLFixePipelineState_Operand2Alpha_get")); mixin(bindCode("vtkOpenGLFixePipelineState_RGBScale_set", "D_vtkOpenGLFixePipelineState_RGBScale_set")); mixin(bindCode("vtkOpenGLFixePipelineState_RGBScale_get", "D_vtkOpenGLFixePipelineState_RGBScale_get")); mixin(bindCode("vtkOpenGLFixePipelineState_AlphaScale_set", "D_vtkOpenGLFixePipelineState_AlphaScale_set")); mixin(bindCode("vtkOpenGLFixePipelineState_AlphaScale_get", "D_vtkOpenGLFixePipelineState_AlphaScale_get")); mixin(bindCode("vtkOpenGLFixePipelineState_TextureImageUnitEnabled_set", "D_vtkOpenGLFixePipelineState_TextureImageUnitEnabled_set")); mixin(bindCode("vtkOpenGLFixePipelineState_TextureImageUnitEnabled_get", "D_vtkOpenGLFixePipelineState_TextureImageUnitEnabled_get")); mixin(bindCode("vtkOpenGLFixePipelineState_FogEnabled_set", "D_vtkOpenGLFixePipelineState_FogEnabled_set")); mixin(bindCode("vtkOpenGLFixePipelineState_FogEnabled_get", "D_vtkOpenGLFixePipelineState_FogEnabled_get")); mixin(bindCode("vtkOpenGLFixePipelineState_ColorSumEnabled_set", "D_vtkOpenGLFixePipelineState_ColorSumEnabled_set")); mixin(bindCode("vtkOpenGLFixePipelineState_ColorSumEnabled_get", "D_vtkOpenGLFixePipelineState_ColorSumEnabled_get")); mixin(bindCode("new_vtkOpenGLFixePipelineState", "D_new_vtkOpenGLFixePipelineState")); mixin(bindCode("delete_vtkOpenGLFixePipelineState", "D_delete_vtkOpenGLFixePipelineState")); mixin(bindCode("vtkOpenGLBufferObjectState_PrintSelf", "D_vtkOpenGLBufferObjectState_PrintSelf")); mixin(bindCode("vtkOpenGLBufferObjectState_Id_set", "D_vtkOpenGLBufferObjectState_Id_set")); mixin(bindCode("vtkOpenGLBufferObjectState_Id_get", "D_vtkOpenGLBufferObjectState_Id_get")); mixin(bindCode("vtkOpenGLBufferObjectState_Size_set", "D_vtkOpenGLBufferObjectState_Size_set")); mixin(bindCode("vtkOpenGLBufferObjectState_Size_get", "D_vtkOpenGLBufferObjectState_Size_get")); mixin(bindCode("vtkOpenGLBufferObjectState_Usage_set", "D_vtkOpenGLBufferObjectState_Usage_set")); mixin(bindCode("vtkOpenGLBufferObjectState_Usage_get", "D_vtkOpenGLBufferObjectState_Usage_get")); mixin(bindCode("vtkOpenGLBufferObjectState_Access_set", "D_vtkOpenGLBufferObjectState_Access_set")); mixin(bindCode("vtkOpenGLBufferObjectState_Access_get", "D_vtkOpenGLBufferObjectState_Access_get")); mixin(bindCode("vtkOpenGLBufferObjectState_AccessFlags_set", "D_vtkOpenGLBufferObjectState_AccessFlags_set")); mixin(bindCode("vtkOpenGLBufferObjectState_AccessFlags_get", "D_vtkOpenGLBufferObjectState_AccessFlags_get")); mixin(bindCode("vtkOpenGLBufferObjectState_Mapped_set", "D_vtkOpenGLBufferObjectState_Mapped_set")); mixin(bindCode("vtkOpenGLBufferObjectState_Mapped_get", "D_vtkOpenGLBufferObjectState_Mapped_get")); mixin(bindCode("vtkOpenGLBufferObjectState_MapPointer_set", "D_vtkOpenGLBufferObjectState_MapPointer_set")); mixin(bindCode("vtkOpenGLBufferObjectState_MapPointer_get", "D_vtkOpenGLBufferObjectState_MapPointer_get")); mixin(bindCode("vtkOpenGLBufferObjectState_MapOffset_set", "D_vtkOpenGLBufferObjectState_MapOffset_set")); mixin(bindCode("vtkOpenGLBufferObjectState_MapOffset_get", "D_vtkOpenGLBufferObjectState_MapOffset_get")); mixin(bindCode("vtkOpenGLBufferObjectState_MapLength_set", "D_vtkOpenGLBufferObjectState_MapLength_set")); mixin(bindCode("vtkOpenGLBufferObjectState_MapLength_get", "D_vtkOpenGLBufferObjectState_MapLength_get")); mixin(bindCode("new_vtkOpenGLBufferObjectState", "D_new_vtkOpenGLBufferObjectState")); mixin(bindCode("delete_vtkOpenGLBufferObjectState", "D_delete_vtkOpenGLBufferObjectState")); mixin(bindCode("vtkOpenGLShaderState_PrintSelf", "D_vtkOpenGLShaderState_PrintSelf")); mixin(bindCode("vtkOpenGLShaderState_Id_set", "D_vtkOpenGLShaderState_Id_set")); mixin(bindCode("vtkOpenGLShaderState_Id_get", "D_vtkOpenGLShaderState_Id_get")); mixin(bindCode("vtkOpenGLShaderState_Type_set", "D_vtkOpenGLShaderState_Type_set")); mixin(bindCode("vtkOpenGLShaderState_Type_get", "D_vtkOpenGLShaderState_Type_get")); mixin(bindCode("vtkOpenGLShaderState_DeleteStatus_set", "D_vtkOpenGLShaderState_DeleteStatus_set")); mixin(bindCode("vtkOpenGLShaderState_DeleteStatus_get", "D_vtkOpenGLShaderState_DeleteStatus_get")); mixin(bindCode("vtkOpenGLShaderState_CompileStatus_set", "D_vtkOpenGLShaderState_CompileStatus_set")); mixin(bindCode("vtkOpenGLShaderState_CompileStatus_get", "D_vtkOpenGLShaderState_CompileStatus_get")); mixin(bindCode("vtkOpenGLShaderState_InfoLog_set", "D_vtkOpenGLShaderState_InfoLog_set")); mixin(bindCode("vtkOpenGLShaderState_InfoLog_get", "D_vtkOpenGLShaderState_InfoLog_get")); mixin(bindCode("vtkOpenGLShaderState_InfoLogLength_set", "D_vtkOpenGLShaderState_InfoLogLength_set")); mixin(bindCode("vtkOpenGLShaderState_InfoLogLength_get", "D_vtkOpenGLShaderState_InfoLogLength_get")); mixin(bindCode("vtkOpenGLShaderState_Source_set", "D_vtkOpenGLShaderState_Source_set")); mixin(bindCode("vtkOpenGLShaderState_Source_get", "D_vtkOpenGLShaderState_Source_get")); mixin(bindCode("vtkOpenGLShaderState_SourceLength_set", "D_vtkOpenGLShaderState_SourceLength_set")); mixin(bindCode("vtkOpenGLShaderState_SourceLength_get", "D_vtkOpenGLShaderState_SourceLength_get")); mixin(bindCode("new_vtkOpenGLShaderState", "D_new_vtkOpenGLShaderState")); mixin(bindCode("delete_vtkOpenGLShaderState", "D_delete_vtkOpenGLShaderState")); mixin(bindCode("vtkOpenGLProgramState_PrintSelf", "D_vtkOpenGLProgramState_PrintSelf")); mixin(bindCode("vtkOpenGLProgramState_Id_set", "D_vtkOpenGLProgramState_Id_set")); mixin(bindCode("vtkOpenGLProgramState_Id_get", "D_vtkOpenGLProgramState_Id_get")); mixin(bindCode("vtkOpenGLProgramState_DeleteStatus_set", "D_vtkOpenGLProgramState_DeleteStatus_set")); mixin(bindCode("vtkOpenGLProgramState_DeleteStatus_get", "D_vtkOpenGLProgramState_DeleteStatus_get")); mixin(bindCode("vtkOpenGLProgramState_LinkStatus_set", "D_vtkOpenGLProgramState_LinkStatus_set")); mixin(bindCode("vtkOpenGLProgramState_LinkStatus_get", "D_vtkOpenGLProgramState_LinkStatus_get")); mixin(bindCode("vtkOpenGLProgramState_ValidateStatus_set", "D_vtkOpenGLProgramState_ValidateStatus_set")); mixin(bindCode("vtkOpenGLProgramState_ValidateStatus_get", "D_vtkOpenGLProgramState_ValidateStatus_get")); mixin(bindCode("vtkOpenGLProgramState_NumberOfAttachedShaders_set", "D_vtkOpenGLProgramState_NumberOfAttachedShaders_set")); mixin(bindCode("vtkOpenGLProgramState_NumberOfAttachedShaders_get", "D_vtkOpenGLProgramState_NumberOfAttachedShaders_get")); mixin(bindCode("vtkOpenGLProgramState_InfoLogLength_set", "D_vtkOpenGLProgramState_InfoLogLength_set")); mixin(bindCode("vtkOpenGLProgramState_InfoLogLength_get", "D_vtkOpenGLProgramState_InfoLogLength_get")); mixin(bindCode("vtkOpenGLProgramState_ActiveUniforms_set", "D_vtkOpenGLProgramState_ActiveUniforms_set")); mixin(bindCode("vtkOpenGLProgramState_ActiveUniforms_get", "D_vtkOpenGLProgramState_ActiveUniforms_get")); mixin(bindCode("vtkOpenGLProgramState_ActiveUniformMaxLength_set", "D_vtkOpenGLProgramState_ActiveUniformMaxLength_set")); mixin(bindCode("vtkOpenGLProgramState_ActiveUniformMaxLength_get", "D_vtkOpenGLProgramState_ActiveUniformMaxLength_get")); mixin(bindCode("vtkOpenGLProgramState_ActiveAttributes_set", "D_vtkOpenGLProgramState_ActiveAttributes_set")); mixin(bindCode("vtkOpenGLProgramState_ActiveAttributes_get", "D_vtkOpenGLProgramState_ActiveAttributes_get")); mixin(bindCode("vtkOpenGLProgramState_ActiveAttributeMaxLength_set", "D_vtkOpenGLProgramState_ActiveAttributeMaxLength_set")); mixin(bindCode("vtkOpenGLProgramState_ActiveAttributeMaxLength_get", "D_vtkOpenGLProgramState_ActiveAttributeMaxLength_get")); mixin(bindCode("vtkOpenGLProgramState_AttachedShaders_set", "D_vtkOpenGLProgramState_AttachedShaders_set")); mixin(bindCode("vtkOpenGLProgramState_AttachedShaders_get", "D_vtkOpenGLProgramState_AttachedShaders_get")); mixin(bindCode("vtkOpenGLProgramState_InfoLog_set", "D_vtkOpenGLProgramState_InfoLog_set")); mixin(bindCode("vtkOpenGLProgramState_InfoLog_get", "D_vtkOpenGLProgramState_InfoLog_get")); mixin(bindCode("vtkOpenGLProgramState_HasVertexShader_set", "D_vtkOpenGLProgramState_HasVertexShader_set")); mixin(bindCode("vtkOpenGLProgramState_HasVertexShader_get", "D_vtkOpenGLProgramState_HasVertexShader_get")); mixin(bindCode("vtkOpenGLProgramState_HasFragmentShader_set", "D_vtkOpenGLProgramState_HasFragmentShader_set")); mixin(bindCode("vtkOpenGLProgramState_HasFragmentShader_get", "D_vtkOpenGLProgramState_HasFragmentShader_get")); mixin(bindCode("new_vtkOpenGLProgramState", "D_new_vtkOpenGLProgramState")); mixin(bindCode("delete_vtkOpenGLProgramState", "D_delete_vtkOpenGLProgramState")); mixin(bindCode("new_vtkOpenGLState", "D_new_vtkOpenGLState")); mixin(bindCode("delete_vtkOpenGLState", "D_delete_vtkOpenGLState")); mixin(bindCode("vtkOpenGLState_Update", "D_vtkOpenGLState_Update")); mixin(bindCode("vtkOpenGLState_PrintSelf", "D_vtkOpenGLState_PrintSelf")); mixin(bindCode("vtkOpenGLState_FixedPipeline_set", "D_vtkOpenGLState_FixedPipeline_set")); mixin(bindCode("vtkOpenGLState_FixedPipeline_get", "D_vtkOpenGLState_FixedPipeline_get")); mixin(bindCode("vtkOpenGLState_CurrentColor_set", "D_vtkOpenGLState_CurrentColor_set")); mixin(bindCode("vtkOpenGLState_CurrentColor_get", "D_vtkOpenGLState_CurrentColor_get")); mixin(bindCode("vtkOpenGLState_CurrentIndex_set", "D_vtkOpenGLState_CurrentIndex_set")); mixin(bindCode("vtkOpenGLState_CurrentIndex_get", "D_vtkOpenGLState_CurrentIndex_get")); mixin(bindCode("vtkOpenGLState_CurrentNormal_set", "D_vtkOpenGLState_CurrentNormal_set")); mixin(bindCode("vtkOpenGLState_CurrentNormal_get", "D_vtkOpenGLState_CurrentNormal_get")); mixin(bindCode("vtkOpenGLState_CurrentRasterPosition_set", "D_vtkOpenGLState_CurrentRasterPosition_set")); mixin(bindCode("vtkOpenGLState_CurrentRasterPosition_get", "D_vtkOpenGLState_CurrentRasterPosition_get")); mixin(bindCode("vtkOpenGLState_CurrentRasterDistance_set", "D_vtkOpenGLState_CurrentRasterDistance_set")); mixin(bindCode("vtkOpenGLState_CurrentRasterDistance_get", "D_vtkOpenGLState_CurrentRasterDistance_get")); mixin(bindCode("vtkOpenGLState_CurrentRasterColor_set", "D_vtkOpenGLState_CurrentRasterColor_set")); mixin(bindCode("vtkOpenGLState_CurrentRasterColor_get", "D_vtkOpenGLState_CurrentRasterColor_get")); mixin(bindCode("vtkOpenGLState_CurrentRasterIndex_set", "D_vtkOpenGLState_CurrentRasterIndex_set")); mixin(bindCode("vtkOpenGLState_CurrentRasterIndex_get", "D_vtkOpenGLState_CurrentRasterIndex_get")); mixin(bindCode("vtkOpenGLState_CurrentRasterPositionValid_set", "D_vtkOpenGLState_CurrentRasterPositionValid_set")); mixin(bindCode("vtkOpenGLState_CurrentRasterPositionValid_get", "D_vtkOpenGLState_CurrentRasterPositionValid_get")); mixin(bindCode("vtkOpenGLState_EdgeFlag_set", "D_vtkOpenGLState_EdgeFlag_set")); mixin(bindCode("vtkOpenGLState_EdgeFlag_get", "D_vtkOpenGLState_EdgeFlag_get")); mixin(bindCode("vtkOpenGLState_CurrentSecondaryColor_set", "D_vtkOpenGLState_CurrentSecondaryColor_set")); mixin(bindCode("vtkOpenGLState_CurrentSecondaryColor_get", "D_vtkOpenGLState_CurrentSecondaryColor_get")); mixin(bindCode("vtkOpenGLState_CurrentFogCoordinate_set", "D_vtkOpenGLState_CurrentFogCoordinate_set")); mixin(bindCode("vtkOpenGLState_CurrentFogCoordinate_get", "D_vtkOpenGLState_CurrentFogCoordinate_get")); mixin(bindCode("vtkOpenGLState_CurrentRasterSecondaryColor_set", "D_vtkOpenGLState_CurrentRasterSecondaryColor_set")); mixin(bindCode("vtkOpenGLState_CurrentRasterSecondaryColor_get", "D_vtkOpenGLState_CurrentRasterSecondaryColor_get")); mixin(bindCode("vtkOpenGLState_VertexArrayEnabled_set", "D_vtkOpenGLState_VertexArrayEnabled_set")); mixin(bindCode("vtkOpenGLState_VertexArrayEnabled_get", "D_vtkOpenGLState_VertexArrayEnabled_get")); mixin(bindCode("vtkOpenGLState_VertexArraySize_set", "D_vtkOpenGLState_VertexArraySize_set")); mixin(bindCode("vtkOpenGLState_VertexArraySize_get", "D_vtkOpenGLState_VertexArraySize_get")); mixin(bindCode("vtkOpenGLState_VertexArrayType_set", "D_vtkOpenGLState_VertexArrayType_set")); mixin(bindCode("vtkOpenGLState_VertexArrayType_get", "D_vtkOpenGLState_VertexArrayType_get")); mixin(bindCode("vtkOpenGLState_VertexArrayStride_set", "D_vtkOpenGLState_VertexArrayStride_set")); mixin(bindCode("vtkOpenGLState_VertexArrayStride_get", "D_vtkOpenGLState_VertexArrayStride_get")); mixin(bindCode("vtkOpenGLState_VertexArrayPointer_set", "D_vtkOpenGLState_VertexArrayPointer_set")); mixin(bindCode("vtkOpenGLState_VertexArrayPointer_get", "D_vtkOpenGLState_VertexArrayPointer_get")); mixin(bindCode("vtkOpenGLState_NormalArrayEnabled_set", "D_vtkOpenGLState_NormalArrayEnabled_set")); mixin(bindCode("vtkOpenGLState_NormalArrayEnabled_get", "D_vtkOpenGLState_NormalArrayEnabled_get")); mixin(bindCode("vtkOpenGLState_NormalArrayType_set", "D_vtkOpenGLState_NormalArrayType_set")); mixin(bindCode("vtkOpenGLState_NormalArrayType_get", "D_vtkOpenGLState_NormalArrayType_get")); mixin(bindCode("vtkOpenGLState_NormalArrayStride_set", "D_vtkOpenGLState_NormalArrayStride_set")); mixin(bindCode("vtkOpenGLState_NormalArrayStride_get", "D_vtkOpenGLState_NormalArrayStride_get")); mixin(bindCode("vtkOpenGLState_NormalArrayPointer_set", "D_vtkOpenGLState_NormalArrayPointer_set")); mixin(bindCode("vtkOpenGLState_NormalArrayPointer_get", "D_vtkOpenGLState_NormalArrayPointer_get")); mixin(bindCode("vtkOpenGLState_ColorArrayEnabled_set", "D_vtkOpenGLState_ColorArrayEnabled_set")); mixin(bindCode("vtkOpenGLState_ColorArrayEnabled_get", "D_vtkOpenGLState_ColorArrayEnabled_get")); mixin(bindCode("vtkOpenGLState_ColorArraySize_set", "D_vtkOpenGLState_ColorArraySize_set")); mixin(bindCode("vtkOpenGLState_ColorArraySize_get", "D_vtkOpenGLState_ColorArraySize_get")); mixin(bindCode("vtkOpenGLState_ColorArrayType_set", "D_vtkOpenGLState_ColorArrayType_set")); mixin(bindCode("vtkOpenGLState_ColorArrayType_get", "D_vtkOpenGLState_ColorArrayType_get")); mixin(bindCode("vtkOpenGLState_ColorArrayStride_set", "D_vtkOpenGLState_ColorArrayStride_set")); mixin(bindCode("vtkOpenGLState_ColorArrayStride_get", "D_vtkOpenGLState_ColorArrayStride_get")); mixin(bindCode("vtkOpenGLState_ColorArrayPointer_set", "D_vtkOpenGLState_ColorArrayPointer_set")); mixin(bindCode("vtkOpenGLState_ColorArrayPointer_get", "D_vtkOpenGLState_ColorArrayPointer_get")); mixin(bindCode("vtkOpenGLState_IndexArrayEnabled_set", "D_vtkOpenGLState_IndexArrayEnabled_set")); mixin(bindCode("vtkOpenGLState_IndexArrayEnabled_get", "D_vtkOpenGLState_IndexArrayEnabled_get")); mixin(bindCode("vtkOpenGLState_IndexArrayType_set", "D_vtkOpenGLState_IndexArrayType_set")); mixin(bindCode("vtkOpenGLState_IndexArrayType_get", "D_vtkOpenGLState_IndexArrayType_get")); mixin(bindCode("vtkOpenGLState_IndexArrayStride_set", "D_vtkOpenGLState_IndexArrayStride_set")); mixin(bindCode("vtkOpenGLState_IndexArrayStride_get", "D_vtkOpenGLState_IndexArrayStride_get")); mixin(bindCode("vtkOpenGLState_IndexArrayPointer_set", "D_vtkOpenGLState_IndexArrayPointer_set")); mixin(bindCode("vtkOpenGLState_IndexArrayPointer_get", "D_vtkOpenGLState_IndexArrayPointer_get")); mixin(bindCode("vtkOpenGLState_TextureCoordArrayEnabled_set", "D_vtkOpenGLState_TextureCoordArrayEnabled_set")); mixin(bindCode("vtkOpenGLState_TextureCoordArrayEnabled_get", "D_vtkOpenGLState_TextureCoordArrayEnabled_get")); mixin(bindCode("vtkOpenGLState_TextureCoordArraySize_set", "D_vtkOpenGLState_TextureCoordArraySize_set")); mixin(bindCode("vtkOpenGLState_TextureCoordArraySize_get", "D_vtkOpenGLState_TextureCoordArraySize_get")); mixin(bindCode("vtkOpenGLState_TextureCoordArrayType_set", "D_vtkOpenGLState_TextureCoordArrayType_set")); mixin(bindCode("vtkOpenGLState_TextureCoordArrayType_get", "D_vtkOpenGLState_TextureCoordArrayType_get")); mixin(bindCode("vtkOpenGLState_TextureCoordArrayStride_set", "D_vtkOpenGLState_TextureCoordArrayStride_set")); mixin(bindCode("vtkOpenGLState_TextureCoordArrayStride_get", "D_vtkOpenGLState_TextureCoordArrayStride_get")); mixin(bindCode("vtkOpenGLState_TextureCoordArrayPointer_set", "D_vtkOpenGLState_TextureCoordArrayPointer_set")); mixin(bindCode("vtkOpenGLState_TextureCoordArrayPointer_get", "D_vtkOpenGLState_TextureCoordArrayPointer_get")); mixin(bindCode("vtkOpenGLState_EdgeFlagArray_set", "D_vtkOpenGLState_EdgeFlagArray_set")); mixin(bindCode("vtkOpenGLState_EdgeFlagArray_get", "D_vtkOpenGLState_EdgeFlagArray_get")); mixin(bindCode("vtkOpenGLState_EdgeFlagArrayStride_set", "D_vtkOpenGLState_EdgeFlagArrayStride_set")); mixin(bindCode("vtkOpenGLState_EdgeFlagArrayStride_get", "D_vtkOpenGLState_EdgeFlagArrayStride_get")); mixin(bindCode("vtkOpenGLState_EdgeFlagArrayPointer_set", "D_vtkOpenGLState_EdgeFlagArrayPointer_set")); mixin(bindCode("vtkOpenGLState_EdgeFlagArrayPointer_get", "D_vtkOpenGLState_EdgeFlagArrayPointer_get")); mixin(bindCode("vtkOpenGLState_ClientActiveTexture_set", "D_vtkOpenGLState_ClientActiveTexture_set")); mixin(bindCode("vtkOpenGLState_ClientActiveTexture_get", "D_vtkOpenGLState_ClientActiveTexture_get")); mixin(bindCode("vtkOpenGLState_FogCoordinateArrayEnabled_set", "D_vtkOpenGLState_FogCoordinateArrayEnabled_set")); mixin(bindCode("vtkOpenGLState_FogCoordinateArrayEnabled_get", "D_vtkOpenGLState_FogCoordinateArrayEnabled_get")); mixin(bindCode("vtkOpenGLState_FogCoordinateArrayType_set", "D_vtkOpenGLState_FogCoordinateArrayType_set")); mixin(bindCode("vtkOpenGLState_FogCoordinateArrayType_get", "D_vtkOpenGLState_FogCoordinateArrayType_get")); mixin(bindCode("vtkOpenGLState_FogCoordinateArrayStride_set", "D_vtkOpenGLState_FogCoordinateArrayStride_set")); mixin(bindCode("vtkOpenGLState_FogCoordinateArrayStride_get", "D_vtkOpenGLState_FogCoordinateArrayStride_get")); mixin(bindCode("vtkOpenGLState_FogCoordinateArrayPointer_set", "D_vtkOpenGLState_FogCoordinateArrayPointer_set")); mixin(bindCode("vtkOpenGLState_FogCoordinateArrayPointer_get", "D_vtkOpenGLState_FogCoordinateArrayPointer_get")); mixin(bindCode("vtkOpenGLState_SecondaryColorArrayEnabled_set", "D_vtkOpenGLState_SecondaryColorArrayEnabled_set")); mixin(bindCode("vtkOpenGLState_SecondaryColorArrayEnabled_get", "D_vtkOpenGLState_SecondaryColorArrayEnabled_get")); mixin(bindCode("vtkOpenGLState_SecondaryColorArraySize_set", "D_vtkOpenGLState_SecondaryColorArraySize_set")); mixin(bindCode("vtkOpenGLState_SecondaryColorArraySize_get", "D_vtkOpenGLState_SecondaryColorArraySize_get")); mixin(bindCode("vtkOpenGLState_SecondaryColorArrayType_set", "D_vtkOpenGLState_SecondaryColorArrayType_set")); mixin(bindCode("vtkOpenGLState_SecondaryColorArrayType_get", "D_vtkOpenGLState_SecondaryColorArrayType_get")); mixin(bindCode("vtkOpenGLState_SecondaryColorArrayStride_set", "D_vtkOpenGLState_SecondaryColorArrayStride_set")); mixin(bindCode("vtkOpenGLState_SecondaryColorArrayStride_get", "D_vtkOpenGLState_SecondaryColorArrayStride_get")); mixin(bindCode("vtkOpenGLState_SecondaryColorArrayPointer_set", "D_vtkOpenGLState_SecondaryColorArrayPointer_set")); mixin(bindCode("vtkOpenGLState_SecondaryColorArrayPointer_get", "D_vtkOpenGLState_SecondaryColorArrayPointer_get")); mixin(bindCode("vtkOpenGLState_ArrayBufferBinding_set", "D_vtkOpenGLState_ArrayBufferBinding_set")); mixin(bindCode("vtkOpenGLState_ArrayBufferBinding_get", "D_vtkOpenGLState_ArrayBufferBinding_get")); mixin(bindCode("vtkOpenGLState_VertexArrayBufferBinding_set", "D_vtkOpenGLState_VertexArrayBufferBinding_set")); mixin(bindCode("vtkOpenGLState_VertexArrayBufferBinding_get", "D_vtkOpenGLState_VertexArrayBufferBinding_get")); mixin(bindCode("vtkOpenGLState_NormalArrayBufferBinding_set", "D_vtkOpenGLState_NormalArrayBufferBinding_set")); mixin(bindCode("vtkOpenGLState_NormalArrayBufferBinding_get", "D_vtkOpenGLState_NormalArrayBufferBinding_get")); mixin(bindCode("vtkOpenGLState_ColorArrayBufferBinding_set", "D_vtkOpenGLState_ColorArrayBufferBinding_set")); mixin(bindCode("vtkOpenGLState_ColorArrayBufferBinding_get", "D_vtkOpenGLState_ColorArrayBufferBinding_get")); mixin(bindCode("vtkOpenGLState_IndexArrayBufferBinding_set", "D_vtkOpenGLState_IndexArrayBufferBinding_set")); mixin(bindCode("vtkOpenGLState_IndexArrayBufferBinding_get", "D_vtkOpenGLState_IndexArrayBufferBinding_get")); mixin(bindCode("vtkOpenGLState_TextureCoordArrayBufferBinding_set", "D_vtkOpenGLState_TextureCoordArrayBufferBinding_set")); mixin(bindCode("vtkOpenGLState_TextureCoordArrayBufferBinding_get", "D_vtkOpenGLState_TextureCoordArrayBufferBinding_get")); mixin(bindCode("vtkOpenGLState_EdgeFlagArrayBufferBinding_set", "D_vtkOpenGLState_EdgeFlagArrayBufferBinding_set")); mixin(bindCode("vtkOpenGLState_EdgeFlagArrayBufferBinding_get", "D_vtkOpenGLState_EdgeFlagArrayBufferBinding_get")); mixin(bindCode("vtkOpenGLState_SecondaryColorArrayBufferBinding_set", "D_vtkOpenGLState_SecondaryColorArrayBufferBinding_set")); mixin(bindCode("vtkOpenGLState_SecondaryColorArrayBufferBinding_get", "D_vtkOpenGLState_SecondaryColorArrayBufferBinding_get")); mixin(bindCode("vtkOpenGLState_FogCoordArrayBufferBinding_set", "D_vtkOpenGLState_FogCoordArrayBufferBinding_set")); mixin(bindCode("vtkOpenGLState_FogCoordArrayBufferBinding_get", "D_vtkOpenGLState_FogCoordArrayBufferBinding_get")); mixin(bindCode("vtkOpenGLState_ElementArrayBufferBinding_set", "D_vtkOpenGLState_ElementArrayBufferBinding_set")); mixin(bindCode("vtkOpenGLState_ElementArrayBufferBinding_get", "D_vtkOpenGLState_ElementArrayBufferBinding_get")); mixin(bindCode("vtkOpenGLState_VertexAttribArrayEnabled_set", "D_vtkOpenGLState_VertexAttribArrayEnabled_set")); mixin(bindCode("vtkOpenGLState_VertexAttribArrayEnabled_get", "D_vtkOpenGLState_VertexAttribArrayEnabled_get")); mixin(bindCode("vtkOpenGLState_VertexAttribArraySize_set", "D_vtkOpenGLState_VertexAttribArraySize_set")); mixin(bindCode("vtkOpenGLState_VertexAttribArraySize_get", "D_vtkOpenGLState_VertexAttribArraySize_get")); mixin(bindCode("vtkOpenGLState_VertexAttribArrayStride_set", "D_vtkOpenGLState_VertexAttribArrayStride_set")); mixin(bindCode("vtkOpenGLState_VertexAttribArrayStride_get", "D_vtkOpenGLState_VertexAttribArrayStride_get")); mixin(bindCode("vtkOpenGLState_VertexAttribArrayType_set", "D_vtkOpenGLState_VertexAttribArrayType_set")); mixin(bindCode("vtkOpenGLState_VertexAttribArrayType_get", "D_vtkOpenGLState_VertexAttribArrayType_get")); mixin(bindCode("vtkOpenGLState_VertexAttribArrayNormalized_set", "D_vtkOpenGLState_VertexAttribArrayNormalized_set")); mixin(bindCode("vtkOpenGLState_VertexAttribArrayNormalized_get", "D_vtkOpenGLState_VertexAttribArrayNormalized_get")); mixin(bindCode("vtkOpenGLState_VertexAttribArrayPointer_set", "D_vtkOpenGLState_VertexAttribArrayPointer_set")); mixin(bindCode("vtkOpenGLState_VertexAttribArrayPointer_get", "D_vtkOpenGLState_VertexAttribArrayPointer_get")); mixin(bindCode("vtkOpenGLState_VertexAttribArrayBufferBinding_set", "D_vtkOpenGLState_VertexAttribArrayBufferBinding_set")); mixin(bindCode("vtkOpenGLState_VertexAttribArrayBufferBinding_get", "D_vtkOpenGLState_VertexAttribArrayBufferBinding_get")); mixin(bindCode("vtkOpenGLState_BufferSize_set", "D_vtkOpenGLState_BufferSize_set")); mixin(bindCode("vtkOpenGLState_BufferSize_get", "D_vtkOpenGLState_BufferSize_get")); mixin(bindCode("vtkOpenGLState_BufferUsage_set", "D_vtkOpenGLState_BufferUsage_set")); mixin(bindCode("vtkOpenGLState_BufferUsage_get", "D_vtkOpenGLState_BufferUsage_get")); mixin(bindCode("vtkOpenGLState_BufferAccess_set", "D_vtkOpenGLState_BufferAccess_set")); mixin(bindCode("vtkOpenGLState_BufferAccess_get", "D_vtkOpenGLState_BufferAccess_get")); mixin(bindCode("vtkOpenGLState_BufferMapped_set", "D_vtkOpenGLState_BufferMapped_set")); mixin(bindCode("vtkOpenGLState_BufferMapped_get", "D_vtkOpenGLState_BufferMapped_get")); mixin(bindCode("vtkOpenGLState_BufferMapPointer_set", "D_vtkOpenGLState_BufferMapPointer_set")); mixin(bindCode("vtkOpenGLState_BufferMapPointer_get", "D_vtkOpenGLState_BufferMapPointer_get")); mixin(bindCode("vtkOpenGLState_ModelViewMatrix_set", "D_vtkOpenGLState_ModelViewMatrix_set")); mixin(bindCode("vtkOpenGLState_ModelViewMatrix_get", "D_vtkOpenGLState_ModelViewMatrix_get")); mixin(bindCode("vtkOpenGLState_ModelViewStackDepth_set", "D_vtkOpenGLState_ModelViewStackDepth_set")); mixin(bindCode("vtkOpenGLState_ModelViewStackDepth_get", "D_vtkOpenGLState_ModelViewStackDepth_get")); mixin(bindCode("vtkOpenGLState_ProjectionMatrix_set", "D_vtkOpenGLState_ProjectionMatrix_set")); mixin(bindCode("vtkOpenGLState_ProjectionMatrix_get", "D_vtkOpenGLState_ProjectionMatrix_get")); mixin(bindCode("vtkOpenGLState_ProjectionStackDepth_set", "D_vtkOpenGLState_ProjectionStackDepth_set")); mixin(bindCode("vtkOpenGLState_ProjectionStackDepth_get", "D_vtkOpenGLState_ProjectionStackDepth_get")); mixin(bindCode("vtkOpenGLState_MaxTextureCoords_set", "D_vtkOpenGLState_MaxTextureCoords_set")); mixin(bindCode("vtkOpenGLState_MaxTextureCoords_get", "D_vtkOpenGLState_MaxTextureCoords_get")); mixin(bindCode("vtkOpenGLState_TCPU_set", "D_vtkOpenGLState_TCPU_set")); mixin(bindCode("vtkOpenGLState_TCPU_get", "D_vtkOpenGLState_TCPU_get")); mixin(bindCode("vtkOpenGLState_MaxCombinedTextureImageUnits_set", "D_vtkOpenGLState_MaxCombinedTextureImageUnits_set")); mixin(bindCode("vtkOpenGLState_MaxCombinedTextureImageUnits_get", "D_vtkOpenGLState_MaxCombinedTextureImageUnits_get")); mixin(bindCode("vtkOpenGLState_TIU_set", "D_vtkOpenGLState_TIU_set")); mixin(bindCode("vtkOpenGLState_TIU_get", "D_vtkOpenGLState_TIU_get")); mixin(bindCode("vtkOpenGLState_Viewport_set", "D_vtkOpenGLState_Viewport_set")); mixin(bindCode("vtkOpenGLState_Viewport_get", "D_vtkOpenGLState_Viewport_get")); mixin(bindCode("vtkOpenGLState_DepthRange_set", "D_vtkOpenGLState_DepthRange_set")); mixin(bindCode("vtkOpenGLState_DepthRange_get", "D_vtkOpenGLState_DepthRange_get")); mixin(bindCode("vtkOpenGLState_MatrixMode_set", "D_vtkOpenGLState_MatrixMode_set")); mixin(bindCode("vtkOpenGLState_MatrixMode_get", "D_vtkOpenGLState_MatrixMode_get")); mixin(bindCode("vtkOpenGLState_Normalize_set", "D_vtkOpenGLState_Normalize_set")); mixin(bindCode("vtkOpenGLState_Normalize_get", "D_vtkOpenGLState_Normalize_get")); mixin(bindCode("vtkOpenGLState_ClipPlanes_set", "D_vtkOpenGLState_ClipPlanes_set")); mixin(bindCode("vtkOpenGLState_ClipPlanes_get", "D_vtkOpenGLState_ClipPlanes_get")); mixin(bindCode("vtkOpenGLState_ColorMatrix_set", "D_vtkOpenGLState_ColorMatrix_set")); mixin(bindCode("vtkOpenGLState_ColorMatrix_get", "D_vtkOpenGLState_ColorMatrix_get")); mixin(bindCode("vtkOpenGLState_ColorMatrixStackDepth_set", "D_vtkOpenGLState_ColorMatrixStackDepth_set")); mixin(bindCode("vtkOpenGLState_ColorMatrixStackDepth_get", "D_vtkOpenGLState_ColorMatrixStackDepth_get")); mixin(bindCode("vtkOpenGLState_FogColor_set", "D_vtkOpenGLState_FogColor_set")); mixin(bindCode("vtkOpenGLState_FogColor_get", "D_vtkOpenGLState_FogColor_get")); mixin(bindCode("vtkOpenGLState_FogIndex_set", "D_vtkOpenGLState_FogIndex_set")); mixin(bindCode("vtkOpenGLState_FogIndex_get", "D_vtkOpenGLState_FogIndex_get")); mixin(bindCode("vtkOpenGLState_FogDensity_set", "D_vtkOpenGLState_FogDensity_set")); mixin(bindCode("vtkOpenGLState_FogDensity_get", "D_vtkOpenGLState_FogDensity_get")); mixin(bindCode("vtkOpenGLState_FogStart_set", "D_vtkOpenGLState_FogStart_set")); mixin(bindCode("vtkOpenGLState_FogStart_get", "D_vtkOpenGLState_FogStart_get")); mixin(bindCode("vtkOpenGLState_FogEnd_set", "D_vtkOpenGLState_FogEnd_set")); mixin(bindCode("vtkOpenGLState_FogEnd_get", "D_vtkOpenGLState_FogEnd_get")); mixin(bindCode("vtkOpenGLState_FogMode_set", "D_vtkOpenGLState_FogMode_set")); mixin(bindCode("vtkOpenGLState_FogMode_get", "D_vtkOpenGLState_FogMode_get")); mixin(bindCode("vtkOpenGLState_ShadeModel_set", "D_vtkOpenGLState_ShadeModel_set")); mixin(bindCode("vtkOpenGLState_ShadeModel_get", "D_vtkOpenGLState_ShadeModel_get")); mixin(bindCode("vtkOpenGLState_FogCoordinateSource_set", "D_vtkOpenGLState_FogCoordinateSource_set")); mixin(bindCode("vtkOpenGLState_FogCoordinateSource_get", "D_vtkOpenGLState_FogCoordinateSource_get")); mixin(bindCode("vtkOpenGLState_ColorMaterialEnabled_set", "D_vtkOpenGLState_ColorMaterialEnabled_set")); mixin(bindCode("vtkOpenGLState_ColorMaterialEnabled_get", "D_vtkOpenGLState_ColorMaterialEnabled_get")); mixin(bindCode("vtkOpenGLState_ColorMaterialParameter_set", "D_vtkOpenGLState_ColorMaterialParameter_set")); mixin(bindCode("vtkOpenGLState_ColorMaterialParameter_get", "D_vtkOpenGLState_ColorMaterialParameter_get")); mixin(bindCode("vtkOpenGLState_ColorMaterialFace_set", "D_vtkOpenGLState_ColorMaterialFace_set")); mixin(bindCode("vtkOpenGLState_ColorMaterialFace_get", "D_vtkOpenGLState_ColorMaterialFace_get")); mixin(bindCode("vtkOpenGLState_FrontMaterial_set", "D_vtkOpenGLState_FrontMaterial_set")); mixin(bindCode("vtkOpenGLState_FrontMaterial_get", "D_vtkOpenGLState_FrontMaterial_get")); mixin(bindCode("vtkOpenGLState_BackMaterial_set", "D_vtkOpenGLState_BackMaterial_set")); mixin(bindCode("vtkOpenGLState_BackMaterial_get", "D_vtkOpenGLState_BackMaterial_get")); mixin(bindCode("vtkOpenGLState_LightModelAmbient_set", "D_vtkOpenGLState_LightModelAmbient_set")); mixin(bindCode("vtkOpenGLState_LightModelAmbient_get", "D_vtkOpenGLState_LightModelAmbient_get")); mixin(bindCode("vtkOpenGLState_LightModelLocalViewer_set", "D_vtkOpenGLState_LightModelLocalViewer_set")); mixin(bindCode("vtkOpenGLState_LightModelLocalViewer_get", "D_vtkOpenGLState_LightModelLocalViewer_get")); mixin(bindCode("vtkOpenGLState_LightModelTwoSide_set", "D_vtkOpenGLState_LightModelTwoSide_set")); mixin(bindCode("vtkOpenGLState_LightModelTwoSide_get", "D_vtkOpenGLState_LightModelTwoSide_get")); mixin(bindCode("vtkOpenGLState_Lights_set", "D_vtkOpenGLState_Lights_set")); mixin(bindCode("vtkOpenGLState_Lights_get", "D_vtkOpenGLState_Lights_get")); mixin(bindCode("vtkOpenGLState_lightModelColorControl_set", "D_vtkOpenGLState_lightModelColorControl_set")); mixin(bindCode("vtkOpenGLState_lightModelColorControl_get", "D_vtkOpenGLState_lightModelColorControl_get")); mixin(bindCode("vtkOpenGLState_PointSize_set", "D_vtkOpenGLState_PointSize_set")); mixin(bindCode("vtkOpenGLState_PointSize_get", "D_vtkOpenGLState_PointSize_get")); mixin(bindCode("vtkOpenGLState_PointSmoothEnabled_set", "D_vtkOpenGLState_PointSmoothEnabled_set")); mixin(bindCode("vtkOpenGLState_PointSmoothEnabled_get", "D_vtkOpenGLState_PointSmoothEnabled_get")); mixin(bindCode("vtkOpenGLState_LineWidth_set", "D_vtkOpenGLState_LineWidth_set")); mixin(bindCode("vtkOpenGLState_LineWidth_get", "D_vtkOpenGLState_LineWidth_get")); mixin(bindCode("vtkOpenGLState_LineSmoothEnabled_set", "D_vtkOpenGLState_LineSmoothEnabled_set")); mixin(bindCode("vtkOpenGLState_LineSmoothEnabled_get", "D_vtkOpenGLState_LineSmoothEnabled_get")); mixin(bindCode("vtkOpenGLState_LineStipplePattern_set", "D_vtkOpenGLState_LineStipplePattern_set")); mixin(bindCode("vtkOpenGLState_LineStipplePattern_get", "D_vtkOpenGLState_LineStipplePattern_get")); mixin(bindCode("vtkOpenGLState_LineStippleRepeat_set", "D_vtkOpenGLState_LineStippleRepeat_set")); mixin(bindCode("vtkOpenGLState_LineStippleRepeat_get", "D_vtkOpenGLState_LineStippleRepeat_get")); mixin(bindCode("vtkOpenGLState_LineStippleEnabled_set", "D_vtkOpenGLState_LineStippleEnabled_set")); mixin(bindCode("vtkOpenGLState_LineStippleEnabled_get", "D_vtkOpenGLState_LineStippleEnabled_get")); mixin(bindCode("vtkOpenGLState_CullFaceEnabled_set", "D_vtkOpenGLState_CullFaceEnabled_set")); mixin(bindCode("vtkOpenGLState_CullFaceEnabled_get", "D_vtkOpenGLState_CullFaceEnabled_get")); mixin(bindCode("vtkOpenGLState_CullFaceMode_set", "D_vtkOpenGLState_CullFaceMode_set")); mixin(bindCode("vtkOpenGLState_CullFaceMode_get", "D_vtkOpenGLState_CullFaceMode_get")); mixin(bindCode("vtkOpenGLState_FrontFace_set", "D_vtkOpenGLState_FrontFace_set")); mixin(bindCode("vtkOpenGLState_FrontFace_get", "D_vtkOpenGLState_FrontFace_get")); mixin(bindCode("vtkOpenGLState_PolygonSmoothEnabled_set", "D_vtkOpenGLState_PolygonSmoothEnabled_set")); mixin(bindCode("vtkOpenGLState_PolygonSmoothEnabled_get", "D_vtkOpenGLState_PolygonSmoothEnabled_get")); mixin(bindCode("vtkOpenGLState_PolygonMode_set", "D_vtkOpenGLState_PolygonMode_set")); mixin(bindCode("vtkOpenGLState_PolygonMode_get", "D_vtkOpenGLState_PolygonMode_get")); mixin(bindCode("vtkOpenGLState_PolygonOffsetFactor_set", "D_vtkOpenGLState_PolygonOffsetFactor_set")); mixin(bindCode("vtkOpenGLState_PolygonOffsetFactor_get", "D_vtkOpenGLState_PolygonOffsetFactor_get")); mixin(bindCode("vtkOpenGLState_PolygonOffsetUnits_set", "D_vtkOpenGLState_PolygonOffsetUnits_set")); mixin(bindCode("vtkOpenGLState_PolygonOffsetUnits_get", "D_vtkOpenGLState_PolygonOffsetUnits_get")); mixin(bindCode("vtkOpenGLState_PolygonOffsetPointEnabled_set", "D_vtkOpenGLState_PolygonOffsetPointEnabled_set")); mixin(bindCode("vtkOpenGLState_PolygonOffsetPointEnabled_get", "D_vtkOpenGLState_PolygonOffsetPointEnabled_get")); mixin(bindCode("vtkOpenGLState_PolygonOffsetLineEnabled_set", "D_vtkOpenGLState_PolygonOffsetLineEnabled_set")); mixin(bindCode("vtkOpenGLState_PolygonOffsetLineEnabled_get", "D_vtkOpenGLState_PolygonOffsetLineEnabled_get")); mixin(bindCode("vtkOpenGLState_PolygonOffsetFillEnabled_set", "D_vtkOpenGLState_PolygonOffsetFillEnabled_set")); mixin(bindCode("vtkOpenGLState_PolygonOffsetFillEnabled_get", "D_vtkOpenGLState_PolygonOffsetFillEnabled_get")); mixin(bindCode("vtkOpenGLState_PolygonStipple_set", "D_vtkOpenGLState_PolygonStipple_set")); mixin(bindCode("vtkOpenGLState_PolygonStipple_get", "D_vtkOpenGLState_PolygonStipple_get")); mixin(bindCode("vtkOpenGLState_PolygonStippleEnabled_set", "D_vtkOpenGLState_PolygonStippleEnabled_set")); mixin(bindCode("vtkOpenGLState_PolygonStippleEnabled_get", "D_vtkOpenGLState_PolygonStippleEnabled_get")); mixin(bindCode("vtkOpenGLState_PointSizeMin_set", "D_vtkOpenGLState_PointSizeMin_set")); mixin(bindCode("vtkOpenGLState_PointSizeMin_get", "D_vtkOpenGLState_PointSizeMin_get")); mixin(bindCode("vtkOpenGLState_PointSizeMax_set", "D_vtkOpenGLState_PointSizeMax_set")); mixin(bindCode("vtkOpenGLState_PointSizeMax_get", "D_vtkOpenGLState_PointSizeMax_get")); mixin(bindCode("vtkOpenGLState_PointFadeThresholdSize_set", "D_vtkOpenGLState_PointFadeThresholdSize_set")); mixin(bindCode("vtkOpenGLState_PointFadeThresholdSize_get", "D_vtkOpenGLState_PointFadeThresholdSize_get")); mixin(bindCode("vtkOpenGLState_PointDistanceAttenuation_set", "D_vtkOpenGLState_PointDistanceAttenuation_set")); mixin(bindCode("vtkOpenGLState_PointDistanceAttenuation_get", "D_vtkOpenGLState_PointDistanceAttenuation_get")); mixin(bindCode("vtkOpenGLState_PointSpriteEnabled_set", "D_vtkOpenGLState_PointSpriteEnabled_set")); mixin(bindCode("vtkOpenGLState_PointSpriteEnabled_get", "D_vtkOpenGLState_PointSpriteEnabled_get")); mixin(bindCode("vtkOpenGLState_PointSpriteCoordOrigin_set", "D_vtkOpenGLState_PointSpriteCoordOrigin_set")); mixin(bindCode("vtkOpenGLState_PointSpriteCoordOrigin_get", "D_vtkOpenGLState_PointSpriteCoordOrigin_get")); mixin(bindCode("vtkOpenGLState_MultiSampleEnabled_set", "D_vtkOpenGLState_MultiSampleEnabled_set")); mixin(bindCode("vtkOpenGLState_MultiSampleEnabled_get", "D_vtkOpenGLState_MultiSampleEnabled_get")); mixin(bindCode("vtkOpenGLState_SampleAlphaToCoverageEnabled_set", "D_vtkOpenGLState_SampleAlphaToCoverageEnabled_set")); mixin(bindCode("vtkOpenGLState_SampleAlphaToCoverageEnabled_get", "D_vtkOpenGLState_SampleAlphaToCoverageEnabled_get")); mixin(bindCode("vtkOpenGLState_SampleAlphaToOneEnabled_set", "D_vtkOpenGLState_SampleAlphaToOneEnabled_set")); mixin(bindCode("vtkOpenGLState_SampleAlphaToOneEnabled_get", "D_vtkOpenGLState_SampleAlphaToOneEnabled_get")); mixin(bindCode("vtkOpenGLState_SampleCoverageEnabled_set", "D_vtkOpenGLState_SampleCoverageEnabled_set")); mixin(bindCode("vtkOpenGLState_SampleCoverageEnabled_get", "D_vtkOpenGLState_SampleCoverageEnabled_get")); mixin(bindCode("vtkOpenGLState_SampleCoverageValue_set", "D_vtkOpenGLState_SampleCoverageValue_set")); mixin(bindCode("vtkOpenGLState_SampleCoverageValue_get", "D_vtkOpenGLState_SampleCoverageValue_get")); mixin(bindCode("vtkOpenGLState_SampleCoverageInvert_set", "D_vtkOpenGLState_SampleCoverageInvert_set")); mixin(bindCode("vtkOpenGLState_SampleCoverageInvert_get", "D_vtkOpenGLState_SampleCoverageInvert_get")); mixin(bindCode("vtkOpenGLState_TextureEnvMode_set", "D_vtkOpenGLState_TextureEnvMode_set")); mixin(bindCode("vtkOpenGLState_TextureEnvMode_get", "D_vtkOpenGLState_TextureEnvMode_get")); mixin(bindCode("vtkOpenGLState_TextureEnvColor_set", "D_vtkOpenGLState_TextureEnvColor_set")); mixin(bindCode("vtkOpenGLState_TextureEnvColor_get", "D_vtkOpenGLState_TextureEnvColor_get")); mixin(bindCode("vtkOpenGLState_ActiveTexture_set", "D_vtkOpenGLState_ActiveTexture_set")); mixin(bindCode("vtkOpenGLState_ActiveTexture_get", "D_vtkOpenGLState_ActiveTexture_get")); mixin(bindCode("vtkOpenGLState_TextureLODBias_set", "D_vtkOpenGLState_TextureLODBias_set")); mixin(bindCode("vtkOpenGLState_TextureLODBias_get", "D_vtkOpenGLState_TextureLODBias_get")); mixin(bindCode("vtkOpenGLState_ScissorTestEnabled_set", "D_vtkOpenGLState_ScissorTestEnabled_set")); mixin(bindCode("vtkOpenGLState_ScissorTestEnabled_get", "D_vtkOpenGLState_ScissorTestEnabled_get")); mixin(bindCode("vtkOpenGLState_ScissorBox_set", "D_vtkOpenGLState_ScissorBox_set")); mixin(bindCode("vtkOpenGLState_ScissorBox_get", "D_vtkOpenGLState_ScissorBox_get")); mixin(bindCode("vtkOpenGLState_AlphaTestEnabled_set", "D_vtkOpenGLState_AlphaTestEnabled_set")); mixin(bindCode("vtkOpenGLState_AlphaTestEnabled_get", "D_vtkOpenGLState_AlphaTestEnabled_get")); mixin(bindCode("vtkOpenGLState_AlphaTestFunc_set", "D_vtkOpenGLState_AlphaTestFunc_set")); mixin(bindCode("vtkOpenGLState_AlphaTestFunc_get", "D_vtkOpenGLState_AlphaTestFunc_get")); mixin(bindCode("vtkOpenGLState_AlphaTestRef_set", "D_vtkOpenGLState_AlphaTestRef_set")); mixin(bindCode("vtkOpenGLState_AlphaTestRef_get", "D_vtkOpenGLState_AlphaTestRef_get")); mixin(bindCode("vtkOpenGLState_StencilTestEnabled_set", "D_vtkOpenGLState_StencilTestEnabled_set")); mixin(bindCode("vtkOpenGLState_StencilTestEnabled_get", "D_vtkOpenGLState_StencilTestEnabled_get")); mixin(bindCode("vtkOpenGLState_StencilFunc_set", "D_vtkOpenGLState_StencilFunc_set")); mixin(bindCode("vtkOpenGLState_StencilFunc_get", "D_vtkOpenGLState_StencilFunc_get")); mixin(bindCode("vtkOpenGLState_StencilValueMask_set", "D_vtkOpenGLState_StencilValueMask_set")); mixin(bindCode("vtkOpenGLState_StencilValueMask_get", "D_vtkOpenGLState_StencilValueMask_get")); mixin(bindCode("vtkOpenGLState_StencilRef_set", "D_vtkOpenGLState_StencilRef_set")); mixin(bindCode("vtkOpenGLState_StencilRef_get", "D_vtkOpenGLState_StencilRef_get")); mixin(bindCode("vtkOpenGLState_StencilFail_set", "D_vtkOpenGLState_StencilFail_set")); mixin(bindCode("vtkOpenGLState_StencilFail_get", "D_vtkOpenGLState_StencilFail_get")); mixin(bindCode("vtkOpenGLState_StencilPassDepthFail_set", "D_vtkOpenGLState_StencilPassDepthFail_set")); mixin(bindCode("vtkOpenGLState_StencilPassDepthFail_get", "D_vtkOpenGLState_StencilPassDepthFail_get")); mixin(bindCode("vtkOpenGLState_StencilPassDepthPass_set", "D_vtkOpenGLState_StencilPassDepthPass_set")); mixin(bindCode("vtkOpenGLState_StencilPassDepthPass_get", "D_vtkOpenGLState_StencilPassDepthPass_get")); mixin(bindCode("vtkOpenGLState_StencilBackFunc_set", "D_vtkOpenGLState_StencilBackFunc_set")); mixin(bindCode("vtkOpenGLState_StencilBackFunc_get", "D_vtkOpenGLState_StencilBackFunc_get")); mixin(bindCode("vtkOpenGLState_StencilBackValueMask_set", "D_vtkOpenGLState_StencilBackValueMask_set")); mixin(bindCode("vtkOpenGLState_StencilBackValueMask_get", "D_vtkOpenGLState_StencilBackValueMask_get")); mixin(bindCode("vtkOpenGLState_StencilBackRef_set", "D_vtkOpenGLState_StencilBackRef_set")); mixin(bindCode("vtkOpenGLState_StencilBackRef_get", "D_vtkOpenGLState_StencilBackRef_get")); mixin(bindCode("vtkOpenGLState_StencilBackFail_set", "D_vtkOpenGLState_StencilBackFail_set")); mixin(bindCode("vtkOpenGLState_StencilBackFail_get", "D_vtkOpenGLState_StencilBackFail_get")); mixin(bindCode("vtkOpenGLState_StencilBackPassDepthFail_set", "D_vtkOpenGLState_StencilBackPassDepthFail_set")); mixin(bindCode("vtkOpenGLState_StencilBackPassDepthFail_get", "D_vtkOpenGLState_StencilBackPassDepthFail_get")); mixin(bindCode("vtkOpenGLState_StencilBackPassDepthPass_set", "D_vtkOpenGLState_StencilBackPassDepthPass_set")); mixin(bindCode("vtkOpenGLState_StencilBackPassDepthPass_get", "D_vtkOpenGLState_StencilBackPassDepthPass_get")); mixin(bindCode("vtkOpenGLState_DepthTestEnabled_set", "D_vtkOpenGLState_DepthTestEnabled_set")); mixin(bindCode("vtkOpenGLState_DepthTestEnabled_get", "D_vtkOpenGLState_DepthTestEnabled_get")); mixin(bindCode("vtkOpenGLState_DepthFunc_set", "D_vtkOpenGLState_DepthFunc_set")); mixin(bindCode("vtkOpenGLState_DepthFunc_get", "D_vtkOpenGLState_DepthFunc_get")); mixin(bindCode("vtkOpenGLState_BlendEnabled_set", "D_vtkOpenGLState_BlendEnabled_set")); mixin(bindCode("vtkOpenGLState_BlendEnabled_get", "D_vtkOpenGLState_BlendEnabled_get")); mixin(bindCode("vtkOpenGLState_BlendSrc_set", "D_vtkOpenGLState_BlendSrc_set")); mixin(bindCode("vtkOpenGLState_BlendSrc_get", "D_vtkOpenGLState_BlendSrc_get")); mixin(bindCode("vtkOpenGLState_BlendDst_set", "D_vtkOpenGLState_BlendDst_set")); mixin(bindCode("vtkOpenGLState_BlendDst_get", "D_vtkOpenGLState_BlendDst_get")); mixin(bindCode("vtkOpenGLState_BlendEquation_set", "D_vtkOpenGLState_BlendEquation_set")); mixin(bindCode("vtkOpenGLState_BlendEquation_get", "D_vtkOpenGLState_BlendEquation_get")); mixin(bindCode("vtkOpenGLState_BlendColor_set", "D_vtkOpenGLState_BlendColor_set")); mixin(bindCode("vtkOpenGLState_BlendColor_get", "D_vtkOpenGLState_BlendColor_get")); mixin(bindCode("vtkOpenGLState_BlendSrcRGB_set", "D_vtkOpenGLState_BlendSrcRGB_set")); mixin(bindCode("vtkOpenGLState_BlendSrcRGB_get", "D_vtkOpenGLState_BlendSrcRGB_get")); mixin(bindCode("vtkOpenGLState_BlendSrcAlpha_set", "D_vtkOpenGLState_BlendSrcAlpha_set")); mixin(bindCode("vtkOpenGLState_BlendSrcAlpha_get", "D_vtkOpenGLState_BlendSrcAlpha_get")); mixin(bindCode("vtkOpenGLState_BlendDstRGB_set", "D_vtkOpenGLState_BlendDstRGB_set")); mixin(bindCode("vtkOpenGLState_BlendDstRGB_get", "D_vtkOpenGLState_BlendDstRGB_get")); mixin(bindCode("vtkOpenGLState_BlendDstAlpha_set", "D_vtkOpenGLState_BlendDstAlpha_set")); mixin(bindCode("vtkOpenGLState_BlendDstAlpha_get", "D_vtkOpenGLState_BlendDstAlpha_get")); mixin(bindCode("vtkOpenGLState_BlendEquationRGB_set", "D_vtkOpenGLState_BlendEquationRGB_set")); mixin(bindCode("vtkOpenGLState_BlendEquationRGB_get", "D_vtkOpenGLState_BlendEquationRGB_get")); mixin(bindCode("vtkOpenGLState_BlendEquationAlpha_set", "D_vtkOpenGLState_BlendEquationAlpha_set")); mixin(bindCode("vtkOpenGLState_BlendEquationAlpha_get", "D_vtkOpenGLState_BlendEquationAlpha_get")); mixin(bindCode("vtkOpenGLState_DitherEnabled_set", "D_vtkOpenGLState_DitherEnabled_set")); mixin(bindCode("vtkOpenGLState_DitherEnabled_get", "D_vtkOpenGLState_DitherEnabled_get")); mixin(bindCode("vtkOpenGLState_IndexLogicOpEnabled_set", "D_vtkOpenGLState_IndexLogicOpEnabled_set")); mixin(bindCode("vtkOpenGLState_IndexLogicOpEnabled_get", "D_vtkOpenGLState_IndexLogicOpEnabled_get")); mixin(bindCode("vtkOpenGLState_ColorLogicOpEnabled_set", "D_vtkOpenGLState_ColorLogicOpEnabled_set")); mixin(bindCode("vtkOpenGLState_ColorLogicOpEnabled_get", "D_vtkOpenGLState_ColorLogicOpEnabled_get")); mixin(bindCode("vtkOpenGLState_LogicOpMode_set", "D_vtkOpenGLState_LogicOpMode_set")); mixin(bindCode("vtkOpenGLState_LogicOpMode_get", "D_vtkOpenGLState_LogicOpMode_get")); mixin(bindCode("vtkOpenGLState_MaxDrawBuffers_set", "D_vtkOpenGLState_MaxDrawBuffers_set")); mixin(bindCode("vtkOpenGLState_MaxDrawBuffers_get", "D_vtkOpenGLState_MaxDrawBuffers_get")); mixin(bindCode("vtkOpenGLState_DrawBuffers_set", "D_vtkOpenGLState_DrawBuffers_set")); mixin(bindCode("vtkOpenGLState_DrawBuffers_get", "D_vtkOpenGLState_DrawBuffers_get")); mixin(bindCode("vtkOpenGLState_IndexWriteMask_set", "D_vtkOpenGLState_IndexWriteMask_set")); mixin(bindCode("vtkOpenGLState_IndexWriteMask_get", "D_vtkOpenGLState_IndexWriteMask_get")); mixin(bindCode("vtkOpenGLState_ColorWriteMask_set", "D_vtkOpenGLState_ColorWriteMask_set")); mixin(bindCode("vtkOpenGLState_ColorWriteMask_get", "D_vtkOpenGLState_ColorWriteMask_get")); mixin(bindCode("vtkOpenGLState_DepthWriteMask_set", "D_vtkOpenGLState_DepthWriteMask_set")); mixin(bindCode("vtkOpenGLState_DepthWriteMask_get", "D_vtkOpenGLState_DepthWriteMask_get")); mixin(bindCode("vtkOpenGLState_StencilWriteMask_set", "D_vtkOpenGLState_StencilWriteMask_set")); mixin(bindCode("vtkOpenGLState_StencilWriteMask_get", "D_vtkOpenGLState_StencilWriteMask_get")); mixin(bindCode("vtkOpenGLState_ColorClearValue_set", "D_vtkOpenGLState_ColorClearValue_set")); mixin(bindCode("vtkOpenGLState_ColorClearValue_get", "D_vtkOpenGLState_ColorClearValue_get")); mixin(bindCode("vtkOpenGLState_IndexClearValue_set", "D_vtkOpenGLState_IndexClearValue_set")); mixin(bindCode("vtkOpenGLState_IndexClearValue_get", "D_vtkOpenGLState_IndexClearValue_get")); mixin(bindCode("vtkOpenGLState_DepthClearValue_set", "D_vtkOpenGLState_DepthClearValue_set")); mixin(bindCode("vtkOpenGLState_DepthClearValue_get", "D_vtkOpenGLState_DepthClearValue_get")); mixin(bindCode("vtkOpenGLState_StencilClearValue_set", "D_vtkOpenGLState_StencilClearValue_set")); mixin(bindCode("vtkOpenGLState_StencilClearValue_get", "D_vtkOpenGLState_StencilClearValue_get")); mixin(bindCode("vtkOpenGLState_AccumClearValue_set", "D_vtkOpenGLState_AccumClearValue_set")); mixin(bindCode("vtkOpenGLState_AccumClearValue_get", "D_vtkOpenGLState_AccumClearValue_get")); mixin(bindCode("vtkOpenGLState_StencilBackWriteMask_set", "D_vtkOpenGLState_StencilBackWriteMask_set")); mixin(bindCode("vtkOpenGLState_StencilBackWriteMask_get", "D_vtkOpenGLState_StencilBackWriteMask_get")); mixin(bindCode("vtkOpenGLState_DrawBuffer0_set", "D_vtkOpenGLState_DrawBuffer0_set")); mixin(bindCode("vtkOpenGLState_DrawBuffer0_get", "D_vtkOpenGLState_DrawBuffer0_get")); mixin(bindCode("vtkOpenGLState_DrawBuffer1_set", "D_vtkOpenGLState_DrawBuffer1_set")); mixin(bindCode("vtkOpenGLState_DrawBuffer1_get", "D_vtkOpenGLState_DrawBuffer1_get")); mixin(bindCode("vtkOpenGLState_DrawBuffer3_set", "D_vtkOpenGLState_DrawBuffer3_set")); mixin(bindCode("vtkOpenGLState_DrawBuffer3_get", "D_vtkOpenGLState_DrawBuffer3_get")); mixin(bindCode("vtkOpenGLState_Unpack_set", "D_vtkOpenGLState_Unpack_set")); mixin(bindCode("vtkOpenGLState_Unpack_get", "D_vtkOpenGLState_Unpack_get")); mixin(bindCode("vtkOpenGLState_Pack_set", "D_vtkOpenGLState_Pack_set")); mixin(bindCode("vtkOpenGLState_Pack_get", "D_vtkOpenGLState_Pack_get")); mixin(bindCode("vtkOpenGLState_MapColor_set", "D_vtkOpenGLState_MapColor_set")); mixin(bindCode("vtkOpenGLState_MapColor_get", "D_vtkOpenGLState_MapColor_get")); mixin(bindCode("vtkOpenGLState_MapStencil_set", "D_vtkOpenGLState_MapStencil_set")); mixin(bindCode("vtkOpenGLState_MapStencil_get", "D_vtkOpenGLState_MapStencil_get")); mixin(bindCode("vtkOpenGLState_IndexShift_set", "D_vtkOpenGLState_IndexShift_set")); mixin(bindCode("vtkOpenGLState_IndexShift_get", "D_vtkOpenGLState_IndexShift_get")); mixin(bindCode("vtkOpenGLState_IndexOffset_set", "D_vtkOpenGLState_IndexOffset_set")); mixin(bindCode("vtkOpenGLState_IndexOffset_get", "D_vtkOpenGLState_IndexOffset_get")); mixin(bindCode("vtkOpenGLState_RedTransform_set", "D_vtkOpenGLState_RedTransform_set")); mixin(bindCode("vtkOpenGLState_RedTransform_get", "D_vtkOpenGLState_RedTransform_get")); mixin(bindCode("vtkOpenGLState_GreenTransform_set", "D_vtkOpenGLState_GreenTransform_set")); mixin(bindCode("vtkOpenGLState_GreenTransform_get", "D_vtkOpenGLState_GreenTransform_get")); mixin(bindCode("vtkOpenGLState_BlueTransform_set", "D_vtkOpenGLState_BlueTransform_set")); mixin(bindCode("vtkOpenGLState_BlueTransform_get", "D_vtkOpenGLState_BlueTransform_get")); mixin(bindCode("vtkOpenGLState_AlphaTransform_set", "D_vtkOpenGLState_AlphaTransform_set")); mixin(bindCode("vtkOpenGLState_AlphaTransform_get", "D_vtkOpenGLState_AlphaTransform_get")); mixin(bindCode("vtkOpenGLState_DepthTransform_set", "D_vtkOpenGLState_DepthTransform_set")); mixin(bindCode("vtkOpenGLState_DepthTransform_get", "D_vtkOpenGLState_DepthTransform_get")); mixin(bindCode("vtkOpenGLState_ZoomX_set", "D_vtkOpenGLState_ZoomX_set")); mixin(bindCode("vtkOpenGLState_ZoomX_get", "D_vtkOpenGLState_ZoomX_get")); mixin(bindCode("vtkOpenGLState_ZoomY_set", "D_vtkOpenGLState_ZoomY_set")); mixin(bindCode("vtkOpenGLState_ZoomY_get", "D_vtkOpenGLState_ZoomY_get")); mixin(bindCode("vtkOpenGLState_PixelMapColorIndexToColorIndex_set", "D_vtkOpenGLState_PixelMapColorIndexToColorIndex_set")); mixin(bindCode("vtkOpenGLState_PixelMapColorIndexToColorIndex_get", "D_vtkOpenGLState_PixelMapColorIndexToColorIndex_get")); mixin(bindCode("vtkOpenGLState_PixelMapStencilIndexToStencilIndex_set", "D_vtkOpenGLState_PixelMapStencilIndexToStencilIndex_set")); mixin(bindCode("vtkOpenGLState_PixelMapStencilIndexToStencilIndex_get", "D_vtkOpenGLState_PixelMapStencilIndexToStencilIndex_get")); mixin(bindCode("vtkOpenGLState_PixelMapColorIndexToRed_set", "D_vtkOpenGLState_PixelMapColorIndexToRed_set")); mixin(bindCode("vtkOpenGLState_PixelMapColorIndexToRed_get", "D_vtkOpenGLState_PixelMapColorIndexToRed_get")); mixin(bindCode("vtkOpenGLState_PixelMapColorIndexToGreen_set", "D_vtkOpenGLState_PixelMapColorIndexToGreen_set")); mixin(bindCode("vtkOpenGLState_PixelMapColorIndexToGreen_get", "D_vtkOpenGLState_PixelMapColorIndexToGreen_get")); mixin(bindCode("vtkOpenGLState_PixelMapColorIndexToBlue_set", "D_vtkOpenGLState_PixelMapColorIndexToBlue_set")); mixin(bindCode("vtkOpenGLState_PixelMapColorIndexToBlue_get", "D_vtkOpenGLState_PixelMapColorIndexToBlue_get")); mixin(bindCode("vtkOpenGLState_PixelMapColorIndexToAlpha_set", "D_vtkOpenGLState_PixelMapColorIndexToAlpha_set")); mixin(bindCode("vtkOpenGLState_PixelMapColorIndexToAlpha_get", "D_vtkOpenGLState_PixelMapColorIndexToAlpha_get")); mixin(bindCode("vtkOpenGLState_PixelMapRedToRed_set", "D_vtkOpenGLState_PixelMapRedToRed_set")); mixin(bindCode("vtkOpenGLState_PixelMapRedToRed_get", "D_vtkOpenGLState_PixelMapRedToRed_get")); mixin(bindCode("vtkOpenGLState_PixelMapGreenToGreen_set", "D_vtkOpenGLState_PixelMapGreenToGreen_set")); mixin(bindCode("vtkOpenGLState_PixelMapGreenToGreen_get", "D_vtkOpenGLState_PixelMapGreenToGreen_get")); mixin(bindCode("vtkOpenGLState_PixelMapBlueToBlue_set", "D_vtkOpenGLState_PixelMapBlueToBlue_set")); mixin(bindCode("vtkOpenGLState_PixelMapBlueToBlue_get", "D_vtkOpenGLState_PixelMapBlueToBlue_get")); mixin(bindCode("vtkOpenGLState_PixelMapAlphaToAlpha_set", "D_vtkOpenGLState_PixelMapAlphaToAlpha_set")); mixin(bindCode("vtkOpenGLState_PixelMapAlphaToAlpha_get", "D_vtkOpenGLState_PixelMapAlphaToAlpha_get")); mixin(bindCode("vtkOpenGLState_PixelPackBufferBinding_set", "D_vtkOpenGLState_PixelPackBufferBinding_set")); mixin(bindCode("vtkOpenGLState_PixelPackBufferBinding_get", "D_vtkOpenGLState_PixelPackBufferBinding_get")); mixin(bindCode("vtkOpenGLState_PixelUnpackBufferBinding_set", "D_vtkOpenGLState_PixelUnpackBufferBinding_set")); mixin(bindCode("vtkOpenGLState_PixelUnpackBufferBinding_get", "D_vtkOpenGLState_PixelUnpackBufferBinding_get")); mixin(bindCode("vtkOpenGLState_PixelPackBufferObject_set", "D_vtkOpenGLState_PixelPackBufferObject_set")); mixin(bindCode("vtkOpenGLState_PixelPackBufferObject_get", "D_vtkOpenGLState_PixelPackBufferObject_get")); mixin(bindCode("vtkOpenGLState_PixelUnpackBufferObject_set", "D_vtkOpenGLState_PixelUnpackBufferObject_set")); mixin(bindCode("vtkOpenGLState_PixelUnpackBufferObject_get", "D_vtkOpenGLState_PixelUnpackBufferObject_get")); mixin(bindCode("vtkOpenGLState_ColorTableEnabled_set", "D_vtkOpenGLState_ColorTableEnabled_set")); mixin(bindCode("vtkOpenGLState_ColorTableEnabled_get", "D_vtkOpenGLState_ColorTableEnabled_get")); mixin(bindCode("vtkOpenGLState_PostConvolutionColorTableEnabled_set", "D_vtkOpenGLState_PostConvolutionColorTableEnabled_set")); mixin(bindCode("vtkOpenGLState_PostConvolutionColorTableEnabled_get", "D_vtkOpenGLState_PostConvolutionColorTableEnabled_get")); mixin(bindCode("vtkOpenGLState_PostColorMatricColorTableEnabled_set", "D_vtkOpenGLState_PostColorMatricColorTableEnabled_set")); mixin(bindCode("vtkOpenGLState_PostColorMatricColorTableEnabled_get", "D_vtkOpenGLState_PostColorMatricColorTableEnabled_get")); mixin(bindCode("vtkOpenGLState_ReadBuffer_set", "D_vtkOpenGLState_ReadBuffer_set")); mixin(bindCode("vtkOpenGLState_ReadBuffer_get", "D_vtkOpenGLState_ReadBuffer_get")); mixin(bindCode("vtkOpenGLState_CurrentProgramState_set", "D_vtkOpenGLState_CurrentProgramState_set")); mixin(bindCode("vtkOpenGLState_CurrentProgramState_get", "D_vtkOpenGLState_CurrentProgramState_get")); mixin(bindCode("vtkOpenGLState_CurrentProgram_set", "D_vtkOpenGLState_CurrentProgram_set")); mixin(bindCode("vtkOpenGLState_CurrentProgram_get", "D_vtkOpenGLState_CurrentProgram_get")); mixin(bindCode("vtkOpenGLState_VertexProgramTwoSideEnabled_set", "D_vtkOpenGLState_VertexProgramTwoSideEnabled_set")); mixin(bindCode("vtkOpenGLState_VertexProgramTwoSideEnabled_get", "D_vtkOpenGLState_VertexProgramTwoSideEnabled_get")); mixin(bindCode("vtkOpenGLState_CurrentVertexAttrib_set", "D_vtkOpenGLState_CurrentVertexAttrib_set")); mixin(bindCode("vtkOpenGLState_CurrentVertexAttrib_get", "D_vtkOpenGLState_CurrentVertexAttrib_get")); mixin(bindCode("vtkOpenGLState_VertexProgramPointSizeEnabled_set", "D_vtkOpenGLState_VertexProgramPointSizeEnabled_set")); mixin(bindCode("vtkOpenGLState_VertexProgramPointSizeEnabled_get", "D_vtkOpenGLState_VertexProgramPointSizeEnabled_get")); mixin(bindCode("vtkOpenGLState_PerpectiveCorrectionHint_set", "D_vtkOpenGLState_PerpectiveCorrectionHint_set")); mixin(bindCode("vtkOpenGLState_PerpectiveCorrectionHint_get", "D_vtkOpenGLState_PerpectiveCorrectionHint_get")); mixin(bindCode("vtkOpenGLState_PointSmoothHint_set", "D_vtkOpenGLState_PointSmoothHint_set")); mixin(bindCode("vtkOpenGLState_PointSmoothHint_get", "D_vtkOpenGLState_PointSmoothHint_get")); mixin(bindCode("vtkOpenGLState_LineSmoothHint_set", "D_vtkOpenGLState_LineSmoothHint_set")); mixin(bindCode("vtkOpenGLState_LineSmoothHint_get", "D_vtkOpenGLState_LineSmoothHint_get")); mixin(bindCode("vtkOpenGLState_PolygonSmoothHint_set", "D_vtkOpenGLState_PolygonSmoothHint_set")); mixin(bindCode("vtkOpenGLState_PolygonSmoothHint_get", "D_vtkOpenGLState_PolygonSmoothHint_get")); mixin(bindCode("vtkOpenGLState_FogHint_set", "D_vtkOpenGLState_FogHint_set")); mixin(bindCode("vtkOpenGLState_FogHint_get", "D_vtkOpenGLState_FogHint_get")); mixin(bindCode("vtkOpenGLState_TextureCompressionHint_set", "D_vtkOpenGLState_TextureCompressionHint_set")); mixin(bindCode("vtkOpenGLState_TextureCompressionHint_get", "D_vtkOpenGLState_TextureCompressionHint_get")); mixin(bindCode("vtkOpenGLState_GenerateMipMapHint_set", "D_vtkOpenGLState_GenerateMipMapHint_set")); mixin(bindCode("vtkOpenGLState_GenerateMipMapHint_get", "D_vtkOpenGLState_GenerateMipMapHint_get")); mixin(bindCode("vtkOpenGLState_FragmentShaderDerivativeHint_set", "D_vtkOpenGLState_FragmentShaderDerivativeHint_set")); mixin(bindCode("vtkOpenGLState_FragmentShaderDerivativeHint_get", "D_vtkOpenGLState_FragmentShaderDerivativeHint_get")); mixin(bindCode("vtkOpenGLState_MaxLights_set", "D_vtkOpenGLState_MaxLights_set")); mixin(bindCode("vtkOpenGLState_MaxLights_get", "D_vtkOpenGLState_MaxLights_get")); mixin(bindCode("vtkOpenGLState_MaxClipPlanes_set", "D_vtkOpenGLState_MaxClipPlanes_set")); mixin(bindCode("vtkOpenGLState_MaxClipPlanes_get", "D_vtkOpenGLState_MaxClipPlanes_get")); mixin(bindCode("vtkOpenGLState_MaxModelViewStackDepth_set", "D_vtkOpenGLState_MaxModelViewStackDepth_set")); mixin(bindCode("vtkOpenGLState_MaxModelViewStackDepth_get", "D_vtkOpenGLState_MaxModelViewStackDepth_get")); mixin(bindCode("vtkOpenGLState_MaxProjectionStackDepth_set", "D_vtkOpenGLState_MaxProjectionStackDepth_set")); mixin(bindCode("vtkOpenGLState_MaxProjectionStackDepth_get", "D_vtkOpenGLState_MaxProjectionStackDepth_get")); mixin(bindCode("vtkOpenGLState_MaxTextureStackDepth_set", "D_vtkOpenGLState_MaxTextureStackDepth_set")); mixin(bindCode("vtkOpenGLState_MaxTextureStackDepth_get", "D_vtkOpenGLState_MaxTextureStackDepth_get")); mixin(bindCode("vtkOpenGLState_SubpixelBits_set", "D_vtkOpenGLState_SubpixelBits_set")); mixin(bindCode("vtkOpenGLState_SubpixelBits_get", "D_vtkOpenGLState_SubpixelBits_get")); mixin(bindCode("vtkOpenGLState_MaxTextureSize_set", "D_vtkOpenGLState_MaxTextureSize_set")); mixin(bindCode("vtkOpenGLState_MaxTextureSize_get", "D_vtkOpenGLState_MaxTextureSize_get")); mixin(bindCode("vtkOpenGLState_MaxPixelMapTable_set", "D_vtkOpenGLState_MaxPixelMapTable_set")); mixin(bindCode("vtkOpenGLState_MaxPixelMapTable_get", "D_vtkOpenGLState_MaxPixelMapTable_get")); mixin(bindCode("vtkOpenGLState_MaxNameStackDepth_set", "D_vtkOpenGLState_MaxNameStackDepth_set")); mixin(bindCode("vtkOpenGLState_MaxNameStackDepth_get", "D_vtkOpenGLState_MaxNameStackDepth_get")); mixin(bindCode("vtkOpenGLState_MaxListNesting_set", "D_vtkOpenGLState_MaxListNesting_set")); mixin(bindCode("vtkOpenGLState_MaxListNesting_get", "D_vtkOpenGLState_MaxListNesting_get")); mixin(bindCode("vtkOpenGLState_MaxEvalOrder_set", "D_vtkOpenGLState_MaxEvalOrder_set")); mixin(bindCode("vtkOpenGLState_MaxEvalOrder_get", "D_vtkOpenGLState_MaxEvalOrder_get")); mixin(bindCode("vtkOpenGLState_MaxViewportDims_set", "D_vtkOpenGLState_MaxViewportDims_set")); mixin(bindCode("vtkOpenGLState_MaxViewportDims_get", "D_vtkOpenGLState_MaxViewportDims_get")); mixin(bindCode("vtkOpenGLState_MaxAttribStackDepth_set", "D_vtkOpenGLState_MaxAttribStackDepth_set")); mixin(bindCode("vtkOpenGLState_MaxAttribStackDepth_get", "D_vtkOpenGLState_MaxAttribStackDepth_get")); mixin(bindCode("vtkOpenGLState_MaxClientAttribStackDepth_set", "D_vtkOpenGLState_MaxClientAttribStackDepth_set")); mixin(bindCode("vtkOpenGLState_MaxClientAttribStackDepth_get", "D_vtkOpenGLState_MaxClientAttribStackDepth_get")); mixin(bindCode("vtkOpenGLState_AuxBuffers_set", "D_vtkOpenGLState_AuxBuffers_set")); mixin(bindCode("vtkOpenGLState_AuxBuffers_get", "D_vtkOpenGLState_AuxBuffers_get")); mixin(bindCode("vtkOpenGLState_RGBAMode_set", "D_vtkOpenGLState_RGBAMode_set")); mixin(bindCode("vtkOpenGLState_RGBAMode_get", "D_vtkOpenGLState_RGBAMode_get")); mixin(bindCode("vtkOpenGLState_IndexMode_set", "D_vtkOpenGLState_IndexMode_set")); mixin(bindCode("vtkOpenGLState_IndexMode_get", "D_vtkOpenGLState_IndexMode_get")); mixin(bindCode("vtkOpenGLState_DoubleBuffer_set", "D_vtkOpenGLState_DoubleBuffer_set")); mixin(bindCode("vtkOpenGLState_DoubleBuffer_get", "D_vtkOpenGLState_DoubleBuffer_get")); mixin(bindCode("vtkOpenGLState_Stereo_set", "D_vtkOpenGLState_Stereo_set")); mixin(bindCode("vtkOpenGLState_Stereo_get", "D_vtkOpenGLState_Stereo_get")); mixin(bindCode("vtkOpenGLState_MaxColorAttachments_set", "D_vtkOpenGLState_MaxColorAttachments_set")); mixin(bindCode("vtkOpenGLState_MaxColorAttachments_get", "D_vtkOpenGLState_MaxColorAttachments_get")); mixin(bindCode("vtkOpenGLState_PointSizeRange_set", "D_vtkOpenGLState_PointSizeRange_set")); mixin(bindCode("vtkOpenGLState_PointSizeRange_get", "D_vtkOpenGLState_PointSizeRange_get")); mixin(bindCode("vtkOpenGLState_PointSizeGranularity_set", "D_vtkOpenGLState_PointSizeGranularity_set")); mixin(bindCode("vtkOpenGLState_PointSizeGranularity_get", "D_vtkOpenGLState_PointSizeGranularity_get")); mixin(bindCode("vtkOpenGLState_LineWidthRange_set", "D_vtkOpenGLState_LineWidthRange_set")); mixin(bindCode("vtkOpenGLState_LineWidthRange_get", "D_vtkOpenGLState_LineWidthRange_get")); mixin(bindCode("vtkOpenGLState_LineWidthGranularity_set", "D_vtkOpenGLState_LineWidthGranularity_set")); mixin(bindCode("vtkOpenGLState_LineWidthGranularity_get", "D_vtkOpenGLState_LineWidthGranularity_get")); mixin(bindCode("vtkOpenGLState_RedBits_set", "D_vtkOpenGLState_RedBits_set")); mixin(bindCode("vtkOpenGLState_RedBits_get", "D_vtkOpenGLState_RedBits_get")); mixin(bindCode("vtkOpenGLState_GreenBits_set", "D_vtkOpenGLState_GreenBits_set")); mixin(bindCode("vtkOpenGLState_GreenBits_get", "D_vtkOpenGLState_GreenBits_get")); mixin(bindCode("vtkOpenGLState_BlueBits_set", "D_vtkOpenGLState_BlueBits_set")); mixin(bindCode("vtkOpenGLState_BlueBits_get", "D_vtkOpenGLState_BlueBits_get")); mixin(bindCode("vtkOpenGLState_AlphaBits_set", "D_vtkOpenGLState_AlphaBits_set")); mixin(bindCode("vtkOpenGLState_AlphaBits_get", "D_vtkOpenGLState_AlphaBits_get")); mixin(bindCode("vtkOpenGLState_IndexBits_set", "D_vtkOpenGLState_IndexBits_set")); mixin(bindCode("vtkOpenGLState_IndexBits_get", "D_vtkOpenGLState_IndexBits_get")); mixin(bindCode("vtkOpenGLState_DepthBits_set", "D_vtkOpenGLState_DepthBits_set")); mixin(bindCode("vtkOpenGLState_DepthBits_get", "D_vtkOpenGLState_DepthBits_get")); mixin(bindCode("vtkOpenGLState_StencilBits_set", "D_vtkOpenGLState_StencilBits_set")); mixin(bindCode("vtkOpenGLState_StencilBits_get", "D_vtkOpenGLState_StencilBits_get")); mixin(bindCode("vtkOpenGLState_AccumRedBits_set", "D_vtkOpenGLState_AccumRedBits_set")); mixin(bindCode("vtkOpenGLState_AccumRedBits_get", "D_vtkOpenGLState_AccumRedBits_get")); mixin(bindCode("vtkOpenGLState_AccumGreenBits_set", "D_vtkOpenGLState_AccumGreenBits_set")); mixin(bindCode("vtkOpenGLState_AccumGreenBits_get", "D_vtkOpenGLState_AccumGreenBits_get")); mixin(bindCode("vtkOpenGLState_AccumBlueBits_set", "D_vtkOpenGLState_AccumBlueBits_set")); mixin(bindCode("vtkOpenGLState_AccumBlueBits_get", "D_vtkOpenGLState_AccumBlueBits_get")); mixin(bindCode("vtkOpenGLState_AccumAlphaBits_set", "D_vtkOpenGLState_AccumAlphaBits_set")); mixin(bindCode("vtkOpenGLState_AccumAlphaBits_get", "D_vtkOpenGLState_AccumAlphaBits_get")); mixin(bindCode("vtkOpenGLState_Max3DTextureSize_set", "D_vtkOpenGLState_Max3DTextureSize_set")); mixin(bindCode("vtkOpenGLState_Max3DTextureSize_get", "D_vtkOpenGLState_Max3DTextureSize_get")); mixin(bindCode("vtkOpenGLState_AliasedPointSizeRange_set", "D_vtkOpenGLState_AliasedPointSizeRange_set")); mixin(bindCode("vtkOpenGLState_AliasedPointSizeRange_get", "D_vtkOpenGLState_AliasedPointSizeRange_get")); mixin(bindCode("vtkOpenGLState_AliasedLineWidthRange_set", "D_vtkOpenGLState_AliasedLineWidthRange_set")); mixin(bindCode("vtkOpenGLState_AliasedLineWidthRange_get", "D_vtkOpenGLState_AliasedLineWidthRange_get")); mixin(bindCode("vtkOpenGLState_MaxElementsIndices_set", "D_vtkOpenGLState_MaxElementsIndices_set")); mixin(bindCode("vtkOpenGLState_MaxElementsIndices_get", "D_vtkOpenGLState_MaxElementsIndices_get")); mixin(bindCode("vtkOpenGLState_MaxElementsVertices_set", "D_vtkOpenGLState_MaxElementsVertices_set")); mixin(bindCode("vtkOpenGLState_MaxElementsVertices_get", "D_vtkOpenGLState_MaxElementsVertices_get")); mixin(bindCode("vtkOpenGLState_MaxColorMatrixStackDepth_set", "D_vtkOpenGLState_MaxColorMatrixStackDepth_set")); mixin(bindCode("vtkOpenGLState_MaxColorMatrixStackDepth_get", "D_vtkOpenGLState_MaxColorMatrixStackDepth_get")); mixin(bindCode("vtkOpenGLState_MaxConvolutionWidth_set", "D_vtkOpenGLState_MaxConvolutionWidth_set")); mixin(bindCode("vtkOpenGLState_MaxConvolutionWidth_get", "D_vtkOpenGLState_MaxConvolutionWidth_get")); mixin(bindCode("vtkOpenGLState_MaxConvolutionHeight_set", "D_vtkOpenGLState_MaxConvolutionHeight_set")); mixin(bindCode("vtkOpenGLState_MaxConvolutionHeight_get", "D_vtkOpenGLState_MaxConvolutionHeight_get")); mixin(bindCode("vtkOpenGLState_MaxCubeMapTextureSize_set", "D_vtkOpenGLState_MaxCubeMapTextureSize_set")); mixin(bindCode("vtkOpenGLState_MaxCubeMapTextureSize_get", "D_vtkOpenGLState_MaxCubeMapTextureSize_get")); mixin(bindCode("vtkOpenGLState_MaxTextureUnits_set", "D_vtkOpenGLState_MaxTextureUnits_set")); mixin(bindCode("vtkOpenGLState_MaxTextureUnits_get", "D_vtkOpenGLState_MaxTextureUnits_get")); mixin(bindCode("vtkOpenGLState_CompressedTextureFormats_set", "D_vtkOpenGLState_CompressedTextureFormats_set")); mixin(bindCode("vtkOpenGLState_CompressedTextureFormats_get", "D_vtkOpenGLState_CompressedTextureFormats_get")); mixin(bindCode("vtkOpenGLState_NumCompressedTextureFormats_set", "D_vtkOpenGLState_NumCompressedTextureFormats_set")); mixin(bindCode("vtkOpenGLState_NumCompressedTextureFormats_get", "D_vtkOpenGLState_NumCompressedTextureFormats_get")); mixin(bindCode("vtkOpenGLState_SampleBuffers_set", "D_vtkOpenGLState_SampleBuffers_set")); mixin(bindCode("vtkOpenGLState_SampleBuffers_get", "D_vtkOpenGLState_SampleBuffers_get")); mixin(bindCode("vtkOpenGLState_Samples_set", "D_vtkOpenGLState_Samples_set")); mixin(bindCode("vtkOpenGLState_Samples_get", "D_vtkOpenGLState_Samples_get")); mixin(bindCode("vtkOpenGLState_MaxTextureLODBias_set", "D_vtkOpenGLState_MaxTextureLODBias_set")); mixin(bindCode("vtkOpenGLState_MaxTextureLODBias_get", "D_vtkOpenGLState_MaxTextureLODBias_get")); mixin(bindCode("vtkOpenGLState_QueryCounterBits_set", "D_vtkOpenGLState_QueryCounterBits_set")); mixin(bindCode("vtkOpenGLState_QueryCounterBits_get", "D_vtkOpenGLState_QueryCounterBits_get")); mixin(bindCode("vtkOpenGLState_Extensions_set", "D_vtkOpenGLState_Extensions_set")); mixin(bindCode("vtkOpenGLState_Extensions_get", "D_vtkOpenGLState_Extensions_get")); mixin(bindCode("vtkOpenGLState_Renderer_set", "D_vtkOpenGLState_Renderer_set")); mixin(bindCode("vtkOpenGLState_Renderer_get", "D_vtkOpenGLState_Renderer_get")); mixin(bindCode("vtkOpenGLState_ShadingLanguageVersion_set", "D_vtkOpenGLState_ShadingLanguageVersion_set")); mixin(bindCode("vtkOpenGLState_ShadingLanguageVersion_get", "D_vtkOpenGLState_ShadingLanguageVersion_get")); mixin(bindCode("vtkOpenGLState_Vendor_set", "D_vtkOpenGLState_Vendor_set")); mixin(bindCode("vtkOpenGLState_Vendor_get", "D_vtkOpenGLState_Vendor_get")); mixin(bindCode("vtkOpenGLState_Version_set", "D_vtkOpenGLState_Version_set")); mixin(bindCode("vtkOpenGLState_Version_get", "D_vtkOpenGLState_Version_get")); mixin(bindCode("vtkOpenGLState_MaxVertexAttribs_set", "D_vtkOpenGLState_MaxVertexAttribs_set")); mixin(bindCode("vtkOpenGLState_MaxVertexAttribs_get", "D_vtkOpenGLState_MaxVertexAttribs_get")); mixin(bindCode("vtkOpenGLState_MaxVertexUniformComponents_set", "D_vtkOpenGLState_MaxVertexUniformComponents_set")); mixin(bindCode("vtkOpenGLState_MaxVertexUniformComponents_get", "D_vtkOpenGLState_MaxVertexUniformComponents_get")); mixin(bindCode("vtkOpenGLState_MaxVaryingFloats_set", "D_vtkOpenGLState_MaxVaryingFloats_set")); mixin(bindCode("vtkOpenGLState_MaxVaryingFloats_get", "D_vtkOpenGLState_MaxVaryingFloats_get")); mixin(bindCode("vtkOpenGLState_MaxVertexTextureImageUnits_set", "D_vtkOpenGLState_MaxVertexTextureImageUnits_set")); mixin(bindCode("vtkOpenGLState_MaxVertexTextureImageUnits_get", "D_vtkOpenGLState_MaxVertexTextureImageUnits_get")); mixin(bindCode("vtkOpenGLState_MaxTextureImageUnits_set", "D_vtkOpenGLState_MaxTextureImageUnits_set")); mixin(bindCode("vtkOpenGLState_MaxTextureImageUnits_get", "D_vtkOpenGLState_MaxTextureImageUnits_get")); mixin(bindCode("vtkOpenGLState_MaxFragmentUniformComponents_set", "D_vtkOpenGLState_MaxFragmentUniformComponents_set")); mixin(bindCode("vtkOpenGLState_MaxFragmentUniformComponents_get", "D_vtkOpenGLState_MaxFragmentUniformComponents_get")); mixin(bindCode("vtkOpenGLState_ListBase_set", "D_vtkOpenGLState_ListBase_set")); mixin(bindCode("vtkOpenGLState_ListBase_get", "D_vtkOpenGLState_ListBase_get")); mixin(bindCode("vtkOpenGLState_ListIndex_set", "D_vtkOpenGLState_ListIndex_set")); mixin(bindCode("vtkOpenGLState_ListIndex_get", "D_vtkOpenGLState_ListIndex_get")); mixin(bindCode("vtkOpenGLState_ListMode_set", "D_vtkOpenGLState_ListMode_set")); mixin(bindCode("vtkOpenGLState_ListMode_get", "D_vtkOpenGLState_ListMode_get")); mixin(bindCode("vtkOpenGLState_AttribStackDepth_set", "D_vtkOpenGLState_AttribStackDepth_set")); mixin(bindCode("vtkOpenGLState_AttribStackDepth_get", "D_vtkOpenGLState_AttribStackDepth_get")); mixin(bindCode("vtkOpenGLState_ClientAtribStackDepth_set", "D_vtkOpenGLState_ClientAtribStackDepth_set")); mixin(bindCode("vtkOpenGLState_ClientAtribStackDepth_get", "D_vtkOpenGLState_ClientAtribStackDepth_get")); mixin(bindCode("vtkOpenGLState_NameStackDepth_set", "D_vtkOpenGLState_NameStackDepth_set")); mixin(bindCode("vtkOpenGLState_NameStackDepth_get", "D_vtkOpenGLState_NameStackDepth_get")); mixin(bindCode("vtkOpenGLState_RenderMode_set", "D_vtkOpenGLState_RenderMode_set")); mixin(bindCode("vtkOpenGLState_RenderMode_get", "D_vtkOpenGLState_RenderMode_get")); mixin(bindCode("vtkOpenGLState_SelectionBufferPointer_set", "D_vtkOpenGLState_SelectionBufferPointer_set")); mixin(bindCode("vtkOpenGLState_SelectionBufferPointer_get", "D_vtkOpenGLState_SelectionBufferPointer_get")); mixin(bindCode("vtkOpenGLState_SelectionBufferSize_set", "D_vtkOpenGLState_SelectionBufferSize_set")); mixin(bindCode("vtkOpenGLState_SelectionBufferSize_get", "D_vtkOpenGLState_SelectionBufferSize_get")); mixin(bindCode("vtkOpenGLState_FeedbackBufferPointer_set", "D_vtkOpenGLState_FeedbackBufferPointer_set")); mixin(bindCode("vtkOpenGLState_FeedbackBufferPointer_get", "D_vtkOpenGLState_FeedbackBufferPointer_get")); mixin(bindCode("vtkOpenGLState_FeedbackBufferSize_set", "D_vtkOpenGLState_FeedbackBufferSize_set")); mixin(bindCode("vtkOpenGLState_FeedbackBufferSize_get", "D_vtkOpenGLState_FeedbackBufferSize_get")); mixin(bindCode("vtkOpenGLState_FeedbackBufferType_set", "D_vtkOpenGLState_FeedbackBufferType_set")); mixin(bindCode("vtkOpenGLState_FeedbackBufferType_get", "D_vtkOpenGLState_FeedbackBufferType_get")); mixin(bindCode("vtkOpenGLState_ErrorCode_set", "D_vtkOpenGLState_ErrorCode_set")); mixin(bindCode("vtkOpenGLState_ErrorCode_get", "D_vtkOpenGLState_ErrorCode_get")); mixin(bindCode("vtkOpenGLState_CurrentQuery_set", "D_vtkOpenGLState_CurrentQuery_set")); mixin(bindCode("vtkOpenGLState_CurrentQuery_get", "D_vtkOpenGLState_CurrentQuery_get")); mixin(bindCode("vtkOpenGLState_FrameBufferBinding_set", "D_vtkOpenGLState_FrameBufferBinding_set")); mixin(bindCode("vtkOpenGLState_FrameBufferBinding_get", "D_vtkOpenGLState_FrameBufferBinding_get")); mixin(bindCode("vtkOpenGLState_Read_set", "D_vtkOpenGLState_Read_set")); mixin(bindCode("vtkOpenGLState_Read_get", "D_vtkOpenGLState_Read_get")); mixin(bindCode("vtkAngleRepresentation2D_New", "D_vtkAngleRepresentation2D_New")); mixin(bindCode("vtkAngleRepresentation2D_IsTypeOf", "D_vtkAngleRepresentation2D_IsTypeOf")); mixin(bindCode("vtkAngleRepresentation2D_SafeDownCast", "D_vtkAngleRepresentation2D_SafeDownCast")); mixin(bindCode("vtkAngleRepresentation2D_NewInstance", "D_vtkAngleRepresentation2D_NewInstance")); mixin(bindCode("vtkAngleRepresentation2D_GetRay1", "D_vtkAngleRepresentation2D_GetRay1")); mixin(bindCode("vtkAngleRepresentation2D_GetRay2", "D_vtkAngleRepresentation2D_GetRay2")); mixin(bindCode("vtkAngleRepresentation2D_GetArc", "D_vtkAngleRepresentation2D_GetArc")); mixin(bindCode("vtkAngleRepresentation2D_Upcast", "D_vtkAngleRepresentation2D_Upcast")); mixin(bindCode("vtkVolumeTextureMapper3D_IsTypeOf", "D_vtkVolumeTextureMapper3D_IsTypeOf")); mixin(bindCode("vtkVolumeTextureMapper3D_SafeDownCast", "D_vtkVolumeTextureMapper3D_SafeDownCast")); mixin(bindCode("vtkVolumeTextureMapper3D_NewInstance", "D_vtkVolumeTextureMapper3D_NewInstance")); mixin(bindCode("vtkVolumeTextureMapper3D_New", "D_vtkVolumeTextureMapper3D_New")); mixin(bindCode("vtkVolumeTextureMapper3D_SetSampleDistance", "D_vtkVolumeTextureMapper3D_SetSampleDistance")); mixin(bindCode("vtkVolumeTextureMapper3D_GetSampleDistance", "D_vtkVolumeTextureMapper3D_GetSampleDistance")); mixin(bindCode("vtkVolumeTextureMapper3D_GetVolumeDimensions__SWIG_0", "D_vtkVolumeTextureMapper3D_GetVolumeDimensions__SWIG_0")); mixin(bindCode("vtkVolumeTextureMapper3D_GetVolumeDimensions__SWIG_1", "D_vtkVolumeTextureMapper3D_GetVolumeDimensions__SWIG_1")); mixin(bindCode("vtkVolumeTextureMapper3D_GetVolumeSpacing__SWIG_0", "D_vtkVolumeTextureMapper3D_GetVolumeSpacing__SWIG_0")); mixin(bindCode("vtkVolumeTextureMapper3D_GetVolumeSpacing__SWIG_1", "D_vtkVolumeTextureMapper3D_GetVolumeSpacing__SWIG_1")); mixin(bindCode("vtkVolumeTextureMapper3D_IsRenderSupported", "D_vtkVolumeTextureMapper3D_IsRenderSupported")); mixin(bindCode("vtkVolumeTextureMapper3D_GetNumberOfPolygons", "D_vtkVolumeTextureMapper3D_GetNumberOfPolygons")); mixin(bindCode("vtkVolumeTextureMapper3D_GetActualSampleDistance", "D_vtkVolumeTextureMapper3D_GetActualSampleDistance")); mixin(bindCode("vtkVolumeTextureMapper3D_SetPreferredRenderMethod", "D_vtkVolumeTextureMapper3D_SetPreferredRenderMethod")); mixin(bindCode("vtkVolumeTextureMapper3D_GetPreferredRenderMethodMinValue", "D_vtkVolumeTextureMapper3D_GetPreferredRenderMethodMinValue")); mixin(bindCode("vtkVolumeTextureMapper3D_GetPreferredRenderMethodMaxValue", "D_vtkVolumeTextureMapper3D_GetPreferredRenderMethodMaxValue")); mixin(bindCode("vtkVolumeTextureMapper3D_SetPreferredMethodToFragmentProgram", "D_vtkVolumeTextureMapper3D_SetPreferredMethodToFragmentProgram")); mixin(bindCode("vtkVolumeTextureMapper3D_SetPreferredMethodToNVidia", "D_vtkVolumeTextureMapper3D_SetPreferredMethodToNVidia")); mixin(bindCode("vtkVolumeTextureMapper3D_GetPreferredRenderMethod", "D_vtkVolumeTextureMapper3D_GetPreferredRenderMethod")); mixin(bindCode("vtkVolumeTextureMapper3D_SetUseCompressedTexture", "D_vtkVolumeTextureMapper3D_SetUseCompressedTexture")); mixin(bindCode("vtkVolumeTextureMapper3D_GetUseCompressedTexture", "D_vtkVolumeTextureMapper3D_GetUseCompressedTexture")); mixin(bindCode("vtkVolumeTextureMapper3D_Upcast", "D_vtkVolumeTextureMapper3D_Upcast")); mixin(bindCode("vtkOpenGLVolumeTextureMapper3D_IsTypeOf", "D_vtkOpenGLVolumeTextureMapper3D_IsTypeOf")); mixin(bindCode("vtkOpenGLVolumeTextureMapper3D_SafeDownCast", "D_vtkOpenGLVolumeTextureMapper3D_SafeDownCast")); mixin(bindCode("vtkOpenGLVolumeTextureMapper3D_NewInstance", "D_vtkOpenGLVolumeTextureMapper3D_NewInstance")); mixin(bindCode("vtkOpenGLVolumeTextureMapper3D_New", "D_vtkOpenGLVolumeTextureMapper3D_New")); mixin(bindCode("vtkOpenGLVolumeTextureMapper3D_GetInitialized", "D_vtkOpenGLVolumeTextureMapper3D_GetInitialized")); mixin(bindCode("vtkOpenGLVolumeTextureMapper3D_Upcast", "D_vtkOpenGLVolumeTextureMapper3D_Upcast")); mixin(bindCode("vtkGeoTransform_New", "D_vtkGeoTransform_New")); mixin(bindCode("vtkGeoTransform_IsTypeOf", "D_vtkGeoTransform_IsTypeOf")); mixin(bindCode("vtkGeoTransform_SafeDownCast", "D_vtkGeoTransform_SafeDownCast")); mixin(bindCode("vtkGeoTransform_NewInstance", "D_vtkGeoTransform_NewInstance")); mixin(bindCode("vtkGeoTransform_SetSourceProjection", "D_vtkGeoTransform_SetSourceProjection")); mixin(bindCode("vtkGeoTransform_GetSourceProjection", "D_vtkGeoTransform_GetSourceProjection")); mixin(bindCode("vtkGeoTransform_SetDestinationProjection", "D_vtkGeoTransform_SetDestinationProjection")); mixin(bindCode("vtkGeoTransform_GetDestinationProjection", "D_vtkGeoTransform_GetDestinationProjection")); mixin(bindCode("vtkGeoTransform_InternalTransformPoint__SWIG_0", "D_vtkGeoTransform_InternalTransformPoint__SWIG_0")); mixin(bindCode("vtkGeoTransform_InternalTransformPoint__SWIG_1", "D_vtkGeoTransform_InternalTransformPoint__SWIG_1")); mixin(bindCode("vtkGeoTransform_InternalTransformDerivative__SWIG_0", "D_vtkGeoTransform_InternalTransformDerivative__SWIG_0")); mixin(bindCode("vtkGeoTransform_InternalTransformDerivative__SWIG_1", "D_vtkGeoTransform_InternalTransformDerivative__SWIG_1")); mixin(bindCode("vtkGeoTransform_Upcast", "D_vtkGeoTransform_Upcast")); mixin(bindCode("vtkSpherePuzzle_IsTypeOf", "D_vtkSpherePuzzle_IsTypeOf")); mixin(bindCode("vtkSpherePuzzle_SafeDownCast", "D_vtkSpherePuzzle_SafeDownCast")); mixin(bindCode("vtkSpherePuzzle_NewInstance", "D_vtkSpherePuzzle_NewInstance")); mixin(bindCode("vtkSpherePuzzle_New", "D_vtkSpherePuzzle_New")); mixin(bindCode("vtkSpherePuzzle_Reset", "D_vtkSpherePuzzle_Reset")); mixin(bindCode("vtkSpherePuzzle_MoveHorizontal", "D_vtkSpherePuzzle_MoveHorizontal")); mixin(bindCode("vtkSpherePuzzle_MoveVertical", "D_vtkSpherePuzzle_MoveVertical")); mixin(bindCode("vtkSpherePuzzle_SetPoint", "D_vtkSpherePuzzle_SetPoint")); mixin(bindCode("vtkSpherePuzzle_MovePoint", "D_vtkSpherePuzzle_MovePoint")); mixin(bindCode("vtkSpherePuzzle_GetState", "D_vtkSpherePuzzle_GetState")); mixin(bindCode("vtkSpherePuzzle_Upcast", "D_vtkSpherePuzzle_Upcast")); mixin(bindCode("vtkXMLMultiBlockDataReader_New", "D_vtkXMLMultiBlockDataReader_New")); mixin(bindCode("vtkXMLMultiBlockDataReader_IsTypeOf", "D_vtkXMLMultiBlockDataReader_IsTypeOf")); mixin(bindCode("vtkXMLMultiBlockDataReader_SafeDownCast", "D_vtkXMLMultiBlockDataReader_SafeDownCast")); mixin(bindCode("vtkXMLMultiBlockDataReader_NewInstance", "D_vtkXMLMultiBlockDataReader_NewInstance")); mixin(bindCode("vtkXMLMultiBlockDataReader_Upcast", "D_vtkXMLMultiBlockDataReader_Upcast")); mixin(bindCode("vtkXMLMultiGroupDataReader_New", "D_vtkXMLMultiGroupDataReader_New")); mixin(bindCode("vtkXMLMultiGroupDataReader_IsTypeOf", "D_vtkXMLMultiGroupDataReader_IsTypeOf")); mixin(bindCode("vtkXMLMultiGroupDataReader_SafeDownCast", "D_vtkXMLMultiGroupDataReader_SafeDownCast")); mixin(bindCode("vtkXMLMultiGroupDataReader_NewInstance", "D_vtkXMLMultiGroupDataReader_NewInstance")); mixin(bindCode("vtkXMLMultiGroupDataReader_Upcast", "D_vtkXMLMultiGroupDataReader_Upcast")); mixin(bindCode("vtkMoleculeAlgorithm_New", "D_vtkMoleculeAlgorithm_New")); mixin(bindCode("vtkMoleculeAlgorithm_IsTypeOf", "D_vtkMoleculeAlgorithm_IsTypeOf")); mixin(bindCode("vtkMoleculeAlgorithm_SafeDownCast", "D_vtkMoleculeAlgorithm_SafeDownCast")); mixin(bindCode("vtkMoleculeAlgorithm_NewInstance", "D_vtkMoleculeAlgorithm_NewInstance")); mixin(bindCode("vtkMoleculeAlgorithm_GetOutput__SWIG_0", "D_vtkMoleculeAlgorithm_GetOutput__SWIG_0")); mixin(bindCode("vtkMoleculeAlgorithm_GetOutput__SWIG_1", "D_vtkMoleculeAlgorithm_GetOutput__SWIG_1")); mixin(bindCode("vtkMoleculeAlgorithm_SetOutput", "D_vtkMoleculeAlgorithm_SetOutput")); mixin(bindCode("vtkMoleculeAlgorithm_GetInput__SWIG_0", "D_vtkMoleculeAlgorithm_GetInput__SWIG_0")); mixin(bindCode("vtkMoleculeAlgorithm_GetInput__SWIG_1", "D_vtkMoleculeAlgorithm_GetInput__SWIG_1")); mixin(bindCode("vtkMoleculeAlgorithm_GetMoleculeInput", "D_vtkMoleculeAlgorithm_GetMoleculeInput")); mixin(bindCode("vtkMoleculeAlgorithm_SetInputData__SWIG_0", "D_vtkMoleculeAlgorithm_SetInputData__SWIG_0")); mixin(bindCode("vtkMoleculeAlgorithm_SetInputData__SWIG_1", "D_vtkMoleculeAlgorithm_SetInputData__SWIG_1")); mixin(bindCode("vtkMoleculeAlgorithm_AddInputData__SWIG_0", "D_vtkMoleculeAlgorithm_AddInputData__SWIG_0")); mixin(bindCode("vtkMoleculeAlgorithm_AddInputData__SWIG_1", "D_vtkMoleculeAlgorithm_AddInputData__SWIG_1")); mixin(bindCode("vtkMoleculeAlgorithm_Upcast", "D_vtkMoleculeAlgorithm_Upcast")); mixin(bindCode("vtkSimpleBondPerceiver_New", "D_vtkSimpleBondPerceiver_New")); mixin(bindCode("vtkSimpleBondPerceiver_IsTypeOf", "D_vtkSimpleBondPerceiver_IsTypeOf")); mixin(bindCode("vtkSimpleBondPerceiver_SafeDownCast", "D_vtkSimpleBondPerceiver_SafeDownCast")); mixin(bindCode("vtkSimpleBondPerceiver_NewInstance", "D_vtkSimpleBondPerceiver_NewInstance")); mixin(bindCode("vtkSimpleBondPerceiver_SetTolerance", "D_vtkSimpleBondPerceiver_SetTolerance")); mixin(bindCode("vtkSimpleBondPerceiver_GetTolerance", "D_vtkSimpleBondPerceiver_GetTolerance")); mixin(bindCode("vtkSimpleBondPerceiver_Upcast", "D_vtkSimpleBondPerceiver_Upcast")); mixin(bindCode("vtkProcessGroup_IsTypeOf", "D_vtkProcessGroup_IsTypeOf")); mixin(bindCode("vtkProcessGroup_SafeDownCast", "D_vtkProcessGroup_SafeDownCast")); mixin(bindCode("vtkProcessGroup_NewInstance", "D_vtkProcessGroup_NewInstance")); mixin(bindCode("vtkProcessGroup_New", "D_vtkProcessGroup_New")); mixin(bindCode("vtkProcessGroup_Initialize__SWIG_0", "D_vtkProcessGroup_Initialize__SWIG_0")); mixin(bindCode("vtkProcessGroup_Initialize__SWIG_1", "D_vtkProcessGroup_Initialize__SWIG_1")); mixin(bindCode("vtkProcessGroup_GetCommunicator", "D_vtkProcessGroup_GetCommunicator")); mixin(bindCode("vtkProcessGroup_SetCommunicator", "D_vtkProcessGroup_SetCommunicator")); mixin(bindCode("vtkProcessGroup_GetNumberOfProcessIds", "D_vtkProcessGroup_GetNumberOfProcessIds")); mixin(bindCode("vtkProcessGroup_GetProcessId", "D_vtkProcessGroup_GetProcessId")); mixin(bindCode("vtkProcessGroup_GetLocalProcessId", "D_vtkProcessGroup_GetLocalProcessId")); mixin(bindCode("vtkProcessGroup_FindProcessId", "D_vtkProcessGroup_FindProcessId")); mixin(bindCode("vtkProcessGroup_AddProcessId", "D_vtkProcessGroup_AddProcessId")); mixin(bindCode("vtkProcessGroup_RemoveProcessId", "D_vtkProcessGroup_RemoveProcessId")); mixin(bindCode("vtkProcessGroup_RemoveAllProcessIds", "D_vtkProcessGroup_RemoveAllProcessIds")); mixin(bindCode("vtkProcessGroup_Copy", "D_vtkProcessGroup_Copy")); mixin(bindCode("vtkProcessGroup_Upcast", "D_vtkProcessGroup_Upcast")); mixin(bindCode("vtkInformationDataObjectKey_IsTypeOf", "D_vtkInformationDataObjectKey_IsTypeOf")); mixin(bindCode("vtkInformationDataObjectKey_SafeDownCast", "D_vtkInformationDataObjectKey_SafeDownCast")); mixin(bindCode("vtkInformationDataObjectKey_NewInstance", "D_vtkInformationDataObjectKey_NewInstance")); mixin(bindCode("new_vtkInformationDataObjectKey", "D_new_vtkInformationDataObjectKey")); mixin(bindCode("delete_vtkInformationDataObjectKey", "D_delete_vtkInformationDataObjectKey")); mixin(bindCode("vtkInformationDataObjectKey_Upcast", "D_vtkInformationDataObjectKey_Upcast")); mixin(bindCode("vtkImageSlab_New", "D_vtkImageSlab_New")); mixin(bindCode("vtkImageSlab_IsTypeOf", "D_vtkImageSlab_IsTypeOf")); mixin(bindCode("vtkImageSlab_SafeDownCast", "D_vtkImageSlab_SafeDownCast")); mixin(bindCode("vtkImageSlab_NewInstance", "D_vtkImageSlab_NewInstance")); mixin(bindCode("vtkImageSlab_SetOrientation", "D_vtkImageSlab_SetOrientation")); mixin(bindCode("vtkImageSlab_GetOrientationMinValue", "D_vtkImageSlab_GetOrientationMinValue")); mixin(bindCode("vtkImageSlab_GetOrientationMaxValue", "D_vtkImageSlab_GetOrientationMaxValue")); mixin(bindCode("vtkImageSlab_SetOrientationToX", "D_vtkImageSlab_SetOrientationToX")); mixin(bindCode("vtkImageSlab_SetOrientationToY", "D_vtkImageSlab_SetOrientationToY")); mixin(bindCode("vtkImageSlab_SetOrientationToZ", "D_vtkImageSlab_SetOrientationToZ")); mixin(bindCode("vtkImageSlab_GetOrientation", "D_vtkImageSlab_GetOrientation")); mixin(bindCode("vtkImageSlab_SetSliceRange__SWIG_0", "D_vtkImageSlab_SetSliceRange__SWIG_0")); mixin(bindCode("vtkImageSlab_SetSliceRange__SWIG_1", "D_vtkImageSlab_SetSliceRange__SWIG_1")); mixin(bindCode("vtkImageSlab_GetSliceRange__SWIG_0", "D_vtkImageSlab_GetSliceRange__SWIG_0")); mixin(bindCode("vtkImageSlab_GetSliceRange__SWIG_1", "D_vtkImageSlab_GetSliceRange__SWIG_1")); mixin(bindCode("vtkImageSlab_GetSliceRange__SWIG_2", "D_vtkImageSlab_GetSliceRange__SWIG_2")); mixin(bindCode("vtkImageSlab_SetOperation", "D_vtkImageSlab_SetOperation")); mixin(bindCode("vtkImageSlab_GetOperationMinValue", "D_vtkImageSlab_GetOperationMinValue")); mixin(bindCode("vtkImageSlab_GetOperationMaxValue", "D_vtkImageSlab_GetOperationMaxValue")); mixin(bindCode("vtkImageSlab_SetOperationToMin", "D_vtkImageSlab_SetOperationToMin")); mixin(bindCode("vtkImageSlab_SetOperationToMax", "D_vtkImageSlab_SetOperationToMax")); mixin(bindCode("vtkImageSlab_SetOperationToMean", "D_vtkImageSlab_SetOperationToMean")); mixin(bindCode("vtkImageSlab_SetOperationToSum", "D_vtkImageSlab_SetOperationToSum")); mixin(bindCode("vtkImageSlab_GetOperation", "D_vtkImageSlab_GetOperation")); mixin(bindCode("vtkImageSlab_GetOperationAsString", "D_vtkImageSlab_GetOperationAsString")); mixin(bindCode("vtkImageSlab_SetTrapezoidIntegration", "D_vtkImageSlab_SetTrapezoidIntegration")); mixin(bindCode("vtkImageSlab_TrapezoidIntegrationOn", "D_vtkImageSlab_TrapezoidIntegrationOn")); mixin(bindCode("vtkImageSlab_TrapezoidIntegrationOff", "D_vtkImageSlab_TrapezoidIntegrationOff")); mixin(bindCode("vtkImageSlab_GetTrapezoidIntegration", "D_vtkImageSlab_GetTrapezoidIntegration")); mixin(bindCode("vtkImageSlab_SetMultiSliceOutput", "D_vtkImageSlab_SetMultiSliceOutput")); mixin(bindCode("vtkImageSlab_MultiSliceOutputOn", "D_vtkImageSlab_MultiSliceOutputOn")); mixin(bindCode("vtkImageSlab_MultiSliceOutputOff", "D_vtkImageSlab_MultiSliceOutputOff")); mixin(bindCode("vtkImageSlab_GetMultiSliceOutput", "D_vtkImageSlab_GetMultiSliceOutput")); mixin(bindCode("vtkImageSlab_SetOutputScalarTypeToFloat", "D_vtkImageSlab_SetOutputScalarTypeToFloat")); mixin(bindCode("vtkImageSlab_SetOutputScalarTypeToDouble", "D_vtkImageSlab_SetOutputScalarTypeToDouble")); mixin(bindCode("vtkImageSlab_SetOutputScalarTypeToInputScalarType", "D_vtkImageSlab_SetOutputScalarTypeToInputScalarType")); mixin(bindCode("vtkImageSlab_GetOutputScalarType", "D_vtkImageSlab_GetOutputScalarType")); mixin(bindCode("vtkImageSlab_Upcast", "D_vtkImageSlab_Upcast")); mixin(bindCode("vtkMoleculeMapper_New", "D_vtkMoleculeMapper_New")); mixin(bindCode("vtkMoleculeMapper_IsTypeOf", "D_vtkMoleculeMapper_IsTypeOf")); mixin(bindCode("vtkMoleculeMapper_SafeDownCast", "D_vtkMoleculeMapper_SafeDownCast")); mixin(bindCode("vtkMoleculeMapper_NewInstance", "D_vtkMoleculeMapper_NewInstance")); mixin(bindCode("vtkMoleculeMapper_SetInputData", "D_vtkMoleculeMapper_SetInputData")); mixin(bindCode("vtkMoleculeMapper_GetInput", "D_vtkMoleculeMapper_GetInput")); mixin(bindCode("vtkMoleculeMapper_UseBallAndStickSettings", "D_vtkMoleculeMapper_UseBallAndStickSettings")); mixin(bindCode("vtkMoleculeMapper_UseVDWSpheresSettings", "D_vtkMoleculeMapper_UseVDWSpheresSettings")); mixin(bindCode("vtkMoleculeMapper_UseLiquoriceStickSettings", "D_vtkMoleculeMapper_UseLiquoriceStickSettings")); mixin(bindCode("vtkMoleculeMapper_UseFastSettings", "D_vtkMoleculeMapper_UseFastSettings")); mixin(bindCode("vtkMoleculeMapper_GetRenderAtoms", "D_vtkMoleculeMapper_GetRenderAtoms")); mixin(bindCode("vtkMoleculeMapper_SetRenderAtoms", "D_vtkMoleculeMapper_SetRenderAtoms")); mixin(bindCode("vtkMoleculeMapper_RenderAtomsOn", "D_vtkMoleculeMapper_RenderAtomsOn")); mixin(bindCode("vtkMoleculeMapper_RenderAtomsOff", "D_vtkMoleculeMapper_RenderAtomsOff")); mixin(bindCode("vtkMoleculeMapper_GetRenderBonds", "D_vtkMoleculeMapper_GetRenderBonds")); mixin(bindCode("vtkMoleculeMapper_SetRenderBonds", "D_vtkMoleculeMapper_SetRenderBonds")); mixin(bindCode("vtkMoleculeMapper_RenderBondsOn", "D_vtkMoleculeMapper_RenderBondsOn")); mixin(bindCode("vtkMoleculeMapper_RenderBondsOff", "D_vtkMoleculeMapper_RenderBondsOff")); mixin(bindCode("vtkMoleculeMapper_GetAtomicRadiusType", "D_vtkMoleculeMapper_GetAtomicRadiusType")); mixin(bindCode("vtkMoleculeMapper_SetAtomicRadiusType", "D_vtkMoleculeMapper_SetAtomicRadiusType")); mixin(bindCode("vtkMoleculeMapper_GetAtomicRadiusTypeAsString", "D_vtkMoleculeMapper_GetAtomicRadiusTypeAsString")); mixin(bindCode("vtkMoleculeMapper_SetAtomicRadiusTypeToCovalentRadius", "D_vtkMoleculeMapper_SetAtomicRadiusTypeToCovalentRadius")); mixin(bindCode("vtkMoleculeMapper_SetAtomicRadiusTypeToVDWRadius", "D_vtkMoleculeMapper_SetAtomicRadiusTypeToVDWRadius")); mixin(bindCode("vtkMoleculeMapper_SetAtomicRadiusTypeToUnitRadius", "D_vtkMoleculeMapper_SetAtomicRadiusTypeToUnitRadius")); mixin(bindCode("vtkMoleculeMapper_GetAtomicRadiusScaleFactor", "D_vtkMoleculeMapper_GetAtomicRadiusScaleFactor")); mixin(bindCode("vtkMoleculeMapper_SetAtomicRadiusScaleFactor", "D_vtkMoleculeMapper_SetAtomicRadiusScaleFactor")); mixin(bindCode("vtkMoleculeMapper_GetUseMultiCylindersForBonds", "D_vtkMoleculeMapper_GetUseMultiCylindersForBonds")); mixin(bindCode("vtkMoleculeMapper_SetUseMultiCylindersForBonds", "D_vtkMoleculeMapper_SetUseMultiCylindersForBonds")); mixin(bindCode("vtkMoleculeMapper_UseMultiCylindersForBondsOn", "D_vtkMoleculeMapper_UseMultiCylindersForBondsOn")); mixin(bindCode("vtkMoleculeMapper_UseMultiCylindersForBondsOff", "D_vtkMoleculeMapper_UseMultiCylindersForBondsOff")); mixin(bindCode("vtkMoleculeMapper_GetBondColorMode", "D_vtkMoleculeMapper_GetBondColorMode")); mixin(bindCode("vtkMoleculeMapper_SetBondColorMode", "D_vtkMoleculeMapper_SetBondColorMode")); mixin(bindCode("vtkMoleculeMapper_GetBondColorModeAsString", "D_vtkMoleculeMapper_GetBondColorModeAsString")); mixin(bindCode("vtkMoleculeMapper_SetBondColorModeToSingleColor", "D_vtkMoleculeMapper_SetBondColorModeToSingleColor")); mixin(bindCode("vtkMoleculeMapper_SetBondColorModeToDiscreteByAtom", "D_vtkMoleculeMapper_SetBondColorModeToDiscreteByAtom")); mixin(bindCode("vtkMoleculeMapper_GetBondColor__SWIG_0", "D_vtkMoleculeMapper_GetBondColor__SWIG_0")); mixin(bindCode("vtkMoleculeMapper_GetBondColor__SWIG_1", "D_vtkMoleculeMapper_GetBondColor__SWIG_1")); mixin(bindCode("vtkMoleculeMapper_GetBondColor__SWIG_2", "D_vtkMoleculeMapper_GetBondColor__SWIG_2")); mixin(bindCode("vtkMoleculeMapper_SetBondColor__SWIG_0", "D_vtkMoleculeMapper_SetBondColor__SWIG_0")); mixin(bindCode("vtkMoleculeMapper_SetBondColor__SWIG_1", "D_vtkMoleculeMapper_SetBondColor__SWIG_1")); mixin(bindCode("vtkMoleculeMapper_GetBondRadius", "D_vtkMoleculeMapper_GetBondRadius")); mixin(bindCode("vtkMoleculeMapper_SetBondRadius", "D_vtkMoleculeMapper_SetBondRadius")); mixin(bindCode("vtkMoleculeMapper_GetSelectedAtomsAndBonds", "D_vtkMoleculeMapper_GetSelectedAtomsAndBonds")); mixin(bindCode("vtkMoleculeMapper_GetSelectedAtoms", "D_vtkMoleculeMapper_GetSelectedAtoms")); mixin(bindCode("vtkMoleculeMapper_GetSelectedBonds", "D_vtkMoleculeMapper_GetSelectedBonds")); mixin(bindCode("vtkMoleculeMapper_GetBounds__SWIG_0", "D_vtkMoleculeMapper_GetBounds__SWIG_0")); mixin(bindCode("vtkMoleculeMapper_GetBounds__SWIG_1", "D_vtkMoleculeMapper_GetBounds__SWIG_1")); mixin(bindCode("vtkMoleculeMapper_FillInputPortInformation", "D_vtkMoleculeMapper_FillInputPortInformation")); mixin(bindCode("vtkMoleculeMapper_Upcast", "D_vtkMoleculeMapper_Upcast")); mixin(bindCode("vtkFreeTypeStringToImage_IsTypeOf", "D_vtkFreeTypeStringToImage_IsTypeOf")); mixin(bindCode("vtkFreeTypeStringToImage_SafeDownCast", "D_vtkFreeTypeStringToImage_SafeDownCast")); mixin(bindCode("vtkFreeTypeStringToImage_NewInstance", "D_vtkFreeTypeStringToImage_NewInstance")); mixin(bindCode("vtkFreeTypeStringToImage_New", "D_vtkFreeTypeStringToImage_New")); mixin(bindCode("vtkFreeTypeStringToImage_GetBounds__SWIG_0", "D_vtkFreeTypeStringToImage_GetBounds__SWIG_0")); mixin(bindCode("vtkFreeTypeStringToImage_GetBounds__SWIG_1", "D_vtkFreeTypeStringToImage_GetBounds__SWIG_1")); mixin(bindCode("vtkFreeTypeStringToImage_RenderString__SWIG_0", "D_vtkFreeTypeStringToImage_RenderString__SWIG_0")); mixin(bindCode("vtkFreeTypeStringToImage_RenderString__SWIG_1", "D_vtkFreeTypeStringToImage_RenderString__SWIG_1")); mixin(bindCode("vtkFreeTypeStringToImage_RenderString__SWIG_2", "D_vtkFreeTypeStringToImage_RenderString__SWIG_2")); mixin(bindCode("vtkFreeTypeStringToImage_RenderString__SWIG_3", "D_vtkFreeTypeStringToImage_RenderString__SWIG_3")); mixin(bindCode("vtkFreeTypeStringToImage_DeepCopy", "D_vtkFreeTypeStringToImage_DeepCopy")); mixin(bindCode("vtkFreeTypeStringToImage_Upcast", "D_vtkFreeTypeStringToImage_Upcast")); mixin(bindCode("vtkRectilinearGrid_New", "D_vtkRectilinearGrid_New")); mixin(bindCode("vtkRectilinearGrid_IsTypeOf", "D_vtkRectilinearGrid_IsTypeOf")); mixin(bindCode("vtkRectilinearGrid_SafeDownCast", "D_vtkRectilinearGrid_SafeDownCast")); mixin(bindCode("vtkRectilinearGrid_NewInstance", "D_vtkRectilinearGrid_NewInstance")); mixin(bindCode("vtkRectilinearGrid_GetPoint__SWIG_0", "D_vtkRectilinearGrid_GetPoint__SWIG_0")); mixin(bindCode("vtkRectilinearGrid_GetPoint__SWIG_1", "D_vtkRectilinearGrid_GetPoint__SWIG_1")); mixin(bindCode("vtkRectilinearGrid_GetCell__SWIG_0", "D_vtkRectilinearGrid_GetCell__SWIG_0")); mixin(bindCode("vtkRectilinearGrid_GetCell__SWIG_1", "D_vtkRectilinearGrid_GetCell__SWIG_1")); mixin(bindCode("vtkRectilinearGrid_FindPoint__SWIG_0", "D_vtkRectilinearGrid_FindPoint__SWIG_0")); mixin(bindCode("vtkRectilinearGrid_FindPoint__SWIG_1", "D_vtkRectilinearGrid_FindPoint__SWIG_1")); mixin(bindCode("vtkRectilinearGrid_FindCell__SWIG_0", "D_vtkRectilinearGrid_FindCell__SWIG_0")); mixin(bindCode("vtkRectilinearGrid_FindCell__SWIG_1", "D_vtkRectilinearGrid_FindCell__SWIG_1")); mixin(bindCode("vtkRectilinearGrid_GetPoints", "D_vtkRectilinearGrid_GetPoints")); mixin(bindCode("vtkRectilinearGrid_SetDimensions__SWIG_0", "D_vtkRectilinearGrid_SetDimensions__SWIG_0")); mixin(bindCode("vtkRectilinearGrid_SetDimensions__SWIG_1", "D_vtkRectilinearGrid_SetDimensions__SWIG_1")); mixin(bindCode("vtkRectilinearGrid_GetDimensions__SWIG_0", "D_vtkRectilinearGrid_GetDimensions__SWIG_0")); mixin(bindCode("vtkRectilinearGrid_GetDimensions__SWIG_1", "D_vtkRectilinearGrid_GetDimensions__SWIG_1")); mixin(bindCode("vtkRectilinearGrid_GetDataDimension", "D_vtkRectilinearGrid_GetDataDimension")); mixin(bindCode("vtkRectilinearGrid_ComputeStructuredCoordinates", "D_vtkRectilinearGrid_ComputeStructuredCoordinates")); mixin(bindCode("vtkRectilinearGrid_ComputePointId", "D_vtkRectilinearGrid_ComputePointId")); mixin(bindCode("vtkRectilinearGrid_ComputeCellId", "D_vtkRectilinearGrid_ComputeCellId")); mixin(bindCode("vtkRectilinearGrid_GetPoint__SWIG_2", "D_vtkRectilinearGrid_GetPoint__SWIG_2")); mixin(bindCode("vtkRectilinearGrid_SetXCoordinates", "D_vtkRectilinearGrid_SetXCoordinates")); mixin(bindCode("vtkRectilinearGrid_GetXCoordinates", "D_vtkRectilinearGrid_GetXCoordinates")); mixin(bindCode("vtkRectilinearGrid_SetYCoordinates", "D_vtkRectilinearGrid_SetYCoordinates")); mixin(bindCode("vtkRectilinearGrid_GetYCoordinates", "D_vtkRectilinearGrid_GetYCoordinates")); mixin(bindCode("vtkRectilinearGrid_SetZCoordinates", "D_vtkRectilinearGrid_SetZCoordinates")); mixin(bindCode("vtkRectilinearGrid_GetZCoordinates", "D_vtkRectilinearGrid_GetZCoordinates")); mixin(bindCode("vtkRectilinearGrid_SetExtent__SWIG_0", "D_vtkRectilinearGrid_SetExtent__SWIG_0")); mixin(bindCode("vtkRectilinearGrid_SetExtent__SWIG_1", "D_vtkRectilinearGrid_SetExtent__SWIG_1")); mixin(bindCode("vtkRectilinearGrid_GetExtent__SWIG_0", "D_vtkRectilinearGrid_GetExtent__SWIG_0")); mixin(bindCode("vtkRectilinearGrid_GetExtent__SWIG_1", "D_vtkRectilinearGrid_GetExtent__SWIG_1")); mixin(bindCode("vtkRectilinearGrid_GetExtent__SWIG_2", "D_vtkRectilinearGrid_GetExtent__SWIG_2")); mixin(bindCode("vtkRectilinearGrid_Upcast", "D_vtkRectilinearGrid_Upcast")); mixin(bindCode("vtkRectilinearGridAlgorithm_New", "D_vtkRectilinearGridAlgorithm_New")); mixin(bindCode("vtkRectilinearGridAlgorithm_IsTypeOf", "D_vtkRectilinearGridAlgorithm_IsTypeOf")); mixin(bindCode("vtkRectilinearGridAlgorithm_SafeDownCast", "D_vtkRectilinearGridAlgorithm_SafeDownCast")); mixin(bindCode("vtkRectilinearGridAlgorithm_NewInstance", "D_vtkRectilinearGridAlgorithm_NewInstance")); mixin(bindCode("vtkRectilinearGridAlgorithm_GetOutput__SWIG_0", "D_vtkRectilinearGridAlgorithm_GetOutput__SWIG_0")); mixin(bindCode("vtkRectilinearGridAlgorithm_GetOutput__SWIG_1", "D_vtkRectilinearGridAlgorithm_GetOutput__SWIG_1")); mixin(bindCode("vtkRectilinearGridAlgorithm_SetOutput", "D_vtkRectilinearGridAlgorithm_SetOutput")); mixin(bindCode("vtkRectilinearGridAlgorithm_GetInput__SWIG_0", "D_vtkRectilinearGridAlgorithm_GetInput__SWIG_0")); mixin(bindCode("vtkRectilinearGridAlgorithm_GetInput__SWIG_1", "D_vtkRectilinearGridAlgorithm_GetInput__SWIG_1")); mixin(bindCode("vtkRectilinearGridAlgorithm_GetRectilinearGridInput", "D_vtkRectilinearGridAlgorithm_GetRectilinearGridInput")); mixin(bindCode("vtkRectilinearGridAlgorithm_SetInputData__SWIG_0", "D_vtkRectilinearGridAlgorithm_SetInputData__SWIG_0")); mixin(bindCode("vtkRectilinearGridAlgorithm_SetInputData__SWIG_1", "D_vtkRectilinearGridAlgorithm_SetInputData__SWIG_1")); mixin(bindCode("vtkRectilinearGridAlgorithm_AddInputData__SWIG_0", "D_vtkRectilinearGridAlgorithm_AddInputData__SWIG_0")); mixin(bindCode("vtkRectilinearGridAlgorithm_AddInputData__SWIG_1", "D_vtkRectilinearGridAlgorithm_AddInputData__SWIG_1")); mixin(bindCode("vtkRectilinearGridAlgorithm_Upcast", "D_vtkRectilinearGridAlgorithm_Upcast")); mixin(bindCode("vtkTreeBFSIterator_New", "D_vtkTreeBFSIterator_New")); mixin(bindCode("vtkTreeBFSIterator_IsTypeOf", "D_vtkTreeBFSIterator_IsTypeOf")); mixin(bindCode("vtkTreeBFSIterator_SafeDownCast", "D_vtkTreeBFSIterator_SafeDownCast")); mixin(bindCode("vtkTreeBFSIterator_NewInstance", "D_vtkTreeBFSIterator_NewInstance")); mixin(bindCode("vtkTreeBFSIterator_Upcast", "D_vtkTreeBFSIterator_Upcast")); mixin(bindCode("vtkActorCollection_New", "D_vtkActorCollection_New")); mixin(bindCode("vtkActorCollection_IsTypeOf", "D_vtkActorCollection_IsTypeOf")); mixin(bindCode("vtkActorCollection_SafeDownCast", "D_vtkActorCollection_SafeDownCast")); mixin(bindCode("vtkActorCollection_NewInstance", "D_vtkActorCollection_NewInstance")); mixin(bindCode("vtkActorCollection_AddItem", "D_vtkActorCollection_AddItem")); mixin(bindCode("vtkActorCollection_GetNextActor", "D_vtkActorCollection_GetNextActor")); mixin(bindCode("vtkActorCollection_GetLastActor", "D_vtkActorCollection_GetLastActor")); mixin(bindCode("vtkActorCollection_GetNextItem", "D_vtkActorCollection_GetNextItem")); mixin(bindCode("vtkActorCollection_GetLastItem", "D_vtkActorCollection_GetLastItem")); mixin(bindCode("vtkActorCollection_ApplyProperties", "D_vtkActorCollection_ApplyProperties")); mixin(bindCode("vtkActorCollection_Upcast", "D_vtkActorCollection_Upcast")); mixin(bindCode("vtkGPUInfoList_New", "D_vtkGPUInfoList_New")); mixin(bindCode("vtkGPUInfoList_IsTypeOf", "D_vtkGPUInfoList_IsTypeOf")); mixin(bindCode("vtkGPUInfoList_SafeDownCast", "D_vtkGPUInfoList_SafeDownCast")); mixin(bindCode("vtkGPUInfoList_NewInstance", "D_vtkGPUInfoList_NewInstance")); mixin(bindCode("vtkGPUInfoList_Probe", "D_vtkGPUInfoList_Probe")); mixin(bindCode("vtkGPUInfoList_IsProbed", "D_vtkGPUInfoList_IsProbed")); mixin(bindCode("vtkGPUInfoList_GetNumberOfGPUs", "D_vtkGPUInfoList_GetNumberOfGPUs")); mixin(bindCode("vtkGPUInfoList_GetGPUInfo", "D_vtkGPUInfoList_GetGPUInfo")); mixin(bindCode("vtkGPUInfoList_Upcast", "D_vtkGPUInfoList_Upcast")); mixin(bindCode("vtkScalarsToColorsPainter_New", "D_vtkScalarsToColorsPainter_New")); mixin(bindCode("vtkScalarsToColorsPainter_IsTypeOf", "D_vtkScalarsToColorsPainter_IsTypeOf")); mixin(bindCode("vtkScalarsToColorsPainter_SafeDownCast", "D_vtkScalarsToColorsPainter_SafeDownCast")); mixin(bindCode("vtkScalarsToColorsPainter_NewInstance", "D_vtkScalarsToColorsPainter_NewInstance")); mixin(bindCode("vtkScalarsToColorsPainter_USE_LOOKUP_TABLE_SCALAR_RANGE", "D_vtkScalarsToColorsPainter_USE_LOOKUP_TABLE_SCALAR_RANGE")); mixin(bindCode("vtkScalarsToColorsPainter_SCALAR_RANGE", "D_vtkScalarsToColorsPainter_SCALAR_RANGE")); mixin(bindCode("vtkScalarsToColorsPainter_SCALAR_MODE", "D_vtkScalarsToColorsPainter_SCALAR_MODE")); mixin(bindCode("vtkScalarsToColorsPainter_COLOR_MODE", "D_vtkScalarsToColorsPainter_COLOR_MODE")); mixin(bindCode("vtkScalarsToColorsPainter_INTERPOLATE_SCALARS_BEFORE_MAPPING", "D_vtkScalarsToColorsPainter_INTERPOLATE_SCALARS_BEFORE_MAPPING")); mixin(bindCode("vtkScalarsToColorsPainter_LOOKUP_TABLE", "D_vtkScalarsToColorsPainter_LOOKUP_TABLE")); mixin(bindCode("vtkScalarsToColorsPainter_SetLookupTable", "D_vtkScalarsToColorsPainter_SetLookupTable")); mixin(bindCode("vtkScalarsToColorsPainter_GetLookupTable", "D_vtkScalarsToColorsPainter_GetLookupTable")); mixin(bindCode("vtkScalarsToColorsPainter_CreateDefaultLookupTable", "D_vtkScalarsToColorsPainter_CreateDefaultLookupTable")); mixin(bindCode("vtkScalarsToColorsPainter_SCALAR_VISIBILITY", "D_vtkScalarsToColorsPainter_SCALAR_VISIBILITY")); mixin(bindCode("vtkScalarsToColorsPainter_ARRAY_ACCESS_MODE", "D_vtkScalarsToColorsPainter_ARRAY_ACCESS_MODE")); mixin(bindCode("vtkScalarsToColorsPainter_ARRAY_ID", "D_vtkScalarsToColorsPainter_ARRAY_ID")); mixin(bindCode("vtkScalarsToColorsPainter_ARRAY_NAME", "D_vtkScalarsToColorsPainter_ARRAY_NAME")); mixin(bindCode("vtkScalarsToColorsPainter_ARRAY_COMPONENT", "D_vtkScalarsToColorsPainter_ARRAY_COMPONENT")); mixin(bindCode("vtkScalarsToColorsPainter_SCALAR_MATERIAL_MODE", "D_vtkScalarsToColorsPainter_SCALAR_MATERIAL_MODE")); mixin(bindCode("vtkScalarsToColorsPainter_GetPremultiplyColorsWithAlpha", "D_vtkScalarsToColorsPainter_GetPremultiplyColorsWithAlpha")); mixin(bindCode("vtkScalarsToColorsPainter_GetTextureSizeLimit", "D_vtkScalarsToColorsPainter_GetTextureSizeLimit")); mixin(bindCode("new_vtkScalarsToColorsPainter", "D_new_vtkScalarsToColorsPainter")); mixin(bindCode("delete_vtkScalarsToColorsPainter", "D_delete_vtkScalarsToColorsPainter")); mixin(bindCode("vtkScalarsToColorsPainter_Upcast", "D_vtkScalarsToColorsPainter_Upcast")); mixin(bindCode("vtkTableToDatabaseWriter_IsTypeOf", "D_vtkTableToDatabaseWriter_IsTypeOf")); mixin(bindCode("vtkTableToDatabaseWriter_SafeDownCast", "D_vtkTableToDatabaseWriter_SafeDownCast")); mixin(bindCode("vtkTableToDatabaseWriter_NewInstance", "D_vtkTableToDatabaseWriter_NewInstance")); mixin(bindCode("vtkTableToDatabaseWriter_SetDatabase", "D_vtkTableToDatabaseWriter_SetDatabase")); mixin(bindCode("vtkTableToDatabaseWriter_SetTableName", "D_vtkTableToDatabaseWriter_SetTableName")); mixin(bindCode("vtkTableToDatabaseWriter_TableNameIsNew", "D_vtkTableToDatabaseWriter_TableNameIsNew")); mixin(bindCode("vtkTableToDatabaseWriter_GetDatabase", "D_vtkTableToDatabaseWriter_GetDatabase")); mixin(bindCode("vtkTableToDatabaseWriter_GetInput__SWIG_0", "D_vtkTableToDatabaseWriter_GetInput__SWIG_0")); mixin(bindCode("vtkTableToDatabaseWriter_GetInput__SWIG_1", "D_vtkTableToDatabaseWriter_GetInput__SWIG_1")); mixin(bindCode("vtkTableToDatabaseWriter_Upcast", "D_vtkTableToDatabaseWriter_Upcast")); mixin(bindCode("vtkTableToSQLiteWriter_New", "D_vtkTableToSQLiteWriter_New")); mixin(bindCode("vtkTableToSQLiteWriter_IsTypeOf", "D_vtkTableToSQLiteWriter_IsTypeOf")); mixin(bindCode("vtkTableToSQLiteWriter_SafeDownCast", "D_vtkTableToSQLiteWriter_SafeDownCast")); mixin(bindCode("vtkTableToSQLiteWriter_NewInstance", "D_vtkTableToSQLiteWriter_NewInstance")); mixin(bindCode("vtkTableToSQLiteWriter_GetInput__SWIG_0", "D_vtkTableToSQLiteWriter_GetInput__SWIG_0")); mixin(bindCode("vtkTableToSQLiteWriter_GetInput__SWIG_1", "D_vtkTableToSQLiteWriter_GetInput__SWIG_1")); mixin(bindCode("vtkTableToSQLiteWriter_Upcast", "D_vtkTableToSQLiteWriter_Upcast")); mixin(bindCode("vtkKdTreeSelector_New", "D_vtkKdTreeSelector_New")); mixin(bindCode("vtkKdTreeSelector_IsTypeOf", "D_vtkKdTreeSelector_IsTypeOf")); mixin(bindCode("vtkKdTreeSelector_SafeDownCast", "D_vtkKdTreeSelector_SafeDownCast")); mixin(bindCode("vtkKdTreeSelector_NewInstance", "D_vtkKdTreeSelector_NewInstance")); mixin(bindCode("vtkKdTreeSelector_SetKdTree", "D_vtkKdTreeSelector_SetKdTree")); mixin(bindCode("vtkKdTreeSelector_GetKdTree", "D_vtkKdTreeSelector_GetKdTree")); mixin(bindCode("vtkKdTreeSelector_SetSelectionBounds__SWIG_0", "D_vtkKdTreeSelector_SetSelectionBounds__SWIG_0")); mixin(bindCode("vtkKdTreeSelector_SetSelectionBounds__SWIG_1", "D_vtkKdTreeSelector_SetSelectionBounds__SWIG_1")); mixin(bindCode("vtkKdTreeSelector_GetSelectionBounds__SWIG_0", "D_vtkKdTreeSelector_GetSelectionBounds__SWIG_0")); mixin(bindCode("vtkKdTreeSelector_GetSelectionBounds__SWIG_1", "D_vtkKdTreeSelector_GetSelectionBounds__SWIG_1")); mixin(bindCode("vtkKdTreeSelector_GetSelectionBounds__SWIG_2", "D_vtkKdTreeSelector_GetSelectionBounds__SWIG_2")); mixin(bindCode("vtkKdTreeSelector_SetSelectionFieldName", "D_vtkKdTreeSelector_SetSelectionFieldName")); mixin(bindCode("vtkKdTreeSelector_GetSelectionFieldName", "D_vtkKdTreeSelector_GetSelectionFieldName")); mixin(bindCode("vtkKdTreeSelector_SetSelectionAttribute", "D_vtkKdTreeSelector_SetSelectionAttribute")); mixin(bindCode("vtkKdTreeSelector_GetSelectionAttribute", "D_vtkKdTreeSelector_GetSelectionAttribute")); mixin(bindCode("vtkKdTreeSelector_SetSingleSelection", "D_vtkKdTreeSelector_SetSingleSelection")); mixin(bindCode("vtkKdTreeSelector_GetSingleSelection", "D_vtkKdTreeSelector_GetSingleSelection")); mixin(bindCode("vtkKdTreeSelector_SingleSelectionOn", "D_vtkKdTreeSelector_SingleSelectionOn")); mixin(bindCode("vtkKdTreeSelector_SingleSelectionOff", "D_vtkKdTreeSelector_SingleSelectionOff")); mixin(bindCode("vtkKdTreeSelector_SetSingleSelectionThreshold", "D_vtkKdTreeSelector_SetSingleSelectionThreshold")); mixin(bindCode("vtkKdTreeSelector_GetSingleSelectionThreshold", "D_vtkKdTreeSelector_GetSingleSelectionThreshold")); mixin(bindCode("vtkKdTreeSelector_Upcast", "D_vtkKdTreeSelector_Upcast")); mixin(bindCode("vtkPlotPoints3D_IsTypeOf", "D_vtkPlotPoints3D_IsTypeOf")); mixin(bindCode("vtkPlotPoints3D_SafeDownCast", "D_vtkPlotPoints3D_SafeDownCast")); mixin(bindCode("vtkPlotPoints3D_NewInstance", "D_vtkPlotPoints3D_NewInstance")); mixin(bindCode("vtkPlotPoints3D_New", "D_vtkPlotPoints3D_New")); mixin(bindCode("new_vtkPlotPoints3D", "D_new_vtkPlotPoints3D")); mixin(bindCode("delete_vtkPlotPoints3D", "D_delete_vtkPlotPoints3D")); mixin(bindCode("vtkPlotPoints3D_Upcast", "D_vtkPlotPoints3D_Upcast")); mixin(bindCode("vtkPlotLine3D_IsTypeOf", "D_vtkPlotLine3D_IsTypeOf")); mixin(bindCode("vtkPlotLine3D_SafeDownCast", "D_vtkPlotLine3D_SafeDownCast")); mixin(bindCode("vtkPlotLine3D_NewInstance", "D_vtkPlotLine3D_NewInstance")); mixin(bindCode("vtkPlotLine3D_New", "D_vtkPlotLine3D_New")); mixin(bindCode("new_vtkPlotLine3D", "D_new_vtkPlotLine3D")); mixin(bindCode("delete_vtkPlotLine3D", "D_delete_vtkPlotLine3D")); mixin(bindCode("vtkPlotLine3D_Upcast", "D_vtkPlotLine3D_Upcast")); mixin(bindCode("vtkImageChangeInformation_New", "D_vtkImageChangeInformation_New")); mixin(bindCode("vtkImageChangeInformation_IsTypeOf", "D_vtkImageChangeInformation_IsTypeOf")); mixin(bindCode("vtkImageChangeInformation_SafeDownCast", "D_vtkImageChangeInformation_SafeDownCast")); mixin(bindCode("vtkImageChangeInformation_NewInstance", "D_vtkImageChangeInformation_NewInstance")); mixin(bindCode("vtkImageChangeInformation_SetInformationInputData", "D_vtkImageChangeInformation_SetInformationInputData")); mixin(bindCode("vtkImageChangeInformation_GetInformationInput", "D_vtkImageChangeInformation_GetInformationInput")); mixin(bindCode("vtkImageChangeInformation_SetOutputExtentStart__SWIG_0", "D_vtkImageChangeInformation_SetOutputExtentStart__SWIG_0")); mixin(bindCode("vtkImageChangeInformation_SetOutputExtentStart__SWIG_1", "D_vtkImageChangeInformation_SetOutputExtentStart__SWIG_1")); mixin(bindCode("vtkImageChangeInformation_GetOutputExtentStart__SWIG_0", "D_vtkImageChangeInformation_GetOutputExtentStart__SWIG_0")); mixin(bindCode("vtkImageChangeInformation_GetOutputExtentStart__SWIG_1", "D_vtkImageChangeInformation_GetOutputExtentStart__SWIG_1")); mixin(bindCode("vtkImageChangeInformation_GetOutputExtentStart__SWIG_2", "D_vtkImageChangeInformation_GetOutputExtentStart__SWIG_2")); mixin(bindCode("vtkImageChangeInformation_SetOutputSpacing__SWIG_0", "D_vtkImageChangeInformation_SetOutputSpacing__SWIG_0")); mixin(bindCode("vtkImageChangeInformation_SetOutputSpacing__SWIG_1", "D_vtkImageChangeInformation_SetOutputSpacing__SWIG_1")); mixin(bindCode("vtkImageChangeInformation_GetOutputSpacing__SWIG_0", "D_vtkImageChangeInformation_GetOutputSpacing__SWIG_0")); mixin(bindCode("vtkImageChangeInformation_GetOutputSpacing__SWIG_1", "D_vtkImageChangeInformation_GetOutputSpacing__SWIG_1")); mixin(bindCode("vtkImageChangeInformation_GetOutputSpacing__SWIG_2", "D_vtkImageChangeInformation_GetOutputSpacing__SWIG_2")); mixin(bindCode("vtkImageChangeInformation_SetOutputOrigin__SWIG_0", "D_vtkImageChangeInformation_SetOutputOrigin__SWIG_0")); mixin(bindCode("vtkImageChangeInformation_SetOutputOrigin__SWIG_1", "D_vtkImageChangeInformation_SetOutputOrigin__SWIG_1")); mixin(bindCode("vtkImageChangeInformation_GetOutputOrigin__SWIG_0", "D_vtkImageChangeInformation_GetOutputOrigin__SWIG_0")); mixin(bindCode("vtkImageChangeInformation_GetOutputOrigin__SWIG_1", "D_vtkImageChangeInformation_GetOutputOrigin__SWIG_1")); mixin(bindCode("vtkImageChangeInformation_GetOutputOrigin__SWIG_2", "D_vtkImageChangeInformation_GetOutputOrigin__SWIG_2")); mixin(bindCode("vtkImageChangeInformation_SetCenterImage", "D_vtkImageChangeInformation_SetCenterImage")); mixin(bindCode("vtkImageChangeInformation_CenterImageOn", "D_vtkImageChangeInformation_CenterImageOn")); mixin(bindCode("vtkImageChangeInformation_CenterImageOff", "D_vtkImageChangeInformation_CenterImageOff")); mixin(bindCode("vtkImageChangeInformation_GetCenterImage", "D_vtkImageChangeInformation_GetCenterImage")); mixin(bindCode("vtkImageChangeInformation_SetExtentTranslation__SWIG_0", "D_vtkImageChangeInformation_SetExtentTranslation__SWIG_0")); mixin(bindCode("vtkImageChangeInformation_SetExtentTranslation__SWIG_1", "D_vtkImageChangeInformation_SetExtentTranslation__SWIG_1")); mixin(bindCode("vtkImageChangeInformation_GetExtentTranslation__SWIG_0", "D_vtkImageChangeInformation_GetExtentTranslation__SWIG_0")); mixin(bindCode("vtkImageChangeInformation_GetExtentTranslation__SWIG_1", "D_vtkImageChangeInformation_GetExtentTranslation__SWIG_1")); mixin(bindCode("vtkImageChangeInformation_GetExtentTranslation__SWIG_2", "D_vtkImageChangeInformation_GetExtentTranslation__SWIG_2")); mixin(bindCode("vtkImageChangeInformation_SetSpacingScale__SWIG_0", "D_vtkImageChangeInformation_SetSpacingScale__SWIG_0")); mixin(bindCode("vtkImageChangeInformation_SetSpacingScale__SWIG_1", "D_vtkImageChangeInformation_SetSpacingScale__SWIG_1")); mixin(bindCode("vtkImageChangeInformation_GetSpacingScale__SWIG_0", "D_vtkImageChangeInformation_GetSpacingScale__SWIG_0")); mixin(bindCode("vtkImageChangeInformation_GetSpacingScale__SWIG_1", "D_vtkImageChangeInformation_GetSpacingScale__SWIG_1")); mixin(bindCode("vtkImageChangeInformation_GetSpacingScale__SWIG_2", "D_vtkImageChangeInformation_GetSpacingScale__SWIG_2")); mixin(bindCode("vtkImageChangeInformation_SetOriginTranslation__SWIG_0", "D_vtkImageChangeInformation_SetOriginTranslation__SWIG_0")); mixin(bindCode("vtkImageChangeInformation_SetOriginTranslation__SWIG_1", "D_vtkImageChangeInformation_SetOriginTranslation__SWIG_1")); mixin(bindCode("vtkImageChangeInformation_GetOriginTranslation__SWIG_0", "D_vtkImageChangeInformation_GetOriginTranslation__SWIG_0")); mixin(bindCode("vtkImageChangeInformation_GetOriginTranslation__SWIG_1", "D_vtkImageChangeInformation_GetOriginTranslation__SWIG_1")); mixin(bindCode("vtkImageChangeInformation_GetOriginTranslation__SWIG_2", "D_vtkImageChangeInformation_GetOriginTranslation__SWIG_2")); mixin(bindCode("vtkImageChangeInformation_SetOriginScale__SWIG_0", "D_vtkImageChangeInformation_SetOriginScale__SWIG_0")); mixin(bindCode("vtkImageChangeInformation_SetOriginScale__SWIG_1", "D_vtkImageChangeInformation_SetOriginScale__SWIG_1")); mixin(bindCode("vtkImageChangeInformation_GetOriginScale__SWIG_0", "D_vtkImageChangeInformation_GetOriginScale__SWIG_0")); mixin(bindCode("vtkImageChangeInformation_GetOriginScale__SWIG_1", "D_vtkImageChangeInformation_GetOriginScale__SWIG_1")); mixin(bindCode("vtkImageChangeInformation_GetOriginScale__SWIG_2", "D_vtkImageChangeInformation_GetOriginScale__SWIG_2")); mixin(bindCode("vtkImageChangeInformation_Upcast", "D_vtkImageChangeInformation_Upcast")); mixin(bindCode("vtkPointHandleRepresentation2D_New", "D_vtkPointHandleRepresentation2D_New")); mixin(bindCode("vtkPointHandleRepresentation2D_IsTypeOf", "D_vtkPointHandleRepresentation2D_IsTypeOf")); mixin(bindCode("vtkPointHandleRepresentation2D_SafeDownCast", "D_vtkPointHandleRepresentation2D_SafeDownCast")); mixin(bindCode("vtkPointHandleRepresentation2D_NewInstance", "D_vtkPointHandleRepresentation2D_NewInstance")); mixin(bindCode("vtkPointHandleRepresentation2D_SetCursorShape", "D_vtkPointHandleRepresentation2D_SetCursorShape")); mixin(bindCode("vtkPointHandleRepresentation2D_GetCursorShape", "D_vtkPointHandleRepresentation2D_GetCursorShape")); mixin(bindCode("vtkPointHandleRepresentation2D_SetProperty", "D_vtkPointHandleRepresentation2D_SetProperty")); mixin(bindCode("vtkPointHandleRepresentation2D_SetSelectedProperty", "D_vtkPointHandleRepresentation2D_SetSelectedProperty")); mixin(bindCode("vtkPointHandleRepresentation2D_GetProperty", "D_vtkPointHandleRepresentation2D_GetProperty")); mixin(bindCode("vtkPointHandleRepresentation2D_GetSelectedProperty", "D_vtkPointHandleRepresentation2D_GetSelectedProperty")); mixin(bindCode("vtkPointHandleRepresentation2D_ComputeInteractionState__SWIG_0", "D_vtkPointHandleRepresentation2D_ComputeInteractionState__SWIG_0")); mixin(bindCode("vtkPointHandleRepresentation2D_ComputeInteractionState__SWIG_1", "D_vtkPointHandleRepresentation2D_ComputeInteractionState__SWIG_1")); mixin(bindCode("vtkPointHandleRepresentation2D_Upcast", "D_vtkPointHandleRepresentation2D_Upcast")); mixin(bindCode("vtkPolyDataCollection_New", "D_vtkPolyDataCollection_New")); mixin(bindCode("vtkPolyDataCollection_IsTypeOf", "D_vtkPolyDataCollection_IsTypeOf")); mixin(bindCode("vtkPolyDataCollection_SafeDownCast", "D_vtkPolyDataCollection_SafeDownCast")); mixin(bindCode("vtkPolyDataCollection_NewInstance", "D_vtkPolyDataCollection_NewInstance")); mixin(bindCode("vtkPolyDataCollection_AddItem", "D_vtkPolyDataCollection_AddItem")); mixin(bindCode("vtkPolyDataCollection_GetNextItem", "D_vtkPolyDataCollection_GetNextItem")); mixin(bindCode("vtkPolyDataCollection_Upcast", "D_vtkPolyDataCollection_Upcast")); mixin(bindCode("vtkVoidArray_New", "D_vtkVoidArray_New")); mixin(bindCode("vtkVoidArray_IsTypeOf", "D_vtkVoidArray_IsTypeOf")); mixin(bindCode("vtkVoidArray_SafeDownCast", "D_vtkVoidArray_SafeDownCast")); mixin(bindCode("vtkVoidArray_NewInstance", "D_vtkVoidArray_NewInstance")); mixin(bindCode("vtkVoidArray_Allocate__SWIG_0", "D_vtkVoidArray_Allocate__SWIG_0")); mixin(bindCode("vtkVoidArray_Allocate__SWIG_1", "D_vtkVoidArray_Allocate__SWIG_1")); mixin(bindCode("vtkVoidArray_Initialize", "D_vtkVoidArray_Initialize")); mixin(bindCode("vtkVoidArray_GetDataType", "D_vtkVoidArray_GetDataType")); mixin(bindCode("vtkVoidArray_GetDataTypeSize", "D_vtkVoidArray_GetDataTypeSize")); mixin(bindCode("vtkVoidArray_SetNumberOfPointers", "D_vtkVoidArray_SetNumberOfPointers")); mixin(bindCode("vtkVoidArray_GetNumberOfPointers", "D_vtkVoidArray_GetNumberOfPointers")); mixin(bindCode("vtkVoidArray_GetVoidPointer", "D_vtkVoidArray_GetVoidPointer")); mixin(bindCode("vtkVoidArray_SetVoidPointer", "D_vtkVoidArray_SetVoidPointer")); mixin(bindCode("vtkVoidArray_InsertVoidPointer", "D_vtkVoidArray_InsertVoidPointer")); mixin(bindCode("vtkVoidArray_InsertNextVoidPointer", "D_vtkVoidArray_InsertNextVoidPointer")); mixin(bindCode("vtkVoidArray_Reset", "D_vtkVoidArray_Reset")); mixin(bindCode("vtkVoidArray_Squeeze", "D_vtkVoidArray_Squeeze")); mixin(bindCode("vtkVoidArray_GetPointer", "D_vtkVoidArray_GetPointer")); mixin(bindCode("vtkVoidArray_WritePointer", "D_vtkVoidArray_WritePointer")); mixin(bindCode("vtkVoidArray_DeepCopy", "D_vtkVoidArray_DeepCopy")); mixin(bindCode("vtkVoidArray_Upcast", "D_vtkVoidArray_Upcast")); mixin(bindCode("vtkOrderStatistics_IsTypeOf", "D_vtkOrderStatistics_IsTypeOf")); mixin(bindCode("vtkOrderStatistics_SafeDownCast", "D_vtkOrderStatistics_SafeDownCast")); mixin(bindCode("vtkOrderStatistics_NewInstance", "D_vtkOrderStatistics_NewInstance")); mixin(bindCode("vtkOrderStatistics_New", "D_vtkOrderStatistics_New")); mixin(bindCode("vtkOrderStatistics_SetNumberOfIntervals", "D_vtkOrderStatistics_SetNumberOfIntervals")); mixin(bindCode("vtkOrderStatistics_GetNumberOfIntervals", "D_vtkOrderStatistics_GetNumberOfIntervals")); mixin(bindCode("vtkOrderStatistics_SetQuantileDefinition__SWIG_0", "D_vtkOrderStatistics_SetQuantileDefinition__SWIG_0")); mixin(bindCode("vtkOrderStatistics_SetQuantileDefinition__SWIG_1", "D_vtkOrderStatistics_SetQuantileDefinition__SWIG_1")); mixin(bindCode("vtkOrderStatistics_SetQuantize", "D_vtkOrderStatistics_SetQuantize")); mixin(bindCode("vtkOrderStatistics_GetQuantize", "D_vtkOrderStatistics_GetQuantize")); mixin(bindCode("vtkOrderStatistics_SetMaximumHistogramSize", "D_vtkOrderStatistics_SetMaximumHistogramSize")); mixin(bindCode("vtkOrderStatistics_GetMaximumHistogramSize", "D_vtkOrderStatistics_GetMaximumHistogramSize")); mixin(bindCode("vtkOrderStatistics_GetQuantileDefinition", "D_vtkOrderStatistics_GetQuantileDefinition")); mixin(bindCode("vtkOrderStatistics_Upcast", "D_vtkOrderStatistics_Upcast")); mixin(bindCode("vtkGeoSource_IsTypeOf", "D_vtkGeoSource_IsTypeOf")); mixin(bindCode("vtkGeoSource_SafeDownCast", "D_vtkGeoSource_SafeDownCast")); mixin(bindCode("vtkGeoSource_NewInstance", "D_vtkGeoSource_NewInstance")); mixin(bindCode("delete_vtkGeoSource", "D_delete_vtkGeoSource")); mixin(bindCode("vtkGeoSource_FetchRoot", "D_vtkGeoSource_FetchRoot")); mixin(bindCode("vtkGeoSource_FetchChild", "D_vtkGeoSource_FetchChild")); mixin(bindCode("vtkGeoSource_RequestChildren", "D_vtkGeoSource_RequestChildren")); mixin(bindCode("vtkGeoSource_GetRequestedNodes", "D_vtkGeoSource_GetRequestedNodes")); mixin(bindCode("vtkGeoSource_Initialize__SWIG_0", "D_vtkGeoSource_Initialize__SWIG_0")); mixin(bindCode("vtkGeoSource_Initialize__SWIG_1", "D_vtkGeoSource_Initialize__SWIG_1")); mixin(bindCode("vtkGeoSource_ShutDown", "D_vtkGeoSource_ShutDown")); mixin(bindCode("vtkGeoSource_WorkerThread", "D_vtkGeoSource_WorkerThread")); mixin(bindCode("vtkGeoSource_GetTransform", "D_vtkGeoSource_GetTransform")); mixin(bindCode("vtkGeoSource_Upcast", "D_vtkGeoSource_Upcast")); mixin(bindCode("vtkGeoAlignedImageSource_New", "D_vtkGeoAlignedImageSource_New")); mixin(bindCode("vtkGeoAlignedImageSource_IsTypeOf", "D_vtkGeoAlignedImageSource_IsTypeOf")); mixin(bindCode("vtkGeoAlignedImageSource_SafeDownCast", "D_vtkGeoAlignedImageSource_SafeDownCast")); mixin(bindCode("vtkGeoAlignedImageSource_NewInstance", "D_vtkGeoAlignedImageSource_NewInstance")); mixin(bindCode("vtkGeoAlignedImageSource_GetImage", "D_vtkGeoAlignedImageSource_GetImage")); mixin(bindCode("vtkGeoAlignedImageSource_SetImage", "D_vtkGeoAlignedImageSource_SetImage")); mixin(bindCode("vtkGeoAlignedImageSource_SetLatitudeRange__SWIG_0", "D_vtkGeoAlignedImageSource_SetLatitudeRange__SWIG_0")); mixin(bindCode("vtkGeoAlignedImageSource_SetLatitudeRange__SWIG_1", "D_vtkGeoAlignedImageSource_SetLatitudeRange__SWIG_1")); mixin(bindCode("vtkGeoAlignedImageSource_GetLatitudeRange__SWIG_0", "D_vtkGeoAlignedImageSource_GetLatitudeRange__SWIG_0")); mixin(bindCode("vtkGeoAlignedImageSource_GetLatitudeRange__SWIG_1", "D_vtkGeoAlignedImageSource_GetLatitudeRange__SWIG_1")); mixin(bindCode("vtkGeoAlignedImageSource_GetLatitudeRange__SWIG_2", "D_vtkGeoAlignedImageSource_GetLatitudeRange__SWIG_2")); mixin(bindCode("vtkGeoAlignedImageSource_SetLongitudeRange__SWIG_0", "D_vtkGeoAlignedImageSource_SetLongitudeRange__SWIG_0")); mixin(bindCode("vtkGeoAlignedImageSource_SetLongitudeRange__SWIG_1", "D_vtkGeoAlignedImageSource_SetLongitudeRange__SWIG_1")); mixin(bindCode("vtkGeoAlignedImageSource_GetLongitudeRange__SWIG_0", "D_vtkGeoAlignedImageSource_GetLongitudeRange__SWIG_0")); mixin(bindCode("vtkGeoAlignedImageSource_GetLongitudeRange__SWIG_1", "D_vtkGeoAlignedImageSource_GetLongitudeRange__SWIG_1")); mixin(bindCode("vtkGeoAlignedImageSource_GetLongitudeRange__SWIG_2", "D_vtkGeoAlignedImageSource_GetLongitudeRange__SWIG_2")); mixin(bindCode("vtkGeoAlignedImageSource_SetOverlap", "D_vtkGeoAlignedImageSource_SetOverlap")); mixin(bindCode("vtkGeoAlignedImageSource_GetOverlapMinValue", "D_vtkGeoAlignedImageSource_GetOverlapMinValue")); mixin(bindCode("vtkGeoAlignedImageSource_GetOverlapMaxValue", "D_vtkGeoAlignedImageSource_GetOverlapMaxValue")); mixin(bindCode("vtkGeoAlignedImageSource_GetOverlap", "D_vtkGeoAlignedImageSource_GetOverlap")); mixin(bindCode("vtkGeoAlignedImageSource_SetPowerOfTwoSize", "D_vtkGeoAlignedImageSource_SetPowerOfTwoSize")); mixin(bindCode("vtkGeoAlignedImageSource_GetPowerOfTwoSize", "D_vtkGeoAlignedImageSource_GetPowerOfTwoSize")); mixin(bindCode("vtkGeoAlignedImageSource_PowerOfTwoSizeOn", "D_vtkGeoAlignedImageSource_PowerOfTwoSizeOn")); mixin(bindCode("vtkGeoAlignedImageSource_PowerOfTwoSizeOff", "D_vtkGeoAlignedImageSource_PowerOfTwoSizeOff")); mixin(bindCode("vtkGeoAlignedImageSource_Upcast", "D_vtkGeoAlignedImageSource_Upcast")); mixin(bindCode("vtkTecplotReader_New", "D_vtkTecplotReader_New")); mixin(bindCode("vtkTecplotReader_IsTypeOf", "D_vtkTecplotReader_IsTypeOf")); mixin(bindCode("vtkTecplotReader_SafeDownCast", "D_vtkTecplotReader_SafeDownCast")); mixin(bindCode("vtkTecplotReader_NewInstance", "D_vtkTecplotReader_NewInstance")); mixin(bindCode("vtkTecplotReader_GetNumberOfVariables", "D_vtkTecplotReader_GetNumberOfVariables")); mixin(bindCode("vtkTecplotReader_SetFileName", "D_vtkTecplotReader_SetFileName")); mixin(bindCode("vtkTecplotReader_GetDataTitle", "D_vtkTecplotReader_GetDataTitle")); mixin(bindCode("vtkTecplotReader_GetNumberOfBlocks", "D_vtkTecplotReader_GetNumberOfBlocks")); mixin(bindCode("vtkTecplotReader_GetBlockName", "D_vtkTecplotReader_GetBlockName")); mixin(bindCode("vtkTecplotReader_GetNumberOfDataAttributes", "D_vtkTecplotReader_GetNumberOfDataAttributes")); mixin(bindCode("vtkTecplotReader_GetDataAttributeName", "D_vtkTecplotReader_GetDataAttributeName")); mixin(bindCode("vtkTecplotReader_IsDataAttributeCellBased__SWIG_0", "D_vtkTecplotReader_IsDataAttributeCellBased__SWIG_0")); mixin(bindCode("vtkTecplotReader_IsDataAttributeCellBased__SWIG_1", "D_vtkTecplotReader_IsDataAttributeCellBased__SWIG_1")); mixin(bindCode("vtkTecplotReader_GetNumberOfDataArrays", "D_vtkTecplotReader_GetNumberOfDataArrays")); mixin(bindCode("vtkTecplotReader_GetDataArrayName", "D_vtkTecplotReader_GetDataArrayName")); mixin(bindCode("vtkTecplotReader_GetDataArrayStatus", "D_vtkTecplotReader_GetDataArrayStatus")); mixin(bindCode("vtkTecplotReader_SetDataArrayStatus", "D_vtkTecplotReader_SetDataArrayStatus")); mixin(bindCode("vtkTecplotReader_Upcast", "D_vtkTecplotReader_Upcast")); mixin(bindCode("vtkShortArray_New", "D_vtkShortArray_New")); mixin(bindCode("vtkShortArray_IsTypeOf", "D_vtkShortArray_IsTypeOf")); mixin(bindCode("vtkShortArray_SafeDownCast", "D_vtkShortArray_SafeDownCast")); mixin(bindCode("vtkShortArray_NewInstance", "D_vtkShortArray_NewInstance")); mixin(bindCode("vtkShortArray_GetTupleValue", "D_vtkShortArray_GetTupleValue")); mixin(bindCode("vtkShortArray_SetTupleValue", "D_vtkShortArray_SetTupleValue")); mixin(bindCode("vtkShortArray_InsertTupleValue", "D_vtkShortArray_InsertTupleValue")); mixin(bindCode("vtkShortArray_InsertNextTupleValue", "D_vtkShortArray_InsertNextTupleValue")); mixin(bindCode("vtkShortArray_GetValue", "D_vtkShortArray_GetValue")); mixin(bindCode("vtkShortArray_SetValue", "D_vtkShortArray_SetValue")); mixin(bindCode("vtkShortArray_SetNumberOfValues", "D_vtkShortArray_SetNumberOfValues")); mixin(bindCode("vtkShortArray_InsertValue", "D_vtkShortArray_InsertValue")); mixin(bindCode("vtkShortArray_InsertNextValue", "D_vtkShortArray_InsertNextValue")); mixin(bindCode("vtkShortArray_GetValueRange__SWIG_0", "D_vtkShortArray_GetValueRange__SWIG_0")); mixin(bindCode("vtkShortArray_GetValueRange__SWIG_1", "D_vtkShortArray_GetValueRange__SWIG_1")); mixin(bindCode("vtkShortArray_GetDataTypeValueMin", "D_vtkShortArray_GetDataTypeValueMin")); mixin(bindCode("vtkShortArray_GetDataTypeValueMax", "D_vtkShortArray_GetDataTypeValueMax")); mixin(bindCode("vtkShortArray_WritePointer", "D_vtkShortArray_WritePointer")); mixin(bindCode("vtkShortArray_GetPointer", "D_vtkShortArray_GetPointer")); mixin(bindCode("vtkShortArray_SetArray__SWIG_0", "D_vtkShortArray_SetArray__SWIG_0")); mixin(bindCode("vtkShortArray_SetArray__SWIG_1", "D_vtkShortArray_SetArray__SWIG_1")); mixin(bindCode("vtkShortArray_Upcast", "D_vtkShortArray_Upcast")); mixin(bindCode("vtkImageToImageStencil_New", "D_vtkImageToImageStencil_New")); mixin(bindCode("vtkImageToImageStencil_IsTypeOf", "D_vtkImageToImageStencil_IsTypeOf")); mixin(bindCode("vtkImageToImageStencil_SafeDownCast", "D_vtkImageToImageStencil_SafeDownCast")); mixin(bindCode("vtkImageToImageStencil_NewInstance", "D_vtkImageToImageStencil_NewInstance")); mixin(bindCode("vtkImageToImageStencil_SetInputData", "D_vtkImageToImageStencil_SetInputData")); mixin(bindCode("vtkImageToImageStencil_GetInput", "D_vtkImageToImageStencil_GetInput")); mixin(bindCode("vtkImageToImageStencil_ThresholdByUpper", "D_vtkImageToImageStencil_ThresholdByUpper")); mixin(bindCode("vtkImageToImageStencil_ThresholdByLower", "D_vtkImageToImageStencil_ThresholdByLower")); mixin(bindCode("vtkImageToImageStencil_ThresholdBetween", "D_vtkImageToImageStencil_ThresholdBetween")); mixin(bindCode("vtkImageToImageStencil_SetUpperThreshold", "D_vtkImageToImageStencil_SetUpperThreshold")); mixin(bindCode("vtkImageToImageStencil_GetUpperThreshold", "D_vtkImageToImageStencil_GetUpperThreshold")); mixin(bindCode("vtkImageToImageStencil_SetLowerThreshold", "D_vtkImageToImageStencil_SetLowerThreshold")); mixin(bindCode("vtkImageToImageStencil_GetLowerThreshold", "D_vtkImageToImageStencil_GetLowerThreshold")); mixin(bindCode("vtkImageToImageStencil_Upcast", "D_vtkImageToImageStencil_Upcast")); mixin(bindCode("vtkDoubleArray_New", "D_vtkDoubleArray_New")); mixin(bindCode("vtkDoubleArray_IsTypeOf", "D_vtkDoubleArray_IsTypeOf")); mixin(bindCode("vtkDoubleArray_SafeDownCast", "D_vtkDoubleArray_SafeDownCast")); mixin(bindCode("vtkDoubleArray_NewInstance", "D_vtkDoubleArray_NewInstance")); mixin(bindCode("vtkDoubleArray_GetTupleValue", "D_vtkDoubleArray_GetTupleValue")); mixin(bindCode("vtkDoubleArray_SetTupleValue", "D_vtkDoubleArray_SetTupleValue")); mixin(bindCode("vtkDoubleArray_InsertTupleValue", "D_vtkDoubleArray_InsertTupleValue")); mixin(bindCode("vtkDoubleArray_InsertNextTupleValue", "D_vtkDoubleArray_InsertNextTupleValue")); mixin(bindCode("vtkDoubleArray_GetValue", "D_vtkDoubleArray_GetValue")); mixin(bindCode("vtkDoubleArray_SetValue", "D_vtkDoubleArray_SetValue")); mixin(bindCode("vtkDoubleArray_SetNumberOfValues", "D_vtkDoubleArray_SetNumberOfValues")); mixin(bindCode("vtkDoubleArray_InsertValue", "D_vtkDoubleArray_InsertValue")); mixin(bindCode("vtkDoubleArray_InsertNextValue", "D_vtkDoubleArray_InsertNextValue")); mixin(bindCode("vtkDoubleArray_GetValueRange__SWIG_0", "D_vtkDoubleArray_GetValueRange__SWIG_0")); mixin(bindCode("vtkDoubleArray_GetValueRange__SWIG_1", "D_vtkDoubleArray_GetValueRange__SWIG_1")); mixin(bindCode("vtkDoubleArray_GetDataTypeValueMin", "D_vtkDoubleArray_GetDataTypeValueMin")); mixin(bindCode("vtkDoubleArray_GetDataTypeValueMax", "D_vtkDoubleArray_GetDataTypeValueMax")); mixin(bindCode("vtkDoubleArray_WritePointer", "D_vtkDoubleArray_WritePointer")); mixin(bindCode("vtkDoubleArray_GetPointer", "D_vtkDoubleArray_GetPointer")); mixin(bindCode("vtkDoubleArray_SetArray__SWIG_0", "D_vtkDoubleArray_SetArray__SWIG_0")); mixin(bindCode("vtkDoubleArray_SetArray__SWIG_1", "D_vtkDoubleArray_SetArray__SWIG_1")); mixin(bindCode("vtkDoubleArray_Upcast", "D_vtkDoubleArray_Upcast")); mixin(bindCode("vtkX3DExporterWriter_IsTypeOf", "D_vtkX3DExporterWriter_IsTypeOf")); mixin(bindCode("vtkX3DExporterWriter_SafeDownCast", "D_vtkX3DExporterWriter_SafeDownCast")); mixin(bindCode("vtkX3DExporterWriter_NewInstance", "D_vtkX3DExporterWriter_NewInstance")); mixin(bindCode("vtkX3DExporterWriter_OpenFile", "D_vtkX3DExporterWriter_OpenFile")); mixin(bindCode("vtkX3DExporterWriter_OpenStream", "D_vtkX3DExporterWriter_OpenStream")); mixin(bindCode("vtkX3DExporterWriter_SetWriteToOutputString", "D_vtkX3DExporterWriter_SetWriteToOutputString")); mixin(bindCode("vtkX3DExporterWriter_GetWriteToOutputString", "D_vtkX3DExporterWriter_GetWriteToOutputString")); mixin(bindCode("vtkX3DExporterWriter_WriteToOutputStringOn", "D_vtkX3DExporterWriter_WriteToOutputStringOn")); mixin(bindCode("vtkX3DExporterWriter_WriteToOutputStringOff", "D_vtkX3DExporterWriter_WriteToOutputStringOff")); mixin(bindCode("vtkX3DExporterWriter_GetOutputStringLength", "D_vtkX3DExporterWriter_GetOutputStringLength")); mixin(bindCode("vtkX3DExporterWriter_GetOutputString", "D_vtkX3DExporterWriter_GetOutputString")); mixin(bindCode("vtkX3DExporterWriter_GetBinaryOutputString", "D_vtkX3DExporterWriter_GetBinaryOutputString")); mixin(bindCode("vtkX3DExporterWriter_RegisterAndGetOutputString", "D_vtkX3DExporterWriter_RegisterAndGetOutputString")); mixin(bindCode("vtkX3DExporterWriter_CloseFile", "D_vtkX3DExporterWriter_CloseFile")); mixin(bindCode("vtkX3DExporterWriter_Flush", "D_vtkX3DExporterWriter_Flush")); mixin(bindCode("vtkX3DExporterWriter_StartDocument", "D_vtkX3DExporterWriter_StartDocument")); mixin(bindCode("vtkX3DExporterWriter_EndDocument", "D_vtkX3DExporterWriter_EndDocument")); mixin(bindCode("vtkX3DExporterWriter_StartNode", "D_vtkX3DExporterWriter_StartNode")); mixin(bindCode("vtkX3DExporterWriter_EndNode", "D_vtkX3DExporterWriter_EndNode")); mixin(bindCode("vtkX3DExporterWriter_SetField__SWIG_0", "D_vtkX3DExporterWriter_SetField__SWIG_0")); mixin(bindCode("vtkX3DExporterWriter_SetField__SWIG_1", "D_vtkX3DExporterWriter_SetField__SWIG_1")); mixin(bindCode("vtkX3DExporterWriter_SetField__SWIG_2", "D_vtkX3DExporterWriter_SetField__SWIG_2")); mixin(bindCode("vtkX3DExporterWriter_SetField__SWIG_3", "D_vtkX3DExporterWriter_SetField__SWIG_3")); mixin(bindCode("vtkX3DExporterWriter_SetField__SWIG_4", "D_vtkX3DExporterWriter_SetField__SWIG_4")); mixin(bindCode("vtkX3DExporterWriter_SetField__SWIG_5", "D_vtkX3DExporterWriter_SetField__SWIG_5")); mixin(bindCode("vtkX3DExporterWriter_SetField__SWIG_6", "D_vtkX3DExporterWriter_SetField__SWIG_6")); mixin(bindCode("vtkX3DExporterWriter_SetField__SWIG_7", "D_vtkX3DExporterWriter_SetField__SWIG_7")); mixin(bindCode("vtkX3DExporterWriter_SetField__SWIG_8", "D_vtkX3DExporterWriter_SetField__SWIG_8")); mixin(bindCode("vtkX3DExporterWriter_SetField__SWIG_9", "D_vtkX3DExporterWriter_SetField__SWIG_9")); mixin(bindCode("vtkX3DExporterWriter_SetField__SWIG_10", "D_vtkX3DExporterWriter_SetField__SWIG_10")); mixin(bindCode("vtkX3DExporterWriter_Upcast", "D_vtkX3DExporterWriter_Upcast")); mixin(bindCode("VTK_UNICAM_NONE_get", "D_VTK_UNICAM_NONE_get")); mixin(bindCode("VTK_UNICAM_BUTTON_LEFT_get", "D_VTK_UNICAM_BUTTON_LEFT_get")); mixin(bindCode("VTK_UNICAM_BUTTON_MIDDLE_get", "D_VTK_UNICAM_BUTTON_MIDDLE_get")); mixin(bindCode("VTK_UNICAM_BUTTON_RIGHT_get", "D_VTK_UNICAM_BUTTON_RIGHT_get")); mixin(bindCode("VTK_UNICAM_CAM_INT_ROT_get", "D_VTK_UNICAM_CAM_INT_ROT_get")); mixin(bindCode("VTK_UNICAM_CAM_INT_CHOOSE_get", "D_VTK_UNICAM_CAM_INT_CHOOSE_get")); mixin(bindCode("VTK_UNICAM_CAM_INT_PAN_get", "D_VTK_UNICAM_CAM_INT_PAN_get")); mixin(bindCode("VTK_UNICAM_CAM_INT_DOLLY_get", "D_VTK_UNICAM_CAM_INT_DOLLY_get")); mixin(bindCode("vtkInteractorStyleUnicam_New", "D_vtkInteractorStyleUnicam_New")); mixin(bindCode("vtkInteractorStyleUnicam_IsTypeOf", "D_vtkInteractorStyleUnicam_IsTypeOf")); mixin(bindCode("vtkInteractorStyleUnicam_SafeDownCast", "D_vtkInteractorStyleUnicam_SafeDownCast")); mixin(bindCode("vtkInteractorStyleUnicam_NewInstance", "D_vtkInteractorStyleUnicam_NewInstance")); mixin(bindCode("vtkInteractorStyleUnicam_SetWorldUpVector__SWIG_0", "D_vtkInteractorStyleUnicam_SetWorldUpVector__SWIG_0")); mixin(bindCode("vtkInteractorStyleUnicam_SetWorldUpVector__SWIG_1", "D_vtkInteractorStyleUnicam_SetWorldUpVector__SWIG_1")); mixin(bindCode("vtkInteractorStyleUnicam_GetWorldUpVector__SWIG_0", "D_vtkInteractorStyleUnicam_GetWorldUpVector__SWIG_0")); mixin(bindCode("vtkInteractorStyleUnicam_GetWorldUpVector__SWIG_1", "D_vtkInteractorStyleUnicam_GetWorldUpVector__SWIG_1")); mixin(bindCode("vtkInteractorStyleUnicam_OnLeftButtonMove", "D_vtkInteractorStyleUnicam_OnLeftButtonMove")); mixin(bindCode("vtkInteractorStyleUnicam_Upcast", "D_vtkInteractorStyleUnicam_Upcast")); mixin(bindCode("vtkSimpleImageToImageFilter_IsTypeOf", "D_vtkSimpleImageToImageFilter_IsTypeOf")); mixin(bindCode("vtkSimpleImageToImageFilter_SafeDownCast", "D_vtkSimpleImageToImageFilter_SafeDownCast")); mixin(bindCode("vtkSimpleImageToImageFilter_NewInstance", "D_vtkSimpleImageToImageFilter_NewInstance")); mixin(bindCode("vtkSimpleImageToImageFilter_Upcast", "D_vtkSimpleImageToImageFilter_Upcast")); mixin(bindCode("vtkFrameBufferObject_New", "D_vtkFrameBufferObject_New")); mixin(bindCode("vtkFrameBufferObject_IsTypeOf", "D_vtkFrameBufferObject_IsTypeOf")); mixin(bindCode("vtkFrameBufferObject_SafeDownCast", "D_vtkFrameBufferObject_SafeDownCast")); mixin(bindCode("vtkFrameBufferObject_NewInstance", "D_vtkFrameBufferObject_NewInstance")); mixin(bindCode("vtkFrameBufferObject_SetContext", "D_vtkFrameBufferObject_SetContext")); mixin(bindCode("vtkFrameBufferObject_GetContext", "D_vtkFrameBufferObject_GetContext")); mixin(bindCode("vtkFrameBufferObject_Start", "D_vtkFrameBufferObject_Start")); mixin(bindCode("vtkFrameBufferObject_StartNonOrtho", "D_vtkFrameBufferObject_StartNonOrtho")); mixin(bindCode("vtkFrameBufferObject_RenderQuad", "D_vtkFrameBufferObject_RenderQuad")); mixin(bindCode("vtkFrameBufferObject_Bind", "D_vtkFrameBufferObject_Bind")); mixin(bindCode("vtkFrameBufferObject_UnBind", "D_vtkFrameBufferObject_UnBind")); mixin(bindCode("vtkFrameBufferObject_SetActiveBuffer", "D_vtkFrameBufferObject_SetActiveBuffer")); mixin(bindCode("vtkFrameBufferObject_SetActiveBuffers", "D_vtkFrameBufferObject_SetActiveBuffers")); mixin(bindCode("vtkFrameBufferObject_SetColorBuffer__SWIG_0", "D_vtkFrameBufferObject_SetColorBuffer__SWIG_0")); mixin(bindCode("vtkFrameBufferObject_SetColorBuffer__SWIG_1", "D_vtkFrameBufferObject_SetColorBuffer__SWIG_1")); mixin(bindCode("vtkFrameBufferObject_GetColorBuffer", "D_vtkFrameBufferObject_GetColorBuffer")); mixin(bindCode("vtkFrameBufferObject_RemoveColorBuffer", "D_vtkFrameBufferObject_RemoveColorBuffer")); mixin(bindCode("vtkFrameBufferObject_RemoveAllColorBuffers", "D_vtkFrameBufferObject_RemoveAllColorBuffers")); mixin(bindCode("vtkFrameBufferObject_SetDepthBuffer", "D_vtkFrameBufferObject_SetDepthBuffer")); mixin(bindCode("vtkFrameBufferObject_RemoveDepthBuffer", "D_vtkFrameBufferObject_RemoveDepthBuffer")); mixin(bindCode("vtkFrameBufferObject_SetDepthBufferNeeded", "D_vtkFrameBufferObject_SetDepthBufferNeeded")); mixin(bindCode("vtkFrameBufferObject_GetDepthBufferNeeded", "D_vtkFrameBufferObject_GetDepthBufferNeeded")); mixin(bindCode("vtkFrameBufferObject_SetNumberOfRenderTargets", "D_vtkFrameBufferObject_SetNumberOfRenderTargets")); mixin(bindCode("vtkFrameBufferObject_GetNumberOfRenderTargets", "D_vtkFrameBufferObject_GetNumberOfRenderTargets")); mixin(bindCode("vtkFrameBufferObject_GetMaximumNumberOfActiveTargets", "D_vtkFrameBufferObject_GetMaximumNumberOfActiveTargets")); mixin(bindCode("vtkFrameBufferObject_GetMaximumNumberOfRenderTargets", "D_vtkFrameBufferObject_GetMaximumNumberOfRenderTargets")); mixin(bindCode("vtkFrameBufferObject_GetLastSize__SWIG_0", "D_vtkFrameBufferObject_GetLastSize__SWIG_0")); mixin(bindCode("vtkFrameBufferObject_GetLastSize__SWIG_1", "D_vtkFrameBufferObject_GetLastSize__SWIG_1")); mixin(bindCode("vtkFrameBufferObject_GetLastSize__SWIG_2", "D_vtkFrameBufferObject_GetLastSize__SWIG_2")); mixin(bindCode("vtkFrameBufferObject_IsSupported", "D_vtkFrameBufferObject_IsSupported")); mixin(bindCode("new_vtkFrameBufferObject", "D_new_vtkFrameBufferObject")); mixin(bindCode("delete_vtkFrameBufferObject", "D_delete_vtkFrameBufferObject")); mixin(bindCode("vtkFrameBufferObject_Upcast", "D_vtkFrameBufferObject_Upcast")); mixin(bindCode("new_vtkExecutionSchedulerManager", "D_new_vtkExecutionSchedulerManager")); mixin(bindCode("delete_vtkExecutionSchedulerManager", "D_delete_vtkExecutionSchedulerManager")); mixin(bindCode("vtkExecutionSchedulerManagerInstance_set", "D_vtkExecutionSchedulerManagerInstance_set")); mixin(bindCode("vtkExecutionSchedulerManagerInstance_get", "D_vtkExecutionSchedulerManagerInstance_get")); mixin(bindCode("vtkInformationVector_New", "D_vtkInformationVector_New")); mixin(bindCode("vtkInformationVector_IsTypeOf", "D_vtkInformationVector_IsTypeOf")); mixin(bindCode("vtkInformationVector_SafeDownCast", "D_vtkInformationVector_SafeDownCast")); mixin(bindCode("vtkInformationVector_NewInstance", "D_vtkInformationVector_NewInstance")); mixin(bindCode("vtkInformationVector_GetNumberOfInformationObjects", "D_vtkInformationVector_GetNumberOfInformationObjects")); mixin(bindCode("vtkInformationVector_SetNumberOfInformationObjects", "D_vtkInformationVector_SetNumberOfInformationObjects")); mixin(bindCode("vtkInformationVector_SetInformationObject", "D_vtkInformationVector_SetInformationObject")); mixin(bindCode("vtkInformationVector_GetInformationObject", "D_vtkInformationVector_GetInformationObject")); mixin(bindCode("vtkInformationVector_Append", "D_vtkInformationVector_Append")); mixin(bindCode("vtkInformationVector_Remove__SWIG_0", "D_vtkInformationVector_Remove__SWIG_0")); mixin(bindCode("vtkInformationVector_Remove__SWIG_1", "D_vtkInformationVector_Remove__SWIG_1")); mixin(bindCode("vtkInformationVector_Copy__SWIG_0", "D_vtkInformationVector_Copy__SWIG_0")); mixin(bindCode("vtkInformationVector_Copy__SWIG_1", "D_vtkInformationVector_Copy__SWIG_1")); mixin(bindCode("vtkInformationVector_Upcast", "D_vtkInformationVector_Upcast")); mixin(bindCode("vtkHyperOctreePointsGrabber_IsTypeOf", "D_vtkHyperOctreePointsGrabber_IsTypeOf")); mixin(bindCode("vtkHyperOctreePointsGrabber_SafeDownCast", "D_vtkHyperOctreePointsGrabber_SafeDownCast")); mixin(bindCode("vtkHyperOctreePointsGrabber_NewInstance", "D_vtkHyperOctreePointsGrabber_NewInstance")); mixin(bindCode("vtkHyperOctreePointsGrabber_GetDimension", "D_vtkHyperOctreePointsGrabber_GetDimension")); mixin(bindCode("vtkHyperOctreePointsGrabber_SetDimension", "D_vtkHyperOctreePointsGrabber_SetDimension")); mixin(bindCode("vtkHyperOctreePointsGrabber_InitPointInsertion", "D_vtkHyperOctreePointsGrabber_InitPointInsertion")); mixin(bindCode("vtkHyperOctreePointsGrabber_InsertPoint", "D_vtkHyperOctreePointsGrabber_InsertPoint")); mixin(bindCode("vtkHyperOctreePointsGrabber_InsertPointWithMerge", "D_vtkHyperOctreePointsGrabber_InsertPointWithMerge")); mixin(bindCode("vtkHyperOctreePointsGrabber_InsertPoint2D", "D_vtkHyperOctreePointsGrabber_InsertPoint2D")); mixin(bindCode("vtkHyperOctreePointsGrabber_Upcast", "D_vtkHyperOctreePointsGrabber_Upcast")); mixin(bindCode("vtkHyperOctreeClipCutPointsGrabber_New", "D_vtkHyperOctreeClipCutPointsGrabber_New")); mixin(bindCode("vtkHyperOctreeClipCutPointsGrabber_IsTypeOf", "D_vtkHyperOctreeClipCutPointsGrabber_IsTypeOf")); mixin(bindCode("vtkHyperOctreeClipCutPointsGrabber_SafeDownCast", "D_vtkHyperOctreeClipCutPointsGrabber_SafeDownCast")); mixin(bindCode("vtkHyperOctreeClipCutPointsGrabber_NewInstance", "D_vtkHyperOctreeClipCutPointsGrabber_NewInstance")); mixin(bindCode("vtkHyperOctreeClipCutPointsGrabber_GetTriangulator", "D_vtkHyperOctreeClipCutPointsGrabber_GetTriangulator")); mixin(bindCode("vtkHyperOctreeClipCutPointsGrabber_GetPolygon", "D_vtkHyperOctreeClipCutPointsGrabber_GetPolygon")); mixin(bindCode("vtkHyperOctreeClipCutPointsGrabber_Upcast", "D_vtkHyperOctreeClipCutPointsGrabber_Upcast")); mixin(bindCode("vtkXMLUnstructuredDataWriter_IsTypeOf", "D_vtkXMLUnstructuredDataWriter_IsTypeOf")); mixin(bindCode("vtkXMLUnstructuredDataWriter_SafeDownCast", "D_vtkXMLUnstructuredDataWriter_SafeDownCast")); mixin(bindCode("vtkXMLUnstructuredDataWriter_NewInstance", "D_vtkXMLUnstructuredDataWriter_NewInstance")); mixin(bindCode("vtkXMLUnstructuredDataWriter_SetNumberOfPieces", "D_vtkXMLUnstructuredDataWriter_SetNumberOfPieces")); mixin(bindCode("vtkXMLUnstructuredDataWriter_GetNumberOfPieces", "D_vtkXMLUnstructuredDataWriter_GetNumberOfPieces")); mixin(bindCode("vtkXMLUnstructuredDataWriter_SetWritePiece", "D_vtkXMLUnstructuredDataWriter_SetWritePiece")); mixin(bindCode("vtkXMLUnstructuredDataWriter_GetWritePiece", "D_vtkXMLUnstructuredDataWriter_GetWritePiece")); mixin(bindCode("vtkXMLUnstructuredDataWriter_SetGhostLevel", "D_vtkXMLUnstructuredDataWriter_SetGhostLevel")); mixin(bindCode("vtkXMLUnstructuredDataWriter_GetGhostLevel", "D_vtkXMLUnstructuredDataWriter_GetGhostLevel")); mixin(bindCode("vtkXMLUnstructuredDataWriter_Upcast", "D_vtkXMLUnstructuredDataWriter_Upcast")); mixin(bindCode("vtkXMLPolyDataWriter_IsTypeOf", "D_vtkXMLPolyDataWriter_IsTypeOf")); mixin(bindCode("vtkXMLPolyDataWriter_SafeDownCast", "D_vtkXMLPolyDataWriter_SafeDownCast")); mixin(bindCode("vtkXMLPolyDataWriter_NewInstance", "D_vtkXMLPolyDataWriter_NewInstance")); mixin(bindCode("vtkXMLPolyDataWriter_New", "D_vtkXMLPolyDataWriter_New")); mixin(bindCode("vtkXMLPolyDataWriter_Upcast", "D_vtkXMLPolyDataWriter_Upcast")); mixin(bindCode("vtkImageSliceMapper_New", "D_vtkImageSliceMapper_New")); mixin(bindCode("vtkImageSliceMapper_IsTypeOf", "D_vtkImageSliceMapper_IsTypeOf")); mixin(bindCode("vtkImageSliceMapper_SafeDownCast", "D_vtkImageSliceMapper_SafeDownCast")); mixin(bindCode("vtkImageSliceMapper_NewInstance", "D_vtkImageSliceMapper_NewInstance")); mixin(bindCode("vtkImageSliceMapper_SetSliceNumber", "D_vtkImageSliceMapper_SetSliceNumber")); mixin(bindCode("vtkImageSliceMapper_GetSliceNumber", "D_vtkImageSliceMapper_GetSliceNumber")); mixin(bindCode("vtkImageSliceMapper_GetSliceNumberMinValue", "D_vtkImageSliceMapper_GetSliceNumberMinValue")); mixin(bindCode("vtkImageSliceMapper_GetSliceNumberMaxValue", "D_vtkImageSliceMapper_GetSliceNumberMaxValue")); mixin(bindCode("vtkImageSliceMapper_SetOrientation", "D_vtkImageSliceMapper_SetOrientation")); mixin(bindCode("vtkImageSliceMapper_GetOrientationMinValue", "D_vtkImageSliceMapper_GetOrientationMinValue")); mixin(bindCode("vtkImageSliceMapper_GetOrientationMaxValue", "D_vtkImageSliceMapper_GetOrientationMaxValue")); mixin(bindCode("vtkImageSliceMapper_GetOrientation", "D_vtkImageSliceMapper_GetOrientation")); mixin(bindCode("vtkImageSliceMapper_SetOrientationToX", "D_vtkImageSliceMapper_SetOrientationToX")); mixin(bindCode("vtkImageSliceMapper_SetOrientationToY", "D_vtkImageSliceMapper_SetOrientationToY")); mixin(bindCode("vtkImageSliceMapper_SetOrientationToZ", "D_vtkImageSliceMapper_SetOrientationToZ")); mixin(bindCode("vtkImageSliceMapper_SetCropping", "D_vtkImageSliceMapper_SetCropping")); mixin(bindCode("vtkImageSliceMapper_CroppingOn", "D_vtkImageSliceMapper_CroppingOn")); mixin(bindCode("vtkImageSliceMapper_CroppingOff", "D_vtkImageSliceMapper_CroppingOff")); mixin(bindCode("vtkImageSliceMapper_GetCropping", "D_vtkImageSliceMapper_GetCropping")); mixin(bindCode("vtkImageSliceMapper_SetCroppingRegion__SWIG_0", "D_vtkImageSliceMapper_SetCroppingRegion__SWIG_0")); mixin(bindCode("vtkImageSliceMapper_SetCroppingRegion__SWIG_1", "D_vtkImageSliceMapper_SetCroppingRegion__SWIG_1")); mixin(bindCode("vtkImageSliceMapper_GetCroppingRegion__SWIG_0", "D_vtkImageSliceMapper_GetCroppingRegion__SWIG_0")); mixin(bindCode("vtkImageSliceMapper_GetCroppingRegion__SWIG_1", "D_vtkImageSliceMapper_GetCroppingRegion__SWIG_1")); mixin(bindCode("vtkImageSliceMapper_GetCroppingRegion__SWIG_2", "D_vtkImageSliceMapper_GetCroppingRegion__SWIG_2")); mixin(bindCode("vtkImageSliceMapper_Update__SWIG_0", "D_vtkImageSliceMapper_Update__SWIG_0")); mixin(bindCode("vtkImageSliceMapper_Update__SWIG_1", "D_vtkImageSliceMapper_Update__SWIG_1")); mixin(bindCode("vtkImageSliceMapper_GetBounds__SWIG_0", "D_vtkImageSliceMapper_GetBounds__SWIG_0")); mixin(bindCode("vtkImageSliceMapper_GetBounds__SWIG_1", "D_vtkImageSliceMapper_GetBounds__SWIG_1")); mixin(bindCode("vtkImageSliceMapper_Upcast", "D_vtkImageSliceMapper_Upcast")); mixin(bindCode("vtkUnstructuredGridWriter_New", "D_vtkUnstructuredGridWriter_New")); mixin(bindCode("vtkUnstructuredGridWriter_IsTypeOf", "D_vtkUnstructuredGridWriter_IsTypeOf")); mixin(bindCode("vtkUnstructuredGridWriter_SafeDownCast", "D_vtkUnstructuredGridWriter_SafeDownCast")); mixin(bindCode("vtkUnstructuredGridWriter_NewInstance", "D_vtkUnstructuredGridWriter_NewInstance")); mixin(bindCode("vtkUnstructuredGridWriter_GetInput__SWIG_0", "D_vtkUnstructuredGridWriter_GetInput__SWIG_0")); mixin(bindCode("vtkUnstructuredGridWriter_GetInput__SWIG_1", "D_vtkUnstructuredGridWriter_GetInput__SWIG_1")); mixin(bindCode("vtkUnstructuredGridWriter_Upcast", "D_vtkUnstructuredGridWriter_Upcast")); mixin(bindCode("vtkXYPlotWidget_New", "D_vtkXYPlotWidget_New")); mixin(bindCode("vtkXYPlotWidget_IsTypeOf", "D_vtkXYPlotWidget_IsTypeOf")); mixin(bindCode("vtkXYPlotWidget_SafeDownCast", "D_vtkXYPlotWidget_SafeDownCast")); mixin(bindCode("vtkXYPlotWidget_NewInstance", "D_vtkXYPlotWidget_NewInstance")); mixin(bindCode("vtkXYPlotWidget_SetXYPlotActor", "D_vtkXYPlotWidget_SetXYPlotActor")); mixin(bindCode("vtkXYPlotWidget_GetXYPlotActor", "D_vtkXYPlotWidget_GetXYPlotActor")); mixin(bindCode("vtkXYPlotWidget_Upcast", "D_vtkXYPlotWidget_Upcast")); mixin(bindCode("vtkCaptionRepresentation_New", "D_vtkCaptionRepresentation_New")); mixin(bindCode("vtkCaptionRepresentation_IsTypeOf", "D_vtkCaptionRepresentation_IsTypeOf")); mixin(bindCode("vtkCaptionRepresentation_SafeDownCast", "D_vtkCaptionRepresentation_SafeDownCast")); mixin(bindCode("vtkCaptionRepresentation_NewInstance", "D_vtkCaptionRepresentation_NewInstance")); mixin(bindCode("vtkCaptionRepresentation_SetAnchorPosition", "D_vtkCaptionRepresentation_SetAnchorPosition")); mixin(bindCode("vtkCaptionRepresentation_GetAnchorPosition", "D_vtkCaptionRepresentation_GetAnchorPosition")); mixin(bindCode("vtkCaptionRepresentation_SetCaptionActor2D", "D_vtkCaptionRepresentation_SetCaptionActor2D")); mixin(bindCode("vtkCaptionRepresentation_GetCaptionActor2D", "D_vtkCaptionRepresentation_GetCaptionActor2D")); mixin(bindCode("vtkCaptionRepresentation_SetAnchorRepresentation", "D_vtkCaptionRepresentation_SetAnchorRepresentation")); mixin(bindCode("vtkCaptionRepresentation_GetAnchorRepresentation", "D_vtkCaptionRepresentation_GetAnchorRepresentation")); mixin(bindCode("vtkCaptionRepresentation_SetFontFactor", "D_vtkCaptionRepresentation_SetFontFactor")); mixin(bindCode("vtkCaptionRepresentation_GetFontFactorMinValue", "D_vtkCaptionRepresentation_GetFontFactorMinValue")); mixin(bindCode("vtkCaptionRepresentation_GetFontFactorMaxValue", "D_vtkCaptionRepresentation_GetFontFactorMaxValue")); mixin(bindCode("vtkCaptionRepresentation_GetFontFactor", "D_vtkCaptionRepresentation_GetFontFactor")); mixin(bindCode("vtkCaptionRepresentation_Upcast", "D_vtkCaptionRepresentation_Upcast")); mixin(bindCode("vtkContingencyStatistics_IsTypeOf", "D_vtkContingencyStatistics_IsTypeOf")); mixin(bindCode("vtkContingencyStatistics_SafeDownCast", "D_vtkContingencyStatistics_SafeDownCast")); mixin(bindCode("vtkContingencyStatistics_NewInstance", "D_vtkContingencyStatistics_NewInstance")); mixin(bindCode("vtkContingencyStatistics_New", "D_vtkContingencyStatistics_New")); mixin(bindCode("vtkContingencyStatistics_Upcast", "D_vtkContingencyStatistics_Upcast")); mixin(bindCode("vtkGhostArray_NodeProperties_set", "D_vtkGhostArray_NodeProperties_set")); mixin(bindCode("vtkGhostArray_NodeProperties_get", "D_vtkGhostArray_NodeProperties_get")); mixin(bindCode("vtkGhostArray_CellProperties_set", "D_vtkGhostArray_CellProperties_set")); mixin(bindCode("vtkGhostArray_CellProperties_get", "D_vtkGhostArray_CellProperties_get")); mixin(bindCode("vtkGhostArray_New", "D_vtkGhostArray_New")); mixin(bindCode("vtkGhostArray_IsTypeOf", "D_vtkGhostArray_IsTypeOf")); mixin(bindCode("vtkGhostArray_SafeDownCast", "D_vtkGhostArray_SafeDownCast")); mixin(bindCode("vtkGhostArray_NewInstance", "D_vtkGhostArray_NewInstance")); mixin(bindCode("vtkGhostArray_SetProperty", "D_vtkGhostArray_SetProperty")); mixin(bindCode("vtkGhostArray_UnsetProperty", "D_vtkGhostArray_UnsetProperty")); mixin(bindCode("vtkGhostArray_IsPropertySet", "D_vtkGhostArray_IsPropertySet")); mixin(bindCode("vtkGhostArray_Reset", "D_vtkGhostArray_Reset")); mixin(bindCode("vtkGhostArray_Upcast", "D_vtkGhostArray_Upcast")); mixin(bindCode("vtkGraphToPolyData_New", "D_vtkGraphToPolyData_New")); mixin(bindCode("vtkGraphToPolyData_IsTypeOf", "D_vtkGraphToPolyData_IsTypeOf")); mixin(bindCode("vtkGraphToPolyData_SafeDownCast", "D_vtkGraphToPolyData_SafeDownCast")); mixin(bindCode("vtkGraphToPolyData_NewInstance", "D_vtkGraphToPolyData_NewInstance")); mixin(bindCode("vtkGraphToPolyData_SetEdgeGlyphOutput", "D_vtkGraphToPolyData_SetEdgeGlyphOutput")); mixin(bindCode("vtkGraphToPolyData_GetEdgeGlyphOutput", "D_vtkGraphToPolyData_GetEdgeGlyphOutput")); mixin(bindCode("vtkGraphToPolyData_EdgeGlyphOutputOn", "D_vtkGraphToPolyData_EdgeGlyphOutputOn")); mixin(bindCode("vtkGraphToPolyData_EdgeGlyphOutputOff", "D_vtkGraphToPolyData_EdgeGlyphOutputOff")); mixin(bindCode("vtkGraphToPolyData_SetEdgeGlyphPosition", "D_vtkGraphToPolyData_SetEdgeGlyphPosition")); mixin(bindCode("vtkGraphToPolyData_GetEdgeGlyphPosition", "D_vtkGraphToPolyData_GetEdgeGlyphPosition")); mixin(bindCode("vtkGraphToPolyData_Upcast", "D_vtkGraphToPolyData_Upcast")); mixin(bindCode("vtkHyperTree_IsTypeOf", "D_vtkHyperTree_IsTypeOf")); mixin(bindCode("vtkHyperTree_SafeDownCast", "D_vtkHyperTree_SafeDownCast")); mixin(bindCode("vtkHyperTree_NewInstance", "D_vtkHyperTree_NewInstance")); mixin(bindCode("vtkHyperTree_Initialize", "D_vtkHyperTree_Initialize")); mixin(bindCode("vtkHyperTree_NewCursor", "D_vtkHyperTree_NewCursor")); mixin(bindCode("vtkHyperTree_GetNumberOfLeaves", "D_vtkHyperTree_GetNumberOfLeaves")); mixin(bindCode("vtkHyperTree_GetNumberOfNodes", "D_vtkHyperTree_GetNumberOfNodes")); mixin(bindCode("vtkHyperTree_GetNumberOfIndex", "D_vtkHyperTree_GetNumberOfIndex")); mixin(bindCode("vtkHyperTree_GetBranchFactor", "D_vtkHyperTree_GetBranchFactor")); mixin(bindCode("vtkHyperTree_GetDimension", "D_vtkHyperTree_GetDimension")); mixin(bindCode("vtkHyperTree_SetScale", "D_vtkHyperTree_SetScale")); mixin(bindCode("vtkHyperTree_GetScale__SWIG_0", "D_vtkHyperTree_GetScale__SWIG_0")); mixin(bindCode("vtkHyperTree_GetScale__SWIG_1", "D_vtkHyperTree_GetScale__SWIG_1")); mixin(bindCode("vtkHyperTree_GetNumberOfLevels", "D_vtkHyperTree_GetNumberOfLevels")); mixin(bindCode("vtkHyperTree_SubdivideLeaf", "D_vtkHyperTree_SubdivideLeaf")); mixin(bindCode("vtkHyperTree_GetActualMemorySize", "D_vtkHyperTree_GetActualMemorySize")); mixin(bindCode("vtkHyperTree_CreateInstance", "D_vtkHyperTree_CreateInstance")); mixin(bindCode("vtkHyperTree_FindChildParameters", "D_vtkHyperTree_FindChildParameters")); mixin(bindCode("vtkHyperTree_SetGlobalIndexStart", "D_vtkHyperTree_SetGlobalIndexStart")); mixin(bindCode("vtkHyperTree_SetGlobalIndexFromLocal", "D_vtkHyperTree_SetGlobalIndexFromLocal")); mixin(bindCode("vtkHyperTree_GetGlobalIndexFromLocal", "D_vtkHyperTree_GetGlobalIndexFromLocal")); mixin(bindCode("delete_vtkHyperTree", "D_delete_vtkHyperTree")); mixin(bindCode("vtkHyperTree_Upcast", "D_vtkHyperTree_Upcast")); mixin(bindCode("VTK_FTFC_CACHE_CAPACITY_get", "D_VTK_FTFC_CACHE_CAPACITY_get")); mixin(bindCode("new_vtkFreeTypeUtilitiesCleanup", "D_new_vtkFreeTypeUtilitiesCleanup")); mixin(bindCode("delete_vtkFreeTypeUtilitiesCleanup", "D_delete_vtkFreeTypeUtilitiesCleanup")); mixin(bindCode("vtkFreeTypeUtilities_IsTypeOf", "D_vtkFreeTypeUtilities_IsTypeOf")); mixin(bindCode("vtkFreeTypeUtilities_SafeDownCast", "D_vtkFreeTypeUtilities_SafeDownCast")); mixin(bindCode("vtkFreeTypeUtilities_NewInstance", "D_vtkFreeTypeUtilities_NewInstance")); mixin(bindCode("vtkFreeTypeUtilities_New", "D_vtkFreeTypeUtilities_New")); mixin(bindCode("vtkFreeTypeUtilities_GetInstance", "D_vtkFreeTypeUtilities_GetInstance")); mixin(bindCode("vtkFreeTypeUtilities_SetInstance", "D_vtkFreeTypeUtilities_SetInstance")); mixin(bindCode("vtkFreeTypeUtilities_GetLibrary", "D_vtkFreeTypeUtilities_GetLibrary")); mixin(bindCode("vtkFreeTypeUtilities_SetMaximumNumberOfFaces", "D_vtkFreeTypeUtilities_SetMaximumNumberOfFaces")); mixin(bindCode("vtkFreeTypeUtilities_GetMaximumNumberOfFacesMinValue", "D_vtkFreeTypeUtilities_GetMaximumNumberOfFacesMinValue")); mixin(bindCode("vtkFreeTypeUtilities_GetMaximumNumberOfFacesMaxValue", "D_vtkFreeTypeUtilities_GetMaximumNumberOfFacesMaxValue")); mixin(bindCode("vtkFreeTypeUtilities_GetMaximumNumberOfFaces", "D_vtkFreeTypeUtilities_GetMaximumNumberOfFaces")); mixin(bindCode("vtkFreeTypeUtilities_SetMaximumNumberOfSizes", "D_vtkFreeTypeUtilities_SetMaximumNumberOfSizes")); mixin(bindCode("vtkFreeTypeUtilities_GetMaximumNumberOfSizesMinValue", "D_vtkFreeTypeUtilities_GetMaximumNumberOfSizesMinValue")); mixin(bindCode("vtkFreeTypeUtilities_GetMaximumNumberOfSizesMaxValue", "D_vtkFreeTypeUtilities_GetMaximumNumberOfSizesMaxValue")); mixin(bindCode("vtkFreeTypeUtilities_GetMaximumNumberOfSizes", "D_vtkFreeTypeUtilities_GetMaximumNumberOfSizes")); mixin(bindCode("vtkFreeTypeUtilities_SetMaximumNumberOfBytes", "D_vtkFreeTypeUtilities_SetMaximumNumberOfBytes")); mixin(bindCode("vtkFreeTypeUtilities_GetMaximumNumberOfBytesMinValue", "D_vtkFreeTypeUtilities_GetMaximumNumberOfBytesMinValue")); mixin(bindCode("vtkFreeTypeUtilities_GetMaximumNumberOfBytesMaxValue", "D_vtkFreeTypeUtilities_GetMaximumNumberOfBytesMaxValue")); mixin(bindCode("vtkFreeTypeUtilities_GetMaximumNumberOfBytes", "D_vtkFreeTypeUtilities_GetMaximumNumberOfBytes")); mixin(bindCode("vtkFreeTypeUtilities_GetSize__SWIG_0", "D_vtkFreeTypeUtilities_GetSize__SWIG_0")); mixin(bindCode("vtkFreeTypeUtilities_GetFace__SWIG_0", "D_vtkFreeTypeUtilities_GetFace__SWIG_0")); mixin(bindCode("vtkFreeTypeUtilities_GetGlyphIndex__SWIG_0", "D_vtkFreeTypeUtilities_GetGlyphIndex__SWIG_0")); mixin(bindCode("vtkFreeTypeUtilities_GetGlyph__SWIG_0", "D_vtkFreeTypeUtilities_GetGlyph__SWIG_0")); mixin(bindCode("vtkFreeTypeUtilities_GetGlyph__SWIG_1", "D_vtkFreeTypeUtilities_GetGlyph__SWIG_1")); mixin(bindCode("vtkFreeTypeUtilities_GetBoundingBox", "D_vtkFreeTypeUtilities_GetBoundingBox")); mixin(bindCode("vtkFreeTypeUtilities_IsBoundingBoxValid", "D_vtkFreeTypeUtilities_IsBoundingBoxValid")); mixin(bindCode("vtkFreeTypeUtilities_RenderString__SWIG_0", "D_vtkFreeTypeUtilities_RenderString__SWIG_0")); mixin(bindCode("vtkFreeTypeUtilities_RenderString__SWIG_1", "D_vtkFreeTypeUtilities_RenderString__SWIG_1")); mixin(bindCode("vtkFreeTypeUtilities_MapTextPropertyToId", "D_vtkFreeTypeUtilities_MapTextPropertyToId")); mixin(bindCode("vtkFreeTypeUtilities_MapIdToTextProperty", "D_vtkFreeTypeUtilities_MapIdToTextProperty")); mixin(bindCode("vtkFreeTypeUtilities_GetSize__SWIG_1", "D_vtkFreeTypeUtilities_GetSize__SWIG_1")); mixin(bindCode("vtkFreeTypeUtilities_GetFace__SWIG_1", "D_vtkFreeTypeUtilities_GetFace__SWIG_1")); mixin(bindCode("vtkFreeTypeUtilities_GetGlyphIndex__SWIG_1", "D_vtkFreeTypeUtilities_GetGlyphIndex__SWIG_1")); mixin(bindCode("vtkFreeTypeUtilities_GetGlyph__SWIG_2", "D_vtkFreeTypeUtilities_GetGlyph__SWIG_2")); mixin(bindCode("vtkFreeTypeUtilities_GetGlyph__SWIG_3", "D_vtkFreeTypeUtilities_GetGlyph__SWIG_3")); mixin(bindCode("vtkFreeTypeUtilities_GetWidthHeightDescender", "D_vtkFreeTypeUtilities_GetWidthHeightDescender")); mixin(bindCode("vtkFreeTypeUtilities_PrepareImageData", "D_vtkFreeTypeUtilities_PrepareImageData")); mixin(bindCode("vtkFreeTypeUtilities_GetConstrainedFontSize", "D_vtkFreeTypeUtilities_GetConstrainedFontSize")); mixin(bindCode("vtkFreeTypeUtilities_JustifyLine", "D_vtkFreeTypeUtilities_JustifyLine")); mixin(bindCode("vtkFreeTypeUtilities_GetFont__SWIG_0", "D_vtkFreeTypeUtilities_GetFont__SWIG_0")); mixin(bindCode("vtkFreeTypeUtilities_GetFont__SWIG_1", "D_vtkFreeTypeUtilities_GetFont__SWIG_1")); mixin(bindCode("vtkFreeTypeUtilities_Upcast", "D_vtkFreeTypeUtilities_Upcast")); mixin(bindCode("vtkTableWriter_New", "D_vtkTableWriter_New")); mixin(bindCode("vtkTableWriter_IsTypeOf", "D_vtkTableWriter_IsTypeOf")); mixin(bindCode("vtkTableWriter_SafeDownCast", "D_vtkTableWriter_SafeDownCast")); mixin(bindCode("vtkTableWriter_NewInstance", "D_vtkTableWriter_NewInstance")); mixin(bindCode("vtkTableWriter_GetInput__SWIG_0", "D_vtkTableWriter_GetInput__SWIG_0")); mixin(bindCode("vtkTableWriter_GetInput__SWIG_1", "D_vtkTableWriter_GetInput__SWIG_1")); mixin(bindCode("vtkTableWriter_Upcast", "D_vtkTableWriter_Upcast")); mixin(bindCode("vtkGenericRenderWindowInteractor_New", "D_vtkGenericRenderWindowInteractor_New")); mixin(bindCode("vtkGenericRenderWindowInteractor_IsTypeOf", "D_vtkGenericRenderWindowInteractor_IsTypeOf")); mixin(bindCode("vtkGenericRenderWindowInteractor_SafeDownCast", "D_vtkGenericRenderWindowInteractor_SafeDownCast")); mixin(bindCode("vtkGenericRenderWindowInteractor_NewInstance", "D_vtkGenericRenderWindowInteractor_NewInstance")); mixin(bindCode("vtkGenericRenderWindowInteractor_TimerEvent", "D_vtkGenericRenderWindowInteractor_TimerEvent")); mixin(bindCode("vtkGenericRenderWindowInteractor_SetTimerEventResetsTimer", "D_vtkGenericRenderWindowInteractor_SetTimerEventResetsTimer")); mixin(bindCode("vtkGenericRenderWindowInteractor_GetTimerEventResetsTimer", "D_vtkGenericRenderWindowInteractor_GetTimerEventResetsTimer")); mixin(bindCode("vtkGenericRenderWindowInteractor_TimerEventResetsTimerOn", "D_vtkGenericRenderWindowInteractor_TimerEventResetsTimerOn")); mixin(bindCode("vtkGenericRenderWindowInteractor_TimerEventResetsTimerOff", "D_vtkGenericRenderWindowInteractor_TimerEventResetsTimerOff")); mixin(bindCode("vtkGenericRenderWindowInteractor_Upcast", "D_vtkGenericRenderWindowInteractor_Upcast")); mixin(bindCode("vtkTemporalFractal_New", "D_vtkTemporalFractal_New")); mixin(bindCode("vtkTemporalFractal_IsTypeOf", "D_vtkTemporalFractal_IsTypeOf")); mixin(bindCode("vtkTemporalFractal_SafeDownCast", "D_vtkTemporalFractal_SafeDownCast")); mixin(bindCode("vtkTemporalFractal_NewInstance", "D_vtkTemporalFractal_NewInstance")); mixin(bindCode("vtkTemporalFractal_SetFractalValue", "D_vtkTemporalFractal_SetFractalValue")); mixin(bindCode("vtkTemporalFractal_GetFractalValue", "D_vtkTemporalFractal_GetFractalValue")); mixin(bindCode("vtkTemporalFractal_SetMaximumLevel", "D_vtkTemporalFractal_SetMaximumLevel")); mixin(bindCode("vtkTemporalFractal_GetMaximumLevel", "D_vtkTemporalFractal_GetMaximumLevel")); mixin(bindCode("vtkTemporalFractal_SetDimensions", "D_vtkTemporalFractal_SetDimensions")); mixin(bindCode("vtkTemporalFractal_GetDimensions", "D_vtkTemporalFractal_GetDimensions")); mixin(bindCode("vtkTemporalFractal_SetGhostLevels", "D_vtkTemporalFractal_SetGhostLevels")); mixin(bindCode("vtkTemporalFractal_GetGhostLevels", "D_vtkTemporalFractal_GetGhostLevels")); mixin(bindCode("vtkTemporalFractal_GhostLevelsOn", "D_vtkTemporalFractal_GhostLevelsOn")); mixin(bindCode("vtkTemporalFractal_GhostLevelsOff", "D_vtkTemporalFractal_GhostLevelsOff")); mixin(bindCode("vtkTemporalFractal_SetGenerateRectilinearGrids", "D_vtkTemporalFractal_SetGenerateRectilinearGrids")); mixin(bindCode("vtkTemporalFractal_GetGenerateRectilinearGrids", "D_vtkTemporalFractal_GetGenerateRectilinearGrids")); mixin(bindCode("vtkTemporalFractal_GenerateRectilinearGridsOn", "D_vtkTemporalFractal_GenerateRectilinearGridsOn")); mixin(bindCode("vtkTemporalFractal_GenerateRectilinearGridsOff", "D_vtkTemporalFractal_GenerateRectilinearGridsOff")); mixin(bindCode("vtkTemporalFractal_SetDiscreteTimeSteps", "D_vtkTemporalFractal_SetDiscreteTimeSteps")); mixin(bindCode("vtkTemporalFractal_GetDiscreteTimeSteps", "D_vtkTemporalFractal_GetDiscreteTimeSteps")); mixin(bindCode("vtkTemporalFractal_DiscreteTimeStepsOn", "D_vtkTemporalFractal_DiscreteTimeStepsOn")); mixin(bindCode("vtkTemporalFractal_DiscreteTimeStepsOff", "D_vtkTemporalFractal_DiscreteTimeStepsOff")); mixin(bindCode("vtkTemporalFractal_SetTwoDimensional", "D_vtkTemporalFractal_SetTwoDimensional")); mixin(bindCode("vtkTemporalFractal_GetTwoDimensional", "D_vtkTemporalFractal_GetTwoDimensional")); mixin(bindCode("vtkTemporalFractal_TwoDimensionalOn", "D_vtkTemporalFractal_TwoDimensionalOn")); mixin(bindCode("vtkTemporalFractal_TwoDimensionalOff", "D_vtkTemporalFractal_TwoDimensionalOff")); mixin(bindCode("vtkTemporalFractal_SetAsymetric", "D_vtkTemporalFractal_SetAsymetric")); mixin(bindCode("vtkTemporalFractal_GetAsymetric", "D_vtkTemporalFractal_GetAsymetric")); mixin(bindCode("vtkTemporalFractal_SetAdaptiveSubdivision", "D_vtkTemporalFractal_SetAdaptiveSubdivision")); mixin(bindCode("vtkTemporalFractal_GetAdaptiveSubdivision", "D_vtkTemporalFractal_GetAdaptiveSubdivision")); mixin(bindCode("vtkTemporalFractal_AdaptiveSubdivisionOn", "D_vtkTemporalFractal_AdaptiveSubdivisionOn")); mixin(bindCode("vtkTemporalFractal_AdaptiveSubdivisionOff", "D_vtkTemporalFractal_AdaptiveSubdivisionOff")); mixin(bindCode("vtkTemporalFractal_Upcast", "D_vtkTemporalFractal_Upcast")); mixin(bindCode("vtkGAMBITReader_New", "D_vtkGAMBITReader_New")); mixin(bindCode("vtkGAMBITReader_IsTypeOf", "D_vtkGAMBITReader_IsTypeOf")); mixin(bindCode("vtkGAMBITReader_SafeDownCast", "D_vtkGAMBITReader_SafeDownCast")); mixin(bindCode("vtkGAMBITReader_NewInstance", "D_vtkGAMBITReader_NewInstance")); mixin(bindCode("vtkGAMBITReader_SetFileName", "D_vtkGAMBITReader_SetFileName")); mixin(bindCode("vtkGAMBITReader_GetFileName", "D_vtkGAMBITReader_GetFileName")); mixin(bindCode("vtkGAMBITReader_GetNumberOfCells", "D_vtkGAMBITReader_GetNumberOfCells")); mixin(bindCode("vtkGAMBITReader_GetNumberOfNodes", "D_vtkGAMBITReader_GetNumberOfNodes")); mixin(bindCode("vtkGAMBITReader_GetNumberOfNodeFields", "D_vtkGAMBITReader_GetNumberOfNodeFields")); mixin(bindCode("vtkGAMBITReader_GetNumberOfCellFields", "D_vtkGAMBITReader_GetNumberOfCellFields")); mixin(bindCode("vtkGAMBITReader_Upcast", "D_vtkGAMBITReader_Upcast")); mixin(bindCode("vtkQuadraticQuad_New", "D_vtkQuadraticQuad_New")); mixin(bindCode("vtkQuadraticQuad_IsTypeOf", "D_vtkQuadraticQuad_IsTypeOf")); mixin(bindCode("vtkQuadraticQuad_SafeDownCast", "D_vtkQuadraticQuad_SafeDownCast")); mixin(bindCode("vtkQuadraticQuad_NewInstance", "D_vtkQuadraticQuad_NewInstance")); mixin(bindCode("vtkQuadraticQuad_InterpolationFunctions", "D_vtkQuadraticQuad_InterpolationFunctions")); mixin(bindCode("vtkQuadraticQuad_InterpolationDerivs", "D_vtkQuadraticQuad_InterpolationDerivs")); mixin(bindCode("vtkQuadraticQuad_InterpolateFunctions", "D_vtkQuadraticQuad_InterpolateFunctions")); mixin(bindCode("vtkQuadraticQuad_InterpolateDerivs", "D_vtkQuadraticQuad_InterpolateDerivs")); mixin(bindCode("vtkQuadraticQuad_Upcast", "D_vtkQuadraticQuad_Upcast")); mixin(bindCode("vtkAxesTransformRepresentation_New", "D_vtkAxesTransformRepresentation_New")); mixin(bindCode("vtkAxesTransformRepresentation_IsTypeOf", "D_vtkAxesTransformRepresentation_IsTypeOf")); mixin(bindCode("vtkAxesTransformRepresentation_SafeDownCast", "D_vtkAxesTransformRepresentation_SafeDownCast")); mixin(bindCode("vtkAxesTransformRepresentation_NewInstance", "D_vtkAxesTransformRepresentation_NewInstance")); mixin(bindCode("vtkAxesTransformRepresentation_GetOriginRepresentation", "D_vtkAxesTransformRepresentation_GetOriginRepresentation")); mixin(bindCode("vtkAxesTransformRepresentation_GetSelectionRepresentation", "D_vtkAxesTransformRepresentation_GetSelectionRepresentation")); mixin(bindCode("vtkAxesTransformRepresentation_GetOriginWorldPosition__SWIG_0", "D_vtkAxesTransformRepresentation_GetOriginWorldPosition__SWIG_0")); mixin(bindCode("vtkAxesTransformRepresentation_GetOriginWorldPosition__SWIG_1", "D_vtkAxesTransformRepresentation_GetOriginWorldPosition__SWIG_1")); mixin(bindCode("vtkAxesTransformRepresentation_SetOriginWorldPosition", "D_vtkAxesTransformRepresentation_SetOriginWorldPosition")); mixin(bindCode("vtkAxesTransformRepresentation_SetOriginDisplayPosition", "D_vtkAxesTransformRepresentation_SetOriginDisplayPosition")); mixin(bindCode("vtkAxesTransformRepresentation_GetOriginDisplayPosition", "D_vtkAxesTransformRepresentation_GetOriginDisplayPosition")); mixin(bindCode("vtkAxesTransformRepresentation_SetTolerance", "D_vtkAxesTransformRepresentation_SetTolerance")); mixin(bindCode("vtkAxesTransformRepresentation_GetToleranceMinValue", "D_vtkAxesTransformRepresentation_GetToleranceMinValue")); mixin(bindCode("vtkAxesTransformRepresentation_GetToleranceMaxValue", "D_vtkAxesTransformRepresentation_GetToleranceMaxValue")); mixin(bindCode("vtkAxesTransformRepresentation_GetTolerance", "D_vtkAxesTransformRepresentation_GetTolerance")); mixin(bindCode("vtkAxesTransformRepresentation_SetLabelFormat", "D_vtkAxesTransformRepresentation_SetLabelFormat")); mixin(bindCode("vtkAxesTransformRepresentation_GetLabelFormat", "D_vtkAxesTransformRepresentation_GetLabelFormat")); mixin(bindCode("vtkAxesTransformRepresentation_SetInteractionState", "D_vtkAxesTransformRepresentation_SetInteractionState")); mixin(bindCode("vtkAxesTransformRepresentation_GetInteractionStateMinValue", "D_vtkAxesTransformRepresentation_GetInteractionStateMinValue")); mixin(bindCode("vtkAxesTransformRepresentation_GetInteractionStateMaxValue", "D_vtkAxesTransformRepresentation_GetInteractionStateMaxValue")); mixin(bindCode("vtkAxesTransformRepresentation_ComputeInteractionState__SWIG_0", "D_vtkAxesTransformRepresentation_ComputeInteractionState__SWIG_0")); mixin(bindCode("vtkAxesTransformRepresentation_ComputeInteractionState__SWIG_1", "D_vtkAxesTransformRepresentation_ComputeInteractionState__SWIG_1")); mixin(bindCode("vtkAxesTransformRepresentation_SetLabelScale__SWIG_0", "D_vtkAxesTransformRepresentation_SetLabelScale__SWIG_0")); mixin(bindCode("vtkAxesTransformRepresentation_SetLabelScale__SWIG_1", "D_vtkAxesTransformRepresentation_SetLabelScale__SWIG_1")); mixin(bindCode("vtkAxesTransformRepresentation_GetLabelScale", "D_vtkAxesTransformRepresentation_GetLabelScale")); mixin(bindCode("vtkAxesTransformRepresentation_GetLabelProperty", "D_vtkAxesTransformRepresentation_GetLabelProperty")); mixin(bindCode("vtkAxesTransformRepresentation_Upcast", "D_vtkAxesTransformRepresentation_Upcast")); mixin(bindCode("vtkHardwareSelector_New", "D_vtkHardwareSelector_New")); mixin(bindCode("vtkHardwareSelector_IsTypeOf", "D_vtkHardwareSelector_IsTypeOf")); mixin(bindCode("vtkHardwareSelector_SafeDownCast", "D_vtkHardwareSelector_SafeDownCast")); mixin(bindCode("vtkHardwareSelector_NewInstance", "D_vtkHardwareSelector_NewInstance")); mixin(bindCode("vtkHardwareSelector_SetRenderer", "D_vtkHardwareSelector_SetRenderer")); mixin(bindCode("vtkHardwareSelector_GetRenderer", "D_vtkHardwareSelector_GetRenderer")); mixin(bindCode("vtkHardwareSelector_SetArea__SWIG_0", "D_vtkHardwareSelector_SetArea__SWIG_0")); mixin(bindCode("vtkHardwareSelector_SetArea__SWIG_1", "D_vtkHardwareSelector_SetArea__SWIG_1")); mixin(bindCode("vtkHardwareSelector_GetArea__SWIG_0", "D_vtkHardwareSelector_GetArea__SWIG_0")); mixin(bindCode("vtkHardwareSelector_GetArea__SWIG_1", "D_vtkHardwareSelector_GetArea__SWIG_1")); mixin(bindCode("vtkHardwareSelector_GetArea__SWIG_2", "D_vtkHardwareSelector_GetArea__SWIG_2")); mixin(bindCode("vtkHardwareSelector_SetFieldAssociation", "D_vtkHardwareSelector_SetFieldAssociation")); mixin(bindCode("vtkHardwareSelector_GetFieldAssociation", "D_vtkHardwareSelector_GetFieldAssociation")); mixin(bindCode("vtkHardwareSelector_SetUseProcessIdFromData", "D_vtkHardwareSelector_SetUseProcessIdFromData")); mixin(bindCode("vtkHardwareSelector_GetUseProcessIdFromData", "D_vtkHardwareSelector_GetUseProcessIdFromData")); mixin(bindCode("vtkHardwareSelector_Select", "D_vtkHardwareSelector_Select")); mixin(bindCode("vtkHardwareSelector_CaptureBuffers", "D_vtkHardwareSelector_CaptureBuffers")); mixin(bindCode("vtkHardwareSelector_GetPixelInformation__SWIG_0", "D_vtkHardwareSelector_GetPixelInformation__SWIG_0")); mixin(bindCode("vtkHardwareSelector_GetPixelInformation__SWIG_1", "D_vtkHardwareSelector_GetPixelInformation__SWIG_1")); mixin(bindCode("vtkHardwareSelector_ClearBuffers", "D_vtkHardwareSelector_ClearBuffers")); mixin(bindCode("vtkHardwareSelector_GetPixelInformation__SWIG_2", "D_vtkHardwareSelector_GetPixelInformation__SWIG_2")); mixin(bindCode("vtkHardwareSelector_GetPixelInformation__SWIG_3", "D_vtkHardwareSelector_GetPixelInformation__SWIG_3")); mixin(bindCode("vtkHardwareSelector_RenderCompositeIndex", "D_vtkHardwareSelector_RenderCompositeIndex")); mixin(bindCode("vtkHardwareSelector_RenderAttributeId", "D_vtkHardwareSelector_RenderAttributeId")); mixin(bindCode("vtkHardwareSelector_RenderProcessId", "D_vtkHardwareSelector_RenderProcessId")); mixin(bindCode("vtkHardwareSelector_Render", "D_vtkHardwareSelector_Render")); mixin(bindCode("vtkHardwareSelector_BeginRenderProp", "D_vtkHardwareSelector_BeginRenderProp")); mixin(bindCode("vtkHardwareSelector_EndRenderProp", "D_vtkHardwareSelector_EndRenderProp")); mixin(bindCode("vtkHardwareSelector_SetProcessID", "D_vtkHardwareSelector_SetProcessID")); mixin(bindCode("vtkHardwareSelector_GetProcessID", "D_vtkHardwareSelector_GetProcessID")); mixin(bindCode("vtkHardwareSelector_GetCurrentPass", "D_vtkHardwareSelector_GetCurrentPass")); mixin(bindCode("vtkHardwareSelector_GenerateSelection__SWIG_0", "D_vtkHardwareSelector_GenerateSelection__SWIG_0")); mixin(bindCode("vtkHardwareSelector_GenerateSelection__SWIG_1", "D_vtkHardwareSelector_GenerateSelection__SWIG_1")); mixin(bindCode("vtkHardwareSelector_GenerateSelection__SWIG_2", "D_vtkHardwareSelector_GenerateSelection__SWIG_2")); mixin(bindCode("vtkHardwareSelector_GeneratePolygonSelection", "D_vtkHardwareSelector_GeneratePolygonSelection")); mixin(bindCode("vtkHardwareSelector_GetPropFromID", "D_vtkHardwareSelector_GetPropFromID")); mixin(bindCode("new_vtkHardwareSelector", "D_new_vtkHardwareSelector")); mixin(bindCode("delete_vtkHardwareSelector", "D_delete_vtkHardwareSelector")); mixin(bindCode("vtkHardwareSelector_Upcast", "D_vtkHardwareSelector_Upcast")); mixin(bindCode("vtkImageSliceCollection_New", "D_vtkImageSliceCollection_New")); mixin(bindCode("vtkImageSliceCollection_IsTypeOf", "D_vtkImageSliceCollection_IsTypeOf")); mixin(bindCode("vtkImageSliceCollection_SafeDownCast", "D_vtkImageSliceCollection_SafeDownCast")); mixin(bindCode("vtkImageSliceCollection_NewInstance", "D_vtkImageSliceCollection_NewInstance")); mixin(bindCode("vtkImageSliceCollection_Sort", "D_vtkImageSliceCollection_Sort")); mixin(bindCode("vtkImageSliceCollection_AddItem", "D_vtkImageSliceCollection_AddItem")); mixin(bindCode("vtkImageSliceCollection_GetNextImage", "D_vtkImageSliceCollection_GetNextImage")); mixin(bindCode("vtkImageSliceCollection_GetNextItem", "D_vtkImageSliceCollection_GetNextItem")); mixin(bindCode("vtkImageSliceCollection_Upcast", "D_vtkImageSliceCollection_Upcast")); mixin(bindCode("VTK_MAX_SHADING_TABLES_get", "D_VTK_MAX_SHADING_TABLES_get")); mixin(bindCode("vtkEncodedGradientShader_New", "D_vtkEncodedGradientShader_New")); mixin(bindCode("vtkEncodedGradientShader_IsTypeOf", "D_vtkEncodedGradientShader_IsTypeOf")); mixin(bindCode("vtkEncodedGradientShader_SafeDownCast", "D_vtkEncodedGradientShader_SafeDownCast")); mixin(bindCode("vtkEncodedGradientShader_NewInstance", "D_vtkEncodedGradientShader_NewInstance")); mixin(bindCode("vtkEncodedGradientShader_SetZeroNormalDiffuseIntensity", "D_vtkEncodedGradientShader_SetZeroNormalDiffuseIntensity")); mixin(bindCode("vtkEncodedGradientShader_GetZeroNormalDiffuseIntensityMinValue", "D_vtkEncodedGradientShader_GetZeroNormalDiffuseIntensityMinValue")); mixin(bindCode("vtkEncodedGradientShader_GetZeroNormalDiffuseIntensityMaxValue", "D_vtkEncodedGradientShader_GetZeroNormalDiffuseIntensityMaxValue")); mixin(bindCode("vtkEncodedGradientShader_GetZeroNormalDiffuseIntensity", "D_vtkEncodedGradientShader_GetZeroNormalDiffuseIntensity")); mixin(bindCode("vtkEncodedGradientShader_SetZeroNormalSpecularIntensity", "D_vtkEncodedGradientShader_SetZeroNormalSpecularIntensity")); mixin(bindCode("vtkEncodedGradientShader_GetZeroNormalSpecularIntensityMinValue", "D_vtkEncodedGradientShader_GetZeroNormalSpecularIntensityMinValue")); mixin(bindCode("vtkEncodedGradientShader_GetZeroNormalSpecularIntensityMaxValue", "D_vtkEncodedGradientShader_GetZeroNormalSpecularIntensityMaxValue")); mixin(bindCode("vtkEncodedGradientShader_GetZeroNormalSpecularIntensity", "D_vtkEncodedGradientShader_GetZeroNormalSpecularIntensity")); mixin(bindCode("vtkEncodedGradientShader_UpdateShadingTable", "D_vtkEncodedGradientShader_UpdateShadingTable")); mixin(bindCode("vtkEncodedGradientShader_GetRedDiffuseShadingTable", "D_vtkEncodedGradientShader_GetRedDiffuseShadingTable")); mixin(bindCode("vtkEncodedGradientShader_GetGreenDiffuseShadingTable", "D_vtkEncodedGradientShader_GetGreenDiffuseShadingTable")); mixin(bindCode("vtkEncodedGradientShader_GetBlueDiffuseShadingTable", "D_vtkEncodedGradientShader_GetBlueDiffuseShadingTable")); mixin(bindCode("vtkEncodedGradientShader_GetRedSpecularShadingTable", "D_vtkEncodedGradientShader_GetRedSpecularShadingTable")); mixin(bindCode("vtkEncodedGradientShader_GetGreenSpecularShadingTable", "D_vtkEncodedGradientShader_GetGreenSpecularShadingTable")); mixin(bindCode("vtkEncodedGradientShader_GetBlueSpecularShadingTable", "D_vtkEncodedGradientShader_GetBlueSpecularShadingTable")); mixin(bindCode("vtkEncodedGradientShader_SetActiveComponent", "D_vtkEncodedGradientShader_SetActiveComponent")); mixin(bindCode("vtkEncodedGradientShader_GetActiveComponentMinValue", "D_vtkEncodedGradientShader_GetActiveComponentMinValue")); mixin(bindCode("vtkEncodedGradientShader_GetActiveComponentMaxValue", "D_vtkEncodedGradientShader_GetActiveComponentMaxValue")); mixin(bindCode("vtkEncodedGradientShader_GetActiveComponent", "D_vtkEncodedGradientShader_GetActiveComponent")); mixin(bindCode("vtkEncodedGradientShader_Upcast", "D_vtkEncodedGradientShader_Upcast")); mixin(bindCode("vtkPlaybackRepresentation_New", "D_vtkPlaybackRepresentation_New")); mixin(bindCode("vtkPlaybackRepresentation_IsTypeOf", "D_vtkPlaybackRepresentation_IsTypeOf")); mixin(bindCode("vtkPlaybackRepresentation_SafeDownCast", "D_vtkPlaybackRepresentation_SafeDownCast")); mixin(bindCode("vtkPlaybackRepresentation_NewInstance", "D_vtkPlaybackRepresentation_NewInstance")); mixin(bindCode("vtkPlaybackRepresentation_GetProperty", "D_vtkPlaybackRepresentation_GetProperty")); mixin(bindCode("vtkPlaybackRepresentation_Play", "D_vtkPlaybackRepresentation_Play")); mixin(bindCode("vtkPlaybackRepresentation_Stop", "D_vtkPlaybackRepresentation_Stop")); mixin(bindCode("vtkPlaybackRepresentation_ForwardOneFrame", "D_vtkPlaybackRepresentation_ForwardOneFrame")); mixin(bindCode("vtkPlaybackRepresentation_BackwardOneFrame", "D_vtkPlaybackRepresentation_BackwardOneFrame")); mixin(bindCode("vtkPlaybackRepresentation_JumpToBeginning", "D_vtkPlaybackRepresentation_JumpToBeginning")); mixin(bindCode("vtkPlaybackRepresentation_JumpToEnd", "D_vtkPlaybackRepresentation_JumpToEnd")); mixin(bindCode("vtkPlaybackRepresentation_Upcast", "D_vtkPlaybackRepresentation_Upcast")); mixin(bindCode("vtkX3DExporterXMLWriter_New", "D_vtkX3DExporterXMLWriter_New")); mixin(bindCode("vtkX3DExporterXMLWriter_IsTypeOf", "D_vtkX3DExporterXMLWriter_IsTypeOf")); mixin(bindCode("vtkX3DExporterXMLWriter_SafeDownCast", "D_vtkX3DExporterXMLWriter_SafeDownCast")); mixin(bindCode("vtkX3DExporterXMLWriter_NewInstance", "D_vtkX3DExporterXMLWriter_NewInstance")); mixin(bindCode("vtkX3DExporterXMLWriter_SetField__SWIG_0", "D_vtkX3DExporterXMLWriter_SetField__SWIG_0")); mixin(bindCode("vtkX3DExporterXMLWriter_SetField__SWIG_1", "D_vtkX3DExporterXMLWriter_SetField__SWIG_1")); mixin(bindCode("vtkX3DExporterXMLWriter_SetField__SWIG_2", "D_vtkX3DExporterXMLWriter_SetField__SWIG_2")); mixin(bindCode("vtkX3DExporterXMLWriter_SetField__SWIG_3", "D_vtkX3DExporterXMLWriter_SetField__SWIG_3")); mixin(bindCode("vtkX3DExporterXMLWriter_SetField__SWIG_4", "D_vtkX3DExporterXMLWriter_SetField__SWIG_4")); mixin(bindCode("vtkX3DExporterXMLWriter_SetField__SWIG_5", "D_vtkX3DExporterXMLWriter_SetField__SWIG_5")); mixin(bindCode("vtkX3DExporterXMLWriter_SetField__SWIG_6", "D_vtkX3DExporterXMLWriter_SetField__SWIG_6")); mixin(bindCode("vtkX3DExporterXMLWriter_SetField__SWIG_7", "D_vtkX3DExporterXMLWriter_SetField__SWIG_7")); mixin(bindCode("vtkX3DExporterXMLWriter_SetField__SWIG_8", "D_vtkX3DExporterXMLWriter_SetField__SWIG_8")); mixin(bindCode("vtkX3DExporterXMLWriter_SetField__SWIG_9", "D_vtkX3DExporterXMLWriter_SetField__SWIG_9")); mixin(bindCode("vtkX3DExporterXMLWriter_SetField__SWIG_10", "D_vtkX3DExporterXMLWriter_SetField__SWIG_10")); mixin(bindCode("vtkX3DExporterXMLWriter_Upcast", "D_vtkX3DExporterXMLWriter_Upcast")); mixin(bindCode("vtkImageMarchingCubes_New", "D_vtkImageMarchingCubes_New")); mixin(bindCode("vtkImageMarchingCubes_IsTypeOf", "D_vtkImageMarchingCubes_IsTypeOf")); mixin(bindCode("vtkImageMarchingCubes_SafeDownCast", "D_vtkImageMarchingCubes_SafeDownCast")); mixin(bindCode("vtkImageMarchingCubes_NewInstance", "D_vtkImageMarchingCubes_NewInstance")); mixin(bindCode("vtkImageMarchingCubes_SetValue", "D_vtkImageMarchingCubes_SetValue")); mixin(bindCode("vtkImageMarchingCubes_GetValue", "D_vtkImageMarchingCubes_GetValue")); mixin(bindCode("vtkImageMarchingCubes_GetValues__SWIG_0", "D_vtkImageMarchingCubes_GetValues__SWIG_0")); mixin(bindCode("vtkImageMarchingCubes_GetValues__SWIG_1", "D_vtkImageMarchingCubes_GetValues__SWIG_1")); mixin(bindCode("vtkImageMarchingCubes_SetNumberOfContours", "D_vtkImageMarchingCubes_SetNumberOfContours")); mixin(bindCode("vtkImageMarchingCubes_GetNumberOfContours", "D_vtkImageMarchingCubes_GetNumberOfContours")); mixin(bindCode("vtkImageMarchingCubes_GenerateValues__SWIG_0", "D_vtkImageMarchingCubes_GenerateValues__SWIG_0")); mixin(bindCode("vtkImageMarchingCubes_GenerateValues__SWIG_1", "D_vtkImageMarchingCubes_GenerateValues__SWIG_1")); mixin(bindCode("vtkImageMarchingCubes_SetComputeScalars", "D_vtkImageMarchingCubes_SetComputeScalars")); mixin(bindCode("vtkImageMarchingCubes_GetComputeScalars", "D_vtkImageMarchingCubes_GetComputeScalars")); mixin(bindCode("vtkImageMarchingCubes_ComputeScalarsOn", "D_vtkImageMarchingCubes_ComputeScalarsOn")); mixin(bindCode("vtkImageMarchingCubes_ComputeScalarsOff", "D_vtkImageMarchingCubes_ComputeScalarsOff")); mixin(bindCode("vtkImageMarchingCubes_SetComputeNormals", "D_vtkImageMarchingCubes_SetComputeNormals")); mixin(bindCode("vtkImageMarchingCubes_GetComputeNormals", "D_vtkImageMarchingCubes_GetComputeNormals")); mixin(bindCode("vtkImageMarchingCubes_ComputeNormalsOn", "D_vtkImageMarchingCubes_ComputeNormalsOn")); mixin(bindCode("vtkImageMarchingCubes_ComputeNormalsOff", "D_vtkImageMarchingCubes_ComputeNormalsOff")); mixin(bindCode("vtkImageMarchingCubes_SetComputeGradients", "D_vtkImageMarchingCubes_SetComputeGradients")); mixin(bindCode("vtkImageMarchingCubes_GetComputeGradients", "D_vtkImageMarchingCubes_GetComputeGradients")); mixin(bindCode("vtkImageMarchingCubes_ComputeGradientsOn", "D_vtkImageMarchingCubes_ComputeGradientsOn")); mixin(bindCode("vtkImageMarchingCubes_ComputeGradientsOff", "D_vtkImageMarchingCubes_ComputeGradientsOff")); mixin(bindCode("vtkImageMarchingCubes_ComputeScalars_set", "D_vtkImageMarchingCubes_ComputeScalars_set")); mixin(bindCode("vtkImageMarchingCubes_ComputeScalars_get", "D_vtkImageMarchingCubes_ComputeScalars_get")); mixin(bindCode("vtkImageMarchingCubes_ComputeNormals_set", "D_vtkImageMarchingCubes_ComputeNormals_set")); mixin(bindCode("vtkImageMarchingCubes_ComputeNormals_get", "D_vtkImageMarchingCubes_ComputeNormals_get")); mixin(bindCode("vtkImageMarchingCubes_ComputeGradients_set", "D_vtkImageMarchingCubes_ComputeGradients_set")); mixin(bindCode("vtkImageMarchingCubes_ComputeGradients_get", "D_vtkImageMarchingCubes_ComputeGradients_get")); mixin(bindCode("vtkImageMarchingCubes_NeedGradients_set", "D_vtkImageMarchingCubes_NeedGradients_set")); mixin(bindCode("vtkImageMarchingCubes_NeedGradients_get", "D_vtkImageMarchingCubes_NeedGradients_get")); mixin(bindCode("vtkImageMarchingCubes_Triangles_set", "D_vtkImageMarchingCubes_Triangles_set")); mixin(bindCode("vtkImageMarchingCubes_Triangles_get", "D_vtkImageMarchingCubes_Triangles_get")); mixin(bindCode("vtkImageMarchingCubes_Scalars_set", "D_vtkImageMarchingCubes_Scalars_set")); mixin(bindCode("vtkImageMarchingCubes_Scalars_get", "D_vtkImageMarchingCubes_Scalars_get")); mixin(bindCode("vtkImageMarchingCubes_Points_set", "D_vtkImageMarchingCubes_Points_set")); mixin(bindCode("vtkImageMarchingCubes_Points_get", "D_vtkImageMarchingCubes_Points_get")); mixin(bindCode("vtkImageMarchingCubes_Normals_set", "D_vtkImageMarchingCubes_Normals_set")); mixin(bindCode("vtkImageMarchingCubes_Normals_get", "D_vtkImageMarchingCubes_Normals_get")); mixin(bindCode("vtkImageMarchingCubes_Gradients_set", "D_vtkImageMarchingCubes_Gradients_set")); mixin(bindCode("vtkImageMarchingCubes_Gradients_get", "D_vtkImageMarchingCubes_Gradients_get")); mixin(bindCode("vtkImageMarchingCubes_GetLocatorPoint", "D_vtkImageMarchingCubes_GetLocatorPoint")); mixin(bindCode("vtkImageMarchingCubes_AddLocatorPoint", "D_vtkImageMarchingCubes_AddLocatorPoint")); mixin(bindCode("vtkImageMarchingCubes_IncrementLocatorZ", "D_vtkImageMarchingCubes_IncrementLocatorZ")); mixin(bindCode("vtkImageMarchingCubes_SetInputMemoryLimit", "D_vtkImageMarchingCubes_SetInputMemoryLimit")); mixin(bindCode("vtkImageMarchingCubes_GetInputMemoryLimit", "D_vtkImageMarchingCubes_GetInputMemoryLimit")); mixin(bindCode("vtkImageMarchingCubes_Upcast", "D_vtkImageMarchingCubes_Upcast")); mixin(bindCode("vtkContextTransform_IsTypeOf", "D_vtkContextTransform_IsTypeOf")); mixin(bindCode("vtkContextTransform_SafeDownCast", "D_vtkContextTransform_SafeDownCast")); mixin(bindCode("vtkContextTransform_NewInstance", "D_vtkContextTransform_NewInstance")); mixin(bindCode("vtkContextTransform_New", "D_vtkContextTransform_New")); mixin(bindCode("vtkContextTransform_Translate", "D_vtkContextTransform_Translate")); mixin(bindCode("vtkContextTransform_Scale", "D_vtkContextTransform_Scale")); mixin(bindCode("vtkContextTransform_Rotate", "D_vtkContextTransform_Rotate")); mixin(bindCode("vtkContextTransform_GetTransform", "D_vtkContextTransform_GetTransform")); mixin(bindCode("vtkContextTransform_SetPanMouseButton", "D_vtkContextTransform_SetPanMouseButton")); mixin(bindCode("vtkContextTransform_GetPanMouseButton", "D_vtkContextTransform_GetPanMouseButton")); mixin(bindCode("vtkContextTransform_SetPanModifier", "D_vtkContextTransform_SetPanModifier")); mixin(bindCode("vtkContextTransform_GetPanModifier", "D_vtkContextTransform_GetPanModifier")); mixin(bindCode("vtkContextTransform_SetSecondaryPanMouseButton", "D_vtkContextTransform_SetSecondaryPanMouseButton")); mixin(bindCode("vtkContextTransform_GetSecondaryPanMouseButton", "D_vtkContextTransform_GetSecondaryPanMouseButton")); mixin(bindCode("vtkContextTransform_SetSecondaryPanModifier", "D_vtkContextTransform_SetSecondaryPanModifier")); mixin(bindCode("vtkContextTransform_GetSecondaryPanModifier", "D_vtkContextTransform_GetSecondaryPanModifier")); mixin(bindCode("vtkContextTransform_SetZoomMouseButton", "D_vtkContextTransform_SetZoomMouseButton")); mixin(bindCode("vtkContextTransform_GetZoomMouseButton", "D_vtkContextTransform_GetZoomMouseButton")); mixin(bindCode("vtkContextTransform_SetZoomModifier", "D_vtkContextTransform_SetZoomModifier")); mixin(bindCode("vtkContextTransform_GetZoomModifier", "D_vtkContextTransform_GetZoomModifier")); mixin(bindCode("vtkContextTransform_SetSecondaryZoomMouseButton", "D_vtkContextTransform_SetSecondaryZoomMouseButton")); mixin(bindCode("vtkContextTransform_GetSecondaryZoomMouseButton", "D_vtkContextTransform_GetSecondaryZoomMouseButton")); mixin(bindCode("vtkContextTransform_SetSecondaryZoomModifier", "D_vtkContextTransform_SetSecondaryZoomModifier")); mixin(bindCode("vtkContextTransform_GetSecondaryZoomModifier", "D_vtkContextTransform_GetSecondaryZoomModifier")); mixin(bindCode("vtkContextTransform_SetZoomOnMouseWheel", "D_vtkContextTransform_SetZoomOnMouseWheel")); mixin(bindCode("vtkContextTransform_GetZoomOnMouseWheel", "D_vtkContextTransform_GetZoomOnMouseWheel")); mixin(bindCode("vtkContextTransform_ZoomOnMouseWheelOn", "D_vtkContextTransform_ZoomOnMouseWheelOn")); mixin(bindCode("vtkContextTransform_ZoomOnMouseWheelOff", "D_vtkContextTransform_ZoomOnMouseWheelOff")); mixin(bindCode("vtkContextTransform_SetPanYOnMouseWheel", "D_vtkContextTransform_SetPanYOnMouseWheel")); mixin(bindCode("vtkContextTransform_GetPanYOnMouseWheel", "D_vtkContextTransform_GetPanYOnMouseWheel")); mixin(bindCode("vtkContextTransform_PanYOnMouseWheelOn", "D_vtkContextTransform_PanYOnMouseWheelOn")); mixin(bindCode("vtkContextTransform_PanYOnMouseWheelOff", "D_vtkContextTransform_PanYOnMouseWheelOff")); mixin(bindCode("new_vtkContextTransform", "D_new_vtkContextTransform")); mixin(bindCode("delete_vtkContextTransform", "D_delete_vtkContextTransform")); mixin(bindCode("vtkContextTransform_Upcast", "D_vtkContextTransform_Upcast")); mixin(bindCode("vtkOutputStream_IsTypeOf", "D_vtkOutputStream_IsTypeOf")); mixin(bindCode("vtkOutputStream_SafeDownCast", "D_vtkOutputStream_SafeDownCast")); mixin(bindCode("vtkOutputStream_NewInstance", "D_vtkOutputStream_NewInstance")); mixin(bindCode("vtkOutputStream_New", "D_vtkOutputStream_New")); mixin(bindCode("vtkOutputStream_StartWriting", "D_vtkOutputStream_StartWriting")); mixin(bindCode("vtkOutputStream_Write", "D_vtkOutputStream_Write")); mixin(bindCode("vtkOutputStream_EndWriting", "D_vtkOutputStream_EndWriting")); mixin(bindCode("vtkOutputStream_Upcast", "D_vtkOutputStream_Upcast")); mixin(bindCode("vtkBiDimensionalRepresentation2D_New", "D_vtkBiDimensionalRepresentation2D_New")); mixin(bindCode("vtkBiDimensionalRepresentation2D_IsTypeOf", "D_vtkBiDimensionalRepresentation2D_IsTypeOf")); mixin(bindCode("vtkBiDimensionalRepresentation2D_SafeDownCast", "D_vtkBiDimensionalRepresentation2D_SafeDownCast")); mixin(bindCode("vtkBiDimensionalRepresentation2D_NewInstance", "D_vtkBiDimensionalRepresentation2D_NewInstance")); mixin(bindCode("vtkBiDimensionalRepresentation2D_GetLineProperty", "D_vtkBiDimensionalRepresentation2D_GetLineProperty")); mixin(bindCode("vtkBiDimensionalRepresentation2D_GetSelectedLineProperty", "D_vtkBiDimensionalRepresentation2D_GetSelectedLineProperty")); mixin(bindCode("vtkBiDimensionalRepresentation2D_GetTextProperty", "D_vtkBiDimensionalRepresentation2D_GetTextProperty")); mixin(bindCode("vtkBiDimensionalRepresentation2D_ComputeInteractionState__SWIG_0", "D_vtkBiDimensionalRepresentation2D_ComputeInteractionState__SWIG_0")); mixin(bindCode("vtkBiDimensionalRepresentation2D_ComputeInteractionState__SWIG_1", "D_vtkBiDimensionalRepresentation2D_ComputeInteractionState__SWIG_1")); mixin(bindCode("vtkBiDimensionalRepresentation2D_GetLabelPosition__SWIG_0", "D_vtkBiDimensionalRepresentation2D_GetLabelPosition__SWIG_0")); mixin(bindCode("vtkBiDimensionalRepresentation2D_GetLabelPosition__SWIG_1", "D_vtkBiDimensionalRepresentation2D_GetLabelPosition__SWIG_1")); mixin(bindCode("vtkBiDimensionalRepresentation2D_Upcast", "D_vtkBiDimensionalRepresentation2D_Upcast")); mixin(bindCode("vtkInteractorStyleTrackballActor_New", "D_vtkInteractorStyleTrackballActor_New")); mixin(bindCode("vtkInteractorStyleTrackballActor_IsTypeOf", "D_vtkInteractorStyleTrackballActor_IsTypeOf")); mixin(bindCode("vtkInteractorStyleTrackballActor_SafeDownCast", "D_vtkInteractorStyleTrackballActor_SafeDownCast")); mixin(bindCode("vtkInteractorStyleTrackballActor_NewInstance", "D_vtkInteractorStyleTrackballActor_NewInstance")); mixin(bindCode("vtkInteractorStyleTrackballActor_Upcast", "D_vtkInteractorStyleTrackballActor_Upcast")); mixin(bindCode("vtkSequencePass_New", "D_vtkSequencePass_New")); mixin(bindCode("vtkSequencePass_IsTypeOf", "D_vtkSequencePass_IsTypeOf")); mixin(bindCode("vtkSequencePass_SafeDownCast", "D_vtkSequencePass_SafeDownCast")); mixin(bindCode("vtkSequencePass_NewInstance", "D_vtkSequencePass_NewInstance")); mixin(bindCode("vtkSequencePass_GetPasses", "D_vtkSequencePass_GetPasses")); mixin(bindCode("vtkSequencePass_SetPasses", "D_vtkSequencePass_SetPasses")); mixin(bindCode("vtkSequencePass_Upcast", "D_vtkSequencePass_Upcast")); mixin(bindCode("VTK_ICON_GRAVITY_TOP_RIGHT_get", "D_VTK_ICON_GRAVITY_TOP_RIGHT_get")); mixin(bindCode("VTK_ICON_GRAVITY_TOP_CENTER_get", "D_VTK_ICON_GRAVITY_TOP_CENTER_get")); mixin(bindCode("VTK_ICON_GRAVITY_TOP_LEFT_get", "D_VTK_ICON_GRAVITY_TOP_LEFT_get")); mixin(bindCode("VTK_ICON_GRAVITY_CENTER_RIGHT_get", "D_VTK_ICON_GRAVITY_CENTER_RIGHT_get")); mixin(bindCode("VTK_ICON_GRAVITY_CENTER_CENTER_get", "D_VTK_ICON_GRAVITY_CENTER_CENTER_get")); mixin(bindCode("VTK_ICON_GRAVITY_CENTER_LEFT_get", "D_VTK_ICON_GRAVITY_CENTER_LEFT_get")); mixin(bindCode("VTK_ICON_GRAVITY_BOTTOM_RIGHT_get", "D_VTK_ICON_GRAVITY_BOTTOM_RIGHT_get")); mixin(bindCode("VTK_ICON_GRAVITY_BOTTOM_CENTER_get", "D_VTK_ICON_GRAVITY_BOTTOM_CENTER_get")); mixin(bindCode("VTK_ICON_GRAVITY_BOTTOM_LEFT_get", "D_VTK_ICON_GRAVITY_BOTTOM_LEFT_get")); mixin(bindCode("VTK_ICON_SCALING_OFF_get", "D_VTK_ICON_SCALING_OFF_get")); mixin(bindCode("VTK_ICON_SCALING_USE_SCALING_ARRAY_get", "D_VTK_ICON_SCALING_USE_SCALING_ARRAY_get")); mixin(bindCode("vtkIconGlyphFilter_New", "D_vtkIconGlyphFilter_New")); mixin(bindCode("vtkIconGlyphFilter_IsTypeOf", "D_vtkIconGlyphFilter_IsTypeOf")); mixin(bindCode("vtkIconGlyphFilter_SafeDownCast", "D_vtkIconGlyphFilter_SafeDownCast")); mixin(bindCode("vtkIconGlyphFilter_NewInstance", "D_vtkIconGlyphFilter_NewInstance")); mixin(bindCode("vtkIconGlyphFilter_SetIconSize__SWIG_0", "D_vtkIconGlyphFilter_SetIconSize__SWIG_0")); mixin(bindCode("vtkIconGlyphFilter_SetIconSize__SWIG_1", "D_vtkIconGlyphFilter_SetIconSize__SWIG_1")); mixin(bindCode("vtkIconGlyphFilter_GetIconSize__SWIG_0", "D_vtkIconGlyphFilter_GetIconSize__SWIG_0")); mixin(bindCode("vtkIconGlyphFilter_GetIconSize__SWIG_1", "D_vtkIconGlyphFilter_GetIconSize__SWIG_1")); mixin(bindCode("vtkIconGlyphFilter_SetIconSheetSize__SWIG_0", "D_vtkIconGlyphFilter_SetIconSheetSize__SWIG_0")); mixin(bindCode("vtkIconGlyphFilter_SetIconSheetSize__SWIG_1", "D_vtkIconGlyphFilter_SetIconSheetSize__SWIG_1")); mixin(bindCode("vtkIconGlyphFilter_GetIconSheetSize__SWIG_0", "D_vtkIconGlyphFilter_GetIconSheetSize__SWIG_0")); mixin(bindCode("vtkIconGlyphFilter_GetIconSheetSize__SWIG_1", "D_vtkIconGlyphFilter_GetIconSheetSize__SWIG_1")); mixin(bindCode("vtkIconGlyphFilter_SetDisplaySize__SWIG_0", "D_vtkIconGlyphFilter_SetDisplaySize__SWIG_0")); mixin(bindCode("vtkIconGlyphFilter_SetDisplaySize__SWIG_1", "D_vtkIconGlyphFilter_SetDisplaySize__SWIG_1")); mixin(bindCode("vtkIconGlyphFilter_GetDisplaySize__SWIG_0", "D_vtkIconGlyphFilter_GetDisplaySize__SWIG_0")); mixin(bindCode("vtkIconGlyphFilter_GetDisplaySize__SWIG_1", "D_vtkIconGlyphFilter_GetDisplaySize__SWIG_1")); mixin(bindCode("vtkIconGlyphFilter_SetUseIconSize", "D_vtkIconGlyphFilter_SetUseIconSize")); mixin(bindCode("vtkIconGlyphFilter_GetUseIconSize", "D_vtkIconGlyphFilter_GetUseIconSize")); mixin(bindCode("vtkIconGlyphFilter_UseIconSizeOn", "D_vtkIconGlyphFilter_UseIconSizeOn")); mixin(bindCode("vtkIconGlyphFilter_UseIconSizeOff", "D_vtkIconGlyphFilter_UseIconSizeOff")); mixin(bindCode("vtkIconGlyphFilter_SetIconScaling", "D_vtkIconGlyphFilter_SetIconScaling")); mixin(bindCode("vtkIconGlyphFilter_GetIconScaling", "D_vtkIconGlyphFilter_GetIconScaling")); mixin(bindCode("vtkIconGlyphFilter_SetIconScalingToScalingOff", "D_vtkIconGlyphFilter_SetIconScalingToScalingOff")); mixin(bindCode("vtkIconGlyphFilter_SetIconScalingToScalingArray", "D_vtkIconGlyphFilter_SetIconScalingToScalingArray")); mixin(bindCode("vtkIconGlyphFilter_SetPassScalars", "D_vtkIconGlyphFilter_SetPassScalars")); mixin(bindCode("vtkIconGlyphFilter_GetPassScalars", "D_vtkIconGlyphFilter_GetPassScalars")); mixin(bindCode("vtkIconGlyphFilter_PassScalarsOn", "D_vtkIconGlyphFilter_PassScalarsOn")); mixin(bindCode("vtkIconGlyphFilter_PassScalarsOff", "D_vtkIconGlyphFilter_PassScalarsOff")); mixin(bindCode("vtkIconGlyphFilter_SetGravity", "D_vtkIconGlyphFilter_SetGravity")); mixin(bindCode("vtkIconGlyphFilter_GetGravity", "D_vtkIconGlyphFilter_GetGravity")); mixin(bindCode("vtkIconGlyphFilter_SetGravityToTopRight", "D_vtkIconGlyphFilter_SetGravityToTopRight")); mixin(bindCode("vtkIconGlyphFilter_SetGravityToTopCenter", "D_vtkIconGlyphFilter_SetGravityToTopCenter")); mixin(bindCode("vtkIconGlyphFilter_SetGravityToTopLeft", "D_vtkIconGlyphFilter_SetGravityToTopLeft")); mixin(bindCode("vtkIconGlyphFilter_SetGravityToCenterRight", "D_vtkIconGlyphFilter_SetGravityToCenterRight")); mixin(bindCode("vtkIconGlyphFilter_SetGravityToCenterCenter", "D_vtkIconGlyphFilter_SetGravityToCenterCenter")); mixin(bindCode("vtkIconGlyphFilter_SetGravityToCenterLeft", "D_vtkIconGlyphFilter_SetGravityToCenterLeft")); mixin(bindCode("vtkIconGlyphFilter_SetGravityToBottomRight", "D_vtkIconGlyphFilter_SetGravityToBottomRight")); mixin(bindCode("vtkIconGlyphFilter_SetGravityToBottomCenter", "D_vtkIconGlyphFilter_SetGravityToBottomCenter")); mixin(bindCode("vtkIconGlyphFilter_SetGravityToBottomLeft", "D_vtkIconGlyphFilter_SetGravityToBottomLeft")); mixin(bindCode("vtkIconGlyphFilter_SetOffset__SWIG_0", "D_vtkIconGlyphFilter_SetOffset__SWIG_0")); mixin(bindCode("vtkIconGlyphFilter_SetOffset__SWIG_1", "D_vtkIconGlyphFilter_SetOffset__SWIG_1")); mixin(bindCode("vtkIconGlyphFilter_GetOffset__SWIG_0", "D_vtkIconGlyphFilter_GetOffset__SWIG_0")); mixin(bindCode("vtkIconGlyphFilter_GetOffset__SWIG_1", "D_vtkIconGlyphFilter_GetOffset__SWIG_1")); mixin(bindCode("vtkIconGlyphFilter_Upcast", "D_vtkIconGlyphFilter_Upcast")); mixin(bindCode("vtkAMRInterpolatedVelocityField_IsTypeOf", "D_vtkAMRInterpolatedVelocityField_IsTypeOf")); mixin(bindCode("vtkAMRInterpolatedVelocityField_SafeDownCast", "D_vtkAMRInterpolatedVelocityField_SafeDownCast")); mixin(bindCode("vtkAMRInterpolatedVelocityField_NewInstance", "D_vtkAMRInterpolatedVelocityField_NewInstance")); mixin(bindCode("vtkAMRInterpolatedVelocityField_New", "D_vtkAMRInterpolatedVelocityField_New")); mixin(bindCode("vtkAMRInterpolatedVelocityField_GetAmrDataSet", "D_vtkAMRInterpolatedVelocityField_GetAmrDataSet")); mixin(bindCode("vtkAMRInterpolatedVelocityField_SetAMRData", "D_vtkAMRInterpolatedVelocityField_SetAMRData")); mixin(bindCode("vtkAMRInterpolatedVelocityField_GetLastDataSetLocation", "D_vtkAMRInterpolatedVelocityField_GetLastDataSetLocation")); mixin(bindCode("vtkAMRInterpolatedVelocityField_SetLastDataSet", "D_vtkAMRInterpolatedVelocityField_SetLastDataSet")); mixin(bindCode("vtkAMRInterpolatedVelocityField_SetLastCellId__SWIG_0", "D_vtkAMRInterpolatedVelocityField_SetLastCellId__SWIG_0")); mixin(bindCode("vtkAMRInterpolatedVelocityField_SetLastCellId__SWIG_1", "D_vtkAMRInterpolatedVelocityField_SetLastCellId__SWIG_1")); mixin(bindCode("vtkAMRInterpolatedVelocityField_FindGrid", "D_vtkAMRInterpolatedVelocityField_FindGrid")); mixin(bindCode("vtkAMRInterpolatedVelocityField_Upcast", "D_vtkAMRInterpolatedVelocityField_Upcast")); mixin(bindCode("vtkSLACReader_IsTypeOf", "D_vtkSLACReader_IsTypeOf")); mixin(bindCode("vtkSLACReader_SafeDownCast", "D_vtkSLACReader_SafeDownCast")); mixin(bindCode("vtkSLACReader_NewInstance", "D_vtkSLACReader_NewInstance")); mixin(bindCode("vtkSLACReader_New", "D_vtkSLACReader_New")); mixin(bindCode("vtkSLACReader_GetMeshFileName", "D_vtkSLACReader_GetMeshFileName")); mixin(bindCode("vtkSLACReader_SetMeshFileName", "D_vtkSLACReader_SetMeshFileName")); mixin(bindCode("vtkSLACReader_AddModeFileName", "D_vtkSLACReader_AddModeFileName")); mixin(bindCode("vtkSLACReader_RemoveAllModeFileNames", "D_vtkSLACReader_RemoveAllModeFileNames")); mixin(bindCode("vtkSLACReader_GetNumberOfModeFileNames", "D_vtkSLACReader_GetNumberOfModeFileNames")); mixin(bindCode("vtkSLACReader_GetModeFileName", "D_vtkSLACReader_GetModeFileName")); mixin(bindCode("vtkSLACReader_GetReadInternalVolume", "D_vtkSLACReader_GetReadInternalVolume")); mixin(bindCode("vtkSLACReader_SetReadInternalVolume", "D_vtkSLACReader_SetReadInternalVolume")); mixin(bindCode("vtkSLACReader_ReadInternalVolumeOn", "D_vtkSLACReader_ReadInternalVolumeOn")); mixin(bindCode("vtkSLACReader_ReadInternalVolumeOff", "D_vtkSLACReader_ReadInternalVolumeOff")); mixin(bindCode("vtkSLACReader_GetReadExternalSurface", "D_vtkSLACReader_GetReadExternalSurface")); mixin(bindCode("vtkSLACReader_SetReadExternalSurface", "D_vtkSLACReader_SetReadExternalSurface")); mixin(bindCode("vtkSLACReader_ReadExternalSurfaceOn", "D_vtkSLACReader_ReadExternalSurfaceOn")); mixin(bindCode("vtkSLACReader_ReadExternalSurfaceOff", "D_vtkSLACReader_ReadExternalSurfaceOff")); mixin(bindCode("vtkSLACReader_GetReadMidpoints", "D_vtkSLACReader_GetReadMidpoints")); mixin(bindCode("vtkSLACReader_SetReadMidpoints", "D_vtkSLACReader_SetReadMidpoints")); mixin(bindCode("vtkSLACReader_ReadMidpointsOn", "D_vtkSLACReader_ReadMidpointsOn")); mixin(bindCode("vtkSLACReader_ReadMidpointsOff", "D_vtkSLACReader_ReadMidpointsOff")); mixin(bindCode("vtkSLACReader_GetNumberOfVariableArrays", "D_vtkSLACReader_GetNumberOfVariableArrays")); mixin(bindCode("vtkSLACReader_GetVariableArrayName", "D_vtkSLACReader_GetVariableArrayName")); mixin(bindCode("vtkSLACReader_GetVariableArrayStatus", "D_vtkSLACReader_GetVariableArrayStatus")); mixin(bindCode("vtkSLACReader_SetVariableArrayStatus", "D_vtkSLACReader_SetVariableArrayStatus")); mixin(bindCode("vtkSLACReader_ResetFrequencyScales", "D_vtkSLACReader_ResetFrequencyScales")); mixin(bindCode("vtkSLACReader_SetFrequencyScale", "D_vtkSLACReader_SetFrequencyScale")); mixin(bindCode("vtkSLACReader_ResetPhaseShifts", "D_vtkSLACReader_ResetPhaseShifts")); mixin(bindCode("vtkSLACReader_SetPhaseShift", "D_vtkSLACReader_SetPhaseShift")); mixin(bindCode("vtkSLACReader_GetFrequencyScales", "D_vtkSLACReader_GetFrequencyScales")); mixin(bindCode("vtkSLACReader_GetPhaseShifts", "D_vtkSLACReader_GetPhaseShifts")); mixin(bindCode("vtkSLACReader_CanReadFile", "D_vtkSLACReader_CanReadFile")); mixin(bindCode("vtkSLACReader_IS_INTERNAL_VOLUME", "D_vtkSLACReader_IS_INTERNAL_VOLUME")); mixin(bindCode("vtkSLACReader_IS_EXTERNAL_SURFACE", "D_vtkSLACReader_IS_EXTERNAL_SURFACE")); mixin(bindCode("vtkSLACReader_POINTS", "D_vtkSLACReader_POINTS")); mixin(bindCode("vtkSLACReader_POINT_DATA", "D_vtkSLACReader_POINT_DATA")); mixin(bindCode("vtkSLACReader_Upcast", "D_vtkSLACReader_Upcast")); mixin(bindCode("vtkBrush_IsTypeOf", "D_vtkBrush_IsTypeOf")); mixin(bindCode("vtkBrush_SafeDownCast", "D_vtkBrush_SafeDownCast")); mixin(bindCode("vtkBrush_NewInstance", "D_vtkBrush_NewInstance")); mixin(bindCode("vtkBrush_New", "D_vtkBrush_New")); mixin(bindCode("vtkBrush_SetColorF__SWIG_0", "D_vtkBrush_SetColorF__SWIG_0")); mixin(bindCode("vtkBrush_SetColorF__SWIG_1", "D_vtkBrush_SetColorF__SWIG_1")); mixin(bindCode("vtkBrush_SetColorF__SWIG_2", "D_vtkBrush_SetColorF__SWIG_2")); mixin(bindCode("vtkBrush_SetOpacityF", "D_vtkBrush_SetOpacityF")); mixin(bindCode("vtkBrush_GetOpacityF", "D_vtkBrush_GetOpacityF")); mixin(bindCode("vtkBrush_SetColor__SWIG_0", "D_vtkBrush_SetColor__SWIG_0")); mixin(bindCode("vtkBrush_SetColor__SWIG_1", "D_vtkBrush_SetColor__SWIG_1")); mixin(bindCode("vtkBrush_SetColor__SWIG_2", "D_vtkBrush_SetColor__SWIG_2")); mixin(bindCode("vtkBrush_SetColor__SWIG_3", "D_vtkBrush_SetColor__SWIG_3")); mixin(bindCode("vtkBrush_SetOpacity", "D_vtkBrush_SetOpacity")); mixin(bindCode("vtkBrush_GetOpacity", "D_vtkBrush_GetOpacity")); mixin(bindCode("vtkBrush_GetColorF", "D_vtkBrush_GetColorF")); mixin(bindCode("vtkBrush_GetColor__SWIG_0", "D_vtkBrush_GetColor__SWIG_0")); mixin(bindCode("vtkBrush_GetColor__SWIG_1", "D_vtkBrush_GetColor__SWIG_1")); mixin(bindCode("vtkBrush_GetColorObject", "D_vtkBrush_GetColorObject")); mixin(bindCode("vtkBrush_SetTexture", "D_vtkBrush_SetTexture")); mixin(bindCode("vtkBrush_GetTexture", "D_vtkBrush_GetTexture")); mixin(bindCode("vtkBrush_SetTextureProperties", "D_vtkBrush_SetTextureProperties")); mixin(bindCode("vtkBrush_GetTextureProperties", "D_vtkBrush_GetTextureProperties")); mixin(bindCode("vtkBrush_DeepCopy", "D_vtkBrush_DeepCopy")); mixin(bindCode("new_vtkBrush", "D_new_vtkBrush")); mixin(bindCode("delete_vtkBrush", "D_delete_vtkBrush")); mixin(bindCode("vtkBrush_Upcast", "D_vtkBrush_Upcast")); mixin(bindCode("vtkUnstructuredGridVolumeRayCastIterator_IsTypeOf", "D_vtkUnstructuredGridVolumeRayCastIterator_IsTypeOf")); mixin(bindCode("vtkUnstructuredGridVolumeRayCastIterator_SafeDownCast", "D_vtkUnstructuredGridVolumeRayCastIterator_SafeDownCast")); mixin(bindCode("vtkUnstructuredGridVolumeRayCastIterator_NewInstance", "D_vtkUnstructuredGridVolumeRayCastIterator_NewInstance")); mixin(bindCode("vtkUnstructuredGridVolumeRayCastIterator_Initialize", "D_vtkUnstructuredGridVolumeRayCastIterator_Initialize")); mixin(bindCode("vtkUnstructuredGridVolumeRayCastIterator_GetNextIntersections", "D_vtkUnstructuredGridVolumeRayCastIterator_GetNextIntersections")); mixin(bindCode("vtkUnstructuredGridVolumeRayCastIterator_SetBounds__SWIG_0", "D_vtkUnstructuredGridVolumeRayCastIterator_SetBounds__SWIG_0")); mixin(bindCode("vtkUnstructuredGridVolumeRayCastIterator_SetBounds__SWIG_1", "D_vtkUnstructuredGridVolumeRayCastIterator_SetBounds__SWIG_1")); mixin(bindCode("vtkUnstructuredGridVolumeRayCastIterator_GetBounds__SWIG_0", "D_vtkUnstructuredGridVolumeRayCastIterator_GetBounds__SWIG_0")); mixin(bindCode("vtkUnstructuredGridVolumeRayCastIterator_GetBounds__SWIG_1", "D_vtkUnstructuredGridVolumeRayCastIterator_GetBounds__SWIG_1")); mixin(bindCode("vtkUnstructuredGridVolumeRayCastIterator_GetBounds__SWIG_2", "D_vtkUnstructuredGridVolumeRayCastIterator_GetBounds__SWIG_2")); mixin(bindCode("vtkUnstructuredGridVolumeRayCastIterator_SetMaxNumberOfIntersections", "D_vtkUnstructuredGridVolumeRayCastIterator_SetMaxNumberOfIntersections")); mixin(bindCode("vtkUnstructuredGridVolumeRayCastIterator_GetMaxNumberOfIntersections", "D_vtkUnstructuredGridVolumeRayCastIterator_GetMaxNumberOfIntersections")); mixin(bindCode("vtkUnstructuredGridVolumeRayCastIterator_Upcast", "D_vtkUnstructuredGridVolumeRayCastIterator_Upcast")); mixin(bindCode("vtkExtractSelectedPolyDataIds_IsTypeOf", "D_vtkExtractSelectedPolyDataIds_IsTypeOf")); mixin(bindCode("vtkExtractSelectedPolyDataIds_SafeDownCast", "D_vtkExtractSelectedPolyDataIds_SafeDownCast")); mixin(bindCode("vtkExtractSelectedPolyDataIds_NewInstance", "D_vtkExtractSelectedPolyDataIds_NewInstance")); mixin(bindCode("vtkExtractSelectedPolyDataIds_New", "D_vtkExtractSelectedPolyDataIds_New")); mixin(bindCode("vtkExtractSelectedPolyDataIds_Upcast", "D_vtkExtractSelectedPolyDataIds_Upcast")); mixin(bindCode("vtkTDxInteractorStyleSettings_New", "D_vtkTDxInteractorStyleSettings_New")); mixin(bindCode("vtkTDxInteractorStyleSettings_IsTypeOf", "D_vtkTDxInteractorStyleSettings_IsTypeOf")); mixin(bindCode("vtkTDxInteractorStyleSettings_SafeDownCast", "D_vtkTDxInteractorStyleSettings_SafeDownCast")); mixin(bindCode("vtkTDxInteractorStyleSettings_NewInstance", "D_vtkTDxInteractorStyleSettings_NewInstance")); mixin(bindCode("vtkTDxInteractorStyleSettings_SetAngleSensitivity", "D_vtkTDxInteractorStyleSettings_SetAngleSensitivity")); mixin(bindCode("vtkTDxInteractorStyleSettings_GetAngleSensitivity", "D_vtkTDxInteractorStyleSettings_GetAngleSensitivity")); mixin(bindCode("vtkTDxInteractorStyleSettings_SetUseRotationX", "D_vtkTDxInteractorStyleSettings_SetUseRotationX")); mixin(bindCode("vtkTDxInteractorStyleSettings_GetUseRotationX", "D_vtkTDxInteractorStyleSettings_GetUseRotationX")); mixin(bindCode("vtkTDxInteractorStyleSettings_SetUseRotationY", "D_vtkTDxInteractorStyleSettings_SetUseRotationY")); mixin(bindCode("vtkTDxInteractorStyleSettings_GetUseRotationY", "D_vtkTDxInteractorStyleSettings_GetUseRotationY")); mixin(bindCode("vtkTDxInteractorStyleSettings_SetUseRotationZ", "D_vtkTDxInteractorStyleSettings_SetUseRotationZ")); mixin(bindCode("vtkTDxInteractorStyleSettings_GetUseRotationZ", "D_vtkTDxInteractorStyleSettings_GetUseRotationZ")); mixin(bindCode("vtkTDxInteractorStyleSettings_SetTranslationXSensitivity", "D_vtkTDxInteractorStyleSettings_SetTranslationXSensitivity")); mixin(bindCode("vtkTDxInteractorStyleSettings_GetTranslationXSensitivity", "D_vtkTDxInteractorStyleSettings_GetTranslationXSensitivity")); mixin(bindCode("vtkTDxInteractorStyleSettings_SetTranslationYSensitivity", "D_vtkTDxInteractorStyleSettings_SetTranslationYSensitivity")); mixin(bindCode("vtkTDxInteractorStyleSettings_GetTranslationYSensitivity", "D_vtkTDxInteractorStyleSettings_GetTranslationYSensitivity")); mixin(bindCode("vtkTDxInteractorStyleSettings_SetTranslationZSensitivity", "D_vtkTDxInteractorStyleSettings_SetTranslationZSensitivity")); mixin(bindCode("vtkTDxInteractorStyleSettings_GetTranslationZSensitivity", "D_vtkTDxInteractorStyleSettings_GetTranslationZSensitivity")); mixin(bindCode("vtkTDxInteractorStyleSettings_Upcast", "D_vtkTDxInteractorStyleSettings_Upcast")); mixin(bindCode("vtkNormalizeMatrixVectors_New", "D_vtkNormalizeMatrixVectors_New")); mixin(bindCode("vtkNormalizeMatrixVectors_IsTypeOf", "D_vtkNormalizeMatrixVectors_IsTypeOf")); mixin(bindCode("vtkNormalizeMatrixVectors_SafeDownCast", "D_vtkNormalizeMatrixVectors_SafeDownCast")); mixin(bindCode("vtkNormalizeMatrixVectors_NewInstance", "D_vtkNormalizeMatrixVectors_NewInstance")); mixin(bindCode("vtkNormalizeMatrixVectors_GetVectorDimension", "D_vtkNormalizeMatrixVectors_GetVectorDimension")); mixin(bindCode("vtkNormalizeMatrixVectors_SetVectorDimension", "D_vtkNormalizeMatrixVectors_SetVectorDimension")); mixin(bindCode("vtkNormalizeMatrixVectors_GetPValue", "D_vtkNormalizeMatrixVectors_GetPValue")); mixin(bindCode("vtkNormalizeMatrixVectors_SetPValue", "D_vtkNormalizeMatrixVectors_SetPValue")); mixin(bindCode("vtkNormalizeMatrixVectors_Upcast", "D_vtkNormalizeMatrixVectors_Upcast")); mixin(bindCode("vtkLongLongArray_New", "D_vtkLongLongArray_New")); mixin(bindCode("vtkLongLongArray_IsTypeOf", "D_vtkLongLongArray_IsTypeOf")); mixin(bindCode("vtkLongLongArray_SafeDownCast", "D_vtkLongLongArray_SafeDownCast")); mixin(bindCode("vtkLongLongArray_NewInstance", "D_vtkLongLongArray_NewInstance")); mixin(bindCode("vtkLongLongArray_GetTupleValue", "D_vtkLongLongArray_GetTupleValue")); mixin(bindCode("vtkLongLongArray_SetTupleValue", "D_vtkLongLongArray_SetTupleValue")); mixin(bindCode("vtkLongLongArray_InsertTupleValue", "D_vtkLongLongArray_InsertTupleValue")); mixin(bindCode("vtkLongLongArray_InsertNextTupleValue", "D_vtkLongLongArray_InsertNextTupleValue")); mixin(bindCode("vtkLongLongArray_GetValue", "D_vtkLongLongArray_GetValue")); mixin(bindCode("vtkLongLongArray_SetValue", "D_vtkLongLongArray_SetValue")); mixin(bindCode("vtkLongLongArray_SetNumberOfValues", "D_vtkLongLongArray_SetNumberOfValues")); mixin(bindCode("vtkLongLongArray_InsertValue", "D_vtkLongLongArray_InsertValue")); mixin(bindCode("vtkLongLongArray_InsertNextValue", "D_vtkLongLongArray_InsertNextValue")); mixin(bindCode("vtkLongLongArray_GetValueRange__SWIG_0", "D_vtkLongLongArray_GetValueRange__SWIG_0")); mixin(bindCode("vtkLongLongArray_GetValueRange__SWIG_1", "D_vtkLongLongArray_GetValueRange__SWIG_1")); mixin(bindCode("vtkLongLongArray_GetDataTypeValueMin", "D_vtkLongLongArray_GetDataTypeValueMin")); mixin(bindCode("vtkLongLongArray_GetDataTypeValueMax", "D_vtkLongLongArray_GetDataTypeValueMax")); mixin(bindCode("vtkLongLongArray_WritePointer", "D_vtkLongLongArray_WritePointer")); mixin(bindCode("vtkLongLongArray_GetPointer", "D_vtkLongLongArray_GetPointer")); mixin(bindCode("vtkLongLongArray_SetArray__SWIG_0", "D_vtkLongLongArray_SetArray__SWIG_0")); mixin(bindCode("vtkLongLongArray_SetArray__SWIG_1", "D_vtkLongLongArray_SetArray__SWIG_1")); mixin(bindCode("vtkLongLongArray_Upcast", "D_vtkLongLongArray_Upcast")); mixin(bindCode("vtkKMeansDistanceFunctor_New", "D_vtkKMeansDistanceFunctor_New")); mixin(bindCode("vtkKMeansDistanceFunctor_IsTypeOf", "D_vtkKMeansDistanceFunctor_IsTypeOf")); mixin(bindCode("vtkKMeansDistanceFunctor_SafeDownCast", "D_vtkKMeansDistanceFunctor_SafeDownCast")); mixin(bindCode("vtkKMeansDistanceFunctor_NewInstance", "D_vtkKMeansDistanceFunctor_NewInstance")); mixin(bindCode("vtkKMeansDistanceFunctor_GetEmptyTuple", "D_vtkKMeansDistanceFunctor_GetEmptyTuple")); mixin(bindCode("vtkKMeansDistanceFunctor_opCall", "D_vtkKMeansDistanceFunctor_opCall")); mixin(bindCode("vtkKMeansDistanceFunctor_PairwiseUpdate", "D_vtkKMeansDistanceFunctor_PairwiseUpdate")); mixin(bindCode("vtkKMeansDistanceFunctor_PerturbElement", "D_vtkKMeansDistanceFunctor_PerturbElement")); mixin(bindCode("vtkKMeansDistanceFunctor_AllocateElementArray", "D_vtkKMeansDistanceFunctor_AllocateElementArray")); mixin(bindCode("vtkKMeansDistanceFunctor_DeallocateElementArray", "D_vtkKMeansDistanceFunctor_DeallocateElementArray")); mixin(bindCode("vtkKMeansDistanceFunctor_CreateCoordinateArray", "D_vtkKMeansDistanceFunctor_CreateCoordinateArray")); mixin(bindCode("vtkKMeansDistanceFunctor_PackElements", "D_vtkKMeansDistanceFunctor_PackElements")); mixin(bindCode("vtkKMeansDistanceFunctor_UnPackElements__SWIG_0", "D_vtkKMeansDistanceFunctor_UnPackElements__SWIG_0")); mixin(bindCode("vtkKMeansDistanceFunctor_UnPackElements__SWIG_1", "D_vtkKMeansDistanceFunctor_UnPackElements__SWIG_1")); mixin(bindCode("vtkKMeansDistanceFunctor_GetDataType", "D_vtkKMeansDistanceFunctor_GetDataType")); mixin(bindCode("vtkKMeansDistanceFunctor_Upcast", "D_vtkKMeansDistanceFunctor_Upcast")); mixin(bindCode("vtkImageIdealLowPass_New", "D_vtkImageIdealLowPass_New")); mixin(bindCode("vtkImageIdealLowPass_IsTypeOf", "D_vtkImageIdealLowPass_IsTypeOf")); mixin(bindCode("vtkImageIdealLowPass_SafeDownCast", "D_vtkImageIdealLowPass_SafeDownCast")); mixin(bindCode("vtkImageIdealLowPass_NewInstance", "D_vtkImageIdealLowPass_NewInstance")); mixin(bindCode("vtkImageIdealLowPass_SetCutOff__SWIG_0", "D_vtkImageIdealLowPass_SetCutOff__SWIG_0")); mixin(bindCode("vtkImageIdealLowPass_SetCutOff__SWIG_1", "D_vtkImageIdealLowPass_SetCutOff__SWIG_1")); mixin(bindCode("vtkImageIdealLowPass_SetCutOff__SWIG_2", "D_vtkImageIdealLowPass_SetCutOff__SWIG_2")); mixin(bindCode("vtkImageIdealLowPass_SetXCutOff", "D_vtkImageIdealLowPass_SetXCutOff")); mixin(bindCode("vtkImageIdealLowPass_SetYCutOff", "D_vtkImageIdealLowPass_SetYCutOff")); mixin(bindCode("vtkImageIdealLowPass_SetZCutOff", "D_vtkImageIdealLowPass_SetZCutOff")); mixin(bindCode("vtkImageIdealLowPass_GetCutOff__SWIG_0", "D_vtkImageIdealLowPass_GetCutOff__SWIG_0")); mixin(bindCode("vtkImageIdealLowPass_GetCutOff__SWIG_1", "D_vtkImageIdealLowPass_GetCutOff__SWIG_1")); mixin(bindCode("vtkImageIdealLowPass_GetCutOff__SWIG_2", "D_vtkImageIdealLowPass_GetCutOff__SWIG_2")); mixin(bindCode("vtkImageIdealLowPass_GetXCutOff", "D_vtkImageIdealLowPass_GetXCutOff")); mixin(bindCode("vtkImageIdealLowPass_GetYCutOff", "D_vtkImageIdealLowPass_GetYCutOff")); mixin(bindCode("vtkImageIdealLowPass_GetZCutOff", "D_vtkImageIdealLowPass_GetZCutOff")); mixin(bindCode("vtkImageIdealLowPass_Upcast", "D_vtkImageIdealLowPass_Upcast")); mixin(bindCode("VTK_SQL_ALLBACKENDS_get", "D_VTK_SQL_ALLBACKENDS_get")); mixin(bindCode("VTK_SQL_MYSQL_get", "D_VTK_SQL_MYSQL_get")); mixin(bindCode("VTK_SQL_POSTGRESQL_get", "D_VTK_SQL_POSTGRESQL_get")); mixin(bindCode("VTK_SQL_SQLITE_get", "D_VTK_SQL_SQLITE_get")); mixin(bindCode("vtkSQLDatabaseSchema_IsTypeOf", "D_vtkSQLDatabaseSchema_IsTypeOf")); mixin(bindCode("vtkSQLDatabaseSchema_SafeDownCast", "D_vtkSQLDatabaseSchema_SafeDownCast")); mixin(bindCode("vtkSQLDatabaseSchema_NewInstance", "D_vtkSQLDatabaseSchema_NewInstance")); mixin(bindCode("vtkSQLDatabaseSchema_New", "D_vtkSQLDatabaseSchema_New")); mixin(bindCode("vtkSQLDatabaseSchema_AddPreamble__SWIG_0", "D_vtkSQLDatabaseSchema_AddPreamble__SWIG_0")); mixin(bindCode("vtkSQLDatabaseSchema_AddPreamble__SWIG_1", "D_vtkSQLDatabaseSchema_AddPreamble__SWIG_1")); mixin(bindCode("vtkSQLDatabaseSchema_AddTable", "D_vtkSQLDatabaseSchema_AddTable")); mixin(bindCode("vtkSQLDatabaseSchema_AddColumnToTable__SWIG_0", "D_vtkSQLDatabaseSchema_AddColumnToTable__SWIG_0")); mixin(bindCode("vtkSQLDatabaseSchema_AddColumnToTable__SWIG_1", "D_vtkSQLDatabaseSchema_AddColumnToTable__SWIG_1")); mixin(bindCode("vtkSQLDatabaseSchema_AddIndexToTable__SWIG_0", "D_vtkSQLDatabaseSchema_AddIndexToTable__SWIG_0")); mixin(bindCode("vtkSQLDatabaseSchema_AddIndexToTable__SWIG_1", "D_vtkSQLDatabaseSchema_AddIndexToTable__SWIG_1")); mixin(bindCode("vtkSQLDatabaseSchema_AddColumnToIndex__SWIG_0", "D_vtkSQLDatabaseSchema_AddColumnToIndex__SWIG_0")); mixin(bindCode("vtkSQLDatabaseSchema_AddColumnToIndex__SWIG_1", "D_vtkSQLDatabaseSchema_AddColumnToIndex__SWIG_1")); mixin(bindCode("vtkSQLDatabaseSchema_AddTriggerToTable__SWIG_0", "D_vtkSQLDatabaseSchema_AddTriggerToTable__SWIG_0")); mixin(bindCode("vtkSQLDatabaseSchema_AddTriggerToTable__SWIG_1", "D_vtkSQLDatabaseSchema_AddTriggerToTable__SWIG_1")); mixin(bindCode("vtkSQLDatabaseSchema_AddTriggerToTable__SWIG_2", "D_vtkSQLDatabaseSchema_AddTriggerToTable__SWIG_2")); mixin(bindCode("vtkSQLDatabaseSchema_AddTriggerToTable__SWIG_3", "D_vtkSQLDatabaseSchema_AddTriggerToTable__SWIG_3")); mixin(bindCode("vtkSQLDatabaseSchema_AddOptionToTable__SWIG_0", "D_vtkSQLDatabaseSchema_AddOptionToTable__SWIG_0")); mixin(bindCode("vtkSQLDatabaseSchema_AddOptionToTable__SWIG_1", "D_vtkSQLDatabaseSchema_AddOptionToTable__SWIG_1")); mixin(bindCode("vtkSQLDatabaseSchema_AddOptionToTable__SWIG_2", "D_vtkSQLDatabaseSchema_AddOptionToTable__SWIG_2")); mixin(bindCode("vtkSQLDatabaseSchema_AddOptionToTable__SWIG_3", "D_vtkSQLDatabaseSchema_AddOptionToTable__SWIG_3")); mixin(bindCode("vtkSQLDatabaseSchema_GetPreambleHandleFromName", "D_vtkSQLDatabaseSchema_GetPreambleHandleFromName")); mixin(bindCode("vtkSQLDatabaseSchema_GetPreambleNameFromHandle", "D_vtkSQLDatabaseSchema_GetPreambleNameFromHandle")); mixin(bindCode("vtkSQLDatabaseSchema_GetPreambleActionFromHandle", "D_vtkSQLDatabaseSchema_GetPreambleActionFromHandle")); mixin(bindCode("vtkSQLDatabaseSchema_GetPreambleBackendFromHandle", "D_vtkSQLDatabaseSchema_GetPreambleBackendFromHandle")); mixin(bindCode("vtkSQLDatabaseSchema_GetTableHandleFromName", "D_vtkSQLDatabaseSchema_GetTableHandleFromName")); mixin(bindCode("vtkSQLDatabaseSchema_GetTableNameFromHandle", "D_vtkSQLDatabaseSchema_GetTableNameFromHandle")); mixin(bindCode("vtkSQLDatabaseSchema_GetIndexHandleFromName", "D_vtkSQLDatabaseSchema_GetIndexHandleFromName")); mixin(bindCode("vtkSQLDatabaseSchema_GetIndexNameFromHandle", "D_vtkSQLDatabaseSchema_GetIndexNameFromHandle")); mixin(bindCode("vtkSQLDatabaseSchema_GetIndexTypeFromHandle", "D_vtkSQLDatabaseSchema_GetIndexTypeFromHandle")); mixin(bindCode("vtkSQLDatabaseSchema_GetIndexColumnNameFromHandle", "D_vtkSQLDatabaseSchema_GetIndexColumnNameFromHandle")); mixin(bindCode("vtkSQLDatabaseSchema_GetColumnHandleFromName", "D_vtkSQLDatabaseSchema_GetColumnHandleFromName")); mixin(bindCode("vtkSQLDatabaseSchema_GetColumnNameFromHandle", "D_vtkSQLDatabaseSchema_GetColumnNameFromHandle")); mixin(bindCode("vtkSQLDatabaseSchema_GetColumnTypeFromHandle", "D_vtkSQLDatabaseSchema_GetColumnTypeFromHandle")); mixin(bindCode("vtkSQLDatabaseSchema_GetColumnSizeFromHandle", "D_vtkSQLDatabaseSchema_GetColumnSizeFromHandle")); mixin(bindCode("vtkSQLDatabaseSchema_GetColumnAttributesFromHandle", "D_vtkSQLDatabaseSchema_GetColumnAttributesFromHandle")); mixin(bindCode("vtkSQLDatabaseSchema_GetTriggerHandleFromName", "D_vtkSQLDatabaseSchema_GetTriggerHandleFromName")); mixin(bindCode("vtkSQLDatabaseSchema_GetTriggerNameFromHandle", "D_vtkSQLDatabaseSchema_GetTriggerNameFromHandle")); mixin(bindCode("vtkSQLDatabaseSchema_GetTriggerTypeFromHandle", "D_vtkSQLDatabaseSchema_GetTriggerTypeFromHandle")); mixin(bindCode("vtkSQLDatabaseSchema_GetTriggerActionFromHandle", "D_vtkSQLDatabaseSchema_GetTriggerActionFromHandle")); mixin(bindCode("vtkSQLDatabaseSchema_GetTriggerBackendFromHandle", "D_vtkSQLDatabaseSchema_GetTriggerBackendFromHandle")); mixin(bindCode("vtkSQLDatabaseSchema_GetOptionTextFromHandle", "D_vtkSQLDatabaseSchema_GetOptionTextFromHandle")); mixin(bindCode("vtkSQLDatabaseSchema_GetOptionBackendFromHandle", "D_vtkSQLDatabaseSchema_GetOptionBackendFromHandle")); mixin(bindCode("vtkSQLDatabaseSchema_Reset", "D_vtkSQLDatabaseSchema_Reset")); mixin(bindCode("vtkSQLDatabaseSchema_GetNumberOfPreambles", "D_vtkSQLDatabaseSchema_GetNumberOfPreambles")); mixin(bindCode("vtkSQLDatabaseSchema_GetNumberOfTables", "D_vtkSQLDatabaseSchema_GetNumberOfTables")); mixin(bindCode("vtkSQLDatabaseSchema_GetNumberOfColumnsInTable", "D_vtkSQLDatabaseSchema_GetNumberOfColumnsInTable")); mixin(bindCode("vtkSQLDatabaseSchema_GetNumberOfIndicesInTable", "D_vtkSQLDatabaseSchema_GetNumberOfIndicesInTable")); mixin(bindCode("vtkSQLDatabaseSchema_GetNumberOfColumnNamesInIndex", "D_vtkSQLDatabaseSchema_GetNumberOfColumnNamesInIndex")); mixin(bindCode("vtkSQLDatabaseSchema_GetNumberOfTriggersInTable", "D_vtkSQLDatabaseSchema_GetNumberOfTriggersInTable")); mixin(bindCode("vtkSQLDatabaseSchema_GetNumberOfOptionsInTable", "D_vtkSQLDatabaseSchema_GetNumberOfOptionsInTable")); mixin(bindCode("vtkSQLDatabaseSchema_SetName", "D_vtkSQLDatabaseSchema_SetName")); mixin(bindCode("vtkSQLDatabaseSchema_GetName", "D_vtkSQLDatabaseSchema_GetName")); mixin(bindCode("vtkSQLDatabaseSchema_Upcast", "D_vtkSQLDatabaseSchema_Upcast")); mixin(bindCode("vtkDistanceRepresentation_IsTypeOf", "D_vtkDistanceRepresentation_IsTypeOf")); mixin(bindCode("vtkDistanceRepresentation_SafeDownCast", "D_vtkDistanceRepresentation_SafeDownCast")); mixin(bindCode("vtkDistanceRepresentation_NewInstance", "D_vtkDistanceRepresentation_NewInstance")); mixin(bindCode("vtkDistanceRepresentation_GetDistance", "D_vtkDistanceRepresentation_GetDistance")); mixin(bindCode("vtkDistanceRepresentation_GetPoint1WorldPosition__SWIG_0", "D_vtkDistanceRepresentation_GetPoint1WorldPosition__SWIG_0")); mixin(bindCode("vtkDistanceRepresentation_GetPoint2WorldPosition__SWIG_0", "D_vtkDistanceRepresentation_GetPoint2WorldPosition__SWIG_0")); mixin(bindCode("vtkDistanceRepresentation_GetPoint1WorldPosition__SWIG_1", "D_vtkDistanceRepresentation_GetPoint1WorldPosition__SWIG_1")); mixin(bindCode("vtkDistanceRepresentation_GetPoint2WorldPosition__SWIG_1", "D_vtkDistanceRepresentation_GetPoint2WorldPosition__SWIG_1")); mixin(bindCode("vtkDistanceRepresentation_SetPoint1DisplayPosition", "D_vtkDistanceRepresentation_SetPoint1DisplayPosition")); mixin(bindCode("vtkDistanceRepresentation_SetPoint2DisplayPosition", "D_vtkDistanceRepresentation_SetPoint2DisplayPosition")); mixin(bindCode("vtkDistanceRepresentation_GetPoint1DisplayPosition", "D_vtkDistanceRepresentation_GetPoint1DisplayPosition")); mixin(bindCode("vtkDistanceRepresentation_GetPoint2DisplayPosition", "D_vtkDistanceRepresentation_GetPoint2DisplayPosition")); mixin(bindCode("vtkDistanceRepresentation_SetPoint1WorldPosition", "D_vtkDistanceRepresentation_SetPoint1WorldPosition")); mixin(bindCode("vtkDistanceRepresentation_SetPoint2WorldPosition", "D_vtkDistanceRepresentation_SetPoint2WorldPosition")); mixin(bindCode("vtkDistanceRepresentation_SetHandleRepresentation", "D_vtkDistanceRepresentation_SetHandleRepresentation")); mixin(bindCode("vtkDistanceRepresentation_InstantiateHandleRepresentation", "D_vtkDistanceRepresentation_InstantiateHandleRepresentation")); mixin(bindCode("vtkDistanceRepresentation_GetPoint1Representation", "D_vtkDistanceRepresentation_GetPoint1Representation")); mixin(bindCode("vtkDistanceRepresentation_GetPoint2Representation", "D_vtkDistanceRepresentation_GetPoint2Representation")); mixin(bindCode("vtkDistanceRepresentation_SetTolerance", "D_vtkDistanceRepresentation_SetTolerance")); mixin(bindCode("vtkDistanceRepresentation_GetToleranceMinValue", "D_vtkDistanceRepresentation_GetToleranceMinValue")); mixin(bindCode("vtkDistanceRepresentation_GetToleranceMaxValue", "D_vtkDistanceRepresentation_GetToleranceMaxValue")); mixin(bindCode("vtkDistanceRepresentation_GetTolerance", "D_vtkDistanceRepresentation_GetTolerance")); mixin(bindCode("vtkDistanceRepresentation_SetLabelFormat", "D_vtkDistanceRepresentation_SetLabelFormat")); mixin(bindCode("vtkDistanceRepresentation_GetLabelFormat", "D_vtkDistanceRepresentation_GetLabelFormat")); mixin(bindCode("vtkDistanceRepresentation_SetRulerMode", "D_vtkDistanceRepresentation_SetRulerMode")); mixin(bindCode("vtkDistanceRepresentation_GetRulerMode", "D_vtkDistanceRepresentation_GetRulerMode")); mixin(bindCode("vtkDistanceRepresentation_RulerModeOn", "D_vtkDistanceRepresentation_RulerModeOn")); mixin(bindCode("vtkDistanceRepresentation_RulerModeOff", "D_vtkDistanceRepresentation_RulerModeOff")); mixin(bindCode("vtkDistanceRepresentation_SetRulerDistance", "D_vtkDistanceRepresentation_SetRulerDistance")); mixin(bindCode("vtkDistanceRepresentation_GetRulerDistanceMinValue", "D_vtkDistanceRepresentation_GetRulerDistanceMinValue")); mixin(bindCode("vtkDistanceRepresentation_GetRulerDistanceMaxValue", "D_vtkDistanceRepresentation_GetRulerDistanceMaxValue")); mixin(bindCode("vtkDistanceRepresentation_GetRulerDistance", "D_vtkDistanceRepresentation_GetRulerDistance")); mixin(bindCode("vtkDistanceRepresentation_SetNumberOfRulerTicks", "D_vtkDistanceRepresentation_SetNumberOfRulerTicks")); mixin(bindCode("vtkDistanceRepresentation_GetNumberOfRulerTicksMinValue", "D_vtkDistanceRepresentation_GetNumberOfRulerTicksMinValue")); mixin(bindCode("vtkDistanceRepresentation_GetNumberOfRulerTicksMaxValue", "D_vtkDistanceRepresentation_GetNumberOfRulerTicksMaxValue")); mixin(bindCode("vtkDistanceRepresentation_GetNumberOfRulerTicks", "D_vtkDistanceRepresentation_GetNumberOfRulerTicks")); mixin(bindCode("vtkDistanceRepresentation_ComputeInteractionState__SWIG_0", "D_vtkDistanceRepresentation_ComputeInteractionState__SWIG_0")); mixin(bindCode("vtkDistanceRepresentation_ComputeInteractionState__SWIG_1", "D_vtkDistanceRepresentation_ComputeInteractionState__SWIG_1")); mixin(bindCode("vtkDistanceRepresentation_Upcast", "D_vtkDistanceRepresentation_Upcast")); mixin(bindCode("vtkDistanceRepresentation3D_New", "D_vtkDistanceRepresentation3D_New")); mixin(bindCode("vtkDistanceRepresentation3D_IsTypeOf", "D_vtkDistanceRepresentation3D_IsTypeOf")); mixin(bindCode("vtkDistanceRepresentation3D_SafeDownCast", "D_vtkDistanceRepresentation3D_SafeDownCast")); mixin(bindCode("vtkDistanceRepresentation3D_NewInstance", "D_vtkDistanceRepresentation3D_NewInstance")); mixin(bindCode("vtkDistanceRepresentation3D_SetGlyphScale", "D_vtkDistanceRepresentation3D_SetGlyphScale")); mixin(bindCode("vtkDistanceRepresentation3D_GetGlyphScale", "D_vtkDistanceRepresentation3D_GetGlyphScale")); mixin(bindCode("vtkDistanceRepresentation3D_GetLineProperty", "D_vtkDistanceRepresentation3D_GetLineProperty")); mixin(bindCode("vtkDistanceRepresentation3D_SetLabelPosition", "D_vtkDistanceRepresentation3D_SetLabelPosition")); mixin(bindCode("vtkDistanceRepresentation3D_GetLabelPosition", "D_vtkDistanceRepresentation3D_GetLabelPosition")); mixin(bindCode("vtkDistanceRepresentation3D_SetMaximumNumberOfRulerTicks", "D_vtkDistanceRepresentation3D_SetMaximumNumberOfRulerTicks")); mixin(bindCode("vtkDistanceRepresentation3D_GetMaximumNumberOfRulerTicksMinValue", "D_vtkDistanceRepresentation3D_GetMaximumNumberOfRulerTicksMinValue")); mixin(bindCode("vtkDistanceRepresentation3D_GetMaximumNumberOfRulerTicksMaxValue", "D_vtkDistanceRepresentation3D_GetMaximumNumberOfRulerTicksMaxValue")); mixin(bindCode("vtkDistanceRepresentation3D_GetMaximumNumberOfRulerTicks", "D_vtkDistanceRepresentation3D_GetMaximumNumberOfRulerTicks")); mixin(bindCode("vtkDistanceRepresentation3D_GetGlyphActor", "D_vtkDistanceRepresentation3D_GetGlyphActor")); mixin(bindCode("vtkDistanceRepresentation3D_GetLabelActor", "D_vtkDistanceRepresentation3D_GetLabelActor")); mixin(bindCode("vtkDistanceRepresentation3D_GetPoint1WorldPosition__SWIG_0", "D_vtkDistanceRepresentation3D_GetPoint1WorldPosition__SWIG_0")); mixin(bindCode("vtkDistanceRepresentation3D_GetPoint2WorldPosition__SWIG_0", "D_vtkDistanceRepresentation3D_GetPoint2WorldPosition__SWIG_0")); mixin(bindCode("vtkDistanceRepresentation3D_GetPoint1WorldPosition__SWIG_1", "D_vtkDistanceRepresentation3D_GetPoint1WorldPosition__SWIG_1")); mixin(bindCode("vtkDistanceRepresentation3D_GetPoint2WorldPosition__SWIG_1", "D_vtkDistanceRepresentation3D_GetPoint2WorldPosition__SWIG_1")); mixin(bindCode("vtkDistanceRepresentation3D_SetLabelScale__SWIG_0", "D_vtkDistanceRepresentation3D_SetLabelScale__SWIG_0")); mixin(bindCode("vtkDistanceRepresentation3D_SetLabelScale__SWIG_1", "D_vtkDistanceRepresentation3D_SetLabelScale__SWIG_1")); mixin(bindCode("vtkDistanceRepresentation3D_GetLabelScale", "D_vtkDistanceRepresentation3D_GetLabelScale")); mixin(bindCode("vtkDistanceRepresentation3D_GetLabelProperty", "D_vtkDistanceRepresentation3D_GetLabelProperty")); mixin(bindCode("vtkDistanceRepresentation3D_Upcast", "D_vtkDistanceRepresentation3D_Upcast")); mixin(bindCode("new_vtkFilteringInformationKeyManager", "D_new_vtkFilteringInformationKeyManager")); mixin(bindCode("delete_vtkFilteringInformationKeyManager", "D_delete_vtkFilteringInformationKeyManager")); mixin(bindCode("vtkFilteringInformationKeyManager_Register", "D_vtkFilteringInformationKeyManager_Register")); mixin(bindCode("vtkFilteringInformationKeyManagerInstance_set", "D_vtkFilteringInformationKeyManagerInstance_set")); mixin(bindCode("vtkFilteringInformationKeyManagerInstance_get", "D_vtkFilteringInformationKeyManagerInstance_get")); mixin(bindCode("VTK_EXTRACT_COMPONENT_get", "D_VTK_EXTRACT_COMPONENT_get")); mixin(bindCode("VTK_EXTRACT_EFFECTIVE_STRESS_get", "D_VTK_EXTRACT_EFFECTIVE_STRESS_get")); mixin(bindCode("VTK_EXTRACT_DETERMINANT_get", "D_VTK_EXTRACT_DETERMINANT_get")); mixin(bindCode("vtkExtractTensorComponents_IsTypeOf", "D_vtkExtractTensorComponents_IsTypeOf")); mixin(bindCode("vtkExtractTensorComponents_SafeDownCast", "D_vtkExtractTensorComponents_SafeDownCast")); mixin(bindCode("vtkExtractTensorComponents_NewInstance", "D_vtkExtractTensorComponents_NewInstance")); mixin(bindCode("vtkExtractTensorComponents_New", "D_vtkExtractTensorComponents_New")); mixin(bindCode("vtkExtractTensorComponents_SetPassTensorsToOutput", "D_vtkExtractTensorComponents_SetPassTensorsToOutput")); mixin(bindCode("vtkExtractTensorComponents_GetPassTensorsToOutput", "D_vtkExtractTensorComponents_GetPassTensorsToOutput")); mixin(bindCode("vtkExtractTensorComponents_PassTensorsToOutputOn", "D_vtkExtractTensorComponents_PassTensorsToOutputOn")); mixin(bindCode("vtkExtractTensorComponents_PassTensorsToOutputOff", "D_vtkExtractTensorComponents_PassTensorsToOutputOff")); mixin(bindCode("vtkExtractTensorComponents_SetExtractScalars", "D_vtkExtractTensorComponents_SetExtractScalars")); mixin(bindCode("vtkExtractTensorComponents_GetExtractScalars", "D_vtkExtractTensorComponents_GetExtractScalars")); mixin(bindCode("vtkExtractTensorComponents_ExtractScalarsOn", "D_vtkExtractTensorComponents_ExtractScalarsOn")); mixin(bindCode("vtkExtractTensorComponents_ExtractScalarsOff", "D_vtkExtractTensorComponents_ExtractScalarsOff")); mixin(bindCode("vtkExtractTensorComponents_SetScalarComponents__SWIG_0", "D_vtkExtractTensorComponents_SetScalarComponents__SWIG_0")); mixin(bindCode("vtkExtractTensorComponents_SetScalarComponents__SWIG_1", "D_vtkExtractTensorComponents_SetScalarComponents__SWIG_1")); mixin(bindCode("vtkExtractTensorComponents_GetScalarComponents__SWIG_0", "D_vtkExtractTensorComponents_GetScalarComponents__SWIG_0")); mixin(bindCode("vtkExtractTensorComponents_GetScalarComponents__SWIG_1", "D_vtkExtractTensorComponents_GetScalarComponents__SWIG_1")); mixin(bindCode("vtkExtractTensorComponents_SetScalarMode", "D_vtkExtractTensorComponents_SetScalarMode")); mixin(bindCode("vtkExtractTensorComponents_GetScalarMode", "D_vtkExtractTensorComponents_GetScalarMode")); mixin(bindCode("vtkExtractTensorComponents_SetScalarModeToComponent", "D_vtkExtractTensorComponents_SetScalarModeToComponent")); mixin(bindCode("vtkExtractTensorComponents_SetScalarModeToEffectiveStress", "D_vtkExtractTensorComponents_SetScalarModeToEffectiveStress")); mixin(bindCode("vtkExtractTensorComponents_SetScalarModeToDeterminant", "D_vtkExtractTensorComponents_SetScalarModeToDeterminant")); mixin(bindCode("vtkExtractTensorComponents_ScalarIsComponent", "D_vtkExtractTensorComponents_ScalarIsComponent")); mixin(bindCode("vtkExtractTensorComponents_ScalarIsEffectiveStress", "D_vtkExtractTensorComponents_ScalarIsEffectiveStress")); mixin(bindCode("vtkExtractTensorComponents_ScalarIsDeterminant", "D_vtkExtractTensorComponents_ScalarIsDeterminant")); mixin(bindCode("vtkExtractTensorComponents_SetExtractVectors", "D_vtkExtractTensorComponents_SetExtractVectors")); mixin(bindCode("vtkExtractTensorComponents_GetExtractVectors", "D_vtkExtractTensorComponents_GetExtractVectors")); mixin(bindCode("vtkExtractTensorComponents_ExtractVectorsOn", "D_vtkExtractTensorComponents_ExtractVectorsOn")); mixin(bindCode("vtkExtractTensorComponents_ExtractVectorsOff", "D_vtkExtractTensorComponents_ExtractVectorsOff")); mixin(bindCode("vtkExtractTensorComponents_SetVectorComponents__SWIG_0", "D_vtkExtractTensorComponents_SetVectorComponents__SWIG_0")); mixin(bindCode("vtkExtractTensorComponents_SetVectorComponents__SWIG_1", "D_vtkExtractTensorComponents_SetVectorComponents__SWIG_1")); mixin(bindCode("vtkExtractTensorComponents_GetVectorComponents__SWIG_0", "D_vtkExtractTensorComponents_GetVectorComponents__SWIG_0")); mixin(bindCode("vtkExtractTensorComponents_GetVectorComponents__SWIG_1", "D_vtkExtractTensorComponents_GetVectorComponents__SWIG_1")); mixin(bindCode("vtkExtractTensorComponents_SetExtractNormals", "D_vtkExtractTensorComponents_SetExtractNormals")); mixin(bindCode("vtkExtractTensorComponents_GetExtractNormals", "D_vtkExtractTensorComponents_GetExtractNormals")); mixin(bindCode("vtkExtractTensorComponents_ExtractNormalsOn", "D_vtkExtractTensorComponents_ExtractNormalsOn")); mixin(bindCode("vtkExtractTensorComponents_ExtractNormalsOff", "D_vtkExtractTensorComponents_ExtractNormalsOff")); mixin(bindCode("vtkExtractTensorComponents_SetNormalizeNormals", "D_vtkExtractTensorComponents_SetNormalizeNormals")); mixin(bindCode("vtkExtractTensorComponents_GetNormalizeNormals", "D_vtkExtractTensorComponents_GetNormalizeNormals")); mixin(bindCode("vtkExtractTensorComponents_NormalizeNormalsOn", "D_vtkExtractTensorComponents_NormalizeNormalsOn")); mixin(bindCode("vtkExtractTensorComponents_NormalizeNormalsOff", "D_vtkExtractTensorComponents_NormalizeNormalsOff")); mixin(bindCode("vtkExtractTensorComponents_SetNormalComponents__SWIG_0", "D_vtkExtractTensorComponents_SetNormalComponents__SWIG_0")); mixin(bindCode("vtkExtractTensorComponents_SetNormalComponents__SWIG_1", "D_vtkExtractTensorComponents_SetNormalComponents__SWIG_1")); mixin(bindCode("vtkExtractTensorComponents_GetNormalComponents__SWIG_0", "D_vtkExtractTensorComponents_GetNormalComponents__SWIG_0")); mixin(bindCode("vtkExtractTensorComponents_GetNormalComponents__SWIG_1", "D_vtkExtractTensorComponents_GetNormalComponents__SWIG_1")); mixin(bindCode("vtkExtractTensorComponents_SetExtractTCoords", "D_vtkExtractTensorComponents_SetExtractTCoords")); mixin(bindCode("vtkExtractTensorComponents_GetExtractTCoords", "D_vtkExtractTensorComponents_GetExtractTCoords")); mixin(bindCode("vtkExtractTensorComponents_ExtractTCoordsOn", "D_vtkExtractTensorComponents_ExtractTCoordsOn")); mixin(bindCode("vtkExtractTensorComponents_ExtractTCoordsOff", "D_vtkExtractTensorComponents_ExtractTCoordsOff")); mixin(bindCode("vtkExtractTensorComponents_SetNumberOfTCoords", "D_vtkExtractTensorComponents_SetNumberOfTCoords")); mixin(bindCode("vtkExtractTensorComponents_GetNumberOfTCoordsMinValue", "D_vtkExtractTensorComponents_GetNumberOfTCoordsMinValue")); mixin(bindCode("vtkExtractTensorComponents_GetNumberOfTCoordsMaxValue", "D_vtkExtractTensorComponents_GetNumberOfTCoordsMaxValue")); mixin(bindCode("vtkExtractTensorComponents_GetNumberOfTCoords", "D_vtkExtractTensorComponents_GetNumberOfTCoords")); mixin(bindCode("vtkExtractTensorComponents_SetTCoordComponents__SWIG_0", "D_vtkExtractTensorComponents_SetTCoordComponents__SWIG_0")); mixin(bindCode("vtkExtractTensorComponents_SetTCoordComponents__SWIG_1", "D_vtkExtractTensorComponents_SetTCoordComponents__SWIG_1")); mixin(bindCode("vtkExtractTensorComponents_GetTCoordComponents__SWIG_0", "D_vtkExtractTensorComponents_GetTCoordComponents__SWIG_0")); mixin(bindCode("vtkExtractTensorComponents_GetTCoordComponents__SWIG_1", "D_vtkExtractTensorComponents_GetTCoordComponents__SWIG_1")); mixin(bindCode("vtkExtractTensorComponents_Upcast", "D_vtkExtractTensorComponents_Upcast")); mixin(bindCode("vtkDistanceToCamera_New", "D_vtkDistanceToCamera_New")); mixin(bindCode("vtkDistanceToCamera_IsTypeOf", "D_vtkDistanceToCamera_IsTypeOf")); mixin(bindCode("vtkDistanceToCamera_SafeDownCast", "D_vtkDistanceToCamera_SafeDownCast")); mixin(bindCode("vtkDistanceToCamera_NewInstance", "D_vtkDistanceToCamera_NewInstance")); mixin(bindCode("vtkDistanceToCamera_SetRenderer", "D_vtkDistanceToCamera_SetRenderer")); mixin(bindCode("vtkDistanceToCamera_GetRenderer", "D_vtkDistanceToCamera_GetRenderer")); mixin(bindCode("vtkDistanceToCamera_SetScreenSize", "D_vtkDistanceToCamera_SetScreenSize")); mixin(bindCode("vtkDistanceToCamera_GetScreenSize", "D_vtkDistanceToCamera_GetScreenSize")); mixin(bindCode("vtkDistanceToCamera_SetScaling", "D_vtkDistanceToCamera_SetScaling")); mixin(bindCode("vtkDistanceToCamera_GetScaling", "D_vtkDistanceToCamera_GetScaling")); mixin(bindCode("vtkDistanceToCamera_ScalingOn", "D_vtkDistanceToCamera_ScalingOn")); mixin(bindCode("vtkDistanceToCamera_ScalingOff", "D_vtkDistanceToCamera_ScalingOff")); mixin(bindCode("vtkDistanceToCamera_Upcast", "D_vtkDistanceToCamera_Upcast")); mixin(bindCode("vtkPNGReader_New", "D_vtkPNGReader_New")); mixin(bindCode("vtkPNGReader_IsTypeOf", "D_vtkPNGReader_IsTypeOf")); mixin(bindCode("vtkPNGReader_SafeDownCast", "D_vtkPNGReader_SafeDownCast")); mixin(bindCode("vtkPNGReader_NewInstance", "D_vtkPNGReader_NewInstance")); mixin(bindCode("vtkPNGReader_Upcast", "D_vtkPNGReader_Upcast")); mixin(bindCode("vtkCylinderSource_New", "D_vtkCylinderSource_New")); mixin(bindCode("vtkCylinderSource_IsTypeOf", "D_vtkCylinderSource_IsTypeOf")); mixin(bindCode("vtkCylinderSource_SafeDownCast", "D_vtkCylinderSource_SafeDownCast")); mixin(bindCode("vtkCylinderSource_NewInstance", "D_vtkCylinderSource_NewInstance")); mixin(bindCode("vtkCylinderSource_SetHeight", "D_vtkCylinderSource_SetHeight")); mixin(bindCode("vtkCylinderSource_GetHeightMinValue", "D_vtkCylinderSource_GetHeightMinValue")); mixin(bindCode("vtkCylinderSource_GetHeightMaxValue", "D_vtkCylinderSource_GetHeightMaxValue")); mixin(bindCode("vtkCylinderSource_GetHeight", "D_vtkCylinderSource_GetHeight")); mixin(bindCode("vtkCylinderSource_SetRadius", "D_vtkCylinderSource_SetRadius")); mixin(bindCode("vtkCylinderSource_GetRadiusMinValue", "D_vtkCylinderSource_GetRadiusMinValue")); mixin(bindCode("vtkCylinderSource_GetRadiusMaxValue", "D_vtkCylinderSource_GetRadiusMaxValue")); mixin(bindCode("vtkCylinderSource_GetRadius", "D_vtkCylinderSource_GetRadius")); mixin(bindCode("vtkCylinderSource_SetCenter__SWIG_0", "D_vtkCylinderSource_SetCenter__SWIG_0")); mixin(bindCode("vtkCylinderSource_SetCenter__SWIG_1", "D_vtkCylinderSource_SetCenter__SWIG_1")); mixin(bindCode("vtkCylinderSource_GetCenter__SWIG_0", "D_vtkCylinderSource_GetCenter__SWIG_0")); mixin(bindCode("vtkCylinderSource_GetCenter__SWIG_1", "D_vtkCylinderSource_GetCenter__SWIG_1")); mixin(bindCode("vtkCylinderSource_SetResolution", "D_vtkCylinderSource_SetResolution")); mixin(bindCode("vtkCylinderSource_GetResolutionMinValue", "D_vtkCylinderSource_GetResolutionMinValue")); mixin(bindCode("vtkCylinderSource_GetResolutionMaxValue", "D_vtkCylinderSource_GetResolutionMaxValue")); mixin(bindCode("vtkCylinderSource_GetResolution", "D_vtkCylinderSource_GetResolution")); mixin(bindCode("vtkCylinderSource_SetCapping", "D_vtkCylinderSource_SetCapping")); mixin(bindCode("vtkCylinderSource_GetCapping", "D_vtkCylinderSource_GetCapping")); mixin(bindCode("vtkCylinderSource_CappingOn", "D_vtkCylinderSource_CappingOn")); mixin(bindCode("vtkCylinderSource_CappingOff", "D_vtkCylinderSource_CappingOff")); mixin(bindCode("vtkCylinderSource_Upcast", "D_vtkCylinderSource_Upcast")); mixin(bindCode("vtkDataSetMapper_New", "D_vtkDataSetMapper_New")); mixin(bindCode("vtkDataSetMapper_IsTypeOf", "D_vtkDataSetMapper_IsTypeOf")); mixin(bindCode("vtkDataSetMapper_SafeDownCast", "D_vtkDataSetMapper_SafeDownCast")); mixin(bindCode("vtkDataSetMapper_NewInstance", "D_vtkDataSetMapper_NewInstance")); mixin(bindCode("vtkDataSetMapper_GetPolyDataMapper", "D_vtkDataSetMapper_GetPolyDataMapper")); mixin(bindCode("vtkDataSetMapper_SetInputData", "D_vtkDataSetMapper_SetInputData")); mixin(bindCode("vtkDataSetMapper_GetInput", "D_vtkDataSetMapper_GetInput")); mixin(bindCode("vtkDataSetMapper_Upcast", "D_vtkDataSetMapper_Upcast")); mixin(bindCode("vtkEdgeCenters_IsTypeOf", "D_vtkEdgeCenters_IsTypeOf")); mixin(bindCode("vtkEdgeCenters_SafeDownCast", "D_vtkEdgeCenters_SafeDownCast")); mixin(bindCode("vtkEdgeCenters_NewInstance", "D_vtkEdgeCenters_NewInstance")); mixin(bindCode("vtkEdgeCenters_New", "D_vtkEdgeCenters_New")); mixin(bindCode("vtkEdgeCenters_SetVertexCells", "D_vtkEdgeCenters_SetVertexCells")); mixin(bindCode("vtkEdgeCenters_GetVertexCells", "D_vtkEdgeCenters_GetVertexCells")); mixin(bindCode("vtkEdgeCenters_VertexCellsOn", "D_vtkEdgeCenters_VertexCellsOn")); mixin(bindCode("vtkEdgeCenters_VertexCellsOff", "D_vtkEdgeCenters_VertexCellsOff")); mixin(bindCode("vtkEdgeCenters_Upcast", "D_vtkEdgeCenters_Upcast")); mixin(bindCode("VTK_CTF_RGB_get", "D_VTK_CTF_RGB_get")); mixin(bindCode("VTK_CTF_HSV_get", "D_VTK_CTF_HSV_get")); mixin(bindCode("VTK_CTF_LAB_get", "D_VTK_CTF_LAB_get")); mixin(bindCode("VTK_CTF_DIVERGING_get", "D_VTK_CTF_DIVERGING_get")); mixin(bindCode("VTK_CTF_LINEAR_get", "D_VTK_CTF_LINEAR_get")); mixin(bindCode("VTK_CTF_LOG10_get", "D_VTK_CTF_LOG10_get")); mixin(bindCode("vtkColorTransferFunction_New", "D_vtkColorTransferFunction_New")); mixin(bindCode("vtkColorTransferFunction_IsTypeOf", "D_vtkColorTransferFunction_IsTypeOf")); mixin(bindCode("vtkColorTransferFunction_SafeDownCast", "D_vtkColorTransferFunction_SafeDownCast")); mixin(bindCode("vtkColorTransferFunction_NewInstance", "D_vtkColorTransferFunction_NewInstance")); mixin(bindCode("vtkColorTransferFunction_ShallowCopy", "D_vtkColorTransferFunction_ShallowCopy")); mixin(bindCode("vtkColorTransferFunction_GetSize", "D_vtkColorTransferFunction_GetSize")); mixin(bindCode("vtkColorTransferFunction_AddRGBPoint__SWIG_0", "D_vtkColorTransferFunction_AddRGBPoint__SWIG_0")); mixin(bindCode("vtkColorTransferFunction_AddRGBPoint__SWIG_1", "D_vtkColorTransferFunction_AddRGBPoint__SWIG_1")); mixin(bindCode("vtkColorTransferFunction_AddHSVPoint__SWIG_0", "D_vtkColorTransferFunction_AddHSVPoint__SWIG_0")); mixin(bindCode("vtkColorTransferFunction_AddHSVPoint__SWIG_1", "D_vtkColorTransferFunction_AddHSVPoint__SWIG_1")); mixin(bindCode("vtkColorTransferFunction_RemovePoint", "D_vtkColorTransferFunction_RemovePoint")); mixin(bindCode("vtkColorTransferFunction_AddRGBSegment", "D_vtkColorTransferFunction_AddRGBSegment")); mixin(bindCode("vtkColorTransferFunction_AddHSVSegment", "D_vtkColorTransferFunction_AddHSVSegment")); mixin(bindCode("vtkColorTransferFunction_RemoveAllPoints", "D_vtkColorTransferFunction_RemoveAllPoints")); mixin(bindCode("vtkColorTransferFunction_GetColor__SWIG_0", "D_vtkColorTransferFunction_GetColor__SWIG_0")); mixin(bindCode("vtkColorTransferFunction_GetColor__SWIG_1", "D_vtkColorTransferFunction_GetColor__SWIG_1")); mixin(bindCode("vtkColorTransferFunction_GetRedValue", "D_vtkColorTransferFunction_GetRedValue")); mixin(bindCode("vtkColorTransferFunction_GetGreenValue", "D_vtkColorTransferFunction_GetGreenValue")); mixin(bindCode("vtkColorTransferFunction_GetBlueValue", "D_vtkColorTransferFunction_GetBlueValue")); mixin(bindCode("vtkColorTransferFunction_GetNodeValue", "D_vtkColorTransferFunction_GetNodeValue")); mixin(bindCode("vtkColorTransferFunction_SetNodeValue", "D_vtkColorTransferFunction_SetNodeValue")); mixin(bindCode("vtkColorTransferFunction_GetRange__SWIG_0", "D_vtkColorTransferFunction_GetRange__SWIG_0")); mixin(bindCode("vtkColorTransferFunction_GetRange__SWIG_1", "D_vtkColorTransferFunction_GetRange__SWIG_1")); mixin(bindCode("vtkColorTransferFunction_GetRange__SWIG_2", "D_vtkColorTransferFunction_GetRange__SWIG_2")); mixin(bindCode("vtkColorTransferFunction_AdjustRange", "D_vtkColorTransferFunction_AdjustRange")); mixin(bindCode("vtkColorTransferFunction_GetTable__SWIG_0", "D_vtkColorTransferFunction_GetTable__SWIG_0")); mixin(bindCode("vtkColorTransferFunction_GetTable__SWIG_1", "D_vtkColorTransferFunction_GetTable__SWIG_1")); mixin(bindCode("vtkColorTransferFunction_GetTable__SWIG_2", "D_vtkColorTransferFunction_GetTable__SWIG_2")); mixin(bindCode("vtkColorTransferFunction_BuildFunctionFromTable", "D_vtkColorTransferFunction_BuildFunctionFromTable")); mixin(bindCode("vtkColorTransferFunction_SetClamping", "D_vtkColorTransferFunction_SetClamping")); mixin(bindCode("vtkColorTransferFunction_GetClampingMinValue", "D_vtkColorTransferFunction_GetClampingMinValue")); mixin(bindCode("vtkColorTransferFunction_GetClampingMaxValue", "D_vtkColorTransferFunction_GetClampingMaxValue")); mixin(bindCode("vtkColorTransferFunction_GetClamping", "D_vtkColorTransferFunction_GetClamping")); mixin(bindCode("vtkColorTransferFunction_ClampingOn", "D_vtkColorTransferFunction_ClampingOn")); mixin(bindCode("vtkColorTransferFunction_ClampingOff", "D_vtkColorTransferFunction_ClampingOff")); mixin(bindCode("vtkColorTransferFunction_SetColorSpace", "D_vtkColorTransferFunction_SetColorSpace")); mixin(bindCode("vtkColorTransferFunction_GetColorSpaceMinValue", "D_vtkColorTransferFunction_GetColorSpaceMinValue")); mixin(bindCode("vtkColorTransferFunction_GetColorSpaceMaxValue", "D_vtkColorTransferFunction_GetColorSpaceMaxValue")); mixin(bindCode("vtkColorTransferFunction_SetColorSpaceToRGB", "D_vtkColorTransferFunction_SetColorSpaceToRGB")); mixin(bindCode("vtkColorTransferFunction_SetColorSpaceToHSV", "D_vtkColorTransferFunction_SetColorSpaceToHSV")); mixin(bindCode("vtkColorTransferFunction_SetColorSpaceToLab", "D_vtkColorTransferFunction_SetColorSpaceToLab")); mixin(bindCode("vtkColorTransferFunction_SetColorSpaceToDiverging", "D_vtkColorTransferFunction_SetColorSpaceToDiverging")); mixin(bindCode("vtkColorTransferFunction_GetColorSpace", "D_vtkColorTransferFunction_GetColorSpace")); mixin(bindCode("vtkColorTransferFunction_SetHSVWrap", "D_vtkColorTransferFunction_SetHSVWrap")); mixin(bindCode("vtkColorTransferFunction_GetHSVWrap", "D_vtkColorTransferFunction_GetHSVWrap")); mixin(bindCode("vtkColorTransferFunction_HSVWrapOn", "D_vtkColorTransferFunction_HSVWrapOn")); mixin(bindCode("vtkColorTransferFunction_HSVWrapOff", "D_vtkColorTransferFunction_HSVWrapOff")); mixin(bindCode("vtkColorTransferFunction_SetScale", "D_vtkColorTransferFunction_SetScale")); mixin(bindCode("vtkColorTransferFunction_SetScaleToLinear", "D_vtkColorTransferFunction_SetScaleToLinear")); mixin(bindCode("vtkColorTransferFunction_SetScaleToLog10", "D_vtkColorTransferFunction_SetScaleToLog10")); mixin(bindCode("vtkColorTransferFunction_GetScale", "D_vtkColorTransferFunction_GetScale")); mixin(bindCode("vtkColorTransferFunction_SetNanColor__SWIG_0", "D_vtkColorTransferFunction_SetNanColor__SWIG_0")); mixin(bindCode("vtkColorTransferFunction_SetNanColor__SWIG_1", "D_vtkColorTransferFunction_SetNanColor__SWIG_1")); mixin(bindCode("vtkColorTransferFunction_GetNanColor__SWIG_0", "D_vtkColorTransferFunction_GetNanColor__SWIG_0")); mixin(bindCode("vtkColorTransferFunction_GetNanColor__SWIG_1", "D_vtkColorTransferFunction_GetNanColor__SWIG_1")); mixin(bindCode("vtkColorTransferFunction_GetNanColor__SWIG_2", "D_vtkColorTransferFunction_GetNanColor__SWIG_2")); mixin(bindCode("vtkColorTransferFunction_GetDataPointer", "D_vtkColorTransferFunction_GetDataPointer")); mixin(bindCode("vtkColorTransferFunction_FillFromDataPointer", "D_vtkColorTransferFunction_FillFromDataPointer")); mixin(bindCode("vtkColorTransferFunction_SetAllowDuplicateScalars", "D_vtkColorTransferFunction_SetAllowDuplicateScalars")); mixin(bindCode("vtkColorTransferFunction_GetAllowDuplicateScalars", "D_vtkColorTransferFunction_GetAllowDuplicateScalars")); mixin(bindCode("vtkColorTransferFunction_AllowDuplicateScalarsOn", "D_vtkColorTransferFunction_AllowDuplicateScalarsOn")); mixin(bindCode("vtkColorTransferFunction_AllowDuplicateScalarsOff", "D_vtkColorTransferFunction_AllowDuplicateScalarsOff")); mixin(bindCode("vtkColorTransferFunction_Upcast", "D_vtkColorTransferFunction_Upcast")); mixin(bindCode("vtkPath_New", "D_vtkPath_New")); mixin(bindCode("vtkPath_IsTypeOf", "D_vtkPath_IsTypeOf")); mixin(bindCode("vtkPath_SafeDownCast", "D_vtkPath_SafeDownCast")); mixin(bindCode("vtkPath_NewInstance", "D_vtkPath_NewInstance")); mixin(bindCode("vtkPath_InsertNextPoint__SWIG_0", "D_vtkPath_InsertNextPoint__SWIG_0")); mixin(bindCode("vtkPath_InsertNextPoint__SWIG_1", "D_vtkPath_InsertNextPoint__SWIG_1")); mixin(bindCode("vtkPath_InsertNextPoint__SWIG_2", "D_vtkPath_InsertNextPoint__SWIG_2")); mixin(bindCode("vtkPath_SetCodes", "D_vtkPath_SetCodes")); mixin(bindCode("vtkPath_GetCodes", "D_vtkPath_GetCodes")); mixin(bindCode("vtkPath_GetCell__SWIG_0", "D_vtkPath_GetCell__SWIG_0")); mixin(bindCode("vtkPath_GetCell__SWIG_1", "D_vtkPath_GetCell__SWIG_1")); mixin(bindCode("vtkPath_Allocate__SWIG_0", "D_vtkPath_Allocate__SWIG_0")); mixin(bindCode("vtkPath_Allocate__SWIG_1", "D_vtkPath_Allocate__SWIG_1")); mixin(bindCode("vtkPath_Allocate__SWIG_2", "D_vtkPath_Allocate__SWIG_2")); mixin(bindCode("vtkPath_Reset", "D_vtkPath_Reset")); mixin(bindCode("vtkPath_GetData__SWIG_0", "D_vtkPath_GetData__SWIG_0")); mixin(bindCode("vtkPath_GetData__SWIG_1", "D_vtkPath_GetData__SWIG_1")); mixin(bindCode("vtkPath_GetData__SWIG_2", "D_vtkPath_GetData__SWIG_2")); mixin(bindCode("vtkPath_Upcast", "D_vtkPath_Upcast")); mixin(bindCode("vtkViewUpdater_New", "D_vtkViewUpdater_New")); mixin(bindCode("vtkViewUpdater_IsTypeOf", "D_vtkViewUpdater_IsTypeOf")); mixin(bindCode("vtkViewUpdater_SafeDownCast", "D_vtkViewUpdater_SafeDownCast")); mixin(bindCode("vtkViewUpdater_NewInstance", "D_vtkViewUpdater_NewInstance")); mixin(bindCode("vtkViewUpdater_AddView", "D_vtkViewUpdater_AddView")); mixin(bindCode("vtkViewUpdater_RemoveView", "D_vtkViewUpdater_RemoveView")); mixin(bindCode("vtkViewUpdater_AddAnnotationLink", "D_vtkViewUpdater_AddAnnotationLink")); mixin(bindCode("vtkViewUpdater_Upcast", "D_vtkViewUpdater_Upcast")); mixin(bindCode("vtkInterpolatedVelocityField_IsTypeOf", "D_vtkInterpolatedVelocityField_IsTypeOf")); mixin(bindCode("vtkInterpolatedVelocityField_SafeDownCast", "D_vtkInterpolatedVelocityField_SafeDownCast")); mixin(bindCode("vtkInterpolatedVelocityField_NewInstance", "D_vtkInterpolatedVelocityField_NewInstance")); mixin(bindCode("vtkInterpolatedVelocityField_New", "D_vtkInterpolatedVelocityField_New")); mixin(bindCode("vtkInterpolatedVelocityField_SetLastCellId__SWIG_0", "D_vtkInterpolatedVelocityField_SetLastCellId__SWIG_0")); mixin(bindCode("vtkInterpolatedVelocityField_SetLastCellId__SWIG_1", "D_vtkInterpolatedVelocityField_SetLastCellId__SWIG_1")); mixin(bindCode("vtkInterpolatedVelocityField_Upcast", "D_vtkInterpolatedVelocityField_Upcast")); mixin(bindCode("vtkGeoEdgeStrategy_New", "D_vtkGeoEdgeStrategy_New")); mixin(bindCode("vtkGeoEdgeStrategy_IsTypeOf", "D_vtkGeoEdgeStrategy_IsTypeOf")); mixin(bindCode("vtkGeoEdgeStrategy_SafeDownCast", "D_vtkGeoEdgeStrategy_SafeDownCast")); mixin(bindCode("vtkGeoEdgeStrategy_NewInstance", "D_vtkGeoEdgeStrategy_NewInstance")); mixin(bindCode("vtkGeoEdgeStrategy_SetGlobeRadius", "D_vtkGeoEdgeStrategy_SetGlobeRadius")); mixin(bindCode("vtkGeoEdgeStrategy_GetGlobeRadius", "D_vtkGeoEdgeStrategy_GetGlobeRadius")); mixin(bindCode("vtkGeoEdgeStrategy_SetExplodeFactor", "D_vtkGeoEdgeStrategy_SetExplodeFactor")); mixin(bindCode("vtkGeoEdgeStrategy_GetExplodeFactor", "D_vtkGeoEdgeStrategy_GetExplodeFactor")); mixin(bindCode("vtkGeoEdgeStrategy_SetNumberOfSubdivisions", "D_vtkGeoEdgeStrategy_SetNumberOfSubdivisions")); mixin(bindCode("vtkGeoEdgeStrategy_GetNumberOfSubdivisions", "D_vtkGeoEdgeStrategy_GetNumberOfSubdivisions")); mixin(bindCode("vtkGeoEdgeStrategy_Upcast", "D_vtkGeoEdgeStrategy_Upcast")); mixin(bindCode("vtkProStarReader_New", "D_vtkProStarReader_New")); mixin(bindCode("vtkProStarReader_IsTypeOf", "D_vtkProStarReader_IsTypeOf")); mixin(bindCode("vtkProStarReader_SafeDownCast", "D_vtkProStarReader_SafeDownCast")); mixin(bindCode("vtkProStarReader_NewInstance", "D_vtkProStarReader_NewInstance")); mixin(bindCode("vtkProStarReader_SetFileName", "D_vtkProStarReader_SetFileName")); mixin(bindCode("vtkProStarReader_GetFileName", "D_vtkProStarReader_GetFileName")); mixin(bindCode("vtkProStarReader_SetScaleFactor", "D_vtkProStarReader_SetScaleFactor")); mixin(bindCode("vtkProStarReader_GetScaleFactorMinValue", "D_vtkProStarReader_GetScaleFactorMinValue")); mixin(bindCode("vtkProStarReader_GetScaleFactorMaxValue", "D_vtkProStarReader_GetScaleFactorMaxValue")); mixin(bindCode("vtkProStarReader_GetScaleFactor", "D_vtkProStarReader_GetScaleFactor")); mixin(bindCode("vtkProStarReader_Upcast", "D_vtkProStarReader_Upcast")); mixin(bindCode("vtkHierarchicalGraphPipeline_New", "D_vtkHierarchicalGraphPipeline_New")); mixin(bindCode("vtkHierarchicalGraphPipeline_IsTypeOf", "D_vtkHierarchicalGraphPipeline_IsTypeOf")); mixin(bindCode("vtkHierarchicalGraphPipeline_SafeDownCast", "D_vtkHierarchicalGraphPipeline_SafeDownCast")); mixin(bindCode("vtkHierarchicalGraphPipeline_NewInstance", "D_vtkHierarchicalGraphPipeline_NewInstance")); mixin(bindCode("vtkHierarchicalGraphPipeline_GetActor", "D_vtkHierarchicalGraphPipeline_GetActor")); mixin(bindCode("vtkHierarchicalGraphPipeline_GetLabelActor", "D_vtkHierarchicalGraphPipeline_GetLabelActor")); mixin(bindCode("vtkHierarchicalGraphPipeline_SetBundlingStrength", "D_vtkHierarchicalGraphPipeline_SetBundlingStrength")); mixin(bindCode("vtkHierarchicalGraphPipeline_GetBundlingStrength", "D_vtkHierarchicalGraphPipeline_GetBundlingStrength")); mixin(bindCode("vtkHierarchicalGraphPipeline_SetLabelArrayName", "D_vtkHierarchicalGraphPipeline_SetLabelArrayName")); mixin(bindCode("vtkHierarchicalGraphPipeline_GetLabelArrayName", "D_vtkHierarchicalGraphPipeline_GetLabelArrayName")); mixin(bindCode("vtkHierarchicalGraphPipeline_SetLabelVisibility", "D_vtkHierarchicalGraphPipeline_SetLabelVisibility")); mixin(bindCode("vtkHierarchicalGraphPipeline_GetLabelVisibility", "D_vtkHierarchicalGraphPipeline_GetLabelVisibility")); mixin(bindCode("vtkHierarchicalGraphPipeline_LabelVisibilityOn", "D_vtkHierarchicalGraphPipeline_LabelVisibilityOn")); mixin(bindCode("vtkHierarchicalGraphPipeline_LabelVisibilityOff", "D_vtkHierarchicalGraphPipeline_LabelVisibilityOff")); mixin(bindCode("vtkHierarchicalGraphPipeline_SetLabelTextProperty", "D_vtkHierarchicalGraphPipeline_SetLabelTextProperty")); mixin(bindCode("vtkHierarchicalGraphPipeline_GetLabelTextProperty", "D_vtkHierarchicalGraphPipeline_GetLabelTextProperty")); mixin(bindCode("vtkHierarchicalGraphPipeline_SetColorArrayName", "D_vtkHierarchicalGraphPipeline_SetColorArrayName")); mixin(bindCode("vtkHierarchicalGraphPipeline_GetColorArrayName", "D_vtkHierarchicalGraphPipeline_GetColorArrayName")); mixin(bindCode("vtkHierarchicalGraphPipeline_SetColorEdgesByArray", "D_vtkHierarchicalGraphPipeline_SetColorEdgesByArray")); mixin(bindCode("vtkHierarchicalGraphPipeline_GetColorEdgesByArray", "D_vtkHierarchicalGraphPipeline_GetColorEdgesByArray")); mixin(bindCode("vtkHierarchicalGraphPipeline_ColorEdgesByArrayOn", "D_vtkHierarchicalGraphPipeline_ColorEdgesByArrayOn")); mixin(bindCode("vtkHierarchicalGraphPipeline_ColorEdgesByArrayOff", "D_vtkHierarchicalGraphPipeline_ColorEdgesByArrayOff")); mixin(bindCode("vtkHierarchicalGraphPipeline_SetVisibility", "D_vtkHierarchicalGraphPipeline_SetVisibility")); mixin(bindCode("vtkHierarchicalGraphPipeline_GetVisibility", "D_vtkHierarchicalGraphPipeline_GetVisibility")); mixin(bindCode("vtkHierarchicalGraphPipeline_VisibilityOn", "D_vtkHierarchicalGraphPipeline_VisibilityOn")); mixin(bindCode("vtkHierarchicalGraphPipeline_VisibilityOff", "D_vtkHierarchicalGraphPipeline_VisibilityOff")); mixin(bindCode("vtkHierarchicalGraphPipeline_ConvertSelection", "D_vtkHierarchicalGraphPipeline_ConvertSelection")); mixin(bindCode("vtkHierarchicalGraphPipeline_PrepareInputConnections", "D_vtkHierarchicalGraphPipeline_PrepareInputConnections")); mixin(bindCode("vtkHierarchicalGraphPipeline_ApplyViewTheme", "D_vtkHierarchicalGraphPipeline_ApplyViewTheme")); mixin(bindCode("vtkHierarchicalGraphPipeline_SetHoverArrayName", "D_vtkHierarchicalGraphPipeline_SetHoverArrayName")); mixin(bindCode("vtkHierarchicalGraphPipeline_GetHoverArrayName", "D_vtkHierarchicalGraphPipeline_GetHoverArrayName")); mixin(bindCode("vtkHierarchicalGraphPipeline_SetSplineType", "D_vtkHierarchicalGraphPipeline_SetSplineType")); mixin(bindCode("vtkHierarchicalGraphPipeline_GetSplineType", "D_vtkHierarchicalGraphPipeline_GetSplineType")); mixin(bindCode("vtkHierarchicalGraphPipeline_RegisterProgress", "D_vtkHierarchicalGraphPipeline_RegisterProgress")); mixin(bindCode("vtkHierarchicalGraphPipeline_Upcast", "D_vtkHierarchicalGraphPipeline_Upcast")); mixin(bindCode("vtkImageRange3D_New", "D_vtkImageRange3D_New")); mixin(bindCode("vtkImageRange3D_IsTypeOf", "D_vtkImageRange3D_IsTypeOf")); mixin(bindCode("vtkImageRange3D_SafeDownCast", "D_vtkImageRange3D_SafeDownCast")); mixin(bindCode("vtkImageRange3D_NewInstance", "D_vtkImageRange3D_NewInstance")); mixin(bindCode("vtkImageRange3D_SetKernelSize", "D_vtkImageRange3D_SetKernelSize")); mixin(bindCode("vtkImageRange3D_Upcast", "D_vtkImageRange3D_Upcast")); mixin(bindCode("VTK_LABEL_IDS_get", "D_VTK_LABEL_IDS_get")); mixin(bindCode("VTK_LABEL_SCALARS_get", "D_VTK_LABEL_SCALARS_get")); mixin(bindCode("VTK_LABEL_VECTORS_get", "D_VTK_LABEL_VECTORS_get")); mixin(bindCode("VTK_LABEL_NORMALS_get", "D_VTK_LABEL_NORMALS_get")); mixin(bindCode("VTK_LABEL_TCOORDS_get", "D_VTK_LABEL_TCOORDS_get")); mixin(bindCode("VTK_LABEL_TENSORS_get", "D_VTK_LABEL_TENSORS_get")); mixin(bindCode("VTK_LABEL_FIELD_DATA_get", "D_VTK_LABEL_FIELD_DATA_get")); mixin(bindCode("vtkLabeledDataMapper_New", "D_vtkLabeledDataMapper_New")); mixin(bindCode("vtkLabeledDataMapper_IsTypeOf", "D_vtkLabeledDataMapper_IsTypeOf")); mixin(bindCode("vtkLabeledDataMapper_SafeDownCast", "D_vtkLabeledDataMapper_SafeDownCast")); mixin(bindCode("vtkLabeledDataMapper_NewInstance", "D_vtkLabeledDataMapper_NewInstance")); mixin(bindCode("vtkLabeledDataMapper_SetLabelFormat", "D_vtkLabeledDataMapper_SetLabelFormat")); mixin(bindCode("vtkLabeledDataMapper_GetLabelFormat", "D_vtkLabeledDataMapper_GetLabelFormat")); mixin(bindCode("vtkLabeledDataMapper_SetLabeledComponent", "D_vtkLabeledDataMapper_SetLabeledComponent")); mixin(bindCode("vtkLabeledDataMapper_GetLabeledComponent", "D_vtkLabeledDataMapper_GetLabeledComponent")); mixin(bindCode("vtkLabeledDataMapper_SetFieldDataArray", "D_vtkLabeledDataMapper_SetFieldDataArray")); mixin(bindCode("vtkLabeledDataMapper_GetFieldDataArray", "D_vtkLabeledDataMapper_GetFieldDataArray")); mixin(bindCode("vtkLabeledDataMapper_SetFieldDataName", "D_vtkLabeledDataMapper_SetFieldDataName")); mixin(bindCode("vtkLabeledDataMapper_GetFieldDataName", "D_vtkLabeledDataMapper_GetFieldDataName")); mixin(bindCode("vtkLabeledDataMapper_SetInputData", "D_vtkLabeledDataMapper_SetInputData")); mixin(bindCode("vtkLabeledDataMapper_GetInput", "D_vtkLabeledDataMapper_GetInput")); mixin(bindCode("vtkLabeledDataMapper_SetLabelMode", "D_vtkLabeledDataMapper_SetLabelMode")); mixin(bindCode("vtkLabeledDataMapper_GetLabelMode", "D_vtkLabeledDataMapper_GetLabelMode")); mixin(bindCode("vtkLabeledDataMapper_SetLabelModeToLabelIds", "D_vtkLabeledDataMapper_SetLabelModeToLabelIds")); mixin(bindCode("vtkLabeledDataMapper_SetLabelModeToLabelScalars", "D_vtkLabeledDataMapper_SetLabelModeToLabelScalars")); mixin(bindCode("vtkLabeledDataMapper_SetLabelModeToLabelVectors", "D_vtkLabeledDataMapper_SetLabelModeToLabelVectors")); mixin(bindCode("vtkLabeledDataMapper_SetLabelModeToLabelNormals", "D_vtkLabeledDataMapper_SetLabelModeToLabelNormals")); mixin(bindCode("vtkLabeledDataMapper_SetLabelModeToLabelTCoords", "D_vtkLabeledDataMapper_SetLabelModeToLabelTCoords")); mixin(bindCode("vtkLabeledDataMapper_SetLabelModeToLabelTensors", "D_vtkLabeledDataMapper_SetLabelModeToLabelTensors")); mixin(bindCode("vtkLabeledDataMapper_SetLabelModeToLabelFieldData", "D_vtkLabeledDataMapper_SetLabelModeToLabelFieldData")); mixin(bindCode("vtkLabeledDataMapper_SetLabelTextProperty__SWIG_0", "D_vtkLabeledDataMapper_SetLabelTextProperty__SWIG_0")); mixin(bindCode("vtkLabeledDataMapper_GetLabelTextProperty__SWIG_0", "D_vtkLabeledDataMapper_GetLabelTextProperty__SWIG_0")); mixin(bindCode("vtkLabeledDataMapper_SetLabelTextProperty__SWIG_1", "D_vtkLabeledDataMapper_SetLabelTextProperty__SWIG_1")); mixin(bindCode("vtkLabeledDataMapper_GetLabelTextProperty__SWIG_1", "D_vtkLabeledDataMapper_GetLabelTextProperty__SWIG_1")); mixin(bindCode("vtkLabeledDataMapper_GetTransform", "D_vtkLabeledDataMapper_GetTransform")); mixin(bindCode("vtkLabeledDataMapper_SetTransform", "D_vtkLabeledDataMapper_SetTransform")); mixin(bindCode("vtkLabeledDataMapper_GetCoordinateSystem", "D_vtkLabeledDataMapper_GetCoordinateSystem")); mixin(bindCode("vtkLabeledDataMapper_SetCoordinateSystem", "D_vtkLabeledDataMapper_SetCoordinateSystem")); mixin(bindCode("vtkLabeledDataMapper_GetCoordinateSystemMinValue", "D_vtkLabeledDataMapper_GetCoordinateSystemMinValue")); mixin(bindCode("vtkLabeledDataMapper_GetCoordinateSystemMaxValue", "D_vtkLabeledDataMapper_GetCoordinateSystemMaxValue")); mixin(bindCode("vtkLabeledDataMapper_CoordinateSystemWorld", "D_vtkLabeledDataMapper_CoordinateSystemWorld")); mixin(bindCode("vtkLabeledDataMapper_CoordinateSystemDisplay", "D_vtkLabeledDataMapper_CoordinateSystemDisplay")); mixin(bindCode("vtkLabeledDataMapper_Upcast", "D_vtkLabeledDataMapper_Upcast")); mixin(bindCode("vtkContextDevice3D_IsTypeOf", "D_vtkContextDevice3D_IsTypeOf")); mixin(bindCode("vtkContextDevice3D_SafeDownCast", "D_vtkContextDevice3D_SafeDownCast")); mixin(bindCode("vtkContextDevice3D_NewInstance", "D_vtkContextDevice3D_NewInstance")); mixin(bindCode("vtkContextDevice3D_DrawPoly__SWIG_0", "D_vtkContextDevice3D_DrawPoly__SWIG_0")); mixin(bindCode("vtkContextDevice3D_DrawPoly__SWIG_1", "D_vtkContextDevice3D_DrawPoly__SWIG_1")); mixin(bindCode("vtkContextDevice3D_DrawPoly__SWIG_2", "D_vtkContextDevice3D_DrawPoly__SWIG_2")); mixin(bindCode("vtkContextDevice3D_DrawPoints__SWIG_0", "D_vtkContextDevice3D_DrawPoints__SWIG_0")); mixin(bindCode("vtkContextDevice3D_DrawPoints__SWIG_1", "D_vtkContextDevice3D_DrawPoints__SWIG_1")); mixin(bindCode("vtkContextDevice3D_DrawPoints__SWIG_2", "D_vtkContextDevice3D_DrawPoints__SWIG_2")); mixin(bindCode("vtkContextDevice3D_DrawTriangleMesh", "D_vtkContextDevice3D_DrawTriangleMesh")); mixin(bindCode("vtkContextDevice3D_ApplyPen", "D_vtkContextDevice3D_ApplyPen")); mixin(bindCode("vtkContextDevice3D_ApplyBrush", "D_vtkContextDevice3D_ApplyBrush")); mixin(bindCode("vtkContextDevice3D_SetMatrix", "D_vtkContextDevice3D_SetMatrix")); mixin(bindCode("vtkContextDevice3D_GetMatrix", "D_vtkContextDevice3D_GetMatrix")); mixin(bindCode("vtkContextDevice3D_MultiplyMatrix", "D_vtkContextDevice3D_MultiplyMatrix")); mixin(bindCode("vtkContextDevice3D_PushMatrix", "D_vtkContextDevice3D_PushMatrix")); mixin(bindCode("vtkContextDevice3D_PopMatrix", "D_vtkContextDevice3D_PopMatrix")); mixin(bindCode("vtkContextDevice3D_SetClipping", "D_vtkContextDevice3D_SetClipping")); mixin(bindCode("vtkContextDevice3D_DisableClipping", "D_vtkContextDevice3D_DisableClipping")); mixin(bindCode("vtkContextDevice3D_EnableClipping", "D_vtkContextDevice3D_EnableClipping")); mixin(bindCode("vtkContextDevice3D_EnableClippingPlane", "D_vtkContextDevice3D_EnableClippingPlane")); mixin(bindCode("vtkContextDevice3D_DisableClippingPlane", "D_vtkContextDevice3D_DisableClippingPlane")); mixin(bindCode("vtkContextDevice3D_Upcast", "D_vtkContextDevice3D_Upcast")); mixin(bindCode("vtkImageFlip_New", "D_vtkImageFlip_New")); mixin(bindCode("vtkImageFlip_IsTypeOf", "D_vtkImageFlip_IsTypeOf")); mixin(bindCode("vtkImageFlip_SafeDownCast", "D_vtkImageFlip_SafeDownCast")); mixin(bindCode("vtkImageFlip_NewInstance", "D_vtkImageFlip_NewInstance")); mixin(bindCode("vtkImageFlip_SetFilteredAxis", "D_vtkImageFlip_SetFilteredAxis")); mixin(bindCode("vtkImageFlip_GetFilteredAxis", "D_vtkImageFlip_GetFilteredAxis")); mixin(bindCode("vtkImageFlip_SetFlipAboutOrigin", "D_vtkImageFlip_SetFlipAboutOrigin")); mixin(bindCode("vtkImageFlip_GetFlipAboutOrigin", "D_vtkImageFlip_GetFlipAboutOrigin")); mixin(bindCode("vtkImageFlip_FlipAboutOriginOn", "D_vtkImageFlip_FlipAboutOriginOn")); mixin(bindCode("vtkImageFlip_FlipAboutOriginOff", "D_vtkImageFlip_FlipAboutOriginOff")); mixin(bindCode("vtkImageFlip_SetFilteredAxes", "D_vtkImageFlip_SetFilteredAxes")); mixin(bindCode("vtkImageFlip_GetFilteredAxes", "D_vtkImageFlip_GetFilteredAxes")); mixin(bindCode("vtkImageFlip_SetPreserveImageExtent", "D_vtkImageFlip_SetPreserveImageExtent")); mixin(bindCode("vtkImageFlip_GetPreserveImageExtent", "D_vtkImageFlip_GetPreserveImageExtent")); mixin(bindCode("vtkImageFlip_PreserveImageExtentOn", "D_vtkImageFlip_PreserveImageExtentOn")); mixin(bindCode("vtkImageFlip_PreserveImageExtentOff", "D_vtkImageFlip_PreserveImageExtentOff")); mixin(bindCode("vtkImageFlip_Upcast", "D_vtkImageFlip_Upcast")); mixin(bindCode("VTK_SOLID_TETRAHEDRON_get", "D_VTK_SOLID_TETRAHEDRON_get")); mixin(bindCode("VTK_SOLID_CUBE_get", "D_VTK_SOLID_CUBE_get")); mixin(bindCode("VTK_SOLID_OCTAHEDRON_get", "D_VTK_SOLID_OCTAHEDRON_get")); mixin(bindCode("VTK_SOLID_ICOSAHEDRON_get", "D_VTK_SOLID_ICOSAHEDRON_get")); mixin(bindCode("VTK_SOLID_DODECAHEDRON_get", "D_VTK_SOLID_DODECAHEDRON_get")); mixin(bindCode("vtkPlatonicSolidSource_New", "D_vtkPlatonicSolidSource_New")); mixin(bindCode("vtkPlatonicSolidSource_IsTypeOf", "D_vtkPlatonicSolidSource_IsTypeOf")); mixin(bindCode("vtkPlatonicSolidSource_SafeDownCast", "D_vtkPlatonicSolidSource_SafeDownCast")); mixin(bindCode("vtkPlatonicSolidSource_NewInstance", "D_vtkPlatonicSolidSource_NewInstance")); mixin(bindCode("vtkPlatonicSolidSource_SetSolidType", "D_vtkPlatonicSolidSource_SetSolidType")); mixin(bindCode("vtkPlatonicSolidSource_GetSolidTypeMinValue", "D_vtkPlatonicSolidSource_GetSolidTypeMinValue")); mixin(bindCode("vtkPlatonicSolidSource_GetSolidTypeMaxValue", "D_vtkPlatonicSolidSource_GetSolidTypeMaxValue")); mixin(bindCode("vtkPlatonicSolidSource_GetSolidType", "D_vtkPlatonicSolidSource_GetSolidType")); mixin(bindCode("vtkPlatonicSolidSource_SetSolidTypeToTetrahedron", "D_vtkPlatonicSolidSource_SetSolidTypeToTetrahedron")); mixin(bindCode("vtkPlatonicSolidSource_SetSolidTypeToCube", "D_vtkPlatonicSolidSource_SetSolidTypeToCube")); mixin(bindCode("vtkPlatonicSolidSource_SetSolidTypeToOctahedron", "D_vtkPlatonicSolidSource_SetSolidTypeToOctahedron")); mixin(bindCode("vtkPlatonicSolidSource_SetSolidTypeToIcosahedron", "D_vtkPlatonicSolidSource_SetSolidTypeToIcosahedron")); mixin(bindCode("vtkPlatonicSolidSource_SetSolidTypeToDodecahedron", "D_vtkPlatonicSolidSource_SetSolidTypeToDodecahedron")); mixin(bindCode("vtkPlatonicSolidSource_Upcast", "D_vtkPlatonicSolidSource_Upcast")); mixin(bindCode("vtkTDxMotionEventInfo_X_set", "D_vtkTDxMotionEventInfo_X_set")); mixin(bindCode("vtkTDxMotionEventInfo_X_get", "D_vtkTDxMotionEventInfo_X_get")); mixin(bindCode("vtkTDxMotionEventInfo_Y_set", "D_vtkTDxMotionEventInfo_Y_set")); mixin(bindCode("vtkTDxMotionEventInfo_Y_get", "D_vtkTDxMotionEventInfo_Y_get")); mixin(bindCode("vtkTDxMotionEventInfo_Z_set", "D_vtkTDxMotionEventInfo_Z_set")); mixin(bindCode("vtkTDxMotionEventInfo_Z_get", "D_vtkTDxMotionEventInfo_Z_get")); mixin(bindCode("vtkTDxMotionEventInfo_Angle_set", "D_vtkTDxMotionEventInfo_Angle_set")); mixin(bindCode("vtkTDxMotionEventInfo_Angle_get", "D_vtkTDxMotionEventInfo_Angle_get")); mixin(bindCode("vtkTDxMotionEventInfo_AxisX_set", "D_vtkTDxMotionEventInfo_AxisX_set")); mixin(bindCode("vtkTDxMotionEventInfo_AxisX_get", "D_vtkTDxMotionEventInfo_AxisX_get")); mixin(bindCode("vtkTDxMotionEventInfo_AxisY_set", "D_vtkTDxMotionEventInfo_AxisY_set")); mixin(bindCode("vtkTDxMotionEventInfo_AxisY_get", "D_vtkTDxMotionEventInfo_AxisY_get")); mixin(bindCode("vtkTDxMotionEventInfo_AxisZ_set", "D_vtkTDxMotionEventInfo_AxisZ_set")); mixin(bindCode("vtkTDxMotionEventInfo_AxisZ_get", "D_vtkTDxMotionEventInfo_AxisZ_get")); mixin(bindCode("new_vtkTDxMotionEventInfo", "D_new_vtkTDxMotionEventInfo")); mixin(bindCode("delete_vtkTDxMotionEventInfo", "D_delete_vtkTDxMotionEventInfo")); mixin(bindCode("vtkExodusModel_IsTypeOf", "D_vtkExodusModel_IsTypeOf")); mixin(bindCode("vtkExodusModel_SafeDownCast", "D_vtkExodusModel_SafeDownCast")); mixin(bindCode("vtkExodusModel_NewInstance", "D_vtkExodusModel_NewInstance")); mixin(bindCode("vtkExodusModel_New", "D_vtkExodusModel_New")); mixin(bindCode("vtkExodusModel_SetGlobalInformation", "D_vtkExodusModel_SetGlobalInformation")); mixin(bindCode("vtkExodusModel_AddUGridElementVariable", "D_vtkExodusModel_AddUGridElementVariable")); mixin(bindCode("vtkExodusModel_RemoveUGridElementVariable", "D_vtkExodusModel_RemoveUGridElementVariable")); mixin(bindCode("vtkExodusModel_AddUGridNodeVariable", "D_vtkExodusModel_AddUGridNodeVariable")); mixin(bindCode("vtkExodusModel_RemoveUGridNodeVariable", "D_vtkExodusModel_RemoveUGridNodeVariable")); mixin(bindCode("vtkExodusModel_SetElementVariableInfo", "D_vtkExodusModel_SetElementVariableInfo")); mixin(bindCode("vtkExodusModel_SetNodeVariableInfo", "D_vtkExodusModel_SetNodeVariableInfo")); mixin(bindCode("vtkExodusModel_SetLocalInformation", "D_vtkExodusModel_SetLocalInformation")); mixin(bindCode("vtkExodusModel_HasMetadata", "D_vtkExodusModel_HasMetadata")); mixin(bindCode("vtkExodusModel_GetModelMetadata", "D_vtkExodusModel_GetModelMetadata")); mixin(bindCode("vtkExodusModel_SetModelMetadata", "D_vtkExodusModel_SetModelMetadata")); mixin(bindCode("vtkExodusModel_UnpackExodusModel", "D_vtkExodusModel_UnpackExodusModel")); mixin(bindCode("vtkExodusModel_MergeExodusModel", "D_vtkExodusModel_MergeExodusModel")); mixin(bindCode("vtkExodusModel_ExtractExodusModel", "D_vtkExodusModel_ExtractExodusModel")); mixin(bindCode("vtkExodusModel_PackExodusModel", "D_vtkExodusModel_PackExodusModel")); mixin(bindCode("vtkExodusModel_Reset", "D_vtkExodusModel_Reset")); mixin(bindCode("vtkExodusModel_Upcast", "D_vtkExodusModel_Upcast")); mixin(bindCode("VTKIS_WINDOW_LEVEL_get", "D_VTKIS_WINDOW_LEVEL_get")); mixin(bindCode("VTKIS_PICK_get", "D_VTKIS_PICK_get")); mixin(bindCode("VTKIS_SLICE_get", "D_VTKIS_SLICE_get")); mixin(bindCode("VTKIS_IMAGE2D_get", "D_VTKIS_IMAGE2D_get")); mixin(bindCode("VTKIS_IMAGE3D_get", "D_VTKIS_IMAGE3D_get")); mixin(bindCode("VTKIS_IMAGE_SLICING_get", "D_VTKIS_IMAGE_SLICING_get")); mixin(bindCode("vtkInteractorStyleImage_New", "D_vtkInteractorStyleImage_New")); mixin(bindCode("vtkInteractorStyleImage_IsTypeOf", "D_vtkInteractorStyleImage_IsTypeOf")); mixin(bindCode("vtkInteractorStyleImage_SafeDownCast", "D_vtkInteractorStyleImage_SafeDownCast")); mixin(bindCode("vtkInteractorStyleImage_NewInstance", "D_vtkInteractorStyleImage_NewInstance")); mixin(bindCode("vtkInteractorStyleImage_GetWindowLevelStartPosition__SWIG_0", "D_vtkInteractorStyleImage_GetWindowLevelStartPosition__SWIG_0")); mixin(bindCode("vtkInteractorStyleImage_GetWindowLevelStartPosition__SWIG_1", "D_vtkInteractorStyleImage_GetWindowLevelStartPosition__SWIG_1")); mixin(bindCode("vtkInteractorStyleImage_GetWindowLevelStartPosition__SWIG_2", "D_vtkInteractorStyleImage_GetWindowLevelStartPosition__SWIG_2")); mixin(bindCode("vtkInteractorStyleImage_GetWindowLevelCurrentPosition__SWIG_0", "D_vtkInteractorStyleImage_GetWindowLevelCurrentPosition__SWIG_0")); mixin(bindCode("vtkInteractorStyleImage_GetWindowLevelCurrentPosition__SWIG_1", "D_vtkInteractorStyleImage_GetWindowLevelCurrentPosition__SWIG_1")); mixin(bindCode("vtkInteractorStyleImage_GetWindowLevelCurrentPosition__SWIG_2", "D_vtkInteractorStyleImage_GetWindowLevelCurrentPosition__SWIG_2")); mixin(bindCode("vtkInteractorStyleImage_WindowLevel", "D_vtkInteractorStyleImage_WindowLevel")); mixin(bindCode("vtkInteractorStyleImage_Pick", "D_vtkInteractorStyleImage_Pick")); mixin(bindCode("vtkInteractorStyleImage_Slice", "D_vtkInteractorStyleImage_Slice")); mixin(bindCode("vtkInteractorStyleImage_StartWindowLevel", "D_vtkInteractorStyleImage_StartWindowLevel")); mixin(bindCode("vtkInteractorStyleImage_EndWindowLevel", "D_vtkInteractorStyleImage_EndWindowLevel")); mixin(bindCode("vtkInteractorStyleImage_StartPick", "D_vtkInteractorStyleImage_StartPick")); mixin(bindCode("vtkInteractorStyleImage_EndPick", "D_vtkInteractorStyleImage_EndPick")); mixin(bindCode("vtkInteractorStyleImage_StartSlice", "D_vtkInteractorStyleImage_StartSlice")); mixin(bindCode("vtkInteractorStyleImage_EndSlice", "D_vtkInteractorStyleImage_EndSlice")); mixin(bindCode("vtkInteractorStyleImage_SetInteractionMode", "D_vtkInteractorStyleImage_SetInteractionMode")); mixin(bindCode("vtkInteractorStyleImage_GetInteractionModeMinValue", "D_vtkInteractorStyleImage_GetInteractionModeMinValue")); mixin(bindCode("vtkInteractorStyleImage_GetInteractionModeMaxValue", "D_vtkInteractorStyleImage_GetInteractionModeMaxValue")); mixin(bindCode("vtkInteractorStyleImage_GetInteractionMode", "D_vtkInteractorStyleImage_GetInteractionMode")); mixin(bindCode("vtkInteractorStyleImage_SetInteractionModeToImage2D", "D_vtkInteractorStyleImage_SetInteractionModeToImage2D")); mixin(bindCode("vtkInteractorStyleImage_SetInteractionModeToImage3D", "D_vtkInteractorStyleImage_SetInteractionModeToImage3D")); mixin(bindCode("vtkInteractorStyleImage_SetInteractionModeToImageSlicing", "D_vtkInteractorStyleImage_SetInteractionModeToImageSlicing")); mixin(bindCode("vtkInteractorStyleImage_SetXViewRightVector__SWIG_0", "D_vtkInteractorStyleImage_SetXViewRightVector__SWIG_0")); mixin(bindCode("vtkInteractorStyleImage_SetXViewRightVector__SWIG_1", "D_vtkInteractorStyleImage_SetXViewRightVector__SWIG_1")); mixin(bindCode("vtkInteractorStyleImage_GetXViewRightVector__SWIG_0", "D_vtkInteractorStyleImage_GetXViewRightVector__SWIG_0")); mixin(bindCode("vtkInteractorStyleImage_GetXViewRightVector__SWIG_1", "D_vtkInteractorStyleImage_GetXViewRightVector__SWIG_1")); mixin(bindCode("vtkInteractorStyleImage_GetXViewRightVector__SWIG_2", "D_vtkInteractorStyleImage_GetXViewRightVector__SWIG_2")); mixin(bindCode("vtkInteractorStyleImage_SetXViewUpVector__SWIG_0", "D_vtkInteractorStyleImage_SetXViewUpVector__SWIG_0")); mixin(bindCode("vtkInteractorStyleImage_SetXViewUpVector__SWIG_1", "D_vtkInteractorStyleImage_SetXViewUpVector__SWIG_1")); mixin(bindCode("vtkInteractorStyleImage_GetXViewUpVector__SWIG_0", "D_vtkInteractorStyleImage_GetXViewUpVector__SWIG_0")); mixin(bindCode("vtkInteractorStyleImage_GetXViewUpVector__SWIG_1", "D_vtkInteractorStyleImage_GetXViewUpVector__SWIG_1")); mixin(bindCode("vtkInteractorStyleImage_GetXViewUpVector__SWIG_2", "D_vtkInteractorStyleImage_GetXViewUpVector__SWIG_2")); mixin(bindCode("vtkInteractorStyleImage_SetYViewRightVector__SWIG_0", "D_vtkInteractorStyleImage_SetYViewRightVector__SWIG_0")); mixin(bindCode("vtkInteractorStyleImage_SetYViewRightVector__SWIG_1", "D_vtkInteractorStyleImage_SetYViewRightVector__SWIG_1")); mixin(bindCode("vtkInteractorStyleImage_GetYViewRightVector__SWIG_0", "D_vtkInteractorStyleImage_GetYViewRightVector__SWIG_0")); mixin(bindCode("vtkInteractorStyleImage_GetYViewRightVector__SWIG_1", "D_vtkInteractorStyleImage_GetYViewRightVector__SWIG_1")); mixin(bindCode("vtkInteractorStyleImage_GetYViewRightVector__SWIG_2", "D_vtkInteractorStyleImage_GetYViewRightVector__SWIG_2")); mixin(bindCode("vtkInteractorStyleImage_SetYViewUpVector__SWIG_0", "D_vtkInteractorStyleImage_SetYViewUpVector__SWIG_0")); mixin(bindCode("vtkInteractorStyleImage_SetYViewUpVector__SWIG_1", "D_vtkInteractorStyleImage_SetYViewUpVector__SWIG_1")); mixin(bindCode("vtkInteractorStyleImage_GetYViewUpVector__SWIG_0", "D_vtkInteractorStyleImage_GetYViewUpVector__SWIG_0")); mixin(bindCode("vtkInteractorStyleImage_GetYViewUpVector__SWIG_1", "D_vtkInteractorStyleImage_GetYViewUpVector__SWIG_1")); mixin(bindCode("vtkInteractorStyleImage_GetYViewUpVector__SWIG_2", "D_vtkInteractorStyleImage_GetYViewUpVector__SWIG_2")); mixin(bindCode("vtkInteractorStyleImage_SetZViewRightVector__SWIG_0", "D_vtkInteractorStyleImage_SetZViewRightVector__SWIG_0")); mixin(bindCode("vtkInteractorStyleImage_SetZViewRightVector__SWIG_1", "D_vtkInteractorStyleImage_SetZViewRightVector__SWIG_1")); mixin(bindCode("vtkInteractorStyleImage_GetZViewRightVector__SWIG_0", "D_vtkInteractorStyleImage_GetZViewRightVector__SWIG_0")); mixin(bindCode("vtkInteractorStyleImage_GetZViewRightVector__SWIG_1", "D_vtkInteractorStyleImage_GetZViewRightVector__SWIG_1")); mixin(bindCode("vtkInteractorStyleImage_GetZViewRightVector__SWIG_2", "D_vtkInteractorStyleImage_GetZViewRightVector__SWIG_2")); mixin(bindCode("vtkInteractorStyleImage_SetZViewUpVector__SWIG_0", "D_vtkInteractorStyleImage_SetZViewUpVector__SWIG_0")); mixin(bindCode("vtkInteractorStyleImage_SetZViewUpVector__SWIG_1", "D_vtkInteractorStyleImage_SetZViewUpVector__SWIG_1")); mixin(bindCode("vtkInteractorStyleImage_GetZViewUpVector__SWIG_0", "D_vtkInteractorStyleImage_GetZViewUpVector__SWIG_0")); mixin(bindCode("vtkInteractorStyleImage_GetZViewUpVector__SWIG_1", "D_vtkInteractorStyleImage_GetZViewUpVector__SWIG_1")); mixin(bindCode("vtkInteractorStyleImage_GetZViewUpVector__SWIG_2", "D_vtkInteractorStyleImage_GetZViewUpVector__SWIG_2")); mixin(bindCode("vtkInteractorStyleImage_SetImageOrientation", "D_vtkInteractorStyleImage_SetImageOrientation")); mixin(bindCode("vtkInteractorStyleImage_GetCurrentImageProperty", "D_vtkInteractorStyleImage_GetCurrentImageProperty")); mixin(bindCode("vtkInteractorStyleImage_Upcast", "D_vtkInteractorStyleImage_Upcast")); mixin(bindCode("vtkDeformPointSet_New", "D_vtkDeformPointSet_New")); mixin(bindCode("vtkDeformPointSet_IsTypeOf", "D_vtkDeformPointSet_IsTypeOf")); mixin(bindCode("vtkDeformPointSet_SafeDownCast", "D_vtkDeformPointSet_SafeDownCast")); mixin(bindCode("vtkDeformPointSet_NewInstance", "D_vtkDeformPointSet_NewInstance")); mixin(bindCode("vtkDeformPointSet_SetControlMeshData", "D_vtkDeformPointSet_SetControlMeshData")); mixin(bindCode("vtkDeformPointSet_GetControlMeshData", "D_vtkDeformPointSet_GetControlMeshData")); mixin(bindCode("vtkDeformPointSet_SetControlMeshConnection", "D_vtkDeformPointSet_SetControlMeshConnection")); mixin(bindCode("vtkDeformPointSet_SetInitializeWeights", "D_vtkDeformPointSet_SetInitializeWeights")); mixin(bindCode("vtkDeformPointSet_GetInitializeWeights", "D_vtkDeformPointSet_GetInitializeWeights")); mixin(bindCode("vtkDeformPointSet_InitializeWeightsOn", "D_vtkDeformPointSet_InitializeWeightsOn")); mixin(bindCode("vtkDeformPointSet_InitializeWeightsOff", "D_vtkDeformPointSet_InitializeWeightsOff")); mixin(bindCode("vtkDeformPointSet_Upcast", "D_vtkDeformPointSet_Upcast")); mixin(bindCode("vtkPDataSetWriter_IsTypeOf", "D_vtkPDataSetWriter_IsTypeOf")); mixin(bindCode("vtkPDataSetWriter_SafeDownCast", "D_vtkPDataSetWriter_SafeDownCast")); mixin(bindCode("vtkPDataSetWriter_NewInstance", "D_vtkPDataSetWriter_NewInstance")); mixin(bindCode("vtkPDataSetWriter_New", "D_vtkPDataSetWriter_New")); mixin(bindCode("vtkPDataSetWriter_SetNumberOfPieces", "D_vtkPDataSetWriter_SetNumberOfPieces")); mixin(bindCode("vtkPDataSetWriter_GetNumberOfPieces", "D_vtkPDataSetWriter_GetNumberOfPieces")); mixin(bindCode("vtkPDataSetWriter_SetGhostLevel", "D_vtkPDataSetWriter_SetGhostLevel")); mixin(bindCode("vtkPDataSetWriter_GetGhostLevel", "D_vtkPDataSetWriter_GetGhostLevel")); mixin(bindCode("vtkPDataSetWriter_SetStartPiece", "D_vtkPDataSetWriter_SetStartPiece")); mixin(bindCode("vtkPDataSetWriter_GetStartPiece", "D_vtkPDataSetWriter_GetStartPiece")); mixin(bindCode("vtkPDataSetWriter_SetEndPiece", "D_vtkPDataSetWriter_SetEndPiece")); mixin(bindCode("vtkPDataSetWriter_GetEndPiece", "D_vtkPDataSetWriter_GetEndPiece")); mixin(bindCode("vtkPDataSetWriter_SetFilePattern", "D_vtkPDataSetWriter_SetFilePattern")); mixin(bindCode("vtkPDataSetWriter_GetFilePattern", "D_vtkPDataSetWriter_GetFilePattern")); mixin(bindCode("vtkPDataSetWriter_SetUseRelativeFileNames", "D_vtkPDataSetWriter_SetUseRelativeFileNames")); mixin(bindCode("vtkPDataSetWriter_GetUseRelativeFileNames", "D_vtkPDataSetWriter_GetUseRelativeFileNames")); mixin(bindCode("vtkPDataSetWriter_UseRelativeFileNamesOn", "D_vtkPDataSetWriter_UseRelativeFileNamesOn")); mixin(bindCode("vtkPDataSetWriter_UseRelativeFileNamesOff", "D_vtkPDataSetWriter_UseRelativeFileNamesOff")); mixin(bindCode("vtkPDataSetWriter_Upcast", "D_vtkPDataSetWriter_Upcast")); mixin(bindCode("vtkVolumeOutlineSource_New", "D_vtkVolumeOutlineSource_New")); mixin(bindCode("vtkVolumeOutlineSource_IsTypeOf", "D_vtkVolumeOutlineSource_IsTypeOf")); mixin(bindCode("vtkVolumeOutlineSource_SafeDownCast", "D_vtkVolumeOutlineSource_SafeDownCast")); mixin(bindCode("vtkVolumeOutlineSource_NewInstance", "D_vtkVolumeOutlineSource_NewInstance")); mixin(bindCode("vtkVolumeOutlineSource_SetVolumeMapper", "D_vtkVolumeOutlineSource_SetVolumeMapper")); mixin(bindCode("vtkVolumeOutlineSource_GetVolumeMapper", "D_vtkVolumeOutlineSource_GetVolumeMapper")); mixin(bindCode("vtkVolumeOutlineSource_SetGenerateScalars", "D_vtkVolumeOutlineSource_SetGenerateScalars")); mixin(bindCode("vtkVolumeOutlineSource_GenerateScalarsOn", "D_vtkVolumeOutlineSource_GenerateScalarsOn")); mixin(bindCode("vtkVolumeOutlineSource_GenerateScalarsOff", "D_vtkVolumeOutlineSource_GenerateScalarsOff")); mixin(bindCode("vtkVolumeOutlineSource_GetGenerateScalars", "D_vtkVolumeOutlineSource_GetGenerateScalars")); mixin(bindCode("vtkVolumeOutlineSource_SetGenerateOutline", "D_vtkVolumeOutlineSource_SetGenerateOutline")); mixin(bindCode("vtkVolumeOutlineSource_GenerateOutlineOn", "D_vtkVolumeOutlineSource_GenerateOutlineOn")); mixin(bindCode("vtkVolumeOutlineSource_GenerateOutlineOff", "D_vtkVolumeOutlineSource_GenerateOutlineOff")); mixin(bindCode("vtkVolumeOutlineSource_GetGenerateOutline", "D_vtkVolumeOutlineSource_GetGenerateOutline")); mixin(bindCode("vtkVolumeOutlineSource_SetGenerateFaces", "D_vtkVolumeOutlineSource_SetGenerateFaces")); mixin(bindCode("vtkVolumeOutlineSource_GenerateFacesOn", "D_vtkVolumeOutlineSource_GenerateFacesOn")); mixin(bindCode("vtkVolumeOutlineSource_GenerateFacesOff", "D_vtkVolumeOutlineSource_GenerateFacesOff")); mixin(bindCode("vtkVolumeOutlineSource_GetGenerateFaces", "D_vtkVolumeOutlineSource_GetGenerateFaces")); mixin(bindCode("vtkVolumeOutlineSource_SetColor__SWIG_0", "D_vtkVolumeOutlineSource_SetColor__SWIG_0")); mixin(bindCode("vtkVolumeOutlineSource_SetColor__SWIG_1", "D_vtkVolumeOutlineSource_SetColor__SWIG_1")); mixin(bindCode("vtkVolumeOutlineSource_GetColor__SWIG_0", "D_vtkVolumeOutlineSource_GetColor__SWIG_0")); mixin(bindCode("vtkVolumeOutlineSource_GetColor__SWIG_1", "D_vtkVolumeOutlineSource_GetColor__SWIG_1")); mixin(bindCode("vtkVolumeOutlineSource_GetColor__SWIG_2", "D_vtkVolumeOutlineSource_GetColor__SWIG_2")); mixin(bindCode("vtkVolumeOutlineSource_SetActivePlaneId", "D_vtkVolumeOutlineSource_SetActivePlaneId")); mixin(bindCode("vtkVolumeOutlineSource_GetActivePlaneId", "D_vtkVolumeOutlineSource_GetActivePlaneId")); mixin(bindCode("vtkVolumeOutlineSource_SetActivePlaneColor__SWIG_0", "D_vtkVolumeOutlineSource_SetActivePlaneColor__SWIG_0")); mixin(bindCode("vtkVolumeOutlineSource_SetActivePlaneColor__SWIG_1", "D_vtkVolumeOutlineSource_SetActivePlaneColor__SWIG_1")); mixin(bindCode("vtkVolumeOutlineSource_GetActivePlaneColor__SWIG_0", "D_vtkVolumeOutlineSource_GetActivePlaneColor__SWIG_0")); mixin(bindCode("vtkVolumeOutlineSource_GetActivePlaneColor__SWIG_1", "D_vtkVolumeOutlineSource_GetActivePlaneColor__SWIG_1")); mixin(bindCode("vtkVolumeOutlineSource_GetActivePlaneColor__SWIG_2", "D_vtkVolumeOutlineSource_GetActivePlaneColor__SWIG_2")); mixin(bindCode("vtkVolumeOutlineSource_Upcast", "D_vtkVolumeOutlineSource_Upcast")); mixin(bindCode("vtkHoverWidget_New", "D_vtkHoverWidget_New")); mixin(bindCode("vtkHoverWidget_IsTypeOf", "D_vtkHoverWidget_IsTypeOf")); mixin(bindCode("vtkHoverWidget_SafeDownCast", "D_vtkHoverWidget_SafeDownCast")); mixin(bindCode("vtkHoverWidget_NewInstance", "D_vtkHoverWidget_NewInstance")); mixin(bindCode("vtkHoverWidget_SetTimerDuration", "D_vtkHoverWidget_SetTimerDuration")); mixin(bindCode("vtkHoverWidget_GetTimerDurationMinValue", "D_vtkHoverWidget_GetTimerDurationMinValue")); mixin(bindCode("vtkHoverWidget_GetTimerDurationMaxValue", "D_vtkHoverWidget_GetTimerDurationMaxValue")); mixin(bindCode("vtkHoverWidget_GetTimerDuration", "D_vtkHoverWidget_GetTimerDuration")); mixin(bindCode("vtkHoverWidget_Upcast", "D_vtkHoverWidget_Upcast")); mixin(bindCode("vtkBalloonWidget_New", "D_vtkBalloonWidget_New")); mixin(bindCode("vtkBalloonWidget_IsTypeOf", "D_vtkBalloonWidget_IsTypeOf")); mixin(bindCode("vtkBalloonWidget_SafeDownCast", "D_vtkBalloonWidget_SafeDownCast")); mixin(bindCode("vtkBalloonWidget_NewInstance", "D_vtkBalloonWidget_NewInstance")); mixin(bindCode("vtkBalloonWidget_SetRepresentation", "D_vtkBalloonWidget_SetRepresentation")); mixin(bindCode("vtkBalloonWidget_GetBalloonRepresentation", "D_vtkBalloonWidget_GetBalloonRepresentation")); mixin(bindCode("vtkBalloonWidget_AddBalloon__SWIG_0", "D_vtkBalloonWidget_AddBalloon__SWIG_0")); mixin(bindCode("vtkBalloonWidget_AddBalloon__SWIG_1", "D_vtkBalloonWidget_AddBalloon__SWIG_1")); mixin(bindCode("vtkBalloonWidget_AddBalloon__SWIG_2", "D_vtkBalloonWidget_AddBalloon__SWIG_2")); mixin(bindCode("vtkBalloonWidget_RemoveBalloon", "D_vtkBalloonWidget_RemoveBalloon")); mixin(bindCode("vtkBalloonWidget_GetBalloonString", "D_vtkBalloonWidget_GetBalloonString")); mixin(bindCode("vtkBalloonWidget_GetBalloonImage", "D_vtkBalloonWidget_GetBalloonImage")); mixin(bindCode("vtkBalloonWidget_UpdateBalloonString", "D_vtkBalloonWidget_UpdateBalloonString")); mixin(bindCode("vtkBalloonWidget_UpdateBalloonImage", "D_vtkBalloonWidget_UpdateBalloonImage")); mixin(bindCode("vtkBalloonWidget_GetCurrentProp", "D_vtkBalloonWidget_GetCurrentProp")); mixin(bindCode("vtkBalloonWidget_SetPicker", "D_vtkBalloonWidget_SetPicker")); mixin(bindCode("vtkBalloonWidget_GetPicker", "D_vtkBalloonWidget_GetPicker")); mixin(bindCode("vtkBalloonWidget_Upcast", "D_vtkBalloonWidget_Upcast")); mixin(bindCode("vtkDiskSource_New", "D_vtkDiskSource_New")); mixin(bindCode("vtkDiskSource_IsTypeOf", "D_vtkDiskSource_IsTypeOf")); mixin(bindCode("vtkDiskSource_SafeDownCast", "D_vtkDiskSource_SafeDownCast")); mixin(bindCode("vtkDiskSource_NewInstance", "D_vtkDiskSource_NewInstance")); mixin(bindCode("vtkDiskSource_SetInnerRadius", "D_vtkDiskSource_SetInnerRadius")); mixin(bindCode("vtkDiskSource_GetInnerRadiusMinValue", "D_vtkDiskSource_GetInnerRadiusMinValue")); mixin(bindCode("vtkDiskSource_GetInnerRadiusMaxValue", "D_vtkDiskSource_GetInnerRadiusMaxValue")); mixin(bindCode("vtkDiskSource_GetInnerRadius", "D_vtkDiskSource_GetInnerRadius")); mixin(bindCode("vtkDiskSource_SetOuterRadius", "D_vtkDiskSource_SetOuterRadius")); mixin(bindCode("vtkDiskSource_GetOuterRadiusMinValue", "D_vtkDiskSource_GetOuterRadiusMinValue")); mixin(bindCode("vtkDiskSource_GetOuterRadiusMaxValue", "D_vtkDiskSource_GetOuterRadiusMaxValue")); mixin(bindCode("vtkDiskSource_GetOuterRadius", "D_vtkDiskSource_GetOuterRadius")); mixin(bindCode("vtkDiskSource_SetRadialResolution", "D_vtkDiskSource_SetRadialResolution")); mixin(bindCode("vtkDiskSource_GetRadialResolutionMinValue", "D_vtkDiskSource_GetRadialResolutionMinValue")); mixin(bindCode("vtkDiskSource_GetRadialResolutionMaxValue", "D_vtkDiskSource_GetRadialResolutionMaxValue")); mixin(bindCode("vtkDiskSource_GetRadialResolution", "D_vtkDiskSource_GetRadialResolution")); mixin(bindCode("vtkDiskSource_SetCircumferentialResolution", "D_vtkDiskSource_SetCircumferentialResolution")); mixin(bindCode("vtkDiskSource_GetCircumferentialResolutionMinValue", "D_vtkDiskSource_GetCircumferentialResolutionMinValue")); mixin(bindCode("vtkDiskSource_GetCircumferentialResolutionMaxValue", "D_vtkDiskSource_GetCircumferentialResolutionMaxValue")); mixin(bindCode("vtkDiskSource_GetCircumferentialResolution", "D_vtkDiskSource_GetCircumferentialResolution")); mixin(bindCode("vtkDiskSource_Upcast", "D_vtkDiskSource_Upcast")); mixin(bindCode("vtkOpenGLImageMapper_New", "D_vtkOpenGLImageMapper_New")); mixin(bindCode("vtkOpenGLImageMapper_IsTypeOf", "D_vtkOpenGLImageMapper_IsTypeOf")); mixin(bindCode("vtkOpenGLImageMapper_SafeDownCast", "D_vtkOpenGLImageMapper_SafeDownCast")); mixin(bindCode("vtkOpenGLImageMapper_NewInstance", "D_vtkOpenGLImageMapper_NewInstance")); mixin(bindCode("vtkOpenGLImageMapper_Upcast", "D_vtkOpenGLImageMapper_Upcast")); mixin(bindCode("vtkInteractorStyleTreeMapHover_New", "D_vtkInteractorStyleTreeMapHover_New")); mixin(bindCode("vtkInteractorStyleTreeMapHover_IsTypeOf", "D_vtkInteractorStyleTreeMapHover_IsTypeOf")); mixin(bindCode("vtkInteractorStyleTreeMapHover_SafeDownCast", "D_vtkInteractorStyleTreeMapHover_SafeDownCast")); mixin(bindCode("vtkInteractorStyleTreeMapHover_NewInstance", "D_vtkInteractorStyleTreeMapHover_NewInstance")); mixin(bindCode("vtkInteractorStyleTreeMapHover_SetLayout", "D_vtkInteractorStyleTreeMapHover_SetLayout")); mixin(bindCode("vtkInteractorStyleTreeMapHover_GetLayout", "D_vtkInteractorStyleTreeMapHover_GetLayout")); mixin(bindCode("vtkInteractorStyleTreeMapHover_SetTreeMapToPolyData", "D_vtkInteractorStyleTreeMapHover_SetTreeMapToPolyData")); mixin(bindCode("vtkInteractorStyleTreeMapHover_GetTreeMapToPolyData", "D_vtkInteractorStyleTreeMapHover_GetTreeMapToPolyData")); mixin(bindCode("vtkInteractorStyleTreeMapHover_SetLabelField", "D_vtkInteractorStyleTreeMapHover_SetLabelField")); mixin(bindCode("vtkInteractorStyleTreeMapHover_GetLabelField", "D_vtkInteractorStyleTreeMapHover_GetLabelField")); mixin(bindCode("vtkInteractorStyleTreeMapHover_HighLightItem", "D_vtkInteractorStyleTreeMapHover_HighLightItem")); mixin(bindCode("vtkInteractorStyleTreeMapHover_HighLightCurrentSelectedItem", "D_vtkInteractorStyleTreeMapHover_HighLightCurrentSelectedItem")); mixin(bindCode("vtkInteractorStyleTreeMapHover_SetHighLightColor", "D_vtkInteractorStyleTreeMapHover_SetHighLightColor")); mixin(bindCode("vtkInteractorStyleTreeMapHover_SetSelectionLightColor", "D_vtkInteractorStyleTreeMapHover_SetSelectionLightColor")); mixin(bindCode("vtkInteractorStyleTreeMapHover_SetHighLightWidth", "D_vtkInteractorStyleTreeMapHover_SetHighLightWidth")); mixin(bindCode("vtkInteractorStyleTreeMapHover_GetHighLightWidth", "D_vtkInteractorStyleTreeMapHover_GetHighLightWidth")); mixin(bindCode("vtkInteractorStyleTreeMapHover_SetSelectionWidth", "D_vtkInteractorStyleTreeMapHover_SetSelectionWidth")); mixin(bindCode("vtkInteractorStyleTreeMapHover_GetSelectionWidth", "D_vtkInteractorStyleTreeMapHover_GetSelectionWidth")); mixin(bindCode("vtkInteractorStyleTreeMapHover_Upcast", "D_vtkInteractorStyleTreeMapHover_Upcast")); mixin(bindCode("vtkBarChartActor_IsTypeOf", "D_vtkBarChartActor_IsTypeOf")); mixin(bindCode("vtkBarChartActor_SafeDownCast", "D_vtkBarChartActor_SafeDownCast")); mixin(bindCode("vtkBarChartActor_NewInstance", "D_vtkBarChartActor_NewInstance")); mixin(bindCode("vtkBarChartActor_New", "D_vtkBarChartActor_New")); mixin(bindCode("vtkBarChartActor_SetInput", "D_vtkBarChartActor_SetInput")); mixin(bindCode("vtkBarChartActor_GetInput", "D_vtkBarChartActor_GetInput")); mixin(bindCode("vtkBarChartActor_SetTitleVisibility", "D_vtkBarChartActor_SetTitleVisibility")); mixin(bindCode("vtkBarChartActor_GetTitleVisibility", "D_vtkBarChartActor_GetTitleVisibility")); mixin(bindCode("vtkBarChartActor_TitleVisibilityOn", "D_vtkBarChartActor_TitleVisibilityOn")); mixin(bindCode("vtkBarChartActor_TitleVisibilityOff", "D_vtkBarChartActor_TitleVisibilityOff")); mixin(bindCode("vtkBarChartActor_SetTitle", "D_vtkBarChartActor_SetTitle")); mixin(bindCode("vtkBarChartActor_GetTitle", "D_vtkBarChartActor_GetTitle")); mixin(bindCode("vtkBarChartActor_SetTitleTextProperty", "D_vtkBarChartActor_SetTitleTextProperty")); mixin(bindCode("vtkBarChartActor_GetTitleTextProperty", "D_vtkBarChartActor_GetTitleTextProperty")); mixin(bindCode("vtkBarChartActor_SetLabelVisibility", "D_vtkBarChartActor_SetLabelVisibility")); mixin(bindCode("vtkBarChartActor_GetLabelVisibility", "D_vtkBarChartActor_GetLabelVisibility")); mixin(bindCode("vtkBarChartActor_LabelVisibilityOn", "D_vtkBarChartActor_LabelVisibilityOn")); mixin(bindCode("vtkBarChartActor_LabelVisibilityOff", "D_vtkBarChartActor_LabelVisibilityOff")); mixin(bindCode("vtkBarChartActor_SetLabelTextProperty", "D_vtkBarChartActor_SetLabelTextProperty")); mixin(bindCode("vtkBarChartActor_GetLabelTextProperty", "D_vtkBarChartActor_GetLabelTextProperty")); mixin(bindCode("vtkBarChartActor_SetBarColor__SWIG_0", "D_vtkBarChartActor_SetBarColor__SWIG_0")); mixin(bindCode("vtkBarChartActor_SetBarColor__SWIG_1", "D_vtkBarChartActor_SetBarColor__SWIG_1")); mixin(bindCode("vtkBarChartActor_GetBarColor", "D_vtkBarChartActor_GetBarColor")); mixin(bindCode("vtkBarChartActor_SetBarLabel", "D_vtkBarChartActor_SetBarLabel")); mixin(bindCode("vtkBarChartActor_GetBarLabel", "D_vtkBarChartActor_GetBarLabel")); mixin(bindCode("vtkBarChartActor_SetYTitle", "D_vtkBarChartActor_SetYTitle")); mixin(bindCode("vtkBarChartActor_GetYTitle", "D_vtkBarChartActor_GetYTitle")); mixin(bindCode("vtkBarChartActor_SetLegendVisibility", "D_vtkBarChartActor_SetLegendVisibility")); mixin(bindCode("vtkBarChartActor_GetLegendVisibility", "D_vtkBarChartActor_GetLegendVisibility")); mixin(bindCode("vtkBarChartActor_LegendVisibilityOn", "D_vtkBarChartActor_LegendVisibilityOn")); mixin(bindCode("vtkBarChartActor_LegendVisibilityOff", "D_vtkBarChartActor_LegendVisibilityOff")); mixin(bindCode("vtkBarChartActor_GetLegendActor", "D_vtkBarChartActor_GetLegendActor")); mixin(bindCode("vtkBarChartActor_Upcast", "D_vtkBarChartActor_Upcast")); mixin(bindCode("vtkTextCodecFactory_IsTypeOf", "D_vtkTextCodecFactory_IsTypeOf")); mixin(bindCode("vtkTextCodecFactory_SafeDownCast", "D_vtkTextCodecFactory_SafeDownCast")); mixin(bindCode("vtkTextCodecFactory_NewInstance", "D_vtkTextCodecFactory_NewInstance")); mixin(bindCode("vtkTextCodecFactory_New", "D_vtkTextCodecFactory_New")); mixin(bindCode("vtkTextCodecFactory_RegisterCreateCallback", "D_vtkTextCodecFactory_RegisterCreateCallback")); mixin(bindCode("vtkTextCodecFactory_UnRegisterCreateCallback", "D_vtkTextCodecFactory_UnRegisterCreateCallback")); mixin(bindCode("vtkTextCodecFactory_UnRegisterAllCreateCallbacks", "D_vtkTextCodecFactory_UnRegisterAllCreateCallbacks")); mixin(bindCode("vtkTextCodecFactory_CodecForName", "D_vtkTextCodecFactory_CodecForName")); mixin(bindCode("vtkTextCodecFactory_CodecToHandle", "D_vtkTextCodecFactory_CodecToHandle")); mixin(bindCode("vtkTextCodecFactory_Initialize", "D_vtkTextCodecFactory_Initialize")); mixin(bindCode("new_vtkTextCodecFactory", "D_new_vtkTextCodecFactory")); mixin(bindCode("delete_vtkTextCodecFactory", "D_delete_vtkTextCodecFactory")); mixin(bindCode("vtkTextCodecFactory_Upcast", "D_vtkTextCodecFactory_Upcast")); mixin(bindCode("vtkOpaquePass_New", "D_vtkOpaquePass_New")); mixin(bindCode("vtkOpaquePass_IsTypeOf", "D_vtkOpaquePass_IsTypeOf")); mixin(bindCode("vtkOpaquePass_SafeDownCast", "D_vtkOpaquePass_SafeDownCast")); mixin(bindCode("vtkOpaquePass_NewInstance", "D_vtkOpaquePass_NewInstance")); mixin(bindCode("vtkOpaquePass_Upcast", "D_vtkOpaquePass_Upcast")); mixin(bindCode("vtkConstrainedPointHandleRepresentation_New", "D_vtkConstrainedPointHandleRepresentation_New")); mixin(bindCode("vtkConstrainedPointHandleRepresentation_IsTypeOf", "D_vtkConstrainedPointHandleRepresentation_IsTypeOf")); mixin(bindCode("vtkConstrainedPointHandleRepresentation_SafeDownCast", "D_vtkConstrainedPointHandleRepresentation_SafeDownCast")); mixin(bindCode("vtkConstrainedPointHandleRepresentation_NewInstance", "D_vtkConstrainedPointHandleRepresentation_NewInstance")); mixin(bindCode("vtkConstrainedPointHandleRepresentation_SetCursorShape", "D_vtkConstrainedPointHandleRepresentation_SetCursorShape")); mixin(bindCode("vtkConstrainedPointHandleRepresentation_GetCursorShape", "D_vtkConstrainedPointHandleRepresentation_GetCursorShape")); mixin(bindCode("vtkConstrainedPointHandleRepresentation_SetActiveCursorShape", "D_vtkConstrainedPointHandleRepresentation_SetActiveCursorShape")); mixin(bindCode("vtkConstrainedPointHandleRepresentation_GetActiveCursorShape", "D_vtkConstrainedPointHandleRepresentation_GetActiveCursorShape")); mixin(bindCode("vtkConstrainedPointHandleRepresentation_SetProjectionNormal", "D_vtkConstrainedPointHandleRepresentation_SetProjectionNormal")); mixin(bindCode("vtkConstrainedPointHandleRepresentation_GetProjectionNormalMinValue", "D_vtkConstrainedPointHandleRepresentation_GetProjectionNormalMinValue")); mixin(bindCode("vtkConstrainedPointHandleRepresentation_GetProjectionNormalMaxValue", "D_vtkConstrainedPointHandleRepresentation_GetProjectionNormalMaxValue")); mixin(bindCode("vtkConstrainedPointHandleRepresentation_GetProjectionNormal", "D_vtkConstrainedPointHandleRepresentation_GetProjectionNormal")); mixin(bindCode("vtkConstrainedPointHandleRepresentation_SetProjectionNormalToXAxis", "D_vtkConstrainedPointHandleRepresentation_SetProjectionNormalToXAxis")); mixin(bindCode("vtkConstrainedPointHandleRepresentation_SetProjectionNormalToYAxis", "D_vtkConstrainedPointHandleRepresentation_SetProjectionNormalToYAxis")); mixin(bindCode("vtkConstrainedPointHandleRepresentation_SetProjectionNormalToZAxis", "D_vtkConstrainedPointHandleRepresentation_SetProjectionNormalToZAxis")); mixin(bindCode("vtkConstrainedPointHandleRepresentation_SetProjectionNormalToOblique", "D_vtkConstrainedPointHandleRepresentation_SetProjectionNormalToOblique")); mixin(bindCode("vtkConstrainedPointHandleRepresentation_SetObliquePlane", "D_vtkConstrainedPointHandleRepresentation_SetObliquePlane")); mixin(bindCode("vtkConstrainedPointHandleRepresentation_GetObliquePlane", "D_vtkConstrainedPointHandleRepresentation_GetObliquePlane")); mixin(bindCode("vtkConstrainedPointHandleRepresentation_SetProjectionPosition", "D_vtkConstrainedPointHandleRepresentation_SetProjectionPosition")); mixin(bindCode("vtkConstrainedPointHandleRepresentation_GetProjectionPosition", "D_vtkConstrainedPointHandleRepresentation_GetProjectionPosition")); mixin(bindCode("vtkConstrainedPointHandleRepresentation_AddBoundingPlane", "D_vtkConstrainedPointHandleRepresentation_AddBoundingPlane")); mixin(bindCode("vtkConstrainedPointHandleRepresentation_RemoveBoundingPlane", "D_vtkConstrainedPointHandleRepresentation_RemoveBoundingPlane")); mixin(bindCode("vtkConstrainedPointHandleRepresentation_RemoveAllBoundingPlanes", "D_vtkConstrainedPointHandleRepresentation_RemoveAllBoundingPlanes")); mixin(bindCode("vtkConstrainedPointHandleRepresentation_SetBoundingPlanes__SWIG_0", "D_vtkConstrainedPointHandleRepresentation_SetBoundingPlanes__SWIG_0")); mixin(bindCode("vtkConstrainedPointHandleRepresentation_GetBoundingPlanes", "D_vtkConstrainedPointHandleRepresentation_GetBoundingPlanes")); mixin(bindCode("vtkConstrainedPointHandleRepresentation_SetBoundingPlanes__SWIG_1", "D_vtkConstrainedPointHandleRepresentation_SetBoundingPlanes__SWIG_1")); mixin(bindCode("vtkConstrainedPointHandleRepresentation_SetPosition__SWIG_0", "D_vtkConstrainedPointHandleRepresentation_SetPosition__SWIG_0")); mixin(bindCode("vtkConstrainedPointHandleRepresentation_SetPosition__SWIG_1", "D_vtkConstrainedPointHandleRepresentation_SetPosition__SWIG_1")); mixin(bindCode("vtkConstrainedPointHandleRepresentation_GetPosition__SWIG_0", "D_vtkConstrainedPointHandleRepresentation_GetPosition__SWIG_0")); mixin(bindCode("vtkConstrainedPointHandleRepresentation_GetPosition__SWIG_1", "D_vtkConstrainedPointHandleRepresentation_GetPosition__SWIG_1")); mixin(bindCode("vtkConstrainedPointHandleRepresentation_GetProperty", "D_vtkConstrainedPointHandleRepresentation_GetProperty")); mixin(bindCode("vtkConstrainedPointHandleRepresentation_GetSelectedProperty", "D_vtkConstrainedPointHandleRepresentation_GetSelectedProperty")); mixin(bindCode("vtkConstrainedPointHandleRepresentation_GetActiveProperty", "D_vtkConstrainedPointHandleRepresentation_GetActiveProperty")); mixin(bindCode("vtkConstrainedPointHandleRepresentation_Upcast", "D_vtkConstrainedPointHandleRepresentation_Upcast")); mixin(bindCode("vtkSimpleImageFilterExample_New", "D_vtkSimpleImageFilterExample_New")); mixin(bindCode("vtkSimpleImageFilterExample_IsTypeOf", "D_vtkSimpleImageFilterExample_IsTypeOf")); mixin(bindCode("vtkSimpleImageFilterExample_SafeDownCast", "D_vtkSimpleImageFilterExample_SafeDownCast")); mixin(bindCode("vtkSimpleImageFilterExample_NewInstance", "D_vtkSimpleImageFilterExample_NewInstance")); mixin(bindCode("vtkSimpleImageFilterExample_Upcast", "D_vtkSimpleImageFilterExample_Upcast")); mixin(bindCode("vtkParametricSuperToroid_IsTypeOf", "D_vtkParametricSuperToroid_IsTypeOf")); mixin(bindCode("vtkParametricSuperToroid_SafeDownCast", "D_vtkParametricSuperToroid_SafeDownCast")); mixin(bindCode("vtkParametricSuperToroid_NewInstance", "D_vtkParametricSuperToroid_NewInstance")); mixin(bindCode("vtkParametricSuperToroid_New", "D_vtkParametricSuperToroid_New")); mixin(bindCode("vtkParametricSuperToroid_SetRingRadius", "D_vtkParametricSuperToroid_SetRingRadius")); mixin(bindCode("vtkParametricSuperToroid_GetRingRadius", "D_vtkParametricSuperToroid_GetRingRadius")); mixin(bindCode("vtkParametricSuperToroid_SetCrossSectionRadius", "D_vtkParametricSuperToroid_SetCrossSectionRadius")); mixin(bindCode("vtkParametricSuperToroid_GetCrossSectionRadius", "D_vtkParametricSuperToroid_GetCrossSectionRadius")); mixin(bindCode("vtkParametricSuperToroid_SetXRadius", "D_vtkParametricSuperToroid_SetXRadius")); mixin(bindCode("vtkParametricSuperToroid_GetXRadius", "D_vtkParametricSuperToroid_GetXRadius")); mixin(bindCode("vtkParametricSuperToroid_SetYRadius", "D_vtkParametricSuperToroid_SetYRadius")); mixin(bindCode("vtkParametricSuperToroid_GetYRadius", "D_vtkParametricSuperToroid_GetYRadius")); mixin(bindCode("vtkParametricSuperToroid_SetZRadius", "D_vtkParametricSuperToroid_SetZRadius")); mixin(bindCode("vtkParametricSuperToroid_GetZRadius", "D_vtkParametricSuperToroid_GetZRadius")); mixin(bindCode("vtkParametricSuperToroid_SetN1", "D_vtkParametricSuperToroid_SetN1")); mixin(bindCode("vtkParametricSuperToroid_GetN1", "D_vtkParametricSuperToroid_GetN1")); mixin(bindCode("vtkParametricSuperToroid_SetN2", "D_vtkParametricSuperToroid_SetN2")); mixin(bindCode("vtkParametricSuperToroid_GetN2", "D_vtkParametricSuperToroid_GetN2")); mixin(bindCode("vtkParametricSuperToroid_Upcast", "D_vtkParametricSuperToroid_Upcast")); mixin(bindCode("vtkCursor3D_IsTypeOf", "D_vtkCursor3D_IsTypeOf")); mixin(bindCode("vtkCursor3D_SafeDownCast", "D_vtkCursor3D_SafeDownCast")); mixin(bindCode("vtkCursor3D_NewInstance", "D_vtkCursor3D_NewInstance")); mixin(bindCode("vtkCursor3D_New", "D_vtkCursor3D_New")); mixin(bindCode("vtkCursor3D_SetModelBounds__SWIG_0", "D_vtkCursor3D_SetModelBounds__SWIG_0")); mixin(bindCode("vtkCursor3D_SetModelBounds__SWIG_1", "D_vtkCursor3D_SetModelBounds__SWIG_1")); mixin(bindCode("vtkCursor3D_GetModelBounds__SWIG_0", "D_vtkCursor3D_GetModelBounds__SWIG_0")); mixin(bindCode("vtkCursor3D_GetModelBounds__SWIG_1", "D_vtkCursor3D_GetModelBounds__SWIG_1")); mixin(bindCode("vtkCursor3D_SetFocalPoint__SWIG_0", "D_vtkCursor3D_SetFocalPoint__SWIG_0")); mixin(bindCode("vtkCursor3D_SetFocalPoint__SWIG_1", "D_vtkCursor3D_SetFocalPoint__SWIG_1")); mixin(bindCode("vtkCursor3D_GetFocalPoint__SWIG_0", "D_vtkCursor3D_GetFocalPoint__SWIG_0")); mixin(bindCode("vtkCursor3D_GetFocalPoint__SWIG_1", "D_vtkCursor3D_GetFocalPoint__SWIG_1")); mixin(bindCode("vtkCursor3D_SetOutline", "D_vtkCursor3D_SetOutline")); mixin(bindCode("vtkCursor3D_GetOutline", "D_vtkCursor3D_GetOutline")); mixin(bindCode("vtkCursor3D_OutlineOn", "D_vtkCursor3D_OutlineOn")); mixin(bindCode("vtkCursor3D_OutlineOff", "D_vtkCursor3D_OutlineOff")); mixin(bindCode("vtkCursor3D_SetAxes", "D_vtkCursor3D_SetAxes")); mixin(bindCode("vtkCursor3D_GetAxes", "D_vtkCursor3D_GetAxes")); mixin(bindCode("vtkCursor3D_AxesOn", "D_vtkCursor3D_AxesOn")); mixin(bindCode("vtkCursor3D_AxesOff", "D_vtkCursor3D_AxesOff")); mixin(bindCode("vtkCursor3D_SetXShadows", "D_vtkCursor3D_SetXShadows")); mixin(bindCode("vtkCursor3D_GetXShadows", "D_vtkCursor3D_GetXShadows")); mixin(bindCode("vtkCursor3D_XShadowsOn", "D_vtkCursor3D_XShadowsOn")); mixin(bindCode("vtkCursor3D_XShadowsOff", "D_vtkCursor3D_XShadowsOff")); mixin(bindCode("vtkCursor3D_SetYShadows", "D_vtkCursor3D_SetYShadows")); mixin(bindCode("vtkCursor3D_GetYShadows", "D_vtkCursor3D_GetYShadows")); mixin(bindCode("vtkCursor3D_YShadowsOn", "D_vtkCursor3D_YShadowsOn")); mixin(bindCode("vtkCursor3D_YShadowsOff", "D_vtkCursor3D_YShadowsOff")); mixin(bindCode("vtkCursor3D_SetZShadows", "D_vtkCursor3D_SetZShadows")); mixin(bindCode("vtkCursor3D_GetZShadows", "D_vtkCursor3D_GetZShadows")); mixin(bindCode("vtkCursor3D_ZShadowsOn", "D_vtkCursor3D_ZShadowsOn")); mixin(bindCode("vtkCursor3D_ZShadowsOff", "D_vtkCursor3D_ZShadowsOff")); mixin(bindCode("vtkCursor3D_SetTranslationMode", "D_vtkCursor3D_SetTranslationMode")); mixin(bindCode("vtkCursor3D_GetTranslationMode", "D_vtkCursor3D_GetTranslationMode")); mixin(bindCode("vtkCursor3D_TranslationModeOn", "D_vtkCursor3D_TranslationModeOn")); mixin(bindCode("vtkCursor3D_TranslationModeOff", "D_vtkCursor3D_TranslationModeOff")); mixin(bindCode("vtkCursor3D_SetWrap", "D_vtkCursor3D_SetWrap")); mixin(bindCode("vtkCursor3D_GetWrap", "D_vtkCursor3D_GetWrap")); mixin(bindCode("vtkCursor3D_WrapOn", "D_vtkCursor3D_WrapOn")); mixin(bindCode("vtkCursor3D_WrapOff", "D_vtkCursor3D_WrapOff")); mixin(bindCode("vtkCursor3D_GetFocus", "D_vtkCursor3D_GetFocus")); mixin(bindCode("vtkCursor3D_AllOn", "D_vtkCursor3D_AllOn")); mixin(bindCode("vtkCursor3D_AllOff", "D_vtkCursor3D_AllOff")); mixin(bindCode("vtkCursor3D_Upcast", "D_vtkCursor3D_Upcast")); mixin(bindCode("vtkPointHandleRepresentation3D_New", "D_vtkPointHandleRepresentation3D_New")); mixin(bindCode("vtkPointHandleRepresentation3D_IsTypeOf", "D_vtkPointHandleRepresentation3D_IsTypeOf")); mixin(bindCode("vtkPointHandleRepresentation3D_SafeDownCast", "D_vtkPointHandleRepresentation3D_SafeDownCast")); mixin(bindCode("vtkPointHandleRepresentation3D_NewInstance", "D_vtkPointHandleRepresentation3D_NewInstance")); mixin(bindCode("vtkPointHandleRepresentation3D_SetOutline", "D_vtkPointHandleRepresentation3D_SetOutline")); mixin(bindCode("vtkPointHandleRepresentation3D_GetOutline", "D_vtkPointHandleRepresentation3D_GetOutline")); mixin(bindCode("vtkPointHandleRepresentation3D_OutlineOn", "D_vtkPointHandleRepresentation3D_OutlineOn")); mixin(bindCode("vtkPointHandleRepresentation3D_OutlineOff", "D_vtkPointHandleRepresentation3D_OutlineOff")); mixin(bindCode("vtkPointHandleRepresentation3D_SetXShadows", "D_vtkPointHandleRepresentation3D_SetXShadows")); mixin(bindCode("vtkPointHandleRepresentation3D_GetXShadows", "D_vtkPointHandleRepresentation3D_GetXShadows")); mixin(bindCode("vtkPointHandleRepresentation3D_XShadowsOn", "D_vtkPointHandleRepresentation3D_XShadowsOn")); mixin(bindCode("vtkPointHandleRepresentation3D_XShadowsOff", "D_vtkPointHandleRepresentation3D_XShadowsOff")); mixin(bindCode("vtkPointHandleRepresentation3D_SetYShadows", "D_vtkPointHandleRepresentation3D_SetYShadows")); mixin(bindCode("vtkPointHandleRepresentation3D_GetYShadows", "D_vtkPointHandleRepresentation3D_GetYShadows")); mixin(bindCode("vtkPointHandleRepresentation3D_YShadowsOn", "D_vtkPointHandleRepresentation3D_YShadowsOn")); mixin(bindCode("vtkPointHandleRepresentation3D_YShadowsOff", "D_vtkPointHandleRepresentation3D_YShadowsOff")); mixin(bindCode("vtkPointHandleRepresentation3D_SetZShadows", "D_vtkPointHandleRepresentation3D_SetZShadows")); mixin(bindCode("vtkPointHandleRepresentation3D_GetZShadows", "D_vtkPointHandleRepresentation3D_GetZShadows")); mixin(bindCode("vtkPointHandleRepresentation3D_ZShadowsOn", "D_vtkPointHandleRepresentation3D_ZShadowsOn")); mixin(bindCode("vtkPointHandleRepresentation3D_ZShadowsOff", "D_vtkPointHandleRepresentation3D_ZShadowsOff")); mixin(bindCode("vtkPointHandleRepresentation3D_SetTranslationMode", "D_vtkPointHandleRepresentation3D_SetTranslationMode")); mixin(bindCode("vtkPointHandleRepresentation3D_GetTranslationMode", "D_vtkPointHandleRepresentation3D_GetTranslationMode")); mixin(bindCode("vtkPointHandleRepresentation3D_TranslationModeOn", "D_vtkPointHandleRepresentation3D_TranslationModeOn")); mixin(bindCode("vtkPointHandleRepresentation3D_TranslationModeOff", "D_vtkPointHandleRepresentation3D_TranslationModeOff")); mixin(bindCode("vtkPointHandleRepresentation3D_AllOn", "D_vtkPointHandleRepresentation3D_AllOn")); mixin(bindCode("vtkPointHandleRepresentation3D_AllOff", "D_vtkPointHandleRepresentation3D_AllOff")); mixin(bindCode("vtkPointHandleRepresentation3D_SetProperty", "D_vtkPointHandleRepresentation3D_SetProperty")); mixin(bindCode("vtkPointHandleRepresentation3D_SetSelectedProperty", "D_vtkPointHandleRepresentation3D_SetSelectedProperty")); mixin(bindCode("vtkPointHandleRepresentation3D_GetProperty", "D_vtkPointHandleRepresentation3D_GetProperty")); mixin(bindCode("vtkPointHandleRepresentation3D_GetSelectedProperty", "D_vtkPointHandleRepresentation3D_GetSelectedProperty")); mixin(bindCode("vtkPointHandleRepresentation3D_SetHotSpotSize", "D_vtkPointHandleRepresentation3D_SetHotSpotSize")); mixin(bindCode("vtkPointHandleRepresentation3D_GetHotSpotSizeMinValue", "D_vtkPointHandleRepresentation3D_GetHotSpotSizeMinValue")); mixin(bindCode("vtkPointHandleRepresentation3D_GetHotSpotSizeMaxValue", "D_vtkPointHandleRepresentation3D_GetHotSpotSizeMaxValue")); mixin(bindCode("vtkPointHandleRepresentation3D_GetHotSpotSize", "D_vtkPointHandleRepresentation3D_GetHotSpotSize")); mixin(bindCode("vtkPointHandleRepresentation3D_ComputeInteractionState__SWIG_0", "D_vtkPointHandleRepresentation3D_ComputeInteractionState__SWIG_0")); mixin(bindCode("vtkPointHandleRepresentation3D_ComputeInteractionState__SWIG_1", "D_vtkPointHandleRepresentation3D_ComputeInteractionState__SWIG_1")); mixin(bindCode("vtkPointHandleRepresentation3D_PlaceWidget", "D_vtkPointHandleRepresentation3D_PlaceWidget")); mixin(bindCode("vtkPointHandleRepresentation3D_SetSmoothMotion", "D_vtkPointHandleRepresentation3D_SetSmoothMotion")); mixin(bindCode("vtkPointHandleRepresentation3D_GetSmoothMotion", "D_vtkPointHandleRepresentation3D_GetSmoothMotion")); mixin(bindCode("vtkPointHandleRepresentation3D_SmoothMotionOn", "D_vtkPointHandleRepresentation3D_SmoothMotionOn")); mixin(bindCode("vtkPointHandleRepresentation3D_SmoothMotionOff", "D_vtkPointHandleRepresentation3D_SmoothMotionOff")); mixin(bindCode("vtkPointHandleRepresentation3D_Upcast", "D_vtkPointHandleRepresentation3D_Upcast")); mixin(bindCode("vtkExtractPolyDataGeometry_IsTypeOf", "D_vtkExtractPolyDataGeometry_IsTypeOf")); mixin(bindCode("vtkExtractPolyDataGeometry_SafeDownCast", "D_vtkExtractPolyDataGeometry_SafeDownCast")); mixin(bindCode("vtkExtractPolyDataGeometry_NewInstance", "D_vtkExtractPolyDataGeometry_NewInstance")); mixin(bindCode("vtkExtractPolyDataGeometry_New", "D_vtkExtractPolyDataGeometry_New")); mixin(bindCode("vtkExtractPolyDataGeometry_SetImplicitFunction", "D_vtkExtractPolyDataGeometry_SetImplicitFunction")); mixin(bindCode("vtkExtractPolyDataGeometry_GetImplicitFunction", "D_vtkExtractPolyDataGeometry_GetImplicitFunction")); mixin(bindCode("vtkExtractPolyDataGeometry_SetExtractInside", "D_vtkExtractPolyDataGeometry_SetExtractInside")); mixin(bindCode("vtkExtractPolyDataGeometry_GetExtractInside", "D_vtkExtractPolyDataGeometry_GetExtractInside")); mixin(bindCode("vtkExtractPolyDataGeometry_ExtractInsideOn", "D_vtkExtractPolyDataGeometry_ExtractInsideOn")); mixin(bindCode("vtkExtractPolyDataGeometry_ExtractInsideOff", "D_vtkExtractPolyDataGeometry_ExtractInsideOff")); mixin(bindCode("vtkExtractPolyDataGeometry_SetExtractBoundaryCells", "D_vtkExtractPolyDataGeometry_SetExtractBoundaryCells")); mixin(bindCode("vtkExtractPolyDataGeometry_GetExtractBoundaryCells", "D_vtkExtractPolyDataGeometry_GetExtractBoundaryCells")); mixin(bindCode("vtkExtractPolyDataGeometry_ExtractBoundaryCellsOn", "D_vtkExtractPolyDataGeometry_ExtractBoundaryCellsOn")); mixin(bindCode("vtkExtractPolyDataGeometry_ExtractBoundaryCellsOff", "D_vtkExtractPolyDataGeometry_ExtractBoundaryCellsOff")); mixin(bindCode("vtkExtractPolyDataGeometry_Upcast", "D_vtkExtractPolyDataGeometry_Upcast")); mixin(bindCode("vtkLSDynaReader_IsTypeOf", "D_vtkLSDynaReader_IsTypeOf")); mixin(bindCode("vtkLSDynaReader_SafeDownCast", "D_vtkLSDynaReader_SafeDownCast")); mixin(bindCode("vtkLSDynaReader_NewInstance", "D_vtkLSDynaReader_NewInstance")); mixin(bindCode("vtkLSDynaReader_New", "D_vtkLSDynaReader_New")); mixin(bindCode("vtkLSDynaReader_Dump", "D_vtkLSDynaReader_Dump")); mixin(bindCode("vtkLSDynaReader_DebugDump", "D_vtkLSDynaReader_DebugDump")); mixin(bindCode("vtkLSDynaReader_CanReadFile", "D_vtkLSDynaReader_CanReadFile")); mixin(bindCode("vtkLSDynaReader_SetDatabaseDirectory", "D_vtkLSDynaReader_SetDatabaseDirectory")); mixin(bindCode("vtkLSDynaReader_GetDatabaseDirectory", "D_vtkLSDynaReader_GetDatabaseDirectory")); mixin(bindCode("vtkLSDynaReader_IsDatabaseValid", "D_vtkLSDynaReader_IsDatabaseValid")); mixin(bindCode("vtkLSDynaReader_SetFileName", "D_vtkLSDynaReader_SetFileName")); mixin(bindCode("vtkLSDynaReader_GetFileName", "D_vtkLSDynaReader_GetFileName")); mixin(bindCode("vtkLSDynaReader_GetTitle", "D_vtkLSDynaReader_GetTitle")); mixin(bindCode("vtkLSDynaReader_GetDimensionality", "D_vtkLSDynaReader_GetDimensionality")); mixin(bindCode("vtkLSDynaReader_GetNumberOfNodes", "D_vtkLSDynaReader_GetNumberOfNodes")); mixin(bindCode("vtkLSDynaReader_GetNumberOfCells", "D_vtkLSDynaReader_GetNumberOfCells")); mixin(bindCode("vtkLSDynaReader_GetNumberOfContinuumCells", "D_vtkLSDynaReader_GetNumberOfContinuumCells")); mixin(bindCode("vtkLSDynaReader_GetNumberOfSolidCells", "D_vtkLSDynaReader_GetNumberOfSolidCells")); mixin(bindCode("vtkLSDynaReader_GetNumberOfThickShellCells", "D_vtkLSDynaReader_GetNumberOfThickShellCells")); mixin(bindCode("vtkLSDynaReader_GetNumberOfShellCells", "D_vtkLSDynaReader_GetNumberOfShellCells")); mixin(bindCode("vtkLSDynaReader_GetNumberOfRigidBodyCells", "D_vtkLSDynaReader_GetNumberOfRigidBodyCells")); mixin(bindCode("vtkLSDynaReader_GetNumberOfRoadSurfaceCells", "D_vtkLSDynaReader_GetNumberOfRoadSurfaceCells")); mixin(bindCode("vtkLSDynaReader_GetNumberOfBeamCells", "D_vtkLSDynaReader_GetNumberOfBeamCells")); mixin(bindCode("vtkLSDynaReader_GetNumberOfParticleCells", "D_vtkLSDynaReader_GetNumberOfParticleCells")); mixin(bindCode("vtkLSDynaReader_GetNumberOfTimeSteps", "D_vtkLSDynaReader_GetNumberOfTimeSteps")); mixin(bindCode("vtkLSDynaReader_SetTimeStep", "D_vtkLSDynaReader_SetTimeStep")); mixin(bindCode("vtkLSDynaReader_GetTimeStep", "D_vtkLSDynaReader_GetTimeStep")); mixin(bindCode("vtkLSDynaReader_GetTimeValue", "D_vtkLSDynaReader_GetTimeValue")); mixin(bindCode("vtkLSDynaReader_GetTimeStepRange__SWIG_0", "D_vtkLSDynaReader_GetTimeStepRange__SWIG_0")); mixin(bindCode("vtkLSDynaReader_GetTimeStepRange__SWIG_1", "D_vtkLSDynaReader_GetTimeStepRange__SWIG_1")); mixin(bindCode("vtkLSDynaReader_GetTimeStepRange__SWIG_2", "D_vtkLSDynaReader_GetTimeStepRange__SWIG_2")); mixin(bindCode("vtkLSDynaReader_SetTimeStepRange__SWIG_0", "D_vtkLSDynaReader_SetTimeStepRange__SWIG_0")); mixin(bindCode("vtkLSDynaReader_SetTimeStepRange__SWIG_1", "D_vtkLSDynaReader_SetTimeStepRange__SWIG_1")); mixin(bindCode("vtkLSDynaReader_GetNumberOfPointArrays", "D_vtkLSDynaReader_GetNumberOfPointArrays")); mixin(bindCode("vtkLSDynaReader_GetPointArrayName", "D_vtkLSDynaReader_GetPointArrayName")); mixin(bindCode("vtkLSDynaReader_SetPointArrayStatus__SWIG_0", "D_vtkLSDynaReader_SetPointArrayStatus__SWIG_0")); mixin(bindCode("vtkLSDynaReader_SetPointArrayStatus__SWIG_1", "D_vtkLSDynaReader_SetPointArrayStatus__SWIG_1")); mixin(bindCode("vtkLSDynaReader_GetPointArrayStatus__SWIG_0", "D_vtkLSDynaReader_GetPointArrayStatus__SWIG_0")); mixin(bindCode("vtkLSDynaReader_GetPointArrayStatus__SWIG_1", "D_vtkLSDynaReader_GetPointArrayStatus__SWIG_1")); mixin(bindCode("vtkLSDynaReader_GetNumberOfComponentsInPointArray__SWIG_0", "D_vtkLSDynaReader_GetNumberOfComponentsInPointArray__SWIG_0")); mixin(bindCode("vtkLSDynaReader_GetNumberOfComponentsInPointArray__SWIG_1", "D_vtkLSDynaReader_GetNumberOfComponentsInPointArray__SWIG_1")); mixin(bindCode("vtkLSDynaReader_GetNumberOfCellArrays", "D_vtkLSDynaReader_GetNumberOfCellArrays")); mixin(bindCode("vtkLSDynaReader_GetCellArrayName", "D_vtkLSDynaReader_GetCellArrayName")); mixin(bindCode("vtkLSDynaReader_SetCellArrayStatus__SWIG_0", "D_vtkLSDynaReader_SetCellArrayStatus__SWIG_0")); mixin(bindCode("vtkLSDynaReader_SetCellArrayStatus__SWIG_1", "D_vtkLSDynaReader_SetCellArrayStatus__SWIG_1")); mixin(bindCode("vtkLSDynaReader_GetCellArrayStatus__SWIG_0", "D_vtkLSDynaReader_GetCellArrayStatus__SWIG_0")); mixin(bindCode("vtkLSDynaReader_GetCellArrayStatus__SWIG_1", "D_vtkLSDynaReader_GetCellArrayStatus__SWIG_1")); mixin(bindCode("vtkLSDynaReader_GetNumberOfComponentsInCellArray__SWIG_0", "D_vtkLSDynaReader_GetNumberOfComponentsInCellArray__SWIG_0")); mixin(bindCode("vtkLSDynaReader_GetNumberOfComponentsInCellArray__SWIG_1", "D_vtkLSDynaReader_GetNumberOfComponentsInCellArray__SWIG_1")); mixin(bindCode("vtkLSDynaReader_GetNumberOfSolidArrays", "D_vtkLSDynaReader_GetNumberOfSolidArrays")); mixin(bindCode("vtkLSDynaReader_GetSolidArrayName", "D_vtkLSDynaReader_GetSolidArrayName")); mixin(bindCode("vtkLSDynaReader_SetSolidArrayStatus__SWIG_0", "D_vtkLSDynaReader_SetSolidArrayStatus__SWIG_0")); mixin(bindCode("vtkLSDynaReader_SetSolidArrayStatus__SWIG_1", "D_vtkLSDynaReader_SetSolidArrayStatus__SWIG_1")); mixin(bindCode("vtkLSDynaReader_GetSolidArrayStatus__SWIG_0", "D_vtkLSDynaReader_GetSolidArrayStatus__SWIG_0")); mixin(bindCode("vtkLSDynaReader_GetSolidArrayStatus__SWIG_1", "D_vtkLSDynaReader_GetSolidArrayStatus__SWIG_1")); mixin(bindCode("vtkLSDynaReader_GetNumberOfComponentsInSolidArray__SWIG_0", "D_vtkLSDynaReader_GetNumberOfComponentsInSolidArray__SWIG_0")); mixin(bindCode("vtkLSDynaReader_GetNumberOfComponentsInSolidArray__SWIG_1", "D_vtkLSDynaReader_GetNumberOfComponentsInSolidArray__SWIG_1")); mixin(bindCode("vtkLSDynaReader_GetNumberOfThickShellArrays", "D_vtkLSDynaReader_GetNumberOfThickShellArrays")); mixin(bindCode("vtkLSDynaReader_GetThickShellArrayName", "D_vtkLSDynaReader_GetThickShellArrayName")); mixin(bindCode("vtkLSDynaReader_SetThickShellArrayStatus__SWIG_0", "D_vtkLSDynaReader_SetThickShellArrayStatus__SWIG_0")); mixin(bindCode("vtkLSDynaReader_SetThickShellArrayStatus__SWIG_1", "D_vtkLSDynaReader_SetThickShellArrayStatus__SWIG_1")); mixin(bindCode("vtkLSDynaReader_GetThickShellArrayStatus__SWIG_0", "D_vtkLSDynaReader_GetThickShellArrayStatus__SWIG_0")); mixin(bindCode("vtkLSDynaReader_GetThickShellArrayStatus__SWIG_1", "D_vtkLSDynaReader_GetThickShellArrayStatus__SWIG_1")); mixin(bindCode("vtkLSDynaReader_GetNumberOfComponentsInThickShellArray__SWIG_0", "D_vtkLSDynaReader_GetNumberOfComponentsInThickShellArray__SWIG_0")); mixin(bindCode("vtkLSDynaReader_GetNumberOfComponentsInThickShellArray__SWIG_1", "D_vtkLSDynaReader_GetNumberOfComponentsInThickShellArray__SWIG_1")); mixin(bindCode("vtkLSDynaReader_GetNumberOfShellArrays", "D_vtkLSDynaReader_GetNumberOfShellArrays")); mixin(bindCode("vtkLSDynaReader_GetShellArrayName", "D_vtkLSDynaReader_GetShellArrayName")); mixin(bindCode("vtkLSDynaReader_SetShellArrayStatus__SWIG_0", "D_vtkLSDynaReader_SetShellArrayStatus__SWIG_0")); mixin(bindCode("vtkLSDynaReader_SetShellArrayStatus__SWIG_1", "D_vtkLSDynaReader_SetShellArrayStatus__SWIG_1")); mixin(bindCode("vtkLSDynaReader_GetShellArrayStatus__SWIG_0", "D_vtkLSDynaReader_GetShellArrayStatus__SWIG_0")); mixin(bindCode("vtkLSDynaReader_GetShellArrayStatus__SWIG_1", "D_vtkLSDynaReader_GetShellArrayStatus__SWIG_1")); mixin(bindCode("vtkLSDynaReader_GetNumberOfComponentsInShellArray__SWIG_0", "D_vtkLSDynaReader_GetNumberOfComponentsInShellArray__SWIG_0")); mixin(bindCode("vtkLSDynaReader_GetNumberOfComponentsInShellArray__SWIG_1", "D_vtkLSDynaReader_GetNumberOfComponentsInShellArray__SWIG_1")); mixin(bindCode("vtkLSDynaReader_GetNumberOfRigidBodyArrays", "D_vtkLSDynaReader_GetNumberOfRigidBodyArrays")); mixin(bindCode("vtkLSDynaReader_GetRigidBodyArrayName", "D_vtkLSDynaReader_GetRigidBodyArrayName")); mixin(bindCode("vtkLSDynaReader_SetRigidBodyArrayStatus__SWIG_0", "D_vtkLSDynaReader_SetRigidBodyArrayStatus__SWIG_0")); mixin(bindCode("vtkLSDynaReader_SetRigidBodyArrayStatus__SWIG_1", "D_vtkLSDynaReader_SetRigidBodyArrayStatus__SWIG_1")); mixin(bindCode("vtkLSDynaReader_GetRigidBodyArrayStatus__SWIG_0", "D_vtkLSDynaReader_GetRigidBodyArrayStatus__SWIG_0")); mixin(bindCode("vtkLSDynaReader_GetRigidBodyArrayStatus__SWIG_1", "D_vtkLSDynaReader_GetRigidBodyArrayStatus__SWIG_1")); mixin(bindCode("vtkLSDynaReader_GetNumberOfComponentsInRigidBodyArray__SWIG_0", "D_vtkLSDynaReader_GetNumberOfComponentsInRigidBodyArray__SWIG_0")); mixin(bindCode("vtkLSDynaReader_GetNumberOfComponentsInRigidBodyArray__SWIG_1", "D_vtkLSDynaReader_GetNumberOfComponentsInRigidBodyArray__SWIG_1")); mixin(bindCode("vtkLSDynaReader_GetNumberOfRoadSurfaceArrays", "D_vtkLSDynaReader_GetNumberOfRoadSurfaceArrays")); mixin(bindCode("vtkLSDynaReader_GetRoadSurfaceArrayName", "D_vtkLSDynaReader_GetRoadSurfaceArrayName")); mixin(bindCode("vtkLSDynaReader_SetRoadSurfaceArrayStatus__SWIG_0", "D_vtkLSDynaReader_SetRoadSurfaceArrayStatus__SWIG_0")); mixin(bindCode("vtkLSDynaReader_SetRoadSurfaceArrayStatus__SWIG_1", "D_vtkLSDynaReader_SetRoadSurfaceArrayStatus__SWIG_1")); mixin(bindCode("vtkLSDynaReader_GetRoadSurfaceArrayStatus__SWIG_0", "D_vtkLSDynaReader_GetRoadSurfaceArrayStatus__SWIG_0")); mixin(bindCode("vtkLSDynaReader_GetRoadSurfaceArrayStatus__SWIG_1", "D_vtkLSDynaReader_GetRoadSurfaceArrayStatus__SWIG_1")); mixin(bindCode("vtkLSDynaReader_GetNumberOfComponentsInRoadSurfaceArray__SWIG_0", "D_vtkLSDynaReader_GetNumberOfComponentsInRoadSurfaceArray__SWIG_0")); mixin(bindCode("vtkLSDynaReader_GetNumberOfComponentsInRoadSurfaceArray__SWIG_1", "D_vtkLSDynaReader_GetNumberOfComponentsInRoadSurfaceArray__SWIG_1")); mixin(bindCode("vtkLSDynaReader_GetNumberOfBeamArrays", "D_vtkLSDynaReader_GetNumberOfBeamArrays")); mixin(bindCode("vtkLSDynaReader_GetBeamArrayName", "D_vtkLSDynaReader_GetBeamArrayName")); mixin(bindCode("vtkLSDynaReader_SetBeamArrayStatus__SWIG_0", "D_vtkLSDynaReader_SetBeamArrayStatus__SWIG_0")); mixin(bindCode("vtkLSDynaReader_SetBeamArrayStatus__SWIG_1", "D_vtkLSDynaReader_SetBeamArrayStatus__SWIG_1")); mixin(bindCode("vtkLSDynaReader_GetBeamArrayStatus__SWIG_0", "D_vtkLSDynaReader_GetBeamArrayStatus__SWIG_0")); mixin(bindCode("vtkLSDynaReader_GetBeamArrayStatus__SWIG_1", "D_vtkLSDynaReader_GetBeamArrayStatus__SWIG_1")); mixin(bindCode("vtkLSDynaReader_GetNumberOfComponentsInBeamArray__SWIG_0", "D_vtkLSDynaReader_GetNumberOfComponentsInBeamArray__SWIG_0")); mixin(bindCode("vtkLSDynaReader_GetNumberOfComponentsInBeamArray__SWIG_1", "D_vtkLSDynaReader_GetNumberOfComponentsInBeamArray__SWIG_1")); mixin(bindCode("vtkLSDynaReader_GetNumberOfParticleArrays", "D_vtkLSDynaReader_GetNumberOfParticleArrays")); mixin(bindCode("vtkLSDynaReader_GetParticleArrayName", "D_vtkLSDynaReader_GetParticleArrayName")); mixin(bindCode("vtkLSDynaReader_SetParticleArrayStatus__SWIG_0", "D_vtkLSDynaReader_SetParticleArrayStatus__SWIG_0")); mixin(bindCode("vtkLSDynaReader_SetParticleArrayStatus__SWIG_1", "D_vtkLSDynaReader_SetParticleArrayStatus__SWIG_1")); mixin(bindCode("vtkLSDynaReader_GetParticleArrayStatus__SWIG_0", "D_vtkLSDynaReader_GetParticleArrayStatus__SWIG_0")); mixin(bindCode("vtkLSDynaReader_GetParticleArrayStatus__SWIG_1", "D_vtkLSDynaReader_GetParticleArrayStatus__SWIG_1")); mixin(bindCode("vtkLSDynaReader_GetNumberOfComponentsInParticleArray__SWIG_0", "D_vtkLSDynaReader_GetNumberOfComponentsInParticleArray__SWIG_0")); mixin(bindCode("vtkLSDynaReader_GetNumberOfComponentsInParticleArray__SWIG_1", "D_vtkLSDynaReader_GetNumberOfComponentsInParticleArray__SWIG_1")); mixin(bindCode("vtkLSDynaReader_SetDeformedMesh", "D_vtkLSDynaReader_SetDeformedMesh")); mixin(bindCode("vtkLSDynaReader_GetDeformedMesh", "D_vtkLSDynaReader_GetDeformedMesh")); mixin(bindCode("vtkLSDynaReader_DeformedMeshOn", "D_vtkLSDynaReader_DeformedMeshOn")); mixin(bindCode("vtkLSDynaReader_DeformedMeshOff", "D_vtkLSDynaReader_DeformedMeshOff")); mixin(bindCode("vtkLSDynaReader_SetRemoveDeletedCells", "D_vtkLSDynaReader_SetRemoveDeletedCells")); mixin(bindCode("vtkLSDynaReader_GetRemoveDeletedCells", "D_vtkLSDynaReader_GetRemoveDeletedCells")); mixin(bindCode("vtkLSDynaReader_RemoveDeletedCellsOn", "D_vtkLSDynaReader_RemoveDeletedCellsOn")); mixin(bindCode("vtkLSDynaReader_RemoveDeletedCellsOff", "D_vtkLSDynaReader_RemoveDeletedCellsOff")); mixin(bindCode("vtkLSDynaReader_SetDeletedCellsAsGhostArray", "D_vtkLSDynaReader_SetDeletedCellsAsGhostArray")); mixin(bindCode("vtkLSDynaReader_GetDeletedCellsAsGhostArray", "D_vtkLSDynaReader_GetDeletedCellsAsGhostArray")); mixin(bindCode("vtkLSDynaReader_DeletedCellsAsGhostArrayOn", "D_vtkLSDynaReader_DeletedCellsAsGhostArrayOn")); mixin(bindCode("vtkLSDynaReader_DeletedCellsAsGhostArrayOff", "D_vtkLSDynaReader_DeletedCellsAsGhostArrayOff")); mixin(bindCode("vtkLSDynaReader_SetInputDeck", "D_vtkLSDynaReader_SetInputDeck")); mixin(bindCode("vtkLSDynaReader_GetInputDeck", "D_vtkLSDynaReader_GetInputDeck")); mixin(bindCode("vtkLSDynaReader_GetNumberOfPartArrays", "D_vtkLSDynaReader_GetNumberOfPartArrays")); mixin(bindCode("vtkLSDynaReader_GetPartArrayName", "D_vtkLSDynaReader_GetPartArrayName")); mixin(bindCode("vtkLSDynaReader_SetPartArrayStatus__SWIG_0", "D_vtkLSDynaReader_SetPartArrayStatus__SWIG_0")); mixin(bindCode("vtkLSDynaReader_SetPartArrayStatus__SWIG_1", "D_vtkLSDynaReader_SetPartArrayStatus__SWIG_1")); mixin(bindCode("vtkLSDynaReader_GetPartArrayStatus__SWIG_0", "D_vtkLSDynaReader_GetPartArrayStatus__SWIG_0")); mixin(bindCode("vtkLSDynaReader_GetPartArrayStatus__SWIG_1", "D_vtkLSDynaReader_GetPartArrayStatus__SWIG_1")); mixin(bindCode("vtkLSDynaReader_Upcast", "D_vtkLSDynaReader_Upcast")); mixin(bindCode("vtkTreeWriter_New", "D_vtkTreeWriter_New")); mixin(bindCode("vtkTreeWriter_IsTypeOf", "D_vtkTreeWriter_IsTypeOf")); mixin(bindCode("vtkTreeWriter_SafeDownCast", "D_vtkTreeWriter_SafeDownCast")); mixin(bindCode("vtkTreeWriter_NewInstance", "D_vtkTreeWriter_NewInstance")); mixin(bindCode("vtkTreeWriter_GetInput__SWIG_0", "D_vtkTreeWriter_GetInput__SWIG_0")); mixin(bindCode("vtkTreeWriter_GetInput__SWIG_1", "D_vtkTreeWriter_GetInput__SWIG_1")); mixin(bindCode("vtkTreeWriter_Upcast", "D_vtkTreeWriter_Upcast")); mixin(bindCode("vtkDIMACSGraphReader_New", "D_vtkDIMACSGraphReader_New")); mixin(bindCode("vtkDIMACSGraphReader_IsTypeOf", "D_vtkDIMACSGraphReader_IsTypeOf")); mixin(bindCode("vtkDIMACSGraphReader_SafeDownCast", "D_vtkDIMACSGraphReader_SafeDownCast")); mixin(bindCode("vtkDIMACSGraphReader_NewInstance", "D_vtkDIMACSGraphReader_NewInstance")); mixin(bindCode("vtkDIMACSGraphReader_GetFileName", "D_vtkDIMACSGraphReader_GetFileName")); mixin(bindCode("vtkDIMACSGraphReader_SetFileName", "D_vtkDIMACSGraphReader_SetFileName")); mixin(bindCode("vtkDIMACSGraphReader_GetVertexAttributeArrayName", "D_vtkDIMACSGraphReader_GetVertexAttributeArrayName")); mixin(bindCode("vtkDIMACSGraphReader_SetVertexAttributeArrayName", "D_vtkDIMACSGraphReader_SetVertexAttributeArrayName")); mixin(bindCode("vtkDIMACSGraphReader_GetEdgeAttributeArrayName", "D_vtkDIMACSGraphReader_GetEdgeAttributeArrayName")); mixin(bindCode("vtkDIMACSGraphReader_SetEdgeAttributeArrayName", "D_vtkDIMACSGraphReader_SetEdgeAttributeArrayName")); mixin(bindCode("vtkDIMACSGraphReader_Upcast", "D_vtkDIMACSGraphReader_Upcast")); mixin(bindCode("vtkImplicitPlaneRepresentation_New", "D_vtkImplicitPlaneRepresentation_New")); mixin(bindCode("vtkImplicitPlaneRepresentation_IsTypeOf", "D_vtkImplicitPlaneRepresentation_IsTypeOf")); mixin(bindCode("vtkImplicitPlaneRepresentation_SafeDownCast", "D_vtkImplicitPlaneRepresentation_SafeDownCast")); mixin(bindCode("vtkImplicitPlaneRepresentation_NewInstance", "D_vtkImplicitPlaneRepresentation_NewInstance")); mixin(bindCode("vtkImplicitPlaneRepresentation_SetOrigin__SWIG_0", "D_vtkImplicitPlaneRepresentation_SetOrigin__SWIG_0")); mixin(bindCode("vtkImplicitPlaneRepresentation_SetOrigin__SWIG_1", "D_vtkImplicitPlaneRepresentation_SetOrigin__SWIG_1")); mixin(bindCode("vtkImplicitPlaneRepresentation_GetOrigin__SWIG_0", "D_vtkImplicitPlaneRepresentation_GetOrigin__SWIG_0")); mixin(bindCode("vtkImplicitPlaneRepresentation_GetOrigin__SWIG_1", "D_vtkImplicitPlaneRepresentation_GetOrigin__SWIG_1")); mixin(bindCode("vtkImplicitPlaneRepresentation_SetNormal__SWIG_0", "D_vtkImplicitPlaneRepresentation_SetNormal__SWIG_0")); mixin(bindCode("vtkImplicitPlaneRepresentation_SetNormal__SWIG_1", "D_vtkImplicitPlaneRepresentation_SetNormal__SWIG_1")); mixin(bindCode("vtkImplicitPlaneRepresentation_SetNormalToCamera", "D_vtkImplicitPlaneRepresentation_SetNormalToCamera")); mixin(bindCode("vtkImplicitPlaneRepresentation_GetNormal__SWIG_0", "D_vtkImplicitPlaneRepresentation_GetNormal__SWIG_0")); mixin(bindCode("vtkImplicitPlaneRepresentation_GetNormal__SWIG_1", "D_vtkImplicitPlaneRepresentation_GetNormal__SWIG_1")); mixin(bindCode("vtkImplicitPlaneRepresentation_SetNormalToXAxis", "D_vtkImplicitPlaneRepresentation_SetNormalToXAxis")); mixin(bindCode("vtkImplicitPlaneRepresentation_GetNormalToXAxis", "D_vtkImplicitPlaneRepresentation_GetNormalToXAxis")); mixin(bindCode("vtkImplicitPlaneRepresentation_NormalToXAxisOn", "D_vtkImplicitPlaneRepresentation_NormalToXAxisOn")); mixin(bindCode("vtkImplicitPlaneRepresentation_NormalToXAxisOff", "D_vtkImplicitPlaneRepresentation_NormalToXAxisOff")); mixin(bindCode("vtkImplicitPlaneRepresentation_SetNormalToYAxis", "D_vtkImplicitPlaneRepresentation_SetNormalToYAxis")); mixin(bindCode("vtkImplicitPlaneRepresentation_GetNormalToYAxis", "D_vtkImplicitPlaneRepresentation_GetNormalToYAxis")); mixin(bindCode("vtkImplicitPlaneRepresentation_NormalToYAxisOn", "D_vtkImplicitPlaneRepresentation_NormalToYAxisOn")); mixin(bindCode("vtkImplicitPlaneRepresentation_NormalToYAxisOff", "D_vtkImplicitPlaneRepresentation_NormalToYAxisOff")); mixin(bindCode("vtkImplicitPlaneRepresentation_SetNormalToZAxis", "D_vtkImplicitPlaneRepresentation_SetNormalToZAxis")); mixin(bindCode("vtkImplicitPlaneRepresentation_GetNormalToZAxis", "D_vtkImplicitPlaneRepresentation_GetNormalToZAxis")); mixin(bindCode("vtkImplicitPlaneRepresentation_NormalToZAxisOn", "D_vtkImplicitPlaneRepresentation_NormalToZAxisOn")); mixin(bindCode("vtkImplicitPlaneRepresentation_NormalToZAxisOff", "D_vtkImplicitPlaneRepresentation_NormalToZAxisOff")); mixin(bindCode("vtkImplicitPlaneRepresentation_SetLockNormalToCamera", "D_vtkImplicitPlaneRepresentation_SetLockNormalToCamera")); mixin(bindCode("vtkImplicitPlaneRepresentation_GetLockNormalToCamera", "D_vtkImplicitPlaneRepresentation_GetLockNormalToCamera")); mixin(bindCode("vtkImplicitPlaneRepresentation_LockNormalToCameraOn", "D_vtkImplicitPlaneRepresentation_LockNormalToCameraOn")); mixin(bindCode("vtkImplicitPlaneRepresentation_LockNormalToCameraOff", "D_vtkImplicitPlaneRepresentation_LockNormalToCameraOff")); mixin(bindCode("vtkImplicitPlaneRepresentation_SetTubing", "D_vtkImplicitPlaneRepresentation_SetTubing")); mixin(bindCode("vtkImplicitPlaneRepresentation_GetTubing", "D_vtkImplicitPlaneRepresentation_GetTubing")); mixin(bindCode("vtkImplicitPlaneRepresentation_TubingOn", "D_vtkImplicitPlaneRepresentation_TubingOn")); mixin(bindCode("vtkImplicitPlaneRepresentation_TubingOff", "D_vtkImplicitPlaneRepresentation_TubingOff")); mixin(bindCode("vtkImplicitPlaneRepresentation_SetDrawPlane", "D_vtkImplicitPlaneRepresentation_SetDrawPlane")); mixin(bindCode("vtkImplicitPlaneRepresentation_GetDrawPlane", "D_vtkImplicitPlaneRepresentation_GetDrawPlane")); mixin(bindCode("vtkImplicitPlaneRepresentation_DrawPlaneOn", "D_vtkImplicitPlaneRepresentation_DrawPlaneOn")); mixin(bindCode("vtkImplicitPlaneRepresentation_DrawPlaneOff", "D_vtkImplicitPlaneRepresentation_DrawPlaneOff")); mixin(bindCode("vtkImplicitPlaneRepresentation_SetOutlineTranslation", "D_vtkImplicitPlaneRepresentation_SetOutlineTranslation")); mixin(bindCode("vtkImplicitPlaneRepresentation_GetOutlineTranslation", "D_vtkImplicitPlaneRepresentation_GetOutlineTranslation")); mixin(bindCode("vtkImplicitPlaneRepresentation_OutlineTranslationOn", "D_vtkImplicitPlaneRepresentation_OutlineTranslationOn")); mixin(bindCode("vtkImplicitPlaneRepresentation_OutlineTranslationOff", "D_vtkImplicitPlaneRepresentation_OutlineTranslationOff")); mixin(bindCode("vtkImplicitPlaneRepresentation_SetOutsideBounds", "D_vtkImplicitPlaneRepresentation_SetOutsideBounds")); mixin(bindCode("vtkImplicitPlaneRepresentation_GetOutsideBounds", "D_vtkImplicitPlaneRepresentation_GetOutsideBounds")); mixin(bindCode("vtkImplicitPlaneRepresentation_OutsideBoundsOn", "D_vtkImplicitPlaneRepresentation_OutsideBoundsOn")); mixin(bindCode("vtkImplicitPlaneRepresentation_OutsideBoundsOff", "D_vtkImplicitPlaneRepresentation_OutsideBoundsOff")); mixin(bindCode("vtkImplicitPlaneRepresentation_SetScaleEnabled", "D_vtkImplicitPlaneRepresentation_SetScaleEnabled")); mixin(bindCode("vtkImplicitPlaneRepresentation_GetScaleEnabled", "D_vtkImplicitPlaneRepresentation_GetScaleEnabled")); mixin(bindCode("vtkImplicitPlaneRepresentation_ScaleEnabledOn", "D_vtkImplicitPlaneRepresentation_ScaleEnabledOn")); mixin(bindCode("vtkImplicitPlaneRepresentation_ScaleEnabledOff", "D_vtkImplicitPlaneRepresentation_ScaleEnabledOff")); mixin(bindCode("vtkImplicitPlaneRepresentation_GetPolyData", "D_vtkImplicitPlaneRepresentation_GetPolyData")); mixin(bindCode("vtkImplicitPlaneRepresentation_GetPolyDataAlgorithm", "D_vtkImplicitPlaneRepresentation_GetPolyDataAlgorithm")); mixin(bindCode("vtkImplicitPlaneRepresentation_GetPlane", "D_vtkImplicitPlaneRepresentation_GetPlane")); mixin(bindCode("vtkImplicitPlaneRepresentation_UpdatePlacement", "D_vtkImplicitPlaneRepresentation_UpdatePlacement")); mixin(bindCode("vtkImplicitPlaneRepresentation_GetNormalProperty", "D_vtkImplicitPlaneRepresentation_GetNormalProperty")); mixin(bindCode("vtkImplicitPlaneRepresentation_GetSelectedNormalProperty", "D_vtkImplicitPlaneRepresentation_GetSelectedNormalProperty")); mixin(bindCode("vtkImplicitPlaneRepresentation_GetPlaneProperty", "D_vtkImplicitPlaneRepresentation_GetPlaneProperty")); mixin(bindCode("vtkImplicitPlaneRepresentation_GetSelectedPlaneProperty", "D_vtkImplicitPlaneRepresentation_GetSelectedPlaneProperty")); mixin(bindCode("vtkImplicitPlaneRepresentation_GetOutlineProperty", "D_vtkImplicitPlaneRepresentation_GetOutlineProperty")); mixin(bindCode("vtkImplicitPlaneRepresentation_GetSelectedOutlineProperty", "D_vtkImplicitPlaneRepresentation_GetSelectedOutlineProperty")); mixin(bindCode("vtkImplicitPlaneRepresentation_GetEdgesProperty", "D_vtkImplicitPlaneRepresentation_GetEdgesProperty")); mixin(bindCode("vtkImplicitPlaneRepresentation_SetEdgeColor__SWIG_0", "D_vtkImplicitPlaneRepresentation_SetEdgeColor__SWIG_0")); mixin(bindCode("vtkImplicitPlaneRepresentation_SetEdgeColor__SWIG_1", "D_vtkImplicitPlaneRepresentation_SetEdgeColor__SWIG_1")); mixin(bindCode("vtkImplicitPlaneRepresentation_SetEdgeColor__SWIG_2", "D_vtkImplicitPlaneRepresentation_SetEdgeColor__SWIG_2")); mixin(bindCode("vtkImplicitPlaneRepresentation_SetBumpDistance", "D_vtkImplicitPlaneRepresentation_SetBumpDistance")); mixin(bindCode("vtkImplicitPlaneRepresentation_GetBumpDistanceMinValue", "D_vtkImplicitPlaneRepresentation_GetBumpDistanceMinValue")); mixin(bindCode("vtkImplicitPlaneRepresentation_GetBumpDistanceMaxValue", "D_vtkImplicitPlaneRepresentation_GetBumpDistanceMaxValue")); mixin(bindCode("vtkImplicitPlaneRepresentation_GetBumpDistance", "D_vtkImplicitPlaneRepresentation_GetBumpDistance")); mixin(bindCode("vtkImplicitPlaneRepresentation_BumpPlane", "D_vtkImplicitPlaneRepresentation_BumpPlane")); mixin(bindCode("vtkImplicitPlaneRepresentation_PushPlane", "D_vtkImplicitPlaneRepresentation_PushPlane")); mixin(bindCode("vtkImplicitPlaneRepresentation_ComputeInteractionState__SWIG_0", "D_vtkImplicitPlaneRepresentation_ComputeInteractionState__SWIG_0")); mixin(bindCode("vtkImplicitPlaneRepresentation_ComputeInteractionState__SWIG_1", "D_vtkImplicitPlaneRepresentation_ComputeInteractionState__SWIG_1")); mixin(bindCode("vtkImplicitPlaneRepresentation_PlaceWidget", "D_vtkImplicitPlaneRepresentation_PlaceWidget")); mixin(bindCode("vtkImplicitPlaneRepresentation_SetInteractionState", "D_vtkImplicitPlaneRepresentation_SetInteractionState")); mixin(bindCode("vtkImplicitPlaneRepresentation_GetInteractionStateMinValue", "D_vtkImplicitPlaneRepresentation_GetInteractionStateMinValue")); mixin(bindCode("vtkImplicitPlaneRepresentation_GetInteractionStateMaxValue", "D_vtkImplicitPlaneRepresentation_GetInteractionStateMaxValue")); mixin(bindCode("vtkImplicitPlaneRepresentation_SetRepresentationState", "D_vtkImplicitPlaneRepresentation_SetRepresentationState")); mixin(bindCode("vtkImplicitPlaneRepresentation_GetRepresentationState", "D_vtkImplicitPlaneRepresentation_GetRepresentationState")); mixin(bindCode("vtkImplicitPlaneRepresentation_Upcast", "D_vtkImplicitPlaneRepresentation_Upcast")); mixin(bindCode("vtkQuadricClustering_IsTypeOf", "D_vtkQuadricClustering_IsTypeOf")); mixin(bindCode("vtkQuadricClustering_SafeDownCast", "D_vtkQuadricClustering_SafeDownCast")); mixin(bindCode("vtkQuadricClustering_NewInstance", "D_vtkQuadricClustering_NewInstance")); mixin(bindCode("vtkQuadricClustering_New", "D_vtkQuadricClustering_New")); mixin(bindCode("vtkQuadricClustering_SetNumberOfXDivisions", "D_vtkQuadricClustering_SetNumberOfXDivisions")); mixin(bindCode("vtkQuadricClustering_SetNumberOfYDivisions", "D_vtkQuadricClustering_SetNumberOfYDivisions")); mixin(bindCode("vtkQuadricClustering_SetNumberOfZDivisions", "D_vtkQuadricClustering_SetNumberOfZDivisions")); mixin(bindCode("vtkQuadricClustering_GetNumberOfXDivisions", "D_vtkQuadricClustering_GetNumberOfXDivisions")); mixin(bindCode("vtkQuadricClustering_GetNumberOfYDivisions", "D_vtkQuadricClustering_GetNumberOfYDivisions")); mixin(bindCode("vtkQuadricClustering_GetNumberOfZDivisions", "D_vtkQuadricClustering_GetNumberOfZDivisions")); mixin(bindCode("vtkQuadricClustering_SetNumberOfDivisions__SWIG_0", "D_vtkQuadricClustering_SetNumberOfDivisions__SWIG_0")); mixin(bindCode("vtkQuadricClustering_SetNumberOfDivisions__SWIG_1", "D_vtkQuadricClustering_SetNumberOfDivisions__SWIG_1")); mixin(bindCode("vtkQuadricClustering_GetNumberOfDivisions__SWIG_0", "D_vtkQuadricClustering_GetNumberOfDivisions__SWIG_0")); mixin(bindCode("vtkQuadricClustering_GetNumberOfDivisions__SWIG_1", "D_vtkQuadricClustering_GetNumberOfDivisions__SWIG_1")); mixin(bindCode("vtkQuadricClustering_SetAutoAdjustNumberOfDivisions", "D_vtkQuadricClustering_SetAutoAdjustNumberOfDivisions")); mixin(bindCode("vtkQuadricClustering_GetAutoAdjustNumberOfDivisions", "D_vtkQuadricClustering_GetAutoAdjustNumberOfDivisions")); mixin(bindCode("vtkQuadricClustering_AutoAdjustNumberOfDivisionsOn", "D_vtkQuadricClustering_AutoAdjustNumberOfDivisionsOn")); mixin(bindCode("vtkQuadricClustering_AutoAdjustNumberOfDivisionsOff", "D_vtkQuadricClustering_AutoAdjustNumberOfDivisionsOff")); mixin(bindCode("vtkQuadricClustering_SetDivisionOrigin__SWIG_0", "D_vtkQuadricClustering_SetDivisionOrigin__SWIG_0")); mixin(bindCode("vtkQuadricClustering_SetDivisionOrigin__SWIG_1", "D_vtkQuadricClustering_SetDivisionOrigin__SWIG_1")); mixin(bindCode("vtkQuadricClustering_GetDivisionOrigin__SWIG_0", "D_vtkQuadricClustering_GetDivisionOrigin__SWIG_0")); mixin(bindCode("vtkQuadricClustering_GetDivisionOrigin__SWIG_1", "D_vtkQuadricClustering_GetDivisionOrigin__SWIG_1")); mixin(bindCode("vtkQuadricClustering_GetDivisionOrigin__SWIG_2", "D_vtkQuadricClustering_GetDivisionOrigin__SWIG_2")); mixin(bindCode("vtkQuadricClustering_SetDivisionSpacing__SWIG_0", "D_vtkQuadricClustering_SetDivisionSpacing__SWIG_0")); mixin(bindCode("vtkQuadricClustering_SetDivisionSpacing__SWIG_1", "D_vtkQuadricClustering_SetDivisionSpacing__SWIG_1")); mixin(bindCode("vtkQuadricClustering_GetDivisionSpacing__SWIG_0", "D_vtkQuadricClustering_GetDivisionSpacing__SWIG_0")); mixin(bindCode("vtkQuadricClustering_GetDivisionSpacing__SWIG_1", "D_vtkQuadricClustering_GetDivisionSpacing__SWIG_1")); mixin(bindCode("vtkQuadricClustering_GetDivisionSpacing__SWIG_2", "D_vtkQuadricClustering_GetDivisionSpacing__SWIG_2")); mixin(bindCode("vtkQuadricClustering_SetUseInputPoints", "D_vtkQuadricClustering_SetUseInputPoints")); mixin(bindCode("vtkQuadricClustering_GetUseInputPoints", "D_vtkQuadricClustering_GetUseInputPoints")); mixin(bindCode("vtkQuadricClustering_UseInputPointsOn", "D_vtkQuadricClustering_UseInputPointsOn")); mixin(bindCode("vtkQuadricClustering_UseInputPointsOff", "D_vtkQuadricClustering_UseInputPointsOff")); mixin(bindCode("vtkQuadricClustering_SetUseFeatureEdges", "D_vtkQuadricClustering_SetUseFeatureEdges")); mixin(bindCode("vtkQuadricClustering_GetUseFeatureEdges", "D_vtkQuadricClustering_GetUseFeatureEdges")); mixin(bindCode("vtkQuadricClustering_UseFeatureEdgesOn", "D_vtkQuadricClustering_UseFeatureEdgesOn")); mixin(bindCode("vtkQuadricClustering_UseFeatureEdgesOff", "D_vtkQuadricClustering_UseFeatureEdgesOff")); mixin(bindCode("vtkQuadricClustering_GetFeatureEdges", "D_vtkQuadricClustering_GetFeatureEdges")); mixin(bindCode("vtkQuadricClustering_SetUseFeaturePoints", "D_vtkQuadricClustering_SetUseFeaturePoints")); mixin(bindCode("vtkQuadricClustering_GetUseFeaturePoints", "D_vtkQuadricClustering_GetUseFeaturePoints")); mixin(bindCode("vtkQuadricClustering_UseFeaturePointsOn", "D_vtkQuadricClustering_UseFeaturePointsOn")); mixin(bindCode("vtkQuadricClustering_UseFeaturePointsOff", "D_vtkQuadricClustering_UseFeaturePointsOff")); mixin(bindCode("vtkQuadricClustering_SetFeaturePointsAngle", "D_vtkQuadricClustering_SetFeaturePointsAngle")); mixin(bindCode("vtkQuadricClustering_GetFeaturePointsAngleMinValue", "D_vtkQuadricClustering_GetFeaturePointsAngleMinValue")); mixin(bindCode("vtkQuadricClustering_GetFeaturePointsAngleMaxValue", "D_vtkQuadricClustering_GetFeaturePointsAngleMaxValue")); mixin(bindCode("vtkQuadricClustering_GetFeaturePointsAngle", "D_vtkQuadricClustering_GetFeaturePointsAngle")); mixin(bindCode("vtkQuadricClustering_SetUseInternalTriangles", "D_vtkQuadricClustering_SetUseInternalTriangles")); mixin(bindCode("vtkQuadricClustering_GetUseInternalTriangles", "D_vtkQuadricClustering_GetUseInternalTriangles")); mixin(bindCode("vtkQuadricClustering_UseInternalTrianglesOn", "D_vtkQuadricClustering_UseInternalTrianglesOn")); mixin(bindCode("vtkQuadricClustering_UseInternalTrianglesOff", "D_vtkQuadricClustering_UseInternalTrianglesOff")); mixin(bindCode("vtkQuadricClustering_StartAppend__SWIG_0", "D_vtkQuadricClustering_StartAppend__SWIG_0")); mixin(bindCode("vtkQuadricClustering_StartAppend__SWIG_1", "D_vtkQuadricClustering_StartAppend__SWIG_1")); mixin(bindCode("vtkQuadricClustering_Append", "D_vtkQuadricClustering_Append")); mixin(bindCode("vtkQuadricClustering_EndAppend", "D_vtkQuadricClustering_EndAppend")); mixin(bindCode("vtkQuadricClustering_SetCopyCellData", "D_vtkQuadricClustering_SetCopyCellData")); mixin(bindCode("vtkQuadricClustering_GetCopyCellData", "D_vtkQuadricClustering_GetCopyCellData")); mixin(bindCode("vtkQuadricClustering_CopyCellDataOn", "D_vtkQuadricClustering_CopyCellDataOn")); mixin(bindCode("vtkQuadricClustering_CopyCellDataOff", "D_vtkQuadricClustering_CopyCellDataOff")); mixin(bindCode("vtkQuadricClustering_SetPreventDuplicateCells", "D_vtkQuadricClustering_SetPreventDuplicateCells")); mixin(bindCode("vtkQuadricClustering_GetPreventDuplicateCells", "D_vtkQuadricClustering_GetPreventDuplicateCells")); mixin(bindCode("vtkQuadricClustering_PreventDuplicateCellsOn", "D_vtkQuadricClustering_PreventDuplicateCellsOn")); mixin(bindCode("vtkQuadricClustering_PreventDuplicateCellsOff", "D_vtkQuadricClustering_PreventDuplicateCellsOff")); mixin(bindCode("vtkQuadricClustering_Upcast", "D_vtkQuadricClustering_Upcast")); mixin(bindCode("vtkDefaultPainter_New", "D_vtkDefaultPainter_New")); mixin(bindCode("vtkDefaultPainter_IsTypeOf", "D_vtkDefaultPainter_IsTypeOf")); mixin(bindCode("vtkDefaultPainter_SafeDownCast", "D_vtkDefaultPainter_SafeDownCast")); mixin(bindCode("vtkDefaultPainter_NewInstance", "D_vtkDefaultPainter_NewInstance")); mixin(bindCode("vtkDefaultPainter_SetScalarsToColorsPainter", "D_vtkDefaultPainter_SetScalarsToColorsPainter")); mixin(bindCode("vtkDefaultPainter_GetScalarsToColorsPainter", "D_vtkDefaultPainter_GetScalarsToColorsPainter")); mixin(bindCode("vtkDefaultPainter_SetClipPlanesPainter", "D_vtkDefaultPainter_SetClipPlanesPainter")); mixin(bindCode("vtkDefaultPainter_GetClipPlanesPainter", "D_vtkDefaultPainter_GetClipPlanesPainter")); mixin(bindCode("vtkDefaultPainter_SetDisplayListPainter", "D_vtkDefaultPainter_SetDisplayListPainter")); mixin(bindCode("vtkDefaultPainter_GetDisplayListPainter", "D_vtkDefaultPainter_GetDisplayListPainter")); mixin(bindCode("vtkDefaultPainter_SetCompositePainter", "D_vtkDefaultPainter_SetCompositePainter")); mixin(bindCode("vtkDefaultPainter_GetCompositePainter", "D_vtkDefaultPainter_GetCompositePainter")); mixin(bindCode("vtkDefaultPainter_SetCoincidentTopologyResolutionPainter", "D_vtkDefaultPainter_SetCoincidentTopologyResolutionPainter")); mixin(bindCode("vtkDefaultPainter_GetCoincidentTopologyResolutionPainter", "D_vtkDefaultPainter_GetCoincidentTopologyResolutionPainter")); mixin(bindCode("vtkDefaultPainter_SetLightingPainter", "D_vtkDefaultPainter_SetLightingPainter")); mixin(bindCode("vtkDefaultPainter_GetLightingPainter", "D_vtkDefaultPainter_GetLightingPainter")); mixin(bindCode("vtkDefaultPainter_SetRepresentationPainter", "D_vtkDefaultPainter_SetRepresentationPainter")); mixin(bindCode("vtkDefaultPainter_GetRepresentationPainter", "D_vtkDefaultPainter_GetRepresentationPainter")); mixin(bindCode("vtkDefaultPainter_Upcast", "D_vtkDefaultPainter_Upcast")); mixin(bindCode("vtkSurfaceLICDefaultPainter_New", "D_vtkSurfaceLICDefaultPainter_New")); mixin(bindCode("vtkSurfaceLICDefaultPainter_IsTypeOf", "D_vtkSurfaceLICDefaultPainter_IsTypeOf")); mixin(bindCode("vtkSurfaceLICDefaultPainter_SafeDownCast", "D_vtkSurfaceLICDefaultPainter_SafeDownCast")); mixin(bindCode("vtkSurfaceLICDefaultPainter_NewInstance", "D_vtkSurfaceLICDefaultPainter_NewInstance")); mixin(bindCode("vtkSurfaceLICDefaultPainter_SetSurfaceLICPainter", "D_vtkSurfaceLICDefaultPainter_SetSurfaceLICPainter")); mixin(bindCode("vtkSurfaceLICDefaultPainter_GetSurfaceLICPainter", "D_vtkSurfaceLICDefaultPainter_GetSurfaceLICPainter")); mixin(bindCode("new_vtkSurfaceLICDefaultPainter", "D_new_vtkSurfaceLICDefaultPainter")); mixin(bindCode("delete_vtkSurfaceLICDefaultPainter", "D_delete_vtkSurfaceLICDefaultPainter")); mixin(bindCode("vtkSurfaceLICDefaultPainter_Upcast", "D_vtkSurfaceLICDefaultPainter_Upcast")); mixin(bindCode("vtkGraphLayout_New", "D_vtkGraphLayout_New")); mixin(bindCode("vtkGraphLayout_IsTypeOf", "D_vtkGraphLayout_IsTypeOf")); mixin(bindCode("vtkGraphLayout_SafeDownCast", "D_vtkGraphLayout_SafeDownCast")); mixin(bindCode("vtkGraphLayout_NewInstance", "D_vtkGraphLayout_NewInstance")); mixin(bindCode("vtkGraphLayout_SetLayoutStrategy", "D_vtkGraphLayout_SetLayoutStrategy")); mixin(bindCode("vtkGraphLayout_GetLayoutStrategy", "D_vtkGraphLayout_GetLayoutStrategy")); mixin(bindCode("vtkGraphLayout_IsLayoutComplete", "D_vtkGraphLayout_IsLayoutComplete")); mixin(bindCode("vtkGraphLayout_GetZRange", "D_vtkGraphLayout_GetZRange")); mixin(bindCode("vtkGraphLayout_SetZRange", "D_vtkGraphLayout_SetZRange")); mixin(bindCode("vtkGraphLayout_GetTransform", "D_vtkGraphLayout_GetTransform")); mixin(bindCode("vtkGraphLayout_SetTransform", "D_vtkGraphLayout_SetTransform")); mixin(bindCode("vtkGraphLayout_SetUseTransform", "D_vtkGraphLayout_SetUseTransform")); mixin(bindCode("vtkGraphLayout_GetUseTransform", "D_vtkGraphLayout_GetUseTransform")); mixin(bindCode("vtkGraphLayout_UseTransformOn", "D_vtkGraphLayout_UseTransformOn")); mixin(bindCode("vtkGraphLayout_UseTransformOff", "D_vtkGraphLayout_UseTransformOff")); mixin(bindCode("vtkGraphLayout_Upcast", "D_vtkGraphLayout_Upcast")); mixin(bindCode("vtkFixedPointVolumeRayCastHelper_New", "D_vtkFixedPointVolumeRayCastHelper_New")); mixin(bindCode("vtkFixedPointVolumeRayCastHelper_IsTypeOf", "D_vtkFixedPointVolumeRayCastHelper_IsTypeOf")); mixin(bindCode("vtkFixedPointVolumeRayCastHelper_SafeDownCast", "D_vtkFixedPointVolumeRayCastHelper_SafeDownCast")); mixin(bindCode("vtkFixedPointVolumeRayCastHelper_NewInstance", "D_vtkFixedPointVolumeRayCastHelper_NewInstance")); mixin(bindCode("vtkFixedPointVolumeRayCastHelper_GenerateImage", "D_vtkFixedPointVolumeRayCastHelper_GenerateImage")); mixin(bindCode("vtkFixedPointVolumeRayCastHelper_Upcast", "D_vtkFixedPointVolumeRayCastHelper_Upcast")); mixin(bindCode("vtkFixedPointVolumeRayCastMIPHelper_New", "D_vtkFixedPointVolumeRayCastMIPHelper_New")); mixin(bindCode("vtkFixedPointVolumeRayCastMIPHelper_IsTypeOf", "D_vtkFixedPointVolumeRayCastMIPHelper_IsTypeOf")); mixin(bindCode("vtkFixedPointVolumeRayCastMIPHelper_SafeDownCast", "D_vtkFixedPointVolumeRayCastMIPHelper_SafeDownCast")); mixin(bindCode("vtkFixedPointVolumeRayCastMIPHelper_NewInstance", "D_vtkFixedPointVolumeRayCastMIPHelper_NewInstance")); mixin(bindCode("vtkFixedPointVolumeRayCastMIPHelper_Upcast", "D_vtkFixedPointVolumeRayCastMIPHelper_Upcast")); mixin(bindCode("vtkVariantArray_New", "D_vtkVariantArray_New")); mixin(bindCode("vtkVariantArray_IsTypeOf", "D_vtkVariantArray_IsTypeOf")); mixin(bindCode("vtkVariantArray_SafeDownCast", "D_vtkVariantArray_SafeDownCast")); mixin(bindCode("vtkVariantArray_NewInstance", "D_vtkVariantArray_NewInstance")); mixin(bindCode("vtkVariantArray_Allocate__SWIG_0", "D_vtkVariantArray_Allocate__SWIG_0")); mixin(bindCode("vtkVariantArray_Allocate__SWIG_1", "D_vtkVariantArray_Allocate__SWIG_1")); mixin(bindCode("vtkVariantArray_InterpolateTuple__SWIG_0", "D_vtkVariantArray_InterpolateTuple__SWIG_0")); mixin(bindCode("vtkVariantArray_InterpolateTuple__SWIG_1", "D_vtkVariantArray_InterpolateTuple__SWIG_1")); mixin(bindCode("vtkVariantArray_GetValue", "D_vtkVariantArray_GetValue")); mixin(bindCode("vtkVariantArray_SetValue", "D_vtkVariantArray_SetValue")); mixin(bindCode("vtkVariantArray_InsertValue", "D_vtkVariantArray_InsertValue")); mixin(bindCode("vtkVariantArray_InsertNextValue", "D_vtkVariantArray_InsertNextValue")); mixin(bindCode("vtkVariantArray_SetNumberOfValues", "D_vtkVariantArray_SetNumberOfValues")); mixin(bindCode("vtkVariantArray_GetNumberOfValues", "D_vtkVariantArray_GetNumberOfValues")); mixin(bindCode("vtkVariantArray_LookupValue__SWIG_0", "D_vtkVariantArray_LookupValue__SWIG_0")); mixin(bindCode("vtkVariantArray_LookupValue__SWIG_1", "D_vtkVariantArray_LookupValue__SWIG_1")); mixin(bindCode("vtkVariantArray_DataElementChanged", "D_vtkVariantArray_DataElementChanged")); mixin(bindCode("delete_vtkVariantArray", "D_delete_vtkVariantArray")); mixin(bindCode("vtkVariantArray_Upcast", "D_vtkVariantArray_Upcast")); mixin(bindCode("vtkOutlineFilter_New", "D_vtkOutlineFilter_New")); mixin(bindCode("vtkOutlineFilter_IsTypeOf", "D_vtkOutlineFilter_IsTypeOf")); mixin(bindCode("vtkOutlineFilter_SafeDownCast", "D_vtkOutlineFilter_SafeDownCast")); mixin(bindCode("vtkOutlineFilter_NewInstance", "D_vtkOutlineFilter_NewInstance")); mixin(bindCode("vtkOutlineFilter_SetGenerateFaces", "D_vtkOutlineFilter_SetGenerateFaces")); mixin(bindCode("vtkOutlineFilter_GenerateFacesOn", "D_vtkOutlineFilter_GenerateFacesOn")); mixin(bindCode("vtkOutlineFilter_GenerateFacesOff", "D_vtkOutlineFilter_GenerateFacesOff")); mixin(bindCode("vtkOutlineFilter_GetGenerateFaces", "D_vtkOutlineFilter_GetGenerateFaces")); mixin(bindCode("vtkOutlineFilter_Upcast", "D_vtkOutlineFilter_Upcast")); mixin(bindCode("vtkNetCDFPOPReader_IsTypeOf", "D_vtkNetCDFPOPReader_IsTypeOf")); mixin(bindCode("vtkNetCDFPOPReader_SafeDownCast", "D_vtkNetCDFPOPReader_SafeDownCast")); mixin(bindCode("vtkNetCDFPOPReader_NewInstance", "D_vtkNetCDFPOPReader_NewInstance")); mixin(bindCode("vtkNetCDFPOPReader_New", "D_vtkNetCDFPOPReader_New")); mixin(bindCode("vtkNetCDFPOPReader_SetFileName", "D_vtkNetCDFPOPReader_SetFileName")); mixin(bindCode("vtkNetCDFPOPReader_GetFileName", "D_vtkNetCDFPOPReader_GetFileName")); mixin(bindCode("vtkNetCDFPOPReader_SetStride__SWIG_0", "D_vtkNetCDFPOPReader_SetStride__SWIG_0")); mixin(bindCode("vtkNetCDFPOPReader_SetStride__SWIG_1", "D_vtkNetCDFPOPReader_SetStride__SWIG_1")); mixin(bindCode("vtkNetCDFPOPReader_GetStride__SWIG_0", "D_vtkNetCDFPOPReader_GetStride__SWIG_0")); mixin(bindCode("vtkNetCDFPOPReader_GetStride__SWIG_1", "D_vtkNetCDFPOPReader_GetStride__SWIG_1")); mixin(bindCode("vtkNetCDFPOPReader_GetStride__SWIG_2", "D_vtkNetCDFPOPReader_GetStride__SWIG_2")); mixin(bindCode("vtkNetCDFPOPReader_GetNumberOfVariableArrays", "D_vtkNetCDFPOPReader_GetNumberOfVariableArrays")); mixin(bindCode("vtkNetCDFPOPReader_GetVariableArrayName", "D_vtkNetCDFPOPReader_GetVariableArrayName")); mixin(bindCode("vtkNetCDFPOPReader_GetVariableArrayStatus", "D_vtkNetCDFPOPReader_GetVariableArrayStatus")); mixin(bindCode("vtkNetCDFPOPReader_SetVariableArrayStatus", "D_vtkNetCDFPOPReader_SetVariableArrayStatus")); mixin(bindCode("vtkNetCDFPOPReader_Upcast", "D_vtkNetCDFPOPReader_Upcast")); mixin(bindCode("vtkLegendBoxActor_IsTypeOf", "D_vtkLegendBoxActor_IsTypeOf")); mixin(bindCode("vtkLegendBoxActor_SafeDownCast", "D_vtkLegendBoxActor_SafeDownCast")); mixin(bindCode("vtkLegendBoxActor_NewInstance", "D_vtkLegendBoxActor_NewInstance")); mixin(bindCode("vtkLegendBoxActor_New", "D_vtkLegendBoxActor_New")); mixin(bindCode("vtkLegendBoxActor_SetNumberOfEntries", "D_vtkLegendBoxActor_SetNumberOfEntries")); mixin(bindCode("vtkLegendBoxActor_GetNumberOfEntries", "D_vtkLegendBoxActor_GetNumberOfEntries")); mixin(bindCode("vtkLegendBoxActor_SetEntry__SWIG_0", "D_vtkLegendBoxActor_SetEntry__SWIG_0")); mixin(bindCode("vtkLegendBoxActor_SetEntry__SWIG_1", "D_vtkLegendBoxActor_SetEntry__SWIG_1")); mixin(bindCode("vtkLegendBoxActor_SetEntry__SWIG_2", "D_vtkLegendBoxActor_SetEntry__SWIG_2")); mixin(bindCode("vtkLegendBoxActor_SetEntrySymbol", "D_vtkLegendBoxActor_SetEntrySymbol")); mixin(bindCode("vtkLegendBoxActor_SetEntryIcon", "D_vtkLegendBoxActor_SetEntryIcon")); mixin(bindCode("vtkLegendBoxActor_SetEntryString", "D_vtkLegendBoxActor_SetEntryString")); mixin(bindCode("vtkLegendBoxActor_SetEntryColor__SWIG_0", "D_vtkLegendBoxActor_SetEntryColor__SWIG_0")); mixin(bindCode("vtkLegendBoxActor_SetEntryColor__SWIG_1", "D_vtkLegendBoxActor_SetEntryColor__SWIG_1")); mixin(bindCode("vtkLegendBoxActor_GetEntrySymbol", "D_vtkLegendBoxActor_GetEntrySymbol")); mixin(bindCode("vtkLegendBoxActor_GetEntryIcon", "D_vtkLegendBoxActor_GetEntryIcon")); mixin(bindCode("vtkLegendBoxActor_GetEntryString", "D_vtkLegendBoxActor_GetEntryString")); mixin(bindCode("vtkLegendBoxActor_GetEntryColor", "D_vtkLegendBoxActor_GetEntryColor")); mixin(bindCode("vtkLegendBoxActor_SetEntryTextProperty", "D_vtkLegendBoxActor_SetEntryTextProperty")); mixin(bindCode("vtkLegendBoxActor_GetEntryTextProperty", "D_vtkLegendBoxActor_GetEntryTextProperty")); mixin(bindCode("vtkLegendBoxActor_SetBorder", "D_vtkLegendBoxActor_SetBorder")); mixin(bindCode("vtkLegendBoxActor_GetBorder", "D_vtkLegendBoxActor_GetBorder")); mixin(bindCode("vtkLegendBoxActor_BorderOn", "D_vtkLegendBoxActor_BorderOn")); mixin(bindCode("vtkLegendBoxActor_BorderOff", "D_vtkLegendBoxActor_BorderOff")); mixin(bindCode("vtkLegendBoxActor_SetLockBorder", "D_vtkLegendBoxActor_SetLockBorder")); mixin(bindCode("vtkLegendBoxActor_GetLockBorder", "D_vtkLegendBoxActor_GetLockBorder")); mixin(bindCode("vtkLegendBoxActor_LockBorderOn", "D_vtkLegendBoxActor_LockBorderOn")); mixin(bindCode("vtkLegendBoxActor_LockBorderOff", "D_vtkLegendBoxActor_LockBorderOff")); mixin(bindCode("vtkLegendBoxActor_SetBox", "D_vtkLegendBoxActor_SetBox")); mixin(bindCode("vtkLegendBoxActor_GetBox", "D_vtkLegendBoxActor_GetBox")); mixin(bindCode("vtkLegendBoxActor_BoxOn", "D_vtkLegendBoxActor_BoxOn")); mixin(bindCode("vtkLegendBoxActor_BoxOff", "D_vtkLegendBoxActor_BoxOff")); mixin(bindCode("vtkLegendBoxActor_GetBoxProperty", "D_vtkLegendBoxActor_GetBoxProperty")); mixin(bindCode("vtkLegendBoxActor_SetPadding", "D_vtkLegendBoxActor_SetPadding")); mixin(bindCode("vtkLegendBoxActor_GetPaddingMinValue", "D_vtkLegendBoxActor_GetPaddingMinValue")); mixin(bindCode("vtkLegendBoxActor_GetPaddingMaxValue", "D_vtkLegendBoxActor_GetPaddingMaxValue")); mixin(bindCode("vtkLegendBoxActor_GetPadding", "D_vtkLegendBoxActor_GetPadding")); mixin(bindCode("vtkLegendBoxActor_SetScalarVisibility", "D_vtkLegendBoxActor_SetScalarVisibility")); mixin(bindCode("vtkLegendBoxActor_GetScalarVisibility", "D_vtkLegendBoxActor_GetScalarVisibility")); mixin(bindCode("vtkLegendBoxActor_ScalarVisibilityOn", "D_vtkLegendBoxActor_ScalarVisibilityOn")); mixin(bindCode("vtkLegendBoxActor_ScalarVisibilityOff", "D_vtkLegendBoxActor_ScalarVisibilityOff")); mixin(bindCode("vtkLegendBoxActor_SetUseBackground", "D_vtkLegendBoxActor_SetUseBackground")); mixin(bindCode("vtkLegendBoxActor_GetUseBackground", "D_vtkLegendBoxActor_GetUseBackground")); mixin(bindCode("vtkLegendBoxActor_UseBackgroundOn", "D_vtkLegendBoxActor_UseBackgroundOn")); mixin(bindCode("vtkLegendBoxActor_UseBackgroundOff", "D_vtkLegendBoxActor_UseBackgroundOff")); mixin(bindCode("vtkLegendBoxActor_SetBackgroundColor__SWIG_0", "D_vtkLegendBoxActor_SetBackgroundColor__SWIG_0")); mixin(bindCode("vtkLegendBoxActor_SetBackgroundColor__SWIG_1", "D_vtkLegendBoxActor_SetBackgroundColor__SWIG_1")); mixin(bindCode("vtkLegendBoxActor_GetBackgroundColor__SWIG_0", "D_vtkLegendBoxActor_GetBackgroundColor__SWIG_0")); mixin(bindCode("vtkLegendBoxActor_GetBackgroundColor__SWIG_1", "D_vtkLegendBoxActor_GetBackgroundColor__SWIG_1")); mixin(bindCode("vtkLegendBoxActor_GetBackgroundColor__SWIG_2", "D_vtkLegendBoxActor_GetBackgroundColor__SWIG_2")); mixin(bindCode("vtkLegendBoxActor_SetBackgroundOpacity", "D_vtkLegendBoxActor_SetBackgroundOpacity")); mixin(bindCode("vtkLegendBoxActor_GetBackgroundOpacityMinValue", "D_vtkLegendBoxActor_GetBackgroundOpacityMinValue")); mixin(bindCode("vtkLegendBoxActor_GetBackgroundOpacityMaxValue", "D_vtkLegendBoxActor_GetBackgroundOpacityMaxValue")); mixin(bindCode("vtkLegendBoxActor_GetBackgroundOpacity", "D_vtkLegendBoxActor_GetBackgroundOpacity")); mixin(bindCode("vtkLegendBoxActor_Upcast", "D_vtkLegendBoxActor_Upcast")); mixin(bindCode("vtkMapperCollection_New", "D_vtkMapperCollection_New")); mixin(bindCode("vtkMapperCollection_IsTypeOf", "D_vtkMapperCollection_IsTypeOf")); mixin(bindCode("vtkMapperCollection_SafeDownCast", "D_vtkMapperCollection_SafeDownCast")); mixin(bindCode("vtkMapperCollection_NewInstance", "D_vtkMapperCollection_NewInstance")); mixin(bindCode("vtkMapperCollection_AddItem", "D_vtkMapperCollection_AddItem")); mixin(bindCode("vtkMapperCollection_GetNextItem", "D_vtkMapperCollection_GetNextItem")); mixin(bindCode("vtkMapperCollection_GetLastItem", "D_vtkMapperCollection_GetLastItem")); mixin(bindCode("vtkMapperCollection_Upcast", "D_vtkMapperCollection_Upcast")); mixin(bindCode("vtkOpenGLContextDevice2D_IsTypeOf", "D_vtkOpenGLContextDevice2D_IsTypeOf")); mixin(bindCode("vtkOpenGLContextDevice2D_SafeDownCast", "D_vtkOpenGLContextDevice2D_SafeDownCast")); mixin(bindCode("vtkOpenGLContextDevice2D_NewInstance", "D_vtkOpenGLContextDevice2D_NewInstance")); mixin(bindCode("vtkOpenGLContextDevice2D_New", "D_vtkOpenGLContextDevice2D_New")); mixin(bindCode("vtkOpenGLContextDevice2D_DrawPoly__SWIG_0", "D_vtkOpenGLContextDevice2D_DrawPoly__SWIG_0")); mixin(bindCode("vtkOpenGLContextDevice2D_DrawPoly__SWIG_1", "D_vtkOpenGLContextDevice2D_DrawPoly__SWIG_1")); mixin(bindCode("vtkOpenGLContextDevice2D_DrawPoly__SWIG_2", "D_vtkOpenGLContextDevice2D_DrawPoly__SWIG_2")); mixin(bindCode("vtkOpenGLContextDevice2D_DrawPoints__SWIG_0", "D_vtkOpenGLContextDevice2D_DrawPoints__SWIG_0")); mixin(bindCode("vtkOpenGLContextDevice2D_DrawPoints__SWIG_1", "D_vtkOpenGLContextDevice2D_DrawPoints__SWIG_1")); mixin(bindCode("vtkOpenGLContextDevice2D_DrawPoints__SWIG_2", "D_vtkOpenGLContextDevice2D_DrawPoints__SWIG_2")); mixin(bindCode("vtkOpenGLContextDevice2D_DrawPointSprites__SWIG_0", "D_vtkOpenGLContextDevice2D_DrawPointSprites__SWIG_0")); mixin(bindCode("vtkOpenGLContextDevice2D_DrawPointSprites__SWIG_1", "D_vtkOpenGLContextDevice2D_DrawPointSprites__SWIG_1")); mixin(bindCode("vtkOpenGLContextDevice2D_DrawPointSprites__SWIG_2", "D_vtkOpenGLContextDevice2D_DrawPointSprites__SWIG_2")); mixin(bindCode("vtkOpenGLContextDevice2D_DrawMarkers__SWIG_0", "D_vtkOpenGLContextDevice2D_DrawMarkers__SWIG_0")); mixin(bindCode("vtkOpenGLContextDevice2D_DrawMarkers__SWIG_1", "D_vtkOpenGLContextDevice2D_DrawMarkers__SWIG_1")); mixin(bindCode("vtkOpenGLContextDevice2D_DrawMarkers__SWIG_2", "D_vtkOpenGLContextDevice2D_DrawMarkers__SWIG_2")); mixin(bindCode("vtkOpenGLContextDevice2D_SetMaximumMarkerCacheSize", "D_vtkOpenGLContextDevice2D_SetMaximumMarkerCacheSize")); mixin(bindCode("vtkOpenGLContextDevice2D_GetMaximumMarkerCacheSize", "D_vtkOpenGLContextDevice2D_GetMaximumMarkerCacheSize")); mixin(bindCode("vtkOpenGLContextDevice2D_DrawString__SWIG_0", "D_vtkOpenGLContextDevice2D_DrawString__SWIG_0")); mixin(bindCode("vtkOpenGLContextDevice2D_ComputeStringBounds__SWIG_0", "D_vtkOpenGLContextDevice2D_ComputeStringBounds__SWIG_0")); mixin(bindCode("vtkOpenGLContextDevice2D_DrawString__SWIG_1", "D_vtkOpenGLContextDevice2D_DrawString__SWIG_1")); mixin(bindCode("vtkOpenGLContextDevice2D_ComputeStringBounds__SWIG_1", "D_vtkOpenGLContextDevice2D_ComputeStringBounds__SWIG_1")); mixin(bindCode("vtkOpenGLContextDevice2D_DrawMathTextString", "D_vtkOpenGLContextDevice2D_DrawMathTextString")); mixin(bindCode("vtkOpenGLContextDevice2D_DrawImage__SWIG_0", "D_vtkOpenGLContextDevice2D_DrawImage__SWIG_0")); mixin(bindCode("vtkOpenGLContextDevice2D_DrawImage__SWIG_1", "D_vtkOpenGLContextDevice2D_DrawImage__SWIG_1")); mixin(bindCode("vtkOpenGLContextDevice2D_SetColor", "D_vtkOpenGLContextDevice2D_SetColor")); mixin(bindCode("vtkOpenGLContextDevice2D_SetTexture__SWIG_0", "D_vtkOpenGLContextDevice2D_SetTexture__SWIG_0")); mixin(bindCode("vtkOpenGLContextDevice2D_SetTexture__SWIG_1", "D_vtkOpenGLContextDevice2D_SetTexture__SWIG_1")); mixin(bindCode("vtkOpenGLContextDevice2D_BufferIdModeBegin", "D_vtkOpenGLContextDevice2D_BufferIdModeBegin")); mixin(bindCode("vtkOpenGLContextDevice2D_SetStringRendererToFreeType", "D_vtkOpenGLContextDevice2D_SetStringRendererToFreeType")); mixin(bindCode("vtkOpenGLContextDevice2D_SetStringRendererToQt", "D_vtkOpenGLContextDevice2D_SetStringRendererToQt")); mixin(bindCode("vtkOpenGLContextDevice2D_HasGLSL", "D_vtkOpenGLContextDevice2D_HasGLSL")); mixin(bindCode("vtkOpenGLContextDevice2D_GetRenderWindow", "D_vtkOpenGLContextDevice2D_GetRenderWindow")); mixin(bindCode("vtkOpenGLContextDevice2D_ReleaseGraphicsResources", "D_vtkOpenGLContextDevice2D_ReleaseGraphicsResources")); mixin(bindCode("delete_vtkOpenGLContextDevice2D", "D_delete_vtkOpenGLContextDevice2D")); mixin(bindCode("vtkOpenGLContextDevice2D_Upcast", "D_vtkOpenGLContextDevice2D_Upcast")); mixin(bindCode("vtkOpenGL2ContextDevice2D_IsTypeOf", "D_vtkOpenGL2ContextDevice2D_IsTypeOf")); mixin(bindCode("vtkOpenGL2ContextDevice2D_SafeDownCast", "D_vtkOpenGL2ContextDevice2D_SafeDownCast")); mixin(bindCode("vtkOpenGL2ContextDevice2D_NewInstance", "D_vtkOpenGL2ContextDevice2D_NewInstance")); mixin(bindCode("vtkOpenGL2ContextDevice2D_New", "D_vtkOpenGL2ContextDevice2D_New")); mixin(bindCode("vtkOpenGL2ContextDevice2D_IsSupported", "D_vtkOpenGL2ContextDevice2D_IsSupported")); mixin(bindCode("vtkOpenGL2ContextDevice2D_DrawPointSprites__SWIG_0", "D_vtkOpenGL2ContextDevice2D_DrawPointSprites__SWIG_0")); mixin(bindCode("vtkOpenGL2ContextDevice2D_DrawPointSprites__SWIG_1", "D_vtkOpenGL2ContextDevice2D_DrawPointSprites__SWIG_1")); mixin(bindCode("vtkOpenGL2ContextDevice2D_DrawPointSprites__SWIG_2", "D_vtkOpenGL2ContextDevice2D_DrawPointSprites__SWIG_2")); mixin(bindCode("vtkOpenGL2ContextDevice2D_DrawImage__SWIG_0", "D_vtkOpenGL2ContextDevice2D_DrawImage__SWIG_0")); mixin(bindCode("vtkOpenGL2ContextDevice2D_DrawImage__SWIG_1", "D_vtkOpenGL2ContextDevice2D_DrawImage__SWIG_1")); mixin(bindCode("vtkOpenGL2ContextDevice2D_Upcast", "D_vtkOpenGL2ContextDevice2D_Upcast")); mixin(bindCode("vtkFixedPointVolumeRayCastCompositeGOShadeHelper_New", "D_vtkFixedPointVolumeRayCastCompositeGOShadeHelper_New")); mixin(bindCode("vtkFixedPointVolumeRayCastCompositeGOShadeHelper_IsTypeOf", "D_vtkFixedPointVolumeRayCastCompositeGOShadeHelper_IsTypeOf")); mixin(bindCode("vtkFixedPointVolumeRayCastCompositeGOShadeHelper_SafeDownCast", "D_vtkFixedPointVolumeRayCastCompositeGOShadeHelper_SafeDownCast")); mixin(bindCode("vtkFixedPointVolumeRayCastCompositeGOShadeHelper_NewInstance", "D_vtkFixedPointVolumeRayCastCompositeGOShadeHelper_NewInstance")); mixin(bindCode("vtkFixedPointVolumeRayCastCompositeGOShadeHelper_Upcast", "D_vtkFixedPointVolumeRayCastCompositeGOShadeHelper_Upcast")); mixin(bindCode("vtkAnnotatedCubeActor_New", "D_vtkAnnotatedCubeActor_New")); mixin(bindCode("vtkAnnotatedCubeActor_IsTypeOf", "D_vtkAnnotatedCubeActor_IsTypeOf")); mixin(bindCode("vtkAnnotatedCubeActor_SafeDownCast", "D_vtkAnnotatedCubeActor_SafeDownCast")); mixin(bindCode("vtkAnnotatedCubeActor_NewInstance", "D_vtkAnnotatedCubeActor_NewInstance")); mixin(bindCode("vtkAnnotatedCubeActor_RenderOpaqueGeometry", "D_vtkAnnotatedCubeActor_RenderOpaqueGeometry")); mixin(bindCode("vtkAnnotatedCubeActor_RenderTranslucentPolygonalGeometry", "D_vtkAnnotatedCubeActor_RenderTranslucentPolygonalGeometry")); mixin(bindCode("vtkAnnotatedCubeActor_HasTranslucentPolygonalGeometry", "D_vtkAnnotatedCubeActor_HasTranslucentPolygonalGeometry")); mixin(bindCode("vtkAnnotatedCubeActor_ReleaseGraphicsResources", "D_vtkAnnotatedCubeActor_ReleaseGraphicsResources")); mixin(bindCode("vtkAnnotatedCubeActor_GetBounds__SWIG_0", "D_vtkAnnotatedCubeActor_GetBounds__SWIG_0")); mixin(bindCode("vtkAnnotatedCubeActor_GetBounds__SWIG_1", "D_vtkAnnotatedCubeActor_GetBounds__SWIG_1")); mixin(bindCode("vtkAnnotatedCubeActor_SetFaceTextScale", "D_vtkAnnotatedCubeActor_SetFaceTextScale")); mixin(bindCode("vtkAnnotatedCubeActor_GetFaceTextScale", "D_vtkAnnotatedCubeActor_GetFaceTextScale")); mixin(bindCode("vtkAnnotatedCubeActor_GetXPlusFaceProperty", "D_vtkAnnotatedCubeActor_GetXPlusFaceProperty")); mixin(bindCode("vtkAnnotatedCubeActor_GetXMinusFaceProperty", "D_vtkAnnotatedCubeActor_GetXMinusFaceProperty")); mixin(bindCode("vtkAnnotatedCubeActor_GetYPlusFaceProperty", "D_vtkAnnotatedCubeActor_GetYPlusFaceProperty")); mixin(bindCode("vtkAnnotatedCubeActor_GetYMinusFaceProperty", "D_vtkAnnotatedCubeActor_GetYMinusFaceProperty")); mixin(bindCode("vtkAnnotatedCubeActor_GetZPlusFaceProperty", "D_vtkAnnotatedCubeActor_GetZPlusFaceProperty")); mixin(bindCode("vtkAnnotatedCubeActor_GetZMinusFaceProperty", "D_vtkAnnotatedCubeActor_GetZMinusFaceProperty")); mixin(bindCode("vtkAnnotatedCubeActor_GetCubeProperty", "D_vtkAnnotatedCubeActor_GetCubeProperty")); mixin(bindCode("vtkAnnotatedCubeActor_GetTextEdgesProperty", "D_vtkAnnotatedCubeActor_GetTextEdgesProperty")); mixin(bindCode("vtkAnnotatedCubeActor_SetXPlusFaceText", "D_vtkAnnotatedCubeActor_SetXPlusFaceText")); mixin(bindCode("vtkAnnotatedCubeActor_GetXPlusFaceText", "D_vtkAnnotatedCubeActor_GetXPlusFaceText")); mixin(bindCode("vtkAnnotatedCubeActor_SetXMinusFaceText", "D_vtkAnnotatedCubeActor_SetXMinusFaceText")); mixin(bindCode("vtkAnnotatedCubeActor_GetXMinusFaceText", "D_vtkAnnotatedCubeActor_GetXMinusFaceText")); mixin(bindCode("vtkAnnotatedCubeActor_SetYPlusFaceText", "D_vtkAnnotatedCubeActor_SetYPlusFaceText")); mixin(bindCode("vtkAnnotatedCubeActor_GetYPlusFaceText", "D_vtkAnnotatedCubeActor_GetYPlusFaceText")); mixin(bindCode("vtkAnnotatedCubeActor_SetYMinusFaceText", "D_vtkAnnotatedCubeActor_SetYMinusFaceText")); mixin(bindCode("vtkAnnotatedCubeActor_GetYMinusFaceText", "D_vtkAnnotatedCubeActor_GetYMinusFaceText")); mixin(bindCode("vtkAnnotatedCubeActor_SetZPlusFaceText", "D_vtkAnnotatedCubeActor_SetZPlusFaceText")); mixin(bindCode("vtkAnnotatedCubeActor_GetZPlusFaceText", "D_vtkAnnotatedCubeActor_GetZPlusFaceText")); mixin(bindCode("vtkAnnotatedCubeActor_SetZMinusFaceText", "D_vtkAnnotatedCubeActor_SetZMinusFaceText")); mixin(bindCode("vtkAnnotatedCubeActor_GetZMinusFaceText", "D_vtkAnnotatedCubeActor_GetZMinusFaceText")); mixin(bindCode("vtkAnnotatedCubeActor_SetTextEdgesVisibility", "D_vtkAnnotatedCubeActor_SetTextEdgesVisibility")); mixin(bindCode("vtkAnnotatedCubeActor_GetTextEdgesVisibility", "D_vtkAnnotatedCubeActor_GetTextEdgesVisibility")); mixin(bindCode("vtkAnnotatedCubeActor_SetCubeVisibility", "D_vtkAnnotatedCubeActor_SetCubeVisibility")); mixin(bindCode("vtkAnnotatedCubeActor_GetCubeVisibility", "D_vtkAnnotatedCubeActor_GetCubeVisibility")); mixin(bindCode("vtkAnnotatedCubeActor_SetFaceTextVisibility", "D_vtkAnnotatedCubeActor_SetFaceTextVisibility")); mixin(bindCode("vtkAnnotatedCubeActor_GetFaceTextVisibility", "D_vtkAnnotatedCubeActor_GetFaceTextVisibility")); mixin(bindCode("vtkAnnotatedCubeActor_SetXFaceTextRotation", "D_vtkAnnotatedCubeActor_SetXFaceTextRotation")); mixin(bindCode("vtkAnnotatedCubeActor_GetXFaceTextRotation", "D_vtkAnnotatedCubeActor_GetXFaceTextRotation")); mixin(bindCode("vtkAnnotatedCubeActor_SetYFaceTextRotation", "D_vtkAnnotatedCubeActor_SetYFaceTextRotation")); mixin(bindCode("vtkAnnotatedCubeActor_GetYFaceTextRotation", "D_vtkAnnotatedCubeActor_GetYFaceTextRotation")); mixin(bindCode("vtkAnnotatedCubeActor_SetZFaceTextRotation", "D_vtkAnnotatedCubeActor_SetZFaceTextRotation")); mixin(bindCode("vtkAnnotatedCubeActor_GetZFaceTextRotation", "D_vtkAnnotatedCubeActor_GetZFaceTextRotation")); mixin(bindCode("vtkAnnotatedCubeActor_GetAssembly", "D_vtkAnnotatedCubeActor_GetAssembly")); mixin(bindCode("vtkAnnotatedCubeActor_Upcast", "D_vtkAnnotatedCubeActor_Upcast")); mixin(bindCode("vtkSurfaceReconstructionFilter_IsTypeOf", "D_vtkSurfaceReconstructionFilter_IsTypeOf")); mixin(bindCode("vtkSurfaceReconstructionFilter_SafeDownCast", "D_vtkSurfaceReconstructionFilter_SafeDownCast")); mixin(bindCode("vtkSurfaceReconstructionFilter_NewInstance", "D_vtkSurfaceReconstructionFilter_NewInstance")); mixin(bindCode("vtkSurfaceReconstructionFilter_New", "D_vtkSurfaceReconstructionFilter_New")); mixin(bindCode("vtkSurfaceReconstructionFilter_GetNeighborhoodSize", "D_vtkSurfaceReconstructionFilter_GetNeighborhoodSize")); mixin(bindCode("vtkSurfaceReconstructionFilter_SetNeighborhoodSize", "D_vtkSurfaceReconstructionFilter_SetNeighborhoodSize")); mixin(bindCode("vtkSurfaceReconstructionFilter_GetSampleSpacing", "D_vtkSurfaceReconstructionFilter_GetSampleSpacing")); mixin(bindCode("vtkSurfaceReconstructionFilter_SetSampleSpacing", "D_vtkSurfaceReconstructionFilter_SetSampleSpacing")); mixin(bindCode("vtkSurfaceReconstructionFilter_Upcast", "D_vtkSurfaceReconstructionFilter_Upcast")); mixin(bindCode("VTK_INTEGRATE_FORWARD_get", "D_VTK_INTEGRATE_FORWARD_get")); mixin(bindCode("VTK_INTEGRATE_BACKWARD_get", "D_VTK_INTEGRATE_BACKWARD_get")); mixin(bindCode("VTK_INTEGRATE_BOTH_DIRECTIONS_get", "D_VTK_INTEGRATE_BOTH_DIRECTIONS_get")); mixin(bindCode("vtkStreamer_IsTypeOf", "D_vtkStreamer_IsTypeOf")); mixin(bindCode("vtkStreamer_SafeDownCast", "D_vtkStreamer_SafeDownCast")); mixin(bindCode("vtkStreamer_NewInstance", "D_vtkStreamer_NewInstance")); mixin(bindCode("vtkStreamer_SetStartLocation__SWIG_0", "D_vtkStreamer_SetStartLocation__SWIG_0")); mixin(bindCode("vtkStreamer_SetStartLocation__SWIG_1", "D_vtkStreamer_SetStartLocation__SWIG_1")); mixin(bindCode("vtkStreamer_GetStartLocation", "D_vtkStreamer_GetStartLocation")); mixin(bindCode("vtkStreamer_SetStartPosition__SWIG_0", "D_vtkStreamer_SetStartPosition__SWIG_0")); mixin(bindCode("vtkStreamer_SetStartPosition__SWIG_1", "D_vtkStreamer_SetStartPosition__SWIG_1")); mixin(bindCode("vtkStreamer_GetStartPosition", "D_vtkStreamer_GetStartPosition")); mixin(bindCode("vtkStreamer_SetSourceData", "D_vtkStreamer_SetSourceData")); mixin(bindCode("vtkStreamer_GetSource", "D_vtkStreamer_GetSource")); mixin(bindCode("vtkStreamer_SetSourceConnection", "D_vtkStreamer_SetSourceConnection")); mixin(bindCode("vtkStreamer_SetMaximumPropagationTime", "D_vtkStreamer_SetMaximumPropagationTime")); mixin(bindCode("vtkStreamer_GetMaximumPropagationTimeMinValue", "D_vtkStreamer_GetMaximumPropagationTimeMinValue")); mixin(bindCode("vtkStreamer_GetMaximumPropagationTimeMaxValue", "D_vtkStreamer_GetMaximumPropagationTimeMaxValue")); mixin(bindCode("vtkStreamer_GetMaximumPropagationTime", "D_vtkStreamer_GetMaximumPropagationTime")); mixin(bindCode("vtkStreamer_SetIntegrationDirection", "D_vtkStreamer_SetIntegrationDirection")); mixin(bindCode("vtkStreamer_GetIntegrationDirectionMinValue", "D_vtkStreamer_GetIntegrationDirectionMinValue")); mixin(bindCode("vtkStreamer_GetIntegrationDirectionMaxValue", "D_vtkStreamer_GetIntegrationDirectionMaxValue")); mixin(bindCode("vtkStreamer_GetIntegrationDirection", "D_vtkStreamer_GetIntegrationDirection")); mixin(bindCode("vtkStreamer_SetIntegrationDirectionToForward", "D_vtkStreamer_SetIntegrationDirectionToForward")); mixin(bindCode("vtkStreamer_SetIntegrationDirectionToBackward", "D_vtkStreamer_SetIntegrationDirectionToBackward")); mixin(bindCode("vtkStreamer_SetIntegrationDirectionToIntegrateBothDirections", "D_vtkStreamer_SetIntegrationDirectionToIntegrateBothDirections")); mixin(bindCode("vtkStreamer_GetIntegrationDirectionAsString", "D_vtkStreamer_GetIntegrationDirectionAsString")); mixin(bindCode("vtkStreamer_SetIntegrationStepLength", "D_vtkStreamer_SetIntegrationStepLength")); mixin(bindCode("vtkStreamer_GetIntegrationStepLengthMinValue", "D_vtkStreamer_GetIntegrationStepLengthMinValue")); mixin(bindCode("vtkStreamer_GetIntegrationStepLengthMaxValue", "D_vtkStreamer_GetIntegrationStepLengthMaxValue")); mixin(bindCode("vtkStreamer_GetIntegrationStepLength", "D_vtkStreamer_GetIntegrationStepLength")); mixin(bindCode("vtkStreamer_SetSpeedScalars", "D_vtkStreamer_SetSpeedScalars")); mixin(bindCode("vtkStreamer_GetSpeedScalars", "D_vtkStreamer_GetSpeedScalars")); mixin(bindCode("vtkStreamer_SpeedScalarsOn", "D_vtkStreamer_SpeedScalarsOn")); mixin(bindCode("vtkStreamer_SpeedScalarsOff", "D_vtkStreamer_SpeedScalarsOff")); mixin(bindCode("vtkStreamer_SetOrientationScalars", "D_vtkStreamer_SetOrientationScalars")); mixin(bindCode("vtkStreamer_GetOrientationScalars", "D_vtkStreamer_GetOrientationScalars")); mixin(bindCode("vtkStreamer_OrientationScalarsOn", "D_vtkStreamer_OrientationScalarsOn")); mixin(bindCode("vtkStreamer_OrientationScalarsOff", "D_vtkStreamer_OrientationScalarsOff")); mixin(bindCode("vtkStreamer_SetTerminalSpeed", "D_vtkStreamer_SetTerminalSpeed")); mixin(bindCode("vtkStreamer_GetTerminalSpeedMinValue", "D_vtkStreamer_GetTerminalSpeedMinValue")); mixin(bindCode("vtkStreamer_GetTerminalSpeedMaxValue", "D_vtkStreamer_GetTerminalSpeedMaxValue")); mixin(bindCode("vtkStreamer_GetTerminalSpeed", "D_vtkStreamer_GetTerminalSpeed")); mixin(bindCode("vtkStreamer_SetVorticity", "D_vtkStreamer_SetVorticity")); mixin(bindCode("vtkStreamer_GetVorticity", "D_vtkStreamer_GetVorticity")); mixin(bindCode("vtkStreamer_VorticityOn", "D_vtkStreamer_VorticityOn")); mixin(bindCode("vtkStreamer_VorticityOff", "D_vtkStreamer_VorticityOff")); mixin(bindCode("vtkStreamer_SetNumberOfThreads", "D_vtkStreamer_SetNumberOfThreads")); mixin(bindCode("vtkStreamer_GetNumberOfThreads", "D_vtkStreamer_GetNumberOfThreads")); mixin(bindCode("vtkStreamer_SetSavePointInterval", "D_vtkStreamer_SetSavePointInterval")); mixin(bindCode("vtkStreamer_GetSavePointInterval", "D_vtkStreamer_GetSavePointInterval")); mixin(bindCode("vtkStreamer_SetIntegrator", "D_vtkStreamer_SetIntegrator")); mixin(bindCode("vtkStreamer_GetIntegrator", "D_vtkStreamer_GetIntegrator")); mixin(bindCode("vtkStreamer_SetEpsilon", "D_vtkStreamer_SetEpsilon")); mixin(bindCode("vtkStreamer_GetEpsilon", "D_vtkStreamer_GetEpsilon")); mixin(bindCode("vtkStreamer_Upcast", "D_vtkStreamer_Upcast")); mixin(bindCode("vtkStreamLine_IsTypeOf", "D_vtkStreamLine_IsTypeOf")); mixin(bindCode("vtkStreamLine_SafeDownCast", "D_vtkStreamLine_SafeDownCast")); mixin(bindCode("vtkStreamLine_NewInstance", "D_vtkStreamLine_NewInstance")); mixin(bindCode("vtkStreamLine_New", "D_vtkStreamLine_New")); mixin(bindCode("vtkStreamLine_SetStepLength", "D_vtkStreamLine_SetStepLength")); mixin(bindCode("vtkStreamLine_GetStepLengthMinValue", "D_vtkStreamLine_GetStepLengthMinValue")); mixin(bindCode("vtkStreamLine_GetStepLengthMaxValue", "D_vtkStreamLine_GetStepLengthMaxValue")); mixin(bindCode("vtkStreamLine_GetStepLength", "D_vtkStreamLine_GetStepLength")); mixin(bindCode("vtkStreamLine_Upcast", "D_vtkStreamLine_Upcast")); mixin(bindCode("vtkAxisExtended_IsTypeOf", "D_vtkAxisExtended_IsTypeOf")); mixin(bindCode("vtkAxisExtended_SafeDownCast", "D_vtkAxisExtended_SafeDownCast")); mixin(bindCode("vtkAxisExtended_NewInstance", "D_vtkAxisExtended_NewInstance")); mixin(bindCode("vtkAxisExtended_New", "D_vtkAxisExtended_New")); mixin(bindCode("vtkAxisExtended_Simplicity", "D_vtkAxisExtended_Simplicity")); mixin(bindCode("vtkAxisExtended_SimplicityMax", "D_vtkAxisExtended_SimplicityMax")); mixin(bindCode("vtkAxisExtended_Coverage", "D_vtkAxisExtended_Coverage")); mixin(bindCode("vtkAxisExtended_CoverageMax", "D_vtkAxisExtended_CoverageMax")); mixin(bindCode("vtkAxisExtended_Density", "D_vtkAxisExtended_Density")); mixin(bindCode("vtkAxisExtended_DensityMax", "D_vtkAxisExtended_DensityMax")); mixin(bindCode("vtkAxisExtended_FormatLegibilityScore", "D_vtkAxisExtended_FormatLegibilityScore")); mixin(bindCode("vtkAxisExtended_FormatStringLength", "D_vtkAxisExtended_FormatStringLength")); mixin(bindCode("vtkAxisExtended_GenerateExtendedTickLabels", "D_vtkAxisExtended_GenerateExtendedTickLabels")); mixin(bindCode("vtkAxisExtended_GetFontSize", "D_vtkAxisExtended_GetFontSize")); mixin(bindCode("vtkAxisExtended_SetFontSize", "D_vtkAxisExtended_SetFontSize")); mixin(bindCode("vtkAxisExtended_GetDesiredFontSize", "D_vtkAxisExtended_GetDesiredFontSize")); mixin(bindCode("vtkAxisExtended_SetDesiredFontSize", "D_vtkAxisExtended_SetDesiredFontSize")); mixin(bindCode("vtkAxisExtended_GetPrecision", "D_vtkAxisExtended_GetPrecision")); mixin(bindCode("vtkAxisExtended_SetPrecision", "D_vtkAxisExtended_SetPrecision")); mixin(bindCode("vtkAxisExtended_GetLabelFormat", "D_vtkAxisExtended_GetLabelFormat")); mixin(bindCode("vtkAxisExtended_SetLabelFormat", "D_vtkAxisExtended_SetLabelFormat")); mixin(bindCode("vtkAxisExtended_GetOrientation", "D_vtkAxisExtended_GetOrientation")); mixin(bindCode("vtkAxisExtended_SetOrientation", "D_vtkAxisExtended_SetOrientation")); mixin(bindCode("vtkAxisExtended_GetIsAxisVertical", "D_vtkAxisExtended_GetIsAxisVertical")); mixin(bindCode("vtkAxisExtended_SetIsAxisVertical", "D_vtkAxisExtended_SetIsAxisVertical")); mixin(bindCode("vtkAxisExtended_Upcast", "D_vtkAxisExtended_Upcast")); mixin(bindCode("vtkCompositeDataProbeFilter_New", "D_vtkCompositeDataProbeFilter_New")); mixin(bindCode("vtkCompositeDataProbeFilter_IsTypeOf", "D_vtkCompositeDataProbeFilter_IsTypeOf")); mixin(bindCode("vtkCompositeDataProbeFilter_SafeDownCast", "D_vtkCompositeDataProbeFilter_SafeDownCast")); mixin(bindCode("vtkCompositeDataProbeFilter_NewInstance", "D_vtkCompositeDataProbeFilter_NewInstance")); mixin(bindCode("vtkCompositeDataProbeFilter_SetPassPartialArrays", "D_vtkCompositeDataProbeFilter_SetPassPartialArrays")); mixin(bindCode("vtkCompositeDataProbeFilter_GetPassPartialArrays", "D_vtkCompositeDataProbeFilter_GetPassPartialArrays")); mixin(bindCode("vtkCompositeDataProbeFilter_PassPartialArraysOn", "D_vtkCompositeDataProbeFilter_PassPartialArraysOn")); mixin(bindCode("vtkCompositeDataProbeFilter_PassPartialArraysOff", "D_vtkCompositeDataProbeFilter_PassPartialArraysOff")); mixin(bindCode("new_vtkCompositeDataProbeFilter", "D_new_vtkCompositeDataProbeFilter")); mixin(bindCode("delete_vtkCompositeDataProbeFilter", "D_delete_vtkCompositeDataProbeFilter")); mixin(bindCode("vtkCompositeDataProbeFilter_Upcast", "D_vtkCompositeDataProbeFilter_Upcast")); mixin(bindCode("vtkMergeTables_New", "D_vtkMergeTables_New")); mixin(bindCode("vtkMergeTables_IsTypeOf", "D_vtkMergeTables_IsTypeOf")); mixin(bindCode("vtkMergeTables_SafeDownCast", "D_vtkMergeTables_SafeDownCast")); mixin(bindCode("vtkMergeTables_NewInstance", "D_vtkMergeTables_NewInstance")); mixin(bindCode("vtkMergeTables_SetFirstTablePrefix", "D_vtkMergeTables_SetFirstTablePrefix")); mixin(bindCode("vtkMergeTables_GetFirstTablePrefix", "D_vtkMergeTables_GetFirstTablePrefix")); mixin(bindCode("vtkMergeTables_SetSecondTablePrefix", "D_vtkMergeTables_SetSecondTablePrefix")); mixin(bindCode("vtkMergeTables_GetSecondTablePrefix", "D_vtkMergeTables_GetSecondTablePrefix")); mixin(bindCode("vtkMergeTables_SetMergeColumnsByName", "D_vtkMergeTables_SetMergeColumnsByName")); mixin(bindCode("vtkMergeTables_GetMergeColumnsByName", "D_vtkMergeTables_GetMergeColumnsByName")); mixin(bindCode("vtkMergeTables_MergeColumnsByNameOn", "D_vtkMergeTables_MergeColumnsByNameOn")); mixin(bindCode("vtkMergeTables_MergeColumnsByNameOff", "D_vtkMergeTables_MergeColumnsByNameOff")); mixin(bindCode("vtkMergeTables_SetPrefixAllButMerged", "D_vtkMergeTables_SetPrefixAllButMerged")); mixin(bindCode("vtkMergeTables_GetPrefixAllButMerged", "D_vtkMergeTables_GetPrefixAllButMerged")); mixin(bindCode("vtkMergeTables_PrefixAllButMergedOn", "D_vtkMergeTables_PrefixAllButMergedOn")); mixin(bindCode("vtkMergeTables_PrefixAllButMergedOff", "D_vtkMergeTables_PrefixAllButMergedOff")); mixin(bindCode("vtkMergeTables_Upcast", "D_vtkMergeTables_Upcast")); mixin(bindCode("vtkPlotHistogram2D_IsTypeOf", "D_vtkPlotHistogram2D_IsTypeOf")); mixin(bindCode("vtkPlotHistogram2D_SafeDownCast", "D_vtkPlotHistogram2D_SafeDownCast")); mixin(bindCode("vtkPlotHistogram2D_NewInstance", "D_vtkPlotHistogram2D_NewInstance")); mixin(bindCode("vtkPlotHistogram2D_New", "D_vtkPlotHistogram2D_New")); mixin(bindCode("vtkPlotHistogram2D_SetInputData__SWIG_0", "D_vtkPlotHistogram2D_SetInputData__SWIG_0")); mixin(bindCode("vtkPlotHistogram2D_SetInputData__SWIG_1", "D_vtkPlotHistogram2D_SetInputData__SWIG_1")); mixin(bindCode("vtkPlotHistogram2D_SetInputData__SWIG_2", "D_vtkPlotHistogram2D_SetInputData__SWIG_2")); mixin(bindCode("vtkPlotHistogram2D_SetInputData__SWIG_3", "D_vtkPlotHistogram2D_SetInputData__SWIG_3")); mixin(bindCode("vtkPlotHistogram2D_GetInputImageData", "D_vtkPlotHistogram2D_GetInputImageData")); mixin(bindCode("vtkPlotHistogram2D_SetTransferFunction", "D_vtkPlotHistogram2D_SetTransferFunction")); mixin(bindCode("vtkPlotHistogram2D_GetTransferFunction", "D_vtkPlotHistogram2D_GetTransferFunction")); mixin(bindCode("vtkPlotHistogram2D_SetPosition", "D_vtkPlotHistogram2D_SetPosition")); mixin(bindCode("vtkPlotHistogram2D_GetPosition", "D_vtkPlotHistogram2D_GetPosition")); mixin(bindCode("new_vtkPlotHistogram2D", "D_new_vtkPlotHistogram2D")); mixin(bindCode("delete_vtkPlotHistogram2D", "D_delete_vtkPlotHistogram2D")); mixin(bindCode("vtkPlotHistogram2D_Upcast", "D_vtkPlotHistogram2D_Upcast")); mixin(bindCode("vtkDynamic2DLabelMapper_New", "D_vtkDynamic2DLabelMapper_New")); mixin(bindCode("vtkDynamic2DLabelMapper_IsTypeOf", "D_vtkDynamic2DLabelMapper_IsTypeOf")); mixin(bindCode("vtkDynamic2DLabelMapper_SafeDownCast", "D_vtkDynamic2DLabelMapper_SafeDownCast")); mixin(bindCode("vtkDynamic2DLabelMapper_NewInstance", "D_vtkDynamic2DLabelMapper_NewInstance")); mixin(bindCode("vtkDynamic2DLabelMapper_SetPriorityArrayName", "D_vtkDynamic2DLabelMapper_SetPriorityArrayName")); mixin(bindCode("vtkDynamic2DLabelMapper_SetReversePriority", "D_vtkDynamic2DLabelMapper_SetReversePriority")); mixin(bindCode("vtkDynamic2DLabelMapper_GetReversePriority", "D_vtkDynamic2DLabelMapper_GetReversePriority")); mixin(bindCode("vtkDynamic2DLabelMapper_ReversePriorityOn", "D_vtkDynamic2DLabelMapper_ReversePriorityOn")); mixin(bindCode("vtkDynamic2DLabelMapper_ReversePriorityOff", "D_vtkDynamic2DLabelMapper_ReversePriorityOff")); mixin(bindCode("vtkDynamic2DLabelMapper_SetLabelHeightPadding", "D_vtkDynamic2DLabelMapper_SetLabelHeightPadding")); mixin(bindCode("vtkDynamic2DLabelMapper_GetLabelHeightPadding", "D_vtkDynamic2DLabelMapper_GetLabelHeightPadding")); mixin(bindCode("vtkDynamic2DLabelMapper_SetLabelWidthPadding", "D_vtkDynamic2DLabelMapper_SetLabelWidthPadding")); mixin(bindCode("vtkDynamic2DLabelMapper_GetLabelWidthPadding", "D_vtkDynamic2DLabelMapper_GetLabelWidthPadding")); mixin(bindCode("vtkDynamic2DLabelMapper_Upcast", "D_vtkDynamic2DLabelMapper_Upcast")); mixin(bindCode("new_vtkBoundingBox__SWIG_0", "D_new_vtkBoundingBox__SWIG_0")); mixin(bindCode("new_vtkBoundingBox__SWIG_1", "D_new_vtkBoundingBox__SWIG_1")); mixin(bindCode("new_vtkBoundingBox__SWIG_2", "D_new_vtkBoundingBox__SWIG_2")); mixin(bindCode("new_vtkBoundingBox__SWIG_3", "D_new_vtkBoundingBox__SWIG_3")); mixin(bindCode("vtkBoundingBox_Equal", "D_vtkBoundingBox_Equal")); mixin(bindCode("vtkBoundingBox_swigOpEquals", "D_vtkBoundingBox_swigOpEquals")); mixin(bindCode("vtkBoundingBox_NotEqual", "D_vtkBoundingBox_NotEqual")); mixin(bindCode("vtkBoundingBox_SetBounds__SWIG_0", "D_vtkBoundingBox_SetBounds__SWIG_0")); mixin(bindCode("vtkBoundingBox_SetBounds__SWIG_1", "D_vtkBoundingBox_SetBounds__SWIG_1")); mixin(bindCode("vtkBoundingBox_SetMinPoint__SWIG_0", "D_vtkBoundingBox_SetMinPoint__SWIG_0")); mixin(bindCode("vtkBoundingBox_SetMinPoint__SWIG_1", "D_vtkBoundingBox_SetMinPoint__SWIG_1")); mixin(bindCode("vtkBoundingBox_SetMaxPoint__SWIG_0", "D_vtkBoundingBox_SetMaxPoint__SWIG_0")); mixin(bindCode("vtkBoundingBox_SetMaxPoint__SWIG_1", "D_vtkBoundingBox_SetMaxPoint__SWIG_1")); mixin(bindCode("vtkBoundingBox_AddPoint__SWIG_0", "D_vtkBoundingBox_AddPoint__SWIG_0")); mixin(bindCode("vtkBoundingBox_AddPoint__SWIG_1", "D_vtkBoundingBox_AddPoint__SWIG_1")); mixin(bindCode("vtkBoundingBox_AddBox", "D_vtkBoundingBox_AddBox")); mixin(bindCode("vtkBoundingBox_AddBounds", "D_vtkBoundingBox_AddBounds")); mixin(bindCode("vtkBoundingBox_IntersectBox", "D_vtkBoundingBox_IntersectBox")); mixin(bindCode("vtkBoundingBox_Intersects", "D_vtkBoundingBox_Intersects")); mixin(bindCode("vtkBoundingBox_IntersectPlane", "D_vtkBoundingBox_IntersectPlane")); mixin(bindCode("vtkBoundingBox_Contains", "D_vtkBoundingBox_Contains")); mixin(bindCode("vtkBoundingBox_GetBounds__SWIG_0", "D_vtkBoundingBox_GetBounds__SWIG_0")); mixin(bindCode("vtkBoundingBox_GetBounds__SWIG_1", "D_vtkBoundingBox_GetBounds__SWIG_1")); mixin(bindCode("vtkBoundingBox_GetBound", "D_vtkBoundingBox_GetBound")); mixin(bindCode("vtkBoundingBox_GetMinPoint__SWIG_0", "D_vtkBoundingBox_GetMinPoint__SWIG_0")); mixin(bindCode("vtkBoundingBox_GetMinPoint__SWIG_1", "D_vtkBoundingBox_GetMinPoint__SWIG_1")); mixin(bindCode("vtkBoundingBox_GetMaxPoint__SWIG_0", "D_vtkBoundingBox_GetMaxPoint__SWIG_0")); mixin(bindCode("vtkBoundingBox_GetMaxPoint__SWIG_1", "D_vtkBoundingBox_GetMaxPoint__SWIG_1")); mixin(bindCode("vtkBoundingBox_ContainsPoint__SWIG_0", "D_vtkBoundingBox_ContainsPoint__SWIG_0")); mixin(bindCode("vtkBoundingBox_ContainsPoint__SWIG_1", "D_vtkBoundingBox_ContainsPoint__SWIG_1")); mixin(bindCode("vtkBoundingBox_GetCenter", "D_vtkBoundingBox_GetCenter")); mixin(bindCode("vtkBoundingBox_GetLengths", "D_vtkBoundingBox_GetLengths")); mixin(bindCode("vtkBoundingBox_GetLength", "D_vtkBoundingBox_GetLength")); mixin(bindCode("vtkBoundingBox_GetMaxLength", "D_vtkBoundingBox_GetMaxLength")); mixin(bindCode("vtkBoundingBox_GetDiagonalLength", "D_vtkBoundingBox_GetDiagonalLength")); mixin(bindCode("vtkBoundingBox_Inflate", "D_vtkBoundingBox_Inflate")); mixin(bindCode("vtkBoundingBox_IsValid__SWIG_0", "D_vtkBoundingBox_IsValid__SWIG_0")); mixin(bindCode("vtkBoundingBox_IsValid__SWIG_1", "D_vtkBoundingBox_IsValid__SWIG_1")); mixin(bindCode("vtkBoundingBox_Reset", "D_vtkBoundingBox_Reset")); mixin(bindCode("vtkBoundingBox_Scale__SWIG_0", "D_vtkBoundingBox_Scale__SWIG_0")); mixin(bindCode("vtkBoundingBox_Scale__SWIG_1", "D_vtkBoundingBox_Scale__SWIG_1")); mixin(bindCode("delete_vtkBoundingBox", "D_delete_vtkBoundingBox")); mixin(bindCode("vtkDataTransferHelper_New", "D_vtkDataTransferHelper_New")); mixin(bindCode("vtkDataTransferHelper_IsTypeOf", "D_vtkDataTransferHelper_IsTypeOf")); mixin(bindCode("vtkDataTransferHelper_SafeDownCast", "D_vtkDataTransferHelper_SafeDownCast")); mixin(bindCode("vtkDataTransferHelper_NewInstance", "D_vtkDataTransferHelper_NewInstance")); mixin(bindCode("vtkDataTransferHelper_SetContext", "D_vtkDataTransferHelper_SetContext")); mixin(bindCode("vtkDataTransferHelper_GetContext", "D_vtkDataTransferHelper_GetContext")); mixin(bindCode("vtkDataTransferHelper_SetCPUExtent__SWIG_0", "D_vtkDataTransferHelper_SetCPUExtent__SWIG_0")); mixin(bindCode("vtkDataTransferHelper_SetCPUExtent__SWIG_1", "D_vtkDataTransferHelper_SetCPUExtent__SWIG_1")); mixin(bindCode("vtkDataTransferHelper_GetCPUExtent__SWIG_0", "D_vtkDataTransferHelper_GetCPUExtent__SWIG_0")); mixin(bindCode("vtkDataTransferHelper_GetCPUExtent__SWIG_1", "D_vtkDataTransferHelper_GetCPUExtent__SWIG_1")); mixin(bindCode("vtkDataTransferHelper_GetCPUExtent__SWIG_2", "D_vtkDataTransferHelper_GetCPUExtent__SWIG_2")); mixin(bindCode("vtkDataTransferHelper_SetGPUExtent__SWIG_0", "D_vtkDataTransferHelper_SetGPUExtent__SWIG_0")); mixin(bindCode("vtkDataTransferHelper_SetGPUExtent__SWIG_1", "D_vtkDataTransferHelper_SetGPUExtent__SWIG_1")); mixin(bindCode("vtkDataTransferHelper_GetGPUExtent__SWIG_0", "D_vtkDataTransferHelper_GetGPUExtent__SWIG_0")); mixin(bindCode("vtkDataTransferHelper_GetGPUExtent__SWIG_1", "D_vtkDataTransferHelper_GetGPUExtent__SWIG_1")); mixin(bindCode("vtkDataTransferHelper_GetGPUExtent__SWIG_2", "D_vtkDataTransferHelper_GetGPUExtent__SWIG_2")); mixin(bindCode("vtkDataTransferHelper_SetTextureExtent__SWIG_0", "D_vtkDataTransferHelper_SetTextureExtent__SWIG_0")); mixin(bindCode("vtkDataTransferHelper_SetTextureExtent__SWIG_1", "D_vtkDataTransferHelper_SetTextureExtent__SWIG_1")); mixin(bindCode("vtkDataTransferHelper_GetTextureExtent__SWIG_0", "D_vtkDataTransferHelper_GetTextureExtent__SWIG_0")); mixin(bindCode("vtkDataTransferHelper_GetTextureExtent__SWIG_1", "D_vtkDataTransferHelper_GetTextureExtent__SWIG_1")); mixin(bindCode("vtkDataTransferHelper_GetTextureExtent__SWIG_2", "D_vtkDataTransferHelper_GetTextureExtent__SWIG_2")); mixin(bindCode("vtkDataTransferHelper_GetExtentIsValid", "D_vtkDataTransferHelper_GetExtentIsValid")); mixin(bindCode("vtkDataTransferHelper_GetCPUExtentIsValid", "D_vtkDataTransferHelper_GetCPUExtentIsValid")); mixin(bindCode("vtkDataTransferHelper_GetGPUExtentIsValid", "D_vtkDataTransferHelper_GetGPUExtentIsValid")); mixin(bindCode("vtkDataTransferHelper_GetTextureExtentIsValid", "D_vtkDataTransferHelper_GetTextureExtentIsValid")); mixin(bindCode("vtkDataTransferHelper_SetMinTextureDimension", "D_vtkDataTransferHelper_SetMinTextureDimension")); mixin(bindCode("vtkDataTransferHelper_GetMinTextureDimension", "D_vtkDataTransferHelper_GetMinTextureDimension")); mixin(bindCode("vtkDataTransferHelper_GetArray", "D_vtkDataTransferHelper_GetArray")); mixin(bindCode("vtkDataTransferHelper_SetArray", "D_vtkDataTransferHelper_SetArray")); mixin(bindCode("vtkDataTransferHelper_GetTexture", "D_vtkDataTransferHelper_GetTexture")); mixin(bindCode("vtkDataTransferHelper_SetTexture", "D_vtkDataTransferHelper_SetTexture")); mixin(bindCode("vtkDataTransferHelper_Upload__SWIG_0", "D_vtkDataTransferHelper_Upload__SWIG_0")); mixin(bindCode("vtkDataTransferHelper_Upload__SWIG_1", "D_vtkDataTransferHelper_Upload__SWIG_1")); mixin(bindCode("vtkDataTransferHelper_Upload__SWIG_2", "D_vtkDataTransferHelper_Upload__SWIG_2")); mixin(bindCode("vtkDataTransferHelper_Download", "D_vtkDataTransferHelper_Download")); mixin(bindCode("vtkDataTransferHelper_DownloadAsync1", "D_vtkDataTransferHelper_DownloadAsync1")); mixin(bindCode("vtkDataTransferHelper_DownloadAsync2", "D_vtkDataTransferHelper_DownloadAsync2")); mixin(bindCode("vtkDataTransferHelper_GetShaderSupportsTextureInt", "D_vtkDataTransferHelper_GetShaderSupportsTextureInt")); mixin(bindCode("vtkDataTransferHelper_SetShaderSupportsTextureInt", "D_vtkDataTransferHelper_SetShaderSupportsTextureInt")); mixin(bindCode("vtkDataTransferHelper_IsSupported", "D_vtkDataTransferHelper_IsSupported")); mixin(bindCode("new_vtkDataTransferHelper", "D_new_vtkDataTransferHelper")); mixin(bindCode("delete_vtkDataTransferHelper", "D_delete_vtkDataTransferHelper")); mixin(bindCode("vtkDataTransferHelper_Upcast", "D_vtkDataTransferHelper_Upcast")); mixin(bindCode("VTK_TEXTURE_QUALITY_DEFAULT_get", "D_VTK_TEXTURE_QUALITY_DEFAULT_get")); mixin(bindCode("VTK_TEXTURE_QUALITY_16BIT_get", "D_VTK_TEXTURE_QUALITY_16BIT_get")); mixin(bindCode("VTK_TEXTURE_QUALITY_32BIT_get", "D_VTK_TEXTURE_QUALITY_32BIT_get")); mixin(bindCode("vtkTexture_New", "D_vtkTexture_New")); mixin(bindCode("vtkTexture_IsTypeOf", "D_vtkTexture_IsTypeOf")); mixin(bindCode("vtkTexture_SafeDownCast", "D_vtkTexture_SafeDownCast")); mixin(bindCode("vtkTexture_NewInstance", "D_vtkTexture_NewInstance")); mixin(bindCode("vtkTexture_Render", "D_vtkTexture_Render")); mixin(bindCode("vtkTexture_PostRender", "D_vtkTexture_PostRender")); mixin(bindCode("vtkTexture_ReleaseGraphicsResources", "D_vtkTexture_ReleaseGraphicsResources")); mixin(bindCode("vtkTexture_Load", "D_vtkTexture_Load")); mixin(bindCode("vtkTexture_GetRepeat", "D_vtkTexture_GetRepeat")); mixin(bindCode("vtkTexture_SetRepeat", "D_vtkTexture_SetRepeat")); mixin(bindCode("vtkTexture_RepeatOn", "D_vtkTexture_RepeatOn")); mixin(bindCode("vtkTexture_RepeatOff", "D_vtkTexture_RepeatOff")); mixin(bindCode("vtkTexture_GetEdgeClamp", "D_vtkTexture_GetEdgeClamp")); mixin(bindCode("vtkTexture_SetEdgeClamp", "D_vtkTexture_SetEdgeClamp")); mixin(bindCode("vtkTexture_EdgeClampOn", "D_vtkTexture_EdgeClampOn")); mixin(bindCode("vtkTexture_EdgeClampOff", "D_vtkTexture_EdgeClampOff")); mixin(bindCode("vtkTexture_GetInterpolate", "D_vtkTexture_GetInterpolate")); mixin(bindCode("vtkTexture_SetInterpolate", "D_vtkTexture_SetInterpolate")); mixin(bindCode("vtkTexture_InterpolateOn", "D_vtkTexture_InterpolateOn")); mixin(bindCode("vtkTexture_InterpolateOff", "D_vtkTexture_InterpolateOff")); mixin(bindCode("vtkTexture_SetQuality", "D_vtkTexture_SetQuality")); mixin(bindCode("vtkTexture_GetQuality", "D_vtkTexture_GetQuality")); mixin(bindCode("vtkTexture_SetQualityToDefault", "D_vtkTexture_SetQualityToDefault")); mixin(bindCode("vtkTexture_SetQualityTo16Bit", "D_vtkTexture_SetQualityTo16Bit")); mixin(bindCode("vtkTexture_SetQualityTo32Bit", "D_vtkTexture_SetQualityTo32Bit")); mixin(bindCode("vtkTexture_GetMapColorScalarsThroughLookupTable", "D_vtkTexture_GetMapColorScalarsThroughLookupTable")); mixin(bindCode("vtkTexture_SetMapColorScalarsThroughLookupTable", "D_vtkTexture_SetMapColorScalarsThroughLookupTable")); mixin(bindCode("vtkTexture_MapColorScalarsThroughLookupTableOn", "D_vtkTexture_MapColorScalarsThroughLookupTableOn")); mixin(bindCode("vtkTexture_MapColorScalarsThroughLookupTableOff", "D_vtkTexture_MapColorScalarsThroughLookupTableOff")); mixin(bindCode("vtkTexture_SetLookupTable", "D_vtkTexture_SetLookupTable")); mixin(bindCode("vtkTexture_GetLookupTable", "D_vtkTexture_GetLookupTable")); mixin(bindCode("vtkTexture_GetMappedScalars", "D_vtkTexture_GetMappedScalars")); mixin(bindCode("vtkTexture_MapScalarsToColors", "D_vtkTexture_MapScalarsToColors")); mixin(bindCode("vtkTexture_SetTransform", "D_vtkTexture_SetTransform")); mixin(bindCode("vtkTexture_GetTransform", "D_vtkTexture_GetTransform")); mixin(bindCode("vtkTexture_GetBlendingMode", "D_vtkTexture_GetBlendingMode")); mixin(bindCode("vtkTexture_SetBlendingMode", "D_vtkTexture_SetBlendingMode")); mixin(bindCode("vtkTexture_GetPremultipliedAlpha", "D_vtkTexture_GetPremultipliedAlpha")); mixin(bindCode("vtkTexture_SetPremultipliedAlpha", "D_vtkTexture_SetPremultipliedAlpha")); mixin(bindCode("vtkTexture_PremultipliedAlphaOn", "D_vtkTexture_PremultipliedAlphaOn")); mixin(bindCode("vtkTexture_PremultipliedAlphaOff", "D_vtkTexture_PremultipliedAlphaOff")); mixin(bindCode("vtkTexture_GetRestrictPowerOf2ImageSmaller", "D_vtkTexture_GetRestrictPowerOf2ImageSmaller")); mixin(bindCode("vtkTexture_SetRestrictPowerOf2ImageSmaller", "D_vtkTexture_SetRestrictPowerOf2ImageSmaller")); mixin(bindCode("vtkTexture_RestrictPowerOf2ImageSmallerOn", "D_vtkTexture_RestrictPowerOf2ImageSmallerOn")); mixin(bindCode("vtkTexture_RestrictPowerOf2ImageSmallerOff", "D_vtkTexture_RestrictPowerOf2ImageSmallerOff")); mixin(bindCode("vtkTexture_IsTranslucent", "D_vtkTexture_IsTranslucent")); mixin(bindCode("vtkTexture_Upcast", "D_vtkTexture_Upcast")); mixin(bindCode("vtkPolyDataMapper_New", "D_vtkPolyDataMapper_New")); mixin(bindCode("vtkPolyDataMapper_IsTypeOf", "D_vtkPolyDataMapper_IsTypeOf")); mixin(bindCode("vtkPolyDataMapper_SafeDownCast", "D_vtkPolyDataMapper_SafeDownCast")); mixin(bindCode("vtkPolyDataMapper_NewInstance", "D_vtkPolyDataMapper_NewInstance")); mixin(bindCode("vtkPolyDataMapper_RenderPiece", "D_vtkPolyDataMapper_RenderPiece")); mixin(bindCode("vtkPolyDataMapper_SetInputData", "D_vtkPolyDataMapper_SetInputData")); mixin(bindCode("vtkPolyDataMapper_GetInput", "D_vtkPolyDataMapper_GetInput")); mixin(bindCode("vtkPolyDataMapper_Update__SWIG_0", "D_vtkPolyDataMapper_Update__SWIG_0")); mixin(bindCode("vtkPolyDataMapper_Update__SWIG_1", "D_vtkPolyDataMapper_Update__SWIG_1")); mixin(bindCode("vtkPolyDataMapper_SetPiece", "D_vtkPolyDataMapper_SetPiece")); mixin(bindCode("vtkPolyDataMapper_GetPiece", "D_vtkPolyDataMapper_GetPiece")); mixin(bindCode("vtkPolyDataMapper_SetNumberOfPieces", "D_vtkPolyDataMapper_SetNumberOfPieces")); mixin(bindCode("vtkPolyDataMapper_GetNumberOfPieces", "D_vtkPolyDataMapper_GetNumberOfPieces")); mixin(bindCode("vtkPolyDataMapper_SetNumberOfSubPieces", "D_vtkPolyDataMapper_SetNumberOfSubPieces")); mixin(bindCode("vtkPolyDataMapper_GetNumberOfSubPieces", "D_vtkPolyDataMapper_GetNumberOfSubPieces")); mixin(bindCode("vtkPolyDataMapper_SetGhostLevel", "D_vtkPolyDataMapper_SetGhostLevel")); mixin(bindCode("vtkPolyDataMapper_GetGhostLevel", "D_vtkPolyDataMapper_GetGhostLevel")); mixin(bindCode("vtkPolyDataMapper_GetBounds__SWIG_0", "D_vtkPolyDataMapper_GetBounds__SWIG_0")); mixin(bindCode("vtkPolyDataMapper_GetBounds__SWIG_1", "D_vtkPolyDataMapper_GetBounds__SWIG_1")); mixin(bindCode("vtkPolyDataMapper_ShallowCopy", "D_vtkPolyDataMapper_ShallowCopy")); mixin(bindCode("vtkPolyDataMapper_MapDataArrayToVertexAttribute__SWIG_0", "D_vtkPolyDataMapper_MapDataArrayToVertexAttribute__SWIG_0")); mixin(bindCode("vtkPolyDataMapper_MapDataArrayToVertexAttribute__SWIG_1", "D_vtkPolyDataMapper_MapDataArrayToVertexAttribute__SWIG_1")); mixin(bindCode("vtkPolyDataMapper_MapDataArrayToMultiTextureAttribute__SWIG_0", "D_vtkPolyDataMapper_MapDataArrayToMultiTextureAttribute__SWIG_0")); mixin(bindCode("vtkPolyDataMapper_MapDataArrayToMultiTextureAttribute__SWIG_1", "D_vtkPolyDataMapper_MapDataArrayToMultiTextureAttribute__SWIG_1")); mixin(bindCode("vtkPolyDataMapper_RemoveVertexAttributeMapping", "D_vtkPolyDataMapper_RemoveVertexAttributeMapping")); mixin(bindCode("vtkPolyDataMapper_RemoveAllVertexAttributeMappings", "D_vtkPolyDataMapper_RemoveAllVertexAttributeMappings")); mixin(bindCode("vtkPolyDataMapper_Upcast", "D_vtkPolyDataMapper_Upcast")); mixin(bindCode("vtkOpenGLPolyDataMapper_New", "D_vtkOpenGLPolyDataMapper_New")); mixin(bindCode("vtkOpenGLPolyDataMapper_IsTypeOf", "D_vtkOpenGLPolyDataMapper_IsTypeOf")); mixin(bindCode("vtkOpenGLPolyDataMapper_SafeDownCast", "D_vtkOpenGLPolyDataMapper_SafeDownCast")); mixin(bindCode("vtkOpenGLPolyDataMapper_NewInstance", "D_vtkOpenGLPolyDataMapper_NewInstance")); mixin(bindCode("vtkOpenGLPolyDataMapper_Draw", "D_vtkOpenGLPolyDataMapper_Draw")); mixin(bindCode("vtkOpenGLPolyDataMapper_Upcast", "D_vtkOpenGLPolyDataMapper_Upcast")); mixin(bindCode("vtkConvexPointSet_New", "D_vtkConvexPointSet_New")); mixin(bindCode("vtkConvexPointSet_IsTypeOf", "D_vtkConvexPointSet_IsTypeOf")); mixin(bindCode("vtkConvexPointSet_SafeDownCast", "D_vtkConvexPointSet_SafeDownCast")); mixin(bindCode("vtkConvexPointSet_NewInstance", "D_vtkConvexPointSet_NewInstance")); mixin(bindCode("vtkConvexPointSet_HasFixedTopology", "D_vtkConvexPointSet_HasFixedTopology")); mixin(bindCode("vtkConvexPointSet_InterpolateFunctions", "D_vtkConvexPointSet_InterpolateFunctions")); mixin(bindCode("vtkConvexPointSet_InterpolateDerivs", "D_vtkConvexPointSet_InterpolateDerivs")); mixin(bindCode("vtkConvexPointSet_Upcast", "D_vtkConvexPointSet_Upcast")); mixin(bindCode("vtkMCubesReader_IsTypeOf", "D_vtkMCubesReader_IsTypeOf")); mixin(bindCode("vtkMCubesReader_SafeDownCast", "D_vtkMCubesReader_SafeDownCast")); mixin(bindCode("vtkMCubesReader_NewInstance", "D_vtkMCubesReader_NewInstance")); mixin(bindCode("vtkMCubesReader_New", "D_vtkMCubesReader_New")); mixin(bindCode("vtkMCubesReader_SetFileName", "D_vtkMCubesReader_SetFileName")); mixin(bindCode("vtkMCubesReader_GetFileName", "D_vtkMCubesReader_GetFileName")); mixin(bindCode("vtkMCubesReader_SetLimitsFileName", "D_vtkMCubesReader_SetLimitsFileName")); mixin(bindCode("vtkMCubesReader_GetLimitsFileName", "D_vtkMCubesReader_GetLimitsFileName")); mixin(bindCode("vtkMCubesReader_SetHeaderSize", "D_vtkMCubesReader_SetHeaderSize")); mixin(bindCode("vtkMCubesReader_GetHeaderSizeMinValue", "D_vtkMCubesReader_GetHeaderSizeMinValue")); mixin(bindCode("vtkMCubesReader_GetHeaderSizeMaxValue", "D_vtkMCubesReader_GetHeaderSizeMaxValue")); mixin(bindCode("vtkMCubesReader_GetHeaderSize", "D_vtkMCubesReader_GetHeaderSize")); mixin(bindCode("vtkMCubesReader_SetFlipNormals", "D_vtkMCubesReader_SetFlipNormals")); mixin(bindCode("vtkMCubesReader_GetFlipNormals", "D_vtkMCubesReader_GetFlipNormals")); mixin(bindCode("vtkMCubesReader_FlipNormalsOn", "D_vtkMCubesReader_FlipNormalsOn")); mixin(bindCode("vtkMCubesReader_FlipNormalsOff", "D_vtkMCubesReader_FlipNormalsOff")); mixin(bindCode("vtkMCubesReader_SetNormals", "D_vtkMCubesReader_SetNormals")); mixin(bindCode("vtkMCubesReader_GetNormals", "D_vtkMCubesReader_GetNormals")); mixin(bindCode("vtkMCubesReader_NormalsOn", "D_vtkMCubesReader_NormalsOn")); mixin(bindCode("vtkMCubesReader_NormalsOff", "D_vtkMCubesReader_NormalsOff")); mixin(bindCode("vtkMCubesReader_SetDataByteOrderToBigEndian", "D_vtkMCubesReader_SetDataByteOrderToBigEndian")); mixin(bindCode("vtkMCubesReader_SetDataByteOrderToLittleEndian", "D_vtkMCubesReader_SetDataByteOrderToLittleEndian")); mixin(bindCode("vtkMCubesReader_GetDataByteOrder", "D_vtkMCubesReader_GetDataByteOrder")); mixin(bindCode("vtkMCubesReader_SetDataByteOrder", "D_vtkMCubesReader_SetDataByteOrder")); mixin(bindCode("vtkMCubesReader_GetDataByteOrderAsString", "D_vtkMCubesReader_GetDataByteOrderAsString")); mixin(bindCode("vtkMCubesReader_SetSwapBytes", "D_vtkMCubesReader_SetSwapBytes")); mixin(bindCode("vtkMCubesReader_GetSwapBytes", "D_vtkMCubesReader_GetSwapBytes")); mixin(bindCode("vtkMCubesReader_SwapBytesOn", "D_vtkMCubesReader_SwapBytesOn")); mixin(bindCode("vtkMCubesReader_SwapBytesOff", "D_vtkMCubesReader_SwapBytesOff")); mixin(bindCode("vtkMCubesReader_SetLocator", "D_vtkMCubesReader_SetLocator")); mixin(bindCode("vtkMCubesReader_GetLocator", "D_vtkMCubesReader_GetLocator")); mixin(bindCode("vtkMCubesReader_CreateDefaultLocator", "D_vtkMCubesReader_CreateDefaultLocator")); mixin(bindCode("vtkMCubesReader_Upcast", "D_vtkMCubesReader_Upcast")); mixin(bindCode("vtkNewickTreeReader_New", "D_vtkNewickTreeReader_New")); mixin(bindCode("vtkNewickTreeReader_IsTypeOf", "D_vtkNewickTreeReader_IsTypeOf")); mixin(bindCode("vtkNewickTreeReader_SafeDownCast", "D_vtkNewickTreeReader_SafeDownCast")); mixin(bindCode("vtkNewickTreeReader_NewInstance", "D_vtkNewickTreeReader_NewInstance")); mixin(bindCode("vtkNewickTreeReader_GetOutput__SWIG_0", "D_vtkNewickTreeReader_GetOutput__SWIG_0")); mixin(bindCode("vtkNewickTreeReader_GetOutput__SWIG_1", "D_vtkNewickTreeReader_GetOutput__SWIG_1")); mixin(bindCode("vtkNewickTreeReader_SetOutput", "D_vtkNewickTreeReader_SetOutput")); mixin(bindCode("vtkNewickTreeReader_ReadNewickTree", "D_vtkNewickTreeReader_ReadNewickTree")); mixin(bindCode("vtkNewickTreeReader_Upcast", "D_vtkNewickTreeReader_Upcast")); mixin(bindCode("vtkMINCImageReader_IsTypeOf", "D_vtkMINCImageReader_IsTypeOf")); mixin(bindCode("vtkMINCImageReader_SafeDownCast", "D_vtkMINCImageReader_SafeDownCast")); mixin(bindCode("vtkMINCImageReader_NewInstance", "D_vtkMINCImageReader_NewInstance")); mixin(bindCode("vtkMINCImageReader_New", "D_vtkMINCImageReader_New")); mixin(bindCode("vtkMINCImageReader_GetDirectionCosines", "D_vtkMINCImageReader_GetDirectionCosines")); mixin(bindCode("vtkMINCImageReader_GetRescaleSlope", "D_vtkMINCImageReader_GetRescaleSlope")); mixin(bindCode("vtkMINCImageReader_GetRescaleIntercept", "D_vtkMINCImageReader_GetRescaleIntercept")); mixin(bindCode("vtkMINCImageReader_SetRescaleRealValues", "D_vtkMINCImageReader_SetRescaleRealValues")); mixin(bindCode("vtkMINCImageReader_RescaleRealValuesOn", "D_vtkMINCImageReader_RescaleRealValuesOn")); mixin(bindCode("vtkMINCImageReader_RescaleRealValuesOff", "D_vtkMINCImageReader_RescaleRealValuesOff")); mixin(bindCode("vtkMINCImageReader_GetRescaleRealValues", "D_vtkMINCImageReader_GetRescaleRealValues")); mixin(bindCode("vtkMINCImageReader_GetDataRange__SWIG_0", "D_vtkMINCImageReader_GetDataRange__SWIG_0")); mixin(bindCode("vtkMINCImageReader_GetDataRange__SWIG_1", "D_vtkMINCImageReader_GetDataRange__SWIG_1")); mixin(bindCode("vtkMINCImageReader_GetNumberOfTimeSteps", "D_vtkMINCImageReader_GetNumberOfTimeSteps")); mixin(bindCode("vtkMINCImageReader_SetTimeStep", "D_vtkMINCImageReader_SetTimeStep")); mixin(bindCode("vtkMINCImageReader_GetTimeStep", "D_vtkMINCImageReader_GetTimeStep")); mixin(bindCode("vtkMINCImageReader_GetImageAttributes", "D_vtkMINCImageReader_GetImageAttributes")); mixin(bindCode("vtkMINCImageReader_Upcast", "D_vtkMINCImageReader_Upcast")); mixin(bindCode("vtkWorldPointPicker_New", "D_vtkWorldPointPicker_New")); mixin(bindCode("vtkWorldPointPicker_IsTypeOf", "D_vtkWorldPointPicker_IsTypeOf")); mixin(bindCode("vtkWorldPointPicker_SafeDownCast", "D_vtkWorldPointPicker_SafeDownCast")); mixin(bindCode("vtkWorldPointPicker_NewInstance", "D_vtkWorldPointPicker_NewInstance")); mixin(bindCode("vtkWorldPointPicker_Pick__SWIG_0", "D_vtkWorldPointPicker_Pick__SWIG_0")); mixin(bindCode("vtkWorldPointPicker_Pick__SWIG_1", "D_vtkWorldPointPicker_Pick__SWIG_1")); mixin(bindCode("vtkWorldPointPicker_Upcast", "D_vtkWorldPointPicker_Upcast")); mixin(bindCode("vtkInEdgeIterator_New", "D_vtkInEdgeIterator_New")); mixin(bindCode("vtkInEdgeIterator_IsTypeOf", "D_vtkInEdgeIterator_IsTypeOf")); mixin(bindCode("vtkInEdgeIterator_SafeDownCast", "D_vtkInEdgeIterator_SafeDownCast")); mixin(bindCode("vtkInEdgeIterator_NewInstance", "D_vtkInEdgeIterator_NewInstance")); mixin(bindCode("vtkInEdgeIterator_Initialize", "D_vtkInEdgeIterator_Initialize")); mixin(bindCode("vtkInEdgeIterator_GetGraph", "D_vtkInEdgeIterator_GetGraph")); mixin(bindCode("vtkInEdgeIterator_GetVertex", "D_vtkInEdgeIterator_GetVertex")); mixin(bindCode("vtkInEdgeIterator_NextGraphEdge", "D_vtkInEdgeIterator_NextGraphEdge")); mixin(bindCode("vtkInEdgeIterator_HasNext", "D_vtkInEdgeIterator_HasNext")); mixin(bindCode("vtkInEdgeIterator_Upcast", "D_vtkInEdgeIterator_Upcast")); mixin(bindCode("vtkDataObjectGenerator_New", "D_vtkDataObjectGenerator_New")); mixin(bindCode("vtkDataObjectGenerator_IsTypeOf", "D_vtkDataObjectGenerator_IsTypeOf")); mixin(bindCode("vtkDataObjectGenerator_SafeDownCast", "D_vtkDataObjectGenerator_SafeDownCast")); mixin(bindCode("vtkDataObjectGenerator_NewInstance", "D_vtkDataObjectGenerator_NewInstance")); mixin(bindCode("vtkDataObjectGenerator_SetProgram", "D_vtkDataObjectGenerator_SetProgram")); mixin(bindCode("vtkDataObjectGenerator_GetProgram", "D_vtkDataObjectGenerator_GetProgram")); mixin(bindCode("vtkDataObjectGenerator_Upcast", "D_vtkDataObjectGenerator_Upcast")); mixin(bindCode("vtkInformationVariantKey_IsTypeOf", "D_vtkInformationVariantKey_IsTypeOf")); mixin(bindCode("vtkInformationVariantKey_SafeDownCast", "D_vtkInformationVariantKey_SafeDownCast")); mixin(bindCode("vtkInformationVariantKey_NewInstance", "D_vtkInformationVariantKey_NewInstance")); mixin(bindCode("new_vtkInformationVariantKey", "D_new_vtkInformationVariantKey")); mixin(bindCode("delete_vtkInformationVariantKey", "D_delete_vtkInformationVariantKey")); mixin(bindCode("vtkInformationVariantKey_Set", "D_vtkInformationVariantKey_Set")); mixin(bindCode("vtkInformationVariantKey_Get", "D_vtkInformationVariantKey_Get")); mixin(bindCode("vtkInformationVariantKey_Upcast", "D_vtkInformationVariantKey_Upcast")); mixin(bindCode("vtkCompositeDataWriter_New", "D_vtkCompositeDataWriter_New")); mixin(bindCode("vtkCompositeDataWriter_IsTypeOf", "D_vtkCompositeDataWriter_IsTypeOf")); mixin(bindCode("vtkCompositeDataWriter_SafeDownCast", "D_vtkCompositeDataWriter_SafeDownCast")); mixin(bindCode("vtkCompositeDataWriter_NewInstance", "D_vtkCompositeDataWriter_NewInstance")); mixin(bindCode("vtkCompositeDataWriter_GetInput__SWIG_0", "D_vtkCompositeDataWriter_GetInput__SWIG_0")); mixin(bindCode("vtkCompositeDataWriter_GetInput__SWIG_1", "D_vtkCompositeDataWriter_GetInput__SWIG_1")); mixin(bindCode("new_vtkCompositeDataWriter", "D_new_vtkCompositeDataWriter")); mixin(bindCode("delete_vtkCompositeDataWriter", "D_delete_vtkCompositeDataWriter")); mixin(bindCode("vtkCompositeDataWriter_Upcast", "D_vtkCompositeDataWriter_Upcast")); mixin(bindCode("vtkLSDynaSummaryParser_IsTypeOf", "D_vtkLSDynaSummaryParser_IsTypeOf")); mixin(bindCode("vtkLSDynaSummaryParser_SafeDownCast", "D_vtkLSDynaSummaryParser_SafeDownCast")); mixin(bindCode("vtkLSDynaSummaryParser_NewInstance", "D_vtkLSDynaSummaryParser_NewInstance")); mixin(bindCode("vtkLSDynaSummaryParser_New", "D_vtkLSDynaSummaryParser_New")); mixin(bindCode("vtkLSDynaSummaryParser_MetaData_set", "D_vtkLSDynaSummaryParser_MetaData_set")); mixin(bindCode("vtkLSDynaSummaryParser_MetaData_get", "D_vtkLSDynaSummaryParser_MetaData_get")); mixin(bindCode("vtkLSDynaSummaryParser_Upcast", "D_vtkLSDynaSummaryParser_Upcast")); mixin(bindCode("vtkRectilinearGridReader_New", "D_vtkRectilinearGridReader_New")); mixin(bindCode("vtkRectilinearGridReader_IsTypeOf", "D_vtkRectilinearGridReader_IsTypeOf")); mixin(bindCode("vtkRectilinearGridReader_SafeDownCast", "D_vtkRectilinearGridReader_SafeDownCast")); mixin(bindCode("vtkRectilinearGridReader_NewInstance", "D_vtkRectilinearGridReader_NewInstance")); mixin(bindCode("vtkRectilinearGridReader_GetOutput__SWIG_0", "D_vtkRectilinearGridReader_GetOutput__SWIG_0")); mixin(bindCode("vtkRectilinearGridReader_GetOutput__SWIG_1", "D_vtkRectilinearGridReader_GetOutput__SWIG_1")); mixin(bindCode("vtkRectilinearGridReader_SetOutput", "D_vtkRectilinearGridReader_SetOutput")); mixin(bindCode("vtkRectilinearGridReader_Upcast", "D_vtkRectilinearGridReader_Upcast")); mixin(bindCode("vtkImageClip_New", "D_vtkImageClip_New")); mixin(bindCode("vtkImageClip_IsTypeOf", "D_vtkImageClip_IsTypeOf")); mixin(bindCode("vtkImageClip_SafeDownCast", "D_vtkImageClip_SafeDownCast")); mixin(bindCode("vtkImageClip_NewInstance", "D_vtkImageClip_NewInstance")); mixin(bindCode("vtkImageClip_SetOutputWholeExtent__SWIG_0", "D_vtkImageClip_SetOutputWholeExtent__SWIG_0")); mixin(bindCode("vtkImageClip_SetOutputWholeExtent__SWIG_1", "D_vtkImageClip_SetOutputWholeExtent__SWIG_1")); mixin(bindCode("vtkImageClip_SetOutputWholeExtent__SWIG_2", "D_vtkImageClip_SetOutputWholeExtent__SWIG_2")); mixin(bindCode("vtkImageClip_GetOutputWholeExtent__SWIG_0", "D_vtkImageClip_GetOutputWholeExtent__SWIG_0")); mixin(bindCode("vtkImageClip_GetOutputWholeExtent__SWIG_1", "D_vtkImageClip_GetOutputWholeExtent__SWIG_1")); mixin(bindCode("vtkImageClip_ResetOutputWholeExtent", "D_vtkImageClip_ResetOutputWholeExtent")); mixin(bindCode("vtkImageClip_SetClipData", "D_vtkImageClip_SetClipData")); mixin(bindCode("vtkImageClip_GetClipData", "D_vtkImageClip_GetClipData")); mixin(bindCode("vtkImageClip_ClipDataOn", "D_vtkImageClip_ClipDataOn")); mixin(bindCode("vtkImageClip_ClipDataOff", "D_vtkImageClip_ClipDataOff")); mixin(bindCode("vtkImageClip_SetOutputWholeExtent__SWIG_3", "D_vtkImageClip_SetOutputWholeExtent__SWIG_3")); mixin(bindCode("vtkImageClip_Upcast", "D_vtkImageClip_Upcast")); mixin(bindCode("new_vtkRenderState", "D_new_vtkRenderState")); mixin(bindCode("delete_vtkRenderState", "D_delete_vtkRenderState")); mixin(bindCode("vtkRenderState_IsValid", "D_vtkRenderState_IsValid")); mixin(bindCode("vtkRenderState_GetRenderer", "D_vtkRenderState_GetRenderer")); mixin(bindCode("vtkRenderState_GetFrameBuffer", "D_vtkRenderState_GetFrameBuffer")); mixin(bindCode("vtkRenderState_SetFrameBuffer", "D_vtkRenderState_SetFrameBuffer")); mixin(bindCode("vtkRenderState_GetWindowSize", "D_vtkRenderState_GetWindowSize")); mixin(bindCode("vtkRenderState_GetPropArray", "D_vtkRenderState_GetPropArray")); mixin(bindCode("vtkRenderState_GetPropArrayCount", "D_vtkRenderState_GetPropArrayCount")); mixin(bindCode("vtkRenderState_SetPropArrayAndCount", "D_vtkRenderState_SetPropArrayAndCount")); mixin(bindCode("vtkRenderState_GetRequiredKeys", "D_vtkRenderState_GetRequiredKeys")); mixin(bindCode("vtkRenderState_SetRequiredKeys", "D_vtkRenderState_SetRequiredKeys")); mixin(bindCode("vtkLinearSubdivisionFilter_New", "D_vtkLinearSubdivisionFilter_New")); mixin(bindCode("vtkLinearSubdivisionFilter_IsTypeOf", "D_vtkLinearSubdivisionFilter_IsTypeOf")); mixin(bindCode("vtkLinearSubdivisionFilter_SafeDownCast", "D_vtkLinearSubdivisionFilter_SafeDownCast")); mixin(bindCode("vtkLinearSubdivisionFilter_NewInstance", "D_vtkLinearSubdivisionFilter_NewInstance")); mixin(bindCode("vtkLinearSubdivisionFilter_Upcast", "D_vtkLinearSubdivisionFilter_Upcast")); mixin(bindCode("vtkMemoryLimitImageDataStreamer_New", "D_vtkMemoryLimitImageDataStreamer_New")); mixin(bindCode("vtkMemoryLimitImageDataStreamer_IsTypeOf", "D_vtkMemoryLimitImageDataStreamer_IsTypeOf")); mixin(bindCode("vtkMemoryLimitImageDataStreamer_SafeDownCast", "D_vtkMemoryLimitImageDataStreamer_SafeDownCast")); mixin(bindCode("vtkMemoryLimitImageDataStreamer_NewInstance", "D_vtkMemoryLimitImageDataStreamer_NewInstance")); mixin(bindCode("vtkMemoryLimitImageDataStreamer_SetMemoryLimit", "D_vtkMemoryLimitImageDataStreamer_SetMemoryLimit")); mixin(bindCode("vtkMemoryLimitImageDataStreamer_GetMemoryLimit", "D_vtkMemoryLimitImageDataStreamer_GetMemoryLimit")); mixin(bindCode("vtkMemoryLimitImageDataStreamer_Upcast", "D_vtkMemoryLimitImageDataStreamer_Upcast")); mixin(bindCode("vtkGraphLayoutFilter_New", "D_vtkGraphLayoutFilter_New")); mixin(bindCode("vtkGraphLayoutFilter_IsTypeOf", "D_vtkGraphLayoutFilter_IsTypeOf")); mixin(bindCode("vtkGraphLayoutFilter_SafeDownCast", "D_vtkGraphLayoutFilter_SafeDownCast")); mixin(bindCode("vtkGraphLayoutFilter_NewInstance", "D_vtkGraphLayoutFilter_NewInstance")); mixin(bindCode("vtkGraphLayoutFilter_SetGraphBounds__SWIG_0", "D_vtkGraphLayoutFilter_SetGraphBounds__SWIG_0")); mixin(bindCode("vtkGraphLayoutFilter_SetGraphBounds__SWIG_1", "D_vtkGraphLayoutFilter_SetGraphBounds__SWIG_1")); mixin(bindCode("vtkGraphLayoutFilter_GetGraphBounds__SWIG_0", "D_vtkGraphLayoutFilter_GetGraphBounds__SWIG_0")); mixin(bindCode("vtkGraphLayoutFilter_GetGraphBounds__SWIG_1", "D_vtkGraphLayoutFilter_GetGraphBounds__SWIG_1")); mixin(bindCode("vtkGraphLayoutFilter_SetAutomaticBoundsComputation", "D_vtkGraphLayoutFilter_SetAutomaticBoundsComputation")); mixin(bindCode("vtkGraphLayoutFilter_GetAutomaticBoundsComputation", "D_vtkGraphLayoutFilter_GetAutomaticBoundsComputation")); mixin(bindCode("vtkGraphLayoutFilter_AutomaticBoundsComputationOn", "D_vtkGraphLayoutFilter_AutomaticBoundsComputationOn")); mixin(bindCode("vtkGraphLayoutFilter_AutomaticBoundsComputationOff", "D_vtkGraphLayoutFilter_AutomaticBoundsComputationOff")); mixin(bindCode("vtkGraphLayoutFilter_SetMaxNumberOfIterations", "D_vtkGraphLayoutFilter_SetMaxNumberOfIterations")); mixin(bindCode("vtkGraphLayoutFilter_GetMaxNumberOfIterationsMinValue", "D_vtkGraphLayoutFilter_GetMaxNumberOfIterationsMinValue")); mixin(bindCode("vtkGraphLayoutFilter_GetMaxNumberOfIterationsMaxValue", "D_vtkGraphLayoutFilter_GetMaxNumberOfIterationsMaxValue")); mixin(bindCode("vtkGraphLayoutFilter_GetMaxNumberOfIterations", "D_vtkGraphLayoutFilter_GetMaxNumberOfIterations")); mixin(bindCode("vtkGraphLayoutFilter_SetCoolDownRate", "D_vtkGraphLayoutFilter_SetCoolDownRate")); mixin(bindCode("vtkGraphLayoutFilter_GetCoolDownRateMinValue", "D_vtkGraphLayoutFilter_GetCoolDownRateMinValue")); mixin(bindCode("vtkGraphLayoutFilter_GetCoolDownRateMaxValue", "D_vtkGraphLayoutFilter_GetCoolDownRateMaxValue")); mixin(bindCode("vtkGraphLayoutFilter_GetCoolDownRate", "D_vtkGraphLayoutFilter_GetCoolDownRate")); mixin(bindCode("vtkGraphLayoutFilter_SetThreeDimensionalLayout", "D_vtkGraphLayoutFilter_SetThreeDimensionalLayout")); mixin(bindCode("vtkGraphLayoutFilter_GetThreeDimensionalLayout", "D_vtkGraphLayoutFilter_GetThreeDimensionalLayout")); mixin(bindCode("vtkGraphLayoutFilter_ThreeDimensionalLayoutOn", "D_vtkGraphLayoutFilter_ThreeDimensionalLayoutOn")); mixin(bindCode("vtkGraphLayoutFilter_ThreeDimensionalLayoutOff", "D_vtkGraphLayoutFilter_ThreeDimensionalLayoutOff")); mixin(bindCode("vtkGraphLayoutFilter_Upcast", "D_vtkGraphLayoutFilter_Upcast")); mixin(bindCode("vtkWidgetCallbackMapper_New", "D_vtkWidgetCallbackMapper_New")); mixin(bindCode("vtkWidgetCallbackMapper_IsTypeOf", "D_vtkWidgetCallbackMapper_IsTypeOf")); mixin(bindCode("vtkWidgetCallbackMapper_SafeDownCast", "D_vtkWidgetCallbackMapper_SafeDownCast")); mixin(bindCode("vtkWidgetCallbackMapper_NewInstance", "D_vtkWidgetCallbackMapper_NewInstance")); mixin(bindCode("vtkWidgetCallbackMapper_SetEventTranslator", "D_vtkWidgetCallbackMapper_SetEventTranslator")); mixin(bindCode("vtkWidgetCallbackMapper_GetEventTranslator", "D_vtkWidgetCallbackMapper_GetEventTranslator")); mixin(bindCode("vtkWidgetCallbackMapper_SetCallbackMethod__SWIG_0", "D_vtkWidgetCallbackMapper_SetCallbackMethod__SWIG_0")); mixin(bindCode("vtkWidgetCallbackMapper_SetCallbackMethod__SWIG_1", "D_vtkWidgetCallbackMapper_SetCallbackMethod__SWIG_1")); mixin(bindCode("vtkWidgetCallbackMapper_InvokeCallback", "D_vtkWidgetCallbackMapper_InvokeCallback")); mixin(bindCode("vtkWidgetCallbackMapper_Upcast", "D_vtkWidgetCallbackMapper_Upcast")); mixin(bindCode("vtkGeoProjectionSource_New", "D_vtkGeoProjectionSource_New")); mixin(bindCode("vtkGeoProjectionSource_IsTypeOf", "D_vtkGeoProjectionSource_IsTypeOf")); mixin(bindCode("vtkGeoProjectionSource_SafeDownCast", "D_vtkGeoProjectionSource_SafeDownCast")); mixin(bindCode("vtkGeoProjectionSource_NewInstance", "D_vtkGeoProjectionSource_NewInstance")); mixin(bindCode("new_vtkGeoProjectionSource", "D_new_vtkGeoProjectionSource")); mixin(bindCode("delete_vtkGeoProjectionSource", "D_delete_vtkGeoProjectionSource")); mixin(bindCode("vtkGeoProjectionSource_GetProjection", "D_vtkGeoProjectionSource_GetProjection")); mixin(bindCode("vtkGeoProjectionSource_SetProjection", "D_vtkGeoProjectionSource_SetProjection")); mixin(bindCode("vtkGeoProjectionSource_GetMinCellsPerNode", "D_vtkGeoProjectionSource_GetMinCellsPerNode")); mixin(bindCode("vtkGeoProjectionSource_SetMinCellsPerNode", "D_vtkGeoProjectionSource_SetMinCellsPerNode")); mixin(bindCode("vtkGeoProjectionSource_Upcast", "D_vtkGeoProjectionSource_Upcast")); mixin(bindCode("Plus__SWIG_1", "D_Plus__SWIG_1")); mixin(bindCode("Minus__SWIG_1", "D_Minus__SWIG_1")); mixin(bindCode("Multiply__SWIG_2", "D_Multiply__SWIG_2")); mixin(bindCode("Divide__SWIG_1", "D_Divide__SWIG_1")); mixin(bindCode("Plus__SWIG_2", "D_Plus__SWIG_2")); mixin(bindCode("Minus__SWIG_2", "D_Minus__SWIG_2")); mixin(bindCode("Multiply__SWIG_5", "D_Multiply__SWIG_5")); mixin(bindCode("Divide__SWIG_2", "D_Divide__SWIG_2")); mixin(bindCode("Plus__SWIG_3", "D_Plus__SWIG_3")); mixin(bindCode("Minus__SWIG_3", "D_Minus__SWIG_3")); mixin(bindCode("Multiply__SWIG_8", "D_Multiply__SWIG_8")); mixin(bindCode("Divide__SWIG_3", "D_Divide__SWIG_3")); mixin(bindCode("Plus__SWIG_4", "D_Plus__SWIG_4")); mixin(bindCode("Minus__SWIG_4", "D_Minus__SWIG_4")); mixin(bindCode("Multiply__SWIG_11", "D_Multiply__SWIG_11")); mixin(bindCode("Divide__SWIG_4", "D_Divide__SWIG_4")); mixin(bindCode("Plus__SWIG_5", "D_Plus__SWIG_5")); mixin(bindCode("Minus__SWIG_5", "D_Minus__SWIG_5")); mixin(bindCode("Multiply__SWIG_14", "D_Multiply__SWIG_14")); mixin(bindCode("Divide__SWIG_5", "D_Divide__SWIG_5")); mixin(bindCode("Plus__SWIG_6", "D_Plus__SWIG_6")); mixin(bindCode("Minus__SWIG_6", "D_Minus__SWIG_6")); mixin(bindCode("Multiply__SWIG_17", "D_Multiply__SWIG_17")); mixin(bindCode("Divide__SWIG_6", "D_Divide__SWIG_6")); mixin(bindCode("vtkOpenFOAMReader_New", "D_vtkOpenFOAMReader_New")); mixin(bindCode("vtkOpenFOAMReader_IsTypeOf", "D_vtkOpenFOAMReader_IsTypeOf")); mixin(bindCode("vtkOpenFOAMReader_SafeDownCast", "D_vtkOpenFOAMReader_SafeDownCast")); mixin(bindCode("vtkOpenFOAMReader_NewInstance", "D_vtkOpenFOAMReader_NewInstance")); mixin(bindCode("vtkOpenFOAMReader_CanReadFile", "D_vtkOpenFOAMReader_CanReadFile")); mixin(bindCode("vtkOpenFOAMReader_SetFileName", "D_vtkOpenFOAMReader_SetFileName")); mixin(bindCode("vtkOpenFOAMReader_GetFileName", "D_vtkOpenFOAMReader_GetFileName")); mixin(bindCode("vtkOpenFOAMReader_GetNumberOfCellArrays", "D_vtkOpenFOAMReader_GetNumberOfCellArrays")); mixin(bindCode("vtkOpenFOAMReader_GetCellArrayStatus", "D_vtkOpenFOAMReader_GetCellArrayStatus")); mixin(bindCode("vtkOpenFOAMReader_SetCellArrayStatus", "D_vtkOpenFOAMReader_SetCellArrayStatus")); mixin(bindCode("vtkOpenFOAMReader_GetCellArrayName", "D_vtkOpenFOAMReader_GetCellArrayName")); mixin(bindCode("vtkOpenFOAMReader_DisableAllCellArrays", "D_vtkOpenFOAMReader_DisableAllCellArrays")); mixin(bindCode("vtkOpenFOAMReader_EnableAllCellArrays", "D_vtkOpenFOAMReader_EnableAllCellArrays")); mixin(bindCode("vtkOpenFOAMReader_GetNumberOfPointArrays", "D_vtkOpenFOAMReader_GetNumberOfPointArrays")); mixin(bindCode("vtkOpenFOAMReader_GetPointArrayStatus", "D_vtkOpenFOAMReader_GetPointArrayStatus")); mixin(bindCode("vtkOpenFOAMReader_SetPointArrayStatus", "D_vtkOpenFOAMReader_SetPointArrayStatus")); mixin(bindCode("vtkOpenFOAMReader_GetPointArrayName", "D_vtkOpenFOAMReader_GetPointArrayName")); mixin(bindCode("vtkOpenFOAMReader_DisableAllPointArrays", "D_vtkOpenFOAMReader_DisableAllPointArrays")); mixin(bindCode("vtkOpenFOAMReader_EnableAllPointArrays", "D_vtkOpenFOAMReader_EnableAllPointArrays")); mixin(bindCode("vtkOpenFOAMReader_GetNumberOfLagrangianArrays", "D_vtkOpenFOAMReader_GetNumberOfLagrangianArrays")); mixin(bindCode("vtkOpenFOAMReader_GetLagrangianArrayStatus", "D_vtkOpenFOAMReader_GetLagrangianArrayStatus")); mixin(bindCode("vtkOpenFOAMReader_SetLagrangianArrayStatus", "D_vtkOpenFOAMReader_SetLagrangianArrayStatus")); mixin(bindCode("vtkOpenFOAMReader_GetLagrangianArrayName", "D_vtkOpenFOAMReader_GetLagrangianArrayName")); mixin(bindCode("vtkOpenFOAMReader_DisableAllLagrangianArrays", "D_vtkOpenFOAMReader_DisableAllLagrangianArrays")); mixin(bindCode("vtkOpenFOAMReader_EnableAllLagrangianArrays", "D_vtkOpenFOAMReader_EnableAllLagrangianArrays")); mixin(bindCode("vtkOpenFOAMReader_GetNumberOfPatchArrays", "D_vtkOpenFOAMReader_GetNumberOfPatchArrays")); mixin(bindCode("vtkOpenFOAMReader_GetPatchArrayStatus", "D_vtkOpenFOAMReader_GetPatchArrayStatus")); mixin(bindCode("vtkOpenFOAMReader_SetPatchArrayStatus", "D_vtkOpenFOAMReader_SetPatchArrayStatus")); mixin(bindCode("vtkOpenFOAMReader_GetPatchArrayName", "D_vtkOpenFOAMReader_GetPatchArrayName")); mixin(bindCode("vtkOpenFOAMReader_DisableAllPatchArrays", "D_vtkOpenFOAMReader_DisableAllPatchArrays")); mixin(bindCode("vtkOpenFOAMReader_EnableAllPatchArrays", "D_vtkOpenFOAMReader_EnableAllPatchArrays")); mixin(bindCode("vtkOpenFOAMReader_SetCreateCellToPoint", "D_vtkOpenFOAMReader_SetCreateCellToPoint")); mixin(bindCode("vtkOpenFOAMReader_GetCreateCellToPoint", "D_vtkOpenFOAMReader_GetCreateCellToPoint")); mixin(bindCode("vtkOpenFOAMReader_CreateCellToPointOn", "D_vtkOpenFOAMReader_CreateCellToPointOn")); mixin(bindCode("vtkOpenFOAMReader_CreateCellToPointOff", "D_vtkOpenFOAMReader_CreateCellToPointOff")); mixin(bindCode("vtkOpenFOAMReader_SetCacheMesh", "D_vtkOpenFOAMReader_SetCacheMesh")); mixin(bindCode("vtkOpenFOAMReader_GetCacheMesh", "D_vtkOpenFOAMReader_GetCacheMesh")); mixin(bindCode("vtkOpenFOAMReader_CacheMeshOn", "D_vtkOpenFOAMReader_CacheMeshOn")); mixin(bindCode("vtkOpenFOAMReader_CacheMeshOff", "D_vtkOpenFOAMReader_CacheMeshOff")); mixin(bindCode("vtkOpenFOAMReader_SetDecomposePolyhedra", "D_vtkOpenFOAMReader_SetDecomposePolyhedra")); mixin(bindCode("vtkOpenFOAMReader_GetDecomposePolyhedra", "D_vtkOpenFOAMReader_GetDecomposePolyhedra")); mixin(bindCode("vtkOpenFOAMReader_DecomposePolyhedraOn", "D_vtkOpenFOAMReader_DecomposePolyhedraOn")); mixin(bindCode("vtkOpenFOAMReader_DecomposePolyhedraOff", "D_vtkOpenFOAMReader_DecomposePolyhedraOff")); mixin(bindCode("vtkOpenFOAMReader_SetPositionsIsIn13Format", "D_vtkOpenFOAMReader_SetPositionsIsIn13Format")); mixin(bindCode("vtkOpenFOAMReader_GetPositionsIsIn13Format", "D_vtkOpenFOAMReader_GetPositionsIsIn13Format")); mixin(bindCode("vtkOpenFOAMReader_PositionsIsIn13FormatOn", "D_vtkOpenFOAMReader_PositionsIsIn13FormatOn")); mixin(bindCode("vtkOpenFOAMReader_PositionsIsIn13FormatOff", "D_vtkOpenFOAMReader_PositionsIsIn13FormatOff")); mixin(bindCode("vtkOpenFOAMReader_SetListTimeStepsByControlDict", "D_vtkOpenFOAMReader_SetListTimeStepsByControlDict")); mixin(bindCode("vtkOpenFOAMReader_GetListTimeStepsByControlDict", "D_vtkOpenFOAMReader_GetListTimeStepsByControlDict")); mixin(bindCode("vtkOpenFOAMReader_ListTimeStepsByControlDictOn", "D_vtkOpenFOAMReader_ListTimeStepsByControlDictOn")); mixin(bindCode("vtkOpenFOAMReader_ListTimeStepsByControlDictOff", "D_vtkOpenFOAMReader_ListTimeStepsByControlDictOff")); mixin(bindCode("vtkOpenFOAMReader_SetAddDimensionsToArrayNames", "D_vtkOpenFOAMReader_SetAddDimensionsToArrayNames")); mixin(bindCode("vtkOpenFOAMReader_GetAddDimensionsToArrayNames", "D_vtkOpenFOAMReader_GetAddDimensionsToArrayNames")); mixin(bindCode("vtkOpenFOAMReader_AddDimensionsToArrayNamesOn", "D_vtkOpenFOAMReader_AddDimensionsToArrayNamesOn")); mixin(bindCode("vtkOpenFOAMReader_AddDimensionsToArrayNamesOff", "D_vtkOpenFOAMReader_AddDimensionsToArrayNamesOff")); mixin(bindCode("vtkOpenFOAMReader_SetReadZones", "D_vtkOpenFOAMReader_SetReadZones")); mixin(bindCode("vtkOpenFOAMReader_GetReadZones", "D_vtkOpenFOAMReader_GetReadZones")); mixin(bindCode("vtkOpenFOAMReader_ReadZonesOn", "D_vtkOpenFOAMReader_ReadZonesOn")); mixin(bindCode("vtkOpenFOAMReader_ReadZonesOff", "D_vtkOpenFOAMReader_ReadZonesOff")); mixin(bindCode("vtkOpenFOAMReader_SetRefresh", "D_vtkOpenFOAMReader_SetRefresh")); mixin(bindCode("vtkOpenFOAMReader_SetParent", "D_vtkOpenFOAMReader_SetParent")); mixin(bindCode("vtkOpenFOAMReader_MakeInformationVector", "D_vtkOpenFOAMReader_MakeInformationVector")); mixin(bindCode("vtkOpenFOAMReader_SetTimeValue", "D_vtkOpenFOAMReader_SetTimeValue")); mixin(bindCode("vtkOpenFOAMReader_GetTimeValues", "D_vtkOpenFOAMReader_GetTimeValues")); mixin(bindCode("vtkOpenFOAMReader_MakeMetaDataAtTimeStep", "D_vtkOpenFOAMReader_MakeMetaDataAtTimeStep")); mixin(bindCode("vtkOpenFOAMReader_Upcast", "D_vtkOpenFOAMReader_Upcast")); mixin(bindCode("vtkPOpenFOAMReader_New", "D_vtkPOpenFOAMReader_New")); mixin(bindCode("vtkPOpenFOAMReader_IsTypeOf", "D_vtkPOpenFOAMReader_IsTypeOf")); mixin(bindCode("vtkPOpenFOAMReader_SafeDownCast", "D_vtkPOpenFOAMReader_SafeDownCast")); mixin(bindCode("vtkPOpenFOAMReader_NewInstance", "D_vtkPOpenFOAMReader_NewInstance")); mixin(bindCode("vtkPOpenFOAMReader_SetCaseType", "D_vtkPOpenFOAMReader_SetCaseType")); mixin(bindCode("vtkPOpenFOAMReader_GetCaseType", "D_vtkPOpenFOAMReader_GetCaseType")); mixin(bindCode("vtkPOpenFOAMReader_SetController", "D_vtkPOpenFOAMReader_SetController")); mixin(bindCode("vtkPOpenFOAMReader_GetController", "D_vtkPOpenFOAMReader_GetController")); mixin(bindCode("vtkPOpenFOAMReader_Upcast", "D_vtkPOpenFOAMReader_Upcast")); mixin(bindCode("vtkXMLPDataSetWriter_IsTypeOf", "D_vtkXMLPDataSetWriter_IsTypeOf")); mixin(bindCode("vtkXMLPDataSetWriter_SafeDownCast", "D_vtkXMLPDataSetWriter_SafeDownCast")); mixin(bindCode("vtkXMLPDataSetWriter_NewInstance", "D_vtkXMLPDataSetWriter_NewInstance")); mixin(bindCode("vtkXMLPDataSetWriter_New", "D_vtkXMLPDataSetWriter_New")); mixin(bindCode("vtkXMLPDataSetWriter_Upcast", "D_vtkXMLPDataSetWriter_Upcast")); mixin(bindCode("vtkInteractorStyleRubberBand2D_New", "D_vtkInteractorStyleRubberBand2D_New")); mixin(bindCode("vtkInteractorStyleRubberBand2D_IsTypeOf", "D_vtkInteractorStyleRubberBand2D_IsTypeOf")); mixin(bindCode("vtkInteractorStyleRubberBand2D_SafeDownCast", "D_vtkInteractorStyleRubberBand2D_SafeDownCast")); mixin(bindCode("vtkInteractorStyleRubberBand2D_NewInstance", "D_vtkInteractorStyleRubberBand2D_NewInstance")); mixin(bindCode("vtkInteractorStyleRubberBand2D_SetRenderOnMouseMove", "D_vtkInteractorStyleRubberBand2D_SetRenderOnMouseMove")); mixin(bindCode("vtkInteractorStyleRubberBand2D_GetRenderOnMouseMove", "D_vtkInteractorStyleRubberBand2D_GetRenderOnMouseMove")); mixin(bindCode("vtkInteractorStyleRubberBand2D_RenderOnMouseMoveOn", "D_vtkInteractorStyleRubberBand2D_RenderOnMouseMoveOn")); mixin(bindCode("vtkInteractorStyleRubberBand2D_RenderOnMouseMoveOff", "D_vtkInteractorStyleRubberBand2D_RenderOnMouseMoveOff")); mixin(bindCode("vtkInteractorStyleRubberBand2D_GetInteraction", "D_vtkInteractorStyleRubberBand2D_GetInteraction")); mixin(bindCode("vtkInteractorStyleRubberBand2D_GetStartPosition__SWIG_0", "D_vtkInteractorStyleRubberBand2D_GetStartPosition__SWIG_0")); mixin(bindCode("vtkInteractorStyleRubberBand2D_GetStartPosition__SWIG_1", "D_vtkInteractorStyleRubberBand2D_GetStartPosition__SWIG_1")); mixin(bindCode("vtkInteractorStyleRubberBand2D_GetStartPosition__SWIG_2", "D_vtkInteractorStyleRubberBand2D_GetStartPosition__SWIG_2")); mixin(bindCode("vtkInteractorStyleRubberBand2D_GetEndPosition__SWIG_0", "D_vtkInteractorStyleRubberBand2D_GetEndPosition__SWIG_0")); mixin(bindCode("vtkInteractorStyleRubberBand2D_GetEndPosition__SWIG_1", "D_vtkInteractorStyleRubberBand2D_GetEndPosition__SWIG_1")); mixin(bindCode("vtkInteractorStyleRubberBand2D_GetEndPosition__SWIG_2", "D_vtkInteractorStyleRubberBand2D_GetEndPosition__SWIG_2")); mixin(bindCode("vtkInteractorStyleRubberBand2D_Upcast", "D_vtkInteractorStyleRubberBand2D_Upcast")); mixin(bindCode("new_vtkGarbageCollectorManager", "D_new_vtkGarbageCollectorManager")); mixin(bindCode("delete_vtkGarbageCollectorManager", "D_delete_vtkGarbageCollectorManager")); mixin(bindCode("vtkGarbageCollectorManagerInstance_set", "D_vtkGarbageCollectorManagerInstance_set")); mixin(bindCode("vtkGarbageCollectorManagerInstance_get", "D_vtkGarbageCollectorManagerInstance_get")); mixin(bindCode("vtkGarbageCollectorReportInternal", "D_vtkGarbageCollectorReportInternal")); mixin(bindCode("vtkGarbageCollector_IsTypeOf", "D_vtkGarbageCollector_IsTypeOf")); mixin(bindCode("vtkGarbageCollector_SafeDownCast", "D_vtkGarbageCollector_SafeDownCast")); mixin(bindCode("vtkGarbageCollector_NewInstance", "D_vtkGarbageCollector_NewInstance")); mixin(bindCode("vtkGarbageCollector_New", "D_vtkGarbageCollector_New")); mixin(bindCode("vtkGarbageCollector_Collect__SWIG_0", "D_vtkGarbageCollector_Collect__SWIG_0")); mixin(bindCode("vtkGarbageCollector_Collect__SWIG_1", "D_vtkGarbageCollector_Collect__SWIG_1")); mixin(bindCode("vtkGarbageCollector_DeferredCollectionPush", "D_vtkGarbageCollector_DeferredCollectionPush")); mixin(bindCode("vtkGarbageCollector_DeferredCollectionPop", "D_vtkGarbageCollector_DeferredCollectionPop")); mixin(bindCode("vtkGarbageCollector_SetGlobalDebugFlag", "D_vtkGarbageCollector_SetGlobalDebugFlag")); mixin(bindCode("vtkGarbageCollector_GetGlobalDebugFlag", "D_vtkGarbageCollector_GetGlobalDebugFlag")); mixin(bindCode("vtkGarbageCollector_Upcast", "D_vtkGarbageCollector_Upcast")); mixin(bindCode("vtkPolyDataNormals_IsTypeOf", "D_vtkPolyDataNormals_IsTypeOf")); mixin(bindCode("vtkPolyDataNormals_SafeDownCast", "D_vtkPolyDataNormals_SafeDownCast")); mixin(bindCode("vtkPolyDataNormals_NewInstance", "D_vtkPolyDataNormals_NewInstance")); mixin(bindCode("vtkPolyDataNormals_New", "D_vtkPolyDataNormals_New")); mixin(bindCode("vtkPolyDataNormals_SetFeatureAngle", "D_vtkPolyDataNormals_SetFeatureAngle")); mixin(bindCode("vtkPolyDataNormals_GetFeatureAngleMinValue", "D_vtkPolyDataNormals_GetFeatureAngleMinValue")); mixin(bindCode("vtkPolyDataNormals_GetFeatureAngleMaxValue", "D_vtkPolyDataNormals_GetFeatureAngleMaxValue")); mixin(bindCode("vtkPolyDataNormals_GetFeatureAngle", "D_vtkPolyDataNormals_GetFeatureAngle")); mixin(bindCode("vtkPolyDataNormals_SetSplitting", "D_vtkPolyDataNormals_SetSplitting")); mixin(bindCode("vtkPolyDataNormals_GetSplitting", "D_vtkPolyDataNormals_GetSplitting")); mixin(bindCode("vtkPolyDataNormals_SplittingOn", "D_vtkPolyDataNormals_SplittingOn")); mixin(bindCode("vtkPolyDataNormals_SplittingOff", "D_vtkPolyDataNormals_SplittingOff")); mixin(bindCode("vtkPolyDataNormals_SetConsistency", "D_vtkPolyDataNormals_SetConsistency")); mixin(bindCode("vtkPolyDataNormals_GetConsistency", "D_vtkPolyDataNormals_GetConsistency")); mixin(bindCode("vtkPolyDataNormals_ConsistencyOn", "D_vtkPolyDataNormals_ConsistencyOn")); mixin(bindCode("vtkPolyDataNormals_ConsistencyOff", "D_vtkPolyDataNormals_ConsistencyOff")); mixin(bindCode("vtkPolyDataNormals_SetAutoOrientNormals", "D_vtkPolyDataNormals_SetAutoOrientNormals")); mixin(bindCode("vtkPolyDataNormals_GetAutoOrientNormals", "D_vtkPolyDataNormals_GetAutoOrientNormals")); mixin(bindCode("vtkPolyDataNormals_AutoOrientNormalsOn", "D_vtkPolyDataNormals_AutoOrientNormalsOn")); mixin(bindCode("vtkPolyDataNormals_AutoOrientNormalsOff", "D_vtkPolyDataNormals_AutoOrientNormalsOff")); mixin(bindCode("vtkPolyDataNormals_SetComputePointNormals", "D_vtkPolyDataNormals_SetComputePointNormals")); mixin(bindCode("vtkPolyDataNormals_GetComputePointNormals", "D_vtkPolyDataNormals_GetComputePointNormals")); mixin(bindCode("vtkPolyDataNormals_ComputePointNormalsOn", "D_vtkPolyDataNormals_ComputePointNormalsOn")); mixin(bindCode("vtkPolyDataNormals_ComputePointNormalsOff", "D_vtkPolyDataNormals_ComputePointNormalsOff")); mixin(bindCode("vtkPolyDataNormals_SetComputeCellNormals", "D_vtkPolyDataNormals_SetComputeCellNormals")); mixin(bindCode("vtkPolyDataNormals_GetComputeCellNormals", "D_vtkPolyDataNormals_GetComputeCellNormals")); mixin(bindCode("vtkPolyDataNormals_ComputeCellNormalsOn", "D_vtkPolyDataNormals_ComputeCellNormalsOn")); mixin(bindCode("vtkPolyDataNormals_ComputeCellNormalsOff", "D_vtkPolyDataNormals_ComputeCellNormalsOff")); mixin(bindCode("vtkPolyDataNormals_SetFlipNormals", "D_vtkPolyDataNormals_SetFlipNormals")); mixin(bindCode("vtkPolyDataNormals_GetFlipNormals", "D_vtkPolyDataNormals_GetFlipNormals")); mixin(bindCode("vtkPolyDataNormals_FlipNormalsOn", "D_vtkPolyDataNormals_FlipNormalsOn")); mixin(bindCode("vtkPolyDataNormals_FlipNormalsOff", "D_vtkPolyDataNormals_FlipNormalsOff")); mixin(bindCode("vtkPolyDataNormals_SetNonManifoldTraversal", "D_vtkPolyDataNormals_SetNonManifoldTraversal")); mixin(bindCode("vtkPolyDataNormals_GetNonManifoldTraversal", "D_vtkPolyDataNormals_GetNonManifoldTraversal")); mixin(bindCode("vtkPolyDataNormals_NonManifoldTraversalOn", "D_vtkPolyDataNormals_NonManifoldTraversalOn")); mixin(bindCode("vtkPolyDataNormals_NonManifoldTraversalOff", "D_vtkPolyDataNormals_NonManifoldTraversalOff")); mixin(bindCode("vtkPolyDataNormals_SetOutputPointsPrecision", "D_vtkPolyDataNormals_SetOutputPointsPrecision")); mixin(bindCode("vtkPolyDataNormals_GetOutputPointsPrecisionMinValue", "D_vtkPolyDataNormals_GetOutputPointsPrecisionMinValue")); mixin(bindCode("vtkPolyDataNormals_GetOutputPointsPrecisionMaxValue", "D_vtkPolyDataNormals_GetOutputPointsPrecisionMaxValue")); mixin(bindCode("vtkPolyDataNormals_GetOutputPointsPrecision", "D_vtkPolyDataNormals_GetOutputPointsPrecision")); mixin(bindCode("vtkPolyDataNormals_Upcast", "D_vtkPolyDataNormals_Upcast")); mixin(bindCode("vtkPPolyDataNormals_IsTypeOf", "D_vtkPPolyDataNormals_IsTypeOf")); mixin(bindCode("vtkPPolyDataNormals_SafeDownCast", "D_vtkPPolyDataNormals_SafeDownCast")); mixin(bindCode("vtkPPolyDataNormals_NewInstance", "D_vtkPPolyDataNormals_NewInstance")); mixin(bindCode("vtkPPolyDataNormals_New", "D_vtkPPolyDataNormals_New")); mixin(bindCode("vtkPPolyDataNormals_SetPieceInvariant", "D_vtkPPolyDataNormals_SetPieceInvariant")); mixin(bindCode("vtkPPolyDataNormals_GetPieceInvariant", "D_vtkPPolyDataNormals_GetPieceInvariant")); mixin(bindCode("vtkPPolyDataNormals_PieceInvariantOn", "D_vtkPPolyDataNormals_PieceInvariantOn")); mixin(bindCode("vtkPPolyDataNormals_PieceInvariantOff", "D_vtkPPolyDataNormals_PieceInvariantOff")); mixin(bindCode("vtkPPolyDataNormals_Upcast", "D_vtkPPolyDataNormals_Upcast")); mixin(bindCode("vtkImplicitDataSet_IsTypeOf", "D_vtkImplicitDataSet_IsTypeOf")); mixin(bindCode("vtkImplicitDataSet_SafeDownCast", "D_vtkImplicitDataSet_SafeDownCast")); mixin(bindCode("vtkImplicitDataSet_NewInstance", "D_vtkImplicitDataSet_NewInstance")); mixin(bindCode("vtkImplicitDataSet_New", "D_vtkImplicitDataSet_New")); mixin(bindCode("vtkImplicitDataSet_EvaluateFunction__SWIG_0", "D_vtkImplicitDataSet_EvaluateFunction__SWIG_0")); mixin(bindCode("vtkImplicitDataSet_EvaluateFunction__SWIG_1", "D_vtkImplicitDataSet_EvaluateFunction__SWIG_1")); mixin(bindCode("vtkImplicitDataSet_SetDataSet", "D_vtkImplicitDataSet_SetDataSet")); mixin(bindCode("vtkImplicitDataSet_GetDataSet", "D_vtkImplicitDataSet_GetDataSet")); mixin(bindCode("vtkImplicitDataSet_SetOutValue", "D_vtkImplicitDataSet_SetOutValue")); mixin(bindCode("vtkImplicitDataSet_GetOutValue", "D_vtkImplicitDataSet_GetOutValue")); mixin(bindCode("vtkImplicitDataSet_SetOutGradient__SWIG_0", "D_vtkImplicitDataSet_SetOutGradient__SWIG_0")); mixin(bindCode("vtkImplicitDataSet_SetOutGradient__SWIG_1", "D_vtkImplicitDataSet_SetOutGradient__SWIG_1")); mixin(bindCode("vtkImplicitDataSet_GetOutGradient__SWIG_0", "D_vtkImplicitDataSet_GetOutGradient__SWIG_0")); mixin(bindCode("vtkImplicitDataSet_GetOutGradient__SWIG_1", "D_vtkImplicitDataSet_GetOutGradient__SWIG_1")); mixin(bindCode("vtkImplicitDataSet_GetOutGradient__SWIG_2", "D_vtkImplicitDataSet_GetOutGradient__SWIG_2")); mixin(bindCode("vtkImplicitDataSet_Upcast", "D_vtkImplicitDataSet_Upcast")); mixin(bindCode("vtkgluPickMatrix", "D_vtkgluPickMatrix")); mixin(bindCode("vtkHierarchicalBoxDataSetAlgorithm_New", "D_vtkHierarchicalBoxDataSetAlgorithm_New")); mixin(bindCode("vtkHierarchicalBoxDataSetAlgorithm_IsTypeOf", "D_vtkHierarchicalBoxDataSetAlgorithm_IsTypeOf")); mixin(bindCode("vtkHierarchicalBoxDataSetAlgorithm_SafeDownCast", "D_vtkHierarchicalBoxDataSetAlgorithm_SafeDownCast")); mixin(bindCode("vtkHierarchicalBoxDataSetAlgorithm_NewInstance", "D_vtkHierarchicalBoxDataSetAlgorithm_NewInstance")); mixin(bindCode("vtkHierarchicalBoxDataSetAlgorithm_GetOutput__SWIG_0", "D_vtkHierarchicalBoxDataSetAlgorithm_GetOutput__SWIG_0")); mixin(bindCode("vtkHierarchicalBoxDataSetAlgorithm_GetOutput__SWIG_1", "D_vtkHierarchicalBoxDataSetAlgorithm_GetOutput__SWIG_1")); mixin(bindCode("vtkHierarchicalBoxDataSetAlgorithm_SetInputData__SWIG_0", "D_vtkHierarchicalBoxDataSetAlgorithm_SetInputData__SWIG_0")); mixin(bindCode("vtkHierarchicalBoxDataSetAlgorithm_SetInputData__SWIG_1", "D_vtkHierarchicalBoxDataSetAlgorithm_SetInputData__SWIG_1")); mixin(bindCode("new_vtkHierarchicalBoxDataSetAlgorithm", "D_new_vtkHierarchicalBoxDataSetAlgorithm")); mixin(bindCode("delete_vtkHierarchicalBoxDataSetAlgorithm", "D_delete_vtkHierarchicalBoxDataSetAlgorithm")); mixin(bindCode("vtkHierarchicalBoxDataSetAlgorithm_Upcast", "D_vtkHierarchicalBoxDataSetAlgorithm_Upcast")); mixin(bindCode("vtkBMPWriter_New", "D_vtkBMPWriter_New")); mixin(bindCode("vtkBMPWriter_IsTypeOf", "D_vtkBMPWriter_IsTypeOf")); mixin(bindCode("vtkBMPWriter_SafeDownCast", "D_vtkBMPWriter_SafeDownCast")); mixin(bindCode("vtkBMPWriter_NewInstance", "D_vtkBMPWriter_NewInstance")); mixin(bindCode("vtkBMPWriter_Upcast", "D_vtkBMPWriter_Upcast")); mixin(bindCode("vtkGenericPointIterator_IsTypeOf", "D_vtkGenericPointIterator_IsTypeOf")); mixin(bindCode("vtkGenericPointIterator_SafeDownCast", "D_vtkGenericPointIterator_SafeDownCast")); mixin(bindCode("vtkGenericPointIterator_NewInstance", "D_vtkGenericPointIterator_NewInstance")); mixin(bindCode("vtkGenericPointIterator_Begin", "D_vtkGenericPointIterator_Begin")); mixin(bindCode("vtkGenericPointIterator_IsAtEnd", "D_vtkGenericPointIterator_IsAtEnd")); mixin(bindCode("vtkGenericPointIterator_Next", "D_vtkGenericPointIterator_Next")); mixin(bindCode("vtkGenericPointIterator_GetPosition__SWIG_0", "D_vtkGenericPointIterator_GetPosition__SWIG_0")); mixin(bindCode("vtkGenericPointIterator_GetPosition__SWIG_1", "D_vtkGenericPointIterator_GetPosition__SWIG_1")); mixin(bindCode("vtkGenericPointIterator_GetId", "D_vtkGenericPointIterator_GetId")); mixin(bindCode("vtkGenericPointIterator_Upcast", "D_vtkGenericPointIterator_Upcast")); mixin(bindCode("vtkBiQuadraticQuadraticWedge_New", "D_vtkBiQuadraticQuadraticWedge_New")); mixin(bindCode("vtkBiQuadraticQuadraticWedge_IsTypeOf", "D_vtkBiQuadraticQuadraticWedge_IsTypeOf")); mixin(bindCode("vtkBiQuadraticQuadraticWedge_SafeDownCast", "D_vtkBiQuadraticQuadraticWedge_SafeDownCast")); mixin(bindCode("vtkBiQuadraticQuadraticWedge_NewInstance", "D_vtkBiQuadraticQuadraticWedge_NewInstance")); mixin(bindCode("vtkBiQuadraticQuadraticWedge_InterpolationFunctions", "D_vtkBiQuadraticQuadraticWedge_InterpolationFunctions")); mixin(bindCode("vtkBiQuadraticQuadraticWedge_InterpolationDerivs", "D_vtkBiQuadraticQuadraticWedge_InterpolationDerivs")); mixin(bindCode("vtkBiQuadraticQuadraticWedge_InterpolateFunctions", "D_vtkBiQuadraticQuadraticWedge_InterpolateFunctions")); mixin(bindCode("vtkBiQuadraticQuadraticWedge_InterpolateDerivs", "D_vtkBiQuadraticQuadraticWedge_InterpolateDerivs")); mixin(bindCode("vtkBiQuadraticQuadraticWedge_GetEdgeArray", "D_vtkBiQuadraticQuadraticWedge_GetEdgeArray")); mixin(bindCode("vtkBiQuadraticQuadraticWedge_GetFaceArray", "D_vtkBiQuadraticQuadraticWedge_GetFaceArray")); mixin(bindCode("vtkBiQuadraticQuadraticWedge_JacobianInverse", "D_vtkBiQuadraticQuadraticWedge_JacobianInverse")); mixin(bindCode("vtkBiQuadraticQuadraticWedge_Upcast", "D_vtkBiQuadraticQuadraticWedge_Upcast")); mixin(bindCode("vtkImageLuminance_New", "D_vtkImageLuminance_New")); mixin(bindCode("vtkImageLuminance_IsTypeOf", "D_vtkImageLuminance_IsTypeOf")); mixin(bindCode("vtkImageLuminance_SafeDownCast", "D_vtkImageLuminance_SafeDownCast")); mixin(bindCode("vtkImageLuminance_NewInstance", "D_vtkImageLuminance_NewInstance")); mixin(bindCode("vtkImageLuminance_Upcast", "D_vtkImageLuminance_Upcast")); mixin(bindCode("vtkPlotPie_IsTypeOf", "D_vtkPlotPie_IsTypeOf")); mixin(bindCode("vtkPlotPie_SafeDownCast", "D_vtkPlotPie_SafeDownCast")); mixin(bindCode("vtkPlotPie_NewInstance", "D_vtkPlotPie_NewInstance")); mixin(bindCode("vtkPlotPie_New", "D_vtkPlotPie_New")); mixin(bindCode("vtkPlotPie_SetDimensions__SWIG_0", "D_vtkPlotPie_SetDimensions__SWIG_0")); mixin(bindCode("vtkPlotPie_SetDimensions__SWIG_1", "D_vtkPlotPie_SetDimensions__SWIG_1")); mixin(bindCode("vtkPlotPie_GetDimensions__SWIG_0", "D_vtkPlotPie_GetDimensions__SWIG_0")); mixin(bindCode("vtkPlotPie_GetDimensions__SWIG_1", "D_vtkPlotPie_GetDimensions__SWIG_1")); mixin(bindCode("vtkPlotPie_GetDimensions__SWIG_2", "D_vtkPlotPie_GetDimensions__SWIG_2")); mixin(bindCode("vtkPlotPie_SetColorSeries", "D_vtkPlotPie_SetColorSeries")); mixin(bindCode("vtkPlotPie_GetColorSeries", "D_vtkPlotPie_GetColorSeries")); mixin(bindCode("new_vtkPlotPie", "D_new_vtkPlotPie")); mixin(bindCode("delete_vtkPlotPie", "D_delete_vtkPlotPie")); mixin(bindCode("vtkPlotPie_Upcast", "D_vtkPlotPie_Upcast")); mixin(bindCode("vtkXMLFileReadTester_IsTypeOf", "D_vtkXMLFileReadTester_IsTypeOf")); mixin(bindCode("vtkXMLFileReadTester_SafeDownCast", "D_vtkXMLFileReadTester_SafeDownCast")); mixin(bindCode("vtkXMLFileReadTester_NewInstance", "D_vtkXMLFileReadTester_NewInstance")); mixin(bindCode("vtkXMLFileReadTester_New", "D_vtkXMLFileReadTester_New")); mixin(bindCode("vtkXMLFileReadTester_TestReadFile", "D_vtkXMLFileReadTester_TestReadFile")); mixin(bindCode("vtkXMLFileReadTester_GetFileDataType", "D_vtkXMLFileReadTester_GetFileDataType")); mixin(bindCode("vtkXMLFileReadTester_GetFileVersion", "D_vtkXMLFileReadTester_GetFileVersion")); mixin(bindCode("vtkXMLFileReadTester_Upcast", "D_vtkXMLFileReadTester_Upcast")); mixin(bindCode("vtkNetworkHierarchy_New", "D_vtkNetworkHierarchy_New")); mixin(bindCode("vtkNetworkHierarchy_IsTypeOf", "D_vtkNetworkHierarchy_IsTypeOf")); mixin(bindCode("vtkNetworkHierarchy_SafeDownCast", "D_vtkNetworkHierarchy_SafeDownCast")); mixin(bindCode("vtkNetworkHierarchy_NewInstance", "D_vtkNetworkHierarchy_NewInstance")); mixin(bindCode("vtkNetworkHierarchy_GetIPArrayName", "D_vtkNetworkHierarchy_GetIPArrayName")); mixin(bindCode("vtkNetworkHierarchy_SetIPArrayName", "D_vtkNetworkHierarchy_SetIPArrayName")); mixin(bindCode("vtkNetworkHierarchy_Upcast", "D_vtkNetworkHierarchy_Upcast")); mixin(bindCode("vtkThresholdTable_New", "D_vtkThresholdTable_New")); mixin(bindCode("vtkThresholdTable_IsTypeOf", "D_vtkThresholdTable_IsTypeOf")); mixin(bindCode("vtkThresholdTable_SafeDownCast", "D_vtkThresholdTable_SafeDownCast")); mixin(bindCode("vtkThresholdTable_NewInstance", "D_vtkThresholdTable_NewInstance")); mixin(bindCode("vtkThresholdTable_SetMode", "D_vtkThresholdTable_SetMode")); mixin(bindCode("vtkThresholdTable_GetModeMinValue", "D_vtkThresholdTable_GetModeMinValue")); mixin(bindCode("vtkThresholdTable_GetModeMaxValue", "D_vtkThresholdTable_GetModeMaxValue")); mixin(bindCode("vtkThresholdTable_GetMode", "D_vtkThresholdTable_GetMode")); mixin(bindCode("vtkThresholdTable_SetMinValue__SWIG_0", "D_vtkThresholdTable_SetMinValue__SWIG_0")); mixin(bindCode("vtkThresholdTable_GetMinValue", "D_vtkThresholdTable_GetMinValue")); mixin(bindCode("vtkThresholdTable_SetMaxValue__SWIG_0", "D_vtkThresholdTable_SetMaxValue__SWIG_0")); mixin(bindCode("vtkThresholdTable_GetMaxValue", "D_vtkThresholdTable_GetMaxValue")); mixin(bindCode("vtkThresholdTable_ThresholdBetween__SWIG_0", "D_vtkThresholdTable_ThresholdBetween__SWIG_0")); mixin(bindCode("vtkThresholdTable_SetMinValue__SWIG_1", "D_vtkThresholdTable_SetMinValue__SWIG_1")); mixin(bindCode("vtkThresholdTable_SetMaxValue__SWIG_1", "D_vtkThresholdTable_SetMaxValue__SWIG_1")); mixin(bindCode("vtkThresholdTable_ThresholdBetween__SWIG_1", "D_vtkThresholdTable_ThresholdBetween__SWIG_1")); mixin(bindCode("vtkThresholdTable_Upcast", "D_vtkThresholdTable_Upcast")); mixin(bindCode("vtkVolume_IsTypeOf", "D_vtkVolume_IsTypeOf")); mixin(bindCode("vtkVolume_SafeDownCast", "D_vtkVolume_SafeDownCast")); mixin(bindCode("vtkVolume_NewInstance", "D_vtkVolume_NewInstance")); mixin(bindCode("vtkVolume_New", "D_vtkVolume_New")); mixin(bindCode("vtkVolume_SetMapper", "D_vtkVolume_SetMapper")); mixin(bindCode("vtkVolume_GetMapper", "D_vtkVolume_GetMapper")); mixin(bindCode("vtkVolume_SetProperty", "D_vtkVolume_SetProperty")); mixin(bindCode("vtkVolume_GetProperty", "D_vtkVolume_GetProperty")); mixin(bindCode("vtkVolume_Update", "D_vtkVolume_Update")); mixin(bindCode("vtkVolume_GetBounds__SWIG_0", "D_vtkVolume_GetBounds__SWIG_0")); mixin(bindCode("vtkVolume_GetBounds__SWIG_1", "D_vtkVolume_GetBounds__SWIG_1")); mixin(bindCode("vtkVolume_GetMinXBound", "D_vtkVolume_GetMinXBound")); mixin(bindCode("vtkVolume_GetMaxXBound", "D_vtkVolume_GetMaxXBound")); mixin(bindCode("vtkVolume_GetMinYBound", "D_vtkVolume_GetMinYBound")); mixin(bindCode("vtkVolume_GetMaxYBound", "D_vtkVolume_GetMaxYBound")); mixin(bindCode("vtkVolume_GetMinZBound", "D_vtkVolume_GetMinZBound")); mixin(bindCode("vtkVolume_GetMaxZBound", "D_vtkVolume_GetMaxZBound")); mixin(bindCode("vtkVolume_Upcast", "D_vtkVolume_Upcast")); mixin(bindCode("vtkVolumeCollection_New", "D_vtkVolumeCollection_New")); mixin(bindCode("vtkVolumeCollection_IsTypeOf", "D_vtkVolumeCollection_IsTypeOf")); mixin(bindCode("vtkVolumeCollection_SafeDownCast", "D_vtkVolumeCollection_SafeDownCast")); mixin(bindCode("vtkVolumeCollection_NewInstance", "D_vtkVolumeCollection_NewInstance")); mixin(bindCode("vtkVolumeCollection_AddItem", "D_vtkVolumeCollection_AddItem")); mixin(bindCode("vtkVolumeCollection_GetNextVolume", "D_vtkVolumeCollection_GetNextVolume")); mixin(bindCode("vtkVolumeCollection_GetNextItem", "D_vtkVolumeCollection_GetNextItem")); mixin(bindCode("vtkVolumeCollection_Upcast", "D_vtkVolumeCollection_Upcast")); mixin(bindCode("vtkRenderer_IsTypeOf", "D_vtkRenderer_IsTypeOf")); mixin(bindCode("vtkRenderer_SafeDownCast", "D_vtkRenderer_SafeDownCast")); mixin(bindCode("vtkRenderer_NewInstance", "D_vtkRenderer_NewInstance")); mixin(bindCode("vtkRenderer_New", "D_vtkRenderer_New")); mixin(bindCode("vtkRenderer_AddActor", "D_vtkRenderer_AddActor")); mixin(bindCode("vtkRenderer_AddVolume", "D_vtkRenderer_AddVolume")); mixin(bindCode("vtkRenderer_RemoveActor", "D_vtkRenderer_RemoveActor")); mixin(bindCode("vtkRenderer_RemoveVolume", "D_vtkRenderer_RemoveVolume")); mixin(bindCode("vtkRenderer_AddLight", "D_vtkRenderer_AddLight")); mixin(bindCode("vtkRenderer_RemoveLight", "D_vtkRenderer_RemoveLight")); mixin(bindCode("vtkRenderer_RemoveAllLights", "D_vtkRenderer_RemoveAllLights")); mixin(bindCode("vtkRenderer_GetLights", "D_vtkRenderer_GetLights")); mixin(bindCode("vtkRenderer_SetLightCollection", "D_vtkRenderer_SetLightCollection")); mixin(bindCode("vtkRenderer_CreateLight", "D_vtkRenderer_CreateLight")); mixin(bindCode("vtkRenderer_MakeLight", "D_vtkRenderer_MakeLight")); mixin(bindCode("vtkRenderer_GetTwoSidedLighting", "D_vtkRenderer_GetTwoSidedLighting")); mixin(bindCode("vtkRenderer_SetTwoSidedLighting", "D_vtkRenderer_SetTwoSidedLighting")); mixin(bindCode("vtkRenderer_TwoSidedLightingOn", "D_vtkRenderer_TwoSidedLightingOn")); mixin(bindCode("vtkRenderer_TwoSidedLightingOff", "D_vtkRenderer_TwoSidedLightingOff")); mixin(bindCode("vtkRenderer_SetLightFollowCamera", "D_vtkRenderer_SetLightFollowCamera")); mixin(bindCode("vtkRenderer_GetLightFollowCamera", "D_vtkRenderer_GetLightFollowCamera")); mixin(bindCode("vtkRenderer_LightFollowCameraOn", "D_vtkRenderer_LightFollowCameraOn")); mixin(bindCode("vtkRenderer_LightFollowCameraOff", "D_vtkRenderer_LightFollowCameraOff")); mixin(bindCode("vtkRenderer_GetAutomaticLightCreation", "D_vtkRenderer_GetAutomaticLightCreation")); mixin(bindCode("vtkRenderer_SetAutomaticLightCreation", "D_vtkRenderer_SetAutomaticLightCreation")); mixin(bindCode("vtkRenderer_AutomaticLightCreationOn", "D_vtkRenderer_AutomaticLightCreationOn")); mixin(bindCode("vtkRenderer_AutomaticLightCreationOff", "D_vtkRenderer_AutomaticLightCreationOff")); mixin(bindCode("vtkRenderer_UpdateLightsGeometryToFollowCamera", "D_vtkRenderer_UpdateLightsGeometryToFollowCamera")); mixin(bindCode("vtkRenderer_GetVolumes", "D_vtkRenderer_GetVolumes")); mixin(bindCode("vtkRenderer_GetActors", "D_vtkRenderer_GetActors")); mixin(bindCode("vtkRenderer_SetActiveCamera", "D_vtkRenderer_SetActiveCamera")); mixin(bindCode("vtkRenderer_GetActiveCamera", "D_vtkRenderer_GetActiveCamera")); mixin(bindCode("vtkRenderer_MakeCamera", "D_vtkRenderer_MakeCamera")); mixin(bindCode("vtkRenderer_SetErase", "D_vtkRenderer_SetErase")); mixin(bindCode("vtkRenderer_GetErase", "D_vtkRenderer_GetErase")); mixin(bindCode("vtkRenderer_EraseOn", "D_vtkRenderer_EraseOn")); mixin(bindCode("vtkRenderer_EraseOff", "D_vtkRenderer_EraseOff")); mixin(bindCode("vtkRenderer_SetDraw", "D_vtkRenderer_SetDraw")); mixin(bindCode("vtkRenderer_GetDraw", "D_vtkRenderer_GetDraw")); mixin(bindCode("vtkRenderer_DrawOn", "D_vtkRenderer_DrawOn")); mixin(bindCode("vtkRenderer_DrawOff", "D_vtkRenderer_DrawOff")); mixin(bindCode("vtkRenderer_CaptureGL2PSSpecialProp", "D_vtkRenderer_CaptureGL2PSSpecialProp")); mixin(bindCode("vtkRenderer_SetGL2PSSpecialPropCollection", "D_vtkRenderer_SetGL2PSSpecialPropCollection")); mixin(bindCode("vtkRenderer_AddCuller", "D_vtkRenderer_AddCuller")); mixin(bindCode("vtkRenderer_RemoveCuller", "D_vtkRenderer_RemoveCuller")); mixin(bindCode("vtkRenderer_GetCullers", "D_vtkRenderer_GetCullers")); mixin(bindCode("vtkRenderer_SetAmbient__SWIG_0", "D_vtkRenderer_SetAmbient__SWIG_0")); mixin(bindCode("vtkRenderer_SetAmbient__SWIG_1", "D_vtkRenderer_SetAmbient__SWIG_1")); mixin(bindCode("vtkRenderer_GetAmbient__SWIG_0", "D_vtkRenderer_GetAmbient__SWIG_0")); mixin(bindCode("vtkRenderer_GetAmbient__SWIG_1", "D_vtkRenderer_GetAmbient__SWIG_1")); mixin(bindCode("vtkRenderer_SetAllocatedRenderTime", "D_vtkRenderer_SetAllocatedRenderTime")); mixin(bindCode("vtkRenderer_GetAllocatedRenderTime", "D_vtkRenderer_GetAllocatedRenderTime")); mixin(bindCode("vtkRenderer_GetTimeFactor", "D_vtkRenderer_GetTimeFactor")); mixin(bindCode("vtkRenderer_Render", "D_vtkRenderer_Render")); mixin(bindCode("vtkRenderer_DeviceRender", "D_vtkRenderer_DeviceRender")); mixin(bindCode("vtkRenderer_DeviceRenderTranslucentPolygonalGeometry", "D_vtkRenderer_DeviceRenderTranslucentPolygonalGeometry")); mixin(bindCode("vtkRenderer_Clear", "D_vtkRenderer_Clear")); mixin(bindCode("vtkRenderer_VisibleActorCount", "D_vtkRenderer_VisibleActorCount")); mixin(bindCode("vtkRenderer_VisibleVolumeCount", "D_vtkRenderer_VisibleVolumeCount")); mixin(bindCode("vtkRenderer_ComputeVisiblePropBounds__SWIG_0", "D_vtkRenderer_ComputeVisiblePropBounds__SWIG_0")); mixin(bindCode("vtkRenderer_ComputeVisiblePropBounds__SWIG_1", "D_vtkRenderer_ComputeVisiblePropBounds__SWIG_1")); mixin(bindCode("vtkRenderer_ResetCameraClippingRange__SWIG_0", "D_vtkRenderer_ResetCameraClippingRange__SWIG_0")); mixin(bindCode("vtkRenderer_ResetCameraClippingRange__SWIG_1", "D_vtkRenderer_ResetCameraClippingRange__SWIG_1")); mixin(bindCode("vtkRenderer_ResetCameraClippingRange__SWIG_2", "D_vtkRenderer_ResetCameraClippingRange__SWIG_2")); mixin(bindCode("vtkRenderer_SetNearClippingPlaneTolerance", "D_vtkRenderer_SetNearClippingPlaneTolerance")); mixin(bindCode("vtkRenderer_GetNearClippingPlaneToleranceMinValue", "D_vtkRenderer_GetNearClippingPlaneToleranceMinValue")); mixin(bindCode("vtkRenderer_GetNearClippingPlaneToleranceMaxValue", "D_vtkRenderer_GetNearClippingPlaneToleranceMaxValue")); mixin(bindCode("vtkRenderer_GetNearClippingPlaneTolerance", "D_vtkRenderer_GetNearClippingPlaneTolerance")); mixin(bindCode("vtkRenderer_ResetCamera__SWIG_0", "D_vtkRenderer_ResetCamera__SWIG_0")); mixin(bindCode("vtkRenderer_ResetCamera__SWIG_1", "D_vtkRenderer_ResetCamera__SWIG_1")); mixin(bindCode("vtkRenderer_ResetCamera__SWIG_2", "D_vtkRenderer_ResetCamera__SWIG_2")); mixin(bindCode("vtkRenderer_SetRenderWindow", "D_vtkRenderer_SetRenderWindow")); mixin(bindCode("vtkRenderer_GetRenderWindow", "D_vtkRenderer_GetRenderWindow")); mixin(bindCode("vtkRenderer_SetBackingStore", "D_vtkRenderer_SetBackingStore")); mixin(bindCode("vtkRenderer_GetBackingStore", "D_vtkRenderer_GetBackingStore")); mixin(bindCode("vtkRenderer_BackingStoreOn", "D_vtkRenderer_BackingStoreOn")); mixin(bindCode("vtkRenderer_BackingStoreOff", "D_vtkRenderer_BackingStoreOff")); mixin(bindCode("vtkRenderer_SetInteractive", "D_vtkRenderer_SetInteractive")); mixin(bindCode("vtkRenderer_GetInteractive", "D_vtkRenderer_GetInteractive")); mixin(bindCode("vtkRenderer_InteractiveOn", "D_vtkRenderer_InteractiveOn")); mixin(bindCode("vtkRenderer_InteractiveOff", "D_vtkRenderer_InteractiveOff")); mixin(bindCode("vtkRenderer_SetLayer", "D_vtkRenderer_SetLayer")); mixin(bindCode("vtkRenderer_GetLayer", "D_vtkRenderer_GetLayer")); mixin(bindCode("vtkRenderer_SetPreserveDepthBuffer", "D_vtkRenderer_SetPreserveDepthBuffer")); mixin(bindCode("vtkRenderer_GetPreserveDepthBuffer", "D_vtkRenderer_GetPreserveDepthBuffer")); mixin(bindCode("vtkRenderer_PreserveDepthBufferOn", "D_vtkRenderer_PreserveDepthBufferOn")); mixin(bindCode("vtkRenderer_PreserveDepthBufferOff", "D_vtkRenderer_PreserveDepthBufferOff")); mixin(bindCode("vtkRenderer_Transparent", "D_vtkRenderer_Transparent")); mixin(bindCode("vtkRenderer_WorldToView__SWIG_0", "D_vtkRenderer_WorldToView__SWIG_0")); mixin(bindCode("vtkRenderer_ViewToWorld__SWIG_0", "D_vtkRenderer_ViewToWorld__SWIG_0")); mixin(bindCode("vtkRenderer_ViewToWorld__SWIG_1", "D_vtkRenderer_ViewToWorld__SWIG_1")); mixin(bindCode("vtkRenderer_WorldToView__SWIG_1", "D_vtkRenderer_WorldToView__SWIG_1")); mixin(bindCode("vtkRenderer_GetZ", "D_vtkRenderer_GetZ")); mixin(bindCode("vtkRenderer_GetLastRenderTimeInSeconds", "D_vtkRenderer_GetLastRenderTimeInSeconds")); mixin(bindCode("vtkRenderer_GetNumberOfPropsRendered", "D_vtkRenderer_GetNumberOfPropsRendered")); mixin(bindCode("vtkRenderer_PickProp__SWIG_0", "D_vtkRenderer_PickProp__SWIG_0")); mixin(bindCode("vtkRenderer_PickProp__SWIG_1", "D_vtkRenderer_PickProp__SWIG_1")); mixin(bindCode("vtkRenderer_StereoMidpoint", "D_vtkRenderer_StereoMidpoint")); mixin(bindCode("vtkRenderer_GetTiledAspectRatio", "D_vtkRenderer_GetTiledAspectRatio")); mixin(bindCode("vtkRenderer_IsActiveCameraCreated", "D_vtkRenderer_IsActiveCameraCreated")); mixin(bindCode("vtkRenderer_SetUseDepthPeeling", "D_vtkRenderer_SetUseDepthPeeling")); mixin(bindCode("vtkRenderer_GetUseDepthPeeling", "D_vtkRenderer_GetUseDepthPeeling")); mixin(bindCode("vtkRenderer_UseDepthPeelingOn", "D_vtkRenderer_UseDepthPeelingOn")); mixin(bindCode("vtkRenderer_UseDepthPeelingOff", "D_vtkRenderer_UseDepthPeelingOff")); mixin(bindCode("vtkRenderer_SetOcclusionRatio", "D_vtkRenderer_SetOcclusionRatio")); mixin(bindCode("vtkRenderer_GetOcclusionRatioMinValue", "D_vtkRenderer_GetOcclusionRatioMinValue")); mixin(bindCode("vtkRenderer_GetOcclusionRatioMaxValue", "D_vtkRenderer_GetOcclusionRatioMaxValue")); mixin(bindCode("vtkRenderer_GetOcclusionRatio", "D_vtkRenderer_GetOcclusionRatio")); mixin(bindCode("vtkRenderer_SetMaximumNumberOfPeels", "D_vtkRenderer_SetMaximumNumberOfPeels")); mixin(bindCode("vtkRenderer_GetMaximumNumberOfPeels", "D_vtkRenderer_GetMaximumNumberOfPeels")); mixin(bindCode("vtkRenderer_GetLastRenderingUsedDepthPeeling", "D_vtkRenderer_GetLastRenderingUsedDepthPeeling")); mixin(bindCode("vtkRenderer_SetDelegate", "D_vtkRenderer_SetDelegate")); mixin(bindCode("vtkRenderer_GetDelegate", "D_vtkRenderer_GetDelegate")); mixin(bindCode("vtkRenderer_GetSelector", "D_vtkRenderer_GetSelector")); mixin(bindCode("vtkRenderer_SetBackgroundTexture", "D_vtkRenderer_SetBackgroundTexture")); mixin(bindCode("vtkRenderer_GetBackgroundTexture", "D_vtkRenderer_GetBackgroundTexture")); mixin(bindCode("vtkRenderer_SetTexturedBackground", "D_vtkRenderer_SetTexturedBackground")); mixin(bindCode("vtkRenderer_GetTexturedBackground", "D_vtkRenderer_GetTexturedBackground")); mixin(bindCode("vtkRenderer_TexturedBackgroundOn", "D_vtkRenderer_TexturedBackgroundOn")); mixin(bindCode("vtkRenderer_TexturedBackgroundOff", "D_vtkRenderer_TexturedBackgroundOff")); mixin(bindCode("delete_vtkRenderer", "D_delete_vtkRenderer")); mixin(bindCode("vtkRenderer_Upcast", "D_vtkRenderer_Upcast")); mixin(bindCode("vtkOpenGLRenderer_New", "D_vtkOpenGLRenderer_New")); mixin(bindCode("vtkOpenGLRenderer_IsTypeOf", "D_vtkOpenGLRenderer_IsTypeOf")); mixin(bindCode("vtkOpenGLRenderer_SafeDownCast", "D_vtkOpenGLRenderer_SafeDownCast")); mixin(bindCode("vtkOpenGLRenderer_NewInstance", "D_vtkOpenGLRenderer_NewInstance")); mixin(bindCode("vtkOpenGLRenderer_ClearLights", "D_vtkOpenGLRenderer_ClearLights")); mixin(bindCode("vtkOpenGLRenderer_UpdateLights", "D_vtkOpenGLRenderer_UpdateLights")); mixin(bindCode("vtkOpenGLRenderer_GetDepthPeelingHigherLayer", "D_vtkOpenGLRenderer_GetDepthPeelingHigherLayer")); mixin(bindCode("vtkOpenGLRenderer_SetPass", "D_vtkOpenGLRenderer_SetPass")); mixin(bindCode("vtkOpenGLRenderer_GetPass", "D_vtkOpenGLRenderer_GetPass")); mixin(bindCode("vtkOpenGLRenderer_Upcast", "D_vtkOpenGLRenderer_Upcast")); mixin(bindCode("vtkHyperTreeGridAlgorithm_IsTypeOf", "D_vtkHyperTreeGridAlgorithm_IsTypeOf")); mixin(bindCode("vtkHyperTreeGridAlgorithm_SafeDownCast", "D_vtkHyperTreeGridAlgorithm_SafeDownCast")); mixin(bindCode("vtkHyperTreeGridAlgorithm_NewInstance", "D_vtkHyperTreeGridAlgorithm_NewInstance")); mixin(bindCode("vtkHyperTreeGridAlgorithm_GetOutput__SWIG_0", "D_vtkHyperTreeGridAlgorithm_GetOutput__SWIG_0")); mixin(bindCode("vtkHyperTreeGridAlgorithm_GetOutput__SWIG_1", "D_vtkHyperTreeGridAlgorithm_GetOutput__SWIG_1")); mixin(bindCode("vtkHyperTreeGridAlgorithm_SetOutput", "D_vtkHyperTreeGridAlgorithm_SetOutput")); mixin(bindCode("vtkHyperTreeGridAlgorithm_GetInput__SWIG_0", "D_vtkHyperTreeGridAlgorithm_GetInput__SWIG_0")); mixin(bindCode("vtkHyperTreeGridAlgorithm_GetInput__SWIG_1", "D_vtkHyperTreeGridAlgorithm_GetInput__SWIG_1")); mixin(bindCode("vtkHyperTreeGridAlgorithm_GetHyperTreeGridInput", "D_vtkHyperTreeGridAlgorithm_GetHyperTreeGridInput")); mixin(bindCode("vtkHyperTreeGridAlgorithm_SetInputData__SWIG_0", "D_vtkHyperTreeGridAlgorithm_SetInputData__SWIG_0")); mixin(bindCode("vtkHyperTreeGridAlgorithm_SetInputData__SWIG_1", "D_vtkHyperTreeGridAlgorithm_SetInputData__SWIG_1")); mixin(bindCode("vtkHyperTreeGridAlgorithm_AddInputData__SWIG_0", "D_vtkHyperTreeGridAlgorithm_AddInputData__SWIG_0")); mixin(bindCode("vtkHyperTreeGridAlgorithm_AddInputData__SWIG_1", "D_vtkHyperTreeGridAlgorithm_AddInputData__SWIG_1")); mixin(bindCode("vtkHyperTreeGridAlgorithm_Upcast", "D_vtkHyperTreeGridAlgorithm_Upcast")); mixin(bindCode("vtkHyperTreeGridSource_IsTypeOf", "D_vtkHyperTreeGridSource_IsTypeOf")); mixin(bindCode("vtkHyperTreeGridSource_SafeDownCast", "D_vtkHyperTreeGridSource_SafeDownCast")); mixin(bindCode("vtkHyperTreeGridSource_NewInstance", "D_vtkHyperTreeGridSource_NewInstance")); mixin(bindCode("vtkHyperTreeGridSource_New", "D_vtkHyperTreeGridSource_New")); mixin(bindCode("vtkHyperTreeGridSource_GetMaximumLevel", "D_vtkHyperTreeGridSource_GetMaximumLevel")); mixin(bindCode("vtkHyperTreeGridSource_SetMaximumLevel", "D_vtkHyperTreeGridSource_SetMaximumLevel")); mixin(bindCode("vtkHyperTreeGridSource_SetOrigin__SWIG_0", "D_vtkHyperTreeGridSource_SetOrigin__SWIG_0")); mixin(bindCode("vtkHyperTreeGridSource_SetOrigin__SWIG_1", "D_vtkHyperTreeGridSource_SetOrigin__SWIG_1")); mixin(bindCode("vtkHyperTreeGridSource_GetOrigin__SWIG_0", "D_vtkHyperTreeGridSource_GetOrigin__SWIG_0")); mixin(bindCode("vtkHyperTreeGridSource_GetOrigin__SWIG_1", "D_vtkHyperTreeGridSource_GetOrigin__SWIG_1")); mixin(bindCode("vtkHyperTreeGridSource_GetOrigin__SWIG_2", "D_vtkHyperTreeGridSource_GetOrigin__SWIG_2")); mixin(bindCode("vtkHyperTreeGridSource_SetGridScale__SWIG_0", "D_vtkHyperTreeGridSource_SetGridScale__SWIG_0")); mixin(bindCode("vtkHyperTreeGridSource_SetGridScale__SWIG_1", "D_vtkHyperTreeGridSource_SetGridScale__SWIG_1")); mixin(bindCode("vtkHyperTreeGridSource_GetGridScale__SWIG_0", "D_vtkHyperTreeGridSource_GetGridScale__SWIG_0")); mixin(bindCode("vtkHyperTreeGridSource_GetGridScale__SWIG_1", "D_vtkHyperTreeGridSource_GetGridScale__SWIG_1")); mixin(bindCode("vtkHyperTreeGridSource_GetGridScale__SWIG_2", "D_vtkHyperTreeGridSource_GetGridScale__SWIG_2")); mixin(bindCode("vtkHyperTreeGridSource_SetGridSize__SWIG_0", "D_vtkHyperTreeGridSource_SetGridSize__SWIG_0")); mixin(bindCode("vtkHyperTreeGridSource_SetGridSize__SWIG_1", "D_vtkHyperTreeGridSource_SetGridSize__SWIG_1")); mixin(bindCode("vtkHyperTreeGridSource_GetGridSize__SWIG_0", "D_vtkHyperTreeGridSource_GetGridSize__SWIG_0")); mixin(bindCode("vtkHyperTreeGridSource_GetGridSize__SWIG_1", "D_vtkHyperTreeGridSource_GetGridSize__SWIG_1")); mixin(bindCode("vtkHyperTreeGridSource_GetGridSize__SWIG_2", "D_vtkHyperTreeGridSource_GetGridSize__SWIG_2")); mixin(bindCode("vtkHyperTreeGridSource_SetTransposedRootIndexing", "D_vtkHyperTreeGridSource_SetTransposedRootIndexing")); mixin(bindCode("vtkHyperTreeGridSource_GetTransposedRootIndexing", "D_vtkHyperTreeGridSource_GetTransposedRootIndexing")); mixin(bindCode("vtkHyperTreeGridSource_SetIndexingModeToKJI", "D_vtkHyperTreeGridSource_SetIndexingModeToKJI")); mixin(bindCode("vtkHyperTreeGridSource_SetIndexingModeToIJK", "D_vtkHyperTreeGridSource_SetIndexingModeToIJK")); mixin(bindCode("vtkHyperTreeGridSource_SetBranchFactor", "D_vtkHyperTreeGridSource_SetBranchFactor")); mixin(bindCode("vtkHyperTreeGridSource_GetBranchFactorMinValue", "D_vtkHyperTreeGridSource_GetBranchFactorMinValue")); mixin(bindCode("vtkHyperTreeGridSource_GetBranchFactorMaxValue", "D_vtkHyperTreeGridSource_GetBranchFactorMaxValue")); mixin(bindCode("vtkHyperTreeGridSource_GetBranchFactor", "D_vtkHyperTreeGridSource_GetBranchFactor")); mixin(bindCode("vtkHyperTreeGridSource_SetDimension", "D_vtkHyperTreeGridSource_SetDimension")); mixin(bindCode("vtkHyperTreeGridSource_GetDimensionMinValue", "D_vtkHyperTreeGridSource_GetDimensionMinValue")); mixin(bindCode("vtkHyperTreeGridSource_GetDimensionMaxValue", "D_vtkHyperTreeGridSource_GetDimensionMaxValue")); mixin(bindCode("vtkHyperTreeGridSource_GetDimension", "D_vtkHyperTreeGridSource_GetDimension")); mixin(bindCode("vtkHyperTreeGridSource_SetUseDescriptor", "D_vtkHyperTreeGridSource_SetUseDescriptor")); mixin(bindCode("vtkHyperTreeGridSource_GetUseDescriptor", "D_vtkHyperTreeGridSource_GetUseDescriptor")); mixin(bindCode("vtkHyperTreeGridSource_UseDescriptorOn", "D_vtkHyperTreeGridSource_UseDescriptorOn")); mixin(bindCode("vtkHyperTreeGridSource_UseDescriptorOff", "D_vtkHyperTreeGridSource_UseDescriptorOff")); mixin(bindCode("vtkHyperTreeGridSource_SetUseMaterialMask", "D_vtkHyperTreeGridSource_SetUseMaterialMask")); mixin(bindCode("vtkHyperTreeGridSource_GetUseMaterialMask", "D_vtkHyperTreeGridSource_GetUseMaterialMask")); mixin(bindCode("vtkHyperTreeGridSource_UseMaterialMaskOn", "D_vtkHyperTreeGridSource_UseMaterialMaskOn")); mixin(bindCode("vtkHyperTreeGridSource_UseMaterialMaskOff", "D_vtkHyperTreeGridSource_UseMaterialMaskOff")); mixin(bindCode("vtkHyperTreeGridSource_SetDescriptor", "D_vtkHyperTreeGridSource_SetDescriptor")); mixin(bindCode("vtkHyperTreeGridSource_GetDescriptor", "D_vtkHyperTreeGridSource_GetDescriptor")); mixin(bindCode("vtkHyperTreeGridSource_SetMaterialMask", "D_vtkHyperTreeGridSource_SetMaterialMask")); mixin(bindCode("vtkHyperTreeGridSource_GetMaterialMask", "D_vtkHyperTreeGridSource_GetMaterialMask")); mixin(bindCode("vtkHyperTreeGridSource_SetDescriptorBits", "D_vtkHyperTreeGridSource_SetDescriptorBits")); mixin(bindCode("vtkHyperTreeGridSource_GetDescriptorBits", "D_vtkHyperTreeGridSource_GetDescriptorBits")); mixin(bindCode("vtkHyperTreeGridSource_SetLevelZeroMaterialIndex", "D_vtkHyperTreeGridSource_SetLevelZeroMaterialIndex")); mixin(bindCode("vtkHyperTreeGridSource_SetMaterialMaskBits", "D_vtkHyperTreeGridSource_SetMaterialMaskBits")); mixin(bindCode("vtkHyperTreeGridSource_GetMaterialMaskBits", "D_vtkHyperTreeGridSource_GetMaterialMaskBits")); mixin(bindCode("vtkHyperTreeGridSource_SetQuadric", "D_vtkHyperTreeGridSource_SetQuadric")); mixin(bindCode("vtkHyperTreeGridSource_GetQuadric", "D_vtkHyperTreeGridSource_GetQuadric")); mixin(bindCode("vtkHyperTreeGridSource_SetQuadricCoefficients", "D_vtkHyperTreeGridSource_SetQuadricCoefficients")); mixin(bindCode("vtkHyperTreeGridSource_GetQuadricCoefficients__SWIG_0", "D_vtkHyperTreeGridSource_GetQuadricCoefficients__SWIG_0")); mixin(bindCode("vtkHyperTreeGridSource_GetQuadricCoefficients__SWIG_1", "D_vtkHyperTreeGridSource_GetQuadricCoefficients__SWIG_1")); mixin(bindCode("vtkHyperTreeGridSource_ConvertDescriptorStringToBitArray", "D_vtkHyperTreeGridSource_ConvertDescriptorStringToBitArray")); mixin(bindCode("vtkHyperTreeGridSource_ConvertMaterialMaskStringToBitArray", "D_vtkHyperTreeGridSource_ConvertMaterialMaskStringToBitArray")); mixin(bindCode("vtkHyperTreeGridSource_Upcast", "D_vtkHyperTreeGridSource_Upcast")); mixin(bindCode("vtkKdNode_IsTypeOf", "D_vtkKdNode_IsTypeOf")); mixin(bindCode("vtkKdNode_SafeDownCast", "D_vtkKdNode_SafeDownCast")); mixin(bindCode("vtkKdNode_NewInstance", "D_vtkKdNode_NewInstance")); mixin(bindCode("vtkKdNode_New", "D_vtkKdNode_New")); mixin(bindCode("vtkKdNode_SetDim", "D_vtkKdNode_SetDim")); mixin(bindCode("vtkKdNode_GetDim", "D_vtkKdNode_GetDim")); mixin(bindCode("vtkKdNode_GetDivisionPosition", "D_vtkKdNode_GetDivisionPosition")); mixin(bindCode("vtkKdNode_SetNumberOfPoints", "D_vtkKdNode_SetNumberOfPoints")); mixin(bindCode("vtkKdNode_GetNumberOfPoints", "D_vtkKdNode_GetNumberOfPoints")); mixin(bindCode("vtkKdNode_SetBounds__SWIG_0", "D_vtkKdNode_SetBounds__SWIG_0")); mixin(bindCode("vtkKdNode_SetBounds__SWIG_1", "D_vtkKdNode_SetBounds__SWIG_1")); mixin(bindCode("vtkKdNode_GetBounds", "D_vtkKdNode_GetBounds")); mixin(bindCode("vtkKdNode_SetDataBounds__SWIG_0", "D_vtkKdNode_SetDataBounds__SWIG_0")); mixin(bindCode("vtkKdNode_GetDataBounds", "D_vtkKdNode_GetDataBounds")); mixin(bindCode("vtkKdNode_SetDataBounds__SWIG_1", "D_vtkKdNode_SetDataBounds__SWIG_1")); mixin(bindCode("vtkKdNode_GetMinBounds", "D_vtkKdNode_GetMinBounds")); mixin(bindCode("vtkKdNode_GetMaxBounds", "D_vtkKdNode_GetMaxBounds")); mixin(bindCode("vtkKdNode_SetMinBounds", "D_vtkKdNode_SetMinBounds")); mixin(bindCode("vtkKdNode_SetMaxBounds", "D_vtkKdNode_SetMaxBounds")); mixin(bindCode("vtkKdNode_GetMinDataBounds", "D_vtkKdNode_GetMinDataBounds")); mixin(bindCode("vtkKdNode_GetMaxDataBounds", "D_vtkKdNode_GetMaxDataBounds")); mixin(bindCode("vtkKdNode_SetMinDataBounds", "D_vtkKdNode_SetMinDataBounds")); mixin(bindCode("vtkKdNode_SetMaxDataBounds", "D_vtkKdNode_SetMaxDataBounds")); mixin(bindCode("vtkKdNode_SetID", "D_vtkKdNode_SetID")); mixin(bindCode("vtkKdNode_GetID", "D_vtkKdNode_GetID")); mixin(bindCode("vtkKdNode_GetMinID", "D_vtkKdNode_GetMinID")); mixin(bindCode("vtkKdNode_GetMaxID", "D_vtkKdNode_GetMaxID")); mixin(bindCode("vtkKdNode_SetMinID", "D_vtkKdNode_SetMinID")); mixin(bindCode("vtkKdNode_SetMaxID", "D_vtkKdNode_SetMaxID")); mixin(bindCode("vtkKdNode_AddChildNodes", "D_vtkKdNode_AddChildNodes")); mixin(bindCode("vtkKdNode_DeleteChildNodes", "D_vtkKdNode_DeleteChildNodes")); mixin(bindCode("vtkKdNode_GetLeft", "D_vtkKdNode_GetLeft")); mixin(bindCode("vtkKdNode_SetLeft", "D_vtkKdNode_SetLeft")); mixin(bindCode("vtkKdNode_GetRight", "D_vtkKdNode_GetRight")); mixin(bindCode("vtkKdNode_SetRight", "D_vtkKdNode_SetRight")); mixin(bindCode("vtkKdNode_GetUp", "D_vtkKdNode_GetUp")); mixin(bindCode("vtkKdNode_SetUp", "D_vtkKdNode_SetUp")); mixin(bindCode("vtkKdNode_IntersectsBox", "D_vtkKdNode_IntersectsBox")); mixin(bindCode("vtkKdNode_IntersectsSphere2", "D_vtkKdNode_IntersectsSphere2")); mixin(bindCode("vtkKdNode_IntersectsRegion", "D_vtkKdNode_IntersectsRegion")); mixin(bindCode("vtkKdNode_IntersectsCell__SWIG_0", "D_vtkKdNode_IntersectsCell__SWIG_0")); mixin(bindCode("vtkKdNode_IntersectsCell__SWIG_1", "D_vtkKdNode_IntersectsCell__SWIG_1")); mixin(bindCode("vtkKdNode_IntersectsCell__SWIG_2", "D_vtkKdNode_IntersectsCell__SWIG_2")); mixin(bindCode("vtkKdNode_ContainsBox", "D_vtkKdNode_ContainsBox")); mixin(bindCode("vtkKdNode_ContainsPoint", "D_vtkKdNode_ContainsPoint")); mixin(bindCode("vtkKdNode_GetDistance2ToBoundary__SWIG_0", "D_vtkKdNode_GetDistance2ToBoundary__SWIG_0")); mixin(bindCode("vtkKdNode_GetDistance2ToBoundary__SWIG_1", "D_vtkKdNode_GetDistance2ToBoundary__SWIG_1")); mixin(bindCode("vtkKdNode_GetDistance2ToInnerBoundary", "D_vtkKdNode_GetDistance2ToInnerBoundary")); mixin(bindCode("vtkKdNode_PrintNode", "D_vtkKdNode_PrintNode")); mixin(bindCode("vtkKdNode_PrintVerboseNode", "D_vtkKdNode_PrintVerboseNode")); mixin(bindCode("vtkKdNode_Upcast", "D_vtkKdNode_Upcast")); mixin(bindCode("vtkStringArray_New", "D_vtkStringArray_New")); mixin(bindCode("vtkStringArray_IsTypeOf", "D_vtkStringArray_IsTypeOf")); mixin(bindCode("vtkStringArray_SafeDownCast", "D_vtkStringArray_SafeDownCast")); mixin(bindCode("vtkStringArray_NewInstance", "D_vtkStringArray_NewInstance")); mixin(bindCode("vtkStringArray_InterpolateTuple__SWIG_0", "D_vtkStringArray_InterpolateTuple__SWIG_0")); mixin(bindCode("vtkStringArray_InterpolateTuple__SWIG_1", "D_vtkStringArray_InterpolateTuple__SWIG_1")); mixin(bindCode("vtkStringArray_GetTuples__SWIG_0", "D_vtkStringArray_GetTuples__SWIG_0")); mixin(bindCode("vtkStringArray_GetTuples__SWIG_1", "D_vtkStringArray_GetTuples__SWIG_1")); mixin(bindCode("vtkStringArray_Allocate__SWIG_0", "D_vtkStringArray_Allocate__SWIG_0")); mixin(bindCode("vtkStringArray_Allocate__SWIG_1", "D_vtkStringArray_Allocate__SWIG_1")); mixin(bindCode("vtkStringArray_GetValue", "D_vtkStringArray_GetValue")); mixin(bindCode("vtkStringArray_SetValue", "D_vtkStringArray_SetValue")); mixin(bindCode("vtkStringArray_SetNumberOfValues", "D_vtkStringArray_SetNumberOfValues")); mixin(bindCode("vtkStringArray_GetNumberOfValues", "D_vtkStringArray_GetNumberOfValues")); mixin(bindCode("vtkStringArray_GetNumberOfElementComponents", "D_vtkStringArray_GetNumberOfElementComponents")); mixin(bindCode("vtkStringArray_InsertValue", "D_vtkStringArray_InsertValue")); mixin(bindCode("vtkStringArray_InsertNextValue", "D_vtkStringArray_InsertNextValue")); mixin(bindCode("vtkStringArray_LookupValue__SWIG_0", "D_vtkStringArray_LookupValue__SWIG_0")); mixin(bindCode("vtkStringArray_LookupValue__SWIG_1", "D_vtkStringArray_LookupValue__SWIG_1")); mixin(bindCode("vtkStringArray_LookupValue__SWIG_2", "D_vtkStringArray_LookupValue__SWIG_2")); mixin(bindCode("vtkStringArray_LookupValue__SWIG_3", "D_vtkStringArray_LookupValue__SWIG_3")); mixin(bindCode("vtkStringArray_DataElementChanged", "D_vtkStringArray_DataElementChanged")); mixin(bindCode("vtkStringArray_Upcast", "D_vtkStringArray_Upcast")); mixin(bindCode("vtkStrahlerMetric_New", "D_vtkStrahlerMetric_New")); mixin(bindCode("vtkStrahlerMetric_IsTypeOf", "D_vtkStrahlerMetric_IsTypeOf")); mixin(bindCode("vtkStrahlerMetric_SafeDownCast", "D_vtkStrahlerMetric_SafeDownCast")); mixin(bindCode("vtkStrahlerMetric_NewInstance", "D_vtkStrahlerMetric_NewInstance")); mixin(bindCode("vtkStrahlerMetric_SetMetricArrayName", "D_vtkStrahlerMetric_SetMetricArrayName")); mixin(bindCode("vtkStrahlerMetric_SetNormalize", "D_vtkStrahlerMetric_SetNormalize")); mixin(bindCode("vtkStrahlerMetric_GetNormalize", "D_vtkStrahlerMetric_GetNormalize")); mixin(bindCode("vtkStrahlerMetric_NormalizeOn", "D_vtkStrahlerMetric_NormalizeOn")); mixin(bindCode("vtkStrahlerMetric_NormalizeOff", "D_vtkStrahlerMetric_NormalizeOff")); mixin(bindCode("vtkStrahlerMetric_GetMaxStrahler", "D_vtkStrahlerMetric_GetMaxStrahler")); mixin(bindCode("vtkStrahlerMetric_Upcast", "D_vtkStrahlerMetric_Upcast")); mixin(bindCode("vtkParametricCrossCap_IsTypeOf", "D_vtkParametricCrossCap_IsTypeOf")); mixin(bindCode("vtkParametricCrossCap_SafeDownCast", "D_vtkParametricCrossCap_SafeDownCast")); mixin(bindCode("vtkParametricCrossCap_NewInstance", "D_vtkParametricCrossCap_NewInstance")); mixin(bindCode("vtkParametricCrossCap_New", "D_vtkParametricCrossCap_New")); mixin(bindCode("vtkParametricCrossCap_Upcast", "D_vtkParametricCrossCap_Upcast")); mixin(bindCode("vtkCenteredSliderWidget_New", "D_vtkCenteredSliderWidget_New")); mixin(bindCode("vtkCenteredSliderWidget_IsTypeOf", "D_vtkCenteredSliderWidget_IsTypeOf")); mixin(bindCode("vtkCenteredSliderWidget_SafeDownCast", "D_vtkCenteredSliderWidget_SafeDownCast")); mixin(bindCode("vtkCenteredSliderWidget_NewInstance", "D_vtkCenteredSliderWidget_NewInstance")); mixin(bindCode("vtkCenteredSliderWidget_SetRepresentation", "D_vtkCenteredSliderWidget_SetRepresentation")); mixin(bindCode("vtkCenteredSliderWidget_GetSliderRepresentation", "D_vtkCenteredSliderWidget_GetSliderRepresentation")); mixin(bindCode("vtkCenteredSliderWidget_GetValue", "D_vtkCenteredSliderWidget_GetValue")); mixin(bindCode("vtkCenteredSliderWidget_Upcast", "D_vtkCenteredSliderWidget_Upcast")); mixin(bindCode("vtkImageGaussianSource_New", "D_vtkImageGaussianSource_New")); mixin(bindCode("vtkImageGaussianSource_IsTypeOf", "D_vtkImageGaussianSource_IsTypeOf")); mixin(bindCode("vtkImageGaussianSource_SafeDownCast", "D_vtkImageGaussianSource_SafeDownCast")); mixin(bindCode("vtkImageGaussianSource_NewInstance", "D_vtkImageGaussianSource_NewInstance")); mixin(bindCode("vtkImageGaussianSource_SetWholeExtent", "D_vtkImageGaussianSource_SetWholeExtent")); mixin(bindCode("vtkImageGaussianSource_SetCenter__SWIG_0", "D_vtkImageGaussianSource_SetCenter__SWIG_0")); mixin(bindCode("vtkImageGaussianSource_SetCenter__SWIG_1", "D_vtkImageGaussianSource_SetCenter__SWIG_1")); mixin(bindCode("vtkImageGaussianSource_GetCenter__SWIG_0", "D_vtkImageGaussianSource_GetCenter__SWIG_0")); mixin(bindCode("vtkImageGaussianSource_GetCenter__SWIG_1", "D_vtkImageGaussianSource_GetCenter__SWIG_1")); mixin(bindCode("vtkImageGaussianSource_GetCenter__SWIG_2", "D_vtkImageGaussianSource_GetCenter__SWIG_2")); mixin(bindCode("vtkImageGaussianSource_SetMaximum", "D_vtkImageGaussianSource_SetMaximum")); mixin(bindCode("vtkImageGaussianSource_GetMaximum", "D_vtkImageGaussianSource_GetMaximum")); mixin(bindCode("vtkImageGaussianSource_SetStandardDeviation", "D_vtkImageGaussianSource_SetStandardDeviation")); mixin(bindCode("vtkImageGaussianSource_GetStandardDeviation", "D_vtkImageGaussianSource_GetStandardDeviation")); mixin(bindCode("vtkImageGaussianSource_Upcast", "D_vtkImageGaussianSource_Upcast")); mixin(bindCode("vtkPolygonsPainter_New", "D_vtkPolygonsPainter_New")); mixin(bindCode("vtkPolygonsPainter_IsTypeOf", "D_vtkPolygonsPainter_IsTypeOf")); mixin(bindCode("vtkPolygonsPainter_SafeDownCast", "D_vtkPolygonsPainter_SafeDownCast")); mixin(bindCode("vtkPolygonsPainter_NewInstance", "D_vtkPolygonsPainter_NewInstance")); mixin(bindCode("vtkPolygonsPainter_Upcast", "D_vtkPolygonsPainter_Upcast")); mixin(bindCode("vtkMeanValueCoordinatesInterpolator_New", "D_vtkMeanValueCoordinatesInterpolator_New")); mixin(bindCode("vtkMeanValueCoordinatesInterpolator_IsTypeOf", "D_vtkMeanValueCoordinatesInterpolator_IsTypeOf")); mixin(bindCode("vtkMeanValueCoordinatesInterpolator_SafeDownCast", "D_vtkMeanValueCoordinatesInterpolator_SafeDownCast")); mixin(bindCode("vtkMeanValueCoordinatesInterpolator_NewInstance", "D_vtkMeanValueCoordinatesInterpolator_NewInstance")); mixin(bindCode("vtkMeanValueCoordinatesInterpolator_ComputeInterpolationWeights__SWIG_0", "D_vtkMeanValueCoordinatesInterpolator_ComputeInterpolationWeights__SWIG_0")); mixin(bindCode("vtkMeanValueCoordinatesInterpolator_ComputeInterpolationWeights__SWIG_1", "D_vtkMeanValueCoordinatesInterpolator_ComputeInterpolationWeights__SWIG_1")); mixin(bindCode("vtkMeanValueCoordinatesInterpolator_Upcast", "D_vtkMeanValueCoordinatesInterpolator_Upcast")); mixin(bindCode("vtkResliceCursorPolyDataAlgorithm_IsTypeOf", "D_vtkResliceCursorPolyDataAlgorithm_IsTypeOf")); mixin(bindCode("vtkResliceCursorPolyDataAlgorithm_SafeDownCast", "D_vtkResliceCursorPolyDataAlgorithm_SafeDownCast")); mixin(bindCode("vtkResliceCursorPolyDataAlgorithm_NewInstance", "D_vtkResliceCursorPolyDataAlgorithm_NewInstance")); mixin(bindCode("vtkResliceCursorPolyDataAlgorithm_New", "D_vtkResliceCursorPolyDataAlgorithm_New")); mixin(bindCode("vtkResliceCursorPolyDataAlgorithm_SetReslicePlaneNormal", "D_vtkResliceCursorPolyDataAlgorithm_SetReslicePlaneNormal")); mixin(bindCode("vtkResliceCursorPolyDataAlgorithm_GetReslicePlaneNormal", "D_vtkResliceCursorPolyDataAlgorithm_GetReslicePlaneNormal")); mixin(bindCode("vtkResliceCursorPolyDataAlgorithm_SetReslicePlaneNormalToXAxis", "D_vtkResliceCursorPolyDataAlgorithm_SetReslicePlaneNormalToXAxis")); mixin(bindCode("vtkResliceCursorPolyDataAlgorithm_SetReslicePlaneNormalToYAxis", "D_vtkResliceCursorPolyDataAlgorithm_SetReslicePlaneNormalToYAxis")); mixin(bindCode("vtkResliceCursorPolyDataAlgorithm_SetReslicePlaneNormalToZAxis", "D_vtkResliceCursorPolyDataAlgorithm_SetReslicePlaneNormalToZAxis")); mixin(bindCode("vtkResliceCursorPolyDataAlgorithm_SetResliceCursor", "D_vtkResliceCursorPolyDataAlgorithm_SetResliceCursor")); mixin(bindCode("vtkResliceCursorPolyDataAlgorithm_GetResliceCursor", "D_vtkResliceCursorPolyDataAlgorithm_GetResliceCursor")); mixin(bindCode("vtkResliceCursorPolyDataAlgorithm_SetSliceBounds__SWIG_0", "D_vtkResliceCursorPolyDataAlgorithm_SetSliceBounds__SWIG_0")); mixin(bindCode("vtkResliceCursorPolyDataAlgorithm_SetSliceBounds__SWIG_1", "D_vtkResliceCursorPolyDataAlgorithm_SetSliceBounds__SWIG_1")); mixin(bindCode("vtkResliceCursorPolyDataAlgorithm_GetSliceBounds__SWIG_0", "D_vtkResliceCursorPolyDataAlgorithm_GetSliceBounds__SWIG_0")); mixin(bindCode("vtkResliceCursorPolyDataAlgorithm_GetSliceBounds__SWIG_1", "D_vtkResliceCursorPolyDataAlgorithm_GetSliceBounds__SWIG_1")); mixin(bindCode("vtkResliceCursorPolyDataAlgorithm_GetSliceBounds__SWIG_2", "D_vtkResliceCursorPolyDataAlgorithm_GetSliceBounds__SWIG_2")); mixin(bindCode("vtkResliceCursorPolyDataAlgorithm_GetCenterlineAxis1", "D_vtkResliceCursorPolyDataAlgorithm_GetCenterlineAxis1")); mixin(bindCode("vtkResliceCursorPolyDataAlgorithm_GetCenterlineAxis2", "D_vtkResliceCursorPolyDataAlgorithm_GetCenterlineAxis2")); mixin(bindCode("vtkResliceCursorPolyDataAlgorithm_GetThickSlabAxis1", "D_vtkResliceCursorPolyDataAlgorithm_GetThickSlabAxis1")); mixin(bindCode("vtkResliceCursorPolyDataAlgorithm_GetThickSlabAxis2", "D_vtkResliceCursorPolyDataAlgorithm_GetThickSlabAxis2")); mixin(bindCode("vtkResliceCursorPolyDataAlgorithm_GetAxis1", "D_vtkResliceCursorPolyDataAlgorithm_GetAxis1")); mixin(bindCode("vtkResliceCursorPolyDataAlgorithm_GetAxis2", "D_vtkResliceCursorPolyDataAlgorithm_GetAxis2")); mixin(bindCode("vtkResliceCursorPolyDataAlgorithm_GetPlaneAxis1", "D_vtkResliceCursorPolyDataAlgorithm_GetPlaneAxis1")); mixin(bindCode("vtkResliceCursorPolyDataAlgorithm_GetPlaneAxis2", "D_vtkResliceCursorPolyDataAlgorithm_GetPlaneAxis2")); mixin(bindCode("vtkResliceCursorPolyDataAlgorithm_GetOtherPlaneForAxis", "D_vtkResliceCursorPolyDataAlgorithm_GetOtherPlaneForAxis")); mixin(bindCode("vtkResliceCursorPolyDataAlgorithm_Upcast", "D_vtkResliceCursorPolyDataAlgorithm_Upcast")); mixin(bindCode("vtkCellData_New", "D_vtkCellData_New")); mixin(bindCode("vtkCellData_IsTypeOf", "D_vtkCellData_IsTypeOf")); mixin(bindCode("vtkCellData_SafeDownCast", "D_vtkCellData_SafeDownCast")); mixin(bindCode("vtkCellData_NewInstance", "D_vtkCellData_NewInstance")); mixin(bindCode("vtkCellData_Upcast", "D_vtkCellData_Upcast")); mixin(bindCode("vtkEdgeTable_New", "D_vtkEdgeTable_New")); mixin(bindCode("vtkEdgeTable_IsTypeOf", "D_vtkEdgeTable_IsTypeOf")); mixin(bindCode("vtkEdgeTable_SafeDownCast", "D_vtkEdgeTable_SafeDownCast")); mixin(bindCode("vtkEdgeTable_NewInstance", "D_vtkEdgeTable_NewInstance")); mixin(bindCode("vtkEdgeTable_Initialize", "D_vtkEdgeTable_Initialize")); mixin(bindCode("vtkEdgeTable_InitEdgeInsertion__SWIG_0", "D_vtkEdgeTable_InitEdgeInsertion__SWIG_0")); mixin(bindCode("vtkEdgeTable_InitEdgeInsertion__SWIG_1", "D_vtkEdgeTable_InitEdgeInsertion__SWIG_1")); mixin(bindCode("vtkEdgeTable_InsertEdge__SWIG_0", "D_vtkEdgeTable_InsertEdge__SWIG_0")); mixin(bindCode("vtkEdgeTable_InsertEdge__SWIG_1", "D_vtkEdgeTable_InsertEdge__SWIG_1")); mixin(bindCode("vtkEdgeTable_InsertEdge__SWIG_2", "D_vtkEdgeTable_InsertEdge__SWIG_2")); mixin(bindCode("vtkEdgeTable_IsEdge__SWIG_0", "D_vtkEdgeTable_IsEdge__SWIG_0")); mixin(bindCode("vtkEdgeTable_IsEdge__SWIG_1", "D_vtkEdgeTable_IsEdge__SWIG_1")); mixin(bindCode("vtkEdgeTable_InitPointInsertion", "D_vtkEdgeTable_InitPointInsertion")); mixin(bindCode("vtkEdgeTable_InsertUniquePoint", "D_vtkEdgeTable_InsertUniquePoint")); mixin(bindCode("vtkEdgeTable_GetNumberOfEdges", "D_vtkEdgeTable_GetNumberOfEdges")); mixin(bindCode("vtkEdgeTable_InitTraversal", "D_vtkEdgeTable_InitTraversal")); mixin(bindCode("vtkEdgeTable_GetNextEdge__SWIG_0", "D_vtkEdgeTable_GetNextEdge__SWIG_0")); mixin(bindCode("vtkEdgeTable_GetNextEdge__SWIG_1", "D_vtkEdgeTable_GetNextEdge__SWIG_1")); mixin(bindCode("vtkEdgeTable_Reset", "D_vtkEdgeTable_Reset")); mixin(bindCode("vtkEdgeTable_Upcast", "D_vtkEdgeTable_Upcast")); mixin(bindCode("vtkInformationStringVectorKey_IsTypeOf", "D_vtkInformationStringVectorKey_IsTypeOf")); mixin(bindCode("vtkInformationStringVectorKey_SafeDownCast", "D_vtkInformationStringVectorKey_SafeDownCast")); mixin(bindCode("vtkInformationStringVectorKey_NewInstance", "D_vtkInformationStringVectorKey_NewInstance")); mixin(bindCode("new_vtkInformationStringVectorKey__SWIG_0", "D_new_vtkInformationStringVectorKey__SWIG_0")); mixin(bindCode("new_vtkInformationStringVectorKey__SWIG_1", "D_new_vtkInformationStringVectorKey__SWIG_1")); mixin(bindCode("delete_vtkInformationStringVectorKey", "D_delete_vtkInformationStringVectorKey")); mixin(bindCode("vtkInformationStringVectorKey_Append", "D_vtkInformationStringVectorKey_Append")); mixin(bindCode("vtkInformationStringVectorKey_Set__SWIG_0", "D_vtkInformationStringVectorKey_Set__SWIG_0")); mixin(bindCode("vtkInformationStringVectorKey_Set__SWIG_1", "D_vtkInformationStringVectorKey_Set__SWIG_1")); mixin(bindCode("vtkInformationStringVectorKey_Get__SWIG_0", "D_vtkInformationStringVectorKey_Get__SWIG_0")); mixin(bindCode("vtkInformationStringVectorKey_Get__SWIG_1", "D_vtkInformationStringVectorKey_Get__SWIG_1")); mixin(bindCode("vtkInformationStringVectorKey_Length", "D_vtkInformationStringVectorKey_Length")); mixin(bindCode("vtkInformationStringVectorKey_Upcast", "D_vtkInformationStringVectorKey_Upcast")); mixin(bindCode("vtkDashedStreamLine_New", "D_vtkDashedStreamLine_New")); mixin(bindCode("vtkDashedStreamLine_IsTypeOf", "D_vtkDashedStreamLine_IsTypeOf")); mixin(bindCode("vtkDashedStreamLine_SafeDownCast", "D_vtkDashedStreamLine_SafeDownCast")); mixin(bindCode("vtkDashedStreamLine_NewInstance", "D_vtkDashedStreamLine_NewInstance")); mixin(bindCode("vtkDashedStreamLine_SetDashFactor", "D_vtkDashedStreamLine_SetDashFactor")); mixin(bindCode("vtkDashedStreamLine_GetDashFactorMinValue", "D_vtkDashedStreamLine_GetDashFactorMinValue")); mixin(bindCode("vtkDashedStreamLine_GetDashFactorMaxValue", "D_vtkDashedStreamLine_GetDashFactorMaxValue")); mixin(bindCode("vtkDashedStreamLine_GetDashFactor", "D_vtkDashedStreamLine_GetDashFactor")); mixin(bindCode("vtkDashedStreamLine_Upcast", "D_vtkDashedStreamLine_Upcast")); mixin(bindCode("vtkWarpVector_New", "D_vtkWarpVector_New")); mixin(bindCode("vtkWarpVector_IsTypeOf", "D_vtkWarpVector_IsTypeOf")); mixin(bindCode("vtkWarpVector_SafeDownCast", "D_vtkWarpVector_SafeDownCast")); mixin(bindCode("vtkWarpVector_NewInstance", "D_vtkWarpVector_NewInstance")); mixin(bindCode("vtkWarpVector_SetScaleFactor", "D_vtkWarpVector_SetScaleFactor")); mixin(bindCode("vtkWarpVector_GetScaleFactor", "D_vtkWarpVector_GetScaleFactor")); mixin(bindCode("vtkWarpVector_FillInputPortInformation", "D_vtkWarpVector_FillInputPortInformation")); mixin(bindCode("vtkWarpVector_Upcast", "D_vtkWarpVector_Upcast")); mixin(bindCode("vtkPainterDeviceAdapter_New", "D_vtkPainterDeviceAdapter_New")); mixin(bindCode("vtkPainterDeviceAdapter_IsTypeOf", "D_vtkPainterDeviceAdapter_IsTypeOf")); mixin(bindCode("vtkPainterDeviceAdapter_SafeDownCast", "D_vtkPainterDeviceAdapter_SafeDownCast")); mixin(bindCode("vtkPainterDeviceAdapter_NewInstance", "D_vtkPainterDeviceAdapter_NewInstance")); mixin(bindCode("vtkPainterDeviceAdapter_BeginPrimitive", "D_vtkPainterDeviceAdapter_BeginPrimitive")); mixin(bindCode("vtkPainterDeviceAdapter_EndPrimitive", "D_vtkPainterDeviceAdapter_EndPrimitive")); mixin(bindCode("vtkPainterDeviceAdapter_IsAttributesSupported", "D_vtkPainterDeviceAdapter_IsAttributesSupported")); mixin(bindCode("vtkPainterDeviceAdapter_SendMultiTextureCoords", "D_vtkPainterDeviceAdapter_SendMultiTextureCoords")); mixin(bindCode("vtkPainterDeviceAdapter_SendAttribute__SWIG_0", "D_vtkPainterDeviceAdapter_SendAttribute__SWIG_0")); mixin(bindCode("vtkPainterDeviceAdapter_SendAttribute__SWIG_1", "D_vtkPainterDeviceAdapter_SendAttribute__SWIG_1")); mixin(bindCode("vtkPainterDeviceAdapter_SetAttributePointer__SWIG_0", "D_vtkPainterDeviceAdapter_SetAttributePointer__SWIG_0")); mixin(bindCode("vtkPainterDeviceAdapter_SetAttributePointer__SWIG_1", "D_vtkPainterDeviceAdapter_SetAttributePointer__SWIG_1")); mixin(bindCode("vtkPainterDeviceAdapter_EnableAttributeArray", "D_vtkPainterDeviceAdapter_EnableAttributeArray")); mixin(bindCode("vtkPainterDeviceAdapter_DisableAttributeArray", "D_vtkPainterDeviceAdapter_DisableAttributeArray")); mixin(bindCode("vtkPainterDeviceAdapter_DrawArrays", "D_vtkPainterDeviceAdapter_DrawArrays")); mixin(bindCode("vtkPainterDeviceAdapter_DrawElements", "D_vtkPainterDeviceAdapter_DrawElements")); mixin(bindCode("vtkPainterDeviceAdapter_Compatible", "D_vtkPainterDeviceAdapter_Compatible")); mixin(bindCode("vtkPainterDeviceAdapter_MakeLighting", "D_vtkPainterDeviceAdapter_MakeLighting")); mixin(bindCode("vtkPainterDeviceAdapter_QueryLighting", "D_vtkPainterDeviceAdapter_QueryLighting")); mixin(bindCode("vtkPainterDeviceAdapter_MakeMultisampling", "D_vtkPainterDeviceAdapter_MakeMultisampling")); mixin(bindCode("vtkPainterDeviceAdapter_QueryMultisampling", "D_vtkPainterDeviceAdapter_QueryMultisampling")); mixin(bindCode("vtkPainterDeviceAdapter_MakeBlending", "D_vtkPainterDeviceAdapter_MakeBlending")); mixin(bindCode("vtkPainterDeviceAdapter_QueryBlending", "D_vtkPainterDeviceAdapter_QueryBlending")); mixin(bindCode("vtkPainterDeviceAdapter_MakeVertexEmphasis", "D_vtkPainterDeviceAdapter_MakeVertexEmphasis")); mixin(bindCode("vtkPainterDeviceAdapter_Stencil", "D_vtkPainterDeviceAdapter_Stencil")); mixin(bindCode("vtkPainterDeviceAdapter_WriteStencil", "D_vtkPainterDeviceAdapter_WriteStencil")); mixin(bindCode("vtkPainterDeviceAdapter_TestStencil", "D_vtkPainterDeviceAdapter_TestStencil")); mixin(bindCode("vtkPainterDeviceAdapter_Upcast", "D_vtkPainterDeviceAdapter_Upcast")); mixin(bindCode("vtkInteractionStyleObjectFactory_New", "D_vtkInteractionStyleObjectFactory_New")); mixin(bindCode("vtkInteractionStyleObjectFactory_IsTypeOf", "D_vtkInteractionStyleObjectFactory_IsTypeOf")); mixin(bindCode("vtkInteractionStyleObjectFactory_SafeDownCast", "D_vtkInteractionStyleObjectFactory_SafeDownCast")); mixin(bindCode("vtkInteractionStyleObjectFactory_NewInstance", "D_vtkInteractionStyleObjectFactory_NewInstance")); mixin(bindCode("delete_vtkInteractionStyleObjectFactory", "D_delete_vtkInteractionStyleObjectFactory")); mixin(bindCode("vtkInteractionStyleObjectFactory_Upcast", "D_vtkInteractionStyleObjectFactory_Upcast")); mixin(bindCode("vtkTrivialProducer_New", "D_vtkTrivialProducer_New")); mixin(bindCode("vtkTrivialProducer_IsTypeOf", "D_vtkTrivialProducer_IsTypeOf")); mixin(bindCode("vtkTrivialProducer_SafeDownCast", "D_vtkTrivialProducer_SafeDownCast")); mixin(bindCode("vtkTrivialProducer_NewInstance", "D_vtkTrivialProducer_NewInstance")); mixin(bindCode("vtkTrivialProducer_SetOutput", "D_vtkTrivialProducer_SetOutput")); mixin(bindCode("vtkTrivialProducer_Upcast", "D_vtkTrivialProducer_Upcast")); mixin(bindCode("vtkImageSobel2D_New", "D_vtkImageSobel2D_New")); mixin(bindCode("vtkImageSobel2D_IsTypeOf", "D_vtkImageSobel2D_IsTypeOf")); mixin(bindCode("vtkImageSobel2D_SafeDownCast", "D_vtkImageSobel2D_SafeDownCast")); mixin(bindCode("vtkImageSobel2D_NewInstance", "D_vtkImageSobel2D_NewInstance")); mixin(bindCode("vtkImageSobel2D_Upcast", "D_vtkImageSobel2D_Upcast")); mixin(bindCode("vtkImageMapToRGBA_New", "D_vtkImageMapToRGBA_New")); mixin(bindCode("vtkImageMapToRGBA_IsTypeOf", "D_vtkImageMapToRGBA_IsTypeOf")); mixin(bindCode("vtkImageMapToRGBA_SafeDownCast", "D_vtkImageMapToRGBA_SafeDownCast")); mixin(bindCode("vtkImageMapToRGBA_NewInstance", "D_vtkImageMapToRGBA_NewInstance")); mixin(bindCode("vtkImageMapToRGBA_Upcast", "D_vtkImageMapToRGBA_Upcast")); mixin(bindCode("vtkImageResize_New", "D_vtkImageResize_New")); mixin(bindCode("vtkImageResize_IsTypeOf", "D_vtkImageResize_IsTypeOf")); mixin(bindCode("vtkImageResize_SafeDownCast", "D_vtkImageResize_SafeDownCast")); mixin(bindCode("vtkImageResize_NewInstance", "D_vtkImageResize_NewInstance")); mixin(bindCode("vtkImageResize_SetResizeMethod", "D_vtkImageResize_SetResizeMethod")); mixin(bindCode("vtkImageResize_GetResizeMethodMinValue", "D_vtkImageResize_GetResizeMethodMinValue")); mixin(bindCode("vtkImageResize_GetResizeMethodMaxValue", "D_vtkImageResize_GetResizeMethodMaxValue")); mixin(bindCode("vtkImageResize_GetResizeMethod", "D_vtkImageResize_GetResizeMethod")); mixin(bindCode("vtkImageResize_SetResizeMethodToOutputDimensions", "D_vtkImageResize_SetResizeMethodToOutputDimensions")); mixin(bindCode("vtkImageResize_SetResizeMethodToOutputSpacing", "D_vtkImageResize_SetResizeMethodToOutputSpacing")); mixin(bindCode("vtkImageResize_SetResizeMethodToMagnificationFactors", "D_vtkImageResize_SetResizeMethodToMagnificationFactors")); mixin(bindCode("vtkImageResize_GetResizeMethodAsString", "D_vtkImageResize_GetResizeMethodAsString")); mixin(bindCode("vtkImageResize_SetOutputDimensions__SWIG_0", "D_vtkImageResize_SetOutputDimensions__SWIG_0")); mixin(bindCode("vtkImageResize_SetOutputDimensions__SWIG_1", "D_vtkImageResize_SetOutputDimensions__SWIG_1")); mixin(bindCode("vtkImageResize_GetOutputDimensions__SWIG_0", "D_vtkImageResize_GetOutputDimensions__SWIG_0")); mixin(bindCode("vtkImageResize_GetOutputDimensions__SWIG_1", "D_vtkImageResize_GetOutputDimensions__SWIG_1")); mixin(bindCode("vtkImageResize_GetOutputDimensions__SWIG_2", "D_vtkImageResize_GetOutputDimensions__SWIG_2")); mixin(bindCode("vtkImageResize_SetOutputSpacing__SWIG_0", "D_vtkImageResize_SetOutputSpacing__SWIG_0")); mixin(bindCode("vtkImageResize_SetOutputSpacing__SWIG_1", "D_vtkImageResize_SetOutputSpacing__SWIG_1")); mixin(bindCode("vtkImageResize_GetOutputSpacing__SWIG_0", "D_vtkImageResize_GetOutputSpacing__SWIG_0")); mixin(bindCode("vtkImageResize_GetOutputSpacing__SWIG_1", "D_vtkImageResize_GetOutputSpacing__SWIG_1")); mixin(bindCode("vtkImageResize_GetOutputSpacing__SWIG_2", "D_vtkImageResize_GetOutputSpacing__SWIG_2")); mixin(bindCode("vtkImageResize_SetMagnificationFactors__SWIG_0", "D_vtkImageResize_SetMagnificationFactors__SWIG_0")); mixin(bindCode("vtkImageResize_SetMagnificationFactors__SWIG_1", "D_vtkImageResize_SetMagnificationFactors__SWIG_1")); mixin(bindCode("vtkImageResize_GetMagnificationFactors__SWIG_0", "D_vtkImageResize_GetMagnificationFactors__SWIG_0")); mixin(bindCode("vtkImageResize_GetMagnificationFactors__SWIG_1", "D_vtkImageResize_GetMagnificationFactors__SWIG_1")); mixin(bindCode("vtkImageResize_GetMagnificationFactors__SWIG_2", "D_vtkImageResize_GetMagnificationFactors__SWIG_2")); mixin(bindCode("vtkImageResize_SetBorder", "D_vtkImageResize_SetBorder")); mixin(bindCode("vtkImageResize_BorderOn", "D_vtkImageResize_BorderOn")); mixin(bindCode("vtkImageResize_BorderOff", "D_vtkImageResize_BorderOff")); mixin(bindCode("vtkImageResize_GetBorder", "D_vtkImageResize_GetBorder")); mixin(bindCode("vtkImageResize_SetCropping", "D_vtkImageResize_SetCropping")); mixin(bindCode("vtkImageResize_CroppingOn", "D_vtkImageResize_CroppingOn")); mixin(bindCode("vtkImageResize_CroppingOff", "D_vtkImageResize_CroppingOff")); mixin(bindCode("vtkImageResize_GetCropping", "D_vtkImageResize_GetCropping")); mixin(bindCode("vtkImageResize_SetCroppingRegion__SWIG_0", "D_vtkImageResize_SetCroppingRegion__SWIG_0")); mixin(bindCode("vtkImageResize_SetCroppingRegion__SWIG_1", "D_vtkImageResize_SetCroppingRegion__SWIG_1")); mixin(bindCode("vtkImageResize_GetCroppingRegion__SWIG_0", "D_vtkImageResize_GetCroppingRegion__SWIG_0")); mixin(bindCode("vtkImageResize_GetCroppingRegion__SWIG_1", "D_vtkImageResize_GetCroppingRegion__SWIG_1")); mixin(bindCode("vtkImageResize_GetCroppingRegion__SWIG_2", "D_vtkImageResize_GetCroppingRegion__SWIG_2")); mixin(bindCode("vtkImageResize_SetInterpolate", "D_vtkImageResize_SetInterpolate")); mixin(bindCode("vtkImageResize_InterpolateOn", "D_vtkImageResize_InterpolateOn")); mixin(bindCode("vtkImageResize_InterpolateOff", "D_vtkImageResize_InterpolateOff")); mixin(bindCode("vtkImageResize_GetInterpolate", "D_vtkImageResize_GetInterpolate")); mixin(bindCode("vtkImageResize_SetInterpolator", "D_vtkImageResize_SetInterpolator")); mixin(bindCode("vtkImageResize_GetInterpolator", "D_vtkImageResize_GetInterpolator")); mixin(bindCode("vtkImageResize_Upcast", "D_vtkImageResize_Upcast")); mixin(bindCode("vtkGraphMapper_New", "D_vtkGraphMapper_New")); mixin(bindCode("vtkGraphMapper_IsTypeOf", "D_vtkGraphMapper_IsTypeOf")); mixin(bindCode("vtkGraphMapper_SafeDownCast", "D_vtkGraphMapper_SafeDownCast")); mixin(bindCode("vtkGraphMapper_NewInstance", "D_vtkGraphMapper_NewInstance")); mixin(bindCode("vtkGraphMapper_SetVertexColorArrayName", "D_vtkGraphMapper_SetVertexColorArrayName")); mixin(bindCode("vtkGraphMapper_GetVertexColorArrayName", "D_vtkGraphMapper_GetVertexColorArrayName")); mixin(bindCode("vtkGraphMapper_SetColorVertices", "D_vtkGraphMapper_SetColorVertices")); mixin(bindCode("vtkGraphMapper_GetColorVertices", "D_vtkGraphMapper_GetColorVertices")); mixin(bindCode("vtkGraphMapper_ColorVerticesOn", "D_vtkGraphMapper_ColorVerticesOn")); mixin(bindCode("vtkGraphMapper_ColorVerticesOff", "D_vtkGraphMapper_ColorVerticesOff")); mixin(bindCode("vtkGraphMapper_SetScaledGlyphs", "D_vtkGraphMapper_SetScaledGlyphs")); mixin(bindCode("vtkGraphMapper_GetScaledGlyphs", "D_vtkGraphMapper_GetScaledGlyphs")); mixin(bindCode("vtkGraphMapper_ScaledGlyphsOn", "D_vtkGraphMapper_ScaledGlyphsOn")); mixin(bindCode("vtkGraphMapper_ScaledGlyphsOff", "D_vtkGraphMapper_ScaledGlyphsOff")); mixin(bindCode("vtkGraphMapper_SetScalingArrayName", "D_vtkGraphMapper_SetScalingArrayName")); mixin(bindCode("vtkGraphMapper_GetScalingArrayName", "D_vtkGraphMapper_GetScalingArrayName")); mixin(bindCode("vtkGraphMapper_SetEdgeVisibility", "D_vtkGraphMapper_SetEdgeVisibility")); mixin(bindCode("vtkGraphMapper_GetEdgeVisibility", "D_vtkGraphMapper_GetEdgeVisibility")); mixin(bindCode("vtkGraphMapper_EdgeVisibilityOn", "D_vtkGraphMapper_EdgeVisibilityOn")); mixin(bindCode("vtkGraphMapper_EdgeVisibilityOff", "D_vtkGraphMapper_EdgeVisibilityOff")); mixin(bindCode("vtkGraphMapper_SetEdgeColorArrayName", "D_vtkGraphMapper_SetEdgeColorArrayName")); mixin(bindCode("vtkGraphMapper_GetEdgeColorArrayName", "D_vtkGraphMapper_GetEdgeColorArrayName")); mixin(bindCode("vtkGraphMapper_SetColorEdges", "D_vtkGraphMapper_SetColorEdges")); mixin(bindCode("vtkGraphMapper_GetColorEdges", "D_vtkGraphMapper_GetColorEdges")); mixin(bindCode("vtkGraphMapper_ColorEdgesOn", "D_vtkGraphMapper_ColorEdgesOn")); mixin(bindCode("vtkGraphMapper_ColorEdgesOff", "D_vtkGraphMapper_ColorEdgesOff")); mixin(bindCode("vtkGraphMapper_SetEnabledEdgesArrayName", "D_vtkGraphMapper_SetEnabledEdgesArrayName")); mixin(bindCode("vtkGraphMapper_GetEnabledEdgesArrayName", "D_vtkGraphMapper_GetEnabledEdgesArrayName")); mixin(bindCode("vtkGraphMapper_SetEnableEdgesByArray", "D_vtkGraphMapper_SetEnableEdgesByArray")); mixin(bindCode("vtkGraphMapper_GetEnableEdgesByArray", "D_vtkGraphMapper_GetEnableEdgesByArray")); mixin(bindCode("vtkGraphMapper_EnableEdgesByArrayOn", "D_vtkGraphMapper_EnableEdgesByArrayOn")); mixin(bindCode("vtkGraphMapper_EnableEdgesByArrayOff", "D_vtkGraphMapper_EnableEdgesByArrayOff")); mixin(bindCode("vtkGraphMapper_SetEnabledVerticesArrayName", "D_vtkGraphMapper_SetEnabledVerticesArrayName")); mixin(bindCode("vtkGraphMapper_GetEnabledVerticesArrayName", "D_vtkGraphMapper_GetEnabledVerticesArrayName")); mixin(bindCode("vtkGraphMapper_SetEnableVerticesByArray", "D_vtkGraphMapper_SetEnableVerticesByArray")); mixin(bindCode("vtkGraphMapper_GetEnableVerticesByArray", "D_vtkGraphMapper_GetEnableVerticesByArray")); mixin(bindCode("vtkGraphMapper_EnableVerticesByArrayOn", "D_vtkGraphMapper_EnableVerticesByArrayOn")); mixin(bindCode("vtkGraphMapper_EnableVerticesByArrayOff", "D_vtkGraphMapper_EnableVerticesByArrayOff")); mixin(bindCode("vtkGraphMapper_SetIconArrayName", "D_vtkGraphMapper_SetIconArrayName")); mixin(bindCode("vtkGraphMapper_GetIconArrayName", "D_vtkGraphMapper_GetIconArrayName")); mixin(bindCode("vtkGraphMapper_AddIconType", "D_vtkGraphMapper_AddIconType")); mixin(bindCode("vtkGraphMapper_ClearIconTypes", "D_vtkGraphMapper_ClearIconTypes")); mixin(bindCode("vtkGraphMapper_SetIconSize", "D_vtkGraphMapper_SetIconSize")); mixin(bindCode("vtkGraphMapper_GetIconSize", "D_vtkGraphMapper_GetIconSize")); mixin(bindCode("vtkGraphMapper_SetIconAlignment", "D_vtkGraphMapper_SetIconAlignment")); mixin(bindCode("vtkGraphMapper_GetIconTexture", "D_vtkGraphMapper_GetIconTexture")); mixin(bindCode("vtkGraphMapper_SetIconTexture", "D_vtkGraphMapper_SetIconTexture")); mixin(bindCode("vtkGraphMapper_SetIconVisibility", "D_vtkGraphMapper_SetIconVisibility")); mixin(bindCode("vtkGraphMapper_GetIconVisibility", "D_vtkGraphMapper_GetIconVisibility")); mixin(bindCode("vtkGraphMapper_IconVisibilityOn", "D_vtkGraphMapper_IconVisibilityOn")); mixin(bindCode("vtkGraphMapper_IconVisibilityOff", "D_vtkGraphMapper_IconVisibilityOff")); mixin(bindCode("vtkGraphMapper_GetVertexPointSize", "D_vtkGraphMapper_GetVertexPointSize")); mixin(bindCode("vtkGraphMapper_SetVertexPointSize", "D_vtkGraphMapper_SetVertexPointSize")); mixin(bindCode("vtkGraphMapper_GetEdgeLineWidth", "D_vtkGraphMapper_GetEdgeLineWidth")); mixin(bindCode("vtkGraphMapper_SetEdgeLineWidth", "D_vtkGraphMapper_SetEdgeLineWidth")); mixin(bindCode("vtkGraphMapper_SetInputData", "D_vtkGraphMapper_SetInputData")); mixin(bindCode("vtkGraphMapper_GetInput", "D_vtkGraphMapper_GetInput")); mixin(bindCode("vtkGraphMapper_GetBounds__SWIG_0", "D_vtkGraphMapper_GetBounds__SWIG_0")); mixin(bindCode("vtkGraphMapper_GetBounds__SWIG_1", "D_vtkGraphMapper_GetBounds__SWIG_1")); mixin(bindCode("vtkGraphMapper_GetEdgeLookupTable", "D_vtkGraphMapper_GetEdgeLookupTable")); mixin(bindCode("vtkGraphMapper_GetVertexLookupTable", "D_vtkGraphMapper_GetVertexLookupTable")); mixin(bindCode("vtkGraphMapper_Upcast", "D_vtkGraphMapper_Upcast")); mixin(bindCode("vtkImplicitHalo_New", "D_vtkImplicitHalo_New")); mixin(bindCode("vtkImplicitHalo_IsTypeOf", "D_vtkImplicitHalo_IsTypeOf")); mixin(bindCode("vtkImplicitHalo_SafeDownCast", "D_vtkImplicitHalo_SafeDownCast")); mixin(bindCode("vtkImplicitHalo_NewInstance", "D_vtkImplicitHalo_NewInstance")); mixin(bindCode("vtkImplicitHalo_EvaluateFunction__SWIG_0", "D_vtkImplicitHalo_EvaluateFunction__SWIG_0")); mixin(bindCode("vtkImplicitHalo_EvaluateFunction__SWIG_1", "D_vtkImplicitHalo_EvaluateFunction__SWIG_1")); mixin(bindCode("vtkImplicitHalo_SetRadius", "D_vtkImplicitHalo_SetRadius")); mixin(bindCode("vtkImplicitHalo_GetRadius", "D_vtkImplicitHalo_GetRadius")); mixin(bindCode("vtkImplicitHalo_SetCenter__SWIG_0", "D_vtkImplicitHalo_SetCenter__SWIG_0")); mixin(bindCode("vtkImplicitHalo_SetCenter__SWIG_1", "D_vtkImplicitHalo_SetCenter__SWIG_1")); mixin(bindCode("vtkImplicitHalo_GetCenter__SWIG_0", "D_vtkImplicitHalo_GetCenter__SWIG_0")); mixin(bindCode("vtkImplicitHalo_GetCenter__SWIG_1", "D_vtkImplicitHalo_GetCenter__SWIG_1")); mixin(bindCode("vtkImplicitHalo_GetCenter__SWIG_2", "D_vtkImplicitHalo_GetCenter__SWIG_2")); mixin(bindCode("vtkImplicitHalo_SetFadeOut", "D_vtkImplicitHalo_SetFadeOut")); mixin(bindCode("vtkImplicitHalo_GetFadeOut", "D_vtkImplicitHalo_GetFadeOut")); mixin(bindCode("vtkImplicitHalo_Upcast", "D_vtkImplicitHalo_Upcast")); mixin(bindCode("vtkClipVolume_IsTypeOf", "D_vtkClipVolume_IsTypeOf")); mixin(bindCode("vtkClipVolume_SafeDownCast", "D_vtkClipVolume_SafeDownCast")); mixin(bindCode("vtkClipVolume_NewInstance", "D_vtkClipVolume_NewInstance")); mixin(bindCode("vtkClipVolume_New", "D_vtkClipVolume_New")); mixin(bindCode("vtkClipVolume_SetValue", "D_vtkClipVolume_SetValue")); mixin(bindCode("vtkClipVolume_GetValue", "D_vtkClipVolume_GetValue")); mixin(bindCode("vtkClipVolume_SetInsideOut", "D_vtkClipVolume_SetInsideOut")); mixin(bindCode("vtkClipVolume_GetInsideOut", "D_vtkClipVolume_GetInsideOut")); mixin(bindCode("vtkClipVolume_InsideOutOn", "D_vtkClipVolume_InsideOutOn")); mixin(bindCode("vtkClipVolume_InsideOutOff", "D_vtkClipVolume_InsideOutOff")); mixin(bindCode("vtkClipVolume_SetClipFunction", "D_vtkClipVolume_SetClipFunction")); mixin(bindCode("vtkClipVolume_GetClipFunction", "D_vtkClipVolume_GetClipFunction")); mixin(bindCode("vtkClipVolume_SetGenerateClipScalars", "D_vtkClipVolume_SetGenerateClipScalars")); mixin(bindCode("vtkClipVolume_GetGenerateClipScalars", "D_vtkClipVolume_GetGenerateClipScalars")); mixin(bindCode("vtkClipVolume_GenerateClipScalarsOn", "D_vtkClipVolume_GenerateClipScalarsOn")); mixin(bindCode("vtkClipVolume_GenerateClipScalarsOff", "D_vtkClipVolume_GenerateClipScalarsOff")); mixin(bindCode("vtkClipVolume_SetGenerateClippedOutput", "D_vtkClipVolume_SetGenerateClippedOutput")); mixin(bindCode("vtkClipVolume_GetGenerateClippedOutput", "D_vtkClipVolume_GetGenerateClippedOutput")); mixin(bindCode("vtkClipVolume_GenerateClippedOutputOn", "D_vtkClipVolume_GenerateClippedOutputOn")); mixin(bindCode("vtkClipVolume_GenerateClippedOutputOff", "D_vtkClipVolume_GenerateClippedOutputOff")); mixin(bindCode("vtkClipVolume_GetClippedOutput", "D_vtkClipVolume_GetClippedOutput")); mixin(bindCode("vtkClipVolume_SetMixed3DCellGeneration", "D_vtkClipVolume_SetMixed3DCellGeneration")); mixin(bindCode("vtkClipVolume_GetMixed3DCellGeneration", "D_vtkClipVolume_GetMixed3DCellGeneration")); mixin(bindCode("vtkClipVolume_Mixed3DCellGenerationOn", "D_vtkClipVolume_Mixed3DCellGenerationOn")); mixin(bindCode("vtkClipVolume_Mixed3DCellGenerationOff", "D_vtkClipVolume_Mixed3DCellGenerationOff")); mixin(bindCode("vtkClipVolume_SetMergeTolerance", "D_vtkClipVolume_SetMergeTolerance")); mixin(bindCode("vtkClipVolume_GetMergeToleranceMinValue", "D_vtkClipVolume_GetMergeToleranceMinValue")); mixin(bindCode("vtkClipVolume_GetMergeToleranceMaxValue", "D_vtkClipVolume_GetMergeToleranceMaxValue")); mixin(bindCode("vtkClipVolume_GetMergeTolerance", "D_vtkClipVolume_GetMergeTolerance")); mixin(bindCode("vtkClipVolume_SetLocator", "D_vtkClipVolume_SetLocator")); mixin(bindCode("vtkClipVolume_GetLocator", "D_vtkClipVolume_GetLocator")); mixin(bindCode("vtkClipVolume_CreateDefaultLocator", "D_vtkClipVolume_CreateDefaultLocator")); mixin(bindCode("vtkClipVolume_Upcast", "D_vtkClipVolume_Upcast")); mixin(bindCode("vtkFixedPointVolumeRayCastCompositeGOHelper_New", "D_vtkFixedPointVolumeRayCastCompositeGOHelper_New")); mixin(bindCode("vtkFixedPointVolumeRayCastCompositeGOHelper_IsTypeOf", "D_vtkFixedPointVolumeRayCastCompositeGOHelper_IsTypeOf")); mixin(bindCode("vtkFixedPointVolumeRayCastCompositeGOHelper_SafeDownCast", "D_vtkFixedPointVolumeRayCastCompositeGOHelper_SafeDownCast")); mixin(bindCode("vtkFixedPointVolumeRayCastCompositeGOHelper_NewInstance", "D_vtkFixedPointVolumeRayCastCompositeGOHelper_NewInstance")); mixin(bindCode("vtkFixedPointVolumeRayCastCompositeGOHelper_Upcast", "D_vtkFixedPointVolumeRayCastCompositeGOHelper_Upcast")); mixin(bindCode("vtkOpenGLScalarsToColorsPainter_New", "D_vtkOpenGLScalarsToColorsPainter_New")); mixin(bindCode("vtkOpenGLScalarsToColorsPainter_IsTypeOf", "D_vtkOpenGLScalarsToColorsPainter_IsTypeOf")); mixin(bindCode("vtkOpenGLScalarsToColorsPainter_SafeDownCast", "D_vtkOpenGLScalarsToColorsPainter_SafeDownCast")); mixin(bindCode("vtkOpenGLScalarsToColorsPainter_NewInstance", "D_vtkOpenGLScalarsToColorsPainter_NewInstance")); mixin(bindCode("vtkOpenGLScalarsToColorsPainter_Upcast", "D_vtkOpenGLScalarsToColorsPainter_Upcast")); mixin(bindCode("vtkBoxMuellerRandomSequence_IsTypeOf", "D_vtkBoxMuellerRandomSequence_IsTypeOf")); mixin(bindCode("vtkBoxMuellerRandomSequence_SafeDownCast", "D_vtkBoxMuellerRandomSequence_SafeDownCast")); mixin(bindCode("vtkBoxMuellerRandomSequence_NewInstance", "D_vtkBoxMuellerRandomSequence_NewInstance")); mixin(bindCode("vtkBoxMuellerRandomSequence_New", "D_vtkBoxMuellerRandomSequence_New")); mixin(bindCode("vtkBoxMuellerRandomSequence_GetUniformSequence", "D_vtkBoxMuellerRandomSequence_GetUniformSequence")); mixin(bindCode("vtkBoxMuellerRandomSequence_SetUniformSequence", "D_vtkBoxMuellerRandomSequence_SetUniformSequence")); mixin(bindCode("vtkBoxMuellerRandomSequence_Upcast", "D_vtkBoxMuellerRandomSequence_Upcast")); mixin(bindCode("vtkImageResample_New", "D_vtkImageResample_New")); mixin(bindCode("vtkImageResample_IsTypeOf", "D_vtkImageResample_IsTypeOf")); mixin(bindCode("vtkImageResample_SafeDownCast", "D_vtkImageResample_SafeDownCast")); mixin(bindCode("vtkImageResample_NewInstance", "D_vtkImageResample_NewInstance")); mixin(bindCode("vtkImageResample_SetAxisOutputSpacing", "D_vtkImageResample_SetAxisOutputSpacing")); mixin(bindCode("vtkImageResample_SetAxisMagnificationFactor", "D_vtkImageResample_SetAxisMagnificationFactor")); mixin(bindCode("vtkImageResample_GetAxisMagnificationFactor__SWIG_0", "D_vtkImageResample_GetAxisMagnificationFactor__SWIG_0")); mixin(bindCode("vtkImageResample_GetAxisMagnificationFactor__SWIG_1", "D_vtkImageResample_GetAxisMagnificationFactor__SWIG_1")); mixin(bindCode("vtkImageResample_SetDimensionality", "D_vtkImageResample_SetDimensionality")); mixin(bindCode("vtkImageResample_GetDimensionality", "D_vtkImageResample_GetDimensionality")); mixin(bindCode("vtkImageResample_Upcast", "D_vtkImageResample_Upcast")); mixin(bindCode("vtkAreaLayout_New", "D_vtkAreaLayout_New")); mixin(bindCode("vtkAreaLayout_IsTypeOf", "D_vtkAreaLayout_IsTypeOf")); mixin(bindCode("vtkAreaLayout_SafeDownCast", "D_vtkAreaLayout_SafeDownCast")); mixin(bindCode("vtkAreaLayout_NewInstance", "D_vtkAreaLayout_NewInstance")); mixin(bindCode("vtkAreaLayout_SetSizeArrayName", "D_vtkAreaLayout_SetSizeArrayName")); mixin(bindCode("vtkAreaLayout_GetAreaArrayName", "D_vtkAreaLayout_GetAreaArrayName")); mixin(bindCode("vtkAreaLayout_SetAreaArrayName", "D_vtkAreaLayout_SetAreaArrayName")); mixin(bindCode("vtkAreaLayout_GetEdgeRoutingPoints", "D_vtkAreaLayout_GetEdgeRoutingPoints")); mixin(bindCode("vtkAreaLayout_SetEdgeRoutingPoints", "D_vtkAreaLayout_SetEdgeRoutingPoints")); mixin(bindCode("vtkAreaLayout_EdgeRoutingPointsOn", "D_vtkAreaLayout_EdgeRoutingPointsOn")); mixin(bindCode("vtkAreaLayout_EdgeRoutingPointsOff", "D_vtkAreaLayout_EdgeRoutingPointsOff")); mixin(bindCode("vtkAreaLayout_GetLayoutStrategy", "D_vtkAreaLayout_GetLayoutStrategy")); mixin(bindCode("vtkAreaLayout_SetLayoutStrategy", "D_vtkAreaLayout_SetLayoutStrategy")); mixin(bindCode("vtkAreaLayout_FindVertex", "D_vtkAreaLayout_FindVertex")); mixin(bindCode("vtkAreaLayout_GetBoundingArea", "D_vtkAreaLayout_GetBoundingArea")); mixin(bindCode("vtkAreaLayout_Upcast", "D_vtkAreaLayout_Upcast")); mixin(bindCode("vtkXMLDataElement_IsTypeOf", "D_vtkXMLDataElement_IsTypeOf")); mixin(bindCode("vtkXMLDataElement_SafeDownCast", "D_vtkXMLDataElement_SafeDownCast")); mixin(bindCode("vtkXMLDataElement_NewInstance", "D_vtkXMLDataElement_NewInstance")); mixin(bindCode("vtkXMLDataElement_New", "D_vtkXMLDataElement_New")); mixin(bindCode("vtkXMLDataElement_GetName", "D_vtkXMLDataElement_GetName")); mixin(bindCode("vtkXMLDataElement_SetName", "D_vtkXMLDataElement_SetName")); mixin(bindCode("vtkXMLDataElement_GetId", "D_vtkXMLDataElement_GetId")); mixin(bindCode("vtkXMLDataElement_SetId", "D_vtkXMLDataElement_SetId")); mixin(bindCode("vtkXMLDataElement_GetAttribute", "D_vtkXMLDataElement_GetAttribute")); mixin(bindCode("vtkXMLDataElement_SetAttribute", "D_vtkXMLDataElement_SetAttribute")); mixin(bindCode("vtkXMLDataElement_SetCharacterData", "D_vtkXMLDataElement_SetCharacterData")); mixin(bindCode("vtkXMLDataElement_AddCharacterData", "D_vtkXMLDataElement_AddCharacterData")); mixin(bindCode("vtkXMLDataElement_GetCharacterData", "D_vtkXMLDataElement_GetCharacterData")); mixin(bindCode("vtkXMLDataElement_GetScalarAttribute__SWIG_0", "D_vtkXMLDataElement_GetScalarAttribute__SWIG_0")); mixin(bindCode("vtkXMLDataElement_GetScalarAttribute__SWIG_1", "D_vtkXMLDataElement_GetScalarAttribute__SWIG_1")); mixin(bindCode("vtkXMLDataElement_GetScalarAttribute__SWIG_2", "D_vtkXMLDataElement_GetScalarAttribute__SWIG_2")); mixin(bindCode("vtkXMLDataElement_GetScalarAttribute__SWIG_3", "D_vtkXMLDataElement_GetScalarAttribute__SWIG_3")); mixin(bindCode("vtkXMLDataElement_SetIntAttribute", "D_vtkXMLDataElement_SetIntAttribute")); mixin(bindCode("vtkXMLDataElement_SetFloatAttribute", "D_vtkXMLDataElement_SetFloatAttribute")); mixin(bindCode("vtkXMLDataElement_SetDoubleAttribute", "D_vtkXMLDataElement_SetDoubleAttribute")); mixin(bindCode("vtkXMLDataElement_SetUnsignedLongAttribute", "D_vtkXMLDataElement_SetUnsignedLongAttribute")); mixin(bindCode("vtkXMLDataElement_GetVectorAttribute__SWIG_0", "D_vtkXMLDataElement_GetVectorAttribute__SWIG_0")); mixin(bindCode("vtkXMLDataElement_GetVectorAttribute__SWIG_1", "D_vtkXMLDataElement_GetVectorAttribute__SWIG_1")); mixin(bindCode("vtkXMLDataElement_GetVectorAttribute__SWIG_2", "D_vtkXMLDataElement_GetVectorAttribute__SWIG_2")); mixin(bindCode("vtkXMLDataElement_GetVectorAttribute__SWIG_3", "D_vtkXMLDataElement_GetVectorAttribute__SWIG_3")); mixin(bindCode("vtkXMLDataElement_SetVectorAttribute__SWIG_0", "D_vtkXMLDataElement_SetVectorAttribute__SWIG_0")); mixin(bindCode("vtkXMLDataElement_SetVectorAttribute__SWIG_1", "D_vtkXMLDataElement_SetVectorAttribute__SWIG_1")); mixin(bindCode("vtkXMLDataElement_SetVectorAttribute__SWIG_2", "D_vtkXMLDataElement_SetVectorAttribute__SWIG_2")); mixin(bindCode("vtkXMLDataElement_SetVectorAttribute__SWIG_3", "D_vtkXMLDataElement_SetVectorAttribute__SWIG_3")); mixin(bindCode("vtkXMLDataElement_GetWordTypeAttribute", "D_vtkXMLDataElement_GetWordTypeAttribute")); mixin(bindCode("vtkXMLDataElement_GetNumberOfAttributes", "D_vtkXMLDataElement_GetNumberOfAttributes")); mixin(bindCode("vtkXMLDataElement_GetAttributeName", "D_vtkXMLDataElement_GetAttributeName")); mixin(bindCode("vtkXMLDataElement_GetAttributeValue", "D_vtkXMLDataElement_GetAttributeValue")); mixin(bindCode("vtkXMLDataElement_RemoveAttribute", "D_vtkXMLDataElement_RemoveAttribute")); mixin(bindCode("vtkXMLDataElement_RemoveAllAttributes", "D_vtkXMLDataElement_RemoveAllAttributes")); mixin(bindCode("vtkXMLDataElement_GetParent", "D_vtkXMLDataElement_GetParent")); mixin(bindCode("vtkXMLDataElement_SetParent", "D_vtkXMLDataElement_SetParent")); mixin(bindCode("vtkXMLDataElement_GetRoot", "D_vtkXMLDataElement_GetRoot")); mixin(bindCode("vtkXMLDataElement_GetNumberOfNestedElements", "D_vtkXMLDataElement_GetNumberOfNestedElements")); mixin(bindCode("vtkXMLDataElement_GetNestedElement", "D_vtkXMLDataElement_GetNestedElement")); mixin(bindCode("vtkXMLDataElement_AddNestedElement", "D_vtkXMLDataElement_AddNestedElement")); mixin(bindCode("vtkXMLDataElement_RemoveNestedElement", "D_vtkXMLDataElement_RemoveNestedElement")); mixin(bindCode("vtkXMLDataElement_RemoveAllNestedElements", "D_vtkXMLDataElement_RemoveAllNestedElements")); mixin(bindCode("vtkXMLDataElement_FindNestedElement", "D_vtkXMLDataElement_FindNestedElement")); mixin(bindCode("vtkXMLDataElement_FindNestedElementWithName", "D_vtkXMLDataElement_FindNestedElementWithName")); mixin(bindCode("vtkXMLDataElement_FindNestedElementWithNameAndId", "D_vtkXMLDataElement_FindNestedElementWithNameAndId")); mixin(bindCode("vtkXMLDataElement_FindNestedElementWithNameAndAttribute", "D_vtkXMLDataElement_FindNestedElementWithNameAndAttribute")); mixin(bindCode("vtkXMLDataElement_LookupElementWithName", "D_vtkXMLDataElement_LookupElementWithName")); mixin(bindCode("vtkXMLDataElement_LookupElement", "D_vtkXMLDataElement_LookupElement")); mixin(bindCode("vtkXMLDataElement_GetXMLByteIndex", "D_vtkXMLDataElement_GetXMLByteIndex")); mixin(bindCode("vtkXMLDataElement_SetXMLByteIndex", "D_vtkXMLDataElement_SetXMLByteIndex")); mixin(bindCode("vtkXMLDataElement_IsEqualTo", "D_vtkXMLDataElement_IsEqualTo")); mixin(bindCode("vtkXMLDataElement_DeepCopy", "D_vtkXMLDataElement_DeepCopy")); mixin(bindCode("vtkXMLDataElement_SetAttributeEncoding", "D_vtkXMLDataElement_SetAttributeEncoding")); mixin(bindCode("vtkXMLDataElement_GetAttributeEncodingMinValue", "D_vtkXMLDataElement_GetAttributeEncodingMinValue")); mixin(bindCode("vtkXMLDataElement_GetAttributeEncodingMaxValue", "D_vtkXMLDataElement_GetAttributeEncodingMaxValue")); mixin(bindCode("vtkXMLDataElement_GetAttributeEncoding", "D_vtkXMLDataElement_GetAttributeEncoding")); mixin(bindCode("vtkXMLDataElement_PrintXML__SWIG_0", "D_vtkXMLDataElement_PrintXML__SWIG_0")); mixin(bindCode("vtkXMLDataElement_PrintXML__SWIG_1", "D_vtkXMLDataElement_PrintXML__SWIG_1")); mixin(bindCode("vtkXMLDataElement_GetCharacterDataWidth", "D_vtkXMLDataElement_GetCharacterDataWidth")); mixin(bindCode("vtkXMLDataElement_SetCharacterDataWidth", "D_vtkXMLDataElement_SetCharacterDataWidth")); mixin(bindCode("vtkXMLDataElement_Upcast", "D_vtkXMLDataElement_Upcast")); mixin(bindCode("vtkXMLDataParser_IsTypeOf", "D_vtkXMLDataParser_IsTypeOf")); mixin(bindCode("vtkXMLDataParser_SafeDownCast", "D_vtkXMLDataParser_SafeDownCast")); mixin(bindCode("vtkXMLDataParser_NewInstance", "D_vtkXMLDataParser_NewInstance")); mixin(bindCode("vtkXMLDataParser_New", "D_vtkXMLDataParser_New")); mixin(bindCode("vtkXMLDataParser_GetRootElement", "D_vtkXMLDataParser_GetRootElement")); mixin(bindCode("vtkXMLDataParser_SetCompressor", "D_vtkXMLDataParser_SetCompressor")); mixin(bindCode("vtkXMLDataParser_GetCompressor", "D_vtkXMLDataParser_GetCompressor")); mixin(bindCode("vtkXMLDataParser_GetWordTypeSize", "D_vtkXMLDataParser_GetWordTypeSize")); mixin(bindCode("vtkXMLDataParser_GetAbort", "D_vtkXMLDataParser_GetAbort")); mixin(bindCode("vtkXMLDataParser_SetAbort", "D_vtkXMLDataParser_SetAbort")); mixin(bindCode("vtkXMLDataParser_GetProgress", "D_vtkXMLDataParser_GetProgress")); mixin(bindCode("vtkXMLDataParser_SetProgress", "D_vtkXMLDataParser_SetProgress")); mixin(bindCode("vtkXMLDataParser_SetAttributesEncoding", "D_vtkXMLDataParser_SetAttributesEncoding")); mixin(bindCode("vtkXMLDataParser_GetAttributesEncodingMinValue", "D_vtkXMLDataParser_GetAttributesEncodingMinValue")); mixin(bindCode("vtkXMLDataParser_GetAttributesEncodingMaxValue", "D_vtkXMLDataParser_GetAttributesEncodingMaxValue")); mixin(bindCode("vtkXMLDataParser_GetAttributesEncoding", "D_vtkXMLDataParser_GetAttributesEncoding")); mixin(bindCode("vtkXMLDataParser_CharacterDataHandler", "D_vtkXMLDataParser_CharacterDataHandler")); mixin(bindCode("vtkXMLDataParser_GetAppendedDataPosition", "D_vtkXMLDataParser_GetAppendedDataPosition")); mixin(bindCode("vtkXMLDataParser_Upcast", "D_vtkXMLDataParser_Upcast")); mixin(bindCode("vtkAttributeDataToFieldDataFilter_IsTypeOf", "D_vtkAttributeDataToFieldDataFilter_IsTypeOf")); mixin(bindCode("vtkAttributeDataToFieldDataFilter_SafeDownCast", "D_vtkAttributeDataToFieldDataFilter_SafeDownCast")); mixin(bindCode("vtkAttributeDataToFieldDataFilter_NewInstance", "D_vtkAttributeDataToFieldDataFilter_NewInstance")); mixin(bindCode("vtkAttributeDataToFieldDataFilter_New", "D_vtkAttributeDataToFieldDataFilter_New")); mixin(bindCode("vtkAttributeDataToFieldDataFilter_SetPassAttributeData", "D_vtkAttributeDataToFieldDataFilter_SetPassAttributeData")); mixin(bindCode("vtkAttributeDataToFieldDataFilter_GetPassAttributeData", "D_vtkAttributeDataToFieldDataFilter_GetPassAttributeData")); mixin(bindCode("vtkAttributeDataToFieldDataFilter_PassAttributeDataOn", "D_vtkAttributeDataToFieldDataFilter_PassAttributeDataOn")); mixin(bindCode("vtkAttributeDataToFieldDataFilter_PassAttributeDataOff", "D_vtkAttributeDataToFieldDataFilter_PassAttributeDataOff")); mixin(bindCode("vtkAttributeDataToFieldDataFilter_Upcast", "D_vtkAttributeDataToFieldDataFilter_Upcast")); mixin(bindCode("vtkBrokenLineWidget_New", "D_vtkBrokenLineWidget_New")); mixin(bindCode("vtkBrokenLineWidget_IsTypeOf", "D_vtkBrokenLineWidget_IsTypeOf")); mixin(bindCode("vtkBrokenLineWidget_SafeDownCast", "D_vtkBrokenLineWidget_SafeDownCast")); mixin(bindCode("vtkBrokenLineWidget_NewInstance", "D_vtkBrokenLineWidget_NewInstance")); mixin(bindCode("vtkBrokenLineWidget_PlaceWidget__SWIG_0", "D_vtkBrokenLineWidget_PlaceWidget__SWIG_0")); mixin(bindCode("vtkBrokenLineWidget_PlaceWidget__SWIG_1", "D_vtkBrokenLineWidget_PlaceWidget__SWIG_1")); mixin(bindCode("vtkBrokenLineWidget_PlaceWidget__SWIG_2", "D_vtkBrokenLineWidget_PlaceWidget__SWIG_2")); mixin(bindCode("vtkBrokenLineWidget_SetProjectToPlane", "D_vtkBrokenLineWidget_SetProjectToPlane")); mixin(bindCode("vtkBrokenLineWidget_GetProjectToPlane", "D_vtkBrokenLineWidget_GetProjectToPlane")); mixin(bindCode("vtkBrokenLineWidget_ProjectToPlaneOn", "D_vtkBrokenLineWidget_ProjectToPlaneOn")); mixin(bindCode("vtkBrokenLineWidget_ProjectToPlaneOff", "D_vtkBrokenLineWidget_ProjectToPlaneOff")); mixin(bindCode("vtkBrokenLineWidget_SetPlaneSource", "D_vtkBrokenLineWidget_SetPlaneSource")); mixin(bindCode("vtkBrokenLineWidget_SetProjectionNormal", "D_vtkBrokenLineWidget_SetProjectionNormal")); mixin(bindCode("vtkBrokenLineWidget_GetProjectionNormalMinValue", "D_vtkBrokenLineWidget_GetProjectionNormalMinValue")); mixin(bindCode("vtkBrokenLineWidget_GetProjectionNormalMaxValue", "D_vtkBrokenLineWidget_GetProjectionNormalMaxValue")); mixin(bindCode("vtkBrokenLineWidget_GetProjectionNormal", "D_vtkBrokenLineWidget_GetProjectionNormal")); mixin(bindCode("vtkBrokenLineWidget_SetProjectionNormalToXAxes", "D_vtkBrokenLineWidget_SetProjectionNormalToXAxes")); mixin(bindCode("vtkBrokenLineWidget_SetProjectionNormalToYAxes", "D_vtkBrokenLineWidget_SetProjectionNormalToYAxes")); mixin(bindCode("vtkBrokenLineWidget_SetProjectionNormalToZAxes", "D_vtkBrokenLineWidget_SetProjectionNormalToZAxes")); mixin(bindCode("vtkBrokenLineWidget_SetProjectionNormalToOblique", "D_vtkBrokenLineWidget_SetProjectionNormalToOblique")); mixin(bindCode("vtkBrokenLineWidget_SetProjectionPosition", "D_vtkBrokenLineWidget_SetProjectionPosition")); mixin(bindCode("vtkBrokenLineWidget_GetProjectionPosition", "D_vtkBrokenLineWidget_GetProjectionPosition")); mixin(bindCode("vtkBrokenLineWidget_GetPolyData", "D_vtkBrokenLineWidget_GetPolyData")); mixin(bindCode("vtkBrokenLineWidget_SetHandleProperty", "D_vtkBrokenLineWidget_SetHandleProperty")); mixin(bindCode("vtkBrokenLineWidget_GetHandleProperty", "D_vtkBrokenLineWidget_GetHandleProperty")); mixin(bindCode("vtkBrokenLineWidget_SetSelectedHandleProperty", "D_vtkBrokenLineWidget_SetSelectedHandleProperty")); mixin(bindCode("vtkBrokenLineWidget_GetSelectedHandleProperty", "D_vtkBrokenLineWidget_GetSelectedHandleProperty")); mixin(bindCode("vtkBrokenLineWidget_SetLineProperty", "D_vtkBrokenLineWidget_SetLineProperty")); mixin(bindCode("vtkBrokenLineWidget_GetLineProperty", "D_vtkBrokenLineWidget_GetLineProperty")); mixin(bindCode("vtkBrokenLineWidget_SetSelectedLineProperty", "D_vtkBrokenLineWidget_SetSelectedLineProperty")); mixin(bindCode("vtkBrokenLineWidget_GetSelectedLineProperty", "D_vtkBrokenLineWidget_GetSelectedLineProperty")); mixin(bindCode("vtkBrokenLineWidget_SetNumberOfHandles", "D_vtkBrokenLineWidget_SetNumberOfHandles")); mixin(bindCode("vtkBrokenLineWidget_GetNumberOfHandles", "D_vtkBrokenLineWidget_GetNumberOfHandles")); mixin(bindCode("vtkBrokenLineWidget_SetHandlePosition__SWIG_0", "D_vtkBrokenLineWidget_SetHandlePosition__SWIG_0")); mixin(bindCode("vtkBrokenLineWidget_SetHandlePosition__SWIG_1", "D_vtkBrokenLineWidget_SetHandlePosition__SWIG_1")); mixin(bindCode("vtkBrokenLineWidget_GetHandlePosition__SWIG_0", "D_vtkBrokenLineWidget_GetHandlePosition__SWIG_0")); mixin(bindCode("vtkBrokenLineWidget_GetHandlePosition__SWIG_1", "D_vtkBrokenLineWidget_GetHandlePosition__SWIG_1")); mixin(bindCode("vtkBrokenLineWidget_GetSummedLength", "D_vtkBrokenLineWidget_GetSummedLength")); mixin(bindCode("vtkBrokenLineWidget_InitializeHandles", "D_vtkBrokenLineWidget_InitializeHandles")); mixin(bindCode("vtkBrokenLineWidget_SetProcessEvents", "D_vtkBrokenLineWidget_SetProcessEvents")); mixin(bindCode("vtkBrokenLineWidget_GetProcessEventsMinValue", "D_vtkBrokenLineWidget_GetProcessEventsMinValue")); mixin(bindCode("vtkBrokenLineWidget_GetProcessEventsMaxValue", "D_vtkBrokenLineWidget_GetProcessEventsMaxValue")); mixin(bindCode("vtkBrokenLineWidget_GetProcessEvents", "D_vtkBrokenLineWidget_GetProcessEvents")); mixin(bindCode("vtkBrokenLineWidget_ProcessEventsOn", "D_vtkBrokenLineWidget_ProcessEventsOn")); mixin(bindCode("vtkBrokenLineWidget_ProcessEventsOff", "D_vtkBrokenLineWidget_ProcessEventsOff")); mixin(bindCode("vtkBrokenLineWidget_SetHandleSizeFactor", "D_vtkBrokenLineWidget_SetHandleSizeFactor")); mixin(bindCode("vtkBrokenLineWidget_GetHandleSizeFactorMinValue", "D_vtkBrokenLineWidget_GetHandleSizeFactorMinValue")); mixin(bindCode("vtkBrokenLineWidget_GetHandleSizeFactorMaxValue", "D_vtkBrokenLineWidget_GetHandleSizeFactorMaxValue")); mixin(bindCode("vtkBrokenLineWidget_GetHandleSizeFactor", "D_vtkBrokenLineWidget_GetHandleSizeFactor")); mixin(bindCode("vtkBrokenLineWidget_Upcast", "D_vtkBrokenLineWidget_Upcast")); mixin(bindCode("vtkInformationObjectBaseVectorKey_IsTypeOf", "D_vtkInformationObjectBaseVectorKey_IsTypeOf")); mixin(bindCode("vtkInformationObjectBaseVectorKey_SafeDownCast", "D_vtkInformationObjectBaseVectorKey_SafeDownCast")); mixin(bindCode("vtkInformationObjectBaseVectorKey_NewInstance", "D_vtkInformationObjectBaseVectorKey_NewInstance")); mixin(bindCode("new_vtkInformationObjectBaseVectorKey__SWIG_0", "D_new_vtkInformationObjectBaseVectorKey__SWIG_0")); mixin(bindCode("new_vtkInformationObjectBaseVectorKey__SWIG_1", "D_new_vtkInformationObjectBaseVectorKey__SWIG_1")); mixin(bindCode("delete_vtkInformationObjectBaseVectorKey", "D_delete_vtkInformationObjectBaseVectorKey")); mixin(bindCode("vtkInformationObjectBaseVectorKey_Clear", "D_vtkInformationObjectBaseVectorKey_Clear")); mixin(bindCode("vtkInformationObjectBaseVectorKey_Resize", "D_vtkInformationObjectBaseVectorKey_Resize")); mixin(bindCode("vtkInformationObjectBaseVectorKey_Size", "D_vtkInformationObjectBaseVectorKey_Size")); mixin(bindCode("vtkInformationObjectBaseVectorKey_Length", "D_vtkInformationObjectBaseVectorKey_Length")); mixin(bindCode("vtkInformationObjectBaseVectorKey_Append", "D_vtkInformationObjectBaseVectorKey_Append")); mixin(bindCode("vtkInformationObjectBaseVectorKey_Set", "D_vtkInformationObjectBaseVectorKey_Set")); mixin(bindCode("vtkInformationObjectBaseVectorKey_SetRange", "D_vtkInformationObjectBaseVectorKey_SetRange")); mixin(bindCode("vtkInformationObjectBaseVectorKey_GetRange", "D_vtkInformationObjectBaseVectorKey_GetRange")); mixin(bindCode("vtkInformationObjectBaseVectorKey_Get", "D_vtkInformationObjectBaseVectorKey_Get")); mixin(bindCode("vtkInformationObjectBaseVectorKey_Upcast", "D_vtkInformationObjectBaseVectorKey_Upcast")); mixin(bindCode("vtkExtractRectilinearGrid_New", "D_vtkExtractRectilinearGrid_New")); mixin(bindCode("vtkExtractRectilinearGrid_IsTypeOf", "D_vtkExtractRectilinearGrid_IsTypeOf")); mixin(bindCode("vtkExtractRectilinearGrid_SafeDownCast", "D_vtkExtractRectilinearGrid_SafeDownCast")); mixin(bindCode("vtkExtractRectilinearGrid_NewInstance", "D_vtkExtractRectilinearGrid_NewInstance")); mixin(bindCode("vtkExtractRectilinearGrid_SetVOI__SWIG_0", "D_vtkExtractRectilinearGrid_SetVOI__SWIG_0")); mixin(bindCode("vtkExtractRectilinearGrid_SetVOI__SWIG_1", "D_vtkExtractRectilinearGrid_SetVOI__SWIG_1")); mixin(bindCode("vtkExtractRectilinearGrid_GetVOI__SWIG_0", "D_vtkExtractRectilinearGrid_GetVOI__SWIG_0")); mixin(bindCode("vtkExtractRectilinearGrid_GetVOI__SWIG_1", "D_vtkExtractRectilinearGrid_GetVOI__SWIG_1")); mixin(bindCode("vtkExtractRectilinearGrid_SetSampleRate__SWIG_0", "D_vtkExtractRectilinearGrid_SetSampleRate__SWIG_0")); mixin(bindCode("vtkExtractRectilinearGrid_SetSampleRate__SWIG_1", "D_vtkExtractRectilinearGrid_SetSampleRate__SWIG_1")); mixin(bindCode("vtkExtractRectilinearGrid_GetSampleRate__SWIG_0", "D_vtkExtractRectilinearGrid_GetSampleRate__SWIG_0")); mixin(bindCode("vtkExtractRectilinearGrid_GetSampleRate__SWIG_1", "D_vtkExtractRectilinearGrid_GetSampleRate__SWIG_1")); mixin(bindCode("vtkExtractRectilinearGrid_SetIncludeBoundary", "D_vtkExtractRectilinearGrid_SetIncludeBoundary")); mixin(bindCode("vtkExtractRectilinearGrid_GetIncludeBoundary", "D_vtkExtractRectilinearGrid_GetIncludeBoundary")); mixin(bindCode("vtkExtractRectilinearGrid_IncludeBoundaryOn", "D_vtkExtractRectilinearGrid_IncludeBoundaryOn")); mixin(bindCode("vtkExtractRectilinearGrid_IncludeBoundaryOff", "D_vtkExtractRectilinearGrid_IncludeBoundaryOff")); mixin(bindCode("vtkExtractRectilinearGrid_Upcast", "D_vtkExtractRectilinearGrid_Upcast")); mixin(bindCode("vtkImageTranslateExtent_New", "D_vtkImageTranslateExtent_New")); mixin(bindCode("vtkImageTranslateExtent_IsTypeOf", "D_vtkImageTranslateExtent_IsTypeOf")); mixin(bindCode("vtkImageTranslateExtent_SafeDownCast", "D_vtkImageTranslateExtent_SafeDownCast")); mixin(bindCode("vtkImageTranslateExtent_NewInstance", "D_vtkImageTranslateExtent_NewInstance")); mixin(bindCode("vtkImageTranslateExtent_SetTranslation__SWIG_0", "D_vtkImageTranslateExtent_SetTranslation__SWIG_0")); mixin(bindCode("vtkImageTranslateExtent_SetTranslation__SWIG_1", "D_vtkImageTranslateExtent_SetTranslation__SWIG_1")); mixin(bindCode("vtkImageTranslateExtent_GetTranslation__SWIG_0", "D_vtkImageTranslateExtent_GetTranslation__SWIG_0")); mixin(bindCode("vtkImageTranslateExtent_GetTranslation__SWIG_1", "D_vtkImageTranslateExtent_GetTranslation__SWIG_1")); mixin(bindCode("vtkImageTranslateExtent_GetTranslation__SWIG_2", "D_vtkImageTranslateExtent_GetTranslation__SWIG_2")); mixin(bindCode("vtkImageTranslateExtent_Upcast", "D_vtkImageTranslateExtent_Upcast")); mixin(bindCode("vtkNonOverlappingAMRAlgorithm_New", "D_vtkNonOverlappingAMRAlgorithm_New")); mixin(bindCode("vtkNonOverlappingAMRAlgorithm_IsTypeOf", "D_vtkNonOverlappingAMRAlgorithm_IsTypeOf")); mixin(bindCode("vtkNonOverlappingAMRAlgorithm_SafeDownCast", "D_vtkNonOverlappingAMRAlgorithm_SafeDownCast")); mixin(bindCode("vtkNonOverlappingAMRAlgorithm_NewInstance", "D_vtkNonOverlappingAMRAlgorithm_NewInstance")); mixin(bindCode("vtkNonOverlappingAMRAlgorithm_GetOutput__SWIG_0", "D_vtkNonOverlappingAMRAlgorithm_GetOutput__SWIG_0")); mixin(bindCode("vtkNonOverlappingAMRAlgorithm_GetOutput__SWIG_1", "D_vtkNonOverlappingAMRAlgorithm_GetOutput__SWIG_1")); mixin(bindCode("vtkNonOverlappingAMRAlgorithm_Upcast", "D_vtkNonOverlappingAMRAlgorithm_Upcast")); mixin(bindCode("vtkLabelSizeCalculator_New", "D_vtkLabelSizeCalculator_New")); mixin(bindCode("vtkLabelSizeCalculator_IsTypeOf", "D_vtkLabelSizeCalculator_IsTypeOf")); mixin(bindCode("vtkLabelSizeCalculator_SafeDownCast", "D_vtkLabelSizeCalculator_SafeDownCast")); mixin(bindCode("vtkLabelSizeCalculator_NewInstance", "D_vtkLabelSizeCalculator_NewInstance")); mixin(bindCode("vtkLabelSizeCalculator_SetFontProperty__SWIG_0", "D_vtkLabelSizeCalculator_SetFontProperty__SWIG_0")); mixin(bindCode("vtkLabelSizeCalculator_SetFontProperty__SWIG_1", "D_vtkLabelSizeCalculator_SetFontProperty__SWIG_1")); mixin(bindCode("vtkLabelSizeCalculator_GetFontProperty__SWIG_0", "D_vtkLabelSizeCalculator_GetFontProperty__SWIG_0")); mixin(bindCode("vtkLabelSizeCalculator_GetFontProperty__SWIG_1", "D_vtkLabelSizeCalculator_GetFontProperty__SWIG_1")); mixin(bindCode("vtkLabelSizeCalculator_SetLabelSizeArrayName", "D_vtkLabelSizeCalculator_SetLabelSizeArrayName")); mixin(bindCode("vtkLabelSizeCalculator_GetLabelSizeArrayName", "D_vtkLabelSizeCalculator_GetLabelSizeArrayName")); mixin(bindCode("vtkLabelSizeCalculator_Upcast", "D_vtkLabelSizeCalculator_Upcast")); mixin(bindCode("vtkFacetWriter_New", "D_vtkFacetWriter_New")); mixin(bindCode("vtkFacetWriter_IsTypeOf", "D_vtkFacetWriter_IsTypeOf")); mixin(bindCode("vtkFacetWriter_SafeDownCast", "D_vtkFacetWriter_SafeDownCast")); mixin(bindCode("vtkFacetWriter_NewInstance", "D_vtkFacetWriter_NewInstance")); mixin(bindCode("vtkFacetWriter_SetFileName", "D_vtkFacetWriter_SetFileName")); mixin(bindCode("vtkFacetWriter_GetFileName", "D_vtkFacetWriter_GetFileName")); mixin(bindCode("vtkFacetWriter_Write", "D_vtkFacetWriter_Write")); mixin(bindCode("vtkFacetWriter_Upcast", "D_vtkFacetWriter_Upcast")); mixin(bindCode("vtkPolyhedron_New", "D_vtkPolyhedron_New")); mixin(bindCode("vtkPolyhedron_IsTypeOf", "D_vtkPolyhedron_IsTypeOf")); mixin(bindCode("vtkPolyhedron_SafeDownCast", "D_vtkPolyhedron_SafeDownCast")); mixin(bindCode("vtkPolyhedron_NewInstance", "D_vtkPolyhedron_NewInstance")); mixin(bindCode("vtkPolyhedron_InterpolateFunctions", "D_vtkPolyhedron_InterpolateFunctions")); mixin(bindCode("vtkPolyhedron_InterpolateDerivs", "D_vtkPolyhedron_InterpolateDerivs")); mixin(bindCode("vtkPolyhedron_IsInside", "D_vtkPolyhedron_IsInside")); mixin(bindCode("vtkPolyhedron_GetPolyData", "D_vtkPolyhedron_GetPolyData")); mixin(bindCode("vtkPolyhedron_Upcast", "D_vtkPolyhedron_Upcast")); mixin(bindCode("vtkImageInterpolator_New", "D_vtkImageInterpolator_New")); mixin(bindCode("vtkImageInterpolator_IsTypeOf", "D_vtkImageInterpolator_IsTypeOf")); mixin(bindCode("vtkImageInterpolator_SafeDownCast", "D_vtkImageInterpolator_SafeDownCast")); mixin(bindCode("vtkImageInterpolator_NewInstance", "D_vtkImageInterpolator_NewInstance")); mixin(bindCode("vtkImageInterpolator_SetInterpolationMode", "D_vtkImageInterpolator_SetInterpolationMode")); mixin(bindCode("vtkImageInterpolator_SetInterpolationModeToNearest", "D_vtkImageInterpolator_SetInterpolationModeToNearest")); mixin(bindCode("vtkImageInterpolator_SetInterpolationModeToLinear", "D_vtkImageInterpolator_SetInterpolationModeToLinear")); mixin(bindCode("vtkImageInterpolator_SetInterpolationModeToCubic", "D_vtkImageInterpolator_SetInterpolationModeToCubic")); mixin(bindCode("vtkImageInterpolator_GetInterpolationMode", "D_vtkImageInterpolator_GetInterpolationMode")); mixin(bindCode("vtkImageInterpolator_GetInterpolationModeAsString", "D_vtkImageInterpolator_GetInterpolationModeAsString")); mixin(bindCode("vtkImageInterpolator_PrecomputeWeightsForExtent__SWIG_0", "D_vtkImageInterpolator_PrecomputeWeightsForExtent__SWIG_0")); mixin(bindCode("vtkImageInterpolator_PrecomputeWeightsForExtent__SWIG_1", "D_vtkImageInterpolator_PrecomputeWeightsForExtent__SWIG_1")); mixin(bindCode("vtkImageInterpolator_Upcast", "D_vtkImageInterpolator_Upcast")); mixin(bindCode("VTK_LANDMARK_RIGIDBODY_get", "D_VTK_LANDMARK_RIGIDBODY_get")); mixin(bindCode("VTK_LANDMARK_SIMILARITY_get", "D_VTK_LANDMARK_SIMILARITY_get")); mixin(bindCode("VTK_LANDMARK_AFFINE_get", "D_VTK_LANDMARK_AFFINE_get")); mixin(bindCode("vtkLandmarkTransform_New", "D_vtkLandmarkTransform_New")); mixin(bindCode("vtkLandmarkTransform_IsTypeOf", "D_vtkLandmarkTransform_IsTypeOf")); mixin(bindCode("vtkLandmarkTransform_SafeDownCast", "D_vtkLandmarkTransform_SafeDownCast")); mixin(bindCode("vtkLandmarkTransform_NewInstance", "D_vtkLandmarkTransform_NewInstance")); mixin(bindCode("vtkLandmarkTransform_SetSourceLandmarks", "D_vtkLandmarkTransform_SetSourceLandmarks")); mixin(bindCode("vtkLandmarkTransform_SetTargetLandmarks", "D_vtkLandmarkTransform_SetTargetLandmarks")); mixin(bindCode("vtkLandmarkTransform_GetSourceLandmarks", "D_vtkLandmarkTransform_GetSourceLandmarks")); mixin(bindCode("vtkLandmarkTransform_GetTargetLandmarks", "D_vtkLandmarkTransform_GetTargetLandmarks")); mixin(bindCode("vtkLandmarkTransform_SetMode", "D_vtkLandmarkTransform_SetMode")); mixin(bindCode("vtkLandmarkTransform_SetModeToRigidBody", "D_vtkLandmarkTransform_SetModeToRigidBody")); mixin(bindCode("vtkLandmarkTransform_SetModeToSimilarity", "D_vtkLandmarkTransform_SetModeToSimilarity")); mixin(bindCode("vtkLandmarkTransform_SetModeToAffine", "D_vtkLandmarkTransform_SetModeToAffine")); mixin(bindCode("vtkLandmarkTransform_GetMode", "D_vtkLandmarkTransform_GetMode")); mixin(bindCode("vtkLandmarkTransform_GetModeAsString", "D_vtkLandmarkTransform_GetModeAsString")); mixin(bindCode("vtkLandmarkTransform_Upcast", "D_vtkLandmarkTransform_Upcast")); mixin(bindCode("VTK_VECTOR_EXTRUSION_get", "D_VTK_VECTOR_EXTRUSION_get")); mixin(bindCode("VTK_NORMAL_EXTRUSION_get", "D_VTK_NORMAL_EXTRUSION_get")); mixin(bindCode("VTK_POINT_EXTRUSION_get", "D_VTK_POINT_EXTRUSION_get")); mixin(bindCode("vtkLinearExtrusionFilter_IsTypeOf", "D_vtkLinearExtrusionFilter_IsTypeOf")); mixin(bindCode("vtkLinearExtrusionFilter_SafeDownCast", "D_vtkLinearExtrusionFilter_SafeDownCast")); mixin(bindCode("vtkLinearExtrusionFilter_NewInstance", "D_vtkLinearExtrusionFilter_NewInstance")); mixin(bindCode("vtkLinearExtrusionFilter_New", "D_vtkLinearExtrusionFilter_New")); mixin(bindCode("vtkLinearExtrusionFilter_SetExtrusionType", "D_vtkLinearExtrusionFilter_SetExtrusionType")); mixin(bindCode("vtkLinearExtrusionFilter_GetExtrusionTypeMinValue", "D_vtkLinearExtrusionFilter_GetExtrusionTypeMinValue")); mixin(bindCode("vtkLinearExtrusionFilter_GetExtrusionTypeMaxValue", "D_vtkLinearExtrusionFilter_GetExtrusionTypeMaxValue")); mixin(bindCode("vtkLinearExtrusionFilter_GetExtrusionType", "D_vtkLinearExtrusionFilter_GetExtrusionType")); mixin(bindCode("vtkLinearExtrusionFilter_SetExtrusionTypeToVectorExtrusion", "D_vtkLinearExtrusionFilter_SetExtrusionTypeToVectorExtrusion")); mixin(bindCode("vtkLinearExtrusionFilter_SetExtrusionTypeToNormalExtrusion", "D_vtkLinearExtrusionFilter_SetExtrusionTypeToNormalExtrusion")); mixin(bindCode("vtkLinearExtrusionFilter_SetExtrusionTypeToPointExtrusion", "D_vtkLinearExtrusionFilter_SetExtrusionTypeToPointExtrusion")); mixin(bindCode("vtkLinearExtrusionFilter_SetCapping", "D_vtkLinearExtrusionFilter_SetCapping")); mixin(bindCode("vtkLinearExtrusionFilter_GetCapping", "D_vtkLinearExtrusionFilter_GetCapping")); mixin(bindCode("vtkLinearExtrusionFilter_CappingOn", "D_vtkLinearExtrusionFilter_CappingOn")); mixin(bindCode("vtkLinearExtrusionFilter_CappingOff", "D_vtkLinearExtrusionFilter_CappingOff")); mixin(bindCode("vtkLinearExtrusionFilter_SetScaleFactor", "D_vtkLinearExtrusionFilter_SetScaleFactor")); mixin(bindCode("vtkLinearExtrusionFilter_GetScaleFactor", "D_vtkLinearExtrusionFilter_GetScaleFactor")); mixin(bindCode("vtkLinearExtrusionFilter_SetVector__SWIG_0", "D_vtkLinearExtrusionFilter_SetVector__SWIG_0")); mixin(bindCode("vtkLinearExtrusionFilter_SetVector__SWIG_1", "D_vtkLinearExtrusionFilter_SetVector__SWIG_1")); mixin(bindCode("vtkLinearExtrusionFilter_GetVector__SWIG_0", "D_vtkLinearExtrusionFilter_GetVector__SWIG_0")); mixin(bindCode("vtkLinearExtrusionFilter_GetVector__SWIG_1", "D_vtkLinearExtrusionFilter_GetVector__SWIG_1")); mixin(bindCode("vtkLinearExtrusionFilter_SetExtrusionPoint__SWIG_0", "D_vtkLinearExtrusionFilter_SetExtrusionPoint__SWIG_0")); mixin(bindCode("vtkLinearExtrusionFilter_SetExtrusionPoint__SWIG_1", "D_vtkLinearExtrusionFilter_SetExtrusionPoint__SWIG_1")); mixin(bindCode("vtkLinearExtrusionFilter_GetExtrusionPoint__SWIG_0", "D_vtkLinearExtrusionFilter_GetExtrusionPoint__SWIG_0")); mixin(bindCode("vtkLinearExtrusionFilter_GetExtrusionPoint__SWIG_1", "D_vtkLinearExtrusionFilter_GetExtrusionPoint__SWIG_1")); mixin(bindCode("vtkLinearExtrusionFilter_Upcast", "D_vtkLinearExtrusionFilter_Upcast")); mixin(bindCode("vtkAMRBaseReader_IsTypeOf", "D_vtkAMRBaseReader_IsTypeOf")); mixin(bindCode("vtkAMRBaseReader_SafeDownCast", "D_vtkAMRBaseReader_SafeDownCast")); mixin(bindCode("vtkAMRBaseReader_NewInstance", "D_vtkAMRBaseReader_NewInstance")); mixin(bindCode("vtkAMRBaseReader_Initialize", "D_vtkAMRBaseReader_Initialize")); mixin(bindCode("vtkAMRBaseReader_SetEnableCaching", "D_vtkAMRBaseReader_SetEnableCaching")); mixin(bindCode("vtkAMRBaseReader_GetEnableCaching", "D_vtkAMRBaseReader_GetEnableCaching")); mixin(bindCode("vtkAMRBaseReader_EnableCachingOn", "D_vtkAMRBaseReader_EnableCachingOn")); mixin(bindCode("vtkAMRBaseReader_EnableCachingOff", "D_vtkAMRBaseReader_EnableCachingOff")); mixin(bindCode("vtkAMRBaseReader_IsCachingEnabled", "D_vtkAMRBaseReader_IsCachingEnabled")); mixin(bindCode("vtkAMRBaseReader_SetController", "D_vtkAMRBaseReader_SetController")); mixin(bindCode("vtkAMRBaseReader_GetController", "D_vtkAMRBaseReader_GetController")); mixin(bindCode("vtkAMRBaseReader_SetMaxLevel", "D_vtkAMRBaseReader_SetMaxLevel")); mixin(bindCode("vtkAMRBaseReader_GetCellDataArraySelection", "D_vtkAMRBaseReader_GetCellDataArraySelection")); mixin(bindCode("vtkAMRBaseReader_GetPointDataArraySelection", "D_vtkAMRBaseReader_GetPointDataArraySelection")); mixin(bindCode("vtkAMRBaseReader_GetNumberOfPointArrays", "D_vtkAMRBaseReader_GetNumberOfPointArrays")); mixin(bindCode("vtkAMRBaseReader_GetNumberOfCellArrays", "D_vtkAMRBaseReader_GetNumberOfCellArrays")); mixin(bindCode("vtkAMRBaseReader_GetPointArrayName", "D_vtkAMRBaseReader_GetPointArrayName")); mixin(bindCode("vtkAMRBaseReader_GetCellArrayName", "D_vtkAMRBaseReader_GetCellArrayName")); mixin(bindCode("vtkAMRBaseReader_GetPointArrayStatus", "D_vtkAMRBaseReader_GetPointArrayStatus")); mixin(bindCode("vtkAMRBaseReader_GetCellArrayStatus", "D_vtkAMRBaseReader_GetCellArrayStatus")); mixin(bindCode("vtkAMRBaseReader_SetPointArrayStatus", "D_vtkAMRBaseReader_SetPointArrayStatus")); mixin(bindCode("vtkAMRBaseReader_SetCellArrayStatus", "D_vtkAMRBaseReader_SetCellArrayStatus")); mixin(bindCode("vtkAMRBaseReader_GetFileName", "D_vtkAMRBaseReader_GetFileName")); mixin(bindCode("vtkAMRBaseReader_SetFileName", "D_vtkAMRBaseReader_SetFileName")); mixin(bindCode("vtkAMRBaseReader_GetNumberOfBlocks", "D_vtkAMRBaseReader_GetNumberOfBlocks")); mixin(bindCode("vtkAMRBaseReader_GetNumberOfLevels", "D_vtkAMRBaseReader_GetNumberOfLevels")); mixin(bindCode("vtkAMRBaseReader_Upcast", "D_vtkAMRBaseReader_Upcast")); mixin(bindCode("vtkMarchingSquaresLineCases_edges_set", "D_vtkMarchingSquaresLineCases_edges_set")); mixin(bindCode("vtkMarchingSquaresLineCases_edges_get", "D_vtkMarchingSquaresLineCases_edges_get")); mixin(bindCode("vtkMarchingSquaresLineCases_GetCases", "D_vtkMarchingSquaresLineCases_GetCases")); mixin(bindCode("new_vtkMarchingSquaresLineCases", "D_new_vtkMarchingSquaresLineCases")); mixin(bindCode("delete_vtkMarchingSquaresLineCases", "D_delete_vtkMarchingSquaresLineCases")); mixin(bindCode("vtkPolyDataPointPlacer_New", "D_vtkPolyDataPointPlacer_New")); mixin(bindCode("vtkPolyDataPointPlacer_IsTypeOf", "D_vtkPolyDataPointPlacer_IsTypeOf")); mixin(bindCode("vtkPolyDataPointPlacer_SafeDownCast", "D_vtkPolyDataPointPlacer_SafeDownCast")); mixin(bindCode("vtkPolyDataPointPlacer_NewInstance", "D_vtkPolyDataPointPlacer_NewInstance")); mixin(bindCode("vtkPolyDataPointPlacer_AddProp", "D_vtkPolyDataPointPlacer_AddProp")); mixin(bindCode("vtkPolyDataPointPlacer_RemoveViewProp", "D_vtkPolyDataPointPlacer_RemoveViewProp")); mixin(bindCode("vtkPolyDataPointPlacer_RemoveAllProps", "D_vtkPolyDataPointPlacer_RemoveAllProps")); mixin(bindCode("vtkPolyDataPointPlacer_HasProp", "D_vtkPolyDataPointPlacer_HasProp")); mixin(bindCode("vtkPolyDataPointPlacer_GetNumberOfProps", "D_vtkPolyDataPointPlacer_GetNumberOfProps")); mixin(bindCode("vtkPolyDataPointPlacer_ComputeWorldPosition__SWIG_0", "D_vtkPolyDataPointPlacer_ComputeWorldPosition__SWIG_0")); mixin(bindCode("vtkPolyDataPointPlacer_ComputeWorldPosition__SWIG_1", "D_vtkPolyDataPointPlacer_ComputeWorldPosition__SWIG_1")); mixin(bindCode("vtkPolyDataPointPlacer_ValidateWorldPosition__SWIG_0", "D_vtkPolyDataPointPlacer_ValidateWorldPosition__SWIG_0")); mixin(bindCode("vtkPolyDataPointPlacer_ValidateWorldPosition__SWIG_1", "D_vtkPolyDataPointPlacer_ValidateWorldPosition__SWIG_1")); mixin(bindCode("vtkPolyDataPointPlacer_GetPropPicker", "D_vtkPolyDataPointPlacer_GetPropPicker")); mixin(bindCode("vtkPolyDataPointPlacer_Upcast", "D_vtkPolyDataPointPlacer_Upcast")); mixin(bindCode("vtkSynchronizedTemplatesCutter3D_New", "D_vtkSynchronizedTemplatesCutter3D_New")); mixin(bindCode("vtkSynchronizedTemplatesCutter3D_IsTypeOf", "D_vtkSynchronizedTemplatesCutter3D_IsTypeOf")); mixin(bindCode("vtkSynchronizedTemplatesCutter3D_SafeDownCast", "D_vtkSynchronizedTemplatesCutter3D_SafeDownCast")); mixin(bindCode("vtkSynchronizedTemplatesCutter3D_NewInstance", "D_vtkSynchronizedTemplatesCutter3D_NewInstance")); mixin(bindCode("vtkSynchronizedTemplatesCutter3D_ThreadedExecute", "D_vtkSynchronizedTemplatesCutter3D_ThreadedExecute")); mixin(bindCode("vtkSynchronizedTemplatesCutter3D_SetCutFunction", "D_vtkSynchronizedTemplatesCutter3D_SetCutFunction")); mixin(bindCode("vtkSynchronizedTemplatesCutter3D_GetCutFunction", "D_vtkSynchronizedTemplatesCutter3D_GetCutFunction")); mixin(bindCode("vtkSynchronizedTemplatesCutter3D_SetOutputPointsPrecision", "D_vtkSynchronizedTemplatesCutter3D_SetOutputPointsPrecision")); mixin(bindCode("vtkSynchronizedTemplatesCutter3D_GetOutputPointsPrecisionMinValue", "D_vtkSynchronizedTemplatesCutter3D_GetOutputPointsPrecisionMinValue")); mixin(bindCode("vtkSynchronizedTemplatesCutter3D_GetOutputPointsPrecisionMaxValue", "D_vtkSynchronizedTemplatesCutter3D_GetOutputPointsPrecisionMaxValue")); mixin(bindCode("vtkSynchronizedTemplatesCutter3D_GetOutputPointsPrecision", "D_vtkSynchronizedTemplatesCutter3D_GetOutputPointsPrecision")); mixin(bindCode("vtkSynchronizedTemplatesCutter3D_Upcast", "D_vtkSynchronizedTemplatesCutter3D_Upcast")); mixin(bindCode("vtkCMLMoleculeReader_New", "D_vtkCMLMoleculeReader_New")); mixin(bindCode("vtkCMLMoleculeReader_IsTypeOf", "D_vtkCMLMoleculeReader_IsTypeOf")); mixin(bindCode("vtkCMLMoleculeReader_SafeDownCast", "D_vtkCMLMoleculeReader_SafeDownCast")); mixin(bindCode("vtkCMLMoleculeReader_NewInstance", "D_vtkCMLMoleculeReader_NewInstance")); mixin(bindCode("vtkCMLMoleculeReader_GetOutput", "D_vtkCMLMoleculeReader_GetOutput")); mixin(bindCode("vtkCMLMoleculeReader_SetFileName", "D_vtkCMLMoleculeReader_SetFileName")); mixin(bindCode("vtkCMLMoleculeReader_GetFileName", "D_vtkCMLMoleculeReader_GetFileName")); mixin(bindCode("vtkCMLMoleculeReader_Upcast", "D_vtkCMLMoleculeReader_Upcast")); mixin(bindCode("vtkQuadraturePointsGenerator_IsTypeOf", "D_vtkQuadraturePointsGenerator_IsTypeOf")); mixin(bindCode("vtkQuadraturePointsGenerator_SafeDownCast", "D_vtkQuadraturePointsGenerator_SafeDownCast")); mixin(bindCode("vtkQuadraturePointsGenerator_NewInstance", "D_vtkQuadraturePointsGenerator_NewInstance")); mixin(bindCode("vtkQuadraturePointsGenerator_New", "D_vtkQuadraturePointsGenerator_New")); mixin(bindCode("vtkQuadraturePointsGenerator_Upcast", "D_vtkQuadraturePointsGenerator_Upcast")); mixin(bindCode("VTK_VARY_RADIUS_OFF_get", "D_VTK_VARY_RADIUS_OFF_get")); mixin(bindCode("VTK_VARY_RADIUS_BY_SCALAR_get", "D_VTK_VARY_RADIUS_BY_SCALAR_get")); mixin(bindCode("VTK_VARY_RADIUS_BY_VECTOR_get", "D_VTK_VARY_RADIUS_BY_VECTOR_get")); mixin(bindCode("VTK_VARY_RADIUS_BY_ABSOLUTE_SCALAR_get", "D_VTK_VARY_RADIUS_BY_ABSOLUTE_SCALAR_get")); mixin(bindCode("vtkTubeFilter_IsTypeOf", "D_vtkTubeFilter_IsTypeOf")); mixin(bindCode("vtkTubeFilter_SafeDownCast", "D_vtkTubeFilter_SafeDownCast")); mixin(bindCode("vtkTubeFilter_NewInstance", "D_vtkTubeFilter_NewInstance")); mixin(bindCode("vtkTubeFilter_New", "D_vtkTubeFilter_New")); mixin(bindCode("vtkTubeFilter_SetRadius", "D_vtkTubeFilter_SetRadius")); mixin(bindCode("vtkTubeFilter_GetRadiusMinValue", "D_vtkTubeFilter_GetRadiusMinValue")); mixin(bindCode("vtkTubeFilter_GetRadiusMaxValue", "D_vtkTubeFilter_GetRadiusMaxValue")); mixin(bindCode("vtkTubeFilter_GetRadius", "D_vtkTubeFilter_GetRadius")); mixin(bindCode("vtkTubeFilter_SetVaryRadius", "D_vtkTubeFilter_SetVaryRadius")); mixin(bindCode("vtkTubeFilter_GetVaryRadiusMinValue", "D_vtkTubeFilter_GetVaryRadiusMinValue")); mixin(bindCode("vtkTubeFilter_GetVaryRadiusMaxValue", "D_vtkTubeFilter_GetVaryRadiusMaxValue")); mixin(bindCode("vtkTubeFilter_GetVaryRadius", "D_vtkTubeFilter_GetVaryRadius")); mixin(bindCode("vtkTubeFilter_SetVaryRadiusToVaryRadiusOff", "D_vtkTubeFilter_SetVaryRadiusToVaryRadiusOff")); mixin(bindCode("vtkTubeFilter_SetVaryRadiusToVaryRadiusByScalar", "D_vtkTubeFilter_SetVaryRadiusToVaryRadiusByScalar")); mixin(bindCode("vtkTubeFilter_SetVaryRadiusToVaryRadiusByVector", "D_vtkTubeFilter_SetVaryRadiusToVaryRadiusByVector")); mixin(bindCode("vtkTubeFilter_SetVaryRadiusToVaryRadiusByAbsoluteScalar", "D_vtkTubeFilter_SetVaryRadiusToVaryRadiusByAbsoluteScalar")); mixin(bindCode("vtkTubeFilter_GetVaryRadiusAsString", "D_vtkTubeFilter_GetVaryRadiusAsString")); mixin(bindCode("vtkTubeFilter_SetNumberOfSides", "D_vtkTubeFilter_SetNumberOfSides")); mixin(bindCode("vtkTubeFilter_GetNumberOfSidesMinValue", "D_vtkTubeFilter_GetNumberOfSidesMinValue")); mixin(bindCode("vtkTubeFilter_GetNumberOfSidesMaxValue", "D_vtkTubeFilter_GetNumberOfSidesMaxValue")); mixin(bindCode("vtkTubeFilter_GetNumberOfSides", "D_vtkTubeFilter_GetNumberOfSides")); mixin(bindCode("vtkTubeFilter_SetRadiusFactor", "D_vtkTubeFilter_SetRadiusFactor")); mixin(bindCode("vtkTubeFilter_GetRadiusFactor", "D_vtkTubeFilter_GetRadiusFactor")); mixin(bindCode("vtkTubeFilter_SetDefaultNormal__SWIG_0", "D_vtkTubeFilter_SetDefaultNormal__SWIG_0")); mixin(bindCode("vtkTubeFilter_SetDefaultNormal__SWIG_1", "D_vtkTubeFilter_SetDefaultNormal__SWIG_1")); mixin(bindCode("vtkTubeFilter_GetDefaultNormal__SWIG_0", "D_vtkTubeFilter_GetDefaultNormal__SWIG_0")); mixin(bindCode("vtkTubeFilter_GetDefaultNormal__SWIG_1", "D_vtkTubeFilter_GetDefaultNormal__SWIG_1")); mixin(bindCode("vtkTubeFilter_SetUseDefaultNormal", "D_vtkTubeFilter_SetUseDefaultNormal")); mixin(bindCode("vtkTubeFilter_GetUseDefaultNormal", "D_vtkTubeFilter_GetUseDefaultNormal")); mixin(bindCode("vtkTubeFilter_UseDefaultNormalOn", "D_vtkTubeFilter_UseDefaultNormalOn")); mixin(bindCode("vtkTubeFilter_UseDefaultNormalOff", "D_vtkTubeFilter_UseDefaultNormalOff")); mixin(bindCode("vtkTubeFilter_SetSidesShareVertices", "D_vtkTubeFilter_SetSidesShareVertices")); mixin(bindCode("vtkTubeFilter_GetSidesShareVertices", "D_vtkTubeFilter_GetSidesShareVertices")); mixin(bindCode("vtkTubeFilter_SidesShareVerticesOn", "D_vtkTubeFilter_SidesShareVerticesOn")); mixin(bindCode("vtkTubeFilter_SidesShareVerticesOff", "D_vtkTubeFilter_SidesShareVerticesOff")); mixin(bindCode("vtkTubeFilter_SetCapping", "D_vtkTubeFilter_SetCapping")); mixin(bindCode("vtkTubeFilter_GetCapping", "D_vtkTubeFilter_GetCapping")); mixin(bindCode("vtkTubeFilter_CappingOn", "D_vtkTubeFilter_CappingOn")); mixin(bindCode("vtkTubeFilter_CappingOff", "D_vtkTubeFilter_CappingOff")); mixin(bindCode("vtkTubeFilter_SetOnRatio", "D_vtkTubeFilter_SetOnRatio")); mixin(bindCode("vtkTubeFilter_GetOnRatioMinValue", "D_vtkTubeFilter_GetOnRatioMinValue")); mixin(bindCode("vtkTubeFilter_GetOnRatioMaxValue", "D_vtkTubeFilter_GetOnRatioMaxValue")); mixin(bindCode("vtkTubeFilter_GetOnRatio", "D_vtkTubeFilter_GetOnRatio")); mixin(bindCode("vtkTubeFilter_SetOffset", "D_vtkTubeFilter_SetOffset")); mixin(bindCode("vtkTubeFilter_GetOffsetMinValue", "D_vtkTubeFilter_GetOffsetMinValue")); mixin(bindCode("vtkTubeFilter_GetOffsetMaxValue", "D_vtkTubeFilter_GetOffsetMaxValue")); mixin(bindCode("vtkTubeFilter_GetOffset", "D_vtkTubeFilter_GetOffset")); mixin(bindCode("vtkTubeFilter_SetGenerateTCoords", "D_vtkTubeFilter_SetGenerateTCoords")); mixin(bindCode("vtkTubeFilter_GetGenerateTCoordsMinValue", "D_vtkTubeFilter_GetGenerateTCoordsMinValue")); mixin(bindCode("vtkTubeFilter_GetGenerateTCoordsMaxValue", "D_vtkTubeFilter_GetGenerateTCoordsMaxValue")); mixin(bindCode("vtkTubeFilter_GetGenerateTCoords", "D_vtkTubeFilter_GetGenerateTCoords")); mixin(bindCode("vtkTubeFilter_SetGenerateTCoordsToOff", "D_vtkTubeFilter_SetGenerateTCoordsToOff")); mixin(bindCode("vtkTubeFilter_SetGenerateTCoordsToNormalizedLength", "D_vtkTubeFilter_SetGenerateTCoordsToNormalizedLength")); mixin(bindCode("vtkTubeFilter_SetGenerateTCoordsToUseLength", "D_vtkTubeFilter_SetGenerateTCoordsToUseLength")); mixin(bindCode("vtkTubeFilter_SetGenerateTCoordsToUseScalars", "D_vtkTubeFilter_SetGenerateTCoordsToUseScalars")); mixin(bindCode("vtkTubeFilter_GetGenerateTCoordsAsString", "D_vtkTubeFilter_GetGenerateTCoordsAsString")); mixin(bindCode("vtkTubeFilter_SetTextureLength", "D_vtkTubeFilter_SetTextureLength")); mixin(bindCode("vtkTubeFilter_GetTextureLengthMinValue", "D_vtkTubeFilter_GetTextureLengthMinValue")); mixin(bindCode("vtkTubeFilter_GetTextureLengthMaxValue", "D_vtkTubeFilter_GetTextureLengthMaxValue")); mixin(bindCode("vtkTubeFilter_GetTextureLength", "D_vtkTubeFilter_GetTextureLength")); mixin(bindCode("vtkTubeFilter_Upcast", "D_vtkTubeFilter_Upcast")); mixin(bindCode("vtkRandomAttributeGenerator_New", "D_vtkRandomAttributeGenerator_New")); mixin(bindCode("vtkRandomAttributeGenerator_IsTypeOf", "D_vtkRandomAttributeGenerator_IsTypeOf")); mixin(bindCode("vtkRandomAttributeGenerator_SafeDownCast", "D_vtkRandomAttributeGenerator_SafeDownCast")); mixin(bindCode("vtkRandomAttributeGenerator_NewInstance", "D_vtkRandomAttributeGenerator_NewInstance")); mixin(bindCode("vtkRandomAttributeGenerator_SetDataType", "D_vtkRandomAttributeGenerator_SetDataType")); mixin(bindCode("vtkRandomAttributeGenerator_SetDataTypeToBit", "D_vtkRandomAttributeGenerator_SetDataTypeToBit")); mixin(bindCode("vtkRandomAttributeGenerator_SetDataTypeToChar", "D_vtkRandomAttributeGenerator_SetDataTypeToChar")); mixin(bindCode("vtkRandomAttributeGenerator_SetDataTypeToUnsignedChar", "D_vtkRandomAttributeGenerator_SetDataTypeToUnsignedChar")); mixin(bindCode("vtkRandomAttributeGenerator_SetDataTypeToShort", "D_vtkRandomAttributeGenerator_SetDataTypeToShort")); mixin(bindCode("vtkRandomAttributeGenerator_SetDataTypeToUnsignedShort", "D_vtkRandomAttributeGenerator_SetDataTypeToUnsignedShort")); mixin(bindCode("vtkRandomAttributeGenerator_SetDataTypeToInt", "D_vtkRandomAttributeGenerator_SetDataTypeToInt")); mixin(bindCode("vtkRandomAttributeGenerator_SetDataTypeToUnsignedInt", "D_vtkRandomAttributeGenerator_SetDataTypeToUnsignedInt")); mixin(bindCode("vtkRandomAttributeGenerator_SetDataTypeToLong", "D_vtkRandomAttributeGenerator_SetDataTypeToLong")); mixin(bindCode("vtkRandomAttributeGenerator_SetDataTypeToUnsignedLong", "D_vtkRandomAttributeGenerator_SetDataTypeToUnsignedLong")); mixin(bindCode("vtkRandomAttributeGenerator_SetDataTypeToFloat", "D_vtkRandomAttributeGenerator_SetDataTypeToFloat")); mixin(bindCode("vtkRandomAttributeGenerator_SetDataTypeToDouble", "D_vtkRandomAttributeGenerator_SetDataTypeToDouble")); mixin(bindCode("vtkRandomAttributeGenerator_GetDataType", "D_vtkRandomAttributeGenerator_GetDataType")); mixin(bindCode("vtkRandomAttributeGenerator_SetNumberOfComponents", "D_vtkRandomAttributeGenerator_SetNumberOfComponents")); mixin(bindCode("vtkRandomAttributeGenerator_GetNumberOfComponentsMinValue", "D_vtkRandomAttributeGenerator_GetNumberOfComponentsMinValue")); mixin(bindCode("vtkRandomAttributeGenerator_GetNumberOfComponentsMaxValue", "D_vtkRandomAttributeGenerator_GetNumberOfComponentsMaxValue")); mixin(bindCode("vtkRandomAttributeGenerator_GetNumberOfComponents", "D_vtkRandomAttributeGenerator_GetNumberOfComponents")); mixin(bindCode("vtkRandomAttributeGenerator_SetMinimumComponentValue", "D_vtkRandomAttributeGenerator_SetMinimumComponentValue")); mixin(bindCode("vtkRandomAttributeGenerator_GetMinimumComponentValue", "D_vtkRandomAttributeGenerator_GetMinimumComponentValue")); mixin(bindCode("vtkRandomAttributeGenerator_SetMaximumComponentValue", "D_vtkRandomAttributeGenerator_SetMaximumComponentValue")); mixin(bindCode("vtkRandomAttributeGenerator_GetMaximumComponentValue", "D_vtkRandomAttributeGenerator_GetMaximumComponentValue")); mixin(bindCode("vtkRandomAttributeGenerator_SetNumberOfTuples", "D_vtkRandomAttributeGenerator_SetNumberOfTuples")); mixin(bindCode("vtkRandomAttributeGenerator_GetNumberOfTuplesMinValue", "D_vtkRandomAttributeGenerator_GetNumberOfTuplesMinValue")); mixin(bindCode("vtkRandomAttributeGenerator_GetNumberOfTuplesMaxValue", "D_vtkRandomAttributeGenerator_GetNumberOfTuplesMaxValue")); mixin(bindCode("vtkRandomAttributeGenerator_GetNumberOfTuples", "D_vtkRandomAttributeGenerator_GetNumberOfTuples")); mixin(bindCode("vtkRandomAttributeGenerator_SetGeneratePointScalars", "D_vtkRandomAttributeGenerator_SetGeneratePointScalars")); mixin(bindCode("vtkRandomAttributeGenerator_GetGeneratePointScalars", "D_vtkRandomAttributeGenerator_GetGeneratePointScalars")); mixin(bindCode("vtkRandomAttributeGenerator_GeneratePointScalarsOn", "D_vtkRandomAttributeGenerator_GeneratePointScalarsOn")); mixin(bindCode("vtkRandomAttributeGenerator_GeneratePointScalarsOff", "D_vtkRandomAttributeGenerator_GeneratePointScalarsOff")); mixin(bindCode("vtkRandomAttributeGenerator_SetGeneratePointVectors", "D_vtkRandomAttributeGenerator_SetGeneratePointVectors")); mixin(bindCode("vtkRandomAttributeGenerator_GetGeneratePointVectors", "D_vtkRandomAttributeGenerator_GetGeneratePointVectors")); mixin(bindCode("vtkRandomAttributeGenerator_GeneratePointVectorsOn", "D_vtkRandomAttributeGenerator_GeneratePointVectorsOn")); mixin(bindCode("vtkRandomAttributeGenerator_GeneratePointVectorsOff", "D_vtkRandomAttributeGenerator_GeneratePointVectorsOff")); mixin(bindCode("vtkRandomAttributeGenerator_SetGeneratePointNormals", "D_vtkRandomAttributeGenerator_SetGeneratePointNormals")); mixin(bindCode("vtkRandomAttributeGenerator_GetGeneratePointNormals", "D_vtkRandomAttributeGenerator_GetGeneratePointNormals")); mixin(bindCode("vtkRandomAttributeGenerator_GeneratePointNormalsOn", "D_vtkRandomAttributeGenerator_GeneratePointNormalsOn")); mixin(bindCode("vtkRandomAttributeGenerator_GeneratePointNormalsOff", "D_vtkRandomAttributeGenerator_GeneratePointNormalsOff")); mixin(bindCode("vtkRandomAttributeGenerator_SetGeneratePointTensors", "D_vtkRandomAttributeGenerator_SetGeneratePointTensors")); mixin(bindCode("vtkRandomAttributeGenerator_GetGeneratePointTensors", "D_vtkRandomAttributeGenerator_GetGeneratePointTensors")); mixin(bindCode("vtkRandomAttributeGenerator_GeneratePointTensorsOn", "D_vtkRandomAttributeGenerator_GeneratePointTensorsOn")); mixin(bindCode("vtkRandomAttributeGenerator_GeneratePointTensorsOff", "D_vtkRandomAttributeGenerator_GeneratePointTensorsOff")); mixin(bindCode("vtkRandomAttributeGenerator_SetGeneratePointTCoords", "D_vtkRandomAttributeGenerator_SetGeneratePointTCoords")); mixin(bindCode("vtkRandomAttributeGenerator_GetGeneratePointTCoords", "D_vtkRandomAttributeGenerator_GetGeneratePointTCoords")); mixin(bindCode("vtkRandomAttributeGenerator_GeneratePointTCoordsOn", "D_vtkRandomAttributeGenerator_GeneratePointTCoordsOn")); mixin(bindCode("vtkRandomAttributeGenerator_GeneratePointTCoordsOff", "D_vtkRandomAttributeGenerator_GeneratePointTCoordsOff")); mixin(bindCode("vtkRandomAttributeGenerator_SetGeneratePointArray", "D_vtkRandomAttributeGenerator_SetGeneratePointArray")); mixin(bindCode("vtkRandomAttributeGenerator_GetGeneratePointArray", "D_vtkRandomAttributeGenerator_GetGeneratePointArray")); mixin(bindCode("vtkRandomAttributeGenerator_GeneratePointArrayOn", "D_vtkRandomAttributeGenerator_GeneratePointArrayOn")); mixin(bindCode("vtkRandomAttributeGenerator_GeneratePointArrayOff", "D_vtkRandomAttributeGenerator_GeneratePointArrayOff")); mixin(bindCode("vtkRandomAttributeGenerator_SetGenerateCellScalars", "D_vtkRandomAttributeGenerator_SetGenerateCellScalars")); mixin(bindCode("vtkRandomAttributeGenerator_GetGenerateCellScalars", "D_vtkRandomAttributeGenerator_GetGenerateCellScalars")); mixin(bindCode("vtkRandomAttributeGenerator_GenerateCellScalarsOn", "D_vtkRandomAttributeGenerator_GenerateCellScalarsOn")); mixin(bindCode("vtkRandomAttributeGenerator_GenerateCellScalarsOff", "D_vtkRandomAttributeGenerator_GenerateCellScalarsOff")); mixin(bindCode("vtkRandomAttributeGenerator_SetGenerateCellVectors", "D_vtkRandomAttributeGenerator_SetGenerateCellVectors")); mixin(bindCode("vtkRandomAttributeGenerator_GetGenerateCellVectors", "D_vtkRandomAttributeGenerator_GetGenerateCellVectors")); mixin(bindCode("vtkRandomAttributeGenerator_GenerateCellVectorsOn", "D_vtkRandomAttributeGenerator_GenerateCellVectorsOn")); mixin(bindCode("vtkRandomAttributeGenerator_GenerateCellVectorsOff", "D_vtkRandomAttributeGenerator_GenerateCellVectorsOff")); mixin(bindCode("vtkRandomAttributeGenerator_SetGenerateCellNormals", "D_vtkRandomAttributeGenerator_SetGenerateCellNormals")); mixin(bindCode("vtkRandomAttributeGenerator_GetGenerateCellNormals", "D_vtkRandomAttributeGenerator_GetGenerateCellNormals")); mixin(bindCode("vtkRandomAttributeGenerator_GenerateCellNormalsOn", "D_vtkRandomAttributeGenerator_GenerateCellNormalsOn")); mixin(bindCode("vtkRandomAttributeGenerator_GenerateCellNormalsOff", "D_vtkRandomAttributeGenerator_GenerateCellNormalsOff")); mixin(bindCode("vtkRandomAttributeGenerator_SetGenerateCellTensors", "D_vtkRandomAttributeGenerator_SetGenerateCellTensors")); mixin(bindCode("vtkRandomAttributeGenerator_GetGenerateCellTensors", "D_vtkRandomAttributeGenerator_GetGenerateCellTensors")); mixin(bindCode("vtkRandomAttributeGenerator_GenerateCellTensorsOn", "D_vtkRandomAttributeGenerator_GenerateCellTensorsOn")); mixin(bindCode("vtkRandomAttributeGenerator_GenerateCellTensorsOff", "D_vtkRandomAttributeGenerator_GenerateCellTensorsOff")); mixin(bindCode("vtkRandomAttributeGenerator_SetGenerateCellTCoords", "D_vtkRandomAttributeGenerator_SetGenerateCellTCoords")); mixin(bindCode("vtkRandomAttributeGenerator_GetGenerateCellTCoords", "D_vtkRandomAttributeGenerator_GetGenerateCellTCoords")); mixin(bindCode("vtkRandomAttributeGenerator_GenerateCellTCoordsOn", "D_vtkRandomAttributeGenerator_GenerateCellTCoordsOn")); mixin(bindCode("vtkRandomAttributeGenerator_GenerateCellTCoordsOff", "D_vtkRandomAttributeGenerator_GenerateCellTCoordsOff")); mixin(bindCode("vtkRandomAttributeGenerator_SetGenerateCellArray", "D_vtkRandomAttributeGenerator_SetGenerateCellArray")); mixin(bindCode("vtkRandomAttributeGenerator_GetGenerateCellArray", "D_vtkRandomAttributeGenerator_GetGenerateCellArray")); mixin(bindCode("vtkRandomAttributeGenerator_GenerateCellArrayOn", "D_vtkRandomAttributeGenerator_GenerateCellArrayOn")); mixin(bindCode("vtkRandomAttributeGenerator_GenerateCellArrayOff", "D_vtkRandomAttributeGenerator_GenerateCellArrayOff")); mixin(bindCode("vtkRandomAttributeGenerator_SetGenerateFieldArray", "D_vtkRandomAttributeGenerator_SetGenerateFieldArray")); mixin(bindCode("vtkRandomAttributeGenerator_GetGenerateFieldArray", "D_vtkRandomAttributeGenerator_GetGenerateFieldArray")); mixin(bindCode("vtkRandomAttributeGenerator_GenerateFieldArrayOn", "D_vtkRandomAttributeGenerator_GenerateFieldArrayOn")); mixin(bindCode("vtkRandomAttributeGenerator_GenerateFieldArrayOff", "D_vtkRandomAttributeGenerator_GenerateFieldArrayOff")); mixin(bindCode("vtkRandomAttributeGenerator_GenerateAllPointDataOn", "D_vtkRandomAttributeGenerator_GenerateAllPointDataOn")); mixin(bindCode("vtkRandomAttributeGenerator_GenerateAllPointDataOff", "D_vtkRandomAttributeGenerator_GenerateAllPointDataOff")); mixin(bindCode("vtkRandomAttributeGenerator_GenerateAllCellDataOn", "D_vtkRandomAttributeGenerator_GenerateAllCellDataOn")); mixin(bindCode("vtkRandomAttributeGenerator_GenerateAllCellDataOff", "D_vtkRandomAttributeGenerator_GenerateAllCellDataOff")); mixin(bindCode("vtkRandomAttributeGenerator_GenerateAllDataOn", "D_vtkRandomAttributeGenerator_GenerateAllDataOn")); mixin(bindCode("vtkRandomAttributeGenerator_GenerateAllDataOff", "D_vtkRandomAttributeGenerator_GenerateAllDataOff")); mixin(bindCode("vtkRandomAttributeGenerator_Upcast", "D_vtkRandomAttributeGenerator_Upcast")); mixin(bindCode("vtkGenericAttributeCollection_New", "D_vtkGenericAttributeCollection_New")); mixin(bindCode("vtkGenericAttributeCollection_IsTypeOf", "D_vtkGenericAttributeCollection_IsTypeOf")); mixin(bindCode("vtkGenericAttributeCollection_SafeDownCast", "D_vtkGenericAttributeCollection_SafeDownCast")); mixin(bindCode("vtkGenericAttributeCollection_NewInstance", "D_vtkGenericAttributeCollection_NewInstance")); mixin(bindCode("vtkGenericAttributeCollection_GetNumberOfAttributes", "D_vtkGenericAttributeCollection_GetNumberOfAttributes")); mixin(bindCode("vtkGenericAttributeCollection_GetNumberOfComponents", "D_vtkGenericAttributeCollection_GetNumberOfComponents")); mixin(bindCode("vtkGenericAttributeCollection_GetNumberOfPointCenteredComponents", "D_vtkGenericAttributeCollection_GetNumberOfPointCenteredComponents")); mixin(bindCode("vtkGenericAttributeCollection_GetMaxNumberOfComponents", "D_vtkGenericAttributeCollection_GetMaxNumberOfComponents")); mixin(bindCode("vtkGenericAttributeCollection_GetActualMemorySize", "D_vtkGenericAttributeCollection_GetActualMemorySize")); mixin(bindCode("vtkGenericAttributeCollection_IsEmpty", "D_vtkGenericAttributeCollection_IsEmpty")); mixin(bindCode("vtkGenericAttributeCollection_GetAttribute", "D_vtkGenericAttributeCollection_GetAttribute")); mixin(bindCode("vtkGenericAttributeCollection_FindAttribute", "D_vtkGenericAttributeCollection_FindAttribute")); mixin(bindCode("vtkGenericAttributeCollection_GetAttributeIndex", "D_vtkGenericAttributeCollection_GetAttributeIndex")); mixin(bindCode("vtkGenericAttributeCollection_InsertNextAttribute", "D_vtkGenericAttributeCollection_InsertNextAttribute")); mixin(bindCode("vtkGenericAttributeCollection_InsertAttribute", "D_vtkGenericAttributeCollection_InsertAttribute")); mixin(bindCode("vtkGenericAttributeCollection_RemoveAttribute", "D_vtkGenericAttributeCollection_RemoveAttribute")); mixin(bindCode("vtkGenericAttributeCollection_Reset", "D_vtkGenericAttributeCollection_Reset")); mixin(bindCode("vtkGenericAttributeCollection_DeepCopy", "D_vtkGenericAttributeCollection_DeepCopy")); mixin(bindCode("vtkGenericAttributeCollection_ShallowCopy", "D_vtkGenericAttributeCollection_ShallowCopy")); mixin(bindCode("vtkGenericAttributeCollection_GetActiveAttribute", "D_vtkGenericAttributeCollection_GetActiveAttribute")); mixin(bindCode("vtkGenericAttributeCollection_GetActiveComponent", "D_vtkGenericAttributeCollection_GetActiveComponent")); mixin(bindCode("vtkGenericAttributeCollection_SetActiveAttribute__SWIG_0", "D_vtkGenericAttributeCollection_SetActiveAttribute__SWIG_0")); mixin(bindCode("vtkGenericAttributeCollection_SetActiveAttribute__SWIG_1", "D_vtkGenericAttributeCollection_SetActiveAttribute__SWIG_1")); mixin(bindCode("vtkGenericAttributeCollection_GetNumberOfAttributesToInterpolate", "D_vtkGenericAttributeCollection_GetNumberOfAttributesToInterpolate")); mixin(bindCode("vtkGenericAttributeCollection_HasAttribute", "D_vtkGenericAttributeCollection_HasAttribute")); mixin(bindCode("vtkGenericAttributeCollection_SetAttributesToInterpolate", "D_vtkGenericAttributeCollection_SetAttributesToInterpolate")); mixin(bindCode("vtkGenericAttributeCollection_SetAttributesToInterpolateToAll", "D_vtkGenericAttributeCollection_SetAttributesToInterpolateToAll")); mixin(bindCode("vtkGenericAttributeCollection_Upcast", "D_vtkGenericAttributeCollection_Upcast")); mixin(bindCode("vtkPOutlineCornerFilter_IsTypeOf", "D_vtkPOutlineCornerFilter_IsTypeOf")); mixin(bindCode("vtkPOutlineCornerFilter_SafeDownCast", "D_vtkPOutlineCornerFilter_SafeDownCast")); mixin(bindCode("vtkPOutlineCornerFilter_NewInstance", "D_vtkPOutlineCornerFilter_NewInstance")); mixin(bindCode("vtkPOutlineCornerFilter_New", "D_vtkPOutlineCornerFilter_New")); mixin(bindCode("vtkPOutlineCornerFilter_SetCornerFactor", "D_vtkPOutlineCornerFilter_SetCornerFactor")); mixin(bindCode("vtkPOutlineCornerFilter_GetCornerFactorMinValue", "D_vtkPOutlineCornerFilter_GetCornerFactorMinValue")); mixin(bindCode("vtkPOutlineCornerFilter_GetCornerFactorMaxValue", "D_vtkPOutlineCornerFilter_GetCornerFactorMaxValue")); mixin(bindCode("vtkPOutlineCornerFilter_GetCornerFactor", "D_vtkPOutlineCornerFilter_GetCornerFactor")); mixin(bindCode("vtkPOutlineCornerFilter_SetController", "D_vtkPOutlineCornerFilter_SetController")); mixin(bindCode("vtkPOutlineCornerFilter_GetController", "D_vtkPOutlineCornerFilter_GetController")); mixin(bindCode("vtkPOutlineCornerFilter_Upcast", "D_vtkPOutlineCornerFilter_Upcast")); mixin(bindCode("VTK_KBUFFER_SIZE_2_get", "D_VTK_KBUFFER_SIZE_2_get")); mixin(bindCode("VTK_KBUFFER_SIZE_6_get", "D_VTK_KBUFFER_SIZE_6_get")); mixin(bindCode("VTK_FIELD_LEVEL_OF_DETAIL_get", "D_VTK_FIELD_LEVEL_OF_DETAIL_get")); mixin(bindCode("VTK_AREA_LEVEL_OF_DETAIL_get", "D_VTK_AREA_LEVEL_OF_DETAIL_get")); mixin(bindCode("vtkHAVSVolumeMapper_New", "D_vtkHAVSVolumeMapper_New")); mixin(bindCode("vtkHAVSVolumeMapper_IsTypeOf", "D_vtkHAVSVolumeMapper_IsTypeOf")); mixin(bindCode("vtkHAVSVolumeMapper_SafeDownCast", "D_vtkHAVSVolumeMapper_SafeDownCast")); mixin(bindCode("vtkHAVSVolumeMapper_NewInstance", "D_vtkHAVSVolumeMapper_NewInstance")); mixin(bindCode("vtkHAVSVolumeMapper_SetPartiallyRemoveNonConvexities", "D_vtkHAVSVolumeMapper_SetPartiallyRemoveNonConvexities")); mixin(bindCode("vtkHAVSVolumeMapper_GetPartiallyRemoveNonConvexities", "D_vtkHAVSVolumeMapper_GetPartiallyRemoveNonConvexities")); mixin(bindCode("vtkHAVSVolumeMapper_SetLevelOfDetailTargetTime", "D_vtkHAVSVolumeMapper_SetLevelOfDetailTargetTime")); mixin(bindCode("vtkHAVSVolumeMapper_GetLevelOfDetailTargetTime", "D_vtkHAVSVolumeMapper_GetLevelOfDetailTargetTime")); mixin(bindCode("vtkHAVSVolumeMapper_SetLevelOfDetail", "D_vtkHAVSVolumeMapper_SetLevelOfDetail")); mixin(bindCode("vtkHAVSVolumeMapper_GetLevelOfDetail", "D_vtkHAVSVolumeMapper_GetLevelOfDetail")); mixin(bindCode("vtkHAVSVolumeMapper_SetLevelOfDetailMethod", "D_vtkHAVSVolumeMapper_SetLevelOfDetailMethod")); mixin(bindCode("vtkHAVSVolumeMapper_GetLevelOfDetailMethod", "D_vtkHAVSVolumeMapper_GetLevelOfDetailMethod")); mixin(bindCode("vtkHAVSVolumeMapper_SetLevelOfDetailMethodField", "D_vtkHAVSVolumeMapper_SetLevelOfDetailMethodField")); mixin(bindCode("vtkHAVSVolumeMapper_SetLevelOfDetailMethodArea", "D_vtkHAVSVolumeMapper_SetLevelOfDetailMethodArea")); mixin(bindCode("vtkHAVSVolumeMapper_SetKBufferSize", "D_vtkHAVSVolumeMapper_SetKBufferSize")); mixin(bindCode("vtkHAVSVolumeMapper_GetKBufferSize", "D_vtkHAVSVolumeMapper_GetKBufferSize")); mixin(bindCode("vtkHAVSVolumeMapper_SetKBufferSizeTo2", "D_vtkHAVSVolumeMapper_SetKBufferSizeTo2")); mixin(bindCode("vtkHAVSVolumeMapper_SetKBufferSizeTo6", "D_vtkHAVSVolumeMapper_SetKBufferSizeTo6")); mixin(bindCode("vtkHAVSVolumeMapper_SupportedByHardware", "D_vtkHAVSVolumeMapper_SupportedByHardware")); mixin(bindCode("vtkHAVSVolumeMapper_SetGPUDataStructures", "D_vtkHAVSVolumeMapper_SetGPUDataStructures")); mixin(bindCode("vtkHAVSVolumeMapper_GetGPUDataStructures", "D_vtkHAVSVolumeMapper_GetGPUDataStructures")); mixin(bindCode("vtkHAVSVolumeMapper_Upcast", "D_vtkHAVSVolumeMapper_Upcast")); mixin(bindCode("vtkOpenGLHAVSVolumeMapper_New", "D_vtkOpenGLHAVSVolumeMapper_New")); mixin(bindCode("vtkOpenGLHAVSVolumeMapper_IsTypeOf", "D_vtkOpenGLHAVSVolumeMapper_IsTypeOf")); mixin(bindCode("vtkOpenGLHAVSVolumeMapper_SafeDownCast", "D_vtkOpenGLHAVSVolumeMapper_SafeDownCast")); mixin(bindCode("vtkOpenGLHAVSVolumeMapper_NewInstance", "D_vtkOpenGLHAVSVolumeMapper_NewInstance")); mixin(bindCode("vtkOpenGLHAVSVolumeMapper_Render", "D_vtkOpenGLHAVSVolumeMapper_Render")); mixin(bindCode("vtkOpenGLHAVSVolumeMapper_Upcast", "D_vtkOpenGLHAVSVolumeMapper_Upcast")); mixin(bindCode("vtkASCIITextCodec_IsTypeOf", "D_vtkASCIITextCodec_IsTypeOf")); mixin(bindCode("vtkASCIITextCodec_SafeDownCast", "D_vtkASCIITextCodec_SafeDownCast")); mixin(bindCode("vtkASCIITextCodec_NewInstance", "D_vtkASCIITextCodec_NewInstance")); mixin(bindCode("vtkASCIITextCodec_New", "D_vtkASCIITextCodec_New")); mixin(bindCode("new_vtkASCIITextCodec", "D_new_vtkASCIITextCodec")); mixin(bindCode("delete_vtkASCIITextCodec", "D_delete_vtkASCIITextCodec")); mixin(bindCode("vtkASCIITextCodec_Upcast", "D_vtkASCIITextCodec_Upcast")); mixin(bindCode("vtkGeometryFilter_New", "D_vtkGeometryFilter_New")); mixin(bindCode("vtkGeometryFilter_IsTypeOf", "D_vtkGeometryFilter_IsTypeOf")); mixin(bindCode("vtkGeometryFilter_SafeDownCast", "D_vtkGeometryFilter_SafeDownCast")); mixin(bindCode("vtkGeometryFilter_NewInstance", "D_vtkGeometryFilter_NewInstance")); mixin(bindCode("vtkGeometryFilter_SetPointClipping", "D_vtkGeometryFilter_SetPointClipping")); mixin(bindCode("vtkGeometryFilter_GetPointClipping", "D_vtkGeometryFilter_GetPointClipping")); mixin(bindCode("vtkGeometryFilter_PointClippingOn", "D_vtkGeometryFilter_PointClippingOn")); mixin(bindCode("vtkGeometryFilter_PointClippingOff", "D_vtkGeometryFilter_PointClippingOff")); mixin(bindCode("vtkGeometryFilter_SetCellClipping", "D_vtkGeometryFilter_SetCellClipping")); mixin(bindCode("vtkGeometryFilter_GetCellClipping", "D_vtkGeometryFilter_GetCellClipping")); mixin(bindCode("vtkGeometryFilter_CellClippingOn", "D_vtkGeometryFilter_CellClippingOn")); mixin(bindCode("vtkGeometryFilter_CellClippingOff", "D_vtkGeometryFilter_CellClippingOff")); mixin(bindCode("vtkGeometryFilter_SetExtentClipping", "D_vtkGeometryFilter_SetExtentClipping")); mixin(bindCode("vtkGeometryFilter_GetExtentClipping", "D_vtkGeometryFilter_GetExtentClipping")); mixin(bindCode("vtkGeometryFilter_ExtentClippingOn", "D_vtkGeometryFilter_ExtentClippingOn")); mixin(bindCode("vtkGeometryFilter_ExtentClippingOff", "D_vtkGeometryFilter_ExtentClippingOff")); mixin(bindCode("vtkGeometryFilter_SetPointMinimum", "D_vtkGeometryFilter_SetPointMinimum")); mixin(bindCode("vtkGeometryFilter_GetPointMinimumMinValue", "D_vtkGeometryFilter_GetPointMinimumMinValue")); mixin(bindCode("vtkGeometryFilter_GetPointMinimumMaxValue", "D_vtkGeometryFilter_GetPointMinimumMaxValue")); mixin(bindCode("vtkGeometryFilter_GetPointMinimum", "D_vtkGeometryFilter_GetPointMinimum")); mixin(bindCode("vtkGeometryFilter_SetPointMaximum", "D_vtkGeometryFilter_SetPointMaximum")); mixin(bindCode("vtkGeometryFilter_GetPointMaximumMinValue", "D_vtkGeometryFilter_GetPointMaximumMinValue")); mixin(bindCode("vtkGeometryFilter_GetPointMaximumMaxValue", "D_vtkGeometryFilter_GetPointMaximumMaxValue")); mixin(bindCode("vtkGeometryFilter_GetPointMaximum", "D_vtkGeometryFilter_GetPointMaximum")); mixin(bindCode("vtkGeometryFilter_SetCellMinimum", "D_vtkGeometryFilter_SetCellMinimum")); mixin(bindCode("vtkGeometryFilter_GetCellMinimumMinValue", "D_vtkGeometryFilter_GetCellMinimumMinValue")); mixin(bindCode("vtkGeometryFilter_GetCellMinimumMaxValue", "D_vtkGeometryFilter_GetCellMinimumMaxValue")); mixin(bindCode("vtkGeometryFilter_GetCellMinimum", "D_vtkGeometryFilter_GetCellMinimum")); mixin(bindCode("vtkGeometryFilter_SetCellMaximum", "D_vtkGeometryFilter_SetCellMaximum")); mixin(bindCode("vtkGeometryFilter_GetCellMaximumMinValue", "D_vtkGeometryFilter_GetCellMaximumMinValue")); mixin(bindCode("vtkGeometryFilter_GetCellMaximumMaxValue", "D_vtkGeometryFilter_GetCellMaximumMaxValue")); mixin(bindCode("vtkGeometryFilter_GetCellMaximum", "D_vtkGeometryFilter_GetCellMaximum")); mixin(bindCode("vtkGeometryFilter_SetExtent__SWIG_0", "D_vtkGeometryFilter_SetExtent__SWIG_0")); mixin(bindCode("vtkGeometryFilter_SetExtent__SWIG_1", "D_vtkGeometryFilter_SetExtent__SWIG_1")); mixin(bindCode("vtkGeometryFilter_GetExtent", "D_vtkGeometryFilter_GetExtent")); mixin(bindCode("vtkGeometryFilter_SetMerging", "D_vtkGeometryFilter_SetMerging")); mixin(bindCode("vtkGeometryFilter_GetMerging", "D_vtkGeometryFilter_GetMerging")); mixin(bindCode("vtkGeometryFilter_MergingOn", "D_vtkGeometryFilter_MergingOn")); mixin(bindCode("vtkGeometryFilter_MergingOff", "D_vtkGeometryFilter_MergingOff")); mixin(bindCode("vtkGeometryFilter_SetLocator", "D_vtkGeometryFilter_SetLocator")); mixin(bindCode("vtkGeometryFilter_GetLocator", "D_vtkGeometryFilter_GetLocator")); mixin(bindCode("vtkGeometryFilter_CreateDefaultLocator", "D_vtkGeometryFilter_CreateDefaultLocator")); mixin(bindCode("vtkGeometryFilter_Upcast", "D_vtkGeometryFilter_Upcast")); mixin(bindCode("vtkAreaContourSpectrumFilter_New", "D_vtkAreaContourSpectrumFilter_New")); mixin(bindCode("vtkAreaContourSpectrumFilter_IsTypeOf", "D_vtkAreaContourSpectrumFilter_IsTypeOf")); mixin(bindCode("vtkAreaContourSpectrumFilter_SafeDownCast", "D_vtkAreaContourSpectrumFilter_SafeDownCast")); mixin(bindCode("vtkAreaContourSpectrumFilter_NewInstance", "D_vtkAreaContourSpectrumFilter_NewInstance")); mixin(bindCode("vtkAreaContourSpectrumFilter_SetArcId", "D_vtkAreaContourSpectrumFilter_SetArcId")); mixin(bindCode("vtkAreaContourSpectrumFilter_GetArcId", "D_vtkAreaContourSpectrumFilter_GetArcId")); mixin(bindCode("vtkAreaContourSpectrumFilter_SetNumberOfSamples", "D_vtkAreaContourSpectrumFilter_SetNumberOfSamples")); mixin(bindCode("vtkAreaContourSpectrumFilter_GetNumberOfSamples", "D_vtkAreaContourSpectrumFilter_GetNumberOfSamples")); mixin(bindCode("vtkAreaContourSpectrumFilter_SetFieldId", "D_vtkAreaContourSpectrumFilter_SetFieldId")); mixin(bindCode("vtkAreaContourSpectrumFilter_GetFieldId", "D_vtkAreaContourSpectrumFilter_GetFieldId")); mixin(bindCode("vtkAreaContourSpectrumFilter_GetOutput", "D_vtkAreaContourSpectrumFilter_GetOutput")); mixin(bindCode("vtkAreaContourSpectrumFilter_Upcast", "D_vtkAreaContourSpectrumFilter_Upcast")); mixin(bindCode("vtkRectangularButtonSource_IsTypeOf", "D_vtkRectangularButtonSource_IsTypeOf")); mixin(bindCode("vtkRectangularButtonSource_SafeDownCast", "D_vtkRectangularButtonSource_SafeDownCast")); mixin(bindCode("vtkRectangularButtonSource_NewInstance", "D_vtkRectangularButtonSource_NewInstance")); mixin(bindCode("vtkRectangularButtonSource_New", "D_vtkRectangularButtonSource_New")); mixin(bindCode("vtkRectangularButtonSource_SetWidth", "D_vtkRectangularButtonSource_SetWidth")); mixin(bindCode("vtkRectangularButtonSource_GetWidthMinValue", "D_vtkRectangularButtonSource_GetWidthMinValue")); mixin(bindCode("vtkRectangularButtonSource_GetWidthMaxValue", "D_vtkRectangularButtonSource_GetWidthMaxValue")); mixin(bindCode("vtkRectangularButtonSource_GetWidth", "D_vtkRectangularButtonSource_GetWidth")); mixin(bindCode("vtkRectangularButtonSource_SetHeight", "D_vtkRectangularButtonSource_SetHeight")); mixin(bindCode("vtkRectangularButtonSource_GetHeightMinValue", "D_vtkRectangularButtonSource_GetHeightMinValue")); mixin(bindCode("vtkRectangularButtonSource_GetHeightMaxValue", "D_vtkRectangularButtonSource_GetHeightMaxValue")); mixin(bindCode("vtkRectangularButtonSource_GetHeight", "D_vtkRectangularButtonSource_GetHeight")); mixin(bindCode("vtkRectangularButtonSource_SetDepth", "D_vtkRectangularButtonSource_SetDepth")); mixin(bindCode("vtkRectangularButtonSource_GetDepthMinValue", "D_vtkRectangularButtonSource_GetDepthMinValue")); mixin(bindCode("vtkRectangularButtonSource_GetDepthMaxValue", "D_vtkRectangularButtonSource_GetDepthMaxValue")); mixin(bindCode("vtkRectangularButtonSource_GetDepth", "D_vtkRectangularButtonSource_GetDepth")); mixin(bindCode("vtkRectangularButtonSource_SetBoxRatio", "D_vtkRectangularButtonSource_SetBoxRatio")); mixin(bindCode("vtkRectangularButtonSource_GetBoxRatioMinValue", "D_vtkRectangularButtonSource_GetBoxRatioMinValue")); mixin(bindCode("vtkRectangularButtonSource_GetBoxRatioMaxValue", "D_vtkRectangularButtonSource_GetBoxRatioMaxValue")); mixin(bindCode("vtkRectangularButtonSource_GetBoxRatio", "D_vtkRectangularButtonSource_GetBoxRatio")); mixin(bindCode("vtkRectangularButtonSource_SetTextureRatio", "D_vtkRectangularButtonSource_SetTextureRatio")); mixin(bindCode("vtkRectangularButtonSource_GetTextureRatioMinValue", "D_vtkRectangularButtonSource_GetTextureRatioMinValue")); mixin(bindCode("vtkRectangularButtonSource_GetTextureRatioMaxValue", "D_vtkRectangularButtonSource_GetTextureRatioMaxValue")); mixin(bindCode("vtkRectangularButtonSource_GetTextureRatio", "D_vtkRectangularButtonSource_GetTextureRatio")); mixin(bindCode("vtkRectangularButtonSource_SetTextureHeightRatio", "D_vtkRectangularButtonSource_SetTextureHeightRatio")); mixin(bindCode("vtkRectangularButtonSource_GetTextureHeightRatioMinValue", "D_vtkRectangularButtonSource_GetTextureHeightRatioMinValue")); mixin(bindCode("vtkRectangularButtonSource_GetTextureHeightRatioMaxValue", "D_vtkRectangularButtonSource_GetTextureHeightRatioMaxValue")); mixin(bindCode("vtkRectangularButtonSource_GetTextureHeightRatio", "D_vtkRectangularButtonSource_GetTextureHeightRatio")); mixin(bindCode("vtkRectangularButtonSource_Upcast", "D_vtkRectangularButtonSource_Upcast")); mixin(bindCode("VTK_2TREE_CHILD_SW_get", "D_VTK_2TREE_CHILD_SW_get")); mixin(bindCode("VTK_2TREE_CHILD_SE_get", "D_VTK_2TREE_CHILD_SE_get")); mixin(bindCode("VTK_2TREE_CHILD_NW_get", "D_VTK_2TREE_CHILD_NW_get")); mixin(bindCode("VTK_2TREE_CHILD_NE_get", "D_VTK_2TREE_CHILD_NE_get")); mixin(bindCode("VTK_1TREE_TREE_CHILD_LEFT_get", "D_VTK_1TREE_TREE_CHILD_LEFT_get")); mixin(bindCode("VTK_1TREE_TREE_CHILD_RIGHT_get", "D_VTK_1TREE_TREE_CHILD_RIGHT_get")); mixin(bindCode("vtkHyperTreeCursor_IsTypeOf", "D_vtkHyperTreeCursor_IsTypeOf")); mixin(bindCode("vtkHyperTreeCursor_SafeDownCast", "D_vtkHyperTreeCursor_SafeDownCast")); mixin(bindCode("vtkHyperTreeCursor_NewInstance", "D_vtkHyperTreeCursor_NewInstance")); mixin(bindCode("vtkHyperTreeCursor_GetTree", "D_vtkHyperTreeCursor_GetTree")); mixin(bindCode("vtkHyperTreeCursor_GetLeafId", "D_vtkHyperTreeCursor_GetLeafId")); mixin(bindCode("vtkHyperTreeCursor_GetNodeId", "D_vtkHyperTreeCursor_GetNodeId")); mixin(bindCode("vtkHyperTreeCursor_IsLeaf", "D_vtkHyperTreeCursor_IsLeaf")); mixin(bindCode("vtkHyperTreeCursor_IsTerminalNode", "D_vtkHyperTreeCursor_IsTerminalNode")); mixin(bindCode("vtkHyperTreeCursor_IsRoot", "D_vtkHyperTreeCursor_IsRoot")); mixin(bindCode("vtkHyperTreeCursor_GetCurrentLevel", "D_vtkHyperTreeCursor_GetCurrentLevel")); mixin(bindCode("vtkHyperTreeCursor_GetChildIndex", "D_vtkHyperTreeCursor_GetChildIndex")); mixin(bindCode("vtkHyperTreeCursor_ToRoot", "D_vtkHyperTreeCursor_ToRoot")); mixin(bindCode("vtkHyperTreeCursor_ToParent", "D_vtkHyperTreeCursor_ToParent")); mixin(bindCode("vtkHyperTreeCursor_ToChild", "D_vtkHyperTreeCursor_ToChild")); mixin(bindCode("vtkHyperTreeCursor_ToSameNode", "D_vtkHyperTreeCursor_ToSameNode")); mixin(bindCode("vtkHyperTreeCursor_IsEqual", "D_vtkHyperTreeCursor_IsEqual")); mixin(bindCode("vtkHyperTreeCursor_Clone", "D_vtkHyperTreeCursor_Clone")); mixin(bindCode("vtkHyperTreeCursor_SameTree", "D_vtkHyperTreeCursor_SameTree")); mixin(bindCode("vtkHyperTreeCursor_GetIndex", "D_vtkHyperTreeCursor_GetIndex")); mixin(bindCode("vtkHyperTreeCursor_GetNumberOfChildren", "D_vtkHyperTreeCursor_GetNumberOfChildren")); mixin(bindCode("vtkHyperTreeCursor_GetDimension", "D_vtkHyperTreeCursor_GetDimension")); mixin(bindCode("vtkHyperTreeCursor_MoveToNode", "D_vtkHyperTreeCursor_MoveToNode")); mixin(bindCode("vtkHyperTreeCursor_Found", "D_vtkHyperTreeCursor_Found")); mixin(bindCode("vtkHyperTreeCursor_Upcast", "D_vtkHyperTreeCursor_Upcast")); mixin(bindCode("vtkHyperOctreeDepth_New", "D_vtkHyperOctreeDepth_New")); mixin(bindCode("vtkHyperOctreeDepth_IsTypeOf", "D_vtkHyperOctreeDepth_IsTypeOf")); mixin(bindCode("vtkHyperOctreeDepth_SafeDownCast", "D_vtkHyperOctreeDepth_SafeDownCast")); mixin(bindCode("vtkHyperOctreeDepth_NewInstance", "D_vtkHyperOctreeDepth_NewInstance")); mixin(bindCode("vtkHyperOctreeDepth_Upcast", "D_vtkHyperOctreeDepth_Upcast")); mixin(bindCode("vtkAbstractContextBufferId_IsTypeOf", "D_vtkAbstractContextBufferId_IsTypeOf")); mixin(bindCode("vtkAbstractContextBufferId_SafeDownCast", "D_vtkAbstractContextBufferId_SafeDownCast")); mixin(bindCode("vtkAbstractContextBufferId_NewInstance", "D_vtkAbstractContextBufferId_NewInstance")); mixin(bindCode("vtkAbstractContextBufferId_GetWidth", "D_vtkAbstractContextBufferId_GetWidth")); mixin(bindCode("vtkAbstractContextBufferId_SetWidth", "D_vtkAbstractContextBufferId_SetWidth")); mixin(bindCode("vtkAbstractContextBufferId_GetHeight", "D_vtkAbstractContextBufferId_GetHeight")); mixin(bindCode("vtkAbstractContextBufferId_SetHeight", "D_vtkAbstractContextBufferId_SetHeight")); mixin(bindCode("vtkAbstractContextBufferId_Allocate", "D_vtkAbstractContextBufferId_Allocate")); mixin(bindCode("vtkAbstractContextBufferId_IsAllocated", "D_vtkAbstractContextBufferId_IsAllocated")); mixin(bindCode("vtkAbstractContextBufferId_SetValues", "D_vtkAbstractContextBufferId_SetValues")); mixin(bindCode("vtkAbstractContextBufferId_GetPickedItem", "D_vtkAbstractContextBufferId_GetPickedItem")); mixin(bindCode("vtkAbstractContextBufferId_ReleaseGraphicsResources", "D_vtkAbstractContextBufferId_ReleaseGraphicsResources")); mixin(bindCode("vtkAbstractContextBufferId_Upcast", "D_vtkAbstractContextBufferId_Upcast")); mixin(bindCode("vtkContextBufferId_IsTypeOf", "D_vtkContextBufferId_IsTypeOf")); mixin(bindCode("vtkContextBufferId_SafeDownCast", "D_vtkContextBufferId_SafeDownCast")); mixin(bindCode("vtkContextBufferId_NewInstance", "D_vtkContextBufferId_NewInstance")); mixin(bindCode("vtkContextBufferId_New", "D_vtkContextBufferId_New")); mixin(bindCode("vtkContextBufferId_Upcast", "D_vtkContextBufferId_Upcast")); mixin(bindCode("VTK_TYPE_LONG_LONG_FORMAT_get", "D_VTK_TYPE_LONG_LONG_FORMAT_get")); mixin(bindCode("VTK_USE_INT8_get", "D_VTK_USE_INT8_get")); mixin(bindCode("VTK_USE_UINT8_get", "D_VTK_USE_UINT8_get")); mixin(bindCode("VTK_USE_INT16_get", "D_VTK_USE_INT16_get")); mixin(bindCode("VTK_USE_UINT16_get", "D_VTK_USE_UINT16_get")); mixin(bindCode("VTK_USE_INT32_get", "D_VTK_USE_INT32_get")); mixin(bindCode("VTK_USE_UINT32_get", "D_VTK_USE_UINT32_get")); mixin(bindCode("VTK_USE_INT64_get", "D_VTK_USE_INT64_get")); mixin(bindCode("VTK_USE_UINT64_get", "D_VTK_USE_UINT64_get")); mixin(bindCode("VTK_USE_FLOAT32_get", "D_VTK_USE_FLOAT32_get")); mixin(bindCode("VTK_USE_FLOAT64_get", "D_VTK_USE_FLOAT64_get")); mixin(bindCode("vtkSeedWidget_New", "D_vtkSeedWidget_New")); mixin(bindCode("vtkSeedWidget_IsTypeOf", "D_vtkSeedWidget_IsTypeOf")); mixin(bindCode("vtkSeedWidget_SafeDownCast", "D_vtkSeedWidget_SafeDownCast")); mixin(bindCode("vtkSeedWidget_NewInstance", "D_vtkSeedWidget_NewInstance")); mixin(bindCode("vtkSeedWidget_SetRepresentation", "D_vtkSeedWidget_SetRepresentation")); mixin(bindCode("vtkSeedWidget_GetSeedRepresentation", "D_vtkSeedWidget_GetSeedRepresentation")); mixin(bindCode("vtkSeedWidget_CompleteInteraction", "D_vtkSeedWidget_CompleteInteraction")); mixin(bindCode("vtkSeedWidget_RestartInteraction", "D_vtkSeedWidget_RestartInteraction")); mixin(bindCode("vtkSeedWidget_CreateNewHandle", "D_vtkSeedWidget_CreateNewHandle")); mixin(bindCode("vtkSeedWidget_DeleteSeed", "D_vtkSeedWidget_DeleteSeed")); mixin(bindCode("vtkSeedWidget_GetSeed", "D_vtkSeedWidget_GetSeed")); mixin(bindCode("vtkSeedWidget_GetWidgetState", "D_vtkSeedWidget_GetWidgetState")); mixin(bindCode("vtkSeedWidget_Upcast", "D_vtkSeedWidget_Upcast")); mixin(bindCode("vtkMoleculeReaderBase_IsTypeOf", "D_vtkMoleculeReaderBase_IsTypeOf")); mixin(bindCode("vtkMoleculeReaderBase_SafeDownCast", "D_vtkMoleculeReaderBase_SafeDownCast")); mixin(bindCode("vtkMoleculeReaderBase_NewInstance", "D_vtkMoleculeReaderBase_NewInstance")); mixin(bindCode("vtkMoleculeReaderBase_SetFileName", "D_vtkMoleculeReaderBase_SetFileName")); mixin(bindCode("vtkMoleculeReaderBase_GetFileName", "D_vtkMoleculeReaderBase_GetFileName")); mixin(bindCode("vtkMoleculeReaderBase_SetBScale", "D_vtkMoleculeReaderBase_SetBScale")); mixin(bindCode("vtkMoleculeReaderBase_GetBScale", "D_vtkMoleculeReaderBase_GetBScale")); mixin(bindCode("vtkMoleculeReaderBase_SetHBScale", "D_vtkMoleculeReaderBase_SetHBScale")); mixin(bindCode("vtkMoleculeReaderBase_GetHBScale", "D_vtkMoleculeReaderBase_GetHBScale")); mixin(bindCode("vtkMoleculeReaderBase_GetNumberOfAtoms", "D_vtkMoleculeReaderBase_GetNumberOfAtoms")); mixin(bindCode("vtkMoleculeReaderBase_Upcast", "D_vtkMoleculeReaderBase_Upcast")); mixin(bindCode("vtkGaussianCubeReader_New", "D_vtkGaussianCubeReader_New")); mixin(bindCode("vtkGaussianCubeReader_IsTypeOf", "D_vtkGaussianCubeReader_IsTypeOf")); mixin(bindCode("vtkGaussianCubeReader_SafeDownCast", "D_vtkGaussianCubeReader_SafeDownCast")); mixin(bindCode("vtkGaussianCubeReader_NewInstance", "D_vtkGaussianCubeReader_NewInstance")); mixin(bindCode("vtkGaussianCubeReader_GetTransform", "D_vtkGaussianCubeReader_GetTransform")); mixin(bindCode("vtkGaussianCubeReader_GetGridOutput", "D_vtkGaussianCubeReader_GetGridOutput")); mixin(bindCode("vtkGaussianCubeReader_Upcast", "D_vtkGaussianCubeReader_Upcast")); mixin(bindCode("vtkAppendPoints_New", "D_vtkAppendPoints_New")); mixin(bindCode("vtkAppendPoints_IsTypeOf", "D_vtkAppendPoints_IsTypeOf")); mixin(bindCode("vtkAppendPoints_SafeDownCast", "D_vtkAppendPoints_SafeDownCast")); mixin(bindCode("vtkAppendPoints_NewInstance", "D_vtkAppendPoints_NewInstance")); mixin(bindCode("vtkAppendPoints_SetInputIdArrayName", "D_vtkAppendPoints_SetInputIdArrayName")); mixin(bindCode("vtkAppendPoints_GetInputIdArrayName", "D_vtkAppendPoints_GetInputIdArrayName")); mixin(bindCode("vtkAppendPoints_Upcast", "D_vtkAppendPoints_Upcast")); mixin(bindCode("vtkUnstructuredGridVolumeRayCastMapper_New", "D_vtkUnstructuredGridVolumeRayCastMapper_New")); mixin(bindCode("vtkUnstructuredGridVolumeRayCastMapper_IsTypeOf", "D_vtkUnstructuredGridVolumeRayCastMapper_IsTypeOf")); mixin(bindCode("vtkUnstructuredGridVolumeRayCastMapper_SafeDownCast", "D_vtkUnstructuredGridVolumeRayCastMapper_SafeDownCast")); mixin(bindCode("vtkUnstructuredGridVolumeRayCastMapper_NewInstance", "D_vtkUnstructuredGridVolumeRayCastMapper_NewInstance")); mixin(bindCode("vtkUnstructuredGridVolumeRayCastMapper_SetImageSampleDistance", "D_vtkUnstructuredGridVolumeRayCastMapper_SetImageSampleDistance")); mixin(bindCode("vtkUnstructuredGridVolumeRayCastMapper_GetImageSampleDistanceMinValue", "D_vtkUnstructuredGridVolumeRayCastMapper_GetImageSampleDistanceMinValue")); mixin(bindCode("vtkUnstructuredGridVolumeRayCastMapper_GetImageSampleDistanceMaxValue", "D_vtkUnstructuredGridVolumeRayCastMapper_GetImageSampleDistanceMaxValue")); mixin(bindCode("vtkUnstructuredGridVolumeRayCastMapper_GetImageSampleDistance", "D_vtkUnstructuredGridVolumeRayCastMapper_GetImageSampleDistance")); mixin(bindCode("vtkUnstructuredGridVolumeRayCastMapper_SetMinimumImageSampleDistance", "D_vtkUnstructuredGridVolumeRayCastMapper_SetMinimumImageSampleDistance")); mixin(bindCode("vtkUnstructuredGridVolumeRayCastMapper_GetMinimumImageSampleDistanceMinValue", "D_vtkUnstructuredGridVolumeRayCastMapper_GetMinimumImageSampleDistanceMinValue")); mixin(bindCode("vtkUnstructuredGridVolumeRayCastMapper_GetMinimumImageSampleDistanceMaxValue", "D_vtkUnstructuredGridVolumeRayCastMapper_GetMinimumImageSampleDistanceMaxValue")); mixin(bindCode("vtkUnstructuredGridVolumeRayCastMapper_GetMinimumImageSampleDistance", "D_vtkUnstructuredGridVolumeRayCastMapper_GetMinimumImageSampleDistance")); mixin(bindCode("vtkUnstructuredGridVolumeRayCastMapper_SetMaximumImageSampleDistance", "D_vtkUnstructuredGridVolumeRayCastMapper_SetMaximumImageSampleDistance")); mixin(bindCode("vtkUnstructuredGridVolumeRayCastMapper_GetMaximumImageSampleDistanceMinValue", "D_vtkUnstructuredGridVolumeRayCastMapper_GetMaximumImageSampleDistanceMinValue")); mixin(bindCode("vtkUnstructuredGridVolumeRayCastMapper_GetMaximumImageSampleDistanceMaxValue", "D_vtkUnstructuredGridVolumeRayCastMapper_GetMaximumImageSampleDistanceMaxValue")); mixin(bindCode("vtkUnstructuredGridVolumeRayCastMapper_GetMaximumImageSampleDistance", "D_vtkUnstructuredGridVolumeRayCastMapper_GetMaximumImageSampleDistance")); mixin(bindCode("vtkUnstructuredGridVolumeRayCastMapper_SetAutoAdjustSampleDistances", "D_vtkUnstructuredGridVolumeRayCastMapper_SetAutoAdjustSampleDistances")); mixin(bindCode("vtkUnstructuredGridVolumeRayCastMapper_GetAutoAdjustSampleDistancesMinValue", "D_vtkUnstructuredGridVolumeRayCastMapper_GetAutoAdjustSampleDistancesMinValue")); mixin(bindCode("vtkUnstructuredGridVolumeRayCastMapper_GetAutoAdjustSampleDistancesMaxValue", "D_vtkUnstructuredGridVolumeRayCastMapper_GetAutoAdjustSampleDistancesMaxValue")); mixin(bindCode("vtkUnstructuredGridVolumeRayCastMapper_GetAutoAdjustSampleDistances", "D_vtkUnstructuredGridVolumeRayCastMapper_GetAutoAdjustSampleDistances")); mixin(bindCode("vtkUnstructuredGridVolumeRayCastMapper_AutoAdjustSampleDistancesOn", "D_vtkUnstructuredGridVolumeRayCastMapper_AutoAdjustSampleDistancesOn")); mixin(bindCode("vtkUnstructuredGridVolumeRayCastMapper_AutoAdjustSampleDistancesOff", "D_vtkUnstructuredGridVolumeRayCastMapper_AutoAdjustSampleDistancesOff")); mixin(bindCode("vtkUnstructuredGridVolumeRayCastMapper_SetNumberOfThreads", "D_vtkUnstructuredGridVolumeRayCastMapper_SetNumberOfThreads")); mixin(bindCode("vtkUnstructuredGridVolumeRayCastMapper_GetNumberOfThreads", "D_vtkUnstructuredGridVolumeRayCastMapper_GetNumberOfThreads")); mixin(bindCode("vtkUnstructuredGridVolumeRayCastMapper_SetIntermixIntersectingGeometry", "D_vtkUnstructuredGridVolumeRayCastMapper_SetIntermixIntersectingGeometry")); mixin(bindCode("vtkUnstructuredGridVolumeRayCastMapper_GetIntermixIntersectingGeometryMinValue", "D_vtkUnstructuredGridVolumeRayCastMapper_GetIntermixIntersectingGeometryMinValue")); mixin(bindCode("vtkUnstructuredGridVolumeRayCastMapper_GetIntermixIntersectingGeometryMaxValue", "D_vtkUnstructuredGridVolumeRayCastMapper_GetIntermixIntersectingGeometryMaxValue")); mixin(bindCode("vtkUnstructuredGridVolumeRayCastMapper_GetIntermixIntersectingGeometry", "D_vtkUnstructuredGridVolumeRayCastMapper_GetIntermixIntersectingGeometry")); mixin(bindCode("vtkUnstructuredGridVolumeRayCastMapper_IntermixIntersectingGeometryOn", "D_vtkUnstructuredGridVolumeRayCastMapper_IntermixIntersectingGeometryOn")); mixin(bindCode("vtkUnstructuredGridVolumeRayCastMapper_IntermixIntersectingGeometryOff", "D_vtkUnstructuredGridVolumeRayCastMapper_IntermixIntersectingGeometryOff")); mixin(bindCode("vtkUnstructuredGridVolumeRayCastMapper_SetRayCastFunction", "D_vtkUnstructuredGridVolumeRayCastMapper_SetRayCastFunction")); mixin(bindCode("vtkUnstructuredGridVolumeRayCastMapper_GetRayCastFunction", "D_vtkUnstructuredGridVolumeRayCastMapper_GetRayCastFunction")); mixin(bindCode("vtkUnstructuredGridVolumeRayCastMapper_SetRayIntegrator", "D_vtkUnstructuredGridVolumeRayCastMapper_SetRayIntegrator")); mixin(bindCode("vtkUnstructuredGridVolumeRayCastMapper_GetRayIntegrator", "D_vtkUnstructuredGridVolumeRayCastMapper_GetRayIntegrator")); mixin(bindCode("vtkUnstructuredGridVolumeRayCastMapper_CastRays", "D_vtkUnstructuredGridVolumeRayCastMapper_CastRays")); mixin(bindCode("vtkUnstructuredGridVolumeRayCastMapper_Upcast", "D_vtkUnstructuredGridVolumeRayCastMapper_Upcast")); mixin(bindCode("vtkRowQueryToTable_New", "D_vtkRowQueryToTable_New")); mixin(bindCode("vtkRowQueryToTable_IsTypeOf", "D_vtkRowQueryToTable_IsTypeOf")); mixin(bindCode("vtkRowQueryToTable_SafeDownCast", "D_vtkRowQueryToTable_SafeDownCast")); mixin(bindCode("vtkRowQueryToTable_NewInstance", "D_vtkRowQueryToTable_NewInstance")); mixin(bindCode("vtkRowQueryToTable_SetQuery", "D_vtkRowQueryToTable_SetQuery")); mixin(bindCode("vtkRowQueryToTable_GetQuery", "D_vtkRowQueryToTable_GetQuery")); mixin(bindCode("vtkRowQueryToTable_Upcast", "D_vtkRowQueryToTable_Upcast")); mixin(bindCode("vtkSmoothPolyDataFilter_IsTypeOf", "D_vtkSmoothPolyDataFilter_IsTypeOf")); mixin(bindCode("vtkSmoothPolyDataFilter_SafeDownCast", "D_vtkSmoothPolyDataFilter_SafeDownCast")); mixin(bindCode("vtkSmoothPolyDataFilter_NewInstance", "D_vtkSmoothPolyDataFilter_NewInstance")); mixin(bindCode("vtkSmoothPolyDataFilter_New", "D_vtkSmoothPolyDataFilter_New")); mixin(bindCode("vtkSmoothPolyDataFilter_SetConvergence", "D_vtkSmoothPolyDataFilter_SetConvergence")); mixin(bindCode("vtkSmoothPolyDataFilter_GetConvergenceMinValue", "D_vtkSmoothPolyDataFilter_GetConvergenceMinValue")); mixin(bindCode("vtkSmoothPolyDataFilter_GetConvergenceMaxValue", "D_vtkSmoothPolyDataFilter_GetConvergenceMaxValue")); mixin(bindCode("vtkSmoothPolyDataFilter_GetConvergence", "D_vtkSmoothPolyDataFilter_GetConvergence")); mixin(bindCode("vtkSmoothPolyDataFilter_SetNumberOfIterations", "D_vtkSmoothPolyDataFilter_SetNumberOfIterations")); mixin(bindCode("vtkSmoothPolyDataFilter_GetNumberOfIterationsMinValue", "D_vtkSmoothPolyDataFilter_GetNumberOfIterationsMinValue")); mixin(bindCode("vtkSmoothPolyDataFilter_GetNumberOfIterationsMaxValue", "D_vtkSmoothPolyDataFilter_GetNumberOfIterationsMaxValue")); mixin(bindCode("vtkSmoothPolyDataFilter_GetNumberOfIterations", "D_vtkSmoothPolyDataFilter_GetNumberOfIterations")); mixin(bindCode("vtkSmoothPolyDataFilter_SetRelaxationFactor", "D_vtkSmoothPolyDataFilter_SetRelaxationFactor")); mixin(bindCode("vtkSmoothPolyDataFilter_GetRelaxationFactor", "D_vtkSmoothPolyDataFilter_GetRelaxationFactor")); mixin(bindCode("vtkSmoothPolyDataFilter_SetFeatureEdgeSmoothing", "D_vtkSmoothPolyDataFilter_SetFeatureEdgeSmoothing")); mixin(bindCode("vtkSmoothPolyDataFilter_GetFeatureEdgeSmoothing", "D_vtkSmoothPolyDataFilter_GetFeatureEdgeSmoothing")); mixin(bindCode("vtkSmoothPolyDataFilter_FeatureEdgeSmoothingOn", "D_vtkSmoothPolyDataFilter_FeatureEdgeSmoothingOn")); mixin(bindCode("vtkSmoothPolyDataFilter_FeatureEdgeSmoothingOff", "D_vtkSmoothPolyDataFilter_FeatureEdgeSmoothingOff")); mixin(bindCode("vtkSmoothPolyDataFilter_SetFeatureAngle", "D_vtkSmoothPolyDataFilter_SetFeatureAngle")); mixin(bindCode("vtkSmoothPolyDataFilter_GetFeatureAngleMinValue", "D_vtkSmoothPolyDataFilter_GetFeatureAngleMinValue")); mixin(bindCode("vtkSmoothPolyDataFilter_GetFeatureAngleMaxValue", "D_vtkSmoothPolyDataFilter_GetFeatureAngleMaxValue")); mixin(bindCode("vtkSmoothPolyDataFilter_GetFeatureAngle", "D_vtkSmoothPolyDataFilter_GetFeatureAngle")); mixin(bindCode("vtkSmoothPolyDataFilter_SetEdgeAngle", "D_vtkSmoothPolyDataFilter_SetEdgeAngle")); mixin(bindCode("vtkSmoothPolyDataFilter_GetEdgeAngleMinValue", "D_vtkSmoothPolyDataFilter_GetEdgeAngleMinValue")); mixin(bindCode("vtkSmoothPolyDataFilter_GetEdgeAngleMaxValue", "D_vtkSmoothPolyDataFilter_GetEdgeAngleMaxValue")); mixin(bindCode("vtkSmoothPolyDataFilter_GetEdgeAngle", "D_vtkSmoothPolyDataFilter_GetEdgeAngle")); mixin(bindCode("vtkSmoothPolyDataFilter_SetBoundarySmoothing", "D_vtkSmoothPolyDataFilter_SetBoundarySmoothing")); mixin(bindCode("vtkSmoothPolyDataFilter_GetBoundarySmoothing", "D_vtkSmoothPolyDataFilter_GetBoundarySmoothing")); mixin(bindCode("vtkSmoothPolyDataFilter_BoundarySmoothingOn", "D_vtkSmoothPolyDataFilter_BoundarySmoothingOn")); mixin(bindCode("vtkSmoothPolyDataFilter_BoundarySmoothingOff", "D_vtkSmoothPolyDataFilter_BoundarySmoothingOff")); mixin(bindCode("vtkSmoothPolyDataFilter_SetGenerateErrorScalars", "D_vtkSmoothPolyDataFilter_SetGenerateErrorScalars")); mixin(bindCode("vtkSmoothPolyDataFilter_GetGenerateErrorScalars", "D_vtkSmoothPolyDataFilter_GetGenerateErrorScalars")); mixin(bindCode("vtkSmoothPolyDataFilter_GenerateErrorScalarsOn", "D_vtkSmoothPolyDataFilter_GenerateErrorScalarsOn")); mixin(bindCode("vtkSmoothPolyDataFilter_GenerateErrorScalarsOff", "D_vtkSmoothPolyDataFilter_GenerateErrorScalarsOff")); mixin(bindCode("vtkSmoothPolyDataFilter_SetGenerateErrorVectors", "D_vtkSmoothPolyDataFilter_SetGenerateErrorVectors")); mixin(bindCode("vtkSmoothPolyDataFilter_GetGenerateErrorVectors", "D_vtkSmoothPolyDataFilter_GetGenerateErrorVectors")); mixin(bindCode("vtkSmoothPolyDataFilter_GenerateErrorVectorsOn", "D_vtkSmoothPolyDataFilter_GenerateErrorVectorsOn")); mixin(bindCode("vtkSmoothPolyDataFilter_GenerateErrorVectorsOff", "D_vtkSmoothPolyDataFilter_GenerateErrorVectorsOff")); mixin(bindCode("vtkSmoothPolyDataFilter_SetSourceData", "D_vtkSmoothPolyDataFilter_SetSourceData")); mixin(bindCode("vtkSmoothPolyDataFilter_GetSource", "D_vtkSmoothPolyDataFilter_GetSource")); mixin(bindCode("vtkSmoothPolyDataFilter_Upcast", "D_vtkSmoothPolyDataFilter_Upcast")); mixin(bindCode("vtkLabelHierarchyCompositeIterator_IsTypeOf", "D_vtkLabelHierarchyCompositeIterator_IsTypeOf")); mixin(bindCode("vtkLabelHierarchyCompositeIterator_SafeDownCast", "D_vtkLabelHierarchyCompositeIterator_SafeDownCast")); mixin(bindCode("vtkLabelHierarchyCompositeIterator_NewInstance", "D_vtkLabelHierarchyCompositeIterator_NewInstance")); mixin(bindCode("vtkLabelHierarchyCompositeIterator_New", "D_vtkLabelHierarchyCompositeIterator_New")); mixin(bindCode("vtkLabelHierarchyCompositeIterator_AddIterator__SWIG_0", "D_vtkLabelHierarchyCompositeIterator_AddIterator__SWIG_0")); mixin(bindCode("vtkLabelHierarchyCompositeIterator_AddIterator__SWIG_1", "D_vtkLabelHierarchyCompositeIterator_AddIterator__SWIG_1")); mixin(bindCode("vtkLabelHierarchyCompositeIterator_ClearIterators", "D_vtkLabelHierarchyCompositeIterator_ClearIterators")); mixin(bindCode("vtkLabelHierarchyCompositeIterator_Upcast", "D_vtkLabelHierarchyCompositeIterator_Upcast")); mixin(bindCode("vtkQuadratureSchemeDefinition_IsTypeOf", "D_vtkQuadratureSchemeDefinition_IsTypeOf")); mixin(bindCode("vtkQuadratureSchemeDefinition_SafeDownCast", "D_vtkQuadratureSchemeDefinition_SafeDownCast")); mixin(bindCode("vtkQuadratureSchemeDefinition_NewInstance", "D_vtkQuadratureSchemeDefinition_NewInstance")); mixin(bindCode("vtkQuadratureSchemeDefinition_DICTIONARY", "D_vtkQuadratureSchemeDefinition_DICTIONARY")); mixin(bindCode("vtkQuadratureSchemeDefinition_QUADRATURE_OFFSET_ARRAY_NAME", "D_vtkQuadratureSchemeDefinition_QUADRATURE_OFFSET_ARRAY_NAME")); mixin(bindCode("vtkQuadratureSchemeDefinition_New", "D_vtkQuadratureSchemeDefinition_New")); mixin(bindCode("vtkQuadratureSchemeDefinition_DeepCopy", "D_vtkQuadratureSchemeDefinition_DeepCopy")); mixin(bindCode("vtkQuadratureSchemeDefinition_SaveState", "D_vtkQuadratureSchemeDefinition_SaveState")); mixin(bindCode("vtkQuadratureSchemeDefinition_RestoreState", "D_vtkQuadratureSchemeDefinition_RestoreState")); mixin(bindCode("vtkQuadratureSchemeDefinition_Clear", "D_vtkQuadratureSchemeDefinition_Clear")); mixin(bindCode("vtkQuadratureSchemeDefinition_Initialize__SWIG_0", "D_vtkQuadratureSchemeDefinition_Initialize__SWIG_0")); mixin(bindCode("vtkQuadratureSchemeDefinition_Initialize__SWIG_1", "D_vtkQuadratureSchemeDefinition_Initialize__SWIG_1")); mixin(bindCode("vtkQuadratureSchemeDefinition_GetCellType", "D_vtkQuadratureSchemeDefinition_GetCellType")); mixin(bindCode("vtkQuadratureSchemeDefinition_GetQuadratureKey", "D_vtkQuadratureSchemeDefinition_GetQuadratureKey")); mixin(bindCode("vtkQuadratureSchemeDefinition_GetNumberOfNodes", "D_vtkQuadratureSchemeDefinition_GetNumberOfNodes")); mixin(bindCode("vtkQuadratureSchemeDefinition_GetNumberOfQuadraturePoints", "D_vtkQuadratureSchemeDefinition_GetNumberOfQuadraturePoints")); mixin(bindCode("vtkQuadratureSchemeDefinition_GetShapeFunctionWeights__SWIG_0", "D_vtkQuadratureSchemeDefinition_GetShapeFunctionWeights__SWIG_0")); mixin(bindCode("vtkQuadratureSchemeDefinition_GetShapeFunctionWeights__SWIG_1", "D_vtkQuadratureSchemeDefinition_GetShapeFunctionWeights__SWIG_1")); mixin(bindCode("vtkQuadratureSchemeDefinition_GetQuadratureWeights", "D_vtkQuadratureSchemeDefinition_GetQuadratureWeights")); mixin(bindCode("vtkQuadratureSchemeDefinition_Upcast", "D_vtkQuadratureSchemeDefinition_Upcast")); mixin(bindCode("vtkPairwiseExtractHistogram2D_New", "D_vtkPairwiseExtractHistogram2D_New")); mixin(bindCode("vtkPairwiseExtractHistogram2D_IsTypeOf", "D_vtkPairwiseExtractHistogram2D_IsTypeOf")); mixin(bindCode("vtkPairwiseExtractHistogram2D_SafeDownCast", "D_vtkPairwiseExtractHistogram2D_SafeDownCast")); mixin(bindCode("vtkPairwiseExtractHistogram2D_NewInstance", "D_vtkPairwiseExtractHistogram2D_NewInstance")); mixin(bindCode("vtkPairwiseExtractHistogram2D_SetNumberOfBins__SWIG_0", "D_vtkPairwiseExtractHistogram2D_SetNumberOfBins__SWIG_0")); mixin(bindCode("vtkPairwiseExtractHistogram2D_SetNumberOfBins__SWIG_1", "D_vtkPairwiseExtractHistogram2D_SetNumberOfBins__SWIG_1")); mixin(bindCode("vtkPairwiseExtractHistogram2D_GetNumberOfBins__SWIG_0", "D_vtkPairwiseExtractHistogram2D_GetNumberOfBins__SWIG_0")); mixin(bindCode("vtkPairwiseExtractHistogram2D_GetNumberOfBins__SWIG_1", "D_vtkPairwiseExtractHistogram2D_GetNumberOfBins__SWIG_1")); mixin(bindCode("vtkPairwiseExtractHistogram2D_GetNumberOfBins__SWIG_2", "D_vtkPairwiseExtractHistogram2D_GetNumberOfBins__SWIG_2")); mixin(bindCode("vtkPairwiseExtractHistogram2D_SetCustomColumnRangeIndex", "D_vtkPairwiseExtractHistogram2D_SetCustomColumnRangeIndex")); mixin(bindCode("vtkPairwiseExtractHistogram2D_SetCustomColumnRangeByIndex", "D_vtkPairwiseExtractHistogram2D_SetCustomColumnRangeByIndex")); mixin(bindCode("vtkPairwiseExtractHistogram2D_SetCustomColumnRange__SWIG_0", "D_vtkPairwiseExtractHistogram2D_SetCustomColumnRange__SWIG_0")); mixin(bindCode("vtkPairwiseExtractHistogram2D_SetCustomColumnRange__SWIG_1", "D_vtkPairwiseExtractHistogram2D_SetCustomColumnRange__SWIG_1")); mixin(bindCode("vtkPairwiseExtractHistogram2D_SetScalarType", "D_vtkPairwiseExtractHistogram2D_SetScalarType")); mixin(bindCode("vtkPairwiseExtractHistogram2D_SetScalarTypeToUnsignedInt", "D_vtkPairwiseExtractHistogram2D_SetScalarTypeToUnsignedInt")); mixin(bindCode("vtkPairwiseExtractHistogram2D_SetScalarTypeToUnsignedLong", "D_vtkPairwiseExtractHistogram2D_SetScalarTypeToUnsignedLong")); mixin(bindCode("vtkPairwiseExtractHistogram2D_SetScalarTypeToUnsignedShort", "D_vtkPairwiseExtractHistogram2D_SetScalarTypeToUnsignedShort")); mixin(bindCode("vtkPairwiseExtractHistogram2D_SetScalarTypeToUnsignedChar", "D_vtkPairwiseExtractHistogram2D_SetScalarTypeToUnsignedChar")); mixin(bindCode("vtkPairwiseExtractHistogram2D_GetScalarType", "D_vtkPairwiseExtractHistogram2D_GetScalarType")); mixin(bindCode("vtkPairwiseExtractHistogram2D_GetMaximumBinCount__SWIG_0", "D_vtkPairwiseExtractHistogram2D_GetMaximumBinCount__SWIG_0")); mixin(bindCode("vtkPairwiseExtractHistogram2D_GetMaximumBinCount__SWIG_1", "D_vtkPairwiseExtractHistogram2D_GetMaximumBinCount__SWIG_1")); mixin(bindCode("vtkPairwiseExtractHistogram2D_GetBinRange__SWIG_0", "D_vtkPairwiseExtractHistogram2D_GetBinRange__SWIG_0")); mixin(bindCode("vtkPairwiseExtractHistogram2D_GetBinRange__SWIG_1", "D_vtkPairwiseExtractHistogram2D_GetBinRange__SWIG_1")); mixin(bindCode("vtkPairwiseExtractHistogram2D_GetBinWidth", "D_vtkPairwiseExtractHistogram2D_GetBinWidth")); mixin(bindCode("vtkPairwiseExtractHistogram2D_GetHistogramExtents", "D_vtkPairwiseExtractHistogram2D_GetHistogramExtents")); mixin(bindCode("vtkPairwiseExtractHistogram2D_GetOutputHistogramImage", "D_vtkPairwiseExtractHistogram2D_GetOutputHistogramImage")); mixin(bindCode("vtkPairwiseExtractHistogram2D_GetHistogramFilter", "D_vtkPairwiseExtractHistogram2D_GetHistogramFilter")); mixin(bindCode("vtkPairwiseExtractHistogram2D_Upcast", "D_vtkPairwiseExtractHistogram2D_Upcast")); mixin(bindCode("vtkExtractSelectedGraph_New", "D_vtkExtractSelectedGraph_New")); mixin(bindCode("vtkExtractSelectedGraph_IsTypeOf", "D_vtkExtractSelectedGraph_IsTypeOf")); mixin(bindCode("vtkExtractSelectedGraph_SafeDownCast", "D_vtkExtractSelectedGraph_SafeDownCast")); mixin(bindCode("vtkExtractSelectedGraph_NewInstance", "D_vtkExtractSelectedGraph_NewInstance")); mixin(bindCode("vtkExtractSelectedGraph_SetSelectionConnection", "D_vtkExtractSelectedGraph_SetSelectionConnection")); mixin(bindCode("vtkExtractSelectedGraph_SetAnnotationLayersConnection", "D_vtkExtractSelectedGraph_SetAnnotationLayersConnection")); mixin(bindCode("vtkExtractSelectedGraph_SetRemoveIsolatedVertices", "D_vtkExtractSelectedGraph_SetRemoveIsolatedVertices")); mixin(bindCode("vtkExtractSelectedGraph_GetRemoveIsolatedVertices", "D_vtkExtractSelectedGraph_GetRemoveIsolatedVertices")); mixin(bindCode("vtkExtractSelectedGraph_RemoveIsolatedVerticesOn", "D_vtkExtractSelectedGraph_RemoveIsolatedVerticesOn")); mixin(bindCode("vtkExtractSelectedGraph_RemoveIsolatedVerticesOff", "D_vtkExtractSelectedGraph_RemoveIsolatedVerticesOff")); mixin(bindCode("vtkExtractSelectedGraph_FillInputPortInformation", "D_vtkExtractSelectedGraph_FillInputPortInformation")); mixin(bindCode("vtkExtractSelectedGraph_Upcast", "D_vtkExtractSelectedGraph_Upcast")); mixin(bindCode("vtkImplicitSelectionLoop_IsTypeOf", "D_vtkImplicitSelectionLoop_IsTypeOf")); mixin(bindCode("vtkImplicitSelectionLoop_SafeDownCast", "D_vtkImplicitSelectionLoop_SafeDownCast")); mixin(bindCode("vtkImplicitSelectionLoop_NewInstance", "D_vtkImplicitSelectionLoop_NewInstance")); mixin(bindCode("vtkImplicitSelectionLoop_New", "D_vtkImplicitSelectionLoop_New")); mixin(bindCode("vtkImplicitSelectionLoop_EvaluateFunction__SWIG_0", "D_vtkImplicitSelectionLoop_EvaluateFunction__SWIG_0")); mixin(bindCode("vtkImplicitSelectionLoop_EvaluateFunction__SWIG_1", "D_vtkImplicitSelectionLoop_EvaluateFunction__SWIG_1")); mixin(bindCode("vtkImplicitSelectionLoop_SetLoop", "D_vtkImplicitSelectionLoop_SetLoop")); mixin(bindCode("vtkImplicitSelectionLoop_GetLoop", "D_vtkImplicitSelectionLoop_GetLoop")); mixin(bindCode("vtkImplicitSelectionLoop_SetAutomaticNormalGeneration", "D_vtkImplicitSelectionLoop_SetAutomaticNormalGeneration")); mixin(bindCode("vtkImplicitSelectionLoop_GetAutomaticNormalGeneration", "D_vtkImplicitSelectionLoop_GetAutomaticNormalGeneration")); mixin(bindCode("vtkImplicitSelectionLoop_AutomaticNormalGenerationOn", "D_vtkImplicitSelectionLoop_AutomaticNormalGenerationOn")); mixin(bindCode("vtkImplicitSelectionLoop_AutomaticNormalGenerationOff", "D_vtkImplicitSelectionLoop_AutomaticNormalGenerationOff")); mixin(bindCode("vtkImplicitSelectionLoop_SetNormal__SWIG_0", "D_vtkImplicitSelectionLoop_SetNormal__SWIG_0")); mixin(bindCode("vtkImplicitSelectionLoop_SetNormal__SWIG_1", "D_vtkImplicitSelectionLoop_SetNormal__SWIG_1")); mixin(bindCode("vtkImplicitSelectionLoop_GetNormal__SWIG_0", "D_vtkImplicitSelectionLoop_GetNormal__SWIG_0")); mixin(bindCode("vtkImplicitSelectionLoop_GetNormal__SWIG_1", "D_vtkImplicitSelectionLoop_GetNormal__SWIG_1")); mixin(bindCode("vtkImplicitSelectionLoop_Upcast", "D_vtkImplicitSelectionLoop_Upcast")); mixin(bindCode("vtkContextScene_IsTypeOf", "D_vtkContextScene_IsTypeOf")); mixin(bindCode("vtkContextScene_SafeDownCast", "D_vtkContextScene_SafeDownCast")); mixin(bindCode("vtkContextScene_NewInstance", "D_vtkContextScene_NewInstance")); mixin(bindCode("vtkContextScene_New", "D_vtkContextScene_New")); mixin(bindCode("vtkContextScene_Paint", "D_vtkContextScene_Paint")); mixin(bindCode("vtkContextScene_AddItem", "D_vtkContextScene_AddItem")); mixin(bindCode("vtkContextScene_RemoveItem__SWIG_0", "D_vtkContextScene_RemoveItem__SWIG_0")); mixin(bindCode("vtkContextScene_RemoveItem__SWIG_1", "D_vtkContextScene_RemoveItem__SWIG_1")); mixin(bindCode("vtkContextScene_GetItem", "D_vtkContextScene_GetItem")); mixin(bindCode("vtkContextScene_GetNumberOfItems", "D_vtkContextScene_GetNumberOfItems")); mixin(bindCode("vtkContextScene_ClearItems", "D_vtkContextScene_ClearItems")); mixin(bindCode("vtkContextScene_SetAnnotationLink", "D_vtkContextScene_SetAnnotationLink")); mixin(bindCode("vtkContextScene_GetAnnotationLink", "D_vtkContextScene_GetAnnotationLink")); mixin(bindCode("vtkContextScene_SetGeometry__SWIG_0", "D_vtkContextScene_SetGeometry__SWIG_0")); mixin(bindCode("vtkContextScene_SetGeometry__SWIG_1", "D_vtkContextScene_SetGeometry__SWIG_1")); mixin(bindCode("vtkContextScene_GetGeometry__SWIG_0", "D_vtkContextScene_GetGeometry__SWIG_0")); mixin(bindCode("vtkContextScene_GetGeometry__SWIG_1", "D_vtkContextScene_GetGeometry__SWIG_1")); mixin(bindCode("vtkContextScene_GetGeometry__SWIG_2", "D_vtkContextScene_GetGeometry__SWIG_2")); mixin(bindCode("vtkContextScene_SetUseBufferId", "D_vtkContextScene_SetUseBufferId")); mixin(bindCode("vtkContextScene_GetUseBufferId", "D_vtkContextScene_GetUseBufferId")); mixin(bindCode("vtkContextScene_GetViewWidth", "D_vtkContextScene_GetViewWidth")); mixin(bindCode("vtkContextScene_GetViewHeight", "D_vtkContextScene_GetViewHeight")); mixin(bindCode("vtkContextScene_GetSceneWidth", "D_vtkContextScene_GetSceneWidth")); mixin(bindCode("vtkContextScene_GetSceneHeight", "D_vtkContextScene_GetSceneHeight")); mixin(bindCode("vtkContextScene_SetScaleTiles", "D_vtkContextScene_SetScaleTiles")); mixin(bindCode("vtkContextScene_GetScaleTiles", "D_vtkContextScene_GetScaleTiles")); mixin(bindCode("vtkContextScene_ScaleTilesOn", "D_vtkContextScene_ScaleTilesOn")); mixin(bindCode("vtkContextScene_ScaleTilesOff", "D_vtkContextScene_ScaleTilesOff")); mixin(bindCode("vtkContextScene_SetRenderer", "D_vtkContextScene_SetRenderer")); mixin(bindCode("vtkContextScene_SetDirty", "D_vtkContextScene_SetDirty")); mixin(bindCode("vtkContextScene_GetDirty", "D_vtkContextScene_GetDirty")); mixin(bindCode("new_vtkContextScene", "D_new_vtkContextScene")); mixin(bindCode("delete_vtkContextScene", "D_delete_vtkContextScene")); mixin(bindCode("vtkContextScene_Upcast", "D_vtkContextScene_Upcast")); mixin(bindCode("vtkTDxInteractorStyle_IsTypeOf", "D_vtkTDxInteractorStyle_IsTypeOf")); mixin(bindCode("vtkTDxInteractorStyle_SafeDownCast", "D_vtkTDxInteractorStyle_SafeDownCast")); mixin(bindCode("vtkTDxInteractorStyle_NewInstance", "D_vtkTDxInteractorStyle_NewInstance")); mixin(bindCode("vtkTDxInteractorStyle_ProcessEvent", "D_vtkTDxInteractorStyle_ProcessEvent")); mixin(bindCode("vtkTDxInteractorStyle_GetSettings", "D_vtkTDxInteractorStyle_GetSettings")); mixin(bindCode("vtkTDxInteractorStyle_SetSettings", "D_vtkTDxInteractorStyle_SetSettings")); mixin(bindCode("vtkTDxInteractorStyle_Upcast", "D_vtkTDxInteractorStyle_Upcast")); mixin(bindCode("vtkTDxInteractorStyleCamera_New", "D_vtkTDxInteractorStyleCamera_New")); mixin(bindCode("vtkTDxInteractorStyleCamera_IsTypeOf", "D_vtkTDxInteractorStyleCamera_IsTypeOf")); mixin(bindCode("vtkTDxInteractorStyleCamera_SafeDownCast", "D_vtkTDxInteractorStyleCamera_SafeDownCast")); mixin(bindCode("vtkTDxInteractorStyleCamera_NewInstance", "D_vtkTDxInteractorStyleCamera_NewInstance")); mixin(bindCode("vtkTDxInteractorStyleCamera_Upcast", "D_vtkTDxInteractorStyleCamera_Upcast")); mixin(bindCode("vtkConvertSelectionDomain_New", "D_vtkConvertSelectionDomain_New")); mixin(bindCode("vtkConvertSelectionDomain_IsTypeOf", "D_vtkConvertSelectionDomain_IsTypeOf")); mixin(bindCode("vtkConvertSelectionDomain_SafeDownCast", "D_vtkConvertSelectionDomain_SafeDownCast")); mixin(bindCode("vtkConvertSelectionDomain_NewInstance", "D_vtkConvertSelectionDomain_NewInstance")); mixin(bindCode("vtkConvertSelectionDomain_Upcast", "D_vtkConvertSelectionDomain_Upcast")); mixin(bindCode("vtkExtractCells_IsTypeOf", "D_vtkExtractCells_IsTypeOf")); mixin(bindCode("vtkExtractCells_SafeDownCast", "D_vtkExtractCells_SafeDownCast")); mixin(bindCode("vtkExtractCells_NewInstance", "D_vtkExtractCells_NewInstance")); mixin(bindCode("vtkExtractCells_New", "D_vtkExtractCells_New")); mixin(bindCode("vtkExtractCells_SetCellList", "D_vtkExtractCells_SetCellList")); mixin(bindCode("vtkExtractCells_AddCellList", "D_vtkExtractCells_AddCellList")); mixin(bindCode("vtkExtractCells_AddCellRange", "D_vtkExtractCells_AddCellRange")); mixin(bindCode("vtkExtractCells_Upcast", "D_vtkExtractCells_Upcast")); mixin(bindCode("vtkTriQuadraticHexahedron_New", "D_vtkTriQuadraticHexahedron_New")); mixin(bindCode("vtkTriQuadraticHexahedron_IsTypeOf", "D_vtkTriQuadraticHexahedron_IsTypeOf")); mixin(bindCode("vtkTriQuadraticHexahedron_SafeDownCast", "D_vtkTriQuadraticHexahedron_SafeDownCast")); mixin(bindCode("vtkTriQuadraticHexahedron_NewInstance", "D_vtkTriQuadraticHexahedron_NewInstance")); mixin(bindCode("vtkTriQuadraticHexahedron_InterpolationFunctions", "D_vtkTriQuadraticHexahedron_InterpolationFunctions")); mixin(bindCode("vtkTriQuadraticHexahedron_InterpolationDerivs", "D_vtkTriQuadraticHexahedron_InterpolationDerivs")); mixin(bindCode("vtkTriQuadraticHexahedron_InterpolateFunctions", "D_vtkTriQuadraticHexahedron_InterpolateFunctions")); mixin(bindCode("vtkTriQuadraticHexahedron_InterpolateDerivs", "D_vtkTriQuadraticHexahedron_InterpolateDerivs")); mixin(bindCode("vtkTriQuadraticHexahedron_GetEdgeArray", "D_vtkTriQuadraticHexahedron_GetEdgeArray")); mixin(bindCode("vtkTriQuadraticHexahedron_GetFaceArray", "D_vtkTriQuadraticHexahedron_GetFaceArray")); mixin(bindCode("vtkTriQuadraticHexahedron_JacobianInverse", "D_vtkTriQuadraticHexahedron_JacobianInverse")); mixin(bindCode("vtkTriQuadraticHexahedron_Upcast", "D_vtkTriQuadraticHexahedron_Upcast")); mixin(bindCode("vtkRotationalExtrusionFilter_IsTypeOf", "D_vtkRotationalExtrusionFilter_IsTypeOf")); mixin(bindCode("vtkRotationalExtrusionFilter_SafeDownCast", "D_vtkRotationalExtrusionFilter_SafeDownCast")); mixin(bindCode("vtkRotationalExtrusionFilter_NewInstance", "D_vtkRotationalExtrusionFilter_NewInstance")); mixin(bindCode("vtkRotationalExtrusionFilter_New", "D_vtkRotationalExtrusionFilter_New")); mixin(bindCode("vtkRotationalExtrusionFilter_SetResolution", "D_vtkRotationalExtrusionFilter_SetResolution")); mixin(bindCode("vtkRotationalExtrusionFilter_GetResolutionMinValue", "D_vtkRotationalExtrusionFilter_GetResolutionMinValue")); mixin(bindCode("vtkRotationalExtrusionFilter_GetResolutionMaxValue", "D_vtkRotationalExtrusionFilter_GetResolutionMaxValue")); mixin(bindCode("vtkRotationalExtrusionFilter_GetResolution", "D_vtkRotationalExtrusionFilter_GetResolution")); mixin(bindCode("vtkRotationalExtrusionFilter_SetCapping", "D_vtkRotationalExtrusionFilter_SetCapping")); mixin(bindCode("vtkRotationalExtrusionFilter_GetCapping", "D_vtkRotationalExtrusionFilter_GetCapping")); mixin(bindCode("vtkRotationalExtrusionFilter_CappingOn", "D_vtkRotationalExtrusionFilter_CappingOn")); mixin(bindCode("vtkRotationalExtrusionFilter_CappingOff", "D_vtkRotationalExtrusionFilter_CappingOff")); mixin(bindCode("vtkRotationalExtrusionFilter_SetAngle", "D_vtkRotationalExtrusionFilter_SetAngle")); mixin(bindCode("vtkRotationalExtrusionFilter_GetAngle", "D_vtkRotationalExtrusionFilter_GetAngle")); mixin(bindCode("vtkRotationalExtrusionFilter_SetTranslation", "D_vtkRotationalExtrusionFilter_SetTranslation")); mixin(bindCode("vtkRotationalExtrusionFilter_GetTranslation", "D_vtkRotationalExtrusionFilter_GetTranslation")); mixin(bindCode("vtkRotationalExtrusionFilter_SetDeltaRadius", "D_vtkRotationalExtrusionFilter_SetDeltaRadius")); mixin(bindCode("vtkRotationalExtrusionFilter_GetDeltaRadius", "D_vtkRotationalExtrusionFilter_GetDeltaRadius")); mixin(bindCode("vtkRotationalExtrusionFilter_Upcast", "D_vtkRotationalExtrusionFilter_Upcast")); mixin(bindCode("vtkPointData_New", "D_vtkPointData_New")); mixin(bindCode("vtkPointData_IsTypeOf", "D_vtkPointData_IsTypeOf")); mixin(bindCode("vtkPointData_SafeDownCast", "D_vtkPointData_SafeDownCast")); mixin(bindCode("vtkPointData_NewInstance", "D_vtkPointData_NewInstance")); mixin(bindCode("vtkPointData_NullPoint", "D_vtkPointData_NullPoint")); mixin(bindCode("vtkPointData_Upcast", "D_vtkPointData_Upcast")); mixin(bindCode("vtkAbstractGridConnectivity_IsTypeOf", "D_vtkAbstractGridConnectivity_IsTypeOf")); mixin(bindCode("vtkAbstractGridConnectivity_SafeDownCast", "D_vtkAbstractGridConnectivity_SafeDownCast")); mixin(bindCode("vtkAbstractGridConnectivity_NewInstance", "D_vtkAbstractGridConnectivity_NewInstance")); mixin(bindCode("vtkAbstractGridConnectivity_SetNumberOfGhostLayers", "D_vtkAbstractGridConnectivity_SetNumberOfGhostLayers")); mixin(bindCode("vtkAbstractGridConnectivity_GetNumberOfGhostLayers", "D_vtkAbstractGridConnectivity_GetNumberOfGhostLayers")); mixin(bindCode("vtkAbstractGridConnectivity_SetNumberOfGrids", "D_vtkAbstractGridConnectivity_SetNumberOfGrids")); mixin(bindCode("vtkAbstractGridConnectivity_GetNumberOfGrids", "D_vtkAbstractGridConnectivity_GetNumberOfGrids")); mixin(bindCode("vtkAbstractGridConnectivity_ComputeNeighbors", "D_vtkAbstractGridConnectivity_ComputeNeighbors")); mixin(bindCode("vtkAbstractGridConnectivity_CreateGhostLayers__SWIG_0", "D_vtkAbstractGridConnectivity_CreateGhostLayers__SWIG_0")); mixin(bindCode("vtkAbstractGridConnectivity_CreateGhostLayers__SWIG_1", "D_vtkAbstractGridConnectivity_CreateGhostLayers__SWIG_1")); mixin(bindCode("vtkAbstractGridConnectivity_GetGhostedPointGhostArray", "D_vtkAbstractGridConnectivity_GetGhostedPointGhostArray")); mixin(bindCode("vtkAbstractGridConnectivity_GetGhostedCellGhostArray", "D_vtkAbstractGridConnectivity_GetGhostedCellGhostArray")); mixin(bindCode("vtkAbstractGridConnectivity_GetGhostedGridPointData", "D_vtkAbstractGridConnectivity_GetGhostedGridPointData")); mixin(bindCode("vtkAbstractGridConnectivity_GetGhostedGridCellData", "D_vtkAbstractGridConnectivity_GetGhostedGridCellData")); mixin(bindCode("vtkAbstractGridConnectivity_GetGhostedPoints", "D_vtkAbstractGridConnectivity_GetGhostedPoints")); mixin(bindCode("vtkAbstractGridConnectivity_Upcast", "D_vtkAbstractGridConnectivity_Upcast")); mixin(bindCode("vtkStructuredNeighbor_NeighborID_set", "D_vtkStructuredNeighbor_NeighborID_set")); mixin(bindCode("vtkStructuredNeighbor_NeighborID_get", "D_vtkStructuredNeighbor_NeighborID_get")); mixin(bindCode("vtkStructuredNeighbor_OverlapExtent_set", "D_vtkStructuredNeighbor_OverlapExtent_set")); mixin(bindCode("vtkStructuredNeighbor_OverlapExtent_get", "D_vtkStructuredNeighbor_OverlapExtent_get")); mixin(bindCode("vtkStructuredNeighbor_SendExtent_set", "D_vtkStructuredNeighbor_SendExtent_set")); mixin(bindCode("vtkStructuredNeighbor_SendExtent_get", "D_vtkStructuredNeighbor_SendExtent_get")); mixin(bindCode("vtkStructuredNeighbor_RcvExtent_set", "D_vtkStructuredNeighbor_RcvExtent_set")); mixin(bindCode("vtkStructuredNeighbor_RcvExtent_get", "D_vtkStructuredNeighbor_RcvExtent_get")); mixin(bindCode("vtkStructuredNeighbor_Orientation_set", "D_vtkStructuredNeighbor_Orientation_set")); mixin(bindCode("vtkStructuredNeighbor_Orientation_get", "D_vtkStructuredNeighbor_Orientation_get")); mixin(bindCode("new_vtkStructuredNeighbor__SWIG_0", "D_new_vtkStructuredNeighbor__SWIG_0")); mixin(bindCode("new_vtkStructuredNeighbor__SWIG_1", "D_new_vtkStructuredNeighbor__SWIG_1")); mixin(bindCode("new_vtkStructuredNeighbor__SWIG_2", "D_new_vtkStructuredNeighbor__SWIG_2")); mixin(bindCode("new_vtkStructuredNeighbor__SWIG_3", "D_new_vtkStructuredNeighbor__SWIG_3")); mixin(bindCode("delete_vtkStructuredNeighbor", "D_delete_vtkStructuredNeighbor")); mixin(bindCode("vtkStructuredNeighbor_Equal", "D_vtkStructuredNeighbor_Equal")); mixin(bindCode("vtkStructuredNeighbor_ComputeSendAndReceiveExtent", "D_vtkStructuredNeighbor_ComputeSendAndReceiveExtent")); mixin(bindCode("vtkStructuredAMRNeighbor_GridOverlapExtent_set", "D_vtkStructuredAMRNeighbor_GridOverlapExtent_set")); mixin(bindCode("vtkStructuredAMRNeighbor_GridOverlapExtent_get", "D_vtkStructuredAMRNeighbor_GridOverlapExtent_get")); mixin(bindCode("vtkStructuredAMRNeighbor_GridLevel_set", "D_vtkStructuredAMRNeighbor_GridLevel_set")); mixin(bindCode("vtkStructuredAMRNeighbor_GridLevel_get", "D_vtkStructuredAMRNeighbor_GridLevel_get")); mixin(bindCode("vtkStructuredAMRNeighbor_NeighborLevel_set", "D_vtkStructuredAMRNeighbor_NeighborLevel_set")); mixin(bindCode("vtkStructuredAMRNeighbor_NeighborLevel_get", "D_vtkStructuredAMRNeighbor_NeighborLevel_get")); mixin(bindCode("vtkStructuredAMRNeighbor_RelationShip_set", "D_vtkStructuredAMRNeighbor_RelationShip_set")); mixin(bindCode("vtkStructuredAMRNeighbor_RelationShip_get", "D_vtkStructuredAMRNeighbor_RelationShip_get")); mixin(bindCode("new_vtkStructuredAMRNeighbor__SWIG_0", "D_new_vtkStructuredAMRNeighbor__SWIG_0")); mixin(bindCode("new_vtkStructuredAMRNeighbor__SWIG_1", "D_new_vtkStructuredAMRNeighbor__SWIG_1")); mixin(bindCode("delete_vtkStructuredAMRNeighbor", "D_delete_vtkStructuredAMRNeighbor")); mixin(bindCode("vtkStructuredAMRNeighbor_Equal", "D_vtkStructuredAMRNeighbor_Equal")); mixin(bindCode("vtkStructuredAMRNeighbor_GetReceiveExtentOnGrid", "D_vtkStructuredAMRNeighbor_GetReceiveExtentOnGrid")); mixin(bindCode("vtkStructuredAMRNeighbor_GetRelationShipString", "D_vtkStructuredAMRNeighbor_GetRelationShipString")); mixin(bindCode("vtkStructuredAMRNeighbor_Upcast", "D_vtkStructuredAMRNeighbor_Upcast")); mixin(bindCode("vtkStructuredAMRGridConnectivity_New", "D_vtkStructuredAMRGridConnectivity_New")); mixin(bindCode("vtkStructuredAMRGridConnectivity_IsTypeOf", "D_vtkStructuredAMRGridConnectivity_IsTypeOf")); mixin(bindCode("vtkStructuredAMRGridConnectivity_SafeDownCast", "D_vtkStructuredAMRGridConnectivity_SafeDownCast")); mixin(bindCode("vtkStructuredAMRGridConnectivity_NewInstance", "D_vtkStructuredAMRGridConnectivity_NewInstance")); mixin(bindCode("vtkStructuredAMRGridConnectivity_Initialize__SWIG_0", "D_vtkStructuredAMRGridConnectivity_Initialize__SWIG_0")); mixin(bindCode("vtkStructuredAMRGridConnectivity_Initialize__SWIG_1", "D_vtkStructuredAMRGridConnectivity_Initialize__SWIG_1")); mixin(bindCode("vtkStructuredAMRGridConnectivity_CreateGhostLayers__SWIG_0", "D_vtkStructuredAMRGridConnectivity_CreateGhostLayers__SWIG_0")); mixin(bindCode("vtkStructuredAMRGridConnectivity_CreateGhostLayers__SWIG_1", "D_vtkStructuredAMRGridConnectivity_CreateGhostLayers__SWIG_1")); mixin(bindCode("vtkStructuredAMRGridConnectivity_RegisterGrid__SWIG_0", "D_vtkStructuredAMRGridConnectivity_RegisterGrid__SWIG_0")); mixin(bindCode("vtkStructuredAMRGridConnectivity_RegisterGrid__SWIG_1", "D_vtkStructuredAMRGridConnectivity_RegisterGrid__SWIG_1")); mixin(bindCode("vtkStructuredAMRGridConnectivity_SetBalancedRefinement", "D_vtkStructuredAMRGridConnectivity_SetBalancedRefinement")); mixin(bindCode("vtkStructuredAMRGridConnectivity_GetBalancedRefinement", "D_vtkStructuredAMRGridConnectivity_GetBalancedRefinement")); mixin(bindCode("vtkStructuredAMRGridConnectivity_SetNodeCentered", "D_vtkStructuredAMRGridConnectivity_SetNodeCentered")); mixin(bindCode("vtkStructuredAMRGridConnectivity_GetNodeCentered", "D_vtkStructuredAMRGridConnectivity_GetNodeCentered")); mixin(bindCode("vtkStructuredAMRGridConnectivity_SetCellCentered", "D_vtkStructuredAMRGridConnectivity_SetCellCentered")); mixin(bindCode("vtkStructuredAMRGridConnectivity_GetCellCentered", "D_vtkStructuredAMRGridConnectivity_GetCellCentered")); mixin(bindCode("vtkStructuredAMRGridConnectivity_GetNumberOfNeighbors", "D_vtkStructuredAMRGridConnectivity_GetNumberOfNeighbors")); mixin(bindCode("vtkStructuredAMRGridConnectivity_GetGhostedExtent", "D_vtkStructuredAMRGridConnectivity_GetGhostedExtent")); mixin(bindCode("vtkStructuredAMRGridConnectivity_GetNeighbor", "D_vtkStructuredAMRGridConnectivity_GetNeighbor")); mixin(bindCode("vtkStructuredAMRGridConnectivity_Upcast", "D_vtkStructuredAMRGridConnectivity_Upcast")); mixin(bindCode("vtkQuadraticTetra_New", "D_vtkQuadraticTetra_New")); mixin(bindCode("vtkQuadraticTetra_IsTypeOf", "D_vtkQuadraticTetra_IsTypeOf")); mixin(bindCode("vtkQuadraticTetra_SafeDownCast", "D_vtkQuadraticTetra_SafeDownCast")); mixin(bindCode("vtkQuadraticTetra_NewInstance", "D_vtkQuadraticTetra_NewInstance")); mixin(bindCode("vtkQuadraticTetra_InterpolationFunctions", "D_vtkQuadraticTetra_InterpolationFunctions")); mixin(bindCode("vtkQuadraticTetra_InterpolationDerivs", "D_vtkQuadraticTetra_InterpolationDerivs")); mixin(bindCode("vtkQuadraticTetra_InterpolateFunctions", "D_vtkQuadraticTetra_InterpolateFunctions")); mixin(bindCode("vtkQuadraticTetra_InterpolateDerivs", "D_vtkQuadraticTetra_InterpolateDerivs")); mixin(bindCode("vtkQuadraticTetra_GetEdgeArray", "D_vtkQuadraticTetra_GetEdgeArray")); mixin(bindCode("vtkQuadraticTetra_GetFaceArray", "D_vtkQuadraticTetra_GetFaceArray")); mixin(bindCode("vtkQuadraticTetra_JacobianInverse", "D_vtkQuadraticTetra_JacobianInverse")); mixin(bindCode("vtkQuadraticTetra_Upcast", "D_vtkQuadraticTetra_Upcast")); mixin(bindCode("vtkTetra_New", "D_vtkTetra_New")); mixin(bindCode("vtkTetra_IsTypeOf", "D_vtkTetra_IsTypeOf")); mixin(bindCode("vtkTetra_SafeDownCast", "D_vtkTetra_SafeDownCast")); mixin(bindCode("vtkTetra_NewInstance", "D_vtkTetra_NewInstance")); mixin(bindCode("vtkTetra_TetraCenter", "D_vtkTetra_TetraCenter")); mixin(bindCode("vtkTetra_Circumsphere", "D_vtkTetra_Circumsphere")); mixin(bindCode("vtkTetra_Insphere", "D_vtkTetra_Insphere")); mixin(bindCode("vtkTetra_BarycentricCoords", "D_vtkTetra_BarycentricCoords")); mixin(bindCode("vtkTetra_ComputeVolume", "D_vtkTetra_ComputeVolume")); mixin(bindCode("vtkTetra_JacobianInverse", "D_vtkTetra_JacobianInverse")); mixin(bindCode("vtkTetra_InterpolationFunctions", "D_vtkTetra_InterpolationFunctions")); mixin(bindCode("vtkTetra_InterpolationDerivs", "D_vtkTetra_InterpolationDerivs")); mixin(bindCode("vtkTetra_InterpolateFunctions", "D_vtkTetra_InterpolateFunctions")); mixin(bindCode("vtkTetra_InterpolateDerivs", "D_vtkTetra_InterpolateDerivs")); mixin(bindCode("vtkTetra_GetEdgeArray", "D_vtkTetra_GetEdgeArray")); mixin(bindCode("vtkTetra_GetFaceArray", "D_vtkTetra_GetFaceArray")); mixin(bindCode("vtkTetra_Upcast", "D_vtkTetra_Upcast")); mixin(bindCode("vtkXGMLReader_New", "D_vtkXGMLReader_New")); mixin(bindCode("vtkXGMLReader_IsTypeOf", "D_vtkXGMLReader_IsTypeOf")); mixin(bindCode("vtkXGMLReader_SafeDownCast", "D_vtkXGMLReader_SafeDownCast")); mixin(bindCode("vtkXGMLReader_NewInstance", "D_vtkXGMLReader_NewInstance")); mixin(bindCode("vtkXGMLReader_GetFileName", "D_vtkXGMLReader_GetFileName")); mixin(bindCode("vtkXGMLReader_SetFileName", "D_vtkXGMLReader_SetFileName")); mixin(bindCode("vtkXGMLReader_Upcast", "D_vtkXGMLReader_Upcast")); mixin(bindCode("vtkFiniteDifferenceGradientEstimator_IsTypeOf", "D_vtkFiniteDifferenceGradientEstimator_IsTypeOf")); mixin(bindCode("vtkFiniteDifferenceGradientEstimator_SafeDownCast", "D_vtkFiniteDifferenceGradientEstimator_SafeDownCast")); mixin(bindCode("vtkFiniteDifferenceGradientEstimator_NewInstance", "D_vtkFiniteDifferenceGradientEstimator_NewInstance")); mixin(bindCode("vtkFiniteDifferenceGradientEstimator_New", "D_vtkFiniteDifferenceGradientEstimator_New")); mixin(bindCode("vtkFiniteDifferenceGradientEstimator_SetSampleSpacingInVoxels", "D_vtkFiniteDifferenceGradientEstimator_SetSampleSpacingInVoxels")); mixin(bindCode("vtkFiniteDifferenceGradientEstimator_GetSampleSpacingInVoxels", "D_vtkFiniteDifferenceGradientEstimator_GetSampleSpacingInVoxels")); mixin(bindCode("vtkFiniteDifferenceGradientEstimator_SampleSpacingInVoxels_set", "D_vtkFiniteDifferenceGradientEstimator_SampleSpacingInVoxels_set")); mixin(bindCode("vtkFiniteDifferenceGradientEstimator_SampleSpacingInVoxels_get", "D_vtkFiniteDifferenceGradientEstimator_SampleSpacingInVoxels_get")); mixin(bindCode("vtkFiniteDifferenceGradientEstimator_Upcast", "D_vtkFiniteDifferenceGradientEstimator_Upcast")); mixin(bindCode("vtkBYUWriter_New", "D_vtkBYUWriter_New")); mixin(bindCode("vtkBYUWriter_IsTypeOf", "D_vtkBYUWriter_IsTypeOf")); mixin(bindCode("vtkBYUWriter_SafeDownCast", "D_vtkBYUWriter_SafeDownCast")); mixin(bindCode("vtkBYUWriter_NewInstance", "D_vtkBYUWriter_NewInstance")); mixin(bindCode("vtkBYUWriter_SetGeometryFileName", "D_vtkBYUWriter_SetGeometryFileName")); mixin(bindCode("vtkBYUWriter_GetGeometryFileName", "D_vtkBYUWriter_GetGeometryFileName")); mixin(bindCode("vtkBYUWriter_SetDisplacementFileName", "D_vtkBYUWriter_SetDisplacementFileName")); mixin(bindCode("vtkBYUWriter_GetDisplacementFileName", "D_vtkBYUWriter_GetDisplacementFileName")); mixin(bindCode("vtkBYUWriter_SetScalarFileName", "D_vtkBYUWriter_SetScalarFileName")); mixin(bindCode("vtkBYUWriter_GetScalarFileName", "D_vtkBYUWriter_GetScalarFileName")); mixin(bindCode("vtkBYUWriter_SetTextureFileName", "D_vtkBYUWriter_SetTextureFileName")); mixin(bindCode("vtkBYUWriter_GetTextureFileName", "D_vtkBYUWriter_GetTextureFileName")); mixin(bindCode("vtkBYUWriter_SetWriteDisplacement", "D_vtkBYUWriter_SetWriteDisplacement")); mixin(bindCode("vtkBYUWriter_GetWriteDisplacement", "D_vtkBYUWriter_GetWriteDisplacement")); mixin(bindCode("vtkBYUWriter_WriteDisplacementOn", "D_vtkBYUWriter_WriteDisplacementOn")); mixin(bindCode("vtkBYUWriter_WriteDisplacementOff", "D_vtkBYUWriter_WriteDisplacementOff")); mixin(bindCode("vtkBYUWriter_SetWriteScalar", "D_vtkBYUWriter_SetWriteScalar")); mixin(bindCode("vtkBYUWriter_GetWriteScalar", "D_vtkBYUWriter_GetWriteScalar")); mixin(bindCode("vtkBYUWriter_WriteScalarOn", "D_vtkBYUWriter_WriteScalarOn")); mixin(bindCode("vtkBYUWriter_WriteScalarOff", "D_vtkBYUWriter_WriteScalarOff")); mixin(bindCode("vtkBYUWriter_SetWriteTexture", "D_vtkBYUWriter_SetWriteTexture")); mixin(bindCode("vtkBYUWriter_GetWriteTexture", "D_vtkBYUWriter_GetWriteTexture")); mixin(bindCode("vtkBYUWriter_WriteTextureOn", "D_vtkBYUWriter_WriteTextureOn")); mixin(bindCode("vtkBYUWriter_WriteTextureOff", "D_vtkBYUWriter_WriteTextureOff")); mixin(bindCode("vtkBYUWriter_GetInput__SWIG_0", "D_vtkBYUWriter_GetInput__SWIG_0")); mixin(bindCode("vtkBYUWriter_GetInput__SWIG_1", "D_vtkBYUWriter_GetInput__SWIG_1")); mixin(bindCode("vtkBYUWriter_Upcast", "D_vtkBYUWriter_Upcast")); mixin(bindCode("vtkButterflySubdivisionFilter_New", "D_vtkButterflySubdivisionFilter_New")); mixin(bindCode("vtkButterflySubdivisionFilter_IsTypeOf", "D_vtkButterflySubdivisionFilter_IsTypeOf")); mixin(bindCode("vtkButterflySubdivisionFilter_SafeDownCast", "D_vtkButterflySubdivisionFilter_SafeDownCast")); mixin(bindCode("vtkButterflySubdivisionFilter_NewInstance", "D_vtkButterflySubdivisionFilter_NewInstance")); mixin(bindCode("vtkButterflySubdivisionFilter_Upcast", "D_vtkButterflySubdivisionFilter_Upcast")); mixin(bindCode("vtkParametricKlein_IsTypeOf", "D_vtkParametricKlein_IsTypeOf")); mixin(bindCode("vtkParametricKlein_SafeDownCast", "D_vtkParametricKlein_SafeDownCast")); mixin(bindCode("vtkParametricKlein_NewInstance", "D_vtkParametricKlein_NewInstance")); mixin(bindCode("vtkParametricKlein_New", "D_vtkParametricKlein_New")); mixin(bindCode("vtkParametricKlein_Upcast", "D_vtkParametricKlein_Upcast")); mixin(bindCode("vtkGLSLShaderProgram_IsTypeOf", "D_vtkGLSLShaderProgram_IsTypeOf")); mixin(bindCode("vtkGLSLShaderProgram_SafeDownCast", "D_vtkGLSLShaderProgram_SafeDownCast")); mixin(bindCode("vtkGLSLShaderProgram_NewInstance", "D_vtkGLSLShaderProgram_NewInstance")); mixin(bindCode("vtkGLSLShaderProgram_New", "D_vtkGLSLShaderProgram_New")); mixin(bindCode("vtkGLSLShaderProgram_GetProgram", "D_vtkGLSLShaderProgram_GetProgram")); mixin(bindCode("vtkGLSLShaderProgram_Upcast", "D_vtkGLSLShaderProgram_Upcast")); mixin(bindCode("vtkPolynomialSolversUnivariate_New", "D_vtkPolynomialSolversUnivariate_New")); mixin(bindCode("vtkPolynomialSolversUnivariate_IsTypeOf", "D_vtkPolynomialSolversUnivariate_IsTypeOf")); mixin(bindCode("vtkPolynomialSolversUnivariate_SafeDownCast", "D_vtkPolynomialSolversUnivariate_SafeDownCast")); mixin(bindCode("vtkPolynomialSolversUnivariate_NewInstance", "D_vtkPolynomialSolversUnivariate_NewInstance")); mixin(bindCode("vtkPolynomialSolversUnivariate_PrintPolynomial", "D_vtkPolynomialSolversUnivariate_PrintPolynomial")); mixin(bindCode("vtkPolynomialSolversUnivariate_HabichtBisectionSolve__SWIG_0", "D_vtkPolynomialSolversUnivariate_HabichtBisectionSolve__SWIG_0")); mixin(bindCode("vtkPolynomialSolversUnivariate_HabichtBisectionSolve__SWIG_1", "D_vtkPolynomialSolversUnivariate_HabichtBisectionSolve__SWIG_1")); mixin(bindCode("vtkPolynomialSolversUnivariate_HabichtBisectionSolve__SWIG_2", "D_vtkPolynomialSolversUnivariate_HabichtBisectionSolve__SWIG_2")); mixin(bindCode("vtkPolynomialSolversUnivariate_SturmBisectionSolve__SWIG_0", "D_vtkPolynomialSolversUnivariate_SturmBisectionSolve__SWIG_0")); mixin(bindCode("vtkPolynomialSolversUnivariate_SturmBisectionSolve__SWIG_1", "D_vtkPolynomialSolversUnivariate_SturmBisectionSolve__SWIG_1")); mixin(bindCode("vtkPolynomialSolversUnivariate_SturmBisectionSolve__SWIG_2", "D_vtkPolynomialSolversUnivariate_SturmBisectionSolve__SWIG_2")); mixin(bindCode("vtkPolynomialSolversUnivariate_FilterRoots", "D_vtkPolynomialSolversUnivariate_FilterRoots")); mixin(bindCode("vtkPolynomialSolversUnivariate_LinBairstowSolve", "D_vtkPolynomialSolversUnivariate_LinBairstowSolve")); mixin(bindCode("vtkPolynomialSolversUnivariate_FerrariSolve", "D_vtkPolynomialSolversUnivariate_FerrariSolve")); mixin(bindCode("vtkPolynomialSolversUnivariate_TartagliaCardanSolve", "D_vtkPolynomialSolversUnivariate_TartagliaCardanSolve")); mixin(bindCode("vtkPolynomialSolversUnivariate_SolveCubic__SWIG_0", "D_vtkPolynomialSolversUnivariate_SolveCubic__SWIG_0")); mixin(bindCode("vtkPolynomialSolversUnivariate_SolveQuadratic__SWIG_0", "D_vtkPolynomialSolversUnivariate_SolveQuadratic__SWIG_0")); mixin(bindCode("vtkPolynomialSolversUnivariate_SolveLinear__SWIG_0", "D_vtkPolynomialSolversUnivariate_SolveLinear__SWIG_0")); mixin(bindCode("vtkPolynomialSolversUnivariate_SolveCubic__SWIG_1", "D_vtkPolynomialSolversUnivariate_SolveCubic__SWIG_1")); mixin(bindCode("vtkPolynomialSolversUnivariate_SolveQuadratic__SWIG_1", "D_vtkPolynomialSolversUnivariate_SolveQuadratic__SWIG_1")); mixin(bindCode("vtkPolynomialSolversUnivariate_SolveQuadratic__SWIG_2", "D_vtkPolynomialSolversUnivariate_SolveQuadratic__SWIG_2")); mixin(bindCode("vtkPolynomialSolversUnivariate_SolveLinear__SWIG_1", "D_vtkPolynomialSolversUnivariate_SolveLinear__SWIG_1")); mixin(bindCode("vtkPolynomialSolversUnivariate_SetDivisionTolerance", "D_vtkPolynomialSolversUnivariate_SetDivisionTolerance")); mixin(bindCode("vtkPolynomialSolversUnivariate_GetDivisionTolerance", "D_vtkPolynomialSolversUnivariate_GetDivisionTolerance")); mixin(bindCode("vtkPolynomialSolversUnivariate_Upcast", "D_vtkPolynomialSolversUnivariate_Upcast")); mixin(bindCode("vtkCirclePackLayoutStrategy_IsTypeOf", "D_vtkCirclePackLayoutStrategy_IsTypeOf")); mixin(bindCode("vtkCirclePackLayoutStrategy_SafeDownCast", "D_vtkCirclePackLayoutStrategy_SafeDownCast")); mixin(bindCode("vtkCirclePackLayoutStrategy_NewInstance", "D_vtkCirclePackLayoutStrategy_NewInstance")); mixin(bindCode("vtkCirclePackLayoutStrategy_Layout", "D_vtkCirclePackLayoutStrategy_Layout")); mixin(bindCode("vtkCirclePackLayoutStrategy_Upcast", "D_vtkCirclePackLayoutStrategy_Upcast")); mixin(bindCode("vtkCirclePackFrontChainLayoutStrategy_New", "D_vtkCirclePackFrontChainLayoutStrategy_New")); mixin(bindCode("vtkCirclePackFrontChainLayoutStrategy_IsTypeOf", "D_vtkCirclePackFrontChainLayoutStrategy_IsTypeOf")); mixin(bindCode("vtkCirclePackFrontChainLayoutStrategy_SafeDownCast", "D_vtkCirclePackFrontChainLayoutStrategy_SafeDownCast")); mixin(bindCode("vtkCirclePackFrontChainLayoutStrategy_NewInstance", "D_vtkCirclePackFrontChainLayoutStrategy_NewInstance")); mixin(bindCode("vtkCirclePackFrontChainLayoutStrategy_GetWidth", "D_vtkCirclePackFrontChainLayoutStrategy_GetWidth")); mixin(bindCode("vtkCirclePackFrontChainLayoutStrategy_SetWidth", "D_vtkCirclePackFrontChainLayoutStrategy_SetWidth")); mixin(bindCode("vtkCirclePackFrontChainLayoutStrategy_GetHeight", "D_vtkCirclePackFrontChainLayoutStrategy_GetHeight")); mixin(bindCode("vtkCirclePackFrontChainLayoutStrategy_SetHeight", "D_vtkCirclePackFrontChainLayoutStrategy_SetHeight")); mixin(bindCode("vtkCirclePackFrontChainLayoutStrategy_Upcast", "D_vtkCirclePackFrontChainLayoutStrategy_Upcast")); mixin(bindCode("VTK_WIPE_QUAD_get", "D_VTK_WIPE_QUAD_get")); mixin(bindCode("VTK_WIPE_HORIZONTAL_get", "D_VTK_WIPE_HORIZONTAL_get")); mixin(bindCode("VTK_WIPE_VERTICAL_get", "D_VTK_WIPE_VERTICAL_get")); mixin(bindCode("VTK_WIPE_LOWER_LEFT_get", "D_VTK_WIPE_LOWER_LEFT_get")); mixin(bindCode("VTK_WIPE_LOWER_RIGHT_get", "D_VTK_WIPE_LOWER_RIGHT_get")); mixin(bindCode("VTK_WIPE_UPPER_LEFT_get", "D_VTK_WIPE_UPPER_LEFT_get")); mixin(bindCode("VTK_WIPE_UPPER_RIGHT_get", "D_VTK_WIPE_UPPER_RIGHT_get")); mixin(bindCode("vtkImageRectilinearWipe_New", "D_vtkImageRectilinearWipe_New")); mixin(bindCode("vtkImageRectilinearWipe_IsTypeOf", "D_vtkImageRectilinearWipe_IsTypeOf")); mixin(bindCode("vtkImageRectilinearWipe_SafeDownCast", "D_vtkImageRectilinearWipe_SafeDownCast")); mixin(bindCode("vtkImageRectilinearWipe_NewInstance", "D_vtkImageRectilinearWipe_NewInstance")); mixin(bindCode("vtkImageRectilinearWipe_SetPosition__SWIG_0", "D_vtkImageRectilinearWipe_SetPosition__SWIG_0")); mixin(bindCode("vtkImageRectilinearWipe_SetPosition__SWIG_1", "D_vtkImageRectilinearWipe_SetPosition__SWIG_1")); mixin(bindCode("vtkImageRectilinearWipe_GetPosition__SWIG_0", "D_vtkImageRectilinearWipe_GetPosition__SWIG_0")); mixin(bindCode("vtkImageRectilinearWipe_GetPosition__SWIG_1", "D_vtkImageRectilinearWipe_GetPosition__SWIG_1")); mixin(bindCode("vtkImageRectilinearWipe_SetAxis__SWIG_0", "D_vtkImageRectilinearWipe_SetAxis__SWIG_0")); mixin(bindCode("vtkImageRectilinearWipe_SetAxis__SWIG_1", "D_vtkImageRectilinearWipe_SetAxis__SWIG_1")); mixin(bindCode("vtkImageRectilinearWipe_GetAxis__SWIG_0", "D_vtkImageRectilinearWipe_GetAxis__SWIG_0")); mixin(bindCode("vtkImageRectilinearWipe_GetAxis__SWIG_1", "D_vtkImageRectilinearWipe_GetAxis__SWIG_1")); mixin(bindCode("vtkImageRectilinearWipe_SetInput1Data", "D_vtkImageRectilinearWipe_SetInput1Data")); mixin(bindCode("vtkImageRectilinearWipe_SetInput2Data", "D_vtkImageRectilinearWipe_SetInput2Data")); mixin(bindCode("vtkImageRectilinearWipe_SetWipe", "D_vtkImageRectilinearWipe_SetWipe")); mixin(bindCode("vtkImageRectilinearWipe_GetWipeMinValue", "D_vtkImageRectilinearWipe_GetWipeMinValue")); mixin(bindCode("vtkImageRectilinearWipe_GetWipeMaxValue", "D_vtkImageRectilinearWipe_GetWipeMaxValue")); mixin(bindCode("vtkImageRectilinearWipe_GetWipe", "D_vtkImageRectilinearWipe_GetWipe")); mixin(bindCode("vtkImageRectilinearWipe_SetWipeToQuad", "D_vtkImageRectilinearWipe_SetWipeToQuad")); mixin(bindCode("vtkImageRectilinearWipe_SetWipeToHorizontal", "D_vtkImageRectilinearWipe_SetWipeToHorizontal")); mixin(bindCode("vtkImageRectilinearWipe_SetWipeToVertical", "D_vtkImageRectilinearWipe_SetWipeToVertical")); mixin(bindCode("vtkImageRectilinearWipe_SetWipeToLowerLeft", "D_vtkImageRectilinearWipe_SetWipeToLowerLeft")); mixin(bindCode("vtkImageRectilinearWipe_SetWipeToLowerRight", "D_vtkImageRectilinearWipe_SetWipeToLowerRight")); mixin(bindCode("vtkImageRectilinearWipe_SetWipeToUpperLeft", "D_vtkImageRectilinearWipe_SetWipeToUpperLeft")); mixin(bindCode("vtkImageRectilinearWipe_SetWipeToUpperRight", "D_vtkImageRectilinearWipe_SetWipeToUpperRight")); mixin(bindCode("vtkImageRectilinearWipe_Upcast", "D_vtkImageRectilinearWipe_Upcast")); mixin(bindCode("vtkRectilinearGridToPointSet_IsTypeOf", "D_vtkRectilinearGridToPointSet_IsTypeOf")); mixin(bindCode("vtkRectilinearGridToPointSet_SafeDownCast", "D_vtkRectilinearGridToPointSet_SafeDownCast")); mixin(bindCode("vtkRectilinearGridToPointSet_NewInstance", "D_vtkRectilinearGridToPointSet_NewInstance")); mixin(bindCode("vtkRectilinearGridToPointSet_New", "D_vtkRectilinearGridToPointSet_New")); mixin(bindCode("vtkRectilinearGridToPointSet_Upcast", "D_vtkRectilinearGridToPointSet_Upcast")); mixin(bindCode("vtkMapArrayValues_IsTypeOf", "D_vtkMapArrayValues_IsTypeOf")); mixin(bindCode("vtkMapArrayValues_SafeDownCast", "D_vtkMapArrayValues_SafeDownCast")); mixin(bindCode("vtkMapArrayValues_NewInstance", "D_vtkMapArrayValues_NewInstance")); mixin(bindCode("vtkMapArrayValues_New", "D_vtkMapArrayValues_New")); mixin(bindCode("vtkMapArrayValues_SetFieldType", "D_vtkMapArrayValues_SetFieldType")); mixin(bindCode("vtkMapArrayValues_GetFieldType", "D_vtkMapArrayValues_GetFieldType")); mixin(bindCode("vtkMapArrayValues_SetPassArray", "D_vtkMapArrayValues_SetPassArray")); mixin(bindCode("vtkMapArrayValues_GetPassArray", "D_vtkMapArrayValues_GetPassArray")); mixin(bindCode("vtkMapArrayValues_PassArrayOn", "D_vtkMapArrayValues_PassArrayOn")); mixin(bindCode("vtkMapArrayValues_PassArrayOff", "D_vtkMapArrayValues_PassArrayOff")); mixin(bindCode("vtkMapArrayValues_SetFillValue", "D_vtkMapArrayValues_SetFillValue")); mixin(bindCode("vtkMapArrayValues_GetFillValue", "D_vtkMapArrayValues_GetFillValue")); mixin(bindCode("vtkMapArrayValues_SetInputArrayName", "D_vtkMapArrayValues_SetInputArrayName")); mixin(bindCode("vtkMapArrayValues_GetInputArrayName", "D_vtkMapArrayValues_GetInputArrayName")); mixin(bindCode("vtkMapArrayValues_SetOutputArrayName", "D_vtkMapArrayValues_SetOutputArrayName")); mixin(bindCode("vtkMapArrayValues_GetOutputArrayName", "D_vtkMapArrayValues_GetOutputArrayName")); mixin(bindCode("vtkMapArrayValues_GetOutputArrayType", "D_vtkMapArrayValues_GetOutputArrayType")); mixin(bindCode("vtkMapArrayValues_SetOutputArrayType", "D_vtkMapArrayValues_SetOutputArrayType")); mixin(bindCode("vtkMapArrayValues_AddToMap__SWIG_0", "D_vtkMapArrayValues_AddToMap__SWIG_0")); mixin(bindCode("vtkMapArrayValues_AddToMap__SWIG_1", "D_vtkMapArrayValues_AddToMap__SWIG_1")); mixin(bindCode("vtkMapArrayValues_AddToMap__SWIG_2", "D_vtkMapArrayValues_AddToMap__SWIG_2")); mixin(bindCode("vtkMapArrayValues_AddToMap__SWIG_3", "D_vtkMapArrayValues_AddToMap__SWIG_3")); mixin(bindCode("vtkMapArrayValues_AddToMap__SWIG_4", "D_vtkMapArrayValues_AddToMap__SWIG_4")); mixin(bindCode("vtkMapArrayValues_ClearMap", "D_vtkMapArrayValues_ClearMap")); mixin(bindCode("vtkMapArrayValues_GetMapSize", "D_vtkMapArrayValues_GetMapSize")); mixin(bindCode("vtkMapArrayValues_Upcast", "D_vtkMapArrayValues_Upcast")); mixin(bindCode("vtkProgrammableAttributeDataFilter_New", "D_vtkProgrammableAttributeDataFilter_New")); mixin(bindCode("vtkProgrammableAttributeDataFilter_IsTypeOf", "D_vtkProgrammableAttributeDataFilter_IsTypeOf")); mixin(bindCode("vtkProgrammableAttributeDataFilter_SafeDownCast", "D_vtkProgrammableAttributeDataFilter_SafeDownCast")); mixin(bindCode("vtkProgrammableAttributeDataFilter_NewInstance", "D_vtkProgrammableAttributeDataFilter_NewInstance")); mixin(bindCode("vtkProgrammableAttributeDataFilter_AddInput", "D_vtkProgrammableAttributeDataFilter_AddInput")); mixin(bindCode("vtkProgrammableAttributeDataFilter_RemoveInput", "D_vtkProgrammableAttributeDataFilter_RemoveInput")); mixin(bindCode("vtkProgrammableAttributeDataFilter_GetInputList", "D_vtkProgrammableAttributeDataFilter_GetInputList")); mixin(bindCode("vtkProgrammableAttributeDataFilter_SetExecuteMethod", "D_vtkProgrammableAttributeDataFilter_SetExecuteMethod")); mixin(bindCode("vtkProgrammableAttributeDataFilter_SetExecuteMethodArgDelete", "D_vtkProgrammableAttributeDataFilter_SetExecuteMethodArgDelete")); mixin(bindCode("vtkProgrammableAttributeDataFilter_Upcast", "D_vtkProgrammableAttributeDataFilter_Upcast")); mixin(bindCode("vtkXMLPUnstructuredDataReader_IsTypeOf", "D_vtkXMLPUnstructuredDataReader_IsTypeOf")); mixin(bindCode("vtkXMLPUnstructuredDataReader_SafeDownCast", "D_vtkXMLPUnstructuredDataReader_SafeDownCast")); mixin(bindCode("vtkXMLPUnstructuredDataReader_NewInstance", "D_vtkXMLPUnstructuredDataReader_NewInstance")); mixin(bindCode("vtkXMLPUnstructuredDataReader_Upcast", "D_vtkXMLPUnstructuredDataReader_Upcast")); mixin(bindCode("vtkXMLPPolyDataReader_IsTypeOf", "D_vtkXMLPPolyDataReader_IsTypeOf")); mixin(bindCode("vtkXMLPPolyDataReader_SafeDownCast", "D_vtkXMLPPolyDataReader_SafeDownCast")); mixin(bindCode("vtkXMLPPolyDataReader_NewInstance", "D_vtkXMLPPolyDataReader_NewInstance")); mixin(bindCode("vtkXMLPPolyDataReader_New", "D_vtkXMLPPolyDataReader_New")); mixin(bindCode("vtkXMLPPolyDataReader_GetOutput__SWIG_0", "D_vtkXMLPPolyDataReader_GetOutput__SWIG_0")); mixin(bindCode("vtkXMLPPolyDataReader_GetOutput__SWIG_1", "D_vtkXMLPPolyDataReader_GetOutput__SWIG_1")); mixin(bindCode("vtkXMLPPolyDataReader_Upcast", "D_vtkXMLPPolyDataReader_Upcast")); mixin(bindCode("vtkSliderRepresentation2D_New", "D_vtkSliderRepresentation2D_New")); mixin(bindCode("vtkSliderRepresentation2D_IsTypeOf", "D_vtkSliderRepresentation2D_IsTypeOf")); mixin(bindCode("vtkSliderRepresentation2D_SafeDownCast", "D_vtkSliderRepresentation2D_SafeDownCast")); mixin(bindCode("vtkSliderRepresentation2D_NewInstance", "D_vtkSliderRepresentation2D_NewInstance")); mixin(bindCode("vtkSliderRepresentation2D_GetPoint1Coordinate", "D_vtkSliderRepresentation2D_GetPoint1Coordinate")); mixin(bindCode("vtkSliderRepresentation2D_GetPoint2Coordinate", "D_vtkSliderRepresentation2D_GetPoint2Coordinate")); mixin(bindCode("vtkSliderRepresentation2D_GetSliderProperty", "D_vtkSliderRepresentation2D_GetSliderProperty")); mixin(bindCode("vtkSliderRepresentation2D_GetTubeProperty", "D_vtkSliderRepresentation2D_GetTubeProperty")); mixin(bindCode("vtkSliderRepresentation2D_GetCapProperty", "D_vtkSliderRepresentation2D_GetCapProperty")); mixin(bindCode("vtkSliderRepresentation2D_GetSelectedProperty", "D_vtkSliderRepresentation2D_GetSelectedProperty")); mixin(bindCode("vtkSliderRepresentation2D_GetLabelProperty", "D_vtkSliderRepresentation2D_GetLabelProperty")); mixin(bindCode("vtkSliderRepresentation2D_GetTitleProperty", "D_vtkSliderRepresentation2D_GetTitleProperty")); mixin(bindCode("vtkSliderRepresentation2D_PlaceWidget", "D_vtkSliderRepresentation2D_PlaceWidget")); mixin(bindCode("vtkSliderRepresentation2D_Upcast", "D_vtkSliderRepresentation2D_Upcast")); mixin(bindCode("vtkDummyCommunicator_IsTypeOf", "D_vtkDummyCommunicator_IsTypeOf")); mixin(bindCode("vtkDummyCommunicator_SafeDownCast", "D_vtkDummyCommunicator_SafeDownCast")); mixin(bindCode("vtkDummyCommunicator_NewInstance", "D_vtkDummyCommunicator_NewInstance")); mixin(bindCode("vtkDummyCommunicator_New", "D_vtkDummyCommunicator_New")); mixin(bindCode("vtkDummyCommunicator_Upcast", "D_vtkDummyCommunicator_Upcast")); mixin(bindCode("vtkGenericDataSet_IsTypeOf", "D_vtkGenericDataSet_IsTypeOf")); mixin(bindCode("vtkGenericDataSet_SafeDownCast", "D_vtkGenericDataSet_SafeDownCast")); mixin(bindCode("vtkGenericDataSet_NewInstance", "D_vtkGenericDataSet_NewInstance")); mixin(bindCode("vtkGenericDataSet_GetNumberOfPoints", "D_vtkGenericDataSet_GetNumberOfPoints")); mixin(bindCode("vtkGenericDataSet_GetNumberOfCells__SWIG_0", "D_vtkGenericDataSet_GetNumberOfCells__SWIG_0")); mixin(bindCode("vtkGenericDataSet_GetNumberOfCells__SWIG_1", "D_vtkGenericDataSet_GetNumberOfCells__SWIG_1")); mixin(bindCode("vtkGenericDataSet_GetCellDimension", "D_vtkGenericDataSet_GetCellDimension")); mixin(bindCode("vtkGenericDataSet_GetCellTypes", "D_vtkGenericDataSet_GetCellTypes")); mixin(bindCode("vtkGenericDataSet_NewCellIterator__SWIG_0", "D_vtkGenericDataSet_NewCellIterator__SWIG_0")); mixin(bindCode("vtkGenericDataSet_NewCellIterator__SWIG_1", "D_vtkGenericDataSet_NewCellIterator__SWIG_1")); mixin(bindCode("vtkGenericDataSet_NewBoundaryIterator__SWIG_0", "D_vtkGenericDataSet_NewBoundaryIterator__SWIG_0")); mixin(bindCode("vtkGenericDataSet_NewBoundaryIterator__SWIG_1", "D_vtkGenericDataSet_NewBoundaryIterator__SWIG_1")); mixin(bindCode("vtkGenericDataSet_NewBoundaryIterator__SWIG_2", "D_vtkGenericDataSet_NewBoundaryIterator__SWIG_2")); mixin(bindCode("vtkGenericDataSet_NewPointIterator", "D_vtkGenericDataSet_NewPointIterator")); mixin(bindCode("vtkGenericDataSet_FindCell", "D_vtkGenericDataSet_FindCell")); mixin(bindCode("vtkGenericDataSet_FindPoint", "D_vtkGenericDataSet_FindPoint")); mixin(bindCode("vtkGenericDataSet_ComputeBounds", "D_vtkGenericDataSet_ComputeBounds")); mixin(bindCode("vtkGenericDataSet_GetBounds__SWIG_0", "D_vtkGenericDataSet_GetBounds__SWIG_0")); mixin(bindCode("vtkGenericDataSet_GetBounds__SWIG_1", "D_vtkGenericDataSet_GetBounds__SWIG_1")); mixin(bindCode("vtkGenericDataSet_GetCenter__SWIG_0", "D_vtkGenericDataSet_GetCenter__SWIG_0")); mixin(bindCode("vtkGenericDataSet_GetCenter__SWIG_1", "D_vtkGenericDataSet_GetCenter__SWIG_1")); mixin(bindCode("vtkGenericDataSet_GetLength", "D_vtkGenericDataSet_GetLength")); mixin(bindCode("vtkGenericDataSet_GetAttributes__SWIG_0", "D_vtkGenericDataSet_GetAttributes__SWIG_0")); mixin(bindCode("vtkGenericDataSet_GetAttributes__SWIG_1", "D_vtkGenericDataSet_GetAttributes__SWIG_1")); mixin(bindCode("vtkGenericDataSet_SetTessellator", "D_vtkGenericDataSet_SetTessellator")); mixin(bindCode("vtkGenericDataSet_GetTessellator", "D_vtkGenericDataSet_GetTessellator")); mixin(bindCode("vtkGenericDataSet_GetEstimatedSize", "D_vtkGenericDataSet_GetEstimatedSize")); mixin(bindCode("vtkGenericDataSet_Upcast", "D_vtkGenericDataSet_Upcast")); mixin(bindCode("vtkInformationExecutivePortKey_IsTypeOf", "D_vtkInformationExecutivePortKey_IsTypeOf")); mixin(bindCode("vtkInformationExecutivePortKey_SafeDownCast", "D_vtkInformationExecutivePortKey_SafeDownCast")); mixin(bindCode("vtkInformationExecutivePortKey_NewInstance", "D_vtkInformationExecutivePortKey_NewInstance")); mixin(bindCode("new_vtkInformationExecutivePortKey", "D_new_vtkInformationExecutivePortKey")); mixin(bindCode("delete_vtkInformationExecutivePortKey", "D_delete_vtkInformationExecutivePortKey")); mixin(bindCode("vtkInformationExecutivePortKey_Set", "D_vtkInformationExecutivePortKey_Set")); mixin(bindCode("vtkInformationExecutivePortKey_GetExecutive", "D_vtkInformationExecutivePortKey_GetExecutive")); mixin(bindCode("vtkInformationExecutivePortKey_GetPort", "D_vtkInformationExecutivePortKey_GetPort")); mixin(bindCode("vtkInformationExecutivePortKey_Get", "D_vtkInformationExecutivePortKey_Get")); mixin(bindCode("vtkInformationExecutivePortKey_Upcast", "D_vtkInformationExecutivePortKey_Upcast")); mixin(bindCode("vtkUniformGrid_New", "D_vtkUniformGrid_New")); mixin(bindCode("vtkUniformGrid_IsTypeOf", "D_vtkUniformGrid_IsTypeOf")); mixin(bindCode("vtkUniformGrid_SafeDownCast", "D_vtkUniformGrid_SafeDownCast")); mixin(bindCode("vtkUniformGrid_NewInstance", "D_vtkUniformGrid_NewInstance")); mixin(bindCode("vtkUniformGrid_GetCell__SWIG_0", "D_vtkUniformGrid_GetCell__SWIG_0")); mixin(bindCode("vtkUniformGrid_GetCell__SWIG_1", "D_vtkUniformGrid_GetCell__SWIG_1")); mixin(bindCode("vtkUniformGrid_FindCell__SWIG_0", "D_vtkUniformGrid_FindCell__SWIG_0")); mixin(bindCode("vtkUniformGrid_FindCell__SWIG_1", "D_vtkUniformGrid_FindCell__SWIG_1")); mixin(bindCode("vtkUniformGrid_GetGridDescription", "D_vtkUniformGrid_GetGridDescription")); mixin(bindCode("vtkUniformGrid_BlankPoint__SWIG_0", "D_vtkUniformGrid_BlankPoint__SWIG_0")); mixin(bindCode("vtkUniformGrid_UnBlankPoint__SWIG_0", "D_vtkUniformGrid_UnBlankPoint__SWIG_0")); mixin(bindCode("vtkUniformGrid_BlankPoint__SWIG_1", "D_vtkUniformGrid_BlankPoint__SWIG_1")); mixin(bindCode("vtkUniformGrid_UnBlankPoint__SWIG_1", "D_vtkUniformGrid_UnBlankPoint__SWIG_1")); mixin(bindCode("vtkUniformGrid_BlankCell__SWIG_0", "D_vtkUniformGrid_BlankCell__SWIG_0")); mixin(bindCode("vtkUniformGrid_UnBlankCell__SWIG_0", "D_vtkUniformGrid_UnBlankCell__SWIG_0")); mixin(bindCode("vtkUniformGrid_BlankCell__SWIG_1", "D_vtkUniformGrid_BlankCell__SWIG_1")); mixin(bindCode("vtkUniformGrid_UnBlankCell__SWIG_1", "D_vtkUniformGrid_UnBlankCell__SWIG_1")); mixin(bindCode("vtkUniformGrid_GetPointVisibilityArray", "D_vtkUniformGrid_GetPointVisibilityArray")); mixin(bindCode("vtkUniformGrid_SetPointVisibilityArray", "D_vtkUniformGrid_SetPointVisibilityArray")); mixin(bindCode("vtkUniformGrid_GetCellVisibilityArray", "D_vtkUniformGrid_GetCellVisibilityArray")); mixin(bindCode("vtkUniformGrid_SetCellVisibilityArray", "D_vtkUniformGrid_SetCellVisibilityArray")); mixin(bindCode("vtkUniformGrid_AttachCellVisibilityToCellData", "D_vtkUniformGrid_AttachCellVisibilityToCellData")); mixin(bindCode("vtkUniformGrid_AttachPointVisibilityToPointData", "D_vtkUniformGrid_AttachPointVisibilityToPointData")); mixin(bindCode("vtkUniformGrid_IsPointVisible", "D_vtkUniformGrid_IsPointVisible")); mixin(bindCode("vtkUniformGrid_IsCellVisible", "D_vtkUniformGrid_IsCellVisible")); mixin(bindCode("vtkUniformGrid_GetPointBlanking", "D_vtkUniformGrid_GetPointBlanking")); mixin(bindCode("vtkUniformGrid_GetCellBlanking", "D_vtkUniformGrid_GetCellBlanking")); mixin(bindCode("vtkUniformGrid_NewImageDataCopy", "D_vtkUniformGrid_NewImageDataCopy")); mixin(bindCode("vtkUniformGrid_Upcast", "D_vtkUniformGrid_Upcast")); mixin(bindCode("new_vtkMathTextUtilitiesCleanup", "D_new_vtkMathTextUtilitiesCleanup")); mixin(bindCode("delete_vtkMathTextUtilitiesCleanup", "D_delete_vtkMathTextUtilitiesCleanup")); mixin(bindCode("vtkMathTextUtilities_IsTypeOf", "D_vtkMathTextUtilities_IsTypeOf")); mixin(bindCode("vtkMathTextUtilities_SafeDownCast", "D_vtkMathTextUtilities_SafeDownCast")); mixin(bindCode("vtkMathTextUtilities_NewInstance", "D_vtkMathTextUtilities_NewInstance")); mixin(bindCode("vtkMathTextUtilities_New", "D_vtkMathTextUtilities_New")); mixin(bindCode("vtkMathTextUtilities_GetInstance", "D_vtkMathTextUtilities_GetInstance")); mixin(bindCode("vtkMathTextUtilities_SetInstance", "D_vtkMathTextUtilities_SetInstance")); mixin(bindCode("vtkMathTextUtilities_GetBoundingBox", "D_vtkMathTextUtilities_GetBoundingBox")); mixin(bindCode("vtkMathTextUtilities_RenderString__SWIG_0", "D_vtkMathTextUtilities_RenderString__SWIG_0")); mixin(bindCode("vtkMathTextUtilities_RenderString__SWIG_1", "D_vtkMathTextUtilities_RenderString__SWIG_1")); mixin(bindCode("vtkMathTextUtilities_StringToPath", "D_vtkMathTextUtilities_StringToPath")); mixin(bindCode("vtkMathTextUtilities_GetConstrainedFontSize", "D_vtkMathTextUtilities_GetConstrainedFontSize")); mixin(bindCode("vtkMathTextUtilities_GetScaleToPowerOfTwo", "D_vtkMathTextUtilities_GetScaleToPowerOfTwo")); mixin(bindCode("vtkMathTextUtilities_SetScaleToPowerOfTwo", "D_vtkMathTextUtilities_SetScaleToPowerOfTwo")); mixin(bindCode("vtkMathTextUtilities_Upcast", "D_vtkMathTextUtilities_Upcast")); mixin(bindCode("vtkMultiNewickTreeReader_New", "D_vtkMultiNewickTreeReader_New")); mixin(bindCode("vtkMultiNewickTreeReader_IsTypeOf", "D_vtkMultiNewickTreeReader_IsTypeOf")); mixin(bindCode("vtkMultiNewickTreeReader_SafeDownCast", "D_vtkMultiNewickTreeReader_SafeDownCast")); mixin(bindCode("vtkMultiNewickTreeReader_NewInstance", "D_vtkMultiNewickTreeReader_NewInstance")); mixin(bindCode("vtkMultiNewickTreeReader_GetOutput__SWIG_0", "D_vtkMultiNewickTreeReader_GetOutput__SWIG_0")); mixin(bindCode("vtkMultiNewickTreeReader_GetOutput__SWIG_1", "D_vtkMultiNewickTreeReader_GetOutput__SWIG_1")); mixin(bindCode("vtkMultiNewickTreeReader_SetOutput", "D_vtkMultiNewickTreeReader_SetOutput")); mixin(bindCode("vtkMultiNewickTreeReader_Upcast", "D_vtkMultiNewickTreeReader_Upcast")); mixin(bindCode("vtkElevationFilter_New", "D_vtkElevationFilter_New")); mixin(bindCode("vtkElevationFilter_IsTypeOf", "D_vtkElevationFilter_IsTypeOf")); mixin(bindCode("vtkElevationFilter_SafeDownCast", "D_vtkElevationFilter_SafeDownCast")); mixin(bindCode("vtkElevationFilter_NewInstance", "D_vtkElevationFilter_NewInstance")); mixin(bindCode("vtkElevationFilter_SetLowPoint__SWIG_0", "D_vtkElevationFilter_SetLowPoint__SWIG_0")); mixin(bindCode("vtkElevationFilter_SetLowPoint__SWIG_1", "D_vtkElevationFilter_SetLowPoint__SWIG_1")); mixin(bindCode("vtkElevationFilter_GetLowPoint__SWIG_0", "D_vtkElevationFilter_GetLowPoint__SWIG_0")); mixin(bindCode("vtkElevationFilter_GetLowPoint__SWIG_1", "D_vtkElevationFilter_GetLowPoint__SWIG_1")); mixin(bindCode("vtkElevationFilter_SetHighPoint__SWIG_0", "D_vtkElevationFilter_SetHighPoint__SWIG_0")); mixin(bindCode("vtkElevationFilter_SetHighPoint__SWIG_1", "D_vtkElevationFilter_SetHighPoint__SWIG_1")); mixin(bindCode("vtkElevationFilter_GetHighPoint__SWIG_0", "D_vtkElevationFilter_GetHighPoint__SWIG_0")); mixin(bindCode("vtkElevationFilter_GetHighPoint__SWIG_1", "D_vtkElevationFilter_GetHighPoint__SWIG_1")); mixin(bindCode("vtkElevationFilter_SetScalarRange__SWIG_0", "D_vtkElevationFilter_SetScalarRange__SWIG_0")); mixin(bindCode("vtkElevationFilter_SetScalarRange__SWIG_1", "D_vtkElevationFilter_SetScalarRange__SWIG_1")); mixin(bindCode("vtkElevationFilter_GetScalarRange__SWIG_0", "D_vtkElevationFilter_GetScalarRange__SWIG_0")); mixin(bindCode("vtkElevationFilter_GetScalarRange__SWIG_1", "D_vtkElevationFilter_GetScalarRange__SWIG_1")); mixin(bindCode("vtkElevationFilter_Upcast", "D_vtkElevationFilter_Upcast")); mixin(bindCode("vtkBreakPoint_Break", "D_vtkBreakPoint_Break")); mixin(bindCode("new_vtkBreakPoint", "D_new_vtkBreakPoint")); mixin(bindCode("delete_vtkBreakPoint", "D_delete_vtkBreakPoint")); mixin(bindCode("vtkXMLFileOutputWindow_IsTypeOf", "D_vtkXMLFileOutputWindow_IsTypeOf")); mixin(bindCode("vtkXMLFileOutputWindow_SafeDownCast", "D_vtkXMLFileOutputWindow_SafeDownCast")); mixin(bindCode("vtkXMLFileOutputWindow_NewInstance", "D_vtkXMLFileOutputWindow_NewInstance")); mixin(bindCode("vtkXMLFileOutputWindow_New", "D_vtkXMLFileOutputWindow_New")); mixin(bindCode("vtkXMLFileOutputWindow_DisplayTag", "D_vtkXMLFileOutputWindow_DisplayTag")); mixin(bindCode("vtkXMLFileOutputWindow_Upcast", "D_vtkXMLFileOutputWindow_Upcast")); mixin(bindCode("vtkEvent_New", "D_vtkEvent_New")); mixin(bindCode("vtkEvent_IsTypeOf", "D_vtkEvent_IsTypeOf")); mixin(bindCode("vtkEvent_SafeDownCast", "D_vtkEvent_SafeDownCast")); mixin(bindCode("vtkEvent_NewInstance", "D_vtkEvent_NewInstance")); mixin(bindCode("vtkEvent_SetEventId", "D_vtkEvent_SetEventId")); mixin(bindCode("vtkEvent_GetEventId", "D_vtkEvent_GetEventId")); mixin(bindCode("vtkEvent_SetModifier", "D_vtkEvent_SetModifier")); mixin(bindCode("vtkEvent_GetModifier__SWIG_0", "D_vtkEvent_GetModifier__SWIG_0")); mixin(bindCode("vtkEvent_SetKeyCode", "D_vtkEvent_SetKeyCode")); mixin(bindCode("vtkEvent_GetKeyCode", "D_vtkEvent_GetKeyCode")); mixin(bindCode("vtkEvent_SetRepeatCount", "D_vtkEvent_SetRepeatCount")); mixin(bindCode("vtkEvent_GetRepeatCount", "D_vtkEvent_GetRepeatCount")); mixin(bindCode("vtkEvent_SetKeySym", "D_vtkEvent_SetKeySym")); mixin(bindCode("vtkEvent_GetKeySym", "D_vtkEvent_GetKeySym")); mixin(bindCode("vtkEvent_GetModifier__SWIG_1", "D_vtkEvent_GetModifier__SWIG_1")); mixin(bindCode("vtkEvent_Upcast", "D_vtkEvent_Upcast")); mixin(bindCode("vtkMergeFields_IsTypeOf", "D_vtkMergeFields_IsTypeOf")); mixin(bindCode("vtkMergeFields_SafeDownCast", "D_vtkMergeFields_SafeDownCast")); mixin(bindCode("vtkMergeFields_NewInstance", "D_vtkMergeFields_NewInstance")); mixin(bindCode("vtkMergeFields_New", "D_vtkMergeFields_New")); mixin(bindCode("vtkMergeFields_SetOutputField__SWIG_0", "D_vtkMergeFields_SetOutputField__SWIG_0")); mixin(bindCode("vtkMergeFields_SetOutputField__SWIG_1", "D_vtkMergeFields_SetOutputField__SWIG_1")); mixin(bindCode("vtkMergeFields_Merge", "D_vtkMergeFields_Merge")); mixin(bindCode("vtkMergeFields_SetNumberOfComponents", "D_vtkMergeFields_SetNumberOfComponents")); mixin(bindCode("vtkMergeFields_GetNumberOfComponents", "D_vtkMergeFields_GetNumberOfComponents")); mixin(bindCode("vtkMergeFields_Upcast", "D_vtkMergeFields_Upcast")); mixin(bindCode("VTK_COMPOSITE_CLASSIFY_FIRST_get", "D_VTK_COMPOSITE_CLASSIFY_FIRST_get")); mixin(bindCode("VTK_COMPOSITE_INTERPOLATE_FIRST_get", "D_VTK_COMPOSITE_INTERPOLATE_FIRST_get")); mixin(bindCode("vtkVolumeRayCastCompositeFunction_New", "D_vtkVolumeRayCastCompositeFunction_New")); mixin(bindCode("vtkVolumeRayCastCompositeFunction_IsTypeOf", "D_vtkVolumeRayCastCompositeFunction_IsTypeOf")); mixin(bindCode("vtkVolumeRayCastCompositeFunction_SafeDownCast", "D_vtkVolumeRayCastCompositeFunction_SafeDownCast")); mixin(bindCode("vtkVolumeRayCastCompositeFunction_NewInstance", "D_vtkVolumeRayCastCompositeFunction_NewInstance")); mixin(bindCode("vtkVolumeRayCastCompositeFunction_SetCompositeMethod", "D_vtkVolumeRayCastCompositeFunction_SetCompositeMethod")); mixin(bindCode("vtkVolumeRayCastCompositeFunction_GetCompositeMethodMinValue", "D_vtkVolumeRayCastCompositeFunction_GetCompositeMethodMinValue")); mixin(bindCode("vtkVolumeRayCastCompositeFunction_GetCompositeMethodMaxValue", "D_vtkVolumeRayCastCompositeFunction_GetCompositeMethodMaxValue")); mixin(bindCode("vtkVolumeRayCastCompositeFunction_GetCompositeMethod", "D_vtkVolumeRayCastCompositeFunction_GetCompositeMethod")); mixin(bindCode("vtkVolumeRayCastCompositeFunction_SetCompositeMethodToInterpolateFirst", "D_vtkVolumeRayCastCompositeFunction_SetCompositeMethodToInterpolateFirst")); mixin(bindCode("vtkVolumeRayCastCompositeFunction_SetCompositeMethodToClassifyFirst", "D_vtkVolumeRayCastCompositeFunction_SetCompositeMethodToClassifyFirst")); mixin(bindCode("vtkVolumeRayCastCompositeFunction_GetCompositeMethodAsString", "D_vtkVolumeRayCastCompositeFunction_GetCompositeMethodAsString")); mixin(bindCode("vtkVolumeRayCastCompositeFunction_Upcast", "D_vtkVolumeRayCastCompositeFunction_Upcast")); mixin(bindCode("vtkUnstructuredGridHomogeneousRayIntegrator_IsTypeOf", "D_vtkUnstructuredGridHomogeneousRayIntegrator_IsTypeOf")); mixin(bindCode("vtkUnstructuredGridHomogeneousRayIntegrator_SafeDownCast", "D_vtkUnstructuredGridHomogeneousRayIntegrator_SafeDownCast")); mixin(bindCode("vtkUnstructuredGridHomogeneousRayIntegrator_NewInstance", "D_vtkUnstructuredGridHomogeneousRayIntegrator_NewInstance")); mixin(bindCode("vtkUnstructuredGridHomogeneousRayIntegrator_New", "D_vtkUnstructuredGridHomogeneousRayIntegrator_New")); mixin(bindCode("vtkUnstructuredGridHomogeneousRayIntegrator_SetTransferFunctionTableSize", "D_vtkUnstructuredGridHomogeneousRayIntegrator_SetTransferFunctionTableSize")); mixin(bindCode("vtkUnstructuredGridHomogeneousRayIntegrator_GetTransferFunctionTableSize", "D_vtkUnstructuredGridHomogeneousRayIntegrator_GetTransferFunctionTableSize")); mixin(bindCode("vtkUnstructuredGridHomogeneousRayIntegrator_Upcast", "D_vtkUnstructuredGridHomogeneousRayIntegrator_Upcast")); mixin(bindCode("vtkPProbeFilter_IsTypeOf", "D_vtkPProbeFilter_IsTypeOf")); mixin(bindCode("vtkPProbeFilter_SafeDownCast", "D_vtkPProbeFilter_SafeDownCast")); mixin(bindCode("vtkPProbeFilter_NewInstance", "D_vtkPProbeFilter_NewInstance")); mixin(bindCode("vtkPProbeFilter_New", "D_vtkPProbeFilter_New")); mixin(bindCode("vtkPProbeFilter_SetController", "D_vtkPProbeFilter_SetController")); mixin(bindCode("vtkPProbeFilter_GetController", "D_vtkPProbeFilter_GetController")); mixin(bindCode("new_vtkPProbeFilter", "D_new_vtkPProbeFilter")); mixin(bindCode("delete_vtkPProbeFilter", "D_delete_vtkPProbeFilter")); mixin(bindCode("vtkPProbeFilter_Upcast", "D_vtkPProbeFilter_Upcast")); mixin(bindCode("vtkGPUInfo_New", "D_vtkGPUInfo_New")); mixin(bindCode("vtkGPUInfo_IsTypeOf", "D_vtkGPUInfo_IsTypeOf")); mixin(bindCode("vtkGPUInfo_SafeDownCast", "D_vtkGPUInfo_SafeDownCast")); mixin(bindCode("vtkGPUInfo_NewInstance", "D_vtkGPUInfo_NewInstance")); mixin(bindCode("vtkGPUInfo_SetDedicatedVideoMemory", "D_vtkGPUInfo_SetDedicatedVideoMemory")); mixin(bindCode("vtkGPUInfo_GetDedicatedVideoMemory", "D_vtkGPUInfo_GetDedicatedVideoMemory")); mixin(bindCode("vtkGPUInfo_SetDedicatedSystemMemory", "D_vtkGPUInfo_SetDedicatedSystemMemory")); mixin(bindCode("vtkGPUInfo_GetDedicatedSystemMemory", "D_vtkGPUInfo_GetDedicatedSystemMemory")); mixin(bindCode("vtkGPUInfo_SetSharedSystemMemory", "D_vtkGPUInfo_SetSharedSystemMemory")); mixin(bindCode("vtkGPUInfo_GetSharedSystemMemory", "D_vtkGPUInfo_GetSharedSystemMemory")); mixin(bindCode("vtkGPUInfo_Upcast", "D_vtkGPUInfo_Upcast")); mixin(bindCode("vtkGPUInfoListArray_v_set", "D_vtkGPUInfoListArray_v_set")); mixin(bindCode("vtkGPUInfoListArray_v_get", "D_vtkGPUInfoListArray_v_get")); mixin(bindCode("new_vtkGPUInfoListArray", "D_new_vtkGPUInfoListArray")); mixin(bindCode("delete_vtkGPUInfoListArray", "D_delete_vtkGPUInfoListArray")); mixin(bindCode("vtkGraphToPoints_New", "D_vtkGraphToPoints_New")); mixin(bindCode("vtkGraphToPoints_IsTypeOf", "D_vtkGraphToPoints_IsTypeOf")); mixin(bindCode("vtkGraphToPoints_SafeDownCast", "D_vtkGraphToPoints_SafeDownCast")); mixin(bindCode("vtkGraphToPoints_NewInstance", "D_vtkGraphToPoints_NewInstance")); mixin(bindCode("vtkGraphToPoints_Upcast", "D_vtkGraphToPoints_Upcast")); mixin(bindCode("VTK_ORIENT_HORIZONTAL_get", "D_VTK_ORIENT_HORIZONTAL_get")); mixin(bindCode("VTK_ORIENT_VERTICAL_get", "D_VTK_ORIENT_VERTICAL_get")); mixin(bindCode("vtkScalarBarActor_IsTypeOf", "D_vtkScalarBarActor_IsTypeOf")); mixin(bindCode("vtkScalarBarActor_SafeDownCast", "D_vtkScalarBarActor_SafeDownCast")); mixin(bindCode("vtkScalarBarActor_NewInstance", "D_vtkScalarBarActor_NewInstance")); mixin(bindCode("vtkScalarBarActor_New", "D_vtkScalarBarActor_New")); mixin(bindCode("vtkScalarBarActor_SetLookupTable", "D_vtkScalarBarActor_SetLookupTable")); mixin(bindCode("vtkScalarBarActor_GetLookupTable", "D_vtkScalarBarActor_GetLookupTable")); mixin(bindCode("vtkScalarBarActor_SetUseOpacity", "D_vtkScalarBarActor_SetUseOpacity")); mixin(bindCode("vtkScalarBarActor_GetUseOpacity", "D_vtkScalarBarActor_GetUseOpacity")); mixin(bindCode("vtkScalarBarActor_UseOpacityOn", "D_vtkScalarBarActor_UseOpacityOn")); mixin(bindCode("vtkScalarBarActor_UseOpacityOff", "D_vtkScalarBarActor_UseOpacityOff")); mixin(bindCode("vtkScalarBarActor_SetMaximumNumberOfColors", "D_vtkScalarBarActor_SetMaximumNumberOfColors")); mixin(bindCode("vtkScalarBarActor_GetMaximumNumberOfColorsMinValue", "D_vtkScalarBarActor_GetMaximumNumberOfColorsMinValue")); mixin(bindCode("vtkScalarBarActor_GetMaximumNumberOfColorsMaxValue", "D_vtkScalarBarActor_GetMaximumNumberOfColorsMaxValue")); mixin(bindCode("vtkScalarBarActor_GetMaximumNumberOfColors", "D_vtkScalarBarActor_GetMaximumNumberOfColors")); mixin(bindCode("vtkScalarBarActor_SetNumberOfLabels", "D_vtkScalarBarActor_SetNumberOfLabels")); mixin(bindCode("vtkScalarBarActor_GetNumberOfLabelsMinValue", "D_vtkScalarBarActor_GetNumberOfLabelsMinValue")); mixin(bindCode("vtkScalarBarActor_GetNumberOfLabelsMaxValue", "D_vtkScalarBarActor_GetNumberOfLabelsMaxValue")); mixin(bindCode("vtkScalarBarActor_GetNumberOfLabels", "D_vtkScalarBarActor_GetNumberOfLabels")); mixin(bindCode("vtkScalarBarActor_SetOrientation", "D_vtkScalarBarActor_SetOrientation")); mixin(bindCode("vtkScalarBarActor_GetOrientationMinValue", "D_vtkScalarBarActor_GetOrientationMinValue")); mixin(bindCode("vtkScalarBarActor_GetOrientationMaxValue", "D_vtkScalarBarActor_GetOrientationMaxValue")); mixin(bindCode("vtkScalarBarActor_GetOrientation", "D_vtkScalarBarActor_GetOrientation")); mixin(bindCode("vtkScalarBarActor_SetOrientationToHorizontal", "D_vtkScalarBarActor_SetOrientationToHorizontal")); mixin(bindCode("vtkScalarBarActor_SetOrientationToVertical", "D_vtkScalarBarActor_SetOrientationToVertical")); mixin(bindCode("vtkScalarBarActor_SetTitleTextProperty", "D_vtkScalarBarActor_SetTitleTextProperty")); mixin(bindCode("vtkScalarBarActor_GetTitleTextProperty", "D_vtkScalarBarActor_GetTitleTextProperty")); mixin(bindCode("vtkScalarBarActor_SetLabelTextProperty", "D_vtkScalarBarActor_SetLabelTextProperty")); mixin(bindCode("vtkScalarBarActor_GetLabelTextProperty", "D_vtkScalarBarActor_GetLabelTextProperty")); mixin(bindCode("vtkScalarBarActor_SetLabelFormat", "D_vtkScalarBarActor_SetLabelFormat")); mixin(bindCode("vtkScalarBarActor_GetLabelFormat", "D_vtkScalarBarActor_GetLabelFormat")); mixin(bindCode("vtkScalarBarActor_SetTitle", "D_vtkScalarBarActor_SetTitle")); mixin(bindCode("vtkScalarBarActor_GetTitle", "D_vtkScalarBarActor_GetTitle")); mixin(bindCode("vtkScalarBarActor_SetComponentTitle", "D_vtkScalarBarActor_SetComponentTitle")); mixin(bindCode("vtkScalarBarActor_GetComponentTitle", "D_vtkScalarBarActor_GetComponentTitle")); mixin(bindCode("vtkScalarBarActor_SetTextureGridWidth", "D_vtkScalarBarActor_SetTextureGridWidth")); mixin(bindCode("vtkScalarBarActor_GetTextureGridWidth", "D_vtkScalarBarActor_GetTextureGridWidth")); mixin(bindCode("vtkScalarBarActor_GetTextureActor", "D_vtkScalarBarActor_GetTextureActor")); mixin(bindCode("vtkScalarBarActor_SetTextPosition", "D_vtkScalarBarActor_SetTextPosition")); mixin(bindCode("vtkScalarBarActor_GetTextPositionMinValue", "D_vtkScalarBarActor_GetTextPositionMinValue")); mixin(bindCode("vtkScalarBarActor_GetTextPositionMaxValue", "D_vtkScalarBarActor_GetTextPositionMaxValue")); mixin(bindCode("vtkScalarBarActor_GetTextPosition", "D_vtkScalarBarActor_GetTextPosition")); mixin(bindCode("vtkScalarBarActor_SetTextPositionToPrecedeScalarBar", "D_vtkScalarBarActor_SetTextPositionToPrecedeScalarBar")); mixin(bindCode("vtkScalarBarActor_SetTextPositionToSucceedScalarBar", "D_vtkScalarBarActor_SetTextPositionToSucceedScalarBar")); mixin(bindCode("vtkScalarBarActor_SetMaximumWidthInPixels", "D_vtkScalarBarActor_SetMaximumWidthInPixels")); mixin(bindCode("vtkScalarBarActor_GetMaximumWidthInPixels", "D_vtkScalarBarActor_GetMaximumWidthInPixels")); mixin(bindCode("vtkScalarBarActor_SetMaximumHeightInPixels", "D_vtkScalarBarActor_SetMaximumHeightInPixels")); mixin(bindCode("vtkScalarBarActor_GetMaximumHeightInPixels", "D_vtkScalarBarActor_GetMaximumHeightInPixels")); mixin(bindCode("vtkScalarBarActor_SetAnnotationLeaderPadding", "D_vtkScalarBarActor_SetAnnotationLeaderPadding")); mixin(bindCode("vtkScalarBarActor_GetAnnotationLeaderPadding", "D_vtkScalarBarActor_GetAnnotationLeaderPadding")); mixin(bindCode("vtkScalarBarActor_SetDrawAnnotations", "D_vtkScalarBarActor_SetDrawAnnotations")); mixin(bindCode("vtkScalarBarActor_GetDrawAnnotations", "D_vtkScalarBarActor_GetDrawAnnotations")); mixin(bindCode("vtkScalarBarActor_DrawAnnotationsOn", "D_vtkScalarBarActor_DrawAnnotationsOn")); mixin(bindCode("vtkScalarBarActor_DrawAnnotationsOff", "D_vtkScalarBarActor_DrawAnnotationsOff")); mixin(bindCode("vtkScalarBarActor_SetDrawNanAnnotation", "D_vtkScalarBarActor_SetDrawNanAnnotation")); mixin(bindCode("vtkScalarBarActor_GetDrawNanAnnotation", "D_vtkScalarBarActor_GetDrawNanAnnotation")); mixin(bindCode("vtkScalarBarActor_DrawNanAnnotationOn", "D_vtkScalarBarActor_DrawNanAnnotationOn")); mixin(bindCode("vtkScalarBarActor_DrawNanAnnotationOff", "D_vtkScalarBarActor_DrawNanAnnotationOff")); mixin(bindCode("vtkScalarBarActor_SetFixedAnnotationLeaderLineColor", "D_vtkScalarBarActor_SetFixedAnnotationLeaderLineColor")); mixin(bindCode("vtkScalarBarActor_GetFixedAnnotationLeaderLineColor", "D_vtkScalarBarActor_GetFixedAnnotationLeaderLineColor")); mixin(bindCode("vtkScalarBarActor_FixedAnnotationLeaderLineColorOn", "D_vtkScalarBarActor_FixedAnnotationLeaderLineColorOn")); mixin(bindCode("vtkScalarBarActor_FixedAnnotationLeaderLineColorOff", "D_vtkScalarBarActor_FixedAnnotationLeaderLineColorOff")); mixin(bindCode("vtkScalarBarActor_SetNanAnnotation", "D_vtkScalarBarActor_SetNanAnnotation")); mixin(bindCode("vtkScalarBarActor_GetNanAnnotation", "D_vtkScalarBarActor_GetNanAnnotation")); mixin(bindCode("vtkScalarBarActor_SetAnnotationTextScaling", "D_vtkScalarBarActor_SetAnnotationTextScaling")); mixin(bindCode("vtkScalarBarActor_GetAnnotationTextScaling", "D_vtkScalarBarActor_GetAnnotationTextScaling")); mixin(bindCode("vtkScalarBarActor_SetDrawBackground", "D_vtkScalarBarActor_SetDrawBackground")); mixin(bindCode("vtkScalarBarActor_GetDrawBackground", "D_vtkScalarBarActor_GetDrawBackground")); mixin(bindCode("vtkScalarBarActor_DrawBackgroundOn", "D_vtkScalarBarActor_DrawBackgroundOn")); mixin(bindCode("vtkScalarBarActor_DrawBackgroundOff", "D_vtkScalarBarActor_DrawBackgroundOff")); mixin(bindCode("vtkScalarBarActor_SetDrawFrame", "D_vtkScalarBarActor_SetDrawFrame")); mixin(bindCode("vtkScalarBarActor_GetDrawFrame", "D_vtkScalarBarActor_GetDrawFrame")); mixin(bindCode("vtkScalarBarActor_DrawFrameOn", "D_vtkScalarBarActor_DrawFrameOn")); mixin(bindCode("vtkScalarBarActor_DrawFrameOff", "D_vtkScalarBarActor_DrawFrameOff")); mixin(bindCode("vtkScalarBarActor_SetDrawColorBar", "D_vtkScalarBarActor_SetDrawColorBar")); mixin(bindCode("vtkScalarBarActor_GetDrawColorBar", "D_vtkScalarBarActor_GetDrawColorBar")); mixin(bindCode("vtkScalarBarActor_DrawColorBarOn", "D_vtkScalarBarActor_DrawColorBarOn")); mixin(bindCode("vtkScalarBarActor_DrawColorBarOff", "D_vtkScalarBarActor_DrawColorBarOff")); mixin(bindCode("vtkScalarBarActor_SetBackgroundProperty", "D_vtkScalarBarActor_SetBackgroundProperty")); mixin(bindCode("vtkScalarBarActor_GetBackgroundProperty", "D_vtkScalarBarActor_GetBackgroundProperty")); mixin(bindCode("vtkScalarBarActor_SetFrameProperty", "D_vtkScalarBarActor_SetFrameProperty")); mixin(bindCode("vtkScalarBarActor_GetFrameProperty", "D_vtkScalarBarActor_GetFrameProperty")); mixin(bindCode("vtkScalarBarActor_GetTextPad", "D_vtkScalarBarActor_GetTextPad")); mixin(bindCode("vtkScalarBarActor_SetTextPad", "D_vtkScalarBarActor_SetTextPad")); mixin(bindCode("vtkScalarBarActor_GetBarRatio", "D_vtkScalarBarActor_GetBarRatio")); mixin(bindCode("vtkScalarBarActor_SetBarRatio", "D_vtkScalarBarActor_SetBarRatio")); mixin(bindCode("vtkScalarBarActor_GetBarRatioMinValue", "D_vtkScalarBarActor_GetBarRatioMinValue")); mixin(bindCode("vtkScalarBarActor_GetBarRatioMaxValue", "D_vtkScalarBarActor_GetBarRatioMaxValue")); mixin(bindCode("vtkScalarBarActor_GetTitleRatio", "D_vtkScalarBarActor_GetTitleRatio")); mixin(bindCode("vtkScalarBarActor_SetTitleRatio", "D_vtkScalarBarActor_SetTitleRatio")); mixin(bindCode("vtkScalarBarActor_GetTitleRatioMinValue", "D_vtkScalarBarActor_GetTitleRatioMinValue")); mixin(bindCode("vtkScalarBarActor_GetTitleRatioMaxValue", "D_vtkScalarBarActor_GetTitleRatioMaxValue")); mixin(bindCode("vtkScalarBarActor_Upcast", "D_vtkScalarBarActor_Upcast")); mixin(bindCode("vtkVectorDot_IsTypeOf", "D_vtkVectorDot_IsTypeOf")); mixin(bindCode("vtkVectorDot_SafeDownCast", "D_vtkVectorDot_SafeDownCast")); mixin(bindCode("vtkVectorDot_NewInstance", "D_vtkVectorDot_NewInstance")); mixin(bindCode("vtkVectorDot_New", "D_vtkVectorDot_New")); mixin(bindCode("vtkVectorDot_SetScalarRange__SWIG_0", "D_vtkVectorDot_SetScalarRange__SWIG_0")); mixin(bindCode("vtkVectorDot_SetScalarRange__SWIG_1", "D_vtkVectorDot_SetScalarRange__SWIG_1")); mixin(bindCode("vtkVectorDot_GetScalarRange__SWIG_0", "D_vtkVectorDot_GetScalarRange__SWIG_0")); mixin(bindCode("vtkVectorDot_GetScalarRange__SWIG_1", "D_vtkVectorDot_GetScalarRange__SWIG_1")); mixin(bindCode("vtkVectorDot_Upcast", "D_vtkVectorDot_Upcast")); mixin(bindCode("vtkMultiCorrelativeStatistics_IsTypeOf", "D_vtkMultiCorrelativeStatistics_IsTypeOf")); mixin(bindCode("vtkMultiCorrelativeStatistics_SafeDownCast", "D_vtkMultiCorrelativeStatistics_SafeDownCast")); mixin(bindCode("vtkMultiCorrelativeStatistics_NewInstance", "D_vtkMultiCorrelativeStatistics_NewInstance")); mixin(bindCode("vtkMultiCorrelativeStatistics_New", "D_vtkMultiCorrelativeStatistics_New")); mixin(bindCode("vtkMultiCorrelativeStatistics_Upcast", "D_vtkMultiCorrelativeStatistics_Upcast")); mixin(bindCode("vtkAdjacentVertexIterator_New", "D_vtkAdjacentVertexIterator_New")); mixin(bindCode("vtkAdjacentVertexIterator_IsTypeOf", "D_vtkAdjacentVertexIterator_IsTypeOf")); mixin(bindCode("vtkAdjacentVertexIterator_SafeDownCast", "D_vtkAdjacentVertexIterator_SafeDownCast")); mixin(bindCode("vtkAdjacentVertexIterator_NewInstance", "D_vtkAdjacentVertexIterator_NewInstance")); mixin(bindCode("vtkAdjacentVertexIterator_Initialize", "D_vtkAdjacentVertexIterator_Initialize")); mixin(bindCode("vtkAdjacentVertexIterator_GetGraph", "D_vtkAdjacentVertexIterator_GetGraph")); mixin(bindCode("vtkAdjacentVertexIterator_GetVertex", "D_vtkAdjacentVertexIterator_GetVertex")); mixin(bindCode("vtkAdjacentVertexIterator_Next", "D_vtkAdjacentVertexIterator_Next")); mixin(bindCode("vtkAdjacentVertexIterator_HasNext", "D_vtkAdjacentVertexIterator_HasNext")); mixin(bindCode("vtkAdjacentVertexIterator_Upcast", "D_vtkAdjacentVertexIterator_Upcast")); mixin(bindCode("vtkImageGradient_New", "D_vtkImageGradient_New")); mixin(bindCode("vtkImageGradient_IsTypeOf", "D_vtkImageGradient_IsTypeOf")); mixin(bindCode("vtkImageGradient_SafeDownCast", "D_vtkImageGradient_SafeDownCast")); mixin(bindCode("vtkImageGradient_NewInstance", "D_vtkImageGradient_NewInstance")); mixin(bindCode("vtkImageGradient_SetDimensionality", "D_vtkImageGradient_SetDimensionality")); mixin(bindCode("vtkImageGradient_GetDimensionalityMinValue", "D_vtkImageGradient_GetDimensionalityMinValue")); mixin(bindCode("vtkImageGradient_GetDimensionalityMaxValue", "D_vtkImageGradient_GetDimensionalityMaxValue")); mixin(bindCode("vtkImageGradient_GetDimensionality", "D_vtkImageGradient_GetDimensionality")); mixin(bindCode("vtkImageGradient_SetHandleBoundaries", "D_vtkImageGradient_SetHandleBoundaries")); mixin(bindCode("vtkImageGradient_GetHandleBoundaries", "D_vtkImageGradient_GetHandleBoundaries")); mixin(bindCode("vtkImageGradient_HandleBoundariesOn", "D_vtkImageGradient_HandleBoundariesOn")); mixin(bindCode("vtkImageGradient_HandleBoundariesOff", "D_vtkImageGradient_HandleBoundariesOff")); mixin(bindCode("vtkImageGradient_Upcast", "D_vtkImageGradient_Upcast")); mixin(bindCode("vtkReferenceCount_New", "D_vtkReferenceCount_New")); mixin(bindCode("vtkReferenceCount_IsTypeOf", "D_vtkReferenceCount_IsTypeOf")); mixin(bindCode("vtkReferenceCount_SafeDownCast", "D_vtkReferenceCount_SafeDownCast")); mixin(bindCode("vtkReferenceCount_NewInstance", "D_vtkReferenceCount_NewInstance")); mixin(bindCode("vtkReferenceCount_Upcast", "D_vtkReferenceCount_Upcast")); mixin(bindCode("vtkArrayToTable_New", "D_vtkArrayToTable_New")); mixin(bindCode("vtkArrayToTable_IsTypeOf", "D_vtkArrayToTable_IsTypeOf")); mixin(bindCode("vtkArrayToTable_SafeDownCast", "D_vtkArrayToTable_SafeDownCast")); mixin(bindCode("vtkArrayToTable_NewInstance", "D_vtkArrayToTable_NewInstance")); mixin(bindCode("vtkArrayToTable_Upcast", "D_vtkArrayToTable_Upcast")); mixin(bindCode("vtkSortDataArray_IsTypeOf", "D_vtkSortDataArray_IsTypeOf")); mixin(bindCode("vtkSortDataArray_SafeDownCast", "D_vtkSortDataArray_SafeDownCast")); mixin(bindCode("vtkSortDataArray_NewInstance", "D_vtkSortDataArray_NewInstance")); mixin(bindCode("vtkSortDataArray_New", "D_vtkSortDataArray_New")); mixin(bindCode("vtkSortDataArray_Sort__SWIG_0", "D_vtkSortDataArray_Sort__SWIG_0")); mixin(bindCode("vtkSortDataArray_Sort__SWIG_1", "D_vtkSortDataArray_Sort__SWIG_1")); mixin(bindCode("vtkSortDataArray_SortArrayByComponent", "D_vtkSortDataArray_SortArrayByComponent")); mixin(bindCode("vtkSortDataArray_Sort__SWIG_2", "D_vtkSortDataArray_Sort__SWIG_2")); mixin(bindCode("vtkSortDataArray_Sort__SWIG_3", "D_vtkSortDataArray_Sort__SWIG_3")); mixin(bindCode("vtkSortDataArray_Sort__SWIG_4", "D_vtkSortDataArray_Sort__SWIG_4")); mixin(bindCode("vtkSortDataArray_Sort__SWIG_5", "D_vtkSortDataArray_Sort__SWIG_5")); mixin(bindCode("vtkSortDataArray_Upcast", "D_vtkSortDataArray_Upcast")); mixin(bindCode("vtkButtonWidget_New", "D_vtkButtonWidget_New")); mixin(bindCode("vtkButtonWidget_IsTypeOf", "D_vtkButtonWidget_IsTypeOf")); mixin(bindCode("vtkButtonWidget_SafeDownCast", "D_vtkButtonWidget_SafeDownCast")); mixin(bindCode("vtkButtonWidget_NewInstance", "D_vtkButtonWidget_NewInstance")); mixin(bindCode("vtkButtonWidget_SetRepresentation", "D_vtkButtonWidget_SetRepresentation")); mixin(bindCode("vtkButtonWidget_GetSliderRepresentation", "D_vtkButtonWidget_GetSliderRepresentation")); mixin(bindCode("vtkButtonWidget_Upcast", "D_vtkButtonWidget_Upcast")); mixin(bindCode("vtkImageBSplineInternals_GetPoleValues", "D_vtkImageBSplineInternals_GetPoleValues")); mixin(bindCode("vtkImageBSplineInternals_ConvertToInterpolationCoefficients", "D_vtkImageBSplineInternals_ConvertToInterpolationCoefficients")); mixin(bindCode("vtkImageBSplineInternals_GetInterpolationWeights__SWIG_0", "D_vtkImageBSplineInternals_GetInterpolationWeights__SWIG_0")); mixin(bindCode("vtkImageBSplineInternals_GetInterpolationWeights__SWIG_1", "D_vtkImageBSplineInternals_GetInterpolationWeights__SWIG_1")); mixin(bindCode("vtkImageBSplineInternals_InterpolatedValue__SWIG_0", "D_vtkImageBSplineInternals_InterpolatedValue__SWIG_0")); mixin(bindCode("vtkImageBSplineInternals_InterpolatedValue__SWIG_1", "D_vtkImageBSplineInternals_InterpolatedValue__SWIG_1")); mixin(bindCode("VTK_EDT_SAITO_CACHED_get", "D_VTK_EDT_SAITO_CACHED_get")); mixin(bindCode("VTK_EDT_SAITO_get", "D_VTK_EDT_SAITO_get")); mixin(bindCode("vtkImageEuclideanDistance_New", "D_vtkImageEuclideanDistance_New")); mixin(bindCode("vtkImageEuclideanDistance_IsTypeOf", "D_vtkImageEuclideanDistance_IsTypeOf")); mixin(bindCode("vtkImageEuclideanDistance_SafeDownCast", "D_vtkImageEuclideanDistance_SafeDownCast")); mixin(bindCode("vtkImageEuclideanDistance_NewInstance", "D_vtkImageEuclideanDistance_NewInstance")); mixin(bindCode("vtkImageEuclideanDistance_SetInitialize", "D_vtkImageEuclideanDistance_SetInitialize")); mixin(bindCode("vtkImageEuclideanDistance_GetInitialize", "D_vtkImageEuclideanDistance_GetInitialize")); mixin(bindCode("vtkImageEuclideanDistance_InitializeOn", "D_vtkImageEuclideanDistance_InitializeOn")); mixin(bindCode("vtkImageEuclideanDistance_InitializeOff", "D_vtkImageEuclideanDistance_InitializeOff")); mixin(bindCode("vtkImageEuclideanDistance_SetConsiderAnisotropy", "D_vtkImageEuclideanDistance_SetConsiderAnisotropy")); mixin(bindCode("vtkImageEuclideanDistance_GetConsiderAnisotropy", "D_vtkImageEuclideanDistance_GetConsiderAnisotropy")); mixin(bindCode("vtkImageEuclideanDistance_ConsiderAnisotropyOn", "D_vtkImageEuclideanDistance_ConsiderAnisotropyOn")); mixin(bindCode("vtkImageEuclideanDistance_ConsiderAnisotropyOff", "D_vtkImageEuclideanDistance_ConsiderAnisotropyOff")); mixin(bindCode("vtkImageEuclideanDistance_SetMaximumDistance", "D_vtkImageEuclideanDistance_SetMaximumDistance")); mixin(bindCode("vtkImageEuclideanDistance_GetMaximumDistance", "D_vtkImageEuclideanDistance_GetMaximumDistance")); mixin(bindCode("vtkImageEuclideanDistance_SetAlgorithm", "D_vtkImageEuclideanDistance_SetAlgorithm")); mixin(bindCode("vtkImageEuclideanDistance_GetAlgorithm", "D_vtkImageEuclideanDistance_GetAlgorithm")); mixin(bindCode("vtkImageEuclideanDistance_SetAlgorithmToSaito", "D_vtkImageEuclideanDistance_SetAlgorithmToSaito")); mixin(bindCode("vtkImageEuclideanDistance_SetAlgorithmToSaitoCached", "D_vtkImageEuclideanDistance_SetAlgorithmToSaitoCached")); mixin(bindCode("vtkImageEuclideanDistance_IterativeRequestData", "D_vtkImageEuclideanDistance_IterativeRequestData")); mixin(bindCode("vtkImageEuclideanDistance_Upcast", "D_vtkImageEuclideanDistance_Upcast")); mixin(bindCode("vtkVolumeTextureMapper2D_IsTypeOf", "D_vtkVolumeTextureMapper2D_IsTypeOf")); mixin(bindCode("vtkVolumeTextureMapper2D_SafeDownCast", "D_vtkVolumeTextureMapper2D_SafeDownCast")); mixin(bindCode("vtkVolumeTextureMapper2D_NewInstance", "D_vtkVolumeTextureMapper2D_NewInstance")); mixin(bindCode("vtkVolumeTextureMapper2D_New", "D_vtkVolumeTextureMapper2D_New")); mixin(bindCode("vtkVolumeTextureMapper2D_SetTargetTextureSize__SWIG_0", "D_vtkVolumeTextureMapper2D_SetTargetTextureSize__SWIG_0")); mixin(bindCode("vtkVolumeTextureMapper2D_SetTargetTextureSize__SWIG_1", "D_vtkVolumeTextureMapper2D_SetTargetTextureSize__SWIG_1")); mixin(bindCode("vtkVolumeTextureMapper2D_GetTargetTextureSize__SWIG_0", "D_vtkVolumeTextureMapper2D_GetTargetTextureSize__SWIG_0")); mixin(bindCode("vtkVolumeTextureMapper2D_GetTargetTextureSize__SWIG_1", "D_vtkVolumeTextureMapper2D_GetTargetTextureSize__SWIG_1")); mixin(bindCode("vtkVolumeTextureMapper2D_GetTargetTextureSize__SWIG_2", "D_vtkVolumeTextureMapper2D_GetTargetTextureSize__SWIG_2")); mixin(bindCode("vtkVolumeTextureMapper2D_SetMaximumNumberOfPlanes", "D_vtkVolumeTextureMapper2D_SetMaximumNumberOfPlanes")); mixin(bindCode("vtkVolumeTextureMapper2D_GetMaximumNumberOfPlanes", "D_vtkVolumeTextureMapper2D_GetMaximumNumberOfPlanes")); mixin(bindCode("vtkVolumeTextureMapper2D_SetMaximumStorageSize", "D_vtkVolumeTextureMapper2D_SetMaximumStorageSize")); mixin(bindCode("vtkVolumeTextureMapper2D_GetMaximumStorageSize", "D_vtkVolumeTextureMapper2D_GetMaximumStorageSize")); mixin(bindCode("vtkVolumeTextureMapper2D_Upcast", "D_vtkVolumeTextureMapper2D_Upcast")); mixin(bindCode("vtkOpenGLVolumeTextureMapper2D_IsTypeOf", "D_vtkOpenGLVolumeTextureMapper2D_IsTypeOf")); mixin(bindCode("vtkOpenGLVolumeTextureMapper2D_SafeDownCast", "D_vtkOpenGLVolumeTextureMapper2D_SafeDownCast")); mixin(bindCode("vtkOpenGLVolumeTextureMapper2D_NewInstance", "D_vtkOpenGLVolumeTextureMapper2D_NewInstance")); mixin(bindCode("vtkOpenGLVolumeTextureMapper2D_New", "D_vtkOpenGLVolumeTextureMapper2D_New")); mixin(bindCode("vtkOpenGLVolumeTextureMapper2D_Upcast", "D_vtkOpenGLVolumeTextureMapper2D_Upcast")); mixin(bindCode("vtkStructuredPoints_New", "D_vtkStructuredPoints_New")); mixin(bindCode("vtkStructuredPoints_IsTypeOf", "D_vtkStructuredPoints_IsTypeOf")); mixin(bindCode("vtkStructuredPoints_SafeDownCast", "D_vtkStructuredPoints_SafeDownCast")); mixin(bindCode("vtkStructuredPoints_NewInstance", "D_vtkStructuredPoints_NewInstance")); mixin(bindCode("vtkStructuredPoints_Upcast", "D_vtkStructuredPoints_Upcast")); mixin(bindCode("vtkStructuredPointsCollection_New", "D_vtkStructuredPointsCollection_New")); mixin(bindCode("vtkStructuredPointsCollection_IsTypeOf", "D_vtkStructuredPointsCollection_IsTypeOf")); mixin(bindCode("vtkStructuredPointsCollection_SafeDownCast", "D_vtkStructuredPointsCollection_SafeDownCast")); mixin(bindCode("vtkStructuredPointsCollection_NewInstance", "D_vtkStructuredPointsCollection_NewInstance")); mixin(bindCode("vtkStructuredPointsCollection_AddItem", "D_vtkStructuredPointsCollection_AddItem")); mixin(bindCode("vtkStructuredPointsCollection_GetNextItem", "D_vtkStructuredPointsCollection_GetNextItem")); mixin(bindCode("vtkStructuredPointsCollection_Upcast", "D_vtkStructuredPointsCollection_Upcast")); mixin(bindCode("vtkImageContinuousDilate3D_New", "D_vtkImageContinuousDilate3D_New")); mixin(bindCode("vtkImageContinuousDilate3D_IsTypeOf", "D_vtkImageContinuousDilate3D_IsTypeOf")); mixin(bindCode("vtkImageContinuousDilate3D_SafeDownCast", "D_vtkImageContinuousDilate3D_SafeDownCast")); mixin(bindCode("vtkImageContinuousDilate3D_NewInstance", "D_vtkImageContinuousDilate3D_NewInstance")); mixin(bindCode("vtkImageContinuousDilate3D_SetKernelSize", "D_vtkImageContinuousDilate3D_SetKernelSize")); mixin(bindCode("vtkImageContinuousDilate3D_Upcast", "D_vtkImageContinuousDilate3D_Upcast")); mixin(bindCode("vtkFollower_IsTypeOf", "D_vtkFollower_IsTypeOf")); mixin(bindCode("vtkFollower_SafeDownCast", "D_vtkFollower_SafeDownCast")); mixin(bindCode("vtkFollower_NewInstance", "D_vtkFollower_NewInstance")); mixin(bindCode("vtkFollower_New", "D_vtkFollower_New")); mixin(bindCode("vtkFollower_SetCamera", "D_vtkFollower_SetCamera")); mixin(bindCode("vtkFollower_GetCamera", "D_vtkFollower_GetCamera")); mixin(bindCode("vtkFollower_Render", "D_vtkFollower_Render")); mixin(bindCode("vtkFollower_ReleaseGraphicsResources", "D_vtkFollower_ReleaseGraphicsResources")); mixin(bindCode("vtkFollower_Upcast", "D_vtkFollower_Upcast")); mixin(bindCode("vtkAxisFollower_IsTypeOf", "D_vtkAxisFollower_IsTypeOf")); mixin(bindCode("vtkAxisFollower_SafeDownCast", "D_vtkAxisFollower_SafeDownCast")); mixin(bindCode("vtkAxisFollower_NewInstance", "D_vtkAxisFollower_NewInstance")); mixin(bindCode("vtkAxisFollower_New", "D_vtkAxisFollower_New")); mixin(bindCode("vtkAxisFollower_SetAxis", "D_vtkAxisFollower_SetAxis")); mixin(bindCode("vtkAxisFollower_GetAxis", "D_vtkAxisFollower_GetAxis")); mixin(bindCode("vtkAxisFollower_SetAutoCenter", "D_vtkAxisFollower_SetAutoCenter")); mixin(bindCode("vtkAxisFollower_GetAutoCenter", "D_vtkAxisFollower_GetAutoCenter")); mixin(bindCode("vtkAxisFollower_AutoCenterOn", "D_vtkAxisFollower_AutoCenterOn")); mixin(bindCode("vtkAxisFollower_AutoCenterOff", "D_vtkAxisFollower_AutoCenterOff")); mixin(bindCode("vtkAxisFollower_SetEnableDistanceLOD", "D_vtkAxisFollower_SetEnableDistanceLOD")); mixin(bindCode("vtkAxisFollower_GetEnableDistanceLOD", "D_vtkAxisFollower_GetEnableDistanceLOD")); mixin(bindCode("vtkAxisFollower_SetDistanceLODThreshold", "D_vtkAxisFollower_SetDistanceLODThreshold")); mixin(bindCode("vtkAxisFollower_GetDistanceLODThresholdMinValue", "D_vtkAxisFollower_GetDistanceLODThresholdMinValue")); mixin(bindCode("vtkAxisFollower_GetDistanceLODThresholdMaxValue", "D_vtkAxisFollower_GetDistanceLODThresholdMaxValue")); mixin(bindCode("vtkAxisFollower_GetDistanceLODThreshold", "D_vtkAxisFollower_GetDistanceLODThreshold")); mixin(bindCode("vtkAxisFollower_SetEnableViewAngleLOD", "D_vtkAxisFollower_SetEnableViewAngleLOD")); mixin(bindCode("vtkAxisFollower_GetEnableViewAngleLOD", "D_vtkAxisFollower_GetEnableViewAngleLOD")); mixin(bindCode("vtkAxisFollower_SetViewAngleLODThreshold", "D_vtkAxisFollower_SetViewAngleLODThreshold")); mixin(bindCode("vtkAxisFollower_GetViewAngleLODThresholdMinValue", "D_vtkAxisFollower_GetViewAngleLODThresholdMinValue")); mixin(bindCode("vtkAxisFollower_GetViewAngleLODThresholdMaxValue", "D_vtkAxisFollower_GetViewAngleLODThresholdMaxValue")); mixin(bindCode("vtkAxisFollower_GetViewAngleLODThreshold", "D_vtkAxisFollower_GetViewAngleLODThreshold")); mixin(bindCode("vtkAxisFollower_SetScreenOffset", "D_vtkAxisFollower_SetScreenOffset")); mixin(bindCode("vtkAxisFollower_GetScreenOffset", "D_vtkAxisFollower_GetScreenOffset")); mixin(bindCode("vtkAxisFollower_ComputeTransformMatrix", "D_vtkAxisFollower_ComputeTransformMatrix")); mixin(bindCode("vtkAxisFollower_AutoScale", "D_vtkAxisFollower_AutoScale")); mixin(bindCode("vtkAxisFollower_Upcast", "D_vtkAxisFollower_Upcast")); mixin(bindCode("vtkLineIntegralConvolution2D_New", "D_vtkLineIntegralConvolution2D_New")); mixin(bindCode("vtkLineIntegralConvolution2D_IsTypeOf", "D_vtkLineIntegralConvolution2D_IsTypeOf")); mixin(bindCode("vtkLineIntegralConvolution2D_SafeDownCast", "D_vtkLineIntegralConvolution2D_SafeDownCast")); mixin(bindCode("vtkLineIntegralConvolution2D_NewInstance", "D_vtkLineIntegralConvolution2D_NewInstance")); mixin(bindCode("vtkLineIntegralConvolution2D_SetEnhancedLIC", "D_vtkLineIntegralConvolution2D_SetEnhancedLIC")); mixin(bindCode("vtkLineIntegralConvolution2D_GetEnhancedLIC", "D_vtkLineIntegralConvolution2D_GetEnhancedLIC")); mixin(bindCode("vtkLineIntegralConvolution2D_EnhancedLICOn", "D_vtkLineIntegralConvolution2D_EnhancedLICOn")); mixin(bindCode("vtkLineIntegralConvolution2D_EnhancedLICOff", "D_vtkLineIntegralConvolution2D_EnhancedLICOff")); mixin(bindCode("vtkLineIntegralConvolution2D_SetLICForSurface", "D_vtkLineIntegralConvolution2D_SetLICForSurface")); mixin(bindCode("vtkLineIntegralConvolution2D_GetLICForSurface", "D_vtkLineIntegralConvolution2D_GetLICForSurface")); mixin(bindCode("vtkLineIntegralConvolution2D_LICForSurfaceOn", "D_vtkLineIntegralConvolution2D_LICForSurfaceOn")); mixin(bindCode("vtkLineIntegralConvolution2D_LICForSurfaceOff", "D_vtkLineIntegralConvolution2D_LICForSurfaceOff")); mixin(bindCode("vtkLineIntegralConvolution2D_SetNumberOfSteps", "D_vtkLineIntegralConvolution2D_SetNumberOfSteps")); mixin(bindCode("vtkLineIntegralConvolution2D_GetNumberOfSteps", "D_vtkLineIntegralConvolution2D_GetNumberOfSteps")); mixin(bindCode("vtkLineIntegralConvolution2D_SetLICStepSize", "D_vtkLineIntegralConvolution2D_SetLICStepSize")); mixin(bindCode("vtkLineIntegralConvolution2D_GetLICStepSizeMinValue", "D_vtkLineIntegralConvolution2D_GetLICStepSizeMinValue")); mixin(bindCode("vtkLineIntegralConvolution2D_GetLICStepSizeMaxValue", "D_vtkLineIntegralConvolution2D_GetLICStepSizeMaxValue")); mixin(bindCode("vtkLineIntegralConvolution2D_GetLICStepSize", "D_vtkLineIntegralConvolution2D_GetLICStepSize")); mixin(bindCode("vtkLineIntegralConvolution2D_SetNoise", "D_vtkLineIntegralConvolution2D_SetNoise")); mixin(bindCode("vtkLineIntegralConvolution2D_GetNoise", "D_vtkLineIntegralConvolution2D_GetNoise")); mixin(bindCode("vtkLineIntegralConvolution2D_SetVectorField", "D_vtkLineIntegralConvolution2D_SetVectorField")); mixin(bindCode("vtkLineIntegralConvolution2D_GetVectorField", "D_vtkLineIntegralConvolution2D_GetVectorField")); mixin(bindCode("vtkLineIntegralConvolution2D_SetComponentIds__SWIG_0", "D_vtkLineIntegralConvolution2D_SetComponentIds__SWIG_0")); mixin(bindCode("vtkLineIntegralConvolution2D_SetComponentIds__SWIG_1", "D_vtkLineIntegralConvolution2D_SetComponentIds__SWIG_1")); mixin(bindCode("vtkLineIntegralConvolution2D_GetComponentIds__SWIG_0", "D_vtkLineIntegralConvolution2D_GetComponentIds__SWIG_0")); mixin(bindCode("vtkLineIntegralConvolution2D_GetComponentIds__SWIG_1", "D_vtkLineIntegralConvolution2D_GetComponentIds__SWIG_1")); mixin(bindCode("vtkLineIntegralConvolution2D_GetComponentIds__SWIG_2", "D_vtkLineIntegralConvolution2D_GetComponentIds__SWIG_2")); mixin(bindCode("vtkLineIntegralConvolution2D_SetGridSpacings__SWIG_0", "D_vtkLineIntegralConvolution2D_SetGridSpacings__SWIG_0")); mixin(bindCode("vtkLineIntegralConvolution2D_SetGridSpacings__SWIG_1", "D_vtkLineIntegralConvolution2D_SetGridSpacings__SWIG_1")); mixin(bindCode("vtkLineIntegralConvolution2D_GetGridSpacings__SWIG_0", "D_vtkLineIntegralConvolution2D_GetGridSpacings__SWIG_0")); mixin(bindCode("vtkLineIntegralConvolution2D_GetGridSpacings__SWIG_1", "D_vtkLineIntegralConvolution2D_GetGridSpacings__SWIG_1")); mixin(bindCode("vtkLineIntegralConvolution2D_GetGridSpacings__SWIG_2", "D_vtkLineIntegralConvolution2D_GetGridSpacings__SWIG_2")); mixin(bindCode("vtkLineIntegralConvolution2D_SetTransformVectors", "D_vtkLineIntegralConvolution2D_SetTransformVectors")); mixin(bindCode("vtkLineIntegralConvolution2D_GetTransformVectorsMinValue", "D_vtkLineIntegralConvolution2D_GetTransformVectorsMinValue")); mixin(bindCode("vtkLineIntegralConvolution2D_GetTransformVectorsMaxValue", "D_vtkLineIntegralConvolution2D_GetTransformVectorsMaxValue")); mixin(bindCode("vtkLineIntegralConvolution2D_TransformVectorsOn", "D_vtkLineIntegralConvolution2D_TransformVectorsOn")); mixin(bindCode("vtkLineIntegralConvolution2D_TransformVectorsOff", "D_vtkLineIntegralConvolution2D_TransformVectorsOff")); mixin(bindCode("vtkLineIntegralConvolution2D_GetTransformVectors", "D_vtkLineIntegralConvolution2D_GetTransformVectors")); mixin(bindCode("vtkLineIntegralConvolution2D_SetMagnification", "D_vtkLineIntegralConvolution2D_SetMagnification")); mixin(bindCode("vtkLineIntegralConvolution2D_GetMagnificationMinValue", "D_vtkLineIntegralConvolution2D_GetMagnificationMinValue")); mixin(bindCode("vtkLineIntegralConvolution2D_GetMagnificationMaxValue", "D_vtkLineIntegralConvolution2D_GetMagnificationMaxValue")); mixin(bindCode("vtkLineIntegralConvolution2D_GetMagnification", "D_vtkLineIntegralConvolution2D_GetMagnification")); mixin(bindCode("vtkLineIntegralConvolution2D_SetVectorShiftScale", "D_vtkLineIntegralConvolution2D_SetVectorShiftScale")); mixin(bindCode("vtkLineIntegralConvolution2D_IsSupported", "D_vtkLineIntegralConvolution2D_IsSupported")); mixin(bindCode("vtkLineIntegralConvolution2D_Execute__SWIG_0", "D_vtkLineIntegralConvolution2D_Execute__SWIG_0")); mixin(bindCode("vtkLineIntegralConvolution2D_Execute__SWIG_1", "D_vtkLineIntegralConvolution2D_Execute__SWIG_1")); mixin(bindCode("vtkLineIntegralConvolution2D_Execute__SWIG_2", "D_vtkLineIntegralConvolution2D_Execute__SWIG_2")); mixin(bindCode("vtkLineIntegralConvolution2D_SetLIC", "D_vtkLineIntegralConvolution2D_SetLIC")); mixin(bindCode("vtkLineIntegralConvolution2D_GetLIC", "D_vtkLineIntegralConvolution2D_GetLIC")); mixin(bindCode("vtkLineIntegralConvolution2D_Upcast", "D_vtkLineIntegralConvolution2D_Upcast")); mixin(bindCode("vtkShaderDeviceAdapter2_IsTypeOf", "D_vtkShaderDeviceAdapter2_IsTypeOf")); mixin(bindCode("vtkShaderDeviceAdapter2_SafeDownCast", "D_vtkShaderDeviceAdapter2_SafeDownCast")); mixin(bindCode("vtkShaderDeviceAdapter2_NewInstance", "D_vtkShaderDeviceAdapter2_NewInstance")); mixin(bindCode("vtkShaderDeviceAdapter2_SendAttribute__SWIG_0", "D_vtkShaderDeviceAdapter2_SendAttribute__SWIG_0")); mixin(bindCode("vtkShaderDeviceAdapter2_SendAttribute__SWIG_1", "D_vtkShaderDeviceAdapter2_SendAttribute__SWIG_1")); mixin(bindCode("delete_vtkShaderDeviceAdapter2", "D_delete_vtkShaderDeviceAdapter2")); mixin(bindCode("vtkShaderDeviceAdapter2_Upcast", "D_vtkShaderDeviceAdapter2_Upcast")); mixin(bindCode("vtkGLSLShaderDeviceAdapter2_IsTypeOf", "D_vtkGLSLShaderDeviceAdapter2_IsTypeOf")); mixin(bindCode("vtkGLSLShaderDeviceAdapter2_SafeDownCast", "D_vtkGLSLShaderDeviceAdapter2_SafeDownCast")); mixin(bindCode("vtkGLSLShaderDeviceAdapter2_NewInstance", "D_vtkGLSLShaderDeviceAdapter2_NewInstance")); mixin(bindCode("vtkGLSLShaderDeviceAdapter2_New", "D_vtkGLSLShaderDeviceAdapter2_New")); mixin(bindCode("vtkGLSLShaderDeviceAdapter2_PrepareForRender", "D_vtkGLSLShaderDeviceAdapter2_PrepareForRender")); mixin(bindCode("vtkGLSLShaderDeviceAdapter2_SendAttribute__SWIG_0", "D_vtkGLSLShaderDeviceAdapter2_SendAttribute__SWIG_0")); mixin(bindCode("vtkGLSLShaderDeviceAdapter2_SendAttribute__SWIG_1", "D_vtkGLSLShaderDeviceAdapter2_SendAttribute__SWIG_1")); mixin(bindCode("new_vtkGLSLShaderDeviceAdapter2", "D_new_vtkGLSLShaderDeviceAdapter2")); mixin(bindCode("delete_vtkGLSLShaderDeviceAdapter2", "D_delete_vtkGLSLShaderDeviceAdapter2")); mixin(bindCode("vtkGLSLShaderDeviceAdapter2_Upcast", "D_vtkGLSLShaderDeviceAdapter2_Upcast")); mixin(bindCode("vtkSelectionNode_IsTypeOf", "D_vtkSelectionNode_IsTypeOf")); mixin(bindCode("vtkSelectionNode_SafeDownCast", "D_vtkSelectionNode_SafeDownCast")); mixin(bindCode("vtkSelectionNode_NewInstance", "D_vtkSelectionNode_NewInstance")); mixin(bindCode("vtkSelectionNode_New", "D_vtkSelectionNode_New")); mixin(bindCode("vtkSelectionNode_Initialize", "D_vtkSelectionNode_Initialize")); mixin(bindCode("vtkSelectionNode_SetSelectionList", "D_vtkSelectionNode_SetSelectionList")); mixin(bindCode("vtkSelectionNode_GetSelectionList", "D_vtkSelectionNode_GetSelectionList")); mixin(bindCode("vtkSelectionNode_SetSelectionData", "D_vtkSelectionNode_SetSelectionData")); mixin(bindCode("vtkSelectionNode_GetSelectionData", "D_vtkSelectionNode_GetSelectionData")); mixin(bindCode("vtkSelectionNode_GetProperties", "D_vtkSelectionNode_GetProperties")); mixin(bindCode("vtkSelectionNode_DeepCopy", "D_vtkSelectionNode_DeepCopy")); mixin(bindCode("vtkSelectionNode_ShallowCopy", "D_vtkSelectionNode_ShallowCopy")); mixin(bindCode("vtkSelectionNode_CONTENT_TYPE", "D_vtkSelectionNode_CONTENT_TYPE")); mixin(bindCode("vtkSelectionNode_SetContentType", "D_vtkSelectionNode_SetContentType")); mixin(bindCode("vtkSelectionNode_GetContentType", "D_vtkSelectionNode_GetContentType")); mixin(bindCode("vtkSelectionNode_FIELD_TYPE", "D_vtkSelectionNode_FIELD_TYPE")); mixin(bindCode("vtkSelectionNode_SetFieldType", "D_vtkSelectionNode_SetFieldType")); mixin(bindCode("vtkSelectionNode_GetFieldType", "D_vtkSelectionNode_GetFieldType")); mixin(bindCode("vtkSelectionNode_SetQueryString", "D_vtkSelectionNode_SetQueryString")); mixin(bindCode("vtkSelectionNode_GetQueryString", "D_vtkSelectionNode_GetQueryString")); mixin(bindCode("vtkSelectionNode_EPSILON", "D_vtkSelectionNode_EPSILON")); mixin(bindCode("vtkSelectionNode_CONTAINING_CELLS", "D_vtkSelectionNode_CONTAINING_CELLS")); mixin(bindCode("vtkSelectionNode_COMPONENT_NUMBER", "D_vtkSelectionNode_COMPONENT_NUMBER")); mixin(bindCode("vtkSelectionNode_INVERSE", "D_vtkSelectionNode_INVERSE")); mixin(bindCode("vtkSelectionNode_PIXEL_COUNT", "D_vtkSelectionNode_PIXEL_COUNT")); mixin(bindCode("vtkSelectionNode_SOURCE", "D_vtkSelectionNode_SOURCE")); mixin(bindCode("vtkSelectionNode_SOURCE_ID", "D_vtkSelectionNode_SOURCE_ID")); mixin(bindCode("vtkSelectionNode_PROP", "D_vtkSelectionNode_PROP")); mixin(bindCode("vtkSelectionNode_PROP_ID", "D_vtkSelectionNode_PROP_ID")); mixin(bindCode("vtkSelectionNode_PROCESS_ID", "D_vtkSelectionNode_PROCESS_ID")); mixin(bindCode("vtkSelectionNode_COMPOSITE_INDEX", "D_vtkSelectionNode_COMPOSITE_INDEX")); mixin(bindCode("vtkSelectionNode_HIERARCHICAL_LEVEL", "D_vtkSelectionNode_HIERARCHICAL_LEVEL")); mixin(bindCode("vtkSelectionNode_HIERARCHICAL_INDEX", "D_vtkSelectionNode_HIERARCHICAL_INDEX")); mixin(bindCode("vtkSelectionNode_INDEXED_VERTICES", "D_vtkSelectionNode_INDEXED_VERTICES")); mixin(bindCode("vtkSelectionNode_UnionSelectionList", "D_vtkSelectionNode_UnionSelectionList")); mixin(bindCode("vtkSelectionNode_SubtractSelectionList", "D_vtkSelectionNode_SubtractSelectionList")); mixin(bindCode("vtkSelectionNode_EqualProperties__SWIG_0", "D_vtkSelectionNode_EqualProperties__SWIG_0")); mixin(bindCode("vtkSelectionNode_EqualProperties__SWIG_1", "D_vtkSelectionNode_EqualProperties__SWIG_1")); mixin(bindCode("new_vtkSelectionNode", "D_new_vtkSelectionNode")); mixin(bindCode("delete_vtkSelectionNode", "D_delete_vtkSelectionNode")); mixin(bindCode("vtkSelectionNode_Upcast", "D_vtkSelectionNode_Upcast")); mixin(bindCode("vtkXMLRectilinearGridWriter_New", "D_vtkXMLRectilinearGridWriter_New")); mixin(bindCode("vtkXMLRectilinearGridWriter_IsTypeOf", "D_vtkXMLRectilinearGridWriter_IsTypeOf")); mixin(bindCode("vtkXMLRectilinearGridWriter_SafeDownCast", "D_vtkXMLRectilinearGridWriter_SafeDownCast")); mixin(bindCode("vtkXMLRectilinearGridWriter_NewInstance", "D_vtkXMLRectilinearGridWriter_NewInstance")); mixin(bindCode("vtkXMLRectilinearGridWriter_Upcast", "D_vtkXMLRectilinearGridWriter_Upcast")); mixin(bindCode("vtkVoxel_New", "D_vtkVoxel_New")); mixin(bindCode("vtkVoxel_IsTypeOf", "D_vtkVoxel_IsTypeOf")); mixin(bindCode("vtkVoxel_SafeDownCast", "D_vtkVoxel_SafeDownCast")); mixin(bindCode("vtkVoxel_NewInstance", "D_vtkVoxel_NewInstance")); mixin(bindCode("vtkVoxel_InterpolationDerivs", "D_vtkVoxel_InterpolationDerivs")); mixin(bindCode("vtkVoxel_InterpolateFunctions", "D_vtkVoxel_InterpolateFunctions")); mixin(bindCode("vtkVoxel_InterpolateDerivs", "D_vtkVoxel_InterpolateDerivs")); mixin(bindCode("vtkVoxel_InterpolationFunctions", "D_vtkVoxel_InterpolationFunctions")); mixin(bindCode("vtkVoxel_GetEdgeArray", "D_vtkVoxel_GetEdgeArray")); mixin(bindCode("vtkVoxel_GetFaceArray", "D_vtkVoxel_GetFaceArray")); mixin(bindCode("vtkVoxel_Upcast", "D_vtkVoxel_Upcast")); mixin(bindCode("vtkInstantiator_New", "D_vtkInstantiator_New")); mixin(bindCode("vtkInstantiator_IsTypeOf", "D_vtkInstantiator_IsTypeOf")); mixin(bindCode("vtkInstantiator_SafeDownCast", "D_vtkInstantiator_SafeDownCast")); mixin(bindCode("vtkInstantiator_NewInstance", "D_vtkInstantiator_NewInstance")); mixin(bindCode("vtkInstantiator_CreateInstance", "D_vtkInstantiator_CreateInstance")); mixin(bindCode("vtkInstantiator_Upcast", "D_vtkInstantiator_Upcast")); mixin(bindCode("vtkRISReader_New", "D_vtkRISReader_New")); mixin(bindCode("vtkRISReader_IsTypeOf", "D_vtkRISReader_IsTypeOf")); mixin(bindCode("vtkRISReader_SafeDownCast", "D_vtkRISReader_SafeDownCast")); mixin(bindCode("vtkRISReader_NewInstance", "D_vtkRISReader_NewInstance")); mixin(bindCode("vtkRISReader_GetFileName", "D_vtkRISReader_GetFileName")); mixin(bindCode("vtkRISReader_SetFileName", "D_vtkRISReader_SetFileName")); mixin(bindCode("vtkRISReader_GetDelimiter", "D_vtkRISReader_GetDelimiter")); mixin(bindCode("vtkRISReader_SetDelimiter", "D_vtkRISReader_SetDelimiter")); mixin(bindCode("vtkRISReader_GetMaxRecords", "D_vtkRISReader_GetMaxRecords")); mixin(bindCode("vtkRISReader_SetMaxRecords", "D_vtkRISReader_SetMaxRecords")); mixin(bindCode("vtkRISReader_Upcast", "D_vtkRISReader_Upcast")); mixin(bindCode("vtkChartPie_IsTypeOf", "D_vtkChartPie_IsTypeOf")); mixin(bindCode("vtkChartPie_SafeDownCast", "D_vtkChartPie_SafeDownCast")); mixin(bindCode("vtkChartPie_NewInstance", "D_vtkChartPie_NewInstance")); mixin(bindCode("vtkChartPie_New", "D_vtkChartPie_New")); mixin(bindCode("vtkChartPie_AddPlot__SWIG_0", "D_vtkChartPie_AddPlot__SWIG_0")); mixin(bindCode("vtkChartPie_AddPlot__SWIG_1", "D_vtkChartPie_AddPlot__SWIG_1")); mixin(bindCode("new_vtkChartPie", "D_new_vtkChartPie")); mixin(bindCode("delete_vtkChartPie", "D_delete_vtkChartPie")); mixin(bindCode("vtkChartPie_Upcast", "D_vtkChartPie_Upcast")); mixin(bindCode("vtkImageProcessingPass_IsTypeOf", "D_vtkImageProcessingPass_IsTypeOf")); mixin(bindCode("vtkImageProcessingPass_SafeDownCast", "D_vtkImageProcessingPass_SafeDownCast")); mixin(bindCode("vtkImageProcessingPass_NewInstance", "D_vtkImageProcessingPass_NewInstance")); mixin(bindCode("vtkImageProcessingPass_GetDelegatePass", "D_vtkImageProcessingPass_GetDelegatePass")); mixin(bindCode("vtkImageProcessingPass_SetDelegatePass", "D_vtkImageProcessingPass_SetDelegatePass")); mixin(bindCode("vtkImageProcessingPass_Upcast", "D_vtkImageProcessingPass_Upcast")); mixin(bindCode("vtkSobelGradientMagnitudePass_New", "D_vtkSobelGradientMagnitudePass_New")); mixin(bindCode("vtkSobelGradientMagnitudePass_IsTypeOf", "D_vtkSobelGradientMagnitudePass_IsTypeOf")); mixin(bindCode("vtkSobelGradientMagnitudePass_SafeDownCast", "D_vtkSobelGradientMagnitudePass_SafeDownCast")); mixin(bindCode("vtkSobelGradientMagnitudePass_NewInstance", "D_vtkSobelGradientMagnitudePass_NewInstance")); mixin(bindCode("vtkSobelGradientMagnitudePass_Upcast", "D_vtkSobelGradientMagnitudePass_Upcast")); mixin(bindCode("vtkXMLUniformGridAMRWriter_New", "D_vtkXMLUniformGridAMRWriter_New")); mixin(bindCode("vtkXMLUniformGridAMRWriter_IsTypeOf", "D_vtkXMLUniformGridAMRWriter_IsTypeOf")); mixin(bindCode("vtkXMLUniformGridAMRWriter_SafeDownCast", "D_vtkXMLUniformGridAMRWriter_SafeDownCast")); mixin(bindCode("vtkXMLUniformGridAMRWriter_NewInstance", "D_vtkXMLUniformGridAMRWriter_NewInstance")); mixin(bindCode("delete_vtkXMLUniformGridAMRWriter", "D_delete_vtkXMLUniformGridAMRWriter")); mixin(bindCode("vtkXMLUniformGridAMRWriter_Upcast", "D_vtkXMLUniformGridAMRWriter_Upcast")); mixin(bindCode("vtkXMLPUniformGridAMRWriter_New", "D_vtkXMLPUniformGridAMRWriter_New")); mixin(bindCode("vtkXMLPUniformGridAMRWriter_IsTypeOf", "D_vtkXMLPUniformGridAMRWriter_IsTypeOf")); mixin(bindCode("vtkXMLPUniformGridAMRWriter_SafeDownCast", "D_vtkXMLPUniformGridAMRWriter_SafeDownCast")); mixin(bindCode("vtkXMLPUniformGridAMRWriter_NewInstance", "D_vtkXMLPUniformGridAMRWriter_NewInstance")); mixin(bindCode("vtkXMLPUniformGridAMRWriter_SetController", "D_vtkXMLPUniformGridAMRWriter_SetController")); mixin(bindCode("vtkXMLPUniformGridAMRWriter_GetController", "D_vtkXMLPUniformGridAMRWriter_GetController")); mixin(bindCode("delete_vtkXMLPUniformGridAMRWriter", "D_delete_vtkXMLPUniformGridAMRWriter")); mixin(bindCode("vtkXMLPUniformGridAMRWriter_Upcast", "D_vtkXMLPUniformGridAMRWriter_Upcast")); mixin(bindCode("vtkXMLPHierarchicalBoxDataWriter_New", "D_vtkXMLPHierarchicalBoxDataWriter_New")); mixin(bindCode("vtkXMLPHierarchicalBoxDataWriter_IsTypeOf", "D_vtkXMLPHierarchicalBoxDataWriter_IsTypeOf")); mixin(bindCode("vtkXMLPHierarchicalBoxDataWriter_SafeDownCast", "D_vtkXMLPHierarchicalBoxDataWriter_SafeDownCast")); mixin(bindCode("vtkXMLPHierarchicalBoxDataWriter_NewInstance", "D_vtkXMLPHierarchicalBoxDataWriter_NewInstance")); mixin(bindCode("vtkXMLPHierarchicalBoxDataWriter_Upcast", "D_vtkXMLPHierarchicalBoxDataWriter_Upcast")); mixin(bindCode("vtkRenderingFreeTypeObjectFactory_New", "D_vtkRenderingFreeTypeObjectFactory_New")); mixin(bindCode("vtkRenderingFreeTypeObjectFactory_IsTypeOf", "D_vtkRenderingFreeTypeObjectFactory_IsTypeOf")); mixin(bindCode("vtkRenderingFreeTypeObjectFactory_SafeDownCast", "D_vtkRenderingFreeTypeObjectFactory_SafeDownCast")); mixin(bindCode("vtkRenderingFreeTypeObjectFactory_NewInstance", "D_vtkRenderingFreeTypeObjectFactory_NewInstance")); mixin(bindCode("delete_vtkRenderingFreeTypeObjectFactory", "D_delete_vtkRenderingFreeTypeObjectFactory")); mixin(bindCode("vtkRenderingFreeTypeObjectFactory_Upcast", "D_vtkRenderingFreeTypeObjectFactory_Upcast")); mixin(bindCode("vtkPerlinNoise_IsTypeOf", "D_vtkPerlinNoise_IsTypeOf")); mixin(bindCode("vtkPerlinNoise_SafeDownCast", "D_vtkPerlinNoise_SafeDownCast")); mixin(bindCode("vtkPerlinNoise_NewInstance", "D_vtkPerlinNoise_NewInstance")); mixin(bindCode("vtkPerlinNoise_New", "D_vtkPerlinNoise_New")); mixin(bindCode("vtkPerlinNoise_EvaluateFunction__SWIG_0", "D_vtkPerlinNoise_EvaluateFunction__SWIG_0")); mixin(bindCode("vtkPerlinNoise_EvaluateFunction__SWIG_1", "D_vtkPerlinNoise_EvaluateFunction__SWIG_1")); mixin(bindCode("vtkPerlinNoise_SetFrequency__SWIG_0", "D_vtkPerlinNoise_SetFrequency__SWIG_0")); mixin(bindCode("vtkPerlinNoise_SetFrequency__SWIG_1", "D_vtkPerlinNoise_SetFrequency__SWIG_1")); mixin(bindCode("vtkPerlinNoise_GetFrequency__SWIG_0", "D_vtkPerlinNoise_GetFrequency__SWIG_0")); mixin(bindCode("vtkPerlinNoise_GetFrequency__SWIG_1", "D_vtkPerlinNoise_GetFrequency__SWIG_1")); mixin(bindCode("vtkPerlinNoise_SetPhase__SWIG_0", "D_vtkPerlinNoise_SetPhase__SWIG_0")); mixin(bindCode("vtkPerlinNoise_SetPhase__SWIG_1", "D_vtkPerlinNoise_SetPhase__SWIG_1")); mixin(bindCode("vtkPerlinNoise_GetPhase__SWIG_0", "D_vtkPerlinNoise_GetPhase__SWIG_0")); mixin(bindCode("vtkPerlinNoise_GetPhase__SWIG_1", "D_vtkPerlinNoise_GetPhase__SWIG_1")); mixin(bindCode("vtkPerlinNoise_SetAmplitude", "D_vtkPerlinNoise_SetAmplitude")); mixin(bindCode("vtkPerlinNoise_GetAmplitude", "D_vtkPerlinNoise_GetAmplitude")); mixin(bindCode("vtkPerlinNoise_Upcast", "D_vtkPerlinNoise_Upcast")); mixin(bindCode("vtkBYUReader_New", "D_vtkBYUReader_New")); mixin(bindCode("vtkBYUReader_IsTypeOf", "D_vtkBYUReader_IsTypeOf")); mixin(bindCode("vtkBYUReader_SafeDownCast", "D_vtkBYUReader_SafeDownCast")); mixin(bindCode("vtkBYUReader_NewInstance", "D_vtkBYUReader_NewInstance")); mixin(bindCode("vtkBYUReader_SetGeometryFileName", "D_vtkBYUReader_SetGeometryFileName")); mixin(bindCode("vtkBYUReader_GetGeometryFileName", "D_vtkBYUReader_GetGeometryFileName")); mixin(bindCode("vtkBYUReader_SetFileName", "D_vtkBYUReader_SetFileName")); mixin(bindCode("vtkBYUReader_GetFileName", "D_vtkBYUReader_GetFileName")); mixin(bindCode("vtkBYUReader_SetDisplacementFileName", "D_vtkBYUReader_SetDisplacementFileName")); mixin(bindCode("vtkBYUReader_GetDisplacementFileName", "D_vtkBYUReader_GetDisplacementFileName")); mixin(bindCode("vtkBYUReader_SetScalarFileName", "D_vtkBYUReader_SetScalarFileName")); mixin(bindCode("vtkBYUReader_GetScalarFileName", "D_vtkBYUReader_GetScalarFileName")); mixin(bindCode("vtkBYUReader_SetTextureFileName", "D_vtkBYUReader_SetTextureFileName")); mixin(bindCode("vtkBYUReader_GetTextureFileName", "D_vtkBYUReader_GetTextureFileName")); mixin(bindCode("vtkBYUReader_SetReadDisplacement", "D_vtkBYUReader_SetReadDisplacement")); mixin(bindCode("vtkBYUReader_GetReadDisplacement", "D_vtkBYUReader_GetReadDisplacement")); mixin(bindCode("vtkBYUReader_ReadDisplacementOn", "D_vtkBYUReader_ReadDisplacementOn")); mixin(bindCode("vtkBYUReader_ReadDisplacementOff", "D_vtkBYUReader_ReadDisplacementOff")); mixin(bindCode("vtkBYUReader_SetReadScalar", "D_vtkBYUReader_SetReadScalar")); mixin(bindCode("vtkBYUReader_GetReadScalar", "D_vtkBYUReader_GetReadScalar")); mixin(bindCode("vtkBYUReader_ReadScalarOn", "D_vtkBYUReader_ReadScalarOn")); mixin(bindCode("vtkBYUReader_ReadScalarOff", "D_vtkBYUReader_ReadScalarOff")); mixin(bindCode("vtkBYUReader_SetReadTexture", "D_vtkBYUReader_SetReadTexture")); mixin(bindCode("vtkBYUReader_GetReadTexture", "D_vtkBYUReader_GetReadTexture")); mixin(bindCode("vtkBYUReader_ReadTextureOn", "D_vtkBYUReader_ReadTextureOn")); mixin(bindCode("vtkBYUReader_ReadTextureOff", "D_vtkBYUReader_ReadTextureOff")); mixin(bindCode("vtkBYUReader_SetPartNumber", "D_vtkBYUReader_SetPartNumber")); mixin(bindCode("vtkBYUReader_GetPartNumberMinValue", "D_vtkBYUReader_GetPartNumberMinValue")); mixin(bindCode("vtkBYUReader_GetPartNumberMaxValue", "D_vtkBYUReader_GetPartNumberMaxValue")); mixin(bindCode("vtkBYUReader_GetPartNumber", "D_vtkBYUReader_GetPartNumber")); mixin(bindCode("vtkBYUReader_CanReadFile", "D_vtkBYUReader_CanReadFile")); mixin(bindCode("vtkBYUReader_Upcast", "D_vtkBYUReader_Upcast")); mixin(bindCode("vtkIncrementalOctreePointLocator_IsTypeOf", "D_vtkIncrementalOctreePointLocator_IsTypeOf")); mixin(bindCode("vtkIncrementalOctreePointLocator_SafeDownCast", "D_vtkIncrementalOctreePointLocator_SafeDownCast")); mixin(bindCode("vtkIncrementalOctreePointLocator_NewInstance", "D_vtkIncrementalOctreePointLocator_NewInstance")); mixin(bindCode("vtkIncrementalOctreePointLocator_New", "D_vtkIncrementalOctreePointLocator_New")); mixin(bindCode("vtkIncrementalOctreePointLocator_SetMaxPointsPerLeaf", "D_vtkIncrementalOctreePointLocator_SetMaxPointsPerLeaf")); mixin(bindCode("vtkIncrementalOctreePointLocator_GetMaxPointsPerLeafMinValue", "D_vtkIncrementalOctreePointLocator_GetMaxPointsPerLeafMinValue")); mixin(bindCode("vtkIncrementalOctreePointLocator_GetMaxPointsPerLeafMaxValue", "D_vtkIncrementalOctreePointLocator_GetMaxPointsPerLeafMaxValue")); mixin(bindCode("vtkIncrementalOctreePointLocator_GetMaxPointsPerLeaf", "D_vtkIncrementalOctreePointLocator_GetMaxPointsPerLeaf")); mixin(bindCode("vtkIncrementalOctreePointLocator_SetBuildCubicOctree", "D_vtkIncrementalOctreePointLocator_SetBuildCubicOctree")); mixin(bindCode("vtkIncrementalOctreePointLocator_GetBuildCubicOctree", "D_vtkIncrementalOctreePointLocator_GetBuildCubicOctree")); mixin(bindCode("vtkIncrementalOctreePointLocator_BuildCubicOctreeOn", "D_vtkIncrementalOctreePointLocator_BuildCubicOctreeOn")); mixin(bindCode("vtkIncrementalOctreePointLocator_BuildCubicOctreeOff", "D_vtkIncrementalOctreePointLocator_BuildCubicOctreeOff")); mixin(bindCode("vtkIncrementalOctreePointLocator_GetLocatorPoints", "D_vtkIncrementalOctreePointLocator_GetLocatorPoints")); mixin(bindCode("vtkIncrementalOctreePointLocator_GetBounds__SWIG_0", "D_vtkIncrementalOctreePointLocator_GetBounds__SWIG_0")); mixin(bindCode("vtkIncrementalOctreePointLocator_GetBounds__SWIG_1", "D_vtkIncrementalOctreePointLocator_GetBounds__SWIG_1")); mixin(bindCode("vtkIncrementalOctreePointLocator_GetNumberOfPoints", "D_vtkIncrementalOctreePointLocator_GetNumberOfPoints")); mixin(bindCode("vtkIncrementalOctreePointLocator_FindClosestPoint__SWIG_0", "D_vtkIncrementalOctreePointLocator_FindClosestPoint__SWIG_0")); mixin(bindCode("vtkIncrementalOctreePointLocator_FindClosestPoint__SWIG_1", "D_vtkIncrementalOctreePointLocator_FindClosestPoint__SWIG_1")); mixin(bindCode("vtkIncrementalOctreePointLocator_FindClosestPoint__SWIG_2", "D_vtkIncrementalOctreePointLocator_FindClosestPoint__SWIG_2")); mixin(bindCode("vtkIncrementalOctreePointLocator_FindClosestPoint__SWIG_3", "D_vtkIncrementalOctreePointLocator_FindClosestPoint__SWIG_3")); mixin(bindCode("vtkIncrementalOctreePointLocator_FindClosestPointWithinSquaredRadius", "D_vtkIncrementalOctreePointLocator_FindClosestPointWithinSquaredRadius")); mixin(bindCode("vtkIncrementalOctreePointLocator_FindPointsWithinSquaredRadius", "D_vtkIncrementalOctreePointLocator_FindPointsWithinSquaredRadius")); mixin(bindCode("vtkIncrementalOctreePointLocator_InitPointInsertion__SWIG_0", "D_vtkIncrementalOctreePointLocator_InitPointInsertion__SWIG_0")); mixin(bindCode("vtkIncrementalOctreePointLocator_InitPointInsertion__SWIG_1", "D_vtkIncrementalOctreePointLocator_InitPointInsertion__SWIG_1")); mixin(bindCode("vtkIncrementalOctreePointLocator_IsInsertedPoint__SWIG_0", "D_vtkIncrementalOctreePointLocator_IsInsertedPoint__SWIG_0")); mixin(bindCode("vtkIncrementalOctreePointLocator_IsInsertedPoint__SWIG_1", "D_vtkIncrementalOctreePointLocator_IsInsertedPoint__SWIG_1")); mixin(bindCode("vtkIncrementalOctreePointLocator_InsertPointWithoutChecking", "D_vtkIncrementalOctreePointLocator_InsertPointWithoutChecking")); mixin(bindCode("new_vtkIncrementalOctreePointLocator", "D_new_vtkIncrementalOctreePointLocator")); mixin(bindCode("delete_vtkIncrementalOctreePointLocator", "D_delete_vtkIncrementalOctreePointLocator")); mixin(bindCode("vtkIncrementalOctreePointLocator_Upcast", "D_vtkIncrementalOctreePointLocator_Upcast")); mixin(bindCode("vtkDynamicLoader_New", "D_vtkDynamicLoader_New")); mixin(bindCode("vtkDynamicLoader_IsTypeOf", "D_vtkDynamicLoader_IsTypeOf")); mixin(bindCode("vtkDynamicLoader_SafeDownCast", "D_vtkDynamicLoader_SafeDownCast")); mixin(bindCode("vtkDynamicLoader_NewInstance", "D_vtkDynamicLoader_NewInstance")); mixin(bindCode("vtkDynamicLoader_LibPrefix", "D_vtkDynamicLoader_LibPrefix")); mixin(bindCode("vtkDynamicLoader_LibExtension", "D_vtkDynamicLoader_LibExtension")); mixin(bindCode("vtkDynamicLoader_LastError", "D_vtkDynamicLoader_LastError")); mixin(bindCode("vtkDynamicLoader_Upcast", "D_vtkDynamicLoader_Upcast")); mixin(bindCode("vtkConnectivityFilter_IsTypeOf", "D_vtkConnectivityFilter_IsTypeOf")); mixin(bindCode("vtkConnectivityFilter_SafeDownCast", "D_vtkConnectivityFilter_SafeDownCast")); mixin(bindCode("vtkConnectivityFilter_NewInstance", "D_vtkConnectivityFilter_NewInstance")); mixin(bindCode("vtkConnectivityFilter_New", "D_vtkConnectivityFilter_New")); mixin(bindCode("vtkConnectivityFilter_SetScalarConnectivity", "D_vtkConnectivityFilter_SetScalarConnectivity")); mixin(bindCode("vtkConnectivityFilter_GetScalarConnectivity", "D_vtkConnectivityFilter_GetScalarConnectivity")); mixin(bindCode("vtkConnectivityFilter_ScalarConnectivityOn", "D_vtkConnectivityFilter_ScalarConnectivityOn")); mixin(bindCode("vtkConnectivityFilter_ScalarConnectivityOff", "D_vtkConnectivityFilter_ScalarConnectivityOff")); mixin(bindCode("vtkConnectivityFilter_SetScalarRange__SWIG_0", "D_vtkConnectivityFilter_SetScalarRange__SWIG_0")); mixin(bindCode("vtkConnectivityFilter_SetScalarRange__SWIG_1", "D_vtkConnectivityFilter_SetScalarRange__SWIG_1")); mixin(bindCode("vtkConnectivityFilter_GetScalarRange__SWIG_0", "D_vtkConnectivityFilter_GetScalarRange__SWIG_0")); mixin(bindCode("vtkConnectivityFilter_GetScalarRange__SWIG_1", "D_vtkConnectivityFilter_GetScalarRange__SWIG_1")); mixin(bindCode("vtkConnectivityFilter_GetScalarRange__SWIG_2", "D_vtkConnectivityFilter_GetScalarRange__SWIG_2")); mixin(bindCode("vtkConnectivityFilter_SetExtractionMode", "D_vtkConnectivityFilter_SetExtractionMode")); mixin(bindCode("vtkConnectivityFilter_GetExtractionModeMinValue", "D_vtkConnectivityFilter_GetExtractionModeMinValue")); mixin(bindCode("vtkConnectivityFilter_GetExtractionModeMaxValue", "D_vtkConnectivityFilter_GetExtractionModeMaxValue")); mixin(bindCode("vtkConnectivityFilter_GetExtractionMode", "D_vtkConnectivityFilter_GetExtractionMode")); mixin(bindCode("vtkConnectivityFilter_SetExtractionModeToPointSeededRegions", "D_vtkConnectivityFilter_SetExtractionModeToPointSeededRegions")); mixin(bindCode("vtkConnectivityFilter_SetExtractionModeToCellSeededRegions", "D_vtkConnectivityFilter_SetExtractionModeToCellSeededRegions")); mixin(bindCode("vtkConnectivityFilter_SetExtractionModeToLargestRegion", "D_vtkConnectivityFilter_SetExtractionModeToLargestRegion")); mixin(bindCode("vtkConnectivityFilter_SetExtractionModeToSpecifiedRegions", "D_vtkConnectivityFilter_SetExtractionModeToSpecifiedRegions")); mixin(bindCode("vtkConnectivityFilter_SetExtractionModeToClosestPointRegion", "D_vtkConnectivityFilter_SetExtractionModeToClosestPointRegion")); mixin(bindCode("vtkConnectivityFilter_SetExtractionModeToAllRegions", "D_vtkConnectivityFilter_SetExtractionModeToAllRegions")); mixin(bindCode("vtkConnectivityFilter_GetExtractionModeAsString", "D_vtkConnectivityFilter_GetExtractionModeAsString")); mixin(bindCode("vtkConnectivityFilter_InitializeSeedList", "D_vtkConnectivityFilter_InitializeSeedList")); mixin(bindCode("vtkConnectivityFilter_AddSeed", "D_vtkConnectivityFilter_AddSeed")); mixin(bindCode("vtkConnectivityFilter_DeleteSeed", "D_vtkConnectivityFilter_DeleteSeed")); mixin(bindCode("vtkConnectivityFilter_InitializeSpecifiedRegionList", "D_vtkConnectivityFilter_InitializeSpecifiedRegionList")); mixin(bindCode("vtkConnectivityFilter_AddSpecifiedRegion", "D_vtkConnectivityFilter_AddSpecifiedRegion")); mixin(bindCode("vtkConnectivityFilter_DeleteSpecifiedRegion", "D_vtkConnectivityFilter_DeleteSpecifiedRegion")); mixin(bindCode("vtkConnectivityFilter_SetClosestPoint__SWIG_0", "D_vtkConnectivityFilter_SetClosestPoint__SWIG_0")); mixin(bindCode("vtkConnectivityFilter_SetClosestPoint__SWIG_1", "D_vtkConnectivityFilter_SetClosestPoint__SWIG_1")); mixin(bindCode("vtkConnectivityFilter_GetClosestPoint__SWIG_0", "D_vtkConnectivityFilter_GetClosestPoint__SWIG_0")); mixin(bindCode("vtkConnectivityFilter_GetClosestPoint__SWIG_1", "D_vtkConnectivityFilter_GetClosestPoint__SWIG_1")); mixin(bindCode("vtkConnectivityFilter_GetNumberOfExtractedRegions", "D_vtkConnectivityFilter_GetNumberOfExtractedRegions")); mixin(bindCode("vtkConnectivityFilter_SetColorRegions", "D_vtkConnectivityFilter_SetColorRegions")); mixin(bindCode("vtkConnectivityFilter_GetColorRegions", "D_vtkConnectivityFilter_GetColorRegions")); mixin(bindCode("vtkConnectivityFilter_ColorRegionsOn", "D_vtkConnectivityFilter_ColorRegionsOn")); mixin(bindCode("vtkConnectivityFilter_ColorRegionsOff", "D_vtkConnectivityFilter_ColorRegionsOff")); mixin(bindCode("vtkConnectivityFilter_Upcast", "D_vtkConnectivityFilter_Upcast")); mixin(bindCode("vtkVectorNorm_IsTypeOf", "D_vtkVectorNorm_IsTypeOf")); mixin(bindCode("vtkVectorNorm_SafeDownCast", "D_vtkVectorNorm_SafeDownCast")); mixin(bindCode("vtkVectorNorm_NewInstance", "D_vtkVectorNorm_NewInstance")); mixin(bindCode("vtkVectorNorm_New", "D_vtkVectorNorm_New")); mixin(bindCode("vtkVectorNorm_SetNormalize", "D_vtkVectorNorm_SetNormalize")); mixin(bindCode("vtkVectorNorm_GetNormalize", "D_vtkVectorNorm_GetNormalize")); mixin(bindCode("vtkVectorNorm_NormalizeOn", "D_vtkVectorNorm_NormalizeOn")); mixin(bindCode("vtkVectorNorm_NormalizeOff", "D_vtkVectorNorm_NormalizeOff")); mixin(bindCode("vtkVectorNorm_SetAttributeMode", "D_vtkVectorNorm_SetAttributeMode")); mixin(bindCode("vtkVectorNorm_GetAttributeMode", "D_vtkVectorNorm_GetAttributeMode")); mixin(bindCode("vtkVectorNorm_SetAttributeModeToDefault", "D_vtkVectorNorm_SetAttributeModeToDefault")); mixin(bindCode("vtkVectorNorm_SetAttributeModeToUsePointData", "D_vtkVectorNorm_SetAttributeModeToUsePointData")); mixin(bindCode("vtkVectorNorm_SetAttributeModeToUseCellData", "D_vtkVectorNorm_SetAttributeModeToUseCellData")); mixin(bindCode("vtkVectorNorm_GetAttributeModeAsString", "D_vtkVectorNorm_GetAttributeModeAsString")); mixin(bindCode("vtkVectorNorm_Upcast", "D_vtkVectorNorm_Upcast")); mixin(bindCode("vtkPriorityQueue_New", "D_vtkPriorityQueue_New")); mixin(bindCode("vtkPriorityQueue_IsTypeOf", "D_vtkPriorityQueue_IsTypeOf")); mixin(bindCode("vtkPriorityQueue_SafeDownCast", "D_vtkPriorityQueue_SafeDownCast")); mixin(bindCode("vtkPriorityQueue_NewInstance", "D_vtkPriorityQueue_NewInstance")); mixin(bindCode("vtkPriorityQueue_Allocate__SWIG_0", "D_vtkPriorityQueue_Allocate__SWIG_0")); mixin(bindCode("vtkPriorityQueue_Allocate__SWIG_1", "D_vtkPriorityQueue_Allocate__SWIG_1")); mixin(bindCode("vtkPriorityQueue_Insert", "D_vtkPriorityQueue_Insert")); mixin(bindCode("vtkPriorityQueue_Pop__SWIG_0", "D_vtkPriorityQueue_Pop__SWIG_0")); mixin(bindCode("vtkPriorityQueue_Pop__SWIG_1", "D_vtkPriorityQueue_Pop__SWIG_1")); mixin(bindCode("vtkPriorityQueue_Peek__SWIG_0", "D_vtkPriorityQueue_Peek__SWIG_0")); mixin(bindCode("vtkPriorityQueue_Peek__SWIG_1", "D_vtkPriorityQueue_Peek__SWIG_1")); mixin(bindCode("vtkPriorityQueue_DeleteId", "D_vtkPriorityQueue_DeleteId")); mixin(bindCode("vtkPriorityQueue_GetPriority", "D_vtkPriorityQueue_GetPriority")); mixin(bindCode("vtkPriorityQueue_GetNumberOfItems", "D_vtkPriorityQueue_GetNumberOfItems")); mixin(bindCode("vtkPriorityQueue_Reset", "D_vtkPriorityQueue_Reset")); mixin(bindCode("vtkPriorityQueue_Upcast", "D_vtkPriorityQueue_Upcast")); mixin(bindCode("vtkCellQuality_IsTypeOf", "D_vtkCellQuality_IsTypeOf")); mixin(bindCode("vtkCellQuality_SafeDownCast", "D_vtkCellQuality_SafeDownCast")); mixin(bindCode("vtkCellQuality_NewInstance", "D_vtkCellQuality_NewInstance")); mixin(bindCode("vtkCellQuality_New", "D_vtkCellQuality_New")); mixin(bindCode("vtkCellQuality_SetQualityMeasure", "D_vtkCellQuality_SetQualityMeasure")); mixin(bindCode("vtkCellQuality_GetQualityMeasure", "D_vtkCellQuality_GetQualityMeasure")); mixin(bindCode("vtkCellQuality_SetQualityMeasureToArea", "D_vtkCellQuality_SetQualityMeasureToArea")); mixin(bindCode("vtkCellQuality_SetQualityMeasureToAspectBeta", "D_vtkCellQuality_SetQualityMeasureToAspectBeta")); mixin(bindCode("vtkCellQuality_SetQualityMeasureToAspectFrobenius", "D_vtkCellQuality_SetQualityMeasureToAspectFrobenius")); mixin(bindCode("vtkCellQuality_SetQualityMeasureToAspectGamma", "D_vtkCellQuality_SetQualityMeasureToAspectGamma")); mixin(bindCode("vtkCellQuality_SetQualityMeasureToAspectRatio", "D_vtkCellQuality_SetQualityMeasureToAspectRatio")); mixin(bindCode("vtkCellQuality_SetQualityMeasureToCollapseRatio", "D_vtkCellQuality_SetQualityMeasureToCollapseRatio")); mixin(bindCode("vtkCellQuality_SetQualityMeasureToCondition", "D_vtkCellQuality_SetQualityMeasureToCondition")); mixin(bindCode("vtkCellQuality_SetQualityMeasureToDiagonal", "D_vtkCellQuality_SetQualityMeasureToDiagonal")); mixin(bindCode("vtkCellQuality_SetQualityMeasureToDimension", "D_vtkCellQuality_SetQualityMeasureToDimension")); mixin(bindCode("vtkCellQuality_SetQualityMeasureToDistortion", "D_vtkCellQuality_SetQualityMeasureToDistortion")); mixin(bindCode("vtkCellQuality_SetQualityMeasureToJacobian", "D_vtkCellQuality_SetQualityMeasureToJacobian")); mixin(bindCode("vtkCellQuality_SetQualityMeasureToMaxAngle", "D_vtkCellQuality_SetQualityMeasureToMaxAngle")); mixin(bindCode("vtkCellQuality_SetQualityMeasureToMaxAspectFrobenius", "D_vtkCellQuality_SetQualityMeasureToMaxAspectFrobenius")); mixin(bindCode("vtkCellQuality_SetQualityMeasureToMaxEdgeRatio", "D_vtkCellQuality_SetQualityMeasureToMaxEdgeRatio")); mixin(bindCode("vtkCellQuality_SetQualityMeasureToMedAspectFrobenius", "D_vtkCellQuality_SetQualityMeasureToMedAspectFrobenius")); mixin(bindCode("vtkCellQuality_SetQualityMeasureToMinAngle", "D_vtkCellQuality_SetQualityMeasureToMinAngle")); mixin(bindCode("vtkCellQuality_SetQualityMeasureToOddy", "D_vtkCellQuality_SetQualityMeasureToOddy")); mixin(bindCode("vtkCellQuality_SetQualityMeasureToRadiusRatio", "D_vtkCellQuality_SetQualityMeasureToRadiusRatio")); mixin(bindCode("vtkCellQuality_SetQualityMeasureToRelativeSizeSquared", "D_vtkCellQuality_SetQualityMeasureToRelativeSizeSquared")); mixin(bindCode("vtkCellQuality_SetQualityMeasureToScaledJacobian", "D_vtkCellQuality_SetQualityMeasureToScaledJacobian")); mixin(bindCode("vtkCellQuality_SetQualityMeasureToShapeAndSize", "D_vtkCellQuality_SetQualityMeasureToShapeAndSize")); mixin(bindCode("vtkCellQuality_SetQualityMeasureToShape", "D_vtkCellQuality_SetQualityMeasureToShape")); mixin(bindCode("vtkCellQuality_SetQualityMeasureToShearAndSize", "D_vtkCellQuality_SetQualityMeasureToShearAndSize")); mixin(bindCode("vtkCellQuality_SetQualityMeasureToShear", "D_vtkCellQuality_SetQualityMeasureToShear")); mixin(bindCode("vtkCellQuality_SetQualityMeasureToSkew", "D_vtkCellQuality_SetQualityMeasureToSkew")); mixin(bindCode("vtkCellQuality_SetQualityMeasureToStretch", "D_vtkCellQuality_SetQualityMeasureToStretch")); mixin(bindCode("vtkCellQuality_SetQualityMeasureToTaper", "D_vtkCellQuality_SetQualityMeasureToTaper")); mixin(bindCode("vtkCellQuality_SetQualityMeasureToVolume", "D_vtkCellQuality_SetQualityMeasureToVolume")); mixin(bindCode("vtkCellQuality_SetQualityMeasureToWarpage", "D_vtkCellQuality_SetQualityMeasureToWarpage")); mixin(bindCode("vtkCellQuality_SetUnsupportedGeometry", "D_vtkCellQuality_SetUnsupportedGeometry")); mixin(bindCode("vtkCellQuality_GetUnsupportedGeometry", "D_vtkCellQuality_GetUnsupportedGeometry")); mixin(bindCode("vtkCellQuality_SetUndefinedQuality", "D_vtkCellQuality_SetUndefinedQuality")); mixin(bindCode("vtkCellQuality_GetUndefinedQuality", "D_vtkCellQuality_GetUndefinedQuality")); mixin(bindCode("vtkCellQuality_TriangleStripArea", "D_vtkCellQuality_TriangleStripArea")); mixin(bindCode("vtkCellQuality_PixelArea", "D_vtkCellQuality_PixelArea")); mixin(bindCode("vtkCellQuality_PolygonArea", "D_vtkCellQuality_PolygonArea")); mixin(bindCode("vtkCellQuality_Upcast", "D_vtkCellQuality_Upcast")); mixin(bindCode("vtkLabelHierarchy_New", "D_vtkLabelHierarchy_New")); mixin(bindCode("vtkLabelHierarchy_IsTypeOf", "D_vtkLabelHierarchy_IsTypeOf")); mixin(bindCode("vtkLabelHierarchy_SafeDownCast", "D_vtkLabelHierarchy_SafeDownCast")); mixin(bindCode("vtkLabelHierarchy_NewInstance", "D_vtkLabelHierarchy_NewInstance")); mixin(bindCode("vtkLabelHierarchy_ComputeHierarchy", "D_vtkLabelHierarchy_ComputeHierarchy")); mixin(bindCode("vtkLabelHierarchy_SetTargetLabelCount", "D_vtkLabelHierarchy_SetTargetLabelCount")); mixin(bindCode("vtkLabelHierarchy_GetTargetLabelCount", "D_vtkLabelHierarchy_GetTargetLabelCount")); mixin(bindCode("vtkLabelHierarchy_SetMaximumDepth", "D_vtkLabelHierarchy_SetMaximumDepth")); mixin(bindCode("vtkLabelHierarchy_GetMaximumDepth", "D_vtkLabelHierarchy_GetMaximumDepth")); mixin(bindCode("vtkLabelHierarchy_SetTextProperty", "D_vtkLabelHierarchy_SetTextProperty")); mixin(bindCode("vtkLabelHierarchy_GetTextProperty", "D_vtkLabelHierarchy_GetTextProperty")); mixin(bindCode("vtkLabelHierarchy_SetPriorities", "D_vtkLabelHierarchy_SetPriorities")); mixin(bindCode("vtkLabelHierarchy_GetPriorities", "D_vtkLabelHierarchy_GetPriorities")); mixin(bindCode("vtkLabelHierarchy_SetLabels", "D_vtkLabelHierarchy_SetLabels")); mixin(bindCode("vtkLabelHierarchy_GetLabels", "D_vtkLabelHierarchy_GetLabels")); mixin(bindCode("vtkLabelHierarchy_SetOrientations", "D_vtkLabelHierarchy_SetOrientations")); mixin(bindCode("vtkLabelHierarchy_GetOrientations", "D_vtkLabelHierarchy_GetOrientations")); mixin(bindCode("vtkLabelHierarchy_SetIconIndices", "D_vtkLabelHierarchy_SetIconIndices")); mixin(bindCode("vtkLabelHierarchy_GetIconIndices", "D_vtkLabelHierarchy_GetIconIndices")); mixin(bindCode("vtkLabelHierarchy_SetSizes", "D_vtkLabelHierarchy_SetSizes")); mixin(bindCode("vtkLabelHierarchy_GetSizes", "D_vtkLabelHierarchy_GetSizes")); mixin(bindCode("vtkLabelHierarchy_SetBoundedSizes", "D_vtkLabelHierarchy_SetBoundedSizes")); mixin(bindCode("vtkLabelHierarchy_GetBoundedSizes", "D_vtkLabelHierarchy_GetBoundedSizes")); mixin(bindCode("vtkLabelHierarchy_GetDiscreteNodeCoordinatesFromWorldPoint", "D_vtkLabelHierarchy_GetDiscreteNodeCoordinatesFromWorldPoint")); mixin(bindCode("vtkLabelHierarchy_GetPathForNodalCoordinates", "D_vtkLabelHierarchy_GetPathForNodalCoordinates")); mixin(bindCode("vtkLabelHierarchy_GetCell__SWIG_0", "D_vtkLabelHierarchy_GetCell__SWIG_0")); mixin(bindCode("vtkLabelHierarchy_GetCell__SWIG_1", "D_vtkLabelHierarchy_GetCell__SWIG_1")); mixin(bindCode("vtkLabelHierarchy_FindCell__SWIG_0", "D_vtkLabelHierarchy_FindCell__SWIG_0")); mixin(bindCode("vtkLabelHierarchy_FindCell__SWIG_1", "D_vtkLabelHierarchy_FindCell__SWIG_1")); mixin(bindCode("vtkLabelHierarchy_GetCenterPts", "D_vtkLabelHierarchy_GetCenterPts")); mixin(bindCode("vtkLabelHierarchy_GetCoincidentPoints", "D_vtkLabelHierarchy_GetCoincidentPoints")); mixin(bindCode("vtkLabelHierarchy_Upcast", "D_vtkLabelHierarchy_Upcast")); mixin(bindCode("vtkExtractUserDefinedPiece_IsTypeOf", "D_vtkExtractUserDefinedPiece_IsTypeOf")); mixin(bindCode("vtkExtractUserDefinedPiece_SafeDownCast", "D_vtkExtractUserDefinedPiece_SafeDownCast")); mixin(bindCode("vtkExtractUserDefinedPiece_NewInstance", "D_vtkExtractUserDefinedPiece_NewInstance")); mixin(bindCode("vtkExtractUserDefinedPiece_New", "D_vtkExtractUserDefinedPiece_New")); mixin(bindCode("vtkExtractUserDefinedPiece_SetPieceFunction", "D_vtkExtractUserDefinedPiece_SetPieceFunction")); mixin(bindCode("vtkExtractUserDefinedPiece_SetConstantData", "D_vtkExtractUserDefinedPiece_SetConstantData")); mixin(bindCode("vtkExtractUserDefinedPiece_GetConstantData", "D_vtkExtractUserDefinedPiece_GetConstantData")); mixin(bindCode("vtkExtractUserDefinedPiece_Upcast", "D_vtkExtractUserDefinedPiece_Upcast")); mixin(bindCode("vtkCommunity2DLayoutStrategy_New", "D_vtkCommunity2DLayoutStrategy_New")); mixin(bindCode("vtkCommunity2DLayoutStrategy_IsTypeOf", "D_vtkCommunity2DLayoutStrategy_IsTypeOf")); mixin(bindCode("vtkCommunity2DLayoutStrategy_SafeDownCast", "D_vtkCommunity2DLayoutStrategy_SafeDownCast")); mixin(bindCode("vtkCommunity2DLayoutStrategy_NewInstance", "D_vtkCommunity2DLayoutStrategy_NewInstance")); mixin(bindCode("vtkCommunity2DLayoutStrategy_SetRandomSeed", "D_vtkCommunity2DLayoutStrategy_SetRandomSeed")); mixin(bindCode("vtkCommunity2DLayoutStrategy_GetRandomSeedMinValue", "D_vtkCommunity2DLayoutStrategy_GetRandomSeedMinValue")); mixin(bindCode("vtkCommunity2DLayoutStrategy_GetRandomSeedMaxValue", "D_vtkCommunity2DLayoutStrategy_GetRandomSeedMaxValue")); mixin(bindCode("vtkCommunity2DLayoutStrategy_GetRandomSeed", "D_vtkCommunity2DLayoutStrategy_GetRandomSeed")); mixin(bindCode("vtkCommunity2DLayoutStrategy_SetMaxNumberOfIterations", "D_vtkCommunity2DLayoutStrategy_SetMaxNumberOfIterations")); mixin(bindCode("vtkCommunity2DLayoutStrategy_GetMaxNumberOfIterationsMinValue", "D_vtkCommunity2DLayoutStrategy_GetMaxNumberOfIterationsMinValue")); mixin(bindCode("vtkCommunity2DLayoutStrategy_GetMaxNumberOfIterationsMaxValue", "D_vtkCommunity2DLayoutStrategy_GetMaxNumberOfIterationsMaxValue")); mixin(bindCode("vtkCommunity2DLayoutStrategy_GetMaxNumberOfIterations", "D_vtkCommunity2DLayoutStrategy_GetMaxNumberOfIterations")); mixin(bindCode("vtkCommunity2DLayoutStrategy_SetIterationsPerLayout", "D_vtkCommunity2DLayoutStrategy_SetIterationsPerLayout")); mixin(bindCode("vtkCommunity2DLayoutStrategy_GetIterationsPerLayoutMinValue", "D_vtkCommunity2DLayoutStrategy_GetIterationsPerLayoutMinValue")); mixin(bindCode("vtkCommunity2DLayoutStrategy_GetIterationsPerLayoutMaxValue", "D_vtkCommunity2DLayoutStrategy_GetIterationsPerLayoutMaxValue")); mixin(bindCode("vtkCommunity2DLayoutStrategy_GetIterationsPerLayout", "D_vtkCommunity2DLayoutStrategy_GetIterationsPerLayout")); mixin(bindCode("vtkCommunity2DLayoutStrategy_SetInitialTemperature", "D_vtkCommunity2DLayoutStrategy_SetInitialTemperature")); mixin(bindCode("vtkCommunity2DLayoutStrategy_GetInitialTemperatureMinValue", "D_vtkCommunity2DLayoutStrategy_GetInitialTemperatureMinValue")); mixin(bindCode("vtkCommunity2DLayoutStrategy_GetInitialTemperatureMaxValue", "D_vtkCommunity2DLayoutStrategy_GetInitialTemperatureMaxValue")); mixin(bindCode("vtkCommunity2DLayoutStrategy_GetInitialTemperature", "D_vtkCommunity2DLayoutStrategy_GetInitialTemperature")); mixin(bindCode("vtkCommunity2DLayoutStrategy_SetCoolDownRate", "D_vtkCommunity2DLayoutStrategy_SetCoolDownRate")); mixin(bindCode("vtkCommunity2DLayoutStrategy_GetCoolDownRateMinValue", "D_vtkCommunity2DLayoutStrategy_GetCoolDownRateMinValue")); mixin(bindCode("vtkCommunity2DLayoutStrategy_GetCoolDownRateMaxValue", "D_vtkCommunity2DLayoutStrategy_GetCoolDownRateMaxValue")); mixin(bindCode("vtkCommunity2DLayoutStrategy_GetCoolDownRate", "D_vtkCommunity2DLayoutStrategy_GetCoolDownRate")); mixin(bindCode("vtkCommunity2DLayoutStrategy_SetRestDistance", "D_vtkCommunity2DLayoutStrategy_SetRestDistance")); mixin(bindCode("vtkCommunity2DLayoutStrategy_GetRestDistance", "D_vtkCommunity2DLayoutStrategy_GetRestDistance")); mixin(bindCode("vtkCommunity2DLayoutStrategy_GetCommunityArrayName", "D_vtkCommunity2DLayoutStrategy_GetCommunityArrayName")); mixin(bindCode("vtkCommunity2DLayoutStrategy_SetCommunityArrayName", "D_vtkCommunity2DLayoutStrategy_SetCommunityArrayName")); mixin(bindCode("vtkCommunity2DLayoutStrategy_SetCommunityStrength", "D_vtkCommunity2DLayoutStrategy_SetCommunityStrength")); mixin(bindCode("vtkCommunity2DLayoutStrategy_GetCommunityStrengthMinValue", "D_vtkCommunity2DLayoutStrategy_GetCommunityStrengthMinValue")); mixin(bindCode("vtkCommunity2DLayoutStrategy_GetCommunityStrengthMaxValue", "D_vtkCommunity2DLayoutStrategy_GetCommunityStrengthMaxValue")); mixin(bindCode("vtkCommunity2DLayoutStrategy_GetCommunityStrength", "D_vtkCommunity2DLayoutStrategy_GetCommunityStrength")); mixin(bindCode("vtkCommunity2DLayoutStrategy_Upcast", "D_vtkCommunity2DLayoutStrategy_Upcast")); mixin(bindCode("vtkHull_New", "D_vtkHull_New")); mixin(bindCode("vtkHull_IsTypeOf", "D_vtkHull_IsTypeOf")); mixin(bindCode("vtkHull_SafeDownCast", "D_vtkHull_SafeDownCast")); mixin(bindCode("vtkHull_NewInstance", "D_vtkHull_NewInstance")); mixin(bindCode("vtkHull_RemoveAllPlanes", "D_vtkHull_RemoveAllPlanes")); mixin(bindCode("vtkHull_AddPlane__SWIG_0", "D_vtkHull_AddPlane__SWIG_0")); mixin(bindCode("vtkHull_AddPlane__SWIG_1", "D_vtkHull_AddPlane__SWIG_1")); mixin(bindCode("vtkHull_SetPlane__SWIG_0", "D_vtkHull_SetPlane__SWIG_0")); mixin(bindCode("vtkHull_SetPlane__SWIG_1", "D_vtkHull_SetPlane__SWIG_1")); mixin(bindCode("vtkHull_AddPlane__SWIG_2", "D_vtkHull_AddPlane__SWIG_2")); mixin(bindCode("vtkHull_AddPlane__SWIG_3", "D_vtkHull_AddPlane__SWIG_3")); mixin(bindCode("vtkHull_SetPlane__SWIG_2", "D_vtkHull_SetPlane__SWIG_2")); mixin(bindCode("vtkHull_SetPlane__SWIG_3", "D_vtkHull_SetPlane__SWIG_3")); mixin(bindCode("vtkHull_SetPlanes", "D_vtkHull_SetPlanes")); mixin(bindCode("vtkHull_GetNumberOfPlanes", "D_vtkHull_GetNumberOfPlanes")); mixin(bindCode("vtkHull_AddCubeVertexPlanes", "D_vtkHull_AddCubeVertexPlanes")); mixin(bindCode("vtkHull_AddCubeEdgePlanes", "D_vtkHull_AddCubeEdgePlanes")); mixin(bindCode("vtkHull_AddCubeFacePlanes", "D_vtkHull_AddCubeFacePlanes")); mixin(bindCode("vtkHull_AddRecursiveSpherePlanes", "D_vtkHull_AddRecursiveSpherePlanes")); mixin(bindCode("vtkHull_GenerateHull__SWIG_0", "D_vtkHull_GenerateHull__SWIG_0")); mixin(bindCode("vtkHull_GenerateHull__SWIG_1", "D_vtkHull_GenerateHull__SWIG_1")); mixin(bindCode("vtkHull_Upcast", "D_vtkHull_Upcast")); mixin(bindCode("vtkDiscreteMarchingCubes_New", "D_vtkDiscreteMarchingCubes_New")); mixin(bindCode("vtkDiscreteMarchingCubes_IsTypeOf", "D_vtkDiscreteMarchingCubes_IsTypeOf")); mixin(bindCode("vtkDiscreteMarchingCubes_SafeDownCast", "D_vtkDiscreteMarchingCubes_SafeDownCast")); mixin(bindCode("vtkDiscreteMarchingCubes_NewInstance", "D_vtkDiscreteMarchingCubes_NewInstance")); mixin(bindCode("vtkDiscreteMarchingCubes_Upcast", "D_vtkDiscreteMarchingCubes_Upcast")); mixin(bindCode("vtkBitArray_New", "D_vtkBitArray_New")); mixin(bindCode("vtkBitArray_IsTypeOf", "D_vtkBitArray_IsTypeOf")); mixin(bindCode("vtkBitArray_SafeDownCast", "D_vtkBitArray_SafeDownCast")); mixin(bindCode("vtkBitArray_NewInstance", "D_vtkBitArray_NewInstance")); mixin(bindCode("vtkBitArray_Allocate__SWIG_0", "D_vtkBitArray_Allocate__SWIG_0")); mixin(bindCode("vtkBitArray_Allocate__SWIG_1", "D_vtkBitArray_Allocate__SWIG_1")); mixin(bindCode("vtkBitArray_SetTuple__SWIG_0", "D_vtkBitArray_SetTuple__SWIG_0")); mixin(bindCode("vtkBitArray_InsertTuple__SWIG_0", "D_vtkBitArray_InsertTuple__SWIG_0")); mixin(bindCode("vtkBitArray_InsertNextTuple__SWIG_0", "D_vtkBitArray_InsertNextTuple__SWIG_0")); mixin(bindCode("vtkBitArray_GetTuple__SWIG_0", "D_vtkBitArray_GetTuple__SWIG_0")); mixin(bindCode("vtkBitArray_GetTuple__SWIG_1", "D_vtkBitArray_GetTuple__SWIG_1")); mixin(bindCode("vtkBitArray_SetTuple__SWIG_1", "D_vtkBitArray_SetTuple__SWIG_1")); mixin(bindCode("vtkBitArray_SetTuple__SWIG_2", "D_vtkBitArray_SetTuple__SWIG_2")); mixin(bindCode("vtkBitArray_InsertTuple__SWIG_1", "D_vtkBitArray_InsertTuple__SWIG_1")); mixin(bindCode("vtkBitArray_InsertTuple__SWIG_2", "D_vtkBitArray_InsertTuple__SWIG_2")); mixin(bindCode("vtkBitArray_InsertNextTuple__SWIG_1", "D_vtkBitArray_InsertNextTuple__SWIG_1")); mixin(bindCode("vtkBitArray_InsertNextTuple__SWIG_2", "D_vtkBitArray_InsertNextTuple__SWIG_2")); mixin(bindCode("vtkBitArray_GetValue", "D_vtkBitArray_GetValue")); mixin(bindCode("vtkBitArray_SetNumberOfValues", "D_vtkBitArray_SetNumberOfValues")); mixin(bindCode("vtkBitArray_SetValue", "D_vtkBitArray_SetValue")); mixin(bindCode("vtkBitArray_InsertValue", "D_vtkBitArray_InsertValue")); mixin(bindCode("vtkBitArray_InsertNextValue", "D_vtkBitArray_InsertNextValue")); mixin(bindCode("vtkBitArray_GetPointer", "D_vtkBitArray_GetPointer")); mixin(bindCode("vtkBitArray_WritePointer", "D_vtkBitArray_WritePointer")); mixin(bindCode("vtkBitArray_DeepCopy__SWIG_0", "D_vtkBitArray_DeepCopy__SWIG_0")); mixin(bindCode("vtkBitArray_DeepCopy__SWIG_1", "D_vtkBitArray_DeepCopy__SWIG_1")); mixin(bindCode("vtkBitArray_SetArray", "D_vtkBitArray_SetArray")); mixin(bindCode("vtkBitArray_LookupValue__SWIG_0", "D_vtkBitArray_LookupValue__SWIG_0")); mixin(bindCode("vtkBitArray_LookupValue__SWIG_1", "D_vtkBitArray_LookupValue__SWIG_1")); mixin(bindCode("vtkBitArray_LookupValue__SWIG_2", "D_vtkBitArray_LookupValue__SWIG_2")); mixin(bindCode("vtkBitArray_LookupValue__SWIG_3", "D_vtkBitArray_LookupValue__SWIG_3")); mixin(bindCode("vtkBitArray_Upcast", "D_vtkBitArray_Upcast")); mixin(bindCode("vtkPerspectiveTransform_New", "D_vtkPerspectiveTransform_New")); mixin(bindCode("vtkPerspectiveTransform_IsTypeOf", "D_vtkPerspectiveTransform_IsTypeOf")); mixin(bindCode("vtkPerspectiveTransform_SafeDownCast", "D_vtkPerspectiveTransform_SafeDownCast")); mixin(bindCode("vtkPerspectiveTransform_NewInstance", "D_vtkPerspectiveTransform_NewInstance")); mixin(bindCode("vtkPerspectiveTransform_Identity", "D_vtkPerspectiveTransform_Identity")); mixin(bindCode("vtkPerspectiveTransform_AdjustViewport", "D_vtkPerspectiveTransform_AdjustViewport")); mixin(bindCode("vtkPerspectiveTransform_AdjustZBuffer", "D_vtkPerspectiveTransform_AdjustZBuffer")); mixin(bindCode("vtkPerspectiveTransform_Ortho", "D_vtkPerspectiveTransform_Ortho")); mixin(bindCode("vtkPerspectiveTransform_Frustum", "D_vtkPerspectiveTransform_Frustum")); mixin(bindCode("vtkPerspectiveTransform_Perspective", "D_vtkPerspectiveTransform_Perspective")); mixin(bindCode("vtkPerspectiveTransform_Shear", "D_vtkPerspectiveTransform_Shear")); mixin(bindCode("vtkPerspectiveTransform_Stereo", "D_vtkPerspectiveTransform_Stereo")); mixin(bindCode("vtkPerspectiveTransform_SetupCamera__SWIG_0", "D_vtkPerspectiveTransform_SetupCamera__SWIG_0")); mixin(bindCode("vtkPerspectiveTransform_SetupCamera__SWIG_1", "D_vtkPerspectiveTransform_SetupCamera__SWIG_1")); mixin(bindCode("vtkPerspectiveTransform_Translate__SWIG_0", "D_vtkPerspectiveTransform_Translate__SWIG_0")); mixin(bindCode("vtkPerspectiveTransform_Translate__SWIG_1", "D_vtkPerspectiveTransform_Translate__SWIG_1")); mixin(bindCode("vtkPerspectiveTransform_Translate__SWIG_2", "D_vtkPerspectiveTransform_Translate__SWIG_2")); mixin(bindCode("vtkPerspectiveTransform_RotateWXYZ__SWIG_0", "D_vtkPerspectiveTransform_RotateWXYZ__SWIG_0")); mixin(bindCode("vtkPerspectiveTransform_RotateWXYZ__SWIG_1", "D_vtkPerspectiveTransform_RotateWXYZ__SWIG_1")); mixin(bindCode("vtkPerspectiveTransform_RotateWXYZ__SWIG_2", "D_vtkPerspectiveTransform_RotateWXYZ__SWIG_2")); mixin(bindCode("vtkPerspectiveTransform_RotateX", "D_vtkPerspectiveTransform_RotateX")); mixin(bindCode("vtkPerspectiveTransform_RotateY", "D_vtkPerspectiveTransform_RotateY")); mixin(bindCode("vtkPerspectiveTransform_RotateZ", "D_vtkPerspectiveTransform_RotateZ")); mixin(bindCode("vtkPerspectiveTransform_Scale__SWIG_0", "D_vtkPerspectiveTransform_Scale__SWIG_0")); mixin(bindCode("vtkPerspectiveTransform_Scale__SWIG_1", "D_vtkPerspectiveTransform_Scale__SWIG_1")); mixin(bindCode("vtkPerspectiveTransform_Scale__SWIG_2", "D_vtkPerspectiveTransform_Scale__SWIG_2")); mixin(bindCode("vtkPerspectiveTransform_SetMatrix__SWIG_0", "D_vtkPerspectiveTransform_SetMatrix__SWIG_0")); mixin(bindCode("vtkPerspectiveTransform_SetMatrix__SWIG_1", "D_vtkPerspectiveTransform_SetMatrix__SWIG_1")); mixin(bindCode("vtkPerspectiveTransform_Concatenate__SWIG_0", "D_vtkPerspectiveTransform_Concatenate__SWIG_0")); mixin(bindCode("vtkPerspectiveTransform_Concatenate__SWIG_1", "D_vtkPerspectiveTransform_Concatenate__SWIG_1")); mixin(bindCode("vtkPerspectiveTransform_Concatenate__SWIG_2", "D_vtkPerspectiveTransform_Concatenate__SWIG_2")); mixin(bindCode("vtkPerspectiveTransform_PreMultiply", "D_vtkPerspectiveTransform_PreMultiply")); mixin(bindCode("vtkPerspectiveTransform_PostMultiply", "D_vtkPerspectiveTransform_PostMultiply")); mixin(bindCode("vtkPerspectiveTransform_GetNumberOfConcatenatedTransforms", "D_vtkPerspectiveTransform_GetNumberOfConcatenatedTransforms")); mixin(bindCode("vtkPerspectiveTransform_GetConcatenatedTransform", "D_vtkPerspectiveTransform_GetConcatenatedTransform")); mixin(bindCode("vtkPerspectiveTransform_SetInput", "D_vtkPerspectiveTransform_SetInput")); mixin(bindCode("vtkPerspectiveTransform_GetInput", "D_vtkPerspectiveTransform_GetInput")); mixin(bindCode("vtkPerspectiveTransform_GetInverseFlag", "D_vtkPerspectiveTransform_GetInverseFlag")); mixin(bindCode("vtkPerspectiveTransform_Push", "D_vtkPerspectiveTransform_Push")); mixin(bindCode("vtkPerspectiveTransform_Pop", "D_vtkPerspectiveTransform_Pop")); mixin(bindCode("vtkPerspectiveTransform_Upcast", "D_vtkPerspectiveTransform_Upcast")); mixin(bindCode("vtkXMLHierarchicalBoxDataWriter_New", "D_vtkXMLHierarchicalBoxDataWriter_New")); mixin(bindCode("vtkXMLHierarchicalBoxDataWriter_IsTypeOf", "D_vtkXMLHierarchicalBoxDataWriter_IsTypeOf")); mixin(bindCode("vtkXMLHierarchicalBoxDataWriter_SafeDownCast", "D_vtkXMLHierarchicalBoxDataWriter_SafeDownCast")); mixin(bindCode("vtkXMLHierarchicalBoxDataWriter_NewInstance", "D_vtkXMLHierarchicalBoxDataWriter_NewInstance")); mixin(bindCode("delete_vtkXMLHierarchicalBoxDataWriter", "D_delete_vtkXMLHierarchicalBoxDataWriter")); mixin(bindCode("vtkXMLHierarchicalBoxDataWriter_Upcast", "D_vtkXMLHierarchicalBoxDataWriter_Upcast")); mixin(bindCode("vtkGraphWriter_New", "D_vtkGraphWriter_New")); mixin(bindCode("vtkGraphWriter_IsTypeOf", "D_vtkGraphWriter_IsTypeOf")); mixin(bindCode("vtkGraphWriter_SafeDownCast", "D_vtkGraphWriter_SafeDownCast")); mixin(bindCode("vtkGraphWriter_NewInstance", "D_vtkGraphWriter_NewInstance")); mixin(bindCode("vtkGraphWriter_GetInput__SWIG_0", "D_vtkGraphWriter_GetInput__SWIG_0")); mixin(bindCode("vtkGraphWriter_GetInput__SWIG_1", "D_vtkGraphWriter_GetInput__SWIG_1")); mixin(bindCode("vtkGraphWriter_Upcast", "D_vtkGraphWriter_Upcast")); mixin(bindCode("vtkPOVExporter_New", "D_vtkPOVExporter_New")); mixin(bindCode("vtkPOVExporter_IsTypeOf", "D_vtkPOVExporter_IsTypeOf")); mixin(bindCode("vtkPOVExporter_SafeDownCast", "D_vtkPOVExporter_SafeDownCast")); mixin(bindCode("vtkPOVExporter_NewInstance", "D_vtkPOVExporter_NewInstance")); mixin(bindCode("vtkPOVExporter_SetFileName", "D_vtkPOVExporter_SetFileName")); mixin(bindCode("vtkPOVExporter_GetFileName", "D_vtkPOVExporter_GetFileName")); mixin(bindCode("vtkPOVExporter_Upcast", "D_vtkPOVExporter_Upcast")); mixin(bindCode("vtkProbePolyhedron_New", "D_vtkProbePolyhedron_New")); mixin(bindCode("vtkProbePolyhedron_IsTypeOf", "D_vtkProbePolyhedron_IsTypeOf")); mixin(bindCode("vtkProbePolyhedron_SafeDownCast", "D_vtkProbePolyhedron_SafeDownCast")); mixin(bindCode("vtkProbePolyhedron_NewInstance", "D_vtkProbePolyhedron_NewInstance")); mixin(bindCode("vtkProbePolyhedron_SetSourceData", "D_vtkProbePolyhedron_SetSourceData")); mixin(bindCode("vtkProbePolyhedron_GetSource", "D_vtkProbePolyhedron_GetSource")); mixin(bindCode("vtkProbePolyhedron_SetSourceConnection", "D_vtkProbePolyhedron_SetSourceConnection")); mixin(bindCode("vtkProbePolyhedron_SetProbePointData", "D_vtkProbePolyhedron_SetProbePointData")); mixin(bindCode("vtkProbePolyhedron_GetProbePointData", "D_vtkProbePolyhedron_GetProbePointData")); mixin(bindCode("vtkProbePolyhedron_ProbePointDataOn", "D_vtkProbePolyhedron_ProbePointDataOn")); mixin(bindCode("vtkProbePolyhedron_ProbePointDataOff", "D_vtkProbePolyhedron_ProbePointDataOff")); mixin(bindCode("vtkProbePolyhedron_SetProbeCellData", "D_vtkProbePolyhedron_SetProbeCellData")); mixin(bindCode("vtkProbePolyhedron_GetProbeCellData", "D_vtkProbePolyhedron_GetProbeCellData")); mixin(bindCode("vtkProbePolyhedron_ProbeCellDataOn", "D_vtkProbePolyhedron_ProbeCellDataOn")); mixin(bindCode("vtkProbePolyhedron_ProbeCellDataOff", "D_vtkProbePolyhedron_ProbeCellDataOff")); mixin(bindCode("vtkProbePolyhedron_Upcast", "D_vtkProbePolyhedron_Upcast")); mixin(bindCode("vtkTooltipItem_IsTypeOf", "D_vtkTooltipItem_IsTypeOf")); mixin(bindCode("vtkTooltipItem_SafeDownCast", "D_vtkTooltipItem_SafeDownCast")); mixin(bindCode("vtkTooltipItem_NewInstance", "D_vtkTooltipItem_NewInstance")); mixin(bindCode("vtkTooltipItem_New", "D_vtkTooltipItem_New")); mixin(bindCode("vtkTooltipItem_SetPosition__SWIG_0", "D_vtkTooltipItem_SetPosition__SWIG_0")); mixin(bindCode("vtkTooltipItem_SetPosition__SWIG_1", "D_vtkTooltipItem_SetPosition__SWIG_1")); mixin(bindCode("vtkTooltipItem_SetPosition__SWIG_2", "D_vtkTooltipItem_SetPosition__SWIG_2")); mixin(bindCode("vtkTooltipItem_GetPosition__SWIG_0", "D_vtkTooltipItem_GetPosition__SWIG_0")); mixin(bindCode("vtkTooltipItem_GetPosition__SWIG_1", "D_vtkTooltipItem_GetPosition__SWIG_1")); mixin(bindCode("vtkTooltipItem_GetPosition__SWIG_2", "D_vtkTooltipItem_GetPosition__SWIG_2")); mixin(bindCode("vtkTooltipItem_GetPositionVector", "D_vtkTooltipItem_GetPositionVector")); mixin(bindCode("vtkTooltipItem_SetText", "D_vtkTooltipItem_SetText")); mixin(bindCode("vtkTooltipItem_GetText", "D_vtkTooltipItem_GetText")); mixin(bindCode("vtkTooltipItem_GetPen", "D_vtkTooltipItem_GetPen")); mixin(bindCode("vtkTooltipItem_GetBrush", "D_vtkTooltipItem_GetBrush")); mixin(bindCode("vtkTooltipItem_GetTextProperties", "D_vtkTooltipItem_GetTextProperties")); mixin(bindCode("new_vtkTooltipItem", "D_new_vtkTooltipItem")); mixin(bindCode("delete_vtkTooltipItem", "D_delete_vtkTooltipItem")); mixin(bindCode("vtkTooltipItem_Upcast", "D_vtkTooltipItem_Upcast")); mixin(bindCode("new_vtkTextRendererCleanup", "D_new_vtkTextRendererCleanup")); mixin(bindCode("delete_vtkTextRendererCleanup", "D_delete_vtkTextRendererCleanup")); mixin(bindCode("vtkTextRenderer_IsTypeOf", "D_vtkTextRenderer_IsTypeOf")); mixin(bindCode("vtkTextRenderer_SafeDownCast", "D_vtkTextRenderer_SafeDownCast")); mixin(bindCode("vtkTextRenderer_NewInstance", "D_vtkTextRenderer_NewInstance")); mixin(bindCode("vtkTextRenderer_New", "D_vtkTextRenderer_New")); mixin(bindCode("vtkTextRenderer_GetInstance", "D_vtkTextRenderer_GetInstance")); mixin(bindCode("vtkTextRenderer_SetDefaultBackend", "D_vtkTextRenderer_SetDefaultBackend")); mixin(bindCode("vtkTextRenderer_GetDefaultBackend", "D_vtkTextRenderer_GetDefaultBackend")); mixin(bindCode("vtkTextRenderer_DetectBackend__SWIG_0", "D_vtkTextRenderer_DetectBackend__SWIG_0")); mixin(bindCode("vtkTextRenderer_DetectBackend__SWIG_1", "D_vtkTextRenderer_DetectBackend__SWIG_1")); mixin(bindCode("vtkTextRenderer_FreeTypeIsSupported", "D_vtkTextRenderer_FreeTypeIsSupported")); mixin(bindCode("vtkTextRenderer_MathTextIsSupported", "D_vtkTextRenderer_MathTextIsSupported")); mixin(bindCode("vtkTextRenderer_GetBoundingBox__SWIG_0", "D_vtkTextRenderer_GetBoundingBox__SWIG_0")); mixin(bindCode("vtkTextRenderer_GetBoundingBox__SWIG_1", "D_vtkTextRenderer_GetBoundingBox__SWIG_1")); mixin(bindCode("vtkTextRenderer_GetBoundingBox__SWIG_2", "D_vtkTextRenderer_GetBoundingBox__SWIG_2")); mixin(bindCode("vtkTextRenderer_GetBoundingBox__SWIG_3", "D_vtkTextRenderer_GetBoundingBox__SWIG_3")); mixin(bindCode("vtkTextRenderer_GetBoundingBox__SWIG_4", "D_vtkTextRenderer_GetBoundingBox__SWIG_4")); mixin(bindCode("vtkTextRenderer_GetBoundingBox__SWIG_5", "D_vtkTextRenderer_GetBoundingBox__SWIG_5")); mixin(bindCode("vtkTextRenderer_RenderString__SWIG_0", "D_vtkTextRenderer_RenderString__SWIG_0")); mixin(bindCode("vtkTextRenderer_RenderString__SWIG_1", "D_vtkTextRenderer_RenderString__SWIG_1")); mixin(bindCode("vtkTextRenderer_RenderString__SWIG_2", "D_vtkTextRenderer_RenderString__SWIG_2")); mixin(bindCode("vtkTextRenderer_RenderString__SWIG_3", "D_vtkTextRenderer_RenderString__SWIG_3")); mixin(bindCode("vtkTextRenderer_RenderString__SWIG_4", "D_vtkTextRenderer_RenderString__SWIG_4")); mixin(bindCode("vtkTextRenderer_RenderString__SWIG_5", "D_vtkTextRenderer_RenderString__SWIG_5")); mixin(bindCode("vtkTextRenderer_RenderString__SWIG_6", "D_vtkTextRenderer_RenderString__SWIG_6")); mixin(bindCode("vtkTextRenderer_RenderString__SWIG_7", "D_vtkTextRenderer_RenderString__SWIG_7")); mixin(bindCode("vtkTextRenderer_GetConstrainedFontSize__SWIG_0", "D_vtkTextRenderer_GetConstrainedFontSize__SWIG_0")); mixin(bindCode("vtkTextRenderer_GetConstrainedFontSize__SWIG_1", "D_vtkTextRenderer_GetConstrainedFontSize__SWIG_1")); mixin(bindCode("vtkTextRenderer_GetConstrainedFontSize__SWIG_2", "D_vtkTextRenderer_GetConstrainedFontSize__SWIG_2")); mixin(bindCode("vtkTextRenderer_GetConstrainedFontSize__SWIG_3", "D_vtkTextRenderer_GetConstrainedFontSize__SWIG_3")); mixin(bindCode("vtkTextRenderer_GetConstrainedFontSize__SWIG_4", "D_vtkTextRenderer_GetConstrainedFontSize__SWIG_4")); mixin(bindCode("vtkTextRenderer_GetConstrainedFontSize__SWIG_5", "D_vtkTextRenderer_GetConstrainedFontSize__SWIG_5")); mixin(bindCode("vtkTextRenderer_StringToPath__SWIG_0", "D_vtkTextRenderer_StringToPath__SWIG_0")); mixin(bindCode("vtkTextRenderer_StringToPath__SWIG_1", "D_vtkTextRenderer_StringToPath__SWIG_1")); mixin(bindCode("vtkTextRenderer_StringToPath__SWIG_2", "D_vtkTextRenderer_StringToPath__SWIG_2")); mixin(bindCode("vtkTextRenderer_StringToPath__SWIG_3", "D_vtkTextRenderer_StringToPath__SWIG_3")); mixin(bindCode("vtkTextRenderer_SetScaleToPowerOfTwo", "D_vtkTextRenderer_SetScaleToPowerOfTwo")); mixin(bindCode("vtkTextRenderer_Upcast", "D_vtkTextRenderer_Upcast")); mixin(bindCode("vtkUnsignedLongArray_New", "D_vtkUnsignedLongArray_New")); mixin(bindCode("vtkUnsignedLongArray_IsTypeOf", "D_vtkUnsignedLongArray_IsTypeOf")); mixin(bindCode("vtkUnsignedLongArray_SafeDownCast", "D_vtkUnsignedLongArray_SafeDownCast")); mixin(bindCode("vtkUnsignedLongArray_NewInstance", "D_vtkUnsignedLongArray_NewInstance")); mixin(bindCode("vtkUnsignedLongArray_GetTupleValue", "D_vtkUnsignedLongArray_GetTupleValue")); mixin(bindCode("vtkUnsignedLongArray_SetTupleValue", "D_vtkUnsignedLongArray_SetTupleValue")); mixin(bindCode("vtkUnsignedLongArray_InsertTupleValue", "D_vtkUnsignedLongArray_InsertTupleValue")); mixin(bindCode("vtkUnsignedLongArray_InsertNextTupleValue", "D_vtkUnsignedLongArray_InsertNextTupleValue")); mixin(bindCode("vtkUnsignedLongArray_GetValue", "D_vtkUnsignedLongArray_GetValue")); mixin(bindCode("vtkUnsignedLongArray_SetValue", "D_vtkUnsignedLongArray_SetValue")); mixin(bindCode("vtkUnsignedLongArray_SetNumberOfValues", "D_vtkUnsignedLongArray_SetNumberOfValues")); mixin(bindCode("vtkUnsignedLongArray_InsertValue", "D_vtkUnsignedLongArray_InsertValue")); mixin(bindCode("vtkUnsignedLongArray_InsertNextValue", "D_vtkUnsignedLongArray_InsertNextValue")); mixin(bindCode("vtkUnsignedLongArray_GetValueRange__SWIG_0", "D_vtkUnsignedLongArray_GetValueRange__SWIG_0")); mixin(bindCode("vtkUnsignedLongArray_GetValueRange__SWIG_1", "D_vtkUnsignedLongArray_GetValueRange__SWIG_1")); mixin(bindCode("vtkUnsignedLongArray_GetDataTypeValueMin", "D_vtkUnsignedLongArray_GetDataTypeValueMin")); mixin(bindCode("vtkUnsignedLongArray_GetDataTypeValueMax", "D_vtkUnsignedLongArray_GetDataTypeValueMax")); mixin(bindCode("vtkUnsignedLongArray_WritePointer", "D_vtkUnsignedLongArray_WritePointer")); mixin(bindCode("vtkUnsignedLongArray_GetPointer", "D_vtkUnsignedLongArray_GetPointer")); mixin(bindCode("vtkUnsignedLongArray_SetArray__SWIG_0", "D_vtkUnsignedLongArray_SetArray__SWIG_0")); mixin(bindCode("vtkUnsignedLongArray_SetArray__SWIG_1", "D_vtkUnsignedLongArray_SetArray__SWIG_1")); mixin(bindCode("vtkUnsignedLongArray_Upcast", "D_vtkUnsignedLongArray_Upcast")); mixin(bindCode("vtkKdTree_IsTypeOf", "D_vtkKdTree_IsTypeOf")); mixin(bindCode("vtkKdTree_SafeDownCast", "D_vtkKdTree_SafeDownCast")); mixin(bindCode("vtkKdTree_NewInstance", "D_vtkKdTree_NewInstance")); mixin(bindCode("vtkKdTree_New", "D_vtkKdTree_New")); mixin(bindCode("vtkKdTree_TimingOn", "D_vtkKdTree_TimingOn")); mixin(bindCode("vtkKdTree_TimingOff", "D_vtkKdTree_TimingOff")); mixin(bindCode("vtkKdTree_SetTiming", "D_vtkKdTree_SetTiming")); mixin(bindCode("vtkKdTree_GetTiming", "D_vtkKdTree_GetTiming")); mixin(bindCode("vtkKdTree_SetMinCells", "D_vtkKdTree_SetMinCells")); mixin(bindCode("vtkKdTree_GetMinCells", "D_vtkKdTree_GetMinCells")); mixin(bindCode("vtkKdTree_GetNumberOfRegionsOrLess", "D_vtkKdTree_GetNumberOfRegionsOrLess")); mixin(bindCode("vtkKdTree_SetNumberOfRegionsOrLess", "D_vtkKdTree_SetNumberOfRegionsOrLess")); mixin(bindCode("vtkKdTree_GetNumberOfRegionsOrMore", "D_vtkKdTree_GetNumberOfRegionsOrMore")); mixin(bindCode("vtkKdTree_SetNumberOfRegionsOrMore", "D_vtkKdTree_SetNumberOfRegionsOrMore")); mixin(bindCode("vtkKdTree_GetFudgeFactor", "D_vtkKdTree_GetFudgeFactor")); mixin(bindCode("vtkKdTree_SetFudgeFactor", "D_vtkKdTree_SetFudgeFactor")); mixin(bindCode("vtkKdTree_GetCuts", "D_vtkKdTree_GetCuts")); mixin(bindCode("vtkKdTree_SetCuts", "D_vtkKdTree_SetCuts")); mixin(bindCode("vtkKdTree_OmitXPartitioning", "D_vtkKdTree_OmitXPartitioning")); mixin(bindCode("vtkKdTree_OmitYPartitioning", "D_vtkKdTree_OmitYPartitioning")); mixin(bindCode("vtkKdTree_OmitZPartitioning", "D_vtkKdTree_OmitZPartitioning")); mixin(bindCode("vtkKdTree_OmitXYPartitioning", "D_vtkKdTree_OmitXYPartitioning")); mixin(bindCode("vtkKdTree_OmitYZPartitioning", "D_vtkKdTree_OmitYZPartitioning")); mixin(bindCode("vtkKdTree_OmitZXPartitioning", "D_vtkKdTree_OmitZXPartitioning")); mixin(bindCode("vtkKdTree_OmitNoPartitioning", "D_vtkKdTree_OmitNoPartitioning")); mixin(bindCode("vtkKdTree_AddDataSet", "D_vtkKdTree_AddDataSet")); mixin(bindCode("vtkKdTree_RemoveDataSet__SWIG_0", "D_vtkKdTree_RemoveDataSet__SWIG_0")); mixin(bindCode("vtkKdTree_RemoveDataSet__SWIG_1", "D_vtkKdTree_RemoveDataSet__SWIG_1")); mixin(bindCode("vtkKdTree_RemoveAllDataSets", "D_vtkKdTree_RemoveAllDataSets")); mixin(bindCode("vtkKdTree_GetNumberOfDataSets", "D_vtkKdTree_GetNumberOfDataSets")); mixin(bindCode("vtkKdTree_GetDataSet__SWIG_0", "D_vtkKdTree_GetDataSet__SWIG_0")); mixin(bindCode("vtkKdTree_GetDataSet__SWIG_1", "D_vtkKdTree_GetDataSet__SWIG_1")); mixin(bindCode("vtkKdTree_GetDataSets", "D_vtkKdTree_GetDataSets")); mixin(bindCode("vtkKdTree_GetDataSetIndex", "D_vtkKdTree_GetDataSetIndex")); mixin(bindCode("vtkKdTree_GetBounds", "D_vtkKdTree_GetBounds")); mixin(bindCode("vtkKdTree_SetNewBounds", "D_vtkKdTree_SetNewBounds")); mixin(bindCode("vtkKdTree_GetNumberOfRegions", "D_vtkKdTree_GetNumberOfRegions")); mixin(bindCode("vtkKdTree_GetRegionBounds", "D_vtkKdTree_GetRegionBounds")); mixin(bindCode("vtkKdTree_GetRegionDataBounds", "D_vtkKdTree_GetRegionDataBounds")); mixin(bindCode("vtkKdTree_PrintTree", "D_vtkKdTree_PrintTree")); mixin(bindCode("vtkKdTree_PrintVerboseTree", "D_vtkKdTree_PrintVerboseTree")); mixin(bindCode("vtkKdTree_PrintRegion", "D_vtkKdTree_PrintRegion")); mixin(bindCode("vtkKdTree_CreateCellLists__SWIG_0", "D_vtkKdTree_CreateCellLists__SWIG_0")); mixin(bindCode("vtkKdTree_CreateCellLists__SWIG_1", "D_vtkKdTree_CreateCellLists__SWIG_1")); mixin(bindCode("vtkKdTree_CreateCellLists__SWIG_2", "D_vtkKdTree_CreateCellLists__SWIG_2")); mixin(bindCode("vtkKdTree_CreateCellLists__SWIG_3", "D_vtkKdTree_CreateCellLists__SWIG_3")); mixin(bindCode("vtkKdTree_SetIncludeRegionBoundaryCells", "D_vtkKdTree_SetIncludeRegionBoundaryCells")); mixin(bindCode("vtkKdTree_GetIncludeRegionBoundaryCells", "D_vtkKdTree_GetIncludeRegionBoundaryCells")); mixin(bindCode("vtkKdTree_IncludeRegionBoundaryCellsOn", "D_vtkKdTree_IncludeRegionBoundaryCellsOn")); mixin(bindCode("vtkKdTree_IncludeRegionBoundaryCellsOff", "D_vtkKdTree_IncludeRegionBoundaryCellsOff")); mixin(bindCode("vtkKdTree_DeleteCellLists", "D_vtkKdTree_DeleteCellLists")); mixin(bindCode("vtkKdTree_GetCellList", "D_vtkKdTree_GetCellList")); mixin(bindCode("vtkKdTree_GetBoundaryCellList", "D_vtkKdTree_GetBoundaryCellList")); mixin(bindCode("vtkKdTree_GetCellLists__SWIG_0", "D_vtkKdTree_GetCellLists__SWIG_0")); mixin(bindCode("vtkKdTree_GetCellLists__SWIG_1", "D_vtkKdTree_GetCellLists__SWIG_1")); mixin(bindCode("vtkKdTree_GetCellLists__SWIG_2", "D_vtkKdTree_GetCellLists__SWIG_2")); mixin(bindCode("vtkKdTree_GetRegionContainingCell__SWIG_0", "D_vtkKdTree_GetRegionContainingCell__SWIG_0")); mixin(bindCode("vtkKdTree_GetRegionContainingCell__SWIG_1", "D_vtkKdTree_GetRegionContainingCell__SWIG_1")); mixin(bindCode("vtkKdTree_GetRegionContainingCell__SWIG_2", "D_vtkKdTree_GetRegionContainingCell__SWIG_2")); mixin(bindCode("vtkKdTree_AllGetRegionContainingCell", "D_vtkKdTree_AllGetRegionContainingCell")); mixin(bindCode("vtkKdTree_GetRegionContainingPoint", "D_vtkKdTree_GetRegionContainingPoint")); mixin(bindCode("vtkKdTree_MinimalNumberOfConvexSubRegions", "D_vtkKdTree_MinimalNumberOfConvexSubRegions")); mixin(bindCode("vtkKdTree_ViewOrderAllRegionsInDirection", "D_vtkKdTree_ViewOrderAllRegionsInDirection")); mixin(bindCode("vtkKdTree_ViewOrderRegionsInDirection", "D_vtkKdTree_ViewOrderRegionsInDirection")); mixin(bindCode("vtkKdTree_ViewOrderAllRegionsFromPosition", "D_vtkKdTree_ViewOrderAllRegionsFromPosition")); mixin(bindCode("vtkKdTree_ViewOrderRegionsFromPosition", "D_vtkKdTree_ViewOrderRegionsFromPosition")); mixin(bindCode("vtkKdTree_BuildLocatorFromPoints__SWIG_0", "D_vtkKdTree_BuildLocatorFromPoints__SWIG_0")); mixin(bindCode("vtkKdTree_BuildLocatorFromPoints__SWIG_1", "D_vtkKdTree_BuildLocatorFromPoints__SWIG_1")); mixin(bindCode("vtkKdTree_BuildLocatorFromPoints__SWIG_2", "D_vtkKdTree_BuildLocatorFromPoints__SWIG_2")); mixin(bindCode("vtkKdTree_BuildMapForDuplicatePoints", "D_vtkKdTree_BuildMapForDuplicatePoints")); mixin(bindCode("vtkKdTree_FindPoint__SWIG_0", "D_vtkKdTree_FindPoint__SWIG_0")); mixin(bindCode("vtkKdTree_FindPoint__SWIG_1", "D_vtkKdTree_FindPoint__SWIG_1")); mixin(bindCode("vtkKdTree_FindClosestPoint__SWIG_0", "D_vtkKdTree_FindClosestPoint__SWIG_0")); mixin(bindCode("vtkKdTree_FindClosestPoint__SWIG_1", "D_vtkKdTree_FindClosestPoint__SWIG_1")); mixin(bindCode("vtkKdTree_FindClosestPointWithinRadius", "D_vtkKdTree_FindClosestPointWithinRadius")); mixin(bindCode("vtkKdTree_FindClosestPointInRegion__SWIG_0", "D_vtkKdTree_FindClosestPointInRegion__SWIG_0")); mixin(bindCode("vtkKdTree_FindClosestPointInRegion__SWIG_1", "D_vtkKdTree_FindClosestPointInRegion__SWIG_1")); mixin(bindCode("vtkKdTree_FindPointsWithinRadius", "D_vtkKdTree_FindPointsWithinRadius")); mixin(bindCode("vtkKdTree_FindClosestNPoints", "D_vtkKdTree_FindClosestNPoints")); mixin(bindCode("vtkKdTree_GetPointsInRegion", "D_vtkKdTree_GetPointsInRegion")); mixin(bindCode("vtkKdTree_GenerateRepresentation__SWIG_0", "D_vtkKdTree_GenerateRepresentation__SWIG_0")); mixin(bindCode("vtkKdTree_GenerateRepresentation__SWIG_1", "D_vtkKdTree_GenerateRepresentation__SWIG_1")); mixin(bindCode("vtkKdTree_GenerateRepresentationUsingDataBoundsOn", "D_vtkKdTree_GenerateRepresentationUsingDataBoundsOn")); mixin(bindCode("vtkKdTree_GenerateRepresentationUsingDataBoundsOff", "D_vtkKdTree_GenerateRepresentationUsingDataBoundsOff")); mixin(bindCode("vtkKdTree_SetGenerateRepresentationUsingDataBounds", "D_vtkKdTree_SetGenerateRepresentationUsingDataBounds")); mixin(bindCode("vtkKdTree_GetGenerateRepresentationUsingDataBounds", "D_vtkKdTree_GetGenerateRepresentationUsingDataBounds")); mixin(bindCode("vtkKdTree_PrintTiming", "D_vtkKdTree_PrintTiming")); mixin(bindCode("vtkKdTree_NewGeometry__SWIG_0", "D_vtkKdTree_NewGeometry__SWIG_0")); mixin(bindCode("vtkKdTree_NewGeometry__SWIG_1", "D_vtkKdTree_NewGeometry__SWIG_1")); mixin(bindCode("vtkKdTree_InvalidateGeometry", "D_vtkKdTree_InvalidateGeometry")); mixin(bindCode("vtkKdTree_CopyTree", "D_vtkKdTree_CopyTree")); mixin(bindCode("vtkKdTree_FindPointsInArea__SWIG_0", "D_vtkKdTree_FindPointsInArea__SWIG_0")); mixin(bindCode("vtkKdTree_FindPointsInArea__SWIG_1", "D_vtkKdTree_FindPointsInArea__SWIG_1")); mixin(bindCode("vtkKdTree_Upcast", "D_vtkKdTree_Upcast")); mixin(bindCode("vtkPKdTree_IsTypeOf", "D_vtkPKdTree_IsTypeOf")); mixin(bindCode("vtkPKdTree_SafeDownCast", "D_vtkPKdTree_SafeDownCast")); mixin(bindCode("vtkPKdTree_NewInstance", "D_vtkPKdTree_NewInstance")); mixin(bindCode("vtkPKdTree_PrintTables", "D_vtkPKdTree_PrintTables")); mixin(bindCode("vtkPKdTree_New", "D_vtkPKdTree_New")); mixin(bindCode("vtkPKdTree_GetTotalNumberOfCells", "D_vtkPKdTree_GetTotalNumberOfCells")); mixin(bindCode("vtkPKdTree_CreateProcessCellCountData", "D_vtkPKdTree_CreateProcessCellCountData")); mixin(bindCode("vtkPKdTree_CreateGlobalDataArrayBounds", "D_vtkPKdTree_CreateGlobalDataArrayBounds")); mixin(bindCode("vtkPKdTree_SetController", "D_vtkPKdTree_SetController")); mixin(bindCode("vtkPKdTree_GetController", "D_vtkPKdTree_GetController")); mixin(bindCode("vtkPKdTree_GetRegionAssignment", "D_vtkPKdTree_GetRegionAssignment")); mixin(bindCode("vtkPKdTree_NoRegionAssignment_get", "D_vtkPKdTree_NoRegionAssignment_get")); mixin(bindCode("vtkPKdTree_ContiguousAssignment_get", "D_vtkPKdTree_ContiguousAssignment_get")); mixin(bindCode("vtkPKdTree_UserDefinedAssignment_get", "D_vtkPKdTree_UserDefinedAssignment_get")); mixin(bindCode("vtkPKdTree_RoundRobinAssignment_get", "D_vtkPKdTree_RoundRobinAssignment_get")); mixin(bindCode("vtkPKdTree_AssignRegions", "D_vtkPKdTree_AssignRegions")); mixin(bindCode("vtkPKdTree_AssignRegionsRoundRobin", "D_vtkPKdTree_AssignRegionsRoundRobin")); mixin(bindCode("vtkPKdTree_AssignRegionsContiguous", "D_vtkPKdTree_AssignRegionsContiguous")); mixin(bindCode("vtkPKdTree_GetRegionAssignmentMap", "D_vtkPKdTree_GetRegionAssignmentMap")); mixin(bindCode("vtkPKdTree_GetRegionAssignmentMapLength", "D_vtkPKdTree_GetRegionAssignmentMapLength")); mixin(bindCode("vtkPKdTree_GetRegionAssignmentList", "D_vtkPKdTree_GetRegionAssignmentList")); mixin(bindCode("vtkPKdTree_GetAllProcessesBorderingOnPoint", "D_vtkPKdTree_GetAllProcessesBorderingOnPoint")); mixin(bindCode("vtkPKdTree_GetProcessAssignedToRegion", "D_vtkPKdTree_GetProcessAssignedToRegion")); mixin(bindCode("vtkPKdTree_HasData", "D_vtkPKdTree_HasData")); mixin(bindCode("vtkPKdTree_GetProcessCellCountForRegion", "D_vtkPKdTree_GetProcessCellCountForRegion")); mixin(bindCode("vtkPKdTree_GetTotalProcessesInRegion", "D_vtkPKdTree_GetTotalProcessesInRegion")); mixin(bindCode("vtkPKdTree_GetProcessListForRegion", "D_vtkPKdTree_GetProcessListForRegion")); mixin(bindCode("vtkPKdTree_GetProcessesCellCountForRegion", "D_vtkPKdTree_GetProcessesCellCountForRegion")); mixin(bindCode("vtkPKdTree_GetTotalRegionsForProcess", "D_vtkPKdTree_GetTotalRegionsForProcess")); mixin(bindCode("vtkPKdTree_GetRegionListForProcess", "D_vtkPKdTree_GetRegionListForProcess")); mixin(bindCode("vtkPKdTree_GetRegionsCellCountForProcess", "D_vtkPKdTree_GetRegionsCellCountForProcess")); mixin(bindCode("vtkPKdTree_GetCellListsForProcessRegions__SWIG_0", "D_vtkPKdTree_GetCellListsForProcessRegions__SWIG_0")); mixin(bindCode("vtkPKdTree_GetCellListsForProcessRegions__SWIG_1", "D_vtkPKdTree_GetCellListsForProcessRegions__SWIG_1")); mixin(bindCode("vtkPKdTree_GetCellListsForProcessRegions__SWIG_2", "D_vtkPKdTree_GetCellListsForProcessRegions__SWIG_2")); mixin(bindCode("vtkPKdTree_ViewOrderAllProcessesInDirection", "D_vtkPKdTree_ViewOrderAllProcessesInDirection")); mixin(bindCode("vtkPKdTree_ViewOrderAllProcessesFromPosition", "D_vtkPKdTree_ViewOrderAllProcessesFromPosition")); mixin(bindCode("vtkPKdTree_GetCellArrayGlobalRange__SWIG_0", "D_vtkPKdTree_GetCellArrayGlobalRange__SWIG_0")); mixin(bindCode("vtkPKdTree_GetPointArrayGlobalRange__SWIG_0", "D_vtkPKdTree_GetPointArrayGlobalRange__SWIG_0")); mixin(bindCode("vtkPKdTree_GetCellArrayGlobalRange__SWIG_1", "D_vtkPKdTree_GetCellArrayGlobalRange__SWIG_1")); mixin(bindCode("vtkPKdTree_GetPointArrayGlobalRange__SWIG_1", "D_vtkPKdTree_GetPointArrayGlobalRange__SWIG_1")); mixin(bindCode("vtkPKdTree_GetCellArrayGlobalRange__SWIG_2", "D_vtkPKdTree_GetCellArrayGlobalRange__SWIG_2")); mixin(bindCode("vtkPKdTree_GetPointArrayGlobalRange__SWIG_2", "D_vtkPKdTree_GetPointArrayGlobalRange__SWIG_2")); mixin(bindCode("vtkPKdTree_GetCellArrayGlobalRange__SWIG_3", "D_vtkPKdTree_GetCellArrayGlobalRange__SWIG_3")); mixin(bindCode("vtkPKdTree_GetPointArrayGlobalRange__SWIG_3", "D_vtkPKdTree_GetPointArrayGlobalRange__SWIG_3")); mixin(bindCode("vtkPKdTree_Upcast", "D_vtkPKdTree_Upcast")); mixin(bindCode("vtkCompositeDataDisplayAttributes_New", "D_vtkCompositeDataDisplayAttributes_New")); mixin(bindCode("vtkCompositeDataDisplayAttributes_IsTypeOf", "D_vtkCompositeDataDisplayAttributes_IsTypeOf")); mixin(bindCode("vtkCompositeDataDisplayAttributes_SafeDownCast", "D_vtkCompositeDataDisplayAttributes_SafeDownCast")); mixin(bindCode("vtkCompositeDataDisplayAttributes_NewInstance", "D_vtkCompositeDataDisplayAttributes_NewInstance")); mixin(bindCode("vtkCompositeDataDisplayAttributes_HasBlockVisibilities", "D_vtkCompositeDataDisplayAttributes_HasBlockVisibilities")); mixin(bindCode("vtkCompositeDataDisplayAttributes_SetBlockVisibility", "D_vtkCompositeDataDisplayAttributes_SetBlockVisibility")); mixin(bindCode("vtkCompositeDataDisplayAttributes_GetBlockVisibility", "D_vtkCompositeDataDisplayAttributes_GetBlockVisibility")); mixin(bindCode("vtkCompositeDataDisplayAttributes_HasBlockVisibility", "D_vtkCompositeDataDisplayAttributes_HasBlockVisibility")); mixin(bindCode("vtkCompositeDataDisplayAttributes_RemoveBlockVisibility", "D_vtkCompositeDataDisplayAttributes_RemoveBlockVisibility")); mixin(bindCode("vtkCompositeDataDisplayAttributes_RemoveBlockVisibilites", "D_vtkCompositeDataDisplayAttributes_RemoveBlockVisibilites")); mixin(bindCode("vtkCompositeDataDisplayAttributes_SetBlockColor", "D_vtkCompositeDataDisplayAttributes_SetBlockColor")); mixin(bindCode("vtkCompositeDataDisplayAttributes_GetBlockColor__SWIG_0", "D_vtkCompositeDataDisplayAttributes_GetBlockColor__SWIG_0")); mixin(bindCode("vtkCompositeDataDisplayAttributes_GetBlockColor__SWIG_1", "D_vtkCompositeDataDisplayAttributes_GetBlockColor__SWIG_1")); mixin(bindCode("vtkCompositeDataDisplayAttributes_HasBlockColors", "D_vtkCompositeDataDisplayAttributes_HasBlockColors")); mixin(bindCode("vtkCompositeDataDisplayAttributes_HasBlockColor", "D_vtkCompositeDataDisplayAttributes_HasBlockColor")); mixin(bindCode("vtkCompositeDataDisplayAttributes_RemoveBlockColor", "D_vtkCompositeDataDisplayAttributes_RemoveBlockColor")); mixin(bindCode("vtkCompositeDataDisplayAttributes_RemoveBlockColors", "D_vtkCompositeDataDisplayAttributes_RemoveBlockColors")); mixin(bindCode("vtkCompositeDataDisplayAttributes_SetBlockOpacity", "D_vtkCompositeDataDisplayAttributes_SetBlockOpacity")); mixin(bindCode("vtkCompositeDataDisplayAttributes_GetBlockOpacity", "D_vtkCompositeDataDisplayAttributes_GetBlockOpacity")); mixin(bindCode("vtkCompositeDataDisplayAttributes_HasBlockOpacities", "D_vtkCompositeDataDisplayAttributes_HasBlockOpacities")); mixin(bindCode("vtkCompositeDataDisplayAttributes_HasBlockOpacity", "D_vtkCompositeDataDisplayAttributes_HasBlockOpacity")); mixin(bindCode("vtkCompositeDataDisplayAttributes_RemoveBlockOpacity", "D_vtkCompositeDataDisplayAttributes_RemoveBlockOpacity")); mixin(bindCode("vtkCompositeDataDisplayAttributes_RemoveBlockOpacities", "D_vtkCompositeDataDisplayAttributes_RemoveBlockOpacities")); mixin(bindCode("vtkCompositeDataDisplayAttributes_Upcast", "D_vtkCompositeDataDisplayAttributes_Upcast")); mixin(bindCode("vtkStringToCategory_New", "D_vtkStringToCategory_New")); mixin(bindCode("vtkStringToCategory_IsTypeOf", "D_vtkStringToCategory_IsTypeOf")); mixin(bindCode("vtkStringToCategory_SafeDownCast", "D_vtkStringToCategory_SafeDownCast")); mixin(bindCode("vtkStringToCategory_NewInstance", "D_vtkStringToCategory_NewInstance")); mixin(bindCode("vtkStringToCategory_SetCategoryArrayName", "D_vtkStringToCategory_SetCategoryArrayName")); mixin(bindCode("vtkStringToCategory_GetCategoryArrayName", "D_vtkStringToCategory_GetCategoryArrayName")); mixin(bindCode("vtkStringToCategory_Upcast", "D_vtkStringToCategory_Upcast")); mixin(bindCode("vtkTypeInt16Array_New", "D_vtkTypeInt16Array_New")); mixin(bindCode("vtkTypeInt16Array_IsTypeOf", "D_vtkTypeInt16Array_IsTypeOf")); mixin(bindCode("vtkTypeInt16Array_SafeDownCast", "D_vtkTypeInt16Array_SafeDownCast")); mixin(bindCode("vtkTypeInt16Array_NewInstance", "D_vtkTypeInt16Array_NewInstance")); mixin(bindCode("vtkTypeInt16Array_Upcast", "D_vtkTypeInt16Array_Upcast")); mixin(bindCode("vtkExecutiveCollection_New", "D_vtkExecutiveCollection_New")); mixin(bindCode("vtkExecutiveCollection_IsTypeOf", "D_vtkExecutiveCollection_IsTypeOf")); mixin(bindCode("vtkExecutiveCollection_SafeDownCast", "D_vtkExecutiveCollection_SafeDownCast")); mixin(bindCode("vtkExecutiveCollection_NewInstance", "D_vtkExecutiveCollection_NewInstance")); mixin(bindCode("vtkExecutiveCollection_AddItem", "D_vtkExecutiveCollection_AddItem")); mixin(bindCode("vtkExecutiveCollection_GetNextItem", "D_vtkExecutiveCollection_GetNextItem")); mixin(bindCode("vtkExecutiveCollection_Upcast", "D_vtkExecutiveCollection_Upcast")); mixin(bindCode("vtkPolyVertex_New", "D_vtkPolyVertex_New")); mixin(bindCode("vtkPolyVertex_IsTypeOf", "D_vtkPolyVertex_IsTypeOf")); mixin(bindCode("vtkPolyVertex_SafeDownCast", "D_vtkPolyVertex_SafeDownCast")); mixin(bindCode("vtkPolyVertex_NewInstance", "D_vtkPolyVertex_NewInstance")); mixin(bindCode("vtkPolyVertex_InterpolateFunctions", "D_vtkPolyVertex_InterpolateFunctions")); mixin(bindCode("vtkPolyVertex_InterpolateDerivs", "D_vtkPolyVertex_InterpolateDerivs")); mixin(bindCode("vtkPolyVertex_Upcast", "D_vtkPolyVertex_Upcast")); mixin(bindCode("vtkXMLUnstructuredGridWriter_IsTypeOf", "D_vtkXMLUnstructuredGridWriter_IsTypeOf")); mixin(bindCode("vtkXMLUnstructuredGridWriter_SafeDownCast", "D_vtkXMLUnstructuredGridWriter_SafeDownCast")); mixin(bindCode("vtkXMLUnstructuredGridWriter_NewInstance", "D_vtkXMLUnstructuredGridWriter_NewInstance")); mixin(bindCode("vtkXMLUnstructuredGridWriter_New", "D_vtkXMLUnstructuredGridWriter_New")); mixin(bindCode("vtkXMLUnstructuredGridWriter_Upcast", "D_vtkXMLUnstructuredGridWriter_Upcast")); mixin(bindCode("vtkWarpScalar_New", "D_vtkWarpScalar_New")); mixin(bindCode("vtkWarpScalar_IsTypeOf", "D_vtkWarpScalar_IsTypeOf")); mixin(bindCode("vtkWarpScalar_SafeDownCast", "D_vtkWarpScalar_SafeDownCast")); mixin(bindCode("vtkWarpScalar_NewInstance", "D_vtkWarpScalar_NewInstance")); mixin(bindCode("vtkWarpScalar_SetScaleFactor", "D_vtkWarpScalar_SetScaleFactor")); mixin(bindCode("vtkWarpScalar_GetScaleFactor", "D_vtkWarpScalar_GetScaleFactor")); mixin(bindCode("vtkWarpScalar_SetUseNormal", "D_vtkWarpScalar_SetUseNormal")); mixin(bindCode("vtkWarpScalar_GetUseNormal", "D_vtkWarpScalar_GetUseNormal")); mixin(bindCode("vtkWarpScalar_UseNormalOn", "D_vtkWarpScalar_UseNormalOn")); mixin(bindCode("vtkWarpScalar_UseNormalOff", "D_vtkWarpScalar_UseNormalOff")); mixin(bindCode("vtkWarpScalar_SetNormal__SWIG_0", "D_vtkWarpScalar_SetNormal__SWIG_0")); mixin(bindCode("vtkWarpScalar_SetNormal__SWIG_1", "D_vtkWarpScalar_SetNormal__SWIG_1")); mixin(bindCode("vtkWarpScalar_GetNormal__SWIG_0", "D_vtkWarpScalar_GetNormal__SWIG_0")); mixin(bindCode("vtkWarpScalar_GetNormal__SWIG_1", "D_vtkWarpScalar_GetNormal__SWIG_1")); mixin(bindCode("vtkWarpScalar_SetXYPlane", "D_vtkWarpScalar_SetXYPlane")); mixin(bindCode("vtkWarpScalar_GetXYPlane", "D_vtkWarpScalar_GetXYPlane")); mixin(bindCode("vtkWarpScalar_XYPlaneOn", "D_vtkWarpScalar_XYPlaneOn")); mixin(bindCode("vtkWarpScalar_XYPlaneOff", "D_vtkWarpScalar_XYPlaneOff")); mixin(bindCode("vtkWarpScalar_FillInputPortInformation", "D_vtkWarpScalar_FillInputPortInformation")); mixin(bindCode("vtkWarpScalar_Upcast", "D_vtkWarpScalar_Upcast")); mixin(bindCode("vtkQuadraticPyramid_New", "D_vtkQuadraticPyramid_New")); mixin(bindCode("vtkQuadraticPyramid_IsTypeOf", "D_vtkQuadraticPyramid_IsTypeOf")); mixin(bindCode("vtkQuadraticPyramid_SafeDownCast", "D_vtkQuadraticPyramid_SafeDownCast")); mixin(bindCode("vtkQuadraticPyramid_NewInstance", "D_vtkQuadraticPyramid_NewInstance")); mixin(bindCode("vtkQuadraticPyramid_InterpolationFunctions", "D_vtkQuadraticPyramid_InterpolationFunctions")); mixin(bindCode("vtkQuadraticPyramid_InterpolationDerivs", "D_vtkQuadraticPyramid_InterpolationDerivs")); mixin(bindCode("vtkQuadraticPyramid_InterpolateFunctions", "D_vtkQuadraticPyramid_InterpolateFunctions")); mixin(bindCode("vtkQuadraticPyramid_InterpolateDerivs", "D_vtkQuadraticPyramid_InterpolateDerivs")); mixin(bindCode("vtkQuadraticPyramid_GetEdgeArray", "D_vtkQuadraticPyramid_GetEdgeArray")); mixin(bindCode("vtkQuadraticPyramid_GetFaceArray", "D_vtkQuadraticPyramid_GetFaceArray")); mixin(bindCode("vtkQuadraticPyramid_JacobianInverse", "D_vtkQuadraticPyramid_JacobianInverse")); mixin(bindCode("vtkQuadraticPyramid_Upcast", "D_vtkQuadraticPyramid_Upcast")); mixin(bindCode("vtkRandomLayoutStrategy_New", "D_vtkRandomLayoutStrategy_New")); mixin(bindCode("vtkRandomLayoutStrategy_IsTypeOf", "D_vtkRandomLayoutStrategy_IsTypeOf")); mixin(bindCode("vtkRandomLayoutStrategy_SafeDownCast", "D_vtkRandomLayoutStrategy_SafeDownCast")); mixin(bindCode("vtkRandomLayoutStrategy_NewInstance", "D_vtkRandomLayoutStrategy_NewInstance")); mixin(bindCode("vtkRandomLayoutStrategy_SetRandomSeed", "D_vtkRandomLayoutStrategy_SetRandomSeed")); mixin(bindCode("vtkRandomLayoutStrategy_GetRandomSeedMinValue", "D_vtkRandomLayoutStrategy_GetRandomSeedMinValue")); mixin(bindCode("vtkRandomLayoutStrategy_GetRandomSeedMaxValue", "D_vtkRandomLayoutStrategy_GetRandomSeedMaxValue")); mixin(bindCode("vtkRandomLayoutStrategy_GetRandomSeed", "D_vtkRandomLayoutStrategy_GetRandomSeed")); mixin(bindCode("vtkRandomLayoutStrategy_SetGraphBounds__SWIG_0", "D_vtkRandomLayoutStrategy_SetGraphBounds__SWIG_0")); mixin(bindCode("vtkRandomLayoutStrategy_SetGraphBounds__SWIG_1", "D_vtkRandomLayoutStrategy_SetGraphBounds__SWIG_1")); mixin(bindCode("vtkRandomLayoutStrategy_GetGraphBounds__SWIG_0", "D_vtkRandomLayoutStrategy_GetGraphBounds__SWIG_0")); mixin(bindCode("vtkRandomLayoutStrategy_GetGraphBounds__SWIG_1", "D_vtkRandomLayoutStrategy_GetGraphBounds__SWIG_1")); mixin(bindCode("vtkRandomLayoutStrategy_SetAutomaticBoundsComputation", "D_vtkRandomLayoutStrategy_SetAutomaticBoundsComputation")); mixin(bindCode("vtkRandomLayoutStrategy_GetAutomaticBoundsComputation", "D_vtkRandomLayoutStrategy_GetAutomaticBoundsComputation")); mixin(bindCode("vtkRandomLayoutStrategy_AutomaticBoundsComputationOn", "D_vtkRandomLayoutStrategy_AutomaticBoundsComputationOn")); mixin(bindCode("vtkRandomLayoutStrategy_AutomaticBoundsComputationOff", "D_vtkRandomLayoutStrategy_AutomaticBoundsComputationOff")); mixin(bindCode("vtkRandomLayoutStrategy_SetThreeDimensionalLayout", "D_vtkRandomLayoutStrategy_SetThreeDimensionalLayout")); mixin(bindCode("vtkRandomLayoutStrategy_GetThreeDimensionalLayout", "D_vtkRandomLayoutStrategy_GetThreeDimensionalLayout")); mixin(bindCode("vtkRandomLayoutStrategy_ThreeDimensionalLayoutOn", "D_vtkRandomLayoutStrategy_ThreeDimensionalLayoutOn")); mixin(bindCode("vtkRandomLayoutStrategy_ThreeDimensionalLayoutOff", "D_vtkRandomLayoutStrategy_ThreeDimensionalLayoutOff")); mixin(bindCode("vtkRandomLayoutStrategy_Upcast", "D_vtkRandomLayoutStrategy_Upcast")); mixin(bindCode("vtkInteractorStyleJoystickActor_New", "D_vtkInteractorStyleJoystickActor_New")); mixin(bindCode("vtkInteractorStyleJoystickActor_IsTypeOf", "D_vtkInteractorStyleJoystickActor_IsTypeOf")); mixin(bindCode("vtkInteractorStyleJoystickActor_SafeDownCast", "D_vtkInteractorStyleJoystickActor_SafeDownCast")); mixin(bindCode("vtkInteractorStyleJoystickActor_NewInstance", "D_vtkInteractorStyleJoystickActor_NewInstance")); mixin(bindCode("vtkInteractorStyleJoystickActor_Upcast", "D_vtkInteractorStyleJoystickActor_Upcast")); mixin(bindCode("vtkPlot3DMetaReader_New", "D_vtkPlot3DMetaReader_New")); mixin(bindCode("vtkPlot3DMetaReader_IsTypeOf", "D_vtkPlot3DMetaReader_IsTypeOf")); mixin(bindCode("vtkPlot3DMetaReader_SafeDownCast", "D_vtkPlot3DMetaReader_SafeDownCast")); mixin(bindCode("vtkPlot3DMetaReader_NewInstance", "D_vtkPlot3DMetaReader_NewInstance")); mixin(bindCode("vtkPlot3DMetaReader_SetFileName", "D_vtkPlot3DMetaReader_SetFileName")); mixin(bindCode("vtkPlot3DMetaReader_GetFileName", "D_vtkPlot3DMetaReader_GetFileName")); mixin(bindCode("vtkPlot3DMetaReader_Upcast", "D_vtkPlot3DMetaReader_Upcast")); mixin(bindCode("vtkTableToTreeFilter_New", "D_vtkTableToTreeFilter_New")); mixin(bindCode("vtkTableToTreeFilter_IsTypeOf", "D_vtkTableToTreeFilter_IsTypeOf")); mixin(bindCode("vtkTableToTreeFilter_SafeDownCast", "D_vtkTableToTreeFilter_SafeDownCast")); mixin(bindCode("vtkTableToTreeFilter_NewInstance", "D_vtkTableToTreeFilter_NewInstance")); mixin(bindCode("vtkTableToTreeFilter_Upcast", "D_vtkTableToTreeFilter_Upcast")); mixin(bindCode("vtkOctreePointLocator_IsTypeOf", "D_vtkOctreePointLocator_IsTypeOf")); mixin(bindCode("vtkOctreePointLocator_SafeDownCast", "D_vtkOctreePointLocator_SafeDownCast")); mixin(bindCode("vtkOctreePointLocator_NewInstance", "D_vtkOctreePointLocator_NewInstance")); mixin(bindCode("vtkOctreePointLocator_New", "D_vtkOctreePointLocator_New")); mixin(bindCode("vtkOctreePointLocator_SetMaximumPointsPerRegion", "D_vtkOctreePointLocator_SetMaximumPointsPerRegion")); mixin(bindCode("vtkOctreePointLocator_GetMaximumPointsPerRegion", "D_vtkOctreePointLocator_GetMaximumPointsPerRegion")); mixin(bindCode("vtkOctreePointLocator_SetCreateCubicOctants", "D_vtkOctreePointLocator_SetCreateCubicOctants")); mixin(bindCode("vtkOctreePointLocator_GetCreateCubicOctants", "D_vtkOctreePointLocator_GetCreateCubicOctants")); mixin(bindCode("vtkOctreePointLocator_GetFudgeFactor", "D_vtkOctreePointLocator_GetFudgeFactor")); mixin(bindCode("vtkOctreePointLocator_SetFudgeFactor", "D_vtkOctreePointLocator_SetFudgeFactor")); mixin(bindCode("vtkOctreePointLocator_GetBounds__SWIG_0", "D_vtkOctreePointLocator_GetBounds__SWIG_0")); mixin(bindCode("vtkOctreePointLocator_GetBounds__SWIG_1", "D_vtkOctreePointLocator_GetBounds__SWIG_1")); mixin(bindCode("vtkOctreePointLocator_GetNumberOfLeafNodes", "D_vtkOctreePointLocator_GetNumberOfLeafNodes")); mixin(bindCode("vtkOctreePointLocator_GetRegionBounds", "D_vtkOctreePointLocator_GetRegionBounds")); mixin(bindCode("vtkOctreePointLocator_GetRegionDataBounds", "D_vtkOctreePointLocator_GetRegionDataBounds")); mixin(bindCode("vtkOctreePointLocator_GetRegionContainingPoint", "D_vtkOctreePointLocator_GetRegionContainingPoint")); mixin(bindCode("vtkOctreePointLocator_FindClosestPoint__SWIG_0", "D_vtkOctreePointLocator_FindClosestPoint__SWIG_0")); mixin(bindCode("vtkOctreePointLocator_FindClosestPoint__SWIG_1", "D_vtkOctreePointLocator_FindClosestPoint__SWIG_1")); mixin(bindCode("vtkOctreePointLocator_FindClosestPointInRegion__SWIG_0", "D_vtkOctreePointLocator_FindClosestPointInRegion__SWIG_0")); mixin(bindCode("vtkOctreePointLocator_FindClosestPointInRegion__SWIG_1", "D_vtkOctreePointLocator_FindClosestPointInRegion__SWIG_1")); mixin(bindCode("vtkOctreePointLocator_GetPointsInRegion", "D_vtkOctreePointLocator_GetPointsInRegion")); mixin(bindCode("vtkOctreePointLocator_FindPointsInArea__SWIG_0", "D_vtkOctreePointLocator_FindPointsInArea__SWIG_0")); mixin(bindCode("vtkOctreePointLocator_FindPointsInArea__SWIG_1", "D_vtkOctreePointLocator_FindPointsInArea__SWIG_1")); mixin(bindCode("vtkOctreePointLocator_Upcast", "D_vtkOctreePointLocator_Upcast")); mixin(bindCode("delete_vtkAtom", "D_delete_vtkAtom")); mixin(bindCode("vtkAtom_PrintSelf", "D_vtkAtom_PrintSelf")); mixin(bindCode("vtkAtom_GetId", "D_vtkAtom_GetId")); mixin(bindCode("vtkAtom_GetMolecule", "D_vtkAtom_GetMolecule")); mixin(bindCode("vtkAtom_GetAtomicNumber", "D_vtkAtom_GetAtomicNumber")); mixin(bindCode("vtkAtom_SetAtomicNumber", "D_vtkAtom_SetAtomicNumber")); mixin(bindCode("vtkAtom_GetPosition__SWIG_0", "D_vtkAtom_GetPosition__SWIG_0")); mixin(bindCode("vtkAtom_GetPosition__SWIG_1", "D_vtkAtom_GetPosition__SWIG_1")); mixin(bindCode("vtkAtom_SetPosition__SWIG_0", "D_vtkAtom_SetPosition__SWIG_0")); mixin(bindCode("vtkAtom_SetPosition__SWIG_1", "D_vtkAtom_SetPosition__SWIG_1")); mixin(bindCode("vtkAtom_GetPosition__SWIG_2", "D_vtkAtom_GetPosition__SWIG_2")); mixin(bindCode("vtkAtom_SetPosition__SWIG_2", "D_vtkAtom_SetPosition__SWIG_2")); mixin(bindCode("delete_vtkBond", "D_delete_vtkBond")); mixin(bindCode("vtkBond_PrintSelf", "D_vtkBond_PrintSelf")); mixin(bindCode("vtkBond_GetId", "D_vtkBond_GetId")); mixin(bindCode("vtkBond_GetMolecule", "D_vtkBond_GetMolecule")); mixin(bindCode("vtkBond_GetBeginAtomId", "D_vtkBond_GetBeginAtomId")); mixin(bindCode("vtkBond_GetEndAtomId", "D_vtkBond_GetEndAtomId")); mixin(bindCode("vtkBond_GetBeginAtom__SWIG_0", "D_vtkBond_GetBeginAtom__SWIG_0")); mixin(bindCode("vtkBond_GetEndAtom__SWIG_0", "D_vtkBond_GetEndAtom__SWIG_0")); mixin(bindCode("vtkBond_GetOrder", "D_vtkBond_GetOrder")); mixin(bindCode("vtkBond_GetLength", "D_vtkBond_GetLength")); mixin(bindCode("vtkMolecule_New", "D_vtkMolecule_New")); mixin(bindCode("vtkMolecule_IsTypeOf", "D_vtkMolecule_IsTypeOf")); mixin(bindCode("vtkMolecule_SafeDownCast", "D_vtkMolecule_SafeDownCast")); mixin(bindCode("vtkMolecule_NewInstance", "D_vtkMolecule_NewInstance")); mixin(bindCode("vtkMolecule_GetNumberOfBonds", "D_vtkMolecule_GetNumberOfBonds")); mixin(bindCode("vtkMolecule_GetAtomAtomicNumber", "D_vtkMolecule_GetAtomAtomicNumber")); mixin(bindCode("vtkMolecule_SetAtomAtomicNumber", "D_vtkMolecule_SetAtomAtomicNumber")); mixin(bindCode("vtkMolecule_SetAtomPosition__SWIG_0", "D_vtkMolecule_SetAtomPosition__SWIG_0")); mixin(bindCode("vtkMolecule_SetAtomPosition__SWIG_1", "D_vtkMolecule_SetAtomPosition__SWIG_1")); mixin(bindCode("vtkMolecule_GetAtomPosition__SWIG_0", "D_vtkMolecule_GetAtomPosition__SWIG_0")); mixin(bindCode("vtkMolecule_GetAtomPosition__SWIG_1", "D_vtkMolecule_GetAtomPosition__SWIG_1")); mixin(bindCode("vtkMolecule_SetBondOrder", "D_vtkMolecule_SetBondOrder")); mixin(bindCode("vtkMolecule_GetBondOrder", "D_vtkMolecule_GetBondOrder")); mixin(bindCode("vtkMolecule_GetBondLength", "D_vtkMolecule_GetBondLength")); mixin(bindCode("vtkMolecule_GetAtomicPositionArray", "D_vtkMolecule_GetAtomicPositionArray")); mixin(bindCode("vtkMolecule_GetAtomicNumberArray", "D_vtkMolecule_GetAtomicNumberArray")); mixin(bindCode("vtkMolecule_ShallowCopyStructure", "D_vtkMolecule_ShallowCopyStructure")); mixin(bindCode("vtkMolecule_DeepCopyStructure", "D_vtkMolecule_DeepCopyStructure")); mixin(bindCode("vtkMolecule_ShallowCopyAttributes", "D_vtkMolecule_ShallowCopyAttributes")); mixin(bindCode("vtkMolecule_DeepCopyAttributes", "D_vtkMolecule_DeepCopyAttributes")); mixin(bindCode("vtkMolecule_GetPlaneFromBond__SWIG_0", "D_vtkMolecule_GetPlaneFromBond__SWIG_0")); mixin(bindCode("vtkMolecule_GetPlaneFromBond__SWIG_1", "D_vtkMolecule_GetPlaneFromBond__SWIG_1")); mixin(bindCode("vtkMolecule_Upcast", "D_vtkMolecule_Upcast")); mixin(bindCode("VTK_ADD_get", "D_VTK_ADD_get")); mixin(bindCode("VTK_SUBTRACT_get", "D_VTK_SUBTRACT_get")); mixin(bindCode("VTK_MULTIPLY_get", "D_VTK_MULTIPLY_get")); mixin(bindCode("VTK_DIVIDE_get", "D_VTK_DIVIDE_get")); mixin(bindCode("VTK_INVERT_get", "D_VTK_INVERT_get")); mixin(bindCode("VTK_SIN_get", "D_VTK_SIN_get")); mixin(bindCode("VTK_COS_get", "D_VTK_COS_get")); mixin(bindCode("VTK_EXP_get", "D_VTK_EXP_get")); mixin(bindCode("VTK_LOG_get", "D_VTK_LOG_get")); mixin(bindCode("VTK_ABS_get", "D_VTK_ABS_get")); mixin(bindCode("VTK_SQR_get", "D_VTK_SQR_get")); mixin(bindCode("VTK_SQRT_get", "D_VTK_SQRT_get")); mixin(bindCode("VTK_MIN_get", "D_VTK_MIN_get")); mixin(bindCode("VTK_MAX_get", "D_VTK_MAX_get")); mixin(bindCode("VTK_ATAN_get", "D_VTK_ATAN_get")); mixin(bindCode("VTK_ATAN2_get", "D_VTK_ATAN2_get")); mixin(bindCode("VTK_MULTIPLYBYK_get", "D_VTK_MULTIPLYBYK_get")); mixin(bindCode("VTK_ADDC_get", "D_VTK_ADDC_get")); mixin(bindCode("VTK_CONJUGATE_get", "D_VTK_CONJUGATE_get")); mixin(bindCode("VTK_COMPLEX_MULTIPLY_get", "D_VTK_COMPLEX_MULTIPLY_get")); mixin(bindCode("VTK_REPLACECBYK_get", "D_VTK_REPLACECBYK_get")); mixin(bindCode("vtkImageMathematics_New", "D_vtkImageMathematics_New")); mixin(bindCode("vtkImageMathematics_IsTypeOf", "D_vtkImageMathematics_IsTypeOf")); mixin(bindCode("vtkImageMathematics_SafeDownCast", "D_vtkImageMathematics_SafeDownCast")); mixin(bindCode("vtkImageMathematics_NewInstance", "D_vtkImageMathematics_NewInstance")); mixin(bindCode("vtkImageMathematics_SetOperation", "D_vtkImageMathematics_SetOperation")); mixin(bindCode("vtkImageMathematics_GetOperation", "D_vtkImageMathematics_GetOperation")); mixin(bindCode("vtkImageMathematics_SetOperationToAdd", "D_vtkImageMathematics_SetOperationToAdd")); mixin(bindCode("vtkImageMathematics_SetOperationToSubtract", "D_vtkImageMathematics_SetOperationToSubtract")); mixin(bindCode("vtkImageMathematics_SetOperationToMultiply", "D_vtkImageMathematics_SetOperationToMultiply")); mixin(bindCode("vtkImageMathematics_SetOperationToDivide", "D_vtkImageMathematics_SetOperationToDivide")); mixin(bindCode("vtkImageMathematics_SetOperationToConjugate", "D_vtkImageMathematics_SetOperationToConjugate")); mixin(bindCode("vtkImageMathematics_SetOperationToComplexMultiply", "D_vtkImageMathematics_SetOperationToComplexMultiply")); mixin(bindCode("vtkImageMathematics_SetOperationToInvert", "D_vtkImageMathematics_SetOperationToInvert")); mixin(bindCode("vtkImageMathematics_SetOperationToSin", "D_vtkImageMathematics_SetOperationToSin")); mixin(bindCode("vtkImageMathematics_SetOperationToCos", "D_vtkImageMathematics_SetOperationToCos")); mixin(bindCode("vtkImageMathematics_SetOperationToExp", "D_vtkImageMathematics_SetOperationToExp")); mixin(bindCode("vtkImageMathematics_SetOperationToLog", "D_vtkImageMathematics_SetOperationToLog")); mixin(bindCode("vtkImageMathematics_SetOperationToAbsoluteValue", "D_vtkImageMathematics_SetOperationToAbsoluteValue")); mixin(bindCode("vtkImageMathematics_SetOperationToSquare", "D_vtkImageMathematics_SetOperationToSquare")); mixin(bindCode("vtkImageMathematics_SetOperationToSquareRoot", "D_vtkImageMathematics_SetOperationToSquareRoot")); mixin(bindCode("vtkImageMathematics_SetOperationToMin", "D_vtkImageMathematics_SetOperationToMin")); mixin(bindCode("vtkImageMathematics_SetOperationToMax", "D_vtkImageMathematics_SetOperationToMax")); mixin(bindCode("vtkImageMathematics_SetOperationToATAN", "D_vtkImageMathematics_SetOperationToATAN")); mixin(bindCode("vtkImageMathematics_SetOperationToATAN2", "D_vtkImageMathematics_SetOperationToATAN2")); mixin(bindCode("vtkImageMathematics_SetOperationToMultiplyByK", "D_vtkImageMathematics_SetOperationToMultiplyByK")); mixin(bindCode("vtkImageMathematics_SetOperationToAddConstant", "D_vtkImageMathematics_SetOperationToAddConstant")); mixin(bindCode("vtkImageMathematics_SetOperationToReplaceCByK", "D_vtkImageMathematics_SetOperationToReplaceCByK")); mixin(bindCode("vtkImageMathematics_SetConstantK", "D_vtkImageMathematics_SetConstantK")); mixin(bindCode("vtkImageMathematics_GetConstantK", "D_vtkImageMathematics_GetConstantK")); mixin(bindCode("vtkImageMathematics_SetConstantC", "D_vtkImageMathematics_SetConstantC")); mixin(bindCode("vtkImageMathematics_GetConstantC", "D_vtkImageMathematics_GetConstantC")); mixin(bindCode("vtkImageMathematics_SetDivideByZeroToC", "D_vtkImageMathematics_SetDivideByZeroToC")); mixin(bindCode("vtkImageMathematics_GetDivideByZeroToC", "D_vtkImageMathematics_GetDivideByZeroToC")); mixin(bindCode("vtkImageMathematics_DivideByZeroToCOn", "D_vtkImageMathematics_DivideByZeroToCOn")); mixin(bindCode("vtkImageMathematics_DivideByZeroToCOff", "D_vtkImageMathematics_DivideByZeroToCOff")); mixin(bindCode("vtkImageMathematics_SetInput1Data", "D_vtkImageMathematics_SetInput1Data")); mixin(bindCode("vtkImageMathematics_SetInput2Data", "D_vtkImageMathematics_SetInput2Data")); mixin(bindCode("vtkImageMathematics_Upcast", "D_vtkImageMathematics_Upcast")); mixin(bindCode("vtkQuadRotationalExtrusionFilter_IsTypeOf", "D_vtkQuadRotationalExtrusionFilter_IsTypeOf")); mixin(bindCode("vtkQuadRotationalExtrusionFilter_SafeDownCast", "D_vtkQuadRotationalExtrusionFilter_SafeDownCast")); mixin(bindCode("vtkQuadRotationalExtrusionFilter_NewInstance", "D_vtkQuadRotationalExtrusionFilter_NewInstance")); mixin(bindCode("vtkQuadRotationalExtrusionFilter_New", "D_vtkQuadRotationalExtrusionFilter_New")); mixin(bindCode("vtkQuadRotationalExtrusionFilter_SetAxis", "D_vtkQuadRotationalExtrusionFilter_SetAxis")); mixin(bindCode("vtkQuadRotationalExtrusionFilter_GetAxisMinValue", "D_vtkQuadRotationalExtrusionFilter_GetAxisMinValue")); mixin(bindCode("vtkQuadRotationalExtrusionFilter_GetAxisMaxValue", "D_vtkQuadRotationalExtrusionFilter_GetAxisMaxValue")); mixin(bindCode("vtkQuadRotationalExtrusionFilter_GetAxis", "D_vtkQuadRotationalExtrusionFilter_GetAxis")); mixin(bindCode("vtkQuadRotationalExtrusionFilter_SetAxisToX", "D_vtkQuadRotationalExtrusionFilter_SetAxisToX")); mixin(bindCode("vtkQuadRotationalExtrusionFilter_SetAxisToY", "D_vtkQuadRotationalExtrusionFilter_SetAxisToY")); mixin(bindCode("vtkQuadRotationalExtrusionFilter_SetAxisToZ", "D_vtkQuadRotationalExtrusionFilter_SetAxisToZ")); mixin(bindCode("vtkQuadRotationalExtrusionFilter_SetResolution", "D_vtkQuadRotationalExtrusionFilter_SetResolution")); mixin(bindCode("vtkQuadRotationalExtrusionFilter_GetResolutionMinValue", "D_vtkQuadRotationalExtrusionFilter_GetResolutionMinValue")); mixin(bindCode("vtkQuadRotationalExtrusionFilter_GetResolutionMaxValue", "D_vtkQuadRotationalExtrusionFilter_GetResolutionMaxValue")); mixin(bindCode("vtkQuadRotationalExtrusionFilter_GetResolution", "D_vtkQuadRotationalExtrusionFilter_GetResolution")); mixin(bindCode("vtkQuadRotationalExtrusionFilter_SetCapping", "D_vtkQuadRotationalExtrusionFilter_SetCapping")); mixin(bindCode("vtkQuadRotationalExtrusionFilter_GetCapping", "D_vtkQuadRotationalExtrusionFilter_GetCapping")); mixin(bindCode("vtkQuadRotationalExtrusionFilter_CappingOn", "D_vtkQuadRotationalExtrusionFilter_CappingOn")); mixin(bindCode("vtkQuadRotationalExtrusionFilter_CappingOff", "D_vtkQuadRotationalExtrusionFilter_CappingOff")); mixin(bindCode("vtkQuadRotationalExtrusionFilter_SetDefaultAngle", "D_vtkQuadRotationalExtrusionFilter_SetDefaultAngle")); mixin(bindCode("vtkQuadRotationalExtrusionFilter_GetDefaultAngle", "D_vtkQuadRotationalExtrusionFilter_GetDefaultAngle")); mixin(bindCode("vtkQuadRotationalExtrusionFilter_RemoveAllPerBlockAngles", "D_vtkQuadRotationalExtrusionFilter_RemoveAllPerBlockAngles")); mixin(bindCode("vtkQuadRotationalExtrusionFilter_AddPerBlockAngle", "D_vtkQuadRotationalExtrusionFilter_AddPerBlockAngle")); mixin(bindCode("vtkQuadRotationalExtrusionFilter_SetTranslation", "D_vtkQuadRotationalExtrusionFilter_SetTranslation")); mixin(bindCode("vtkQuadRotationalExtrusionFilter_GetTranslation", "D_vtkQuadRotationalExtrusionFilter_GetTranslation")); mixin(bindCode("vtkQuadRotationalExtrusionFilter_SetDeltaRadius", "D_vtkQuadRotationalExtrusionFilter_SetDeltaRadius")); mixin(bindCode("vtkQuadRotationalExtrusionFilter_GetDeltaRadius", "D_vtkQuadRotationalExtrusionFilter_GetDeltaRadius")); mixin(bindCode("vtkQuadRotationalExtrusionFilter_Upcast", "D_vtkQuadRotationalExtrusionFilter_Upcast")); mixin(bindCode("vtkCollectGraph_New", "D_vtkCollectGraph_New")); mixin(bindCode("vtkCollectGraph_IsTypeOf", "D_vtkCollectGraph_IsTypeOf")); mixin(bindCode("vtkCollectGraph_SafeDownCast", "D_vtkCollectGraph_SafeDownCast")); mixin(bindCode("vtkCollectGraph_NewInstance", "D_vtkCollectGraph_NewInstance")); mixin(bindCode("vtkCollectGraph_SetController", "D_vtkCollectGraph_SetController")); mixin(bindCode("vtkCollectGraph_GetController", "D_vtkCollectGraph_GetController")); mixin(bindCode("vtkCollectGraph_SetSocketController", "D_vtkCollectGraph_SetSocketController")); mixin(bindCode("vtkCollectGraph_GetSocketController", "D_vtkCollectGraph_GetSocketController")); mixin(bindCode("vtkCollectGraph_SetPassThrough", "D_vtkCollectGraph_SetPassThrough")); mixin(bindCode("vtkCollectGraph_GetPassThrough", "D_vtkCollectGraph_GetPassThrough")); mixin(bindCode("vtkCollectGraph_PassThroughOn", "D_vtkCollectGraph_PassThroughOn")); mixin(bindCode("vtkCollectGraph_PassThroughOff", "D_vtkCollectGraph_PassThroughOff")); mixin(bindCode("vtkCollectGraph_SetOutputType", "D_vtkCollectGraph_SetOutputType")); mixin(bindCode("vtkCollectGraph_GetOutputType", "D_vtkCollectGraph_GetOutputType")); mixin(bindCode("vtkCollectGraph_Upcast", "D_vtkCollectGraph_Upcast")); mixin(bindCode("vtkParametricDini_IsTypeOf", "D_vtkParametricDini_IsTypeOf")); mixin(bindCode("vtkParametricDini_SafeDownCast", "D_vtkParametricDini_SafeDownCast")); mixin(bindCode("vtkParametricDini_NewInstance", "D_vtkParametricDini_NewInstance")); mixin(bindCode("vtkParametricDini_New", "D_vtkParametricDini_New")); mixin(bindCode("vtkParametricDini_SetA", "D_vtkParametricDini_SetA")); mixin(bindCode("vtkParametricDini_GetA", "D_vtkParametricDini_GetA")); mixin(bindCode("vtkParametricDini_SetB", "D_vtkParametricDini_SetB")); mixin(bindCode("vtkParametricDini_GetB", "D_vtkParametricDini_GetB")); mixin(bindCode("vtkParametricDini_Upcast", "D_vtkParametricDini_Upcast")); mixin(bindCode("vtkTulipReader_New", "D_vtkTulipReader_New")); mixin(bindCode("vtkTulipReader_IsTypeOf", "D_vtkTulipReader_IsTypeOf")); mixin(bindCode("vtkTulipReader_SafeDownCast", "D_vtkTulipReader_SafeDownCast")); mixin(bindCode("vtkTulipReader_NewInstance", "D_vtkTulipReader_NewInstance")); mixin(bindCode("vtkTulipReader_GetFileName", "D_vtkTulipReader_GetFileName")); mixin(bindCode("vtkTulipReader_SetFileName", "D_vtkTulipReader_SetFileName")); mixin(bindCode("vtkTulipReader_Upcast", "D_vtkTulipReader_Upcast")); mixin(bindCode("vtkImplicitVolume_IsTypeOf", "D_vtkImplicitVolume_IsTypeOf")); mixin(bindCode("vtkImplicitVolume_SafeDownCast", "D_vtkImplicitVolume_SafeDownCast")); mixin(bindCode("vtkImplicitVolume_NewInstance", "D_vtkImplicitVolume_NewInstance")); mixin(bindCode("vtkImplicitVolume_New", "D_vtkImplicitVolume_New")); mixin(bindCode("vtkImplicitVolume_EvaluateFunction__SWIG_0", "D_vtkImplicitVolume_EvaluateFunction__SWIG_0")); mixin(bindCode("vtkImplicitVolume_EvaluateFunction__SWIG_1", "D_vtkImplicitVolume_EvaluateFunction__SWIG_1")); mixin(bindCode("vtkImplicitVolume_SetVolume", "D_vtkImplicitVolume_SetVolume")); mixin(bindCode("vtkImplicitVolume_GetVolume", "D_vtkImplicitVolume_GetVolume")); mixin(bindCode("vtkImplicitVolume_SetOutValue", "D_vtkImplicitVolume_SetOutValue")); mixin(bindCode("vtkImplicitVolume_GetOutValue", "D_vtkImplicitVolume_GetOutValue")); mixin(bindCode("vtkImplicitVolume_SetOutGradient__SWIG_0", "D_vtkImplicitVolume_SetOutGradient__SWIG_0")); mixin(bindCode("vtkImplicitVolume_SetOutGradient__SWIG_1", "D_vtkImplicitVolume_SetOutGradient__SWIG_1")); mixin(bindCode("vtkImplicitVolume_GetOutGradient__SWIG_0", "D_vtkImplicitVolume_GetOutGradient__SWIG_0")); mixin(bindCode("vtkImplicitVolume_GetOutGradient__SWIG_1", "D_vtkImplicitVolume_GetOutGradient__SWIG_1")); mixin(bindCode("vtkImplicitVolume_GetOutGradient__SWIG_2", "D_vtkImplicitVolume_GetOutGradient__SWIG_2")); mixin(bindCode("vtkImplicitVolume_Upcast", "D_vtkImplicitVolume_Upcast")); mixin(bindCode("vtkAxis_IsTypeOf", "D_vtkAxis_IsTypeOf")); mixin(bindCode("vtkAxis_SafeDownCast", "D_vtkAxis_SafeDownCast")); mixin(bindCode("vtkAxis_NewInstance", "D_vtkAxis_NewInstance")); mixin(bindCode("vtkAxis_New", "D_vtkAxis_New")); mixin(bindCode("vtkAxis_SetPosition", "D_vtkAxis_SetPosition")); mixin(bindCode("vtkAxis_GetPosition", "D_vtkAxis_GetPosition")); mixin(bindCode("vtkAxis_SetPoint1__SWIG_0", "D_vtkAxis_SetPoint1__SWIG_0")); mixin(bindCode("vtkAxis_SetPoint1__SWIG_1", "D_vtkAxis_SetPoint1__SWIG_1")); mixin(bindCode("vtkAxis_GetPoint1__SWIG_0", "D_vtkAxis_GetPoint1__SWIG_0")); mixin(bindCode("vtkAxis_GetPoint1__SWIG_1", "D_vtkAxis_GetPoint1__SWIG_1")); mixin(bindCode("vtkAxis_GetPoint1__SWIG_2", "D_vtkAxis_GetPoint1__SWIG_2")); mixin(bindCode("vtkAxis_GetPosition1", "D_vtkAxis_GetPosition1")); mixin(bindCode("vtkAxis_SetPoint2__SWIG_0", "D_vtkAxis_SetPoint2__SWIG_0")); mixin(bindCode("vtkAxis_SetPoint2__SWIG_1", "D_vtkAxis_SetPoint2__SWIG_1")); mixin(bindCode("vtkAxis_GetPoint2__SWIG_0", "D_vtkAxis_GetPoint2__SWIG_0")); mixin(bindCode("vtkAxis_GetPoint2__SWIG_1", "D_vtkAxis_GetPoint2__SWIG_1")); mixin(bindCode("vtkAxis_GetPoint2__SWIG_2", "D_vtkAxis_GetPoint2__SWIG_2")); mixin(bindCode("vtkAxis_GetPosition2", "D_vtkAxis_GetPosition2")); mixin(bindCode("vtkAxis_SetNumberOfTicks", "D_vtkAxis_SetNumberOfTicks")); mixin(bindCode("vtkAxis_GetNumberOfTicks", "D_vtkAxis_GetNumberOfTicks")); mixin(bindCode("vtkAxis_GetLabelProperties", "D_vtkAxis_GetLabelProperties")); mixin(bindCode("vtkAxis_SetMinimum", "D_vtkAxis_SetMinimum")); mixin(bindCode("vtkAxis_GetMinimum", "D_vtkAxis_GetMinimum")); mixin(bindCode("vtkAxis_SetMaximum", "D_vtkAxis_SetMaximum")); mixin(bindCode("vtkAxis_GetMaximum", "D_vtkAxis_GetMaximum")); mixin(bindCode("vtkAxis_SetUnscaledMinimum", "D_vtkAxis_SetUnscaledMinimum")); mixin(bindCode("vtkAxis_GetUnscaledMinimum", "D_vtkAxis_GetUnscaledMinimum")); mixin(bindCode("vtkAxis_SetUnscaledMaximum", "D_vtkAxis_SetUnscaledMaximum")); mixin(bindCode("vtkAxis_GetUnscaledMaximum", "D_vtkAxis_GetUnscaledMaximum")); mixin(bindCode("vtkAxis_SetRange__SWIG_0", "D_vtkAxis_SetRange__SWIG_0")); mixin(bindCode("vtkAxis_SetRange__SWIG_1", "D_vtkAxis_SetRange__SWIG_1")); mixin(bindCode("vtkAxis_SetUnscaledRange__SWIG_0", "D_vtkAxis_SetUnscaledRange__SWIG_0")); mixin(bindCode("vtkAxis_SetUnscaledRange__SWIG_1", "D_vtkAxis_SetUnscaledRange__SWIG_1")); mixin(bindCode("vtkAxis_GetRange", "D_vtkAxis_GetRange")); mixin(bindCode("vtkAxis_GetUnscaledRange", "D_vtkAxis_GetUnscaledRange")); mixin(bindCode("vtkAxis_SetMinimumLimit", "D_vtkAxis_SetMinimumLimit")); mixin(bindCode("vtkAxis_GetMinimumLimit", "D_vtkAxis_GetMinimumLimit")); mixin(bindCode("vtkAxis_SetMaximumLimit", "D_vtkAxis_SetMaximumLimit")); mixin(bindCode("vtkAxis_GetMaximumLimit", "D_vtkAxis_GetMaximumLimit")); mixin(bindCode("vtkAxis_SetUnscaledMinimumLimit", "D_vtkAxis_SetUnscaledMinimumLimit")); mixin(bindCode("vtkAxis_GetUnscaledMinimumLimit", "D_vtkAxis_GetUnscaledMinimumLimit")); mixin(bindCode("vtkAxis_SetUnscaledMaximumLimit", "D_vtkAxis_SetUnscaledMaximumLimit")); mixin(bindCode("vtkAxis_GetUnscaledMaximumLimit", "D_vtkAxis_GetUnscaledMaximumLimit")); mixin(bindCode("vtkAxis_GetMargins__SWIG_0", "D_vtkAxis_GetMargins__SWIG_0")); mixin(bindCode("vtkAxis_GetMargins__SWIG_1", "D_vtkAxis_GetMargins__SWIG_1")); mixin(bindCode("vtkAxis_GetMargins__SWIG_2", "D_vtkAxis_GetMargins__SWIG_2")); mixin(bindCode("vtkAxis_SetMargins__SWIG_0", "D_vtkAxis_SetMargins__SWIG_0")); mixin(bindCode("vtkAxis_SetMargins__SWIG_1", "D_vtkAxis_SetMargins__SWIG_1")); mixin(bindCode("vtkAxis_SetTitle", "D_vtkAxis_SetTitle")); mixin(bindCode("vtkAxis_GetTitle", "D_vtkAxis_GetTitle")); mixin(bindCode("vtkAxis_GetTitleProperties", "D_vtkAxis_GetTitleProperties")); mixin(bindCode("vtkAxis_GetLogScaleActive", "D_vtkAxis_GetLogScaleActive")); mixin(bindCode("vtkAxis_GetLogScale", "D_vtkAxis_GetLogScale")); mixin(bindCode("vtkAxis_SetLogScale", "D_vtkAxis_SetLogScale")); mixin(bindCode("vtkAxis_LogScaleOn", "D_vtkAxis_LogScaleOn")); mixin(bindCode("vtkAxis_LogScaleOff", "D_vtkAxis_LogScaleOff")); mixin(bindCode("vtkAxis_SetGridVisible", "D_vtkAxis_SetGridVisible")); mixin(bindCode("vtkAxis_GetGridVisible", "D_vtkAxis_GetGridVisible")); mixin(bindCode("vtkAxis_SetLabelsVisible", "D_vtkAxis_SetLabelsVisible")); mixin(bindCode("vtkAxis_GetLabelsVisible", "D_vtkAxis_GetLabelsVisible")); mixin(bindCode("vtkAxis_SetTicksVisible", "D_vtkAxis_SetTicksVisible")); mixin(bindCode("vtkAxis_GetTicksVisible", "D_vtkAxis_GetTicksVisible")); mixin(bindCode("vtkAxis_SetPrecision", "D_vtkAxis_SetPrecision")); mixin(bindCode("vtkAxis_GetPrecision", "D_vtkAxis_GetPrecision")); mixin(bindCode("vtkAxis_SetNotation", "D_vtkAxis_SetNotation")); mixin(bindCode("vtkAxis_GetNotation", "D_vtkAxis_GetNotation")); mixin(bindCode("vtkAxis_SetBehavior", "D_vtkAxis_SetBehavior")); mixin(bindCode("vtkAxis_GetBehavior", "D_vtkAxis_GetBehavior")); mixin(bindCode("vtkAxis_GetPen", "D_vtkAxis_GetPen")); mixin(bindCode("vtkAxis_GetGridPen", "D_vtkAxis_GetGridPen")); mixin(bindCode("vtkAxis_SetTickLabelAlgorithm", "D_vtkAxis_SetTickLabelAlgorithm")); mixin(bindCode("vtkAxis_GetTickLabelAlgorithm", "D_vtkAxis_GetTickLabelAlgorithm")); mixin(bindCode("vtkAxis_AutoScale", "D_vtkAxis_AutoScale")); mixin(bindCode("vtkAxis_RecalculateTickSpacing", "D_vtkAxis_RecalculateTickSpacing")); mixin(bindCode("vtkAxis_GetTickPositions", "D_vtkAxis_GetTickPositions")); mixin(bindCode("vtkAxis_GetTickScenePositions", "D_vtkAxis_GetTickScenePositions")); mixin(bindCode("vtkAxis_GetTickLabels", "D_vtkAxis_GetTickLabels")); mixin(bindCode("vtkAxis_SetCustomTickPositions__SWIG_0", "D_vtkAxis_SetCustomTickPositions__SWIG_0")); mixin(bindCode("vtkAxis_SetCustomTickPositions__SWIG_1", "D_vtkAxis_SetCustomTickPositions__SWIG_1")); mixin(bindCode("vtkAxis_SetTickPositions", "D_vtkAxis_SetTickPositions")); mixin(bindCode("vtkAxis_SetTickLabels", "D_vtkAxis_SetTickLabels")); mixin(bindCode("vtkAxis_GetBoundingRect", "D_vtkAxis_GetBoundingRect")); mixin(bindCode("vtkAxis_NiceNumber", "D_vtkAxis_NiceNumber")); mixin(bindCode("vtkAxis_NiceMinMax", "D_vtkAxis_NiceMinMax")); mixin(bindCode("new_vtkAxis", "D_new_vtkAxis")); mixin(bindCode("delete_vtkAxis", "D_delete_vtkAxis")); mixin(bindCode("vtkAxis_Upcast", "D_vtkAxis_Upcast")); mixin(bindCode("vtkMNIObjectWriter_IsTypeOf", "D_vtkMNIObjectWriter_IsTypeOf")); mixin(bindCode("vtkMNIObjectWriter_SafeDownCast", "D_vtkMNIObjectWriter_SafeDownCast")); mixin(bindCode("vtkMNIObjectWriter_NewInstance", "D_vtkMNIObjectWriter_NewInstance")); mixin(bindCode("vtkMNIObjectWriter_New", "D_vtkMNIObjectWriter_New")); mixin(bindCode("vtkMNIObjectWriter_GetFileExtensions", "D_vtkMNIObjectWriter_GetFileExtensions")); mixin(bindCode("vtkMNIObjectWriter_GetDescriptiveName", "D_vtkMNIObjectWriter_GetDescriptiveName")); mixin(bindCode("vtkMNIObjectWriter_SetProperty", "D_vtkMNIObjectWriter_SetProperty")); mixin(bindCode("vtkMNIObjectWriter_GetProperty", "D_vtkMNIObjectWriter_GetProperty")); mixin(bindCode("vtkMNIObjectWriter_SetMapper", "D_vtkMNIObjectWriter_SetMapper")); mixin(bindCode("vtkMNIObjectWriter_GetMapper", "D_vtkMNIObjectWriter_GetMapper")); mixin(bindCode("vtkMNIObjectWriter_SetLookupTable", "D_vtkMNIObjectWriter_SetLookupTable")); mixin(bindCode("vtkMNIObjectWriter_GetLookupTable", "D_vtkMNIObjectWriter_GetLookupTable")); mixin(bindCode("vtkMNIObjectWriter_GetInput__SWIG_0", "D_vtkMNIObjectWriter_GetInput__SWIG_0")); mixin(bindCode("vtkMNIObjectWriter_GetInput__SWIG_1", "D_vtkMNIObjectWriter_GetInput__SWIG_1")); mixin(bindCode("vtkMNIObjectWriter_SetFileName", "D_vtkMNIObjectWriter_SetFileName")); mixin(bindCode("vtkMNIObjectWriter_GetFileName", "D_vtkMNIObjectWriter_GetFileName")); mixin(bindCode("vtkMNIObjectWriter_SetFileType", "D_vtkMNIObjectWriter_SetFileType")); mixin(bindCode("vtkMNIObjectWriter_GetFileTypeMinValue", "D_vtkMNIObjectWriter_GetFileTypeMinValue")); mixin(bindCode("vtkMNIObjectWriter_GetFileTypeMaxValue", "D_vtkMNIObjectWriter_GetFileTypeMaxValue")); mixin(bindCode("vtkMNIObjectWriter_GetFileType", "D_vtkMNIObjectWriter_GetFileType")); mixin(bindCode("vtkMNIObjectWriter_SetFileTypeToASCII", "D_vtkMNIObjectWriter_SetFileTypeToASCII")); mixin(bindCode("vtkMNIObjectWriter_SetFileTypeToBinary", "D_vtkMNIObjectWriter_SetFileTypeToBinary")); mixin(bindCode("vtkMNIObjectWriter_Upcast", "D_vtkMNIObjectWriter_Upcast")); mixin(bindCode("vtkTreeMapToPolyData_New", "D_vtkTreeMapToPolyData_New")); mixin(bindCode("vtkTreeMapToPolyData_IsTypeOf", "D_vtkTreeMapToPolyData_IsTypeOf")); mixin(bindCode("vtkTreeMapToPolyData_SafeDownCast", "D_vtkTreeMapToPolyData_SafeDownCast")); mixin(bindCode("vtkTreeMapToPolyData_NewInstance", "D_vtkTreeMapToPolyData_NewInstance")); mixin(bindCode("vtkTreeMapToPolyData_SetRectanglesArrayName", "D_vtkTreeMapToPolyData_SetRectanglesArrayName")); mixin(bindCode("vtkTreeMapToPolyData_SetLevelArrayName", "D_vtkTreeMapToPolyData_SetLevelArrayName")); mixin(bindCode("vtkTreeMapToPolyData_GetLevelDeltaZ", "D_vtkTreeMapToPolyData_GetLevelDeltaZ")); mixin(bindCode("vtkTreeMapToPolyData_SetLevelDeltaZ", "D_vtkTreeMapToPolyData_SetLevelDeltaZ")); mixin(bindCode("vtkTreeMapToPolyData_GetAddNormals", "D_vtkTreeMapToPolyData_GetAddNormals")); mixin(bindCode("vtkTreeMapToPolyData_SetAddNormals", "D_vtkTreeMapToPolyData_SetAddNormals")); mixin(bindCode("vtkTreeMapToPolyData_FillInputPortInformation", "D_vtkTreeMapToPolyData_FillInputPortInformation")); mixin(bindCode("vtkTreeMapToPolyData_Upcast", "D_vtkTreeMapToPolyData_Upcast")); mixin(bindCode("vtkMergeCells_IsTypeOf", "D_vtkMergeCells_IsTypeOf")); mixin(bindCode("vtkMergeCells_SafeDownCast", "D_vtkMergeCells_SafeDownCast")); mixin(bindCode("vtkMergeCells_NewInstance", "D_vtkMergeCells_NewInstance")); mixin(bindCode("vtkMergeCells_New", "D_vtkMergeCells_New")); mixin(bindCode("vtkMergeCells_SetUnstructuredGrid", "D_vtkMergeCells_SetUnstructuredGrid")); mixin(bindCode("vtkMergeCells_GetUnstructuredGrid", "D_vtkMergeCells_GetUnstructuredGrid")); mixin(bindCode("vtkMergeCells_SetTotalNumberOfCells", "D_vtkMergeCells_SetTotalNumberOfCells")); mixin(bindCode("vtkMergeCells_GetTotalNumberOfCells", "D_vtkMergeCells_GetTotalNumberOfCells")); mixin(bindCode("vtkMergeCells_SetTotalNumberOfPoints", "D_vtkMergeCells_SetTotalNumberOfPoints")); mixin(bindCode("vtkMergeCells_GetTotalNumberOfPoints", "D_vtkMergeCells_GetTotalNumberOfPoints")); mixin(bindCode("vtkMergeCells_SetUseGlobalIds", "D_vtkMergeCells_SetUseGlobalIds")); mixin(bindCode("vtkMergeCells_GetUseGlobalIds", "D_vtkMergeCells_GetUseGlobalIds")); mixin(bindCode("vtkMergeCells_SetPointMergeTolerance", "D_vtkMergeCells_SetPointMergeTolerance")); mixin(bindCode("vtkMergeCells_GetPointMergeToleranceMinValue", "D_vtkMergeCells_GetPointMergeToleranceMinValue")); mixin(bindCode("vtkMergeCells_GetPointMergeToleranceMaxValue", "D_vtkMergeCells_GetPointMergeToleranceMaxValue")); mixin(bindCode("vtkMergeCells_GetPointMergeTolerance", "D_vtkMergeCells_GetPointMergeTolerance")); mixin(bindCode("vtkMergeCells_SetUseGlobalCellIds", "D_vtkMergeCells_SetUseGlobalCellIds")); mixin(bindCode("vtkMergeCells_GetUseGlobalCellIds", "D_vtkMergeCells_GetUseGlobalCellIds")); mixin(bindCode("vtkMergeCells_SetMergeDuplicatePoints", "D_vtkMergeCells_SetMergeDuplicatePoints")); mixin(bindCode("vtkMergeCells_GetMergeDuplicatePoints", "D_vtkMergeCells_GetMergeDuplicatePoints")); mixin(bindCode("vtkMergeCells_MergeDuplicatePointsOn", "D_vtkMergeCells_MergeDuplicatePointsOn")); mixin(bindCode("vtkMergeCells_MergeDuplicatePointsOff", "D_vtkMergeCells_MergeDuplicatePointsOff")); mixin(bindCode("vtkMergeCells_SetTotalNumberOfDataSets", "D_vtkMergeCells_SetTotalNumberOfDataSets")); mixin(bindCode("vtkMergeCells_GetTotalNumberOfDataSets", "D_vtkMergeCells_GetTotalNumberOfDataSets")); mixin(bindCode("vtkMergeCells_MergeDataSet", "D_vtkMergeCells_MergeDataSet")); mixin(bindCode("vtkMergeCells_Finish", "D_vtkMergeCells_Finish")); mixin(bindCode("vtkMergeCells_Upcast", "D_vtkMergeCells_Upcast")); mixin(bindCode("vtkMarkerUtilities_IsTypeOf", "D_vtkMarkerUtilities_IsTypeOf")); mixin(bindCode("vtkMarkerUtilities_SafeDownCast", "D_vtkMarkerUtilities_SafeDownCast")); mixin(bindCode("vtkMarkerUtilities_NewInstance", "D_vtkMarkerUtilities_NewInstance")); mixin(bindCode("vtkMarkerUtilities_GenerateMarker", "D_vtkMarkerUtilities_GenerateMarker")); mixin(bindCode("new_vtkMarkerUtilities", "D_new_vtkMarkerUtilities")); mixin(bindCode("delete_vtkMarkerUtilities", "D_delete_vtkMarkerUtilities")); mixin(bindCode("vtkMarkerUtilities_Upcast", "D_vtkMarkerUtilities_Upcast")); mixin(bindCode("vtkHyperOctreeToUniformGridFilter_New", "D_vtkHyperOctreeToUniformGridFilter_New")); mixin(bindCode("vtkHyperOctreeToUniformGridFilter_IsTypeOf", "D_vtkHyperOctreeToUniformGridFilter_IsTypeOf")); mixin(bindCode("vtkHyperOctreeToUniformGridFilter_SafeDownCast", "D_vtkHyperOctreeToUniformGridFilter_SafeDownCast")); mixin(bindCode("vtkHyperOctreeToUniformGridFilter_NewInstance", "D_vtkHyperOctreeToUniformGridFilter_NewInstance")); mixin(bindCode("vtkHyperOctreeToUniformGridFilter_Upcast", "D_vtkHyperOctreeToUniformGridFilter_Upcast")); mixin(bindCode("vtkPointDataToCellData_New", "D_vtkPointDataToCellData_New")); mixin(bindCode("vtkPointDataToCellData_IsTypeOf", "D_vtkPointDataToCellData_IsTypeOf")); mixin(bindCode("vtkPointDataToCellData_SafeDownCast", "D_vtkPointDataToCellData_SafeDownCast")); mixin(bindCode("vtkPointDataToCellData_NewInstance", "D_vtkPointDataToCellData_NewInstance")); mixin(bindCode("vtkPointDataToCellData_SetPassPointData", "D_vtkPointDataToCellData_SetPassPointData")); mixin(bindCode("vtkPointDataToCellData_GetPassPointData", "D_vtkPointDataToCellData_GetPassPointData")); mixin(bindCode("vtkPointDataToCellData_PassPointDataOn", "D_vtkPointDataToCellData_PassPointDataOn")); mixin(bindCode("vtkPointDataToCellData_PassPointDataOff", "D_vtkPointDataToCellData_PassPointDataOff")); mixin(bindCode("vtkPointDataToCellData_Upcast", "D_vtkPointDataToCellData_Upcast")); mixin(bindCode("vtkRungeKutta4_IsTypeOf", "D_vtkRungeKutta4_IsTypeOf")); mixin(bindCode("vtkRungeKutta4_SafeDownCast", "D_vtkRungeKutta4_SafeDownCast")); mixin(bindCode("vtkRungeKutta4_NewInstance", "D_vtkRungeKutta4_NewInstance")); mixin(bindCode("vtkRungeKutta4_New", "D_vtkRungeKutta4_New")); mixin(bindCode("vtkRungeKutta4_ComputeNextStep__SWIG_0", "D_vtkRungeKutta4_ComputeNextStep__SWIG_0")); mixin(bindCode("vtkRungeKutta4_ComputeNextStep__SWIG_1", "D_vtkRungeKutta4_ComputeNextStep__SWIG_1")); mixin(bindCode("vtkRungeKutta4_ComputeNextStep__SWIG_2", "D_vtkRungeKutta4_ComputeNextStep__SWIG_2")); mixin(bindCode("vtkRungeKutta4_ComputeNextStep__SWIG_3", "D_vtkRungeKutta4_ComputeNextStep__SWIG_3")); mixin(bindCode("vtkRungeKutta4_Upcast", "D_vtkRungeKutta4_Upcast")); mixin(bindCode("vtkCorrelativeStatistics_IsTypeOf", "D_vtkCorrelativeStatistics_IsTypeOf")); mixin(bindCode("vtkCorrelativeStatistics_SafeDownCast", "D_vtkCorrelativeStatistics_SafeDownCast")); mixin(bindCode("vtkCorrelativeStatistics_NewInstance", "D_vtkCorrelativeStatistics_NewInstance")); mixin(bindCode("vtkCorrelativeStatistics_New", "D_vtkCorrelativeStatistics_New")); mixin(bindCode("vtkCorrelativeStatistics_Upcast", "D_vtkCorrelativeStatistics_Upcast")); mixin(bindCode("vtkWidgetEventTranslator_New", "D_vtkWidgetEventTranslator_New")); mixin(bindCode("vtkWidgetEventTranslator_IsTypeOf", "D_vtkWidgetEventTranslator_IsTypeOf")); mixin(bindCode("vtkWidgetEventTranslator_SafeDownCast", "D_vtkWidgetEventTranslator_SafeDownCast")); mixin(bindCode("vtkWidgetEventTranslator_NewInstance", "D_vtkWidgetEventTranslator_NewInstance")); mixin(bindCode("vtkWidgetEventTranslator_SetTranslation__SWIG_0", "D_vtkWidgetEventTranslator_SetTranslation__SWIG_0")); mixin(bindCode("vtkWidgetEventTranslator_SetTranslation__SWIG_1", "D_vtkWidgetEventTranslator_SetTranslation__SWIG_1")); mixin(bindCode("vtkWidgetEventTranslator_SetTranslation__SWIG_2", "D_vtkWidgetEventTranslator_SetTranslation__SWIG_2")); mixin(bindCode("vtkWidgetEventTranslator_SetTranslation__SWIG_3", "D_vtkWidgetEventTranslator_SetTranslation__SWIG_3")); mixin(bindCode("vtkWidgetEventTranslator_GetTranslation__SWIG_0", "D_vtkWidgetEventTranslator_GetTranslation__SWIG_0")); mixin(bindCode("vtkWidgetEventTranslator_GetTranslation__SWIG_1", "D_vtkWidgetEventTranslator_GetTranslation__SWIG_1")); mixin(bindCode("vtkWidgetEventTranslator_GetTranslation__SWIG_2", "D_vtkWidgetEventTranslator_GetTranslation__SWIG_2")); mixin(bindCode("vtkWidgetEventTranslator_GetTranslation__SWIG_3", "D_vtkWidgetEventTranslator_GetTranslation__SWIG_3")); mixin(bindCode("vtkWidgetEventTranslator_RemoveTranslation__SWIG_0", "D_vtkWidgetEventTranslator_RemoveTranslation__SWIG_0")); mixin(bindCode("vtkWidgetEventTranslator_RemoveTranslation__SWIG_1", "D_vtkWidgetEventTranslator_RemoveTranslation__SWIG_1")); mixin(bindCode("vtkWidgetEventTranslator_RemoveTranslation__SWIG_2", "D_vtkWidgetEventTranslator_RemoveTranslation__SWIG_2")); mixin(bindCode("vtkWidgetEventTranslator_RemoveTranslation__SWIG_3", "D_vtkWidgetEventTranslator_RemoveTranslation__SWIG_3")); mixin(bindCode("vtkWidgetEventTranslator_ClearEvents", "D_vtkWidgetEventTranslator_ClearEvents")); mixin(bindCode("vtkWidgetEventTranslator_Upcast", "D_vtkWidgetEventTranslator_Upcast")); mixin(bindCode("vtkQuadricLODActor_New", "D_vtkQuadricLODActor_New")); mixin(bindCode("vtkQuadricLODActor_IsTypeOf", "D_vtkQuadricLODActor_IsTypeOf")); mixin(bindCode("vtkQuadricLODActor_SafeDownCast", "D_vtkQuadricLODActor_SafeDownCast")); mixin(bindCode("vtkQuadricLODActor_NewInstance", "D_vtkQuadricLODActor_NewInstance")); mixin(bindCode("vtkQuadricLODActor_SetDeferLODConstruction", "D_vtkQuadricLODActor_SetDeferLODConstruction")); mixin(bindCode("vtkQuadricLODActor_GetDeferLODConstruction", "D_vtkQuadricLODActor_GetDeferLODConstruction")); mixin(bindCode("vtkQuadricLODActor_DeferLODConstructionOn", "D_vtkQuadricLODActor_DeferLODConstructionOn")); mixin(bindCode("vtkQuadricLODActor_DeferLODConstructionOff", "D_vtkQuadricLODActor_DeferLODConstructionOff")); mixin(bindCode("vtkQuadricLODActor_SetStatic", "D_vtkQuadricLODActor_SetStatic")); mixin(bindCode("vtkQuadricLODActor_GetStatic", "D_vtkQuadricLODActor_GetStatic")); mixin(bindCode("vtkQuadricLODActor_StaticOn", "D_vtkQuadricLODActor_StaticOn")); mixin(bindCode("vtkQuadricLODActor_StaticOff", "D_vtkQuadricLODActor_StaticOff")); mixin(bindCode("vtkQuadricLODActor_SetDataConfiguration", "D_vtkQuadricLODActor_SetDataConfiguration")); mixin(bindCode("vtkQuadricLODActor_GetDataConfigurationMinValue", "D_vtkQuadricLODActor_GetDataConfigurationMinValue")); mixin(bindCode("vtkQuadricLODActor_GetDataConfigurationMaxValue", "D_vtkQuadricLODActor_GetDataConfigurationMaxValue")); mixin(bindCode("vtkQuadricLODActor_GetDataConfiguration", "D_vtkQuadricLODActor_GetDataConfiguration")); mixin(bindCode("vtkQuadricLODActor_SetDataConfigurationToUnknown", "D_vtkQuadricLODActor_SetDataConfigurationToUnknown")); mixin(bindCode("vtkQuadricLODActor_SetDataConfigurationToXLine", "D_vtkQuadricLODActor_SetDataConfigurationToXLine")); mixin(bindCode("vtkQuadricLODActor_SetDataConfigurationToYLine", "D_vtkQuadricLODActor_SetDataConfigurationToYLine")); mixin(bindCode("vtkQuadricLODActor_SetDataConfigurationToZLine", "D_vtkQuadricLODActor_SetDataConfigurationToZLine")); mixin(bindCode("vtkQuadricLODActor_SetDataConfigurationToXYPlane", "D_vtkQuadricLODActor_SetDataConfigurationToXYPlane")); mixin(bindCode("vtkQuadricLODActor_SetDataConfigurationToYZPlane", "D_vtkQuadricLODActor_SetDataConfigurationToYZPlane")); mixin(bindCode("vtkQuadricLODActor_SetDataConfigurationToXZPlane", "D_vtkQuadricLODActor_SetDataConfigurationToXZPlane")); mixin(bindCode("vtkQuadricLODActor_SetDataConfigurationToXYZVolume", "D_vtkQuadricLODActor_SetDataConfigurationToXYZVolume")); mixin(bindCode("vtkQuadricLODActor_SetCollapseDimensionRatio", "D_vtkQuadricLODActor_SetCollapseDimensionRatio")); mixin(bindCode("vtkQuadricLODActor_GetCollapseDimensionRatioMinValue", "D_vtkQuadricLODActor_GetCollapseDimensionRatioMinValue")); mixin(bindCode("vtkQuadricLODActor_GetCollapseDimensionRatioMaxValue", "D_vtkQuadricLODActor_GetCollapseDimensionRatioMaxValue")); mixin(bindCode("vtkQuadricLODActor_GetCollapseDimensionRatio", "D_vtkQuadricLODActor_GetCollapseDimensionRatio")); mixin(bindCode("vtkQuadricLODActor_SetLODFilter", "D_vtkQuadricLODActor_SetLODFilter")); mixin(bindCode("vtkQuadricLODActor_GetLODFilter", "D_vtkQuadricLODActor_GetLODFilter")); mixin(bindCode("vtkQuadricLODActor_SetMaximumDisplayListSize", "D_vtkQuadricLODActor_SetMaximumDisplayListSize")); mixin(bindCode("vtkQuadricLODActor_GetMaximumDisplayListSizeMinValue", "D_vtkQuadricLODActor_GetMaximumDisplayListSizeMinValue")); mixin(bindCode("vtkQuadricLODActor_GetMaximumDisplayListSizeMaxValue", "D_vtkQuadricLODActor_GetMaximumDisplayListSizeMaxValue")); mixin(bindCode("vtkQuadricLODActor_GetMaximumDisplayListSize", "D_vtkQuadricLODActor_GetMaximumDisplayListSize")); mixin(bindCode("vtkQuadricLODActor_SetPropType", "D_vtkQuadricLODActor_SetPropType")); mixin(bindCode("vtkQuadricLODActor_GetPropTypeMinValue", "D_vtkQuadricLODActor_GetPropTypeMinValue")); mixin(bindCode("vtkQuadricLODActor_GetPropTypeMaxValue", "D_vtkQuadricLODActor_GetPropTypeMaxValue")); mixin(bindCode("vtkQuadricLODActor_GetPropType", "D_vtkQuadricLODActor_GetPropType")); mixin(bindCode("vtkQuadricLODActor_SetPropTypeToFollower", "D_vtkQuadricLODActor_SetPropTypeToFollower")); mixin(bindCode("vtkQuadricLODActor_SetPropTypeToActor", "D_vtkQuadricLODActor_SetPropTypeToActor")); mixin(bindCode("vtkQuadricLODActor_SetCamera", "D_vtkQuadricLODActor_SetCamera")); mixin(bindCode("vtkQuadricLODActor_GetCamera", "D_vtkQuadricLODActor_GetCamera")); mixin(bindCode("vtkQuadricLODActor_ReleaseGraphicsResources", "D_vtkQuadricLODActor_ReleaseGraphicsResources")); mixin(bindCode("vtkQuadricLODActor_Upcast", "D_vtkQuadricLODActor_Upcast")); mixin(bindCode("vtkRenderingVolumeOpenGLObjectFactory_New", "D_vtkRenderingVolumeOpenGLObjectFactory_New")); mixin(bindCode("vtkRenderingVolumeOpenGLObjectFactory_IsTypeOf", "D_vtkRenderingVolumeOpenGLObjectFactory_IsTypeOf")); mixin(bindCode("vtkRenderingVolumeOpenGLObjectFactory_SafeDownCast", "D_vtkRenderingVolumeOpenGLObjectFactory_SafeDownCast")); mixin(bindCode("vtkRenderingVolumeOpenGLObjectFactory_NewInstance", "D_vtkRenderingVolumeOpenGLObjectFactory_NewInstance")); mixin(bindCode("delete_vtkRenderingVolumeOpenGLObjectFactory", "D_delete_vtkRenderingVolumeOpenGLObjectFactory")); mixin(bindCode("vtkRenderingVolumeOpenGLObjectFactory_Upcast", "D_vtkRenderingVolumeOpenGLObjectFactory_Upcast")); mixin(bindCode("vtkGenericDataObjectReader_New", "D_vtkGenericDataObjectReader_New")); mixin(bindCode("vtkGenericDataObjectReader_IsTypeOf", "D_vtkGenericDataObjectReader_IsTypeOf")); mixin(bindCode("vtkGenericDataObjectReader_SafeDownCast", "D_vtkGenericDataObjectReader_SafeDownCast")); mixin(bindCode("vtkGenericDataObjectReader_NewInstance", "D_vtkGenericDataObjectReader_NewInstance")); mixin(bindCode("vtkGenericDataObjectReader_GetOutput__SWIG_0", "D_vtkGenericDataObjectReader_GetOutput__SWIG_0")); mixin(bindCode("vtkGenericDataObjectReader_GetOutput__SWIG_1", "D_vtkGenericDataObjectReader_GetOutput__SWIG_1")); mixin(bindCode("vtkGenericDataObjectReader_GetGraphOutput", "D_vtkGenericDataObjectReader_GetGraphOutput")); mixin(bindCode("vtkGenericDataObjectReader_GetPolyDataOutput", "D_vtkGenericDataObjectReader_GetPolyDataOutput")); mixin(bindCode("vtkGenericDataObjectReader_GetRectilinearGridOutput", "D_vtkGenericDataObjectReader_GetRectilinearGridOutput")); mixin(bindCode("vtkGenericDataObjectReader_GetStructuredGridOutput", "D_vtkGenericDataObjectReader_GetStructuredGridOutput")); mixin(bindCode("vtkGenericDataObjectReader_GetStructuredPointsOutput", "D_vtkGenericDataObjectReader_GetStructuredPointsOutput")); mixin(bindCode("vtkGenericDataObjectReader_GetTableOutput", "D_vtkGenericDataObjectReader_GetTableOutput")); mixin(bindCode("vtkGenericDataObjectReader_GetTreeOutput", "D_vtkGenericDataObjectReader_GetTreeOutput")); mixin(bindCode("vtkGenericDataObjectReader_GetUnstructuredGridOutput", "D_vtkGenericDataObjectReader_GetUnstructuredGridOutput")); mixin(bindCode("vtkGenericDataObjectReader_ReadOutputType", "D_vtkGenericDataObjectReader_ReadOutputType")); mixin(bindCode("new_vtkGenericDataObjectReader", "D_new_vtkGenericDataObjectReader")); mixin(bindCode("delete_vtkGenericDataObjectReader", "D_delete_vtkGenericDataObjectReader")); mixin(bindCode("vtkGenericDataObjectReader_Upcast", "D_vtkGenericDataObjectReader_Upcast")); mixin(bindCode("VTK_RBF_CUSTOM_get", "D_VTK_RBF_CUSTOM_get")); mixin(bindCode("VTK_RBF_R_get", "D_VTK_RBF_R_get")); mixin(bindCode("VTK_RBF_R2LOGR_get", "D_VTK_RBF_R2LOGR_get")); mixin(bindCode("vtkThinPlateSplineTransform_IsTypeOf", "D_vtkThinPlateSplineTransform_IsTypeOf")); mixin(bindCode("vtkThinPlateSplineTransform_SafeDownCast", "D_vtkThinPlateSplineTransform_SafeDownCast")); mixin(bindCode("vtkThinPlateSplineTransform_NewInstance", "D_vtkThinPlateSplineTransform_NewInstance")); mixin(bindCode("vtkThinPlateSplineTransform_New", "D_vtkThinPlateSplineTransform_New")); mixin(bindCode("vtkThinPlateSplineTransform_GetSigma", "D_vtkThinPlateSplineTransform_GetSigma")); mixin(bindCode("vtkThinPlateSplineTransform_SetSigma", "D_vtkThinPlateSplineTransform_SetSigma")); mixin(bindCode("vtkThinPlateSplineTransform_SetBasis", "D_vtkThinPlateSplineTransform_SetBasis")); mixin(bindCode("vtkThinPlateSplineTransform_GetBasis", "D_vtkThinPlateSplineTransform_GetBasis")); mixin(bindCode("vtkThinPlateSplineTransform_SetBasisToR", "D_vtkThinPlateSplineTransform_SetBasisToR")); mixin(bindCode("vtkThinPlateSplineTransform_SetBasisToR2LogR", "D_vtkThinPlateSplineTransform_SetBasisToR2LogR")); mixin(bindCode("vtkThinPlateSplineTransform_GetBasisAsString", "D_vtkThinPlateSplineTransform_GetBasisAsString")); mixin(bindCode("vtkThinPlateSplineTransform_SetSourceLandmarks", "D_vtkThinPlateSplineTransform_SetSourceLandmarks")); mixin(bindCode("vtkThinPlateSplineTransform_GetSourceLandmarks", "D_vtkThinPlateSplineTransform_GetSourceLandmarks")); mixin(bindCode("vtkThinPlateSplineTransform_SetTargetLandmarks", "D_vtkThinPlateSplineTransform_SetTargetLandmarks")); mixin(bindCode("vtkThinPlateSplineTransform_GetTargetLandmarks", "D_vtkThinPlateSplineTransform_GetTargetLandmarks")); mixin(bindCode("vtkThinPlateSplineTransform_Upcast", "D_vtkThinPlateSplineTransform_Upcast")); mixin(bindCode("vtkOrientationMarkerWidget_New", "D_vtkOrientationMarkerWidget_New")); mixin(bindCode("vtkOrientationMarkerWidget_IsTypeOf", "D_vtkOrientationMarkerWidget_IsTypeOf")); mixin(bindCode("vtkOrientationMarkerWidget_SafeDownCast", "D_vtkOrientationMarkerWidget_SafeDownCast")); mixin(bindCode("vtkOrientationMarkerWidget_NewInstance", "D_vtkOrientationMarkerWidget_NewInstance")); mixin(bindCode("vtkOrientationMarkerWidget_SetOrientationMarker", "D_vtkOrientationMarkerWidget_SetOrientationMarker")); mixin(bindCode("vtkOrientationMarkerWidget_GetOrientationMarker", "D_vtkOrientationMarkerWidget_GetOrientationMarker")); mixin(bindCode("vtkOrientationMarkerWidget_ExecuteCameraUpdateEvent", "D_vtkOrientationMarkerWidget_ExecuteCameraUpdateEvent")); mixin(bindCode("vtkOrientationMarkerWidget_SetInteractive", "D_vtkOrientationMarkerWidget_SetInteractive")); mixin(bindCode("vtkOrientationMarkerWidget_GetInteractive", "D_vtkOrientationMarkerWidget_GetInteractive")); mixin(bindCode("vtkOrientationMarkerWidget_InteractiveOn", "D_vtkOrientationMarkerWidget_InteractiveOn")); mixin(bindCode("vtkOrientationMarkerWidget_InteractiveOff", "D_vtkOrientationMarkerWidget_InteractiveOff")); mixin(bindCode("vtkOrientationMarkerWidget_SetOutlineColor", "D_vtkOrientationMarkerWidget_SetOutlineColor")); mixin(bindCode("vtkOrientationMarkerWidget_GetOutlineColor", "D_vtkOrientationMarkerWidget_GetOutlineColor")); mixin(bindCode("vtkOrientationMarkerWidget_SetViewport", "D_vtkOrientationMarkerWidget_SetViewport")); mixin(bindCode("vtkOrientationMarkerWidget_GetViewport", "D_vtkOrientationMarkerWidget_GetViewport")); mixin(bindCode("vtkOrientationMarkerWidget_SetTolerance", "D_vtkOrientationMarkerWidget_SetTolerance")); mixin(bindCode("vtkOrientationMarkerWidget_GetToleranceMinValue", "D_vtkOrientationMarkerWidget_GetToleranceMinValue")); mixin(bindCode("vtkOrientationMarkerWidget_GetToleranceMaxValue", "D_vtkOrientationMarkerWidget_GetToleranceMaxValue")); mixin(bindCode("vtkOrientationMarkerWidget_GetTolerance", "D_vtkOrientationMarkerWidget_GetTolerance")); mixin(bindCode("vtkOrientationMarkerWidget_Upcast", "D_vtkOrientationMarkerWidget_Upcast")); mixin(bindCode("vtkPolyPlane_New", "D_vtkPolyPlane_New")); mixin(bindCode("vtkPolyPlane_IsTypeOf", "D_vtkPolyPlane_IsTypeOf")); mixin(bindCode("vtkPolyPlane_SafeDownCast", "D_vtkPolyPlane_SafeDownCast")); mixin(bindCode("vtkPolyPlane_NewInstance", "D_vtkPolyPlane_NewInstance")); mixin(bindCode("vtkPolyPlane_EvaluateFunction__SWIG_0", "D_vtkPolyPlane_EvaluateFunction__SWIG_0")); mixin(bindCode("vtkPolyPlane_EvaluateFunction__SWIG_1", "D_vtkPolyPlane_EvaluateFunction__SWIG_1")); mixin(bindCode("vtkPolyPlane_SetPolyLine", "D_vtkPolyPlane_SetPolyLine")); mixin(bindCode("vtkPolyPlane_GetPolyLine", "D_vtkPolyPlane_GetPolyLine")); mixin(bindCode("vtkPolyPlane_Upcast", "D_vtkPolyPlane_Upcast")); mixin(bindCode("vtkPolyDataSourceWidget_IsTypeOf", "D_vtkPolyDataSourceWidget_IsTypeOf")); mixin(bindCode("vtkPolyDataSourceWidget_SafeDownCast", "D_vtkPolyDataSourceWidget_SafeDownCast")); mixin(bindCode("vtkPolyDataSourceWidget_NewInstance", "D_vtkPolyDataSourceWidget_NewInstance")); mixin(bindCode("vtkPolyDataSourceWidget_PlaceWidget__SWIG_0", "D_vtkPolyDataSourceWidget_PlaceWidget__SWIG_0")); mixin(bindCode("vtkPolyDataSourceWidget_PlaceWidget__SWIG_1", "D_vtkPolyDataSourceWidget_PlaceWidget__SWIG_1")); mixin(bindCode("vtkPolyDataSourceWidget_PlaceWidget__SWIG_2", "D_vtkPolyDataSourceWidget_PlaceWidget__SWIG_2")); mixin(bindCode("vtkPolyDataSourceWidget_GetPolyDataAlgorithm", "D_vtkPolyDataSourceWidget_GetPolyDataAlgorithm")); mixin(bindCode("vtkPolyDataSourceWidget_UpdatePlacement", "D_vtkPolyDataSourceWidget_UpdatePlacement")); mixin(bindCode("delete_vtkPolyDataSourceWidget", "D_delete_vtkPolyDataSourceWidget")); mixin(bindCode("vtkPolyDataSourceWidget_Upcast", "D_vtkPolyDataSourceWidget_Upcast")); mixin(bindCode("vtkImplicitPlaneWidget_New", "D_vtkImplicitPlaneWidget_New")); mixin(bindCode("vtkImplicitPlaneWidget_IsTypeOf", "D_vtkImplicitPlaneWidget_IsTypeOf")); mixin(bindCode("vtkImplicitPlaneWidget_SafeDownCast", "D_vtkImplicitPlaneWidget_SafeDownCast")); mixin(bindCode("vtkImplicitPlaneWidget_NewInstance", "D_vtkImplicitPlaneWidget_NewInstance")); mixin(bindCode("vtkImplicitPlaneWidget_PlaceWidget__SWIG_0", "D_vtkImplicitPlaneWidget_PlaceWidget__SWIG_0")); mixin(bindCode("vtkImplicitPlaneWidget_PlaceWidget__SWIG_1", "D_vtkImplicitPlaneWidget_PlaceWidget__SWIG_1")); mixin(bindCode("vtkImplicitPlaneWidget_PlaceWidget__SWIG_2", "D_vtkImplicitPlaneWidget_PlaceWidget__SWIG_2")); mixin(bindCode("vtkImplicitPlaneWidget_SetOrigin__SWIG_0", "D_vtkImplicitPlaneWidget_SetOrigin__SWIG_0")); mixin(bindCode("vtkImplicitPlaneWidget_SetOrigin__SWIG_1", "D_vtkImplicitPlaneWidget_SetOrigin__SWIG_1")); mixin(bindCode("vtkImplicitPlaneWidget_GetOrigin__SWIG_0", "D_vtkImplicitPlaneWidget_GetOrigin__SWIG_0")); mixin(bindCode("vtkImplicitPlaneWidget_GetOrigin__SWIG_1", "D_vtkImplicitPlaneWidget_GetOrigin__SWIG_1")); mixin(bindCode("vtkImplicitPlaneWidget_SetNormal__SWIG_0", "D_vtkImplicitPlaneWidget_SetNormal__SWIG_0")); mixin(bindCode("vtkImplicitPlaneWidget_SetNormal__SWIG_1", "D_vtkImplicitPlaneWidget_SetNormal__SWIG_1")); mixin(bindCode("vtkImplicitPlaneWidget_GetNormal__SWIG_0", "D_vtkImplicitPlaneWidget_GetNormal__SWIG_0")); mixin(bindCode("vtkImplicitPlaneWidget_GetNormal__SWIG_1", "D_vtkImplicitPlaneWidget_GetNormal__SWIG_1")); mixin(bindCode("vtkImplicitPlaneWidget_SetNormalToXAxis", "D_vtkImplicitPlaneWidget_SetNormalToXAxis")); mixin(bindCode("vtkImplicitPlaneWidget_GetNormalToXAxis", "D_vtkImplicitPlaneWidget_GetNormalToXAxis")); mixin(bindCode("vtkImplicitPlaneWidget_NormalToXAxisOn", "D_vtkImplicitPlaneWidget_NormalToXAxisOn")); mixin(bindCode("vtkImplicitPlaneWidget_NormalToXAxisOff", "D_vtkImplicitPlaneWidget_NormalToXAxisOff")); mixin(bindCode("vtkImplicitPlaneWidget_SetNormalToYAxis", "D_vtkImplicitPlaneWidget_SetNormalToYAxis")); mixin(bindCode("vtkImplicitPlaneWidget_GetNormalToYAxis", "D_vtkImplicitPlaneWidget_GetNormalToYAxis")); mixin(bindCode("vtkImplicitPlaneWidget_NormalToYAxisOn", "D_vtkImplicitPlaneWidget_NormalToYAxisOn")); mixin(bindCode("vtkImplicitPlaneWidget_NormalToYAxisOff", "D_vtkImplicitPlaneWidget_NormalToYAxisOff")); mixin(bindCode("vtkImplicitPlaneWidget_SetNormalToZAxis", "D_vtkImplicitPlaneWidget_SetNormalToZAxis")); mixin(bindCode("vtkImplicitPlaneWidget_GetNormalToZAxis", "D_vtkImplicitPlaneWidget_GetNormalToZAxis")); mixin(bindCode("vtkImplicitPlaneWidget_NormalToZAxisOn", "D_vtkImplicitPlaneWidget_NormalToZAxisOn")); mixin(bindCode("vtkImplicitPlaneWidget_NormalToZAxisOff", "D_vtkImplicitPlaneWidget_NormalToZAxisOff")); mixin(bindCode("vtkImplicitPlaneWidget_SetTubing", "D_vtkImplicitPlaneWidget_SetTubing")); mixin(bindCode("vtkImplicitPlaneWidget_GetTubing", "D_vtkImplicitPlaneWidget_GetTubing")); mixin(bindCode("vtkImplicitPlaneWidget_TubingOn", "D_vtkImplicitPlaneWidget_TubingOn")); mixin(bindCode("vtkImplicitPlaneWidget_TubingOff", "D_vtkImplicitPlaneWidget_TubingOff")); mixin(bindCode("vtkImplicitPlaneWidget_SetDrawPlane", "D_vtkImplicitPlaneWidget_SetDrawPlane")); mixin(bindCode("vtkImplicitPlaneWidget_GetDrawPlane", "D_vtkImplicitPlaneWidget_GetDrawPlane")); mixin(bindCode("vtkImplicitPlaneWidget_DrawPlaneOn", "D_vtkImplicitPlaneWidget_DrawPlaneOn")); mixin(bindCode("vtkImplicitPlaneWidget_DrawPlaneOff", "D_vtkImplicitPlaneWidget_DrawPlaneOff")); mixin(bindCode("vtkImplicitPlaneWidget_SetOutlineTranslation", "D_vtkImplicitPlaneWidget_SetOutlineTranslation")); mixin(bindCode("vtkImplicitPlaneWidget_GetOutlineTranslation", "D_vtkImplicitPlaneWidget_GetOutlineTranslation")); mixin(bindCode("vtkImplicitPlaneWidget_OutlineTranslationOn", "D_vtkImplicitPlaneWidget_OutlineTranslationOn")); mixin(bindCode("vtkImplicitPlaneWidget_OutlineTranslationOff", "D_vtkImplicitPlaneWidget_OutlineTranslationOff")); mixin(bindCode("vtkImplicitPlaneWidget_SetOutsideBounds", "D_vtkImplicitPlaneWidget_SetOutsideBounds")); mixin(bindCode("vtkImplicitPlaneWidget_GetOutsideBounds", "D_vtkImplicitPlaneWidget_GetOutsideBounds")); mixin(bindCode("vtkImplicitPlaneWidget_OutsideBoundsOn", "D_vtkImplicitPlaneWidget_OutsideBoundsOn")); mixin(bindCode("vtkImplicitPlaneWidget_OutsideBoundsOff", "D_vtkImplicitPlaneWidget_OutsideBoundsOff")); mixin(bindCode("vtkImplicitPlaneWidget_SetScaleEnabled", "D_vtkImplicitPlaneWidget_SetScaleEnabled")); mixin(bindCode("vtkImplicitPlaneWidget_GetScaleEnabled", "D_vtkImplicitPlaneWidget_GetScaleEnabled")); mixin(bindCode("vtkImplicitPlaneWidget_ScaleEnabledOn", "D_vtkImplicitPlaneWidget_ScaleEnabledOn")); mixin(bindCode("vtkImplicitPlaneWidget_ScaleEnabledOff", "D_vtkImplicitPlaneWidget_ScaleEnabledOff")); mixin(bindCode("vtkImplicitPlaneWidget_SetOriginTranslation", "D_vtkImplicitPlaneWidget_SetOriginTranslation")); mixin(bindCode("vtkImplicitPlaneWidget_GetOriginTranslation", "D_vtkImplicitPlaneWidget_GetOriginTranslation")); mixin(bindCode("vtkImplicitPlaneWidget_OriginTranslationOn", "D_vtkImplicitPlaneWidget_OriginTranslationOn")); mixin(bindCode("vtkImplicitPlaneWidget_OriginTranslationOff", "D_vtkImplicitPlaneWidget_OriginTranslationOff")); mixin(bindCode("vtkImplicitPlaneWidget_SetDiagonalRatio", "D_vtkImplicitPlaneWidget_SetDiagonalRatio")); mixin(bindCode("vtkImplicitPlaneWidget_GetDiagonalRatioMinValue", "D_vtkImplicitPlaneWidget_GetDiagonalRatioMinValue")); mixin(bindCode("vtkImplicitPlaneWidget_GetDiagonalRatioMaxValue", "D_vtkImplicitPlaneWidget_GetDiagonalRatioMaxValue")); mixin(bindCode("vtkImplicitPlaneWidget_GetDiagonalRatio", "D_vtkImplicitPlaneWidget_GetDiagonalRatio")); mixin(bindCode("vtkImplicitPlaneWidget_GetPolyData", "D_vtkImplicitPlaneWidget_GetPolyData")); mixin(bindCode("vtkImplicitPlaneWidget_GetPlane", "D_vtkImplicitPlaneWidget_GetPlane")); mixin(bindCode("vtkImplicitPlaneWidget_SizeHandles", "D_vtkImplicitPlaneWidget_SizeHandles")); mixin(bindCode("vtkImplicitPlaneWidget_GetNormalProperty", "D_vtkImplicitPlaneWidget_GetNormalProperty")); mixin(bindCode("vtkImplicitPlaneWidget_GetSelectedNormalProperty", "D_vtkImplicitPlaneWidget_GetSelectedNormalProperty")); mixin(bindCode("vtkImplicitPlaneWidget_GetPlaneProperty", "D_vtkImplicitPlaneWidget_GetPlaneProperty")); mixin(bindCode("vtkImplicitPlaneWidget_GetSelectedPlaneProperty", "D_vtkImplicitPlaneWidget_GetSelectedPlaneProperty")); mixin(bindCode("vtkImplicitPlaneWidget_GetOutlineProperty", "D_vtkImplicitPlaneWidget_GetOutlineProperty")); mixin(bindCode("vtkImplicitPlaneWidget_GetSelectedOutlineProperty", "D_vtkImplicitPlaneWidget_GetSelectedOutlineProperty")); mixin(bindCode("vtkImplicitPlaneWidget_GetEdgesProperty", "D_vtkImplicitPlaneWidget_GetEdgesProperty")); mixin(bindCode("vtkImplicitPlaneWidget_Upcast", "D_vtkImplicitPlaneWidget_Upcast")); mixin(bindCode("vtkTypeInt32Array_New", "D_vtkTypeInt32Array_New")); mixin(bindCode("vtkTypeInt32Array_IsTypeOf", "D_vtkTypeInt32Array_IsTypeOf")); mixin(bindCode("vtkTypeInt32Array_SafeDownCast", "D_vtkTypeInt32Array_SafeDownCast")); mixin(bindCode("vtkTypeInt32Array_NewInstance", "D_vtkTypeInt32Array_NewInstance")); mixin(bindCode("vtkTypeInt32Array_Upcast", "D_vtkTypeInt32Array_Upcast")); mixin(bindCode("vtkHexagonalPrism_New", "D_vtkHexagonalPrism_New")); mixin(bindCode("vtkHexagonalPrism_IsTypeOf", "D_vtkHexagonalPrism_IsTypeOf")); mixin(bindCode("vtkHexagonalPrism_SafeDownCast", "D_vtkHexagonalPrism_SafeDownCast")); mixin(bindCode("vtkHexagonalPrism_NewInstance", "D_vtkHexagonalPrism_NewInstance")); mixin(bindCode("vtkHexagonalPrism_InterpolationFunctions", "D_vtkHexagonalPrism_InterpolationFunctions")); mixin(bindCode("vtkHexagonalPrism_InterpolationDerivs", "D_vtkHexagonalPrism_InterpolationDerivs")); mixin(bindCode("vtkHexagonalPrism_InterpolateFunctions", "D_vtkHexagonalPrism_InterpolateFunctions")); mixin(bindCode("vtkHexagonalPrism_InterpolateDerivs", "D_vtkHexagonalPrism_InterpolateDerivs")); mixin(bindCode("vtkHexagonalPrism_GetEdgeArray", "D_vtkHexagonalPrism_GetEdgeArray")); mixin(bindCode("vtkHexagonalPrism_GetFaceArray", "D_vtkHexagonalPrism_GetFaceArray")); mixin(bindCode("vtkHexagonalPrism_JacobianInverse", "D_vtkHexagonalPrism_JacobianInverse")); mixin(bindCode("vtkHexagonalPrism_Upcast", "D_vtkHexagonalPrism_Upcast")); mixin(bindCode("vtkImagePermute_New", "D_vtkImagePermute_New")); mixin(bindCode("vtkImagePermute_IsTypeOf", "D_vtkImagePermute_IsTypeOf")); mixin(bindCode("vtkImagePermute_SafeDownCast", "D_vtkImagePermute_SafeDownCast")); mixin(bindCode("vtkImagePermute_NewInstance", "D_vtkImagePermute_NewInstance")); mixin(bindCode("vtkImagePermute_SetFilteredAxes__SWIG_0", "D_vtkImagePermute_SetFilteredAxes__SWIG_0")); mixin(bindCode("vtkImagePermute_SetFilteredAxes__SWIG_1", "D_vtkImagePermute_SetFilteredAxes__SWIG_1")); mixin(bindCode("vtkImagePermute_GetFilteredAxes__SWIG_0", "D_vtkImagePermute_GetFilteredAxes__SWIG_0")); mixin(bindCode("vtkImagePermute_GetFilteredAxes__SWIG_1", "D_vtkImagePermute_GetFilteredAxes__SWIG_1")); mixin(bindCode("vtkImagePermute_GetFilteredAxes__SWIG_2", "D_vtkImagePermute_GetFilteredAxes__SWIG_2")); mixin(bindCode("vtkImagePermute_Upcast", "D_vtkImagePermute_Upcast")); mixin(bindCode("VTK_RULED_MODE_RESAMPLE_get", "D_VTK_RULED_MODE_RESAMPLE_get")); mixin(bindCode("VTK_RULED_MODE_POINT_WALK_get", "D_VTK_RULED_MODE_POINT_WALK_get")); mixin(bindCode("vtkRuledSurfaceFilter_IsTypeOf", "D_vtkRuledSurfaceFilter_IsTypeOf")); mixin(bindCode("vtkRuledSurfaceFilter_SafeDownCast", "D_vtkRuledSurfaceFilter_SafeDownCast")); mixin(bindCode("vtkRuledSurfaceFilter_NewInstance", "D_vtkRuledSurfaceFilter_NewInstance")); mixin(bindCode("vtkRuledSurfaceFilter_New", "D_vtkRuledSurfaceFilter_New")); mixin(bindCode("vtkRuledSurfaceFilter_SetDistanceFactor", "D_vtkRuledSurfaceFilter_SetDistanceFactor")); mixin(bindCode("vtkRuledSurfaceFilter_GetDistanceFactorMinValue", "D_vtkRuledSurfaceFilter_GetDistanceFactorMinValue")); mixin(bindCode("vtkRuledSurfaceFilter_GetDistanceFactorMaxValue", "D_vtkRuledSurfaceFilter_GetDistanceFactorMaxValue")); mixin(bindCode("vtkRuledSurfaceFilter_GetDistanceFactor", "D_vtkRuledSurfaceFilter_GetDistanceFactor")); mixin(bindCode("vtkRuledSurfaceFilter_SetOnRatio", "D_vtkRuledSurfaceFilter_SetOnRatio")); mixin(bindCode("vtkRuledSurfaceFilter_GetOnRatioMinValue", "D_vtkRuledSurfaceFilter_GetOnRatioMinValue")); mixin(bindCode("vtkRuledSurfaceFilter_GetOnRatioMaxValue", "D_vtkRuledSurfaceFilter_GetOnRatioMaxValue")); mixin(bindCode("vtkRuledSurfaceFilter_GetOnRatio", "D_vtkRuledSurfaceFilter_GetOnRatio")); mixin(bindCode("vtkRuledSurfaceFilter_SetOffset", "D_vtkRuledSurfaceFilter_SetOffset")); mixin(bindCode("vtkRuledSurfaceFilter_GetOffsetMinValue", "D_vtkRuledSurfaceFilter_GetOffsetMinValue")); mixin(bindCode("vtkRuledSurfaceFilter_GetOffsetMaxValue", "D_vtkRuledSurfaceFilter_GetOffsetMaxValue")); mixin(bindCode("vtkRuledSurfaceFilter_GetOffset", "D_vtkRuledSurfaceFilter_GetOffset")); mixin(bindCode("vtkRuledSurfaceFilter_SetCloseSurface", "D_vtkRuledSurfaceFilter_SetCloseSurface")); mixin(bindCode("vtkRuledSurfaceFilter_GetCloseSurface", "D_vtkRuledSurfaceFilter_GetCloseSurface")); mixin(bindCode("vtkRuledSurfaceFilter_CloseSurfaceOn", "D_vtkRuledSurfaceFilter_CloseSurfaceOn")); mixin(bindCode("vtkRuledSurfaceFilter_CloseSurfaceOff", "D_vtkRuledSurfaceFilter_CloseSurfaceOff")); mixin(bindCode("vtkRuledSurfaceFilter_SetRuledMode", "D_vtkRuledSurfaceFilter_SetRuledMode")); mixin(bindCode("vtkRuledSurfaceFilter_GetRuledModeMinValue", "D_vtkRuledSurfaceFilter_GetRuledModeMinValue")); mixin(bindCode("vtkRuledSurfaceFilter_GetRuledModeMaxValue", "D_vtkRuledSurfaceFilter_GetRuledModeMaxValue")); mixin(bindCode("vtkRuledSurfaceFilter_GetRuledMode", "D_vtkRuledSurfaceFilter_GetRuledMode")); mixin(bindCode("vtkRuledSurfaceFilter_SetRuledModeToResample", "D_vtkRuledSurfaceFilter_SetRuledModeToResample")); mixin(bindCode("vtkRuledSurfaceFilter_SetRuledModeToPointWalk", "D_vtkRuledSurfaceFilter_SetRuledModeToPointWalk")); mixin(bindCode("vtkRuledSurfaceFilter_GetRuledModeAsString", "D_vtkRuledSurfaceFilter_GetRuledModeAsString")); mixin(bindCode("vtkRuledSurfaceFilter_SetResolution__SWIG_0", "D_vtkRuledSurfaceFilter_SetResolution__SWIG_0")); mixin(bindCode("vtkRuledSurfaceFilter_SetResolution__SWIG_1", "D_vtkRuledSurfaceFilter_SetResolution__SWIG_1")); mixin(bindCode("vtkRuledSurfaceFilter_GetResolution__SWIG_0", "D_vtkRuledSurfaceFilter_GetResolution__SWIG_0")); mixin(bindCode("vtkRuledSurfaceFilter_GetResolution__SWIG_1", "D_vtkRuledSurfaceFilter_GetResolution__SWIG_1")); mixin(bindCode("vtkRuledSurfaceFilter_SetPassLines", "D_vtkRuledSurfaceFilter_SetPassLines")); mixin(bindCode("vtkRuledSurfaceFilter_GetPassLines", "D_vtkRuledSurfaceFilter_GetPassLines")); mixin(bindCode("vtkRuledSurfaceFilter_PassLinesOn", "D_vtkRuledSurfaceFilter_PassLinesOn")); mixin(bindCode("vtkRuledSurfaceFilter_PassLinesOff", "D_vtkRuledSurfaceFilter_PassLinesOff")); mixin(bindCode("vtkRuledSurfaceFilter_SetOrientLoops", "D_vtkRuledSurfaceFilter_SetOrientLoops")); mixin(bindCode("vtkRuledSurfaceFilter_GetOrientLoops", "D_vtkRuledSurfaceFilter_GetOrientLoops")); mixin(bindCode("vtkRuledSurfaceFilter_OrientLoopsOn", "D_vtkRuledSurfaceFilter_OrientLoopsOn")); mixin(bindCode("vtkRuledSurfaceFilter_OrientLoopsOff", "D_vtkRuledSurfaceFilter_OrientLoopsOff")); mixin(bindCode("vtkRuledSurfaceFilter_Upcast", "D_vtkRuledSurfaceFilter_Upcast")); mixin(bindCode("vtkPolyDataMapper2D_IsTypeOf", "D_vtkPolyDataMapper2D_IsTypeOf")); mixin(bindCode("vtkPolyDataMapper2D_SafeDownCast", "D_vtkPolyDataMapper2D_SafeDownCast")); mixin(bindCode("vtkPolyDataMapper2D_NewInstance", "D_vtkPolyDataMapper2D_NewInstance")); mixin(bindCode("vtkPolyDataMapper2D_New", "D_vtkPolyDataMapper2D_New")); mixin(bindCode("vtkPolyDataMapper2D_SetInputData", "D_vtkPolyDataMapper2D_SetInputData")); mixin(bindCode("vtkPolyDataMapper2D_GetInput", "D_vtkPolyDataMapper2D_GetInput")); mixin(bindCode("vtkPolyDataMapper2D_SetLookupTable", "D_vtkPolyDataMapper2D_SetLookupTable")); mixin(bindCode("vtkPolyDataMapper2D_GetLookupTable", "D_vtkPolyDataMapper2D_GetLookupTable")); mixin(bindCode("vtkPolyDataMapper2D_CreateDefaultLookupTable", "D_vtkPolyDataMapper2D_CreateDefaultLookupTable")); mixin(bindCode("vtkPolyDataMapper2D_SetScalarVisibility", "D_vtkPolyDataMapper2D_SetScalarVisibility")); mixin(bindCode("vtkPolyDataMapper2D_GetScalarVisibility", "D_vtkPolyDataMapper2D_GetScalarVisibility")); mixin(bindCode("vtkPolyDataMapper2D_ScalarVisibilityOn", "D_vtkPolyDataMapper2D_ScalarVisibilityOn")); mixin(bindCode("vtkPolyDataMapper2D_ScalarVisibilityOff", "D_vtkPolyDataMapper2D_ScalarVisibilityOff")); mixin(bindCode("vtkPolyDataMapper2D_SetColorMode", "D_vtkPolyDataMapper2D_SetColorMode")); mixin(bindCode("vtkPolyDataMapper2D_GetColorMode", "D_vtkPolyDataMapper2D_GetColorMode")); mixin(bindCode("vtkPolyDataMapper2D_SetColorModeToDefault", "D_vtkPolyDataMapper2D_SetColorModeToDefault")); mixin(bindCode("vtkPolyDataMapper2D_SetColorModeToMapScalars", "D_vtkPolyDataMapper2D_SetColorModeToMapScalars")); mixin(bindCode("vtkPolyDataMapper2D_GetColorModeAsString", "D_vtkPolyDataMapper2D_GetColorModeAsString")); mixin(bindCode("vtkPolyDataMapper2D_SetUseLookupTableScalarRange", "D_vtkPolyDataMapper2D_SetUseLookupTableScalarRange")); mixin(bindCode("vtkPolyDataMapper2D_GetUseLookupTableScalarRange", "D_vtkPolyDataMapper2D_GetUseLookupTableScalarRange")); mixin(bindCode("vtkPolyDataMapper2D_UseLookupTableScalarRangeOn", "D_vtkPolyDataMapper2D_UseLookupTableScalarRangeOn")); mixin(bindCode("vtkPolyDataMapper2D_UseLookupTableScalarRangeOff", "D_vtkPolyDataMapper2D_UseLookupTableScalarRangeOff")); mixin(bindCode("vtkPolyDataMapper2D_SetScalarRange__SWIG_0", "D_vtkPolyDataMapper2D_SetScalarRange__SWIG_0")); mixin(bindCode("vtkPolyDataMapper2D_SetScalarRange__SWIG_1", "D_vtkPolyDataMapper2D_SetScalarRange__SWIG_1")); mixin(bindCode("vtkPolyDataMapper2D_GetScalarRange__SWIG_0", "D_vtkPolyDataMapper2D_GetScalarRange__SWIG_0")); mixin(bindCode("vtkPolyDataMapper2D_GetScalarRange__SWIG_1", "D_vtkPolyDataMapper2D_GetScalarRange__SWIG_1")); mixin(bindCode("vtkPolyDataMapper2D_SetScalarMode", "D_vtkPolyDataMapper2D_SetScalarMode")); mixin(bindCode("vtkPolyDataMapper2D_GetScalarMode", "D_vtkPolyDataMapper2D_GetScalarMode")); mixin(bindCode("vtkPolyDataMapper2D_SetScalarModeToDefault", "D_vtkPolyDataMapper2D_SetScalarModeToDefault")); mixin(bindCode("vtkPolyDataMapper2D_SetScalarModeToUsePointData", "D_vtkPolyDataMapper2D_SetScalarModeToUsePointData")); mixin(bindCode("vtkPolyDataMapper2D_SetScalarModeToUseCellData", "D_vtkPolyDataMapper2D_SetScalarModeToUseCellData")); mixin(bindCode("vtkPolyDataMapper2D_SetScalarModeToUsePointFieldData", "D_vtkPolyDataMapper2D_SetScalarModeToUsePointFieldData")); mixin(bindCode("vtkPolyDataMapper2D_SetScalarModeToUseCellFieldData", "D_vtkPolyDataMapper2D_SetScalarModeToUseCellFieldData")); mixin(bindCode("vtkPolyDataMapper2D_ColorByArrayComponent__SWIG_0", "D_vtkPolyDataMapper2D_ColorByArrayComponent__SWIG_0")); mixin(bindCode("vtkPolyDataMapper2D_ColorByArrayComponent__SWIG_1", "D_vtkPolyDataMapper2D_ColorByArrayComponent__SWIG_1")); mixin(bindCode("vtkPolyDataMapper2D_GetArrayName", "D_vtkPolyDataMapper2D_GetArrayName")); mixin(bindCode("vtkPolyDataMapper2D_GetArrayId", "D_vtkPolyDataMapper2D_GetArrayId")); mixin(bindCode("vtkPolyDataMapper2D_GetArrayAccessMode", "D_vtkPolyDataMapper2D_GetArrayAccessMode")); mixin(bindCode("vtkPolyDataMapper2D_GetArrayComponent", "D_vtkPolyDataMapper2D_GetArrayComponent")); mixin(bindCode("vtkPolyDataMapper2D_SetTransformCoordinate", "D_vtkPolyDataMapper2D_SetTransformCoordinate")); mixin(bindCode("vtkPolyDataMapper2D_GetTransformCoordinate", "D_vtkPolyDataMapper2D_GetTransformCoordinate")); mixin(bindCode("vtkPolyDataMapper2D_GetTransformCoordinateUseDouble", "D_vtkPolyDataMapper2D_GetTransformCoordinateUseDouble")); mixin(bindCode("vtkPolyDataMapper2D_SetTransformCoordinateUseDouble", "D_vtkPolyDataMapper2D_SetTransformCoordinateUseDouble")); mixin(bindCode("vtkPolyDataMapper2D_TransformCoordinateUseDoubleOn", "D_vtkPolyDataMapper2D_TransformCoordinateUseDoubleOn")); mixin(bindCode("vtkPolyDataMapper2D_TransformCoordinateUseDoubleOff", "D_vtkPolyDataMapper2D_TransformCoordinateUseDoubleOff")); mixin(bindCode("vtkPolyDataMapper2D_MapScalars", "D_vtkPolyDataMapper2D_MapScalars")); mixin(bindCode("vtkPolyDataMapper2D_ShallowCopy", "D_vtkPolyDataMapper2D_ShallowCopy")); mixin(bindCode("vtkPolyDataMapper2D_Upcast", "D_vtkPolyDataMapper2D_Upcast")); mixin(bindCode("vtkOpenGLPolyDataMapper2D_IsTypeOf", "D_vtkOpenGLPolyDataMapper2D_IsTypeOf")); mixin(bindCode("vtkOpenGLPolyDataMapper2D_SafeDownCast", "D_vtkOpenGLPolyDataMapper2D_SafeDownCast")); mixin(bindCode("vtkOpenGLPolyDataMapper2D_NewInstance", "D_vtkOpenGLPolyDataMapper2D_NewInstance")); mixin(bindCode("vtkOpenGLPolyDataMapper2D_New", "D_vtkOpenGLPolyDataMapper2D_New")); mixin(bindCode("vtkOpenGLPolyDataMapper2D_Upcast", "D_vtkOpenGLPolyDataMapper2D_Upcast")); mixin(bindCode("vtkMatrixToLinearTransform_New", "D_vtkMatrixToLinearTransform_New")); mixin(bindCode("vtkMatrixToLinearTransform_IsTypeOf", "D_vtkMatrixToLinearTransform_IsTypeOf")); mixin(bindCode("vtkMatrixToLinearTransform_SafeDownCast", "D_vtkMatrixToLinearTransform_SafeDownCast")); mixin(bindCode("vtkMatrixToLinearTransform_NewInstance", "D_vtkMatrixToLinearTransform_NewInstance")); mixin(bindCode("vtkMatrixToLinearTransform_SetInput", "D_vtkMatrixToLinearTransform_SetInput")); mixin(bindCode("vtkMatrixToLinearTransform_GetInput", "D_vtkMatrixToLinearTransform_GetInput")); mixin(bindCode("vtkMatrixToLinearTransform_Upcast", "D_vtkMatrixToLinearTransform_Upcast")); mixin(bindCode("vtkSparseArrayToTable_New", "D_vtkSparseArrayToTable_New")); mixin(bindCode("vtkSparseArrayToTable_IsTypeOf", "D_vtkSparseArrayToTable_IsTypeOf")); mixin(bindCode("vtkSparseArrayToTable_SafeDownCast", "D_vtkSparseArrayToTable_SafeDownCast")); mixin(bindCode("vtkSparseArrayToTable_NewInstance", "D_vtkSparseArrayToTable_NewInstance")); mixin(bindCode("vtkSparseArrayToTable_GetValueColumn", "D_vtkSparseArrayToTable_GetValueColumn")); mixin(bindCode("vtkSparseArrayToTable_SetValueColumn", "D_vtkSparseArrayToTable_SetValueColumn")); mixin(bindCode("vtkSparseArrayToTable_Upcast", "D_vtkSparseArrayToTable_Upcast")); mixin(bindCode("vtkRemoveIsolatedVertices_New", "D_vtkRemoveIsolatedVertices_New")); mixin(bindCode("vtkRemoveIsolatedVertices_IsTypeOf", "D_vtkRemoveIsolatedVertices_IsTypeOf")); mixin(bindCode("vtkRemoveIsolatedVertices_SafeDownCast", "D_vtkRemoveIsolatedVertices_SafeDownCast")); mixin(bindCode("vtkRemoveIsolatedVertices_NewInstance", "D_vtkRemoveIsolatedVertices_NewInstance")); mixin(bindCode("vtkRemoveIsolatedVertices_Upcast", "D_vtkRemoveIsolatedVertices_Upcast")); mixin(bindCode("vtkImageProperty_IsTypeOf", "D_vtkImageProperty_IsTypeOf")); mixin(bindCode("vtkImageProperty_SafeDownCast", "D_vtkImageProperty_SafeDownCast")); mixin(bindCode("vtkImageProperty_NewInstance", "D_vtkImageProperty_NewInstance")); mixin(bindCode("vtkImageProperty_New", "D_vtkImageProperty_New")); mixin(bindCode("vtkImageProperty_DeepCopy", "D_vtkImageProperty_DeepCopy")); mixin(bindCode("vtkImageProperty_SetColorWindow", "D_vtkImageProperty_SetColorWindow")); mixin(bindCode("vtkImageProperty_GetColorWindow", "D_vtkImageProperty_GetColorWindow")); mixin(bindCode("vtkImageProperty_SetColorLevel", "D_vtkImageProperty_SetColorLevel")); mixin(bindCode("vtkImageProperty_GetColorLevel", "D_vtkImageProperty_GetColorLevel")); mixin(bindCode("vtkImageProperty_SetLookupTable", "D_vtkImageProperty_SetLookupTable")); mixin(bindCode("vtkImageProperty_GetLookupTable", "D_vtkImageProperty_GetLookupTable")); mixin(bindCode("vtkImageProperty_SetUseLookupTableScalarRange", "D_vtkImageProperty_SetUseLookupTableScalarRange")); mixin(bindCode("vtkImageProperty_GetUseLookupTableScalarRange", "D_vtkImageProperty_GetUseLookupTableScalarRange")); mixin(bindCode("vtkImageProperty_UseLookupTableScalarRangeOn", "D_vtkImageProperty_UseLookupTableScalarRangeOn")); mixin(bindCode("vtkImageProperty_UseLookupTableScalarRangeOff", "D_vtkImageProperty_UseLookupTableScalarRangeOff")); mixin(bindCode("vtkImageProperty_SetOpacity", "D_vtkImageProperty_SetOpacity")); mixin(bindCode("vtkImageProperty_GetOpacityMinValue", "D_vtkImageProperty_GetOpacityMinValue")); mixin(bindCode("vtkImageProperty_GetOpacityMaxValue", "D_vtkImageProperty_GetOpacityMaxValue")); mixin(bindCode("vtkImageProperty_GetOpacity", "D_vtkImageProperty_GetOpacity")); mixin(bindCode("vtkImageProperty_SetAmbient", "D_vtkImageProperty_SetAmbient")); mixin(bindCode("vtkImageProperty_GetAmbientMinValue", "D_vtkImageProperty_GetAmbientMinValue")); mixin(bindCode("vtkImageProperty_GetAmbientMaxValue", "D_vtkImageProperty_GetAmbientMaxValue")); mixin(bindCode("vtkImageProperty_GetAmbient", "D_vtkImageProperty_GetAmbient")); mixin(bindCode("vtkImageProperty_SetDiffuse", "D_vtkImageProperty_SetDiffuse")); mixin(bindCode("vtkImageProperty_GetDiffuseMinValue", "D_vtkImageProperty_GetDiffuseMinValue")); mixin(bindCode("vtkImageProperty_GetDiffuseMaxValue", "D_vtkImageProperty_GetDiffuseMaxValue")); mixin(bindCode("vtkImageProperty_GetDiffuse", "D_vtkImageProperty_GetDiffuse")); mixin(bindCode("vtkImageProperty_SetInterpolationType", "D_vtkImageProperty_SetInterpolationType")); mixin(bindCode("vtkImageProperty_GetInterpolationTypeMinValue", "D_vtkImageProperty_GetInterpolationTypeMinValue")); mixin(bindCode("vtkImageProperty_GetInterpolationTypeMaxValue", "D_vtkImageProperty_GetInterpolationTypeMaxValue")); mixin(bindCode("vtkImageProperty_GetInterpolationType", "D_vtkImageProperty_GetInterpolationType")); mixin(bindCode("vtkImageProperty_SetInterpolationTypeToNearest", "D_vtkImageProperty_SetInterpolationTypeToNearest")); mixin(bindCode("vtkImageProperty_SetInterpolationTypeToLinear", "D_vtkImageProperty_SetInterpolationTypeToLinear")); mixin(bindCode("vtkImageProperty_SetInterpolationTypeToCubic", "D_vtkImageProperty_SetInterpolationTypeToCubic")); mixin(bindCode("vtkImageProperty_GetInterpolationTypeAsString", "D_vtkImageProperty_GetInterpolationTypeAsString")); mixin(bindCode("vtkImageProperty_SetLayerNumber", "D_vtkImageProperty_SetLayerNumber")); mixin(bindCode("vtkImageProperty_GetLayerNumber", "D_vtkImageProperty_GetLayerNumber")); mixin(bindCode("vtkImageProperty_SetCheckerboard", "D_vtkImageProperty_SetCheckerboard")); mixin(bindCode("vtkImageProperty_CheckerboardOn", "D_vtkImageProperty_CheckerboardOn")); mixin(bindCode("vtkImageProperty_CheckerboardOff", "D_vtkImageProperty_CheckerboardOff")); mixin(bindCode("vtkImageProperty_GetCheckerboard", "D_vtkImageProperty_GetCheckerboard")); mixin(bindCode("vtkImageProperty_SetCheckerboardSpacing__SWIG_0", "D_vtkImageProperty_SetCheckerboardSpacing__SWIG_0")); mixin(bindCode("vtkImageProperty_SetCheckerboardSpacing__SWIG_1", "D_vtkImageProperty_SetCheckerboardSpacing__SWIG_1")); mixin(bindCode("vtkImageProperty_GetCheckerboardSpacing__SWIG_0", "D_vtkImageProperty_GetCheckerboardSpacing__SWIG_0")); mixin(bindCode("vtkImageProperty_GetCheckerboardSpacing__SWIG_1", "D_vtkImageProperty_GetCheckerboardSpacing__SWIG_1")); mixin(bindCode("vtkImageProperty_GetCheckerboardSpacing__SWIG_2", "D_vtkImageProperty_GetCheckerboardSpacing__SWIG_2")); mixin(bindCode("vtkImageProperty_SetCheckerboardOffset__SWIG_0", "D_vtkImageProperty_SetCheckerboardOffset__SWIG_0")); mixin(bindCode("vtkImageProperty_SetCheckerboardOffset__SWIG_1", "D_vtkImageProperty_SetCheckerboardOffset__SWIG_1")); mixin(bindCode("vtkImageProperty_GetCheckerboardOffset__SWIG_0", "D_vtkImageProperty_GetCheckerboardOffset__SWIG_0")); mixin(bindCode("vtkImageProperty_GetCheckerboardOffset__SWIG_1", "D_vtkImageProperty_GetCheckerboardOffset__SWIG_1")); mixin(bindCode("vtkImageProperty_GetCheckerboardOffset__SWIG_2", "D_vtkImageProperty_GetCheckerboardOffset__SWIG_2")); mixin(bindCode("vtkImageProperty_SetBacking", "D_vtkImageProperty_SetBacking")); mixin(bindCode("vtkImageProperty_BackingOn", "D_vtkImageProperty_BackingOn")); mixin(bindCode("vtkImageProperty_BackingOff", "D_vtkImageProperty_BackingOff")); mixin(bindCode("vtkImageProperty_GetBacking", "D_vtkImageProperty_GetBacking")); mixin(bindCode("vtkImageProperty_SetBackingColor__SWIG_0", "D_vtkImageProperty_SetBackingColor__SWIG_0")); mixin(bindCode("vtkImageProperty_SetBackingColor__SWIG_1", "D_vtkImageProperty_SetBackingColor__SWIG_1")); mixin(bindCode("vtkImageProperty_GetBackingColor__SWIG_0", "D_vtkImageProperty_GetBackingColor__SWIG_0")); mixin(bindCode("vtkImageProperty_GetBackingColor__SWIG_1", "D_vtkImageProperty_GetBackingColor__SWIG_1")); mixin(bindCode("vtkImageProperty_GetBackingColor__SWIG_2", "D_vtkImageProperty_GetBackingColor__SWIG_2")); mixin(bindCode("vtkImageProperty_Upcast", "D_vtkImageProperty_Upcast")); mixin(bindCode("vtkRenderingOpenGLObjectFactory_New", "D_vtkRenderingOpenGLObjectFactory_New")); mixin(bindCode("vtkRenderingOpenGLObjectFactory_IsTypeOf", "D_vtkRenderingOpenGLObjectFactory_IsTypeOf")); mixin(bindCode("vtkRenderingOpenGLObjectFactory_SafeDownCast", "D_vtkRenderingOpenGLObjectFactory_SafeDownCast")); mixin(bindCode("vtkRenderingOpenGLObjectFactory_NewInstance", "D_vtkRenderingOpenGLObjectFactory_NewInstance")); mixin(bindCode("delete_vtkRenderingOpenGLObjectFactory", "D_delete_vtkRenderingOpenGLObjectFactory")); mixin(bindCode("vtkRenderingOpenGLObjectFactory_Upcast", "D_vtkRenderingOpenGLObjectFactory_Upcast")); mixin(bindCode("new_vtkFreeTypeToolsCleanup", "D_new_vtkFreeTypeToolsCleanup")); mixin(bindCode("delete_vtkFreeTypeToolsCleanup", "D_delete_vtkFreeTypeToolsCleanup")); mixin(bindCode("vtkFreeTypeTools_IsTypeOf", "D_vtkFreeTypeTools_IsTypeOf")); mixin(bindCode("vtkFreeTypeTools_SafeDownCast", "D_vtkFreeTypeTools_SafeDownCast")); mixin(bindCode("vtkFreeTypeTools_NewInstance", "D_vtkFreeTypeTools_NewInstance")); mixin(bindCode("vtkFreeTypeTools_GetInstance", "D_vtkFreeTypeTools_GetInstance")); mixin(bindCode("vtkFreeTypeTools_SetInstance", "D_vtkFreeTypeTools_SetInstance")); mixin(bindCode("vtkFreeTypeTools_GetLibrary", "D_vtkFreeTypeTools_GetLibrary")); mixin(bindCode("vtkFreeTypeTools_SetMaximumNumberOfFaces", "D_vtkFreeTypeTools_SetMaximumNumberOfFaces")); mixin(bindCode("vtkFreeTypeTools_GetMaximumNumberOfFacesMinValue", "D_vtkFreeTypeTools_GetMaximumNumberOfFacesMinValue")); mixin(bindCode("vtkFreeTypeTools_GetMaximumNumberOfFacesMaxValue", "D_vtkFreeTypeTools_GetMaximumNumberOfFacesMaxValue")); mixin(bindCode("vtkFreeTypeTools_GetMaximumNumberOfFaces", "D_vtkFreeTypeTools_GetMaximumNumberOfFaces")); mixin(bindCode("vtkFreeTypeTools_SetMaximumNumberOfSizes", "D_vtkFreeTypeTools_SetMaximumNumberOfSizes")); mixin(bindCode("vtkFreeTypeTools_GetMaximumNumberOfSizesMinValue", "D_vtkFreeTypeTools_GetMaximumNumberOfSizesMinValue")); mixin(bindCode("vtkFreeTypeTools_GetMaximumNumberOfSizesMaxValue", "D_vtkFreeTypeTools_GetMaximumNumberOfSizesMaxValue")); mixin(bindCode("vtkFreeTypeTools_GetMaximumNumberOfSizes", "D_vtkFreeTypeTools_GetMaximumNumberOfSizes")); mixin(bindCode("vtkFreeTypeTools_SetMaximumNumberOfBytes", "D_vtkFreeTypeTools_SetMaximumNumberOfBytes")); mixin(bindCode("vtkFreeTypeTools_GetMaximumNumberOfBytesMinValue", "D_vtkFreeTypeTools_GetMaximumNumberOfBytesMinValue")); mixin(bindCode("vtkFreeTypeTools_GetMaximumNumberOfBytesMaxValue", "D_vtkFreeTypeTools_GetMaximumNumberOfBytesMaxValue")); mixin(bindCode("vtkFreeTypeTools_GetMaximumNumberOfBytes", "D_vtkFreeTypeTools_GetMaximumNumberOfBytes")); mixin(bindCode("vtkFreeTypeTools_GetBoundingBox__SWIG_0", "D_vtkFreeTypeTools_GetBoundingBox__SWIG_0")); mixin(bindCode("vtkFreeTypeTools_GetBoundingBox__SWIG_1", "D_vtkFreeTypeTools_GetBoundingBox__SWIG_1")); mixin(bindCode("vtkFreeTypeTools_IsBoundingBoxValid", "D_vtkFreeTypeTools_IsBoundingBoxValid")); mixin(bindCode("vtkFreeTypeTools_RenderString__SWIG_0", "D_vtkFreeTypeTools_RenderString__SWIG_0")); mixin(bindCode("vtkFreeTypeTools_RenderString__SWIG_1", "D_vtkFreeTypeTools_RenderString__SWIG_1")); mixin(bindCode("vtkFreeTypeTools_RenderString__SWIG_2", "D_vtkFreeTypeTools_RenderString__SWIG_2")); mixin(bindCode("vtkFreeTypeTools_RenderString__SWIG_3", "D_vtkFreeTypeTools_RenderString__SWIG_3")); mixin(bindCode("vtkFreeTypeTools_StringToPath__SWIG_0", "D_vtkFreeTypeTools_StringToPath__SWIG_0")); mixin(bindCode("vtkFreeTypeTools_StringToPath__SWIG_1", "D_vtkFreeTypeTools_StringToPath__SWIG_1")); mixin(bindCode("vtkFreeTypeTools_GetConstrainedFontSize__SWIG_0", "D_vtkFreeTypeTools_GetConstrainedFontSize__SWIG_0")); mixin(bindCode("vtkFreeTypeTools_GetConstrainedFontSize__SWIG_1", "D_vtkFreeTypeTools_GetConstrainedFontSize__SWIG_1")); mixin(bindCode("vtkFreeTypeTools_HashString", "D_vtkFreeTypeTools_HashString")); mixin(bindCode("vtkFreeTypeTools_MapTextPropertyToId", "D_vtkFreeTypeTools_MapTextPropertyToId")); mixin(bindCode("vtkFreeTypeTools_MapIdToTextProperty", "D_vtkFreeTypeTools_MapIdToTextProperty")); mixin(bindCode("vtkFreeTypeTools_SetScaleToPowerTwo", "D_vtkFreeTypeTools_SetScaleToPowerTwo")); mixin(bindCode("vtkFreeTypeTools_GetScaleToPowerTwo", "D_vtkFreeTypeTools_GetScaleToPowerTwo")); mixin(bindCode("vtkFreeTypeTools_ScaleToPowerTwoOn", "D_vtkFreeTypeTools_ScaleToPowerTwoOn")); mixin(bindCode("vtkFreeTypeTools_ScaleToPowerTwoOff", "D_vtkFreeTypeTools_ScaleToPowerTwoOff")); mixin(bindCode("vtkFreeTypeTools_SetForceCompiledFonts", "D_vtkFreeTypeTools_SetForceCompiledFonts")); mixin(bindCode("vtkFreeTypeTools_GetForceCompiledFonts", "D_vtkFreeTypeTools_GetForceCompiledFonts")); mixin(bindCode("vtkFreeTypeTools_ForceCompiledFontsOn", "D_vtkFreeTypeTools_ForceCompiledFontsOn")); mixin(bindCode("vtkFreeTypeTools_ForceCompiledFontsOff", "D_vtkFreeTypeTools_ForceCompiledFontsOff")); mixin(bindCode("vtkFreeTypeTools_LookupFace", "D_vtkFreeTypeTools_LookupFace")); mixin(bindCode("vtkFreeTypeTools_Upcast", "D_vtkFreeTypeTools_Upcast")); mixin(bindCode("vtkDijkstraImageGeodesicPath_New", "D_vtkDijkstraImageGeodesicPath_New")); mixin(bindCode("vtkDijkstraImageGeodesicPath_IsTypeOf", "D_vtkDijkstraImageGeodesicPath_IsTypeOf")); mixin(bindCode("vtkDijkstraImageGeodesicPath_SafeDownCast", "D_vtkDijkstraImageGeodesicPath_SafeDownCast")); mixin(bindCode("vtkDijkstraImageGeodesicPath_NewInstance", "D_vtkDijkstraImageGeodesicPath_NewInstance")); mixin(bindCode("vtkDijkstraImageGeodesicPath_SetInputData", "D_vtkDijkstraImageGeodesicPath_SetInputData")); mixin(bindCode("vtkDijkstraImageGeodesicPath_GetInputAsImageData", "D_vtkDijkstraImageGeodesicPath_GetInputAsImageData")); mixin(bindCode("vtkDijkstraImageGeodesicPath_SetImageWeight", "D_vtkDijkstraImageGeodesicPath_SetImageWeight")); mixin(bindCode("vtkDijkstraImageGeodesicPath_GetImageWeight", "D_vtkDijkstraImageGeodesicPath_GetImageWeight")); mixin(bindCode("vtkDijkstraImageGeodesicPath_SetEdgeLengthWeight", "D_vtkDijkstraImageGeodesicPath_SetEdgeLengthWeight")); mixin(bindCode("vtkDijkstraImageGeodesicPath_GetEdgeLengthWeight", "D_vtkDijkstraImageGeodesicPath_GetEdgeLengthWeight")); mixin(bindCode("vtkDijkstraImageGeodesicPath_SetCurvatureWeight", "D_vtkDijkstraImageGeodesicPath_SetCurvatureWeight")); mixin(bindCode("vtkDijkstraImageGeodesicPath_GetCurvatureWeightMinValue", "D_vtkDijkstraImageGeodesicPath_GetCurvatureWeightMinValue")); mixin(bindCode("vtkDijkstraImageGeodesicPath_GetCurvatureWeightMaxValue", "D_vtkDijkstraImageGeodesicPath_GetCurvatureWeightMaxValue")); mixin(bindCode("vtkDijkstraImageGeodesicPath_GetCurvatureWeight", "D_vtkDijkstraImageGeodesicPath_GetCurvatureWeight")); mixin(bindCode("vtkDijkstraImageGeodesicPath_Upcast", "D_vtkDijkstraImageGeodesicPath_Upcast")); mixin(bindCode("vtkShaderProgram2_New", "D_vtkShaderProgram2_New")); mixin(bindCode("vtkShaderProgram2_IsTypeOf", "D_vtkShaderProgram2_IsTypeOf")); mixin(bindCode("vtkShaderProgram2_SafeDownCast", "D_vtkShaderProgram2_SafeDownCast")); mixin(bindCode("vtkShaderProgram2_NewInstance", "D_vtkShaderProgram2_NewInstance")); mixin(bindCode("vtkShaderProgram2_IsSupported", "D_vtkShaderProgram2_IsSupported")); mixin(bindCode("vtkShaderProgram2_LoadExtensions", "D_vtkShaderProgram2_LoadExtensions")); mixin(bindCode("vtkShaderProgram2_GetPrintErrors", "D_vtkShaderProgram2_GetPrintErrors")); mixin(bindCode("vtkShaderProgram2_SetPrintErrors", "D_vtkShaderProgram2_SetPrintErrors")); mixin(bindCode("vtkShaderProgram2_SetContext", "D_vtkShaderProgram2_SetContext")); mixin(bindCode("vtkShaderProgram2_GetContext", "D_vtkShaderProgram2_GetContext")); mixin(bindCode("vtkShaderProgram2_GetShaders", "D_vtkShaderProgram2_GetShaders")); mixin(bindCode("vtkShaderProgram2_HasVertexShaders", "D_vtkShaderProgram2_HasVertexShaders")); mixin(bindCode("vtkShaderProgram2_HasTessellationControlShaders", "D_vtkShaderProgram2_HasTessellationControlShaders")); mixin(bindCode("vtkShaderProgram2_HasTessellationEvaluationShaders", "D_vtkShaderProgram2_HasTessellationEvaluationShaders")); mixin(bindCode("vtkShaderProgram2_HasGeometryShaders", "D_vtkShaderProgram2_HasGeometryShaders")); mixin(bindCode("vtkShaderProgram2_HasFragmentShaders", "D_vtkShaderProgram2_HasFragmentShaders")); mixin(bindCode("vtkShaderProgram2_IsValid", "D_vtkShaderProgram2_IsValid")); mixin(bindCode("vtkShaderProgram2_Build", "D_vtkShaderProgram2_Build")); mixin(bindCode("vtkShaderProgram2_SendUniforms", "D_vtkShaderProgram2_SendUniforms")); mixin(bindCode("vtkShaderProgram2_PrintActiveUniformVariables", "D_vtkShaderProgram2_PrintActiveUniformVariables")); mixin(bindCode("vtkShaderProgram2_PrintActiveUniformVariablesOnCout", "D_vtkShaderProgram2_PrintActiveUniformVariablesOnCout")); mixin(bindCode("vtkShaderProgram2_IsUsed", "D_vtkShaderProgram2_IsUsed")); mixin(bindCode("vtkShaderProgram2_Use", "D_vtkShaderProgram2_Use")); mixin(bindCode("vtkShaderProgram2_Restore", "D_vtkShaderProgram2_Restore")); mixin(bindCode("vtkShaderProgram2_RestoreFixedPipeline", "D_vtkShaderProgram2_RestoreFixedPipeline")); mixin(bindCode("vtkShaderProgram2_GetLastBuildStatus", "D_vtkShaderProgram2_GetLastBuildStatus")); mixin(bindCode("vtkShaderProgram2_GetLastLinkLog", "D_vtkShaderProgram2_GetLastLinkLog")); mixin(bindCode("vtkShaderProgram2_GetLastValidateLog", "D_vtkShaderProgram2_GetLastValidateLog")); mixin(bindCode("vtkShaderProgram2_ReleaseGraphicsResources", "D_vtkShaderProgram2_ReleaseGraphicsResources")); mixin(bindCode("vtkShaderProgram2_GetAttributeLocation", "D_vtkShaderProgram2_GetAttributeLocation")); mixin(bindCode("vtkShaderProgram2_GetUniformVariables", "D_vtkShaderProgram2_GetUniformVariables")); mixin(bindCode("vtkShaderProgram2_SetUniformVariables", "D_vtkShaderProgram2_SetUniformVariables")); mixin(bindCode("vtkShaderProgram2_DisplayListUnderCreationInCompileMode", "D_vtkShaderProgram2_DisplayListUnderCreationInCompileMode")); mixin(bindCode("vtkShaderProgram2_SetGeometryTypeIn", "D_vtkShaderProgram2_SetGeometryTypeIn")); mixin(bindCode("vtkShaderProgram2_GetGeometryTypeIn", "D_vtkShaderProgram2_GetGeometryTypeIn")); mixin(bindCode("vtkShaderProgram2_SetGeometryVerticesOut", "D_vtkShaderProgram2_SetGeometryVerticesOut")); mixin(bindCode("vtkShaderProgram2_GetGeometryVerticesOut", "D_vtkShaderProgram2_GetGeometryVerticesOut")); mixin(bindCode("vtkShaderProgram2_SetGeometryTypeOut", "D_vtkShaderProgram2_SetGeometryTypeOut")); mixin(bindCode("vtkShaderProgram2_GetGeometryTypeOut", "D_vtkShaderProgram2_GetGeometryTypeOut")); mixin(bindCode("vtkShaderProgram2_Upcast", "D_vtkShaderProgram2_Upcast")); mixin(bindCode("vtkArrayDataWriter_New", "D_vtkArrayDataWriter_New")); mixin(bindCode("vtkArrayDataWriter_IsTypeOf", "D_vtkArrayDataWriter_IsTypeOf")); mixin(bindCode("vtkArrayDataWriter_SafeDownCast", "D_vtkArrayDataWriter_SafeDownCast")); mixin(bindCode("vtkArrayDataWriter_NewInstance", "D_vtkArrayDataWriter_NewInstance")); mixin(bindCode("vtkArrayDataWriter_SetFileName", "D_vtkArrayDataWriter_SetFileName")); mixin(bindCode("vtkArrayDataWriter_GetFileName", "D_vtkArrayDataWriter_GetFileName")); mixin(bindCode("vtkArrayDataWriter_SetBinary", "D_vtkArrayDataWriter_SetBinary")); mixin(bindCode("vtkArrayDataWriter_GetBinary", "D_vtkArrayDataWriter_GetBinary")); mixin(bindCode("vtkArrayDataWriter_BinaryOn", "D_vtkArrayDataWriter_BinaryOn")); mixin(bindCode("vtkArrayDataWriter_BinaryOff", "D_vtkArrayDataWriter_BinaryOff")); mixin(bindCode("vtkArrayDataWriter_GetOutputString", "D_vtkArrayDataWriter_GetOutputString")); mixin(bindCode("vtkArrayDataWriter_SetWriteToOutputString", "D_vtkArrayDataWriter_SetWriteToOutputString")); mixin(bindCode("vtkArrayDataWriter_GetWriteToOutputString", "D_vtkArrayDataWriter_GetWriteToOutputString")); mixin(bindCode("vtkArrayDataWriter_WriteToOutputStringOn", "D_vtkArrayDataWriter_WriteToOutputStringOn")); mixin(bindCode("vtkArrayDataWriter_WriteToOutputStringOff", "D_vtkArrayDataWriter_WriteToOutputStringOff")); mixin(bindCode("vtkArrayDataWriter_Write__SWIG_0", "D_vtkArrayDataWriter_Write__SWIG_0")); mixin(bindCode("vtkArrayDataWriter_Write__SWIG_1", "D_vtkArrayDataWriter_Write__SWIG_1")); mixin(bindCode("vtkArrayDataWriter_Write__SWIG_2", "D_vtkArrayDataWriter_Write__SWIG_2")); mixin(bindCode("vtkArrayDataWriter_Write__SWIG_3", "D_vtkArrayDataWriter_Write__SWIG_3")); mixin(bindCode("vtkArrayDataWriter_Write__SWIG_4", "D_vtkArrayDataWriter_Write__SWIG_4")); mixin(bindCode("vtkArrayDataWriter_Write__SWIG_5", "D_vtkArrayDataWriter_Write__SWIG_5")); mixin(bindCode("vtkArrayDataWriter_Write__SWIG_6", "D_vtkArrayDataWriter_Write__SWIG_6")); mixin(bindCode("vtkArrayDataWriter_Write__SWIG_7", "D_vtkArrayDataWriter_Write__SWIG_7")); mixin(bindCode("vtkArrayDataWriter_Upcast", "D_vtkArrayDataWriter_Upcast")); mixin(bindCode("vtkOutlineCornerSource_IsTypeOf", "D_vtkOutlineCornerSource_IsTypeOf")); mixin(bindCode("vtkOutlineCornerSource_SafeDownCast", "D_vtkOutlineCornerSource_SafeDownCast")); mixin(bindCode("vtkOutlineCornerSource_NewInstance", "D_vtkOutlineCornerSource_NewInstance")); mixin(bindCode("vtkOutlineCornerSource_New", "D_vtkOutlineCornerSource_New")); mixin(bindCode("vtkOutlineCornerSource_SetCornerFactor", "D_vtkOutlineCornerSource_SetCornerFactor")); mixin(bindCode("vtkOutlineCornerSource_GetCornerFactorMinValue", "D_vtkOutlineCornerSource_GetCornerFactorMinValue")); mixin(bindCode("vtkOutlineCornerSource_GetCornerFactorMaxValue", "D_vtkOutlineCornerSource_GetCornerFactorMaxValue")); mixin(bindCode("vtkOutlineCornerSource_GetCornerFactor", "D_vtkOutlineCornerSource_GetCornerFactor")); mixin(bindCode("vtkOutlineCornerSource_Upcast", "D_vtkOutlineCornerSource_Upcast")); mixin(bindCode("vtkTableToArray_New", "D_vtkTableToArray_New")); mixin(bindCode("vtkTableToArray_IsTypeOf", "D_vtkTableToArray_IsTypeOf")); mixin(bindCode("vtkTableToArray_SafeDownCast", "D_vtkTableToArray_SafeDownCast")); mixin(bindCode("vtkTableToArray_NewInstance", "D_vtkTableToArray_NewInstance")); mixin(bindCode("vtkTableToArray_ClearColumns", "D_vtkTableToArray_ClearColumns")); mixin(bindCode("vtkTableToArray_AddColumn__SWIG_0", "D_vtkTableToArray_AddColumn__SWIG_0")); mixin(bindCode("vtkTableToArray_AddColumn__SWIG_1", "D_vtkTableToArray_AddColumn__SWIG_1")); mixin(bindCode("vtkTableToArray_AddAllColumns", "D_vtkTableToArray_AddAllColumns")); mixin(bindCode("new_vtkTableToArray", "D_new_vtkTableToArray")); mixin(bindCode("delete_vtkTableToArray", "D_delete_vtkTableToArray")); mixin(bindCode("vtkTableToArray_Upcast", "D_vtkTableToArray_Upcast")); mixin(bindCode("vtkAbstractParticleWriter_IsTypeOf", "D_vtkAbstractParticleWriter_IsTypeOf")); mixin(bindCode("vtkAbstractParticleWriter_SafeDownCast", "D_vtkAbstractParticleWriter_SafeDownCast")); mixin(bindCode("vtkAbstractParticleWriter_NewInstance", "D_vtkAbstractParticleWriter_NewInstance")); mixin(bindCode("vtkAbstractParticleWriter_SetTimeStep", "D_vtkAbstractParticleWriter_SetTimeStep")); mixin(bindCode("vtkAbstractParticleWriter_GetTimeStep", "D_vtkAbstractParticleWriter_GetTimeStep")); mixin(bindCode("vtkAbstractParticleWriter_SetTimeValue", "D_vtkAbstractParticleWriter_SetTimeValue")); mixin(bindCode("vtkAbstractParticleWriter_GetTimeValue", "D_vtkAbstractParticleWriter_GetTimeValue")); mixin(bindCode("vtkAbstractParticleWriter_SetFileName", "D_vtkAbstractParticleWriter_SetFileName")); mixin(bindCode("vtkAbstractParticleWriter_GetFileName", "D_vtkAbstractParticleWriter_GetFileName")); mixin(bindCode("vtkAbstractParticleWriter_SetCollectiveIO", "D_vtkAbstractParticleWriter_SetCollectiveIO")); mixin(bindCode("vtkAbstractParticleWriter_GetCollectiveIO", "D_vtkAbstractParticleWriter_GetCollectiveIO")); mixin(bindCode("vtkAbstractParticleWriter_SetWriteModeToCollective", "D_vtkAbstractParticleWriter_SetWriteModeToCollective")); mixin(bindCode("vtkAbstractParticleWriter_SetWriteModeToIndependent", "D_vtkAbstractParticleWriter_SetWriteModeToIndependent")); mixin(bindCode("vtkAbstractParticleWriter_CloseFile", "D_vtkAbstractParticleWriter_CloseFile")); mixin(bindCode("vtkAbstractParticleWriter_Upcast", "D_vtkAbstractParticleWriter_Upcast")); mixin(bindCode("vtkTessellatorFilter_IsTypeOf", "D_vtkTessellatorFilter_IsTypeOf")); mixin(bindCode("vtkTessellatorFilter_SafeDownCast", "D_vtkTessellatorFilter_SafeDownCast")); mixin(bindCode("vtkTessellatorFilter_NewInstance", "D_vtkTessellatorFilter_NewInstance")); mixin(bindCode("vtkTessellatorFilter_New", "D_vtkTessellatorFilter_New")); mixin(bindCode("vtkTessellatorFilter_SetTessellator", "D_vtkTessellatorFilter_SetTessellator")); mixin(bindCode("vtkTessellatorFilter_GetTessellator", "D_vtkTessellatorFilter_GetTessellator")); mixin(bindCode("vtkTessellatorFilter_SetSubdivider", "D_vtkTessellatorFilter_SetSubdivider")); mixin(bindCode("vtkTessellatorFilter_GetSubdivider", "D_vtkTessellatorFilter_GetSubdivider")); mixin(bindCode("vtkTessellatorFilter_SetOutputDimension", "D_vtkTessellatorFilter_SetOutputDimension")); mixin(bindCode("vtkTessellatorFilter_GetOutputDimensionMinValue", "D_vtkTessellatorFilter_GetOutputDimensionMinValue")); mixin(bindCode("vtkTessellatorFilter_GetOutputDimensionMaxValue", "D_vtkTessellatorFilter_GetOutputDimensionMaxValue")); mixin(bindCode("vtkTessellatorFilter_GetOutputDimension", "D_vtkTessellatorFilter_GetOutputDimension")); mixin(bindCode("vtkTessellatorFilter_SetMaximumNumberOfSubdivisions", "D_vtkTessellatorFilter_SetMaximumNumberOfSubdivisions")); mixin(bindCode("vtkTessellatorFilter_GetMaximumNumberOfSubdivisions", "D_vtkTessellatorFilter_GetMaximumNumberOfSubdivisions")); mixin(bindCode("vtkTessellatorFilter_SetChordError", "D_vtkTessellatorFilter_SetChordError")); mixin(bindCode("vtkTessellatorFilter_GetChordError", "D_vtkTessellatorFilter_GetChordError")); mixin(bindCode("vtkTessellatorFilter_ResetFieldCriteria", "D_vtkTessellatorFilter_ResetFieldCriteria")); mixin(bindCode("vtkTessellatorFilter_SetFieldCriterion", "D_vtkTessellatorFilter_SetFieldCriterion")); mixin(bindCode("vtkTessellatorFilter_GetMergePoints", "D_vtkTessellatorFilter_GetMergePoints")); mixin(bindCode("vtkTessellatorFilter_SetMergePoints", "D_vtkTessellatorFilter_SetMergePoints")); mixin(bindCode("vtkTessellatorFilter_MergePointsOn", "D_vtkTessellatorFilter_MergePointsOn")); mixin(bindCode("vtkTessellatorFilter_MergePointsOff", "D_vtkTessellatorFilter_MergePointsOff")); mixin(bindCode("vtkTessellatorFilter_Upcast", "D_vtkTessellatorFilter_Upcast")); mixin(bindCode("vtkStackedTreeLayoutStrategy_New", "D_vtkStackedTreeLayoutStrategy_New")); mixin(bindCode("vtkStackedTreeLayoutStrategy_IsTypeOf", "D_vtkStackedTreeLayoutStrategy_IsTypeOf")); mixin(bindCode("vtkStackedTreeLayoutStrategy_SafeDownCast", "D_vtkStackedTreeLayoutStrategy_SafeDownCast")); mixin(bindCode("vtkStackedTreeLayoutStrategy_NewInstance", "D_vtkStackedTreeLayoutStrategy_NewInstance")); mixin(bindCode("vtkStackedTreeLayoutStrategy_SetInteriorRadius", "D_vtkStackedTreeLayoutStrategy_SetInteriorRadius")); mixin(bindCode("vtkStackedTreeLayoutStrategy_GetInteriorRadius", "D_vtkStackedTreeLayoutStrategy_GetInteriorRadius")); mixin(bindCode("vtkStackedTreeLayoutStrategy_SetRingThickness", "D_vtkStackedTreeLayoutStrategy_SetRingThickness")); mixin(bindCode("vtkStackedTreeLayoutStrategy_GetRingThickness", "D_vtkStackedTreeLayoutStrategy_GetRingThickness")); mixin(bindCode("vtkStackedTreeLayoutStrategy_SetRootStartAngle", "D_vtkStackedTreeLayoutStrategy_SetRootStartAngle")); mixin(bindCode("vtkStackedTreeLayoutStrategy_GetRootStartAngle", "D_vtkStackedTreeLayoutStrategy_GetRootStartAngle")); mixin(bindCode("vtkStackedTreeLayoutStrategy_SetRootEndAngle", "D_vtkStackedTreeLayoutStrategy_SetRootEndAngle")); mixin(bindCode("vtkStackedTreeLayoutStrategy_GetRootEndAngle", "D_vtkStackedTreeLayoutStrategy_GetRootEndAngle")); mixin(bindCode("vtkStackedTreeLayoutStrategy_SetUseRectangularCoordinates", "D_vtkStackedTreeLayoutStrategy_SetUseRectangularCoordinates")); mixin(bindCode("vtkStackedTreeLayoutStrategy_GetUseRectangularCoordinates", "D_vtkStackedTreeLayoutStrategy_GetUseRectangularCoordinates")); mixin(bindCode("vtkStackedTreeLayoutStrategy_UseRectangularCoordinatesOn", "D_vtkStackedTreeLayoutStrategy_UseRectangularCoordinatesOn")); mixin(bindCode("vtkStackedTreeLayoutStrategy_UseRectangularCoordinatesOff", "D_vtkStackedTreeLayoutStrategy_UseRectangularCoordinatesOff")); mixin(bindCode("vtkStackedTreeLayoutStrategy_SetReverse", "D_vtkStackedTreeLayoutStrategy_SetReverse")); mixin(bindCode("vtkStackedTreeLayoutStrategy_GetReverse", "D_vtkStackedTreeLayoutStrategy_GetReverse")); mixin(bindCode("vtkStackedTreeLayoutStrategy_ReverseOn", "D_vtkStackedTreeLayoutStrategy_ReverseOn")); mixin(bindCode("vtkStackedTreeLayoutStrategy_ReverseOff", "D_vtkStackedTreeLayoutStrategy_ReverseOff")); mixin(bindCode("vtkStackedTreeLayoutStrategy_SetInteriorLogSpacingValue", "D_vtkStackedTreeLayoutStrategy_SetInteriorLogSpacingValue")); mixin(bindCode("vtkStackedTreeLayoutStrategy_GetInteriorLogSpacingValue", "D_vtkStackedTreeLayoutStrategy_GetInteriorLogSpacingValue")); mixin(bindCode("vtkStackedTreeLayoutStrategy_Upcast", "D_vtkStackedTreeLayoutStrategy_Upcast")); mixin(bindCode("vtkPolygonalSurfacePointPlacer_New", "D_vtkPolygonalSurfacePointPlacer_New")); mixin(bindCode("vtkPolygonalSurfacePointPlacer_IsTypeOf", "D_vtkPolygonalSurfacePointPlacer_IsTypeOf")); mixin(bindCode("vtkPolygonalSurfacePointPlacer_SafeDownCast", "D_vtkPolygonalSurfacePointPlacer_SafeDownCast")); mixin(bindCode("vtkPolygonalSurfacePointPlacer_NewInstance", "D_vtkPolygonalSurfacePointPlacer_NewInstance")); mixin(bindCode("vtkPolygonalSurfacePointPlacer_ComputeWorldPosition__SWIG_0", "D_vtkPolygonalSurfacePointPlacer_ComputeWorldPosition__SWIG_0")); mixin(bindCode("vtkPolygonalSurfacePointPlacer_ComputeWorldPosition__SWIG_1", "D_vtkPolygonalSurfacePointPlacer_ComputeWorldPosition__SWIG_1")); mixin(bindCode("vtkPolygonalSurfacePointPlacer_ValidateWorldPosition__SWIG_0", "D_vtkPolygonalSurfacePointPlacer_ValidateWorldPosition__SWIG_0")); mixin(bindCode("vtkPolygonalSurfacePointPlacer_ValidateWorldPosition__SWIG_1", "D_vtkPolygonalSurfacePointPlacer_ValidateWorldPosition__SWIG_1")); mixin(bindCode("vtkPolygonalSurfacePointPlacer_GetCellPicker", "D_vtkPolygonalSurfacePointPlacer_GetCellPicker")); mixin(bindCode("vtkPolygonalSurfacePointPlacer_GetPolys", "D_vtkPolygonalSurfacePointPlacer_GetPolys")); mixin(bindCode("vtkPolygonalSurfacePointPlacer_SetDistanceOffset", "D_vtkPolygonalSurfacePointPlacer_SetDistanceOffset")); mixin(bindCode("vtkPolygonalSurfacePointPlacer_GetDistanceOffset", "D_vtkPolygonalSurfacePointPlacer_GetDistanceOffset")); mixin(bindCode("vtkPolygonalSurfacePointPlacer_SetSnapToClosestPoint", "D_vtkPolygonalSurfacePointPlacer_SetSnapToClosestPoint")); mixin(bindCode("vtkPolygonalSurfacePointPlacer_GetSnapToClosestPoint", "D_vtkPolygonalSurfacePointPlacer_GetSnapToClosestPoint")); mixin(bindCode("vtkPolygonalSurfacePointPlacer_SnapToClosestPointOn", "D_vtkPolygonalSurfacePointPlacer_SnapToClosestPointOn")); mixin(bindCode("vtkPolygonalSurfacePointPlacer_SnapToClosestPointOff", "D_vtkPolygonalSurfacePointPlacer_SnapToClosestPointOff")); mixin(bindCode("vtkPolygonalSurfacePointPlacer_Upcast", "D_vtkPolygonalSurfacePointPlacer_Upcast")); mixin(bindCode("vtkSocketController_New", "D_vtkSocketController_New")); mixin(bindCode("vtkSocketController_IsTypeOf", "D_vtkSocketController_IsTypeOf")); mixin(bindCode("vtkSocketController_SafeDownCast", "D_vtkSocketController_SafeDownCast")); mixin(bindCode("vtkSocketController_NewInstance", "D_vtkSocketController_NewInstance")); mixin(bindCode("vtkSocketController_Initialize__SWIG_0", "D_vtkSocketController_Initialize__SWIG_0")); mixin(bindCode("vtkSocketController_Initialize__SWIG_1", "D_vtkSocketController_Initialize__SWIG_1")); mixin(bindCode("vtkSocketController_Initialize__SWIG_2", "D_vtkSocketController_Initialize__SWIG_2")); mixin(bindCode("vtkSocketController_Finalize__SWIG_0", "D_vtkSocketController_Finalize__SWIG_0")); mixin(bindCode("vtkSocketController_Finalize__SWIG_1", "D_vtkSocketController_Finalize__SWIG_1")); mixin(bindCode("vtkSocketController_WaitForConnection", "D_vtkSocketController_WaitForConnection")); mixin(bindCode("vtkSocketController_CloseConnection", "D_vtkSocketController_CloseConnection")); mixin(bindCode("vtkSocketController_ConnectTo", "D_vtkSocketController_ConnectTo")); mixin(bindCode("vtkSocketController_GetSwapBytesInReceivedData", "D_vtkSocketController_GetSwapBytesInReceivedData")); mixin(bindCode("vtkSocketController_SetCommunicator", "D_vtkSocketController_SetCommunicator")); mixin(bindCode("vtkSocketController_CreateCompliantController", "D_vtkSocketController_CreateCompliantController")); mixin(bindCode("vtkSocketController_Upcast", "D_vtkSocketController_Upcast")); mixin(bindCode("vtkExtractTemporalFieldData_New", "D_vtkExtractTemporalFieldData_New")); mixin(bindCode("vtkExtractTemporalFieldData_IsTypeOf", "D_vtkExtractTemporalFieldData_IsTypeOf")); mixin(bindCode("vtkExtractTemporalFieldData_SafeDownCast", "D_vtkExtractTemporalFieldData_SafeDownCast")); mixin(bindCode("vtkExtractTemporalFieldData_NewInstance", "D_vtkExtractTemporalFieldData_NewInstance")); mixin(bindCode("vtkExtractTemporalFieldData_GetNumberOfTimeSteps", "D_vtkExtractTemporalFieldData_GetNumberOfTimeSteps")); mixin(bindCode("vtkExtractTemporalFieldData_Upcast", "D_vtkExtractTemporalFieldData_Upcast")); mixin(bindCode("vtkAxesTransformWidget_New", "D_vtkAxesTransformWidget_New")); mixin(bindCode("vtkAxesTransformWidget_IsTypeOf", "D_vtkAxesTransformWidget_IsTypeOf")); mixin(bindCode("vtkAxesTransformWidget_SafeDownCast", "D_vtkAxesTransformWidget_SafeDownCast")); mixin(bindCode("vtkAxesTransformWidget_NewInstance", "D_vtkAxesTransformWidget_NewInstance")); mixin(bindCode("vtkAxesTransformWidget_SetRepresentation", "D_vtkAxesTransformWidget_SetRepresentation")); mixin(bindCode("vtkAxesTransformWidget_GetLineRepresentation", "D_vtkAxesTransformWidget_GetLineRepresentation")); mixin(bindCode("vtkAxesTransformWidget_Upcast", "D_vtkAxesTransformWidget_Upcast")); mixin(bindCode("vtkAngleWidget_New", "D_vtkAngleWidget_New")); mixin(bindCode("vtkAngleWidget_IsTypeOf", "D_vtkAngleWidget_IsTypeOf")); mixin(bindCode("vtkAngleWidget_SafeDownCast", "D_vtkAngleWidget_SafeDownCast")); mixin(bindCode("vtkAngleWidget_NewInstance", "D_vtkAngleWidget_NewInstance")); mixin(bindCode("vtkAngleWidget_SetRepresentation", "D_vtkAngleWidget_SetRepresentation")); mixin(bindCode("vtkAngleWidget_GetAngleRepresentation", "D_vtkAngleWidget_GetAngleRepresentation")); mixin(bindCode("vtkAngleWidget_IsAngleValid", "D_vtkAngleWidget_IsAngleValid")); mixin(bindCode("vtkAngleWidget_SetWidgetStateToStart", "D_vtkAngleWidget_SetWidgetStateToStart")); mixin(bindCode("vtkAngleWidget_SetWidgetStateToManipulate", "D_vtkAngleWidget_SetWidgetStateToManipulate")); mixin(bindCode("vtkAngleWidget_GetWidgetState", "D_vtkAngleWidget_GetWidgetState")); mixin(bindCode("vtkAngleWidget_Upcast", "D_vtkAngleWidget_Upcast")); mixin(bindCode("vtkImageMagnitude_New", "D_vtkImageMagnitude_New")); mixin(bindCode("vtkImageMagnitude_IsTypeOf", "D_vtkImageMagnitude_IsTypeOf")); mixin(bindCode("vtkImageMagnitude_SafeDownCast", "D_vtkImageMagnitude_SafeDownCast")); mixin(bindCode("vtkImageMagnitude_NewInstance", "D_vtkImageMagnitude_NewInstance")); mixin(bindCode("vtkImageMagnitude_Upcast", "D_vtkImageMagnitude_Upcast")); mixin(bindCode("vtkFastNumericConversion_New", "D_vtkFastNumericConversion_New")); mixin(bindCode("vtkFastNumericConversion_IsTypeOf", "D_vtkFastNumericConversion_IsTypeOf")); mixin(bindCode("vtkFastNumericConversion_SafeDownCast", "D_vtkFastNumericConversion_SafeDownCast")); mixin(bindCode("vtkFastNumericConversion_NewInstance", "D_vtkFastNumericConversion_NewInstance")); mixin(bindCode("vtkFastNumericConversion_TestQuickFloor", "D_vtkFastNumericConversion_TestQuickFloor")); mixin(bindCode("vtkFastNumericConversion_TestSafeFloor", "D_vtkFastNumericConversion_TestSafeFloor")); mixin(bindCode("vtkFastNumericConversion_TestRound", "D_vtkFastNumericConversion_TestRound")); mixin(bindCode("vtkFastNumericConversion_TestConvertFixedPointIntPart", "D_vtkFastNumericConversion_TestConvertFixedPointIntPart")); mixin(bindCode("vtkFastNumericConversion_TestConvertFixedPointFracPart", "D_vtkFastNumericConversion_TestConvertFixedPointFracPart")); mixin(bindCode("vtkFastNumericConversion_SetReservedFracBits", "D_vtkFastNumericConversion_SetReservedFracBits")); mixin(bindCode("delete_vtkFastNumericConversion", "D_delete_vtkFastNumericConversion")); mixin(bindCode("vtkFastNumericConversion_Upcast", "D_vtkFastNumericConversion_Upcast")); mixin(bindCode("vtkImageGridSource_New", "D_vtkImageGridSource_New")); mixin(bindCode("vtkImageGridSource_IsTypeOf", "D_vtkImageGridSource_IsTypeOf")); mixin(bindCode("vtkImageGridSource_SafeDownCast", "D_vtkImageGridSource_SafeDownCast")); mixin(bindCode("vtkImageGridSource_NewInstance", "D_vtkImageGridSource_NewInstance")); mixin(bindCode("vtkImageGridSource_SetGridSpacing__SWIG_0", "D_vtkImageGridSource_SetGridSpacing__SWIG_0")); mixin(bindCode("vtkImageGridSource_SetGridSpacing__SWIG_1", "D_vtkImageGridSource_SetGridSpacing__SWIG_1")); mixin(bindCode("vtkImageGridSource_GetGridSpacing__SWIG_0", "D_vtkImageGridSource_GetGridSpacing__SWIG_0")); mixin(bindCode("vtkImageGridSource_GetGridSpacing__SWIG_1", "D_vtkImageGridSource_GetGridSpacing__SWIG_1")); mixin(bindCode("vtkImageGridSource_GetGridSpacing__SWIG_2", "D_vtkImageGridSource_GetGridSpacing__SWIG_2")); mixin(bindCode("vtkImageGridSource_SetGridOrigin__SWIG_0", "D_vtkImageGridSource_SetGridOrigin__SWIG_0")); mixin(bindCode("vtkImageGridSource_SetGridOrigin__SWIG_1", "D_vtkImageGridSource_SetGridOrigin__SWIG_1")); mixin(bindCode("vtkImageGridSource_GetGridOrigin__SWIG_0", "D_vtkImageGridSource_GetGridOrigin__SWIG_0")); mixin(bindCode("vtkImageGridSource_GetGridOrigin__SWIG_1", "D_vtkImageGridSource_GetGridOrigin__SWIG_1")); mixin(bindCode("vtkImageGridSource_GetGridOrigin__SWIG_2", "D_vtkImageGridSource_GetGridOrigin__SWIG_2")); mixin(bindCode("vtkImageGridSource_SetLineValue", "D_vtkImageGridSource_SetLineValue")); mixin(bindCode("vtkImageGridSource_GetLineValue", "D_vtkImageGridSource_GetLineValue")); mixin(bindCode("vtkImageGridSource_SetFillValue", "D_vtkImageGridSource_SetFillValue")); mixin(bindCode("vtkImageGridSource_GetFillValue", "D_vtkImageGridSource_GetFillValue")); mixin(bindCode("vtkImageGridSource_SetDataScalarType", "D_vtkImageGridSource_SetDataScalarType")); mixin(bindCode("vtkImageGridSource_SetDataScalarTypeToDouble", "D_vtkImageGridSource_SetDataScalarTypeToDouble")); mixin(bindCode("vtkImageGridSource_SetDataScalarTypeToInt", "D_vtkImageGridSource_SetDataScalarTypeToInt")); mixin(bindCode("vtkImageGridSource_SetDataScalarTypeToShort", "D_vtkImageGridSource_SetDataScalarTypeToShort")); mixin(bindCode("vtkImageGridSource_SetDataScalarTypeToUnsignedShort", "D_vtkImageGridSource_SetDataScalarTypeToUnsignedShort")); mixin(bindCode("vtkImageGridSource_SetDataScalarTypeToUnsignedChar", "D_vtkImageGridSource_SetDataScalarTypeToUnsignedChar")); mixin(bindCode("vtkImageGridSource_GetDataScalarType", "D_vtkImageGridSource_GetDataScalarType")); mixin(bindCode("vtkImageGridSource_GetDataScalarTypeAsString", "D_vtkImageGridSource_GetDataScalarTypeAsString")); mixin(bindCode("vtkImageGridSource_SetDataExtent__SWIG_0", "D_vtkImageGridSource_SetDataExtent__SWIG_0")); mixin(bindCode("vtkImageGridSource_SetDataExtent__SWIG_1", "D_vtkImageGridSource_SetDataExtent__SWIG_1")); mixin(bindCode("vtkImageGridSource_GetDataExtent__SWIG_0", "D_vtkImageGridSource_GetDataExtent__SWIG_0")); mixin(bindCode("vtkImageGridSource_GetDataExtent__SWIG_1", "D_vtkImageGridSource_GetDataExtent__SWIG_1")); mixin(bindCode("vtkImageGridSource_GetDataExtent__SWIG_2", "D_vtkImageGridSource_GetDataExtent__SWIG_2")); mixin(bindCode("vtkImageGridSource_SetDataSpacing__SWIG_0", "D_vtkImageGridSource_SetDataSpacing__SWIG_0")); mixin(bindCode("vtkImageGridSource_SetDataSpacing__SWIG_1", "D_vtkImageGridSource_SetDataSpacing__SWIG_1")); mixin(bindCode("vtkImageGridSource_GetDataSpacing__SWIG_0", "D_vtkImageGridSource_GetDataSpacing__SWIG_0")); mixin(bindCode("vtkImageGridSource_GetDataSpacing__SWIG_1", "D_vtkImageGridSource_GetDataSpacing__SWIG_1")); mixin(bindCode("vtkImageGridSource_GetDataSpacing__SWIG_2", "D_vtkImageGridSource_GetDataSpacing__SWIG_2")); mixin(bindCode("vtkImageGridSource_SetDataOrigin__SWIG_0", "D_vtkImageGridSource_SetDataOrigin__SWIG_0")); mixin(bindCode("vtkImageGridSource_SetDataOrigin__SWIG_1", "D_vtkImageGridSource_SetDataOrigin__SWIG_1")); mixin(bindCode("vtkImageGridSource_GetDataOrigin__SWIG_0", "D_vtkImageGridSource_GetDataOrigin__SWIG_0")); mixin(bindCode("vtkImageGridSource_GetDataOrigin__SWIG_1", "D_vtkImageGridSource_GetDataOrigin__SWIG_1")); mixin(bindCode("vtkImageGridSource_GetDataOrigin__SWIG_2", "D_vtkImageGridSource_GetDataOrigin__SWIG_2")); mixin(bindCode("vtkImageGridSource_Upcast", "D_vtkImageGridSource_Upcast")); mixin(bindCode("vtkQuaternionInterpolator_IsTypeOf", "D_vtkQuaternionInterpolator_IsTypeOf")); mixin(bindCode("vtkQuaternionInterpolator_SafeDownCast", "D_vtkQuaternionInterpolator_SafeDownCast")); mixin(bindCode("vtkQuaternionInterpolator_NewInstance", "D_vtkQuaternionInterpolator_NewInstance")); mixin(bindCode("vtkQuaternionInterpolator_New", "D_vtkQuaternionInterpolator_New")); mixin(bindCode("vtkQuaternionInterpolator_GetNumberOfQuaternions", "D_vtkQuaternionInterpolator_GetNumberOfQuaternions")); mixin(bindCode("vtkQuaternionInterpolator_GetMinimumT", "D_vtkQuaternionInterpolator_GetMinimumT")); mixin(bindCode("vtkQuaternionInterpolator_GetMaximumT", "D_vtkQuaternionInterpolator_GetMaximumT")); mixin(bindCode("vtkQuaternionInterpolator_Initialize", "D_vtkQuaternionInterpolator_Initialize")); mixin(bindCode("vtkQuaternionInterpolator_AddQuaternion__SWIG_0", "D_vtkQuaternionInterpolator_AddQuaternion__SWIG_0")); mixin(bindCode("vtkQuaternionInterpolator_AddQuaternion__SWIG_1", "D_vtkQuaternionInterpolator_AddQuaternion__SWIG_1")); mixin(bindCode("vtkQuaternionInterpolator_RemoveQuaternion", "D_vtkQuaternionInterpolator_RemoveQuaternion")); mixin(bindCode("vtkQuaternionInterpolator_InterpolateQuaternion__SWIG_0", "D_vtkQuaternionInterpolator_InterpolateQuaternion__SWIG_0")); mixin(bindCode("vtkQuaternionInterpolator_InterpolateQuaternion__SWIG_1", "D_vtkQuaternionInterpolator_InterpolateQuaternion__SWIG_1")); mixin(bindCode("vtkQuaternionInterpolator_SetInterpolationType", "D_vtkQuaternionInterpolator_SetInterpolationType")); mixin(bindCode("vtkQuaternionInterpolator_GetInterpolationTypeMinValue", "D_vtkQuaternionInterpolator_GetInterpolationTypeMinValue")); mixin(bindCode("vtkQuaternionInterpolator_GetInterpolationTypeMaxValue", "D_vtkQuaternionInterpolator_GetInterpolationTypeMaxValue")); mixin(bindCode("vtkQuaternionInterpolator_GetInterpolationType", "D_vtkQuaternionInterpolator_GetInterpolationType")); mixin(bindCode("vtkQuaternionInterpolator_SetInterpolationTypeToLinear", "D_vtkQuaternionInterpolator_SetInterpolationTypeToLinear")); mixin(bindCode("vtkQuaternionInterpolator_SetInterpolationTypeToSpline", "D_vtkQuaternionInterpolator_SetInterpolationTypeToSpline")); mixin(bindCode("vtkQuaternionInterpolator_Upcast", "D_vtkQuaternionInterpolator_Upcast")); mixin(bindCode("vtkCallbackCommand_IsTypeOf", "D_vtkCallbackCommand_IsTypeOf")); mixin(bindCode("vtkCallbackCommand_SafeDownCast", "D_vtkCallbackCommand_SafeDownCast")); mixin(bindCode("vtkCallbackCommand_NewInstance", "D_vtkCallbackCommand_NewInstance")); mixin(bindCode("vtkCallbackCommand_New", "D_vtkCallbackCommand_New")); mixin(bindCode("vtkCallbackCommand_SetClientData", "D_vtkCallbackCommand_SetClientData")); mixin(bindCode("vtkCallbackCommand_GetClientData", "D_vtkCallbackCommand_GetClientData")); mixin(bindCode("vtkCallbackCommand_SetCallback", "D_vtkCallbackCommand_SetCallback")); mixin(bindCode("vtkCallbackCommand_SetClientDataDeleteCallback", "D_vtkCallbackCommand_SetClientDataDeleteCallback")); mixin(bindCode("vtkCallbackCommand_SetAbortFlagOnExecute", "D_vtkCallbackCommand_SetAbortFlagOnExecute")); mixin(bindCode("vtkCallbackCommand_GetAbortFlagOnExecute", "D_vtkCallbackCommand_GetAbortFlagOnExecute")); mixin(bindCode("vtkCallbackCommand_AbortFlagOnExecuteOn", "D_vtkCallbackCommand_AbortFlagOnExecuteOn")); mixin(bindCode("vtkCallbackCommand_AbortFlagOnExecuteOff", "D_vtkCallbackCommand_AbortFlagOnExecuteOff")); mixin(bindCode("vtkCallbackCommand_Callback_set", "D_vtkCallbackCommand_Callback_set")); mixin(bindCode("vtkCallbackCommand_Callback_get", "D_vtkCallbackCommand_Callback_get")); mixin(bindCode("vtkCallbackCommand_ClientDataDeleteCallback_set", "D_vtkCallbackCommand_ClientDataDeleteCallback_set")); mixin(bindCode("vtkCallbackCommand_ClientDataDeleteCallback_get", "D_vtkCallbackCommand_ClientDataDeleteCallback_get")); mixin(bindCode("vtkCallbackCommand_Upcast", "D_vtkCallbackCommand_Upcast")); mixin(bindCode("vtkGeometricErrorMetric_New", "D_vtkGeometricErrorMetric_New")); mixin(bindCode("vtkGeometricErrorMetric_IsTypeOf", "D_vtkGeometricErrorMetric_IsTypeOf")); mixin(bindCode("vtkGeometricErrorMetric_SafeDownCast", "D_vtkGeometricErrorMetric_SafeDownCast")); mixin(bindCode("vtkGeometricErrorMetric_NewInstance", "D_vtkGeometricErrorMetric_NewInstance")); mixin(bindCode("vtkGeometricErrorMetric_GetAbsoluteGeometricTolerance", "D_vtkGeometricErrorMetric_GetAbsoluteGeometricTolerance")); mixin(bindCode("vtkGeometricErrorMetric_SetAbsoluteGeometricTolerance", "D_vtkGeometricErrorMetric_SetAbsoluteGeometricTolerance")); mixin(bindCode("vtkGeometricErrorMetric_SetRelativeGeometricTolerance", "D_vtkGeometricErrorMetric_SetRelativeGeometricTolerance")); mixin(bindCode("vtkGeometricErrorMetric_GetRelative", "D_vtkGeometricErrorMetric_GetRelative")); mixin(bindCode("vtkGeometricErrorMetric_Upcast", "D_vtkGeometricErrorMetric_Upcast")); mixin(bindCode("vtkStructuredGridLIC2D_New", "D_vtkStructuredGridLIC2D_New")); mixin(bindCode("vtkStructuredGridLIC2D_IsTypeOf", "D_vtkStructuredGridLIC2D_IsTypeOf")); mixin(bindCode("vtkStructuredGridLIC2D_SafeDownCast", "D_vtkStructuredGridLIC2D_SafeDownCast")); mixin(bindCode("vtkStructuredGridLIC2D_NewInstance", "D_vtkStructuredGridLIC2D_NewInstance")); mixin(bindCode("vtkStructuredGridLIC2D_SetContext", "D_vtkStructuredGridLIC2D_SetContext")); mixin(bindCode("vtkStructuredGridLIC2D_GetContext", "D_vtkStructuredGridLIC2D_GetContext")); mixin(bindCode("vtkStructuredGridLIC2D_SetSteps", "D_vtkStructuredGridLIC2D_SetSteps")); mixin(bindCode("vtkStructuredGridLIC2D_GetSteps", "D_vtkStructuredGridLIC2D_GetSteps")); mixin(bindCode("vtkStructuredGridLIC2D_SetStepSize", "D_vtkStructuredGridLIC2D_SetStepSize")); mixin(bindCode("vtkStructuredGridLIC2D_GetStepSize", "D_vtkStructuredGridLIC2D_GetStepSize")); mixin(bindCode("vtkStructuredGridLIC2D_SetMagnification", "D_vtkStructuredGridLIC2D_SetMagnification")); mixin(bindCode("vtkStructuredGridLIC2D_GetMagnificationMinValue", "D_vtkStructuredGridLIC2D_GetMagnificationMinValue")); mixin(bindCode("vtkStructuredGridLIC2D_GetMagnificationMaxValue", "D_vtkStructuredGridLIC2D_GetMagnificationMaxValue")); mixin(bindCode("vtkStructuredGridLIC2D_GetMagnification", "D_vtkStructuredGridLIC2D_GetMagnification")); mixin(bindCode("vtkStructuredGridLIC2D_GetOpenGLExtensionsSupported", "D_vtkStructuredGridLIC2D_GetOpenGLExtensionsSupported")); mixin(bindCode("vtkStructuredGridLIC2D_GetFBOSuccess", "D_vtkStructuredGridLIC2D_GetFBOSuccess")); mixin(bindCode("vtkStructuredGridLIC2D_GetLICSuccess", "D_vtkStructuredGridLIC2D_GetLICSuccess")); mixin(bindCode("new_vtkStructuredGridLIC2D", "D_new_vtkStructuredGridLIC2D")); mixin(bindCode("delete_vtkStructuredGridLIC2D", "D_delete_vtkStructuredGridLIC2D")); mixin(bindCode("vtkStructuredGridLIC2D_Upcast", "D_vtkStructuredGridLIC2D_Upcast")); mixin(bindCode("vtkBiDimensionalWidget_New", "D_vtkBiDimensionalWidget_New")); mixin(bindCode("vtkBiDimensionalWidget_IsTypeOf", "D_vtkBiDimensionalWidget_IsTypeOf")); mixin(bindCode("vtkBiDimensionalWidget_SafeDownCast", "D_vtkBiDimensionalWidget_SafeDownCast")); mixin(bindCode("vtkBiDimensionalWidget_NewInstance", "D_vtkBiDimensionalWidget_NewInstance")); mixin(bindCode("vtkBiDimensionalWidget_SetRepresentation", "D_vtkBiDimensionalWidget_SetRepresentation")); mixin(bindCode("vtkBiDimensionalWidget_GetBiDimensionalRepresentation", "D_vtkBiDimensionalWidget_GetBiDimensionalRepresentation")); mixin(bindCode("vtkBiDimensionalWidget_IsMeasureValid", "D_vtkBiDimensionalWidget_IsMeasureValid")); mixin(bindCode("vtkBiDimensionalWidget_SetWidgetStateToStart", "D_vtkBiDimensionalWidget_SetWidgetStateToStart")); mixin(bindCode("vtkBiDimensionalWidget_SetWidgetStateToManipulate", "D_vtkBiDimensionalWidget_SetWidgetStateToManipulate")); mixin(bindCode("vtkBiDimensionalWidget_GetWidgetState", "D_vtkBiDimensionalWidget_GetWidgetState")); mixin(bindCode("vtkBiDimensionalWidget_Upcast", "D_vtkBiDimensionalWidget_Upcast")); mixin(bindCode("vtkOBJExporter_New", "D_vtkOBJExporter_New")); mixin(bindCode("vtkOBJExporter_IsTypeOf", "D_vtkOBJExporter_IsTypeOf")); mixin(bindCode("vtkOBJExporter_SafeDownCast", "D_vtkOBJExporter_SafeDownCast")); mixin(bindCode("vtkOBJExporter_NewInstance", "D_vtkOBJExporter_NewInstance")); mixin(bindCode("vtkOBJExporter_SetFilePrefix", "D_vtkOBJExporter_SetFilePrefix")); mixin(bindCode("vtkOBJExporter_GetFilePrefix", "D_vtkOBJExporter_GetFilePrefix")); mixin(bindCode("vtkOBJExporter_Upcast", "D_vtkOBJExporter_Upcast")); mixin(bindCode("vtkDijkstraImageContourLineInterpolator_IsTypeOf", "D_vtkDijkstraImageContourLineInterpolator_IsTypeOf")); mixin(bindCode("vtkDijkstraImageContourLineInterpolator_SafeDownCast", "D_vtkDijkstraImageContourLineInterpolator_SafeDownCast")); mixin(bindCode("vtkDijkstraImageContourLineInterpolator_NewInstance", "D_vtkDijkstraImageContourLineInterpolator_NewInstance")); mixin(bindCode("vtkDijkstraImageContourLineInterpolator_New", "D_vtkDijkstraImageContourLineInterpolator_New")); mixin(bindCode("vtkDijkstraImageContourLineInterpolator_SetCostImage", "D_vtkDijkstraImageContourLineInterpolator_SetCostImage")); mixin(bindCode("vtkDijkstraImageContourLineInterpolator_GetCostImage", "D_vtkDijkstraImageContourLineInterpolator_GetCostImage")); mixin(bindCode("vtkDijkstraImageContourLineInterpolator_GetDijkstraImageGeodesicPath", "D_vtkDijkstraImageContourLineInterpolator_GetDijkstraImageGeodesicPath")); mixin(bindCode("vtkDijkstraImageContourLineInterpolator_Upcast", "D_vtkDijkstraImageContourLineInterpolator_Upcast")); mixin(bindCode("vtkTemporalSnapToTimeStep_New", "D_vtkTemporalSnapToTimeStep_New")); mixin(bindCode("vtkTemporalSnapToTimeStep_IsTypeOf", "D_vtkTemporalSnapToTimeStep_IsTypeOf")); mixin(bindCode("vtkTemporalSnapToTimeStep_SafeDownCast", "D_vtkTemporalSnapToTimeStep_SafeDownCast")); mixin(bindCode("vtkTemporalSnapToTimeStep_NewInstance", "D_vtkTemporalSnapToTimeStep_NewInstance")); mixin(bindCode("vtkTemporalSnapToTimeStep_SetSnapMode", "D_vtkTemporalSnapToTimeStep_SetSnapMode")); mixin(bindCode("vtkTemporalSnapToTimeStep_GetSnapMode", "D_vtkTemporalSnapToTimeStep_GetSnapMode")); mixin(bindCode("vtkTemporalSnapToTimeStep_SetSnapModeToNearest", "D_vtkTemporalSnapToTimeStep_SetSnapModeToNearest")); mixin(bindCode("vtkTemporalSnapToTimeStep_SetSnapModeToNextBelowOrEqual", "D_vtkTemporalSnapToTimeStep_SetSnapModeToNextBelowOrEqual")); mixin(bindCode("vtkTemporalSnapToTimeStep_SetSnapModeToNextAboveOrEqual", "D_vtkTemporalSnapToTimeStep_SetSnapModeToNextAboveOrEqual")); mixin(bindCode("vtkTemporalSnapToTimeStep_Upcast", "D_vtkTemporalSnapToTimeStep_Upcast")); mixin(bindCode("vtkTableToStructuredGrid_New", "D_vtkTableToStructuredGrid_New")); mixin(bindCode("vtkTableToStructuredGrid_IsTypeOf", "D_vtkTableToStructuredGrid_IsTypeOf")); mixin(bindCode("vtkTableToStructuredGrid_SafeDownCast", "D_vtkTableToStructuredGrid_SafeDownCast")); mixin(bindCode("vtkTableToStructuredGrid_NewInstance", "D_vtkTableToStructuredGrid_NewInstance")); mixin(bindCode("vtkTableToStructuredGrid_SetWholeExtent__SWIG_0", "D_vtkTableToStructuredGrid_SetWholeExtent__SWIG_0")); mixin(bindCode("vtkTableToStructuredGrid_SetWholeExtent__SWIG_1", "D_vtkTableToStructuredGrid_SetWholeExtent__SWIG_1")); mixin(bindCode("vtkTableToStructuredGrid_GetWholeExtent__SWIG_0", "D_vtkTableToStructuredGrid_GetWholeExtent__SWIG_0")); mixin(bindCode("vtkTableToStructuredGrid_GetWholeExtent__SWIG_1", "D_vtkTableToStructuredGrid_GetWholeExtent__SWIG_1")); mixin(bindCode("vtkTableToStructuredGrid_GetWholeExtent__SWIG_2", "D_vtkTableToStructuredGrid_GetWholeExtent__SWIG_2")); mixin(bindCode("vtkTableToStructuredGrid_SetXColumn", "D_vtkTableToStructuredGrid_SetXColumn")); mixin(bindCode("vtkTableToStructuredGrid_GetXColumn", "D_vtkTableToStructuredGrid_GetXColumn")); mixin(bindCode("vtkTableToStructuredGrid_SetXComponent", "D_vtkTableToStructuredGrid_SetXComponent")); mixin(bindCode("vtkTableToStructuredGrid_GetXComponentMinValue", "D_vtkTableToStructuredGrid_GetXComponentMinValue")); mixin(bindCode("vtkTableToStructuredGrid_GetXComponentMaxValue", "D_vtkTableToStructuredGrid_GetXComponentMaxValue")); mixin(bindCode("vtkTableToStructuredGrid_GetXComponent", "D_vtkTableToStructuredGrid_GetXComponent")); mixin(bindCode("vtkTableToStructuredGrid_SetYColumn", "D_vtkTableToStructuredGrid_SetYColumn")); mixin(bindCode("vtkTableToStructuredGrid_GetYColumn", "D_vtkTableToStructuredGrid_GetYColumn")); mixin(bindCode("vtkTableToStructuredGrid_SetYComponent", "D_vtkTableToStructuredGrid_SetYComponent")); mixin(bindCode("vtkTableToStructuredGrid_GetYComponentMinValue", "D_vtkTableToStructuredGrid_GetYComponentMinValue")); mixin(bindCode("vtkTableToStructuredGrid_GetYComponentMaxValue", "D_vtkTableToStructuredGrid_GetYComponentMaxValue")); mixin(bindCode("vtkTableToStructuredGrid_GetYComponent", "D_vtkTableToStructuredGrid_GetYComponent")); mixin(bindCode("vtkTableToStructuredGrid_SetZColumn", "D_vtkTableToStructuredGrid_SetZColumn")); mixin(bindCode("vtkTableToStructuredGrid_GetZColumn", "D_vtkTableToStructuredGrid_GetZColumn")); mixin(bindCode("vtkTableToStructuredGrid_SetZComponent", "D_vtkTableToStructuredGrid_SetZComponent")); mixin(bindCode("vtkTableToStructuredGrid_GetZComponentMinValue", "D_vtkTableToStructuredGrid_GetZComponentMinValue")); mixin(bindCode("vtkTableToStructuredGrid_GetZComponentMaxValue", "D_vtkTableToStructuredGrid_GetZComponentMaxValue")); mixin(bindCode("vtkTableToStructuredGrid_GetZComponent", "D_vtkTableToStructuredGrid_GetZComponent")); mixin(bindCode("new_vtkTableToStructuredGrid", "D_new_vtkTableToStructuredGrid")); mixin(bindCode("delete_vtkTableToStructuredGrid", "D_delete_vtkTableToStructuredGrid")); mixin(bindCode("vtkTableToStructuredGrid_Upcast", "D_vtkTableToStructuredGrid_Upcast")); mixin(bindCode("vtkPTableToStructuredGrid_New", "D_vtkPTableToStructuredGrid_New")); mixin(bindCode("vtkPTableToStructuredGrid_IsTypeOf", "D_vtkPTableToStructuredGrid_IsTypeOf")); mixin(bindCode("vtkPTableToStructuredGrid_SafeDownCast", "D_vtkPTableToStructuredGrid_SafeDownCast")); mixin(bindCode("vtkPTableToStructuredGrid_NewInstance", "D_vtkPTableToStructuredGrid_NewInstance")); mixin(bindCode("vtkPTableToStructuredGrid_SetController", "D_vtkPTableToStructuredGrid_SetController")); mixin(bindCode("vtkPTableToStructuredGrid_GetController", "D_vtkPTableToStructuredGrid_GetController")); mixin(bindCode("new_vtkPTableToStructuredGrid", "D_new_vtkPTableToStructuredGrid")); mixin(bindCode("delete_vtkPTableToStructuredGrid", "D_delete_vtkPTableToStructuredGrid")); mixin(bindCode("vtkPTableToStructuredGrid_Upcast", "D_vtkPTableToStructuredGrid_Upcast")); mixin(bindCode("vtkSpanTreeLayoutStrategy_New", "D_vtkSpanTreeLayoutStrategy_New")); mixin(bindCode("vtkSpanTreeLayoutStrategy_IsTypeOf", "D_vtkSpanTreeLayoutStrategy_IsTypeOf")); mixin(bindCode("vtkSpanTreeLayoutStrategy_SafeDownCast", "D_vtkSpanTreeLayoutStrategy_SafeDownCast")); mixin(bindCode("vtkSpanTreeLayoutStrategy_NewInstance", "D_vtkSpanTreeLayoutStrategy_NewInstance")); mixin(bindCode("vtkSpanTreeLayoutStrategy_SetDepthFirstSpanningTree", "D_vtkSpanTreeLayoutStrategy_SetDepthFirstSpanningTree")); mixin(bindCode("vtkSpanTreeLayoutStrategy_GetDepthFirstSpanningTree", "D_vtkSpanTreeLayoutStrategy_GetDepthFirstSpanningTree")); mixin(bindCode("vtkSpanTreeLayoutStrategy_DepthFirstSpanningTreeOn", "D_vtkSpanTreeLayoutStrategy_DepthFirstSpanningTreeOn")); mixin(bindCode("vtkSpanTreeLayoutStrategy_DepthFirstSpanningTreeOff", "D_vtkSpanTreeLayoutStrategy_DepthFirstSpanningTreeOff")); mixin(bindCode("vtkSpanTreeLayoutStrategy_Upcast", "D_vtkSpanTreeLayoutStrategy_Upcast")); mixin(bindCode("vtkImageToAMR_New", "D_vtkImageToAMR_New")); mixin(bindCode("vtkImageToAMR_IsTypeOf", "D_vtkImageToAMR_IsTypeOf")); mixin(bindCode("vtkImageToAMR_SafeDownCast", "D_vtkImageToAMR_SafeDownCast")); mixin(bindCode("vtkImageToAMR_NewInstance", "D_vtkImageToAMR_NewInstance")); mixin(bindCode("vtkImageToAMR_SetNumberOfLevels", "D_vtkImageToAMR_SetNumberOfLevels")); mixin(bindCode("vtkImageToAMR_GetNumberOfLevelsMinValue", "D_vtkImageToAMR_GetNumberOfLevelsMinValue")); mixin(bindCode("vtkImageToAMR_GetNumberOfLevelsMaxValue", "D_vtkImageToAMR_GetNumberOfLevelsMaxValue")); mixin(bindCode("vtkImageToAMR_GetNumberOfLevels", "D_vtkImageToAMR_GetNumberOfLevels")); mixin(bindCode("vtkImageToAMR_SetRefinementRatio", "D_vtkImageToAMR_SetRefinementRatio")); mixin(bindCode("vtkImageToAMR_GetRefinementRatioMinValue", "D_vtkImageToAMR_GetRefinementRatioMinValue")); mixin(bindCode("vtkImageToAMR_GetRefinementRatioMaxValue", "D_vtkImageToAMR_GetRefinementRatioMaxValue")); mixin(bindCode("vtkImageToAMR_GetRefinementRatio", "D_vtkImageToAMR_GetRefinementRatio")); mixin(bindCode("vtkImageToAMR_SetMaximumNumberOfBlocks", "D_vtkImageToAMR_SetMaximumNumberOfBlocks")); mixin(bindCode("vtkImageToAMR_GetMaximumNumberOfBlocksMinValue", "D_vtkImageToAMR_GetMaximumNumberOfBlocksMinValue")); mixin(bindCode("vtkImageToAMR_GetMaximumNumberOfBlocksMaxValue", "D_vtkImageToAMR_GetMaximumNumberOfBlocksMaxValue")); mixin(bindCode("vtkImageToAMR_GetMaximumNumberOfBlocks", "D_vtkImageToAMR_GetMaximumNumberOfBlocks")); mixin(bindCode("new_vtkImageToAMR", "D_new_vtkImageToAMR")); mixin(bindCode("delete_vtkImageToAMR", "D_delete_vtkImageToAMR")); mixin(bindCode("vtkImageToAMR_Upcast", "D_vtkImageToAMR_Upcast")); mixin(bindCode("vtkTransformPolyDataFilter_New", "D_vtkTransformPolyDataFilter_New")); mixin(bindCode("vtkTransformPolyDataFilter_IsTypeOf", "D_vtkTransformPolyDataFilter_IsTypeOf")); mixin(bindCode("vtkTransformPolyDataFilter_SafeDownCast", "D_vtkTransformPolyDataFilter_SafeDownCast")); mixin(bindCode("vtkTransformPolyDataFilter_NewInstance", "D_vtkTransformPolyDataFilter_NewInstance")); mixin(bindCode("vtkTransformPolyDataFilter_SetTransform", "D_vtkTransformPolyDataFilter_SetTransform")); mixin(bindCode("vtkTransformPolyDataFilter_GetTransform", "D_vtkTransformPolyDataFilter_GetTransform")); mixin(bindCode("vtkTransformPolyDataFilter_Upcast", "D_vtkTransformPolyDataFilter_Upcast")); mixin(bindCode("vtkCaptionActor2D_IsTypeOf", "D_vtkCaptionActor2D_IsTypeOf")); mixin(bindCode("vtkCaptionActor2D_SafeDownCast", "D_vtkCaptionActor2D_SafeDownCast")); mixin(bindCode("vtkCaptionActor2D_NewInstance", "D_vtkCaptionActor2D_NewInstance")); mixin(bindCode("vtkCaptionActor2D_New", "D_vtkCaptionActor2D_New")); mixin(bindCode("vtkCaptionActor2D_SetCaption", "D_vtkCaptionActor2D_SetCaption")); mixin(bindCode("vtkCaptionActor2D_GetCaption", "D_vtkCaptionActor2D_GetCaption")); mixin(bindCode("vtkCaptionActor2D_GetAttachmentPointCoordinate", "D_vtkCaptionActor2D_GetAttachmentPointCoordinate")); mixin(bindCode("vtkCaptionActor2D_SetAttachmentPoint__SWIG_0", "D_vtkCaptionActor2D_SetAttachmentPoint__SWIG_0")); mixin(bindCode("vtkCaptionActor2D_SetAttachmentPoint__SWIG_1", "D_vtkCaptionActor2D_SetAttachmentPoint__SWIG_1")); mixin(bindCode("vtkCaptionActor2D_GetAttachmentPoint", "D_vtkCaptionActor2D_GetAttachmentPoint")); mixin(bindCode("vtkCaptionActor2D_SetBorder", "D_vtkCaptionActor2D_SetBorder")); mixin(bindCode("vtkCaptionActor2D_GetBorder", "D_vtkCaptionActor2D_GetBorder")); mixin(bindCode("vtkCaptionActor2D_BorderOn", "D_vtkCaptionActor2D_BorderOn")); mixin(bindCode("vtkCaptionActor2D_BorderOff", "D_vtkCaptionActor2D_BorderOff")); mixin(bindCode("vtkCaptionActor2D_SetLeader", "D_vtkCaptionActor2D_SetLeader")); mixin(bindCode("vtkCaptionActor2D_GetLeader", "D_vtkCaptionActor2D_GetLeader")); mixin(bindCode("vtkCaptionActor2D_LeaderOn", "D_vtkCaptionActor2D_LeaderOn")); mixin(bindCode("vtkCaptionActor2D_LeaderOff", "D_vtkCaptionActor2D_LeaderOff")); mixin(bindCode("vtkCaptionActor2D_SetThreeDimensionalLeader", "D_vtkCaptionActor2D_SetThreeDimensionalLeader")); mixin(bindCode("vtkCaptionActor2D_GetThreeDimensionalLeader", "D_vtkCaptionActor2D_GetThreeDimensionalLeader")); mixin(bindCode("vtkCaptionActor2D_ThreeDimensionalLeaderOn", "D_vtkCaptionActor2D_ThreeDimensionalLeaderOn")); mixin(bindCode("vtkCaptionActor2D_ThreeDimensionalLeaderOff", "D_vtkCaptionActor2D_ThreeDimensionalLeaderOff")); mixin(bindCode("vtkCaptionActor2D_SetLeaderGlyphData", "D_vtkCaptionActor2D_SetLeaderGlyphData")); mixin(bindCode("vtkCaptionActor2D_SetLeaderGlyphConnection", "D_vtkCaptionActor2D_SetLeaderGlyphConnection")); mixin(bindCode("vtkCaptionActor2D_GetLeaderGlyph", "D_vtkCaptionActor2D_GetLeaderGlyph")); mixin(bindCode("vtkCaptionActor2D_SetLeaderGlyphSize", "D_vtkCaptionActor2D_SetLeaderGlyphSize")); mixin(bindCode("vtkCaptionActor2D_GetLeaderGlyphSizeMinValue", "D_vtkCaptionActor2D_GetLeaderGlyphSizeMinValue")); mixin(bindCode("vtkCaptionActor2D_GetLeaderGlyphSizeMaxValue", "D_vtkCaptionActor2D_GetLeaderGlyphSizeMaxValue")); mixin(bindCode("vtkCaptionActor2D_GetLeaderGlyphSize", "D_vtkCaptionActor2D_GetLeaderGlyphSize")); mixin(bindCode("vtkCaptionActor2D_SetMaximumLeaderGlyphSize", "D_vtkCaptionActor2D_SetMaximumLeaderGlyphSize")); mixin(bindCode("vtkCaptionActor2D_GetMaximumLeaderGlyphSizeMinValue", "D_vtkCaptionActor2D_GetMaximumLeaderGlyphSizeMinValue")); mixin(bindCode("vtkCaptionActor2D_GetMaximumLeaderGlyphSizeMaxValue", "D_vtkCaptionActor2D_GetMaximumLeaderGlyphSizeMaxValue")); mixin(bindCode("vtkCaptionActor2D_GetMaximumLeaderGlyphSize", "D_vtkCaptionActor2D_GetMaximumLeaderGlyphSize")); mixin(bindCode("vtkCaptionActor2D_SetPadding", "D_vtkCaptionActor2D_SetPadding")); mixin(bindCode("vtkCaptionActor2D_GetPaddingMinValue", "D_vtkCaptionActor2D_GetPaddingMinValue")); mixin(bindCode("vtkCaptionActor2D_GetPaddingMaxValue", "D_vtkCaptionActor2D_GetPaddingMaxValue")); mixin(bindCode("vtkCaptionActor2D_GetPadding", "D_vtkCaptionActor2D_GetPadding")); mixin(bindCode("vtkCaptionActor2D_GetTextActor", "D_vtkCaptionActor2D_GetTextActor")); mixin(bindCode("vtkCaptionActor2D_SetCaptionTextProperty", "D_vtkCaptionActor2D_SetCaptionTextProperty")); mixin(bindCode("vtkCaptionActor2D_GetCaptionTextProperty", "D_vtkCaptionActor2D_GetCaptionTextProperty")); mixin(bindCode("vtkCaptionActor2D_SetAttachEdgeOnly", "D_vtkCaptionActor2D_SetAttachEdgeOnly")); mixin(bindCode("vtkCaptionActor2D_GetAttachEdgeOnly", "D_vtkCaptionActor2D_GetAttachEdgeOnly")); mixin(bindCode("vtkCaptionActor2D_AttachEdgeOnlyOn", "D_vtkCaptionActor2D_AttachEdgeOnlyOn")); mixin(bindCode("vtkCaptionActor2D_AttachEdgeOnlyOff", "D_vtkCaptionActor2D_AttachEdgeOnlyOff")); mixin(bindCode("vtkCaptionActor2D_Upcast", "D_vtkCaptionActor2D_Upcast")); mixin(bindCode("vtkSphericalDirectionEncoder_IsTypeOf", "D_vtkSphericalDirectionEncoder_IsTypeOf")); mixin(bindCode("vtkSphericalDirectionEncoder_SafeDownCast", "D_vtkSphericalDirectionEncoder_SafeDownCast")); mixin(bindCode("vtkSphericalDirectionEncoder_NewInstance", "D_vtkSphericalDirectionEncoder_NewInstance")); mixin(bindCode("vtkSphericalDirectionEncoder_New", "D_vtkSphericalDirectionEncoder_New")); mixin(bindCode("vtkSphericalDirectionEncoder_Upcast", "D_vtkSphericalDirectionEncoder_Upcast")); mixin(bindCode("vtkMFIXReader_New", "D_vtkMFIXReader_New")); mixin(bindCode("vtkMFIXReader_IsTypeOf", "D_vtkMFIXReader_IsTypeOf")); mixin(bindCode("vtkMFIXReader_SafeDownCast", "D_vtkMFIXReader_SafeDownCast")); mixin(bindCode("vtkMFIXReader_NewInstance", "D_vtkMFIXReader_NewInstance")); mixin(bindCode("vtkMFIXReader_SetFileName", "D_vtkMFIXReader_SetFileName")); mixin(bindCode("vtkMFIXReader_GetFileName", "D_vtkMFIXReader_GetFileName")); mixin(bindCode("vtkMFIXReader_GetNumberOfCells", "D_vtkMFIXReader_GetNumberOfCells")); mixin(bindCode("vtkMFIXReader_GetNumberOfPoints", "D_vtkMFIXReader_GetNumberOfPoints")); mixin(bindCode("vtkMFIXReader_GetNumberOfCellFields", "D_vtkMFIXReader_GetNumberOfCellFields")); mixin(bindCode("vtkMFIXReader_SetTimeStep", "D_vtkMFIXReader_SetTimeStep")); mixin(bindCode("vtkMFIXReader_GetTimeStep", "D_vtkMFIXReader_GetTimeStep")); mixin(bindCode("vtkMFIXReader_GetNumberOfTimeSteps", "D_vtkMFIXReader_GetNumberOfTimeSteps")); mixin(bindCode("vtkMFIXReader_GetTimeStepRange__SWIG_0", "D_vtkMFIXReader_GetTimeStepRange__SWIG_0")); mixin(bindCode("vtkMFIXReader_GetTimeStepRange__SWIG_1", "D_vtkMFIXReader_GetTimeStepRange__SWIG_1")); mixin(bindCode("vtkMFIXReader_GetTimeStepRange__SWIG_2", "D_vtkMFIXReader_GetTimeStepRange__SWIG_2")); mixin(bindCode("vtkMFIXReader_SetTimeStepRange__SWIG_0", "D_vtkMFIXReader_SetTimeStepRange__SWIG_0")); mixin(bindCode("vtkMFIXReader_SetTimeStepRange__SWIG_1", "D_vtkMFIXReader_SetTimeStepRange__SWIG_1")); mixin(bindCode("vtkMFIXReader_GetNumberOfCellArrays", "D_vtkMFIXReader_GetNumberOfCellArrays")); mixin(bindCode("vtkMFIXReader_GetCellArrayName", "D_vtkMFIXReader_GetCellArrayName")); mixin(bindCode("vtkMFIXReader_GetCellArrayStatus", "D_vtkMFIXReader_GetCellArrayStatus")); mixin(bindCode("vtkMFIXReader_SetCellArrayStatus", "D_vtkMFIXReader_SetCellArrayStatus")); mixin(bindCode("vtkMFIXReader_DisableAllCellArrays", "D_vtkMFIXReader_DisableAllCellArrays")); mixin(bindCode("vtkMFIXReader_EnableAllCellArrays", "D_vtkMFIXReader_EnableAllCellArrays")); mixin(bindCode("vtkMFIXReader_GetCellDataRange__SWIG_0", "D_vtkMFIXReader_GetCellDataRange__SWIG_0")); mixin(bindCode("vtkMFIXReader_GetCellDataRange__SWIG_1", "D_vtkMFIXReader_GetCellDataRange__SWIG_1")); mixin(bindCode("vtkMFIXReader_Upcast", "D_vtkMFIXReader_Upcast")); mixin(bindCode("vtkRendererCollection_New", "D_vtkRendererCollection_New")); mixin(bindCode("vtkRendererCollection_IsTypeOf", "D_vtkRendererCollection_IsTypeOf")); mixin(bindCode("vtkRendererCollection_SafeDownCast", "D_vtkRendererCollection_SafeDownCast")); mixin(bindCode("vtkRendererCollection_NewInstance", "D_vtkRendererCollection_NewInstance")); mixin(bindCode("vtkRendererCollection_AddItem", "D_vtkRendererCollection_AddItem")); mixin(bindCode("vtkRendererCollection_GetNextItem", "D_vtkRendererCollection_GetNextItem")); mixin(bindCode("vtkRendererCollection_Render", "D_vtkRendererCollection_Render")); mixin(bindCode("vtkRendererCollection_GetFirstRenderer", "D_vtkRendererCollection_GetFirstRenderer")); mixin(bindCode("vtkRendererCollection_Upcast", "D_vtkRendererCollection_Upcast")); mixin(bindCode("vtkInteractorStyleRubberBandZoom_New", "D_vtkInteractorStyleRubberBandZoom_New")); mixin(bindCode("vtkInteractorStyleRubberBandZoom_IsTypeOf", "D_vtkInteractorStyleRubberBandZoom_IsTypeOf")); mixin(bindCode("vtkInteractorStyleRubberBandZoom_SafeDownCast", "D_vtkInteractorStyleRubberBandZoom_SafeDownCast")); mixin(bindCode("vtkInteractorStyleRubberBandZoom_NewInstance", "D_vtkInteractorStyleRubberBandZoom_NewInstance")); mixin(bindCode("vtkInteractorStyleRubberBandZoom_Upcast", "D_vtkInteractorStyleRubberBandZoom_Upcast")); mixin(bindCode("vtkCharArray_New", "D_vtkCharArray_New")); mixin(bindCode("vtkCharArray_IsTypeOf", "D_vtkCharArray_IsTypeOf")); mixin(bindCode("vtkCharArray_SafeDownCast", "D_vtkCharArray_SafeDownCast")); mixin(bindCode("vtkCharArray_NewInstance", "D_vtkCharArray_NewInstance")); mixin(bindCode("vtkCharArray_GetTupleValue", "D_vtkCharArray_GetTupleValue")); mixin(bindCode("vtkCharArray_SetTupleValue", "D_vtkCharArray_SetTupleValue")); mixin(bindCode("vtkCharArray_InsertTupleValue", "D_vtkCharArray_InsertTupleValue")); mixin(bindCode("vtkCharArray_InsertNextTupleValue", "D_vtkCharArray_InsertNextTupleValue")); mixin(bindCode("vtkCharArray_GetValue", "D_vtkCharArray_GetValue")); mixin(bindCode("vtkCharArray_SetValue", "D_vtkCharArray_SetValue")); mixin(bindCode("vtkCharArray_SetNumberOfValues", "D_vtkCharArray_SetNumberOfValues")); mixin(bindCode("vtkCharArray_InsertValue", "D_vtkCharArray_InsertValue")); mixin(bindCode("vtkCharArray_InsertNextValue", "D_vtkCharArray_InsertNextValue")); mixin(bindCode("vtkCharArray_WritePointer", "D_vtkCharArray_WritePointer")); mixin(bindCode("vtkCharArray_GetPointer", "D_vtkCharArray_GetPointer")); mixin(bindCode("vtkCharArray_SetArray__SWIG_0", "D_vtkCharArray_SetArray__SWIG_0")); mixin(bindCode("vtkCharArray_SetArray__SWIG_1", "D_vtkCharArray_SetArray__SWIG_1")); mixin(bindCode("vtkCharArray_Upcast", "D_vtkCharArray_Upcast")); mixin(bindCode("vtkTypeInt8Array_New", "D_vtkTypeInt8Array_New")); mixin(bindCode("vtkTypeInt8Array_IsTypeOf", "D_vtkTypeInt8Array_IsTypeOf")); mixin(bindCode("vtkTypeInt8Array_SafeDownCast", "D_vtkTypeInt8Array_SafeDownCast")); mixin(bindCode("vtkTypeInt8Array_NewInstance", "D_vtkTypeInt8Array_NewInstance")); mixin(bindCode("vtkTypeInt8Array_Upcast", "D_vtkTypeInt8Array_Upcast")); mixin(bindCode("vtkAMRDataInternals_New", "D_vtkAMRDataInternals_New")); mixin(bindCode("vtkAMRDataInternals_IsTypeOf", "D_vtkAMRDataInternals_IsTypeOf")); mixin(bindCode("vtkAMRDataInternals_SafeDownCast", "D_vtkAMRDataInternals_SafeDownCast")); mixin(bindCode("vtkAMRDataInternals_NewInstance", "D_vtkAMRDataInternals_NewInstance")); mixin(bindCode("vtkAMRDataInternals_Initialize", "D_vtkAMRDataInternals_Initialize")); mixin(bindCode("vtkAMRDataInternals_Insert", "D_vtkAMRDataInternals_Insert")); mixin(bindCode("vtkAMRDataInternals_GetDataSet", "D_vtkAMRDataInternals_GetDataSet")); mixin(bindCode("vtkAMRDataInternals_ShallowCopy", "D_vtkAMRDataInternals_ShallowCopy")); mixin(bindCode("vtkAMRDataInternals_Empty", "D_vtkAMRDataInternals_Empty")); mixin(bindCode("vtkAMRDataInternals_GetNumberOfBlocks", "D_vtkAMRDataInternals_GetNumberOfBlocks")); mixin(bindCode("vtkAMRDataInternals_GetBlock", "D_vtkAMRDataInternals_GetBlock")); mixin(bindCode("vtkAMRDataInternals_GetAllBlocks", "D_vtkAMRDataInternals_GetAllBlocks")); mixin(bindCode("vtkAMRDataInternals_Upcast", "D_vtkAMRDataInternals_Upcast")); mixin(bindCode("vtkTextRepresentation_New", "D_vtkTextRepresentation_New")); mixin(bindCode("vtkTextRepresentation_IsTypeOf", "D_vtkTextRepresentation_IsTypeOf")); mixin(bindCode("vtkTextRepresentation_SafeDownCast", "D_vtkTextRepresentation_SafeDownCast")); mixin(bindCode("vtkTextRepresentation_NewInstance", "D_vtkTextRepresentation_NewInstance")); mixin(bindCode("vtkTextRepresentation_SetTextActor", "D_vtkTextRepresentation_SetTextActor")); mixin(bindCode("vtkTextRepresentation_GetTextActor", "D_vtkTextRepresentation_GetTextActor")); mixin(bindCode("vtkTextRepresentation_SetText", "D_vtkTextRepresentation_SetText")); mixin(bindCode("vtkTextRepresentation_GetText", "D_vtkTextRepresentation_GetText")); mixin(bindCode("vtkTextRepresentation_SetWindowLocation", "D_vtkTextRepresentation_SetWindowLocation")); mixin(bindCode("vtkTextRepresentation_GetWindowLocation", "D_vtkTextRepresentation_GetWindowLocation")); mixin(bindCode("vtkTextRepresentation_SetPosition__SWIG_0", "D_vtkTextRepresentation_SetPosition__SWIG_0")); mixin(bindCode("vtkTextRepresentation_SetPosition__SWIG_1", "D_vtkTextRepresentation_SetPosition__SWIG_1")); mixin(bindCode("vtkTextRepresentation_ExecuteTextPropertyModifiedEvent", "D_vtkTextRepresentation_ExecuteTextPropertyModifiedEvent")); mixin(bindCode("vtkTextRepresentation_ExecuteTextActorModifiedEvent", "D_vtkTextRepresentation_ExecuteTextActorModifiedEvent")); mixin(bindCode("vtkTextRepresentation_Upcast", "D_vtkTextRepresentation_Upcast")); mixin(bindCode("vtkGeoFileImageSource_New", "D_vtkGeoFileImageSource_New")); mixin(bindCode("vtkGeoFileImageSource_IsTypeOf", "D_vtkGeoFileImageSource_IsTypeOf")); mixin(bindCode("vtkGeoFileImageSource_SafeDownCast", "D_vtkGeoFileImageSource_SafeDownCast")); mixin(bindCode("vtkGeoFileImageSource_NewInstance", "D_vtkGeoFileImageSource_NewInstance")); mixin(bindCode("new_vtkGeoFileImageSource", "D_new_vtkGeoFileImageSource")); mixin(bindCode("delete_vtkGeoFileImageSource", "D_delete_vtkGeoFileImageSource")); mixin(bindCode("vtkGeoFileImageSource_SetPath", "D_vtkGeoFileImageSource_SetPath")); mixin(bindCode("vtkGeoFileImageSource_GetPath", "D_vtkGeoFileImageSource_GetPath")); mixin(bindCode("vtkGeoFileImageSource_Upcast", "D_vtkGeoFileImageSource_Upcast")); mixin(bindCode("vtkLegendScaleActor_New", "D_vtkLegendScaleActor_New")); mixin(bindCode("vtkLegendScaleActor_IsTypeOf", "D_vtkLegendScaleActor_IsTypeOf")); mixin(bindCode("vtkLegendScaleActor_SafeDownCast", "D_vtkLegendScaleActor_SafeDownCast")); mixin(bindCode("vtkLegendScaleActor_NewInstance", "D_vtkLegendScaleActor_NewInstance")); mixin(bindCode("vtkLegendScaleActor_SetLabelMode", "D_vtkLegendScaleActor_SetLabelMode")); mixin(bindCode("vtkLegendScaleActor_GetLabelModeMinValue", "D_vtkLegendScaleActor_GetLabelModeMinValue")); mixin(bindCode("vtkLegendScaleActor_GetLabelModeMaxValue", "D_vtkLegendScaleActor_GetLabelModeMaxValue")); mixin(bindCode("vtkLegendScaleActor_GetLabelMode", "D_vtkLegendScaleActor_GetLabelMode")); mixin(bindCode("vtkLegendScaleActor_SetLabelModeToDistance", "D_vtkLegendScaleActor_SetLabelModeToDistance")); mixin(bindCode("vtkLegendScaleActor_SetLabelModeToXYCoordinates", "D_vtkLegendScaleActor_SetLabelModeToXYCoordinates")); mixin(bindCode("vtkLegendScaleActor_SetRightAxisVisibility", "D_vtkLegendScaleActor_SetRightAxisVisibility")); mixin(bindCode("vtkLegendScaleActor_GetRightAxisVisibility", "D_vtkLegendScaleActor_GetRightAxisVisibility")); mixin(bindCode("vtkLegendScaleActor_RightAxisVisibilityOn", "D_vtkLegendScaleActor_RightAxisVisibilityOn")); mixin(bindCode("vtkLegendScaleActor_RightAxisVisibilityOff", "D_vtkLegendScaleActor_RightAxisVisibilityOff")); mixin(bindCode("vtkLegendScaleActor_SetTopAxisVisibility", "D_vtkLegendScaleActor_SetTopAxisVisibility")); mixin(bindCode("vtkLegendScaleActor_GetTopAxisVisibility", "D_vtkLegendScaleActor_GetTopAxisVisibility")); mixin(bindCode("vtkLegendScaleActor_TopAxisVisibilityOn", "D_vtkLegendScaleActor_TopAxisVisibilityOn")); mixin(bindCode("vtkLegendScaleActor_TopAxisVisibilityOff", "D_vtkLegendScaleActor_TopAxisVisibilityOff")); mixin(bindCode("vtkLegendScaleActor_SetLeftAxisVisibility", "D_vtkLegendScaleActor_SetLeftAxisVisibility")); mixin(bindCode("vtkLegendScaleActor_GetLeftAxisVisibility", "D_vtkLegendScaleActor_GetLeftAxisVisibility")); mixin(bindCode("vtkLegendScaleActor_LeftAxisVisibilityOn", "D_vtkLegendScaleActor_LeftAxisVisibilityOn")); mixin(bindCode("vtkLegendScaleActor_LeftAxisVisibilityOff", "D_vtkLegendScaleActor_LeftAxisVisibilityOff")); mixin(bindCode("vtkLegendScaleActor_SetBottomAxisVisibility", "D_vtkLegendScaleActor_SetBottomAxisVisibility")); mixin(bindCode("vtkLegendScaleActor_GetBottomAxisVisibility", "D_vtkLegendScaleActor_GetBottomAxisVisibility")); mixin(bindCode("vtkLegendScaleActor_BottomAxisVisibilityOn", "D_vtkLegendScaleActor_BottomAxisVisibilityOn")); mixin(bindCode("vtkLegendScaleActor_BottomAxisVisibilityOff", "D_vtkLegendScaleActor_BottomAxisVisibilityOff")); mixin(bindCode("vtkLegendScaleActor_SetLegendVisibility", "D_vtkLegendScaleActor_SetLegendVisibility")); mixin(bindCode("vtkLegendScaleActor_GetLegendVisibility", "D_vtkLegendScaleActor_GetLegendVisibility")); mixin(bindCode("vtkLegendScaleActor_LegendVisibilityOn", "D_vtkLegendScaleActor_LegendVisibilityOn")); mixin(bindCode("vtkLegendScaleActor_LegendVisibilityOff", "D_vtkLegendScaleActor_LegendVisibilityOff")); mixin(bindCode("vtkLegendScaleActor_AllAxesOn", "D_vtkLegendScaleActor_AllAxesOn")); mixin(bindCode("vtkLegendScaleActor_AllAxesOff", "D_vtkLegendScaleActor_AllAxesOff")); mixin(bindCode("vtkLegendScaleActor_AllAnnotationsOn", "D_vtkLegendScaleActor_AllAnnotationsOn")); mixin(bindCode("vtkLegendScaleActor_AllAnnotationsOff", "D_vtkLegendScaleActor_AllAnnotationsOff")); mixin(bindCode("vtkLegendScaleActor_SetRightBorderOffset", "D_vtkLegendScaleActor_SetRightBorderOffset")); mixin(bindCode("vtkLegendScaleActor_GetRightBorderOffsetMinValue", "D_vtkLegendScaleActor_GetRightBorderOffsetMinValue")); mixin(bindCode("vtkLegendScaleActor_GetRightBorderOffsetMaxValue", "D_vtkLegendScaleActor_GetRightBorderOffsetMaxValue")); mixin(bindCode("vtkLegendScaleActor_GetRightBorderOffset", "D_vtkLegendScaleActor_GetRightBorderOffset")); mixin(bindCode("vtkLegendScaleActor_SetTopBorderOffset", "D_vtkLegendScaleActor_SetTopBorderOffset")); mixin(bindCode("vtkLegendScaleActor_GetTopBorderOffsetMinValue", "D_vtkLegendScaleActor_GetTopBorderOffsetMinValue")); mixin(bindCode("vtkLegendScaleActor_GetTopBorderOffsetMaxValue", "D_vtkLegendScaleActor_GetTopBorderOffsetMaxValue")); mixin(bindCode("vtkLegendScaleActor_GetTopBorderOffset", "D_vtkLegendScaleActor_GetTopBorderOffset")); mixin(bindCode("vtkLegendScaleActor_SetLeftBorderOffset", "D_vtkLegendScaleActor_SetLeftBorderOffset")); mixin(bindCode("vtkLegendScaleActor_GetLeftBorderOffsetMinValue", "D_vtkLegendScaleActor_GetLeftBorderOffsetMinValue")); mixin(bindCode("vtkLegendScaleActor_GetLeftBorderOffsetMaxValue", "D_vtkLegendScaleActor_GetLeftBorderOffsetMaxValue")); mixin(bindCode("vtkLegendScaleActor_GetLeftBorderOffset", "D_vtkLegendScaleActor_GetLeftBorderOffset")); mixin(bindCode("vtkLegendScaleActor_SetBottomBorderOffset", "D_vtkLegendScaleActor_SetBottomBorderOffset")); mixin(bindCode("vtkLegendScaleActor_GetBottomBorderOffsetMinValue", "D_vtkLegendScaleActor_GetBottomBorderOffsetMinValue")); mixin(bindCode("vtkLegendScaleActor_GetBottomBorderOffsetMaxValue", "D_vtkLegendScaleActor_GetBottomBorderOffsetMaxValue")); mixin(bindCode("vtkLegendScaleActor_GetBottomBorderOffset", "D_vtkLegendScaleActor_GetBottomBorderOffset")); mixin(bindCode("vtkLegendScaleActor_SetCornerOffsetFactor", "D_vtkLegendScaleActor_SetCornerOffsetFactor")); mixin(bindCode("vtkLegendScaleActor_GetCornerOffsetFactorMinValue", "D_vtkLegendScaleActor_GetCornerOffsetFactorMinValue")); mixin(bindCode("vtkLegendScaleActor_GetCornerOffsetFactorMaxValue", "D_vtkLegendScaleActor_GetCornerOffsetFactorMaxValue")); mixin(bindCode("vtkLegendScaleActor_GetCornerOffsetFactor", "D_vtkLegendScaleActor_GetCornerOffsetFactor")); mixin(bindCode("vtkLegendScaleActor_GetLegendTitleProperty", "D_vtkLegendScaleActor_GetLegendTitleProperty")); mixin(bindCode("vtkLegendScaleActor_GetLegendLabelProperty", "D_vtkLegendScaleActor_GetLegendLabelProperty")); mixin(bindCode("vtkLegendScaleActor_GetRightAxis", "D_vtkLegendScaleActor_GetRightAxis")); mixin(bindCode("vtkLegendScaleActor_GetTopAxis", "D_vtkLegendScaleActor_GetTopAxis")); mixin(bindCode("vtkLegendScaleActor_GetLeftAxis", "D_vtkLegendScaleActor_GetLeftAxis")); mixin(bindCode("vtkLegendScaleActor_GetBottomAxis", "D_vtkLegendScaleActor_GetBottomAxis")); mixin(bindCode("vtkLegendScaleActor_BuildRepresentation", "D_vtkLegendScaleActor_BuildRepresentation")); mixin(bindCode("vtkLegendScaleActor_ReleaseGraphicsResources", "D_vtkLegendScaleActor_ReleaseGraphicsResources")); mixin(bindCode("vtkLegendScaleActor_RenderOverlay", "D_vtkLegendScaleActor_RenderOverlay")); mixin(bindCode("vtkLegendScaleActor_RenderOpaqueGeometry", "D_vtkLegendScaleActor_RenderOpaqueGeometry")); mixin(bindCode("vtkLegendScaleActor_Upcast", "D_vtkLegendScaleActor_Upcast")); mixin(bindCode("vtkGraphHierarchicalBundleEdges_New", "D_vtkGraphHierarchicalBundleEdges_New")); mixin(bindCode("vtkGraphHierarchicalBundleEdges_IsTypeOf", "D_vtkGraphHierarchicalBundleEdges_IsTypeOf")); mixin(bindCode("vtkGraphHierarchicalBundleEdges_SafeDownCast", "D_vtkGraphHierarchicalBundleEdges_SafeDownCast")); mixin(bindCode("vtkGraphHierarchicalBundleEdges_NewInstance", "D_vtkGraphHierarchicalBundleEdges_NewInstance")); mixin(bindCode("vtkGraphHierarchicalBundleEdges_SetBundlingStrength", "D_vtkGraphHierarchicalBundleEdges_SetBundlingStrength")); mixin(bindCode("vtkGraphHierarchicalBundleEdges_GetBundlingStrengthMinValue", "D_vtkGraphHierarchicalBundleEdges_GetBundlingStrengthMinValue")); mixin(bindCode("vtkGraphHierarchicalBundleEdges_GetBundlingStrengthMaxValue", "D_vtkGraphHierarchicalBundleEdges_GetBundlingStrengthMaxValue")); mixin(bindCode("vtkGraphHierarchicalBundleEdges_GetBundlingStrength", "D_vtkGraphHierarchicalBundleEdges_GetBundlingStrength")); mixin(bindCode("vtkGraphHierarchicalBundleEdges_SetDirectMapping", "D_vtkGraphHierarchicalBundleEdges_SetDirectMapping")); mixin(bindCode("vtkGraphHierarchicalBundleEdges_GetDirectMapping", "D_vtkGraphHierarchicalBundleEdges_GetDirectMapping")); mixin(bindCode("vtkGraphHierarchicalBundleEdges_DirectMappingOn", "D_vtkGraphHierarchicalBundleEdges_DirectMappingOn")); mixin(bindCode("vtkGraphHierarchicalBundleEdges_DirectMappingOff", "D_vtkGraphHierarchicalBundleEdges_DirectMappingOff")); mixin(bindCode("vtkGraphHierarchicalBundleEdges_FillInputPortInformation", "D_vtkGraphHierarchicalBundleEdges_FillInputPortInformation")); mixin(bindCode("vtkGraphHierarchicalBundleEdges_Upcast", "D_vtkGraphHierarchicalBundleEdges_Upcast")); mixin(bindCode("vtkXMLRectilinearGridReader_IsTypeOf", "D_vtkXMLRectilinearGridReader_IsTypeOf")); mixin(bindCode("vtkXMLRectilinearGridReader_SafeDownCast", "D_vtkXMLRectilinearGridReader_SafeDownCast")); mixin(bindCode("vtkXMLRectilinearGridReader_NewInstance", "D_vtkXMLRectilinearGridReader_NewInstance")); mixin(bindCode("vtkXMLRectilinearGridReader_New", "D_vtkXMLRectilinearGridReader_New")); mixin(bindCode("vtkXMLRectilinearGridReader_GetOutput__SWIG_0", "D_vtkXMLRectilinearGridReader_GetOutput__SWIG_0")); mixin(bindCode("vtkXMLRectilinearGridReader_GetOutput__SWIG_1", "D_vtkXMLRectilinearGridReader_GetOutput__SWIG_1")); mixin(bindCode("vtkXMLRectilinearGridReader_Upcast", "D_vtkXMLRectilinearGridReader_Upcast")); mixin(bindCode("vtkGlobeSource_IsTypeOf", "D_vtkGlobeSource_IsTypeOf")); mixin(bindCode("vtkGlobeSource_SafeDownCast", "D_vtkGlobeSource_SafeDownCast")); mixin(bindCode("vtkGlobeSource_NewInstance", "D_vtkGlobeSource_NewInstance")); mixin(bindCode("vtkGlobeSource_SetOrigin__SWIG_0", "D_vtkGlobeSource_SetOrigin__SWIG_0")); mixin(bindCode("vtkGlobeSource_SetOrigin__SWIG_1", "D_vtkGlobeSource_SetOrigin__SWIG_1")); mixin(bindCode("vtkGlobeSource_SetStartLongitude", "D_vtkGlobeSource_SetStartLongitude")); mixin(bindCode("vtkGlobeSource_GetStartLongitudeMinValue", "D_vtkGlobeSource_GetStartLongitudeMinValue")); mixin(bindCode("vtkGlobeSource_GetStartLongitudeMaxValue", "D_vtkGlobeSource_GetStartLongitudeMaxValue")); mixin(bindCode("vtkGlobeSource_SetEndLongitude", "D_vtkGlobeSource_SetEndLongitude")); mixin(bindCode("vtkGlobeSource_GetEndLongitudeMinValue", "D_vtkGlobeSource_GetEndLongitudeMinValue")); mixin(bindCode("vtkGlobeSource_GetEndLongitudeMaxValue", "D_vtkGlobeSource_GetEndLongitudeMaxValue")); mixin(bindCode("vtkGlobeSource_SetStartLatitude", "D_vtkGlobeSource_SetStartLatitude")); mixin(bindCode("vtkGlobeSource_GetStartLatitudeMinValue", "D_vtkGlobeSource_GetStartLatitudeMinValue")); mixin(bindCode("vtkGlobeSource_GetStartLatitudeMaxValue", "D_vtkGlobeSource_GetStartLatitudeMaxValue")); mixin(bindCode("vtkGlobeSource_SetEndLatitude", "D_vtkGlobeSource_SetEndLatitude")); mixin(bindCode("vtkGlobeSource_GetEndLatitudeMinValue", "D_vtkGlobeSource_GetEndLatitudeMinValue")); mixin(bindCode("vtkGlobeSource_GetEndLatitudeMaxValue", "D_vtkGlobeSource_GetEndLatitudeMaxValue")); mixin(bindCode("vtkGlobeSource_SetLongitudeResolution", "D_vtkGlobeSource_SetLongitudeResolution")); mixin(bindCode("vtkGlobeSource_GetLongitudeResolutionMinValue", "D_vtkGlobeSource_GetLongitudeResolutionMinValue")); mixin(bindCode("vtkGlobeSource_GetLongitudeResolutionMaxValue", "D_vtkGlobeSource_GetLongitudeResolutionMaxValue")); mixin(bindCode("vtkGlobeSource_GetLongitudeResolution", "D_vtkGlobeSource_GetLongitudeResolution")); mixin(bindCode("vtkGlobeSource_SetLatitudeResolution", "D_vtkGlobeSource_SetLatitudeResolution")); mixin(bindCode("vtkGlobeSource_GetLatitudeResolutionMinValue", "D_vtkGlobeSource_GetLatitudeResolutionMinValue")); mixin(bindCode("vtkGlobeSource_GetLatitudeResolutionMaxValue", "D_vtkGlobeSource_GetLatitudeResolutionMaxValue")); mixin(bindCode("vtkGlobeSource_GetLatitudeResolution", "D_vtkGlobeSource_GetLatitudeResolution")); mixin(bindCode("vtkGlobeSource_SetRadius", "D_vtkGlobeSource_SetRadius")); mixin(bindCode("vtkGlobeSource_GetRadiusMinValue", "D_vtkGlobeSource_GetRadiusMinValue")); mixin(bindCode("vtkGlobeSource_GetRadiusMaxValue", "D_vtkGlobeSource_GetRadiusMaxValue")); mixin(bindCode("vtkGlobeSource_GetRadius", "D_vtkGlobeSource_GetRadius")); mixin(bindCode("vtkGlobeSource_SetAutoCalculateCurtainHeight", "D_vtkGlobeSource_SetAutoCalculateCurtainHeight")); mixin(bindCode("vtkGlobeSource_GetAutoCalculateCurtainHeight", "D_vtkGlobeSource_GetAutoCalculateCurtainHeight")); mixin(bindCode("vtkGlobeSource_AutoCalculateCurtainHeightOn", "D_vtkGlobeSource_AutoCalculateCurtainHeightOn")); mixin(bindCode("vtkGlobeSource_AutoCalculateCurtainHeightOff", "D_vtkGlobeSource_AutoCalculateCurtainHeightOff")); mixin(bindCode("vtkGlobeSource_SetCurtainHeight", "D_vtkGlobeSource_SetCurtainHeight")); mixin(bindCode("vtkGlobeSource_GetCurtainHeightMinValue", "D_vtkGlobeSource_GetCurtainHeightMinValue")); mixin(bindCode("vtkGlobeSource_GetCurtainHeightMaxValue", "D_vtkGlobeSource_GetCurtainHeightMaxValue")); mixin(bindCode("vtkGlobeSource_GetCurtainHeight", "D_vtkGlobeSource_GetCurtainHeight")); mixin(bindCode("vtkGlobeSource_SetQuadrilateralTessellation", "D_vtkGlobeSource_SetQuadrilateralTessellation")); mixin(bindCode("vtkGlobeSource_GetQuadrilateralTessellation", "D_vtkGlobeSource_GetQuadrilateralTessellation")); mixin(bindCode("vtkGlobeSource_QuadrilateralTessellationOn", "D_vtkGlobeSource_QuadrilateralTessellationOn")); mixin(bindCode("vtkGlobeSource_QuadrilateralTessellationOff", "D_vtkGlobeSource_QuadrilateralTessellationOff")); mixin(bindCode("vtkGlobeSource_New", "D_vtkGlobeSource_New")); mixin(bindCode("vtkGlobeSource_ComputeGlobePoint__SWIG_0", "D_vtkGlobeSource_ComputeGlobePoint__SWIG_0")); mixin(bindCode("vtkGlobeSource_ComputeGlobePoint__SWIG_1", "D_vtkGlobeSource_ComputeGlobePoint__SWIG_1")); mixin(bindCode("vtkGlobeSource_ComputeLatitudeLongitude", "D_vtkGlobeSource_ComputeLatitudeLongitude")); mixin(bindCode("vtkGlobeSource_Upcast", "D_vtkGlobeSource_Upcast")); mixin(bindCode("vtkDuplicatePolyData_New", "D_vtkDuplicatePolyData_New")); mixin(bindCode("vtkDuplicatePolyData_IsTypeOf", "D_vtkDuplicatePolyData_IsTypeOf")); mixin(bindCode("vtkDuplicatePolyData_SafeDownCast", "D_vtkDuplicatePolyData_SafeDownCast")); mixin(bindCode("vtkDuplicatePolyData_NewInstance", "D_vtkDuplicatePolyData_NewInstance")); mixin(bindCode("vtkDuplicatePolyData_SetController", "D_vtkDuplicatePolyData_SetController")); mixin(bindCode("vtkDuplicatePolyData_GetController", "D_vtkDuplicatePolyData_GetController")); mixin(bindCode("vtkDuplicatePolyData_InitializeSchedule", "D_vtkDuplicatePolyData_InitializeSchedule")); mixin(bindCode("vtkDuplicatePolyData_SetSynchronous", "D_vtkDuplicatePolyData_SetSynchronous")); mixin(bindCode("vtkDuplicatePolyData_GetSynchronous", "D_vtkDuplicatePolyData_GetSynchronous")); mixin(bindCode("vtkDuplicatePolyData_SynchronousOn", "D_vtkDuplicatePolyData_SynchronousOn")); mixin(bindCode("vtkDuplicatePolyData_SynchronousOff", "D_vtkDuplicatePolyData_SynchronousOff")); mixin(bindCode("vtkDuplicatePolyData_GetSocketController", "D_vtkDuplicatePolyData_GetSocketController")); mixin(bindCode("vtkDuplicatePolyData_SetSocketController", "D_vtkDuplicatePolyData_SetSocketController")); mixin(bindCode("vtkDuplicatePolyData_SetClientFlag", "D_vtkDuplicatePolyData_SetClientFlag")); mixin(bindCode("vtkDuplicatePolyData_GetClientFlag", "D_vtkDuplicatePolyData_GetClientFlag")); mixin(bindCode("vtkDuplicatePolyData_GetMemorySize", "D_vtkDuplicatePolyData_GetMemorySize")); mixin(bindCode("vtkDuplicatePolyData_Upcast", "D_vtkDuplicatePolyData_Upcast")); mixin(bindCode("vtkImageToStructuredGrid_New", "D_vtkImageToStructuredGrid_New")); mixin(bindCode("vtkImageToStructuredGrid_IsTypeOf", "D_vtkImageToStructuredGrid_IsTypeOf")); mixin(bindCode("vtkImageToStructuredGrid_SafeDownCast", "D_vtkImageToStructuredGrid_SafeDownCast")); mixin(bindCode("vtkImageToStructuredGrid_NewInstance", "D_vtkImageToStructuredGrid_NewInstance")); mixin(bindCode("vtkImageToStructuredGrid_Upcast", "D_vtkImageToStructuredGrid_Upcast")); mixin(bindCode("vtkInformationRequestKey_IsTypeOf", "D_vtkInformationRequestKey_IsTypeOf")); mixin(bindCode("vtkInformationRequestKey_SafeDownCast", "D_vtkInformationRequestKey_SafeDownCast")); mixin(bindCode("vtkInformationRequestKey_NewInstance", "D_vtkInformationRequestKey_NewInstance")); mixin(bindCode("new_vtkInformationRequestKey", "D_new_vtkInformationRequestKey")); mixin(bindCode("delete_vtkInformationRequestKey", "D_delete_vtkInformationRequestKey")); mixin(bindCode("vtkInformationRequestKey_Set", "D_vtkInformationRequestKey_Set")); mixin(bindCode("vtkInformationRequestKey_Upcast", "D_vtkInformationRequestKey_Upcast")); mixin(bindCode("vtkSliceAndDiceLayoutStrategy_New", "D_vtkSliceAndDiceLayoutStrategy_New")); mixin(bindCode("vtkSliceAndDiceLayoutStrategy_IsTypeOf", "D_vtkSliceAndDiceLayoutStrategy_IsTypeOf")); mixin(bindCode("vtkSliceAndDiceLayoutStrategy_SafeDownCast", "D_vtkSliceAndDiceLayoutStrategy_SafeDownCast")); mixin(bindCode("vtkSliceAndDiceLayoutStrategy_NewInstance", "D_vtkSliceAndDiceLayoutStrategy_NewInstance")); mixin(bindCode("vtkSliceAndDiceLayoutStrategy_Upcast", "D_vtkSliceAndDiceLayoutStrategy_Upcast")); mixin(bindCode("vtkExtractHistogram2D_New", "D_vtkExtractHistogram2D_New")); mixin(bindCode("vtkExtractHistogram2D_IsTypeOf", "D_vtkExtractHistogram2D_IsTypeOf")); mixin(bindCode("vtkExtractHistogram2D_SafeDownCast", "D_vtkExtractHistogram2D_SafeDownCast")); mixin(bindCode("vtkExtractHistogram2D_NewInstance", "D_vtkExtractHistogram2D_NewInstance")); mixin(bindCode("vtkExtractHistogram2D_SetNumberOfBins__SWIG_0", "D_vtkExtractHistogram2D_SetNumberOfBins__SWIG_0")); mixin(bindCode("vtkExtractHistogram2D_SetNumberOfBins__SWIG_1", "D_vtkExtractHistogram2D_SetNumberOfBins__SWIG_1")); mixin(bindCode("vtkExtractHistogram2D_GetNumberOfBins__SWIG_0", "D_vtkExtractHistogram2D_GetNumberOfBins__SWIG_0")); mixin(bindCode("vtkExtractHistogram2D_GetNumberOfBins__SWIG_1", "D_vtkExtractHistogram2D_GetNumberOfBins__SWIG_1")); mixin(bindCode("vtkExtractHistogram2D_GetNumberOfBins__SWIG_2", "D_vtkExtractHistogram2D_GetNumberOfBins__SWIG_2")); mixin(bindCode("vtkExtractHistogram2D_SetComponentsToProcess__SWIG_0", "D_vtkExtractHistogram2D_SetComponentsToProcess__SWIG_0")); mixin(bindCode("vtkExtractHistogram2D_SetComponentsToProcess__SWIG_1", "D_vtkExtractHistogram2D_SetComponentsToProcess__SWIG_1")); mixin(bindCode("vtkExtractHistogram2D_GetComponentsToProcess__SWIG_0", "D_vtkExtractHistogram2D_GetComponentsToProcess__SWIG_0")); mixin(bindCode("vtkExtractHistogram2D_GetComponentsToProcess__SWIG_1", "D_vtkExtractHistogram2D_GetComponentsToProcess__SWIG_1")); mixin(bindCode("vtkExtractHistogram2D_GetComponentsToProcess__SWIG_2", "D_vtkExtractHistogram2D_GetComponentsToProcess__SWIG_2")); mixin(bindCode("vtkExtractHistogram2D_SetCustomHistogramExtents__SWIG_0", "D_vtkExtractHistogram2D_SetCustomHistogramExtents__SWIG_0")); mixin(bindCode("vtkExtractHistogram2D_SetCustomHistogramExtents__SWIG_1", "D_vtkExtractHistogram2D_SetCustomHistogramExtents__SWIG_1")); mixin(bindCode("vtkExtractHistogram2D_GetCustomHistogramExtents__SWIG_0", "D_vtkExtractHistogram2D_GetCustomHistogramExtents__SWIG_0")); mixin(bindCode("vtkExtractHistogram2D_GetCustomHistogramExtents__SWIG_1", "D_vtkExtractHistogram2D_GetCustomHistogramExtents__SWIG_1")); mixin(bindCode("vtkExtractHistogram2D_GetCustomHistogramExtents__SWIG_2", "D_vtkExtractHistogram2D_GetCustomHistogramExtents__SWIG_2")); mixin(bindCode("vtkExtractHistogram2D_SetUseCustomHistogramExtents", "D_vtkExtractHistogram2D_SetUseCustomHistogramExtents")); mixin(bindCode("vtkExtractHistogram2D_GetUseCustomHistogramExtents", "D_vtkExtractHistogram2D_GetUseCustomHistogramExtents")); mixin(bindCode("vtkExtractHistogram2D_UseCustomHistogramExtentsOn", "D_vtkExtractHistogram2D_UseCustomHistogramExtentsOn")); mixin(bindCode("vtkExtractHistogram2D_UseCustomHistogramExtentsOff", "D_vtkExtractHistogram2D_UseCustomHistogramExtentsOff")); mixin(bindCode("vtkExtractHistogram2D_SetScalarType", "D_vtkExtractHistogram2D_SetScalarType")); mixin(bindCode("vtkExtractHistogram2D_SetScalarTypeToUnsignedInt", "D_vtkExtractHistogram2D_SetScalarTypeToUnsignedInt")); mixin(bindCode("vtkExtractHistogram2D_SetScalarTypeToUnsignedLong", "D_vtkExtractHistogram2D_SetScalarTypeToUnsignedLong")); mixin(bindCode("vtkExtractHistogram2D_SetScalarTypeToUnsignedShort", "D_vtkExtractHistogram2D_SetScalarTypeToUnsignedShort")); mixin(bindCode("vtkExtractHistogram2D_SetScalarTypeToUnsignedChar", "D_vtkExtractHistogram2D_SetScalarTypeToUnsignedChar")); mixin(bindCode("vtkExtractHistogram2D_SetScalarTypeToFloat", "D_vtkExtractHistogram2D_SetScalarTypeToFloat")); mixin(bindCode("vtkExtractHistogram2D_SetScalarTypeToDouble", "D_vtkExtractHistogram2D_SetScalarTypeToDouble")); mixin(bindCode("vtkExtractHistogram2D_GetScalarType", "D_vtkExtractHistogram2D_GetScalarType")); mixin(bindCode("vtkExtractHistogram2D_GetMaximumBinCount", "D_vtkExtractHistogram2D_GetMaximumBinCount")); mixin(bindCode("vtkExtractHistogram2D_GetBinRange__SWIG_0", "D_vtkExtractHistogram2D_GetBinRange__SWIG_0")); mixin(bindCode("vtkExtractHistogram2D_GetBinRange__SWIG_1", "D_vtkExtractHistogram2D_GetBinRange__SWIG_1")); mixin(bindCode("vtkExtractHistogram2D_GetBinWidth", "D_vtkExtractHistogram2D_GetBinWidth")); mixin(bindCode("vtkExtractHistogram2D_GetOutputHistogramImage", "D_vtkExtractHistogram2D_GetOutputHistogramImage")); mixin(bindCode("vtkExtractHistogram2D_GetHistogramExtents", "D_vtkExtractHistogram2D_GetHistogramExtents")); mixin(bindCode("vtkExtractHistogram2D_SetSwapColumns", "D_vtkExtractHistogram2D_SetSwapColumns")); mixin(bindCode("vtkExtractHistogram2D_GetSwapColumns", "D_vtkExtractHistogram2D_GetSwapColumns")); mixin(bindCode("vtkExtractHistogram2D_SwapColumnsOn", "D_vtkExtractHistogram2D_SwapColumnsOn")); mixin(bindCode("vtkExtractHistogram2D_SwapColumnsOff", "D_vtkExtractHistogram2D_SwapColumnsOff")); mixin(bindCode("vtkExtractHistogram2D_SetRowMask", "D_vtkExtractHistogram2D_SetRowMask")); mixin(bindCode("vtkExtractHistogram2D_GetRowMask", "D_vtkExtractHistogram2D_GetRowMask")); mixin(bindCode("vtkExtractHistogram2D_Upcast", "D_vtkExtractHistogram2D_Upcast")); mixin(bindCode("vtkX3DExporter_New", "D_vtkX3DExporter_New")); mixin(bindCode("vtkX3DExporter_IsTypeOf", "D_vtkX3DExporter_IsTypeOf")); mixin(bindCode("vtkX3DExporter_SafeDownCast", "D_vtkX3DExporter_SafeDownCast")); mixin(bindCode("vtkX3DExporter_NewInstance", "D_vtkX3DExporter_NewInstance")); mixin(bindCode("vtkX3DExporter_SetFileName", "D_vtkX3DExporter_SetFileName")); mixin(bindCode("vtkX3DExporter_GetFileName", "D_vtkX3DExporter_GetFileName")); mixin(bindCode("vtkX3DExporter_SetSpeed", "D_vtkX3DExporter_SetSpeed")); mixin(bindCode("vtkX3DExporter_GetSpeed", "D_vtkX3DExporter_GetSpeed")); mixin(bindCode("vtkX3DExporter_SetBinary", "D_vtkX3DExporter_SetBinary")); mixin(bindCode("vtkX3DExporter_GetBinaryMinValue", "D_vtkX3DExporter_GetBinaryMinValue")); mixin(bindCode("vtkX3DExporter_GetBinaryMaxValue", "D_vtkX3DExporter_GetBinaryMaxValue")); mixin(bindCode("vtkX3DExporter_BinaryOn", "D_vtkX3DExporter_BinaryOn")); mixin(bindCode("vtkX3DExporter_BinaryOff", "D_vtkX3DExporter_BinaryOff")); mixin(bindCode("vtkX3DExporter_GetBinary", "D_vtkX3DExporter_GetBinary")); mixin(bindCode("vtkX3DExporter_SetFastest", "D_vtkX3DExporter_SetFastest")); mixin(bindCode("vtkX3DExporter_GetFastestMinValue", "D_vtkX3DExporter_GetFastestMinValue")); mixin(bindCode("vtkX3DExporter_GetFastestMaxValue", "D_vtkX3DExporter_GetFastestMaxValue")); mixin(bindCode("vtkX3DExporter_FastestOn", "D_vtkX3DExporter_FastestOn")); mixin(bindCode("vtkX3DExporter_FastestOff", "D_vtkX3DExporter_FastestOff")); mixin(bindCode("vtkX3DExporter_GetFastest", "D_vtkX3DExporter_GetFastest")); mixin(bindCode("vtkX3DExporter_SetWriteToOutputString", "D_vtkX3DExporter_SetWriteToOutputString")); mixin(bindCode("vtkX3DExporter_GetWriteToOutputString", "D_vtkX3DExporter_GetWriteToOutputString")); mixin(bindCode("vtkX3DExporter_WriteToOutputStringOn", "D_vtkX3DExporter_WriteToOutputStringOn")); mixin(bindCode("vtkX3DExporter_WriteToOutputStringOff", "D_vtkX3DExporter_WriteToOutputStringOff")); mixin(bindCode("vtkX3DExporter_GetOutputStringLength", "D_vtkX3DExporter_GetOutputStringLength")); mixin(bindCode("vtkX3DExporter_GetOutputString", "D_vtkX3DExporter_GetOutputString")); mixin(bindCode("vtkX3DExporter_GetBinaryOutputString", "D_vtkX3DExporter_GetBinaryOutputString")); mixin(bindCode("vtkX3DExporter_RegisterAndGetOutputString", "D_vtkX3DExporter_RegisterAndGetOutputString")); mixin(bindCode("vtkX3DExporter_Upcast", "D_vtkX3DExporter_Upcast")); mixin(bindCode("vtkNamedColors_IsTypeOf", "D_vtkNamedColors_IsTypeOf")); mixin(bindCode("vtkNamedColors_SafeDownCast", "D_vtkNamedColors_SafeDownCast")); mixin(bindCode("vtkNamedColors_NewInstance", "D_vtkNamedColors_NewInstance")); mixin(bindCode("vtkNamedColors_New", "D_vtkNamedColors_New")); mixin(bindCode("vtkNamedColors_GetNumberOfColors", "D_vtkNamedColors_GetNumberOfColors")); mixin(bindCode("vtkNamedColors_ResetColors", "D_vtkNamedColors_ResetColors")); mixin(bindCode("vtkNamedColors_ColorExists", "D_vtkNamedColors_ColorExists")); mixin(bindCode("vtkNamedColors_GetColor4ub", "D_vtkNamedColors_GetColor4ub")); mixin(bindCode("vtkNamedColors_GetColor__SWIG_0", "D_vtkNamedColors_GetColor__SWIG_0")); mixin(bindCode("vtkNamedColors_GetColor__SWIG_1", "D_vtkNamedColors_GetColor__SWIG_1")); mixin(bindCode("vtkNamedColors_GetColor__SWIG_2", "D_vtkNamedColors_GetColor__SWIG_2")); mixin(bindCode("vtkNamedColors_GetColor4d", "D_vtkNamedColors_GetColor4d")); mixin(bindCode("vtkNamedColors_GetColor__SWIG_3", "D_vtkNamedColors_GetColor__SWIG_3")); mixin(bindCode("vtkNamedColors_GetColor__SWIG_4", "D_vtkNamedColors_GetColor__SWIG_4")); mixin(bindCode("vtkNamedColors_GetColor__SWIG_5", "D_vtkNamedColors_GetColor__SWIG_5")); mixin(bindCode("vtkNamedColors_GetColor3ub", "D_vtkNamedColors_GetColor3ub")); mixin(bindCode("vtkNamedColors_GetColor3d", "D_vtkNamedColors_GetColor3d")); mixin(bindCode("vtkNamedColors_GetColor__SWIG_6", "D_vtkNamedColors_GetColor__SWIG_6")); mixin(bindCode("vtkNamedColors_GetColorRGB", "D_vtkNamedColors_GetColorRGB")); mixin(bindCode("vtkNamedColors_GetColor__SWIG_7", "D_vtkNamedColors_GetColor__SWIG_7")); mixin(bindCode("vtkNamedColors_GetColor__SWIG_8", "D_vtkNamedColors_GetColor__SWIG_8")); mixin(bindCode("vtkNamedColors_SetColor__SWIG_0", "D_vtkNamedColors_SetColor__SWIG_0")); mixin(bindCode("vtkNamedColors_SetColor__SWIG_1", "D_vtkNamedColors_SetColor__SWIG_1")); mixin(bindCode("vtkNamedColors_SetColor__SWIG_2", "D_vtkNamedColors_SetColor__SWIG_2")); mixin(bindCode("vtkNamedColors_SetColor__SWIG_3", "D_vtkNamedColors_SetColor__SWIG_3")); mixin(bindCode("vtkNamedColors_SetColor__SWIG_4", "D_vtkNamedColors_SetColor__SWIG_4")); mixin(bindCode("vtkNamedColors_SetColor__SWIG_5", "D_vtkNamedColors_SetColor__SWIG_5")); mixin(bindCode("vtkNamedColors_SetColor__SWIG_6", "D_vtkNamedColors_SetColor__SWIG_6")); mixin(bindCode("vtkNamedColors_SetColor__SWIG_7", "D_vtkNamedColors_SetColor__SWIG_7")); mixin(bindCode("vtkNamedColors_SetColor__SWIG_8", "D_vtkNamedColors_SetColor__SWIG_8")); mixin(bindCode("vtkNamedColors_SetColor__SWIG_9", "D_vtkNamedColors_SetColor__SWIG_9")); mixin(bindCode("vtkNamedColors_RemoveColor", "D_vtkNamedColors_RemoveColor")); mixin(bindCode("vtkNamedColors_GetColorNames__SWIG_0", "D_vtkNamedColors_GetColorNames__SWIG_0")); mixin(bindCode("vtkNamedColors_GetColorNames__SWIG_1", "D_vtkNamedColors_GetColorNames__SWIG_1")); mixin(bindCode("vtkNamedColors_GetSynonyms", "D_vtkNamedColors_GetSynonyms")); mixin(bindCode("vtkNamedColors_Upcast", "D_vtkNamedColors_Upcast")); mixin(bindCode("vtkPostScriptWriter_New", "D_vtkPostScriptWriter_New")); mixin(bindCode("vtkPostScriptWriter_IsTypeOf", "D_vtkPostScriptWriter_IsTypeOf")); mixin(bindCode("vtkPostScriptWriter_SafeDownCast", "D_vtkPostScriptWriter_SafeDownCast")); mixin(bindCode("vtkPostScriptWriter_NewInstance", "D_vtkPostScriptWriter_NewInstance")); mixin(bindCode("vtkPostScriptWriter_Upcast", "D_vtkPostScriptWriter_Upcast")); mixin(bindCode("vtkThresholdPoints_New", "D_vtkThresholdPoints_New")); mixin(bindCode("vtkThresholdPoints_IsTypeOf", "D_vtkThresholdPoints_IsTypeOf")); mixin(bindCode("vtkThresholdPoints_SafeDownCast", "D_vtkThresholdPoints_SafeDownCast")); mixin(bindCode("vtkThresholdPoints_NewInstance", "D_vtkThresholdPoints_NewInstance")); mixin(bindCode("vtkThresholdPoints_ThresholdByLower", "D_vtkThresholdPoints_ThresholdByLower")); mixin(bindCode("vtkThresholdPoints_ThresholdByUpper", "D_vtkThresholdPoints_ThresholdByUpper")); mixin(bindCode("vtkThresholdPoints_ThresholdBetween", "D_vtkThresholdPoints_ThresholdBetween")); mixin(bindCode("vtkThresholdPoints_SetUpperThreshold", "D_vtkThresholdPoints_SetUpperThreshold")); mixin(bindCode("vtkThresholdPoints_GetUpperThreshold", "D_vtkThresholdPoints_GetUpperThreshold")); mixin(bindCode("vtkThresholdPoints_SetLowerThreshold", "D_vtkThresholdPoints_SetLowerThreshold")); mixin(bindCode("vtkThresholdPoints_GetLowerThreshold", "D_vtkThresholdPoints_GetLowerThreshold")); mixin(bindCode("vtkThresholdPoints_Upcast", "D_vtkThresholdPoints_Upcast")); mixin(bindCode("vtkGeoAssignCoordinates_New", "D_vtkGeoAssignCoordinates_New")); mixin(bindCode("vtkGeoAssignCoordinates_IsTypeOf", "D_vtkGeoAssignCoordinates_IsTypeOf")); mixin(bindCode("vtkGeoAssignCoordinates_SafeDownCast", "D_vtkGeoAssignCoordinates_SafeDownCast")); mixin(bindCode("vtkGeoAssignCoordinates_NewInstance", "D_vtkGeoAssignCoordinates_NewInstance")); mixin(bindCode("vtkGeoAssignCoordinates_SetLongitudeArrayName", "D_vtkGeoAssignCoordinates_SetLongitudeArrayName")); mixin(bindCode("vtkGeoAssignCoordinates_GetLongitudeArrayName", "D_vtkGeoAssignCoordinates_GetLongitudeArrayName")); mixin(bindCode("vtkGeoAssignCoordinates_SetLatitudeArrayName", "D_vtkGeoAssignCoordinates_SetLatitudeArrayName")); mixin(bindCode("vtkGeoAssignCoordinates_GetLatitudeArrayName", "D_vtkGeoAssignCoordinates_GetLatitudeArrayName")); mixin(bindCode("vtkGeoAssignCoordinates_SetGlobeRadius", "D_vtkGeoAssignCoordinates_SetGlobeRadius")); mixin(bindCode("vtkGeoAssignCoordinates_GetGlobeRadius", "D_vtkGeoAssignCoordinates_GetGlobeRadius")); mixin(bindCode("vtkGeoAssignCoordinates_SetTransform", "D_vtkGeoAssignCoordinates_SetTransform")); mixin(bindCode("vtkGeoAssignCoordinates_GetTransform", "D_vtkGeoAssignCoordinates_GetTransform")); mixin(bindCode("vtkGeoAssignCoordinates_SetCoordinatesInArrays", "D_vtkGeoAssignCoordinates_SetCoordinatesInArrays")); mixin(bindCode("vtkGeoAssignCoordinates_GetCoordinatesInArrays", "D_vtkGeoAssignCoordinates_GetCoordinatesInArrays")); mixin(bindCode("vtkGeoAssignCoordinates_CoordinatesInArraysOn", "D_vtkGeoAssignCoordinates_CoordinatesInArraysOn")); mixin(bindCode("vtkGeoAssignCoordinates_CoordinatesInArraysOff", "D_vtkGeoAssignCoordinates_CoordinatesInArraysOff")); mixin(bindCode("vtkGeoAssignCoordinates_Upcast", "D_vtkGeoAssignCoordinates_Upcast")); mixin(bindCode("vtkLineWidget2_New", "D_vtkLineWidget2_New")); mixin(bindCode("vtkLineWidget2_IsTypeOf", "D_vtkLineWidget2_IsTypeOf")); mixin(bindCode("vtkLineWidget2_SafeDownCast", "D_vtkLineWidget2_SafeDownCast")); mixin(bindCode("vtkLineWidget2_NewInstance", "D_vtkLineWidget2_NewInstance")); mixin(bindCode("vtkLineWidget2_SetRepresentation", "D_vtkLineWidget2_SetRepresentation")); mixin(bindCode("vtkLineWidget2_GetLineRepresentation", "D_vtkLineWidget2_GetLineRepresentation")); mixin(bindCode("vtkLineWidget2_Upcast", "D_vtkLineWidget2_Upcast")); mixin(bindCode("vtkContinuousValueWidget_IsTypeOf", "D_vtkContinuousValueWidget_IsTypeOf")); mixin(bindCode("vtkContinuousValueWidget_SafeDownCast", "D_vtkContinuousValueWidget_SafeDownCast")); mixin(bindCode("vtkContinuousValueWidget_NewInstance", "D_vtkContinuousValueWidget_NewInstance")); mixin(bindCode("vtkContinuousValueWidget_SetRepresentation", "D_vtkContinuousValueWidget_SetRepresentation")); mixin(bindCode("vtkContinuousValueWidget_GetContinuousValueWidgetRepresentation", "D_vtkContinuousValueWidget_GetContinuousValueWidgetRepresentation")); mixin(bindCode("vtkContinuousValueWidget_GetValue", "D_vtkContinuousValueWidget_GetValue")); mixin(bindCode("vtkContinuousValueWidget_SetValue", "D_vtkContinuousValueWidget_SetValue")); mixin(bindCode("vtkContinuousValueWidget_Upcast", "D_vtkContinuousValueWidget_Upcast")); mixin(bindCode("vtkDummyGPUInfoList_New", "D_vtkDummyGPUInfoList_New")); mixin(bindCode("vtkDummyGPUInfoList_IsTypeOf", "D_vtkDummyGPUInfoList_IsTypeOf")); mixin(bindCode("vtkDummyGPUInfoList_SafeDownCast", "D_vtkDummyGPUInfoList_SafeDownCast")); mixin(bindCode("vtkDummyGPUInfoList_NewInstance", "D_vtkDummyGPUInfoList_NewInstance")); mixin(bindCode("vtkDummyGPUInfoList_Upcast", "D_vtkDummyGPUInfoList_Upcast")); mixin(bindCode("vtkEarthSource_New", "D_vtkEarthSource_New")); mixin(bindCode("vtkEarthSource_IsTypeOf", "D_vtkEarthSource_IsTypeOf")); mixin(bindCode("vtkEarthSource_SafeDownCast", "D_vtkEarthSource_SafeDownCast")); mixin(bindCode("vtkEarthSource_NewInstance", "D_vtkEarthSource_NewInstance")); mixin(bindCode("vtkEarthSource_SetRadius", "D_vtkEarthSource_SetRadius")); mixin(bindCode("vtkEarthSource_GetRadiusMinValue", "D_vtkEarthSource_GetRadiusMinValue")); mixin(bindCode("vtkEarthSource_GetRadiusMaxValue", "D_vtkEarthSource_GetRadiusMaxValue")); mixin(bindCode("vtkEarthSource_GetRadius", "D_vtkEarthSource_GetRadius")); mixin(bindCode("vtkEarthSource_SetOnRatio", "D_vtkEarthSource_SetOnRatio")); mixin(bindCode("vtkEarthSource_GetOnRatioMinValue", "D_vtkEarthSource_GetOnRatioMinValue")); mixin(bindCode("vtkEarthSource_GetOnRatioMaxValue", "D_vtkEarthSource_GetOnRatioMaxValue")); mixin(bindCode("vtkEarthSource_GetOnRatio", "D_vtkEarthSource_GetOnRatio")); mixin(bindCode("vtkEarthSource_SetOutline", "D_vtkEarthSource_SetOutline")); mixin(bindCode("vtkEarthSource_GetOutline", "D_vtkEarthSource_GetOutline")); mixin(bindCode("vtkEarthSource_OutlineOn", "D_vtkEarthSource_OutlineOn")); mixin(bindCode("vtkEarthSource_OutlineOff", "D_vtkEarthSource_OutlineOff")); mixin(bindCode("vtkEarthSource_Upcast", "D_vtkEarthSource_Upcast")); mixin(bindCode("vtkExtractSelection_New", "D_vtkExtractSelection_New")); mixin(bindCode("vtkExtractSelection_IsTypeOf", "D_vtkExtractSelection_IsTypeOf")); mixin(bindCode("vtkExtractSelection_SafeDownCast", "D_vtkExtractSelection_SafeDownCast")); mixin(bindCode("vtkExtractSelection_NewInstance", "D_vtkExtractSelection_NewInstance")); mixin(bindCode("vtkExtractSelection_SetShowBounds", "D_vtkExtractSelection_SetShowBounds")); mixin(bindCode("vtkExtractSelection_GetShowBounds", "D_vtkExtractSelection_GetShowBounds")); mixin(bindCode("vtkExtractSelection_ShowBoundsOn", "D_vtkExtractSelection_ShowBoundsOn")); mixin(bindCode("vtkExtractSelection_ShowBoundsOff", "D_vtkExtractSelection_ShowBoundsOff")); mixin(bindCode("vtkExtractSelection_SetUseProbeForLocations", "D_vtkExtractSelection_SetUseProbeForLocations")); mixin(bindCode("vtkExtractSelection_GetUseProbeForLocations", "D_vtkExtractSelection_GetUseProbeForLocations")); mixin(bindCode("vtkExtractSelection_UseProbeForLocationsOn", "D_vtkExtractSelection_UseProbeForLocationsOn")); mixin(bindCode("vtkExtractSelection_UseProbeForLocationsOff", "D_vtkExtractSelection_UseProbeForLocationsOff")); mixin(bindCode("vtkExtractSelection_Upcast", "D_vtkExtractSelection_Upcast")); mixin(bindCode("vtkXMLPPolyDataWriter_New", "D_vtkXMLPPolyDataWriter_New")); mixin(bindCode("vtkXMLPPolyDataWriter_IsTypeOf", "D_vtkXMLPPolyDataWriter_IsTypeOf")); mixin(bindCode("vtkXMLPPolyDataWriter_SafeDownCast", "D_vtkXMLPPolyDataWriter_SafeDownCast")); mixin(bindCode("vtkXMLPPolyDataWriter_NewInstance", "D_vtkXMLPPolyDataWriter_NewInstance")); mixin(bindCode("vtkXMLPPolyDataWriter_Upcast", "D_vtkXMLPPolyDataWriter_Upcast")); mixin(bindCode("vtkPolyDataWriter_New", "D_vtkPolyDataWriter_New")); mixin(bindCode("vtkPolyDataWriter_IsTypeOf", "D_vtkPolyDataWriter_IsTypeOf")); mixin(bindCode("vtkPolyDataWriter_SafeDownCast", "D_vtkPolyDataWriter_SafeDownCast")); mixin(bindCode("vtkPolyDataWriter_NewInstance", "D_vtkPolyDataWriter_NewInstance")); mixin(bindCode("vtkPolyDataWriter_GetInput__SWIG_0", "D_vtkPolyDataWriter_GetInput__SWIG_0")); mixin(bindCode("vtkPolyDataWriter_GetInput__SWIG_1", "D_vtkPolyDataWriter_GetInput__SWIG_1")); mixin(bindCode("vtkPolyDataWriter_Upcast", "D_vtkPolyDataWriter_Upcast")); mixin(bindCode("vtkDelimitedTextWriter_New", "D_vtkDelimitedTextWriter_New")); mixin(bindCode("vtkDelimitedTextWriter_IsTypeOf", "D_vtkDelimitedTextWriter_IsTypeOf")); mixin(bindCode("vtkDelimitedTextWriter_SafeDownCast", "D_vtkDelimitedTextWriter_SafeDownCast")); mixin(bindCode("vtkDelimitedTextWriter_NewInstance", "D_vtkDelimitedTextWriter_NewInstance")); mixin(bindCode("vtkDelimitedTextWriter_SetFieldDelimiter", "D_vtkDelimitedTextWriter_SetFieldDelimiter")); mixin(bindCode("vtkDelimitedTextWriter_GetFieldDelimiter", "D_vtkDelimitedTextWriter_GetFieldDelimiter")); mixin(bindCode("vtkDelimitedTextWriter_SetStringDelimiter", "D_vtkDelimitedTextWriter_SetStringDelimiter")); mixin(bindCode("vtkDelimitedTextWriter_GetStringDelimiter", "D_vtkDelimitedTextWriter_GetStringDelimiter")); mixin(bindCode("vtkDelimitedTextWriter_SetFileName", "D_vtkDelimitedTextWriter_SetFileName")); mixin(bindCode("vtkDelimitedTextWriter_GetFileName", "D_vtkDelimitedTextWriter_GetFileName")); mixin(bindCode("vtkDelimitedTextWriter_SetUseStringDelimiter", "D_vtkDelimitedTextWriter_SetUseStringDelimiter")); mixin(bindCode("vtkDelimitedTextWriter_GetUseStringDelimiter", "D_vtkDelimitedTextWriter_GetUseStringDelimiter")); mixin(bindCode("vtkDelimitedTextWriter_SetWriteToOutputString", "D_vtkDelimitedTextWriter_SetWriteToOutputString")); mixin(bindCode("vtkDelimitedTextWriter_GetWriteToOutputString", "D_vtkDelimitedTextWriter_GetWriteToOutputString")); mixin(bindCode("vtkDelimitedTextWriter_WriteToOutputStringOn", "D_vtkDelimitedTextWriter_WriteToOutputStringOn")); mixin(bindCode("vtkDelimitedTextWriter_WriteToOutputStringOff", "D_vtkDelimitedTextWriter_WriteToOutputStringOff")); mixin(bindCode("vtkDelimitedTextWriter_RegisterAndGetOutputString", "D_vtkDelimitedTextWriter_RegisterAndGetOutputString")); mixin(bindCode("vtkDelimitedTextWriter_GetString", "D_vtkDelimitedTextWriter_GetString")); mixin(bindCode("vtkDelimitedTextWriter_Upcast", "D_vtkDelimitedTextWriter_Upcast")); mixin(bindCode("MIident_get", "D_MIident_get")); mixin(bindCode("MI_GRPNAME_get", "D_MI_GRPNAME_get")); mixin(bindCode("MI_GRP_SEP_get", "D_MI_GRP_SEP_get")); mixin(bindCode("MI_ATT_SEP_get", "D_MI_ATT_SEP_get")); mixin(bindCode("MI_EMPTY_STRING_get", "D_MI_EMPTY_STRING_get")); mixin(bindCode("MI_ERROR_get", "D_MI_ERROR_get")); mixin(bindCode("MI_NOERROR_get", "D_MI_NOERROR_get")); mixin(bindCode("MI_MAX_ATTSTR_LEN_get", "D_MI_MAX_ATTSTR_LEN_get")); mixin(bindCode("MI_NUM_SPACE_DIMS_get", "D_MI_NUM_SPACE_DIMS_get")); mixin(bindCode("MI_MAX_IMGDIMS_get", "D_MI_MAX_IMGDIMS_get")); mixin(bindCode("MIunits_get", "D_MIunits_get")); mixin(bindCode("MIlong_name_get", "D_MIlong_name_get")); mixin(bindCode("MIvalid_range_get", "D_MIvalid_range_get")); mixin(bindCode("MIvalid_max_get", "D_MIvalid_max_get")); mixin(bindCode("MIvalid_min_get", "D_MIvalid_min_get")); mixin(bindCode("MI_FillValue_get", "D_MI_FillValue_get")); mixin(bindCode("MItitle_get", "D_MItitle_get")); mixin(bindCode("MIhistory_get", "D_MIhistory_get")); mixin(bindCode("MIvartype_get", "D_MIvartype_get")); mixin(bindCode("MIvarid_get", "D_MIvarid_get")); mixin(bindCode("MIsigntype_get", "D_MIsigntype_get")); mixin(bindCode("MIparent_get", "D_MIparent_get")); mixin(bindCode("MIchildren_get", "D_MIchildren_get")); mixin(bindCode("MIcomments_get", "D_MIcomments_get")); mixin(bindCode("MIversion_get", "D_MIversion_get")); mixin(bindCode("MI_VARATT_POINTER_PREFIX_get", "D_MI_VARATT_POINTER_PREFIX_get")); mixin(bindCode("MI_CHILD_SEPARATOR_get", "D_MI_CHILD_SEPARATOR_get")); mixin(bindCode("MI_GROUP_get", "D_MI_GROUP_get")); mixin(bindCode("MI_DIMENSION_get", "D_MI_DIMENSION_get")); mixin(bindCode("MI_DIM_WIDTH_get", "D_MI_DIM_WIDTH_get")); mixin(bindCode("MI_VARATT_get", "D_MI_VARATT_get")); mixin(bindCode("MI_STDVAR_get", "D_MI_STDVAR_get")); mixin(bindCode("MI_SIGNED_get", "D_MI_SIGNED_get")); mixin(bindCode("MI_UNSIGNED_get", "D_MI_UNSIGNED_get")); mixin(bindCode("MI_VERSION_1_0_get", "D_MI_VERSION_1_0_get")); mixin(bindCode("MI_CURRENT_VERSION_get", "D_MI_CURRENT_VERSION_get")); mixin(bindCode("MI_TRUE_get", "D_MI_TRUE_get")); mixin(bindCode("MI_FALSE_get", "D_MI_FALSE_get")); mixin(bindCode("MIxspace_get", "D_MIxspace_get")); mixin(bindCode("MIyspace_get", "D_MIyspace_get")); mixin(bindCode("MIzspace_get", "D_MIzspace_get")); mixin(bindCode("MItime_get", "D_MItime_get")); mixin(bindCode("MItfrequency_get", "D_MItfrequency_get")); mixin(bindCode("MIxfrequency_get", "D_MIxfrequency_get")); mixin(bindCode("MIyfrequency_get", "D_MIyfrequency_get")); mixin(bindCode("MIzfrequency_get", "D_MIzfrequency_get")); mixin(bindCode("MIvector_dimension_get", "D_MIvector_dimension_get")); mixin(bindCode("MIxspace_width_get", "D_MIxspace_width_get")); mixin(bindCode("MIyspace_width_get", "D_MIyspace_width_get")); mixin(bindCode("MIzspace_width_get", "D_MIzspace_width_get")); mixin(bindCode("MItime_width_get", "D_MItime_width_get")); mixin(bindCode("MItfrequency_width_get", "D_MItfrequency_width_get")); mixin(bindCode("MIxfrequency_width_get", "D_MIxfrequency_width_get")); mixin(bindCode("MIyfrequency_width_get", "D_MIyfrequency_width_get")); mixin(bindCode("MIzfrequency_width_get", "D_MIzfrequency_width_get")); mixin(bindCode("MIspacing_get", "D_MIspacing_get")); mixin(bindCode("MIstep_get", "D_MIstep_get")); mixin(bindCode("MIstart_get", "D_MIstart_get")); mixin(bindCode("MIspacetype_get", "D_MIspacetype_get")); mixin(bindCode("MIalignment_get", "D_MIalignment_get")); mixin(bindCode("MIdirection_cosines_get", "D_MIdirection_cosines_get")); mixin(bindCode("MIwidth_get", "D_MIwidth_get")); mixin(bindCode("MIfiltertype_get", "D_MIfiltertype_get")); mixin(bindCode("MI_REGULAR_get", "D_MI_REGULAR_get")); mixin(bindCode("MI_IRREGULAR_get", "D_MI_IRREGULAR_get")); mixin(bindCode("MI_NATIVE_get", "D_MI_NATIVE_get")); mixin(bindCode("MI_TALAIRACH_get", "D_MI_TALAIRACH_get")); mixin(bindCode("MI_CALLOSAL_get", "D_MI_CALLOSAL_get")); mixin(bindCode("MI_START_get", "D_MI_START_get")); mixin(bindCode("MI_CENTRE_get", "D_MI_CENTRE_get")); mixin(bindCode("MI_END_get", "D_MI_END_get")); mixin(bindCode("MI_CENTER_get", "D_MI_CENTER_get")); mixin(bindCode("MI_SQUARE_get", "D_MI_SQUARE_get")); mixin(bindCode("MI_GAUSSIAN_get", "D_MI_GAUSSIAN_get")); mixin(bindCode("MI_TRIANGULAR_get", "D_MI_TRIANGULAR_get")); mixin(bindCode("MIrootvariable_get", "D_MIrootvariable_get")); mixin(bindCode("MIimage_get", "D_MIimage_get")); mixin(bindCode("MIimagemax_get", "D_MIimagemax_get")); mixin(bindCode("MIimagemin_get", "D_MIimagemin_get")); mixin(bindCode("MIcomplete_get", "D_MIcomplete_get")); mixin(bindCode("MIpatient_get", "D_MIpatient_get")); mixin(bindCode("MIfull_name_get", "D_MIfull_name_get")); mixin(bindCode("MIother_names_get", "D_MIother_names_get")); mixin(bindCode("MIidentification_get", "D_MIidentification_get")); mixin(bindCode("MIother_ids_get", "D_MIother_ids_get")); mixin(bindCode("MIbirthdate_get", "D_MIbirthdate_get")); mixin(bindCode("MIsex_get", "D_MIsex_get")); mixin(bindCode("MIage_get", "D_MIage_get")); mixin(bindCode("MIweight_get", "D_MIweight_get")); mixin(bindCode("MIsize_get", "D_MIsize_get")); mixin(bindCode("MIaddress_get", "D_MIaddress_get")); mixin(bindCode("MIinsurance_id_get", "D_MIinsurance_id_get")); mixin(bindCode("MI_MALE_get", "D_MI_MALE_get")); mixin(bindCode("MI_FEMALE_get", "D_MI_FEMALE_get")); mixin(bindCode("MI_OTHER_get", "D_MI_OTHER_get")); mixin(bindCode("MIstudy_get", "D_MIstudy_get")); mixin(bindCode("MIstart_time_get", "D_MIstart_time_get")); mixin(bindCode("MIstart_year_get", "D_MIstart_year_get")); mixin(bindCode("MIstart_month_get", "D_MIstart_month_get")); mixin(bindCode("MIstart_day_get", "D_MIstart_day_get")); mixin(bindCode("MIstart_hour_get", "D_MIstart_hour_get")); mixin(bindCode("MIstart_minute_get", "D_MIstart_minute_get")); mixin(bindCode("MIstart_seconds_get", "D_MIstart_seconds_get")); mixin(bindCode("MImodality_get", "D_MImodality_get")); mixin(bindCode("MImanufacturer_get", "D_MImanufacturer_get")); mixin(bindCode("MIdevice_model_get", "D_MIdevice_model_get")); mixin(bindCode("MIinstitution_get", "D_MIinstitution_get")); mixin(bindCode("MIdepartment_get", "D_MIdepartment_get")); mixin(bindCode("MIstation_id_get", "D_MIstation_id_get")); mixin(bindCode("MIreferring_physician_get", "D_MIreferring_physician_get")); mixin(bindCode("MIattending_physician_get", "D_MIattending_physician_get")); mixin(bindCode("MIradiologist_get", "D_MIradiologist_get")); mixin(bindCode("MIoperator_get", "D_MIoperator_get")); mixin(bindCode("MIadmitting_diagnosis_get", "D_MIadmitting_diagnosis_get")); mixin(bindCode("MIprocedure_get", "D_MIprocedure_get")); mixin(bindCode("MIstudy_id_get", "D_MIstudy_id_get")); mixin(bindCode("MI_PET_get", "D_MI_PET_get")); mixin(bindCode("MI_SPECT_get", "D_MI_SPECT_get")); mixin(bindCode("MI_GAMMA_get", "D_MI_GAMMA_get")); mixin(bindCode("MI_MRI_get", "D_MI_MRI_get")); mixin(bindCode("MI_MRS_get", "D_MI_MRS_get")); mixin(bindCode("MI_MRA_get", "D_MI_MRA_get")); mixin(bindCode("MI_CT_get", "D_MI_CT_get")); mixin(bindCode("MI_DSA_get", "D_MI_DSA_get")); mixin(bindCode("MI_DR_get", "D_MI_DR_get")); mixin(bindCode("MI_LABEL_get", "D_MI_LABEL_get")); mixin(bindCode("MIacquisition_get", "D_MIacquisition_get")); mixin(bindCode("MIprotocol_get", "D_MIprotocol_get")); mixin(bindCode("MIscanning_sequence_get", "D_MIscanning_sequence_get")); mixin(bindCode("MIrepetition_time_get", "D_MIrepetition_time_get")); mixin(bindCode("MIecho_time_get", "D_MIecho_time_get")); mixin(bindCode("MIinversion_time_get", "D_MIinversion_time_get")); mixin(bindCode("MInum_averages_get", "D_MInum_averages_get")); mixin(bindCode("MIimaging_frequency_get", "D_MIimaging_frequency_get")); mixin(bindCode("MIimaged_nucleus_get", "D_MIimaged_nucleus_get")); mixin(bindCode("MIradionuclide_get", "D_MIradionuclide_get")); mixin(bindCode("MIcontrast_agent_get", "D_MIcontrast_agent_get")); mixin(bindCode("MIradionuclide_halflife_get", "D_MIradionuclide_halflife_get")); mixin(bindCode("MItracer_get", "D_MItracer_get")); mixin(bindCode("MIinjection_time_get", "D_MIinjection_time_get")); mixin(bindCode("MIinjection_year_get", "D_MIinjection_year_get")); mixin(bindCode("MIinjection_month_get", "D_MIinjection_month_get")); mixin(bindCode("MIinjection_day_get", "D_MIinjection_day_get")); mixin(bindCode("MIinjection_hour_get", "D_MIinjection_hour_get")); mixin(bindCode("MIinjection_minute_get", "D_MIinjection_minute_get")); mixin(bindCode("MIinjection_seconds_get", "D_MIinjection_seconds_get")); mixin(bindCode("MIinjection_length_get", "D_MIinjection_length_get")); mixin(bindCode("MIinjection_dose_get", "D_MIinjection_dose_get")); mixin(bindCode("MIdose_units_get", "D_MIdose_units_get")); mixin(bindCode("MIinjection_volume_get", "D_MIinjection_volume_get")); mixin(bindCode("MIinjection_route_get", "D_MIinjection_route_get")); mixin(bindCode("vtkOverlayPass_New", "D_vtkOverlayPass_New")); mixin(bindCode("vtkOverlayPass_IsTypeOf", "D_vtkOverlayPass_IsTypeOf")); mixin(bindCode("vtkOverlayPass_SafeDownCast", "D_vtkOverlayPass_SafeDownCast")); mixin(bindCode("vtkOverlayPass_NewInstance", "D_vtkOverlayPass_NewInstance")); mixin(bindCode("vtkOverlayPass_Upcast", "D_vtkOverlayPass_Upcast")); mixin(bindCode("vtkMoleculeToAtomBallFilter_IsTypeOf", "D_vtkMoleculeToAtomBallFilter_IsTypeOf")); mixin(bindCode("vtkMoleculeToAtomBallFilter_SafeDownCast", "D_vtkMoleculeToAtomBallFilter_SafeDownCast")); mixin(bindCode("vtkMoleculeToAtomBallFilter_NewInstance", "D_vtkMoleculeToAtomBallFilter_NewInstance")); mixin(bindCode("vtkMoleculeToAtomBallFilter_New", "D_vtkMoleculeToAtomBallFilter_New")); mixin(bindCode("vtkMoleculeToAtomBallFilter_GetRadiusSource", "D_vtkMoleculeToAtomBallFilter_GetRadiusSource")); mixin(bindCode("vtkMoleculeToAtomBallFilter_SetRadiusSource", "D_vtkMoleculeToAtomBallFilter_SetRadiusSource")); mixin(bindCode("vtkMoleculeToAtomBallFilter_GetResolution", "D_vtkMoleculeToAtomBallFilter_GetResolution")); mixin(bindCode("vtkMoleculeToAtomBallFilter_SetResolution", "D_vtkMoleculeToAtomBallFilter_SetResolution")); mixin(bindCode("vtkMoleculeToAtomBallFilter_GetRadiusScale", "D_vtkMoleculeToAtomBallFilter_GetRadiusScale")); mixin(bindCode("vtkMoleculeToAtomBallFilter_SetRadiusScale", "D_vtkMoleculeToAtomBallFilter_SetRadiusScale")); mixin(bindCode("vtkMoleculeToAtomBallFilter_Upcast", "D_vtkMoleculeToAtomBallFilter_Upcast")); mixin(bindCode("vtkParametricFigure8Klein_IsTypeOf", "D_vtkParametricFigure8Klein_IsTypeOf")); mixin(bindCode("vtkParametricFigure8Klein_SafeDownCast", "D_vtkParametricFigure8Klein_SafeDownCast")); mixin(bindCode("vtkParametricFigure8Klein_NewInstance", "D_vtkParametricFigure8Klein_NewInstance")); mixin(bindCode("vtkParametricFigure8Klein_New", "D_vtkParametricFigure8Klein_New")); mixin(bindCode("vtkParametricFigure8Klein_SetRadius", "D_vtkParametricFigure8Klein_SetRadius")); mixin(bindCode("vtkParametricFigure8Klein_GetRadius", "D_vtkParametricFigure8Klein_GetRadius")); mixin(bindCode("vtkParametricFigure8Klein_Upcast", "D_vtkParametricFigure8Klein_Upcast")); mixin(bindCode("VTK_IV_COLUMN_get", "D_VTK_IV_COLUMN_get")); mixin(bindCode("VTK_IV_ROW_get", "D_VTK_IV_ROW_get")); mixin(bindCode("vtkSpiderPlotActor_IsTypeOf", "D_vtkSpiderPlotActor_IsTypeOf")); mixin(bindCode("vtkSpiderPlotActor_SafeDownCast", "D_vtkSpiderPlotActor_SafeDownCast")); mixin(bindCode("vtkSpiderPlotActor_NewInstance", "D_vtkSpiderPlotActor_NewInstance")); mixin(bindCode("vtkSpiderPlotActor_New", "D_vtkSpiderPlotActor_New")); mixin(bindCode("vtkSpiderPlotActor_SetInputData", "D_vtkSpiderPlotActor_SetInputData")); mixin(bindCode("vtkSpiderPlotActor_SetInputConnection", "D_vtkSpiderPlotActor_SetInputConnection")); mixin(bindCode("vtkSpiderPlotActor_GetInput", "D_vtkSpiderPlotActor_GetInput")); mixin(bindCode("vtkSpiderPlotActor_SetIndependentVariables", "D_vtkSpiderPlotActor_SetIndependentVariables")); mixin(bindCode("vtkSpiderPlotActor_GetIndependentVariablesMinValue", "D_vtkSpiderPlotActor_GetIndependentVariablesMinValue")); mixin(bindCode("vtkSpiderPlotActor_GetIndependentVariablesMaxValue", "D_vtkSpiderPlotActor_GetIndependentVariablesMaxValue")); mixin(bindCode("vtkSpiderPlotActor_GetIndependentVariables", "D_vtkSpiderPlotActor_GetIndependentVariables")); mixin(bindCode("vtkSpiderPlotActor_SetIndependentVariablesToColumns", "D_vtkSpiderPlotActor_SetIndependentVariablesToColumns")); mixin(bindCode("vtkSpiderPlotActor_SetIndependentVariablesToRows", "D_vtkSpiderPlotActor_SetIndependentVariablesToRows")); mixin(bindCode("vtkSpiderPlotActor_SetTitleVisibility", "D_vtkSpiderPlotActor_SetTitleVisibility")); mixin(bindCode("vtkSpiderPlotActor_GetTitleVisibility", "D_vtkSpiderPlotActor_GetTitleVisibility")); mixin(bindCode("vtkSpiderPlotActor_TitleVisibilityOn", "D_vtkSpiderPlotActor_TitleVisibilityOn")); mixin(bindCode("vtkSpiderPlotActor_TitleVisibilityOff", "D_vtkSpiderPlotActor_TitleVisibilityOff")); mixin(bindCode("vtkSpiderPlotActor_SetTitle", "D_vtkSpiderPlotActor_SetTitle")); mixin(bindCode("vtkSpiderPlotActor_GetTitle", "D_vtkSpiderPlotActor_GetTitle")); mixin(bindCode("vtkSpiderPlotActor_SetTitleTextProperty", "D_vtkSpiderPlotActor_SetTitleTextProperty")); mixin(bindCode("vtkSpiderPlotActor_GetTitleTextProperty", "D_vtkSpiderPlotActor_GetTitleTextProperty")); mixin(bindCode("vtkSpiderPlotActor_SetLabelVisibility", "D_vtkSpiderPlotActor_SetLabelVisibility")); mixin(bindCode("vtkSpiderPlotActor_GetLabelVisibility", "D_vtkSpiderPlotActor_GetLabelVisibility")); mixin(bindCode("vtkSpiderPlotActor_LabelVisibilityOn", "D_vtkSpiderPlotActor_LabelVisibilityOn")); mixin(bindCode("vtkSpiderPlotActor_LabelVisibilityOff", "D_vtkSpiderPlotActor_LabelVisibilityOff")); mixin(bindCode("vtkSpiderPlotActor_SetLabelTextProperty", "D_vtkSpiderPlotActor_SetLabelTextProperty")); mixin(bindCode("vtkSpiderPlotActor_GetLabelTextProperty", "D_vtkSpiderPlotActor_GetLabelTextProperty")); mixin(bindCode("vtkSpiderPlotActor_SetNumberOfRings", "D_vtkSpiderPlotActor_SetNumberOfRings")); mixin(bindCode("vtkSpiderPlotActor_GetNumberOfRingsMinValue", "D_vtkSpiderPlotActor_GetNumberOfRingsMinValue")); mixin(bindCode("vtkSpiderPlotActor_GetNumberOfRingsMaxValue", "D_vtkSpiderPlotActor_GetNumberOfRingsMaxValue")); mixin(bindCode("vtkSpiderPlotActor_GetNumberOfRings", "D_vtkSpiderPlotActor_GetNumberOfRings")); mixin(bindCode("vtkSpiderPlotActor_SetAxisLabel", "D_vtkSpiderPlotActor_SetAxisLabel")); mixin(bindCode("vtkSpiderPlotActor_GetAxisLabel", "D_vtkSpiderPlotActor_GetAxisLabel")); mixin(bindCode("vtkSpiderPlotActor_SetAxisRange__SWIG_0", "D_vtkSpiderPlotActor_SetAxisRange__SWIG_0")); mixin(bindCode("vtkSpiderPlotActor_SetAxisRange__SWIG_1", "D_vtkSpiderPlotActor_SetAxisRange__SWIG_1")); mixin(bindCode("vtkSpiderPlotActor_GetAxisRange", "D_vtkSpiderPlotActor_GetAxisRange")); mixin(bindCode("vtkSpiderPlotActor_SetPlotColor__SWIG_0", "D_vtkSpiderPlotActor_SetPlotColor__SWIG_0")); mixin(bindCode("vtkSpiderPlotActor_SetPlotColor__SWIG_1", "D_vtkSpiderPlotActor_SetPlotColor__SWIG_1")); mixin(bindCode("vtkSpiderPlotActor_GetPlotColor", "D_vtkSpiderPlotActor_GetPlotColor")); mixin(bindCode("vtkSpiderPlotActor_SetLegendVisibility", "D_vtkSpiderPlotActor_SetLegendVisibility")); mixin(bindCode("vtkSpiderPlotActor_GetLegendVisibility", "D_vtkSpiderPlotActor_GetLegendVisibility")); mixin(bindCode("vtkSpiderPlotActor_LegendVisibilityOn", "D_vtkSpiderPlotActor_LegendVisibilityOn")); mixin(bindCode("vtkSpiderPlotActor_LegendVisibilityOff", "D_vtkSpiderPlotActor_LegendVisibilityOff")); mixin(bindCode("vtkSpiderPlotActor_GetLegendActor", "D_vtkSpiderPlotActor_GetLegendActor")); mixin(bindCode("vtkSpiderPlotActor_Upcast", "D_vtkSpiderPlotActor_Upcast")); mixin(bindCode("vtkBox_IsTypeOf", "D_vtkBox_IsTypeOf")); mixin(bindCode("vtkBox_SafeDownCast", "D_vtkBox_SafeDownCast")); mixin(bindCode("vtkBox_NewInstance", "D_vtkBox_NewInstance")); mixin(bindCode("vtkBox_New", "D_vtkBox_New")); mixin(bindCode("vtkBox_EvaluateFunction__SWIG_0", "D_vtkBox_EvaluateFunction__SWIG_0")); mixin(bindCode("vtkBox_EvaluateFunction__SWIG_1", "D_vtkBox_EvaluateFunction__SWIG_1")); mixin(bindCode("vtkBox_SetXMin__SWIG_0", "D_vtkBox_SetXMin__SWIG_0")); mixin(bindCode("vtkBox_SetXMin__SWIG_1", "D_vtkBox_SetXMin__SWIG_1")); mixin(bindCode("vtkBox_GetXMin__SWIG_0", "D_vtkBox_GetXMin__SWIG_0")); mixin(bindCode("vtkBox_GetXMin__SWIG_1", "D_vtkBox_GetXMin__SWIG_1")); mixin(bindCode("vtkBox_SetXMax__SWIG_0", "D_vtkBox_SetXMax__SWIG_0")); mixin(bindCode("vtkBox_SetXMax__SWIG_1", "D_vtkBox_SetXMax__SWIG_1")); mixin(bindCode("vtkBox_GetXMax__SWIG_0", "D_vtkBox_GetXMax__SWIG_0")); mixin(bindCode("vtkBox_GetXMax__SWIG_1", "D_vtkBox_GetXMax__SWIG_1")); mixin(bindCode("vtkBox_SetBounds__SWIG_0", "D_vtkBox_SetBounds__SWIG_0")); mixin(bindCode("vtkBox_SetBounds__SWIG_1", "D_vtkBox_SetBounds__SWIG_1")); mixin(bindCode("vtkBox_GetBounds__SWIG_0", "D_vtkBox_GetBounds__SWIG_0")); mixin(bindCode("vtkBox_GetBounds__SWIG_1", "D_vtkBox_GetBounds__SWIG_1")); mixin(bindCode("vtkBox_GetBounds__SWIG_2", "D_vtkBox_GetBounds__SWIG_2")); mixin(bindCode("vtkBox_AddBounds", "D_vtkBox_AddBounds")); mixin(bindCode("vtkBox_IntersectBox", "D_vtkBox_IntersectBox")); mixin(bindCode("vtkBox_IntersectWithLine", "D_vtkBox_IntersectWithLine")); mixin(bindCode("vtkBox_Upcast", "D_vtkBox_Upcast")); mixin(bindCode("vtkGenericGeometryFilter_New", "D_vtkGenericGeometryFilter_New")); mixin(bindCode("vtkGenericGeometryFilter_IsTypeOf", "D_vtkGenericGeometryFilter_IsTypeOf")); mixin(bindCode("vtkGenericGeometryFilter_SafeDownCast", "D_vtkGenericGeometryFilter_SafeDownCast")); mixin(bindCode("vtkGenericGeometryFilter_NewInstance", "D_vtkGenericGeometryFilter_NewInstance")); mixin(bindCode("vtkGenericGeometryFilter_SetPointClipping", "D_vtkGenericGeometryFilter_SetPointClipping")); mixin(bindCode("vtkGenericGeometryFilter_GetPointClipping", "D_vtkGenericGeometryFilter_GetPointClipping")); mixin(bindCode("vtkGenericGeometryFilter_PointClippingOn", "D_vtkGenericGeometryFilter_PointClippingOn")); mixin(bindCode("vtkGenericGeometryFilter_PointClippingOff", "D_vtkGenericGeometryFilter_PointClippingOff")); mixin(bindCode("vtkGenericGeometryFilter_SetCellClipping", "D_vtkGenericGeometryFilter_SetCellClipping")); mixin(bindCode("vtkGenericGeometryFilter_GetCellClipping", "D_vtkGenericGeometryFilter_GetCellClipping")); mixin(bindCode("vtkGenericGeometryFilter_CellClippingOn", "D_vtkGenericGeometryFilter_CellClippingOn")); mixin(bindCode("vtkGenericGeometryFilter_CellClippingOff", "D_vtkGenericGeometryFilter_CellClippingOff")); mixin(bindCode("vtkGenericGeometryFilter_SetExtentClipping", "D_vtkGenericGeometryFilter_SetExtentClipping")); mixin(bindCode("vtkGenericGeometryFilter_GetExtentClipping", "D_vtkGenericGeometryFilter_GetExtentClipping")); mixin(bindCode("vtkGenericGeometryFilter_ExtentClippingOn", "D_vtkGenericGeometryFilter_ExtentClippingOn")); mixin(bindCode("vtkGenericGeometryFilter_ExtentClippingOff", "D_vtkGenericGeometryFilter_ExtentClippingOff")); mixin(bindCode("vtkGenericGeometryFilter_SetPointMinimum", "D_vtkGenericGeometryFilter_SetPointMinimum")); mixin(bindCode("vtkGenericGeometryFilter_GetPointMinimumMinValue", "D_vtkGenericGeometryFilter_GetPointMinimumMinValue")); mixin(bindCode("vtkGenericGeometryFilter_GetPointMinimumMaxValue", "D_vtkGenericGeometryFilter_GetPointMinimumMaxValue")); mixin(bindCode("vtkGenericGeometryFilter_GetPointMinimum", "D_vtkGenericGeometryFilter_GetPointMinimum")); mixin(bindCode("vtkGenericGeometryFilter_SetPointMaximum", "D_vtkGenericGeometryFilter_SetPointMaximum")); mixin(bindCode("vtkGenericGeometryFilter_GetPointMaximumMinValue", "D_vtkGenericGeometryFilter_GetPointMaximumMinValue")); mixin(bindCode("vtkGenericGeometryFilter_GetPointMaximumMaxValue", "D_vtkGenericGeometryFilter_GetPointMaximumMaxValue")); mixin(bindCode("vtkGenericGeometryFilter_GetPointMaximum", "D_vtkGenericGeometryFilter_GetPointMaximum")); mixin(bindCode("vtkGenericGeometryFilter_SetCellMinimum", "D_vtkGenericGeometryFilter_SetCellMinimum")); mixin(bindCode("vtkGenericGeometryFilter_GetCellMinimumMinValue", "D_vtkGenericGeometryFilter_GetCellMinimumMinValue")); mixin(bindCode("vtkGenericGeometryFilter_GetCellMinimumMaxValue", "D_vtkGenericGeometryFilter_GetCellMinimumMaxValue")); mixin(bindCode("vtkGenericGeometryFilter_GetCellMinimum", "D_vtkGenericGeometryFilter_GetCellMinimum")); mixin(bindCode("vtkGenericGeometryFilter_SetCellMaximum", "D_vtkGenericGeometryFilter_SetCellMaximum")); mixin(bindCode("vtkGenericGeometryFilter_GetCellMaximumMinValue", "D_vtkGenericGeometryFilter_GetCellMaximumMinValue")); mixin(bindCode("vtkGenericGeometryFilter_GetCellMaximumMaxValue", "D_vtkGenericGeometryFilter_GetCellMaximumMaxValue")); mixin(bindCode("vtkGenericGeometryFilter_GetCellMaximum", "D_vtkGenericGeometryFilter_GetCellMaximum")); mixin(bindCode("vtkGenericGeometryFilter_SetExtent__SWIG_0", "D_vtkGenericGeometryFilter_SetExtent__SWIG_0")); mixin(bindCode("vtkGenericGeometryFilter_SetExtent__SWIG_1", "D_vtkGenericGeometryFilter_SetExtent__SWIG_1")); mixin(bindCode("vtkGenericGeometryFilter_GetExtent", "D_vtkGenericGeometryFilter_GetExtent")); mixin(bindCode("vtkGenericGeometryFilter_SetMerging", "D_vtkGenericGeometryFilter_SetMerging")); mixin(bindCode("vtkGenericGeometryFilter_GetMerging", "D_vtkGenericGeometryFilter_GetMerging")); mixin(bindCode("vtkGenericGeometryFilter_MergingOn", "D_vtkGenericGeometryFilter_MergingOn")); mixin(bindCode("vtkGenericGeometryFilter_MergingOff", "D_vtkGenericGeometryFilter_MergingOff")); mixin(bindCode("vtkGenericGeometryFilter_SetLocator", "D_vtkGenericGeometryFilter_SetLocator")); mixin(bindCode("vtkGenericGeometryFilter_GetLocator", "D_vtkGenericGeometryFilter_GetLocator")); mixin(bindCode("vtkGenericGeometryFilter_CreateDefaultLocator", "D_vtkGenericGeometryFilter_CreateDefaultLocator")); mixin(bindCode("vtkGenericGeometryFilter_SetPassThroughCellIds", "D_vtkGenericGeometryFilter_SetPassThroughCellIds")); mixin(bindCode("vtkGenericGeometryFilter_GetPassThroughCellIds", "D_vtkGenericGeometryFilter_GetPassThroughCellIds")); mixin(bindCode("vtkGenericGeometryFilter_PassThroughCellIdsOn", "D_vtkGenericGeometryFilter_PassThroughCellIdsOn")); mixin(bindCode("vtkGenericGeometryFilter_PassThroughCellIdsOff", "D_vtkGenericGeometryFilter_PassThroughCellIdsOff")); mixin(bindCode("vtkGenericGeometryFilter_Upcast", "D_vtkGenericGeometryFilter_Upcast")); mixin(bindCode("vtkPieChartActor_IsTypeOf", "D_vtkPieChartActor_IsTypeOf")); mixin(bindCode("vtkPieChartActor_SafeDownCast", "D_vtkPieChartActor_SafeDownCast")); mixin(bindCode("vtkPieChartActor_NewInstance", "D_vtkPieChartActor_NewInstance")); mixin(bindCode("vtkPieChartActor_New", "D_vtkPieChartActor_New")); mixin(bindCode("vtkPieChartActor_SetInputData", "D_vtkPieChartActor_SetInputData")); mixin(bindCode("vtkPieChartActor_SetInputConnection", "D_vtkPieChartActor_SetInputConnection")); mixin(bindCode("vtkPieChartActor_GetInput", "D_vtkPieChartActor_GetInput")); mixin(bindCode("vtkPieChartActor_SetTitleVisibility", "D_vtkPieChartActor_SetTitleVisibility")); mixin(bindCode("vtkPieChartActor_GetTitleVisibility", "D_vtkPieChartActor_GetTitleVisibility")); mixin(bindCode("vtkPieChartActor_TitleVisibilityOn", "D_vtkPieChartActor_TitleVisibilityOn")); mixin(bindCode("vtkPieChartActor_TitleVisibilityOff", "D_vtkPieChartActor_TitleVisibilityOff")); mixin(bindCode("vtkPieChartActor_SetTitle", "D_vtkPieChartActor_SetTitle")); mixin(bindCode("vtkPieChartActor_GetTitle", "D_vtkPieChartActor_GetTitle")); mixin(bindCode("vtkPieChartActor_SetTitleTextProperty", "D_vtkPieChartActor_SetTitleTextProperty")); mixin(bindCode("vtkPieChartActor_GetTitleTextProperty", "D_vtkPieChartActor_GetTitleTextProperty")); mixin(bindCode("vtkPieChartActor_SetLabelVisibility", "D_vtkPieChartActor_SetLabelVisibility")); mixin(bindCode("vtkPieChartActor_GetLabelVisibility", "D_vtkPieChartActor_GetLabelVisibility")); mixin(bindCode("vtkPieChartActor_LabelVisibilityOn", "D_vtkPieChartActor_LabelVisibilityOn")); mixin(bindCode("vtkPieChartActor_LabelVisibilityOff", "D_vtkPieChartActor_LabelVisibilityOff")); mixin(bindCode("vtkPieChartActor_SetLabelTextProperty", "D_vtkPieChartActor_SetLabelTextProperty")); mixin(bindCode("vtkPieChartActor_GetLabelTextProperty", "D_vtkPieChartActor_GetLabelTextProperty")); mixin(bindCode("vtkPieChartActor_SetPieceColor__SWIG_0", "D_vtkPieChartActor_SetPieceColor__SWIG_0")); mixin(bindCode("vtkPieChartActor_SetPieceColor__SWIG_1", "D_vtkPieChartActor_SetPieceColor__SWIG_1")); mixin(bindCode("vtkPieChartActor_GetPieceColor", "D_vtkPieChartActor_GetPieceColor")); mixin(bindCode("vtkPieChartActor_SetPieceLabel", "D_vtkPieChartActor_SetPieceLabel")); mixin(bindCode("vtkPieChartActor_GetPieceLabel", "D_vtkPieChartActor_GetPieceLabel")); mixin(bindCode("vtkPieChartActor_SetLegendVisibility", "D_vtkPieChartActor_SetLegendVisibility")); mixin(bindCode("vtkPieChartActor_GetLegendVisibility", "D_vtkPieChartActor_GetLegendVisibility")); mixin(bindCode("vtkPieChartActor_LegendVisibilityOn", "D_vtkPieChartActor_LegendVisibilityOn")); mixin(bindCode("vtkPieChartActor_LegendVisibilityOff", "D_vtkPieChartActor_LegendVisibilityOff")); mixin(bindCode("vtkPieChartActor_GetLegendActor", "D_vtkPieChartActor_GetLegendActor")); mixin(bindCode("vtkPieChartActor_Upcast", "D_vtkPieChartActor_Upcast")); mixin(bindCode("vtkTypeFloat64Array_New", "D_vtkTypeFloat64Array_New")); mixin(bindCode("vtkTypeFloat64Array_IsTypeOf", "D_vtkTypeFloat64Array_IsTypeOf")); mixin(bindCode("vtkTypeFloat64Array_SafeDownCast", "D_vtkTypeFloat64Array_SafeDownCast")); mixin(bindCode("vtkTypeFloat64Array_NewInstance", "D_vtkTypeFloat64Array_NewInstance")); mixin(bindCode("vtkTypeFloat64Array_Upcast", "D_vtkTypeFloat64Array_Upcast")); mixin(bindCode("vtkFixedWidthTextReader_New", "D_vtkFixedWidthTextReader_New")); mixin(bindCode("vtkFixedWidthTextReader_IsTypeOf", "D_vtkFixedWidthTextReader_IsTypeOf")); mixin(bindCode("vtkFixedWidthTextReader_SafeDownCast", "D_vtkFixedWidthTextReader_SafeDownCast")); mixin(bindCode("vtkFixedWidthTextReader_NewInstance", "D_vtkFixedWidthTextReader_NewInstance")); mixin(bindCode("vtkFixedWidthTextReader_GetFileName", "D_vtkFixedWidthTextReader_GetFileName")); mixin(bindCode("vtkFixedWidthTextReader_SetFileName", "D_vtkFixedWidthTextReader_SetFileName")); mixin(bindCode("vtkFixedWidthTextReader_SetFieldWidth", "D_vtkFixedWidthTextReader_SetFieldWidth")); mixin(bindCode("vtkFixedWidthTextReader_GetFieldWidth", "D_vtkFixedWidthTextReader_GetFieldWidth")); mixin(bindCode("vtkFixedWidthTextReader_SetStripWhiteSpace", "D_vtkFixedWidthTextReader_SetStripWhiteSpace")); mixin(bindCode("vtkFixedWidthTextReader_GetStripWhiteSpace", "D_vtkFixedWidthTextReader_GetStripWhiteSpace")); mixin(bindCode("vtkFixedWidthTextReader_StripWhiteSpaceOn", "D_vtkFixedWidthTextReader_StripWhiteSpaceOn")); mixin(bindCode("vtkFixedWidthTextReader_StripWhiteSpaceOff", "D_vtkFixedWidthTextReader_StripWhiteSpaceOff")); mixin(bindCode("vtkFixedWidthTextReader_GetHaveHeaders", "D_vtkFixedWidthTextReader_GetHaveHeaders")); mixin(bindCode("vtkFixedWidthTextReader_SetHaveHeaders", "D_vtkFixedWidthTextReader_SetHaveHeaders")); mixin(bindCode("vtkFixedWidthTextReader_HaveHeadersOn", "D_vtkFixedWidthTextReader_HaveHeadersOn")); mixin(bindCode("vtkFixedWidthTextReader_HaveHeadersOff", "D_vtkFixedWidthTextReader_HaveHeadersOff")); mixin(bindCode("vtkFixedWidthTextReader_Upcast", "D_vtkFixedWidthTextReader_Upcast")); mixin(bindCode("vtkImageHSIToRGB_New", "D_vtkImageHSIToRGB_New")); mixin(bindCode("vtkImageHSIToRGB_IsTypeOf", "D_vtkImageHSIToRGB_IsTypeOf")); mixin(bindCode("vtkImageHSIToRGB_SafeDownCast", "D_vtkImageHSIToRGB_SafeDownCast")); mixin(bindCode("vtkImageHSIToRGB_NewInstance", "D_vtkImageHSIToRGB_NewInstance")); mixin(bindCode("vtkImageHSIToRGB_SetMaximum", "D_vtkImageHSIToRGB_SetMaximum")); mixin(bindCode("vtkImageHSIToRGB_GetMaximum", "D_vtkImageHSIToRGB_GetMaximum")); mixin(bindCode("vtkImageHSIToRGB_Upcast", "D_vtkImageHSIToRGB_Upcast")); mixin(bindCode("new_vtkMultiProcessStream__SWIG_0", "D_new_vtkMultiProcessStream__SWIG_0")); mixin(bindCode("new_vtkMultiProcessStream__SWIG_1", "D_new_vtkMultiProcessStream__SWIG_1")); mixin(bindCode("delete_vtkMultiProcessStream", "D_delete_vtkMultiProcessStream")); mixin(bindCode("vtkMultiProcessStream_Equal", "D_vtkMultiProcessStream_Equal")); mixin(bindCode("vtkMultiProcessStream_swigOpShl__SWIG_0", "D_vtkMultiProcessStream_swigOpShl__SWIG_0")); mixin(bindCode("vtkMultiProcessStream_swigOpShl__SWIG_1", "D_vtkMultiProcessStream_swigOpShl__SWIG_1")); mixin(bindCode("vtkMultiProcessStream_swigOpShl__SWIG_2", "D_vtkMultiProcessStream_swigOpShl__SWIG_2")); mixin(bindCode("vtkMultiProcessStream_swigOpShl__SWIG_3", "D_vtkMultiProcessStream_swigOpShl__SWIG_3")); mixin(bindCode("vtkMultiProcessStream_swigOpShl__SWIG_4", "D_vtkMultiProcessStream_swigOpShl__SWIG_4")); mixin(bindCode("vtkMultiProcessStream_swigOpShl__SWIG_5", "D_vtkMultiProcessStream_swigOpShl__SWIG_5")); mixin(bindCode("vtkMultiProcessStream_swigOpShl__SWIG_6", "D_vtkMultiProcessStream_swigOpShl__SWIG_6")); mixin(bindCode("vtkMultiProcessStream_swigOpShl__SWIG_7", "D_vtkMultiProcessStream_swigOpShl__SWIG_7")); mixin(bindCode("vtkMultiProcessStream_swigOpShl__SWIG_8", "D_vtkMultiProcessStream_swigOpShl__SWIG_8")); mixin(bindCode("vtkMultiProcessStream_swigOpShl__SWIG_9", "D_vtkMultiProcessStream_swigOpShl__SWIG_9")); mixin(bindCode("vtkMultiProcessStream_swigOpShr__SWIG_0", "D_vtkMultiProcessStream_swigOpShr__SWIG_0")); mixin(bindCode("vtkMultiProcessStream_swigOpShr__SWIG_1", "D_vtkMultiProcessStream_swigOpShr__SWIG_1")); mixin(bindCode("vtkMultiProcessStream_swigOpShr__SWIG_2", "D_vtkMultiProcessStream_swigOpShr__SWIG_2")); mixin(bindCode("vtkMultiProcessStream_swigOpShr__SWIG_3", "D_vtkMultiProcessStream_swigOpShr__SWIG_3")); mixin(bindCode("vtkMultiProcessStream_swigOpShr__SWIG_4", "D_vtkMultiProcessStream_swigOpShr__SWIG_4")); mixin(bindCode("vtkMultiProcessStream_swigOpShr__SWIG_5", "D_vtkMultiProcessStream_swigOpShr__SWIG_5")); mixin(bindCode("vtkMultiProcessStream_swigOpShr__SWIG_6", "D_vtkMultiProcessStream_swigOpShr__SWIG_6")); mixin(bindCode("vtkMultiProcessStream_swigOpShr__SWIG_7", "D_vtkMultiProcessStream_swigOpShr__SWIG_7")); mixin(bindCode("vtkMultiProcessStream_swigOpShr__SWIG_8", "D_vtkMultiProcessStream_swigOpShr__SWIG_8")); mixin(bindCode("vtkMultiProcessStream_swigOpShr__SWIG_9", "D_vtkMultiProcessStream_swigOpShr__SWIG_9")); mixin(bindCode("vtkMultiProcessStream_Push__SWIG_0", "D_vtkMultiProcessStream_Push__SWIG_0")); mixin(bindCode("vtkMultiProcessStream_Push__SWIG_1", "D_vtkMultiProcessStream_Push__SWIG_1")); mixin(bindCode("vtkMultiProcessStream_Push__SWIG_2", "D_vtkMultiProcessStream_Push__SWIG_2")); mixin(bindCode("vtkMultiProcessStream_Push__SWIG_3", "D_vtkMultiProcessStream_Push__SWIG_3")); mixin(bindCode("vtkMultiProcessStream_Push__SWIG_4", "D_vtkMultiProcessStream_Push__SWIG_4")); mixin(bindCode("vtkMultiProcessStream_Push__SWIG_5", "D_vtkMultiProcessStream_Push__SWIG_5")); mixin(bindCode("vtkMultiProcessStream_Push__SWIG_6", "D_vtkMultiProcessStream_Push__SWIG_6")); mixin(bindCode("vtkMultiProcessStream_Push__SWIG_7", "D_vtkMultiProcessStream_Push__SWIG_7")); mixin(bindCode("vtkMultiProcessStream_Pop__SWIG_0", "D_vtkMultiProcessStream_Pop__SWIG_0")); mixin(bindCode("vtkMultiProcessStream_Pop__SWIG_1", "D_vtkMultiProcessStream_Pop__SWIG_1")); mixin(bindCode("vtkMultiProcessStream_Pop__SWIG_2", "D_vtkMultiProcessStream_Pop__SWIG_2")); mixin(bindCode("vtkMultiProcessStream_Pop__SWIG_3", "D_vtkMultiProcessStream_Pop__SWIG_3")); mixin(bindCode("vtkMultiProcessStream_Pop__SWIG_4", "D_vtkMultiProcessStream_Pop__SWIG_4")); mixin(bindCode("vtkMultiProcessStream_Pop__SWIG_5", "D_vtkMultiProcessStream_Pop__SWIG_5")); mixin(bindCode("vtkMultiProcessStream_Pop__SWIG_6", "D_vtkMultiProcessStream_Pop__SWIG_6")); mixin(bindCode("vtkMultiProcessStream_Pop__SWIG_7", "D_vtkMultiProcessStream_Pop__SWIG_7")); mixin(bindCode("vtkMultiProcessStream_Reset", "D_vtkMultiProcessStream_Reset")); mixin(bindCode("vtkMultiProcessStream_Size", "D_vtkMultiProcessStream_Size")); mixin(bindCode("vtkMultiProcessStream_Empty", "D_vtkMultiProcessStream_Empty")); mixin(bindCode("vtkMultiProcessStream_GetRawData__SWIG_0", "D_vtkMultiProcessStream_GetRawData__SWIG_0")); mixin(bindCode("vtkMultiProcessStream_GetRawData__SWIG_1", "D_vtkMultiProcessStream_GetRawData__SWIG_1")); mixin(bindCode("vtkMultiProcessStream_SetRawData__SWIG_0", "D_vtkMultiProcessStream_SetRawData__SWIG_0")); mixin(bindCode("vtkMultiProcessStream_SetRawData__SWIG_1", "D_vtkMultiProcessStream_SetRawData__SWIG_1")); mixin(bindCode("vtkAssignCoordinates_New", "D_vtkAssignCoordinates_New")); mixin(bindCode("vtkAssignCoordinates_IsTypeOf", "D_vtkAssignCoordinates_IsTypeOf")); mixin(bindCode("vtkAssignCoordinates_SafeDownCast", "D_vtkAssignCoordinates_SafeDownCast")); mixin(bindCode("vtkAssignCoordinates_NewInstance", "D_vtkAssignCoordinates_NewInstance")); mixin(bindCode("vtkAssignCoordinates_SetXCoordArrayName", "D_vtkAssignCoordinates_SetXCoordArrayName")); mixin(bindCode("vtkAssignCoordinates_GetXCoordArrayName", "D_vtkAssignCoordinates_GetXCoordArrayName")); mixin(bindCode("vtkAssignCoordinates_SetYCoordArrayName", "D_vtkAssignCoordinates_SetYCoordArrayName")); mixin(bindCode("vtkAssignCoordinates_GetYCoordArrayName", "D_vtkAssignCoordinates_GetYCoordArrayName")); mixin(bindCode("vtkAssignCoordinates_SetZCoordArrayName", "D_vtkAssignCoordinates_SetZCoordArrayName")); mixin(bindCode("vtkAssignCoordinates_GetZCoordArrayName", "D_vtkAssignCoordinates_GetZCoordArrayName")); mixin(bindCode("vtkAssignCoordinates_SetJitter", "D_vtkAssignCoordinates_SetJitter")); mixin(bindCode("vtkAssignCoordinates_Upcast", "D_vtkAssignCoordinates_Upcast")); mixin(bindCode("vtkOpenGLLightingPainter_New", "D_vtkOpenGLLightingPainter_New")); mixin(bindCode("vtkOpenGLLightingPainter_IsTypeOf", "D_vtkOpenGLLightingPainter_IsTypeOf")); mixin(bindCode("vtkOpenGLLightingPainter_SafeDownCast", "D_vtkOpenGLLightingPainter_SafeDownCast")); mixin(bindCode("vtkOpenGLLightingPainter_NewInstance", "D_vtkOpenGLLightingPainter_NewInstance")); mixin(bindCode("vtkOpenGLLightingPainter_Upcast", "D_vtkOpenGLLightingPainter_Upcast")); mixin(bindCode("vtkReverseSense_IsTypeOf", "D_vtkReverseSense_IsTypeOf")); mixin(bindCode("vtkReverseSense_SafeDownCast", "D_vtkReverseSense_SafeDownCast")); mixin(bindCode("vtkReverseSense_NewInstance", "D_vtkReverseSense_NewInstance")); mixin(bindCode("vtkReverseSense_New", "D_vtkReverseSense_New")); mixin(bindCode("vtkReverseSense_SetReverseCells", "D_vtkReverseSense_SetReverseCells")); mixin(bindCode("vtkReverseSense_GetReverseCells", "D_vtkReverseSense_GetReverseCells")); mixin(bindCode("vtkReverseSense_ReverseCellsOn", "D_vtkReverseSense_ReverseCellsOn")); mixin(bindCode("vtkReverseSense_ReverseCellsOff", "D_vtkReverseSense_ReverseCellsOff")); mixin(bindCode("vtkReverseSense_SetReverseNormals", "D_vtkReverseSense_SetReverseNormals")); mixin(bindCode("vtkReverseSense_GetReverseNormals", "D_vtkReverseSense_GetReverseNormals")); mixin(bindCode("vtkReverseSense_ReverseNormalsOn", "D_vtkReverseSense_ReverseNormalsOn")); mixin(bindCode("vtkReverseSense_ReverseNormalsOff", "D_vtkReverseSense_ReverseNormalsOff")); mixin(bindCode("vtkReverseSense_Upcast", "D_vtkReverseSense_Upcast")); mixin(bindCode("vtkStructuredGridPartitioner_New", "D_vtkStructuredGridPartitioner_New")); mixin(bindCode("vtkStructuredGridPartitioner_IsTypeOf", "D_vtkStructuredGridPartitioner_IsTypeOf")); mixin(bindCode("vtkStructuredGridPartitioner_SafeDownCast", "D_vtkStructuredGridPartitioner_SafeDownCast")); mixin(bindCode("vtkStructuredGridPartitioner_NewInstance", "D_vtkStructuredGridPartitioner_NewInstance")); mixin(bindCode("vtkStructuredGridPartitioner_GetNumberOfPartitions", "D_vtkStructuredGridPartitioner_GetNumberOfPartitions")); mixin(bindCode("vtkStructuredGridPartitioner_SetNumberOfPartitions", "D_vtkStructuredGridPartitioner_SetNumberOfPartitions")); mixin(bindCode("vtkStructuredGridPartitioner_GetNumberOfGhostLayers", "D_vtkStructuredGridPartitioner_GetNumberOfGhostLayers")); mixin(bindCode("vtkStructuredGridPartitioner_SetNumberOfGhostLayers", "D_vtkStructuredGridPartitioner_SetNumberOfGhostLayers")); mixin(bindCode("vtkStructuredGridPartitioner_Upcast", "D_vtkStructuredGridPartitioner_Upcast")); mixin(bindCode("vtkImageExtractComponents_New", "D_vtkImageExtractComponents_New")); mixin(bindCode("vtkImageExtractComponents_IsTypeOf", "D_vtkImageExtractComponents_IsTypeOf")); mixin(bindCode("vtkImageExtractComponents_SafeDownCast", "D_vtkImageExtractComponents_SafeDownCast")); mixin(bindCode("vtkImageExtractComponents_NewInstance", "D_vtkImageExtractComponents_NewInstance")); mixin(bindCode("vtkImageExtractComponents_SetComponents__SWIG_0", "D_vtkImageExtractComponents_SetComponents__SWIG_0")); mixin(bindCode("vtkImageExtractComponents_SetComponents__SWIG_1", "D_vtkImageExtractComponents_SetComponents__SWIG_1")); mixin(bindCode("vtkImageExtractComponents_SetComponents__SWIG_2", "D_vtkImageExtractComponents_SetComponents__SWIG_2")); mixin(bindCode("vtkImageExtractComponents_GetComponents__SWIG_0", "D_vtkImageExtractComponents_GetComponents__SWIG_0")); mixin(bindCode("vtkImageExtractComponents_GetComponents__SWIG_1", "D_vtkImageExtractComponents_GetComponents__SWIG_1")); mixin(bindCode("vtkImageExtractComponents_GetComponents__SWIG_2", "D_vtkImageExtractComponents_GetComponents__SWIG_2")); mixin(bindCode("vtkImageExtractComponents_GetNumberOfComponents", "D_vtkImageExtractComponents_GetNumberOfComponents")); mixin(bindCode("vtkImageExtractComponents_Upcast", "D_vtkImageExtractComponents_Upcast")); mixin(bindCode("vtkImageStencilToImage_New", "D_vtkImageStencilToImage_New")); mixin(bindCode("vtkImageStencilToImage_IsTypeOf", "D_vtkImageStencilToImage_IsTypeOf")); mixin(bindCode("vtkImageStencilToImage_SafeDownCast", "D_vtkImageStencilToImage_SafeDownCast")); mixin(bindCode("vtkImageStencilToImage_NewInstance", "D_vtkImageStencilToImage_NewInstance")); mixin(bindCode("vtkImageStencilToImage_SetOutsideValue", "D_vtkImageStencilToImage_SetOutsideValue")); mixin(bindCode("vtkImageStencilToImage_GetOutsideValue", "D_vtkImageStencilToImage_GetOutsideValue")); mixin(bindCode("vtkImageStencilToImage_SetInsideValue", "D_vtkImageStencilToImage_SetInsideValue")); mixin(bindCode("vtkImageStencilToImage_GetInsideValue", "D_vtkImageStencilToImage_GetInsideValue")); mixin(bindCode("vtkImageStencilToImage_SetOutputScalarType", "D_vtkImageStencilToImage_SetOutputScalarType")); mixin(bindCode("vtkImageStencilToImage_GetOutputScalarType", "D_vtkImageStencilToImage_GetOutputScalarType")); mixin(bindCode("vtkImageStencilToImage_SetOutputScalarTypeToFloat", "D_vtkImageStencilToImage_SetOutputScalarTypeToFloat")); mixin(bindCode("vtkImageStencilToImage_SetOutputScalarTypeToDouble", "D_vtkImageStencilToImage_SetOutputScalarTypeToDouble")); mixin(bindCode("vtkImageStencilToImage_SetOutputScalarTypeToInt", "D_vtkImageStencilToImage_SetOutputScalarTypeToInt")); mixin(bindCode("vtkImageStencilToImage_SetOutputScalarTypeToUnsignedInt", "D_vtkImageStencilToImage_SetOutputScalarTypeToUnsignedInt")); mixin(bindCode("vtkImageStencilToImage_SetOutputScalarTypeToLong", "D_vtkImageStencilToImage_SetOutputScalarTypeToLong")); mixin(bindCode("vtkImageStencilToImage_SetOutputScalarTypeToUnsignedLong", "D_vtkImageStencilToImage_SetOutputScalarTypeToUnsignedLong")); mixin(bindCode("vtkImageStencilToImage_SetOutputScalarTypeToShort", "D_vtkImageStencilToImage_SetOutputScalarTypeToShort")); mixin(bindCode("vtkImageStencilToImage_SetOutputScalarTypeToUnsignedShort", "D_vtkImageStencilToImage_SetOutputScalarTypeToUnsignedShort")); mixin(bindCode("vtkImageStencilToImage_SetOutputScalarTypeToUnsignedChar", "D_vtkImageStencilToImage_SetOutputScalarTypeToUnsignedChar")); mixin(bindCode("vtkImageStencilToImage_SetOutputScalarTypeToChar", "D_vtkImageStencilToImage_SetOutputScalarTypeToChar")); mixin(bindCode("vtkImageStencilToImage_Upcast", "D_vtkImageStencilToImage_Upcast")); mixin(bindCode("vtkChacoGraphReader_New", "D_vtkChacoGraphReader_New")); mixin(bindCode("vtkChacoGraphReader_IsTypeOf", "D_vtkChacoGraphReader_IsTypeOf")); mixin(bindCode("vtkChacoGraphReader_SafeDownCast", "D_vtkChacoGraphReader_SafeDownCast")); mixin(bindCode("vtkChacoGraphReader_NewInstance", "D_vtkChacoGraphReader_NewInstance")); mixin(bindCode("vtkChacoGraphReader_GetFileName", "D_vtkChacoGraphReader_GetFileName")); mixin(bindCode("vtkChacoGraphReader_SetFileName", "D_vtkChacoGraphReader_SetFileName")); mixin(bindCode("vtkChacoGraphReader_Upcast", "D_vtkChacoGraphReader_Upcast")); mixin(bindCode("vtkSortFileNames_IsTypeOf", "D_vtkSortFileNames_IsTypeOf")); mixin(bindCode("vtkSortFileNames_SafeDownCast", "D_vtkSortFileNames_SafeDownCast")); mixin(bindCode("vtkSortFileNames_NewInstance", "D_vtkSortFileNames_NewInstance")); mixin(bindCode("vtkSortFileNames_New", "D_vtkSortFileNames_New")); mixin(bindCode("vtkSortFileNames_SetGrouping", "D_vtkSortFileNames_SetGrouping")); mixin(bindCode("vtkSortFileNames_GetGrouping", "D_vtkSortFileNames_GetGrouping")); mixin(bindCode("vtkSortFileNames_GroupingOn", "D_vtkSortFileNames_GroupingOn")); mixin(bindCode("vtkSortFileNames_GroupingOff", "D_vtkSortFileNames_GroupingOff")); mixin(bindCode("vtkSortFileNames_SetNumericSort", "D_vtkSortFileNames_SetNumericSort")); mixin(bindCode("vtkSortFileNames_GetNumericSort", "D_vtkSortFileNames_GetNumericSort")); mixin(bindCode("vtkSortFileNames_NumericSortOn", "D_vtkSortFileNames_NumericSortOn")); mixin(bindCode("vtkSortFileNames_NumericSortOff", "D_vtkSortFileNames_NumericSortOff")); mixin(bindCode("vtkSortFileNames_SetIgnoreCase", "D_vtkSortFileNames_SetIgnoreCase")); mixin(bindCode("vtkSortFileNames_GetIgnoreCase", "D_vtkSortFileNames_GetIgnoreCase")); mixin(bindCode("vtkSortFileNames_IgnoreCaseOn", "D_vtkSortFileNames_IgnoreCaseOn")); mixin(bindCode("vtkSortFileNames_IgnoreCaseOff", "D_vtkSortFileNames_IgnoreCaseOff")); mixin(bindCode("vtkSortFileNames_SetSkipDirectories", "D_vtkSortFileNames_SetSkipDirectories")); mixin(bindCode("vtkSortFileNames_GetSkipDirectories", "D_vtkSortFileNames_GetSkipDirectories")); mixin(bindCode("vtkSortFileNames_SkipDirectoriesOn", "D_vtkSortFileNames_SkipDirectoriesOn")); mixin(bindCode("vtkSortFileNames_SkipDirectoriesOff", "D_vtkSortFileNames_SkipDirectoriesOff")); mixin(bindCode("vtkSortFileNames_SetInputFileNames", "D_vtkSortFileNames_SetInputFileNames")); mixin(bindCode("vtkSortFileNames_GetInputFileNames", "D_vtkSortFileNames_GetInputFileNames")); mixin(bindCode("vtkSortFileNames_GetFileNames", "D_vtkSortFileNames_GetFileNames")); mixin(bindCode("vtkSortFileNames_GetNumberOfGroups", "D_vtkSortFileNames_GetNumberOfGroups")); mixin(bindCode("vtkSortFileNames_GetNthGroup", "D_vtkSortFileNames_GetNthGroup")); mixin(bindCode("vtkSortFileNames_Update", "D_vtkSortFileNames_Update")); mixin(bindCode("vtkSortFileNames_Upcast", "D_vtkSortFileNames_Upcast")); mixin(bindCode("vtkPropPicker_New", "D_vtkPropPicker_New")); mixin(bindCode("vtkPropPicker_IsTypeOf", "D_vtkPropPicker_IsTypeOf")); mixin(bindCode("vtkPropPicker_SafeDownCast", "D_vtkPropPicker_SafeDownCast")); mixin(bindCode("vtkPropPicker_NewInstance", "D_vtkPropPicker_NewInstance")); mixin(bindCode("vtkPropPicker_PickProp__SWIG_0", "D_vtkPropPicker_PickProp__SWIG_0")); mixin(bindCode("vtkPropPicker_PickProp__SWIG_1", "D_vtkPropPicker_PickProp__SWIG_1")); mixin(bindCode("vtkPropPicker_Pick__SWIG_0", "D_vtkPropPicker_Pick__SWIG_0")); mixin(bindCode("vtkPropPicker_Pick__SWIG_1", "D_vtkPropPicker_Pick__SWIG_1")); mixin(bindCode("vtkPropPicker_Upcast", "D_vtkPropPicker_Upcast")); mixin(bindCode("vtkCompositeDataReader_New", "D_vtkCompositeDataReader_New")); mixin(bindCode("vtkCompositeDataReader_IsTypeOf", "D_vtkCompositeDataReader_IsTypeOf")); mixin(bindCode("vtkCompositeDataReader_SafeDownCast", "D_vtkCompositeDataReader_SafeDownCast")); mixin(bindCode("vtkCompositeDataReader_NewInstance", "D_vtkCompositeDataReader_NewInstance")); mixin(bindCode("vtkCompositeDataReader_GetOutput__SWIG_0", "D_vtkCompositeDataReader_GetOutput__SWIG_0")); mixin(bindCode("vtkCompositeDataReader_GetOutput__SWIG_1", "D_vtkCompositeDataReader_GetOutput__SWIG_1")); mixin(bindCode("vtkCompositeDataReader_SetOutput", "D_vtkCompositeDataReader_SetOutput")); mixin(bindCode("new_vtkCompositeDataReader", "D_new_vtkCompositeDataReader")); mixin(bindCode("delete_vtkCompositeDataReader", "D_delete_vtkCompositeDataReader")); mixin(bindCode("vtkCompositeDataReader_Upcast", "D_vtkCompositeDataReader_Upcast")); mixin(bindCode("vtkKMeansDistanceFunctorCalculator_New", "D_vtkKMeansDistanceFunctorCalculator_New")); mixin(bindCode("vtkKMeansDistanceFunctorCalculator_IsTypeOf", "D_vtkKMeansDistanceFunctorCalculator_IsTypeOf")); mixin(bindCode("vtkKMeansDistanceFunctorCalculator_SafeDownCast", "D_vtkKMeansDistanceFunctorCalculator_SafeDownCast")); mixin(bindCode("vtkKMeansDistanceFunctorCalculator_NewInstance", "D_vtkKMeansDistanceFunctorCalculator_NewInstance")); mixin(bindCode("vtkKMeansDistanceFunctorCalculator_SetDistanceExpression", "D_vtkKMeansDistanceFunctorCalculator_SetDistanceExpression")); mixin(bindCode("vtkKMeansDistanceFunctorCalculator_GetDistanceExpression", "D_vtkKMeansDistanceFunctorCalculator_GetDistanceExpression")); mixin(bindCode("vtkKMeansDistanceFunctorCalculator_SetFunctionParser", "D_vtkKMeansDistanceFunctorCalculator_SetFunctionParser")); mixin(bindCode("vtkKMeansDistanceFunctorCalculator_GetFunctionParser", "D_vtkKMeansDistanceFunctorCalculator_GetFunctionParser")); mixin(bindCode("vtkKMeansDistanceFunctorCalculator_Upcast", "D_vtkKMeansDistanceFunctorCalculator_Upcast")); mixin(bindCode("vtkLabelRenderStrategy_IsTypeOf", "D_vtkLabelRenderStrategy_IsTypeOf")); mixin(bindCode("vtkLabelRenderStrategy_SafeDownCast", "D_vtkLabelRenderStrategy_SafeDownCast")); mixin(bindCode("vtkLabelRenderStrategy_NewInstance", "D_vtkLabelRenderStrategy_NewInstance")); mixin(bindCode("vtkLabelRenderStrategy_SupportsRotation", "D_vtkLabelRenderStrategy_SupportsRotation")); mixin(bindCode("vtkLabelRenderStrategy_SupportsBoundedSize", "D_vtkLabelRenderStrategy_SupportsBoundedSize")); mixin(bindCode("vtkLabelRenderStrategy_SetRenderer", "D_vtkLabelRenderStrategy_SetRenderer")); mixin(bindCode("vtkLabelRenderStrategy_GetRenderer", "D_vtkLabelRenderStrategy_GetRenderer")); mixin(bindCode("vtkLabelRenderStrategy_SetDefaultTextProperty", "D_vtkLabelRenderStrategy_SetDefaultTextProperty")); mixin(bindCode("vtkLabelRenderStrategy_GetDefaultTextProperty", "D_vtkLabelRenderStrategy_GetDefaultTextProperty")); mixin(bindCode("vtkLabelRenderStrategy_ComputeLabelBounds__SWIG_0", "D_vtkLabelRenderStrategy_ComputeLabelBounds__SWIG_0")); mixin(bindCode("vtkLabelRenderStrategy_ComputeLabelBounds__SWIG_1", "D_vtkLabelRenderStrategy_ComputeLabelBounds__SWIG_1")); mixin(bindCode("vtkLabelRenderStrategy_RenderLabel__SWIG_0", "D_vtkLabelRenderStrategy_RenderLabel__SWIG_0")); mixin(bindCode("vtkLabelRenderStrategy_RenderLabel__SWIG_1", "D_vtkLabelRenderStrategy_RenderLabel__SWIG_1")); mixin(bindCode("vtkLabelRenderStrategy_RenderLabel__SWIG_2", "D_vtkLabelRenderStrategy_RenderLabel__SWIG_2")); mixin(bindCode("vtkLabelRenderStrategy_RenderLabel__SWIG_3", "D_vtkLabelRenderStrategy_RenderLabel__SWIG_3")); mixin(bindCode("vtkLabelRenderStrategy_StartFrame", "D_vtkLabelRenderStrategy_StartFrame")); mixin(bindCode("vtkLabelRenderStrategy_EndFrame", "D_vtkLabelRenderStrategy_EndFrame")); mixin(bindCode("vtkLabelRenderStrategy_ReleaseGraphicsResources", "D_vtkLabelRenderStrategy_ReleaseGraphicsResources")); mixin(bindCode("vtkLabelRenderStrategy_Upcast", "D_vtkLabelRenderStrategy_Upcast")); mixin(bindCode("vtkFreeTypeLabelRenderStrategy_IsTypeOf", "D_vtkFreeTypeLabelRenderStrategy_IsTypeOf")); mixin(bindCode("vtkFreeTypeLabelRenderStrategy_SafeDownCast", "D_vtkFreeTypeLabelRenderStrategy_SafeDownCast")); mixin(bindCode("vtkFreeTypeLabelRenderStrategy_NewInstance", "D_vtkFreeTypeLabelRenderStrategy_NewInstance")); mixin(bindCode("vtkFreeTypeLabelRenderStrategy_New", "D_vtkFreeTypeLabelRenderStrategy_New")); mixin(bindCode("vtkFreeTypeLabelRenderStrategy_ComputeLabelBounds__SWIG_0", "D_vtkFreeTypeLabelRenderStrategy_ComputeLabelBounds__SWIG_0")); mixin(bindCode("vtkFreeTypeLabelRenderStrategy_ComputeLabelBounds__SWIG_1", "D_vtkFreeTypeLabelRenderStrategy_ComputeLabelBounds__SWIG_1")); mixin(bindCode("vtkFreeTypeLabelRenderStrategy_RenderLabel__SWIG_0", "D_vtkFreeTypeLabelRenderStrategy_RenderLabel__SWIG_0")); mixin(bindCode("vtkFreeTypeLabelRenderStrategy_RenderLabel__SWIG_1", "D_vtkFreeTypeLabelRenderStrategy_RenderLabel__SWIG_1")); mixin(bindCode("vtkFreeTypeLabelRenderStrategy_RenderLabel__SWIG_2", "D_vtkFreeTypeLabelRenderStrategy_RenderLabel__SWIG_2")); mixin(bindCode("vtkFreeTypeLabelRenderStrategy_RenderLabel__SWIG_3", "D_vtkFreeTypeLabelRenderStrategy_RenderLabel__SWIG_3")); mixin(bindCode("vtkFreeTypeLabelRenderStrategy_Upcast", "D_vtkFreeTypeLabelRenderStrategy_Upcast")); mixin(bindCode("vtkFixedPointVolumeRayCastCompositeShadeHelper_New", "D_vtkFixedPointVolumeRayCastCompositeShadeHelper_New")); mixin(bindCode("vtkFixedPointVolumeRayCastCompositeShadeHelper_IsTypeOf", "D_vtkFixedPointVolumeRayCastCompositeShadeHelper_IsTypeOf")); mixin(bindCode("vtkFixedPointVolumeRayCastCompositeShadeHelper_SafeDownCast", "D_vtkFixedPointVolumeRayCastCompositeShadeHelper_SafeDownCast")); mixin(bindCode("vtkFixedPointVolumeRayCastCompositeShadeHelper_NewInstance", "D_vtkFixedPointVolumeRayCastCompositeShadeHelper_NewInstance")); mixin(bindCode("vtkFixedPointVolumeRayCastCompositeShadeHelper_Upcast", "D_vtkFixedPointVolumeRayCastCompositeShadeHelper_Upcast")); mixin(bindCode("vtkTextMapper_IsTypeOf", "D_vtkTextMapper_IsTypeOf")); mixin(bindCode("vtkTextMapper_SafeDownCast", "D_vtkTextMapper_SafeDownCast")); mixin(bindCode("vtkTextMapper_NewInstance", "D_vtkTextMapper_NewInstance")); mixin(bindCode("vtkTextMapper_New", "D_vtkTextMapper_New")); mixin(bindCode("vtkTextMapper_GetSize", "D_vtkTextMapper_GetSize")); mixin(bindCode("vtkTextMapper_GetWidth", "D_vtkTextMapper_GetWidth")); mixin(bindCode("vtkTextMapper_GetHeight", "D_vtkTextMapper_GetHeight")); mixin(bindCode("vtkTextMapper_SetInput", "D_vtkTextMapper_SetInput")); mixin(bindCode("vtkTextMapper_GetInput", "D_vtkTextMapper_GetInput")); mixin(bindCode("vtkTextMapper_SetTextProperty", "D_vtkTextMapper_SetTextProperty")); mixin(bindCode("vtkTextMapper_GetTextProperty", "D_vtkTextMapper_GetTextProperty")); mixin(bindCode("vtkTextMapper_ShallowCopy", "D_vtkTextMapper_ShallowCopy")); mixin(bindCode("vtkTextMapper_GetNumberOfLines__SWIG_0", "D_vtkTextMapper_GetNumberOfLines__SWIG_0")); mixin(bindCode("vtkTextMapper_GetNumberOfLines__SWIG_1", "D_vtkTextMapper_GetNumberOfLines__SWIG_1")); mixin(bindCode("vtkTextMapper_SetConstrainedFontSize__SWIG_0", "D_vtkTextMapper_SetConstrainedFontSize__SWIG_0")); mixin(bindCode("vtkTextMapper_SetMultipleConstrainedFontSize", "D_vtkTextMapper_SetMultipleConstrainedFontSize")); mixin(bindCode("vtkTextMapper_SetRelativeFontSize__SWIG_0", "D_vtkTextMapper_SetRelativeFontSize__SWIG_0")); mixin(bindCode("vtkTextMapper_SetRelativeFontSize__SWIG_1", "D_vtkTextMapper_SetRelativeFontSize__SWIG_1")); mixin(bindCode("vtkTextMapper_SetMultipleRelativeFontSize", "D_vtkTextMapper_SetMultipleRelativeFontSize")); mixin(bindCode("vtkTextMapper_GetSystemFontSize", "D_vtkTextMapper_GetSystemFontSize")); mixin(bindCode("vtkTextMapper_Upcast", "D_vtkTextMapper_Upcast")); mixin(bindCode("vtkOpenGLFreeTypeTextMapper_IsTypeOf", "D_vtkOpenGLFreeTypeTextMapper_IsTypeOf")); mixin(bindCode("vtkOpenGLFreeTypeTextMapper_SafeDownCast", "D_vtkOpenGLFreeTypeTextMapper_SafeDownCast")); mixin(bindCode("vtkOpenGLFreeTypeTextMapper_NewInstance", "D_vtkOpenGLFreeTypeTextMapper_NewInstance")); mixin(bindCode("vtkOpenGLFreeTypeTextMapper_New", "D_vtkOpenGLFreeTypeTextMapper_New")); mixin(bindCode("vtkOpenGLFreeTypeTextMapper_Upcast", "D_vtkOpenGLFreeTypeTextMapper_Upcast")); mixin(bindCode("vtkImageActor_IsTypeOf", "D_vtkImageActor_IsTypeOf")); mixin(bindCode("vtkImageActor_SafeDownCast", "D_vtkImageActor_SafeDownCast")); mixin(bindCode("vtkImageActor_NewInstance", "D_vtkImageActor_NewInstance")); mixin(bindCode("vtkImageActor_New", "D_vtkImageActor_New")); mixin(bindCode("vtkImageActor_SetInputData", "D_vtkImageActor_SetInputData")); mixin(bindCode("vtkImageActor_GetInput", "D_vtkImageActor_GetInput")); mixin(bindCode("vtkImageActor_SetInterpolate", "D_vtkImageActor_SetInterpolate")); mixin(bindCode("vtkImageActor_GetInterpolate", "D_vtkImageActor_GetInterpolate")); mixin(bindCode("vtkImageActor_InterpolateOn", "D_vtkImageActor_InterpolateOn")); mixin(bindCode("vtkImageActor_InterpolateOff", "D_vtkImageActor_InterpolateOff")); mixin(bindCode("vtkImageActor_SetOpacity", "D_vtkImageActor_SetOpacity")); mixin(bindCode("vtkImageActor_GetOpacity", "D_vtkImageActor_GetOpacity")); mixin(bindCode("vtkImageActor_GetOpacityMinValue", "D_vtkImageActor_GetOpacityMinValue")); mixin(bindCode("vtkImageActor_GetOpacityMaxValue", "D_vtkImageActor_GetOpacityMaxValue")); mixin(bindCode("vtkImageActor_SetDisplayExtent__SWIG_0", "D_vtkImageActor_SetDisplayExtent__SWIG_0")); mixin(bindCode("vtkImageActor_SetDisplayExtent__SWIG_1", "D_vtkImageActor_SetDisplayExtent__SWIG_1")); mixin(bindCode("vtkImageActor_GetDisplayExtent__SWIG_0", "D_vtkImageActor_GetDisplayExtent__SWIG_0")); mixin(bindCode("vtkImageActor_GetDisplayExtent__SWIG_1", "D_vtkImageActor_GetDisplayExtent__SWIG_1")); mixin(bindCode("vtkImageActor_GetBounds__SWIG_0", "D_vtkImageActor_GetBounds__SWIG_0")); mixin(bindCode("vtkImageActor_GetBounds__SWIG_1", "D_vtkImageActor_GetBounds__SWIG_1")); mixin(bindCode("vtkImageActor_GetDisplayBounds__SWIG_0", "D_vtkImageActor_GetDisplayBounds__SWIG_0")); mixin(bindCode("vtkImageActor_GetDisplayBounds__SWIG_1", "D_vtkImageActor_GetDisplayBounds__SWIG_1")); mixin(bindCode("vtkImageActor_GetSliceNumber", "D_vtkImageActor_GetSliceNumber")); mixin(bindCode("vtkImageActor_GetSliceNumberMax", "D_vtkImageActor_GetSliceNumberMax")); mixin(bindCode("vtkImageActor_GetSliceNumberMin", "D_vtkImageActor_GetSliceNumberMin")); mixin(bindCode("vtkImageActor_SetZSlice", "D_vtkImageActor_SetZSlice")); mixin(bindCode("vtkImageActor_GetZSlice", "D_vtkImageActor_GetZSlice")); mixin(bindCode("vtkImageActor_GetWholeZMin", "D_vtkImageActor_GetWholeZMin")); mixin(bindCode("vtkImageActor_GetWholeZMax", "D_vtkImageActor_GetWholeZMax")); mixin(bindCode("vtkImageActor_Upcast", "D_vtkImageActor_Upcast")); mixin(bindCode("vtkSphereWidget_New", "D_vtkSphereWidget_New")); mixin(bindCode("vtkSphereWidget_IsTypeOf", "D_vtkSphereWidget_IsTypeOf")); mixin(bindCode("vtkSphereWidget_SafeDownCast", "D_vtkSphereWidget_SafeDownCast")); mixin(bindCode("vtkSphereWidget_NewInstance", "D_vtkSphereWidget_NewInstance")); mixin(bindCode("vtkSphereWidget_PlaceWidget__SWIG_0", "D_vtkSphereWidget_PlaceWidget__SWIG_0")); mixin(bindCode("vtkSphereWidget_PlaceWidget__SWIG_1", "D_vtkSphereWidget_PlaceWidget__SWIG_1")); mixin(bindCode("vtkSphereWidget_PlaceWidget__SWIG_2", "D_vtkSphereWidget_PlaceWidget__SWIG_2")); mixin(bindCode("vtkSphereWidget_SetRepresentation", "D_vtkSphereWidget_SetRepresentation")); mixin(bindCode("vtkSphereWidget_GetRepresentationMinValue", "D_vtkSphereWidget_GetRepresentationMinValue")); mixin(bindCode("vtkSphereWidget_GetRepresentationMaxValue", "D_vtkSphereWidget_GetRepresentationMaxValue")); mixin(bindCode("vtkSphereWidget_GetRepresentation", "D_vtkSphereWidget_GetRepresentation")); mixin(bindCode("vtkSphereWidget_SetRepresentationToOff", "D_vtkSphereWidget_SetRepresentationToOff")); mixin(bindCode("vtkSphereWidget_SetRepresentationToWireframe", "D_vtkSphereWidget_SetRepresentationToWireframe")); mixin(bindCode("vtkSphereWidget_SetRepresentationToSurface", "D_vtkSphereWidget_SetRepresentationToSurface")); mixin(bindCode("vtkSphereWidget_SetThetaResolution", "D_vtkSphereWidget_SetThetaResolution")); mixin(bindCode("vtkSphereWidget_GetThetaResolution", "D_vtkSphereWidget_GetThetaResolution")); mixin(bindCode("vtkSphereWidget_SetPhiResolution", "D_vtkSphereWidget_SetPhiResolution")); mixin(bindCode("vtkSphereWidget_GetPhiResolution", "D_vtkSphereWidget_GetPhiResolution")); mixin(bindCode("vtkSphereWidget_SetRadius", "D_vtkSphereWidget_SetRadius")); mixin(bindCode("vtkSphereWidget_GetRadius", "D_vtkSphereWidget_GetRadius")); mixin(bindCode("vtkSphereWidget_SetCenter__SWIG_0", "D_vtkSphereWidget_SetCenter__SWIG_0")); mixin(bindCode("vtkSphereWidget_SetCenter__SWIG_1", "D_vtkSphereWidget_SetCenter__SWIG_1")); mixin(bindCode("vtkSphereWidget_GetCenter__SWIG_0", "D_vtkSphereWidget_GetCenter__SWIG_0")); mixin(bindCode("vtkSphereWidget_GetCenter__SWIG_1", "D_vtkSphereWidget_GetCenter__SWIG_1")); mixin(bindCode("vtkSphereWidget_SetTranslation", "D_vtkSphereWidget_SetTranslation")); mixin(bindCode("vtkSphereWidget_GetTranslation", "D_vtkSphereWidget_GetTranslation")); mixin(bindCode("vtkSphereWidget_TranslationOn", "D_vtkSphereWidget_TranslationOn")); mixin(bindCode("vtkSphereWidget_TranslationOff", "D_vtkSphereWidget_TranslationOff")); mixin(bindCode("vtkSphereWidget_SetScale", "D_vtkSphereWidget_SetScale")); mixin(bindCode("vtkSphereWidget_GetScale", "D_vtkSphereWidget_GetScale")); mixin(bindCode("vtkSphereWidget_ScaleOn", "D_vtkSphereWidget_ScaleOn")); mixin(bindCode("vtkSphereWidget_ScaleOff", "D_vtkSphereWidget_ScaleOff")); mixin(bindCode("vtkSphereWidget_SetHandleVisibility", "D_vtkSphereWidget_SetHandleVisibility")); mixin(bindCode("vtkSphereWidget_GetHandleVisibility", "D_vtkSphereWidget_GetHandleVisibility")); mixin(bindCode("vtkSphereWidget_HandleVisibilityOn", "D_vtkSphereWidget_HandleVisibilityOn")); mixin(bindCode("vtkSphereWidget_HandleVisibilityOff", "D_vtkSphereWidget_HandleVisibilityOff")); mixin(bindCode("vtkSphereWidget_SetHandleDirection__SWIG_0", "D_vtkSphereWidget_SetHandleDirection__SWIG_0")); mixin(bindCode("vtkSphereWidget_SetHandleDirection__SWIG_1", "D_vtkSphereWidget_SetHandleDirection__SWIG_1")); mixin(bindCode("vtkSphereWidget_GetHandleDirection__SWIG_0", "D_vtkSphereWidget_GetHandleDirection__SWIG_0")); mixin(bindCode("vtkSphereWidget_GetHandleDirection__SWIG_1", "D_vtkSphereWidget_GetHandleDirection__SWIG_1")); mixin(bindCode("vtkSphereWidget_GetHandleDirection__SWIG_2", "D_vtkSphereWidget_GetHandleDirection__SWIG_2")); mixin(bindCode("vtkSphereWidget_GetHandlePosition__SWIG_0", "D_vtkSphereWidget_GetHandlePosition__SWIG_0")); mixin(bindCode("vtkSphereWidget_GetHandlePosition__SWIG_1", "D_vtkSphereWidget_GetHandlePosition__SWIG_1")); mixin(bindCode("vtkSphereWidget_GetHandlePosition__SWIG_2", "D_vtkSphereWidget_GetHandlePosition__SWIG_2")); mixin(bindCode("vtkSphereWidget_GetPolyData", "D_vtkSphereWidget_GetPolyData")); mixin(bindCode("vtkSphereWidget_GetSphere", "D_vtkSphereWidget_GetSphere")); mixin(bindCode("vtkSphereWidget_GetSphereProperty", "D_vtkSphereWidget_GetSphereProperty")); mixin(bindCode("vtkSphereWidget_GetSelectedSphereProperty", "D_vtkSphereWidget_GetSelectedSphereProperty")); mixin(bindCode("vtkSphereWidget_GetHandleProperty", "D_vtkSphereWidget_GetHandleProperty")); mixin(bindCode("vtkSphereWidget_GetSelectedHandleProperty", "D_vtkSphereWidget_GetSelectedHandleProperty")); mixin(bindCode("vtkSphereWidget_Upcast", "D_vtkSphereWidget_Upcast")); mixin(bindCode("vtkArcParallelEdgeStrategy_New", "D_vtkArcParallelEdgeStrategy_New")); mixin(bindCode("vtkArcParallelEdgeStrategy_IsTypeOf", "D_vtkArcParallelEdgeStrategy_IsTypeOf")); mixin(bindCode("vtkArcParallelEdgeStrategy_SafeDownCast", "D_vtkArcParallelEdgeStrategy_SafeDownCast")); mixin(bindCode("vtkArcParallelEdgeStrategy_NewInstance", "D_vtkArcParallelEdgeStrategy_NewInstance")); mixin(bindCode("vtkArcParallelEdgeStrategy_GetNumberOfSubdivisions", "D_vtkArcParallelEdgeStrategy_GetNumberOfSubdivisions")); mixin(bindCode("vtkArcParallelEdgeStrategy_SetNumberOfSubdivisions", "D_vtkArcParallelEdgeStrategy_SetNumberOfSubdivisions")); mixin(bindCode("vtkArcParallelEdgeStrategy_Upcast", "D_vtkArcParallelEdgeStrategy_Upcast")); mixin(bindCode("vtkInformationObjectBaseKey_IsTypeOf", "D_vtkInformationObjectBaseKey_IsTypeOf")); mixin(bindCode("vtkInformationObjectBaseKey_SafeDownCast", "D_vtkInformationObjectBaseKey_SafeDownCast")); mixin(bindCode("vtkInformationObjectBaseKey_NewInstance", "D_vtkInformationObjectBaseKey_NewInstance")); mixin(bindCode("new_vtkInformationObjectBaseKey__SWIG_0", "D_new_vtkInformationObjectBaseKey__SWIG_0")); mixin(bindCode("new_vtkInformationObjectBaseKey__SWIG_1", "D_new_vtkInformationObjectBaseKey__SWIG_1")); mixin(bindCode("delete_vtkInformationObjectBaseKey", "D_delete_vtkInformationObjectBaseKey")); mixin(bindCode("vtkInformationObjectBaseKey_Set", "D_vtkInformationObjectBaseKey_Set")); mixin(bindCode("vtkInformationObjectBaseKey_Get", "D_vtkInformationObjectBaseKey_Get")); mixin(bindCode("vtkInformationObjectBaseKey_Upcast", "D_vtkInformationObjectBaseKey_Upcast")); mixin(bindCode("vtkCachingInterpolatedVelocityField_IsTypeOf", "D_vtkCachingInterpolatedVelocityField_IsTypeOf")); mixin(bindCode("vtkCachingInterpolatedVelocityField_SafeDownCast", "D_vtkCachingInterpolatedVelocityField_SafeDownCast")); mixin(bindCode("vtkCachingInterpolatedVelocityField_NewInstance", "D_vtkCachingInterpolatedVelocityField_NewInstance")); mixin(bindCode("vtkCachingInterpolatedVelocityField_New", "D_vtkCachingInterpolatedVelocityField_New")); mixin(bindCode("vtkCachingInterpolatedVelocityField_InsideTest", "D_vtkCachingInterpolatedVelocityField_InsideTest")); mixin(bindCode("vtkCachingInterpolatedVelocityField_SetDataSet", "D_vtkCachingInterpolatedVelocityField_SetDataSet")); mixin(bindCode("vtkCachingInterpolatedVelocityField_GetVectorsSelection", "D_vtkCachingInterpolatedVelocityField_GetVectorsSelection")); mixin(bindCode("vtkCachingInterpolatedVelocityField_SelectVectors", "D_vtkCachingInterpolatedVelocityField_SelectVectors")); mixin(bindCode("vtkCachingInterpolatedVelocityField_SetLastCellInfo", "D_vtkCachingInterpolatedVelocityField_SetLastCellInfo")); mixin(bindCode("vtkCachingInterpolatedVelocityField_ClearLastCellInfo", "D_vtkCachingInterpolatedVelocityField_ClearLastCellInfo")); mixin(bindCode("vtkCachingInterpolatedVelocityField_GetLastWeights", "D_vtkCachingInterpolatedVelocityField_GetLastWeights")); mixin(bindCode("vtkCachingInterpolatedVelocityField_GetLastLocalCoordinates", "D_vtkCachingInterpolatedVelocityField_GetLastLocalCoordinates")); mixin(bindCode("vtkCachingInterpolatedVelocityField_GetCellCacheHit", "D_vtkCachingInterpolatedVelocityField_GetCellCacheHit")); mixin(bindCode("vtkCachingInterpolatedVelocityField_GetDataSetCacheHit", "D_vtkCachingInterpolatedVelocityField_GetDataSetCacheHit")); mixin(bindCode("vtkCachingInterpolatedVelocityField_GetCacheMiss", "D_vtkCachingInterpolatedVelocityField_GetCacheMiss")); mixin(bindCode("vtkCachingInterpolatedVelocityField_Upcast", "D_vtkCachingInterpolatedVelocityField_Upcast")); mixin(bindCode("vtkChooserPainter_New", "D_vtkChooserPainter_New")); mixin(bindCode("vtkChooserPainter_IsTypeOf", "D_vtkChooserPainter_IsTypeOf")); mixin(bindCode("vtkChooserPainter_SafeDownCast", "D_vtkChooserPainter_SafeDownCast")); mixin(bindCode("vtkChooserPainter_NewInstance", "D_vtkChooserPainter_NewInstance")); mixin(bindCode("vtkChooserPainter_SetVertPainter", "D_vtkChooserPainter_SetVertPainter")); mixin(bindCode("vtkChooserPainter_SetLinePainter", "D_vtkChooserPainter_SetLinePainter")); mixin(bindCode("vtkChooserPainter_SetPolyPainter", "D_vtkChooserPainter_SetPolyPainter")); mixin(bindCode("vtkChooserPainter_SetStripPainter", "D_vtkChooserPainter_SetStripPainter")); mixin(bindCode("vtkChooserPainter_SetUseLinesPainterForWireframes", "D_vtkChooserPainter_SetUseLinesPainterForWireframes")); mixin(bindCode("vtkChooserPainter_GetUseLinesPainterForWireframes", "D_vtkChooserPainter_GetUseLinesPainterForWireframes")); mixin(bindCode("vtkChooserPainter_UseLinesPainterForWireframesOn", "D_vtkChooserPainter_UseLinesPainterForWireframesOn")); mixin(bindCode("vtkChooserPainter_UseLinesPainterForWireframesOff", "D_vtkChooserPainter_UseLinesPainterForWireframesOff")); mixin(bindCode("vtkChooserPainter_Upcast", "D_vtkChooserPainter_Upcast")); mixin(bindCode("vtkUGFacetReader_IsTypeOf", "D_vtkUGFacetReader_IsTypeOf")); mixin(bindCode("vtkUGFacetReader_SafeDownCast", "D_vtkUGFacetReader_SafeDownCast")); mixin(bindCode("vtkUGFacetReader_NewInstance", "D_vtkUGFacetReader_NewInstance")); mixin(bindCode("vtkUGFacetReader_New", "D_vtkUGFacetReader_New")); mixin(bindCode("vtkUGFacetReader_SetFileName", "D_vtkUGFacetReader_SetFileName")); mixin(bindCode("vtkUGFacetReader_GetFileName", "D_vtkUGFacetReader_GetFileName")); mixin(bindCode("vtkUGFacetReader_GetNumberOfParts", "D_vtkUGFacetReader_GetNumberOfParts")); mixin(bindCode("vtkUGFacetReader_GetPartColorIndex", "D_vtkUGFacetReader_GetPartColorIndex")); mixin(bindCode("vtkUGFacetReader_SetPartNumber", "D_vtkUGFacetReader_SetPartNumber")); mixin(bindCode("vtkUGFacetReader_GetPartNumber", "D_vtkUGFacetReader_GetPartNumber")); mixin(bindCode("vtkUGFacetReader_SetMerging", "D_vtkUGFacetReader_SetMerging")); mixin(bindCode("vtkUGFacetReader_GetMerging", "D_vtkUGFacetReader_GetMerging")); mixin(bindCode("vtkUGFacetReader_MergingOn", "D_vtkUGFacetReader_MergingOn")); mixin(bindCode("vtkUGFacetReader_MergingOff", "D_vtkUGFacetReader_MergingOff")); mixin(bindCode("vtkUGFacetReader_SetLocator", "D_vtkUGFacetReader_SetLocator")); mixin(bindCode("vtkUGFacetReader_GetLocator", "D_vtkUGFacetReader_GetLocator")); mixin(bindCode("vtkUGFacetReader_CreateDefaultLocator", "D_vtkUGFacetReader_CreateDefaultLocator")); mixin(bindCode("vtkUGFacetReader_Upcast", "D_vtkUGFacetReader_Upcast")); mixin(bindCode("vtkDecimatePro_IsTypeOf", "D_vtkDecimatePro_IsTypeOf")); mixin(bindCode("vtkDecimatePro_SafeDownCast", "D_vtkDecimatePro_SafeDownCast")); mixin(bindCode("vtkDecimatePro_NewInstance", "D_vtkDecimatePro_NewInstance")); mixin(bindCode("vtkDecimatePro_New", "D_vtkDecimatePro_New")); mixin(bindCode("vtkDecimatePro_SetTargetReduction", "D_vtkDecimatePro_SetTargetReduction")); mixin(bindCode("vtkDecimatePro_GetTargetReductionMinValue", "D_vtkDecimatePro_GetTargetReductionMinValue")); mixin(bindCode("vtkDecimatePro_GetTargetReductionMaxValue", "D_vtkDecimatePro_GetTargetReductionMaxValue")); mixin(bindCode("vtkDecimatePro_GetTargetReduction", "D_vtkDecimatePro_GetTargetReduction")); mixin(bindCode("vtkDecimatePro_SetPreserveTopology", "D_vtkDecimatePro_SetPreserveTopology")); mixin(bindCode("vtkDecimatePro_GetPreserveTopology", "D_vtkDecimatePro_GetPreserveTopology")); mixin(bindCode("vtkDecimatePro_PreserveTopologyOn", "D_vtkDecimatePro_PreserveTopologyOn")); mixin(bindCode("vtkDecimatePro_PreserveTopologyOff", "D_vtkDecimatePro_PreserveTopologyOff")); mixin(bindCode("vtkDecimatePro_SetFeatureAngle", "D_vtkDecimatePro_SetFeatureAngle")); mixin(bindCode("vtkDecimatePro_GetFeatureAngleMinValue", "D_vtkDecimatePro_GetFeatureAngleMinValue")); mixin(bindCode("vtkDecimatePro_GetFeatureAngleMaxValue", "D_vtkDecimatePro_GetFeatureAngleMaxValue")); mixin(bindCode("vtkDecimatePro_GetFeatureAngle", "D_vtkDecimatePro_GetFeatureAngle")); mixin(bindCode("vtkDecimatePro_SetSplitting", "D_vtkDecimatePro_SetSplitting")); mixin(bindCode("vtkDecimatePro_GetSplitting", "D_vtkDecimatePro_GetSplitting")); mixin(bindCode("vtkDecimatePro_SplittingOn", "D_vtkDecimatePro_SplittingOn")); mixin(bindCode("vtkDecimatePro_SplittingOff", "D_vtkDecimatePro_SplittingOff")); mixin(bindCode("vtkDecimatePro_SetSplitAngle", "D_vtkDecimatePro_SetSplitAngle")); mixin(bindCode("vtkDecimatePro_GetSplitAngleMinValue", "D_vtkDecimatePro_GetSplitAngleMinValue")); mixin(bindCode("vtkDecimatePro_GetSplitAngleMaxValue", "D_vtkDecimatePro_GetSplitAngleMaxValue")); mixin(bindCode("vtkDecimatePro_GetSplitAngle", "D_vtkDecimatePro_GetSplitAngle")); mixin(bindCode("vtkDecimatePro_SetPreSplitMesh", "D_vtkDecimatePro_SetPreSplitMesh")); mixin(bindCode("vtkDecimatePro_GetPreSplitMesh", "D_vtkDecimatePro_GetPreSplitMesh")); mixin(bindCode("vtkDecimatePro_PreSplitMeshOn", "D_vtkDecimatePro_PreSplitMeshOn")); mixin(bindCode("vtkDecimatePro_PreSplitMeshOff", "D_vtkDecimatePro_PreSplitMeshOff")); mixin(bindCode("vtkDecimatePro_SetMaximumError", "D_vtkDecimatePro_SetMaximumError")); mixin(bindCode("vtkDecimatePro_GetMaximumErrorMinValue", "D_vtkDecimatePro_GetMaximumErrorMinValue")); mixin(bindCode("vtkDecimatePro_GetMaximumErrorMaxValue", "D_vtkDecimatePro_GetMaximumErrorMaxValue")); mixin(bindCode("vtkDecimatePro_GetMaximumError", "D_vtkDecimatePro_GetMaximumError")); mixin(bindCode("vtkDecimatePro_SetAccumulateError", "D_vtkDecimatePro_SetAccumulateError")); mixin(bindCode("vtkDecimatePro_GetAccumulateError", "D_vtkDecimatePro_GetAccumulateError")); mixin(bindCode("vtkDecimatePro_AccumulateErrorOn", "D_vtkDecimatePro_AccumulateErrorOn")); mixin(bindCode("vtkDecimatePro_AccumulateErrorOff", "D_vtkDecimatePro_AccumulateErrorOff")); mixin(bindCode("vtkDecimatePro_SetErrorIsAbsolute", "D_vtkDecimatePro_SetErrorIsAbsolute")); mixin(bindCode("vtkDecimatePro_GetErrorIsAbsolute", "D_vtkDecimatePro_GetErrorIsAbsolute")); mixin(bindCode("vtkDecimatePro_SetAbsoluteError", "D_vtkDecimatePro_SetAbsoluteError")); mixin(bindCode("vtkDecimatePro_GetAbsoluteErrorMinValue", "D_vtkDecimatePro_GetAbsoluteErrorMinValue")); mixin(bindCode("vtkDecimatePro_GetAbsoluteErrorMaxValue", "D_vtkDecimatePro_GetAbsoluteErrorMaxValue")); mixin(bindCode("vtkDecimatePro_GetAbsoluteError", "D_vtkDecimatePro_GetAbsoluteError")); mixin(bindCode("vtkDecimatePro_SetBoundaryVertexDeletion", "D_vtkDecimatePro_SetBoundaryVertexDeletion")); mixin(bindCode("vtkDecimatePro_GetBoundaryVertexDeletion", "D_vtkDecimatePro_GetBoundaryVertexDeletion")); mixin(bindCode("vtkDecimatePro_BoundaryVertexDeletionOn", "D_vtkDecimatePro_BoundaryVertexDeletionOn")); mixin(bindCode("vtkDecimatePro_BoundaryVertexDeletionOff", "D_vtkDecimatePro_BoundaryVertexDeletionOff")); mixin(bindCode("vtkDecimatePro_SetDegree", "D_vtkDecimatePro_SetDegree")); mixin(bindCode("vtkDecimatePro_GetDegreeMinValue", "D_vtkDecimatePro_GetDegreeMinValue")); mixin(bindCode("vtkDecimatePro_GetDegreeMaxValue", "D_vtkDecimatePro_GetDegreeMaxValue")); mixin(bindCode("vtkDecimatePro_GetDegree", "D_vtkDecimatePro_GetDegree")); mixin(bindCode("vtkDecimatePro_SetInflectionPointRatio", "D_vtkDecimatePro_SetInflectionPointRatio")); mixin(bindCode("vtkDecimatePro_GetInflectionPointRatioMinValue", "D_vtkDecimatePro_GetInflectionPointRatioMinValue")); mixin(bindCode("vtkDecimatePro_GetInflectionPointRatioMaxValue", "D_vtkDecimatePro_GetInflectionPointRatioMaxValue")); mixin(bindCode("vtkDecimatePro_GetInflectionPointRatio", "D_vtkDecimatePro_GetInflectionPointRatio")); mixin(bindCode("vtkDecimatePro_GetNumberOfInflectionPoints", "D_vtkDecimatePro_GetNumberOfInflectionPoints")); mixin(bindCode("vtkDecimatePro_GetInflectionPoints__SWIG_0", "D_vtkDecimatePro_GetInflectionPoints__SWIG_0")); mixin(bindCode("vtkDecimatePro_GetInflectionPoints__SWIG_1", "D_vtkDecimatePro_GetInflectionPoints__SWIG_1")); mixin(bindCode("vtkDecimatePro_Upcast", "D_vtkDecimatePro_Upcast")); mixin(bindCode("vtkPolyDataToReebGraphFilter_New", "D_vtkPolyDataToReebGraphFilter_New")); mixin(bindCode("vtkPolyDataToReebGraphFilter_IsTypeOf", "D_vtkPolyDataToReebGraphFilter_IsTypeOf")); mixin(bindCode("vtkPolyDataToReebGraphFilter_SafeDownCast", "D_vtkPolyDataToReebGraphFilter_SafeDownCast")); mixin(bindCode("vtkPolyDataToReebGraphFilter_NewInstance", "D_vtkPolyDataToReebGraphFilter_NewInstance")); mixin(bindCode("vtkPolyDataToReebGraphFilter_SetFieldId", "D_vtkPolyDataToReebGraphFilter_SetFieldId")); mixin(bindCode("vtkPolyDataToReebGraphFilter_GetFieldId", "D_vtkPolyDataToReebGraphFilter_GetFieldId")); mixin(bindCode("vtkPolyDataToReebGraphFilter_GetOutput", "D_vtkPolyDataToReebGraphFilter_GetOutput")); mixin(bindCode("vtkPolyDataToReebGraphFilter_Upcast", "D_vtkPolyDataToReebGraphFilter_Upcast")); mixin(bindCode("vtkCirclePackLayout_New", "D_vtkCirclePackLayout_New")); mixin(bindCode("vtkCirclePackLayout_IsTypeOf", "D_vtkCirclePackLayout_IsTypeOf")); mixin(bindCode("vtkCirclePackLayout_SafeDownCast", "D_vtkCirclePackLayout_SafeDownCast")); mixin(bindCode("vtkCirclePackLayout_NewInstance", "D_vtkCirclePackLayout_NewInstance")); mixin(bindCode("vtkCirclePackLayout_GetCirclesFieldName", "D_vtkCirclePackLayout_GetCirclesFieldName")); mixin(bindCode("vtkCirclePackLayout_SetCirclesFieldName", "D_vtkCirclePackLayout_SetCirclesFieldName")); mixin(bindCode("vtkCirclePackLayout_SetSizeArrayName", "D_vtkCirclePackLayout_SetSizeArrayName")); mixin(bindCode("vtkCirclePackLayout_GetLayoutStrategy", "D_vtkCirclePackLayout_GetLayoutStrategy")); mixin(bindCode("vtkCirclePackLayout_SetLayoutStrategy", "D_vtkCirclePackLayout_SetLayoutStrategy")); mixin(bindCode("vtkCirclePackLayout_FindVertex__SWIG_0", "D_vtkCirclePackLayout_FindVertex__SWIG_0")); mixin(bindCode("vtkCirclePackLayout_FindVertex__SWIG_1", "D_vtkCirclePackLayout_FindVertex__SWIG_1")); mixin(bindCode("vtkCirclePackLayout_GetBoundingCircle", "D_vtkCirclePackLayout_GetBoundingCircle")); mixin(bindCode("vtkCirclePackLayout_Upcast", "D_vtkCirclePackLayout_Upcast")); mixin(bindCode("vtkGeoInteractorStyle_New", "D_vtkGeoInteractorStyle_New")); mixin(bindCode("vtkGeoInteractorStyle_IsTypeOf", "D_vtkGeoInteractorStyle_IsTypeOf")); mixin(bindCode("vtkGeoInteractorStyle_SafeDownCast", "D_vtkGeoInteractorStyle_SafeDownCast")); mixin(bindCode("vtkGeoInteractorStyle_NewInstance", "D_vtkGeoInteractorStyle_NewInstance")); mixin(bindCode("vtkGeoInteractorStyle_RubberBandZoom", "D_vtkGeoInteractorStyle_RubberBandZoom")); mixin(bindCode("vtkGeoInteractorStyle_RedrawRectangle", "D_vtkGeoInteractorStyle_RedrawRectangle")); mixin(bindCode("vtkGeoInteractorStyle_GetGeoCamera", "D_vtkGeoInteractorStyle_GetGeoCamera")); mixin(bindCode("vtkGeoInteractorStyle_ResetCamera", "D_vtkGeoInteractorStyle_ResetCamera")); mixin(bindCode("vtkGeoInteractorStyle_WidgetInteraction", "D_vtkGeoInteractorStyle_WidgetInteraction")); mixin(bindCode("vtkGeoInteractorStyle_ViewportToWorld", "D_vtkGeoInteractorStyle_ViewportToWorld")); mixin(bindCode("vtkGeoInteractorStyle_WorldToLongLat", "D_vtkGeoInteractorStyle_WorldToLongLat")); mixin(bindCode("vtkGeoInteractorStyle_ViewportToLongLat", "D_vtkGeoInteractorStyle_ViewportToLongLat")); mixin(bindCode("vtkGeoInteractorStyle_GetRayIntersection", "D_vtkGeoInteractorStyle_GetRayIntersection")); mixin(bindCode("vtkGeoInteractorStyle_GetLockHeading", "D_vtkGeoInteractorStyle_GetLockHeading")); mixin(bindCode("vtkGeoInteractorStyle_SetLockHeading", "D_vtkGeoInteractorStyle_SetLockHeading")); mixin(bindCode("vtkGeoInteractorStyle_LockHeadingOn", "D_vtkGeoInteractorStyle_LockHeadingOn")); mixin(bindCode("vtkGeoInteractorStyle_LockHeadingOff", "D_vtkGeoInteractorStyle_LockHeadingOff")); mixin(bindCode("vtkGeoInteractorStyle_ResetCameraClippingRange", "D_vtkGeoInteractorStyle_ResetCameraClippingRange")); mixin(bindCode("vtkGeoInteractorStyle_Upcast", "D_vtkGeoInteractorStyle_Upcast")); mixin(bindCode("vtkProjectSphereFilter_IsTypeOf", "D_vtkProjectSphereFilter_IsTypeOf")); mixin(bindCode("vtkProjectSphereFilter_SafeDownCast", "D_vtkProjectSphereFilter_SafeDownCast")); mixin(bindCode("vtkProjectSphereFilter_NewInstance", "D_vtkProjectSphereFilter_NewInstance")); mixin(bindCode("vtkProjectSphereFilter_New", "D_vtkProjectSphereFilter_New")); mixin(bindCode("vtkProjectSphereFilter_SetCenter__SWIG_0", "D_vtkProjectSphereFilter_SetCenter__SWIG_0")); mixin(bindCode("vtkProjectSphereFilter_SetCenter__SWIG_1", "D_vtkProjectSphereFilter_SetCenter__SWIG_1")); mixin(bindCode("vtkProjectSphereFilter_GetCenter__SWIG_0", "D_vtkProjectSphereFilter_GetCenter__SWIG_0")); mixin(bindCode("vtkProjectSphereFilter_GetCenter__SWIG_1", "D_vtkProjectSphereFilter_GetCenter__SWIG_1")); mixin(bindCode("vtkProjectSphereFilter_GetKeepPolePoints", "D_vtkProjectSphereFilter_GetKeepPolePoints")); mixin(bindCode("vtkProjectSphereFilter_SetKeepPolePoints", "D_vtkProjectSphereFilter_SetKeepPolePoints")); mixin(bindCode("vtkProjectSphereFilter_KeepPolePointsOn", "D_vtkProjectSphereFilter_KeepPolePointsOn")); mixin(bindCode("vtkProjectSphereFilter_KeepPolePointsOff", "D_vtkProjectSphereFilter_KeepPolePointsOff")); mixin(bindCode("vtkProjectSphereFilter_GetTranslateZ", "D_vtkProjectSphereFilter_GetTranslateZ")); mixin(bindCode("vtkProjectSphereFilter_SetTranslateZ", "D_vtkProjectSphereFilter_SetTranslateZ")); mixin(bindCode("vtkProjectSphereFilter_TranslateZOn", "D_vtkProjectSphereFilter_TranslateZOn")); mixin(bindCode("vtkProjectSphereFilter_TranslateZOff", "D_vtkProjectSphereFilter_TranslateZOff")); mixin(bindCode("vtkProjectSphereFilter_Upcast", "D_vtkProjectSphereFilter_Upcast")); mixin(bindCode("vtkInteractorStyleAreaSelectHover_New", "D_vtkInteractorStyleAreaSelectHover_New")); mixin(bindCode("vtkInteractorStyleAreaSelectHover_IsTypeOf", "D_vtkInteractorStyleAreaSelectHover_IsTypeOf")); mixin(bindCode("vtkInteractorStyleAreaSelectHover_SafeDownCast", "D_vtkInteractorStyleAreaSelectHover_SafeDownCast")); mixin(bindCode("vtkInteractorStyleAreaSelectHover_NewInstance", "D_vtkInteractorStyleAreaSelectHover_NewInstance")); mixin(bindCode("vtkInteractorStyleAreaSelectHover_SetLayout", "D_vtkInteractorStyleAreaSelectHover_SetLayout")); mixin(bindCode("vtkInteractorStyleAreaSelectHover_GetLayout", "D_vtkInteractorStyleAreaSelectHover_GetLayout")); mixin(bindCode("vtkInteractorStyleAreaSelectHover_SetLabelField", "D_vtkInteractorStyleAreaSelectHover_SetLabelField")); mixin(bindCode("vtkInteractorStyleAreaSelectHover_GetLabelField", "D_vtkInteractorStyleAreaSelectHover_GetLabelField")); mixin(bindCode("vtkInteractorStyleAreaSelectHover_SetUseRectangularCoordinates", "D_vtkInteractorStyleAreaSelectHover_SetUseRectangularCoordinates")); mixin(bindCode("vtkInteractorStyleAreaSelectHover_GetUseRectangularCoordinates", "D_vtkInteractorStyleAreaSelectHover_GetUseRectangularCoordinates")); mixin(bindCode("vtkInteractorStyleAreaSelectHover_UseRectangularCoordinatesOn", "D_vtkInteractorStyleAreaSelectHover_UseRectangularCoordinatesOn")); mixin(bindCode("vtkInteractorStyleAreaSelectHover_UseRectangularCoordinatesOff", "D_vtkInteractorStyleAreaSelectHover_UseRectangularCoordinatesOff")); mixin(bindCode("vtkInteractorStyleAreaSelectHover_SetHighLightColor", "D_vtkInteractorStyleAreaSelectHover_SetHighLightColor")); mixin(bindCode("vtkInteractorStyleAreaSelectHover_SetHighLightWidth", "D_vtkInteractorStyleAreaSelectHover_SetHighLightWidth")); mixin(bindCode("vtkInteractorStyleAreaSelectHover_GetHighLightWidth", "D_vtkInteractorStyleAreaSelectHover_GetHighLightWidth")); mixin(bindCode("vtkInteractorStyleAreaSelectHover_GetIdAtPos", "D_vtkInteractorStyleAreaSelectHover_GetIdAtPos")); mixin(bindCode("vtkInteractorStyleAreaSelectHover_Upcast", "D_vtkInteractorStyleAreaSelectHover_Upcast")); mixin(bindCode("vtkStructuredGridWriter_New", "D_vtkStructuredGridWriter_New")); mixin(bindCode("vtkStructuredGridWriter_IsTypeOf", "D_vtkStructuredGridWriter_IsTypeOf")); mixin(bindCode("vtkStructuredGridWriter_SafeDownCast", "D_vtkStructuredGridWriter_SafeDownCast")); mixin(bindCode("vtkStructuredGridWriter_NewInstance", "D_vtkStructuredGridWriter_NewInstance")); mixin(bindCode("vtkStructuredGridWriter_GetInput__SWIG_0", "D_vtkStructuredGridWriter_GetInput__SWIG_0")); mixin(bindCode("vtkStructuredGridWriter_GetInput__SWIG_1", "D_vtkStructuredGridWriter_GetInput__SWIG_1")); mixin(bindCode("vtkStructuredGridWriter_Upcast", "D_vtkStructuredGridWriter_Upcast")); mixin(bindCode("vtkCollapseGraph_New", "D_vtkCollapseGraph_New")); mixin(bindCode("vtkCollapseGraph_IsTypeOf", "D_vtkCollapseGraph_IsTypeOf")); mixin(bindCode("vtkCollapseGraph_SafeDownCast", "D_vtkCollapseGraph_SafeDownCast")); mixin(bindCode("vtkCollapseGraph_NewInstance", "D_vtkCollapseGraph_NewInstance")); mixin(bindCode("vtkCollapseGraph_SetGraphConnection", "D_vtkCollapseGraph_SetGraphConnection")); mixin(bindCode("vtkCollapseGraph_SetSelectionConnection", "D_vtkCollapseGraph_SetSelectionConnection")); mixin(bindCode("vtkCollapseGraph_Upcast", "D_vtkCollapseGraph_Upcast")); mixin(bindCode("vtkPMaskPoints_New", "D_vtkPMaskPoints_New")); mixin(bindCode("vtkPMaskPoints_IsTypeOf", "D_vtkPMaskPoints_IsTypeOf")); mixin(bindCode("vtkPMaskPoints_SafeDownCast", "D_vtkPMaskPoints_SafeDownCast")); mixin(bindCode("vtkPMaskPoints_NewInstance", "D_vtkPMaskPoints_NewInstance")); mixin(bindCode("vtkPMaskPoints_GetController", "D_vtkPMaskPoints_GetController")); mixin(bindCode("vtkPMaskPoints_SetController", "D_vtkPMaskPoints_SetController")); mixin(bindCode("vtkPMaskPoints_Upcast", "D_vtkPMaskPoints_Upcast")); mixin(bindCode("vtkMergeDataObjectFilter_New", "D_vtkMergeDataObjectFilter_New")); mixin(bindCode("vtkMergeDataObjectFilter_IsTypeOf", "D_vtkMergeDataObjectFilter_IsTypeOf")); mixin(bindCode("vtkMergeDataObjectFilter_SafeDownCast", "D_vtkMergeDataObjectFilter_SafeDownCast")); mixin(bindCode("vtkMergeDataObjectFilter_NewInstance", "D_vtkMergeDataObjectFilter_NewInstance")); mixin(bindCode("vtkMergeDataObjectFilter_SetDataObjectInputData", "D_vtkMergeDataObjectFilter_SetDataObjectInputData")); mixin(bindCode("vtkMergeDataObjectFilter_GetDataObject", "D_vtkMergeDataObjectFilter_GetDataObject")); mixin(bindCode("vtkMergeDataObjectFilter_SetOutputField", "D_vtkMergeDataObjectFilter_SetOutputField")); mixin(bindCode("vtkMergeDataObjectFilter_GetOutputField", "D_vtkMergeDataObjectFilter_GetOutputField")); mixin(bindCode("vtkMergeDataObjectFilter_SetOutputFieldToDataObjectField", "D_vtkMergeDataObjectFilter_SetOutputFieldToDataObjectField")); mixin(bindCode("vtkMergeDataObjectFilter_SetOutputFieldToPointDataField", "D_vtkMergeDataObjectFilter_SetOutputFieldToPointDataField")); mixin(bindCode("vtkMergeDataObjectFilter_SetOutputFieldToCellDataField", "D_vtkMergeDataObjectFilter_SetOutputFieldToCellDataField")); mixin(bindCode("vtkMergeDataObjectFilter_Upcast", "D_vtkMergeDataObjectFilter_Upcast")); mixin(bindCode("vtkQuadraturePointInterpolator_New", "D_vtkQuadraturePointInterpolator_New")); mixin(bindCode("vtkQuadraturePointInterpolator_IsTypeOf", "D_vtkQuadraturePointInterpolator_IsTypeOf")); mixin(bindCode("vtkQuadraturePointInterpolator_SafeDownCast", "D_vtkQuadraturePointInterpolator_SafeDownCast")); mixin(bindCode("vtkQuadraturePointInterpolator_NewInstance", "D_vtkQuadraturePointInterpolator_NewInstance")); mixin(bindCode("vtkQuadraturePointInterpolator_Upcast", "D_vtkQuadraturePointInterpolator_Upcast")); mixin(bindCode("vtkTStripsPainter_New", "D_vtkTStripsPainter_New")); mixin(bindCode("vtkTStripsPainter_IsTypeOf", "D_vtkTStripsPainter_IsTypeOf")); mixin(bindCode("vtkTStripsPainter_SafeDownCast", "D_vtkTStripsPainter_SafeDownCast")); mixin(bindCode("vtkTStripsPainter_NewInstance", "D_vtkTStripsPainter_NewInstance")); mixin(bindCode("vtkTStripsPainter_Upcast", "D_vtkTStripsPainter_Upcast")); mixin(bindCode("vtkPicker_New", "D_vtkPicker_New")); mixin(bindCode("vtkPicker_IsTypeOf", "D_vtkPicker_IsTypeOf")); mixin(bindCode("vtkPicker_SafeDownCast", "D_vtkPicker_SafeDownCast")); mixin(bindCode("vtkPicker_NewInstance", "D_vtkPicker_NewInstance")); mixin(bindCode("vtkPicker_SetTolerance", "D_vtkPicker_SetTolerance")); mixin(bindCode("vtkPicker_GetTolerance", "D_vtkPicker_GetTolerance")); mixin(bindCode("vtkPicker_GetMapperPosition__SWIG_0", "D_vtkPicker_GetMapperPosition__SWIG_0")); mixin(bindCode("vtkPicker_GetMapperPosition__SWIG_1", "D_vtkPicker_GetMapperPosition__SWIG_1")); mixin(bindCode("vtkPicker_GetMapper", "D_vtkPicker_GetMapper")); mixin(bindCode("vtkPicker_GetDataSet", "D_vtkPicker_GetDataSet")); mixin(bindCode("vtkPicker_GetProp3Ds", "D_vtkPicker_GetProp3Ds")); mixin(bindCode("vtkPicker_GetActors", "D_vtkPicker_GetActors")); mixin(bindCode("vtkPicker_GetPickedPositions", "D_vtkPicker_GetPickedPositions")); mixin(bindCode("vtkPicker_Pick__SWIG_0", "D_vtkPicker_Pick__SWIG_0")); mixin(bindCode("vtkPicker_Pick__SWIG_1", "D_vtkPicker_Pick__SWIG_1")); mixin(bindCode("vtkPicker_Upcast", "D_vtkPicker_Upcast")); mixin(bindCode("vtkCellPicker_New", "D_vtkCellPicker_New")); mixin(bindCode("vtkCellPicker_IsTypeOf", "D_vtkCellPicker_IsTypeOf")); mixin(bindCode("vtkCellPicker_SafeDownCast", "D_vtkCellPicker_SafeDownCast")); mixin(bindCode("vtkCellPicker_NewInstance", "D_vtkCellPicker_NewInstance")); mixin(bindCode("vtkCellPicker_AddLocator", "D_vtkCellPicker_AddLocator")); mixin(bindCode("vtkCellPicker_RemoveLocator", "D_vtkCellPicker_RemoveLocator")); mixin(bindCode("vtkCellPicker_RemoveAllLocators", "D_vtkCellPicker_RemoveAllLocators")); mixin(bindCode("vtkCellPicker_SetVolumeOpacityIsovalue", "D_vtkCellPicker_SetVolumeOpacityIsovalue")); mixin(bindCode("vtkCellPicker_GetVolumeOpacityIsovalue", "D_vtkCellPicker_GetVolumeOpacityIsovalue")); mixin(bindCode("vtkCellPicker_SetUseVolumeGradientOpacity", "D_vtkCellPicker_SetUseVolumeGradientOpacity")); mixin(bindCode("vtkCellPicker_UseVolumeGradientOpacityOn", "D_vtkCellPicker_UseVolumeGradientOpacityOn")); mixin(bindCode("vtkCellPicker_UseVolumeGradientOpacityOff", "D_vtkCellPicker_UseVolumeGradientOpacityOff")); mixin(bindCode("vtkCellPicker_GetUseVolumeGradientOpacity", "D_vtkCellPicker_GetUseVolumeGradientOpacity")); mixin(bindCode("vtkCellPicker_SetPickClippingPlanes", "D_vtkCellPicker_SetPickClippingPlanes")); mixin(bindCode("vtkCellPicker_PickClippingPlanesOn", "D_vtkCellPicker_PickClippingPlanesOn")); mixin(bindCode("vtkCellPicker_PickClippingPlanesOff", "D_vtkCellPicker_PickClippingPlanesOff")); mixin(bindCode("vtkCellPicker_GetPickClippingPlanes", "D_vtkCellPicker_GetPickClippingPlanes")); mixin(bindCode("vtkCellPicker_GetClippingPlaneId", "D_vtkCellPicker_GetClippingPlaneId")); mixin(bindCode("vtkCellPicker_GetPickNormal__SWIG_0", "D_vtkCellPicker_GetPickNormal__SWIG_0")); mixin(bindCode("vtkCellPicker_GetPickNormal__SWIG_1", "D_vtkCellPicker_GetPickNormal__SWIG_1")); mixin(bindCode("vtkCellPicker_GetMapperNormal__SWIG_0", "D_vtkCellPicker_GetMapperNormal__SWIG_0")); mixin(bindCode("vtkCellPicker_GetMapperNormal__SWIG_1", "D_vtkCellPicker_GetMapperNormal__SWIG_1")); mixin(bindCode("vtkCellPicker_GetMapperNormal__SWIG_2", "D_vtkCellPicker_GetMapperNormal__SWIG_2")); mixin(bindCode("vtkCellPicker_GetPointIJK__SWIG_0", "D_vtkCellPicker_GetPointIJK__SWIG_0")); mixin(bindCode("vtkCellPicker_GetPointIJK__SWIG_1", "D_vtkCellPicker_GetPointIJK__SWIG_1")); mixin(bindCode("vtkCellPicker_GetPointIJK__SWIG_2", "D_vtkCellPicker_GetPointIJK__SWIG_2")); mixin(bindCode("vtkCellPicker_GetCellIJK__SWIG_0", "D_vtkCellPicker_GetCellIJK__SWIG_0")); mixin(bindCode("vtkCellPicker_GetCellIJK__SWIG_1", "D_vtkCellPicker_GetCellIJK__SWIG_1")); mixin(bindCode("vtkCellPicker_GetCellIJK__SWIG_2", "D_vtkCellPicker_GetCellIJK__SWIG_2")); mixin(bindCode("vtkCellPicker_GetPointId", "D_vtkCellPicker_GetPointId")); mixin(bindCode("vtkCellPicker_GetCellId", "D_vtkCellPicker_GetCellId")); mixin(bindCode("vtkCellPicker_GetSubId", "D_vtkCellPicker_GetSubId")); mixin(bindCode("vtkCellPicker_GetPCoords__SWIG_0", "D_vtkCellPicker_GetPCoords__SWIG_0")); mixin(bindCode("vtkCellPicker_GetPCoords__SWIG_1", "D_vtkCellPicker_GetPCoords__SWIG_1")); mixin(bindCode("vtkCellPicker_GetPCoords__SWIG_2", "D_vtkCellPicker_GetPCoords__SWIG_2")); mixin(bindCode("vtkCellPicker_GetTexture", "D_vtkCellPicker_GetTexture")); mixin(bindCode("vtkCellPicker_SetPickTextureData", "D_vtkCellPicker_SetPickTextureData")); mixin(bindCode("vtkCellPicker_PickTextureDataOn", "D_vtkCellPicker_PickTextureDataOn")); mixin(bindCode("vtkCellPicker_PickTextureDataOff", "D_vtkCellPicker_PickTextureDataOff")); mixin(bindCode("vtkCellPicker_GetPickTextureData", "D_vtkCellPicker_GetPickTextureData")); mixin(bindCode("vtkCellPicker_Upcast", "D_vtkCellPicker_Upcast")); mixin(bindCode("vtkVolumePicker_New", "D_vtkVolumePicker_New")); mixin(bindCode("vtkVolumePicker_IsTypeOf", "D_vtkVolumePicker_IsTypeOf")); mixin(bindCode("vtkVolumePicker_SafeDownCast", "D_vtkVolumePicker_SafeDownCast")); mixin(bindCode("vtkVolumePicker_NewInstance", "D_vtkVolumePicker_NewInstance")); mixin(bindCode("vtkVolumePicker_SetPickCroppingPlanes", "D_vtkVolumePicker_SetPickCroppingPlanes")); mixin(bindCode("vtkVolumePicker_PickCroppingPlanesOn", "D_vtkVolumePicker_PickCroppingPlanesOn")); mixin(bindCode("vtkVolumePicker_PickCroppingPlanesOff", "D_vtkVolumePicker_PickCroppingPlanesOff")); mixin(bindCode("vtkVolumePicker_GetPickCroppingPlanes", "D_vtkVolumePicker_GetPickCroppingPlanes")); mixin(bindCode("vtkVolumePicker_GetCroppingPlaneId", "D_vtkVolumePicker_GetCroppingPlaneId")); mixin(bindCode("vtkVolumePicker_Upcast", "D_vtkVolumePicker_Upcast")); mixin(bindCode("VTK_BUNYKRCF_MAX_ARRAYS_get", "D_VTK_BUNYKRCF_MAX_ARRAYS_get")); mixin(bindCode("VTK_BUNYKRCF_ARRAY_SIZE_get", "D_VTK_BUNYKRCF_ARRAY_SIZE_get")); mixin(bindCode("vtkUnstructuredGridBunykRayCastFunction_New", "D_vtkUnstructuredGridBunykRayCastFunction_New")); mixin(bindCode("vtkUnstructuredGridBunykRayCastFunction_IsTypeOf", "D_vtkUnstructuredGridBunykRayCastFunction_IsTypeOf")); mixin(bindCode("vtkUnstructuredGridBunykRayCastFunction_SafeDownCast", "D_vtkUnstructuredGridBunykRayCastFunction_SafeDownCast")); mixin(bindCode("vtkUnstructuredGridBunykRayCastFunction_NewInstance", "D_vtkUnstructuredGridBunykRayCastFunction_NewInstance")); mixin(bindCode("vtkUnstructuredGridBunykRayCastFunction_Upcast", "D_vtkUnstructuredGridBunykRayCastFunction_Upcast")); mixin(bindCode("vtkBooleanOperationPolyDataFilter_New", "D_vtkBooleanOperationPolyDataFilter_New")); mixin(bindCode("vtkBooleanOperationPolyDataFilter_IsTypeOf", "D_vtkBooleanOperationPolyDataFilter_IsTypeOf")); mixin(bindCode("vtkBooleanOperationPolyDataFilter_SafeDownCast", "D_vtkBooleanOperationPolyDataFilter_SafeDownCast")); mixin(bindCode("vtkBooleanOperationPolyDataFilter_NewInstance", "D_vtkBooleanOperationPolyDataFilter_NewInstance")); mixin(bindCode("vtkBooleanOperationPolyDataFilter_SetOperation", "D_vtkBooleanOperationPolyDataFilter_SetOperation")); mixin(bindCode("vtkBooleanOperationPolyDataFilter_GetOperationMinValue", "D_vtkBooleanOperationPolyDataFilter_GetOperationMinValue")); mixin(bindCode("vtkBooleanOperationPolyDataFilter_GetOperationMaxValue", "D_vtkBooleanOperationPolyDataFilter_GetOperationMaxValue")); mixin(bindCode("vtkBooleanOperationPolyDataFilter_GetOperation", "D_vtkBooleanOperationPolyDataFilter_GetOperation")); mixin(bindCode("vtkBooleanOperationPolyDataFilter_SetOperationToUnion", "D_vtkBooleanOperationPolyDataFilter_SetOperationToUnion")); mixin(bindCode("vtkBooleanOperationPolyDataFilter_SetOperationToIntersection", "D_vtkBooleanOperationPolyDataFilter_SetOperationToIntersection")); mixin(bindCode("vtkBooleanOperationPolyDataFilter_SetOperationToDifference", "D_vtkBooleanOperationPolyDataFilter_SetOperationToDifference")); mixin(bindCode("vtkBooleanOperationPolyDataFilter_SetReorientDifferenceCells", "D_vtkBooleanOperationPolyDataFilter_SetReorientDifferenceCells")); mixin(bindCode("vtkBooleanOperationPolyDataFilter_GetReorientDifferenceCells", "D_vtkBooleanOperationPolyDataFilter_GetReorientDifferenceCells")); mixin(bindCode("vtkBooleanOperationPolyDataFilter_ReorientDifferenceCellsOn", "D_vtkBooleanOperationPolyDataFilter_ReorientDifferenceCellsOn")); mixin(bindCode("vtkBooleanOperationPolyDataFilter_ReorientDifferenceCellsOff", "D_vtkBooleanOperationPolyDataFilter_ReorientDifferenceCellsOff")); mixin(bindCode("vtkBooleanOperationPolyDataFilter_SetTolerance", "D_vtkBooleanOperationPolyDataFilter_SetTolerance")); mixin(bindCode("vtkBooleanOperationPolyDataFilter_GetTolerance", "D_vtkBooleanOperationPolyDataFilter_GetTolerance")); mixin(bindCode("vtkBooleanOperationPolyDataFilter_Upcast", "D_vtkBooleanOperationPolyDataFilter_Upcast")); mixin(bindCode("VTKIS_USERINTERACTION_get", "D_VTKIS_USERINTERACTION_get")); mixin(bindCode("vtkInteractorStyleUser_New", "D_vtkInteractorStyleUser_New")); mixin(bindCode("vtkInteractorStyleUser_IsTypeOf", "D_vtkInteractorStyleUser_IsTypeOf")); mixin(bindCode("vtkInteractorStyleUser_SafeDownCast", "D_vtkInteractorStyleUser_SafeDownCast")); mixin(bindCode("vtkInteractorStyleUser_NewInstance", "D_vtkInteractorStyleUser_NewInstance")); mixin(bindCode("vtkInteractorStyleUser_GetLastPos__SWIG_0", "D_vtkInteractorStyleUser_GetLastPos__SWIG_0")); mixin(bindCode("vtkInteractorStyleUser_GetLastPos__SWIG_1", "D_vtkInteractorStyleUser_GetLastPos__SWIG_1")); mixin(bindCode("vtkInteractorStyleUser_GetLastPos__SWIG_2", "D_vtkInteractorStyleUser_GetLastPos__SWIG_2")); mixin(bindCode("vtkInteractorStyleUser_GetOldPos__SWIG_0", "D_vtkInteractorStyleUser_GetOldPos__SWIG_0")); mixin(bindCode("vtkInteractorStyleUser_GetOldPos__SWIG_1", "D_vtkInteractorStyleUser_GetOldPos__SWIG_1")); mixin(bindCode("vtkInteractorStyleUser_GetOldPos__SWIG_2", "D_vtkInteractorStyleUser_GetOldPos__SWIG_2")); mixin(bindCode("vtkInteractorStyleUser_GetShiftKey", "D_vtkInteractorStyleUser_GetShiftKey")); mixin(bindCode("vtkInteractorStyleUser_GetCtrlKey", "D_vtkInteractorStyleUser_GetCtrlKey")); mixin(bindCode("vtkInteractorStyleUser_GetChar", "D_vtkInteractorStyleUser_GetChar")); mixin(bindCode("vtkInteractorStyleUser_GetKeySym", "D_vtkInteractorStyleUser_GetKeySym")); mixin(bindCode("vtkInteractorStyleUser_GetButton", "D_vtkInteractorStyleUser_GetButton")); mixin(bindCode("vtkInteractorStyleUser_Upcast", "D_vtkInteractorStyleUser_Upcast")); mixin(bindCode("vtkExodusIIReader_New", "D_vtkExodusIIReader_New")); mixin(bindCode("vtkExodusIIReader_IsTypeOf", "D_vtkExodusIIReader_IsTypeOf")); mixin(bindCode("vtkExodusIIReader_SafeDownCast", "D_vtkExodusIIReader_SafeDownCast")); mixin(bindCode("vtkExodusIIReader_NewInstance", "D_vtkExodusIIReader_NewInstance")); mixin(bindCode("vtkExodusIIReader_CanReadFile", "D_vtkExodusIIReader_CanReadFile")); mixin(bindCode("vtkExodusIIReader_GetMetadataMTime", "D_vtkExodusIIReader_GetMetadataMTime")); mixin(bindCode("vtkExodusIIReader_SetFileName", "D_vtkExodusIIReader_SetFileName")); mixin(bindCode("vtkExodusIIReader_GetFileName", "D_vtkExodusIIReader_GetFileName")); mixin(bindCode("vtkExodusIIReader_SetXMLFileName", "D_vtkExodusIIReader_SetXMLFileName")); mixin(bindCode("vtkExodusIIReader_GetXMLFileName", "D_vtkExodusIIReader_GetXMLFileName")); mixin(bindCode("vtkExodusIIReader_SetTimeStep", "D_vtkExodusIIReader_SetTimeStep")); mixin(bindCode("vtkExodusIIReader_GetTimeStep", "D_vtkExodusIIReader_GetTimeStep")); mixin(bindCode("vtkExodusIIReader_SetModeShape", "D_vtkExodusIIReader_SetModeShape")); mixin(bindCode("vtkExodusIIReader_GetTimeStepRange__SWIG_0", "D_vtkExodusIIReader_GetTimeStepRange__SWIG_0")); mixin(bindCode("vtkExodusIIReader_GetTimeStepRange__SWIG_1", "D_vtkExodusIIReader_GetTimeStepRange__SWIG_1")); mixin(bindCode("vtkExodusIIReader_GetTimeStepRange__SWIG_2", "D_vtkExodusIIReader_GetTimeStepRange__SWIG_2")); mixin(bindCode("vtkExodusIIReader_SetTimeStepRange__SWIG_0", "D_vtkExodusIIReader_SetTimeStepRange__SWIG_0")); mixin(bindCode("vtkExodusIIReader_SetTimeStepRange__SWIG_1", "D_vtkExodusIIReader_SetTimeStepRange__SWIG_1")); mixin(bindCode("vtkExodusIIReader_SetGenerateObjectIdCellArray", "D_vtkExodusIIReader_SetGenerateObjectIdCellArray")); mixin(bindCode("vtkExodusIIReader_GetGenerateObjectIdCellArray", "D_vtkExodusIIReader_GetGenerateObjectIdCellArray")); mixin(bindCode("vtkExodusIIReader_GenerateObjectIdCellArrayOn", "D_vtkExodusIIReader_GenerateObjectIdCellArrayOn")); mixin(bindCode("vtkExodusIIReader_GenerateObjectIdCellArrayOff", "D_vtkExodusIIReader_GenerateObjectIdCellArrayOff")); mixin(bindCode("vtkExodusIIReader_GetObjectIdArrayName", "D_vtkExodusIIReader_GetObjectIdArrayName")); mixin(bindCode("vtkExodusIIReader_SetGenerateGlobalElementIdArray", "D_vtkExodusIIReader_SetGenerateGlobalElementIdArray")); mixin(bindCode("vtkExodusIIReader_GetGenerateGlobalElementIdArray", "D_vtkExodusIIReader_GetGenerateGlobalElementIdArray")); mixin(bindCode("vtkExodusIIReader_GenerateGlobalElementIdArrayOn", "D_vtkExodusIIReader_GenerateGlobalElementIdArrayOn")); mixin(bindCode("vtkExodusIIReader_GenerateGlobalElementIdArrayOff", "D_vtkExodusIIReader_GenerateGlobalElementIdArrayOff")); mixin(bindCode("vtkExodusIIReader_SetGenerateGlobalNodeIdArray", "D_vtkExodusIIReader_SetGenerateGlobalNodeIdArray")); mixin(bindCode("vtkExodusIIReader_GetGenerateGlobalNodeIdArray", "D_vtkExodusIIReader_GetGenerateGlobalNodeIdArray")); mixin(bindCode("vtkExodusIIReader_GenerateGlobalNodeIdArrayOn", "D_vtkExodusIIReader_GenerateGlobalNodeIdArrayOn")); mixin(bindCode("vtkExodusIIReader_GenerateGlobalNodeIdArrayOff", "D_vtkExodusIIReader_GenerateGlobalNodeIdArrayOff")); mixin(bindCode("vtkExodusIIReader_SetGenerateImplicitElementIdArray", "D_vtkExodusIIReader_SetGenerateImplicitElementIdArray")); mixin(bindCode("vtkExodusIIReader_GetGenerateImplicitElementIdArray", "D_vtkExodusIIReader_GetGenerateImplicitElementIdArray")); mixin(bindCode("vtkExodusIIReader_GenerateImplicitElementIdArrayOn", "D_vtkExodusIIReader_GenerateImplicitElementIdArrayOn")); mixin(bindCode("vtkExodusIIReader_GenerateImplicitElementIdArrayOff", "D_vtkExodusIIReader_GenerateImplicitElementIdArrayOff")); mixin(bindCode("vtkExodusIIReader_SetGenerateImplicitNodeIdArray", "D_vtkExodusIIReader_SetGenerateImplicitNodeIdArray")); mixin(bindCode("vtkExodusIIReader_GetGenerateImplicitNodeIdArray", "D_vtkExodusIIReader_GetGenerateImplicitNodeIdArray")); mixin(bindCode("vtkExodusIIReader_GenerateImplicitNodeIdArrayOn", "D_vtkExodusIIReader_GenerateImplicitNodeIdArrayOn")); mixin(bindCode("vtkExodusIIReader_GenerateImplicitNodeIdArrayOff", "D_vtkExodusIIReader_GenerateImplicitNodeIdArrayOff")); mixin(bindCode("vtkExodusIIReader_SetGenerateFileIdArray", "D_vtkExodusIIReader_SetGenerateFileIdArray")); mixin(bindCode("vtkExodusIIReader_GetGenerateFileIdArray", "D_vtkExodusIIReader_GetGenerateFileIdArray")); mixin(bindCode("vtkExodusIIReader_GenerateFileIdArrayOn", "D_vtkExodusIIReader_GenerateFileIdArrayOn")); mixin(bindCode("vtkExodusIIReader_GenerateFileIdArrayOff", "D_vtkExodusIIReader_GenerateFileIdArrayOff")); mixin(bindCode("vtkExodusIIReader_SetFileId", "D_vtkExodusIIReader_SetFileId")); mixin(bindCode("vtkExodusIIReader_GetFileId", "D_vtkExodusIIReader_GetFileId")); mixin(bindCode("vtkExodusIIReader_GetGlobalElementIdArrayName", "D_vtkExodusIIReader_GetGlobalElementIdArrayName")); mixin(bindCode("vtkExodusIIReader_GetPedigreeElementIdArrayName", "D_vtkExodusIIReader_GetPedigreeElementIdArrayName")); mixin(bindCode("vtkExodusIIReader_GetGlobalElementID__SWIG_0", "D_vtkExodusIIReader_GetGlobalElementID__SWIG_0")); mixin(bindCode("vtkExodusIIReader_GetGlobalElementID__SWIG_1", "D_vtkExodusIIReader_GetGlobalElementID__SWIG_1")); mixin(bindCode("vtkExodusIIReader_GetImplicitElementIdArrayName", "D_vtkExodusIIReader_GetImplicitElementIdArrayName")); mixin(bindCode("vtkExodusIIReader_GetGlobalFaceIdArrayName", "D_vtkExodusIIReader_GetGlobalFaceIdArrayName")); mixin(bindCode("vtkExodusIIReader_GetPedigreeFaceIdArrayName", "D_vtkExodusIIReader_GetPedigreeFaceIdArrayName")); mixin(bindCode("vtkExodusIIReader_GetGlobalFaceID__SWIG_0", "D_vtkExodusIIReader_GetGlobalFaceID__SWIG_0")); mixin(bindCode("vtkExodusIIReader_GetGlobalFaceID__SWIG_1", "D_vtkExodusIIReader_GetGlobalFaceID__SWIG_1")); mixin(bindCode("vtkExodusIIReader_GetImplicitFaceIdArrayName", "D_vtkExodusIIReader_GetImplicitFaceIdArrayName")); mixin(bindCode("vtkExodusIIReader_GetGlobalEdgeIdArrayName", "D_vtkExodusIIReader_GetGlobalEdgeIdArrayName")); mixin(bindCode("vtkExodusIIReader_GetPedigreeEdgeIdArrayName", "D_vtkExodusIIReader_GetPedigreeEdgeIdArrayName")); mixin(bindCode("vtkExodusIIReader_GetGlobalEdgeID__SWIG_0", "D_vtkExodusIIReader_GetGlobalEdgeID__SWIG_0")); mixin(bindCode("vtkExodusIIReader_GetGlobalEdgeID__SWIG_1", "D_vtkExodusIIReader_GetGlobalEdgeID__SWIG_1")); mixin(bindCode("vtkExodusIIReader_GetImplicitEdgeIdArrayName", "D_vtkExodusIIReader_GetImplicitEdgeIdArrayName")); mixin(bindCode("vtkExodusIIReader_GetGlobalNodeIdArrayName", "D_vtkExodusIIReader_GetGlobalNodeIdArrayName")); mixin(bindCode("vtkExodusIIReader_GetPedigreeNodeIdArrayName", "D_vtkExodusIIReader_GetPedigreeNodeIdArrayName")); mixin(bindCode("vtkExodusIIReader_GetGlobalNodeID__SWIG_0", "D_vtkExodusIIReader_GetGlobalNodeID__SWIG_0")); mixin(bindCode("vtkExodusIIReader_GetGlobalNodeID__SWIG_1", "D_vtkExodusIIReader_GetGlobalNodeID__SWIG_1")); mixin(bindCode("vtkExodusIIReader_GetImplicitNodeIdArrayName", "D_vtkExodusIIReader_GetImplicitNodeIdArrayName")); mixin(bindCode("vtkExodusIIReader_SetApplyDisplacements", "D_vtkExodusIIReader_SetApplyDisplacements")); mixin(bindCode("vtkExodusIIReader_GetApplyDisplacements", "D_vtkExodusIIReader_GetApplyDisplacements")); mixin(bindCode("vtkExodusIIReader_ApplyDisplacementsOn", "D_vtkExodusIIReader_ApplyDisplacementsOn")); mixin(bindCode("vtkExodusIIReader_ApplyDisplacementsOff", "D_vtkExodusIIReader_ApplyDisplacementsOff")); mixin(bindCode("vtkExodusIIReader_SetDisplacementMagnitude", "D_vtkExodusIIReader_SetDisplacementMagnitude")); mixin(bindCode("vtkExodusIIReader_GetDisplacementMagnitude", "D_vtkExodusIIReader_GetDisplacementMagnitude")); mixin(bindCode("vtkExodusIIReader_SetHasModeShapes", "D_vtkExodusIIReader_SetHasModeShapes")); mixin(bindCode("vtkExodusIIReader_GetHasModeShapes", "D_vtkExodusIIReader_GetHasModeShapes")); mixin(bindCode("vtkExodusIIReader_HasModeShapesOn", "D_vtkExodusIIReader_HasModeShapesOn")); mixin(bindCode("vtkExodusIIReader_HasModeShapesOff", "D_vtkExodusIIReader_HasModeShapesOff")); mixin(bindCode("vtkExodusIIReader_SetModeShapeTime", "D_vtkExodusIIReader_SetModeShapeTime")); mixin(bindCode("vtkExodusIIReader_GetModeShapeTime", "D_vtkExodusIIReader_GetModeShapeTime")); mixin(bindCode("vtkExodusIIReader_SetAnimateModeShapes", "D_vtkExodusIIReader_SetAnimateModeShapes")); mixin(bindCode("vtkExodusIIReader_GetAnimateModeShapes", "D_vtkExodusIIReader_GetAnimateModeShapes")); mixin(bindCode("vtkExodusIIReader_AnimateModeShapesOn", "D_vtkExodusIIReader_AnimateModeShapesOn")); mixin(bindCode("vtkExodusIIReader_AnimateModeShapesOff", "D_vtkExodusIIReader_AnimateModeShapesOff")); mixin(bindCode("vtkExodusIIReader_GetTitle", "D_vtkExodusIIReader_GetTitle")); mixin(bindCode("vtkExodusIIReader_GetDimensionality", "D_vtkExodusIIReader_GetDimensionality")); mixin(bindCode("vtkExodusIIReader_GetNumberOfTimeSteps", "D_vtkExodusIIReader_GetNumberOfTimeSteps")); mixin(bindCode("vtkExodusIIReader_GetNumberOfNodesInFile", "D_vtkExodusIIReader_GetNumberOfNodesInFile")); mixin(bindCode("vtkExodusIIReader_GetNumberOfEdgesInFile", "D_vtkExodusIIReader_GetNumberOfEdgesInFile")); mixin(bindCode("vtkExodusIIReader_GetNumberOfFacesInFile", "D_vtkExodusIIReader_GetNumberOfFacesInFile")); mixin(bindCode("vtkExodusIIReader_GetNumberOfElementsInFile", "D_vtkExodusIIReader_GetNumberOfElementsInFile")); mixin(bindCode("vtkExodusIIReader_GetObjectTypeFromName", "D_vtkExodusIIReader_GetObjectTypeFromName")); mixin(bindCode("vtkExodusIIReader_GetObjectTypeName", "D_vtkExodusIIReader_GetObjectTypeName")); mixin(bindCode("vtkExodusIIReader_GetNumberOfNodes", "D_vtkExodusIIReader_GetNumberOfNodes")); mixin(bindCode("vtkExodusIIReader_GetNumberOfObjects", "D_vtkExodusIIReader_GetNumberOfObjects")); mixin(bindCode("vtkExodusIIReader_GetNumberOfEntriesInObject", "D_vtkExodusIIReader_GetNumberOfEntriesInObject")); mixin(bindCode("vtkExodusIIReader_GetObjectId", "D_vtkExodusIIReader_GetObjectId")); mixin(bindCode("vtkExodusIIReader_GetObjectName", "D_vtkExodusIIReader_GetObjectName")); mixin(bindCode("vtkExodusIIReader_GetObjectIndex__SWIG_0", "D_vtkExodusIIReader_GetObjectIndex__SWIG_0")); mixin(bindCode("vtkExodusIIReader_GetObjectIndex__SWIG_1", "D_vtkExodusIIReader_GetObjectIndex__SWIG_1")); mixin(bindCode("vtkExodusIIReader_GetObjectStatus__SWIG_0", "D_vtkExodusIIReader_GetObjectStatus__SWIG_0")); mixin(bindCode("vtkExodusIIReader_GetObjectStatus__SWIG_1", "D_vtkExodusIIReader_GetObjectStatus__SWIG_1")); mixin(bindCode("vtkExodusIIReader_SetObjectStatus__SWIG_0", "D_vtkExodusIIReader_SetObjectStatus__SWIG_0")); mixin(bindCode("vtkExodusIIReader_SetObjectStatus__SWIG_1", "D_vtkExodusIIReader_SetObjectStatus__SWIG_1")); mixin(bindCode("vtkExodusIIReader_GetNumberOfObjectArrays", "D_vtkExodusIIReader_GetNumberOfObjectArrays")); mixin(bindCode("vtkExodusIIReader_GetObjectArrayName", "D_vtkExodusIIReader_GetObjectArrayName")); mixin(bindCode("vtkExodusIIReader_GetObjectArrayIndex", "D_vtkExodusIIReader_GetObjectArrayIndex")); mixin(bindCode("vtkExodusIIReader_GetNumberOfObjectArrayComponents", "D_vtkExodusIIReader_GetNumberOfObjectArrayComponents")); mixin(bindCode("vtkExodusIIReader_GetObjectArrayStatus__SWIG_0", "D_vtkExodusIIReader_GetObjectArrayStatus__SWIG_0")); mixin(bindCode("vtkExodusIIReader_GetObjectArrayStatus__SWIG_1", "D_vtkExodusIIReader_GetObjectArrayStatus__SWIG_1")); mixin(bindCode("vtkExodusIIReader_SetObjectArrayStatus__SWIG_0", "D_vtkExodusIIReader_SetObjectArrayStatus__SWIG_0")); mixin(bindCode("vtkExodusIIReader_SetObjectArrayStatus__SWIG_1", "D_vtkExodusIIReader_SetObjectArrayStatus__SWIG_1")); mixin(bindCode("vtkExodusIIReader_GetNumberOfObjectAttributes", "D_vtkExodusIIReader_GetNumberOfObjectAttributes")); mixin(bindCode("vtkExodusIIReader_GetObjectAttributeName", "D_vtkExodusIIReader_GetObjectAttributeName")); mixin(bindCode("vtkExodusIIReader_GetObjectAttributeIndex", "D_vtkExodusIIReader_GetObjectAttributeIndex")); mixin(bindCode("vtkExodusIIReader_GetObjectAttributeStatus__SWIG_0", "D_vtkExodusIIReader_GetObjectAttributeStatus__SWIG_0")); mixin(bindCode("vtkExodusIIReader_GetObjectAttributeStatus__SWIG_1", "D_vtkExodusIIReader_GetObjectAttributeStatus__SWIG_1")); mixin(bindCode("vtkExodusIIReader_SetObjectAttributeStatus__SWIG_0", "D_vtkExodusIIReader_SetObjectAttributeStatus__SWIG_0")); mixin(bindCode("vtkExodusIIReader_SetObjectAttributeStatus__SWIG_1", "D_vtkExodusIIReader_SetObjectAttributeStatus__SWIG_1")); mixin(bindCode("vtkExodusIIReader_GetTotalNumberOfNodes", "D_vtkExodusIIReader_GetTotalNumberOfNodes")); mixin(bindCode("vtkExodusIIReader_GetTotalNumberOfEdges", "D_vtkExodusIIReader_GetTotalNumberOfEdges")); mixin(bindCode("vtkExodusIIReader_GetTotalNumberOfFaces", "D_vtkExodusIIReader_GetTotalNumberOfFaces")); mixin(bindCode("vtkExodusIIReader_GetTotalNumberOfElements", "D_vtkExodusIIReader_GetTotalNumberOfElements")); mixin(bindCode("vtkExodusIIReader_GetNumberOfPartArrays", "D_vtkExodusIIReader_GetNumberOfPartArrays")); mixin(bindCode("vtkExodusIIReader_GetPartArrayName", "D_vtkExodusIIReader_GetPartArrayName")); mixin(bindCode("vtkExodusIIReader_GetPartArrayID", "D_vtkExodusIIReader_GetPartArrayID")); mixin(bindCode("vtkExodusIIReader_GetPartBlockInfo", "D_vtkExodusIIReader_GetPartBlockInfo")); mixin(bindCode("vtkExodusIIReader_SetPartArrayStatus__SWIG_0", "D_vtkExodusIIReader_SetPartArrayStatus__SWIG_0")); mixin(bindCode("vtkExodusIIReader_SetPartArrayStatus__SWIG_1", "D_vtkExodusIIReader_SetPartArrayStatus__SWIG_1")); mixin(bindCode("vtkExodusIIReader_GetPartArrayStatus__SWIG_0", "D_vtkExodusIIReader_GetPartArrayStatus__SWIG_0")); mixin(bindCode("vtkExodusIIReader_GetPartArrayStatus__SWIG_1", "D_vtkExodusIIReader_GetPartArrayStatus__SWIG_1")); mixin(bindCode("vtkExodusIIReader_GetNumberOfMaterialArrays", "D_vtkExodusIIReader_GetNumberOfMaterialArrays")); mixin(bindCode("vtkExodusIIReader_GetMaterialArrayName", "D_vtkExodusIIReader_GetMaterialArrayName")); mixin(bindCode("vtkExodusIIReader_GetMaterialArrayID", "D_vtkExodusIIReader_GetMaterialArrayID")); mixin(bindCode("vtkExodusIIReader_SetMaterialArrayStatus__SWIG_0", "D_vtkExodusIIReader_SetMaterialArrayStatus__SWIG_0")); mixin(bindCode("vtkExodusIIReader_SetMaterialArrayStatus__SWIG_1", "D_vtkExodusIIReader_SetMaterialArrayStatus__SWIG_1")); mixin(bindCode("vtkExodusIIReader_GetMaterialArrayStatus__SWIG_0", "D_vtkExodusIIReader_GetMaterialArrayStatus__SWIG_0")); mixin(bindCode("vtkExodusIIReader_GetMaterialArrayStatus__SWIG_1", "D_vtkExodusIIReader_GetMaterialArrayStatus__SWIG_1")); mixin(bindCode("vtkExodusIIReader_GetNumberOfAssemblyArrays", "D_vtkExodusIIReader_GetNumberOfAssemblyArrays")); mixin(bindCode("vtkExodusIIReader_GetAssemblyArrayName", "D_vtkExodusIIReader_GetAssemblyArrayName")); mixin(bindCode("vtkExodusIIReader_GetAssemblyArrayID", "D_vtkExodusIIReader_GetAssemblyArrayID")); mixin(bindCode("vtkExodusIIReader_SetAssemblyArrayStatus__SWIG_0", "D_vtkExodusIIReader_SetAssemblyArrayStatus__SWIG_0")); mixin(bindCode("vtkExodusIIReader_SetAssemblyArrayStatus__SWIG_1", "D_vtkExodusIIReader_SetAssemblyArrayStatus__SWIG_1")); mixin(bindCode("vtkExodusIIReader_GetAssemblyArrayStatus__SWIG_0", "D_vtkExodusIIReader_GetAssemblyArrayStatus__SWIG_0")); mixin(bindCode("vtkExodusIIReader_GetAssemblyArrayStatus__SWIG_1", "D_vtkExodusIIReader_GetAssemblyArrayStatus__SWIG_1")); mixin(bindCode("vtkExodusIIReader_GetNumberOfHierarchyArrays", "D_vtkExodusIIReader_GetNumberOfHierarchyArrays")); mixin(bindCode("vtkExodusIIReader_GetHierarchyArrayName", "D_vtkExodusIIReader_GetHierarchyArrayName")); mixin(bindCode("vtkExodusIIReader_SetHierarchyArrayStatus__SWIG_0", "D_vtkExodusIIReader_SetHierarchyArrayStatus__SWIG_0")); mixin(bindCode("vtkExodusIIReader_SetHierarchyArrayStatus__SWIG_1", "D_vtkExodusIIReader_SetHierarchyArrayStatus__SWIG_1")); mixin(bindCode("vtkExodusIIReader_GetHierarchyArrayStatus__SWIG_0", "D_vtkExodusIIReader_GetHierarchyArrayStatus__SWIG_0")); mixin(bindCode("vtkExodusIIReader_GetHierarchyArrayStatus__SWIG_1", "D_vtkExodusIIReader_GetHierarchyArrayStatus__SWIG_1")); mixin(bindCode("vtkExodusIIReader_GetDisplayType", "D_vtkExodusIIReader_GetDisplayType")); mixin(bindCode("vtkExodusIIReader_SetDisplayType", "D_vtkExodusIIReader_SetDisplayType")); mixin(bindCode("vtkExodusIIReader_ExodusModelMetadataOn", "D_vtkExodusIIReader_ExodusModelMetadataOn")); mixin(bindCode("vtkExodusIIReader_ExodusModelMetadataOff", "D_vtkExodusIIReader_ExodusModelMetadataOff")); mixin(bindCode("vtkExodusIIReader_SetExodusModelMetadata", "D_vtkExodusIIReader_SetExodusModelMetadata")); mixin(bindCode("vtkExodusIIReader_GetExodusModelMetadata", "D_vtkExodusIIReader_GetExodusModelMetadata")); mixin(bindCode("vtkExodusIIReader_GetExodusModel", "D_vtkExodusIIReader_GetExodusModel")); mixin(bindCode("vtkExodusIIReader_SetPackExodusModelOntoOutput", "D_vtkExodusIIReader_SetPackExodusModelOntoOutput")); mixin(bindCode("vtkExodusIIReader_GetPackExodusModelOntoOutput", "D_vtkExodusIIReader_GetPackExodusModelOntoOutput")); mixin(bindCode("vtkExodusIIReader_PackExodusModelOntoOutputOn", "D_vtkExodusIIReader_PackExodusModelOntoOutputOn")); mixin(bindCode("vtkExodusIIReader_PackExodusModelOntoOutputOff", "D_vtkExodusIIReader_PackExodusModelOntoOutputOff")); mixin(bindCode("vtkExodusIIReader_IsValidVariable", "D_vtkExodusIIReader_IsValidVariable")); mixin(bindCode("vtkExodusIIReader_GetVariableID", "D_vtkExodusIIReader_GetVariableID")); mixin(bindCode("vtkExodusIIReader_SetAllArrayStatus", "D_vtkExodusIIReader_SetAllArrayStatus")); mixin(bindCode("vtkExodusIIReader_GetTimeSeriesData", "D_vtkExodusIIReader_GetTimeSeriesData")); mixin(bindCode("vtkExodusIIReader_GetNumberOfEdgeBlockArrays", "D_vtkExodusIIReader_GetNumberOfEdgeBlockArrays")); mixin(bindCode("vtkExodusIIReader_GetEdgeBlockArrayName", "D_vtkExodusIIReader_GetEdgeBlockArrayName")); mixin(bindCode("vtkExodusIIReader_GetEdgeBlockArrayStatus", "D_vtkExodusIIReader_GetEdgeBlockArrayStatus")); mixin(bindCode("vtkExodusIIReader_SetEdgeBlockArrayStatus", "D_vtkExodusIIReader_SetEdgeBlockArrayStatus")); mixin(bindCode("vtkExodusIIReader_GetNumberOfFaceBlockArrays", "D_vtkExodusIIReader_GetNumberOfFaceBlockArrays")); mixin(bindCode("vtkExodusIIReader_GetFaceBlockArrayName", "D_vtkExodusIIReader_GetFaceBlockArrayName")); mixin(bindCode("vtkExodusIIReader_GetFaceBlockArrayStatus", "D_vtkExodusIIReader_GetFaceBlockArrayStatus")); mixin(bindCode("vtkExodusIIReader_SetFaceBlockArrayStatus", "D_vtkExodusIIReader_SetFaceBlockArrayStatus")); mixin(bindCode("vtkExodusIIReader_GetNumberOfElementBlockArrays", "D_vtkExodusIIReader_GetNumberOfElementBlockArrays")); mixin(bindCode("vtkExodusIIReader_GetElementBlockArrayName", "D_vtkExodusIIReader_GetElementBlockArrayName")); mixin(bindCode("vtkExodusIIReader_GetElementBlockArrayStatus", "D_vtkExodusIIReader_GetElementBlockArrayStatus")); mixin(bindCode("vtkExodusIIReader_SetElementBlockArrayStatus", "D_vtkExodusIIReader_SetElementBlockArrayStatus")); mixin(bindCode("vtkExodusIIReader_GetNumberOfGlobalResultArrays", "D_vtkExodusIIReader_GetNumberOfGlobalResultArrays")); mixin(bindCode("vtkExodusIIReader_GetGlobalResultArrayName", "D_vtkExodusIIReader_GetGlobalResultArrayName")); mixin(bindCode("vtkExodusIIReader_GetGlobalResultArrayStatus", "D_vtkExodusIIReader_GetGlobalResultArrayStatus")); mixin(bindCode("vtkExodusIIReader_SetGlobalResultArrayStatus", "D_vtkExodusIIReader_SetGlobalResultArrayStatus")); mixin(bindCode("vtkExodusIIReader_GetNumberOfPointResultArrays", "D_vtkExodusIIReader_GetNumberOfPointResultArrays")); mixin(bindCode("vtkExodusIIReader_GetPointResultArrayName", "D_vtkExodusIIReader_GetPointResultArrayName")); mixin(bindCode("vtkExodusIIReader_GetPointResultArrayStatus", "D_vtkExodusIIReader_GetPointResultArrayStatus")); mixin(bindCode("vtkExodusIIReader_SetPointResultArrayStatus", "D_vtkExodusIIReader_SetPointResultArrayStatus")); mixin(bindCode("vtkExodusIIReader_GetNumberOfEdgeResultArrays", "D_vtkExodusIIReader_GetNumberOfEdgeResultArrays")); mixin(bindCode("vtkExodusIIReader_GetEdgeResultArrayName", "D_vtkExodusIIReader_GetEdgeResultArrayName")); mixin(bindCode("vtkExodusIIReader_GetEdgeResultArrayStatus", "D_vtkExodusIIReader_GetEdgeResultArrayStatus")); mixin(bindCode("vtkExodusIIReader_SetEdgeResultArrayStatus", "D_vtkExodusIIReader_SetEdgeResultArrayStatus")); mixin(bindCode("vtkExodusIIReader_GetNumberOfFaceResultArrays", "D_vtkExodusIIReader_GetNumberOfFaceResultArrays")); mixin(bindCode("vtkExodusIIReader_GetFaceResultArrayName", "D_vtkExodusIIReader_GetFaceResultArrayName")); mixin(bindCode("vtkExodusIIReader_GetFaceResultArrayStatus", "D_vtkExodusIIReader_GetFaceResultArrayStatus")); mixin(bindCode("vtkExodusIIReader_SetFaceResultArrayStatus", "D_vtkExodusIIReader_SetFaceResultArrayStatus")); mixin(bindCode("vtkExodusIIReader_GetNumberOfElementResultArrays", "D_vtkExodusIIReader_GetNumberOfElementResultArrays")); mixin(bindCode("vtkExodusIIReader_GetElementResultArrayName", "D_vtkExodusIIReader_GetElementResultArrayName")); mixin(bindCode("vtkExodusIIReader_GetElementResultArrayStatus", "D_vtkExodusIIReader_GetElementResultArrayStatus")); mixin(bindCode("vtkExodusIIReader_SetElementResultArrayStatus", "D_vtkExodusIIReader_SetElementResultArrayStatus")); mixin(bindCode("vtkExodusIIReader_GetNumberOfNodeMapArrays", "D_vtkExodusIIReader_GetNumberOfNodeMapArrays")); mixin(bindCode("vtkExodusIIReader_GetNodeMapArrayName", "D_vtkExodusIIReader_GetNodeMapArrayName")); mixin(bindCode("vtkExodusIIReader_GetNodeMapArrayStatus", "D_vtkExodusIIReader_GetNodeMapArrayStatus")); mixin(bindCode("vtkExodusIIReader_SetNodeMapArrayStatus", "D_vtkExodusIIReader_SetNodeMapArrayStatus")); mixin(bindCode("vtkExodusIIReader_GetNumberOfEdgeMapArrays", "D_vtkExodusIIReader_GetNumberOfEdgeMapArrays")); mixin(bindCode("vtkExodusIIReader_GetEdgeMapArrayName", "D_vtkExodusIIReader_GetEdgeMapArrayName")); mixin(bindCode("vtkExodusIIReader_GetEdgeMapArrayStatus", "D_vtkExodusIIReader_GetEdgeMapArrayStatus")); mixin(bindCode("vtkExodusIIReader_SetEdgeMapArrayStatus", "D_vtkExodusIIReader_SetEdgeMapArrayStatus")); mixin(bindCode("vtkExodusIIReader_GetNumberOfFaceMapArrays", "D_vtkExodusIIReader_GetNumberOfFaceMapArrays")); mixin(bindCode("vtkExodusIIReader_GetFaceMapArrayName", "D_vtkExodusIIReader_GetFaceMapArrayName")); mixin(bindCode("vtkExodusIIReader_GetFaceMapArrayStatus", "D_vtkExodusIIReader_GetFaceMapArrayStatus")); mixin(bindCode("vtkExodusIIReader_SetFaceMapArrayStatus", "D_vtkExodusIIReader_SetFaceMapArrayStatus")); mixin(bindCode("vtkExodusIIReader_GetNumberOfElementMapArrays", "D_vtkExodusIIReader_GetNumberOfElementMapArrays")); mixin(bindCode("vtkExodusIIReader_GetElementMapArrayName", "D_vtkExodusIIReader_GetElementMapArrayName")); mixin(bindCode("vtkExodusIIReader_GetElementMapArrayStatus", "D_vtkExodusIIReader_GetElementMapArrayStatus")); mixin(bindCode("vtkExodusIIReader_SetElementMapArrayStatus", "D_vtkExodusIIReader_SetElementMapArrayStatus")); mixin(bindCode("vtkExodusIIReader_GetNumberOfNodeSetArrays", "D_vtkExodusIIReader_GetNumberOfNodeSetArrays")); mixin(bindCode("vtkExodusIIReader_GetNodeSetArrayName", "D_vtkExodusIIReader_GetNodeSetArrayName")); mixin(bindCode("vtkExodusIIReader_GetNodeSetArrayStatus", "D_vtkExodusIIReader_GetNodeSetArrayStatus")); mixin(bindCode("vtkExodusIIReader_SetNodeSetArrayStatus", "D_vtkExodusIIReader_SetNodeSetArrayStatus")); mixin(bindCode("vtkExodusIIReader_GetNumberOfSideSetArrays", "D_vtkExodusIIReader_GetNumberOfSideSetArrays")); mixin(bindCode("vtkExodusIIReader_GetSideSetArrayName", "D_vtkExodusIIReader_GetSideSetArrayName")); mixin(bindCode("vtkExodusIIReader_GetSideSetArrayStatus", "D_vtkExodusIIReader_GetSideSetArrayStatus")); mixin(bindCode("vtkExodusIIReader_SetSideSetArrayStatus", "D_vtkExodusIIReader_SetSideSetArrayStatus")); mixin(bindCode("vtkExodusIIReader_GetNumberOfEdgeSetArrays", "D_vtkExodusIIReader_GetNumberOfEdgeSetArrays")); mixin(bindCode("vtkExodusIIReader_GetEdgeSetArrayName", "D_vtkExodusIIReader_GetEdgeSetArrayName")); mixin(bindCode("vtkExodusIIReader_GetEdgeSetArrayStatus", "D_vtkExodusIIReader_GetEdgeSetArrayStatus")); mixin(bindCode("vtkExodusIIReader_SetEdgeSetArrayStatus", "D_vtkExodusIIReader_SetEdgeSetArrayStatus")); mixin(bindCode("vtkExodusIIReader_GetNumberOfFaceSetArrays", "D_vtkExodusIIReader_GetNumberOfFaceSetArrays")); mixin(bindCode("vtkExodusIIReader_GetFaceSetArrayName", "D_vtkExodusIIReader_GetFaceSetArrayName")); mixin(bindCode("vtkExodusIIReader_GetFaceSetArrayStatus", "D_vtkExodusIIReader_GetFaceSetArrayStatus")); mixin(bindCode("vtkExodusIIReader_SetFaceSetArrayStatus", "D_vtkExodusIIReader_SetFaceSetArrayStatus")); mixin(bindCode("vtkExodusIIReader_GetNumberOfElementSetArrays", "D_vtkExodusIIReader_GetNumberOfElementSetArrays")); mixin(bindCode("vtkExodusIIReader_GetElementSetArrayName", "D_vtkExodusIIReader_GetElementSetArrayName")); mixin(bindCode("vtkExodusIIReader_GetElementSetArrayStatus", "D_vtkExodusIIReader_GetElementSetArrayStatus")); mixin(bindCode("vtkExodusIIReader_SetElementSetArrayStatus", "D_vtkExodusIIReader_SetElementSetArrayStatus")); mixin(bindCode("vtkExodusIIReader_GetNumberOfNodeSetResultArrays", "D_vtkExodusIIReader_GetNumberOfNodeSetResultArrays")); mixin(bindCode("vtkExodusIIReader_GetNodeSetResultArrayName", "D_vtkExodusIIReader_GetNodeSetResultArrayName")); mixin(bindCode("vtkExodusIIReader_GetNodeSetResultArrayStatus", "D_vtkExodusIIReader_GetNodeSetResultArrayStatus")); mixin(bindCode("vtkExodusIIReader_SetNodeSetResultArrayStatus", "D_vtkExodusIIReader_SetNodeSetResultArrayStatus")); mixin(bindCode("vtkExodusIIReader_GetNumberOfSideSetResultArrays", "D_vtkExodusIIReader_GetNumberOfSideSetResultArrays")); mixin(bindCode("vtkExodusIIReader_GetSideSetResultArrayName", "D_vtkExodusIIReader_GetSideSetResultArrayName")); mixin(bindCode("vtkExodusIIReader_GetSideSetResultArrayStatus", "D_vtkExodusIIReader_GetSideSetResultArrayStatus")); mixin(bindCode("vtkExodusIIReader_SetSideSetResultArrayStatus", "D_vtkExodusIIReader_SetSideSetResultArrayStatus")); mixin(bindCode("vtkExodusIIReader_GetNumberOfEdgeSetResultArrays", "D_vtkExodusIIReader_GetNumberOfEdgeSetResultArrays")); mixin(bindCode("vtkExodusIIReader_GetEdgeSetResultArrayName", "D_vtkExodusIIReader_GetEdgeSetResultArrayName")); mixin(bindCode("vtkExodusIIReader_GetEdgeSetResultArrayStatus", "D_vtkExodusIIReader_GetEdgeSetResultArrayStatus")); mixin(bindCode("vtkExodusIIReader_SetEdgeSetResultArrayStatus", "D_vtkExodusIIReader_SetEdgeSetResultArrayStatus")); mixin(bindCode("vtkExodusIIReader_GetNumberOfFaceSetResultArrays", "D_vtkExodusIIReader_GetNumberOfFaceSetResultArrays")); mixin(bindCode("vtkExodusIIReader_GetFaceSetResultArrayName", "D_vtkExodusIIReader_GetFaceSetResultArrayName")); mixin(bindCode("vtkExodusIIReader_GetFaceSetResultArrayStatus", "D_vtkExodusIIReader_GetFaceSetResultArrayStatus")); mixin(bindCode("vtkExodusIIReader_SetFaceSetResultArrayStatus", "D_vtkExodusIIReader_SetFaceSetResultArrayStatus")); mixin(bindCode("vtkExodusIIReader_GetNumberOfElementSetResultArrays", "D_vtkExodusIIReader_GetNumberOfElementSetResultArrays")); mixin(bindCode("vtkExodusIIReader_GetElementSetResultArrayName", "D_vtkExodusIIReader_GetElementSetResultArrayName")); mixin(bindCode("vtkExodusIIReader_GetElementSetResultArrayStatus", "D_vtkExodusIIReader_GetElementSetResultArrayStatus")); mixin(bindCode("vtkExodusIIReader_SetElementSetResultArrayStatus", "D_vtkExodusIIReader_SetElementSetResultArrayStatus")); mixin(bindCode("vtkExodusIIReader_SetFastPathObjectType", "D_vtkExodusIIReader_SetFastPathObjectType")); mixin(bindCode("vtkExodusIIReader_SetFastPathIdType", "D_vtkExodusIIReader_SetFastPathIdType")); mixin(bindCode("vtkExodusIIReader_SetFastPathObjectId", "D_vtkExodusIIReader_SetFastPathObjectId")); mixin(bindCode("vtkExodusIIReader_Reset", "D_vtkExodusIIReader_Reset")); mixin(bindCode("vtkExodusIIReader_ResetSettings", "D_vtkExodusIIReader_ResetSettings")); mixin(bindCode("vtkExodusIIReader_ResetCache", "D_vtkExodusIIReader_ResetCache")); mixin(bindCode("vtkExodusIIReader_SetCacheSize", "D_vtkExodusIIReader_SetCacheSize")); mixin(bindCode("vtkExodusIIReader_GetCacheSize", "D_vtkExodusIIReader_GetCacheSize")); mixin(bindCode("vtkExodusIIReader_UpdateTimeInformation", "D_vtkExodusIIReader_UpdateTimeInformation")); mixin(bindCode("vtkExodusIIReader_Dump", "D_vtkExodusIIReader_Dump")); mixin(bindCode("vtkExodusIIReader_GetSIL", "D_vtkExodusIIReader_GetSIL")); mixin(bindCode("vtkExodusIIReader_GetSILUpdateStamp", "D_vtkExodusIIReader_GetSILUpdateStamp")); mixin(bindCode("vtkExodusIIReader_GetProducedFastPathOutput", "D_vtkExodusIIReader_GetProducedFastPathOutput")); mixin(bindCode("vtkExodusIIReader_Upcast", "D_vtkExodusIIReader_Upcast")); mixin(bindCode("vtkFixedPointRayCastImage_New", "D_vtkFixedPointRayCastImage_New")); mixin(bindCode("vtkFixedPointRayCastImage_IsTypeOf", "D_vtkFixedPointRayCastImage_IsTypeOf")); mixin(bindCode("vtkFixedPointRayCastImage_SafeDownCast", "D_vtkFixedPointRayCastImage_SafeDownCast")); mixin(bindCode("vtkFixedPointRayCastImage_NewInstance", "D_vtkFixedPointRayCastImage_NewInstance")); mixin(bindCode("vtkFixedPointRayCastImage_GetImage", "D_vtkFixedPointRayCastImage_GetImage")); mixin(bindCode("vtkFixedPointRayCastImage_SetImageViewportSize__SWIG_0", "D_vtkFixedPointRayCastImage_SetImageViewportSize__SWIG_0")); mixin(bindCode("vtkFixedPointRayCastImage_SetImageViewportSize__SWIG_1", "D_vtkFixedPointRayCastImage_SetImageViewportSize__SWIG_1")); mixin(bindCode("vtkFixedPointRayCastImage_GetImageViewportSize__SWIG_0", "D_vtkFixedPointRayCastImage_GetImageViewportSize__SWIG_0")); mixin(bindCode("vtkFixedPointRayCastImage_GetImageViewportSize__SWIG_1", "D_vtkFixedPointRayCastImage_GetImageViewportSize__SWIG_1")); mixin(bindCode("vtkFixedPointRayCastImage_SetImageMemorySize__SWIG_0", "D_vtkFixedPointRayCastImage_SetImageMemorySize__SWIG_0")); mixin(bindCode("vtkFixedPointRayCastImage_SetImageMemorySize__SWIG_1", "D_vtkFixedPointRayCastImage_SetImageMemorySize__SWIG_1")); mixin(bindCode("vtkFixedPointRayCastImage_GetImageMemorySize__SWIG_0", "D_vtkFixedPointRayCastImage_GetImageMemorySize__SWIG_0")); mixin(bindCode("vtkFixedPointRayCastImage_GetImageMemorySize__SWIG_1", "D_vtkFixedPointRayCastImage_GetImageMemorySize__SWIG_1")); mixin(bindCode("vtkFixedPointRayCastImage_SetImageInUseSize__SWIG_0", "D_vtkFixedPointRayCastImage_SetImageInUseSize__SWIG_0")); mixin(bindCode("vtkFixedPointRayCastImage_SetImageInUseSize__SWIG_1", "D_vtkFixedPointRayCastImage_SetImageInUseSize__SWIG_1")); mixin(bindCode("vtkFixedPointRayCastImage_GetImageInUseSize__SWIG_0", "D_vtkFixedPointRayCastImage_GetImageInUseSize__SWIG_0")); mixin(bindCode("vtkFixedPointRayCastImage_GetImageInUseSize__SWIG_1", "D_vtkFixedPointRayCastImage_GetImageInUseSize__SWIG_1")); mixin(bindCode("vtkFixedPointRayCastImage_SetImageOrigin__SWIG_0", "D_vtkFixedPointRayCastImage_SetImageOrigin__SWIG_0")); mixin(bindCode("vtkFixedPointRayCastImage_SetImageOrigin__SWIG_1", "D_vtkFixedPointRayCastImage_SetImageOrigin__SWIG_1")); mixin(bindCode("vtkFixedPointRayCastImage_GetImageOrigin__SWIG_0", "D_vtkFixedPointRayCastImage_GetImageOrigin__SWIG_0")); mixin(bindCode("vtkFixedPointRayCastImage_GetImageOrigin__SWIG_1", "D_vtkFixedPointRayCastImage_GetImageOrigin__SWIG_1")); mixin(bindCode("vtkFixedPointRayCastImage_SetImageSampleDistance", "D_vtkFixedPointRayCastImage_SetImageSampleDistance")); mixin(bindCode("vtkFixedPointRayCastImage_GetImageSampleDistance", "D_vtkFixedPointRayCastImage_GetImageSampleDistance")); mixin(bindCode("vtkFixedPointRayCastImage_AllocateImage", "D_vtkFixedPointRayCastImage_AllocateImage")); mixin(bindCode("vtkFixedPointRayCastImage_ClearImage", "D_vtkFixedPointRayCastImage_ClearImage")); mixin(bindCode("vtkFixedPointRayCastImage_SetZBufferSize__SWIG_0", "D_vtkFixedPointRayCastImage_SetZBufferSize__SWIG_0")); mixin(bindCode("vtkFixedPointRayCastImage_SetZBufferSize__SWIG_1", "D_vtkFixedPointRayCastImage_SetZBufferSize__SWIG_1")); mixin(bindCode("vtkFixedPointRayCastImage_GetZBufferSize__SWIG_0", "D_vtkFixedPointRayCastImage_GetZBufferSize__SWIG_0")); mixin(bindCode("vtkFixedPointRayCastImage_GetZBufferSize__SWIG_1", "D_vtkFixedPointRayCastImage_GetZBufferSize__SWIG_1")); mixin(bindCode("vtkFixedPointRayCastImage_SetZBufferOrigin__SWIG_0", "D_vtkFixedPointRayCastImage_SetZBufferOrigin__SWIG_0")); mixin(bindCode("vtkFixedPointRayCastImage_SetZBufferOrigin__SWIG_1", "D_vtkFixedPointRayCastImage_SetZBufferOrigin__SWIG_1")); mixin(bindCode("vtkFixedPointRayCastImage_GetZBufferOrigin__SWIG_0", "D_vtkFixedPointRayCastImage_GetZBufferOrigin__SWIG_0")); mixin(bindCode("vtkFixedPointRayCastImage_GetZBufferOrigin__SWIG_1", "D_vtkFixedPointRayCastImage_GetZBufferOrigin__SWIG_1")); mixin(bindCode("vtkFixedPointRayCastImage_SetUseZBuffer", "D_vtkFixedPointRayCastImage_SetUseZBuffer")); mixin(bindCode("vtkFixedPointRayCastImage_GetUseZBufferMinValue", "D_vtkFixedPointRayCastImage_GetUseZBufferMinValue")); mixin(bindCode("vtkFixedPointRayCastImage_GetUseZBufferMaxValue", "D_vtkFixedPointRayCastImage_GetUseZBufferMaxValue")); mixin(bindCode("vtkFixedPointRayCastImage_GetUseZBuffer", "D_vtkFixedPointRayCastImage_GetUseZBuffer")); mixin(bindCode("vtkFixedPointRayCastImage_UseZBufferOn", "D_vtkFixedPointRayCastImage_UseZBufferOn")); mixin(bindCode("vtkFixedPointRayCastImage_UseZBufferOff", "D_vtkFixedPointRayCastImage_UseZBufferOff")); mixin(bindCode("vtkFixedPointRayCastImage_GetZBufferValue", "D_vtkFixedPointRayCastImage_GetZBufferValue")); mixin(bindCode("vtkFixedPointRayCastImage_GetZBuffer", "D_vtkFixedPointRayCastImage_GetZBuffer")); mixin(bindCode("vtkFixedPointRayCastImage_AllocateZBuffer", "D_vtkFixedPointRayCastImage_AllocateZBuffer")); mixin(bindCode("vtkFixedPointRayCastImage_Upcast", "D_vtkFixedPointRayCastImage_Upcast")); mixin(bindCode("vtkCellLocatorInterpolatedVelocityField_IsTypeOf", "D_vtkCellLocatorInterpolatedVelocityField_IsTypeOf")); mixin(bindCode("vtkCellLocatorInterpolatedVelocityField_SafeDownCast", "D_vtkCellLocatorInterpolatedVelocityField_SafeDownCast")); mixin(bindCode("vtkCellLocatorInterpolatedVelocityField_NewInstance", "D_vtkCellLocatorInterpolatedVelocityField_NewInstance")); mixin(bindCode("vtkCellLocatorInterpolatedVelocityField_New", "D_vtkCellLocatorInterpolatedVelocityField_New")); mixin(bindCode("vtkCellLocatorInterpolatedVelocityField_GetLastCellLocator", "D_vtkCellLocatorInterpolatedVelocityField_GetLastCellLocator")); mixin(bindCode("vtkCellLocatorInterpolatedVelocityField_GetCellLocatorPrototype", "D_vtkCellLocatorInterpolatedVelocityField_GetCellLocatorPrototype")); mixin(bindCode("vtkCellLocatorInterpolatedVelocityField_SetCellLocatorPrototype", "D_vtkCellLocatorInterpolatedVelocityField_SetCellLocatorPrototype")); mixin(bindCode("vtkCellLocatorInterpolatedVelocityField_SetLastCellId__SWIG_0", "D_vtkCellLocatorInterpolatedVelocityField_SetLastCellId__SWIG_0")); mixin(bindCode("vtkCellLocatorInterpolatedVelocityField_SetLastCellId__SWIG_1", "D_vtkCellLocatorInterpolatedVelocityField_SetLastCellId__SWIG_1")); mixin(bindCode("vtkCellLocatorInterpolatedVelocityField_Upcast", "D_vtkCellLocatorInterpolatedVelocityField_Upcast")); mixin(bindCode("vtkCameraWidget_New", "D_vtkCameraWidget_New")); mixin(bindCode("vtkCameraWidget_IsTypeOf", "D_vtkCameraWidget_IsTypeOf")); mixin(bindCode("vtkCameraWidget_SafeDownCast", "D_vtkCameraWidget_SafeDownCast")); mixin(bindCode("vtkCameraWidget_NewInstance", "D_vtkCameraWidget_NewInstance")); mixin(bindCode("vtkCameraWidget_SetRepresentation", "D_vtkCameraWidget_SetRepresentation")); mixin(bindCode("vtkCameraWidget_Upcast", "D_vtkCameraWidget_Upcast")); mixin(bindCode("vtkTreeReader_New", "D_vtkTreeReader_New")); mixin(bindCode("vtkTreeReader_IsTypeOf", "D_vtkTreeReader_IsTypeOf")); mixin(bindCode("vtkTreeReader_SafeDownCast", "D_vtkTreeReader_SafeDownCast")); mixin(bindCode("vtkTreeReader_NewInstance", "D_vtkTreeReader_NewInstance")); mixin(bindCode("vtkTreeReader_GetOutput__SWIG_0", "D_vtkTreeReader_GetOutput__SWIG_0")); mixin(bindCode("vtkTreeReader_GetOutput__SWIG_1", "D_vtkTreeReader_GetOutput__SWIG_1")); mixin(bindCode("vtkTreeReader_SetOutput", "D_vtkTreeReader_SetOutput")); mixin(bindCode("vtkTreeReader_Upcast", "D_vtkTreeReader_Upcast")); mixin(bindCode("vtkImplicitPolyDataDistance_New", "D_vtkImplicitPolyDataDistance_New")); mixin(bindCode("vtkImplicitPolyDataDistance_IsTypeOf", "D_vtkImplicitPolyDataDistance_IsTypeOf")); mixin(bindCode("vtkImplicitPolyDataDistance_SafeDownCast", "D_vtkImplicitPolyDataDistance_SafeDownCast")); mixin(bindCode("vtkImplicitPolyDataDistance_NewInstance", "D_vtkImplicitPolyDataDistance_NewInstance")); mixin(bindCode("vtkImplicitPolyDataDistance_SetInput", "D_vtkImplicitPolyDataDistance_SetInput")); mixin(bindCode("vtkImplicitPolyDataDistance_SetNoValue", "D_vtkImplicitPolyDataDistance_SetNoValue")); mixin(bindCode("vtkImplicitPolyDataDistance_GetNoValue", "D_vtkImplicitPolyDataDistance_GetNoValue")); mixin(bindCode("vtkImplicitPolyDataDistance_SetNoGradient__SWIG_0", "D_vtkImplicitPolyDataDistance_SetNoGradient__SWIG_0")); mixin(bindCode("vtkImplicitPolyDataDistance_SetNoGradient__SWIG_1", "D_vtkImplicitPolyDataDistance_SetNoGradient__SWIG_1")); mixin(bindCode("vtkImplicitPolyDataDistance_GetNoGradient__SWIG_0", "D_vtkImplicitPolyDataDistance_GetNoGradient__SWIG_0")); mixin(bindCode("vtkImplicitPolyDataDistance_GetNoGradient__SWIG_1", "D_vtkImplicitPolyDataDistance_GetNoGradient__SWIG_1")); mixin(bindCode("vtkImplicitPolyDataDistance_GetNoGradient__SWIG_2", "D_vtkImplicitPolyDataDistance_GetNoGradient__SWIG_2")); mixin(bindCode("vtkImplicitPolyDataDistance_GetTolerance", "D_vtkImplicitPolyDataDistance_GetTolerance")); mixin(bindCode("vtkImplicitPolyDataDistance_SetTolerance", "D_vtkImplicitPolyDataDistance_SetTolerance")); mixin(bindCode("vtkImplicitPolyDataDistance_Upcast", "D_vtkImplicitPolyDataDistance_Upcast")); mixin(bindCode("vtkQuadraticWedge_New", "D_vtkQuadraticWedge_New")); mixin(bindCode("vtkQuadraticWedge_IsTypeOf", "D_vtkQuadraticWedge_IsTypeOf")); mixin(bindCode("vtkQuadraticWedge_SafeDownCast", "D_vtkQuadraticWedge_SafeDownCast")); mixin(bindCode("vtkQuadraticWedge_NewInstance", "D_vtkQuadraticWedge_NewInstance")); mixin(bindCode("vtkQuadraticWedge_InterpolationFunctions", "D_vtkQuadraticWedge_InterpolationFunctions")); mixin(bindCode("vtkQuadraticWedge_InterpolationDerivs", "D_vtkQuadraticWedge_InterpolationDerivs")); mixin(bindCode("vtkQuadraticWedge_InterpolateFunctions", "D_vtkQuadraticWedge_InterpolateFunctions")); mixin(bindCode("vtkQuadraticWedge_InterpolateDerivs", "D_vtkQuadraticWedge_InterpolateDerivs")); mixin(bindCode("vtkQuadraticWedge_GetEdgeArray", "D_vtkQuadraticWedge_GetEdgeArray")); mixin(bindCode("vtkQuadraticWedge_GetFaceArray", "D_vtkQuadraticWedge_GetFaceArray")); mixin(bindCode("vtkQuadraticWedge_JacobianInverse", "D_vtkQuadraticWedge_JacobianInverse")); mixin(bindCode("vtkQuadraticWedge_Upcast", "D_vtkQuadraticWedge_Upcast")); mixin(bindCode("vtkOpenGLPainterDeviceAdapter_IsTypeOf", "D_vtkOpenGLPainterDeviceAdapter_IsTypeOf")); mixin(bindCode("vtkOpenGLPainterDeviceAdapter_SafeDownCast", "D_vtkOpenGLPainterDeviceAdapter_SafeDownCast")); mixin(bindCode("vtkOpenGLPainterDeviceAdapter_NewInstance", "D_vtkOpenGLPainterDeviceAdapter_NewInstance")); mixin(bindCode("vtkOpenGLPainterDeviceAdapter_New", "D_vtkOpenGLPainterDeviceAdapter_New")); mixin(bindCode("vtkOpenGLPainterDeviceAdapter_SendAttribute__SWIG_0", "D_vtkOpenGLPainterDeviceAdapter_SendAttribute__SWIG_0")); mixin(bindCode("vtkOpenGLPainterDeviceAdapter_SendAttribute__SWIG_1", "D_vtkOpenGLPainterDeviceAdapter_SendAttribute__SWIG_1")); mixin(bindCode("vtkOpenGLPainterDeviceAdapter_Upcast", "D_vtkOpenGLPainterDeviceAdapter_Upcast")); mixin(bindCode("vtkXMLShader_New", "D_vtkXMLShader_New")); mixin(bindCode("vtkXMLShader_IsTypeOf", "D_vtkXMLShader_IsTypeOf")); mixin(bindCode("vtkXMLShader_SafeDownCast", "D_vtkXMLShader_SafeDownCast")); mixin(bindCode("vtkXMLShader_NewInstance", "D_vtkXMLShader_NewInstance")); mixin(bindCode("vtkXMLShader_GetRootElement", "D_vtkXMLShader_GetRootElement")); mixin(bindCode("vtkXMLShader_SetRootElement", "D_vtkXMLShader_SetRootElement")); mixin(bindCode("vtkXMLShader_GetLanguage", "D_vtkXMLShader_GetLanguage")); mixin(bindCode("vtkXMLShader_GetScope", "D_vtkXMLShader_GetScope")); mixin(bindCode("vtkXMLShader_GetLocation", "D_vtkXMLShader_GetLocation")); mixin(bindCode("vtkXMLShader_GetStyle", "D_vtkXMLShader_GetStyle")); mixin(bindCode("vtkXMLShader_GetName", "D_vtkXMLShader_GetName")); mixin(bindCode("vtkXMLShader_GetEntry", "D_vtkXMLShader_GetEntry")); mixin(bindCode("vtkXMLShader_GetCode", "D_vtkXMLShader_GetCode")); mixin(bindCode("vtkXMLShader_GetArgs", "D_vtkXMLShader_GetArgs")); mixin(bindCode("vtkXMLShader_LocateFile", "D_vtkXMLShader_LocateFile")); mixin(bindCode("vtkXMLShader_Upcast", "D_vtkXMLShader_Upcast")); mixin(bindCode("vtkOldStyleCallbackCommand_IsTypeOf", "D_vtkOldStyleCallbackCommand_IsTypeOf")); mixin(bindCode("vtkOldStyleCallbackCommand_SafeDownCast", "D_vtkOldStyleCallbackCommand_SafeDownCast")); mixin(bindCode("vtkOldStyleCallbackCommand_NewInstance", "D_vtkOldStyleCallbackCommand_NewInstance")); mixin(bindCode("vtkOldStyleCallbackCommand_New", "D_vtkOldStyleCallbackCommand_New")); mixin(bindCode("vtkOldStyleCallbackCommand_SetClientData", "D_vtkOldStyleCallbackCommand_SetClientData")); mixin(bindCode("vtkOldStyleCallbackCommand_SetCallback", "D_vtkOldStyleCallbackCommand_SetCallback")); mixin(bindCode("vtkOldStyleCallbackCommand_SetClientDataDeleteCallback", "D_vtkOldStyleCallbackCommand_SetClientDataDeleteCallback")); mixin(bindCode("vtkOldStyleCallbackCommand_ClientData_set", "D_vtkOldStyleCallbackCommand_ClientData_set")); mixin(bindCode("vtkOldStyleCallbackCommand_ClientData_get", "D_vtkOldStyleCallbackCommand_ClientData_get")); mixin(bindCode("vtkOldStyleCallbackCommand_Callback_set", "D_vtkOldStyleCallbackCommand_Callback_set")); mixin(bindCode("vtkOldStyleCallbackCommand_Callback_get", "D_vtkOldStyleCallbackCommand_Callback_get")); mixin(bindCode("vtkOldStyleCallbackCommand_ClientDataDeleteCallback_set", "D_vtkOldStyleCallbackCommand_ClientDataDeleteCallback_set")); mixin(bindCode("vtkOldStyleCallbackCommand_ClientDataDeleteCallback_get", "D_vtkOldStyleCallbackCommand_ClientDataDeleteCallback_get")); mixin(bindCode("vtkOldStyleCallbackCommand_Upcast", "D_vtkOldStyleCallbackCommand_Upcast")); mixin(bindCode("vtkPointPicker_New", "D_vtkPointPicker_New")); mixin(bindCode("vtkPointPicker_IsTypeOf", "D_vtkPointPicker_IsTypeOf")); mixin(bindCode("vtkPointPicker_SafeDownCast", "D_vtkPointPicker_SafeDownCast")); mixin(bindCode("vtkPointPicker_NewInstance", "D_vtkPointPicker_NewInstance")); mixin(bindCode("vtkPointPicker_GetPointId", "D_vtkPointPicker_GetPointId")); mixin(bindCode("vtkPointPicker_Upcast", "D_vtkPointPicker_Upcast")); mixin(bindCode("vtkInformationDoubleKey_IsTypeOf", "D_vtkInformationDoubleKey_IsTypeOf")); mixin(bindCode("vtkInformationDoubleKey_SafeDownCast", "D_vtkInformationDoubleKey_SafeDownCast")); mixin(bindCode("vtkInformationDoubleKey_NewInstance", "D_vtkInformationDoubleKey_NewInstance")); mixin(bindCode("new_vtkInformationDoubleKey", "D_new_vtkInformationDoubleKey")); mixin(bindCode("delete_vtkInformationDoubleKey", "D_delete_vtkInformationDoubleKey")); mixin(bindCode("vtkInformationDoubleKey_Set", "D_vtkInformationDoubleKey_Set")); mixin(bindCode("vtkInformationDoubleKey_Get", "D_vtkInformationDoubleKey_Get")); mixin(bindCode("vtkInformationDoubleKey_Upcast", "D_vtkInformationDoubleKey_Upcast")); mixin(bindCode("VTK_INSIDE_SMALLEST_REGION_get", "D_VTK_INSIDE_SMALLEST_REGION_get")); mixin(bindCode("VTK_INSIDE_LARGEST_REGION_get", "D_VTK_INSIDE_LARGEST_REGION_get")); mixin(bindCode("VTK_INSIDE_CLOSEST_POINT_REGION_get", "D_VTK_INSIDE_CLOSEST_POINT_REGION_get")); mixin(bindCode("vtkSelectPolyData_New", "D_vtkSelectPolyData_New")); mixin(bindCode("vtkSelectPolyData_IsTypeOf", "D_vtkSelectPolyData_IsTypeOf")); mixin(bindCode("vtkSelectPolyData_SafeDownCast", "D_vtkSelectPolyData_SafeDownCast")); mixin(bindCode("vtkSelectPolyData_NewInstance", "D_vtkSelectPolyData_NewInstance")); mixin(bindCode("vtkSelectPolyData_SetGenerateSelectionScalars", "D_vtkSelectPolyData_SetGenerateSelectionScalars")); mixin(bindCode("vtkSelectPolyData_GetGenerateSelectionScalars", "D_vtkSelectPolyData_GetGenerateSelectionScalars")); mixin(bindCode("vtkSelectPolyData_GenerateSelectionScalarsOn", "D_vtkSelectPolyData_GenerateSelectionScalarsOn")); mixin(bindCode("vtkSelectPolyData_GenerateSelectionScalarsOff", "D_vtkSelectPolyData_GenerateSelectionScalarsOff")); mixin(bindCode("vtkSelectPolyData_SetInsideOut", "D_vtkSelectPolyData_SetInsideOut")); mixin(bindCode("vtkSelectPolyData_GetInsideOut", "D_vtkSelectPolyData_GetInsideOut")); mixin(bindCode("vtkSelectPolyData_InsideOutOn", "D_vtkSelectPolyData_InsideOutOn")); mixin(bindCode("vtkSelectPolyData_InsideOutOff", "D_vtkSelectPolyData_InsideOutOff")); mixin(bindCode("vtkSelectPolyData_SetLoop", "D_vtkSelectPolyData_SetLoop")); mixin(bindCode("vtkSelectPolyData_GetLoop", "D_vtkSelectPolyData_GetLoop")); mixin(bindCode("vtkSelectPolyData_SetSelectionMode", "D_vtkSelectPolyData_SetSelectionMode")); mixin(bindCode("vtkSelectPolyData_GetSelectionModeMinValue", "D_vtkSelectPolyData_GetSelectionModeMinValue")); mixin(bindCode("vtkSelectPolyData_GetSelectionModeMaxValue", "D_vtkSelectPolyData_GetSelectionModeMaxValue")); mixin(bindCode("vtkSelectPolyData_GetSelectionMode", "D_vtkSelectPolyData_GetSelectionMode")); mixin(bindCode("vtkSelectPolyData_SetSelectionModeToSmallestRegion", "D_vtkSelectPolyData_SetSelectionModeToSmallestRegion")); mixin(bindCode("vtkSelectPolyData_SetSelectionModeToLargestRegion", "D_vtkSelectPolyData_SetSelectionModeToLargestRegion")); mixin(bindCode("vtkSelectPolyData_SetSelectionModeToClosestPointRegion", "D_vtkSelectPolyData_SetSelectionModeToClosestPointRegion")); mixin(bindCode("vtkSelectPolyData_GetSelectionModeAsString", "D_vtkSelectPolyData_GetSelectionModeAsString")); mixin(bindCode("vtkSelectPolyData_SetGenerateUnselectedOutput", "D_vtkSelectPolyData_SetGenerateUnselectedOutput")); mixin(bindCode("vtkSelectPolyData_GetGenerateUnselectedOutput", "D_vtkSelectPolyData_GetGenerateUnselectedOutput")); mixin(bindCode("vtkSelectPolyData_GenerateUnselectedOutputOn", "D_vtkSelectPolyData_GenerateUnselectedOutputOn")); mixin(bindCode("vtkSelectPolyData_GenerateUnselectedOutputOff", "D_vtkSelectPolyData_GenerateUnselectedOutputOff")); mixin(bindCode("vtkSelectPolyData_GetUnselectedOutput", "D_vtkSelectPolyData_GetUnselectedOutput")); mixin(bindCode("vtkSelectPolyData_GetSelectionEdges", "D_vtkSelectPolyData_GetSelectionEdges")); mixin(bindCode("vtkSelectPolyData_Upcast", "D_vtkSelectPolyData_Upcast")); mixin(bindCode("vtkQuad_New", "D_vtkQuad_New")); mixin(bindCode("vtkQuad_IsTypeOf", "D_vtkQuad_IsTypeOf")); mixin(bindCode("vtkQuad_SafeDownCast", "D_vtkQuad_SafeDownCast")); mixin(bindCode("vtkQuad_NewInstance", "D_vtkQuad_NewInstance")); mixin(bindCode("vtkQuad_InterpolationFunctions", "D_vtkQuad_InterpolationFunctions")); mixin(bindCode("vtkQuad_InterpolationDerivs", "D_vtkQuad_InterpolationDerivs")); mixin(bindCode("vtkQuad_InterpolateFunctions", "D_vtkQuad_InterpolateFunctions")); mixin(bindCode("vtkQuad_InterpolateDerivs", "D_vtkQuad_InterpolateDerivs")); mixin(bindCode("vtkQuad_GetEdgeArray", "D_vtkQuad_GetEdgeArray")); mixin(bindCode("vtkQuad_Upcast", "D_vtkQuad_Upcast")); mixin(bindCode("new_vtkQuaternionCharT__SWIG_0", "D_new_vtkQuaternionCharT__SWIG_0")); mixin(bindCode("new_vtkQuaternionCharT__SWIG_1", "D_new_vtkQuaternionCharT__SWIG_1")); mixin(bindCode("new_vtkQuaternionCharT__SWIG_2", "D_new_vtkQuaternionCharT__SWIG_2")); mixin(bindCode("new_vtkQuaternionCharT__SWIG_3", "D_new_vtkQuaternionCharT__SWIG_3")); mixin(bindCode("vtkQuaternionCharT_SquaredNorm", "D_vtkQuaternionCharT_SquaredNorm")); mixin(bindCode("vtkQuaternionCharT_Norm", "D_vtkQuaternionCharT_Norm")); mixin(bindCode("vtkQuaternionCharT_ToIdentity", "D_vtkQuaternionCharT_ToIdentity")); mixin(bindCode("vtkQuaternionCharT_Identity", "D_vtkQuaternionCharT_Identity")); mixin(bindCode("vtkQuaternionCharT_Normalize", "D_vtkQuaternionCharT_Normalize")); mixin(bindCode("vtkQuaternionCharT_Normalized", "D_vtkQuaternionCharT_Normalized")); mixin(bindCode("vtkQuaternionCharT_Conjugate", "D_vtkQuaternionCharT_Conjugate")); mixin(bindCode("vtkQuaternionCharT_Conjugated", "D_vtkQuaternionCharT_Conjugated")); mixin(bindCode("vtkQuaternionCharT_Invert", "D_vtkQuaternionCharT_Invert")); mixin(bindCode("vtkQuaternionCharT_Inverse", "D_vtkQuaternionCharT_Inverse")); mixin(bindCode("vtkQuaternionCharT_ToUnitLog", "D_vtkQuaternionCharT_ToUnitLog")); mixin(bindCode("vtkQuaternionCharT_UnitLog", "D_vtkQuaternionCharT_UnitLog")); mixin(bindCode("vtkQuaternionCharT_ToUnitExp", "D_vtkQuaternionCharT_ToUnitExp")); mixin(bindCode("vtkQuaternionCharT_UnitExp", "D_vtkQuaternionCharT_UnitExp")); mixin(bindCode("vtkQuaternionCharT_NormalizeWithAngleInDegrees", "D_vtkQuaternionCharT_NormalizeWithAngleInDegrees")); mixin(bindCode("vtkQuaternionCharT_NormalizedWithAngleInDegrees", "D_vtkQuaternionCharT_NormalizedWithAngleInDegrees")); mixin(bindCode("vtkQuaternionCharT_Set__SWIG_0", "D_vtkQuaternionCharT_Set__SWIG_0")); mixin(bindCode("vtkQuaternionCharT_Set__SWIG_1", "D_vtkQuaternionCharT_Set__SWIG_1")); mixin(bindCode("vtkQuaternionCharT_Get", "D_vtkQuaternionCharT_Get")); mixin(bindCode("vtkQuaternionCharT_SetW", "D_vtkQuaternionCharT_SetW")); mixin(bindCode("vtkQuaternionCharT_GetW", "D_vtkQuaternionCharT_GetW")); mixin(bindCode("vtkQuaternionCharT_SetX", "D_vtkQuaternionCharT_SetX")); mixin(bindCode("vtkQuaternionCharT_GetX", "D_vtkQuaternionCharT_GetX")); mixin(bindCode("vtkQuaternionCharT_SetY", "D_vtkQuaternionCharT_SetY")); mixin(bindCode("vtkQuaternionCharT_GetY", "D_vtkQuaternionCharT_GetY")); mixin(bindCode("vtkQuaternionCharT_SetZ", "D_vtkQuaternionCharT_SetZ")); mixin(bindCode("vtkQuaternionCharT_GetZ", "D_vtkQuaternionCharT_GetZ")); mixin(bindCode("vtkQuaternionCharT_GetRotationAngleAndAxis", "D_vtkQuaternionCharT_GetRotationAngleAndAxis")); mixin(bindCode("vtkQuaternionCharT_SetRotationAngleAndAxis__SWIG_0", "D_vtkQuaternionCharT_SetRotationAngleAndAxis__SWIG_0")); mixin(bindCode("vtkQuaternionCharT_SetRotationAngleAndAxis__SWIG_1", "D_vtkQuaternionCharT_SetRotationAngleAndAxis__SWIG_1")); mixin(bindCode("vtkQuaternionCharT_ToMatrix3x3", "D_vtkQuaternionCharT_ToMatrix3x3")); mixin(bindCode("vtkQuaternionCharT_FromMatrix3x3", "D_vtkQuaternionCharT_FromMatrix3x3")); mixin(bindCode("vtkQuaternionCharT_Slerp", "D_vtkQuaternionCharT_Slerp")); mixin(bindCode("vtkQuaternionCharT_InnerPoint", "D_vtkQuaternionCharT_InnerPoint")); mixin(bindCode("vtkQuaternionCharT_Equal", "D_vtkQuaternionCharT_Equal")); mixin(bindCode("vtkQuaternionCharT_swigOpAdd", "D_vtkQuaternionCharT_swigOpAdd")); mixin(bindCode("vtkQuaternionCharT_swigOpSub", "D_vtkQuaternionCharT_swigOpSub")); mixin(bindCode("vtkQuaternionCharT_swigOpMul__SWIG_0", "D_vtkQuaternionCharT_swigOpMul__SWIG_0")); mixin(bindCode("vtkQuaternionCharT_swigOpMul__SWIG_1", "D_vtkQuaternionCharT_swigOpMul__SWIG_1")); mixin(bindCode("vtkQuaternionCharT_swigOpMulAssign", "D_vtkQuaternionCharT_swigOpMulAssign")); mixin(bindCode("vtkQuaternionCharT_swigOpDiv__SWIG_0", "D_vtkQuaternionCharT_swigOpDiv__SWIG_0")); mixin(bindCode("vtkQuaternionCharT_swigOpDiv__SWIG_1", "D_vtkQuaternionCharT_swigOpDiv__SWIG_1")); mixin(bindCode("vtkQuaternionCharT_swigOpDivAssign", "D_vtkQuaternionCharT_swigOpDivAssign")); mixin(bindCode("delete_vtkQuaternionCharT", "D_delete_vtkQuaternionCharT")); mixin(bindCode("vtkQuaternionCharT_Upcast", "D_vtkQuaternionCharT_Upcast")); mixin(bindCode("new_vtkQuaternionUCharT__SWIG_0", "D_new_vtkQuaternionUCharT__SWIG_0")); mixin(bindCode("new_vtkQuaternionUCharT__SWIG_1", "D_new_vtkQuaternionUCharT__SWIG_1")); mixin(bindCode("new_vtkQuaternionUCharT__SWIG_2", "D_new_vtkQuaternionUCharT__SWIG_2")); mixin(bindCode("new_vtkQuaternionUCharT__SWIG_3", "D_new_vtkQuaternionUCharT__SWIG_3")); mixin(bindCode("vtkQuaternionUCharT_SquaredNorm", "D_vtkQuaternionUCharT_SquaredNorm")); mixin(bindCode("vtkQuaternionUCharT_Norm", "D_vtkQuaternionUCharT_Norm")); mixin(bindCode("vtkQuaternionUCharT_ToIdentity", "D_vtkQuaternionUCharT_ToIdentity")); mixin(bindCode("vtkQuaternionUCharT_Identity", "D_vtkQuaternionUCharT_Identity")); mixin(bindCode("vtkQuaternionUCharT_Normalize", "D_vtkQuaternionUCharT_Normalize")); mixin(bindCode("vtkQuaternionUCharT_Normalized", "D_vtkQuaternionUCharT_Normalized")); mixin(bindCode("vtkQuaternionUCharT_Conjugate", "D_vtkQuaternionUCharT_Conjugate")); mixin(bindCode("vtkQuaternionUCharT_Conjugated", "D_vtkQuaternionUCharT_Conjugated")); mixin(bindCode("vtkQuaternionUCharT_Invert", "D_vtkQuaternionUCharT_Invert")); mixin(bindCode("vtkQuaternionUCharT_Inverse", "D_vtkQuaternionUCharT_Inverse")); mixin(bindCode("vtkQuaternionUCharT_ToUnitLog", "D_vtkQuaternionUCharT_ToUnitLog")); mixin(bindCode("vtkQuaternionUCharT_UnitLog", "D_vtkQuaternionUCharT_UnitLog")); mixin(bindCode("vtkQuaternionUCharT_ToUnitExp", "D_vtkQuaternionUCharT_ToUnitExp")); mixin(bindCode("vtkQuaternionUCharT_UnitExp", "D_vtkQuaternionUCharT_UnitExp")); mixin(bindCode("vtkQuaternionUCharT_NormalizeWithAngleInDegrees", "D_vtkQuaternionUCharT_NormalizeWithAngleInDegrees")); mixin(bindCode("vtkQuaternionUCharT_NormalizedWithAngleInDegrees", "D_vtkQuaternionUCharT_NormalizedWithAngleInDegrees")); mixin(bindCode("vtkQuaternionUCharT_Set__SWIG_0", "D_vtkQuaternionUCharT_Set__SWIG_0")); mixin(bindCode("vtkQuaternionUCharT_Set__SWIG_1", "D_vtkQuaternionUCharT_Set__SWIG_1")); mixin(bindCode("vtkQuaternionUCharT_Get", "D_vtkQuaternionUCharT_Get")); mixin(bindCode("vtkQuaternionUCharT_SetW", "D_vtkQuaternionUCharT_SetW")); mixin(bindCode("vtkQuaternionUCharT_GetW", "D_vtkQuaternionUCharT_GetW")); mixin(bindCode("vtkQuaternionUCharT_SetX", "D_vtkQuaternionUCharT_SetX")); mixin(bindCode("vtkQuaternionUCharT_GetX", "D_vtkQuaternionUCharT_GetX")); mixin(bindCode("vtkQuaternionUCharT_SetY", "D_vtkQuaternionUCharT_SetY")); mixin(bindCode("vtkQuaternionUCharT_GetY", "D_vtkQuaternionUCharT_GetY")); mixin(bindCode("vtkQuaternionUCharT_SetZ", "D_vtkQuaternionUCharT_SetZ")); mixin(bindCode("vtkQuaternionUCharT_GetZ", "D_vtkQuaternionUCharT_GetZ")); mixin(bindCode("vtkQuaternionUCharT_GetRotationAngleAndAxis", "D_vtkQuaternionUCharT_GetRotationAngleAndAxis")); mixin(bindCode("vtkQuaternionUCharT_SetRotationAngleAndAxis__SWIG_0", "D_vtkQuaternionUCharT_SetRotationAngleAndAxis__SWIG_0")); mixin(bindCode("vtkQuaternionUCharT_SetRotationAngleAndAxis__SWIG_1", "D_vtkQuaternionUCharT_SetRotationAngleAndAxis__SWIG_1")); mixin(bindCode("vtkQuaternionUCharT_ToMatrix3x3", "D_vtkQuaternionUCharT_ToMatrix3x3")); mixin(bindCode("vtkQuaternionUCharT_FromMatrix3x3", "D_vtkQuaternionUCharT_FromMatrix3x3")); mixin(bindCode("vtkQuaternionUCharT_Slerp", "D_vtkQuaternionUCharT_Slerp")); mixin(bindCode("vtkQuaternionUCharT_InnerPoint", "D_vtkQuaternionUCharT_InnerPoint")); mixin(bindCode("vtkQuaternionUCharT_Equal", "D_vtkQuaternionUCharT_Equal")); mixin(bindCode("vtkQuaternionUCharT_swigOpAdd", "D_vtkQuaternionUCharT_swigOpAdd")); mixin(bindCode("vtkQuaternionUCharT_swigOpSub", "D_vtkQuaternionUCharT_swigOpSub")); mixin(bindCode("vtkQuaternionUCharT_swigOpMul__SWIG_0", "D_vtkQuaternionUCharT_swigOpMul__SWIG_0")); mixin(bindCode("vtkQuaternionUCharT_swigOpMul__SWIG_1", "D_vtkQuaternionUCharT_swigOpMul__SWIG_1")); mixin(bindCode("vtkQuaternionUCharT_swigOpMulAssign", "D_vtkQuaternionUCharT_swigOpMulAssign")); mixin(bindCode("vtkQuaternionUCharT_swigOpDiv__SWIG_0", "D_vtkQuaternionUCharT_swigOpDiv__SWIG_0")); mixin(bindCode("vtkQuaternionUCharT_swigOpDiv__SWIG_1", "D_vtkQuaternionUCharT_swigOpDiv__SWIG_1")); mixin(bindCode("vtkQuaternionUCharT_swigOpDivAssign", "D_vtkQuaternionUCharT_swigOpDivAssign")); mixin(bindCode("delete_vtkQuaternionUCharT", "D_delete_vtkQuaternionUCharT")); mixin(bindCode("vtkQuaternionUCharT_Upcast", "D_vtkQuaternionUCharT_Upcast")); mixin(bindCode("new_vtkQuaternionShortT__SWIG_0", "D_new_vtkQuaternionShortT__SWIG_0")); mixin(bindCode("new_vtkQuaternionShortT__SWIG_1", "D_new_vtkQuaternionShortT__SWIG_1")); mixin(bindCode("new_vtkQuaternionShortT__SWIG_2", "D_new_vtkQuaternionShortT__SWIG_2")); mixin(bindCode("new_vtkQuaternionShortT__SWIG_3", "D_new_vtkQuaternionShortT__SWIG_3")); mixin(bindCode("vtkQuaternionShortT_SquaredNorm", "D_vtkQuaternionShortT_SquaredNorm")); mixin(bindCode("vtkQuaternionShortT_Norm", "D_vtkQuaternionShortT_Norm")); mixin(bindCode("vtkQuaternionShortT_ToIdentity", "D_vtkQuaternionShortT_ToIdentity")); mixin(bindCode("vtkQuaternionShortT_Identity", "D_vtkQuaternionShortT_Identity")); mixin(bindCode("vtkQuaternionShortT_Normalize", "D_vtkQuaternionShortT_Normalize")); mixin(bindCode("vtkQuaternionShortT_Normalized", "D_vtkQuaternionShortT_Normalized")); mixin(bindCode("vtkQuaternionShortT_Conjugate", "D_vtkQuaternionShortT_Conjugate")); mixin(bindCode("vtkQuaternionShortT_Conjugated", "D_vtkQuaternionShortT_Conjugated")); mixin(bindCode("vtkQuaternionShortT_Invert", "D_vtkQuaternionShortT_Invert")); mixin(bindCode("vtkQuaternionShortT_Inverse", "D_vtkQuaternionShortT_Inverse")); mixin(bindCode("vtkQuaternionShortT_ToUnitLog", "D_vtkQuaternionShortT_ToUnitLog")); mixin(bindCode("vtkQuaternionShortT_UnitLog", "D_vtkQuaternionShortT_UnitLog")); mixin(bindCode("vtkQuaternionShortT_ToUnitExp", "D_vtkQuaternionShortT_ToUnitExp")); mixin(bindCode("vtkQuaternionShortT_UnitExp", "D_vtkQuaternionShortT_UnitExp")); mixin(bindCode("vtkQuaternionShortT_NormalizeWithAngleInDegrees", "D_vtkQuaternionShortT_NormalizeWithAngleInDegrees")); mixin(bindCode("vtkQuaternionShortT_NormalizedWithAngleInDegrees", "D_vtkQuaternionShortT_NormalizedWithAngleInDegrees")); mixin(bindCode("vtkQuaternionShortT_Set__SWIG_0", "D_vtkQuaternionShortT_Set__SWIG_0")); mixin(bindCode("vtkQuaternionShortT_Set__SWIG_1", "D_vtkQuaternionShortT_Set__SWIG_1")); mixin(bindCode("vtkQuaternionShortT_Get", "D_vtkQuaternionShortT_Get")); mixin(bindCode("vtkQuaternionShortT_SetW", "D_vtkQuaternionShortT_SetW")); mixin(bindCode("vtkQuaternionShortT_GetW", "D_vtkQuaternionShortT_GetW")); mixin(bindCode("vtkQuaternionShortT_SetX", "D_vtkQuaternionShortT_SetX")); mixin(bindCode("vtkQuaternionShortT_GetX", "D_vtkQuaternionShortT_GetX")); mixin(bindCode("vtkQuaternionShortT_SetY", "D_vtkQuaternionShortT_SetY")); mixin(bindCode("vtkQuaternionShortT_GetY", "D_vtkQuaternionShortT_GetY")); mixin(bindCode("vtkQuaternionShortT_SetZ", "D_vtkQuaternionShortT_SetZ")); mixin(bindCode("vtkQuaternionShortT_GetZ", "D_vtkQuaternionShortT_GetZ")); mixin(bindCode("vtkQuaternionShortT_GetRotationAngleAndAxis", "D_vtkQuaternionShortT_GetRotationAngleAndAxis")); mixin(bindCode("vtkQuaternionShortT_SetRotationAngleAndAxis__SWIG_0", "D_vtkQuaternionShortT_SetRotationAngleAndAxis__SWIG_0")); mixin(bindCode("vtkQuaternionShortT_SetRotationAngleAndAxis__SWIG_1", "D_vtkQuaternionShortT_SetRotationAngleAndAxis__SWIG_1")); mixin(bindCode("vtkQuaternionShortT_ToMatrix3x3", "D_vtkQuaternionShortT_ToMatrix3x3")); mixin(bindCode("vtkQuaternionShortT_FromMatrix3x3", "D_vtkQuaternionShortT_FromMatrix3x3")); mixin(bindCode("vtkQuaternionShortT_Slerp", "D_vtkQuaternionShortT_Slerp")); mixin(bindCode("vtkQuaternionShortT_InnerPoint", "D_vtkQuaternionShortT_InnerPoint")); mixin(bindCode("vtkQuaternionShortT_Equal", "D_vtkQuaternionShortT_Equal")); mixin(bindCode("vtkQuaternionShortT_swigOpAdd", "D_vtkQuaternionShortT_swigOpAdd")); mixin(bindCode("vtkQuaternionShortT_swigOpSub", "D_vtkQuaternionShortT_swigOpSub")); mixin(bindCode("vtkQuaternionShortT_swigOpMul__SWIG_0", "D_vtkQuaternionShortT_swigOpMul__SWIG_0")); mixin(bindCode("vtkQuaternionShortT_swigOpMul__SWIG_1", "D_vtkQuaternionShortT_swigOpMul__SWIG_1")); mixin(bindCode("vtkQuaternionShortT_swigOpMulAssign", "D_vtkQuaternionShortT_swigOpMulAssign")); mixin(bindCode("vtkQuaternionShortT_swigOpDiv__SWIG_0", "D_vtkQuaternionShortT_swigOpDiv__SWIG_0")); mixin(bindCode("vtkQuaternionShortT_swigOpDiv__SWIG_1", "D_vtkQuaternionShortT_swigOpDiv__SWIG_1")); mixin(bindCode("vtkQuaternionShortT_swigOpDivAssign", "D_vtkQuaternionShortT_swigOpDivAssign")); mixin(bindCode("delete_vtkQuaternionShortT", "D_delete_vtkQuaternionShortT")); mixin(bindCode("vtkQuaternionShortT_Upcast", "D_vtkQuaternionShortT_Upcast")); mixin(bindCode("new_vtkQuaternionUShortT__SWIG_0", "D_new_vtkQuaternionUShortT__SWIG_0")); mixin(bindCode("new_vtkQuaternionUShortT__SWIG_1", "D_new_vtkQuaternionUShortT__SWIG_1")); mixin(bindCode("new_vtkQuaternionUShortT__SWIG_2", "D_new_vtkQuaternionUShortT__SWIG_2")); mixin(bindCode("new_vtkQuaternionUShortT__SWIG_3", "D_new_vtkQuaternionUShortT__SWIG_3")); mixin(bindCode("vtkQuaternionUShortT_SquaredNorm", "D_vtkQuaternionUShortT_SquaredNorm")); mixin(bindCode("vtkQuaternionUShortT_Norm", "D_vtkQuaternionUShortT_Norm")); mixin(bindCode("vtkQuaternionUShortT_ToIdentity", "D_vtkQuaternionUShortT_ToIdentity")); mixin(bindCode("vtkQuaternionUShortT_Identity", "D_vtkQuaternionUShortT_Identity")); mixin(bindCode("vtkQuaternionUShortT_Normalize", "D_vtkQuaternionUShortT_Normalize")); mixin(bindCode("vtkQuaternionUShortT_Normalized", "D_vtkQuaternionUShortT_Normalized")); mixin(bindCode("vtkQuaternionUShortT_Conjugate", "D_vtkQuaternionUShortT_Conjugate")); mixin(bindCode("vtkQuaternionUShortT_Conjugated", "D_vtkQuaternionUShortT_Conjugated")); mixin(bindCode("vtkQuaternionUShortT_Invert", "D_vtkQuaternionUShortT_Invert")); mixin(bindCode("vtkQuaternionUShortT_Inverse", "D_vtkQuaternionUShortT_Inverse")); mixin(bindCode("vtkQuaternionUShortT_ToUnitLog", "D_vtkQuaternionUShortT_ToUnitLog")); mixin(bindCode("vtkQuaternionUShortT_UnitLog", "D_vtkQuaternionUShortT_UnitLog")); mixin(bindCode("vtkQuaternionUShortT_ToUnitExp", "D_vtkQuaternionUShortT_ToUnitExp")); mixin(bindCode("vtkQuaternionUShortT_UnitExp", "D_vtkQuaternionUShortT_UnitExp")); mixin(bindCode("vtkQuaternionUShortT_NormalizeWithAngleInDegrees", "D_vtkQuaternionUShortT_NormalizeWithAngleInDegrees")); mixin(bindCode("vtkQuaternionUShortT_NormalizedWithAngleInDegrees", "D_vtkQuaternionUShortT_NormalizedWithAngleInDegrees")); mixin(bindCode("vtkQuaternionUShortT_Set__SWIG_0", "D_vtkQuaternionUShortT_Set__SWIG_0")); mixin(bindCode("vtkQuaternionUShortT_Set__SWIG_1", "D_vtkQuaternionUShortT_Set__SWIG_1")); mixin(bindCode("vtkQuaternionUShortT_Get", "D_vtkQuaternionUShortT_Get")); mixin(bindCode("vtkQuaternionUShortT_SetW", "D_vtkQuaternionUShortT_SetW")); mixin(bindCode("vtkQuaternionUShortT_GetW", "D_vtkQuaternionUShortT_GetW")); mixin(bindCode("vtkQuaternionUShortT_SetX", "D_vtkQuaternionUShortT_SetX")); mixin(bindCode("vtkQuaternionUShortT_GetX", "D_vtkQuaternionUShortT_GetX")); mixin(bindCode("vtkQuaternionUShortT_SetY", "D_vtkQuaternionUShortT_SetY")); mixin(bindCode("vtkQuaternionUShortT_GetY", "D_vtkQuaternionUShortT_GetY")); mixin(bindCode("vtkQuaternionUShortT_SetZ", "D_vtkQuaternionUShortT_SetZ")); mixin(bindCode("vtkQuaternionUShortT_GetZ", "D_vtkQuaternionUShortT_GetZ")); mixin(bindCode("vtkQuaternionUShortT_GetRotationAngleAndAxis", "D_vtkQuaternionUShortT_GetRotationAngleAndAxis")); mixin(bindCode("vtkQuaternionUShortT_SetRotationAngleAndAxis__SWIG_0", "D_vtkQuaternionUShortT_SetRotationAngleAndAxis__SWIG_0")); mixin(bindCode("vtkQuaternionUShortT_SetRotationAngleAndAxis__SWIG_1", "D_vtkQuaternionUShortT_SetRotationAngleAndAxis__SWIG_1")); mixin(bindCode("vtkQuaternionUShortT_ToMatrix3x3", "D_vtkQuaternionUShortT_ToMatrix3x3")); mixin(bindCode("vtkQuaternionUShortT_FromMatrix3x3", "D_vtkQuaternionUShortT_FromMatrix3x3")); mixin(bindCode("vtkQuaternionUShortT_Slerp", "D_vtkQuaternionUShortT_Slerp")); mixin(bindCode("vtkQuaternionUShortT_InnerPoint", "D_vtkQuaternionUShortT_InnerPoint")); mixin(bindCode("vtkQuaternionUShortT_Equal", "D_vtkQuaternionUShortT_Equal")); mixin(bindCode("vtkQuaternionUShortT_swigOpAdd", "D_vtkQuaternionUShortT_swigOpAdd")); mixin(bindCode("vtkQuaternionUShortT_swigOpSub", "D_vtkQuaternionUShortT_swigOpSub")); mixin(bindCode("vtkQuaternionUShortT_swigOpMul__SWIG_0", "D_vtkQuaternionUShortT_swigOpMul__SWIG_0")); mixin(bindCode("vtkQuaternionUShortT_swigOpMul__SWIG_1", "D_vtkQuaternionUShortT_swigOpMul__SWIG_1")); mixin(bindCode("vtkQuaternionUShortT_swigOpMulAssign", "D_vtkQuaternionUShortT_swigOpMulAssign")); mixin(bindCode("vtkQuaternionUShortT_swigOpDiv__SWIG_0", "D_vtkQuaternionUShortT_swigOpDiv__SWIG_0")); mixin(bindCode("vtkQuaternionUShortT_swigOpDiv__SWIG_1", "D_vtkQuaternionUShortT_swigOpDiv__SWIG_1")); mixin(bindCode("vtkQuaternionUShortT_swigOpDivAssign", "D_vtkQuaternionUShortT_swigOpDivAssign")); mixin(bindCode("delete_vtkQuaternionUShortT", "D_delete_vtkQuaternionUShortT")); mixin(bindCode("vtkQuaternionUShortT_Upcast", "D_vtkQuaternionUShortT_Upcast")); mixin(bindCode("new_vtkQuaternionIntT__SWIG_0", "D_new_vtkQuaternionIntT__SWIG_0")); mixin(bindCode("new_vtkQuaternionIntT__SWIG_1", "D_new_vtkQuaternionIntT__SWIG_1")); mixin(bindCode("new_vtkQuaternionIntT__SWIG_2", "D_new_vtkQuaternionIntT__SWIG_2")); mixin(bindCode("new_vtkQuaternionIntT__SWIG_3", "D_new_vtkQuaternionIntT__SWIG_3")); mixin(bindCode("vtkQuaternionIntT_SquaredNorm", "D_vtkQuaternionIntT_SquaredNorm")); mixin(bindCode("vtkQuaternionIntT_Norm", "D_vtkQuaternionIntT_Norm")); mixin(bindCode("vtkQuaternionIntT_ToIdentity", "D_vtkQuaternionIntT_ToIdentity")); mixin(bindCode("vtkQuaternionIntT_Identity", "D_vtkQuaternionIntT_Identity")); mixin(bindCode("vtkQuaternionIntT_Normalize", "D_vtkQuaternionIntT_Normalize")); mixin(bindCode("vtkQuaternionIntT_Normalized", "D_vtkQuaternionIntT_Normalized")); mixin(bindCode("vtkQuaternionIntT_Conjugate", "D_vtkQuaternionIntT_Conjugate")); mixin(bindCode("vtkQuaternionIntT_Conjugated", "D_vtkQuaternionIntT_Conjugated")); mixin(bindCode("vtkQuaternionIntT_Invert", "D_vtkQuaternionIntT_Invert")); mixin(bindCode("vtkQuaternionIntT_Inverse", "D_vtkQuaternionIntT_Inverse")); mixin(bindCode("vtkQuaternionIntT_ToUnitLog", "D_vtkQuaternionIntT_ToUnitLog")); mixin(bindCode("vtkQuaternionIntT_UnitLog", "D_vtkQuaternionIntT_UnitLog")); mixin(bindCode("vtkQuaternionIntT_ToUnitExp", "D_vtkQuaternionIntT_ToUnitExp")); mixin(bindCode("vtkQuaternionIntT_UnitExp", "D_vtkQuaternionIntT_UnitExp")); mixin(bindCode("vtkQuaternionIntT_NormalizeWithAngleInDegrees", "D_vtkQuaternionIntT_NormalizeWithAngleInDegrees")); mixin(bindCode("vtkQuaternionIntT_NormalizedWithAngleInDegrees", "D_vtkQuaternionIntT_NormalizedWithAngleInDegrees")); mixin(bindCode("vtkQuaternionIntT_Set__SWIG_0", "D_vtkQuaternionIntT_Set__SWIG_0")); mixin(bindCode("vtkQuaternionIntT_Set__SWIG_1", "D_vtkQuaternionIntT_Set__SWIG_1")); mixin(bindCode("vtkQuaternionIntT_Get", "D_vtkQuaternionIntT_Get")); mixin(bindCode("vtkQuaternionIntT_SetW", "D_vtkQuaternionIntT_SetW")); mixin(bindCode("vtkQuaternionIntT_GetW", "D_vtkQuaternionIntT_GetW")); mixin(bindCode("vtkQuaternionIntT_SetX", "D_vtkQuaternionIntT_SetX")); mixin(bindCode("vtkQuaternionIntT_GetX", "D_vtkQuaternionIntT_GetX")); mixin(bindCode("vtkQuaternionIntT_SetY", "D_vtkQuaternionIntT_SetY")); mixin(bindCode("vtkQuaternionIntT_GetY", "D_vtkQuaternionIntT_GetY")); mixin(bindCode("vtkQuaternionIntT_SetZ", "D_vtkQuaternionIntT_SetZ")); mixin(bindCode("vtkQuaternionIntT_GetZ", "D_vtkQuaternionIntT_GetZ")); mixin(bindCode("vtkQuaternionIntT_GetRotationAngleAndAxis", "D_vtkQuaternionIntT_GetRotationAngleAndAxis")); mixin(bindCode("vtkQuaternionIntT_SetRotationAngleAndAxis__SWIG_0", "D_vtkQuaternionIntT_SetRotationAngleAndAxis__SWIG_0")); mixin(bindCode("vtkQuaternionIntT_SetRotationAngleAndAxis__SWIG_1", "D_vtkQuaternionIntT_SetRotationAngleAndAxis__SWIG_1")); mixin(bindCode("vtkQuaternionIntT_ToMatrix3x3", "D_vtkQuaternionIntT_ToMatrix3x3")); mixin(bindCode("vtkQuaternionIntT_FromMatrix3x3", "D_vtkQuaternionIntT_FromMatrix3x3")); mixin(bindCode("vtkQuaternionIntT_Slerp", "D_vtkQuaternionIntT_Slerp")); mixin(bindCode("vtkQuaternionIntT_InnerPoint", "D_vtkQuaternionIntT_InnerPoint")); mixin(bindCode("vtkQuaternionIntT_Equal", "D_vtkQuaternionIntT_Equal")); mixin(bindCode("vtkQuaternionIntT_swigOpAdd", "D_vtkQuaternionIntT_swigOpAdd")); mixin(bindCode("vtkQuaternionIntT_swigOpSub", "D_vtkQuaternionIntT_swigOpSub")); mixin(bindCode("vtkQuaternionIntT_swigOpMul__SWIG_0", "D_vtkQuaternionIntT_swigOpMul__SWIG_0")); mixin(bindCode("vtkQuaternionIntT_swigOpMul__SWIG_1", "D_vtkQuaternionIntT_swigOpMul__SWIG_1")); mixin(bindCode("vtkQuaternionIntT_swigOpMulAssign", "D_vtkQuaternionIntT_swigOpMulAssign")); mixin(bindCode("vtkQuaternionIntT_swigOpDiv__SWIG_0", "D_vtkQuaternionIntT_swigOpDiv__SWIG_0")); mixin(bindCode("vtkQuaternionIntT_swigOpDiv__SWIG_1", "D_vtkQuaternionIntT_swigOpDiv__SWIG_1")); mixin(bindCode("vtkQuaternionIntT_swigOpDivAssign", "D_vtkQuaternionIntT_swigOpDivAssign")); mixin(bindCode("delete_vtkQuaternionIntT", "D_delete_vtkQuaternionIntT")); mixin(bindCode("vtkQuaternionIntT_Upcast", "D_vtkQuaternionIntT_Upcast")); mixin(bindCode("new_vtkQuaternionUIntT__SWIG_0", "D_new_vtkQuaternionUIntT__SWIG_0")); mixin(bindCode("new_vtkQuaternionUIntT__SWIG_1", "D_new_vtkQuaternionUIntT__SWIG_1")); mixin(bindCode("new_vtkQuaternionUIntT__SWIG_2", "D_new_vtkQuaternionUIntT__SWIG_2")); mixin(bindCode("new_vtkQuaternionUIntT__SWIG_3", "D_new_vtkQuaternionUIntT__SWIG_3")); mixin(bindCode("vtkQuaternionUIntT_SquaredNorm", "D_vtkQuaternionUIntT_SquaredNorm")); mixin(bindCode("vtkQuaternionUIntT_Norm", "D_vtkQuaternionUIntT_Norm")); mixin(bindCode("vtkQuaternionUIntT_ToIdentity", "D_vtkQuaternionUIntT_ToIdentity")); mixin(bindCode("vtkQuaternionUIntT_Identity", "D_vtkQuaternionUIntT_Identity")); mixin(bindCode("vtkQuaternionUIntT_Normalize", "D_vtkQuaternionUIntT_Normalize")); mixin(bindCode("vtkQuaternionUIntT_Normalized", "D_vtkQuaternionUIntT_Normalized")); mixin(bindCode("vtkQuaternionUIntT_Conjugate", "D_vtkQuaternionUIntT_Conjugate")); mixin(bindCode("vtkQuaternionUIntT_Conjugated", "D_vtkQuaternionUIntT_Conjugated")); mixin(bindCode("vtkQuaternionUIntT_Invert", "D_vtkQuaternionUIntT_Invert")); mixin(bindCode("vtkQuaternionUIntT_Inverse", "D_vtkQuaternionUIntT_Inverse")); mixin(bindCode("vtkQuaternionUIntT_ToUnitLog", "D_vtkQuaternionUIntT_ToUnitLog")); mixin(bindCode("vtkQuaternionUIntT_UnitLog", "D_vtkQuaternionUIntT_UnitLog")); mixin(bindCode("vtkQuaternionUIntT_ToUnitExp", "D_vtkQuaternionUIntT_ToUnitExp")); mixin(bindCode("vtkQuaternionUIntT_UnitExp", "D_vtkQuaternionUIntT_UnitExp")); mixin(bindCode("vtkQuaternionUIntT_NormalizeWithAngleInDegrees", "D_vtkQuaternionUIntT_NormalizeWithAngleInDegrees")); mixin(bindCode("vtkQuaternionUIntT_NormalizedWithAngleInDegrees", "D_vtkQuaternionUIntT_NormalizedWithAngleInDegrees")); mixin(bindCode("vtkQuaternionUIntT_Set__SWIG_0", "D_vtkQuaternionUIntT_Set__SWIG_0")); mixin(bindCode("vtkQuaternionUIntT_Set__SWIG_1", "D_vtkQuaternionUIntT_Set__SWIG_1")); mixin(bindCode("vtkQuaternionUIntT_Get", "D_vtkQuaternionUIntT_Get")); mixin(bindCode("vtkQuaternionUIntT_SetW", "D_vtkQuaternionUIntT_SetW")); mixin(bindCode("vtkQuaternionUIntT_GetW", "D_vtkQuaternionUIntT_GetW")); mixin(bindCode("vtkQuaternionUIntT_SetX", "D_vtkQuaternionUIntT_SetX")); mixin(bindCode("vtkQuaternionUIntT_GetX", "D_vtkQuaternionUIntT_GetX")); mixin(bindCode("vtkQuaternionUIntT_SetY", "D_vtkQuaternionUIntT_SetY")); mixin(bindCode("vtkQuaternionUIntT_GetY", "D_vtkQuaternionUIntT_GetY")); mixin(bindCode("vtkQuaternionUIntT_SetZ", "D_vtkQuaternionUIntT_SetZ")); mixin(bindCode("vtkQuaternionUIntT_GetZ", "D_vtkQuaternionUIntT_GetZ")); mixin(bindCode("vtkQuaternionUIntT_GetRotationAngleAndAxis", "D_vtkQuaternionUIntT_GetRotationAngleAndAxis")); mixin(bindCode("vtkQuaternionUIntT_SetRotationAngleAndAxis__SWIG_0", "D_vtkQuaternionUIntT_SetRotationAngleAndAxis__SWIG_0")); mixin(bindCode("vtkQuaternionUIntT_SetRotationAngleAndAxis__SWIG_1", "D_vtkQuaternionUIntT_SetRotationAngleAndAxis__SWIG_1")); mixin(bindCode("vtkQuaternionUIntT_ToMatrix3x3", "D_vtkQuaternionUIntT_ToMatrix3x3")); mixin(bindCode("vtkQuaternionUIntT_FromMatrix3x3", "D_vtkQuaternionUIntT_FromMatrix3x3")); mixin(bindCode("vtkQuaternionUIntT_Slerp", "D_vtkQuaternionUIntT_Slerp")); mixin(bindCode("vtkQuaternionUIntT_InnerPoint", "D_vtkQuaternionUIntT_InnerPoint")); mixin(bindCode("vtkQuaternionUIntT_Equal", "D_vtkQuaternionUIntT_Equal")); mixin(bindCode("vtkQuaternionUIntT_swigOpAdd", "D_vtkQuaternionUIntT_swigOpAdd")); mixin(bindCode("vtkQuaternionUIntT_swigOpSub", "D_vtkQuaternionUIntT_swigOpSub")); mixin(bindCode("vtkQuaternionUIntT_swigOpMul__SWIG_0", "D_vtkQuaternionUIntT_swigOpMul__SWIG_0")); mixin(bindCode("vtkQuaternionUIntT_swigOpMul__SWIG_1", "D_vtkQuaternionUIntT_swigOpMul__SWIG_1")); mixin(bindCode("vtkQuaternionUIntT_swigOpMulAssign", "D_vtkQuaternionUIntT_swigOpMulAssign")); mixin(bindCode("vtkQuaternionUIntT_swigOpDiv__SWIG_0", "D_vtkQuaternionUIntT_swigOpDiv__SWIG_0")); mixin(bindCode("vtkQuaternionUIntT_swigOpDiv__SWIG_1", "D_vtkQuaternionUIntT_swigOpDiv__SWIG_1")); mixin(bindCode("vtkQuaternionUIntT_swigOpDivAssign", "D_vtkQuaternionUIntT_swigOpDivAssign")); mixin(bindCode("delete_vtkQuaternionUIntT", "D_delete_vtkQuaternionUIntT")); mixin(bindCode("vtkQuaternionUIntT_Upcast", "D_vtkQuaternionUIntT_Upcast")); mixin(bindCode("new_vtkQuaternionLongT__SWIG_0", "D_new_vtkQuaternionLongT__SWIG_0")); mixin(bindCode("new_vtkQuaternionLongT__SWIG_1", "D_new_vtkQuaternionLongT__SWIG_1")); mixin(bindCode("new_vtkQuaternionLongT__SWIG_2", "D_new_vtkQuaternionLongT__SWIG_2")); mixin(bindCode("new_vtkQuaternionLongT__SWIG_3", "D_new_vtkQuaternionLongT__SWIG_3")); mixin(bindCode("vtkQuaternionLongT_SquaredNorm", "D_vtkQuaternionLongT_SquaredNorm")); mixin(bindCode("vtkQuaternionLongT_Norm", "D_vtkQuaternionLongT_Norm")); mixin(bindCode("vtkQuaternionLongT_ToIdentity", "D_vtkQuaternionLongT_ToIdentity")); mixin(bindCode("vtkQuaternionLongT_Identity", "D_vtkQuaternionLongT_Identity")); mixin(bindCode("vtkQuaternionLongT_Normalize", "D_vtkQuaternionLongT_Normalize")); mixin(bindCode("vtkQuaternionLongT_Normalized", "D_vtkQuaternionLongT_Normalized")); mixin(bindCode("vtkQuaternionLongT_Conjugate", "D_vtkQuaternionLongT_Conjugate")); mixin(bindCode("vtkQuaternionLongT_Conjugated", "D_vtkQuaternionLongT_Conjugated")); mixin(bindCode("vtkQuaternionLongT_Invert", "D_vtkQuaternionLongT_Invert")); mixin(bindCode("vtkQuaternionLongT_Inverse", "D_vtkQuaternionLongT_Inverse")); mixin(bindCode("vtkQuaternionLongT_ToUnitLog", "D_vtkQuaternionLongT_ToUnitLog")); mixin(bindCode("vtkQuaternionLongT_UnitLog", "D_vtkQuaternionLongT_UnitLog")); mixin(bindCode("vtkQuaternionLongT_ToUnitExp", "D_vtkQuaternionLongT_ToUnitExp")); mixin(bindCode("vtkQuaternionLongT_UnitExp", "D_vtkQuaternionLongT_UnitExp")); mixin(bindCode("vtkQuaternionLongT_NormalizeWithAngleInDegrees", "D_vtkQuaternionLongT_NormalizeWithAngleInDegrees")); mixin(bindCode("vtkQuaternionLongT_NormalizedWithAngleInDegrees", "D_vtkQuaternionLongT_NormalizedWithAngleInDegrees")); mixin(bindCode("vtkQuaternionLongT_Set__SWIG_0", "D_vtkQuaternionLongT_Set__SWIG_0")); mixin(bindCode("vtkQuaternionLongT_Set__SWIG_1", "D_vtkQuaternionLongT_Set__SWIG_1")); mixin(bindCode("vtkQuaternionLongT_Get", "D_vtkQuaternionLongT_Get")); mixin(bindCode("vtkQuaternionLongT_SetW", "D_vtkQuaternionLongT_SetW")); mixin(bindCode("vtkQuaternionLongT_GetW", "D_vtkQuaternionLongT_GetW")); mixin(bindCode("vtkQuaternionLongT_SetX", "D_vtkQuaternionLongT_SetX")); mixin(bindCode("vtkQuaternionLongT_GetX", "D_vtkQuaternionLongT_GetX")); mixin(bindCode("vtkQuaternionLongT_SetY", "D_vtkQuaternionLongT_SetY")); mixin(bindCode("vtkQuaternionLongT_GetY", "D_vtkQuaternionLongT_GetY")); mixin(bindCode("vtkQuaternionLongT_SetZ", "D_vtkQuaternionLongT_SetZ")); mixin(bindCode("vtkQuaternionLongT_GetZ", "D_vtkQuaternionLongT_GetZ")); mixin(bindCode("vtkQuaternionLongT_GetRotationAngleAndAxis", "D_vtkQuaternionLongT_GetRotationAngleAndAxis")); mixin(bindCode("vtkQuaternionLongT_SetRotationAngleAndAxis__SWIG_0", "D_vtkQuaternionLongT_SetRotationAngleAndAxis__SWIG_0")); mixin(bindCode("vtkQuaternionLongT_SetRotationAngleAndAxis__SWIG_1", "D_vtkQuaternionLongT_SetRotationAngleAndAxis__SWIG_1")); mixin(bindCode("vtkQuaternionLongT_ToMatrix3x3", "D_vtkQuaternionLongT_ToMatrix3x3")); mixin(bindCode("vtkQuaternionLongT_FromMatrix3x3", "D_vtkQuaternionLongT_FromMatrix3x3")); mixin(bindCode("vtkQuaternionLongT_Slerp", "D_vtkQuaternionLongT_Slerp")); mixin(bindCode("vtkQuaternionLongT_InnerPoint", "D_vtkQuaternionLongT_InnerPoint")); mixin(bindCode("vtkQuaternionLongT_Equal", "D_vtkQuaternionLongT_Equal")); mixin(bindCode("vtkQuaternionLongT_swigOpAdd", "D_vtkQuaternionLongT_swigOpAdd")); mixin(bindCode("vtkQuaternionLongT_swigOpSub", "D_vtkQuaternionLongT_swigOpSub")); mixin(bindCode("vtkQuaternionLongT_swigOpMul__SWIG_0", "D_vtkQuaternionLongT_swigOpMul__SWIG_0")); mixin(bindCode("vtkQuaternionLongT_swigOpMul__SWIG_1", "D_vtkQuaternionLongT_swigOpMul__SWIG_1")); mixin(bindCode("vtkQuaternionLongT_swigOpMulAssign", "D_vtkQuaternionLongT_swigOpMulAssign")); mixin(bindCode("vtkQuaternionLongT_swigOpDiv__SWIG_0", "D_vtkQuaternionLongT_swigOpDiv__SWIG_0")); mixin(bindCode("vtkQuaternionLongT_swigOpDiv__SWIG_1", "D_vtkQuaternionLongT_swigOpDiv__SWIG_1")); mixin(bindCode("vtkQuaternionLongT_swigOpDivAssign", "D_vtkQuaternionLongT_swigOpDivAssign")); mixin(bindCode("delete_vtkQuaternionLongT", "D_delete_vtkQuaternionLongT")); mixin(bindCode("vtkQuaternionLongT_Upcast", "D_vtkQuaternionLongT_Upcast")); mixin(bindCode("new_vtkQuaternionULongT__SWIG_0", "D_new_vtkQuaternionULongT__SWIG_0")); mixin(bindCode("new_vtkQuaternionULongT__SWIG_1", "D_new_vtkQuaternionULongT__SWIG_1")); mixin(bindCode("new_vtkQuaternionULongT__SWIG_2", "D_new_vtkQuaternionULongT__SWIG_2")); mixin(bindCode("new_vtkQuaternionULongT__SWIG_3", "D_new_vtkQuaternionULongT__SWIG_3")); mixin(bindCode("vtkQuaternionULongT_SquaredNorm", "D_vtkQuaternionULongT_SquaredNorm")); mixin(bindCode("vtkQuaternionULongT_Norm", "D_vtkQuaternionULongT_Norm")); mixin(bindCode("vtkQuaternionULongT_ToIdentity", "D_vtkQuaternionULongT_ToIdentity")); mixin(bindCode("vtkQuaternionULongT_Identity", "D_vtkQuaternionULongT_Identity")); mixin(bindCode("vtkQuaternionULongT_Normalize", "D_vtkQuaternionULongT_Normalize")); mixin(bindCode("vtkQuaternionULongT_Normalized", "D_vtkQuaternionULongT_Normalized")); mixin(bindCode("vtkQuaternionULongT_Conjugate", "D_vtkQuaternionULongT_Conjugate")); mixin(bindCode("vtkQuaternionULongT_Conjugated", "D_vtkQuaternionULongT_Conjugated")); mixin(bindCode("vtkQuaternionULongT_Invert", "D_vtkQuaternionULongT_Invert")); mixin(bindCode("vtkQuaternionULongT_Inverse", "D_vtkQuaternionULongT_Inverse")); mixin(bindCode("vtkQuaternionULongT_ToUnitLog", "D_vtkQuaternionULongT_ToUnitLog")); mixin(bindCode("vtkQuaternionULongT_UnitLog", "D_vtkQuaternionULongT_UnitLog")); mixin(bindCode("vtkQuaternionULongT_ToUnitExp", "D_vtkQuaternionULongT_ToUnitExp")); mixin(bindCode("vtkQuaternionULongT_UnitExp", "D_vtkQuaternionULongT_UnitExp")); mixin(bindCode("vtkQuaternionULongT_NormalizeWithAngleInDegrees", "D_vtkQuaternionULongT_NormalizeWithAngleInDegrees")); mixin(bindCode("vtkQuaternionULongT_NormalizedWithAngleInDegrees", "D_vtkQuaternionULongT_NormalizedWithAngleInDegrees")); mixin(bindCode("vtkQuaternionULongT_Set__SWIG_0", "D_vtkQuaternionULongT_Set__SWIG_0")); mixin(bindCode("vtkQuaternionULongT_Set__SWIG_1", "D_vtkQuaternionULongT_Set__SWIG_1")); mixin(bindCode("vtkQuaternionULongT_Get", "D_vtkQuaternionULongT_Get")); mixin(bindCode("vtkQuaternionULongT_SetW", "D_vtkQuaternionULongT_SetW")); mixin(bindCode("vtkQuaternionULongT_GetW", "D_vtkQuaternionULongT_GetW")); mixin(bindCode("vtkQuaternionULongT_SetX", "D_vtkQuaternionULongT_SetX")); mixin(bindCode("vtkQuaternionULongT_GetX", "D_vtkQuaternionULongT_GetX")); mixin(bindCode("vtkQuaternionULongT_SetY", "D_vtkQuaternionULongT_SetY")); mixin(bindCode("vtkQuaternionULongT_GetY", "D_vtkQuaternionULongT_GetY")); mixin(bindCode("vtkQuaternionULongT_SetZ", "D_vtkQuaternionULongT_SetZ")); mixin(bindCode("vtkQuaternionULongT_GetZ", "D_vtkQuaternionULongT_GetZ")); mixin(bindCode("vtkQuaternionULongT_GetRotationAngleAndAxis", "D_vtkQuaternionULongT_GetRotationAngleAndAxis")); mixin(bindCode("vtkQuaternionULongT_SetRotationAngleAndAxis__SWIG_0", "D_vtkQuaternionULongT_SetRotationAngleAndAxis__SWIG_0")); mixin(bindCode("vtkQuaternionULongT_SetRotationAngleAndAxis__SWIG_1", "D_vtkQuaternionULongT_SetRotationAngleAndAxis__SWIG_1")); mixin(bindCode("vtkQuaternionULongT_ToMatrix3x3", "D_vtkQuaternionULongT_ToMatrix3x3")); mixin(bindCode("vtkQuaternionULongT_FromMatrix3x3", "D_vtkQuaternionULongT_FromMatrix3x3")); mixin(bindCode("vtkQuaternionULongT_Slerp", "D_vtkQuaternionULongT_Slerp")); mixin(bindCode("vtkQuaternionULongT_InnerPoint", "D_vtkQuaternionULongT_InnerPoint")); mixin(bindCode("vtkQuaternionULongT_Equal", "D_vtkQuaternionULongT_Equal")); mixin(bindCode("vtkQuaternionULongT_swigOpAdd", "D_vtkQuaternionULongT_swigOpAdd")); mixin(bindCode("vtkQuaternionULongT_swigOpSub", "D_vtkQuaternionULongT_swigOpSub")); mixin(bindCode("vtkQuaternionULongT_swigOpMul__SWIG_0", "D_vtkQuaternionULongT_swigOpMul__SWIG_0")); mixin(bindCode("vtkQuaternionULongT_swigOpMul__SWIG_1", "D_vtkQuaternionULongT_swigOpMul__SWIG_1")); mixin(bindCode("vtkQuaternionULongT_swigOpMulAssign", "D_vtkQuaternionULongT_swigOpMulAssign")); mixin(bindCode("vtkQuaternionULongT_swigOpDiv__SWIG_0", "D_vtkQuaternionULongT_swigOpDiv__SWIG_0")); mixin(bindCode("vtkQuaternionULongT_swigOpDiv__SWIG_1", "D_vtkQuaternionULongT_swigOpDiv__SWIG_1")); mixin(bindCode("vtkQuaternionULongT_swigOpDivAssign", "D_vtkQuaternionULongT_swigOpDivAssign")); mixin(bindCode("delete_vtkQuaternionULongT", "D_delete_vtkQuaternionULongT")); mixin(bindCode("vtkQuaternionULongT_Upcast", "D_vtkQuaternionULongT_Upcast")); mixin(bindCode("new_vtkQuaternionLongLongT__SWIG_0", "D_new_vtkQuaternionLongLongT__SWIG_0")); mixin(bindCode("new_vtkQuaternionLongLongT__SWIG_1", "D_new_vtkQuaternionLongLongT__SWIG_1")); mixin(bindCode("new_vtkQuaternionLongLongT__SWIG_2", "D_new_vtkQuaternionLongLongT__SWIG_2")); mixin(bindCode("new_vtkQuaternionLongLongT__SWIG_3", "D_new_vtkQuaternionLongLongT__SWIG_3")); mixin(bindCode("vtkQuaternionLongLongT_SquaredNorm", "D_vtkQuaternionLongLongT_SquaredNorm")); mixin(bindCode("vtkQuaternionLongLongT_Norm", "D_vtkQuaternionLongLongT_Norm")); mixin(bindCode("vtkQuaternionLongLongT_ToIdentity", "D_vtkQuaternionLongLongT_ToIdentity")); mixin(bindCode("vtkQuaternionLongLongT_Identity", "D_vtkQuaternionLongLongT_Identity")); mixin(bindCode("vtkQuaternionLongLongT_Normalize", "D_vtkQuaternionLongLongT_Normalize")); mixin(bindCode("vtkQuaternionLongLongT_Normalized", "D_vtkQuaternionLongLongT_Normalized")); mixin(bindCode("vtkQuaternionLongLongT_Conjugate", "D_vtkQuaternionLongLongT_Conjugate")); mixin(bindCode("vtkQuaternionLongLongT_Conjugated", "D_vtkQuaternionLongLongT_Conjugated")); mixin(bindCode("vtkQuaternionLongLongT_Invert", "D_vtkQuaternionLongLongT_Invert")); mixin(bindCode("vtkQuaternionLongLongT_Inverse", "D_vtkQuaternionLongLongT_Inverse")); mixin(bindCode("vtkQuaternionLongLongT_ToUnitLog", "D_vtkQuaternionLongLongT_ToUnitLog")); mixin(bindCode("vtkQuaternionLongLongT_UnitLog", "D_vtkQuaternionLongLongT_UnitLog")); mixin(bindCode("vtkQuaternionLongLongT_ToUnitExp", "D_vtkQuaternionLongLongT_ToUnitExp")); mixin(bindCode("vtkQuaternionLongLongT_UnitExp", "D_vtkQuaternionLongLongT_UnitExp")); mixin(bindCode("vtkQuaternionLongLongT_NormalizeWithAngleInDegrees", "D_vtkQuaternionLongLongT_NormalizeWithAngleInDegrees")); mixin(bindCode("vtkQuaternionLongLongT_NormalizedWithAngleInDegrees", "D_vtkQuaternionLongLongT_NormalizedWithAngleInDegrees")); mixin(bindCode("vtkQuaternionLongLongT_Set__SWIG_0", "D_vtkQuaternionLongLongT_Set__SWIG_0")); mixin(bindCode("vtkQuaternionLongLongT_Set__SWIG_1", "D_vtkQuaternionLongLongT_Set__SWIG_1")); mixin(bindCode("vtkQuaternionLongLongT_Get", "D_vtkQuaternionLongLongT_Get")); mixin(bindCode("vtkQuaternionLongLongT_SetW", "D_vtkQuaternionLongLongT_SetW")); mixin(bindCode("vtkQuaternionLongLongT_GetW", "D_vtkQuaternionLongLongT_GetW")); mixin(bindCode("vtkQuaternionLongLongT_SetX", "D_vtkQuaternionLongLongT_SetX")); mixin(bindCode("vtkQuaternionLongLongT_GetX", "D_vtkQuaternionLongLongT_GetX")); mixin(bindCode("vtkQuaternionLongLongT_SetY", "D_vtkQuaternionLongLongT_SetY")); mixin(bindCode("vtkQuaternionLongLongT_GetY", "D_vtkQuaternionLongLongT_GetY")); mixin(bindCode("vtkQuaternionLongLongT_SetZ", "D_vtkQuaternionLongLongT_SetZ")); mixin(bindCode("vtkQuaternionLongLongT_GetZ", "D_vtkQuaternionLongLongT_GetZ")); mixin(bindCode("vtkQuaternionLongLongT_GetRotationAngleAndAxis", "D_vtkQuaternionLongLongT_GetRotationAngleAndAxis")); mixin(bindCode("vtkQuaternionLongLongT_SetRotationAngleAndAxis__SWIG_0", "D_vtkQuaternionLongLongT_SetRotationAngleAndAxis__SWIG_0")); mixin(bindCode("vtkQuaternionLongLongT_SetRotationAngleAndAxis__SWIG_1", "D_vtkQuaternionLongLongT_SetRotationAngleAndAxis__SWIG_1")); mixin(bindCode("vtkQuaternionLongLongT_ToMatrix3x3", "D_vtkQuaternionLongLongT_ToMatrix3x3")); mixin(bindCode("vtkQuaternionLongLongT_FromMatrix3x3", "D_vtkQuaternionLongLongT_FromMatrix3x3")); mixin(bindCode("vtkQuaternionLongLongT_Slerp", "D_vtkQuaternionLongLongT_Slerp")); mixin(bindCode("vtkQuaternionLongLongT_InnerPoint", "D_vtkQuaternionLongLongT_InnerPoint")); mixin(bindCode("vtkQuaternionLongLongT_Equal", "D_vtkQuaternionLongLongT_Equal")); mixin(bindCode("vtkQuaternionLongLongT_swigOpAdd", "D_vtkQuaternionLongLongT_swigOpAdd")); mixin(bindCode("vtkQuaternionLongLongT_swigOpSub", "D_vtkQuaternionLongLongT_swigOpSub")); mixin(bindCode("vtkQuaternionLongLongT_swigOpMul__SWIG_0", "D_vtkQuaternionLongLongT_swigOpMul__SWIG_0")); mixin(bindCode("vtkQuaternionLongLongT_swigOpMul__SWIG_1", "D_vtkQuaternionLongLongT_swigOpMul__SWIG_1")); mixin(bindCode("vtkQuaternionLongLongT_swigOpMulAssign", "D_vtkQuaternionLongLongT_swigOpMulAssign")); mixin(bindCode("vtkQuaternionLongLongT_swigOpDiv__SWIG_0", "D_vtkQuaternionLongLongT_swigOpDiv__SWIG_0")); mixin(bindCode("vtkQuaternionLongLongT_swigOpDiv__SWIG_1", "D_vtkQuaternionLongLongT_swigOpDiv__SWIG_1")); mixin(bindCode("vtkQuaternionLongLongT_swigOpDivAssign", "D_vtkQuaternionLongLongT_swigOpDivAssign")); mixin(bindCode("delete_vtkQuaternionLongLongT", "D_delete_vtkQuaternionLongLongT")); mixin(bindCode("vtkQuaternionLongLongT_Upcast", "D_vtkQuaternionLongLongT_Upcast")); mixin(bindCode("new_vtkQuaternionULongLongT__SWIG_0", "D_new_vtkQuaternionULongLongT__SWIG_0")); mixin(bindCode("new_vtkQuaternionULongLongT__SWIG_1", "D_new_vtkQuaternionULongLongT__SWIG_1")); mixin(bindCode("new_vtkQuaternionULongLongT__SWIG_2", "D_new_vtkQuaternionULongLongT__SWIG_2")); mixin(bindCode("new_vtkQuaternionULongLongT__SWIG_3", "D_new_vtkQuaternionULongLongT__SWIG_3")); mixin(bindCode("vtkQuaternionULongLongT_SquaredNorm", "D_vtkQuaternionULongLongT_SquaredNorm")); mixin(bindCode("vtkQuaternionULongLongT_Norm", "D_vtkQuaternionULongLongT_Norm")); mixin(bindCode("vtkQuaternionULongLongT_ToIdentity", "D_vtkQuaternionULongLongT_ToIdentity")); mixin(bindCode("vtkQuaternionULongLongT_Identity", "D_vtkQuaternionULongLongT_Identity")); mixin(bindCode("vtkQuaternionULongLongT_Normalize", "D_vtkQuaternionULongLongT_Normalize")); mixin(bindCode("vtkQuaternionULongLongT_Normalized", "D_vtkQuaternionULongLongT_Normalized")); mixin(bindCode("vtkQuaternionULongLongT_Conjugate", "D_vtkQuaternionULongLongT_Conjugate")); mixin(bindCode("vtkQuaternionULongLongT_Conjugated", "D_vtkQuaternionULongLongT_Conjugated")); mixin(bindCode("vtkQuaternionULongLongT_Invert", "D_vtkQuaternionULongLongT_Invert")); mixin(bindCode("vtkQuaternionULongLongT_Inverse", "D_vtkQuaternionULongLongT_Inverse")); mixin(bindCode("vtkQuaternionULongLongT_ToUnitLog", "D_vtkQuaternionULongLongT_ToUnitLog")); mixin(bindCode("vtkQuaternionULongLongT_UnitLog", "D_vtkQuaternionULongLongT_UnitLog")); mixin(bindCode("vtkQuaternionULongLongT_ToUnitExp", "D_vtkQuaternionULongLongT_ToUnitExp")); mixin(bindCode("vtkQuaternionULongLongT_UnitExp", "D_vtkQuaternionULongLongT_UnitExp")); mixin(bindCode("vtkQuaternionULongLongT_NormalizeWithAngleInDegrees", "D_vtkQuaternionULongLongT_NormalizeWithAngleInDegrees")); mixin(bindCode("vtkQuaternionULongLongT_NormalizedWithAngleInDegrees", "D_vtkQuaternionULongLongT_NormalizedWithAngleInDegrees")); mixin(bindCode("vtkQuaternionULongLongT_Set__SWIG_0", "D_vtkQuaternionULongLongT_Set__SWIG_0")); mixin(bindCode("vtkQuaternionULongLongT_Set__SWIG_1", "D_vtkQuaternionULongLongT_Set__SWIG_1")); mixin(bindCode("vtkQuaternionULongLongT_Get", "D_vtkQuaternionULongLongT_Get")); mixin(bindCode("vtkQuaternionULongLongT_SetW", "D_vtkQuaternionULongLongT_SetW")); mixin(bindCode("vtkQuaternionULongLongT_GetW", "D_vtkQuaternionULongLongT_GetW")); mixin(bindCode("vtkQuaternionULongLongT_SetX", "D_vtkQuaternionULongLongT_SetX")); mixin(bindCode("vtkQuaternionULongLongT_GetX", "D_vtkQuaternionULongLongT_GetX")); mixin(bindCode("vtkQuaternionULongLongT_SetY", "D_vtkQuaternionULongLongT_SetY")); mixin(bindCode("vtkQuaternionULongLongT_GetY", "D_vtkQuaternionULongLongT_GetY")); mixin(bindCode("vtkQuaternionULongLongT_SetZ", "D_vtkQuaternionULongLongT_SetZ")); mixin(bindCode("vtkQuaternionULongLongT_GetZ", "D_vtkQuaternionULongLongT_GetZ")); mixin(bindCode("vtkQuaternionULongLongT_GetRotationAngleAndAxis", "D_vtkQuaternionULongLongT_GetRotationAngleAndAxis")); mixin(bindCode("vtkQuaternionULongLongT_SetRotationAngleAndAxis__SWIG_0", "D_vtkQuaternionULongLongT_SetRotationAngleAndAxis__SWIG_0")); mixin(bindCode("vtkQuaternionULongLongT_SetRotationAngleAndAxis__SWIG_1", "D_vtkQuaternionULongLongT_SetRotationAngleAndAxis__SWIG_1")); mixin(bindCode("vtkQuaternionULongLongT_ToMatrix3x3", "D_vtkQuaternionULongLongT_ToMatrix3x3")); mixin(bindCode("vtkQuaternionULongLongT_FromMatrix3x3", "D_vtkQuaternionULongLongT_FromMatrix3x3")); mixin(bindCode("vtkQuaternionULongLongT_Slerp", "D_vtkQuaternionULongLongT_Slerp")); mixin(bindCode("vtkQuaternionULongLongT_InnerPoint", "D_vtkQuaternionULongLongT_InnerPoint")); mixin(bindCode("vtkQuaternionULongLongT_Equal", "D_vtkQuaternionULongLongT_Equal")); mixin(bindCode("vtkQuaternionULongLongT_swigOpAdd", "D_vtkQuaternionULongLongT_swigOpAdd")); mixin(bindCode("vtkQuaternionULongLongT_swigOpSub", "D_vtkQuaternionULongLongT_swigOpSub")); mixin(bindCode("vtkQuaternionULongLongT_swigOpMul__SWIG_0", "D_vtkQuaternionULongLongT_swigOpMul__SWIG_0")); mixin(bindCode("vtkQuaternionULongLongT_swigOpMul__SWIG_1", "D_vtkQuaternionULongLongT_swigOpMul__SWIG_1")); mixin(bindCode("vtkQuaternionULongLongT_swigOpMulAssign", "D_vtkQuaternionULongLongT_swigOpMulAssign")); mixin(bindCode("vtkQuaternionULongLongT_swigOpDiv__SWIG_0", "D_vtkQuaternionULongLongT_swigOpDiv__SWIG_0")); mixin(bindCode("vtkQuaternionULongLongT_swigOpDiv__SWIG_1", "D_vtkQuaternionULongLongT_swigOpDiv__SWIG_1")); mixin(bindCode("vtkQuaternionULongLongT_swigOpDivAssign", "D_vtkQuaternionULongLongT_swigOpDivAssign")); mixin(bindCode("delete_vtkQuaternionULongLongT", "D_delete_vtkQuaternionULongLongT")); mixin(bindCode("vtkQuaternionULongLongT_Upcast", "D_vtkQuaternionULongLongT_Upcast")); mixin(bindCode("new_vtkQuaternionFloatT__SWIG_0", "D_new_vtkQuaternionFloatT__SWIG_0")); mixin(bindCode("new_vtkQuaternionFloatT__SWIG_1", "D_new_vtkQuaternionFloatT__SWIG_1")); mixin(bindCode("new_vtkQuaternionFloatT__SWIG_2", "D_new_vtkQuaternionFloatT__SWIG_2")); mixin(bindCode("new_vtkQuaternionFloatT__SWIG_3", "D_new_vtkQuaternionFloatT__SWIG_3")); mixin(bindCode("vtkQuaternionFloatT_SquaredNorm", "D_vtkQuaternionFloatT_SquaredNorm")); mixin(bindCode("vtkQuaternionFloatT_Norm", "D_vtkQuaternionFloatT_Norm")); mixin(bindCode("vtkQuaternionFloatT_ToIdentity", "D_vtkQuaternionFloatT_ToIdentity")); mixin(bindCode("vtkQuaternionFloatT_Identity", "D_vtkQuaternionFloatT_Identity")); mixin(bindCode("vtkQuaternionFloatT_Normalize", "D_vtkQuaternionFloatT_Normalize")); mixin(bindCode("vtkQuaternionFloatT_Normalized", "D_vtkQuaternionFloatT_Normalized")); mixin(bindCode("vtkQuaternionFloatT_Conjugate", "D_vtkQuaternionFloatT_Conjugate")); mixin(bindCode("vtkQuaternionFloatT_Conjugated", "D_vtkQuaternionFloatT_Conjugated")); mixin(bindCode("vtkQuaternionFloatT_Invert", "D_vtkQuaternionFloatT_Invert")); mixin(bindCode("vtkQuaternionFloatT_Inverse", "D_vtkQuaternionFloatT_Inverse")); mixin(bindCode("vtkQuaternionFloatT_ToUnitLog", "D_vtkQuaternionFloatT_ToUnitLog")); mixin(bindCode("vtkQuaternionFloatT_UnitLog", "D_vtkQuaternionFloatT_UnitLog")); mixin(bindCode("vtkQuaternionFloatT_ToUnitExp", "D_vtkQuaternionFloatT_ToUnitExp")); mixin(bindCode("vtkQuaternionFloatT_UnitExp", "D_vtkQuaternionFloatT_UnitExp")); mixin(bindCode("vtkQuaternionFloatT_NormalizeWithAngleInDegrees", "D_vtkQuaternionFloatT_NormalizeWithAngleInDegrees")); mixin(bindCode("vtkQuaternionFloatT_NormalizedWithAngleInDegrees", "D_vtkQuaternionFloatT_NormalizedWithAngleInDegrees")); mixin(bindCode("vtkQuaternionFloatT_Set__SWIG_0", "D_vtkQuaternionFloatT_Set__SWIG_0")); mixin(bindCode("vtkQuaternionFloatT_Set__SWIG_1", "D_vtkQuaternionFloatT_Set__SWIG_1")); mixin(bindCode("vtkQuaternionFloatT_Get", "D_vtkQuaternionFloatT_Get")); mixin(bindCode("vtkQuaternionFloatT_SetW", "D_vtkQuaternionFloatT_SetW")); mixin(bindCode("vtkQuaternionFloatT_GetW", "D_vtkQuaternionFloatT_GetW")); mixin(bindCode("vtkQuaternionFloatT_SetX", "D_vtkQuaternionFloatT_SetX")); mixin(bindCode("vtkQuaternionFloatT_GetX", "D_vtkQuaternionFloatT_GetX")); mixin(bindCode("vtkQuaternionFloatT_SetY", "D_vtkQuaternionFloatT_SetY")); mixin(bindCode("vtkQuaternionFloatT_GetY", "D_vtkQuaternionFloatT_GetY")); mixin(bindCode("vtkQuaternionFloatT_SetZ", "D_vtkQuaternionFloatT_SetZ")); mixin(bindCode("vtkQuaternionFloatT_GetZ", "D_vtkQuaternionFloatT_GetZ")); mixin(bindCode("vtkQuaternionFloatT_GetRotationAngleAndAxis", "D_vtkQuaternionFloatT_GetRotationAngleAndAxis")); mixin(bindCode("vtkQuaternionFloatT_SetRotationAngleAndAxis__SWIG_0", "D_vtkQuaternionFloatT_SetRotationAngleAndAxis__SWIG_0")); mixin(bindCode("vtkQuaternionFloatT_SetRotationAngleAndAxis__SWIG_1", "D_vtkQuaternionFloatT_SetRotationAngleAndAxis__SWIG_1")); mixin(bindCode("vtkQuaternionFloatT_ToMatrix3x3", "D_vtkQuaternionFloatT_ToMatrix3x3")); mixin(bindCode("vtkQuaternionFloatT_FromMatrix3x3", "D_vtkQuaternionFloatT_FromMatrix3x3")); mixin(bindCode("vtkQuaternionFloatT_Slerp", "D_vtkQuaternionFloatT_Slerp")); mixin(bindCode("vtkQuaternionFloatT_InnerPoint", "D_vtkQuaternionFloatT_InnerPoint")); mixin(bindCode("vtkQuaternionFloatT_Equal", "D_vtkQuaternionFloatT_Equal")); mixin(bindCode("vtkQuaternionFloatT_swigOpAdd", "D_vtkQuaternionFloatT_swigOpAdd")); mixin(bindCode("vtkQuaternionFloatT_swigOpSub", "D_vtkQuaternionFloatT_swigOpSub")); mixin(bindCode("vtkQuaternionFloatT_swigOpMul__SWIG_0", "D_vtkQuaternionFloatT_swigOpMul__SWIG_0")); mixin(bindCode("vtkQuaternionFloatT_swigOpMul__SWIG_1", "D_vtkQuaternionFloatT_swigOpMul__SWIG_1")); mixin(bindCode("vtkQuaternionFloatT_swigOpMulAssign", "D_vtkQuaternionFloatT_swigOpMulAssign")); mixin(bindCode("vtkQuaternionFloatT_swigOpDiv__SWIG_0", "D_vtkQuaternionFloatT_swigOpDiv__SWIG_0")); mixin(bindCode("vtkQuaternionFloatT_swigOpDiv__SWIG_1", "D_vtkQuaternionFloatT_swigOpDiv__SWIG_1")); mixin(bindCode("vtkQuaternionFloatT_swigOpDivAssign", "D_vtkQuaternionFloatT_swigOpDivAssign")); mixin(bindCode("delete_vtkQuaternionFloatT", "D_delete_vtkQuaternionFloatT")); mixin(bindCode("vtkQuaternionFloatT_Upcast", "D_vtkQuaternionFloatT_Upcast")); mixin(bindCode("new_vtkQuaternionDoubleT__SWIG_0", "D_new_vtkQuaternionDoubleT__SWIG_0")); mixin(bindCode("new_vtkQuaternionDoubleT__SWIG_1", "D_new_vtkQuaternionDoubleT__SWIG_1")); mixin(bindCode("new_vtkQuaternionDoubleT__SWIG_2", "D_new_vtkQuaternionDoubleT__SWIG_2")); mixin(bindCode("new_vtkQuaternionDoubleT__SWIG_3", "D_new_vtkQuaternionDoubleT__SWIG_3")); mixin(bindCode("vtkQuaternionDoubleT_SquaredNorm", "D_vtkQuaternionDoubleT_SquaredNorm")); mixin(bindCode("vtkQuaternionDoubleT_Norm", "D_vtkQuaternionDoubleT_Norm")); mixin(bindCode("vtkQuaternionDoubleT_ToIdentity", "D_vtkQuaternionDoubleT_ToIdentity")); mixin(bindCode("vtkQuaternionDoubleT_Identity", "D_vtkQuaternionDoubleT_Identity")); mixin(bindCode("vtkQuaternionDoubleT_Normalize", "D_vtkQuaternionDoubleT_Normalize")); mixin(bindCode("vtkQuaternionDoubleT_Normalized", "D_vtkQuaternionDoubleT_Normalized")); mixin(bindCode("vtkQuaternionDoubleT_Conjugate", "D_vtkQuaternionDoubleT_Conjugate")); mixin(bindCode("vtkQuaternionDoubleT_Conjugated", "D_vtkQuaternionDoubleT_Conjugated")); mixin(bindCode("vtkQuaternionDoubleT_Invert", "D_vtkQuaternionDoubleT_Invert")); mixin(bindCode("vtkQuaternionDoubleT_Inverse", "D_vtkQuaternionDoubleT_Inverse")); mixin(bindCode("vtkQuaternionDoubleT_ToUnitLog", "D_vtkQuaternionDoubleT_ToUnitLog")); mixin(bindCode("vtkQuaternionDoubleT_UnitLog", "D_vtkQuaternionDoubleT_UnitLog")); mixin(bindCode("vtkQuaternionDoubleT_ToUnitExp", "D_vtkQuaternionDoubleT_ToUnitExp")); mixin(bindCode("vtkQuaternionDoubleT_UnitExp", "D_vtkQuaternionDoubleT_UnitExp")); mixin(bindCode("vtkQuaternionDoubleT_NormalizeWithAngleInDegrees", "D_vtkQuaternionDoubleT_NormalizeWithAngleInDegrees")); mixin(bindCode("vtkQuaternionDoubleT_NormalizedWithAngleInDegrees", "D_vtkQuaternionDoubleT_NormalizedWithAngleInDegrees")); mixin(bindCode("vtkQuaternionDoubleT_Set__SWIG_0", "D_vtkQuaternionDoubleT_Set__SWIG_0")); mixin(bindCode("vtkQuaternionDoubleT_Set__SWIG_1", "D_vtkQuaternionDoubleT_Set__SWIG_1")); mixin(bindCode("vtkQuaternionDoubleT_Get", "D_vtkQuaternionDoubleT_Get")); mixin(bindCode("vtkQuaternionDoubleT_SetW", "D_vtkQuaternionDoubleT_SetW")); mixin(bindCode("vtkQuaternionDoubleT_GetW", "D_vtkQuaternionDoubleT_GetW")); mixin(bindCode("vtkQuaternionDoubleT_SetX", "D_vtkQuaternionDoubleT_SetX")); mixin(bindCode("vtkQuaternionDoubleT_GetX", "D_vtkQuaternionDoubleT_GetX")); mixin(bindCode("vtkQuaternionDoubleT_SetY", "D_vtkQuaternionDoubleT_SetY")); mixin(bindCode("vtkQuaternionDoubleT_GetY", "D_vtkQuaternionDoubleT_GetY")); mixin(bindCode("vtkQuaternionDoubleT_SetZ", "D_vtkQuaternionDoubleT_SetZ")); mixin(bindCode("vtkQuaternionDoubleT_GetZ", "D_vtkQuaternionDoubleT_GetZ")); mixin(bindCode("vtkQuaternionDoubleT_GetRotationAngleAndAxis", "D_vtkQuaternionDoubleT_GetRotationAngleAndAxis")); mixin(bindCode("vtkQuaternionDoubleT_SetRotationAngleAndAxis__SWIG_0", "D_vtkQuaternionDoubleT_SetRotationAngleAndAxis__SWIG_0")); mixin(bindCode("vtkQuaternionDoubleT_SetRotationAngleAndAxis__SWIG_1", "D_vtkQuaternionDoubleT_SetRotationAngleAndAxis__SWIG_1")); mixin(bindCode("vtkQuaternionDoubleT_ToMatrix3x3", "D_vtkQuaternionDoubleT_ToMatrix3x3")); mixin(bindCode("vtkQuaternionDoubleT_FromMatrix3x3", "D_vtkQuaternionDoubleT_FromMatrix3x3")); mixin(bindCode("vtkQuaternionDoubleT_Slerp", "D_vtkQuaternionDoubleT_Slerp")); mixin(bindCode("vtkQuaternionDoubleT_InnerPoint", "D_vtkQuaternionDoubleT_InnerPoint")); mixin(bindCode("vtkQuaternionDoubleT_Equal", "D_vtkQuaternionDoubleT_Equal")); mixin(bindCode("vtkQuaternionDoubleT_swigOpAdd", "D_vtkQuaternionDoubleT_swigOpAdd")); mixin(bindCode("vtkQuaternionDoubleT_swigOpSub", "D_vtkQuaternionDoubleT_swigOpSub")); mixin(bindCode("vtkQuaternionDoubleT_swigOpMul__SWIG_0", "D_vtkQuaternionDoubleT_swigOpMul__SWIG_0")); mixin(bindCode("vtkQuaternionDoubleT_swigOpMul__SWIG_1", "D_vtkQuaternionDoubleT_swigOpMul__SWIG_1")); mixin(bindCode("vtkQuaternionDoubleT_swigOpMulAssign", "D_vtkQuaternionDoubleT_swigOpMulAssign")); mixin(bindCode("vtkQuaternionDoubleT_swigOpDiv__SWIG_0", "D_vtkQuaternionDoubleT_swigOpDiv__SWIG_0")); mixin(bindCode("vtkQuaternionDoubleT_swigOpDiv__SWIG_1", "D_vtkQuaternionDoubleT_swigOpDiv__SWIG_1")); mixin(bindCode("vtkQuaternionDoubleT_swigOpDivAssign", "D_vtkQuaternionDoubleT_swigOpDivAssign")); mixin(bindCode("delete_vtkQuaternionDoubleT", "D_delete_vtkQuaternionDoubleT")); mixin(bindCode("vtkQuaternionDoubleT_Upcast", "D_vtkQuaternionDoubleT_Upcast")); mixin(bindCode("new_vtkQuaternionf__SWIG_0", "D_new_vtkQuaternionf__SWIG_0")); mixin(bindCode("new_vtkQuaternionf__SWIG_1", "D_new_vtkQuaternionf__SWIG_1")); mixin(bindCode("new_vtkQuaternionf__SWIG_2", "D_new_vtkQuaternionf__SWIG_2")); mixin(bindCode("new_vtkQuaternionf__SWIG_3", "D_new_vtkQuaternionf__SWIG_3")); mixin(bindCode("vtkQuaternionf_Identity", "D_vtkQuaternionf_Identity")); mixin(bindCode("vtkQuaternionf_Normalized", "D_vtkQuaternionf_Normalized")); mixin(bindCode("vtkQuaternionf_Conjugated", "D_vtkQuaternionf_Conjugated")); mixin(bindCode("vtkQuaternionf_Inverse", "D_vtkQuaternionf_Inverse")); mixin(bindCode("vtkQuaternionf_UnitLog", "D_vtkQuaternionf_UnitLog")); mixin(bindCode("vtkQuaternionf_UnitExp", "D_vtkQuaternionf_UnitExp")); mixin(bindCode("vtkQuaternionf_NormalizedWithAngleInDegrees", "D_vtkQuaternionf_NormalizedWithAngleInDegrees")); mixin(bindCode("vtkQuaternionf_Slerp", "D_vtkQuaternionf_Slerp")); mixin(bindCode("vtkQuaternionf_InnerPoint", "D_vtkQuaternionf_InnerPoint")); mixin(bindCode("vtkQuaternionf_swigOpAdd", "D_vtkQuaternionf_swigOpAdd")); mixin(bindCode("vtkQuaternionf_swigOpSub", "D_vtkQuaternionf_swigOpSub")); mixin(bindCode("vtkQuaternionf_swigOpMul__SWIG_0", "D_vtkQuaternionf_swigOpMul__SWIG_0")); mixin(bindCode("vtkQuaternionf_swigOpMul__SWIG_1", "D_vtkQuaternionf_swigOpMul__SWIG_1")); mixin(bindCode("vtkQuaternionf_swigOpDiv__SWIG_0", "D_vtkQuaternionf_swigOpDiv__SWIG_0")); mixin(bindCode("vtkQuaternionf_swigOpDiv__SWIG_1", "D_vtkQuaternionf_swigOpDiv__SWIG_1")); mixin(bindCode("delete_vtkQuaternionf", "D_delete_vtkQuaternionf")); mixin(bindCode("vtkQuaternionf_Upcast", "D_vtkQuaternionf_Upcast")); mixin(bindCode("new_vtkQuaterniond__SWIG_0", "D_new_vtkQuaterniond__SWIG_0")); mixin(bindCode("new_vtkQuaterniond__SWIG_1", "D_new_vtkQuaterniond__SWIG_1")); mixin(bindCode("new_vtkQuaterniond__SWIG_2", "D_new_vtkQuaterniond__SWIG_2")); mixin(bindCode("new_vtkQuaterniond__SWIG_3", "D_new_vtkQuaterniond__SWIG_3")); mixin(bindCode("vtkQuaterniond_Identity", "D_vtkQuaterniond_Identity")); mixin(bindCode("vtkQuaterniond_Normalized", "D_vtkQuaterniond_Normalized")); mixin(bindCode("vtkQuaterniond_Conjugated", "D_vtkQuaterniond_Conjugated")); mixin(bindCode("vtkQuaterniond_Inverse", "D_vtkQuaterniond_Inverse")); mixin(bindCode("vtkQuaterniond_UnitLog", "D_vtkQuaterniond_UnitLog")); mixin(bindCode("vtkQuaterniond_UnitExp", "D_vtkQuaterniond_UnitExp")); mixin(bindCode("vtkQuaterniond_NormalizedWithAngleInDegrees", "D_vtkQuaterniond_NormalizedWithAngleInDegrees")); mixin(bindCode("vtkQuaterniond_Slerp", "D_vtkQuaterniond_Slerp")); mixin(bindCode("vtkQuaterniond_InnerPoint", "D_vtkQuaterniond_InnerPoint")); mixin(bindCode("vtkQuaterniond_swigOpAdd", "D_vtkQuaterniond_swigOpAdd")); mixin(bindCode("vtkQuaterniond_swigOpSub", "D_vtkQuaterniond_swigOpSub")); mixin(bindCode("vtkQuaterniond_swigOpMul__SWIG_0", "D_vtkQuaterniond_swigOpMul__SWIG_0")); mixin(bindCode("vtkQuaterniond_swigOpMul__SWIG_1", "D_vtkQuaterniond_swigOpMul__SWIG_1")); mixin(bindCode("vtkQuaterniond_swigOpDiv__SWIG_0", "D_vtkQuaterniond_swigOpDiv__SWIG_0")); mixin(bindCode("vtkQuaterniond_swigOpDiv__SWIG_1", "D_vtkQuaterniond_swigOpDiv__SWIG_1")); mixin(bindCode("delete_vtkQuaterniond", "D_delete_vtkQuaterniond")); mixin(bindCode("vtkQuaterniond_Upcast", "D_vtkQuaterniond_Upcast")); mixin(bindCode("vtkOpenGLDisplayListPainter_New", "D_vtkOpenGLDisplayListPainter_New")); mixin(bindCode("vtkOpenGLDisplayListPainter_IsTypeOf", "D_vtkOpenGLDisplayListPainter_IsTypeOf")); mixin(bindCode("vtkOpenGLDisplayListPainter_SafeDownCast", "D_vtkOpenGLDisplayListPainter_SafeDownCast")); mixin(bindCode("vtkOpenGLDisplayListPainter_NewInstance", "D_vtkOpenGLDisplayListPainter_NewInstance")); mixin(bindCode("new_vtkOpenGLDisplayListPainter", "D_new_vtkOpenGLDisplayListPainter")); mixin(bindCode("delete_vtkOpenGLDisplayListPainter", "D_delete_vtkOpenGLDisplayListPainter")); mixin(bindCode("vtkOpenGLDisplayListPainter_Upcast", "D_vtkOpenGLDisplayListPainter_Upcast")); mixin(bindCode("vtkInformationQuadratureSchemeDefinitionVectorKey_IsTypeOf", "D_vtkInformationQuadratureSchemeDefinitionVectorKey_IsTypeOf")); mixin(bindCode("vtkInformationQuadratureSchemeDefinitionVectorKey_SafeDownCast", "D_vtkInformationQuadratureSchemeDefinitionVectorKey_SafeDownCast")); mixin(bindCode("vtkInformationQuadratureSchemeDefinitionVectorKey_NewInstance", "D_vtkInformationQuadratureSchemeDefinitionVectorKey_NewInstance")); mixin(bindCode("new_vtkInformationQuadratureSchemeDefinitionVectorKey", "D_new_vtkInformationQuadratureSchemeDefinitionVectorKey")); mixin(bindCode("delete_vtkInformationQuadratureSchemeDefinitionVectorKey", "D_delete_vtkInformationQuadratureSchemeDefinitionVectorKey")); mixin(bindCode("vtkInformationQuadratureSchemeDefinitionVectorKey_Clear", "D_vtkInformationQuadratureSchemeDefinitionVectorKey_Clear")); mixin(bindCode("vtkInformationQuadratureSchemeDefinitionVectorKey_Resize", "D_vtkInformationQuadratureSchemeDefinitionVectorKey_Resize")); mixin(bindCode("vtkInformationQuadratureSchemeDefinitionVectorKey_Size", "D_vtkInformationQuadratureSchemeDefinitionVectorKey_Size")); mixin(bindCode("vtkInformationQuadratureSchemeDefinitionVectorKey_Length", "D_vtkInformationQuadratureSchemeDefinitionVectorKey_Length")); mixin(bindCode("vtkInformationQuadratureSchemeDefinitionVectorKey_Append", "D_vtkInformationQuadratureSchemeDefinitionVectorKey_Append")); mixin(bindCode("vtkInformationQuadratureSchemeDefinitionVectorKey_Set", "D_vtkInformationQuadratureSchemeDefinitionVectorKey_Set")); mixin(bindCode("vtkInformationQuadratureSchemeDefinitionVectorKey_SetRange", "D_vtkInformationQuadratureSchemeDefinitionVectorKey_SetRange")); mixin(bindCode("vtkInformationQuadratureSchemeDefinitionVectorKey_GetRange", "D_vtkInformationQuadratureSchemeDefinitionVectorKey_GetRange")); mixin(bindCode("vtkInformationQuadratureSchemeDefinitionVectorKey_Get", "D_vtkInformationQuadratureSchemeDefinitionVectorKey_Get")); mixin(bindCode("vtkInformationQuadratureSchemeDefinitionVectorKey_SaveState", "D_vtkInformationQuadratureSchemeDefinitionVectorKey_SaveState")); mixin(bindCode("vtkInformationQuadratureSchemeDefinitionVectorKey_RestoreState", "D_vtkInformationQuadratureSchemeDefinitionVectorKey_RestoreState")); mixin(bindCode("vtkInformationQuadratureSchemeDefinitionVectorKey_Upcast", "D_vtkInformationQuadratureSchemeDefinitionVectorKey_Upcast")); mixin(bindCode("vtkGenericCellIterator_IsTypeOf", "D_vtkGenericCellIterator_IsTypeOf")); mixin(bindCode("vtkGenericCellIterator_SafeDownCast", "D_vtkGenericCellIterator_SafeDownCast")); mixin(bindCode("vtkGenericCellIterator_NewInstance", "D_vtkGenericCellIterator_NewInstance")); mixin(bindCode("vtkGenericCellIterator_Begin", "D_vtkGenericCellIterator_Begin")); mixin(bindCode("vtkGenericCellIterator_IsAtEnd", "D_vtkGenericCellIterator_IsAtEnd")); mixin(bindCode("vtkGenericCellIterator_NewCell", "D_vtkGenericCellIterator_NewCell")); mixin(bindCode("vtkGenericCellIterator_GetCell__SWIG_0", "D_vtkGenericCellIterator_GetCell__SWIG_0")); mixin(bindCode("vtkGenericCellIterator_GetCell__SWIG_1", "D_vtkGenericCellIterator_GetCell__SWIG_1")); mixin(bindCode("vtkGenericCellIterator_Next", "D_vtkGenericCellIterator_Next")); mixin(bindCode("vtkGenericCellIterator_Upcast", "D_vtkGenericCellIterator_Upcast")); mixin(bindCode("vtkDiscretizableColorTransferFunction_New", "D_vtkDiscretizableColorTransferFunction_New")); mixin(bindCode("vtkDiscretizableColorTransferFunction_IsTypeOf", "D_vtkDiscretizableColorTransferFunction_IsTypeOf")); mixin(bindCode("vtkDiscretizableColorTransferFunction_SafeDownCast", "D_vtkDiscretizableColorTransferFunction_SafeDownCast")); mixin(bindCode("vtkDiscretizableColorTransferFunction_NewInstance", "D_vtkDiscretizableColorTransferFunction_NewInstance")); mixin(bindCode("vtkDiscretizableColorTransferFunction_SetDiscretize", "D_vtkDiscretizableColorTransferFunction_SetDiscretize")); mixin(bindCode("vtkDiscretizableColorTransferFunction_GetDiscretize", "D_vtkDiscretizableColorTransferFunction_GetDiscretize")); mixin(bindCode("vtkDiscretizableColorTransferFunction_DiscretizeOn", "D_vtkDiscretizableColorTransferFunction_DiscretizeOn")); mixin(bindCode("vtkDiscretizableColorTransferFunction_DiscretizeOff", "D_vtkDiscretizableColorTransferFunction_DiscretizeOff")); mixin(bindCode("vtkDiscretizableColorTransferFunction_SetUseLogScale", "D_vtkDiscretizableColorTransferFunction_SetUseLogScale")); mixin(bindCode("vtkDiscretizableColorTransferFunction_GetUseLogScale", "D_vtkDiscretizableColorTransferFunction_GetUseLogScale")); mixin(bindCode("vtkDiscretizableColorTransferFunction_SetNumberOfValues", "D_vtkDiscretizableColorTransferFunction_SetNumberOfValues")); mixin(bindCode("vtkDiscretizableColorTransferFunction_GetNumberOfValues", "D_vtkDiscretizableColorTransferFunction_GetNumberOfValues")); mixin(bindCode("vtkDiscretizableColorTransferFunction_GetRGBPoints", "D_vtkDiscretizableColorTransferFunction_GetRGBPoints")); mixin(bindCode("vtkDiscretizableColorTransferFunction_SetNanColor__SWIG_0", "D_vtkDiscretizableColorTransferFunction_SetNanColor__SWIG_0")); mixin(bindCode("vtkDiscretizableColorTransferFunction_SetNanColor__SWIG_1", "D_vtkDiscretizableColorTransferFunction_SetNanColor__SWIG_1")); mixin(bindCode("vtkDiscretizableColorTransferFunction_SetScalarOpacityFunction", "D_vtkDiscretizableColorTransferFunction_SetScalarOpacityFunction")); mixin(bindCode("vtkDiscretizableColorTransferFunction_GetScalarOpacityFunction", "D_vtkDiscretizableColorTransferFunction_GetScalarOpacityFunction")); mixin(bindCode("vtkDiscretizableColorTransferFunction_SetEnableOpacityMapping", "D_vtkDiscretizableColorTransferFunction_SetEnableOpacityMapping")); mixin(bindCode("vtkDiscretizableColorTransferFunction_GetEnableOpacityMapping", "D_vtkDiscretizableColorTransferFunction_GetEnableOpacityMapping")); mixin(bindCode("vtkDiscretizableColorTransferFunction_EnableOpacityMappingOn", "D_vtkDiscretizableColorTransferFunction_EnableOpacityMappingOn")); mixin(bindCode("vtkDiscretizableColorTransferFunction_EnableOpacityMappingOff", "D_vtkDiscretizableColorTransferFunction_EnableOpacityMappingOff")); mixin(bindCode("vtkDiscretizableColorTransferFunction_Upcast", "D_vtkDiscretizableColorTransferFunction_Upcast")); mixin(bindCode("vtkProgrammableFilter_New", "D_vtkProgrammableFilter_New")); mixin(bindCode("vtkProgrammableFilter_IsTypeOf", "D_vtkProgrammableFilter_IsTypeOf")); mixin(bindCode("vtkProgrammableFilter_SafeDownCast", "D_vtkProgrammableFilter_SafeDownCast")); mixin(bindCode("vtkProgrammableFilter_NewInstance", "D_vtkProgrammableFilter_NewInstance")); mixin(bindCode("vtkProgrammableFilter_SetExecuteMethod", "D_vtkProgrammableFilter_SetExecuteMethod")); mixin(bindCode("vtkProgrammableFilter_SetExecuteMethodArgDelete", "D_vtkProgrammableFilter_SetExecuteMethodArgDelete")); mixin(bindCode("vtkProgrammableFilter_GetPolyDataInput", "D_vtkProgrammableFilter_GetPolyDataInput")); mixin(bindCode("vtkProgrammableFilter_GetStructuredPointsInput", "D_vtkProgrammableFilter_GetStructuredPointsInput")); mixin(bindCode("vtkProgrammableFilter_GetStructuredGridInput", "D_vtkProgrammableFilter_GetStructuredGridInput")); mixin(bindCode("vtkProgrammableFilter_GetUnstructuredGridInput", "D_vtkProgrammableFilter_GetUnstructuredGridInput")); mixin(bindCode("vtkProgrammableFilter_GetRectilinearGridInput", "D_vtkProgrammableFilter_GetRectilinearGridInput")); mixin(bindCode("vtkProgrammableFilter_GetGraphInput", "D_vtkProgrammableFilter_GetGraphInput")); mixin(bindCode("vtkProgrammableFilter_GetTableInput", "D_vtkProgrammableFilter_GetTableInput")); mixin(bindCode("vtkProgrammableFilter_SetCopyArrays", "D_vtkProgrammableFilter_SetCopyArrays")); mixin(bindCode("vtkProgrammableFilter_GetCopyArrays", "D_vtkProgrammableFilter_GetCopyArrays")); mixin(bindCode("vtkProgrammableFilter_CopyArraysOn", "D_vtkProgrammableFilter_CopyArraysOn")); mixin(bindCode("vtkProgrammableFilter_CopyArraysOff", "D_vtkProgrammableFilter_CopyArraysOff")); mixin(bindCode("vtkProgrammableFilter_Upcast", "D_vtkProgrammableFilter_Upcast")); mixin(bindCode("vtkBlockIdScalars_New", "D_vtkBlockIdScalars_New")); mixin(bindCode("vtkBlockIdScalars_IsTypeOf", "D_vtkBlockIdScalars_IsTypeOf")); mixin(bindCode("vtkBlockIdScalars_SafeDownCast", "D_vtkBlockIdScalars_SafeDownCast")); mixin(bindCode("vtkBlockIdScalars_NewInstance", "D_vtkBlockIdScalars_NewInstance")); mixin(bindCode("new_vtkBlockIdScalars", "D_new_vtkBlockIdScalars")); mixin(bindCode("delete_vtkBlockIdScalars", "D_delete_vtkBlockIdScalars")); mixin(bindCode("vtkBlockIdScalars_Upcast", "D_vtkBlockIdScalars_Upcast")); mixin(bindCode("vtkLoopSubdivisionFilter_New", "D_vtkLoopSubdivisionFilter_New")); mixin(bindCode("vtkLoopSubdivisionFilter_IsTypeOf", "D_vtkLoopSubdivisionFilter_IsTypeOf")); mixin(bindCode("vtkLoopSubdivisionFilter_SafeDownCast", "D_vtkLoopSubdivisionFilter_SafeDownCast")); mixin(bindCode("vtkLoopSubdivisionFilter_NewInstance", "D_vtkLoopSubdivisionFilter_NewInstance")); mixin(bindCode("vtkLoopSubdivisionFilter_Upcast", "D_vtkLoopSubdivisionFilter_Upcast")); mixin(bindCode("vtkExtractSelectedLocations_New", "D_vtkExtractSelectedLocations_New")); mixin(bindCode("vtkExtractSelectedLocations_IsTypeOf", "D_vtkExtractSelectedLocations_IsTypeOf")); mixin(bindCode("vtkExtractSelectedLocations_SafeDownCast", "D_vtkExtractSelectedLocations_SafeDownCast")); mixin(bindCode("vtkExtractSelectedLocations_NewInstance", "D_vtkExtractSelectedLocations_NewInstance")); mixin(bindCode("vtkExtractSelectedLocations_Upcast", "D_vtkExtractSelectedLocations_Upcast")); mixin(bindCode("vtkUnicodeStringArray_New", "D_vtkUnicodeStringArray_New")); mixin(bindCode("vtkUnicodeStringArray_IsTypeOf", "D_vtkUnicodeStringArray_IsTypeOf")); mixin(bindCode("vtkUnicodeStringArray_SafeDownCast", "D_vtkUnicodeStringArray_SafeDownCast")); mixin(bindCode("vtkUnicodeStringArray_NewInstance", "D_vtkUnicodeStringArray_NewInstance")); mixin(bindCode("vtkUnicodeStringArray_Allocate__SWIG_0", "D_vtkUnicodeStringArray_Allocate__SWIG_0")); mixin(bindCode("vtkUnicodeStringArray_Allocate__SWIG_1", "D_vtkUnicodeStringArray_Allocate__SWIG_1")); mixin(bindCode("vtkUnicodeStringArray_InterpolateTuple__SWIG_0", "D_vtkUnicodeStringArray_InterpolateTuple__SWIG_0")); mixin(bindCode("vtkUnicodeStringArray_InterpolateTuple__SWIG_1", "D_vtkUnicodeStringArray_InterpolateTuple__SWIG_1")); mixin(bindCode("vtkUnicodeStringArray_LookupValue__SWIG_0", "D_vtkUnicodeStringArray_LookupValue__SWIG_0")); mixin(bindCode("vtkUnicodeStringArray_LookupValue__SWIG_1", "D_vtkUnicodeStringArray_LookupValue__SWIG_1")); mixin(bindCode("vtkUnicodeStringArray_InsertNextValue", "D_vtkUnicodeStringArray_InsertNextValue")); mixin(bindCode("vtkUnicodeStringArray_InsertValue", "D_vtkUnicodeStringArray_InsertValue")); mixin(bindCode("vtkUnicodeStringArray_SetValue", "D_vtkUnicodeStringArray_SetValue")); mixin(bindCode("vtkUnicodeStringArray_GetValue", "D_vtkUnicodeStringArray_GetValue")); mixin(bindCode("vtkUnicodeStringArray_InsertNextUTF8Value", "D_vtkUnicodeStringArray_InsertNextUTF8Value")); mixin(bindCode("vtkUnicodeStringArray_SetUTF8Value", "D_vtkUnicodeStringArray_SetUTF8Value")); mixin(bindCode("vtkUnicodeStringArray_GetUTF8Value", "D_vtkUnicodeStringArray_GetUTF8Value")); mixin(bindCode("vtkUnicodeStringArray_Upcast", "D_vtkUnicodeStringArray_Upcast")); mixin(bindCode("vtkLightsPass_New", "D_vtkLightsPass_New")); mixin(bindCode("vtkLightsPass_IsTypeOf", "D_vtkLightsPass_IsTypeOf")); mixin(bindCode("vtkLightsPass_SafeDownCast", "D_vtkLightsPass_SafeDownCast")); mixin(bindCode("vtkLightsPass_NewInstance", "D_vtkLightsPass_NewInstance")); mixin(bindCode("vtkLightsPass_Upcast", "D_vtkLightsPass_Upcast")); mixin(bindCode("vtkWidgetSet_New", "D_vtkWidgetSet_New")); mixin(bindCode("vtkWidgetSet_IsTypeOf", "D_vtkWidgetSet_IsTypeOf")); mixin(bindCode("vtkWidgetSet_SafeDownCast", "D_vtkWidgetSet_SafeDownCast")); mixin(bindCode("vtkWidgetSet_NewInstance", "D_vtkWidgetSet_NewInstance")); mixin(bindCode("vtkWidgetSet_SetEnabled", "D_vtkWidgetSet_SetEnabled")); mixin(bindCode("vtkWidgetSet_EnabledOn", "D_vtkWidgetSet_EnabledOn")); mixin(bindCode("vtkWidgetSet_EnabledOff", "D_vtkWidgetSet_EnabledOff")); mixin(bindCode("vtkWidgetSet_AddWidget", "D_vtkWidgetSet_AddWidget")); mixin(bindCode("vtkWidgetSet_RemoveWidget", "D_vtkWidgetSet_RemoveWidget")); mixin(bindCode("vtkWidgetSet_GetNumberOfWidgets", "D_vtkWidgetSet_GetNumberOfWidgets")); mixin(bindCode("vtkWidgetSet_GetNthWidget", "D_vtkWidgetSet_GetNthWidget")); mixin(bindCode("vtkWidgetSet_Upcast", "D_vtkWidgetSet_Upcast")); mixin(bindCode("vtkPSphereSource_IsTypeOf", "D_vtkPSphereSource_IsTypeOf")); mixin(bindCode("vtkPSphereSource_SafeDownCast", "D_vtkPSphereSource_SafeDownCast")); mixin(bindCode("vtkPSphereSource_NewInstance", "D_vtkPSphereSource_NewInstance")); mixin(bindCode("vtkPSphereSource_New", "D_vtkPSphereSource_New")); mixin(bindCode("vtkPSphereSource_GetEstimatedMemorySize", "D_vtkPSphereSource_GetEstimatedMemorySize")); mixin(bindCode("vtkPSphereSource_Upcast", "D_vtkPSphereSource_Upcast")); mixin(bindCode("vtkCenteredSliderRepresentation_New", "D_vtkCenteredSliderRepresentation_New")); mixin(bindCode("vtkCenteredSliderRepresentation_IsTypeOf", "D_vtkCenteredSliderRepresentation_IsTypeOf")); mixin(bindCode("vtkCenteredSliderRepresentation_SafeDownCast", "D_vtkCenteredSliderRepresentation_SafeDownCast")); mixin(bindCode("vtkCenteredSliderRepresentation_NewInstance", "D_vtkCenteredSliderRepresentation_NewInstance")); mixin(bindCode("vtkCenteredSliderRepresentation_GetPoint1Coordinate", "D_vtkCenteredSliderRepresentation_GetPoint1Coordinate")); mixin(bindCode("vtkCenteredSliderRepresentation_GetPoint2Coordinate", "D_vtkCenteredSliderRepresentation_GetPoint2Coordinate")); mixin(bindCode("vtkCenteredSliderRepresentation_GetTubeProperty", "D_vtkCenteredSliderRepresentation_GetTubeProperty")); mixin(bindCode("vtkCenteredSliderRepresentation_GetSliderProperty", "D_vtkCenteredSliderRepresentation_GetSliderProperty")); mixin(bindCode("vtkCenteredSliderRepresentation_GetSelectedProperty", "D_vtkCenteredSliderRepresentation_GetSelectedProperty")); mixin(bindCode("vtkCenteredSliderRepresentation_GetLabelProperty", "D_vtkCenteredSliderRepresentation_GetLabelProperty")); mixin(bindCode("vtkCenteredSliderRepresentation_PlaceWidget", "D_vtkCenteredSliderRepresentation_PlaceWidget")); mixin(bindCode("vtkCenteredSliderRepresentation_ComputeInteractionState__SWIG_0", "D_vtkCenteredSliderRepresentation_ComputeInteractionState__SWIG_0")); mixin(bindCode("vtkCenteredSliderRepresentation_ComputeInteractionState__SWIG_1", "D_vtkCenteredSliderRepresentation_ComputeInteractionState__SWIG_1")); mixin(bindCode("vtkCenteredSliderRepresentation_Upcast", "D_vtkCenteredSliderRepresentation_Upcast")); mixin(bindCode("vtkCompassRepresentation_New", "D_vtkCompassRepresentation_New")); mixin(bindCode("vtkCompassRepresentation_IsTypeOf", "D_vtkCompassRepresentation_IsTypeOf")); mixin(bindCode("vtkCompassRepresentation_SafeDownCast", "D_vtkCompassRepresentation_SafeDownCast")); mixin(bindCode("vtkCompassRepresentation_NewInstance", "D_vtkCompassRepresentation_NewInstance")); mixin(bindCode("vtkCompassRepresentation_GetPoint1Coordinate", "D_vtkCompassRepresentation_GetPoint1Coordinate")); mixin(bindCode("vtkCompassRepresentation_GetPoint2Coordinate", "D_vtkCompassRepresentation_GetPoint2Coordinate")); mixin(bindCode("vtkCompassRepresentation_GetRingProperty", "D_vtkCompassRepresentation_GetRingProperty")); mixin(bindCode("vtkCompassRepresentation_GetSelectedProperty", "D_vtkCompassRepresentation_GetSelectedProperty")); mixin(bindCode("vtkCompassRepresentation_GetLabelProperty", "D_vtkCompassRepresentation_GetLabelProperty")); mixin(bindCode("vtkCompassRepresentation_TiltWidgetInteraction", "D_vtkCompassRepresentation_TiltWidgetInteraction")); mixin(bindCode("vtkCompassRepresentation_DistanceWidgetInteraction", "D_vtkCompassRepresentation_DistanceWidgetInteraction")); mixin(bindCode("vtkCompassRepresentation_ComputeInteractionState__SWIG_0", "D_vtkCompassRepresentation_ComputeInteractionState__SWIG_0")); mixin(bindCode("vtkCompassRepresentation_ComputeInteractionState__SWIG_1", "D_vtkCompassRepresentation_ComputeInteractionState__SWIG_1")); mixin(bindCode("vtkCompassRepresentation_SetHeading", "D_vtkCompassRepresentation_SetHeading")); mixin(bindCode("vtkCompassRepresentation_GetHeading", "D_vtkCompassRepresentation_GetHeading")); mixin(bindCode("vtkCompassRepresentation_SetTilt", "D_vtkCompassRepresentation_SetTilt")); mixin(bindCode("vtkCompassRepresentation_GetTilt", "D_vtkCompassRepresentation_GetTilt")); mixin(bindCode("vtkCompassRepresentation_UpdateTilt", "D_vtkCompassRepresentation_UpdateTilt")); mixin(bindCode("vtkCompassRepresentation_EndTilt", "D_vtkCompassRepresentation_EndTilt")); mixin(bindCode("vtkCompassRepresentation_SetDistance", "D_vtkCompassRepresentation_SetDistance")); mixin(bindCode("vtkCompassRepresentation_GetDistance", "D_vtkCompassRepresentation_GetDistance")); mixin(bindCode("vtkCompassRepresentation_UpdateDistance", "D_vtkCompassRepresentation_UpdateDistance")); mixin(bindCode("vtkCompassRepresentation_EndDistance", "D_vtkCompassRepresentation_EndDistance")); mixin(bindCode("vtkCompassRepresentation_Upcast", "D_vtkCompassRepresentation_Upcast")); mixin(bindCode("vtkParametricEnneper_IsTypeOf", "D_vtkParametricEnneper_IsTypeOf")); mixin(bindCode("vtkParametricEnneper_SafeDownCast", "D_vtkParametricEnneper_SafeDownCast")); mixin(bindCode("vtkParametricEnneper_NewInstance", "D_vtkParametricEnneper_NewInstance")); mixin(bindCode("vtkParametricEnneper_New", "D_vtkParametricEnneper_New")); mixin(bindCode("vtkParametricEnneper_Upcast", "D_vtkParametricEnneper_Upcast")); mixin(bindCode("vtkAMRResampleFilter_New", "D_vtkAMRResampleFilter_New")); mixin(bindCode("vtkAMRResampleFilter_IsTypeOf", "D_vtkAMRResampleFilter_IsTypeOf")); mixin(bindCode("vtkAMRResampleFilter_SafeDownCast", "D_vtkAMRResampleFilter_SafeDownCast")); mixin(bindCode("vtkAMRResampleFilter_NewInstance", "D_vtkAMRResampleFilter_NewInstance")); mixin(bindCode("vtkAMRResampleFilter_SetNumberOfSamples__SWIG_0", "D_vtkAMRResampleFilter_SetNumberOfSamples__SWIG_0")); mixin(bindCode("vtkAMRResampleFilter_SetNumberOfSamples__SWIG_1", "D_vtkAMRResampleFilter_SetNumberOfSamples__SWIG_1")); mixin(bindCode("vtkAMRResampleFilter_GetNumberOfSamples__SWIG_0", "D_vtkAMRResampleFilter_GetNumberOfSamples__SWIG_0")); mixin(bindCode("vtkAMRResampleFilter_GetNumberOfSamples__SWIG_1", "D_vtkAMRResampleFilter_GetNumberOfSamples__SWIG_1")); mixin(bindCode("vtkAMRResampleFilter_GetNumberOfSamples__SWIG_2", "D_vtkAMRResampleFilter_GetNumberOfSamples__SWIG_2")); mixin(bindCode("vtkAMRResampleFilter_SetTransferToNodes", "D_vtkAMRResampleFilter_SetTransferToNodes")); mixin(bindCode("vtkAMRResampleFilter_GetTransferToNodes", "D_vtkAMRResampleFilter_GetTransferToNodes")); mixin(bindCode("vtkAMRResampleFilter_SetDemandDrivenMode", "D_vtkAMRResampleFilter_SetDemandDrivenMode")); mixin(bindCode("vtkAMRResampleFilter_GetDemandDrivenMode", "D_vtkAMRResampleFilter_GetDemandDrivenMode")); mixin(bindCode("vtkAMRResampleFilter_SetNumberOfPartitions", "D_vtkAMRResampleFilter_SetNumberOfPartitions")); mixin(bindCode("vtkAMRResampleFilter_GetNumberOfPartitions", "D_vtkAMRResampleFilter_GetNumberOfPartitions")); mixin(bindCode("vtkAMRResampleFilter_SetMin__SWIG_0", "D_vtkAMRResampleFilter_SetMin__SWIG_0")); mixin(bindCode("vtkAMRResampleFilter_SetMin__SWIG_1", "D_vtkAMRResampleFilter_SetMin__SWIG_1")); mixin(bindCode("vtkAMRResampleFilter_GetMin__SWIG_0", "D_vtkAMRResampleFilter_GetMin__SWIG_0")); mixin(bindCode("vtkAMRResampleFilter_GetMin__SWIG_1", "D_vtkAMRResampleFilter_GetMin__SWIG_1")); mixin(bindCode("vtkAMRResampleFilter_GetMin__SWIG_2", "D_vtkAMRResampleFilter_GetMin__SWIG_2")); mixin(bindCode("vtkAMRResampleFilter_SetMax__SWIG_0", "D_vtkAMRResampleFilter_SetMax__SWIG_0")); mixin(bindCode("vtkAMRResampleFilter_SetMax__SWIG_1", "D_vtkAMRResampleFilter_SetMax__SWIG_1")); mixin(bindCode("vtkAMRResampleFilter_GetMax__SWIG_0", "D_vtkAMRResampleFilter_GetMax__SWIG_0")); mixin(bindCode("vtkAMRResampleFilter_GetMax__SWIG_1", "D_vtkAMRResampleFilter_GetMax__SWIG_1")); mixin(bindCode("vtkAMRResampleFilter_GetMax__SWIG_2", "D_vtkAMRResampleFilter_GetMax__SWIG_2")); mixin(bindCode("vtkAMRResampleFilter_SetUseBiasVector", "D_vtkAMRResampleFilter_SetUseBiasVector")); mixin(bindCode("vtkAMRResampleFilter_GetUseBiasVector", "D_vtkAMRResampleFilter_GetUseBiasVector")); mixin(bindCode("vtkAMRResampleFilter_SetBiasVector__SWIG_0", "D_vtkAMRResampleFilter_SetBiasVector__SWIG_0")); mixin(bindCode("vtkAMRResampleFilter_SetBiasVector__SWIG_1", "D_vtkAMRResampleFilter_SetBiasVector__SWIG_1")); mixin(bindCode("vtkAMRResampleFilter_GetBiasVector__SWIG_0", "D_vtkAMRResampleFilter_GetBiasVector__SWIG_0")); mixin(bindCode("vtkAMRResampleFilter_GetBiasVector__SWIG_1", "D_vtkAMRResampleFilter_GetBiasVector__SWIG_1")); mixin(bindCode("vtkAMRResampleFilter_GetBiasVector__SWIG_2", "D_vtkAMRResampleFilter_GetBiasVector__SWIG_2")); mixin(bindCode("vtkAMRResampleFilter_SetController", "D_vtkAMRResampleFilter_SetController")); mixin(bindCode("vtkAMRResampleFilter_GetController", "D_vtkAMRResampleFilter_GetController")); mixin(bindCode("vtkAMRResampleFilter_RequestInformation", "D_vtkAMRResampleFilter_RequestInformation")); mixin(bindCode("vtkAMRResampleFilter_RequestData", "D_vtkAMRResampleFilter_RequestData")); mixin(bindCode("vtkAMRResampleFilter_FillInputPortInformation", "D_vtkAMRResampleFilter_FillInputPortInformation")); mixin(bindCode("vtkAMRResampleFilter_FillOutputPortInformation", "D_vtkAMRResampleFilter_FillOutputPortInformation")); mixin(bindCode("vtkAMRResampleFilter_RequestUpdateExtent", "D_vtkAMRResampleFilter_RequestUpdateExtent")); mixin(bindCode("vtkAMRResampleFilter_Upcast", "D_vtkAMRResampleFilter_Upcast")); mixin(bindCode("vtkObjectFactoryCollection_IsTypeOf", "D_vtkObjectFactoryCollection_IsTypeOf")); mixin(bindCode("vtkObjectFactoryCollection_SafeDownCast", "D_vtkObjectFactoryCollection_SafeDownCast")); mixin(bindCode("vtkObjectFactoryCollection_NewInstance", "D_vtkObjectFactoryCollection_NewInstance")); mixin(bindCode("vtkObjectFactoryCollection_New", "D_vtkObjectFactoryCollection_New")); mixin(bindCode("vtkObjectFactoryCollection_AddItem", "D_vtkObjectFactoryCollection_AddItem")); mixin(bindCode("vtkObjectFactoryCollection_GetNextItem", "D_vtkObjectFactoryCollection_GetNextItem")); mixin(bindCode("vtkObjectFactoryCollection_Upcast", "D_vtkObjectFactoryCollection_Upcast")); mixin(bindCode("vtkAnnotationLayers_IsTypeOf", "D_vtkAnnotationLayers_IsTypeOf")); mixin(bindCode("vtkAnnotationLayers_SafeDownCast", "D_vtkAnnotationLayers_SafeDownCast")); mixin(bindCode("vtkAnnotationLayers_NewInstance", "D_vtkAnnotationLayers_NewInstance")); mixin(bindCode("vtkAnnotationLayers_New", "D_vtkAnnotationLayers_New")); mixin(bindCode("vtkAnnotationLayers_SetCurrentAnnotation", "D_vtkAnnotationLayers_SetCurrentAnnotation")); mixin(bindCode("vtkAnnotationLayers_GetCurrentAnnotation", "D_vtkAnnotationLayers_GetCurrentAnnotation")); mixin(bindCode("vtkAnnotationLayers_SetCurrentSelection", "D_vtkAnnotationLayers_SetCurrentSelection")); mixin(bindCode("vtkAnnotationLayers_GetCurrentSelection", "D_vtkAnnotationLayers_GetCurrentSelection")); mixin(bindCode("vtkAnnotationLayers_GetNumberOfAnnotations", "D_vtkAnnotationLayers_GetNumberOfAnnotations")); mixin(bindCode("vtkAnnotationLayers_GetAnnotation", "D_vtkAnnotationLayers_GetAnnotation")); mixin(bindCode("vtkAnnotationLayers_AddAnnotation", "D_vtkAnnotationLayers_AddAnnotation")); mixin(bindCode("vtkAnnotationLayers_RemoveAnnotation", "D_vtkAnnotationLayers_RemoveAnnotation")); mixin(bindCode("vtkAnnotationLayers_GetData__SWIG_0", "D_vtkAnnotationLayers_GetData__SWIG_0")); mixin(bindCode("vtkAnnotationLayers_GetData__SWIG_1", "D_vtkAnnotationLayers_GetData__SWIG_1")); mixin(bindCode("vtkAnnotationLayers_GetData__SWIG_2", "D_vtkAnnotationLayers_GetData__SWIG_2")); mixin(bindCode("new_vtkAnnotationLayers", "D_new_vtkAnnotationLayers")); mixin(bindCode("delete_vtkAnnotationLayers", "D_delete_vtkAnnotationLayers")); mixin(bindCode("vtkAnnotationLayers_Upcast", "D_vtkAnnotationLayers_Upcast")); mixin(bindCode("vtkAnnotationLayersAlgorithm_New", "D_vtkAnnotationLayersAlgorithm_New")); mixin(bindCode("vtkAnnotationLayersAlgorithm_IsTypeOf", "D_vtkAnnotationLayersAlgorithm_IsTypeOf")); mixin(bindCode("vtkAnnotationLayersAlgorithm_SafeDownCast", "D_vtkAnnotationLayersAlgorithm_SafeDownCast")); mixin(bindCode("vtkAnnotationLayersAlgorithm_NewInstance", "D_vtkAnnotationLayersAlgorithm_NewInstance")); mixin(bindCode("vtkAnnotationLayersAlgorithm_GetOutput__SWIG_0", "D_vtkAnnotationLayersAlgorithm_GetOutput__SWIG_0")); mixin(bindCode("vtkAnnotationLayersAlgorithm_GetOutput__SWIG_1", "D_vtkAnnotationLayersAlgorithm_GetOutput__SWIG_1")); mixin(bindCode("vtkAnnotationLayersAlgorithm_SetInputData__SWIG_0", "D_vtkAnnotationLayersAlgorithm_SetInputData__SWIG_0")); mixin(bindCode("vtkAnnotationLayersAlgorithm_SetInputData__SWIG_1", "D_vtkAnnotationLayersAlgorithm_SetInputData__SWIG_1")); mixin(bindCode("vtkAnnotationLayersAlgorithm_Upcast", "D_vtkAnnotationLayersAlgorithm_Upcast")); mixin(bindCode("vtkAnnotationLink_New", "D_vtkAnnotationLink_New")); mixin(bindCode("vtkAnnotationLink_IsTypeOf", "D_vtkAnnotationLink_IsTypeOf")); mixin(bindCode("vtkAnnotationLink_SafeDownCast", "D_vtkAnnotationLink_SafeDownCast")); mixin(bindCode("vtkAnnotationLink_NewInstance", "D_vtkAnnotationLink_NewInstance")); mixin(bindCode("vtkAnnotationLink_GetAnnotationLayers", "D_vtkAnnotationLink_GetAnnotationLayers")); mixin(bindCode("vtkAnnotationLink_SetAnnotationLayers", "D_vtkAnnotationLink_SetAnnotationLayers")); mixin(bindCode("vtkAnnotationLink_SetCurrentSelection", "D_vtkAnnotationLink_SetCurrentSelection")); mixin(bindCode("vtkAnnotationLink_GetCurrentSelection", "D_vtkAnnotationLink_GetCurrentSelection")); mixin(bindCode("vtkAnnotationLink_AddDomainMap", "D_vtkAnnotationLink_AddDomainMap")); mixin(bindCode("vtkAnnotationLink_RemoveDomainMap", "D_vtkAnnotationLink_RemoveDomainMap")); mixin(bindCode("vtkAnnotationLink_RemoveAllDomainMaps", "D_vtkAnnotationLink_RemoveAllDomainMaps")); mixin(bindCode("vtkAnnotationLink_GetNumberOfDomainMaps", "D_vtkAnnotationLink_GetNumberOfDomainMaps")); mixin(bindCode("vtkAnnotationLink_GetDomainMap", "D_vtkAnnotationLink_GetDomainMap")); mixin(bindCode("vtkAnnotationLink_Upcast", "D_vtkAnnotationLink_Upcast")); mixin(bindCode("vtkAMRToMultiBlockFilter_New", "D_vtkAMRToMultiBlockFilter_New")); mixin(bindCode("vtkAMRToMultiBlockFilter_IsTypeOf", "D_vtkAMRToMultiBlockFilter_IsTypeOf")); mixin(bindCode("vtkAMRToMultiBlockFilter_SafeDownCast", "D_vtkAMRToMultiBlockFilter_SafeDownCast")); mixin(bindCode("vtkAMRToMultiBlockFilter_NewInstance", "D_vtkAMRToMultiBlockFilter_NewInstance")); mixin(bindCode("vtkAMRToMultiBlockFilter_SetController", "D_vtkAMRToMultiBlockFilter_SetController")); mixin(bindCode("vtkAMRToMultiBlockFilter_GetController", "D_vtkAMRToMultiBlockFilter_GetController")); mixin(bindCode("vtkAMRToMultiBlockFilter_FillInputPortInformation", "D_vtkAMRToMultiBlockFilter_FillInputPortInformation")); mixin(bindCode("vtkAMRToMultiBlockFilter_FillOutputPortInformation", "D_vtkAMRToMultiBlockFilter_FillOutputPortInformation")); mixin(bindCode("vtkAMRToMultiBlockFilter_RequestData", "D_vtkAMRToMultiBlockFilter_RequestData")); mixin(bindCode("vtkAMRToMultiBlockFilter_Upcast", "D_vtkAMRToMultiBlockFilter_Upcast")); mixin(bindCode("VTK_BACKGROUND_LOCATION_get", "D_VTK_BACKGROUND_LOCATION_get")); mixin(bindCode("VTK_FOREGROUND_LOCATION_get", "D_VTK_FOREGROUND_LOCATION_get")); mixin(bindCode("vtkProperty2D_IsTypeOf", "D_vtkProperty2D_IsTypeOf")); mixin(bindCode("vtkProperty2D_SafeDownCast", "D_vtkProperty2D_SafeDownCast")); mixin(bindCode("vtkProperty2D_NewInstance", "D_vtkProperty2D_NewInstance")); mixin(bindCode("vtkProperty2D_New", "D_vtkProperty2D_New")); mixin(bindCode("vtkProperty2D_DeepCopy", "D_vtkProperty2D_DeepCopy")); mixin(bindCode("vtkProperty2D_SetColor__SWIG_0", "D_vtkProperty2D_SetColor__SWIG_0")); mixin(bindCode("vtkProperty2D_SetColor__SWIG_1", "D_vtkProperty2D_SetColor__SWIG_1")); mixin(bindCode("vtkProperty2D_GetColor__SWIG_0", "D_vtkProperty2D_GetColor__SWIG_0")); mixin(bindCode("vtkProperty2D_GetColor__SWIG_1", "D_vtkProperty2D_GetColor__SWIG_1")); mixin(bindCode("vtkProperty2D_GetColor__SWIG_2", "D_vtkProperty2D_GetColor__SWIG_2")); mixin(bindCode("vtkProperty2D_GetOpacity", "D_vtkProperty2D_GetOpacity")); mixin(bindCode("vtkProperty2D_SetOpacity", "D_vtkProperty2D_SetOpacity")); mixin(bindCode("vtkProperty2D_SetPointSize", "D_vtkProperty2D_SetPointSize")); mixin(bindCode("vtkProperty2D_GetPointSizeMinValue", "D_vtkProperty2D_GetPointSizeMinValue")); mixin(bindCode("vtkProperty2D_GetPointSizeMaxValue", "D_vtkProperty2D_GetPointSizeMaxValue")); mixin(bindCode("vtkProperty2D_GetPointSize", "D_vtkProperty2D_GetPointSize")); mixin(bindCode("vtkProperty2D_SetLineWidth", "D_vtkProperty2D_SetLineWidth")); mixin(bindCode("vtkProperty2D_GetLineWidthMinValue", "D_vtkProperty2D_GetLineWidthMinValue")); mixin(bindCode("vtkProperty2D_GetLineWidthMaxValue", "D_vtkProperty2D_GetLineWidthMaxValue")); mixin(bindCode("vtkProperty2D_GetLineWidth", "D_vtkProperty2D_GetLineWidth")); mixin(bindCode("vtkProperty2D_SetLineStipplePattern", "D_vtkProperty2D_SetLineStipplePattern")); mixin(bindCode("vtkProperty2D_GetLineStipplePattern", "D_vtkProperty2D_GetLineStipplePattern")); mixin(bindCode("vtkProperty2D_SetLineStippleRepeatFactor", "D_vtkProperty2D_SetLineStippleRepeatFactor")); mixin(bindCode("vtkProperty2D_GetLineStippleRepeatFactorMinValue", "D_vtkProperty2D_GetLineStippleRepeatFactorMinValue")); mixin(bindCode("vtkProperty2D_GetLineStippleRepeatFactorMaxValue", "D_vtkProperty2D_GetLineStippleRepeatFactorMaxValue")); mixin(bindCode("vtkProperty2D_GetLineStippleRepeatFactor", "D_vtkProperty2D_GetLineStippleRepeatFactor")); mixin(bindCode("vtkProperty2D_SetDisplayLocation", "D_vtkProperty2D_SetDisplayLocation")); mixin(bindCode("vtkProperty2D_GetDisplayLocationMinValue", "D_vtkProperty2D_GetDisplayLocationMinValue")); mixin(bindCode("vtkProperty2D_GetDisplayLocationMaxValue", "D_vtkProperty2D_GetDisplayLocationMaxValue")); mixin(bindCode("vtkProperty2D_GetDisplayLocation", "D_vtkProperty2D_GetDisplayLocation")); mixin(bindCode("vtkProperty2D_SetDisplayLocationToBackground", "D_vtkProperty2D_SetDisplayLocationToBackground")); mixin(bindCode("vtkProperty2D_SetDisplayLocationToForeground", "D_vtkProperty2D_SetDisplayLocationToForeground")); mixin(bindCode("vtkProperty2D_Upcast", "D_vtkProperty2D_Upcast")); mixin(bindCode("vtkPainterPolyDataMapper_New", "D_vtkPainterPolyDataMapper_New")); mixin(bindCode("vtkPainterPolyDataMapper_IsTypeOf", "D_vtkPainterPolyDataMapper_IsTypeOf")); mixin(bindCode("vtkPainterPolyDataMapper_SafeDownCast", "D_vtkPainterPolyDataMapper_SafeDownCast")); mixin(bindCode("vtkPainterPolyDataMapper_NewInstance", "D_vtkPainterPolyDataMapper_NewInstance")); mixin(bindCode("vtkPainterPolyDataMapper_GetPainter", "D_vtkPainterPolyDataMapper_GetPainter")); mixin(bindCode("vtkPainterPolyDataMapper_SetPainter", "D_vtkPainterPolyDataMapper_SetPainter")); mixin(bindCode("vtkPainterPolyDataMapper_MapDataArrayToVertexAttribute__SWIG_0", "D_vtkPainterPolyDataMapper_MapDataArrayToVertexAttribute__SWIG_0")); mixin(bindCode("vtkPainterPolyDataMapper_MapDataArrayToVertexAttribute__SWIG_1", "D_vtkPainterPolyDataMapper_MapDataArrayToVertexAttribute__SWIG_1")); mixin(bindCode("vtkPainterPolyDataMapper_MapDataArrayToMultiTextureAttribute__SWIG_0", "D_vtkPainterPolyDataMapper_MapDataArrayToMultiTextureAttribute__SWIG_0")); mixin(bindCode("vtkPainterPolyDataMapper_MapDataArrayToMultiTextureAttribute__SWIG_1", "D_vtkPainterPolyDataMapper_MapDataArrayToMultiTextureAttribute__SWIG_1")); mixin(bindCode("vtkPainterPolyDataMapper_GetSelectionPainter", "D_vtkPainterPolyDataMapper_GetSelectionPainter")); mixin(bindCode("vtkPainterPolyDataMapper_SetSelectionPainter", "D_vtkPainterPolyDataMapper_SetSelectionPainter")); mixin(bindCode("vtkPainterPolyDataMapper_Upcast", "D_vtkPainterPolyDataMapper_Upcast")); mixin(bindCode("vtkPOutlineFilter_New", "D_vtkPOutlineFilter_New")); mixin(bindCode("vtkPOutlineFilter_IsTypeOf", "D_vtkPOutlineFilter_IsTypeOf")); mixin(bindCode("vtkPOutlineFilter_SafeDownCast", "D_vtkPOutlineFilter_SafeDownCast")); mixin(bindCode("vtkPOutlineFilter_NewInstance", "D_vtkPOutlineFilter_NewInstance")); mixin(bindCode("vtkPOutlineFilter_SetController", "D_vtkPOutlineFilter_SetController")); mixin(bindCode("vtkPOutlineFilter_GetController", "D_vtkPOutlineFilter_GetController")); mixin(bindCode("vtkPOutlineFilter_Upcast", "D_vtkPOutlineFilter_Upcast")); mixin(bindCode("vtkTensor_New", "D_vtkTensor_New")); mixin(bindCode("vtkTensor_IsTypeOf", "D_vtkTensor_IsTypeOf")); mixin(bindCode("vtkTensor_SafeDownCast", "D_vtkTensor_SafeDownCast")); mixin(bindCode("vtkTensor_NewInstance", "D_vtkTensor_NewInstance")); mixin(bindCode("vtkTensor_Initialize", "D_vtkTensor_Initialize")); mixin(bindCode("vtkTensor_GetComponent", "D_vtkTensor_GetComponent")); mixin(bindCode("vtkTensor_SetComponent", "D_vtkTensor_SetComponent")); mixin(bindCode("vtkTensor_AddComponent", "D_vtkTensor_AddComponent")); mixin(bindCode("vtkTensor_GetColumn", "D_vtkTensor_GetColumn")); mixin(bindCode("vtkTensor_DeepCopy", "D_vtkTensor_DeepCopy")); mixin(bindCode("vtkTensor_T_set", "D_vtkTensor_T_set")); mixin(bindCode("vtkTensor_T_get", "D_vtkTensor_T_get")); mixin(bindCode("vtkTensor_Upcast", "D_vtkTensor_Upcast")); mixin(bindCode("vtkImageActorPointPlacer_New", "D_vtkImageActorPointPlacer_New")); mixin(bindCode("vtkImageActorPointPlacer_IsTypeOf", "D_vtkImageActorPointPlacer_IsTypeOf")); mixin(bindCode("vtkImageActorPointPlacer_SafeDownCast", "D_vtkImageActorPointPlacer_SafeDownCast")); mixin(bindCode("vtkImageActorPointPlacer_NewInstance", "D_vtkImageActorPointPlacer_NewInstance")); mixin(bindCode("vtkImageActorPointPlacer_ComputeWorldPosition__SWIG_0", "D_vtkImageActorPointPlacer_ComputeWorldPosition__SWIG_0")); mixin(bindCode("vtkImageActorPointPlacer_ComputeWorldPosition__SWIG_1", "D_vtkImageActorPointPlacer_ComputeWorldPosition__SWIG_1")); mixin(bindCode("vtkImageActorPointPlacer_ValidateWorldPosition__SWIG_0", "D_vtkImageActorPointPlacer_ValidateWorldPosition__SWIG_0")); mixin(bindCode("vtkImageActorPointPlacer_ValidateWorldPosition__SWIG_1", "D_vtkImageActorPointPlacer_ValidateWorldPosition__SWIG_1")); mixin(bindCode("vtkImageActorPointPlacer_SetImageActor", "D_vtkImageActorPointPlacer_SetImageActor")); mixin(bindCode("vtkImageActorPointPlacer_GetImageActor", "D_vtkImageActorPointPlacer_GetImageActor")); mixin(bindCode("vtkImageActorPointPlacer_SetBounds__SWIG_0", "D_vtkImageActorPointPlacer_SetBounds__SWIG_0")); mixin(bindCode("vtkImageActorPointPlacer_SetBounds__SWIG_1", "D_vtkImageActorPointPlacer_SetBounds__SWIG_1")); mixin(bindCode("vtkImageActorPointPlacer_GetBounds__SWIG_0", "D_vtkImageActorPointPlacer_GetBounds__SWIG_0")); mixin(bindCode("vtkImageActorPointPlacer_GetBounds__SWIG_1", "D_vtkImageActorPointPlacer_GetBounds__SWIG_1")); mixin(bindCode("vtkImageActorPointPlacer_GetBounds__SWIG_2", "D_vtkImageActorPointPlacer_GetBounds__SWIG_2")); mixin(bindCode("vtkImageActorPointPlacer_Upcast", "D_vtkImageActorPointPlacer_Upcast")); mixin(bindCode("vtkMaterialLibrary_New", "D_vtkMaterialLibrary_New")); mixin(bindCode("vtkMaterialLibrary_IsTypeOf", "D_vtkMaterialLibrary_IsTypeOf")); mixin(bindCode("vtkMaterialLibrary_SafeDownCast", "D_vtkMaterialLibrary_SafeDownCast")); mixin(bindCode("vtkMaterialLibrary_NewInstance", "D_vtkMaterialLibrary_NewInstance")); mixin(bindCode("vtkMaterialLibrary_GetMaterial", "D_vtkMaterialLibrary_GetMaterial")); mixin(bindCode("vtkMaterialLibrary_GetListOfMaterialNames", "D_vtkMaterialLibrary_GetListOfMaterialNames")); mixin(bindCode("vtkMaterialLibrary_GetNumberOfMaterials", "D_vtkMaterialLibrary_GetNumberOfMaterials")); mixin(bindCode("vtkMaterialLibrary_Upcast", "D_vtkMaterialLibrary_Upcast")); mixin(bindCode("vtkUniformGridGhostDataGenerator_New", "D_vtkUniformGridGhostDataGenerator_New")); mixin(bindCode("vtkUniformGridGhostDataGenerator_IsTypeOf", "D_vtkUniformGridGhostDataGenerator_IsTypeOf")); mixin(bindCode("vtkUniformGridGhostDataGenerator_SafeDownCast", "D_vtkUniformGridGhostDataGenerator_SafeDownCast")); mixin(bindCode("vtkUniformGridGhostDataGenerator_NewInstance", "D_vtkUniformGridGhostDataGenerator_NewInstance")); mixin(bindCode("vtkUniformGridGhostDataGenerator_Upcast", "D_vtkUniformGridGhostDataGenerator_Upcast")); mixin(bindCode("vtkCylinder_IsTypeOf", "D_vtkCylinder_IsTypeOf")); mixin(bindCode("vtkCylinder_SafeDownCast", "D_vtkCylinder_SafeDownCast")); mixin(bindCode("vtkCylinder_NewInstance", "D_vtkCylinder_NewInstance")); mixin(bindCode("vtkCylinder_New", "D_vtkCylinder_New")); mixin(bindCode("vtkCylinder_EvaluateFunction__SWIG_0", "D_vtkCylinder_EvaluateFunction__SWIG_0")); mixin(bindCode("vtkCylinder_EvaluateFunction__SWIG_1", "D_vtkCylinder_EvaluateFunction__SWIG_1")); mixin(bindCode("vtkCylinder_SetRadius", "D_vtkCylinder_SetRadius")); mixin(bindCode("vtkCylinder_GetRadius", "D_vtkCylinder_GetRadius")); mixin(bindCode("vtkCylinder_SetCenter__SWIG_0", "D_vtkCylinder_SetCenter__SWIG_0")); mixin(bindCode("vtkCylinder_SetCenter__SWIG_1", "D_vtkCylinder_SetCenter__SWIG_1")); mixin(bindCode("vtkCylinder_GetCenter__SWIG_0", "D_vtkCylinder_GetCenter__SWIG_0")); mixin(bindCode("vtkCylinder_GetCenter__SWIG_1", "D_vtkCylinder_GetCenter__SWIG_1")); mixin(bindCode("vtkCylinder_Upcast", "D_vtkCylinder_Upcast")); mixin(bindCode("vtkOpenGLContextDevice3D_IsTypeOf", "D_vtkOpenGLContextDevice3D_IsTypeOf")); mixin(bindCode("vtkOpenGLContextDevice3D_SafeDownCast", "D_vtkOpenGLContextDevice3D_SafeDownCast")); mixin(bindCode("vtkOpenGLContextDevice3D_NewInstance", "D_vtkOpenGLContextDevice3D_NewInstance")); mixin(bindCode("vtkOpenGLContextDevice3D_New", "D_vtkOpenGLContextDevice3D_New")); mixin(bindCode("vtkOpenGLContextDevice3D_Upcast", "D_vtkOpenGLContextDevice3D_Upcast")); mixin(bindCode("vtkSelectionSource_New", "D_vtkSelectionSource_New")); mixin(bindCode("vtkSelectionSource_IsTypeOf", "D_vtkSelectionSource_IsTypeOf")); mixin(bindCode("vtkSelectionSource_SafeDownCast", "D_vtkSelectionSource_SafeDownCast")); mixin(bindCode("vtkSelectionSource_NewInstance", "D_vtkSelectionSource_NewInstance")); mixin(bindCode("vtkSelectionSource_AddID", "D_vtkSelectionSource_AddID")); mixin(bindCode("vtkSelectionSource_AddStringID", "D_vtkSelectionSource_AddStringID")); mixin(bindCode("vtkSelectionSource_AddLocation", "D_vtkSelectionSource_AddLocation")); mixin(bindCode("vtkSelectionSource_AddThreshold", "D_vtkSelectionSource_AddThreshold")); mixin(bindCode("vtkSelectionSource_SetFrustum", "D_vtkSelectionSource_SetFrustum")); mixin(bindCode("vtkSelectionSource_AddBlock", "D_vtkSelectionSource_AddBlock")); mixin(bindCode("vtkSelectionSource_RemoveAllIDs", "D_vtkSelectionSource_RemoveAllIDs")); mixin(bindCode("vtkSelectionSource_RemoveAllStringIDs", "D_vtkSelectionSource_RemoveAllStringIDs")); mixin(bindCode("vtkSelectionSource_RemoveAllThresholds", "D_vtkSelectionSource_RemoveAllThresholds")); mixin(bindCode("vtkSelectionSource_RemoveAllLocations", "D_vtkSelectionSource_RemoveAllLocations")); mixin(bindCode("vtkSelectionSource_RemoveAllBlocks", "D_vtkSelectionSource_RemoveAllBlocks")); mixin(bindCode("vtkSelectionSource_SetContentType", "D_vtkSelectionSource_SetContentType")); mixin(bindCode("vtkSelectionSource_GetContentType", "D_vtkSelectionSource_GetContentType")); mixin(bindCode("vtkSelectionSource_SetFieldType", "D_vtkSelectionSource_SetFieldType")); mixin(bindCode("vtkSelectionSource_GetFieldType", "D_vtkSelectionSource_GetFieldType")); mixin(bindCode("vtkSelectionSource_SetContainingCells", "D_vtkSelectionSource_SetContainingCells")); mixin(bindCode("vtkSelectionSource_GetContainingCells", "D_vtkSelectionSource_GetContainingCells")); mixin(bindCode("vtkSelectionSource_SetInverse", "D_vtkSelectionSource_SetInverse")); mixin(bindCode("vtkSelectionSource_GetInverse", "D_vtkSelectionSource_GetInverse")); mixin(bindCode("vtkSelectionSource_SetArrayName", "D_vtkSelectionSource_SetArrayName")); mixin(bindCode("vtkSelectionSource_GetArrayName", "D_vtkSelectionSource_GetArrayName")); mixin(bindCode("vtkSelectionSource_SetArrayComponent", "D_vtkSelectionSource_SetArrayComponent")); mixin(bindCode("vtkSelectionSource_GetArrayComponent", "D_vtkSelectionSource_GetArrayComponent")); mixin(bindCode("vtkSelectionSource_SetCompositeIndex", "D_vtkSelectionSource_SetCompositeIndex")); mixin(bindCode("vtkSelectionSource_GetCompositeIndex", "D_vtkSelectionSource_GetCompositeIndex")); mixin(bindCode("vtkSelectionSource_SetHierarchicalLevel", "D_vtkSelectionSource_SetHierarchicalLevel")); mixin(bindCode("vtkSelectionSource_GetHierarchicalLevel", "D_vtkSelectionSource_GetHierarchicalLevel")); mixin(bindCode("vtkSelectionSource_SetHierarchicalIndex", "D_vtkSelectionSource_SetHierarchicalIndex")); mixin(bindCode("vtkSelectionSource_GetHierarchicalIndex", "D_vtkSelectionSource_GetHierarchicalIndex")); mixin(bindCode("vtkSelectionSource_SetQueryString", "D_vtkSelectionSource_SetQueryString")); mixin(bindCode("vtkSelectionSource_GetQueryString", "D_vtkSelectionSource_GetQueryString")); mixin(bindCode("vtkSelectionSource_Upcast", "D_vtkSelectionSource_Upcast")); mixin(bindCode("vtkSimpleElevationFilter_IsTypeOf", "D_vtkSimpleElevationFilter_IsTypeOf")); mixin(bindCode("vtkSimpleElevationFilter_SafeDownCast", "D_vtkSimpleElevationFilter_SafeDownCast")); mixin(bindCode("vtkSimpleElevationFilter_NewInstance", "D_vtkSimpleElevationFilter_NewInstance")); mixin(bindCode("vtkSimpleElevationFilter_New", "D_vtkSimpleElevationFilter_New")); mixin(bindCode("vtkSimpleElevationFilter_SetVector__SWIG_0", "D_vtkSimpleElevationFilter_SetVector__SWIG_0")); mixin(bindCode("vtkSimpleElevationFilter_SetVector__SWIG_1", "D_vtkSimpleElevationFilter_SetVector__SWIG_1")); mixin(bindCode("vtkSimpleElevationFilter_GetVector__SWIG_0", "D_vtkSimpleElevationFilter_GetVector__SWIG_0")); mixin(bindCode("vtkSimpleElevationFilter_GetVector__SWIG_1", "D_vtkSimpleElevationFilter_GetVector__SWIG_1")); mixin(bindCode("vtkSimpleElevationFilter_Upcast", "D_vtkSimpleElevationFilter_Upcast")); mixin(bindCode("vtkPentagonalPrism_New", "D_vtkPentagonalPrism_New")); mixin(bindCode("vtkPentagonalPrism_IsTypeOf", "D_vtkPentagonalPrism_IsTypeOf")); mixin(bindCode("vtkPentagonalPrism_SafeDownCast", "D_vtkPentagonalPrism_SafeDownCast")); mixin(bindCode("vtkPentagonalPrism_NewInstance", "D_vtkPentagonalPrism_NewInstance")); mixin(bindCode("vtkPentagonalPrism_InterpolationFunctions", "D_vtkPentagonalPrism_InterpolationFunctions")); mixin(bindCode("vtkPentagonalPrism_InterpolationDerivs", "D_vtkPentagonalPrism_InterpolationDerivs")); mixin(bindCode("vtkPentagonalPrism_InterpolateFunctions", "D_vtkPentagonalPrism_InterpolateFunctions")); mixin(bindCode("vtkPentagonalPrism_InterpolateDerivs", "D_vtkPentagonalPrism_InterpolateDerivs")); mixin(bindCode("vtkPentagonalPrism_GetEdgeArray", "D_vtkPentagonalPrism_GetEdgeArray")); mixin(bindCode("vtkPentagonalPrism_GetFaceArray", "D_vtkPentagonalPrism_GetFaceArray")); mixin(bindCode("vtkPentagonalPrism_JacobianInverse", "D_vtkPentagonalPrism_JacobianInverse")); mixin(bindCode("vtkPentagonalPrism_Upcast", "D_vtkPentagonalPrism_Upcast")); mixin(bindCode("vtkDatabaseToTableReader_IsTypeOf", "D_vtkDatabaseToTableReader_IsTypeOf")); mixin(bindCode("vtkDatabaseToTableReader_SafeDownCast", "D_vtkDatabaseToTableReader_SafeDownCast")); mixin(bindCode("vtkDatabaseToTableReader_NewInstance", "D_vtkDatabaseToTableReader_NewInstance")); mixin(bindCode("vtkDatabaseToTableReader_SetDatabase", "D_vtkDatabaseToTableReader_SetDatabase")); mixin(bindCode("vtkDatabaseToTableReader_SetTableName", "D_vtkDatabaseToTableReader_SetTableName")); mixin(bindCode("vtkDatabaseToTableReader_CheckIfTableExists", "D_vtkDatabaseToTableReader_CheckIfTableExists")); mixin(bindCode("vtkDatabaseToTableReader_GetDatabase", "D_vtkDatabaseToTableReader_GetDatabase")); mixin(bindCode("vtkDatabaseToTableReader_Upcast", "D_vtkDatabaseToTableReader_Upcast")); mixin(bindCode("vtkImageViewer_New", "D_vtkImageViewer_New")); mixin(bindCode("vtkImageViewer_IsTypeOf", "D_vtkImageViewer_IsTypeOf")); mixin(bindCode("vtkImageViewer_SafeDownCast", "D_vtkImageViewer_SafeDownCast")); mixin(bindCode("vtkImageViewer_NewInstance", "D_vtkImageViewer_NewInstance")); mixin(bindCode("vtkImageViewer_GetWindowName", "D_vtkImageViewer_GetWindowName")); mixin(bindCode("vtkImageViewer_Render", "D_vtkImageViewer_Render")); mixin(bindCode("vtkImageViewer_SetInputData", "D_vtkImageViewer_SetInputData")); mixin(bindCode("vtkImageViewer_GetInput", "D_vtkImageViewer_GetInput")); mixin(bindCode("vtkImageViewer_SetInputConnection", "D_vtkImageViewer_SetInputConnection")); mixin(bindCode("vtkImageViewer_GetWholeZMin", "D_vtkImageViewer_GetWholeZMin")); mixin(bindCode("vtkImageViewer_GetWholeZMax", "D_vtkImageViewer_GetWholeZMax")); mixin(bindCode("vtkImageViewer_GetZSlice", "D_vtkImageViewer_GetZSlice")); mixin(bindCode("vtkImageViewer_SetZSlice", "D_vtkImageViewer_SetZSlice")); mixin(bindCode("vtkImageViewer_GetColorWindow", "D_vtkImageViewer_GetColorWindow")); mixin(bindCode("vtkImageViewer_GetColorLevel", "D_vtkImageViewer_GetColorLevel")); mixin(bindCode("vtkImageViewer_SetColorWindow", "D_vtkImageViewer_SetColorWindow")); mixin(bindCode("vtkImageViewer_SetColorLevel", "D_vtkImageViewer_SetColorLevel")); mixin(bindCode("vtkImageViewer_SetDisplayId", "D_vtkImageViewer_SetDisplayId")); mixin(bindCode("vtkImageViewer_SetWindowId", "D_vtkImageViewer_SetWindowId")); mixin(bindCode("vtkImageViewer_SetParentId", "D_vtkImageViewer_SetParentId")); mixin(bindCode("vtkImageViewer_GetPosition", "D_vtkImageViewer_GetPosition")); mixin(bindCode("vtkImageViewer_SetPosition__SWIG_0", "D_vtkImageViewer_SetPosition__SWIG_0")); mixin(bindCode("vtkImageViewer_SetPosition__SWIG_1", "D_vtkImageViewer_SetPosition__SWIG_1")); mixin(bindCode("vtkImageViewer_GetSize", "D_vtkImageViewer_GetSize")); mixin(bindCode("vtkImageViewer_SetSize__SWIG_0", "D_vtkImageViewer_SetSize__SWIG_0")); mixin(bindCode("vtkImageViewer_SetSize__SWIG_1", "D_vtkImageViewer_SetSize__SWIG_1")); mixin(bindCode("vtkImageViewer_GetRenderWindow", "D_vtkImageViewer_GetRenderWindow")); mixin(bindCode("vtkImageViewer_GetRenderer", "D_vtkImageViewer_GetRenderer")); mixin(bindCode("vtkImageViewer_GetImageMapper", "D_vtkImageViewer_GetImageMapper")); mixin(bindCode("vtkImageViewer_GetActor2D", "D_vtkImageViewer_GetActor2D")); mixin(bindCode("vtkImageViewer_SetupInteractor", "D_vtkImageViewer_SetupInteractor")); mixin(bindCode("vtkImageViewer_SetOffScreenRendering", "D_vtkImageViewer_SetOffScreenRendering")); mixin(bindCode("vtkImageViewer_GetOffScreenRendering", "D_vtkImageViewer_GetOffScreenRendering")); mixin(bindCode("vtkImageViewer_OffScreenRenderingOn", "D_vtkImageViewer_OffScreenRenderingOn")); mixin(bindCode("vtkImageViewer_OffScreenRenderingOff", "D_vtkImageViewer_OffScreenRenderingOff")); mixin(bindCode("vtkImageViewer_Upcast", "D_vtkImageViewer_Upcast")); mixin(bindCode("vtkHyperTreeGridAxisCut_New", "D_vtkHyperTreeGridAxisCut_New")); mixin(bindCode("vtkHyperTreeGridAxisCut_IsTypeOf", "D_vtkHyperTreeGridAxisCut_IsTypeOf")); mixin(bindCode("vtkHyperTreeGridAxisCut_SafeDownCast", "D_vtkHyperTreeGridAxisCut_SafeDownCast")); mixin(bindCode("vtkHyperTreeGridAxisCut_NewInstance", "D_vtkHyperTreeGridAxisCut_NewInstance")); mixin(bindCode("vtkHyperTreeGridAxisCut_SetPlaneNormalAxis", "D_vtkHyperTreeGridAxisCut_SetPlaneNormalAxis")); mixin(bindCode("vtkHyperTreeGridAxisCut_GetPlaneNormalAxis", "D_vtkHyperTreeGridAxisCut_GetPlaneNormalAxis")); mixin(bindCode("vtkHyperTreeGridAxisCut_SetPlanePosition", "D_vtkHyperTreeGridAxisCut_SetPlanePosition")); mixin(bindCode("vtkHyperTreeGridAxisCut_GetPlanePosition", "D_vtkHyperTreeGridAxisCut_GetPlanePosition")); mixin(bindCode("vtkHyperTreeGridAxisCut_Upcast", "D_vtkHyperTreeGridAxisCut_Upcast")); mixin(bindCode("vtkComputeHistogram2DOutliers_New", "D_vtkComputeHistogram2DOutliers_New")); mixin(bindCode("vtkComputeHistogram2DOutliers_IsTypeOf", "D_vtkComputeHistogram2DOutliers_IsTypeOf")); mixin(bindCode("vtkComputeHistogram2DOutliers_SafeDownCast", "D_vtkComputeHistogram2DOutliers_SafeDownCast")); mixin(bindCode("vtkComputeHistogram2DOutliers_NewInstance", "D_vtkComputeHistogram2DOutliers_NewInstance")); mixin(bindCode("vtkComputeHistogram2DOutliers_SetPreferredNumberOfOutliers", "D_vtkComputeHistogram2DOutliers_SetPreferredNumberOfOutliers")); mixin(bindCode("vtkComputeHistogram2DOutliers_GetPreferredNumberOfOutliers", "D_vtkComputeHistogram2DOutliers_GetPreferredNumberOfOutliers")); mixin(bindCode("vtkComputeHistogram2DOutliers_GetOutputTable", "D_vtkComputeHistogram2DOutliers_GetOutputTable")); mixin(bindCode("vtkComputeHistogram2DOutliers_SetInputTableConnection", "D_vtkComputeHistogram2DOutliers_SetInputTableConnection")); mixin(bindCode("vtkComputeHistogram2DOutliers_SetInputHistogramImageDataConnection", "D_vtkComputeHistogram2DOutliers_SetInputHistogramImageDataConnection")); mixin(bindCode("vtkComputeHistogram2DOutliers_SetInputHistogramMultiBlockConnection", "D_vtkComputeHistogram2DOutliers_SetInputHistogramMultiBlockConnection")); mixin(bindCode("vtkComputeHistogram2DOutliers_Upcast", "D_vtkComputeHistogram2DOutliers_Upcast")); mixin(bindCode("vtkPComputeHistogram2DOutliers_New", "D_vtkPComputeHistogram2DOutliers_New")); mixin(bindCode("vtkPComputeHistogram2DOutliers_IsTypeOf", "D_vtkPComputeHistogram2DOutliers_IsTypeOf")); mixin(bindCode("vtkPComputeHistogram2DOutliers_SafeDownCast", "D_vtkPComputeHistogram2DOutliers_SafeDownCast")); mixin(bindCode("vtkPComputeHistogram2DOutliers_NewInstance", "D_vtkPComputeHistogram2DOutliers_NewInstance")); mixin(bindCode("vtkPComputeHistogram2DOutliers_SetController", "D_vtkPComputeHistogram2DOutliers_SetController")); mixin(bindCode("vtkPComputeHistogram2DOutliers_GetController", "D_vtkPComputeHistogram2DOutliers_GetController")); mixin(bindCode("vtkPComputeHistogram2DOutliers_Upcast", "D_vtkPComputeHistogram2DOutliers_Upcast")); mixin(bindCode("vtkArrayDataReader_New", "D_vtkArrayDataReader_New")); mixin(bindCode("vtkArrayDataReader_IsTypeOf", "D_vtkArrayDataReader_IsTypeOf")); mixin(bindCode("vtkArrayDataReader_SafeDownCast", "D_vtkArrayDataReader_SafeDownCast")); mixin(bindCode("vtkArrayDataReader_NewInstance", "D_vtkArrayDataReader_NewInstance")); mixin(bindCode("vtkArrayDataReader_GetFileName", "D_vtkArrayDataReader_GetFileName")); mixin(bindCode("vtkArrayDataReader_SetFileName", "D_vtkArrayDataReader_SetFileName")); mixin(bindCode("vtkArrayDataReader_SetInputString", "D_vtkArrayDataReader_SetInputString")); mixin(bindCode("vtkArrayDataReader_GetInputString", "D_vtkArrayDataReader_GetInputString")); mixin(bindCode("vtkArrayDataReader_SetReadFromInputString", "D_vtkArrayDataReader_SetReadFromInputString")); mixin(bindCode("vtkArrayDataReader_GetReadFromInputString", "D_vtkArrayDataReader_GetReadFromInputString")); mixin(bindCode("vtkArrayDataReader_ReadFromInputStringOn", "D_vtkArrayDataReader_ReadFromInputStringOn")); mixin(bindCode("vtkArrayDataReader_ReadFromInputStringOff", "D_vtkArrayDataReader_ReadFromInputStringOff")); mixin(bindCode("vtkArrayDataReader_Read__SWIG_0", "D_vtkArrayDataReader_Read__SWIG_0")); mixin(bindCode("vtkArrayDataReader_Read__SWIG_1", "D_vtkArrayDataReader_Read__SWIG_1")); mixin(bindCode("vtkArrayDataReader_Upcast", "D_vtkArrayDataReader_Upcast")); mixin(bindCode("vtkImageStencil_New", "D_vtkImageStencil_New")); mixin(bindCode("vtkImageStencil_IsTypeOf", "D_vtkImageStencil_IsTypeOf")); mixin(bindCode("vtkImageStencil_SafeDownCast", "D_vtkImageStencil_SafeDownCast")); mixin(bindCode("vtkImageStencil_NewInstance", "D_vtkImageStencil_NewInstance")); mixin(bindCode("vtkImageStencil_SetStencilData", "D_vtkImageStencil_SetStencilData")); mixin(bindCode("vtkImageStencil_GetStencil", "D_vtkImageStencil_GetStencil")); mixin(bindCode("vtkImageStencil_SetStencilConnection", "D_vtkImageStencil_SetStencilConnection")); mixin(bindCode("vtkImageStencil_SetReverseStencil", "D_vtkImageStencil_SetReverseStencil")); mixin(bindCode("vtkImageStencil_ReverseStencilOn", "D_vtkImageStencil_ReverseStencilOn")); mixin(bindCode("vtkImageStencil_ReverseStencilOff", "D_vtkImageStencil_ReverseStencilOff")); mixin(bindCode("vtkImageStencil_GetReverseStencil", "D_vtkImageStencil_GetReverseStencil")); mixin(bindCode("vtkImageStencil_SetBackgroundInputData", "D_vtkImageStencil_SetBackgroundInputData")); mixin(bindCode("vtkImageStencil_GetBackgroundInput", "D_vtkImageStencil_GetBackgroundInput")); mixin(bindCode("vtkImageStencil_SetBackgroundValue", "D_vtkImageStencil_SetBackgroundValue")); mixin(bindCode("vtkImageStencil_GetBackgroundValue", "D_vtkImageStencil_GetBackgroundValue")); mixin(bindCode("vtkImageStencil_SetBackgroundColor__SWIG_0", "D_vtkImageStencil_SetBackgroundColor__SWIG_0")); mixin(bindCode("vtkImageStencil_SetBackgroundColor__SWIG_1", "D_vtkImageStencil_SetBackgroundColor__SWIG_1")); mixin(bindCode("vtkImageStencil_GetBackgroundColor__SWIG_0", "D_vtkImageStencil_GetBackgroundColor__SWIG_0")); mixin(bindCode("vtkImageStencil_GetBackgroundColor__SWIG_1", "D_vtkImageStencil_GetBackgroundColor__SWIG_1")); mixin(bindCode("vtkImageStencil_GetBackgroundColor__SWIG_2", "D_vtkImageStencil_GetBackgroundColor__SWIG_2")); mixin(bindCode("vtkImageStencil_Upcast", "D_vtkImageStencil_Upcast")); mixin(bindCode("vtkProcrustesAlignmentFilter_IsTypeOf", "D_vtkProcrustesAlignmentFilter_IsTypeOf")); mixin(bindCode("vtkProcrustesAlignmentFilter_SafeDownCast", "D_vtkProcrustesAlignmentFilter_SafeDownCast")); mixin(bindCode("vtkProcrustesAlignmentFilter_NewInstance", "D_vtkProcrustesAlignmentFilter_NewInstance")); mixin(bindCode("vtkProcrustesAlignmentFilter_New", "D_vtkProcrustesAlignmentFilter_New")); mixin(bindCode("vtkProcrustesAlignmentFilter_GetLandmarkTransform", "D_vtkProcrustesAlignmentFilter_GetLandmarkTransform")); mixin(bindCode("vtkProcrustesAlignmentFilter_GetMeanPoints", "D_vtkProcrustesAlignmentFilter_GetMeanPoints")); mixin(bindCode("vtkProcrustesAlignmentFilter_SetStartFromCentroid", "D_vtkProcrustesAlignmentFilter_SetStartFromCentroid")); mixin(bindCode("vtkProcrustesAlignmentFilter_GetStartFromCentroid", "D_vtkProcrustesAlignmentFilter_GetStartFromCentroid")); mixin(bindCode("vtkProcrustesAlignmentFilter_StartFromCentroidOn", "D_vtkProcrustesAlignmentFilter_StartFromCentroidOn")); mixin(bindCode("vtkProcrustesAlignmentFilter_StartFromCentroidOff", "D_vtkProcrustesAlignmentFilter_StartFromCentroidOff")); mixin(bindCode("vtkProcrustesAlignmentFilter_Upcast", "D_vtkProcrustesAlignmentFilter_Upcast")); mixin(bindCode("vtkXMLPMultiBlockDataWriter_New", "D_vtkXMLPMultiBlockDataWriter_New")); mixin(bindCode("vtkXMLPMultiBlockDataWriter_IsTypeOf", "D_vtkXMLPMultiBlockDataWriter_IsTypeOf")); mixin(bindCode("vtkXMLPMultiBlockDataWriter_SafeDownCast", "D_vtkXMLPMultiBlockDataWriter_SafeDownCast")); mixin(bindCode("vtkXMLPMultiBlockDataWriter_NewInstance", "D_vtkXMLPMultiBlockDataWriter_NewInstance")); mixin(bindCode("vtkXMLPMultiBlockDataWriter_SetController", "D_vtkXMLPMultiBlockDataWriter_SetController")); mixin(bindCode("vtkXMLPMultiBlockDataWriter_GetController", "D_vtkXMLPMultiBlockDataWriter_GetController")); mixin(bindCode("delete_vtkXMLPMultiBlockDataWriter", "D_delete_vtkXMLPMultiBlockDataWriter")); mixin(bindCode("vtkXMLPMultiBlockDataWriter_Upcast", "D_vtkXMLPMultiBlockDataWriter_Upcast")); mixin(bindCode("VTK_PLOT_SCALARS_get", "D_VTK_PLOT_SCALARS_get")); mixin(bindCode("VTK_PLOT_VECTORS_get", "D_VTK_PLOT_VECTORS_get")); mixin(bindCode("VTK_PLOT_NORMALS_get", "D_VTK_PLOT_NORMALS_get")); mixin(bindCode("VTK_PLOT_TCOORDS_get", "D_VTK_PLOT_TCOORDS_get")); mixin(bindCode("VTK_PLOT_TENSORS_get", "D_VTK_PLOT_TENSORS_get")); mixin(bindCode("VTK_PLOT_FIELD_DATA_get", "D_VTK_PLOT_FIELD_DATA_get")); mixin(bindCode("vtkArcPlotter_New", "D_vtkArcPlotter_New")); mixin(bindCode("vtkArcPlotter_IsTypeOf", "D_vtkArcPlotter_IsTypeOf")); mixin(bindCode("vtkArcPlotter_SafeDownCast", "D_vtkArcPlotter_SafeDownCast")); mixin(bindCode("vtkArcPlotter_NewInstance", "D_vtkArcPlotter_NewInstance")); mixin(bindCode("vtkArcPlotter_SetCamera", "D_vtkArcPlotter_SetCamera")); mixin(bindCode("vtkArcPlotter_GetCamera", "D_vtkArcPlotter_GetCamera")); mixin(bindCode("vtkArcPlotter_SetPlotMode", "D_vtkArcPlotter_SetPlotMode")); mixin(bindCode("vtkArcPlotter_GetPlotMode", "D_vtkArcPlotter_GetPlotMode")); mixin(bindCode("vtkArcPlotter_SetPlotModeToPlotScalars", "D_vtkArcPlotter_SetPlotModeToPlotScalars")); mixin(bindCode("vtkArcPlotter_SetPlotModeToPlotVectors", "D_vtkArcPlotter_SetPlotModeToPlotVectors")); mixin(bindCode("vtkArcPlotter_SetPlotModeToPlotNormals", "D_vtkArcPlotter_SetPlotModeToPlotNormals")); mixin(bindCode("vtkArcPlotter_SetPlotModeToPlotTCoords", "D_vtkArcPlotter_SetPlotModeToPlotTCoords")); mixin(bindCode("vtkArcPlotter_SetPlotModeToPlotTensors", "D_vtkArcPlotter_SetPlotModeToPlotTensors")); mixin(bindCode("vtkArcPlotter_SetPlotModeToPlotFieldData", "D_vtkArcPlotter_SetPlotModeToPlotFieldData")); mixin(bindCode("vtkArcPlotter_SetPlotComponent", "D_vtkArcPlotter_SetPlotComponent")); mixin(bindCode("vtkArcPlotter_GetPlotComponent", "D_vtkArcPlotter_GetPlotComponent")); mixin(bindCode("vtkArcPlotter_SetRadius", "D_vtkArcPlotter_SetRadius")); mixin(bindCode("vtkArcPlotter_GetRadiusMinValue", "D_vtkArcPlotter_GetRadiusMinValue")); mixin(bindCode("vtkArcPlotter_GetRadiusMaxValue", "D_vtkArcPlotter_GetRadiusMaxValue")); mixin(bindCode("vtkArcPlotter_GetRadius", "D_vtkArcPlotter_GetRadius")); mixin(bindCode("vtkArcPlotter_SetHeight", "D_vtkArcPlotter_SetHeight")); mixin(bindCode("vtkArcPlotter_GetHeightMinValue", "D_vtkArcPlotter_GetHeightMinValue")); mixin(bindCode("vtkArcPlotter_GetHeightMaxValue", "D_vtkArcPlotter_GetHeightMaxValue")); mixin(bindCode("vtkArcPlotter_GetHeight", "D_vtkArcPlotter_GetHeight")); mixin(bindCode("vtkArcPlotter_SetOffset", "D_vtkArcPlotter_SetOffset")); mixin(bindCode("vtkArcPlotter_GetOffsetMinValue", "D_vtkArcPlotter_GetOffsetMinValue")); mixin(bindCode("vtkArcPlotter_GetOffsetMaxValue", "D_vtkArcPlotter_GetOffsetMaxValue")); mixin(bindCode("vtkArcPlotter_GetOffset", "D_vtkArcPlotter_GetOffset")); mixin(bindCode("vtkArcPlotter_SetUseDefaultNormal", "D_vtkArcPlotter_SetUseDefaultNormal")); mixin(bindCode("vtkArcPlotter_GetUseDefaultNormal", "D_vtkArcPlotter_GetUseDefaultNormal")); mixin(bindCode("vtkArcPlotter_UseDefaultNormalOn", "D_vtkArcPlotter_UseDefaultNormalOn")); mixin(bindCode("vtkArcPlotter_UseDefaultNormalOff", "D_vtkArcPlotter_UseDefaultNormalOff")); mixin(bindCode("vtkArcPlotter_SetDefaultNormal__SWIG_0", "D_vtkArcPlotter_SetDefaultNormal__SWIG_0")); mixin(bindCode("vtkArcPlotter_SetDefaultNormal__SWIG_1", "D_vtkArcPlotter_SetDefaultNormal__SWIG_1")); mixin(bindCode("vtkArcPlotter_GetDefaultNormal__SWIG_0", "D_vtkArcPlotter_GetDefaultNormal__SWIG_0")); mixin(bindCode("vtkArcPlotter_GetDefaultNormal__SWIG_1", "D_vtkArcPlotter_GetDefaultNormal__SWIG_1")); mixin(bindCode("vtkArcPlotter_SetFieldDataArray", "D_vtkArcPlotter_SetFieldDataArray")); mixin(bindCode("vtkArcPlotter_GetFieldDataArrayMinValue", "D_vtkArcPlotter_GetFieldDataArrayMinValue")); mixin(bindCode("vtkArcPlotter_GetFieldDataArrayMaxValue", "D_vtkArcPlotter_GetFieldDataArrayMaxValue")); mixin(bindCode("vtkArcPlotter_GetFieldDataArray", "D_vtkArcPlotter_GetFieldDataArray")); mixin(bindCode("vtkArcPlotter_Upcast", "D_vtkArcPlotter_Upcast")); mixin(bindCode("vtkExtractSelectedRows_New", "D_vtkExtractSelectedRows_New")); mixin(bindCode("vtkExtractSelectedRows_IsTypeOf", "D_vtkExtractSelectedRows_IsTypeOf")); mixin(bindCode("vtkExtractSelectedRows_SafeDownCast", "D_vtkExtractSelectedRows_SafeDownCast")); mixin(bindCode("vtkExtractSelectedRows_NewInstance", "D_vtkExtractSelectedRows_NewInstance")); mixin(bindCode("vtkExtractSelectedRows_SetSelectionConnection", "D_vtkExtractSelectedRows_SetSelectionConnection")); mixin(bindCode("vtkExtractSelectedRows_SetAnnotationLayersConnection", "D_vtkExtractSelectedRows_SetAnnotationLayersConnection")); mixin(bindCode("vtkExtractSelectedRows_FillInputPortInformation", "D_vtkExtractSelectedRows_FillInputPortInformation")); mixin(bindCode("vtkExtractSelectedRows_SetAddOriginalRowIdsArray", "D_vtkExtractSelectedRows_SetAddOriginalRowIdsArray")); mixin(bindCode("vtkExtractSelectedRows_GetAddOriginalRowIdsArray", "D_vtkExtractSelectedRows_GetAddOriginalRowIdsArray")); mixin(bindCode("vtkExtractSelectedRows_AddOriginalRowIdsArrayOn", "D_vtkExtractSelectedRows_AddOriginalRowIdsArrayOn")); mixin(bindCode("vtkExtractSelectedRows_AddOriginalRowIdsArrayOff", "D_vtkExtractSelectedRows_AddOriginalRowIdsArrayOff")); mixin(bindCode("vtkExtractSelectedRows_Upcast", "D_vtkExtractSelectedRows_Upcast")); mixin(bindCode("vtkPointsPainter_New", "D_vtkPointsPainter_New")); mixin(bindCode("vtkPointsPainter_IsTypeOf", "D_vtkPointsPainter_IsTypeOf")); mixin(bindCode("vtkPointsPainter_SafeDownCast", "D_vtkPointsPainter_SafeDownCast")); mixin(bindCode("vtkPointsPainter_NewInstance", "D_vtkPointsPainter_NewInstance")); mixin(bindCode("vtkPointsPainter_Upcast", "D_vtkPointsPainter_Upcast")); mixin(bindCode("vtkPointsProjectedHull_IsTypeOf", "D_vtkPointsProjectedHull_IsTypeOf")); mixin(bindCode("vtkPointsProjectedHull_SafeDownCast", "D_vtkPointsProjectedHull_SafeDownCast")); mixin(bindCode("vtkPointsProjectedHull_NewInstance", "D_vtkPointsProjectedHull_NewInstance")); mixin(bindCode("vtkPointsProjectedHull_New", "D_vtkPointsProjectedHull_New")); mixin(bindCode("vtkPointsProjectedHull_RectangleIntersectionX__SWIG_0", "D_vtkPointsProjectedHull_RectangleIntersectionX__SWIG_0")); mixin(bindCode("vtkPointsProjectedHull_RectangleIntersectionX__SWIG_1", "D_vtkPointsProjectedHull_RectangleIntersectionX__SWIG_1")); mixin(bindCode("vtkPointsProjectedHull_RectangleIntersectionX__SWIG_2", "D_vtkPointsProjectedHull_RectangleIntersectionX__SWIG_2")); mixin(bindCode("vtkPointsProjectedHull_RectangleIntersectionY__SWIG_0", "D_vtkPointsProjectedHull_RectangleIntersectionY__SWIG_0")); mixin(bindCode("vtkPointsProjectedHull_RectangleIntersectionY__SWIG_1", "D_vtkPointsProjectedHull_RectangleIntersectionY__SWIG_1")); mixin(bindCode("vtkPointsProjectedHull_RectangleIntersectionY__SWIG_2", "D_vtkPointsProjectedHull_RectangleIntersectionY__SWIG_2")); mixin(bindCode("vtkPointsProjectedHull_RectangleIntersectionZ__SWIG_0", "D_vtkPointsProjectedHull_RectangleIntersectionZ__SWIG_0")); mixin(bindCode("vtkPointsProjectedHull_RectangleIntersectionZ__SWIG_1", "D_vtkPointsProjectedHull_RectangleIntersectionZ__SWIG_1")); mixin(bindCode("vtkPointsProjectedHull_RectangleIntersectionZ__SWIG_2", "D_vtkPointsProjectedHull_RectangleIntersectionZ__SWIG_2")); mixin(bindCode("vtkPointsProjectedHull_GetCCWHullX__SWIG_0", "D_vtkPointsProjectedHull_GetCCWHullX__SWIG_0")); mixin(bindCode("vtkPointsProjectedHull_GetCCWHullX__SWIG_1", "D_vtkPointsProjectedHull_GetCCWHullX__SWIG_1")); mixin(bindCode("vtkPointsProjectedHull_GetCCWHullY__SWIG_0", "D_vtkPointsProjectedHull_GetCCWHullY__SWIG_0")); mixin(bindCode("vtkPointsProjectedHull_GetCCWHullY__SWIG_1", "D_vtkPointsProjectedHull_GetCCWHullY__SWIG_1")); mixin(bindCode("vtkPointsProjectedHull_GetCCWHullZ__SWIG_0", "D_vtkPointsProjectedHull_GetCCWHullZ__SWIG_0")); mixin(bindCode("vtkPointsProjectedHull_GetCCWHullZ__SWIG_1", "D_vtkPointsProjectedHull_GetCCWHullZ__SWIG_1")); mixin(bindCode("vtkPointsProjectedHull_GetSizeCCWHullX", "D_vtkPointsProjectedHull_GetSizeCCWHullX")); mixin(bindCode("vtkPointsProjectedHull_GetSizeCCWHullY", "D_vtkPointsProjectedHull_GetSizeCCWHullY")); mixin(bindCode("vtkPointsProjectedHull_GetSizeCCWHullZ", "D_vtkPointsProjectedHull_GetSizeCCWHullZ")); mixin(bindCode("vtkPointsProjectedHull_Update", "D_vtkPointsProjectedHull_Update")); mixin(bindCode("vtkPointsProjectedHull_Upcast", "D_vtkPointsProjectedHull_Upcast")); mixin(bindCode("vtkExtentSplitter_IsTypeOf", "D_vtkExtentSplitter_IsTypeOf")); mixin(bindCode("vtkExtentSplitter_SafeDownCast", "D_vtkExtentSplitter_SafeDownCast")); mixin(bindCode("vtkExtentSplitter_NewInstance", "D_vtkExtentSplitter_NewInstance")); mixin(bindCode("vtkExtentSplitter_New", "D_vtkExtentSplitter_New")); mixin(bindCode("vtkExtentSplitter_AddExtentSource__SWIG_0", "D_vtkExtentSplitter_AddExtentSource__SWIG_0")); mixin(bindCode("vtkExtentSplitter_AddExtentSource__SWIG_1", "D_vtkExtentSplitter_AddExtentSource__SWIG_1")); mixin(bindCode("vtkExtentSplitter_RemoveExtentSource", "D_vtkExtentSplitter_RemoveExtentSource")); mixin(bindCode("vtkExtentSplitter_RemoveAllExtentSources", "D_vtkExtentSplitter_RemoveAllExtentSources")); mixin(bindCode("vtkExtentSplitter_AddExtent__SWIG_0", "D_vtkExtentSplitter_AddExtent__SWIG_0")); mixin(bindCode("vtkExtentSplitter_AddExtent__SWIG_1", "D_vtkExtentSplitter_AddExtent__SWIG_1")); mixin(bindCode("vtkExtentSplitter_ComputeSubExtents", "D_vtkExtentSplitter_ComputeSubExtents")); mixin(bindCode("vtkExtentSplitter_GetNumberOfSubExtents", "D_vtkExtentSplitter_GetNumberOfSubExtents")); mixin(bindCode("vtkExtentSplitter_GetSubExtent__SWIG_0", "D_vtkExtentSplitter_GetSubExtent__SWIG_0")); mixin(bindCode("vtkExtentSplitter_GetSubExtent__SWIG_1", "D_vtkExtentSplitter_GetSubExtent__SWIG_1")); mixin(bindCode("vtkExtentSplitter_GetSubExtentSource", "D_vtkExtentSplitter_GetSubExtentSource")); mixin(bindCode("vtkExtentSplitter_GetPointMode", "D_vtkExtentSplitter_GetPointMode")); mixin(bindCode("vtkExtentSplitter_SetPointMode", "D_vtkExtentSplitter_SetPointMode")); mixin(bindCode("vtkExtentSplitter_PointModeOn", "D_vtkExtentSplitter_PointModeOn")); mixin(bindCode("vtkExtentSplitter_PointModeOff", "D_vtkExtentSplitter_PointModeOff")); mixin(bindCode("vtkExtentSplitter_Upcast", "D_vtkExtentSplitter_Upcast")); mixin(bindCode("vtkEnSightWriter_IsTypeOf", "D_vtkEnSightWriter_IsTypeOf")); mixin(bindCode("vtkEnSightWriter_SafeDownCast", "D_vtkEnSightWriter_SafeDownCast")); mixin(bindCode("vtkEnSightWriter_NewInstance", "D_vtkEnSightWriter_NewInstance")); mixin(bindCode("vtkEnSightWriter_New", "D_vtkEnSightWriter_New")); mixin(bindCode("vtkEnSightWriter_SetProcessNumber", "D_vtkEnSightWriter_SetProcessNumber")); mixin(bindCode("vtkEnSightWriter_GetProcessNumber", "D_vtkEnSightWriter_GetProcessNumber")); mixin(bindCode("vtkEnSightWriter_SetPath", "D_vtkEnSightWriter_SetPath")); mixin(bindCode("vtkEnSightWriter_GetPath", "D_vtkEnSightWriter_GetPath")); mixin(bindCode("vtkEnSightWriter_SetBaseName", "D_vtkEnSightWriter_SetBaseName")); mixin(bindCode("vtkEnSightWriter_GetBaseName", "D_vtkEnSightWriter_GetBaseName")); mixin(bindCode("vtkEnSightWriter_SetFileName", "D_vtkEnSightWriter_SetFileName")); mixin(bindCode("vtkEnSightWriter_GetFileName", "D_vtkEnSightWriter_GetFileName")); mixin(bindCode("vtkEnSightWriter_SetTimeStep", "D_vtkEnSightWriter_SetTimeStep")); mixin(bindCode("vtkEnSightWriter_GetTimeStep", "D_vtkEnSightWriter_GetTimeStep")); mixin(bindCode("vtkEnSightWriter_SetGhostLevel", "D_vtkEnSightWriter_SetGhostLevel")); mixin(bindCode("vtkEnSightWriter_GetGhostLevel", "D_vtkEnSightWriter_GetGhostLevel")); mixin(bindCode("vtkEnSightWriter_SetTransientGeometry", "D_vtkEnSightWriter_SetTransientGeometry")); mixin(bindCode("vtkEnSightWriter_GetTransientGeometry", "D_vtkEnSightWriter_GetTransientGeometry")); mixin(bindCode("vtkEnSightWriter_SetNumberOfBlocks", "D_vtkEnSightWriter_SetNumberOfBlocks")); mixin(bindCode("vtkEnSightWriter_GetNumberOfBlocks", "D_vtkEnSightWriter_GetNumberOfBlocks")); mixin(bindCode("vtkEnSightWriter_SetBlockIDs", "D_vtkEnSightWriter_SetBlockIDs")); mixin(bindCode("vtkEnSightWriter_GetBlockIDs", "D_vtkEnSightWriter_GetBlockIDs")); mixin(bindCode("vtkEnSightWriter_SetInputData", "D_vtkEnSightWriter_SetInputData")); mixin(bindCode("vtkEnSightWriter_GetInput", "D_vtkEnSightWriter_GetInput")); mixin(bindCode("vtkEnSightWriter_WriteCaseFile", "D_vtkEnSightWriter_WriteCaseFile")); mixin(bindCode("vtkEnSightWriter_WriteSOSCaseFile", "D_vtkEnSightWriter_WriteSOSCaseFile")); mixin(bindCode("vtkEnSightWriter_Upcast", "D_vtkEnSightWriter_Upcast")); mixin(bindCode("vtkGenericDataObjectWriter_New", "D_vtkGenericDataObjectWriter_New")); mixin(bindCode("vtkGenericDataObjectWriter_IsTypeOf", "D_vtkGenericDataObjectWriter_IsTypeOf")); mixin(bindCode("vtkGenericDataObjectWriter_SafeDownCast", "D_vtkGenericDataObjectWriter_SafeDownCast")); mixin(bindCode("vtkGenericDataObjectWriter_NewInstance", "D_vtkGenericDataObjectWriter_NewInstance")); mixin(bindCode("vtkGenericDataObjectWriter_Upcast", "D_vtkGenericDataObjectWriter_Upcast")); mixin(bindCode("vtkVertexDegree_New", "D_vtkVertexDegree_New")); mixin(bindCode("vtkVertexDegree_IsTypeOf", "D_vtkVertexDegree_IsTypeOf")); mixin(bindCode("vtkVertexDegree_SafeDownCast", "D_vtkVertexDegree_SafeDownCast")); mixin(bindCode("vtkVertexDegree_NewInstance", "D_vtkVertexDegree_NewInstance")); mixin(bindCode("vtkVertexDegree_SetOutputArrayName", "D_vtkVertexDegree_SetOutputArrayName")); mixin(bindCode("vtkVertexDegree_Upcast", "D_vtkVertexDegree_Upcast")); mixin(bindCode("vtkWindBladeReader_New", "D_vtkWindBladeReader_New")); mixin(bindCode("vtkWindBladeReader_IsTypeOf", "D_vtkWindBladeReader_IsTypeOf")); mixin(bindCode("vtkWindBladeReader_SafeDownCast", "D_vtkWindBladeReader_SafeDownCast")); mixin(bindCode("vtkWindBladeReader_NewInstance", "D_vtkWindBladeReader_NewInstance")); mixin(bindCode("vtkWindBladeReader_SetFilename", "D_vtkWindBladeReader_SetFilename")); mixin(bindCode("vtkWindBladeReader_GetFilename", "D_vtkWindBladeReader_GetFilename")); mixin(bindCode("vtkWindBladeReader_SetWholeExtent__SWIG_0", "D_vtkWindBladeReader_SetWholeExtent__SWIG_0")); mixin(bindCode("vtkWindBladeReader_SetWholeExtent__SWIG_1", "D_vtkWindBladeReader_SetWholeExtent__SWIG_1")); mixin(bindCode("vtkWindBladeReader_GetWholeExtent__SWIG_0", "D_vtkWindBladeReader_GetWholeExtent__SWIG_0")); mixin(bindCode("vtkWindBladeReader_GetWholeExtent__SWIG_1", "D_vtkWindBladeReader_GetWholeExtent__SWIG_1")); mixin(bindCode("vtkWindBladeReader_GetWholeExtent__SWIG_2", "D_vtkWindBladeReader_GetWholeExtent__SWIG_2")); mixin(bindCode("vtkWindBladeReader_SetSubExtent__SWIG_0", "D_vtkWindBladeReader_SetSubExtent__SWIG_0")); mixin(bindCode("vtkWindBladeReader_SetSubExtent__SWIG_1", "D_vtkWindBladeReader_SetSubExtent__SWIG_1")); mixin(bindCode("vtkWindBladeReader_GetSubExtent__SWIG_0", "D_vtkWindBladeReader_GetSubExtent__SWIG_0")); mixin(bindCode("vtkWindBladeReader_GetSubExtent__SWIG_1", "D_vtkWindBladeReader_GetSubExtent__SWIG_1")); mixin(bindCode("vtkWindBladeReader_GetSubExtent__SWIG_2", "D_vtkWindBladeReader_GetSubExtent__SWIG_2")); mixin(bindCode("vtkWindBladeReader_GetFieldOutput", "D_vtkWindBladeReader_GetFieldOutput")); mixin(bindCode("vtkWindBladeReader_GetBladeOutput", "D_vtkWindBladeReader_GetBladeOutput")); mixin(bindCode("vtkWindBladeReader_GetGroundOutput", "D_vtkWindBladeReader_GetGroundOutput")); mixin(bindCode("vtkWindBladeReader_GetNumberOfPointArrays", "D_vtkWindBladeReader_GetNumberOfPointArrays")); mixin(bindCode("vtkWindBladeReader_GetPointArrayName", "D_vtkWindBladeReader_GetPointArrayName")); mixin(bindCode("vtkWindBladeReader_GetPointArrayStatus", "D_vtkWindBladeReader_GetPointArrayStatus")); mixin(bindCode("vtkWindBladeReader_SetPointArrayStatus", "D_vtkWindBladeReader_SetPointArrayStatus")); mixin(bindCode("vtkWindBladeReader_DisableAllPointArrays", "D_vtkWindBladeReader_DisableAllPointArrays")); mixin(bindCode("vtkWindBladeReader_EnableAllPointArrays", "D_vtkWindBladeReader_EnableAllPointArrays")); mixin(bindCode("vtkWindBladeReader_Upcast", "D_vtkWindBladeReader_Upcast")); mixin(bindCode("vtkOrderedTriangulator_IsTypeOf", "D_vtkOrderedTriangulator_IsTypeOf")); mixin(bindCode("vtkOrderedTriangulator_SafeDownCast", "D_vtkOrderedTriangulator_SafeDownCast")); mixin(bindCode("vtkOrderedTriangulator_NewInstance", "D_vtkOrderedTriangulator_NewInstance")); mixin(bindCode("vtkOrderedTriangulator_New", "D_vtkOrderedTriangulator_New")); mixin(bindCode("vtkOrderedTriangulator_InitTriangulation__SWIG_0", "D_vtkOrderedTriangulator_InitTriangulation__SWIG_0")); mixin(bindCode("vtkOrderedTriangulator_InitTriangulation__SWIG_1", "D_vtkOrderedTriangulator_InitTriangulation__SWIG_1")); mixin(bindCode("vtkOrderedTriangulator_InsertPoint__SWIG_0", "D_vtkOrderedTriangulator_InsertPoint__SWIG_0")); mixin(bindCode("vtkOrderedTriangulator_InsertPoint__SWIG_1", "D_vtkOrderedTriangulator_InsertPoint__SWIG_1")); mixin(bindCode("vtkOrderedTriangulator_InsertPoint__SWIG_2", "D_vtkOrderedTriangulator_InsertPoint__SWIG_2")); mixin(bindCode("vtkOrderedTriangulator_Triangulate", "D_vtkOrderedTriangulator_Triangulate")); mixin(bindCode("vtkOrderedTriangulator_TemplateTriangulate", "D_vtkOrderedTriangulator_TemplateTriangulate")); mixin(bindCode("vtkOrderedTriangulator_UpdatePointType", "D_vtkOrderedTriangulator_UpdatePointType")); mixin(bindCode("vtkOrderedTriangulator_GetPointPosition", "D_vtkOrderedTriangulator_GetPointPosition")); mixin(bindCode("vtkOrderedTriangulator_GetPointLocation", "D_vtkOrderedTriangulator_GetPointLocation")); mixin(bindCode("vtkOrderedTriangulator_GetPointId", "D_vtkOrderedTriangulator_GetPointId")); mixin(bindCode("vtkOrderedTriangulator_GetNumberOfPoints", "D_vtkOrderedTriangulator_GetNumberOfPoints")); mixin(bindCode("vtkOrderedTriangulator_SetUseTemplates", "D_vtkOrderedTriangulator_SetUseTemplates")); mixin(bindCode("vtkOrderedTriangulator_GetUseTemplates", "D_vtkOrderedTriangulator_GetUseTemplates")); mixin(bindCode("vtkOrderedTriangulator_UseTemplatesOn", "D_vtkOrderedTriangulator_UseTemplatesOn")); mixin(bindCode("vtkOrderedTriangulator_UseTemplatesOff", "D_vtkOrderedTriangulator_UseTemplatesOff")); mixin(bindCode("vtkOrderedTriangulator_SetPreSorted", "D_vtkOrderedTriangulator_SetPreSorted")); mixin(bindCode("vtkOrderedTriangulator_GetPreSorted", "D_vtkOrderedTriangulator_GetPreSorted")); mixin(bindCode("vtkOrderedTriangulator_PreSortedOn", "D_vtkOrderedTriangulator_PreSortedOn")); mixin(bindCode("vtkOrderedTriangulator_PreSortedOff", "D_vtkOrderedTriangulator_PreSortedOff")); mixin(bindCode("vtkOrderedTriangulator_SetUseTwoSortIds", "D_vtkOrderedTriangulator_SetUseTwoSortIds")); mixin(bindCode("vtkOrderedTriangulator_GetUseTwoSortIds", "D_vtkOrderedTriangulator_GetUseTwoSortIds")); mixin(bindCode("vtkOrderedTriangulator_UseTwoSortIdsOn", "D_vtkOrderedTriangulator_UseTwoSortIdsOn")); mixin(bindCode("vtkOrderedTriangulator_UseTwoSortIdsOff", "D_vtkOrderedTriangulator_UseTwoSortIdsOff")); mixin(bindCode("vtkOrderedTriangulator_GetTetras", "D_vtkOrderedTriangulator_GetTetras")); mixin(bindCode("vtkOrderedTriangulator_AddTetras__SWIG_0", "D_vtkOrderedTriangulator_AddTetras__SWIG_0")); mixin(bindCode("vtkOrderedTriangulator_AddTetras__SWIG_1", "D_vtkOrderedTriangulator_AddTetras__SWIG_1")); mixin(bindCode("vtkOrderedTriangulator_AddTetras__SWIG_2", "D_vtkOrderedTriangulator_AddTetras__SWIG_2")); mixin(bindCode("vtkOrderedTriangulator_AddTetras__SWIG_3", "D_vtkOrderedTriangulator_AddTetras__SWIG_3")); mixin(bindCode("vtkOrderedTriangulator_AddTriangles__SWIG_0", "D_vtkOrderedTriangulator_AddTriangles__SWIG_0")); mixin(bindCode("vtkOrderedTriangulator_AddTriangles__SWIG_1", "D_vtkOrderedTriangulator_AddTriangles__SWIG_1")); mixin(bindCode("vtkOrderedTriangulator_InitTetraTraversal", "D_vtkOrderedTriangulator_InitTetraTraversal")); mixin(bindCode("vtkOrderedTriangulator_GetNextTetra", "D_vtkOrderedTriangulator_GetNextTetra")); mixin(bindCode("vtkOrderedTriangulator_Upcast", "D_vtkOrderedTriangulator_Upcast")); mixin(bindCode("vtkPieceScalars_New", "D_vtkPieceScalars_New")); mixin(bindCode("vtkPieceScalars_IsTypeOf", "D_vtkPieceScalars_IsTypeOf")); mixin(bindCode("vtkPieceScalars_SafeDownCast", "D_vtkPieceScalars_SafeDownCast")); mixin(bindCode("vtkPieceScalars_NewInstance", "D_vtkPieceScalars_NewInstance")); mixin(bindCode("vtkPieceScalars_SetScalarModeToCellData", "D_vtkPieceScalars_SetScalarModeToCellData")); mixin(bindCode("vtkPieceScalars_SetScalarModeToPointData", "D_vtkPieceScalars_SetScalarModeToPointData")); mixin(bindCode("vtkPieceScalars_GetScalarMode", "D_vtkPieceScalars_GetScalarMode")); mixin(bindCode("vtkPieceScalars_SetRandomMode", "D_vtkPieceScalars_SetRandomMode")); mixin(bindCode("vtkPieceScalars_GetRandomMode", "D_vtkPieceScalars_GetRandomMode")); mixin(bindCode("vtkPieceScalars_RandomModeOn", "D_vtkPieceScalars_RandomModeOn")); mixin(bindCode("vtkPieceScalars_RandomModeOff", "D_vtkPieceScalars_RandomModeOff")); mixin(bindCode("vtkPieceScalars_Upcast", "D_vtkPieceScalars_Upcast")); mixin(bindCode("vtkBezierContourLineInterpolator_New", "D_vtkBezierContourLineInterpolator_New")); mixin(bindCode("vtkBezierContourLineInterpolator_IsTypeOf", "D_vtkBezierContourLineInterpolator_IsTypeOf")); mixin(bindCode("vtkBezierContourLineInterpolator_SafeDownCast", "D_vtkBezierContourLineInterpolator_SafeDownCast")); mixin(bindCode("vtkBezierContourLineInterpolator_NewInstance", "D_vtkBezierContourLineInterpolator_NewInstance")); mixin(bindCode("vtkBezierContourLineInterpolator_SetMaximumCurveError", "D_vtkBezierContourLineInterpolator_SetMaximumCurveError")); mixin(bindCode("vtkBezierContourLineInterpolator_GetMaximumCurveErrorMinValue", "D_vtkBezierContourLineInterpolator_GetMaximumCurveErrorMinValue")); mixin(bindCode("vtkBezierContourLineInterpolator_GetMaximumCurveErrorMaxValue", "D_vtkBezierContourLineInterpolator_GetMaximumCurveErrorMaxValue")); mixin(bindCode("vtkBezierContourLineInterpolator_GetMaximumCurveError", "D_vtkBezierContourLineInterpolator_GetMaximumCurveError")); mixin(bindCode("vtkBezierContourLineInterpolator_SetMaximumCurveLineSegments", "D_vtkBezierContourLineInterpolator_SetMaximumCurveLineSegments")); mixin(bindCode("vtkBezierContourLineInterpolator_GetMaximumCurveLineSegmentsMinValue", "D_vtkBezierContourLineInterpolator_GetMaximumCurveLineSegmentsMinValue")); mixin(bindCode("vtkBezierContourLineInterpolator_GetMaximumCurveLineSegmentsMaxValue", "D_vtkBezierContourLineInterpolator_GetMaximumCurveLineSegmentsMaxValue")); mixin(bindCode("vtkBezierContourLineInterpolator_GetMaximumCurveLineSegments", "D_vtkBezierContourLineInterpolator_GetMaximumCurveLineSegments")); mixin(bindCode("vtkBezierContourLineInterpolator_Upcast", "D_vtkBezierContourLineInterpolator_Upcast")); mixin(bindCode("vtkPolyDataReader_New", "D_vtkPolyDataReader_New")); mixin(bindCode("vtkPolyDataReader_IsTypeOf", "D_vtkPolyDataReader_IsTypeOf")); mixin(bindCode("vtkPolyDataReader_SafeDownCast", "D_vtkPolyDataReader_SafeDownCast")); mixin(bindCode("vtkPolyDataReader_NewInstance", "D_vtkPolyDataReader_NewInstance")); mixin(bindCode("vtkPolyDataReader_GetOutput__SWIG_0", "D_vtkPolyDataReader_GetOutput__SWIG_0")); mixin(bindCode("vtkPolyDataReader_GetOutput__SWIG_1", "D_vtkPolyDataReader_GetOutput__SWIG_1")); mixin(bindCode("vtkPolyDataReader_SetOutput", "D_vtkPolyDataReader_SetOutput")); mixin(bindCode("vtkPolyDataReader_Upcast", "D_vtkPolyDataReader_Upcast")); mixin(bindCode("vtkOpenGLImageSliceMapper_New", "D_vtkOpenGLImageSliceMapper_New")); mixin(bindCode("vtkOpenGLImageSliceMapper_IsTypeOf", "D_vtkOpenGLImageSliceMapper_IsTypeOf")); mixin(bindCode("vtkOpenGLImageSliceMapper_SafeDownCast", "D_vtkOpenGLImageSliceMapper_SafeDownCast")); mixin(bindCode("vtkOpenGLImageSliceMapper_NewInstance", "D_vtkOpenGLImageSliceMapper_NewInstance")); mixin(bindCode("vtkOpenGLImageSliceMapper_Upcast", "D_vtkOpenGLImageSliceMapper_Upcast")); mixin(bindCode("vtkUnstructuredGridPreIntegration_IsTypeOf", "D_vtkUnstructuredGridPreIntegration_IsTypeOf")); mixin(bindCode("vtkUnstructuredGridPreIntegration_SafeDownCast", "D_vtkUnstructuredGridPreIntegration_SafeDownCast")); mixin(bindCode("vtkUnstructuredGridPreIntegration_NewInstance", "D_vtkUnstructuredGridPreIntegration_NewInstance")); mixin(bindCode("vtkUnstructuredGridPreIntegration_New", "D_vtkUnstructuredGridPreIntegration_New")); mixin(bindCode("vtkUnstructuredGridPreIntegration_GetIntegrator", "D_vtkUnstructuredGridPreIntegration_GetIntegrator")); mixin(bindCode("vtkUnstructuredGridPreIntegration_SetIntegrator", "D_vtkUnstructuredGridPreIntegration_SetIntegrator")); mixin(bindCode("vtkUnstructuredGridPreIntegration_SetIntegrationTableScalarResolution", "D_vtkUnstructuredGridPreIntegration_SetIntegrationTableScalarResolution")); mixin(bindCode("vtkUnstructuredGridPreIntegration_GetIntegrationTableScalarResolution", "D_vtkUnstructuredGridPreIntegration_GetIntegrationTableScalarResolution")); mixin(bindCode("vtkUnstructuredGridPreIntegration_SetIntegrationTableLengthResolution", "D_vtkUnstructuredGridPreIntegration_SetIntegrationTableLengthResolution")); mixin(bindCode("vtkUnstructuredGridPreIntegration_GetIntegrationTableLengthResolution", "D_vtkUnstructuredGridPreIntegration_GetIntegrationTableLengthResolution")); mixin(bindCode("vtkUnstructuredGridPreIntegration_GetIntegrationTableScalarShift__SWIG_0", "D_vtkUnstructuredGridPreIntegration_GetIntegrationTableScalarShift__SWIG_0")); mixin(bindCode("vtkUnstructuredGridPreIntegration_GetIntegrationTableScalarShift__SWIG_1", "D_vtkUnstructuredGridPreIntegration_GetIntegrationTableScalarShift__SWIG_1")); mixin(bindCode("vtkUnstructuredGridPreIntegration_GetIntegrationTableScalarScale__SWIG_0", "D_vtkUnstructuredGridPreIntegration_GetIntegrationTableScalarScale__SWIG_0")); mixin(bindCode("vtkUnstructuredGridPreIntegration_GetIntegrationTableScalarScale__SWIG_1", "D_vtkUnstructuredGridPreIntegration_GetIntegrationTableScalarScale__SWIG_1")); mixin(bindCode("vtkUnstructuredGridPreIntegration_GetIntegrationTableLengthScale", "D_vtkUnstructuredGridPreIntegration_GetIntegrationTableLengthScale")); mixin(bindCode("vtkUnstructuredGridPreIntegration_GetIncrementalPreIntegration", "D_vtkUnstructuredGridPreIntegration_GetIncrementalPreIntegration")); mixin(bindCode("vtkUnstructuredGridPreIntegration_SetIncrementalPreIntegration", "D_vtkUnstructuredGridPreIntegration_SetIncrementalPreIntegration")); mixin(bindCode("vtkUnstructuredGridPreIntegration_IncrementalPreIntegrationOn", "D_vtkUnstructuredGridPreIntegration_IncrementalPreIntegrationOn")); mixin(bindCode("vtkUnstructuredGridPreIntegration_IncrementalPreIntegrationOff", "D_vtkUnstructuredGridPreIntegration_IncrementalPreIntegrationOff")); mixin(bindCode("vtkUnstructuredGridPreIntegration_GetPreIntegrationTable__SWIG_0", "D_vtkUnstructuredGridPreIntegration_GetPreIntegrationTable__SWIG_0")); mixin(bindCode("vtkUnstructuredGridPreIntegration_GetPreIntegrationTable__SWIG_1", "D_vtkUnstructuredGridPreIntegration_GetPreIntegrationTable__SWIG_1")); mixin(bindCode("vtkUnstructuredGridPreIntegration_GetTableEntry__SWIG_0", "D_vtkUnstructuredGridPreIntegration_GetTableEntry__SWIG_0")); mixin(bindCode("vtkUnstructuredGridPreIntegration_GetTableEntry__SWIG_1", "D_vtkUnstructuredGridPreIntegration_GetTableEntry__SWIG_1")); mixin(bindCode("vtkUnstructuredGridPreIntegration_GetIndexedTableEntry__SWIG_0", "D_vtkUnstructuredGridPreIntegration_GetIndexedTableEntry__SWIG_0")); mixin(bindCode("vtkUnstructuredGridPreIntegration_GetIndexedTableEntry__SWIG_1", "D_vtkUnstructuredGridPreIntegration_GetIndexedTableEntry__SWIG_1")); mixin(bindCode("vtkUnstructuredGridPreIntegration_Upcast", "D_vtkUnstructuredGridPreIntegration_Upcast")); mixin(bindCode("vtkGeneralTransform_New", "D_vtkGeneralTransform_New")); mixin(bindCode("vtkGeneralTransform_IsTypeOf", "D_vtkGeneralTransform_IsTypeOf")); mixin(bindCode("vtkGeneralTransform_SafeDownCast", "D_vtkGeneralTransform_SafeDownCast")); mixin(bindCode("vtkGeneralTransform_NewInstance", "D_vtkGeneralTransform_NewInstance")); mixin(bindCode("vtkGeneralTransform_Identity", "D_vtkGeneralTransform_Identity")); mixin(bindCode("vtkGeneralTransform_Translate__SWIG_0", "D_vtkGeneralTransform_Translate__SWIG_0")); mixin(bindCode("vtkGeneralTransform_Translate__SWIG_1", "D_vtkGeneralTransform_Translate__SWIG_1")); mixin(bindCode("vtkGeneralTransform_Translate__SWIG_2", "D_vtkGeneralTransform_Translate__SWIG_2")); mixin(bindCode("vtkGeneralTransform_RotateWXYZ__SWIG_0", "D_vtkGeneralTransform_RotateWXYZ__SWIG_0")); mixin(bindCode("vtkGeneralTransform_RotateWXYZ__SWIG_1", "D_vtkGeneralTransform_RotateWXYZ__SWIG_1")); mixin(bindCode("vtkGeneralTransform_RotateWXYZ__SWIG_2", "D_vtkGeneralTransform_RotateWXYZ__SWIG_2")); mixin(bindCode("vtkGeneralTransform_RotateX", "D_vtkGeneralTransform_RotateX")); mixin(bindCode("vtkGeneralTransform_RotateY", "D_vtkGeneralTransform_RotateY")); mixin(bindCode("vtkGeneralTransform_RotateZ", "D_vtkGeneralTransform_RotateZ")); mixin(bindCode("vtkGeneralTransform_Scale__SWIG_0", "D_vtkGeneralTransform_Scale__SWIG_0")); mixin(bindCode("vtkGeneralTransform_Scale__SWIG_1", "D_vtkGeneralTransform_Scale__SWIG_1")); mixin(bindCode("vtkGeneralTransform_Scale__SWIG_2", "D_vtkGeneralTransform_Scale__SWIG_2")); mixin(bindCode("vtkGeneralTransform_Concatenate__SWIG_0", "D_vtkGeneralTransform_Concatenate__SWIG_0")); mixin(bindCode("vtkGeneralTransform_Concatenate__SWIG_1", "D_vtkGeneralTransform_Concatenate__SWIG_1")); mixin(bindCode("vtkGeneralTransform_Concatenate__SWIG_2", "D_vtkGeneralTransform_Concatenate__SWIG_2")); mixin(bindCode("vtkGeneralTransform_PreMultiply", "D_vtkGeneralTransform_PreMultiply")); mixin(bindCode("vtkGeneralTransform_PostMultiply", "D_vtkGeneralTransform_PostMultiply")); mixin(bindCode("vtkGeneralTransform_GetNumberOfConcatenatedTransforms", "D_vtkGeneralTransform_GetNumberOfConcatenatedTransforms")); mixin(bindCode("vtkGeneralTransform_GetConcatenatedTransform", "D_vtkGeneralTransform_GetConcatenatedTransform")); mixin(bindCode("vtkGeneralTransform_SetInput", "D_vtkGeneralTransform_SetInput")); mixin(bindCode("vtkGeneralTransform_GetInput", "D_vtkGeneralTransform_GetInput")); mixin(bindCode("vtkGeneralTransform_GetInverseFlag", "D_vtkGeneralTransform_GetInverseFlag")); mixin(bindCode("vtkGeneralTransform_Push", "D_vtkGeneralTransform_Push")); mixin(bindCode("vtkGeneralTransform_Pop", "D_vtkGeneralTransform_Pop")); mixin(bindCode("vtkGeneralTransform_InternalTransformPoint__SWIG_0", "D_vtkGeneralTransform_InternalTransformPoint__SWIG_0")); mixin(bindCode("vtkGeneralTransform_InternalTransformPoint__SWIG_1", "D_vtkGeneralTransform_InternalTransformPoint__SWIG_1")); mixin(bindCode("vtkGeneralTransform_InternalTransformDerivative__SWIG_0", "D_vtkGeneralTransform_InternalTransformDerivative__SWIG_0")); mixin(bindCode("vtkGeneralTransform_InternalTransformDerivative__SWIG_1", "D_vtkGeneralTransform_InternalTransformDerivative__SWIG_1")); mixin(bindCode("vtkGeneralTransform_Upcast", "D_vtkGeneralTransform_Upcast")); mixin(bindCode("vtkGraphToGlyphs_New", "D_vtkGraphToGlyphs_New")); mixin(bindCode("vtkGraphToGlyphs_IsTypeOf", "D_vtkGraphToGlyphs_IsTypeOf")); mixin(bindCode("vtkGraphToGlyphs_SafeDownCast", "D_vtkGraphToGlyphs_SafeDownCast")); mixin(bindCode("vtkGraphToGlyphs_NewInstance", "D_vtkGraphToGlyphs_NewInstance")); mixin(bindCode("vtkGraphToGlyphs_SetGlyphType", "D_vtkGraphToGlyphs_SetGlyphType")); mixin(bindCode("vtkGraphToGlyphs_GetGlyphType", "D_vtkGraphToGlyphs_GetGlyphType")); mixin(bindCode("vtkGraphToGlyphs_SetFilled", "D_vtkGraphToGlyphs_SetFilled")); mixin(bindCode("vtkGraphToGlyphs_GetFilled", "D_vtkGraphToGlyphs_GetFilled")); mixin(bindCode("vtkGraphToGlyphs_FilledOn", "D_vtkGraphToGlyphs_FilledOn")); mixin(bindCode("vtkGraphToGlyphs_FilledOff", "D_vtkGraphToGlyphs_FilledOff")); mixin(bindCode("vtkGraphToGlyphs_SetScreenSize", "D_vtkGraphToGlyphs_SetScreenSize")); mixin(bindCode("vtkGraphToGlyphs_GetScreenSize", "D_vtkGraphToGlyphs_GetScreenSize")); mixin(bindCode("vtkGraphToGlyphs_SetRenderer", "D_vtkGraphToGlyphs_SetRenderer")); mixin(bindCode("vtkGraphToGlyphs_GetRenderer", "D_vtkGraphToGlyphs_GetRenderer")); mixin(bindCode("vtkGraphToGlyphs_SetScaling", "D_vtkGraphToGlyphs_SetScaling")); mixin(bindCode("vtkGraphToGlyphs_GetScaling", "D_vtkGraphToGlyphs_GetScaling")); mixin(bindCode("vtkGraphToGlyphs_Upcast", "D_vtkGraphToGlyphs_Upcast")); mixin(bindCode("vtkBiQuadraticQuad_New", "D_vtkBiQuadraticQuad_New")); mixin(bindCode("vtkBiQuadraticQuad_IsTypeOf", "D_vtkBiQuadraticQuad_IsTypeOf")); mixin(bindCode("vtkBiQuadraticQuad_SafeDownCast", "D_vtkBiQuadraticQuad_SafeDownCast")); mixin(bindCode("vtkBiQuadraticQuad_NewInstance", "D_vtkBiQuadraticQuad_NewInstance")); mixin(bindCode("vtkBiQuadraticQuad_InterpolationFunctions", "D_vtkBiQuadraticQuad_InterpolationFunctions")); mixin(bindCode("vtkBiQuadraticQuad_InterpolationDerivs", "D_vtkBiQuadraticQuad_InterpolationDerivs")); mixin(bindCode("vtkBiQuadraticQuad_InterpolateFunctions", "D_vtkBiQuadraticQuad_InterpolateFunctions")); mixin(bindCode("vtkBiQuadraticQuad_InterpolateDerivs", "D_vtkBiQuadraticQuad_InterpolateDerivs")); mixin(bindCode("vtkBiQuadraticQuad_Upcast", "D_vtkBiQuadraticQuad_Upcast")); mixin(bindCode("vtkCellLocator_IsTypeOf", "D_vtkCellLocator_IsTypeOf")); mixin(bindCode("vtkCellLocator_SafeDownCast", "D_vtkCellLocator_SafeDownCast")); mixin(bindCode("vtkCellLocator_NewInstance", "D_vtkCellLocator_NewInstance")); mixin(bindCode("vtkCellLocator_New", "D_vtkCellLocator_New")); mixin(bindCode("vtkCellLocator_SetNumberOfCellsPerBucket", "D_vtkCellLocator_SetNumberOfCellsPerBucket")); mixin(bindCode("vtkCellLocator_GetNumberOfCellsPerBucket", "D_vtkCellLocator_GetNumberOfCellsPerBucket")); mixin(bindCode("vtkCellLocator_IntersectWithLine__SWIG_0", "D_vtkCellLocator_IntersectWithLine__SWIG_0")); mixin(bindCode("vtkCellLocator_IntersectWithLine__SWIG_1", "D_vtkCellLocator_IntersectWithLine__SWIG_1")); mixin(bindCode("vtkCellLocator_IntersectWithLine__SWIG_2", "D_vtkCellLocator_IntersectWithLine__SWIG_2")); mixin(bindCode("vtkCellLocator_IntersectWithLine__SWIG_3", "D_vtkCellLocator_IntersectWithLine__SWIG_3")); mixin(bindCode("vtkCellLocator_FindClosestPoint__SWIG_0", "D_vtkCellLocator_FindClosestPoint__SWIG_0")); mixin(bindCode("vtkCellLocator_FindClosestPoint__SWIG_1", "D_vtkCellLocator_FindClosestPoint__SWIG_1")); mixin(bindCode("vtkCellLocator_FindClosestPointWithinRadius__SWIG_0", "D_vtkCellLocator_FindClosestPointWithinRadius__SWIG_0")); mixin(bindCode("vtkCellLocator_FindClosestPointWithinRadius__SWIG_1", "D_vtkCellLocator_FindClosestPointWithinRadius__SWIG_1")); mixin(bindCode("vtkCellLocator_FindClosestPointWithinRadius__SWIG_2", "D_vtkCellLocator_FindClosestPointWithinRadius__SWIG_2")); mixin(bindCode("vtkCellLocator_GetCells", "D_vtkCellLocator_GetCells")); mixin(bindCode("vtkCellLocator_GetNumberOfBuckets", "D_vtkCellLocator_GetNumberOfBuckets")); mixin(bindCode("vtkCellLocator_FindCell__SWIG_0", "D_vtkCellLocator_FindCell__SWIG_0")); mixin(bindCode("vtkCellLocator_FindCell__SWIG_1", "D_vtkCellLocator_FindCell__SWIG_1")); mixin(bindCode("vtkCellLocator_BuildLocatorIfNeeded", "D_vtkCellLocator_BuildLocatorIfNeeded")); mixin(bindCode("vtkCellLocator_ForceBuildLocator", "D_vtkCellLocator_ForceBuildLocator")); mixin(bindCode("vtkCellLocator_BuildLocatorInternal", "D_vtkCellLocator_BuildLocatorInternal")); mixin(bindCode("vtkCellLocator_Upcast", "D_vtkCellLocator_Upcast")); mixin(bindCode("vtkCirclePackToPolyData_New", "D_vtkCirclePackToPolyData_New")); mixin(bindCode("vtkCirclePackToPolyData_IsTypeOf", "D_vtkCirclePackToPolyData_IsTypeOf")); mixin(bindCode("vtkCirclePackToPolyData_SafeDownCast", "D_vtkCirclePackToPolyData_SafeDownCast")); mixin(bindCode("vtkCirclePackToPolyData_NewInstance", "D_vtkCirclePackToPolyData_NewInstance")); mixin(bindCode("vtkCirclePackToPolyData_SetCirclesArrayName", "D_vtkCirclePackToPolyData_SetCirclesArrayName")); mixin(bindCode("vtkCirclePackToPolyData_SetResolution", "D_vtkCirclePackToPolyData_SetResolution")); mixin(bindCode("vtkCirclePackToPolyData_GetResolution", "D_vtkCirclePackToPolyData_GetResolution")); mixin(bindCode("vtkCirclePackToPolyData_FillInputPortInformation", "D_vtkCirclePackToPolyData_FillInputPortInformation")); mixin(bindCode("vtkCirclePackToPolyData_Upcast", "D_vtkCirclePackToPolyData_Upcast")); mixin(bindCode("vtkStripper_IsTypeOf", "D_vtkStripper_IsTypeOf")); mixin(bindCode("vtkStripper_SafeDownCast", "D_vtkStripper_SafeDownCast")); mixin(bindCode("vtkStripper_NewInstance", "D_vtkStripper_NewInstance")); mixin(bindCode("vtkStripper_New", "D_vtkStripper_New")); mixin(bindCode("vtkStripper_SetMaximumLength", "D_vtkStripper_SetMaximumLength")); mixin(bindCode("vtkStripper_GetMaximumLengthMinValue", "D_vtkStripper_GetMaximumLengthMinValue")); mixin(bindCode("vtkStripper_GetMaximumLengthMaxValue", "D_vtkStripper_GetMaximumLengthMaxValue")); mixin(bindCode("vtkStripper_GetMaximumLength", "D_vtkStripper_GetMaximumLength")); mixin(bindCode("vtkStripper_PassCellDataAsFieldDataOn", "D_vtkStripper_PassCellDataAsFieldDataOn")); mixin(bindCode("vtkStripper_PassCellDataAsFieldDataOff", "D_vtkStripper_PassCellDataAsFieldDataOff")); mixin(bindCode("vtkStripper_SetPassCellDataAsFieldData", "D_vtkStripper_SetPassCellDataAsFieldData")); mixin(bindCode("vtkStripper_GetPassCellDataAsFieldData", "D_vtkStripper_GetPassCellDataAsFieldData")); mixin(bindCode("vtkStripper_SetPassThroughCellIds", "D_vtkStripper_SetPassThroughCellIds")); mixin(bindCode("vtkStripper_GetPassThroughCellIds", "D_vtkStripper_GetPassThroughCellIds")); mixin(bindCode("vtkStripper_PassThroughCellIdsOn", "D_vtkStripper_PassThroughCellIdsOn")); mixin(bindCode("vtkStripper_PassThroughCellIdsOff", "D_vtkStripper_PassThroughCellIdsOff")); mixin(bindCode("vtkStripper_SetPassThroughPointIds", "D_vtkStripper_SetPassThroughPointIds")); mixin(bindCode("vtkStripper_GetPassThroughPointIds", "D_vtkStripper_GetPassThroughPointIds")); mixin(bindCode("vtkStripper_PassThroughPointIdsOn", "D_vtkStripper_PassThroughPointIdsOn")); mixin(bindCode("vtkStripper_PassThroughPointIdsOff", "D_vtkStripper_PassThroughPointIdsOff")); mixin(bindCode("vtkStripper_Upcast", "D_vtkStripper_Upcast")); mixin(bindCode("vtkTableFFT_IsTypeOf", "D_vtkTableFFT_IsTypeOf")); mixin(bindCode("vtkTableFFT_SafeDownCast", "D_vtkTableFFT_SafeDownCast")); mixin(bindCode("vtkTableFFT_NewInstance", "D_vtkTableFFT_NewInstance")); mixin(bindCode("vtkTableFFT_New", "D_vtkTableFFT_New")); mixin(bindCode("vtkTableFFT_Upcast", "D_vtkTableFFT_Upcast")); mixin(bindCode("vtkPointWidget_New", "D_vtkPointWidget_New")); mixin(bindCode("vtkPointWidget_IsTypeOf", "D_vtkPointWidget_IsTypeOf")); mixin(bindCode("vtkPointWidget_SafeDownCast", "D_vtkPointWidget_SafeDownCast")); mixin(bindCode("vtkPointWidget_NewInstance", "D_vtkPointWidget_NewInstance")); mixin(bindCode("vtkPointWidget_PlaceWidget__SWIG_0", "D_vtkPointWidget_PlaceWidget__SWIG_0")); mixin(bindCode("vtkPointWidget_PlaceWidget__SWIG_1", "D_vtkPointWidget_PlaceWidget__SWIG_1")); mixin(bindCode("vtkPointWidget_PlaceWidget__SWIG_2", "D_vtkPointWidget_PlaceWidget__SWIG_2")); mixin(bindCode("vtkPointWidget_GetPolyData", "D_vtkPointWidget_GetPolyData")); mixin(bindCode("vtkPointWidget_SetPosition__SWIG_0", "D_vtkPointWidget_SetPosition__SWIG_0")); mixin(bindCode("vtkPointWidget_SetPosition__SWIG_1", "D_vtkPointWidget_SetPosition__SWIG_1")); mixin(bindCode("vtkPointWidget_GetPosition__SWIG_0", "D_vtkPointWidget_GetPosition__SWIG_0")); mixin(bindCode("vtkPointWidget_GetPosition__SWIG_1", "D_vtkPointWidget_GetPosition__SWIG_1")); mixin(bindCode("vtkPointWidget_SetOutline", "D_vtkPointWidget_SetOutline")); mixin(bindCode("vtkPointWidget_GetOutline", "D_vtkPointWidget_GetOutline")); mixin(bindCode("vtkPointWidget_OutlineOn", "D_vtkPointWidget_OutlineOn")); mixin(bindCode("vtkPointWidget_OutlineOff", "D_vtkPointWidget_OutlineOff")); mixin(bindCode("vtkPointWidget_SetXShadows", "D_vtkPointWidget_SetXShadows")); mixin(bindCode("vtkPointWidget_GetXShadows", "D_vtkPointWidget_GetXShadows")); mixin(bindCode("vtkPointWidget_XShadowsOn", "D_vtkPointWidget_XShadowsOn")); mixin(bindCode("vtkPointWidget_XShadowsOff", "D_vtkPointWidget_XShadowsOff")); mixin(bindCode("vtkPointWidget_SetYShadows", "D_vtkPointWidget_SetYShadows")); mixin(bindCode("vtkPointWidget_GetYShadows", "D_vtkPointWidget_GetYShadows")); mixin(bindCode("vtkPointWidget_YShadowsOn", "D_vtkPointWidget_YShadowsOn")); mixin(bindCode("vtkPointWidget_YShadowsOff", "D_vtkPointWidget_YShadowsOff")); mixin(bindCode("vtkPointWidget_SetZShadows", "D_vtkPointWidget_SetZShadows")); mixin(bindCode("vtkPointWidget_GetZShadows", "D_vtkPointWidget_GetZShadows")); mixin(bindCode("vtkPointWidget_ZShadowsOn", "D_vtkPointWidget_ZShadowsOn")); mixin(bindCode("vtkPointWidget_ZShadowsOff", "D_vtkPointWidget_ZShadowsOff")); mixin(bindCode("vtkPointWidget_SetTranslationMode", "D_vtkPointWidget_SetTranslationMode")); mixin(bindCode("vtkPointWidget_GetTranslationMode", "D_vtkPointWidget_GetTranslationMode")); mixin(bindCode("vtkPointWidget_TranslationModeOn", "D_vtkPointWidget_TranslationModeOn")); mixin(bindCode("vtkPointWidget_TranslationModeOff", "D_vtkPointWidget_TranslationModeOff")); mixin(bindCode("vtkPointWidget_AllOn", "D_vtkPointWidget_AllOn")); mixin(bindCode("vtkPointWidget_AllOff", "D_vtkPointWidget_AllOff")); mixin(bindCode("vtkPointWidget_GetProperty", "D_vtkPointWidget_GetProperty")); mixin(bindCode("vtkPointWidget_GetSelectedProperty", "D_vtkPointWidget_GetSelectedProperty")); mixin(bindCode("vtkPointWidget_SetHotSpotSize", "D_vtkPointWidget_SetHotSpotSize")); mixin(bindCode("vtkPointWidget_GetHotSpotSizeMinValue", "D_vtkPointWidget_GetHotSpotSizeMinValue")); mixin(bindCode("vtkPointWidget_GetHotSpotSizeMaxValue", "D_vtkPointWidget_GetHotSpotSizeMaxValue")); mixin(bindCode("vtkPointWidget_GetHotSpotSize", "D_vtkPointWidget_GetHotSpotSize")); mixin(bindCode("vtkPointWidget_Upcast", "D_vtkPointWidget_Upcast")); mixin(bindCode("vtkXOpenGLRenderWindow_New", "D_vtkXOpenGLRenderWindow_New")); mixin(bindCode("vtkXOpenGLRenderWindow_IsTypeOf", "D_vtkXOpenGLRenderWindow_IsTypeOf")); mixin(bindCode("vtkXOpenGLRenderWindow_SafeDownCast", "D_vtkXOpenGLRenderWindow_SafeDownCast")); mixin(bindCode("vtkXOpenGLRenderWindow_NewInstance", "D_vtkXOpenGLRenderWindow_NewInstance")); mixin(bindCode("vtkXOpenGLRenderWindow_WindowInitialize", "D_vtkXOpenGLRenderWindow_WindowInitialize")); mixin(bindCode("vtkXOpenGLRenderWindow_Initialize", "D_vtkXOpenGLRenderWindow_Initialize")); mixin(bindCode("vtkXOpenGLRenderWindow_PrefFullScreen", "D_vtkXOpenGLRenderWindow_PrefFullScreen")); mixin(bindCode("vtkXOpenGLRenderWindow_SetSize__SWIG_0", "D_vtkXOpenGLRenderWindow_SetSize__SWIG_0")); mixin(bindCode("vtkXOpenGLRenderWindow_SetSize__SWIG_1", "D_vtkXOpenGLRenderWindow_SetSize__SWIG_1")); mixin(bindCode("vtkXOpenGLRenderWindow_GetDesiredColormap", "D_vtkXOpenGLRenderWindow_GetDesiredColormap")); mixin(bindCode("vtkXOpenGLRenderWindow_GetDesiredVisual", "D_vtkXOpenGLRenderWindow_GetDesiredVisual")); mixin(bindCode("vtkXOpenGLRenderWindow_GetDesiredVisualInfo", "D_vtkXOpenGLRenderWindow_GetDesiredVisualInfo")); mixin(bindCode("vtkXOpenGLRenderWindow_GetDesiredDepth", "D_vtkXOpenGLRenderWindow_GetDesiredDepth")); mixin(bindCode("vtkXOpenGLRenderWindow_GetDisplayId", "D_vtkXOpenGLRenderWindow_GetDisplayId")); mixin(bindCode("vtkXOpenGLRenderWindow_SetDisplayId__SWIG_0", "D_vtkXOpenGLRenderWindow_SetDisplayId__SWIG_0")); mixin(bindCode("vtkXOpenGLRenderWindow_SetDisplayId__SWIG_1", "D_vtkXOpenGLRenderWindow_SetDisplayId__SWIG_1")); mixin(bindCode("vtkXOpenGLRenderWindow_GetParentId", "D_vtkXOpenGLRenderWindow_GetParentId")); mixin(bindCode("vtkXOpenGLRenderWindow_SetParentId__SWIG_0", "D_vtkXOpenGLRenderWindow_SetParentId__SWIG_0")); mixin(bindCode("vtkXOpenGLRenderWindow_SetParentId__SWIG_1", "D_vtkXOpenGLRenderWindow_SetParentId__SWIG_1")); mixin(bindCode("vtkXOpenGLRenderWindow_GetWindowId", "D_vtkXOpenGLRenderWindow_GetWindowId")); mixin(bindCode("vtkXOpenGLRenderWindow_SetWindowId__SWIG_0", "D_vtkXOpenGLRenderWindow_SetWindowId__SWIG_0")); mixin(bindCode("vtkXOpenGLRenderWindow_SetWindowId__SWIG_1", "D_vtkXOpenGLRenderWindow_SetWindowId__SWIG_1")); mixin(bindCode("vtkXOpenGLRenderWindow_SetNextWindowId__SWIG_0", "D_vtkXOpenGLRenderWindow_SetNextWindowId__SWIG_0")); mixin(bindCode("vtkXOpenGLRenderWindow_SetNextWindowId__SWIG_1", "D_vtkXOpenGLRenderWindow_SetNextWindowId__SWIG_1")); mixin(bindCode("vtkXOpenGLRenderWindow_SetPosition__SWIG_0", "D_vtkXOpenGLRenderWindow_SetPosition__SWIG_0")); mixin(bindCode("vtkXOpenGLRenderWindow_SetPosition__SWIG_1", "D_vtkXOpenGLRenderWindow_SetPosition__SWIG_1")); mixin(bindCode("vtkXOpenGLRenderWindow_Upcast", "D_vtkXOpenGLRenderWindow_Upcast")); mixin(bindCode("vtkFocalPlaneContourRepresentation_IsTypeOf", "D_vtkFocalPlaneContourRepresentation_IsTypeOf")); mixin(bindCode("vtkFocalPlaneContourRepresentation_SafeDownCast", "D_vtkFocalPlaneContourRepresentation_SafeDownCast")); mixin(bindCode("vtkFocalPlaneContourRepresentation_NewInstance", "D_vtkFocalPlaneContourRepresentation_NewInstance")); mixin(bindCode("vtkFocalPlaneContourRepresentation_GetIntermediatePointDisplayPosition", "D_vtkFocalPlaneContourRepresentation_GetIntermediatePointDisplayPosition")); mixin(bindCode("vtkFocalPlaneContourRepresentation_UpdateContourWorldPositionsBasedOnDisplayPositions", "D_vtkFocalPlaneContourRepresentation_UpdateContourWorldPositionsBasedOnDisplayPositions")); mixin(bindCode("vtkFocalPlaneContourRepresentation_UpdateContour", "D_vtkFocalPlaneContourRepresentation_UpdateContour")); mixin(bindCode("vtkFocalPlaneContourRepresentation_UpdateLines", "D_vtkFocalPlaneContourRepresentation_UpdateLines")); mixin(bindCode("vtkFocalPlaneContourRepresentation_Upcast", "D_vtkFocalPlaneContourRepresentation_Upcast")); mixin(bindCode("vtkOrientedGlyphFocalPlaneContourRepresentation_New", "D_vtkOrientedGlyphFocalPlaneContourRepresentation_New")); mixin(bindCode("vtkOrientedGlyphFocalPlaneContourRepresentation_IsTypeOf", "D_vtkOrientedGlyphFocalPlaneContourRepresentation_IsTypeOf")); mixin(bindCode("vtkOrientedGlyphFocalPlaneContourRepresentation_SafeDownCast", "D_vtkOrientedGlyphFocalPlaneContourRepresentation_SafeDownCast")); mixin(bindCode("vtkOrientedGlyphFocalPlaneContourRepresentation_NewInstance", "D_vtkOrientedGlyphFocalPlaneContourRepresentation_NewInstance")); mixin(bindCode("vtkOrientedGlyphFocalPlaneContourRepresentation_SetCursorShape", "D_vtkOrientedGlyphFocalPlaneContourRepresentation_SetCursorShape")); mixin(bindCode("vtkOrientedGlyphFocalPlaneContourRepresentation_GetCursorShape", "D_vtkOrientedGlyphFocalPlaneContourRepresentation_GetCursorShape")); mixin(bindCode("vtkOrientedGlyphFocalPlaneContourRepresentation_SetActiveCursorShape", "D_vtkOrientedGlyphFocalPlaneContourRepresentation_SetActiveCursorShape")); mixin(bindCode("vtkOrientedGlyphFocalPlaneContourRepresentation_GetActiveCursorShape", "D_vtkOrientedGlyphFocalPlaneContourRepresentation_GetActiveCursorShape")); mixin(bindCode("vtkOrientedGlyphFocalPlaneContourRepresentation_GetProperty", "D_vtkOrientedGlyphFocalPlaneContourRepresentation_GetProperty")); mixin(bindCode("vtkOrientedGlyphFocalPlaneContourRepresentation_GetActiveProperty", "D_vtkOrientedGlyphFocalPlaneContourRepresentation_GetActiveProperty")); mixin(bindCode("vtkOrientedGlyphFocalPlaneContourRepresentation_GetLinesProperty", "D_vtkOrientedGlyphFocalPlaneContourRepresentation_GetLinesProperty")); mixin(bindCode("vtkOrientedGlyphFocalPlaneContourRepresentation_ComputeInteractionState__SWIG_0", "D_vtkOrientedGlyphFocalPlaneContourRepresentation_ComputeInteractionState__SWIG_0")); mixin(bindCode("vtkOrientedGlyphFocalPlaneContourRepresentation_ComputeInteractionState__SWIG_1", "D_vtkOrientedGlyphFocalPlaneContourRepresentation_ComputeInteractionState__SWIG_1")); mixin(bindCode("vtkOrientedGlyphFocalPlaneContourRepresentation_GetContourRepresentationAsPolyData", "D_vtkOrientedGlyphFocalPlaneContourRepresentation_GetContourRepresentationAsPolyData")); mixin(bindCode("vtkOrientedGlyphFocalPlaneContourRepresentation_GetContourPlaneDirectionCosines", "D_vtkOrientedGlyphFocalPlaneContourRepresentation_GetContourPlaneDirectionCosines")); mixin(bindCode("vtkOrientedGlyphFocalPlaneContourRepresentation_Upcast", "D_vtkOrientedGlyphFocalPlaneContourRepresentation_Upcast")); mixin(bindCode("vtkHyperOctreeContourFilter_IsTypeOf", "D_vtkHyperOctreeContourFilter_IsTypeOf")); mixin(bindCode("vtkHyperOctreeContourFilter_SafeDownCast", "D_vtkHyperOctreeContourFilter_SafeDownCast")); mixin(bindCode("vtkHyperOctreeContourFilter_NewInstance", "D_vtkHyperOctreeContourFilter_NewInstance")); mixin(bindCode("vtkHyperOctreeContourFilter_New", "D_vtkHyperOctreeContourFilter_New")); mixin(bindCode("vtkHyperOctreeContourFilter_SetValue", "D_vtkHyperOctreeContourFilter_SetValue")); mixin(bindCode("vtkHyperOctreeContourFilter_GetValue", "D_vtkHyperOctreeContourFilter_GetValue")); mixin(bindCode("vtkHyperOctreeContourFilter_GetValues__SWIG_0", "D_vtkHyperOctreeContourFilter_GetValues__SWIG_0")); mixin(bindCode("vtkHyperOctreeContourFilter_GetValues__SWIG_1", "D_vtkHyperOctreeContourFilter_GetValues__SWIG_1")); mixin(bindCode("vtkHyperOctreeContourFilter_SetNumberOfContours", "D_vtkHyperOctreeContourFilter_SetNumberOfContours")); mixin(bindCode("vtkHyperOctreeContourFilter_GetNumberOfContours", "D_vtkHyperOctreeContourFilter_GetNumberOfContours")); mixin(bindCode("vtkHyperOctreeContourFilter_GenerateValues__SWIG_0", "D_vtkHyperOctreeContourFilter_GenerateValues__SWIG_0")); mixin(bindCode("vtkHyperOctreeContourFilter_GenerateValues__SWIG_1", "D_vtkHyperOctreeContourFilter_GenerateValues__SWIG_1")); mixin(bindCode("vtkHyperOctreeContourFilter_SetLocator", "D_vtkHyperOctreeContourFilter_SetLocator")); mixin(bindCode("vtkHyperOctreeContourFilter_GetLocator", "D_vtkHyperOctreeContourFilter_GetLocator")); mixin(bindCode("vtkHyperOctreeContourFilter_CreateDefaultLocator", "D_vtkHyperOctreeContourFilter_CreateDefaultLocator")); mixin(bindCode("vtkHyperOctreeContourFilter_Upcast", "D_vtkHyperOctreeContourFilter_Upcast")); mixin(bindCode("vtkResliceImageViewer_New", "D_vtkResliceImageViewer_New")); mixin(bindCode("vtkResliceImageViewer_IsTypeOf", "D_vtkResliceImageViewer_IsTypeOf")); mixin(bindCode("vtkResliceImageViewer_SafeDownCast", "D_vtkResliceImageViewer_SafeDownCast")); mixin(bindCode("vtkResliceImageViewer_NewInstance", "D_vtkResliceImageViewer_NewInstance")); mixin(bindCode("vtkResliceImageViewer_GetResliceCursorWidget", "D_vtkResliceImageViewer_GetResliceCursorWidget")); mixin(bindCode("vtkResliceImageViewer_GetResliceMode", "D_vtkResliceImageViewer_GetResliceMode")); mixin(bindCode("vtkResliceImageViewer_SetResliceMode", "D_vtkResliceImageViewer_SetResliceMode")); mixin(bindCode("vtkResliceImageViewer_SetResliceModeToAxisAligned", "D_vtkResliceImageViewer_SetResliceModeToAxisAligned")); mixin(bindCode("vtkResliceImageViewer_SetResliceModeToOblique", "D_vtkResliceImageViewer_SetResliceModeToOblique")); mixin(bindCode("vtkResliceImageViewer_GetResliceCursor", "D_vtkResliceImageViewer_GetResliceCursor")); mixin(bindCode("vtkResliceImageViewer_SetResliceCursor", "D_vtkResliceImageViewer_SetResliceCursor")); mixin(bindCode("vtkResliceImageViewer_SetLookupTable", "D_vtkResliceImageViewer_SetLookupTable")); mixin(bindCode("vtkResliceImageViewer_GetLookupTable", "D_vtkResliceImageViewer_GetLookupTable")); mixin(bindCode("vtkResliceImageViewer_SetThickMode", "D_vtkResliceImageViewer_SetThickMode")); mixin(bindCode("vtkResliceImageViewer_GetThickMode", "D_vtkResliceImageViewer_GetThickMode")); mixin(bindCode("vtkResliceImageViewer_Reset", "D_vtkResliceImageViewer_Reset")); mixin(bindCode("vtkResliceImageViewer_GetPointPlacer", "D_vtkResliceImageViewer_GetPointPlacer")); mixin(bindCode("vtkResliceImageViewer_GetMeasurements", "D_vtkResliceImageViewer_GetMeasurements")); mixin(bindCode("vtkResliceImageViewer_GetInteractor", "D_vtkResliceImageViewer_GetInteractor")); mixin(bindCode("vtkResliceImageViewer_SetSliceScrollOnMouseWheel", "D_vtkResliceImageViewer_SetSliceScrollOnMouseWheel")); mixin(bindCode("vtkResliceImageViewer_GetSliceScrollOnMouseWheel", "D_vtkResliceImageViewer_GetSliceScrollOnMouseWheel")); mixin(bindCode("vtkResliceImageViewer_SliceScrollOnMouseWheelOn", "D_vtkResliceImageViewer_SliceScrollOnMouseWheelOn")); mixin(bindCode("vtkResliceImageViewer_SliceScrollOnMouseWheelOff", "D_vtkResliceImageViewer_SliceScrollOnMouseWheelOff")); mixin(bindCode("vtkResliceImageViewer_IncrementSlice", "D_vtkResliceImageViewer_IncrementSlice")); mixin(bindCode("vtkResliceImageViewer_Upcast", "D_vtkResliceImageViewer_Upcast")); mixin(bindCode("vtkPointLocator_New", "D_vtkPointLocator_New")); mixin(bindCode("vtkPointLocator_IsTypeOf", "D_vtkPointLocator_IsTypeOf")); mixin(bindCode("vtkPointLocator_SafeDownCast", "D_vtkPointLocator_SafeDownCast")); mixin(bindCode("vtkPointLocator_NewInstance", "D_vtkPointLocator_NewInstance")); mixin(bindCode("vtkPointLocator_SetDivisions__SWIG_0", "D_vtkPointLocator_SetDivisions__SWIG_0")); mixin(bindCode("vtkPointLocator_SetDivisions__SWIG_1", "D_vtkPointLocator_SetDivisions__SWIG_1")); mixin(bindCode("vtkPointLocator_GetDivisions__SWIG_0", "D_vtkPointLocator_GetDivisions__SWIG_0")); mixin(bindCode("vtkPointLocator_GetDivisions__SWIG_1", "D_vtkPointLocator_GetDivisions__SWIG_1")); mixin(bindCode("vtkPointLocator_SetNumberOfPointsPerBucket", "D_vtkPointLocator_SetNumberOfPointsPerBucket")); mixin(bindCode("vtkPointLocator_GetNumberOfPointsPerBucketMinValue", "D_vtkPointLocator_GetNumberOfPointsPerBucketMinValue")); mixin(bindCode("vtkPointLocator_GetNumberOfPointsPerBucketMaxValue", "D_vtkPointLocator_GetNumberOfPointsPerBucketMaxValue")); mixin(bindCode("vtkPointLocator_GetNumberOfPointsPerBucket", "D_vtkPointLocator_GetNumberOfPointsPerBucket")); mixin(bindCode("vtkPointLocator_FindClosestPointWithinRadius__SWIG_0", "D_vtkPointLocator_FindClosestPointWithinRadius__SWIG_0")); mixin(bindCode("vtkPointLocator_FindClosestPointWithinRadius__SWIG_1", "D_vtkPointLocator_FindClosestPointWithinRadius__SWIG_1")); mixin(bindCode("vtkPointLocator_InitPointInsertion__SWIG_0", "D_vtkPointLocator_InitPointInsertion__SWIG_0")); mixin(bindCode("vtkPointLocator_InitPointInsertion__SWIG_1", "D_vtkPointLocator_InitPointInsertion__SWIG_1")); mixin(bindCode("vtkPointLocator_IsInsertedPoint__SWIG_0", "D_vtkPointLocator_IsInsertedPoint__SWIG_0")); mixin(bindCode("vtkPointLocator_IsInsertedPoint__SWIG_1", "D_vtkPointLocator_IsInsertedPoint__SWIG_1")); mixin(bindCode("vtkPointLocator_FindDistributedPoints__SWIG_0", "D_vtkPointLocator_FindDistributedPoints__SWIG_0")); mixin(bindCode("vtkPointLocator_FindDistributedPoints__SWIG_1", "D_vtkPointLocator_FindDistributedPoints__SWIG_1")); mixin(bindCode("vtkPointLocator_GetPointsInBucket", "D_vtkPointLocator_GetPointsInBucket")); mixin(bindCode("vtkPointLocator_GetPoints", "D_vtkPointLocator_GetPoints")); mixin(bindCode("vtkPointLocator_Upcast", "D_vtkPointLocator_Upcast")); mixin(bindCode("vtkNonMergingPointLocator_New", "D_vtkNonMergingPointLocator_New")); mixin(bindCode("vtkNonMergingPointLocator_IsTypeOf", "D_vtkNonMergingPointLocator_IsTypeOf")); mixin(bindCode("vtkNonMergingPointLocator_SafeDownCast", "D_vtkNonMergingPointLocator_SafeDownCast")); mixin(bindCode("vtkNonMergingPointLocator_NewInstance", "D_vtkNonMergingPointLocator_NewInstance")); mixin(bindCode("vtkNonMergingPointLocator_Upcast", "D_vtkNonMergingPointLocator_Upcast")); mixin(bindCode("vtkRendererDelegate_IsTypeOf", "D_vtkRendererDelegate_IsTypeOf")); mixin(bindCode("vtkRendererDelegate_SafeDownCast", "D_vtkRendererDelegate_SafeDownCast")); mixin(bindCode("vtkRendererDelegate_NewInstance", "D_vtkRendererDelegate_NewInstance")); mixin(bindCode("vtkRendererDelegate_Render", "D_vtkRendererDelegate_Render")); mixin(bindCode("vtkRendererDelegate_SetUsed", "D_vtkRendererDelegate_SetUsed")); mixin(bindCode("vtkRendererDelegate_GetUsed", "D_vtkRendererDelegate_GetUsed")); mixin(bindCode("vtkRendererDelegate_UsedOn", "D_vtkRendererDelegate_UsedOn")); mixin(bindCode("vtkRendererDelegate_UsedOff", "D_vtkRendererDelegate_UsedOff")); mixin(bindCode("vtkRendererDelegate_Upcast", "D_vtkRendererDelegate_Upcast")); mixin(bindCode("vtkUTF8TextCodec_IsTypeOf", "D_vtkUTF8TextCodec_IsTypeOf")); mixin(bindCode("vtkUTF8TextCodec_SafeDownCast", "D_vtkUTF8TextCodec_SafeDownCast")); mixin(bindCode("vtkUTF8TextCodec_NewInstance", "D_vtkUTF8TextCodec_NewInstance")); mixin(bindCode("vtkUTF8TextCodec_New", "D_vtkUTF8TextCodec_New")); mixin(bindCode("new_vtkUTF8TextCodec", "D_new_vtkUTF8TextCodec")); mixin(bindCode("delete_vtkUTF8TextCodec", "D_delete_vtkUTF8TextCodec")); mixin(bindCode("vtkUTF8TextCodec_Upcast", "D_vtkUTF8TextCodec_Upcast")); mixin(bindCode("VTK_DIRECTION_SPECIFIED_VECTOR_get", "D_VTK_DIRECTION_SPECIFIED_VECTOR_get")); mixin(bindCode("VTK_DIRECTION_SPECIFIED_ORIGIN_get", "D_VTK_DIRECTION_SPECIFIED_ORIGIN_get")); mixin(bindCode("VTK_DIRECTION_CAMERA_ORIGIN_get", "D_VTK_DIRECTION_CAMERA_ORIGIN_get")); mixin(bindCode("VTK_DIRECTION_CAMERA_VECTOR_get", "D_VTK_DIRECTION_CAMERA_VECTOR_get")); mixin(bindCode("vtkPolyDataSilhouette_New", "D_vtkPolyDataSilhouette_New")); mixin(bindCode("vtkPolyDataSilhouette_IsTypeOf", "D_vtkPolyDataSilhouette_IsTypeOf")); mixin(bindCode("vtkPolyDataSilhouette_SafeDownCast", "D_vtkPolyDataSilhouette_SafeDownCast")); mixin(bindCode("vtkPolyDataSilhouette_NewInstance", "D_vtkPolyDataSilhouette_NewInstance")); mixin(bindCode("vtkPolyDataSilhouette_SetEnableFeatureAngle", "D_vtkPolyDataSilhouette_SetEnableFeatureAngle")); mixin(bindCode("vtkPolyDataSilhouette_GetEnableFeatureAngle", "D_vtkPolyDataSilhouette_GetEnableFeatureAngle")); mixin(bindCode("vtkPolyDataSilhouette_SetFeatureAngle", "D_vtkPolyDataSilhouette_SetFeatureAngle")); mixin(bindCode("vtkPolyDataSilhouette_GetFeatureAngle", "D_vtkPolyDataSilhouette_GetFeatureAngle")); mixin(bindCode("vtkPolyDataSilhouette_SetBorderEdges", "D_vtkPolyDataSilhouette_SetBorderEdges")); mixin(bindCode("vtkPolyDataSilhouette_GetBorderEdges", "D_vtkPolyDataSilhouette_GetBorderEdges")); mixin(bindCode("vtkPolyDataSilhouette_BorderEdgesOn", "D_vtkPolyDataSilhouette_BorderEdgesOn")); mixin(bindCode("vtkPolyDataSilhouette_BorderEdgesOff", "D_vtkPolyDataSilhouette_BorderEdgesOff")); mixin(bindCode("vtkPolyDataSilhouette_SetPieceInvariant", "D_vtkPolyDataSilhouette_SetPieceInvariant")); mixin(bindCode("vtkPolyDataSilhouette_GetPieceInvariant", "D_vtkPolyDataSilhouette_GetPieceInvariant")); mixin(bindCode("vtkPolyDataSilhouette_PieceInvariantOn", "D_vtkPolyDataSilhouette_PieceInvariantOn")); mixin(bindCode("vtkPolyDataSilhouette_PieceInvariantOff", "D_vtkPolyDataSilhouette_PieceInvariantOff")); mixin(bindCode("vtkPolyDataSilhouette_SetDirection", "D_vtkPolyDataSilhouette_SetDirection")); mixin(bindCode("vtkPolyDataSilhouette_GetDirection", "D_vtkPolyDataSilhouette_GetDirection")); mixin(bindCode("vtkPolyDataSilhouette_SetDirectionToSpecifiedVector", "D_vtkPolyDataSilhouette_SetDirectionToSpecifiedVector")); mixin(bindCode("vtkPolyDataSilhouette_SetDirectionToSpecifiedOrigin", "D_vtkPolyDataSilhouette_SetDirectionToSpecifiedOrigin")); mixin(bindCode("vtkPolyDataSilhouette_SetDirectionToCameraVector", "D_vtkPolyDataSilhouette_SetDirectionToCameraVector")); mixin(bindCode("vtkPolyDataSilhouette_SetDirectionToCameraOrigin", "D_vtkPolyDataSilhouette_SetDirectionToCameraOrigin")); mixin(bindCode("vtkPolyDataSilhouette_SetCamera", "D_vtkPolyDataSilhouette_SetCamera")); mixin(bindCode("vtkPolyDataSilhouette_GetCamera", "D_vtkPolyDataSilhouette_GetCamera")); mixin(bindCode("vtkPolyDataSilhouette_SetProp3D", "D_vtkPolyDataSilhouette_SetProp3D")); mixin(bindCode("vtkPolyDataSilhouette_GetProp3D", "D_vtkPolyDataSilhouette_GetProp3D")); mixin(bindCode("vtkPolyDataSilhouette_SetVector__SWIG_0", "D_vtkPolyDataSilhouette_SetVector__SWIG_0")); mixin(bindCode("vtkPolyDataSilhouette_SetVector__SWIG_1", "D_vtkPolyDataSilhouette_SetVector__SWIG_1")); mixin(bindCode("vtkPolyDataSilhouette_GetVector__SWIG_0", "D_vtkPolyDataSilhouette_GetVector__SWIG_0")); mixin(bindCode("vtkPolyDataSilhouette_GetVector__SWIG_1", "D_vtkPolyDataSilhouette_GetVector__SWIG_1")); mixin(bindCode("vtkPolyDataSilhouette_SetOrigin__SWIG_0", "D_vtkPolyDataSilhouette_SetOrigin__SWIG_0")); mixin(bindCode("vtkPolyDataSilhouette_SetOrigin__SWIG_1", "D_vtkPolyDataSilhouette_SetOrigin__SWIG_1")); mixin(bindCode("vtkPolyDataSilhouette_GetOrigin__SWIG_0", "D_vtkPolyDataSilhouette_GetOrigin__SWIG_0")); mixin(bindCode("vtkPolyDataSilhouette_GetOrigin__SWIG_1", "D_vtkPolyDataSilhouette_GetOrigin__SWIG_1")); mixin(bindCode("vtkPolyDataSilhouette_Upcast", "D_vtkPolyDataSilhouette_Upcast")); mixin(bindCode("vtkProjectedTerrainPath_IsTypeOf", "D_vtkProjectedTerrainPath_IsTypeOf")); mixin(bindCode("vtkProjectedTerrainPath_SafeDownCast", "D_vtkProjectedTerrainPath_SafeDownCast")); mixin(bindCode("vtkProjectedTerrainPath_NewInstance", "D_vtkProjectedTerrainPath_NewInstance")); mixin(bindCode("vtkProjectedTerrainPath_New", "D_vtkProjectedTerrainPath_New")); mixin(bindCode("vtkProjectedTerrainPath_SetSourceData", "D_vtkProjectedTerrainPath_SetSourceData")); mixin(bindCode("vtkProjectedTerrainPath_GetSource", "D_vtkProjectedTerrainPath_GetSource")); mixin(bindCode("vtkProjectedTerrainPath_SetSourceConnection", "D_vtkProjectedTerrainPath_SetSourceConnection")); mixin(bindCode("vtkProjectedTerrainPath_SetProjectionMode", "D_vtkProjectedTerrainPath_SetProjectionMode")); mixin(bindCode("vtkProjectedTerrainPath_GetProjectionModeMinValue", "D_vtkProjectedTerrainPath_GetProjectionModeMinValue")); mixin(bindCode("vtkProjectedTerrainPath_GetProjectionModeMaxValue", "D_vtkProjectedTerrainPath_GetProjectionModeMaxValue")); mixin(bindCode("vtkProjectedTerrainPath_GetProjectionMode", "D_vtkProjectedTerrainPath_GetProjectionMode")); mixin(bindCode("vtkProjectedTerrainPath_SetProjectionModeToSimple", "D_vtkProjectedTerrainPath_SetProjectionModeToSimple")); mixin(bindCode("vtkProjectedTerrainPath_SetProjectionModeToNonOccluded", "D_vtkProjectedTerrainPath_SetProjectionModeToNonOccluded")); mixin(bindCode("vtkProjectedTerrainPath_SetProjectionModeToHug", "D_vtkProjectedTerrainPath_SetProjectionModeToHug")); mixin(bindCode("vtkProjectedTerrainPath_SetHeightOffset", "D_vtkProjectedTerrainPath_SetHeightOffset")); mixin(bindCode("vtkProjectedTerrainPath_GetHeightOffset", "D_vtkProjectedTerrainPath_GetHeightOffset")); mixin(bindCode("vtkProjectedTerrainPath_SetHeightTolerance", "D_vtkProjectedTerrainPath_SetHeightTolerance")); mixin(bindCode("vtkProjectedTerrainPath_GetHeightToleranceMinValue", "D_vtkProjectedTerrainPath_GetHeightToleranceMinValue")); mixin(bindCode("vtkProjectedTerrainPath_GetHeightToleranceMaxValue", "D_vtkProjectedTerrainPath_GetHeightToleranceMaxValue")); mixin(bindCode("vtkProjectedTerrainPath_GetHeightTolerance", "D_vtkProjectedTerrainPath_GetHeightTolerance")); mixin(bindCode("vtkProjectedTerrainPath_SetMaximumNumberOfLines", "D_vtkProjectedTerrainPath_SetMaximumNumberOfLines")); mixin(bindCode("vtkProjectedTerrainPath_GetMaximumNumberOfLinesMinValue", "D_vtkProjectedTerrainPath_GetMaximumNumberOfLinesMinValue")); mixin(bindCode("vtkProjectedTerrainPath_GetMaximumNumberOfLinesMaxValue", "D_vtkProjectedTerrainPath_GetMaximumNumberOfLinesMaxValue")); mixin(bindCode("vtkProjectedTerrainPath_GetMaximumNumberOfLines", "D_vtkProjectedTerrainPath_GetMaximumNumberOfLines")); mixin(bindCode("vtkProjectedTerrainPath_Upcast", "D_vtkProjectedTerrainPath_Upcast")); mixin(bindCode("vtkAMREnzoReader_New", "D_vtkAMREnzoReader_New")); mixin(bindCode("vtkAMREnzoReader_IsTypeOf", "D_vtkAMREnzoReader_IsTypeOf")); mixin(bindCode("vtkAMREnzoReader_SafeDownCast", "D_vtkAMREnzoReader_SafeDownCast")); mixin(bindCode("vtkAMREnzoReader_NewInstance", "D_vtkAMREnzoReader_NewInstance")); mixin(bindCode("vtkAMREnzoReader_SetConvertToCGS", "D_vtkAMREnzoReader_SetConvertToCGS")); mixin(bindCode("vtkAMREnzoReader_GetConvertToCGS", "D_vtkAMREnzoReader_GetConvertToCGS")); mixin(bindCode("vtkAMREnzoReader_ConvertToCGSOn", "D_vtkAMREnzoReader_ConvertToCGSOn")); mixin(bindCode("vtkAMREnzoReader_ConvertToCGSOff", "D_vtkAMREnzoReader_ConvertToCGSOff")); mixin(bindCode("vtkAMREnzoReader_Upcast", "D_vtkAMREnzoReader_Upcast")); mixin(bindCode("VTK_INTEGRATE_MAJOR_EIGENVECTOR_get", "D_VTK_INTEGRATE_MAJOR_EIGENVECTOR_get")); mixin(bindCode("VTK_INTEGRATE_MEDIUM_EIGENVECTOR_get", "D_VTK_INTEGRATE_MEDIUM_EIGENVECTOR_get")); mixin(bindCode("VTK_INTEGRATE_MINOR_EIGENVECTOR_get", "D_VTK_INTEGRATE_MINOR_EIGENVECTOR_get")); mixin(bindCode("vtkHyperStreamline_IsTypeOf", "D_vtkHyperStreamline_IsTypeOf")); mixin(bindCode("vtkHyperStreamline_SafeDownCast", "D_vtkHyperStreamline_SafeDownCast")); mixin(bindCode("vtkHyperStreamline_NewInstance", "D_vtkHyperStreamline_NewInstance")); mixin(bindCode("vtkHyperStreamline_New", "D_vtkHyperStreamline_New")); mixin(bindCode("vtkHyperStreamline_SetStartLocation__SWIG_0", "D_vtkHyperStreamline_SetStartLocation__SWIG_0")); mixin(bindCode("vtkHyperStreamline_SetStartLocation__SWIG_1", "D_vtkHyperStreamline_SetStartLocation__SWIG_1")); mixin(bindCode("vtkHyperStreamline_GetStartLocation", "D_vtkHyperStreamline_GetStartLocation")); mixin(bindCode("vtkHyperStreamline_SetStartPosition__SWIG_0", "D_vtkHyperStreamline_SetStartPosition__SWIG_0")); mixin(bindCode("vtkHyperStreamline_SetStartPosition__SWIG_1", "D_vtkHyperStreamline_SetStartPosition__SWIG_1")); mixin(bindCode("vtkHyperStreamline_GetStartPosition", "D_vtkHyperStreamline_GetStartPosition")); mixin(bindCode("vtkHyperStreamline_SetMaximumPropagationDistance", "D_vtkHyperStreamline_SetMaximumPropagationDistance")); mixin(bindCode("vtkHyperStreamline_GetMaximumPropagationDistanceMinValue", "D_vtkHyperStreamline_GetMaximumPropagationDistanceMinValue")); mixin(bindCode("vtkHyperStreamline_GetMaximumPropagationDistanceMaxValue", "D_vtkHyperStreamline_GetMaximumPropagationDistanceMaxValue")); mixin(bindCode("vtkHyperStreamline_GetMaximumPropagationDistance", "D_vtkHyperStreamline_GetMaximumPropagationDistance")); mixin(bindCode("vtkHyperStreamline_SetIntegrationEigenvector", "D_vtkHyperStreamline_SetIntegrationEigenvector")); mixin(bindCode("vtkHyperStreamline_GetIntegrationEigenvectorMinValue", "D_vtkHyperStreamline_GetIntegrationEigenvectorMinValue")); mixin(bindCode("vtkHyperStreamline_GetIntegrationEigenvectorMaxValue", "D_vtkHyperStreamline_GetIntegrationEigenvectorMaxValue")); mixin(bindCode("vtkHyperStreamline_GetIntegrationEigenvector", "D_vtkHyperStreamline_GetIntegrationEigenvector")); mixin(bindCode("vtkHyperStreamline_SetIntegrationEigenvectorToMajor", "D_vtkHyperStreamline_SetIntegrationEigenvectorToMajor")); mixin(bindCode("vtkHyperStreamline_SetIntegrationEigenvectorToMedium", "D_vtkHyperStreamline_SetIntegrationEigenvectorToMedium")); mixin(bindCode("vtkHyperStreamline_SetIntegrationEigenvectorToMinor", "D_vtkHyperStreamline_SetIntegrationEigenvectorToMinor")); mixin(bindCode("vtkHyperStreamline_IntegrateMajorEigenvector", "D_vtkHyperStreamline_IntegrateMajorEigenvector")); mixin(bindCode("vtkHyperStreamline_IntegrateMediumEigenvector", "D_vtkHyperStreamline_IntegrateMediumEigenvector")); mixin(bindCode("vtkHyperStreamline_IntegrateMinorEigenvector", "D_vtkHyperStreamline_IntegrateMinorEigenvector")); mixin(bindCode("vtkHyperStreamline_SetIntegrationStepLength", "D_vtkHyperStreamline_SetIntegrationStepLength")); mixin(bindCode("vtkHyperStreamline_GetIntegrationStepLengthMinValue", "D_vtkHyperStreamline_GetIntegrationStepLengthMinValue")); mixin(bindCode("vtkHyperStreamline_GetIntegrationStepLengthMaxValue", "D_vtkHyperStreamline_GetIntegrationStepLengthMaxValue")); mixin(bindCode("vtkHyperStreamline_GetIntegrationStepLength", "D_vtkHyperStreamline_GetIntegrationStepLength")); mixin(bindCode("vtkHyperStreamline_SetStepLength", "D_vtkHyperStreamline_SetStepLength")); mixin(bindCode("vtkHyperStreamline_GetStepLengthMinValue", "D_vtkHyperStreamline_GetStepLengthMinValue")); mixin(bindCode("vtkHyperStreamline_GetStepLengthMaxValue", "D_vtkHyperStreamline_GetStepLengthMaxValue")); mixin(bindCode("vtkHyperStreamline_GetStepLength", "D_vtkHyperStreamline_GetStepLength")); mixin(bindCode("vtkHyperStreamline_SetIntegrationDirection", "D_vtkHyperStreamline_SetIntegrationDirection")); mixin(bindCode("vtkHyperStreamline_GetIntegrationDirectionMinValue", "D_vtkHyperStreamline_GetIntegrationDirectionMinValue")); mixin(bindCode("vtkHyperStreamline_GetIntegrationDirectionMaxValue", "D_vtkHyperStreamline_GetIntegrationDirectionMaxValue")); mixin(bindCode("vtkHyperStreamline_GetIntegrationDirection", "D_vtkHyperStreamline_GetIntegrationDirection")); mixin(bindCode("vtkHyperStreamline_SetIntegrationDirectionToForward", "D_vtkHyperStreamline_SetIntegrationDirectionToForward")); mixin(bindCode("vtkHyperStreamline_SetIntegrationDirectionToBackward", "D_vtkHyperStreamline_SetIntegrationDirectionToBackward")); mixin(bindCode("vtkHyperStreamline_SetIntegrationDirectionToIntegrateBothDirections", "D_vtkHyperStreamline_SetIntegrationDirectionToIntegrateBothDirections")); mixin(bindCode("vtkHyperStreamline_SetTerminalEigenvalue", "D_vtkHyperStreamline_SetTerminalEigenvalue")); mixin(bindCode("vtkHyperStreamline_GetTerminalEigenvalueMinValue", "D_vtkHyperStreamline_GetTerminalEigenvalueMinValue")); mixin(bindCode("vtkHyperStreamline_GetTerminalEigenvalueMaxValue", "D_vtkHyperStreamline_GetTerminalEigenvalueMaxValue")); mixin(bindCode("vtkHyperStreamline_GetTerminalEigenvalue", "D_vtkHyperStreamline_GetTerminalEigenvalue")); mixin(bindCode("vtkHyperStreamline_SetNumberOfSides", "D_vtkHyperStreamline_SetNumberOfSides")); mixin(bindCode("vtkHyperStreamline_GetNumberOfSidesMinValue", "D_vtkHyperStreamline_GetNumberOfSidesMinValue")); mixin(bindCode("vtkHyperStreamline_GetNumberOfSidesMaxValue", "D_vtkHyperStreamline_GetNumberOfSidesMaxValue")); mixin(bindCode("vtkHyperStreamline_GetNumberOfSides", "D_vtkHyperStreamline_GetNumberOfSides")); mixin(bindCode("vtkHyperStreamline_SetRadius", "D_vtkHyperStreamline_SetRadius")); mixin(bindCode("vtkHyperStreamline_GetRadiusMinValue", "D_vtkHyperStreamline_GetRadiusMinValue")); mixin(bindCode("vtkHyperStreamline_GetRadiusMaxValue", "D_vtkHyperStreamline_GetRadiusMaxValue")); mixin(bindCode("vtkHyperStreamline_GetRadius", "D_vtkHyperStreamline_GetRadius")); mixin(bindCode("vtkHyperStreamline_SetLogScaling", "D_vtkHyperStreamline_SetLogScaling")); mixin(bindCode("vtkHyperStreamline_GetLogScaling", "D_vtkHyperStreamline_GetLogScaling")); mixin(bindCode("vtkHyperStreamline_LogScalingOn", "D_vtkHyperStreamline_LogScalingOn")); mixin(bindCode("vtkHyperStreamline_LogScalingOff", "D_vtkHyperStreamline_LogScalingOff")); mixin(bindCode("vtkHyperStreamline_Upcast", "D_vtkHyperStreamline_Upcast")); mixin(bindCode("vtkSESAMEReader_New", "D_vtkSESAMEReader_New")); mixin(bindCode("vtkSESAMEReader_IsTypeOf", "D_vtkSESAMEReader_IsTypeOf")); mixin(bindCode("vtkSESAMEReader_SafeDownCast", "D_vtkSESAMEReader_SafeDownCast")); mixin(bindCode("vtkSESAMEReader_NewInstance", "D_vtkSESAMEReader_NewInstance")); mixin(bindCode("vtkSESAMEReader_SetFileName", "D_vtkSESAMEReader_SetFileName")); mixin(bindCode("vtkSESAMEReader_GetFileName", "D_vtkSESAMEReader_GetFileName")); mixin(bindCode("vtkSESAMEReader_IsValidFile", "D_vtkSESAMEReader_IsValidFile")); mixin(bindCode("vtkSESAMEReader_GetNumberOfTableIds", "D_vtkSESAMEReader_GetNumberOfTableIds")); mixin(bindCode("vtkSESAMEReader_GetTableIds", "D_vtkSESAMEReader_GetTableIds")); mixin(bindCode("vtkSESAMEReader_GetTableIdsAsArray", "D_vtkSESAMEReader_GetTableIdsAsArray")); mixin(bindCode("vtkSESAMEReader_SetTable", "D_vtkSESAMEReader_SetTable")); mixin(bindCode("vtkSESAMEReader_GetTable", "D_vtkSESAMEReader_GetTable")); mixin(bindCode("vtkSESAMEReader_GetNumberOfTableArrayNames", "D_vtkSESAMEReader_GetNumberOfTableArrayNames")); mixin(bindCode("vtkSESAMEReader_GetNumberOfTableArrays", "D_vtkSESAMEReader_GetNumberOfTableArrays")); mixin(bindCode("vtkSESAMEReader_GetTableArrayName", "D_vtkSESAMEReader_GetTableArrayName")); mixin(bindCode("vtkSESAMEReader_SetTableArrayStatus", "D_vtkSESAMEReader_SetTableArrayStatus")); mixin(bindCode("vtkSESAMEReader_GetTableArrayStatus", "D_vtkSESAMEReader_GetTableArrayStatus")); mixin(bindCode("vtkSESAMEReader_Upcast", "D_vtkSESAMEReader_Upcast")); mixin(bindCode("vtkGeoView_New", "D_vtkGeoView_New")); mixin(bindCode("vtkGeoView_IsTypeOf", "D_vtkGeoView_IsTypeOf")); mixin(bindCode("vtkGeoView_SafeDownCast", "D_vtkGeoView_SafeDownCast")); mixin(bindCode("vtkGeoView_NewInstance", "D_vtkGeoView_NewInstance")); mixin(bindCode("vtkGeoView_AddDefaultImageRepresentation", "D_vtkGeoView_AddDefaultImageRepresentation")); mixin(bindCode("vtkGeoView_PrepareForRendering", "D_vtkGeoView_PrepareForRendering")); mixin(bindCode("vtkGeoView_BuildLowResEarth", "D_vtkGeoView_BuildLowResEarth")); mixin(bindCode("vtkGeoView_SetLockHeading", "D_vtkGeoView_SetLockHeading")); mixin(bindCode("vtkGeoView_GetLockHeading", "D_vtkGeoView_GetLockHeading")); mixin(bindCode("vtkGeoView_LockHeadingOn", "D_vtkGeoView_LockHeadingOn")); mixin(bindCode("vtkGeoView_LockHeadingOff", "D_vtkGeoView_LockHeadingOff")); mixin(bindCode("vtkGeoView_GetGeoInteractorStyle", "D_vtkGeoView_GetGeoInteractorStyle")); mixin(bindCode("vtkGeoView_SetGeoInteractorStyle", "D_vtkGeoView_SetGeoInteractorStyle")); mixin(bindCode("vtkGeoView_SetTerrain", "D_vtkGeoView_SetTerrain")); mixin(bindCode("vtkGeoView_GetTerrain", "D_vtkGeoView_GetTerrain")); mixin(bindCode("vtkGeoView_Upcast", "D_vtkGeoView_Upcast")); mixin(bindCode("vtkPDataSetReader_IsTypeOf", "D_vtkPDataSetReader_IsTypeOf")); mixin(bindCode("vtkPDataSetReader_SafeDownCast", "D_vtkPDataSetReader_SafeDownCast")); mixin(bindCode("vtkPDataSetReader_NewInstance", "D_vtkPDataSetReader_NewInstance")); mixin(bindCode("vtkPDataSetReader_New", "D_vtkPDataSetReader_New")); mixin(bindCode("vtkPDataSetReader_SetFileName", "D_vtkPDataSetReader_SetFileName")); mixin(bindCode("vtkPDataSetReader_GetFileName", "D_vtkPDataSetReader_GetFileName")); mixin(bindCode("vtkPDataSetReader_GetDataType", "D_vtkPDataSetReader_GetDataType")); mixin(bindCode("vtkPDataSetReader_CanReadFile", "D_vtkPDataSetReader_CanReadFile")); mixin(bindCode("vtkPDataSetReader_Upcast", "D_vtkPDataSetReader_Upcast")); mixin(bindCode("vtkParametricSuperEllipsoid_IsTypeOf", "D_vtkParametricSuperEllipsoid_IsTypeOf")); mixin(bindCode("vtkParametricSuperEllipsoid_SafeDownCast", "D_vtkParametricSuperEllipsoid_SafeDownCast")); mixin(bindCode("vtkParametricSuperEllipsoid_NewInstance", "D_vtkParametricSuperEllipsoid_NewInstance")); mixin(bindCode("vtkParametricSuperEllipsoid_New", "D_vtkParametricSuperEllipsoid_New")); mixin(bindCode("vtkParametricSuperEllipsoid_SetXRadius", "D_vtkParametricSuperEllipsoid_SetXRadius")); mixin(bindCode("vtkParametricSuperEllipsoid_GetXRadius", "D_vtkParametricSuperEllipsoid_GetXRadius")); mixin(bindCode("vtkParametricSuperEllipsoid_SetYRadius", "D_vtkParametricSuperEllipsoid_SetYRadius")); mixin(bindCode("vtkParametricSuperEllipsoid_GetYRadius", "D_vtkParametricSuperEllipsoid_GetYRadius")); mixin(bindCode("vtkParametricSuperEllipsoid_SetZRadius", "D_vtkParametricSuperEllipsoid_SetZRadius")); mixin(bindCode("vtkParametricSuperEllipsoid_GetZRadius", "D_vtkParametricSuperEllipsoid_GetZRadius")); mixin(bindCode("vtkParametricSuperEllipsoid_SetN1", "D_vtkParametricSuperEllipsoid_SetN1")); mixin(bindCode("vtkParametricSuperEllipsoid_GetN1", "D_vtkParametricSuperEllipsoid_GetN1")); mixin(bindCode("vtkParametricSuperEllipsoid_SetN2", "D_vtkParametricSuperEllipsoid_SetN2")); mixin(bindCode("vtkParametricSuperEllipsoid_GetN2", "D_vtkParametricSuperEllipsoid_GetN2")); mixin(bindCode("vtkParametricSuperEllipsoid_Upcast", "D_vtkParametricSuperEllipsoid_Upcast")); mixin(bindCode("vtkContourWidget_New", "D_vtkContourWidget_New")); mixin(bindCode("vtkContourWidget_IsTypeOf", "D_vtkContourWidget_IsTypeOf")); mixin(bindCode("vtkContourWidget_SafeDownCast", "D_vtkContourWidget_SafeDownCast")); mixin(bindCode("vtkContourWidget_NewInstance", "D_vtkContourWidget_NewInstance")); mixin(bindCode("vtkContourWidget_SetRepresentation", "D_vtkContourWidget_SetRepresentation")); mixin(bindCode("vtkContourWidget_GetContourRepresentation", "D_vtkContourWidget_GetContourRepresentation")); mixin(bindCode("vtkContourWidget_CloseLoop", "D_vtkContourWidget_CloseLoop")); mixin(bindCode("vtkContourWidget_SetWidgetState", "D_vtkContourWidget_SetWidgetState")); mixin(bindCode("vtkContourWidget_GetWidgetState", "D_vtkContourWidget_GetWidgetState")); mixin(bindCode("vtkContourWidget_SetAllowNodePicking", "D_vtkContourWidget_SetAllowNodePicking")); mixin(bindCode("vtkContourWidget_GetAllowNodePicking", "D_vtkContourWidget_GetAllowNodePicking")); mixin(bindCode("vtkContourWidget_AllowNodePickingOn", "D_vtkContourWidget_AllowNodePickingOn")); mixin(bindCode("vtkContourWidget_AllowNodePickingOff", "D_vtkContourWidget_AllowNodePickingOff")); mixin(bindCode("vtkContourWidget_SetFollowCursor", "D_vtkContourWidget_SetFollowCursor")); mixin(bindCode("vtkContourWidget_GetFollowCursor", "D_vtkContourWidget_GetFollowCursor")); mixin(bindCode("vtkContourWidget_FollowCursorOn", "D_vtkContourWidget_FollowCursorOn")); mixin(bindCode("vtkContourWidget_FollowCursorOff", "D_vtkContourWidget_FollowCursorOff")); mixin(bindCode("vtkContourWidget_SetContinuousDraw", "D_vtkContourWidget_SetContinuousDraw")); mixin(bindCode("vtkContourWidget_GetContinuousDraw", "D_vtkContourWidget_GetContinuousDraw")); mixin(bindCode("vtkContourWidget_ContinuousDrawOn", "D_vtkContourWidget_ContinuousDrawOn")); mixin(bindCode("vtkContourWidget_ContinuousDrawOff", "D_vtkContourWidget_ContinuousDrawOff")); mixin(bindCode("vtkContourWidget_Initialize__SWIG_0", "D_vtkContourWidget_Initialize__SWIG_0")); mixin(bindCode("vtkContourWidget_Initialize__SWIG_1", "D_vtkContourWidget_Initialize__SWIG_1")); mixin(bindCode("vtkContourWidget_Initialize__SWIG_2", "D_vtkContourWidget_Initialize__SWIG_2")); mixin(bindCode("vtkContourWidget_Initialize__SWIG_3", "D_vtkContourWidget_Initialize__SWIG_3")); mixin(bindCode("vtkContourWidget_Upcast", "D_vtkContourWidget_Upcast")); mixin(bindCode("vtkAmoebaMinimizer_New", "D_vtkAmoebaMinimizer_New")); mixin(bindCode("vtkAmoebaMinimizer_IsTypeOf", "D_vtkAmoebaMinimizer_IsTypeOf")); mixin(bindCode("vtkAmoebaMinimizer_SafeDownCast", "D_vtkAmoebaMinimizer_SafeDownCast")); mixin(bindCode("vtkAmoebaMinimizer_NewInstance", "D_vtkAmoebaMinimizer_NewInstance")); mixin(bindCode("vtkAmoebaMinimizer_SetFunction", "D_vtkAmoebaMinimizer_SetFunction")); mixin(bindCode("vtkAmoebaMinimizer_SetFunctionArgDelete", "D_vtkAmoebaMinimizer_SetFunctionArgDelete")); mixin(bindCode("vtkAmoebaMinimizer_SetParameterValue__SWIG_0", "D_vtkAmoebaMinimizer_SetParameterValue__SWIG_0")); mixin(bindCode("vtkAmoebaMinimizer_SetParameterValue__SWIG_1", "D_vtkAmoebaMinimizer_SetParameterValue__SWIG_1")); mixin(bindCode("vtkAmoebaMinimizer_SetParameterScale__SWIG_0", "D_vtkAmoebaMinimizer_SetParameterScale__SWIG_0")); mixin(bindCode("vtkAmoebaMinimizer_GetParameterScale__SWIG_0", "D_vtkAmoebaMinimizer_GetParameterScale__SWIG_0")); mixin(bindCode("vtkAmoebaMinimizer_SetParameterScale__SWIG_1", "D_vtkAmoebaMinimizer_SetParameterScale__SWIG_1")); mixin(bindCode("vtkAmoebaMinimizer_GetParameterScale__SWIG_1", "D_vtkAmoebaMinimizer_GetParameterScale__SWIG_1")); mixin(bindCode("vtkAmoebaMinimizer_GetParameterValue__SWIG_0", "D_vtkAmoebaMinimizer_GetParameterValue__SWIG_0")); mixin(bindCode("vtkAmoebaMinimizer_GetParameterValue__SWIG_1", "D_vtkAmoebaMinimizer_GetParameterValue__SWIG_1")); mixin(bindCode("vtkAmoebaMinimizer_GetParameterName", "D_vtkAmoebaMinimizer_GetParameterName")); mixin(bindCode("vtkAmoebaMinimizer_GetNumberOfParameters", "D_vtkAmoebaMinimizer_GetNumberOfParameters")); mixin(bindCode("vtkAmoebaMinimizer_Initialize", "D_vtkAmoebaMinimizer_Initialize")); mixin(bindCode("vtkAmoebaMinimizer_Minimize", "D_vtkAmoebaMinimizer_Minimize")); mixin(bindCode("vtkAmoebaMinimizer_Iterate", "D_vtkAmoebaMinimizer_Iterate")); mixin(bindCode("vtkAmoebaMinimizer_SetFunctionValue", "D_vtkAmoebaMinimizer_SetFunctionValue")); mixin(bindCode("vtkAmoebaMinimizer_GetFunctionValue", "D_vtkAmoebaMinimizer_GetFunctionValue")); mixin(bindCode("vtkAmoebaMinimizer_SetContractionRatio", "D_vtkAmoebaMinimizer_SetContractionRatio")); mixin(bindCode("vtkAmoebaMinimizer_GetContractionRatioMinValue", "D_vtkAmoebaMinimizer_GetContractionRatioMinValue")); mixin(bindCode("vtkAmoebaMinimizer_GetContractionRatioMaxValue", "D_vtkAmoebaMinimizer_GetContractionRatioMaxValue")); mixin(bindCode("vtkAmoebaMinimizer_GetContractionRatio", "D_vtkAmoebaMinimizer_GetContractionRatio")); mixin(bindCode("vtkAmoebaMinimizer_SetExpansionRatio", "D_vtkAmoebaMinimizer_SetExpansionRatio")); mixin(bindCode("vtkAmoebaMinimizer_GetExpansionRatioMinValue", "D_vtkAmoebaMinimizer_GetExpansionRatioMinValue")); mixin(bindCode("vtkAmoebaMinimizer_GetExpansionRatioMaxValue", "D_vtkAmoebaMinimizer_GetExpansionRatioMaxValue")); mixin(bindCode("vtkAmoebaMinimizer_GetExpansionRatio", "D_vtkAmoebaMinimizer_GetExpansionRatio")); mixin(bindCode("vtkAmoebaMinimizer_SetTolerance", "D_vtkAmoebaMinimizer_SetTolerance")); mixin(bindCode("vtkAmoebaMinimizer_GetTolerance", "D_vtkAmoebaMinimizer_GetTolerance")); mixin(bindCode("vtkAmoebaMinimizer_SetParameterTolerance", "D_vtkAmoebaMinimizer_SetParameterTolerance")); mixin(bindCode("vtkAmoebaMinimizer_GetParameterTolerance", "D_vtkAmoebaMinimizer_GetParameterTolerance")); mixin(bindCode("vtkAmoebaMinimizer_SetMaxIterations", "D_vtkAmoebaMinimizer_SetMaxIterations")); mixin(bindCode("vtkAmoebaMinimizer_GetMaxIterations", "D_vtkAmoebaMinimizer_GetMaxIterations")); mixin(bindCode("vtkAmoebaMinimizer_GetIterations", "D_vtkAmoebaMinimizer_GetIterations")); mixin(bindCode("vtkAmoebaMinimizer_GetFunctionEvaluations", "D_vtkAmoebaMinimizer_GetFunctionEvaluations")); mixin(bindCode("vtkAmoebaMinimizer_EvaluateFunction", "D_vtkAmoebaMinimizer_EvaluateFunction")); mixin(bindCode("vtkAmoebaMinimizer_Upcast", "D_vtkAmoebaMinimizer_Upcast")); mixin(bindCode("vtkXMLPRectilinearGridWriter_New", "D_vtkXMLPRectilinearGridWriter_New")); mixin(bindCode("vtkXMLPRectilinearGridWriter_IsTypeOf", "D_vtkXMLPRectilinearGridWriter_IsTypeOf")); mixin(bindCode("vtkXMLPRectilinearGridWriter_SafeDownCast", "D_vtkXMLPRectilinearGridWriter_SafeDownCast")); mixin(bindCode("vtkXMLPRectilinearGridWriter_NewInstance", "D_vtkXMLPRectilinearGridWriter_NewInstance")); mixin(bindCode("vtkXMLPRectilinearGridWriter_Upcast", "D_vtkXMLPRectilinearGridWriter_Upcast")); mixin(bindCode("vtkGraphicsFactory_New", "D_vtkGraphicsFactory_New")); mixin(bindCode("vtkGraphicsFactory_IsTypeOf", "D_vtkGraphicsFactory_IsTypeOf")); mixin(bindCode("vtkGraphicsFactory_SafeDownCast", "D_vtkGraphicsFactory_SafeDownCast")); mixin(bindCode("vtkGraphicsFactory_NewInstance", "D_vtkGraphicsFactory_NewInstance")); mixin(bindCode("vtkGraphicsFactory_CreateInstance", "D_vtkGraphicsFactory_CreateInstance")); mixin(bindCode("vtkGraphicsFactory_GetRenderLibrary", "D_vtkGraphicsFactory_GetRenderLibrary")); mixin(bindCode("vtkGraphicsFactory_SetUseMesaClasses", "D_vtkGraphicsFactory_SetUseMesaClasses")); mixin(bindCode("vtkGraphicsFactory_GetUseMesaClasses", "D_vtkGraphicsFactory_GetUseMesaClasses")); mixin(bindCode("vtkGraphicsFactory_SetOffScreenOnlyMode", "D_vtkGraphicsFactory_SetOffScreenOnlyMode")); mixin(bindCode("vtkGraphicsFactory_GetOffScreenOnlyMode", "D_vtkGraphicsFactory_GetOffScreenOnlyMode")); mixin(bindCode("delete_vtkGraphicsFactory", "D_delete_vtkGraphicsFactory")); mixin(bindCode("vtkGraphicsFactory_Upcast", "D_vtkGraphicsFactory_Upcast")); mixin(bindCode("vtkJPEGReader_New", "D_vtkJPEGReader_New")); mixin(bindCode("vtkJPEGReader_IsTypeOf", "D_vtkJPEGReader_IsTypeOf")); mixin(bindCode("vtkJPEGReader_SafeDownCast", "D_vtkJPEGReader_SafeDownCast")); mixin(bindCode("vtkJPEGReader_NewInstance", "D_vtkJPEGReader_NewInstance")); mixin(bindCode("vtkJPEGReader_Upcast", "D_vtkJPEGReader_Upcast")); mixin(bindCode("vtkTranslucentPass_New", "D_vtkTranslucentPass_New")); mixin(bindCode("vtkTranslucentPass_IsTypeOf", "D_vtkTranslucentPass_IsTypeOf")); mixin(bindCode("vtkTranslucentPass_SafeDownCast", "D_vtkTranslucentPass_SafeDownCast")); mixin(bindCode("vtkTranslucentPass_NewInstance", "D_vtkTranslucentPass_NewInstance")); mixin(bindCode("vtkTranslucentPass_Upcast", "D_vtkTranslucentPass_Upcast")); mixin(bindCode("vtkPCAStatistics_IsTypeOf", "D_vtkPCAStatistics_IsTypeOf")); mixin(bindCode("vtkPCAStatistics_SafeDownCast", "D_vtkPCAStatistics_SafeDownCast")); mixin(bindCode("vtkPCAStatistics_NewInstance", "D_vtkPCAStatistics_NewInstance")); mixin(bindCode("vtkPCAStatistics_New", "D_vtkPCAStatistics_New")); mixin(bindCode("vtkPCAStatistics_SetNormalizationScheme", "D_vtkPCAStatistics_SetNormalizationScheme")); mixin(bindCode("vtkPCAStatistics_GetNormalizationScheme", "D_vtkPCAStatistics_GetNormalizationScheme")); mixin(bindCode("vtkPCAStatistics_SetNormalizationSchemeByName", "D_vtkPCAStatistics_SetNormalizationSchemeByName")); mixin(bindCode("vtkPCAStatistics_GetNormalizationSchemeName", "D_vtkPCAStatistics_GetNormalizationSchemeName")); mixin(bindCode("vtkPCAStatistics_GetSpecifiedNormalization", "D_vtkPCAStatistics_GetSpecifiedNormalization")); mixin(bindCode("vtkPCAStatistics_SetSpecifiedNormalization", "D_vtkPCAStatistics_SetSpecifiedNormalization")); mixin(bindCode("vtkPCAStatistics_GetEigenvalues__SWIG_0", "D_vtkPCAStatistics_GetEigenvalues__SWIG_0")); mixin(bindCode("vtkPCAStatistics_GetEigenvalues__SWIG_1", "D_vtkPCAStatistics_GetEigenvalues__SWIG_1")); mixin(bindCode("vtkPCAStatistics_GetEigenvalue__SWIG_0", "D_vtkPCAStatistics_GetEigenvalue__SWIG_0")); mixin(bindCode("vtkPCAStatistics_GetEigenvalue__SWIG_1", "D_vtkPCAStatistics_GetEigenvalue__SWIG_1")); mixin(bindCode("vtkPCAStatistics_GetEigenvectors__SWIG_0", "D_vtkPCAStatistics_GetEigenvectors__SWIG_0")); mixin(bindCode("vtkPCAStatistics_GetEigenvectors__SWIG_1", "D_vtkPCAStatistics_GetEigenvectors__SWIG_1")); mixin(bindCode("vtkPCAStatistics_GetEigenvector__SWIG_0", "D_vtkPCAStatistics_GetEigenvector__SWIG_0")); mixin(bindCode("vtkPCAStatistics_GetEigenvector__SWIG_1", "D_vtkPCAStatistics_GetEigenvector__SWIG_1")); mixin(bindCode("vtkPCAStatistics_SetBasisScheme", "D_vtkPCAStatistics_SetBasisScheme")); mixin(bindCode("vtkPCAStatistics_GetBasisScheme", "D_vtkPCAStatistics_GetBasisScheme")); mixin(bindCode("vtkPCAStatistics_GetBasisSchemeName", "D_vtkPCAStatistics_GetBasisSchemeName")); mixin(bindCode("vtkPCAStatistics_SetBasisSchemeByName", "D_vtkPCAStatistics_SetBasisSchemeByName")); mixin(bindCode("vtkPCAStatistics_SetFixedBasisSize", "D_vtkPCAStatistics_SetFixedBasisSize")); mixin(bindCode("vtkPCAStatistics_GetFixedBasisSize", "D_vtkPCAStatistics_GetFixedBasisSize")); mixin(bindCode("vtkPCAStatistics_SetFixedBasisEnergy", "D_vtkPCAStatistics_SetFixedBasisEnergy")); mixin(bindCode("vtkPCAStatistics_GetFixedBasisEnergyMinValue", "D_vtkPCAStatistics_GetFixedBasisEnergyMinValue")); mixin(bindCode("vtkPCAStatistics_GetFixedBasisEnergyMaxValue", "D_vtkPCAStatistics_GetFixedBasisEnergyMaxValue")); mixin(bindCode("vtkPCAStatistics_GetFixedBasisEnergy", "D_vtkPCAStatistics_GetFixedBasisEnergy")); mixin(bindCode("vtkPCAStatistics_Upcast", "D_vtkPCAStatistics_Upcast")); mixin(bindCode("vtkSubPixelPositionEdgels_New", "D_vtkSubPixelPositionEdgels_New")); mixin(bindCode("vtkSubPixelPositionEdgels_IsTypeOf", "D_vtkSubPixelPositionEdgels_IsTypeOf")); mixin(bindCode("vtkSubPixelPositionEdgels_SafeDownCast", "D_vtkSubPixelPositionEdgels_SafeDownCast")); mixin(bindCode("vtkSubPixelPositionEdgels_NewInstance", "D_vtkSubPixelPositionEdgels_NewInstance")); mixin(bindCode("vtkSubPixelPositionEdgels_SetGradMapsData", "D_vtkSubPixelPositionEdgels_SetGradMapsData")); mixin(bindCode("vtkSubPixelPositionEdgels_GetGradMaps", "D_vtkSubPixelPositionEdgels_GetGradMaps")); mixin(bindCode("vtkSubPixelPositionEdgels_SetTargetFlag", "D_vtkSubPixelPositionEdgels_SetTargetFlag")); mixin(bindCode("vtkSubPixelPositionEdgels_GetTargetFlag", "D_vtkSubPixelPositionEdgels_GetTargetFlag")); mixin(bindCode("vtkSubPixelPositionEdgels_TargetFlagOn", "D_vtkSubPixelPositionEdgels_TargetFlagOn")); mixin(bindCode("vtkSubPixelPositionEdgels_TargetFlagOff", "D_vtkSubPixelPositionEdgels_TargetFlagOff")); mixin(bindCode("vtkSubPixelPositionEdgels_SetTargetValue", "D_vtkSubPixelPositionEdgels_SetTargetValue")); mixin(bindCode("vtkSubPixelPositionEdgels_GetTargetValue", "D_vtkSubPixelPositionEdgels_GetTargetValue")); mixin(bindCode("vtkSubPixelPositionEdgels_Upcast", "D_vtkSubPixelPositionEdgels_Upcast")); mixin(bindCode("vtkDataObjectToDataSetFilter_New", "D_vtkDataObjectToDataSetFilter_New")); mixin(bindCode("vtkDataObjectToDataSetFilter_IsTypeOf", "D_vtkDataObjectToDataSetFilter_IsTypeOf")); mixin(bindCode("vtkDataObjectToDataSetFilter_SafeDownCast", "D_vtkDataObjectToDataSetFilter_SafeDownCast")); mixin(bindCode("vtkDataObjectToDataSetFilter_NewInstance", "D_vtkDataObjectToDataSetFilter_NewInstance")); mixin(bindCode("vtkDataObjectToDataSetFilter_GetInput", "D_vtkDataObjectToDataSetFilter_GetInput")); mixin(bindCode("vtkDataObjectToDataSetFilter_SetDataSetType", "D_vtkDataObjectToDataSetFilter_SetDataSetType")); mixin(bindCode("vtkDataObjectToDataSetFilter_GetDataSetType", "D_vtkDataObjectToDataSetFilter_GetDataSetType")); mixin(bindCode("vtkDataObjectToDataSetFilter_SetDataSetTypeToPolyData", "D_vtkDataObjectToDataSetFilter_SetDataSetTypeToPolyData")); mixin(bindCode("vtkDataObjectToDataSetFilter_SetDataSetTypeToStructuredPoints", "D_vtkDataObjectToDataSetFilter_SetDataSetTypeToStructuredPoints")); mixin(bindCode("vtkDataObjectToDataSetFilter_SetDataSetTypeToStructuredGrid", "D_vtkDataObjectToDataSetFilter_SetDataSetTypeToStructuredGrid")); mixin(bindCode("vtkDataObjectToDataSetFilter_SetDataSetTypeToRectilinearGrid", "D_vtkDataObjectToDataSetFilter_SetDataSetTypeToRectilinearGrid")); mixin(bindCode("vtkDataObjectToDataSetFilter_SetDataSetTypeToUnstructuredGrid", "D_vtkDataObjectToDataSetFilter_SetDataSetTypeToUnstructuredGrid")); mixin(bindCode("vtkDataObjectToDataSetFilter_GetOutput__SWIG_0", "D_vtkDataObjectToDataSetFilter_GetOutput__SWIG_0")); mixin(bindCode("vtkDataObjectToDataSetFilter_GetOutput__SWIG_1", "D_vtkDataObjectToDataSetFilter_GetOutput__SWIG_1")); mixin(bindCode("vtkDataObjectToDataSetFilter_GetPolyDataOutput", "D_vtkDataObjectToDataSetFilter_GetPolyDataOutput")); mixin(bindCode("vtkDataObjectToDataSetFilter_GetStructuredPointsOutput", "D_vtkDataObjectToDataSetFilter_GetStructuredPointsOutput")); mixin(bindCode("vtkDataObjectToDataSetFilter_GetStructuredGridOutput", "D_vtkDataObjectToDataSetFilter_GetStructuredGridOutput")); mixin(bindCode("vtkDataObjectToDataSetFilter_GetUnstructuredGridOutput", "D_vtkDataObjectToDataSetFilter_GetUnstructuredGridOutput")); mixin(bindCode("vtkDataObjectToDataSetFilter_GetRectilinearGridOutput", "D_vtkDataObjectToDataSetFilter_GetRectilinearGridOutput")); mixin(bindCode("vtkDataObjectToDataSetFilter_SetPointComponent__SWIG_0", "D_vtkDataObjectToDataSetFilter_SetPointComponent__SWIG_0")); mixin(bindCode("vtkDataObjectToDataSetFilter_SetPointComponent__SWIG_1", "D_vtkDataObjectToDataSetFilter_SetPointComponent__SWIG_1")); mixin(bindCode("vtkDataObjectToDataSetFilter_GetPointComponentArrayName", "D_vtkDataObjectToDataSetFilter_GetPointComponentArrayName")); mixin(bindCode("vtkDataObjectToDataSetFilter_GetPointComponentArrayComponent", "D_vtkDataObjectToDataSetFilter_GetPointComponentArrayComponent")); mixin(bindCode("vtkDataObjectToDataSetFilter_GetPointComponentMinRange", "D_vtkDataObjectToDataSetFilter_GetPointComponentMinRange")); mixin(bindCode("vtkDataObjectToDataSetFilter_GetPointComponentMaxRange", "D_vtkDataObjectToDataSetFilter_GetPointComponentMaxRange")); mixin(bindCode("vtkDataObjectToDataSetFilter_GetPointComponentNormailzeFlag", "D_vtkDataObjectToDataSetFilter_GetPointComponentNormailzeFlag")); mixin(bindCode("vtkDataObjectToDataSetFilter_SetVertsComponent__SWIG_0", "D_vtkDataObjectToDataSetFilter_SetVertsComponent__SWIG_0")); mixin(bindCode("vtkDataObjectToDataSetFilter_SetVertsComponent__SWIG_1", "D_vtkDataObjectToDataSetFilter_SetVertsComponent__SWIG_1")); mixin(bindCode("vtkDataObjectToDataSetFilter_GetVertsComponentArrayName", "D_vtkDataObjectToDataSetFilter_GetVertsComponentArrayName")); mixin(bindCode("vtkDataObjectToDataSetFilter_GetVertsComponentArrayComponent", "D_vtkDataObjectToDataSetFilter_GetVertsComponentArrayComponent")); mixin(bindCode("vtkDataObjectToDataSetFilter_GetVertsComponentMinRange", "D_vtkDataObjectToDataSetFilter_GetVertsComponentMinRange")); mixin(bindCode("vtkDataObjectToDataSetFilter_GetVertsComponentMaxRange", "D_vtkDataObjectToDataSetFilter_GetVertsComponentMaxRange")); mixin(bindCode("vtkDataObjectToDataSetFilter_SetLinesComponent__SWIG_0", "D_vtkDataObjectToDataSetFilter_SetLinesComponent__SWIG_0")); mixin(bindCode("vtkDataObjectToDataSetFilter_SetLinesComponent__SWIG_1", "D_vtkDataObjectToDataSetFilter_SetLinesComponent__SWIG_1")); mixin(bindCode("vtkDataObjectToDataSetFilter_GetLinesComponentArrayName", "D_vtkDataObjectToDataSetFilter_GetLinesComponentArrayName")); mixin(bindCode("vtkDataObjectToDataSetFilter_GetLinesComponentArrayComponent", "D_vtkDataObjectToDataSetFilter_GetLinesComponentArrayComponent")); mixin(bindCode("vtkDataObjectToDataSetFilter_GetLinesComponentMinRange", "D_vtkDataObjectToDataSetFilter_GetLinesComponentMinRange")); mixin(bindCode("vtkDataObjectToDataSetFilter_GetLinesComponentMaxRange", "D_vtkDataObjectToDataSetFilter_GetLinesComponentMaxRange")); mixin(bindCode("vtkDataObjectToDataSetFilter_SetPolysComponent__SWIG_0", "D_vtkDataObjectToDataSetFilter_SetPolysComponent__SWIG_0")); mixin(bindCode("vtkDataObjectToDataSetFilter_SetPolysComponent__SWIG_1", "D_vtkDataObjectToDataSetFilter_SetPolysComponent__SWIG_1")); mixin(bindCode("vtkDataObjectToDataSetFilter_GetPolysComponentArrayName", "D_vtkDataObjectToDataSetFilter_GetPolysComponentArrayName")); mixin(bindCode("vtkDataObjectToDataSetFilter_GetPolysComponentArrayComponent", "D_vtkDataObjectToDataSetFilter_GetPolysComponentArrayComponent")); mixin(bindCode("vtkDataObjectToDataSetFilter_GetPolysComponentMinRange", "D_vtkDataObjectToDataSetFilter_GetPolysComponentMinRange")); mixin(bindCode("vtkDataObjectToDataSetFilter_GetPolysComponentMaxRange", "D_vtkDataObjectToDataSetFilter_GetPolysComponentMaxRange")); mixin(bindCode("vtkDataObjectToDataSetFilter_SetStripsComponent__SWIG_0", "D_vtkDataObjectToDataSetFilter_SetStripsComponent__SWIG_0")); mixin(bindCode("vtkDataObjectToDataSetFilter_SetStripsComponent__SWIG_1", "D_vtkDataObjectToDataSetFilter_SetStripsComponent__SWIG_1")); mixin(bindCode("vtkDataObjectToDataSetFilter_GetStripsComponentArrayName", "D_vtkDataObjectToDataSetFilter_GetStripsComponentArrayName")); mixin(bindCode("vtkDataObjectToDataSetFilter_GetStripsComponentArrayComponent", "D_vtkDataObjectToDataSetFilter_GetStripsComponentArrayComponent")); mixin(bindCode("vtkDataObjectToDataSetFilter_GetStripsComponentMinRange", "D_vtkDataObjectToDataSetFilter_GetStripsComponentMinRange")); mixin(bindCode("vtkDataObjectToDataSetFilter_GetStripsComponentMaxRange", "D_vtkDataObjectToDataSetFilter_GetStripsComponentMaxRange")); mixin(bindCode("vtkDataObjectToDataSetFilter_SetCellTypeComponent__SWIG_0", "D_vtkDataObjectToDataSetFilter_SetCellTypeComponent__SWIG_0")); mixin(bindCode("vtkDataObjectToDataSetFilter_SetCellTypeComponent__SWIG_1", "D_vtkDataObjectToDataSetFilter_SetCellTypeComponent__SWIG_1")); mixin(bindCode("vtkDataObjectToDataSetFilter_GetCellTypeComponentArrayName", "D_vtkDataObjectToDataSetFilter_GetCellTypeComponentArrayName")); mixin(bindCode("vtkDataObjectToDataSetFilter_GetCellTypeComponentArrayComponent", "D_vtkDataObjectToDataSetFilter_GetCellTypeComponentArrayComponent")); mixin(bindCode("vtkDataObjectToDataSetFilter_GetCellTypeComponentMinRange", "D_vtkDataObjectToDataSetFilter_GetCellTypeComponentMinRange")); mixin(bindCode("vtkDataObjectToDataSetFilter_GetCellTypeComponentMaxRange", "D_vtkDataObjectToDataSetFilter_GetCellTypeComponentMaxRange")); mixin(bindCode("vtkDataObjectToDataSetFilter_SetCellConnectivityComponent__SWIG_0", "D_vtkDataObjectToDataSetFilter_SetCellConnectivityComponent__SWIG_0")); mixin(bindCode("vtkDataObjectToDataSetFilter_SetCellConnectivityComponent__SWIG_1", "D_vtkDataObjectToDataSetFilter_SetCellConnectivityComponent__SWIG_1")); mixin(bindCode("vtkDataObjectToDataSetFilter_GetCellConnectivityComponentArrayName", "D_vtkDataObjectToDataSetFilter_GetCellConnectivityComponentArrayName")); mixin(bindCode("vtkDataObjectToDataSetFilter_GetCellConnectivityComponentArrayComponent", "D_vtkDataObjectToDataSetFilter_GetCellConnectivityComponentArrayComponent")); mixin(bindCode("vtkDataObjectToDataSetFilter_GetCellConnectivityComponentMinRange", "D_vtkDataObjectToDataSetFilter_GetCellConnectivityComponentMinRange")); mixin(bindCode("vtkDataObjectToDataSetFilter_GetCellConnectivityComponentMaxRange", "D_vtkDataObjectToDataSetFilter_GetCellConnectivityComponentMaxRange")); mixin(bindCode("vtkDataObjectToDataSetFilter_SetDefaultNormalize", "D_vtkDataObjectToDataSetFilter_SetDefaultNormalize")); mixin(bindCode("vtkDataObjectToDataSetFilter_GetDefaultNormalize", "D_vtkDataObjectToDataSetFilter_GetDefaultNormalize")); mixin(bindCode("vtkDataObjectToDataSetFilter_DefaultNormalizeOn", "D_vtkDataObjectToDataSetFilter_DefaultNormalizeOn")); mixin(bindCode("vtkDataObjectToDataSetFilter_DefaultNormalizeOff", "D_vtkDataObjectToDataSetFilter_DefaultNormalizeOff")); mixin(bindCode("vtkDataObjectToDataSetFilter_SetDimensions__SWIG_0", "D_vtkDataObjectToDataSetFilter_SetDimensions__SWIG_0")); mixin(bindCode("vtkDataObjectToDataSetFilter_SetDimensions__SWIG_1", "D_vtkDataObjectToDataSetFilter_SetDimensions__SWIG_1")); mixin(bindCode("vtkDataObjectToDataSetFilter_GetDimensions__SWIG_0", "D_vtkDataObjectToDataSetFilter_GetDimensions__SWIG_0")); mixin(bindCode("vtkDataObjectToDataSetFilter_GetDimensions__SWIG_1", "D_vtkDataObjectToDataSetFilter_GetDimensions__SWIG_1")); mixin(bindCode("vtkDataObjectToDataSetFilter_SetOrigin__SWIG_0", "D_vtkDataObjectToDataSetFilter_SetOrigin__SWIG_0")); mixin(bindCode("vtkDataObjectToDataSetFilter_SetOrigin__SWIG_1", "D_vtkDataObjectToDataSetFilter_SetOrigin__SWIG_1")); mixin(bindCode("vtkDataObjectToDataSetFilter_GetOrigin__SWIG_0", "D_vtkDataObjectToDataSetFilter_GetOrigin__SWIG_0")); mixin(bindCode("vtkDataObjectToDataSetFilter_GetOrigin__SWIG_1", "D_vtkDataObjectToDataSetFilter_GetOrigin__SWIG_1")); mixin(bindCode("vtkDataObjectToDataSetFilter_SetSpacing__SWIG_0", "D_vtkDataObjectToDataSetFilter_SetSpacing__SWIG_0")); mixin(bindCode("vtkDataObjectToDataSetFilter_SetSpacing__SWIG_1", "D_vtkDataObjectToDataSetFilter_SetSpacing__SWIG_1")); mixin(bindCode("vtkDataObjectToDataSetFilter_GetSpacing__SWIG_0", "D_vtkDataObjectToDataSetFilter_GetSpacing__SWIG_0")); mixin(bindCode("vtkDataObjectToDataSetFilter_GetSpacing__SWIG_1", "D_vtkDataObjectToDataSetFilter_GetSpacing__SWIG_1")); mixin(bindCode("vtkDataObjectToDataSetFilter_SetDimensionsComponent__SWIG_0", "D_vtkDataObjectToDataSetFilter_SetDimensionsComponent__SWIG_0")); mixin(bindCode("vtkDataObjectToDataSetFilter_SetDimensionsComponent__SWIG_1", "D_vtkDataObjectToDataSetFilter_SetDimensionsComponent__SWIG_1")); mixin(bindCode("vtkDataObjectToDataSetFilter_SetSpacingComponent__SWIG_0", "D_vtkDataObjectToDataSetFilter_SetSpacingComponent__SWIG_0")); mixin(bindCode("vtkDataObjectToDataSetFilter_SetSpacingComponent__SWIG_1", "D_vtkDataObjectToDataSetFilter_SetSpacingComponent__SWIG_1")); mixin(bindCode("vtkDataObjectToDataSetFilter_SetOriginComponent__SWIG_0", "D_vtkDataObjectToDataSetFilter_SetOriginComponent__SWIG_0")); mixin(bindCode("vtkDataObjectToDataSetFilter_SetOriginComponent__SWIG_1", "D_vtkDataObjectToDataSetFilter_SetOriginComponent__SWIG_1")); mixin(bindCode("vtkDataObjectToDataSetFilter_Upcast", "D_vtkDataObjectToDataSetFilter_Upcast")); mixin(bindCode("vtkTensorProbeWidget_New", "D_vtkTensorProbeWidget_New")); mixin(bindCode("vtkTensorProbeWidget_IsTypeOf", "D_vtkTensorProbeWidget_IsTypeOf")); mixin(bindCode("vtkTensorProbeWidget_SafeDownCast", "D_vtkTensorProbeWidget_SafeDownCast")); mixin(bindCode("vtkTensorProbeWidget_NewInstance", "D_vtkTensorProbeWidget_NewInstance")); mixin(bindCode("vtkTensorProbeWidget_SetRepresentation", "D_vtkTensorProbeWidget_SetRepresentation")); mixin(bindCode("vtkTensorProbeWidget_GetTensorProbeRepresentation", "D_vtkTensorProbeWidget_GetTensorProbeRepresentation")); mixin(bindCode("vtkTensorProbeWidget_Upcast", "D_vtkTensorProbeWidget_Upcast")); mixin(bindCode("VTK_ICP_MODE_RMS_get", "D_VTK_ICP_MODE_RMS_get")); mixin(bindCode("VTK_ICP_MODE_AV_get", "D_VTK_ICP_MODE_AV_get")); mixin(bindCode("vtkIterativeClosestPointTransform_New", "D_vtkIterativeClosestPointTransform_New")); mixin(bindCode("vtkIterativeClosestPointTransform_IsTypeOf", "D_vtkIterativeClosestPointTransform_IsTypeOf")); mixin(bindCode("vtkIterativeClosestPointTransform_SafeDownCast", "D_vtkIterativeClosestPointTransform_SafeDownCast")); mixin(bindCode("vtkIterativeClosestPointTransform_NewInstance", "D_vtkIterativeClosestPointTransform_NewInstance")); mixin(bindCode("vtkIterativeClosestPointTransform_SetSource", "D_vtkIterativeClosestPointTransform_SetSource")); mixin(bindCode("vtkIterativeClosestPointTransform_SetTarget", "D_vtkIterativeClosestPointTransform_SetTarget")); mixin(bindCode("vtkIterativeClosestPointTransform_GetSource", "D_vtkIterativeClosestPointTransform_GetSource")); mixin(bindCode("vtkIterativeClosestPointTransform_GetTarget", "D_vtkIterativeClosestPointTransform_GetTarget")); mixin(bindCode("vtkIterativeClosestPointTransform_SetLocator", "D_vtkIterativeClosestPointTransform_SetLocator")); mixin(bindCode("vtkIterativeClosestPointTransform_GetLocator", "D_vtkIterativeClosestPointTransform_GetLocator")); mixin(bindCode("vtkIterativeClosestPointTransform_SetMaximumNumberOfIterations", "D_vtkIterativeClosestPointTransform_SetMaximumNumberOfIterations")); mixin(bindCode("vtkIterativeClosestPointTransform_GetMaximumNumberOfIterations", "D_vtkIterativeClosestPointTransform_GetMaximumNumberOfIterations")); mixin(bindCode("vtkIterativeClosestPointTransform_GetNumberOfIterations", "D_vtkIterativeClosestPointTransform_GetNumberOfIterations")); mixin(bindCode("vtkIterativeClosestPointTransform_SetCheckMeanDistance", "D_vtkIterativeClosestPointTransform_SetCheckMeanDistance")); mixin(bindCode("vtkIterativeClosestPointTransform_GetCheckMeanDistance", "D_vtkIterativeClosestPointTransform_GetCheckMeanDistance")); mixin(bindCode("vtkIterativeClosestPointTransform_CheckMeanDistanceOn", "D_vtkIterativeClosestPointTransform_CheckMeanDistanceOn")); mixin(bindCode("vtkIterativeClosestPointTransform_CheckMeanDistanceOff", "D_vtkIterativeClosestPointTransform_CheckMeanDistanceOff")); mixin(bindCode("vtkIterativeClosestPointTransform_SetMeanDistanceMode", "D_vtkIterativeClosestPointTransform_SetMeanDistanceMode")); mixin(bindCode("vtkIterativeClosestPointTransform_GetMeanDistanceModeMinValue", "D_vtkIterativeClosestPointTransform_GetMeanDistanceModeMinValue")); mixin(bindCode("vtkIterativeClosestPointTransform_GetMeanDistanceModeMaxValue", "D_vtkIterativeClosestPointTransform_GetMeanDistanceModeMaxValue")); mixin(bindCode("vtkIterativeClosestPointTransform_GetMeanDistanceMode", "D_vtkIterativeClosestPointTransform_GetMeanDistanceMode")); mixin(bindCode("vtkIterativeClosestPointTransform_SetMeanDistanceModeToRMS", "D_vtkIterativeClosestPointTransform_SetMeanDistanceModeToRMS")); mixin(bindCode("vtkIterativeClosestPointTransform_SetMeanDistanceModeToAbsoluteValue", "D_vtkIterativeClosestPointTransform_SetMeanDistanceModeToAbsoluteValue")); mixin(bindCode("vtkIterativeClosestPointTransform_GetMeanDistanceModeAsString", "D_vtkIterativeClosestPointTransform_GetMeanDistanceModeAsString")); mixin(bindCode("vtkIterativeClosestPointTransform_SetMaximumMeanDistance", "D_vtkIterativeClosestPointTransform_SetMaximumMeanDistance")); mixin(bindCode("vtkIterativeClosestPointTransform_GetMaximumMeanDistance", "D_vtkIterativeClosestPointTransform_GetMaximumMeanDistance")); mixin(bindCode("vtkIterativeClosestPointTransform_GetMeanDistance", "D_vtkIterativeClosestPointTransform_GetMeanDistance")); mixin(bindCode("vtkIterativeClosestPointTransform_SetMaximumNumberOfLandmarks", "D_vtkIterativeClosestPointTransform_SetMaximumNumberOfLandmarks")); mixin(bindCode("vtkIterativeClosestPointTransform_GetMaximumNumberOfLandmarks", "D_vtkIterativeClosestPointTransform_GetMaximumNumberOfLandmarks")); mixin(bindCode("vtkIterativeClosestPointTransform_SetStartByMatchingCentroids", "D_vtkIterativeClosestPointTransform_SetStartByMatchingCentroids")); mixin(bindCode("vtkIterativeClosestPointTransform_GetStartByMatchingCentroids", "D_vtkIterativeClosestPointTransform_GetStartByMatchingCentroids")); mixin(bindCode("vtkIterativeClosestPointTransform_StartByMatchingCentroidsOn", "D_vtkIterativeClosestPointTransform_StartByMatchingCentroidsOn")); mixin(bindCode("vtkIterativeClosestPointTransform_StartByMatchingCentroidsOff", "D_vtkIterativeClosestPointTransform_StartByMatchingCentroidsOff")); mixin(bindCode("vtkIterativeClosestPointTransform_GetLandmarkTransform", "D_vtkIterativeClosestPointTransform_GetLandmarkTransform")); mixin(bindCode("vtkIterativeClosestPointTransform_Upcast", "D_vtkIterativeClosestPointTransform_Upcast")); mixin(bindCode("vtkTransformInterpolator_IsTypeOf", "D_vtkTransformInterpolator_IsTypeOf")); mixin(bindCode("vtkTransformInterpolator_SafeDownCast", "D_vtkTransformInterpolator_SafeDownCast")); mixin(bindCode("vtkTransformInterpolator_NewInstance", "D_vtkTransformInterpolator_NewInstance")); mixin(bindCode("vtkTransformInterpolator_New", "D_vtkTransformInterpolator_New")); mixin(bindCode("vtkTransformInterpolator_GetNumberOfTransforms", "D_vtkTransformInterpolator_GetNumberOfTransforms")); mixin(bindCode("vtkTransformInterpolator_GetMinimumT", "D_vtkTransformInterpolator_GetMinimumT")); mixin(bindCode("vtkTransformInterpolator_GetMaximumT", "D_vtkTransformInterpolator_GetMaximumT")); mixin(bindCode("vtkTransformInterpolator_Initialize", "D_vtkTransformInterpolator_Initialize")); mixin(bindCode("vtkTransformInterpolator_AddTransform__SWIG_0", "D_vtkTransformInterpolator_AddTransform__SWIG_0")); mixin(bindCode("vtkTransformInterpolator_AddTransform__SWIG_1", "D_vtkTransformInterpolator_AddTransform__SWIG_1")); mixin(bindCode("vtkTransformInterpolator_AddTransform__SWIG_2", "D_vtkTransformInterpolator_AddTransform__SWIG_2")); mixin(bindCode("vtkTransformInterpolator_RemoveTransform", "D_vtkTransformInterpolator_RemoveTransform")); mixin(bindCode("vtkTransformInterpolator_InterpolateTransform", "D_vtkTransformInterpolator_InterpolateTransform")); mixin(bindCode("vtkTransformInterpolator_SetInterpolationType", "D_vtkTransformInterpolator_SetInterpolationType")); mixin(bindCode("vtkTransformInterpolator_GetInterpolationTypeMinValue", "D_vtkTransformInterpolator_GetInterpolationTypeMinValue")); mixin(bindCode("vtkTransformInterpolator_GetInterpolationTypeMaxValue", "D_vtkTransformInterpolator_GetInterpolationTypeMaxValue")); mixin(bindCode("vtkTransformInterpolator_GetInterpolationType", "D_vtkTransformInterpolator_GetInterpolationType")); mixin(bindCode("vtkTransformInterpolator_SetInterpolationTypeToLinear", "D_vtkTransformInterpolator_SetInterpolationTypeToLinear")); mixin(bindCode("vtkTransformInterpolator_SetInterpolationTypeToSpline", "D_vtkTransformInterpolator_SetInterpolationTypeToSpline")); mixin(bindCode("vtkTransformInterpolator_SetInterpolationTypeToManual", "D_vtkTransformInterpolator_SetInterpolationTypeToManual")); mixin(bindCode("vtkTransformInterpolator_SetPositionInterpolator", "D_vtkTransformInterpolator_SetPositionInterpolator")); mixin(bindCode("vtkTransformInterpolator_GetPositionInterpolator", "D_vtkTransformInterpolator_GetPositionInterpolator")); mixin(bindCode("vtkTransformInterpolator_SetScaleInterpolator", "D_vtkTransformInterpolator_SetScaleInterpolator")); mixin(bindCode("vtkTransformInterpolator_GetScaleInterpolator", "D_vtkTransformInterpolator_GetScaleInterpolator")); mixin(bindCode("vtkTransformInterpolator_SetRotationInterpolator", "D_vtkTransformInterpolator_SetRotationInterpolator")); mixin(bindCode("vtkTransformInterpolator_GetRotationInterpolator", "D_vtkTransformInterpolator_GetRotationInterpolator")); mixin(bindCode("vtkTransformInterpolator_Upcast", "D_vtkTransformInterpolator_Upcast")); mixin(bindCode("vtkProcessIdScalars_New", "D_vtkProcessIdScalars_New")); mixin(bindCode("vtkProcessIdScalars_IsTypeOf", "D_vtkProcessIdScalars_IsTypeOf")); mixin(bindCode("vtkProcessIdScalars_SafeDownCast", "D_vtkProcessIdScalars_SafeDownCast")); mixin(bindCode("vtkProcessIdScalars_NewInstance", "D_vtkProcessIdScalars_NewInstance")); mixin(bindCode("vtkProcessIdScalars_SetScalarModeToCellData", "D_vtkProcessIdScalars_SetScalarModeToCellData")); mixin(bindCode("vtkProcessIdScalars_SetScalarModeToPointData", "D_vtkProcessIdScalars_SetScalarModeToPointData")); mixin(bindCode("vtkProcessIdScalars_GetScalarMode", "D_vtkProcessIdScalars_GetScalarMode")); mixin(bindCode("vtkProcessIdScalars_SetRandomMode", "D_vtkProcessIdScalars_SetRandomMode")); mixin(bindCode("vtkProcessIdScalars_GetRandomMode", "D_vtkProcessIdScalars_GetRandomMode")); mixin(bindCode("vtkProcessIdScalars_RandomModeOn", "D_vtkProcessIdScalars_RandomModeOn")); mixin(bindCode("vtkProcessIdScalars_RandomModeOff", "D_vtkProcessIdScalars_RandomModeOff")); mixin(bindCode("vtkProcessIdScalars_SetController", "D_vtkProcessIdScalars_SetController")); mixin(bindCode("vtkProcessIdScalars_GetController", "D_vtkProcessIdScalars_GetController")); mixin(bindCode("vtkProcessIdScalars_Upcast", "D_vtkProcessIdScalars_Upcast")); mixin(bindCode("vtkXMLMaterialReader_IsTypeOf", "D_vtkXMLMaterialReader_IsTypeOf")); mixin(bindCode("vtkXMLMaterialReader_SafeDownCast", "D_vtkXMLMaterialReader_SafeDownCast")); mixin(bindCode("vtkXMLMaterialReader_NewInstance", "D_vtkXMLMaterialReader_NewInstance")); mixin(bindCode("vtkXMLMaterialReader_New", "D_vtkXMLMaterialReader_New")); mixin(bindCode("vtkXMLMaterialReader_SetFileName", "D_vtkXMLMaterialReader_SetFileName")); mixin(bindCode("vtkXMLMaterialReader_GetFileName", "D_vtkXMLMaterialReader_GetFileName")); mixin(bindCode("vtkXMLMaterialReader_ReadMaterial", "D_vtkXMLMaterialReader_ReadMaterial")); mixin(bindCode("vtkXMLMaterialReader_GetMaterial", "D_vtkXMLMaterialReader_GetMaterial")); mixin(bindCode("vtkXMLMaterialReader_Upcast", "D_vtkXMLMaterialReader_Upcast")); mixin(bindCode("vtkQuadraticHexahedron_New", "D_vtkQuadraticHexahedron_New")); mixin(bindCode("vtkQuadraticHexahedron_IsTypeOf", "D_vtkQuadraticHexahedron_IsTypeOf")); mixin(bindCode("vtkQuadraticHexahedron_SafeDownCast", "D_vtkQuadraticHexahedron_SafeDownCast")); mixin(bindCode("vtkQuadraticHexahedron_NewInstance", "D_vtkQuadraticHexahedron_NewInstance")); mixin(bindCode("vtkQuadraticHexahedron_InterpolationFunctions", "D_vtkQuadraticHexahedron_InterpolationFunctions")); mixin(bindCode("vtkQuadraticHexahedron_InterpolationDerivs", "D_vtkQuadraticHexahedron_InterpolationDerivs")); mixin(bindCode("vtkQuadraticHexahedron_InterpolateFunctions", "D_vtkQuadraticHexahedron_InterpolateFunctions")); mixin(bindCode("vtkQuadraticHexahedron_InterpolateDerivs", "D_vtkQuadraticHexahedron_InterpolateDerivs")); mixin(bindCode("vtkQuadraticHexahedron_GetEdgeArray", "D_vtkQuadraticHexahedron_GetEdgeArray")); mixin(bindCode("vtkQuadraticHexahedron_GetFaceArray", "D_vtkQuadraticHexahedron_GetFaceArray")); mixin(bindCode("vtkQuadraticHexahedron_JacobianInverse", "D_vtkQuadraticHexahedron_JacobianInverse")); mixin(bindCode("vtkQuadraticHexahedron_Upcast", "D_vtkQuadraticHexahedron_Upcast")); mixin(bindCode("VolumeRayCastMapper_CastRays", "D_VolumeRayCastMapper_CastRays")); mixin(bindCode("vtkVolumeRayCastMapper_New", "D_vtkVolumeRayCastMapper_New")); mixin(bindCode("vtkVolumeRayCastMapper_IsTypeOf", "D_vtkVolumeRayCastMapper_IsTypeOf")); mixin(bindCode("vtkVolumeRayCastMapper_SafeDownCast", "D_vtkVolumeRayCastMapper_SafeDownCast")); mixin(bindCode("vtkVolumeRayCastMapper_NewInstance", "D_vtkVolumeRayCastMapper_NewInstance")); mixin(bindCode("vtkVolumeRayCastMapper_SetSampleDistance", "D_vtkVolumeRayCastMapper_SetSampleDistance")); mixin(bindCode("vtkVolumeRayCastMapper_GetSampleDistance", "D_vtkVolumeRayCastMapper_GetSampleDistance")); mixin(bindCode("vtkVolumeRayCastMapper_SetVolumeRayCastFunction", "D_vtkVolumeRayCastMapper_SetVolumeRayCastFunction")); mixin(bindCode("vtkVolumeRayCastMapper_GetVolumeRayCastFunction", "D_vtkVolumeRayCastMapper_GetVolumeRayCastFunction")); mixin(bindCode("vtkVolumeRayCastMapper_SetGradientEstimator", "D_vtkVolumeRayCastMapper_SetGradientEstimator")); mixin(bindCode("vtkVolumeRayCastMapper_GetGradientEstimator", "D_vtkVolumeRayCastMapper_GetGradientEstimator")); mixin(bindCode("vtkVolumeRayCastMapper_GetGradientShader", "D_vtkVolumeRayCastMapper_GetGradientShader")); mixin(bindCode("vtkVolumeRayCastMapper_SetImageSampleDistance", "D_vtkVolumeRayCastMapper_SetImageSampleDistance")); mixin(bindCode("vtkVolumeRayCastMapper_GetImageSampleDistanceMinValue", "D_vtkVolumeRayCastMapper_GetImageSampleDistanceMinValue")); mixin(bindCode("vtkVolumeRayCastMapper_GetImageSampleDistanceMaxValue", "D_vtkVolumeRayCastMapper_GetImageSampleDistanceMaxValue")); mixin(bindCode("vtkVolumeRayCastMapper_GetImageSampleDistance", "D_vtkVolumeRayCastMapper_GetImageSampleDistance")); mixin(bindCode("vtkVolumeRayCastMapper_SetMinimumImageSampleDistance", "D_vtkVolumeRayCastMapper_SetMinimumImageSampleDistance")); mixin(bindCode("vtkVolumeRayCastMapper_GetMinimumImageSampleDistanceMinValue", "D_vtkVolumeRayCastMapper_GetMinimumImageSampleDistanceMinValue")); mixin(bindCode("vtkVolumeRayCastMapper_GetMinimumImageSampleDistanceMaxValue", "D_vtkVolumeRayCastMapper_GetMinimumImageSampleDistanceMaxValue")); mixin(bindCode("vtkVolumeRayCastMapper_GetMinimumImageSampleDistance", "D_vtkVolumeRayCastMapper_GetMinimumImageSampleDistance")); mixin(bindCode("vtkVolumeRayCastMapper_SetMaximumImageSampleDistance", "D_vtkVolumeRayCastMapper_SetMaximumImageSampleDistance")); mixin(bindCode("vtkVolumeRayCastMapper_GetMaximumImageSampleDistanceMinValue", "D_vtkVolumeRayCastMapper_GetMaximumImageSampleDistanceMinValue")); mixin(bindCode("vtkVolumeRayCastMapper_GetMaximumImageSampleDistanceMaxValue", "D_vtkVolumeRayCastMapper_GetMaximumImageSampleDistanceMaxValue")); mixin(bindCode("vtkVolumeRayCastMapper_GetMaximumImageSampleDistance", "D_vtkVolumeRayCastMapper_GetMaximumImageSampleDistance")); mixin(bindCode("vtkVolumeRayCastMapper_SetAutoAdjustSampleDistances", "D_vtkVolumeRayCastMapper_SetAutoAdjustSampleDistances")); mixin(bindCode("vtkVolumeRayCastMapper_GetAutoAdjustSampleDistancesMinValue", "D_vtkVolumeRayCastMapper_GetAutoAdjustSampleDistancesMinValue")); mixin(bindCode("vtkVolumeRayCastMapper_GetAutoAdjustSampleDistancesMaxValue", "D_vtkVolumeRayCastMapper_GetAutoAdjustSampleDistancesMaxValue")); mixin(bindCode("vtkVolumeRayCastMapper_GetAutoAdjustSampleDistances", "D_vtkVolumeRayCastMapper_GetAutoAdjustSampleDistances")); mixin(bindCode("vtkVolumeRayCastMapper_AutoAdjustSampleDistancesOn", "D_vtkVolumeRayCastMapper_AutoAdjustSampleDistancesOn")); mixin(bindCode("vtkVolumeRayCastMapper_AutoAdjustSampleDistancesOff", "D_vtkVolumeRayCastMapper_AutoAdjustSampleDistancesOff")); mixin(bindCode("vtkVolumeRayCastMapper_SetNumberOfThreads", "D_vtkVolumeRayCastMapper_SetNumberOfThreads")); mixin(bindCode("vtkVolumeRayCastMapper_GetNumberOfThreads", "D_vtkVolumeRayCastMapper_GetNumberOfThreads")); mixin(bindCode("vtkVolumeRayCastMapper_SetIntermixIntersectingGeometry", "D_vtkVolumeRayCastMapper_SetIntermixIntersectingGeometry")); mixin(bindCode("vtkVolumeRayCastMapper_GetIntermixIntersectingGeometryMinValue", "D_vtkVolumeRayCastMapper_GetIntermixIntersectingGeometryMinValue")); mixin(bindCode("vtkVolumeRayCastMapper_GetIntermixIntersectingGeometryMaxValue", "D_vtkVolumeRayCastMapper_GetIntermixIntersectingGeometryMaxValue")); mixin(bindCode("vtkVolumeRayCastMapper_GetIntermixIntersectingGeometry", "D_vtkVolumeRayCastMapper_GetIntermixIntersectingGeometry")); mixin(bindCode("vtkVolumeRayCastMapper_IntermixIntersectingGeometryOn", "D_vtkVolumeRayCastMapper_IntermixIntersectingGeometryOn")); mixin(bindCode("vtkVolumeRayCastMapper_IntermixIntersectingGeometryOff", "D_vtkVolumeRayCastMapper_IntermixIntersectingGeometryOff")); mixin(bindCode("vtkVolumeRayCastMapper_Upcast", "D_vtkVolumeRayCastMapper_Upcast")); mixin(bindCode("VTK_FLY_OUTER_EDGES_get", "D_VTK_FLY_OUTER_EDGES_get")); mixin(bindCode("VTK_FLY_CLOSEST_TRIAD_get", "D_VTK_FLY_CLOSEST_TRIAD_get")); mixin(bindCode("VTK_FLY_NONE_get", "D_VTK_FLY_NONE_get")); mixin(bindCode("vtkCubeAxesActor2D_IsTypeOf", "D_vtkCubeAxesActor2D_IsTypeOf")); mixin(bindCode("vtkCubeAxesActor2D_SafeDownCast", "D_vtkCubeAxesActor2D_SafeDownCast")); mixin(bindCode("vtkCubeAxesActor2D_NewInstance", "D_vtkCubeAxesActor2D_NewInstance")); mixin(bindCode("vtkCubeAxesActor2D_New", "D_vtkCubeAxesActor2D_New")); mixin(bindCode("vtkCubeAxesActor2D_SetInputConnection", "D_vtkCubeAxesActor2D_SetInputConnection")); mixin(bindCode("vtkCubeAxesActor2D_SetInputData", "D_vtkCubeAxesActor2D_SetInputData")); mixin(bindCode("vtkCubeAxesActor2D_GetInput", "D_vtkCubeAxesActor2D_GetInput")); mixin(bindCode("vtkCubeAxesActor2D_SetViewProp", "D_vtkCubeAxesActor2D_SetViewProp")); mixin(bindCode("vtkCubeAxesActor2D_GetViewProp", "D_vtkCubeAxesActor2D_GetViewProp")); mixin(bindCode("vtkCubeAxesActor2D_SetBounds__SWIG_0", "D_vtkCubeAxesActor2D_SetBounds__SWIG_0")); mixin(bindCode("vtkCubeAxesActor2D_SetBounds__SWIG_1", "D_vtkCubeAxesActor2D_SetBounds__SWIG_1")); mixin(bindCode("vtkCubeAxesActor2D_GetBounds__SWIG_0", "D_vtkCubeAxesActor2D_GetBounds__SWIG_0")); mixin(bindCode("vtkCubeAxesActor2D_GetBounds__SWIG_1", "D_vtkCubeAxesActor2D_GetBounds__SWIG_1")); mixin(bindCode("vtkCubeAxesActor2D_GetBounds__SWIG_2", "D_vtkCubeAxesActor2D_GetBounds__SWIG_2")); mixin(bindCode("vtkCubeAxesActor2D_SetRanges__SWIG_0", "D_vtkCubeAxesActor2D_SetRanges__SWIG_0")); mixin(bindCode("vtkCubeAxesActor2D_SetRanges__SWIG_1", "D_vtkCubeAxesActor2D_SetRanges__SWIG_1")); mixin(bindCode("vtkCubeAxesActor2D_GetRanges__SWIG_0", "D_vtkCubeAxesActor2D_GetRanges__SWIG_0")); mixin(bindCode("vtkCubeAxesActor2D_GetRanges__SWIG_1", "D_vtkCubeAxesActor2D_GetRanges__SWIG_1")); mixin(bindCode("vtkCubeAxesActor2D_GetRanges__SWIG_2", "D_vtkCubeAxesActor2D_GetRanges__SWIG_2")); mixin(bindCode("vtkCubeAxesActor2D_SetXOrigin", "D_vtkCubeAxesActor2D_SetXOrigin")); mixin(bindCode("vtkCubeAxesActor2D_SetYOrigin", "D_vtkCubeAxesActor2D_SetYOrigin")); mixin(bindCode("vtkCubeAxesActor2D_SetZOrigin", "D_vtkCubeAxesActor2D_SetZOrigin")); mixin(bindCode("vtkCubeAxesActor2D_SetUseRanges", "D_vtkCubeAxesActor2D_SetUseRanges")); mixin(bindCode("vtkCubeAxesActor2D_GetUseRanges", "D_vtkCubeAxesActor2D_GetUseRanges")); mixin(bindCode("vtkCubeAxesActor2D_UseRangesOn", "D_vtkCubeAxesActor2D_UseRangesOn")); mixin(bindCode("vtkCubeAxesActor2D_UseRangesOff", "D_vtkCubeAxesActor2D_UseRangesOff")); mixin(bindCode("vtkCubeAxesActor2D_SetCamera", "D_vtkCubeAxesActor2D_SetCamera")); mixin(bindCode("vtkCubeAxesActor2D_GetCamera", "D_vtkCubeAxesActor2D_GetCamera")); mixin(bindCode("vtkCubeAxesActor2D_SetFlyMode", "D_vtkCubeAxesActor2D_SetFlyMode")); mixin(bindCode("vtkCubeAxesActor2D_GetFlyModeMinValue", "D_vtkCubeAxesActor2D_GetFlyModeMinValue")); mixin(bindCode("vtkCubeAxesActor2D_GetFlyModeMaxValue", "D_vtkCubeAxesActor2D_GetFlyModeMaxValue")); mixin(bindCode("vtkCubeAxesActor2D_GetFlyMode", "D_vtkCubeAxesActor2D_GetFlyMode")); mixin(bindCode("vtkCubeAxesActor2D_SetFlyModeToOuterEdges", "D_vtkCubeAxesActor2D_SetFlyModeToOuterEdges")); mixin(bindCode("vtkCubeAxesActor2D_SetFlyModeToClosestTriad", "D_vtkCubeAxesActor2D_SetFlyModeToClosestTriad")); mixin(bindCode("vtkCubeAxesActor2D_SetFlyModeToNone", "D_vtkCubeAxesActor2D_SetFlyModeToNone")); mixin(bindCode("vtkCubeAxesActor2D_SetScaling", "D_vtkCubeAxesActor2D_SetScaling")); mixin(bindCode("vtkCubeAxesActor2D_GetScaling", "D_vtkCubeAxesActor2D_GetScaling")); mixin(bindCode("vtkCubeAxesActor2D_ScalingOn", "D_vtkCubeAxesActor2D_ScalingOn")); mixin(bindCode("vtkCubeAxesActor2D_ScalingOff", "D_vtkCubeAxesActor2D_ScalingOff")); mixin(bindCode("vtkCubeAxesActor2D_SetNumberOfLabels", "D_vtkCubeAxesActor2D_SetNumberOfLabels")); mixin(bindCode("vtkCubeAxesActor2D_GetNumberOfLabelsMinValue", "D_vtkCubeAxesActor2D_GetNumberOfLabelsMinValue")); mixin(bindCode("vtkCubeAxesActor2D_GetNumberOfLabelsMaxValue", "D_vtkCubeAxesActor2D_GetNumberOfLabelsMaxValue")); mixin(bindCode("vtkCubeAxesActor2D_GetNumberOfLabels", "D_vtkCubeAxesActor2D_GetNumberOfLabels")); mixin(bindCode("vtkCubeAxesActor2D_SetXLabel", "D_vtkCubeAxesActor2D_SetXLabel")); mixin(bindCode("vtkCubeAxesActor2D_GetXLabel", "D_vtkCubeAxesActor2D_GetXLabel")); mixin(bindCode("vtkCubeAxesActor2D_SetYLabel", "D_vtkCubeAxesActor2D_SetYLabel")); mixin(bindCode("vtkCubeAxesActor2D_GetYLabel", "D_vtkCubeAxesActor2D_GetYLabel")); mixin(bindCode("vtkCubeAxesActor2D_SetZLabel", "D_vtkCubeAxesActor2D_SetZLabel")); mixin(bindCode("vtkCubeAxesActor2D_GetZLabel", "D_vtkCubeAxesActor2D_GetZLabel")); mixin(bindCode("vtkCubeAxesActor2D_GetXAxisActor2D", "D_vtkCubeAxesActor2D_GetXAxisActor2D")); mixin(bindCode("vtkCubeAxesActor2D_GetYAxisActor2D", "D_vtkCubeAxesActor2D_GetYAxisActor2D")); mixin(bindCode("vtkCubeAxesActor2D_GetZAxisActor2D", "D_vtkCubeAxesActor2D_GetZAxisActor2D")); mixin(bindCode("vtkCubeAxesActor2D_SetAxisTitleTextProperty", "D_vtkCubeAxesActor2D_SetAxisTitleTextProperty")); mixin(bindCode("vtkCubeAxesActor2D_GetAxisTitleTextProperty", "D_vtkCubeAxesActor2D_GetAxisTitleTextProperty")); mixin(bindCode("vtkCubeAxesActor2D_SetAxisLabelTextProperty", "D_vtkCubeAxesActor2D_SetAxisLabelTextProperty")); mixin(bindCode("vtkCubeAxesActor2D_GetAxisLabelTextProperty", "D_vtkCubeAxesActor2D_GetAxisLabelTextProperty")); mixin(bindCode("vtkCubeAxesActor2D_SetLabelFormat", "D_vtkCubeAxesActor2D_SetLabelFormat")); mixin(bindCode("vtkCubeAxesActor2D_GetLabelFormat", "D_vtkCubeAxesActor2D_GetLabelFormat")); mixin(bindCode("vtkCubeAxesActor2D_SetFontFactor", "D_vtkCubeAxesActor2D_SetFontFactor")); mixin(bindCode("vtkCubeAxesActor2D_GetFontFactorMinValue", "D_vtkCubeAxesActor2D_GetFontFactorMinValue")); mixin(bindCode("vtkCubeAxesActor2D_GetFontFactorMaxValue", "D_vtkCubeAxesActor2D_GetFontFactorMaxValue")); mixin(bindCode("vtkCubeAxesActor2D_GetFontFactor", "D_vtkCubeAxesActor2D_GetFontFactor")); mixin(bindCode("vtkCubeAxesActor2D_SetInertia", "D_vtkCubeAxesActor2D_SetInertia")); mixin(bindCode("vtkCubeAxesActor2D_GetInertiaMinValue", "D_vtkCubeAxesActor2D_GetInertiaMinValue")); mixin(bindCode("vtkCubeAxesActor2D_GetInertiaMaxValue", "D_vtkCubeAxesActor2D_GetInertiaMaxValue")); mixin(bindCode("vtkCubeAxesActor2D_GetInertia", "D_vtkCubeAxesActor2D_GetInertia")); mixin(bindCode("vtkCubeAxesActor2D_SetShowActualBounds", "D_vtkCubeAxesActor2D_SetShowActualBounds")); mixin(bindCode("vtkCubeAxesActor2D_GetShowActualBoundsMinValue", "D_vtkCubeAxesActor2D_GetShowActualBoundsMinValue")); mixin(bindCode("vtkCubeAxesActor2D_GetShowActualBoundsMaxValue", "D_vtkCubeAxesActor2D_GetShowActualBoundsMaxValue")); mixin(bindCode("vtkCubeAxesActor2D_GetShowActualBounds", "D_vtkCubeAxesActor2D_GetShowActualBounds")); mixin(bindCode("vtkCubeAxesActor2D_SetCornerOffset", "D_vtkCubeAxesActor2D_SetCornerOffset")); mixin(bindCode("vtkCubeAxesActor2D_GetCornerOffset", "D_vtkCubeAxesActor2D_GetCornerOffset")); mixin(bindCode("vtkCubeAxesActor2D_SetXAxisVisibility", "D_vtkCubeAxesActor2D_SetXAxisVisibility")); mixin(bindCode("vtkCubeAxesActor2D_GetXAxisVisibility", "D_vtkCubeAxesActor2D_GetXAxisVisibility")); mixin(bindCode("vtkCubeAxesActor2D_XAxisVisibilityOn", "D_vtkCubeAxesActor2D_XAxisVisibilityOn")); mixin(bindCode("vtkCubeAxesActor2D_XAxisVisibilityOff", "D_vtkCubeAxesActor2D_XAxisVisibilityOff")); mixin(bindCode("vtkCubeAxesActor2D_SetYAxisVisibility", "D_vtkCubeAxesActor2D_SetYAxisVisibility")); mixin(bindCode("vtkCubeAxesActor2D_GetYAxisVisibility", "D_vtkCubeAxesActor2D_GetYAxisVisibility")); mixin(bindCode("vtkCubeAxesActor2D_YAxisVisibilityOn", "D_vtkCubeAxesActor2D_YAxisVisibilityOn")); mixin(bindCode("vtkCubeAxesActor2D_YAxisVisibilityOff", "D_vtkCubeAxesActor2D_YAxisVisibilityOff")); mixin(bindCode("vtkCubeAxesActor2D_SetZAxisVisibility", "D_vtkCubeAxesActor2D_SetZAxisVisibility")); mixin(bindCode("vtkCubeAxesActor2D_GetZAxisVisibility", "D_vtkCubeAxesActor2D_GetZAxisVisibility")); mixin(bindCode("vtkCubeAxesActor2D_ZAxisVisibilityOn", "D_vtkCubeAxesActor2D_ZAxisVisibilityOn")); mixin(bindCode("vtkCubeAxesActor2D_ZAxisVisibilityOff", "D_vtkCubeAxesActor2D_ZAxisVisibilityOff")); mixin(bindCode("vtkCubeAxesActor2D_ShallowCopy", "D_vtkCubeAxesActor2D_ShallowCopy")); mixin(bindCode("vtkCubeAxesActor2D_Upcast", "D_vtkCubeAxesActor2D_Upcast")); mixin(bindCode("vtkImageRGBToHSV_New", "D_vtkImageRGBToHSV_New")); mixin(bindCode("vtkImageRGBToHSV_IsTypeOf", "D_vtkImageRGBToHSV_IsTypeOf")); mixin(bindCode("vtkImageRGBToHSV_SafeDownCast", "D_vtkImageRGBToHSV_SafeDownCast")); mixin(bindCode("vtkImageRGBToHSV_NewInstance", "D_vtkImageRGBToHSV_NewInstance")); mixin(bindCode("vtkImageRGBToHSV_SetMaximum", "D_vtkImageRGBToHSV_SetMaximum")); mixin(bindCode("vtkImageRGBToHSV_GetMaximum", "D_vtkImageRGBToHSV_GetMaximum")); mixin(bindCode("vtkImageRGBToHSV_Upcast", "D_vtkImageRGBToHSV_Upcast")); mixin(bindCode("vtkImageItem_IsTypeOf", "D_vtkImageItem_IsTypeOf")); mixin(bindCode("vtkImageItem_SafeDownCast", "D_vtkImageItem_SafeDownCast")); mixin(bindCode("vtkImageItem_NewInstance", "D_vtkImageItem_NewInstance")); mixin(bindCode("vtkImageItem_New", "D_vtkImageItem_New")); mixin(bindCode("vtkImageItem_SetImage", "D_vtkImageItem_SetImage")); mixin(bindCode("vtkImageItem_GetImage", "D_vtkImageItem_GetImage")); mixin(bindCode("vtkImageItem_SetPosition__SWIG_0", "D_vtkImageItem_SetPosition__SWIG_0")); mixin(bindCode("vtkImageItem_SetPosition__SWIG_1", "D_vtkImageItem_SetPosition__SWIG_1")); mixin(bindCode("vtkImageItem_GetPosition__SWIG_0", "D_vtkImageItem_GetPosition__SWIG_0")); mixin(bindCode("vtkImageItem_GetPosition__SWIG_1", "D_vtkImageItem_GetPosition__SWIG_1")); mixin(bindCode("vtkImageItem_GetPosition__SWIG_2", "D_vtkImageItem_GetPosition__SWIG_2")); mixin(bindCode("new_vtkImageItem", "D_new_vtkImageItem")); mixin(bindCode("delete_vtkImageItem", "D_delete_vtkImageItem")); mixin(bindCode("vtkImageItem_Upcast", "D_vtkImageItem_Upcast")); mixin(bindCode("vtkUncertaintyTubeFilter_IsTypeOf", "D_vtkUncertaintyTubeFilter_IsTypeOf")); mixin(bindCode("vtkUncertaintyTubeFilter_SafeDownCast", "D_vtkUncertaintyTubeFilter_SafeDownCast")); mixin(bindCode("vtkUncertaintyTubeFilter_NewInstance", "D_vtkUncertaintyTubeFilter_NewInstance")); mixin(bindCode("vtkUncertaintyTubeFilter_New", "D_vtkUncertaintyTubeFilter_New")); mixin(bindCode("vtkUncertaintyTubeFilter_SetNumberOfSides", "D_vtkUncertaintyTubeFilter_SetNumberOfSides")); mixin(bindCode("vtkUncertaintyTubeFilter_GetNumberOfSidesMinValue", "D_vtkUncertaintyTubeFilter_GetNumberOfSidesMinValue")); mixin(bindCode("vtkUncertaintyTubeFilter_GetNumberOfSidesMaxValue", "D_vtkUncertaintyTubeFilter_GetNumberOfSidesMaxValue")); mixin(bindCode("vtkUncertaintyTubeFilter_GetNumberOfSides", "D_vtkUncertaintyTubeFilter_GetNumberOfSides")); mixin(bindCode("vtkUncertaintyTubeFilter_Upcast", "D_vtkUncertaintyTubeFilter_Upcast")); mixin(bindCode("new_vtkPOutlineFilterInternals", "D_new_vtkPOutlineFilterInternals")); mixin(bindCode("delete_vtkPOutlineFilterInternals", "D_delete_vtkPOutlineFilterInternals")); mixin(bindCode("vtkPOutlineFilterInternals_SetController", "D_vtkPOutlineFilterInternals_SetController")); mixin(bindCode("vtkPOutlineFilterInternals_RequestData", "D_vtkPOutlineFilterInternals_RequestData")); mixin(bindCode("vtkPOutlineFilterInternals_SetCornerFactor", "D_vtkPOutlineFilterInternals_SetCornerFactor")); mixin(bindCode("vtkPOutlineFilterInternals_SetIsCornerSource", "D_vtkPOutlineFilterInternals_SetIsCornerSource")); mixin(bindCode("vtkParametricSpline_IsTypeOf", "D_vtkParametricSpline_IsTypeOf")); mixin(bindCode("vtkParametricSpline_SafeDownCast", "D_vtkParametricSpline_SafeDownCast")); mixin(bindCode("vtkParametricSpline_NewInstance", "D_vtkParametricSpline_NewInstance")); mixin(bindCode("vtkParametricSpline_New", "D_vtkParametricSpline_New")); mixin(bindCode("vtkParametricSpline_SetXSpline", "D_vtkParametricSpline_SetXSpline")); mixin(bindCode("vtkParametricSpline_SetYSpline", "D_vtkParametricSpline_SetYSpline")); mixin(bindCode("vtkParametricSpline_SetZSpline", "D_vtkParametricSpline_SetZSpline")); mixin(bindCode("vtkParametricSpline_GetXSpline", "D_vtkParametricSpline_GetXSpline")); mixin(bindCode("vtkParametricSpline_GetYSpline", "D_vtkParametricSpline_GetYSpline")); mixin(bindCode("vtkParametricSpline_GetZSpline", "D_vtkParametricSpline_GetZSpline")); mixin(bindCode("vtkParametricSpline_SetPoints", "D_vtkParametricSpline_SetPoints")); mixin(bindCode("vtkParametricSpline_GetPoints", "D_vtkParametricSpline_GetPoints")); mixin(bindCode("vtkParametricSpline_SetNumberOfPoints", "D_vtkParametricSpline_SetNumberOfPoints")); mixin(bindCode("vtkParametricSpline_SetPoint", "D_vtkParametricSpline_SetPoint")); mixin(bindCode("vtkParametricSpline_SetClosed", "D_vtkParametricSpline_SetClosed")); mixin(bindCode("vtkParametricSpline_GetClosed", "D_vtkParametricSpline_GetClosed")); mixin(bindCode("vtkParametricSpline_ClosedOn", "D_vtkParametricSpline_ClosedOn")); mixin(bindCode("vtkParametricSpline_ClosedOff", "D_vtkParametricSpline_ClosedOff")); mixin(bindCode("vtkParametricSpline_SetParameterizeByLength", "D_vtkParametricSpline_SetParameterizeByLength")); mixin(bindCode("vtkParametricSpline_GetParameterizeByLength", "D_vtkParametricSpline_GetParameterizeByLength")); mixin(bindCode("vtkParametricSpline_ParameterizeByLengthOn", "D_vtkParametricSpline_ParameterizeByLengthOn")); mixin(bindCode("vtkParametricSpline_ParameterizeByLengthOff", "D_vtkParametricSpline_ParameterizeByLengthOff")); mixin(bindCode("vtkParametricSpline_SetLeftConstraint", "D_vtkParametricSpline_SetLeftConstraint")); mixin(bindCode("vtkParametricSpline_GetLeftConstraintMinValue", "D_vtkParametricSpline_GetLeftConstraintMinValue")); mixin(bindCode("vtkParametricSpline_GetLeftConstraintMaxValue", "D_vtkParametricSpline_GetLeftConstraintMaxValue")); mixin(bindCode("vtkParametricSpline_GetLeftConstraint", "D_vtkParametricSpline_GetLeftConstraint")); mixin(bindCode("vtkParametricSpline_SetRightConstraint", "D_vtkParametricSpline_SetRightConstraint")); mixin(bindCode("vtkParametricSpline_GetRightConstraintMinValue", "D_vtkParametricSpline_GetRightConstraintMinValue")); mixin(bindCode("vtkParametricSpline_GetRightConstraintMaxValue", "D_vtkParametricSpline_GetRightConstraintMaxValue")); mixin(bindCode("vtkParametricSpline_GetRightConstraint", "D_vtkParametricSpline_GetRightConstraint")); mixin(bindCode("vtkParametricSpline_SetLeftValue", "D_vtkParametricSpline_SetLeftValue")); mixin(bindCode("vtkParametricSpline_GetLeftValue", "D_vtkParametricSpline_GetLeftValue")); mixin(bindCode("vtkParametricSpline_SetRightValue", "D_vtkParametricSpline_SetRightValue")); mixin(bindCode("vtkParametricSpline_GetRightValue", "D_vtkParametricSpline_GetRightValue")); mixin(bindCode("vtkParametricSpline_Upcast", "D_vtkParametricSpline_Upcast")); mixin(bindCode("vtkEventForwarderCommand_IsTypeOf", "D_vtkEventForwarderCommand_IsTypeOf")); mixin(bindCode("vtkEventForwarderCommand_SafeDownCast", "D_vtkEventForwarderCommand_SafeDownCast")); mixin(bindCode("vtkEventForwarderCommand_NewInstance", "D_vtkEventForwarderCommand_NewInstance")); mixin(bindCode("vtkEventForwarderCommand_New", "D_vtkEventForwarderCommand_New")); mixin(bindCode("vtkEventForwarderCommand_SetTarget", "D_vtkEventForwarderCommand_SetTarget")); mixin(bindCode("vtkEventForwarderCommand_GetTarget", "D_vtkEventForwarderCommand_GetTarget")); mixin(bindCode("vtkEventForwarderCommand_Upcast", "D_vtkEventForwarderCommand_Upcast")); mixin(bindCode("VTK_MAX_LABELS_get", "D_VTK_MAX_LABELS_get")); mixin(bindCode("VTK_MAX_TICKS_get", "D_VTK_MAX_TICKS_get")); mixin(bindCode("VTK_AXIS_TYPE_X_get", "D_VTK_AXIS_TYPE_X_get")); mixin(bindCode("VTK_AXIS_TYPE_Y_get", "D_VTK_AXIS_TYPE_Y_get")); mixin(bindCode("VTK_AXIS_TYPE_Z_get", "D_VTK_AXIS_TYPE_Z_get")); mixin(bindCode("VTK_TICKS_INSIDE_get", "D_VTK_TICKS_INSIDE_get")); mixin(bindCode("VTK_TICKS_OUTSIDE_get", "D_VTK_TICKS_OUTSIDE_get")); mixin(bindCode("VTK_TICKS_BOTH_get", "D_VTK_TICKS_BOTH_get")); mixin(bindCode("VTK_AXIS_POS_MINMIN_get", "D_VTK_AXIS_POS_MINMIN_get")); mixin(bindCode("VTK_AXIS_POS_MINMAX_get", "D_VTK_AXIS_POS_MINMAX_get")); mixin(bindCode("VTK_AXIS_POS_MAXMAX_get", "D_VTK_AXIS_POS_MAXMAX_get")); mixin(bindCode("VTK_AXIS_POS_MAXMIN_get", "D_VTK_AXIS_POS_MAXMIN_get")); mixin(bindCode("vtkAxisActor_IsTypeOf", "D_vtkAxisActor_IsTypeOf")); mixin(bindCode("vtkAxisActor_SafeDownCast", "D_vtkAxisActor_SafeDownCast")); mixin(bindCode("vtkAxisActor_NewInstance", "D_vtkAxisActor_NewInstance")); mixin(bindCode("vtkAxisActor_New", "D_vtkAxisActor_New")); mixin(bindCode("vtkAxisActor_GetPoint1Coordinate", "D_vtkAxisActor_GetPoint1Coordinate")); mixin(bindCode("vtkAxisActor_SetPoint1__SWIG_0", "D_vtkAxisActor_SetPoint1__SWIG_0")); mixin(bindCode("vtkAxisActor_SetPoint1__SWIG_1", "D_vtkAxisActor_SetPoint1__SWIG_1")); mixin(bindCode("vtkAxisActor_GetPoint1", "D_vtkAxisActor_GetPoint1")); mixin(bindCode("vtkAxisActor_GetPoint2Coordinate", "D_vtkAxisActor_GetPoint2Coordinate")); mixin(bindCode("vtkAxisActor_SetPoint2__SWIG_0", "D_vtkAxisActor_SetPoint2__SWIG_0")); mixin(bindCode("vtkAxisActor_SetPoint2__SWIG_1", "D_vtkAxisActor_SetPoint2__SWIG_1")); mixin(bindCode("vtkAxisActor_GetPoint2", "D_vtkAxisActor_GetPoint2")); mixin(bindCode("vtkAxisActor_SetRange__SWIG_0", "D_vtkAxisActor_SetRange__SWIG_0")); mixin(bindCode("vtkAxisActor_SetRange__SWIG_1", "D_vtkAxisActor_SetRange__SWIG_1")); mixin(bindCode("vtkAxisActor_GetRange__SWIG_0", "D_vtkAxisActor_GetRange__SWIG_0")); mixin(bindCode("vtkAxisActor_GetRange__SWIG_1", "D_vtkAxisActor_GetRange__SWIG_1")); mixin(bindCode("vtkAxisActor_SetBounds__SWIG_0", "D_vtkAxisActor_SetBounds__SWIG_0")); mixin(bindCode("vtkAxisActor_SetBounds__SWIG_1", "D_vtkAxisActor_SetBounds__SWIG_1")); mixin(bindCode("vtkAxisActor_GetBounds__SWIG_0", "D_vtkAxisActor_GetBounds__SWIG_0")); mixin(bindCode("vtkAxisActor_GetBounds__SWIG_1", "D_vtkAxisActor_GetBounds__SWIG_1")); mixin(bindCode("vtkAxisActor_SetLabelFormat", "D_vtkAxisActor_SetLabelFormat")); mixin(bindCode("vtkAxisActor_GetLabelFormat", "D_vtkAxisActor_GetLabelFormat")); mixin(bindCode("vtkAxisActor_SetMinorTicksVisible", "D_vtkAxisActor_SetMinorTicksVisible")); mixin(bindCode("vtkAxisActor_GetMinorTicksVisible", "D_vtkAxisActor_GetMinorTicksVisible")); mixin(bindCode("vtkAxisActor_MinorTicksVisibleOn", "D_vtkAxisActor_MinorTicksVisibleOn")); mixin(bindCode("vtkAxisActor_MinorTicksVisibleOff", "D_vtkAxisActor_MinorTicksVisibleOff")); mixin(bindCode("vtkAxisActor_SetTitle", "D_vtkAxisActor_SetTitle")); mixin(bindCode("vtkAxisActor_GetTitle", "D_vtkAxisActor_GetTitle")); mixin(bindCode("vtkAxisActor_SetMajorTickSize", "D_vtkAxisActor_SetMajorTickSize")); mixin(bindCode("vtkAxisActor_GetMajorTickSize", "D_vtkAxisActor_GetMajorTickSize")); mixin(bindCode("vtkAxisActor_SetMinorTickSize", "D_vtkAxisActor_SetMinorTickSize")); mixin(bindCode("vtkAxisActor_GetMinorTickSize", "D_vtkAxisActor_GetMinorTickSize")); mixin(bindCode("vtkAxisActor_SetTickLocation", "D_vtkAxisActor_SetTickLocation")); mixin(bindCode("vtkAxisActor_GetTickLocationMinValue", "D_vtkAxisActor_GetTickLocationMinValue")); mixin(bindCode("vtkAxisActor_GetTickLocationMaxValue", "D_vtkAxisActor_GetTickLocationMaxValue")); mixin(bindCode("vtkAxisActor_GetTickLocation", "D_vtkAxisActor_GetTickLocation")); mixin(bindCode("vtkAxisActor_SetTickLocationToInside", "D_vtkAxisActor_SetTickLocationToInside")); mixin(bindCode("vtkAxisActor_SetTickLocationToOutside", "D_vtkAxisActor_SetTickLocationToOutside")); mixin(bindCode("vtkAxisActor_SetTickLocationToBoth", "D_vtkAxisActor_SetTickLocationToBoth")); mixin(bindCode("vtkAxisActor_SetAxisVisibility", "D_vtkAxisActor_SetAxisVisibility")); mixin(bindCode("vtkAxisActor_GetAxisVisibility", "D_vtkAxisActor_GetAxisVisibility")); mixin(bindCode("vtkAxisActor_AxisVisibilityOn", "D_vtkAxisActor_AxisVisibilityOn")); mixin(bindCode("vtkAxisActor_AxisVisibilityOff", "D_vtkAxisActor_AxisVisibilityOff")); mixin(bindCode("vtkAxisActor_SetTickVisibility", "D_vtkAxisActor_SetTickVisibility")); mixin(bindCode("vtkAxisActor_GetTickVisibility", "D_vtkAxisActor_GetTickVisibility")); mixin(bindCode("vtkAxisActor_TickVisibilityOn", "D_vtkAxisActor_TickVisibilityOn")); mixin(bindCode("vtkAxisActor_TickVisibilityOff", "D_vtkAxisActor_TickVisibilityOff")); mixin(bindCode("vtkAxisActor_SetLabelVisibility", "D_vtkAxisActor_SetLabelVisibility")); mixin(bindCode("vtkAxisActor_GetLabelVisibility", "D_vtkAxisActor_GetLabelVisibility")); mixin(bindCode("vtkAxisActor_LabelVisibilityOn", "D_vtkAxisActor_LabelVisibilityOn")); mixin(bindCode("vtkAxisActor_LabelVisibilityOff", "D_vtkAxisActor_LabelVisibilityOff")); mixin(bindCode("vtkAxisActor_SetTitleVisibility", "D_vtkAxisActor_SetTitleVisibility")); mixin(bindCode("vtkAxisActor_GetTitleVisibility", "D_vtkAxisActor_GetTitleVisibility")); mixin(bindCode("vtkAxisActor_TitleVisibilityOn", "D_vtkAxisActor_TitleVisibilityOn")); mixin(bindCode("vtkAxisActor_TitleVisibilityOff", "D_vtkAxisActor_TitleVisibilityOff")); mixin(bindCode("vtkAxisActor_SetTitleTextProperty", "D_vtkAxisActor_SetTitleTextProperty")); mixin(bindCode("vtkAxisActor_GetTitleTextProperty", "D_vtkAxisActor_GetTitleTextProperty")); mixin(bindCode("vtkAxisActor_SetLabelTextProperty", "D_vtkAxisActor_SetLabelTextProperty")); mixin(bindCode("vtkAxisActor_GetLabelTextProperty", "D_vtkAxisActor_GetLabelTextProperty")); mixin(bindCode("vtkAxisActor_SetAxisLinesProperty", "D_vtkAxisActor_SetAxisLinesProperty")); mixin(bindCode("vtkAxisActor_GetAxisLinesProperty", "D_vtkAxisActor_GetAxisLinesProperty")); mixin(bindCode("vtkAxisActor_SetGridlinesProperty", "D_vtkAxisActor_SetGridlinesProperty")); mixin(bindCode("vtkAxisActor_GetGridlinesProperty", "D_vtkAxisActor_GetGridlinesProperty")); mixin(bindCode("vtkAxisActor_SetInnerGridlinesProperty", "D_vtkAxisActor_SetInnerGridlinesProperty")); mixin(bindCode("vtkAxisActor_GetInnerGridlinesProperty", "D_vtkAxisActor_GetInnerGridlinesProperty")); mixin(bindCode("vtkAxisActor_SetGridpolysProperty", "D_vtkAxisActor_SetGridpolysProperty")); mixin(bindCode("vtkAxisActor_GetGridpolysProperty", "D_vtkAxisActor_GetGridpolysProperty")); mixin(bindCode("vtkAxisActor_SetDrawGridlines", "D_vtkAxisActor_SetDrawGridlines")); mixin(bindCode("vtkAxisActor_GetDrawGridlines", "D_vtkAxisActor_GetDrawGridlines")); mixin(bindCode("vtkAxisActor_DrawGridlinesOn", "D_vtkAxisActor_DrawGridlinesOn")); mixin(bindCode("vtkAxisActor_DrawGridlinesOff", "D_vtkAxisActor_DrawGridlinesOff")); mixin(bindCode("vtkAxisActor_SetDrawGridlinesOnly", "D_vtkAxisActor_SetDrawGridlinesOnly")); mixin(bindCode("vtkAxisActor_GetDrawGridlinesOnly", "D_vtkAxisActor_GetDrawGridlinesOnly")); mixin(bindCode("vtkAxisActor_DrawGridlinesOnlyOn", "D_vtkAxisActor_DrawGridlinesOnlyOn")); mixin(bindCode("vtkAxisActor_DrawGridlinesOnlyOff", "D_vtkAxisActor_DrawGridlinesOnlyOff")); mixin(bindCode("vtkAxisActor_SetDrawGridlinesLocation", "D_vtkAxisActor_SetDrawGridlinesLocation")); mixin(bindCode("vtkAxisActor_GetDrawGridlinesLocation", "D_vtkAxisActor_GetDrawGridlinesLocation")); mixin(bindCode("vtkAxisActor_SetDrawInnerGridlines", "D_vtkAxisActor_SetDrawInnerGridlines")); mixin(bindCode("vtkAxisActor_GetDrawInnerGridlines", "D_vtkAxisActor_GetDrawInnerGridlines")); mixin(bindCode("vtkAxisActor_DrawInnerGridlinesOn", "D_vtkAxisActor_DrawInnerGridlinesOn")); mixin(bindCode("vtkAxisActor_DrawInnerGridlinesOff", "D_vtkAxisActor_DrawInnerGridlinesOff")); mixin(bindCode("vtkAxisActor_SetGridlineXLength", "D_vtkAxisActor_SetGridlineXLength")); mixin(bindCode("vtkAxisActor_GetGridlineXLength", "D_vtkAxisActor_GetGridlineXLength")); mixin(bindCode("vtkAxisActor_SetGridlineYLength", "D_vtkAxisActor_SetGridlineYLength")); mixin(bindCode("vtkAxisActor_GetGridlineYLength", "D_vtkAxisActor_GetGridlineYLength")); mixin(bindCode("vtkAxisActor_SetGridlineZLength", "D_vtkAxisActor_SetGridlineZLength")); mixin(bindCode("vtkAxisActor_GetGridlineZLength", "D_vtkAxisActor_GetGridlineZLength")); mixin(bindCode("vtkAxisActor_SetDrawGridpolys", "D_vtkAxisActor_SetDrawGridpolys")); mixin(bindCode("vtkAxisActor_GetDrawGridpolys", "D_vtkAxisActor_GetDrawGridpolys")); mixin(bindCode("vtkAxisActor_DrawGridpolysOn", "D_vtkAxisActor_DrawGridpolysOn")); mixin(bindCode("vtkAxisActor_DrawGridpolysOff", "D_vtkAxisActor_DrawGridpolysOff")); mixin(bindCode("vtkAxisActor_SetAxisType", "D_vtkAxisActor_SetAxisType")); mixin(bindCode("vtkAxisActor_GetAxisTypeMinValue", "D_vtkAxisActor_GetAxisTypeMinValue")); mixin(bindCode("vtkAxisActor_GetAxisTypeMaxValue", "D_vtkAxisActor_GetAxisTypeMaxValue")); mixin(bindCode("vtkAxisActor_GetAxisType", "D_vtkAxisActor_GetAxisType")); mixin(bindCode("vtkAxisActor_SetAxisTypeToX", "D_vtkAxisActor_SetAxisTypeToX")); mixin(bindCode("vtkAxisActor_SetAxisTypeToY", "D_vtkAxisActor_SetAxisTypeToY")); mixin(bindCode("vtkAxisActor_SetAxisTypeToZ", "D_vtkAxisActor_SetAxisTypeToZ")); mixin(bindCode("vtkAxisActor_SetAxisPosition", "D_vtkAxisActor_SetAxisPosition")); mixin(bindCode("vtkAxisActor_GetAxisPositionMinValue", "D_vtkAxisActor_GetAxisPositionMinValue")); mixin(bindCode("vtkAxisActor_GetAxisPositionMaxValue", "D_vtkAxisActor_GetAxisPositionMaxValue")); mixin(bindCode("vtkAxisActor_GetAxisPosition", "D_vtkAxisActor_GetAxisPosition")); mixin(bindCode("vtkAxisActor_SetAxisPositionToMinMin", "D_vtkAxisActor_SetAxisPositionToMinMin")); mixin(bindCode("vtkAxisActor_SetAxisPositionToMinMax", "D_vtkAxisActor_SetAxisPositionToMinMax")); mixin(bindCode("vtkAxisActor_SetAxisPositionToMaxMax", "D_vtkAxisActor_SetAxisPositionToMaxMax")); mixin(bindCode("vtkAxisActor_SetAxisPositionToMaxMin", "D_vtkAxisActor_SetAxisPositionToMaxMin")); mixin(bindCode("vtkAxisActor_SetCamera", "D_vtkAxisActor_SetCamera")); mixin(bindCode("vtkAxisActor_GetCamera", "D_vtkAxisActor_GetCamera")); mixin(bindCode("vtkAxisActor_RenderTranslucentGeometry", "D_vtkAxisActor_RenderTranslucentGeometry")); mixin(bindCode("vtkAxisActor_RenderOverlay", "D_vtkAxisActor_RenderOverlay")); mixin(bindCode("vtkAxisActor_ReleaseGraphicsResources", "D_vtkAxisActor_ReleaseGraphicsResources")); mixin(bindCode("vtkAxisActor_SetLabelScale", "D_vtkAxisActor_SetLabelScale")); mixin(bindCode("vtkAxisActor_SetTitleScale", "D_vtkAxisActor_SetTitleScale")); mixin(bindCode("vtkAxisActor_SetMinorStart", "D_vtkAxisActor_SetMinorStart")); mixin(bindCode("vtkAxisActor_GetMinorStart", "D_vtkAxisActor_GetMinorStart")); mixin(bindCode("vtkAxisActor_GetMajorStart", "D_vtkAxisActor_GetMajorStart")); mixin(bindCode("vtkAxisActor_SetMajorStart", "D_vtkAxisActor_SetMajorStart")); mixin(bindCode("vtkAxisActor_SetDeltaMinor", "D_vtkAxisActor_SetDeltaMinor")); mixin(bindCode("vtkAxisActor_GetDeltaMinor", "D_vtkAxisActor_GetDeltaMinor")); mixin(bindCode("vtkAxisActor_GetDeltaMajor", "D_vtkAxisActor_GetDeltaMajor")); mixin(bindCode("vtkAxisActor_SetDeltaMajor", "D_vtkAxisActor_SetDeltaMajor")); mixin(bindCode("vtkAxisActor_SetMinorRangeStart", "D_vtkAxisActor_SetMinorRangeStart")); mixin(bindCode("vtkAxisActor_GetMinorRangeStart", "D_vtkAxisActor_GetMinorRangeStart")); mixin(bindCode("vtkAxisActor_SetMajorRangeStart", "D_vtkAxisActor_SetMajorRangeStart")); mixin(bindCode("vtkAxisActor_GetMajorRangeStart", "D_vtkAxisActor_GetMajorRangeStart")); mixin(bindCode("vtkAxisActor_SetDeltaRangeMinor", "D_vtkAxisActor_SetDeltaRangeMinor")); mixin(bindCode("vtkAxisActor_GetDeltaRangeMinor", "D_vtkAxisActor_GetDeltaRangeMinor")); mixin(bindCode("vtkAxisActor_SetDeltaRangeMajor", "D_vtkAxisActor_SetDeltaRangeMajor")); mixin(bindCode("vtkAxisActor_GetDeltaRangeMajor", "D_vtkAxisActor_GetDeltaRangeMajor")); mixin(bindCode("vtkAxisActor_BuildAxis", "D_vtkAxisActor_BuildAxis")); mixin(bindCode("vtkAxisActor_GetNumberOfLabelsBuilt", "D_vtkAxisActor_GetNumberOfLabelsBuilt")); mixin(bindCode("vtkAxisActor_SetCalculateTitleOffset", "D_vtkAxisActor_SetCalculateTitleOffset")); mixin(bindCode("vtkAxisActor_GetCalculateTitleOffset", "D_vtkAxisActor_GetCalculateTitleOffset")); mixin(bindCode("vtkAxisActor_CalculateTitleOffsetOn", "D_vtkAxisActor_CalculateTitleOffsetOn")); mixin(bindCode("vtkAxisActor_CalculateTitleOffsetOff", "D_vtkAxisActor_CalculateTitleOffsetOff")); mixin(bindCode("vtkAxisActor_SetCalculateLabelOffset", "D_vtkAxisActor_SetCalculateLabelOffset")); mixin(bindCode("vtkAxisActor_GetCalculateLabelOffset", "D_vtkAxisActor_GetCalculateLabelOffset")); mixin(bindCode("vtkAxisActor_CalculateLabelOffsetOn", "D_vtkAxisActor_CalculateLabelOffsetOn")); mixin(bindCode("vtkAxisActor_CalculateLabelOffsetOff", "D_vtkAxisActor_CalculateLabelOffsetOff")); mixin(bindCode("vtkAxisActor_SetUse2DMode", "D_vtkAxisActor_SetUse2DMode")); mixin(bindCode("vtkAxisActor_GetUse2DMode", "D_vtkAxisActor_GetUse2DMode")); mixin(bindCode("vtkAxisActor_SetVerticalOffsetXTitle2D", "D_vtkAxisActor_SetVerticalOffsetXTitle2D")); mixin(bindCode("vtkAxisActor_GetVerticalOffsetXTitle2D", "D_vtkAxisActor_GetVerticalOffsetXTitle2D")); mixin(bindCode("vtkAxisActor_SetHorizontalOffsetYTitle2D", "D_vtkAxisActor_SetHorizontalOffsetYTitle2D")); mixin(bindCode("vtkAxisActor_GetHorizontalOffsetYTitle2D", "D_vtkAxisActor_GetHorizontalOffsetYTitle2D")); mixin(bindCode("vtkAxisActor_SetSaveTitlePosition", "D_vtkAxisActor_SetSaveTitlePosition")); mixin(bindCode("vtkAxisActor_GetSaveTitlePosition", "D_vtkAxisActor_GetSaveTitlePosition")); mixin(bindCode("vtkAxisActor_SetAxisBaseForX__SWIG_0", "D_vtkAxisActor_SetAxisBaseForX__SWIG_0")); mixin(bindCode("vtkAxisActor_SetAxisBaseForX__SWIG_1", "D_vtkAxisActor_SetAxisBaseForX__SWIG_1")); mixin(bindCode("vtkAxisActor_GetAxisBaseForX__SWIG_0", "D_vtkAxisActor_GetAxisBaseForX__SWIG_0")); mixin(bindCode("vtkAxisActor_GetAxisBaseForX__SWIG_1", "D_vtkAxisActor_GetAxisBaseForX__SWIG_1")); mixin(bindCode("vtkAxisActor_GetAxisBaseForX__SWIG_2", "D_vtkAxisActor_GetAxisBaseForX__SWIG_2")); mixin(bindCode("vtkAxisActor_SetAxisBaseForY__SWIG_0", "D_vtkAxisActor_SetAxisBaseForY__SWIG_0")); mixin(bindCode("vtkAxisActor_SetAxisBaseForY__SWIG_1", "D_vtkAxisActor_SetAxisBaseForY__SWIG_1")); mixin(bindCode("vtkAxisActor_GetAxisBaseForY__SWIG_0", "D_vtkAxisActor_GetAxisBaseForY__SWIG_0")); mixin(bindCode("vtkAxisActor_GetAxisBaseForY__SWIG_1", "D_vtkAxisActor_GetAxisBaseForY__SWIG_1")); mixin(bindCode("vtkAxisActor_GetAxisBaseForY__SWIG_2", "D_vtkAxisActor_GetAxisBaseForY__SWIG_2")); mixin(bindCode("vtkAxisActor_SetAxisBaseForZ__SWIG_0", "D_vtkAxisActor_SetAxisBaseForZ__SWIG_0")); mixin(bindCode("vtkAxisActor_SetAxisBaseForZ__SWIG_1", "D_vtkAxisActor_SetAxisBaseForZ__SWIG_1")); mixin(bindCode("vtkAxisActor_GetAxisBaseForZ__SWIG_0", "D_vtkAxisActor_GetAxisBaseForZ__SWIG_0")); mixin(bindCode("vtkAxisActor_GetAxisBaseForZ__SWIG_1", "D_vtkAxisActor_GetAxisBaseForZ__SWIG_1")); mixin(bindCode("vtkAxisActor_GetAxisBaseForZ__SWIG_2", "D_vtkAxisActor_GetAxisBaseForZ__SWIG_2")); mixin(bindCode("vtkAxisActor_SetAxisOnOrigin", "D_vtkAxisActor_SetAxisOnOrigin")); mixin(bindCode("vtkAxisActor_GetAxisOnOrigin", "D_vtkAxisActor_GetAxisOnOrigin")); mixin(bindCode("vtkAxisActor_SetLabelOffset", "D_vtkAxisActor_SetLabelOffset")); mixin(bindCode("vtkAxisActor_GetLabelOffset", "D_vtkAxisActor_GetLabelOffset")); mixin(bindCode("vtkAxisActor_SetTitleOffset", "D_vtkAxisActor_SetTitleOffset")); mixin(bindCode("vtkAxisActor_GetTitleOffset", "D_vtkAxisActor_GetTitleOffset")); mixin(bindCode("vtkAxisActor_SetScreenSize", "D_vtkAxisActor_SetScreenSize")); mixin(bindCode("vtkAxisActor_GetScreenSize", "D_vtkAxisActor_GetScreenSize")); mixin(bindCode("vtkAxisActor_Upcast", "D_vtkAxisActor_Upcast")); mixin(bindCode("vtkLinearContourLineInterpolator_New", "D_vtkLinearContourLineInterpolator_New")); mixin(bindCode("vtkLinearContourLineInterpolator_IsTypeOf", "D_vtkLinearContourLineInterpolator_IsTypeOf")); mixin(bindCode("vtkLinearContourLineInterpolator_SafeDownCast", "D_vtkLinearContourLineInterpolator_SafeDownCast")); mixin(bindCode("vtkLinearContourLineInterpolator_NewInstance", "D_vtkLinearContourLineInterpolator_NewInstance")); mixin(bindCode("vtkLinearContourLineInterpolator_Upcast", "D_vtkLinearContourLineInterpolator_Upcast")); mixin(bindCode("vtkTableToGraph_New", "D_vtkTableToGraph_New")); mixin(bindCode("vtkTableToGraph_IsTypeOf", "D_vtkTableToGraph_IsTypeOf")); mixin(bindCode("vtkTableToGraph_SafeDownCast", "D_vtkTableToGraph_SafeDownCast")); mixin(bindCode("vtkTableToGraph_NewInstance", "D_vtkTableToGraph_NewInstance")); mixin(bindCode("vtkTableToGraph_AddLinkVertex__SWIG_0", "D_vtkTableToGraph_AddLinkVertex__SWIG_0")); mixin(bindCode("vtkTableToGraph_AddLinkVertex__SWIG_1", "D_vtkTableToGraph_AddLinkVertex__SWIG_1")); mixin(bindCode("vtkTableToGraph_AddLinkVertex__SWIG_2", "D_vtkTableToGraph_AddLinkVertex__SWIG_2")); mixin(bindCode("vtkTableToGraph_ClearLinkVertices", "D_vtkTableToGraph_ClearLinkVertices")); mixin(bindCode("vtkTableToGraph_AddLinkEdge", "D_vtkTableToGraph_AddLinkEdge")); mixin(bindCode("vtkTableToGraph_ClearLinkEdges", "D_vtkTableToGraph_ClearLinkEdges")); mixin(bindCode("vtkTableToGraph_GetLinkGraph", "D_vtkTableToGraph_GetLinkGraph")); mixin(bindCode("vtkTableToGraph_SetLinkGraph", "D_vtkTableToGraph_SetLinkGraph")); mixin(bindCode("vtkTableToGraph_LinkColumnPath__SWIG_0", "D_vtkTableToGraph_LinkColumnPath__SWIG_0")); mixin(bindCode("vtkTableToGraph_LinkColumnPath__SWIG_1", "D_vtkTableToGraph_LinkColumnPath__SWIG_1")); mixin(bindCode("vtkTableToGraph_LinkColumnPath__SWIG_2", "D_vtkTableToGraph_LinkColumnPath__SWIG_2")); mixin(bindCode("vtkTableToGraph_SetDirected", "D_vtkTableToGraph_SetDirected")); mixin(bindCode("vtkTableToGraph_GetDirected", "D_vtkTableToGraph_GetDirected")); mixin(bindCode("vtkTableToGraph_DirectedOn", "D_vtkTableToGraph_DirectedOn")); mixin(bindCode("vtkTableToGraph_DirectedOff", "D_vtkTableToGraph_DirectedOff")); mixin(bindCode("vtkTableToGraph_SetVertexTableConnection", "D_vtkTableToGraph_SetVertexTableConnection")); mixin(bindCode("vtkTableToGraph_Upcast", "D_vtkTableToGraph_Upcast")); mixin(bindCode("vtkExtractSelectedBlock_New", "D_vtkExtractSelectedBlock_New")); mixin(bindCode("vtkExtractSelectedBlock_IsTypeOf", "D_vtkExtractSelectedBlock_IsTypeOf")); mixin(bindCode("vtkExtractSelectedBlock_SafeDownCast", "D_vtkExtractSelectedBlock_SafeDownCast")); mixin(bindCode("vtkExtractSelectedBlock_NewInstance", "D_vtkExtractSelectedBlock_NewInstance")); mixin(bindCode("new_vtkExtractSelectedBlock", "D_new_vtkExtractSelectedBlock")); mixin(bindCode("delete_vtkExtractSelectedBlock", "D_delete_vtkExtractSelectedBlock")); mixin(bindCode("vtkExtractSelectedBlock_Upcast", "D_vtkExtractSelectedBlock_Upcast")); mixin(bindCode("vtkOctreePointLocatorNode_IsTypeOf", "D_vtkOctreePointLocatorNode_IsTypeOf")); mixin(bindCode("vtkOctreePointLocatorNode_SafeDownCast", "D_vtkOctreePointLocatorNode_SafeDownCast")); mixin(bindCode("vtkOctreePointLocatorNode_NewInstance", "D_vtkOctreePointLocatorNode_NewInstance")); mixin(bindCode("vtkOctreePointLocatorNode_New", "D_vtkOctreePointLocatorNode_New")); mixin(bindCode("vtkOctreePointLocatorNode_SetNumberOfPoints", "D_vtkOctreePointLocatorNode_SetNumberOfPoints")); mixin(bindCode("vtkOctreePointLocatorNode_GetNumberOfPoints", "D_vtkOctreePointLocatorNode_GetNumberOfPoints")); mixin(bindCode("vtkOctreePointLocatorNode_SetBounds__SWIG_0", "D_vtkOctreePointLocatorNode_SetBounds__SWIG_0")); mixin(bindCode("vtkOctreePointLocatorNode_SetBounds__SWIG_1", "D_vtkOctreePointLocatorNode_SetBounds__SWIG_1")); mixin(bindCode("vtkOctreePointLocatorNode_GetBounds", "D_vtkOctreePointLocatorNode_GetBounds")); mixin(bindCode("vtkOctreePointLocatorNode_SetDataBounds", "D_vtkOctreePointLocatorNode_SetDataBounds")); mixin(bindCode("vtkOctreePointLocatorNode_GetDataBounds", "D_vtkOctreePointLocatorNode_GetDataBounds")); mixin(bindCode("vtkOctreePointLocatorNode_SetMinBounds", "D_vtkOctreePointLocatorNode_SetMinBounds")); mixin(bindCode("vtkOctreePointLocatorNode_SetMaxBounds", "D_vtkOctreePointLocatorNode_SetMaxBounds")); mixin(bindCode("vtkOctreePointLocatorNode_SetMinDataBounds", "D_vtkOctreePointLocatorNode_SetMinDataBounds")); mixin(bindCode("vtkOctreePointLocatorNode_SetMaxDataBounds", "D_vtkOctreePointLocatorNode_SetMaxDataBounds")); mixin(bindCode("vtkOctreePointLocatorNode_GetID", "D_vtkOctreePointLocatorNode_GetID")); mixin(bindCode("vtkOctreePointLocatorNode_GetMinID", "D_vtkOctreePointLocatorNode_GetMinID")); mixin(bindCode("vtkOctreePointLocatorNode_CreateChildNodes", "D_vtkOctreePointLocatorNode_CreateChildNodes")); mixin(bindCode("vtkOctreePointLocatorNode_DeleteChildNodes", "D_vtkOctreePointLocatorNode_DeleteChildNodes")); mixin(bindCode("vtkOctreePointLocatorNode_GetChild", "D_vtkOctreePointLocatorNode_GetChild")); mixin(bindCode("vtkOctreePointLocatorNode_IntersectsRegion", "D_vtkOctreePointLocatorNode_IntersectsRegion")); mixin(bindCode("vtkOctreePointLocatorNode_ContainsPoint", "D_vtkOctreePointLocatorNode_ContainsPoint")); mixin(bindCode("vtkOctreePointLocatorNode_GetDistance2ToBoundary__SWIG_0", "D_vtkOctreePointLocatorNode_GetDistance2ToBoundary__SWIG_0")); mixin(bindCode("vtkOctreePointLocatorNode_GetDistance2ToBoundary__SWIG_1", "D_vtkOctreePointLocatorNode_GetDistance2ToBoundary__SWIG_1")); mixin(bindCode("vtkOctreePointLocatorNode_GetDistance2ToInnerBoundary", "D_vtkOctreePointLocatorNode_GetDistance2ToInnerBoundary")); mixin(bindCode("vtkOctreePointLocatorNode_GetSubOctantIndex", "D_vtkOctreePointLocatorNode_GetSubOctantIndex")); mixin(bindCode("vtkOctreePointLocatorNode_ComputeOctreeNodeInformation", "D_vtkOctreePointLocatorNode_ComputeOctreeNodeInformation")); mixin(bindCode("vtkOctreePointLocatorNode_Upcast", "D_vtkOctreePointLocatorNode_Upcast")); mixin(bindCode("vtkBivariateLinearTableThreshold_New", "D_vtkBivariateLinearTableThreshold_New")); mixin(bindCode("vtkBivariateLinearTableThreshold_IsTypeOf", "D_vtkBivariateLinearTableThreshold_IsTypeOf")); mixin(bindCode("vtkBivariateLinearTableThreshold_SafeDownCast", "D_vtkBivariateLinearTableThreshold_SafeDownCast")); mixin(bindCode("vtkBivariateLinearTableThreshold_NewInstance", "D_vtkBivariateLinearTableThreshold_NewInstance")); mixin(bindCode("vtkBivariateLinearTableThreshold_SetInclusive", "D_vtkBivariateLinearTableThreshold_SetInclusive")); mixin(bindCode("vtkBivariateLinearTableThreshold_GetInclusive", "D_vtkBivariateLinearTableThreshold_GetInclusive")); mixin(bindCode("vtkBivariateLinearTableThreshold_AddColumnToThreshold", "D_vtkBivariateLinearTableThreshold_AddColumnToThreshold")); mixin(bindCode("vtkBivariateLinearTableThreshold_GetNumberOfColumnsToThreshold", "D_vtkBivariateLinearTableThreshold_GetNumberOfColumnsToThreshold")); mixin(bindCode("vtkBivariateLinearTableThreshold_GetColumnToThreshold", "D_vtkBivariateLinearTableThreshold_GetColumnToThreshold")); mixin(bindCode("vtkBivariateLinearTableThreshold_ClearColumnsToThreshold", "D_vtkBivariateLinearTableThreshold_ClearColumnsToThreshold")); mixin(bindCode("vtkBivariateLinearTableThreshold_GetSelectedRowIds__SWIG_0", "D_vtkBivariateLinearTableThreshold_GetSelectedRowIds__SWIG_0")); mixin(bindCode("vtkBivariateLinearTableThreshold_GetSelectedRowIds__SWIG_1", "D_vtkBivariateLinearTableThreshold_GetSelectedRowIds__SWIG_1")); mixin(bindCode("vtkBivariateLinearTableThreshold_Initialize", "D_vtkBivariateLinearTableThreshold_Initialize")); mixin(bindCode("vtkBivariateLinearTableThreshold_AddLineEquation__SWIG_0", "D_vtkBivariateLinearTableThreshold_AddLineEquation__SWIG_0")); mixin(bindCode("vtkBivariateLinearTableThreshold_AddLineEquation__SWIG_1", "D_vtkBivariateLinearTableThreshold_AddLineEquation__SWIG_1")); mixin(bindCode("vtkBivariateLinearTableThreshold_AddLineEquation__SWIG_2", "D_vtkBivariateLinearTableThreshold_AddLineEquation__SWIG_2")); mixin(bindCode("vtkBivariateLinearTableThreshold_ClearLineEquations", "D_vtkBivariateLinearTableThreshold_ClearLineEquations")); mixin(bindCode("vtkBivariateLinearTableThreshold_GetLinearThresholdType", "D_vtkBivariateLinearTableThreshold_GetLinearThresholdType")); mixin(bindCode("vtkBivariateLinearTableThreshold_SetLinearThresholdType", "D_vtkBivariateLinearTableThreshold_SetLinearThresholdType")); mixin(bindCode("vtkBivariateLinearTableThreshold_SetLinearThresholdTypeToAbove", "D_vtkBivariateLinearTableThreshold_SetLinearThresholdTypeToAbove")); mixin(bindCode("vtkBivariateLinearTableThreshold_SetLinearThresholdTypeToBelow", "D_vtkBivariateLinearTableThreshold_SetLinearThresholdTypeToBelow")); mixin(bindCode("vtkBivariateLinearTableThreshold_SetLinearThresholdTypeToNear", "D_vtkBivariateLinearTableThreshold_SetLinearThresholdTypeToNear")); mixin(bindCode("vtkBivariateLinearTableThreshold_SetLinearThresholdTypeToBetween", "D_vtkBivariateLinearTableThreshold_SetLinearThresholdTypeToBetween")); mixin(bindCode("vtkBivariateLinearTableThreshold_SetColumnRanges__SWIG_0", "D_vtkBivariateLinearTableThreshold_SetColumnRanges__SWIG_0")); mixin(bindCode("vtkBivariateLinearTableThreshold_SetColumnRanges__SWIG_1", "D_vtkBivariateLinearTableThreshold_SetColumnRanges__SWIG_1")); mixin(bindCode("vtkBivariateLinearTableThreshold_GetColumnRanges__SWIG_0", "D_vtkBivariateLinearTableThreshold_GetColumnRanges__SWIG_0")); mixin(bindCode("vtkBivariateLinearTableThreshold_GetColumnRanges__SWIG_1", "D_vtkBivariateLinearTableThreshold_GetColumnRanges__SWIG_1")); mixin(bindCode("vtkBivariateLinearTableThreshold_GetColumnRanges__SWIG_2", "D_vtkBivariateLinearTableThreshold_GetColumnRanges__SWIG_2")); mixin(bindCode("vtkBivariateLinearTableThreshold_SetDistanceThreshold", "D_vtkBivariateLinearTableThreshold_SetDistanceThreshold")); mixin(bindCode("vtkBivariateLinearTableThreshold_GetDistanceThreshold", "D_vtkBivariateLinearTableThreshold_GetDistanceThreshold")); mixin(bindCode("vtkBivariateLinearTableThreshold_SetUseNormalizedDistance", "D_vtkBivariateLinearTableThreshold_SetUseNormalizedDistance")); mixin(bindCode("vtkBivariateLinearTableThreshold_GetUseNormalizedDistance", "D_vtkBivariateLinearTableThreshold_GetUseNormalizedDistance")); mixin(bindCode("vtkBivariateLinearTableThreshold_UseNormalizedDistanceOn", "D_vtkBivariateLinearTableThreshold_UseNormalizedDistanceOn")); mixin(bindCode("vtkBivariateLinearTableThreshold_UseNormalizedDistanceOff", "D_vtkBivariateLinearTableThreshold_UseNormalizedDistanceOff")); mixin(bindCode("vtkBivariateLinearTableThreshold_ComputeImplicitLineFunction__SWIG_0", "D_vtkBivariateLinearTableThreshold_ComputeImplicitLineFunction__SWIG_0")); mixin(bindCode("vtkBivariateLinearTableThreshold_ComputeImplicitLineFunction__SWIG_1", "D_vtkBivariateLinearTableThreshold_ComputeImplicitLineFunction__SWIG_1")); mixin(bindCode("vtkBivariateLinearTableThreshold_Upcast", "D_vtkBivariateLinearTableThreshold_Upcast")); mixin(bindCode("vtkXMLGenericDataObjectReader_IsTypeOf", "D_vtkXMLGenericDataObjectReader_IsTypeOf")); mixin(bindCode("vtkXMLGenericDataObjectReader_SafeDownCast", "D_vtkXMLGenericDataObjectReader_SafeDownCast")); mixin(bindCode("vtkXMLGenericDataObjectReader_NewInstance", "D_vtkXMLGenericDataObjectReader_NewInstance")); mixin(bindCode("vtkXMLGenericDataObjectReader_New", "D_vtkXMLGenericDataObjectReader_New")); mixin(bindCode("vtkXMLGenericDataObjectReader_GetOutput__SWIG_0", "D_vtkXMLGenericDataObjectReader_GetOutput__SWIG_0")); mixin(bindCode("vtkXMLGenericDataObjectReader_GetOutput__SWIG_1", "D_vtkXMLGenericDataObjectReader_GetOutput__SWIG_1")); mixin(bindCode("vtkXMLGenericDataObjectReader_GetHierarchicalBoxDataSetOutput", "D_vtkXMLGenericDataObjectReader_GetHierarchicalBoxDataSetOutput")); mixin(bindCode("vtkXMLGenericDataObjectReader_GetHyperOctreeOutput", "D_vtkXMLGenericDataObjectReader_GetHyperOctreeOutput")); mixin(bindCode("vtkXMLGenericDataObjectReader_GetImageDataOutput", "D_vtkXMLGenericDataObjectReader_GetImageDataOutput")); mixin(bindCode("vtkXMLGenericDataObjectReader_GetMultiBlockDataSetOutput", "D_vtkXMLGenericDataObjectReader_GetMultiBlockDataSetOutput")); mixin(bindCode("vtkXMLGenericDataObjectReader_GetPolyDataOutput", "D_vtkXMLGenericDataObjectReader_GetPolyDataOutput")); mixin(bindCode("vtkXMLGenericDataObjectReader_GetRectilinearGridOutput", "D_vtkXMLGenericDataObjectReader_GetRectilinearGridOutput")); mixin(bindCode("vtkXMLGenericDataObjectReader_GetStructuredGridOutput", "D_vtkXMLGenericDataObjectReader_GetStructuredGridOutput")); mixin(bindCode("vtkXMLGenericDataObjectReader_GetUnstructuredGridOutput", "D_vtkXMLGenericDataObjectReader_GetUnstructuredGridOutput")); mixin(bindCode("vtkXMLGenericDataObjectReader_SetupEmptyOutput", "D_vtkXMLGenericDataObjectReader_SetupEmptyOutput")); mixin(bindCode("vtkXMLGenericDataObjectReader_ReadOutputType", "D_vtkXMLGenericDataObjectReader_ReadOutputType")); mixin(bindCode("vtkXMLGenericDataObjectReader_Upcast", "D_vtkXMLGenericDataObjectReader_Upcast")); mixin(bindCode("vtkReebGraph_New", "D_vtkReebGraph_New")); mixin(bindCode("vtkReebGraph_IsTypeOf", "D_vtkReebGraph_IsTypeOf")); mixin(bindCode("vtkReebGraph_SafeDownCast", "D_vtkReebGraph_SafeDownCast")); mixin(bindCode("vtkReebGraph_NewInstance", "D_vtkReebGraph_NewInstance")); mixin(bindCode("vtkReebGraph_PrintNodeData", "D_vtkReebGraph_PrintNodeData")); mixin(bindCode("vtkReebGraph_Build__SWIG_0", "D_vtkReebGraph_Build__SWIG_0")); mixin(bindCode("vtkReebGraph_Build__SWIG_1", "D_vtkReebGraph_Build__SWIG_1")); mixin(bindCode("vtkReebGraph_Build__SWIG_2", "D_vtkReebGraph_Build__SWIG_2")); mixin(bindCode("vtkReebGraph_Build__SWIG_3", "D_vtkReebGraph_Build__SWIG_3")); mixin(bindCode("vtkReebGraph_Build__SWIG_4", "D_vtkReebGraph_Build__SWIG_4")); mixin(bindCode("vtkReebGraph_Build__SWIG_5", "D_vtkReebGraph_Build__SWIG_5")); mixin(bindCode("vtkReebGraph_StreamTriangle", "D_vtkReebGraph_StreamTriangle")); mixin(bindCode("vtkReebGraph_StreamTetrahedron", "D_vtkReebGraph_StreamTetrahedron")); mixin(bindCode("vtkReebGraph_CloseStream", "D_vtkReebGraph_CloseStream")); mixin(bindCode("vtkReebGraph_Simplify", "D_vtkReebGraph_Simplify")); mixin(bindCode("vtkReebGraph_Set", "D_vtkReebGraph_Set")); mixin(bindCode("vtkReebGraph_Upcast", "D_vtkReebGraph_Upcast")); mixin(bindCode("vtkMathTextFreeTypeTextRenderer_IsTypeOf", "D_vtkMathTextFreeTypeTextRenderer_IsTypeOf")); mixin(bindCode("vtkMathTextFreeTypeTextRenderer_SafeDownCast", "D_vtkMathTextFreeTypeTextRenderer_SafeDownCast")); mixin(bindCode("vtkMathTextFreeTypeTextRenderer_NewInstance", "D_vtkMathTextFreeTypeTextRenderer_NewInstance")); mixin(bindCode("vtkMathTextFreeTypeTextRenderer_New", "D_vtkMathTextFreeTypeTextRenderer_New")); mixin(bindCode("vtkMathTextFreeTypeTextRenderer_Upcast", "D_vtkMathTextFreeTypeTextRenderer_Upcast")); mixin(bindCode("VTK_MAX_SUPERQUADRIC_RESOLUTION_get", "D_VTK_MAX_SUPERQUADRIC_RESOLUTION_get")); mixin(bindCode("VTK_MIN_SUPERQUADRIC_ROUNDNESS_get", "D_VTK_MIN_SUPERQUADRIC_ROUNDNESS_get")); mixin(bindCode("vtkSuperquadricSource_New", "D_vtkSuperquadricSource_New")); mixin(bindCode("vtkSuperquadricSource_IsTypeOf", "D_vtkSuperquadricSource_IsTypeOf")); mixin(bindCode("vtkSuperquadricSource_SafeDownCast", "D_vtkSuperquadricSource_SafeDownCast")); mixin(bindCode("vtkSuperquadricSource_NewInstance", "D_vtkSuperquadricSource_NewInstance")); mixin(bindCode("vtkSuperquadricSource_SetCenter__SWIG_0", "D_vtkSuperquadricSource_SetCenter__SWIG_0")); mixin(bindCode("vtkSuperquadricSource_SetCenter__SWIG_1", "D_vtkSuperquadricSource_SetCenter__SWIG_1")); mixin(bindCode("vtkSuperquadricSource_GetCenter__SWIG_0", "D_vtkSuperquadricSource_GetCenter__SWIG_0")); mixin(bindCode("vtkSuperquadricSource_GetCenter__SWIG_1", "D_vtkSuperquadricSource_GetCenter__SWIG_1")); mixin(bindCode("vtkSuperquadricSource_SetScale__SWIG_0", "D_vtkSuperquadricSource_SetScale__SWIG_0")); mixin(bindCode("vtkSuperquadricSource_SetScale__SWIG_1", "D_vtkSuperquadricSource_SetScale__SWIG_1")); mixin(bindCode("vtkSuperquadricSource_GetScale__SWIG_0", "D_vtkSuperquadricSource_GetScale__SWIG_0")); mixin(bindCode("vtkSuperquadricSource_GetScale__SWIG_1", "D_vtkSuperquadricSource_GetScale__SWIG_1")); mixin(bindCode("vtkSuperquadricSource_GetThetaResolution", "D_vtkSuperquadricSource_GetThetaResolution")); mixin(bindCode("vtkSuperquadricSource_SetThetaResolution", "D_vtkSuperquadricSource_SetThetaResolution")); mixin(bindCode("vtkSuperquadricSource_GetPhiResolution", "D_vtkSuperquadricSource_GetPhiResolution")); mixin(bindCode("vtkSuperquadricSource_SetPhiResolution", "D_vtkSuperquadricSource_SetPhiResolution")); mixin(bindCode("vtkSuperquadricSource_GetThickness", "D_vtkSuperquadricSource_GetThickness")); mixin(bindCode("vtkSuperquadricSource_SetThickness", "D_vtkSuperquadricSource_SetThickness")); mixin(bindCode("vtkSuperquadricSource_GetThicknessMinValue", "D_vtkSuperquadricSource_GetThicknessMinValue")); mixin(bindCode("vtkSuperquadricSource_GetThicknessMaxValue", "D_vtkSuperquadricSource_GetThicknessMaxValue")); mixin(bindCode("vtkSuperquadricSource_GetPhiRoundness", "D_vtkSuperquadricSource_GetPhiRoundness")); mixin(bindCode("vtkSuperquadricSource_SetPhiRoundness", "D_vtkSuperquadricSource_SetPhiRoundness")); mixin(bindCode("vtkSuperquadricSource_GetThetaRoundness", "D_vtkSuperquadricSource_GetThetaRoundness")); mixin(bindCode("vtkSuperquadricSource_SetThetaRoundness", "D_vtkSuperquadricSource_SetThetaRoundness")); mixin(bindCode("vtkSuperquadricSource_SetSize", "D_vtkSuperquadricSource_SetSize")); mixin(bindCode("vtkSuperquadricSource_GetSize", "D_vtkSuperquadricSource_GetSize")); mixin(bindCode("vtkSuperquadricSource_SetAxisOfSymmetry", "D_vtkSuperquadricSource_SetAxisOfSymmetry")); mixin(bindCode("vtkSuperquadricSource_GetAxisOfSymmetry", "D_vtkSuperquadricSource_GetAxisOfSymmetry")); mixin(bindCode("vtkSuperquadricSource_SetXAxisOfSymmetry", "D_vtkSuperquadricSource_SetXAxisOfSymmetry")); mixin(bindCode("vtkSuperquadricSource_SetYAxisOfSymmetry", "D_vtkSuperquadricSource_SetYAxisOfSymmetry")); mixin(bindCode("vtkSuperquadricSource_SetZAxisOfSymmetry", "D_vtkSuperquadricSource_SetZAxisOfSymmetry")); mixin(bindCode("vtkSuperquadricSource_ToroidalOn", "D_vtkSuperquadricSource_ToroidalOn")); mixin(bindCode("vtkSuperquadricSource_ToroidalOff", "D_vtkSuperquadricSource_ToroidalOff")); mixin(bindCode("vtkSuperquadricSource_GetToroidal", "D_vtkSuperquadricSource_GetToroidal")); mixin(bindCode("vtkSuperquadricSource_SetToroidal", "D_vtkSuperquadricSource_SetToroidal")); mixin(bindCode("vtkSuperquadricSource_Upcast", "D_vtkSuperquadricSource_Upcast")); mixin(bindCode("vtkXMLHyperOctreeWriter_IsTypeOf", "D_vtkXMLHyperOctreeWriter_IsTypeOf")); mixin(bindCode("vtkXMLHyperOctreeWriter_SafeDownCast", "D_vtkXMLHyperOctreeWriter_SafeDownCast")); mixin(bindCode("vtkXMLHyperOctreeWriter_NewInstance", "D_vtkXMLHyperOctreeWriter_NewInstance")); mixin(bindCode("vtkXMLHyperOctreeWriter_New", "D_vtkXMLHyperOctreeWriter_New")); mixin(bindCode("vtkXMLHyperOctreeWriter_Upcast", "D_vtkXMLHyperOctreeWriter_Upcast")); mixin(bindCode("vtkGenericGlyph3DFilter_IsTypeOf", "D_vtkGenericGlyph3DFilter_IsTypeOf")); mixin(bindCode("vtkGenericGlyph3DFilter_SafeDownCast", "D_vtkGenericGlyph3DFilter_SafeDownCast")); mixin(bindCode("vtkGenericGlyph3DFilter_NewInstance", "D_vtkGenericGlyph3DFilter_NewInstance")); mixin(bindCode("vtkGenericGlyph3DFilter_New", "D_vtkGenericGlyph3DFilter_New")); mixin(bindCode("vtkGenericGlyph3DFilter_SetSourceData__SWIG_0", "D_vtkGenericGlyph3DFilter_SetSourceData__SWIG_0")); mixin(bindCode("vtkGenericGlyph3DFilter_SetSourceData__SWIG_1", "D_vtkGenericGlyph3DFilter_SetSourceData__SWIG_1")); mixin(bindCode("vtkGenericGlyph3DFilter_GetSource__SWIG_0", "D_vtkGenericGlyph3DFilter_GetSource__SWIG_0")); mixin(bindCode("vtkGenericGlyph3DFilter_GetSource__SWIG_1", "D_vtkGenericGlyph3DFilter_GetSource__SWIG_1")); mixin(bindCode("vtkGenericGlyph3DFilter_SetScaling", "D_vtkGenericGlyph3DFilter_SetScaling")); mixin(bindCode("vtkGenericGlyph3DFilter_ScalingOn", "D_vtkGenericGlyph3DFilter_ScalingOn")); mixin(bindCode("vtkGenericGlyph3DFilter_ScalingOff", "D_vtkGenericGlyph3DFilter_ScalingOff")); mixin(bindCode("vtkGenericGlyph3DFilter_GetScaling", "D_vtkGenericGlyph3DFilter_GetScaling")); mixin(bindCode("vtkGenericGlyph3DFilter_SetScaleMode", "D_vtkGenericGlyph3DFilter_SetScaleMode")); mixin(bindCode("vtkGenericGlyph3DFilter_GetScaleMode", "D_vtkGenericGlyph3DFilter_GetScaleMode")); mixin(bindCode("vtkGenericGlyph3DFilter_SetScaleModeToScaleByScalar", "D_vtkGenericGlyph3DFilter_SetScaleModeToScaleByScalar")); mixin(bindCode("vtkGenericGlyph3DFilter_SetScaleModeToScaleByVector", "D_vtkGenericGlyph3DFilter_SetScaleModeToScaleByVector")); mixin(bindCode("vtkGenericGlyph3DFilter_SetScaleModeToScaleByVectorComponents", "D_vtkGenericGlyph3DFilter_SetScaleModeToScaleByVectorComponents")); mixin(bindCode("vtkGenericGlyph3DFilter_SetScaleModeToDataScalingOff", "D_vtkGenericGlyph3DFilter_SetScaleModeToDataScalingOff")); mixin(bindCode("vtkGenericGlyph3DFilter_GetScaleModeAsString", "D_vtkGenericGlyph3DFilter_GetScaleModeAsString")); mixin(bindCode("vtkGenericGlyph3DFilter_SetColorMode", "D_vtkGenericGlyph3DFilter_SetColorMode")); mixin(bindCode("vtkGenericGlyph3DFilter_GetColorMode", "D_vtkGenericGlyph3DFilter_GetColorMode")); mixin(bindCode("vtkGenericGlyph3DFilter_SetColorModeToColorByScale", "D_vtkGenericGlyph3DFilter_SetColorModeToColorByScale")); mixin(bindCode("vtkGenericGlyph3DFilter_SetColorModeToColorByScalar", "D_vtkGenericGlyph3DFilter_SetColorModeToColorByScalar")); mixin(bindCode("vtkGenericGlyph3DFilter_SetColorModeToColorByVector", "D_vtkGenericGlyph3DFilter_SetColorModeToColorByVector")); mixin(bindCode("vtkGenericGlyph3DFilter_GetColorModeAsString", "D_vtkGenericGlyph3DFilter_GetColorModeAsString")); mixin(bindCode("vtkGenericGlyph3DFilter_SetScaleFactor", "D_vtkGenericGlyph3DFilter_SetScaleFactor")); mixin(bindCode("vtkGenericGlyph3DFilter_GetScaleFactor", "D_vtkGenericGlyph3DFilter_GetScaleFactor")); mixin(bindCode("vtkGenericGlyph3DFilter_SetRange__SWIG_0", "D_vtkGenericGlyph3DFilter_SetRange__SWIG_0")); mixin(bindCode("vtkGenericGlyph3DFilter_SetRange__SWIG_1", "D_vtkGenericGlyph3DFilter_SetRange__SWIG_1")); mixin(bindCode("vtkGenericGlyph3DFilter_GetRange__SWIG_0", "D_vtkGenericGlyph3DFilter_GetRange__SWIG_0")); mixin(bindCode("vtkGenericGlyph3DFilter_GetRange__SWIG_1", "D_vtkGenericGlyph3DFilter_GetRange__SWIG_1")); mixin(bindCode("vtkGenericGlyph3DFilter_SetOrient", "D_vtkGenericGlyph3DFilter_SetOrient")); mixin(bindCode("vtkGenericGlyph3DFilter_OrientOn", "D_vtkGenericGlyph3DFilter_OrientOn")); mixin(bindCode("vtkGenericGlyph3DFilter_OrientOff", "D_vtkGenericGlyph3DFilter_OrientOff")); mixin(bindCode("vtkGenericGlyph3DFilter_GetOrient", "D_vtkGenericGlyph3DFilter_GetOrient")); mixin(bindCode("vtkGenericGlyph3DFilter_SetClamping", "D_vtkGenericGlyph3DFilter_SetClamping")); mixin(bindCode("vtkGenericGlyph3DFilter_ClampingOn", "D_vtkGenericGlyph3DFilter_ClampingOn")); mixin(bindCode("vtkGenericGlyph3DFilter_ClampingOff", "D_vtkGenericGlyph3DFilter_ClampingOff")); mixin(bindCode("vtkGenericGlyph3DFilter_GetClamping", "D_vtkGenericGlyph3DFilter_GetClamping")); mixin(bindCode("vtkGenericGlyph3DFilter_SetVectorMode", "D_vtkGenericGlyph3DFilter_SetVectorMode")); mixin(bindCode("vtkGenericGlyph3DFilter_GetVectorMode", "D_vtkGenericGlyph3DFilter_GetVectorMode")); mixin(bindCode("vtkGenericGlyph3DFilter_SetVectorModeToUseVector", "D_vtkGenericGlyph3DFilter_SetVectorModeToUseVector")); mixin(bindCode("vtkGenericGlyph3DFilter_SetVectorModeToUseNormal", "D_vtkGenericGlyph3DFilter_SetVectorModeToUseNormal")); mixin(bindCode("vtkGenericGlyph3DFilter_SetVectorModeToVectorRotationOff", "D_vtkGenericGlyph3DFilter_SetVectorModeToVectorRotationOff")); mixin(bindCode("vtkGenericGlyph3DFilter_GetVectorModeAsString", "D_vtkGenericGlyph3DFilter_GetVectorModeAsString")); mixin(bindCode("vtkGenericGlyph3DFilter_SetIndexMode", "D_vtkGenericGlyph3DFilter_SetIndexMode")); mixin(bindCode("vtkGenericGlyph3DFilter_GetIndexMode", "D_vtkGenericGlyph3DFilter_GetIndexMode")); mixin(bindCode("vtkGenericGlyph3DFilter_SetIndexModeToScalar", "D_vtkGenericGlyph3DFilter_SetIndexModeToScalar")); mixin(bindCode("vtkGenericGlyph3DFilter_SetIndexModeToVector", "D_vtkGenericGlyph3DFilter_SetIndexModeToVector")); mixin(bindCode("vtkGenericGlyph3DFilter_SetIndexModeToOff", "D_vtkGenericGlyph3DFilter_SetIndexModeToOff")); mixin(bindCode("vtkGenericGlyph3DFilter_GetIndexModeAsString", "D_vtkGenericGlyph3DFilter_GetIndexModeAsString")); mixin(bindCode("vtkGenericGlyph3DFilter_SetGeneratePointIds", "D_vtkGenericGlyph3DFilter_SetGeneratePointIds")); mixin(bindCode("vtkGenericGlyph3DFilter_GetGeneratePointIds", "D_vtkGenericGlyph3DFilter_GetGeneratePointIds")); mixin(bindCode("vtkGenericGlyph3DFilter_GeneratePointIdsOn", "D_vtkGenericGlyph3DFilter_GeneratePointIdsOn")); mixin(bindCode("vtkGenericGlyph3DFilter_GeneratePointIdsOff", "D_vtkGenericGlyph3DFilter_GeneratePointIdsOff")); mixin(bindCode("vtkGenericGlyph3DFilter_SetPointIdsName", "D_vtkGenericGlyph3DFilter_SetPointIdsName")); mixin(bindCode("vtkGenericGlyph3DFilter_GetPointIdsName", "D_vtkGenericGlyph3DFilter_GetPointIdsName")); mixin(bindCode("vtkGenericGlyph3DFilter_GetInputScalarsSelection", "D_vtkGenericGlyph3DFilter_GetInputScalarsSelection")); mixin(bindCode("vtkGenericGlyph3DFilter_SelectInputScalars", "D_vtkGenericGlyph3DFilter_SelectInputScalars")); mixin(bindCode("vtkGenericGlyph3DFilter_GetInputVectorsSelection", "D_vtkGenericGlyph3DFilter_GetInputVectorsSelection")); mixin(bindCode("vtkGenericGlyph3DFilter_SelectInputVectors", "D_vtkGenericGlyph3DFilter_SelectInputVectors")); mixin(bindCode("vtkGenericGlyph3DFilter_GetInputNormalsSelection", "D_vtkGenericGlyph3DFilter_GetInputNormalsSelection")); mixin(bindCode("vtkGenericGlyph3DFilter_SelectInputNormals", "D_vtkGenericGlyph3DFilter_SelectInputNormals")); mixin(bindCode("vtkGenericGlyph3DFilter_Upcast", "D_vtkGenericGlyph3DFilter_Upcast")); mixin(bindCode("vtkStreamPoints_IsTypeOf", "D_vtkStreamPoints_IsTypeOf")); mixin(bindCode("vtkStreamPoints_SafeDownCast", "D_vtkStreamPoints_SafeDownCast")); mixin(bindCode("vtkStreamPoints_NewInstance", "D_vtkStreamPoints_NewInstance")); mixin(bindCode("vtkStreamPoints_New", "D_vtkStreamPoints_New")); mixin(bindCode("vtkStreamPoints_SetTimeIncrement", "D_vtkStreamPoints_SetTimeIncrement")); mixin(bindCode("vtkStreamPoints_GetTimeIncrementMinValue", "D_vtkStreamPoints_GetTimeIncrementMinValue")); mixin(bindCode("vtkStreamPoints_GetTimeIncrementMaxValue", "D_vtkStreamPoints_GetTimeIncrementMaxValue")); mixin(bindCode("vtkStreamPoints_GetTimeIncrement", "D_vtkStreamPoints_GetTimeIncrement")); mixin(bindCode("vtkStreamPoints_Upcast", "D_vtkStreamPoints_Upcast")); mixin(bindCode("vtkImageEuclideanToPolar_New", "D_vtkImageEuclideanToPolar_New")); mixin(bindCode("vtkImageEuclideanToPolar_IsTypeOf", "D_vtkImageEuclideanToPolar_IsTypeOf")); mixin(bindCode("vtkImageEuclideanToPolar_SafeDownCast", "D_vtkImageEuclideanToPolar_SafeDownCast")); mixin(bindCode("vtkImageEuclideanToPolar_NewInstance", "D_vtkImageEuclideanToPolar_NewInstance")); mixin(bindCode("vtkImageEuclideanToPolar_SetThetaMaximum", "D_vtkImageEuclideanToPolar_SetThetaMaximum")); mixin(bindCode("vtkImageEuclideanToPolar_GetThetaMaximum", "D_vtkImageEuclideanToPolar_GetThetaMaximum")); mixin(bindCode("vtkImageEuclideanToPolar_Upcast", "D_vtkImageEuclideanToPolar_Upcast")); mixin(bindCode("vtkCachedStreamingDemandDrivenPipeline_New", "D_vtkCachedStreamingDemandDrivenPipeline_New")); mixin(bindCode("vtkCachedStreamingDemandDrivenPipeline_IsTypeOf", "D_vtkCachedStreamingDemandDrivenPipeline_IsTypeOf")); mixin(bindCode("vtkCachedStreamingDemandDrivenPipeline_SafeDownCast", "D_vtkCachedStreamingDemandDrivenPipeline_SafeDownCast")); mixin(bindCode("vtkCachedStreamingDemandDrivenPipeline_NewInstance", "D_vtkCachedStreamingDemandDrivenPipeline_NewInstance")); mixin(bindCode("vtkCachedStreamingDemandDrivenPipeline_Update__SWIG_0", "D_vtkCachedStreamingDemandDrivenPipeline_Update__SWIG_0")); mixin(bindCode("vtkCachedStreamingDemandDrivenPipeline_Update__SWIG_1", "D_vtkCachedStreamingDemandDrivenPipeline_Update__SWIG_1")); mixin(bindCode("vtkCachedStreamingDemandDrivenPipeline_SetCacheSize", "D_vtkCachedStreamingDemandDrivenPipeline_SetCacheSize")); mixin(bindCode("vtkCachedStreamingDemandDrivenPipeline_GetCacheSize", "D_vtkCachedStreamingDemandDrivenPipeline_GetCacheSize")); mixin(bindCode("vtkCachedStreamingDemandDrivenPipeline_Upcast", "D_vtkCachedStreamingDemandDrivenPipeline_Upcast")); mixin(bindCode("vtkConvertSelection_New", "D_vtkConvertSelection_New")); mixin(bindCode("vtkConvertSelection_IsTypeOf", "D_vtkConvertSelection_IsTypeOf")); mixin(bindCode("vtkConvertSelection_SafeDownCast", "D_vtkConvertSelection_SafeDownCast")); mixin(bindCode("vtkConvertSelection_NewInstance", "D_vtkConvertSelection_NewInstance")); mixin(bindCode("vtkConvertSelection_SetDataObjectConnection", "D_vtkConvertSelection_SetDataObjectConnection")); mixin(bindCode("vtkConvertSelection_SetInputFieldType", "D_vtkConvertSelection_SetInputFieldType")); mixin(bindCode("vtkConvertSelection_GetInputFieldType", "D_vtkConvertSelection_GetInputFieldType")); mixin(bindCode("vtkConvertSelection_SetOutputType", "D_vtkConvertSelection_SetOutputType")); mixin(bindCode("vtkConvertSelection_GetOutputType", "D_vtkConvertSelection_GetOutputType")); mixin(bindCode("vtkConvertSelection_SetArrayName", "D_vtkConvertSelection_SetArrayName")); mixin(bindCode("vtkConvertSelection_GetArrayName", "D_vtkConvertSelection_GetArrayName")); mixin(bindCode("vtkConvertSelection_SetArrayNames", "D_vtkConvertSelection_SetArrayNames")); mixin(bindCode("vtkConvertSelection_GetArrayNames", "D_vtkConvertSelection_GetArrayNames")); mixin(bindCode("vtkConvertSelection_AddArrayName", "D_vtkConvertSelection_AddArrayName")); mixin(bindCode("vtkConvertSelection_ClearArrayNames", "D_vtkConvertSelection_ClearArrayNames")); mixin(bindCode("vtkConvertSelection_SetMatchAnyValues", "D_vtkConvertSelection_SetMatchAnyValues")); mixin(bindCode("vtkConvertSelection_GetMatchAnyValues", "D_vtkConvertSelection_GetMatchAnyValues")); mixin(bindCode("vtkConvertSelection_MatchAnyValuesOn", "D_vtkConvertSelection_MatchAnyValuesOn")); mixin(bindCode("vtkConvertSelection_MatchAnyValuesOff", "D_vtkConvertSelection_MatchAnyValuesOff")); mixin(bindCode("vtkConvertSelection_SetSelectionExtractor", "D_vtkConvertSelection_SetSelectionExtractor")); mixin(bindCode("vtkConvertSelection_GetSelectionExtractor", "D_vtkConvertSelection_GetSelectionExtractor")); mixin(bindCode("vtkConvertSelection_ToIndexSelection", "D_vtkConvertSelection_ToIndexSelection")); mixin(bindCode("vtkConvertSelection_ToGlobalIdSelection", "D_vtkConvertSelection_ToGlobalIdSelection")); mixin(bindCode("vtkConvertSelection_ToPedigreeIdSelection", "D_vtkConvertSelection_ToPedigreeIdSelection")); mixin(bindCode("vtkConvertSelection_ToValueSelection__SWIG_0", "D_vtkConvertSelection_ToValueSelection__SWIG_0")); mixin(bindCode("vtkConvertSelection_ToValueSelection__SWIG_1", "D_vtkConvertSelection_ToValueSelection__SWIG_1")); mixin(bindCode("vtkConvertSelection_GetSelectedItems", "D_vtkConvertSelection_GetSelectedItems")); mixin(bindCode("vtkConvertSelection_GetSelectedVertices", "D_vtkConvertSelection_GetSelectedVertices")); mixin(bindCode("vtkConvertSelection_GetSelectedEdges", "D_vtkConvertSelection_GetSelectedEdges")); mixin(bindCode("vtkConvertSelection_GetSelectedPoints", "D_vtkConvertSelection_GetSelectedPoints")); mixin(bindCode("vtkConvertSelection_GetSelectedCells", "D_vtkConvertSelection_GetSelectedCells")); mixin(bindCode("vtkConvertSelection_GetSelectedRows", "D_vtkConvertSelection_GetSelectedRows")); mixin(bindCode("vtkConvertSelection_ToSelectionType__SWIG_0", "D_vtkConvertSelection_ToSelectionType__SWIG_0")); mixin(bindCode("vtkConvertSelection_ToSelectionType__SWIG_1", "D_vtkConvertSelection_ToSelectionType__SWIG_1")); mixin(bindCode("vtkConvertSelection_ToSelectionType__SWIG_2", "D_vtkConvertSelection_ToSelectionType__SWIG_2")); mixin(bindCode("vtkConvertSelection_Upcast", "D_vtkConvertSelection_Upcast")); mixin(bindCode("vtkOpenGLGL2PSHelper_SetLineWidth", "D_vtkOpenGLGL2PSHelper_SetLineWidth")); mixin(bindCode("vtkOpenGLGL2PSHelper_SetPointSize", "D_vtkOpenGLGL2PSHelper_SetPointSize")); mixin(bindCode("vtkOpenGLGL2PSHelper_EnableStipple", "D_vtkOpenGLGL2PSHelper_EnableStipple")); mixin(bindCode("vtkOpenGLGL2PSHelper_DisableStipple", "D_vtkOpenGLGL2PSHelper_DisableStipple")); mixin(bindCode("vtkProp3DCollection_New", "D_vtkProp3DCollection_New")); mixin(bindCode("vtkProp3DCollection_IsTypeOf", "D_vtkProp3DCollection_IsTypeOf")); mixin(bindCode("vtkProp3DCollection_SafeDownCast", "D_vtkProp3DCollection_SafeDownCast")); mixin(bindCode("vtkProp3DCollection_NewInstance", "D_vtkProp3DCollection_NewInstance")); mixin(bindCode("vtkProp3DCollection_AddItem", "D_vtkProp3DCollection_AddItem")); mixin(bindCode("vtkProp3DCollection_GetNextProp3D", "D_vtkProp3DCollection_GetNextProp3D")); mixin(bindCode("vtkProp3DCollection_GetLastProp3D", "D_vtkProp3DCollection_GetLastProp3D")); mixin(bindCode("vtkProp3DCollection_Upcast", "D_vtkProp3DCollection_Upcast")); mixin(bindCode("vtkOBBTree_IsTypeOf", "D_vtkOBBTree_IsTypeOf")); mixin(bindCode("vtkOBBTree_SafeDownCast", "D_vtkOBBTree_SafeDownCast")); mixin(bindCode("vtkOBBTree_NewInstance", "D_vtkOBBTree_NewInstance")); mixin(bindCode("vtkOBBTree_New", "D_vtkOBBTree_New")); mixin(bindCode("vtkOBBTree_IntersectWithLine__SWIG_0", "D_vtkOBBTree_IntersectWithLine__SWIG_0")); mixin(bindCode("vtkOBBTree_IntersectWithLine__SWIG_1", "D_vtkOBBTree_IntersectWithLine__SWIG_1")); mixin(bindCode("vtkOBBTree_IntersectWithLine__SWIG_2", "D_vtkOBBTree_IntersectWithLine__SWIG_2")); mixin(bindCode("vtkOBBTree_IntersectWithLine__SWIG_3", "D_vtkOBBTree_IntersectWithLine__SWIG_3")); mixin(bindCode("vtkOBBTree_FindClosestPoint__SWIG_0", "D_vtkOBBTree_FindClosestPoint__SWIG_0")); mixin(bindCode("vtkOBBTree_FindClosestPoint__SWIG_1", "D_vtkOBBTree_FindClosestPoint__SWIG_1")); mixin(bindCode("vtkOBBTree_FindClosestPointWithinRadius__SWIG_0", "D_vtkOBBTree_FindClosestPointWithinRadius__SWIG_0")); mixin(bindCode("vtkOBBTree_FindClosestPointWithinRadius__SWIG_1", "D_vtkOBBTree_FindClosestPointWithinRadius__SWIG_1")); mixin(bindCode("vtkOBBTree_FindClosestPointWithinRadius__SWIG_2", "D_vtkOBBTree_FindClosestPointWithinRadius__SWIG_2")); mixin(bindCode("vtkOBBTree_ComputeOBB__SWIG_0", "D_vtkOBBTree_ComputeOBB__SWIG_0")); mixin(bindCode("vtkOBBTree_ComputeOBB__SWIG_1", "D_vtkOBBTree_ComputeOBB__SWIG_1")); mixin(bindCode("vtkOBBTree_InsideOrOutside", "D_vtkOBBTree_InsideOrOutside")); mixin(bindCode("delete_vtkOBBTree", "D_delete_vtkOBBTree")); mixin(bindCode("vtkOBBTree_Upcast", "D_vtkOBBTree_Upcast")); mixin(bindCode("vtkSelectVisiblePoints_IsTypeOf", "D_vtkSelectVisiblePoints_IsTypeOf")); mixin(bindCode("vtkSelectVisiblePoints_SafeDownCast", "D_vtkSelectVisiblePoints_SafeDownCast")); mixin(bindCode("vtkSelectVisiblePoints_NewInstance", "D_vtkSelectVisiblePoints_NewInstance")); mixin(bindCode("vtkSelectVisiblePoints_New", "D_vtkSelectVisiblePoints_New")); mixin(bindCode("vtkSelectVisiblePoints_SetRenderer", "D_vtkSelectVisiblePoints_SetRenderer")); mixin(bindCode("vtkSelectVisiblePoints_GetRenderer", "D_vtkSelectVisiblePoints_GetRenderer")); mixin(bindCode("vtkSelectVisiblePoints_SetSelectionWindow", "D_vtkSelectVisiblePoints_SetSelectionWindow")); mixin(bindCode("vtkSelectVisiblePoints_GetSelectionWindow", "D_vtkSelectVisiblePoints_GetSelectionWindow")); mixin(bindCode("vtkSelectVisiblePoints_SelectionWindowOn", "D_vtkSelectVisiblePoints_SelectionWindowOn")); mixin(bindCode("vtkSelectVisiblePoints_SelectionWindowOff", "D_vtkSelectVisiblePoints_SelectionWindowOff")); mixin(bindCode("vtkSelectVisiblePoints_SetSelection__SWIG_0", "D_vtkSelectVisiblePoints_SetSelection__SWIG_0")); mixin(bindCode("vtkSelectVisiblePoints_SetSelection__SWIG_1", "D_vtkSelectVisiblePoints_SetSelection__SWIG_1")); mixin(bindCode("vtkSelectVisiblePoints_GetSelection__SWIG_0", "D_vtkSelectVisiblePoints_GetSelection__SWIG_0")); mixin(bindCode("vtkSelectVisiblePoints_GetSelection__SWIG_1", "D_vtkSelectVisiblePoints_GetSelection__SWIG_1")); mixin(bindCode("vtkSelectVisiblePoints_SetSelectInvisible", "D_vtkSelectVisiblePoints_SetSelectInvisible")); mixin(bindCode("vtkSelectVisiblePoints_GetSelectInvisible", "D_vtkSelectVisiblePoints_GetSelectInvisible")); mixin(bindCode("vtkSelectVisiblePoints_SelectInvisibleOn", "D_vtkSelectVisiblePoints_SelectInvisibleOn")); mixin(bindCode("vtkSelectVisiblePoints_SelectInvisibleOff", "D_vtkSelectVisiblePoints_SelectInvisibleOff")); mixin(bindCode("vtkSelectVisiblePoints_SetTolerance", "D_vtkSelectVisiblePoints_SetTolerance")); mixin(bindCode("vtkSelectVisiblePoints_GetToleranceMinValue", "D_vtkSelectVisiblePoints_GetToleranceMinValue")); mixin(bindCode("vtkSelectVisiblePoints_GetToleranceMaxValue", "D_vtkSelectVisiblePoints_GetToleranceMaxValue")); mixin(bindCode("vtkSelectVisiblePoints_GetTolerance", "D_vtkSelectVisiblePoints_GetTolerance")); mixin(bindCode("vtkSelectVisiblePoints_Initialize", "D_vtkSelectVisiblePoints_Initialize")); mixin(bindCode("vtkSelectVisiblePoints_IsPointOccluded", "D_vtkSelectVisiblePoints_IsPointOccluded")); mixin(bindCode("vtkSelectVisiblePoints_Upcast", "D_vtkSelectVisiblePoints_Upcast")); mixin(bindCode("vtkSphereWidget2_New", "D_vtkSphereWidget2_New")); mixin(bindCode("vtkSphereWidget2_IsTypeOf", "D_vtkSphereWidget2_IsTypeOf")); mixin(bindCode("vtkSphereWidget2_SafeDownCast", "D_vtkSphereWidget2_SafeDownCast")); mixin(bindCode("vtkSphereWidget2_NewInstance", "D_vtkSphereWidget2_NewInstance")); mixin(bindCode("vtkSphereWidget2_SetRepresentation", "D_vtkSphereWidget2_SetRepresentation")); mixin(bindCode("vtkSphereWidget2_SetTranslationEnabled", "D_vtkSphereWidget2_SetTranslationEnabled")); mixin(bindCode("vtkSphereWidget2_GetTranslationEnabled", "D_vtkSphereWidget2_GetTranslationEnabled")); mixin(bindCode("vtkSphereWidget2_TranslationEnabledOn", "D_vtkSphereWidget2_TranslationEnabledOn")); mixin(bindCode("vtkSphereWidget2_TranslationEnabledOff", "D_vtkSphereWidget2_TranslationEnabledOff")); mixin(bindCode("vtkSphereWidget2_SetScalingEnabled", "D_vtkSphereWidget2_SetScalingEnabled")); mixin(bindCode("vtkSphereWidget2_GetScalingEnabled", "D_vtkSphereWidget2_GetScalingEnabled")); mixin(bindCode("vtkSphereWidget2_ScalingEnabledOn", "D_vtkSphereWidget2_ScalingEnabledOn")); mixin(bindCode("vtkSphereWidget2_ScalingEnabledOff", "D_vtkSphereWidget2_ScalingEnabledOff")); mixin(bindCode("vtkSphereWidget2_Upcast", "D_vtkSphereWidget2_Upcast")); mixin(bindCode("vtkRenderingFreeTypeOpenGLObjectFactory_New", "D_vtkRenderingFreeTypeOpenGLObjectFactory_New")); mixin(bindCode("vtkRenderingFreeTypeOpenGLObjectFactory_IsTypeOf", "D_vtkRenderingFreeTypeOpenGLObjectFactory_IsTypeOf")); mixin(bindCode("vtkRenderingFreeTypeOpenGLObjectFactory_SafeDownCast", "D_vtkRenderingFreeTypeOpenGLObjectFactory_SafeDownCast")); mixin(bindCode("vtkRenderingFreeTypeOpenGLObjectFactory_NewInstance", "D_vtkRenderingFreeTypeOpenGLObjectFactory_NewInstance")); mixin(bindCode("delete_vtkRenderingFreeTypeOpenGLObjectFactory", "D_delete_vtkRenderingFreeTypeOpenGLObjectFactory")); mixin(bindCode("vtkRenderingFreeTypeOpenGLObjectFactory_Upcast", "D_vtkRenderingFreeTypeOpenGLObjectFactory_Upcast")); mixin(bindCode("vtkProcess_IsTypeOf", "D_vtkProcess_IsTypeOf")); mixin(bindCode("vtkProcess_SafeDownCast", "D_vtkProcess_SafeDownCast")); mixin(bindCode("vtkProcess_NewInstance", "D_vtkProcess_NewInstance")); mixin(bindCode("vtkProcess_Execute", "D_vtkProcess_Execute")); mixin(bindCode("vtkProcess_GetController", "D_vtkProcess_GetController")); mixin(bindCode("vtkProcess_SetController", "D_vtkProcess_SetController")); mixin(bindCode("vtkProcess_GetReturnValue", "D_vtkProcess_GetReturnValue")); mixin(bindCode("delete_vtkProcess", "D_delete_vtkProcess")); mixin(bindCode("vtkProcess_Upcast", "D_vtkProcess_Upcast")); mixin(bindCode("vtkSphericalTransform_New", "D_vtkSphericalTransform_New")); mixin(bindCode("vtkSphericalTransform_IsTypeOf", "D_vtkSphericalTransform_IsTypeOf")); mixin(bindCode("vtkSphericalTransform_SafeDownCast", "D_vtkSphericalTransform_SafeDownCast")); mixin(bindCode("vtkSphericalTransform_NewInstance", "D_vtkSphericalTransform_NewInstance")); mixin(bindCode("vtkSphericalTransform_Upcast", "D_vtkSphericalTransform_Upcast")); mixin(bindCode("vtkImageShrink3D_New", "D_vtkImageShrink3D_New")); mixin(bindCode("vtkImageShrink3D_IsTypeOf", "D_vtkImageShrink3D_IsTypeOf")); mixin(bindCode("vtkImageShrink3D_SafeDownCast", "D_vtkImageShrink3D_SafeDownCast")); mixin(bindCode("vtkImageShrink3D_NewInstance", "D_vtkImageShrink3D_NewInstance")); mixin(bindCode("vtkImageShrink3D_SetShrinkFactors__SWIG_0", "D_vtkImageShrink3D_SetShrinkFactors__SWIG_0")); mixin(bindCode("vtkImageShrink3D_SetShrinkFactors__SWIG_1", "D_vtkImageShrink3D_SetShrinkFactors__SWIG_1")); mixin(bindCode("vtkImageShrink3D_GetShrinkFactors__SWIG_0", "D_vtkImageShrink3D_GetShrinkFactors__SWIG_0")); mixin(bindCode("vtkImageShrink3D_GetShrinkFactors__SWIG_1", "D_vtkImageShrink3D_GetShrinkFactors__SWIG_1")); mixin(bindCode("vtkImageShrink3D_GetShrinkFactors__SWIG_2", "D_vtkImageShrink3D_GetShrinkFactors__SWIG_2")); mixin(bindCode("vtkImageShrink3D_SetShift__SWIG_0", "D_vtkImageShrink3D_SetShift__SWIG_0")); mixin(bindCode("vtkImageShrink3D_SetShift__SWIG_1", "D_vtkImageShrink3D_SetShift__SWIG_1")); mixin(bindCode("vtkImageShrink3D_GetShift__SWIG_0", "D_vtkImageShrink3D_GetShift__SWIG_0")); mixin(bindCode("vtkImageShrink3D_GetShift__SWIG_1", "D_vtkImageShrink3D_GetShift__SWIG_1")); mixin(bindCode("vtkImageShrink3D_GetShift__SWIG_2", "D_vtkImageShrink3D_GetShift__SWIG_2")); mixin(bindCode("vtkImageShrink3D_SetAveraging", "D_vtkImageShrink3D_SetAveraging")); mixin(bindCode("vtkImageShrink3D_GetAveraging", "D_vtkImageShrink3D_GetAveraging")); mixin(bindCode("vtkImageShrink3D_AveragingOn", "D_vtkImageShrink3D_AveragingOn")); mixin(bindCode("vtkImageShrink3D_AveragingOff", "D_vtkImageShrink3D_AveragingOff")); mixin(bindCode("vtkImageShrink3D_SetMean", "D_vtkImageShrink3D_SetMean")); mixin(bindCode("vtkImageShrink3D_GetMean", "D_vtkImageShrink3D_GetMean")); mixin(bindCode("vtkImageShrink3D_MeanOn", "D_vtkImageShrink3D_MeanOn")); mixin(bindCode("vtkImageShrink3D_MeanOff", "D_vtkImageShrink3D_MeanOff")); mixin(bindCode("vtkImageShrink3D_SetMinimum", "D_vtkImageShrink3D_SetMinimum")); mixin(bindCode("vtkImageShrink3D_GetMinimum", "D_vtkImageShrink3D_GetMinimum")); mixin(bindCode("vtkImageShrink3D_MinimumOn", "D_vtkImageShrink3D_MinimumOn")); mixin(bindCode("vtkImageShrink3D_MinimumOff", "D_vtkImageShrink3D_MinimumOff")); mixin(bindCode("vtkImageShrink3D_SetMaximum", "D_vtkImageShrink3D_SetMaximum")); mixin(bindCode("vtkImageShrink3D_GetMaximum", "D_vtkImageShrink3D_GetMaximum")); mixin(bindCode("vtkImageShrink3D_MaximumOn", "D_vtkImageShrink3D_MaximumOn")); mixin(bindCode("vtkImageShrink3D_MaximumOff", "D_vtkImageShrink3D_MaximumOff")); mixin(bindCode("vtkImageShrink3D_SetMedian", "D_vtkImageShrink3D_SetMedian")); mixin(bindCode("vtkImageShrink3D_GetMedian", "D_vtkImageShrink3D_GetMedian")); mixin(bindCode("vtkImageShrink3D_MedianOn", "D_vtkImageShrink3D_MedianOn")); mixin(bindCode("vtkImageShrink3D_MedianOff", "D_vtkImageShrink3D_MedianOff")); mixin(bindCode("vtkImageShrink3D_Upcast", "D_vtkImageShrink3D_Upcast")); mixin(bindCode("vtkParallelCoordinatesRepresentation_New", "D_vtkParallelCoordinatesRepresentation_New")); mixin(bindCode("vtkParallelCoordinatesRepresentation_IsTypeOf", "D_vtkParallelCoordinatesRepresentation_IsTypeOf")); mixin(bindCode("vtkParallelCoordinatesRepresentation_SafeDownCast", "D_vtkParallelCoordinatesRepresentation_SafeDownCast")); mixin(bindCode("vtkParallelCoordinatesRepresentation_NewInstance", "D_vtkParallelCoordinatesRepresentation_NewInstance")); mixin(bindCode("vtkParallelCoordinatesRepresentation_GetHoverText", "D_vtkParallelCoordinatesRepresentation_GetHoverText")); mixin(bindCode("vtkParallelCoordinatesRepresentation_SetPositionAndSize", "D_vtkParallelCoordinatesRepresentation_SetPositionAndSize")); mixin(bindCode("vtkParallelCoordinatesRepresentation_GetPositionAndSize", "D_vtkParallelCoordinatesRepresentation_GetPositionAndSize")); mixin(bindCode("vtkParallelCoordinatesRepresentation_SetAxisTitles__SWIG_0", "D_vtkParallelCoordinatesRepresentation_SetAxisTitles__SWIG_0")); mixin(bindCode("vtkParallelCoordinatesRepresentation_SetAxisTitles__SWIG_1", "D_vtkParallelCoordinatesRepresentation_SetAxisTitles__SWIG_1")); mixin(bindCode("vtkParallelCoordinatesRepresentation_SetPlotTitle", "D_vtkParallelCoordinatesRepresentation_SetPlotTitle")); mixin(bindCode("vtkParallelCoordinatesRepresentation_GetNumberOfAxes", "D_vtkParallelCoordinatesRepresentation_GetNumberOfAxes")); mixin(bindCode("vtkParallelCoordinatesRepresentation_GetNumberOfSamples", "D_vtkParallelCoordinatesRepresentation_GetNumberOfSamples")); mixin(bindCode("vtkParallelCoordinatesRepresentation_SetNumberOfAxisLabels", "D_vtkParallelCoordinatesRepresentation_SetNumberOfAxisLabels")); mixin(bindCode("vtkParallelCoordinatesRepresentation_GetNumberOfAxisLabels", "D_vtkParallelCoordinatesRepresentation_GetNumberOfAxisLabels")); mixin(bindCode("vtkParallelCoordinatesRepresentation_SwapAxisPositions", "D_vtkParallelCoordinatesRepresentation_SwapAxisPositions")); mixin(bindCode("vtkParallelCoordinatesRepresentation_SetXCoordinateOfPosition", "D_vtkParallelCoordinatesRepresentation_SetXCoordinateOfPosition")); mixin(bindCode("vtkParallelCoordinatesRepresentation_GetXCoordinateOfPosition", "D_vtkParallelCoordinatesRepresentation_GetXCoordinateOfPosition")); mixin(bindCode("vtkParallelCoordinatesRepresentation_GetXCoordinatesOfPositions", "D_vtkParallelCoordinatesRepresentation_GetXCoordinatesOfPositions")); mixin(bindCode("vtkParallelCoordinatesRepresentation_GetPositionNearXCoordinate", "D_vtkParallelCoordinatesRepresentation_GetPositionNearXCoordinate")); mixin(bindCode("vtkParallelCoordinatesRepresentation_SetUseCurves", "D_vtkParallelCoordinatesRepresentation_SetUseCurves")); mixin(bindCode("vtkParallelCoordinatesRepresentation_GetUseCurves", "D_vtkParallelCoordinatesRepresentation_GetUseCurves")); mixin(bindCode("vtkParallelCoordinatesRepresentation_UseCurvesOn", "D_vtkParallelCoordinatesRepresentation_UseCurvesOn")); mixin(bindCode("vtkParallelCoordinatesRepresentation_UseCurvesOff", "D_vtkParallelCoordinatesRepresentation_UseCurvesOff")); mixin(bindCode("vtkParallelCoordinatesRepresentation_SetCurveResolution", "D_vtkParallelCoordinatesRepresentation_SetCurveResolution")); mixin(bindCode("vtkParallelCoordinatesRepresentation_GetCurveResolution", "D_vtkParallelCoordinatesRepresentation_GetCurveResolution")); mixin(bindCode("vtkParallelCoordinatesRepresentation_GetLineOpacity", "D_vtkParallelCoordinatesRepresentation_GetLineOpacity")); mixin(bindCode("vtkParallelCoordinatesRepresentation_GetFontSize", "D_vtkParallelCoordinatesRepresentation_GetFontSize")); mixin(bindCode("vtkParallelCoordinatesRepresentation_GetLineColor__SWIG_0", "D_vtkParallelCoordinatesRepresentation_GetLineColor__SWIG_0")); mixin(bindCode("vtkParallelCoordinatesRepresentation_GetLineColor__SWIG_1", "D_vtkParallelCoordinatesRepresentation_GetLineColor__SWIG_1")); mixin(bindCode("vtkParallelCoordinatesRepresentation_GetLineColor__SWIG_2", "D_vtkParallelCoordinatesRepresentation_GetLineColor__SWIG_2")); mixin(bindCode("vtkParallelCoordinatesRepresentation_GetAxisColor__SWIG_0", "D_vtkParallelCoordinatesRepresentation_GetAxisColor__SWIG_0")); mixin(bindCode("vtkParallelCoordinatesRepresentation_GetAxisColor__SWIG_1", "D_vtkParallelCoordinatesRepresentation_GetAxisColor__SWIG_1")); mixin(bindCode("vtkParallelCoordinatesRepresentation_GetAxisColor__SWIG_2", "D_vtkParallelCoordinatesRepresentation_GetAxisColor__SWIG_2")); mixin(bindCode("vtkParallelCoordinatesRepresentation_GetAxisLabelColor__SWIG_0", "D_vtkParallelCoordinatesRepresentation_GetAxisLabelColor__SWIG_0")); mixin(bindCode("vtkParallelCoordinatesRepresentation_GetAxisLabelColor__SWIG_1", "D_vtkParallelCoordinatesRepresentation_GetAxisLabelColor__SWIG_1")); mixin(bindCode("vtkParallelCoordinatesRepresentation_GetAxisLabelColor__SWIG_2", "D_vtkParallelCoordinatesRepresentation_GetAxisLabelColor__SWIG_2")); mixin(bindCode("vtkParallelCoordinatesRepresentation_SetLineOpacity", "D_vtkParallelCoordinatesRepresentation_SetLineOpacity")); mixin(bindCode("vtkParallelCoordinatesRepresentation_SetFontSize", "D_vtkParallelCoordinatesRepresentation_SetFontSize")); mixin(bindCode("vtkParallelCoordinatesRepresentation_SetLineColor__SWIG_0", "D_vtkParallelCoordinatesRepresentation_SetLineColor__SWIG_0")); mixin(bindCode("vtkParallelCoordinatesRepresentation_SetLineColor__SWIG_1", "D_vtkParallelCoordinatesRepresentation_SetLineColor__SWIG_1")); mixin(bindCode("vtkParallelCoordinatesRepresentation_SetAxisColor__SWIG_0", "D_vtkParallelCoordinatesRepresentation_SetAxisColor__SWIG_0")); mixin(bindCode("vtkParallelCoordinatesRepresentation_SetAxisColor__SWIG_1", "D_vtkParallelCoordinatesRepresentation_SetAxisColor__SWIG_1")); mixin(bindCode("vtkParallelCoordinatesRepresentation_SetAxisLabelColor__SWIG_0", "D_vtkParallelCoordinatesRepresentation_SetAxisLabelColor__SWIG_0")); mixin(bindCode("vtkParallelCoordinatesRepresentation_SetAxisLabelColor__SWIG_1", "D_vtkParallelCoordinatesRepresentation_SetAxisLabelColor__SWIG_1")); mixin(bindCode("vtkParallelCoordinatesRepresentation_SetAngleBrushThreshold", "D_vtkParallelCoordinatesRepresentation_SetAngleBrushThreshold")); mixin(bindCode("vtkParallelCoordinatesRepresentation_GetAngleBrushThreshold", "D_vtkParallelCoordinatesRepresentation_GetAngleBrushThreshold")); mixin(bindCode("vtkParallelCoordinatesRepresentation_SetFunctionBrushThreshold", "D_vtkParallelCoordinatesRepresentation_SetFunctionBrushThreshold")); mixin(bindCode("vtkParallelCoordinatesRepresentation_GetFunctionBrushThreshold", "D_vtkParallelCoordinatesRepresentation_GetFunctionBrushThreshold")); mixin(bindCode("vtkParallelCoordinatesRepresentation_GetRangeAtPosition", "D_vtkParallelCoordinatesRepresentation_GetRangeAtPosition")); mixin(bindCode("vtkParallelCoordinatesRepresentation_SetRangeAtPosition", "D_vtkParallelCoordinatesRepresentation_SetRangeAtPosition")); mixin(bindCode("vtkParallelCoordinatesRepresentation_ResetAxes", "D_vtkParallelCoordinatesRepresentation_ResetAxes")); mixin(bindCode("vtkParallelCoordinatesRepresentation_LassoSelect", "D_vtkParallelCoordinatesRepresentation_LassoSelect")); mixin(bindCode("vtkParallelCoordinatesRepresentation_AngleSelect", "D_vtkParallelCoordinatesRepresentation_AngleSelect")); mixin(bindCode("vtkParallelCoordinatesRepresentation_FunctionSelect", "D_vtkParallelCoordinatesRepresentation_FunctionSelect")); mixin(bindCode("vtkParallelCoordinatesRepresentation_RangeSelect", "D_vtkParallelCoordinatesRepresentation_RangeSelect")); mixin(bindCode("vtkParallelCoordinatesRepresentation_Upcast", "D_vtkParallelCoordinatesRepresentation_Upcast")); mixin(bindCode("vtkParallelCoordinatesHistogramRepresentation_New", "D_vtkParallelCoordinatesHistogramRepresentation_New")); mixin(bindCode("vtkParallelCoordinatesHistogramRepresentation_IsTypeOf", "D_vtkParallelCoordinatesHistogramRepresentation_IsTypeOf")); mixin(bindCode("vtkParallelCoordinatesHistogramRepresentation_SafeDownCast", "D_vtkParallelCoordinatesHistogramRepresentation_SafeDownCast")); mixin(bindCode("vtkParallelCoordinatesHistogramRepresentation_NewInstance", "D_vtkParallelCoordinatesHistogramRepresentation_NewInstance")); mixin(bindCode("vtkParallelCoordinatesHistogramRepresentation_SetUseHistograms", "D_vtkParallelCoordinatesHistogramRepresentation_SetUseHistograms")); mixin(bindCode("vtkParallelCoordinatesHistogramRepresentation_GetUseHistograms", "D_vtkParallelCoordinatesHistogramRepresentation_GetUseHistograms")); mixin(bindCode("vtkParallelCoordinatesHistogramRepresentation_UseHistogramsOn", "D_vtkParallelCoordinatesHistogramRepresentation_UseHistogramsOn")); mixin(bindCode("vtkParallelCoordinatesHistogramRepresentation_UseHistogramsOff", "D_vtkParallelCoordinatesHistogramRepresentation_UseHistogramsOff")); mixin(bindCode("vtkParallelCoordinatesHistogramRepresentation_SetShowOutliers", "D_vtkParallelCoordinatesHistogramRepresentation_SetShowOutliers")); mixin(bindCode("vtkParallelCoordinatesHistogramRepresentation_GetShowOutliers", "D_vtkParallelCoordinatesHistogramRepresentation_GetShowOutliers")); mixin(bindCode("vtkParallelCoordinatesHistogramRepresentation_ShowOutliersOn", "D_vtkParallelCoordinatesHistogramRepresentation_ShowOutliersOn")); mixin(bindCode("vtkParallelCoordinatesHistogramRepresentation_ShowOutliersOff", "D_vtkParallelCoordinatesHistogramRepresentation_ShowOutliersOff")); mixin(bindCode("vtkParallelCoordinatesHistogramRepresentation_SetHistogramLookupTableRange__SWIG_0", "D_vtkParallelCoordinatesHistogramRepresentation_SetHistogramLookupTableRange__SWIG_0")); mixin(bindCode("vtkParallelCoordinatesHistogramRepresentation_SetHistogramLookupTableRange__SWIG_1", "D_vtkParallelCoordinatesHistogramRepresentation_SetHistogramLookupTableRange__SWIG_1")); mixin(bindCode("vtkParallelCoordinatesHistogramRepresentation_GetHistogramLookupTableRange__SWIG_0", "D_vtkParallelCoordinatesHistogramRepresentation_GetHistogramLookupTableRange__SWIG_0")); mixin(bindCode("vtkParallelCoordinatesHistogramRepresentation_GetHistogramLookupTableRange__SWIG_1", "D_vtkParallelCoordinatesHistogramRepresentation_GetHistogramLookupTableRange__SWIG_1")); mixin(bindCode("vtkParallelCoordinatesHistogramRepresentation_GetHistogramLookupTableRange__SWIG_2", "D_vtkParallelCoordinatesHistogramRepresentation_GetHistogramLookupTableRange__SWIG_2")); mixin(bindCode("vtkParallelCoordinatesHistogramRepresentation_SetPreferredNumberOfOutliers", "D_vtkParallelCoordinatesHistogramRepresentation_SetPreferredNumberOfOutliers")); mixin(bindCode("vtkParallelCoordinatesHistogramRepresentation_GetPreferredNumberOfOutliers", "D_vtkParallelCoordinatesHistogramRepresentation_GetPreferredNumberOfOutliers")); mixin(bindCode("vtkParallelCoordinatesHistogramRepresentation_Upcast", "D_vtkParallelCoordinatesHistogramRepresentation_Upcast")); mixin(bindCode("vtkImageSobel3D_New", "D_vtkImageSobel3D_New")); mixin(bindCode("vtkImageSobel3D_IsTypeOf", "D_vtkImageSobel3D_IsTypeOf")); mixin(bindCode("vtkImageSobel3D_SafeDownCast", "D_vtkImageSobel3D_SafeDownCast")); mixin(bindCode("vtkImageSobel3D_NewInstance", "D_vtkImageSobel3D_NewInstance")); mixin(bindCode("vtkImageSobel3D_Upcast", "D_vtkImageSobel3D_Upcast")); mixin(bindCode("vtkEnSightGoldReader_New", "D_vtkEnSightGoldReader_New")); mixin(bindCode("vtkEnSightGoldReader_IsTypeOf", "D_vtkEnSightGoldReader_IsTypeOf")); mixin(bindCode("vtkEnSightGoldReader_SafeDownCast", "D_vtkEnSightGoldReader_SafeDownCast")); mixin(bindCode("vtkEnSightGoldReader_NewInstance", "D_vtkEnSightGoldReader_NewInstance")); mixin(bindCode("vtkEnSightGoldReader_Upcast", "D_vtkEnSightGoldReader_Upcast")); mixin(bindCode("vtkROIStencilSource_New", "D_vtkROIStencilSource_New")); mixin(bindCode("vtkROIStencilSource_IsTypeOf", "D_vtkROIStencilSource_IsTypeOf")); mixin(bindCode("vtkROIStencilSource_SafeDownCast", "D_vtkROIStencilSource_SafeDownCast")); mixin(bindCode("vtkROIStencilSource_NewInstance", "D_vtkROIStencilSource_NewInstance")); mixin(bindCode("vtkROIStencilSource_GetShape", "D_vtkROIStencilSource_GetShape")); mixin(bindCode("vtkROIStencilSource_SetShape", "D_vtkROIStencilSource_SetShape")); mixin(bindCode("vtkROIStencilSource_GetShapeMinValue", "D_vtkROIStencilSource_GetShapeMinValue")); mixin(bindCode("vtkROIStencilSource_GetShapeMaxValue", "D_vtkROIStencilSource_GetShapeMaxValue")); mixin(bindCode("vtkROIStencilSource_SetShapeToBox", "D_vtkROIStencilSource_SetShapeToBox")); mixin(bindCode("vtkROIStencilSource_SetShapeToEllipsoid", "D_vtkROIStencilSource_SetShapeToEllipsoid")); mixin(bindCode("vtkROIStencilSource_SetShapeToCylinderX", "D_vtkROIStencilSource_SetShapeToCylinderX")); mixin(bindCode("vtkROIStencilSource_SetShapeToCylinderY", "D_vtkROIStencilSource_SetShapeToCylinderY")); mixin(bindCode("vtkROIStencilSource_SetShapeToCylinderZ", "D_vtkROIStencilSource_SetShapeToCylinderZ")); mixin(bindCode("vtkROIStencilSource_GetShapeAsString", "D_vtkROIStencilSource_GetShapeAsString")); mixin(bindCode("vtkROIStencilSource_GetBounds__SWIG_0", "D_vtkROIStencilSource_GetBounds__SWIG_0")); mixin(bindCode("vtkROIStencilSource_GetBounds__SWIG_1", "D_vtkROIStencilSource_GetBounds__SWIG_1")); mixin(bindCode("vtkROIStencilSource_GetBounds__SWIG_2", "D_vtkROIStencilSource_GetBounds__SWIG_2")); mixin(bindCode("vtkROIStencilSource_SetBounds__SWIG_0", "D_vtkROIStencilSource_SetBounds__SWIG_0")); mixin(bindCode("vtkROIStencilSource_SetBounds__SWIG_1", "D_vtkROIStencilSource_SetBounds__SWIG_1")); mixin(bindCode("vtkROIStencilSource_Upcast", "D_vtkROIStencilSource_Upcast")); mixin(bindCode("vtkUniformVariables_New", "D_vtkUniformVariables_New")); mixin(bindCode("vtkUniformVariables_IsTypeOf", "D_vtkUniformVariables_IsTypeOf")); mixin(bindCode("vtkUniformVariables_SafeDownCast", "D_vtkUniformVariables_SafeDownCast")); mixin(bindCode("vtkUniformVariables_NewInstance", "D_vtkUniformVariables_NewInstance")); mixin(bindCode("vtkUniformVariables_SetUniformi", "D_vtkUniformVariables_SetUniformi")); mixin(bindCode("vtkUniformVariables_SetUniformf", "D_vtkUniformVariables_SetUniformf")); mixin(bindCode("vtkUniformVariables_SetUniformiv", "D_vtkUniformVariables_SetUniformiv")); mixin(bindCode("vtkUniformVariables_SetUniformfv", "D_vtkUniformVariables_SetUniformfv")); mixin(bindCode("vtkUniformVariables_SetUniformMatrix", "D_vtkUniformVariables_SetUniformMatrix")); mixin(bindCode("vtkUniformVariables_RemoveUniform", "D_vtkUniformVariables_RemoveUniform")); mixin(bindCode("vtkUniformVariables_RemoveAllUniforms", "D_vtkUniformVariables_RemoveAllUniforms")); mixin(bindCode("vtkUniformVariables_Send", "D_vtkUniformVariables_Send")); mixin(bindCode("vtkUniformVariables_Start", "D_vtkUniformVariables_Start")); mixin(bindCode("vtkUniformVariables_IsAtEnd", "D_vtkUniformVariables_IsAtEnd")); mixin(bindCode("vtkUniformVariables_GetCurrentName", "D_vtkUniformVariables_GetCurrentName")); mixin(bindCode("vtkUniformVariables_SendCurrentUniform", "D_vtkUniformVariables_SendCurrentUniform")); mixin(bindCode("vtkUniformVariables_Next", "D_vtkUniformVariables_Next")); mixin(bindCode("vtkUniformVariables_DeepCopy", "D_vtkUniformVariables_DeepCopy")); mixin(bindCode("vtkUniformVariables_Merge", "D_vtkUniformVariables_Merge")); mixin(bindCode("vtkUniformVariables_Upcast", "D_vtkUniformVariables_Upcast")); mixin(bindCode("vtkInformationExecutivePortVectorKey_IsTypeOf", "D_vtkInformationExecutivePortVectorKey_IsTypeOf")); mixin(bindCode("vtkInformationExecutivePortVectorKey_SafeDownCast", "D_vtkInformationExecutivePortVectorKey_SafeDownCast")); mixin(bindCode("vtkInformationExecutivePortVectorKey_NewInstance", "D_vtkInformationExecutivePortVectorKey_NewInstance")); mixin(bindCode("new_vtkInformationExecutivePortVectorKey", "D_new_vtkInformationExecutivePortVectorKey")); mixin(bindCode("delete_vtkInformationExecutivePortVectorKey", "D_delete_vtkInformationExecutivePortVectorKey")); mixin(bindCode("vtkInformationExecutivePortVectorKey_Append", "D_vtkInformationExecutivePortVectorKey_Append")); mixin(bindCode("vtkInformationExecutivePortVectorKey_Remove__SWIG_0", "D_vtkInformationExecutivePortVectorKey_Remove__SWIG_0")); mixin(bindCode("vtkInformationExecutivePortVectorKey_Set", "D_vtkInformationExecutivePortVectorKey_Set")); mixin(bindCode("vtkInformationExecutivePortVectorKey_GetExecutives", "D_vtkInformationExecutivePortVectorKey_GetExecutives")); mixin(bindCode("vtkInformationExecutivePortVectorKey_GetPorts", "D_vtkInformationExecutivePortVectorKey_GetPorts")); mixin(bindCode("vtkInformationExecutivePortVectorKey_Get", "D_vtkInformationExecutivePortVectorKey_Get")); mixin(bindCode("vtkInformationExecutivePortVectorKey_Length", "D_vtkInformationExecutivePortVectorKey_Length")); mixin(bindCode("vtkInformationExecutivePortVectorKey_Remove__SWIG_1", "D_vtkInformationExecutivePortVectorKey_Remove__SWIG_1")); mixin(bindCode("vtkInformationExecutivePortVectorKey_Upcast", "D_vtkInformationExecutivePortVectorKey_Upcast")); mixin(bindCode("vtkShaderDeviceAdapter_IsTypeOf", "D_vtkShaderDeviceAdapter_IsTypeOf")); mixin(bindCode("vtkShaderDeviceAdapter_SafeDownCast", "D_vtkShaderDeviceAdapter_SafeDownCast")); mixin(bindCode("vtkShaderDeviceAdapter_NewInstance", "D_vtkShaderDeviceAdapter_NewInstance")); mixin(bindCode("vtkShaderDeviceAdapter_SendAttribute__SWIG_0", "D_vtkShaderDeviceAdapter_SendAttribute__SWIG_0")); mixin(bindCode("vtkShaderDeviceAdapter_SendAttribute__SWIG_1", "D_vtkShaderDeviceAdapter_SendAttribute__SWIG_1")); mixin(bindCode("vtkShaderDeviceAdapter_SetShaderProgram", "D_vtkShaderDeviceAdapter_SetShaderProgram")); mixin(bindCode("vtkShaderDeviceAdapter_GetShaderProgram", "D_vtkShaderDeviceAdapter_GetShaderProgram")); mixin(bindCode("vtkShaderDeviceAdapter_PrepareForRender", "D_vtkShaderDeviceAdapter_PrepareForRender")); mixin(bindCode("vtkShaderDeviceAdapter_Upcast", "D_vtkShaderDeviceAdapter_Upcast")); mixin(bindCode("vtkChartXYZ_IsTypeOf", "D_vtkChartXYZ_IsTypeOf")); mixin(bindCode("vtkChartXYZ_SafeDownCast", "D_vtkChartXYZ_SafeDownCast")); mixin(bindCode("vtkChartXYZ_NewInstance", "D_vtkChartXYZ_NewInstance")); mixin(bindCode("vtkChartXYZ_New", "D_vtkChartXYZ_New")); mixin(bindCode("vtkChartXYZ_SetGeometry", "D_vtkChartXYZ_SetGeometry")); mixin(bindCode("vtkChartXYZ_SetAngle", "D_vtkChartXYZ_SetAngle")); mixin(bindCode("vtkChartXYZ_SetAroundX", "D_vtkChartXYZ_SetAroundX")); mixin(bindCode("vtkChartXYZ_SetAnnotationLink", "D_vtkChartXYZ_SetAnnotationLink")); mixin(bindCode("vtkChartXYZ_GetAxis", "D_vtkChartXYZ_GetAxis")); mixin(bindCode("vtkChartXYZ_SetAxisColor", "D_vtkChartXYZ_SetAxisColor")); mixin(bindCode("vtkChartXYZ_GetAxisColor", "D_vtkChartXYZ_GetAxisColor")); mixin(bindCode("vtkChartXYZ_SetAutoRotate", "D_vtkChartXYZ_SetAutoRotate")); mixin(bindCode("vtkChartXYZ_SetDecorateAxes", "D_vtkChartXYZ_SetDecorateAxes")); mixin(bindCode("vtkChartXYZ_SetFitToScene", "D_vtkChartXYZ_SetFitToScene")); mixin(bindCode("vtkChartXYZ_AddPlot", "D_vtkChartXYZ_AddPlot")); mixin(bindCode("vtkChartXYZ_ClearPlots", "D_vtkChartXYZ_ClearPlots")); mixin(bindCode("vtkChartXYZ_RecalculateBounds", "D_vtkChartXYZ_RecalculateBounds")); mixin(bindCode("vtkChartXYZ_RecalculateTransform", "D_vtkChartXYZ_RecalculateTransform")); mixin(bindCode("vtkChartXYZ_Upcast", "D_vtkChartXYZ_Upcast")); mixin(bindCode("vtkTupleInterpolator_IsTypeOf", "D_vtkTupleInterpolator_IsTypeOf")); mixin(bindCode("vtkTupleInterpolator_SafeDownCast", "D_vtkTupleInterpolator_SafeDownCast")); mixin(bindCode("vtkTupleInterpolator_NewInstance", "D_vtkTupleInterpolator_NewInstance")); mixin(bindCode("vtkTupleInterpolator_New", "D_vtkTupleInterpolator_New")); mixin(bindCode("vtkTupleInterpolator_SetNumberOfComponents", "D_vtkTupleInterpolator_SetNumberOfComponents")); mixin(bindCode("vtkTupleInterpolator_GetNumberOfComponents", "D_vtkTupleInterpolator_GetNumberOfComponents")); mixin(bindCode("vtkTupleInterpolator_GetNumberOfTuples", "D_vtkTupleInterpolator_GetNumberOfTuples")); mixin(bindCode("vtkTupleInterpolator_GetMinimumT", "D_vtkTupleInterpolator_GetMinimumT")); mixin(bindCode("vtkTupleInterpolator_GetMaximumT", "D_vtkTupleInterpolator_GetMaximumT")); mixin(bindCode("vtkTupleInterpolator_Initialize", "D_vtkTupleInterpolator_Initialize")); mixin(bindCode("vtkTupleInterpolator_AddTuple", "D_vtkTupleInterpolator_AddTuple")); mixin(bindCode("vtkTupleInterpolator_RemoveTuple", "D_vtkTupleInterpolator_RemoveTuple")); mixin(bindCode("vtkTupleInterpolator_InterpolateTuple", "D_vtkTupleInterpolator_InterpolateTuple")); mixin(bindCode("vtkTupleInterpolator_SetInterpolationType", "D_vtkTupleInterpolator_SetInterpolationType")); mixin(bindCode("vtkTupleInterpolator_GetInterpolationType", "D_vtkTupleInterpolator_GetInterpolationType")); mixin(bindCode("vtkTupleInterpolator_SetInterpolationTypeToLinear", "D_vtkTupleInterpolator_SetInterpolationTypeToLinear")); mixin(bindCode("vtkTupleInterpolator_SetInterpolationTypeToSpline", "D_vtkTupleInterpolator_SetInterpolationTypeToSpline")); mixin(bindCode("vtkTupleInterpolator_SetInterpolatingSpline", "D_vtkTupleInterpolator_SetInterpolatingSpline")); mixin(bindCode("vtkTupleInterpolator_GetInterpolatingSpline", "D_vtkTupleInterpolator_GetInterpolatingSpline")); mixin(bindCode("vtkTupleInterpolator_Upcast", "D_vtkTupleInterpolator_Upcast")); mixin(bindCode("vtkRenderedAreaPicker_New", "D_vtkRenderedAreaPicker_New")); mixin(bindCode("vtkRenderedAreaPicker_IsTypeOf", "D_vtkRenderedAreaPicker_IsTypeOf")); mixin(bindCode("vtkRenderedAreaPicker_SafeDownCast", "D_vtkRenderedAreaPicker_SafeDownCast")); mixin(bindCode("vtkRenderedAreaPicker_NewInstance", "D_vtkRenderedAreaPicker_NewInstance")); mixin(bindCode("vtkRenderedAreaPicker_Upcast", "D_vtkRenderedAreaPicker_Upcast")); mixin(bindCode("vtkUnstructuredGridLinearRayIntegrator_IsTypeOf", "D_vtkUnstructuredGridLinearRayIntegrator_IsTypeOf")); mixin(bindCode("vtkUnstructuredGridLinearRayIntegrator_SafeDownCast", "D_vtkUnstructuredGridLinearRayIntegrator_SafeDownCast")); mixin(bindCode("vtkUnstructuredGridLinearRayIntegrator_NewInstance", "D_vtkUnstructuredGridLinearRayIntegrator_NewInstance")); mixin(bindCode("vtkUnstructuredGridLinearRayIntegrator_New", "D_vtkUnstructuredGridLinearRayIntegrator_New")); mixin(bindCode("vtkUnstructuredGridLinearRayIntegrator_IntegrateRay__SWIG_0", "D_vtkUnstructuredGridLinearRayIntegrator_IntegrateRay__SWIG_0")); mixin(bindCode("vtkUnstructuredGridLinearRayIntegrator_IntegrateRay__SWIG_1", "D_vtkUnstructuredGridLinearRayIntegrator_IntegrateRay__SWIG_1")); mixin(bindCode("vtkUnstructuredGridLinearRayIntegrator_Psi", "D_vtkUnstructuredGridLinearRayIntegrator_Psi")); mixin(bindCode("vtkUnstructuredGridLinearRayIntegrator_Upcast", "D_vtkUnstructuredGridLinearRayIntegrator_Upcast")); mixin(bindCode("vtkUnstructuredGridReader_New", "D_vtkUnstructuredGridReader_New")); mixin(bindCode("vtkUnstructuredGridReader_IsTypeOf", "D_vtkUnstructuredGridReader_IsTypeOf")); mixin(bindCode("vtkUnstructuredGridReader_SafeDownCast", "D_vtkUnstructuredGridReader_SafeDownCast")); mixin(bindCode("vtkUnstructuredGridReader_NewInstance", "D_vtkUnstructuredGridReader_NewInstance")); mixin(bindCode("vtkUnstructuredGridReader_GetOutput__SWIG_0", "D_vtkUnstructuredGridReader_GetOutput__SWIG_0")); mixin(bindCode("vtkUnstructuredGridReader_GetOutput__SWIG_1", "D_vtkUnstructuredGridReader_GetOutput__SWIG_1")); mixin(bindCode("vtkUnstructuredGridReader_SetOutput", "D_vtkUnstructuredGridReader_SetOutput")); mixin(bindCode("vtkUnstructuredGridReader_Upcast", "D_vtkUnstructuredGridReader_Upcast")); mixin(bindCode("vtkBase64OutputStream_IsTypeOf", "D_vtkBase64OutputStream_IsTypeOf")); mixin(bindCode("vtkBase64OutputStream_SafeDownCast", "D_vtkBase64OutputStream_SafeDownCast")); mixin(bindCode("vtkBase64OutputStream_NewInstance", "D_vtkBase64OutputStream_NewInstance")); mixin(bindCode("vtkBase64OutputStream_New", "D_vtkBase64OutputStream_New")); mixin(bindCode("vtkBase64OutputStream_Upcast", "D_vtkBase64OutputStream_Upcast")); mixin(bindCode("vtkGroupLeafVertices_New", "D_vtkGroupLeafVertices_New")); mixin(bindCode("vtkGroupLeafVertices_IsTypeOf", "D_vtkGroupLeafVertices_IsTypeOf")); mixin(bindCode("vtkGroupLeafVertices_SafeDownCast", "D_vtkGroupLeafVertices_SafeDownCast")); mixin(bindCode("vtkGroupLeafVertices_NewInstance", "D_vtkGroupLeafVertices_NewInstance")); mixin(bindCode("vtkGroupLeafVertices_SetGroupDomain", "D_vtkGroupLeafVertices_SetGroupDomain")); mixin(bindCode("vtkGroupLeafVertices_GetGroupDomain", "D_vtkGroupLeafVertices_GetGroupDomain")); mixin(bindCode("vtkGroupLeafVertices_Upcast", "D_vtkGroupLeafVertices_Upcast")); mixin(bindCode("vtkImageSinusoidSource_New", "D_vtkImageSinusoidSource_New")); mixin(bindCode("vtkImageSinusoidSource_IsTypeOf", "D_vtkImageSinusoidSource_IsTypeOf")); mixin(bindCode("vtkImageSinusoidSource_SafeDownCast", "D_vtkImageSinusoidSource_SafeDownCast")); mixin(bindCode("vtkImageSinusoidSource_NewInstance", "D_vtkImageSinusoidSource_NewInstance")); mixin(bindCode("vtkImageSinusoidSource_SetWholeExtent", "D_vtkImageSinusoidSource_SetWholeExtent")); mixin(bindCode("vtkImageSinusoidSource_SetDirection__SWIG_0", "D_vtkImageSinusoidSource_SetDirection__SWIG_0")); mixin(bindCode("vtkImageSinusoidSource_SetDirection__SWIG_1", "D_vtkImageSinusoidSource_SetDirection__SWIG_1")); mixin(bindCode("vtkImageSinusoidSource_GetDirection__SWIG_0", "D_vtkImageSinusoidSource_GetDirection__SWIG_0")); mixin(bindCode("vtkImageSinusoidSource_GetDirection__SWIG_1", "D_vtkImageSinusoidSource_GetDirection__SWIG_1")); mixin(bindCode("vtkImageSinusoidSource_GetDirection__SWIG_2", "D_vtkImageSinusoidSource_GetDirection__SWIG_2")); mixin(bindCode("vtkImageSinusoidSource_SetPeriod", "D_vtkImageSinusoidSource_SetPeriod")); mixin(bindCode("vtkImageSinusoidSource_GetPeriod", "D_vtkImageSinusoidSource_GetPeriod")); mixin(bindCode("vtkImageSinusoidSource_SetPhase", "D_vtkImageSinusoidSource_SetPhase")); mixin(bindCode("vtkImageSinusoidSource_GetPhase", "D_vtkImageSinusoidSource_GetPhase")); mixin(bindCode("vtkImageSinusoidSource_SetAmplitude", "D_vtkImageSinusoidSource_SetAmplitude")); mixin(bindCode("vtkImageSinusoidSource_GetAmplitude", "D_vtkImageSinusoidSource_GetAmplitude")); mixin(bindCode("vtkImageSinusoidSource_Upcast", "D_vtkImageSinusoidSource_Upcast")); mixin(bindCode("vtkCaptionWidget_New", "D_vtkCaptionWidget_New")); mixin(bindCode("vtkCaptionWidget_IsTypeOf", "D_vtkCaptionWidget_IsTypeOf")); mixin(bindCode("vtkCaptionWidget_SafeDownCast", "D_vtkCaptionWidget_SafeDownCast")); mixin(bindCode("vtkCaptionWidget_NewInstance", "D_vtkCaptionWidget_NewInstance")); mixin(bindCode("vtkCaptionWidget_SetRepresentation", "D_vtkCaptionWidget_SetRepresentation")); mixin(bindCode("vtkCaptionWidget_SetCaptionActor2D", "D_vtkCaptionWidget_SetCaptionActor2D")); mixin(bindCode("vtkCaptionWidget_GetCaptionActor2D", "D_vtkCaptionWidget_GetCaptionActor2D")); mixin(bindCode("vtkCaptionWidget_Upcast", "D_vtkCaptionWidget_Upcast")); mixin(bindCode("vtkGeoCamera_New", "D_vtkGeoCamera_New")); mixin(bindCode("vtkGeoCamera_IsTypeOf", "D_vtkGeoCamera_IsTypeOf")); mixin(bindCode("vtkGeoCamera_SafeDownCast", "D_vtkGeoCamera_SafeDownCast")); mixin(bindCode("vtkGeoCamera_NewInstance", "D_vtkGeoCamera_NewInstance")); mixin(bindCode("vtkGeoCamera_GetPosition__SWIG_0", "D_vtkGeoCamera_GetPosition__SWIG_0")); mixin(bindCode("vtkGeoCamera_GetPosition__SWIG_1", "D_vtkGeoCamera_GetPosition__SWIG_1")); mixin(bindCode("vtkGeoCamera_GetPosition__SWIG_2", "D_vtkGeoCamera_GetPosition__SWIG_2")); mixin(bindCode("vtkGeoCamera_SetLongitude", "D_vtkGeoCamera_SetLongitude")); mixin(bindCode("vtkGeoCamera_GetLongitude", "D_vtkGeoCamera_GetLongitude")); mixin(bindCode("vtkGeoCamera_SetLatitude", "D_vtkGeoCamera_SetLatitude")); mixin(bindCode("vtkGeoCamera_GetLatitude", "D_vtkGeoCamera_GetLatitude")); mixin(bindCode("vtkGeoCamera_SetDistance", "D_vtkGeoCamera_SetDistance")); mixin(bindCode("vtkGeoCamera_GetDistance", "D_vtkGeoCamera_GetDistance")); mixin(bindCode("vtkGeoCamera_SetHeading", "D_vtkGeoCamera_SetHeading")); mixin(bindCode("vtkGeoCamera_GetHeading", "D_vtkGeoCamera_GetHeading")); mixin(bindCode("vtkGeoCamera_SetTilt", "D_vtkGeoCamera_SetTilt")); mixin(bindCode("vtkGeoCamera_GetTilt", "D_vtkGeoCamera_GetTilt")); mixin(bindCode("vtkGeoCamera_GetVTKCamera", "D_vtkGeoCamera_GetVTKCamera")); mixin(bindCode("vtkGeoCamera_InitializeNodeAnalysis", "D_vtkGeoCamera_InitializeNodeAnalysis")); mixin(bindCode("vtkGeoCamera_GetNodeCoverage", "D_vtkGeoCamera_GetNodeCoverage")); mixin(bindCode("vtkGeoCamera_GetLockHeading", "D_vtkGeoCamera_GetLockHeading")); mixin(bindCode("vtkGeoCamera_SetLockHeading", "D_vtkGeoCamera_SetLockHeading")); mixin(bindCode("vtkGeoCamera_LockHeadingOn", "D_vtkGeoCamera_LockHeadingOn")); mixin(bindCode("vtkGeoCamera_LockHeadingOff", "D_vtkGeoCamera_LockHeadingOff")); mixin(bindCode("vtkGeoCamera_SetOriginLatitude", "D_vtkGeoCamera_SetOriginLatitude")); mixin(bindCode("vtkGeoCamera_GetOriginLatitude", "D_vtkGeoCamera_GetOriginLatitude")); mixin(bindCode("vtkGeoCamera_SetOriginLongitude", "D_vtkGeoCamera_SetOriginLongitude")); mixin(bindCode("vtkGeoCamera_GetOriginLongitude", "D_vtkGeoCamera_GetOriginLongitude")); mixin(bindCode("vtkGeoCamera_GetOrigin__SWIG_0", "D_vtkGeoCamera_GetOrigin__SWIG_0")); mixin(bindCode("vtkGeoCamera_GetOrigin__SWIG_1", "D_vtkGeoCamera_GetOrigin__SWIG_1")); mixin(bindCode("vtkGeoCamera_GetOrigin__SWIG_2", "D_vtkGeoCamera_GetOrigin__SWIG_2")); mixin(bindCode("vtkGeoCamera_SetOrigin", "D_vtkGeoCamera_SetOrigin")); mixin(bindCode("vtkGeoCamera_Upcast", "D_vtkGeoCamera_Upcast")); mixin(bindCode("vtkTexturedButtonRepresentation2D_New", "D_vtkTexturedButtonRepresentation2D_New")); mixin(bindCode("vtkTexturedButtonRepresentation2D_IsTypeOf", "D_vtkTexturedButtonRepresentation2D_IsTypeOf")); mixin(bindCode("vtkTexturedButtonRepresentation2D_SafeDownCast", "D_vtkTexturedButtonRepresentation2D_SafeDownCast")); mixin(bindCode("vtkTexturedButtonRepresentation2D_NewInstance", "D_vtkTexturedButtonRepresentation2D_NewInstance")); mixin(bindCode("vtkTexturedButtonRepresentation2D_SetProperty", "D_vtkTexturedButtonRepresentation2D_SetProperty")); mixin(bindCode("vtkTexturedButtonRepresentation2D_GetProperty", "D_vtkTexturedButtonRepresentation2D_GetProperty")); mixin(bindCode("vtkTexturedButtonRepresentation2D_SetHoveringProperty", "D_vtkTexturedButtonRepresentation2D_SetHoveringProperty")); mixin(bindCode("vtkTexturedButtonRepresentation2D_GetHoveringProperty", "D_vtkTexturedButtonRepresentation2D_GetHoveringProperty")); mixin(bindCode("vtkTexturedButtonRepresentation2D_SetSelectingProperty", "D_vtkTexturedButtonRepresentation2D_SetSelectingProperty")); mixin(bindCode("vtkTexturedButtonRepresentation2D_GetSelectingProperty", "D_vtkTexturedButtonRepresentation2D_GetSelectingProperty")); mixin(bindCode("vtkTexturedButtonRepresentation2D_SetButtonTexture", "D_vtkTexturedButtonRepresentation2D_SetButtonTexture")); mixin(bindCode("vtkTexturedButtonRepresentation2D_GetButtonTexture", "D_vtkTexturedButtonRepresentation2D_GetButtonTexture")); mixin(bindCode("vtkTexturedButtonRepresentation2D_GetBalloon", "D_vtkTexturedButtonRepresentation2D_GetBalloon")); mixin(bindCode("vtkTexturedButtonRepresentation2D_ComputeInteractionState__SWIG_0", "D_vtkTexturedButtonRepresentation2D_ComputeInteractionState__SWIG_0")); mixin(bindCode("vtkTexturedButtonRepresentation2D_ComputeInteractionState__SWIG_1", "D_vtkTexturedButtonRepresentation2D_ComputeInteractionState__SWIG_1")); mixin(bindCode("vtkTexturedButtonRepresentation2D_PlaceWidget__SWIG_0", "D_vtkTexturedButtonRepresentation2D_PlaceWidget__SWIG_0")); mixin(bindCode("vtkTexturedButtonRepresentation2D_PlaceWidget__SWIG_1", "D_vtkTexturedButtonRepresentation2D_PlaceWidget__SWIG_1")); mixin(bindCode("vtkTexturedButtonRepresentation2D_Upcast", "D_vtkTexturedButtonRepresentation2D_Upcast")); mixin(bindCode("vtkProteinRibbonFilter_IsTypeOf", "D_vtkProteinRibbonFilter_IsTypeOf")); mixin(bindCode("vtkProteinRibbonFilter_SafeDownCast", "D_vtkProteinRibbonFilter_SafeDownCast")); mixin(bindCode("vtkProteinRibbonFilter_NewInstance", "D_vtkProteinRibbonFilter_NewInstance")); mixin(bindCode("vtkProteinRibbonFilter_New", "D_vtkProteinRibbonFilter_New")); mixin(bindCode("vtkProteinRibbonFilter_GetCoilWidth", "D_vtkProteinRibbonFilter_GetCoilWidth")); mixin(bindCode("vtkProteinRibbonFilter_SetCoilWidth", "D_vtkProteinRibbonFilter_SetCoilWidth")); mixin(bindCode("vtkProteinRibbonFilter_GetHelixWidth", "D_vtkProteinRibbonFilter_GetHelixWidth")); mixin(bindCode("vtkProteinRibbonFilter_SetHelixWidth", "D_vtkProteinRibbonFilter_SetHelixWidth")); mixin(bindCode("vtkProteinRibbonFilter_GetSubdivideFactor", "D_vtkProteinRibbonFilter_GetSubdivideFactor")); mixin(bindCode("vtkProteinRibbonFilter_SetSubdivideFactor", "D_vtkProteinRibbonFilter_SetSubdivideFactor")); mixin(bindCode("vtkProteinRibbonFilter_GetDrawSmallMoleculesAsSpheres", "D_vtkProteinRibbonFilter_GetDrawSmallMoleculesAsSpheres")); mixin(bindCode("vtkProteinRibbonFilter_SetDrawSmallMoleculesAsSpheres", "D_vtkProteinRibbonFilter_SetDrawSmallMoleculesAsSpheres")); mixin(bindCode("vtkProteinRibbonFilter_GetSphereResolution", "D_vtkProteinRibbonFilter_GetSphereResolution")); mixin(bindCode("vtkProteinRibbonFilter_SetSphereResolution", "D_vtkProteinRibbonFilter_SetSphereResolution")); mixin(bindCode("vtkProteinRibbonFilter_Upcast", "D_vtkProteinRibbonFilter_Upcast")); mixin(bindCode("vtkImageCacheFilter_New", "D_vtkImageCacheFilter_New")); mixin(bindCode("vtkImageCacheFilter_IsTypeOf", "D_vtkImageCacheFilter_IsTypeOf")); mixin(bindCode("vtkImageCacheFilter_SafeDownCast", "D_vtkImageCacheFilter_SafeDownCast")); mixin(bindCode("vtkImageCacheFilter_NewInstance", "D_vtkImageCacheFilter_NewInstance")); mixin(bindCode("vtkImageCacheFilter_SetCacheSize", "D_vtkImageCacheFilter_SetCacheSize")); mixin(bindCode("vtkImageCacheFilter_GetCacheSize", "D_vtkImageCacheFilter_GetCacheSize")); mixin(bindCode("vtkImageCacheFilter_Upcast", "D_vtkImageCacheFilter_Upcast")); mixin(bindCode("vtkParallelopipedRepresentation_New", "D_vtkParallelopipedRepresentation_New")); mixin(bindCode("vtkParallelopipedRepresentation_IsTypeOf", "D_vtkParallelopipedRepresentation_IsTypeOf")); mixin(bindCode("vtkParallelopipedRepresentation_SafeDownCast", "D_vtkParallelopipedRepresentation_SafeDownCast")); mixin(bindCode("vtkParallelopipedRepresentation_NewInstance", "D_vtkParallelopipedRepresentation_NewInstance")); mixin(bindCode("vtkParallelopipedRepresentation_PlaceWidget__SWIG_0", "D_vtkParallelopipedRepresentation_PlaceWidget__SWIG_0")); mixin(bindCode("vtkParallelopipedRepresentation_PlaceWidget__SWIG_1", "D_vtkParallelopipedRepresentation_PlaceWidget__SWIG_1")); mixin(bindCode("vtkParallelopipedRepresentation_SetInteractionState", "D_vtkParallelopipedRepresentation_SetInteractionState")); mixin(bindCode("vtkParallelopipedRepresentation_GetBoundingPlanes", "D_vtkParallelopipedRepresentation_GetBoundingPlanes")); mixin(bindCode("vtkParallelopipedRepresentation_GetPolyData", "D_vtkParallelopipedRepresentation_GetPolyData")); mixin(bindCode("vtkParallelopipedRepresentation_SetHandleProperty", "D_vtkParallelopipedRepresentation_SetHandleProperty")); mixin(bindCode("vtkParallelopipedRepresentation_SetHoveredHandleProperty", "D_vtkParallelopipedRepresentation_SetHoveredHandleProperty")); mixin(bindCode("vtkParallelopipedRepresentation_SetSelectedHandleProperty", "D_vtkParallelopipedRepresentation_SetSelectedHandleProperty")); mixin(bindCode("vtkParallelopipedRepresentation_GetHandleProperty", "D_vtkParallelopipedRepresentation_GetHandleProperty")); mixin(bindCode("vtkParallelopipedRepresentation_GetHoveredHandleProperty", "D_vtkParallelopipedRepresentation_GetHoveredHandleProperty")); mixin(bindCode("vtkParallelopipedRepresentation_GetSelectedHandleProperty", "D_vtkParallelopipedRepresentation_GetSelectedHandleProperty")); mixin(bindCode("vtkParallelopipedRepresentation_SetHandleRepresentation", "D_vtkParallelopipedRepresentation_SetHandleRepresentation")); mixin(bindCode("vtkParallelopipedRepresentation_GetHandleRepresentation", "D_vtkParallelopipedRepresentation_GetHandleRepresentation")); mixin(bindCode("vtkParallelopipedRepresentation_HandlesOn", "D_vtkParallelopipedRepresentation_HandlesOn")); mixin(bindCode("vtkParallelopipedRepresentation_HandlesOff", "D_vtkParallelopipedRepresentation_HandlesOff")); mixin(bindCode("vtkParallelopipedRepresentation_GetFaceProperty", "D_vtkParallelopipedRepresentation_GetFaceProperty")); mixin(bindCode("vtkParallelopipedRepresentation_GetSelectedFaceProperty", "D_vtkParallelopipedRepresentation_GetSelectedFaceProperty")); mixin(bindCode("vtkParallelopipedRepresentation_GetOutlineProperty", "D_vtkParallelopipedRepresentation_GetOutlineProperty")); mixin(bindCode("vtkParallelopipedRepresentation_GetSelectedOutlineProperty", "D_vtkParallelopipedRepresentation_GetSelectedOutlineProperty")); mixin(bindCode("vtkParallelopipedRepresentation_ComputeInteractionState__SWIG_0", "D_vtkParallelopipedRepresentation_ComputeInteractionState__SWIG_0")); mixin(bindCode("vtkParallelopipedRepresentation_ComputeInteractionState__SWIG_1", "D_vtkParallelopipedRepresentation_ComputeInteractionState__SWIG_1")); mixin(bindCode("vtkParallelopipedRepresentation_Translate__SWIG_0", "D_vtkParallelopipedRepresentation_Translate__SWIG_0")); mixin(bindCode("vtkParallelopipedRepresentation_Translate__SWIG_1", "D_vtkParallelopipedRepresentation_Translate__SWIG_1")); mixin(bindCode("vtkParallelopipedRepresentation_Scale", "D_vtkParallelopipedRepresentation_Scale")); mixin(bindCode("vtkParallelopipedRepresentation_PositionHandles", "D_vtkParallelopipedRepresentation_PositionHandles")); mixin(bindCode("vtkParallelopipedRepresentation_SetMinimumThickness", "D_vtkParallelopipedRepresentation_SetMinimumThickness")); mixin(bindCode("vtkParallelopipedRepresentation_GetMinimumThickness", "D_vtkParallelopipedRepresentation_GetMinimumThickness")); mixin(bindCode("vtkParallelopipedRepresentation_Upcast", "D_vtkParallelopipedRepresentation_Upcast")); mixin(bindCode("vtkExodusIIReaderParser_New", "D_vtkExodusIIReaderParser_New")); mixin(bindCode("vtkExodusIIReaderParser_IsTypeOf", "D_vtkExodusIIReaderParser_IsTypeOf")); mixin(bindCode("vtkExodusIIReaderParser_SafeDownCast", "D_vtkExodusIIReaderParser_SafeDownCast")); mixin(bindCode("vtkExodusIIReaderParser_NewInstance", "D_vtkExodusIIReaderParser_NewInstance")); mixin(bindCode("vtkExodusIIReaderParser_GetSIL", "D_vtkExodusIIReaderParser_GetSIL")); mixin(bindCode("vtkExodusIIReaderParser_Go", "D_vtkExodusIIReaderParser_Go")); mixin(bindCode("vtkExodusIIReaderParser_HasInformationAboutBlock", "D_vtkExodusIIReaderParser_HasInformationAboutBlock")); mixin(bindCode("vtkExodusIIReaderParser_GetBlockName", "D_vtkExodusIIReaderParser_GetBlockName")); mixin(bindCode("vtkExodusIIReaderParser_GetBlockIds", "D_vtkExodusIIReaderParser_GetBlockIds")); mixin(bindCode("new_vtkExodusIIReaderParser", "D_new_vtkExodusIIReaderParser")); mixin(bindCode("delete_vtkExodusIIReaderParser", "D_delete_vtkExodusIIReaderParser")); mixin(bindCode("vtkExodusIIReaderParser_Upcast", "D_vtkExodusIIReaderParser_Upcast")); mixin(bindCode("vtkMNITagPointReader_IsTypeOf", "D_vtkMNITagPointReader_IsTypeOf")); mixin(bindCode("vtkMNITagPointReader_SafeDownCast", "D_vtkMNITagPointReader_SafeDownCast")); mixin(bindCode("vtkMNITagPointReader_NewInstance", "D_vtkMNITagPointReader_NewInstance")); mixin(bindCode("vtkMNITagPointReader_New", "D_vtkMNITagPointReader_New")); mixin(bindCode("vtkMNITagPointReader_SetFileName", "D_vtkMNITagPointReader_SetFileName")); mixin(bindCode("vtkMNITagPointReader_GetFileName", "D_vtkMNITagPointReader_GetFileName")); mixin(bindCode("vtkMNITagPointReader_GetFileExtensions", "D_vtkMNITagPointReader_GetFileExtensions")); mixin(bindCode("vtkMNITagPointReader_GetDescriptiveName", "D_vtkMNITagPointReader_GetDescriptiveName")); mixin(bindCode("vtkMNITagPointReader_CanReadFile", "D_vtkMNITagPointReader_CanReadFile")); mixin(bindCode("vtkMNITagPointReader_GetNumberOfVolumes", "D_vtkMNITagPointReader_GetNumberOfVolumes")); mixin(bindCode("vtkMNITagPointReader_GetPoints__SWIG_0", "D_vtkMNITagPointReader_GetPoints__SWIG_0")); mixin(bindCode("vtkMNITagPointReader_GetPoints__SWIG_1", "D_vtkMNITagPointReader_GetPoints__SWIG_1")); mixin(bindCode("vtkMNITagPointReader_GetLabelText", "D_vtkMNITagPointReader_GetLabelText")); mixin(bindCode("vtkMNITagPointReader_GetWeights", "D_vtkMNITagPointReader_GetWeights")); mixin(bindCode("vtkMNITagPointReader_GetStructureIds", "D_vtkMNITagPointReader_GetStructureIds")); mixin(bindCode("vtkMNITagPointReader_GetPatientIds", "D_vtkMNITagPointReader_GetPatientIds")); mixin(bindCode("vtkMNITagPointReader_GetComments", "D_vtkMNITagPointReader_GetComments")); mixin(bindCode("vtkMNITagPointReader_Upcast", "D_vtkMNITagPointReader_Upcast")); mixin(bindCode("vtkMINCImageWriter_IsTypeOf", "D_vtkMINCImageWriter_IsTypeOf")); mixin(bindCode("vtkMINCImageWriter_SafeDownCast", "D_vtkMINCImageWriter_SafeDownCast")); mixin(bindCode("vtkMINCImageWriter_NewInstance", "D_vtkMINCImageWriter_NewInstance")); mixin(bindCode("vtkMINCImageWriter_New", "D_vtkMINCImageWriter_New")); mixin(bindCode("vtkMINCImageWriter_GetFileExtensions", "D_vtkMINCImageWriter_GetFileExtensions")); mixin(bindCode("vtkMINCImageWriter_GetDescriptiveName", "D_vtkMINCImageWriter_GetDescriptiveName")); mixin(bindCode("vtkMINCImageWriter_SetDirectionCosines", "D_vtkMINCImageWriter_SetDirectionCosines")); mixin(bindCode("vtkMINCImageWriter_GetDirectionCosines", "D_vtkMINCImageWriter_GetDirectionCosines")); mixin(bindCode("vtkMINCImageWriter_SetRescaleSlope", "D_vtkMINCImageWriter_SetRescaleSlope")); mixin(bindCode("vtkMINCImageWriter_GetRescaleSlope", "D_vtkMINCImageWriter_GetRescaleSlope")); mixin(bindCode("vtkMINCImageWriter_SetRescaleIntercept", "D_vtkMINCImageWriter_SetRescaleIntercept")); mixin(bindCode("vtkMINCImageWriter_GetRescaleIntercept", "D_vtkMINCImageWriter_GetRescaleIntercept")); mixin(bindCode("vtkMINCImageWriter_SetImageAttributes", "D_vtkMINCImageWriter_SetImageAttributes")); mixin(bindCode("vtkMINCImageWriter_GetImageAttributes", "D_vtkMINCImageWriter_GetImageAttributes")); mixin(bindCode("vtkMINCImageWriter_SetStrictValidation", "D_vtkMINCImageWriter_SetStrictValidation")); mixin(bindCode("vtkMINCImageWriter_StrictValidationOn", "D_vtkMINCImageWriter_StrictValidationOn")); mixin(bindCode("vtkMINCImageWriter_StrictValidationOff", "D_vtkMINCImageWriter_StrictValidationOff")); mixin(bindCode("vtkMINCImageWriter_GetStrictValidation", "D_vtkMINCImageWriter_GetStrictValidation")); mixin(bindCode("vtkMINCImageWriter_SetHistoryAddition", "D_vtkMINCImageWriter_SetHistoryAddition")); mixin(bindCode("vtkMINCImageWriter_GetHistoryAddition", "D_vtkMINCImageWriter_GetHistoryAddition")); mixin(bindCode("vtkMINCImageWriter_Upcast", "D_vtkMINCImageWriter_Upcast")); mixin(bindCode("vtkGPUVolumeRayCastMapper_New", "D_vtkGPUVolumeRayCastMapper_New")); mixin(bindCode("vtkGPUVolumeRayCastMapper_IsTypeOf", "D_vtkGPUVolumeRayCastMapper_IsTypeOf")); mixin(bindCode("vtkGPUVolumeRayCastMapper_SafeDownCast", "D_vtkGPUVolumeRayCastMapper_SafeDownCast")); mixin(bindCode("vtkGPUVolumeRayCastMapper_NewInstance", "D_vtkGPUVolumeRayCastMapper_NewInstance")); mixin(bindCode("vtkGPUVolumeRayCastMapper_SetAutoAdjustSampleDistances", "D_vtkGPUVolumeRayCastMapper_SetAutoAdjustSampleDistances")); mixin(bindCode("vtkGPUVolumeRayCastMapper_GetAutoAdjustSampleDistancesMinValue", "D_vtkGPUVolumeRayCastMapper_GetAutoAdjustSampleDistancesMinValue")); mixin(bindCode("vtkGPUVolumeRayCastMapper_GetAutoAdjustSampleDistancesMaxValue", "D_vtkGPUVolumeRayCastMapper_GetAutoAdjustSampleDistancesMaxValue")); mixin(bindCode("vtkGPUVolumeRayCastMapper_GetAutoAdjustSampleDistances", "D_vtkGPUVolumeRayCastMapper_GetAutoAdjustSampleDistances")); mixin(bindCode("vtkGPUVolumeRayCastMapper_AutoAdjustSampleDistancesOn", "D_vtkGPUVolumeRayCastMapper_AutoAdjustSampleDistancesOn")); mixin(bindCode("vtkGPUVolumeRayCastMapper_AutoAdjustSampleDistancesOff", "D_vtkGPUVolumeRayCastMapper_AutoAdjustSampleDistancesOff")); mixin(bindCode("vtkGPUVolumeRayCastMapper_SetSampleDistance", "D_vtkGPUVolumeRayCastMapper_SetSampleDistance")); mixin(bindCode("vtkGPUVolumeRayCastMapper_GetSampleDistance", "D_vtkGPUVolumeRayCastMapper_GetSampleDistance")); mixin(bindCode("vtkGPUVolumeRayCastMapper_SetImageSampleDistance", "D_vtkGPUVolumeRayCastMapper_SetImageSampleDistance")); mixin(bindCode("vtkGPUVolumeRayCastMapper_GetImageSampleDistanceMinValue", "D_vtkGPUVolumeRayCastMapper_GetImageSampleDistanceMinValue")); mixin(bindCode("vtkGPUVolumeRayCastMapper_GetImageSampleDistanceMaxValue", "D_vtkGPUVolumeRayCastMapper_GetImageSampleDistanceMaxValue")); mixin(bindCode("vtkGPUVolumeRayCastMapper_GetImageSampleDistance", "D_vtkGPUVolumeRayCastMapper_GetImageSampleDistance")); mixin(bindCode("vtkGPUVolumeRayCastMapper_SetMinimumImageSampleDistance", "D_vtkGPUVolumeRayCastMapper_SetMinimumImageSampleDistance")); mixin(bindCode("vtkGPUVolumeRayCastMapper_GetMinimumImageSampleDistanceMinValue", "D_vtkGPUVolumeRayCastMapper_GetMinimumImageSampleDistanceMinValue")); mixin(bindCode("vtkGPUVolumeRayCastMapper_GetMinimumImageSampleDistanceMaxValue", "D_vtkGPUVolumeRayCastMapper_GetMinimumImageSampleDistanceMaxValue")); mixin(bindCode("vtkGPUVolumeRayCastMapper_GetMinimumImageSampleDistance", "D_vtkGPUVolumeRayCastMapper_GetMinimumImageSampleDistance")); mixin(bindCode("vtkGPUVolumeRayCastMapper_SetMaximumImageSampleDistance", "D_vtkGPUVolumeRayCastMapper_SetMaximumImageSampleDistance")); mixin(bindCode("vtkGPUVolumeRayCastMapper_GetMaximumImageSampleDistanceMinValue", "D_vtkGPUVolumeRayCastMapper_GetMaximumImageSampleDistanceMinValue")); mixin(bindCode("vtkGPUVolumeRayCastMapper_GetMaximumImageSampleDistanceMaxValue", "D_vtkGPUVolumeRayCastMapper_GetMaximumImageSampleDistanceMaxValue")); mixin(bindCode("vtkGPUVolumeRayCastMapper_GetMaximumImageSampleDistance", "D_vtkGPUVolumeRayCastMapper_GetMaximumImageSampleDistance")); mixin(bindCode("vtkGPUVolumeRayCastMapper_SetFinalColorWindow", "D_vtkGPUVolumeRayCastMapper_SetFinalColorWindow")); mixin(bindCode("vtkGPUVolumeRayCastMapper_GetFinalColorWindow", "D_vtkGPUVolumeRayCastMapper_GetFinalColorWindow")); mixin(bindCode("vtkGPUVolumeRayCastMapper_SetFinalColorLevel", "D_vtkGPUVolumeRayCastMapper_SetFinalColorLevel")); mixin(bindCode("vtkGPUVolumeRayCastMapper_GetFinalColorLevel", "D_vtkGPUVolumeRayCastMapper_GetFinalColorLevel")); mixin(bindCode("vtkGPUVolumeRayCastMapper_SetMaxMemoryInBytes", "D_vtkGPUVolumeRayCastMapper_SetMaxMemoryInBytes")); mixin(bindCode("vtkGPUVolumeRayCastMapper_GetMaxMemoryInBytes", "D_vtkGPUVolumeRayCastMapper_GetMaxMemoryInBytes")); mixin(bindCode("vtkGPUVolumeRayCastMapper_SetMaxMemoryFraction", "D_vtkGPUVolumeRayCastMapper_SetMaxMemoryFraction")); mixin(bindCode("vtkGPUVolumeRayCastMapper_GetMaxMemoryFractionMinValue", "D_vtkGPUVolumeRayCastMapper_GetMaxMemoryFractionMinValue")); mixin(bindCode("vtkGPUVolumeRayCastMapper_GetMaxMemoryFractionMaxValue", "D_vtkGPUVolumeRayCastMapper_GetMaxMemoryFractionMaxValue")); mixin(bindCode("vtkGPUVolumeRayCastMapper_GetMaxMemoryFraction", "D_vtkGPUVolumeRayCastMapper_GetMaxMemoryFraction")); mixin(bindCode("vtkGPUVolumeRayCastMapper_SetReportProgress", "D_vtkGPUVolumeRayCastMapper_SetReportProgress")); mixin(bindCode("vtkGPUVolumeRayCastMapper_GetReportProgress", "D_vtkGPUVolumeRayCastMapper_GetReportProgress")); mixin(bindCode("vtkGPUVolumeRayCastMapper_IsRenderSupported", "D_vtkGPUVolumeRayCastMapper_IsRenderSupported")); mixin(bindCode("vtkGPUVolumeRayCastMapper_CreateCanonicalView", "D_vtkGPUVolumeRayCastMapper_CreateCanonicalView")); mixin(bindCode("vtkGPUVolumeRayCastMapper_SetMaskInput", "D_vtkGPUVolumeRayCastMapper_SetMaskInput")); mixin(bindCode("vtkGPUVolumeRayCastMapper_GetMaskInput", "D_vtkGPUVolumeRayCastMapper_GetMaskInput")); mixin(bindCode("vtkGPUVolumeRayCastMapper_SetMaskType", "D_vtkGPUVolumeRayCastMapper_SetMaskType")); mixin(bindCode("vtkGPUVolumeRayCastMapper_GetMaskType", "D_vtkGPUVolumeRayCastMapper_GetMaskType")); mixin(bindCode("vtkGPUVolumeRayCastMapper_SetMaskTypeToBinary", "D_vtkGPUVolumeRayCastMapper_SetMaskTypeToBinary")); mixin(bindCode("vtkGPUVolumeRayCastMapper_SetMaskTypeToLabelMap", "D_vtkGPUVolumeRayCastMapper_SetMaskTypeToLabelMap")); mixin(bindCode("vtkGPUVolumeRayCastMapper_SetMaskBlendFactor", "D_vtkGPUVolumeRayCastMapper_SetMaskBlendFactor")); mixin(bindCode("vtkGPUVolumeRayCastMapper_GetMaskBlendFactorMinValue", "D_vtkGPUVolumeRayCastMapper_GetMaskBlendFactorMinValue")); mixin(bindCode("vtkGPUVolumeRayCastMapper_GetMaskBlendFactorMaxValue", "D_vtkGPUVolumeRayCastMapper_GetMaskBlendFactorMaxValue")); mixin(bindCode("vtkGPUVolumeRayCastMapper_GetMaskBlendFactor", "D_vtkGPUVolumeRayCastMapper_GetMaskBlendFactor")); mixin(bindCode("vtkGPUVolumeRayCastMapper_Upcast", "D_vtkGPUVolumeRayCastMapper_Upcast")); mixin(bindCode("vtkKCoreLayout_New", "D_vtkKCoreLayout_New")); mixin(bindCode("vtkKCoreLayout_IsTypeOf", "D_vtkKCoreLayout_IsTypeOf")); mixin(bindCode("vtkKCoreLayout_SafeDownCast", "D_vtkKCoreLayout_SafeDownCast")); mixin(bindCode("vtkKCoreLayout_NewInstance", "D_vtkKCoreLayout_NewInstance")); mixin(bindCode("vtkKCoreLayout_SetGraphConnection", "D_vtkKCoreLayout_SetGraphConnection")); mixin(bindCode("new_vtkKCoreLayout", "D_new_vtkKCoreLayout")); mixin(bindCode("delete_vtkKCoreLayout", "D_delete_vtkKCoreLayout")); mixin(bindCode("vtkKCoreLayout_FillInputPortInformation", "D_vtkKCoreLayout_FillInputPortInformation")); mixin(bindCode("vtkKCoreLayout_SetKCoreLabelArrayName", "D_vtkKCoreLayout_SetKCoreLabelArrayName")); mixin(bindCode("vtkKCoreLayout_GetPolar", "D_vtkKCoreLayout_GetPolar")); mixin(bindCode("vtkKCoreLayout_SetPolar", "D_vtkKCoreLayout_SetPolar")); mixin(bindCode("vtkKCoreLayout_PolarOn", "D_vtkKCoreLayout_PolarOn")); mixin(bindCode("vtkKCoreLayout_PolarOff", "D_vtkKCoreLayout_PolarOff")); mixin(bindCode("vtkKCoreLayout_GetCartesian", "D_vtkKCoreLayout_GetCartesian")); mixin(bindCode("vtkKCoreLayout_SetCartesian", "D_vtkKCoreLayout_SetCartesian")); mixin(bindCode("vtkKCoreLayout_CartesianOn", "D_vtkKCoreLayout_CartesianOn")); mixin(bindCode("vtkKCoreLayout_CartesianOff", "D_vtkKCoreLayout_CartesianOff")); mixin(bindCode("vtkKCoreLayout_SetPolarCoordsRadiusArrayName", "D_vtkKCoreLayout_SetPolarCoordsRadiusArrayName")); mixin(bindCode("vtkKCoreLayout_GetPolarCoordsRadiusArrayName", "D_vtkKCoreLayout_GetPolarCoordsRadiusArrayName")); mixin(bindCode("vtkKCoreLayout_SetPolarCoordsAngleArrayName", "D_vtkKCoreLayout_SetPolarCoordsAngleArrayName")); mixin(bindCode("vtkKCoreLayout_GetPolarCoordsAngleArrayName", "D_vtkKCoreLayout_GetPolarCoordsAngleArrayName")); mixin(bindCode("vtkKCoreLayout_SetCartesianCoordsXArrayName", "D_vtkKCoreLayout_SetCartesianCoordsXArrayName")); mixin(bindCode("vtkKCoreLayout_GetCartesianCoordsXArrayName", "D_vtkKCoreLayout_GetCartesianCoordsXArrayName")); mixin(bindCode("vtkKCoreLayout_SetCartesianCoordsYArrayName", "D_vtkKCoreLayout_SetCartesianCoordsYArrayName")); mixin(bindCode("vtkKCoreLayout_GetCartesianCoordsYArrayName", "D_vtkKCoreLayout_GetCartesianCoordsYArrayName")); mixin(bindCode("vtkKCoreLayout_SetEpsilon", "D_vtkKCoreLayout_SetEpsilon")); mixin(bindCode("vtkKCoreLayout_GetEpsilon", "D_vtkKCoreLayout_GetEpsilon")); mixin(bindCode("vtkKCoreLayout_SetUnitRadius", "D_vtkKCoreLayout_SetUnitRadius")); mixin(bindCode("vtkKCoreLayout_GetUnitRadius", "D_vtkKCoreLayout_GetUnitRadius")); mixin(bindCode("vtkKCoreLayout_RequestData", "D_vtkKCoreLayout_RequestData")); mixin(bindCode("vtkKCoreLayout_Upcast", "D_vtkKCoreLayout_Upcast")); mixin(bindCode("vtkSplineRepresentation_New", "D_vtkSplineRepresentation_New")); mixin(bindCode("vtkSplineRepresentation_IsTypeOf", "D_vtkSplineRepresentation_IsTypeOf")); mixin(bindCode("vtkSplineRepresentation_SafeDownCast", "D_vtkSplineRepresentation_SafeDownCast")); mixin(bindCode("vtkSplineRepresentation_NewInstance", "D_vtkSplineRepresentation_NewInstance")); mixin(bindCode("vtkSplineRepresentation_SetInteractionState", "D_vtkSplineRepresentation_SetInteractionState")); mixin(bindCode("vtkSplineRepresentation_SetProjectToPlane", "D_vtkSplineRepresentation_SetProjectToPlane")); mixin(bindCode("vtkSplineRepresentation_GetProjectToPlane", "D_vtkSplineRepresentation_GetProjectToPlane")); mixin(bindCode("vtkSplineRepresentation_ProjectToPlaneOn", "D_vtkSplineRepresentation_ProjectToPlaneOn")); mixin(bindCode("vtkSplineRepresentation_ProjectToPlaneOff", "D_vtkSplineRepresentation_ProjectToPlaneOff")); mixin(bindCode("vtkSplineRepresentation_SetPlaneSource", "D_vtkSplineRepresentation_SetPlaneSource")); mixin(bindCode("vtkSplineRepresentation_SetProjectionNormal", "D_vtkSplineRepresentation_SetProjectionNormal")); mixin(bindCode("vtkSplineRepresentation_GetProjectionNormalMinValue", "D_vtkSplineRepresentation_GetProjectionNormalMinValue")); mixin(bindCode("vtkSplineRepresentation_GetProjectionNormalMaxValue", "D_vtkSplineRepresentation_GetProjectionNormalMaxValue")); mixin(bindCode("vtkSplineRepresentation_GetProjectionNormal", "D_vtkSplineRepresentation_GetProjectionNormal")); mixin(bindCode("vtkSplineRepresentation_SetProjectionNormalToXAxes", "D_vtkSplineRepresentation_SetProjectionNormalToXAxes")); mixin(bindCode("vtkSplineRepresentation_SetProjectionNormalToYAxes", "D_vtkSplineRepresentation_SetProjectionNormalToYAxes")); mixin(bindCode("vtkSplineRepresentation_SetProjectionNormalToZAxes", "D_vtkSplineRepresentation_SetProjectionNormalToZAxes")); mixin(bindCode("vtkSplineRepresentation_SetProjectionNormalToOblique", "D_vtkSplineRepresentation_SetProjectionNormalToOblique")); mixin(bindCode("vtkSplineRepresentation_SetProjectionPosition", "D_vtkSplineRepresentation_SetProjectionPosition")); mixin(bindCode("vtkSplineRepresentation_GetProjectionPosition", "D_vtkSplineRepresentation_GetProjectionPosition")); mixin(bindCode("vtkSplineRepresentation_GetPolyData", "D_vtkSplineRepresentation_GetPolyData")); mixin(bindCode("vtkSplineRepresentation_GetHandleProperty", "D_vtkSplineRepresentation_GetHandleProperty")); mixin(bindCode("vtkSplineRepresentation_GetSelectedHandleProperty", "D_vtkSplineRepresentation_GetSelectedHandleProperty")); mixin(bindCode("vtkSplineRepresentation_GetLineProperty", "D_vtkSplineRepresentation_GetLineProperty")); mixin(bindCode("vtkSplineRepresentation_GetSelectedLineProperty", "D_vtkSplineRepresentation_GetSelectedLineProperty")); mixin(bindCode("vtkSplineRepresentation_SetNumberOfHandles", "D_vtkSplineRepresentation_SetNumberOfHandles")); mixin(bindCode("vtkSplineRepresentation_GetNumberOfHandles", "D_vtkSplineRepresentation_GetNumberOfHandles")); mixin(bindCode("vtkSplineRepresentation_SetResolution", "D_vtkSplineRepresentation_SetResolution")); mixin(bindCode("vtkSplineRepresentation_GetResolution", "D_vtkSplineRepresentation_GetResolution")); mixin(bindCode("vtkSplineRepresentation_SetParametricSpline", "D_vtkSplineRepresentation_SetParametricSpline")); mixin(bindCode("vtkSplineRepresentation_GetParametricSpline", "D_vtkSplineRepresentation_GetParametricSpline")); mixin(bindCode("vtkSplineRepresentation_SetHandlePosition__SWIG_0", "D_vtkSplineRepresentation_SetHandlePosition__SWIG_0")); mixin(bindCode("vtkSplineRepresentation_SetHandlePosition__SWIG_1", "D_vtkSplineRepresentation_SetHandlePosition__SWIG_1")); mixin(bindCode("vtkSplineRepresentation_GetHandlePosition__SWIG_0", "D_vtkSplineRepresentation_GetHandlePosition__SWIG_0")); mixin(bindCode("vtkSplineRepresentation_GetHandlePosition__SWIG_1", "D_vtkSplineRepresentation_GetHandlePosition__SWIG_1")); mixin(bindCode("vtkSplineRepresentation_GetHandlePositions", "D_vtkSplineRepresentation_GetHandlePositions")); mixin(bindCode("vtkSplineRepresentation_SetClosed", "D_vtkSplineRepresentation_SetClosed")); mixin(bindCode("vtkSplineRepresentation_GetClosed", "D_vtkSplineRepresentation_GetClosed")); mixin(bindCode("vtkSplineRepresentation_ClosedOn", "D_vtkSplineRepresentation_ClosedOn")); mixin(bindCode("vtkSplineRepresentation_ClosedOff", "D_vtkSplineRepresentation_ClosedOff")); mixin(bindCode("vtkSplineRepresentation_IsClosed", "D_vtkSplineRepresentation_IsClosed")); mixin(bindCode("vtkSplineRepresentation_GetSummedLength", "D_vtkSplineRepresentation_GetSummedLength")); mixin(bindCode("vtkSplineRepresentation_InitializeHandles", "D_vtkSplineRepresentation_InitializeHandles")); mixin(bindCode("vtkSplineRepresentation_ComputeInteractionState__SWIG_0", "D_vtkSplineRepresentation_ComputeInteractionState__SWIG_0")); mixin(bindCode("vtkSplineRepresentation_ComputeInteractionState__SWIG_1", "D_vtkSplineRepresentation_ComputeInteractionState__SWIG_1")); mixin(bindCode("vtkSplineRepresentation_SetLineColor", "D_vtkSplineRepresentation_SetLineColor")); mixin(bindCode("new_vtkSplineRepresentation", "D_new_vtkSplineRepresentation")); mixin(bindCode("delete_vtkSplineRepresentation", "D_delete_vtkSplineRepresentation")); mixin(bindCode("vtkSplineRepresentation_Upcast", "D_vtkSplineRepresentation_Upcast")); mixin(bindCode("VTK_NEAREST_RESLICE_get", "D_VTK_NEAREST_RESLICE_get")); mixin(bindCode("VTK_LINEAR_RESLICE_get", "D_VTK_LINEAR_RESLICE_get")); mixin(bindCode("VTK_CUBIC_RESLICE_get", "D_VTK_CUBIC_RESLICE_get")); mixin(bindCode("vtkImagePlaneWidget_New", "D_vtkImagePlaneWidget_New")); mixin(bindCode("vtkImagePlaneWidget_IsTypeOf", "D_vtkImagePlaneWidget_IsTypeOf")); mixin(bindCode("vtkImagePlaneWidget_SafeDownCast", "D_vtkImagePlaneWidget_SafeDownCast")); mixin(bindCode("vtkImagePlaneWidget_NewInstance", "D_vtkImagePlaneWidget_NewInstance")); mixin(bindCode("vtkImagePlaneWidget_PlaceWidget__SWIG_0", "D_vtkImagePlaneWidget_PlaceWidget__SWIG_0")); mixin(bindCode("vtkImagePlaneWidget_PlaceWidget__SWIG_1", "D_vtkImagePlaneWidget_PlaceWidget__SWIG_1")); mixin(bindCode("vtkImagePlaneWidget_PlaceWidget__SWIG_2", "D_vtkImagePlaneWidget_PlaceWidget__SWIG_2")); mixin(bindCode("vtkImagePlaneWidget_SetOrigin__SWIG_0", "D_vtkImagePlaneWidget_SetOrigin__SWIG_0")); mixin(bindCode("vtkImagePlaneWidget_SetOrigin__SWIG_1", "D_vtkImagePlaneWidget_SetOrigin__SWIG_1")); mixin(bindCode("vtkImagePlaneWidget_GetOrigin__SWIG_0", "D_vtkImagePlaneWidget_GetOrigin__SWIG_0")); mixin(bindCode("vtkImagePlaneWidget_GetOrigin__SWIG_1", "D_vtkImagePlaneWidget_GetOrigin__SWIG_1")); mixin(bindCode("vtkImagePlaneWidget_SetPoint1__SWIG_0", "D_vtkImagePlaneWidget_SetPoint1__SWIG_0")); mixin(bindCode("vtkImagePlaneWidget_SetPoint1__SWIG_1", "D_vtkImagePlaneWidget_SetPoint1__SWIG_1")); mixin(bindCode("vtkImagePlaneWidget_GetPoint1__SWIG_0", "D_vtkImagePlaneWidget_GetPoint1__SWIG_0")); mixin(bindCode("vtkImagePlaneWidget_GetPoint1__SWIG_1", "D_vtkImagePlaneWidget_GetPoint1__SWIG_1")); mixin(bindCode("vtkImagePlaneWidget_SetPoint2__SWIG_0", "D_vtkImagePlaneWidget_SetPoint2__SWIG_0")); mixin(bindCode("vtkImagePlaneWidget_SetPoint2__SWIG_1", "D_vtkImagePlaneWidget_SetPoint2__SWIG_1")); mixin(bindCode("vtkImagePlaneWidget_GetPoint2__SWIG_0", "D_vtkImagePlaneWidget_GetPoint2__SWIG_0")); mixin(bindCode("vtkImagePlaneWidget_GetPoint2__SWIG_1", "D_vtkImagePlaneWidget_GetPoint2__SWIG_1")); mixin(bindCode("vtkImagePlaneWidget_GetCenter__SWIG_0", "D_vtkImagePlaneWidget_GetCenter__SWIG_0")); mixin(bindCode("vtkImagePlaneWidget_GetCenter__SWIG_1", "D_vtkImagePlaneWidget_GetCenter__SWIG_1")); mixin(bindCode("vtkImagePlaneWidget_GetNormal__SWIG_0", "D_vtkImagePlaneWidget_GetNormal__SWIG_0")); mixin(bindCode("vtkImagePlaneWidget_GetNormal__SWIG_1", "D_vtkImagePlaneWidget_GetNormal__SWIG_1")); mixin(bindCode("vtkImagePlaneWidget_GetVector1", "D_vtkImagePlaneWidget_GetVector1")); mixin(bindCode("vtkImagePlaneWidget_GetVector2", "D_vtkImagePlaneWidget_GetVector2")); mixin(bindCode("vtkImagePlaneWidget_GetSliceIndex", "D_vtkImagePlaneWidget_GetSliceIndex")); mixin(bindCode("vtkImagePlaneWidget_SetSliceIndex", "D_vtkImagePlaneWidget_SetSliceIndex")); mixin(bindCode("vtkImagePlaneWidget_GetSlicePosition", "D_vtkImagePlaneWidget_GetSlicePosition")); mixin(bindCode("vtkImagePlaneWidget_SetSlicePosition", "D_vtkImagePlaneWidget_SetSlicePosition")); mixin(bindCode("vtkImagePlaneWidget_SetResliceInterpolate", "D_vtkImagePlaneWidget_SetResliceInterpolate")); mixin(bindCode("vtkImagePlaneWidget_GetResliceInterpolate", "D_vtkImagePlaneWidget_GetResliceInterpolate")); mixin(bindCode("vtkImagePlaneWidget_SetResliceInterpolateToNearestNeighbour", "D_vtkImagePlaneWidget_SetResliceInterpolateToNearestNeighbour")); mixin(bindCode("vtkImagePlaneWidget_SetResliceInterpolateToLinear", "D_vtkImagePlaneWidget_SetResliceInterpolateToLinear")); mixin(bindCode("vtkImagePlaneWidget_SetResliceInterpolateToCubic", "D_vtkImagePlaneWidget_SetResliceInterpolateToCubic")); mixin(bindCode("vtkImagePlaneWidget_GetResliceOutput", "D_vtkImagePlaneWidget_GetResliceOutput")); mixin(bindCode("vtkImagePlaneWidget_SetRestrictPlaneToVolume", "D_vtkImagePlaneWidget_SetRestrictPlaneToVolume")); mixin(bindCode("vtkImagePlaneWidget_GetRestrictPlaneToVolume", "D_vtkImagePlaneWidget_GetRestrictPlaneToVolume")); mixin(bindCode("vtkImagePlaneWidget_RestrictPlaneToVolumeOn", "D_vtkImagePlaneWidget_RestrictPlaneToVolumeOn")); mixin(bindCode("vtkImagePlaneWidget_RestrictPlaneToVolumeOff", "D_vtkImagePlaneWidget_RestrictPlaneToVolumeOff")); mixin(bindCode("vtkImagePlaneWidget_SetUserControlledLookupTable", "D_vtkImagePlaneWidget_SetUserControlledLookupTable")); mixin(bindCode("vtkImagePlaneWidget_GetUserControlledLookupTable", "D_vtkImagePlaneWidget_GetUserControlledLookupTable")); mixin(bindCode("vtkImagePlaneWidget_UserControlledLookupTableOn", "D_vtkImagePlaneWidget_UserControlledLookupTableOn")); mixin(bindCode("vtkImagePlaneWidget_UserControlledLookupTableOff", "D_vtkImagePlaneWidget_UserControlledLookupTableOff")); mixin(bindCode("vtkImagePlaneWidget_SetTextureInterpolate", "D_vtkImagePlaneWidget_SetTextureInterpolate")); mixin(bindCode("vtkImagePlaneWidget_GetTextureInterpolate", "D_vtkImagePlaneWidget_GetTextureInterpolate")); mixin(bindCode("vtkImagePlaneWidget_TextureInterpolateOn", "D_vtkImagePlaneWidget_TextureInterpolateOn")); mixin(bindCode("vtkImagePlaneWidget_TextureInterpolateOff", "D_vtkImagePlaneWidget_TextureInterpolateOff")); mixin(bindCode("vtkImagePlaneWidget_SetTextureVisibility", "D_vtkImagePlaneWidget_SetTextureVisibility")); mixin(bindCode("vtkImagePlaneWidget_GetTextureVisibility", "D_vtkImagePlaneWidget_GetTextureVisibility")); mixin(bindCode("vtkImagePlaneWidget_TextureVisibilityOn", "D_vtkImagePlaneWidget_TextureVisibilityOn")); mixin(bindCode("vtkImagePlaneWidget_TextureVisibilityOff", "D_vtkImagePlaneWidget_TextureVisibilityOff")); mixin(bindCode("vtkImagePlaneWidget_GetPolyData", "D_vtkImagePlaneWidget_GetPolyData")); mixin(bindCode("vtkImagePlaneWidget_GetTexture", "D_vtkImagePlaneWidget_GetTexture")); mixin(bindCode("vtkImagePlaneWidget_GetColorMap", "D_vtkImagePlaneWidget_GetColorMap")); mixin(bindCode("vtkImagePlaneWidget_SetColorMap", "D_vtkImagePlaneWidget_SetColorMap")); mixin(bindCode("vtkImagePlaneWidget_SetPlaneProperty", "D_vtkImagePlaneWidget_SetPlaneProperty")); mixin(bindCode("vtkImagePlaneWidget_GetPlaneProperty", "D_vtkImagePlaneWidget_GetPlaneProperty")); mixin(bindCode("vtkImagePlaneWidget_SetSelectedPlaneProperty", "D_vtkImagePlaneWidget_SetSelectedPlaneProperty")); mixin(bindCode("vtkImagePlaneWidget_GetSelectedPlaneProperty", "D_vtkImagePlaneWidget_GetSelectedPlaneProperty")); mixin(bindCode("vtkImagePlaneWidget_SetPlaneOrientation", "D_vtkImagePlaneWidget_SetPlaneOrientation")); mixin(bindCode("vtkImagePlaneWidget_GetPlaneOrientation", "D_vtkImagePlaneWidget_GetPlaneOrientation")); mixin(bindCode("vtkImagePlaneWidget_SetPlaneOrientationToXAxes", "D_vtkImagePlaneWidget_SetPlaneOrientationToXAxes")); mixin(bindCode("vtkImagePlaneWidget_SetPlaneOrientationToYAxes", "D_vtkImagePlaneWidget_SetPlaneOrientationToYAxes")); mixin(bindCode("vtkImagePlaneWidget_SetPlaneOrientationToZAxes", "D_vtkImagePlaneWidget_SetPlaneOrientationToZAxes")); mixin(bindCode("vtkImagePlaneWidget_SetPicker", "D_vtkImagePlaneWidget_SetPicker")); mixin(bindCode("vtkImagePlaneWidget_SetLookupTable", "D_vtkImagePlaneWidget_SetLookupTable")); mixin(bindCode("vtkImagePlaneWidget_GetLookupTable", "D_vtkImagePlaneWidget_GetLookupTable")); mixin(bindCode("vtkImagePlaneWidget_SetDisplayText", "D_vtkImagePlaneWidget_SetDisplayText")); mixin(bindCode("vtkImagePlaneWidget_GetDisplayText", "D_vtkImagePlaneWidget_GetDisplayText")); mixin(bindCode("vtkImagePlaneWidget_DisplayTextOn", "D_vtkImagePlaneWidget_DisplayTextOn")); mixin(bindCode("vtkImagePlaneWidget_DisplayTextOff", "D_vtkImagePlaneWidget_DisplayTextOff")); mixin(bindCode("vtkImagePlaneWidget_SetCursorProperty", "D_vtkImagePlaneWidget_SetCursorProperty")); mixin(bindCode("vtkImagePlaneWidget_GetCursorProperty", "D_vtkImagePlaneWidget_GetCursorProperty")); mixin(bindCode("vtkImagePlaneWidget_SetMarginProperty", "D_vtkImagePlaneWidget_SetMarginProperty")); mixin(bindCode("vtkImagePlaneWidget_GetMarginProperty", "D_vtkImagePlaneWidget_GetMarginProperty")); mixin(bindCode("vtkImagePlaneWidget_SetMarginSizeX", "D_vtkImagePlaneWidget_SetMarginSizeX")); mixin(bindCode("vtkImagePlaneWidget_GetMarginSizeXMinValue", "D_vtkImagePlaneWidget_GetMarginSizeXMinValue")); mixin(bindCode("vtkImagePlaneWidget_GetMarginSizeXMaxValue", "D_vtkImagePlaneWidget_GetMarginSizeXMaxValue")); mixin(bindCode("vtkImagePlaneWidget_GetMarginSizeX", "D_vtkImagePlaneWidget_GetMarginSizeX")); mixin(bindCode("vtkImagePlaneWidget_SetMarginSizeY", "D_vtkImagePlaneWidget_SetMarginSizeY")); mixin(bindCode("vtkImagePlaneWidget_GetMarginSizeYMinValue", "D_vtkImagePlaneWidget_GetMarginSizeYMinValue")); mixin(bindCode("vtkImagePlaneWidget_GetMarginSizeYMaxValue", "D_vtkImagePlaneWidget_GetMarginSizeYMaxValue")); mixin(bindCode("vtkImagePlaneWidget_GetMarginSizeY", "D_vtkImagePlaneWidget_GetMarginSizeY")); mixin(bindCode("vtkImagePlaneWidget_SetTextProperty", "D_vtkImagePlaneWidget_SetTextProperty")); mixin(bindCode("vtkImagePlaneWidget_GetTextProperty", "D_vtkImagePlaneWidget_GetTextProperty")); mixin(bindCode("vtkImagePlaneWidget_SetTexturePlaneProperty", "D_vtkImagePlaneWidget_SetTexturePlaneProperty")); mixin(bindCode("vtkImagePlaneWidget_GetTexturePlaneProperty", "D_vtkImagePlaneWidget_GetTexturePlaneProperty")); mixin(bindCode("vtkImagePlaneWidget_SetWindowLevel__SWIG_0", "D_vtkImagePlaneWidget_SetWindowLevel__SWIG_0")); mixin(bindCode("vtkImagePlaneWidget_SetWindowLevel__SWIG_1", "D_vtkImagePlaneWidget_SetWindowLevel__SWIG_1")); mixin(bindCode("vtkImagePlaneWidget_GetWindowLevel", "D_vtkImagePlaneWidget_GetWindowLevel")); mixin(bindCode("vtkImagePlaneWidget_GetWindow", "D_vtkImagePlaneWidget_GetWindow")); mixin(bindCode("vtkImagePlaneWidget_GetLevel", "D_vtkImagePlaneWidget_GetLevel")); mixin(bindCode("vtkImagePlaneWidget_GetCursorData", "D_vtkImagePlaneWidget_GetCursorData")); mixin(bindCode("vtkImagePlaneWidget_GetCursorDataStatus", "D_vtkImagePlaneWidget_GetCursorDataStatus")); mixin(bindCode("vtkImagePlaneWidget_GetCurrentCursorPosition__SWIG_0", "D_vtkImagePlaneWidget_GetCurrentCursorPosition__SWIG_0")); mixin(bindCode("vtkImagePlaneWidget_GetCurrentCursorPosition__SWIG_1", "D_vtkImagePlaneWidget_GetCurrentCursorPosition__SWIG_1")); mixin(bindCode("vtkImagePlaneWidget_GetCurrentImageValue", "D_vtkImagePlaneWidget_GetCurrentImageValue")); mixin(bindCode("vtkImagePlaneWidget_GetResliceAxes", "D_vtkImagePlaneWidget_GetResliceAxes")); mixin(bindCode("vtkImagePlaneWidget_GetReslice", "D_vtkImagePlaneWidget_GetReslice")); mixin(bindCode("vtkImagePlaneWidget_SetUseContinuousCursor", "D_vtkImagePlaneWidget_SetUseContinuousCursor")); mixin(bindCode("vtkImagePlaneWidget_GetUseContinuousCursor", "D_vtkImagePlaneWidget_GetUseContinuousCursor")); mixin(bindCode("vtkImagePlaneWidget_UseContinuousCursorOn", "D_vtkImagePlaneWidget_UseContinuousCursorOn")); mixin(bindCode("vtkImagePlaneWidget_UseContinuousCursorOff", "D_vtkImagePlaneWidget_UseContinuousCursorOff")); mixin(bindCode("vtkImagePlaneWidget_SetInteraction", "D_vtkImagePlaneWidget_SetInteraction")); mixin(bindCode("vtkImagePlaneWidget_GetInteraction", "D_vtkImagePlaneWidget_GetInteraction")); mixin(bindCode("vtkImagePlaneWidget_InteractionOn", "D_vtkImagePlaneWidget_InteractionOn")); mixin(bindCode("vtkImagePlaneWidget_InteractionOff", "D_vtkImagePlaneWidget_InteractionOff")); mixin(bindCode("vtkImagePlaneWidget_SetLeftButtonAction", "D_vtkImagePlaneWidget_SetLeftButtonAction")); mixin(bindCode("vtkImagePlaneWidget_GetLeftButtonActionMinValue", "D_vtkImagePlaneWidget_GetLeftButtonActionMinValue")); mixin(bindCode("vtkImagePlaneWidget_GetLeftButtonActionMaxValue", "D_vtkImagePlaneWidget_GetLeftButtonActionMaxValue")); mixin(bindCode("vtkImagePlaneWidget_GetLeftButtonAction", "D_vtkImagePlaneWidget_GetLeftButtonAction")); mixin(bindCode("vtkImagePlaneWidget_SetMiddleButtonAction", "D_vtkImagePlaneWidget_SetMiddleButtonAction")); mixin(bindCode("vtkImagePlaneWidget_GetMiddleButtonActionMinValue", "D_vtkImagePlaneWidget_GetMiddleButtonActionMinValue")); mixin(bindCode("vtkImagePlaneWidget_GetMiddleButtonActionMaxValue", "D_vtkImagePlaneWidget_GetMiddleButtonActionMaxValue")); mixin(bindCode("vtkImagePlaneWidget_GetMiddleButtonAction", "D_vtkImagePlaneWidget_GetMiddleButtonAction")); mixin(bindCode("vtkImagePlaneWidget_SetRightButtonAction", "D_vtkImagePlaneWidget_SetRightButtonAction")); mixin(bindCode("vtkImagePlaneWidget_GetRightButtonActionMinValue", "D_vtkImagePlaneWidget_GetRightButtonActionMinValue")); mixin(bindCode("vtkImagePlaneWidget_GetRightButtonActionMaxValue", "D_vtkImagePlaneWidget_GetRightButtonActionMaxValue")); mixin(bindCode("vtkImagePlaneWidget_GetRightButtonAction", "D_vtkImagePlaneWidget_GetRightButtonAction")); mixin(bindCode("vtkImagePlaneWidget_SetLeftButtonAutoModifier", "D_vtkImagePlaneWidget_SetLeftButtonAutoModifier")); mixin(bindCode("vtkImagePlaneWidget_GetLeftButtonAutoModifierMinValue", "D_vtkImagePlaneWidget_GetLeftButtonAutoModifierMinValue")); mixin(bindCode("vtkImagePlaneWidget_GetLeftButtonAutoModifierMaxValue", "D_vtkImagePlaneWidget_GetLeftButtonAutoModifierMaxValue")); mixin(bindCode("vtkImagePlaneWidget_GetLeftButtonAutoModifier", "D_vtkImagePlaneWidget_GetLeftButtonAutoModifier")); mixin(bindCode("vtkImagePlaneWidget_SetMiddleButtonAutoModifier", "D_vtkImagePlaneWidget_SetMiddleButtonAutoModifier")); mixin(bindCode("vtkImagePlaneWidget_GetMiddleButtonAutoModifierMinValue", "D_vtkImagePlaneWidget_GetMiddleButtonAutoModifierMinValue")); mixin(bindCode("vtkImagePlaneWidget_GetMiddleButtonAutoModifierMaxValue", "D_vtkImagePlaneWidget_GetMiddleButtonAutoModifierMaxValue")); mixin(bindCode("vtkImagePlaneWidget_GetMiddleButtonAutoModifier", "D_vtkImagePlaneWidget_GetMiddleButtonAutoModifier")); mixin(bindCode("vtkImagePlaneWidget_SetRightButtonAutoModifier", "D_vtkImagePlaneWidget_SetRightButtonAutoModifier")); mixin(bindCode("vtkImagePlaneWidget_GetRightButtonAutoModifierMinValue", "D_vtkImagePlaneWidget_GetRightButtonAutoModifierMinValue")); mixin(bindCode("vtkImagePlaneWidget_GetRightButtonAutoModifierMaxValue", "D_vtkImagePlaneWidget_GetRightButtonAutoModifierMaxValue")); mixin(bindCode("vtkImagePlaneWidget_GetRightButtonAutoModifier", "D_vtkImagePlaneWidget_GetRightButtonAutoModifier")); mixin(bindCode("vtkImagePlaneWidget_Upcast", "D_vtkImagePlaneWidget_Upcast")); mixin(bindCode("vtkCollectPolyData_New", "D_vtkCollectPolyData_New")); mixin(bindCode("vtkCollectPolyData_IsTypeOf", "D_vtkCollectPolyData_IsTypeOf")); mixin(bindCode("vtkCollectPolyData_SafeDownCast", "D_vtkCollectPolyData_SafeDownCast")); mixin(bindCode("vtkCollectPolyData_NewInstance", "D_vtkCollectPolyData_NewInstance")); mixin(bindCode("vtkCollectPolyData_SetController", "D_vtkCollectPolyData_SetController")); mixin(bindCode("vtkCollectPolyData_GetController", "D_vtkCollectPolyData_GetController")); mixin(bindCode("vtkCollectPolyData_SetSocketController", "D_vtkCollectPolyData_SetSocketController")); mixin(bindCode("vtkCollectPolyData_GetSocketController", "D_vtkCollectPolyData_GetSocketController")); mixin(bindCode("vtkCollectPolyData_SetPassThrough", "D_vtkCollectPolyData_SetPassThrough")); mixin(bindCode("vtkCollectPolyData_GetPassThrough", "D_vtkCollectPolyData_GetPassThrough")); mixin(bindCode("vtkCollectPolyData_PassThroughOn", "D_vtkCollectPolyData_PassThroughOn")); mixin(bindCode("vtkCollectPolyData_PassThroughOff", "D_vtkCollectPolyData_PassThroughOff")); mixin(bindCode("vtkCollectPolyData_Upcast", "D_vtkCollectPolyData_Upcast")); mixin(bindCode("vtkSplitField_IsTypeOf", "D_vtkSplitField_IsTypeOf")); mixin(bindCode("vtkSplitField_SafeDownCast", "D_vtkSplitField_SafeDownCast")); mixin(bindCode("vtkSplitField_NewInstance", "D_vtkSplitField_NewInstance")); mixin(bindCode("vtkSplitField_New", "D_vtkSplitField_New")); mixin(bindCode("vtkSplitField_SetInputField__SWIG_0", "D_vtkSplitField_SetInputField__SWIG_0")); mixin(bindCode("vtkSplitField_SetInputField__SWIG_1", "D_vtkSplitField_SetInputField__SWIG_1")); mixin(bindCode("vtkSplitField_SetInputField__SWIG_2", "D_vtkSplitField_SetInputField__SWIG_2")); mixin(bindCode("vtkSplitField_Split", "D_vtkSplitField_Split")); mixin(bindCode("vtkSplitField_Upcast", "D_vtkSplitField_Upcast")); mixin(bindCode("vtkFacetReader_New", "D_vtkFacetReader_New")); mixin(bindCode("vtkFacetReader_IsTypeOf", "D_vtkFacetReader_IsTypeOf")); mixin(bindCode("vtkFacetReader_SafeDownCast", "D_vtkFacetReader_SafeDownCast")); mixin(bindCode("vtkFacetReader_NewInstance", "D_vtkFacetReader_NewInstance")); mixin(bindCode("vtkFacetReader_SetFileName", "D_vtkFacetReader_SetFileName")); mixin(bindCode("vtkFacetReader_GetFileName", "D_vtkFacetReader_GetFileName")); mixin(bindCode("vtkFacetReader_CanReadFile", "D_vtkFacetReader_CanReadFile")); mixin(bindCode("vtkFacetReader_Upcast", "D_vtkFacetReader_Upcast")); mixin(bindCode("vtkKdTreePointLocator_IsTypeOf", "D_vtkKdTreePointLocator_IsTypeOf")); mixin(bindCode("vtkKdTreePointLocator_SafeDownCast", "D_vtkKdTreePointLocator_SafeDownCast")); mixin(bindCode("vtkKdTreePointLocator_NewInstance", "D_vtkKdTreePointLocator_NewInstance")); mixin(bindCode("vtkKdTreePointLocator_New", "D_vtkKdTreePointLocator_New")); mixin(bindCode("vtkKdTreePointLocator_Upcast", "D_vtkKdTreePointLocator_Upcast")); mixin(bindCode("vtkDummyController_New", "D_vtkDummyController_New")); mixin(bindCode("vtkDummyController_IsTypeOf", "D_vtkDummyController_IsTypeOf")); mixin(bindCode("vtkDummyController_SafeDownCast", "D_vtkDummyController_SafeDownCast")); mixin(bindCode("vtkDummyController_NewInstance", "D_vtkDummyController_NewInstance")); mixin(bindCode("vtkDummyController_Initialize__SWIG_0", "D_vtkDummyController_Initialize__SWIG_0")); mixin(bindCode("vtkDummyController_Initialize__SWIG_1", "D_vtkDummyController_Initialize__SWIG_1")); mixin(bindCode("vtkDummyController_Finalize__SWIG_0", "D_vtkDummyController_Finalize__SWIG_0")); mixin(bindCode("vtkDummyController_Finalize__SWIG_1", "D_vtkDummyController_Finalize__SWIG_1")); mixin(bindCode("vtkDummyController_GetLocalProcessId", "D_vtkDummyController_GetLocalProcessId")); mixin(bindCode("vtkDummyController_GetRMICommunicator", "D_vtkDummyController_GetRMICommunicator")); mixin(bindCode("vtkDummyController_SetCommunicator", "D_vtkDummyController_SetCommunicator")); mixin(bindCode("vtkDummyController_SetRMICommunicator", "D_vtkDummyController_SetRMICommunicator")); mixin(bindCode("vtkDummyController_Upcast", "D_vtkDummyController_Upcast")); mixin(bindCode("vtkEmptyCell_New", "D_vtkEmptyCell_New")); mixin(bindCode("vtkEmptyCell_IsTypeOf", "D_vtkEmptyCell_IsTypeOf")); mixin(bindCode("vtkEmptyCell_SafeDownCast", "D_vtkEmptyCell_SafeDownCast")); mixin(bindCode("vtkEmptyCell_NewInstance", "D_vtkEmptyCell_NewInstance")); mixin(bindCode("vtkEmptyCell_InterpolateFunctions", "D_vtkEmptyCell_InterpolateFunctions")); mixin(bindCode("vtkEmptyCell_InterpolateDerivs", "D_vtkEmptyCell_InterpolateDerivs")); mixin(bindCode("vtkEmptyCell_Upcast", "D_vtkEmptyCell_Upcast")); mixin(bindCode("vtkMassProperties_New", "D_vtkMassProperties_New")); mixin(bindCode("vtkMassProperties_IsTypeOf", "D_vtkMassProperties_IsTypeOf")); mixin(bindCode("vtkMassProperties_SafeDownCast", "D_vtkMassProperties_SafeDownCast")); mixin(bindCode("vtkMassProperties_NewInstance", "D_vtkMassProperties_NewInstance")); mixin(bindCode("vtkMassProperties_GetVolume", "D_vtkMassProperties_GetVolume")); mixin(bindCode("vtkMassProperties_GetVolumeProjected", "D_vtkMassProperties_GetVolumeProjected")); mixin(bindCode("vtkMassProperties_GetVolumeX", "D_vtkMassProperties_GetVolumeX")); mixin(bindCode("vtkMassProperties_GetVolumeY", "D_vtkMassProperties_GetVolumeY")); mixin(bindCode("vtkMassProperties_GetVolumeZ", "D_vtkMassProperties_GetVolumeZ")); mixin(bindCode("vtkMassProperties_GetKx", "D_vtkMassProperties_GetKx")); mixin(bindCode("vtkMassProperties_GetKy", "D_vtkMassProperties_GetKy")); mixin(bindCode("vtkMassProperties_GetKz", "D_vtkMassProperties_GetKz")); mixin(bindCode("vtkMassProperties_GetSurfaceArea", "D_vtkMassProperties_GetSurfaceArea")); mixin(bindCode("vtkMassProperties_GetMinCellArea", "D_vtkMassProperties_GetMinCellArea")); mixin(bindCode("vtkMassProperties_GetMaxCellArea", "D_vtkMassProperties_GetMaxCellArea")); mixin(bindCode("vtkMassProperties_GetNormalizedShapeIndex", "D_vtkMassProperties_GetNormalizedShapeIndex")); mixin(bindCode("vtkMassProperties_Upcast", "D_vtkMassProperties_Upcast")); mixin(bindCode("vtkOpenGLGlyph3DMapper_New", "D_vtkOpenGLGlyph3DMapper_New")); mixin(bindCode("vtkOpenGLGlyph3DMapper_IsTypeOf", "D_vtkOpenGLGlyph3DMapper_IsTypeOf")); mixin(bindCode("vtkOpenGLGlyph3DMapper_SafeDownCast", "D_vtkOpenGLGlyph3DMapper_SafeDownCast")); mixin(bindCode("vtkOpenGLGlyph3DMapper_NewInstance", "D_vtkOpenGLGlyph3DMapper_NewInstance")); mixin(bindCode("new_vtkOpenGLGlyph3DMapper", "D_new_vtkOpenGLGlyph3DMapper")); mixin(bindCode("delete_vtkOpenGLGlyph3DMapper", "D_delete_vtkOpenGLGlyph3DMapper")); mixin(bindCode("vtkOpenGLGlyph3DMapper_Upcast", "D_vtkOpenGLGlyph3DMapper_Upcast")); mixin(bindCode("vtkBlueObeliskData_IsTypeOf", "D_vtkBlueObeliskData_IsTypeOf")); mixin(bindCode("vtkBlueObeliskData_SafeDownCast", "D_vtkBlueObeliskData_SafeDownCast")); mixin(bindCode("vtkBlueObeliskData_NewInstance", "D_vtkBlueObeliskData_NewInstance")); mixin(bindCode("vtkBlueObeliskData_New", "D_vtkBlueObeliskData_New")); mixin(bindCode("vtkBlueObeliskData_Initialize", "D_vtkBlueObeliskData_Initialize")); mixin(bindCode("vtkBlueObeliskData_IsInitialized", "D_vtkBlueObeliskData_IsInitialized")); mixin(bindCode("vtkBlueObeliskData_GetWriteMutex", "D_vtkBlueObeliskData_GetWriteMutex")); mixin(bindCode("vtkBlueObeliskData_GetNumberOfElements", "D_vtkBlueObeliskData_GetNumberOfElements")); mixin(bindCode("vtkBlueObeliskData_GetSymbols", "D_vtkBlueObeliskData_GetSymbols")); mixin(bindCode("vtkBlueObeliskData_GetLowerSymbols", "D_vtkBlueObeliskData_GetLowerSymbols")); mixin(bindCode("vtkBlueObeliskData_GetNames", "D_vtkBlueObeliskData_GetNames")); mixin(bindCode("vtkBlueObeliskData_GetLowerNames", "D_vtkBlueObeliskData_GetLowerNames")); mixin(bindCode("vtkBlueObeliskData_GetPeriodicTableBlocks", "D_vtkBlueObeliskData_GetPeriodicTableBlocks")); mixin(bindCode("vtkBlueObeliskData_GetElectronicConfigurations", "D_vtkBlueObeliskData_GetElectronicConfigurations")); mixin(bindCode("vtkBlueObeliskData_GetFamilies", "D_vtkBlueObeliskData_GetFamilies")); mixin(bindCode("vtkBlueObeliskData_GetMasses", "D_vtkBlueObeliskData_GetMasses")); mixin(bindCode("vtkBlueObeliskData_GetExactMasses", "D_vtkBlueObeliskData_GetExactMasses")); mixin(bindCode("vtkBlueObeliskData_GetIonizationEnergies", "D_vtkBlueObeliskData_GetIonizationEnergies")); mixin(bindCode("vtkBlueObeliskData_GetElectronAffinities", "D_vtkBlueObeliskData_GetElectronAffinities")); mixin(bindCode("vtkBlueObeliskData_GetPaulingElectronegativities", "D_vtkBlueObeliskData_GetPaulingElectronegativities")); mixin(bindCode("vtkBlueObeliskData_GetCovalentRadii", "D_vtkBlueObeliskData_GetCovalentRadii")); mixin(bindCode("vtkBlueObeliskData_GetVDWRadii", "D_vtkBlueObeliskData_GetVDWRadii")); mixin(bindCode("vtkBlueObeliskData_GetDefaultColors", "D_vtkBlueObeliskData_GetDefaultColors")); mixin(bindCode("vtkBlueObeliskData_GetBoilingPoints", "D_vtkBlueObeliskData_GetBoilingPoints")); mixin(bindCode("vtkBlueObeliskData_GetMeltingPoints", "D_vtkBlueObeliskData_GetMeltingPoints")); mixin(bindCode("vtkBlueObeliskData_GetPeriods", "D_vtkBlueObeliskData_GetPeriods")); mixin(bindCode("vtkBlueObeliskData_GetGroups", "D_vtkBlueObeliskData_GetGroups")); mixin(bindCode("vtkBlueObeliskData_Upcast", "D_vtkBlueObeliskData_Upcast")); mixin(bindCode("vtkQuadratureSchemeDictionaryGenerator_IsTypeOf", "D_vtkQuadratureSchemeDictionaryGenerator_IsTypeOf")); mixin(bindCode("vtkQuadratureSchemeDictionaryGenerator_SafeDownCast", "D_vtkQuadratureSchemeDictionaryGenerator_SafeDownCast")); mixin(bindCode("vtkQuadratureSchemeDictionaryGenerator_NewInstance", "D_vtkQuadratureSchemeDictionaryGenerator_NewInstance")); mixin(bindCode("vtkQuadratureSchemeDictionaryGenerator_New", "D_vtkQuadratureSchemeDictionaryGenerator_New")); mixin(bindCode("vtkQuadratureSchemeDictionaryGenerator_Upcast", "D_vtkQuadratureSchemeDictionaryGenerator_Upcast")); mixin(bindCode("vtkLightActor_New", "D_vtkLightActor_New")); mixin(bindCode("vtkLightActor_IsTypeOf", "D_vtkLightActor_IsTypeOf")); mixin(bindCode("vtkLightActor_SafeDownCast", "D_vtkLightActor_SafeDownCast")); mixin(bindCode("vtkLightActor_NewInstance", "D_vtkLightActor_NewInstance")); mixin(bindCode("vtkLightActor_SetLight", "D_vtkLightActor_SetLight")); mixin(bindCode("vtkLightActor_GetLight", "D_vtkLightActor_GetLight")); mixin(bindCode("vtkLightActor_SetClippingRange__SWIG_0", "D_vtkLightActor_SetClippingRange__SWIG_0")); mixin(bindCode("vtkLightActor_SetClippingRange__SWIG_1", "D_vtkLightActor_SetClippingRange__SWIG_1")); mixin(bindCode("vtkLightActor_GetClippingRange__SWIG_0", "D_vtkLightActor_GetClippingRange__SWIG_0")); mixin(bindCode("vtkLightActor_GetClippingRange__SWIG_1", "D_vtkLightActor_GetClippingRange__SWIG_1")); mixin(bindCode("vtkLightActor_GetClippingRange__SWIG_2", "D_vtkLightActor_GetClippingRange__SWIG_2")); mixin(bindCode("vtkLightActor_RenderOpaqueGeometry", "D_vtkLightActor_RenderOpaqueGeometry")); mixin(bindCode("vtkLightActor_HasTranslucentPolygonalGeometry", "D_vtkLightActor_HasTranslucentPolygonalGeometry")); mixin(bindCode("vtkLightActor_ReleaseGraphicsResources", "D_vtkLightActor_ReleaseGraphicsResources")); mixin(bindCode("vtkLightActor_Upcast", "D_vtkLightActor_Upcast")); mixin(bindCode("vtkLabeledTreeMapDataMapper_New", "D_vtkLabeledTreeMapDataMapper_New")); mixin(bindCode("vtkLabeledTreeMapDataMapper_IsTypeOf", "D_vtkLabeledTreeMapDataMapper_IsTypeOf")); mixin(bindCode("vtkLabeledTreeMapDataMapper_SafeDownCast", "D_vtkLabeledTreeMapDataMapper_SafeDownCast")); mixin(bindCode("vtkLabeledTreeMapDataMapper_NewInstance", "D_vtkLabeledTreeMapDataMapper_NewInstance")); mixin(bindCode("vtkLabeledTreeMapDataMapper_GetInputTree", "D_vtkLabeledTreeMapDataMapper_GetInputTree")); mixin(bindCode("vtkLabeledTreeMapDataMapper_SetRectanglesArrayName", "D_vtkLabeledTreeMapDataMapper_SetRectanglesArrayName")); mixin(bindCode("vtkLabeledTreeMapDataMapper_GetClipTextMode", "D_vtkLabeledTreeMapDataMapper_GetClipTextMode")); mixin(bindCode("vtkLabeledTreeMapDataMapper_SetClipTextMode", "D_vtkLabeledTreeMapDataMapper_SetClipTextMode")); mixin(bindCode("vtkLabeledTreeMapDataMapper_GetChildMotion", "D_vtkLabeledTreeMapDataMapper_GetChildMotion")); mixin(bindCode("vtkLabeledTreeMapDataMapper_SetChildMotion", "D_vtkLabeledTreeMapDataMapper_SetChildMotion")); mixin(bindCode("vtkLabeledTreeMapDataMapper_GetDynamicLevel", "D_vtkLabeledTreeMapDataMapper_GetDynamicLevel")); mixin(bindCode("vtkLabeledTreeMapDataMapper_SetDynamicLevel", "D_vtkLabeledTreeMapDataMapper_SetDynamicLevel")); mixin(bindCode("vtkLabeledTreeMapDataMapper_SetFontSizeRange__SWIG_0", "D_vtkLabeledTreeMapDataMapper_SetFontSizeRange__SWIG_0")); mixin(bindCode("vtkLabeledTreeMapDataMapper_SetFontSizeRange__SWIG_1", "D_vtkLabeledTreeMapDataMapper_SetFontSizeRange__SWIG_1")); mixin(bindCode("vtkLabeledTreeMapDataMapper_GetFontSizeRange", "D_vtkLabeledTreeMapDataMapper_GetFontSizeRange")); mixin(bindCode("vtkLabeledTreeMapDataMapper_SetLevelRange", "D_vtkLabeledTreeMapDataMapper_SetLevelRange")); mixin(bindCode("vtkLabeledTreeMapDataMapper_GetLevelRange", "D_vtkLabeledTreeMapDataMapper_GetLevelRange")); mixin(bindCode("vtkLabeledTreeMapDataMapper_Upcast", "D_vtkLabeledTreeMapDataMapper_Upcast")); mixin(bindCode("vtkImageCroppingRegionsWidget_New", "D_vtkImageCroppingRegionsWidget_New")); mixin(bindCode("vtkImageCroppingRegionsWidget_IsTypeOf", "D_vtkImageCroppingRegionsWidget_IsTypeOf")); mixin(bindCode("vtkImageCroppingRegionsWidget_SafeDownCast", "D_vtkImageCroppingRegionsWidget_SafeDownCast")); mixin(bindCode("vtkImageCroppingRegionsWidget_NewInstance", "D_vtkImageCroppingRegionsWidget_NewInstance")); mixin(bindCode("vtkImageCroppingRegionsWidget_PlaceWidget__SWIG_0_0", "D_vtkImageCroppingRegionsWidget_PlaceWidget__SWIG_0_0")); mixin(bindCode("vtkImageCroppingRegionsWidget_PlaceWidget__SWIG_0_1", "D_vtkImageCroppingRegionsWidget_PlaceWidget__SWIG_0_1")); mixin(bindCode("vtkImageCroppingRegionsWidget_PlaceWidget__SWIG_1", "D_vtkImageCroppingRegionsWidget_PlaceWidget__SWIG_1")); mixin(bindCode("vtkImageCroppingRegionsWidget_GetPlanePositions__SWIG_0", "D_vtkImageCroppingRegionsWidget_GetPlanePositions__SWIG_0")); mixin(bindCode("vtkImageCroppingRegionsWidget_GetPlanePositions__SWIG_1", "D_vtkImageCroppingRegionsWidget_GetPlanePositions__SWIG_1")); mixin(bindCode("vtkImageCroppingRegionsWidget_GetPlanePositions__SWIG_2", "D_vtkImageCroppingRegionsWidget_GetPlanePositions__SWIG_2")); mixin(bindCode("vtkImageCroppingRegionsWidget_SetPlanePositions__SWIG_0", "D_vtkImageCroppingRegionsWidget_SetPlanePositions__SWIG_0")); mixin(bindCode("vtkImageCroppingRegionsWidget_SetPlanePositions__SWIG_1", "D_vtkImageCroppingRegionsWidget_SetPlanePositions__SWIG_1")); mixin(bindCode("vtkImageCroppingRegionsWidget_SetPlanePositions__SWIG_2", "D_vtkImageCroppingRegionsWidget_SetPlanePositions__SWIG_2")); mixin(bindCode("vtkImageCroppingRegionsWidget_SetCroppingRegionFlags", "D_vtkImageCroppingRegionsWidget_SetCroppingRegionFlags")); mixin(bindCode("vtkImageCroppingRegionsWidget_GetCroppingRegionFlags", "D_vtkImageCroppingRegionsWidget_GetCroppingRegionFlags")); mixin(bindCode("vtkImageCroppingRegionsWidget_GetSliceOrientation", "D_vtkImageCroppingRegionsWidget_GetSliceOrientation")); mixin(bindCode("vtkImageCroppingRegionsWidget_SetSliceOrientation", "D_vtkImageCroppingRegionsWidget_SetSliceOrientation")); mixin(bindCode("vtkImageCroppingRegionsWidget_SetSliceOrientationToXY", "D_vtkImageCroppingRegionsWidget_SetSliceOrientationToXY")); mixin(bindCode("vtkImageCroppingRegionsWidget_SetSliceOrientationToYZ", "D_vtkImageCroppingRegionsWidget_SetSliceOrientationToYZ")); mixin(bindCode("vtkImageCroppingRegionsWidget_SetSliceOrientationToXZ", "D_vtkImageCroppingRegionsWidget_SetSliceOrientationToXZ")); mixin(bindCode("vtkImageCroppingRegionsWidget_SetSlice", "D_vtkImageCroppingRegionsWidget_SetSlice")); mixin(bindCode("vtkImageCroppingRegionsWidget_GetSlice", "D_vtkImageCroppingRegionsWidget_GetSlice")); mixin(bindCode("vtkImageCroppingRegionsWidget_SetLine1Color__SWIG_0", "D_vtkImageCroppingRegionsWidget_SetLine1Color__SWIG_0")); mixin(bindCode("vtkImageCroppingRegionsWidget_SetLine1Color__SWIG_1", "D_vtkImageCroppingRegionsWidget_SetLine1Color__SWIG_1")); mixin(bindCode("vtkImageCroppingRegionsWidget_GetLine1Color__SWIG_0", "D_vtkImageCroppingRegionsWidget_GetLine1Color__SWIG_0")); mixin(bindCode("vtkImageCroppingRegionsWidget_GetLine1Color__SWIG_1", "D_vtkImageCroppingRegionsWidget_GetLine1Color__SWIG_1")); mixin(bindCode("vtkImageCroppingRegionsWidget_SetLine2Color__SWIG_0", "D_vtkImageCroppingRegionsWidget_SetLine2Color__SWIG_0")); mixin(bindCode("vtkImageCroppingRegionsWidget_SetLine2Color__SWIG_1", "D_vtkImageCroppingRegionsWidget_SetLine2Color__SWIG_1")); mixin(bindCode("vtkImageCroppingRegionsWidget_GetLine2Color__SWIG_0", "D_vtkImageCroppingRegionsWidget_GetLine2Color__SWIG_0")); mixin(bindCode("vtkImageCroppingRegionsWidget_GetLine2Color__SWIG_1", "D_vtkImageCroppingRegionsWidget_GetLine2Color__SWIG_1")); mixin(bindCode("vtkImageCroppingRegionsWidget_SetLine3Color__SWIG_0", "D_vtkImageCroppingRegionsWidget_SetLine3Color__SWIG_0")); mixin(bindCode("vtkImageCroppingRegionsWidget_SetLine3Color__SWIG_1", "D_vtkImageCroppingRegionsWidget_SetLine3Color__SWIG_1")); mixin(bindCode("vtkImageCroppingRegionsWidget_GetLine3Color__SWIG_0", "D_vtkImageCroppingRegionsWidget_GetLine3Color__SWIG_0")); mixin(bindCode("vtkImageCroppingRegionsWidget_GetLine3Color__SWIG_1", "D_vtkImageCroppingRegionsWidget_GetLine3Color__SWIG_1")); mixin(bindCode("vtkImageCroppingRegionsWidget_SetLine4Color__SWIG_0", "D_vtkImageCroppingRegionsWidget_SetLine4Color__SWIG_0")); mixin(bindCode("vtkImageCroppingRegionsWidget_SetLine4Color__SWIG_1", "D_vtkImageCroppingRegionsWidget_SetLine4Color__SWIG_1")); mixin(bindCode("vtkImageCroppingRegionsWidget_GetLine4Color__SWIG_0", "D_vtkImageCroppingRegionsWidget_GetLine4Color__SWIG_0")); mixin(bindCode("vtkImageCroppingRegionsWidget_GetLine4Color__SWIG_1", "D_vtkImageCroppingRegionsWidget_GetLine4Color__SWIG_1")); mixin(bindCode("vtkImageCroppingRegionsWidget_SetVolumeMapper", "D_vtkImageCroppingRegionsWidget_SetVolumeMapper")); mixin(bindCode("vtkImageCroppingRegionsWidget_GetVolumeMapper", "D_vtkImageCroppingRegionsWidget_GetVolumeMapper")); mixin(bindCode("vtkImageCroppingRegionsWidget_UpdateAccordingToInput", "D_vtkImageCroppingRegionsWidget_UpdateAccordingToInput")); mixin(bindCode("vtkImageCroppingRegionsWidget_MoveHorizontalLine", "D_vtkImageCroppingRegionsWidget_MoveHorizontalLine")); mixin(bindCode("vtkImageCroppingRegionsWidget_MoveVerticalLine", "D_vtkImageCroppingRegionsWidget_MoveVerticalLine")); mixin(bindCode("vtkImageCroppingRegionsWidget_MoveIntersectingLines", "D_vtkImageCroppingRegionsWidget_MoveIntersectingLines")); mixin(bindCode("vtkImageCroppingRegionsWidget_UpdateCursorIcon", "D_vtkImageCroppingRegionsWidget_UpdateCursorIcon")); mixin(bindCode("vtkImageCroppingRegionsWidget_OnButtonPress", "D_vtkImageCroppingRegionsWidget_OnButtonPress")); mixin(bindCode("vtkImageCroppingRegionsWidget_OnButtonRelease", "D_vtkImageCroppingRegionsWidget_OnButtonRelease")); mixin(bindCode("vtkImageCroppingRegionsWidget_OnMouseMove", "D_vtkImageCroppingRegionsWidget_OnMouseMove")); mixin(bindCode("vtkImageCroppingRegionsWidget_Upcast", "D_vtkImageCroppingRegionsWidget_Upcast")); mixin(bindCode("vtkImageReader2Collection_IsTypeOf", "D_vtkImageReader2Collection_IsTypeOf")); mixin(bindCode("vtkImageReader2Collection_SafeDownCast", "D_vtkImageReader2Collection_SafeDownCast")); mixin(bindCode("vtkImageReader2Collection_NewInstance", "D_vtkImageReader2Collection_NewInstance")); mixin(bindCode("vtkImageReader2Collection_New", "D_vtkImageReader2Collection_New")); mixin(bindCode("vtkImageReader2Collection_AddItem", "D_vtkImageReader2Collection_AddItem")); mixin(bindCode("vtkImageReader2Collection_GetNextItem", "D_vtkImageReader2Collection_GetNextItem")); mixin(bindCode("vtkImageReader2Collection_Upcast", "D_vtkImageReader2Collection_Upcast")); mixin(bindCode("vtkImageConstantPad_New", "D_vtkImageConstantPad_New")); mixin(bindCode("vtkImageConstantPad_IsTypeOf", "D_vtkImageConstantPad_IsTypeOf")); mixin(bindCode("vtkImageConstantPad_SafeDownCast", "D_vtkImageConstantPad_SafeDownCast")); mixin(bindCode("vtkImageConstantPad_NewInstance", "D_vtkImageConstantPad_NewInstance")); mixin(bindCode("vtkImageConstantPad_SetConstant", "D_vtkImageConstantPad_SetConstant")); mixin(bindCode("vtkImageConstantPad_GetConstant", "D_vtkImageConstantPad_GetConstant")); mixin(bindCode("vtkImageConstantPad_Upcast", "D_vtkImageConstantPad_Upcast")); mixin(bindCode("vtkPDBReader_IsTypeOf", "D_vtkPDBReader_IsTypeOf")); mixin(bindCode("vtkPDBReader_SafeDownCast", "D_vtkPDBReader_SafeDownCast")); mixin(bindCode("vtkPDBReader_NewInstance", "D_vtkPDBReader_NewInstance")); mixin(bindCode("vtkPDBReader_New", "D_vtkPDBReader_New")); mixin(bindCode("vtkPDBReader_Upcast", "D_vtkPDBReader_Upcast")); mixin(bindCode("vtkCullerCollection_New", "D_vtkCullerCollection_New")); mixin(bindCode("vtkCullerCollection_IsTypeOf", "D_vtkCullerCollection_IsTypeOf")); mixin(bindCode("vtkCullerCollection_SafeDownCast", "D_vtkCullerCollection_SafeDownCast")); mixin(bindCode("vtkCullerCollection_NewInstance", "D_vtkCullerCollection_NewInstance")); mixin(bindCode("vtkCullerCollection_AddItem", "D_vtkCullerCollection_AddItem")); mixin(bindCode("vtkCullerCollection_GetNextItem", "D_vtkCullerCollection_GetNextItem")); mixin(bindCode("vtkCullerCollection_GetLastItem", "D_vtkCullerCollection_GetLastItem")); mixin(bindCode("vtkCullerCollection_Upcast", "D_vtkCullerCollection_Upcast")); mixin(bindCode("vtkGeoView2D_New", "D_vtkGeoView2D_New")); mixin(bindCode("vtkGeoView2D_IsTypeOf", "D_vtkGeoView2D_IsTypeOf")); mixin(bindCode("vtkGeoView2D_SafeDownCast", "D_vtkGeoView2D_SafeDownCast")); mixin(bindCode("vtkGeoView2D_NewInstance", "D_vtkGeoView2D_NewInstance")); mixin(bindCode("new_vtkGeoView2D", "D_new_vtkGeoView2D")); mixin(bindCode("delete_vtkGeoView2D", "D_delete_vtkGeoView2D")); mixin(bindCode("vtkGeoView2D_GetSurface", "D_vtkGeoView2D_GetSurface")); mixin(bindCode("vtkGeoView2D_SetSurface", "D_vtkGeoView2D_SetSurface")); mixin(bindCode("vtkGeoView2D_Upcast", "D_vtkGeoView2D_Upcast")); mixin(bindCode("VTK_VOXEL_TO_12_TET_get", "D_VTK_VOXEL_TO_12_TET_get")); mixin(bindCode("VTK_VOXEL_TO_5_TET_get", "D_VTK_VOXEL_TO_5_TET_get")); mixin(bindCode("VTK_VOXEL_TO_6_TET_get", "D_VTK_VOXEL_TO_6_TET_get")); mixin(bindCode("VTK_VOXEL_TO_5_AND_12_TET_get", "D_VTK_VOXEL_TO_5_AND_12_TET_get")); mixin(bindCode("vtkRectilinearGridToTetrahedra_IsTypeOf", "D_vtkRectilinearGridToTetrahedra_IsTypeOf")); mixin(bindCode("vtkRectilinearGridToTetrahedra_SafeDownCast", "D_vtkRectilinearGridToTetrahedra_SafeDownCast")); mixin(bindCode("vtkRectilinearGridToTetrahedra_NewInstance", "D_vtkRectilinearGridToTetrahedra_NewInstance")); mixin(bindCode("vtkRectilinearGridToTetrahedra_New", "D_vtkRectilinearGridToTetrahedra_New")); mixin(bindCode("vtkRectilinearGridToTetrahedra_SetTetraPerCellTo5", "D_vtkRectilinearGridToTetrahedra_SetTetraPerCellTo5")); mixin(bindCode("vtkRectilinearGridToTetrahedra_SetTetraPerCellTo6", "D_vtkRectilinearGridToTetrahedra_SetTetraPerCellTo6")); mixin(bindCode("vtkRectilinearGridToTetrahedra_SetTetraPerCellTo12", "D_vtkRectilinearGridToTetrahedra_SetTetraPerCellTo12")); mixin(bindCode("vtkRectilinearGridToTetrahedra_SetTetraPerCellTo5And12", "D_vtkRectilinearGridToTetrahedra_SetTetraPerCellTo5And12")); mixin(bindCode("vtkRectilinearGridToTetrahedra_SetTetraPerCell", "D_vtkRectilinearGridToTetrahedra_SetTetraPerCell")); mixin(bindCode("vtkRectilinearGridToTetrahedra_GetTetraPerCell", "D_vtkRectilinearGridToTetrahedra_GetTetraPerCell")); mixin(bindCode("vtkRectilinearGridToTetrahedra_SetRememberVoxelId", "D_vtkRectilinearGridToTetrahedra_SetRememberVoxelId")); mixin(bindCode("vtkRectilinearGridToTetrahedra_GetRememberVoxelId", "D_vtkRectilinearGridToTetrahedra_GetRememberVoxelId")); mixin(bindCode("vtkRectilinearGridToTetrahedra_RememberVoxelIdOn", "D_vtkRectilinearGridToTetrahedra_RememberVoxelIdOn")); mixin(bindCode("vtkRectilinearGridToTetrahedra_RememberVoxelIdOff", "D_vtkRectilinearGridToTetrahedra_RememberVoxelIdOff")); mixin(bindCode("vtkRectilinearGridToTetrahedra_SetInput__SWIG_0", "D_vtkRectilinearGridToTetrahedra_SetInput__SWIG_0")); mixin(bindCode("vtkRectilinearGridToTetrahedra_SetInput__SWIG_1", "D_vtkRectilinearGridToTetrahedra_SetInput__SWIG_1")); mixin(bindCode("vtkRectilinearGridToTetrahedra_SetInput__SWIG_2", "D_vtkRectilinearGridToTetrahedra_SetInput__SWIG_2")); mixin(bindCode("vtkRectilinearGridToTetrahedra_SetInput__SWIG_3", "D_vtkRectilinearGridToTetrahedra_SetInput__SWIG_3")); mixin(bindCode("vtkRectilinearGridToTetrahedra_Upcast", "D_vtkRectilinearGridToTetrahedra_Upcast")); mixin(bindCode("vtkLinesPainter_New", "D_vtkLinesPainter_New")); mixin(bindCode("vtkLinesPainter_IsTypeOf", "D_vtkLinesPainter_IsTypeOf")); mixin(bindCode("vtkLinesPainter_SafeDownCast", "D_vtkLinesPainter_SafeDownCast")); mixin(bindCode("vtkLinesPainter_NewInstance", "D_vtkLinesPainter_NewInstance")); mixin(bindCode("vtkLinesPainter_Upcast", "D_vtkLinesPainter_Upcast")); mixin(bindCode("vtkTerrainDataPointPlacer_New", "D_vtkTerrainDataPointPlacer_New")); mixin(bindCode("vtkTerrainDataPointPlacer_IsTypeOf", "D_vtkTerrainDataPointPlacer_IsTypeOf")); mixin(bindCode("vtkTerrainDataPointPlacer_SafeDownCast", "D_vtkTerrainDataPointPlacer_SafeDownCast")); mixin(bindCode("vtkTerrainDataPointPlacer_NewInstance", "D_vtkTerrainDataPointPlacer_NewInstance")); mixin(bindCode("vtkTerrainDataPointPlacer_AddProp", "D_vtkTerrainDataPointPlacer_AddProp")); mixin(bindCode("vtkTerrainDataPointPlacer_RemoveAllProps", "D_vtkTerrainDataPointPlacer_RemoveAllProps")); mixin(bindCode("vtkTerrainDataPointPlacer_SetHeightOffset", "D_vtkTerrainDataPointPlacer_SetHeightOffset")); mixin(bindCode("vtkTerrainDataPointPlacer_GetHeightOffset", "D_vtkTerrainDataPointPlacer_GetHeightOffset")); mixin(bindCode("vtkTerrainDataPointPlacer_ComputeWorldPosition__SWIG_0", "D_vtkTerrainDataPointPlacer_ComputeWorldPosition__SWIG_0")); mixin(bindCode("vtkTerrainDataPointPlacer_ComputeWorldPosition__SWIG_1", "D_vtkTerrainDataPointPlacer_ComputeWorldPosition__SWIG_1")); mixin(bindCode("vtkTerrainDataPointPlacer_ValidateWorldPosition__SWIG_0", "D_vtkTerrainDataPointPlacer_ValidateWorldPosition__SWIG_0")); mixin(bindCode("vtkTerrainDataPointPlacer_ValidateWorldPosition__SWIG_1", "D_vtkTerrainDataPointPlacer_ValidateWorldPosition__SWIG_1")); mixin(bindCode("vtkTerrainDataPointPlacer_GetPropPicker", "D_vtkTerrainDataPointPlacer_GetPropPicker")); mixin(bindCode("vtkTerrainDataPointPlacer_Upcast", "D_vtkTerrainDataPointPlacer_Upcast")); mixin(bindCode("vtkGL2PSContextDevice2D_IsTypeOf", "D_vtkGL2PSContextDevice2D_IsTypeOf")); mixin(bindCode("vtkGL2PSContextDevice2D_SafeDownCast", "D_vtkGL2PSContextDevice2D_SafeDownCast")); mixin(bindCode("vtkGL2PSContextDevice2D_NewInstance", "D_vtkGL2PSContextDevice2D_NewInstance")); mixin(bindCode("vtkGL2PSContextDevice2D_New", "D_vtkGL2PSContextDevice2D_New")); mixin(bindCode("vtkGL2PSContextDevice2D_DrawPoly__SWIG_0", "D_vtkGL2PSContextDevice2D_DrawPoly__SWIG_0")); mixin(bindCode("vtkGL2PSContextDevice2D_DrawPoly__SWIG_1", "D_vtkGL2PSContextDevice2D_DrawPoly__SWIG_1")); mixin(bindCode("vtkGL2PSContextDevice2D_DrawPoly__SWIG_2", "D_vtkGL2PSContextDevice2D_DrawPoly__SWIG_2")); mixin(bindCode("vtkGL2PSContextDevice2D_DrawPoints__SWIG_0", "D_vtkGL2PSContextDevice2D_DrawPoints__SWIG_0")); mixin(bindCode("vtkGL2PSContextDevice2D_DrawPoints__SWIG_1", "D_vtkGL2PSContextDevice2D_DrawPoints__SWIG_1")); mixin(bindCode("vtkGL2PSContextDevice2D_DrawPoints__SWIG_2", "D_vtkGL2PSContextDevice2D_DrawPoints__SWIG_2")); mixin(bindCode("vtkGL2PSContextDevice2D_DrawPointSprites__SWIG_0", "D_vtkGL2PSContextDevice2D_DrawPointSprites__SWIG_0")); mixin(bindCode("vtkGL2PSContextDevice2D_DrawPointSprites__SWIG_1", "D_vtkGL2PSContextDevice2D_DrawPointSprites__SWIG_1")); mixin(bindCode("vtkGL2PSContextDevice2D_DrawPointSprites__SWIG_2", "D_vtkGL2PSContextDevice2D_DrawPointSprites__SWIG_2")); mixin(bindCode("vtkGL2PSContextDevice2D_DrawMarkers__SWIG_0", "D_vtkGL2PSContextDevice2D_DrawMarkers__SWIG_0")); mixin(bindCode("vtkGL2PSContextDevice2D_DrawMarkers__SWIG_1", "D_vtkGL2PSContextDevice2D_DrawMarkers__SWIG_1")); mixin(bindCode("vtkGL2PSContextDevice2D_DrawMarkers__SWIG_2", "D_vtkGL2PSContextDevice2D_DrawMarkers__SWIG_2")); mixin(bindCode("vtkGL2PSContextDevice2D_DrawString__SWIG_0", "D_vtkGL2PSContextDevice2D_DrawString__SWIG_0")); mixin(bindCode("vtkGL2PSContextDevice2D_DrawString__SWIG_1", "D_vtkGL2PSContextDevice2D_DrawString__SWIG_1")); mixin(bindCode("vtkGL2PSContextDevice2D_ApplyPen", "D_vtkGL2PSContextDevice2D_ApplyPen")); mixin(bindCode("vtkGL2PSContextDevice2D_Upcast", "D_vtkGL2PSContextDevice2D_Upcast")); mixin(bindCode("vtkSubdivideTetra_New", "D_vtkSubdivideTetra_New")); mixin(bindCode("vtkSubdivideTetra_IsTypeOf", "D_vtkSubdivideTetra_IsTypeOf")); mixin(bindCode("vtkSubdivideTetra_SafeDownCast", "D_vtkSubdivideTetra_SafeDownCast")); mixin(bindCode("vtkSubdivideTetra_NewInstance", "D_vtkSubdivideTetra_NewInstance")); mixin(bindCode("vtkSubdivideTetra_Upcast", "D_vtkSubdivideTetra_Upcast")); mixin(bindCode("vtkImageButterworthHighPass_New", "D_vtkImageButterworthHighPass_New")); mixin(bindCode("vtkImageButterworthHighPass_IsTypeOf", "D_vtkImageButterworthHighPass_IsTypeOf")); mixin(bindCode("vtkImageButterworthHighPass_SafeDownCast", "D_vtkImageButterworthHighPass_SafeDownCast")); mixin(bindCode("vtkImageButterworthHighPass_NewInstance", "D_vtkImageButterworthHighPass_NewInstance")); mixin(bindCode("vtkImageButterworthHighPass_SetCutOff__SWIG_0", "D_vtkImageButterworthHighPass_SetCutOff__SWIG_0")); mixin(bindCode("vtkImageButterworthHighPass_SetCutOff__SWIG_1", "D_vtkImageButterworthHighPass_SetCutOff__SWIG_1")); mixin(bindCode("vtkImageButterworthHighPass_SetCutOff__SWIG_2", "D_vtkImageButterworthHighPass_SetCutOff__SWIG_2")); mixin(bindCode("vtkImageButterworthHighPass_SetXCutOff", "D_vtkImageButterworthHighPass_SetXCutOff")); mixin(bindCode("vtkImageButterworthHighPass_SetYCutOff", "D_vtkImageButterworthHighPass_SetYCutOff")); mixin(bindCode("vtkImageButterworthHighPass_SetZCutOff", "D_vtkImageButterworthHighPass_SetZCutOff")); mixin(bindCode("vtkImageButterworthHighPass_GetCutOff__SWIG_0", "D_vtkImageButterworthHighPass_GetCutOff__SWIG_0")); mixin(bindCode("vtkImageButterworthHighPass_GetCutOff__SWIG_1", "D_vtkImageButterworthHighPass_GetCutOff__SWIG_1")); mixin(bindCode("vtkImageButterworthHighPass_GetCutOff__SWIG_2", "D_vtkImageButterworthHighPass_GetCutOff__SWIG_2")); mixin(bindCode("vtkImageButterworthHighPass_GetXCutOff", "D_vtkImageButterworthHighPass_GetXCutOff")); mixin(bindCode("vtkImageButterworthHighPass_GetYCutOff", "D_vtkImageButterworthHighPass_GetYCutOff")); mixin(bindCode("vtkImageButterworthHighPass_GetZCutOff", "D_vtkImageButterworthHighPass_GetZCutOff")); mixin(bindCode("vtkImageButterworthHighPass_SetOrder", "D_vtkImageButterworthHighPass_SetOrder")); mixin(bindCode("vtkImageButterworthHighPass_GetOrder", "D_vtkImageButterworthHighPass_GetOrder")); mixin(bindCode("vtkImageButterworthHighPass_Upcast", "D_vtkImageButterworthHighPass_Upcast")); mixin(bindCode("vtkRectilinearGridGeometryFilter_IsTypeOf", "D_vtkRectilinearGridGeometryFilter_IsTypeOf")); mixin(bindCode("vtkRectilinearGridGeometryFilter_SafeDownCast", "D_vtkRectilinearGridGeometryFilter_SafeDownCast")); mixin(bindCode("vtkRectilinearGridGeometryFilter_NewInstance", "D_vtkRectilinearGridGeometryFilter_NewInstance")); mixin(bindCode("vtkRectilinearGridGeometryFilter_New", "D_vtkRectilinearGridGeometryFilter_New")); mixin(bindCode("vtkRectilinearGridGeometryFilter_GetExtent__SWIG_0", "D_vtkRectilinearGridGeometryFilter_GetExtent__SWIG_0")); mixin(bindCode("vtkRectilinearGridGeometryFilter_GetExtent__SWIG_1", "D_vtkRectilinearGridGeometryFilter_GetExtent__SWIG_1")); mixin(bindCode("vtkRectilinearGridGeometryFilter_SetExtent__SWIG_0", "D_vtkRectilinearGridGeometryFilter_SetExtent__SWIG_0")); mixin(bindCode("vtkRectilinearGridGeometryFilter_SetExtent__SWIG_1", "D_vtkRectilinearGridGeometryFilter_SetExtent__SWIG_1")); mixin(bindCode("vtkRectilinearGridGeometryFilter_Upcast", "D_vtkRectilinearGridGeometryFilter_Upcast")); mixin(bindCode("vtkBooleanTexture_New", "D_vtkBooleanTexture_New")); mixin(bindCode("vtkBooleanTexture_IsTypeOf", "D_vtkBooleanTexture_IsTypeOf")); mixin(bindCode("vtkBooleanTexture_SafeDownCast", "D_vtkBooleanTexture_SafeDownCast")); mixin(bindCode("vtkBooleanTexture_NewInstance", "D_vtkBooleanTexture_NewInstance")); mixin(bindCode("vtkBooleanTexture_SetXSize", "D_vtkBooleanTexture_SetXSize")); mixin(bindCode("vtkBooleanTexture_GetXSize", "D_vtkBooleanTexture_GetXSize")); mixin(bindCode("vtkBooleanTexture_SetYSize", "D_vtkBooleanTexture_SetYSize")); mixin(bindCode("vtkBooleanTexture_GetYSize", "D_vtkBooleanTexture_GetYSize")); mixin(bindCode("vtkBooleanTexture_SetThickness", "D_vtkBooleanTexture_SetThickness")); mixin(bindCode("vtkBooleanTexture_GetThickness", "D_vtkBooleanTexture_GetThickness")); mixin(bindCode("vtkBooleanTexture_SetInIn__SWIG_0", "D_vtkBooleanTexture_SetInIn__SWIG_0")); mixin(bindCode("vtkBooleanTexture_SetInIn__SWIG_1", "D_vtkBooleanTexture_SetInIn__SWIG_1")); mixin(bindCode("vtkBooleanTexture_GetInIn__SWIG_0", "D_vtkBooleanTexture_GetInIn__SWIG_0")); mixin(bindCode("vtkBooleanTexture_GetInIn__SWIG_1", "D_vtkBooleanTexture_GetInIn__SWIG_1")); mixin(bindCode("vtkBooleanTexture_SetInOut__SWIG_0", "D_vtkBooleanTexture_SetInOut__SWIG_0")); mixin(bindCode("vtkBooleanTexture_SetInOut__SWIG_1", "D_vtkBooleanTexture_SetInOut__SWIG_1")); mixin(bindCode("vtkBooleanTexture_GetInOut__SWIG_0", "D_vtkBooleanTexture_GetInOut__SWIG_0")); mixin(bindCode("vtkBooleanTexture_GetInOut__SWIG_1", "D_vtkBooleanTexture_GetInOut__SWIG_1")); mixin(bindCode("vtkBooleanTexture_SetOutIn__SWIG_0", "D_vtkBooleanTexture_SetOutIn__SWIG_0")); mixin(bindCode("vtkBooleanTexture_SetOutIn__SWIG_1", "D_vtkBooleanTexture_SetOutIn__SWIG_1")); mixin(bindCode("vtkBooleanTexture_GetOutIn__SWIG_0", "D_vtkBooleanTexture_GetOutIn__SWIG_0")); mixin(bindCode("vtkBooleanTexture_GetOutIn__SWIG_1", "D_vtkBooleanTexture_GetOutIn__SWIG_1")); mixin(bindCode("vtkBooleanTexture_SetOutOut__SWIG_0", "D_vtkBooleanTexture_SetOutOut__SWIG_0")); mixin(bindCode("vtkBooleanTexture_SetOutOut__SWIG_1", "D_vtkBooleanTexture_SetOutOut__SWIG_1")); mixin(bindCode("vtkBooleanTexture_GetOutOut__SWIG_0", "D_vtkBooleanTexture_GetOutOut__SWIG_0")); mixin(bindCode("vtkBooleanTexture_GetOutOut__SWIG_1", "D_vtkBooleanTexture_GetOutOut__SWIG_1")); mixin(bindCode("vtkBooleanTexture_SetOnOn__SWIG_0", "D_vtkBooleanTexture_SetOnOn__SWIG_0")); mixin(bindCode("vtkBooleanTexture_SetOnOn__SWIG_1", "D_vtkBooleanTexture_SetOnOn__SWIG_1")); mixin(bindCode("vtkBooleanTexture_GetOnOn__SWIG_0", "D_vtkBooleanTexture_GetOnOn__SWIG_0")); mixin(bindCode("vtkBooleanTexture_GetOnOn__SWIG_1", "D_vtkBooleanTexture_GetOnOn__SWIG_1")); mixin(bindCode("vtkBooleanTexture_SetOnIn__SWIG_0", "D_vtkBooleanTexture_SetOnIn__SWIG_0")); mixin(bindCode("vtkBooleanTexture_SetOnIn__SWIG_1", "D_vtkBooleanTexture_SetOnIn__SWIG_1")); mixin(bindCode("vtkBooleanTexture_GetOnIn__SWIG_0", "D_vtkBooleanTexture_GetOnIn__SWIG_0")); mixin(bindCode("vtkBooleanTexture_GetOnIn__SWIG_1", "D_vtkBooleanTexture_GetOnIn__SWIG_1")); mixin(bindCode("vtkBooleanTexture_SetOnOut__SWIG_0", "D_vtkBooleanTexture_SetOnOut__SWIG_0")); mixin(bindCode("vtkBooleanTexture_SetOnOut__SWIG_1", "D_vtkBooleanTexture_SetOnOut__SWIG_1")); mixin(bindCode("vtkBooleanTexture_GetOnOut__SWIG_0", "D_vtkBooleanTexture_GetOnOut__SWIG_0")); mixin(bindCode("vtkBooleanTexture_GetOnOut__SWIG_1", "D_vtkBooleanTexture_GetOnOut__SWIG_1")); mixin(bindCode("vtkBooleanTexture_SetInOn__SWIG_0", "D_vtkBooleanTexture_SetInOn__SWIG_0")); mixin(bindCode("vtkBooleanTexture_SetInOn__SWIG_1", "D_vtkBooleanTexture_SetInOn__SWIG_1")); mixin(bindCode("vtkBooleanTexture_GetInOn__SWIG_0", "D_vtkBooleanTexture_GetInOn__SWIG_0")); mixin(bindCode("vtkBooleanTexture_GetInOn__SWIG_1", "D_vtkBooleanTexture_GetInOn__SWIG_1")); mixin(bindCode("vtkBooleanTexture_SetOutOn__SWIG_0", "D_vtkBooleanTexture_SetOutOn__SWIG_0")); mixin(bindCode("vtkBooleanTexture_SetOutOn__SWIG_1", "D_vtkBooleanTexture_SetOutOn__SWIG_1")); mixin(bindCode("vtkBooleanTexture_GetOutOn__SWIG_0", "D_vtkBooleanTexture_GetOutOn__SWIG_0")); mixin(bindCode("vtkBooleanTexture_GetOutOn__SWIG_1", "D_vtkBooleanTexture_GetOutOn__SWIG_1")); mixin(bindCode("vtkBooleanTexture_Upcast", "D_vtkBooleanTexture_Upcast")); mixin(bindCode("vtkExtractPiece_New", "D_vtkExtractPiece_New")); mixin(bindCode("vtkExtractPiece_IsTypeOf", "D_vtkExtractPiece_IsTypeOf")); mixin(bindCode("vtkExtractPiece_SafeDownCast", "D_vtkExtractPiece_SafeDownCast")); mixin(bindCode("vtkExtractPiece_NewInstance", "D_vtkExtractPiece_NewInstance")); mixin(bindCode("vtkExtractPiece_Upcast", "D_vtkExtractPiece_Upcast")); mixin(bindCode("vtkCoincidentPoints_New", "D_vtkCoincidentPoints_New")); mixin(bindCode("vtkCoincidentPoints_IsTypeOf", "D_vtkCoincidentPoints_IsTypeOf")); mixin(bindCode("vtkCoincidentPoints_SafeDownCast", "D_vtkCoincidentPoints_SafeDownCast")); mixin(bindCode("vtkCoincidentPoints_NewInstance", "D_vtkCoincidentPoints_NewInstance")); mixin(bindCode("vtkCoincidentPoints_AddPoint", "D_vtkCoincidentPoints_AddPoint")); mixin(bindCode("vtkCoincidentPoints_GetCoincidentPointIds", "D_vtkCoincidentPoints_GetCoincidentPointIds")); mixin(bindCode("vtkCoincidentPoints_GetNextCoincidentPointIds", "D_vtkCoincidentPoints_GetNextCoincidentPointIds")); mixin(bindCode("vtkCoincidentPoints_InitTraversal", "D_vtkCoincidentPoints_InitTraversal")); mixin(bindCode("vtkCoincidentPoints_RemoveNonCoincidentPoints", "D_vtkCoincidentPoints_RemoveNonCoincidentPoints")); mixin(bindCode("vtkCoincidentPoints_Clear", "D_vtkCoincidentPoints_Clear")); mixin(bindCode("vtkCoincidentPoints_SpiralPoints", "D_vtkCoincidentPoints_SpiralPoints")); mixin(bindCode("vtkCoincidentPoints_Upcast", "D_vtkCoincidentPoints_Upcast")); mixin(bindCode("vtkParticleTracerBase_IsTypeOf", "D_vtkParticleTracerBase_IsTypeOf")); mixin(bindCode("vtkParticleTracerBase_SafeDownCast", "D_vtkParticleTracerBase_SafeDownCast")); mixin(bindCode("vtkParticleTracerBase_NewInstance", "D_vtkParticleTracerBase_NewInstance")); mixin(bindCode("vtkParticleTracerBase_PrintParticleHistories", "D_vtkParticleTracerBase_PrintParticleHistories")); mixin(bindCode("vtkParticleTracerBase_GetComputeVorticity", "D_vtkParticleTracerBase_GetComputeVorticity")); mixin(bindCode("vtkParticleTracerBase_SetComputeVorticity", "D_vtkParticleTracerBase_SetComputeVorticity")); mixin(bindCode("vtkParticleTracerBase_GetTerminalSpeed", "D_vtkParticleTracerBase_GetTerminalSpeed")); mixin(bindCode("vtkParticleTracerBase_SetTerminalSpeed", "D_vtkParticleTracerBase_SetTerminalSpeed")); mixin(bindCode("vtkParticleTracerBase_SetRotationScale", "D_vtkParticleTracerBase_SetRotationScale")); mixin(bindCode("vtkParticleTracerBase_GetRotationScale", "D_vtkParticleTracerBase_GetRotationScale")); mixin(bindCode("vtkParticleTracerBase_SetIgnorePipelineTime", "D_vtkParticleTracerBase_SetIgnorePipelineTime")); mixin(bindCode("vtkParticleTracerBase_GetIgnorePipelineTime", "D_vtkParticleTracerBase_GetIgnorePipelineTime")); mixin(bindCode("vtkParticleTracerBase_IgnorePipelineTimeOn", "D_vtkParticleTracerBase_IgnorePipelineTimeOn")); mixin(bindCode("vtkParticleTracerBase_IgnorePipelineTimeOff", "D_vtkParticleTracerBase_IgnorePipelineTimeOff")); mixin(bindCode("vtkParticleTracerBase_SetForceReinjectionEveryNSteps", "D_vtkParticleTracerBase_SetForceReinjectionEveryNSteps")); mixin(bindCode("vtkParticleTracerBase_GetForceReinjectionEveryNSteps", "D_vtkParticleTracerBase_GetForceReinjectionEveryNSteps")); mixin(bindCode("vtkParticleTracerBase_SetTerminationTime", "D_vtkParticleTracerBase_SetTerminationTime")); mixin(bindCode("vtkParticleTracerBase_GetTerminationTime", "D_vtkParticleTracerBase_GetTerminationTime")); mixin(bindCode("vtkParticleTracerBase_SetIntegrator", "D_vtkParticleTracerBase_SetIntegrator")); mixin(bindCode("vtkParticleTracerBase_GetIntegrator", "D_vtkParticleTracerBase_GetIntegrator")); mixin(bindCode("vtkParticleTracerBase_SetIntegratorType", "D_vtkParticleTracerBase_SetIntegratorType")); mixin(bindCode("vtkParticleTracerBase_GetIntegratorType", "D_vtkParticleTracerBase_GetIntegratorType")); mixin(bindCode("vtkParticleTracerBase_SetStartTime", "D_vtkParticleTracerBase_SetStartTime")); mixin(bindCode("vtkParticleTracerBase_GetStartTime", "D_vtkParticleTracerBase_GetStartTime")); mixin(bindCode("vtkParticleTracerBase_GetStaticSeeds", "D_vtkParticleTracerBase_GetStaticSeeds")); mixin(bindCode("vtkParticleTracerBase_GetStaticMesh", "D_vtkParticleTracerBase_GetStaticMesh")); mixin(bindCode("vtkParticleTracerBase_SetParticleWriter", "D_vtkParticleTracerBase_SetParticleWriter")); mixin(bindCode("vtkParticleTracerBase_GetParticleWriter", "D_vtkParticleTracerBase_GetParticleWriter")); mixin(bindCode("vtkParticleTracerBase_SetParticleFileName", "D_vtkParticleTracerBase_SetParticleFileName")); mixin(bindCode("vtkParticleTracerBase_GetParticleFileName", "D_vtkParticleTracerBase_GetParticleFileName")); mixin(bindCode("vtkParticleTracerBase_SetEnableParticleWriting", "D_vtkParticleTracerBase_SetEnableParticleWriting")); mixin(bindCode("vtkParticleTracerBase_GetEnableParticleWriting", "D_vtkParticleTracerBase_GetEnableParticleWriting")); mixin(bindCode("vtkParticleTracerBase_EnableParticleWritingOn", "D_vtkParticleTracerBase_EnableParticleWritingOn")); mixin(bindCode("vtkParticleTracerBase_EnableParticleWritingOff", "D_vtkParticleTracerBase_EnableParticleWritingOff")); mixin(bindCode("vtkParticleTracerBase_SetDisableResetCache", "D_vtkParticleTracerBase_SetDisableResetCache")); mixin(bindCode("vtkParticleTracerBase_GetDisableResetCache", "D_vtkParticleTracerBase_GetDisableResetCache")); mixin(bindCode("vtkParticleTracerBase_DisableResetCacheOn", "D_vtkParticleTracerBase_DisableResetCacheOn")); mixin(bindCode("vtkParticleTracerBase_DisableResetCacheOff", "D_vtkParticleTracerBase_DisableResetCacheOff")); mixin(bindCode("vtkParticleTracerBase_AddSourceConnection", "D_vtkParticleTracerBase_AddSourceConnection")); mixin(bindCode("vtkParticleTracerBase_RemoveAllSources", "D_vtkParticleTracerBase_RemoveAllSources")); mixin(bindCode("vtkParticleTracerBase_Upcast", "D_vtkParticleTracerBase_Upcast")); mixin(bindCode("vtkFloatingPointExceptions_Enable", "D_vtkFloatingPointExceptions_Enable")); mixin(bindCode("vtkFloatingPointExceptions_Disable", "D_vtkFloatingPointExceptions_Disable")); mixin(bindCode("delete_vtkFloatingPointExceptions", "D_delete_vtkFloatingPointExceptions")); mixin(bindCode("vtkScalarBarWidget_New", "D_vtkScalarBarWidget_New")); mixin(bindCode("vtkScalarBarWidget_IsTypeOf", "D_vtkScalarBarWidget_IsTypeOf")); mixin(bindCode("vtkScalarBarWidget_SafeDownCast", "D_vtkScalarBarWidget_SafeDownCast")); mixin(bindCode("vtkScalarBarWidget_NewInstance", "D_vtkScalarBarWidget_NewInstance")); mixin(bindCode("vtkScalarBarWidget_SetRepresentation", "D_vtkScalarBarWidget_SetRepresentation")); mixin(bindCode("vtkScalarBarWidget_GetScalarBarRepresentation", "D_vtkScalarBarWidget_GetScalarBarRepresentation")); mixin(bindCode("vtkScalarBarWidget_SetScalarBarActor", "D_vtkScalarBarWidget_SetScalarBarActor")); mixin(bindCode("vtkScalarBarWidget_GetScalarBarActor", "D_vtkScalarBarWidget_GetScalarBarActor")); mixin(bindCode("vtkScalarBarWidget_SetRepositionable", "D_vtkScalarBarWidget_SetRepositionable")); mixin(bindCode("vtkScalarBarWidget_GetRepositionable", "D_vtkScalarBarWidget_GetRepositionable")); mixin(bindCode("vtkScalarBarWidget_RepositionableOn", "D_vtkScalarBarWidget_RepositionableOn")); mixin(bindCode("vtkScalarBarWidget_RepositionableOff", "D_vtkScalarBarWidget_RepositionableOff")); mixin(bindCode("vtkScalarBarWidget_Upcast", "D_vtkScalarBarWidget_Upcast")); mixin(bindCode("vtkTextureMapToSphere_IsTypeOf", "D_vtkTextureMapToSphere_IsTypeOf")); mixin(bindCode("vtkTextureMapToSphere_SafeDownCast", "D_vtkTextureMapToSphere_SafeDownCast")); mixin(bindCode("vtkTextureMapToSphere_NewInstance", "D_vtkTextureMapToSphere_NewInstance")); mixin(bindCode("vtkTextureMapToSphere_New", "D_vtkTextureMapToSphere_New")); mixin(bindCode("vtkTextureMapToSphere_SetCenter__SWIG_0", "D_vtkTextureMapToSphere_SetCenter__SWIG_0")); mixin(bindCode("vtkTextureMapToSphere_SetCenter__SWIG_1", "D_vtkTextureMapToSphere_SetCenter__SWIG_1")); mixin(bindCode("vtkTextureMapToSphere_GetCenter__SWIG_0", "D_vtkTextureMapToSphere_GetCenter__SWIG_0")); mixin(bindCode("vtkTextureMapToSphere_GetCenter__SWIG_1", "D_vtkTextureMapToSphere_GetCenter__SWIG_1")); mixin(bindCode("vtkTextureMapToSphere_SetAutomaticSphereGeneration", "D_vtkTextureMapToSphere_SetAutomaticSphereGeneration")); mixin(bindCode("vtkTextureMapToSphere_GetAutomaticSphereGeneration", "D_vtkTextureMapToSphere_GetAutomaticSphereGeneration")); mixin(bindCode("vtkTextureMapToSphere_AutomaticSphereGenerationOn", "D_vtkTextureMapToSphere_AutomaticSphereGenerationOn")); mixin(bindCode("vtkTextureMapToSphere_AutomaticSphereGenerationOff", "D_vtkTextureMapToSphere_AutomaticSphereGenerationOff")); mixin(bindCode("vtkTextureMapToSphere_SetPreventSeam", "D_vtkTextureMapToSphere_SetPreventSeam")); mixin(bindCode("vtkTextureMapToSphere_GetPreventSeam", "D_vtkTextureMapToSphere_GetPreventSeam")); mixin(bindCode("vtkTextureMapToSphere_PreventSeamOn", "D_vtkTextureMapToSphere_PreventSeamOn")); mixin(bindCode("vtkTextureMapToSphere_PreventSeamOff", "D_vtkTextureMapToSphere_PreventSeamOff")); mixin(bindCode("vtkTextureMapToSphere_Upcast", "D_vtkTextureMapToSphere_Upcast")); mixin(bindCode("vtkGeoGraticule_New", "D_vtkGeoGraticule_New")); mixin(bindCode("vtkGeoGraticule_IsTypeOf", "D_vtkGeoGraticule_IsTypeOf")); mixin(bindCode("vtkGeoGraticule_SafeDownCast", "D_vtkGeoGraticule_SafeDownCast")); mixin(bindCode("vtkGeoGraticule_NewInstance", "D_vtkGeoGraticule_NewInstance")); mixin(bindCode("vtkGeoGraticule_SetLatitudeBounds__SWIG_0", "D_vtkGeoGraticule_SetLatitudeBounds__SWIG_0")); mixin(bindCode("vtkGeoGraticule_SetLatitudeBounds__SWIG_1", "D_vtkGeoGraticule_SetLatitudeBounds__SWIG_1")); mixin(bindCode("vtkGeoGraticule_GetLatitudeBounds__SWIG_0", "D_vtkGeoGraticule_GetLatitudeBounds__SWIG_0")); mixin(bindCode("vtkGeoGraticule_GetLatitudeBounds__SWIG_1", "D_vtkGeoGraticule_GetLatitudeBounds__SWIG_1")); mixin(bindCode("vtkGeoGraticule_GetLatitudeBounds__SWIG_2", "D_vtkGeoGraticule_GetLatitudeBounds__SWIG_2")); mixin(bindCode("vtkGeoGraticule_SetLongitudeBounds__SWIG_0", "D_vtkGeoGraticule_SetLongitudeBounds__SWIG_0")); mixin(bindCode("vtkGeoGraticule_SetLongitudeBounds__SWIG_1", "D_vtkGeoGraticule_SetLongitudeBounds__SWIG_1")); mixin(bindCode("vtkGeoGraticule_GetLongitudeBounds__SWIG_0", "D_vtkGeoGraticule_GetLongitudeBounds__SWIG_0")); mixin(bindCode("vtkGeoGraticule_GetLongitudeBounds__SWIG_1", "D_vtkGeoGraticule_GetLongitudeBounds__SWIG_1")); mixin(bindCode("vtkGeoGraticule_GetLongitudeBounds__SWIG_2", "D_vtkGeoGraticule_GetLongitudeBounds__SWIG_2")); mixin(bindCode("vtkGeoGraticule_SetLatitudeLevel", "D_vtkGeoGraticule_SetLatitudeLevel")); mixin(bindCode("vtkGeoGraticule_GetLatitudeLevelMinValue", "D_vtkGeoGraticule_GetLatitudeLevelMinValue")); mixin(bindCode("vtkGeoGraticule_GetLatitudeLevelMaxValue", "D_vtkGeoGraticule_GetLatitudeLevelMaxValue")); mixin(bindCode("vtkGeoGraticule_GetLatitudeLevel", "D_vtkGeoGraticule_GetLatitudeLevel")); mixin(bindCode("vtkGeoGraticule_SetLongitudeLevel", "D_vtkGeoGraticule_SetLongitudeLevel")); mixin(bindCode("vtkGeoGraticule_GetLongitudeLevelMinValue", "D_vtkGeoGraticule_GetLongitudeLevelMinValue")); mixin(bindCode("vtkGeoGraticule_GetLongitudeLevelMaxValue", "D_vtkGeoGraticule_GetLongitudeLevelMaxValue")); mixin(bindCode("vtkGeoGraticule_GetLongitudeLevel", "D_vtkGeoGraticule_GetLongitudeLevel")); mixin(bindCode("vtkGeoGraticule_GetLatitudeDelta", "D_vtkGeoGraticule_GetLatitudeDelta")); mixin(bindCode("vtkGeoGraticule_GetLongitudeDelta", "D_vtkGeoGraticule_GetLongitudeDelta")); mixin(bindCode("vtkGeoGraticule_SetGeometryType", "D_vtkGeoGraticule_SetGeometryType")); mixin(bindCode("vtkGeoGraticule_GetGeometryType", "D_vtkGeoGraticule_GetGeometryType")); mixin(bindCode("vtkGeoGraticule_Upcast", "D_vtkGeoGraticule_Upcast")); mixin(bindCode("vtkGraphWeightFilter_IsTypeOf", "D_vtkGraphWeightFilter_IsTypeOf")); mixin(bindCode("vtkGraphWeightFilter_SafeDownCast", "D_vtkGraphWeightFilter_SafeDownCast")); mixin(bindCode("vtkGraphWeightFilter_NewInstance", "D_vtkGraphWeightFilter_NewInstance")); mixin(bindCode("vtkGraphWeightFilter_Upcast", "D_vtkGraphWeightFilter_Upcast")); mixin(bindCode("vtkGraphWeightEuclideanDistanceFilter_New", "D_vtkGraphWeightEuclideanDistanceFilter_New")); mixin(bindCode("vtkGraphWeightEuclideanDistanceFilter_IsTypeOf", "D_vtkGraphWeightEuclideanDistanceFilter_IsTypeOf")); mixin(bindCode("vtkGraphWeightEuclideanDistanceFilter_SafeDownCast", "D_vtkGraphWeightEuclideanDistanceFilter_SafeDownCast")); mixin(bindCode("vtkGraphWeightEuclideanDistanceFilter_NewInstance", "D_vtkGraphWeightEuclideanDistanceFilter_NewInstance")); mixin(bindCode("vtkGraphWeightEuclideanDistanceFilter_Upcast", "D_vtkGraphWeightEuclideanDistanceFilter_Upcast")); mixin(bindCode("vtkGenerateIndexArray_New", "D_vtkGenerateIndexArray_New")); mixin(bindCode("vtkGenerateIndexArray_IsTypeOf", "D_vtkGenerateIndexArray_IsTypeOf")); mixin(bindCode("vtkGenerateIndexArray_SafeDownCast", "D_vtkGenerateIndexArray_SafeDownCast")); mixin(bindCode("vtkGenerateIndexArray_NewInstance", "D_vtkGenerateIndexArray_NewInstance")); mixin(bindCode("vtkGenerateIndexArray_SetArrayName", "D_vtkGenerateIndexArray_SetArrayName")); mixin(bindCode("vtkGenerateIndexArray_GetArrayName", "D_vtkGenerateIndexArray_GetArrayName")); mixin(bindCode("vtkGenerateIndexArray_SetFieldType", "D_vtkGenerateIndexArray_SetFieldType")); mixin(bindCode("vtkGenerateIndexArray_GetFieldType", "D_vtkGenerateIndexArray_GetFieldType")); mixin(bindCode("vtkGenerateIndexArray_SetReferenceArrayName", "D_vtkGenerateIndexArray_SetReferenceArrayName")); mixin(bindCode("vtkGenerateIndexArray_GetReferenceArrayName", "D_vtkGenerateIndexArray_GetReferenceArrayName")); mixin(bindCode("vtkGenerateIndexArray_SetPedigreeID", "D_vtkGenerateIndexArray_SetPedigreeID")); mixin(bindCode("vtkGenerateIndexArray_GetPedigreeID", "D_vtkGenerateIndexArray_GetPedigreeID")); mixin(bindCode("vtkGenerateIndexArray_Upcast", "D_vtkGenerateIndexArray_Upcast")); mixin(bindCode("vtkSmartVolumeMapper_New", "D_vtkSmartVolumeMapper_New")); mixin(bindCode("vtkSmartVolumeMapper_IsTypeOf", "D_vtkSmartVolumeMapper_IsTypeOf")); mixin(bindCode("vtkSmartVolumeMapper_SafeDownCast", "D_vtkSmartVolumeMapper_SafeDownCast")); mixin(bindCode("vtkSmartVolumeMapper_NewInstance", "D_vtkSmartVolumeMapper_NewInstance")); mixin(bindCode("vtkSmartVolumeMapper_SetFinalColorWindow", "D_vtkSmartVolumeMapper_SetFinalColorWindow")); mixin(bindCode("vtkSmartVolumeMapper_GetFinalColorWindow", "D_vtkSmartVolumeMapper_GetFinalColorWindow")); mixin(bindCode("vtkSmartVolumeMapper_SetFinalColorLevel", "D_vtkSmartVolumeMapper_SetFinalColorLevel")); mixin(bindCode("vtkSmartVolumeMapper_GetFinalColorLevel", "D_vtkSmartVolumeMapper_GetFinalColorLevel")); mixin(bindCode("vtkSmartVolumeMapper_SetRequestedRenderMode", "D_vtkSmartVolumeMapper_SetRequestedRenderMode")); mixin(bindCode("vtkSmartVolumeMapper_SetRequestedRenderModeToDefault", "D_vtkSmartVolumeMapper_SetRequestedRenderModeToDefault")); mixin(bindCode("vtkSmartVolumeMapper_SetRequestedRenderModeToRayCastAndTexture", "D_vtkSmartVolumeMapper_SetRequestedRenderModeToRayCastAndTexture")); mixin(bindCode("vtkSmartVolumeMapper_SetRequestedRenderModeToRayCast", "D_vtkSmartVolumeMapper_SetRequestedRenderModeToRayCast")); mixin(bindCode("vtkSmartVolumeMapper_GetRequestedRenderMode", "D_vtkSmartVolumeMapper_GetRequestedRenderMode")); mixin(bindCode("vtkSmartVolumeMapper_SetInteractiveUpdateRate", "D_vtkSmartVolumeMapper_SetInteractiveUpdateRate")); mixin(bindCode("vtkSmartVolumeMapper_GetInteractiveUpdateRateMinValue", "D_vtkSmartVolumeMapper_GetInteractiveUpdateRateMinValue")); mixin(bindCode("vtkSmartVolumeMapper_GetInteractiveUpdateRateMaxValue", "D_vtkSmartVolumeMapper_GetInteractiveUpdateRateMaxValue")); mixin(bindCode("vtkSmartVolumeMapper_GetInteractiveUpdateRate", "D_vtkSmartVolumeMapper_GetInteractiveUpdateRate")); mixin(bindCode("vtkSmartVolumeMapper_GetLastUsedRenderMode", "D_vtkSmartVolumeMapper_GetLastUsedRenderMode")); mixin(bindCode("vtkSmartVolumeMapper_SetMaxMemoryInBytes", "D_vtkSmartVolumeMapper_SetMaxMemoryInBytes")); mixin(bindCode("vtkSmartVolumeMapper_GetMaxMemoryInBytes", "D_vtkSmartVolumeMapper_GetMaxMemoryInBytes")); mixin(bindCode("vtkSmartVolumeMapper_SetMaxMemoryFraction", "D_vtkSmartVolumeMapper_SetMaxMemoryFraction")); mixin(bindCode("vtkSmartVolumeMapper_GetMaxMemoryFractionMinValue", "D_vtkSmartVolumeMapper_GetMaxMemoryFractionMinValue")); mixin(bindCode("vtkSmartVolumeMapper_GetMaxMemoryFractionMaxValue", "D_vtkSmartVolumeMapper_GetMaxMemoryFractionMaxValue")); mixin(bindCode("vtkSmartVolumeMapper_GetMaxMemoryFraction", "D_vtkSmartVolumeMapper_GetMaxMemoryFraction")); mixin(bindCode("vtkSmartVolumeMapper_SetInterpolationMode", "D_vtkSmartVolumeMapper_SetInterpolationMode")); mixin(bindCode("vtkSmartVolumeMapper_GetInterpolationModeMinValue", "D_vtkSmartVolumeMapper_GetInterpolationModeMinValue")); mixin(bindCode("vtkSmartVolumeMapper_GetInterpolationModeMaxValue", "D_vtkSmartVolumeMapper_GetInterpolationModeMaxValue")); mixin(bindCode("vtkSmartVolumeMapper_GetInterpolationMode", "D_vtkSmartVolumeMapper_GetInterpolationMode")); mixin(bindCode("vtkSmartVolumeMapper_SetInterpolationModeToNearestNeighbor", "D_vtkSmartVolumeMapper_SetInterpolationModeToNearestNeighbor")); mixin(bindCode("vtkSmartVolumeMapper_SetInterpolationModeToLinear", "D_vtkSmartVolumeMapper_SetInterpolationModeToLinear")); mixin(bindCode("vtkSmartVolumeMapper_SetInterpolationModeToCubic", "D_vtkSmartVolumeMapper_SetInterpolationModeToCubic")); mixin(bindCode("vtkSmartVolumeMapper_CreateCanonicalView", "D_vtkSmartVolumeMapper_CreateCanonicalView")); mixin(bindCode("vtkSmartVolumeMapper_Upcast", "D_vtkSmartVolumeMapper_Upcast")); mixin(bindCode("vtkContextActor_IsTypeOf", "D_vtkContextActor_IsTypeOf")); mixin(bindCode("vtkContextActor_SafeDownCast", "D_vtkContextActor_SafeDownCast")); mixin(bindCode("vtkContextActor_NewInstance", "D_vtkContextActor_NewInstance")); mixin(bindCode("vtkContextActor_New", "D_vtkContextActor_New")); mixin(bindCode("vtkContextActor_RenderOverlay", "D_vtkContextActor_RenderOverlay")); mixin(bindCode("vtkContextActor_GetContext", "D_vtkContextActor_GetContext")); mixin(bindCode("vtkContextActor_GetScene", "D_vtkContextActor_GetScene")); mixin(bindCode("vtkContextActor_SetScene", "D_vtkContextActor_SetScene")); mixin(bindCode("vtkContextActor_ReleaseGraphicsResources", "D_vtkContextActor_ReleaseGraphicsResources")); mixin(bindCode("vtkContextActor_Upcast", "D_vtkContextActor_Upcast")); mixin(bindCode("vtkTreeLayoutStrategy_New", "D_vtkTreeLayoutStrategy_New")); mixin(bindCode("vtkTreeLayoutStrategy_IsTypeOf", "D_vtkTreeLayoutStrategy_IsTypeOf")); mixin(bindCode("vtkTreeLayoutStrategy_SafeDownCast", "D_vtkTreeLayoutStrategy_SafeDownCast")); mixin(bindCode("vtkTreeLayoutStrategy_NewInstance", "D_vtkTreeLayoutStrategy_NewInstance")); mixin(bindCode("vtkTreeLayoutStrategy_SetAngle", "D_vtkTreeLayoutStrategy_SetAngle")); mixin(bindCode("vtkTreeLayoutStrategy_GetAngleMinValue", "D_vtkTreeLayoutStrategy_GetAngleMinValue")); mixin(bindCode("vtkTreeLayoutStrategy_GetAngleMaxValue", "D_vtkTreeLayoutStrategy_GetAngleMaxValue")); mixin(bindCode("vtkTreeLayoutStrategy_GetAngle", "D_vtkTreeLayoutStrategy_GetAngle")); mixin(bindCode("vtkTreeLayoutStrategy_SetRadial", "D_vtkTreeLayoutStrategy_SetRadial")); mixin(bindCode("vtkTreeLayoutStrategy_GetRadial", "D_vtkTreeLayoutStrategy_GetRadial")); mixin(bindCode("vtkTreeLayoutStrategy_RadialOn", "D_vtkTreeLayoutStrategy_RadialOn")); mixin(bindCode("vtkTreeLayoutStrategy_RadialOff", "D_vtkTreeLayoutStrategy_RadialOff")); mixin(bindCode("vtkTreeLayoutStrategy_SetLogSpacingValue", "D_vtkTreeLayoutStrategy_SetLogSpacingValue")); mixin(bindCode("vtkTreeLayoutStrategy_GetLogSpacingValue", "D_vtkTreeLayoutStrategy_GetLogSpacingValue")); mixin(bindCode("vtkTreeLayoutStrategy_SetLeafSpacing", "D_vtkTreeLayoutStrategy_SetLeafSpacing")); mixin(bindCode("vtkTreeLayoutStrategy_GetLeafSpacingMinValue", "D_vtkTreeLayoutStrategy_GetLeafSpacingMinValue")); mixin(bindCode("vtkTreeLayoutStrategy_GetLeafSpacingMaxValue", "D_vtkTreeLayoutStrategy_GetLeafSpacingMaxValue")); mixin(bindCode("vtkTreeLayoutStrategy_GetLeafSpacing", "D_vtkTreeLayoutStrategy_GetLeafSpacing")); mixin(bindCode("vtkTreeLayoutStrategy_SetDistanceArrayName", "D_vtkTreeLayoutStrategy_SetDistanceArrayName")); mixin(bindCode("vtkTreeLayoutStrategy_GetDistanceArrayName", "D_vtkTreeLayoutStrategy_GetDistanceArrayName")); mixin(bindCode("vtkTreeLayoutStrategy_SetRotation", "D_vtkTreeLayoutStrategy_SetRotation")); mixin(bindCode("vtkTreeLayoutStrategy_GetRotation", "D_vtkTreeLayoutStrategy_GetRotation")); mixin(bindCode("vtkTreeLayoutStrategy_SetReverseEdges", "D_vtkTreeLayoutStrategy_SetReverseEdges")); mixin(bindCode("vtkTreeLayoutStrategy_GetReverseEdges", "D_vtkTreeLayoutStrategy_GetReverseEdges")); mixin(bindCode("vtkTreeLayoutStrategy_ReverseEdgesOn", "D_vtkTreeLayoutStrategy_ReverseEdgesOn")); mixin(bindCode("vtkTreeLayoutStrategy_ReverseEdgesOff", "D_vtkTreeLayoutStrategy_ReverseEdgesOff")); mixin(bindCode("vtkTreeLayoutStrategy_Upcast", "D_vtkTreeLayoutStrategy_Upcast")); mixin(bindCode("vtkTypeInt64Array_New", "D_vtkTypeInt64Array_New")); mixin(bindCode("vtkTypeInt64Array_IsTypeOf", "D_vtkTypeInt64Array_IsTypeOf")); mixin(bindCode("vtkTypeInt64Array_SafeDownCast", "D_vtkTypeInt64Array_SafeDownCast")); mixin(bindCode("vtkTypeInt64Array_NewInstance", "D_vtkTypeInt64Array_NewInstance")); mixin(bindCode("vtkTypeInt64Array_Upcast", "D_vtkTypeInt64Array_Upcast")); mixin(bindCode("vtkDataObjectReader_New", "D_vtkDataObjectReader_New")); mixin(bindCode("vtkDataObjectReader_IsTypeOf", "D_vtkDataObjectReader_IsTypeOf")); mixin(bindCode("vtkDataObjectReader_SafeDownCast", "D_vtkDataObjectReader_SafeDownCast")); mixin(bindCode("vtkDataObjectReader_NewInstance", "D_vtkDataObjectReader_NewInstance")); mixin(bindCode("vtkDataObjectReader_GetOutput__SWIG_0", "D_vtkDataObjectReader_GetOutput__SWIG_0")); mixin(bindCode("vtkDataObjectReader_GetOutput__SWIG_1", "D_vtkDataObjectReader_GetOutput__SWIG_1")); mixin(bindCode("vtkDataObjectReader_SetOutput", "D_vtkDataObjectReader_SetOutput")); mixin(bindCode("vtkDataObjectReader_Upcast", "D_vtkDataObjectReader_Upcast")); mixin(bindCode("VTK_PLANE_OFF_get", "D_VTK_PLANE_OFF_get")); mixin(bindCode("VTK_PLANE_OUTLINE_get", "D_VTK_PLANE_OUTLINE_get")); mixin(bindCode("VTK_PLANE_WIREFRAME_get", "D_VTK_PLANE_WIREFRAME_get")); mixin(bindCode("VTK_PLANE_SURFACE_get", "D_VTK_PLANE_SURFACE_get")); mixin(bindCode("vtkPlaneWidget_New", "D_vtkPlaneWidget_New")); mixin(bindCode("vtkPlaneWidget_IsTypeOf", "D_vtkPlaneWidget_IsTypeOf")); mixin(bindCode("vtkPlaneWidget_SafeDownCast", "D_vtkPlaneWidget_SafeDownCast")); mixin(bindCode("vtkPlaneWidget_NewInstance", "D_vtkPlaneWidget_NewInstance")); mixin(bindCode("vtkPlaneWidget_PlaceWidget__SWIG_0", "D_vtkPlaneWidget_PlaceWidget__SWIG_0")); mixin(bindCode("vtkPlaneWidget_PlaceWidget__SWIG_1", "D_vtkPlaneWidget_PlaceWidget__SWIG_1")); mixin(bindCode("vtkPlaneWidget_PlaceWidget__SWIG_2", "D_vtkPlaneWidget_PlaceWidget__SWIG_2")); mixin(bindCode("vtkPlaneWidget_SetResolution", "D_vtkPlaneWidget_SetResolution")); mixin(bindCode("vtkPlaneWidget_GetResolution", "D_vtkPlaneWidget_GetResolution")); mixin(bindCode("vtkPlaneWidget_SetOrigin__SWIG_0", "D_vtkPlaneWidget_SetOrigin__SWIG_0")); mixin(bindCode("vtkPlaneWidget_SetOrigin__SWIG_1", "D_vtkPlaneWidget_SetOrigin__SWIG_1")); mixin(bindCode("vtkPlaneWidget_GetOrigin__SWIG_0", "D_vtkPlaneWidget_GetOrigin__SWIG_0")); mixin(bindCode("vtkPlaneWidget_GetOrigin__SWIG_1", "D_vtkPlaneWidget_GetOrigin__SWIG_1")); mixin(bindCode("vtkPlaneWidget_SetPoint1__SWIG_0", "D_vtkPlaneWidget_SetPoint1__SWIG_0")); mixin(bindCode("vtkPlaneWidget_SetPoint1__SWIG_1", "D_vtkPlaneWidget_SetPoint1__SWIG_1")); mixin(bindCode("vtkPlaneWidget_GetPoint1__SWIG_0", "D_vtkPlaneWidget_GetPoint1__SWIG_0")); mixin(bindCode("vtkPlaneWidget_GetPoint1__SWIG_1", "D_vtkPlaneWidget_GetPoint1__SWIG_1")); mixin(bindCode("vtkPlaneWidget_SetPoint2__SWIG_0", "D_vtkPlaneWidget_SetPoint2__SWIG_0")); mixin(bindCode("vtkPlaneWidget_SetPoint2__SWIG_1", "D_vtkPlaneWidget_SetPoint2__SWIG_1")); mixin(bindCode("vtkPlaneWidget_GetPoint2__SWIG_0", "D_vtkPlaneWidget_GetPoint2__SWIG_0")); mixin(bindCode("vtkPlaneWidget_GetPoint2__SWIG_1", "D_vtkPlaneWidget_GetPoint2__SWIG_1")); mixin(bindCode("vtkPlaneWidget_SetCenter__SWIG_0", "D_vtkPlaneWidget_SetCenter__SWIG_0")); mixin(bindCode("vtkPlaneWidget_SetCenter__SWIG_1", "D_vtkPlaneWidget_SetCenter__SWIG_1")); mixin(bindCode("vtkPlaneWidget_GetCenter__SWIG_0", "D_vtkPlaneWidget_GetCenter__SWIG_0")); mixin(bindCode("vtkPlaneWidget_GetCenter__SWIG_1", "D_vtkPlaneWidget_GetCenter__SWIG_1")); mixin(bindCode("vtkPlaneWidget_SetNormal__SWIG_0", "D_vtkPlaneWidget_SetNormal__SWIG_0")); mixin(bindCode("vtkPlaneWidget_SetNormal__SWIG_1", "D_vtkPlaneWidget_SetNormal__SWIG_1")); mixin(bindCode("vtkPlaneWidget_GetNormal__SWIG_0", "D_vtkPlaneWidget_GetNormal__SWIG_0")); mixin(bindCode("vtkPlaneWidget_GetNormal__SWIG_1", "D_vtkPlaneWidget_GetNormal__SWIG_1")); mixin(bindCode("vtkPlaneWidget_SetRepresentation", "D_vtkPlaneWidget_SetRepresentation")); mixin(bindCode("vtkPlaneWidget_GetRepresentationMinValue", "D_vtkPlaneWidget_GetRepresentationMinValue")); mixin(bindCode("vtkPlaneWidget_GetRepresentationMaxValue", "D_vtkPlaneWidget_GetRepresentationMaxValue")); mixin(bindCode("vtkPlaneWidget_GetRepresentation", "D_vtkPlaneWidget_GetRepresentation")); mixin(bindCode("vtkPlaneWidget_SetRepresentationToOff", "D_vtkPlaneWidget_SetRepresentationToOff")); mixin(bindCode("vtkPlaneWidget_SetRepresentationToOutline", "D_vtkPlaneWidget_SetRepresentationToOutline")); mixin(bindCode("vtkPlaneWidget_SetRepresentationToWireframe", "D_vtkPlaneWidget_SetRepresentationToWireframe")); mixin(bindCode("vtkPlaneWidget_SetRepresentationToSurface", "D_vtkPlaneWidget_SetRepresentationToSurface")); mixin(bindCode("vtkPlaneWidget_SetNormalToXAxis", "D_vtkPlaneWidget_SetNormalToXAxis")); mixin(bindCode("vtkPlaneWidget_GetNormalToXAxis", "D_vtkPlaneWidget_GetNormalToXAxis")); mixin(bindCode("vtkPlaneWidget_NormalToXAxisOn", "D_vtkPlaneWidget_NormalToXAxisOn")); mixin(bindCode("vtkPlaneWidget_NormalToXAxisOff", "D_vtkPlaneWidget_NormalToXAxisOff")); mixin(bindCode("vtkPlaneWidget_SetNormalToYAxis", "D_vtkPlaneWidget_SetNormalToYAxis")); mixin(bindCode("vtkPlaneWidget_GetNormalToYAxis", "D_vtkPlaneWidget_GetNormalToYAxis")); mixin(bindCode("vtkPlaneWidget_NormalToYAxisOn", "D_vtkPlaneWidget_NormalToYAxisOn")); mixin(bindCode("vtkPlaneWidget_NormalToYAxisOff", "D_vtkPlaneWidget_NormalToYAxisOff")); mixin(bindCode("vtkPlaneWidget_SetNormalToZAxis", "D_vtkPlaneWidget_SetNormalToZAxis")); mixin(bindCode("vtkPlaneWidget_GetNormalToZAxis", "D_vtkPlaneWidget_GetNormalToZAxis")); mixin(bindCode("vtkPlaneWidget_NormalToZAxisOn", "D_vtkPlaneWidget_NormalToZAxisOn")); mixin(bindCode("vtkPlaneWidget_NormalToZAxisOff", "D_vtkPlaneWidget_NormalToZAxisOff")); mixin(bindCode("vtkPlaneWidget_GetPolyData", "D_vtkPlaneWidget_GetPolyData")); mixin(bindCode("vtkPlaneWidget_GetPlane", "D_vtkPlaneWidget_GetPlane")); mixin(bindCode("vtkPlaneWidget_GetHandleProperty", "D_vtkPlaneWidget_GetHandleProperty")); mixin(bindCode("vtkPlaneWidget_GetSelectedHandleProperty", "D_vtkPlaneWidget_GetSelectedHandleProperty")); mixin(bindCode("vtkPlaneWidget_SetPlaneProperty", "D_vtkPlaneWidget_SetPlaneProperty")); mixin(bindCode("vtkPlaneWidget_GetPlaneProperty", "D_vtkPlaneWidget_GetPlaneProperty")); mixin(bindCode("vtkPlaneWidget_GetSelectedPlaneProperty", "D_vtkPlaneWidget_GetSelectedPlaneProperty")); mixin(bindCode("vtkPlaneWidget_Upcast", "D_vtkPlaneWidget_Upcast")); mixin(bindCode("vtkNetCDFCAMReader_New", "D_vtkNetCDFCAMReader_New")); mixin(bindCode("vtkNetCDFCAMReader_IsTypeOf", "D_vtkNetCDFCAMReader_IsTypeOf")); mixin(bindCode("vtkNetCDFCAMReader_SafeDownCast", "D_vtkNetCDFCAMReader_SafeDownCast")); mixin(bindCode("vtkNetCDFCAMReader_NewInstance", "D_vtkNetCDFCAMReader_NewInstance")); mixin(bindCode("vtkNetCDFCAMReader_CanReadFile", "D_vtkNetCDFCAMReader_CanReadFile")); mixin(bindCode("vtkNetCDFCAMReader_SetFileName", "D_vtkNetCDFCAMReader_SetFileName")); mixin(bindCode("vtkNetCDFCAMReader_GetFileName", "D_vtkNetCDFCAMReader_GetFileName")); mixin(bindCode("vtkNetCDFCAMReader_SetConnectivityFileName", "D_vtkNetCDFCAMReader_SetConnectivityFileName")); mixin(bindCode("vtkNetCDFCAMReader_GetConnectivityFileName", "D_vtkNetCDFCAMReader_GetConnectivityFileName")); mixin(bindCode("vtkNetCDFCAMReader_SingleLevelOn", "D_vtkNetCDFCAMReader_SingleLevelOn")); mixin(bindCode("vtkNetCDFCAMReader_SingleLevelOff", "D_vtkNetCDFCAMReader_SingleLevelOff")); mixin(bindCode("vtkNetCDFCAMReader_SetSingleLevel", "D_vtkNetCDFCAMReader_SetSingleLevel")); mixin(bindCode("vtkNetCDFCAMReader_GetSingleLevelMinValue", "D_vtkNetCDFCAMReader_GetSingleLevelMinValue")); mixin(bindCode("vtkNetCDFCAMReader_GetSingleLevelMaxValue", "D_vtkNetCDFCAMReader_GetSingleLevelMaxValue")); mixin(bindCode("vtkNetCDFCAMReader_GetSingleLevel", "D_vtkNetCDFCAMReader_GetSingleLevel")); mixin(bindCode("vtkNetCDFCAMReader_SetCellLayerRight", "D_vtkNetCDFCAMReader_SetCellLayerRight")); mixin(bindCode("vtkNetCDFCAMReader_GetCellLayerRight", "D_vtkNetCDFCAMReader_GetCellLayerRight")); mixin(bindCode("vtkNetCDFCAMReader_Upcast", "D_vtkNetCDFCAMReader_Upcast")); mixin(bindCode("new_vtkLargeInteger__SWIG_0", "D_new_vtkLargeInteger__SWIG_0")); mixin(bindCode("new_vtkLargeInteger__SWIG_1", "D_new_vtkLargeInteger__SWIG_1")); mixin(bindCode("new_vtkLargeInteger__SWIG_2", "D_new_vtkLargeInteger__SWIG_2")); mixin(bindCode("new_vtkLargeInteger__SWIG_5", "D_new_vtkLargeInteger__SWIG_5")); mixin(bindCode("new_vtkLargeInteger__SWIG_6", "D_new_vtkLargeInteger__SWIG_6")); mixin(bindCode("new_vtkLargeInteger__SWIG_7", "D_new_vtkLargeInteger__SWIG_7")); mixin(bindCode("delete_vtkLargeInteger", "D_delete_vtkLargeInteger")); mixin(bindCode("vtkLargeInteger_CastToChar", "D_vtkLargeInteger_CastToChar")); mixin(bindCode("vtkLargeInteger_CastToShort", "D_vtkLargeInteger_CastToShort")); mixin(bindCode("vtkLargeInteger_CastToInt", "D_vtkLargeInteger_CastToInt")); mixin(bindCode("vtkLargeInteger_CastToLong", "D_vtkLargeInteger_CastToLong")); mixin(bindCode("vtkLargeInteger_CastToUnsignedLong", "D_vtkLargeInteger_CastToUnsignedLong")); mixin(bindCode("vtkLargeInteger_IsEven", "D_vtkLargeInteger_IsEven")); mixin(bindCode("vtkLargeInteger_IsOdd", "D_vtkLargeInteger_IsOdd")); mixin(bindCode("vtkLargeInteger_GetLength", "D_vtkLargeInteger_GetLength")); mixin(bindCode("vtkLargeInteger_GetBit", "D_vtkLargeInteger_GetBit")); mixin(bindCode("vtkLargeInteger_IsZero", "D_vtkLargeInteger_IsZero")); mixin(bindCode("vtkLargeInteger_GetSign", "D_vtkLargeInteger_GetSign")); mixin(bindCode("vtkLargeInteger_Truncate", "D_vtkLargeInteger_Truncate")); mixin(bindCode("vtkLargeInteger_Complement", "D_vtkLargeInteger_Complement")); mixin(bindCode("vtkLargeInteger_swigOpEquals", "D_vtkLargeInteger_swigOpEquals")); mixin(bindCode("vtkLargeInteger_NotEqual", "D_vtkLargeInteger_NotEqual")); mixin(bindCode("vtkLargeInteger_swigOpLt", "D_vtkLargeInteger_swigOpLt")); mixin(bindCode("vtkLargeInteger_swigOpLtEquals", "D_vtkLargeInteger_swigOpLtEquals")); mixin(bindCode("vtkLargeInteger_swigOpGt", "D_vtkLargeInteger_swigOpGt")); mixin(bindCode("vtkLargeInteger_swigOpGtEquals", "D_vtkLargeInteger_swigOpGtEquals")); mixin(bindCode("vtkLargeInteger_Equal", "D_vtkLargeInteger_Equal")); mixin(bindCode("vtkLargeInteger_swigOpAddAssign", "D_vtkLargeInteger_swigOpAddAssign")); mixin(bindCode("vtkLargeInteger_swigOpSubAssign", "D_vtkLargeInteger_swigOpSubAssign")); mixin(bindCode("vtkLargeInteger_swigOpShlAssign", "D_vtkLargeInteger_swigOpShlAssign")); mixin(bindCode("vtkLargeInteger_swigOpShrAssign", "D_vtkLargeInteger_swigOpShrAssign")); mixin(bindCode("vtkLargeInteger_swigOpInc", "D_vtkLargeInteger_swigOpInc")); mixin(bindCode("vtkLargeInteger_swigOpDec", "D_vtkLargeInteger_swigOpDec")); mixin(bindCode("vtkLargeInteger_swigOpMulAssign", "D_vtkLargeInteger_swigOpMulAssign")); mixin(bindCode("vtkLargeInteger_swigOpDivAssign", "D_vtkLargeInteger_swigOpDivAssign")); mixin(bindCode("vtkLargeInteger_swigOpModAssign", "D_vtkLargeInteger_swigOpModAssign")); mixin(bindCode("vtkLargeInteger_swigOpAndAssign", "D_vtkLargeInteger_swigOpAndAssign")); mixin(bindCode("vtkLargeInteger_swigOpOrAssign", "D_vtkLargeInteger_swigOpOrAssign")); mixin(bindCode("vtkLargeInteger_swigOpXorAssign", "D_vtkLargeInteger_swigOpXorAssign")); mixin(bindCode("vtkLargeInteger_swigOpAdd", "D_vtkLargeInteger_swigOpAdd")); mixin(bindCode("vtkLargeInteger_swigOpSub", "D_vtkLargeInteger_swigOpSub")); mixin(bindCode("vtkLargeInteger_swigOpMul", "D_vtkLargeInteger_swigOpMul")); mixin(bindCode("vtkLargeInteger_swigOpDiv", "D_vtkLargeInteger_swigOpDiv")); mixin(bindCode("vtkLargeInteger_swigOpMod", "D_vtkLargeInteger_swigOpMod")); mixin(bindCode("vtkLargeInteger_swigOpAnd", "D_vtkLargeInteger_swigOpAnd")); mixin(bindCode("vtkLargeInteger_swigOpOr", "D_vtkLargeInteger_swigOpOr")); mixin(bindCode("vtkLargeInteger_swigOpXor", "D_vtkLargeInteger_swigOpXor")); mixin(bindCode("vtkLargeInteger_swigOpShl", "D_vtkLargeInteger_swigOpShl")); mixin(bindCode("vtkLargeInteger_swigOpShr", "D_vtkLargeInteger_swigOpShr")); mixin(bindCode("vtkExtractEdges_New", "D_vtkExtractEdges_New")); mixin(bindCode("vtkExtractEdges_IsTypeOf", "D_vtkExtractEdges_IsTypeOf")); mixin(bindCode("vtkExtractEdges_SafeDownCast", "D_vtkExtractEdges_SafeDownCast")); mixin(bindCode("vtkExtractEdges_NewInstance", "D_vtkExtractEdges_NewInstance")); mixin(bindCode("vtkExtractEdges_SetLocator", "D_vtkExtractEdges_SetLocator")); mixin(bindCode("vtkExtractEdges_GetLocator", "D_vtkExtractEdges_GetLocator")); mixin(bindCode("vtkExtractEdges_CreateDefaultLocator", "D_vtkExtractEdges_CreateDefaultLocator")); mixin(bindCode("vtkExtractEdges_Upcast", "D_vtkExtractEdges_Upcast")); mixin(bindCode("vtkImageHybridMedian2D_New", "D_vtkImageHybridMedian2D_New")); mixin(bindCode("vtkImageHybridMedian2D_IsTypeOf", "D_vtkImageHybridMedian2D_IsTypeOf")); mixin(bindCode("vtkImageHybridMedian2D_SafeDownCast", "D_vtkImageHybridMedian2D_SafeDownCast")); mixin(bindCode("vtkImageHybridMedian2D_NewInstance", "D_vtkImageHybridMedian2D_NewInstance")); mixin(bindCode("vtkImageHybridMedian2D_Upcast", "D_vtkImageHybridMedian2D_Upcast")); mixin(bindCode("vtkPolyDataPointSampler_New", "D_vtkPolyDataPointSampler_New")); mixin(bindCode("vtkPolyDataPointSampler_IsTypeOf", "D_vtkPolyDataPointSampler_IsTypeOf")); mixin(bindCode("vtkPolyDataPointSampler_SafeDownCast", "D_vtkPolyDataPointSampler_SafeDownCast")); mixin(bindCode("vtkPolyDataPointSampler_NewInstance", "D_vtkPolyDataPointSampler_NewInstance")); mixin(bindCode("vtkPolyDataPointSampler_SetDistance", "D_vtkPolyDataPointSampler_SetDistance")); mixin(bindCode("vtkPolyDataPointSampler_GetDistanceMinValue", "D_vtkPolyDataPointSampler_GetDistanceMinValue")); mixin(bindCode("vtkPolyDataPointSampler_GetDistanceMaxValue", "D_vtkPolyDataPointSampler_GetDistanceMaxValue")); mixin(bindCode("vtkPolyDataPointSampler_GetDistance", "D_vtkPolyDataPointSampler_GetDistance")); mixin(bindCode("vtkPolyDataPointSampler_GetGenerateVertexPoints", "D_vtkPolyDataPointSampler_GetGenerateVertexPoints")); mixin(bindCode("vtkPolyDataPointSampler_SetGenerateVertexPoints", "D_vtkPolyDataPointSampler_SetGenerateVertexPoints")); mixin(bindCode("vtkPolyDataPointSampler_GenerateVertexPointsOn", "D_vtkPolyDataPointSampler_GenerateVertexPointsOn")); mixin(bindCode("vtkPolyDataPointSampler_GenerateVertexPointsOff", "D_vtkPolyDataPointSampler_GenerateVertexPointsOff")); mixin(bindCode("vtkPolyDataPointSampler_GetGenerateEdgePoints", "D_vtkPolyDataPointSampler_GetGenerateEdgePoints")); mixin(bindCode("vtkPolyDataPointSampler_SetGenerateEdgePoints", "D_vtkPolyDataPointSampler_SetGenerateEdgePoints")); mixin(bindCode("vtkPolyDataPointSampler_GenerateEdgePointsOn", "D_vtkPolyDataPointSampler_GenerateEdgePointsOn")); mixin(bindCode("vtkPolyDataPointSampler_GenerateEdgePointsOff", "D_vtkPolyDataPointSampler_GenerateEdgePointsOff")); mixin(bindCode("vtkPolyDataPointSampler_GetGenerateInteriorPoints", "D_vtkPolyDataPointSampler_GetGenerateInteriorPoints")); mixin(bindCode("vtkPolyDataPointSampler_SetGenerateInteriorPoints", "D_vtkPolyDataPointSampler_SetGenerateInteriorPoints")); mixin(bindCode("vtkPolyDataPointSampler_GenerateInteriorPointsOn", "D_vtkPolyDataPointSampler_GenerateInteriorPointsOn")); mixin(bindCode("vtkPolyDataPointSampler_GenerateInteriorPointsOff", "D_vtkPolyDataPointSampler_GenerateInteriorPointsOff")); mixin(bindCode("vtkPolyDataPointSampler_GetGenerateVertices", "D_vtkPolyDataPointSampler_GetGenerateVertices")); mixin(bindCode("vtkPolyDataPointSampler_SetGenerateVertices", "D_vtkPolyDataPointSampler_SetGenerateVertices")); mixin(bindCode("vtkPolyDataPointSampler_GenerateVerticesOn", "D_vtkPolyDataPointSampler_GenerateVerticesOn")); mixin(bindCode("vtkPolyDataPointSampler_GenerateVerticesOff", "D_vtkPolyDataPointSampler_GenerateVerticesOff")); mixin(bindCode("vtkPolyDataPointSampler_Upcast", "D_vtkPolyDataPointSampler_Upcast")); mixin(bindCode("vtkStreamGraph_New", "D_vtkStreamGraph_New")); mixin(bindCode("vtkStreamGraph_IsTypeOf", "D_vtkStreamGraph_IsTypeOf")); mixin(bindCode("vtkStreamGraph_SafeDownCast", "D_vtkStreamGraph_SafeDownCast")); mixin(bindCode("vtkStreamGraph_NewInstance", "D_vtkStreamGraph_NewInstance")); mixin(bindCode("vtkStreamGraph_SetUseEdgeWindow", "D_vtkStreamGraph_SetUseEdgeWindow")); mixin(bindCode("vtkStreamGraph_GetUseEdgeWindow", "D_vtkStreamGraph_GetUseEdgeWindow")); mixin(bindCode("vtkStreamGraph_UseEdgeWindowOn", "D_vtkStreamGraph_UseEdgeWindowOn")); mixin(bindCode("vtkStreamGraph_UseEdgeWindowOff", "D_vtkStreamGraph_UseEdgeWindowOff")); mixin(bindCode("vtkStreamGraph_SetEdgeWindowArrayName", "D_vtkStreamGraph_SetEdgeWindowArrayName")); mixin(bindCode("vtkStreamGraph_GetEdgeWindowArrayName", "D_vtkStreamGraph_GetEdgeWindowArrayName")); mixin(bindCode("vtkStreamGraph_SetEdgeWindow", "D_vtkStreamGraph_SetEdgeWindow")); mixin(bindCode("vtkStreamGraph_GetEdgeWindow", "D_vtkStreamGraph_GetEdgeWindow")); mixin(bindCode("vtkStreamGraph_Upcast", "D_vtkStreamGraph_Upcast")); mixin(bindCode("vtkMNITransformReader_IsTypeOf", "D_vtkMNITransformReader_IsTypeOf")); mixin(bindCode("vtkMNITransformReader_SafeDownCast", "D_vtkMNITransformReader_SafeDownCast")); mixin(bindCode("vtkMNITransformReader_NewInstance", "D_vtkMNITransformReader_NewInstance")); mixin(bindCode("vtkMNITransformReader_New", "D_vtkMNITransformReader_New")); mixin(bindCode("vtkMNITransformReader_SetFileName", "D_vtkMNITransformReader_SetFileName")); mixin(bindCode("vtkMNITransformReader_GetFileName", "D_vtkMNITransformReader_GetFileName")); mixin(bindCode("vtkMNITransformReader_GetFileExtensions", "D_vtkMNITransformReader_GetFileExtensions")); mixin(bindCode("vtkMNITransformReader_GetDescriptiveName", "D_vtkMNITransformReader_GetDescriptiveName")); mixin(bindCode("vtkMNITransformReader_CanReadFile", "D_vtkMNITransformReader_CanReadFile")); mixin(bindCode("vtkMNITransformReader_GetNumberOfTransforms", "D_vtkMNITransformReader_GetNumberOfTransforms")); mixin(bindCode("vtkMNITransformReader_GetNthTransform", "D_vtkMNITransformReader_GetNthTransform")); mixin(bindCode("vtkMNITransformReader_GetTransform", "D_vtkMNITransformReader_GetTransform")); mixin(bindCode("vtkMNITransformReader_GetComments", "D_vtkMNITransformReader_GetComments")); mixin(bindCode("vtkMNITransformReader_Upcast", "D_vtkMNITransformReader_Upcast")); mixin(bindCode("vtkFeatureEdges_IsTypeOf", "D_vtkFeatureEdges_IsTypeOf")); mixin(bindCode("vtkFeatureEdges_SafeDownCast", "D_vtkFeatureEdges_SafeDownCast")); mixin(bindCode("vtkFeatureEdges_NewInstance", "D_vtkFeatureEdges_NewInstance")); mixin(bindCode("vtkFeatureEdges_New", "D_vtkFeatureEdges_New")); mixin(bindCode("vtkFeatureEdges_SetBoundaryEdges", "D_vtkFeatureEdges_SetBoundaryEdges")); mixin(bindCode("vtkFeatureEdges_GetBoundaryEdges", "D_vtkFeatureEdges_GetBoundaryEdges")); mixin(bindCode("vtkFeatureEdges_BoundaryEdgesOn", "D_vtkFeatureEdges_BoundaryEdgesOn")); mixin(bindCode("vtkFeatureEdges_BoundaryEdgesOff", "D_vtkFeatureEdges_BoundaryEdgesOff")); mixin(bindCode("vtkFeatureEdges_SetFeatureEdges", "D_vtkFeatureEdges_SetFeatureEdges")); mixin(bindCode("vtkFeatureEdges_GetFeatureEdges", "D_vtkFeatureEdges_GetFeatureEdges")); mixin(bindCode("vtkFeatureEdges_FeatureEdgesOn", "D_vtkFeatureEdges_FeatureEdgesOn")); mixin(bindCode("vtkFeatureEdges_FeatureEdgesOff", "D_vtkFeatureEdges_FeatureEdgesOff")); mixin(bindCode("vtkFeatureEdges_SetFeatureAngle", "D_vtkFeatureEdges_SetFeatureAngle")); mixin(bindCode("vtkFeatureEdges_GetFeatureAngleMinValue", "D_vtkFeatureEdges_GetFeatureAngleMinValue")); mixin(bindCode("vtkFeatureEdges_GetFeatureAngleMaxValue", "D_vtkFeatureEdges_GetFeatureAngleMaxValue")); mixin(bindCode("vtkFeatureEdges_GetFeatureAngle", "D_vtkFeatureEdges_GetFeatureAngle")); mixin(bindCode("vtkFeatureEdges_SetNonManifoldEdges", "D_vtkFeatureEdges_SetNonManifoldEdges")); mixin(bindCode("vtkFeatureEdges_GetNonManifoldEdges", "D_vtkFeatureEdges_GetNonManifoldEdges")); mixin(bindCode("vtkFeatureEdges_NonManifoldEdgesOn", "D_vtkFeatureEdges_NonManifoldEdgesOn")); mixin(bindCode("vtkFeatureEdges_NonManifoldEdgesOff", "D_vtkFeatureEdges_NonManifoldEdgesOff")); mixin(bindCode("vtkFeatureEdges_SetManifoldEdges", "D_vtkFeatureEdges_SetManifoldEdges")); mixin(bindCode("vtkFeatureEdges_GetManifoldEdges", "D_vtkFeatureEdges_GetManifoldEdges")); mixin(bindCode("vtkFeatureEdges_ManifoldEdgesOn", "D_vtkFeatureEdges_ManifoldEdgesOn")); mixin(bindCode("vtkFeatureEdges_ManifoldEdgesOff", "D_vtkFeatureEdges_ManifoldEdgesOff")); mixin(bindCode("vtkFeatureEdges_SetColoring", "D_vtkFeatureEdges_SetColoring")); mixin(bindCode("vtkFeatureEdges_GetColoring", "D_vtkFeatureEdges_GetColoring")); mixin(bindCode("vtkFeatureEdges_ColoringOn", "D_vtkFeatureEdges_ColoringOn")); mixin(bindCode("vtkFeatureEdges_ColoringOff", "D_vtkFeatureEdges_ColoringOff")); mixin(bindCode("vtkFeatureEdges_SetLocator", "D_vtkFeatureEdges_SetLocator")); mixin(bindCode("vtkFeatureEdges_GetLocator", "D_vtkFeatureEdges_GetLocator")); mixin(bindCode("vtkFeatureEdges_CreateDefaultLocator", "D_vtkFeatureEdges_CreateDefaultLocator")); mixin(bindCode("vtkFeatureEdges_Upcast", "D_vtkFeatureEdges_Upcast")); mixin(bindCode("vtkTerrainContourLineInterpolator_New", "D_vtkTerrainContourLineInterpolator_New")); mixin(bindCode("vtkTerrainContourLineInterpolator_IsTypeOf", "D_vtkTerrainContourLineInterpolator_IsTypeOf")); mixin(bindCode("vtkTerrainContourLineInterpolator_SafeDownCast", "D_vtkTerrainContourLineInterpolator_SafeDownCast")); mixin(bindCode("vtkTerrainContourLineInterpolator_NewInstance", "D_vtkTerrainContourLineInterpolator_NewInstance")); mixin(bindCode("vtkTerrainContourLineInterpolator_SetImageData", "D_vtkTerrainContourLineInterpolator_SetImageData")); mixin(bindCode("vtkTerrainContourLineInterpolator_GetImageData", "D_vtkTerrainContourLineInterpolator_GetImageData")); mixin(bindCode("vtkTerrainContourLineInterpolator_GetProjector", "D_vtkTerrainContourLineInterpolator_GetProjector")); mixin(bindCode("vtkTerrainContourLineInterpolator_Upcast", "D_vtkTerrainContourLineInterpolator_Upcast")); mixin(bindCode("vtkDEMReader_New", "D_vtkDEMReader_New")); mixin(bindCode("vtkDEMReader_IsTypeOf", "D_vtkDEMReader_IsTypeOf")); mixin(bindCode("vtkDEMReader_SafeDownCast", "D_vtkDEMReader_SafeDownCast")); mixin(bindCode("vtkDEMReader_NewInstance", "D_vtkDEMReader_NewInstance")); mixin(bindCode("vtkDEMReader_SetFileName", "D_vtkDEMReader_SetFileName")); mixin(bindCode("vtkDEMReader_GetFileName", "D_vtkDEMReader_GetFileName")); mixin(bindCode("vtkDEMReader_SetElevationReference", "D_vtkDEMReader_SetElevationReference")); mixin(bindCode("vtkDEMReader_GetElevationReferenceMinValue", "D_vtkDEMReader_GetElevationReferenceMinValue")); mixin(bindCode("vtkDEMReader_GetElevationReferenceMaxValue", "D_vtkDEMReader_GetElevationReferenceMaxValue")); mixin(bindCode("vtkDEMReader_GetElevationReference", "D_vtkDEMReader_GetElevationReference")); mixin(bindCode("vtkDEMReader_SetElevationReferenceToSeaLevel", "D_vtkDEMReader_SetElevationReferenceToSeaLevel")); mixin(bindCode("vtkDEMReader_SetElevationReferenceToElevationBounds", "D_vtkDEMReader_SetElevationReferenceToElevationBounds")); mixin(bindCode("vtkDEMReader_GetElevationReferenceAsString", "D_vtkDEMReader_GetElevationReferenceAsString")); mixin(bindCode("vtkDEMReader_GetMapLabel", "D_vtkDEMReader_GetMapLabel")); mixin(bindCode("vtkDEMReader_GetDEMLevel", "D_vtkDEMReader_GetDEMLevel")); mixin(bindCode("vtkDEMReader_GetElevationPattern", "D_vtkDEMReader_GetElevationPattern")); mixin(bindCode("vtkDEMReader_GetGroundSystem", "D_vtkDEMReader_GetGroundSystem")); mixin(bindCode("vtkDEMReader_GetGroundZone", "D_vtkDEMReader_GetGroundZone")); mixin(bindCode("vtkDEMReader_GetProjectionParameters__SWIG_0", "D_vtkDEMReader_GetProjectionParameters__SWIG_0")); mixin(bindCode("vtkDEMReader_GetProjectionParameters__SWIG_1", "D_vtkDEMReader_GetProjectionParameters__SWIG_1")); mixin(bindCode("vtkDEMReader_GetPlaneUnitOfMeasure", "D_vtkDEMReader_GetPlaneUnitOfMeasure")); mixin(bindCode("vtkDEMReader_GetElevationUnitOfMeasure", "D_vtkDEMReader_GetElevationUnitOfMeasure")); mixin(bindCode("vtkDEMReader_GetPolygonSize", "D_vtkDEMReader_GetPolygonSize")); mixin(bindCode("vtkDEMReader_GetElevationBounds__SWIG_0", "D_vtkDEMReader_GetElevationBounds__SWIG_0")); mixin(bindCode("vtkDEMReader_GetElevationBounds__SWIG_1", "D_vtkDEMReader_GetElevationBounds__SWIG_1")); mixin(bindCode("vtkDEMReader_GetLocalRotation", "D_vtkDEMReader_GetLocalRotation")); mixin(bindCode("vtkDEMReader_GetAccuracyCode", "D_vtkDEMReader_GetAccuracyCode")); mixin(bindCode("vtkDEMReader_GetSpatialResolution__SWIG_0", "D_vtkDEMReader_GetSpatialResolution__SWIG_0")); mixin(bindCode("vtkDEMReader_GetSpatialResolution__SWIG_1", "D_vtkDEMReader_GetSpatialResolution__SWIG_1")); mixin(bindCode("vtkDEMReader_GetProfileDimension__SWIG_0", "D_vtkDEMReader_GetProfileDimension__SWIG_0")); mixin(bindCode("vtkDEMReader_GetProfileDimension__SWIG_1", "D_vtkDEMReader_GetProfileDimension__SWIG_1")); mixin(bindCode("vtkDEMReader_RequestInformation", "D_vtkDEMReader_RequestInformation")); mixin(bindCode("vtkDEMReader_Upcast", "D_vtkDEMReader_Upcast")); mixin(bindCode("vtkExtractSelectedFrustum_New", "D_vtkExtractSelectedFrustum_New")); mixin(bindCode("vtkExtractSelectedFrustum_IsTypeOf", "D_vtkExtractSelectedFrustum_IsTypeOf")); mixin(bindCode("vtkExtractSelectedFrustum_SafeDownCast", "D_vtkExtractSelectedFrustum_SafeDownCast")); mixin(bindCode("vtkExtractSelectedFrustum_NewInstance", "D_vtkExtractSelectedFrustum_NewInstance")); mixin(bindCode("vtkExtractSelectedFrustum_SetFrustum", "D_vtkExtractSelectedFrustum_SetFrustum")); mixin(bindCode("vtkExtractSelectedFrustum_GetFrustum", "D_vtkExtractSelectedFrustum_GetFrustum")); mixin(bindCode("vtkExtractSelectedFrustum_CreateFrustum", "D_vtkExtractSelectedFrustum_CreateFrustum")); mixin(bindCode("vtkExtractSelectedFrustum_GetClipPoints", "D_vtkExtractSelectedFrustum_GetClipPoints")); mixin(bindCode("vtkExtractSelectedFrustum_SetFieldType", "D_vtkExtractSelectedFrustum_SetFieldType")); mixin(bindCode("vtkExtractSelectedFrustum_GetFieldType", "D_vtkExtractSelectedFrustum_GetFieldType")); mixin(bindCode("vtkExtractSelectedFrustum_SetContainingCells", "D_vtkExtractSelectedFrustum_SetContainingCells")); mixin(bindCode("vtkExtractSelectedFrustum_GetContainingCells", "D_vtkExtractSelectedFrustum_GetContainingCells")); mixin(bindCode("vtkExtractSelectedFrustum_OverallBoundsTest", "D_vtkExtractSelectedFrustum_OverallBoundsTest")); mixin(bindCode("vtkExtractSelectedFrustum_SetShowBounds", "D_vtkExtractSelectedFrustum_SetShowBounds")); mixin(bindCode("vtkExtractSelectedFrustum_GetShowBounds", "D_vtkExtractSelectedFrustum_GetShowBounds")); mixin(bindCode("vtkExtractSelectedFrustum_ShowBoundsOn", "D_vtkExtractSelectedFrustum_ShowBoundsOn")); mixin(bindCode("vtkExtractSelectedFrustum_ShowBoundsOff", "D_vtkExtractSelectedFrustum_ShowBoundsOff")); mixin(bindCode("vtkExtractSelectedFrustum_SetInsideOut", "D_vtkExtractSelectedFrustum_SetInsideOut")); mixin(bindCode("vtkExtractSelectedFrustum_GetInsideOut", "D_vtkExtractSelectedFrustum_GetInsideOut")); mixin(bindCode("vtkExtractSelectedFrustum_InsideOutOn", "D_vtkExtractSelectedFrustum_InsideOutOn")); mixin(bindCode("vtkExtractSelectedFrustum_InsideOutOff", "D_vtkExtractSelectedFrustum_InsideOutOff")); mixin(bindCode("vtkExtractSelectedFrustum_Upcast", "D_vtkExtractSelectedFrustum_Upcast")); mixin(bindCode("vtkJavaScriptDataWriter_New", "D_vtkJavaScriptDataWriter_New")); mixin(bindCode("vtkJavaScriptDataWriter_IsTypeOf", "D_vtkJavaScriptDataWriter_IsTypeOf")); mixin(bindCode("vtkJavaScriptDataWriter_SafeDownCast", "D_vtkJavaScriptDataWriter_SafeDownCast")); mixin(bindCode("vtkJavaScriptDataWriter_NewInstance", "D_vtkJavaScriptDataWriter_NewInstance")); mixin(bindCode("vtkJavaScriptDataWriter_SetVariableName", "D_vtkJavaScriptDataWriter_SetVariableName")); mixin(bindCode("vtkJavaScriptDataWriter_GetVariableName", "D_vtkJavaScriptDataWriter_GetVariableName")); mixin(bindCode("vtkJavaScriptDataWriter_SetFileName", "D_vtkJavaScriptDataWriter_SetFileName")); mixin(bindCode("vtkJavaScriptDataWriter_GetFileName", "D_vtkJavaScriptDataWriter_GetFileName")); mixin(bindCode("vtkJavaScriptDataWriter_SetIncludeFieldNames", "D_vtkJavaScriptDataWriter_SetIncludeFieldNames")); mixin(bindCode("vtkJavaScriptDataWriter_GetIncludeFieldNames", "D_vtkJavaScriptDataWriter_GetIncludeFieldNames")); mixin(bindCode("vtkJavaScriptDataWriter_SetOutputStream", "D_vtkJavaScriptDataWriter_SetOutputStream")); mixin(bindCode("vtkJavaScriptDataWriter_GetOutputStream", "D_vtkJavaScriptDataWriter_GetOutputStream")); mixin(bindCode("vtkJavaScriptDataWriter_Upcast", "D_vtkJavaScriptDataWriter_Upcast")); mixin(bindCode("vtkCheckerboardRepresentation_New", "D_vtkCheckerboardRepresentation_New")); mixin(bindCode("vtkCheckerboardRepresentation_IsTypeOf", "D_vtkCheckerboardRepresentation_IsTypeOf")); mixin(bindCode("vtkCheckerboardRepresentation_SafeDownCast", "D_vtkCheckerboardRepresentation_SafeDownCast")); mixin(bindCode("vtkCheckerboardRepresentation_NewInstance", "D_vtkCheckerboardRepresentation_NewInstance")); mixin(bindCode("vtkCheckerboardRepresentation_SetCheckerboard", "D_vtkCheckerboardRepresentation_SetCheckerboard")); mixin(bindCode("vtkCheckerboardRepresentation_GetCheckerboard", "D_vtkCheckerboardRepresentation_GetCheckerboard")); mixin(bindCode("vtkCheckerboardRepresentation_SetImageActor", "D_vtkCheckerboardRepresentation_SetImageActor")); mixin(bindCode("vtkCheckerboardRepresentation_GetImageActor", "D_vtkCheckerboardRepresentation_GetImageActor")); mixin(bindCode("vtkCheckerboardRepresentation_SetCornerOffset", "D_vtkCheckerboardRepresentation_SetCornerOffset")); mixin(bindCode("vtkCheckerboardRepresentation_GetCornerOffsetMinValue", "D_vtkCheckerboardRepresentation_GetCornerOffsetMinValue")); mixin(bindCode("vtkCheckerboardRepresentation_GetCornerOffsetMaxValue", "D_vtkCheckerboardRepresentation_GetCornerOffsetMaxValue")); mixin(bindCode("vtkCheckerboardRepresentation_GetCornerOffset", "D_vtkCheckerboardRepresentation_GetCornerOffset")); mixin(bindCode("vtkCheckerboardRepresentation_SliderValueChanged", "D_vtkCheckerboardRepresentation_SliderValueChanged")); mixin(bindCode("vtkCheckerboardRepresentation_SetTopRepresentation", "D_vtkCheckerboardRepresentation_SetTopRepresentation")); mixin(bindCode("vtkCheckerboardRepresentation_SetRightRepresentation", "D_vtkCheckerboardRepresentation_SetRightRepresentation")); mixin(bindCode("vtkCheckerboardRepresentation_SetBottomRepresentation", "D_vtkCheckerboardRepresentation_SetBottomRepresentation")); mixin(bindCode("vtkCheckerboardRepresentation_SetLeftRepresentation", "D_vtkCheckerboardRepresentation_SetLeftRepresentation")); mixin(bindCode("vtkCheckerboardRepresentation_GetTopRepresentation", "D_vtkCheckerboardRepresentation_GetTopRepresentation")); mixin(bindCode("vtkCheckerboardRepresentation_GetRightRepresentation", "D_vtkCheckerboardRepresentation_GetRightRepresentation")); mixin(bindCode("vtkCheckerboardRepresentation_GetBottomRepresentation", "D_vtkCheckerboardRepresentation_GetBottomRepresentation")); mixin(bindCode("vtkCheckerboardRepresentation_GetLeftRepresentation", "D_vtkCheckerboardRepresentation_GetLeftRepresentation")); mixin(bindCode("vtkCheckerboardRepresentation_Upcast", "D_vtkCheckerboardRepresentation_Upcast")); mixin(bindCode("vtkStructuredPointsGeometryFilter_IsTypeOf", "D_vtkStructuredPointsGeometryFilter_IsTypeOf")); mixin(bindCode("vtkStructuredPointsGeometryFilter_SafeDownCast", "D_vtkStructuredPointsGeometryFilter_SafeDownCast")); mixin(bindCode("vtkStructuredPointsGeometryFilter_NewInstance", "D_vtkStructuredPointsGeometryFilter_NewInstance")); mixin(bindCode("vtkStructuredPointsGeometryFilter_New", "D_vtkStructuredPointsGeometryFilter_New")); mixin(bindCode("vtkStructuredPointsGeometryFilter_Upcast", "D_vtkStructuredPointsGeometryFilter_Upcast")); mixin(bindCode("vtkInterpolateDataSetAttributes_New", "D_vtkInterpolateDataSetAttributes_New")); mixin(bindCode("vtkInterpolateDataSetAttributes_IsTypeOf", "D_vtkInterpolateDataSetAttributes_IsTypeOf")); mixin(bindCode("vtkInterpolateDataSetAttributes_SafeDownCast", "D_vtkInterpolateDataSetAttributes_SafeDownCast")); mixin(bindCode("vtkInterpolateDataSetAttributes_NewInstance", "D_vtkInterpolateDataSetAttributes_NewInstance")); mixin(bindCode("vtkInterpolateDataSetAttributes_GetInputList", "D_vtkInterpolateDataSetAttributes_GetInputList")); mixin(bindCode("vtkInterpolateDataSetAttributes_SetT", "D_vtkInterpolateDataSetAttributes_SetT")); mixin(bindCode("vtkInterpolateDataSetAttributes_GetTMinValue", "D_vtkInterpolateDataSetAttributes_GetTMinValue")); mixin(bindCode("vtkInterpolateDataSetAttributes_GetTMaxValue", "D_vtkInterpolateDataSetAttributes_GetTMaxValue")); mixin(bindCode("vtkInterpolateDataSetAttributes_GetT", "D_vtkInterpolateDataSetAttributes_GetT")); mixin(bindCode("vtkInterpolateDataSetAttributes_Upcast", "D_vtkInterpolateDataSetAttributes_Upcast")); mixin(bindCode("vtkPixelBufferObject_New", "D_vtkPixelBufferObject_New")); mixin(bindCode("vtkPixelBufferObject_IsTypeOf", "D_vtkPixelBufferObject_IsTypeOf")); mixin(bindCode("vtkPixelBufferObject_SafeDownCast", "D_vtkPixelBufferObject_SafeDownCast")); mixin(bindCode("vtkPixelBufferObject_NewInstance", "D_vtkPixelBufferObject_NewInstance")); mixin(bindCode("vtkPixelBufferObject_SetContext", "D_vtkPixelBufferObject_SetContext")); mixin(bindCode("vtkPixelBufferObject_GetContext", "D_vtkPixelBufferObject_GetContext")); mixin(bindCode("vtkPixelBufferObject_GetUsage", "D_vtkPixelBufferObject_GetUsage")); mixin(bindCode("vtkPixelBufferObject_SetUsage", "D_vtkPixelBufferObject_SetUsage")); mixin(bindCode("vtkPixelBufferObject_Upload1D", "D_vtkPixelBufferObject_Upload1D")); mixin(bindCode("vtkPixelBufferObject_Upload2D", "D_vtkPixelBufferObject_Upload2D")); mixin(bindCode("vtkPixelBufferObject_Upload3D", "D_vtkPixelBufferObject_Upload3D")); mixin(bindCode("vtkPixelBufferObject_GetType", "D_vtkPixelBufferObject_GetType")); mixin(bindCode("vtkPixelBufferObject_GetSize", "D_vtkPixelBufferObject_GetSize")); mixin(bindCode("vtkPixelBufferObject_GetHandle", "D_vtkPixelBufferObject_GetHandle")); mixin(bindCode("vtkPixelBufferObject_Download1D", "D_vtkPixelBufferObject_Download1D")); mixin(bindCode("vtkPixelBufferObject_Download2D", "D_vtkPixelBufferObject_Download2D")); mixin(bindCode("vtkPixelBufferObject_Download3D", "D_vtkPixelBufferObject_Download3D")); mixin(bindCode("vtkPixelBufferObject_BindToPackedBuffer", "D_vtkPixelBufferObject_BindToPackedBuffer")); mixin(bindCode("vtkPixelBufferObject_BindToUnPackedBuffer", "D_vtkPixelBufferObject_BindToUnPackedBuffer")); mixin(bindCode("vtkPixelBufferObject_UnBind", "D_vtkPixelBufferObject_UnBind")); mixin(bindCode("new_vtkPixelBufferObject", "D_new_vtkPixelBufferObject")); mixin(bindCode("delete_vtkPixelBufferObject", "D_delete_vtkPixelBufferObject")); mixin(bindCode("vtkPixelBufferObject_Upcast", "D_vtkPixelBufferObject_Upcast")); mixin(bindCode("new_ParticlePathFilterInternal", "D_new_ParticlePathFilterInternal")); mixin(bindCode("ParticlePathFilterInternal_Initialize", "D_ParticlePathFilterInternal_Initialize")); mixin(bindCode("delete_ParticlePathFilterInternal", "D_delete_ParticlePathFilterInternal")); mixin(bindCode("ParticlePathFilterInternal_OutputParticles", "D_ParticlePathFilterInternal_OutputParticles")); mixin(bindCode("ParticlePathFilterInternal_Finalize", "D_ParticlePathFilterInternal_Finalize")); mixin(bindCode("ParticlePathFilterInternal_Reset", "D_ParticlePathFilterInternal_Reset")); mixin(bindCode("vtkParticlePathFilter_IsTypeOf", "D_vtkParticlePathFilter_IsTypeOf")); mixin(bindCode("vtkParticlePathFilter_SafeDownCast", "D_vtkParticlePathFilter_SafeDownCast")); mixin(bindCode("vtkParticlePathFilter_NewInstance", "D_vtkParticlePathFilter_NewInstance")); mixin(bindCode("vtkParticlePathFilter_New", "D_vtkParticlePathFilter_New")); mixin(bindCode("vtkParticlePathFilter_Upcast", "D_vtkParticlePathFilter_Upcast")); mixin(bindCode("vtkRectilinearGridWriter_New", "D_vtkRectilinearGridWriter_New")); mixin(bindCode("vtkRectilinearGridWriter_IsTypeOf", "D_vtkRectilinearGridWriter_IsTypeOf")); mixin(bindCode("vtkRectilinearGridWriter_SafeDownCast", "D_vtkRectilinearGridWriter_SafeDownCast")); mixin(bindCode("vtkRectilinearGridWriter_NewInstance", "D_vtkRectilinearGridWriter_NewInstance")); mixin(bindCode("vtkRectilinearGridWriter_GetInput__SWIG_0", "D_vtkRectilinearGridWriter_GetInput__SWIG_0")); mixin(bindCode("vtkRectilinearGridWriter_GetInput__SWIG_1", "D_vtkRectilinearGridWriter_GetInput__SWIG_1")); mixin(bindCode("vtkRectilinearGridWriter_Upcast", "D_vtkRectilinearGridWriter_Upcast")); mixin(bindCode("vtkSimplePointsWriter_New", "D_vtkSimplePointsWriter_New")); mixin(bindCode("vtkSimplePointsWriter_IsTypeOf", "D_vtkSimplePointsWriter_IsTypeOf")); mixin(bindCode("vtkSimplePointsWriter_SafeDownCast", "D_vtkSimplePointsWriter_SafeDownCast")); mixin(bindCode("vtkSimplePointsWriter_NewInstance", "D_vtkSimplePointsWriter_NewInstance")); mixin(bindCode("vtkSimplePointsWriter_GetDecimalPrecision", "D_vtkSimplePointsWriter_GetDecimalPrecision")); mixin(bindCode("vtkSimplePointsWriter_SetDecimalPrecision", "D_vtkSimplePointsWriter_SetDecimalPrecision")); mixin(bindCode("vtkSimplePointsWriter_Upcast", "D_vtkSimplePointsWriter_Upcast")); mixin(bindCode("vtkSubCommunicator_IsTypeOf", "D_vtkSubCommunicator_IsTypeOf")); mixin(bindCode("vtkSubCommunicator_SafeDownCast", "D_vtkSubCommunicator_SafeDownCast")); mixin(bindCode("vtkSubCommunicator_NewInstance", "D_vtkSubCommunicator_NewInstance")); mixin(bindCode("vtkSubCommunicator_New", "D_vtkSubCommunicator_New")); mixin(bindCode("vtkSubCommunicator_GetGroup", "D_vtkSubCommunicator_GetGroup")); mixin(bindCode("vtkSubCommunicator_SetGroup", "D_vtkSubCommunicator_SetGroup")); mixin(bindCode("vtkSubCommunicator_Upcast", "D_vtkSubCommunicator_Upcast")); mixin(bindCode("vtkXMLPStructuredGridReader_IsTypeOf", "D_vtkXMLPStructuredGridReader_IsTypeOf")); mixin(bindCode("vtkXMLPStructuredGridReader_SafeDownCast", "D_vtkXMLPStructuredGridReader_SafeDownCast")); mixin(bindCode("vtkXMLPStructuredGridReader_NewInstance", "D_vtkXMLPStructuredGridReader_NewInstance")); mixin(bindCode("vtkXMLPStructuredGridReader_New", "D_vtkXMLPStructuredGridReader_New")); mixin(bindCode("vtkXMLPStructuredGridReader_GetOutput__SWIG_0", "D_vtkXMLPStructuredGridReader_GetOutput__SWIG_0")); mixin(bindCode("vtkXMLPStructuredGridReader_GetOutput__SWIG_1", "D_vtkXMLPStructuredGridReader_GetOutput__SWIG_1")); mixin(bindCode("vtkXMLPStructuredGridReader_Upcast", "D_vtkXMLPStructuredGridReader_Upcast")); mixin(bindCode("vtkFLUENTReader_New", "D_vtkFLUENTReader_New")); mixin(bindCode("vtkFLUENTReader_IsTypeOf", "D_vtkFLUENTReader_IsTypeOf")); mixin(bindCode("vtkFLUENTReader_SafeDownCast", "D_vtkFLUENTReader_SafeDownCast")); mixin(bindCode("vtkFLUENTReader_NewInstance", "D_vtkFLUENTReader_NewInstance")); mixin(bindCode("vtkFLUENTReader_SetFileName", "D_vtkFLUENTReader_SetFileName")); mixin(bindCode("vtkFLUENTReader_GetFileName", "D_vtkFLUENTReader_GetFileName")); mixin(bindCode("vtkFLUENTReader_GetNumberOfCells", "D_vtkFLUENTReader_GetNumberOfCells")); mixin(bindCode("vtkFLUENTReader_GetNumberOfCellArrays", "D_vtkFLUENTReader_GetNumberOfCellArrays")); mixin(bindCode("vtkFLUENTReader_GetCellArrayName", "D_vtkFLUENTReader_GetCellArrayName")); mixin(bindCode("vtkFLUENTReader_GetCellArrayStatus", "D_vtkFLUENTReader_GetCellArrayStatus")); mixin(bindCode("vtkFLUENTReader_SetCellArrayStatus", "D_vtkFLUENTReader_SetCellArrayStatus")); mixin(bindCode("vtkFLUENTReader_DisableAllCellArrays", "D_vtkFLUENTReader_DisableAllCellArrays")); mixin(bindCode("vtkFLUENTReader_EnableAllCellArrays", "D_vtkFLUENTReader_EnableAllCellArrays")); mixin(bindCode("vtkFLUENTReader_SetDataByteOrderToBigEndian", "D_vtkFLUENTReader_SetDataByteOrderToBigEndian")); mixin(bindCode("vtkFLUENTReader_SetDataByteOrderToLittleEndian", "D_vtkFLUENTReader_SetDataByteOrderToLittleEndian")); mixin(bindCode("vtkFLUENTReader_GetDataByteOrder", "D_vtkFLUENTReader_GetDataByteOrder")); mixin(bindCode("vtkFLUENTReader_SetDataByteOrder", "D_vtkFLUENTReader_SetDataByteOrder")); mixin(bindCode("vtkFLUENTReader_GetDataByteOrderAsString", "D_vtkFLUENTReader_GetDataByteOrderAsString")); mixin(bindCode("vtkFLUENTReader_Upcast", "D_vtkFLUENTReader_Upcast")); mixin(bindCode("vtkVolumeProperty_New", "D_vtkVolumeProperty_New")); mixin(bindCode("vtkVolumeProperty_IsTypeOf", "D_vtkVolumeProperty_IsTypeOf")); mixin(bindCode("vtkVolumeProperty_SafeDownCast", "D_vtkVolumeProperty_SafeDownCast")); mixin(bindCode("vtkVolumeProperty_NewInstance", "D_vtkVolumeProperty_NewInstance")); mixin(bindCode("vtkVolumeProperty_DeepCopy", "D_vtkVolumeProperty_DeepCopy")); mixin(bindCode("vtkVolumeProperty_SetIndependentComponents", "D_vtkVolumeProperty_SetIndependentComponents")); mixin(bindCode("vtkVolumeProperty_GetIndependentComponentsMinValue", "D_vtkVolumeProperty_GetIndependentComponentsMinValue")); mixin(bindCode("vtkVolumeProperty_GetIndependentComponentsMaxValue", "D_vtkVolumeProperty_GetIndependentComponentsMaxValue")); mixin(bindCode("vtkVolumeProperty_GetIndependentComponents", "D_vtkVolumeProperty_GetIndependentComponents")); mixin(bindCode("vtkVolumeProperty_IndependentComponentsOn", "D_vtkVolumeProperty_IndependentComponentsOn")); mixin(bindCode("vtkVolumeProperty_IndependentComponentsOff", "D_vtkVolumeProperty_IndependentComponentsOff")); mixin(bindCode("vtkVolumeProperty_SetInterpolationType", "D_vtkVolumeProperty_SetInterpolationType")); mixin(bindCode("vtkVolumeProperty_GetInterpolationTypeMinValue", "D_vtkVolumeProperty_GetInterpolationTypeMinValue")); mixin(bindCode("vtkVolumeProperty_GetInterpolationTypeMaxValue", "D_vtkVolumeProperty_GetInterpolationTypeMaxValue")); mixin(bindCode("vtkVolumeProperty_GetInterpolationType", "D_vtkVolumeProperty_GetInterpolationType")); mixin(bindCode("vtkVolumeProperty_SetInterpolationTypeToNearest", "D_vtkVolumeProperty_SetInterpolationTypeToNearest")); mixin(bindCode("vtkVolumeProperty_SetInterpolationTypeToLinear", "D_vtkVolumeProperty_SetInterpolationTypeToLinear")); mixin(bindCode("vtkVolumeProperty_GetInterpolationTypeAsString", "D_vtkVolumeProperty_GetInterpolationTypeAsString")); mixin(bindCode("vtkVolumeProperty_SetComponentWeight", "D_vtkVolumeProperty_SetComponentWeight")); mixin(bindCode("vtkVolumeProperty_GetComponentWeight", "D_vtkVolumeProperty_GetComponentWeight")); mixin(bindCode("vtkVolumeProperty_SetColor__SWIG_0", "D_vtkVolumeProperty_SetColor__SWIG_0")); mixin(bindCode("vtkVolumeProperty_SetColor__SWIG_1", "D_vtkVolumeProperty_SetColor__SWIG_1")); mixin(bindCode("vtkVolumeProperty_SetColor__SWIG_2", "D_vtkVolumeProperty_SetColor__SWIG_2")); mixin(bindCode("vtkVolumeProperty_SetColor__SWIG_3", "D_vtkVolumeProperty_SetColor__SWIG_3")); mixin(bindCode("vtkVolumeProperty_GetColorChannels__SWIG_0", "D_vtkVolumeProperty_GetColorChannels__SWIG_0")); mixin(bindCode("vtkVolumeProperty_GetColorChannels__SWIG_1", "D_vtkVolumeProperty_GetColorChannels__SWIG_1")); mixin(bindCode("vtkVolumeProperty_GetGrayTransferFunction__SWIG_0", "D_vtkVolumeProperty_GetGrayTransferFunction__SWIG_0")); mixin(bindCode("vtkVolumeProperty_GetGrayTransferFunction__SWIG_1", "D_vtkVolumeProperty_GetGrayTransferFunction__SWIG_1")); mixin(bindCode("vtkVolumeProperty_GetRGBTransferFunction__SWIG_0", "D_vtkVolumeProperty_GetRGBTransferFunction__SWIG_0")); mixin(bindCode("vtkVolumeProperty_GetRGBTransferFunction__SWIG_1", "D_vtkVolumeProperty_GetRGBTransferFunction__SWIG_1")); mixin(bindCode("vtkVolumeProperty_SetScalarOpacity__SWIG_0", "D_vtkVolumeProperty_SetScalarOpacity__SWIG_0")); mixin(bindCode("vtkVolumeProperty_SetScalarOpacity__SWIG_1", "D_vtkVolumeProperty_SetScalarOpacity__SWIG_1")); mixin(bindCode("vtkVolumeProperty_GetScalarOpacity__SWIG_0", "D_vtkVolumeProperty_GetScalarOpacity__SWIG_0")); mixin(bindCode("vtkVolumeProperty_GetScalarOpacity__SWIG_1", "D_vtkVolumeProperty_GetScalarOpacity__SWIG_1")); mixin(bindCode("vtkVolumeProperty_SetScalarOpacityUnitDistance__SWIG_0", "D_vtkVolumeProperty_SetScalarOpacityUnitDistance__SWIG_0")); mixin(bindCode("vtkVolumeProperty_SetScalarOpacityUnitDistance__SWIG_1", "D_vtkVolumeProperty_SetScalarOpacityUnitDistance__SWIG_1")); mixin(bindCode("vtkVolumeProperty_GetScalarOpacityUnitDistance__SWIG_0", "D_vtkVolumeProperty_GetScalarOpacityUnitDistance__SWIG_0")); mixin(bindCode("vtkVolumeProperty_GetScalarOpacityUnitDistance__SWIG_1", "D_vtkVolumeProperty_GetScalarOpacityUnitDistance__SWIG_1")); mixin(bindCode("vtkVolumeProperty_SetGradientOpacity__SWIG_0", "D_vtkVolumeProperty_SetGradientOpacity__SWIG_0")); mixin(bindCode("vtkVolumeProperty_SetGradientOpacity__SWIG_1", "D_vtkVolumeProperty_SetGradientOpacity__SWIG_1")); mixin(bindCode("vtkVolumeProperty_GetGradientOpacity__SWIG_0", "D_vtkVolumeProperty_GetGradientOpacity__SWIG_0")); mixin(bindCode("vtkVolumeProperty_GetGradientOpacity__SWIG_1", "D_vtkVolumeProperty_GetGradientOpacity__SWIG_1")); mixin(bindCode("vtkVolumeProperty_SetDisableGradientOpacity__SWIG_0", "D_vtkVolumeProperty_SetDisableGradientOpacity__SWIG_0")); mixin(bindCode("vtkVolumeProperty_SetDisableGradientOpacity__SWIG_1", "D_vtkVolumeProperty_SetDisableGradientOpacity__SWIG_1")); mixin(bindCode("vtkVolumeProperty_DisableGradientOpacityOn__SWIG_0", "D_vtkVolumeProperty_DisableGradientOpacityOn__SWIG_0")); mixin(bindCode("vtkVolumeProperty_DisableGradientOpacityOn__SWIG_1", "D_vtkVolumeProperty_DisableGradientOpacityOn__SWIG_1")); mixin(bindCode("vtkVolumeProperty_DisableGradientOpacityOff__SWIG_0", "D_vtkVolumeProperty_DisableGradientOpacityOff__SWIG_0")); mixin(bindCode("vtkVolumeProperty_DisableGradientOpacityOff__SWIG_1", "D_vtkVolumeProperty_DisableGradientOpacityOff__SWIG_1")); mixin(bindCode("vtkVolumeProperty_GetDisableGradientOpacity__SWIG_0", "D_vtkVolumeProperty_GetDisableGradientOpacity__SWIG_0")); mixin(bindCode("vtkVolumeProperty_GetDisableGradientOpacity__SWIG_1", "D_vtkVolumeProperty_GetDisableGradientOpacity__SWIG_1")); mixin(bindCode("vtkVolumeProperty_GetStoredGradientOpacity__SWIG_0", "D_vtkVolumeProperty_GetStoredGradientOpacity__SWIG_0")); mixin(bindCode("vtkVolumeProperty_GetStoredGradientOpacity__SWIG_1", "D_vtkVolumeProperty_GetStoredGradientOpacity__SWIG_1")); mixin(bindCode("vtkVolumeProperty_SetShade__SWIG_0", "D_vtkVolumeProperty_SetShade__SWIG_0")); mixin(bindCode("vtkVolumeProperty_SetShade__SWIG_1", "D_vtkVolumeProperty_SetShade__SWIG_1")); mixin(bindCode("vtkVolumeProperty_GetShade__SWIG_0", "D_vtkVolumeProperty_GetShade__SWIG_0")); mixin(bindCode("vtkVolumeProperty_GetShade__SWIG_1", "D_vtkVolumeProperty_GetShade__SWIG_1")); mixin(bindCode("vtkVolumeProperty_ShadeOn__SWIG_0", "D_vtkVolumeProperty_ShadeOn__SWIG_0")); mixin(bindCode("vtkVolumeProperty_ShadeOn__SWIG_1", "D_vtkVolumeProperty_ShadeOn__SWIG_1")); mixin(bindCode("vtkVolumeProperty_ShadeOff__SWIG_0", "D_vtkVolumeProperty_ShadeOff__SWIG_0")); mixin(bindCode("vtkVolumeProperty_ShadeOff__SWIG_1", "D_vtkVolumeProperty_ShadeOff__SWIG_1")); mixin(bindCode("vtkVolumeProperty_SetAmbient__SWIG_0", "D_vtkVolumeProperty_SetAmbient__SWIG_0")); mixin(bindCode("vtkVolumeProperty_SetAmbient__SWIG_1", "D_vtkVolumeProperty_SetAmbient__SWIG_1")); mixin(bindCode("vtkVolumeProperty_GetAmbient__SWIG_0", "D_vtkVolumeProperty_GetAmbient__SWIG_0")); mixin(bindCode("vtkVolumeProperty_GetAmbient__SWIG_1", "D_vtkVolumeProperty_GetAmbient__SWIG_1")); mixin(bindCode("vtkVolumeProperty_SetDiffuse__SWIG_0", "D_vtkVolumeProperty_SetDiffuse__SWIG_0")); mixin(bindCode("vtkVolumeProperty_SetDiffuse__SWIG_1", "D_vtkVolumeProperty_SetDiffuse__SWIG_1")); mixin(bindCode("vtkVolumeProperty_GetDiffuse__SWIG_0", "D_vtkVolumeProperty_GetDiffuse__SWIG_0")); mixin(bindCode("vtkVolumeProperty_GetDiffuse__SWIG_1", "D_vtkVolumeProperty_GetDiffuse__SWIG_1")); mixin(bindCode("vtkVolumeProperty_SetSpecular__SWIG_0", "D_vtkVolumeProperty_SetSpecular__SWIG_0")); mixin(bindCode("vtkVolumeProperty_SetSpecular__SWIG_1", "D_vtkVolumeProperty_SetSpecular__SWIG_1")); mixin(bindCode("vtkVolumeProperty_GetSpecular__SWIG_0", "D_vtkVolumeProperty_GetSpecular__SWIG_0")); mixin(bindCode("vtkVolumeProperty_GetSpecular__SWIG_1", "D_vtkVolumeProperty_GetSpecular__SWIG_1")); mixin(bindCode("vtkVolumeProperty_SetSpecularPower__SWIG_0", "D_vtkVolumeProperty_SetSpecularPower__SWIG_0")); mixin(bindCode("vtkVolumeProperty_SetSpecularPower__SWIG_1", "D_vtkVolumeProperty_SetSpecularPower__SWIG_1")); mixin(bindCode("vtkVolumeProperty_GetSpecularPower__SWIG_0", "D_vtkVolumeProperty_GetSpecularPower__SWIG_0")); mixin(bindCode("vtkVolumeProperty_GetSpecularPower__SWIG_1", "D_vtkVolumeProperty_GetSpecularPower__SWIG_1")); mixin(bindCode("vtkVolumeProperty_Upcast", "D_vtkVolumeProperty_Upcast")); mixin(bindCode("vtkDistanceRepresentation2D_New", "D_vtkDistanceRepresentation2D_New")); mixin(bindCode("vtkDistanceRepresentation2D_IsTypeOf", "D_vtkDistanceRepresentation2D_IsTypeOf")); mixin(bindCode("vtkDistanceRepresentation2D_SafeDownCast", "D_vtkDistanceRepresentation2D_SafeDownCast")); mixin(bindCode("vtkDistanceRepresentation2D_NewInstance", "D_vtkDistanceRepresentation2D_NewInstance")); mixin(bindCode("vtkDistanceRepresentation2D_GetPoint1WorldPosition__SWIG_0", "D_vtkDistanceRepresentation2D_GetPoint1WorldPosition__SWIG_0")); mixin(bindCode("vtkDistanceRepresentation2D_GetPoint2WorldPosition__SWIG_0", "D_vtkDistanceRepresentation2D_GetPoint2WorldPosition__SWIG_0")); mixin(bindCode("vtkDistanceRepresentation2D_GetPoint1WorldPosition__SWIG_1", "D_vtkDistanceRepresentation2D_GetPoint1WorldPosition__SWIG_1")); mixin(bindCode("vtkDistanceRepresentation2D_GetPoint2WorldPosition__SWIG_1", "D_vtkDistanceRepresentation2D_GetPoint2WorldPosition__SWIG_1")); mixin(bindCode("vtkDistanceRepresentation2D_GetAxis", "D_vtkDistanceRepresentation2D_GetAxis")); mixin(bindCode("vtkDistanceRepresentation2D_GetAxisProperty", "D_vtkDistanceRepresentation2D_GetAxisProperty")); mixin(bindCode("vtkDistanceRepresentation2D_Upcast", "D_vtkDistanceRepresentation2D_Upcast")); mixin(bindCode("vtkOpenGLContextBufferId_IsTypeOf", "D_vtkOpenGLContextBufferId_IsTypeOf")); mixin(bindCode("vtkOpenGLContextBufferId_SafeDownCast", "D_vtkOpenGLContextBufferId_SafeDownCast")); mixin(bindCode("vtkOpenGLContextBufferId_NewInstance", "D_vtkOpenGLContextBufferId_NewInstance")); mixin(bindCode("vtkOpenGLContextBufferId_New", "D_vtkOpenGLContextBufferId_New")); mixin(bindCode("vtkOpenGLContextBufferId_SetContext", "D_vtkOpenGLContextBufferId_SetContext")); mixin(bindCode("vtkOpenGLContextBufferId_GetContext", "D_vtkOpenGLContextBufferId_GetContext")); mixin(bindCode("vtkOpenGLContextBufferId_IsSupported", "D_vtkOpenGLContextBufferId_IsSupported")); mixin(bindCode("vtkOpenGLContextBufferId_Upcast", "D_vtkOpenGLContextBufferId_Upcast")); mixin(bindCode("vtkMetaImageReader_IsTypeOf", "D_vtkMetaImageReader_IsTypeOf")); mixin(bindCode("vtkMetaImageReader_SafeDownCast", "D_vtkMetaImageReader_SafeDownCast")); mixin(bindCode("vtkMetaImageReader_NewInstance", "D_vtkMetaImageReader_NewInstance")); mixin(bindCode("vtkMetaImageReader_New", "D_vtkMetaImageReader_New")); mixin(bindCode("vtkMetaImageReader_GetPixelSpacing", "D_vtkMetaImageReader_GetPixelSpacing")); mixin(bindCode("vtkMetaImageReader_GetWidth", "D_vtkMetaImageReader_GetWidth")); mixin(bindCode("vtkMetaImageReader_GetHeight", "D_vtkMetaImageReader_GetHeight")); mixin(bindCode("vtkMetaImageReader_GetImagePositionPatient", "D_vtkMetaImageReader_GetImagePositionPatient")); mixin(bindCode("vtkMetaImageReader_GetNumberOfComponents", "D_vtkMetaImageReader_GetNumberOfComponents")); mixin(bindCode("vtkMetaImageReader_GetPixelRepresentation", "D_vtkMetaImageReader_GetPixelRepresentation")); mixin(bindCode("vtkMetaImageReader_GetRescaleSlope", "D_vtkMetaImageReader_GetRescaleSlope")); mixin(bindCode("vtkMetaImageReader_GetRescaleOffset", "D_vtkMetaImageReader_GetRescaleOffset")); mixin(bindCode("vtkMetaImageReader_GetBitsAllocated", "D_vtkMetaImageReader_GetBitsAllocated")); mixin(bindCode("vtkMetaImageReader_GetDistanceUnits", "D_vtkMetaImageReader_GetDistanceUnits")); mixin(bindCode("vtkMetaImageReader_GetAnatomicalOrientation", "D_vtkMetaImageReader_GetAnatomicalOrientation")); mixin(bindCode("vtkMetaImageReader_GetGantryAngle", "D_vtkMetaImageReader_GetGantryAngle")); mixin(bindCode("vtkMetaImageReader_GetPatientName", "D_vtkMetaImageReader_GetPatientName")); mixin(bindCode("vtkMetaImageReader_GetPatientID", "D_vtkMetaImageReader_GetPatientID")); mixin(bindCode("vtkMetaImageReader_GetDate", "D_vtkMetaImageReader_GetDate")); mixin(bindCode("vtkMetaImageReader_GetSeries", "D_vtkMetaImageReader_GetSeries")); mixin(bindCode("vtkMetaImageReader_GetImageNumber", "D_vtkMetaImageReader_GetImageNumber")); mixin(bindCode("vtkMetaImageReader_GetModality", "D_vtkMetaImageReader_GetModality")); mixin(bindCode("vtkMetaImageReader_GetStudyID", "D_vtkMetaImageReader_GetStudyID")); mixin(bindCode("vtkMetaImageReader_GetStudyUID", "D_vtkMetaImageReader_GetStudyUID")); mixin(bindCode("vtkMetaImageReader_GetTransferSyntaxUID", "D_vtkMetaImageReader_GetTransferSyntaxUID")); mixin(bindCode("vtkMetaImageReader_Upcast", "D_vtkMetaImageReader_Upcast")); mixin(bindCode("vtkDistributedGraphHelper_IsTypeOf", "D_vtkDistributedGraphHelper_IsTypeOf")); mixin(bindCode("vtkDistributedGraphHelper_SafeDownCast", "D_vtkDistributedGraphHelper_SafeDownCast")); mixin(bindCode("vtkDistributedGraphHelper_NewInstance", "D_vtkDistributedGraphHelper_NewInstance")); mixin(bindCode("vtkDistributedGraphHelper_GetVertexOwner", "D_vtkDistributedGraphHelper_GetVertexOwner")); mixin(bindCode("vtkDistributedGraphHelper_GetVertexIndex", "D_vtkDistributedGraphHelper_GetVertexIndex")); mixin(bindCode("vtkDistributedGraphHelper_GetEdgeOwner", "D_vtkDistributedGraphHelper_GetEdgeOwner")); mixin(bindCode("vtkDistributedGraphHelper_GetEdgeIndex", "D_vtkDistributedGraphHelper_GetEdgeIndex")); mixin(bindCode("vtkDistributedGraphHelper_MakeDistributedId", "D_vtkDistributedGraphHelper_MakeDistributedId")); mixin(bindCode("vtkDistributedGraphHelper_GetVertexOwnerByPedigreeId", "D_vtkDistributedGraphHelper_GetVertexOwnerByPedigreeId")); mixin(bindCode("vtkDistributedGraphHelper_Synchronize", "D_vtkDistributedGraphHelper_Synchronize")); mixin(bindCode("vtkDistributedGraphHelper_Clone", "D_vtkDistributedGraphHelper_Clone")); mixin(bindCode("vtkDistributedGraphHelper_DISTRIBUTEDVERTEXIDS", "D_vtkDistributedGraphHelper_DISTRIBUTEDVERTEXIDS")); mixin(bindCode("vtkDistributedGraphHelper_DISTRIBUTEDEDGEIDS", "D_vtkDistributedGraphHelper_DISTRIBUTEDEDGEIDS")); mixin(bindCode("vtkDistributedGraphHelper_Upcast", "D_vtkDistributedGraphHelper_Upcast")); mixin(bindCode("vtkGL2PSUtilities_New", "D_vtkGL2PSUtilities_New")); mixin(bindCode("vtkGL2PSUtilities_IsTypeOf", "D_vtkGL2PSUtilities_IsTypeOf")); mixin(bindCode("vtkGL2PSUtilities_SafeDownCast", "D_vtkGL2PSUtilities_SafeDownCast")); mixin(bindCode("vtkGL2PSUtilities_NewInstance", "D_vtkGL2PSUtilities_NewInstance")); mixin(bindCode("vtkGL2PSUtilities_DrawString", "D_vtkGL2PSUtilities_DrawString")); mixin(bindCode("vtkGL2PSUtilities_TextPropertyToPSFontName", "D_vtkGL2PSUtilities_TextPropertyToPSFontName")); mixin(bindCode("vtkGL2PSUtilities_TextPropertyToGL2PSAlignment", "D_vtkGL2PSUtilities_TextPropertyToGL2PSAlignment")); mixin(bindCode("vtkGL2PSUtilities_GetRenderWindow", "D_vtkGL2PSUtilities_GetRenderWindow")); mixin(bindCode("vtkGL2PSUtilities_Draw3DPath", "D_vtkGL2PSUtilities_Draw3DPath")); mixin(bindCode("vtkGL2PSUtilities_DrawPath__SWIG_0", "D_vtkGL2PSUtilities_DrawPath__SWIG_0")); mixin(bindCode("vtkGL2PSUtilities_DrawPath__SWIG_1", "D_vtkGL2PSUtilities_DrawPath__SWIG_1")); mixin(bindCode("vtkGL2PSUtilities_DrawPath__SWIG_2", "D_vtkGL2PSUtilities_DrawPath__SWIG_2")); mixin(bindCode("vtkGL2PSUtilities_DrawPath__SWIG_3", "D_vtkGL2PSUtilities_DrawPath__SWIG_3")); mixin(bindCode("vtkGL2PSUtilities_GetTextAsPath", "D_vtkGL2PSUtilities_GetTextAsPath")); mixin(bindCode("vtkGL2PSUtilities_GetPointSizeFactor", "D_vtkGL2PSUtilities_GetPointSizeFactor")); mixin(bindCode("vtkGL2PSUtilities_GetLineWidthFactor", "D_vtkGL2PSUtilities_GetLineWidthFactor")); mixin(bindCode("vtkGL2PSUtilities_Upcast", "D_vtkGL2PSUtilities_Upcast")); mixin(bindCode("vtkGeoFileTerrainSource_New", "D_vtkGeoFileTerrainSource_New")); mixin(bindCode("vtkGeoFileTerrainSource_IsTypeOf", "D_vtkGeoFileTerrainSource_IsTypeOf")); mixin(bindCode("vtkGeoFileTerrainSource_SafeDownCast", "D_vtkGeoFileTerrainSource_SafeDownCast")); mixin(bindCode("vtkGeoFileTerrainSource_NewInstance", "D_vtkGeoFileTerrainSource_NewInstance")); mixin(bindCode("new_vtkGeoFileTerrainSource", "D_new_vtkGeoFileTerrainSource")); mixin(bindCode("delete_vtkGeoFileTerrainSource", "D_delete_vtkGeoFileTerrainSource")); mixin(bindCode("vtkGeoFileTerrainSource_SetPath", "D_vtkGeoFileTerrainSource_SetPath")); mixin(bindCode("vtkGeoFileTerrainSource_GetPath", "D_vtkGeoFileTerrainSource_GetPath")); mixin(bindCode("vtkGeoFileTerrainSource_Upcast", "D_vtkGeoFileTerrainSource_Upcast")); mixin(bindCode("vtkImageIdealHighPass_New", "D_vtkImageIdealHighPass_New")); mixin(bindCode("vtkImageIdealHighPass_IsTypeOf", "D_vtkImageIdealHighPass_IsTypeOf")); mixin(bindCode("vtkImageIdealHighPass_SafeDownCast", "D_vtkImageIdealHighPass_SafeDownCast")); mixin(bindCode("vtkImageIdealHighPass_NewInstance", "D_vtkImageIdealHighPass_NewInstance")); mixin(bindCode("vtkImageIdealHighPass_SetCutOff__SWIG_0", "D_vtkImageIdealHighPass_SetCutOff__SWIG_0")); mixin(bindCode("vtkImageIdealHighPass_SetCutOff__SWIG_1", "D_vtkImageIdealHighPass_SetCutOff__SWIG_1")); mixin(bindCode("vtkImageIdealHighPass_SetCutOff__SWIG_2", "D_vtkImageIdealHighPass_SetCutOff__SWIG_2")); mixin(bindCode("vtkImageIdealHighPass_SetXCutOff", "D_vtkImageIdealHighPass_SetXCutOff")); mixin(bindCode("vtkImageIdealHighPass_SetYCutOff", "D_vtkImageIdealHighPass_SetYCutOff")); mixin(bindCode("vtkImageIdealHighPass_SetZCutOff", "D_vtkImageIdealHighPass_SetZCutOff")); mixin(bindCode("vtkImageIdealHighPass_GetCutOff__SWIG_0", "D_vtkImageIdealHighPass_GetCutOff__SWIG_0")); mixin(bindCode("vtkImageIdealHighPass_GetCutOff__SWIG_1", "D_vtkImageIdealHighPass_GetCutOff__SWIG_1")); mixin(bindCode("vtkImageIdealHighPass_GetCutOff__SWIG_2", "D_vtkImageIdealHighPass_GetCutOff__SWIG_2")); mixin(bindCode("vtkImageIdealHighPass_GetXCutOff", "D_vtkImageIdealHighPass_GetXCutOff")); mixin(bindCode("vtkImageIdealHighPass_GetYCutOff", "D_vtkImageIdealHighPass_GetYCutOff")); mixin(bindCode("vtkImageIdealHighPass_GetZCutOff", "D_vtkImageIdealHighPass_GetZCutOff")); mixin(bindCode("vtkImageIdealHighPass_Upcast", "D_vtkImageIdealHighPass_Upcast")); mixin(bindCode("vtkMergePoints_New", "D_vtkMergePoints_New")); mixin(bindCode("vtkMergePoints_IsTypeOf", "D_vtkMergePoints_IsTypeOf")); mixin(bindCode("vtkMergePoints_SafeDownCast", "D_vtkMergePoints_SafeDownCast")); mixin(bindCode("vtkMergePoints_NewInstance", "D_vtkMergePoints_NewInstance")); mixin(bindCode("vtkMergePoints_IsInsertedPoint__SWIG_0", "D_vtkMergePoints_IsInsertedPoint__SWIG_0")); mixin(bindCode("vtkMergePoints_IsInsertedPoint__SWIG_1", "D_vtkMergePoints_IsInsertedPoint__SWIG_1")); mixin(bindCode("vtkMergePoints_Upcast", "D_vtkMergePoints_Upcast")); mixin(bindCode("vtkMergeFilter_New", "D_vtkMergeFilter_New")); mixin(bindCode("vtkMergeFilter_IsTypeOf", "D_vtkMergeFilter_IsTypeOf")); mixin(bindCode("vtkMergeFilter_SafeDownCast", "D_vtkMergeFilter_SafeDownCast")); mixin(bindCode("vtkMergeFilter_NewInstance", "D_vtkMergeFilter_NewInstance")); mixin(bindCode("vtkMergeFilter_SetGeometryInputData", "D_vtkMergeFilter_SetGeometryInputData")); mixin(bindCode("vtkMergeFilter_GetGeometry", "D_vtkMergeFilter_GetGeometry")); mixin(bindCode("vtkMergeFilter_SetGeometryConnection", "D_vtkMergeFilter_SetGeometryConnection")); mixin(bindCode("vtkMergeFilter_SetScalarsData", "D_vtkMergeFilter_SetScalarsData")); mixin(bindCode("vtkMergeFilter_GetScalars", "D_vtkMergeFilter_GetScalars")); mixin(bindCode("vtkMergeFilter_SetScalarsConnection", "D_vtkMergeFilter_SetScalarsConnection")); mixin(bindCode("vtkMergeFilter_SetVectorsData", "D_vtkMergeFilter_SetVectorsData")); mixin(bindCode("vtkMergeFilter_GetVectors", "D_vtkMergeFilter_GetVectors")); mixin(bindCode("vtkMergeFilter_SetVectorsConnection", "D_vtkMergeFilter_SetVectorsConnection")); mixin(bindCode("vtkMergeFilter_SetNormalsData", "D_vtkMergeFilter_SetNormalsData")); mixin(bindCode("vtkMergeFilter_GetNormals", "D_vtkMergeFilter_GetNormals")); mixin(bindCode("vtkMergeFilter_SetNormalsConnection", "D_vtkMergeFilter_SetNormalsConnection")); mixin(bindCode("vtkMergeFilter_SetTCoordsData", "D_vtkMergeFilter_SetTCoordsData")); mixin(bindCode("vtkMergeFilter_GetTCoords", "D_vtkMergeFilter_GetTCoords")); mixin(bindCode("vtkMergeFilter_SetTCoordsConnection", "D_vtkMergeFilter_SetTCoordsConnection")); mixin(bindCode("vtkMergeFilter_SetTensorsData", "D_vtkMergeFilter_SetTensorsData")); mixin(bindCode("vtkMergeFilter_GetTensors", "D_vtkMergeFilter_GetTensors")); mixin(bindCode("vtkMergeFilter_SetTensorsConnection", "D_vtkMergeFilter_SetTensorsConnection")); mixin(bindCode("vtkMergeFilter_AddField", "D_vtkMergeFilter_AddField")); mixin(bindCode("vtkMergeFilter_Upcast", "D_vtkMergeFilter_Upcast")); mixin(bindCode("vtkTemporalPathLineFilter_New", "D_vtkTemporalPathLineFilter_New")); mixin(bindCode("vtkTemporalPathLineFilter_IsTypeOf", "D_vtkTemporalPathLineFilter_IsTypeOf")); mixin(bindCode("vtkTemporalPathLineFilter_SafeDownCast", "D_vtkTemporalPathLineFilter_SafeDownCast")); mixin(bindCode("vtkTemporalPathLineFilter_NewInstance", "D_vtkTemporalPathLineFilter_NewInstance")); mixin(bindCode("vtkTemporalPathLineFilter_SetMaskPoints", "D_vtkTemporalPathLineFilter_SetMaskPoints")); mixin(bindCode("vtkTemporalPathLineFilter_GetMaskPoints", "D_vtkTemporalPathLineFilter_GetMaskPoints")); mixin(bindCode("vtkTemporalPathLineFilter_SetMaxTrackLength", "D_vtkTemporalPathLineFilter_SetMaxTrackLength")); mixin(bindCode("vtkTemporalPathLineFilter_GetMaxTrackLength", "D_vtkTemporalPathLineFilter_GetMaxTrackLength")); mixin(bindCode("vtkTemporalPathLineFilter_SetIdChannelArray", "D_vtkTemporalPathLineFilter_SetIdChannelArray")); mixin(bindCode("vtkTemporalPathLineFilter_GetIdChannelArray", "D_vtkTemporalPathLineFilter_GetIdChannelArray")); mixin(bindCode("vtkTemporalPathLineFilter_SetMaxStepDistance__SWIG_0", "D_vtkTemporalPathLineFilter_SetMaxStepDistance__SWIG_0")); mixin(bindCode("vtkTemporalPathLineFilter_SetMaxStepDistance__SWIG_1", "D_vtkTemporalPathLineFilter_SetMaxStepDistance__SWIG_1")); mixin(bindCode("vtkTemporalPathLineFilter_GetMaxStepDistance__SWIG_0", "D_vtkTemporalPathLineFilter_GetMaxStepDistance__SWIG_0")); mixin(bindCode("vtkTemporalPathLineFilter_GetMaxStepDistance__SWIG_1", "D_vtkTemporalPathLineFilter_GetMaxStepDistance__SWIG_1")); mixin(bindCode("vtkTemporalPathLineFilter_GetMaxStepDistance__SWIG_2", "D_vtkTemporalPathLineFilter_GetMaxStepDistance__SWIG_2")); mixin(bindCode("vtkTemporalPathLineFilter_SetKeepDeadTrails", "D_vtkTemporalPathLineFilter_SetKeepDeadTrails")); mixin(bindCode("vtkTemporalPathLineFilter_GetKeepDeadTrails", "D_vtkTemporalPathLineFilter_GetKeepDeadTrails")); mixin(bindCode("vtkTemporalPathLineFilter_Flush", "D_vtkTemporalPathLineFilter_Flush")); mixin(bindCode("vtkTemporalPathLineFilter_SetSelectionConnection", "D_vtkTemporalPathLineFilter_SetSelectionConnection")); mixin(bindCode("vtkTemporalPathLineFilter_SetSelectionData", "D_vtkTemporalPathLineFilter_SetSelectionData")); mixin(bindCode("vtkTemporalPathLineFilter_Upcast", "D_vtkTemporalPathLineFilter_Upcast")); mixin(bindCode("vtkMultiThreshold_IsTypeOf", "D_vtkMultiThreshold_IsTypeOf")); mixin(bindCode("vtkMultiThreshold_SafeDownCast", "D_vtkMultiThreshold_SafeDownCast")); mixin(bindCode("vtkMultiThreshold_NewInstance", "D_vtkMultiThreshold_NewInstance")); mixin(bindCode("vtkMultiThreshold_New", "D_vtkMultiThreshold_New")); mixin(bindCode("vtkMultiThreshold_AddIntervalSet__SWIG_0", "D_vtkMultiThreshold_AddIntervalSet__SWIG_0")); mixin(bindCode("vtkMultiThreshold_AddIntervalSet__SWIG_1", "D_vtkMultiThreshold_AddIntervalSet__SWIG_1")); mixin(bindCode("vtkMultiThreshold_AddLowpassIntervalSet", "D_vtkMultiThreshold_AddLowpassIntervalSet")); mixin(bindCode("vtkMultiThreshold_AddHighpassIntervalSet", "D_vtkMultiThreshold_AddHighpassIntervalSet")); mixin(bindCode("vtkMultiThreshold_AddBandpassIntervalSet", "D_vtkMultiThreshold_AddBandpassIntervalSet")); mixin(bindCode("vtkMultiThreshold_AddNotchIntervalSet", "D_vtkMultiThreshold_AddNotchIntervalSet")); mixin(bindCode("vtkMultiThreshold_AddBooleanSet", "D_vtkMultiThreshold_AddBooleanSet")); mixin(bindCode("vtkMultiThreshold_OutputSet", "D_vtkMultiThreshold_OutputSet")); mixin(bindCode("vtkMultiThreshold_Reset", "D_vtkMultiThreshold_Reset")); mixin(bindCode("vtkMultiThreshold_Upcast", "D_vtkMultiThreshold_Upcast")); mixin(bindCode("vtkGenericInterpolatedVelocityField_IsTypeOf", "D_vtkGenericInterpolatedVelocityField_IsTypeOf")); mixin(bindCode("vtkGenericInterpolatedVelocityField_SafeDownCast", "D_vtkGenericInterpolatedVelocityField_SafeDownCast")); mixin(bindCode("vtkGenericInterpolatedVelocityField_NewInstance", "D_vtkGenericInterpolatedVelocityField_NewInstance")); mixin(bindCode("vtkGenericInterpolatedVelocityField_New", "D_vtkGenericInterpolatedVelocityField_New")); mixin(bindCode("vtkGenericInterpolatedVelocityField_AddDataSet", "D_vtkGenericInterpolatedVelocityField_AddDataSet")); mixin(bindCode("vtkGenericInterpolatedVelocityField_ClearLastCell", "D_vtkGenericInterpolatedVelocityField_ClearLastCell")); mixin(bindCode("vtkGenericInterpolatedVelocityField_GetLastCell", "D_vtkGenericInterpolatedVelocityField_GetLastCell")); mixin(bindCode("vtkGenericInterpolatedVelocityField_GetLastLocalCoordinates", "D_vtkGenericInterpolatedVelocityField_GetLastLocalCoordinates")); mixin(bindCode("vtkGenericInterpolatedVelocityField_GetCaching", "D_vtkGenericInterpolatedVelocityField_GetCaching")); mixin(bindCode("vtkGenericInterpolatedVelocityField_SetCaching", "D_vtkGenericInterpolatedVelocityField_SetCaching")); mixin(bindCode("vtkGenericInterpolatedVelocityField_CachingOn", "D_vtkGenericInterpolatedVelocityField_CachingOn")); mixin(bindCode("vtkGenericInterpolatedVelocityField_CachingOff", "D_vtkGenericInterpolatedVelocityField_CachingOff")); mixin(bindCode("vtkGenericInterpolatedVelocityField_GetCacheHit", "D_vtkGenericInterpolatedVelocityField_GetCacheHit")); mixin(bindCode("vtkGenericInterpolatedVelocityField_GetCacheMiss", "D_vtkGenericInterpolatedVelocityField_GetCacheMiss")); mixin(bindCode("vtkGenericInterpolatedVelocityField_GetVectorsSelection", "D_vtkGenericInterpolatedVelocityField_GetVectorsSelection")); mixin(bindCode("vtkGenericInterpolatedVelocityField_SelectVectors", "D_vtkGenericInterpolatedVelocityField_SelectVectors")); mixin(bindCode("vtkGenericInterpolatedVelocityField_GetLastDataSet", "D_vtkGenericInterpolatedVelocityField_GetLastDataSet")); mixin(bindCode("vtkGenericInterpolatedVelocityField_CopyParameters", "D_vtkGenericInterpolatedVelocityField_CopyParameters")); mixin(bindCode("vtkGenericInterpolatedVelocityField_Upcast", "D_vtkGenericInterpolatedVelocityField_Upcast")); mixin(bindCode("vtkEllipsoidTensorProbeRepresentation_New", "D_vtkEllipsoidTensorProbeRepresentation_New")); mixin(bindCode("vtkEllipsoidTensorProbeRepresentation_IsTypeOf", "D_vtkEllipsoidTensorProbeRepresentation_IsTypeOf")); mixin(bindCode("vtkEllipsoidTensorProbeRepresentation_SafeDownCast", "D_vtkEllipsoidTensorProbeRepresentation_SafeDownCast")); mixin(bindCode("vtkEllipsoidTensorProbeRepresentation_NewInstance", "D_vtkEllipsoidTensorProbeRepresentation_NewInstance")); mixin(bindCode("vtkEllipsoidTensorProbeRepresentation_Upcast", "D_vtkEllipsoidTensorProbeRepresentation_Upcast")); mixin(bindCode("vtkVoxelModeller_IsTypeOf", "D_vtkVoxelModeller_IsTypeOf")); mixin(bindCode("vtkVoxelModeller_SafeDownCast", "D_vtkVoxelModeller_SafeDownCast")); mixin(bindCode("vtkVoxelModeller_NewInstance", "D_vtkVoxelModeller_NewInstance")); mixin(bindCode("vtkVoxelModeller_New", "D_vtkVoxelModeller_New")); mixin(bindCode("vtkVoxelModeller_ComputeModelBounds", "D_vtkVoxelModeller_ComputeModelBounds")); mixin(bindCode("vtkVoxelModeller_SetSampleDimensions__SWIG_0", "D_vtkVoxelModeller_SetSampleDimensions__SWIG_0")); mixin(bindCode("vtkVoxelModeller_SetSampleDimensions__SWIG_1", "D_vtkVoxelModeller_SetSampleDimensions__SWIG_1")); mixin(bindCode("vtkVoxelModeller_GetSampleDimensions__SWIG_0", "D_vtkVoxelModeller_GetSampleDimensions__SWIG_0")); mixin(bindCode("vtkVoxelModeller_GetSampleDimensions__SWIG_1", "D_vtkVoxelModeller_GetSampleDimensions__SWIG_1")); mixin(bindCode("vtkVoxelModeller_SetMaximumDistance", "D_vtkVoxelModeller_SetMaximumDistance")); mixin(bindCode("vtkVoxelModeller_GetMaximumDistanceMinValue", "D_vtkVoxelModeller_GetMaximumDistanceMinValue")); mixin(bindCode("vtkVoxelModeller_GetMaximumDistanceMaxValue", "D_vtkVoxelModeller_GetMaximumDistanceMaxValue")); mixin(bindCode("vtkVoxelModeller_GetMaximumDistance", "D_vtkVoxelModeller_GetMaximumDistance")); mixin(bindCode("vtkVoxelModeller_SetModelBounds__SWIG_0", "D_vtkVoxelModeller_SetModelBounds__SWIG_0")); mixin(bindCode("vtkVoxelModeller_SetModelBounds__SWIG_1", "D_vtkVoxelModeller_SetModelBounds__SWIG_1")); mixin(bindCode("vtkVoxelModeller_GetModelBounds__SWIG_0", "D_vtkVoxelModeller_GetModelBounds__SWIG_0")); mixin(bindCode("vtkVoxelModeller_GetModelBounds__SWIG_1", "D_vtkVoxelModeller_GetModelBounds__SWIG_1")); mixin(bindCode("vtkVoxelModeller_SetScalarType", "D_vtkVoxelModeller_SetScalarType")); mixin(bindCode("vtkVoxelModeller_SetScalarTypeToFloat", "D_vtkVoxelModeller_SetScalarTypeToFloat")); mixin(bindCode("vtkVoxelModeller_SetScalarTypeToDouble", "D_vtkVoxelModeller_SetScalarTypeToDouble")); mixin(bindCode("vtkVoxelModeller_SetScalarTypeToInt", "D_vtkVoxelModeller_SetScalarTypeToInt")); mixin(bindCode("vtkVoxelModeller_SetScalarTypeToUnsignedInt", "D_vtkVoxelModeller_SetScalarTypeToUnsignedInt")); mixin(bindCode("vtkVoxelModeller_SetScalarTypeToLong", "D_vtkVoxelModeller_SetScalarTypeToLong")); mixin(bindCode("vtkVoxelModeller_SetScalarTypeToUnsignedLong", "D_vtkVoxelModeller_SetScalarTypeToUnsignedLong")); mixin(bindCode("vtkVoxelModeller_SetScalarTypeToShort", "D_vtkVoxelModeller_SetScalarTypeToShort")); mixin(bindCode("vtkVoxelModeller_SetScalarTypeToUnsignedShort", "D_vtkVoxelModeller_SetScalarTypeToUnsignedShort")); mixin(bindCode("vtkVoxelModeller_SetScalarTypeToUnsignedChar", "D_vtkVoxelModeller_SetScalarTypeToUnsignedChar")); mixin(bindCode("vtkVoxelModeller_SetScalarTypeToChar", "D_vtkVoxelModeller_SetScalarTypeToChar")); mixin(bindCode("vtkVoxelModeller_SetScalarTypeToBit", "D_vtkVoxelModeller_SetScalarTypeToBit")); mixin(bindCode("vtkVoxelModeller_GetScalarType", "D_vtkVoxelModeller_GetScalarType")); mixin(bindCode("vtkVoxelModeller_SetForegroundValue", "D_vtkVoxelModeller_SetForegroundValue")); mixin(bindCode("vtkVoxelModeller_GetForegroundValue", "D_vtkVoxelModeller_GetForegroundValue")); mixin(bindCode("vtkVoxelModeller_SetBackgroundValue", "D_vtkVoxelModeller_SetBackgroundValue")); mixin(bindCode("vtkVoxelModeller_GetBackgroundValue", "D_vtkVoxelModeller_GetBackgroundValue")); mixin(bindCode("vtkVoxelModeller_Upcast", "D_vtkVoxelModeller_Upcast")); mixin(bindCode("vtkInformationIntegerKey_IsTypeOf", "D_vtkInformationIntegerKey_IsTypeOf")); mixin(bindCode("vtkInformationIntegerKey_SafeDownCast", "D_vtkInformationIntegerKey_SafeDownCast")); mixin(bindCode("vtkInformationIntegerKey_NewInstance", "D_vtkInformationIntegerKey_NewInstance")); mixin(bindCode("new_vtkInformationIntegerKey", "D_new_vtkInformationIntegerKey")); mixin(bindCode("delete_vtkInformationIntegerKey", "D_delete_vtkInformationIntegerKey")); mixin(bindCode("vtkInformationIntegerKey_Set", "D_vtkInformationIntegerKey_Set")); mixin(bindCode("vtkInformationIntegerKey_Get", "D_vtkInformationIntegerKey_Get")); mixin(bindCode("vtkInformationIntegerKey_Upcast", "D_vtkInformationIntegerKey_Upcast")); mixin(bindCode("vtkTemporalDataSetCache_New", "D_vtkTemporalDataSetCache_New")); mixin(bindCode("vtkTemporalDataSetCache_IsTypeOf", "D_vtkTemporalDataSetCache_IsTypeOf")); mixin(bindCode("vtkTemporalDataSetCache_SafeDownCast", "D_vtkTemporalDataSetCache_SafeDownCast")); mixin(bindCode("vtkTemporalDataSetCache_NewInstance", "D_vtkTemporalDataSetCache_NewInstance")); mixin(bindCode("vtkTemporalDataSetCache_SetCacheSize", "D_vtkTemporalDataSetCache_SetCacheSize")); mixin(bindCode("vtkTemporalDataSetCache_GetCacheSize", "D_vtkTemporalDataSetCache_GetCacheSize")); mixin(bindCode("vtkTemporalDataSetCache_Upcast", "D_vtkTemporalDataSetCache_Upcast")); mixin(bindCode("vtkImageCheckerboard_New", "D_vtkImageCheckerboard_New")); mixin(bindCode("vtkImageCheckerboard_IsTypeOf", "D_vtkImageCheckerboard_IsTypeOf")); mixin(bindCode("vtkImageCheckerboard_SafeDownCast", "D_vtkImageCheckerboard_SafeDownCast")); mixin(bindCode("vtkImageCheckerboard_NewInstance", "D_vtkImageCheckerboard_NewInstance")); mixin(bindCode("vtkImageCheckerboard_SetNumberOfDivisions__SWIG_0", "D_vtkImageCheckerboard_SetNumberOfDivisions__SWIG_0")); mixin(bindCode("vtkImageCheckerboard_SetNumberOfDivisions__SWIG_1", "D_vtkImageCheckerboard_SetNumberOfDivisions__SWIG_1")); mixin(bindCode("vtkImageCheckerboard_GetNumberOfDivisions__SWIG_0", "D_vtkImageCheckerboard_GetNumberOfDivisions__SWIG_0")); mixin(bindCode("vtkImageCheckerboard_GetNumberOfDivisions__SWIG_1", "D_vtkImageCheckerboard_GetNumberOfDivisions__SWIG_1")); mixin(bindCode("vtkImageCheckerboard_SetInput1Data", "D_vtkImageCheckerboard_SetInput1Data")); mixin(bindCode("vtkImageCheckerboard_SetInput2Data", "D_vtkImageCheckerboard_SetInput2Data")); mixin(bindCode("vtkImageCheckerboard_Upcast", "D_vtkImageCheckerboard_Upcast")); mixin(bindCode("vtkImageConvolve_New", "D_vtkImageConvolve_New")); mixin(bindCode("vtkImageConvolve_IsTypeOf", "D_vtkImageConvolve_IsTypeOf")); mixin(bindCode("vtkImageConvolve_SafeDownCast", "D_vtkImageConvolve_SafeDownCast")); mixin(bindCode("vtkImageConvolve_NewInstance", "D_vtkImageConvolve_NewInstance")); mixin(bindCode("vtkImageConvolve_GetKernelSize__SWIG_0", "D_vtkImageConvolve_GetKernelSize__SWIG_0")); mixin(bindCode("vtkImageConvolve_GetKernelSize__SWIG_1", "D_vtkImageConvolve_GetKernelSize__SWIG_1")); mixin(bindCode("vtkImageConvolve_GetKernelSize__SWIG_2", "D_vtkImageConvolve_GetKernelSize__SWIG_2")); mixin(bindCode("vtkImageConvolve_SetKernel3x3", "D_vtkImageConvolve_SetKernel3x3")); mixin(bindCode("vtkImageConvolve_SetKernel5x5", "D_vtkImageConvolve_SetKernel5x5")); mixin(bindCode("vtkImageConvolve_GetKernel3x3__SWIG_0", "D_vtkImageConvolve_GetKernel3x3__SWIG_0")); mixin(bindCode("vtkImageConvolve_GetKernel3x3__SWIG_1", "D_vtkImageConvolve_GetKernel3x3__SWIG_1")); mixin(bindCode("vtkImageConvolve_GetKernel5x5__SWIG_0", "D_vtkImageConvolve_GetKernel5x5__SWIG_0")); mixin(bindCode("vtkImageConvolve_GetKernel5x5__SWIG_1", "D_vtkImageConvolve_GetKernel5x5__SWIG_1")); mixin(bindCode("vtkImageConvolve_SetKernel3x3x3", "D_vtkImageConvolve_SetKernel3x3x3")); mixin(bindCode("vtkImageConvolve_GetKernel3x3x3__SWIG_0", "D_vtkImageConvolve_GetKernel3x3x3__SWIG_0")); mixin(bindCode("vtkImageConvolve_GetKernel3x3x3__SWIG_1", "D_vtkImageConvolve_GetKernel3x3x3__SWIG_1")); mixin(bindCode("vtkImageConvolve_Upcast", "D_vtkImageConvolve_Upcast")); mixin(bindCode("VTK_DATA_OBJECT_FIELD_get", "D_VTK_DATA_OBJECT_FIELD_get")); mixin(bindCode("VTK_POINT_DATA_FIELD_get", "D_VTK_POINT_DATA_FIELD_get")); mixin(bindCode("VTK_CELL_DATA_FIELD_get", "D_VTK_CELL_DATA_FIELD_get")); mixin(bindCode("VTK_CELL_DATA_get", "D_VTK_CELL_DATA_get")); mixin(bindCode("VTK_POINT_DATA_get", "D_VTK_POINT_DATA_get")); mixin(bindCode("vtkFieldDataToAttributeDataFilter_IsTypeOf", "D_vtkFieldDataToAttributeDataFilter_IsTypeOf")); mixin(bindCode("vtkFieldDataToAttributeDataFilter_SafeDownCast", "D_vtkFieldDataToAttributeDataFilter_SafeDownCast")); mixin(bindCode("vtkFieldDataToAttributeDataFilter_NewInstance", "D_vtkFieldDataToAttributeDataFilter_NewInstance")); mixin(bindCode("vtkFieldDataToAttributeDataFilter_New", "D_vtkFieldDataToAttributeDataFilter_New")); mixin(bindCode("vtkFieldDataToAttributeDataFilter_SetInputField", "D_vtkFieldDataToAttributeDataFilter_SetInputField")); mixin(bindCode("vtkFieldDataToAttributeDataFilter_GetInputField", "D_vtkFieldDataToAttributeDataFilter_GetInputField")); mixin(bindCode("vtkFieldDataToAttributeDataFilter_SetInputFieldToDataObjectField", "D_vtkFieldDataToAttributeDataFilter_SetInputFieldToDataObjectField")); mixin(bindCode("vtkFieldDataToAttributeDataFilter_SetInputFieldToPointDataField", "D_vtkFieldDataToAttributeDataFilter_SetInputFieldToPointDataField")); mixin(bindCode("vtkFieldDataToAttributeDataFilter_SetInputFieldToCellDataField", "D_vtkFieldDataToAttributeDataFilter_SetInputFieldToCellDataField")); mixin(bindCode("vtkFieldDataToAttributeDataFilter_SetOutputAttributeData", "D_vtkFieldDataToAttributeDataFilter_SetOutputAttributeData")); mixin(bindCode("vtkFieldDataToAttributeDataFilter_GetOutputAttributeData", "D_vtkFieldDataToAttributeDataFilter_GetOutputAttributeData")); mixin(bindCode("vtkFieldDataToAttributeDataFilter_SetOutputAttributeDataToCellData", "D_vtkFieldDataToAttributeDataFilter_SetOutputAttributeDataToCellData")); mixin(bindCode("vtkFieldDataToAttributeDataFilter_SetOutputAttributeDataToPointData", "D_vtkFieldDataToAttributeDataFilter_SetOutputAttributeDataToPointData")); mixin(bindCode("vtkFieldDataToAttributeDataFilter_SetScalarComponent__SWIG_0", "D_vtkFieldDataToAttributeDataFilter_SetScalarComponent__SWIG_0")); mixin(bindCode("vtkFieldDataToAttributeDataFilter_SetScalarComponent__SWIG_1", "D_vtkFieldDataToAttributeDataFilter_SetScalarComponent__SWIG_1")); mixin(bindCode("vtkFieldDataToAttributeDataFilter_GetScalarComponentArrayName", "D_vtkFieldDataToAttributeDataFilter_GetScalarComponentArrayName")); mixin(bindCode("vtkFieldDataToAttributeDataFilter_GetScalarComponentArrayComponent", "D_vtkFieldDataToAttributeDataFilter_GetScalarComponentArrayComponent")); mixin(bindCode("vtkFieldDataToAttributeDataFilter_GetScalarComponentMinRange", "D_vtkFieldDataToAttributeDataFilter_GetScalarComponentMinRange")); mixin(bindCode("vtkFieldDataToAttributeDataFilter_GetScalarComponentMaxRange", "D_vtkFieldDataToAttributeDataFilter_GetScalarComponentMaxRange")); mixin(bindCode("vtkFieldDataToAttributeDataFilter_GetScalarComponentNormalizeFlag", "D_vtkFieldDataToAttributeDataFilter_GetScalarComponentNormalizeFlag")); mixin(bindCode("vtkFieldDataToAttributeDataFilter_SetVectorComponent__SWIG_0", "D_vtkFieldDataToAttributeDataFilter_SetVectorComponent__SWIG_0")); mixin(bindCode("vtkFieldDataToAttributeDataFilter_SetVectorComponent__SWIG_1", "D_vtkFieldDataToAttributeDataFilter_SetVectorComponent__SWIG_1")); mixin(bindCode("vtkFieldDataToAttributeDataFilter_GetVectorComponentArrayName", "D_vtkFieldDataToAttributeDataFilter_GetVectorComponentArrayName")); mixin(bindCode("vtkFieldDataToAttributeDataFilter_GetVectorComponentArrayComponent", "D_vtkFieldDataToAttributeDataFilter_GetVectorComponentArrayComponent")); mixin(bindCode("vtkFieldDataToAttributeDataFilter_GetVectorComponentMinRange", "D_vtkFieldDataToAttributeDataFilter_GetVectorComponentMinRange")); mixin(bindCode("vtkFieldDataToAttributeDataFilter_GetVectorComponentMaxRange", "D_vtkFieldDataToAttributeDataFilter_GetVectorComponentMaxRange")); mixin(bindCode("vtkFieldDataToAttributeDataFilter_GetVectorComponentNormalizeFlag", "D_vtkFieldDataToAttributeDataFilter_GetVectorComponentNormalizeFlag")); mixin(bindCode("vtkFieldDataToAttributeDataFilter_SetNormalComponent__SWIG_0", "D_vtkFieldDataToAttributeDataFilter_SetNormalComponent__SWIG_0")); mixin(bindCode("vtkFieldDataToAttributeDataFilter_SetNormalComponent__SWIG_1", "D_vtkFieldDataToAttributeDataFilter_SetNormalComponent__SWIG_1")); mixin(bindCode("vtkFieldDataToAttributeDataFilter_GetNormalComponentArrayName", "D_vtkFieldDataToAttributeDataFilter_GetNormalComponentArrayName")); mixin(bindCode("vtkFieldDataToAttributeDataFilter_GetNormalComponentArrayComponent", "D_vtkFieldDataToAttributeDataFilter_GetNormalComponentArrayComponent")); mixin(bindCode("vtkFieldDataToAttributeDataFilter_GetNormalComponentMinRange", "D_vtkFieldDataToAttributeDataFilter_GetNormalComponentMinRange")); mixin(bindCode("vtkFieldDataToAttributeDataFilter_GetNormalComponentMaxRange", "D_vtkFieldDataToAttributeDataFilter_GetNormalComponentMaxRange")); mixin(bindCode("vtkFieldDataToAttributeDataFilter_GetNormalComponentNormalizeFlag", "D_vtkFieldDataToAttributeDataFilter_GetNormalComponentNormalizeFlag")); mixin(bindCode("vtkFieldDataToAttributeDataFilter_SetTensorComponent__SWIG_0", "D_vtkFieldDataToAttributeDataFilter_SetTensorComponent__SWIG_0")); mixin(bindCode("vtkFieldDataToAttributeDataFilter_SetTensorComponent__SWIG_1", "D_vtkFieldDataToAttributeDataFilter_SetTensorComponent__SWIG_1")); mixin(bindCode("vtkFieldDataToAttributeDataFilter_GetTensorComponentArrayName", "D_vtkFieldDataToAttributeDataFilter_GetTensorComponentArrayName")); mixin(bindCode("vtkFieldDataToAttributeDataFilter_GetTensorComponentArrayComponent", "D_vtkFieldDataToAttributeDataFilter_GetTensorComponentArrayComponent")); mixin(bindCode("vtkFieldDataToAttributeDataFilter_GetTensorComponentMinRange", "D_vtkFieldDataToAttributeDataFilter_GetTensorComponentMinRange")); mixin(bindCode("vtkFieldDataToAttributeDataFilter_GetTensorComponentMaxRange", "D_vtkFieldDataToAttributeDataFilter_GetTensorComponentMaxRange")); mixin(bindCode("vtkFieldDataToAttributeDataFilter_GetTensorComponentNormalizeFlag", "D_vtkFieldDataToAttributeDataFilter_GetTensorComponentNormalizeFlag")); mixin(bindCode("vtkFieldDataToAttributeDataFilter_SetTCoordComponent__SWIG_0", "D_vtkFieldDataToAttributeDataFilter_SetTCoordComponent__SWIG_0")); mixin(bindCode("vtkFieldDataToAttributeDataFilter_SetTCoordComponent__SWIG_1", "D_vtkFieldDataToAttributeDataFilter_SetTCoordComponent__SWIG_1")); mixin(bindCode("vtkFieldDataToAttributeDataFilter_GetTCoordComponentArrayName", "D_vtkFieldDataToAttributeDataFilter_GetTCoordComponentArrayName")); mixin(bindCode("vtkFieldDataToAttributeDataFilter_GetTCoordComponentArrayComponent", "D_vtkFieldDataToAttributeDataFilter_GetTCoordComponentArrayComponent")); mixin(bindCode("vtkFieldDataToAttributeDataFilter_GetTCoordComponentMinRange", "D_vtkFieldDataToAttributeDataFilter_GetTCoordComponentMinRange")); mixin(bindCode("vtkFieldDataToAttributeDataFilter_GetTCoordComponentMaxRange", "D_vtkFieldDataToAttributeDataFilter_GetTCoordComponentMaxRange")); mixin(bindCode("vtkFieldDataToAttributeDataFilter_GetTCoordComponentNormalizeFlag", "D_vtkFieldDataToAttributeDataFilter_GetTCoordComponentNormalizeFlag")); mixin(bindCode("vtkFieldDataToAttributeDataFilter_SetDefaultNormalize", "D_vtkFieldDataToAttributeDataFilter_SetDefaultNormalize")); mixin(bindCode("vtkFieldDataToAttributeDataFilter_GetDefaultNormalize", "D_vtkFieldDataToAttributeDataFilter_GetDefaultNormalize")); mixin(bindCode("vtkFieldDataToAttributeDataFilter_DefaultNormalizeOn", "D_vtkFieldDataToAttributeDataFilter_DefaultNormalizeOn")); mixin(bindCode("vtkFieldDataToAttributeDataFilter_DefaultNormalizeOff", "D_vtkFieldDataToAttributeDataFilter_DefaultNormalizeOff")); mixin(bindCode("vtkFieldDataToAttributeDataFilter_GetComponentsType", "D_vtkFieldDataToAttributeDataFilter_GetComponentsType")); mixin(bindCode("vtkFieldDataToAttributeDataFilter_ConstructArray", "D_vtkFieldDataToAttributeDataFilter_ConstructArray")); mixin(bindCode("vtkFieldDataToAttributeDataFilter_GetFieldArray", "D_vtkFieldDataToAttributeDataFilter_GetFieldArray")); mixin(bindCode("vtkFieldDataToAttributeDataFilter_SetArrayName", "D_vtkFieldDataToAttributeDataFilter_SetArrayName")); mixin(bindCode("vtkFieldDataToAttributeDataFilter_RequestUpdateExtent", "D_vtkFieldDataToAttributeDataFilter_RequestUpdateExtent")); mixin(bindCode("vtkFieldDataToAttributeDataFilter_Upcast", "D_vtkFieldDataToAttributeDataFilter_Upcast")); mixin(bindCode("vtkGeoTreeNodeCache_New", "D_vtkGeoTreeNodeCache_New")); mixin(bindCode("vtkGeoTreeNodeCache_IsTypeOf", "D_vtkGeoTreeNodeCache_IsTypeOf")); mixin(bindCode("vtkGeoTreeNodeCache_SafeDownCast", "D_vtkGeoTreeNodeCache_SafeDownCast")); mixin(bindCode("vtkGeoTreeNodeCache_NewInstance", "D_vtkGeoTreeNodeCache_NewInstance")); mixin(bindCode("vtkGeoTreeNodeCache_SetCacheMaximumLimit", "D_vtkGeoTreeNodeCache_SetCacheMaximumLimit")); mixin(bindCode("vtkGeoTreeNodeCache_GetCacheMaximumLimit", "D_vtkGeoTreeNodeCache_GetCacheMaximumLimit")); mixin(bindCode("vtkGeoTreeNodeCache_SetCacheMinimumLimit", "D_vtkGeoTreeNodeCache_SetCacheMinimumLimit")); mixin(bindCode("vtkGeoTreeNodeCache_GetCacheMinimumLimit", "D_vtkGeoTreeNodeCache_GetCacheMinimumLimit")); mixin(bindCode("vtkGeoTreeNodeCache_SendToFront", "D_vtkGeoTreeNodeCache_SendToFront")); mixin(bindCode("vtkGeoTreeNodeCache_RemoveNode", "D_vtkGeoTreeNodeCache_RemoveNode")); mixin(bindCode("vtkGeoTreeNodeCache_GetSize", "D_vtkGeoTreeNodeCache_GetSize")); mixin(bindCode("vtkGeoTreeNodeCache_Upcast", "D_vtkGeoTreeNodeCache_Upcast")); mixin(bindCode("vtkMutableUndirectedGraph_New", "D_vtkMutableUndirectedGraph_New")); mixin(bindCode("vtkMutableUndirectedGraph_IsTypeOf", "D_vtkMutableUndirectedGraph_IsTypeOf")); mixin(bindCode("vtkMutableUndirectedGraph_SafeDownCast", "D_vtkMutableUndirectedGraph_SafeDownCast")); mixin(bindCode("vtkMutableUndirectedGraph_NewInstance", "D_vtkMutableUndirectedGraph_NewInstance")); mixin(bindCode("vtkMutableUndirectedGraph_SetNumberOfVertices", "D_vtkMutableUndirectedGraph_SetNumberOfVertices")); mixin(bindCode("vtkMutableUndirectedGraph_AddVertex__SWIG_0", "D_vtkMutableUndirectedGraph_AddVertex__SWIG_0")); mixin(bindCode("vtkMutableUndirectedGraph_AddVertex__SWIG_1", "D_vtkMutableUndirectedGraph_AddVertex__SWIG_1")); mixin(bindCode("vtkMutableUndirectedGraph_AddVertex__SWIG_2", "D_vtkMutableUndirectedGraph_AddVertex__SWIG_2")); mixin(bindCode("vtkMutableUndirectedGraph_LazyAddVertex__SWIG_0", "D_vtkMutableUndirectedGraph_LazyAddVertex__SWIG_0")); mixin(bindCode("vtkMutableUndirectedGraph_LazyAddVertex__SWIG_1", "D_vtkMutableUndirectedGraph_LazyAddVertex__SWIG_1")); mixin(bindCode("vtkMutableUndirectedGraph_LazyAddVertex__SWIG_2", "D_vtkMutableUndirectedGraph_LazyAddVertex__SWIG_2")); mixin(bindCode("vtkMutableUndirectedGraph_LazyAddEdge__SWIG_0", "D_vtkMutableUndirectedGraph_LazyAddEdge__SWIG_0")); mixin(bindCode("vtkMutableUndirectedGraph_LazyAddEdge__SWIG_1", "D_vtkMutableUndirectedGraph_LazyAddEdge__SWIG_1")); mixin(bindCode("vtkMutableUndirectedGraph_LazyAddEdge__SWIG_2", "D_vtkMutableUndirectedGraph_LazyAddEdge__SWIG_2")); mixin(bindCode("vtkMutableUndirectedGraph_LazyAddEdge__SWIG_3", "D_vtkMutableUndirectedGraph_LazyAddEdge__SWIG_3")); mixin(bindCode("vtkMutableUndirectedGraph_LazyAddEdge__SWIG_4", "D_vtkMutableUndirectedGraph_LazyAddEdge__SWIG_4")); mixin(bindCode("vtkMutableUndirectedGraph_LazyAddEdge__SWIG_5", "D_vtkMutableUndirectedGraph_LazyAddEdge__SWIG_5")); mixin(bindCode("vtkMutableUndirectedGraph_LazyAddEdge__SWIG_6", "D_vtkMutableUndirectedGraph_LazyAddEdge__SWIG_6")); mixin(bindCode("vtkMutableUndirectedGraph_LazyAddEdge__SWIG_7", "D_vtkMutableUndirectedGraph_LazyAddEdge__SWIG_7")); mixin(bindCode("vtkMutableUndirectedGraph_AddGraphEdge", "D_vtkMutableUndirectedGraph_AddGraphEdge")); mixin(bindCode("vtkMutableUndirectedGraph_RemoveVertex", "D_vtkMutableUndirectedGraph_RemoveVertex")); mixin(bindCode("vtkMutableUndirectedGraph_RemoveEdge", "D_vtkMutableUndirectedGraph_RemoveEdge")); mixin(bindCode("vtkMutableUndirectedGraph_RemoveVertices", "D_vtkMutableUndirectedGraph_RemoveVertices")); mixin(bindCode("vtkMutableUndirectedGraph_RemoveEdges", "D_vtkMutableUndirectedGraph_RemoveEdges")); mixin(bindCode("vtkMutableUndirectedGraph_Upcast", "D_vtkMutableUndirectedGraph_Upcast")); mixin(bindCode("vtkEmptyRepresentation_New", "D_vtkEmptyRepresentation_New")); mixin(bindCode("vtkEmptyRepresentation_IsTypeOf", "D_vtkEmptyRepresentation_IsTypeOf")); mixin(bindCode("vtkEmptyRepresentation_SafeDownCast", "D_vtkEmptyRepresentation_SafeDownCast")); mixin(bindCode("vtkEmptyRepresentation_NewInstance", "D_vtkEmptyRepresentation_NewInstance")); mixin(bindCode("vtkEmptyRepresentation_GetInternalAnnotationOutputPort__SWIG_0", "D_vtkEmptyRepresentation_GetInternalAnnotationOutputPort__SWIG_0")); mixin(bindCode("vtkEmptyRepresentation_GetInternalAnnotationOutputPort__SWIG_1", "D_vtkEmptyRepresentation_GetInternalAnnotationOutputPort__SWIG_1")); mixin(bindCode("vtkEmptyRepresentation_GetInternalAnnotationOutputPort__SWIG_2", "D_vtkEmptyRepresentation_GetInternalAnnotationOutputPort__SWIG_2")); mixin(bindCode("vtkEmptyRepresentation_Upcast", "D_vtkEmptyRepresentation_Upcast")); mixin(bindCode("vtkTextureMapToPlane_IsTypeOf", "D_vtkTextureMapToPlane_IsTypeOf")); mixin(bindCode("vtkTextureMapToPlane_SafeDownCast", "D_vtkTextureMapToPlane_SafeDownCast")); mixin(bindCode("vtkTextureMapToPlane_NewInstance", "D_vtkTextureMapToPlane_NewInstance")); mixin(bindCode("vtkTextureMapToPlane_New", "D_vtkTextureMapToPlane_New")); mixin(bindCode("vtkTextureMapToPlane_SetOrigin__SWIG_0", "D_vtkTextureMapToPlane_SetOrigin__SWIG_0")); mixin(bindCode("vtkTextureMapToPlane_SetOrigin__SWIG_1", "D_vtkTextureMapToPlane_SetOrigin__SWIG_1")); mixin(bindCode("vtkTextureMapToPlane_GetOrigin__SWIG_0", "D_vtkTextureMapToPlane_GetOrigin__SWIG_0")); mixin(bindCode("vtkTextureMapToPlane_GetOrigin__SWIG_1", "D_vtkTextureMapToPlane_GetOrigin__SWIG_1")); mixin(bindCode("vtkTextureMapToPlane_SetPoint1__SWIG_0", "D_vtkTextureMapToPlane_SetPoint1__SWIG_0")); mixin(bindCode("vtkTextureMapToPlane_SetPoint1__SWIG_1", "D_vtkTextureMapToPlane_SetPoint1__SWIG_1")); mixin(bindCode("vtkTextureMapToPlane_GetPoint1__SWIG_0", "D_vtkTextureMapToPlane_GetPoint1__SWIG_0")); mixin(bindCode("vtkTextureMapToPlane_GetPoint1__SWIG_1", "D_vtkTextureMapToPlane_GetPoint1__SWIG_1")); mixin(bindCode("vtkTextureMapToPlane_SetPoint2__SWIG_0", "D_vtkTextureMapToPlane_SetPoint2__SWIG_0")); mixin(bindCode("vtkTextureMapToPlane_SetPoint2__SWIG_1", "D_vtkTextureMapToPlane_SetPoint2__SWIG_1")); mixin(bindCode("vtkTextureMapToPlane_GetPoint2__SWIG_0", "D_vtkTextureMapToPlane_GetPoint2__SWIG_0")); mixin(bindCode("vtkTextureMapToPlane_GetPoint2__SWIG_1", "D_vtkTextureMapToPlane_GetPoint2__SWIG_1")); mixin(bindCode("vtkTextureMapToPlane_SetNormal__SWIG_0", "D_vtkTextureMapToPlane_SetNormal__SWIG_0")); mixin(bindCode("vtkTextureMapToPlane_SetNormal__SWIG_1", "D_vtkTextureMapToPlane_SetNormal__SWIG_1")); mixin(bindCode("vtkTextureMapToPlane_GetNormal__SWIG_0", "D_vtkTextureMapToPlane_GetNormal__SWIG_0")); mixin(bindCode("vtkTextureMapToPlane_GetNormal__SWIG_1", "D_vtkTextureMapToPlane_GetNormal__SWIG_1")); mixin(bindCode("vtkTextureMapToPlane_SetSRange__SWIG_0", "D_vtkTextureMapToPlane_SetSRange__SWIG_0")); mixin(bindCode("vtkTextureMapToPlane_SetSRange__SWIG_1", "D_vtkTextureMapToPlane_SetSRange__SWIG_1")); mixin(bindCode("vtkTextureMapToPlane_GetSRange__SWIG_0", "D_vtkTextureMapToPlane_GetSRange__SWIG_0")); mixin(bindCode("vtkTextureMapToPlane_GetSRange__SWIG_1", "D_vtkTextureMapToPlane_GetSRange__SWIG_1")); mixin(bindCode("vtkTextureMapToPlane_SetTRange__SWIG_0", "D_vtkTextureMapToPlane_SetTRange__SWIG_0")); mixin(bindCode("vtkTextureMapToPlane_SetTRange__SWIG_1", "D_vtkTextureMapToPlane_SetTRange__SWIG_1")); mixin(bindCode("vtkTextureMapToPlane_GetTRange__SWIG_0", "D_vtkTextureMapToPlane_GetTRange__SWIG_0")); mixin(bindCode("vtkTextureMapToPlane_GetTRange__SWIG_1", "D_vtkTextureMapToPlane_GetTRange__SWIG_1")); mixin(bindCode("vtkTextureMapToPlane_SetAutomaticPlaneGeneration", "D_vtkTextureMapToPlane_SetAutomaticPlaneGeneration")); mixin(bindCode("vtkTextureMapToPlane_GetAutomaticPlaneGeneration", "D_vtkTextureMapToPlane_GetAutomaticPlaneGeneration")); mixin(bindCode("vtkTextureMapToPlane_AutomaticPlaneGenerationOn", "D_vtkTextureMapToPlane_AutomaticPlaneGenerationOn")); mixin(bindCode("vtkTextureMapToPlane_AutomaticPlaneGenerationOff", "D_vtkTextureMapToPlane_AutomaticPlaneGenerationOff")); mixin(bindCode("vtkTextureMapToPlane_Upcast", "D_vtkTextureMapToPlane_Upcast")); mixin(bindCode("vtkTreeRingToPolyData_New", "D_vtkTreeRingToPolyData_New")); mixin(bindCode("vtkTreeRingToPolyData_IsTypeOf", "D_vtkTreeRingToPolyData_IsTypeOf")); mixin(bindCode("vtkTreeRingToPolyData_SafeDownCast", "D_vtkTreeRingToPolyData_SafeDownCast")); mixin(bindCode("vtkTreeRingToPolyData_NewInstance", "D_vtkTreeRingToPolyData_NewInstance")); mixin(bindCode("vtkTreeRingToPolyData_SetSectorsArrayName", "D_vtkTreeRingToPolyData_SetSectorsArrayName")); mixin(bindCode("vtkTreeRingToPolyData_SetShrinkPercentage", "D_vtkTreeRingToPolyData_SetShrinkPercentage")); mixin(bindCode("vtkTreeRingToPolyData_GetShrinkPercentage", "D_vtkTreeRingToPolyData_GetShrinkPercentage")); mixin(bindCode("vtkTreeRingToPolyData_FillInputPortInformation", "D_vtkTreeRingToPolyData_FillInputPortInformation")); mixin(bindCode("vtkTreeRingToPolyData_Upcast", "D_vtkTreeRingToPolyData_Upcast")); mixin(bindCode("vtkAbstractElectronicData_IsTypeOf", "D_vtkAbstractElectronicData_IsTypeOf")); mixin(bindCode("vtkAbstractElectronicData_SafeDownCast", "D_vtkAbstractElectronicData_SafeDownCast")); mixin(bindCode("vtkAbstractElectronicData_NewInstance", "D_vtkAbstractElectronicData_NewInstance")); mixin(bindCode("vtkAbstractElectronicData_GetNumberOfMOs", "D_vtkAbstractElectronicData_GetNumberOfMOs")); mixin(bindCode("vtkAbstractElectronicData_GetNumberOfElectrons", "D_vtkAbstractElectronicData_GetNumberOfElectrons")); mixin(bindCode("vtkAbstractElectronicData_GetMO", "D_vtkAbstractElectronicData_GetMO")); mixin(bindCode("vtkAbstractElectronicData_GetElectronDensity", "D_vtkAbstractElectronicData_GetElectronDensity")); mixin(bindCode("vtkAbstractElectronicData_GetHOMO", "D_vtkAbstractElectronicData_GetHOMO")); mixin(bindCode("vtkAbstractElectronicData_GetLUMO", "D_vtkAbstractElectronicData_GetLUMO")); mixin(bindCode("vtkAbstractElectronicData_GetHOMOOrbitalNumber", "D_vtkAbstractElectronicData_GetHOMOOrbitalNumber")); mixin(bindCode("vtkAbstractElectronicData_GetLUMOOrbitalNumber", "D_vtkAbstractElectronicData_GetLUMOOrbitalNumber")); mixin(bindCode("vtkAbstractElectronicData_IsHOMO", "D_vtkAbstractElectronicData_IsHOMO")); mixin(bindCode("vtkAbstractElectronicData_IsLUMO", "D_vtkAbstractElectronicData_IsLUMO")); mixin(bindCode("vtkAbstractElectronicData_GetPadding", "D_vtkAbstractElectronicData_GetPadding")); mixin(bindCode("vtkAbstractElectronicData_Upcast", "D_vtkAbstractElectronicData_Upcast")); mixin(bindCode("vtkDistancePolyDataFilter_New", "D_vtkDistancePolyDataFilter_New")); mixin(bindCode("vtkDistancePolyDataFilter_IsTypeOf", "D_vtkDistancePolyDataFilter_IsTypeOf")); mixin(bindCode("vtkDistancePolyDataFilter_SafeDownCast", "D_vtkDistancePolyDataFilter_SafeDownCast")); mixin(bindCode("vtkDistancePolyDataFilter_NewInstance", "D_vtkDistancePolyDataFilter_NewInstance")); mixin(bindCode("vtkDistancePolyDataFilter_SetSignedDistance", "D_vtkDistancePolyDataFilter_SetSignedDistance")); mixin(bindCode("vtkDistancePolyDataFilter_GetSignedDistance", "D_vtkDistancePolyDataFilter_GetSignedDistance")); mixin(bindCode("vtkDistancePolyDataFilter_SignedDistanceOn", "D_vtkDistancePolyDataFilter_SignedDistanceOn")); mixin(bindCode("vtkDistancePolyDataFilter_SignedDistanceOff", "D_vtkDistancePolyDataFilter_SignedDistanceOff")); mixin(bindCode("vtkDistancePolyDataFilter_SetNegateDistance", "D_vtkDistancePolyDataFilter_SetNegateDistance")); mixin(bindCode("vtkDistancePolyDataFilter_GetNegateDistance", "D_vtkDistancePolyDataFilter_GetNegateDistance")); mixin(bindCode("vtkDistancePolyDataFilter_NegateDistanceOn", "D_vtkDistancePolyDataFilter_NegateDistanceOn")); mixin(bindCode("vtkDistancePolyDataFilter_NegateDistanceOff", "D_vtkDistancePolyDataFilter_NegateDistanceOff")); mixin(bindCode("vtkDistancePolyDataFilter_SetComputeSecondDistance", "D_vtkDistancePolyDataFilter_SetComputeSecondDistance")); mixin(bindCode("vtkDistancePolyDataFilter_GetComputeSecondDistance", "D_vtkDistancePolyDataFilter_GetComputeSecondDistance")); mixin(bindCode("vtkDistancePolyDataFilter_ComputeSecondDistanceOn", "D_vtkDistancePolyDataFilter_ComputeSecondDistanceOn")); mixin(bindCode("vtkDistancePolyDataFilter_ComputeSecondDistanceOff", "D_vtkDistancePolyDataFilter_ComputeSecondDistanceOff")); mixin(bindCode("vtkDistancePolyDataFilter_GetSecondDistanceOutput", "D_vtkDistancePolyDataFilter_GetSecondDistanceOutput")); mixin(bindCode("vtkDistancePolyDataFilter_Upcast", "D_vtkDistancePolyDataFilter_Upcast")); mixin(bindCode("vtkDataSetTriangleFilter_New", "D_vtkDataSetTriangleFilter_New")); mixin(bindCode("vtkDataSetTriangleFilter_IsTypeOf", "D_vtkDataSetTriangleFilter_IsTypeOf")); mixin(bindCode("vtkDataSetTriangleFilter_SafeDownCast", "D_vtkDataSetTriangleFilter_SafeDownCast")); mixin(bindCode("vtkDataSetTriangleFilter_NewInstance", "D_vtkDataSetTriangleFilter_NewInstance")); mixin(bindCode("vtkDataSetTriangleFilter_SetTetrahedraOnly", "D_vtkDataSetTriangleFilter_SetTetrahedraOnly")); mixin(bindCode("vtkDataSetTriangleFilter_GetTetrahedraOnly", "D_vtkDataSetTriangleFilter_GetTetrahedraOnly")); mixin(bindCode("vtkDataSetTriangleFilter_TetrahedraOnlyOn", "D_vtkDataSetTriangleFilter_TetrahedraOnlyOn")); mixin(bindCode("vtkDataSetTriangleFilter_TetrahedraOnlyOff", "D_vtkDataSetTriangleFilter_TetrahedraOnlyOff")); mixin(bindCode("vtkDataSetTriangleFilter_Upcast", "D_vtkDataSetTriangleFilter_Upcast")); mixin(bindCode("vtkHyperTreeGridGeometry_New", "D_vtkHyperTreeGridGeometry_New")); mixin(bindCode("vtkHyperTreeGridGeometry_IsTypeOf", "D_vtkHyperTreeGridGeometry_IsTypeOf")); mixin(bindCode("vtkHyperTreeGridGeometry_SafeDownCast", "D_vtkHyperTreeGridGeometry_SafeDownCast")); mixin(bindCode("vtkHyperTreeGridGeometry_NewInstance", "D_vtkHyperTreeGridGeometry_NewInstance")); mixin(bindCode("vtkHyperTreeGridGeometry_Upcast", "D_vtkHyperTreeGridGeometry_Upcast")); mixin(bindCode("vtkBoxWidget_New", "D_vtkBoxWidget_New")); mixin(bindCode("vtkBoxWidget_IsTypeOf", "D_vtkBoxWidget_IsTypeOf")); mixin(bindCode("vtkBoxWidget_SafeDownCast", "D_vtkBoxWidget_SafeDownCast")); mixin(bindCode("vtkBoxWidget_NewInstance", "D_vtkBoxWidget_NewInstance")); mixin(bindCode("vtkBoxWidget_PlaceWidget__SWIG_0", "D_vtkBoxWidget_PlaceWidget__SWIG_0")); mixin(bindCode("vtkBoxWidget_PlaceWidget__SWIG_1", "D_vtkBoxWidget_PlaceWidget__SWIG_1")); mixin(bindCode("vtkBoxWidget_PlaceWidget__SWIG_2", "D_vtkBoxWidget_PlaceWidget__SWIG_2")); mixin(bindCode("vtkBoxWidget_GetPlanes", "D_vtkBoxWidget_GetPlanes")); mixin(bindCode("vtkBoxWidget_SetInsideOut", "D_vtkBoxWidget_SetInsideOut")); mixin(bindCode("vtkBoxWidget_GetInsideOut", "D_vtkBoxWidget_GetInsideOut")); mixin(bindCode("vtkBoxWidget_InsideOutOn", "D_vtkBoxWidget_InsideOutOn")); mixin(bindCode("vtkBoxWidget_InsideOutOff", "D_vtkBoxWidget_InsideOutOff")); mixin(bindCode("vtkBoxWidget_GetTransform", "D_vtkBoxWidget_GetTransform")); mixin(bindCode("vtkBoxWidget_SetTransform", "D_vtkBoxWidget_SetTransform")); mixin(bindCode("vtkBoxWidget_GetPolyData", "D_vtkBoxWidget_GetPolyData")); mixin(bindCode("vtkBoxWidget_GetHandleProperty", "D_vtkBoxWidget_GetHandleProperty")); mixin(bindCode("vtkBoxWidget_GetSelectedHandleProperty", "D_vtkBoxWidget_GetSelectedHandleProperty")); mixin(bindCode("vtkBoxWidget_HandlesOn", "D_vtkBoxWidget_HandlesOn")); mixin(bindCode("vtkBoxWidget_HandlesOff", "D_vtkBoxWidget_HandlesOff")); mixin(bindCode("vtkBoxWidget_GetFaceProperty", "D_vtkBoxWidget_GetFaceProperty")); mixin(bindCode("vtkBoxWidget_GetSelectedFaceProperty", "D_vtkBoxWidget_GetSelectedFaceProperty")); mixin(bindCode("vtkBoxWidget_GetOutlineProperty", "D_vtkBoxWidget_GetOutlineProperty")); mixin(bindCode("vtkBoxWidget_GetSelectedOutlineProperty", "D_vtkBoxWidget_GetSelectedOutlineProperty")); mixin(bindCode("vtkBoxWidget_SetOutlineFaceWires", "D_vtkBoxWidget_SetOutlineFaceWires")); mixin(bindCode("vtkBoxWidget_GetOutlineFaceWires", "D_vtkBoxWidget_GetOutlineFaceWires")); mixin(bindCode("vtkBoxWidget_OutlineFaceWiresOn", "D_vtkBoxWidget_OutlineFaceWiresOn")); mixin(bindCode("vtkBoxWidget_OutlineFaceWiresOff", "D_vtkBoxWidget_OutlineFaceWiresOff")); mixin(bindCode("vtkBoxWidget_SetOutlineCursorWires", "D_vtkBoxWidget_SetOutlineCursorWires")); mixin(bindCode("vtkBoxWidget_GetOutlineCursorWires", "D_vtkBoxWidget_GetOutlineCursorWires")); mixin(bindCode("vtkBoxWidget_OutlineCursorWiresOn", "D_vtkBoxWidget_OutlineCursorWiresOn")); mixin(bindCode("vtkBoxWidget_OutlineCursorWiresOff", "D_vtkBoxWidget_OutlineCursorWiresOff")); mixin(bindCode("vtkBoxWidget_SetTranslationEnabled", "D_vtkBoxWidget_SetTranslationEnabled")); mixin(bindCode("vtkBoxWidget_GetTranslationEnabled", "D_vtkBoxWidget_GetTranslationEnabled")); mixin(bindCode("vtkBoxWidget_TranslationEnabledOn", "D_vtkBoxWidget_TranslationEnabledOn")); mixin(bindCode("vtkBoxWidget_TranslationEnabledOff", "D_vtkBoxWidget_TranslationEnabledOff")); mixin(bindCode("vtkBoxWidget_SetScalingEnabled", "D_vtkBoxWidget_SetScalingEnabled")); mixin(bindCode("vtkBoxWidget_GetScalingEnabled", "D_vtkBoxWidget_GetScalingEnabled")); mixin(bindCode("vtkBoxWidget_ScalingEnabledOn", "D_vtkBoxWidget_ScalingEnabledOn")); mixin(bindCode("vtkBoxWidget_ScalingEnabledOff", "D_vtkBoxWidget_ScalingEnabledOff")); mixin(bindCode("vtkBoxWidget_SetRotationEnabled", "D_vtkBoxWidget_SetRotationEnabled")); mixin(bindCode("vtkBoxWidget_GetRotationEnabled", "D_vtkBoxWidget_GetRotationEnabled")); mixin(bindCode("vtkBoxWidget_RotationEnabledOn", "D_vtkBoxWidget_RotationEnabledOn")); mixin(bindCode("vtkBoxWidget_RotationEnabledOff", "D_vtkBoxWidget_RotationEnabledOff")); mixin(bindCode("vtkBoxWidget_Upcast", "D_vtkBoxWidget_Upcast")); mixin(bindCode("vtkGeoGlobeSource_New", "D_vtkGeoGlobeSource_New")); mixin(bindCode("vtkGeoGlobeSource_IsTypeOf", "D_vtkGeoGlobeSource_IsTypeOf")); mixin(bindCode("vtkGeoGlobeSource_SafeDownCast", "D_vtkGeoGlobeSource_SafeDownCast")); mixin(bindCode("vtkGeoGlobeSource_NewInstance", "D_vtkGeoGlobeSource_NewInstance")); mixin(bindCode("vtkGeoGlobeSource_Upcast", "D_vtkGeoGlobeSource_Upcast")); mixin(bindCode("vtkXMLPUnstructuredGridReader_IsTypeOf", "D_vtkXMLPUnstructuredGridReader_IsTypeOf")); mixin(bindCode("vtkXMLPUnstructuredGridReader_SafeDownCast", "D_vtkXMLPUnstructuredGridReader_SafeDownCast")); mixin(bindCode("vtkXMLPUnstructuredGridReader_NewInstance", "D_vtkXMLPUnstructuredGridReader_NewInstance")); mixin(bindCode("vtkXMLPUnstructuredGridReader_New", "D_vtkXMLPUnstructuredGridReader_New")); mixin(bindCode("vtkXMLPUnstructuredGridReader_GetOutput__SWIG_0", "D_vtkXMLPUnstructuredGridReader_GetOutput__SWIG_0")); mixin(bindCode("vtkXMLPUnstructuredGridReader_GetOutput__SWIG_1", "D_vtkXMLPUnstructuredGridReader_GetOutput__SWIG_1")); mixin(bindCode("vtkXMLPUnstructuredGridReader_Upcast", "D_vtkXMLPUnstructuredGridReader_Upcast")); mixin(bindCode("vtkPPairwiseExtractHistogram2D_New", "D_vtkPPairwiseExtractHistogram2D_New")); mixin(bindCode("vtkPPairwiseExtractHistogram2D_IsTypeOf", "D_vtkPPairwiseExtractHistogram2D_IsTypeOf")); mixin(bindCode("vtkPPairwiseExtractHistogram2D_SafeDownCast", "D_vtkPPairwiseExtractHistogram2D_SafeDownCast")); mixin(bindCode("vtkPPairwiseExtractHistogram2D_NewInstance", "D_vtkPPairwiseExtractHistogram2D_NewInstance")); mixin(bindCode("vtkPPairwiseExtractHistogram2D_SetController", "D_vtkPPairwiseExtractHistogram2D_SetController")); mixin(bindCode("vtkPPairwiseExtractHistogram2D_GetController", "D_vtkPPairwiseExtractHistogram2D_GetController")); mixin(bindCode("vtkPPairwiseExtractHistogram2D_Upcast", "D_vtkPPairwiseExtractHistogram2D_Upcast")); mixin(bindCode("vtkTransformFilter_New", "D_vtkTransformFilter_New")); mixin(bindCode("vtkTransformFilter_IsTypeOf", "D_vtkTransformFilter_IsTypeOf")); mixin(bindCode("vtkTransformFilter_SafeDownCast", "D_vtkTransformFilter_SafeDownCast")); mixin(bindCode("vtkTransformFilter_NewInstance", "D_vtkTransformFilter_NewInstance")); mixin(bindCode("vtkTransformFilter_SetTransform", "D_vtkTransformFilter_SetTransform")); mixin(bindCode("vtkTransformFilter_GetTransform", "D_vtkTransformFilter_GetTransform")); mixin(bindCode("vtkTransformFilter_FillInputPortInformation", "D_vtkTransformFilter_FillInputPortInformation")); mixin(bindCode("vtkTransformFilter_Upcast", "D_vtkTransformFilter_Upcast")); mixin(bindCode("vtkPiecewisePointHandleItem_IsTypeOf", "D_vtkPiecewisePointHandleItem_IsTypeOf")); mixin(bindCode("vtkPiecewisePointHandleItem_SafeDownCast", "D_vtkPiecewisePointHandleItem_SafeDownCast")); mixin(bindCode("vtkPiecewisePointHandleItem_NewInstance", "D_vtkPiecewisePointHandleItem_NewInstance")); mixin(bindCode("vtkPiecewisePointHandleItem_New", "D_vtkPiecewisePointHandleItem_New")); mixin(bindCode("vtkPiecewisePointHandleItem_CallRedraw", "D_vtkPiecewisePointHandleItem_CallRedraw")); mixin(bindCode("vtkPiecewisePointHandleItem_SetCurrentPointIndex", "D_vtkPiecewisePointHandleItem_SetCurrentPointIndex")); mixin(bindCode("vtkPiecewisePointHandleItem_GetCurrentPointIndex", "D_vtkPiecewisePointHandleItem_GetCurrentPointIndex")); mixin(bindCode("vtkPiecewisePointHandleItem_SetPiecewiseFunction", "D_vtkPiecewisePointHandleItem_SetPiecewiseFunction")); mixin(bindCode("vtkPiecewisePointHandleItem_GetPiecewiseFunction", "D_vtkPiecewisePointHandleItem_GetPiecewiseFunction")); mixin(bindCode("vtkPiecewisePointHandleItem_IsOverHandle", "D_vtkPiecewisePointHandleItem_IsOverHandle")); mixin(bindCode("vtkPiecewisePointHandleItem_Hit", "D_vtkPiecewisePointHandleItem_Hit")); mixin(bindCode("vtkPiecewisePointHandleItem_MouseMoveEvent", "D_vtkPiecewisePointHandleItem_MouseMoveEvent")); mixin(bindCode("vtkPiecewisePointHandleItem_MouseButtonPressEvent", "D_vtkPiecewisePointHandleItem_MouseButtonPressEvent")); mixin(bindCode("vtkPiecewisePointHandleItem_MouseButtonReleaseEvent", "D_vtkPiecewisePointHandleItem_MouseButtonReleaseEvent")); mixin(bindCode("new_vtkPiecewisePointHandleItem", "D_new_vtkPiecewisePointHandleItem")); mixin(bindCode("delete_vtkPiecewisePointHandleItem", "D_delete_vtkPiecewisePointHandleItem")); mixin(bindCode("vtkPiecewisePointHandleItem_Upcast", "D_vtkPiecewisePointHandleItem_Upcast")); mixin(bindCode("vtkLightKit_New", "D_vtkLightKit_New")); mixin(bindCode("vtkLightKit_IsTypeOf", "D_vtkLightKit_IsTypeOf")); mixin(bindCode("vtkLightKit_SafeDownCast", "D_vtkLightKit_SafeDownCast")); mixin(bindCode("vtkLightKit_NewInstance", "D_vtkLightKit_NewInstance")); mixin(bindCode("vtkLightKit_SetKeyLightIntensity", "D_vtkLightKit_SetKeyLightIntensity")); mixin(bindCode("vtkLightKit_GetKeyLightIntensity", "D_vtkLightKit_GetKeyLightIntensity")); mixin(bindCode("vtkLightKit_SetKeyToFillRatio", "D_vtkLightKit_SetKeyToFillRatio")); mixin(bindCode("vtkLightKit_GetKeyToFillRatioMinValue", "D_vtkLightKit_GetKeyToFillRatioMinValue")); mixin(bindCode("vtkLightKit_GetKeyToFillRatioMaxValue", "D_vtkLightKit_GetKeyToFillRatioMaxValue")); mixin(bindCode("vtkLightKit_GetKeyToFillRatio", "D_vtkLightKit_GetKeyToFillRatio")); mixin(bindCode("vtkLightKit_SetKeyToHeadRatio", "D_vtkLightKit_SetKeyToHeadRatio")); mixin(bindCode("vtkLightKit_GetKeyToHeadRatioMinValue", "D_vtkLightKit_GetKeyToHeadRatioMinValue")); mixin(bindCode("vtkLightKit_GetKeyToHeadRatioMaxValue", "D_vtkLightKit_GetKeyToHeadRatioMaxValue")); mixin(bindCode("vtkLightKit_GetKeyToHeadRatio", "D_vtkLightKit_GetKeyToHeadRatio")); mixin(bindCode("vtkLightKit_SetKeyToBackRatio", "D_vtkLightKit_SetKeyToBackRatio")); mixin(bindCode("vtkLightKit_GetKeyToBackRatioMinValue", "D_vtkLightKit_GetKeyToBackRatioMinValue")); mixin(bindCode("vtkLightKit_GetKeyToBackRatioMaxValue", "D_vtkLightKit_GetKeyToBackRatioMaxValue")); mixin(bindCode("vtkLightKit_GetKeyToBackRatio", "D_vtkLightKit_GetKeyToBackRatio")); mixin(bindCode("vtkLightKit_SetKeyLightWarmth", "D_vtkLightKit_SetKeyLightWarmth")); mixin(bindCode("vtkLightKit_GetKeyLightWarmth", "D_vtkLightKit_GetKeyLightWarmth")); mixin(bindCode("vtkLightKit_SetFillLightWarmth", "D_vtkLightKit_SetFillLightWarmth")); mixin(bindCode("vtkLightKit_GetFillLightWarmth", "D_vtkLightKit_GetFillLightWarmth")); mixin(bindCode("vtkLightKit_SetHeadLightWarmth", "D_vtkLightKit_SetHeadLightWarmth")); mixin(bindCode("vtkLightKit_GetHeadLightWarmth", "D_vtkLightKit_GetHeadLightWarmth")); mixin(bindCode("vtkLightKit_SetBackLightWarmth", "D_vtkLightKit_SetBackLightWarmth")); mixin(bindCode("vtkLightKit_GetBackLightWarmth", "D_vtkLightKit_GetBackLightWarmth")); mixin(bindCode("vtkLightKit_GetKeyLightColor__SWIG_0", "D_vtkLightKit_GetKeyLightColor__SWIG_0")); mixin(bindCode("vtkLightKit_GetKeyLightColor__SWIG_1", "D_vtkLightKit_GetKeyLightColor__SWIG_1")); mixin(bindCode("vtkLightKit_GetFillLightColor__SWIG_0", "D_vtkLightKit_GetFillLightColor__SWIG_0")); mixin(bindCode("vtkLightKit_GetFillLightColor__SWIG_1", "D_vtkLightKit_GetFillLightColor__SWIG_1")); mixin(bindCode("vtkLightKit_GetHeadLightColor__SWIG_0", "D_vtkLightKit_GetHeadLightColor__SWIG_0")); mixin(bindCode("vtkLightKit_GetHeadLightColor__SWIG_1", "D_vtkLightKit_GetHeadLightColor__SWIG_1")); mixin(bindCode("vtkLightKit_GetBackLightColor__SWIG_0", "D_vtkLightKit_GetBackLightColor__SWIG_0")); mixin(bindCode("vtkLightKit_GetBackLightColor__SWIG_1", "D_vtkLightKit_GetBackLightColor__SWIG_1")); mixin(bindCode("vtkLightKit_MaintainLuminanceOn", "D_vtkLightKit_MaintainLuminanceOn")); mixin(bindCode("vtkLightKit_MaintainLuminanceOff", "D_vtkLightKit_MaintainLuminanceOff")); mixin(bindCode("vtkLightKit_GetMaintainLuminance", "D_vtkLightKit_GetMaintainLuminance")); mixin(bindCode("vtkLightKit_SetMaintainLuminance", "D_vtkLightKit_SetMaintainLuminance")); mixin(bindCode("vtkLightKit_SetKeyLightAngle__SWIG_0", "D_vtkLightKit_SetKeyLightAngle__SWIG_0")); mixin(bindCode("vtkLightKit_SetKeyLightAngle__SWIG_1", "D_vtkLightKit_SetKeyLightAngle__SWIG_1")); mixin(bindCode("vtkLightKit_SetKeyLightElevation", "D_vtkLightKit_SetKeyLightElevation")); mixin(bindCode("vtkLightKit_SetKeyLightAzimuth", "D_vtkLightKit_SetKeyLightAzimuth")); mixin(bindCode("vtkLightKit_GetKeyLightAngle__SWIG_0", "D_vtkLightKit_GetKeyLightAngle__SWIG_0")); mixin(bindCode("vtkLightKit_GetKeyLightAngle__SWIG_1", "D_vtkLightKit_GetKeyLightAngle__SWIG_1")); mixin(bindCode("vtkLightKit_GetKeyLightElevation", "D_vtkLightKit_GetKeyLightElevation")); mixin(bindCode("vtkLightKit_GetKeyLightAzimuth", "D_vtkLightKit_GetKeyLightAzimuth")); mixin(bindCode("vtkLightKit_SetFillLightAngle__SWIG_0", "D_vtkLightKit_SetFillLightAngle__SWIG_0")); mixin(bindCode("vtkLightKit_SetFillLightAngle__SWIG_1", "D_vtkLightKit_SetFillLightAngle__SWIG_1")); mixin(bindCode("vtkLightKit_SetFillLightElevation", "D_vtkLightKit_SetFillLightElevation")); mixin(bindCode("vtkLightKit_SetFillLightAzimuth", "D_vtkLightKit_SetFillLightAzimuth")); mixin(bindCode("vtkLightKit_GetFillLightAngle__SWIG_0", "D_vtkLightKit_GetFillLightAngle__SWIG_0")); mixin(bindCode("vtkLightKit_GetFillLightAngle__SWIG_1", "D_vtkLightKit_GetFillLightAngle__SWIG_1")); mixin(bindCode("vtkLightKit_GetFillLightElevation", "D_vtkLightKit_GetFillLightElevation")); mixin(bindCode("vtkLightKit_GetFillLightAzimuth", "D_vtkLightKit_GetFillLightAzimuth")); mixin(bindCode("vtkLightKit_SetBackLightAngle__SWIG_0", "D_vtkLightKit_SetBackLightAngle__SWIG_0")); mixin(bindCode("vtkLightKit_SetBackLightAngle__SWIG_1", "D_vtkLightKit_SetBackLightAngle__SWIG_1")); mixin(bindCode("vtkLightKit_SetBackLightElevation", "D_vtkLightKit_SetBackLightElevation")); mixin(bindCode("vtkLightKit_SetBackLightAzimuth", "D_vtkLightKit_SetBackLightAzimuth")); mixin(bindCode("vtkLightKit_GetBackLightAngle__SWIG_0", "D_vtkLightKit_GetBackLightAngle__SWIG_0")); mixin(bindCode("vtkLightKit_GetBackLightAngle__SWIG_1", "D_vtkLightKit_GetBackLightAngle__SWIG_1")); mixin(bindCode("vtkLightKit_GetBackLightElevation", "D_vtkLightKit_GetBackLightElevation")); mixin(bindCode("vtkLightKit_GetBackLightAzimuth", "D_vtkLightKit_GetBackLightAzimuth")); mixin(bindCode("vtkLightKit_AddLightsToRenderer", "D_vtkLightKit_AddLightsToRenderer")); mixin(bindCode("vtkLightKit_RemoveLightsFromRenderer", "D_vtkLightKit_RemoveLightsFromRenderer")); mixin(bindCode("vtkLightKit_DeepCopy", "D_vtkLightKit_DeepCopy")); mixin(bindCode("vtkLightKit_Update", "D_vtkLightKit_Update")); mixin(bindCode("vtkLightKit_GetStringFromType", "D_vtkLightKit_GetStringFromType")); mixin(bindCode("vtkLightKit_GetStringFromSubType", "D_vtkLightKit_GetStringFromSubType")); mixin(bindCode("vtkLightKit_GetShortStringFromSubType", "D_vtkLightKit_GetShortStringFromSubType")); mixin(bindCode("vtkLightKit_GetSubType", "D_vtkLightKit_GetSubType")); mixin(bindCode("vtkLightKit_Upcast", "D_vtkLightKit_Upcast")); mixin(bindCode("vtkAxesActor_New", "D_vtkAxesActor_New")); mixin(bindCode("vtkAxesActor_IsTypeOf", "D_vtkAxesActor_IsTypeOf")); mixin(bindCode("vtkAxesActor_SafeDownCast", "D_vtkAxesActor_SafeDownCast")); mixin(bindCode("vtkAxesActor_NewInstance", "D_vtkAxesActor_NewInstance")); mixin(bindCode("vtkAxesActor_RenderOpaqueGeometry", "D_vtkAxesActor_RenderOpaqueGeometry")); mixin(bindCode("vtkAxesActor_RenderTranslucentPolygonalGeometry", "D_vtkAxesActor_RenderTranslucentPolygonalGeometry")); mixin(bindCode("vtkAxesActor_RenderOverlay", "D_vtkAxesActor_RenderOverlay")); mixin(bindCode("vtkAxesActor_HasTranslucentPolygonalGeometry", "D_vtkAxesActor_HasTranslucentPolygonalGeometry")); mixin(bindCode("vtkAxesActor_ReleaseGraphicsResources", "D_vtkAxesActor_ReleaseGraphicsResources")); mixin(bindCode("vtkAxesActor_GetBounds__SWIG_0", "D_vtkAxesActor_GetBounds__SWIG_0")); mixin(bindCode("vtkAxesActor_GetBounds__SWIG_1", "D_vtkAxesActor_GetBounds__SWIG_1")); mixin(bindCode("vtkAxesActor_SetTotalLength__SWIG_0", "D_vtkAxesActor_SetTotalLength__SWIG_0")); mixin(bindCode("vtkAxesActor_SetTotalLength__SWIG_1", "D_vtkAxesActor_SetTotalLength__SWIG_1")); mixin(bindCode("vtkAxesActor_GetTotalLength__SWIG_0", "D_vtkAxesActor_GetTotalLength__SWIG_0")); mixin(bindCode("vtkAxesActor_GetTotalLength__SWIG_1", "D_vtkAxesActor_GetTotalLength__SWIG_1")); mixin(bindCode("vtkAxesActor_SetNormalizedShaftLength__SWIG_0", "D_vtkAxesActor_SetNormalizedShaftLength__SWIG_0")); mixin(bindCode("vtkAxesActor_SetNormalizedShaftLength__SWIG_1", "D_vtkAxesActor_SetNormalizedShaftLength__SWIG_1")); mixin(bindCode("vtkAxesActor_GetNormalizedShaftLength__SWIG_0", "D_vtkAxesActor_GetNormalizedShaftLength__SWIG_0")); mixin(bindCode("vtkAxesActor_GetNormalizedShaftLength__SWIG_1", "D_vtkAxesActor_GetNormalizedShaftLength__SWIG_1")); mixin(bindCode("vtkAxesActor_SetNormalizedTipLength__SWIG_0", "D_vtkAxesActor_SetNormalizedTipLength__SWIG_0")); mixin(bindCode("vtkAxesActor_SetNormalizedTipLength__SWIG_1", "D_vtkAxesActor_SetNormalizedTipLength__SWIG_1")); mixin(bindCode("vtkAxesActor_GetNormalizedTipLength__SWIG_0", "D_vtkAxesActor_GetNormalizedTipLength__SWIG_0")); mixin(bindCode("vtkAxesActor_GetNormalizedTipLength__SWIG_1", "D_vtkAxesActor_GetNormalizedTipLength__SWIG_1")); mixin(bindCode("vtkAxesActor_SetNormalizedLabelPosition__SWIG_0", "D_vtkAxesActor_SetNormalizedLabelPosition__SWIG_0")); mixin(bindCode("vtkAxesActor_SetNormalizedLabelPosition__SWIG_1", "D_vtkAxesActor_SetNormalizedLabelPosition__SWIG_1")); mixin(bindCode("vtkAxesActor_GetNormalizedLabelPosition__SWIG_0", "D_vtkAxesActor_GetNormalizedLabelPosition__SWIG_0")); mixin(bindCode("vtkAxesActor_GetNormalizedLabelPosition__SWIG_1", "D_vtkAxesActor_GetNormalizedLabelPosition__SWIG_1")); mixin(bindCode("vtkAxesActor_SetConeResolution", "D_vtkAxesActor_SetConeResolution")); mixin(bindCode("vtkAxesActor_GetConeResolutionMinValue", "D_vtkAxesActor_GetConeResolutionMinValue")); mixin(bindCode("vtkAxesActor_GetConeResolutionMaxValue", "D_vtkAxesActor_GetConeResolutionMaxValue")); mixin(bindCode("vtkAxesActor_GetConeResolution", "D_vtkAxesActor_GetConeResolution")); mixin(bindCode("vtkAxesActor_SetSphereResolution", "D_vtkAxesActor_SetSphereResolution")); mixin(bindCode("vtkAxesActor_GetSphereResolutionMinValue", "D_vtkAxesActor_GetSphereResolutionMinValue")); mixin(bindCode("vtkAxesActor_GetSphereResolutionMaxValue", "D_vtkAxesActor_GetSphereResolutionMaxValue")); mixin(bindCode("vtkAxesActor_GetSphereResolution", "D_vtkAxesActor_GetSphereResolution")); mixin(bindCode("vtkAxesActor_SetCylinderResolution", "D_vtkAxesActor_SetCylinderResolution")); mixin(bindCode("vtkAxesActor_GetCylinderResolutionMinValue", "D_vtkAxesActor_GetCylinderResolutionMinValue")); mixin(bindCode("vtkAxesActor_GetCylinderResolutionMaxValue", "D_vtkAxesActor_GetCylinderResolutionMaxValue")); mixin(bindCode("vtkAxesActor_GetCylinderResolution", "D_vtkAxesActor_GetCylinderResolution")); mixin(bindCode("vtkAxesActor_SetConeRadius", "D_vtkAxesActor_SetConeRadius")); mixin(bindCode("vtkAxesActor_GetConeRadiusMinValue", "D_vtkAxesActor_GetConeRadiusMinValue")); mixin(bindCode("vtkAxesActor_GetConeRadiusMaxValue", "D_vtkAxesActor_GetConeRadiusMaxValue")); mixin(bindCode("vtkAxesActor_GetConeRadius", "D_vtkAxesActor_GetConeRadius")); mixin(bindCode("vtkAxesActor_SetSphereRadius", "D_vtkAxesActor_SetSphereRadius")); mixin(bindCode("vtkAxesActor_GetSphereRadiusMinValue", "D_vtkAxesActor_GetSphereRadiusMinValue")); mixin(bindCode("vtkAxesActor_GetSphereRadiusMaxValue", "D_vtkAxesActor_GetSphereRadiusMaxValue")); mixin(bindCode("vtkAxesActor_GetSphereRadius", "D_vtkAxesActor_GetSphereRadius")); mixin(bindCode("vtkAxesActor_SetCylinderRadius", "D_vtkAxesActor_SetCylinderRadius")); mixin(bindCode("vtkAxesActor_GetCylinderRadiusMinValue", "D_vtkAxesActor_GetCylinderRadiusMinValue")); mixin(bindCode("vtkAxesActor_GetCylinderRadiusMaxValue", "D_vtkAxesActor_GetCylinderRadiusMaxValue")); mixin(bindCode("vtkAxesActor_GetCylinderRadius", "D_vtkAxesActor_GetCylinderRadius")); mixin(bindCode("vtkAxesActor_SetShaftType", "D_vtkAxesActor_SetShaftType")); mixin(bindCode("vtkAxesActor_SetShaftTypeToCylinder", "D_vtkAxesActor_SetShaftTypeToCylinder")); mixin(bindCode("vtkAxesActor_SetShaftTypeToLine", "D_vtkAxesActor_SetShaftTypeToLine")); mixin(bindCode("vtkAxesActor_SetShaftTypeToUserDefined", "D_vtkAxesActor_SetShaftTypeToUserDefined")); mixin(bindCode("vtkAxesActor_GetShaftType", "D_vtkAxesActor_GetShaftType")); mixin(bindCode("vtkAxesActor_SetTipType", "D_vtkAxesActor_SetTipType")); mixin(bindCode("vtkAxesActor_SetTipTypeToCone", "D_vtkAxesActor_SetTipTypeToCone")); mixin(bindCode("vtkAxesActor_SetTipTypeToSphere", "D_vtkAxesActor_SetTipTypeToSphere")); mixin(bindCode("vtkAxesActor_SetTipTypeToUserDefined", "D_vtkAxesActor_SetTipTypeToUserDefined")); mixin(bindCode("vtkAxesActor_GetTipType", "D_vtkAxesActor_GetTipType")); mixin(bindCode("vtkAxesActor_SetUserDefinedTip", "D_vtkAxesActor_SetUserDefinedTip")); mixin(bindCode("vtkAxesActor_GetUserDefinedTip", "D_vtkAxesActor_GetUserDefinedTip")); mixin(bindCode("vtkAxesActor_SetUserDefinedShaft", "D_vtkAxesActor_SetUserDefinedShaft")); mixin(bindCode("vtkAxesActor_GetUserDefinedShaft", "D_vtkAxesActor_GetUserDefinedShaft")); mixin(bindCode("vtkAxesActor_GetXAxisTipProperty", "D_vtkAxesActor_GetXAxisTipProperty")); mixin(bindCode("vtkAxesActor_GetYAxisTipProperty", "D_vtkAxesActor_GetYAxisTipProperty")); mixin(bindCode("vtkAxesActor_GetZAxisTipProperty", "D_vtkAxesActor_GetZAxisTipProperty")); mixin(bindCode("vtkAxesActor_GetXAxisShaftProperty", "D_vtkAxesActor_GetXAxisShaftProperty")); mixin(bindCode("vtkAxesActor_GetYAxisShaftProperty", "D_vtkAxesActor_GetYAxisShaftProperty")); mixin(bindCode("vtkAxesActor_GetZAxisShaftProperty", "D_vtkAxesActor_GetZAxisShaftProperty")); mixin(bindCode("vtkAxesActor_GetXAxisCaptionActor2D", "D_vtkAxesActor_GetXAxisCaptionActor2D")); mixin(bindCode("vtkAxesActor_GetYAxisCaptionActor2D", "D_vtkAxesActor_GetYAxisCaptionActor2D")); mixin(bindCode("vtkAxesActor_GetZAxisCaptionActor2D", "D_vtkAxesActor_GetZAxisCaptionActor2D")); mixin(bindCode("vtkAxesActor_SetXAxisLabelText", "D_vtkAxesActor_SetXAxisLabelText")); mixin(bindCode("vtkAxesActor_GetXAxisLabelText", "D_vtkAxesActor_GetXAxisLabelText")); mixin(bindCode("vtkAxesActor_SetYAxisLabelText", "D_vtkAxesActor_SetYAxisLabelText")); mixin(bindCode("vtkAxesActor_GetYAxisLabelText", "D_vtkAxesActor_GetYAxisLabelText")); mixin(bindCode("vtkAxesActor_SetZAxisLabelText", "D_vtkAxesActor_SetZAxisLabelText")); mixin(bindCode("vtkAxesActor_GetZAxisLabelText", "D_vtkAxesActor_GetZAxisLabelText")); mixin(bindCode("vtkAxesActor_SetAxisLabels", "D_vtkAxesActor_SetAxisLabels")); mixin(bindCode("vtkAxesActor_GetAxisLabels", "D_vtkAxesActor_GetAxisLabels")); mixin(bindCode("vtkAxesActor_AxisLabelsOn", "D_vtkAxesActor_AxisLabelsOn")); mixin(bindCode("vtkAxesActor_AxisLabelsOff", "D_vtkAxesActor_AxisLabelsOff")); mixin(bindCode("vtkAxesActor_Upcast", "D_vtkAxesActor_Upcast")); mixin(bindCode("vtkCursor2D_IsTypeOf", "D_vtkCursor2D_IsTypeOf")); mixin(bindCode("vtkCursor2D_SafeDownCast", "D_vtkCursor2D_SafeDownCast")); mixin(bindCode("vtkCursor2D_NewInstance", "D_vtkCursor2D_NewInstance")); mixin(bindCode("vtkCursor2D_New", "D_vtkCursor2D_New")); mixin(bindCode("vtkCursor2D_SetModelBounds__SWIG_0", "D_vtkCursor2D_SetModelBounds__SWIG_0")); mixin(bindCode("vtkCursor2D_SetModelBounds__SWIG_1", "D_vtkCursor2D_SetModelBounds__SWIG_1")); mixin(bindCode("vtkCursor2D_GetModelBounds__SWIG_0", "D_vtkCursor2D_GetModelBounds__SWIG_0")); mixin(bindCode("vtkCursor2D_GetModelBounds__SWIG_1", "D_vtkCursor2D_GetModelBounds__SWIG_1")); mixin(bindCode("vtkCursor2D_SetFocalPoint__SWIG_0", "D_vtkCursor2D_SetFocalPoint__SWIG_0")); mixin(bindCode("vtkCursor2D_SetFocalPoint__SWIG_1", "D_vtkCursor2D_SetFocalPoint__SWIG_1")); mixin(bindCode("vtkCursor2D_GetFocalPoint__SWIG_0", "D_vtkCursor2D_GetFocalPoint__SWIG_0")); mixin(bindCode("vtkCursor2D_GetFocalPoint__SWIG_1", "D_vtkCursor2D_GetFocalPoint__SWIG_1")); mixin(bindCode("vtkCursor2D_SetOutline", "D_vtkCursor2D_SetOutline")); mixin(bindCode("vtkCursor2D_GetOutline", "D_vtkCursor2D_GetOutline")); mixin(bindCode("vtkCursor2D_OutlineOn", "D_vtkCursor2D_OutlineOn")); mixin(bindCode("vtkCursor2D_OutlineOff", "D_vtkCursor2D_OutlineOff")); mixin(bindCode("vtkCursor2D_SetAxes", "D_vtkCursor2D_SetAxes")); mixin(bindCode("vtkCursor2D_GetAxes", "D_vtkCursor2D_GetAxes")); mixin(bindCode("vtkCursor2D_AxesOn", "D_vtkCursor2D_AxesOn")); mixin(bindCode("vtkCursor2D_AxesOff", "D_vtkCursor2D_AxesOff")); mixin(bindCode("vtkCursor2D_SetRadius", "D_vtkCursor2D_SetRadius")); mixin(bindCode("vtkCursor2D_GetRadiusMinValue", "D_vtkCursor2D_GetRadiusMinValue")); mixin(bindCode("vtkCursor2D_GetRadiusMaxValue", "D_vtkCursor2D_GetRadiusMaxValue")); mixin(bindCode("vtkCursor2D_GetRadius", "D_vtkCursor2D_GetRadius")); mixin(bindCode("vtkCursor2D_SetPoint", "D_vtkCursor2D_SetPoint")); mixin(bindCode("vtkCursor2D_GetPoint", "D_vtkCursor2D_GetPoint")); mixin(bindCode("vtkCursor2D_PointOn", "D_vtkCursor2D_PointOn")); mixin(bindCode("vtkCursor2D_PointOff", "D_vtkCursor2D_PointOff")); mixin(bindCode("vtkCursor2D_SetTranslationMode", "D_vtkCursor2D_SetTranslationMode")); mixin(bindCode("vtkCursor2D_GetTranslationMode", "D_vtkCursor2D_GetTranslationMode")); mixin(bindCode("vtkCursor2D_TranslationModeOn", "D_vtkCursor2D_TranslationModeOn")); mixin(bindCode("vtkCursor2D_TranslationModeOff", "D_vtkCursor2D_TranslationModeOff")); mixin(bindCode("vtkCursor2D_SetWrap", "D_vtkCursor2D_SetWrap")); mixin(bindCode("vtkCursor2D_GetWrap", "D_vtkCursor2D_GetWrap")); mixin(bindCode("vtkCursor2D_WrapOn", "D_vtkCursor2D_WrapOn")); mixin(bindCode("vtkCursor2D_WrapOff", "D_vtkCursor2D_WrapOff")); mixin(bindCode("vtkCursor2D_AllOn", "D_vtkCursor2D_AllOn")); mixin(bindCode("vtkCursor2D_AllOff", "D_vtkCursor2D_AllOff")); mixin(bindCode("vtkCursor2D_Upcast", "D_vtkCursor2D_Upcast")); mixin(bindCode("vtkXMLDataSetWriter_IsTypeOf", "D_vtkXMLDataSetWriter_IsTypeOf")); mixin(bindCode("vtkXMLDataSetWriter_SafeDownCast", "D_vtkXMLDataSetWriter_SafeDownCast")); mixin(bindCode("vtkXMLDataSetWriter_NewInstance", "D_vtkXMLDataSetWriter_NewInstance")); mixin(bindCode("vtkXMLDataSetWriter_New", "D_vtkXMLDataSetWriter_New")); mixin(bindCode("vtkXMLDataSetWriter_Upcast", "D_vtkXMLDataSetWriter_Upcast")); mixin(bindCode("vtkCubicLine_New", "D_vtkCubicLine_New")); mixin(bindCode("vtkCubicLine_IsTypeOf", "D_vtkCubicLine_IsTypeOf")); mixin(bindCode("vtkCubicLine_SafeDownCast", "D_vtkCubicLine_SafeDownCast")); mixin(bindCode("vtkCubicLine_NewInstance", "D_vtkCubicLine_NewInstance")); mixin(bindCode("vtkCubicLine_InterpolationFunctions", "D_vtkCubicLine_InterpolationFunctions")); mixin(bindCode("vtkCubicLine_InterpolationDerivs", "D_vtkCubicLine_InterpolationDerivs")); mixin(bindCode("vtkCubicLine_InterpolateFunctions", "D_vtkCubicLine_InterpolateFunctions")); mixin(bindCode("vtkCubicLine_InterpolateDerivs", "D_vtkCubicLine_InterpolateDerivs")); mixin(bindCode("vtkCubicLine_Upcast", "D_vtkCubicLine_Upcast")); mixin(bindCode("vtkTransmitPolyDataPiece_New", "D_vtkTransmitPolyDataPiece_New")); mixin(bindCode("vtkTransmitPolyDataPiece_IsTypeOf", "D_vtkTransmitPolyDataPiece_IsTypeOf")); mixin(bindCode("vtkTransmitPolyDataPiece_SafeDownCast", "D_vtkTransmitPolyDataPiece_SafeDownCast")); mixin(bindCode("vtkTransmitPolyDataPiece_NewInstance", "D_vtkTransmitPolyDataPiece_NewInstance")); mixin(bindCode("vtkTransmitPolyDataPiece_SetController", "D_vtkTransmitPolyDataPiece_SetController")); mixin(bindCode("vtkTransmitPolyDataPiece_GetController", "D_vtkTransmitPolyDataPiece_GetController")); mixin(bindCode("vtkTransmitPolyDataPiece_SetCreateGhostCells", "D_vtkTransmitPolyDataPiece_SetCreateGhostCells")); mixin(bindCode("vtkTransmitPolyDataPiece_GetCreateGhostCells", "D_vtkTransmitPolyDataPiece_GetCreateGhostCells")); mixin(bindCode("vtkTransmitPolyDataPiece_CreateGhostCellsOn", "D_vtkTransmitPolyDataPiece_CreateGhostCellsOn")); mixin(bindCode("vtkTransmitPolyDataPiece_CreateGhostCellsOff", "D_vtkTransmitPolyDataPiece_CreateGhostCellsOff")); mixin(bindCode("vtkTransmitPolyDataPiece_Upcast", "D_vtkTransmitPolyDataPiece_Upcast")); mixin(bindCode("vtkImageMedian3D_New", "D_vtkImageMedian3D_New")); mixin(bindCode("vtkImageMedian3D_IsTypeOf", "D_vtkImageMedian3D_IsTypeOf")); mixin(bindCode("vtkImageMedian3D_SafeDownCast", "D_vtkImageMedian3D_SafeDownCast")); mixin(bindCode("vtkImageMedian3D_NewInstance", "D_vtkImageMedian3D_NewInstance")); mixin(bindCode("vtkImageMedian3D_SetKernelSize", "D_vtkImageMedian3D_SetKernelSize")); mixin(bindCode("vtkImageMedian3D_GetNumberOfElements", "D_vtkImageMedian3D_GetNumberOfElements")); mixin(bindCode("vtkImageMedian3D_Upcast", "D_vtkImageMedian3D_Upcast")); mixin(bindCode("vtkPYoungsMaterialInterface_New", "D_vtkPYoungsMaterialInterface_New")); mixin(bindCode("vtkPYoungsMaterialInterface_IsTypeOf", "D_vtkPYoungsMaterialInterface_IsTypeOf")); mixin(bindCode("vtkPYoungsMaterialInterface_SafeDownCast", "D_vtkPYoungsMaterialInterface_SafeDownCast")); mixin(bindCode("vtkPYoungsMaterialInterface_NewInstance", "D_vtkPYoungsMaterialInterface_NewInstance")); mixin(bindCode("vtkPYoungsMaterialInterface_Aggregate", "D_vtkPYoungsMaterialInterface_Aggregate")); mixin(bindCode("vtkPYoungsMaterialInterface_SetController", "D_vtkPYoungsMaterialInterface_SetController")); mixin(bindCode("vtkPYoungsMaterialInterface_GetController", "D_vtkPYoungsMaterialInterface_GetController")); mixin(bindCode("vtkPYoungsMaterialInterface_Upcast", "D_vtkPYoungsMaterialInterface_Upcast")); mixin(bindCode("vtkCutMaterial_IsTypeOf", "D_vtkCutMaterial_IsTypeOf")); mixin(bindCode("vtkCutMaterial_SafeDownCast", "D_vtkCutMaterial_SafeDownCast")); mixin(bindCode("vtkCutMaterial_NewInstance", "D_vtkCutMaterial_NewInstance")); mixin(bindCode("vtkCutMaterial_New", "D_vtkCutMaterial_New")); mixin(bindCode("vtkCutMaterial_SetMaterialArrayName", "D_vtkCutMaterial_SetMaterialArrayName")); mixin(bindCode("vtkCutMaterial_GetMaterialArrayName", "D_vtkCutMaterial_GetMaterialArrayName")); mixin(bindCode("vtkCutMaterial_SetMaterial", "D_vtkCutMaterial_SetMaterial")); mixin(bindCode("vtkCutMaterial_GetMaterial", "D_vtkCutMaterial_GetMaterial")); mixin(bindCode("vtkCutMaterial_SetArrayName", "D_vtkCutMaterial_SetArrayName")); mixin(bindCode("vtkCutMaterial_GetArrayName", "D_vtkCutMaterial_GetArrayName")); mixin(bindCode("vtkCutMaterial_SetUpVector__SWIG_0", "D_vtkCutMaterial_SetUpVector__SWIG_0")); mixin(bindCode("vtkCutMaterial_SetUpVector__SWIG_1", "D_vtkCutMaterial_SetUpVector__SWIG_1")); mixin(bindCode("vtkCutMaterial_GetUpVector__SWIG_0", "D_vtkCutMaterial_GetUpVector__SWIG_0")); mixin(bindCode("vtkCutMaterial_GetUpVector__SWIG_1", "D_vtkCutMaterial_GetUpVector__SWIG_1")); mixin(bindCode("vtkCutMaterial_GetUpVector__SWIG_2", "D_vtkCutMaterial_GetUpVector__SWIG_2")); mixin(bindCode("vtkCutMaterial_GetMaximumPoint__SWIG_0", "D_vtkCutMaterial_GetMaximumPoint__SWIG_0")); mixin(bindCode("vtkCutMaterial_GetMaximumPoint__SWIG_1", "D_vtkCutMaterial_GetMaximumPoint__SWIG_1")); mixin(bindCode("vtkCutMaterial_GetMaximumPoint__SWIG_2", "D_vtkCutMaterial_GetMaximumPoint__SWIG_2")); mixin(bindCode("vtkCutMaterial_GetCenterPoint__SWIG_0", "D_vtkCutMaterial_GetCenterPoint__SWIG_0")); mixin(bindCode("vtkCutMaterial_GetCenterPoint__SWIG_1", "D_vtkCutMaterial_GetCenterPoint__SWIG_1")); mixin(bindCode("vtkCutMaterial_GetCenterPoint__SWIG_2", "D_vtkCutMaterial_GetCenterPoint__SWIG_2")); mixin(bindCode("vtkCutMaterial_GetNormal__SWIG_0", "D_vtkCutMaterial_GetNormal__SWIG_0")); mixin(bindCode("vtkCutMaterial_GetNormal__SWIG_1", "D_vtkCutMaterial_GetNormal__SWIG_1")); mixin(bindCode("vtkCutMaterial_GetNormal__SWIG_2", "D_vtkCutMaterial_GetNormal__SWIG_2")); mixin(bindCode("vtkCutMaterial_Upcast", "D_vtkCutMaterial_Upcast")); mixin(bindCode("vtkLeaderActor2D_IsTypeOf", "D_vtkLeaderActor2D_IsTypeOf")); mixin(bindCode("vtkLeaderActor2D_SafeDownCast", "D_vtkLeaderActor2D_SafeDownCast")); mixin(bindCode("vtkLeaderActor2D_NewInstance", "D_vtkLeaderActor2D_NewInstance")); mixin(bindCode("vtkLeaderActor2D_New", "D_vtkLeaderActor2D_New")); mixin(bindCode("vtkLeaderActor2D_SetRadius", "D_vtkLeaderActor2D_SetRadius")); mixin(bindCode("vtkLeaderActor2D_GetRadius", "D_vtkLeaderActor2D_GetRadius")); mixin(bindCode("vtkLeaderActor2D_SetLabel", "D_vtkLeaderActor2D_SetLabel")); mixin(bindCode("vtkLeaderActor2D_GetLabel", "D_vtkLeaderActor2D_GetLabel")); mixin(bindCode("vtkLeaderActor2D_SetLabelTextProperty", "D_vtkLeaderActor2D_SetLabelTextProperty")); mixin(bindCode("vtkLeaderActor2D_GetLabelTextProperty", "D_vtkLeaderActor2D_GetLabelTextProperty")); mixin(bindCode("vtkLeaderActor2D_SetLabelFactor", "D_vtkLeaderActor2D_SetLabelFactor")); mixin(bindCode("vtkLeaderActor2D_GetLabelFactorMinValue", "D_vtkLeaderActor2D_GetLabelFactorMinValue")); mixin(bindCode("vtkLeaderActor2D_GetLabelFactorMaxValue", "D_vtkLeaderActor2D_GetLabelFactorMaxValue")); mixin(bindCode("vtkLeaderActor2D_GetLabelFactor", "D_vtkLeaderActor2D_GetLabelFactor")); mixin(bindCode("vtkLeaderActor2D_SetArrowPlacement", "D_vtkLeaderActor2D_SetArrowPlacement")); mixin(bindCode("vtkLeaderActor2D_GetArrowPlacementMinValue", "D_vtkLeaderActor2D_GetArrowPlacementMinValue")); mixin(bindCode("vtkLeaderActor2D_GetArrowPlacementMaxValue", "D_vtkLeaderActor2D_GetArrowPlacementMaxValue")); mixin(bindCode("vtkLeaderActor2D_GetArrowPlacement", "D_vtkLeaderActor2D_GetArrowPlacement")); mixin(bindCode("vtkLeaderActor2D_SetArrowPlacementToNone", "D_vtkLeaderActor2D_SetArrowPlacementToNone")); mixin(bindCode("vtkLeaderActor2D_SetArrowPlacementToPoint1", "D_vtkLeaderActor2D_SetArrowPlacementToPoint1")); mixin(bindCode("vtkLeaderActor2D_SetArrowPlacementToPoint2", "D_vtkLeaderActor2D_SetArrowPlacementToPoint2")); mixin(bindCode("vtkLeaderActor2D_SetArrowPlacementToBoth", "D_vtkLeaderActor2D_SetArrowPlacementToBoth")); mixin(bindCode("vtkLeaderActor2D_SetArrowStyle", "D_vtkLeaderActor2D_SetArrowStyle")); mixin(bindCode("vtkLeaderActor2D_GetArrowStyleMinValue", "D_vtkLeaderActor2D_GetArrowStyleMinValue")); mixin(bindCode("vtkLeaderActor2D_GetArrowStyleMaxValue", "D_vtkLeaderActor2D_GetArrowStyleMaxValue")); mixin(bindCode("vtkLeaderActor2D_GetArrowStyle", "D_vtkLeaderActor2D_GetArrowStyle")); mixin(bindCode("vtkLeaderActor2D_SetArrowStyleToFilled", "D_vtkLeaderActor2D_SetArrowStyleToFilled")); mixin(bindCode("vtkLeaderActor2D_SetArrowStyleToOpen", "D_vtkLeaderActor2D_SetArrowStyleToOpen")); mixin(bindCode("vtkLeaderActor2D_SetArrowStyleToHollow", "D_vtkLeaderActor2D_SetArrowStyleToHollow")); mixin(bindCode("vtkLeaderActor2D_SetArrowLength", "D_vtkLeaderActor2D_SetArrowLength")); mixin(bindCode("vtkLeaderActor2D_GetArrowLengthMinValue", "D_vtkLeaderActor2D_GetArrowLengthMinValue")); mixin(bindCode("vtkLeaderActor2D_GetArrowLengthMaxValue", "D_vtkLeaderActor2D_GetArrowLengthMaxValue")); mixin(bindCode("vtkLeaderActor2D_GetArrowLength", "D_vtkLeaderActor2D_GetArrowLength")); mixin(bindCode("vtkLeaderActor2D_SetArrowWidth", "D_vtkLeaderActor2D_SetArrowWidth")); mixin(bindCode("vtkLeaderActor2D_GetArrowWidthMinValue", "D_vtkLeaderActor2D_GetArrowWidthMinValue")); mixin(bindCode("vtkLeaderActor2D_GetArrowWidthMaxValue", "D_vtkLeaderActor2D_GetArrowWidthMaxValue")); mixin(bindCode("vtkLeaderActor2D_GetArrowWidth", "D_vtkLeaderActor2D_GetArrowWidth")); mixin(bindCode("vtkLeaderActor2D_SetMinimumArrowSize", "D_vtkLeaderActor2D_SetMinimumArrowSize")); mixin(bindCode("vtkLeaderActor2D_GetMinimumArrowSizeMinValue", "D_vtkLeaderActor2D_GetMinimumArrowSizeMinValue")); mixin(bindCode("vtkLeaderActor2D_GetMinimumArrowSizeMaxValue", "D_vtkLeaderActor2D_GetMinimumArrowSizeMaxValue")); mixin(bindCode("vtkLeaderActor2D_GetMinimumArrowSize", "D_vtkLeaderActor2D_GetMinimumArrowSize")); mixin(bindCode("vtkLeaderActor2D_SetMaximumArrowSize", "D_vtkLeaderActor2D_SetMaximumArrowSize")); mixin(bindCode("vtkLeaderActor2D_GetMaximumArrowSizeMinValue", "D_vtkLeaderActor2D_GetMaximumArrowSizeMinValue")); mixin(bindCode("vtkLeaderActor2D_GetMaximumArrowSizeMaxValue", "D_vtkLeaderActor2D_GetMaximumArrowSizeMaxValue")); mixin(bindCode("vtkLeaderActor2D_GetMaximumArrowSize", "D_vtkLeaderActor2D_GetMaximumArrowSize")); mixin(bindCode("vtkLeaderActor2D_SetAutoLabel", "D_vtkLeaderActor2D_SetAutoLabel")); mixin(bindCode("vtkLeaderActor2D_GetAutoLabel", "D_vtkLeaderActor2D_GetAutoLabel")); mixin(bindCode("vtkLeaderActor2D_AutoLabelOn", "D_vtkLeaderActor2D_AutoLabelOn")); mixin(bindCode("vtkLeaderActor2D_AutoLabelOff", "D_vtkLeaderActor2D_AutoLabelOff")); mixin(bindCode("vtkLeaderActor2D_SetLabelFormat", "D_vtkLeaderActor2D_SetLabelFormat")); mixin(bindCode("vtkLeaderActor2D_GetLabelFormat", "D_vtkLeaderActor2D_GetLabelFormat")); mixin(bindCode("vtkLeaderActor2D_GetLength", "D_vtkLeaderActor2D_GetLength")); mixin(bindCode("vtkLeaderActor2D_GetAngle", "D_vtkLeaderActor2D_GetAngle")); mixin(bindCode("vtkLeaderActor2D_Upcast", "D_vtkLeaderActor2D_Upcast")); mixin(bindCode("vtkClosedSurfacePointPlacer_New", "D_vtkClosedSurfacePointPlacer_New")); mixin(bindCode("vtkClosedSurfacePointPlacer_IsTypeOf", "D_vtkClosedSurfacePointPlacer_IsTypeOf")); mixin(bindCode("vtkClosedSurfacePointPlacer_SafeDownCast", "D_vtkClosedSurfacePointPlacer_SafeDownCast")); mixin(bindCode("vtkClosedSurfacePointPlacer_NewInstance", "D_vtkClosedSurfacePointPlacer_NewInstance")); mixin(bindCode("vtkClosedSurfacePointPlacer_AddBoundingPlane", "D_vtkClosedSurfacePointPlacer_AddBoundingPlane")); mixin(bindCode("vtkClosedSurfacePointPlacer_RemoveBoundingPlane", "D_vtkClosedSurfacePointPlacer_RemoveBoundingPlane")); mixin(bindCode("vtkClosedSurfacePointPlacer_RemoveAllBoundingPlanes", "D_vtkClosedSurfacePointPlacer_RemoveAllBoundingPlanes")); mixin(bindCode("vtkClosedSurfacePointPlacer_SetBoundingPlanes__SWIG_0", "D_vtkClosedSurfacePointPlacer_SetBoundingPlanes__SWIG_0")); mixin(bindCode("vtkClosedSurfacePointPlacer_GetBoundingPlanes", "D_vtkClosedSurfacePointPlacer_GetBoundingPlanes")); mixin(bindCode("vtkClosedSurfacePointPlacer_SetBoundingPlanes__SWIG_1", "D_vtkClosedSurfacePointPlacer_SetBoundingPlanes__SWIG_1")); mixin(bindCode("vtkClosedSurfacePointPlacer_ComputeWorldPosition__SWIG_0", "D_vtkClosedSurfacePointPlacer_ComputeWorldPosition__SWIG_0")); mixin(bindCode("vtkClosedSurfacePointPlacer_ComputeWorldPosition__SWIG_1", "D_vtkClosedSurfacePointPlacer_ComputeWorldPosition__SWIG_1")); mixin(bindCode("vtkClosedSurfacePointPlacer_ValidateWorldPosition__SWIG_0", "D_vtkClosedSurfacePointPlacer_ValidateWorldPosition__SWIG_0")); mixin(bindCode("vtkClosedSurfacePointPlacer_ValidateWorldPosition__SWIG_1", "D_vtkClosedSurfacePointPlacer_ValidateWorldPosition__SWIG_1")); mixin(bindCode("vtkClosedSurfacePointPlacer_SetMinimumDistance", "D_vtkClosedSurfacePointPlacer_SetMinimumDistance")); mixin(bindCode("vtkClosedSurfacePointPlacer_GetMinimumDistanceMinValue", "D_vtkClosedSurfacePointPlacer_GetMinimumDistanceMinValue")); mixin(bindCode("vtkClosedSurfacePointPlacer_GetMinimumDistanceMaxValue", "D_vtkClosedSurfacePointPlacer_GetMinimumDistanceMaxValue")); mixin(bindCode("vtkClosedSurfacePointPlacer_GetMinimumDistance", "D_vtkClosedSurfacePointPlacer_GetMinimumDistance")); mixin(bindCode("vtkClosedSurfacePointPlacer_Upcast", "D_vtkClosedSurfacePointPlacer_Upcast")); mixin(bindCode("vtkAMRDataSetCache_New", "D_vtkAMRDataSetCache_New")); mixin(bindCode("vtkAMRDataSetCache_IsTypeOf", "D_vtkAMRDataSetCache_IsTypeOf")); mixin(bindCode("vtkAMRDataSetCache_SafeDownCast", "D_vtkAMRDataSetCache_SafeDownCast")); mixin(bindCode("vtkAMRDataSetCache_NewInstance", "D_vtkAMRDataSetCache_NewInstance")); mixin(bindCode("vtkAMRDataSetCache_InsertAMRBlock", "D_vtkAMRDataSetCache_InsertAMRBlock")); mixin(bindCode("vtkAMRDataSetCache_InsertAMRBlockPointData", "D_vtkAMRDataSetCache_InsertAMRBlockPointData")); mixin(bindCode("vtkAMRDataSetCache_InsertAMRBlockCellData", "D_vtkAMRDataSetCache_InsertAMRBlockCellData")); mixin(bindCode("vtkAMRDataSetCache_GetAMRBlockCellData", "D_vtkAMRDataSetCache_GetAMRBlockCellData")); mixin(bindCode("vtkAMRDataSetCache_GetAMRBlockPointData", "D_vtkAMRDataSetCache_GetAMRBlockPointData")); mixin(bindCode("vtkAMRDataSetCache_GetAMRBlock", "D_vtkAMRDataSetCache_GetAMRBlock")); mixin(bindCode("vtkAMRDataSetCache_HasAMRBlockCellData", "D_vtkAMRDataSetCache_HasAMRBlockCellData")); mixin(bindCode("vtkAMRDataSetCache_HasAMRBlockPointData", "D_vtkAMRDataSetCache_HasAMRBlockPointData")); mixin(bindCode("vtkAMRDataSetCache_HasAMRBlock", "D_vtkAMRDataSetCache_HasAMRBlock")); mixin(bindCode("vtkAMRDataSetCache_Upcast", "D_vtkAMRDataSetCache_Upcast")); mixin(bindCode("vtkHyperOctreeCutter_IsTypeOf", "D_vtkHyperOctreeCutter_IsTypeOf")); mixin(bindCode("vtkHyperOctreeCutter_SafeDownCast", "D_vtkHyperOctreeCutter_SafeDownCast")); mixin(bindCode("vtkHyperOctreeCutter_NewInstance", "D_vtkHyperOctreeCutter_NewInstance")); mixin(bindCode("vtkHyperOctreeCutter_New", "D_vtkHyperOctreeCutter_New")); mixin(bindCode("vtkHyperOctreeCutter_SetValue", "D_vtkHyperOctreeCutter_SetValue")); mixin(bindCode("vtkHyperOctreeCutter_GetValue", "D_vtkHyperOctreeCutter_GetValue")); mixin(bindCode("vtkHyperOctreeCutter_GetValues__SWIG_0", "D_vtkHyperOctreeCutter_GetValues__SWIG_0")); mixin(bindCode("vtkHyperOctreeCutter_GetValues__SWIG_1", "D_vtkHyperOctreeCutter_GetValues__SWIG_1")); mixin(bindCode("vtkHyperOctreeCutter_SetNumberOfContours", "D_vtkHyperOctreeCutter_SetNumberOfContours")); mixin(bindCode("vtkHyperOctreeCutter_GetNumberOfContours", "D_vtkHyperOctreeCutter_GetNumberOfContours")); mixin(bindCode("vtkHyperOctreeCutter_GenerateValues__SWIG_0", "D_vtkHyperOctreeCutter_GenerateValues__SWIG_0")); mixin(bindCode("vtkHyperOctreeCutter_GenerateValues__SWIG_1", "D_vtkHyperOctreeCutter_GenerateValues__SWIG_1")); mixin(bindCode("vtkHyperOctreeCutter_SetCutFunction", "D_vtkHyperOctreeCutter_SetCutFunction")); mixin(bindCode("vtkHyperOctreeCutter_GetCutFunction", "D_vtkHyperOctreeCutter_GetCutFunction")); mixin(bindCode("vtkHyperOctreeCutter_SetGenerateCutScalars", "D_vtkHyperOctreeCutter_SetGenerateCutScalars")); mixin(bindCode("vtkHyperOctreeCutter_GetGenerateCutScalars", "D_vtkHyperOctreeCutter_GetGenerateCutScalars")); mixin(bindCode("vtkHyperOctreeCutter_GenerateCutScalarsOn", "D_vtkHyperOctreeCutter_GenerateCutScalarsOn")); mixin(bindCode("vtkHyperOctreeCutter_GenerateCutScalarsOff", "D_vtkHyperOctreeCutter_GenerateCutScalarsOff")); mixin(bindCode("vtkHyperOctreeCutter_SetLocator", "D_vtkHyperOctreeCutter_SetLocator")); mixin(bindCode("vtkHyperOctreeCutter_GetLocator", "D_vtkHyperOctreeCutter_GetLocator")); mixin(bindCode("vtkHyperOctreeCutter_SetSortBy", "D_vtkHyperOctreeCutter_SetSortBy")); mixin(bindCode("vtkHyperOctreeCutter_GetSortByMinValue", "D_vtkHyperOctreeCutter_GetSortByMinValue")); mixin(bindCode("vtkHyperOctreeCutter_GetSortByMaxValue", "D_vtkHyperOctreeCutter_GetSortByMaxValue")); mixin(bindCode("vtkHyperOctreeCutter_GetSortBy", "D_vtkHyperOctreeCutter_GetSortBy")); mixin(bindCode("vtkHyperOctreeCutter_SetSortByToSortByValue", "D_vtkHyperOctreeCutter_SetSortByToSortByValue")); mixin(bindCode("vtkHyperOctreeCutter_SetSortByToSortByCell", "D_vtkHyperOctreeCutter_SetSortByToSortByCell")); mixin(bindCode("vtkHyperOctreeCutter_GetSortByAsString", "D_vtkHyperOctreeCutter_GetSortByAsString")); mixin(bindCode("vtkHyperOctreeCutter_CreateDefaultLocator", "D_vtkHyperOctreeCutter_CreateDefaultLocator")); mixin(bindCode("vtkHyperOctreeCutter_Upcast", "D_vtkHyperOctreeCutter_Upcast")); mixin(bindCode("vtkDataSetToDataObjectFilter_IsTypeOf", "D_vtkDataSetToDataObjectFilter_IsTypeOf")); mixin(bindCode("vtkDataSetToDataObjectFilter_SafeDownCast", "D_vtkDataSetToDataObjectFilter_SafeDownCast")); mixin(bindCode("vtkDataSetToDataObjectFilter_NewInstance", "D_vtkDataSetToDataObjectFilter_NewInstance")); mixin(bindCode("vtkDataSetToDataObjectFilter_New", "D_vtkDataSetToDataObjectFilter_New")); mixin(bindCode("vtkDataSetToDataObjectFilter_SetGeometry", "D_vtkDataSetToDataObjectFilter_SetGeometry")); mixin(bindCode("vtkDataSetToDataObjectFilter_GetGeometry", "D_vtkDataSetToDataObjectFilter_GetGeometry")); mixin(bindCode("vtkDataSetToDataObjectFilter_GeometryOn", "D_vtkDataSetToDataObjectFilter_GeometryOn")); mixin(bindCode("vtkDataSetToDataObjectFilter_GeometryOff", "D_vtkDataSetToDataObjectFilter_GeometryOff")); mixin(bindCode("vtkDataSetToDataObjectFilter_SetTopology", "D_vtkDataSetToDataObjectFilter_SetTopology")); mixin(bindCode("vtkDataSetToDataObjectFilter_GetTopology", "D_vtkDataSetToDataObjectFilter_GetTopology")); mixin(bindCode("vtkDataSetToDataObjectFilter_TopologyOn", "D_vtkDataSetToDataObjectFilter_TopologyOn")); mixin(bindCode("vtkDataSetToDataObjectFilter_TopologyOff", "D_vtkDataSetToDataObjectFilter_TopologyOff")); mixin(bindCode("vtkDataSetToDataObjectFilter_SetFieldData", "D_vtkDataSetToDataObjectFilter_SetFieldData")); mixin(bindCode("vtkDataSetToDataObjectFilter_GetFieldData", "D_vtkDataSetToDataObjectFilter_GetFieldData")); mixin(bindCode("vtkDataSetToDataObjectFilter_FieldDataOn", "D_vtkDataSetToDataObjectFilter_FieldDataOn")); mixin(bindCode("vtkDataSetToDataObjectFilter_FieldDataOff", "D_vtkDataSetToDataObjectFilter_FieldDataOff")); mixin(bindCode("vtkDataSetToDataObjectFilter_SetPointData", "D_vtkDataSetToDataObjectFilter_SetPointData")); mixin(bindCode("vtkDataSetToDataObjectFilter_GetPointData", "D_vtkDataSetToDataObjectFilter_GetPointData")); mixin(bindCode("vtkDataSetToDataObjectFilter_PointDataOn", "D_vtkDataSetToDataObjectFilter_PointDataOn")); mixin(bindCode("vtkDataSetToDataObjectFilter_PointDataOff", "D_vtkDataSetToDataObjectFilter_PointDataOff")); mixin(bindCode("vtkDataSetToDataObjectFilter_SetCellData", "D_vtkDataSetToDataObjectFilter_SetCellData")); mixin(bindCode("vtkDataSetToDataObjectFilter_GetCellData", "D_vtkDataSetToDataObjectFilter_GetCellData")); mixin(bindCode("vtkDataSetToDataObjectFilter_CellDataOn", "D_vtkDataSetToDataObjectFilter_CellDataOn")); mixin(bindCode("vtkDataSetToDataObjectFilter_CellDataOff", "D_vtkDataSetToDataObjectFilter_CellDataOff")); mixin(bindCode("vtkDataSetToDataObjectFilter_Upcast", "D_vtkDataSetToDataObjectFilter_Upcast")); mixin(bindCode("vtkProgrammableElectronicData_New", "D_vtkProgrammableElectronicData_New")); mixin(bindCode("vtkProgrammableElectronicData_IsTypeOf", "D_vtkProgrammableElectronicData_IsTypeOf")); mixin(bindCode("vtkProgrammableElectronicData_SafeDownCast", "D_vtkProgrammableElectronicData_SafeDownCast")); mixin(bindCode("vtkProgrammableElectronicData_NewInstance", "D_vtkProgrammableElectronicData_NewInstance")); mixin(bindCode("vtkProgrammableElectronicData_SetNumberOfMOs", "D_vtkProgrammableElectronicData_SetNumberOfMOs")); mixin(bindCode("vtkProgrammableElectronicData_SetNumberOfElectrons", "D_vtkProgrammableElectronicData_SetNumberOfElectrons")); mixin(bindCode("vtkProgrammableElectronicData_SetMO", "D_vtkProgrammableElectronicData_SetMO")); mixin(bindCode("vtkProgrammableElectronicData_SetElectronDensity", "D_vtkProgrammableElectronicData_SetElectronDensity")); mixin(bindCode("vtkProgrammableElectronicData_SetPadding", "D_vtkProgrammableElectronicData_SetPadding")); mixin(bindCode("vtkProgrammableElectronicData_Upcast", "D_vtkProgrammableElectronicData_Upcast")); mixin(bindCode("vtkSignedCharArray_New", "D_vtkSignedCharArray_New")); mixin(bindCode("vtkSignedCharArray_IsTypeOf", "D_vtkSignedCharArray_IsTypeOf")); mixin(bindCode("vtkSignedCharArray_IsA", "D_vtkSignedCharArray_IsA")); mixin(bindCode("vtkSignedCharArray_SafeDownCast", "D_vtkSignedCharArray_SafeDownCast")); mixin(bindCode("vtkSignedCharArray_NewInstance", "D_vtkSignedCharArray_NewInstance")); mixin(bindCode("vtkSignedCharArray_PrintSelf", "D_vtkSignedCharArray_PrintSelf")); mixin(bindCode("vtkSignedCharArray_GetDataType", "D_vtkSignedCharArray_GetDataType")); mixin(bindCode("vtkSignedCharArray_GetTupleValue", "D_vtkSignedCharArray_GetTupleValue")); mixin(bindCode("vtkSignedCharArray_SetTupleValue", "D_vtkSignedCharArray_SetTupleValue")); mixin(bindCode("vtkSignedCharArray_InsertTupleValue", "D_vtkSignedCharArray_InsertTupleValue")); mixin(bindCode("vtkSignedCharArray_InsertNextTupleValue", "D_vtkSignedCharArray_InsertNextTupleValue")); mixin(bindCode("vtkSignedCharArray_GetValue", "D_vtkSignedCharArray_GetValue")); mixin(bindCode("vtkSignedCharArray_SetValue", "D_vtkSignedCharArray_SetValue")); mixin(bindCode("vtkSignedCharArray_SetNumberOfValues", "D_vtkSignedCharArray_SetNumberOfValues")); mixin(bindCode("vtkSignedCharArray_InsertValue", "D_vtkSignedCharArray_InsertValue")); mixin(bindCode("vtkSignedCharArray_InsertNextValue", "D_vtkSignedCharArray_InsertNextValue")); mixin(bindCode("vtkSignedCharArray_GetValueRange__SWIG_0", "D_vtkSignedCharArray_GetValueRange__SWIG_0")); mixin(bindCode("vtkSignedCharArray_GetValueRange__SWIG_1", "D_vtkSignedCharArray_GetValueRange__SWIG_1")); mixin(bindCode("vtkSignedCharArray_GetDataTypeValueMin", "D_vtkSignedCharArray_GetDataTypeValueMin")); mixin(bindCode("vtkSignedCharArray_GetDataTypeValueMax", "D_vtkSignedCharArray_GetDataTypeValueMax")); mixin(bindCode("vtkSignedCharArray_WritePointer", "D_vtkSignedCharArray_WritePointer")); mixin(bindCode("vtkSignedCharArray_GetPointer", "D_vtkSignedCharArray_GetPointer")); mixin(bindCode("vtkSignedCharArray_SetArray__SWIG_0", "D_vtkSignedCharArray_SetArray__SWIG_0")); mixin(bindCode("vtkSignedCharArray_SetArray__SWIG_1", "D_vtkSignedCharArray_SetArray__SWIG_1")); mixin(bindCode("vtkTreeHeatmapItem_New", "D_vtkTreeHeatmapItem_New")); mixin(bindCode("vtkTreeHeatmapItem_IsTypeOf", "D_vtkTreeHeatmapItem_IsTypeOf")); mixin(bindCode("vtkTreeHeatmapItem_SafeDownCast", "D_vtkTreeHeatmapItem_SafeDownCast")); mixin(bindCode("vtkTreeHeatmapItem_NewInstance", "D_vtkTreeHeatmapItem_NewInstance")); mixin(bindCode("vtkTreeHeatmapItem_SetTree", "D_vtkTreeHeatmapItem_SetTree")); mixin(bindCode("vtkTreeHeatmapItem_GetTree", "D_vtkTreeHeatmapItem_GetTree")); mixin(bindCode("vtkTreeHeatmapItem_SetTable", "D_vtkTreeHeatmapItem_SetTable")); mixin(bindCode("vtkTreeHeatmapItem_GetTable", "D_vtkTreeHeatmapItem_GetTable")); mixin(bindCode("vtkTreeHeatmapItem_CollapseToNumberOfLeafNodes", "D_vtkTreeHeatmapItem_CollapseToNumberOfLeafNodes")); mixin(bindCode("vtkTreeHeatmapItem_GetPrunedTree", "D_vtkTreeHeatmapItem_GetPrunedTree")); mixin(bindCode("vtkTreeHeatmapItem_SetTreeColorArray", "D_vtkTreeHeatmapItem_SetTreeColorArray")); mixin(bindCode("vtkTreeHeatmapItem_Upcast", "D_vtkTreeHeatmapItem_Upcast")); mixin(bindCode("vtkModifiedBSPTree_IsTypeOf", "D_vtkModifiedBSPTree_IsTypeOf")); mixin(bindCode("vtkModifiedBSPTree_SafeDownCast", "D_vtkModifiedBSPTree_SafeDownCast")); mixin(bindCode("vtkModifiedBSPTree_NewInstance", "D_vtkModifiedBSPTree_NewInstance")); mixin(bindCode("vtkModifiedBSPTree_New", "D_vtkModifiedBSPTree_New")); mixin(bindCode("vtkModifiedBSPTree_Upcast", "D_vtkModifiedBSPTree_Upcast")); mixin(bindCode("vtkCellCenterDepthSort_IsTypeOf", "D_vtkCellCenterDepthSort_IsTypeOf")); mixin(bindCode("vtkCellCenterDepthSort_SafeDownCast", "D_vtkCellCenterDepthSort_SafeDownCast")); mixin(bindCode("vtkCellCenterDepthSort_NewInstance", "D_vtkCellCenterDepthSort_NewInstance")); mixin(bindCode("vtkCellCenterDepthSort_New", "D_vtkCellCenterDepthSort_New")); mixin(bindCode("vtkCellCenterDepthSort_Upcast", "D_vtkCellCenterDepthSort_Upcast")); mixin(bindCode("vtkPickingManager_New", "D_vtkPickingManager_New")); mixin(bindCode("vtkPickingManager_IsTypeOf", "D_vtkPickingManager_IsTypeOf")); mixin(bindCode("vtkPickingManager_SafeDownCast", "D_vtkPickingManager_SafeDownCast")); mixin(bindCode("vtkPickingManager_NewInstance", "D_vtkPickingManager_NewInstance")); mixin(bindCode("vtkPickingManager_EnabledOn", "D_vtkPickingManager_EnabledOn")); mixin(bindCode("vtkPickingManager_EnabledOff", "D_vtkPickingManager_EnabledOff")); mixin(bindCode("vtkPickingManager_SetEnabled", "D_vtkPickingManager_SetEnabled")); mixin(bindCode("vtkPickingManager_GetEnabled", "D_vtkPickingManager_GetEnabled")); mixin(bindCode("vtkPickingManager_SetOptimizeOnInteractorEvents", "D_vtkPickingManager_SetOptimizeOnInteractorEvents")); mixin(bindCode("vtkPickingManager_GetOptimizeOnInteractorEvents", "D_vtkPickingManager_GetOptimizeOnInteractorEvents")); mixin(bindCode("vtkPickingManager_SetInteractor", "D_vtkPickingManager_SetInteractor")); mixin(bindCode("vtkPickingManager_GetInteractor", "D_vtkPickingManager_GetInteractor")); mixin(bindCode("vtkPickingManager_AddPicker__SWIG_0", "D_vtkPickingManager_AddPicker__SWIG_0")); mixin(bindCode("vtkPickingManager_AddPicker__SWIG_1", "D_vtkPickingManager_AddPicker__SWIG_1")); mixin(bindCode("vtkPickingManager_RemovePicker__SWIG_0", "D_vtkPickingManager_RemovePicker__SWIG_0")); mixin(bindCode("vtkPickingManager_RemovePicker__SWIG_1", "D_vtkPickingManager_RemovePicker__SWIG_1")); mixin(bindCode("vtkPickingManager_RemoveObject", "D_vtkPickingManager_RemoveObject")); mixin(bindCode("vtkPickingManager_Pick__SWIG_0", "D_vtkPickingManager_Pick__SWIG_0")); mixin(bindCode("vtkPickingManager_Pick__SWIG_1", "D_vtkPickingManager_Pick__SWIG_1")); mixin(bindCode("vtkPickingManager_Pick__SWIG_2", "D_vtkPickingManager_Pick__SWIG_2")); mixin(bindCode("vtkPickingManager_GetAssemblyPath", "D_vtkPickingManager_GetAssemblyPath")); mixin(bindCode("vtkPickingManager_GetNumberOfPickers", "D_vtkPickingManager_GetNumberOfPickers")); mixin(bindCode("vtkPickingManager_GetNumberOfObjectsLinked", "D_vtkPickingManager_GetNumberOfObjectsLinked")); mixin(bindCode("vtkPickingManager_Upcast", "D_vtkPickingManager_Upcast")); mixin(bindCode("vtkTextureMapToCylinder_IsTypeOf", "D_vtkTextureMapToCylinder_IsTypeOf")); mixin(bindCode("vtkTextureMapToCylinder_SafeDownCast", "D_vtkTextureMapToCylinder_SafeDownCast")); mixin(bindCode("vtkTextureMapToCylinder_NewInstance", "D_vtkTextureMapToCylinder_NewInstance")); mixin(bindCode("vtkTextureMapToCylinder_New", "D_vtkTextureMapToCylinder_New")); mixin(bindCode("vtkTextureMapToCylinder_SetPoint1__SWIG_0", "D_vtkTextureMapToCylinder_SetPoint1__SWIG_0")); mixin(bindCode("vtkTextureMapToCylinder_SetPoint1__SWIG_1", "D_vtkTextureMapToCylinder_SetPoint1__SWIG_1")); mixin(bindCode("vtkTextureMapToCylinder_GetPoint1__SWIG_0", "D_vtkTextureMapToCylinder_GetPoint1__SWIG_0")); mixin(bindCode("vtkTextureMapToCylinder_GetPoint1__SWIG_1", "D_vtkTextureMapToCylinder_GetPoint1__SWIG_1")); mixin(bindCode("vtkTextureMapToCylinder_SetPoint2__SWIG_0", "D_vtkTextureMapToCylinder_SetPoint2__SWIG_0")); mixin(bindCode("vtkTextureMapToCylinder_SetPoint2__SWIG_1", "D_vtkTextureMapToCylinder_SetPoint2__SWIG_1")); mixin(bindCode("vtkTextureMapToCylinder_GetPoint2__SWIG_0", "D_vtkTextureMapToCylinder_GetPoint2__SWIG_0")); mixin(bindCode("vtkTextureMapToCylinder_GetPoint2__SWIG_1", "D_vtkTextureMapToCylinder_GetPoint2__SWIG_1")); mixin(bindCode("vtkTextureMapToCylinder_SetAutomaticCylinderGeneration", "D_vtkTextureMapToCylinder_SetAutomaticCylinderGeneration")); mixin(bindCode("vtkTextureMapToCylinder_GetAutomaticCylinderGeneration", "D_vtkTextureMapToCylinder_GetAutomaticCylinderGeneration")); mixin(bindCode("vtkTextureMapToCylinder_AutomaticCylinderGenerationOn", "D_vtkTextureMapToCylinder_AutomaticCylinderGenerationOn")); mixin(bindCode("vtkTextureMapToCylinder_AutomaticCylinderGenerationOff", "D_vtkTextureMapToCylinder_AutomaticCylinderGenerationOff")); mixin(bindCode("vtkTextureMapToCylinder_SetPreventSeam", "D_vtkTextureMapToCylinder_SetPreventSeam")); mixin(bindCode("vtkTextureMapToCylinder_GetPreventSeam", "D_vtkTextureMapToCylinder_GetPreventSeam")); mixin(bindCode("vtkTextureMapToCylinder_PreventSeamOn", "D_vtkTextureMapToCylinder_PreventSeamOn")); mixin(bindCode("vtkTextureMapToCylinder_PreventSeamOff", "D_vtkTextureMapToCylinder_PreventSeamOff")); mixin(bindCode("vtkTextureMapToCylinder_Upcast", "D_vtkTextureMapToCylinder_Upcast")); mixin(bindCode("vtkImageHSVToRGB_New", "D_vtkImageHSVToRGB_New")); mixin(bindCode("vtkImageHSVToRGB_IsTypeOf", "D_vtkImageHSVToRGB_IsTypeOf")); mixin(bindCode("vtkImageHSVToRGB_SafeDownCast", "D_vtkImageHSVToRGB_SafeDownCast")); mixin(bindCode("vtkImageHSVToRGB_NewInstance", "D_vtkImageHSVToRGB_NewInstance")); mixin(bindCode("vtkImageHSVToRGB_SetMaximum", "D_vtkImageHSVToRGB_SetMaximum")); mixin(bindCode("vtkImageHSVToRGB_GetMaximum", "D_vtkImageHSVToRGB_GetMaximum")); mixin(bindCode("vtkImageHSVToRGB_Upcast", "D_vtkImageHSVToRGB_Upcast")); mixin(bindCode("vtkOpenGLTexture_New", "D_vtkOpenGLTexture_New")); mixin(bindCode("vtkOpenGLTexture_IsTypeOf", "D_vtkOpenGLTexture_IsTypeOf")); mixin(bindCode("vtkOpenGLTexture_SafeDownCast", "D_vtkOpenGLTexture_SafeDownCast")); mixin(bindCode("vtkOpenGLTexture_NewInstance", "D_vtkOpenGLTexture_NewInstance")); mixin(bindCode("vtkOpenGLTexture_GetIndex", "D_vtkOpenGLTexture_GetIndex")); mixin(bindCode("new_vtkOpenGLTexture", "D_new_vtkOpenGLTexture")); mixin(bindCode("delete_vtkOpenGLTexture", "D_delete_vtkOpenGLTexture")); mixin(bindCode("vtkOpenGLTexture_Upcast", "D_vtkOpenGLTexture_Upcast")); mixin(bindCode("vtkShader2Collection_New", "D_vtkShader2Collection_New")); mixin(bindCode("vtkShader2Collection_IsTypeOf", "D_vtkShader2Collection_IsTypeOf")); mixin(bindCode("vtkShader2Collection_SafeDownCast", "D_vtkShader2Collection_SafeDownCast")); mixin(bindCode("vtkShader2Collection_NewInstance", "D_vtkShader2Collection_NewInstance")); mixin(bindCode("vtkShader2Collection_AddItem", "D_vtkShader2Collection_AddItem")); mixin(bindCode("vtkShader2Collection_GetNextShader", "D_vtkShader2Collection_GetNextShader")); mixin(bindCode("vtkShader2Collection_GetLastShader", "D_vtkShader2Collection_GetLastShader")); mixin(bindCode("vtkShader2Collection_AddCollection", "D_vtkShader2Collection_AddCollection")); mixin(bindCode("vtkShader2Collection_RemoveCollection", "D_vtkShader2Collection_RemoveCollection")); mixin(bindCode("vtkShader2Collection_HasVertexShaders", "D_vtkShader2Collection_HasVertexShaders")); mixin(bindCode("vtkShader2Collection_HasTessellationControlShaders", "D_vtkShader2Collection_HasTessellationControlShaders")); mixin(bindCode("vtkShader2Collection_HasTessellationEvaluationShaders", "D_vtkShader2Collection_HasTessellationEvaluationShaders")); mixin(bindCode("vtkShader2Collection_HasGeometryShaders", "D_vtkShader2Collection_HasGeometryShaders")); mixin(bindCode("vtkShader2Collection_HasFragmentShaders", "D_vtkShader2Collection_HasFragmentShaders")); mixin(bindCode("vtkShader2Collection_ReleaseGraphicsResources", "D_vtkShader2Collection_ReleaseGraphicsResources")); mixin(bindCode("vtkShader2Collection_Upcast", "D_vtkShader2Collection_Upcast")); mixin(bindCode("VTK_DIRECTION_BACK_TO_FRONT_get", "D_VTK_DIRECTION_BACK_TO_FRONT_get")); mixin(bindCode("VTK_DIRECTION_FRONT_TO_BACK_get", "D_VTK_DIRECTION_FRONT_TO_BACK_get")); mixin(bindCode("VTK_SORT_FIRST_POINT_get", "D_VTK_SORT_FIRST_POINT_get")); mixin(bindCode("VTK_SORT_BOUNDS_CENTER_get", "D_VTK_SORT_BOUNDS_CENTER_get")); mixin(bindCode("VTK_SORT_PARAMETRIC_CENTER_get", "D_VTK_SORT_PARAMETRIC_CENTER_get")); mixin(bindCode("vtkDepthSortPolyData_New", "D_vtkDepthSortPolyData_New")); mixin(bindCode("vtkDepthSortPolyData_IsTypeOf", "D_vtkDepthSortPolyData_IsTypeOf")); mixin(bindCode("vtkDepthSortPolyData_SafeDownCast", "D_vtkDepthSortPolyData_SafeDownCast")); mixin(bindCode("vtkDepthSortPolyData_NewInstance", "D_vtkDepthSortPolyData_NewInstance")); mixin(bindCode("vtkDepthSortPolyData_SetDirection", "D_vtkDepthSortPolyData_SetDirection")); mixin(bindCode("vtkDepthSortPolyData_GetDirection", "D_vtkDepthSortPolyData_GetDirection")); mixin(bindCode("vtkDepthSortPolyData_SetDirectionToFrontToBack", "D_vtkDepthSortPolyData_SetDirectionToFrontToBack")); mixin(bindCode("vtkDepthSortPolyData_SetDirectionToBackToFront", "D_vtkDepthSortPolyData_SetDirectionToBackToFront")); mixin(bindCode("vtkDepthSortPolyData_SetDirectionToSpecifiedVector", "D_vtkDepthSortPolyData_SetDirectionToSpecifiedVector")); mixin(bindCode("vtkDepthSortPolyData_SetDepthSortMode", "D_vtkDepthSortPolyData_SetDepthSortMode")); mixin(bindCode("vtkDepthSortPolyData_GetDepthSortMode", "D_vtkDepthSortPolyData_GetDepthSortMode")); mixin(bindCode("vtkDepthSortPolyData_SetDepthSortModeToFirstPoint", "D_vtkDepthSortPolyData_SetDepthSortModeToFirstPoint")); mixin(bindCode("vtkDepthSortPolyData_SetDepthSortModeToBoundsCenter", "D_vtkDepthSortPolyData_SetDepthSortModeToBoundsCenter")); mixin(bindCode("vtkDepthSortPolyData_SetDepthSortModeToParametricCenter", "D_vtkDepthSortPolyData_SetDepthSortModeToParametricCenter")); mixin(bindCode("vtkDepthSortPolyData_SetCamera", "D_vtkDepthSortPolyData_SetCamera")); mixin(bindCode("vtkDepthSortPolyData_GetCamera", "D_vtkDepthSortPolyData_GetCamera")); mixin(bindCode("vtkDepthSortPolyData_SetProp3D", "D_vtkDepthSortPolyData_SetProp3D")); mixin(bindCode("vtkDepthSortPolyData_GetProp3D", "D_vtkDepthSortPolyData_GetProp3D")); mixin(bindCode("vtkDepthSortPolyData_SetVector__SWIG_0", "D_vtkDepthSortPolyData_SetVector__SWIG_0")); mixin(bindCode("vtkDepthSortPolyData_SetVector__SWIG_1", "D_vtkDepthSortPolyData_SetVector__SWIG_1")); mixin(bindCode("vtkDepthSortPolyData_GetVector__SWIG_0", "D_vtkDepthSortPolyData_GetVector__SWIG_0")); mixin(bindCode("vtkDepthSortPolyData_GetVector__SWIG_1", "D_vtkDepthSortPolyData_GetVector__SWIG_1")); mixin(bindCode("vtkDepthSortPolyData_SetOrigin__SWIG_0", "D_vtkDepthSortPolyData_SetOrigin__SWIG_0")); mixin(bindCode("vtkDepthSortPolyData_SetOrigin__SWIG_1", "D_vtkDepthSortPolyData_SetOrigin__SWIG_1")); mixin(bindCode("vtkDepthSortPolyData_GetOrigin__SWIG_0", "D_vtkDepthSortPolyData_GetOrigin__SWIG_0")); mixin(bindCode("vtkDepthSortPolyData_GetOrigin__SWIG_1", "D_vtkDepthSortPolyData_GetOrigin__SWIG_1")); mixin(bindCode("vtkDepthSortPolyData_SetSortScalars", "D_vtkDepthSortPolyData_SetSortScalars")); mixin(bindCode("vtkDepthSortPolyData_GetSortScalars", "D_vtkDepthSortPolyData_GetSortScalars")); mixin(bindCode("vtkDepthSortPolyData_SortScalarsOn", "D_vtkDepthSortPolyData_SortScalarsOn")); mixin(bindCode("vtkDepthSortPolyData_SortScalarsOff", "D_vtkDepthSortPolyData_SortScalarsOff")); mixin(bindCode("vtkDepthSortPolyData_Upcast", "D_vtkDepthSortPolyData_Upcast")); mixin(bindCode("vtkAMRFlashReader_New", "D_vtkAMRFlashReader_New")); mixin(bindCode("vtkAMRFlashReader_IsTypeOf", "D_vtkAMRFlashReader_IsTypeOf")); mixin(bindCode("vtkAMRFlashReader_SafeDownCast", "D_vtkAMRFlashReader_SafeDownCast")); mixin(bindCode("vtkAMRFlashReader_NewInstance", "D_vtkAMRFlashReader_NewInstance")); mixin(bindCode("vtkAMRFlashReader_Upcast", "D_vtkAMRFlashReader_Upcast")); mixin(bindCode("vtkEdgePoints_IsTypeOf", "D_vtkEdgePoints_IsTypeOf")); mixin(bindCode("vtkEdgePoints_SafeDownCast", "D_vtkEdgePoints_SafeDownCast")); mixin(bindCode("vtkEdgePoints_NewInstance", "D_vtkEdgePoints_NewInstance")); mixin(bindCode("vtkEdgePoints_New", "D_vtkEdgePoints_New")); mixin(bindCode("vtkEdgePoints_SetValue", "D_vtkEdgePoints_SetValue")); mixin(bindCode("vtkEdgePoints_GetValue", "D_vtkEdgePoints_GetValue")); mixin(bindCode("vtkEdgePoints_Upcast", "D_vtkEdgePoints_Upcast")); mixin(bindCode("vtkGenericDataSetTessellator_New", "D_vtkGenericDataSetTessellator_New")); mixin(bindCode("vtkGenericDataSetTessellator_IsTypeOf", "D_vtkGenericDataSetTessellator_IsTypeOf")); mixin(bindCode("vtkGenericDataSetTessellator_SafeDownCast", "D_vtkGenericDataSetTessellator_SafeDownCast")); mixin(bindCode("vtkGenericDataSetTessellator_NewInstance", "D_vtkGenericDataSetTessellator_NewInstance")); mixin(bindCode("vtkGenericDataSetTessellator_SetKeepCellIds", "D_vtkGenericDataSetTessellator_SetKeepCellIds")); mixin(bindCode("vtkGenericDataSetTessellator_GetKeepCellIds", "D_vtkGenericDataSetTessellator_GetKeepCellIds")); mixin(bindCode("vtkGenericDataSetTessellator_KeepCellIdsOn", "D_vtkGenericDataSetTessellator_KeepCellIdsOn")); mixin(bindCode("vtkGenericDataSetTessellator_KeepCellIdsOff", "D_vtkGenericDataSetTessellator_KeepCellIdsOff")); mixin(bindCode("vtkGenericDataSetTessellator_SetMerging", "D_vtkGenericDataSetTessellator_SetMerging")); mixin(bindCode("vtkGenericDataSetTessellator_GetMerging", "D_vtkGenericDataSetTessellator_GetMerging")); mixin(bindCode("vtkGenericDataSetTessellator_MergingOn", "D_vtkGenericDataSetTessellator_MergingOn")); mixin(bindCode("vtkGenericDataSetTessellator_MergingOff", "D_vtkGenericDataSetTessellator_MergingOff")); mixin(bindCode("vtkGenericDataSetTessellator_SetLocator", "D_vtkGenericDataSetTessellator_SetLocator")); mixin(bindCode("vtkGenericDataSetTessellator_GetLocator", "D_vtkGenericDataSetTessellator_GetLocator")); mixin(bindCode("vtkGenericDataSetTessellator_CreateDefaultLocator", "D_vtkGenericDataSetTessellator_CreateDefaultLocator")); mixin(bindCode("vtkGenericDataSetTessellator_Upcast", "D_vtkGenericDataSetTessellator_Upcast")); mixin(bindCode("vtkQuadric_IsTypeOf", "D_vtkQuadric_IsTypeOf")); mixin(bindCode("vtkQuadric_SafeDownCast", "D_vtkQuadric_SafeDownCast")); mixin(bindCode("vtkQuadric_NewInstance", "D_vtkQuadric_NewInstance")); mixin(bindCode("vtkQuadric_New", "D_vtkQuadric_New")); mixin(bindCode("vtkQuadric_EvaluateFunction__SWIG_0", "D_vtkQuadric_EvaluateFunction__SWIG_0")); mixin(bindCode("vtkQuadric_EvaluateFunction__SWIG_1", "D_vtkQuadric_EvaluateFunction__SWIG_1")); mixin(bindCode("vtkQuadric_SetCoefficients__SWIG_0", "D_vtkQuadric_SetCoefficients__SWIG_0")); mixin(bindCode("vtkQuadric_SetCoefficients__SWIG_1", "D_vtkQuadric_SetCoefficients__SWIG_1")); mixin(bindCode("vtkQuadric_GetCoefficients__SWIG_0", "D_vtkQuadric_GetCoefficients__SWIG_0")); mixin(bindCode("vtkQuadric_GetCoefficients__SWIG_1", "D_vtkQuadric_GetCoefficients__SWIG_1")); mixin(bindCode("vtkQuadric_Upcast", "D_vtkQuadric_Upcast")); mixin(bindCode("vtkDataSetReader_New", "D_vtkDataSetReader_New")); mixin(bindCode("vtkDataSetReader_IsTypeOf", "D_vtkDataSetReader_IsTypeOf")); mixin(bindCode("vtkDataSetReader_SafeDownCast", "D_vtkDataSetReader_SafeDownCast")); mixin(bindCode("vtkDataSetReader_NewInstance", "D_vtkDataSetReader_NewInstance")); mixin(bindCode("vtkDataSetReader_GetOutput__SWIG_0", "D_vtkDataSetReader_GetOutput__SWIG_0")); mixin(bindCode("vtkDataSetReader_GetOutput__SWIG_1", "D_vtkDataSetReader_GetOutput__SWIG_1")); mixin(bindCode("vtkDataSetReader_GetPolyDataOutput", "D_vtkDataSetReader_GetPolyDataOutput")); mixin(bindCode("vtkDataSetReader_GetStructuredPointsOutput", "D_vtkDataSetReader_GetStructuredPointsOutput")); mixin(bindCode("vtkDataSetReader_GetStructuredGridOutput", "D_vtkDataSetReader_GetStructuredGridOutput")); mixin(bindCode("vtkDataSetReader_GetUnstructuredGridOutput", "D_vtkDataSetReader_GetUnstructuredGridOutput")); mixin(bindCode("vtkDataSetReader_GetRectilinearGridOutput", "D_vtkDataSetReader_GetRectilinearGridOutput")); mixin(bindCode("vtkDataSetReader_ReadOutputType", "D_vtkDataSetReader_ReadOutputType")); mixin(bindCode("vtkDataSetReader_Upcast", "D_vtkDataSetReader_Upcast")); mixin(bindCode("vtkPLinearExtrusionFilter_IsTypeOf", "D_vtkPLinearExtrusionFilter_IsTypeOf")); mixin(bindCode("vtkPLinearExtrusionFilter_SafeDownCast", "D_vtkPLinearExtrusionFilter_SafeDownCast")); mixin(bindCode("vtkPLinearExtrusionFilter_NewInstance", "D_vtkPLinearExtrusionFilter_NewInstance")); mixin(bindCode("vtkPLinearExtrusionFilter_New", "D_vtkPLinearExtrusionFilter_New")); mixin(bindCode("vtkPLinearExtrusionFilter_SetPieceInvariant", "D_vtkPLinearExtrusionFilter_SetPieceInvariant")); mixin(bindCode("vtkPLinearExtrusionFilter_GetPieceInvariant", "D_vtkPLinearExtrusionFilter_GetPieceInvariant")); mixin(bindCode("vtkPLinearExtrusionFilter_PieceInvariantOn", "D_vtkPLinearExtrusionFilter_PieceInvariantOn")); mixin(bindCode("vtkPLinearExtrusionFilter_PieceInvariantOff", "D_vtkPLinearExtrusionFilter_PieceInvariantOff")); mixin(bindCode("vtkPLinearExtrusionFilter_Upcast", "D_vtkPLinearExtrusionFilter_Upcast")); mixin(bindCode("VTK_LITTLE_ENDIAN_get", "D_VTK_LITTLE_ENDIAN_get")); mixin(bindCode("VTK_BIG_ENDIAN_get", "D_VTK_BIG_ENDIAN_get")); mixin(bindCode("VTK_COLOR_MODE_UNIFORM_CELL_COLOR_get", "D_VTK_COLOR_MODE_UNIFORM_CELL_COLOR_get")); mixin(bindCode("VTK_COLOR_MODE_UNIFORM_POINT_COLOR_get", "D_VTK_COLOR_MODE_UNIFORM_POINT_COLOR_get")); mixin(bindCode("VTK_COLOR_MODE_UNIFORM_COLOR_get", "D_VTK_COLOR_MODE_UNIFORM_COLOR_get")); mixin(bindCode("VTK_COLOR_MODE_OFF_get", "D_VTK_COLOR_MODE_OFF_get")); mixin(bindCode("vtkPLYWriter_New", "D_vtkPLYWriter_New")); mixin(bindCode("vtkPLYWriter_IsTypeOf", "D_vtkPLYWriter_IsTypeOf")); mixin(bindCode("vtkPLYWriter_SafeDownCast", "D_vtkPLYWriter_SafeDownCast")); mixin(bindCode("vtkPLYWriter_NewInstance", "D_vtkPLYWriter_NewInstance")); mixin(bindCode("vtkPLYWriter_SetDataByteOrder", "D_vtkPLYWriter_SetDataByteOrder")); mixin(bindCode("vtkPLYWriter_GetDataByteOrderMinValue", "D_vtkPLYWriter_GetDataByteOrderMinValue")); mixin(bindCode("vtkPLYWriter_GetDataByteOrderMaxValue", "D_vtkPLYWriter_GetDataByteOrderMaxValue")); mixin(bindCode("vtkPLYWriter_GetDataByteOrder", "D_vtkPLYWriter_GetDataByteOrder")); mixin(bindCode("vtkPLYWriter_SetDataByteOrderToBigEndian", "D_vtkPLYWriter_SetDataByteOrderToBigEndian")); mixin(bindCode("vtkPLYWriter_SetDataByteOrderToLittleEndian", "D_vtkPLYWriter_SetDataByteOrderToLittleEndian")); mixin(bindCode("vtkPLYWriter_SetColorMode", "D_vtkPLYWriter_SetColorMode")); mixin(bindCode("vtkPLYWriter_GetColorMode", "D_vtkPLYWriter_GetColorMode")); mixin(bindCode("vtkPLYWriter_SetColorModeToDefault", "D_vtkPLYWriter_SetColorModeToDefault")); mixin(bindCode("vtkPLYWriter_SetColorModeToUniformCellColor", "D_vtkPLYWriter_SetColorModeToUniformCellColor")); mixin(bindCode("vtkPLYWriter_SetColorModeToUniformPointColor", "D_vtkPLYWriter_SetColorModeToUniformPointColor")); mixin(bindCode("vtkPLYWriter_SetColorModeToUniformColor", "D_vtkPLYWriter_SetColorModeToUniformColor")); mixin(bindCode("vtkPLYWriter_SetColorModeToOff", "D_vtkPLYWriter_SetColorModeToOff")); mixin(bindCode("vtkPLYWriter_SetArrayName", "D_vtkPLYWriter_SetArrayName")); mixin(bindCode("vtkPLYWriter_GetArrayName", "D_vtkPLYWriter_GetArrayName")); mixin(bindCode("vtkPLYWriter_SetComponent", "D_vtkPLYWriter_SetComponent")); mixin(bindCode("vtkPLYWriter_GetComponentMinValue", "D_vtkPLYWriter_GetComponentMinValue")); mixin(bindCode("vtkPLYWriter_GetComponentMaxValue", "D_vtkPLYWriter_GetComponentMaxValue")); mixin(bindCode("vtkPLYWriter_GetComponent", "D_vtkPLYWriter_GetComponent")); mixin(bindCode("vtkPLYWriter_SetLookupTable", "D_vtkPLYWriter_SetLookupTable")); mixin(bindCode("vtkPLYWriter_GetLookupTable", "D_vtkPLYWriter_GetLookupTable")); mixin(bindCode("vtkPLYWriter_SetColor__SWIG_0", "D_vtkPLYWriter_SetColor__SWIG_0")); mixin(bindCode("vtkPLYWriter_SetColor__SWIG_1", "D_vtkPLYWriter_SetColor__SWIG_1")); mixin(bindCode("vtkPLYWriter_GetColor__SWIG_0", "D_vtkPLYWriter_GetColor__SWIG_0")); mixin(bindCode("vtkPLYWriter_GetColor__SWIG_1", "D_vtkPLYWriter_GetColor__SWIG_1")); mixin(bindCode("vtkPLYWriter_GetColor__SWIG_2", "D_vtkPLYWriter_GetColor__SWIG_2")); mixin(bindCode("vtkPLYWriter_GetInput__SWIG_0", "D_vtkPLYWriter_GetInput__SWIG_0")); mixin(bindCode("vtkPLYWriter_GetInput__SWIG_1", "D_vtkPLYWriter_GetInput__SWIG_1")); mixin(bindCode("vtkPLYWriter_SetFileName", "D_vtkPLYWriter_SetFileName")); mixin(bindCode("vtkPLYWriter_GetFileName", "D_vtkPLYWriter_GetFileName")); mixin(bindCode("vtkPLYWriter_SetFileType", "D_vtkPLYWriter_SetFileType")); mixin(bindCode("vtkPLYWriter_GetFileTypeMinValue", "D_vtkPLYWriter_GetFileTypeMinValue")); mixin(bindCode("vtkPLYWriter_GetFileTypeMaxValue", "D_vtkPLYWriter_GetFileTypeMaxValue")); mixin(bindCode("vtkPLYWriter_GetFileType", "D_vtkPLYWriter_GetFileType")); mixin(bindCode("vtkPLYWriter_SetFileTypeToASCII", "D_vtkPLYWriter_SetFileTypeToASCII")); mixin(bindCode("vtkPLYWriter_SetFileTypeToBinary", "D_vtkPLYWriter_SetFileTypeToBinary")); mixin(bindCode("vtkPLYWriter_Upcast", "D_vtkPLYWriter_Upcast")); mixin(bindCode("vtkAssignCoordinatesLayoutStrategy_New", "D_vtkAssignCoordinatesLayoutStrategy_New")); mixin(bindCode("vtkAssignCoordinatesLayoutStrategy_IsTypeOf", "D_vtkAssignCoordinatesLayoutStrategy_IsTypeOf")); mixin(bindCode("vtkAssignCoordinatesLayoutStrategy_SafeDownCast", "D_vtkAssignCoordinatesLayoutStrategy_SafeDownCast")); mixin(bindCode("vtkAssignCoordinatesLayoutStrategy_NewInstance", "D_vtkAssignCoordinatesLayoutStrategy_NewInstance")); mixin(bindCode("vtkAssignCoordinatesLayoutStrategy_SetXCoordArrayName", "D_vtkAssignCoordinatesLayoutStrategy_SetXCoordArrayName")); mixin(bindCode("vtkAssignCoordinatesLayoutStrategy_GetXCoordArrayName", "D_vtkAssignCoordinatesLayoutStrategy_GetXCoordArrayName")); mixin(bindCode("vtkAssignCoordinatesLayoutStrategy_SetYCoordArrayName", "D_vtkAssignCoordinatesLayoutStrategy_SetYCoordArrayName")); mixin(bindCode("vtkAssignCoordinatesLayoutStrategy_GetYCoordArrayName", "D_vtkAssignCoordinatesLayoutStrategy_GetYCoordArrayName")); mixin(bindCode("vtkAssignCoordinatesLayoutStrategy_SetZCoordArrayName", "D_vtkAssignCoordinatesLayoutStrategy_SetZCoordArrayName")); mixin(bindCode("vtkAssignCoordinatesLayoutStrategy_GetZCoordArrayName", "D_vtkAssignCoordinatesLayoutStrategy_GetZCoordArrayName")); mixin(bindCode("vtkAssignCoordinatesLayoutStrategy_Upcast", "D_vtkAssignCoordinatesLayoutStrategy_Upcast")); mixin(bindCode("vtkCellCenters_IsTypeOf", "D_vtkCellCenters_IsTypeOf")); mixin(bindCode("vtkCellCenters_SafeDownCast", "D_vtkCellCenters_SafeDownCast")); mixin(bindCode("vtkCellCenters_NewInstance", "D_vtkCellCenters_NewInstance")); mixin(bindCode("vtkCellCenters_New", "D_vtkCellCenters_New")); mixin(bindCode("vtkCellCenters_SetVertexCells", "D_vtkCellCenters_SetVertexCells")); mixin(bindCode("vtkCellCenters_GetVertexCells", "D_vtkCellCenters_GetVertexCells")); mixin(bindCode("vtkCellCenters_VertexCellsOn", "D_vtkCellCenters_VertexCellsOn")); mixin(bindCode("vtkCellCenters_VertexCellsOff", "D_vtkCellCenters_VertexCellsOff")); mixin(bindCode("vtkCellCenters_Upcast", "D_vtkCellCenters_Upcast")); mixin(bindCode("vtkGenericClip_IsTypeOf", "D_vtkGenericClip_IsTypeOf")); mixin(bindCode("vtkGenericClip_SafeDownCast", "D_vtkGenericClip_SafeDownCast")); mixin(bindCode("vtkGenericClip_NewInstance", "D_vtkGenericClip_NewInstance")); mixin(bindCode("vtkGenericClip_New", "D_vtkGenericClip_New")); mixin(bindCode("vtkGenericClip_SetValue", "D_vtkGenericClip_SetValue")); mixin(bindCode("vtkGenericClip_GetValue", "D_vtkGenericClip_GetValue")); mixin(bindCode("vtkGenericClip_SetInsideOut", "D_vtkGenericClip_SetInsideOut")); mixin(bindCode("vtkGenericClip_GetInsideOut", "D_vtkGenericClip_GetInsideOut")); mixin(bindCode("vtkGenericClip_InsideOutOn", "D_vtkGenericClip_InsideOutOn")); mixin(bindCode("vtkGenericClip_InsideOutOff", "D_vtkGenericClip_InsideOutOff")); mixin(bindCode("vtkGenericClip_SetClipFunction", "D_vtkGenericClip_SetClipFunction")); mixin(bindCode("vtkGenericClip_GetClipFunction", "D_vtkGenericClip_GetClipFunction")); mixin(bindCode("vtkGenericClip_SetGenerateClipScalars", "D_vtkGenericClip_SetGenerateClipScalars")); mixin(bindCode("vtkGenericClip_GetGenerateClipScalars", "D_vtkGenericClip_GetGenerateClipScalars")); mixin(bindCode("vtkGenericClip_GenerateClipScalarsOn", "D_vtkGenericClip_GenerateClipScalarsOn")); mixin(bindCode("vtkGenericClip_GenerateClipScalarsOff", "D_vtkGenericClip_GenerateClipScalarsOff")); mixin(bindCode("vtkGenericClip_SetGenerateClippedOutput", "D_vtkGenericClip_SetGenerateClippedOutput")); mixin(bindCode("vtkGenericClip_GetGenerateClippedOutput", "D_vtkGenericClip_GetGenerateClippedOutput")); mixin(bindCode("vtkGenericClip_GenerateClippedOutputOn", "D_vtkGenericClip_GenerateClippedOutputOn")); mixin(bindCode("vtkGenericClip_GenerateClippedOutputOff", "D_vtkGenericClip_GenerateClippedOutputOff")); mixin(bindCode("vtkGenericClip_SetMergeTolerance", "D_vtkGenericClip_SetMergeTolerance")); mixin(bindCode("vtkGenericClip_GetMergeToleranceMinValue", "D_vtkGenericClip_GetMergeToleranceMinValue")); mixin(bindCode("vtkGenericClip_GetMergeToleranceMaxValue", "D_vtkGenericClip_GetMergeToleranceMaxValue")); mixin(bindCode("vtkGenericClip_GetMergeTolerance", "D_vtkGenericClip_GetMergeTolerance")); mixin(bindCode("vtkGenericClip_GetClippedOutput", "D_vtkGenericClip_GetClippedOutput")); mixin(bindCode("vtkGenericClip_GetNumberOfOutputs", "D_vtkGenericClip_GetNumberOfOutputs")); mixin(bindCode("vtkGenericClip_SetLocator", "D_vtkGenericClip_SetLocator")); mixin(bindCode("vtkGenericClip_GetLocator", "D_vtkGenericClip_GetLocator")); mixin(bindCode("vtkGenericClip_CreateDefaultLocator", "D_vtkGenericClip_CreateDefaultLocator")); mixin(bindCode("vtkGenericClip_GetInputScalarsSelection", "D_vtkGenericClip_GetInputScalarsSelection")); mixin(bindCode("vtkGenericClip_SelectInputScalars", "D_vtkGenericClip_SelectInputScalars")); mixin(bindCode("vtkGenericClip_Upcast", "D_vtkGenericClip_Upcast")); mixin(bindCode("vtkBoxLayoutStrategy_New", "D_vtkBoxLayoutStrategy_New")); mixin(bindCode("vtkBoxLayoutStrategy_IsTypeOf", "D_vtkBoxLayoutStrategy_IsTypeOf")); mixin(bindCode("vtkBoxLayoutStrategy_SafeDownCast", "D_vtkBoxLayoutStrategy_SafeDownCast")); mixin(bindCode("vtkBoxLayoutStrategy_NewInstance", "D_vtkBoxLayoutStrategy_NewInstance")); mixin(bindCode("vtkBoxLayoutStrategy_Upcast", "D_vtkBoxLayoutStrategy_Upcast")); mixin(bindCode("vtkOverrideInformationCollection_IsTypeOf", "D_vtkOverrideInformationCollection_IsTypeOf")); mixin(bindCode("vtkOverrideInformationCollection_SafeDownCast", "D_vtkOverrideInformationCollection_SafeDownCast")); mixin(bindCode("vtkOverrideInformationCollection_NewInstance", "D_vtkOverrideInformationCollection_NewInstance")); mixin(bindCode("vtkOverrideInformationCollection_New", "D_vtkOverrideInformationCollection_New")); mixin(bindCode("vtkOverrideInformationCollection_AddItem", "D_vtkOverrideInformationCollection_AddItem")); mixin(bindCode("vtkOverrideInformationCollection_GetNextItem", "D_vtkOverrideInformationCollection_GetNextItem")); mixin(bindCode("vtkOverrideInformationCollection_Upcast", "D_vtkOverrideInformationCollection_Upcast")); mixin(bindCode("vtkOpenGLGPUVolumeRayCastMapper_New", "D_vtkOpenGLGPUVolumeRayCastMapper_New")); mixin(bindCode("vtkOpenGLGPUVolumeRayCastMapper_IsTypeOf", "D_vtkOpenGLGPUVolumeRayCastMapper_IsTypeOf")); mixin(bindCode("vtkOpenGLGPUVolumeRayCastMapper_SafeDownCast", "D_vtkOpenGLGPUVolumeRayCastMapper_SafeDownCast")); mixin(bindCode("vtkOpenGLGPUVolumeRayCastMapper_NewInstance", "D_vtkOpenGLGPUVolumeRayCastMapper_NewInstance")); mixin(bindCode("vtkOpenGLGPUVolumeRayCastMapper_OpenGLErrorMessage", "D_vtkOpenGLGPUVolumeRayCastMapper_OpenGLErrorMessage")); mixin(bindCode("vtkOpenGLGPUVolumeRayCastMapper_PrintError", "D_vtkOpenGLGPUVolumeRayCastMapper_PrintError")); mixin(bindCode("vtkOpenGLGPUVolumeRayCastMapper_Upcast", "D_vtkOpenGLGPUVolumeRayCastMapper_Upcast")); mixin(bindCode("vtkTriangleFilter_New", "D_vtkTriangleFilter_New")); mixin(bindCode("vtkTriangleFilter_IsTypeOf", "D_vtkTriangleFilter_IsTypeOf")); mixin(bindCode("vtkTriangleFilter_SafeDownCast", "D_vtkTriangleFilter_SafeDownCast")); mixin(bindCode("vtkTriangleFilter_NewInstance", "D_vtkTriangleFilter_NewInstance")); mixin(bindCode("vtkTriangleFilter_PassVertsOn", "D_vtkTriangleFilter_PassVertsOn")); mixin(bindCode("vtkTriangleFilter_PassVertsOff", "D_vtkTriangleFilter_PassVertsOff")); mixin(bindCode("vtkTriangleFilter_SetPassVerts", "D_vtkTriangleFilter_SetPassVerts")); mixin(bindCode("vtkTriangleFilter_GetPassVerts", "D_vtkTriangleFilter_GetPassVerts")); mixin(bindCode("vtkTriangleFilter_PassLinesOn", "D_vtkTriangleFilter_PassLinesOn")); mixin(bindCode("vtkTriangleFilter_PassLinesOff", "D_vtkTriangleFilter_PassLinesOff")); mixin(bindCode("vtkTriangleFilter_SetPassLines", "D_vtkTriangleFilter_SetPassLines")); mixin(bindCode("vtkTriangleFilter_GetPassLines", "D_vtkTriangleFilter_GetPassLines")); mixin(bindCode("vtkTriangleFilter_Upcast", "D_vtkTriangleFilter_Upcast")); mixin(bindCode("VTK_FLY_FURTHEST_TRIAD_get", "D_VTK_FLY_FURTHEST_TRIAD_get")); mixin(bindCode("VTK_FLY_STATIC_TRIAD_get", "D_VTK_FLY_STATIC_TRIAD_get")); mixin(bindCode("VTK_FLY_STATIC_EDGES_get", "D_VTK_FLY_STATIC_EDGES_get")); mixin(bindCode("VTK_GRID_LINES_ALL_get", "D_VTK_GRID_LINES_ALL_get")); mixin(bindCode("VTK_GRID_LINES_CLOSEST_get", "D_VTK_GRID_LINES_CLOSEST_get")); mixin(bindCode("VTK_GRID_LINES_FURTHEST_get", "D_VTK_GRID_LINES_FURTHEST_get")); mixin(bindCode("NUMBER_OF_ALIGNED_AXIS_get", "D_NUMBER_OF_ALIGNED_AXIS_get")); mixin(bindCode("vtkCubeAxesActor_IsTypeOf", "D_vtkCubeAxesActor_IsTypeOf")); mixin(bindCode("vtkCubeAxesActor_SafeDownCast", "D_vtkCubeAxesActor_SafeDownCast")); mixin(bindCode("vtkCubeAxesActor_NewInstance", "D_vtkCubeAxesActor_NewInstance")); mixin(bindCode("vtkCubeAxesActor_New", "D_vtkCubeAxesActor_New")); mixin(bindCode("vtkCubeAxesActor_RenderTranslucentGeometry", "D_vtkCubeAxesActor_RenderTranslucentGeometry")); mixin(bindCode("vtkCubeAxesActor_RenderOverlay", "D_vtkCubeAxesActor_RenderOverlay")); mixin(bindCode("vtkCubeAxesActor_SetRebuildAxes", "D_vtkCubeAxesActor_SetRebuildAxes")); mixin(bindCode("vtkCubeAxesActor_GetRebuildAxes", "D_vtkCubeAxesActor_GetRebuildAxes")); mixin(bindCode("vtkCubeAxesActor_SetBounds__SWIG_0", "D_vtkCubeAxesActor_SetBounds__SWIG_0")); mixin(bindCode("vtkCubeAxesActor_SetBounds__SWIG_1", "D_vtkCubeAxesActor_SetBounds__SWIG_1")); mixin(bindCode("vtkCubeAxesActor_GetBounds__SWIG_0", "D_vtkCubeAxesActor_GetBounds__SWIG_0")); mixin(bindCode("vtkCubeAxesActor_GetBounds__SWIG_1", "D_vtkCubeAxesActor_GetBounds__SWIG_1")); mixin(bindCode("vtkCubeAxesActor_GetBounds__SWIG_2", "D_vtkCubeAxesActor_GetBounds__SWIG_2")); mixin(bindCode("vtkCubeAxesActor_GetRenderedBounds__SWIG_0", "D_vtkCubeAxesActor_GetRenderedBounds__SWIG_0")); mixin(bindCode("vtkCubeAxesActor_GetRenderedBounds__SWIG_1", "D_vtkCubeAxesActor_GetRenderedBounds__SWIG_1")); mixin(bindCode("vtkCubeAxesActor_SetXAxisRange__SWIG_0", "D_vtkCubeAxesActor_SetXAxisRange__SWIG_0")); mixin(bindCode("vtkCubeAxesActor_SetXAxisRange__SWIG_1", "D_vtkCubeAxesActor_SetXAxisRange__SWIG_1")); mixin(bindCode("vtkCubeAxesActor_SetYAxisRange__SWIG_0", "D_vtkCubeAxesActor_SetYAxisRange__SWIG_0")); mixin(bindCode("vtkCubeAxesActor_SetYAxisRange__SWIG_1", "D_vtkCubeAxesActor_SetYAxisRange__SWIG_1")); mixin(bindCode("vtkCubeAxesActor_SetZAxisRange__SWIG_0", "D_vtkCubeAxesActor_SetZAxisRange__SWIG_0")); mixin(bindCode("vtkCubeAxesActor_SetZAxisRange__SWIG_1", "D_vtkCubeAxesActor_SetZAxisRange__SWIG_1")); mixin(bindCode("vtkCubeAxesActor_GetXAxisRange__SWIG_0", "D_vtkCubeAxesActor_GetXAxisRange__SWIG_0")); mixin(bindCode("vtkCubeAxesActor_GetXAxisRange__SWIG_1", "D_vtkCubeAxesActor_GetXAxisRange__SWIG_1")); mixin(bindCode("vtkCubeAxesActor_GetXAxisRange__SWIG_2", "D_vtkCubeAxesActor_GetXAxisRange__SWIG_2")); mixin(bindCode("vtkCubeAxesActor_GetYAxisRange__SWIG_0", "D_vtkCubeAxesActor_GetYAxisRange__SWIG_0")); mixin(bindCode("vtkCubeAxesActor_GetYAxisRange__SWIG_1", "D_vtkCubeAxesActor_GetYAxisRange__SWIG_1")); mixin(bindCode("vtkCubeAxesActor_GetYAxisRange__SWIG_2", "D_vtkCubeAxesActor_GetYAxisRange__SWIG_2")); mixin(bindCode("vtkCubeAxesActor_GetAxisLabels", "D_vtkCubeAxesActor_GetAxisLabels")); mixin(bindCode("vtkCubeAxesActor_SetAxisLabels", "D_vtkCubeAxesActor_SetAxisLabels")); mixin(bindCode("vtkCubeAxesActor_GetZAxisRange__SWIG_0", "D_vtkCubeAxesActor_GetZAxisRange__SWIG_0")); mixin(bindCode("vtkCubeAxesActor_GetZAxisRange__SWIG_1", "D_vtkCubeAxesActor_GetZAxisRange__SWIG_1")); mixin(bindCode("vtkCubeAxesActor_GetZAxisRange__SWIG_2", "D_vtkCubeAxesActor_GetZAxisRange__SWIG_2")); mixin(bindCode("vtkCubeAxesActor_SetScreenSize", "D_vtkCubeAxesActor_SetScreenSize")); mixin(bindCode("vtkCubeAxesActor_GetScreenSize", "D_vtkCubeAxesActor_GetScreenSize")); mixin(bindCode("vtkCubeAxesActor_SetLabelOffset", "D_vtkCubeAxesActor_SetLabelOffset")); mixin(bindCode("vtkCubeAxesActor_GetLabelOffset", "D_vtkCubeAxesActor_GetLabelOffset")); mixin(bindCode("vtkCubeAxesActor_SetTitleOffset", "D_vtkCubeAxesActor_SetTitleOffset")); mixin(bindCode("vtkCubeAxesActor_GetTitleOffset", "D_vtkCubeAxesActor_GetTitleOffset")); mixin(bindCode("vtkCubeAxesActor_SetCamera", "D_vtkCubeAxesActor_SetCamera")); mixin(bindCode("vtkCubeAxesActor_GetCamera", "D_vtkCubeAxesActor_GetCamera")); mixin(bindCode("vtkCubeAxesActor_SetFlyMode", "D_vtkCubeAxesActor_SetFlyMode")); mixin(bindCode("vtkCubeAxesActor_GetFlyModeMinValue", "D_vtkCubeAxesActor_GetFlyModeMinValue")); mixin(bindCode("vtkCubeAxesActor_GetFlyModeMaxValue", "D_vtkCubeAxesActor_GetFlyModeMaxValue")); mixin(bindCode("vtkCubeAxesActor_GetFlyMode", "D_vtkCubeAxesActor_GetFlyMode")); mixin(bindCode("vtkCubeAxesActor_SetFlyModeToOuterEdges", "D_vtkCubeAxesActor_SetFlyModeToOuterEdges")); mixin(bindCode("vtkCubeAxesActor_SetFlyModeToClosestTriad", "D_vtkCubeAxesActor_SetFlyModeToClosestTriad")); mixin(bindCode("vtkCubeAxesActor_SetFlyModeToFurthestTriad", "D_vtkCubeAxesActor_SetFlyModeToFurthestTriad")); mixin(bindCode("vtkCubeAxesActor_SetFlyModeToStaticTriad", "D_vtkCubeAxesActor_SetFlyModeToStaticTriad")); mixin(bindCode("vtkCubeAxesActor_SetFlyModeToStaticEdges", "D_vtkCubeAxesActor_SetFlyModeToStaticEdges")); mixin(bindCode("vtkCubeAxesActor_SetXTitle", "D_vtkCubeAxesActor_SetXTitle")); mixin(bindCode("vtkCubeAxesActor_GetXTitle", "D_vtkCubeAxesActor_GetXTitle")); mixin(bindCode("vtkCubeAxesActor_SetXUnits", "D_vtkCubeAxesActor_SetXUnits")); mixin(bindCode("vtkCubeAxesActor_GetXUnits", "D_vtkCubeAxesActor_GetXUnits")); mixin(bindCode("vtkCubeAxesActor_SetYTitle", "D_vtkCubeAxesActor_SetYTitle")); mixin(bindCode("vtkCubeAxesActor_GetYTitle", "D_vtkCubeAxesActor_GetYTitle")); mixin(bindCode("vtkCubeAxesActor_SetYUnits", "D_vtkCubeAxesActor_SetYUnits")); mixin(bindCode("vtkCubeAxesActor_GetYUnits", "D_vtkCubeAxesActor_GetYUnits")); mixin(bindCode("vtkCubeAxesActor_SetZTitle", "D_vtkCubeAxesActor_SetZTitle")); mixin(bindCode("vtkCubeAxesActor_GetZTitle", "D_vtkCubeAxesActor_GetZTitle")); mixin(bindCode("vtkCubeAxesActor_SetZUnits", "D_vtkCubeAxesActor_SetZUnits")); mixin(bindCode("vtkCubeAxesActor_GetZUnits", "D_vtkCubeAxesActor_GetZUnits")); mixin(bindCode("vtkCubeAxesActor_SetXLabelFormat", "D_vtkCubeAxesActor_SetXLabelFormat")); mixin(bindCode("vtkCubeAxesActor_GetXLabelFormat", "D_vtkCubeAxesActor_GetXLabelFormat")); mixin(bindCode("vtkCubeAxesActor_SetYLabelFormat", "D_vtkCubeAxesActor_SetYLabelFormat")); mixin(bindCode("vtkCubeAxesActor_GetYLabelFormat", "D_vtkCubeAxesActor_GetYLabelFormat")); mixin(bindCode("vtkCubeAxesActor_SetZLabelFormat", "D_vtkCubeAxesActor_SetZLabelFormat")); mixin(bindCode("vtkCubeAxesActor_GetZLabelFormat", "D_vtkCubeAxesActor_GetZLabelFormat")); mixin(bindCode("vtkCubeAxesActor_SetInertia", "D_vtkCubeAxesActor_SetInertia")); mixin(bindCode("vtkCubeAxesActor_GetInertiaMinValue", "D_vtkCubeAxesActor_GetInertiaMinValue")); mixin(bindCode("vtkCubeAxesActor_GetInertiaMaxValue", "D_vtkCubeAxesActor_GetInertiaMaxValue")); mixin(bindCode("vtkCubeAxesActor_GetInertia", "D_vtkCubeAxesActor_GetInertia")); mixin(bindCode("vtkCubeAxesActor_SetCornerOffset", "D_vtkCubeAxesActor_SetCornerOffset")); mixin(bindCode("vtkCubeAxesActor_GetCornerOffset", "D_vtkCubeAxesActor_GetCornerOffset")); mixin(bindCode("vtkCubeAxesActor_ReleaseGraphicsResources", "D_vtkCubeAxesActor_ReleaseGraphicsResources")); mixin(bindCode("vtkCubeAxesActor_SetEnableDistanceLOD", "D_vtkCubeAxesActor_SetEnableDistanceLOD")); mixin(bindCode("vtkCubeAxesActor_GetEnableDistanceLOD", "D_vtkCubeAxesActor_GetEnableDistanceLOD")); mixin(bindCode("vtkCubeAxesActor_SetDistanceLODThreshold", "D_vtkCubeAxesActor_SetDistanceLODThreshold")); mixin(bindCode("vtkCubeAxesActor_GetDistanceLODThresholdMinValue", "D_vtkCubeAxesActor_GetDistanceLODThresholdMinValue")); mixin(bindCode("vtkCubeAxesActor_GetDistanceLODThresholdMaxValue", "D_vtkCubeAxesActor_GetDistanceLODThresholdMaxValue")); mixin(bindCode("vtkCubeAxesActor_GetDistanceLODThreshold", "D_vtkCubeAxesActor_GetDistanceLODThreshold")); mixin(bindCode("vtkCubeAxesActor_SetEnableViewAngleLOD", "D_vtkCubeAxesActor_SetEnableViewAngleLOD")); mixin(bindCode("vtkCubeAxesActor_GetEnableViewAngleLOD", "D_vtkCubeAxesActor_GetEnableViewAngleLOD")); mixin(bindCode("vtkCubeAxesActor_SetViewAngleLODThreshold", "D_vtkCubeAxesActor_SetViewAngleLODThreshold")); mixin(bindCode("vtkCubeAxesActor_GetViewAngleLODThresholdMinValue", "D_vtkCubeAxesActor_GetViewAngleLODThresholdMinValue")); mixin(bindCode("vtkCubeAxesActor_GetViewAngleLODThresholdMaxValue", "D_vtkCubeAxesActor_GetViewAngleLODThresholdMaxValue")); mixin(bindCode("vtkCubeAxesActor_GetViewAngleLODThreshold", "D_vtkCubeAxesActor_GetViewAngleLODThreshold")); mixin(bindCode("vtkCubeAxesActor_SetXAxisVisibility", "D_vtkCubeAxesActor_SetXAxisVisibility")); mixin(bindCode("vtkCubeAxesActor_GetXAxisVisibility", "D_vtkCubeAxesActor_GetXAxisVisibility")); mixin(bindCode("vtkCubeAxesActor_XAxisVisibilityOn", "D_vtkCubeAxesActor_XAxisVisibilityOn")); mixin(bindCode("vtkCubeAxesActor_XAxisVisibilityOff", "D_vtkCubeAxesActor_XAxisVisibilityOff")); mixin(bindCode("vtkCubeAxesActor_SetYAxisVisibility", "D_vtkCubeAxesActor_SetYAxisVisibility")); mixin(bindCode("vtkCubeAxesActor_GetYAxisVisibility", "D_vtkCubeAxesActor_GetYAxisVisibility")); mixin(bindCode("vtkCubeAxesActor_YAxisVisibilityOn", "D_vtkCubeAxesActor_YAxisVisibilityOn")); mixin(bindCode("vtkCubeAxesActor_YAxisVisibilityOff", "D_vtkCubeAxesActor_YAxisVisibilityOff")); mixin(bindCode("vtkCubeAxesActor_SetZAxisVisibility", "D_vtkCubeAxesActor_SetZAxisVisibility")); mixin(bindCode("vtkCubeAxesActor_GetZAxisVisibility", "D_vtkCubeAxesActor_GetZAxisVisibility")); mixin(bindCode("vtkCubeAxesActor_ZAxisVisibilityOn", "D_vtkCubeAxesActor_ZAxisVisibilityOn")); mixin(bindCode("vtkCubeAxesActor_ZAxisVisibilityOff", "D_vtkCubeAxesActor_ZAxisVisibilityOff")); mixin(bindCode("vtkCubeAxesActor_SetXAxisLabelVisibility", "D_vtkCubeAxesActor_SetXAxisLabelVisibility")); mixin(bindCode("vtkCubeAxesActor_GetXAxisLabelVisibility", "D_vtkCubeAxesActor_GetXAxisLabelVisibility")); mixin(bindCode("vtkCubeAxesActor_XAxisLabelVisibilityOn", "D_vtkCubeAxesActor_XAxisLabelVisibilityOn")); mixin(bindCode("vtkCubeAxesActor_XAxisLabelVisibilityOff", "D_vtkCubeAxesActor_XAxisLabelVisibilityOff")); mixin(bindCode("vtkCubeAxesActor_SetYAxisLabelVisibility", "D_vtkCubeAxesActor_SetYAxisLabelVisibility")); mixin(bindCode("vtkCubeAxesActor_GetYAxisLabelVisibility", "D_vtkCubeAxesActor_GetYAxisLabelVisibility")); mixin(bindCode("vtkCubeAxesActor_YAxisLabelVisibilityOn", "D_vtkCubeAxesActor_YAxisLabelVisibilityOn")); mixin(bindCode("vtkCubeAxesActor_YAxisLabelVisibilityOff", "D_vtkCubeAxesActor_YAxisLabelVisibilityOff")); mixin(bindCode("vtkCubeAxesActor_SetZAxisLabelVisibility", "D_vtkCubeAxesActor_SetZAxisLabelVisibility")); mixin(bindCode("vtkCubeAxesActor_GetZAxisLabelVisibility", "D_vtkCubeAxesActor_GetZAxisLabelVisibility")); mixin(bindCode("vtkCubeAxesActor_ZAxisLabelVisibilityOn", "D_vtkCubeAxesActor_ZAxisLabelVisibilityOn")); mixin(bindCode("vtkCubeAxesActor_ZAxisLabelVisibilityOff", "D_vtkCubeAxesActor_ZAxisLabelVisibilityOff")); mixin(bindCode("vtkCubeAxesActor_SetXAxisTickVisibility", "D_vtkCubeAxesActor_SetXAxisTickVisibility")); mixin(bindCode("vtkCubeAxesActor_GetXAxisTickVisibility", "D_vtkCubeAxesActor_GetXAxisTickVisibility")); mixin(bindCode("vtkCubeAxesActor_XAxisTickVisibilityOn", "D_vtkCubeAxesActor_XAxisTickVisibilityOn")); mixin(bindCode("vtkCubeAxesActor_XAxisTickVisibilityOff", "D_vtkCubeAxesActor_XAxisTickVisibilityOff")); mixin(bindCode("vtkCubeAxesActor_SetYAxisTickVisibility", "D_vtkCubeAxesActor_SetYAxisTickVisibility")); mixin(bindCode("vtkCubeAxesActor_GetYAxisTickVisibility", "D_vtkCubeAxesActor_GetYAxisTickVisibility")); mixin(bindCode("vtkCubeAxesActor_YAxisTickVisibilityOn", "D_vtkCubeAxesActor_YAxisTickVisibilityOn")); mixin(bindCode("vtkCubeAxesActor_YAxisTickVisibilityOff", "D_vtkCubeAxesActor_YAxisTickVisibilityOff")); mixin(bindCode("vtkCubeAxesActor_SetZAxisTickVisibility", "D_vtkCubeAxesActor_SetZAxisTickVisibility")); mixin(bindCode("vtkCubeAxesActor_GetZAxisTickVisibility", "D_vtkCubeAxesActor_GetZAxisTickVisibility")); mixin(bindCode("vtkCubeAxesActor_ZAxisTickVisibilityOn", "D_vtkCubeAxesActor_ZAxisTickVisibilityOn")); mixin(bindCode("vtkCubeAxesActor_ZAxisTickVisibilityOff", "D_vtkCubeAxesActor_ZAxisTickVisibilityOff")); mixin(bindCode("vtkCubeAxesActor_SetXAxisMinorTickVisibility", "D_vtkCubeAxesActor_SetXAxisMinorTickVisibility")); mixin(bindCode("vtkCubeAxesActor_GetXAxisMinorTickVisibility", "D_vtkCubeAxesActor_GetXAxisMinorTickVisibility")); mixin(bindCode("vtkCubeAxesActor_XAxisMinorTickVisibilityOn", "D_vtkCubeAxesActor_XAxisMinorTickVisibilityOn")); mixin(bindCode("vtkCubeAxesActor_XAxisMinorTickVisibilityOff", "D_vtkCubeAxesActor_XAxisMinorTickVisibilityOff")); mixin(bindCode("vtkCubeAxesActor_SetYAxisMinorTickVisibility", "D_vtkCubeAxesActor_SetYAxisMinorTickVisibility")); mixin(bindCode("vtkCubeAxesActor_GetYAxisMinorTickVisibility", "D_vtkCubeAxesActor_GetYAxisMinorTickVisibility")); mixin(bindCode("vtkCubeAxesActor_YAxisMinorTickVisibilityOn", "D_vtkCubeAxesActor_YAxisMinorTickVisibilityOn")); mixin(bindCode("vtkCubeAxesActor_YAxisMinorTickVisibilityOff", "D_vtkCubeAxesActor_YAxisMinorTickVisibilityOff")); mixin(bindCode("vtkCubeAxesActor_SetZAxisMinorTickVisibility", "D_vtkCubeAxesActor_SetZAxisMinorTickVisibility")); mixin(bindCode("vtkCubeAxesActor_GetZAxisMinorTickVisibility", "D_vtkCubeAxesActor_GetZAxisMinorTickVisibility")); mixin(bindCode("vtkCubeAxesActor_ZAxisMinorTickVisibilityOn", "D_vtkCubeAxesActor_ZAxisMinorTickVisibilityOn")); mixin(bindCode("vtkCubeAxesActor_ZAxisMinorTickVisibilityOff", "D_vtkCubeAxesActor_ZAxisMinorTickVisibilityOff")); mixin(bindCode("vtkCubeAxesActor_SetDrawXGridlines", "D_vtkCubeAxesActor_SetDrawXGridlines")); mixin(bindCode("vtkCubeAxesActor_GetDrawXGridlines", "D_vtkCubeAxesActor_GetDrawXGridlines")); mixin(bindCode("vtkCubeAxesActor_DrawXGridlinesOn", "D_vtkCubeAxesActor_DrawXGridlinesOn")); mixin(bindCode("vtkCubeAxesActor_DrawXGridlinesOff", "D_vtkCubeAxesActor_DrawXGridlinesOff")); mixin(bindCode("vtkCubeAxesActor_SetDrawYGridlines", "D_vtkCubeAxesActor_SetDrawYGridlines")); mixin(bindCode("vtkCubeAxesActor_GetDrawYGridlines", "D_vtkCubeAxesActor_GetDrawYGridlines")); mixin(bindCode("vtkCubeAxesActor_DrawYGridlinesOn", "D_vtkCubeAxesActor_DrawYGridlinesOn")); mixin(bindCode("vtkCubeAxesActor_DrawYGridlinesOff", "D_vtkCubeAxesActor_DrawYGridlinesOff")); mixin(bindCode("vtkCubeAxesActor_SetDrawZGridlines", "D_vtkCubeAxesActor_SetDrawZGridlines")); mixin(bindCode("vtkCubeAxesActor_GetDrawZGridlines", "D_vtkCubeAxesActor_GetDrawZGridlines")); mixin(bindCode("vtkCubeAxesActor_DrawZGridlinesOn", "D_vtkCubeAxesActor_DrawZGridlinesOn")); mixin(bindCode("vtkCubeAxesActor_DrawZGridlinesOff", "D_vtkCubeAxesActor_DrawZGridlinesOff")); mixin(bindCode("vtkCubeAxesActor_SetDrawXInnerGridlines", "D_vtkCubeAxesActor_SetDrawXInnerGridlines")); mixin(bindCode("vtkCubeAxesActor_GetDrawXInnerGridlines", "D_vtkCubeAxesActor_GetDrawXInnerGridlines")); mixin(bindCode("vtkCubeAxesActor_DrawXInnerGridlinesOn", "D_vtkCubeAxesActor_DrawXInnerGridlinesOn")); mixin(bindCode("vtkCubeAxesActor_DrawXInnerGridlinesOff", "D_vtkCubeAxesActor_DrawXInnerGridlinesOff")); mixin(bindCode("vtkCubeAxesActor_SetDrawYInnerGridlines", "D_vtkCubeAxesActor_SetDrawYInnerGridlines")); mixin(bindCode("vtkCubeAxesActor_GetDrawYInnerGridlines", "D_vtkCubeAxesActor_GetDrawYInnerGridlines")); mixin(bindCode("vtkCubeAxesActor_DrawYInnerGridlinesOn", "D_vtkCubeAxesActor_DrawYInnerGridlinesOn")); mixin(bindCode("vtkCubeAxesActor_DrawYInnerGridlinesOff", "D_vtkCubeAxesActor_DrawYInnerGridlinesOff")); mixin(bindCode("vtkCubeAxesActor_SetDrawZInnerGridlines", "D_vtkCubeAxesActor_SetDrawZInnerGridlines")); mixin(bindCode("vtkCubeAxesActor_GetDrawZInnerGridlines", "D_vtkCubeAxesActor_GetDrawZInnerGridlines")); mixin(bindCode("vtkCubeAxesActor_DrawZInnerGridlinesOn", "D_vtkCubeAxesActor_DrawZInnerGridlinesOn")); mixin(bindCode("vtkCubeAxesActor_DrawZInnerGridlinesOff", "D_vtkCubeAxesActor_DrawZInnerGridlinesOff")); mixin(bindCode("vtkCubeAxesActor_SetDrawXGridpolys", "D_vtkCubeAxesActor_SetDrawXGridpolys")); mixin(bindCode("vtkCubeAxesActor_GetDrawXGridpolys", "D_vtkCubeAxesActor_GetDrawXGridpolys")); mixin(bindCode("vtkCubeAxesActor_DrawXGridpolysOn", "D_vtkCubeAxesActor_DrawXGridpolysOn")); mixin(bindCode("vtkCubeAxesActor_DrawXGridpolysOff", "D_vtkCubeAxesActor_DrawXGridpolysOff")); mixin(bindCode("vtkCubeAxesActor_SetDrawYGridpolys", "D_vtkCubeAxesActor_SetDrawYGridpolys")); mixin(bindCode("vtkCubeAxesActor_GetDrawYGridpolys", "D_vtkCubeAxesActor_GetDrawYGridpolys")); mixin(bindCode("vtkCubeAxesActor_DrawYGridpolysOn", "D_vtkCubeAxesActor_DrawYGridpolysOn")); mixin(bindCode("vtkCubeAxesActor_DrawYGridpolysOff", "D_vtkCubeAxesActor_DrawYGridpolysOff")); mixin(bindCode("vtkCubeAxesActor_SetDrawZGridpolys", "D_vtkCubeAxesActor_SetDrawZGridpolys")); mixin(bindCode("vtkCubeAxesActor_GetDrawZGridpolys", "D_vtkCubeAxesActor_GetDrawZGridpolys")); mixin(bindCode("vtkCubeAxesActor_DrawZGridpolysOn", "D_vtkCubeAxesActor_DrawZGridpolysOn")); mixin(bindCode("vtkCubeAxesActor_DrawZGridpolysOff", "D_vtkCubeAxesActor_DrawZGridpolysOff")); mixin(bindCode("vtkCubeAxesActor_GetTitleTextProperty", "D_vtkCubeAxesActor_GetTitleTextProperty")); mixin(bindCode("vtkCubeAxesActor_GetLabelTextProperty", "D_vtkCubeAxesActor_GetLabelTextProperty")); mixin(bindCode("vtkCubeAxesActor_SetXAxesLinesProperty", "D_vtkCubeAxesActor_SetXAxesLinesProperty")); mixin(bindCode("vtkCubeAxesActor_GetXAxesLinesProperty", "D_vtkCubeAxesActor_GetXAxesLinesProperty")); mixin(bindCode("vtkCubeAxesActor_SetYAxesLinesProperty", "D_vtkCubeAxesActor_SetYAxesLinesProperty")); mixin(bindCode("vtkCubeAxesActor_GetYAxesLinesProperty", "D_vtkCubeAxesActor_GetYAxesLinesProperty")); mixin(bindCode("vtkCubeAxesActor_SetZAxesLinesProperty", "D_vtkCubeAxesActor_SetZAxesLinesProperty")); mixin(bindCode("vtkCubeAxesActor_GetZAxesLinesProperty", "D_vtkCubeAxesActor_GetZAxesLinesProperty")); mixin(bindCode("vtkCubeAxesActor_SetXAxesGridlinesProperty", "D_vtkCubeAxesActor_SetXAxesGridlinesProperty")); mixin(bindCode("vtkCubeAxesActor_GetXAxesGridlinesProperty", "D_vtkCubeAxesActor_GetXAxesGridlinesProperty")); mixin(bindCode("vtkCubeAxesActor_SetYAxesGridlinesProperty", "D_vtkCubeAxesActor_SetYAxesGridlinesProperty")); mixin(bindCode("vtkCubeAxesActor_GetYAxesGridlinesProperty", "D_vtkCubeAxesActor_GetYAxesGridlinesProperty")); mixin(bindCode("vtkCubeAxesActor_SetZAxesGridlinesProperty", "D_vtkCubeAxesActor_SetZAxesGridlinesProperty")); mixin(bindCode("vtkCubeAxesActor_GetZAxesGridlinesProperty", "D_vtkCubeAxesActor_GetZAxesGridlinesProperty")); mixin(bindCode("vtkCubeAxesActor_SetXAxesInnerGridlinesProperty", "D_vtkCubeAxesActor_SetXAxesInnerGridlinesProperty")); mixin(bindCode("vtkCubeAxesActor_GetXAxesInnerGridlinesProperty", "D_vtkCubeAxesActor_GetXAxesInnerGridlinesProperty")); mixin(bindCode("vtkCubeAxesActor_SetYAxesInnerGridlinesProperty", "D_vtkCubeAxesActor_SetYAxesInnerGridlinesProperty")); mixin(bindCode("vtkCubeAxesActor_GetYAxesInnerGridlinesProperty", "D_vtkCubeAxesActor_GetYAxesInnerGridlinesProperty")); mixin(bindCode("vtkCubeAxesActor_SetZAxesInnerGridlinesProperty", "D_vtkCubeAxesActor_SetZAxesInnerGridlinesProperty")); mixin(bindCode("vtkCubeAxesActor_GetZAxesInnerGridlinesProperty", "D_vtkCubeAxesActor_GetZAxesInnerGridlinesProperty")); mixin(bindCode("vtkCubeAxesActor_SetXAxesGridpolysProperty", "D_vtkCubeAxesActor_SetXAxesGridpolysProperty")); mixin(bindCode("vtkCubeAxesActor_GetXAxesGridpolysProperty", "D_vtkCubeAxesActor_GetXAxesGridpolysProperty")); mixin(bindCode("vtkCubeAxesActor_SetYAxesGridpolysProperty", "D_vtkCubeAxesActor_SetYAxesGridpolysProperty")); mixin(bindCode("vtkCubeAxesActor_GetYAxesGridpolysProperty", "D_vtkCubeAxesActor_GetYAxesGridpolysProperty")); mixin(bindCode("vtkCubeAxesActor_SetZAxesGridpolysProperty", "D_vtkCubeAxesActor_SetZAxesGridpolysProperty")); mixin(bindCode("vtkCubeAxesActor_GetZAxesGridpolysProperty", "D_vtkCubeAxesActor_GetZAxesGridpolysProperty")); mixin(bindCode("vtkCubeAxesActor_SetTickLocation", "D_vtkCubeAxesActor_SetTickLocation")); mixin(bindCode("vtkCubeAxesActor_GetTickLocationMinValue", "D_vtkCubeAxesActor_GetTickLocationMinValue")); mixin(bindCode("vtkCubeAxesActor_GetTickLocationMaxValue", "D_vtkCubeAxesActor_GetTickLocationMaxValue")); mixin(bindCode("vtkCubeAxesActor_GetTickLocation", "D_vtkCubeAxesActor_GetTickLocation")); mixin(bindCode("vtkCubeAxesActor_SetTickLocationToInside", "D_vtkCubeAxesActor_SetTickLocationToInside")); mixin(bindCode("vtkCubeAxesActor_SetTickLocationToOutside", "D_vtkCubeAxesActor_SetTickLocationToOutside")); mixin(bindCode("vtkCubeAxesActor_SetTickLocationToBoth", "D_vtkCubeAxesActor_SetTickLocationToBoth")); mixin(bindCode("vtkCubeAxesActor_SetLabelScaling", "D_vtkCubeAxesActor_SetLabelScaling")); mixin(bindCode("vtkCubeAxesActor_SetUse2DMode", "D_vtkCubeAxesActor_SetUse2DMode")); mixin(bindCode("vtkCubeAxesActor_GetUse2DMode", "D_vtkCubeAxesActor_GetUse2DMode")); mixin(bindCode("vtkCubeAxesActor_SetSaveTitlePosition", "D_vtkCubeAxesActor_SetSaveTitlePosition")); mixin(bindCode("vtkCubeAxesActor_SetOrientedBounds__SWIG_0", "D_vtkCubeAxesActor_SetOrientedBounds__SWIG_0")); mixin(bindCode("vtkCubeAxesActor_SetOrientedBounds__SWIG_1", "D_vtkCubeAxesActor_SetOrientedBounds__SWIG_1")); mixin(bindCode("vtkCubeAxesActor_GetOrientedBounds__SWIG_0", "D_vtkCubeAxesActor_GetOrientedBounds__SWIG_0")); mixin(bindCode("vtkCubeAxesActor_GetOrientedBounds__SWIG_1", "D_vtkCubeAxesActor_GetOrientedBounds__SWIG_1")); mixin(bindCode("vtkCubeAxesActor_GetOrientedBounds__SWIG_2", "D_vtkCubeAxesActor_GetOrientedBounds__SWIG_2")); mixin(bindCode("vtkCubeAxesActor_SetUseOrientedBounds", "D_vtkCubeAxesActor_SetUseOrientedBounds")); mixin(bindCode("vtkCubeAxesActor_GetUseOrientedBounds", "D_vtkCubeAxesActor_GetUseOrientedBounds")); mixin(bindCode("vtkCubeAxesActor_SetAxisBaseForX__SWIG_0", "D_vtkCubeAxesActor_SetAxisBaseForX__SWIG_0")); mixin(bindCode("vtkCubeAxesActor_SetAxisBaseForX__SWIG_1", "D_vtkCubeAxesActor_SetAxisBaseForX__SWIG_1")); mixin(bindCode("vtkCubeAxesActor_GetAxisBaseForX__SWIG_0", "D_vtkCubeAxesActor_GetAxisBaseForX__SWIG_0")); mixin(bindCode("vtkCubeAxesActor_GetAxisBaseForX__SWIG_1", "D_vtkCubeAxesActor_GetAxisBaseForX__SWIG_1")); mixin(bindCode("vtkCubeAxesActor_GetAxisBaseForX__SWIG_2", "D_vtkCubeAxesActor_GetAxisBaseForX__SWIG_2")); mixin(bindCode("vtkCubeAxesActor_SetAxisBaseForY__SWIG_0", "D_vtkCubeAxesActor_SetAxisBaseForY__SWIG_0")); mixin(bindCode("vtkCubeAxesActor_SetAxisBaseForY__SWIG_1", "D_vtkCubeAxesActor_SetAxisBaseForY__SWIG_1")); mixin(bindCode("vtkCubeAxesActor_GetAxisBaseForY__SWIG_0", "D_vtkCubeAxesActor_GetAxisBaseForY__SWIG_0")); mixin(bindCode("vtkCubeAxesActor_GetAxisBaseForY__SWIG_1", "D_vtkCubeAxesActor_GetAxisBaseForY__SWIG_1")); mixin(bindCode("vtkCubeAxesActor_GetAxisBaseForY__SWIG_2", "D_vtkCubeAxesActor_GetAxisBaseForY__SWIG_2")); mixin(bindCode("vtkCubeAxesActor_SetAxisBaseForZ__SWIG_0", "D_vtkCubeAxesActor_SetAxisBaseForZ__SWIG_0")); mixin(bindCode("vtkCubeAxesActor_SetAxisBaseForZ__SWIG_1", "D_vtkCubeAxesActor_SetAxisBaseForZ__SWIG_1")); mixin(bindCode("vtkCubeAxesActor_GetAxisBaseForZ__SWIG_0", "D_vtkCubeAxesActor_GetAxisBaseForZ__SWIG_0")); mixin(bindCode("vtkCubeAxesActor_GetAxisBaseForZ__SWIG_1", "D_vtkCubeAxesActor_GetAxisBaseForZ__SWIG_1")); mixin(bindCode("vtkCubeAxesActor_GetAxisBaseForZ__SWIG_2", "D_vtkCubeAxesActor_GetAxisBaseForZ__SWIG_2")); mixin(bindCode("vtkCubeAxesActor_SetAxisOrigin__SWIG_0", "D_vtkCubeAxesActor_SetAxisOrigin__SWIG_0")); mixin(bindCode("vtkCubeAxesActor_SetAxisOrigin__SWIG_1", "D_vtkCubeAxesActor_SetAxisOrigin__SWIG_1")); mixin(bindCode("vtkCubeAxesActor_GetAxisOrigin__SWIG_0", "D_vtkCubeAxesActor_GetAxisOrigin__SWIG_0")); mixin(bindCode("vtkCubeAxesActor_GetAxisOrigin__SWIG_1", "D_vtkCubeAxesActor_GetAxisOrigin__SWIG_1")); mixin(bindCode("vtkCubeAxesActor_GetAxisOrigin__SWIG_2", "D_vtkCubeAxesActor_GetAxisOrigin__SWIG_2")); mixin(bindCode("vtkCubeAxesActor_SetUseAxisOrigin", "D_vtkCubeAxesActor_SetUseAxisOrigin")); mixin(bindCode("vtkCubeAxesActor_GetUseAxisOrigin", "D_vtkCubeAxesActor_GetUseAxisOrigin")); mixin(bindCode("vtkCubeAxesActor_SetGridLineLocation", "D_vtkCubeAxesActor_SetGridLineLocation")); mixin(bindCode("vtkCubeAxesActor_GetGridLineLocation", "D_vtkCubeAxesActor_GetGridLineLocation")); mixin(bindCode("vtkCubeAxesActor_Upcast", "D_vtkCubeAxesActor_Upcast")); mixin(bindCode("vtkImageDataToPointSet_IsTypeOf", "D_vtkImageDataToPointSet_IsTypeOf")); mixin(bindCode("vtkImageDataToPointSet_SafeDownCast", "D_vtkImageDataToPointSet_SafeDownCast")); mixin(bindCode("vtkImageDataToPointSet_NewInstance", "D_vtkImageDataToPointSet_NewInstance")); mixin(bindCode("vtkImageDataToPointSet_New", "D_vtkImageDataToPointSet_New")); mixin(bindCode("vtkImageDataToPointSet_Upcast", "D_vtkImageDataToPointSet_Upcast")); mixin(bindCode("vtkXYZMolReader_IsTypeOf", "D_vtkXYZMolReader_IsTypeOf")); mixin(bindCode("vtkXYZMolReader_SafeDownCast", "D_vtkXYZMolReader_SafeDownCast")); mixin(bindCode("vtkXYZMolReader_NewInstance", "D_vtkXYZMolReader_NewInstance")); mixin(bindCode("vtkXYZMolReader_New", "D_vtkXYZMolReader_New")); mixin(bindCode("vtkXYZMolReader_CanReadFile", "D_vtkXYZMolReader_CanReadFile")); mixin(bindCode("vtkXYZMolReader_SetTimeStep", "D_vtkXYZMolReader_SetTimeStep")); mixin(bindCode("vtkXYZMolReader_GetTimeStep", "D_vtkXYZMolReader_GetTimeStep")); mixin(bindCode("vtkXYZMolReader_GetMaxTimeStep", "D_vtkXYZMolReader_GetMaxTimeStep")); mixin(bindCode("vtkXYZMolReader_Upcast", "D_vtkXYZMolReader_Upcast")); mixin(bindCode("vtkExtractVectorComponents_New", "D_vtkExtractVectorComponents_New")); mixin(bindCode("vtkExtractVectorComponents_IsTypeOf", "D_vtkExtractVectorComponents_IsTypeOf")); mixin(bindCode("vtkExtractVectorComponents_SafeDownCast", "D_vtkExtractVectorComponents_SafeDownCast")); mixin(bindCode("vtkExtractVectorComponents_NewInstance", "D_vtkExtractVectorComponents_NewInstance")); mixin(bindCode("vtkExtractVectorComponents_SetInputData", "D_vtkExtractVectorComponents_SetInputData")); mixin(bindCode("vtkExtractVectorComponents_GetVxComponent", "D_vtkExtractVectorComponents_GetVxComponent")); mixin(bindCode("vtkExtractVectorComponents_GetVyComponent", "D_vtkExtractVectorComponents_GetVyComponent")); mixin(bindCode("vtkExtractVectorComponents_GetVzComponent", "D_vtkExtractVectorComponents_GetVzComponent")); mixin(bindCode("vtkExtractVectorComponents_SetExtractToFieldData", "D_vtkExtractVectorComponents_SetExtractToFieldData")); mixin(bindCode("vtkExtractVectorComponents_GetExtractToFieldData", "D_vtkExtractVectorComponents_GetExtractToFieldData")); mixin(bindCode("vtkExtractVectorComponents_ExtractToFieldDataOn", "D_vtkExtractVectorComponents_ExtractToFieldDataOn")); mixin(bindCode("vtkExtractVectorComponents_ExtractToFieldDataOff", "D_vtkExtractVectorComponents_ExtractToFieldDataOff")); mixin(bindCode("vtkExtractVectorComponents_Upcast", "D_vtkExtractVectorComponents_Upcast")); mixin(bindCode("vtkInputStream_IsTypeOf", "D_vtkInputStream_IsTypeOf")); mixin(bindCode("vtkInputStream_SafeDownCast", "D_vtkInputStream_SafeDownCast")); mixin(bindCode("vtkInputStream_NewInstance", "D_vtkInputStream_NewInstance")); mixin(bindCode("vtkInputStream_New", "D_vtkInputStream_New")); mixin(bindCode("vtkInputStream_StartReading", "D_vtkInputStream_StartReading")); mixin(bindCode("vtkInputStream_Seek", "D_vtkInputStream_Seek")); mixin(bindCode("vtkInputStream_Read", "D_vtkInputStream_Read")); mixin(bindCode("vtkInputStream_EndReading", "D_vtkInputStream_EndReading")); mixin(bindCode("vtkInputStream_Upcast", "D_vtkInputStream_Upcast")); mixin(bindCode("vtkPassThroughLayoutStrategy_New", "D_vtkPassThroughLayoutStrategy_New")); mixin(bindCode("vtkPassThroughLayoutStrategy_IsTypeOf", "D_vtkPassThroughLayoutStrategy_IsTypeOf")); mixin(bindCode("vtkPassThroughLayoutStrategy_SafeDownCast", "D_vtkPassThroughLayoutStrategy_SafeDownCast")); mixin(bindCode("vtkPassThroughLayoutStrategy_NewInstance", "D_vtkPassThroughLayoutStrategy_NewInstance")); mixin(bindCode("vtkPassThroughLayoutStrategy_Upcast", "D_vtkPassThroughLayoutStrategy_Upcast")); mixin(bindCode("vtkPNMReader_New", "D_vtkPNMReader_New")); mixin(bindCode("vtkPNMReader_IsTypeOf", "D_vtkPNMReader_IsTypeOf")); mixin(bindCode("vtkPNMReader_SafeDownCast", "D_vtkPNMReader_SafeDownCast")); mixin(bindCode("vtkPNMReader_NewInstance", "D_vtkPNMReader_NewInstance")); mixin(bindCode("vtkPNMReader_Upcast", "D_vtkPNMReader_Upcast")); mixin(bindCode("vtkExtentRCBPartitioner_New", "D_vtkExtentRCBPartitioner_New")); mixin(bindCode("vtkExtentRCBPartitioner_IsTypeOf", "D_vtkExtentRCBPartitioner_IsTypeOf")); mixin(bindCode("vtkExtentRCBPartitioner_SafeDownCast", "D_vtkExtentRCBPartitioner_SafeDownCast")); mixin(bindCode("vtkExtentRCBPartitioner_NewInstance", "D_vtkExtentRCBPartitioner_NewInstance")); mixin(bindCode("vtkExtentRCBPartitioner_SetNumberOfPartitions", "D_vtkExtentRCBPartitioner_SetNumberOfPartitions")); mixin(bindCode("vtkExtentRCBPartitioner_SetGlobalExtent__SWIG_0", "D_vtkExtentRCBPartitioner_SetGlobalExtent__SWIG_0")); mixin(bindCode("vtkExtentRCBPartitioner_SetGlobalExtent__SWIG_1", "D_vtkExtentRCBPartitioner_SetGlobalExtent__SWIG_1")); mixin(bindCode("vtkExtentRCBPartitioner_SetNumberOfGhostLayers", "D_vtkExtentRCBPartitioner_SetNumberOfGhostLayers")); mixin(bindCode("vtkExtentRCBPartitioner_GetNumberOfGhostLayers", "D_vtkExtentRCBPartitioner_GetNumberOfGhostLayers")); mixin(bindCode("vtkExtentRCBPartitioner_GetNumExtents", "D_vtkExtentRCBPartitioner_GetNumExtents")); mixin(bindCode("vtkExtentRCBPartitioner_Partition", "D_vtkExtentRCBPartitioner_Partition")); mixin(bindCode("vtkExtentRCBPartitioner_GetPartitionExtent", "D_vtkExtentRCBPartitioner_GetPartitionExtent")); mixin(bindCode("vtkExtentRCBPartitioner_Upcast", "D_vtkExtentRCBPartitioner_Upcast")); mixin(bindCode("vtkParametricFunctionSource_IsTypeOf", "D_vtkParametricFunctionSource_IsTypeOf")); mixin(bindCode("vtkParametricFunctionSource_SafeDownCast", "D_vtkParametricFunctionSource_SafeDownCast")); mixin(bindCode("vtkParametricFunctionSource_NewInstance", "D_vtkParametricFunctionSource_NewInstance")); mixin(bindCode("vtkParametricFunctionSource_New", "D_vtkParametricFunctionSource_New")); mixin(bindCode("vtkParametricFunctionSource_SetParametricFunction", "D_vtkParametricFunctionSource_SetParametricFunction")); mixin(bindCode("vtkParametricFunctionSource_GetParametricFunction", "D_vtkParametricFunctionSource_GetParametricFunction")); mixin(bindCode("vtkParametricFunctionSource_SetUResolution", "D_vtkParametricFunctionSource_SetUResolution")); mixin(bindCode("vtkParametricFunctionSource_GetUResolution", "D_vtkParametricFunctionSource_GetUResolution")); mixin(bindCode("vtkParametricFunctionSource_SetVResolution", "D_vtkParametricFunctionSource_SetVResolution")); mixin(bindCode("vtkParametricFunctionSource_GetVResolution", "D_vtkParametricFunctionSource_GetVResolution")); mixin(bindCode("vtkParametricFunctionSource_SetWResolution", "D_vtkParametricFunctionSource_SetWResolution")); mixin(bindCode("vtkParametricFunctionSource_GetWResolution", "D_vtkParametricFunctionSource_GetWResolution")); mixin(bindCode("vtkParametricFunctionSource_GenerateTextureCoordinatesOn", "D_vtkParametricFunctionSource_GenerateTextureCoordinatesOn")); mixin(bindCode("vtkParametricFunctionSource_GenerateTextureCoordinatesOff", "D_vtkParametricFunctionSource_GenerateTextureCoordinatesOff")); mixin(bindCode("vtkParametricFunctionSource_SetGenerateTextureCoordinates", "D_vtkParametricFunctionSource_SetGenerateTextureCoordinates")); mixin(bindCode("vtkParametricFunctionSource_GetGenerateTextureCoordinates", "D_vtkParametricFunctionSource_GetGenerateTextureCoordinates")); mixin(bindCode("vtkParametricFunctionSource_SetScalarMode", "D_vtkParametricFunctionSource_SetScalarMode")); mixin(bindCode("vtkParametricFunctionSource_GetScalarModeMinValue", "D_vtkParametricFunctionSource_GetScalarModeMinValue")); mixin(bindCode("vtkParametricFunctionSource_GetScalarModeMaxValue", "D_vtkParametricFunctionSource_GetScalarModeMaxValue")); mixin(bindCode("vtkParametricFunctionSource_GetScalarMode", "D_vtkParametricFunctionSource_GetScalarMode")); mixin(bindCode("vtkParametricFunctionSource_SetScalarModeToNone", "D_vtkParametricFunctionSource_SetScalarModeToNone")); mixin(bindCode("vtkParametricFunctionSource_SetScalarModeToU", "D_vtkParametricFunctionSource_SetScalarModeToU")); mixin(bindCode("vtkParametricFunctionSource_SetScalarModeToV", "D_vtkParametricFunctionSource_SetScalarModeToV")); mixin(bindCode("vtkParametricFunctionSource_SetScalarModeToU0", "D_vtkParametricFunctionSource_SetScalarModeToU0")); mixin(bindCode("vtkParametricFunctionSource_SetScalarModeToV0", "D_vtkParametricFunctionSource_SetScalarModeToV0")); mixin(bindCode("vtkParametricFunctionSource_SetScalarModeToU0V0", "D_vtkParametricFunctionSource_SetScalarModeToU0V0")); mixin(bindCode("vtkParametricFunctionSource_SetScalarModeToModulus", "D_vtkParametricFunctionSource_SetScalarModeToModulus")); mixin(bindCode("vtkParametricFunctionSource_SetScalarModeToPhase", "D_vtkParametricFunctionSource_SetScalarModeToPhase")); mixin(bindCode("vtkParametricFunctionSource_SetScalarModeToQuadrant", "D_vtkParametricFunctionSource_SetScalarModeToQuadrant")); mixin(bindCode("vtkParametricFunctionSource_SetScalarModeToX", "D_vtkParametricFunctionSource_SetScalarModeToX")); mixin(bindCode("vtkParametricFunctionSource_SetScalarModeToY", "D_vtkParametricFunctionSource_SetScalarModeToY")); mixin(bindCode("vtkParametricFunctionSource_SetScalarModeToZ", "D_vtkParametricFunctionSource_SetScalarModeToZ")); mixin(bindCode("vtkParametricFunctionSource_SetScalarModeToDistance", "D_vtkParametricFunctionSource_SetScalarModeToDistance")); mixin(bindCode("vtkParametricFunctionSource_SetScalarModeToFunctionDefined", "D_vtkParametricFunctionSource_SetScalarModeToFunctionDefined")); mixin(bindCode("vtkParametricFunctionSource_Upcast", "D_vtkParametricFunctionSource_Upcast")); mixin(bindCode("vtkDelaunay3D_IsTypeOf", "D_vtkDelaunay3D_IsTypeOf")); mixin(bindCode("vtkDelaunay3D_SafeDownCast", "D_vtkDelaunay3D_SafeDownCast")); mixin(bindCode("vtkDelaunay3D_NewInstance", "D_vtkDelaunay3D_NewInstance")); mixin(bindCode("vtkDelaunay3D_New", "D_vtkDelaunay3D_New")); mixin(bindCode("vtkDelaunay3D_SetAlpha", "D_vtkDelaunay3D_SetAlpha")); mixin(bindCode("vtkDelaunay3D_GetAlphaMinValue", "D_vtkDelaunay3D_GetAlphaMinValue")); mixin(bindCode("vtkDelaunay3D_GetAlphaMaxValue", "D_vtkDelaunay3D_GetAlphaMaxValue")); mixin(bindCode("vtkDelaunay3D_GetAlpha", "D_vtkDelaunay3D_GetAlpha")); mixin(bindCode("vtkDelaunay3D_SetTolerance", "D_vtkDelaunay3D_SetTolerance")); mixin(bindCode("vtkDelaunay3D_GetToleranceMinValue", "D_vtkDelaunay3D_GetToleranceMinValue")); mixin(bindCode("vtkDelaunay3D_GetToleranceMaxValue", "D_vtkDelaunay3D_GetToleranceMaxValue")); mixin(bindCode("vtkDelaunay3D_GetTolerance", "D_vtkDelaunay3D_GetTolerance")); mixin(bindCode("vtkDelaunay3D_SetOffset", "D_vtkDelaunay3D_SetOffset")); mixin(bindCode("vtkDelaunay3D_GetOffsetMinValue", "D_vtkDelaunay3D_GetOffsetMinValue")); mixin(bindCode("vtkDelaunay3D_GetOffsetMaxValue", "D_vtkDelaunay3D_GetOffsetMaxValue")); mixin(bindCode("vtkDelaunay3D_GetOffset", "D_vtkDelaunay3D_GetOffset")); mixin(bindCode("vtkDelaunay3D_SetBoundingTriangulation", "D_vtkDelaunay3D_SetBoundingTriangulation")); mixin(bindCode("vtkDelaunay3D_GetBoundingTriangulation", "D_vtkDelaunay3D_GetBoundingTriangulation")); mixin(bindCode("vtkDelaunay3D_BoundingTriangulationOn", "D_vtkDelaunay3D_BoundingTriangulationOn")); mixin(bindCode("vtkDelaunay3D_BoundingTriangulationOff", "D_vtkDelaunay3D_BoundingTriangulationOff")); mixin(bindCode("vtkDelaunay3D_SetLocator", "D_vtkDelaunay3D_SetLocator")); mixin(bindCode("vtkDelaunay3D_GetLocator", "D_vtkDelaunay3D_GetLocator")); mixin(bindCode("vtkDelaunay3D_CreateDefaultLocator", "D_vtkDelaunay3D_CreateDefaultLocator")); mixin(bindCode("vtkDelaunay3D_InitPointInsertion", "D_vtkDelaunay3D_InitPointInsertion")); mixin(bindCode("vtkDelaunay3D_InsertPoint", "D_vtkDelaunay3D_InsertPoint")); mixin(bindCode("vtkDelaunay3D_EndPointInsertion", "D_vtkDelaunay3D_EndPointInsertion")); mixin(bindCode("vtkDelaunay3D_Upcast", "D_vtkDelaunay3D_Upcast")); mixin(bindCode("vtkDataSetGradient_New", "D_vtkDataSetGradient_New")); mixin(bindCode("vtkDataSetGradient_IsTypeOf", "D_vtkDataSetGradient_IsTypeOf")); mixin(bindCode("vtkDataSetGradient_SafeDownCast", "D_vtkDataSetGradient_SafeDownCast")); mixin(bindCode("vtkDataSetGradient_NewInstance", "D_vtkDataSetGradient_NewInstance")); mixin(bindCode("vtkDataSetGradient_SetResultArrayName", "D_vtkDataSetGradient_SetResultArrayName")); mixin(bindCode("vtkDataSetGradient_GetResultArrayName", "D_vtkDataSetGradient_GetResultArrayName")); mixin(bindCode("vtkDataSetGradient_Upcast", "D_vtkDataSetGradient_Upcast")); mixin(bindCode("vtkImageDataLIC2DExtentTranslator_New", "D_vtkImageDataLIC2DExtentTranslator_New")); mixin(bindCode("vtkImageDataLIC2DExtentTranslator_IsTypeOf", "D_vtkImageDataLIC2DExtentTranslator_IsTypeOf")); mixin(bindCode("vtkImageDataLIC2DExtentTranslator_SafeDownCast", "D_vtkImageDataLIC2DExtentTranslator_SafeDownCast")); mixin(bindCode("vtkImageDataLIC2DExtentTranslator_NewInstance", "D_vtkImageDataLIC2DExtentTranslator_NewInstance")); mixin(bindCode("vtkImageDataLIC2DExtentTranslator_SetAlgorithm", "D_vtkImageDataLIC2DExtentTranslator_SetAlgorithm")); mixin(bindCode("vtkImageDataLIC2DExtentTranslator_GetAlgorithm", "D_vtkImageDataLIC2DExtentTranslator_GetAlgorithm")); mixin(bindCode("vtkImageDataLIC2DExtentTranslator_SetInputExtentTranslator", "D_vtkImageDataLIC2DExtentTranslator_SetInputExtentTranslator")); mixin(bindCode("vtkImageDataLIC2DExtentTranslator_GetInputExtentTranslator", "D_vtkImageDataLIC2DExtentTranslator_GetInputExtentTranslator")); mixin(bindCode("vtkImageDataLIC2DExtentTranslator_SetInputWholeExtent__SWIG_0", "D_vtkImageDataLIC2DExtentTranslator_SetInputWholeExtent__SWIG_0")); mixin(bindCode("vtkImageDataLIC2DExtentTranslator_SetInputWholeExtent__SWIG_1", "D_vtkImageDataLIC2DExtentTranslator_SetInputWholeExtent__SWIG_1")); mixin(bindCode("vtkImageDataLIC2DExtentTranslator_GetInputWholeExtent__SWIG_0", "D_vtkImageDataLIC2DExtentTranslator_GetInputWholeExtent__SWIG_0")); mixin(bindCode("vtkImageDataLIC2DExtentTranslator_GetInputWholeExtent__SWIG_1", "D_vtkImageDataLIC2DExtentTranslator_GetInputWholeExtent__SWIG_1")); mixin(bindCode("vtkImageDataLIC2DExtentTranslator_GetInputWholeExtent__SWIG_2", "D_vtkImageDataLIC2DExtentTranslator_GetInputWholeExtent__SWIG_2")); mixin(bindCode("new_vtkImageDataLIC2DExtentTranslator", "D_new_vtkImageDataLIC2DExtentTranslator")); mixin(bindCode("delete_vtkImageDataLIC2DExtentTranslator", "D_delete_vtkImageDataLIC2DExtentTranslator")); mixin(bindCode("vtkImageDataLIC2DExtentTranslator_Upcast", "D_vtkImageDataLIC2DExtentTranslator_Upcast")); mixin(bindCode("VTK_VOXEL_MODE_get", "D_VTK_VOXEL_MODE_get")); mixin(bindCode("VTK_CELL_MODE_get", "D_VTK_CELL_MODE_get")); mixin(bindCode("vtkImplicitModeller_IsTypeOf", "D_vtkImplicitModeller_IsTypeOf")); mixin(bindCode("vtkImplicitModeller_SafeDownCast", "D_vtkImplicitModeller_SafeDownCast")); mixin(bindCode("vtkImplicitModeller_NewInstance", "D_vtkImplicitModeller_NewInstance")); mixin(bindCode("vtkImplicitModeller_New", "D_vtkImplicitModeller_New")); mixin(bindCode("vtkImplicitModeller_ComputeModelBounds__SWIG_0", "D_vtkImplicitModeller_ComputeModelBounds__SWIG_0")); mixin(bindCode("vtkImplicitModeller_ComputeModelBounds__SWIG_1", "D_vtkImplicitModeller_ComputeModelBounds__SWIG_1")); mixin(bindCode("vtkImplicitModeller_GetSampleDimensions__SWIG_0", "D_vtkImplicitModeller_GetSampleDimensions__SWIG_0")); mixin(bindCode("vtkImplicitModeller_GetSampleDimensions__SWIG_1", "D_vtkImplicitModeller_GetSampleDimensions__SWIG_1")); mixin(bindCode("vtkImplicitModeller_SetSampleDimensions__SWIG_0", "D_vtkImplicitModeller_SetSampleDimensions__SWIG_0")); mixin(bindCode("vtkImplicitModeller_SetSampleDimensions__SWIG_1", "D_vtkImplicitModeller_SetSampleDimensions__SWIG_1")); mixin(bindCode("vtkImplicitModeller_SetMaximumDistance", "D_vtkImplicitModeller_SetMaximumDistance")); mixin(bindCode("vtkImplicitModeller_GetMaximumDistanceMinValue", "D_vtkImplicitModeller_GetMaximumDistanceMinValue")); mixin(bindCode("vtkImplicitModeller_GetMaximumDistanceMaxValue", "D_vtkImplicitModeller_GetMaximumDistanceMaxValue")); mixin(bindCode("vtkImplicitModeller_GetMaximumDistance", "D_vtkImplicitModeller_GetMaximumDistance")); mixin(bindCode("vtkImplicitModeller_SetModelBounds__SWIG_0", "D_vtkImplicitModeller_SetModelBounds__SWIG_0")); mixin(bindCode("vtkImplicitModeller_SetModelBounds__SWIG_1", "D_vtkImplicitModeller_SetModelBounds__SWIG_1")); mixin(bindCode("vtkImplicitModeller_GetModelBounds__SWIG_0", "D_vtkImplicitModeller_GetModelBounds__SWIG_0")); mixin(bindCode("vtkImplicitModeller_GetModelBounds__SWIG_1", "D_vtkImplicitModeller_GetModelBounds__SWIG_1")); mixin(bindCode("vtkImplicitModeller_SetAdjustBounds", "D_vtkImplicitModeller_SetAdjustBounds")); mixin(bindCode("vtkImplicitModeller_GetAdjustBounds", "D_vtkImplicitModeller_GetAdjustBounds")); mixin(bindCode("vtkImplicitModeller_AdjustBoundsOn", "D_vtkImplicitModeller_AdjustBoundsOn")); mixin(bindCode("vtkImplicitModeller_AdjustBoundsOff", "D_vtkImplicitModeller_AdjustBoundsOff")); mixin(bindCode("vtkImplicitModeller_SetAdjustDistance", "D_vtkImplicitModeller_SetAdjustDistance")); mixin(bindCode("vtkImplicitModeller_GetAdjustDistanceMinValue", "D_vtkImplicitModeller_GetAdjustDistanceMinValue")); mixin(bindCode("vtkImplicitModeller_GetAdjustDistanceMaxValue", "D_vtkImplicitModeller_GetAdjustDistanceMaxValue")); mixin(bindCode("vtkImplicitModeller_GetAdjustDistance", "D_vtkImplicitModeller_GetAdjustDistance")); mixin(bindCode("vtkImplicitModeller_SetCapping", "D_vtkImplicitModeller_SetCapping")); mixin(bindCode("vtkImplicitModeller_GetCapping", "D_vtkImplicitModeller_GetCapping")); mixin(bindCode("vtkImplicitModeller_CappingOn", "D_vtkImplicitModeller_CappingOn")); mixin(bindCode("vtkImplicitModeller_CappingOff", "D_vtkImplicitModeller_CappingOff")); mixin(bindCode("vtkImplicitModeller_SetCapValue", "D_vtkImplicitModeller_SetCapValue")); mixin(bindCode("vtkImplicitModeller_GetCapValue", "D_vtkImplicitModeller_GetCapValue")); mixin(bindCode("vtkImplicitModeller_SetScaleToMaximumDistance", "D_vtkImplicitModeller_SetScaleToMaximumDistance")); mixin(bindCode("vtkImplicitModeller_GetScaleToMaximumDistance", "D_vtkImplicitModeller_GetScaleToMaximumDistance")); mixin(bindCode("vtkImplicitModeller_ScaleToMaximumDistanceOn", "D_vtkImplicitModeller_ScaleToMaximumDistanceOn")); mixin(bindCode("vtkImplicitModeller_ScaleToMaximumDistanceOff", "D_vtkImplicitModeller_ScaleToMaximumDistanceOff")); mixin(bindCode("vtkImplicitModeller_SetProcessMode", "D_vtkImplicitModeller_SetProcessMode")); mixin(bindCode("vtkImplicitModeller_GetProcessModeMinValue", "D_vtkImplicitModeller_GetProcessModeMinValue")); mixin(bindCode("vtkImplicitModeller_GetProcessModeMaxValue", "D_vtkImplicitModeller_GetProcessModeMaxValue")); mixin(bindCode("vtkImplicitModeller_GetProcessMode", "D_vtkImplicitModeller_GetProcessMode")); mixin(bindCode("vtkImplicitModeller_SetProcessModeToPerVoxel", "D_vtkImplicitModeller_SetProcessModeToPerVoxel")); mixin(bindCode("vtkImplicitModeller_SetProcessModeToPerCell", "D_vtkImplicitModeller_SetProcessModeToPerCell")); mixin(bindCode("vtkImplicitModeller_GetProcessModeAsString", "D_vtkImplicitModeller_GetProcessModeAsString")); mixin(bindCode("vtkImplicitModeller_SetLocatorMaxLevel", "D_vtkImplicitModeller_SetLocatorMaxLevel")); mixin(bindCode("vtkImplicitModeller_GetLocatorMaxLevel", "D_vtkImplicitModeller_GetLocatorMaxLevel")); mixin(bindCode("vtkImplicitModeller_SetNumberOfThreads", "D_vtkImplicitModeller_SetNumberOfThreads")); mixin(bindCode("vtkImplicitModeller_GetNumberOfThreadsMinValue", "D_vtkImplicitModeller_GetNumberOfThreadsMinValue")); mixin(bindCode("vtkImplicitModeller_GetNumberOfThreadsMaxValue", "D_vtkImplicitModeller_GetNumberOfThreadsMaxValue")); mixin(bindCode("vtkImplicitModeller_GetNumberOfThreads", "D_vtkImplicitModeller_GetNumberOfThreads")); mixin(bindCode("vtkImplicitModeller_SetOutputScalarType", "D_vtkImplicitModeller_SetOutputScalarType")); mixin(bindCode("vtkImplicitModeller_GetOutputScalarType", "D_vtkImplicitModeller_GetOutputScalarType")); mixin(bindCode("vtkImplicitModeller_SetOutputScalarTypeToFloat", "D_vtkImplicitModeller_SetOutputScalarTypeToFloat")); mixin(bindCode("vtkImplicitModeller_SetOutputScalarTypeToDouble", "D_vtkImplicitModeller_SetOutputScalarTypeToDouble")); mixin(bindCode("vtkImplicitModeller_SetOutputScalarTypeToInt", "D_vtkImplicitModeller_SetOutputScalarTypeToInt")); mixin(bindCode("vtkImplicitModeller_SetOutputScalarTypeToUnsignedInt", "D_vtkImplicitModeller_SetOutputScalarTypeToUnsignedInt")); mixin(bindCode("vtkImplicitModeller_SetOutputScalarTypeToLong", "D_vtkImplicitModeller_SetOutputScalarTypeToLong")); mixin(bindCode("vtkImplicitModeller_SetOutputScalarTypeToUnsignedLong", "D_vtkImplicitModeller_SetOutputScalarTypeToUnsignedLong")); mixin(bindCode("vtkImplicitModeller_SetOutputScalarTypeToShort", "D_vtkImplicitModeller_SetOutputScalarTypeToShort")); mixin(bindCode("vtkImplicitModeller_SetOutputScalarTypeToUnsignedShort", "D_vtkImplicitModeller_SetOutputScalarTypeToUnsignedShort")); mixin(bindCode("vtkImplicitModeller_SetOutputScalarTypeToUnsignedChar", "D_vtkImplicitModeller_SetOutputScalarTypeToUnsignedChar")); mixin(bindCode("vtkImplicitModeller_SetOutputScalarTypeToChar", "D_vtkImplicitModeller_SetOutputScalarTypeToChar")); mixin(bindCode("vtkImplicitModeller_StartAppend", "D_vtkImplicitModeller_StartAppend")); mixin(bindCode("vtkImplicitModeller_Append", "D_vtkImplicitModeller_Append")); mixin(bindCode("vtkImplicitModeller_EndAppend", "D_vtkImplicitModeller_EndAppend")); mixin(bindCode("vtkImplicitModeller_Upcast", "D_vtkImplicitModeller_Upcast")); mixin(bindCode("vtkImageDifference_New", "D_vtkImageDifference_New")); mixin(bindCode("vtkImageDifference_IsTypeOf", "D_vtkImageDifference_IsTypeOf")); mixin(bindCode("vtkImageDifference_SafeDownCast", "D_vtkImageDifference_SafeDownCast")); mixin(bindCode("vtkImageDifference_NewInstance", "D_vtkImageDifference_NewInstance")); mixin(bindCode("vtkImageDifference_SetImageConnection", "D_vtkImageDifference_SetImageConnection")); mixin(bindCode("vtkImageDifference_SetImageData", "D_vtkImageDifference_SetImageData")); mixin(bindCode("vtkImageDifference_GetImage", "D_vtkImageDifference_GetImage")); mixin(bindCode("vtkImageDifference_GetError__SWIG_0", "D_vtkImageDifference_GetError__SWIG_0")); mixin(bindCode("vtkImageDifference_GetError__SWIG_1", "D_vtkImageDifference_GetError__SWIG_1")); mixin(bindCode("vtkImageDifference_GetThresholdedError__SWIG_0", "D_vtkImageDifference_GetThresholdedError__SWIG_0")); mixin(bindCode("vtkImageDifference_GetThresholdedError__SWIG_1", "D_vtkImageDifference_GetThresholdedError__SWIG_1")); mixin(bindCode("vtkImageDifference_SetThreshold", "D_vtkImageDifference_SetThreshold")); mixin(bindCode("vtkImageDifference_GetThreshold", "D_vtkImageDifference_GetThreshold")); mixin(bindCode("vtkImageDifference_SetAllowShift", "D_vtkImageDifference_SetAllowShift")); mixin(bindCode("vtkImageDifference_GetAllowShift", "D_vtkImageDifference_GetAllowShift")); mixin(bindCode("vtkImageDifference_AllowShiftOn", "D_vtkImageDifference_AllowShiftOn")); mixin(bindCode("vtkImageDifference_AllowShiftOff", "D_vtkImageDifference_AllowShiftOff")); mixin(bindCode("vtkImageDifference_SetAveraging", "D_vtkImageDifference_SetAveraging")); mixin(bindCode("vtkImageDifference_GetAveraging", "D_vtkImageDifference_GetAveraging")); mixin(bindCode("vtkImageDifference_AveragingOn", "D_vtkImageDifference_AveragingOn")); mixin(bindCode("vtkImageDifference_AveragingOff", "D_vtkImageDifference_AveragingOff")); mixin(bindCode("vtkImageDifference_Upcast", "D_vtkImageDifference_Upcast")); mixin(bindCode("vtkArrayReader_New", "D_vtkArrayReader_New")); mixin(bindCode("vtkArrayReader_IsTypeOf", "D_vtkArrayReader_IsTypeOf")); mixin(bindCode("vtkArrayReader_SafeDownCast", "D_vtkArrayReader_SafeDownCast")); mixin(bindCode("vtkArrayReader_NewInstance", "D_vtkArrayReader_NewInstance")); mixin(bindCode("vtkArrayReader_GetFileName", "D_vtkArrayReader_GetFileName")); mixin(bindCode("vtkArrayReader_SetFileName", "D_vtkArrayReader_SetFileName")); mixin(bindCode("vtkArrayReader_SetInputString", "D_vtkArrayReader_SetInputString")); mixin(bindCode("vtkArrayReader_GetInputString", "D_vtkArrayReader_GetInputString")); mixin(bindCode("vtkArrayReader_SetReadFromInputString", "D_vtkArrayReader_SetReadFromInputString")); mixin(bindCode("vtkArrayReader_GetReadFromInputString", "D_vtkArrayReader_GetReadFromInputString")); mixin(bindCode("vtkArrayReader_ReadFromInputStringOn", "D_vtkArrayReader_ReadFromInputStringOn")); mixin(bindCode("vtkArrayReader_ReadFromInputStringOff", "D_vtkArrayReader_ReadFromInputStringOff")); mixin(bindCode("vtkArrayReader_Read__SWIG_0", "D_vtkArrayReader_Read__SWIG_0")); mixin(bindCode("vtkArrayReader_Read__SWIG_1", "D_vtkArrayReader_Read__SWIG_1")); mixin(bindCode("vtkArrayReader_Upcast", "D_vtkArrayReader_Upcast")); mixin(bindCode("vtkPassThrough_New", "D_vtkPassThrough_New")); mixin(bindCode("vtkPassThrough_IsTypeOf", "D_vtkPassThrough_IsTypeOf")); mixin(bindCode("vtkPassThrough_SafeDownCast", "D_vtkPassThrough_SafeDownCast")); mixin(bindCode("vtkPassThrough_NewInstance", "D_vtkPassThrough_NewInstance")); mixin(bindCode("vtkPassThrough_FillInputPortInformation", "D_vtkPassThrough_FillInputPortInformation")); mixin(bindCode("vtkPassThrough_SetDeepCopyInput", "D_vtkPassThrough_SetDeepCopyInput")); mixin(bindCode("vtkPassThrough_GetDeepCopyInput", "D_vtkPassThrough_GetDeepCopyInput")); mixin(bindCode("vtkPassThrough_DeepCopyInputOn", "D_vtkPassThrough_DeepCopyInputOn")); mixin(bindCode("vtkPassThrough_DeepCopyInputOff", "D_vtkPassThrough_DeepCopyInputOff")); mixin(bindCode("vtkPassThrough_Upcast", "D_vtkPassThrough_Upcast")); mixin(bindCode("vtkLassoStencilSource_New", "D_vtkLassoStencilSource_New")); mixin(bindCode("vtkLassoStencilSource_IsTypeOf", "D_vtkLassoStencilSource_IsTypeOf")); mixin(bindCode("vtkLassoStencilSource_SafeDownCast", "D_vtkLassoStencilSource_SafeDownCast")); mixin(bindCode("vtkLassoStencilSource_NewInstance", "D_vtkLassoStencilSource_NewInstance")); mixin(bindCode("vtkLassoStencilSource_GetShape", "D_vtkLassoStencilSource_GetShape")); mixin(bindCode("vtkLassoStencilSource_SetShape", "D_vtkLassoStencilSource_SetShape")); mixin(bindCode("vtkLassoStencilSource_GetShapeMinValue", "D_vtkLassoStencilSource_GetShapeMinValue")); mixin(bindCode("vtkLassoStencilSource_GetShapeMaxValue", "D_vtkLassoStencilSource_GetShapeMaxValue")); mixin(bindCode("vtkLassoStencilSource_SetShapeToPolygon", "D_vtkLassoStencilSource_SetShapeToPolygon")); mixin(bindCode("vtkLassoStencilSource_SetShapeToSpline", "D_vtkLassoStencilSource_SetShapeToSpline")); mixin(bindCode("vtkLassoStencilSource_GetShapeAsString", "D_vtkLassoStencilSource_GetShapeAsString")); mixin(bindCode("vtkLassoStencilSource_SetPoints", "D_vtkLassoStencilSource_SetPoints")); mixin(bindCode("vtkLassoStencilSource_GetPoints", "D_vtkLassoStencilSource_GetPoints")); mixin(bindCode("vtkLassoStencilSource_GetSliceOrientation", "D_vtkLassoStencilSource_GetSliceOrientation")); mixin(bindCode("vtkLassoStencilSource_SetSliceOrientation", "D_vtkLassoStencilSource_SetSliceOrientation")); mixin(bindCode("vtkLassoStencilSource_GetSliceOrientationMinValue", "D_vtkLassoStencilSource_GetSliceOrientationMinValue")); mixin(bindCode("vtkLassoStencilSource_GetSliceOrientationMaxValue", "D_vtkLassoStencilSource_GetSliceOrientationMaxValue")); mixin(bindCode("vtkLassoStencilSource_SetSlicePoints", "D_vtkLassoStencilSource_SetSlicePoints")); mixin(bindCode("vtkLassoStencilSource_GetSlicePoints", "D_vtkLassoStencilSource_GetSlicePoints")); mixin(bindCode("vtkLassoStencilSource_RemoveAllSlicePoints", "D_vtkLassoStencilSource_RemoveAllSlicePoints")); mixin(bindCode("vtkLassoStencilSource_Upcast", "D_vtkLassoStencilSource_Upcast")); mixin(bindCode("vtkTextRendererStringToImage_IsTypeOf", "D_vtkTextRendererStringToImage_IsTypeOf")); mixin(bindCode("vtkTextRendererStringToImage_SafeDownCast", "D_vtkTextRendererStringToImage_SafeDownCast")); mixin(bindCode("vtkTextRendererStringToImage_NewInstance", "D_vtkTextRendererStringToImage_NewInstance")); mixin(bindCode("vtkTextRendererStringToImage_New", "D_vtkTextRendererStringToImage_New")); mixin(bindCode("vtkTextRendererStringToImage_GetBounds__SWIG_0", "D_vtkTextRendererStringToImage_GetBounds__SWIG_0")); mixin(bindCode("vtkTextRendererStringToImage_GetBounds__SWIG_1", "D_vtkTextRendererStringToImage_GetBounds__SWIG_1")); mixin(bindCode("vtkTextRendererStringToImage_RenderString__SWIG_0", "D_vtkTextRendererStringToImage_RenderString__SWIG_0")); mixin(bindCode("vtkTextRendererStringToImage_RenderString__SWIG_1", "D_vtkTextRendererStringToImage_RenderString__SWIG_1")); mixin(bindCode("vtkTextRendererStringToImage_RenderString__SWIG_2", "D_vtkTextRendererStringToImage_RenderString__SWIG_2")); mixin(bindCode("vtkTextRendererStringToImage_RenderString__SWIG_3", "D_vtkTextRendererStringToImage_RenderString__SWIG_3")); mixin(bindCode("vtkTextRendererStringToImage_DeepCopy", "D_vtkTextRendererStringToImage_DeepCopy")); mixin(bindCode("vtkTextRendererStringToImage_Upcast", "D_vtkTextRendererStringToImage_Upcast")); mixin(bindCode("vtkFloatArray_New", "D_vtkFloatArray_New")); mixin(bindCode("vtkFloatArray_IsTypeOf", "D_vtkFloatArray_IsTypeOf")); mixin(bindCode("vtkFloatArray_SafeDownCast", "D_vtkFloatArray_SafeDownCast")); mixin(bindCode("vtkFloatArray_NewInstance", "D_vtkFloatArray_NewInstance")); mixin(bindCode("vtkFloatArray_GetTupleValue", "D_vtkFloatArray_GetTupleValue")); mixin(bindCode("vtkFloatArray_SetTupleValue", "D_vtkFloatArray_SetTupleValue")); mixin(bindCode("vtkFloatArray_InsertTupleValue", "D_vtkFloatArray_InsertTupleValue")); mixin(bindCode("vtkFloatArray_InsertNextTupleValue", "D_vtkFloatArray_InsertNextTupleValue")); mixin(bindCode("vtkFloatArray_GetValue", "D_vtkFloatArray_GetValue")); mixin(bindCode("vtkFloatArray_SetValue", "D_vtkFloatArray_SetValue")); mixin(bindCode("vtkFloatArray_SetNumberOfValues", "D_vtkFloatArray_SetNumberOfValues")); mixin(bindCode("vtkFloatArray_InsertValue", "D_vtkFloatArray_InsertValue")); mixin(bindCode("vtkFloatArray_InsertNextValue", "D_vtkFloatArray_InsertNextValue")); mixin(bindCode("vtkFloatArray_GetValueRange__SWIG_0", "D_vtkFloatArray_GetValueRange__SWIG_0")); mixin(bindCode("vtkFloatArray_GetValueRange__SWIG_1", "D_vtkFloatArray_GetValueRange__SWIG_1")); mixin(bindCode("vtkFloatArray_GetDataTypeValueMin", "D_vtkFloatArray_GetDataTypeValueMin")); mixin(bindCode("vtkFloatArray_GetDataTypeValueMax", "D_vtkFloatArray_GetDataTypeValueMax")); mixin(bindCode("vtkFloatArray_WritePointer", "D_vtkFloatArray_WritePointer")); mixin(bindCode("vtkFloatArray_GetPointer", "D_vtkFloatArray_GetPointer")); mixin(bindCode("vtkFloatArray_SetArray__SWIG_0", "D_vtkFloatArray_SetArray__SWIG_0")); mixin(bindCode("vtkFloatArray_SetArray__SWIG_1", "D_vtkFloatArray_SetArray__SWIG_1")); mixin(bindCode("vtkFloatArray_Upcast", "D_vtkFloatArray_Upcast")); mixin(bindCode("vtkXMLStructuredGridReader_IsTypeOf", "D_vtkXMLStructuredGridReader_IsTypeOf")); mixin(bindCode("vtkXMLStructuredGridReader_SafeDownCast", "D_vtkXMLStructuredGridReader_SafeDownCast")); mixin(bindCode("vtkXMLStructuredGridReader_NewInstance", "D_vtkXMLStructuredGridReader_NewInstance")); mixin(bindCode("vtkXMLStructuredGridReader_New", "D_vtkXMLStructuredGridReader_New")); mixin(bindCode("vtkXMLStructuredGridReader_GetOutput__SWIG_0", "D_vtkXMLStructuredGridReader_GetOutput__SWIG_0")); mixin(bindCode("vtkXMLStructuredGridReader_GetOutput__SWIG_1", "D_vtkXMLStructuredGridReader_GetOutput__SWIG_1")); mixin(bindCode("vtkXMLStructuredGridReader_Upcast", "D_vtkXMLStructuredGridReader_Upcast")); mixin(bindCode("vtkShadowMapBakerPass_New", "D_vtkShadowMapBakerPass_New")); mixin(bindCode("vtkShadowMapBakerPass_IsTypeOf", "D_vtkShadowMapBakerPass_IsTypeOf")); mixin(bindCode("vtkShadowMapBakerPass_SafeDownCast", "D_vtkShadowMapBakerPass_SafeDownCast")); mixin(bindCode("vtkShadowMapBakerPass_NewInstance", "D_vtkShadowMapBakerPass_NewInstance")); mixin(bindCode("vtkShadowMapBakerPass_OCCLUDER", "D_vtkShadowMapBakerPass_OCCLUDER")); mixin(bindCode("vtkShadowMapBakerPass_RECEIVER", "D_vtkShadowMapBakerPass_RECEIVER")); mixin(bindCode("vtkShadowMapBakerPass_GetOpaquePass", "D_vtkShadowMapBakerPass_GetOpaquePass")); mixin(bindCode("vtkShadowMapBakerPass_SetOpaquePass", "D_vtkShadowMapBakerPass_SetOpaquePass")); mixin(bindCode("vtkShadowMapBakerPass_GetCompositeZPass", "D_vtkShadowMapBakerPass_GetCompositeZPass")); mixin(bindCode("vtkShadowMapBakerPass_SetCompositeZPass", "D_vtkShadowMapBakerPass_SetCompositeZPass")); mixin(bindCode("vtkShadowMapBakerPass_SetResolution", "D_vtkShadowMapBakerPass_SetResolution")); mixin(bindCode("vtkShadowMapBakerPass_GetResolution", "D_vtkShadowMapBakerPass_GetResolution")); mixin(bindCode("vtkShadowMapBakerPass_SetPolygonOffsetFactor", "D_vtkShadowMapBakerPass_SetPolygonOffsetFactor")); mixin(bindCode("vtkShadowMapBakerPass_GetPolygonOffsetFactor", "D_vtkShadowMapBakerPass_GetPolygonOffsetFactor")); mixin(bindCode("vtkShadowMapBakerPass_SetPolygonOffsetUnits", "D_vtkShadowMapBakerPass_SetPolygonOffsetUnits")); mixin(bindCode("vtkShadowMapBakerPass_GetPolygonOffsetUnits", "D_vtkShadowMapBakerPass_GetPolygonOffsetUnits")); mixin(bindCode("vtkShadowMapBakerPass_GetHasShadows", "D_vtkShadowMapBakerPass_GetHasShadows")); mixin(bindCode("vtkShadowMapBakerPass_LightCreatesShadow", "D_vtkShadowMapBakerPass_LightCreatesShadow")); mixin(bindCode("vtkShadowMapBakerPass_GetNeedUpdate", "D_vtkShadowMapBakerPass_GetNeedUpdate")); mixin(bindCode("vtkShadowMapBakerPass_SetUpToDate", "D_vtkShadowMapBakerPass_SetUpToDate")); mixin(bindCode("vtkShadowMapBakerPass_Upcast", "D_vtkShadowMapBakerPass_Upcast")); mixin(bindCode("vtkWedge_New", "D_vtkWedge_New")); mixin(bindCode("vtkWedge_IsTypeOf", "D_vtkWedge_IsTypeOf")); mixin(bindCode("vtkWedge_SafeDownCast", "D_vtkWedge_SafeDownCast")); mixin(bindCode("vtkWedge_NewInstance", "D_vtkWedge_NewInstance")); mixin(bindCode("vtkWedge_InterpolationFunctions", "D_vtkWedge_InterpolationFunctions")); mixin(bindCode("vtkWedge_InterpolationDerivs", "D_vtkWedge_InterpolationDerivs")); mixin(bindCode("vtkWedge_InterpolateFunctions", "D_vtkWedge_InterpolateFunctions")); mixin(bindCode("vtkWedge_InterpolateDerivs", "D_vtkWedge_InterpolateDerivs")); mixin(bindCode("vtkWedge_JacobianInverse", "D_vtkWedge_JacobianInverse")); mixin(bindCode("vtkWedge_GetEdgeArray", "D_vtkWedge_GetEdgeArray")); mixin(bindCode("vtkWedge_GetFaceArray", "D_vtkWedge_GetFaceArray")); mixin(bindCode("vtkWedge_Upcast", "D_vtkWedge_Upcast")); mixin(bindCode("vtkIncrementalForceLayout_IsTypeOf", "D_vtkIncrementalForceLayout_IsTypeOf")); mixin(bindCode("vtkIncrementalForceLayout_SafeDownCast", "D_vtkIncrementalForceLayout_SafeDownCast")); mixin(bindCode("vtkIncrementalForceLayout_NewInstance", "D_vtkIncrementalForceLayout_NewInstance")); mixin(bindCode("vtkIncrementalForceLayout_New", "D_vtkIncrementalForceLayout_New")); mixin(bindCode("vtkIncrementalForceLayout_SetGraph", "D_vtkIncrementalForceLayout_SetGraph")); mixin(bindCode("vtkIncrementalForceLayout_GetGraph", "D_vtkIncrementalForceLayout_GetGraph")); mixin(bindCode("vtkIncrementalForceLayout_SetFixed", "D_vtkIncrementalForceLayout_SetFixed")); mixin(bindCode("vtkIncrementalForceLayout_GetFixed", "D_vtkIncrementalForceLayout_GetFixed")); mixin(bindCode("vtkIncrementalForceLayout_SetAlpha", "D_vtkIncrementalForceLayout_SetAlpha")); mixin(bindCode("vtkIncrementalForceLayout_GetAlpha", "D_vtkIncrementalForceLayout_GetAlpha")); mixin(bindCode("vtkIncrementalForceLayout_SetTheta", "D_vtkIncrementalForceLayout_SetTheta")); mixin(bindCode("vtkIncrementalForceLayout_GetTheta", "D_vtkIncrementalForceLayout_GetTheta")); mixin(bindCode("vtkIncrementalForceLayout_SetCharge", "D_vtkIncrementalForceLayout_SetCharge")); mixin(bindCode("vtkIncrementalForceLayout_GetCharge", "D_vtkIncrementalForceLayout_GetCharge")); mixin(bindCode("vtkIncrementalForceLayout_SetStrength", "D_vtkIncrementalForceLayout_SetStrength")); mixin(bindCode("vtkIncrementalForceLayout_GetStrength", "D_vtkIncrementalForceLayout_GetStrength")); mixin(bindCode("vtkIncrementalForceLayout_SetDistance", "D_vtkIncrementalForceLayout_SetDistance")); mixin(bindCode("vtkIncrementalForceLayout_GetDistance", "D_vtkIncrementalForceLayout_GetDistance")); mixin(bindCode("vtkIncrementalForceLayout_SetGravity", "D_vtkIncrementalForceLayout_SetGravity")); mixin(bindCode("vtkIncrementalForceLayout_GetGravity", "D_vtkIncrementalForceLayout_GetGravity")); mixin(bindCode("vtkIncrementalForceLayout_SetFriction", "D_vtkIncrementalForceLayout_SetFriction")); mixin(bindCode("vtkIncrementalForceLayout_GetFriction", "D_vtkIncrementalForceLayout_GetFriction")); mixin(bindCode("vtkIncrementalForceLayout_UpdatePositions", "D_vtkIncrementalForceLayout_UpdatePositions")); mixin(bindCode("vtkIncrementalForceLayout_Upcast", "D_vtkIncrementalForceLayout_Upcast")); mixin(bindCode("vtkImageDilateErode3D_New", "D_vtkImageDilateErode3D_New")); mixin(bindCode("vtkImageDilateErode3D_IsTypeOf", "D_vtkImageDilateErode3D_IsTypeOf")); mixin(bindCode("vtkImageDilateErode3D_SafeDownCast", "D_vtkImageDilateErode3D_SafeDownCast")); mixin(bindCode("vtkImageDilateErode3D_NewInstance", "D_vtkImageDilateErode3D_NewInstance")); mixin(bindCode("vtkImageDilateErode3D_SetKernelSize", "D_vtkImageDilateErode3D_SetKernelSize")); mixin(bindCode("vtkImageDilateErode3D_SetDilateValue", "D_vtkImageDilateErode3D_SetDilateValue")); mixin(bindCode("vtkImageDilateErode3D_GetDilateValue", "D_vtkImageDilateErode3D_GetDilateValue")); mixin(bindCode("vtkImageDilateErode3D_SetErodeValue", "D_vtkImageDilateErode3D_SetErodeValue")); mixin(bindCode("vtkImageDilateErode3D_GetErodeValue", "D_vtkImageDilateErode3D_GetErodeValue")); mixin(bindCode("vtkImageDilateErode3D_Upcast", "D_vtkImageDilateErode3D_Upcast")); mixin(bindCode("vtkOpenGLProperty_New", "D_vtkOpenGLProperty_New")); mixin(bindCode("vtkOpenGLProperty_IsTypeOf", "D_vtkOpenGLProperty_IsTypeOf")); mixin(bindCode("vtkOpenGLProperty_SafeDownCast", "D_vtkOpenGLProperty_SafeDownCast")); mixin(bindCode("vtkOpenGLProperty_NewInstance", "D_vtkOpenGLProperty_NewInstance")); mixin(bindCode("vtkOpenGLProperty_AddShaderVariable__SWIG_0", "D_vtkOpenGLProperty_AddShaderVariable__SWIG_0")); mixin(bindCode("vtkOpenGLProperty_AddShaderVariable__SWIG_1", "D_vtkOpenGLProperty_AddShaderVariable__SWIG_1")); mixin(bindCode("vtkOpenGLProperty_AddShaderVariable__SWIG_2", "D_vtkOpenGLProperty_AddShaderVariable__SWIG_2")); mixin(bindCode("vtkOpenGLProperty_SetMaterialProperties", "D_vtkOpenGLProperty_SetMaterialProperties")); mixin(bindCode("vtkOpenGLProperty_Upcast", "D_vtkOpenGLProperty_Upcast")); mixin(bindCode("vtkSimplePointsReader_New", "D_vtkSimplePointsReader_New")); mixin(bindCode("vtkSimplePointsReader_IsTypeOf", "D_vtkSimplePointsReader_IsTypeOf")); mixin(bindCode("vtkSimplePointsReader_SafeDownCast", "D_vtkSimplePointsReader_SafeDownCast")); mixin(bindCode("vtkSimplePointsReader_NewInstance", "D_vtkSimplePointsReader_NewInstance")); mixin(bindCode("vtkSimplePointsReader_SetFileName", "D_vtkSimplePointsReader_SetFileName")); mixin(bindCode("vtkSimplePointsReader_GetFileName", "D_vtkSimplePointsReader_GetFileName")); mixin(bindCode("vtkSimplePointsReader_Upcast", "D_vtkSimplePointsReader_Upcast")); mixin(bindCode("vtkImageAnisotropicDiffusion3D_New", "D_vtkImageAnisotropicDiffusion3D_New")); mixin(bindCode("vtkImageAnisotropicDiffusion3D_IsTypeOf", "D_vtkImageAnisotropicDiffusion3D_IsTypeOf")); mixin(bindCode("vtkImageAnisotropicDiffusion3D_SafeDownCast", "D_vtkImageAnisotropicDiffusion3D_SafeDownCast")); mixin(bindCode("vtkImageAnisotropicDiffusion3D_NewInstance", "D_vtkImageAnisotropicDiffusion3D_NewInstance")); mixin(bindCode("vtkImageAnisotropicDiffusion3D_SetNumberOfIterations", "D_vtkImageAnisotropicDiffusion3D_SetNumberOfIterations")); mixin(bindCode("vtkImageAnisotropicDiffusion3D_GetNumberOfIterations", "D_vtkImageAnisotropicDiffusion3D_GetNumberOfIterations")); mixin(bindCode("vtkImageAnisotropicDiffusion3D_SetDiffusionThreshold", "D_vtkImageAnisotropicDiffusion3D_SetDiffusionThreshold")); mixin(bindCode("vtkImageAnisotropicDiffusion3D_GetDiffusionThreshold", "D_vtkImageAnisotropicDiffusion3D_GetDiffusionThreshold")); mixin(bindCode("vtkImageAnisotropicDiffusion3D_SetDiffusionFactor", "D_vtkImageAnisotropicDiffusion3D_SetDiffusionFactor")); mixin(bindCode("vtkImageAnisotropicDiffusion3D_GetDiffusionFactor", "D_vtkImageAnisotropicDiffusion3D_GetDiffusionFactor")); mixin(bindCode("vtkImageAnisotropicDiffusion3D_SetFaces", "D_vtkImageAnisotropicDiffusion3D_SetFaces")); mixin(bindCode("vtkImageAnisotropicDiffusion3D_GetFaces", "D_vtkImageAnisotropicDiffusion3D_GetFaces")); mixin(bindCode("vtkImageAnisotropicDiffusion3D_FacesOn", "D_vtkImageAnisotropicDiffusion3D_FacesOn")); mixin(bindCode("vtkImageAnisotropicDiffusion3D_FacesOff", "D_vtkImageAnisotropicDiffusion3D_FacesOff")); mixin(bindCode("vtkImageAnisotropicDiffusion3D_SetEdges", "D_vtkImageAnisotropicDiffusion3D_SetEdges")); mixin(bindCode("vtkImageAnisotropicDiffusion3D_GetEdges", "D_vtkImageAnisotropicDiffusion3D_GetEdges")); mixin(bindCode("vtkImageAnisotropicDiffusion3D_EdgesOn", "D_vtkImageAnisotropicDiffusion3D_EdgesOn")); mixin(bindCode("vtkImageAnisotropicDiffusion3D_EdgesOff", "D_vtkImageAnisotropicDiffusion3D_EdgesOff")); mixin(bindCode("vtkImageAnisotropicDiffusion3D_SetCorners", "D_vtkImageAnisotropicDiffusion3D_SetCorners")); mixin(bindCode("vtkImageAnisotropicDiffusion3D_GetCorners", "D_vtkImageAnisotropicDiffusion3D_GetCorners")); mixin(bindCode("vtkImageAnisotropicDiffusion3D_CornersOn", "D_vtkImageAnisotropicDiffusion3D_CornersOn")); mixin(bindCode("vtkImageAnisotropicDiffusion3D_CornersOff", "D_vtkImageAnisotropicDiffusion3D_CornersOff")); mixin(bindCode("vtkImageAnisotropicDiffusion3D_SetGradientMagnitudeThreshold", "D_vtkImageAnisotropicDiffusion3D_SetGradientMagnitudeThreshold")); mixin(bindCode("vtkImageAnisotropicDiffusion3D_GetGradientMagnitudeThreshold", "D_vtkImageAnisotropicDiffusion3D_GetGradientMagnitudeThreshold")); mixin(bindCode("vtkImageAnisotropicDiffusion3D_GradientMagnitudeThresholdOn", "D_vtkImageAnisotropicDiffusion3D_GradientMagnitudeThresholdOn")); mixin(bindCode("vtkImageAnisotropicDiffusion3D_GradientMagnitudeThresholdOff", "D_vtkImageAnisotropicDiffusion3D_GradientMagnitudeThresholdOff")); mixin(bindCode("vtkImageAnisotropicDiffusion3D_Upcast", "D_vtkImageAnisotropicDiffusion3D_Upcast")); mixin(bindCode("vtkPerturbCoincidentVertices_New", "D_vtkPerturbCoincidentVertices_New")); mixin(bindCode("vtkPerturbCoincidentVertices_IsTypeOf", "D_vtkPerturbCoincidentVertices_IsTypeOf")); mixin(bindCode("vtkPerturbCoincidentVertices_SafeDownCast", "D_vtkPerturbCoincidentVertices_SafeDownCast")); mixin(bindCode("vtkPerturbCoincidentVertices_NewInstance", "D_vtkPerturbCoincidentVertices_NewInstance")); mixin(bindCode("vtkPerturbCoincidentVertices_SetPerturbFactor", "D_vtkPerturbCoincidentVertices_SetPerturbFactor")); mixin(bindCode("vtkPerturbCoincidentVertices_GetPerturbFactor", "D_vtkPerturbCoincidentVertices_GetPerturbFactor")); mixin(bindCode("vtkPerturbCoincidentVertices_Upcast", "D_vtkPerturbCoincidentVertices_Upcast")); mixin(bindCode("vtkDataArraySelection_IsTypeOf", "D_vtkDataArraySelection_IsTypeOf")); mixin(bindCode("vtkDataArraySelection_SafeDownCast", "D_vtkDataArraySelection_SafeDownCast")); mixin(bindCode("vtkDataArraySelection_NewInstance", "D_vtkDataArraySelection_NewInstance")); mixin(bindCode("vtkDataArraySelection_New", "D_vtkDataArraySelection_New")); mixin(bindCode("vtkDataArraySelection_EnableArray", "D_vtkDataArraySelection_EnableArray")); mixin(bindCode("vtkDataArraySelection_DisableArray", "D_vtkDataArraySelection_DisableArray")); mixin(bindCode("vtkDataArraySelection_ArrayIsEnabled", "D_vtkDataArraySelection_ArrayIsEnabled")); mixin(bindCode("vtkDataArraySelection_ArrayExists", "D_vtkDataArraySelection_ArrayExists")); mixin(bindCode("vtkDataArraySelection_EnableAllArrays", "D_vtkDataArraySelection_EnableAllArrays")); mixin(bindCode("vtkDataArraySelection_DisableAllArrays", "D_vtkDataArraySelection_DisableAllArrays")); mixin(bindCode("vtkDataArraySelection_GetNumberOfArrays", "D_vtkDataArraySelection_GetNumberOfArrays")); mixin(bindCode("vtkDataArraySelection_GetNumberOfArraysEnabled", "D_vtkDataArraySelection_GetNumberOfArraysEnabled")); mixin(bindCode("vtkDataArraySelection_GetArrayName", "D_vtkDataArraySelection_GetArrayName")); mixin(bindCode("vtkDataArraySelection_GetArrayIndex", "D_vtkDataArraySelection_GetArrayIndex")); mixin(bindCode("vtkDataArraySelection_GetEnabledArrayIndex", "D_vtkDataArraySelection_GetEnabledArrayIndex")); mixin(bindCode("vtkDataArraySelection_GetArraySetting__SWIG_0", "D_vtkDataArraySelection_GetArraySetting__SWIG_0")); mixin(bindCode("vtkDataArraySelection_GetArraySetting__SWIG_1", "D_vtkDataArraySelection_GetArraySetting__SWIG_1")); mixin(bindCode("vtkDataArraySelection_RemoveAllArrays", "D_vtkDataArraySelection_RemoveAllArrays")); mixin(bindCode("vtkDataArraySelection_CopySelections", "D_vtkDataArraySelection_CopySelections")); mixin(bindCode("vtkDataArraySelection_Upcast", "D_vtkDataArraySelection_Upcast")); mixin(bindCode("vtkFrustumSource_New", "D_vtkFrustumSource_New")); mixin(bindCode("vtkFrustumSource_IsTypeOf", "D_vtkFrustumSource_IsTypeOf")); mixin(bindCode("vtkFrustumSource_SafeDownCast", "D_vtkFrustumSource_SafeDownCast")); mixin(bindCode("vtkFrustumSource_NewInstance", "D_vtkFrustumSource_NewInstance")); mixin(bindCode("vtkFrustumSource_GetPlanes", "D_vtkFrustumSource_GetPlanes")); mixin(bindCode("vtkFrustumSource_SetPlanes", "D_vtkFrustumSource_SetPlanes")); mixin(bindCode("vtkFrustumSource_GetShowLines", "D_vtkFrustumSource_GetShowLines")); mixin(bindCode("vtkFrustumSource_SetShowLines", "D_vtkFrustumSource_SetShowLines")); mixin(bindCode("vtkFrustumSource_ShowLinesOn", "D_vtkFrustumSource_ShowLinesOn")); mixin(bindCode("vtkFrustumSource_ShowLinesOff", "D_vtkFrustumSource_ShowLinesOff")); mixin(bindCode("vtkFrustumSource_GetLinesLength", "D_vtkFrustumSource_GetLinesLength")); mixin(bindCode("vtkFrustumSource_SetLinesLength", "D_vtkFrustumSource_SetLinesLength")); mixin(bindCode("vtkFrustumSource_Upcast", "D_vtkFrustumSource_Upcast")); mixin(bindCode("VTK_CURVATURE_GAUSS_get", "D_VTK_CURVATURE_GAUSS_get")); mixin(bindCode("VTK_CURVATURE_MEAN_get", "D_VTK_CURVATURE_MEAN_get")); mixin(bindCode("VTK_CURVATURE_MAXIMUM_get", "D_VTK_CURVATURE_MAXIMUM_get")); mixin(bindCode("VTK_CURVATURE_MINIMUM_get", "D_VTK_CURVATURE_MINIMUM_get")); mixin(bindCode("vtkCurvatures_IsTypeOf", "D_vtkCurvatures_IsTypeOf")); mixin(bindCode("vtkCurvatures_SafeDownCast", "D_vtkCurvatures_SafeDownCast")); mixin(bindCode("vtkCurvatures_NewInstance", "D_vtkCurvatures_NewInstance")); mixin(bindCode("vtkCurvatures_New", "D_vtkCurvatures_New")); mixin(bindCode("vtkCurvatures_SetCurvatureType", "D_vtkCurvatures_SetCurvatureType")); mixin(bindCode("vtkCurvatures_GetCurvatureType", "D_vtkCurvatures_GetCurvatureType")); mixin(bindCode("vtkCurvatures_SetCurvatureTypeToGaussian", "D_vtkCurvatures_SetCurvatureTypeToGaussian")); mixin(bindCode("vtkCurvatures_SetCurvatureTypeToMean", "D_vtkCurvatures_SetCurvatureTypeToMean")); mixin(bindCode("vtkCurvatures_SetCurvatureTypeToMaximum", "D_vtkCurvatures_SetCurvatureTypeToMaximum")); mixin(bindCode("vtkCurvatures_SetCurvatureTypeToMinimum", "D_vtkCurvatures_SetCurvatureTypeToMinimum")); mixin(bindCode("vtkCurvatures_SetInvertMeanCurvature", "D_vtkCurvatures_SetInvertMeanCurvature")); mixin(bindCode("vtkCurvatures_GetInvertMeanCurvature", "D_vtkCurvatures_GetInvertMeanCurvature")); mixin(bindCode("vtkCurvatures_InvertMeanCurvatureOn", "D_vtkCurvatures_InvertMeanCurvatureOn")); mixin(bindCode("vtkCurvatures_InvertMeanCurvatureOff", "D_vtkCurvatures_InvertMeanCurvatureOff")); mixin(bindCode("delete_vtkCurvatures", "D_delete_vtkCurvatures")); mixin(bindCode("vtkCurvatures_Upcast", "D_vtkCurvatures_Upcast")); mixin(bindCode("vtkHexahedron_New", "D_vtkHexahedron_New")); mixin(bindCode("vtkHexahedron_IsTypeOf", "D_vtkHexahedron_IsTypeOf")); mixin(bindCode("vtkHexahedron_SafeDownCast", "D_vtkHexahedron_SafeDownCast")); mixin(bindCode("vtkHexahedron_NewInstance", "D_vtkHexahedron_NewInstance")); mixin(bindCode("vtkHexahedron_InterpolationFunctions", "D_vtkHexahedron_InterpolationFunctions")); mixin(bindCode("vtkHexahedron_InterpolationDerivs", "D_vtkHexahedron_InterpolationDerivs")); mixin(bindCode("vtkHexahedron_InterpolateFunctions", "D_vtkHexahedron_InterpolateFunctions")); mixin(bindCode("vtkHexahedron_InterpolateDerivs", "D_vtkHexahedron_InterpolateDerivs")); mixin(bindCode("vtkHexahedron_GetEdgeArray", "D_vtkHexahedron_GetEdgeArray")); mixin(bindCode("vtkHexahedron_GetFaceArray", "D_vtkHexahedron_GetFaceArray")); mixin(bindCode("vtkHexahedron_JacobianInverse", "D_vtkHexahedron_JacobianInverse")); mixin(bindCode("vtkHexahedron_Upcast", "D_vtkHexahedron_Upcast")); mixin(bindCode("vtkImageSeparableConvolution_New", "D_vtkImageSeparableConvolution_New")); mixin(bindCode("vtkImageSeparableConvolution_IsTypeOf", "D_vtkImageSeparableConvolution_IsTypeOf")); mixin(bindCode("vtkImageSeparableConvolution_SafeDownCast", "D_vtkImageSeparableConvolution_SafeDownCast")); mixin(bindCode("vtkImageSeparableConvolution_NewInstance", "D_vtkImageSeparableConvolution_NewInstance")); mixin(bindCode("vtkImageSeparableConvolution_SetXKernel", "D_vtkImageSeparableConvolution_SetXKernel")); mixin(bindCode("vtkImageSeparableConvolution_GetXKernel", "D_vtkImageSeparableConvolution_GetXKernel")); mixin(bindCode("vtkImageSeparableConvolution_SetYKernel", "D_vtkImageSeparableConvolution_SetYKernel")); mixin(bindCode("vtkImageSeparableConvolution_GetYKernel", "D_vtkImageSeparableConvolution_GetYKernel")); mixin(bindCode("vtkImageSeparableConvolution_SetZKernel", "D_vtkImageSeparableConvolution_SetZKernel")); mixin(bindCode("vtkImageSeparableConvolution_GetZKernel", "D_vtkImageSeparableConvolution_GetZKernel")); mixin(bindCode("vtkImageSeparableConvolution_Upcast", "D_vtkImageSeparableConvolution_Upcast")); mixin(bindCode("vtkFillHolesFilter_New", "D_vtkFillHolesFilter_New")); mixin(bindCode("vtkFillHolesFilter_IsTypeOf", "D_vtkFillHolesFilter_IsTypeOf")); mixin(bindCode("vtkFillHolesFilter_SafeDownCast", "D_vtkFillHolesFilter_SafeDownCast")); mixin(bindCode("vtkFillHolesFilter_NewInstance", "D_vtkFillHolesFilter_NewInstance")); mixin(bindCode("vtkFillHolesFilter_SetHoleSize", "D_vtkFillHolesFilter_SetHoleSize")); mixin(bindCode("vtkFillHolesFilter_GetHoleSizeMinValue", "D_vtkFillHolesFilter_GetHoleSizeMinValue")); mixin(bindCode("vtkFillHolesFilter_GetHoleSizeMaxValue", "D_vtkFillHolesFilter_GetHoleSizeMaxValue")); mixin(bindCode("vtkFillHolesFilter_GetHoleSize", "D_vtkFillHolesFilter_GetHoleSize")); mixin(bindCode("vtkFillHolesFilter_Upcast", "D_vtkFillHolesFilter_Upcast")); mixin(bindCode("vtkRectilinearGridClip_New", "D_vtkRectilinearGridClip_New")); mixin(bindCode("vtkRectilinearGridClip_IsTypeOf", "D_vtkRectilinearGridClip_IsTypeOf")); mixin(bindCode("vtkRectilinearGridClip_SafeDownCast", "D_vtkRectilinearGridClip_SafeDownCast")); mixin(bindCode("vtkRectilinearGridClip_NewInstance", "D_vtkRectilinearGridClip_NewInstance")); mixin(bindCode("vtkRectilinearGridClip_SetOutputWholeExtent__SWIG_0", "D_vtkRectilinearGridClip_SetOutputWholeExtent__SWIG_0")); mixin(bindCode("vtkRectilinearGridClip_SetOutputWholeExtent__SWIG_1", "D_vtkRectilinearGridClip_SetOutputWholeExtent__SWIG_1")); mixin(bindCode("vtkRectilinearGridClip_SetOutputWholeExtent__SWIG_2", "D_vtkRectilinearGridClip_SetOutputWholeExtent__SWIG_2")); mixin(bindCode("vtkRectilinearGridClip_GetOutputWholeExtent__SWIG_0", "D_vtkRectilinearGridClip_GetOutputWholeExtent__SWIG_0")); mixin(bindCode("vtkRectilinearGridClip_GetOutputWholeExtent__SWIG_1", "D_vtkRectilinearGridClip_GetOutputWholeExtent__SWIG_1")); mixin(bindCode("vtkRectilinearGridClip_ResetOutputWholeExtent", "D_vtkRectilinearGridClip_ResetOutputWholeExtent")); mixin(bindCode("vtkRectilinearGridClip_SetClipData", "D_vtkRectilinearGridClip_SetClipData")); mixin(bindCode("vtkRectilinearGridClip_GetClipData", "D_vtkRectilinearGridClip_GetClipData")); mixin(bindCode("vtkRectilinearGridClip_ClipDataOn", "D_vtkRectilinearGridClip_ClipDataOn")); mixin(bindCode("vtkRectilinearGridClip_ClipDataOff", "D_vtkRectilinearGridClip_ClipDataOff")); mixin(bindCode("vtkRectilinearGridClip_SetOutputWholeExtent__SWIG_3", "D_vtkRectilinearGridClip_SetOutputWholeExtent__SWIG_3")); mixin(bindCode("vtkRectilinearGridClip_Upcast", "D_vtkRectilinearGridClip_Upcast")); mixin(bindCode("VTK_MAXIMIZE_SCALAR_VALUE_get", "D_VTK_MAXIMIZE_SCALAR_VALUE_get")); mixin(bindCode("VTK_MAXIMIZE_OPACITY_get", "D_VTK_MAXIMIZE_OPACITY_get")); mixin(bindCode("vtkVolumeRayCastMIPFunction_New", "D_vtkVolumeRayCastMIPFunction_New")); mixin(bindCode("vtkVolumeRayCastMIPFunction_IsTypeOf", "D_vtkVolumeRayCastMIPFunction_IsTypeOf")); mixin(bindCode("vtkVolumeRayCastMIPFunction_SafeDownCast", "D_vtkVolumeRayCastMIPFunction_SafeDownCast")); mixin(bindCode("vtkVolumeRayCastMIPFunction_NewInstance", "D_vtkVolumeRayCastMIPFunction_NewInstance")); mixin(bindCode("vtkVolumeRayCastMIPFunction_SetMaximizeMethod", "D_vtkVolumeRayCastMIPFunction_SetMaximizeMethod")); mixin(bindCode("vtkVolumeRayCastMIPFunction_GetMaximizeMethodMinValue", "D_vtkVolumeRayCastMIPFunction_GetMaximizeMethodMinValue")); mixin(bindCode("vtkVolumeRayCastMIPFunction_GetMaximizeMethodMaxValue", "D_vtkVolumeRayCastMIPFunction_GetMaximizeMethodMaxValue")); mixin(bindCode("vtkVolumeRayCastMIPFunction_GetMaximizeMethod", "D_vtkVolumeRayCastMIPFunction_GetMaximizeMethod")); mixin(bindCode("vtkVolumeRayCastMIPFunction_SetMaximizeMethodToScalarValue", "D_vtkVolumeRayCastMIPFunction_SetMaximizeMethodToScalarValue")); mixin(bindCode("vtkVolumeRayCastMIPFunction_SetMaximizeMethodToOpacity", "D_vtkVolumeRayCastMIPFunction_SetMaximizeMethodToOpacity")); mixin(bindCode("vtkVolumeRayCastMIPFunction_GetMaximizeMethodAsString", "D_vtkVolumeRayCastMIPFunction_GetMaximizeMethodAsString")); mixin(bindCode("vtkVolumeRayCastMIPFunction_Upcast", "D_vtkVolumeRayCastMIPFunction_Upcast")); mixin(bindCode("vtkBlankStructuredGrid_New", "D_vtkBlankStructuredGrid_New")); mixin(bindCode("vtkBlankStructuredGrid_IsTypeOf", "D_vtkBlankStructuredGrid_IsTypeOf")); mixin(bindCode("vtkBlankStructuredGrid_SafeDownCast", "D_vtkBlankStructuredGrid_SafeDownCast")); mixin(bindCode("vtkBlankStructuredGrid_NewInstance", "D_vtkBlankStructuredGrid_NewInstance")); mixin(bindCode("vtkBlankStructuredGrid_SetMinBlankingValue", "D_vtkBlankStructuredGrid_SetMinBlankingValue")); mixin(bindCode("vtkBlankStructuredGrid_GetMinBlankingValue", "D_vtkBlankStructuredGrid_GetMinBlankingValue")); mixin(bindCode("vtkBlankStructuredGrid_SetMaxBlankingValue", "D_vtkBlankStructuredGrid_SetMaxBlankingValue")); mixin(bindCode("vtkBlankStructuredGrid_GetMaxBlankingValue", "D_vtkBlankStructuredGrid_GetMaxBlankingValue")); mixin(bindCode("vtkBlankStructuredGrid_SetArrayName", "D_vtkBlankStructuredGrid_SetArrayName")); mixin(bindCode("vtkBlankStructuredGrid_GetArrayName", "D_vtkBlankStructuredGrid_GetArrayName")); mixin(bindCode("vtkBlankStructuredGrid_SetArrayId", "D_vtkBlankStructuredGrid_SetArrayId")); mixin(bindCode("vtkBlankStructuredGrid_GetArrayId", "D_vtkBlankStructuredGrid_GetArrayId")); mixin(bindCode("vtkBlankStructuredGrid_SetComponent", "D_vtkBlankStructuredGrid_SetComponent")); mixin(bindCode("vtkBlankStructuredGrid_GetComponentMinValue", "D_vtkBlankStructuredGrid_GetComponentMinValue")); mixin(bindCode("vtkBlankStructuredGrid_GetComponentMaxValue", "D_vtkBlankStructuredGrid_GetComponentMaxValue")); mixin(bindCode("vtkBlankStructuredGrid_GetComponent", "D_vtkBlankStructuredGrid_GetComponent")); mixin(bindCode("vtkBlankStructuredGrid_Upcast", "D_vtkBlankStructuredGrid_Upcast")); mixin(bindCode("vtkDescriptiveStatistics_IsTypeOf", "D_vtkDescriptiveStatistics_IsTypeOf")); mixin(bindCode("vtkDescriptiveStatistics_SafeDownCast", "D_vtkDescriptiveStatistics_SafeDownCast")); mixin(bindCode("vtkDescriptiveStatistics_NewInstance", "D_vtkDescriptiveStatistics_NewInstance")); mixin(bindCode("vtkDescriptiveStatistics_New", "D_vtkDescriptiveStatistics_New")); mixin(bindCode("vtkDescriptiveStatistics_SetUnbiasedVariance", "D_vtkDescriptiveStatistics_SetUnbiasedVariance")); mixin(bindCode("vtkDescriptiveStatistics_GetUnbiasedVariance", "D_vtkDescriptiveStatistics_GetUnbiasedVariance")); mixin(bindCode("vtkDescriptiveStatistics_UnbiasedVarianceOn", "D_vtkDescriptiveStatistics_UnbiasedVarianceOn")); mixin(bindCode("vtkDescriptiveStatistics_UnbiasedVarianceOff", "D_vtkDescriptiveStatistics_UnbiasedVarianceOff")); mixin(bindCode("vtkDescriptiveStatistics_SetG1Skewness", "D_vtkDescriptiveStatistics_SetG1Skewness")); mixin(bindCode("vtkDescriptiveStatistics_GetG1Skewness", "D_vtkDescriptiveStatistics_GetG1Skewness")); mixin(bindCode("vtkDescriptiveStatistics_G1SkewnessOn", "D_vtkDescriptiveStatistics_G1SkewnessOn")); mixin(bindCode("vtkDescriptiveStatistics_G1SkewnessOff", "D_vtkDescriptiveStatistics_G1SkewnessOff")); mixin(bindCode("vtkDescriptiveStatistics_SetG2Kurtosis", "D_vtkDescriptiveStatistics_SetG2Kurtosis")); mixin(bindCode("vtkDescriptiveStatistics_GetG2Kurtosis", "D_vtkDescriptiveStatistics_GetG2Kurtosis")); mixin(bindCode("vtkDescriptiveStatistics_G2KurtosisOn", "D_vtkDescriptiveStatistics_G2KurtosisOn")); mixin(bindCode("vtkDescriptiveStatistics_G2KurtosisOff", "D_vtkDescriptiveStatistics_G2KurtosisOff")); mixin(bindCode("vtkDescriptiveStatistics_SetSignedDeviations", "D_vtkDescriptiveStatistics_SetSignedDeviations")); mixin(bindCode("vtkDescriptiveStatistics_GetSignedDeviations", "D_vtkDescriptiveStatistics_GetSignedDeviations")); mixin(bindCode("vtkDescriptiveStatistics_SignedDeviationsOn", "D_vtkDescriptiveStatistics_SignedDeviationsOn")); mixin(bindCode("vtkDescriptiveStatistics_SignedDeviationsOff", "D_vtkDescriptiveStatistics_SignedDeviationsOff")); mixin(bindCode("vtkDescriptiveStatistics_Upcast", "D_vtkDescriptiveStatistics_Upcast")); mixin(bindCode("VTK_NO_GLYPH_get", "D_VTK_NO_GLYPH_get")); mixin(bindCode("VTK_VERTEX_GLYPH_get", "D_VTK_VERTEX_GLYPH_get")); mixin(bindCode("VTK_DASH_GLYPH_get", "D_VTK_DASH_GLYPH_get")); mixin(bindCode("VTK_CROSS_GLYPH_get", "D_VTK_CROSS_GLYPH_get")); mixin(bindCode("VTK_THICKCROSS_GLYPH_get", "D_VTK_THICKCROSS_GLYPH_get")); mixin(bindCode("VTK_TRIANGLE_GLYPH_get", "D_VTK_TRIANGLE_GLYPH_get")); mixin(bindCode("VTK_SQUARE_GLYPH_get", "D_VTK_SQUARE_GLYPH_get")); mixin(bindCode("VTK_CIRCLE_GLYPH_get", "D_VTK_CIRCLE_GLYPH_get")); mixin(bindCode("VTK_DIAMOND_GLYPH_get", "D_VTK_DIAMOND_GLYPH_get")); mixin(bindCode("VTK_ARROW_GLYPH_get", "D_VTK_ARROW_GLYPH_get")); mixin(bindCode("VTK_THICKARROW_GLYPH_get", "D_VTK_THICKARROW_GLYPH_get")); mixin(bindCode("VTK_HOOKEDARROW_GLYPH_get", "D_VTK_HOOKEDARROW_GLYPH_get")); mixin(bindCode("VTK_EDGEARROW_GLYPH_get", "D_VTK_EDGEARROW_GLYPH_get")); mixin(bindCode("vtkGlyphSource2D_IsTypeOf", "D_vtkGlyphSource2D_IsTypeOf")); mixin(bindCode("vtkGlyphSource2D_SafeDownCast", "D_vtkGlyphSource2D_SafeDownCast")); mixin(bindCode("vtkGlyphSource2D_NewInstance", "D_vtkGlyphSource2D_NewInstance")); mixin(bindCode("vtkGlyphSource2D_New", "D_vtkGlyphSource2D_New")); mixin(bindCode("vtkGlyphSource2D_SetCenter__SWIG_0", "D_vtkGlyphSource2D_SetCenter__SWIG_0")); mixin(bindCode("vtkGlyphSource2D_SetCenter__SWIG_1", "D_vtkGlyphSource2D_SetCenter__SWIG_1")); mixin(bindCode("vtkGlyphSource2D_GetCenter__SWIG_0", "D_vtkGlyphSource2D_GetCenter__SWIG_0")); mixin(bindCode("vtkGlyphSource2D_GetCenter__SWIG_1", "D_vtkGlyphSource2D_GetCenter__SWIG_1")); mixin(bindCode("vtkGlyphSource2D_SetScale", "D_vtkGlyphSource2D_SetScale")); mixin(bindCode("vtkGlyphSource2D_GetScaleMinValue", "D_vtkGlyphSource2D_GetScaleMinValue")); mixin(bindCode("vtkGlyphSource2D_GetScaleMaxValue", "D_vtkGlyphSource2D_GetScaleMaxValue")); mixin(bindCode("vtkGlyphSource2D_GetScale", "D_vtkGlyphSource2D_GetScale")); mixin(bindCode("vtkGlyphSource2D_SetScale2", "D_vtkGlyphSource2D_SetScale2")); mixin(bindCode("vtkGlyphSource2D_GetScale2MinValue", "D_vtkGlyphSource2D_GetScale2MinValue")); mixin(bindCode("vtkGlyphSource2D_GetScale2MaxValue", "D_vtkGlyphSource2D_GetScale2MaxValue")); mixin(bindCode("vtkGlyphSource2D_GetScale2", "D_vtkGlyphSource2D_GetScale2")); mixin(bindCode("vtkGlyphSource2D_SetColor__SWIG_0", "D_vtkGlyphSource2D_SetColor__SWIG_0")); mixin(bindCode("vtkGlyphSource2D_SetColor__SWIG_1", "D_vtkGlyphSource2D_SetColor__SWIG_1")); mixin(bindCode("vtkGlyphSource2D_GetColor__SWIG_0", "D_vtkGlyphSource2D_GetColor__SWIG_0")); mixin(bindCode("vtkGlyphSource2D_GetColor__SWIG_1", "D_vtkGlyphSource2D_GetColor__SWIG_1")); mixin(bindCode("vtkGlyphSource2D_SetFilled", "D_vtkGlyphSource2D_SetFilled")); mixin(bindCode("vtkGlyphSource2D_GetFilled", "D_vtkGlyphSource2D_GetFilled")); mixin(bindCode("vtkGlyphSource2D_FilledOn", "D_vtkGlyphSource2D_FilledOn")); mixin(bindCode("vtkGlyphSource2D_FilledOff", "D_vtkGlyphSource2D_FilledOff")); mixin(bindCode("vtkGlyphSource2D_SetDash", "D_vtkGlyphSource2D_SetDash")); mixin(bindCode("vtkGlyphSource2D_GetDash", "D_vtkGlyphSource2D_GetDash")); mixin(bindCode("vtkGlyphSource2D_DashOn", "D_vtkGlyphSource2D_DashOn")); mixin(bindCode("vtkGlyphSource2D_DashOff", "D_vtkGlyphSource2D_DashOff")); mixin(bindCode("vtkGlyphSource2D_SetCross", "D_vtkGlyphSource2D_SetCross")); mixin(bindCode("vtkGlyphSource2D_GetCross", "D_vtkGlyphSource2D_GetCross")); mixin(bindCode("vtkGlyphSource2D_CrossOn", "D_vtkGlyphSource2D_CrossOn")); mixin(bindCode("vtkGlyphSource2D_CrossOff", "D_vtkGlyphSource2D_CrossOff")); mixin(bindCode("vtkGlyphSource2D_SetRotationAngle", "D_vtkGlyphSource2D_SetRotationAngle")); mixin(bindCode("vtkGlyphSource2D_GetRotationAngle", "D_vtkGlyphSource2D_GetRotationAngle")); mixin(bindCode("vtkGlyphSource2D_SetGlyphType", "D_vtkGlyphSource2D_SetGlyphType")); mixin(bindCode("vtkGlyphSource2D_GetGlyphTypeMinValue", "D_vtkGlyphSource2D_GetGlyphTypeMinValue")); mixin(bindCode("vtkGlyphSource2D_GetGlyphTypeMaxValue", "D_vtkGlyphSource2D_GetGlyphTypeMaxValue")); mixin(bindCode("vtkGlyphSource2D_GetGlyphType", "D_vtkGlyphSource2D_GetGlyphType")); mixin(bindCode("vtkGlyphSource2D_SetGlyphTypeToNone", "D_vtkGlyphSource2D_SetGlyphTypeToNone")); mixin(bindCode("vtkGlyphSource2D_SetGlyphTypeToVertex", "D_vtkGlyphSource2D_SetGlyphTypeToVertex")); mixin(bindCode("vtkGlyphSource2D_SetGlyphTypeToDash", "D_vtkGlyphSource2D_SetGlyphTypeToDash")); mixin(bindCode("vtkGlyphSource2D_SetGlyphTypeToCross", "D_vtkGlyphSource2D_SetGlyphTypeToCross")); mixin(bindCode("vtkGlyphSource2D_SetGlyphTypeToThickCross", "D_vtkGlyphSource2D_SetGlyphTypeToThickCross")); mixin(bindCode("vtkGlyphSource2D_SetGlyphTypeToTriangle", "D_vtkGlyphSource2D_SetGlyphTypeToTriangle")); mixin(bindCode("vtkGlyphSource2D_SetGlyphTypeToSquare", "D_vtkGlyphSource2D_SetGlyphTypeToSquare")); mixin(bindCode("vtkGlyphSource2D_SetGlyphTypeToCircle", "D_vtkGlyphSource2D_SetGlyphTypeToCircle")); mixin(bindCode("vtkGlyphSource2D_SetGlyphTypeToDiamond", "D_vtkGlyphSource2D_SetGlyphTypeToDiamond")); mixin(bindCode("vtkGlyphSource2D_SetGlyphTypeToArrow", "D_vtkGlyphSource2D_SetGlyphTypeToArrow")); mixin(bindCode("vtkGlyphSource2D_SetGlyphTypeToThickArrow", "D_vtkGlyphSource2D_SetGlyphTypeToThickArrow")); mixin(bindCode("vtkGlyphSource2D_SetGlyphTypeToHookedArrow", "D_vtkGlyphSource2D_SetGlyphTypeToHookedArrow")); mixin(bindCode("vtkGlyphSource2D_SetGlyphTypeToEdgeArrow", "D_vtkGlyphSource2D_SetGlyphTypeToEdgeArrow")); mixin(bindCode("vtkGlyphSource2D_Upcast", "D_vtkGlyphSource2D_Upcast")); mixin(bindCode("vtkGlobFileNames_IsTypeOf", "D_vtkGlobFileNames_IsTypeOf")); mixin(bindCode("vtkGlobFileNames_SafeDownCast", "D_vtkGlobFileNames_SafeDownCast")); mixin(bindCode("vtkGlobFileNames_NewInstance", "D_vtkGlobFileNames_NewInstance")); mixin(bindCode("vtkGlobFileNames_New", "D_vtkGlobFileNames_New")); mixin(bindCode("vtkGlobFileNames_Reset", "D_vtkGlobFileNames_Reset")); mixin(bindCode("vtkGlobFileNames_SetDirectory", "D_vtkGlobFileNames_SetDirectory")); mixin(bindCode("vtkGlobFileNames_GetDirectory", "D_vtkGlobFileNames_GetDirectory")); mixin(bindCode("vtkGlobFileNames_AddFileNames", "D_vtkGlobFileNames_AddFileNames")); mixin(bindCode("vtkGlobFileNames_SetRecurse", "D_vtkGlobFileNames_SetRecurse")); mixin(bindCode("vtkGlobFileNames_RecurseOn", "D_vtkGlobFileNames_RecurseOn")); mixin(bindCode("vtkGlobFileNames_RecurseOff", "D_vtkGlobFileNames_RecurseOff")); mixin(bindCode("vtkGlobFileNames_GetRecurse", "D_vtkGlobFileNames_GetRecurse")); mixin(bindCode("vtkGlobFileNames_GetNumberOfFileNames", "D_vtkGlobFileNames_GetNumberOfFileNames")); mixin(bindCode("vtkGlobFileNames_GetNthFileName", "D_vtkGlobFileNames_GetNthFileName")); mixin(bindCode("vtkGlobFileNames_GetFileNames", "D_vtkGlobFileNames_GetFileNames")); mixin(bindCode("vtkGlobFileNames_Upcast", "D_vtkGlobFileNames_Upcast")); mixin(bindCode("vtkBrownianPoints_New", "D_vtkBrownianPoints_New")); mixin(bindCode("vtkBrownianPoints_IsTypeOf", "D_vtkBrownianPoints_IsTypeOf")); mixin(bindCode("vtkBrownianPoints_SafeDownCast", "D_vtkBrownianPoints_SafeDownCast")); mixin(bindCode("vtkBrownianPoints_NewInstance", "D_vtkBrownianPoints_NewInstance")); mixin(bindCode("vtkBrownianPoints_SetMinimumSpeed", "D_vtkBrownianPoints_SetMinimumSpeed")); mixin(bindCode("vtkBrownianPoints_GetMinimumSpeedMinValue", "D_vtkBrownianPoints_GetMinimumSpeedMinValue")); mixin(bindCode("vtkBrownianPoints_GetMinimumSpeedMaxValue", "D_vtkBrownianPoints_GetMinimumSpeedMaxValue")); mixin(bindCode("vtkBrownianPoints_GetMinimumSpeed", "D_vtkBrownianPoints_GetMinimumSpeed")); mixin(bindCode("vtkBrownianPoints_SetMaximumSpeed", "D_vtkBrownianPoints_SetMaximumSpeed")); mixin(bindCode("vtkBrownianPoints_GetMaximumSpeedMinValue", "D_vtkBrownianPoints_GetMaximumSpeedMinValue")); mixin(bindCode("vtkBrownianPoints_GetMaximumSpeedMaxValue", "D_vtkBrownianPoints_GetMaximumSpeedMaxValue")); mixin(bindCode("vtkBrownianPoints_GetMaximumSpeed", "D_vtkBrownianPoints_GetMaximumSpeed")); mixin(bindCode("vtkBrownianPoints_Upcast", "D_vtkBrownianPoints_Upcast")); mixin(bindCode("vtkQuadraticTriangle_New", "D_vtkQuadraticTriangle_New")); mixin(bindCode("vtkQuadraticTriangle_IsTypeOf", "D_vtkQuadraticTriangle_IsTypeOf")); mixin(bindCode("vtkQuadraticTriangle_SafeDownCast", "D_vtkQuadraticTriangle_SafeDownCast")); mixin(bindCode("vtkQuadraticTriangle_NewInstance", "D_vtkQuadraticTriangle_NewInstance")); mixin(bindCode("vtkQuadraticTriangle_InterpolationFunctions", "D_vtkQuadraticTriangle_InterpolationFunctions")); mixin(bindCode("vtkQuadraticTriangle_InterpolationDerivs", "D_vtkQuadraticTriangle_InterpolationDerivs")); mixin(bindCode("vtkQuadraticTriangle_InterpolateFunctions", "D_vtkQuadraticTriangle_InterpolateFunctions")); mixin(bindCode("vtkQuadraticTriangle_InterpolateDerivs", "D_vtkQuadraticTriangle_InterpolateDerivs")); mixin(bindCode("vtkQuadraticTriangle_Upcast", "D_vtkQuadraticTriangle_Upcast")); mixin(bindCode("vtkBlueObeliskDataParser_IsTypeOf", "D_vtkBlueObeliskDataParser_IsTypeOf")); mixin(bindCode("vtkBlueObeliskDataParser_SafeDownCast", "D_vtkBlueObeliskDataParser_SafeDownCast")); mixin(bindCode("vtkBlueObeliskDataParser_NewInstance", "D_vtkBlueObeliskDataParser_NewInstance")); mixin(bindCode("vtkBlueObeliskDataParser_New", "D_vtkBlueObeliskDataParser_New")); mixin(bindCode("vtkBlueObeliskDataParser_SetTarget", "D_vtkBlueObeliskDataParser_SetTarget")); mixin(bindCode("vtkBlueObeliskDataParser_Parse__SWIG_0", "D_vtkBlueObeliskDataParser_Parse__SWIG_0")); mixin(bindCode("vtkBlueObeliskDataParser_Parse__SWIG_1", "D_vtkBlueObeliskDataParser_Parse__SWIG_1")); mixin(bindCode("vtkBlueObeliskDataParser_Parse__SWIG_2", "D_vtkBlueObeliskDataParser_Parse__SWIG_2")); mixin(bindCode("vtkBlueObeliskDataParser_Upcast", "D_vtkBlueObeliskDataParser_Upcast")); mixin(bindCode("vtkConeSource_IsTypeOf", "D_vtkConeSource_IsTypeOf")); mixin(bindCode("vtkConeSource_SafeDownCast", "D_vtkConeSource_SafeDownCast")); mixin(bindCode("vtkConeSource_NewInstance", "D_vtkConeSource_NewInstance")); mixin(bindCode("vtkConeSource_New", "D_vtkConeSource_New")); mixin(bindCode("vtkConeSource_SetHeight", "D_vtkConeSource_SetHeight")); mixin(bindCode("vtkConeSource_GetHeightMinValue", "D_vtkConeSource_GetHeightMinValue")); mixin(bindCode("vtkConeSource_GetHeightMaxValue", "D_vtkConeSource_GetHeightMaxValue")); mixin(bindCode("vtkConeSource_GetHeight", "D_vtkConeSource_GetHeight")); mixin(bindCode("vtkConeSource_SetRadius", "D_vtkConeSource_SetRadius")); mixin(bindCode("vtkConeSource_GetRadiusMinValue", "D_vtkConeSource_GetRadiusMinValue")); mixin(bindCode("vtkConeSource_GetRadiusMaxValue", "D_vtkConeSource_GetRadiusMaxValue")); mixin(bindCode("vtkConeSource_GetRadius", "D_vtkConeSource_GetRadius")); mixin(bindCode("vtkConeSource_SetResolution", "D_vtkConeSource_SetResolution")); mixin(bindCode("vtkConeSource_GetResolutionMinValue", "D_vtkConeSource_GetResolutionMinValue")); mixin(bindCode("vtkConeSource_GetResolutionMaxValue", "D_vtkConeSource_GetResolutionMaxValue")); mixin(bindCode("vtkConeSource_GetResolution", "D_vtkConeSource_GetResolution")); mixin(bindCode("vtkConeSource_SetCenter__SWIG_0", "D_vtkConeSource_SetCenter__SWIG_0")); mixin(bindCode("vtkConeSource_SetCenter__SWIG_1", "D_vtkConeSource_SetCenter__SWIG_1")); mixin(bindCode("vtkConeSource_GetCenter__SWIG_0", "D_vtkConeSource_GetCenter__SWIG_0")); mixin(bindCode("vtkConeSource_GetCenter__SWIG_1", "D_vtkConeSource_GetCenter__SWIG_1")); mixin(bindCode("vtkConeSource_SetDirection__SWIG_0", "D_vtkConeSource_SetDirection__SWIG_0")); mixin(bindCode("vtkConeSource_SetDirection__SWIG_1", "D_vtkConeSource_SetDirection__SWIG_1")); mixin(bindCode("vtkConeSource_GetDirection__SWIG_0", "D_vtkConeSource_GetDirection__SWIG_0")); mixin(bindCode("vtkConeSource_GetDirection__SWIG_1", "D_vtkConeSource_GetDirection__SWIG_1")); mixin(bindCode("vtkConeSource_SetAngle", "D_vtkConeSource_SetAngle")); mixin(bindCode("vtkConeSource_GetAngle", "D_vtkConeSource_GetAngle")); mixin(bindCode("vtkConeSource_SetCapping", "D_vtkConeSource_SetCapping")); mixin(bindCode("vtkConeSource_GetCapping", "D_vtkConeSource_GetCapping")); mixin(bindCode("vtkConeSource_CappingOn", "D_vtkConeSource_CappingOn")); mixin(bindCode("vtkConeSource_CappingOff", "D_vtkConeSource_CappingOff")); mixin(bindCode("vtkConeSource_Upcast", "D_vtkConeSource_Upcast")); mixin(bindCode("vtkThresholdGraph_New", "D_vtkThresholdGraph_New")); mixin(bindCode("vtkThresholdGraph_IsTypeOf", "D_vtkThresholdGraph_IsTypeOf")); mixin(bindCode("vtkThresholdGraph_SafeDownCast", "D_vtkThresholdGraph_SafeDownCast")); mixin(bindCode("vtkThresholdGraph_NewInstance", "D_vtkThresholdGraph_NewInstance")); mixin(bindCode("vtkThresholdGraph_GetLowerThreshold", "D_vtkThresholdGraph_GetLowerThreshold")); mixin(bindCode("vtkThresholdGraph_SetLowerThreshold", "D_vtkThresholdGraph_SetLowerThreshold")); mixin(bindCode("vtkThresholdGraph_GetUpperThreshold", "D_vtkThresholdGraph_GetUpperThreshold")); mixin(bindCode("vtkThresholdGraph_SetUpperThreshold", "D_vtkThresholdGraph_SetUpperThreshold")); mixin(bindCode("new_vtkThresholdGraph", "D_new_vtkThresholdGraph")); mixin(bindCode("delete_vtkThresholdGraph", "D_delete_vtkThresholdGraph")); mixin(bindCode("vtkThresholdGraph_Upcast", "D_vtkThresholdGraph_Upcast")); mixin(bindCode("new_StreaklineFilterInternal", "D_new_StreaklineFilterInternal")); mixin(bindCode("StreaklineFilterInternal_Initialize", "D_StreaklineFilterInternal_Initialize")); mixin(bindCode("delete_StreaklineFilterInternal", "D_delete_StreaklineFilterInternal")); mixin(bindCode("StreaklineFilterInternal_OutputParticles", "D_StreaklineFilterInternal_OutputParticles")); mixin(bindCode("StreaklineFilterInternal_Finalize", "D_StreaklineFilterInternal_Finalize")); mixin(bindCode("StreaklineFilterInternal_Reset", "D_StreaklineFilterInternal_Reset")); mixin(bindCode("vtkStreaklineFilter_IsTypeOf", "D_vtkStreaklineFilter_IsTypeOf")); mixin(bindCode("vtkStreaklineFilter_SafeDownCast", "D_vtkStreaklineFilter_SafeDownCast")); mixin(bindCode("vtkStreaklineFilter_NewInstance", "D_vtkStreaklineFilter_NewInstance")); mixin(bindCode("vtkStreaklineFilter_New", "D_vtkStreaklineFilter_New")); mixin(bindCode("vtkStreaklineFilter_Upcast", "D_vtkStreaklineFilter_Upcast")); mixin(bindCode("vtkContourFilter_IsTypeOf", "D_vtkContourFilter_IsTypeOf")); mixin(bindCode("vtkContourFilter_SafeDownCast", "D_vtkContourFilter_SafeDownCast")); mixin(bindCode("vtkContourFilter_NewInstance", "D_vtkContourFilter_NewInstance")); mixin(bindCode("vtkContourFilter_New", "D_vtkContourFilter_New")); mixin(bindCode("vtkContourFilter_SetValue", "D_vtkContourFilter_SetValue")); mixin(bindCode("vtkContourFilter_GetValue", "D_vtkContourFilter_GetValue")); mixin(bindCode("vtkContourFilter_GetValues__SWIG_0", "D_vtkContourFilter_GetValues__SWIG_0")); mixin(bindCode("vtkContourFilter_GetValues__SWIG_1", "D_vtkContourFilter_GetValues__SWIG_1")); mixin(bindCode("vtkContourFilter_SetNumberOfContours", "D_vtkContourFilter_SetNumberOfContours")); mixin(bindCode("vtkContourFilter_GetNumberOfContours", "D_vtkContourFilter_GetNumberOfContours")); mixin(bindCode("vtkContourFilter_GenerateValues__SWIG_0", "D_vtkContourFilter_GenerateValues__SWIG_0")); mixin(bindCode("vtkContourFilter_GenerateValues__SWIG_1", "D_vtkContourFilter_GenerateValues__SWIG_1")); mixin(bindCode("vtkContourFilter_SetComputeNormals", "D_vtkContourFilter_SetComputeNormals")); mixin(bindCode("vtkContourFilter_GetComputeNormals", "D_vtkContourFilter_GetComputeNormals")); mixin(bindCode("vtkContourFilter_ComputeNormalsOn", "D_vtkContourFilter_ComputeNormalsOn")); mixin(bindCode("vtkContourFilter_ComputeNormalsOff", "D_vtkContourFilter_ComputeNormalsOff")); mixin(bindCode("vtkContourFilter_SetComputeGradients", "D_vtkContourFilter_SetComputeGradients")); mixin(bindCode("vtkContourFilter_GetComputeGradients", "D_vtkContourFilter_GetComputeGradients")); mixin(bindCode("vtkContourFilter_ComputeGradientsOn", "D_vtkContourFilter_ComputeGradientsOn")); mixin(bindCode("vtkContourFilter_ComputeGradientsOff", "D_vtkContourFilter_ComputeGradientsOff")); mixin(bindCode("vtkContourFilter_SetComputeScalars", "D_vtkContourFilter_SetComputeScalars")); mixin(bindCode("vtkContourFilter_GetComputeScalars", "D_vtkContourFilter_GetComputeScalars")); mixin(bindCode("vtkContourFilter_ComputeScalarsOn", "D_vtkContourFilter_ComputeScalarsOn")); mixin(bindCode("vtkContourFilter_ComputeScalarsOff", "D_vtkContourFilter_ComputeScalarsOff")); mixin(bindCode("vtkContourFilter_SetUseScalarTree", "D_vtkContourFilter_SetUseScalarTree")); mixin(bindCode("vtkContourFilter_GetUseScalarTree", "D_vtkContourFilter_GetUseScalarTree")); mixin(bindCode("vtkContourFilter_UseScalarTreeOn", "D_vtkContourFilter_UseScalarTreeOn")); mixin(bindCode("vtkContourFilter_UseScalarTreeOff", "D_vtkContourFilter_UseScalarTreeOff")); mixin(bindCode("vtkContourFilter_SetScalarTree", "D_vtkContourFilter_SetScalarTree")); mixin(bindCode("vtkContourFilter_GetScalarTree", "D_vtkContourFilter_GetScalarTree")); mixin(bindCode("vtkContourFilter_SetLocator", "D_vtkContourFilter_SetLocator")); mixin(bindCode("vtkContourFilter_GetLocator", "D_vtkContourFilter_GetLocator")); mixin(bindCode("vtkContourFilter_CreateDefaultLocator", "D_vtkContourFilter_CreateDefaultLocator")); mixin(bindCode("vtkContourFilter_SetArrayComponent", "D_vtkContourFilter_SetArrayComponent")); mixin(bindCode("vtkContourFilter_GetArrayComponent", "D_vtkContourFilter_GetArrayComponent")); mixin(bindCode("vtkContourFilter_SetGenerateTriangles", "D_vtkContourFilter_SetGenerateTriangles")); mixin(bindCode("vtkContourFilter_GetGenerateTriangles", "D_vtkContourFilter_GetGenerateTriangles")); mixin(bindCode("vtkContourFilter_GenerateTrianglesOn", "D_vtkContourFilter_GenerateTrianglesOn")); mixin(bindCode("vtkContourFilter_GenerateTrianglesOff", "D_vtkContourFilter_GenerateTrianglesOff")); mixin(bindCode("vtkContourFilter_SetOutputPointsPrecision", "D_vtkContourFilter_SetOutputPointsPrecision")); mixin(bindCode("vtkContourFilter_GetOutputPointsPrecision", "D_vtkContourFilter_GetOutputPointsPrecision")); mixin(bindCode("vtkContourFilter_Upcast", "D_vtkContourFilter_Upcast")); mixin(bindCode("vtkVertexGlyphFilter_IsTypeOf", "D_vtkVertexGlyphFilter_IsTypeOf")); mixin(bindCode("vtkVertexGlyphFilter_SafeDownCast", "D_vtkVertexGlyphFilter_SafeDownCast")); mixin(bindCode("vtkVertexGlyphFilter_NewInstance", "D_vtkVertexGlyphFilter_NewInstance")); mixin(bindCode("vtkVertexGlyphFilter_New", "D_vtkVertexGlyphFilter_New")); mixin(bindCode("vtkVertexGlyphFilter_Upcast", "D_vtkVertexGlyphFilter_Upcast")); mixin(bindCode("vtkMINCImageAttributes_IsTypeOf", "D_vtkMINCImageAttributes_IsTypeOf")); mixin(bindCode("vtkMINCImageAttributes_SafeDownCast", "D_vtkMINCImageAttributes_SafeDownCast")); mixin(bindCode("vtkMINCImageAttributes_NewInstance", "D_vtkMINCImageAttributes_NewInstance")); mixin(bindCode("vtkMINCImageAttributes_New", "D_vtkMINCImageAttributes_New")); mixin(bindCode("vtkMINCImageAttributes_Reset", "D_vtkMINCImageAttributes_Reset")); mixin(bindCode("vtkMINCImageAttributes_SetName", "D_vtkMINCImageAttributes_SetName")); mixin(bindCode("vtkMINCImageAttributes_GetName", "D_vtkMINCImageAttributes_GetName")); mixin(bindCode("vtkMINCImageAttributes_SetDataType", "D_vtkMINCImageAttributes_SetDataType")); mixin(bindCode("vtkMINCImageAttributes_GetDataType", "D_vtkMINCImageAttributes_GetDataType")); mixin(bindCode("vtkMINCImageAttributes_AddDimension__SWIG_0", "D_vtkMINCImageAttributes_AddDimension__SWIG_0")); mixin(bindCode("vtkMINCImageAttributes_AddDimension__SWIG_1", "D_vtkMINCImageAttributes_AddDimension__SWIG_1")); mixin(bindCode("vtkMINCImageAttributes_GetDimensionNames", "D_vtkMINCImageAttributes_GetDimensionNames")); mixin(bindCode("vtkMINCImageAttributes_GetDimensionLengths", "D_vtkMINCImageAttributes_GetDimensionLengths")); mixin(bindCode("vtkMINCImageAttributes_GetVariableNames", "D_vtkMINCImageAttributes_GetVariableNames")); mixin(bindCode("vtkMINCImageAttributes_GetAttributeNames", "D_vtkMINCImageAttributes_GetAttributeNames")); mixin(bindCode("vtkMINCImageAttributes_SetImageMin", "D_vtkMINCImageAttributes_SetImageMin")); mixin(bindCode("vtkMINCImageAttributes_SetImageMax", "D_vtkMINCImageAttributes_SetImageMax")); mixin(bindCode("vtkMINCImageAttributes_GetImageMin", "D_vtkMINCImageAttributes_GetImageMin")); mixin(bindCode("vtkMINCImageAttributes_GetImageMax", "D_vtkMINCImageAttributes_GetImageMax")); mixin(bindCode("vtkMINCImageAttributes_GetNumberOfImageMinMaxDimensions", "D_vtkMINCImageAttributes_GetNumberOfImageMinMaxDimensions")); mixin(bindCode("vtkMINCImageAttributes_SetNumberOfImageMinMaxDimensions", "D_vtkMINCImageAttributes_SetNumberOfImageMinMaxDimensions")); mixin(bindCode("vtkMINCImageAttributes_HasAttribute", "D_vtkMINCImageAttributes_HasAttribute")); mixin(bindCode("vtkMINCImageAttributes_SetAttributeValueAsArray", "D_vtkMINCImageAttributes_SetAttributeValueAsArray")); mixin(bindCode("vtkMINCImageAttributes_GetAttributeValueAsArray", "D_vtkMINCImageAttributes_GetAttributeValueAsArray")); mixin(bindCode("vtkMINCImageAttributes_SetAttributeValueAsString", "D_vtkMINCImageAttributes_SetAttributeValueAsString")); mixin(bindCode("vtkMINCImageAttributes_GetAttributeValueAsString", "D_vtkMINCImageAttributes_GetAttributeValueAsString")); mixin(bindCode("vtkMINCImageAttributes_SetAttributeValueAsInt", "D_vtkMINCImageAttributes_SetAttributeValueAsInt")); mixin(bindCode("vtkMINCImageAttributes_GetAttributeValueAsInt", "D_vtkMINCImageAttributes_GetAttributeValueAsInt")); mixin(bindCode("vtkMINCImageAttributes_SetAttributeValueAsDouble", "D_vtkMINCImageAttributes_SetAttributeValueAsDouble")); mixin(bindCode("vtkMINCImageAttributes_GetAttributeValueAsDouble", "D_vtkMINCImageAttributes_GetAttributeValueAsDouble")); mixin(bindCode("vtkMINCImageAttributes_ValidateAttribute", "D_vtkMINCImageAttributes_ValidateAttribute")); mixin(bindCode("vtkMINCImageAttributes_SetValidateAttributes", "D_vtkMINCImageAttributes_SetValidateAttributes")); mixin(bindCode("vtkMINCImageAttributes_ValidateAttributesOn", "D_vtkMINCImageAttributes_ValidateAttributesOn")); mixin(bindCode("vtkMINCImageAttributes_ValidateAttributesOff", "D_vtkMINCImageAttributes_ValidateAttributesOff")); mixin(bindCode("vtkMINCImageAttributes_GetValidateAttributes", "D_vtkMINCImageAttributes_GetValidateAttributes")); mixin(bindCode("vtkMINCImageAttributes_ShallowCopy", "D_vtkMINCImageAttributes_ShallowCopy")); mixin(bindCode("vtkMINCImageAttributes_FindValidRange", "D_vtkMINCImageAttributes_FindValidRange")); mixin(bindCode("vtkMINCImageAttributes_FindImageRange", "D_vtkMINCImageAttributes_FindImageRange")); mixin(bindCode("vtkMINCImageAttributes_PrintFileHeader__SWIG_0", "D_vtkMINCImageAttributes_PrintFileHeader__SWIG_0")); mixin(bindCode("vtkMINCImageAttributes_PrintFileHeader__SWIG_1", "D_vtkMINCImageAttributes_PrintFileHeader__SWIG_1")); mixin(bindCode("vtkMINCImageAttributes_Upcast", "D_vtkMINCImageAttributes_Upcast")); mixin(bindCode("vtkInformation_New", "D_vtkInformation_New")); mixin(bindCode("vtkInformation_IsTypeOf", "D_vtkInformation_IsTypeOf")); mixin(bindCode("vtkInformation_SafeDownCast", "D_vtkInformation_SafeDownCast")); mixin(bindCode("vtkInformation_NewInstance", "D_vtkInformation_NewInstance")); mixin(bindCode("vtkInformation_PrintKeys", "D_vtkInformation_PrintKeys")); mixin(bindCode("vtkInformation_Modified__SWIG_0", "D_vtkInformation_Modified__SWIG_0")); mixin(bindCode("vtkInformation_Modified__SWIG_1", "D_vtkInformation_Modified__SWIG_1")); mixin(bindCode("vtkInformation_Clear", "D_vtkInformation_Clear")); mixin(bindCode("vtkInformation_GetNumberOfKeys", "D_vtkInformation_GetNumberOfKeys")); mixin(bindCode("vtkInformation_Copy__SWIG_0", "D_vtkInformation_Copy__SWIG_0")); mixin(bindCode("vtkInformation_Copy__SWIG_1", "D_vtkInformation_Copy__SWIG_1")); mixin(bindCode("vtkInformation_CopyEntry__SWIG_0", "D_vtkInformation_CopyEntry__SWIG_0")); mixin(bindCode("vtkInformation_CopyEntry__SWIG_1", "D_vtkInformation_CopyEntry__SWIG_1")); mixin(bindCode("vtkInformation_CopyEntry__SWIG_2", "D_vtkInformation_CopyEntry__SWIG_2")); mixin(bindCode("vtkInformation_CopyEntry__SWIG_3", "D_vtkInformation_CopyEntry__SWIG_3")); mixin(bindCode("vtkInformation_CopyEntry__SWIG_4", "D_vtkInformation_CopyEntry__SWIG_4")); mixin(bindCode("vtkInformation_CopyEntry__SWIG_5", "D_vtkInformation_CopyEntry__SWIG_5")); mixin(bindCode("vtkInformation_CopyEntry__SWIG_6", "D_vtkInformation_CopyEntry__SWIG_6")); mixin(bindCode("vtkInformation_CopyEntry__SWIG_7", "D_vtkInformation_CopyEntry__SWIG_7")); mixin(bindCode("vtkInformation_CopyEntry__SWIG_8", "D_vtkInformation_CopyEntry__SWIG_8")); mixin(bindCode("vtkInformation_CopyEntry__SWIG_9", "D_vtkInformation_CopyEntry__SWIG_9")); mixin(bindCode("vtkInformation_CopyEntry__SWIG_10", "D_vtkInformation_CopyEntry__SWIG_10")); mixin(bindCode("vtkInformation_CopyEntry__SWIG_11", "D_vtkInformation_CopyEntry__SWIG_11")); mixin(bindCode("vtkInformation_CopyEntry__SWIG_12", "D_vtkInformation_CopyEntry__SWIG_12")); mixin(bindCode("vtkInformation_CopyEntry__SWIG_13", "D_vtkInformation_CopyEntry__SWIG_13")); mixin(bindCode("vtkInformation_CopyEntry__SWIG_14", "D_vtkInformation_CopyEntry__SWIG_14")); mixin(bindCode("vtkInformation_CopyEntry__SWIG_15", "D_vtkInformation_CopyEntry__SWIG_15")); mixin(bindCode("vtkInformation_CopyEntry__SWIG_16", "D_vtkInformation_CopyEntry__SWIG_16")); mixin(bindCode("vtkInformation_CopyEntry__SWIG_17", "D_vtkInformation_CopyEntry__SWIG_17")); mixin(bindCode("vtkInformation_CopyEntry__SWIG_18", "D_vtkInformation_CopyEntry__SWIG_18")); mixin(bindCode("vtkInformation_CopyEntry__SWIG_19", "D_vtkInformation_CopyEntry__SWIG_19")); mixin(bindCode("vtkInformation_CopyEntry__SWIG_20", "D_vtkInformation_CopyEntry__SWIG_20")); mixin(bindCode("vtkInformation_CopyEntry__SWIG_21", "D_vtkInformation_CopyEntry__SWIG_21")); mixin(bindCode("vtkInformation_CopyEntry__SWIG_22", "D_vtkInformation_CopyEntry__SWIG_22")); mixin(bindCode("vtkInformation_CopyEntry__SWIG_23", "D_vtkInformation_CopyEntry__SWIG_23")); mixin(bindCode("vtkInformation_CopyEntry__SWIG_24", "D_vtkInformation_CopyEntry__SWIG_24")); mixin(bindCode("vtkInformation_CopyEntry__SWIG_25", "D_vtkInformation_CopyEntry__SWIG_25")); mixin(bindCode("vtkInformation_CopyEntries__SWIG_0", "D_vtkInformation_CopyEntries__SWIG_0")); mixin(bindCode("vtkInformation_CopyEntries__SWIG_1", "D_vtkInformation_CopyEntries__SWIG_1")); mixin(bindCode("vtkInformation_Has__SWIG_0", "D_vtkInformation_Has__SWIG_0")); mixin(bindCode("vtkInformation_Remove__SWIG_0", "D_vtkInformation_Remove__SWIG_0")); mixin(bindCode("vtkInformation_Set__SWIG_0", "D_vtkInformation_Set__SWIG_0")); mixin(bindCode("vtkInformation_Remove__SWIG_1", "D_vtkInformation_Remove__SWIG_1")); mixin(bindCode("vtkInformation_Has__SWIG_1", "D_vtkInformation_Has__SWIG_1")); mixin(bindCode("vtkInformation_Set__SWIG_1", "D_vtkInformation_Set__SWIG_1")); mixin(bindCode("vtkInformation_Get__SWIG_0", "D_vtkInformation_Get__SWIG_0")); mixin(bindCode("vtkInformation_Remove__SWIG_2", "D_vtkInformation_Remove__SWIG_2")); mixin(bindCode("vtkInformation_Has__SWIG_2", "D_vtkInformation_Has__SWIG_2")); mixin(bindCode("vtkInformation_Set__SWIG_2", "D_vtkInformation_Set__SWIG_2")); mixin(bindCode("vtkInformation_Get__SWIG_1", "D_vtkInformation_Get__SWIG_1")); mixin(bindCode("vtkInformation_Remove__SWIG_3", "D_vtkInformation_Remove__SWIG_3")); mixin(bindCode("vtkInformation_Has__SWIG_3", "D_vtkInformation_Has__SWIG_3")); mixin(bindCode("vtkInformation_Set__SWIG_3", "D_vtkInformation_Set__SWIG_3")); mixin(bindCode("vtkInformation_Get__SWIG_2", "D_vtkInformation_Get__SWIG_2")); mixin(bindCode("vtkInformation_Remove__SWIG_4", "D_vtkInformation_Remove__SWIG_4")); mixin(bindCode("vtkInformation_Has__SWIG_4", "D_vtkInformation_Has__SWIG_4")); mixin(bindCode("vtkInformation_Set__SWIG_4", "D_vtkInformation_Set__SWIG_4")); mixin(bindCode("vtkInformation_Get__SWIG_3", "D_vtkInformation_Get__SWIG_3")); mixin(bindCode("vtkInformation_Remove__SWIG_5", "D_vtkInformation_Remove__SWIG_5")); mixin(bindCode("vtkInformation_Has__SWIG_5", "D_vtkInformation_Has__SWIG_5")); mixin(bindCode("vtkInformation_Append__SWIG_0", "D_vtkInformation_Append__SWIG_0")); mixin(bindCode("vtkInformation_Set__SWIG_5", "D_vtkInformation_Set__SWIG_5")); mixin(bindCode("vtkInformation_Set__SWIG_6", "D_vtkInformation_Set__SWIG_6")); mixin(bindCode("vtkInformation_Set__SWIG_7", "D_vtkInformation_Set__SWIG_7")); mixin(bindCode("vtkInformation_Get__SWIG_4", "D_vtkInformation_Get__SWIG_4")); mixin(bindCode("vtkInformation_Get__SWIG_5", "D_vtkInformation_Get__SWIG_5")); mixin(bindCode("vtkInformation_Get__SWIG_6", "D_vtkInformation_Get__SWIG_6")); mixin(bindCode("vtkInformation_Length__SWIG_0", "D_vtkInformation_Length__SWIG_0")); mixin(bindCode("vtkInformation_Remove__SWIG_6", "D_vtkInformation_Remove__SWIG_6")); mixin(bindCode("vtkInformation_Has__SWIG_6", "D_vtkInformation_Has__SWIG_6")); mixin(bindCode("vtkInformation_Append__SWIG_1", "D_vtkInformation_Append__SWIG_1")); mixin(bindCode("vtkInformation_Set__SWIG_8", "D_vtkInformation_Set__SWIG_8")); mixin(bindCode("vtkInformation_Set__SWIG_9", "D_vtkInformation_Set__SWIG_9")); mixin(bindCode("vtkInformation_Get__SWIG_7", "D_vtkInformation_Get__SWIG_7")); mixin(bindCode("vtkInformation_Get__SWIG_8", "D_vtkInformation_Get__SWIG_8")); mixin(bindCode("vtkInformation_Length__SWIG_1", "D_vtkInformation_Length__SWIG_1")); mixin(bindCode("vtkInformation_Remove__SWIG_7", "D_vtkInformation_Remove__SWIG_7")); mixin(bindCode("vtkInformation_Has__SWIG_7", "D_vtkInformation_Has__SWIG_7")); mixin(bindCode("vtkInformation_Set__SWIG_10", "D_vtkInformation_Set__SWIG_10")); mixin(bindCode("vtkInformation_Get__SWIG_9", "D_vtkInformation_Get__SWIG_9")); mixin(bindCode("vtkInformation_Get__SWIG_10", "D_vtkInformation_Get__SWIG_10")); mixin(bindCode("vtkInformation_Length__SWIG_2", "D_vtkInformation_Length__SWIG_2")); mixin(bindCode("vtkInformation_Remove__SWIG_8", "D_vtkInformation_Remove__SWIG_8")); mixin(bindCode("vtkInformation_Has__SWIG_8", "D_vtkInformation_Has__SWIG_8")); mixin(bindCode("vtkInformation_Set__SWIG_11", "D_vtkInformation_Set__SWIG_11")); mixin(bindCode("vtkInformation_Get__SWIG_11", "D_vtkInformation_Get__SWIG_11")); mixin(bindCode("vtkInformation_Remove__SWIG_9", "D_vtkInformation_Remove__SWIG_9")); mixin(bindCode("vtkInformation_Has__SWIG_9", "D_vtkInformation_Has__SWIG_9")); mixin(bindCode("vtkInformation_Append__SWIG_2", "D_vtkInformation_Append__SWIG_2")); mixin(bindCode("vtkInformation_Set__SWIG_12", "D_vtkInformation_Set__SWIG_12")); mixin(bindCode("vtkInformation_Set__SWIG_13", "D_vtkInformation_Set__SWIG_13")); mixin(bindCode("vtkInformation_Set__SWIG_14", "D_vtkInformation_Set__SWIG_14")); mixin(bindCode("vtkInformation_Get__SWIG_12", "D_vtkInformation_Get__SWIG_12")); mixin(bindCode("vtkInformation_Get__SWIG_13", "D_vtkInformation_Get__SWIG_13")); mixin(bindCode("vtkInformation_Get__SWIG_14", "D_vtkInformation_Get__SWIG_14")); mixin(bindCode("vtkInformation_Length__SWIG_3", "D_vtkInformation_Length__SWIG_3")); mixin(bindCode("vtkInformation_Remove__SWIG_10", "D_vtkInformation_Remove__SWIG_10")); mixin(bindCode("vtkInformation_Has__SWIG_10", "D_vtkInformation_Has__SWIG_10")); mixin(bindCode("vtkInformation_Append__SWIG_3", "D_vtkInformation_Append__SWIG_3")); mixin(bindCode("vtkInformation_Set__SWIG_15", "D_vtkInformation_Set__SWIG_15")); mixin(bindCode("vtkInformation_Set__SWIG_16", "D_vtkInformation_Set__SWIG_16")); mixin(bindCode("vtkInformation_Set__SWIG_17", "D_vtkInformation_Set__SWIG_17")); mixin(bindCode("vtkInformation_Get__SWIG_15", "D_vtkInformation_Get__SWIG_15")); mixin(bindCode("vtkInformation_Get__SWIG_16", "D_vtkInformation_Get__SWIG_16")); mixin(bindCode("vtkInformation_Get__SWIG_17", "D_vtkInformation_Get__SWIG_17")); mixin(bindCode("vtkInformation_Length__SWIG_4", "D_vtkInformation_Length__SWIG_4")); mixin(bindCode("vtkInformation_Remove__SWIG_11", "D_vtkInformation_Remove__SWIG_11")); mixin(bindCode("vtkInformation_Has__SWIG_11", "D_vtkInformation_Has__SWIG_11")); mixin(bindCode("vtkInformation_Append__SWIG_4", "D_vtkInformation_Append__SWIG_4")); mixin(bindCode("vtkInformation_AppendUnique", "D_vtkInformation_AppendUnique")); mixin(bindCode("vtkInformation_Set__SWIG_18", "D_vtkInformation_Set__SWIG_18")); mixin(bindCode("vtkInformation_Remove__SWIG_12", "D_vtkInformation_Remove__SWIG_12")); mixin(bindCode("vtkInformation_Get__SWIG_18", "D_vtkInformation_Get__SWIG_18")); mixin(bindCode("vtkInformation_Get__SWIG_19", "D_vtkInformation_Get__SWIG_19")); mixin(bindCode("vtkInformation_Get__SWIG_20", "D_vtkInformation_Get__SWIG_20")); mixin(bindCode("vtkInformation_Length__SWIG_5", "D_vtkInformation_Length__SWIG_5")); mixin(bindCode("vtkInformation_Remove__SWIG_13", "D_vtkInformation_Remove__SWIG_13")); mixin(bindCode("vtkInformation_Has__SWIG_12", "D_vtkInformation_Has__SWIG_12")); mixin(bindCode("vtkInformation_Set__SWIG_19", "D_vtkInformation_Set__SWIG_19")); mixin(bindCode("vtkInformation_Get__SWIG_21", "D_vtkInformation_Get__SWIG_21")); mixin(bindCode("vtkInformation_Remove__SWIG_14", "D_vtkInformation_Remove__SWIG_14")); mixin(bindCode("vtkInformation_Has__SWIG_13", "D_vtkInformation_Has__SWIG_13")); mixin(bindCode("vtkInformation_Set__SWIG_20", "D_vtkInformation_Set__SWIG_20")); mixin(bindCode("vtkInformation_Get__SWIG_22", "D_vtkInformation_Get__SWIG_22")); mixin(bindCode("vtkInformation_Remove__SWIG_15", "D_vtkInformation_Remove__SWIG_15")); mixin(bindCode("vtkInformation_Has__SWIG_14", "D_vtkInformation_Has__SWIG_14")); mixin(bindCode("vtkInformation_Set__SWIG_21", "D_vtkInformation_Set__SWIG_21")); mixin(bindCode("vtkInformation_Get__SWIG_23", "D_vtkInformation_Get__SWIG_23")); mixin(bindCode("vtkInformation_Remove__SWIG_16", "D_vtkInformation_Remove__SWIG_16")); mixin(bindCode("vtkInformation_Has__SWIG_15", "D_vtkInformation_Has__SWIG_15")); mixin(bindCode("vtkInformation_Set__SWIG_22", "D_vtkInformation_Set__SWIG_22")); mixin(bindCode("vtkInformation_Get__SWIG_24", "D_vtkInformation_Get__SWIG_24")); mixin(bindCode("vtkInformation_Remove__SWIG_17", "D_vtkInformation_Remove__SWIG_17")); mixin(bindCode("vtkInformation_Has__SWIG_16", "D_vtkInformation_Has__SWIG_16")); mixin(bindCode("vtkInformation_Set__SWIG_23", "D_vtkInformation_Set__SWIG_23")); mixin(bindCode("vtkInformation_Get__SWIG_25", "D_vtkInformation_Get__SWIG_25")); mixin(bindCode("vtkInformation_Remove__SWIG_18", "D_vtkInformation_Remove__SWIG_18")); mixin(bindCode("vtkInformation_Has__SWIG_17", "D_vtkInformation_Has__SWIG_17")); mixin(bindCode("vtkInformation_GetKey__SWIG_0", "D_vtkInformation_GetKey__SWIG_0")); mixin(bindCode("vtkInformation_GetKey__SWIG_1", "D_vtkInformation_GetKey__SWIG_1")); mixin(bindCode("vtkInformation_GetKey__SWIG_2", "D_vtkInformation_GetKey__SWIG_2")); mixin(bindCode("vtkInformation_GetKey__SWIG_3", "D_vtkInformation_GetKey__SWIG_3")); mixin(bindCode("vtkInformation_GetKey__SWIG_4", "D_vtkInformation_GetKey__SWIG_4")); mixin(bindCode("vtkInformation_GetKey__SWIG_5", "D_vtkInformation_GetKey__SWIG_5")); mixin(bindCode("vtkInformation_GetKey__SWIG_6", "D_vtkInformation_GetKey__SWIG_6")); mixin(bindCode("vtkInformation_GetKey__SWIG_7", "D_vtkInformation_GetKey__SWIG_7")); mixin(bindCode("vtkInformation_GetKey__SWIG_8", "D_vtkInformation_GetKey__SWIG_8")); mixin(bindCode("vtkInformation_GetKey__SWIG_9", "D_vtkInformation_GetKey__SWIG_9")); mixin(bindCode("vtkInformation_GetKey__SWIG_10", "D_vtkInformation_GetKey__SWIG_10")); mixin(bindCode("vtkInformation_GetKey__SWIG_11", "D_vtkInformation_GetKey__SWIG_11")); mixin(bindCode("vtkInformation_GetKey__SWIG_12", "D_vtkInformation_GetKey__SWIG_12")); mixin(bindCode("vtkInformation_GetKey__SWIG_13", "D_vtkInformation_GetKey__SWIG_13")); mixin(bindCode("vtkInformation_SetRequest", "D_vtkInformation_SetRequest")); mixin(bindCode("vtkInformation_GetRequest", "D_vtkInformation_GetRequest")); mixin(bindCode("vtkInformation_Upcast", "D_vtkInformation_Upcast")); mixin(bindCode("vtkPSLACReader_IsTypeOf", "D_vtkPSLACReader_IsTypeOf")); mixin(bindCode("vtkPSLACReader_SafeDownCast", "D_vtkPSLACReader_SafeDownCast")); mixin(bindCode("vtkPSLACReader_NewInstance", "D_vtkPSLACReader_NewInstance")); mixin(bindCode("vtkPSLACReader_New", "D_vtkPSLACReader_New")); mixin(bindCode("vtkPSLACReader_GetController", "D_vtkPSLACReader_GetController")); mixin(bindCode("vtkPSLACReader_SetController", "D_vtkPSLACReader_SetController")); mixin(bindCode("vtkPSLACReader_Upcast", "D_vtkPSLACReader_Upcast")); mixin(bindCode("vtkErrorCode_GetStringFromErrorCode", "D_vtkErrorCode_GetStringFromErrorCode")); mixin(bindCode("vtkErrorCode_GetErrorCodeFromString", "D_vtkErrorCode_GetErrorCodeFromString")); mixin(bindCode("vtkErrorCode_GetLastSystemError", "D_vtkErrorCode_GetLastSystemError")); mixin(bindCode("new_vtkErrorCode", "D_new_vtkErrorCode")); mixin(bindCode("delete_vtkErrorCode", "D_delete_vtkErrorCode")); mixin(bindCode("vtkCameraPass_New", "D_vtkCameraPass_New")); mixin(bindCode("vtkCameraPass_IsTypeOf", "D_vtkCameraPass_IsTypeOf")); mixin(bindCode("vtkCameraPass_SafeDownCast", "D_vtkCameraPass_SafeDownCast")); mixin(bindCode("vtkCameraPass_NewInstance", "D_vtkCameraPass_NewInstance")); mixin(bindCode("vtkCameraPass_GetDelegatePass", "D_vtkCameraPass_GetDelegatePass")); mixin(bindCode("vtkCameraPass_SetDelegatePass", "D_vtkCameraPass_SetDelegatePass")); mixin(bindCode("vtkCameraPass_SetAspectRatioOverride", "D_vtkCameraPass_SetAspectRatioOverride")); mixin(bindCode("vtkCameraPass_GetAspectRatioOverride", "D_vtkCameraPass_GetAspectRatioOverride")); mixin(bindCode("vtkCameraPass_Upcast", "D_vtkCameraPass_Upcast")); mixin(bindCode("vtkGeoSampleArcs_New", "D_vtkGeoSampleArcs_New")); mixin(bindCode("vtkGeoSampleArcs_IsTypeOf", "D_vtkGeoSampleArcs_IsTypeOf")); mixin(bindCode("vtkGeoSampleArcs_SafeDownCast", "D_vtkGeoSampleArcs_SafeDownCast")); mixin(bindCode("vtkGeoSampleArcs_NewInstance", "D_vtkGeoSampleArcs_NewInstance")); mixin(bindCode("vtkGeoSampleArcs_SetGlobeRadius", "D_vtkGeoSampleArcs_SetGlobeRadius")); mixin(bindCode("vtkGeoSampleArcs_GetGlobeRadius", "D_vtkGeoSampleArcs_GetGlobeRadius")); mixin(bindCode("vtkGeoSampleArcs_SetMaximumDistanceMeters", "D_vtkGeoSampleArcs_SetMaximumDistanceMeters")); mixin(bindCode("vtkGeoSampleArcs_GetMaximumDistanceMeters", "D_vtkGeoSampleArcs_GetMaximumDistanceMeters")); mixin(bindCode("vtkGeoSampleArcs_SetInputCoordinateSystem", "D_vtkGeoSampleArcs_SetInputCoordinateSystem")); mixin(bindCode("vtkGeoSampleArcs_GetInputCoordinateSystem", "D_vtkGeoSampleArcs_GetInputCoordinateSystem")); mixin(bindCode("vtkGeoSampleArcs_SetInputCoordinateSystemToRectangular", "D_vtkGeoSampleArcs_SetInputCoordinateSystemToRectangular")); mixin(bindCode("vtkGeoSampleArcs_SetInputCoordinateSystemToSpherical", "D_vtkGeoSampleArcs_SetInputCoordinateSystemToSpherical")); mixin(bindCode("vtkGeoSampleArcs_SetOutputCoordinateSystem", "D_vtkGeoSampleArcs_SetOutputCoordinateSystem")); mixin(bindCode("vtkGeoSampleArcs_GetOutputCoordinateSystem", "D_vtkGeoSampleArcs_GetOutputCoordinateSystem")); mixin(bindCode("vtkGeoSampleArcs_SetOutputCoordinateSystemToRectangular", "D_vtkGeoSampleArcs_SetOutputCoordinateSystemToRectangular")); mixin(bindCode("vtkGeoSampleArcs_SetOutputCoordinateSystemToSpherical", "D_vtkGeoSampleArcs_SetOutputCoordinateSystemToSpherical")); mixin(bindCode("vtkGeoSampleArcs_Upcast", "D_vtkGeoSampleArcs_Upcast")); mixin(bindCode("VTK_PROJECTED_TEXTURE_USE_PINHOLE_get", "D_VTK_PROJECTED_TEXTURE_USE_PINHOLE_get")); mixin(bindCode("VTK_PROJECTED_TEXTURE_USE_TWO_MIRRORS_get", "D_VTK_PROJECTED_TEXTURE_USE_TWO_MIRRORS_get")); mixin(bindCode("vtkProjectedTexture_New", "D_vtkProjectedTexture_New")); mixin(bindCode("vtkProjectedTexture_IsTypeOf", "D_vtkProjectedTexture_IsTypeOf")); mixin(bindCode("vtkProjectedTexture_SafeDownCast", "D_vtkProjectedTexture_SafeDownCast")); mixin(bindCode("vtkProjectedTexture_NewInstance", "D_vtkProjectedTexture_NewInstance")); mixin(bindCode("vtkProjectedTexture_SetPosition__SWIG_0", "D_vtkProjectedTexture_SetPosition__SWIG_0")); mixin(bindCode("vtkProjectedTexture_SetPosition__SWIG_1", "D_vtkProjectedTexture_SetPosition__SWIG_1")); mixin(bindCode("vtkProjectedTexture_GetPosition__SWIG_0", "D_vtkProjectedTexture_GetPosition__SWIG_0")); mixin(bindCode("vtkProjectedTexture_GetPosition__SWIG_1", "D_vtkProjectedTexture_GetPosition__SWIG_1")); mixin(bindCode("vtkProjectedTexture_SetFocalPoint__SWIG_0", "D_vtkProjectedTexture_SetFocalPoint__SWIG_0")); mixin(bindCode("vtkProjectedTexture_SetFocalPoint__SWIG_1", "D_vtkProjectedTexture_SetFocalPoint__SWIG_1")); mixin(bindCode("vtkProjectedTexture_GetFocalPoint__SWIG_0", "D_vtkProjectedTexture_GetFocalPoint__SWIG_0")); mixin(bindCode("vtkProjectedTexture_GetFocalPoint__SWIG_1", "D_vtkProjectedTexture_GetFocalPoint__SWIG_1")); mixin(bindCode("vtkProjectedTexture_SetCameraMode", "D_vtkProjectedTexture_SetCameraMode")); mixin(bindCode("vtkProjectedTexture_GetCameraMode", "D_vtkProjectedTexture_GetCameraMode")); mixin(bindCode("vtkProjectedTexture_SetCameraModeToPinhole", "D_vtkProjectedTexture_SetCameraModeToPinhole")); mixin(bindCode("vtkProjectedTexture_SetCameraModeToTwoMirror", "D_vtkProjectedTexture_SetCameraModeToTwoMirror")); mixin(bindCode("vtkProjectedTexture_SetMirrorSeparation", "D_vtkProjectedTexture_SetMirrorSeparation")); mixin(bindCode("vtkProjectedTexture_GetMirrorSeparation", "D_vtkProjectedTexture_GetMirrorSeparation")); mixin(bindCode("vtkProjectedTexture_GetOrientation__SWIG_0", "D_vtkProjectedTexture_GetOrientation__SWIG_0")); mixin(bindCode("vtkProjectedTexture_GetOrientation__SWIG_1", "D_vtkProjectedTexture_GetOrientation__SWIG_1")); mixin(bindCode("vtkProjectedTexture_SetUp__SWIG_0", "D_vtkProjectedTexture_SetUp__SWIG_0")); mixin(bindCode("vtkProjectedTexture_SetUp__SWIG_1", "D_vtkProjectedTexture_SetUp__SWIG_1")); mixin(bindCode("vtkProjectedTexture_GetUp__SWIG_0", "D_vtkProjectedTexture_GetUp__SWIG_0")); mixin(bindCode("vtkProjectedTexture_GetUp__SWIG_1", "D_vtkProjectedTexture_GetUp__SWIG_1")); mixin(bindCode("vtkProjectedTexture_SetAspectRatio__SWIG_0", "D_vtkProjectedTexture_SetAspectRatio__SWIG_0")); mixin(bindCode("vtkProjectedTexture_SetAspectRatio__SWIG_1", "D_vtkProjectedTexture_SetAspectRatio__SWIG_1")); mixin(bindCode("vtkProjectedTexture_GetAspectRatio__SWIG_0", "D_vtkProjectedTexture_GetAspectRatio__SWIG_0")); mixin(bindCode("vtkProjectedTexture_GetAspectRatio__SWIG_1", "D_vtkProjectedTexture_GetAspectRatio__SWIG_1")); mixin(bindCode("vtkProjectedTexture_SetSRange__SWIG_0", "D_vtkProjectedTexture_SetSRange__SWIG_0")); mixin(bindCode("vtkProjectedTexture_SetSRange__SWIG_1", "D_vtkProjectedTexture_SetSRange__SWIG_1")); mixin(bindCode("vtkProjectedTexture_GetSRange__SWIG_0", "D_vtkProjectedTexture_GetSRange__SWIG_0")); mixin(bindCode("vtkProjectedTexture_GetSRange__SWIG_1", "D_vtkProjectedTexture_GetSRange__SWIG_1")); mixin(bindCode("vtkProjectedTexture_SetTRange__SWIG_0", "D_vtkProjectedTexture_SetTRange__SWIG_0")); mixin(bindCode("vtkProjectedTexture_SetTRange__SWIG_1", "D_vtkProjectedTexture_SetTRange__SWIG_1")); mixin(bindCode("vtkProjectedTexture_GetTRange__SWIG_0", "D_vtkProjectedTexture_GetTRange__SWIG_0")); mixin(bindCode("vtkProjectedTexture_GetTRange__SWIG_1", "D_vtkProjectedTexture_GetTRange__SWIG_1")); mixin(bindCode("vtkProjectedTexture_Upcast", "D_vtkProjectedTexture_Upcast")); mixin(bindCode("vtkAMRUtilities_IsTypeOf", "D_vtkAMRUtilities_IsTypeOf")); mixin(bindCode("vtkAMRUtilities_SafeDownCast", "D_vtkAMRUtilities_SafeDownCast")); mixin(bindCode("vtkAMRUtilities_NewInstance", "D_vtkAMRUtilities_NewInstance")); mixin(bindCode("vtkAMRUtilities_StripGhostLayers__SWIG_0", "D_vtkAMRUtilities_StripGhostLayers__SWIG_0")); mixin(bindCode("vtkAMRUtilities_StripGhostLayers__SWIG_1", "D_vtkAMRUtilities_StripGhostLayers__SWIG_1")); mixin(bindCode("vtkAMRUtilities_HasPartiallyOverlappingGhostCells", "D_vtkAMRUtilities_HasPartiallyOverlappingGhostCells")); mixin(bindCode("vtkAMRUtilities_DistributeProcessInformation", "D_vtkAMRUtilities_DistributeProcessInformation")); mixin(bindCode("vtkAMRUtilities_BlankCells", "D_vtkAMRUtilities_BlankCells")); mixin(bindCode("vtkAMRUtilities_Upcast", "D_vtkAMRUtilities_Upcast")); mixin(bindCode("vtkFocalPlanePointPlacer_New", "D_vtkFocalPlanePointPlacer_New")); mixin(bindCode("vtkFocalPlanePointPlacer_IsTypeOf", "D_vtkFocalPlanePointPlacer_IsTypeOf")); mixin(bindCode("vtkFocalPlanePointPlacer_SafeDownCast", "D_vtkFocalPlanePointPlacer_SafeDownCast")); mixin(bindCode("vtkFocalPlanePointPlacer_NewInstance", "D_vtkFocalPlanePointPlacer_NewInstance")); mixin(bindCode("vtkFocalPlanePointPlacer_ComputeWorldPosition__SWIG_0", "D_vtkFocalPlanePointPlacer_ComputeWorldPosition__SWIG_0")); mixin(bindCode("vtkFocalPlanePointPlacer_ComputeWorldPosition__SWIG_1", "D_vtkFocalPlanePointPlacer_ComputeWorldPosition__SWIG_1")); mixin(bindCode("vtkFocalPlanePointPlacer_ValidateWorldPosition__SWIG_0", "D_vtkFocalPlanePointPlacer_ValidateWorldPosition__SWIG_0")); mixin(bindCode("vtkFocalPlanePointPlacer_ValidateWorldPosition__SWIG_1", "D_vtkFocalPlanePointPlacer_ValidateWorldPosition__SWIG_1")); mixin(bindCode("vtkFocalPlanePointPlacer_SetOffset", "D_vtkFocalPlanePointPlacer_SetOffset")); mixin(bindCode("vtkFocalPlanePointPlacer_GetOffset", "D_vtkFocalPlanePointPlacer_GetOffset")); mixin(bindCode("vtkFocalPlanePointPlacer_SetPointBounds__SWIG_0", "D_vtkFocalPlanePointPlacer_SetPointBounds__SWIG_0")); mixin(bindCode("vtkFocalPlanePointPlacer_SetPointBounds__SWIG_1", "D_vtkFocalPlanePointPlacer_SetPointBounds__SWIG_1")); mixin(bindCode("vtkFocalPlanePointPlacer_GetPointBounds__SWIG_0", "D_vtkFocalPlanePointPlacer_GetPointBounds__SWIG_0")); mixin(bindCode("vtkFocalPlanePointPlacer_GetPointBounds__SWIG_1", "D_vtkFocalPlanePointPlacer_GetPointBounds__SWIG_1")); mixin(bindCode("vtkFocalPlanePointPlacer_GetPointBounds__SWIG_2", "D_vtkFocalPlanePointPlacer_GetPointBounds__SWIG_2")); mixin(bindCode("vtkFocalPlanePointPlacer_Upcast", "D_vtkFocalPlanePointPlacer_Upcast")); mixin(bindCode("vtkImageToStructuredPoints_New", "D_vtkImageToStructuredPoints_New")); mixin(bindCode("vtkImageToStructuredPoints_IsTypeOf", "D_vtkImageToStructuredPoints_IsTypeOf")); mixin(bindCode("vtkImageToStructuredPoints_SafeDownCast", "D_vtkImageToStructuredPoints_SafeDownCast")); mixin(bindCode("vtkImageToStructuredPoints_NewInstance", "D_vtkImageToStructuredPoints_NewInstance")); mixin(bindCode("vtkImageToStructuredPoints_SetVectorInputData", "D_vtkImageToStructuredPoints_SetVectorInputData")); mixin(bindCode("vtkImageToStructuredPoints_GetVectorInput", "D_vtkImageToStructuredPoints_GetVectorInput")); mixin(bindCode("vtkImageToStructuredPoints_GetStructuredPointsOutput", "D_vtkImageToStructuredPoints_GetStructuredPointsOutput")); mixin(bindCode("vtkImageToStructuredPoints_Upcast", "D_vtkImageToStructuredPoints_Upcast")); mixin(bindCode("vtkUniformGridAMRDataIterator_New", "D_vtkUniformGridAMRDataIterator_New")); mixin(bindCode("vtkUniformGridAMRDataIterator_IsTypeOf", "D_vtkUniformGridAMRDataIterator_IsTypeOf")); mixin(bindCode("vtkUniformGridAMRDataIterator_SafeDownCast", "D_vtkUniformGridAMRDataIterator_SafeDownCast")); mixin(bindCode("vtkUniformGridAMRDataIterator_NewInstance", "D_vtkUniformGridAMRDataIterator_NewInstance")); mixin(bindCode("vtkUniformGridAMRDataIterator_GetCurrentLevel", "D_vtkUniformGridAMRDataIterator_GetCurrentLevel")); mixin(bindCode("vtkUniformGridAMRDataIterator_GetCurrentIndex", "D_vtkUniformGridAMRDataIterator_GetCurrentIndex")); mixin(bindCode("new_vtkUniformGridAMRDataIterator", "D_new_vtkUniformGridAMRDataIterator")); mixin(bindCode("delete_vtkUniformGridAMRDataIterator", "D_delete_vtkUniformGridAMRDataIterator")); mixin(bindCode("vtkUniformGridAMRDataIterator_Upcast", "D_vtkUniformGridAMRDataIterator_Upcast")); mixin(bindCode("vtkImageThreshold_New", "D_vtkImageThreshold_New")); mixin(bindCode("vtkImageThreshold_IsTypeOf", "D_vtkImageThreshold_IsTypeOf")); mixin(bindCode("vtkImageThreshold_SafeDownCast", "D_vtkImageThreshold_SafeDownCast")); mixin(bindCode("vtkImageThreshold_NewInstance", "D_vtkImageThreshold_NewInstance")); mixin(bindCode("vtkImageThreshold_ThresholdByUpper", "D_vtkImageThreshold_ThresholdByUpper")); mixin(bindCode("vtkImageThreshold_ThresholdByLower", "D_vtkImageThreshold_ThresholdByLower")); mixin(bindCode("vtkImageThreshold_ThresholdBetween", "D_vtkImageThreshold_ThresholdBetween")); mixin(bindCode("vtkImageThreshold_SetReplaceIn", "D_vtkImageThreshold_SetReplaceIn")); mixin(bindCode("vtkImageThreshold_GetReplaceIn", "D_vtkImageThreshold_GetReplaceIn")); mixin(bindCode("vtkImageThreshold_ReplaceInOn", "D_vtkImageThreshold_ReplaceInOn")); mixin(bindCode("vtkImageThreshold_ReplaceInOff", "D_vtkImageThreshold_ReplaceInOff")); mixin(bindCode("vtkImageThreshold_SetInValue", "D_vtkImageThreshold_SetInValue")); mixin(bindCode("vtkImageThreshold_GetInValue", "D_vtkImageThreshold_GetInValue")); mixin(bindCode("vtkImageThreshold_SetReplaceOut", "D_vtkImageThreshold_SetReplaceOut")); mixin(bindCode("vtkImageThreshold_GetReplaceOut", "D_vtkImageThreshold_GetReplaceOut")); mixin(bindCode("vtkImageThreshold_ReplaceOutOn", "D_vtkImageThreshold_ReplaceOutOn")); mixin(bindCode("vtkImageThreshold_ReplaceOutOff", "D_vtkImageThreshold_ReplaceOutOff")); mixin(bindCode("vtkImageThreshold_SetOutValue", "D_vtkImageThreshold_SetOutValue")); mixin(bindCode("vtkImageThreshold_GetOutValue", "D_vtkImageThreshold_GetOutValue")); mixin(bindCode("vtkImageThreshold_GetUpperThreshold", "D_vtkImageThreshold_GetUpperThreshold")); mixin(bindCode("vtkImageThreshold_GetLowerThreshold", "D_vtkImageThreshold_GetLowerThreshold")); mixin(bindCode("vtkImageThreshold_SetOutputScalarType", "D_vtkImageThreshold_SetOutputScalarType")); mixin(bindCode("vtkImageThreshold_GetOutputScalarType", "D_vtkImageThreshold_GetOutputScalarType")); mixin(bindCode("vtkImageThreshold_SetOutputScalarTypeToDouble", "D_vtkImageThreshold_SetOutputScalarTypeToDouble")); mixin(bindCode("vtkImageThreshold_SetOutputScalarTypeToFloat", "D_vtkImageThreshold_SetOutputScalarTypeToFloat")); mixin(bindCode("vtkImageThreshold_SetOutputScalarTypeToLong", "D_vtkImageThreshold_SetOutputScalarTypeToLong")); mixin(bindCode("vtkImageThreshold_SetOutputScalarTypeToUnsignedLong", "D_vtkImageThreshold_SetOutputScalarTypeToUnsignedLong")); mixin(bindCode("vtkImageThreshold_SetOutputScalarTypeToInt", "D_vtkImageThreshold_SetOutputScalarTypeToInt")); mixin(bindCode("vtkImageThreshold_SetOutputScalarTypeToUnsignedInt", "D_vtkImageThreshold_SetOutputScalarTypeToUnsignedInt")); mixin(bindCode("vtkImageThreshold_SetOutputScalarTypeToShort", "D_vtkImageThreshold_SetOutputScalarTypeToShort")); mixin(bindCode("vtkImageThreshold_SetOutputScalarTypeToUnsignedShort", "D_vtkImageThreshold_SetOutputScalarTypeToUnsignedShort")); mixin(bindCode("vtkImageThreshold_SetOutputScalarTypeToChar", "D_vtkImageThreshold_SetOutputScalarTypeToChar")); mixin(bindCode("vtkImageThreshold_SetOutputScalarTypeToSignedChar", "D_vtkImageThreshold_SetOutputScalarTypeToSignedChar")); mixin(bindCode("vtkImageThreshold_SetOutputScalarTypeToUnsignedChar", "D_vtkImageThreshold_SetOutputScalarTypeToUnsignedChar")); mixin(bindCode("vtkImageThreshold_Upcast", "D_vtkImageThreshold_Upcast")); mixin(bindCode("vtkInteractorStyleDrawPolygon_New", "D_vtkInteractorStyleDrawPolygon_New")); mixin(bindCode("vtkInteractorStyleDrawPolygon_IsTypeOf", "D_vtkInteractorStyleDrawPolygon_IsTypeOf")); mixin(bindCode("vtkInteractorStyleDrawPolygon_SafeDownCast", "D_vtkInteractorStyleDrawPolygon_SafeDownCast")); mixin(bindCode("vtkInteractorStyleDrawPolygon_NewInstance", "D_vtkInteractorStyleDrawPolygon_NewInstance")); mixin(bindCode("vtkInteractorStyleDrawPolygon_SetDrawPolygonPixels", "D_vtkInteractorStyleDrawPolygon_SetDrawPolygonPixels")); mixin(bindCode("vtkInteractorStyleDrawPolygon_GetDrawPolygonPixels", "D_vtkInteractorStyleDrawPolygon_GetDrawPolygonPixels")); mixin(bindCode("vtkInteractorStyleDrawPolygon_DrawPolygonPixelsOn", "D_vtkInteractorStyleDrawPolygon_DrawPolygonPixelsOn")); mixin(bindCode("vtkInteractorStyleDrawPolygon_DrawPolygonPixelsOff", "D_vtkInteractorStyleDrawPolygon_DrawPolygonPixelsOff")); mixin(bindCode("vtkInteractorStyleDrawPolygon_GetPolygonPoints", "D_vtkInteractorStyleDrawPolygon_GetPolygonPoints")); mixin(bindCode("vtkInteractorStyleDrawPolygon_Upcast", "D_vtkInteractorStyleDrawPolygon_Upcast")); mixin(bindCode("vtkClipDataSet_IsTypeOf", "D_vtkClipDataSet_IsTypeOf")); mixin(bindCode("vtkClipDataSet_SafeDownCast", "D_vtkClipDataSet_SafeDownCast")); mixin(bindCode("vtkClipDataSet_NewInstance", "D_vtkClipDataSet_NewInstance")); mixin(bindCode("vtkClipDataSet_New", "D_vtkClipDataSet_New")); mixin(bindCode("vtkClipDataSet_SetValue", "D_vtkClipDataSet_SetValue")); mixin(bindCode("vtkClipDataSet_GetValue", "D_vtkClipDataSet_GetValue")); mixin(bindCode("vtkClipDataSet_SetUseValueAsOffset", "D_vtkClipDataSet_SetUseValueAsOffset")); mixin(bindCode("vtkClipDataSet_GetUseValueAsOffset", "D_vtkClipDataSet_GetUseValueAsOffset")); mixin(bindCode("vtkClipDataSet_UseValueAsOffsetOn", "D_vtkClipDataSet_UseValueAsOffsetOn")); mixin(bindCode("vtkClipDataSet_UseValueAsOffsetOff", "D_vtkClipDataSet_UseValueAsOffsetOff")); mixin(bindCode("vtkClipDataSet_SetInsideOut", "D_vtkClipDataSet_SetInsideOut")); mixin(bindCode("vtkClipDataSet_GetInsideOut", "D_vtkClipDataSet_GetInsideOut")); mixin(bindCode("vtkClipDataSet_InsideOutOn", "D_vtkClipDataSet_InsideOutOn")); mixin(bindCode("vtkClipDataSet_InsideOutOff", "D_vtkClipDataSet_InsideOutOff")); mixin(bindCode("vtkClipDataSet_SetClipFunction", "D_vtkClipDataSet_SetClipFunction")); mixin(bindCode("vtkClipDataSet_GetClipFunction", "D_vtkClipDataSet_GetClipFunction")); mixin(bindCode("vtkClipDataSet_SetGenerateClipScalars", "D_vtkClipDataSet_SetGenerateClipScalars")); mixin(bindCode("vtkClipDataSet_GetGenerateClipScalars", "D_vtkClipDataSet_GetGenerateClipScalars")); mixin(bindCode("vtkClipDataSet_GenerateClipScalarsOn", "D_vtkClipDataSet_GenerateClipScalarsOn")); mixin(bindCode("vtkClipDataSet_GenerateClipScalarsOff", "D_vtkClipDataSet_GenerateClipScalarsOff")); mixin(bindCode("vtkClipDataSet_SetGenerateClippedOutput", "D_vtkClipDataSet_SetGenerateClippedOutput")); mixin(bindCode("vtkClipDataSet_GetGenerateClippedOutput", "D_vtkClipDataSet_GetGenerateClippedOutput")); mixin(bindCode("vtkClipDataSet_GenerateClippedOutputOn", "D_vtkClipDataSet_GenerateClippedOutputOn")); mixin(bindCode("vtkClipDataSet_GenerateClippedOutputOff", "D_vtkClipDataSet_GenerateClippedOutputOff")); mixin(bindCode("vtkClipDataSet_SetMergeTolerance", "D_vtkClipDataSet_SetMergeTolerance")); mixin(bindCode("vtkClipDataSet_GetMergeToleranceMinValue", "D_vtkClipDataSet_GetMergeToleranceMinValue")); mixin(bindCode("vtkClipDataSet_GetMergeToleranceMaxValue", "D_vtkClipDataSet_GetMergeToleranceMaxValue")); mixin(bindCode("vtkClipDataSet_GetMergeTolerance", "D_vtkClipDataSet_GetMergeTolerance")); mixin(bindCode("vtkClipDataSet_GetClippedOutput", "D_vtkClipDataSet_GetClippedOutput")); mixin(bindCode("vtkClipDataSet_SetLocator", "D_vtkClipDataSet_SetLocator")); mixin(bindCode("vtkClipDataSet_GetLocator", "D_vtkClipDataSet_GetLocator")); mixin(bindCode("vtkClipDataSet_CreateDefaultLocator", "D_vtkClipDataSet_CreateDefaultLocator")); mixin(bindCode("vtkClipDataSet_SetOutputPointsPrecision", "D_vtkClipDataSet_SetOutputPointsPrecision")); mixin(bindCode("vtkClipDataSet_GetOutputPointsPrecisionMinValue", "D_vtkClipDataSet_GetOutputPointsPrecisionMinValue")); mixin(bindCode("vtkClipDataSet_GetOutputPointsPrecisionMaxValue", "D_vtkClipDataSet_GetOutputPointsPrecisionMaxValue")); mixin(bindCode("vtkClipDataSet_GetOutputPointsPrecision", "D_vtkClipDataSet_GetOutputPointsPrecision")); mixin(bindCode("vtkClipDataSet_Upcast", "D_vtkClipDataSet_Upcast")); mixin(bindCode("vtkImageStencilData_New", "D_vtkImageStencilData_New")); mixin(bindCode("vtkImageStencilData_IsTypeOf", "D_vtkImageStencilData_IsTypeOf")); mixin(bindCode("vtkImageStencilData_SafeDownCast", "D_vtkImageStencilData_SafeDownCast")); mixin(bindCode("vtkImageStencilData_NewInstance", "D_vtkImageStencilData_NewInstance")); mixin(bindCode("vtkImageStencilData_InternalImageStencilDataCopy", "D_vtkImageStencilData_InternalImageStencilDataCopy")); mixin(bindCode("vtkImageStencilData_GetNextExtent", "D_vtkImageStencilData_GetNextExtent")); mixin(bindCode("vtkImageStencilData_IsInside", "D_vtkImageStencilData_IsInside")); mixin(bindCode("vtkImageStencilData_InsertNextExtent", "D_vtkImageStencilData_InsertNextExtent")); mixin(bindCode("vtkImageStencilData_InsertAndMergeExtent", "D_vtkImageStencilData_InsertAndMergeExtent")); mixin(bindCode("vtkImageStencilData_RemoveExtent", "D_vtkImageStencilData_RemoveExtent")); mixin(bindCode("vtkImageStencilData_SetSpacing__SWIG_0", "D_vtkImageStencilData_SetSpacing__SWIG_0")); mixin(bindCode("vtkImageStencilData_SetSpacing__SWIG_1", "D_vtkImageStencilData_SetSpacing__SWIG_1")); mixin(bindCode("vtkImageStencilData_GetSpacing__SWIG_0", "D_vtkImageStencilData_GetSpacing__SWIG_0")); mixin(bindCode("vtkImageStencilData_GetSpacing__SWIG_1", "D_vtkImageStencilData_GetSpacing__SWIG_1")); mixin(bindCode("vtkImageStencilData_GetSpacing__SWIG_2", "D_vtkImageStencilData_GetSpacing__SWIG_2")); mixin(bindCode("vtkImageStencilData_SetOrigin__SWIG_0", "D_vtkImageStencilData_SetOrigin__SWIG_0")); mixin(bindCode("vtkImageStencilData_SetOrigin__SWIG_1", "D_vtkImageStencilData_SetOrigin__SWIG_1")); mixin(bindCode("vtkImageStencilData_GetOrigin__SWIG_0", "D_vtkImageStencilData_GetOrigin__SWIG_0")); mixin(bindCode("vtkImageStencilData_GetOrigin__SWIG_1", "D_vtkImageStencilData_GetOrigin__SWIG_1")); mixin(bindCode("vtkImageStencilData_GetOrigin__SWIG_2", "D_vtkImageStencilData_GetOrigin__SWIG_2")); mixin(bindCode("vtkImageStencilData_SetExtent__SWIG_0", "D_vtkImageStencilData_SetExtent__SWIG_0")); mixin(bindCode("vtkImageStencilData_SetExtent__SWIG_1", "D_vtkImageStencilData_SetExtent__SWIG_1")); mixin(bindCode("vtkImageStencilData_GetExtent__SWIG_0", "D_vtkImageStencilData_GetExtent__SWIG_0")); mixin(bindCode("vtkImageStencilData_GetExtent__SWIG_1", "D_vtkImageStencilData_GetExtent__SWIG_1")); mixin(bindCode("vtkImageStencilData_GetExtent__SWIG_2", "D_vtkImageStencilData_GetExtent__SWIG_2")); mixin(bindCode("vtkImageStencilData_AllocateExtents", "D_vtkImageStencilData_AllocateExtents")); mixin(bindCode("vtkImageStencilData_Fill", "D_vtkImageStencilData_Fill")); mixin(bindCode("vtkImageStencilData_Add", "D_vtkImageStencilData_Add")); mixin(bindCode("vtkImageStencilData_Subtract", "D_vtkImageStencilData_Subtract")); mixin(bindCode("vtkImageStencilData_Replace", "D_vtkImageStencilData_Replace")); mixin(bindCode("vtkImageStencilData_Clip", "D_vtkImageStencilData_Clip")); mixin(bindCode("vtkImageStencilData_Upcast", "D_vtkImageStencilData_Upcast")); mixin(bindCode("vtkXMLPImageDataWriter_New", "D_vtkXMLPImageDataWriter_New")); mixin(bindCode("vtkXMLPImageDataWriter_IsTypeOf", "D_vtkXMLPImageDataWriter_IsTypeOf")); mixin(bindCode("vtkXMLPImageDataWriter_SafeDownCast", "D_vtkXMLPImageDataWriter_SafeDownCast")); mixin(bindCode("vtkXMLPImageDataWriter_NewInstance", "D_vtkXMLPImageDataWriter_NewInstance")); mixin(bindCode("vtkXMLPImageDataWriter_Upcast", "D_vtkXMLPImageDataWriter_Upcast")); mixin(bindCode("vtkRectilinearWipeRepresentation_New", "D_vtkRectilinearWipeRepresentation_New")); mixin(bindCode("vtkRectilinearWipeRepresentation_IsTypeOf", "D_vtkRectilinearWipeRepresentation_IsTypeOf")); mixin(bindCode("vtkRectilinearWipeRepresentation_SafeDownCast", "D_vtkRectilinearWipeRepresentation_SafeDownCast")); mixin(bindCode("vtkRectilinearWipeRepresentation_NewInstance", "D_vtkRectilinearWipeRepresentation_NewInstance")); mixin(bindCode("vtkRectilinearWipeRepresentation_SetRectilinearWipe", "D_vtkRectilinearWipeRepresentation_SetRectilinearWipe")); mixin(bindCode("vtkRectilinearWipeRepresentation_GetRectilinearWipe", "D_vtkRectilinearWipeRepresentation_GetRectilinearWipe")); mixin(bindCode("vtkRectilinearWipeRepresentation_SetImageActor", "D_vtkRectilinearWipeRepresentation_SetImageActor")); mixin(bindCode("vtkRectilinearWipeRepresentation_GetImageActor", "D_vtkRectilinearWipeRepresentation_GetImageActor")); mixin(bindCode("vtkRectilinearWipeRepresentation_SetTolerance", "D_vtkRectilinearWipeRepresentation_SetTolerance")); mixin(bindCode("vtkRectilinearWipeRepresentation_GetToleranceMinValue", "D_vtkRectilinearWipeRepresentation_GetToleranceMinValue")); mixin(bindCode("vtkRectilinearWipeRepresentation_GetToleranceMaxValue", "D_vtkRectilinearWipeRepresentation_GetToleranceMaxValue")); mixin(bindCode("vtkRectilinearWipeRepresentation_GetTolerance", "D_vtkRectilinearWipeRepresentation_GetTolerance")); mixin(bindCode("vtkRectilinearWipeRepresentation_GetProperty", "D_vtkRectilinearWipeRepresentation_GetProperty")); mixin(bindCode("vtkRectilinearWipeRepresentation_ComputeInteractionState__SWIG_0", "D_vtkRectilinearWipeRepresentation_ComputeInteractionState__SWIG_0")); mixin(bindCode("vtkRectilinearWipeRepresentation_ComputeInteractionState__SWIG_1", "D_vtkRectilinearWipeRepresentation_ComputeInteractionState__SWIG_1")); mixin(bindCode("vtkRectilinearWipeRepresentation_Upcast", "D_vtkRectilinearWipeRepresentation_Upcast")); mixin(bindCode("vtkDSPFilterGroup_New", "D_vtkDSPFilterGroup_New")); mixin(bindCode("vtkDSPFilterGroup_IsTypeOf", "D_vtkDSPFilterGroup_IsTypeOf")); mixin(bindCode("vtkDSPFilterGroup_SafeDownCast", "D_vtkDSPFilterGroup_SafeDownCast")); mixin(bindCode("vtkDSPFilterGroup_NewInstance", "D_vtkDSPFilterGroup_NewInstance")); mixin(bindCode("vtkDSPFilterGroup_AddFilter", "D_vtkDSPFilterGroup_AddFilter")); mixin(bindCode("vtkDSPFilterGroup_RemoveFilter", "D_vtkDSPFilterGroup_RemoveFilter")); mixin(bindCode("vtkDSPFilterGroup_IsThisInputVariableInstanceNeeded", "D_vtkDSPFilterGroup_IsThisInputVariableInstanceNeeded")); mixin(bindCode("vtkDSPFilterGroup_IsThisInputVariableInstanceCached", "D_vtkDSPFilterGroup_IsThisInputVariableInstanceCached")); mixin(bindCode("vtkDSPFilterGroup_AddInputVariableInstance", "D_vtkDSPFilterGroup_AddInputVariableInstance")); mixin(bindCode("vtkDSPFilterGroup_GetOutput", "D_vtkDSPFilterGroup_GetOutput")); mixin(bindCode("vtkDSPFilterGroup_GetCachedInput", "D_vtkDSPFilterGroup_GetCachedInput")); mixin(bindCode("vtkDSPFilterGroup_GetCachedOutput", "D_vtkDSPFilterGroup_GetCachedOutput")); mixin(bindCode("vtkDSPFilterGroup_GetInputVariableName", "D_vtkDSPFilterGroup_GetInputVariableName")); mixin(bindCode("vtkDSPFilterGroup_GetNumFilters", "D_vtkDSPFilterGroup_GetNumFilters")); mixin(bindCode("vtkDSPFilterGroup_Copy", "D_vtkDSPFilterGroup_Copy")); mixin(bindCode("vtkDSPFilterGroup_GetFilter", "D_vtkDSPFilterGroup_GetFilter")); mixin(bindCode("vtkDSPFilterGroup_FilterDefinitions_set", "D_vtkDSPFilterGroup_FilterDefinitions_set")); mixin(bindCode("vtkDSPFilterGroup_FilterDefinitions_get", "D_vtkDSPFilterGroup_FilterDefinitions_get")); mixin(bindCode("vtkDSPFilterGroup_Upcast", "D_vtkDSPFilterGroup_Upcast")); mixin(bindCode("vtkProbeSelectedLocations_New", "D_vtkProbeSelectedLocations_New")); mixin(bindCode("vtkProbeSelectedLocations_IsTypeOf", "D_vtkProbeSelectedLocations_IsTypeOf")); mixin(bindCode("vtkProbeSelectedLocations_SafeDownCast", "D_vtkProbeSelectedLocations_SafeDownCast")); mixin(bindCode("vtkProbeSelectedLocations_NewInstance", "D_vtkProbeSelectedLocations_NewInstance")); mixin(bindCode("new_vtkProbeSelectedLocations", "D_new_vtkProbeSelectedLocations")); mixin(bindCode("delete_vtkProbeSelectedLocations", "D_delete_vtkProbeSelectedLocations")); mixin(bindCode("vtkProbeSelectedLocations_Upcast", "D_vtkProbeSelectedLocations_Upcast")); mixin(bindCode("vtkRenderLargeImage_New", "D_vtkRenderLargeImage_New")); mixin(bindCode("vtkRenderLargeImage_IsTypeOf", "D_vtkRenderLargeImage_IsTypeOf")); mixin(bindCode("vtkRenderLargeImage_SafeDownCast", "D_vtkRenderLargeImage_SafeDownCast")); mixin(bindCode("vtkRenderLargeImage_NewInstance", "D_vtkRenderLargeImage_NewInstance")); mixin(bindCode("vtkRenderLargeImage_SetMagnification", "D_vtkRenderLargeImage_SetMagnification")); mixin(bindCode("vtkRenderLargeImage_GetMagnification", "D_vtkRenderLargeImage_GetMagnification")); mixin(bindCode("vtkRenderLargeImage_SetInput", "D_vtkRenderLargeImage_SetInput")); mixin(bindCode("vtkRenderLargeImage_GetInput", "D_vtkRenderLargeImage_GetInput")); mixin(bindCode("vtkRenderLargeImage_GetOutput", "D_vtkRenderLargeImage_GetOutput")); mixin(bindCode("vtkRenderLargeImage_Upcast", "D_vtkRenderLargeImage_Upcast")); mixin(bindCode("vtkCornerAnnotation_IsTypeOf", "D_vtkCornerAnnotation_IsTypeOf")); mixin(bindCode("vtkCornerAnnotation_SafeDownCast", "D_vtkCornerAnnotation_SafeDownCast")); mixin(bindCode("vtkCornerAnnotation_NewInstance", "D_vtkCornerAnnotation_NewInstance")); mixin(bindCode("vtkCornerAnnotation_New", "D_vtkCornerAnnotation_New")); mixin(bindCode("vtkCornerAnnotation_SetMaximumLineHeight", "D_vtkCornerAnnotation_SetMaximumLineHeight")); mixin(bindCode("vtkCornerAnnotation_GetMaximumLineHeight", "D_vtkCornerAnnotation_GetMaximumLineHeight")); mixin(bindCode("vtkCornerAnnotation_SetMinimumFontSize", "D_vtkCornerAnnotation_SetMinimumFontSize")); mixin(bindCode("vtkCornerAnnotation_GetMinimumFontSize", "D_vtkCornerAnnotation_GetMinimumFontSize")); mixin(bindCode("vtkCornerAnnotation_SetMaximumFontSize", "D_vtkCornerAnnotation_SetMaximumFontSize")); mixin(bindCode("vtkCornerAnnotation_GetMaximumFontSize", "D_vtkCornerAnnotation_GetMaximumFontSize")); mixin(bindCode("vtkCornerAnnotation_SetLinearFontScaleFactor", "D_vtkCornerAnnotation_SetLinearFontScaleFactor")); mixin(bindCode("vtkCornerAnnotation_GetLinearFontScaleFactor", "D_vtkCornerAnnotation_GetLinearFontScaleFactor")); mixin(bindCode("vtkCornerAnnotation_SetNonlinearFontScaleFactor", "D_vtkCornerAnnotation_SetNonlinearFontScaleFactor")); mixin(bindCode("vtkCornerAnnotation_GetNonlinearFontScaleFactor", "D_vtkCornerAnnotation_GetNonlinearFontScaleFactor")); mixin(bindCode("vtkCornerAnnotation_SetText", "D_vtkCornerAnnotation_SetText")); mixin(bindCode("vtkCornerAnnotation_GetText", "D_vtkCornerAnnotation_GetText")); mixin(bindCode("vtkCornerAnnotation_ClearAllTexts", "D_vtkCornerAnnotation_ClearAllTexts")); mixin(bindCode("vtkCornerAnnotation_CopyAllTextsFrom", "D_vtkCornerAnnotation_CopyAllTextsFrom")); mixin(bindCode("vtkCornerAnnotation_SetImageActor", "D_vtkCornerAnnotation_SetImageActor")); mixin(bindCode("vtkCornerAnnotation_GetImageActor", "D_vtkCornerAnnotation_GetImageActor")); mixin(bindCode("vtkCornerAnnotation_SetWindowLevel", "D_vtkCornerAnnotation_SetWindowLevel")); mixin(bindCode("vtkCornerAnnotation_GetWindowLevel", "D_vtkCornerAnnotation_GetWindowLevel")); mixin(bindCode("vtkCornerAnnotation_SetLevelShift", "D_vtkCornerAnnotation_SetLevelShift")); mixin(bindCode("vtkCornerAnnotation_GetLevelShift", "D_vtkCornerAnnotation_GetLevelShift")); mixin(bindCode("vtkCornerAnnotation_SetLevelScale", "D_vtkCornerAnnotation_SetLevelScale")); mixin(bindCode("vtkCornerAnnotation_GetLevelScale", "D_vtkCornerAnnotation_GetLevelScale")); mixin(bindCode("vtkCornerAnnotation_SetTextProperty", "D_vtkCornerAnnotation_SetTextProperty")); mixin(bindCode("vtkCornerAnnotation_GetTextProperty", "D_vtkCornerAnnotation_GetTextProperty")); mixin(bindCode("vtkCornerAnnotation_ShowSliceAndImageOn", "D_vtkCornerAnnotation_ShowSliceAndImageOn")); mixin(bindCode("vtkCornerAnnotation_ShowSliceAndImageOff", "D_vtkCornerAnnotation_ShowSliceAndImageOff")); mixin(bindCode("vtkCornerAnnotation_SetShowSliceAndImage", "D_vtkCornerAnnotation_SetShowSliceAndImage")); mixin(bindCode("vtkCornerAnnotation_GetShowSliceAndImage", "D_vtkCornerAnnotation_GetShowSliceAndImage")); mixin(bindCode("vtkCornerAnnotation_Upcast", "D_vtkCornerAnnotation_Upcast")); mixin(bindCode("vtkTableToPolyData_New", "D_vtkTableToPolyData_New")); mixin(bindCode("vtkTableToPolyData_IsTypeOf", "D_vtkTableToPolyData_IsTypeOf")); mixin(bindCode("vtkTableToPolyData_SafeDownCast", "D_vtkTableToPolyData_SafeDownCast")); mixin(bindCode("vtkTableToPolyData_NewInstance", "D_vtkTableToPolyData_NewInstance")); mixin(bindCode("vtkTableToPolyData_SetXColumn", "D_vtkTableToPolyData_SetXColumn")); mixin(bindCode("vtkTableToPolyData_GetXColumn", "D_vtkTableToPolyData_GetXColumn")); mixin(bindCode("vtkTableToPolyData_SetXColumnIndex", "D_vtkTableToPolyData_SetXColumnIndex")); mixin(bindCode("vtkTableToPolyData_GetXColumnIndexMinValue", "D_vtkTableToPolyData_GetXColumnIndexMinValue")); mixin(bindCode("vtkTableToPolyData_GetXColumnIndexMaxValue", "D_vtkTableToPolyData_GetXColumnIndexMaxValue")); mixin(bindCode("vtkTableToPolyData_GetXColumnIndex", "D_vtkTableToPolyData_GetXColumnIndex")); mixin(bindCode("vtkTableToPolyData_SetXComponent", "D_vtkTableToPolyData_SetXComponent")); mixin(bindCode("vtkTableToPolyData_GetXComponentMinValue", "D_vtkTableToPolyData_GetXComponentMinValue")); mixin(bindCode("vtkTableToPolyData_GetXComponentMaxValue", "D_vtkTableToPolyData_GetXComponentMaxValue")); mixin(bindCode("vtkTableToPolyData_GetXComponent", "D_vtkTableToPolyData_GetXComponent")); mixin(bindCode("vtkTableToPolyData_SetYColumn", "D_vtkTableToPolyData_SetYColumn")); mixin(bindCode("vtkTableToPolyData_GetYColumn", "D_vtkTableToPolyData_GetYColumn")); mixin(bindCode("vtkTableToPolyData_SetYColumnIndex", "D_vtkTableToPolyData_SetYColumnIndex")); mixin(bindCode("vtkTableToPolyData_GetYColumnIndexMinValue", "D_vtkTableToPolyData_GetYColumnIndexMinValue")); mixin(bindCode("vtkTableToPolyData_GetYColumnIndexMaxValue", "D_vtkTableToPolyData_GetYColumnIndexMaxValue")); mixin(bindCode("vtkTableToPolyData_GetYColumnIndex", "D_vtkTableToPolyData_GetYColumnIndex")); mixin(bindCode("vtkTableToPolyData_SetYComponent", "D_vtkTableToPolyData_SetYComponent")); mixin(bindCode("vtkTableToPolyData_GetYComponentMinValue", "D_vtkTableToPolyData_GetYComponentMinValue")); mixin(bindCode("vtkTableToPolyData_GetYComponentMaxValue", "D_vtkTableToPolyData_GetYComponentMaxValue")); mixin(bindCode("vtkTableToPolyData_GetYComponent", "D_vtkTableToPolyData_GetYComponent")); mixin(bindCode("vtkTableToPolyData_SetZColumn", "D_vtkTableToPolyData_SetZColumn")); mixin(bindCode("vtkTableToPolyData_GetZColumn", "D_vtkTableToPolyData_GetZColumn")); mixin(bindCode("vtkTableToPolyData_SetZColumnIndex", "D_vtkTableToPolyData_SetZColumnIndex")); mixin(bindCode("vtkTableToPolyData_GetZColumnIndexMinValue", "D_vtkTableToPolyData_GetZColumnIndexMinValue")); mixin(bindCode("vtkTableToPolyData_GetZColumnIndexMaxValue", "D_vtkTableToPolyData_GetZColumnIndexMaxValue")); mixin(bindCode("vtkTableToPolyData_GetZColumnIndex", "D_vtkTableToPolyData_GetZColumnIndex")); mixin(bindCode("vtkTableToPolyData_SetZComponent", "D_vtkTableToPolyData_SetZComponent")); mixin(bindCode("vtkTableToPolyData_GetZComponentMinValue", "D_vtkTableToPolyData_GetZComponentMinValue")); mixin(bindCode("vtkTableToPolyData_GetZComponentMaxValue", "D_vtkTableToPolyData_GetZComponentMaxValue")); mixin(bindCode("vtkTableToPolyData_GetZComponent", "D_vtkTableToPolyData_GetZComponent")); mixin(bindCode("vtkTableToPolyData_SetCreate2DPoints", "D_vtkTableToPolyData_SetCreate2DPoints")); mixin(bindCode("vtkTableToPolyData_GetCreate2DPoints", "D_vtkTableToPolyData_GetCreate2DPoints")); mixin(bindCode("vtkTableToPolyData_Create2DPointsOn", "D_vtkTableToPolyData_Create2DPointsOn")); mixin(bindCode("vtkTableToPolyData_Create2DPointsOff", "D_vtkTableToPolyData_Create2DPointsOff")); mixin(bindCode("vtkTableToPolyData_SetPreserveCoordinateColumnsAsDataArrays", "D_vtkTableToPolyData_SetPreserveCoordinateColumnsAsDataArrays")); mixin(bindCode("vtkTableToPolyData_GetPreserveCoordinateColumnsAsDataArrays", "D_vtkTableToPolyData_GetPreserveCoordinateColumnsAsDataArrays")); mixin(bindCode("vtkTableToPolyData_PreserveCoordinateColumnsAsDataArraysOn", "D_vtkTableToPolyData_PreserveCoordinateColumnsAsDataArraysOn")); mixin(bindCode("vtkTableToPolyData_PreserveCoordinateColumnsAsDataArraysOff", "D_vtkTableToPolyData_PreserveCoordinateColumnsAsDataArraysOff")); mixin(bindCode("new_vtkTableToPolyData", "D_new_vtkTableToPolyData")); mixin(bindCode("delete_vtkTableToPolyData", "D_delete_vtkTableToPolyData")); mixin(bindCode("vtkTableToPolyData_Upcast", "D_vtkTableToPolyData_Upcast")); mixin(bindCode("vtkTimeSourceExample_New", "D_vtkTimeSourceExample_New")); mixin(bindCode("vtkTimeSourceExample_IsTypeOf", "D_vtkTimeSourceExample_IsTypeOf")); mixin(bindCode("vtkTimeSourceExample_SafeDownCast", "D_vtkTimeSourceExample_SafeDownCast")); mixin(bindCode("vtkTimeSourceExample_NewInstance", "D_vtkTimeSourceExample_NewInstance")); mixin(bindCode("vtkTimeSourceExample_SetAnalytic", "D_vtkTimeSourceExample_SetAnalytic")); mixin(bindCode("vtkTimeSourceExample_GetAnalyticMinValue", "D_vtkTimeSourceExample_GetAnalyticMinValue")); mixin(bindCode("vtkTimeSourceExample_GetAnalyticMaxValue", "D_vtkTimeSourceExample_GetAnalyticMaxValue")); mixin(bindCode("vtkTimeSourceExample_GetAnalytic", "D_vtkTimeSourceExample_GetAnalytic")); mixin(bindCode("vtkTimeSourceExample_AnalyticOn", "D_vtkTimeSourceExample_AnalyticOn")); mixin(bindCode("vtkTimeSourceExample_AnalyticOff", "D_vtkTimeSourceExample_AnalyticOff")); mixin(bindCode("vtkTimeSourceExample_SetXAmplitude", "D_vtkTimeSourceExample_SetXAmplitude")); mixin(bindCode("vtkTimeSourceExample_GetXAmplitude", "D_vtkTimeSourceExample_GetXAmplitude")); mixin(bindCode("vtkTimeSourceExample_SetYAmplitude", "D_vtkTimeSourceExample_SetYAmplitude")); mixin(bindCode("vtkTimeSourceExample_GetYAmplitude", "D_vtkTimeSourceExample_GetYAmplitude")); mixin(bindCode("vtkTimeSourceExample_SetGrowing", "D_vtkTimeSourceExample_SetGrowing")); mixin(bindCode("vtkTimeSourceExample_GetGrowingMinValue", "D_vtkTimeSourceExample_GetGrowingMinValue")); mixin(bindCode("vtkTimeSourceExample_GetGrowingMaxValue", "D_vtkTimeSourceExample_GetGrowingMaxValue")); mixin(bindCode("vtkTimeSourceExample_GetGrowing", "D_vtkTimeSourceExample_GetGrowing")); mixin(bindCode("vtkTimeSourceExample_GrowingOn", "D_vtkTimeSourceExample_GrowingOn")); mixin(bindCode("vtkTimeSourceExample_GrowingOff", "D_vtkTimeSourceExample_GrowingOff")); mixin(bindCode("vtkTimeSourceExample_Upcast", "D_vtkTimeSourceExample_Upcast")); mixin(bindCode("vtkAMRSliceFilter_New", "D_vtkAMRSliceFilter_New")); mixin(bindCode("vtkAMRSliceFilter_IsTypeOf", "D_vtkAMRSliceFilter_IsTypeOf")); mixin(bindCode("vtkAMRSliceFilter_SafeDownCast", "D_vtkAMRSliceFilter_SafeDownCast")); mixin(bindCode("vtkAMRSliceFilter_NewInstance", "D_vtkAMRSliceFilter_NewInstance")); mixin(bindCode("vtkAMRSliceFilter_SetOffSetFromOrigin", "D_vtkAMRSliceFilter_SetOffSetFromOrigin")); mixin(bindCode("vtkAMRSliceFilter_GetOffSetFromOrigin", "D_vtkAMRSliceFilter_GetOffSetFromOrigin")); mixin(bindCode("vtkAMRSliceFilter_SetForwardUpstream", "D_vtkAMRSliceFilter_SetForwardUpstream")); mixin(bindCode("vtkAMRSliceFilter_GetForwardUpstream", "D_vtkAMRSliceFilter_GetForwardUpstream")); mixin(bindCode("vtkAMRSliceFilter_ForwardUpstreamOn", "D_vtkAMRSliceFilter_ForwardUpstreamOn")); mixin(bindCode("vtkAMRSliceFilter_ForwardUpstreamOff", "D_vtkAMRSliceFilter_ForwardUpstreamOff")); mixin(bindCode("vtkAMRSliceFilter_SetEnablePrefetching", "D_vtkAMRSliceFilter_SetEnablePrefetching")); mixin(bindCode("vtkAMRSliceFilter_GetEnablePrefetching", "D_vtkAMRSliceFilter_GetEnablePrefetching")); mixin(bindCode("vtkAMRSliceFilter_EnablePrefetchingOn", "D_vtkAMRSliceFilter_EnablePrefetchingOn")); mixin(bindCode("vtkAMRSliceFilter_EnablePrefetchingOff", "D_vtkAMRSliceFilter_EnablePrefetchingOff")); mixin(bindCode("vtkAMRSliceFilter_SetMaxResolution", "D_vtkAMRSliceFilter_SetMaxResolution")); mixin(bindCode("vtkAMRSliceFilter_GetMaxResolution", "D_vtkAMRSliceFilter_GetMaxResolution")); mixin(bindCode("vtkAMRSliceFilter_SetNormal", "D_vtkAMRSliceFilter_SetNormal")); mixin(bindCode("vtkAMRSliceFilter_GetNormal", "D_vtkAMRSliceFilter_GetNormal")); mixin(bindCode("vtkAMRSliceFilter_SetController", "D_vtkAMRSliceFilter_SetController")); mixin(bindCode("vtkAMRSliceFilter_GetController", "D_vtkAMRSliceFilter_GetController")); mixin(bindCode("vtkAMRSliceFilter_RequestData", "D_vtkAMRSliceFilter_RequestData")); mixin(bindCode("vtkAMRSliceFilter_FillInputPortInformation", "D_vtkAMRSliceFilter_FillInputPortInformation")); mixin(bindCode("vtkAMRSliceFilter_FillOutputPortInformation", "D_vtkAMRSliceFilter_FillOutputPortInformation")); mixin(bindCode("vtkAMRSliceFilter_RequestInformation", "D_vtkAMRSliceFilter_RequestInformation")); mixin(bindCode("vtkAMRSliceFilter_RequestUpdateExtent", "D_vtkAMRSliceFilter_RequestUpdateExtent")); mixin(bindCode("vtkAMRSliceFilter_Upcast", "D_vtkAMRSliceFilter_Upcast")); mixin(bindCode("vtkCellCentersPointPlacer_New", "D_vtkCellCentersPointPlacer_New")); mixin(bindCode("vtkCellCentersPointPlacer_IsTypeOf", "D_vtkCellCentersPointPlacer_IsTypeOf")); mixin(bindCode("vtkCellCentersPointPlacer_SafeDownCast", "D_vtkCellCentersPointPlacer_SafeDownCast")); mixin(bindCode("vtkCellCentersPointPlacer_NewInstance", "D_vtkCellCentersPointPlacer_NewInstance")); mixin(bindCode("vtkCellCentersPointPlacer_AddProp", "D_vtkCellCentersPointPlacer_AddProp")); mixin(bindCode("vtkCellCentersPointPlacer_RemoveViewProp", "D_vtkCellCentersPointPlacer_RemoveViewProp")); mixin(bindCode("vtkCellCentersPointPlacer_RemoveAllProps", "D_vtkCellCentersPointPlacer_RemoveAllProps")); mixin(bindCode("vtkCellCentersPointPlacer_HasProp", "D_vtkCellCentersPointPlacer_HasProp")); mixin(bindCode("vtkCellCentersPointPlacer_GetNumberOfProps", "D_vtkCellCentersPointPlacer_GetNumberOfProps")); mixin(bindCode("vtkCellCentersPointPlacer_ComputeWorldPosition__SWIG_0", "D_vtkCellCentersPointPlacer_ComputeWorldPosition__SWIG_0")); mixin(bindCode("vtkCellCentersPointPlacer_ComputeWorldPosition__SWIG_1", "D_vtkCellCentersPointPlacer_ComputeWorldPosition__SWIG_1")); mixin(bindCode("vtkCellCentersPointPlacer_ValidateWorldPosition__SWIG_0", "D_vtkCellCentersPointPlacer_ValidateWorldPosition__SWIG_0")); mixin(bindCode("vtkCellCentersPointPlacer_ValidateWorldPosition__SWIG_1", "D_vtkCellCentersPointPlacer_ValidateWorldPosition__SWIG_1")); mixin(bindCode("vtkCellCentersPointPlacer_GetCellPicker", "D_vtkCellCentersPointPlacer_GetCellPicker")); mixin(bindCode("vtkCellCentersPointPlacer_SetMode", "D_vtkCellCentersPointPlacer_SetMode")); mixin(bindCode("vtkCellCentersPointPlacer_GetMode", "D_vtkCellCentersPointPlacer_GetMode")); mixin(bindCode("vtkCellCentersPointPlacer_Upcast", "D_vtkCellCentersPointPlacer_Upcast")); mixin(bindCode("vtkTextureObject_New", "D_vtkTextureObject_New")); mixin(bindCode("vtkTextureObject_IsTypeOf", "D_vtkTextureObject_IsTypeOf")); mixin(bindCode("vtkTextureObject_SafeDownCast", "D_vtkTextureObject_SafeDownCast")); mixin(bindCode("vtkTextureObject_NewInstance", "D_vtkTextureObject_NewInstance")); mixin(bindCode("vtkTextureObject_SetContext", "D_vtkTextureObject_SetContext")); mixin(bindCode("vtkTextureObject_GetContext", "D_vtkTextureObject_GetContext")); mixin(bindCode("vtkTextureObject_GetWidth", "D_vtkTextureObject_GetWidth")); mixin(bindCode("vtkTextureObject_GetHeight", "D_vtkTextureObject_GetHeight")); mixin(bindCode("vtkTextureObject_GetDepth", "D_vtkTextureObject_GetDepth")); mixin(bindCode("vtkTextureObject_GetComponents", "D_vtkTextureObject_GetComponents")); mixin(bindCode("vtkTextureObject_GetNumberOfDimensions", "D_vtkTextureObject_GetNumberOfDimensions")); mixin(bindCode("vtkTextureObject_GetTarget", "D_vtkTextureObject_GetTarget")); mixin(bindCode("vtkTextureObject_GetHandle", "D_vtkTextureObject_GetHandle")); mixin(bindCode("vtkTextureObject_Bind", "D_vtkTextureObject_Bind")); mixin(bindCode("vtkTextureObject_UnBind", "D_vtkTextureObject_UnBind")); mixin(bindCode("vtkTextureObject_IsBound", "D_vtkTextureObject_IsBound")); mixin(bindCode("vtkTextureObject_SendParameters", "D_vtkTextureObject_SendParameters")); mixin(bindCode("vtkTextureObject_Create1D", "D_vtkTextureObject_Create1D")); mixin(bindCode("vtkTextureObject_Create2D__SWIG_0", "D_vtkTextureObject_Create2D__SWIG_0")); mixin(bindCode("vtkTextureObject_CreateDepth", "D_vtkTextureObject_CreateDepth")); mixin(bindCode("vtkTextureObject_CreateDepthFromRaw", "D_vtkTextureObject_CreateDepthFromRaw")); mixin(bindCode("vtkTextureObject_AllocateDepth", "D_vtkTextureObject_AllocateDepth")); mixin(bindCode("vtkTextureObject_Allocate1D", "D_vtkTextureObject_Allocate1D")); mixin(bindCode("vtkTextureObject_Allocate2D", "D_vtkTextureObject_Allocate2D")); mixin(bindCode("vtkTextureObject_Allocate3D", "D_vtkTextureObject_Allocate3D")); mixin(bindCode("vtkTextureObject_Create3D__SWIG_0", "D_vtkTextureObject_Create3D__SWIG_0")); mixin(bindCode("vtkTextureObject_Create2D__SWIG_1", "D_vtkTextureObject_Create2D__SWIG_1")); mixin(bindCode("vtkTextureObject_Create3D__SWIG_1", "D_vtkTextureObject_Create3D__SWIG_1")); mixin(bindCode("vtkTextureObject_Download", "D_vtkTextureObject_Download")); mixin(bindCode("vtkTextureObject_GetDataType", "D_vtkTextureObject_GetDataType")); mixin(bindCode("vtkTextureObject_GetInternalFormat", "D_vtkTextureObject_GetInternalFormat")); mixin(bindCode("vtkTextureObject_GetFormat", "D_vtkTextureObject_GetFormat")); mixin(bindCode("vtkTextureObject_GetWrapS", "D_vtkTextureObject_GetWrapS")); mixin(bindCode("vtkTextureObject_SetWrapS", "D_vtkTextureObject_SetWrapS")); mixin(bindCode("vtkTextureObject_GetWrapT", "D_vtkTextureObject_GetWrapT")); mixin(bindCode("vtkTextureObject_SetWrapT", "D_vtkTextureObject_SetWrapT")); mixin(bindCode("vtkTextureObject_GetWrapR", "D_vtkTextureObject_GetWrapR")); mixin(bindCode("vtkTextureObject_SetWrapR", "D_vtkTextureObject_SetWrapR")); mixin(bindCode("vtkTextureObject_GetMinificationFilter", "D_vtkTextureObject_GetMinificationFilter")); mixin(bindCode("vtkTextureObject_SetMinificationFilter", "D_vtkTextureObject_SetMinificationFilter")); mixin(bindCode("vtkTextureObject_GetLinearMagnification", "D_vtkTextureObject_GetLinearMagnification")); mixin(bindCode("vtkTextureObject_SetLinearMagnification", "D_vtkTextureObject_SetLinearMagnification")); mixin(bindCode("vtkTextureObject_SetBorderColor__SWIG_0", "D_vtkTextureObject_SetBorderColor__SWIG_0")); mixin(bindCode("vtkTextureObject_SetBorderColor__SWIG_1", "D_vtkTextureObject_SetBorderColor__SWIG_1")); mixin(bindCode("vtkTextureObject_GetBorderColor__SWIG_0", "D_vtkTextureObject_GetBorderColor__SWIG_0")); mixin(bindCode("vtkTextureObject_GetBorderColor__SWIG_1", "D_vtkTextureObject_GetBorderColor__SWIG_1")); mixin(bindCode("vtkTextureObject_GetBorderColor__SWIG_2", "D_vtkTextureObject_GetBorderColor__SWIG_2")); mixin(bindCode("vtkTextureObject_SetPriority", "D_vtkTextureObject_SetPriority")); mixin(bindCode("vtkTextureObject_GetPriority", "D_vtkTextureObject_GetPriority")); mixin(bindCode("vtkTextureObject_SetMinLOD", "D_vtkTextureObject_SetMinLOD")); mixin(bindCode("vtkTextureObject_GetMinLOD", "D_vtkTextureObject_GetMinLOD")); mixin(bindCode("vtkTextureObject_SetMaxLOD", "D_vtkTextureObject_SetMaxLOD")); mixin(bindCode("vtkTextureObject_GetMaxLOD", "D_vtkTextureObject_GetMaxLOD")); mixin(bindCode("vtkTextureObject_SetBaseLevel", "D_vtkTextureObject_SetBaseLevel")); mixin(bindCode("vtkTextureObject_GetBaseLevel", "D_vtkTextureObject_GetBaseLevel")); mixin(bindCode("vtkTextureObject_SetMaxLevel", "D_vtkTextureObject_SetMaxLevel")); mixin(bindCode("vtkTextureObject_GetMaxLevel", "D_vtkTextureObject_GetMaxLevel")); mixin(bindCode("vtkTextureObject_GetDepthTextureCompare", "D_vtkTextureObject_GetDepthTextureCompare")); mixin(bindCode("vtkTextureObject_SetDepthTextureCompare", "D_vtkTextureObject_SetDepthTextureCompare")); mixin(bindCode("vtkTextureObject_GetDepthTextureCompareFunction", "D_vtkTextureObject_GetDepthTextureCompareFunction")); mixin(bindCode("vtkTextureObject_SetDepthTextureCompareFunction", "D_vtkTextureObject_SetDepthTextureCompareFunction")); mixin(bindCode("vtkTextureObject_GetDepthTextureMode", "D_vtkTextureObject_GetDepthTextureMode")); mixin(bindCode("vtkTextureObject_SetDepthTextureMode", "D_vtkTextureObject_SetDepthTextureMode")); mixin(bindCode("vtkTextureObject_GetGenerateMipmap", "D_vtkTextureObject_GetGenerateMipmap")); mixin(bindCode("vtkTextureObject_SetGenerateMipmap", "D_vtkTextureObject_SetGenerateMipmap")); mixin(bindCode("vtkTextureObject_IsSupported", "D_vtkTextureObject_IsSupported")); mixin(bindCode("vtkTextureObject_CopyToFrameBuffer", "D_vtkTextureObject_CopyToFrameBuffer")); mixin(bindCode("vtkTextureObject_CopyFromFrameBuffer", "D_vtkTextureObject_CopyFromFrameBuffer")); mixin(bindCode("new_vtkTextureObject", "D_new_vtkTextureObject")); mixin(bindCode("delete_vtkTextureObject", "D_delete_vtkTextureObject")); mixin(bindCode("vtkTextureObject_Upcast", "D_vtkTextureObject_Upcast")); mixin(bindCode("vtkImageAppendComponents_New", "D_vtkImageAppendComponents_New")); mixin(bindCode("vtkImageAppendComponents_IsTypeOf", "D_vtkImageAppendComponents_IsTypeOf")); mixin(bindCode("vtkImageAppendComponents_SafeDownCast", "D_vtkImageAppendComponents_SafeDownCast")); mixin(bindCode("vtkImageAppendComponents_NewInstance", "D_vtkImageAppendComponents_NewInstance")); mixin(bindCode("vtkImageAppendComponents_ReplaceNthInputConnection", "D_vtkImageAppendComponents_ReplaceNthInputConnection")); mixin(bindCode("vtkImageAppendComponents_SetInputData__SWIG_0", "D_vtkImageAppendComponents_SetInputData__SWIG_0")); mixin(bindCode("vtkImageAppendComponents_SetInputData__SWIG_1", "D_vtkImageAppendComponents_SetInputData__SWIG_1")); mixin(bindCode("vtkImageAppendComponents_GetInput__SWIG_0", "D_vtkImageAppendComponents_GetInput__SWIG_0")); mixin(bindCode("vtkImageAppendComponents_GetInput__SWIG_1", "D_vtkImageAppendComponents_GetInput__SWIG_1")); mixin(bindCode("vtkImageAppendComponents_GetNumberOfInputs", "D_vtkImageAppendComponents_GetNumberOfInputs")); mixin(bindCode("vtkImageAppendComponents_Upcast", "D_vtkImageAppendComponents_Upcast")); mixin(bindCode("vtkGLSLShaderDeviceAdapter_IsTypeOf", "D_vtkGLSLShaderDeviceAdapter_IsTypeOf")); mixin(bindCode("vtkGLSLShaderDeviceAdapter_SafeDownCast", "D_vtkGLSLShaderDeviceAdapter_SafeDownCast")); mixin(bindCode("vtkGLSLShaderDeviceAdapter_NewInstance", "D_vtkGLSLShaderDeviceAdapter_NewInstance")); mixin(bindCode("vtkGLSLShaderDeviceAdapter_New", "D_vtkGLSLShaderDeviceAdapter_New")); mixin(bindCode("vtkGLSLShaderDeviceAdapter_SendAttribute__SWIG_0", "D_vtkGLSLShaderDeviceAdapter_SendAttribute__SWIG_0")); mixin(bindCode("vtkGLSLShaderDeviceAdapter_SendAttribute__SWIG_1", "D_vtkGLSLShaderDeviceAdapter_SendAttribute__SWIG_1")); mixin(bindCode("new_vtkGLSLShaderDeviceAdapter", "D_new_vtkGLSLShaderDeviceAdapter")); mixin(bindCode("delete_vtkGLSLShaderDeviceAdapter", "D_delete_vtkGLSLShaderDeviceAdapter")); mixin(bindCode("vtkGLSLShaderDeviceAdapter_Upcast", "D_vtkGLSLShaderDeviceAdapter_Upcast")); mixin(bindCode("vtkLightingHelper_New", "D_vtkLightingHelper_New")); mixin(bindCode("vtkLightingHelper_IsTypeOf", "D_vtkLightingHelper_IsTypeOf")); mixin(bindCode("vtkLightingHelper_SafeDownCast", "D_vtkLightingHelper_SafeDownCast")); mixin(bindCode("vtkLightingHelper_NewInstance", "D_vtkLightingHelper_NewInstance")); mixin(bindCode("vtkLightingHelper_Initialize", "D_vtkLightingHelper_Initialize")); mixin(bindCode("vtkLightingHelper_GetShader", "D_vtkLightingHelper_GetShader")); mixin(bindCode("vtkLightingHelper_PrepareForRendering", "D_vtkLightingHelper_PrepareForRendering")); mixin(bindCode("new_vtkLightingHelper", "D_new_vtkLightingHelper")); mixin(bindCode("delete_vtkLightingHelper", "D_delete_vtkLightingHelper")); mixin(bindCode("vtkLightingHelper_Upcast", "D_vtkLightingHelper_Upcast")); mixin(bindCode("vtkParallelCoordinatesView_IsTypeOf", "D_vtkParallelCoordinatesView_IsTypeOf")); mixin(bindCode("vtkParallelCoordinatesView_SafeDownCast", "D_vtkParallelCoordinatesView_SafeDownCast")); mixin(bindCode("vtkParallelCoordinatesView_NewInstance", "D_vtkParallelCoordinatesView_NewInstance")); mixin(bindCode("vtkParallelCoordinatesView_New", "D_vtkParallelCoordinatesView_New")); mixin(bindCode("vtkParallelCoordinatesView_SetBrushMode", "D_vtkParallelCoordinatesView_SetBrushMode")); mixin(bindCode("vtkParallelCoordinatesView_SetBrushModeToLasso", "D_vtkParallelCoordinatesView_SetBrushModeToLasso")); mixin(bindCode("vtkParallelCoordinatesView_SetBrushModeToAngle", "D_vtkParallelCoordinatesView_SetBrushModeToAngle")); mixin(bindCode("vtkParallelCoordinatesView_SetBrushModeToFunction", "D_vtkParallelCoordinatesView_SetBrushModeToFunction")); mixin(bindCode("vtkParallelCoordinatesView_SetBrushModeToAxisThreshold", "D_vtkParallelCoordinatesView_SetBrushModeToAxisThreshold")); mixin(bindCode("vtkParallelCoordinatesView_GetBrushMode", "D_vtkParallelCoordinatesView_GetBrushMode")); mixin(bindCode("vtkParallelCoordinatesView_SetBrushOperator", "D_vtkParallelCoordinatesView_SetBrushOperator")); mixin(bindCode("vtkParallelCoordinatesView_SetBrushOperatorToAdd", "D_vtkParallelCoordinatesView_SetBrushOperatorToAdd")); mixin(bindCode("vtkParallelCoordinatesView_SetBrushOperatorToSubtract", "D_vtkParallelCoordinatesView_SetBrushOperatorToSubtract")); mixin(bindCode("vtkParallelCoordinatesView_SetBrushOperatorToIntersect", "D_vtkParallelCoordinatesView_SetBrushOperatorToIntersect")); mixin(bindCode("vtkParallelCoordinatesView_SetBrushOperatorToReplace", "D_vtkParallelCoordinatesView_SetBrushOperatorToReplace")); mixin(bindCode("vtkParallelCoordinatesView_GetBrushOperator", "D_vtkParallelCoordinatesView_GetBrushOperator")); mixin(bindCode("vtkParallelCoordinatesView_SetInspectMode", "D_vtkParallelCoordinatesView_SetInspectMode")); mixin(bindCode("vtkParallelCoordinatesView_SetInspectModeToManipulateAxes", "D_vtkParallelCoordinatesView_SetInspectModeToManipulateAxes")); mixin(bindCode("vtkParallelCoordinatesView_SetInpsectModeToSelectData", "D_vtkParallelCoordinatesView_SetInpsectModeToSelectData")); mixin(bindCode("vtkParallelCoordinatesView_GetInspectMode", "D_vtkParallelCoordinatesView_GetInspectMode")); mixin(bindCode("vtkParallelCoordinatesView_SetMaximumNumberOfBrushPoints", "D_vtkParallelCoordinatesView_SetMaximumNumberOfBrushPoints")); mixin(bindCode("vtkParallelCoordinatesView_GetMaximumNumberOfBrushPoints", "D_vtkParallelCoordinatesView_GetMaximumNumberOfBrushPoints")); mixin(bindCode("vtkParallelCoordinatesView_SetCurrentBrushClass", "D_vtkParallelCoordinatesView_SetCurrentBrushClass")); mixin(bindCode("vtkParallelCoordinatesView_GetCurrentBrushClass", "D_vtkParallelCoordinatesView_GetCurrentBrushClass")); mixin(bindCode("vtkParallelCoordinatesView_Upcast", "D_vtkParallelCoordinatesView_Upcast")); mixin(bindCode("vtkImageDataLIC2D_New", "D_vtkImageDataLIC2D_New")); mixin(bindCode("vtkImageDataLIC2D_IsTypeOf", "D_vtkImageDataLIC2D_IsTypeOf")); mixin(bindCode("vtkImageDataLIC2D_SafeDownCast", "D_vtkImageDataLIC2D_SafeDownCast")); mixin(bindCode("vtkImageDataLIC2D_NewInstance", "D_vtkImageDataLIC2D_NewInstance")); mixin(bindCode("vtkImageDataLIC2D_SetContext", "D_vtkImageDataLIC2D_SetContext")); mixin(bindCode("vtkImageDataLIC2D_GetContext", "D_vtkImageDataLIC2D_GetContext")); mixin(bindCode("vtkImageDataLIC2D_SetSteps", "D_vtkImageDataLIC2D_SetSteps")); mixin(bindCode("vtkImageDataLIC2D_GetSteps", "D_vtkImageDataLIC2D_GetSteps")); mixin(bindCode("vtkImageDataLIC2D_SetStepSize", "D_vtkImageDataLIC2D_SetStepSize")); mixin(bindCode("vtkImageDataLIC2D_GetStepSizeMinValue", "D_vtkImageDataLIC2D_GetStepSizeMinValue")); mixin(bindCode("vtkImageDataLIC2D_GetStepSizeMaxValue", "D_vtkImageDataLIC2D_GetStepSizeMaxValue")); mixin(bindCode("vtkImageDataLIC2D_GetStepSize", "D_vtkImageDataLIC2D_GetStepSize")); mixin(bindCode("vtkImageDataLIC2D_SetMagnification", "D_vtkImageDataLIC2D_SetMagnification")); mixin(bindCode("vtkImageDataLIC2D_GetMagnificationMinValue", "D_vtkImageDataLIC2D_GetMagnificationMinValue")); mixin(bindCode("vtkImageDataLIC2D_GetMagnificationMaxValue", "D_vtkImageDataLIC2D_GetMagnificationMaxValue")); mixin(bindCode("vtkImageDataLIC2D_GetMagnification", "D_vtkImageDataLIC2D_GetMagnification")); mixin(bindCode("vtkImageDataLIC2D_GetOpenGLExtensionsSupported", "D_vtkImageDataLIC2D_GetOpenGLExtensionsSupported")); mixin(bindCode("vtkImageDataLIC2D_GetFBOSuccess", "D_vtkImageDataLIC2D_GetFBOSuccess")); mixin(bindCode("vtkImageDataLIC2D_GetLICSuccess", "D_vtkImageDataLIC2D_GetLICSuccess")); mixin(bindCode("vtkImageDataLIC2D_TranslateInputExtent", "D_vtkImageDataLIC2D_TranslateInputExtent")); mixin(bindCode("new_vtkImageDataLIC2D", "D_new_vtkImageDataLIC2D")); mixin(bindCode("delete_vtkImageDataLIC2D", "D_delete_vtkImageDataLIC2D")); mixin(bindCode("vtkImageDataLIC2D_Upcast", "D_vtkImageDataLIC2D_Upcast")); mixin(bindCode("vtkExtractGeometry_IsTypeOf", "D_vtkExtractGeometry_IsTypeOf")); mixin(bindCode("vtkExtractGeometry_SafeDownCast", "D_vtkExtractGeometry_SafeDownCast")); mixin(bindCode("vtkExtractGeometry_NewInstance", "D_vtkExtractGeometry_NewInstance")); mixin(bindCode("vtkExtractGeometry_New", "D_vtkExtractGeometry_New")); mixin(bindCode("vtkExtractGeometry_SetImplicitFunction", "D_vtkExtractGeometry_SetImplicitFunction")); mixin(bindCode("vtkExtractGeometry_GetImplicitFunction", "D_vtkExtractGeometry_GetImplicitFunction")); mixin(bindCode("vtkExtractGeometry_SetExtractInside", "D_vtkExtractGeometry_SetExtractInside")); mixin(bindCode("vtkExtractGeometry_GetExtractInside", "D_vtkExtractGeometry_GetExtractInside")); mixin(bindCode("vtkExtractGeometry_ExtractInsideOn", "D_vtkExtractGeometry_ExtractInsideOn")); mixin(bindCode("vtkExtractGeometry_ExtractInsideOff", "D_vtkExtractGeometry_ExtractInsideOff")); mixin(bindCode("vtkExtractGeometry_SetExtractBoundaryCells", "D_vtkExtractGeometry_SetExtractBoundaryCells")); mixin(bindCode("vtkExtractGeometry_GetExtractBoundaryCells", "D_vtkExtractGeometry_GetExtractBoundaryCells")); mixin(bindCode("vtkExtractGeometry_ExtractBoundaryCellsOn", "D_vtkExtractGeometry_ExtractBoundaryCellsOn")); mixin(bindCode("vtkExtractGeometry_ExtractBoundaryCellsOff", "D_vtkExtractGeometry_ExtractBoundaryCellsOff")); mixin(bindCode("vtkExtractGeometry_SetExtractOnlyBoundaryCells", "D_vtkExtractGeometry_SetExtractOnlyBoundaryCells")); mixin(bindCode("vtkExtractGeometry_GetExtractOnlyBoundaryCells", "D_vtkExtractGeometry_GetExtractOnlyBoundaryCells")); mixin(bindCode("vtkExtractGeometry_ExtractOnlyBoundaryCellsOn", "D_vtkExtractGeometry_ExtractOnlyBoundaryCellsOn")); mixin(bindCode("vtkExtractGeometry_ExtractOnlyBoundaryCellsOff", "D_vtkExtractGeometry_ExtractOnlyBoundaryCellsOff")); mixin(bindCode("vtkExtractGeometry_Upcast", "D_vtkExtractGeometry_Upcast")); mixin(bindCode("vtkRenderedHierarchyRepresentation_New", "D_vtkRenderedHierarchyRepresentation_New")); mixin(bindCode("vtkRenderedHierarchyRepresentation_IsTypeOf", "D_vtkRenderedHierarchyRepresentation_IsTypeOf")); mixin(bindCode("vtkRenderedHierarchyRepresentation_SafeDownCast", "D_vtkRenderedHierarchyRepresentation_SafeDownCast")); mixin(bindCode("vtkRenderedHierarchyRepresentation_NewInstance", "D_vtkRenderedHierarchyRepresentation_NewInstance")); mixin(bindCode("vtkRenderedHierarchyRepresentation_SetGraphEdgeLabelArrayName__SWIG_0", "D_vtkRenderedHierarchyRepresentation_SetGraphEdgeLabelArrayName__SWIG_0")); mixin(bindCode("vtkRenderedHierarchyRepresentation_SetGraphEdgeLabelArrayName__SWIG_1", "D_vtkRenderedHierarchyRepresentation_SetGraphEdgeLabelArrayName__SWIG_1")); mixin(bindCode("vtkRenderedHierarchyRepresentation_GetGraphEdgeLabelArrayName__SWIG_0", "D_vtkRenderedHierarchyRepresentation_GetGraphEdgeLabelArrayName__SWIG_0")); mixin(bindCode("vtkRenderedHierarchyRepresentation_GetGraphEdgeLabelArrayName__SWIG_1", "D_vtkRenderedHierarchyRepresentation_GetGraphEdgeLabelArrayName__SWIG_1")); mixin(bindCode("vtkRenderedHierarchyRepresentation_SetGraphEdgeLabelVisibility__SWIG_0", "D_vtkRenderedHierarchyRepresentation_SetGraphEdgeLabelVisibility__SWIG_0")); mixin(bindCode("vtkRenderedHierarchyRepresentation_SetGraphEdgeLabelVisibility__SWIG_1", "D_vtkRenderedHierarchyRepresentation_SetGraphEdgeLabelVisibility__SWIG_1")); mixin(bindCode("vtkRenderedHierarchyRepresentation_GetGraphEdgeLabelVisibility__SWIG_0", "D_vtkRenderedHierarchyRepresentation_GetGraphEdgeLabelVisibility__SWIG_0")); mixin(bindCode("vtkRenderedHierarchyRepresentation_GetGraphEdgeLabelVisibility__SWIG_1", "D_vtkRenderedHierarchyRepresentation_GetGraphEdgeLabelVisibility__SWIG_1")); mixin(bindCode("vtkRenderedHierarchyRepresentation_GraphEdgeLabelVisibilityOn", "D_vtkRenderedHierarchyRepresentation_GraphEdgeLabelVisibilityOn")); mixin(bindCode("vtkRenderedHierarchyRepresentation_GraphEdgeLabelVisibilityOff", "D_vtkRenderedHierarchyRepresentation_GraphEdgeLabelVisibilityOff")); mixin(bindCode("vtkRenderedHierarchyRepresentation_SetGraphEdgeColorArrayName__SWIG_0", "D_vtkRenderedHierarchyRepresentation_SetGraphEdgeColorArrayName__SWIG_0")); mixin(bindCode("vtkRenderedHierarchyRepresentation_SetGraphEdgeColorArrayName__SWIG_1", "D_vtkRenderedHierarchyRepresentation_SetGraphEdgeColorArrayName__SWIG_1")); mixin(bindCode("vtkRenderedHierarchyRepresentation_GetGraphEdgeColorArrayName__SWIG_0", "D_vtkRenderedHierarchyRepresentation_GetGraphEdgeColorArrayName__SWIG_0")); mixin(bindCode("vtkRenderedHierarchyRepresentation_GetGraphEdgeColorArrayName__SWIG_1", "D_vtkRenderedHierarchyRepresentation_GetGraphEdgeColorArrayName__SWIG_1")); mixin(bindCode("vtkRenderedHierarchyRepresentation_SetColorGraphEdgesByArray__SWIG_0", "D_vtkRenderedHierarchyRepresentation_SetColorGraphEdgesByArray__SWIG_0")); mixin(bindCode("vtkRenderedHierarchyRepresentation_SetColorGraphEdgesByArray__SWIG_1", "D_vtkRenderedHierarchyRepresentation_SetColorGraphEdgesByArray__SWIG_1")); mixin(bindCode("vtkRenderedHierarchyRepresentation_GetColorGraphEdgesByArray__SWIG_0", "D_vtkRenderedHierarchyRepresentation_GetColorGraphEdgesByArray__SWIG_0")); mixin(bindCode("vtkRenderedHierarchyRepresentation_GetColorGraphEdgesByArray__SWIG_1", "D_vtkRenderedHierarchyRepresentation_GetColorGraphEdgesByArray__SWIG_1")); mixin(bindCode("vtkRenderedHierarchyRepresentation_ColorGraphEdgesByArrayOn", "D_vtkRenderedHierarchyRepresentation_ColorGraphEdgesByArrayOn")); mixin(bindCode("vtkRenderedHierarchyRepresentation_ColorGraphEdgesByArrayOff", "D_vtkRenderedHierarchyRepresentation_ColorGraphEdgesByArrayOff")); mixin(bindCode("vtkRenderedHierarchyRepresentation_SetGraphEdgeColorToSplineFraction__SWIG_0", "D_vtkRenderedHierarchyRepresentation_SetGraphEdgeColorToSplineFraction__SWIG_0")); mixin(bindCode("vtkRenderedHierarchyRepresentation_SetGraphEdgeColorToSplineFraction__SWIG_1", "D_vtkRenderedHierarchyRepresentation_SetGraphEdgeColorToSplineFraction__SWIG_1")); mixin(bindCode("vtkRenderedHierarchyRepresentation_SetGraphVisibility__SWIG_0", "D_vtkRenderedHierarchyRepresentation_SetGraphVisibility__SWIG_0")); mixin(bindCode("vtkRenderedHierarchyRepresentation_SetGraphVisibility__SWIG_1", "D_vtkRenderedHierarchyRepresentation_SetGraphVisibility__SWIG_1")); mixin(bindCode("vtkRenderedHierarchyRepresentation_GetGraphVisibility__SWIG_0", "D_vtkRenderedHierarchyRepresentation_GetGraphVisibility__SWIG_0")); mixin(bindCode("vtkRenderedHierarchyRepresentation_GetGraphVisibility__SWIG_1", "D_vtkRenderedHierarchyRepresentation_GetGraphVisibility__SWIG_1")); mixin(bindCode("vtkRenderedHierarchyRepresentation_GraphVisibilityOn", "D_vtkRenderedHierarchyRepresentation_GraphVisibilityOn")); mixin(bindCode("vtkRenderedHierarchyRepresentation_GraphVisibilityOff", "D_vtkRenderedHierarchyRepresentation_GraphVisibilityOff")); mixin(bindCode("vtkRenderedHierarchyRepresentation_SetBundlingStrength__SWIG_0", "D_vtkRenderedHierarchyRepresentation_SetBundlingStrength__SWIG_0")); mixin(bindCode("vtkRenderedHierarchyRepresentation_SetBundlingStrength__SWIG_1", "D_vtkRenderedHierarchyRepresentation_SetBundlingStrength__SWIG_1")); mixin(bindCode("vtkRenderedHierarchyRepresentation_GetBundlingStrength__SWIG_0", "D_vtkRenderedHierarchyRepresentation_GetBundlingStrength__SWIG_0")); mixin(bindCode("vtkRenderedHierarchyRepresentation_GetBundlingStrength__SWIG_1", "D_vtkRenderedHierarchyRepresentation_GetBundlingStrength__SWIG_1")); mixin(bindCode("vtkRenderedHierarchyRepresentation_SetGraphSplineType", "D_vtkRenderedHierarchyRepresentation_SetGraphSplineType")); mixin(bindCode("vtkRenderedHierarchyRepresentation_GetGraphSplineType", "D_vtkRenderedHierarchyRepresentation_GetGraphSplineType")); mixin(bindCode("vtkRenderedHierarchyRepresentation_SetGraphEdgeLabelFontSize__SWIG_0", "D_vtkRenderedHierarchyRepresentation_SetGraphEdgeLabelFontSize__SWIG_0")); mixin(bindCode("vtkRenderedHierarchyRepresentation_SetGraphEdgeLabelFontSize__SWIG_1", "D_vtkRenderedHierarchyRepresentation_SetGraphEdgeLabelFontSize__SWIG_1")); mixin(bindCode("vtkRenderedHierarchyRepresentation_GetGraphEdgeLabelFontSize__SWIG_0", "D_vtkRenderedHierarchyRepresentation_GetGraphEdgeLabelFontSize__SWIG_0")); mixin(bindCode("vtkRenderedHierarchyRepresentation_GetGraphEdgeLabelFontSize__SWIG_1", "D_vtkRenderedHierarchyRepresentation_GetGraphEdgeLabelFontSize__SWIG_1")); mixin(bindCode("vtkRenderedHierarchyRepresentation_Upcast", "D_vtkRenderedHierarchyRepresentation_Upcast")); mixin(bindCode("vtkAbstractPolygonalHandleRepresentation3D_IsTypeOf", "D_vtkAbstractPolygonalHandleRepresentation3D_IsTypeOf")); mixin(bindCode("vtkAbstractPolygonalHandleRepresentation3D_SafeDownCast", "D_vtkAbstractPolygonalHandleRepresentation3D_SafeDownCast")); mixin(bindCode("vtkAbstractPolygonalHandleRepresentation3D_NewInstance", "D_vtkAbstractPolygonalHandleRepresentation3D_NewInstance")); mixin(bindCode("vtkAbstractPolygonalHandleRepresentation3D_SetHandle", "D_vtkAbstractPolygonalHandleRepresentation3D_SetHandle")); mixin(bindCode("vtkAbstractPolygonalHandleRepresentation3D_GetHandle", "D_vtkAbstractPolygonalHandleRepresentation3D_GetHandle")); mixin(bindCode("vtkAbstractPolygonalHandleRepresentation3D_SetProperty", "D_vtkAbstractPolygonalHandleRepresentation3D_SetProperty")); mixin(bindCode("vtkAbstractPolygonalHandleRepresentation3D_SetSelectedProperty", "D_vtkAbstractPolygonalHandleRepresentation3D_SetSelectedProperty")); mixin(bindCode("vtkAbstractPolygonalHandleRepresentation3D_GetProperty", "D_vtkAbstractPolygonalHandleRepresentation3D_GetProperty")); mixin(bindCode("vtkAbstractPolygonalHandleRepresentation3D_GetSelectedProperty", "D_vtkAbstractPolygonalHandleRepresentation3D_GetSelectedProperty")); mixin(bindCode("vtkAbstractPolygonalHandleRepresentation3D_GetTransform", "D_vtkAbstractPolygonalHandleRepresentation3D_GetTransform")); mixin(bindCode("vtkAbstractPolygonalHandleRepresentation3D_ComputeInteractionState__SWIG_0", "D_vtkAbstractPolygonalHandleRepresentation3D_ComputeInteractionState__SWIG_0")); mixin(bindCode("vtkAbstractPolygonalHandleRepresentation3D_ComputeInteractionState__SWIG_1", "D_vtkAbstractPolygonalHandleRepresentation3D_ComputeInteractionState__SWIG_1")); mixin(bindCode("vtkAbstractPolygonalHandleRepresentation3D_SetLabelVisibility", "D_vtkAbstractPolygonalHandleRepresentation3D_SetLabelVisibility")); mixin(bindCode("vtkAbstractPolygonalHandleRepresentation3D_GetLabelVisibility", "D_vtkAbstractPolygonalHandleRepresentation3D_GetLabelVisibility")); mixin(bindCode("vtkAbstractPolygonalHandleRepresentation3D_LabelVisibilityOn", "D_vtkAbstractPolygonalHandleRepresentation3D_LabelVisibilityOn")); mixin(bindCode("vtkAbstractPolygonalHandleRepresentation3D_LabelVisibilityOff", "D_vtkAbstractPolygonalHandleRepresentation3D_LabelVisibilityOff")); mixin(bindCode("vtkAbstractPolygonalHandleRepresentation3D_SetLabelText", "D_vtkAbstractPolygonalHandleRepresentation3D_SetLabelText")); mixin(bindCode("vtkAbstractPolygonalHandleRepresentation3D_GetLabelText", "D_vtkAbstractPolygonalHandleRepresentation3D_GetLabelText")); mixin(bindCode("vtkAbstractPolygonalHandleRepresentation3D_SetLabelTextScale__SWIG_0", "D_vtkAbstractPolygonalHandleRepresentation3D_SetLabelTextScale__SWIG_0")); mixin(bindCode("vtkAbstractPolygonalHandleRepresentation3D_SetLabelTextScale__SWIG_1", "D_vtkAbstractPolygonalHandleRepresentation3D_SetLabelTextScale__SWIG_1")); mixin(bindCode("vtkAbstractPolygonalHandleRepresentation3D_GetLabelTextScale", "D_vtkAbstractPolygonalHandleRepresentation3D_GetLabelTextScale")); mixin(bindCode("vtkAbstractPolygonalHandleRepresentation3D_GetLabelTextActor", "D_vtkAbstractPolygonalHandleRepresentation3D_GetLabelTextActor")); mixin(bindCode("vtkAbstractPolygonalHandleRepresentation3D_SetUniformScale", "D_vtkAbstractPolygonalHandleRepresentation3D_SetUniformScale")); mixin(bindCode("vtkAbstractPolygonalHandleRepresentation3D_SetHandleVisibility", "D_vtkAbstractPolygonalHandleRepresentation3D_SetHandleVisibility")); mixin(bindCode("vtkAbstractPolygonalHandleRepresentation3D_GetHandleVisibility", "D_vtkAbstractPolygonalHandleRepresentation3D_GetHandleVisibility")); mixin(bindCode("vtkAbstractPolygonalHandleRepresentation3D_HandleVisibilityOn", "D_vtkAbstractPolygonalHandleRepresentation3D_HandleVisibilityOn")); mixin(bindCode("vtkAbstractPolygonalHandleRepresentation3D_HandleVisibilityOff", "D_vtkAbstractPolygonalHandleRepresentation3D_HandleVisibilityOff")); mixin(bindCode("vtkAbstractPolygonalHandleRepresentation3D_SetSmoothMotion", "D_vtkAbstractPolygonalHandleRepresentation3D_SetSmoothMotion")); mixin(bindCode("vtkAbstractPolygonalHandleRepresentation3D_GetSmoothMotion", "D_vtkAbstractPolygonalHandleRepresentation3D_GetSmoothMotion")); mixin(bindCode("vtkAbstractPolygonalHandleRepresentation3D_SmoothMotionOn", "D_vtkAbstractPolygonalHandleRepresentation3D_SmoothMotionOn")); mixin(bindCode("vtkAbstractPolygonalHandleRepresentation3D_SmoothMotionOff", "D_vtkAbstractPolygonalHandleRepresentation3D_SmoothMotionOff")); mixin(bindCode("vtkAbstractPolygonalHandleRepresentation3D_Upcast", "D_vtkAbstractPolygonalHandleRepresentation3D_Upcast")); mixin(bindCode("vtkPolygonalHandleRepresentation3D_New", "D_vtkPolygonalHandleRepresentation3D_New")); mixin(bindCode("vtkPolygonalHandleRepresentation3D_IsTypeOf", "D_vtkPolygonalHandleRepresentation3D_IsTypeOf")); mixin(bindCode("vtkPolygonalHandleRepresentation3D_SafeDownCast", "D_vtkPolygonalHandleRepresentation3D_SafeDownCast")); mixin(bindCode("vtkPolygonalHandleRepresentation3D_NewInstance", "D_vtkPolygonalHandleRepresentation3D_NewInstance")); mixin(bindCode("vtkPolygonalHandleRepresentation3D_SetOffset__SWIG_0", "D_vtkPolygonalHandleRepresentation3D_SetOffset__SWIG_0")); mixin(bindCode("vtkPolygonalHandleRepresentation3D_SetOffset__SWIG_1", "D_vtkPolygonalHandleRepresentation3D_SetOffset__SWIG_1")); mixin(bindCode("vtkPolygonalHandleRepresentation3D_GetOffset__SWIG_0", "D_vtkPolygonalHandleRepresentation3D_GetOffset__SWIG_0")); mixin(bindCode("vtkPolygonalHandleRepresentation3D_GetOffset__SWIG_1", "D_vtkPolygonalHandleRepresentation3D_GetOffset__SWIG_1")); mixin(bindCode("vtkPolygonalHandleRepresentation3D_GetOffset__SWIG_2", "D_vtkPolygonalHandleRepresentation3D_GetOffset__SWIG_2")); mixin(bindCode("vtkPolygonalHandleRepresentation3D_Upcast", "D_vtkPolygonalHandleRepresentation3D_Upcast")); mixin(bindCode("vtkFixedSizeHandleRepresentation3D_New", "D_vtkFixedSizeHandleRepresentation3D_New")); mixin(bindCode("vtkFixedSizeHandleRepresentation3D_IsTypeOf", "D_vtkFixedSizeHandleRepresentation3D_IsTypeOf")); mixin(bindCode("vtkFixedSizeHandleRepresentation3D_SafeDownCast", "D_vtkFixedSizeHandleRepresentation3D_SafeDownCast")); mixin(bindCode("vtkFixedSizeHandleRepresentation3D_NewInstance", "D_vtkFixedSizeHandleRepresentation3D_NewInstance")); mixin(bindCode("vtkFixedSizeHandleRepresentation3D_GetSphereSource", "D_vtkFixedSizeHandleRepresentation3D_GetSphereSource")); mixin(bindCode("vtkFixedSizeHandleRepresentation3D_SetHandleSizeInPixels", "D_vtkFixedSizeHandleRepresentation3D_SetHandleSizeInPixels")); mixin(bindCode("vtkFixedSizeHandleRepresentation3D_GetHandleSizeInPixels", "D_vtkFixedSizeHandleRepresentation3D_GetHandleSizeInPixels")); mixin(bindCode("vtkFixedSizeHandleRepresentation3D_SetHandleSizeToleranceInPixels", "D_vtkFixedSizeHandleRepresentation3D_SetHandleSizeToleranceInPixels")); mixin(bindCode("vtkFixedSizeHandleRepresentation3D_GetHandleSizeToleranceInPixels", "D_vtkFixedSizeHandleRepresentation3D_GetHandleSizeToleranceInPixels")); mixin(bindCode("vtkFixedSizeHandleRepresentation3D_Upcast", "D_vtkFixedSizeHandleRepresentation3D_Upcast")); mixin(bindCode("VTK_MAXIMUM_NUMBER_OF_RADIAL_AXES_get", "D_VTK_MAXIMUM_NUMBER_OF_RADIAL_AXES_get")); mixin(bindCode("VTK_DEFAULT_NUMBER_OF_RADIAL_AXES_get", "D_VTK_DEFAULT_NUMBER_OF_RADIAL_AXES_get")); mixin(bindCode("VTK_MAXIMUM_NUMBER_OF_POLAR_AXIS_TICKS_get", "D_VTK_MAXIMUM_NUMBER_OF_POLAR_AXIS_TICKS_get")); mixin(bindCode("VTK_POLAR_ARC_RESOLUTION_PER_DEG_get", "D_VTK_POLAR_ARC_RESOLUTION_PER_DEG_get")); mixin(bindCode("vtkPolarAxesActor_IsTypeOf", "D_vtkPolarAxesActor_IsTypeOf")); mixin(bindCode("vtkPolarAxesActor_SafeDownCast", "D_vtkPolarAxesActor_SafeDownCast")); mixin(bindCode("vtkPolarAxesActor_NewInstance", "D_vtkPolarAxesActor_NewInstance")); mixin(bindCode("vtkPolarAxesActor_New", "D_vtkPolarAxesActor_New")); mixin(bindCode("vtkPolarAxesActor_SetPole__SWIG_0", "D_vtkPolarAxesActor_SetPole__SWIG_0")); mixin(bindCode("vtkPolarAxesActor_SetPole__SWIG_1", "D_vtkPolarAxesActor_SetPole__SWIG_1")); mixin(bindCode("vtkPolarAxesActor_GetPole__SWIG_0", "D_vtkPolarAxesActor_GetPole__SWIG_0")); mixin(bindCode("vtkPolarAxesActor_GetPole__SWIG_1", "D_vtkPolarAxesActor_GetPole__SWIG_1")); mixin(bindCode("vtkPolarAxesActor_GetPole__SWIG_2", "D_vtkPolarAxesActor_GetPole__SWIG_2")); mixin(bindCode("vtkPolarAxesActor_SetNumberOfRadialAxes", "D_vtkPolarAxesActor_SetNumberOfRadialAxes")); mixin(bindCode("vtkPolarAxesActor_GetNumberOfRadialAxes", "D_vtkPolarAxesActor_GetNumberOfRadialAxes")); mixin(bindCode("vtkPolarAxesActor_SetNumberOfPolarAxisTicks", "D_vtkPolarAxesActor_SetNumberOfPolarAxisTicks")); mixin(bindCode("vtkPolarAxesActor_GetNumberOfPolarAxisTicksMinValue", "D_vtkPolarAxesActor_GetNumberOfPolarAxisTicksMinValue")); mixin(bindCode("vtkPolarAxesActor_GetNumberOfPolarAxisTicksMaxValue", "D_vtkPolarAxesActor_GetNumberOfPolarAxisTicksMaxValue")); mixin(bindCode("vtkPolarAxesActor_GetNumberOfPolarAxisTicks", "D_vtkPolarAxesActor_GetNumberOfPolarAxisTicks")); mixin(bindCode("vtkPolarAxesActor_SetAutoSubdividePolarAxis", "D_vtkPolarAxesActor_SetAutoSubdividePolarAxis")); mixin(bindCode("vtkPolarAxesActor_GetAutoSubdividePolarAxis", "D_vtkPolarAxesActor_GetAutoSubdividePolarAxis")); mixin(bindCode("vtkPolarAxesActor_AutoSubdividePolarAxisOn", "D_vtkPolarAxesActor_AutoSubdividePolarAxisOn")); mixin(bindCode("vtkPolarAxesActor_AutoSubdividePolarAxisOff", "D_vtkPolarAxesActor_AutoSubdividePolarAxisOff")); mixin(bindCode("vtkPolarAxesActor_SetMaximumRadius", "D_vtkPolarAxesActor_SetMaximumRadius")); mixin(bindCode("vtkPolarAxesActor_GetMaximumRadius", "D_vtkPolarAxesActor_GetMaximumRadius")); mixin(bindCode("vtkPolarAxesActor_SetAutoScaleRadius", "D_vtkPolarAxesActor_SetAutoScaleRadius")); mixin(bindCode("vtkPolarAxesActor_GetAutoScaleRadius", "D_vtkPolarAxesActor_GetAutoScaleRadius")); mixin(bindCode("vtkPolarAxesActor_SetMinimumAngle", "D_vtkPolarAxesActor_SetMinimumAngle")); mixin(bindCode("vtkPolarAxesActor_GetMinimumAngle", "D_vtkPolarAxesActor_GetMinimumAngle")); mixin(bindCode("vtkPolarAxesActor_SetMaximumAngle", "D_vtkPolarAxesActor_SetMaximumAngle")); mixin(bindCode("vtkPolarAxesActor_GetMaximumAngle", "D_vtkPolarAxesActor_GetMaximumAngle")); mixin(bindCode("vtkPolarAxesActor_SetSmallestVisiblePolarAngle", "D_vtkPolarAxesActor_SetSmallestVisiblePolarAngle")); mixin(bindCode("vtkPolarAxesActor_GetSmallestVisiblePolarAngleMinValue", "D_vtkPolarAxesActor_GetSmallestVisiblePolarAngleMinValue")); mixin(bindCode("vtkPolarAxesActor_GetSmallestVisiblePolarAngleMaxValue", "D_vtkPolarAxesActor_GetSmallestVisiblePolarAngleMaxValue")); mixin(bindCode("vtkPolarAxesActor_GetSmallestVisiblePolarAngle", "D_vtkPolarAxesActor_GetSmallestVisiblePolarAngle")); mixin(bindCode("vtkPolarAxesActor_SetRadialUnits", "D_vtkPolarAxesActor_SetRadialUnits")); mixin(bindCode("vtkPolarAxesActor_GetRadialUnits", "D_vtkPolarAxesActor_GetRadialUnits")); mixin(bindCode("vtkPolarAxesActor_SetScreenSize", "D_vtkPolarAxesActor_SetScreenSize")); mixin(bindCode("vtkPolarAxesActor_GetScreenSize", "D_vtkPolarAxesActor_GetScreenSize")); mixin(bindCode("vtkPolarAxesActor_SetCamera", "D_vtkPolarAxesActor_SetCamera")); mixin(bindCode("vtkPolarAxesActor_GetCamera", "D_vtkPolarAxesActor_GetCamera")); mixin(bindCode("vtkPolarAxesActor_SetPolarAxisTitle", "D_vtkPolarAxesActor_SetPolarAxisTitle")); mixin(bindCode("vtkPolarAxesActor_GetPolarAxisTitle", "D_vtkPolarAxesActor_GetPolarAxisTitle")); mixin(bindCode("vtkPolarAxesActor_SetPolarLabelFormat", "D_vtkPolarAxesActor_SetPolarLabelFormat")); mixin(bindCode("vtkPolarAxesActor_GetPolarLabelFormat", "D_vtkPolarAxesActor_GetPolarLabelFormat")); mixin(bindCode("vtkPolarAxesActor_ReleaseGraphicsResources", "D_vtkPolarAxesActor_ReleaseGraphicsResources")); mixin(bindCode("vtkPolarAxesActor_SetEnableDistanceLOD", "D_vtkPolarAxesActor_SetEnableDistanceLOD")); mixin(bindCode("vtkPolarAxesActor_GetEnableDistanceLOD", "D_vtkPolarAxesActor_GetEnableDistanceLOD")); mixin(bindCode("vtkPolarAxesActor_SetDistanceLODThreshold", "D_vtkPolarAxesActor_SetDistanceLODThreshold")); mixin(bindCode("vtkPolarAxesActor_GetDistanceLODThresholdMinValue", "D_vtkPolarAxesActor_GetDistanceLODThresholdMinValue")); mixin(bindCode("vtkPolarAxesActor_GetDistanceLODThresholdMaxValue", "D_vtkPolarAxesActor_GetDistanceLODThresholdMaxValue")); mixin(bindCode("vtkPolarAxesActor_GetDistanceLODThreshold", "D_vtkPolarAxesActor_GetDistanceLODThreshold")); mixin(bindCode("vtkPolarAxesActor_SetEnableViewAngleLOD", "D_vtkPolarAxesActor_SetEnableViewAngleLOD")); mixin(bindCode("vtkPolarAxesActor_GetEnableViewAngleLOD", "D_vtkPolarAxesActor_GetEnableViewAngleLOD")); mixin(bindCode("vtkPolarAxesActor_SetViewAngleLODThreshold", "D_vtkPolarAxesActor_SetViewAngleLODThreshold")); mixin(bindCode("vtkPolarAxesActor_GetViewAngleLODThresholdMinValue", "D_vtkPolarAxesActor_GetViewAngleLODThresholdMinValue")); mixin(bindCode("vtkPolarAxesActor_GetViewAngleLODThresholdMaxValue", "D_vtkPolarAxesActor_GetViewAngleLODThresholdMaxValue")); mixin(bindCode("vtkPolarAxesActor_GetViewAngleLODThreshold", "D_vtkPolarAxesActor_GetViewAngleLODThreshold")); mixin(bindCode("vtkPolarAxesActor_SetPolarAxisVisibility", "D_vtkPolarAxesActor_SetPolarAxisVisibility")); mixin(bindCode("vtkPolarAxesActor_GetPolarAxisVisibility", "D_vtkPolarAxesActor_GetPolarAxisVisibility")); mixin(bindCode("vtkPolarAxesActor_PolarAxisVisibilityOn", "D_vtkPolarAxesActor_PolarAxisVisibilityOn")); mixin(bindCode("vtkPolarAxesActor_PolarAxisVisibilityOff", "D_vtkPolarAxesActor_PolarAxisVisibilityOff")); mixin(bindCode("vtkPolarAxesActor_SetPolarTitleVisibility", "D_vtkPolarAxesActor_SetPolarTitleVisibility")); mixin(bindCode("vtkPolarAxesActor_GetPolarTitleVisibility", "D_vtkPolarAxesActor_GetPolarTitleVisibility")); mixin(bindCode("vtkPolarAxesActor_PolarTitleVisibilityOn", "D_vtkPolarAxesActor_PolarTitleVisibilityOn")); mixin(bindCode("vtkPolarAxesActor_PolarTitleVisibilityOff", "D_vtkPolarAxesActor_PolarTitleVisibilityOff")); mixin(bindCode("vtkPolarAxesActor_SetPolarLabelVisibility", "D_vtkPolarAxesActor_SetPolarLabelVisibility")); mixin(bindCode("vtkPolarAxesActor_GetPolarLabelVisibility", "D_vtkPolarAxesActor_GetPolarLabelVisibility")); mixin(bindCode("vtkPolarAxesActor_PolarLabelVisibilityOn", "D_vtkPolarAxesActor_PolarLabelVisibilityOn")); mixin(bindCode("vtkPolarAxesActor_PolarLabelVisibilityOff", "D_vtkPolarAxesActor_PolarLabelVisibilityOff")); mixin(bindCode("vtkPolarAxesActor_SetPolarTickVisibility", "D_vtkPolarAxesActor_SetPolarTickVisibility")); mixin(bindCode("vtkPolarAxesActor_GetPolarTickVisibility", "D_vtkPolarAxesActor_GetPolarTickVisibility")); mixin(bindCode("vtkPolarAxesActor_PolarTickVisibilityOn", "D_vtkPolarAxesActor_PolarTickVisibilityOn")); mixin(bindCode("vtkPolarAxesActor_PolarTickVisibilityOff", "D_vtkPolarAxesActor_PolarTickVisibilityOff")); mixin(bindCode("vtkPolarAxesActor_SetRadialAxesVisibility", "D_vtkPolarAxesActor_SetRadialAxesVisibility")); mixin(bindCode("vtkPolarAxesActor_GetRadialAxesVisibility", "D_vtkPolarAxesActor_GetRadialAxesVisibility")); mixin(bindCode("vtkPolarAxesActor_RadialAxesVisibilityOn", "D_vtkPolarAxesActor_RadialAxesVisibilityOn")); mixin(bindCode("vtkPolarAxesActor_RadialAxesVisibilityOff", "D_vtkPolarAxesActor_RadialAxesVisibilityOff")); mixin(bindCode("vtkPolarAxesActor_SetRadialTitleVisibility", "D_vtkPolarAxesActor_SetRadialTitleVisibility")); mixin(bindCode("vtkPolarAxesActor_GetRadialTitleVisibility", "D_vtkPolarAxesActor_GetRadialTitleVisibility")); mixin(bindCode("vtkPolarAxesActor_RadialTitleVisibilityOn", "D_vtkPolarAxesActor_RadialTitleVisibilityOn")); mixin(bindCode("vtkPolarAxesActor_RadialTitleVisibilityOff", "D_vtkPolarAxesActor_RadialTitleVisibilityOff")); mixin(bindCode("vtkPolarAxesActor_SetPolarArcsVisibility", "D_vtkPolarAxesActor_SetPolarArcsVisibility")); mixin(bindCode("vtkPolarAxesActor_GetPolarArcsVisibility", "D_vtkPolarAxesActor_GetPolarArcsVisibility")); mixin(bindCode("vtkPolarAxesActor_PolarArcsVisibilityOn", "D_vtkPolarAxesActor_PolarArcsVisibilityOn")); mixin(bindCode("vtkPolarAxesActor_PolarArcsVisibilityOff", "D_vtkPolarAxesActor_PolarArcsVisibilityOff")); mixin(bindCode("vtkPolarAxesActor_SetPolarAxisTitleTextProperty", "D_vtkPolarAxesActor_SetPolarAxisTitleTextProperty")); mixin(bindCode("vtkPolarAxesActor_GetPolarAxisTitleTextProperty", "D_vtkPolarAxesActor_GetPolarAxisTitleTextProperty")); mixin(bindCode("vtkPolarAxesActor_SetPolarAxisLabelTextProperty", "D_vtkPolarAxesActor_SetPolarAxisLabelTextProperty")); mixin(bindCode("vtkPolarAxesActor_GetPolarAxisLabelTextProperty", "D_vtkPolarAxesActor_GetPolarAxisLabelTextProperty")); mixin(bindCode("vtkPolarAxesActor_SetPolarAxisProperty", "D_vtkPolarAxesActor_SetPolarAxisProperty")); mixin(bindCode("vtkPolarAxesActor_GetPolarAxisProperty", "D_vtkPolarAxesActor_GetPolarAxisProperty")); mixin(bindCode("vtkPolarAxesActor_SetRadialAxesProperty", "D_vtkPolarAxesActor_SetRadialAxesProperty")); mixin(bindCode("vtkPolarAxesActor_GetRadialAxesProperty", "D_vtkPolarAxesActor_GetRadialAxesProperty")); mixin(bindCode("vtkPolarAxesActor_SetPolarArcsProperty", "D_vtkPolarAxesActor_SetPolarArcsProperty")); mixin(bindCode("vtkPolarAxesActor_GetPolarArcsProperty", "D_vtkPolarAxesActor_GetPolarArcsProperty")); mixin(bindCode("vtkPolarAxesActor_SetBounds__SWIG_0", "D_vtkPolarAxesActor_SetBounds__SWIG_0")); mixin(bindCode("vtkPolarAxesActor_SetBounds__SWIG_1", "D_vtkPolarAxesActor_SetBounds__SWIG_1")); mixin(bindCode("vtkPolarAxesActor_GetBounds__SWIG_0", "D_vtkPolarAxesActor_GetBounds__SWIG_0")); mixin(bindCode("vtkPolarAxesActor_GetBounds__SWIG_1", "D_vtkPolarAxesActor_GetBounds__SWIG_1")); mixin(bindCode("vtkPolarAxesActor_GetBounds__SWIG_2", "D_vtkPolarAxesActor_GetBounds__SWIG_2")); mixin(bindCode("vtkPolarAxesActor_Upcast", "D_vtkPolarAxesActor_Upcast")); mixin(bindCode("vtkAMRFlashParticlesReader_New", "D_vtkAMRFlashParticlesReader_New")); mixin(bindCode("vtkAMRFlashParticlesReader_IsTypeOf", "D_vtkAMRFlashParticlesReader_IsTypeOf")); mixin(bindCode("vtkAMRFlashParticlesReader_SafeDownCast", "D_vtkAMRFlashParticlesReader_SafeDownCast")); mixin(bindCode("vtkAMRFlashParticlesReader_NewInstance", "D_vtkAMRFlashParticlesReader_NewInstance")); mixin(bindCode("vtkAMRFlashParticlesReader_Upcast", "D_vtkAMRFlashParticlesReader_Upcast")); mixin(bindCode("vtkBase64Utilities_New", "D_vtkBase64Utilities_New")); mixin(bindCode("vtkBase64Utilities_IsTypeOf", "D_vtkBase64Utilities_IsTypeOf")); mixin(bindCode("vtkBase64Utilities_SafeDownCast", "D_vtkBase64Utilities_SafeDownCast")); mixin(bindCode("vtkBase64Utilities_NewInstance", "D_vtkBase64Utilities_NewInstance")); mixin(bindCode("vtkBase64Utilities_EncodeTriplet", "D_vtkBase64Utilities_EncodeTriplet")); mixin(bindCode("vtkBase64Utilities_EncodePair", "D_vtkBase64Utilities_EncodePair")); mixin(bindCode("vtkBase64Utilities_EncodeSingle", "D_vtkBase64Utilities_EncodeSingle")); mixin(bindCode("vtkBase64Utilities_Encode__SWIG_0", "D_vtkBase64Utilities_Encode__SWIG_0")); mixin(bindCode("vtkBase64Utilities_Encode__SWIG_1", "D_vtkBase64Utilities_Encode__SWIG_1")); mixin(bindCode("vtkBase64Utilities_DecodeTriplet", "D_vtkBase64Utilities_DecodeTriplet")); mixin(bindCode("vtkBase64Utilities_Decode__SWIG_0", "D_vtkBase64Utilities_Decode__SWIG_0")); mixin(bindCode("vtkBase64Utilities_Decode__SWIG_1", "D_vtkBase64Utilities_Decode__SWIG_1")); mixin(bindCode("vtkBase64Utilities_Upcast", "D_vtkBase64Utilities_Upcast")); mixin(bindCode("vtkClustering2DLayoutStrategy_New", "D_vtkClustering2DLayoutStrategy_New")); mixin(bindCode("vtkClustering2DLayoutStrategy_IsTypeOf", "D_vtkClustering2DLayoutStrategy_IsTypeOf")); mixin(bindCode("vtkClustering2DLayoutStrategy_SafeDownCast", "D_vtkClustering2DLayoutStrategy_SafeDownCast")); mixin(bindCode("vtkClustering2DLayoutStrategy_NewInstance", "D_vtkClustering2DLayoutStrategy_NewInstance")); mixin(bindCode("vtkClustering2DLayoutStrategy_SetRandomSeed", "D_vtkClustering2DLayoutStrategy_SetRandomSeed")); mixin(bindCode("vtkClustering2DLayoutStrategy_GetRandomSeedMinValue", "D_vtkClustering2DLayoutStrategy_GetRandomSeedMinValue")); mixin(bindCode("vtkClustering2DLayoutStrategy_GetRandomSeedMaxValue", "D_vtkClustering2DLayoutStrategy_GetRandomSeedMaxValue")); mixin(bindCode("vtkClustering2DLayoutStrategy_GetRandomSeed", "D_vtkClustering2DLayoutStrategy_GetRandomSeed")); mixin(bindCode("vtkClustering2DLayoutStrategy_SetMaxNumberOfIterations", "D_vtkClustering2DLayoutStrategy_SetMaxNumberOfIterations")); mixin(bindCode("vtkClustering2DLayoutStrategy_GetMaxNumberOfIterationsMinValue", "D_vtkClustering2DLayoutStrategy_GetMaxNumberOfIterationsMinValue")); mixin(bindCode("vtkClustering2DLayoutStrategy_GetMaxNumberOfIterationsMaxValue", "D_vtkClustering2DLayoutStrategy_GetMaxNumberOfIterationsMaxValue")); mixin(bindCode("vtkClustering2DLayoutStrategy_GetMaxNumberOfIterations", "D_vtkClustering2DLayoutStrategy_GetMaxNumberOfIterations")); mixin(bindCode("vtkClustering2DLayoutStrategy_SetIterationsPerLayout", "D_vtkClustering2DLayoutStrategy_SetIterationsPerLayout")); mixin(bindCode("vtkClustering2DLayoutStrategy_GetIterationsPerLayoutMinValue", "D_vtkClustering2DLayoutStrategy_GetIterationsPerLayoutMinValue")); mixin(bindCode("vtkClustering2DLayoutStrategy_GetIterationsPerLayoutMaxValue", "D_vtkClustering2DLayoutStrategy_GetIterationsPerLayoutMaxValue")); mixin(bindCode("vtkClustering2DLayoutStrategy_GetIterationsPerLayout", "D_vtkClustering2DLayoutStrategy_GetIterationsPerLayout")); mixin(bindCode("vtkClustering2DLayoutStrategy_SetInitialTemperature", "D_vtkClustering2DLayoutStrategy_SetInitialTemperature")); mixin(bindCode("vtkClustering2DLayoutStrategy_GetInitialTemperatureMinValue", "D_vtkClustering2DLayoutStrategy_GetInitialTemperatureMinValue")); mixin(bindCode("vtkClustering2DLayoutStrategy_GetInitialTemperatureMaxValue", "D_vtkClustering2DLayoutStrategy_GetInitialTemperatureMaxValue")); mixin(bindCode("vtkClustering2DLayoutStrategy_GetInitialTemperature", "D_vtkClustering2DLayoutStrategy_GetInitialTemperature")); mixin(bindCode("vtkClustering2DLayoutStrategy_SetCoolDownRate", "D_vtkClustering2DLayoutStrategy_SetCoolDownRate")); mixin(bindCode("vtkClustering2DLayoutStrategy_GetCoolDownRateMinValue", "D_vtkClustering2DLayoutStrategy_GetCoolDownRateMinValue")); mixin(bindCode("vtkClustering2DLayoutStrategy_GetCoolDownRateMaxValue", "D_vtkClustering2DLayoutStrategy_GetCoolDownRateMaxValue")); mixin(bindCode("vtkClustering2DLayoutStrategy_GetCoolDownRate", "D_vtkClustering2DLayoutStrategy_GetCoolDownRate")); mixin(bindCode("vtkClustering2DLayoutStrategy_SetRestDistance", "D_vtkClustering2DLayoutStrategy_SetRestDistance")); mixin(bindCode("vtkClustering2DLayoutStrategy_GetRestDistance", "D_vtkClustering2DLayoutStrategy_GetRestDistance")); mixin(bindCode("vtkClustering2DLayoutStrategy_Upcast", "D_vtkClustering2DLayoutStrategy_Upcast")); mixin(bindCode("vtkConeLayoutStrategy_New", "D_vtkConeLayoutStrategy_New")); mixin(bindCode("vtkConeLayoutStrategy_IsTypeOf", "D_vtkConeLayoutStrategy_IsTypeOf")); mixin(bindCode("vtkConeLayoutStrategy_SafeDownCast", "D_vtkConeLayoutStrategy_SafeDownCast")); mixin(bindCode("vtkConeLayoutStrategy_NewInstance", "D_vtkConeLayoutStrategy_NewInstance")); mixin(bindCode("vtkConeLayoutStrategy_SetCompactness", "D_vtkConeLayoutStrategy_SetCompactness")); mixin(bindCode("vtkConeLayoutStrategy_GetCompactness", "D_vtkConeLayoutStrategy_GetCompactness")); mixin(bindCode("vtkConeLayoutStrategy_SetCompression", "D_vtkConeLayoutStrategy_SetCompression")); mixin(bindCode("vtkConeLayoutStrategy_GetCompression", "D_vtkConeLayoutStrategy_GetCompression")); mixin(bindCode("vtkConeLayoutStrategy_CompressionOn", "D_vtkConeLayoutStrategy_CompressionOn")); mixin(bindCode("vtkConeLayoutStrategy_CompressionOff", "D_vtkConeLayoutStrategy_CompressionOff")); mixin(bindCode("vtkConeLayoutStrategy_SetSpacing", "D_vtkConeLayoutStrategy_SetSpacing")); mixin(bindCode("vtkConeLayoutStrategy_GetSpacing", "D_vtkConeLayoutStrategy_GetSpacing")); mixin(bindCode("vtkConeLayoutStrategy_Upcast", "D_vtkConeLayoutStrategy_Upcast")); mixin(bindCode("vtkLinearSelector_IsTypeOf", "D_vtkLinearSelector_IsTypeOf")); mixin(bindCode("vtkLinearSelector_SafeDownCast", "D_vtkLinearSelector_SafeDownCast")); mixin(bindCode("vtkLinearSelector_NewInstance", "D_vtkLinearSelector_NewInstance")); mixin(bindCode("vtkLinearSelector_New", "D_vtkLinearSelector_New")); mixin(bindCode("vtkLinearSelector_SetStartPoint__SWIG_0", "D_vtkLinearSelector_SetStartPoint__SWIG_0")); mixin(bindCode("vtkLinearSelector_SetStartPoint__SWIG_1", "D_vtkLinearSelector_SetStartPoint__SWIG_1")); mixin(bindCode("vtkLinearSelector_GetStartPoint__SWIG_0", "D_vtkLinearSelector_GetStartPoint__SWIG_0")); mixin(bindCode("vtkLinearSelector_GetStartPoint__SWIG_1", "D_vtkLinearSelector_GetStartPoint__SWIG_1")); mixin(bindCode("vtkLinearSelector_SetEndPoint__SWIG_0", "D_vtkLinearSelector_SetEndPoint__SWIG_0")); mixin(bindCode("vtkLinearSelector_SetEndPoint__SWIG_1", "D_vtkLinearSelector_SetEndPoint__SWIG_1")); mixin(bindCode("vtkLinearSelector_GetEndPoint__SWIG_0", "D_vtkLinearSelector_GetEndPoint__SWIG_0")); mixin(bindCode("vtkLinearSelector_GetEndPoint__SWIG_1", "D_vtkLinearSelector_GetEndPoint__SWIG_1")); mixin(bindCode("vtkLinearSelector_SetPoints", "D_vtkLinearSelector_SetPoints")); mixin(bindCode("vtkLinearSelector_GetPoints", "D_vtkLinearSelector_GetPoints")); mixin(bindCode("vtkLinearSelector_SetTolerance", "D_vtkLinearSelector_SetTolerance")); mixin(bindCode("vtkLinearSelector_GetTolerance", "D_vtkLinearSelector_GetTolerance")); mixin(bindCode("vtkLinearSelector_SetIncludeVertices", "D_vtkLinearSelector_SetIncludeVertices")); mixin(bindCode("vtkLinearSelector_GetIncludeVertices", "D_vtkLinearSelector_GetIncludeVertices")); mixin(bindCode("vtkLinearSelector_IncludeVerticesOn", "D_vtkLinearSelector_IncludeVerticesOn")); mixin(bindCode("vtkLinearSelector_IncludeVerticesOff", "D_vtkLinearSelector_IncludeVerticesOff")); mixin(bindCode("vtkLinearSelector_SetVertexEliminationTolerance", "D_vtkLinearSelector_SetVertexEliminationTolerance")); mixin(bindCode("vtkLinearSelector_GetVertexEliminationToleranceMinValue", "D_vtkLinearSelector_GetVertexEliminationToleranceMinValue")); mixin(bindCode("vtkLinearSelector_GetVertexEliminationToleranceMaxValue", "D_vtkLinearSelector_GetVertexEliminationToleranceMaxValue")); mixin(bindCode("vtkLinearSelector_GetVertexEliminationTolerance", "D_vtkLinearSelector_GetVertexEliminationTolerance")); mixin(bindCode("vtkLinearSelector_Upcast", "D_vtkLinearSelector_Upcast")); mixin(bindCode("vtkTypeFloat32Array_New", "D_vtkTypeFloat32Array_New")); mixin(bindCode("vtkTypeFloat32Array_IsTypeOf", "D_vtkTypeFloat32Array_IsTypeOf")); mixin(bindCode("vtkTypeFloat32Array_SafeDownCast", "D_vtkTypeFloat32Array_SafeDownCast")); mixin(bindCode("vtkTypeFloat32Array_NewInstance", "D_vtkTypeFloat32Array_NewInstance")); mixin(bindCode("vtkTypeFloat32Array_Upcast", "D_vtkTypeFloat32Array_Upcast")); mixin(bindCode("vtkImageDataToUniformGrid_New", "D_vtkImageDataToUniformGrid_New")); mixin(bindCode("vtkImageDataToUniformGrid_IsTypeOf", "D_vtkImageDataToUniformGrid_IsTypeOf")); mixin(bindCode("vtkImageDataToUniformGrid_SafeDownCast", "D_vtkImageDataToUniformGrid_SafeDownCast")); mixin(bindCode("vtkImageDataToUniformGrid_NewInstance", "D_vtkImageDataToUniformGrid_NewInstance")); mixin(bindCode("vtkImageDataToUniformGrid_SetReverse", "D_vtkImageDataToUniformGrid_SetReverse")); mixin(bindCode("vtkImageDataToUniformGrid_GetReverseMinValue", "D_vtkImageDataToUniformGrid_GetReverseMinValue")); mixin(bindCode("vtkImageDataToUniformGrid_GetReverseMaxValue", "D_vtkImageDataToUniformGrid_GetReverseMaxValue")); mixin(bindCode("vtkImageDataToUniformGrid_GetReverse", "D_vtkImageDataToUniformGrid_GetReverse")); mixin(bindCode("vtkImageDataToUniformGrid_ReverseOn", "D_vtkImageDataToUniformGrid_ReverseOn")); mixin(bindCode("vtkImageDataToUniformGrid_ReverseOff", "D_vtkImageDataToUniformGrid_ReverseOff")); mixin(bindCode("vtkImageDataToUniformGrid_Upcast", "D_vtkImageDataToUniformGrid_Upcast")); mixin(bindCode("vtkFixedPointVolumeRayCastCompositeHelper_New", "D_vtkFixedPointVolumeRayCastCompositeHelper_New")); mixin(bindCode("vtkFixedPointVolumeRayCastCompositeHelper_IsTypeOf", "D_vtkFixedPointVolumeRayCastCompositeHelper_IsTypeOf")); mixin(bindCode("vtkFixedPointVolumeRayCastCompositeHelper_SafeDownCast", "D_vtkFixedPointVolumeRayCastCompositeHelper_SafeDownCast")); mixin(bindCode("vtkFixedPointVolumeRayCastCompositeHelper_NewInstance", "D_vtkFixedPointVolumeRayCastCompositeHelper_NewInstance")); mixin(bindCode("vtkFixedPointVolumeRayCastCompositeHelper_Upcast", "D_vtkFixedPointVolumeRayCastCompositeHelper_Upcast")); mixin(bindCode("vtkExecutionScheduler_New", "D_vtkExecutionScheduler_New")); mixin(bindCode("vtkExecutionScheduler_IsTypeOf", "D_vtkExecutionScheduler_IsTypeOf")); mixin(bindCode("vtkExecutionScheduler_SafeDownCast", "D_vtkExecutionScheduler_SafeDownCast")); mixin(bindCode("vtkExecutionScheduler_NewInstance", "D_vtkExecutionScheduler_NewInstance")); mixin(bindCode("vtkExecutionScheduler_GetGlobalScheduler", "D_vtkExecutionScheduler_GetGlobalScheduler")); mixin(bindCode("vtkExecutionScheduler_TASK_PRIORITY", "D_vtkExecutionScheduler_TASK_PRIORITY")); mixin(bindCode("vtkExecutionScheduler_Schedule", "D_vtkExecutionScheduler_Schedule")); mixin(bindCode("vtkExecutionScheduler_SchedulePropagate", "D_vtkExecutionScheduler_SchedulePropagate")); mixin(bindCode("vtkExecutionScheduler_WaitUntilDone", "D_vtkExecutionScheduler_WaitUntilDone")); mixin(bindCode("vtkExecutionScheduler_WaitUntilReleased", "D_vtkExecutionScheduler_WaitUntilReleased")); mixin(bindCode("vtkExecutionScheduler_WaitUntilAllDone", "D_vtkExecutionScheduler_WaitUntilAllDone")); mixin(bindCode("vtkExecutionScheduler_WaitForTaskDone", "D_vtkExecutionScheduler_WaitForTaskDone")); mixin(bindCode("vtkExecutionScheduler_WaitForInputsReleased", "D_vtkExecutionScheduler_WaitForInputsReleased")); mixin(bindCode("vtkExecutionScheduler_GetTaskDoneMessager", "D_vtkExecutionScheduler_GetTaskDoneMessager")); mixin(bindCode("vtkExecutionScheduler_GetInputsReleasedMessager", "D_vtkExecutionScheduler_GetInputsReleasedMessager")); mixin(bindCode("vtkExecutionScheduler_GetInputsReleasedLock", "D_vtkExecutionScheduler_GetInputsReleasedLock")); mixin(bindCode("vtkExecutionScheduler_ReleaseResources", "D_vtkExecutionScheduler_ReleaseResources")); mixin(bindCode("vtkExecutionScheduler_ReacquireResources", "D_vtkExecutionScheduler_ReacquireResources")); mixin(bindCode("vtkExecutionScheduler_RescheduleNetwork", "D_vtkExecutionScheduler_RescheduleNetwork")); mixin(bindCode("vtkExecutionScheduler_RescheduleFrom", "D_vtkExecutionScheduler_RescheduleFrom")); mixin(bindCode("vtkExecutionScheduler_Upcast", "D_vtkExecutionScheduler_Upcast")); mixin(bindCode("vtkEnSight6Reader_New", "D_vtkEnSight6Reader_New")); mixin(bindCode("vtkEnSight6Reader_IsTypeOf", "D_vtkEnSight6Reader_IsTypeOf")); mixin(bindCode("vtkEnSight6Reader_SafeDownCast", "D_vtkEnSight6Reader_SafeDownCast")); mixin(bindCode("vtkEnSight6Reader_NewInstance", "D_vtkEnSight6Reader_NewInstance")); mixin(bindCode("vtkEnSight6Reader_Upcast", "D_vtkEnSight6Reader_Upcast")); mixin(bindCode("vtkXMLPRectilinearGridReader_IsTypeOf", "D_vtkXMLPRectilinearGridReader_IsTypeOf")); mixin(bindCode("vtkXMLPRectilinearGridReader_SafeDownCast", "D_vtkXMLPRectilinearGridReader_SafeDownCast")); mixin(bindCode("vtkXMLPRectilinearGridReader_NewInstance", "D_vtkXMLPRectilinearGridReader_NewInstance")); mixin(bindCode("vtkXMLPRectilinearGridReader_New", "D_vtkXMLPRectilinearGridReader_New")); mixin(bindCode("vtkXMLPRectilinearGridReader_GetOutput__SWIG_0", "D_vtkXMLPRectilinearGridReader_GetOutput__SWIG_0")); mixin(bindCode("vtkXMLPRectilinearGridReader_GetOutput__SWIG_1", "D_vtkXMLPRectilinearGridReader_GetOutput__SWIG_1")); mixin(bindCode("vtkXMLPRectilinearGridReader_Upcast", "D_vtkXMLPRectilinearGridReader_Upcast")); mixin(bindCode("vtkProgrammableDataObjectSource_New", "D_vtkProgrammableDataObjectSource_New")); mixin(bindCode("vtkProgrammableDataObjectSource_IsTypeOf", "D_vtkProgrammableDataObjectSource_IsTypeOf")); mixin(bindCode("vtkProgrammableDataObjectSource_SafeDownCast", "D_vtkProgrammableDataObjectSource_SafeDownCast")); mixin(bindCode("vtkProgrammableDataObjectSource_NewInstance", "D_vtkProgrammableDataObjectSource_NewInstance")); mixin(bindCode("vtkProgrammableDataObjectSource_SetExecuteMethod", "D_vtkProgrammableDataObjectSource_SetExecuteMethod")); mixin(bindCode("vtkProgrammableDataObjectSource_SetExecuteMethodArgDelete", "D_vtkProgrammableDataObjectSource_SetExecuteMethodArgDelete")); mixin(bindCode("vtkProgrammableDataObjectSource_Upcast", "D_vtkProgrammableDataObjectSource_Upcast")); mixin(bindCode("vtkRenderedTreeAreaRepresentation_New", "D_vtkRenderedTreeAreaRepresentation_New")); mixin(bindCode("vtkRenderedTreeAreaRepresentation_IsTypeOf", "D_vtkRenderedTreeAreaRepresentation_IsTypeOf")); mixin(bindCode("vtkRenderedTreeAreaRepresentation_SafeDownCast", "D_vtkRenderedTreeAreaRepresentation_SafeDownCast")); mixin(bindCode("vtkRenderedTreeAreaRepresentation_NewInstance", "D_vtkRenderedTreeAreaRepresentation_NewInstance")); mixin(bindCode("vtkRenderedTreeAreaRepresentation_SetAreaLabelArrayName", "D_vtkRenderedTreeAreaRepresentation_SetAreaLabelArrayName")); mixin(bindCode("vtkRenderedTreeAreaRepresentation_GetAreaLabelArrayName", "D_vtkRenderedTreeAreaRepresentation_GetAreaLabelArrayName")); mixin(bindCode("vtkRenderedTreeAreaRepresentation_SetAreaSizeArrayName", "D_vtkRenderedTreeAreaRepresentation_SetAreaSizeArrayName")); mixin(bindCode("vtkRenderedTreeAreaRepresentation_GetAreaSizeArrayName", "D_vtkRenderedTreeAreaRepresentation_GetAreaSizeArrayName")); mixin(bindCode("vtkRenderedTreeAreaRepresentation_SetAreaLabelPriorityArrayName", "D_vtkRenderedTreeAreaRepresentation_SetAreaLabelPriorityArrayName")); mixin(bindCode("vtkRenderedTreeAreaRepresentation_GetAreaLabelPriorityArrayName", "D_vtkRenderedTreeAreaRepresentation_GetAreaLabelPriorityArrayName")); mixin(bindCode("vtkRenderedTreeAreaRepresentation_SetGraphEdgeLabelArrayName__SWIG_0", "D_vtkRenderedTreeAreaRepresentation_SetGraphEdgeLabelArrayName__SWIG_0")); mixin(bindCode("vtkRenderedTreeAreaRepresentation_SetGraphEdgeLabelArrayName__SWIG_1", "D_vtkRenderedTreeAreaRepresentation_SetGraphEdgeLabelArrayName__SWIG_1")); mixin(bindCode("vtkRenderedTreeAreaRepresentation_GetGraphEdgeLabelArrayName__SWIG_0", "D_vtkRenderedTreeAreaRepresentation_GetGraphEdgeLabelArrayName__SWIG_0")); mixin(bindCode("vtkRenderedTreeAreaRepresentation_GetGraphEdgeLabelArrayName__SWIG_1", "D_vtkRenderedTreeAreaRepresentation_GetGraphEdgeLabelArrayName__SWIG_1")); mixin(bindCode("vtkRenderedTreeAreaRepresentation_SetGraphEdgeLabelTextProperty__SWIG_0", "D_vtkRenderedTreeAreaRepresentation_SetGraphEdgeLabelTextProperty__SWIG_0")); mixin(bindCode("vtkRenderedTreeAreaRepresentation_SetGraphEdgeLabelTextProperty__SWIG_1", "D_vtkRenderedTreeAreaRepresentation_SetGraphEdgeLabelTextProperty__SWIG_1")); mixin(bindCode("vtkRenderedTreeAreaRepresentation_GetGraphEdgeLabelTextProperty__SWIG_0", "D_vtkRenderedTreeAreaRepresentation_GetGraphEdgeLabelTextProperty__SWIG_0")); mixin(bindCode("vtkRenderedTreeAreaRepresentation_GetGraphEdgeLabelTextProperty__SWIG_1", "D_vtkRenderedTreeAreaRepresentation_GetGraphEdgeLabelTextProperty__SWIG_1")); mixin(bindCode("vtkRenderedTreeAreaRepresentation_SetAreaHoverArrayName", "D_vtkRenderedTreeAreaRepresentation_SetAreaHoverArrayName")); mixin(bindCode("vtkRenderedTreeAreaRepresentation_GetAreaHoverArrayName", "D_vtkRenderedTreeAreaRepresentation_GetAreaHoverArrayName")); mixin(bindCode("vtkRenderedTreeAreaRepresentation_SetAreaLabelVisibility", "D_vtkRenderedTreeAreaRepresentation_SetAreaLabelVisibility")); mixin(bindCode("vtkRenderedTreeAreaRepresentation_GetAreaLabelVisibility", "D_vtkRenderedTreeAreaRepresentation_GetAreaLabelVisibility")); mixin(bindCode("vtkRenderedTreeAreaRepresentation_AreaLabelVisibilityOn", "D_vtkRenderedTreeAreaRepresentation_AreaLabelVisibilityOn")); mixin(bindCode("vtkRenderedTreeAreaRepresentation_AreaLabelVisibilityOff", "D_vtkRenderedTreeAreaRepresentation_AreaLabelVisibilityOff")); mixin(bindCode("vtkRenderedTreeAreaRepresentation_SetAreaLabelTextProperty", "D_vtkRenderedTreeAreaRepresentation_SetAreaLabelTextProperty")); mixin(bindCode("vtkRenderedTreeAreaRepresentation_GetAreaLabelTextProperty", "D_vtkRenderedTreeAreaRepresentation_GetAreaLabelTextProperty")); mixin(bindCode("vtkRenderedTreeAreaRepresentation_SetGraphEdgeLabelVisibility__SWIG_0", "D_vtkRenderedTreeAreaRepresentation_SetGraphEdgeLabelVisibility__SWIG_0")); mixin(bindCode("vtkRenderedTreeAreaRepresentation_SetGraphEdgeLabelVisibility__SWIG_1", "D_vtkRenderedTreeAreaRepresentation_SetGraphEdgeLabelVisibility__SWIG_1")); mixin(bindCode("vtkRenderedTreeAreaRepresentation_GetGraphEdgeLabelVisibility__SWIG_0", "D_vtkRenderedTreeAreaRepresentation_GetGraphEdgeLabelVisibility__SWIG_0")); mixin(bindCode("vtkRenderedTreeAreaRepresentation_GetGraphEdgeLabelVisibility__SWIG_1", "D_vtkRenderedTreeAreaRepresentation_GetGraphEdgeLabelVisibility__SWIG_1")); mixin(bindCode("vtkRenderedTreeAreaRepresentation_GraphEdgeLabelVisibilityOn", "D_vtkRenderedTreeAreaRepresentation_GraphEdgeLabelVisibilityOn")); mixin(bindCode("vtkRenderedTreeAreaRepresentation_GraphEdgeLabelVisibilityOff", "D_vtkRenderedTreeAreaRepresentation_GraphEdgeLabelVisibilityOff")); mixin(bindCode("vtkRenderedTreeAreaRepresentation_SetAreaColorArrayName", "D_vtkRenderedTreeAreaRepresentation_SetAreaColorArrayName")); mixin(bindCode("vtkRenderedTreeAreaRepresentation_GetAreaColorArrayName", "D_vtkRenderedTreeAreaRepresentation_GetAreaColorArrayName")); mixin(bindCode("vtkRenderedTreeAreaRepresentation_SetColorAreasByArray", "D_vtkRenderedTreeAreaRepresentation_SetColorAreasByArray")); mixin(bindCode("vtkRenderedTreeAreaRepresentation_GetColorAreasByArray", "D_vtkRenderedTreeAreaRepresentation_GetColorAreasByArray")); mixin(bindCode("vtkRenderedTreeAreaRepresentation_ColorAreasByArrayOn", "D_vtkRenderedTreeAreaRepresentation_ColorAreasByArrayOn")); mixin(bindCode("vtkRenderedTreeAreaRepresentation_ColorAreasByArrayOff", "D_vtkRenderedTreeAreaRepresentation_ColorAreasByArrayOff")); mixin(bindCode("vtkRenderedTreeAreaRepresentation_SetGraphEdgeColorArrayName__SWIG_0", "D_vtkRenderedTreeAreaRepresentation_SetGraphEdgeColorArrayName__SWIG_0")); mixin(bindCode("vtkRenderedTreeAreaRepresentation_SetGraphEdgeColorArrayName__SWIG_1", "D_vtkRenderedTreeAreaRepresentation_SetGraphEdgeColorArrayName__SWIG_1")); mixin(bindCode("vtkRenderedTreeAreaRepresentation_GetGraphEdgeColorArrayName__SWIG_0", "D_vtkRenderedTreeAreaRepresentation_GetGraphEdgeColorArrayName__SWIG_0")); mixin(bindCode("vtkRenderedTreeAreaRepresentation_GetGraphEdgeColorArrayName__SWIG_1", "D_vtkRenderedTreeAreaRepresentation_GetGraphEdgeColorArrayName__SWIG_1")); mixin(bindCode("vtkRenderedTreeAreaRepresentation_SetGraphEdgeColorToSplineFraction__SWIG_0", "D_vtkRenderedTreeAreaRepresentation_SetGraphEdgeColorToSplineFraction__SWIG_0")); mixin(bindCode("vtkRenderedTreeAreaRepresentation_SetGraphEdgeColorToSplineFraction__SWIG_1", "D_vtkRenderedTreeAreaRepresentation_SetGraphEdgeColorToSplineFraction__SWIG_1")); mixin(bindCode("vtkRenderedTreeAreaRepresentation_SetColorGraphEdgesByArray__SWIG_0", "D_vtkRenderedTreeAreaRepresentation_SetColorGraphEdgesByArray__SWIG_0")); mixin(bindCode("vtkRenderedTreeAreaRepresentation_SetColorGraphEdgesByArray__SWIG_1", "D_vtkRenderedTreeAreaRepresentation_SetColorGraphEdgesByArray__SWIG_1")); mixin(bindCode("vtkRenderedTreeAreaRepresentation_GetColorGraphEdgesByArray__SWIG_0", "D_vtkRenderedTreeAreaRepresentation_GetColorGraphEdgesByArray__SWIG_0")); mixin(bindCode("vtkRenderedTreeAreaRepresentation_GetColorGraphEdgesByArray__SWIG_1", "D_vtkRenderedTreeAreaRepresentation_GetColorGraphEdgesByArray__SWIG_1")); mixin(bindCode("vtkRenderedTreeAreaRepresentation_ColorGraphEdgesByArrayOn", "D_vtkRenderedTreeAreaRepresentation_ColorGraphEdgesByArrayOn")); mixin(bindCode("vtkRenderedTreeAreaRepresentation_ColorGraphEdgesByArrayOff", "D_vtkRenderedTreeAreaRepresentation_ColorGraphEdgesByArrayOff")); mixin(bindCode("vtkRenderedTreeAreaRepresentation_SetGraphHoverArrayName__SWIG_0", "D_vtkRenderedTreeAreaRepresentation_SetGraphHoverArrayName__SWIG_0")); mixin(bindCode("vtkRenderedTreeAreaRepresentation_SetGraphHoverArrayName__SWIG_1", "D_vtkRenderedTreeAreaRepresentation_SetGraphHoverArrayName__SWIG_1")); mixin(bindCode("vtkRenderedTreeAreaRepresentation_GetGraphHoverArrayName__SWIG_0", "D_vtkRenderedTreeAreaRepresentation_GetGraphHoverArrayName__SWIG_0")); mixin(bindCode("vtkRenderedTreeAreaRepresentation_GetGraphHoverArrayName__SWIG_1", "D_vtkRenderedTreeAreaRepresentation_GetGraphHoverArrayName__SWIG_1")); mixin(bindCode("vtkRenderedTreeAreaRepresentation_SetShrinkPercentage", "D_vtkRenderedTreeAreaRepresentation_SetShrinkPercentage")); mixin(bindCode("vtkRenderedTreeAreaRepresentation_GetShrinkPercentage", "D_vtkRenderedTreeAreaRepresentation_GetShrinkPercentage")); mixin(bindCode("vtkRenderedTreeAreaRepresentation_SetGraphBundlingStrength__SWIG_0", "D_vtkRenderedTreeAreaRepresentation_SetGraphBundlingStrength__SWIG_0")); mixin(bindCode("vtkRenderedTreeAreaRepresentation_SetGraphBundlingStrength__SWIG_1", "D_vtkRenderedTreeAreaRepresentation_SetGraphBundlingStrength__SWIG_1")); mixin(bindCode("vtkRenderedTreeAreaRepresentation_GetGraphBundlingStrength__SWIG_0", "D_vtkRenderedTreeAreaRepresentation_GetGraphBundlingStrength__SWIG_0")); mixin(bindCode("vtkRenderedTreeAreaRepresentation_GetGraphBundlingStrength__SWIG_1", "D_vtkRenderedTreeAreaRepresentation_GetGraphBundlingStrength__SWIG_1")); mixin(bindCode("vtkRenderedTreeAreaRepresentation_SetGraphSplineType", "D_vtkRenderedTreeAreaRepresentation_SetGraphSplineType")); mixin(bindCode("vtkRenderedTreeAreaRepresentation_GetGraphSplineType", "D_vtkRenderedTreeAreaRepresentation_GetGraphSplineType")); mixin(bindCode("vtkRenderedTreeAreaRepresentation_SetAreaLayoutStrategy", "D_vtkRenderedTreeAreaRepresentation_SetAreaLayoutStrategy")); mixin(bindCode("vtkRenderedTreeAreaRepresentation_GetAreaLayoutStrategy", "D_vtkRenderedTreeAreaRepresentation_GetAreaLayoutStrategy")); mixin(bindCode("vtkRenderedTreeAreaRepresentation_SetAreaToPolyData", "D_vtkRenderedTreeAreaRepresentation_SetAreaToPolyData")); mixin(bindCode("vtkRenderedTreeAreaRepresentation_GetAreaToPolyData", "D_vtkRenderedTreeAreaRepresentation_GetAreaToPolyData")); mixin(bindCode("vtkRenderedTreeAreaRepresentation_SetUseRectangularCoordinates", "D_vtkRenderedTreeAreaRepresentation_SetUseRectangularCoordinates")); mixin(bindCode("vtkRenderedTreeAreaRepresentation_GetUseRectangularCoordinates", "D_vtkRenderedTreeAreaRepresentation_GetUseRectangularCoordinates")); mixin(bindCode("vtkRenderedTreeAreaRepresentation_UseRectangularCoordinatesOn", "D_vtkRenderedTreeAreaRepresentation_UseRectangularCoordinatesOn")); mixin(bindCode("vtkRenderedTreeAreaRepresentation_UseRectangularCoordinatesOff", "D_vtkRenderedTreeAreaRepresentation_UseRectangularCoordinatesOff")); mixin(bindCode("vtkRenderedTreeAreaRepresentation_SetAreaLabelMapper", "D_vtkRenderedTreeAreaRepresentation_SetAreaLabelMapper")); mixin(bindCode("vtkRenderedTreeAreaRepresentation_GetAreaLabelMapper", "D_vtkRenderedTreeAreaRepresentation_GetAreaLabelMapper")); mixin(bindCode("vtkRenderedTreeAreaRepresentation_SetEdgeScalarBarVisibility", "D_vtkRenderedTreeAreaRepresentation_SetEdgeScalarBarVisibility")); mixin(bindCode("vtkRenderedTreeAreaRepresentation_GetEdgeScalarBarVisibility", "D_vtkRenderedTreeAreaRepresentation_GetEdgeScalarBarVisibility")); mixin(bindCode("vtkRenderedTreeAreaRepresentation_Upcast", "D_vtkRenderedTreeAreaRepresentation_Upcast")); mixin(bindCode("vtkPropAssembly_IsTypeOf", "D_vtkPropAssembly_IsTypeOf")); mixin(bindCode("vtkPropAssembly_SafeDownCast", "D_vtkPropAssembly_SafeDownCast")); mixin(bindCode("vtkPropAssembly_NewInstance", "D_vtkPropAssembly_NewInstance")); mixin(bindCode("vtkPropAssembly_New", "D_vtkPropAssembly_New")); mixin(bindCode("vtkPropAssembly_AddPart", "D_vtkPropAssembly_AddPart")); mixin(bindCode("vtkPropAssembly_RemovePart", "D_vtkPropAssembly_RemovePart")); mixin(bindCode("vtkPropAssembly_GetParts", "D_vtkPropAssembly_GetParts")); mixin(bindCode("vtkPropAssembly_RenderOpaqueGeometry", "D_vtkPropAssembly_RenderOpaqueGeometry")); mixin(bindCode("vtkPropAssembly_RenderTranslucentPolygonalGeometry", "D_vtkPropAssembly_RenderTranslucentPolygonalGeometry")); mixin(bindCode("vtkPropAssembly_RenderVolumetricGeometry", "D_vtkPropAssembly_RenderVolumetricGeometry")); mixin(bindCode("vtkPropAssembly_RenderOverlay", "D_vtkPropAssembly_RenderOverlay")); mixin(bindCode("vtkPropAssembly_HasTranslucentPolygonalGeometry", "D_vtkPropAssembly_HasTranslucentPolygonalGeometry")); mixin(bindCode("vtkPropAssembly_ReleaseGraphicsResources", "D_vtkPropAssembly_ReleaseGraphicsResources")); mixin(bindCode("vtkPropAssembly_Upcast", "D_vtkPropAssembly_Upcast")); mixin(bindCode("vtkTexturedButtonRepresentation_New", "D_vtkTexturedButtonRepresentation_New")); mixin(bindCode("vtkTexturedButtonRepresentation_IsTypeOf", "D_vtkTexturedButtonRepresentation_IsTypeOf")); mixin(bindCode("vtkTexturedButtonRepresentation_SafeDownCast", "D_vtkTexturedButtonRepresentation_SafeDownCast")); mixin(bindCode("vtkTexturedButtonRepresentation_NewInstance", "D_vtkTexturedButtonRepresentation_NewInstance")); mixin(bindCode("vtkTexturedButtonRepresentation_SetButtonGeometry", "D_vtkTexturedButtonRepresentation_SetButtonGeometry")); mixin(bindCode("vtkTexturedButtonRepresentation_SetButtonGeometryConnection", "D_vtkTexturedButtonRepresentation_SetButtonGeometryConnection")); mixin(bindCode("vtkTexturedButtonRepresentation_GetButtonGeometry", "D_vtkTexturedButtonRepresentation_GetButtonGeometry")); mixin(bindCode("vtkTexturedButtonRepresentation_SetFollowCamera", "D_vtkTexturedButtonRepresentation_SetFollowCamera")); mixin(bindCode("vtkTexturedButtonRepresentation_GetFollowCamera", "D_vtkTexturedButtonRepresentation_GetFollowCamera")); mixin(bindCode("vtkTexturedButtonRepresentation_FollowCameraOn", "D_vtkTexturedButtonRepresentation_FollowCameraOn")); mixin(bindCode("vtkTexturedButtonRepresentation_FollowCameraOff", "D_vtkTexturedButtonRepresentation_FollowCameraOff")); mixin(bindCode("vtkTexturedButtonRepresentation_SetProperty", "D_vtkTexturedButtonRepresentation_SetProperty")); mixin(bindCode("vtkTexturedButtonRepresentation_GetProperty", "D_vtkTexturedButtonRepresentation_GetProperty")); mixin(bindCode("vtkTexturedButtonRepresentation_SetHoveringProperty", "D_vtkTexturedButtonRepresentation_SetHoveringProperty")); mixin(bindCode("vtkTexturedButtonRepresentation_GetHoveringProperty", "D_vtkTexturedButtonRepresentation_GetHoveringProperty")); mixin(bindCode("vtkTexturedButtonRepresentation_SetSelectingProperty", "D_vtkTexturedButtonRepresentation_SetSelectingProperty")); mixin(bindCode("vtkTexturedButtonRepresentation_GetSelectingProperty", "D_vtkTexturedButtonRepresentation_GetSelectingProperty")); mixin(bindCode("vtkTexturedButtonRepresentation_SetButtonTexture", "D_vtkTexturedButtonRepresentation_SetButtonTexture")); mixin(bindCode("vtkTexturedButtonRepresentation_GetButtonTexture", "D_vtkTexturedButtonRepresentation_GetButtonTexture")); mixin(bindCode("vtkTexturedButtonRepresentation_PlaceWidget__SWIG_0", "D_vtkTexturedButtonRepresentation_PlaceWidget__SWIG_0")); mixin(bindCode("vtkTexturedButtonRepresentation_ComputeInteractionState__SWIG_0", "D_vtkTexturedButtonRepresentation_ComputeInteractionState__SWIG_0")); mixin(bindCode("vtkTexturedButtonRepresentation_ComputeInteractionState__SWIG_1", "D_vtkTexturedButtonRepresentation_ComputeInteractionState__SWIG_1")); mixin(bindCode("vtkTexturedButtonRepresentation_PlaceWidget__SWIG_1", "D_vtkTexturedButtonRepresentation_PlaceWidget__SWIG_1")); mixin(bindCode("vtkTexturedButtonRepresentation_Upcast", "D_vtkTexturedButtonRepresentation_Upcast")); mixin(bindCode("vtkAMRGaussianPulseSource_New", "D_vtkAMRGaussianPulseSource_New")); mixin(bindCode("vtkAMRGaussianPulseSource_IsTypeOf", "D_vtkAMRGaussianPulseSource_IsTypeOf")); mixin(bindCode("vtkAMRGaussianPulseSource_SafeDownCast", "D_vtkAMRGaussianPulseSource_SafeDownCast")); mixin(bindCode("vtkAMRGaussianPulseSource_NewInstance", "D_vtkAMRGaussianPulseSource_NewInstance")); mixin(bindCode("vtkAMRGaussianPulseSource_SetDimension", "D_vtkAMRGaussianPulseSource_SetDimension")); mixin(bindCode("vtkAMRGaussianPulseSource_SetNumberOfLevels", "D_vtkAMRGaussianPulseSource_SetNumberOfLevels")); mixin(bindCode("vtkAMRGaussianPulseSource_SetRefinementRatio", "D_vtkAMRGaussianPulseSource_SetRefinementRatio")); mixin(bindCode("vtkAMRGaussianPulseSource_SetRootSpacing", "D_vtkAMRGaussianPulseSource_SetRootSpacing")); mixin(bindCode("vtkAMRGaussianPulseSource_SetPulseOrigin__SWIG_0", "D_vtkAMRGaussianPulseSource_SetPulseOrigin__SWIG_0")); mixin(bindCode("vtkAMRGaussianPulseSource_SetPulseOrigin__SWIG_1", "D_vtkAMRGaussianPulseSource_SetPulseOrigin__SWIG_1")); mixin(bindCode("vtkAMRGaussianPulseSource_GetPulseOrigin__SWIG_0", "D_vtkAMRGaussianPulseSource_GetPulseOrigin__SWIG_0")); mixin(bindCode("vtkAMRGaussianPulseSource_GetPulseOrigin__SWIG_1", "D_vtkAMRGaussianPulseSource_GetPulseOrigin__SWIG_1")); mixin(bindCode("vtkAMRGaussianPulseSource_GetPulseOrigin__SWIG_2", "D_vtkAMRGaussianPulseSource_GetPulseOrigin__SWIG_2")); mixin(bindCode("vtkAMRGaussianPulseSource_SetXPulseOrigin", "D_vtkAMRGaussianPulseSource_SetXPulseOrigin")); mixin(bindCode("vtkAMRGaussianPulseSource_SetYPulseOrigin", "D_vtkAMRGaussianPulseSource_SetYPulseOrigin")); mixin(bindCode("vtkAMRGaussianPulseSource_SetZPulseOrigin", "D_vtkAMRGaussianPulseSource_SetZPulseOrigin")); mixin(bindCode("vtkAMRGaussianPulseSource_SetPulseWidth__SWIG_0", "D_vtkAMRGaussianPulseSource_SetPulseWidth__SWIG_0")); mixin(bindCode("vtkAMRGaussianPulseSource_SetPulseWidth__SWIG_1", "D_vtkAMRGaussianPulseSource_SetPulseWidth__SWIG_1")); mixin(bindCode("vtkAMRGaussianPulseSource_GetPulseWidth__SWIG_0", "D_vtkAMRGaussianPulseSource_GetPulseWidth__SWIG_0")); mixin(bindCode("vtkAMRGaussianPulseSource_GetPulseWidth__SWIG_1", "D_vtkAMRGaussianPulseSource_GetPulseWidth__SWIG_1")); mixin(bindCode("vtkAMRGaussianPulseSource_GetPulseWidth__SWIG_2", "D_vtkAMRGaussianPulseSource_GetPulseWidth__SWIG_2")); mixin(bindCode("vtkAMRGaussianPulseSource_SetXPulseWidth", "D_vtkAMRGaussianPulseSource_SetXPulseWidth")); mixin(bindCode("vtkAMRGaussianPulseSource_SetYPulseWidth", "D_vtkAMRGaussianPulseSource_SetYPulseWidth")); mixin(bindCode("vtkAMRGaussianPulseSource_SetZPulseWidth", "D_vtkAMRGaussianPulseSource_SetZPulseWidth")); mixin(bindCode("vtkAMRGaussianPulseSource_SetPulseAmplitude", "D_vtkAMRGaussianPulseSource_SetPulseAmplitude")); mixin(bindCode("vtkAMRGaussianPulseSource_GetPulseAmplitude", "D_vtkAMRGaussianPulseSource_GetPulseAmplitude")); mixin(bindCode("vtkAMRGaussianPulseSource_Upcast", "D_vtkAMRGaussianPulseSource_Upcast")); mixin(bindCode("vtkPProjectSphereFilter_IsTypeOf", "D_vtkPProjectSphereFilter_IsTypeOf")); mixin(bindCode("vtkPProjectSphereFilter_SafeDownCast", "D_vtkPProjectSphereFilter_SafeDownCast")); mixin(bindCode("vtkPProjectSphereFilter_NewInstance", "D_vtkPProjectSphereFilter_NewInstance")); mixin(bindCode("vtkPProjectSphereFilter_New", "D_vtkPProjectSphereFilter_New")); mixin(bindCode("vtkPProjectSphereFilter_Upcast", "D_vtkPProjectSphereFilter_Upcast")); mixin(bindCode("vtkSimple2DLayoutStrategy_New", "D_vtkSimple2DLayoutStrategy_New")); mixin(bindCode("vtkSimple2DLayoutStrategy_IsTypeOf", "D_vtkSimple2DLayoutStrategy_IsTypeOf")); mixin(bindCode("vtkSimple2DLayoutStrategy_SafeDownCast", "D_vtkSimple2DLayoutStrategy_SafeDownCast")); mixin(bindCode("vtkSimple2DLayoutStrategy_NewInstance", "D_vtkSimple2DLayoutStrategy_NewInstance")); mixin(bindCode("vtkSimple2DLayoutStrategy_SetRandomSeed", "D_vtkSimple2DLayoutStrategy_SetRandomSeed")); mixin(bindCode("vtkSimple2DLayoutStrategy_GetRandomSeedMinValue", "D_vtkSimple2DLayoutStrategy_GetRandomSeedMinValue")); mixin(bindCode("vtkSimple2DLayoutStrategy_GetRandomSeedMaxValue", "D_vtkSimple2DLayoutStrategy_GetRandomSeedMaxValue")); mixin(bindCode("vtkSimple2DLayoutStrategy_GetRandomSeed", "D_vtkSimple2DLayoutStrategy_GetRandomSeed")); mixin(bindCode("vtkSimple2DLayoutStrategy_SetMaxNumberOfIterations", "D_vtkSimple2DLayoutStrategy_SetMaxNumberOfIterations")); mixin(bindCode("vtkSimple2DLayoutStrategy_GetMaxNumberOfIterationsMinValue", "D_vtkSimple2DLayoutStrategy_GetMaxNumberOfIterationsMinValue")); mixin(bindCode("vtkSimple2DLayoutStrategy_GetMaxNumberOfIterationsMaxValue", "D_vtkSimple2DLayoutStrategy_GetMaxNumberOfIterationsMaxValue")); mixin(bindCode("vtkSimple2DLayoutStrategy_GetMaxNumberOfIterations", "D_vtkSimple2DLayoutStrategy_GetMaxNumberOfIterations")); mixin(bindCode("vtkSimple2DLayoutStrategy_SetIterationsPerLayout", "D_vtkSimple2DLayoutStrategy_SetIterationsPerLayout")); mixin(bindCode("vtkSimple2DLayoutStrategy_GetIterationsPerLayoutMinValue", "D_vtkSimple2DLayoutStrategy_GetIterationsPerLayoutMinValue")); mixin(bindCode("vtkSimple2DLayoutStrategy_GetIterationsPerLayoutMaxValue", "D_vtkSimple2DLayoutStrategy_GetIterationsPerLayoutMaxValue")); mixin(bindCode("vtkSimple2DLayoutStrategy_GetIterationsPerLayout", "D_vtkSimple2DLayoutStrategy_GetIterationsPerLayout")); mixin(bindCode("vtkSimple2DLayoutStrategy_SetInitialTemperature", "D_vtkSimple2DLayoutStrategy_SetInitialTemperature")); mixin(bindCode("vtkSimple2DLayoutStrategy_GetInitialTemperatureMinValue", "D_vtkSimple2DLayoutStrategy_GetInitialTemperatureMinValue")); mixin(bindCode("vtkSimple2DLayoutStrategy_GetInitialTemperatureMaxValue", "D_vtkSimple2DLayoutStrategy_GetInitialTemperatureMaxValue")); mixin(bindCode("vtkSimple2DLayoutStrategy_GetInitialTemperature", "D_vtkSimple2DLayoutStrategy_GetInitialTemperature")); mixin(bindCode("vtkSimple2DLayoutStrategy_SetCoolDownRate", "D_vtkSimple2DLayoutStrategy_SetCoolDownRate")); mixin(bindCode("vtkSimple2DLayoutStrategy_GetCoolDownRateMinValue", "D_vtkSimple2DLayoutStrategy_GetCoolDownRateMinValue")); mixin(bindCode("vtkSimple2DLayoutStrategy_GetCoolDownRateMaxValue", "D_vtkSimple2DLayoutStrategy_GetCoolDownRateMaxValue")); mixin(bindCode("vtkSimple2DLayoutStrategy_GetCoolDownRate", "D_vtkSimple2DLayoutStrategy_GetCoolDownRate")); mixin(bindCode("vtkSimple2DLayoutStrategy_SetJitter", "D_vtkSimple2DLayoutStrategy_SetJitter")); mixin(bindCode("vtkSimple2DLayoutStrategy_GetJitter", "D_vtkSimple2DLayoutStrategy_GetJitter")); mixin(bindCode("vtkSimple2DLayoutStrategy_SetRestDistance", "D_vtkSimple2DLayoutStrategy_SetRestDistance")); mixin(bindCode("vtkSimple2DLayoutStrategy_GetRestDistance", "D_vtkSimple2DLayoutStrategy_GetRestDistance")); mixin(bindCode("vtkSimple2DLayoutStrategy_Upcast", "D_vtkSimple2DLayoutStrategy_Upcast")); mixin(bindCode("vtkImageDivergence_New", "D_vtkImageDivergence_New")); mixin(bindCode("vtkImageDivergence_IsTypeOf", "D_vtkImageDivergence_IsTypeOf")); mixin(bindCode("vtkImageDivergence_SafeDownCast", "D_vtkImageDivergence_SafeDownCast")); mixin(bindCode("vtkImageDivergence_NewInstance", "D_vtkImageDivergence_NewInstance")); mixin(bindCode("vtkImageDivergence_Upcast", "D_vtkImageDivergence_Upcast")); mixin(bindCode("vtkBlankStructuredGridWithImage_New", "D_vtkBlankStructuredGridWithImage_New")); mixin(bindCode("vtkBlankStructuredGridWithImage_IsTypeOf", "D_vtkBlankStructuredGridWithImage_IsTypeOf")); mixin(bindCode("vtkBlankStructuredGridWithImage_SafeDownCast", "D_vtkBlankStructuredGridWithImage_SafeDownCast")); mixin(bindCode("vtkBlankStructuredGridWithImage_NewInstance", "D_vtkBlankStructuredGridWithImage_NewInstance")); mixin(bindCode("vtkBlankStructuredGridWithImage_SetBlankingInputData", "D_vtkBlankStructuredGridWithImage_SetBlankingInputData")); mixin(bindCode("vtkBlankStructuredGridWithImage_GetBlankingInput", "D_vtkBlankStructuredGridWithImage_GetBlankingInput")); mixin(bindCode("vtkBlankStructuredGridWithImage_Upcast", "D_vtkBlankStructuredGridWithImage_Upcast")); mixin(bindCode("vtkVoxelContoursToSurfaceFilter_New", "D_vtkVoxelContoursToSurfaceFilter_New")); mixin(bindCode("vtkVoxelContoursToSurfaceFilter_IsTypeOf", "D_vtkVoxelContoursToSurfaceFilter_IsTypeOf")); mixin(bindCode("vtkVoxelContoursToSurfaceFilter_SafeDownCast", "D_vtkVoxelContoursToSurfaceFilter_SafeDownCast")); mixin(bindCode("vtkVoxelContoursToSurfaceFilter_NewInstance", "D_vtkVoxelContoursToSurfaceFilter_NewInstance")); mixin(bindCode("vtkVoxelContoursToSurfaceFilter_SetMemoryLimitInBytes", "D_vtkVoxelContoursToSurfaceFilter_SetMemoryLimitInBytes")); mixin(bindCode("vtkVoxelContoursToSurfaceFilter_GetMemoryLimitInBytes", "D_vtkVoxelContoursToSurfaceFilter_GetMemoryLimitInBytes")); mixin(bindCode("vtkVoxelContoursToSurfaceFilter_SetSpacing__SWIG_0", "D_vtkVoxelContoursToSurfaceFilter_SetSpacing__SWIG_0")); mixin(bindCode("vtkVoxelContoursToSurfaceFilter_SetSpacing__SWIG_1", "D_vtkVoxelContoursToSurfaceFilter_SetSpacing__SWIG_1")); mixin(bindCode("vtkVoxelContoursToSurfaceFilter_GetSpacing__SWIG_0", "D_vtkVoxelContoursToSurfaceFilter_GetSpacing__SWIG_0")); mixin(bindCode("vtkVoxelContoursToSurfaceFilter_GetSpacing__SWIG_1", "D_vtkVoxelContoursToSurfaceFilter_GetSpacing__SWIG_1")); mixin(bindCode("vtkVoxelContoursToSurfaceFilter_Upcast", "D_vtkVoxelContoursToSurfaceFilter_Upcast")); mixin(bindCode("vtkPiecewiseFunctionItem_New", "D_vtkPiecewiseFunctionItem_New")); mixin(bindCode("vtkPiecewiseFunctionItem_IsTypeOf", "D_vtkPiecewiseFunctionItem_IsTypeOf")); mixin(bindCode("vtkPiecewiseFunctionItem_SafeDownCast", "D_vtkPiecewiseFunctionItem_SafeDownCast")); mixin(bindCode("vtkPiecewiseFunctionItem_NewInstance", "D_vtkPiecewiseFunctionItem_NewInstance")); mixin(bindCode("vtkPiecewiseFunctionItem_SetPiecewiseFunction", "D_vtkPiecewiseFunctionItem_SetPiecewiseFunction")); mixin(bindCode("vtkPiecewiseFunctionItem_GetPiecewiseFunction", "D_vtkPiecewiseFunctionItem_GetPiecewiseFunction")); mixin(bindCode("vtkPiecewiseFunctionItem_Upcast", "D_vtkPiecewiseFunctionItem_Upcast")); mixin(bindCode("vtkStructuredGridClip_New", "D_vtkStructuredGridClip_New")); mixin(bindCode("vtkStructuredGridClip_IsTypeOf", "D_vtkStructuredGridClip_IsTypeOf")); mixin(bindCode("vtkStructuredGridClip_SafeDownCast", "D_vtkStructuredGridClip_SafeDownCast")); mixin(bindCode("vtkStructuredGridClip_NewInstance", "D_vtkStructuredGridClip_NewInstance")); mixin(bindCode("vtkStructuredGridClip_SetOutputWholeExtent__SWIG_0", "D_vtkStructuredGridClip_SetOutputWholeExtent__SWIG_0")); mixin(bindCode("vtkStructuredGridClip_SetOutputWholeExtent__SWIG_1", "D_vtkStructuredGridClip_SetOutputWholeExtent__SWIG_1")); mixin(bindCode("vtkStructuredGridClip_SetOutputWholeExtent__SWIG_2", "D_vtkStructuredGridClip_SetOutputWholeExtent__SWIG_2")); mixin(bindCode("vtkStructuredGridClip_GetOutputWholeExtent__SWIG_0", "D_vtkStructuredGridClip_GetOutputWholeExtent__SWIG_0")); mixin(bindCode("vtkStructuredGridClip_GetOutputWholeExtent__SWIG_1", "D_vtkStructuredGridClip_GetOutputWholeExtent__SWIG_1")); mixin(bindCode("vtkStructuredGridClip_ResetOutputWholeExtent", "D_vtkStructuredGridClip_ResetOutputWholeExtent")); mixin(bindCode("vtkStructuredGridClip_SetClipData", "D_vtkStructuredGridClip_SetClipData")); mixin(bindCode("vtkStructuredGridClip_GetClipData", "D_vtkStructuredGridClip_GetClipData")); mixin(bindCode("vtkStructuredGridClip_ClipDataOn", "D_vtkStructuredGridClip_ClipDataOn")); mixin(bindCode("vtkStructuredGridClip_ClipDataOff", "D_vtkStructuredGridClip_ClipDataOff")); mixin(bindCode("vtkStructuredGridClip_SetOutputWholeExtent__SWIG_3", "D_vtkStructuredGridClip_SetOutputWholeExtent__SWIG_3")); mixin(bindCode("vtkStructuredGridClip_Upcast", "D_vtkStructuredGridClip_Upcast")); mixin(bindCode("vtkResliceCursorActor_New", "D_vtkResliceCursorActor_New")); mixin(bindCode("vtkResliceCursorActor_IsTypeOf", "D_vtkResliceCursorActor_IsTypeOf")); mixin(bindCode("vtkResliceCursorActor_SafeDownCast", "D_vtkResliceCursorActor_SafeDownCast")); mixin(bindCode("vtkResliceCursorActor_NewInstance", "D_vtkResliceCursorActor_NewInstance")); mixin(bindCode("vtkResliceCursorActor_GetCursorAlgorithm", "D_vtkResliceCursorActor_GetCursorAlgorithm")); mixin(bindCode("vtkResliceCursorActor_RenderOpaqueGeometry", "D_vtkResliceCursorActor_RenderOpaqueGeometry")); mixin(bindCode("vtkResliceCursorActor_HasTranslucentPolygonalGeometry", "D_vtkResliceCursorActor_HasTranslucentPolygonalGeometry")); mixin(bindCode("vtkResliceCursorActor_ReleaseGraphicsResources", "D_vtkResliceCursorActor_ReleaseGraphicsResources")); mixin(bindCode("vtkResliceCursorActor_GetCenterlineProperty", "D_vtkResliceCursorActor_GetCenterlineProperty")); mixin(bindCode("vtkResliceCursorActor_GetThickSlabProperty", "D_vtkResliceCursorActor_GetThickSlabProperty")); mixin(bindCode("vtkResliceCursorActor_GetCenterlineActor", "D_vtkResliceCursorActor_GetCenterlineActor")); mixin(bindCode("vtkResliceCursorActor_SetUserMatrix", "D_vtkResliceCursorActor_SetUserMatrix")); mixin(bindCode("vtkResliceCursorActor_Upcast", "D_vtkResliceCursorActor_Upcast")); mixin(bindCode("vtkPiecewiseControlPointsItem_IsTypeOf", "D_vtkPiecewiseControlPointsItem_IsTypeOf")); mixin(bindCode("vtkPiecewiseControlPointsItem_SafeDownCast", "D_vtkPiecewiseControlPointsItem_SafeDownCast")); mixin(bindCode("vtkPiecewiseControlPointsItem_NewInstance", "D_vtkPiecewiseControlPointsItem_NewInstance")); mixin(bindCode("vtkPiecewiseControlPointsItem_New", "D_vtkPiecewiseControlPointsItem_New")); mixin(bindCode("vtkPiecewiseControlPointsItem_SetPiecewiseFunction", "D_vtkPiecewiseControlPointsItem_SetPiecewiseFunction")); mixin(bindCode("vtkPiecewiseControlPointsItem_GetPiecewiseFunction", "D_vtkPiecewiseControlPointsItem_GetPiecewiseFunction")); mixin(bindCode("vtkPiecewiseControlPointsItem_SetStrokeMode", "D_vtkPiecewiseControlPointsItem_SetStrokeMode")); mixin(bindCode("vtkPiecewiseControlPointsItem_Upcast", "D_vtkPiecewiseControlPointsItem_Upcast")); mixin(bindCode("vtkArcSource_New", "D_vtkArcSource_New")); mixin(bindCode("vtkArcSource_IsTypeOf", "D_vtkArcSource_IsTypeOf")); mixin(bindCode("vtkArcSource_SafeDownCast", "D_vtkArcSource_SafeDownCast")); mixin(bindCode("vtkArcSource_NewInstance", "D_vtkArcSource_NewInstance")); mixin(bindCode("vtkArcSource_SetPoint1__SWIG_0", "D_vtkArcSource_SetPoint1__SWIG_0")); mixin(bindCode("vtkArcSource_SetPoint1__SWIG_1", "D_vtkArcSource_SetPoint1__SWIG_1")); mixin(bindCode("vtkArcSource_GetPoint1__SWIG_0", "D_vtkArcSource_GetPoint1__SWIG_0")); mixin(bindCode("vtkArcSource_GetPoint1__SWIG_1", "D_vtkArcSource_GetPoint1__SWIG_1")); mixin(bindCode("vtkArcSource_SetPoint2__SWIG_0", "D_vtkArcSource_SetPoint2__SWIG_0")); mixin(bindCode("vtkArcSource_SetPoint2__SWIG_1", "D_vtkArcSource_SetPoint2__SWIG_1")); mixin(bindCode("vtkArcSource_GetPoint2__SWIG_0", "D_vtkArcSource_GetPoint2__SWIG_0")); mixin(bindCode("vtkArcSource_GetPoint2__SWIG_1", "D_vtkArcSource_GetPoint2__SWIG_1")); mixin(bindCode("vtkArcSource_SetCenter__SWIG_0", "D_vtkArcSource_SetCenter__SWIG_0")); mixin(bindCode("vtkArcSource_SetCenter__SWIG_1", "D_vtkArcSource_SetCenter__SWIG_1")); mixin(bindCode("vtkArcSource_GetCenter__SWIG_0", "D_vtkArcSource_GetCenter__SWIG_0")); mixin(bindCode("vtkArcSource_GetCenter__SWIG_1", "D_vtkArcSource_GetCenter__SWIG_1")); mixin(bindCode("vtkArcSource_SetNormal__SWIG_0", "D_vtkArcSource_SetNormal__SWIG_0")); mixin(bindCode("vtkArcSource_SetNormal__SWIG_1", "D_vtkArcSource_SetNormal__SWIG_1")); mixin(bindCode("vtkArcSource_GetNormal__SWIG_0", "D_vtkArcSource_GetNormal__SWIG_0")); mixin(bindCode("vtkArcSource_GetNormal__SWIG_1", "D_vtkArcSource_GetNormal__SWIG_1")); mixin(bindCode("vtkArcSource_SetPolarVector__SWIG_0", "D_vtkArcSource_SetPolarVector__SWIG_0")); mixin(bindCode("vtkArcSource_SetPolarVector__SWIG_1", "D_vtkArcSource_SetPolarVector__SWIG_1")); mixin(bindCode("vtkArcSource_GetPolarVector__SWIG_0", "D_vtkArcSource_GetPolarVector__SWIG_0")); mixin(bindCode("vtkArcSource_GetPolarVector__SWIG_1", "D_vtkArcSource_GetPolarVector__SWIG_1")); mixin(bindCode("vtkArcSource_SetAngle", "D_vtkArcSource_SetAngle")); mixin(bindCode("vtkArcSource_GetAngleMinValue", "D_vtkArcSource_GetAngleMinValue")); mixin(bindCode("vtkArcSource_GetAngleMaxValue", "D_vtkArcSource_GetAngleMaxValue")); mixin(bindCode("vtkArcSource_GetAngle", "D_vtkArcSource_GetAngle")); mixin(bindCode("vtkArcSource_SetResolution", "D_vtkArcSource_SetResolution")); mixin(bindCode("vtkArcSource_GetResolutionMinValue", "D_vtkArcSource_GetResolutionMinValue")); mixin(bindCode("vtkArcSource_GetResolutionMaxValue", "D_vtkArcSource_GetResolutionMaxValue")); mixin(bindCode("vtkArcSource_GetResolution", "D_vtkArcSource_GetResolution")); mixin(bindCode("vtkArcSource_SetNegative", "D_vtkArcSource_SetNegative")); mixin(bindCode("vtkArcSource_GetNegative", "D_vtkArcSource_GetNegative")); mixin(bindCode("vtkArcSource_NegativeOn", "D_vtkArcSource_NegativeOn")); mixin(bindCode("vtkArcSource_NegativeOff", "D_vtkArcSource_NegativeOff")); mixin(bindCode("vtkArcSource_SetUseNormalAndAngle", "D_vtkArcSource_SetUseNormalAndAngle")); mixin(bindCode("vtkArcSource_GetUseNormalAndAngle", "D_vtkArcSource_GetUseNormalAndAngle")); mixin(bindCode("vtkArcSource_UseNormalAndAngleOn", "D_vtkArcSource_UseNormalAndAngleOn")); mixin(bindCode("vtkArcSource_UseNormalAndAngleOff", "D_vtkArcSource_UseNormalAndAngleOff")); mixin(bindCode("vtkArcSource_Upcast", "D_vtkArcSource_Upcast")); mixin(bindCode("vtkPieceRequestFilter_New", "D_vtkPieceRequestFilter_New")); mixin(bindCode("vtkPieceRequestFilter_IsTypeOf", "D_vtkPieceRequestFilter_IsTypeOf")); mixin(bindCode("vtkPieceRequestFilter_SafeDownCast", "D_vtkPieceRequestFilter_SafeDownCast")); mixin(bindCode("vtkPieceRequestFilter_NewInstance", "D_vtkPieceRequestFilter_NewInstance")); mixin(bindCode("vtkPieceRequestFilter_SetNumberOfPieces", "D_vtkPieceRequestFilter_SetNumberOfPieces")); mixin(bindCode("vtkPieceRequestFilter_GetNumberOfPiecesMinValue", "D_vtkPieceRequestFilter_GetNumberOfPiecesMinValue")); mixin(bindCode("vtkPieceRequestFilter_GetNumberOfPiecesMaxValue", "D_vtkPieceRequestFilter_GetNumberOfPiecesMaxValue")); mixin(bindCode("vtkPieceRequestFilter_GetNumberOfPieces", "D_vtkPieceRequestFilter_GetNumberOfPieces")); mixin(bindCode("vtkPieceRequestFilter_SetPiece", "D_vtkPieceRequestFilter_SetPiece")); mixin(bindCode("vtkPieceRequestFilter_GetPieceMinValue", "D_vtkPieceRequestFilter_GetPieceMinValue")); mixin(bindCode("vtkPieceRequestFilter_GetPieceMaxValue", "D_vtkPieceRequestFilter_GetPieceMaxValue")); mixin(bindCode("vtkPieceRequestFilter_GetPiece", "D_vtkPieceRequestFilter_GetPiece")); mixin(bindCode("vtkPieceRequestFilter_GetOutput__SWIG_0", "D_vtkPieceRequestFilter_GetOutput__SWIG_0")); mixin(bindCode("vtkPieceRequestFilter_GetOutput__SWIG_1", "D_vtkPieceRequestFilter_GetOutput__SWIG_1")); mixin(bindCode("vtkPieceRequestFilter_SetInputData__SWIG_0", "D_vtkPieceRequestFilter_SetInputData__SWIG_0")); mixin(bindCode("vtkPieceRequestFilter_SetInputData__SWIG_1", "D_vtkPieceRequestFilter_SetInputData__SWIG_1")); mixin(bindCode("vtkPieceRequestFilter_Upcast", "D_vtkPieceRequestFilter_Upcast")); mixin(bindCode("vtkWarpLens_New", "D_vtkWarpLens_New")); mixin(bindCode("vtkWarpLens_IsTypeOf", "D_vtkWarpLens_IsTypeOf")); mixin(bindCode("vtkWarpLens_SafeDownCast", "D_vtkWarpLens_SafeDownCast")); mixin(bindCode("vtkWarpLens_NewInstance", "D_vtkWarpLens_NewInstance")); mixin(bindCode("vtkWarpLens_SetKappa", "D_vtkWarpLens_SetKappa")); mixin(bindCode("vtkWarpLens_GetKappa", "D_vtkWarpLens_GetKappa")); mixin(bindCode("vtkWarpLens_SetCenter", "D_vtkWarpLens_SetCenter")); mixin(bindCode("vtkWarpLens_GetCenter", "D_vtkWarpLens_GetCenter")); mixin(bindCode("vtkWarpLens_SetPrincipalPoint__SWIG_0", "D_vtkWarpLens_SetPrincipalPoint__SWIG_0")); mixin(bindCode("vtkWarpLens_SetPrincipalPoint__SWIG_1", "D_vtkWarpLens_SetPrincipalPoint__SWIG_1")); mixin(bindCode("vtkWarpLens_GetPrincipalPoint__SWIG_0", "D_vtkWarpLens_GetPrincipalPoint__SWIG_0")); mixin(bindCode("vtkWarpLens_GetPrincipalPoint__SWIG_1", "D_vtkWarpLens_GetPrincipalPoint__SWIG_1")); mixin(bindCode("vtkWarpLens_SetK1", "D_vtkWarpLens_SetK1")); mixin(bindCode("vtkWarpLens_GetK1", "D_vtkWarpLens_GetK1")); mixin(bindCode("vtkWarpLens_SetK2", "D_vtkWarpLens_SetK2")); mixin(bindCode("vtkWarpLens_GetK2", "D_vtkWarpLens_GetK2")); mixin(bindCode("vtkWarpLens_SetP1", "D_vtkWarpLens_SetP1")); mixin(bindCode("vtkWarpLens_GetP1", "D_vtkWarpLens_GetP1")); mixin(bindCode("vtkWarpLens_SetP2", "D_vtkWarpLens_SetP2")); mixin(bindCode("vtkWarpLens_GetP2", "D_vtkWarpLens_GetP2")); mixin(bindCode("vtkWarpLens_SetFormatWidth", "D_vtkWarpLens_SetFormatWidth")); mixin(bindCode("vtkWarpLens_GetFormatWidth", "D_vtkWarpLens_GetFormatWidth")); mixin(bindCode("vtkWarpLens_SetFormatHeight", "D_vtkWarpLens_SetFormatHeight")); mixin(bindCode("vtkWarpLens_GetFormatHeight", "D_vtkWarpLens_GetFormatHeight")); mixin(bindCode("vtkWarpLens_SetImageWidth", "D_vtkWarpLens_SetImageWidth")); mixin(bindCode("vtkWarpLens_GetImageWidth", "D_vtkWarpLens_GetImageWidth")); mixin(bindCode("vtkWarpLens_SetImageHeight", "D_vtkWarpLens_SetImageHeight")); mixin(bindCode("vtkWarpLens_GetImageHeight", "D_vtkWarpLens_GetImageHeight")); mixin(bindCode("vtkWarpLens_FillInputPortInformation", "D_vtkWarpLens_FillInputPortInformation")); mixin(bindCode("vtkWarpLens_Upcast", "D_vtkWarpLens_Upcast")); mixin(bindCode("VTK_CULLER_SORT_NONE_get", "D_VTK_CULLER_SORT_NONE_get")); mixin(bindCode("VTK_CULLER_SORT_FRONT_TO_BACK_get", "D_VTK_CULLER_SORT_FRONT_TO_BACK_get")); mixin(bindCode("VTK_CULLER_SORT_BACK_TO_FRONT_get", "D_VTK_CULLER_SORT_BACK_TO_FRONT_get")); mixin(bindCode("vtkFrustumCoverageCuller_New", "D_vtkFrustumCoverageCuller_New")); mixin(bindCode("vtkFrustumCoverageCuller_IsTypeOf", "D_vtkFrustumCoverageCuller_IsTypeOf")); mixin(bindCode("vtkFrustumCoverageCuller_SafeDownCast", "D_vtkFrustumCoverageCuller_SafeDownCast")); mixin(bindCode("vtkFrustumCoverageCuller_NewInstance", "D_vtkFrustumCoverageCuller_NewInstance")); mixin(bindCode("vtkFrustumCoverageCuller_SetMinimumCoverage", "D_vtkFrustumCoverageCuller_SetMinimumCoverage")); mixin(bindCode("vtkFrustumCoverageCuller_GetMinimumCoverage", "D_vtkFrustumCoverageCuller_GetMinimumCoverage")); mixin(bindCode("vtkFrustumCoverageCuller_SetMaximumCoverage", "D_vtkFrustumCoverageCuller_SetMaximumCoverage")); mixin(bindCode("vtkFrustumCoverageCuller_GetMaximumCoverage", "D_vtkFrustumCoverageCuller_GetMaximumCoverage")); mixin(bindCode("vtkFrustumCoverageCuller_SetSortingStyle", "D_vtkFrustumCoverageCuller_SetSortingStyle")); mixin(bindCode("vtkFrustumCoverageCuller_GetSortingStyleMinValue", "D_vtkFrustumCoverageCuller_GetSortingStyleMinValue")); mixin(bindCode("vtkFrustumCoverageCuller_GetSortingStyleMaxValue", "D_vtkFrustumCoverageCuller_GetSortingStyleMaxValue")); mixin(bindCode("vtkFrustumCoverageCuller_GetSortingStyle", "D_vtkFrustumCoverageCuller_GetSortingStyle")); mixin(bindCode("vtkFrustumCoverageCuller_SetSortingStyleToNone", "D_vtkFrustumCoverageCuller_SetSortingStyleToNone")); mixin(bindCode("vtkFrustumCoverageCuller_SetSortingStyleToBackToFront", "D_vtkFrustumCoverageCuller_SetSortingStyleToBackToFront")); mixin(bindCode("vtkFrustumCoverageCuller_SetSortingStyleToFrontToBack", "D_vtkFrustumCoverageCuller_SetSortingStyleToFrontToBack")); mixin(bindCode("vtkFrustumCoverageCuller_GetSortingStyleAsString", "D_vtkFrustumCoverageCuller_GetSortingStyleAsString")); mixin(bindCode("vtkFrustumCoverageCuller_Upcast", "D_vtkFrustumCoverageCuller_Upcast")); mixin(bindCode("vtkImageAnisotropicDiffusion2D_New", "D_vtkImageAnisotropicDiffusion2D_New")); mixin(bindCode("vtkImageAnisotropicDiffusion2D_IsTypeOf", "D_vtkImageAnisotropicDiffusion2D_IsTypeOf")); mixin(bindCode("vtkImageAnisotropicDiffusion2D_SafeDownCast", "D_vtkImageAnisotropicDiffusion2D_SafeDownCast")); mixin(bindCode("vtkImageAnisotropicDiffusion2D_NewInstance", "D_vtkImageAnisotropicDiffusion2D_NewInstance")); mixin(bindCode("vtkImageAnisotropicDiffusion2D_SetNumberOfIterations", "D_vtkImageAnisotropicDiffusion2D_SetNumberOfIterations")); mixin(bindCode("vtkImageAnisotropicDiffusion2D_GetNumberOfIterations", "D_vtkImageAnisotropicDiffusion2D_GetNumberOfIterations")); mixin(bindCode("vtkImageAnisotropicDiffusion2D_SetDiffusionThreshold", "D_vtkImageAnisotropicDiffusion2D_SetDiffusionThreshold")); mixin(bindCode("vtkImageAnisotropicDiffusion2D_GetDiffusionThreshold", "D_vtkImageAnisotropicDiffusion2D_GetDiffusionThreshold")); mixin(bindCode("vtkImageAnisotropicDiffusion2D_SetDiffusionFactor", "D_vtkImageAnisotropicDiffusion2D_SetDiffusionFactor")); mixin(bindCode("vtkImageAnisotropicDiffusion2D_GetDiffusionFactor", "D_vtkImageAnisotropicDiffusion2D_GetDiffusionFactor")); mixin(bindCode("vtkImageAnisotropicDiffusion2D_SetFaces", "D_vtkImageAnisotropicDiffusion2D_SetFaces")); mixin(bindCode("vtkImageAnisotropicDiffusion2D_GetFaces", "D_vtkImageAnisotropicDiffusion2D_GetFaces")); mixin(bindCode("vtkImageAnisotropicDiffusion2D_FacesOn", "D_vtkImageAnisotropicDiffusion2D_FacesOn")); mixin(bindCode("vtkImageAnisotropicDiffusion2D_FacesOff", "D_vtkImageAnisotropicDiffusion2D_FacesOff")); mixin(bindCode("vtkImageAnisotropicDiffusion2D_SetEdges", "D_vtkImageAnisotropicDiffusion2D_SetEdges")); mixin(bindCode("vtkImageAnisotropicDiffusion2D_GetEdges", "D_vtkImageAnisotropicDiffusion2D_GetEdges")); mixin(bindCode("vtkImageAnisotropicDiffusion2D_EdgesOn", "D_vtkImageAnisotropicDiffusion2D_EdgesOn")); mixin(bindCode("vtkImageAnisotropicDiffusion2D_EdgesOff", "D_vtkImageAnisotropicDiffusion2D_EdgesOff")); mixin(bindCode("vtkImageAnisotropicDiffusion2D_SetCorners", "D_vtkImageAnisotropicDiffusion2D_SetCorners")); mixin(bindCode("vtkImageAnisotropicDiffusion2D_GetCorners", "D_vtkImageAnisotropicDiffusion2D_GetCorners")); mixin(bindCode("vtkImageAnisotropicDiffusion2D_CornersOn", "D_vtkImageAnisotropicDiffusion2D_CornersOn")); mixin(bindCode("vtkImageAnisotropicDiffusion2D_CornersOff", "D_vtkImageAnisotropicDiffusion2D_CornersOff")); mixin(bindCode("vtkImageAnisotropicDiffusion2D_SetGradientMagnitudeThreshold", "D_vtkImageAnisotropicDiffusion2D_SetGradientMagnitudeThreshold")); mixin(bindCode("vtkImageAnisotropicDiffusion2D_GetGradientMagnitudeThreshold", "D_vtkImageAnisotropicDiffusion2D_GetGradientMagnitudeThreshold")); mixin(bindCode("vtkImageAnisotropicDiffusion2D_GradientMagnitudeThresholdOn", "D_vtkImageAnisotropicDiffusion2D_GradientMagnitudeThresholdOn")); mixin(bindCode("vtkImageAnisotropicDiffusion2D_GradientMagnitudeThresholdOff", "D_vtkImageAnisotropicDiffusion2D_GradientMagnitudeThresholdOff")); mixin(bindCode("vtkImageAnisotropicDiffusion2D_Upcast", "D_vtkImageAnisotropicDiffusion2D_Upcast")); mixin(bindCode("vtkPExtractHistogram2D_New", "D_vtkPExtractHistogram2D_New")); mixin(bindCode("vtkPExtractHistogram2D_IsTypeOf", "D_vtkPExtractHistogram2D_IsTypeOf")); mixin(bindCode("vtkPExtractHistogram2D_SafeDownCast", "D_vtkPExtractHistogram2D_SafeDownCast")); mixin(bindCode("vtkPExtractHistogram2D_NewInstance", "D_vtkPExtractHistogram2D_NewInstance")); mixin(bindCode("vtkPExtractHistogram2D_SetController", "D_vtkPExtractHistogram2D_SetController")); mixin(bindCode("vtkPExtractHistogram2D_GetController", "D_vtkPExtractHistogram2D_GetController")); mixin(bindCode("vtkPExtractHistogram2D_Upcast", "D_vtkPExtractHistogram2D_Upcast")); mixin(bindCode("vtkConstrained2DLayoutStrategy_New", "D_vtkConstrained2DLayoutStrategy_New")); mixin(bindCode("vtkConstrained2DLayoutStrategy_IsTypeOf", "D_vtkConstrained2DLayoutStrategy_IsTypeOf")); mixin(bindCode("vtkConstrained2DLayoutStrategy_SafeDownCast", "D_vtkConstrained2DLayoutStrategy_SafeDownCast")); mixin(bindCode("vtkConstrained2DLayoutStrategy_NewInstance", "D_vtkConstrained2DLayoutStrategy_NewInstance")); mixin(bindCode("vtkConstrained2DLayoutStrategy_SetRandomSeed", "D_vtkConstrained2DLayoutStrategy_SetRandomSeed")); mixin(bindCode("vtkConstrained2DLayoutStrategy_GetRandomSeedMinValue", "D_vtkConstrained2DLayoutStrategy_GetRandomSeedMinValue")); mixin(bindCode("vtkConstrained2DLayoutStrategy_GetRandomSeedMaxValue", "D_vtkConstrained2DLayoutStrategy_GetRandomSeedMaxValue")); mixin(bindCode("vtkConstrained2DLayoutStrategy_GetRandomSeed", "D_vtkConstrained2DLayoutStrategy_GetRandomSeed")); mixin(bindCode("vtkConstrained2DLayoutStrategy_SetMaxNumberOfIterations", "D_vtkConstrained2DLayoutStrategy_SetMaxNumberOfIterations")); mixin(bindCode("vtkConstrained2DLayoutStrategy_GetMaxNumberOfIterationsMinValue", "D_vtkConstrained2DLayoutStrategy_GetMaxNumberOfIterationsMinValue")); mixin(bindCode("vtkConstrained2DLayoutStrategy_GetMaxNumberOfIterationsMaxValue", "D_vtkConstrained2DLayoutStrategy_GetMaxNumberOfIterationsMaxValue")); mixin(bindCode("vtkConstrained2DLayoutStrategy_GetMaxNumberOfIterations", "D_vtkConstrained2DLayoutStrategy_GetMaxNumberOfIterations")); mixin(bindCode("vtkConstrained2DLayoutStrategy_SetIterationsPerLayout", "D_vtkConstrained2DLayoutStrategy_SetIterationsPerLayout")); mixin(bindCode("vtkConstrained2DLayoutStrategy_GetIterationsPerLayoutMinValue", "D_vtkConstrained2DLayoutStrategy_GetIterationsPerLayoutMinValue")); mixin(bindCode("vtkConstrained2DLayoutStrategy_GetIterationsPerLayoutMaxValue", "D_vtkConstrained2DLayoutStrategy_GetIterationsPerLayoutMaxValue")); mixin(bindCode("vtkConstrained2DLayoutStrategy_GetIterationsPerLayout", "D_vtkConstrained2DLayoutStrategy_GetIterationsPerLayout")); mixin(bindCode("vtkConstrained2DLayoutStrategy_SetInitialTemperature", "D_vtkConstrained2DLayoutStrategy_SetInitialTemperature")); mixin(bindCode("vtkConstrained2DLayoutStrategy_GetInitialTemperatureMinValue", "D_vtkConstrained2DLayoutStrategy_GetInitialTemperatureMinValue")); mixin(bindCode("vtkConstrained2DLayoutStrategy_GetInitialTemperatureMaxValue", "D_vtkConstrained2DLayoutStrategy_GetInitialTemperatureMaxValue")); mixin(bindCode("vtkConstrained2DLayoutStrategy_GetInitialTemperature", "D_vtkConstrained2DLayoutStrategy_GetInitialTemperature")); mixin(bindCode("vtkConstrained2DLayoutStrategy_SetCoolDownRate", "D_vtkConstrained2DLayoutStrategy_SetCoolDownRate")); mixin(bindCode("vtkConstrained2DLayoutStrategy_GetCoolDownRateMinValue", "D_vtkConstrained2DLayoutStrategy_GetCoolDownRateMinValue")); mixin(bindCode("vtkConstrained2DLayoutStrategy_GetCoolDownRateMaxValue", "D_vtkConstrained2DLayoutStrategy_GetCoolDownRateMaxValue")); mixin(bindCode("vtkConstrained2DLayoutStrategy_GetCoolDownRate", "D_vtkConstrained2DLayoutStrategy_GetCoolDownRate")); mixin(bindCode("vtkConstrained2DLayoutStrategy_SetRestDistance", "D_vtkConstrained2DLayoutStrategy_SetRestDistance")); mixin(bindCode("vtkConstrained2DLayoutStrategy_GetRestDistance", "D_vtkConstrained2DLayoutStrategy_GetRestDistance")); mixin(bindCode("vtkConstrained2DLayoutStrategy_SetInputArrayName", "D_vtkConstrained2DLayoutStrategy_SetInputArrayName")); mixin(bindCode("vtkConstrained2DLayoutStrategy_GetInputArrayName", "D_vtkConstrained2DLayoutStrategy_GetInputArrayName")); mixin(bindCode("vtkConstrained2DLayoutStrategy_Upcast", "D_vtkConstrained2DLayoutStrategy_Upcast")); mixin(bindCode("vtkRemoveHiddenData_New", "D_vtkRemoveHiddenData_New")); mixin(bindCode("vtkRemoveHiddenData_IsTypeOf", "D_vtkRemoveHiddenData_IsTypeOf")); mixin(bindCode("vtkRemoveHiddenData_SafeDownCast", "D_vtkRemoveHiddenData_SafeDownCast")); mixin(bindCode("vtkRemoveHiddenData_NewInstance", "D_vtkRemoveHiddenData_NewInstance")); mixin(bindCode("vtkRemoveHiddenData_Upcast", "D_vtkRemoveHiddenData_Upcast")); mixin(bindCode("vtkExtractBlock_New", "D_vtkExtractBlock_New")); mixin(bindCode("vtkExtractBlock_IsTypeOf", "D_vtkExtractBlock_IsTypeOf")); mixin(bindCode("vtkExtractBlock_SafeDownCast", "D_vtkExtractBlock_SafeDownCast")); mixin(bindCode("vtkExtractBlock_NewInstance", "D_vtkExtractBlock_NewInstance")); mixin(bindCode("vtkExtractBlock_AddIndex", "D_vtkExtractBlock_AddIndex")); mixin(bindCode("vtkExtractBlock_RemoveIndex", "D_vtkExtractBlock_RemoveIndex")); mixin(bindCode("vtkExtractBlock_RemoveAllIndices", "D_vtkExtractBlock_RemoveAllIndices")); mixin(bindCode("vtkExtractBlock_SetPruneOutput", "D_vtkExtractBlock_SetPruneOutput")); mixin(bindCode("vtkExtractBlock_GetPruneOutput", "D_vtkExtractBlock_GetPruneOutput")); mixin(bindCode("vtkExtractBlock_PruneOutputOn", "D_vtkExtractBlock_PruneOutputOn")); mixin(bindCode("vtkExtractBlock_PruneOutputOff", "D_vtkExtractBlock_PruneOutputOff")); mixin(bindCode("vtkExtractBlock_SetMaintainStructure", "D_vtkExtractBlock_SetMaintainStructure")); mixin(bindCode("vtkExtractBlock_GetMaintainStructure", "D_vtkExtractBlock_GetMaintainStructure")); mixin(bindCode("vtkExtractBlock_MaintainStructureOn", "D_vtkExtractBlock_MaintainStructureOn")); mixin(bindCode("vtkExtractBlock_MaintainStructureOff", "D_vtkExtractBlock_MaintainStructureOff")); mixin(bindCode("new_vtkExtractBlock", "D_new_vtkExtractBlock")); mixin(bindCode("delete_vtkExtractBlock", "D_delete_vtkExtractBlock")); mixin(bindCode("vtkExtractBlock_Upcast", "D_vtkExtractBlock_Upcast")); mixin(bindCode("vtkBalloonRepresentation_New", "D_vtkBalloonRepresentation_New")); mixin(bindCode("vtkBalloonRepresentation_IsTypeOf", "D_vtkBalloonRepresentation_IsTypeOf")); mixin(bindCode("vtkBalloonRepresentation_SafeDownCast", "D_vtkBalloonRepresentation_SafeDownCast")); mixin(bindCode("vtkBalloonRepresentation_NewInstance", "D_vtkBalloonRepresentation_NewInstance")); mixin(bindCode("vtkBalloonRepresentation_SetBalloonImage", "D_vtkBalloonRepresentation_SetBalloonImage")); mixin(bindCode("vtkBalloonRepresentation_GetBalloonImage", "D_vtkBalloonRepresentation_GetBalloonImage")); mixin(bindCode("vtkBalloonRepresentation_GetBalloonText", "D_vtkBalloonRepresentation_GetBalloonText")); mixin(bindCode("vtkBalloonRepresentation_SetBalloonText", "D_vtkBalloonRepresentation_SetBalloonText")); mixin(bindCode("vtkBalloonRepresentation_SetImageSize__SWIG_0", "D_vtkBalloonRepresentation_SetImageSize__SWIG_0")); mixin(bindCode("vtkBalloonRepresentation_SetImageSize__SWIG_1", "D_vtkBalloonRepresentation_SetImageSize__SWIG_1")); mixin(bindCode("vtkBalloonRepresentation_GetImageSize__SWIG_0", "D_vtkBalloonRepresentation_GetImageSize__SWIG_0")); mixin(bindCode("vtkBalloonRepresentation_GetImageSize__SWIG_1", "D_vtkBalloonRepresentation_GetImageSize__SWIG_1")); mixin(bindCode("vtkBalloonRepresentation_GetImageSize__SWIG_2", "D_vtkBalloonRepresentation_GetImageSize__SWIG_2")); mixin(bindCode("vtkBalloonRepresentation_SetTextProperty", "D_vtkBalloonRepresentation_SetTextProperty")); mixin(bindCode("vtkBalloonRepresentation_GetTextProperty", "D_vtkBalloonRepresentation_GetTextProperty")); mixin(bindCode("vtkBalloonRepresentation_SetFrameProperty", "D_vtkBalloonRepresentation_SetFrameProperty")); mixin(bindCode("vtkBalloonRepresentation_GetFrameProperty", "D_vtkBalloonRepresentation_GetFrameProperty")); mixin(bindCode("vtkBalloonRepresentation_SetImageProperty", "D_vtkBalloonRepresentation_SetImageProperty")); mixin(bindCode("vtkBalloonRepresentation_GetImageProperty", "D_vtkBalloonRepresentation_GetImageProperty")); mixin(bindCode("vtkBalloonRepresentation_SetBalloonLayout", "D_vtkBalloonRepresentation_SetBalloonLayout")); mixin(bindCode("vtkBalloonRepresentation_GetBalloonLayout", "D_vtkBalloonRepresentation_GetBalloonLayout")); mixin(bindCode("vtkBalloonRepresentation_SetBalloonLayoutToImageLeft", "D_vtkBalloonRepresentation_SetBalloonLayoutToImageLeft")); mixin(bindCode("vtkBalloonRepresentation_SetBalloonLayoutToImageRight", "D_vtkBalloonRepresentation_SetBalloonLayoutToImageRight")); mixin(bindCode("vtkBalloonRepresentation_SetBalloonLayoutToImageBottom", "D_vtkBalloonRepresentation_SetBalloonLayoutToImageBottom")); mixin(bindCode("vtkBalloonRepresentation_SetBalloonLayoutToImageTop", "D_vtkBalloonRepresentation_SetBalloonLayoutToImageTop")); mixin(bindCode("vtkBalloonRepresentation_SetBalloonLayoutToTextLeft", "D_vtkBalloonRepresentation_SetBalloonLayoutToTextLeft")); mixin(bindCode("vtkBalloonRepresentation_SetBalloonLayoutToTextRight", "D_vtkBalloonRepresentation_SetBalloonLayoutToTextRight")); mixin(bindCode("vtkBalloonRepresentation_SetBalloonLayoutToTextTop", "D_vtkBalloonRepresentation_SetBalloonLayoutToTextTop")); mixin(bindCode("vtkBalloonRepresentation_SetBalloonLayoutToTextBottom", "D_vtkBalloonRepresentation_SetBalloonLayoutToTextBottom")); mixin(bindCode("vtkBalloonRepresentation_SetOffset__SWIG_0", "D_vtkBalloonRepresentation_SetOffset__SWIG_0")); mixin(bindCode("vtkBalloonRepresentation_SetOffset__SWIG_1", "D_vtkBalloonRepresentation_SetOffset__SWIG_1")); mixin(bindCode("vtkBalloonRepresentation_GetOffset__SWIG_0", "D_vtkBalloonRepresentation_GetOffset__SWIG_0")); mixin(bindCode("vtkBalloonRepresentation_GetOffset__SWIG_1", "D_vtkBalloonRepresentation_GetOffset__SWIG_1")); mixin(bindCode("vtkBalloonRepresentation_GetOffset__SWIG_2", "D_vtkBalloonRepresentation_GetOffset__SWIG_2")); mixin(bindCode("vtkBalloonRepresentation_SetPadding", "D_vtkBalloonRepresentation_SetPadding")); mixin(bindCode("vtkBalloonRepresentation_GetPaddingMinValue", "D_vtkBalloonRepresentation_GetPaddingMinValue")); mixin(bindCode("vtkBalloonRepresentation_GetPaddingMaxValue", "D_vtkBalloonRepresentation_GetPaddingMaxValue")); mixin(bindCode("vtkBalloonRepresentation_GetPadding", "D_vtkBalloonRepresentation_GetPadding")); mixin(bindCode("vtkBalloonRepresentation_ComputeInteractionState__SWIG_0", "D_vtkBalloonRepresentation_ComputeInteractionState__SWIG_0")); mixin(bindCode("vtkBalloonRepresentation_ComputeInteractionState__SWIG_1", "D_vtkBalloonRepresentation_ComputeInteractionState__SWIG_1")); mixin(bindCode("vtkBalloonRepresentation_Upcast", "D_vtkBalloonRepresentation_Upcast")); mixin(bindCode("vtkStructuredGridReader_New", "D_vtkStructuredGridReader_New")); mixin(bindCode("vtkStructuredGridReader_IsTypeOf", "D_vtkStructuredGridReader_IsTypeOf")); mixin(bindCode("vtkStructuredGridReader_SafeDownCast", "D_vtkStructuredGridReader_SafeDownCast")); mixin(bindCode("vtkStructuredGridReader_NewInstance", "D_vtkStructuredGridReader_NewInstance")); mixin(bindCode("vtkStructuredGridReader_GetOutput__SWIG_0", "D_vtkStructuredGridReader_GetOutput__SWIG_0")); mixin(bindCode("vtkStructuredGridReader_GetOutput__SWIG_1", "D_vtkStructuredGridReader_GetOutput__SWIG_1")); mixin(bindCode("vtkStructuredGridReader_SetOutput", "D_vtkStructuredGridReader_SetOutput")); mixin(bindCode("vtkStructuredGridReader_Upcast", "D_vtkStructuredGridReader_Upcast")); mixin(bindCode("vtkParametricMobius_IsTypeOf", "D_vtkParametricMobius_IsTypeOf")); mixin(bindCode("vtkParametricMobius_SafeDownCast", "D_vtkParametricMobius_SafeDownCast")); mixin(bindCode("vtkParametricMobius_NewInstance", "D_vtkParametricMobius_NewInstance")); mixin(bindCode("vtkParametricMobius_New", "D_vtkParametricMobius_New")); mixin(bindCode("vtkParametricMobius_SetRadius", "D_vtkParametricMobius_SetRadius")); mixin(bindCode("vtkParametricMobius_GetRadius", "D_vtkParametricMobius_GetRadius")); mixin(bindCode("vtkParametricMobius_Upcast", "D_vtkParametricMobius_Upcast")); mixin(bindCode("vtkGaussianBlurPass_New", "D_vtkGaussianBlurPass_New")); mixin(bindCode("vtkGaussianBlurPass_IsTypeOf", "D_vtkGaussianBlurPass_IsTypeOf")); mixin(bindCode("vtkGaussianBlurPass_SafeDownCast", "D_vtkGaussianBlurPass_SafeDownCast")); mixin(bindCode("vtkGaussianBlurPass_NewInstance", "D_vtkGaussianBlurPass_NewInstance")); mixin(bindCode("vtkGaussianBlurPass_Upcast", "D_vtkGaussianBlurPass_Upcast")); mixin(bindCode("vtkStreamingTessellator_IsTypeOf", "D_vtkStreamingTessellator_IsTypeOf")); mixin(bindCode("vtkStreamingTessellator_SafeDownCast", "D_vtkStreamingTessellator_SafeDownCast")); mixin(bindCode("vtkStreamingTessellator_NewInstance", "D_vtkStreamingTessellator_NewInstance")); mixin(bindCode("vtkStreamingTessellator_New", "D_vtkStreamingTessellator_New")); mixin(bindCode("vtkStreamingTessellator_SetPrivateData", "D_vtkStreamingTessellator_SetPrivateData")); mixin(bindCode("vtkStreamingTessellator_GetPrivateData", "D_vtkStreamingTessellator_GetPrivateData")); mixin(bindCode("vtkStreamingTessellator_SetSubdivisionAlgorithm", "D_vtkStreamingTessellator_SetSubdivisionAlgorithm")); mixin(bindCode("vtkStreamingTessellator_GetSubdivisionAlgorithm", "D_vtkStreamingTessellator_GetSubdivisionAlgorithm")); mixin(bindCode("vtkStreamingTessellator_SetEmbeddingDimension", "D_vtkStreamingTessellator_SetEmbeddingDimension")); mixin(bindCode("vtkStreamingTessellator_GetEmbeddingDimension", "D_vtkStreamingTessellator_GetEmbeddingDimension")); mixin(bindCode("vtkStreamingTessellator_SetFieldSize", "D_vtkStreamingTessellator_SetFieldSize")); mixin(bindCode("vtkStreamingTessellator_GetFieldSize", "D_vtkStreamingTessellator_GetFieldSize")); mixin(bindCode("vtkStreamingTessellator_SetMaximumNumberOfSubdivisions", "D_vtkStreamingTessellator_SetMaximumNumberOfSubdivisions")); mixin(bindCode("vtkStreamingTessellator_GetMaximumNumberOfSubdivisions", "D_vtkStreamingTessellator_GetMaximumNumberOfSubdivisions")); mixin(bindCode("vtkStreamingTessellator_AdaptivelySample3Facet", "D_vtkStreamingTessellator_AdaptivelySample3Facet")); mixin(bindCode("vtkStreamingTessellator_AdaptivelySample2Facet", "D_vtkStreamingTessellator_AdaptivelySample2Facet")); mixin(bindCode("vtkStreamingTessellator_AdaptivelySample1Facet", "D_vtkStreamingTessellator_AdaptivelySample1Facet")); mixin(bindCode("vtkStreamingTessellator_AdaptivelySample0Facet", "D_vtkStreamingTessellator_AdaptivelySample0Facet")); mixin(bindCode("vtkStreamingTessellator_ResetCounts", "D_vtkStreamingTessellator_ResetCounts")); mixin(bindCode("vtkStreamingTessellator_GetCaseCount", "D_vtkStreamingTessellator_GetCaseCount")); mixin(bindCode("vtkStreamingTessellator_GetSubcaseCount", "D_vtkStreamingTessellator_GetSubcaseCount")); mixin(bindCode("vtkStreamingTessellator_Upcast", "D_vtkStreamingTessellator_Upcast")); mixin(bindCode("vtkEnSight6BinaryReader_New", "D_vtkEnSight6BinaryReader_New")); mixin(bindCode("vtkEnSight6BinaryReader_IsTypeOf", "D_vtkEnSight6BinaryReader_IsTypeOf")); mixin(bindCode("vtkEnSight6BinaryReader_SafeDownCast", "D_vtkEnSight6BinaryReader_SafeDownCast")); mixin(bindCode("vtkEnSight6BinaryReader_NewInstance", "D_vtkEnSight6BinaryReader_NewInstance")); mixin(bindCode("vtkEnSight6BinaryReader_Upcast", "D_vtkEnSight6BinaryReader_Upcast")); mixin(bindCode("vtkParticleTracer_IsTypeOf", "D_vtkParticleTracer_IsTypeOf")); mixin(bindCode("vtkParticleTracer_SafeDownCast", "D_vtkParticleTracer_SafeDownCast")); mixin(bindCode("vtkParticleTracer_NewInstance", "D_vtkParticleTracer_NewInstance")); mixin(bindCode("vtkParticleTracer_New", "D_vtkParticleTracer_New")); mixin(bindCode("vtkParticleTracer_Upcast", "D_vtkParticleTracer_Upcast")); mixin(bindCode("vtkExtractPolyDataPiece_New", "D_vtkExtractPolyDataPiece_New")); mixin(bindCode("vtkExtractPolyDataPiece_IsTypeOf", "D_vtkExtractPolyDataPiece_IsTypeOf")); mixin(bindCode("vtkExtractPolyDataPiece_SafeDownCast", "D_vtkExtractPolyDataPiece_SafeDownCast")); mixin(bindCode("vtkExtractPolyDataPiece_NewInstance", "D_vtkExtractPolyDataPiece_NewInstance")); mixin(bindCode("vtkExtractPolyDataPiece_SetCreateGhostCells", "D_vtkExtractPolyDataPiece_SetCreateGhostCells")); mixin(bindCode("vtkExtractPolyDataPiece_GetCreateGhostCells", "D_vtkExtractPolyDataPiece_GetCreateGhostCells")); mixin(bindCode("vtkExtractPolyDataPiece_CreateGhostCellsOn", "D_vtkExtractPolyDataPiece_CreateGhostCellsOn")); mixin(bindCode("vtkExtractPolyDataPiece_CreateGhostCellsOff", "D_vtkExtractPolyDataPiece_CreateGhostCellsOff")); mixin(bindCode("vtkExtractPolyDataPiece_Upcast", "D_vtkExtractPolyDataPiece_Upcast")); mixin(bindCode("vtkScalarBarRepresentation_IsTypeOf", "D_vtkScalarBarRepresentation_IsTypeOf")); mixin(bindCode("vtkScalarBarRepresentation_SafeDownCast", "D_vtkScalarBarRepresentation_SafeDownCast")); mixin(bindCode("vtkScalarBarRepresentation_NewInstance", "D_vtkScalarBarRepresentation_NewInstance")); mixin(bindCode("vtkScalarBarRepresentation_New", "D_vtkScalarBarRepresentation_New")); mixin(bindCode("vtkScalarBarRepresentation_GetScalarBarActor", "D_vtkScalarBarRepresentation_GetScalarBarActor")); mixin(bindCode("vtkScalarBarRepresentation_SetScalarBarActor", "D_vtkScalarBarRepresentation_SetScalarBarActor")); mixin(bindCode("vtkScalarBarRepresentation_SetOrientation", "D_vtkScalarBarRepresentation_SetOrientation")); mixin(bindCode("vtkScalarBarRepresentation_GetOrientation", "D_vtkScalarBarRepresentation_GetOrientation")); mixin(bindCode("vtkScalarBarRepresentation_Upcast", "D_vtkScalarBarRepresentation_Upcast")); mixin(bindCode("vtkCompositePolyDataMapper2_New", "D_vtkCompositePolyDataMapper2_New")); mixin(bindCode("vtkCompositePolyDataMapper2_IsTypeOf", "D_vtkCompositePolyDataMapper2_IsTypeOf")); mixin(bindCode("vtkCompositePolyDataMapper2_SafeDownCast", "D_vtkCompositePolyDataMapper2_SafeDownCast")); mixin(bindCode("vtkCompositePolyDataMapper2_NewInstance", "D_vtkCompositePolyDataMapper2_NewInstance")); mixin(bindCode("vtkCompositePolyDataMapper2_SetCompositeDataDisplayAttributes", "D_vtkCompositePolyDataMapper2_SetCompositeDataDisplayAttributes")); mixin(bindCode("vtkCompositePolyDataMapper2_GetCompositeDataDisplayAttributes", "D_vtkCompositePolyDataMapper2_GetCompositeDataDisplayAttributes")); mixin(bindCode("vtkCompositePolyDataMapper2_SetBlockVisibility", "D_vtkCompositePolyDataMapper2_SetBlockVisibility")); mixin(bindCode("vtkCompositePolyDataMapper2_GetBlockVisibility", "D_vtkCompositePolyDataMapper2_GetBlockVisibility")); mixin(bindCode("vtkCompositePolyDataMapper2_RemoveBlockVisibility", "D_vtkCompositePolyDataMapper2_RemoveBlockVisibility")); mixin(bindCode("vtkCompositePolyDataMapper2_RemoveBlockVisibilites", "D_vtkCompositePolyDataMapper2_RemoveBlockVisibilites")); mixin(bindCode("vtkCompositePolyDataMapper2_SetBlockColor__SWIG_0", "D_vtkCompositePolyDataMapper2_SetBlockColor__SWIG_0")); mixin(bindCode("vtkCompositePolyDataMapper2_SetBlockColor__SWIG_1", "D_vtkCompositePolyDataMapper2_SetBlockColor__SWIG_1")); mixin(bindCode("vtkCompositePolyDataMapper2_GetBlockColor", "D_vtkCompositePolyDataMapper2_GetBlockColor")); mixin(bindCode("vtkCompositePolyDataMapper2_RemoveBlockColor", "D_vtkCompositePolyDataMapper2_RemoveBlockColor")); mixin(bindCode("vtkCompositePolyDataMapper2_RemoveBlockColors", "D_vtkCompositePolyDataMapper2_RemoveBlockColors")); mixin(bindCode("vtkCompositePolyDataMapper2_SetBlockOpacity", "D_vtkCompositePolyDataMapper2_SetBlockOpacity")); mixin(bindCode("vtkCompositePolyDataMapper2_GetBlockOpacity", "D_vtkCompositePolyDataMapper2_GetBlockOpacity")); mixin(bindCode("vtkCompositePolyDataMapper2_RemoveBlockOpacity", "D_vtkCompositePolyDataMapper2_RemoveBlockOpacity")); mixin(bindCode("vtkCompositePolyDataMapper2_RemoveBlockOpacities", "D_vtkCompositePolyDataMapper2_RemoveBlockOpacities")); mixin(bindCode("new_vtkCompositePolyDataMapper2", "D_new_vtkCompositePolyDataMapper2")); mixin(bindCode("delete_vtkCompositePolyDataMapper2", "D_delete_vtkCompositePolyDataMapper2")); mixin(bindCode("vtkCompositePolyDataMapper2_Upcast", "D_vtkCompositePolyDataMapper2_Upcast")); mixin(bindCode("vtkImageRGBToHSI_New", "D_vtkImageRGBToHSI_New")); mixin(bindCode("vtkImageRGBToHSI_IsTypeOf", "D_vtkImageRGBToHSI_IsTypeOf")); mixin(bindCode("vtkImageRGBToHSI_SafeDownCast", "D_vtkImageRGBToHSI_SafeDownCast")); mixin(bindCode("vtkImageRGBToHSI_NewInstance", "D_vtkImageRGBToHSI_NewInstance")); mixin(bindCode("vtkImageRGBToHSI_SetMaximum", "D_vtkImageRGBToHSI_SetMaximum")); mixin(bindCode("vtkImageRGBToHSI_GetMaximum", "D_vtkImageRGBToHSI_GetMaximum")); mixin(bindCode("vtkImageRGBToHSI_Upcast", "D_vtkImageRGBToHSI_Upcast")); mixin(bindCode("vtkDataObjectWriter_New", "D_vtkDataObjectWriter_New")); mixin(bindCode("vtkDataObjectWriter_IsTypeOf", "D_vtkDataObjectWriter_IsTypeOf")); mixin(bindCode("vtkDataObjectWriter_SafeDownCast", "D_vtkDataObjectWriter_SafeDownCast")); mixin(bindCode("vtkDataObjectWriter_NewInstance", "D_vtkDataObjectWriter_NewInstance")); mixin(bindCode("vtkDataObjectWriter_SetFileName", "D_vtkDataObjectWriter_SetFileName")); mixin(bindCode("vtkDataObjectWriter_GetFileName", "D_vtkDataObjectWriter_GetFileName")); mixin(bindCode("vtkDataObjectWriter_SetHeader", "D_vtkDataObjectWriter_SetHeader")); mixin(bindCode("vtkDataObjectWriter_GetHeader", "D_vtkDataObjectWriter_GetHeader")); mixin(bindCode("vtkDataObjectWriter_SetFileType", "D_vtkDataObjectWriter_SetFileType")); mixin(bindCode("vtkDataObjectWriter_GetFileType", "D_vtkDataObjectWriter_GetFileType")); mixin(bindCode("vtkDataObjectWriter_SetFileTypeToASCII", "D_vtkDataObjectWriter_SetFileTypeToASCII")); mixin(bindCode("vtkDataObjectWriter_SetFileTypeToBinary", "D_vtkDataObjectWriter_SetFileTypeToBinary")); mixin(bindCode("vtkDataObjectWriter_SetWriteToOutputString", "D_vtkDataObjectWriter_SetWriteToOutputString")); mixin(bindCode("vtkDataObjectWriter_WriteToOutputStringOn", "D_vtkDataObjectWriter_WriteToOutputStringOn")); mixin(bindCode("vtkDataObjectWriter_WriteToOutputStringOff", "D_vtkDataObjectWriter_WriteToOutputStringOff")); mixin(bindCode("vtkDataObjectWriter_GetWriteToOutputString", "D_vtkDataObjectWriter_GetWriteToOutputString")); mixin(bindCode("vtkDataObjectWriter_GetOutputString", "D_vtkDataObjectWriter_GetOutputString")); mixin(bindCode("vtkDataObjectWriter_GetOutputStdString", "D_vtkDataObjectWriter_GetOutputStdString")); mixin(bindCode("vtkDataObjectWriter_GetOutputStringLength", "D_vtkDataObjectWriter_GetOutputStringLength")); mixin(bindCode("vtkDataObjectWriter_GetBinaryOutputString", "D_vtkDataObjectWriter_GetBinaryOutputString")); mixin(bindCode("vtkDataObjectWriter_SetFieldDataName", "D_vtkDataObjectWriter_SetFieldDataName")); mixin(bindCode("vtkDataObjectWriter_GetFieldDataName", "D_vtkDataObjectWriter_GetFieldDataName")); mixin(bindCode("vtkDataObjectWriter_Upcast", "D_vtkDataObjectWriter_Upcast")); mixin(bindCode("vtkPImageWriter_New", "D_vtkPImageWriter_New")); mixin(bindCode("vtkPImageWriter_IsTypeOf", "D_vtkPImageWriter_IsTypeOf")); mixin(bindCode("vtkPImageWriter_SafeDownCast", "D_vtkPImageWriter_SafeDownCast")); mixin(bindCode("vtkPImageWriter_NewInstance", "D_vtkPImageWriter_NewInstance")); mixin(bindCode("vtkPImageWriter_SetMemoryLimit", "D_vtkPImageWriter_SetMemoryLimit")); mixin(bindCode("vtkPImageWriter_GetMemoryLimit", "D_vtkPImageWriter_GetMemoryLimit")); mixin(bindCode("vtkPImageWriter_Upcast", "D_vtkPImageWriter_Upcast")); mixin(bindCode("vtkHierarchicalBoxDataIterator_New", "D_vtkHierarchicalBoxDataIterator_New")); mixin(bindCode("vtkHierarchicalBoxDataIterator_IsTypeOf", "D_vtkHierarchicalBoxDataIterator_IsTypeOf")); mixin(bindCode("vtkHierarchicalBoxDataIterator_SafeDownCast", "D_vtkHierarchicalBoxDataIterator_SafeDownCast")); mixin(bindCode("vtkHierarchicalBoxDataIterator_NewInstance", "D_vtkHierarchicalBoxDataIterator_NewInstance")); mixin(bindCode("vtkHierarchicalBoxDataIterator_Upcast", "D_vtkHierarchicalBoxDataIterator_Upcast")); mixin(bindCode("vtkHyperOctreeLimiter_New", "D_vtkHyperOctreeLimiter_New")); mixin(bindCode("vtkHyperOctreeLimiter_IsTypeOf", "D_vtkHyperOctreeLimiter_IsTypeOf")); mixin(bindCode("vtkHyperOctreeLimiter_SafeDownCast", "D_vtkHyperOctreeLimiter_SafeDownCast")); mixin(bindCode("vtkHyperOctreeLimiter_NewInstance", "D_vtkHyperOctreeLimiter_NewInstance")); mixin(bindCode("vtkHyperOctreeLimiter_GetMaximumLevel", "D_vtkHyperOctreeLimiter_GetMaximumLevel")); mixin(bindCode("vtkHyperOctreeLimiter_SetMaximumLevel", "D_vtkHyperOctreeLimiter_SetMaximumLevel")); mixin(bindCode("vtkHyperOctreeLimiter_Upcast", "D_vtkHyperOctreeLimiter_Upcast")); mixin(bindCode("vtkLongArray_New", "D_vtkLongArray_New")); mixin(bindCode("vtkLongArray_IsTypeOf", "D_vtkLongArray_IsTypeOf")); mixin(bindCode("vtkLongArray_SafeDownCast", "D_vtkLongArray_SafeDownCast")); mixin(bindCode("vtkLongArray_NewInstance", "D_vtkLongArray_NewInstance")); mixin(bindCode("vtkLongArray_GetTupleValue", "D_vtkLongArray_GetTupleValue")); mixin(bindCode("vtkLongArray_SetTupleValue", "D_vtkLongArray_SetTupleValue")); mixin(bindCode("vtkLongArray_InsertTupleValue", "D_vtkLongArray_InsertTupleValue")); mixin(bindCode("vtkLongArray_InsertNextTupleValue", "D_vtkLongArray_InsertNextTupleValue")); mixin(bindCode("vtkLongArray_GetValue", "D_vtkLongArray_GetValue")); mixin(bindCode("vtkLongArray_SetValue", "D_vtkLongArray_SetValue")); mixin(bindCode("vtkLongArray_SetNumberOfValues", "D_vtkLongArray_SetNumberOfValues")); mixin(bindCode("vtkLongArray_InsertValue", "D_vtkLongArray_InsertValue")); mixin(bindCode("vtkLongArray_InsertNextValue", "D_vtkLongArray_InsertNextValue")); mixin(bindCode("vtkLongArray_GetValueRange__SWIG_0", "D_vtkLongArray_GetValueRange__SWIG_0")); mixin(bindCode("vtkLongArray_GetValueRange__SWIG_1", "D_vtkLongArray_GetValueRange__SWIG_1")); mixin(bindCode("vtkLongArray_GetDataTypeValueMin", "D_vtkLongArray_GetDataTypeValueMin")); mixin(bindCode("vtkLongArray_GetDataTypeValueMax", "D_vtkLongArray_GetDataTypeValueMax")); mixin(bindCode("vtkLongArray_WritePointer", "D_vtkLongArray_WritePointer")); mixin(bindCode("vtkLongArray_GetPointer", "D_vtkLongArray_GetPointer")); mixin(bindCode("vtkLongArray_SetArray__SWIG_0", "D_vtkLongArray_SetArray__SWIG_0")); mixin(bindCode("vtkLongArray_SetArray__SWIG_1", "D_vtkLongArray_SetArray__SWIG_1")); mixin(bindCode("vtkLongArray_Upcast", "D_vtkLongArray_Upcast")); mixin(bindCode("vtkWidgetEvent_New", "D_vtkWidgetEvent_New")); mixin(bindCode("vtkWidgetEvent_IsTypeOf", "D_vtkWidgetEvent_IsTypeOf")); mixin(bindCode("vtkWidgetEvent_SafeDownCast", "D_vtkWidgetEvent_SafeDownCast")); mixin(bindCode("vtkWidgetEvent_NewInstance", "D_vtkWidgetEvent_NewInstance")); mixin(bindCode("vtkWidgetEvent_GetStringFromEventId", "D_vtkWidgetEvent_GetStringFromEventId")); mixin(bindCode("vtkWidgetEvent_GetEventIdFromString", "D_vtkWidgetEvent_GetEventIdFromString")); mixin(bindCode("vtkWidgetEvent_Upcast", "D_vtkWidgetEvent_Upcast")); mixin(bindCode("vtkViewDependentErrorMetric_New", "D_vtkViewDependentErrorMetric_New")); mixin(bindCode("vtkViewDependentErrorMetric_IsTypeOf", "D_vtkViewDependentErrorMetric_IsTypeOf")); mixin(bindCode("vtkViewDependentErrorMetric_SafeDownCast", "D_vtkViewDependentErrorMetric_SafeDownCast")); mixin(bindCode("vtkViewDependentErrorMetric_NewInstance", "D_vtkViewDependentErrorMetric_NewInstance")); mixin(bindCode("vtkViewDependentErrorMetric_GetPixelTolerance", "D_vtkViewDependentErrorMetric_GetPixelTolerance")); mixin(bindCode("vtkViewDependentErrorMetric_SetPixelTolerance", "D_vtkViewDependentErrorMetric_SetPixelTolerance")); mixin(bindCode("vtkViewDependentErrorMetric_GetViewport", "D_vtkViewDependentErrorMetric_GetViewport")); mixin(bindCode("vtkViewDependentErrorMetric_SetViewport", "D_vtkViewDependentErrorMetric_SetViewport")); mixin(bindCode("vtkViewDependentErrorMetric_Upcast", "D_vtkViewDependentErrorMetric_Upcast")); mixin(bindCode("VTK_NO_OVERLAP_get", "D_VTK_NO_OVERLAP_get")); mixin(bindCode("VTK_NODE_OVERLAP_get", "D_VTK_NODE_OVERLAP_get")); mixin(bindCode("VTK_EDGE_OVERLAP_get", "D_VTK_EDGE_OVERLAP_get")); mixin(bindCode("VTK_PARTIAL_OVERLAP_get", "D_VTK_PARTIAL_OVERLAP_get")); mixin(bindCode("vtkStructuredGridConnectivity_New", "D_vtkStructuredGridConnectivity_New")); mixin(bindCode("vtkStructuredGridConnectivity_IsTypeOf", "D_vtkStructuredGridConnectivity_IsTypeOf")); mixin(bindCode("vtkStructuredGridConnectivity_SafeDownCast", "D_vtkStructuredGridConnectivity_SafeDownCast")); mixin(bindCode("vtkStructuredGridConnectivity_NewInstance", "D_vtkStructuredGridConnectivity_NewInstance")); mixin(bindCode("vtkStructuredGridConnectivity_SetWholeExtent__SWIG_0", "D_vtkStructuredGridConnectivity_SetWholeExtent__SWIG_0")); mixin(bindCode("vtkStructuredGridConnectivity_SetWholeExtent__SWIG_1", "D_vtkStructuredGridConnectivity_SetWholeExtent__SWIG_1")); mixin(bindCode("vtkStructuredGridConnectivity_GetWholeExtent__SWIG_0", "D_vtkStructuredGridConnectivity_GetWholeExtent__SWIG_0")); mixin(bindCode("vtkStructuredGridConnectivity_GetWholeExtent__SWIG_1", "D_vtkStructuredGridConnectivity_GetWholeExtent__SWIG_1")); mixin(bindCode("vtkStructuredGridConnectivity_GetWholeExtent__SWIG_2", "D_vtkStructuredGridConnectivity_GetWholeExtent__SWIG_2")); mixin(bindCode("vtkStructuredGridConnectivity_GetDataDimension", "D_vtkStructuredGridConnectivity_GetDataDimension")); mixin(bindCode("vtkStructuredGridConnectivity_RegisterGrid", "D_vtkStructuredGridConnectivity_RegisterGrid")); mixin(bindCode("vtkStructuredGridConnectivity_GetGridExtent", "D_vtkStructuredGridConnectivity_GetGridExtent")); mixin(bindCode("vtkStructuredGridConnectivity_SetGhostedGridExtent", "D_vtkStructuredGridConnectivity_SetGhostedGridExtent")); mixin(bindCode("vtkStructuredGridConnectivity_GetGhostedGridExtent", "D_vtkStructuredGridConnectivity_GetGhostedGridExtent")); mixin(bindCode("vtkStructuredGridConnectivity_GetNumberOfNeighbors", "D_vtkStructuredGridConnectivity_GetNumberOfNeighbors")); mixin(bindCode("vtkStructuredGridConnectivity_GetGridNeighbor", "D_vtkStructuredGridConnectivity_GetGridNeighbor")); mixin(bindCode("vtkStructuredGridConnectivity_GetNeighbors", "D_vtkStructuredGridConnectivity_GetNeighbors")); mixin(bindCode("vtkStructuredGridConnectivity_FillGhostArrays", "D_vtkStructuredGridConnectivity_FillGhostArrays")); mixin(bindCode("vtkStructuredGridConnectivity_CreateGhostLayers__SWIG_0", "D_vtkStructuredGridConnectivity_CreateGhostLayers__SWIG_0")); mixin(bindCode("vtkStructuredGridConnectivity_CreateGhostLayers__SWIG_1", "D_vtkStructuredGridConnectivity_CreateGhostLayers__SWIG_1")); mixin(bindCode("vtkStructuredGridConnectivity_Upcast", "D_vtkStructuredGridConnectivity_Upcast")); mixin(bindCode("vtkTransmitRectilinearGridPiece_New", "D_vtkTransmitRectilinearGridPiece_New")); mixin(bindCode("vtkTransmitRectilinearGridPiece_IsTypeOf", "D_vtkTransmitRectilinearGridPiece_IsTypeOf")); mixin(bindCode("vtkTransmitRectilinearGridPiece_SafeDownCast", "D_vtkTransmitRectilinearGridPiece_SafeDownCast")); mixin(bindCode("vtkTransmitRectilinearGridPiece_NewInstance", "D_vtkTransmitRectilinearGridPiece_NewInstance")); mixin(bindCode("vtkTransmitRectilinearGridPiece_SetController", "D_vtkTransmitRectilinearGridPiece_SetController")); mixin(bindCode("vtkTransmitRectilinearGridPiece_GetController", "D_vtkTransmitRectilinearGridPiece_GetController")); mixin(bindCode("vtkTransmitRectilinearGridPiece_SetCreateGhostCells", "D_vtkTransmitRectilinearGridPiece_SetCreateGhostCells")); mixin(bindCode("vtkTransmitRectilinearGridPiece_GetCreateGhostCells", "D_vtkTransmitRectilinearGridPiece_GetCreateGhostCells")); mixin(bindCode("vtkTransmitRectilinearGridPiece_CreateGhostCellsOn", "D_vtkTransmitRectilinearGridPiece_CreateGhostCellsOn")); mixin(bindCode("vtkTransmitRectilinearGridPiece_CreateGhostCellsOff", "D_vtkTransmitRectilinearGridPiece_CreateGhostCellsOff")); mixin(bindCode("vtkTransmitRectilinearGridPiece_Upcast", "D_vtkTransmitRectilinearGridPiece_Upcast")); mixin(bindCode("vtkExtractUnstructuredGrid_IsTypeOf", "D_vtkExtractUnstructuredGrid_IsTypeOf")); mixin(bindCode("vtkExtractUnstructuredGrid_SafeDownCast", "D_vtkExtractUnstructuredGrid_SafeDownCast")); mixin(bindCode("vtkExtractUnstructuredGrid_NewInstance", "D_vtkExtractUnstructuredGrid_NewInstance")); mixin(bindCode("vtkExtractUnstructuredGrid_New", "D_vtkExtractUnstructuredGrid_New")); mixin(bindCode("vtkExtractUnstructuredGrid_SetPointClipping", "D_vtkExtractUnstructuredGrid_SetPointClipping")); mixin(bindCode("vtkExtractUnstructuredGrid_GetPointClipping", "D_vtkExtractUnstructuredGrid_GetPointClipping")); mixin(bindCode("vtkExtractUnstructuredGrid_PointClippingOn", "D_vtkExtractUnstructuredGrid_PointClippingOn")); mixin(bindCode("vtkExtractUnstructuredGrid_PointClippingOff", "D_vtkExtractUnstructuredGrid_PointClippingOff")); mixin(bindCode("vtkExtractUnstructuredGrid_SetCellClipping", "D_vtkExtractUnstructuredGrid_SetCellClipping")); mixin(bindCode("vtkExtractUnstructuredGrid_GetCellClipping", "D_vtkExtractUnstructuredGrid_GetCellClipping")); mixin(bindCode("vtkExtractUnstructuredGrid_CellClippingOn", "D_vtkExtractUnstructuredGrid_CellClippingOn")); mixin(bindCode("vtkExtractUnstructuredGrid_CellClippingOff", "D_vtkExtractUnstructuredGrid_CellClippingOff")); mixin(bindCode("vtkExtractUnstructuredGrid_SetExtentClipping", "D_vtkExtractUnstructuredGrid_SetExtentClipping")); mixin(bindCode("vtkExtractUnstructuredGrid_GetExtentClipping", "D_vtkExtractUnstructuredGrid_GetExtentClipping")); mixin(bindCode("vtkExtractUnstructuredGrid_ExtentClippingOn", "D_vtkExtractUnstructuredGrid_ExtentClippingOn")); mixin(bindCode("vtkExtractUnstructuredGrid_ExtentClippingOff", "D_vtkExtractUnstructuredGrid_ExtentClippingOff")); mixin(bindCode("vtkExtractUnstructuredGrid_SetPointMinimum", "D_vtkExtractUnstructuredGrid_SetPointMinimum")); mixin(bindCode("vtkExtractUnstructuredGrid_GetPointMinimumMinValue", "D_vtkExtractUnstructuredGrid_GetPointMinimumMinValue")); mixin(bindCode("vtkExtractUnstructuredGrid_GetPointMinimumMaxValue", "D_vtkExtractUnstructuredGrid_GetPointMinimumMaxValue")); mixin(bindCode("vtkExtractUnstructuredGrid_GetPointMinimum", "D_vtkExtractUnstructuredGrid_GetPointMinimum")); mixin(bindCode("vtkExtractUnstructuredGrid_SetPointMaximum", "D_vtkExtractUnstructuredGrid_SetPointMaximum")); mixin(bindCode("vtkExtractUnstructuredGrid_GetPointMaximumMinValue", "D_vtkExtractUnstructuredGrid_GetPointMaximumMinValue")); mixin(bindCode("vtkExtractUnstructuredGrid_GetPointMaximumMaxValue", "D_vtkExtractUnstructuredGrid_GetPointMaximumMaxValue")); mixin(bindCode("vtkExtractUnstructuredGrid_GetPointMaximum", "D_vtkExtractUnstructuredGrid_GetPointMaximum")); mixin(bindCode("vtkExtractUnstructuredGrid_SetCellMinimum", "D_vtkExtractUnstructuredGrid_SetCellMinimum")); mixin(bindCode("vtkExtractUnstructuredGrid_GetCellMinimumMinValue", "D_vtkExtractUnstructuredGrid_GetCellMinimumMinValue")); mixin(bindCode("vtkExtractUnstructuredGrid_GetCellMinimumMaxValue", "D_vtkExtractUnstructuredGrid_GetCellMinimumMaxValue")); mixin(bindCode("vtkExtractUnstructuredGrid_GetCellMinimum", "D_vtkExtractUnstructuredGrid_GetCellMinimum")); mixin(bindCode("vtkExtractUnstructuredGrid_SetCellMaximum", "D_vtkExtractUnstructuredGrid_SetCellMaximum")); mixin(bindCode("vtkExtractUnstructuredGrid_GetCellMaximumMinValue", "D_vtkExtractUnstructuredGrid_GetCellMaximumMinValue")); mixin(bindCode("vtkExtractUnstructuredGrid_GetCellMaximumMaxValue", "D_vtkExtractUnstructuredGrid_GetCellMaximumMaxValue")); mixin(bindCode("vtkExtractUnstructuredGrid_GetCellMaximum", "D_vtkExtractUnstructuredGrid_GetCellMaximum")); mixin(bindCode("vtkExtractUnstructuredGrid_SetExtent__SWIG_0", "D_vtkExtractUnstructuredGrid_SetExtent__SWIG_0")); mixin(bindCode("vtkExtractUnstructuredGrid_SetExtent__SWIG_1", "D_vtkExtractUnstructuredGrid_SetExtent__SWIG_1")); mixin(bindCode("vtkExtractUnstructuredGrid_GetExtent", "D_vtkExtractUnstructuredGrid_GetExtent")); mixin(bindCode("vtkExtractUnstructuredGrid_SetMerging", "D_vtkExtractUnstructuredGrid_SetMerging")); mixin(bindCode("vtkExtractUnstructuredGrid_GetMerging", "D_vtkExtractUnstructuredGrid_GetMerging")); mixin(bindCode("vtkExtractUnstructuredGrid_MergingOn", "D_vtkExtractUnstructuredGrid_MergingOn")); mixin(bindCode("vtkExtractUnstructuredGrid_MergingOff", "D_vtkExtractUnstructuredGrid_MergingOff")); mixin(bindCode("vtkExtractUnstructuredGrid_SetLocator", "D_vtkExtractUnstructuredGrid_SetLocator")); mixin(bindCode("vtkExtractUnstructuredGrid_GetLocator", "D_vtkExtractUnstructuredGrid_GetLocator")); mixin(bindCode("vtkExtractUnstructuredGrid_CreateDefaultLocator", "D_vtkExtractUnstructuredGrid_CreateDefaultLocator")); mixin(bindCode("vtkExtractUnstructuredGrid_Upcast", "D_vtkExtractUnstructuredGrid_Upcast")); mixin(bindCode("vtkVideoSource_New", "D_vtkVideoSource_New")); mixin(bindCode("vtkVideoSource_IsTypeOf", "D_vtkVideoSource_IsTypeOf")); mixin(bindCode("vtkVideoSource_SafeDownCast", "D_vtkVideoSource_SafeDownCast")); mixin(bindCode("vtkVideoSource_NewInstance", "D_vtkVideoSource_NewInstance")); mixin(bindCode("vtkVideoSource_Record", "D_vtkVideoSource_Record")); mixin(bindCode("vtkVideoSource_Play", "D_vtkVideoSource_Play")); mixin(bindCode("vtkVideoSource_Stop", "D_vtkVideoSource_Stop")); mixin(bindCode("vtkVideoSource_Rewind", "D_vtkVideoSource_Rewind")); mixin(bindCode("vtkVideoSource_FastForward", "D_vtkVideoSource_FastForward")); mixin(bindCode("vtkVideoSource_Seek", "D_vtkVideoSource_Seek")); mixin(bindCode("vtkVideoSource_Grab", "D_vtkVideoSource_Grab")); mixin(bindCode("vtkVideoSource_GetRecording", "D_vtkVideoSource_GetRecording")); mixin(bindCode("vtkVideoSource_GetPlaying", "D_vtkVideoSource_GetPlaying")); mixin(bindCode("vtkVideoSource_SetFrameSize__SWIG_0", "D_vtkVideoSource_SetFrameSize__SWIG_0")); mixin(bindCode("vtkVideoSource_SetFrameSize__SWIG_1", "D_vtkVideoSource_SetFrameSize__SWIG_1")); mixin(bindCode("vtkVideoSource_GetFrameSize__SWIG_0", "D_vtkVideoSource_GetFrameSize__SWIG_0")); mixin(bindCode("vtkVideoSource_GetFrameSize__SWIG_1", "D_vtkVideoSource_GetFrameSize__SWIG_1")); mixin(bindCode("vtkVideoSource_GetFrameSize__SWIG_2", "D_vtkVideoSource_GetFrameSize__SWIG_2")); mixin(bindCode("vtkVideoSource_SetFrameRate", "D_vtkVideoSource_SetFrameRate")); mixin(bindCode("vtkVideoSource_GetFrameRate", "D_vtkVideoSource_GetFrameRate")); mixin(bindCode("vtkVideoSource_SetOutputFormat", "D_vtkVideoSource_SetOutputFormat")); mixin(bindCode("vtkVideoSource_SetOutputFormatToLuminance", "D_vtkVideoSource_SetOutputFormatToLuminance")); mixin(bindCode("vtkVideoSource_SetOutputFormatToRGB", "D_vtkVideoSource_SetOutputFormatToRGB")); mixin(bindCode("vtkVideoSource_SetOutputFormatToRGBA", "D_vtkVideoSource_SetOutputFormatToRGBA")); mixin(bindCode("vtkVideoSource_GetOutputFormat", "D_vtkVideoSource_GetOutputFormat")); mixin(bindCode("vtkVideoSource_SetFrameBufferSize", "D_vtkVideoSource_SetFrameBufferSize")); mixin(bindCode("vtkVideoSource_GetFrameBufferSize", "D_vtkVideoSource_GetFrameBufferSize")); mixin(bindCode("vtkVideoSource_SetNumberOfOutputFrames", "D_vtkVideoSource_SetNumberOfOutputFrames")); mixin(bindCode("vtkVideoSource_GetNumberOfOutputFrames", "D_vtkVideoSource_GetNumberOfOutputFrames")); mixin(bindCode("vtkVideoSource_AutoAdvanceOn", "D_vtkVideoSource_AutoAdvanceOn")); mixin(bindCode("vtkVideoSource_AutoAdvanceOff", "D_vtkVideoSource_AutoAdvanceOff")); mixin(bindCode("vtkVideoSource_SetAutoAdvance", "D_vtkVideoSource_SetAutoAdvance")); mixin(bindCode("vtkVideoSource_GetAutoAdvance", "D_vtkVideoSource_GetAutoAdvance")); mixin(bindCode("vtkVideoSource_SetClipRegion__SWIG_0", "D_vtkVideoSource_SetClipRegion__SWIG_0")); mixin(bindCode("vtkVideoSource_SetClipRegion__SWIG_1", "D_vtkVideoSource_SetClipRegion__SWIG_1")); mixin(bindCode("vtkVideoSource_GetClipRegion__SWIG_0", "D_vtkVideoSource_GetClipRegion__SWIG_0")); mixin(bindCode("vtkVideoSource_GetClipRegion__SWIG_1", "D_vtkVideoSource_GetClipRegion__SWIG_1")); mixin(bindCode("vtkVideoSource_GetClipRegion__SWIG_2", "D_vtkVideoSource_GetClipRegion__SWIG_2")); mixin(bindCode("vtkVideoSource_SetOutputWholeExtent__SWIG_0", "D_vtkVideoSource_SetOutputWholeExtent__SWIG_0")); mixin(bindCode("vtkVideoSource_SetOutputWholeExtent__SWIG_1", "D_vtkVideoSource_SetOutputWholeExtent__SWIG_1")); mixin(bindCode("vtkVideoSource_GetOutputWholeExtent__SWIG_0", "D_vtkVideoSource_GetOutputWholeExtent__SWIG_0")); mixin(bindCode("vtkVideoSource_GetOutputWholeExtent__SWIG_1", "D_vtkVideoSource_GetOutputWholeExtent__SWIG_1")); mixin(bindCode("vtkVideoSource_GetOutputWholeExtent__SWIG_2", "D_vtkVideoSource_GetOutputWholeExtent__SWIG_2")); mixin(bindCode("vtkVideoSource_SetDataSpacing__SWIG_0", "D_vtkVideoSource_SetDataSpacing__SWIG_0")); mixin(bindCode("vtkVideoSource_SetDataSpacing__SWIG_1", "D_vtkVideoSource_SetDataSpacing__SWIG_1")); mixin(bindCode("vtkVideoSource_GetDataSpacing__SWIG_0", "D_vtkVideoSource_GetDataSpacing__SWIG_0")); mixin(bindCode("vtkVideoSource_GetDataSpacing__SWIG_1", "D_vtkVideoSource_GetDataSpacing__SWIG_1")); mixin(bindCode("vtkVideoSource_GetDataSpacing__SWIG_2", "D_vtkVideoSource_GetDataSpacing__SWIG_2")); mixin(bindCode("vtkVideoSource_SetDataOrigin__SWIG_0", "D_vtkVideoSource_SetDataOrigin__SWIG_0")); mixin(bindCode("vtkVideoSource_SetDataOrigin__SWIG_1", "D_vtkVideoSource_SetDataOrigin__SWIG_1")); mixin(bindCode("vtkVideoSource_GetDataOrigin__SWIG_0", "D_vtkVideoSource_GetDataOrigin__SWIG_0")); mixin(bindCode("vtkVideoSource_GetDataOrigin__SWIG_1", "D_vtkVideoSource_GetDataOrigin__SWIG_1")); mixin(bindCode("vtkVideoSource_GetDataOrigin__SWIG_2", "D_vtkVideoSource_GetDataOrigin__SWIG_2")); mixin(bindCode("vtkVideoSource_SetOpacity", "D_vtkVideoSource_SetOpacity")); mixin(bindCode("vtkVideoSource_GetOpacity", "D_vtkVideoSource_GetOpacity")); mixin(bindCode("vtkVideoSource_GetFrameCount", "D_vtkVideoSource_GetFrameCount")); mixin(bindCode("vtkVideoSource_SetFrameCount", "D_vtkVideoSource_SetFrameCount")); mixin(bindCode("vtkVideoSource_GetFrameIndex", "D_vtkVideoSource_GetFrameIndex")); mixin(bindCode("vtkVideoSource_GetFrameTimeStamp__SWIG_0", "D_vtkVideoSource_GetFrameTimeStamp__SWIG_0")); mixin(bindCode("vtkVideoSource_GetFrameTimeStamp__SWIG_1", "D_vtkVideoSource_GetFrameTimeStamp__SWIG_1")); mixin(bindCode("vtkVideoSource_Initialize", "D_vtkVideoSource_Initialize")); mixin(bindCode("vtkVideoSource_GetInitialized", "D_vtkVideoSource_GetInitialized")); mixin(bindCode("vtkVideoSource_ReleaseSystemResources", "D_vtkVideoSource_ReleaseSystemResources")); mixin(bindCode("vtkVideoSource_InternalGrab", "D_vtkVideoSource_InternalGrab")); mixin(bindCode("vtkVideoSource_SetStartTimeStamp", "D_vtkVideoSource_SetStartTimeStamp")); mixin(bindCode("vtkVideoSource_GetStartTimeStamp", "D_vtkVideoSource_GetStartTimeStamp")); mixin(bindCode("vtkVideoSource_Upcast", "D_vtkVideoSource_Upcast")); mixin(bindCode("vtkDataSetEdgeSubdivisionCriterion_IsTypeOf", "D_vtkDataSetEdgeSubdivisionCriterion_IsTypeOf")); mixin(bindCode("vtkDataSetEdgeSubdivisionCriterion_SafeDownCast", "D_vtkDataSetEdgeSubdivisionCriterion_SafeDownCast")); mixin(bindCode("vtkDataSetEdgeSubdivisionCriterion_NewInstance", "D_vtkDataSetEdgeSubdivisionCriterion_NewInstance")); mixin(bindCode("vtkDataSetEdgeSubdivisionCriterion_New", "D_vtkDataSetEdgeSubdivisionCriterion_New")); mixin(bindCode("vtkDataSetEdgeSubdivisionCriterion_SetMesh", "D_vtkDataSetEdgeSubdivisionCriterion_SetMesh")); mixin(bindCode("vtkDataSetEdgeSubdivisionCriterion_GetMesh", "D_vtkDataSetEdgeSubdivisionCriterion_GetMesh")); mixin(bindCode("vtkDataSetEdgeSubdivisionCriterion_SetCellId", "D_vtkDataSetEdgeSubdivisionCriterion_SetCellId")); mixin(bindCode("vtkDataSetEdgeSubdivisionCriterion_GetCellId", "D_vtkDataSetEdgeSubdivisionCriterion_GetCellId")); mixin(bindCode("vtkDataSetEdgeSubdivisionCriterion_GetCell", "D_vtkDataSetEdgeSubdivisionCriterion_GetCell")); mixin(bindCode("vtkDataSetEdgeSubdivisionCriterion_EvaluateFields", "D_vtkDataSetEdgeSubdivisionCriterion_EvaluateFields")); mixin(bindCode("vtkDataSetEdgeSubdivisionCriterion_EvaluatePointDataField", "D_vtkDataSetEdgeSubdivisionCriterion_EvaluatePointDataField")); mixin(bindCode("vtkDataSetEdgeSubdivisionCriterion_EvaluateCellDataField", "D_vtkDataSetEdgeSubdivisionCriterion_EvaluateCellDataField")); mixin(bindCode("vtkDataSetEdgeSubdivisionCriterion_SetChordError2", "D_vtkDataSetEdgeSubdivisionCriterion_SetChordError2")); mixin(bindCode("vtkDataSetEdgeSubdivisionCriterion_GetChordError2", "D_vtkDataSetEdgeSubdivisionCriterion_GetChordError2")); mixin(bindCode("vtkDataSetEdgeSubdivisionCriterion_SetFieldError2", "D_vtkDataSetEdgeSubdivisionCriterion_SetFieldError2")); mixin(bindCode("vtkDataSetEdgeSubdivisionCriterion_GetFieldError2", "D_vtkDataSetEdgeSubdivisionCriterion_GetFieldError2")); mixin(bindCode("vtkDataSetEdgeSubdivisionCriterion_ResetFieldError2", "D_vtkDataSetEdgeSubdivisionCriterion_ResetFieldError2")); mixin(bindCode("vtkDataSetEdgeSubdivisionCriterion_GetActiveFieldCriteria__SWIG_0", "D_vtkDataSetEdgeSubdivisionCriterion_GetActiveFieldCriteria__SWIG_0")); mixin(bindCode("vtkDataSetEdgeSubdivisionCriterion_Upcast", "D_vtkDataSetEdgeSubdivisionCriterion_Upcast")); mixin(bindCode("vtkDICOMImageReader_New", "D_vtkDICOMImageReader_New")); mixin(bindCode("vtkDICOMImageReader_IsTypeOf", "D_vtkDICOMImageReader_IsTypeOf")); mixin(bindCode("vtkDICOMImageReader_SafeDownCast", "D_vtkDICOMImageReader_SafeDownCast")); mixin(bindCode("vtkDICOMImageReader_NewInstance", "D_vtkDICOMImageReader_NewInstance")); mixin(bindCode("vtkDICOMImageReader_SetDirectoryName", "D_vtkDICOMImageReader_SetDirectoryName")); mixin(bindCode("vtkDICOMImageReader_GetDirectoryName", "D_vtkDICOMImageReader_GetDirectoryName")); mixin(bindCode("vtkDICOMImageReader_GetPixelSpacing", "D_vtkDICOMImageReader_GetPixelSpacing")); mixin(bindCode("vtkDICOMImageReader_GetWidth", "D_vtkDICOMImageReader_GetWidth")); mixin(bindCode("vtkDICOMImageReader_GetHeight", "D_vtkDICOMImageReader_GetHeight")); mixin(bindCode("vtkDICOMImageReader_GetImagePositionPatient", "D_vtkDICOMImageReader_GetImagePositionPatient")); mixin(bindCode("vtkDICOMImageReader_GetImageOrientationPatient", "D_vtkDICOMImageReader_GetImageOrientationPatient")); mixin(bindCode("vtkDICOMImageReader_GetBitsAllocated", "D_vtkDICOMImageReader_GetBitsAllocated")); mixin(bindCode("vtkDICOMImageReader_GetPixelRepresentation", "D_vtkDICOMImageReader_GetPixelRepresentation")); mixin(bindCode("vtkDICOMImageReader_GetNumberOfComponents", "D_vtkDICOMImageReader_GetNumberOfComponents")); mixin(bindCode("vtkDICOMImageReader_GetTransferSyntaxUID", "D_vtkDICOMImageReader_GetTransferSyntaxUID")); mixin(bindCode("vtkDICOMImageReader_GetRescaleSlope", "D_vtkDICOMImageReader_GetRescaleSlope")); mixin(bindCode("vtkDICOMImageReader_GetRescaleOffset", "D_vtkDICOMImageReader_GetRescaleOffset")); mixin(bindCode("vtkDICOMImageReader_GetPatientName", "D_vtkDICOMImageReader_GetPatientName")); mixin(bindCode("vtkDICOMImageReader_GetStudyUID", "D_vtkDICOMImageReader_GetStudyUID")); mixin(bindCode("vtkDICOMImageReader_GetStudyID", "D_vtkDICOMImageReader_GetStudyID")); mixin(bindCode("vtkDICOMImageReader_GetGantryAngle", "D_vtkDICOMImageReader_GetGantryAngle")); mixin(bindCode("vtkDICOMImageReader_Upcast", "D_vtkDICOMImageReader_Upcast")); mixin(bindCode("vtkAssembly_New", "D_vtkAssembly_New")); mixin(bindCode("vtkAssembly_IsTypeOf", "D_vtkAssembly_IsTypeOf")); mixin(bindCode("vtkAssembly_SafeDownCast", "D_vtkAssembly_SafeDownCast")); mixin(bindCode("vtkAssembly_NewInstance", "D_vtkAssembly_NewInstance")); mixin(bindCode("vtkAssembly_AddPart", "D_vtkAssembly_AddPart")); mixin(bindCode("vtkAssembly_RemovePart", "D_vtkAssembly_RemovePart")); mixin(bindCode("vtkAssembly_GetParts", "D_vtkAssembly_GetParts")); mixin(bindCode("vtkAssembly_RenderOpaqueGeometry", "D_vtkAssembly_RenderOpaqueGeometry")); mixin(bindCode("vtkAssembly_RenderTranslucentPolygonalGeometry", "D_vtkAssembly_RenderTranslucentPolygonalGeometry")); mixin(bindCode("vtkAssembly_RenderVolumetricGeometry", "D_vtkAssembly_RenderVolumetricGeometry")); mixin(bindCode("vtkAssembly_HasTranslucentPolygonalGeometry", "D_vtkAssembly_HasTranslucentPolygonalGeometry")); mixin(bindCode("vtkAssembly_ReleaseGraphicsResources", "D_vtkAssembly_ReleaseGraphicsResources")); mixin(bindCode("vtkAssembly_GetBounds__SWIG_0", "D_vtkAssembly_GetBounds__SWIG_0")); mixin(bindCode("vtkAssembly_GetBounds__SWIG_1", "D_vtkAssembly_GetBounds__SWIG_1")); mixin(bindCode("vtkAssembly_Upcast", "D_vtkAssembly_Upcast")); mixin(bindCode("vtkClipPolyData_IsTypeOf", "D_vtkClipPolyData_IsTypeOf")); mixin(bindCode("vtkClipPolyData_SafeDownCast", "D_vtkClipPolyData_SafeDownCast")); mixin(bindCode("vtkClipPolyData_NewInstance", "D_vtkClipPolyData_NewInstance")); mixin(bindCode("vtkClipPolyData_New", "D_vtkClipPolyData_New")); mixin(bindCode("vtkClipPolyData_SetValue", "D_vtkClipPolyData_SetValue")); mixin(bindCode("vtkClipPolyData_GetValue", "D_vtkClipPolyData_GetValue")); mixin(bindCode("vtkClipPolyData_SetInsideOut", "D_vtkClipPolyData_SetInsideOut")); mixin(bindCode("vtkClipPolyData_GetInsideOut", "D_vtkClipPolyData_GetInsideOut")); mixin(bindCode("vtkClipPolyData_InsideOutOn", "D_vtkClipPolyData_InsideOutOn")); mixin(bindCode("vtkClipPolyData_InsideOutOff", "D_vtkClipPolyData_InsideOutOff")); mixin(bindCode("vtkClipPolyData_SetClipFunction", "D_vtkClipPolyData_SetClipFunction")); mixin(bindCode("vtkClipPolyData_GetClipFunction", "D_vtkClipPolyData_GetClipFunction")); mixin(bindCode("vtkClipPolyData_SetGenerateClipScalars", "D_vtkClipPolyData_SetGenerateClipScalars")); mixin(bindCode("vtkClipPolyData_GetGenerateClipScalars", "D_vtkClipPolyData_GetGenerateClipScalars")); mixin(bindCode("vtkClipPolyData_GenerateClipScalarsOn", "D_vtkClipPolyData_GenerateClipScalarsOn")); mixin(bindCode("vtkClipPolyData_GenerateClipScalarsOff", "D_vtkClipPolyData_GenerateClipScalarsOff")); mixin(bindCode("vtkClipPolyData_SetGenerateClippedOutput", "D_vtkClipPolyData_SetGenerateClippedOutput")); mixin(bindCode("vtkClipPolyData_GetGenerateClippedOutput", "D_vtkClipPolyData_GetGenerateClippedOutput")); mixin(bindCode("vtkClipPolyData_GenerateClippedOutputOn", "D_vtkClipPolyData_GenerateClippedOutputOn")); mixin(bindCode("vtkClipPolyData_GenerateClippedOutputOff", "D_vtkClipPolyData_GenerateClippedOutputOff")); mixin(bindCode("vtkClipPolyData_GetClippedOutput", "D_vtkClipPolyData_GetClippedOutput")); mixin(bindCode("vtkClipPolyData_GetClippedOutputPort", "D_vtkClipPolyData_GetClippedOutputPort")); mixin(bindCode("vtkClipPolyData_SetLocator", "D_vtkClipPolyData_SetLocator")); mixin(bindCode("vtkClipPolyData_GetLocator", "D_vtkClipPolyData_GetLocator")); mixin(bindCode("vtkClipPolyData_CreateDefaultLocator", "D_vtkClipPolyData_CreateDefaultLocator")); mixin(bindCode("vtkClipPolyData_Upcast", "D_vtkClipPolyData_Upcast")); mixin(bindCode("vtkImageShiftScale_New", "D_vtkImageShiftScale_New")); mixin(bindCode("vtkImageShiftScale_IsTypeOf", "D_vtkImageShiftScale_IsTypeOf")); mixin(bindCode("vtkImageShiftScale_SafeDownCast", "D_vtkImageShiftScale_SafeDownCast")); mixin(bindCode("vtkImageShiftScale_NewInstance", "D_vtkImageShiftScale_NewInstance")); mixin(bindCode("vtkImageShiftScale_SetShift", "D_vtkImageShiftScale_SetShift")); mixin(bindCode("vtkImageShiftScale_GetShift", "D_vtkImageShiftScale_GetShift")); mixin(bindCode("vtkImageShiftScale_SetScale", "D_vtkImageShiftScale_SetScale")); mixin(bindCode("vtkImageShiftScale_GetScale", "D_vtkImageShiftScale_GetScale")); mixin(bindCode("vtkImageShiftScale_SetOutputScalarType", "D_vtkImageShiftScale_SetOutputScalarType")); mixin(bindCode("vtkImageShiftScale_GetOutputScalarType", "D_vtkImageShiftScale_GetOutputScalarType")); mixin(bindCode("vtkImageShiftScale_SetOutputScalarTypeToDouble", "D_vtkImageShiftScale_SetOutputScalarTypeToDouble")); mixin(bindCode("vtkImageShiftScale_SetOutputScalarTypeToFloat", "D_vtkImageShiftScale_SetOutputScalarTypeToFloat")); mixin(bindCode("vtkImageShiftScale_SetOutputScalarTypeToLong", "D_vtkImageShiftScale_SetOutputScalarTypeToLong")); mixin(bindCode("vtkImageShiftScale_SetOutputScalarTypeToUnsignedLong", "D_vtkImageShiftScale_SetOutputScalarTypeToUnsignedLong")); mixin(bindCode("vtkImageShiftScale_SetOutputScalarTypeToInt", "D_vtkImageShiftScale_SetOutputScalarTypeToInt")); mixin(bindCode("vtkImageShiftScale_SetOutputScalarTypeToUnsignedInt", "D_vtkImageShiftScale_SetOutputScalarTypeToUnsignedInt")); mixin(bindCode("vtkImageShiftScale_SetOutputScalarTypeToShort", "D_vtkImageShiftScale_SetOutputScalarTypeToShort")); mixin(bindCode("vtkImageShiftScale_SetOutputScalarTypeToUnsignedShort", "D_vtkImageShiftScale_SetOutputScalarTypeToUnsignedShort")); mixin(bindCode("vtkImageShiftScale_SetOutputScalarTypeToChar", "D_vtkImageShiftScale_SetOutputScalarTypeToChar")); mixin(bindCode("vtkImageShiftScale_SetOutputScalarTypeToUnsignedChar", "D_vtkImageShiftScale_SetOutputScalarTypeToUnsignedChar")); mixin(bindCode("vtkImageShiftScale_SetClampOverflow", "D_vtkImageShiftScale_SetClampOverflow")); mixin(bindCode("vtkImageShiftScale_GetClampOverflow", "D_vtkImageShiftScale_GetClampOverflow")); mixin(bindCode("vtkImageShiftScale_ClampOverflowOn", "D_vtkImageShiftScale_ClampOverflowOn")); mixin(bindCode("vtkImageShiftScale_ClampOverflowOff", "D_vtkImageShiftScale_ClampOverflowOff")); mixin(bindCode("vtkImageShiftScale_Upcast", "D_vtkImageShiftScale_Upcast")); mixin(bindCode("vtkWindowLevelLookupTable_New", "D_vtkWindowLevelLookupTable_New")); mixin(bindCode("vtkWindowLevelLookupTable_IsTypeOf", "D_vtkWindowLevelLookupTable_IsTypeOf")); mixin(bindCode("vtkWindowLevelLookupTable_SafeDownCast", "D_vtkWindowLevelLookupTable_SafeDownCast")); mixin(bindCode("vtkWindowLevelLookupTable_NewInstance", "D_vtkWindowLevelLookupTable_NewInstance")); mixin(bindCode("vtkWindowLevelLookupTable_SetWindow", "D_vtkWindowLevelLookupTable_SetWindow")); mixin(bindCode("vtkWindowLevelLookupTable_GetWindow", "D_vtkWindowLevelLookupTable_GetWindow")); mixin(bindCode("vtkWindowLevelLookupTable_SetLevel", "D_vtkWindowLevelLookupTable_SetLevel")); mixin(bindCode("vtkWindowLevelLookupTable_GetLevel", "D_vtkWindowLevelLookupTable_GetLevel")); mixin(bindCode("vtkWindowLevelLookupTable_SetInverseVideo", "D_vtkWindowLevelLookupTable_SetInverseVideo")); mixin(bindCode("vtkWindowLevelLookupTable_GetInverseVideo", "D_vtkWindowLevelLookupTable_GetInverseVideo")); mixin(bindCode("vtkWindowLevelLookupTable_InverseVideoOn", "D_vtkWindowLevelLookupTable_InverseVideoOn")); mixin(bindCode("vtkWindowLevelLookupTable_InverseVideoOff", "D_vtkWindowLevelLookupTable_InverseVideoOff")); mixin(bindCode("vtkWindowLevelLookupTable_SetMinimumTableValue__SWIG_0", "D_vtkWindowLevelLookupTable_SetMinimumTableValue__SWIG_0")); mixin(bindCode("vtkWindowLevelLookupTable_SetMinimumTableValue__SWIG_1", "D_vtkWindowLevelLookupTable_SetMinimumTableValue__SWIG_1")); mixin(bindCode("vtkWindowLevelLookupTable_GetMinimumTableValue__SWIG_0", "D_vtkWindowLevelLookupTable_GetMinimumTableValue__SWIG_0")); mixin(bindCode("vtkWindowLevelLookupTable_GetMinimumTableValue__SWIG_1", "D_vtkWindowLevelLookupTable_GetMinimumTableValue__SWIG_1")); mixin(bindCode("vtkWindowLevelLookupTable_GetMinimumTableValue__SWIG_2", "D_vtkWindowLevelLookupTable_GetMinimumTableValue__SWIG_2")); mixin(bindCode("vtkWindowLevelLookupTable_SetMaximumTableValue__SWIG_0", "D_vtkWindowLevelLookupTable_SetMaximumTableValue__SWIG_0")); mixin(bindCode("vtkWindowLevelLookupTable_SetMaximumTableValue__SWIG_1", "D_vtkWindowLevelLookupTable_SetMaximumTableValue__SWIG_1")); mixin(bindCode("vtkWindowLevelLookupTable_GetMaximumTableValue__SWIG_0", "D_vtkWindowLevelLookupTable_GetMaximumTableValue__SWIG_0")); mixin(bindCode("vtkWindowLevelLookupTable_GetMaximumTableValue__SWIG_1", "D_vtkWindowLevelLookupTable_GetMaximumTableValue__SWIG_1")); mixin(bindCode("vtkWindowLevelLookupTable_GetMaximumTableValue__SWIG_2", "D_vtkWindowLevelLookupTable_GetMaximumTableValue__SWIG_2")); mixin(bindCode("vtkWindowLevelLookupTable_Upcast", "D_vtkWindowLevelLookupTable_Upcast")); mixin(bindCode("vtkGraphEdge_New", "D_vtkGraphEdge_New")); mixin(bindCode("vtkGraphEdge_IsTypeOf", "D_vtkGraphEdge_IsTypeOf")); mixin(bindCode("vtkGraphEdge_SafeDownCast", "D_vtkGraphEdge_SafeDownCast")); mixin(bindCode("vtkGraphEdge_NewInstance", "D_vtkGraphEdge_NewInstance")); mixin(bindCode("vtkGraphEdge_SetSource", "D_vtkGraphEdge_SetSource")); mixin(bindCode("vtkGraphEdge_GetSource", "D_vtkGraphEdge_GetSource")); mixin(bindCode("vtkGraphEdge_SetTarget", "D_vtkGraphEdge_SetTarget")); mixin(bindCode("vtkGraphEdge_GetTarget", "D_vtkGraphEdge_GetTarget")); mixin(bindCode("vtkGraphEdge_SetId", "D_vtkGraphEdge_SetId")); mixin(bindCode("vtkGraphEdge_GetId", "D_vtkGraphEdge_GetId")); mixin(bindCode("vtkGraphEdge_Upcast", "D_vtkGraphEdge_Upcast")); mixin(bindCode("vtkXMLHierarchicalDataReader_New", "D_vtkXMLHierarchicalDataReader_New")); mixin(bindCode("vtkXMLHierarchicalDataReader_IsTypeOf", "D_vtkXMLHierarchicalDataReader_IsTypeOf")); mixin(bindCode("vtkXMLHierarchicalDataReader_SafeDownCast", "D_vtkXMLHierarchicalDataReader_SafeDownCast")); mixin(bindCode("vtkXMLHierarchicalDataReader_NewInstance", "D_vtkXMLHierarchicalDataReader_NewInstance")); mixin(bindCode("vtkXMLHierarchicalDataReader_Upcast", "D_vtkXMLHierarchicalDataReader_Upcast")); mixin(bindCode("vtkDistanceWidget_New", "D_vtkDistanceWidget_New")); mixin(bindCode("vtkDistanceWidget_IsTypeOf", "D_vtkDistanceWidget_IsTypeOf")); mixin(bindCode("vtkDistanceWidget_SafeDownCast", "D_vtkDistanceWidget_SafeDownCast")); mixin(bindCode("vtkDistanceWidget_NewInstance", "D_vtkDistanceWidget_NewInstance")); mixin(bindCode("vtkDistanceWidget_SetRepresentation", "D_vtkDistanceWidget_SetRepresentation")); mixin(bindCode("vtkDistanceWidget_GetDistanceRepresentation", "D_vtkDistanceWidget_GetDistanceRepresentation")); mixin(bindCode("vtkDistanceWidget_SetWidgetStateToStart", "D_vtkDistanceWidget_SetWidgetStateToStart")); mixin(bindCode("vtkDistanceWidget_SetWidgetStateToManipulate", "D_vtkDistanceWidget_SetWidgetStateToManipulate")); mixin(bindCode("vtkDistanceWidget_GetWidgetState", "D_vtkDistanceWidget_GetWidgetState")); mixin(bindCode("vtkDistanceWidget_Upcast", "D_vtkDistanceWidget_Upcast")); mixin(bindCode("vtkBSPCuts_New", "D_vtkBSPCuts_New")); mixin(bindCode("vtkBSPCuts_IsTypeOf", "D_vtkBSPCuts_IsTypeOf")); mixin(bindCode("vtkBSPCuts_SafeDownCast", "D_vtkBSPCuts_SafeDownCast")); mixin(bindCode("vtkBSPCuts_NewInstance", "D_vtkBSPCuts_NewInstance")); mixin(bindCode("vtkBSPCuts_CreateCuts__SWIG_0", "D_vtkBSPCuts_CreateCuts__SWIG_0")); mixin(bindCode("vtkBSPCuts_CreateCuts__SWIG_1", "D_vtkBSPCuts_CreateCuts__SWIG_1")); mixin(bindCode("vtkBSPCuts_GetKdNodeTree", "D_vtkBSPCuts_GetKdNodeTree")); mixin(bindCode("vtkBSPCuts_GetNumberOfCuts", "D_vtkBSPCuts_GetNumberOfCuts")); mixin(bindCode("vtkBSPCuts_GetArrays", "D_vtkBSPCuts_GetArrays")); mixin(bindCode("vtkBSPCuts_Equals__SWIG_0", "D_vtkBSPCuts_Equals__SWIG_0")); mixin(bindCode("vtkBSPCuts_Equals__SWIG_1", "D_vtkBSPCuts_Equals__SWIG_1")); mixin(bindCode("vtkBSPCuts_PrintTree", "D_vtkBSPCuts_PrintTree")); mixin(bindCode("vtkBSPCuts_PrintArrays", "D_vtkBSPCuts_PrintArrays")); mixin(bindCode("vtkBSPCuts_Upcast", "D_vtkBSPCuts_Upcast")); mixin(bindCode("vtkLinkEdgels_IsTypeOf", "D_vtkLinkEdgels_IsTypeOf")); mixin(bindCode("vtkLinkEdgels_SafeDownCast", "D_vtkLinkEdgels_SafeDownCast")); mixin(bindCode("vtkLinkEdgels_NewInstance", "D_vtkLinkEdgels_NewInstance")); mixin(bindCode("vtkLinkEdgels_New", "D_vtkLinkEdgels_New")); mixin(bindCode("vtkLinkEdgels_SetLinkThreshold", "D_vtkLinkEdgels_SetLinkThreshold")); mixin(bindCode("vtkLinkEdgels_GetLinkThreshold", "D_vtkLinkEdgels_GetLinkThreshold")); mixin(bindCode("vtkLinkEdgels_SetPhiThreshold", "D_vtkLinkEdgels_SetPhiThreshold")); mixin(bindCode("vtkLinkEdgels_GetPhiThreshold", "D_vtkLinkEdgels_GetPhiThreshold")); mixin(bindCode("vtkLinkEdgels_SetGradientThreshold", "D_vtkLinkEdgels_SetGradientThreshold")); mixin(bindCode("vtkLinkEdgels_GetGradientThreshold", "D_vtkLinkEdgels_GetGradientThreshold")); mixin(bindCode("vtkLinkEdgels_Upcast", "D_vtkLinkEdgels_Upcast")); mixin(bindCode("vtkSQLiteToTableReader_New", "D_vtkSQLiteToTableReader_New")); mixin(bindCode("vtkSQLiteToTableReader_IsTypeOf", "D_vtkSQLiteToTableReader_IsTypeOf")); mixin(bindCode("vtkSQLiteToTableReader_SafeDownCast", "D_vtkSQLiteToTableReader_SafeDownCast")); mixin(bindCode("vtkSQLiteToTableReader_NewInstance", "D_vtkSQLiteToTableReader_NewInstance")); mixin(bindCode("vtkSQLiteToTableReader_Upcast", "D_vtkSQLiteToTableReader_Upcast")); mixin(bindCode("vtkVolumeContourSpectrumFilter_New", "D_vtkVolumeContourSpectrumFilter_New")); mixin(bindCode("vtkVolumeContourSpectrumFilter_IsTypeOf", "D_vtkVolumeContourSpectrumFilter_IsTypeOf")); mixin(bindCode("vtkVolumeContourSpectrumFilter_SafeDownCast", "D_vtkVolumeContourSpectrumFilter_SafeDownCast")); mixin(bindCode("vtkVolumeContourSpectrumFilter_NewInstance", "D_vtkVolumeContourSpectrumFilter_NewInstance")); mixin(bindCode("vtkVolumeContourSpectrumFilter_SetArcId", "D_vtkVolumeContourSpectrumFilter_SetArcId")); mixin(bindCode("vtkVolumeContourSpectrumFilter_GetArcId", "D_vtkVolumeContourSpectrumFilter_GetArcId")); mixin(bindCode("vtkVolumeContourSpectrumFilter_SetNumberOfSamples", "D_vtkVolumeContourSpectrumFilter_SetNumberOfSamples")); mixin(bindCode("vtkVolumeContourSpectrumFilter_GetNumberOfSamples", "D_vtkVolumeContourSpectrumFilter_GetNumberOfSamples")); mixin(bindCode("vtkVolumeContourSpectrumFilter_SetFieldId", "D_vtkVolumeContourSpectrumFilter_SetFieldId")); mixin(bindCode("vtkVolumeContourSpectrumFilter_GetFieldId", "D_vtkVolumeContourSpectrumFilter_GetFieldId")); mixin(bindCode("vtkVolumeContourSpectrumFilter_GetOutput", "D_vtkVolumeContourSpectrumFilter_GetOutput")); mixin(bindCode("vtkVolumeContourSpectrumFilter_Upcast", "D_vtkVolumeContourSpectrumFilter_Upcast")); mixin(bindCode("vtkGeoMath_New", "D_vtkGeoMath_New")); mixin(bindCode("vtkGeoMath_IsTypeOf", "D_vtkGeoMath_IsTypeOf")); mixin(bindCode("vtkGeoMath_SafeDownCast", "D_vtkGeoMath_SafeDownCast")); mixin(bindCode("vtkGeoMath_NewInstance", "D_vtkGeoMath_NewInstance")); mixin(bindCode("vtkGeoMath_EarthRadiusMeters", "D_vtkGeoMath_EarthRadiusMeters")); mixin(bindCode("vtkGeoMath_DistanceSquared", "D_vtkGeoMath_DistanceSquared")); mixin(bindCode("vtkGeoMath_LongLatAltToRect", "D_vtkGeoMath_LongLatAltToRect")); mixin(bindCode("vtkGeoMath_Upcast", "D_vtkGeoMath_Upcast")); mixin(bindCode("vtkImageMask_New", "D_vtkImageMask_New")); mixin(bindCode("vtkImageMask_IsTypeOf", "D_vtkImageMask_IsTypeOf")); mixin(bindCode("vtkImageMask_SafeDownCast", "D_vtkImageMask_SafeDownCast")); mixin(bindCode("vtkImageMask_NewInstance", "D_vtkImageMask_NewInstance")); mixin(bindCode("vtkImageMask_SetMaskedOutputValue__SWIG_0", "D_vtkImageMask_SetMaskedOutputValue__SWIG_0")); mixin(bindCode("vtkImageMask_SetMaskedOutputValue__SWIG_1", "D_vtkImageMask_SetMaskedOutputValue__SWIG_1")); mixin(bindCode("vtkImageMask_SetMaskedOutputValue__SWIG_2", "D_vtkImageMask_SetMaskedOutputValue__SWIG_2")); mixin(bindCode("vtkImageMask_SetMaskedOutputValue__SWIG_3", "D_vtkImageMask_SetMaskedOutputValue__SWIG_3")); mixin(bindCode("vtkImageMask_GetMaskedOutputValue", "D_vtkImageMask_GetMaskedOutputValue")); mixin(bindCode("vtkImageMask_GetMaskedOutputValueLength", "D_vtkImageMask_GetMaskedOutputValueLength")); mixin(bindCode("vtkImageMask_SetMaskAlpha", "D_vtkImageMask_SetMaskAlpha")); mixin(bindCode("vtkImageMask_GetMaskAlphaMinValue", "D_vtkImageMask_GetMaskAlphaMinValue")); mixin(bindCode("vtkImageMask_GetMaskAlphaMaxValue", "D_vtkImageMask_GetMaskAlphaMaxValue")); mixin(bindCode("vtkImageMask_GetMaskAlpha", "D_vtkImageMask_GetMaskAlpha")); mixin(bindCode("vtkImageMask_SetImageInputData", "D_vtkImageMask_SetImageInputData")); mixin(bindCode("vtkImageMask_SetMaskInputData", "D_vtkImageMask_SetMaskInputData")); mixin(bindCode("vtkImageMask_SetNotMask", "D_vtkImageMask_SetNotMask")); mixin(bindCode("vtkImageMask_GetNotMask", "D_vtkImageMask_GetNotMask")); mixin(bindCode("vtkImageMask_NotMaskOn", "D_vtkImageMask_NotMaskOn")); mixin(bindCode("vtkImageMask_NotMaskOff", "D_vtkImageMask_NotMaskOff")); mixin(bindCode("vtkImageMask_SetInput1Data", "D_vtkImageMask_SetInput1Data")); mixin(bindCode("vtkImageMask_SetInput2Data", "D_vtkImageMask_SetInput2Data")); mixin(bindCode("vtkImageMask_Upcast", "D_vtkImageMask_Upcast")); mixin(bindCode("vtkSLACParticleReader_IsTypeOf", "D_vtkSLACParticleReader_IsTypeOf")); mixin(bindCode("vtkSLACParticleReader_SafeDownCast", "D_vtkSLACParticleReader_SafeDownCast")); mixin(bindCode("vtkSLACParticleReader_NewInstance", "D_vtkSLACParticleReader_NewInstance")); mixin(bindCode("vtkSLACParticleReader_New", "D_vtkSLACParticleReader_New")); mixin(bindCode("vtkSLACParticleReader_GetFileName", "D_vtkSLACParticleReader_GetFileName")); mixin(bindCode("vtkSLACParticleReader_SetFileName", "D_vtkSLACParticleReader_SetFileName")); mixin(bindCode("vtkSLACParticleReader_CanReadFile", "D_vtkSLACParticleReader_CanReadFile")); mixin(bindCode("vtkSLACParticleReader_Upcast", "D_vtkSLACParticleReader_Upcast")); mixin(bindCode("vtkGeoTerrainNode_New", "D_vtkGeoTerrainNode_New")); mixin(bindCode("vtkGeoTerrainNode_IsTypeOf", "D_vtkGeoTerrainNode_IsTypeOf")); mixin(bindCode("vtkGeoTerrainNode_SafeDownCast", "D_vtkGeoTerrainNode_SafeDownCast")); mixin(bindCode("vtkGeoTerrainNode_NewInstance", "D_vtkGeoTerrainNode_NewInstance")); mixin(bindCode("vtkGeoTerrainNode_GetChild", "D_vtkGeoTerrainNode_GetChild")); mixin(bindCode("vtkGeoTerrainNode_GetParent", "D_vtkGeoTerrainNode_GetParent")); mixin(bindCode("vtkGeoTerrainNode_GetAltitude", "D_vtkGeoTerrainNode_GetAltitude")); mixin(bindCode("vtkGeoTerrainNode_GetModel", "D_vtkGeoTerrainNode_GetModel")); mixin(bindCode("vtkGeoTerrainNode_SetModel", "D_vtkGeoTerrainNode_SetModel")); mixin(bindCode("vtkGeoTerrainNode_UpdateBoundingSphere", "D_vtkGeoTerrainNode_UpdateBoundingSphere")); mixin(bindCode("vtkGeoTerrainNode_GetBoundingSphereRadius", "D_vtkGeoTerrainNode_GetBoundingSphereRadius")); mixin(bindCode("vtkGeoTerrainNode_GetBoundingSphereCenter__SWIG_0", "D_vtkGeoTerrainNode_GetBoundingSphereCenter__SWIG_0")); mixin(bindCode("vtkGeoTerrainNode_GetBoundingSphereCenter__SWIG_1", "D_vtkGeoTerrainNode_GetBoundingSphereCenter__SWIG_1")); mixin(bindCode("vtkGeoTerrainNode_GetBoundingSphereCenter__SWIG_2", "D_vtkGeoTerrainNode_GetBoundingSphereCenter__SWIG_2")); mixin(bindCode("vtkGeoTerrainNode_GetCornerNormal00__SWIG_0", "D_vtkGeoTerrainNode_GetCornerNormal00__SWIG_0")); mixin(bindCode("vtkGeoTerrainNode_GetCornerNormal00__SWIG_1", "D_vtkGeoTerrainNode_GetCornerNormal00__SWIG_1")); mixin(bindCode("vtkGeoTerrainNode_GetCornerNormal00__SWIG_2", "D_vtkGeoTerrainNode_GetCornerNormal00__SWIG_2")); mixin(bindCode("vtkGeoTerrainNode_GetCornerNormal01__SWIG_0", "D_vtkGeoTerrainNode_GetCornerNormal01__SWIG_0")); mixin(bindCode("vtkGeoTerrainNode_GetCornerNormal01__SWIG_1", "D_vtkGeoTerrainNode_GetCornerNormal01__SWIG_1")); mixin(bindCode("vtkGeoTerrainNode_GetCornerNormal01__SWIG_2", "D_vtkGeoTerrainNode_GetCornerNormal01__SWIG_2")); mixin(bindCode("vtkGeoTerrainNode_GetCornerNormal10__SWIG_0", "D_vtkGeoTerrainNode_GetCornerNormal10__SWIG_0")); mixin(bindCode("vtkGeoTerrainNode_GetCornerNormal10__SWIG_1", "D_vtkGeoTerrainNode_GetCornerNormal10__SWIG_1")); mixin(bindCode("vtkGeoTerrainNode_GetCornerNormal10__SWIG_2", "D_vtkGeoTerrainNode_GetCornerNormal10__SWIG_2")); mixin(bindCode("vtkGeoTerrainNode_GetCornerNormal11__SWIG_0", "D_vtkGeoTerrainNode_GetCornerNormal11__SWIG_0")); mixin(bindCode("vtkGeoTerrainNode_GetCornerNormal11__SWIG_1", "D_vtkGeoTerrainNode_GetCornerNormal11__SWIG_1")); mixin(bindCode("vtkGeoTerrainNode_GetCornerNormal11__SWIG_2", "D_vtkGeoTerrainNode_GetCornerNormal11__SWIG_2")); mixin(bindCode("vtkGeoTerrainNode_GetProjectionBounds__SWIG_0", "D_vtkGeoTerrainNode_GetProjectionBounds__SWIG_0")); mixin(bindCode("vtkGeoTerrainNode_GetProjectionBounds__SWIG_1", "D_vtkGeoTerrainNode_GetProjectionBounds__SWIG_1")); mixin(bindCode("vtkGeoTerrainNode_GetProjectionBounds__SWIG_2", "D_vtkGeoTerrainNode_GetProjectionBounds__SWIG_2")); mixin(bindCode("vtkGeoTerrainNode_SetProjectionBounds__SWIG_0", "D_vtkGeoTerrainNode_SetProjectionBounds__SWIG_0")); mixin(bindCode("vtkGeoTerrainNode_SetProjectionBounds__SWIG_1", "D_vtkGeoTerrainNode_SetProjectionBounds__SWIG_1")); mixin(bindCode("vtkGeoTerrainNode_GetGraticuleLevel", "D_vtkGeoTerrainNode_GetGraticuleLevel")); mixin(bindCode("vtkGeoTerrainNode_SetGraticuleLevel", "D_vtkGeoTerrainNode_SetGraticuleLevel")); mixin(bindCode("vtkGeoTerrainNode_GetError", "D_vtkGeoTerrainNode_GetError")); mixin(bindCode("vtkGeoTerrainNode_SetError", "D_vtkGeoTerrainNode_SetError")); mixin(bindCode("vtkGeoTerrainNode_GetCoverage", "D_vtkGeoTerrainNode_GetCoverage")); mixin(bindCode("vtkGeoTerrainNode_SetCoverage", "D_vtkGeoTerrainNode_SetCoverage")); mixin(bindCode("vtkGeoTerrainNode_Upcast", "D_vtkGeoTerrainNode_Upcast")); mixin(bindCode("vtkFast2DLayoutStrategy_New", "D_vtkFast2DLayoutStrategy_New")); mixin(bindCode("vtkFast2DLayoutStrategy_IsTypeOf", "D_vtkFast2DLayoutStrategy_IsTypeOf")); mixin(bindCode("vtkFast2DLayoutStrategy_SafeDownCast", "D_vtkFast2DLayoutStrategy_SafeDownCast")); mixin(bindCode("vtkFast2DLayoutStrategy_NewInstance", "D_vtkFast2DLayoutStrategy_NewInstance")); mixin(bindCode("vtkFast2DLayoutStrategy_SetRandomSeed", "D_vtkFast2DLayoutStrategy_SetRandomSeed")); mixin(bindCode("vtkFast2DLayoutStrategy_GetRandomSeedMinValue", "D_vtkFast2DLayoutStrategy_GetRandomSeedMinValue")); mixin(bindCode("vtkFast2DLayoutStrategy_GetRandomSeedMaxValue", "D_vtkFast2DLayoutStrategy_GetRandomSeedMaxValue")); mixin(bindCode("vtkFast2DLayoutStrategy_GetRandomSeed", "D_vtkFast2DLayoutStrategy_GetRandomSeed")); mixin(bindCode("vtkFast2DLayoutStrategy_SetMaxNumberOfIterations", "D_vtkFast2DLayoutStrategy_SetMaxNumberOfIterations")); mixin(bindCode("vtkFast2DLayoutStrategy_GetMaxNumberOfIterationsMinValue", "D_vtkFast2DLayoutStrategy_GetMaxNumberOfIterationsMinValue")); mixin(bindCode("vtkFast2DLayoutStrategy_GetMaxNumberOfIterationsMaxValue", "D_vtkFast2DLayoutStrategy_GetMaxNumberOfIterationsMaxValue")); mixin(bindCode("vtkFast2DLayoutStrategy_GetMaxNumberOfIterations", "D_vtkFast2DLayoutStrategy_GetMaxNumberOfIterations")); mixin(bindCode("vtkFast2DLayoutStrategy_SetIterationsPerLayout", "D_vtkFast2DLayoutStrategy_SetIterationsPerLayout")); mixin(bindCode("vtkFast2DLayoutStrategy_GetIterationsPerLayoutMinValue", "D_vtkFast2DLayoutStrategy_GetIterationsPerLayoutMinValue")); mixin(bindCode("vtkFast2DLayoutStrategy_GetIterationsPerLayoutMaxValue", "D_vtkFast2DLayoutStrategy_GetIterationsPerLayoutMaxValue")); mixin(bindCode("vtkFast2DLayoutStrategy_GetIterationsPerLayout", "D_vtkFast2DLayoutStrategy_GetIterationsPerLayout")); mixin(bindCode("vtkFast2DLayoutStrategy_SetInitialTemperature", "D_vtkFast2DLayoutStrategy_SetInitialTemperature")); mixin(bindCode("vtkFast2DLayoutStrategy_GetInitialTemperatureMinValue", "D_vtkFast2DLayoutStrategy_GetInitialTemperatureMinValue")); mixin(bindCode("vtkFast2DLayoutStrategy_GetInitialTemperatureMaxValue", "D_vtkFast2DLayoutStrategy_GetInitialTemperatureMaxValue")); mixin(bindCode("vtkFast2DLayoutStrategy_GetInitialTemperature", "D_vtkFast2DLayoutStrategy_GetInitialTemperature")); mixin(bindCode("vtkFast2DLayoutStrategy_SetCoolDownRate", "D_vtkFast2DLayoutStrategy_SetCoolDownRate")); mixin(bindCode("vtkFast2DLayoutStrategy_GetCoolDownRateMinValue", "D_vtkFast2DLayoutStrategy_GetCoolDownRateMinValue")); mixin(bindCode("vtkFast2DLayoutStrategy_GetCoolDownRateMaxValue", "D_vtkFast2DLayoutStrategy_GetCoolDownRateMaxValue")); mixin(bindCode("vtkFast2DLayoutStrategy_GetCoolDownRate", "D_vtkFast2DLayoutStrategy_GetCoolDownRate")); mixin(bindCode("vtkFast2DLayoutStrategy_SetRestDistance", "D_vtkFast2DLayoutStrategy_SetRestDistance")); mixin(bindCode("vtkFast2DLayoutStrategy_GetRestDistance", "D_vtkFast2DLayoutStrategy_GetRestDistance")); mixin(bindCode("vtkFast2DLayoutStrategy_Upcast", "D_vtkFast2DLayoutStrategy_Upcast")); mixin(bindCode("vtkResliceCursorPicker_New", "D_vtkResliceCursorPicker_New")); mixin(bindCode("vtkResliceCursorPicker_IsTypeOf", "D_vtkResliceCursorPicker_IsTypeOf")); mixin(bindCode("vtkResliceCursorPicker_SafeDownCast", "D_vtkResliceCursorPicker_SafeDownCast")); mixin(bindCode("vtkResliceCursorPicker_NewInstance", "D_vtkResliceCursorPicker_NewInstance")); mixin(bindCode("vtkResliceCursorPicker_Pick__SWIG_0", "D_vtkResliceCursorPicker_Pick__SWIG_0")); mixin(bindCode("vtkResliceCursorPicker_GetPickedAxis1", "D_vtkResliceCursorPicker_GetPickedAxis1")); mixin(bindCode("vtkResliceCursorPicker_GetPickedAxis2", "D_vtkResliceCursorPicker_GetPickedAxis2")); mixin(bindCode("vtkResliceCursorPicker_GetPickedCenter", "D_vtkResliceCursorPicker_GetPickedCenter")); mixin(bindCode("vtkResliceCursorPicker_SetResliceCursorAlgorithm", "D_vtkResliceCursorPicker_SetResliceCursorAlgorithm")); mixin(bindCode("vtkResliceCursorPicker_GetResliceCursorAlgorithm", "D_vtkResliceCursorPicker_GetResliceCursorAlgorithm")); mixin(bindCode("vtkResliceCursorPicker_SetTransformMatrix", "D_vtkResliceCursorPicker_SetTransformMatrix")); mixin(bindCode("vtkResliceCursorPicker_Pick__SWIG_1", "D_vtkResliceCursorPicker_Pick__SWIG_1")); mixin(bindCode("vtkResliceCursorPicker_Upcast", "D_vtkResliceCursorPicker_Upcast")); mixin(bindCode("vtkTypeUInt8Array_New", "D_vtkTypeUInt8Array_New")); mixin(bindCode("vtkTypeUInt8Array_IsTypeOf", "D_vtkTypeUInt8Array_IsTypeOf")); mixin(bindCode("vtkTypeUInt8Array_SafeDownCast", "D_vtkTypeUInt8Array_SafeDownCast")); mixin(bindCode("vtkTypeUInt8Array_NewInstance", "D_vtkTypeUInt8Array_NewInstance")); mixin(bindCode("vtkTypeUInt8Array_Upcast", "D_vtkTypeUInt8Array_Upcast")); mixin(bindCode("vtkRibbonFilter_IsTypeOf", "D_vtkRibbonFilter_IsTypeOf")); mixin(bindCode("vtkRibbonFilter_SafeDownCast", "D_vtkRibbonFilter_SafeDownCast")); mixin(bindCode("vtkRibbonFilter_NewInstance", "D_vtkRibbonFilter_NewInstance")); mixin(bindCode("vtkRibbonFilter_New", "D_vtkRibbonFilter_New")); mixin(bindCode("vtkRibbonFilter_SetWidth", "D_vtkRibbonFilter_SetWidth")); mixin(bindCode("vtkRibbonFilter_GetWidthMinValue", "D_vtkRibbonFilter_GetWidthMinValue")); mixin(bindCode("vtkRibbonFilter_GetWidthMaxValue", "D_vtkRibbonFilter_GetWidthMaxValue")); mixin(bindCode("vtkRibbonFilter_GetWidth", "D_vtkRibbonFilter_GetWidth")); mixin(bindCode("vtkRibbonFilter_SetAngle", "D_vtkRibbonFilter_SetAngle")); mixin(bindCode("vtkRibbonFilter_GetAngleMinValue", "D_vtkRibbonFilter_GetAngleMinValue")); mixin(bindCode("vtkRibbonFilter_GetAngleMaxValue", "D_vtkRibbonFilter_GetAngleMaxValue")); mixin(bindCode("vtkRibbonFilter_GetAngle", "D_vtkRibbonFilter_GetAngle")); mixin(bindCode("vtkRibbonFilter_SetVaryWidth", "D_vtkRibbonFilter_SetVaryWidth")); mixin(bindCode("vtkRibbonFilter_GetVaryWidth", "D_vtkRibbonFilter_GetVaryWidth")); mixin(bindCode("vtkRibbonFilter_VaryWidthOn", "D_vtkRibbonFilter_VaryWidthOn")); mixin(bindCode("vtkRibbonFilter_VaryWidthOff", "D_vtkRibbonFilter_VaryWidthOff")); mixin(bindCode("vtkRibbonFilter_SetWidthFactor", "D_vtkRibbonFilter_SetWidthFactor")); mixin(bindCode("vtkRibbonFilter_GetWidthFactor", "D_vtkRibbonFilter_GetWidthFactor")); mixin(bindCode("vtkRibbonFilter_SetDefaultNormal__SWIG_0", "D_vtkRibbonFilter_SetDefaultNormal__SWIG_0")); mixin(bindCode("vtkRibbonFilter_SetDefaultNormal__SWIG_1", "D_vtkRibbonFilter_SetDefaultNormal__SWIG_1")); mixin(bindCode("vtkRibbonFilter_GetDefaultNormal__SWIG_0", "D_vtkRibbonFilter_GetDefaultNormal__SWIG_0")); mixin(bindCode("vtkRibbonFilter_GetDefaultNormal__SWIG_1", "D_vtkRibbonFilter_GetDefaultNormal__SWIG_1")); mixin(bindCode("vtkRibbonFilter_SetUseDefaultNormal", "D_vtkRibbonFilter_SetUseDefaultNormal")); mixin(bindCode("vtkRibbonFilter_GetUseDefaultNormal", "D_vtkRibbonFilter_GetUseDefaultNormal")); mixin(bindCode("vtkRibbonFilter_UseDefaultNormalOn", "D_vtkRibbonFilter_UseDefaultNormalOn")); mixin(bindCode("vtkRibbonFilter_UseDefaultNormalOff", "D_vtkRibbonFilter_UseDefaultNormalOff")); mixin(bindCode("vtkRibbonFilter_SetGenerateTCoords", "D_vtkRibbonFilter_SetGenerateTCoords")); mixin(bindCode("vtkRibbonFilter_GetGenerateTCoordsMinValue", "D_vtkRibbonFilter_GetGenerateTCoordsMinValue")); mixin(bindCode("vtkRibbonFilter_GetGenerateTCoordsMaxValue", "D_vtkRibbonFilter_GetGenerateTCoordsMaxValue")); mixin(bindCode("vtkRibbonFilter_GetGenerateTCoords", "D_vtkRibbonFilter_GetGenerateTCoords")); mixin(bindCode("vtkRibbonFilter_SetGenerateTCoordsToOff", "D_vtkRibbonFilter_SetGenerateTCoordsToOff")); mixin(bindCode("vtkRibbonFilter_SetGenerateTCoordsToNormalizedLength", "D_vtkRibbonFilter_SetGenerateTCoordsToNormalizedLength")); mixin(bindCode("vtkRibbonFilter_SetGenerateTCoordsToUseLength", "D_vtkRibbonFilter_SetGenerateTCoordsToUseLength")); mixin(bindCode("vtkRibbonFilter_SetGenerateTCoordsToUseScalars", "D_vtkRibbonFilter_SetGenerateTCoordsToUseScalars")); mixin(bindCode("vtkRibbonFilter_GetGenerateTCoordsAsString", "D_vtkRibbonFilter_GetGenerateTCoordsAsString")); mixin(bindCode("vtkRibbonFilter_SetTextureLength", "D_vtkRibbonFilter_SetTextureLength")); mixin(bindCode("vtkRibbonFilter_GetTextureLengthMinValue", "D_vtkRibbonFilter_GetTextureLengthMinValue")); mixin(bindCode("vtkRibbonFilter_GetTextureLengthMaxValue", "D_vtkRibbonFilter_GetTextureLengthMaxValue")); mixin(bindCode("vtkRibbonFilter_GetTextureLength", "D_vtkRibbonFilter_GetTextureLength")); mixin(bindCode("vtkRibbonFilter_Upcast", "D_vtkRibbonFilter_Upcast")); mixin(bindCode("vtkOpenGLRepresentationPainter_New", "D_vtkOpenGLRepresentationPainter_New")); mixin(bindCode("vtkOpenGLRepresentationPainter_IsTypeOf", "D_vtkOpenGLRepresentationPainter_IsTypeOf")); mixin(bindCode("vtkOpenGLRepresentationPainter_SafeDownCast", "D_vtkOpenGLRepresentationPainter_SafeDownCast")); mixin(bindCode("vtkOpenGLRepresentationPainter_NewInstance", "D_vtkOpenGLRepresentationPainter_NewInstance")); mixin(bindCode("vtkOpenGLRepresentationPainter_Upcast", "D_vtkOpenGLRepresentationPainter_Upcast")); mixin(bindCode("vtkImageFourierCenter_New", "D_vtkImageFourierCenter_New")); mixin(bindCode("vtkImageFourierCenter_IsTypeOf", "D_vtkImageFourierCenter_IsTypeOf")); mixin(bindCode("vtkImageFourierCenter_SafeDownCast", "D_vtkImageFourierCenter_SafeDownCast")); mixin(bindCode("vtkImageFourierCenter_NewInstance", "D_vtkImageFourierCenter_NewInstance")); mixin(bindCode("vtkImageFourierCenter_Upcast", "D_vtkImageFourierCenter_Upcast")); mixin(bindCode("vtkCardinalSpline_New", "D_vtkCardinalSpline_New")); mixin(bindCode("vtkCardinalSpline_IsTypeOf", "D_vtkCardinalSpline_IsTypeOf")); mixin(bindCode("vtkCardinalSpline_SafeDownCast", "D_vtkCardinalSpline_SafeDownCast")); mixin(bindCode("vtkCardinalSpline_NewInstance", "D_vtkCardinalSpline_NewInstance")); mixin(bindCode("vtkCardinalSpline_Upcast", "D_vtkCardinalSpline_Upcast")); mixin(bindCode("vtkColorMaterialHelper_New", "D_vtkColorMaterialHelper_New")); mixin(bindCode("vtkColorMaterialHelper_IsTypeOf", "D_vtkColorMaterialHelper_IsTypeOf")); mixin(bindCode("vtkColorMaterialHelper_SafeDownCast", "D_vtkColorMaterialHelper_SafeDownCast")); mixin(bindCode("vtkColorMaterialHelper_NewInstance", "D_vtkColorMaterialHelper_NewInstance")); mixin(bindCode("vtkColorMaterialHelper_PrepareForRendering", "D_vtkColorMaterialHelper_PrepareForRendering")); mixin(bindCode("vtkColorMaterialHelper_Render", "D_vtkColorMaterialHelper_Render")); mixin(bindCode("new_vtkColorMaterialHelper", "D_new_vtkColorMaterialHelper")); mixin(bindCode("delete_vtkColorMaterialHelper", "D_delete_vtkColorMaterialHelper")); mixin(bindCode("vtkColorMaterialHelper_Upcast", "D_vtkColorMaterialHelper_Upcast")); mixin(bindCode("vtkTransformCoordinateSystems_IsTypeOf", "D_vtkTransformCoordinateSystems_IsTypeOf")); mixin(bindCode("vtkTransformCoordinateSystems_SafeDownCast", "D_vtkTransformCoordinateSystems_SafeDownCast")); mixin(bindCode("vtkTransformCoordinateSystems_NewInstance", "D_vtkTransformCoordinateSystems_NewInstance")); mixin(bindCode("vtkTransformCoordinateSystems_New", "D_vtkTransformCoordinateSystems_New")); mixin(bindCode("vtkTransformCoordinateSystems_SetInputCoordinateSystem", "D_vtkTransformCoordinateSystems_SetInputCoordinateSystem")); mixin(bindCode("vtkTransformCoordinateSystems_GetInputCoordinateSystem", "D_vtkTransformCoordinateSystems_GetInputCoordinateSystem")); mixin(bindCode("vtkTransformCoordinateSystems_SetInputCoordinateSystemToDisplay", "D_vtkTransformCoordinateSystems_SetInputCoordinateSystemToDisplay")); mixin(bindCode("vtkTransformCoordinateSystems_SetInputCoordinateSystemToViewport", "D_vtkTransformCoordinateSystems_SetInputCoordinateSystemToViewport")); mixin(bindCode("vtkTransformCoordinateSystems_SetInputCoordinateSystemToWorld", "D_vtkTransformCoordinateSystems_SetInputCoordinateSystemToWorld")); mixin(bindCode("vtkTransformCoordinateSystems_SetOutputCoordinateSystem", "D_vtkTransformCoordinateSystems_SetOutputCoordinateSystem")); mixin(bindCode("vtkTransformCoordinateSystems_GetOutputCoordinateSystem", "D_vtkTransformCoordinateSystems_GetOutputCoordinateSystem")); mixin(bindCode("vtkTransformCoordinateSystems_SetOutputCoordinateSystemToDisplay", "D_vtkTransformCoordinateSystems_SetOutputCoordinateSystemToDisplay")); mixin(bindCode("vtkTransformCoordinateSystems_SetOutputCoordinateSystemToViewport", "D_vtkTransformCoordinateSystems_SetOutputCoordinateSystemToViewport")); mixin(bindCode("vtkTransformCoordinateSystems_SetOutputCoordinateSystemToWorld", "D_vtkTransformCoordinateSystems_SetOutputCoordinateSystemToWorld")); mixin(bindCode("vtkTransformCoordinateSystems_SetViewport", "D_vtkTransformCoordinateSystems_SetViewport")); mixin(bindCode("vtkTransformCoordinateSystems_GetViewport", "D_vtkTransformCoordinateSystems_GetViewport")); mixin(bindCode("vtkTransformCoordinateSystems_Upcast", "D_vtkTransformCoordinateSystems_Upcast")); mixin(bindCode("vtkContext2D_IsTypeOf", "D_vtkContext2D_IsTypeOf")); mixin(bindCode("vtkContext2D_SafeDownCast", "D_vtkContext2D_SafeDownCast")); mixin(bindCode("vtkContext2D_NewInstance", "D_vtkContext2D_NewInstance")); mixin(bindCode("vtkContext2D_New", "D_vtkContext2D_New")); mixin(bindCode("new_vtkContext2D", "D_new_vtkContext2D")); mixin(bindCode("delete_vtkContext2D", "D_delete_vtkContext2D")); mixin(bindCode("vtkContext2D_Upcast", "D_vtkContext2D_Upcast")); mixin(bindCode("vtkAutoCorrelativeStatistics_IsTypeOf", "D_vtkAutoCorrelativeStatistics_IsTypeOf")); mixin(bindCode("vtkAutoCorrelativeStatistics_SafeDownCast", "D_vtkAutoCorrelativeStatistics_SafeDownCast")); mixin(bindCode("vtkAutoCorrelativeStatistics_NewInstance", "D_vtkAutoCorrelativeStatistics_NewInstance")); mixin(bindCode("vtkAutoCorrelativeStatistics_New", "D_vtkAutoCorrelativeStatistics_New")); mixin(bindCode("vtkAutoCorrelativeStatistics_SetSliceCardinality", "D_vtkAutoCorrelativeStatistics_SetSliceCardinality")); mixin(bindCode("vtkAutoCorrelativeStatistics_GetSliceCardinalityMinValue", "D_vtkAutoCorrelativeStatistics_GetSliceCardinalityMinValue")); mixin(bindCode("vtkAutoCorrelativeStatistics_GetSliceCardinalityMaxValue", "D_vtkAutoCorrelativeStatistics_GetSliceCardinalityMaxValue")); mixin(bindCode("vtkAutoCorrelativeStatistics_GetSliceCardinality", "D_vtkAutoCorrelativeStatistics_GetSliceCardinality")); mixin(bindCode("vtkAutoCorrelativeStatistics_Upcast", "D_vtkAutoCorrelativeStatistics_Upcast")); mixin(bindCode("vtkHyperOctreeFractalSource_IsTypeOf", "D_vtkHyperOctreeFractalSource_IsTypeOf")); mixin(bindCode("vtkHyperOctreeFractalSource_SafeDownCast", "D_vtkHyperOctreeFractalSource_SafeDownCast")); mixin(bindCode("vtkHyperOctreeFractalSource_NewInstance", "D_vtkHyperOctreeFractalSource_NewInstance")); mixin(bindCode("vtkHyperOctreeFractalSource_New", "D_vtkHyperOctreeFractalSource_New")); mixin(bindCode("vtkHyperOctreeFractalSource_GetMaximumLevel", "D_vtkHyperOctreeFractalSource_GetMaximumLevel")); mixin(bindCode("vtkHyperOctreeFractalSource_SetMaximumLevel", "D_vtkHyperOctreeFractalSource_SetMaximumLevel")); mixin(bindCode("vtkHyperOctreeFractalSource_SetMinimumLevel", "D_vtkHyperOctreeFractalSource_SetMinimumLevel")); mixin(bindCode("vtkHyperOctreeFractalSource_GetMinimumLevel", "D_vtkHyperOctreeFractalSource_GetMinimumLevel")); mixin(bindCode("vtkHyperOctreeFractalSource_SetProjectionAxes__SWIG_0", "D_vtkHyperOctreeFractalSource_SetProjectionAxes__SWIG_0")); mixin(bindCode("vtkHyperOctreeFractalSource_SetProjectionAxes__SWIG_1", "D_vtkHyperOctreeFractalSource_SetProjectionAxes__SWIG_1")); mixin(bindCode("vtkHyperOctreeFractalSource_GetProjectionAxes__SWIG_0", "D_vtkHyperOctreeFractalSource_GetProjectionAxes__SWIG_0")); mixin(bindCode("vtkHyperOctreeFractalSource_GetProjectionAxes__SWIG_1", "D_vtkHyperOctreeFractalSource_GetProjectionAxes__SWIG_1")); mixin(bindCode("vtkHyperOctreeFractalSource_GetProjectionAxes__SWIG_2", "D_vtkHyperOctreeFractalSource_GetProjectionAxes__SWIG_2")); mixin(bindCode("vtkHyperOctreeFractalSource_SetOriginCX__SWIG_0", "D_vtkHyperOctreeFractalSource_SetOriginCX__SWIG_0")); mixin(bindCode("vtkHyperOctreeFractalSource_SetOriginCX__SWIG_1", "D_vtkHyperOctreeFractalSource_SetOriginCX__SWIG_1")); mixin(bindCode("vtkHyperOctreeFractalSource_GetOriginCX__SWIG_0", "D_vtkHyperOctreeFractalSource_GetOriginCX__SWIG_0")); mixin(bindCode("vtkHyperOctreeFractalSource_GetOriginCX__SWIG_1", "D_vtkHyperOctreeFractalSource_GetOriginCX__SWIG_1")); mixin(bindCode("vtkHyperOctreeFractalSource_GetOriginCX__SWIG_2", "D_vtkHyperOctreeFractalSource_GetOriginCX__SWIG_2")); mixin(bindCode("vtkHyperOctreeFractalSource_SetSizeCX__SWIG_0", "D_vtkHyperOctreeFractalSource_SetSizeCX__SWIG_0")); mixin(bindCode("vtkHyperOctreeFractalSource_SetSizeCX__SWIG_1", "D_vtkHyperOctreeFractalSource_SetSizeCX__SWIG_1")); mixin(bindCode("vtkHyperOctreeFractalSource_GetSizeCX__SWIG_0", "D_vtkHyperOctreeFractalSource_GetSizeCX__SWIG_0")); mixin(bindCode("vtkHyperOctreeFractalSource_GetSizeCX__SWIG_1", "D_vtkHyperOctreeFractalSource_GetSizeCX__SWIG_1")); mixin(bindCode("vtkHyperOctreeFractalSource_GetSizeCX__SWIG_2", "D_vtkHyperOctreeFractalSource_GetSizeCX__SWIG_2")); mixin(bindCode("vtkHyperOctreeFractalSource_SetMaximumNumberOfIterations", "D_vtkHyperOctreeFractalSource_SetMaximumNumberOfIterations")); mixin(bindCode("vtkHyperOctreeFractalSource_GetMaximumNumberOfIterationsMinValue", "D_vtkHyperOctreeFractalSource_GetMaximumNumberOfIterationsMinValue")); mixin(bindCode("vtkHyperOctreeFractalSource_GetMaximumNumberOfIterationsMaxValue", "D_vtkHyperOctreeFractalSource_GetMaximumNumberOfIterationsMaxValue")); mixin(bindCode("vtkHyperOctreeFractalSource_GetMaximumNumberOfIterations", "D_vtkHyperOctreeFractalSource_GetMaximumNumberOfIterations")); mixin(bindCode("vtkHyperOctreeFractalSource_SetDimension", "D_vtkHyperOctreeFractalSource_SetDimension")); mixin(bindCode("vtkHyperOctreeFractalSource_GetDimensionMinValue", "D_vtkHyperOctreeFractalSource_GetDimensionMinValue")); mixin(bindCode("vtkHyperOctreeFractalSource_GetDimensionMaxValue", "D_vtkHyperOctreeFractalSource_GetDimensionMaxValue")); mixin(bindCode("vtkHyperOctreeFractalSource_GetDimension", "D_vtkHyperOctreeFractalSource_GetDimension")); mixin(bindCode("vtkHyperOctreeFractalSource_SetSpanThreshold", "D_vtkHyperOctreeFractalSource_SetSpanThreshold")); mixin(bindCode("vtkHyperOctreeFractalSource_GetSpanThreshold", "D_vtkHyperOctreeFractalSource_GetSpanThreshold")); mixin(bindCode("vtkHyperOctreeFractalSource_Upcast", "D_vtkHyperOctreeFractalSource_Upcast")); mixin(bindCode("vtkImageRFFT_New", "D_vtkImageRFFT_New")); mixin(bindCode("vtkImageRFFT_IsTypeOf", "D_vtkImageRFFT_IsTypeOf")); mixin(bindCode("vtkImageRFFT_SafeDownCast", "D_vtkImageRFFT_SafeDownCast")); mixin(bindCode("vtkImageRFFT_NewInstance", "D_vtkImageRFFT_NewInstance")); mixin(bindCode("vtkImageRFFT_Upcast", "D_vtkImageRFFT_Upcast")); mixin(bindCode("vtkXMLHierarchicalBoxDataFileConverter_New", "D_vtkXMLHierarchicalBoxDataFileConverter_New")); mixin(bindCode("vtkXMLHierarchicalBoxDataFileConverter_IsTypeOf", "D_vtkXMLHierarchicalBoxDataFileConverter_IsTypeOf")); mixin(bindCode("vtkXMLHierarchicalBoxDataFileConverter_SafeDownCast", "D_vtkXMLHierarchicalBoxDataFileConverter_SafeDownCast")); mixin(bindCode("vtkXMLHierarchicalBoxDataFileConverter_NewInstance", "D_vtkXMLHierarchicalBoxDataFileConverter_NewInstance")); mixin(bindCode("vtkXMLHierarchicalBoxDataFileConverter_SetInputFileName", "D_vtkXMLHierarchicalBoxDataFileConverter_SetInputFileName")); mixin(bindCode("vtkXMLHierarchicalBoxDataFileConverter_GetInputFileName", "D_vtkXMLHierarchicalBoxDataFileConverter_GetInputFileName")); mixin(bindCode("vtkXMLHierarchicalBoxDataFileConverter_SetOutputFileName", "D_vtkXMLHierarchicalBoxDataFileConverter_SetOutputFileName")); mixin(bindCode("vtkXMLHierarchicalBoxDataFileConverter_GetOutputFileName", "D_vtkXMLHierarchicalBoxDataFileConverter_GetOutputFileName")); mixin(bindCode("vtkXMLHierarchicalBoxDataFileConverter_Convert", "D_vtkXMLHierarchicalBoxDataFileConverter_Convert")); mixin(bindCode("new_vtkXMLHierarchicalBoxDataFileConverter", "D_new_vtkXMLHierarchicalBoxDataFileConverter")); mixin(bindCode("delete_vtkXMLHierarchicalBoxDataFileConverter", "D_delete_vtkXMLHierarchicalBoxDataFileConverter")); mixin(bindCode("vtkXMLHierarchicalBoxDataFileConverter_Upcast", "D_vtkXMLHierarchicalBoxDataFileConverter_Upcast")); mixin(bindCode("vtkAppendPolyData_New", "D_vtkAppendPolyData_New")); mixin(bindCode("vtkAppendPolyData_IsTypeOf", "D_vtkAppendPolyData_IsTypeOf")); mixin(bindCode("vtkAppendPolyData_SafeDownCast", "D_vtkAppendPolyData_SafeDownCast")); mixin(bindCode("vtkAppendPolyData_NewInstance", "D_vtkAppendPolyData_NewInstance")); mixin(bindCode("vtkAppendPolyData_SetUserManagedInputs", "D_vtkAppendPolyData_SetUserManagedInputs")); mixin(bindCode("vtkAppendPolyData_GetUserManagedInputs", "D_vtkAppendPolyData_GetUserManagedInputs")); mixin(bindCode("vtkAppendPolyData_UserManagedInputsOn", "D_vtkAppendPolyData_UserManagedInputsOn")); mixin(bindCode("vtkAppendPolyData_UserManagedInputsOff", "D_vtkAppendPolyData_UserManagedInputsOff")); mixin(bindCode("vtkAppendPolyData_AddInputData", "D_vtkAppendPolyData_AddInputData")); mixin(bindCode("vtkAppendPolyData_RemoveInputData", "D_vtkAppendPolyData_RemoveInputData")); mixin(bindCode("vtkAppendPolyData_SetNumberOfInputs", "D_vtkAppendPolyData_SetNumberOfInputs")); mixin(bindCode("vtkAppendPolyData_SetInputConnectionByNumber", "D_vtkAppendPolyData_SetInputConnectionByNumber")); mixin(bindCode("vtkAppendPolyData_SetInputDataByNumber", "D_vtkAppendPolyData_SetInputDataByNumber")); mixin(bindCode("vtkAppendPolyData_SetParallelStreaming", "D_vtkAppendPolyData_SetParallelStreaming")); mixin(bindCode("vtkAppendPolyData_GetParallelStreaming", "D_vtkAppendPolyData_GetParallelStreaming")); mixin(bindCode("vtkAppendPolyData_ParallelStreamingOn", "D_vtkAppendPolyData_ParallelStreamingOn")); mixin(bindCode("vtkAppendPolyData_ParallelStreamingOff", "D_vtkAppendPolyData_ParallelStreamingOff")); mixin(bindCode("vtkAppendPolyData_Upcast", "D_vtkAppendPolyData_Upcast")); mixin(bindCode("VTK_ACCUMULATION_MODE_MIN_get", "D_VTK_ACCUMULATION_MODE_MIN_get")); mixin(bindCode("VTK_ACCUMULATION_MODE_MAX_get", "D_VTK_ACCUMULATION_MODE_MAX_get")); mixin(bindCode("VTK_ACCUMULATION_MODE_SUM_get", "D_VTK_ACCUMULATION_MODE_SUM_get")); mixin(bindCode("vtkGaussianSplatter_IsTypeOf", "D_vtkGaussianSplatter_IsTypeOf")); mixin(bindCode("vtkGaussianSplatter_SafeDownCast", "D_vtkGaussianSplatter_SafeDownCast")); mixin(bindCode("vtkGaussianSplatter_NewInstance", "D_vtkGaussianSplatter_NewInstance")); mixin(bindCode("vtkGaussianSplatter_New", "D_vtkGaussianSplatter_New")); mixin(bindCode("vtkGaussianSplatter_SetSampleDimensions__SWIG_0", "D_vtkGaussianSplatter_SetSampleDimensions__SWIG_0")); mixin(bindCode("vtkGaussianSplatter_SetSampleDimensions__SWIG_1", "D_vtkGaussianSplatter_SetSampleDimensions__SWIG_1")); mixin(bindCode("vtkGaussianSplatter_GetSampleDimensions__SWIG_0", "D_vtkGaussianSplatter_GetSampleDimensions__SWIG_0")); mixin(bindCode("vtkGaussianSplatter_GetSampleDimensions__SWIG_1", "D_vtkGaussianSplatter_GetSampleDimensions__SWIG_1")); mixin(bindCode("vtkGaussianSplatter_SetModelBounds__SWIG_0", "D_vtkGaussianSplatter_SetModelBounds__SWIG_0")); mixin(bindCode("vtkGaussianSplatter_SetModelBounds__SWIG_1", "D_vtkGaussianSplatter_SetModelBounds__SWIG_1")); mixin(bindCode("vtkGaussianSplatter_GetModelBounds__SWIG_0", "D_vtkGaussianSplatter_GetModelBounds__SWIG_0")); mixin(bindCode("vtkGaussianSplatter_GetModelBounds__SWIG_1", "D_vtkGaussianSplatter_GetModelBounds__SWIG_1")); mixin(bindCode("vtkGaussianSplatter_SetRadius", "D_vtkGaussianSplatter_SetRadius")); mixin(bindCode("vtkGaussianSplatter_GetRadiusMinValue", "D_vtkGaussianSplatter_GetRadiusMinValue")); mixin(bindCode("vtkGaussianSplatter_GetRadiusMaxValue", "D_vtkGaussianSplatter_GetRadiusMaxValue")); mixin(bindCode("vtkGaussianSplatter_GetRadius", "D_vtkGaussianSplatter_GetRadius")); mixin(bindCode("vtkGaussianSplatter_SetScaleFactor", "D_vtkGaussianSplatter_SetScaleFactor")); mixin(bindCode("vtkGaussianSplatter_GetScaleFactorMinValue", "D_vtkGaussianSplatter_GetScaleFactorMinValue")); mixin(bindCode("vtkGaussianSplatter_GetScaleFactorMaxValue", "D_vtkGaussianSplatter_GetScaleFactorMaxValue")); mixin(bindCode("vtkGaussianSplatter_GetScaleFactor", "D_vtkGaussianSplatter_GetScaleFactor")); mixin(bindCode("vtkGaussianSplatter_SetExponentFactor", "D_vtkGaussianSplatter_SetExponentFactor")); mixin(bindCode("vtkGaussianSplatter_GetExponentFactor", "D_vtkGaussianSplatter_GetExponentFactor")); mixin(bindCode("vtkGaussianSplatter_SetNormalWarping", "D_vtkGaussianSplatter_SetNormalWarping")); mixin(bindCode("vtkGaussianSplatter_GetNormalWarping", "D_vtkGaussianSplatter_GetNormalWarping")); mixin(bindCode("vtkGaussianSplatter_NormalWarpingOn", "D_vtkGaussianSplatter_NormalWarpingOn")); mixin(bindCode("vtkGaussianSplatter_NormalWarpingOff", "D_vtkGaussianSplatter_NormalWarpingOff")); mixin(bindCode("vtkGaussianSplatter_SetEccentricity", "D_vtkGaussianSplatter_SetEccentricity")); mixin(bindCode("vtkGaussianSplatter_GetEccentricityMinValue", "D_vtkGaussianSplatter_GetEccentricityMinValue")); mixin(bindCode("vtkGaussianSplatter_GetEccentricityMaxValue", "D_vtkGaussianSplatter_GetEccentricityMaxValue")); mixin(bindCode("vtkGaussianSplatter_GetEccentricity", "D_vtkGaussianSplatter_GetEccentricity")); mixin(bindCode("vtkGaussianSplatter_SetScalarWarping", "D_vtkGaussianSplatter_SetScalarWarping")); mixin(bindCode("vtkGaussianSplatter_GetScalarWarping", "D_vtkGaussianSplatter_GetScalarWarping")); mixin(bindCode("vtkGaussianSplatter_ScalarWarpingOn", "D_vtkGaussianSplatter_ScalarWarpingOn")); mixin(bindCode("vtkGaussianSplatter_ScalarWarpingOff", "D_vtkGaussianSplatter_ScalarWarpingOff")); mixin(bindCode("vtkGaussianSplatter_SetCapping", "D_vtkGaussianSplatter_SetCapping")); mixin(bindCode("vtkGaussianSplatter_GetCapping", "D_vtkGaussianSplatter_GetCapping")); mixin(bindCode("vtkGaussianSplatter_CappingOn", "D_vtkGaussianSplatter_CappingOn")); mixin(bindCode("vtkGaussianSplatter_CappingOff", "D_vtkGaussianSplatter_CappingOff")); mixin(bindCode("vtkGaussianSplatter_SetCapValue", "D_vtkGaussianSplatter_SetCapValue")); mixin(bindCode("vtkGaussianSplatter_GetCapValue", "D_vtkGaussianSplatter_GetCapValue")); mixin(bindCode("vtkGaussianSplatter_SetAccumulationMode", "D_vtkGaussianSplatter_SetAccumulationMode")); mixin(bindCode("vtkGaussianSplatter_GetAccumulationModeMinValue", "D_vtkGaussianSplatter_GetAccumulationModeMinValue")); mixin(bindCode("vtkGaussianSplatter_GetAccumulationModeMaxValue", "D_vtkGaussianSplatter_GetAccumulationModeMaxValue")); mixin(bindCode("vtkGaussianSplatter_GetAccumulationMode", "D_vtkGaussianSplatter_GetAccumulationMode")); mixin(bindCode("vtkGaussianSplatter_SetAccumulationModeToMin", "D_vtkGaussianSplatter_SetAccumulationModeToMin")); mixin(bindCode("vtkGaussianSplatter_SetAccumulationModeToMax", "D_vtkGaussianSplatter_SetAccumulationModeToMax")); mixin(bindCode("vtkGaussianSplatter_SetAccumulationModeToSum", "D_vtkGaussianSplatter_SetAccumulationModeToSum")); mixin(bindCode("vtkGaussianSplatter_GetAccumulationModeAsString", "D_vtkGaussianSplatter_GetAccumulationModeAsString")); mixin(bindCode("vtkGaussianSplatter_SetNullValue", "D_vtkGaussianSplatter_SetNullValue")); mixin(bindCode("vtkGaussianSplatter_GetNullValue", "D_vtkGaussianSplatter_GetNullValue")); mixin(bindCode("vtkGaussianSplatter_ComputeModelBounds", "D_vtkGaussianSplatter_ComputeModelBounds")); mixin(bindCode("vtkGaussianSplatter_Upcast", "D_vtkGaussianSplatter_Upcast")); mixin(bindCode("vtkExtractVOI_IsTypeOf", "D_vtkExtractVOI_IsTypeOf")); mixin(bindCode("vtkExtractVOI_SafeDownCast", "D_vtkExtractVOI_SafeDownCast")); mixin(bindCode("vtkExtractVOI_NewInstance", "D_vtkExtractVOI_NewInstance")); mixin(bindCode("vtkExtractVOI_New", "D_vtkExtractVOI_New")); mixin(bindCode("vtkExtractVOI_SetVOI__SWIG_0", "D_vtkExtractVOI_SetVOI__SWIG_0")); mixin(bindCode("vtkExtractVOI_SetVOI__SWIG_1", "D_vtkExtractVOI_SetVOI__SWIG_1")); mixin(bindCode("vtkExtractVOI_GetVOI__SWIG_0", "D_vtkExtractVOI_GetVOI__SWIG_0")); mixin(bindCode("vtkExtractVOI_GetVOI__SWIG_1", "D_vtkExtractVOI_GetVOI__SWIG_1")); mixin(bindCode("vtkExtractVOI_SetSampleRate__SWIG_0", "D_vtkExtractVOI_SetSampleRate__SWIG_0")); mixin(bindCode("vtkExtractVOI_SetSampleRate__SWIG_1", "D_vtkExtractVOI_SetSampleRate__SWIG_1")); mixin(bindCode("vtkExtractVOI_GetSampleRate__SWIG_0", "D_vtkExtractVOI_GetSampleRate__SWIG_0")); mixin(bindCode("vtkExtractVOI_GetSampleRate__SWIG_1", "D_vtkExtractVOI_GetSampleRate__SWIG_1")); mixin(bindCode("vtkExtractVOI_Upcast", "D_vtkExtractVOI_Upcast")); mixin(bindCode("vtkParametricBoy_IsTypeOf", "D_vtkParametricBoy_IsTypeOf")); mixin(bindCode("vtkParametricBoy_SafeDownCast", "D_vtkParametricBoy_SafeDownCast")); mixin(bindCode("vtkParametricBoy_NewInstance", "D_vtkParametricBoy_NewInstance")); mixin(bindCode("vtkParametricBoy_New", "D_vtkParametricBoy_New")); mixin(bindCode("vtkParametricBoy_SetZScale", "D_vtkParametricBoy_SetZScale")); mixin(bindCode("vtkParametricBoy_GetZScale", "D_vtkParametricBoy_GetZScale")); mixin(bindCode("vtkParametricBoy_Upcast", "D_vtkParametricBoy_Upcast")); mixin(bindCode("vtkAxisActor2D_IsTypeOf", "D_vtkAxisActor2D_IsTypeOf")); mixin(bindCode("vtkAxisActor2D_SafeDownCast", "D_vtkAxisActor2D_SafeDownCast")); mixin(bindCode("vtkAxisActor2D_NewInstance", "D_vtkAxisActor2D_NewInstance")); mixin(bindCode("vtkAxisActor2D_New", "D_vtkAxisActor2D_New")); mixin(bindCode("vtkAxisActor2D_GetPoint1Coordinate", "D_vtkAxisActor2D_GetPoint1Coordinate")); mixin(bindCode("vtkAxisActor2D_SetPoint1__SWIG_0", "D_vtkAxisActor2D_SetPoint1__SWIG_0")); mixin(bindCode("vtkAxisActor2D_SetPoint1__SWIG_1", "D_vtkAxisActor2D_SetPoint1__SWIG_1")); mixin(bindCode("vtkAxisActor2D_GetPoint1", "D_vtkAxisActor2D_GetPoint1")); mixin(bindCode("vtkAxisActor2D_GetPoint2Coordinate", "D_vtkAxisActor2D_GetPoint2Coordinate")); mixin(bindCode("vtkAxisActor2D_SetPoint2__SWIG_0", "D_vtkAxisActor2D_SetPoint2__SWIG_0")); mixin(bindCode("vtkAxisActor2D_SetPoint2__SWIG_1", "D_vtkAxisActor2D_SetPoint2__SWIG_1")); mixin(bindCode("vtkAxisActor2D_GetPoint2", "D_vtkAxisActor2D_GetPoint2")); mixin(bindCode("vtkAxisActor2D_SetRange__SWIG_0", "D_vtkAxisActor2D_SetRange__SWIG_0")); mixin(bindCode("vtkAxisActor2D_SetRange__SWIG_1", "D_vtkAxisActor2D_SetRange__SWIG_1")); mixin(bindCode("vtkAxisActor2D_GetRange__SWIG_0", "D_vtkAxisActor2D_GetRange__SWIG_0")); mixin(bindCode("vtkAxisActor2D_GetRange__SWIG_1", "D_vtkAxisActor2D_GetRange__SWIG_1")); mixin(bindCode("vtkAxisActor2D_SetRulerMode", "D_vtkAxisActor2D_SetRulerMode")); mixin(bindCode("vtkAxisActor2D_GetRulerMode", "D_vtkAxisActor2D_GetRulerMode")); mixin(bindCode("vtkAxisActor2D_RulerModeOn", "D_vtkAxisActor2D_RulerModeOn")); mixin(bindCode("vtkAxisActor2D_RulerModeOff", "D_vtkAxisActor2D_RulerModeOff")); mixin(bindCode("vtkAxisActor2D_SetRulerDistance", "D_vtkAxisActor2D_SetRulerDistance")); mixin(bindCode("vtkAxisActor2D_GetRulerDistanceMinValue", "D_vtkAxisActor2D_GetRulerDistanceMinValue")); mixin(bindCode("vtkAxisActor2D_GetRulerDistanceMaxValue", "D_vtkAxisActor2D_GetRulerDistanceMaxValue")); mixin(bindCode("vtkAxisActor2D_GetRulerDistance", "D_vtkAxisActor2D_GetRulerDistance")); mixin(bindCode("vtkAxisActor2D_SetNumberOfLabels", "D_vtkAxisActor2D_SetNumberOfLabels")); mixin(bindCode("vtkAxisActor2D_GetNumberOfLabelsMinValue", "D_vtkAxisActor2D_GetNumberOfLabelsMinValue")); mixin(bindCode("vtkAxisActor2D_GetNumberOfLabelsMaxValue", "D_vtkAxisActor2D_GetNumberOfLabelsMaxValue")); mixin(bindCode("vtkAxisActor2D_GetNumberOfLabels", "D_vtkAxisActor2D_GetNumberOfLabels")); mixin(bindCode("vtkAxisActor2D_SetLabelFormat", "D_vtkAxisActor2D_SetLabelFormat")); mixin(bindCode("vtkAxisActor2D_GetLabelFormat", "D_vtkAxisActor2D_GetLabelFormat")); mixin(bindCode("vtkAxisActor2D_SetAdjustLabels", "D_vtkAxisActor2D_SetAdjustLabels")); mixin(bindCode("vtkAxisActor2D_GetAdjustLabels", "D_vtkAxisActor2D_GetAdjustLabels")); mixin(bindCode("vtkAxisActor2D_AdjustLabelsOn", "D_vtkAxisActor2D_AdjustLabelsOn")); mixin(bindCode("vtkAxisActor2D_AdjustLabelsOff", "D_vtkAxisActor2D_AdjustLabelsOff")); mixin(bindCode("vtkAxisActor2D_GetAdjustedRange__SWIG_0", "D_vtkAxisActor2D_GetAdjustedRange__SWIG_0")); mixin(bindCode("vtkAxisActor2D_GetAdjustedRange__SWIG_1", "D_vtkAxisActor2D_GetAdjustedRange__SWIG_1")); mixin(bindCode("vtkAxisActor2D_GetAdjustedRange__SWIG_2", "D_vtkAxisActor2D_GetAdjustedRange__SWIG_2")); mixin(bindCode("vtkAxisActor2D_GetAdjustedNumberOfLabels", "D_vtkAxisActor2D_GetAdjustedNumberOfLabels")); mixin(bindCode("vtkAxisActor2D_SetTitle", "D_vtkAxisActor2D_SetTitle")); mixin(bindCode("vtkAxisActor2D_GetTitle", "D_vtkAxisActor2D_GetTitle")); mixin(bindCode("vtkAxisActor2D_SetTitleTextProperty", "D_vtkAxisActor2D_SetTitleTextProperty")); mixin(bindCode("vtkAxisActor2D_GetTitleTextProperty", "D_vtkAxisActor2D_GetTitleTextProperty")); mixin(bindCode("vtkAxisActor2D_SetLabelTextProperty", "D_vtkAxisActor2D_SetLabelTextProperty")); mixin(bindCode("vtkAxisActor2D_GetLabelTextProperty", "D_vtkAxisActor2D_GetLabelTextProperty")); mixin(bindCode("vtkAxisActor2D_SetTickLength", "D_vtkAxisActor2D_SetTickLength")); mixin(bindCode("vtkAxisActor2D_GetTickLengthMinValue", "D_vtkAxisActor2D_GetTickLengthMinValue")); mixin(bindCode("vtkAxisActor2D_GetTickLengthMaxValue", "D_vtkAxisActor2D_GetTickLengthMaxValue")); mixin(bindCode("vtkAxisActor2D_GetTickLength", "D_vtkAxisActor2D_GetTickLength")); mixin(bindCode("vtkAxisActor2D_SetNumberOfMinorTicks", "D_vtkAxisActor2D_SetNumberOfMinorTicks")); mixin(bindCode("vtkAxisActor2D_GetNumberOfMinorTicksMinValue", "D_vtkAxisActor2D_GetNumberOfMinorTicksMinValue")); mixin(bindCode("vtkAxisActor2D_GetNumberOfMinorTicksMaxValue", "D_vtkAxisActor2D_GetNumberOfMinorTicksMaxValue")); mixin(bindCode("vtkAxisActor2D_GetNumberOfMinorTicks", "D_vtkAxisActor2D_GetNumberOfMinorTicks")); mixin(bindCode("vtkAxisActor2D_SetMinorTickLength", "D_vtkAxisActor2D_SetMinorTickLength")); mixin(bindCode("vtkAxisActor2D_GetMinorTickLengthMinValue", "D_vtkAxisActor2D_GetMinorTickLengthMinValue")); mixin(bindCode("vtkAxisActor2D_GetMinorTickLengthMaxValue", "D_vtkAxisActor2D_GetMinorTickLengthMaxValue")); mixin(bindCode("vtkAxisActor2D_GetMinorTickLength", "D_vtkAxisActor2D_GetMinorTickLength")); mixin(bindCode("vtkAxisActor2D_SetTickOffset", "D_vtkAxisActor2D_SetTickOffset")); mixin(bindCode("vtkAxisActor2D_GetTickOffsetMinValue", "D_vtkAxisActor2D_GetTickOffsetMinValue")); mixin(bindCode("vtkAxisActor2D_GetTickOffsetMaxValue", "D_vtkAxisActor2D_GetTickOffsetMaxValue")); mixin(bindCode("vtkAxisActor2D_GetTickOffset", "D_vtkAxisActor2D_GetTickOffset")); mixin(bindCode("vtkAxisActor2D_SetAxisVisibility", "D_vtkAxisActor2D_SetAxisVisibility")); mixin(bindCode("vtkAxisActor2D_GetAxisVisibility", "D_vtkAxisActor2D_GetAxisVisibility")); mixin(bindCode("vtkAxisActor2D_AxisVisibilityOn", "D_vtkAxisActor2D_AxisVisibilityOn")); mixin(bindCode("vtkAxisActor2D_AxisVisibilityOff", "D_vtkAxisActor2D_AxisVisibilityOff")); mixin(bindCode("vtkAxisActor2D_SetTickVisibility", "D_vtkAxisActor2D_SetTickVisibility")); mixin(bindCode("vtkAxisActor2D_GetTickVisibility", "D_vtkAxisActor2D_GetTickVisibility")); mixin(bindCode("vtkAxisActor2D_TickVisibilityOn", "D_vtkAxisActor2D_TickVisibilityOn")); mixin(bindCode("vtkAxisActor2D_TickVisibilityOff", "D_vtkAxisActor2D_TickVisibilityOff")); mixin(bindCode("vtkAxisActor2D_SetLabelVisibility", "D_vtkAxisActor2D_SetLabelVisibility")); mixin(bindCode("vtkAxisActor2D_GetLabelVisibility", "D_vtkAxisActor2D_GetLabelVisibility")); mixin(bindCode("vtkAxisActor2D_LabelVisibilityOn", "D_vtkAxisActor2D_LabelVisibilityOn")); mixin(bindCode("vtkAxisActor2D_LabelVisibilityOff", "D_vtkAxisActor2D_LabelVisibilityOff")); mixin(bindCode("vtkAxisActor2D_SetTitleVisibility", "D_vtkAxisActor2D_SetTitleVisibility")); mixin(bindCode("vtkAxisActor2D_GetTitleVisibility", "D_vtkAxisActor2D_GetTitleVisibility")); mixin(bindCode("vtkAxisActor2D_TitleVisibilityOn", "D_vtkAxisActor2D_TitleVisibilityOn")); mixin(bindCode("vtkAxisActor2D_TitleVisibilityOff", "D_vtkAxisActor2D_TitleVisibilityOff")); mixin(bindCode("vtkAxisActor2D_SetTitlePosition", "D_vtkAxisActor2D_SetTitlePosition")); mixin(bindCode("vtkAxisActor2D_GetTitlePosition", "D_vtkAxisActor2D_GetTitlePosition")); mixin(bindCode("vtkAxisActor2D_SetFontFactor", "D_vtkAxisActor2D_SetFontFactor")); mixin(bindCode("vtkAxisActor2D_GetFontFactorMinValue", "D_vtkAxisActor2D_GetFontFactorMinValue")); mixin(bindCode("vtkAxisActor2D_GetFontFactorMaxValue", "D_vtkAxisActor2D_GetFontFactorMaxValue")); mixin(bindCode("vtkAxisActor2D_GetFontFactor", "D_vtkAxisActor2D_GetFontFactor")); mixin(bindCode("vtkAxisActor2D_SetLabelFactor", "D_vtkAxisActor2D_SetLabelFactor")); mixin(bindCode("vtkAxisActor2D_GetLabelFactorMinValue", "D_vtkAxisActor2D_GetLabelFactorMinValue")); mixin(bindCode("vtkAxisActor2D_GetLabelFactorMaxValue", "D_vtkAxisActor2D_GetLabelFactorMaxValue")); mixin(bindCode("vtkAxisActor2D_GetLabelFactor", "D_vtkAxisActor2D_GetLabelFactor")); mixin(bindCode("vtkAxisActor2D_ComputeRange", "D_vtkAxisActor2D_ComputeRange")); mixin(bindCode("vtkAxisActor2D_SetMultipleFontSize", "D_vtkAxisActor2D_SetMultipleFontSize")); mixin(bindCode("vtkAxisActor2D_SetSizeFontRelativeToAxis", "D_vtkAxisActor2D_SetSizeFontRelativeToAxis")); mixin(bindCode("vtkAxisActor2D_GetSizeFontRelativeToAxis", "D_vtkAxisActor2D_GetSizeFontRelativeToAxis")); mixin(bindCode("vtkAxisActor2D_SizeFontRelativeToAxisOn", "D_vtkAxisActor2D_SizeFontRelativeToAxisOn")); mixin(bindCode("vtkAxisActor2D_SizeFontRelativeToAxisOff", "D_vtkAxisActor2D_SizeFontRelativeToAxisOff")); mixin(bindCode("vtkAxisActor2D_Upcast", "D_vtkAxisActor2D_Upcast")); mixin(bindCode("vtkProgrammableSource_New", "D_vtkProgrammableSource_New")); mixin(bindCode("vtkProgrammableSource_IsTypeOf", "D_vtkProgrammableSource_IsTypeOf")); mixin(bindCode("vtkProgrammableSource_SafeDownCast", "D_vtkProgrammableSource_SafeDownCast")); mixin(bindCode("vtkProgrammableSource_NewInstance", "D_vtkProgrammableSource_NewInstance")); mixin(bindCode("vtkProgrammableSource_SetExecuteMethod", "D_vtkProgrammableSource_SetExecuteMethod")); mixin(bindCode("vtkProgrammableSource_SetExecuteMethodArgDelete", "D_vtkProgrammableSource_SetExecuteMethodArgDelete")); mixin(bindCode("vtkProgrammableSource_SetRequestInformationMethod", "D_vtkProgrammableSource_SetRequestInformationMethod")); mixin(bindCode("vtkProgrammableSource_GetPolyDataOutput", "D_vtkProgrammableSource_GetPolyDataOutput")); mixin(bindCode("vtkProgrammableSource_GetStructuredPointsOutput", "D_vtkProgrammableSource_GetStructuredPointsOutput")); mixin(bindCode("vtkProgrammableSource_GetStructuredGridOutput", "D_vtkProgrammableSource_GetStructuredGridOutput")); mixin(bindCode("vtkProgrammableSource_GetUnstructuredGridOutput", "D_vtkProgrammableSource_GetUnstructuredGridOutput")); mixin(bindCode("vtkProgrammableSource_GetRectilinearGridOutput", "D_vtkProgrammableSource_GetRectilinearGridOutput")); mixin(bindCode("vtkProgrammableSource_Upcast", "D_vtkProgrammableSource_Upcast")); mixin(bindCode("vtkTextureUnitManager_IsTypeOf", "D_vtkTextureUnitManager_IsTypeOf")); mixin(bindCode("vtkTextureUnitManager_SafeDownCast", "D_vtkTextureUnitManager_SafeDownCast")); mixin(bindCode("vtkTextureUnitManager_NewInstance", "D_vtkTextureUnitManager_NewInstance")); mixin(bindCode("vtkTextureUnitManager_New", "D_vtkTextureUnitManager_New")); mixin(bindCode("vtkTextureUnitManager_SetContext", "D_vtkTextureUnitManager_SetContext")); mixin(bindCode("vtkTextureUnitManager_GetContext", "D_vtkTextureUnitManager_GetContext")); mixin(bindCode("vtkTextureUnitManager_GetNumberOfTextureUnits", "D_vtkTextureUnitManager_GetNumberOfTextureUnits")); mixin(bindCode("vtkTextureUnitManager_Allocate", "D_vtkTextureUnitManager_Allocate")); mixin(bindCode("vtkTextureUnitManager_IsAllocated", "D_vtkTextureUnitManager_IsAllocated")); mixin(bindCode("vtkTextureUnitManager_Free", "D_vtkTextureUnitManager_Free")); mixin(bindCode("vtkTextureUnitManager_Upcast", "D_vtkTextureUnitManager_Upcast")); mixin(bindCode("vtkOrientedPolygonalHandleRepresentation3D_New", "D_vtkOrientedPolygonalHandleRepresentation3D_New")); mixin(bindCode("vtkOrientedPolygonalHandleRepresentation3D_IsTypeOf", "D_vtkOrientedPolygonalHandleRepresentation3D_IsTypeOf")); mixin(bindCode("vtkOrientedPolygonalHandleRepresentation3D_SafeDownCast", "D_vtkOrientedPolygonalHandleRepresentation3D_SafeDownCast")); mixin(bindCode("vtkOrientedPolygonalHandleRepresentation3D_NewInstance", "D_vtkOrientedPolygonalHandleRepresentation3D_NewInstance")); mixin(bindCode("vtkOrientedPolygonalHandleRepresentation3D_Upcast", "D_vtkOrientedPolygonalHandleRepresentation3D_Upcast")); mixin(bindCode("vtkBase64InputStream_IsTypeOf", "D_vtkBase64InputStream_IsTypeOf")); mixin(bindCode("vtkBase64InputStream_SafeDownCast", "D_vtkBase64InputStream_SafeDownCast")); mixin(bindCode("vtkBase64InputStream_NewInstance", "D_vtkBase64InputStream_NewInstance")); mixin(bindCode("vtkBase64InputStream_New", "D_vtkBase64InputStream_New")); mixin(bindCode("vtkBase64InputStream_Upcast", "D_vtkBase64InputStream_Upcast")); mixin(bindCode("vtkX3DExporterFIWriter_New", "D_vtkX3DExporterFIWriter_New")); mixin(bindCode("vtkX3DExporterFIWriter_IsTypeOf", "D_vtkX3DExporterFIWriter_IsTypeOf")); mixin(bindCode("vtkX3DExporterFIWriter_SafeDownCast", "D_vtkX3DExporterFIWriter_SafeDownCast")); mixin(bindCode("vtkX3DExporterFIWriter_NewInstance", "D_vtkX3DExporterFIWriter_NewInstance")); mixin(bindCode("vtkX3DExporterFIWriter_SetField__SWIG_0", "D_vtkX3DExporterFIWriter_SetField__SWIG_0")); mixin(bindCode("vtkX3DExporterFIWriter_SetField__SWIG_1", "D_vtkX3DExporterFIWriter_SetField__SWIG_1")); mixin(bindCode("vtkX3DExporterFIWriter_SetField__SWIG_2", "D_vtkX3DExporterFIWriter_SetField__SWIG_2")); mixin(bindCode("vtkX3DExporterFIWriter_SetField__SWIG_3", "D_vtkX3DExporterFIWriter_SetField__SWIG_3")); mixin(bindCode("vtkX3DExporterFIWriter_SetField__SWIG_4", "D_vtkX3DExporterFIWriter_SetField__SWIG_4")); mixin(bindCode("vtkX3DExporterFIWriter_SetField__SWIG_5", "D_vtkX3DExporterFIWriter_SetField__SWIG_5")); mixin(bindCode("vtkX3DExporterFIWriter_SetField__SWIG_6", "D_vtkX3DExporterFIWriter_SetField__SWIG_6")); mixin(bindCode("vtkX3DExporterFIWriter_SetField__SWIG_7", "D_vtkX3DExporterFIWriter_SetField__SWIG_7")); mixin(bindCode("vtkX3DExporterFIWriter_SetField__SWIG_8", "D_vtkX3DExporterFIWriter_SetField__SWIG_8")); mixin(bindCode("vtkX3DExporterFIWriter_SetField__SWIG_9", "D_vtkX3DExporterFIWriter_SetField__SWIG_9")); mixin(bindCode("vtkX3DExporterFIWriter_SetField__SWIG_10", "D_vtkX3DExporterFIWriter_SetField__SWIG_10")); mixin(bindCode("vtkX3DExporterFIWriter_SetField__SWIG_11", "D_vtkX3DExporterFIWriter_SetField__SWIG_11")); mixin(bindCode("vtkX3DExporterFIWriter_GetEncodingMethod", "D_vtkX3DExporterFIWriter_GetEncodingMethod")); mixin(bindCode("vtkX3DExporterFIWriter_SetFastest", "D_vtkX3DExporterFIWriter_SetFastest")); mixin(bindCode("vtkX3DExporterFIWriter_GetFastestMinValue", "D_vtkX3DExporterFIWriter_GetFastestMinValue")); mixin(bindCode("vtkX3DExporterFIWriter_GetFastestMaxValue", "D_vtkX3DExporterFIWriter_GetFastestMaxValue")); mixin(bindCode("vtkX3DExporterFIWriter_FastestOn", "D_vtkX3DExporterFIWriter_FastestOn")); mixin(bindCode("vtkX3DExporterFIWriter_FastestOff", "D_vtkX3DExporterFIWriter_FastestOff")); mixin(bindCode("vtkX3DExporterFIWriter_GetFastest", "D_vtkX3DExporterFIWriter_GetFastest")); mixin(bindCode("vtkX3DExporterFIWriter_Upcast", "D_vtkX3DExporterFIWriter_Upcast")); mixin(bindCode("vtkResliceCursorThickLineRepresentation_New", "D_vtkResliceCursorThickLineRepresentation_New")); mixin(bindCode("vtkResliceCursorThickLineRepresentation_IsTypeOf", "D_vtkResliceCursorThickLineRepresentation_IsTypeOf")); mixin(bindCode("vtkResliceCursorThickLineRepresentation_SafeDownCast", "D_vtkResliceCursorThickLineRepresentation_SafeDownCast")); mixin(bindCode("vtkResliceCursorThickLineRepresentation_NewInstance", "D_vtkResliceCursorThickLineRepresentation_NewInstance")); mixin(bindCode("vtkResliceCursorThickLineRepresentation_CreateDefaultResliceAlgorithm", "D_vtkResliceCursorThickLineRepresentation_CreateDefaultResliceAlgorithm")); mixin(bindCode("vtkResliceCursorThickLineRepresentation_SetResliceParameters", "D_vtkResliceCursorThickLineRepresentation_SetResliceParameters")); mixin(bindCode("vtkResliceCursorThickLineRepresentation_Upcast", "D_vtkResliceCursorThickLineRepresentation_Upcast")); mixin(bindCode("vtkUnstructuredGrid_New", "D_vtkUnstructuredGrid_New")); mixin(bindCode("vtkUnstructuredGrid_IsTypeOf", "D_vtkUnstructuredGrid_IsTypeOf")); mixin(bindCode("vtkUnstructuredGrid_SafeDownCast", "D_vtkUnstructuredGrid_SafeDownCast")); mixin(bindCode("vtkUnstructuredGrid_NewInstance", "D_vtkUnstructuredGrid_NewInstance")); mixin(bindCode("vtkUnstructuredGrid_Allocate__SWIG_0", "D_vtkUnstructuredGrid_Allocate__SWIG_0")); mixin(bindCode("vtkUnstructuredGrid_Allocate__SWIG_1", "D_vtkUnstructuredGrid_Allocate__SWIG_1")); mixin(bindCode("vtkUnstructuredGrid_Allocate__SWIG_2", "D_vtkUnstructuredGrid_Allocate__SWIG_2")); mixin(bindCode("vtkUnstructuredGrid_InsertNextCell__SWIG_0", "D_vtkUnstructuredGrid_InsertNextCell__SWIG_0")); mixin(bindCode("vtkUnstructuredGrid_InsertNextCell__SWIG_1", "D_vtkUnstructuredGrid_InsertNextCell__SWIG_1")); mixin(bindCode("vtkUnstructuredGrid_InsertNextCell__SWIG_2", "D_vtkUnstructuredGrid_InsertNextCell__SWIG_2")); mixin(bindCode("vtkUnstructuredGrid_Reset", "D_vtkUnstructuredGrid_Reset")); mixin(bindCode("vtkUnstructuredGrid_GetCell__SWIG_0", "D_vtkUnstructuredGrid_GetCell__SWIG_0")); mixin(bindCode("vtkUnstructuredGrid_GetCell__SWIG_1", "D_vtkUnstructuredGrid_GetCell__SWIG_1")); mixin(bindCode("vtkUnstructuredGrid_GetCellPoints__SWIG_0", "D_vtkUnstructuredGrid_GetCellPoints__SWIG_0")); mixin(bindCode("vtkUnstructuredGrid_GetCellTypesArray", "D_vtkUnstructuredGrid_GetCellTypesArray")); mixin(bindCode("vtkUnstructuredGrid_GetCellLocationsArray", "D_vtkUnstructuredGrid_GetCellLocationsArray")); mixin(bindCode("vtkUnstructuredGrid_BuildLinks", "D_vtkUnstructuredGrid_BuildLinks")); mixin(bindCode("vtkUnstructuredGrid_GetCellLinks", "D_vtkUnstructuredGrid_GetCellLinks")); mixin(bindCode("vtkUnstructuredGrid_GetCellPoints__SWIG_1", "D_vtkUnstructuredGrid_GetCellPoints__SWIG_1")); mixin(bindCode("vtkUnstructuredGrid_GetFaceStream__SWIG_0", "D_vtkUnstructuredGrid_GetFaceStream__SWIG_0")); mixin(bindCode("vtkUnstructuredGrid_GetFaceStream__SWIG_1", "D_vtkUnstructuredGrid_GetFaceStream__SWIG_1")); mixin(bindCode("vtkUnstructuredGrid_SetCells__SWIG_0", "D_vtkUnstructuredGrid_SetCells__SWIG_0")); mixin(bindCode("vtkUnstructuredGrid_SetCells__SWIG_1", "D_vtkUnstructuredGrid_SetCells__SWIG_1")); mixin(bindCode("vtkUnstructuredGrid_SetCells__SWIG_2", "D_vtkUnstructuredGrid_SetCells__SWIG_2")); mixin(bindCode("vtkUnstructuredGrid_SetCells__SWIG_3", "D_vtkUnstructuredGrid_SetCells__SWIG_3")); mixin(bindCode("vtkUnstructuredGrid_GetCells", "D_vtkUnstructuredGrid_GetCells")); mixin(bindCode("vtkUnstructuredGrid_ReplaceCell", "D_vtkUnstructuredGrid_ReplaceCell")); mixin(bindCode("vtkUnstructuredGrid_InsertNextLinkedCell", "D_vtkUnstructuredGrid_InsertNextLinkedCell")); mixin(bindCode("vtkUnstructuredGrid_RemoveReferenceToCell", "D_vtkUnstructuredGrid_RemoveReferenceToCell")); mixin(bindCode("vtkUnstructuredGrid_AddReferenceToCell", "D_vtkUnstructuredGrid_AddReferenceToCell")); mixin(bindCode("vtkUnstructuredGrid_ResizeCellList", "D_vtkUnstructuredGrid_ResizeCellList")); mixin(bindCode("vtkUnstructuredGrid_GetPiece", "D_vtkUnstructuredGrid_GetPiece")); mixin(bindCode("vtkUnstructuredGrid_GetNumberOfPieces", "D_vtkUnstructuredGrid_GetNumberOfPieces")); mixin(bindCode("vtkUnstructuredGrid_GetGhostLevel", "D_vtkUnstructuredGrid_GetGhostLevel")); mixin(bindCode("vtkUnstructuredGrid_GetIdsOfCellsOfType", "D_vtkUnstructuredGrid_GetIdsOfCellsOfType")); mixin(bindCode("vtkUnstructuredGrid_IsHomogeneous", "D_vtkUnstructuredGrid_IsHomogeneous")); mixin(bindCode("vtkUnstructuredGrid_RemoveGhostCells", "D_vtkUnstructuredGrid_RemoveGhostCells")); mixin(bindCode("vtkUnstructuredGrid_GetFaces__SWIG_0", "D_vtkUnstructuredGrid_GetFaces__SWIG_0")); mixin(bindCode("vtkUnstructuredGrid_GetFaces__SWIG_1", "D_vtkUnstructuredGrid_GetFaces__SWIG_1")); mixin(bindCode("vtkUnstructuredGrid_GetFaceLocations", "D_vtkUnstructuredGrid_GetFaceLocations")); mixin(bindCode("vtkUnstructuredGrid_InitializeFacesRepresentation", "D_vtkUnstructuredGrid_InitializeFacesRepresentation")); mixin(bindCode("vtkUnstructuredGrid_DecomposeAPolyhedronCell__SWIG_0", "D_vtkUnstructuredGrid_DecomposeAPolyhedronCell__SWIG_0")); mixin(bindCode("vtkUnstructuredGrid_DecomposeAPolyhedronCell__SWIG_1", "D_vtkUnstructuredGrid_DecomposeAPolyhedronCell__SWIG_1")); mixin(bindCode("vtkUnstructuredGrid_DecomposeAPolyhedronCell__SWIG_2", "D_vtkUnstructuredGrid_DecomposeAPolyhedronCell__SWIG_2")); mixin(bindCode("vtkUnstructuredGrid_ConvertFaceStreamPointIds__SWIG_0", "D_vtkUnstructuredGrid_ConvertFaceStreamPointIds__SWIG_0")); mixin(bindCode("vtkUnstructuredGrid_ConvertFaceStreamPointIds__SWIG_1", "D_vtkUnstructuredGrid_ConvertFaceStreamPointIds__SWIG_1")); mixin(bindCode("vtkUnstructuredGrid_Upcast", "D_vtkUnstructuredGrid_Upcast")); mixin(bindCode("vtkPassArrays_New", "D_vtkPassArrays_New")); mixin(bindCode("vtkPassArrays_IsTypeOf", "D_vtkPassArrays_IsTypeOf")); mixin(bindCode("vtkPassArrays_SafeDownCast", "D_vtkPassArrays_SafeDownCast")); mixin(bindCode("vtkPassArrays_NewInstance", "D_vtkPassArrays_NewInstance")); mixin(bindCode("vtkPassArrays_AddArray", "D_vtkPassArrays_AddArray")); mixin(bindCode("vtkPassArrays_AddPointDataArray", "D_vtkPassArrays_AddPointDataArray")); mixin(bindCode("vtkPassArrays_AddCellDataArray", "D_vtkPassArrays_AddCellDataArray")); mixin(bindCode("vtkPassArrays_AddFieldDataArray", "D_vtkPassArrays_AddFieldDataArray")); mixin(bindCode("vtkPassArrays_RemoveArray", "D_vtkPassArrays_RemoveArray")); mixin(bindCode("vtkPassArrays_RemovePointDataArray", "D_vtkPassArrays_RemovePointDataArray")); mixin(bindCode("vtkPassArrays_RemoveCellDataArray", "D_vtkPassArrays_RemoveCellDataArray")); mixin(bindCode("vtkPassArrays_RemoveFieldDataArray", "D_vtkPassArrays_RemoveFieldDataArray")); mixin(bindCode("vtkPassArrays_ClearArrays", "D_vtkPassArrays_ClearArrays")); mixin(bindCode("vtkPassArrays_ClearPointDataArrays", "D_vtkPassArrays_ClearPointDataArrays")); mixin(bindCode("vtkPassArrays_ClearCellDataArrays", "D_vtkPassArrays_ClearCellDataArrays")); mixin(bindCode("vtkPassArrays_ClearFieldDataArrays", "D_vtkPassArrays_ClearFieldDataArrays")); mixin(bindCode("vtkPassArrays_SetRemoveArrays", "D_vtkPassArrays_SetRemoveArrays")); mixin(bindCode("vtkPassArrays_GetRemoveArrays", "D_vtkPassArrays_GetRemoveArrays")); mixin(bindCode("vtkPassArrays_RemoveArraysOn", "D_vtkPassArrays_RemoveArraysOn")); mixin(bindCode("vtkPassArrays_RemoveArraysOff", "D_vtkPassArrays_RemoveArraysOff")); mixin(bindCode("vtkPassArrays_SetUseFieldTypes", "D_vtkPassArrays_SetUseFieldTypes")); mixin(bindCode("vtkPassArrays_GetUseFieldTypes", "D_vtkPassArrays_GetUseFieldTypes")); mixin(bindCode("vtkPassArrays_UseFieldTypesOn", "D_vtkPassArrays_UseFieldTypesOn")); mixin(bindCode("vtkPassArrays_UseFieldTypesOff", "D_vtkPassArrays_UseFieldTypesOff")); mixin(bindCode("vtkPassArrays_AddFieldType", "D_vtkPassArrays_AddFieldType")); mixin(bindCode("vtkPassArrays_ClearFieldTypes", "D_vtkPassArrays_ClearFieldTypes")); mixin(bindCode("vtkPassArrays_Upcast", "D_vtkPassArrays_Upcast")); mixin(bindCode("vtkAMREnzoParticlesReader_New", "D_vtkAMREnzoParticlesReader_New")); mixin(bindCode("vtkAMREnzoParticlesReader_IsTypeOf", "D_vtkAMREnzoParticlesReader_IsTypeOf")); mixin(bindCode("vtkAMREnzoParticlesReader_SafeDownCast", "D_vtkAMREnzoParticlesReader_SafeDownCast")); mixin(bindCode("vtkAMREnzoParticlesReader_NewInstance", "D_vtkAMREnzoParticlesReader_NewInstance")); mixin(bindCode("vtkAMREnzoParticlesReader_SetParticleType", "D_vtkAMREnzoParticlesReader_SetParticleType")); mixin(bindCode("vtkAMREnzoParticlesReader_GetParticleType", "D_vtkAMREnzoParticlesReader_GetParticleType")); mixin(bindCode("vtkAMREnzoParticlesReader_Upcast", "D_vtkAMREnzoParticlesReader_Upcast")); } //#if !defined(SWIG_D_NO_EXCEPTION_HELPER) extern(C) void function( SwigExceptionCallback exceptionCallback, SwigExceptionCallback illegalArgumentCallback, SwigExceptionCallback illegalElementCallback, SwigExceptionCallback ioCallback, SwigExceptionCallback noSuchElementCallback) swigRegisterExceptionCallbacksvtkd; //#endif // SWIG_D_NO_EXCEPTION_HELPER //#if !defined(SWIG_D_NO_STRING_HELPER) extern(C) void function(SwigStringCallback callback) swigRegisterStringCallbackvtkd; //#endif // SWIG_D_NO_STRING_HELPER mixin template SwigOperatorDefinitions() { public override bool opEquals(Object o) { if (auto rhs = cast(typeof(this))o) { if (swigCPtr == rhs.swigCPtr) return true; static if (is(typeof(swigOpEquals(rhs)))) { return cast(bool)(swigOpEquals(rhs)); } else { return false; } } return super.opEquals(o); } public override int opCmp(Object o) { static if (__traits(compiles, swigOpLt(typeof(this).init) && swigOpEquals(typeof(this).init))) { if (auto rhs = cast(typeof(this))o) { if (swigOpLt(rhs)) { return -1; } else if (swigOpEquals(rhs)) { return 0; } else { return 1; } } } return super.opCmp(o); } private template swigOpBinary(string operator, string name) { enum swigOpBinary = `public void opOpAssign(string op, T)(T rhs) if (op == "` ~ operator ~ `" && __traits(compiles, swigOp` ~ name ~ `Assign(rhs))) { swigOp` ~ name ~ `Assign(rhs);}` ~ `public auto opBinary(string op, T)(T rhs) if (op == "` ~ operator ~ `" && __traits(compiles, swigOp` ~ name ~ `(rhs))) { return swigOp` ~ name ~ `(rhs);}`; } mixin(swigOpBinary!("+", "Add")); mixin(swigOpBinary!("-", "Sub")); mixin(swigOpBinary!("*", "Mul")); mixin(swigOpBinary!("/", "Div")); mixin(swigOpBinary!("%", "Mod")); mixin(swigOpBinary!("&", "And")); mixin(swigOpBinary!("|", "Or")); mixin(swigOpBinary!("^", "Xor")); mixin(swigOpBinary!("<<", "Shl")); mixin(swigOpBinary!(">>", "Shr")); private template swigOpUnary(string operator, string name) { enum swigOpUnary = `public auto opUnary(string op)() if (op == "` ~ operator ~ `" && __traits(compiles, swigOp` ~ name ~ `())) { return swigOp` ~ name ~ `();}`; } mixin(swigOpUnary!("+", "Pos")); mixin(swigOpUnary!("-", "Neg")); mixin(swigOpUnary!("~", "Com")); mixin(swigOpUnary!("++", "Inc")); mixin(swigOpUnary!("--", "Dec")); } private class SwigExceptionHelper { static this() { // The D1/Tango version maps C++ exceptions to multiple exception types. swigRegisterExceptionCallbacksvtkd( &setException, &setException, &setException, &setException, &setException ); } static void setException(const char* message) { auto exception = new object.Exception(std.conv.to!string(message).idup); exception.next = SwigPendingException.retrieve(); SwigPendingException.set(exception); } } package struct SwigPendingException { public: static this() { m_sPendingCount = 0; m_sPendingException = null; } static bool isPending() { bool pending = false; if (m_sPendingCount > 0) { if (m_sPendingException !is null) { pending = true; } } return pending; } static void set(object.Exception e) { if (m_sPendingException !is null) { throw new object.Exception("FATAL: An earlier pending exception from C/C++ code " ~ "was missed and thus not thrown (" ~ m_sPendingException.classinfo.name ~ ": " ~ m_sPendingException.msg ~ ")!", e); } m_sPendingException = e; synchronized { ++m_sPendingCount; } } static object.Exception retrieve() { object.Exception e = null; if (m_sPendingCount > 0) { if (m_sPendingException !is null) { e = m_sPendingException; m_sPendingException = null; synchronized { --m_sPendingCount; } } } return e; } private: // The pending exception counter is stored thread-global. static shared int m_sPendingCount; // The reference to the pending exception (if any) is stored thread-local. static object.Exception m_sPendingException; } alias void function(const char* message) SwigExceptionCallback; private class SwigStringHelper { static this() { swigRegisterStringCallbackvtkd(&createString); } static const(char)* createString(const(char*) cString) { // We are effectively dup'ing the string here. // TODO: Is this also correct for D2/Phobos? return std.string.toStringz(std.conv.to!string(cString)); } } alias const(char)* function(const(char*) cString) SwigStringCallback; template SwigExternC(T) if (is(typeof(*(T.init)) P == function)) { static if (is(typeof(*(T.init)) R == return)) { static if (is(typeof(*(T.init)) P == function)) { alias extern(C) R function(P) SwigExternC; } } } extern(C) int function() DEFINE_NO_DEPRECATED_get; extern(C) int function() VTK_MAJOR_VERSION_get; extern(C) int function() VTK_MINOR_VERSION_get; extern(C) int function() VTK_BUILD_VERSION_get; extern(C) const(char)* function() VTK_VERSION_get; extern(C) int function() VTK_MAX_THREADS_get; extern(C) int function() VTK_SIZEOF_CHAR_get; extern(C) int function() VTK_SIZEOF_SHORT_get; extern(C) int function() VTK_SIZEOF_INT_get; extern(C) int function() VTK_SIZEOF_LONG_get; extern(C) int function() VTK_SIZEOF_FLOAT_get; extern(C) int function() VTK_SIZEOF_DOUBLE_get; extern(C) int function() VTK_SIZEOF_VOID_P_get; extern(C) int function() VTK_SIZEOF_LONG_LONG_get; extern(C) int function() VTK_TYPE_CHAR_IS_SIGNED_get; extern(C) int function() VTK_STREAM_EOF_SEVERITY_get; extern(C) const(char)* function() VTK_CXX_COMPILER_get; extern(C) int function() VTK_VOID_get; extern(C) int function() VTK_BIT_get; extern(C) int function() VTK_CHAR_get; extern(C) int function() VTK_SIGNED_CHAR_get; extern(C) int function() VTK_UNSIGNED_CHAR_get; extern(C) int function() VTK_SHORT_get; extern(C) int function() VTK_UNSIGNED_SHORT_get; extern(C) int function() VTK_INT_get; extern(C) int function() VTK_UNSIGNED_INT_get; extern(C) int function() VTK_LONG_get; extern(C) int function() VTK_UNSIGNED_LONG_get; extern(C) int function() VTK_FLOAT_get; extern(C) int function() VTK_DOUBLE_get; extern(C) int function() VTK_ID_TYPE_get; extern(C) int function() VTK_STRING_get; extern(C) int function() VTK_OPAQUE_get; extern(C) int function() VTK_LONG_LONG_get; extern(C) int function() VTK_UNSIGNED_LONG_LONG_get; extern(C) int function() VTK___INT64_get; extern(C) int function() VTK_UNSIGNED___INT64_get; extern(C) int function() VTK_VARIANT_get; extern(C) int function() VTK_OBJECT_get; extern(C) int function() VTK_UNICODE_STRING_get; extern(C) int function() VTK_POLY_DATA_get; extern(C) int function() VTK_STRUCTURED_POINTS_get; extern(C) int function() VTK_STRUCTURED_GRID_get; extern(C) int function() VTK_RECTILINEAR_GRID_get; extern(C) int function() VTK_UNSTRUCTURED_GRID_get; extern(C) int function() VTK_PIECEWISE_FUNCTION_get; extern(C) int function() VTK_IMAGE_DATA_get; extern(C) int function() VTK_DATA_OBJECT_get; extern(C) int function() VTK_DATA_SET_get; extern(C) int function() VTK_POINT_SET_get; extern(C) int function() VTK_UNIFORM_GRID_get; extern(C) int function() VTK_COMPOSITE_DATA_SET_get; extern(C) int function() VTK_MULTIGROUP_DATA_SET_get; extern(C) int function() VTK_MULTIBLOCK_DATA_SET_get; extern(C) int function() VTK_HIERARCHICAL_DATA_SET_get; extern(C) int function() VTK_HIERARCHICAL_BOX_DATA_SET_get; extern(C) int function() VTK_GENERIC_DATA_SET_get; extern(C) int function() VTK_HYPER_OCTREE_get; extern(C) int function() VTK_TEMPORAL_DATA_SET_get; extern(C) int function() VTK_TABLE_get; extern(C) int function() VTK_GRAPH_get; extern(C) int function() VTK_TREE_get; extern(C) int function() VTK_SELECTION_get; extern(C) int function() VTK_DIRECTED_GRAPH_get; extern(C) int function() VTK_UNDIRECTED_GRAPH_get; extern(C) int function() VTK_MULTIPIECE_DATA_SET_get; extern(C) int function() VTK_DIRECTED_ACYCLIC_GRAPH_get; extern(C) int function() VTK_ARRAY_DATA_get; extern(C) int function() VTK_REEB_GRAPH_get; extern(C) int function() VTK_UNIFORM_GRID_AMR_get; extern(C) int function() VTK_NON_OVERLAPPING_AMR_get; extern(C) int function() VTK_OVERLAPPING_AMR_get; extern(C) int function() VTK_HYPER_TREE_GRID_get; extern(C) int function() VTK_MOLECULE_get; extern(C) int function() VTK_PISTON_DATA_OBJECT_get; extern(C) int function() VTK_PATH_get; extern(C) int function() VTK_BIT_MIN_get; extern(C) int function() VTK_BIT_MAX_get; extern(C) int function() VTK_TYPE_UINT8_get; extern(C) int function() VTK_TYPE_INT8_get; extern(C) int function() VTK_TYPE_UINT16_get; extern(C) int function() VTK_TYPE_INT16_get; extern(C) int function() VTK_TYPE_UINT32_get; extern(C) int function() VTK_TYPE_INT32_get; extern(C) int function() VTK_TYPE_UINT64_get; extern(C) int function() VTK_TYPE_INT64_get; extern(C) int function() VTK_TYPE_FLOAT32_get; extern(C) int function() VTK_TYPE_FLOAT64_get; extern(C) int function() VTK_SIZEOF_ID_TYPE_get; extern(C) int function() VTK_OK_get; extern(C) int function() VTK_ERROR_get; extern(C) int function() VTK_ARIAL_get; extern(C) int function() VTK_COURIER_get; extern(C) int function() VTK_TIMES_get; extern(C) int function() VTK_UNKNOWN_FONT_get; extern(C) int function() VTK_TEXT_LEFT_get; extern(C) int function() VTK_TEXT_CENTERED_get; extern(C) int function() VTK_TEXT_RIGHT_get; extern(C) int function() VTK_TEXT_BOTTOM_get; extern(C) int function() VTK_TEXT_TOP_get; extern(C) int function() VTK_TEXT_GLOBAL_ANTIALIASING_SOME_get; extern(C) int function() VTK_TEXT_GLOBAL_ANTIALIASING_NONE_get; extern(C) int function() VTK_TEXT_GLOBAL_ANTIALIASING_ALL_get; extern(C) int function() VTK_LUMINANCE_get; extern(C) int function() VTK_LUMINANCE_ALPHA_get; extern(C) int function() VTK_RGB_get; extern(C) int function() VTK_RGBA_get; extern(C) int function() VTK_COLOR_MODE_DEFAULT_get; extern(C) int function() VTK_COLOR_MODE_MAP_SCALARS_get; extern(C) int function() VTK_NEAREST_INTERPOLATION_get; extern(C) int function() VTK_LINEAR_INTERPOLATION_get; extern(C) int function() VTK_CUBIC_INTERPOLATION_get; extern(C) int function() VTK_IMAGE_SLAB_MIN_get; extern(C) int function() VTK_IMAGE_SLAB_MAX_get; extern(C) int function() VTK_IMAGE_SLAB_MEAN_get; extern(C) int function() VTK_IMAGE_SLAB_SUM_get; extern(C) int function() VTK_MAX_VRCOMP_get; extern(C) int function() VTK_ENCODING_NONE_get; extern(C) int function() VTK_ENCODING_US_ASCII_get; extern(C) int function() VTK_ENCODING_UNICODE_get; extern(C) int function() VTK_ENCODING_UTF_8_get; extern(C) int function() VTK_ENCODING_ISO_8859_1_get; extern(C) int function() VTK_ENCODING_ISO_8859_2_get; extern(C) int function() VTK_ENCODING_ISO_8859_3_get; extern(C) int function() VTK_ENCODING_ISO_8859_4_get; extern(C) int function() VTK_ENCODING_ISO_8859_5_get; extern(C) int function() VTK_ENCODING_ISO_8859_6_get; extern(C) int function() VTK_ENCODING_ISO_8859_7_get; extern(C) int function() VTK_ENCODING_ISO_8859_8_get; extern(C) int function() VTK_ENCODING_ISO_8859_9_get; extern(C) int function() VTK_ENCODING_ISO_8859_10_get; extern(C) int function() VTK_ENCODING_ISO_8859_11_get; extern(C) int function() VTK_ENCODING_ISO_8859_12_get; extern(C) int function() VTK_ENCODING_ISO_8859_13_get; extern(C) int function() VTK_ENCODING_ISO_8859_14_get; extern(C) int function() VTK_ENCODING_ISO_8859_15_get; extern(C) int function() VTK_ENCODING_ISO_8859_16_get; extern(C) int function() VTK_ENCODING_UNKNOWN_get; extern(C) void function(void* jarg1) vtkIndent_Delete; extern(C) void* function(int jarg1) new_vtkIndent__SWIG_0; extern(C) void* function() new_vtkIndent__SWIG_1; extern(C) void* function() vtkIndent_New; extern(C) void* function(void* jarg1) vtkIndent_GetNextIndent; extern(C) void function(void* jarg1) delete_vtkIndent; extern(C) const(char)* function(void* jarg1) vtkObjectBase_GetClassName; extern(C) int function(const(char)* jarg1) vtkObjectBase_IsTypeOf; extern(C) int function(void* jarg1, const(char)* jarg2) vtkObjectBase_IsA; extern(C) void function(void* jarg1) vtkObjectBase_Delete; extern(C) void function(void* jarg1) vtkObjectBase_FastDelete; extern(C) void* function() vtkObjectBase_New; extern(C) void function(void* jarg1, void* jarg2) vtkObjectBase_Print; extern(C) void function(void* jarg1, void* jarg2, void* jarg3) vtkObjectBase_PrintSelf; extern(C) void function(void* jarg1, void* jarg2, void* jarg3) vtkObjectBase_PrintHeader; extern(C) void function(void* jarg1, void* jarg2, void* jarg3) vtkObjectBase_PrintTrailer; extern(C) void function(void* jarg1, void* jarg2) vtkObjectBase_Register; extern(C) void function(void* jarg1, void* jarg2) vtkObjectBase_UnRegister; extern(C) int function(void* jarg1) vtkObjectBase_GetReferenceCount; extern(C) void function(void* jarg1, int jarg2) vtkObjectBase_SetReferenceCount; extern(C) void function(void* jarg1, void* jarg2) vtkObjectBase_PrintRevisions; extern(C) void function(const(char)* jarg1) vtkOutputWindowDisplayText; extern(C) void function(const(char)* jarg1) vtkOutputWindowDisplayErrorText; extern(C) void function(const(char)* jarg1) vtkOutputWindowDisplayWarningText; extern(C) void function(const(char)* jarg1) vtkOutputWindowDisplayGenericWarningText; extern(C) void function(const(char)* jarg1) vtkOutputWindowDisplayDebugText; extern(C) void* function() new_vtkTimeStamp; extern(C) void* function() vtkTimeStamp_New; extern(C) void function(void* jarg1) vtkTimeStamp_Delete; extern(C) void function(void* jarg1) vtkTimeStamp_Modified; extern(C) core.stdc.config.c_ulong function(void* jarg1) vtkTimeStamp_GetMTime; extern(C) uint function(void* jarg1, void* jarg2) vtkTimeStamp_swigOpGt; extern(C) uint function(void* jarg1, void* jarg2) vtkTimeStamp_swigOpLt; extern(C) void function(void* jarg1) delete_vtkTimeStamp; extern(C) void* function() new_vtkWeakPointerBase__SWIG_0; extern(C) void* function(void* jarg1) new_vtkWeakPointerBase__SWIG_1; extern(C) void* function(void* jarg1) new_vtkWeakPointerBase__SWIG_2; extern(C) void function(void* jarg1) delete_vtkWeakPointerBase; extern(C) void* function(void* jarg1, void* jarg2) vtkWeakPointerBase_Equal__SWIG_0; extern(C) void* function(void* jarg1, void* jarg2) vtkWeakPointerBase_Equal__SWIG_1; extern(C) void* function(void* jarg1) vtkWeakPointerBase_GetPointer; extern(C) uint function(void* jarg1, void* jarg2) EqualEqual__SWIG_0; extern(C) uint function(void* jarg1, void* jarg2) EqualEqual__SWIG_1; extern(C) uint function(void* jarg1, void* jarg2) EqualEqual__SWIG_2; extern(C) uint function(void* jarg1, void* jarg2) NotEqual__SWIG_0; extern(C) uint function(void* jarg1, void* jarg2) NotEqual__SWIG_1; extern(C) uint function(void* jarg1, void* jarg2) NotEqual__SWIG_2; extern(C) uint function(void* jarg1, void* jarg2) LessThan__SWIG_0; extern(C) uint function(void* jarg1, void* jarg2) LessThan__SWIG_1; extern(C) uint function(void* jarg1, void* jarg2) LessThan__SWIG_2; extern(C) uint function(void* jarg1, void* jarg2) LessThanEqual__SWIG_0; extern(C) uint function(void* jarg1, void* jarg2) LessThanEqual__SWIG_1; extern(C) uint function(void* jarg1, void* jarg2) LessThanEqual__SWIG_2; extern(C) uint function(void* jarg1, void* jarg2) GreaterThan__SWIG_0; extern(C) uint function(void* jarg1, void* jarg2) GreaterThan__SWIG_1; extern(C) uint function(void* jarg1, void* jarg2) GreaterThan__SWIG_2; extern(C) uint function(void* jarg1, void* jarg2) GreaterThanEqual__SWIG_0; extern(C) uint function(void* jarg1, void* jarg2) GreaterThanEqual__SWIG_1; extern(C) uint function(void* jarg1, void* jarg2) GreaterThanEqual__SWIG_2; extern(C) int function(const(char)* jarg1) vtkObject_IsTypeOf; extern(C) void* function(void* jarg1) vtkObject_SafeDownCast; extern(C) void* function(void* jarg1) vtkObject_NewInstance; extern(C) void* function() vtkObject_New; extern(C) void function(void* jarg1) vtkObject_DebugOn; extern(C) void function(void* jarg1) vtkObject_DebugOff; extern(C) ubyte function(void* jarg1) vtkObject_GetDebug; extern(C) void function(void* jarg1, ubyte jarg2) vtkObject_SetDebug; extern(C) void function() vtkObject_BreakOnError; extern(C) void function(void* jarg1) vtkObject_Modified; extern(C) core.stdc.config.c_ulong function(void* jarg1) vtkObject_GetMTime; extern(C) void function(int jarg1) vtkObject_SetGlobalWarningDisplay; extern(C) void function() vtkObject_GlobalWarningDisplayOn; extern(C) void function() vtkObject_GlobalWarningDisplayOff; extern(C) int function() vtkObject_GetGlobalWarningDisplay; extern(C) void function(void* jarg1, core.stdc.config.c_ulong jarg2) vtkObject_RemoveObserver; extern(C) void function(void* jarg1, core.stdc.config.c_ulong jarg2) vtkObject_RemoveObservers__SWIG_0; extern(C) void function(void* jarg1, const(char)* jarg2) vtkObject_RemoveObservers__SWIG_1; extern(C) void function(void* jarg1) vtkObject_RemoveAllObservers; extern(C) int function(void* jarg1, core.stdc.config.c_ulong jarg2) vtkObject_HasObserver__SWIG_0; extern(C) int function(void* jarg1, const(char)* jarg2) vtkObject_HasObserver__SWIG_1; extern(C) int function(void* jarg1, core.stdc.config.c_ulong jarg2) vtkObject_InvokeEvent__SWIG_0; extern(C) int function(void* jarg1, const(char)* jarg2) vtkObject_InvokeEvent__SWIG_1; extern(C) void* function(void* objectRef) vtkObject_Upcast; extern(C) void* function() vtkAlgorithm_New; extern(C) int function(const(char)* jarg1) vtkAlgorithm_IsTypeOf; extern(C) void* function(void* jarg1) vtkAlgorithm_SafeDownCast; extern(C) void* function(void* jarg1) vtkAlgorithm_NewInstance; extern(C) int function(void* jarg1) vtkAlgorithm_HasExecutive; extern(C) void* function(void* jarg1) vtkAlgorithm_GetExecutive; extern(C) void function(void* jarg1, void* jarg2) vtkAlgorithm_SetExecutive; extern(C) int function(void* jarg1, void* jarg2, void* jarg3, void* jarg4) vtkAlgorithm_ProcessRequest__SWIG_0; extern(C) int function(void* jarg1, void* jarg2, void* jarg3, void* jarg4) vtkAlgorithm_ProcessRequest__SWIG_1; extern(C) int function(void* jarg1, void* jarg2, void* jarg3, void* jarg4, int jarg5, void* jarg6) vtkAlgorithm_ComputePipelineMTime; extern(C) int function(void* jarg1, void* jarg2, int jarg3) vtkAlgorithm_ModifyRequest; extern(C) void* function(void* jarg1, int jarg2) vtkAlgorithm_GetInputPortInformation; extern(C) void* function(void* jarg1, int jarg2) vtkAlgorithm_GetOutputPortInformation; extern(C) void* function(void* jarg1) vtkAlgorithm_GetInformation; extern(C) void function(void* jarg1, void* jarg2) vtkAlgorithm_SetInformation; extern(C) int function(void* jarg1) vtkAlgorithm_GetNumberOfInputPorts; extern(C) int function(void* jarg1) vtkAlgorithm_GetNumberOfOutputPorts; extern(C) void function(void* jarg1, int jarg2) vtkAlgorithm_SetAbortExecute; extern(C) int function(void* jarg1) vtkAlgorithm_GetAbortExecute; extern(C) void function(void* jarg1) vtkAlgorithm_AbortExecuteOn; extern(C) void function(void* jarg1) vtkAlgorithm_AbortExecuteOff; extern(C) void function(void* jarg1, double jarg2) vtkAlgorithm_SetProgress; extern(C) double function(void* jarg1) vtkAlgorithm_GetProgressMinValue; extern(C) double function(void* jarg1) vtkAlgorithm_GetProgressMaxValue; extern(C) double function(void* jarg1) vtkAlgorithm_GetProgress; extern(C) void function(void* jarg1, double jarg2) vtkAlgorithm_UpdateProgress; extern(C) void function(void* jarg1, const(char)* jarg2) vtkAlgorithm_SetProgressText; extern(C) const(char)* function(void* jarg1) vtkAlgorithm_GetProgressText; extern(C) core.stdc.config.c_ulong function(void* jarg1) vtkAlgorithm_GetErrorCode; extern(C) void function(void* jarg1, int jarg2) vtkAlgorithm_AbortExecute_set; extern(C) int function(void* jarg1) vtkAlgorithm_AbortExecute_get; extern(C) void* function() vtkAlgorithm_INPUT_IS_OPTIONAL; extern(C) void* function() vtkAlgorithm_INPUT_IS_REPEATABLE; extern(C) void* function() vtkAlgorithm_INPUT_REQUIRED_FIELDS; extern(C) void* function() vtkAlgorithm_INPUT_REQUIRED_DATA_TYPE; extern(C) void* function() vtkAlgorithm_INPUT_ARRAYS_TO_PROCESS; extern(C) void* function() vtkAlgorithm_INPUT_PORT; extern(C) void* function() vtkAlgorithm_INPUT_CONNECTION; extern(C) void function(void* jarg1, int jarg2, int jarg3, int jarg4, int jarg5, const(char)* jarg6) vtkAlgorithm_SetInputArrayToProcess__SWIG_0; extern(C) void function(void* jarg1, int jarg2, int jarg3, int jarg4, int jarg5, int jarg6) vtkAlgorithm_SetInputArrayToProcess__SWIG_1; extern(C) void function(void* jarg1, int jarg2, void* jarg3) vtkAlgorithm_SetInputArrayToProcess__SWIG_2; extern(C) void function(void* jarg1, int jarg2, int jarg3, int jarg4, const(char)* jarg5, const(char)* jarg6) vtkAlgorithm_SetInputArrayToProcess__SWIG_3; extern(C) void* function(void* jarg1, int jarg2) vtkAlgorithm_GetInputArrayInformation; extern(C) void function(void* jarg1) vtkAlgorithm_RemoveAllInputs; extern(C) void* function(void* jarg1, int jarg2) vtkAlgorithm_GetOutputDataObject; extern(C) void* function(void* jarg1, int jarg2, int jarg3) vtkAlgorithm_GetInputDataObject; extern(C) void function(void* jarg1, int jarg2, void* jarg3) vtkAlgorithm_SetInputConnection__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkAlgorithm_SetInputConnection__SWIG_1; extern(C) void function(void* jarg1, int jarg2, void* jarg3) vtkAlgorithm_AddInputConnection__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkAlgorithm_AddInputConnection__SWIG_1; extern(C) void function(void* jarg1, int jarg2, void* jarg3) vtkAlgorithm_RemoveInputConnection__SWIG_0; extern(C) void function(void* jarg1, int jarg2, int jarg3) vtkAlgorithm_RemoveInputConnection__SWIG_1; extern(C) void function(void* jarg1, int jarg2) vtkAlgorithm_RemoveAllInputConnections; extern(C) void function(void* jarg1, int jarg2, void* jarg3) vtkAlgorithm_SetInputDataObject__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkAlgorithm_SetInputDataObject__SWIG_1; extern(C) void function(void* jarg1, int jarg2, void* jarg3) vtkAlgorithm_AddInputDataObject__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkAlgorithm_AddInputDataObject__SWIG_1; extern(C) void* function(void* jarg1, int jarg2) vtkAlgorithm_GetOutputPort__SWIG_0; extern(C) void* function(void* jarg1) vtkAlgorithm_GetOutputPort__SWIG_1; extern(C) int function(void* jarg1, int jarg2) vtkAlgorithm_GetNumberOfInputConnections; extern(C) int function(void* jarg1) vtkAlgorithm_GetTotalNumberOfInputConnections; extern(C) void* function(void* jarg1, int jarg2, int jarg3) vtkAlgorithm_GetInputConnection; extern(C) void* function(void* jarg1, int jarg2, int jarg3, void* jarg4) vtkAlgorithm_GetInputAlgorithm__SWIG_0; extern(C) void* function(void* jarg1, int jarg2, int jarg3) vtkAlgorithm_GetInputAlgorithm__SWIG_1; extern(C) void* function(void* jarg1) vtkAlgorithm_GetInputAlgorithm__SWIG_2; extern(C) void* function(void* jarg1, int jarg2, int jarg3) vtkAlgorithm_GetInputExecutive__SWIG_0; extern(C) void* function(void* jarg1) vtkAlgorithm_GetInputExecutive__SWIG_1; extern(C) void* function(void* jarg1, int jarg2, int jarg3) vtkAlgorithm_GetInputInformation__SWIG_0; extern(C) void* function(void* jarg1) vtkAlgorithm_GetInputInformation__SWIG_1; extern(C) void* function(void* jarg1, int jarg2) vtkAlgorithm_GetOutputInformation; extern(C) void function(void* jarg1, int jarg2) vtkAlgorithm_Update__SWIG_0; extern(C) void function(void* jarg1) vtkAlgorithm_Update__SWIG_1; extern(C) void function(void* jarg1) vtkAlgorithm_UpdateInformation; extern(C) void function(void* jarg1) vtkAlgorithm_PropagateUpdateExtent; extern(C) void function(void* jarg1) vtkAlgorithm_UpdateWholeExtent; extern(C) void function(void* jarg1, int jarg2, void* jarg3, void* jarg4) vtkAlgorithm_ConvertTotalInputToPortConnection; extern(C) void function(void* jarg1, int jarg2) vtkAlgorithm_SetReleaseDataFlag; extern(C) int function(void* jarg1) vtkAlgorithm_GetReleaseDataFlag; extern(C) void function(void* jarg1) vtkAlgorithm_ReleaseDataFlagOn; extern(C) void function(void* jarg1) vtkAlgorithm_ReleaseDataFlagOff; extern(C) int function(void* jarg1, void* jarg2, void* jarg3) vtkAlgorithm_UpdateExtentIsEmpty__SWIG_0; extern(C) int function(void* jarg1, void* jarg2, int jarg3) vtkAlgorithm_UpdateExtentIsEmpty__SWIG_1; extern(C) void function(void* jarg1) vtkAlgorithm_SetDefaultExecutivePrototype; extern(C) double function(void* jarg1) vtkAlgorithm_ComputePriority; extern(C) void* function() vtkAlgorithm_PRESERVES_DATASET; extern(C) void* function() vtkAlgorithm_PRESERVES_GEOMETRY; extern(C) void* function() vtkAlgorithm_PRESERVES_BOUNDS; extern(C) void* function() vtkAlgorithm_PRESERVES_TOPOLOGY; extern(C) void* function() vtkAlgorithm_PRESERVES_ATTRIBUTES; extern(C) void* function() vtkAlgorithm_PRESERVES_RANGES; extern(C) void* function() vtkAlgorithm_MANAGES_METAINFORMATION; extern(C) int function(void* jarg1, int jarg2) vtkAlgorithm_SetUpdateExtentToWholeExtent__SWIG_0; extern(C) int function(void* jarg1) vtkAlgorithm_SetUpdateExtentToWholeExtent__SWIG_1; extern(C) void function(void* jarg1, int jarg2, int jarg3, int jarg4, int jarg5) vtkAlgorithm_SetUpdateExtent__SWIG_0; extern(C) void function(void* jarg1, int jarg2, int jarg3, int jarg4) vtkAlgorithm_SetUpdateExtent__SWIG_1; extern(C) void function(void* jarg1, int jarg2, void* jarg3) vtkAlgorithm_SetUpdateExtent__SWIG_2; extern(C) void function(void* jarg1, void* jarg2) vtkAlgorithm_SetUpdateExtent__SWIG_3; extern(C) void* function(void* jarg1) vtkAlgorithm_GetUpdateExtent__SWIG_0; extern(C) void* function(void* jarg1, int jarg2) vtkAlgorithm_GetUpdateExtent__SWIG_1; extern(C) void function(void* jarg1, void* jarg2, void* jarg3, void* jarg4, void* jarg5, void* jarg6, void* jarg7) vtkAlgorithm_GetUpdateExtent__SWIG_2; extern(C) void function(void* jarg1, int jarg2, void* jarg3, void* jarg4, void* jarg5, void* jarg6, void* jarg7, void* jarg8) vtkAlgorithm_GetUpdateExtent__SWIG_3; extern(C) void function(void* jarg1, void* jarg2) vtkAlgorithm_GetUpdateExtent__SWIG_4; extern(C) void function(void* jarg1, int jarg2, void* jarg3) vtkAlgorithm_GetUpdateExtent__SWIG_5; extern(C) int function(void* jarg1) vtkAlgorithm_GetUpdatePiece__SWIG_0; extern(C) int function(void* jarg1, int jarg2) vtkAlgorithm_GetUpdatePiece__SWIG_1; extern(C) int function(void* jarg1) vtkAlgorithm_GetUpdateNumberOfPieces__SWIG_0; extern(C) int function(void* jarg1, int jarg2) vtkAlgorithm_GetUpdateNumberOfPieces__SWIG_1; extern(C) int function(void* jarg1) vtkAlgorithm_GetUpdateGhostLevel__SWIG_0; extern(C) int function(void* jarg1, int jarg2) vtkAlgorithm_GetUpdateGhostLevel__SWIG_1; extern(C) void* function(void* objectRef) vtkAlgorithm_Upcast; extern(C) void* function() vtkUnstructuredGridAlgorithm_New; extern(C) int function(const(char)* jarg1) vtkUnstructuredGridAlgorithm_IsTypeOf; extern(C) void* function(void* jarg1) vtkUnstructuredGridAlgorithm_SafeDownCast; extern(C) void* function(void* jarg1) vtkUnstructuredGridAlgorithm_NewInstance; extern(C) void* function(void* jarg1) vtkUnstructuredGridAlgorithm_GetOutput__SWIG_0; extern(C) void* function(void* jarg1, int jarg2) vtkUnstructuredGridAlgorithm_GetOutput__SWIG_1; extern(C) void function(void* jarg1, void* jarg2) vtkUnstructuredGridAlgorithm_SetOutput; extern(C) void* function(void* jarg1, int jarg2) vtkUnstructuredGridAlgorithm_GetInput__SWIG_0; extern(C) void* function(void* jarg1) vtkUnstructuredGridAlgorithm_GetInput__SWIG_1; extern(C) void* function(void* jarg1, int jarg2) vtkUnstructuredGridAlgorithm_GetUnstructuredGridInput; extern(C) void function(void* jarg1, void* jarg2) vtkUnstructuredGridAlgorithm_SetInputData__SWIG_0; extern(C) void function(void* jarg1, int jarg2, void* jarg3) vtkUnstructuredGridAlgorithm_SetInputData__SWIG_1; extern(C) void function(void* jarg1, void* jarg2) vtkUnstructuredGridAlgorithm_AddInputData__SWIG_0; extern(C) void function(void* jarg1, int jarg2, void* jarg3) vtkUnstructuredGridAlgorithm_AddInputData__SWIG_1; extern(C) void* function(void* objectRef) vtkUnstructuredGridAlgorithm_Upcast; extern(C) int function(const(char)* jarg1) vtkTableBasedClipDataSet_IsTypeOf; extern(C) void* function(void* jarg1) vtkTableBasedClipDataSet_SafeDownCast; extern(C) void* function(void* jarg1) vtkTableBasedClipDataSet_NewInstance; extern(C) void* function() vtkTableBasedClipDataSet_New; extern(C) void function(void* jarg1, int jarg2) vtkTableBasedClipDataSet_SetInsideOut; extern(C) int function(void* jarg1) vtkTableBasedClipDataSet_GetInsideOut; extern(C) void function(void* jarg1) vtkTableBasedClipDataSet_InsideOutOn; extern(C) void function(void* jarg1) vtkTableBasedClipDataSet_InsideOutOff; extern(C) void function(void* jarg1, double jarg2) vtkTableBasedClipDataSet_SetValue; extern(C) double function(void* jarg1) vtkTableBasedClipDataSet_GetValue; extern(C) void function(void* jarg1, uint jarg2) vtkTableBasedClipDataSet_SetUseValueAsOffset; extern(C) uint function(void* jarg1) vtkTableBasedClipDataSet_GetUseValueAsOffset; extern(C) void function(void* jarg1) vtkTableBasedClipDataSet_UseValueAsOffsetOn; extern(C) void function(void* jarg1) vtkTableBasedClipDataSet_UseValueAsOffsetOff; extern(C) void function(void* jarg1, void* jarg2) vtkTableBasedClipDataSet_SetClipFunction; extern(C) void* function(void* jarg1) vtkTableBasedClipDataSet_GetClipFunction; extern(C) void function(void* jarg1, int jarg2) vtkTableBasedClipDataSet_SetGenerateClipScalars; extern(C) int function(void* jarg1) vtkTableBasedClipDataSet_GetGenerateClipScalars; extern(C) void function(void* jarg1) vtkTableBasedClipDataSet_GenerateClipScalarsOn; extern(C) void function(void* jarg1) vtkTableBasedClipDataSet_GenerateClipScalarsOff; extern(C) void function(void* jarg1, void* jarg2) vtkTableBasedClipDataSet_SetLocator; extern(C) void* function(void* jarg1) vtkTableBasedClipDataSet_GetLocator; extern(C) void function(void* jarg1, double jarg2) vtkTableBasedClipDataSet_SetMergeTolerance; extern(C) double function(void* jarg1) vtkTableBasedClipDataSet_GetMergeToleranceMinValue; extern(C) double function(void* jarg1) vtkTableBasedClipDataSet_GetMergeToleranceMaxValue; extern(C) double function(void* jarg1) vtkTableBasedClipDataSet_GetMergeTolerance; extern(C) void function(void* jarg1) vtkTableBasedClipDataSet_CreateDefaultLocator; extern(C) void function(void* jarg1, int jarg2) vtkTableBasedClipDataSet_SetGenerateClippedOutput; extern(C) int function(void* jarg1) vtkTableBasedClipDataSet_GetGenerateClippedOutput; extern(C) void function(void* jarg1) vtkTableBasedClipDataSet_GenerateClippedOutputOn; extern(C) void function(void* jarg1) vtkTableBasedClipDataSet_GenerateClippedOutputOff; extern(C) void* function(void* jarg1) vtkTableBasedClipDataSet_GetClippedOutput; extern(C) void function(void* jarg1, int jarg2) vtkTableBasedClipDataSet_SetOutputPointsPrecision; extern(C) int function(void* jarg1) vtkTableBasedClipDataSet_GetOutputPointsPrecisionMinValue; extern(C) int function(void* jarg1) vtkTableBasedClipDataSet_GetOutputPointsPrecisionMaxValue; extern(C) int function(void* jarg1) vtkTableBasedClipDataSet_GetOutputPointsPrecision; extern(C) void* function(void* objectRef) vtkTableBasedClipDataSet_Upcast; extern(C) int function(const(char)* jarg1) vtkImageAlgorithm_IsTypeOf; extern(C) void* function(void* jarg1) vtkImageAlgorithm_SafeDownCast; extern(C) void* function(void* jarg1) vtkImageAlgorithm_NewInstance; extern(C) void* function(void* jarg1) vtkImageAlgorithm_GetOutput__SWIG_0; extern(C) void* function(void* jarg1, int jarg2) vtkImageAlgorithm_GetOutput__SWIG_1; extern(C) void function(void* jarg1, void* jarg2) vtkImageAlgorithm_SetOutput; extern(C) void function(void* jarg1, void* jarg2) vtkImageAlgorithm_SetInputData__SWIG_0; extern(C) void function(void* jarg1, int jarg2, void* jarg3) vtkImageAlgorithm_SetInputData__SWIG_1; extern(C) void* function(void* jarg1, int jarg2) vtkImageAlgorithm_GetInput__SWIG_0; extern(C) void* function(void* jarg1) vtkImageAlgorithm_GetInput__SWIG_1; extern(C) void* function(void* jarg1, int jarg2) vtkImageAlgorithm_GetImageDataInput; extern(C) void function(void* jarg1, void* jarg2) vtkImageAlgorithm_AddInputData__SWIG_0; extern(C) void function(void* jarg1, int jarg2, void* jarg3) vtkImageAlgorithm_AddInputData__SWIG_1; extern(C) void* function(void* objectRef) vtkImageAlgorithm_Upcast; extern(C) int function(const(char)* jarg1) vtkThreadedImageAlgorithm_IsTypeOf; extern(C) void* function(void* jarg1) vtkThreadedImageAlgorithm_SafeDownCast; extern(C) void* function(void* jarg1) vtkThreadedImageAlgorithm_NewInstance; extern(C) void function(void* jarg1, void* jarg2, void* jarg3, void* jarg4, void* jarg5, void* jarg6, void* jarg7, int jarg8) vtkThreadedImageAlgorithm_ThreadedRequestData; extern(C) void function(void* jarg1, void* jarg2, void* jarg3, void* jarg4, int jarg5) vtkThreadedImageAlgorithm_ThreadedExecute; extern(C) void function(void* jarg1, int jarg2) vtkThreadedImageAlgorithm_SetNumberOfThreads; extern(C) int function(void* jarg1) vtkThreadedImageAlgorithm_GetNumberOfThreadsMinValue; extern(C) int function(void* jarg1) vtkThreadedImageAlgorithm_GetNumberOfThreadsMaxValue; extern(C) int function(void* jarg1) vtkThreadedImageAlgorithm_GetNumberOfThreads; extern(C) int function(void* jarg1, void* jarg2, void* jarg3, int jarg4, int jarg5) vtkThreadedImageAlgorithm_SplitExtent; extern(C) void* function(void* objectRef) vtkThreadedImageAlgorithm_Upcast; extern(C) int function(const(char)* jarg1) vtkImageGaussianSmooth_IsTypeOf; extern(C) void* function(void* jarg1) vtkImageGaussianSmooth_SafeDownCast; extern(C) void* function(void* jarg1) vtkImageGaussianSmooth_NewInstance; extern(C) void* function() vtkImageGaussianSmooth_New; extern(C) void function(void* jarg1, double jarg2, double jarg3, double jarg4) vtkImageGaussianSmooth_SetStandardDeviations__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkImageGaussianSmooth_SetStandardDeviations__SWIG_1; extern(C) void function(void* jarg1, double jarg2) vtkImageGaussianSmooth_SetStandardDeviation__SWIG_0; extern(C) void function(void* jarg1, double jarg2, double jarg3) vtkImageGaussianSmooth_SetStandardDeviations__SWIG_2; extern(C) void* function(void* jarg1) vtkImageGaussianSmooth_GetStandardDeviations__SWIG_0; extern(C) void function(void* jarg1, void* jarg2, void* jarg3, void* jarg4) vtkImageGaussianSmooth_GetStandardDeviations__SWIG_1; extern(C) void function(void* jarg1, void* jarg2) vtkImageGaussianSmooth_GetStandardDeviations__SWIG_2; extern(C) void function(void* jarg1, double jarg2, double jarg3) vtkImageGaussianSmooth_SetStandardDeviation__SWIG_1; extern(C) void function(void* jarg1, double jarg2, double jarg3, double jarg4) vtkImageGaussianSmooth_SetStandardDeviation__SWIG_2; extern(C) void function(void* jarg1, double jarg2, double jarg3, double jarg4) vtkImageGaussianSmooth_SetRadiusFactors__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkImageGaussianSmooth_SetRadiusFactors__SWIG_1; extern(C) void function(void* jarg1, double jarg2, double jarg3) vtkImageGaussianSmooth_SetRadiusFactors__SWIG_2; extern(C) void function(void* jarg1, double jarg2) vtkImageGaussianSmooth_SetRadiusFactor; extern(C) void* function(void* jarg1) vtkImageGaussianSmooth_GetRadiusFactors__SWIG_0; extern(C) void function(void* jarg1, void* jarg2, void* jarg3, void* jarg4) vtkImageGaussianSmooth_GetRadiusFactors__SWIG_1; extern(C) void function(void* jarg1, void* jarg2) vtkImageGaussianSmooth_GetRadiusFactors__SWIG_2; extern(C) void function(void* jarg1, int jarg2) vtkImageGaussianSmooth_SetDimensionality; extern(C) int function(void* jarg1) vtkImageGaussianSmooth_GetDimensionality; extern(C) void* function(void* objectRef) vtkImageGaussianSmooth_Upcast; extern(C) void* function() vtkDataSetAlgorithm_New; extern(C) int function(const(char)* jarg1) vtkDataSetAlgorithm_IsTypeOf; extern(C) void* function(void* jarg1) vtkDataSetAlgorithm_SafeDownCast; extern(C) void* function(void* jarg1) vtkDataSetAlgorithm_NewInstance; extern(C) void* function(void* jarg1) vtkDataSetAlgorithm_GetOutput__SWIG_0; extern(C) void* function(void* jarg1, int jarg2) vtkDataSetAlgorithm_GetOutput__SWIG_1; extern(C) void* function(void* jarg1) vtkDataSetAlgorithm_GetInput; extern(C) void* function(void* jarg1) vtkDataSetAlgorithm_GetPolyDataOutput; extern(C) void* function(void* jarg1) vtkDataSetAlgorithm_GetStructuredPointsOutput; extern(C) void* function(void* jarg1) vtkDataSetAlgorithm_GetImageDataOutput; extern(C) void* function(void* jarg1) vtkDataSetAlgorithm_GetStructuredGridOutput; extern(C) void* function(void* jarg1) vtkDataSetAlgorithm_GetUnstructuredGridOutput; extern(C) void* function(void* jarg1) vtkDataSetAlgorithm_GetRectilinearGridOutput; extern(C) void function(void* jarg1, void* jarg2) vtkDataSetAlgorithm_SetInputData__SWIG_0; extern(C) void function(void* jarg1, int jarg2, void* jarg3) vtkDataSetAlgorithm_SetInputData__SWIG_1; extern(C) void function(void* jarg1, void* jarg2) vtkDataSetAlgorithm_SetInputData__SWIG_2; extern(C) void function(void* jarg1, int jarg2, void* jarg3) vtkDataSetAlgorithm_SetInputData__SWIG_3; extern(C) void function(void* jarg1, void* jarg2) vtkDataSetAlgorithm_AddInputData__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkDataSetAlgorithm_AddInputData__SWIG_1; extern(C) void function(void* jarg1, int jarg2, void* jarg3) vtkDataSetAlgorithm_AddInputData__SWIG_2; extern(C) void function(void* jarg1, int jarg2, void* jarg3) vtkDataSetAlgorithm_AddInputData__SWIG_3; extern(C) void* function(void* objectRef) vtkDataSetAlgorithm_Upcast; extern(C) int function() VTK_VECTOR_MODE_PASS_VECTORS_get; extern(C) int function() VTK_VECTOR_MODE_COMPUTE_GRADIENT_get; extern(C) int function() VTK_VECTOR_MODE_COMPUTE_VORTICITY_get; extern(C) int function() VTK_TENSOR_MODE_PASS_TENSORS_get; extern(C) int function() VTK_TENSOR_MODE_COMPUTE_GRADIENT_get; extern(C) int function() VTK_TENSOR_MODE_COMPUTE_STRAIN_get; extern(C) int function(const(char)* jarg1) vtkCellDerivatives_IsTypeOf; extern(C) void* function(void* jarg1) vtkCellDerivatives_SafeDownCast; extern(C) void* function(void* jarg1) vtkCellDerivatives_NewInstance; extern(C) void* function() vtkCellDerivatives_New; extern(C) void function(void* jarg1, int jarg2) vtkCellDerivatives_SetVectorMode; extern(C) int function(void* jarg1) vtkCellDerivatives_GetVectorMode; extern(C) void function(void* jarg1) vtkCellDerivatives_SetVectorModeToPassVectors; extern(C) void function(void* jarg1) vtkCellDerivatives_SetVectorModeToComputeGradient; extern(C) void function(void* jarg1) vtkCellDerivatives_SetVectorModeToComputeVorticity; extern(C) const(char)* function(void* jarg1) vtkCellDerivatives_GetVectorModeAsString; extern(C) void function(void* jarg1, int jarg2) vtkCellDerivatives_SetTensorMode; extern(C) int function(void* jarg1) vtkCellDerivatives_GetTensorMode; extern(C) void function(void* jarg1) vtkCellDerivatives_SetTensorModeToPassTensors; extern(C) void function(void* jarg1) vtkCellDerivatives_SetTensorModeToComputeGradient; extern(C) void function(void* jarg1) vtkCellDerivatives_SetTensorModeToComputeStrain; extern(C) const(char)* function(void* jarg1) vtkCellDerivatives_GetTensorModeAsString; extern(C) void* function(void* objectRef) vtkCellDerivatives_Upcast; extern(C) int function(const(char)* jarg1) vtkTreeIterator_IsTypeOf; extern(C) void* function(void* jarg1) vtkTreeIterator_SafeDownCast; extern(C) void* function(void* jarg1) vtkTreeIterator_NewInstance; extern(C) void function(void* jarg1, void* jarg2) vtkTreeIterator_SetTree; extern(C) void* function(void* jarg1) vtkTreeIterator_GetTree; extern(C) void function(void* jarg1, long jarg2) vtkTreeIterator_SetStartVertex; extern(C) long function(void* jarg1) vtkTreeIterator_GetStartVertex; extern(C) long function(void* jarg1) vtkTreeIterator_Next; extern(C) uint function(void* jarg1) vtkTreeIterator_HasNext; extern(C) void function(void* jarg1) vtkTreeIterator_Restart; extern(C) void* function(void* objectRef) vtkTreeIterator_Upcast; extern(C) int function(const(char)* jarg1) vtkFastSplatter_IsTypeOf; extern(C) void* function(void* jarg1) vtkFastSplatter_SafeDownCast; extern(C) void* function(void* jarg1) vtkFastSplatter_NewInstance; extern(C) void* function() vtkFastSplatter_New; extern(C) void function(void* jarg1, double jarg2, double jarg3, double jarg4, double jarg5, double jarg6, double jarg7) vtkFastSplatter_SetModelBounds__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkFastSplatter_SetModelBounds__SWIG_1; extern(C) void* function(void* jarg1) vtkFastSplatter_GetModelBounds__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkFastSplatter_GetModelBounds__SWIG_1; extern(C) void function(void* jarg1, int jarg2, int jarg3, int jarg4) vtkFastSplatter_SetOutputDimensions__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkFastSplatter_SetOutputDimensions__SWIG_1; extern(C) void* function(void* jarg1) vtkFastSplatter_GetOutputDimensions__SWIG_0; extern(C) void function(void* jarg1, void* jarg2, void* jarg3, void* jarg4) vtkFastSplatter_GetOutputDimensions__SWIG_1; extern(C) void function(void* jarg1, void* jarg2) vtkFastSplatter_GetOutputDimensions__SWIG_2; extern(C) void function(void* jarg1, int jarg2) vtkFastSplatter_SetLimitMode; extern(C) int function(void* jarg1) vtkFastSplatter_GetLimitMode; extern(C) void function(void* jarg1) vtkFastSplatter_SetLimitModeToNone; extern(C) void function(void* jarg1) vtkFastSplatter_SetLimitModeToClamp; extern(C) void function(void* jarg1) vtkFastSplatter_SetLimitModeToScale; extern(C) void function(void* jarg1) vtkFastSplatter_SetLimitModeToFreezeScale; extern(C) void function(void* jarg1, double jarg2) vtkFastSplatter_SetMinValue; extern(C) double function(void* jarg1) vtkFastSplatter_GetMinValue; extern(C) void function(void* jarg1, double jarg2) vtkFastSplatter_SetMaxValue; extern(C) double function(void* jarg1) vtkFastSplatter_GetMaxValue; extern(C) int function(void* jarg1) vtkFastSplatter_GetNumberOfPointsSplatted; extern(C) void function(void* jarg1, void* jarg2) vtkFastSplatter_SetSplatConnection; extern(C) void* function(void* objectRef) vtkFastSplatter_Upcast; extern(C) void* function() new_vtkArrayCoordinates__SWIG_0; extern(C) void* function(long jarg1) new_vtkArrayCoordinates__SWIG_1; extern(C) void* function(long jarg1, long jarg2) new_vtkArrayCoordinates__SWIG_2; extern(C) void* function(long jarg1, long jarg2, long jarg3) new_vtkArrayCoordinates__SWIG_3; extern(C) long function(void* jarg1) vtkArrayCoordinates_GetDimensions; extern(C) void function(void* jarg1, long jarg2) vtkArrayCoordinates_SetDimensions; extern(C) void* function(void* jarg1, long jarg2) vtkArrayCoordinates_opIndex__SWIG_0; extern(C) long function(void* jarg1, long jarg2) vtkArrayCoordinates_GetCoordinate; extern(C) void function(void* jarg1, long jarg2, long jarg3) vtkArrayCoordinates_SetCoordinate; extern(C) uint function(void* jarg1, void* jarg2) vtkArrayCoordinates_swigOpEquals; extern(C) uint function(void* jarg1, void* jarg2) vtkArrayCoordinates_NotEqual; extern(C) void function(void* jarg1) delete_vtkArrayCoordinates; extern(C) void* function() new_vtkArrayRange__SWIG_0; extern(C) void* function(long jarg1, long jarg2) new_vtkArrayRange__SWIG_1; extern(C) long function(void* jarg1) vtkArrayRange_GetBegin; extern(C) long function(void* jarg1) vtkArrayRange_GetEnd; extern(C) long function(void* jarg1) vtkArrayRange_GetSize; extern(C) uint function(void* jarg1, void* jarg2) vtkArrayRange_Contains__SWIG_0; extern(C) uint function(void* jarg1, long jarg2) vtkArrayRange_Contains__SWIG_1; extern(C) uint function(void* jarg1, void* jarg2) EqualEqual__SWIG_3; extern(C) uint function(void* jarg1, void* jarg2) NotEqual__SWIG_3; extern(C) void function(void* jarg1) delete_vtkArrayRange; extern(C) void* function() new_vtkArrayExtents__SWIG_0; extern(C) void* function(long jarg1) new_vtkArrayExtents__SWIG_1; extern(C) void* function(void* jarg1) new_vtkArrayExtents__SWIG_2; extern(C) void* function(long jarg1, long jarg2) new_vtkArrayExtents__SWIG_3; extern(C) void* function(void* jarg1, void* jarg2) new_vtkArrayExtents__SWIG_4; extern(C) void* function(long jarg1, long jarg2, long jarg3) new_vtkArrayExtents__SWIG_5; extern(C) void* function(void* jarg1, void* jarg2, void* jarg3) new_vtkArrayExtents__SWIG_6; extern(C) void* function(long jarg1, long jarg2) vtkArrayExtents_Uniform; extern(C) void function(void* jarg1, void* jarg2) vtkArrayExtents_Append; extern(C) long function(void* jarg1) vtkArrayExtents_GetDimensions; extern(C) ulong function(void* jarg1) vtkArrayExtents_GetSize; extern(C) void function(void* jarg1, long jarg2) vtkArrayExtents_SetDimensions; extern(C) void* function(void* jarg1, long jarg2) vtkArrayExtents_opIndex__SWIG_0; extern(C) void* function(void* jarg1, long jarg2) vtkArrayExtents_GetExtent; extern(C) void function(void* jarg1, long jarg2, void* jarg3) vtkArrayExtents_SetExtent; extern(C) uint function(void* jarg1, void* jarg2) vtkArrayExtents_swigOpEquals; extern(C) uint function(void* jarg1, void* jarg2) vtkArrayExtents_NotEqual; extern(C) uint function(void* jarg1) vtkArrayExtents_ZeroBased; extern(C) uint function(void* jarg1, void* jarg2) vtkArrayExtents_SameShape; extern(C) void function(void* jarg1, ulong jarg2, void* jarg3) vtkArrayExtents_GetLeftToRightCoordinatesN; extern(C) void function(void* jarg1, ulong jarg2, void* jarg3) vtkArrayExtents_GetRightToLeftCoordinatesN; extern(C) uint function(void* jarg1, void* jarg2) vtkArrayExtents_Contains__SWIG_0; extern(C) uint function(void* jarg1, void* jarg2) vtkArrayExtents_Contains__SWIG_1; extern(C) void function(void* jarg1) delete_vtkArrayExtents; extern(C) void* function() new_vtkStdString__SWIG_0; extern(C) void* function(void* jarg1) new_vtkStdString__SWIG_1; extern(C) void* function(void* jarg1, void* jarg2) new_vtkStdString__SWIG_2; extern(C) void* function(const(char)* jarg1, void* jarg2, void* jarg3) new_vtkStdString__SWIG_3; extern(C) void* function(const(char)* jarg1, void* jarg2) new_vtkStdString__SWIG_4; extern(C) void* function(const(char)* jarg1) new_vtkStdString__SWIG_5; extern(C) void function(void* jarg1) delete_vtkStdString; extern(C) void* function() new_vtkUnicodeString__SWIG_0; extern(C) void* function(void* jarg1) new_vtkUnicodeString__SWIG_1; extern(C) void* function(void* jarg1, uint jarg2) new_vtkUnicodeString__SWIG_2; extern(C) void* function(void* jarg1, void* jarg2) new_vtkUnicodeString__SWIG_3; extern(C) uint function(const(char)* jarg1) vtkUnicodeString_is_utf8__SWIG_0; extern(C) void* function(const(char)* jarg1) vtkUnicodeString_from_utf8__SWIG_0; extern(C) void* function(const(char)* jarg1, const(char)* jarg2) vtkUnicodeString_from_utf8__SWIG_1; extern(C) void* function(void* jarg1) vtkUnicodeString_from_utf16; extern(C) void* function(void* jarg1, void* jarg2) vtkUnicodeString_Equal; extern(C) void* function(void* jarg1) vtkUnicodeString_begin; extern(C) void* function(void* jarg1) vtkUnicodeString_end; extern(C) uint function(void* jarg1, void* jarg2) vtkUnicodeString_at; extern(C) uint function(void* jarg1, void* jarg2) vtkUnicodeString_opIndex; extern(C) const(char)* function(void* jarg1) vtkUnicodeString_utf8_str__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkUnicodeString_utf8_str__SWIG_1; extern(C) void* function(void* jarg1) vtkUnicodeString_utf16_str__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkUnicodeString_utf16_str__SWIG_1; extern(C) void* function(void* jarg1) vtkUnicodeString_byte_count; extern(C) void* function(void* jarg1) vtkUnicodeString_character_count; extern(C) uint function(void* jarg1) vtkUnicodeString_empty; extern(C) void* function() vtkUnicodeString_npos_get; extern(C) void* function(void* jarg1, uint jarg2) vtkUnicodeString_swigOpAddAssign__SWIG_0; extern(C) void* function(void* jarg1, void* jarg2) vtkUnicodeString_swigOpAddAssign__SWIG_1; extern(C) void function(void* jarg1, uint jarg2) vtkUnicodeString_push_back; extern(C) void function(void* jarg1, void* jarg2) vtkUnicodeString_append__SWIG_0; extern(C) void function(void* jarg1, void* jarg2, uint jarg3) vtkUnicodeString_append__SWIG_1; extern(C) void function(void* jarg1, void* jarg2, void* jarg3) vtkUnicodeString_append__SWIG_2; extern(C) void function(void* jarg1, void* jarg2) vtkUnicodeString_assign__SWIG_0; extern(C) void function(void* jarg1, void* jarg2, uint jarg3) vtkUnicodeString_assign__SWIG_1; extern(C) void function(void* jarg1, void* jarg2, void* jarg3) vtkUnicodeString_assign__SWIG_2; extern(C) void function(void* jarg1) vtkUnicodeString_clear; extern(C) void* function(void* jarg1) vtkUnicodeString_fold_case; extern(C) int function(void* jarg1, void* jarg2) vtkUnicodeString_compare; extern(C) void* function(void* jarg1, void* jarg2, void* jarg3) vtkUnicodeString_substr__SWIG_0; extern(C) void* function(void* jarg1, void* jarg2) vtkUnicodeString_substr__SWIG_1; extern(C) void* function(void* jarg1) vtkUnicodeString_substr__SWIG_2; extern(C) void function(void* jarg1, void* jarg2) vtkUnicodeString_swap; extern(C) void function(void* jarg1) delete_vtkUnicodeString; extern(C) uint function(void* jarg1, void* jarg2) EqualEqual__SWIG_4; extern(C) uint function(void* jarg1, void* jarg2) NotEqual__SWIG_4; extern(C) uint function(void* jarg1, void* jarg2) LessThan__SWIG_3; extern(C) uint function(void* jarg1, void* jarg2) LessThanEqual__SWIG_3; extern(C) uint function(void* jarg1, void* jarg2) GreaterThanEqual__SWIG_3; extern(C) uint function(void* jarg1, void* jarg2) GreaterThan__SWIG_3; extern(C) uint function(int jarg1) IsSigned64Bit; extern(C) uint function(int jarg1) IsSigned; extern(C) uint function(int jarg1) IsFloatingPoint; extern(C) uint function(void* jarg1, void* jarg2) CompareSignedUnsignedEqual; extern(C) uint function(void* jarg1, void* jarg2) CompareSignedUnsignedLessThan; extern(C) uint function(void* jarg1, void* jarg2) CompareUnsignedSignedLessThan; extern(C) uint function(void* jarg1, void* jarg2) CompareSignedLessThan; extern(C) uint function(void* jarg1, void* jarg2) CompareUnsignedLessThan; extern(C) void* function() new_vtkVariant__SWIG_0; extern(C) void function(void* jarg1) delete_vtkVariant; extern(C) void* function(void* jarg1) new_vtkVariant__SWIG_1; extern(C) void* function(uint jarg1) new_vtkVariant__SWIG_2; extern(C) void* function(char jarg1) new_vtkVariant__SWIG_3; extern(C) void* function(ubyte jarg1) new_vtkVariant__SWIG_4; extern(C) void* function(byte jarg1) new_vtkVariant__SWIG_5; extern(C) void* function(short jarg1) new_vtkVariant__SWIG_6; extern(C) void* function(ushort jarg1) new_vtkVariant__SWIG_7; extern(C) void* function(int jarg1) new_vtkVariant__SWIG_8; extern(C) void* function(uint jarg1) new_vtkVariant__SWIG_9; extern(C) void* function(long jarg1) new_vtkVariant__SWIG_12; extern(C) void* function(ulong jarg1) new_vtkVariant__SWIG_13; extern(C) void* function(float jarg1) new_vtkVariant__SWIG_14; extern(C) void* function(double jarg1) new_vtkVariant__SWIG_15; extern(C) void* function(const(char)* jarg1) new_vtkVariant__SWIG_16; extern(C) void* function(void* jarg1) new_vtkVariant__SWIG_17; extern(C) void* function(void* jarg1) new_vtkVariant__SWIG_18; extern(C) void* function(void* jarg1) new_vtkVariant__SWIG_19; extern(C) void* function(void* jarg1, uint jarg2) new_vtkVariant__SWIG_20; extern(C) void* function(void* jarg1, void* jarg2) vtkVariant_Equal; extern(C) uint function(void* jarg1) vtkVariant_IsValid; extern(C) uint function(void* jarg1) vtkVariant_IsString; extern(C) uint function(void* jarg1) vtkVariant_IsUnicodeString; extern(C) uint function(void* jarg1) vtkVariant_IsNumeric; extern(C) uint function(void* jarg1) vtkVariant_IsFloat; extern(C) uint function(void* jarg1) vtkVariant_IsDouble; extern(C) uint function(void* jarg1) vtkVariant_IsChar; extern(C) uint function(void* jarg1) vtkVariant_IsUnsignedChar; extern(C) uint function(void* jarg1) vtkVariant_IsSignedChar; extern(C) uint function(void* jarg1) vtkVariant_IsShort; extern(C) uint function(void* jarg1) vtkVariant_IsUnsignedShort; extern(C) uint function(void* jarg1) vtkVariant_IsInt; extern(C) uint function(void* jarg1) vtkVariant_IsUnsignedInt; extern(C) uint function(void* jarg1) vtkVariant_IsLong; extern(C) uint function(void* jarg1) vtkVariant_IsUnsignedLong; extern(C) uint function(void* jarg1) vtkVariant_Is__Int64; extern(C) uint function(void* jarg1) vtkVariant_IsUnsigned__Int64; extern(C) uint function(void* jarg1) vtkVariant_IsLongLong; extern(C) uint function(void* jarg1) vtkVariant_IsUnsignedLongLong; extern(C) uint function(void* jarg1) vtkVariant_IsVTKObject; extern(C) uint function(void* jarg1) vtkVariant_IsArray; extern(C) uint function(void* jarg1) vtkVariant_GetType; extern(C) const(char)* function(void* jarg1) vtkVariant_GetTypeAsString; extern(C) void* function(void* jarg1) vtkVariant_ToString; extern(C) void* function(void* jarg1) vtkVariant_ToUnicodeString; extern(C) float function(void* jarg1, void* jarg2) vtkVariant_ToFloat__SWIG_0; extern(C) float function(void* jarg1) vtkVariant_ToFloat__SWIG_1; extern(C) double function(void* jarg1, void* jarg2) vtkVariant_ToDouble__SWIG_0; extern(C) double function(void* jarg1) vtkVariant_ToDouble__SWIG_1; extern(C) char function(void* jarg1, void* jarg2) vtkVariant_ToChar__SWIG_0; extern(C) char function(void* jarg1) vtkVariant_ToChar__SWIG_1; extern(C) ubyte function(void* jarg1, void* jarg2) vtkVariant_ToUnsignedChar__SWIG_0; extern(C) ubyte function(void* jarg1) vtkVariant_ToUnsignedChar__SWIG_1; extern(C) byte function(void* jarg1, void* jarg2) vtkVariant_ToSignedChar__SWIG_0; extern(C) byte function(void* jarg1) vtkVariant_ToSignedChar__SWIG_1; extern(C) short function(void* jarg1, void* jarg2) vtkVariant_ToShort__SWIG_0; extern(C) short function(void* jarg1) vtkVariant_ToShort__SWIG_1; extern(C) ushort function(void* jarg1, void* jarg2) vtkVariant_ToUnsignedShort__SWIG_0; extern(C) ushort function(void* jarg1) vtkVariant_ToUnsignedShort__SWIG_1; extern(C) int function(void* jarg1, void* jarg2) vtkVariant_ToInt__SWIG_0; extern(C) int function(void* jarg1) vtkVariant_ToInt__SWIG_1; extern(C) uint function(void* jarg1, void* jarg2) vtkVariant_ToUnsignedInt__SWIG_0; extern(C) uint function(void* jarg1) vtkVariant_ToUnsignedInt__SWIG_1; extern(C) core.stdc.config.c_long function(void* jarg1, void* jarg2) vtkVariant_ToLong__SWIG_0; extern(C) core.stdc.config.c_long function(void* jarg1) vtkVariant_ToLong__SWIG_1; extern(C) core.stdc.config.c_ulong function(void* jarg1, void* jarg2) vtkVariant_ToUnsignedLong__SWIG_0; extern(C) core.stdc.config.c_ulong function(void* jarg1) vtkVariant_ToUnsignedLong__SWIG_1; extern(C) long function(void* jarg1, void* jarg2) vtkVariant_ToLongLong__SWIG_0; extern(C) long function(void* jarg1) vtkVariant_ToLongLong__SWIG_1; extern(C) ulong function(void* jarg1, void* jarg2) vtkVariant_ToUnsignedLongLong__SWIG_0; extern(C) ulong function(void* jarg1) vtkVariant_ToUnsignedLongLong__SWIG_1; extern(C) long function(void* jarg1, void* jarg2) vtkVariant_ToTypeInt64__SWIG_0; extern(C) long function(void* jarg1) vtkVariant_ToTypeInt64__SWIG_1; extern(C) ulong function(void* jarg1, void* jarg2) vtkVariant_ToTypeUInt64__SWIG_0; extern(C) ulong function(void* jarg1) vtkVariant_ToTypeUInt64__SWIG_1; extern(C) void* function(void* jarg1) vtkVariant_ToVTKObject; extern(C) void* function(void* jarg1) vtkVariant_ToArray; extern(C) uint function(void* jarg1, void* jarg2) vtkVariant_IsEqual; extern(C) uint function(void* jarg1, void* jarg2) vtkVariant_swigOpEquals; extern(C) uint function(void* jarg1, void* jarg2) vtkVariant_NotEqual; extern(C) uint function(void* jarg1, void* jarg2) vtkVariant_swigOpLt; extern(C) uint function(void* jarg1, void* jarg2) vtkVariant_swigOpGt; extern(C) uint function(void* jarg1, void* jarg2) vtkVariant_swigOpLtEquals; extern(C) uint function(void* jarg1, void* jarg2) vtkVariant_swigOpGtEquals; extern(C) int function(const(char)* jarg1) vtkArray_IsTypeOf; extern(C) void* function(void* jarg1) vtkArray_SafeDownCast; extern(C) void* function(void* jarg1) vtkArray_NewInstance; extern(C) void* function(int jarg1, int jarg2) vtkArray_CreateArray; extern(C) uint function(void* jarg1) vtkArray_IsDense; extern(C) void function(void* jarg1, long jarg2) vtkArray_Resize__SWIG_0; extern(C) void function(void* jarg1, long jarg2, long jarg3) vtkArray_Resize__SWIG_1; extern(C) void function(void* jarg1, long jarg2, long jarg3, long jarg4) vtkArray_Resize__SWIG_2; extern(C) void function(void* jarg1, void* jarg2) vtkArray_Resize__SWIG_3; extern(C) void function(void* jarg1, void* jarg2, void* jarg3) vtkArray_Resize__SWIG_4; extern(C) void function(void* jarg1, void* jarg2, void* jarg3, void* jarg4) vtkArray_Resize__SWIG_5; extern(C) void function(void* jarg1, void* jarg2) vtkArray_Resize__SWIG_6; extern(C) void* function(void* jarg1, long jarg2) vtkArray_GetExtent; extern(C) void* function(void* jarg1) vtkArray_GetExtents; extern(C) long function(void* jarg1) vtkArray_GetDimensions; extern(C) ulong function(void* jarg1) vtkArray_GetSize; extern(C) ulong function(void* jarg1) vtkArray_GetNonNullSize; extern(C) void function(void* jarg1, void* jarg2) vtkArray_SetName; extern(C) void* function(void* jarg1) vtkArray_GetName; extern(C) void function(void* jarg1, long jarg2, void* jarg3) vtkArray_SetDimensionLabel; extern(C) void* function(void* jarg1, long jarg2) vtkArray_GetDimensionLabel; extern(C) void function(void* jarg1, ulong jarg2, void* jarg3) vtkArray_GetCoordinatesN; extern(C) void* function(void* jarg1, long jarg2) vtkArray_GetVariantValue__SWIG_0; extern(C) void* function(void* jarg1, long jarg2, long jarg3) vtkArray_GetVariantValue__SWIG_1; extern(C) void* function(void* jarg1, long jarg2, long jarg3, long jarg4) vtkArray_GetVariantValue__SWIG_2; extern(C) void* function(void* jarg1, void* jarg2) vtkArray_GetVariantValue__SWIG_3; extern(C) void* function(void* jarg1, ulong jarg2) vtkArray_GetVariantValueN; extern(C) void function(void* jarg1, long jarg2, void* jarg3) vtkArray_SetVariantValue__SWIG_0; extern(C) void function(void* jarg1, long jarg2, long jarg3, void* jarg4) vtkArray_SetVariantValue__SWIG_1; extern(C) void function(void* jarg1, long jarg2, long jarg3, long jarg4, void* jarg5) vtkArray_SetVariantValue__SWIG_2; extern(C) void function(void* jarg1, void* jarg2, void* jarg3) vtkArray_SetVariantValue__SWIG_3; extern(C) void function(void* jarg1, ulong jarg2, void* jarg3) vtkArray_SetVariantValueN; extern(C) void function(void* jarg1, void* jarg2, void* jarg3, void* jarg4) vtkArray_CopyValue__SWIG_0; extern(C) void function(void* jarg1, void* jarg2, ulong jarg3, void* jarg4) vtkArray_CopyValue__SWIG_1; extern(C) void function(void* jarg1, void* jarg2, void* jarg3, ulong jarg4) vtkArray_CopyValue__SWIG_2; extern(C) void* function(void* jarg1) vtkArray_DeepCopy; extern(C) void* function(void* objectRef) vtkArray_Upcast; extern(C) int function() VTK_PIECES_EXTENT_get; extern(C) int function() VTK_3D_EXTENT_get; extern(C) int function() VTK_TIME_EXTENT_get; extern(C) void* function() vtkDataObject_New; extern(C) int function(const(char)* jarg1) vtkDataObject_IsTypeOf; extern(C) void* function(void* jarg1) vtkDataObject_SafeDownCast; extern(C) void* function(void* jarg1) vtkDataObject_NewInstance; extern(C) void* function(void* jarg1) vtkDataObject_GetInformation; extern(C) void function(void* jarg1, void* jarg2) vtkDataObject_SetInformation; extern(C) void function(void* jarg1) vtkDataObject_Initialize; extern(C) void function(void* jarg1) vtkDataObject_ReleaseData; extern(C) int function(void* jarg1) vtkDataObject_GetDataReleased; extern(C) void function(int jarg1) vtkDataObject_SetGlobalReleaseDataFlag; extern(C) void function(void* jarg1) vtkDataObject_GlobalReleaseDataFlagOn; extern(C) void function(void* jarg1) vtkDataObject_GlobalReleaseDataFlagOff; extern(C) int function() vtkDataObject_GetGlobalReleaseDataFlag; extern(C) void function(void* jarg1, void* jarg2) vtkDataObject_SetFieldData; extern(C) void* function(void* jarg1) vtkDataObject_GetFieldData; extern(C) int function(void* jarg1) vtkDataObject_GetDataObjectType; extern(C) core.stdc.config.c_ulong function(void* jarg1) vtkDataObject_GetUpdateTime; extern(C) core.stdc.config.c_ulong function(void* jarg1) vtkDataObject_GetActualMemorySize; extern(C) void function(void* jarg1, void* jarg2) vtkDataObject_CopyInformationFromPipeline; extern(C) void* function(void* jarg1, int jarg2, int jarg3) vtkDataObject_GetActiveFieldInformation; extern(C) void* function(void* jarg1, int jarg2, const(char)* jarg3) vtkDataObject_GetNamedFieldInformation; extern(C) void function(void* jarg1, int jarg2, const(char)* jarg3) vtkDataObject_RemoveNamedFieldInformation; extern(C) void* function(void* jarg1, int jarg2, const(char)* jarg3, int jarg4) vtkDataObject_SetActiveAttribute; extern(C) void function(void* jarg1, int jarg2, int jarg3, const(char)* jarg4, int jarg5, int jarg6, int jarg7) vtkDataObject_SetActiveAttributeInfo; extern(C) void function(void* jarg1, int jarg2, int jarg3) vtkDataObject_SetPointDataActiveScalarInfo; extern(C) void function(void* jarg1) vtkDataObject_DataHasBeenGenerated; extern(C) void function(void* jarg1) vtkDataObject_PrepareForNewData; extern(C) void function(void* jarg1, void* jarg2) vtkDataObject_ShallowCopy; extern(C) void function(void* jarg1, void* jarg2) vtkDataObject_DeepCopy; extern(C) int function(void* jarg1) vtkDataObject_GetExtentType; extern(C) void function(void* jarg1, void* jarg2) vtkDataObject_Crop; extern(C) void* function(void* jarg1, int jarg2) vtkDataObject_GetAttributes; extern(C) void* function(void* jarg1, int jarg2) vtkDataObject_GetAttributesAsFieldData; extern(C) int function(void* jarg1, void* jarg2) vtkDataObject_GetAttributeTypeForArray; extern(C) long function(void* jarg1, int jarg2) vtkDataObject_GetNumberOfElements; extern(C) const(char)* function(int jarg1) vtkDataObject_GetAssociationTypeAsString; extern(C) int function(const(char)* jarg1) vtkDataObject_GetAssociationTypeFromString; extern(C) void* function() vtkDataObject_DATA_TYPE_NAME; extern(C) void* function() vtkDataObject_DATA_OBJECT; extern(C) void* function() vtkDataObject_DATA_EXTENT_TYPE; extern(C) void* function() vtkDataObject_DATA_EXTENT; extern(C) void* function() vtkDataObject_DATA_PIECE_NUMBER; extern(C) void* function() vtkDataObject_DATA_NUMBER_OF_PIECES; extern(C) void* function() vtkDataObject_DATA_NUMBER_OF_GHOST_LEVELS; extern(C) void* function() vtkDataObject_DATA_RESOLUTION; extern(C) void* function() vtkDataObject_DATA_TIME_STEP; extern(C) void* function() vtkDataObject_POINT_DATA_VECTOR; extern(C) void* function() vtkDataObject_CELL_DATA_VECTOR; extern(C) void* function() vtkDataObject_VERTEX_DATA_VECTOR; extern(C) void* function() vtkDataObject_EDGE_DATA_VECTOR; extern(C) void* function() vtkDataObject_FIELD_ARRAY_TYPE; extern(C) void* function() vtkDataObject_FIELD_ASSOCIATION; extern(C) void* function() vtkDataObject_FIELD_ATTRIBUTE_TYPE; extern(C) void* function() vtkDataObject_FIELD_ACTIVE_ATTRIBUTE; extern(C) void* function() vtkDataObject_FIELD_NUMBER_OF_COMPONENTS; extern(C) void* function() vtkDataObject_FIELD_NUMBER_OF_TUPLES; extern(C) void* function() vtkDataObject_FIELD_OPERATION; extern(C) void* function() vtkDataObject_FIELD_RANGE; extern(C) void* function() vtkDataObject_PIECE_FIELD_RANGE; extern(C) void* function() vtkDataObject_FIELD_ARRAY_NAME; extern(C) void* function() vtkDataObject_PIECE_EXTENT; extern(C) void* function() vtkDataObject_FIELD_NAME; extern(C) void* function() vtkDataObject_ORIGIN; extern(C) void* function() vtkDataObject_SPACING; extern(C) void* function() vtkDataObject_DATA_GEOMETRY_UNMODIFIED; extern(C) void* function() vtkDataObject_BOUNDING_BOX; extern(C) void* function() vtkDataObject_SIL; extern(C) void* function(void* objectRef) vtkDataObject_Upcast; extern(C) void* function() vtkArrayData_New; extern(C) int function(const(char)* jarg1) vtkArrayData_IsTypeOf; extern(C) void* function(void* jarg1) vtkArrayData_SafeDownCast; extern(C) void* function(void* jarg1) vtkArrayData_NewInstance; extern(C) void* function(void* jarg1) vtkArrayData_GetData__SWIG_0; extern(C) void* function(void* jarg1, int jarg2) vtkArrayData_GetData__SWIG_1; extern(C) void* function(void* jarg1) vtkArrayData_GetData__SWIG_2; extern(C) void function(void* jarg1, void* jarg2) vtkArrayData_AddArray; extern(C) void function(void* jarg1) vtkArrayData_ClearArrays; extern(C) long function(void* jarg1) vtkArrayData_GetNumberOfArrays; extern(C) void* function(void* jarg1, long jarg2) vtkArrayData_GetArray; extern(C) void* function(void* jarg1, const(char)* jarg2) vtkArrayData_GetArrayByName; extern(C) void* function(void* objectRef) vtkArrayData_Upcast; extern(C) void* function() vtkArrayDataAlgorithm_New; extern(C) int function(const(char)* jarg1) vtkArrayDataAlgorithm_IsTypeOf; extern(C) void* function(void* jarg1) vtkArrayDataAlgorithm_SafeDownCast; extern(C) void* function(void* jarg1) vtkArrayDataAlgorithm_NewInstance; extern(C) void* function(void* jarg1) vtkArrayDataAlgorithm_GetOutput__SWIG_0; extern(C) void* function(void* jarg1, int jarg2) vtkArrayDataAlgorithm_GetOutput__SWIG_1; extern(C) void function(void* jarg1, void* jarg2) vtkArrayDataAlgorithm_SetInputData__SWIG_0; extern(C) void function(void* jarg1, int jarg2, void* jarg3) vtkArrayDataAlgorithm_SetInputData__SWIG_1; extern(C) void* function(void* objectRef) vtkArrayDataAlgorithm_Upcast; extern(C) void* function() vtkMatricizeArray_New; extern(C) int function(const(char)* jarg1) vtkMatricizeArray_IsTypeOf; extern(C) void* function(void* jarg1) vtkMatricizeArray_SafeDownCast; extern(C) void* function(void* jarg1) vtkMatricizeArray_NewInstance; extern(C) long function(void* jarg1) vtkMatricizeArray_GetSliceDimension; extern(C) void function(void* jarg1, long jarg2) vtkMatricizeArray_SetSliceDimension; extern(C) void* function(void* objectRef) vtkMatricizeArray_Upcast; extern(C) int function(const(char)* jarg1) vtkDataSet_IsTypeOf; extern(C) void* function(void* jarg1) vtkDataSet_SafeDownCast; extern(C) void* function(void* jarg1) vtkDataSet_NewInstance; extern(C) void function(void* jarg1, void* jarg2) vtkDataSet_CopyStructure; extern(C) void function(void* jarg1, void* jarg2) vtkDataSet_CopyAttributes; extern(C) long function(void* jarg1) vtkDataSet_GetNumberOfPoints; extern(C) long function(void* jarg1) vtkDataSet_GetNumberOfCells; extern(C) void* function(void* jarg1, long jarg2) vtkDataSet_GetPoint__SWIG_0; extern(C) void function(void* jarg1, long jarg2, void* jarg3) vtkDataSet_GetPoint__SWIG_1; extern(C) void* function(void* jarg1, long jarg2) vtkDataSet_GetCell__SWIG_0; extern(C) void function(void* jarg1, long jarg2, void* jarg3) vtkDataSet_GetCell__SWIG_1; extern(C) void function(void* jarg1, long jarg2, void* jarg3) vtkDataSet_GetCellBounds; extern(C) int function(void* jarg1, long jarg2) vtkDataSet_GetCellType; extern(C) void function(void* jarg1, void* jarg2) vtkDataSet_GetCellTypes; extern(C) void function(void* jarg1, long jarg2, void* jarg3) vtkDataSet_GetCellPoints; extern(C) void function(void* jarg1, long jarg2, void* jarg3) vtkDataSet_GetPointCells; extern(C) void function(void* jarg1, long jarg2, void* jarg3, void* jarg4) vtkDataSet_GetCellNeighbors; extern(C) long function(void* jarg1, double jarg2, double jarg3, double jarg4) vtkDataSet_FindPoint__SWIG_0; extern(C) long function(void* jarg1, void* jarg2) vtkDataSet_FindPoint__SWIG_1; extern(C) long function(void* jarg1, void* jarg2, void* jarg3, long jarg4, double jarg5, void* jarg6, void* jarg7, void* jarg8) vtkDataSet_FindCell__SWIG_0; extern(C) long function(void* jarg1, void* jarg2, void* jarg3, void* jarg4, long jarg5, double jarg6, void* jarg7, void* jarg8, void* jarg9) vtkDataSet_FindCell__SWIG_1; extern(C) void* function(void* jarg1, void* jarg2, void* jarg3, long jarg4, double jarg5, void* jarg6, void* jarg7, void* jarg8) vtkDataSet_FindAndGetCell; extern(C) void* function(void* jarg1) vtkDataSet_GetCellData; extern(C) void* function(void* jarg1) vtkDataSet_GetPointData; extern(C) void function(void* jarg1) vtkDataSet_Squeeze; extern(C) void function(void* jarg1) vtkDataSet_ComputeBounds; extern(C) void* function(void* jarg1) vtkDataSet_GetBounds__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkDataSet_GetBounds__SWIG_1; extern(C) void* function(void* jarg1) vtkDataSet_GetCenter__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkDataSet_GetCenter__SWIG_1; extern(C) double function(void* jarg1) vtkDataSet_GetLength; extern(C) void function(void* jarg1, void* jarg2) vtkDataSet_GetScalarRange__SWIG_0; extern(C) void* function(void* jarg1) vtkDataSet_GetScalarRange__SWIG_1; extern(C) int function(void* jarg1) vtkDataSet_GetMaxCellSize; extern(C) int function(void* jarg1) vtkDataSet_CheckAttributes; extern(C) void function(void* jarg1, int jarg2, int jarg3, int jarg4, void* jarg5, void* jarg6) vtkDataSet_GenerateGhostLevelArray; extern(C) void* function(void* objectRef) vtkDataSet_Upcast; extern(C) int function(const(char)* jarg1) vtkAbstractArray_IsTypeOf; extern(C) void* function(void* jarg1) vtkAbstractArray_SafeDownCast; extern(C) void* function(void* jarg1) vtkAbstractArray_NewInstance; extern(C) int function(void* jarg1, long jarg2, long jarg3) vtkAbstractArray_Allocate__SWIG_0; extern(C) int function(void* jarg1, long jarg2) vtkAbstractArray_Allocate__SWIG_1; extern(C) void function(void* jarg1) vtkAbstractArray_Initialize; extern(C) int function(void* jarg1) vtkAbstractArray_GetDataType; extern(C) int function(void* jarg1) vtkAbstractArray_GetDataTypeSize__SWIG_0; extern(C) int function(int jarg1) vtkAbstractArray_GetDataTypeSize__SWIG_1; extern(C) int function(void* jarg1) vtkAbstractArray_GetElementComponentSize; extern(C) void function(void* jarg1, int jarg2) vtkAbstractArray_SetNumberOfComponents; extern(C) int function(void* jarg1) vtkAbstractArray_GetNumberOfComponentsMinValue; extern(C) int function(void* jarg1) vtkAbstractArray_GetNumberOfComponentsMaxValue; extern(C) int function(void* jarg1) vtkAbstractArray_GetNumberOfComponents; extern(C) void function(void* jarg1, long jarg2, const(char)* jarg3) vtkAbstractArray_SetComponentName; extern(C) const(char)* function(void* jarg1, long jarg2) vtkAbstractArray_GetComponentName; extern(C) uint function(void* jarg1) vtkAbstractArray_HasAComponentName; extern(C) int function(void* jarg1, void* jarg2) vtkAbstractArray_CopyComponentNames; extern(C) void function(void* jarg1, long jarg2) vtkAbstractArray_SetNumberOfTuples; extern(C) long function(void* jarg1) vtkAbstractArray_GetNumberOfTuples; extern(C) void function(void* jarg1, long jarg2, long jarg3, void* jarg4) vtkAbstractArray_SetTuple; extern(C) void function(void* jarg1, long jarg2, long jarg3, void* jarg4) vtkAbstractArray_InsertTuple; extern(C) long function(void* jarg1, long jarg2, void* jarg3) vtkAbstractArray_InsertNextTuple; extern(C) void function(void* jarg1, void* jarg2, void* jarg3) vtkAbstractArray_GetTuples__SWIG_0; extern(C) void function(void* jarg1, long jarg2, long jarg3, void* jarg4) vtkAbstractArray_GetTuples__SWIG_1; extern(C) void* function(void* jarg1, long jarg2) vtkAbstractArray_GetVoidPointer; extern(C) void function(void* jarg1, void* jarg2) vtkAbstractArray_DeepCopy; extern(C) void function(void* jarg1, long jarg2, void* jarg3, void* jarg4, void* jarg5) vtkAbstractArray_InterpolateTuple__SWIG_0; extern(C) void function(void* jarg1, long jarg2, long jarg3, void* jarg4, long jarg5, void* jarg6, double jarg7) vtkAbstractArray_InterpolateTuple__SWIG_1; extern(C) void function(void* jarg1) vtkAbstractArray_Squeeze; extern(C) int function(void* jarg1, long jarg2) vtkAbstractArray_Resize; extern(C) void function(void* jarg1) vtkAbstractArray_Reset; extern(C) long function(void* jarg1) vtkAbstractArray_GetSize; extern(C) long function(void* jarg1) vtkAbstractArray_GetMaxId; extern(C) void function(void* jarg1, void* jarg2, long jarg3, int jarg4) vtkAbstractArray_SetVoidArray; extern(C) void function(void* jarg1, void* jarg2) vtkAbstractArray_ExportToVoidPointer; extern(C) core.stdc.config.c_ulong function(void* jarg1) vtkAbstractArray_GetActualMemorySize; extern(C) void function(void* jarg1, const(char)* jarg2) vtkAbstractArray_SetName; extern(C) const(char)* function(void* jarg1) vtkAbstractArray_GetName; extern(C) const(char)* function(void* jarg1) vtkAbstractArray_GetDataTypeAsString; extern(C) void* function(int jarg1) vtkAbstractArray_CreateArray; extern(C) int function(void* jarg1) vtkAbstractArray_IsNumeric; extern(C) void* function(void* jarg1) vtkAbstractArray_NewIterator; extern(C) long function(void* jarg1) vtkAbstractArray_GetDataSize; extern(C) long function(void* jarg1, void* jarg2) vtkAbstractArray_LookupValue__SWIG_0; extern(C) void function(void* jarg1, void* jarg2, void* jarg3) vtkAbstractArray_LookupValue__SWIG_1; extern(C) void* function(void* jarg1, long jarg2) vtkAbstractArray_GetVariantValue; extern(C) void function(void* jarg1, long jarg2, void* jarg3) vtkAbstractArray_InsertVariantValue; extern(C) void function(void* jarg1, long jarg2, void* jarg3) vtkAbstractArray_SetVariantValue; extern(C) void function(void* jarg1) vtkAbstractArray_DataChanged; extern(C) void function(void* jarg1) vtkAbstractArray_ClearLookup; extern(C) void function(void* jarg1, int jarg2, void* jarg3, double jarg4, double jarg5) vtkAbstractArray_GetProminentComponentValues__SWIG_0; extern(C) void function(void* jarg1, int jarg2, void* jarg3, double jarg4) vtkAbstractArray_GetProminentComponentValues__SWIG_1; extern(C) void function(void* jarg1, int jarg2, void* jarg3) vtkAbstractArray_GetProminentComponentValues__SWIG_2; extern(C) void* function(void* jarg1) vtkAbstractArray_GetInformation; extern(C) uint function(void* jarg1) vtkAbstractArray_HasInformation; extern(C) void* function() vtkAbstractArray_GUI_HIDE; extern(C) void* function() vtkAbstractArray_PER_COMPONENT; extern(C) void* function() vtkAbstractArray_DISCRETE_VALUES; extern(C) void* function() vtkAbstractArray_DISCRETE_VALUE_SAMPLE_PARAMETERS; extern(C) void* function(void* objectRef) vtkAbstractArray_Upcast; extern(C) int function(const(char)* jarg1) vtkDataArray_IsTypeOf; extern(C) void* function(void* jarg1) vtkDataArray_SafeDownCast; extern(C) void* function(void* jarg1) vtkDataArray_NewInstance; extern(C) void function(void* jarg1, long jarg2, long jarg3, void* jarg4) vtkDataArray_SetTuple__SWIG_0; extern(C) void function(void* jarg1, long jarg2, long jarg3, void* jarg4) vtkDataArray_InsertTuple__SWIG_0; extern(C) long function(void* jarg1, long jarg2, void* jarg3) vtkDataArray_InsertNextTuple__SWIG_0; extern(C) void function(void* jarg1, void* jarg2, void* jarg3) vtkDataArray_GetTuples__SWIG_0; extern(C) void function(void* jarg1, long jarg2, long jarg3, void* jarg4) vtkDataArray_GetTuples__SWIG_1; extern(C) void function(void* jarg1, long jarg2, void* jarg3, void* jarg4, void* jarg5) vtkDataArray_InterpolateTuple__SWIG_0; extern(C) void function(void* jarg1, long jarg2, long jarg3, void* jarg4, long jarg5, void* jarg6, double jarg7) vtkDataArray_InterpolateTuple__SWIG_1; extern(C) void* function(void* jarg1, long jarg2) vtkDataArray_GetTuple__SWIG_0; extern(C) void function(void* jarg1, long jarg2, void* jarg3) vtkDataArray_GetTuple__SWIG_1; extern(C) double function(void* jarg1, long jarg2) vtkDataArray_GetTuple1; extern(C) void* function(void* jarg1, long jarg2) vtkDataArray_GetTuple2; extern(C) void* function(void* jarg1, long jarg2) vtkDataArray_GetTuple3; extern(C) void* function(void* jarg1, long jarg2) vtkDataArray_GetTuple4; extern(C) void* function(void* jarg1, long jarg2) vtkDataArray_GetTuple9; extern(C) void function(void* jarg1, long jarg2, void* jarg3) vtkDataArray_SetTuple__SWIG_1; extern(C) void function(void* jarg1, long jarg2, void* jarg3) vtkDataArray_SetTuple__SWIG_2; extern(C) void function(void* jarg1, long jarg2, double jarg3) vtkDataArray_SetTuple1; extern(C) void function(void* jarg1, long jarg2, double jarg3, double jarg4) vtkDataArray_SetTuple2; extern(C) void function(void* jarg1, long jarg2, double jarg3, double jarg4, double jarg5) vtkDataArray_SetTuple3; extern(C) void function(void* jarg1, long jarg2, double jarg3, double jarg4, double jarg5, double jarg6) vtkDataArray_SetTuple4; extern(C) void function(void* jarg1, long jarg2, double jarg3, double jarg4, double jarg5, double jarg6, double jarg7, double jarg8, double jarg9, double jarg10, double jarg11) vtkDataArray_SetTuple9; extern(C) void function(void* jarg1, long jarg2, void* jarg3) vtkDataArray_InsertTuple__SWIG_1; extern(C) void function(void* jarg1, long jarg2, void* jarg3) vtkDataArray_InsertTuple__SWIG_2; extern(C) void function(void* jarg1, long jarg2, double jarg3) vtkDataArray_InsertTuple1; extern(C) void function(void* jarg1, long jarg2, double jarg3, double jarg4) vtkDataArray_InsertTuple2; extern(C) void function(void* jarg1, long jarg2, double jarg3, double jarg4, double jarg5) vtkDataArray_InsertTuple3; extern(C) void function(void* jarg1, long jarg2, double jarg3, double jarg4, double jarg5, double jarg6) vtkDataArray_InsertTuple4; extern(C) void function(void* jarg1, long jarg2, double jarg3, double jarg4, double jarg5, double jarg6, double jarg7, double jarg8, double jarg9, double jarg10, double jarg11) vtkDataArray_InsertTuple9; extern(C) long function(void* jarg1, void* jarg2) vtkDataArray_InsertNextTuple__SWIG_1; extern(C) long function(void* jarg1, void* jarg2) vtkDataArray_InsertNextTuple__SWIG_2; extern(C) void function(void* jarg1, double jarg2) vtkDataArray_InsertNextTuple1; extern(C) void function(void* jarg1, double jarg2, double jarg3) vtkDataArray_InsertNextTuple2; extern(C) void function(void* jarg1, double jarg2, double jarg3, double jarg4) vtkDataArray_InsertNextTuple3; extern(C) void function(void* jarg1, double jarg2, double jarg3, double jarg4, double jarg5) vtkDataArray_InsertNextTuple4; extern(C) void function(void* jarg1, double jarg2, double jarg3, double jarg4, double jarg5, double jarg6, double jarg7, double jarg8, double jarg9, double jarg10) vtkDataArray_InsertNextTuple9; extern(C) void function(void* jarg1, long jarg2) vtkDataArray_RemoveTuple; extern(C) void function(void* jarg1) vtkDataArray_RemoveFirstTuple; extern(C) void function(void* jarg1) vtkDataArray_RemoveLastTuple; extern(C) double function(void* jarg1, long jarg2, int jarg3) vtkDataArray_GetComponent; extern(C) void function(void* jarg1, long jarg2, int jarg3, double jarg4) vtkDataArray_SetComponent; extern(C) void function(void* jarg1, long jarg2, int jarg3, double jarg4) vtkDataArray_InsertComponent; extern(C) void function(void* jarg1, long jarg2, long jarg3, int jarg4, int jarg5, void* jarg6) vtkDataArray_GetData; extern(C) void function(void* jarg1, void* jarg2) vtkDataArray_DeepCopy__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkDataArray_DeepCopy__SWIG_1; extern(C) void function(void* jarg1, int jarg2, double jarg3) vtkDataArray_FillComponent; extern(C) void function(void* jarg1, int jarg2, void* jarg3, int jarg4) vtkDataArray_CopyComponent; extern(C) void* function(void* jarg1, long jarg2, long jarg3) vtkDataArray_WriteVoidPointer; extern(C) void function(void* jarg1) vtkDataArray_CreateDefaultLookupTable; extern(C) void function(void* jarg1, void* jarg2) vtkDataArray_SetLookupTable; extern(C) void* function(void* jarg1) vtkDataArray_GetLookupTable; extern(C) void function(void* jarg1, void* jarg2, int jarg3) vtkDataArray_GetRange__SWIG_0; extern(C) void* function(void* jarg1, int jarg2) vtkDataArray_GetRange__SWIG_1; extern(C) void* function(void* jarg1) vtkDataArray_GetRange__SWIG_2; extern(C) void function(void* jarg1, void* jarg2) vtkDataArray_GetRange__SWIG_3; extern(C) void function(void* jarg1, void* jarg2) vtkDataArray_GetDataTypeRange__SWIG_0; extern(C) double function(void* jarg1) vtkDataArray_GetDataTypeMin__SWIG_0; extern(C) double function(void* jarg1) vtkDataArray_GetDataTypeMax__SWIG_0; extern(C) void function(int jarg1, void* jarg2) vtkDataArray_GetDataTypeRange__SWIG_1; extern(C) double function(int jarg1) vtkDataArray_GetDataTypeMin__SWIG_1; extern(C) double function(int jarg1) vtkDataArray_GetDataTypeMax__SWIG_1; extern(C) double function(void* jarg1) vtkDataArray_GetMaxNorm; extern(C) void* function(int jarg1) vtkDataArray_CreateDataArray; extern(C) void* function() vtkDataArray_COMPONENT_RANGE; extern(C) void* function() vtkDataArray_L2_NORM_RANGE; extern(C) int function(void* jarg1, void* jarg2, int jarg3) vtkDataArray_CopyInformation__SWIG_0; extern(C) int function(void* jarg1, void* jarg2) vtkDataArray_CopyInformation__SWIG_1; extern(C) void* function(void* objectRef) vtkDataArray_Upcast; extern(C) void* function() vtkPoints_New; extern(C) int function(const(char)* jarg1) vtkPoints_IsTypeOf; extern(C) void* function(void* jarg1) vtkPoints_SafeDownCast; extern(C) void* function(void* jarg1) vtkPoints_NewInstance; extern(C) int function(void* jarg1, long jarg2, long jarg3) vtkPoints_Allocate__SWIG_0; extern(C) int function(void* jarg1, long jarg2) vtkPoints_Allocate__SWIG_1; extern(C) void function(void* jarg1) vtkPoints_Initialize; extern(C) void function(void* jarg1, void* jarg2) vtkPoints_SetData; extern(C) void* function(void* jarg1) vtkPoints_GetData; extern(C) int function(void* jarg1) vtkPoints_GetDataType; extern(C) void function(void* jarg1, int jarg2) vtkPoints_SetDataType; extern(C) void function(void* jarg1) vtkPoints_SetDataTypeToBit; extern(C) void function(void* jarg1) vtkPoints_SetDataTypeToChar; extern(C) void function(void* jarg1) vtkPoints_SetDataTypeToUnsignedChar; extern(C) void function(void* jarg1) vtkPoints_SetDataTypeToShort; extern(C) void function(void* jarg1) vtkPoints_SetDataTypeToUnsignedShort; extern(C) void function(void* jarg1) vtkPoints_SetDataTypeToInt; extern(C) void function(void* jarg1) vtkPoints_SetDataTypeToUnsignedInt; extern(C) void function(void* jarg1) vtkPoints_SetDataTypeToLong; extern(C) void function(void* jarg1) vtkPoints_SetDataTypeToUnsignedLong; extern(C) void function(void* jarg1) vtkPoints_SetDataTypeToFloat; extern(C) void function(void* jarg1) vtkPoints_SetDataTypeToDouble; extern(C) void* function(void* jarg1, int jarg2) vtkPoints_GetVoidPointer; extern(C) void function(void* jarg1) vtkPoints_Squeeze; extern(C) void function(void* jarg1) vtkPoints_Reset; extern(C) void function(void* jarg1, void* jarg2) vtkPoints_DeepCopy; extern(C) void function(void* jarg1, void* jarg2) vtkPoints_ShallowCopy; extern(C) core.stdc.config.c_ulong function(void* jarg1) vtkPoints_GetActualMemorySize; extern(C) long function(void* jarg1) vtkPoints_GetNumberOfPoints; extern(C) void* function(void* jarg1, long jarg2) vtkPoints_GetPoint__SWIG_0; extern(C) void function(void* jarg1, long jarg2, void* jarg3) vtkPoints_GetPoint__SWIG_1; extern(C) void function(void* jarg1, long jarg2, void* jarg3) vtkPoints_SetPoint__SWIG_0; extern(C) void function(void* jarg1, long jarg2, void* jarg3) vtkPoints_SetPoint__SWIG_1; extern(C) void function(void* jarg1, long jarg2, double jarg3, double jarg4, double jarg5) vtkPoints_SetPoint__SWIG_2; extern(C) void function(void* jarg1, long jarg2, void* jarg3) vtkPoints_InsertPoint__SWIG_0; extern(C) void function(void* jarg1, long jarg2, void* jarg3) vtkPoints_InsertPoint__SWIG_1; extern(C) void function(void* jarg1, long jarg2, double jarg3, double jarg4, double jarg5) vtkPoints_InsertPoint__SWIG_2; extern(C) long function(void* jarg1, void* jarg2) vtkPoints_InsertNextPoint__SWIG_0; extern(C) long function(void* jarg1, void* jarg2) vtkPoints_InsertNextPoint__SWIG_1; extern(C) long function(void* jarg1, double jarg2, double jarg3, double jarg4) vtkPoints_InsertNextPoint__SWIG_2; extern(C) void function(void* jarg1, long jarg2) vtkPoints_SetNumberOfPoints; extern(C) void function(void* jarg1, void* jarg2, void* jarg3) vtkPoints_GetPoints; extern(C) void function(void* jarg1) vtkPoints_ComputeBounds; extern(C) void* function(void* jarg1) vtkPoints_GetBounds__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkPoints_GetBounds__SWIG_1; extern(C) void* function(void* objectRef) vtkPoints_Upcast; extern(C) int function(const(char)* jarg1) vtkPointSet_IsTypeOf; extern(C) void* function(void* jarg1) vtkPointSet_SafeDownCast; extern(C) void* function(void* jarg1) vtkPointSet_NewInstance; extern(C) void* function(void* jarg1, long jarg2) vtkPointSet_GetPoint__SWIG_0; extern(C) void function(void* jarg1, long jarg2, void* jarg3) vtkPointSet_GetPoint__SWIG_1; extern(C) long function(void* jarg1, void* jarg2) vtkPointSet_FindPoint__SWIG_0; extern(C) long function(void* jarg1, double jarg2, double jarg3, double jarg4) vtkPointSet_FindPoint__SWIG_1; extern(C) long function(void* jarg1, void* jarg2, void* jarg3, long jarg4, double jarg5, void* jarg6, void* jarg7, void* jarg8) vtkPointSet_FindCell__SWIG_0; extern(C) long function(void* jarg1, void* jarg2, void* jarg3, void* jarg4, long jarg5, double jarg6, void* jarg7, void* jarg8, void* jarg9) vtkPointSet_FindCell__SWIG_1; extern(C) void function(void* jarg1, void* jarg2) vtkPointSet_SetPoints; extern(C) void* function(void* jarg1) vtkPointSet_GetPoints; extern(C) void* function(void* objectRef) vtkPointSet_Upcast; extern(C) int function(void* jarg1, long jarg2, long jarg3) vtkCharDataArrayTemplateT_Allocate__SWIG_0; extern(C) int function(void* jarg1, long jarg2) vtkCharDataArrayTemplateT_Allocate__SWIG_1; extern(C) void function(void* jarg1, long jarg2, long jarg3, void* jarg4) vtkCharDataArrayTemplateT_SetTuple__SWIG_0; extern(C) void function(void* jarg1, long jarg2, long jarg3, void* jarg4) vtkCharDataArrayTemplateT_InsertTuple__SWIG_0; extern(C) long function(void* jarg1, long jarg2, void* jarg3) vtkCharDataArrayTemplateT_InsertNextTuple__SWIG_0; extern(C) void* function(void* jarg1, long jarg2) vtkCharDataArrayTemplateT_GetTuple__SWIG_0; extern(C) void function(void* jarg1, long jarg2, void* jarg3) vtkCharDataArrayTemplateT_GetTuple__SWIG_1; extern(C) void function(void* jarg1, long jarg2, const(char)* jarg3) vtkCharDataArrayTemplateT_GetTupleValue; extern(C) void function(void* jarg1, long jarg2, void* jarg3) vtkCharDataArrayTemplateT_SetTuple__SWIG_1; extern(C) void function(void* jarg1, long jarg2, void* jarg3) vtkCharDataArrayTemplateT_SetTuple__SWIG_2; extern(C) void function(void* jarg1, long jarg2, const(char)* jarg3) vtkCharDataArrayTemplateT_SetTupleValue; extern(C) void function(void* jarg1, long jarg2, void* jarg3) vtkCharDataArrayTemplateT_InsertTuple__SWIG_1; extern(C) void function(void* jarg1, long jarg2, void* jarg3) vtkCharDataArrayTemplateT_InsertTuple__SWIG_2; extern(C) void function(void* jarg1, long jarg2, const(char)* jarg3) vtkCharDataArrayTemplateT_InsertTupleValue; extern(C) long function(void* jarg1, void* jarg2) vtkCharDataArrayTemplateT_InsertNextTuple__SWIG_1; extern(C) long function(void* jarg1, void* jarg2) vtkCharDataArrayTemplateT_InsertNextTuple__SWIG_2; extern(C) long function(void* jarg1, const(char)* jarg2) vtkCharDataArrayTemplateT_InsertNextTupleValue; extern(C) void function(void* jarg1, const(char)* jarg2, int jarg3) vtkCharDataArrayTemplateT_GetValueRange__SWIG_0; extern(C) const(char)* function(void* jarg1, int jarg2) vtkCharDataArrayTemplateT_GetValueRange__SWIG_1; extern(C) long function(void* jarg1) vtkCharDataArrayTemplateT_Capacity; extern(C) char function(void* jarg1, long jarg2) vtkCharDataArrayTemplateT_GetValue; extern(C) void function(void* jarg1, long jarg2, char jarg3) vtkCharDataArrayTemplateT_SetValue; extern(C) void function(void* jarg1, long jarg2) vtkCharDataArrayTemplateT_SetNumberOfValues; extern(C) void function(void* jarg1, long jarg2, char jarg3) vtkCharDataArrayTemplateT_InsertValue; extern(C) long function(void* jarg1, char jarg2) vtkCharDataArrayTemplateT_InsertNextValue; extern(C) const(char)* function(void* jarg1, long jarg2, long jarg3) vtkCharDataArrayTemplateT_WritePointer; extern(C) const(char)* function(void* jarg1, long jarg2) vtkCharDataArrayTemplateT_GetPointer; extern(C) void function(void* jarg1, void* jarg2) vtkCharDataArrayTemplateT_DeepCopy__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkCharDataArrayTemplateT_DeepCopy__SWIG_1; extern(C) void function(void* jarg1, const(char)* jarg2, long jarg3, int jarg4, int jarg5) vtkCharDataArrayTemplateT_SetArray__SWIG_0; extern(C) void function(void* jarg1, const(char)* jarg2, long jarg3, int jarg4) vtkCharDataArrayTemplateT_SetArray__SWIG_1; extern(C) void function(void* jarg1, void* jarg2, long jarg3, int jarg4) vtkCharDataArrayTemplateT_SetVoidArray__SWIG_0; extern(C) void function(void* jarg1, void* jarg2, long jarg3, int jarg4, int jarg5) vtkCharDataArrayTemplateT_SetVoidArray__SWIG_1; extern(C) long function(void* jarg1, void* jarg2) vtkCharDataArrayTemplateT_LookupValue__SWIG_0; extern(C) void function(void* jarg1, void* jarg2, void* jarg3) vtkCharDataArrayTemplateT_LookupValue__SWIG_1; extern(C) long function(void* jarg1, char jarg2) vtkCharDataArrayTemplateT_LookupValue__SWIG_2; extern(C) void function(void* jarg1, char jarg2, void* jarg3) vtkCharDataArrayTemplateT_LookupValue__SWIG_3; extern(C) void function(void* jarg1, long jarg2) vtkCharDataArrayTemplateT_DataElementChanged; extern(C) void* function(void* objectRef) vtkCharDataArrayTemplateT_Upcast; extern(C) int function(void* jarg1, long jarg2, long jarg3) vtkUnsignedCharDataArrayTemplateT_Allocate__SWIG_0; extern(C) int function(void* jarg1, long jarg2) vtkUnsignedCharDataArrayTemplateT_Allocate__SWIG_1; extern(C) void function(void* jarg1, long jarg2, long jarg3, void* jarg4) vtkUnsignedCharDataArrayTemplateT_SetTuple__SWIG_0; extern(C) void function(void* jarg1, long jarg2, long jarg3, void* jarg4) vtkUnsignedCharDataArrayTemplateT_InsertTuple__SWIG_0; extern(C) long function(void* jarg1, long jarg2, void* jarg3) vtkUnsignedCharDataArrayTemplateT_InsertNextTuple__SWIG_0; extern(C) void* function(void* jarg1, long jarg2) vtkUnsignedCharDataArrayTemplateT_GetTuple__SWIG_0; extern(C) void function(void* jarg1, long jarg2, void* jarg3) vtkUnsignedCharDataArrayTemplateT_GetTuple__SWIG_1; extern(C) void function(void* jarg1, long jarg2, void* jarg3) vtkUnsignedCharDataArrayTemplateT_GetTupleValue; extern(C) void function(void* jarg1, long jarg2, void* jarg3) vtkUnsignedCharDataArrayTemplateT_SetTuple__SWIG_1; extern(C) void function(void* jarg1, long jarg2, void* jarg3) vtkUnsignedCharDataArrayTemplateT_SetTuple__SWIG_2; extern(C) void function(void* jarg1, long jarg2, void* jarg3) vtkUnsignedCharDataArrayTemplateT_SetTupleValue; extern(C) void function(void* jarg1, long jarg2, void* jarg3) vtkUnsignedCharDataArrayTemplateT_InsertTuple__SWIG_1; extern(C) void function(void* jarg1, long jarg2, void* jarg3) vtkUnsignedCharDataArrayTemplateT_InsertTuple__SWIG_2; extern(C) void function(void* jarg1, long jarg2, void* jarg3) vtkUnsignedCharDataArrayTemplateT_InsertTupleValue; extern(C) long function(void* jarg1, void* jarg2) vtkUnsignedCharDataArrayTemplateT_InsertNextTuple__SWIG_1; extern(C) long function(void* jarg1, void* jarg2) vtkUnsignedCharDataArrayTemplateT_InsertNextTuple__SWIG_2; extern(C) long function(void* jarg1, void* jarg2) vtkUnsignedCharDataArrayTemplateT_InsertNextTupleValue; extern(C) void function(void* jarg1, void* jarg2, int jarg3) vtkUnsignedCharDataArrayTemplateT_GetValueRange__SWIG_0; extern(C) void* function(void* jarg1, int jarg2) vtkUnsignedCharDataArrayTemplateT_GetValueRange__SWIG_1; extern(C) long function(void* jarg1) vtkUnsignedCharDataArrayTemplateT_Capacity; extern(C) ubyte function(void* jarg1, long jarg2) vtkUnsignedCharDataArrayTemplateT_GetValue; extern(C) void function(void* jarg1, long jarg2, ubyte jarg3) vtkUnsignedCharDataArrayTemplateT_SetValue; extern(C) void function(void* jarg1, long jarg2) vtkUnsignedCharDataArrayTemplateT_SetNumberOfValues; extern(C) void function(void* jarg1, long jarg2, ubyte jarg3) vtkUnsignedCharDataArrayTemplateT_InsertValue; extern(C) long function(void* jarg1, ubyte jarg2) vtkUnsignedCharDataArrayTemplateT_InsertNextValue; extern(C) void* function(void* jarg1, long jarg2, long jarg3) vtkUnsignedCharDataArrayTemplateT_WritePointer; extern(C) void* function(void* jarg1, long jarg2) vtkUnsignedCharDataArrayTemplateT_GetPointer; extern(C) void function(void* jarg1, void* jarg2) vtkUnsignedCharDataArrayTemplateT_DeepCopy__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkUnsignedCharDataArrayTemplateT_DeepCopy__SWIG_1; extern(C) void function(void* jarg1, void* jarg2, long jarg3, int jarg4, int jarg5) vtkUnsignedCharDataArrayTemplateT_SetArray__SWIG_0; extern(C) void function(void* jarg1, void* jarg2, long jarg3, int jarg4) vtkUnsignedCharDataArrayTemplateT_SetArray__SWIG_1; extern(C) void function(void* jarg1, void* jarg2, long jarg3, int jarg4) vtkUnsignedCharDataArrayTemplateT_SetVoidArray__SWIG_0; extern(C) void function(void* jarg1, void* jarg2, long jarg3, int jarg4, int jarg5) vtkUnsignedCharDataArrayTemplateT_SetVoidArray__SWIG_1; extern(C) long function(void* jarg1, void* jarg2) vtkUnsignedCharDataArrayTemplateT_LookupValue__SWIG_0; extern(C) void function(void* jarg1, void* jarg2, void* jarg3) vtkUnsignedCharDataArrayTemplateT_LookupValue__SWIG_1; extern(C) long function(void* jarg1, ubyte jarg2) vtkUnsignedCharDataArrayTemplateT_LookupValue__SWIG_2; extern(C) void function(void* jarg1, ubyte jarg2, void* jarg3) vtkUnsignedCharDataArrayTemplateT_LookupValue__SWIG_3; extern(C) void function(void* jarg1, long jarg2) vtkUnsignedCharDataArrayTemplateT_DataElementChanged; extern(C) void* function(void* objectRef) vtkUnsignedCharDataArrayTemplateT_Upcast; extern(C) int function(void* jarg1, long jarg2, long jarg3) vtkShortDataArrayTemplateT_Allocate__SWIG_0; extern(C) int function(void* jarg1, long jarg2) vtkShortDataArrayTemplateT_Allocate__SWIG_1; extern(C) void function(void* jarg1, long jarg2, long jarg3, void* jarg4) vtkShortDataArrayTemplateT_SetTuple__SWIG_0; extern(C) void function(void* jarg1, long jarg2, long jarg3, void* jarg4) vtkShortDataArrayTemplateT_InsertTuple__SWIG_0; extern(C) long function(void* jarg1, long jarg2, void* jarg3) vtkShortDataArrayTemplateT_InsertNextTuple__SWIG_0; extern(C) void* function(void* jarg1, long jarg2) vtkShortDataArrayTemplateT_GetTuple__SWIG_0; extern(C) void function(void* jarg1, long jarg2, void* jarg3) vtkShortDataArrayTemplateT_GetTuple__SWIG_1; extern(C) void function(void* jarg1, long jarg2, void* jarg3) vtkShortDataArrayTemplateT_GetTupleValue; extern(C) void function(void* jarg1, long jarg2, void* jarg3) vtkShortDataArrayTemplateT_SetTuple__SWIG_1; extern(C) void function(void* jarg1, long jarg2, void* jarg3) vtkShortDataArrayTemplateT_SetTuple__SWIG_2; extern(C) void function(void* jarg1, long jarg2, void* jarg3) vtkShortDataArrayTemplateT_SetTupleValue; extern(C) void function(void* jarg1, long jarg2, void* jarg3) vtkShortDataArrayTemplateT_InsertTuple__SWIG_1; extern(C) void function(void* jarg1, long jarg2, void* jarg3) vtkShortDataArrayTemplateT_InsertTuple__SWIG_2; extern(C) void function(void* jarg1, long jarg2, void* jarg3) vtkShortDataArrayTemplateT_InsertTupleValue; extern(C) long function(void* jarg1, void* jarg2) vtkShortDataArrayTemplateT_InsertNextTuple__SWIG_1; extern(C) long function(void* jarg1, void* jarg2) vtkShortDataArrayTemplateT_InsertNextTuple__SWIG_2; extern(C) long function(void* jarg1, void* jarg2) vtkShortDataArrayTemplateT_InsertNextTupleValue; extern(C) void function(void* jarg1, void* jarg2, int jarg3) vtkShortDataArrayTemplateT_GetValueRange__SWIG_0; extern(C) void* function(void* jarg1, int jarg2) vtkShortDataArrayTemplateT_GetValueRange__SWIG_1; extern(C) long function(void* jarg1) vtkShortDataArrayTemplateT_Capacity; extern(C) short function(void* jarg1, long jarg2) vtkShortDataArrayTemplateT_GetValue; extern(C) void function(void* jarg1, long jarg2, short jarg3) vtkShortDataArrayTemplateT_SetValue; extern(C) void function(void* jarg1, long jarg2) vtkShortDataArrayTemplateT_SetNumberOfValues; extern(C) void function(void* jarg1, long jarg2, short jarg3) vtkShortDataArrayTemplateT_InsertValue; extern(C) long function(void* jarg1, short jarg2) vtkShortDataArrayTemplateT_InsertNextValue; extern(C) void* function(void* jarg1, long jarg2, long jarg3) vtkShortDataArrayTemplateT_WritePointer; extern(C) void* function(void* jarg1, long jarg2) vtkShortDataArrayTemplateT_GetPointer; extern(C) void function(void* jarg1, void* jarg2) vtkShortDataArrayTemplateT_DeepCopy__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkShortDataArrayTemplateT_DeepCopy__SWIG_1; extern(C) void function(void* jarg1, void* jarg2, long jarg3, int jarg4, int jarg5) vtkShortDataArrayTemplateT_SetArray__SWIG_0; extern(C) void function(void* jarg1, void* jarg2, long jarg3, int jarg4) vtkShortDataArrayTemplateT_SetArray__SWIG_1; extern(C) void function(void* jarg1, void* jarg2, long jarg3, int jarg4) vtkShortDataArrayTemplateT_SetVoidArray__SWIG_0; extern(C) void function(void* jarg1, void* jarg2, long jarg3, int jarg4, int jarg5) vtkShortDataArrayTemplateT_SetVoidArray__SWIG_1; extern(C) long function(void* jarg1, void* jarg2) vtkShortDataArrayTemplateT_LookupValue__SWIG_0; extern(C) void function(void* jarg1, void* jarg2, void* jarg3) vtkShortDataArrayTemplateT_LookupValue__SWIG_1; extern(C) long function(void* jarg1, short jarg2) vtkShortDataArrayTemplateT_LookupValue__SWIG_2; extern(C) void function(void* jarg1, short jarg2, void* jarg3) vtkShortDataArrayTemplateT_LookupValue__SWIG_3; extern(C) void function(void* jarg1, long jarg2) vtkShortDataArrayTemplateT_DataElementChanged; extern(C) void* function(void* objectRef) vtkShortDataArrayTemplateT_Upcast; extern(C) int function(void* jarg1, long jarg2, long jarg3) vtkUnsignedShortDataArrayTemplateT_Allocate__SWIG_0; extern(C) int function(void* jarg1, long jarg2) vtkUnsignedShortDataArrayTemplateT_Allocate__SWIG_1; extern(C) void function(void* jarg1, long jarg2, long jarg3, void* jarg4) vtkUnsignedShortDataArrayTemplateT_SetTuple__SWIG_0; extern(C) void function(void* jarg1, long jarg2, long jarg3, void* jarg4) vtkUnsignedShortDataArrayTemplateT_InsertTuple__SWIG_0; extern(C) long function(void* jarg1, long jarg2, void* jarg3) vtkUnsignedShortDataArrayTemplateT_InsertNextTuple__SWIG_0; extern(C) void* function(void* jarg1, long jarg2) vtkUnsignedShortDataArrayTemplateT_GetTuple__SWIG_0; extern(C) void function(void* jarg1, long jarg2, void* jarg3) vtkUnsignedShortDataArrayTemplateT_GetTuple__SWIG_1; extern(C) void function(void* jarg1, long jarg2, void* jarg3) vtkUnsignedShortDataArrayTemplateT_GetTupleValue; extern(C) void function(void* jarg1, long jarg2, void* jarg3) vtkUnsignedShortDataArrayTemplateT_SetTuple__SWIG_1; extern(C) void function(void* jarg1, long jarg2, void* jarg3) vtkUnsignedShortDataArrayTemplateT_SetTuple__SWIG_2; extern(C) void function(void* jarg1, long jarg2, void* jarg3) vtkUnsignedShortDataArrayTemplateT_SetTupleValue; extern(C) void function(void* jarg1, long jarg2, void* jarg3) vtkUnsignedShortDataArrayTemplateT_InsertTuple__SWIG_1; extern(C) void function(void* jarg1, long jarg2, void* jarg3) vtkUnsignedShortDataArrayTemplateT_InsertTuple__SWIG_2; extern(C) void function(void* jarg1, long jarg2, void* jarg3) vtkUnsignedShortDataArrayTemplateT_InsertTupleValue; extern(C) long function(void* jarg1, void* jarg2) vtkUnsignedShortDataArrayTemplateT_InsertNextTuple__SWIG_1; extern(C) long function(void* jarg1, void* jarg2) vtkUnsignedShortDataArrayTemplateT_InsertNextTuple__SWIG_2; extern(C) long function(void* jarg1, void* jarg2) vtkUnsignedShortDataArrayTemplateT_InsertNextTupleValue; extern(C) void function(void* jarg1, void* jarg2, int jarg3) vtkUnsignedShortDataArrayTemplateT_GetValueRange__SWIG_0; extern(C) void* function(void* jarg1, int jarg2) vtkUnsignedShortDataArrayTemplateT_GetValueRange__SWIG_1; extern(C) long function(void* jarg1) vtkUnsignedShortDataArrayTemplateT_Capacity; extern(C) ushort function(void* jarg1, long jarg2) vtkUnsignedShortDataArrayTemplateT_GetValue; extern(C) void function(void* jarg1, long jarg2, ushort jarg3) vtkUnsignedShortDataArrayTemplateT_SetValue; extern(C) void function(void* jarg1, long jarg2) vtkUnsignedShortDataArrayTemplateT_SetNumberOfValues; extern(C) void function(void* jarg1, long jarg2, ushort jarg3) vtkUnsignedShortDataArrayTemplateT_InsertValue; extern(C) long function(void* jarg1, ushort jarg2) vtkUnsignedShortDataArrayTemplateT_InsertNextValue; extern(C) void* function(void* jarg1, long jarg2, long jarg3) vtkUnsignedShortDataArrayTemplateT_WritePointer; extern(C) void* function(void* jarg1, long jarg2) vtkUnsignedShortDataArrayTemplateT_GetPointer; extern(C) void function(void* jarg1, void* jarg2) vtkUnsignedShortDataArrayTemplateT_DeepCopy__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkUnsignedShortDataArrayTemplateT_DeepCopy__SWIG_1; extern(C) void function(void* jarg1, void* jarg2, long jarg3, int jarg4, int jarg5) vtkUnsignedShortDataArrayTemplateT_SetArray__SWIG_0; extern(C) void function(void* jarg1, void* jarg2, long jarg3, int jarg4) vtkUnsignedShortDataArrayTemplateT_SetArray__SWIG_1; extern(C) void function(void* jarg1, void* jarg2, long jarg3, int jarg4) vtkUnsignedShortDataArrayTemplateT_SetVoidArray__SWIG_0; extern(C) void function(void* jarg1, void* jarg2, long jarg3, int jarg4, int jarg5) vtkUnsignedShortDataArrayTemplateT_SetVoidArray__SWIG_1; extern(C) long function(void* jarg1, void* jarg2) vtkUnsignedShortDataArrayTemplateT_LookupValue__SWIG_0; extern(C) void function(void* jarg1, void* jarg2, void* jarg3) vtkUnsignedShortDataArrayTemplateT_LookupValue__SWIG_1; extern(C) long function(void* jarg1, ushort jarg2) vtkUnsignedShortDataArrayTemplateT_LookupValue__SWIG_2; extern(C) void function(void* jarg1, ushort jarg2, void* jarg3) vtkUnsignedShortDataArrayTemplateT_LookupValue__SWIG_3; extern(C) void function(void* jarg1, long jarg2) vtkUnsignedShortDataArrayTemplateT_DataElementChanged; extern(C) void* function(void* objectRef) vtkUnsignedShortDataArrayTemplateT_Upcast; extern(C) int function(void* jarg1, long jarg2, long jarg3) vtkIntDataArrayTemplateT_Allocate__SWIG_0; extern(C) int function(void* jarg1, long jarg2) vtkIntDataArrayTemplateT_Allocate__SWIG_1; extern(C) void function(void* jarg1, long jarg2, long jarg3, void* jarg4) vtkIntDataArrayTemplateT_SetTuple__SWIG_0; extern(C) void function(void* jarg1, long jarg2, long jarg3, void* jarg4) vtkIntDataArrayTemplateT_InsertTuple__SWIG_0; extern(C) long function(void* jarg1, long jarg2, void* jarg3) vtkIntDataArrayTemplateT_InsertNextTuple__SWIG_0; extern(C) void* function(void* jarg1, long jarg2) vtkIntDataArrayTemplateT_GetTuple__SWIG_0; extern(C) void function(void* jarg1, long jarg2, void* jarg3) vtkIntDataArrayTemplateT_GetTuple__SWIG_1; extern(C) void function(void* jarg1, long jarg2, void* jarg3) vtkIntDataArrayTemplateT_GetTupleValue; extern(C) void function(void* jarg1, long jarg2, void* jarg3) vtkIntDataArrayTemplateT_SetTuple__SWIG_1; extern(C) void function(void* jarg1, long jarg2, void* jarg3) vtkIntDataArrayTemplateT_SetTuple__SWIG_2; extern(C) void function(void* jarg1, long jarg2, void* jarg3) vtkIntDataArrayTemplateT_SetTupleValue; extern(C) void function(void* jarg1, long jarg2, void* jarg3) vtkIntDataArrayTemplateT_InsertTuple__SWIG_1; extern(C) void function(void* jarg1, long jarg2, void* jarg3) vtkIntDataArrayTemplateT_InsertTuple__SWIG_2; extern(C) void function(void* jarg1, long jarg2, void* jarg3) vtkIntDataArrayTemplateT_InsertTupleValue; extern(C) long function(void* jarg1, void* jarg2) vtkIntDataArrayTemplateT_InsertNextTuple__SWIG_1; extern(C) long function(void* jarg1, void* jarg2) vtkIntDataArrayTemplateT_InsertNextTuple__SWIG_2; extern(C) long function(void* jarg1, void* jarg2) vtkIntDataArrayTemplateT_InsertNextTupleValue; extern(C) void function(void* jarg1, void* jarg2, int jarg3) vtkIntDataArrayTemplateT_GetValueRange__SWIG_0; extern(C) void* function(void* jarg1, int jarg2) vtkIntDataArrayTemplateT_GetValueRange__SWIG_1; extern(C) long function(void* jarg1) vtkIntDataArrayTemplateT_Capacity; extern(C) int function(void* jarg1, long jarg2) vtkIntDataArrayTemplateT_GetValue; extern(C) void function(void* jarg1, long jarg2, int jarg3) vtkIntDataArrayTemplateT_SetValue; extern(C) void function(void* jarg1, long jarg2) vtkIntDataArrayTemplateT_SetNumberOfValues; extern(C) void function(void* jarg1, long jarg2, int jarg3) vtkIntDataArrayTemplateT_InsertValue; extern(C) long function(void* jarg1, int jarg2) vtkIntDataArrayTemplateT_InsertNextValue; extern(C) void* function(void* jarg1, long jarg2, long jarg3) vtkIntDataArrayTemplateT_WritePointer; extern(C) void* function(void* jarg1, long jarg2) vtkIntDataArrayTemplateT_GetPointer; extern(C) void function(void* jarg1, void* jarg2) vtkIntDataArrayTemplateT_DeepCopy__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkIntDataArrayTemplateT_DeepCopy__SWIG_1; extern(C) void function(void* jarg1, void* jarg2, long jarg3, int jarg4, int jarg5) vtkIntDataArrayTemplateT_SetArray__SWIG_0; extern(C) void function(void* jarg1, void* jarg2, long jarg3, int jarg4) vtkIntDataArrayTemplateT_SetArray__SWIG_1; extern(C) void function(void* jarg1, void* jarg2, long jarg3, int jarg4) vtkIntDataArrayTemplateT_SetVoidArray__SWIG_0; extern(C) void function(void* jarg1, void* jarg2, long jarg3, int jarg4, int jarg5) vtkIntDataArrayTemplateT_SetVoidArray__SWIG_1; extern(C) long function(void* jarg1, void* jarg2) vtkIntDataArrayTemplateT_LookupValue__SWIG_0; extern(C) void function(void* jarg1, void* jarg2, void* jarg3) vtkIntDataArrayTemplateT_LookupValue__SWIG_1; extern(C) long function(void* jarg1, int jarg2) vtkIntDataArrayTemplateT_LookupValue__SWIG_2; extern(C) void function(void* jarg1, int jarg2, void* jarg3) vtkIntDataArrayTemplateT_LookupValue__SWIG_3; extern(C) void function(void* jarg1, long jarg2) vtkIntDataArrayTemplateT_DataElementChanged; extern(C) void* function(void* objectRef) vtkIntDataArrayTemplateT_Upcast; extern(C) int function(void* jarg1, long jarg2, long jarg3) vtkUnsignedIntDataArrayTemplateT_Allocate__SWIG_0; extern(C) int function(void* jarg1, long jarg2) vtkUnsignedIntDataArrayTemplateT_Allocate__SWIG_1; extern(C) void function(void* jarg1, long jarg2, long jarg3, void* jarg4) vtkUnsignedIntDataArrayTemplateT_SetTuple__SWIG_0; extern(C) void function(void* jarg1, long jarg2, long jarg3, void* jarg4) vtkUnsignedIntDataArrayTemplateT_InsertTuple__SWIG_0; extern(C) long function(void* jarg1, long jarg2, void* jarg3) vtkUnsignedIntDataArrayTemplateT_InsertNextTuple__SWIG_0; extern(C) void* function(void* jarg1, long jarg2) vtkUnsignedIntDataArrayTemplateT_GetTuple__SWIG_0; extern(C) void function(void* jarg1, long jarg2, void* jarg3) vtkUnsignedIntDataArrayTemplateT_GetTuple__SWIG_1; extern(C) void function(void* jarg1, long jarg2, void* jarg3) vtkUnsignedIntDataArrayTemplateT_GetTupleValue; extern(C) void function(void* jarg1, long jarg2, void* jarg3) vtkUnsignedIntDataArrayTemplateT_SetTuple__SWIG_1; extern(C) void function(void* jarg1, long jarg2, void* jarg3) vtkUnsignedIntDataArrayTemplateT_SetTuple__SWIG_2; extern(C) void function(void* jarg1, long jarg2, void* jarg3) vtkUnsignedIntDataArrayTemplateT_SetTupleValue; extern(C) void function(void* jarg1, long jarg2, void* jarg3) vtkUnsignedIntDataArrayTemplateT_InsertTuple__SWIG_1; extern(C) void function(void* jarg1, long jarg2, void* jarg3) vtkUnsignedIntDataArrayTemplateT_InsertTuple__SWIG_2; extern(C) void function(void* jarg1, long jarg2, void* jarg3) vtkUnsignedIntDataArrayTemplateT_InsertTupleValue; extern(C) long function(void* jarg1, void* jarg2) vtkUnsignedIntDataArrayTemplateT_InsertNextTuple__SWIG_1; extern(C) long function(void* jarg1, void* jarg2) vtkUnsignedIntDataArrayTemplateT_InsertNextTuple__SWIG_2; extern(C) long function(void* jarg1, void* jarg2) vtkUnsignedIntDataArrayTemplateT_InsertNextTupleValue; extern(C) void function(void* jarg1, void* jarg2, int jarg3) vtkUnsignedIntDataArrayTemplateT_GetValueRange__SWIG_0; extern(C) void* function(void* jarg1, int jarg2) vtkUnsignedIntDataArrayTemplateT_GetValueRange__SWIG_1; extern(C) long function(void* jarg1) vtkUnsignedIntDataArrayTemplateT_Capacity; extern(C) uint function(void* jarg1, long jarg2) vtkUnsignedIntDataArrayTemplateT_GetValue; extern(C) void function(void* jarg1, long jarg2, uint jarg3) vtkUnsignedIntDataArrayTemplateT_SetValue; extern(C) void function(void* jarg1, long jarg2) vtkUnsignedIntDataArrayTemplateT_SetNumberOfValues; extern(C) void function(void* jarg1, long jarg2, uint jarg3) vtkUnsignedIntDataArrayTemplateT_InsertValue; extern(C) long function(void* jarg1, uint jarg2) vtkUnsignedIntDataArrayTemplateT_InsertNextValue; extern(C) void* function(void* jarg1, long jarg2, long jarg3) vtkUnsignedIntDataArrayTemplateT_WritePointer; extern(C) void* function(void* jarg1, long jarg2) vtkUnsignedIntDataArrayTemplateT_GetPointer; extern(C) void function(void* jarg1, void* jarg2) vtkUnsignedIntDataArrayTemplateT_DeepCopy__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkUnsignedIntDataArrayTemplateT_DeepCopy__SWIG_1; extern(C) void function(void* jarg1, void* jarg2, long jarg3, int jarg4, int jarg5) vtkUnsignedIntDataArrayTemplateT_SetArray__SWIG_0; extern(C) void function(void* jarg1, void* jarg2, long jarg3, int jarg4) vtkUnsignedIntDataArrayTemplateT_SetArray__SWIG_1; extern(C) void function(void* jarg1, void* jarg2, long jarg3, int jarg4) vtkUnsignedIntDataArrayTemplateT_SetVoidArray__SWIG_0; extern(C) void function(void* jarg1, void* jarg2, long jarg3, int jarg4, int jarg5) vtkUnsignedIntDataArrayTemplateT_SetVoidArray__SWIG_1; extern(C) long function(void* jarg1, void* jarg2) vtkUnsignedIntDataArrayTemplateT_LookupValue__SWIG_0; extern(C) void function(void* jarg1, void* jarg2, void* jarg3) vtkUnsignedIntDataArrayTemplateT_LookupValue__SWIG_1; extern(C) long function(void* jarg1, uint jarg2) vtkUnsignedIntDataArrayTemplateT_LookupValue__SWIG_2; extern(C) void function(void* jarg1, uint jarg2, void* jarg3) vtkUnsignedIntDataArrayTemplateT_LookupValue__SWIG_3; extern(C) void function(void* jarg1, long jarg2) vtkUnsignedIntDataArrayTemplateT_DataElementChanged; extern(C) void* function(void* objectRef) vtkUnsignedIntDataArrayTemplateT_Upcast; extern(C) int function(void* jarg1, long jarg2, long jarg3) vtkLongDataArrayTemplateT_Allocate__SWIG_0; extern(C) int function(void* jarg1, long jarg2) vtkLongDataArrayTemplateT_Allocate__SWIG_1; extern(C) void function(void* jarg1, long jarg2, long jarg3, void* jarg4) vtkLongDataArrayTemplateT_SetTuple__SWIG_0; extern(C) void function(void* jarg1, long jarg2, long jarg3, void* jarg4) vtkLongDataArrayTemplateT_InsertTuple__SWIG_0; extern(C) long function(void* jarg1, long jarg2, void* jarg3) vtkLongDataArrayTemplateT_InsertNextTuple__SWIG_0; extern(C) void* function(void* jarg1, long jarg2) vtkLongDataArrayTemplateT_GetTuple__SWIG_0; extern(C) void function(void* jarg1, long jarg2, void* jarg3) vtkLongDataArrayTemplateT_GetTuple__SWIG_1; extern(C) void function(void* jarg1, long jarg2, void* jarg3) vtkLongDataArrayTemplateT_GetTupleValue; extern(C) void function(void* jarg1, long jarg2, void* jarg3) vtkLongDataArrayTemplateT_SetTuple__SWIG_1; extern(C) void function(void* jarg1, long jarg2, void* jarg3) vtkLongDataArrayTemplateT_SetTuple__SWIG_2; extern(C) void function(void* jarg1, long jarg2, void* jarg3) vtkLongDataArrayTemplateT_SetTupleValue; extern(C) void function(void* jarg1, long jarg2, void* jarg3) vtkLongDataArrayTemplateT_InsertTuple__SWIG_1; extern(C) void function(void* jarg1, long jarg2, void* jarg3) vtkLongDataArrayTemplateT_InsertTuple__SWIG_2; extern(C) void function(void* jarg1, long jarg2, void* jarg3) vtkLongDataArrayTemplateT_InsertTupleValue; extern(C) long function(void* jarg1, void* jarg2) vtkLongDataArrayTemplateT_InsertNextTuple__SWIG_1; extern(C) long function(void* jarg1, void* jarg2) vtkLongDataArrayTemplateT_InsertNextTuple__SWIG_2; extern(C) long function(void* jarg1, void* jarg2) vtkLongDataArrayTemplateT_InsertNextTupleValue; extern(C) void function(void* jarg1, void* jarg2, int jarg3) vtkLongDataArrayTemplateT_GetValueRange__SWIG_0; extern(C) void* function(void* jarg1, int jarg2) vtkLongDataArrayTemplateT_GetValueRange__SWIG_1; extern(C) long function(void* jarg1) vtkLongDataArrayTemplateT_Capacity; extern(C) core.stdc.config.c_long function(void* jarg1, long jarg2) vtkLongDataArrayTemplateT_GetValue; extern(C) void function(void* jarg1, long jarg2, core.stdc.config.c_long jarg3) vtkLongDataArrayTemplateT_SetValue; extern(C) void function(void* jarg1, long jarg2) vtkLongDataArrayTemplateT_SetNumberOfValues; extern(C) void function(void* jarg1, long jarg2, core.stdc.config.c_long jarg3) vtkLongDataArrayTemplateT_InsertValue; extern(C) long function(void* jarg1, core.stdc.config.c_long jarg2) vtkLongDataArrayTemplateT_InsertNextValue; extern(C) void* function(void* jarg1, long jarg2, long jarg3) vtkLongDataArrayTemplateT_WritePointer; extern(C) void* function(void* jarg1, long jarg2) vtkLongDataArrayTemplateT_GetPointer; extern(C) void function(void* jarg1, void* jarg2) vtkLongDataArrayTemplateT_DeepCopy__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkLongDataArrayTemplateT_DeepCopy__SWIG_1; extern(C) void function(void* jarg1, void* jarg2, long jarg3, int jarg4, int jarg5) vtkLongDataArrayTemplateT_SetArray__SWIG_0; extern(C) void function(void* jarg1, void* jarg2, long jarg3, int jarg4) vtkLongDataArrayTemplateT_SetArray__SWIG_1; extern(C) void function(void* jarg1, void* jarg2, long jarg3, int jarg4) vtkLongDataArrayTemplateT_SetVoidArray__SWIG_0; extern(C) void function(void* jarg1, void* jarg2, long jarg3, int jarg4, int jarg5) vtkLongDataArrayTemplateT_SetVoidArray__SWIG_1; extern(C) long function(void* jarg1, void* jarg2) vtkLongDataArrayTemplateT_LookupValue__SWIG_0; extern(C) void function(void* jarg1, void* jarg2, void* jarg3) vtkLongDataArrayTemplateT_LookupValue__SWIG_1; extern(C) long function(void* jarg1, core.stdc.config.c_long jarg2) vtkLongDataArrayTemplateT_LookupValue__SWIG_2; extern(C) void function(void* jarg1, core.stdc.config.c_long jarg2, void* jarg3) vtkLongDataArrayTemplateT_LookupValue__SWIG_3; extern(C) void function(void* jarg1, long jarg2) vtkLongDataArrayTemplateT_DataElementChanged; extern(C) void* function(void* objectRef) vtkLongDataArrayTemplateT_Upcast; extern(C) int function(void* jarg1, long jarg2, long jarg3) vtkUnsignedLongDataArrayTemplateT_Allocate__SWIG_0; extern(C) int function(void* jarg1, long jarg2) vtkUnsignedLongDataArrayTemplateT_Allocate__SWIG_1; extern(C) void function(void* jarg1, long jarg2, long jarg3, void* jarg4) vtkUnsignedLongDataArrayTemplateT_SetTuple__SWIG_0; extern(C) void function(void* jarg1, long jarg2, long jarg3, void* jarg4) vtkUnsignedLongDataArrayTemplateT_InsertTuple__SWIG_0; extern(C) long function(void* jarg1, long jarg2, void* jarg3) vtkUnsignedLongDataArrayTemplateT_InsertNextTuple__SWIG_0; extern(C) void* function(void* jarg1, long jarg2) vtkUnsignedLongDataArrayTemplateT_GetTuple__SWIG_0; extern(C) void function(void* jarg1, long jarg2, void* jarg3) vtkUnsignedLongDataArrayTemplateT_GetTuple__SWIG_1; extern(C) void function(void* jarg1, long jarg2, void* jarg3) vtkUnsignedLongDataArrayTemplateT_GetTupleValue; extern(C) void function(void* jarg1, long jarg2, void* jarg3) vtkUnsignedLongDataArrayTemplateT_SetTuple__SWIG_1; extern(C) void function(void* jarg1, long jarg2, void* jarg3) vtkUnsignedLongDataArrayTemplateT_SetTuple__SWIG_2; extern(C) void function(void* jarg1, long jarg2, void* jarg3) vtkUnsignedLongDataArrayTemplateT_SetTupleValue; extern(C) void function(void* jarg1, long jarg2, void* jarg3) vtkUnsignedLongDataArrayTemplateT_InsertTuple__SWIG_1; extern(C) void function(void* jarg1, long jarg2, void* jarg3) vtkUnsignedLongDataArrayTemplateT_InsertTuple__SWIG_2; extern(C) void function(void* jarg1, long jarg2, void* jarg3) vtkUnsignedLongDataArrayTemplateT_InsertTupleValue; extern(C) long function(void* jarg1, void* jarg2) vtkUnsignedLongDataArrayTemplateT_InsertNextTuple__SWIG_1; extern(C) long function(void* jarg1, void* jarg2) vtkUnsignedLongDataArrayTemplateT_InsertNextTuple__SWIG_2; extern(C) long function(void* jarg1, void* jarg2) vtkUnsignedLongDataArrayTemplateT_InsertNextTupleValue; extern(C) void function(void* jarg1, void* jarg2, int jarg3) vtkUnsignedLongDataArrayTemplateT_GetValueRange__SWIG_0; extern(C) void* function(void* jarg1, int jarg2) vtkUnsignedLongDataArrayTemplateT_GetValueRange__SWIG_1; extern(C) long function(void* jarg1) vtkUnsignedLongDataArrayTemplateT_Capacity; extern(C) core.stdc.config.c_ulong function(void* jarg1, long jarg2) vtkUnsignedLongDataArrayTemplateT_GetValue; extern(C) void function(void* jarg1, long jarg2, core.stdc.config.c_ulong jarg3) vtkUnsignedLongDataArrayTemplateT_SetValue; extern(C) void function(void* jarg1, long jarg2) vtkUnsignedLongDataArrayTemplateT_SetNumberOfValues; extern(C) void function(void* jarg1, long jarg2, core.stdc.config.c_ulong jarg3) vtkUnsignedLongDataArrayTemplateT_InsertValue; extern(C) long function(void* jarg1, core.stdc.config.c_ulong jarg2) vtkUnsignedLongDataArrayTemplateT_InsertNextValue; extern(C) void* function(void* jarg1, long jarg2, long jarg3) vtkUnsignedLongDataArrayTemplateT_WritePointer; extern(C) void* function(void* jarg1, long jarg2) vtkUnsignedLongDataArrayTemplateT_GetPointer; extern(C) void function(void* jarg1, void* jarg2) vtkUnsignedLongDataArrayTemplateT_DeepCopy__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkUnsignedLongDataArrayTemplateT_DeepCopy__SWIG_1; extern(C) void function(void* jarg1, void* jarg2, long jarg3, int jarg4, int jarg5) vtkUnsignedLongDataArrayTemplateT_SetArray__SWIG_0; extern(C) void function(void* jarg1, void* jarg2, long jarg3, int jarg4) vtkUnsignedLongDataArrayTemplateT_SetArray__SWIG_1; extern(C) void function(void* jarg1, void* jarg2, long jarg3, int jarg4) vtkUnsignedLongDataArrayTemplateT_SetVoidArray__SWIG_0; extern(C) void function(void* jarg1, void* jarg2, long jarg3, int jarg4, int jarg5) vtkUnsignedLongDataArrayTemplateT_SetVoidArray__SWIG_1; extern(C) long function(void* jarg1, void* jarg2) vtkUnsignedLongDataArrayTemplateT_LookupValue__SWIG_0; extern(C) void function(void* jarg1, void* jarg2, void* jarg3) vtkUnsignedLongDataArrayTemplateT_LookupValue__SWIG_1; extern(C) long function(void* jarg1, core.stdc.config.c_ulong jarg2) vtkUnsignedLongDataArrayTemplateT_LookupValue__SWIG_2; extern(C) void function(void* jarg1, core.stdc.config.c_ulong jarg2, void* jarg3) vtkUnsignedLongDataArrayTemplateT_LookupValue__SWIG_3; extern(C) void function(void* jarg1, long jarg2) vtkUnsignedLongDataArrayTemplateT_DataElementChanged; extern(C) void* function(void* objectRef) vtkUnsignedLongDataArrayTemplateT_Upcast; extern(C) int function(void* jarg1, long jarg2, long jarg3) vtkLongLongDataArrayTemplateT_Allocate__SWIG_0; extern(C) int function(void* jarg1, long jarg2) vtkLongLongDataArrayTemplateT_Allocate__SWIG_1; extern(C) void function(void* jarg1, long jarg2, long jarg3, void* jarg4) vtkLongLongDataArrayTemplateT_SetTuple__SWIG_0; extern(C) void function(void* jarg1, long jarg2, long jarg3, void* jarg4) vtkLongLongDataArrayTemplateT_InsertTuple__SWIG_0; extern(C) long function(void* jarg1, long jarg2, void* jarg3) vtkLongLongDataArrayTemplateT_InsertNextTuple__SWIG_0; extern(C) void* function(void* jarg1, long jarg2) vtkLongLongDataArrayTemplateT_GetTuple__SWIG_0; extern(C) void function(void* jarg1, long jarg2, void* jarg3) vtkLongLongDataArrayTemplateT_GetTuple__SWIG_1; extern(C) void function(void* jarg1, long jarg2, void* jarg3) vtkLongLongDataArrayTemplateT_GetTupleValue; extern(C) void function(void* jarg1, long jarg2, void* jarg3) vtkLongLongDataArrayTemplateT_SetTuple__SWIG_1; extern(C) void function(void* jarg1, long jarg2, void* jarg3) vtkLongLongDataArrayTemplateT_SetTuple__SWIG_2; extern(C) void function(void* jarg1, long jarg2, void* jarg3) vtkLongLongDataArrayTemplateT_SetTupleValue; extern(C) void function(void* jarg1, long jarg2, void* jarg3) vtkLongLongDataArrayTemplateT_InsertTuple__SWIG_1; extern(C) void function(void* jarg1, long jarg2, void* jarg3) vtkLongLongDataArrayTemplateT_InsertTuple__SWIG_2; extern(C) void function(void* jarg1, long jarg2, void* jarg3) vtkLongLongDataArrayTemplateT_InsertTupleValue; extern(C) long function(void* jarg1, void* jarg2) vtkLongLongDataArrayTemplateT_InsertNextTuple__SWIG_1; extern(C) long function(void* jarg1, void* jarg2) vtkLongLongDataArrayTemplateT_InsertNextTuple__SWIG_2; extern(C) long function(void* jarg1, void* jarg2) vtkLongLongDataArrayTemplateT_InsertNextTupleValue; extern(C) void function(void* jarg1, void* jarg2, int jarg3) vtkLongLongDataArrayTemplateT_GetValueRange__SWIG_0; extern(C) void* function(void* jarg1, int jarg2) vtkLongLongDataArrayTemplateT_GetValueRange__SWIG_1; extern(C) long function(void* jarg1) vtkLongLongDataArrayTemplateT_Capacity; extern(C) long function(void* jarg1, long jarg2) vtkLongLongDataArrayTemplateT_GetValue; extern(C) void function(void* jarg1, long jarg2, long jarg3) vtkLongLongDataArrayTemplateT_SetValue; extern(C) void function(void* jarg1, long jarg2) vtkLongLongDataArrayTemplateT_SetNumberOfValues; extern(C) void function(void* jarg1, long jarg2, long jarg3) vtkLongLongDataArrayTemplateT_InsertValue; extern(C) long function(void* jarg1, long jarg2) vtkLongLongDataArrayTemplateT_InsertNextValue; extern(C) void* function(void* jarg1, long jarg2, long jarg3) vtkLongLongDataArrayTemplateT_WritePointer; extern(C) void* function(void* jarg1, long jarg2) vtkLongLongDataArrayTemplateT_GetPointer; extern(C) void function(void* jarg1, void* jarg2) vtkLongLongDataArrayTemplateT_DeepCopy__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkLongLongDataArrayTemplateT_DeepCopy__SWIG_1; extern(C) void function(void* jarg1, void* jarg2, long jarg3, int jarg4, int jarg5) vtkLongLongDataArrayTemplateT_SetArray__SWIG_0; extern(C) void function(void* jarg1, void* jarg2, long jarg3, int jarg4) vtkLongLongDataArrayTemplateT_SetArray__SWIG_1; extern(C) void function(void* jarg1, void* jarg2, long jarg3, int jarg4) vtkLongLongDataArrayTemplateT_SetVoidArray__SWIG_0; extern(C) void function(void* jarg1, void* jarg2, long jarg3, int jarg4, int jarg5) vtkLongLongDataArrayTemplateT_SetVoidArray__SWIG_1; extern(C) long function(void* jarg1, void* jarg2) vtkLongLongDataArrayTemplateT_LookupValue__SWIG_0; extern(C) void function(void* jarg1, void* jarg2, void* jarg3) vtkLongLongDataArrayTemplateT_LookupValue__SWIG_1; extern(C) long function(void* jarg1, long jarg2) vtkLongLongDataArrayTemplateT_LookupValue__SWIG_2; extern(C) void function(void* jarg1, long jarg2, void* jarg3) vtkLongLongDataArrayTemplateT_LookupValue__SWIG_3; extern(C) void function(void* jarg1, long jarg2) vtkLongLongDataArrayTemplateT_DataElementChanged; extern(C) void* function(void* objectRef) vtkLongLongDataArrayTemplateT_Upcast; extern(C) int function(void* jarg1, long jarg2, long jarg3) vtkUnsignedLongLongDataArrayTemplateT_Allocate__SWIG_0; extern(C) int function(void* jarg1, long jarg2) vtkUnsignedLongLongDataArrayTemplateT_Allocate__SWIG_1; extern(C) void function(void* jarg1, long jarg2, long jarg3, void* jarg4) vtkUnsignedLongLongDataArrayTemplateT_SetTuple__SWIG_0; extern(C) void function(void* jarg1, long jarg2, long jarg3, void* jarg4) vtkUnsignedLongLongDataArrayTemplateT_InsertTuple__SWIG_0; extern(C) long function(void* jarg1, long jarg2, void* jarg3) vtkUnsignedLongLongDataArrayTemplateT_InsertNextTuple__SWIG_0; extern(C) void* function(void* jarg1, long jarg2) vtkUnsignedLongLongDataArrayTemplateT_GetTuple__SWIG_0; extern(C) void function(void* jarg1, long jarg2, void* jarg3) vtkUnsignedLongLongDataArrayTemplateT_GetTuple__SWIG_1; extern(C) void function(void* jarg1, long jarg2, void* jarg3) vtkUnsignedLongLongDataArrayTemplateT_GetTupleValue; extern(C) void function(void* jarg1, long jarg2, void* jarg3) vtkUnsignedLongLongDataArrayTemplateT_SetTuple__SWIG_1; extern(C) void function(void* jarg1, long jarg2, void* jarg3) vtkUnsignedLongLongDataArrayTemplateT_SetTuple__SWIG_2; extern(C) void function(void* jarg1, long jarg2, void* jarg3) vtkUnsignedLongLongDataArrayTemplateT_SetTupleValue; extern(C) void function(void* jarg1, long jarg2, void* jarg3) vtkUnsignedLongLongDataArrayTemplateT_InsertTuple__SWIG_1; extern(C) void function(void* jarg1, long jarg2, void* jarg3) vtkUnsignedLongLongDataArrayTemplateT_InsertTuple__SWIG_2; extern(C) void function(void* jarg1, long jarg2, void* jarg3) vtkUnsignedLongLongDataArrayTemplateT_InsertTupleValue; extern(C) long function(void* jarg1, void* jarg2) vtkUnsignedLongLongDataArrayTemplateT_InsertNextTuple__SWIG_1; extern(C) long function(void* jarg1, void* jarg2) vtkUnsignedLongLongDataArrayTemplateT_InsertNextTuple__SWIG_2; extern(C) long function(void* jarg1, void* jarg2) vtkUnsignedLongLongDataArrayTemplateT_InsertNextTupleValue; extern(C) void function(void* jarg1, void* jarg2, int jarg3) vtkUnsignedLongLongDataArrayTemplateT_GetValueRange__SWIG_0; extern(C) void* function(void* jarg1, int jarg2) vtkUnsignedLongLongDataArrayTemplateT_GetValueRange__SWIG_1; extern(C) long function(void* jarg1) vtkUnsignedLongLongDataArrayTemplateT_Capacity; extern(C) ulong function(void* jarg1, long jarg2) vtkUnsignedLongLongDataArrayTemplateT_GetValue; extern(C) void function(void* jarg1, long jarg2, ulong jarg3) vtkUnsignedLongLongDataArrayTemplateT_SetValue; extern(C) void function(void* jarg1, long jarg2) vtkUnsignedLongLongDataArrayTemplateT_SetNumberOfValues; extern(C) void function(void* jarg1, long jarg2, ulong jarg3) vtkUnsignedLongLongDataArrayTemplateT_InsertValue; extern(C) long function(void* jarg1, ulong jarg2) vtkUnsignedLongLongDataArrayTemplateT_InsertNextValue; extern(C) void* function(void* jarg1, long jarg2, long jarg3) vtkUnsignedLongLongDataArrayTemplateT_WritePointer; extern(C) void* function(void* jarg1, long jarg2) vtkUnsignedLongLongDataArrayTemplateT_GetPointer; extern(C) void function(void* jarg1, void* jarg2) vtkUnsignedLongLongDataArrayTemplateT_DeepCopy__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkUnsignedLongLongDataArrayTemplateT_DeepCopy__SWIG_1; extern(C) void function(void* jarg1, void* jarg2, long jarg3, int jarg4, int jarg5) vtkUnsignedLongLongDataArrayTemplateT_SetArray__SWIG_0; extern(C) void function(void* jarg1, void* jarg2, long jarg3, int jarg4) vtkUnsignedLongLongDataArrayTemplateT_SetArray__SWIG_1; extern(C) void function(void* jarg1, void* jarg2, long jarg3, int jarg4) vtkUnsignedLongLongDataArrayTemplateT_SetVoidArray__SWIG_0; extern(C) void function(void* jarg1, void* jarg2, long jarg3, int jarg4, int jarg5) vtkUnsignedLongLongDataArrayTemplateT_SetVoidArray__SWIG_1; extern(C) long function(void* jarg1, void* jarg2) vtkUnsignedLongLongDataArrayTemplateT_LookupValue__SWIG_0; extern(C) void function(void* jarg1, void* jarg2, void* jarg3) vtkUnsignedLongLongDataArrayTemplateT_LookupValue__SWIG_1; extern(C) long function(void* jarg1, ulong jarg2) vtkUnsignedLongLongDataArrayTemplateT_LookupValue__SWIG_2; extern(C) void function(void* jarg1, ulong jarg2, void* jarg3) vtkUnsignedLongLongDataArrayTemplateT_LookupValue__SWIG_3; extern(C) void function(void* jarg1, long jarg2) vtkUnsignedLongLongDataArrayTemplateT_DataElementChanged; extern(C) void* function(void* objectRef) vtkUnsignedLongLongDataArrayTemplateT_Upcast; extern(C) int function(void* jarg1, long jarg2, long jarg3) vtkIdTypeDataArrayTemplateT_Allocate__SWIG_0; extern(C) int function(void* jarg1, long jarg2) vtkIdTypeDataArrayTemplateT_Allocate__SWIG_1; extern(C) void function(void* jarg1, long jarg2, long jarg3, void* jarg4) vtkIdTypeDataArrayTemplateT_SetTuple__SWIG_0; extern(C) void function(void* jarg1, long jarg2, long jarg3, void* jarg4) vtkIdTypeDataArrayTemplateT_InsertTuple__SWIG_0; extern(C) long function(void* jarg1, long jarg2, void* jarg3) vtkIdTypeDataArrayTemplateT_InsertNextTuple__SWIG_0; extern(C) void* function(void* jarg1, long jarg2) vtkIdTypeDataArrayTemplateT_GetTuple__SWIG_0; extern(C) void function(void* jarg1, long jarg2, void* jarg3) vtkIdTypeDataArrayTemplateT_GetTuple__SWIG_1; extern(C) void function(void* jarg1, long jarg2, void* jarg3) vtkIdTypeDataArrayTemplateT_GetTupleValue; extern(C) void function(void* jarg1, long jarg2, void* jarg3) vtkIdTypeDataArrayTemplateT_SetTuple__SWIG_1; extern(C) void function(void* jarg1, long jarg2, void* jarg3) vtkIdTypeDataArrayTemplateT_SetTuple__SWIG_2; extern(C) void function(void* jarg1, long jarg2, void* jarg3) vtkIdTypeDataArrayTemplateT_SetTupleValue; extern(C) void function(void* jarg1, long jarg2, void* jarg3) vtkIdTypeDataArrayTemplateT_InsertTuple__SWIG_1; extern(C) void function(void* jarg1, long jarg2, void* jarg3) vtkIdTypeDataArrayTemplateT_InsertTuple__SWIG_2; extern(C) void function(void* jarg1, long jarg2, void* jarg3) vtkIdTypeDataArrayTemplateT_InsertTupleValue; extern(C) long function(void* jarg1, void* jarg2) vtkIdTypeDataArrayTemplateT_InsertNextTuple__SWIG_1; extern(C) long function(void* jarg1, void* jarg2) vtkIdTypeDataArrayTemplateT_InsertNextTuple__SWIG_2; extern(C) long function(void* jarg1, void* jarg2) vtkIdTypeDataArrayTemplateT_InsertNextTupleValue; extern(C) void function(void* jarg1, void* jarg2, int jarg3) vtkIdTypeDataArrayTemplateT_GetValueRange__SWIG_0; extern(C) void* function(void* jarg1, int jarg2) vtkIdTypeDataArrayTemplateT_GetValueRange__SWIG_1; extern(C) long function(void* jarg1) vtkIdTypeDataArrayTemplateT_Capacity; extern(C) long function(void* jarg1, long jarg2) vtkIdTypeDataArrayTemplateT_GetValue; extern(C) void function(void* jarg1, long jarg2, long jarg3) vtkIdTypeDataArrayTemplateT_SetValue; extern(C) void function(void* jarg1, long jarg2) vtkIdTypeDataArrayTemplateT_SetNumberOfValues; extern(C) void function(void* jarg1, long jarg2, long jarg3) vtkIdTypeDataArrayTemplateT_InsertValue; extern(C) long function(void* jarg1, long jarg2) vtkIdTypeDataArrayTemplateT_InsertNextValue; extern(C) void* function(void* jarg1, long jarg2, long jarg3) vtkIdTypeDataArrayTemplateT_WritePointer; extern(C) void* function(void* jarg1, long jarg2) vtkIdTypeDataArrayTemplateT_GetPointer; extern(C) void function(void* jarg1, void* jarg2) vtkIdTypeDataArrayTemplateT_DeepCopy__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkIdTypeDataArrayTemplateT_DeepCopy__SWIG_1; extern(C) void function(void* jarg1, void* jarg2, long jarg3, int jarg4, int jarg5) vtkIdTypeDataArrayTemplateT_SetArray__SWIG_0; extern(C) void function(void* jarg1, void* jarg2, long jarg3, int jarg4) vtkIdTypeDataArrayTemplateT_SetArray__SWIG_1; extern(C) void function(void* jarg1, void* jarg2, long jarg3, int jarg4) vtkIdTypeDataArrayTemplateT_SetVoidArray__SWIG_0; extern(C) void function(void* jarg1, void* jarg2, long jarg3, int jarg4, int jarg5) vtkIdTypeDataArrayTemplateT_SetVoidArray__SWIG_1; extern(C) long function(void* jarg1, void* jarg2) vtkIdTypeDataArrayTemplateT_LookupValue__SWIG_0; extern(C) void function(void* jarg1, void* jarg2, void* jarg3) vtkIdTypeDataArrayTemplateT_LookupValue__SWIG_1; extern(C) long function(void* jarg1, long jarg2) vtkIdTypeDataArrayTemplateT_LookupValue__SWIG_2; extern(C) void function(void* jarg1, long jarg2, void* jarg3) vtkIdTypeDataArrayTemplateT_LookupValue__SWIG_3; extern(C) void function(void* jarg1, long jarg2) vtkIdTypeDataArrayTemplateT_DataElementChanged; extern(C) void* function(void* objectRef) vtkIdTypeDataArrayTemplateT_Upcast; extern(C) int function(void* jarg1, long jarg2, long jarg3) vtkFloatDataArrayTemplateT_Allocate__SWIG_0; extern(C) int function(void* jarg1, long jarg2) vtkFloatDataArrayTemplateT_Allocate__SWIG_1; extern(C) void function(void* jarg1, long jarg2, long jarg3, void* jarg4) vtkFloatDataArrayTemplateT_SetTuple__SWIG_0; extern(C) void function(void* jarg1, long jarg2, long jarg3, void* jarg4) vtkFloatDataArrayTemplateT_InsertTuple__SWIG_0; extern(C) long function(void* jarg1, long jarg2, void* jarg3) vtkFloatDataArrayTemplateT_InsertNextTuple__SWIG_0; extern(C) void* function(void* jarg1, long jarg2) vtkFloatDataArrayTemplateT_GetTuple__SWIG_0; extern(C) void function(void* jarg1, long jarg2, void* jarg3) vtkFloatDataArrayTemplateT_GetTuple__SWIG_1; extern(C) void function(void* jarg1, long jarg2, void* jarg3) vtkFloatDataArrayTemplateT_GetTupleValue; extern(C) void function(void* jarg1, long jarg2, void* jarg3) vtkFloatDataArrayTemplateT_SetTuple__SWIG_1; extern(C) void function(void* jarg1, long jarg2, void* jarg3) vtkFloatDataArrayTemplateT_SetTuple__SWIG_2; extern(C) void function(void* jarg1, long jarg2, void* jarg3) vtkFloatDataArrayTemplateT_SetTupleValue; extern(C) void function(void* jarg1, long jarg2, void* jarg3) vtkFloatDataArrayTemplateT_InsertTuple__SWIG_1; extern(C) void function(void* jarg1, long jarg2, void* jarg3) vtkFloatDataArrayTemplateT_InsertTuple__SWIG_2; extern(C) void function(void* jarg1, long jarg2, void* jarg3) vtkFloatDataArrayTemplateT_InsertTupleValue; extern(C) long function(void* jarg1, void* jarg2) vtkFloatDataArrayTemplateT_InsertNextTuple__SWIG_1; extern(C) long function(void* jarg1, void* jarg2) vtkFloatDataArrayTemplateT_InsertNextTuple__SWIG_2; extern(C) long function(void* jarg1, void* jarg2) vtkFloatDataArrayTemplateT_InsertNextTupleValue; extern(C) void function(void* jarg1, void* jarg2, int jarg3) vtkFloatDataArrayTemplateT_GetValueRange__SWIG_0; extern(C) void* function(void* jarg1, int jarg2) vtkFloatDataArrayTemplateT_GetValueRange__SWIG_1; extern(C) long function(void* jarg1) vtkFloatDataArrayTemplateT_Capacity; extern(C) float function(void* jarg1, long jarg2) vtkFloatDataArrayTemplateT_GetValue; extern(C) void function(void* jarg1, long jarg2, float jarg3) vtkFloatDataArrayTemplateT_SetValue; extern(C) void function(void* jarg1, long jarg2) vtkFloatDataArrayTemplateT_SetNumberOfValues; extern(C) void function(void* jarg1, long jarg2, float jarg3) vtkFloatDataArrayTemplateT_InsertValue; extern(C) long function(void* jarg1, float jarg2) vtkFloatDataArrayTemplateT_InsertNextValue; extern(C) void* function(void* jarg1, long jarg2, long jarg3) vtkFloatDataArrayTemplateT_WritePointer; extern(C) void* function(void* jarg1, long jarg2) vtkFloatDataArrayTemplateT_GetPointer; extern(C) void function(void* jarg1, void* jarg2) vtkFloatDataArrayTemplateT_DeepCopy__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkFloatDataArrayTemplateT_DeepCopy__SWIG_1; extern(C) void function(void* jarg1, void* jarg2, long jarg3, int jarg4, int jarg5) vtkFloatDataArrayTemplateT_SetArray__SWIG_0; extern(C) void function(void* jarg1, void* jarg2, long jarg3, int jarg4) vtkFloatDataArrayTemplateT_SetArray__SWIG_1; extern(C) void function(void* jarg1, void* jarg2, long jarg3, int jarg4) vtkFloatDataArrayTemplateT_SetVoidArray__SWIG_0; extern(C) void function(void* jarg1, void* jarg2, long jarg3, int jarg4, int jarg5) vtkFloatDataArrayTemplateT_SetVoidArray__SWIG_1; extern(C) long function(void* jarg1, void* jarg2) vtkFloatDataArrayTemplateT_LookupValue__SWIG_0; extern(C) void function(void* jarg1, void* jarg2, void* jarg3) vtkFloatDataArrayTemplateT_LookupValue__SWIG_1; extern(C) long function(void* jarg1, float jarg2) vtkFloatDataArrayTemplateT_LookupValue__SWIG_2; extern(C) void function(void* jarg1, float jarg2, void* jarg3) vtkFloatDataArrayTemplateT_LookupValue__SWIG_3; extern(C) void function(void* jarg1, long jarg2) vtkFloatDataArrayTemplateT_DataElementChanged; extern(C) void* function(void* objectRef) vtkFloatDataArrayTemplateT_Upcast; extern(C) int function(void* jarg1, long jarg2, long jarg3) vtkDoubleDataArrayTemplateT_Allocate__SWIG_0; extern(C) int function(void* jarg1, long jarg2) vtkDoubleDataArrayTemplateT_Allocate__SWIG_1; extern(C) void function(void* jarg1, long jarg2, long jarg3, void* jarg4) vtkDoubleDataArrayTemplateT_SetTuple__SWIG_0; extern(C) void function(void* jarg1, long jarg2, long jarg3, void* jarg4) vtkDoubleDataArrayTemplateT_InsertTuple__SWIG_0; extern(C) long function(void* jarg1, long jarg2, void* jarg3) vtkDoubleDataArrayTemplateT_InsertNextTuple__SWIG_0; extern(C) void* function(void* jarg1, long jarg2) vtkDoubleDataArrayTemplateT_GetTuple__SWIG_0; extern(C) void function(void* jarg1, long jarg2, void* jarg3) vtkDoubleDataArrayTemplateT_GetTuple__SWIG_1; extern(C) void function(void* jarg1, long jarg2, void* jarg3) vtkDoubleDataArrayTemplateT_GetTupleValue; extern(C) void function(void* jarg1, long jarg2, void* jarg3) vtkDoubleDataArrayTemplateT_SetTuple__SWIG_1; extern(C) void function(void* jarg1, long jarg2, void* jarg3) vtkDoubleDataArrayTemplateT_SetTuple__SWIG_2; extern(C) void function(void* jarg1, long jarg2, void* jarg3) vtkDoubleDataArrayTemplateT_SetTupleValue; extern(C) void function(void* jarg1, long jarg2, void* jarg3) vtkDoubleDataArrayTemplateT_InsertTuple__SWIG_1; extern(C) void function(void* jarg1, long jarg2, void* jarg3) vtkDoubleDataArrayTemplateT_InsertTuple__SWIG_2; extern(C) void function(void* jarg1, long jarg2, void* jarg3) vtkDoubleDataArrayTemplateT_InsertTupleValue; extern(C) long function(void* jarg1, void* jarg2) vtkDoubleDataArrayTemplateT_InsertNextTuple__SWIG_1; extern(C) long function(void* jarg1, void* jarg2) vtkDoubleDataArrayTemplateT_InsertNextTuple__SWIG_2; extern(C) long function(void* jarg1, void* jarg2) vtkDoubleDataArrayTemplateT_InsertNextTupleValue; extern(C) void function(void* jarg1, void* jarg2, int jarg3) vtkDoubleDataArrayTemplateT_GetValueRange__SWIG_0; extern(C) void* function(void* jarg1, int jarg2) vtkDoubleDataArrayTemplateT_GetValueRange__SWIG_1; extern(C) long function(void* jarg1) vtkDoubleDataArrayTemplateT_Capacity; extern(C) double function(void* jarg1, long jarg2) vtkDoubleDataArrayTemplateT_GetValue; extern(C) void function(void* jarg1, long jarg2, double jarg3) vtkDoubleDataArrayTemplateT_SetValue; extern(C) void function(void* jarg1, long jarg2) vtkDoubleDataArrayTemplateT_SetNumberOfValues; extern(C) void function(void* jarg1, long jarg2, double jarg3) vtkDoubleDataArrayTemplateT_InsertValue; extern(C) long function(void* jarg1, double jarg2) vtkDoubleDataArrayTemplateT_InsertNextValue; extern(C) void* function(void* jarg1, long jarg2, long jarg3) vtkDoubleDataArrayTemplateT_WritePointer; extern(C) void* function(void* jarg1, long jarg2) vtkDoubleDataArrayTemplateT_GetPointer; extern(C) void function(void* jarg1, void* jarg2) vtkDoubleDataArrayTemplateT_DeepCopy__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkDoubleDataArrayTemplateT_DeepCopy__SWIG_1; extern(C) void function(void* jarg1, void* jarg2, long jarg3, int jarg4, int jarg5) vtkDoubleDataArrayTemplateT_SetArray__SWIG_0; extern(C) void function(void* jarg1, void* jarg2, long jarg3, int jarg4) vtkDoubleDataArrayTemplateT_SetArray__SWIG_1; extern(C) void function(void* jarg1, void* jarg2, long jarg3, int jarg4) vtkDoubleDataArrayTemplateT_SetVoidArray__SWIG_0; extern(C) void function(void* jarg1, void* jarg2, long jarg3, int jarg4, int jarg5) vtkDoubleDataArrayTemplateT_SetVoidArray__SWIG_1; extern(C) long function(void* jarg1, void* jarg2) vtkDoubleDataArrayTemplateT_LookupValue__SWIG_0; extern(C) void function(void* jarg1, void* jarg2, void* jarg3) vtkDoubleDataArrayTemplateT_LookupValue__SWIG_1; extern(C) long function(void* jarg1, double jarg2) vtkDoubleDataArrayTemplateT_LookupValue__SWIG_2; extern(C) void function(void* jarg1, double jarg2, void* jarg3) vtkDoubleDataArrayTemplateT_LookupValue__SWIG_3; extern(C) void function(void* jarg1, long jarg2) vtkDoubleDataArrayTemplateT_DataElementChanged; extern(C) void* function(void* objectRef) vtkDoubleDataArrayTemplateT_Upcast; extern(C) void* function() vtkIntArray_New; extern(C) int function(const(char)* jarg1) vtkIntArray_IsTypeOf; extern(C) void* function(void* jarg1) vtkIntArray_SafeDownCast; extern(C) void* function(void* jarg1) vtkIntArray_NewInstance; extern(C) void function(void* jarg1, long jarg2, void* jarg3) vtkIntArray_GetTupleValue; extern(C) void function(void* jarg1, long jarg2, void* jarg3) vtkIntArray_SetTupleValue; extern(C) void function(void* jarg1, long jarg2, void* jarg3) vtkIntArray_InsertTupleValue; extern(C) long function(void* jarg1, void* jarg2) vtkIntArray_InsertNextTupleValue; extern(C) int function(void* jarg1, long jarg2) vtkIntArray_GetValue; extern(C) void function(void* jarg1, long jarg2, int jarg3) vtkIntArray_SetValue; extern(C) void function(void* jarg1, long jarg2) vtkIntArray_SetNumberOfValues; extern(C) void function(void* jarg1, long jarg2, int jarg3) vtkIntArray_InsertValue; extern(C) long function(void* jarg1, int jarg2) vtkIntArray_InsertNextValue; extern(C) void* function(void* jarg1, int jarg2) vtkIntArray_GetValueRange__SWIG_0; extern(C) void* function(void* jarg1) vtkIntArray_GetValueRange__SWIG_1; extern(C) int function() vtkIntArray_GetDataTypeValueMin; extern(C) int function() vtkIntArray_GetDataTypeValueMax; extern(C) void* function(void* jarg1, long jarg2, long jarg3) vtkIntArray_WritePointer; extern(C) void* function(void* jarg1, long jarg2) vtkIntArray_GetPointer; extern(C) void function(void* jarg1, void* jarg2, long jarg3, int jarg4) vtkIntArray_SetArray__SWIG_0; extern(C) void function(void* jarg1, void* jarg2, long jarg3, int jarg4, int jarg5) vtkIntArray_SetArray__SWIG_1; extern(C) void* function(void* objectRef) vtkIntArray_Upcast; extern(C) void* function() vtkUnsignedCharArray_New; extern(C) int function(const(char)* jarg1) vtkUnsignedCharArray_IsTypeOf; extern(C) void* function(void* jarg1) vtkUnsignedCharArray_SafeDownCast; extern(C) void* function(void* jarg1) vtkUnsignedCharArray_NewInstance; extern(C) void function(void* jarg1, long jarg2, void* jarg3) vtkUnsignedCharArray_GetTupleValue; extern(C) void function(void* jarg1, long jarg2, void* jarg3) vtkUnsignedCharArray_SetTupleValue; extern(C) void function(void* jarg1, long jarg2, void* jarg3) vtkUnsignedCharArray_InsertTupleValue; extern(C) long function(void* jarg1, void* jarg2) vtkUnsignedCharArray_InsertNextTupleValue; extern(C) ubyte function(void* jarg1, long jarg2) vtkUnsignedCharArray_GetValue; extern(C) void function(void* jarg1, long jarg2, ubyte jarg3) vtkUnsignedCharArray_SetValue; extern(C) void function(void* jarg1, long jarg2) vtkUnsignedCharArray_SetNumberOfValues; extern(C) void function(void* jarg1, long jarg2, ubyte jarg3) vtkUnsignedCharArray_InsertValue; extern(C) long function(void* jarg1, ubyte jarg2) vtkUnsignedCharArray_InsertNextValue; extern(C) void* function(void* jarg1, int jarg2) vtkUnsignedCharArray_GetValueRange__SWIG_0; extern(C) void* function(void* jarg1) vtkUnsignedCharArray_GetValueRange__SWIG_1; extern(C) ubyte function() vtkUnsignedCharArray_GetDataTypeValueMin; extern(C) ubyte function() vtkUnsignedCharArray_GetDataTypeValueMax; extern(C) void* function(void* jarg1, long jarg2, long jarg3) vtkUnsignedCharArray_WritePointer; extern(C) void* function(void* jarg1, long jarg2) vtkUnsignedCharArray_GetPointer; extern(C) void function(void* jarg1, void* jarg2, long jarg3, int jarg4) vtkUnsignedCharArray_SetArray__SWIG_0; extern(C) void function(void* jarg1, void* jarg2, long jarg3, int jarg4, int jarg5) vtkUnsignedCharArray_SetArray__SWIG_1; extern(C) void* function(void* objectRef) vtkUnsignedCharArray_Upcast; extern(C) void* function() vtkCellTypes_New; extern(C) int function(const(char)* jarg1) vtkCellTypes_IsTypeOf; extern(C) void* function(void* jarg1) vtkCellTypes_SafeDownCast; extern(C) void* function(void* jarg1) vtkCellTypes_NewInstance; extern(C) int function(void* jarg1, int jarg2, int jarg3) vtkCellTypes_Allocate__SWIG_0; extern(C) int function(void* jarg1, int jarg2) vtkCellTypes_Allocate__SWIG_1; extern(C) int function(void* jarg1) vtkCellTypes_Allocate__SWIG_2; extern(C) void function(void* jarg1, int jarg2, ubyte jarg3, int jarg4) vtkCellTypes_InsertCell; extern(C) int function(void* jarg1, ubyte jarg2, int jarg3) vtkCellTypes_InsertNextCell; extern(C) void function(void* jarg1, int jarg2, void* jarg3, void* jarg4) vtkCellTypes_SetCellTypes; extern(C) int function(void* jarg1, int jarg2) vtkCellTypes_GetCellLocation; extern(C) void function(void* jarg1, long jarg2) vtkCellTypes_DeleteCell; extern(C) int function(void* jarg1) vtkCellTypes_GetNumberOfTypes; extern(C) int function(void* jarg1, ubyte jarg2) vtkCellTypes_IsType; extern(C) int function(void* jarg1, ubyte jarg2) vtkCellTypes_InsertNextType; extern(C) ubyte function(void* jarg1, int jarg2) vtkCellTypes_GetCellType; extern(C) void function(void* jarg1) vtkCellTypes_Squeeze; extern(C) void function(void* jarg1) vtkCellTypes_Reset; extern(C) core.stdc.config.c_ulong function(void* jarg1) vtkCellTypes_GetActualMemorySize; extern(C) void function(void* jarg1, void* jarg2) vtkCellTypes_DeepCopy; extern(C) const(char)* function(int jarg1) vtkCellTypes_GetClassNameFromTypeId; extern(C) int function(const(char)* jarg1) vtkCellTypes_GetTypeIdFromClassName; extern(C) int function(ubyte jarg1) vtkCellTypes_IsLinear; extern(C) void* function(void* objectRef) vtkCellTypes_Upcast; extern(C) void* function() vtkCellLinks_New; extern(C) int function(const(char)* jarg1) vtkCellLinks_IsTypeOf; extern(C) void* function(void* jarg1) vtkCellLinks_SafeDownCast; extern(C) void* function(void* jarg1) vtkCellLinks_NewInstance; extern(C) void function(void* jarg1, long jarg2, long jarg3) vtkCellLinks_Allocate__SWIG_0; extern(C) void function(void* jarg1, long jarg2) vtkCellLinks_Allocate__SWIG_1; extern(C) void* function(void* jarg1, long jarg2) vtkCellLinks_GetLink; extern(C) ushort function(void* jarg1, long jarg2) vtkCellLinks_GetNcells; extern(C) void function(void* jarg1, void* jarg2) vtkCellLinks_BuildLinks__SWIG_0; extern(C) void function(void* jarg1, void* jarg2, void* jarg3) vtkCellLinks_BuildLinks__SWIG_1; extern(C) void* function(void* jarg1, long jarg2) vtkCellLinks_GetCells; extern(C) long function(void* jarg1, int jarg2) vtkCellLinks_InsertNextPoint; extern(C) void function(void* jarg1, long jarg2, long jarg3) vtkCellLinks_InsertNextCellReference; extern(C) void function(void* jarg1, long jarg2) vtkCellLinks_DeletePoint; extern(C) void function(void* jarg1, long jarg2, long jarg3) vtkCellLinks_RemoveCellReference; extern(C) void function(void* jarg1, long jarg2, long jarg3) vtkCellLinks_AddCellReference; extern(C) void function(void* jarg1, long jarg2, int jarg3) vtkCellLinks_ResizeCellList; extern(C) void function(void* jarg1) vtkCellLinks_Squeeze; extern(C) void function(void* jarg1) vtkCellLinks_Reset; extern(C) core.stdc.config.c_ulong function(void* jarg1) vtkCellLinks_GetActualMemorySize; extern(C) void function(void* jarg1, void* jarg2) vtkCellLinks_DeepCopy; extern(C) void* function(void* objectRef) vtkCellLinks_Upcast; extern(C) void* function() vtkPolyData_New; extern(C) int function(const(char)* jarg1) vtkPolyData_IsTypeOf; extern(C) void* function(void* jarg1) vtkPolyData_SafeDownCast; extern(C) void* function(void* jarg1) vtkPolyData_NewInstance; extern(C) void* function(void* jarg1, long jarg2) vtkPolyData_GetCell__SWIG_0; extern(C) void function(void* jarg1, long jarg2, void* jarg3) vtkPolyData_GetCell__SWIG_1; extern(C) void function(void* jarg1, void* jarg2, void* jarg3, void* jarg4) vtkPolyData_CopyCells__SWIG_0; extern(C) void function(void* jarg1, void* jarg2, void* jarg3) vtkPolyData_CopyCells__SWIG_1; extern(C) void function(void* jarg1, long jarg2, void* jarg3) vtkPolyData_GetCellPoints__SWIG_0; extern(C) void function(void* jarg1, long jarg2, void* jarg3) vtkPolyData_GetPointCells__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkPolyData_SetVerts; extern(C) void* function(void* jarg1) vtkPolyData_GetVerts; extern(C) void function(void* jarg1, void* jarg2) vtkPolyData_SetLines; extern(C) void* function(void* jarg1) vtkPolyData_GetLines; extern(C) void function(void* jarg1, void* jarg2) vtkPolyData_SetPolys; extern(C) void* function(void* jarg1) vtkPolyData_GetPolys; extern(C) void function(void* jarg1, void* jarg2) vtkPolyData_SetStrips; extern(C) void* function(void* jarg1) vtkPolyData_GetStrips; extern(C) long function(void* jarg1) vtkPolyData_GetNumberOfVerts; extern(C) long function(void* jarg1) vtkPolyData_GetNumberOfLines; extern(C) long function(void* jarg1) vtkPolyData_GetNumberOfPolys; extern(C) long function(void* jarg1) vtkPolyData_GetNumberOfStrips; extern(C) void function(void* jarg1, long jarg2, int jarg3) vtkPolyData_Allocate__SWIG_0; extern(C) void function(void* jarg1, long jarg2) vtkPolyData_Allocate__SWIG_1; extern(C) void function(void* jarg1) vtkPolyData_Allocate__SWIG_2; extern(C) void function(void* jarg1, void* jarg2, long jarg3, int jarg4) vtkPolyData_Allocate__SWIG_3; extern(C) void function(void* jarg1, void* jarg2, long jarg3) vtkPolyData_Allocate__SWIG_4; extern(C) void function(void* jarg1, void* jarg2) vtkPolyData_Allocate__SWIG_5; extern(C) int function(void* jarg1, int jarg2, int jarg3, void* jarg4) vtkPolyData_InsertNextCell__SWIG_0; extern(C) int function(void* jarg1, int jarg2, void* jarg3) vtkPolyData_InsertNextCell__SWIG_1; extern(C) void function(void* jarg1) vtkPolyData_Reset; extern(C) void function(void* jarg1) vtkPolyData_BuildCells; extern(C) void function(void* jarg1, int jarg2) vtkPolyData_BuildLinks__SWIG_0; extern(C) void function(void* jarg1) vtkPolyData_BuildLinks__SWIG_1; extern(C) void function(void* jarg1) vtkPolyData_DeleteCells; extern(C) void function(void* jarg1) vtkPolyData_DeleteLinks; extern(C) void function(void* jarg1, long jarg2, void* jarg3, void* jarg4) vtkPolyData_GetPointCells__SWIG_1; extern(C) void function(void* jarg1, long jarg2, long jarg3, long jarg4, void* jarg5) vtkPolyData_GetCellEdgeNeighbors; extern(C) void function(void* jarg1, long jarg2, void* jarg3, void* jarg4) vtkPolyData_GetCellPoints__SWIG_1; extern(C) int function(void* jarg1, int jarg2, int jarg3, int jarg4) vtkPolyData_IsTriangle; extern(C) int function(void* jarg1, long jarg2, long jarg3) vtkPolyData_IsEdge; extern(C) int function(void* jarg1, long jarg2, long jarg3) vtkPolyData_IsPointUsedByCell; extern(C) void function(void* jarg1, long jarg2, int jarg3, void* jarg4) vtkPolyData_ReplaceCell; extern(C) void function(void* jarg1, long jarg2, long jarg3, long jarg4) vtkPolyData_ReplaceCellPoint; extern(C) void function(void* jarg1, long jarg2) vtkPolyData_ReverseCell; extern(C) void function(void* jarg1, long jarg2) vtkPolyData_DeletePoint; extern(C) void function(void* jarg1, long jarg2) vtkPolyData_DeleteCell; extern(C) void function(void* jarg1) vtkPolyData_RemoveDeletedCells; extern(C) int function(void* jarg1, int jarg2) vtkPolyData_InsertNextLinkedPoint__SWIG_0; extern(C) int function(void* jarg1, void* jarg2, int jarg3) vtkPolyData_InsertNextLinkedPoint__SWIG_1; extern(C) int function(void* jarg1, int jarg2, int jarg3, void* jarg4) vtkPolyData_InsertNextLinkedCell; extern(C) void function(void* jarg1, long jarg2, int jarg3, void* jarg4) vtkPolyData_ReplaceLinkedCell; extern(C) void function(void* jarg1, long jarg2) vtkPolyData_RemoveCellReference; extern(C) void function(void* jarg1, long jarg2) vtkPolyData_AddCellReference; extern(C) void function(void* jarg1, long jarg2, long jarg3) vtkPolyData_RemoveReferenceToCell; extern(C) void function(void* jarg1, long jarg2, long jarg3) vtkPolyData_AddReferenceToCell; extern(C) void function(void* jarg1, long jarg2, int jarg3) vtkPolyData_ResizeCellList; extern(C) int function(void* jarg1) vtkPolyData_GetPiece; extern(C) int function(void* jarg1) vtkPolyData_GetNumberOfPieces; extern(C) int function(void* jarg1) vtkPolyData_GetGhostLevel; extern(C) void function(void* jarg1, int jarg2) vtkPolyData_RemoveGhostCells; extern(C) int function(void* jarg1, long jarg2, void* jarg3) vtkPolyData_GetScalarFieldCriticalIndex__SWIG_0; extern(C) int function(void* jarg1, long jarg2, int jarg3) vtkPolyData_GetScalarFieldCriticalIndex__SWIG_1; extern(C) int function(void* jarg1, long jarg2, const(char)* jarg3) vtkPolyData_GetScalarFieldCriticalIndex__SWIG_2; extern(C) void* function(void* objectRef) vtkPolyData_Upcast; extern(C) void* function() vtkPolyDataAlgorithm_New; extern(C) int function(const(char)* jarg1) vtkPolyDataAlgorithm_IsTypeOf; extern(C) void* function(void* jarg1) vtkPolyDataAlgorithm_SafeDownCast; extern(C) void* function(void* jarg1) vtkPolyDataAlgorithm_NewInstance; extern(C) void* function(void* jarg1) vtkPolyDataAlgorithm_GetOutput__SWIG_0; extern(C) void* function(void* jarg1, int jarg2) vtkPolyDataAlgorithm_GetOutput__SWIG_1; extern(C) void function(void* jarg1, void* jarg2) vtkPolyDataAlgorithm_SetOutput; extern(C) void* function(void* jarg1) vtkPolyDataAlgorithm_GetInput__SWIG_0; extern(C) void* function(void* jarg1, int jarg2) vtkPolyDataAlgorithm_GetInput__SWIG_1; extern(C) void* function(void* jarg1, int jarg2) vtkPolyDataAlgorithm_GetPolyDataInput; extern(C) void function(void* jarg1, void* jarg2) vtkPolyDataAlgorithm_SetInputData__SWIG_0; extern(C) void function(void* jarg1, int jarg2, void* jarg3) vtkPolyDataAlgorithm_SetInputData__SWIG_1; extern(C) void function(void* jarg1, void* jarg2) vtkPolyDataAlgorithm_AddInputData__SWIG_0; extern(C) void function(void* jarg1, int jarg2, void* jarg3) vtkPolyDataAlgorithm_AddInputData__SWIG_1; extern(C) void* function(void* objectRef) vtkPolyDataAlgorithm_Upcast; extern(C) void* function() vtkMaskPoints_New; extern(C) int function(const(char)* jarg1) vtkMaskPoints_IsTypeOf; extern(C) void* function(void* jarg1) vtkMaskPoints_SafeDownCast; extern(C) void* function(void* jarg1) vtkMaskPoints_NewInstance; extern(C) void function(void* jarg1, int jarg2) vtkMaskPoints_SetOnRatio; extern(C) int function(void* jarg1) vtkMaskPoints_GetOnRatioMinValue; extern(C) int function(void* jarg1) vtkMaskPoints_GetOnRatioMaxValue; extern(C) int function(void* jarg1) vtkMaskPoints_GetOnRatio; extern(C) void function(void* jarg1, long jarg2) vtkMaskPoints_SetMaximumNumberOfPoints; extern(C) long function(void* jarg1) vtkMaskPoints_GetMaximumNumberOfPointsMinValue; extern(C) long function(void* jarg1) vtkMaskPoints_GetMaximumNumberOfPointsMaxValue; extern(C) long function(void* jarg1) vtkMaskPoints_GetMaximumNumberOfPoints; extern(C) void function(void* jarg1, long jarg2) vtkMaskPoints_SetOffset; extern(C) long function(void* jarg1) vtkMaskPoints_GetOffsetMinValue; extern(C) long function(void* jarg1) vtkMaskPoints_GetOffsetMaxValue; extern(C) long function(void* jarg1) vtkMaskPoints_GetOffset; extern(C) void function(void* jarg1, int jarg2) vtkMaskPoints_SetRandomMode; extern(C) int function(void* jarg1) vtkMaskPoints_GetRandomMode; extern(C) void function(void* jarg1) vtkMaskPoints_RandomModeOn; extern(C) void function(void* jarg1) vtkMaskPoints_RandomModeOff; extern(C) void function(void* jarg1, int jarg2) vtkMaskPoints_SetRandomModeType; extern(C) int function(void* jarg1) vtkMaskPoints_GetRandomModeTypeMinValue; extern(C) int function(void* jarg1) vtkMaskPoints_GetRandomModeTypeMaxValue; extern(C) int function(void* jarg1) vtkMaskPoints_GetRandomModeType; extern(C) void function(void* jarg1, int jarg2) vtkMaskPoints_SetProportionalMaximumNumberOfPoints; extern(C) int function(void* jarg1) vtkMaskPoints_GetProportionalMaximumNumberOfPoints; extern(C) void function(void* jarg1) vtkMaskPoints_ProportionalMaximumNumberOfPointsOn; extern(C) void function(void* jarg1) vtkMaskPoints_ProportionalMaximumNumberOfPointsOff; extern(C) void function(void* jarg1, int jarg2) vtkMaskPoints_SetGenerateVertices; extern(C) int function(void* jarg1) vtkMaskPoints_GetGenerateVertices; extern(C) void function(void* jarg1) vtkMaskPoints_GenerateVerticesOn; extern(C) void function(void* jarg1) vtkMaskPoints_GenerateVerticesOff; extern(C) void function(void* jarg1, int jarg2) vtkMaskPoints_SetSingleVertexPerCell; extern(C) int function(void* jarg1) vtkMaskPoints_GetSingleVertexPerCell; extern(C) void function(void* jarg1) vtkMaskPoints_SingleVertexPerCellOn; extern(C) void function(void* jarg1) vtkMaskPoints_SingleVertexPerCellOff; extern(C) void* function(void* objectRef) vtkMaskPoints_Upcast; extern(C) const(char)* function() VTK_MATERIALS_DIRS_get; extern(C) void* function() vtkView_New; extern(C) int function(const(char)* jarg1) vtkView_IsTypeOf; extern(C) void* function(void* jarg1) vtkView_SafeDownCast; extern(C) void* function(void* jarg1) vtkView_NewInstance; extern(C) void function(void* jarg1, void* jarg2) vtkView_AddRepresentation; extern(C) void function(void* jarg1, void* jarg2) vtkView_SetRepresentation; extern(C) void* function(void* jarg1, void* jarg2) vtkView_AddRepresentationFromInputConnection; extern(C) void* function(void* jarg1, void* jarg2) vtkView_SetRepresentationFromInputConnection; extern(C) void* function(void* jarg1, void* jarg2) vtkView_AddRepresentationFromInput; extern(C) void* function(void* jarg1, void* jarg2) vtkView_SetRepresentationFromInput; extern(C) void function(void* jarg1, void* jarg2) vtkView_RemoveRepresentation__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkView_RemoveRepresentation__SWIG_1; extern(C) void function(void* jarg1) vtkView_RemoveAllRepresentations; extern(C) int function(void* jarg1) vtkView_GetNumberOfRepresentations; extern(C) void* function(void* jarg1, int jarg2) vtkView_GetRepresentation__SWIG_0; extern(C) void* function(void* jarg1) vtkView_GetRepresentation__SWIG_1; extern(C) uint function(void* jarg1, void* jarg2) vtkView_IsRepresentationPresent; extern(C) void function(void* jarg1) vtkView_Update; extern(C) void function(void* jarg1, void* jarg2) vtkView_ApplyViewTheme; extern(C) void function(void* jarg1, void* jarg2, const(char)* jarg3) vtkView_RegisterProgress__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkView_RegisterProgress__SWIG_1; extern(C) void function(void* jarg1, void* jarg2) vtkView_UnRegisterProgress; extern(C) void* function() new_vtkView; extern(C) void function(void* jarg1) delete_vtkView; extern(C) void* function(void* objectRef) vtkView_Upcast; extern(C) void* function() new_vtkSmartPointerBase__SWIG_0; extern(C) void* function(void* jarg1) new_vtkSmartPointerBase__SWIG_1; extern(C) void* function(void* jarg1) new_vtkSmartPointerBase__SWIG_2; extern(C) void function(void* jarg1) delete_vtkSmartPointerBase; extern(C) void* function(void* jarg1, void* jarg2) vtkSmartPointerBase_Equal__SWIG_0; extern(C) void* function(void* jarg1, void* jarg2) vtkSmartPointerBase_Equal__SWIG_1; extern(C) void* function(void* jarg1) vtkSmartPointerBase_GetPointer; extern(C) void function(void* jarg1, void* jarg2, const(char)* jarg3) vtkSmartPointerBase_Report; extern(C) uint function(void* jarg1, void* jarg2) EqualEqual__SWIG_5; extern(C) uint function(void* jarg1, void* jarg2) EqualEqual__SWIG_6; extern(C) uint function(void* jarg1, void* jarg2) EqualEqual__SWIG_7; extern(C) uint function(void* jarg1, void* jarg2) NotEqual__SWIG_5; extern(C) uint function(void* jarg1, void* jarg2) NotEqual__SWIG_6; extern(C) uint function(void* jarg1, void* jarg2) NotEqual__SWIG_7; extern(C) uint function(void* jarg1, void* jarg2) LessThan__SWIG_4; extern(C) uint function(void* jarg1, void* jarg2) LessThan__SWIG_5; extern(C) uint function(void* jarg1, void* jarg2) LessThan__SWIG_6; extern(C) uint function(void* jarg1, void* jarg2) LessThanEqual__SWIG_4; extern(C) uint function(void* jarg1, void* jarg2) LessThanEqual__SWIG_5; extern(C) uint function(void* jarg1, void* jarg2) LessThanEqual__SWIG_6; extern(C) uint function(void* jarg1, void* jarg2) GreaterThan__SWIG_4; extern(C) uint function(void* jarg1, void* jarg2) GreaterThan__SWIG_5; extern(C) uint function(void* jarg1, void* jarg2) GreaterThan__SWIG_6; extern(C) uint function(void* jarg1, void* jarg2) GreaterThanEqual__SWIG_4; extern(C) uint function(void* jarg1, void* jarg2) GreaterThanEqual__SWIG_5; extern(C) uint function(void* jarg1, void* jarg2) GreaterThanEqual__SWIG_6; extern(C) void* function() vtkRenderViewBase_New; extern(C) int function(const(char)* jarg1) vtkRenderViewBase_IsTypeOf; extern(C) void* function(void* jarg1) vtkRenderViewBase_SafeDownCast; extern(C) void* function(void* jarg1) vtkRenderViewBase_NewInstance; extern(C) void* function(void* jarg1) vtkRenderViewBase_GetRenderer; extern(C) void function(void* jarg1, void* jarg2) vtkRenderViewBase_SetRenderer; extern(C) void* function(void* jarg1) vtkRenderViewBase_GetRenderWindow; extern(C) void function(void* jarg1, void* jarg2) vtkRenderViewBase_SetRenderWindow; extern(C) void* function(void* jarg1) vtkRenderViewBase_GetInteractor; extern(C) void function(void* jarg1, void* jarg2) vtkRenderViewBase_SetInteractor; extern(C) void function(void* jarg1) vtkRenderViewBase_Render; extern(C) void function(void* jarg1) vtkRenderViewBase_ResetCamera; extern(C) void function(void* jarg1) vtkRenderViewBase_ResetCameraClippingRange; extern(C) void* function(void* objectRef) vtkRenderViewBase_Upcast; extern(C) void* function() vtkRenderView_New; extern(C) int function(const(char)* jarg1) vtkRenderView_IsTypeOf; extern(C) void* function(void* jarg1) vtkRenderView_SafeDownCast; extern(C) void* function(void* jarg1) vtkRenderView_NewInstance; extern(C) void function(void* jarg1, void* jarg2) vtkRenderView_SetInteractorStyle; extern(C) void* function(void* jarg1) vtkRenderView_GetInteractorStyle; extern(C) void function(void* jarg1, int jarg2) vtkRenderView_SetInteractionMode; extern(C) int function(void* jarg1) vtkRenderView_GetInteractionMode; extern(C) void function(void* jarg1) vtkRenderView_SetInteractionModeTo2D; extern(C) void function(void* jarg1) vtkRenderView_SetInteractionModeTo3D; extern(C) void function(void* jarg1, void* jarg2) vtkRenderView_SetTransform; extern(C) void* function(void* jarg1) vtkRenderView_GetTransform; extern(C) void function(void* jarg1, uint jarg2) vtkRenderView_SetDisplayHoverText; extern(C) uint function(void* jarg1) vtkRenderView_GetDisplayHoverText; extern(C) void function(void* jarg1) vtkRenderView_DisplayHoverTextOn; extern(C) void function(void* jarg1) vtkRenderView_DisplayHoverTextOff; extern(C) void function(void* jarg1, int jarg2) vtkRenderView_SetSelectionMode; extern(C) int function(void* jarg1) vtkRenderView_GetSelectionModeMinValue; extern(C) int function(void* jarg1) vtkRenderView_GetSelectionModeMaxValue; extern(C) int function(void* jarg1) vtkRenderView_GetSelectionMode; extern(C) void function(void* jarg1) vtkRenderView_SetSelectionModeToSurface; extern(C) void function(void* jarg1) vtkRenderView_SetSelectionModeToFrustum; extern(C) void function(void* jarg1, void* jarg2) vtkRenderView_AddLabels; extern(C) void function(void* jarg1, void* jarg2) vtkRenderView_RemoveLabels; extern(C) void function(void* jarg1, void* jarg2) vtkRenderView_SetIconTexture; extern(C) void* function(void* jarg1) vtkRenderView_GetIconTexture; extern(C) void function(void* jarg1, int jarg2, int jarg3) vtkRenderView_SetIconSize__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkRenderView_SetIconSize__SWIG_1; extern(C) void* function(void* jarg1) vtkRenderView_GetIconSize__SWIG_0; extern(C) void function(void* jarg1, void* jarg2, void* jarg3) vtkRenderView_GetIconSize__SWIG_1; extern(C) void function(void* jarg1, void* jarg2) vtkRenderView_GetIconSize__SWIG_2; extern(C) void function(void* jarg1, int jarg2, int jarg3) vtkRenderView_SetDisplaySize__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkRenderView_SetDisplaySize__SWIG_1; extern(C) void* function(void* jarg1) vtkRenderView_GetDisplaySize__SWIG_0; extern(C) void function(void* jarg1, void* jarg2, void* jarg3) vtkRenderView_GetDisplaySize__SWIG_1; extern(C) void function(void* jarg1, int jarg2) vtkRenderView_SetLabelPlacementMode; extern(C) int function(void* jarg1) vtkRenderView_GetLabelPlacementMode; extern(C) void function(void* jarg1) vtkRenderView_SetLabelPlacementModeToNoOverlap; extern(C) void function(void* jarg1) vtkRenderView_SetLabelPlacementModeToAll; extern(C) void function(void* jarg1, int jarg2) vtkRenderView_SetLabelRenderMode; extern(C) int function(void* jarg1) vtkRenderView_GetLabelRenderMode; extern(C) void function(void* jarg1) vtkRenderView_SetLabelRenderModeToFreetype; extern(C) void function(void* jarg1) vtkRenderView_SetLabelRenderModeToQt; extern(C) void function(void* jarg1, uint jarg2) vtkRenderView_SetRenderOnMouseMove; extern(C) uint function(void* jarg1) vtkRenderView_GetRenderOnMouseMove; extern(C) void function(void* jarg1) vtkRenderView_RenderOnMouseMoveOn; extern(C) void function(void* jarg1) vtkRenderView_RenderOnMouseMoveOff; extern(C) void* function(void* objectRef) vtkRenderView_Upcast; extern(C) void* function() vtkGraphLayoutView_New; extern(C) int function(const(char)* jarg1) vtkGraphLayoutView_IsTypeOf; extern(C) void* function(void* jarg1) vtkGraphLayoutView_SafeDownCast; extern(C) void* function(void* jarg1) vtkGraphLayoutView_NewInstance; extern(C) void function(void* jarg1, const(char)* jarg2) vtkGraphLayoutView_SetVertexLabelArrayName; extern(C) const(char)* function(void* jarg1) vtkGraphLayoutView_GetVertexLabelArrayName; extern(C) void function(void* jarg1, const(char)* jarg2) vtkGraphLayoutView_SetEdgeLabelArrayName; extern(C) const(char)* function(void* jarg1) vtkGraphLayoutView_GetEdgeLabelArrayName; extern(C) void function(void* jarg1, uint jarg2) vtkGraphLayoutView_SetVertexLabelVisibility; extern(C) uint function(void* jarg1) vtkGraphLayoutView_GetVertexLabelVisibility; extern(C) void function(void* jarg1) vtkGraphLayoutView_VertexLabelVisibilityOn; extern(C) void function(void* jarg1) vtkGraphLayoutView_VertexLabelVisibilityOff; extern(C) void function(void* jarg1, uint jarg2) vtkGraphLayoutView_SetHideVertexLabelsOnInteraction; extern(C) uint function(void* jarg1) vtkGraphLayoutView_GetHideVertexLabelsOnInteraction; extern(C) void function(void* jarg1) vtkGraphLayoutView_HideVertexLabelsOnInteractionOn; extern(C) void function(void* jarg1) vtkGraphLayoutView_HideVertexLabelsOnInteractionOff; extern(C) void function(void* jarg1, uint jarg2) vtkGraphLayoutView_SetEdgeVisibility; extern(C) uint function(void* jarg1) vtkGraphLayoutView_GetEdgeVisibility; extern(C) void function(void* jarg1) vtkGraphLayoutView_EdgeVisibilityOn; extern(C) void function(void* jarg1) vtkGraphLayoutView_EdgeVisibilityOff; extern(C) void function(void* jarg1, uint jarg2) vtkGraphLayoutView_SetEdgeLabelVisibility; extern(C) uint function(void* jarg1) vtkGraphLayoutView_GetEdgeLabelVisibility; extern(C) void function(void* jarg1) vtkGraphLayoutView_EdgeLabelVisibilityOn; extern(C) void function(void* jarg1) vtkGraphLayoutView_EdgeLabelVisibilityOff; extern(C) void function(void* jarg1, uint jarg2) vtkGraphLayoutView_SetHideEdgeLabelsOnInteraction; extern(C) uint function(void* jarg1) vtkGraphLayoutView_GetHideEdgeLabelsOnInteraction; extern(C) void function(void* jarg1) vtkGraphLayoutView_HideEdgeLabelsOnInteractionOn; extern(C) void function(void* jarg1) vtkGraphLayoutView_HideEdgeLabelsOnInteractionOff; extern(C) void function(void* jarg1, const(char)* jarg2) vtkGraphLayoutView_SetVertexColorArrayName; extern(C) const(char)* function(void* jarg1) vtkGraphLayoutView_GetVertexColorArrayName; extern(C) void function(void* jarg1, uint jarg2) vtkGraphLayoutView_SetColorVertices; extern(C) uint function(void* jarg1) vtkGraphLayoutView_GetColorVertices; extern(C) void function(void* jarg1) vtkGraphLayoutView_ColorVerticesOn; extern(C) void function(void* jarg1) vtkGraphLayoutView_ColorVerticesOff; extern(C) void function(void* jarg1, const(char)* jarg2) vtkGraphLayoutView_SetEdgeColorArrayName; extern(C) const(char)* function(void* jarg1) vtkGraphLayoutView_GetEdgeColorArrayName; extern(C) void function(void* jarg1, uint jarg2) vtkGraphLayoutView_SetColorEdges; extern(C) uint function(void* jarg1) vtkGraphLayoutView_GetColorEdges; extern(C) void function(void* jarg1) vtkGraphLayoutView_ColorEdgesOn; extern(C) void function(void* jarg1) vtkGraphLayoutView_ColorEdgesOff; extern(C) void function(void* jarg1, uint jarg2) vtkGraphLayoutView_SetEdgeSelection; extern(C) uint function(void* jarg1) vtkGraphLayoutView_GetEdgeSelection; extern(C) void function(void* jarg1) vtkGraphLayoutView_EdgeSelectionOn; extern(C) void function(void* jarg1) vtkGraphLayoutView_EdgeSelectionOff; extern(C) void function(void* jarg1, const(char)* jarg2) vtkGraphLayoutView_SetEnabledEdgesArrayName; extern(C) const(char)* function(void* jarg1) vtkGraphLayoutView_GetEnabledEdgesArrayName; extern(C) void function(void* jarg1, uint jarg2) vtkGraphLayoutView_SetEnableEdgesByArray; extern(C) int function(void* jarg1) vtkGraphLayoutView_GetEnableEdgesByArray; extern(C) void function(void* jarg1, const(char)* jarg2) vtkGraphLayoutView_SetEnabledVerticesArrayName; extern(C) const(char)* function(void* jarg1) vtkGraphLayoutView_GetEnabledVerticesArrayName; extern(C) void function(void* jarg1, uint jarg2) vtkGraphLayoutView_SetEnableVerticesByArray; extern(C) int function(void* jarg1) vtkGraphLayoutView_GetEnableVerticesByArray; extern(C) void function(void* jarg1, const(char)* jarg2) vtkGraphLayoutView_SetScalingArrayName; extern(C) const(char)* function(void* jarg1) vtkGraphLayoutView_GetScalingArrayName; extern(C) void function(void* jarg1, uint jarg2) vtkGraphLayoutView_SetScaledGlyphs; extern(C) uint function(void* jarg1) vtkGraphLayoutView_GetScaledGlyphs; extern(C) void function(void* jarg1) vtkGraphLayoutView_ScaledGlyphsOn; extern(C) void function(void* jarg1) vtkGraphLayoutView_ScaledGlyphsOff; extern(C) void function(void* jarg1, const(char)* jarg2) vtkGraphLayoutView_SetLayoutStrategy__SWIG_0; extern(C) void function(void* jarg1) vtkGraphLayoutView_SetLayoutStrategyToRandom; extern(C) void function(void* jarg1) vtkGraphLayoutView_SetLayoutStrategyToForceDirected; extern(C) void function(void* jarg1) vtkGraphLayoutView_SetLayoutStrategyToSimple2D; extern(C) void function(void* jarg1) vtkGraphLayoutView_SetLayoutStrategyToClustering2D; extern(C) void function(void* jarg1) vtkGraphLayoutView_SetLayoutStrategyToCommunity2D; extern(C) void function(void* jarg1) vtkGraphLayoutView_SetLayoutStrategyToFast2D; extern(C) void function(void* jarg1) vtkGraphLayoutView_SetLayoutStrategyToPassThrough; extern(C) void function(void* jarg1) vtkGraphLayoutView_SetLayoutStrategyToCircular; extern(C) void function(void* jarg1) vtkGraphLayoutView_SetLayoutStrategyToTree; extern(C) void function(void* jarg1) vtkGraphLayoutView_SetLayoutStrategyToCosmicTree; extern(C) void function(void* jarg1) vtkGraphLayoutView_SetLayoutStrategyToCone; extern(C) void function(void* jarg1) vtkGraphLayoutView_SetLayoutStrategyToSpanTree; extern(C) const(char)* function(void* jarg1) vtkGraphLayoutView_GetLayoutStrategyName; extern(C) void* function(void* jarg1) vtkGraphLayoutView_GetLayoutStrategy; extern(C) void function(void* jarg1, void* jarg2) vtkGraphLayoutView_SetLayoutStrategy__SWIG_1; extern(C) void function(void* jarg1, const(char)* jarg2) vtkGraphLayoutView_SetEdgeLayoutStrategy__SWIG_0; extern(C) void function(void* jarg1) vtkGraphLayoutView_SetEdgeLayoutStrategyToArcParallel; extern(C) void function(void* jarg1) vtkGraphLayoutView_SetEdgeLayoutStrategyToPassThrough; extern(C) const(char)* function(void* jarg1) vtkGraphLayoutView_GetEdgeLayoutStrategyName; extern(C) void* function(void* jarg1) vtkGraphLayoutView_GetEdgeLayoutStrategy; extern(C) void function(void* jarg1, void* jarg2) vtkGraphLayoutView_SetEdgeLayoutStrategy__SWIG_1; extern(C) void function(void* jarg1, const(char)* jarg2, int jarg3) vtkGraphLayoutView_AddIconType; extern(C) void function(void* jarg1) vtkGraphLayoutView_ClearIconTypes; extern(C) void function(void* jarg1, int jarg2) vtkGraphLayoutView_SetIconAlignment; extern(C) void function(void* jarg1, uint jarg2) vtkGraphLayoutView_SetIconVisibility; extern(C) uint function(void* jarg1) vtkGraphLayoutView_GetIconVisibility; extern(C) void function(void* jarg1) vtkGraphLayoutView_IconVisibilityOn; extern(C) void function(void* jarg1) vtkGraphLayoutView_IconVisibilityOff; extern(C) void function(void* jarg1, const(char)* jarg2) vtkGraphLayoutView_SetIconArrayName; extern(C) const(char)* function(void* jarg1) vtkGraphLayoutView_GetIconArrayName; extern(C) void function(void* jarg1, int jarg2) vtkGraphLayoutView_SetGlyphType; extern(C) int function(void* jarg1) vtkGraphLayoutView_GetGlyphType; extern(C) void function(void* jarg1, int jarg2) vtkGraphLayoutView_SetVertexLabelFontSize; extern(C) int function(void* jarg1) vtkGraphLayoutView_GetVertexLabelFontSize; extern(C) void function(void* jarg1, int jarg2) vtkGraphLayoutView_SetEdgeLabelFontSize; extern(C) int function(void* jarg1) vtkGraphLayoutView_GetEdgeLabelFontSize; extern(C) void function(void* jarg1, uint jarg2) vtkGraphLayoutView_SetEdgeScalarBarVisibility; extern(C) uint function(void* jarg1) vtkGraphLayoutView_GetEdgeScalarBarVisibility; extern(C) void function(void* jarg1, uint jarg2) vtkGraphLayoutView_SetVertexScalarBarVisibility; extern(C) uint function(void* jarg1) vtkGraphLayoutView_GetVertexScalarBarVisibility; extern(C) void function(void* jarg1) vtkGraphLayoutView_ZoomToSelection; extern(C) int function(void* jarg1) vtkGraphLayoutView_IsLayoutComplete; extern(C) void function(void* jarg1) vtkGraphLayoutView_UpdateLayout; extern(C) void* function(void* objectRef) vtkGraphLayoutView_Upcast; extern(C) void* function() vtkHierarchicalGraphView_New; extern(C) int function(const(char)* jarg1) vtkHierarchicalGraphView_IsTypeOf; extern(C) void* function(void* jarg1) vtkHierarchicalGraphView_SafeDownCast; extern(C) void* function(void* jarg1) vtkHierarchicalGraphView_NewInstance; extern(C) void* function(void* jarg1, void* jarg2) vtkHierarchicalGraphView_SetHierarchyFromInputConnection; extern(C) void* function(void* jarg1, void* jarg2) vtkHierarchicalGraphView_SetHierarchyFromInput; extern(C) void* function(void* jarg1, void* jarg2) vtkHierarchicalGraphView_SetGraphFromInputConnection; extern(C) void* function(void* jarg1, void* jarg2) vtkHierarchicalGraphView_SetGraphFromInput; extern(C) void function(void* jarg1, const(char)* jarg2) vtkHierarchicalGraphView_SetGraphEdgeLabelArrayName; extern(C) const(char)* function(void* jarg1) vtkHierarchicalGraphView_GetGraphEdgeLabelArrayName; extern(C) void function(void* jarg1, uint jarg2) vtkHierarchicalGraphView_SetGraphEdgeLabelVisibility; extern(C) uint function(void* jarg1) vtkHierarchicalGraphView_GetGraphEdgeLabelVisibility; extern(C) void function(void* jarg1) vtkHierarchicalGraphView_GraphEdgeLabelVisibilityOn; extern(C) void function(void* jarg1) vtkHierarchicalGraphView_GraphEdgeLabelVisibilityOff; extern(C) void function(void* jarg1, const(char)* jarg2) vtkHierarchicalGraphView_SetGraphEdgeColorArrayName; extern(C) const(char)* function(void* jarg1) vtkHierarchicalGraphView_GetGraphEdgeColorArrayName; extern(C) void function(void* jarg1) vtkHierarchicalGraphView_SetGraphEdgeColorToSplineFraction; extern(C) void function(void* jarg1, uint jarg2) vtkHierarchicalGraphView_SetColorGraphEdgesByArray; extern(C) uint function(void* jarg1) vtkHierarchicalGraphView_GetColorGraphEdgesByArray; extern(C) void function(void* jarg1) vtkHierarchicalGraphView_ColorGraphEdgesByArrayOn; extern(C) void function(void* jarg1) vtkHierarchicalGraphView_ColorGraphEdgesByArrayOff; extern(C) void function(void* jarg1, double jarg2) vtkHierarchicalGraphView_SetBundlingStrength; extern(C) double function(void* jarg1) vtkHierarchicalGraphView_GetBundlingStrength; extern(C) void function(void* jarg1, uint jarg2) vtkHierarchicalGraphView_SetGraphVisibility; extern(C) uint function(void* jarg1) vtkHierarchicalGraphView_GetGraphVisibility; extern(C) void function(void* jarg1) vtkHierarchicalGraphView_GraphVisibilityOn; extern(C) void function(void* jarg1) vtkHierarchicalGraphView_GraphVisibilityOff; extern(C) void function(void* jarg1, int jarg2) vtkHierarchicalGraphView_SetGraphEdgeLabelFontSize; extern(C) int function(void* jarg1) vtkHierarchicalGraphView_GetGraphEdgeLabelFontSize; extern(C) void* function(void* objectRef) vtkHierarchicalGraphView_Upcast; extern(C) int function() VTK_SCALAR_MODE_DEFAULT_get; extern(C) int function() VTK_SCALAR_MODE_USE_POINT_DATA_get; extern(C) int function() VTK_SCALAR_MODE_USE_CELL_DATA_get; extern(C) int function() VTK_SCALAR_MODE_USE_POINT_FIELD_DATA_get; extern(C) int function() VTK_SCALAR_MODE_USE_CELL_FIELD_DATA_get; extern(C) int function() VTK_SCALAR_MODE_USE_FIELD_DATA_get; extern(C) int function() VTK_GET_ARRAY_BY_ID_get; extern(C) int function() VTK_GET_ARRAY_BY_NAME_get; extern(C) int function(const(char)* jarg1) vtkAbstractMapper_IsTypeOf; extern(C) void* function(void* jarg1) vtkAbstractMapper_SafeDownCast; extern(C) void* function(void* jarg1) vtkAbstractMapper_NewInstance; extern(C) void function(void* jarg1, void* jarg2) vtkAbstractMapper_ReleaseGraphicsResources; extern(C) double function(void* jarg1) vtkAbstractMapper_GetTimeToDraw; extern(C) void function(void* jarg1, void* jarg2) vtkAbstractMapper_AddClippingPlane; extern(C) void function(void* jarg1, void* jarg2) vtkAbstractMapper_RemoveClippingPlane; extern(C) void function(void* jarg1) vtkAbstractMapper_RemoveAllClippingPlanes; extern(C) void function(void* jarg1, void* jarg2) vtkAbstractMapper_SetClippingPlanes__SWIG_0; extern(C) void* function(void* jarg1) vtkAbstractMapper_GetClippingPlanes; extern(C) void function(void* jarg1, void* jarg2) vtkAbstractMapper_SetClippingPlanes__SWIG_1; extern(C) void function(void* jarg1, void* jarg2) vtkAbstractMapper_ShallowCopy; extern(C) void* function(void* jarg1, int jarg2, int jarg3, int jarg4, const(char)* jarg5, void* jarg6) vtkAbstractMapper_GetScalars; extern(C) void* function(void* objectRef) vtkAbstractMapper_Upcast; extern(C) int function(const(char)* jarg1) vtkAbstractMapper3D_IsTypeOf; extern(C) void* function(void* jarg1) vtkAbstractMapper3D_SafeDownCast; extern(C) void* function(void* jarg1) vtkAbstractMapper3D_NewInstance; extern(C) void* function(void* jarg1) vtkAbstractMapper3D_GetBounds__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkAbstractMapper3D_GetBounds__SWIG_1; extern(C) void* function(void* jarg1) vtkAbstractMapper3D_GetCenter__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkAbstractMapper3D_GetCenter__SWIG_1; extern(C) double function(void* jarg1) vtkAbstractMapper3D_GetLength; extern(C) int function(void* jarg1) vtkAbstractMapper3D_IsARayCastMapper; extern(C) int function(void* jarg1) vtkAbstractMapper3D_IsARenderIntoImageMapper; extern(C) void function(void* jarg1, void* jarg2, int jarg3, void* jarg4) vtkAbstractMapper3D_GetClippingPlaneInDataCoords; extern(C) int function(void* jarg1) vtkAbstractMapper3D_GetNumberOfClippingPlanes; extern(C) void* function(void* objectRef) vtkAbstractMapper3D_Upcast; extern(C) int function(const(char)* jarg1) vtkAbstractVolumeMapper_IsTypeOf; extern(C) void* function(void* jarg1) vtkAbstractVolumeMapper_SafeDownCast; extern(C) void* function(void* jarg1) vtkAbstractVolumeMapper_NewInstance; extern(C) void* function(void* jarg1) vtkAbstractVolumeMapper_GetDataSetInput; extern(C) void* function(void* jarg1) vtkAbstractVolumeMapper_GetDataObjectInput; extern(C) void* function(void* jarg1) vtkAbstractVolumeMapper_GetBounds__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkAbstractVolumeMapper_GetBounds__SWIG_1; extern(C) void function(void* jarg1, int jarg2) vtkAbstractVolumeMapper_SetScalarMode; extern(C) int function(void* jarg1) vtkAbstractVolumeMapper_GetScalarMode; extern(C) void function(void* jarg1) vtkAbstractVolumeMapper_SetScalarModeToDefault; extern(C) void function(void* jarg1) vtkAbstractVolumeMapper_SetScalarModeToUsePointData; extern(C) void function(void* jarg1) vtkAbstractVolumeMapper_SetScalarModeToUseCellData; extern(C) void function(void* jarg1) vtkAbstractVolumeMapper_SetScalarModeToUsePointFieldData; extern(C) void function(void* jarg1) vtkAbstractVolumeMapper_SetScalarModeToUseCellFieldData; extern(C) void function(void* jarg1, int jarg2) vtkAbstractVolumeMapper_SelectScalarArray__SWIG_0; extern(C) void function(void* jarg1, const(char)* jarg2) vtkAbstractVolumeMapper_SelectScalarArray__SWIG_1; extern(C) const(char)* function(void* jarg1) vtkAbstractVolumeMapper_GetArrayName; extern(C) int function(void* jarg1) vtkAbstractVolumeMapper_GetArrayId; extern(C) int function(void* jarg1) vtkAbstractVolumeMapper_GetArrayAccessMode; extern(C) const(char)* function(void* jarg1) vtkAbstractVolumeMapper_GetScalarModeAsString; extern(C) void* function(void* objectRef) vtkAbstractVolumeMapper_Upcast; extern(C) int function(const(char)* jarg1) vtkUnstructuredGridVolumeMapper_IsTypeOf; extern(C) void* function(void* jarg1) vtkUnstructuredGridVolumeMapper_SafeDownCast; extern(C) void* function(void* jarg1) vtkUnstructuredGridVolumeMapper_NewInstance; extern(C) void function(void* jarg1, void* jarg2) vtkUnstructuredGridVolumeMapper_SetInputData__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkUnstructuredGridVolumeMapper_SetInputData__SWIG_1; extern(C) void* function(void* jarg1) vtkUnstructuredGridVolumeMapper_GetInput; extern(C) void function(void* jarg1, int jarg2) vtkUnstructuredGridVolumeMapper_SetBlendMode; extern(C) void function(void* jarg1) vtkUnstructuredGridVolumeMapper_SetBlendModeToComposite; extern(C) void function(void* jarg1) vtkUnstructuredGridVolumeMapper_SetBlendModeToMaximumIntensity; extern(C) int function(void* jarg1) vtkUnstructuredGridVolumeMapper_GetBlendMode; extern(C) void* function(void* objectRef) vtkUnstructuredGridVolumeMapper_Upcast; extern(C) int function(const(char)* jarg1) vtkUnstructuredGridVolumeZSweepMapper_IsTypeOf; extern(C) void* function(void* jarg1) vtkUnstructuredGridVolumeZSweepMapper_SafeDownCast; extern(C) void* function(void* jarg1) vtkUnstructuredGridVolumeZSweepMapper_NewInstance; extern(C) void* function() vtkUnstructuredGridVolumeZSweepMapper_New; extern(C) void function(void* jarg1, float jarg2) vtkUnstructuredGridVolumeZSweepMapper_SetImageSampleDistance; extern(C) float function(void* jarg1) vtkUnstructuredGridVolumeZSweepMapper_GetImageSampleDistanceMinValue; extern(C) float function(void* jarg1) vtkUnstructuredGridVolumeZSweepMapper_GetImageSampleDistanceMaxValue; extern(C) float function(void* jarg1) vtkUnstructuredGridVolumeZSweepMapper_GetImageSampleDistance; extern(C) void function(void* jarg1, float jarg2) vtkUnstructuredGridVolumeZSweepMapper_SetMinimumImageSampleDistance; extern(C) float function(void* jarg1) vtkUnstructuredGridVolumeZSweepMapper_GetMinimumImageSampleDistanceMinValue; extern(C) float function(void* jarg1) vtkUnstructuredGridVolumeZSweepMapper_GetMinimumImageSampleDistanceMaxValue; extern(C) float function(void* jarg1) vtkUnstructuredGridVolumeZSweepMapper_GetMinimumImageSampleDistance; extern(C) void function(void* jarg1, float jarg2) vtkUnstructuredGridVolumeZSweepMapper_SetMaximumImageSampleDistance; extern(C) float function(void* jarg1) vtkUnstructuredGridVolumeZSweepMapper_GetMaximumImageSampleDistanceMinValue; extern(C) float function(void* jarg1) vtkUnstructuredGridVolumeZSweepMapper_GetMaximumImageSampleDistanceMaxValue; extern(C) float function(void* jarg1) vtkUnstructuredGridVolumeZSweepMapper_GetMaximumImageSampleDistance; extern(C) void function(void* jarg1, int jarg2) vtkUnstructuredGridVolumeZSweepMapper_SetAutoAdjustSampleDistances; extern(C) int function(void* jarg1) vtkUnstructuredGridVolumeZSweepMapper_GetAutoAdjustSampleDistancesMinValue; extern(C) int function(void* jarg1) vtkUnstructuredGridVolumeZSweepMapper_GetAutoAdjustSampleDistancesMaxValue; extern(C) int function(void* jarg1) vtkUnstructuredGridVolumeZSweepMapper_GetAutoAdjustSampleDistances; extern(C) void function(void* jarg1) vtkUnstructuredGridVolumeZSweepMapper_AutoAdjustSampleDistancesOn; extern(C) void function(void* jarg1) vtkUnstructuredGridVolumeZSweepMapper_AutoAdjustSampleDistancesOff; extern(C) void function(void* jarg1, int jarg2) vtkUnstructuredGridVolumeZSweepMapper_SetIntermixIntersectingGeometry; extern(C) int function(void* jarg1) vtkUnstructuredGridVolumeZSweepMapper_GetIntermixIntersectingGeometryMinValue; extern(C) int function(void* jarg1) vtkUnstructuredGridVolumeZSweepMapper_GetIntermixIntersectingGeometryMaxValue; extern(C) int function(void* jarg1) vtkUnstructuredGridVolumeZSweepMapper_GetIntermixIntersectingGeometry; extern(C) void function(void* jarg1) vtkUnstructuredGridVolumeZSweepMapper_IntermixIntersectingGeometryOn; extern(C) void function(void* jarg1) vtkUnstructuredGridVolumeZSweepMapper_IntermixIntersectingGeometryOff; extern(C) int function(void* jarg1) vtkUnstructuredGridVolumeZSweepMapper_GetMaxPixelListSize; extern(C) void function(void* jarg1, int jarg2) vtkUnstructuredGridVolumeZSweepMapper_SetMaxPixelListSize; extern(C) void function(void* jarg1, void* jarg2) vtkUnstructuredGridVolumeZSweepMapper_SetRayIntegrator; extern(C) void* function(void* jarg1) vtkUnstructuredGridVolumeZSweepMapper_GetRayIntegrator; extern(C) void* function(void* objectRef) vtkUnstructuredGridVolumeZSweepMapper_Upcast; extern(C) int function(const(char)* jarg1) vtkProjectedAAHexahedraMapper_IsTypeOf; extern(C) void* function(void* jarg1) vtkProjectedAAHexahedraMapper_SafeDownCast; extern(C) void* function(void* jarg1) vtkProjectedAAHexahedraMapper_NewInstance; extern(C) void* function() vtkProjectedAAHexahedraMapper_New; extern(C) void function(void* jarg1, void* jarg2) vtkProjectedAAHexahedraMapper_SetVisibilitySort; extern(C) void* function(void* jarg1) vtkProjectedAAHexahedraMapper_GetVisibilitySort; extern(C) uint function(void* jarg1, void* jarg2) vtkProjectedAAHexahedraMapper_IsRenderSupported; extern(C) void* function(void* objectRef) vtkProjectedAAHexahedraMapper_Upcast; extern(C) int function() VTK_UNCHANGED_get; extern(C) int function() VTK_SINGLE_POINT_get; extern(C) int function() VTK_X_LINE_get; extern(C) int function() VTK_Y_LINE_get; extern(C) int function() VTK_Z_LINE_get; extern(C) int function() VTK_XY_PLANE_get; extern(C) int function() VTK_YZ_PLANE_get; extern(C) int function() VTK_XZ_PLANE_get; extern(C) int function() VTK_XYZ_GRID_get; extern(C) int function() VTK_EMPTY_get; extern(C) int function(const(char)* jarg1) vtkStructuredData_IsTypeOf; extern(C) void* function(void* jarg1) vtkStructuredData_SafeDownCast; extern(C) void* function(void* jarg1) vtkStructuredData_NewInstance; extern(C) int function(void* jarg1, void* jarg2) vtkStructuredData_SetDimensions; extern(C) int function(void* jarg1, void* jarg2) vtkStructuredData_SetExtent; extern(C) int function(void* jarg1) vtkStructuredData_GetDataDescription; extern(C) int function(void* jarg1) vtkStructuredData_GetDataDescriptionFromExtent; extern(C) int function(int jarg1) vtkStructuredData_GetDataDimension__SWIG_0; extern(C) int function(void* jarg1) vtkStructuredData_GetDataDimension__SWIG_1; extern(C) int function(void* jarg1, int jarg2) vtkStructuredData_GetNumberOfNodes__SWIG_0; extern(C) int function(void* jarg1) vtkStructuredData_GetNumberOfNodes__SWIG_1; extern(C) int function(void* jarg1, int jarg2) vtkStructuredData_GetNumberOfCells__SWIG_0; extern(C) int function(void* jarg1) vtkStructuredData_GetNumberOfCells__SWIG_1; extern(C) void function(void* jarg1, void* jarg2, int jarg3) vtkStructuredData_GetCellExtentFromNodeExtent__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkStructuredData_GetCellExtentFromNodeExtent__SWIG_1; extern(C) void function(void* jarg1, void* jarg2, int jarg3) vtkStructuredData_GetDimensionsFromExtent__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkStructuredData_GetDimensionsFromExtent__SWIG_1; extern(C) void function(void* jarg1, void* jarg2, int jarg3) vtkStructuredData_GetCellDimensionsFromExtent__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkStructuredData_GetCellDimensionsFromExtent__SWIG_1; extern(C) void function(void* jarg1, void* jarg2) vtkStructuredData_GetCellDimensionsFromNodeDimensions; extern(C) void function(void* jarg1, void* jarg2, void* jarg3, int jarg4) vtkStructuredData_GetLocalStructuredCoordinates__SWIG_0; extern(C) void function(void* jarg1, void* jarg2, void* jarg3) vtkStructuredData_GetLocalStructuredCoordinates__SWIG_1; extern(C) void function(void* jarg1, void* jarg2, void* jarg3, int jarg4) vtkStructuredData_GetGlobalStructuredCoordinates__SWIG_0; extern(C) void function(void* jarg1, void* jarg2, void* jarg3) vtkStructuredData_GetGlobalStructuredCoordinates__SWIG_1; extern(C) void function(long jarg1, void* jarg2, int jarg3, void* jarg4) vtkStructuredData_GetCellPoints; extern(C) void function(long jarg1, void* jarg2, void* jarg3) vtkStructuredData_GetPointCells; extern(C) void function(long jarg1, void* jarg2, void* jarg3, void* jarg4) vtkStructuredData_GetCellNeighbors; extern(C) long function(void* jarg1, void* jarg2, int jarg3) vtkStructuredData_ComputePointIdForExtent__SWIG_0; extern(C) long function(void* jarg1, void* jarg2) vtkStructuredData_ComputePointIdForExtent__SWIG_1; extern(C) long function(void* jarg1, void* jarg2, int jarg3) vtkStructuredData_ComputeCellIdForExtent__SWIG_0; extern(C) long function(void* jarg1, void* jarg2) vtkStructuredData_ComputeCellIdForExtent__SWIG_1; extern(C) long function(void* jarg1, void* jarg2, int jarg3) vtkStructuredData_ComputePointId__SWIG_0; extern(C) long function(void* jarg1, void* jarg2) vtkStructuredData_ComputePointId__SWIG_1; extern(C) long function(void* jarg1, void* jarg2, int jarg3) vtkStructuredData_ComputeCellId__SWIG_0; extern(C) long function(void* jarg1, void* jarg2) vtkStructuredData_ComputeCellId__SWIG_1; extern(C) void function(long jarg1, void* jarg2, void* jarg3, int jarg4) vtkStructuredData_ComputeCellStructuredCoordsForExtent__SWIG_0; extern(C) void function(long jarg1, void* jarg2, void* jarg3) vtkStructuredData_ComputeCellStructuredCoordsForExtent__SWIG_1; extern(C) void function(long jarg1, void* jarg2, void* jarg3, int jarg4) vtkStructuredData_ComputeCellStructuredCoords__SWIG_0; extern(C) void function(long jarg1, void* jarg2, void* jarg3) vtkStructuredData_ComputeCellStructuredCoords__SWIG_1; extern(C) void function(long jarg1, void* jarg2, void* jarg3, int jarg4) vtkStructuredData_ComputePointStructuredCoordsForExtent__SWIG_0; extern(C) void function(long jarg1, void* jarg2, void* jarg3) vtkStructuredData_ComputePointStructuredCoordsForExtent__SWIG_1; extern(C) void function(long jarg1, void* jarg2, void* jarg3, int jarg4) vtkStructuredData_ComputePointStructuredCoords__SWIG_0; extern(C) void function(long jarg1, void* jarg2, void* jarg3) vtkStructuredData_ComputePointStructuredCoords__SWIG_1; extern(C) void* function(void* objectRef) vtkStructuredData_Upcast; extern(C) void* function() vtkImageData_New; extern(C) int function(const(char)* jarg1) vtkImageData_IsTypeOf; extern(C) void* function(void* jarg1) vtkImageData_SafeDownCast; extern(C) void* function(void* jarg1) vtkImageData_NewInstance; extern(C) void* function(void* jarg1, long jarg2) vtkImageData_GetPoint__SWIG_0; extern(C) void function(void* jarg1, long jarg2, void* jarg3) vtkImageData_GetPoint__SWIG_1; extern(C) void* function(void* jarg1, long jarg2) vtkImageData_GetCell__SWIG_0; extern(C) void function(void* jarg1, long jarg2, void* jarg3) vtkImageData_GetCell__SWIG_1; extern(C) long function(void* jarg1, double jarg2, double jarg3, double jarg4) vtkImageData_FindPoint__SWIG_0; extern(C) long function(void* jarg1, void* jarg2) vtkImageData_FindPoint__SWIG_1; extern(C) long function(void* jarg1, void* jarg2, void* jarg3, long jarg4, double jarg5, void* jarg6, void* jarg7, void* jarg8) vtkImageData_FindCell__SWIG_0; extern(C) long function(void* jarg1, void* jarg2, void* jarg3, void* jarg4, long jarg5, double jarg6, void* jarg7, void* jarg8, void* jarg9) vtkImageData_FindCell__SWIG_1; extern(C) void function(void* jarg1, int jarg2, int jarg3, int jarg4) vtkImageData_SetDimensions__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkImageData_SetDimensions__SWIG_1; extern(C) void* function(void* jarg1) vtkImageData_GetDimensions__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkImageData_GetDimensions__SWIG_1; extern(C) int function(void* jarg1, void* jarg2, void* jarg3, void* jarg4) vtkImageData_ComputeStructuredCoordinates__SWIG_0; extern(C) int function(void* jarg1, void* jarg2, void* jarg3, void* jarg4, void* jarg5, void* jarg6, void* jarg7) vtkImageData_ComputeStructuredCoordinates__SWIG_1; extern(C) void function(void* jarg1, int jarg2, int jarg3, int jarg4, void* jarg5, void* jarg6) vtkImageData_GetVoxelGradient; extern(C) void function(void* jarg1, int jarg2, int jarg3, int jarg4, void* jarg5, void* jarg6) vtkImageData_GetPointGradient; extern(C) int function(void* jarg1) vtkImageData_GetDataDimension; extern(C) long function(void* jarg1, void* jarg2) vtkImageData_ComputePointId; extern(C) long function(void* jarg1, void* jarg2) vtkImageData_ComputeCellId; extern(C) void function(void* jarg1, int jarg2, int jarg3, int jarg4, void* jarg5, void* jarg6) vtkImageData_SetAxisUpdateExtent; extern(C) void function(void* jarg1, int jarg2, void* jarg3, void* jarg4, void* jarg5) vtkImageData_GetAxisUpdateExtent; extern(C) void function(void* jarg1, void* jarg2) vtkImageData_SetExtent__SWIG_0; extern(C) void function(void* jarg1, int jarg2, int jarg3, int jarg4, int jarg5, int jarg6, int jarg7) vtkImageData_SetExtent__SWIG_1; extern(C) void* function(void* jarg1) vtkImageData_GetExtent__SWIG_0; extern(C) void function(void* jarg1, void* jarg2, void* jarg3, void* jarg4, void* jarg5, void* jarg6, void* jarg7) vtkImageData_GetExtent__SWIG_1; extern(C) void function(void* jarg1, void* jarg2) vtkImageData_GetExtent__SWIG_2; extern(C) double function(void* jarg1, void* jarg2) vtkImageData_GetScalarTypeMin__SWIG_0; extern(C) double function(void* jarg1) vtkImageData_GetScalarTypeMin__SWIG_1; extern(C) double function(void* jarg1, void* jarg2) vtkImageData_GetScalarTypeMax__SWIG_0; extern(C) double function(void* jarg1) vtkImageData_GetScalarTypeMax__SWIG_1; extern(C) int function(void* jarg1, void* jarg2) vtkImageData_GetScalarSize__SWIG_0; extern(C) int function(void* jarg1) vtkImageData_GetScalarSize__SWIG_1; extern(C) void* function(void* jarg1) vtkImageData_GetIncrements__SWIG_0; extern(C) void function(void* jarg1, void* jarg2, void* jarg3, void* jarg4) vtkImageData_GetIncrements__SWIG_1; extern(C) void function(void* jarg1, void* jarg2) vtkImageData_GetIncrements__SWIG_2; extern(C) void* function(void* jarg1, void* jarg2) vtkImageData_GetIncrements__SWIG_3; extern(C) void function(void* jarg1, void* jarg2, void* jarg3, void* jarg4, void* jarg5) vtkImageData_GetIncrements__SWIG_4; extern(C) void function(void* jarg1, void* jarg2, void* jarg3) vtkImageData_GetIncrements__SWIG_5; extern(C) void function(void* jarg1, void* jarg2, void* jarg3, void* jarg4, void* jarg5) vtkImageData_GetContinuousIncrements__SWIG_0; extern(C) void function(void* jarg1, void* jarg2, void* jarg3, void* jarg4, void* jarg5, void* jarg6) vtkImageData_GetContinuousIncrements__SWIG_1; extern(C) void* function(void* jarg1, void* jarg2) vtkImageData_GetScalarPointerForExtent; extern(C) void* function(void* jarg1, void* jarg2) vtkImageData_GetScalarPointer__SWIG_0; extern(C) void* function(void* jarg1, int jarg2, int jarg3, int jarg4) vtkImageData_GetScalarPointer__SWIG_1; extern(C) void* function(void* jarg1) vtkImageData_GetScalarPointer__SWIG_2; extern(C) float function(void* jarg1, int jarg2, int jarg3, int jarg4, int jarg5) vtkImageData_GetScalarComponentAsFloat; extern(C) void function(void* jarg1, int jarg2, int jarg3, int jarg4, int jarg5, float jarg6) vtkImageData_SetScalarComponentFromFloat; extern(C) double function(void* jarg1, int jarg2, int jarg3, int jarg4, int jarg5) vtkImageData_GetScalarComponentAsDouble; extern(C) void function(void* jarg1, int jarg2, int jarg3, int jarg4, int jarg5, double jarg6) vtkImageData_SetScalarComponentFromDouble; extern(C) void function(void* jarg1, int jarg2, int jarg3) vtkImageData_AllocateScalars__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkImageData_AllocateScalars__SWIG_1; extern(C) void function(void* jarg1, void* jarg2, void* jarg3) vtkImageData_CopyAndCastFrom__SWIG_0; extern(C) void function(void* jarg1, void* jarg2, int jarg3, int jarg4, int jarg5, int jarg6, int jarg7, int jarg8) vtkImageData_CopyAndCastFrom__SWIG_1; extern(C) void function(void* jarg1, double jarg2, double jarg3, double jarg4) vtkImageData_SetSpacing__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkImageData_SetSpacing__SWIG_1; extern(C) void* function(void* jarg1) vtkImageData_GetSpacing__SWIG_0; extern(C) void function(void* jarg1, void* jarg2, void* jarg3, void* jarg4) vtkImageData_GetSpacing__SWIG_1; extern(C) void function(void* jarg1, void* jarg2) vtkImageData_GetSpacing__SWIG_2; extern(C) void function(void* jarg1, double jarg2, double jarg3, double jarg4) vtkImageData_SetOrigin__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkImageData_SetOrigin__SWIG_1; extern(C) void* function(void* jarg1) vtkImageData_GetOrigin__SWIG_0; extern(C) void function(void* jarg1, void* jarg2, void* jarg3, void* jarg4) vtkImageData_GetOrigin__SWIG_1; extern(C) void function(void* jarg1, void* jarg2) vtkImageData_GetOrigin__SWIG_2; extern(C) void function(int jarg1, void* jarg2) vtkImageData_SetScalarType; extern(C) int function(void* jarg1) vtkImageData_GetScalarType__SWIG_0; extern(C) uint function(void* jarg1) vtkImageData_HasScalarType; extern(C) int function(void* jarg1) vtkImageData_GetScalarType__SWIG_1; extern(C) const(char)* function(void* jarg1) vtkImageData_GetScalarTypeAsString; extern(C) void function(int jarg1, void* jarg2) vtkImageData_SetNumberOfScalarComponents; extern(C) int function(void* jarg1) vtkImageData_GetNumberOfScalarComponents__SWIG_0; extern(C) uint function(void* jarg1) vtkImageData_HasNumberOfScalarComponents; extern(C) int function(void* jarg1) vtkImageData_GetNumberOfScalarComponents__SWIG_1; extern(C) void* function(void* jarg1, void* jarg2, void* jarg3) vtkImageData_GetArrayPointerForExtent; extern(C) void* function(void* jarg1, void* jarg2, void* jarg3) vtkImageData_GetArrayPointer; extern(C) void function(void* jarg1, void* jarg2, void* jarg3) vtkImageData_GetArrayIncrements; extern(C) void function(void* jarg1, void* jarg2, void* jarg3, void* jarg4) vtkImageData_ComputeInternalExtent; extern(C) void* function(void* objectRef) vtkImageData_Upcast; extern(C) void* function() vtkTransformToGrid_New; extern(C) int function(const(char)* jarg1) vtkTransformToGrid_IsTypeOf; extern(C) void* function(void* jarg1) vtkTransformToGrid_SafeDownCast; extern(C) void* function(void* jarg1) vtkTransformToGrid_NewInstance; extern(C) void function(void* jarg1, void* jarg2) vtkTransformToGrid_SetInput; extern(C) void* function(void* jarg1) vtkTransformToGrid_GetInput; extern(C) void function(void* jarg1, int jarg2, int jarg3, int jarg4, int jarg5, int jarg6, int jarg7) vtkTransformToGrid_SetGridExtent__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkTransformToGrid_SetGridExtent__SWIG_1; extern(C) void* function(void* jarg1) vtkTransformToGrid_GetGridExtent__SWIG_0; extern(C) void function(void* jarg1, void* jarg2, void* jarg3, void* jarg4, void* jarg5, void* jarg6, void* jarg7) vtkTransformToGrid_GetGridExtent__SWIG_1; extern(C) void function(void* jarg1, void* jarg2) vtkTransformToGrid_GetGridExtent__SWIG_2; extern(C) void function(void* jarg1, double jarg2, double jarg3, double jarg4) vtkTransformToGrid_SetGridOrigin__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkTransformToGrid_SetGridOrigin__SWIG_1; extern(C) void* function(void* jarg1) vtkTransformToGrid_GetGridOrigin__SWIG_0; extern(C) void function(void* jarg1, void* jarg2, void* jarg3, void* jarg4) vtkTransformToGrid_GetGridOrigin__SWIG_1; extern(C) void function(void* jarg1, void* jarg2) vtkTransformToGrid_GetGridOrigin__SWIG_2; extern(C) void function(void* jarg1, double jarg2, double jarg3, double jarg4) vtkTransformToGrid_SetGridSpacing__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkTransformToGrid_SetGridSpacing__SWIG_1; extern(C) void* function(void* jarg1) vtkTransformToGrid_GetGridSpacing__SWIG_0; extern(C) void function(void* jarg1, void* jarg2, void* jarg3, void* jarg4) vtkTransformToGrid_GetGridSpacing__SWIG_1; extern(C) void function(void* jarg1, void* jarg2) vtkTransformToGrid_GetGridSpacing__SWIG_2; extern(C) void function(void* jarg1, int jarg2) vtkTransformToGrid_SetGridScalarType; extern(C) int function(void* jarg1) vtkTransformToGrid_GetGridScalarType; extern(C) void function(void* jarg1) vtkTransformToGrid_SetGridScalarTypeToDouble; extern(C) void function(void* jarg1) vtkTransformToGrid_SetGridScalarTypeToFloat; extern(C) void function(void* jarg1) vtkTransformToGrid_SetGridScalarTypeToShort; extern(C) void function(void* jarg1) vtkTransformToGrid_SetGridScalarTypeToUnsignedShort; extern(C) void function(void* jarg1) vtkTransformToGrid_SetGridScalarTypeToUnsignedChar; extern(C) void function(void* jarg1) vtkTransformToGrid_SetGridScalarTypeToChar; extern(C) double function(void* jarg1) vtkTransformToGrid_GetDisplacementScale; extern(C) double function(void* jarg1) vtkTransformToGrid_GetDisplacementShift; extern(C) void* function(void* jarg1) vtkTransformToGrid_GetOutput; extern(C) void* function(void* objectRef) vtkTransformToGrid_Upcast; extern(C) int function(const(char)* jarg1) vtkScalarsToColors_IsTypeOf; extern(C) void* function(void* jarg1) vtkScalarsToColors_SafeDownCast; extern(C) void* function(void* jarg1) vtkScalarsToColors_NewInstance; extern(C) void* function() vtkScalarsToColors_New; extern(C) int function(void* jarg1) vtkScalarsToColors_IsOpaque; extern(C) void function(void* jarg1) vtkScalarsToColors_Build; extern(C) void* function(void* jarg1) vtkScalarsToColors_GetRange; extern(C) void function(void* jarg1, double jarg2, double jarg3) vtkScalarsToColors_SetRange__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkScalarsToColors_SetRange__SWIG_1; extern(C) void* function(void* jarg1, double jarg2) vtkScalarsToColors_MapValue; extern(C) void function(void* jarg1, double jarg2, void* jarg3) vtkScalarsToColors_GetColor__SWIG_0; extern(C) void* function(void* jarg1, double jarg2) vtkScalarsToColors_GetColor__SWIG_1; extern(C) double function(void* jarg1, double jarg2) vtkScalarsToColors_GetOpacity; extern(C) double function(void* jarg1, double jarg2) vtkScalarsToColors_GetLuminance; extern(C) void function(void* jarg1, double jarg2) vtkScalarsToColors_SetAlpha; extern(C) double function(void* jarg1) vtkScalarsToColors_GetAlpha; extern(C) void* function(void* jarg1, void* jarg2, int jarg3, int jarg4) vtkScalarsToColors_MapScalars; extern(C) void function(void* jarg1, int jarg2) vtkScalarsToColors_SetVectorMode; extern(C) int function(void* jarg1) vtkScalarsToColors_GetVectorMode; extern(C) void function(void* jarg1) vtkScalarsToColors_SetVectorModeToMagnitude; extern(C) void function(void* jarg1) vtkScalarsToColors_SetVectorModeToComponent; extern(C) void function(void* jarg1) vtkScalarsToColors_SetVectorModeToRGBColors; extern(C) void function(void* jarg1, int jarg2) vtkScalarsToColors_SetVectorComponent; extern(C) int function(void* jarg1) vtkScalarsToColors_GetVectorComponent; extern(C) void function(void* jarg1, int jarg2) vtkScalarsToColors_SetVectorSize; extern(C) int function(void* jarg1) vtkScalarsToColors_GetVectorSize; extern(C) void function(void* jarg1, void* jarg2, void* jarg3, int jarg4, int jarg5, int jarg6, int jarg7, int jarg8, int jarg9) vtkScalarsToColors_MapVectorsThroughTable__SWIG_0; extern(C) void function(void* jarg1, void* jarg2, void* jarg3, int jarg4, int jarg5, int jarg6, int jarg7) vtkScalarsToColors_MapVectorsThroughTable__SWIG_1; extern(C) void function(void* jarg1, void* jarg2, void* jarg3, int jarg4) vtkScalarsToColors_MapScalarsThroughTable__SWIG_0; extern(C) void function(void* jarg1, void* jarg2, void* jarg3) vtkScalarsToColors_MapScalarsThroughTable__SWIG_1; extern(C) void function(void* jarg1, void* jarg2, void* jarg3, int jarg4, int jarg5, int jarg6, int jarg7) vtkScalarsToColors_MapScalarsThroughTable__SWIG_2; extern(C) void function(void* jarg1, void* jarg2, void* jarg3, int jarg4, int jarg5, int jarg6, int jarg7) vtkScalarsToColors_MapScalarsThroughTable2; extern(C) void* function(void* jarg1, void* jarg2, int jarg3, int jarg4) vtkScalarsToColors_ConvertUnsignedCharToRGBA; extern(C) void function(void* jarg1, void* jarg2) vtkScalarsToColors_DeepCopy; extern(C) int function(void* jarg1) vtkScalarsToColors_UsingLogScale; extern(C) long function(void* jarg1) vtkScalarsToColors_GetNumberOfAvailableColors; extern(C) void function(void* jarg1, void* jarg2, void* jarg3) vtkScalarsToColors_SetAnnotations; extern(C) void* function(void* jarg1) vtkScalarsToColors_GetAnnotatedValues; extern(C) void* function(void* jarg1) vtkScalarsToColors_GetAnnotations; extern(C) long function(void* jarg1, void* jarg2, void* jarg3) vtkScalarsToColors_SetAnnotation__SWIG_0; extern(C) long function(void* jarg1, void* jarg2, void* jarg3) vtkScalarsToColors_SetAnnotation__SWIG_1; extern(C) long function(void* jarg1) vtkScalarsToColors_GetNumberOfAnnotatedValues; extern(C) void* function(void* jarg1, long jarg2) vtkScalarsToColors_GetAnnotatedValue; extern(C) void* function(void* jarg1, long jarg2) vtkScalarsToColors_GetAnnotation; extern(C) void function(void* jarg1, void* jarg2, void* jarg3) vtkScalarsToColors_GetAnnotationColor; extern(C) long function(void* jarg1, void* jarg2) vtkScalarsToColors_GetAnnotatedValueIndex; extern(C) long function(void* jarg1, void* jarg2) vtkScalarsToColors_GetAnnotatedValueIndexInternal; extern(C) void function(void* jarg1, long jarg2, void* jarg3) vtkScalarsToColors_GetIndexedColor; extern(C) uint function(void* jarg1, void* jarg2) vtkScalarsToColors_RemoveAnnotation; extern(C) void function(void* jarg1) vtkScalarsToColors_ResetAnnotations; extern(C) void function(void* jarg1, int jarg2) vtkScalarsToColors_SetIndexedLookup; extern(C) int function(void* jarg1) vtkScalarsToColors_GetIndexedLookup; extern(C) void function(void* jarg1) vtkScalarsToColors_IndexedLookupOn; extern(C) void function(void* jarg1) vtkScalarsToColors_IndexedLookupOff; extern(C) void* function(void* objectRef) vtkScalarsToColors_Upcast; extern(C) int function() VTK_RESOLVE_OFF_get; extern(C) int function() VTK_RESOLVE_POLYGON_OFFSET_get; extern(C) int function() VTK_RESOLVE_SHIFT_ZBUFFER_get; extern(C) int function() VTK_MATERIALMODE_DEFAULT_get; extern(C) int function() VTK_MATERIALMODE_AMBIENT_get; extern(C) int function() VTK_MATERIALMODE_DIFFUSE_get; extern(C) int function() VTK_MATERIALMODE_AMBIENT_AND_DIFFUSE_get; extern(C) int function(const(char)* jarg1) vtkMapper_IsTypeOf; extern(C) void* function(void* jarg1) vtkMapper_SafeDownCast; extern(C) void* function(void* jarg1) vtkMapper_NewInstance; extern(C) void function(void* jarg1, void* jarg2) vtkMapper_ShallowCopy; extern(C) void function(void* jarg1, void* jarg2, void* jarg3) vtkMapper_Render; extern(C) void function(void* jarg1, void* jarg2) vtkMapper_SetLookupTable; extern(C) void* function(void* jarg1) vtkMapper_GetLookupTable; extern(C) void function(void* jarg1) vtkMapper_CreateDefaultLookupTable; extern(C) void function(void* jarg1, int jarg2) vtkMapper_SetScalarVisibility; extern(C) int function(void* jarg1) vtkMapper_GetScalarVisibility; extern(C) void function(void* jarg1) vtkMapper_ScalarVisibilityOn; extern(C) void function(void* jarg1) vtkMapper_ScalarVisibilityOff; extern(C) void function(void* jarg1, int jarg2) vtkMapper_SetStatic; extern(C) int function(void* jarg1) vtkMapper_GetStatic; extern(C) void function(void* jarg1) vtkMapper_StaticOn; extern(C) void function(void* jarg1) vtkMapper_StaticOff; extern(C) void function(void* jarg1, int jarg2) vtkMapper_SetColorMode; extern(C) int function(void* jarg1) vtkMapper_GetColorMode; extern(C) void function(void* jarg1) vtkMapper_SetColorModeToDefault; extern(C) void function(void* jarg1) vtkMapper_SetColorModeToMapScalars; extern(C) const(char)* function(void* jarg1) vtkMapper_GetColorModeAsString; extern(C) void function(void* jarg1, int jarg2) vtkMapper_SetInterpolateScalarsBeforeMapping; extern(C) int function(void* jarg1) vtkMapper_GetInterpolateScalarsBeforeMapping; extern(C) void function(void* jarg1) vtkMapper_InterpolateScalarsBeforeMappingOn; extern(C) void function(void* jarg1) vtkMapper_InterpolateScalarsBeforeMappingOff; extern(C) void function(void* jarg1, int jarg2) vtkMapper_SetUseLookupTableScalarRange; extern(C) int function(void* jarg1) vtkMapper_GetUseLookupTableScalarRange; extern(C) void function(void* jarg1) vtkMapper_UseLookupTableScalarRangeOn; extern(C) void function(void* jarg1) vtkMapper_UseLookupTableScalarRangeOff; extern(C) void function(void* jarg1, double jarg2, double jarg3) vtkMapper_SetScalarRange__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkMapper_SetScalarRange__SWIG_1; extern(C) void* function(void* jarg1) vtkMapper_GetScalarRange__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkMapper_GetScalarRange__SWIG_1; extern(C) void function(void* jarg1, int jarg2) vtkMapper_SetImmediateModeRendering; extern(C) int function(void* jarg1) vtkMapper_GetImmediateModeRendering; extern(C) void function(void* jarg1) vtkMapper_ImmediateModeRenderingOn; extern(C) void function(void* jarg1) vtkMapper_ImmediateModeRenderingOff; extern(C) void function(int jarg1) vtkMapper_SetGlobalImmediateModeRendering; extern(C) void function() vtkMapper_GlobalImmediateModeRenderingOn; extern(C) void function() vtkMapper_GlobalImmediateModeRenderingOff; extern(C) int function() vtkMapper_GetGlobalImmediateModeRendering; extern(C) void function(void* jarg1, int jarg2) vtkMapper_SetScalarMode; extern(C) int function(void* jarg1) vtkMapper_GetScalarMode; extern(C) void function(void* jarg1) vtkMapper_SetScalarModeToDefault; extern(C) void function(void* jarg1) vtkMapper_SetScalarModeToUsePointData; extern(C) void function(void* jarg1) vtkMapper_SetScalarModeToUseCellData; extern(C) void function(void* jarg1) vtkMapper_SetScalarModeToUsePointFieldData; extern(C) void function(void* jarg1) vtkMapper_SetScalarModeToUseCellFieldData; extern(C) void function(void* jarg1) vtkMapper_SetScalarModeToUseFieldData; extern(C) void function(void* jarg1, int jarg2) vtkMapper_SelectColorArray__SWIG_0; extern(C) void function(void* jarg1, const(char)* jarg2) vtkMapper_SelectColorArray__SWIG_1; extern(C) void function(void* jarg1, int jarg2, int jarg3) vtkMapper_ColorByArrayComponent__SWIG_0; extern(C) void function(void* jarg1, const(char)* jarg2, int jarg3) vtkMapper_ColorByArrayComponent__SWIG_1; extern(C) const(char)* function(void* jarg1) vtkMapper_GetArrayName; extern(C) int function(void* jarg1) vtkMapper_GetArrayId; extern(C) int function(void* jarg1) vtkMapper_GetArrayAccessMode; extern(C) int function(void* jarg1) vtkMapper_GetArrayComponent; extern(C) const(char)* function(void* jarg1) vtkMapper_GetScalarModeAsString; extern(C) void function(int jarg1) vtkMapper_SetResolveCoincidentTopology; extern(C) int function() vtkMapper_GetResolveCoincidentTopology; extern(C) void function() vtkMapper_SetResolveCoincidentTopologyToDefault; extern(C) void function() vtkMapper_SetResolveCoincidentTopologyToOff; extern(C) void function() vtkMapper_SetResolveCoincidentTopologyToPolygonOffset; extern(C) void function() vtkMapper_SetResolveCoincidentTopologyToShiftZBuffer; extern(C) void function(double jarg1, double jarg2) vtkMapper_SetResolveCoincidentTopologyPolygonOffsetParameters; extern(C) void function(void* jarg1, void* jarg2) vtkMapper_GetResolveCoincidentTopologyPolygonOffsetParameters; extern(C) void function(int jarg1) vtkMapper_SetResolveCoincidentTopologyPolygonOffsetFaces; extern(C) int function() vtkMapper_GetResolveCoincidentTopologyPolygonOffsetFaces; extern(C) void function(double jarg1) vtkMapper_SetResolveCoincidentTopologyZShift; extern(C) double function() vtkMapper_GetResolveCoincidentTopologyZShift; extern(C) void* function(void* jarg1) vtkMapper_GetBounds__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkMapper_GetBounds__SWIG_1; extern(C) void function(void* jarg1, double jarg2) vtkMapper_SetRenderTime; extern(C) double function(void* jarg1) vtkMapper_GetRenderTime; extern(C) void* function(void* jarg1) vtkMapper_GetInputAsDataSet; extern(C) void* function(void* jarg1, double jarg2) vtkMapper_MapScalars; extern(C) void function(void* jarg1, int jarg2) vtkMapper_SetScalarMaterialMode; extern(C) int function(void* jarg1) vtkMapper_GetScalarMaterialMode; extern(C) void function(void* jarg1) vtkMapper_SetScalarMaterialModeToDefault; extern(C) void function(void* jarg1) vtkMapper_SetScalarMaterialModeToAmbient; extern(C) void function(void* jarg1) vtkMapper_SetScalarMaterialModeToDiffuse; extern(C) void function(void* jarg1) vtkMapper_SetScalarMaterialModeToAmbientAndDiffuse; extern(C) const(char)* function(void* jarg1) vtkMapper_GetScalarMaterialModeAsString; extern(C) uint function(void* jarg1) vtkMapper_GetIsOpaque; extern(C) uint function(void* jarg1) vtkMapper_GetSupportsSelection; extern(C) void* function(void* objectRef) vtkMapper_Upcast; extern(C) void* function() vtkCompositePolyDataMapper_New; extern(C) int function(const(char)* jarg1) vtkCompositePolyDataMapper_IsTypeOf; extern(C) void* function(void* jarg1) vtkCompositePolyDataMapper_SafeDownCast; extern(C) void* function(void* jarg1) vtkCompositePolyDataMapper_NewInstance; extern(C) void* function(void* jarg1) vtkCompositePolyDataMapper_GetBounds__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkCompositePolyDataMapper_GetBounds__SWIG_1; extern(C) void* function(void* objectRef) vtkCompositePolyDataMapper_Upcast; extern(C) void* function() vtkHierarchicalPolyDataMapper_New; extern(C) int function(const(char)* jarg1) vtkHierarchicalPolyDataMapper_IsTypeOf; extern(C) void* function(void* jarg1) vtkHierarchicalPolyDataMapper_SafeDownCast; extern(C) void* function(void* jarg1) vtkHierarchicalPolyDataMapper_NewInstance; extern(C) void* function(void* objectRef) vtkHierarchicalPolyDataMapper_Upcast; extern(C) int function(const(char)* jarg1) vtkAbstractContextItem_IsTypeOf; extern(C) void* function(void* jarg1) vtkAbstractContextItem_SafeDownCast; extern(C) void* function(void* jarg1) vtkAbstractContextItem_NewInstance; extern(C) void function(void* jarg1) vtkAbstractContextItem_Update; extern(C) uint function(void* jarg1, void* jarg2) vtkAbstractContextItem_Paint; extern(C) uint function(void* jarg1, void* jarg2) vtkAbstractContextItem_PaintChildren; extern(C) void function(void* jarg1) vtkAbstractContextItem_ReleaseGraphicsResources; extern(C) uint function(void* jarg1, void* jarg2) vtkAbstractContextItem_AddItem; extern(C) uint function(void* jarg1, void* jarg2) vtkAbstractContextItem_RemoveItem__SWIG_0; extern(C) uint function(void* jarg1, uint jarg2) vtkAbstractContextItem_RemoveItem__SWIG_1; extern(C) void* function(void* jarg1, uint jarg2) vtkAbstractContextItem_GetItem; extern(C) uint function(void* jarg1) vtkAbstractContextItem_GetNumberOfItems; extern(C) void function(void* jarg1) vtkAbstractContextItem_ClearItems; extern(C) void function(void* jarg1, void* jarg2) vtkAbstractContextItem_SetScene; extern(C) void* function(void* jarg1) vtkAbstractContextItem_GetScene; extern(C) void function(void* jarg1, void* jarg2) vtkAbstractContextItem_SetParent; extern(C) void* function(void* jarg1) vtkAbstractContextItem_GetParent; extern(C) void* function(void* jarg1, void* jarg2) vtkAbstractContextItem_MapToParent; extern(C) void* function(void* jarg1, void* jarg2) vtkAbstractContextItem_MapFromParent; extern(C) void* function(void* jarg1, void* jarg2) vtkAbstractContextItem_MapToScene; extern(C) void* function(void* jarg1, void* jarg2) vtkAbstractContextItem_MapFromScene; extern(C) uint function(void* jarg1) vtkAbstractContextItem_GetVisible; extern(C) void function(void* jarg1, uint jarg2) vtkAbstractContextItem_SetVisible; extern(C) uint function(void* jarg1) vtkAbstractContextItem_GetInteractive; extern(C) void function(void* jarg1, uint jarg2) vtkAbstractContextItem_SetInteractive; extern(C) void* function() new_vtkAbstractContextItem; extern(C) void function(void* jarg1) delete_vtkAbstractContextItem; extern(C) void* function(void* objectRef) vtkAbstractContextItem_Upcast; extern(C) int function(const(char)* jarg1) vtkContextItem_IsTypeOf; extern(C) void* function(void* jarg1) vtkContextItem_SafeDownCast; extern(C) void* function(void* jarg1) vtkContextItem_NewInstance; extern(C) double function(void* jarg1) vtkContextItem_GetOpacity; extern(C) void function(void* jarg1, double jarg2) vtkContextItem_SetOpacity; extern(C) void* function() new_vtkContextItem; extern(C) void function(void* jarg1) delete_vtkContextItem; extern(C) void* function(void* objectRef) vtkContextItem_Upcast; extern(C) void* function() new_vtkCharTuple1TN__SWIG_0; extern(C) void* function(char jarg1) new_vtkCharTuple1TN__SWIG_1; extern(C) void* function(const(char)* jarg1) new_vtkCharTuple1TN__SWIG_2; extern(C) int function(void* jarg1) vtkCharTuple1TN_GetSize; extern(C) const(char)* function(void* jarg1) vtkCharTuple1TN_GetData__SWIG_0; extern(C) void* function(void* jarg1, int jarg2) vtkCharTuple1TN_opIndex__SWIG_0; extern(C) char function(void* jarg1, int jarg2) vtkCharTuple1TN_opCall; extern(C) uint function(void* jarg1, void* jarg2, char jarg3) vtkCharTuple1TN_Compare; extern(C) void function(void* jarg1) delete_vtkCharTuple1TN; extern(C) void* function() new_vtkCharTuple2TN__SWIG_0; extern(C) void* function(char jarg1) new_vtkCharTuple2TN__SWIG_1; extern(C) void* function(const(char)* jarg1) new_vtkCharTuple2TN__SWIG_2; extern(C) int function(void* jarg1) vtkCharTuple2TN_GetSize; extern(C) const(char)* function(void* jarg1) vtkCharTuple2TN_GetData__SWIG_0; extern(C) void* function(void* jarg1, int jarg2) vtkCharTuple2TN_opIndex__SWIG_0; extern(C) char function(void* jarg1, int jarg2) vtkCharTuple2TN_opCall; extern(C) uint function(void* jarg1, void* jarg2, char jarg3) vtkCharTuple2TN_Compare; extern(C) void function(void* jarg1) delete_vtkCharTuple2TN; extern(C) void* function() new_vtkCharTuple3TN__SWIG_0; extern(C) void* function(char jarg1) new_vtkCharTuple3TN__SWIG_1; extern(C) void* function(const(char)* jarg1) new_vtkCharTuple3TN__SWIG_2; extern(C) int function(void* jarg1) vtkCharTuple3TN_GetSize; extern(C) const(char)* function(void* jarg1) vtkCharTuple3TN_GetData__SWIG_0; extern(C) void* function(void* jarg1, int jarg2) vtkCharTuple3TN_opIndex__SWIG_0; extern(C) char function(void* jarg1, int jarg2) vtkCharTuple3TN_opCall; extern(C) uint function(void* jarg1, void* jarg2, char jarg3) vtkCharTuple3TN_Compare; extern(C) void function(void* jarg1) delete_vtkCharTuple3TN; extern(C) void* function() new_vtkCharTuple4TN__SWIG_0; extern(C) void* function(char jarg1) new_vtkCharTuple4TN__SWIG_1; extern(C) void* function(const(char)* jarg1) new_vtkCharTuple4TN__SWIG_2; extern(C) int function(void* jarg1) vtkCharTuple4TN_GetSize; extern(C) const(char)* function(void* jarg1) vtkCharTuple4TN_GetData__SWIG_0; extern(C) void* function(void* jarg1, int jarg2) vtkCharTuple4TN_opIndex__SWIG_0; extern(C) char function(void* jarg1, int jarg2) vtkCharTuple4TN_opCall; extern(C) uint function(void* jarg1, void* jarg2, char jarg3) vtkCharTuple4TN_Compare; extern(C) void function(void* jarg1) delete_vtkCharTuple4TN; extern(C) void* function() new_vtkCharTuple5TN__SWIG_0; extern(C) void* function(char jarg1) new_vtkCharTuple5TN__SWIG_1; extern(C) void* function(const(char)* jarg1) new_vtkCharTuple5TN__SWIG_2; extern(C) int function(void* jarg1) vtkCharTuple5TN_GetSize; extern(C) const(char)* function(void* jarg1) vtkCharTuple5TN_GetData__SWIG_0; extern(C) void* function(void* jarg1, int jarg2) vtkCharTuple5TN_opIndex__SWIG_0; extern(C) char function(void* jarg1, int jarg2) vtkCharTuple5TN_opCall; extern(C) uint function(void* jarg1, void* jarg2, char jarg3) vtkCharTuple5TN_Compare; extern(C) void function(void* jarg1) delete_vtkCharTuple5TN; extern(C) void* function() new_vtkCharTuple6TN__SWIG_0; extern(C) void* function(char jarg1) new_vtkCharTuple6TN__SWIG_1; extern(C) void* function(const(char)* jarg1) new_vtkCharTuple6TN__SWIG_2; extern(C) int function(void* jarg1) vtkCharTuple6TN_GetSize; extern(C) const(char)* function(void* jarg1) vtkCharTuple6TN_GetData__SWIG_0; extern(C) void* function(void* jarg1, int jarg2) vtkCharTuple6TN_opIndex__SWIG_0; extern(C) char function(void* jarg1, int jarg2) vtkCharTuple6TN_opCall; extern(C) uint function(void* jarg1, void* jarg2, char jarg3) vtkCharTuple6TN_Compare; extern(C) void function(void* jarg1) delete_vtkCharTuple6TN; extern(C) void* function() new_vtkCharTuple7TN__SWIG_0; extern(C) void* function(char jarg1) new_vtkCharTuple7TN__SWIG_1; extern(C) void* function(const(char)* jarg1) new_vtkCharTuple7TN__SWIG_2; extern(C) int function(void* jarg1) vtkCharTuple7TN_GetSize; extern(C) const(char)* function(void* jarg1) vtkCharTuple7TN_GetData__SWIG_0; extern(C) void* function(void* jarg1, int jarg2) vtkCharTuple7TN_opIndex__SWIG_0; extern(C) char function(void* jarg1, int jarg2) vtkCharTuple7TN_opCall; extern(C) uint function(void* jarg1, void* jarg2, char jarg3) vtkCharTuple7TN_Compare; extern(C) void function(void* jarg1) delete_vtkCharTuple7TN; extern(C) void* function() new_vtkCharTuple8TN__SWIG_0; extern(C) void* function(char jarg1) new_vtkCharTuple8TN__SWIG_1; extern(C) void* function(const(char)* jarg1) new_vtkCharTuple8TN__SWIG_2; extern(C) int function(void* jarg1) vtkCharTuple8TN_GetSize; extern(C) const(char)* function(void* jarg1) vtkCharTuple8TN_GetData__SWIG_0; extern(C) void* function(void* jarg1, int jarg2) vtkCharTuple8TN_opIndex__SWIG_0; extern(C) char function(void* jarg1, int jarg2) vtkCharTuple8TN_opCall; extern(C) uint function(void* jarg1, void* jarg2, char jarg3) vtkCharTuple8TN_Compare; extern(C) void function(void* jarg1) delete_vtkCharTuple8TN; extern(C) void* function() new_vtkCharTuple9TN__SWIG_0; extern(C) void* function(char jarg1) new_vtkCharTuple9TN__SWIG_1; extern(C) void* function(const(char)* jarg1) new_vtkCharTuple9TN__SWIG_2; extern(C) int function(void* jarg1) vtkCharTuple9TN_GetSize; extern(C) const(char)* function(void* jarg1) vtkCharTuple9TN_GetData__SWIG_0; extern(C) void* function(void* jarg1, int jarg2) vtkCharTuple9TN_opIndex__SWIG_0; extern(C) char function(void* jarg1, int jarg2) vtkCharTuple9TN_opCall; extern(C) uint function(void* jarg1, void* jarg2, char jarg3) vtkCharTuple9TN_Compare; extern(C) void function(void* jarg1) delete_vtkCharTuple9TN; extern(C) void* function() new_vtkCharTuple10TN__SWIG_0; extern(C) void* function(char jarg1) new_vtkCharTuple10TN__SWIG_1; extern(C) void* function(const(char)* jarg1) new_vtkCharTuple10TN__SWIG_2; extern(C) int function(void* jarg1) vtkCharTuple10TN_GetSize; extern(C) const(char)* function(void* jarg1) vtkCharTuple10TN_GetData__SWIG_0; extern(C) void* function(void* jarg1, int jarg2) vtkCharTuple10TN_opIndex__SWIG_0; extern(C) char function(void* jarg1, int jarg2) vtkCharTuple10TN_opCall; extern(C) uint function(void* jarg1, void* jarg2, char jarg3) vtkCharTuple10TN_Compare; extern(C) void function(void* jarg1) delete_vtkCharTuple10TN; extern(C) void* function() new_vtkUnsignedCharTuple1TN__SWIG_0; extern(C) void* function(ubyte jarg1) new_vtkUnsignedCharTuple1TN__SWIG_1; extern(C) void* function(void* jarg1) new_vtkUnsignedCharTuple1TN__SWIG_2; extern(C) int function(void* jarg1) vtkUnsignedCharTuple1TN_GetSize; extern(C) void* function(void* jarg1) vtkUnsignedCharTuple1TN_GetData__SWIG_0; extern(C) void* function(void* jarg1, int jarg2) vtkUnsignedCharTuple1TN_opIndex__SWIG_0; extern(C) ubyte function(void* jarg1, int jarg2) vtkUnsignedCharTuple1TN_opCall; extern(C) uint function(void* jarg1, void* jarg2, ubyte jarg3) vtkUnsignedCharTuple1TN_Compare; extern(C) void function(void* jarg1) delete_vtkUnsignedCharTuple1TN; extern(C) void* function() new_vtkUnsignedCharTuple2TN__SWIG_0; extern(C) void* function(ubyte jarg1) new_vtkUnsignedCharTuple2TN__SWIG_1; extern(C) void* function(void* jarg1) new_vtkUnsignedCharTuple2TN__SWIG_2; extern(C) int function(void* jarg1) vtkUnsignedCharTuple2TN_GetSize; extern(C) void* function(void* jarg1) vtkUnsignedCharTuple2TN_GetData__SWIG_0; extern(C) void* function(void* jarg1, int jarg2) vtkUnsignedCharTuple2TN_opIndex__SWIG_0; extern(C) ubyte function(void* jarg1, int jarg2) vtkUnsignedCharTuple2TN_opCall; extern(C) uint function(void* jarg1, void* jarg2, ubyte jarg3) vtkUnsignedCharTuple2TN_Compare; extern(C) void function(void* jarg1) delete_vtkUnsignedCharTuple2TN; extern(C) void* function() new_vtkUnsignedCharTuple3TN__SWIG_0; extern(C) void* function(ubyte jarg1) new_vtkUnsignedCharTuple3TN__SWIG_1; extern(C) void* function(void* jarg1) new_vtkUnsignedCharTuple3TN__SWIG_2; extern(C) int function(void* jarg1) vtkUnsignedCharTuple3TN_GetSize; extern(C) void* function(void* jarg1) vtkUnsignedCharTuple3TN_GetData__SWIG_0; extern(C) void* function(void* jarg1, int jarg2) vtkUnsignedCharTuple3TN_opIndex__SWIG_0; extern(C) ubyte function(void* jarg1, int jarg2) vtkUnsignedCharTuple3TN_opCall; extern(C) uint function(void* jarg1, void* jarg2, ubyte jarg3) vtkUnsignedCharTuple3TN_Compare; extern(C) void function(void* jarg1) delete_vtkUnsignedCharTuple3TN; extern(C) void* function() new_vtkUnsignedCharTuple4TN__SWIG_0; extern(C) void* function(ubyte jarg1) new_vtkUnsignedCharTuple4TN__SWIG_1; extern(C) void* function(void* jarg1) new_vtkUnsignedCharTuple4TN__SWIG_2; extern(C) int function(void* jarg1) vtkUnsignedCharTuple4TN_GetSize; extern(C) void* function(void* jarg1) vtkUnsignedCharTuple4TN_GetData__SWIG_0; extern(C) void* function(void* jarg1, int jarg2) vtkUnsignedCharTuple4TN_opIndex__SWIG_0; extern(C) ubyte function(void* jarg1, int jarg2) vtkUnsignedCharTuple4TN_opCall; extern(C) uint function(void* jarg1, void* jarg2, ubyte jarg3) vtkUnsignedCharTuple4TN_Compare; extern(C) void function(void* jarg1) delete_vtkUnsignedCharTuple4TN; extern(C) void* function() new_vtkUnsignedCharTuple5TN__SWIG_0; extern(C) void* function(ubyte jarg1) new_vtkUnsignedCharTuple5TN__SWIG_1; extern(C) void* function(void* jarg1) new_vtkUnsignedCharTuple5TN__SWIG_2; extern(C) int function(void* jarg1) vtkUnsignedCharTuple5TN_GetSize; extern(C) void* function(void* jarg1) vtkUnsignedCharTuple5TN_GetData__SWIG_0; extern(C) void* function(void* jarg1, int jarg2) vtkUnsignedCharTuple5TN_opIndex__SWIG_0; extern(C) ubyte function(void* jarg1, int jarg2) vtkUnsignedCharTuple5TN_opCall; extern(C) uint function(void* jarg1, void* jarg2, ubyte jarg3) vtkUnsignedCharTuple5TN_Compare; extern(C) void function(void* jarg1) delete_vtkUnsignedCharTuple5TN; extern(C) void* function() new_vtkUnsignedCharTuple6TN__SWIG_0; extern(C) void* function(ubyte jarg1) new_vtkUnsignedCharTuple6TN__SWIG_1; extern(C) void* function(void* jarg1) new_vtkUnsignedCharTuple6TN__SWIG_2; extern(C) int function(void* jarg1) vtkUnsignedCharTuple6TN_GetSize; extern(C) void* function(void* jarg1) vtkUnsignedCharTuple6TN_GetData__SWIG_0; extern(C) void* function(void* jarg1, int jarg2) vtkUnsignedCharTuple6TN_opIndex__SWIG_0; extern(C) ubyte function(void* jarg1, int jarg2) vtkUnsignedCharTuple6TN_opCall; extern(C) uint function(void* jarg1, void* jarg2, ubyte jarg3) vtkUnsignedCharTuple6TN_Compare; extern(C) void function(void* jarg1) delete_vtkUnsignedCharTuple6TN; extern(C) void* function() new_vtkUnsignedCharTuple7TN__SWIG_0; extern(C) void* function(ubyte jarg1) new_vtkUnsignedCharTuple7TN__SWIG_1; extern(C) void* function(void* jarg1) new_vtkUnsignedCharTuple7TN__SWIG_2; extern(C) int function(void* jarg1) vtkUnsignedCharTuple7TN_GetSize; extern(C) void* function(void* jarg1) vtkUnsignedCharTuple7TN_GetData__SWIG_0; extern(C) void* function(void* jarg1, int jarg2) vtkUnsignedCharTuple7TN_opIndex__SWIG_0; extern(C) ubyte function(void* jarg1, int jarg2) vtkUnsignedCharTuple7TN_opCall; extern(C) uint function(void* jarg1, void* jarg2, ubyte jarg3) vtkUnsignedCharTuple7TN_Compare; extern(C) void function(void* jarg1) delete_vtkUnsignedCharTuple7TN; extern(C) void* function() new_vtkUnsignedCharTuple8TN__SWIG_0; extern(C) void* function(ubyte jarg1) new_vtkUnsignedCharTuple8TN__SWIG_1; extern(C) void* function(void* jarg1) new_vtkUnsignedCharTuple8TN__SWIG_2; extern(C) int function(void* jarg1) vtkUnsignedCharTuple8TN_GetSize; extern(C) void* function(void* jarg1) vtkUnsignedCharTuple8TN_GetData__SWIG_0; extern(C) void* function(void* jarg1, int jarg2) vtkUnsignedCharTuple8TN_opIndex__SWIG_0; extern(C) ubyte function(void* jarg1, int jarg2) vtkUnsignedCharTuple8TN_opCall; extern(C) uint function(void* jarg1, void* jarg2, ubyte jarg3) vtkUnsignedCharTuple8TN_Compare; extern(C) void function(void* jarg1) delete_vtkUnsignedCharTuple8TN; extern(C) void* function() new_vtkUnsignedCharTuple9TN__SWIG_0; extern(C) void* function(ubyte jarg1) new_vtkUnsignedCharTuple9TN__SWIG_1; extern(C) void* function(void* jarg1) new_vtkUnsignedCharTuple9TN__SWIG_2; extern(C) int function(void* jarg1) vtkUnsignedCharTuple9TN_GetSize; extern(C) void* function(void* jarg1) vtkUnsignedCharTuple9TN_GetData__SWIG_0; extern(C) void* function(void* jarg1, int jarg2) vtkUnsignedCharTuple9TN_opIndex__SWIG_0; extern(C) ubyte function(void* jarg1, int jarg2) vtkUnsignedCharTuple9TN_opCall; extern(C) uint function(void* jarg1, void* jarg2, ubyte jarg3) vtkUnsignedCharTuple9TN_Compare; extern(C) void function(void* jarg1) delete_vtkUnsignedCharTuple9TN; extern(C) void* function() new_vtkUnsignedCharTuple10TN__SWIG_0; extern(C) void* function(ubyte jarg1) new_vtkUnsignedCharTuple10TN__SWIG_1; extern(C) void* function(void* jarg1) new_vtkUnsignedCharTuple10TN__SWIG_2; extern(C) int function(void* jarg1) vtkUnsignedCharTuple10TN_GetSize; extern(C) void* function(void* jarg1) vtkUnsignedCharTuple10TN_GetData__SWIG_0; extern(C) void* function(void* jarg1, int jarg2) vtkUnsignedCharTuple10TN_opIndex__SWIG_0; extern(C) ubyte function(void* jarg1, int jarg2) vtkUnsignedCharTuple10TN_opCall; extern(C) uint function(void* jarg1, void* jarg2, ubyte jarg3) vtkUnsignedCharTuple10TN_Compare; extern(C) void function(void* jarg1) delete_vtkUnsignedCharTuple10TN; extern(C) void* function() new_vtkShortTuple1TN__SWIG_0; extern(C) void* function(short jarg1) new_vtkShortTuple1TN__SWIG_1; extern(C) void* function(void* jarg1) new_vtkShortTuple1TN__SWIG_2; extern(C) int function(void* jarg1) vtkShortTuple1TN_GetSize; extern(C) void* function(void* jarg1) vtkShortTuple1TN_GetData__SWIG_0; extern(C) void* function(void* jarg1, int jarg2) vtkShortTuple1TN_opIndex__SWIG_0; extern(C) short function(void* jarg1, int jarg2) vtkShortTuple1TN_opCall; extern(C) uint function(void* jarg1, void* jarg2, short jarg3) vtkShortTuple1TN_Compare; extern(C) void function(void* jarg1) delete_vtkShortTuple1TN; extern(C) void* function() new_vtkShortTuple2TN__SWIG_0; extern(C) void* function(short jarg1) new_vtkShortTuple2TN__SWIG_1; extern(C) void* function(void* jarg1) new_vtkShortTuple2TN__SWIG_2; extern(C) int function(void* jarg1) vtkShortTuple2TN_GetSize; extern(C) void* function(void* jarg1) vtkShortTuple2TN_GetData__SWIG_0; extern(C) void* function(void* jarg1, int jarg2) vtkShortTuple2TN_opIndex__SWIG_0; extern(C) short function(void* jarg1, int jarg2) vtkShortTuple2TN_opCall; extern(C) uint function(void* jarg1, void* jarg2, short jarg3) vtkShortTuple2TN_Compare; extern(C) void function(void* jarg1) delete_vtkShortTuple2TN; extern(C) void* function() new_vtkShortTuple3TN__SWIG_0; extern(C) void* function(short jarg1) new_vtkShortTuple3TN__SWIG_1; extern(C) void* function(void* jarg1) new_vtkShortTuple3TN__SWIG_2; extern(C) int function(void* jarg1) vtkShortTuple3TN_GetSize; extern(C) void* function(void* jarg1) vtkShortTuple3TN_GetData__SWIG_0; extern(C) void* function(void* jarg1, int jarg2) vtkShortTuple3TN_opIndex__SWIG_0; extern(C) short function(void* jarg1, int jarg2) vtkShortTuple3TN_opCall; extern(C) uint function(void* jarg1, void* jarg2, short jarg3) vtkShortTuple3TN_Compare; extern(C) void function(void* jarg1) delete_vtkShortTuple3TN; extern(C) void* function() new_vtkShortTuple4TN__SWIG_0; extern(C) void* function(short jarg1) new_vtkShortTuple4TN__SWIG_1; extern(C) void* function(void* jarg1) new_vtkShortTuple4TN__SWIG_2; extern(C) int function(void* jarg1) vtkShortTuple4TN_GetSize; extern(C) void* function(void* jarg1) vtkShortTuple4TN_GetData__SWIG_0; extern(C) void* function(void* jarg1, int jarg2) vtkShortTuple4TN_opIndex__SWIG_0; extern(C) short function(void* jarg1, int jarg2) vtkShortTuple4TN_opCall; extern(C) uint function(void* jarg1, void* jarg2, short jarg3) vtkShortTuple4TN_Compare; extern(C) void function(void* jarg1) delete_vtkShortTuple4TN; extern(C) void* function() new_vtkShortTuple5TN__SWIG_0; extern(C) void* function(short jarg1) new_vtkShortTuple5TN__SWIG_1; extern(C) void* function(void* jarg1) new_vtkShortTuple5TN__SWIG_2; extern(C) int function(void* jarg1) vtkShortTuple5TN_GetSize; extern(C) void* function(void* jarg1) vtkShortTuple5TN_GetData__SWIG_0; extern(C) void* function(void* jarg1, int jarg2) vtkShortTuple5TN_opIndex__SWIG_0; extern(C) short function(void* jarg1, int jarg2) vtkShortTuple5TN_opCall; extern(C) uint function(void* jarg1, void* jarg2, short jarg3) vtkShortTuple5TN_Compare; extern(C) void function(void* jarg1) delete_vtkShortTuple5TN; extern(C) void* function() new_vtkShortTuple6TN__SWIG_0; extern(C) void* function(short jarg1) new_vtkShortTuple6TN__SWIG_1; extern(C) void* function(void* jarg1) new_vtkShortTuple6TN__SWIG_2; extern(C) int function(void* jarg1) vtkShortTuple6TN_GetSize; extern(C) void* function(void* jarg1) vtkShortTuple6TN_GetData__SWIG_0; extern(C) void* function(void* jarg1, int jarg2) vtkShortTuple6TN_opIndex__SWIG_0; extern(C) short function(void* jarg1, int jarg2) vtkShortTuple6TN_opCall; extern(C) uint function(void* jarg1, void* jarg2, short jarg3) vtkShortTuple6TN_Compare; extern(C) void function(void* jarg1) delete_vtkShortTuple6TN; extern(C) void* function() new_vtkShortTuple7TN__SWIG_0; extern(C) void* function(short jarg1) new_vtkShortTuple7TN__SWIG_1; extern(C) void* function(void* jarg1) new_vtkShortTuple7TN__SWIG_2; extern(C) int function(void* jarg1) vtkShortTuple7TN_GetSize; extern(C) void* function(void* jarg1) vtkShortTuple7TN_GetData__SWIG_0; extern(C) void* function(void* jarg1, int jarg2) vtkShortTuple7TN_opIndex__SWIG_0; extern(C) short function(void* jarg1, int jarg2) vtkShortTuple7TN_opCall; extern(C) uint function(void* jarg1, void* jarg2, short jarg3) vtkShortTuple7TN_Compare; extern(C) void function(void* jarg1) delete_vtkShortTuple7TN; extern(C) void* function() new_vtkShortTuple8TN__SWIG_0; extern(C) void* function(short jarg1) new_vtkShortTuple8TN__SWIG_1; extern(C) void* function(void* jarg1) new_vtkShortTuple8TN__SWIG_2; extern(C) int function(void* jarg1) vtkShortTuple8TN_GetSize; extern(C) void* function(void* jarg1) vtkShortTuple8TN_GetData__SWIG_0; extern(C) void* function(void* jarg1, int jarg2) vtkShortTuple8TN_opIndex__SWIG_0; extern(C) short function(void* jarg1, int jarg2) vtkShortTuple8TN_opCall; extern(C) uint function(void* jarg1, void* jarg2, short jarg3) vtkShortTuple8TN_Compare; extern(C) void function(void* jarg1) delete_vtkShortTuple8TN; extern(C) void* function() new_vtkShortTuple9TN__SWIG_0; extern(C) void* function(short jarg1) new_vtkShortTuple9TN__SWIG_1; extern(C) void* function(void* jarg1) new_vtkShortTuple9TN__SWIG_2; extern(C) int function(void* jarg1) vtkShortTuple9TN_GetSize; extern(C) void* function(void* jarg1) vtkShortTuple9TN_GetData__SWIG_0; extern(C) void* function(void* jarg1, int jarg2) vtkShortTuple9TN_opIndex__SWIG_0; extern(C) short function(void* jarg1, int jarg2) vtkShortTuple9TN_opCall; extern(C) uint function(void* jarg1, void* jarg2, short jarg3) vtkShortTuple9TN_Compare; extern(C) void function(void* jarg1) delete_vtkShortTuple9TN; extern(C) void* function() new_vtkShortTuple10TN__SWIG_0; extern(C) void* function(short jarg1) new_vtkShortTuple10TN__SWIG_1; extern(C) void* function(void* jarg1) new_vtkShortTuple10TN__SWIG_2; extern(C) int function(void* jarg1) vtkShortTuple10TN_GetSize; extern(C) void* function(void* jarg1) vtkShortTuple10TN_GetData__SWIG_0; extern(C) void* function(void* jarg1, int jarg2) vtkShortTuple10TN_opIndex__SWIG_0; extern(C) short function(void* jarg1, int jarg2) vtkShortTuple10TN_opCall; extern(C) uint function(void* jarg1, void* jarg2, short jarg3) vtkShortTuple10TN_Compare; extern(C) void function(void* jarg1) delete_vtkShortTuple10TN; extern(C) void* function() new_vtkUnsignedShortTuple1TN__SWIG_0; extern(C) void* function(ushort jarg1) new_vtkUnsignedShortTuple1TN__SWIG_1; extern(C) void* function(void* jarg1) new_vtkUnsignedShortTuple1TN__SWIG_2; extern(C) int function(void* jarg1) vtkUnsignedShortTuple1TN_GetSize; extern(C) void* function(void* jarg1) vtkUnsignedShortTuple1TN_GetData__SWIG_0; extern(C) void* function(void* jarg1, int jarg2) vtkUnsignedShortTuple1TN_opIndex__SWIG_0; extern(C) ushort function(void* jarg1, int jarg2) vtkUnsignedShortTuple1TN_opCall; extern(C) uint function(void* jarg1, void* jarg2, ushort jarg3) vtkUnsignedShortTuple1TN_Compare; extern(C) void function(void* jarg1) delete_vtkUnsignedShortTuple1TN; extern(C) void* function() new_vtkUnsignedShortTuple2TN__SWIG_0; extern(C) void* function(ushort jarg1) new_vtkUnsignedShortTuple2TN__SWIG_1; extern(C) void* function(void* jarg1) new_vtkUnsignedShortTuple2TN__SWIG_2; extern(C) int function(void* jarg1) vtkUnsignedShortTuple2TN_GetSize; extern(C) void* function(void* jarg1) vtkUnsignedShortTuple2TN_GetData__SWIG_0; extern(C) void* function(void* jarg1, int jarg2) vtkUnsignedShortTuple2TN_opIndex__SWIG_0; extern(C) ushort function(void* jarg1, int jarg2) vtkUnsignedShortTuple2TN_opCall; extern(C) uint function(void* jarg1, void* jarg2, ushort jarg3) vtkUnsignedShortTuple2TN_Compare; extern(C) void function(void* jarg1) delete_vtkUnsignedShortTuple2TN; extern(C) void* function() new_vtkUnsignedShortTuple3TN__SWIG_0; extern(C) void* function(ushort jarg1) new_vtkUnsignedShortTuple3TN__SWIG_1; extern(C) void* function(void* jarg1) new_vtkUnsignedShortTuple3TN__SWIG_2; extern(C) int function(void* jarg1) vtkUnsignedShortTuple3TN_GetSize; extern(C) void* function(void* jarg1) vtkUnsignedShortTuple3TN_GetData__SWIG_0; extern(C) void* function(void* jarg1, int jarg2) vtkUnsignedShortTuple3TN_opIndex__SWIG_0; extern(C) ushort function(void* jarg1, int jarg2) vtkUnsignedShortTuple3TN_opCall; extern(C) uint function(void* jarg1, void* jarg2, ushort jarg3) vtkUnsignedShortTuple3TN_Compare; extern(C) void function(void* jarg1) delete_vtkUnsignedShortTuple3TN; extern(C) void* function() new_vtkUnsignedShortTuple4TN__SWIG_0; extern(C) void* function(ushort jarg1) new_vtkUnsignedShortTuple4TN__SWIG_1; extern(C) void* function(void* jarg1) new_vtkUnsignedShortTuple4TN__SWIG_2; extern(C) int function(void* jarg1) vtkUnsignedShortTuple4TN_GetSize; extern(C) void* function(void* jarg1) vtkUnsignedShortTuple4TN_GetData__SWIG_0; extern(C) void* function(void* jarg1, int jarg2) vtkUnsignedShortTuple4TN_opIndex__SWIG_0; extern(C) ushort function(void* jarg1, int jarg2) vtkUnsignedShortTuple4TN_opCall; extern(C) uint function(void* jarg1, void* jarg2, ushort jarg3) vtkUnsignedShortTuple4TN_Compare; extern(C) void function(void* jarg1) delete_vtkUnsignedShortTuple4TN; extern(C) void* function() new_vtkUnsignedShortTuple5TN__SWIG_0; extern(C) void* function(ushort jarg1) new_vtkUnsignedShortTuple5TN__SWIG_1; extern(C) void* function(void* jarg1) new_vtkUnsignedShortTuple5TN__SWIG_2; extern(C) int function(void* jarg1) vtkUnsignedShortTuple5TN_GetSize; extern(C) void* function(void* jarg1) vtkUnsignedShortTuple5TN_GetData__SWIG_0; extern(C) void* function(void* jarg1, int jarg2) vtkUnsignedShortTuple5TN_opIndex__SWIG_0; extern(C) ushort function(void* jarg1, int jarg2) vtkUnsignedShortTuple5TN_opCall; extern(C) uint function(void* jarg1, void* jarg2, ushort jarg3) vtkUnsignedShortTuple5TN_Compare; extern(C) void function(void* jarg1) delete_vtkUnsignedShortTuple5TN; extern(C) void* function() new_vtkUnsignedShortTuple6TN__SWIG_0; extern(C) void* function(ushort jarg1) new_vtkUnsignedShortTuple6TN__SWIG_1; extern(C) void* function(void* jarg1) new_vtkUnsignedShortTuple6TN__SWIG_2; extern(C) int function(void* jarg1) vtkUnsignedShortTuple6TN_GetSize; extern(C) void* function(void* jarg1) vtkUnsignedShortTuple6TN_GetData__SWIG_0; extern(C) void* function(void* jarg1, int jarg2) vtkUnsignedShortTuple6TN_opIndex__SWIG_0; extern(C) ushort function(void* jarg1, int jarg2) vtkUnsignedShortTuple6TN_opCall; extern(C) uint function(void* jarg1, void* jarg2, ushort jarg3) vtkUnsignedShortTuple6TN_Compare; extern(C) void function(void* jarg1) delete_vtkUnsignedShortTuple6TN; extern(C) void* function() new_vtkUnsignedShortTuple7TN__SWIG_0; extern(C) void* function(ushort jarg1) new_vtkUnsignedShortTuple7TN__SWIG_1; extern(C) void* function(void* jarg1) new_vtkUnsignedShortTuple7TN__SWIG_2; extern(C) int function(void* jarg1) vtkUnsignedShortTuple7TN_GetSize; extern(C) void* function(void* jarg1) vtkUnsignedShortTuple7TN_GetData__SWIG_0; extern(C) void* function(void* jarg1, int jarg2) vtkUnsignedShortTuple7TN_opIndex__SWIG_0; extern(C) ushort function(void* jarg1, int jarg2) vtkUnsignedShortTuple7TN_opCall; extern(C) uint function(void* jarg1, void* jarg2, ushort jarg3) vtkUnsignedShortTuple7TN_Compare; extern(C) void function(void* jarg1) delete_vtkUnsignedShortTuple7TN; extern(C) void* function() new_vtkUnsignedShortTuple8TN__SWIG_0; extern(C) void* function(ushort jarg1) new_vtkUnsignedShortTuple8TN__SWIG_1; extern(C) void* function(void* jarg1) new_vtkUnsignedShortTuple8TN__SWIG_2; extern(C) int function(void* jarg1) vtkUnsignedShortTuple8TN_GetSize; extern(C) void* function(void* jarg1) vtkUnsignedShortTuple8TN_GetData__SWIG_0; extern(C) void* function(void* jarg1, int jarg2) vtkUnsignedShortTuple8TN_opIndex__SWIG_0; extern(C) ushort function(void* jarg1, int jarg2) vtkUnsignedShortTuple8TN_opCall; extern(C) uint function(void* jarg1, void* jarg2, ushort jarg3) vtkUnsignedShortTuple8TN_Compare; extern(C) void function(void* jarg1) delete_vtkUnsignedShortTuple8TN; extern(C) void* function() new_vtkUnsignedShortTuple9TN__SWIG_0; extern(C) void* function(ushort jarg1) new_vtkUnsignedShortTuple9TN__SWIG_1; extern(C) void* function(void* jarg1) new_vtkUnsignedShortTuple9TN__SWIG_2; extern(C) int function(void* jarg1) vtkUnsignedShortTuple9TN_GetSize; extern(C) void* function(void* jarg1) vtkUnsignedShortTuple9TN_GetData__SWIG_0; extern(C) void* function(void* jarg1, int jarg2) vtkUnsignedShortTuple9TN_opIndex__SWIG_0; extern(C) ushort function(void* jarg1, int jarg2) vtkUnsignedShortTuple9TN_opCall; extern(C) uint function(void* jarg1, void* jarg2, ushort jarg3) vtkUnsignedShortTuple9TN_Compare; extern(C) void function(void* jarg1) delete_vtkUnsignedShortTuple9TN; extern(C) void* function() new_vtkUnsignedShortTuple10TN__SWIG_0; extern(C) void* function(ushort jarg1) new_vtkUnsignedShortTuple10TN__SWIG_1; extern(C) void* function(void* jarg1) new_vtkUnsignedShortTuple10TN__SWIG_2; extern(C) int function(void* jarg1) vtkUnsignedShortTuple10TN_GetSize; extern(C) void* function(void* jarg1) vtkUnsignedShortTuple10TN_GetData__SWIG_0; extern(C) void* function(void* jarg1, int jarg2) vtkUnsignedShortTuple10TN_opIndex__SWIG_0; extern(C) ushort function(void* jarg1, int jarg2) vtkUnsignedShortTuple10TN_opCall; extern(C) uint function(void* jarg1, void* jarg2, ushort jarg3) vtkUnsignedShortTuple10TN_Compare; extern(C) void function(void* jarg1) delete_vtkUnsignedShortTuple10TN; extern(C) void* function() new_vtkIntTuple1TN__SWIG_0; extern(C) void* function(int jarg1) new_vtkIntTuple1TN__SWIG_1; extern(C) void* function(void* jarg1) new_vtkIntTuple1TN__SWIG_2; extern(C) int function(void* jarg1) vtkIntTuple1TN_GetSize; extern(C) void* function(void* jarg1) vtkIntTuple1TN_GetData__SWIG_0; extern(C) void* function(void* jarg1, int jarg2) vtkIntTuple1TN_opIndex__SWIG_0; extern(C) int function(void* jarg1, int jarg2) vtkIntTuple1TN_opCall; extern(C) uint function(void* jarg1, void* jarg2, int jarg3) vtkIntTuple1TN_Compare; extern(C) void function(void* jarg1) delete_vtkIntTuple1TN; extern(C) void* function() new_vtkIntTuple2TN__SWIG_0; extern(C) void* function(int jarg1) new_vtkIntTuple2TN__SWIG_1; extern(C) void* function(void* jarg1) new_vtkIntTuple2TN__SWIG_2; extern(C) int function(void* jarg1) vtkIntTuple2TN_GetSize; extern(C) void* function(void* jarg1) vtkIntTuple2TN_GetData__SWIG_0; extern(C) void* function(void* jarg1, int jarg2) vtkIntTuple2TN_opIndex__SWIG_0; extern(C) int function(void* jarg1, int jarg2) vtkIntTuple2TN_opCall; extern(C) uint function(void* jarg1, void* jarg2, int jarg3) vtkIntTuple2TN_Compare; extern(C) void function(void* jarg1) delete_vtkIntTuple2TN; extern(C) void* function() new_vtkIntTuple3TN__SWIG_0; extern(C) void* function(int jarg1) new_vtkIntTuple3TN__SWIG_1; extern(C) void* function(void* jarg1) new_vtkIntTuple3TN__SWIG_2; extern(C) int function(void* jarg1) vtkIntTuple3TN_GetSize; extern(C) void* function(void* jarg1) vtkIntTuple3TN_GetData__SWIG_0; extern(C) void* function(void* jarg1, int jarg2) vtkIntTuple3TN_opIndex__SWIG_0; extern(C) int function(void* jarg1, int jarg2) vtkIntTuple3TN_opCall; extern(C) uint function(void* jarg1, void* jarg2, int jarg3) vtkIntTuple3TN_Compare; extern(C) void function(void* jarg1) delete_vtkIntTuple3TN; extern(C) void* function() new_vtkIntTuple4TN__SWIG_0; extern(C) void* function(int jarg1) new_vtkIntTuple4TN__SWIG_1; extern(C) void* function(void* jarg1) new_vtkIntTuple4TN__SWIG_2; extern(C) int function(void* jarg1) vtkIntTuple4TN_GetSize; extern(C) void* function(void* jarg1) vtkIntTuple4TN_GetData__SWIG_0; extern(C) void* function(void* jarg1, int jarg2) vtkIntTuple4TN_opIndex__SWIG_0; extern(C) int function(void* jarg1, int jarg2) vtkIntTuple4TN_opCall; extern(C) uint function(void* jarg1, void* jarg2, int jarg3) vtkIntTuple4TN_Compare; extern(C) void function(void* jarg1) delete_vtkIntTuple4TN; extern(C) void* function() new_vtkIntTuple5TN__SWIG_0; extern(C) void* function(int jarg1) new_vtkIntTuple5TN__SWIG_1; extern(C) void* function(void* jarg1) new_vtkIntTuple5TN__SWIG_2; extern(C) int function(void* jarg1) vtkIntTuple5TN_GetSize; extern(C) void* function(void* jarg1) vtkIntTuple5TN_GetData__SWIG_0; extern(C) void* function(void* jarg1, int jarg2) vtkIntTuple5TN_opIndex__SWIG_0; extern(C) int function(void* jarg1, int jarg2) vtkIntTuple5TN_opCall; extern(C) uint function(void* jarg1, void* jarg2, int jarg3) vtkIntTuple5TN_Compare; extern(C) void function(void* jarg1) delete_vtkIntTuple5TN; extern(C) void* function() new_vtkIntTuple6TN__SWIG_0; extern(C) void* function(int jarg1) new_vtkIntTuple6TN__SWIG_1; extern(C) void* function(void* jarg1) new_vtkIntTuple6TN__SWIG_2; extern(C) int function(void* jarg1) vtkIntTuple6TN_GetSize; extern(C) void* function(void* jarg1) vtkIntTuple6TN_GetData__SWIG_0; extern(C) void* function(void* jarg1, int jarg2) vtkIntTuple6TN_opIndex__SWIG_0; extern(C) int function(void* jarg1, int jarg2) vtkIntTuple6TN_opCall; extern(C) uint function(void* jarg1, void* jarg2, int jarg3) vtkIntTuple6TN_Compare; extern(C) void function(void* jarg1) delete_vtkIntTuple6TN; extern(C) void* function() new_vtkIntTuple7TN__SWIG_0; extern(C) void* function(int jarg1) new_vtkIntTuple7TN__SWIG_1; extern(C) void* function(void* jarg1) new_vtkIntTuple7TN__SWIG_2; extern(C) int function(void* jarg1) vtkIntTuple7TN_GetSize; extern(C) void* function(void* jarg1) vtkIntTuple7TN_GetData__SWIG_0; extern(C) void* function(void* jarg1, int jarg2) vtkIntTuple7TN_opIndex__SWIG_0; extern(C) int function(void* jarg1, int jarg2) vtkIntTuple7TN_opCall; extern(C) uint function(void* jarg1, void* jarg2, int jarg3) vtkIntTuple7TN_Compare; extern(C) void function(void* jarg1) delete_vtkIntTuple7TN; extern(C) void* function() new_vtkIntTuple8TN__SWIG_0; extern(C) void* function(int jarg1) new_vtkIntTuple8TN__SWIG_1; extern(C) void* function(void* jarg1) new_vtkIntTuple8TN__SWIG_2; extern(C) int function(void* jarg1) vtkIntTuple8TN_GetSize; extern(C) void* function(void* jarg1) vtkIntTuple8TN_GetData__SWIG_0; extern(C) void* function(void* jarg1, int jarg2) vtkIntTuple8TN_opIndex__SWIG_0; extern(C) int function(void* jarg1, int jarg2) vtkIntTuple8TN_opCall; extern(C) uint function(void* jarg1, void* jarg2, int jarg3) vtkIntTuple8TN_Compare; extern(C) void function(void* jarg1) delete_vtkIntTuple8TN; extern(C) void* function() new_vtkIntTuple9TN__SWIG_0; extern(C) void* function(int jarg1) new_vtkIntTuple9TN__SWIG_1; extern(C) void* function(void* jarg1) new_vtkIntTuple9TN__SWIG_2; extern(C) int function(void* jarg1) vtkIntTuple9TN_GetSize; extern(C) void* function(void* jarg1) vtkIntTuple9TN_GetData__SWIG_0; extern(C) void* function(void* jarg1, int jarg2) vtkIntTuple9TN_opIndex__SWIG_0; extern(C) int function(void* jarg1, int jarg2) vtkIntTuple9TN_opCall; extern(C) uint function(void* jarg1, void* jarg2, int jarg3) vtkIntTuple9TN_Compare; extern(C) void function(void* jarg1) delete_vtkIntTuple9TN; extern(C) void* function() new_vtkIntTuple10TN__SWIG_0; extern(C) void* function(int jarg1) new_vtkIntTuple10TN__SWIG_1; extern(C) void* function(void* jarg1) new_vtkIntTuple10TN__SWIG_2; extern(C) int function(void* jarg1) vtkIntTuple10TN_GetSize; extern(C) void* function(void* jarg1) vtkIntTuple10TN_GetData__SWIG_0; extern(C) void* function(void* jarg1, int jarg2) vtkIntTuple10TN_opIndex__SWIG_0; extern(C) int function(void* jarg1, int jarg2) vtkIntTuple10TN_opCall; extern(C) uint function(void* jarg1, void* jarg2, int jarg3) vtkIntTuple10TN_Compare; extern(C) void function(void* jarg1) delete_vtkIntTuple10TN; extern(C) void* function() new_vtkUnsignedIntTuple1TN__SWIG_0; extern(C) void* function(uint jarg1) new_vtkUnsignedIntTuple1TN__SWIG_1; extern(C) void* function(void* jarg1) new_vtkUnsignedIntTuple1TN__SWIG_2; extern(C) int function(void* jarg1) vtkUnsignedIntTuple1TN_GetSize; extern(C) void* function(void* jarg1) vtkUnsignedIntTuple1TN_GetData__SWIG_0; extern(C) void* function(void* jarg1, int jarg2) vtkUnsignedIntTuple1TN_opIndex__SWIG_0; extern(C) uint function(void* jarg1, int jarg2) vtkUnsignedIntTuple1TN_opCall; extern(C) uint function(void* jarg1, void* jarg2, uint jarg3) vtkUnsignedIntTuple1TN_Compare; extern(C) void function(void* jarg1) delete_vtkUnsignedIntTuple1TN; extern(C) void* function() new_vtkUnsignedIntTuple2TN__SWIG_0; extern(C) void* function(uint jarg1) new_vtkUnsignedIntTuple2TN__SWIG_1; extern(C) void* function(void* jarg1) new_vtkUnsignedIntTuple2TN__SWIG_2; extern(C) int function(void* jarg1) vtkUnsignedIntTuple2TN_GetSize; extern(C) void* function(void* jarg1) vtkUnsignedIntTuple2TN_GetData__SWIG_0; extern(C) void* function(void* jarg1, int jarg2) vtkUnsignedIntTuple2TN_opIndex__SWIG_0; extern(C) uint function(void* jarg1, int jarg2) vtkUnsignedIntTuple2TN_opCall; extern(C) uint function(void* jarg1, void* jarg2, uint jarg3) vtkUnsignedIntTuple2TN_Compare; extern(C) void function(void* jarg1) delete_vtkUnsignedIntTuple2TN; extern(C) void* function() new_vtkUnsignedIntTuple3TN__SWIG_0; extern(C) void* function(uint jarg1) new_vtkUnsignedIntTuple3TN__SWIG_1; extern(C) void* function(void* jarg1) new_vtkUnsignedIntTuple3TN__SWIG_2; extern(C) int function(void* jarg1) vtkUnsignedIntTuple3TN_GetSize; extern(C) void* function(void* jarg1) vtkUnsignedIntTuple3TN_GetData__SWIG_0; extern(C) void* function(void* jarg1, int jarg2) vtkUnsignedIntTuple3TN_opIndex__SWIG_0; extern(C) uint function(void* jarg1, int jarg2) vtkUnsignedIntTuple3TN_opCall; extern(C) uint function(void* jarg1, void* jarg2, uint jarg3) vtkUnsignedIntTuple3TN_Compare; extern(C) void function(void* jarg1) delete_vtkUnsignedIntTuple3TN; extern(C) void* function() new_vtkUnsignedIntTuple4TN__SWIG_0; extern(C) void* function(uint jarg1) new_vtkUnsignedIntTuple4TN__SWIG_1; extern(C) void* function(void* jarg1) new_vtkUnsignedIntTuple4TN__SWIG_2; extern(C) int function(void* jarg1) vtkUnsignedIntTuple4TN_GetSize; extern(C) void* function(void* jarg1) vtkUnsignedIntTuple4TN_GetData__SWIG_0; extern(C) void* function(void* jarg1, int jarg2) vtkUnsignedIntTuple4TN_opIndex__SWIG_0; extern(C) uint function(void* jarg1, int jarg2) vtkUnsignedIntTuple4TN_opCall; extern(C) uint function(void* jarg1, void* jarg2, uint jarg3) vtkUnsignedIntTuple4TN_Compare; extern(C) void function(void* jarg1) delete_vtkUnsignedIntTuple4TN; extern(C) void* function() new_vtkUnsignedIntTuple5TN__SWIG_0; extern(C) void* function(uint jarg1) new_vtkUnsignedIntTuple5TN__SWIG_1; extern(C) void* function(void* jarg1) new_vtkUnsignedIntTuple5TN__SWIG_2; extern(C) int function(void* jarg1) vtkUnsignedIntTuple5TN_GetSize; extern(C) void* function(void* jarg1) vtkUnsignedIntTuple5TN_GetData__SWIG_0; extern(C) void* function(void* jarg1, int jarg2) vtkUnsignedIntTuple5TN_opIndex__SWIG_0; extern(C) uint function(void* jarg1, int jarg2) vtkUnsignedIntTuple5TN_opCall; extern(C) uint function(void* jarg1, void* jarg2, uint jarg3) vtkUnsignedIntTuple5TN_Compare; extern(C) void function(void* jarg1) delete_vtkUnsignedIntTuple5TN; extern(C) void* function() new_vtkUnsignedIntTuple6TN__SWIG_0; extern(C) void* function(uint jarg1) new_vtkUnsignedIntTuple6TN__SWIG_1; extern(C) void* function(void* jarg1) new_vtkUnsignedIntTuple6TN__SWIG_2; extern(C) int function(void* jarg1) vtkUnsignedIntTuple6TN_GetSize; extern(C) void* function(void* jarg1) vtkUnsignedIntTuple6TN_GetData__SWIG_0; extern(C) void* function(void* jarg1, int jarg2) vtkUnsignedIntTuple6TN_opIndex__SWIG_0; extern(C) uint function(void* jarg1, int jarg2) vtkUnsignedIntTuple6TN_opCall; extern(C) uint function(void* jarg1, void* jarg2, uint jarg3) vtkUnsignedIntTuple6TN_Compare; extern(C) void function(void* jarg1) delete_vtkUnsignedIntTuple6TN; extern(C) void* function() new_vtkUnsignedIntTuple7TN__SWIG_0; extern(C) void* function(uint jarg1) new_vtkUnsignedIntTuple7TN__SWIG_1; extern(C) void* function(void* jarg1) new_vtkUnsignedIntTuple7TN__SWIG_2; extern(C) int function(void* jarg1) vtkUnsignedIntTuple7TN_GetSize; extern(C) void* function(void* jarg1) vtkUnsignedIntTuple7TN_GetData__SWIG_0; extern(C) void* function(void* jarg1, int jarg2) vtkUnsignedIntTuple7TN_opIndex__SWIG_0; extern(C) uint function(void* jarg1, int jarg2) vtkUnsignedIntTuple7TN_opCall; extern(C) uint function(void* jarg1, void* jarg2, uint jarg3) vtkUnsignedIntTuple7TN_Compare; extern(C) void function(void* jarg1) delete_vtkUnsignedIntTuple7TN; extern(C) void* function() new_vtkUnsignedIntTuple8TN__SWIG_0; extern(C) void* function(uint jarg1) new_vtkUnsignedIntTuple8TN__SWIG_1; extern(C) void* function(void* jarg1) new_vtkUnsignedIntTuple8TN__SWIG_2; extern(C) int function(void* jarg1) vtkUnsignedIntTuple8TN_GetSize; extern(C) void* function(void* jarg1) vtkUnsignedIntTuple8TN_GetData__SWIG_0; extern(C) void* function(void* jarg1, int jarg2) vtkUnsignedIntTuple8TN_opIndex__SWIG_0; extern(C) uint function(void* jarg1, int jarg2) vtkUnsignedIntTuple8TN_opCall; extern(C) uint function(void* jarg1, void* jarg2, uint jarg3) vtkUnsignedIntTuple8TN_Compare; extern(C) void function(void* jarg1) delete_vtkUnsignedIntTuple8TN; extern(C) void* function() new_vtkUnsignedIntTuple9TN__SWIG_0; extern(C) void* function(uint jarg1) new_vtkUnsignedIntTuple9TN__SWIG_1; extern(C) void* function(void* jarg1) new_vtkUnsignedIntTuple9TN__SWIG_2; extern(C) int function(void* jarg1) vtkUnsignedIntTuple9TN_GetSize; extern(C) void* function(void* jarg1) vtkUnsignedIntTuple9TN_GetData__SWIG_0; extern(C) void* function(void* jarg1, int jarg2) vtkUnsignedIntTuple9TN_opIndex__SWIG_0; extern(C) uint function(void* jarg1, int jarg2) vtkUnsignedIntTuple9TN_opCall; extern(C) uint function(void* jarg1, void* jarg2, uint jarg3) vtkUnsignedIntTuple9TN_Compare; extern(C) void function(void* jarg1) delete_vtkUnsignedIntTuple9TN; extern(C) void* function() new_vtkUnsignedIntTuple10TN__SWIG_0; extern(C) void* function(uint jarg1) new_vtkUnsignedIntTuple10TN__SWIG_1; extern(C) void* function(void* jarg1) new_vtkUnsignedIntTuple10TN__SWIG_2; extern(C) int function(void* jarg1) vtkUnsignedIntTuple10TN_GetSize; extern(C) void* function(void* jarg1) vtkUnsignedIntTuple10TN_GetData__SWIG_0; extern(C) void* function(void* jarg1, int jarg2) vtkUnsignedIntTuple10TN_opIndex__SWIG_0; extern(C) uint function(void* jarg1, int jarg2) vtkUnsignedIntTuple10TN_opCall; extern(C) uint function(void* jarg1, void* jarg2, uint jarg3) vtkUnsignedIntTuple10TN_Compare; extern(C) void function(void* jarg1) delete_vtkUnsignedIntTuple10TN; extern(C) void* function() new_vtkLongTuple1TN__SWIG_0; extern(C) void* function(core.stdc.config.c_long jarg1) new_vtkLongTuple1TN__SWIG_1; extern(C) void* function(void* jarg1) new_vtkLongTuple1TN__SWIG_2; extern(C) int function(void* jarg1) vtkLongTuple1TN_GetSize; extern(C) void* function(void* jarg1) vtkLongTuple1TN_GetData__SWIG_0; extern(C) void* function(void* jarg1, int jarg2) vtkLongTuple1TN_opIndex__SWIG_0; extern(C) core.stdc.config.c_long function(void* jarg1, int jarg2) vtkLongTuple1TN_opCall; extern(C) uint function(void* jarg1, void* jarg2, core.stdc.config.c_long jarg3) vtkLongTuple1TN_Compare; extern(C) void function(void* jarg1) delete_vtkLongTuple1TN; extern(C) void* function() new_vtkLongTuple2TN__SWIG_0; extern(C) void* function(core.stdc.config.c_long jarg1) new_vtkLongTuple2TN__SWIG_1; extern(C) void* function(void* jarg1) new_vtkLongTuple2TN__SWIG_2; extern(C) int function(void* jarg1) vtkLongTuple2TN_GetSize; extern(C) void* function(void* jarg1) vtkLongTuple2TN_GetData__SWIG_0; extern(C) void* function(void* jarg1, int jarg2) vtkLongTuple2TN_opIndex__SWIG_0; extern(C) core.stdc.config.c_long function(void* jarg1, int jarg2) vtkLongTuple2TN_opCall; extern(C) uint function(void* jarg1, void* jarg2, core.stdc.config.c_long jarg3) vtkLongTuple2TN_Compare; extern(C) void function(void* jarg1) delete_vtkLongTuple2TN; extern(C) void* function() new_vtkLongTuple3TN__SWIG_0; extern(C) void* function(core.stdc.config.c_long jarg1) new_vtkLongTuple3TN__SWIG_1; extern(C) void* function(void* jarg1) new_vtkLongTuple3TN__SWIG_2; extern(C) int function(void* jarg1) vtkLongTuple3TN_GetSize; extern(C) void* function(void* jarg1) vtkLongTuple3TN_GetData__SWIG_0; extern(C) void* function(void* jarg1, int jarg2) vtkLongTuple3TN_opIndex__SWIG_0; extern(C) core.stdc.config.c_long function(void* jarg1, int jarg2) vtkLongTuple3TN_opCall; extern(C) uint function(void* jarg1, void* jarg2, core.stdc.config.c_long jarg3) vtkLongTuple3TN_Compare; extern(C) void function(void* jarg1) delete_vtkLongTuple3TN; extern(C) void* function() new_vtkLongTuple4TN__SWIG_0; extern(C) void* function(core.stdc.config.c_long jarg1) new_vtkLongTuple4TN__SWIG_1; extern(C) void* function(void* jarg1) new_vtkLongTuple4TN__SWIG_2; extern(C) int function(void* jarg1) vtkLongTuple4TN_GetSize; extern(C) void* function(void* jarg1) vtkLongTuple4TN_GetData__SWIG_0; extern(C) void* function(void* jarg1, int jarg2) vtkLongTuple4TN_opIndex__SWIG_0; extern(C) core.stdc.config.c_long function(void* jarg1, int jarg2) vtkLongTuple4TN_opCall; extern(C) uint function(void* jarg1, void* jarg2, core.stdc.config.c_long jarg3) vtkLongTuple4TN_Compare; extern(C) void function(void* jarg1) delete_vtkLongTuple4TN; extern(C) void* function() new_vtkLongTuple5TN__SWIG_0; extern(C) void* function(core.stdc.config.c_long jarg1) new_vtkLongTuple5TN__SWIG_1; extern(C) void* function(void* jarg1) new_vtkLongTuple5TN__SWIG_2; extern(C) int function(void* jarg1) vtkLongTuple5TN_GetSize; extern(C) void* function(void* jarg1) vtkLongTuple5TN_GetData__SWIG_0; extern(C) void* function(void* jarg1, int jarg2) vtkLongTuple5TN_opIndex__SWIG_0; extern(C) core.stdc.config.c_long function(void* jarg1, int jarg2) vtkLongTuple5TN_opCall; extern(C) uint function(void* jarg1, void* jarg2, core.stdc.config.c_long jarg3) vtkLongTuple5TN_Compare; extern(C) void function(void* jarg1) delete_vtkLongTuple5TN; extern(C) void* function() new_vtkLongTuple6TN__SWIG_0; extern(C) void* function(core.stdc.config.c_long jarg1) new_vtkLongTuple6TN__SWIG_1; extern(C) void* function(void* jarg1) new_vtkLongTuple6TN__SWIG_2; extern(C) int function(void* jarg1) vtkLongTuple6TN_GetSize; extern(C) void* function(void* jarg1) vtkLongTuple6TN_GetData__SWIG_0; extern(C) void* function(void* jarg1, int jarg2) vtkLongTuple6TN_opIndex__SWIG_0; extern(C) core.stdc.config.c_long function(void* jarg1, int jarg2) vtkLongTuple6TN_opCall; extern(C) uint function(void* jarg1, void* jarg2, core.stdc.config.c_long jarg3) vtkLongTuple6TN_Compare; extern(C) void function(void* jarg1) delete_vtkLongTuple6TN; extern(C) void* function() new_vtkLongTuple7TN__SWIG_0; extern(C) void* function(core.stdc.config.c_long jarg1) new_vtkLongTuple7TN__SWIG_1; extern(C) void* function(void* jarg1) new_vtkLongTuple7TN__SWIG_2; extern(C) int function(void* jarg1) vtkLongTuple7TN_GetSize; extern(C) void* function(void* jarg1) vtkLongTuple7TN_GetData__SWIG_0; extern(C) void* function(void* jarg1, int jarg2) vtkLongTuple7TN_opIndex__SWIG_0; extern(C) core.stdc.config.c_long function(void* jarg1, int jarg2) vtkLongTuple7TN_opCall; extern(C) uint function(void* jarg1, void* jarg2, core.stdc.config.c_long jarg3) vtkLongTuple7TN_Compare; extern(C) void function(void* jarg1) delete_vtkLongTuple7TN; extern(C) void* function() new_vtkLongTuple8TN__SWIG_0; extern(C) void* function(core.stdc.config.c_long jarg1) new_vtkLongTuple8TN__SWIG_1; extern(C) void* function(void* jarg1) new_vtkLongTuple8TN__SWIG_2; extern(C) int function(void* jarg1) vtkLongTuple8TN_GetSize; extern(C) void* function(void* jarg1) vtkLongTuple8TN_GetData__SWIG_0; extern(C) void* function(void* jarg1, int jarg2) vtkLongTuple8TN_opIndex__SWIG_0; extern(C) core.stdc.config.c_long function(void* jarg1, int jarg2) vtkLongTuple8TN_opCall; extern(C) uint function(void* jarg1, void* jarg2, core.stdc.config.c_long jarg3) vtkLongTuple8TN_Compare; extern(C) void function(void* jarg1) delete_vtkLongTuple8TN; extern(C) void* function() new_vtkLongTuple9TN__SWIG_0; extern(C) void* function(core.stdc.config.c_long jarg1) new_vtkLongTuple9TN__SWIG_1; extern(C) void* function(void* jarg1) new_vtkLongTuple9TN__SWIG_2; extern(C) int function(void* jarg1) vtkLongTuple9TN_GetSize; extern(C) void* function(void* jarg1) vtkLongTuple9TN_GetData__SWIG_0; extern(C) void* function(void* jarg1, int jarg2) vtkLongTuple9TN_opIndex__SWIG_0; extern(C) core.stdc.config.c_long function(void* jarg1, int jarg2) vtkLongTuple9TN_opCall; extern(C) uint function(void* jarg1, void* jarg2, core.stdc.config.c_long jarg3) vtkLongTuple9TN_Compare; extern(C) void function(void* jarg1) delete_vtkLongTuple9TN; extern(C) void* function() new_vtkLongTuple10TN__SWIG_0; extern(C) void* function(core.stdc.config.c_long jarg1) new_vtkLongTuple10TN__SWIG_1; extern(C) void* function(void* jarg1) new_vtkLongTuple10TN__SWIG_2; extern(C) int function(void* jarg1) vtkLongTuple10TN_GetSize; extern(C) void* function(void* jarg1) vtkLongTuple10TN_GetData__SWIG_0; extern(C) void* function(void* jarg1, int jarg2) vtkLongTuple10TN_opIndex__SWIG_0; extern(C) core.stdc.config.c_long function(void* jarg1, int jarg2) vtkLongTuple10TN_opCall; extern(C) uint function(void* jarg1, void* jarg2, core.stdc.config.c_long jarg3) vtkLongTuple10TN_Compare; extern(C) void function(void* jarg1) delete_vtkLongTuple10TN; extern(C) void* function() new_vtkUnsignedLongTuple1TN__SWIG_0; extern(C) void* function(core.stdc.config.c_ulong jarg1) new_vtkUnsignedLongTuple1TN__SWIG_1; extern(C) void* function(void* jarg1) new_vtkUnsignedLongTuple1TN__SWIG_2; extern(C) int function(void* jarg1) vtkUnsignedLongTuple1TN_GetSize; extern(C) void* function(void* jarg1) vtkUnsignedLongTuple1TN_GetData__SWIG_0; extern(C) void* function(void* jarg1, int jarg2) vtkUnsignedLongTuple1TN_opIndex__SWIG_0; extern(C) core.stdc.config.c_ulong function(void* jarg1, int jarg2) vtkUnsignedLongTuple1TN_opCall; extern(C) uint function(void* jarg1, void* jarg2, core.stdc.config.c_ulong jarg3) vtkUnsignedLongTuple1TN_Compare; extern(C) void function(void* jarg1) delete_vtkUnsignedLongTuple1TN; extern(C) void* function() new_vtkUnsignedLongTuple2TN__SWIG_0; extern(C) void* function(core.stdc.config.c_ulong jarg1) new_vtkUnsignedLongTuple2TN__SWIG_1; extern(C) void* function(void* jarg1) new_vtkUnsignedLongTuple2TN__SWIG_2; extern(C) int function(void* jarg1) vtkUnsignedLongTuple2TN_GetSize; extern(C) void* function(void* jarg1) vtkUnsignedLongTuple2TN_GetData__SWIG_0; extern(C) void* function(void* jarg1, int jarg2) vtkUnsignedLongTuple2TN_opIndex__SWIG_0; extern(C) core.stdc.config.c_ulong function(void* jarg1, int jarg2) vtkUnsignedLongTuple2TN_opCall; extern(C) uint function(void* jarg1, void* jarg2, core.stdc.config.c_ulong jarg3) vtkUnsignedLongTuple2TN_Compare; extern(C) void function(void* jarg1) delete_vtkUnsignedLongTuple2TN; extern(C) void* function() new_vtkUnsignedLongTuple3TN__SWIG_0; extern(C) void* function(core.stdc.config.c_ulong jarg1) new_vtkUnsignedLongTuple3TN__SWIG_1; extern(C) void* function(void* jarg1) new_vtkUnsignedLongTuple3TN__SWIG_2; extern(C) int function(void* jarg1) vtkUnsignedLongTuple3TN_GetSize; extern(C) void* function(void* jarg1) vtkUnsignedLongTuple3TN_GetData__SWIG_0; extern(C) void* function(void* jarg1, int jarg2) vtkUnsignedLongTuple3TN_opIndex__SWIG_0; extern(C) core.stdc.config.c_ulong function(void* jarg1, int jarg2) vtkUnsignedLongTuple3TN_opCall; extern(C) uint function(void* jarg1, void* jarg2, core.stdc.config.c_ulong jarg3) vtkUnsignedLongTuple3TN_Compare; extern(C) void function(void* jarg1) delete_vtkUnsignedLongTuple3TN; extern(C) void* function() new_vtkUnsignedLongTuple4TN__SWIG_0; extern(C) void* function(core.stdc.config.c_ulong jarg1) new_vtkUnsignedLongTuple4TN__SWIG_1; extern(C) void* function(void* jarg1) new_vtkUnsignedLongTuple4TN__SWIG_2; extern(C) int function(void* jarg1) vtkUnsignedLongTuple4TN_GetSize; extern(C) void* function(void* jarg1) vtkUnsignedLongTuple4TN_GetData__SWIG_0; extern(C) void* function(void* jarg1, int jarg2) vtkUnsignedLongTuple4TN_opIndex__SWIG_0; extern(C) core.stdc.config.c_ulong function(void* jarg1, int jarg2) vtkUnsignedLongTuple4TN_opCall; extern(C) uint function(void* jarg1, void* jarg2, core.stdc.config.c_ulong jarg3) vtkUnsignedLongTuple4TN_Compare; extern(C) void function(void* jarg1) delete_vtkUnsignedLongTuple4TN; extern(C) void* function() new_vtkUnsignedLongTuple5TN__SWIG_0; extern(C) void* function(core.stdc.config.c_ulong jarg1) new_vtkUnsignedLongTuple5TN__SWIG_1; extern(C) void* function(void* jarg1) new_vtkUnsignedLongTuple5TN__SWIG_2; extern(C) int function(void* jarg1) vtkUnsignedLongTuple5TN_GetSize; extern(C) void* function(void* jarg1) vtkUnsignedLongTuple5TN_GetData__SWIG_0; extern(C) void* function(void* jarg1, int jarg2) vtkUnsignedLongTuple5TN_opIndex__SWIG_0; extern(C) core.stdc.config.c_ulong function(void* jarg1, int jarg2) vtkUnsignedLongTuple5TN_opCall; extern(C) uint function(void* jarg1, void* jarg2, core.stdc.config.c_ulong jarg3) vtkUnsignedLongTuple5TN_Compare; extern(C) void function(void* jarg1) delete_vtkUnsignedLongTuple5TN; extern(C) void* function() new_vtkUnsignedLongTuple6TN__SWIG_0; extern(C) void* function(core.stdc.config.c_ulong jarg1) new_vtkUnsignedLongTuple6TN__SWIG_1; extern(C) void* function(void* jarg1) new_vtkUnsignedLongTuple6TN__SWIG_2; extern(C) int function(void* jarg1) vtkUnsignedLongTuple6TN_GetSize; extern(C) void* function(void* jarg1) vtkUnsignedLongTuple6TN_GetData__SWIG_0; extern(C) void* function(void* jarg1, int jarg2) vtkUnsignedLongTuple6TN_opIndex__SWIG_0; extern(C) core.stdc.config.c_ulong function(void* jarg1, int jarg2) vtkUnsignedLongTuple6TN_opCall; extern(C) uint function(void* jarg1, void* jarg2, core.stdc.config.c_ulong jarg3) vtkUnsignedLongTuple6TN_Compare; extern(C) void function(void* jarg1) delete_vtkUnsignedLongTuple6TN; extern(C) void* function() new_vtkUnsignedLongTuple7TN__SWIG_0; extern(C) void* function(core.stdc.config.c_ulong jarg1) new_vtkUnsignedLongTuple7TN__SWIG_1; extern(C) void* function(void* jarg1) new_vtkUnsignedLongTuple7TN__SWIG_2; extern(C) int function(void* jarg1) vtkUnsignedLongTuple7TN_GetSize; extern(C) void* function(void* jarg1) vtkUnsignedLongTuple7TN_GetData__SWIG_0; extern(C) void* function(void* jarg1, int jarg2) vtkUnsignedLongTuple7TN_opIndex__SWIG_0; extern(C) core.stdc.config.c_ulong function(void* jarg1, int jarg2) vtkUnsignedLongTuple7TN_opCall; extern(C) uint function(void* jarg1, void* jarg2, core.stdc.config.c_ulong jarg3) vtkUnsignedLongTuple7TN_Compare; extern(C) void function(void* jarg1) delete_vtkUnsignedLongTuple7TN; extern(C) void* function() new_vtkUnsignedLongTuple8TN__SWIG_0; extern(C) void* function(core.stdc.config.c_ulong jarg1) new_vtkUnsignedLongTuple8TN__SWIG_1; extern(C) void* function(void* jarg1) new_vtkUnsignedLongTuple8TN__SWIG_2; extern(C) int function(void* jarg1) vtkUnsignedLongTuple8TN_GetSize; extern(C) void* function(void* jarg1) vtkUnsignedLongTuple8TN_GetData__SWIG_0; extern(C) void* function(void* jarg1, int jarg2) vtkUnsignedLongTuple8TN_opIndex__SWIG_0; extern(C) core.stdc.config.c_ulong function(void* jarg1, int jarg2) vtkUnsignedLongTuple8TN_opCall; extern(C) uint function(void* jarg1, void* jarg2, core.stdc.config.c_ulong jarg3) vtkUnsignedLongTuple8TN_Compare; extern(C) void function(void* jarg1) delete_vtkUnsignedLongTuple8TN; extern(C) void* function() new_vtkUnsignedLongTuple9TN__SWIG_0; extern(C) void* function(core.stdc.config.c_ulong jarg1) new_vtkUnsignedLongTuple9TN__SWIG_1; extern(C) void* function(void* jarg1) new_vtkUnsignedLongTuple9TN__SWIG_2; extern(C) int function(void* jarg1) vtkUnsignedLongTuple9TN_GetSize; extern(C) void* function(void* jarg1) vtkUnsignedLongTuple9TN_GetData__SWIG_0; extern(C) void* function(void* jarg1, int jarg2) vtkUnsignedLongTuple9TN_opIndex__SWIG_0; extern(C) core.stdc.config.c_ulong function(void* jarg1, int jarg2) vtkUnsignedLongTuple9TN_opCall; extern(C) uint function(void* jarg1, void* jarg2, core.stdc.config.c_ulong jarg3) vtkUnsignedLongTuple9TN_Compare; extern(C) void function(void* jarg1) delete_vtkUnsignedLongTuple9TN; extern(C) void* function() new_vtkUnsignedLongTuple10TN__SWIG_0; extern(C) void* function(core.stdc.config.c_ulong jarg1) new_vtkUnsignedLongTuple10TN__SWIG_1; extern(C) void* function(void* jarg1) new_vtkUnsignedLongTuple10TN__SWIG_2; extern(C) int function(void* jarg1) vtkUnsignedLongTuple10TN_GetSize; extern(C) void* function(void* jarg1) vtkUnsignedLongTuple10TN_GetData__SWIG_0; extern(C) void* function(void* jarg1, int jarg2) vtkUnsignedLongTuple10TN_opIndex__SWIG_0; extern(C) core.stdc.config.c_ulong function(void* jarg1, int jarg2) vtkUnsignedLongTuple10TN_opCall; extern(C) uint function(void* jarg1, void* jarg2, core.stdc.config.c_ulong jarg3) vtkUnsignedLongTuple10TN_Compare; extern(C) void function(void* jarg1) delete_vtkUnsignedLongTuple10TN; extern(C) void* function() new_vtkLongLongTuple1TN__SWIG_0; extern(C) void* function(long jarg1) new_vtkLongLongTuple1TN__SWIG_1; extern(C) void* function(void* jarg1) new_vtkLongLongTuple1TN__SWIG_2; extern(C) int function(void* jarg1) vtkLongLongTuple1TN_GetSize; extern(C) void* function(void* jarg1) vtkLongLongTuple1TN_GetData__SWIG_0; extern(C) void* function(void* jarg1, int jarg2) vtkLongLongTuple1TN_opIndex__SWIG_0; extern(C) long function(void* jarg1, int jarg2) vtkLongLongTuple1TN_opCall; extern(C) uint function(void* jarg1, void* jarg2, long jarg3) vtkLongLongTuple1TN_Compare; extern(C) void function(void* jarg1) delete_vtkLongLongTuple1TN; extern(C) void* function() new_vtkLongLongTuple2TN__SWIG_0; extern(C) void* function(long jarg1) new_vtkLongLongTuple2TN__SWIG_1; extern(C) void* function(void* jarg1) new_vtkLongLongTuple2TN__SWIG_2; extern(C) int function(void* jarg1) vtkLongLongTuple2TN_GetSize; extern(C) void* function(void* jarg1) vtkLongLongTuple2TN_GetData__SWIG_0; extern(C) void* function(void* jarg1, int jarg2) vtkLongLongTuple2TN_opIndex__SWIG_0; extern(C) long function(void* jarg1, int jarg2) vtkLongLongTuple2TN_opCall; extern(C) uint function(void* jarg1, void* jarg2, long jarg3) vtkLongLongTuple2TN_Compare; extern(C) void function(void* jarg1) delete_vtkLongLongTuple2TN; extern(C) void* function() new_vtkLongLongTuple3TN__SWIG_0; extern(C) void* function(long jarg1) new_vtkLongLongTuple3TN__SWIG_1; extern(C) void* function(void* jarg1) new_vtkLongLongTuple3TN__SWIG_2; extern(C) int function(void* jarg1) vtkLongLongTuple3TN_GetSize; extern(C) void* function(void* jarg1) vtkLongLongTuple3TN_GetData__SWIG_0; extern(C) void* function(void* jarg1, int jarg2) vtkLongLongTuple3TN_opIndex__SWIG_0; extern(C) long function(void* jarg1, int jarg2) vtkLongLongTuple3TN_opCall; extern(C) uint function(void* jarg1, void* jarg2, long jarg3) vtkLongLongTuple3TN_Compare; extern(C) void function(void* jarg1) delete_vtkLongLongTuple3TN; extern(C) void* function() new_vtkLongLongTuple4TN__SWIG_0; extern(C) void* function(long jarg1) new_vtkLongLongTuple4TN__SWIG_1; extern(C) void* function(void* jarg1) new_vtkLongLongTuple4TN__SWIG_2; extern(C) int function(void* jarg1) vtkLongLongTuple4TN_GetSize; extern(C) void* function(void* jarg1) vtkLongLongTuple4TN_GetData__SWIG_0; extern(C) void* function(void* jarg1, int jarg2) vtkLongLongTuple4TN_opIndex__SWIG_0; extern(C) long function(void* jarg1, int jarg2) vtkLongLongTuple4TN_opCall; extern(C) uint function(void* jarg1, void* jarg2, long jarg3) vtkLongLongTuple4TN_Compare; extern(C) void function(void* jarg1) delete_vtkLongLongTuple4TN; extern(C) void* function() new_vtkLongLongTuple5TN__SWIG_0; extern(C) void* function(long jarg1) new_vtkLongLongTuple5TN__SWIG_1; extern(C) void* function(void* jarg1) new_vtkLongLongTuple5TN__SWIG_2; extern(C) int function(void* jarg1) vtkLongLongTuple5TN_GetSize; extern(C) void* function(void* jarg1) vtkLongLongTuple5TN_GetData__SWIG_0; extern(C) void* function(void* jarg1, int jarg2) vtkLongLongTuple5TN_opIndex__SWIG_0; extern(C) long function(void* jarg1, int jarg2) vtkLongLongTuple5TN_opCall; extern(C) uint function(void* jarg1, void* jarg2, long jarg3) vtkLongLongTuple5TN_Compare; extern(C) void function(void* jarg1) delete_vtkLongLongTuple5TN; extern(C) void* function() new_vtkLongLongTuple6TN__SWIG_0; extern(C) void* function(long jarg1) new_vtkLongLongTuple6TN__SWIG_1; extern(C) void* function(void* jarg1) new_vtkLongLongTuple6TN__SWIG_2; extern(C) int function(void* jarg1) vtkLongLongTuple6TN_GetSize; extern(C) void* function(void* jarg1) vtkLongLongTuple6TN_GetData__SWIG_0; extern(C) void* function(void* jarg1, int jarg2) vtkLongLongTuple6TN_opIndex__SWIG_0; extern(C) long function(void* jarg1, int jarg2) vtkLongLongTuple6TN_opCall; extern(C) uint function(void* jarg1, void* jarg2, long jarg3) vtkLongLongTuple6TN_Compare; extern(C) void function(void* jarg1) delete_vtkLongLongTuple6TN; extern(C) void* function() new_vtkLongLongTuple7TN__SWIG_0; extern(C) void* function(long jarg1) new_vtkLongLongTuple7TN__SWIG_1; extern(C) void* function(void* jarg1) new_vtkLongLongTuple7TN__SWIG_2; extern(C) int function(void* jarg1) vtkLongLongTuple7TN_GetSize; extern(C) void* function(void* jarg1) vtkLongLongTuple7TN_GetData__SWIG_0; extern(C) void* function(void* jarg1, int jarg2) vtkLongLongTuple7TN_opIndex__SWIG_0; extern(C) long function(void* jarg1, int jarg2) vtkLongLongTuple7TN_opCall; extern(C) uint function(void* jarg1, void* jarg2, long jarg3) vtkLongLongTuple7TN_Compare; extern(C) void function(void* jarg1) delete_vtkLongLongTuple7TN; extern(C) void* function() new_vtkLongLongTuple8TN__SWIG_0; extern(C) void* function(long jarg1) new_vtkLongLongTuple8TN__SWIG_1; extern(C) void* function(void* jarg1) new_vtkLongLongTuple8TN__SWIG_2; extern(C) int function(void* jarg1) vtkLongLongTuple8TN_GetSize; extern(C) void* function(void* jarg1) vtkLongLongTuple8TN_GetData__SWIG_0; extern(C) void* function(void* jarg1, int jarg2) vtkLongLongTuple8TN_opIndex__SWIG_0; extern(C) long function(void* jarg1, int jarg2) vtkLongLongTuple8TN_opCall; extern(C) uint function(void* jarg1, void* jarg2, long jarg3) vtkLongLongTuple8TN_Compare; extern(C) void function(void* jarg1) delete_vtkLongLongTuple8TN; extern(C) void* function() new_vtkLongLongTuple9TN__SWIG_0; extern(C) void* function(long jarg1) new_vtkLongLongTuple9TN__SWIG_1; extern(C) void* function(void* jarg1) new_vtkLongLongTuple9TN__SWIG_2; extern(C) int function(void* jarg1) vtkLongLongTuple9TN_GetSize; extern(C) void* function(void* jarg1) vtkLongLongTuple9TN_GetData__SWIG_0; extern(C) void* function(void* jarg1, int jarg2) vtkLongLongTuple9TN_opIndex__SWIG_0; extern(C) long function(void* jarg1, int jarg2) vtkLongLongTuple9TN_opCall; extern(C) uint function(void* jarg1, void* jarg2, long jarg3) vtkLongLongTuple9TN_Compare; extern(C) void function(void* jarg1) delete_vtkLongLongTuple9TN; extern(C) void* function() new_vtkLongLongTuple10TN__SWIG_0; extern(C) void* function(long jarg1) new_vtkLongLongTuple10TN__SWIG_1; extern(C) void* function(void* jarg1) new_vtkLongLongTuple10TN__SWIG_2; extern(C) int function(void* jarg1) vtkLongLongTuple10TN_GetSize; extern(C) void* function(void* jarg1) vtkLongLongTuple10TN_GetData__SWIG_0; extern(C) void* function(void* jarg1, int jarg2) vtkLongLongTuple10TN_opIndex__SWIG_0; extern(C) long function(void* jarg1, int jarg2) vtkLongLongTuple10TN_opCall; extern(C) uint function(void* jarg1, void* jarg2, long jarg3) vtkLongLongTuple10TN_Compare; extern(C) void function(void* jarg1) delete_vtkLongLongTuple10TN; extern(C) void* function() new_vtkUnsignedLongLongTuple1TN__SWIG_0; extern(C) void* function(ulong jarg1) new_vtkUnsignedLongLongTuple1TN__SWIG_1; extern(C) void* function(void* jarg1) new_vtkUnsignedLongLongTuple1TN__SWIG_2; extern(C) int function(void* jarg1) vtkUnsignedLongLongTuple1TN_GetSize; extern(C) void* function(void* jarg1) vtkUnsignedLongLongTuple1TN_GetData__SWIG_0; extern(C) void* function(void* jarg1, int jarg2) vtkUnsignedLongLongTuple1TN_opIndex__SWIG_0; extern(C) ulong function(void* jarg1, int jarg2) vtkUnsignedLongLongTuple1TN_opCall; extern(C) uint function(void* jarg1, void* jarg2, ulong jarg3) vtkUnsignedLongLongTuple1TN_Compare; extern(C) void function(void* jarg1) delete_vtkUnsignedLongLongTuple1TN; extern(C) void* function() new_vtkUnsignedLongLongTuple2TN__SWIG_0; extern(C) void* function(ulong jarg1) new_vtkUnsignedLongLongTuple2TN__SWIG_1; extern(C) void* function(void* jarg1) new_vtkUnsignedLongLongTuple2TN__SWIG_2; extern(C) int function(void* jarg1) vtkUnsignedLongLongTuple2TN_GetSize; extern(C) void* function(void* jarg1) vtkUnsignedLongLongTuple2TN_GetData__SWIG_0; extern(C) void* function(void* jarg1, int jarg2) vtkUnsignedLongLongTuple2TN_opIndex__SWIG_0; extern(C) ulong function(void* jarg1, int jarg2) vtkUnsignedLongLongTuple2TN_opCall; extern(C) uint function(void* jarg1, void* jarg2, ulong jarg3) vtkUnsignedLongLongTuple2TN_Compare; extern(C) void function(void* jarg1) delete_vtkUnsignedLongLongTuple2TN; extern(C) void* function() new_vtkUnsignedLongLongTuple3TN__SWIG_0; extern(C) void* function(ulong jarg1) new_vtkUnsignedLongLongTuple3TN__SWIG_1; extern(C) void* function(void* jarg1) new_vtkUnsignedLongLongTuple3TN__SWIG_2; extern(C) int function(void* jarg1) vtkUnsignedLongLongTuple3TN_GetSize; extern(C) void* function(void* jarg1) vtkUnsignedLongLongTuple3TN_GetData__SWIG_0; extern(C) void* function(void* jarg1, int jarg2) vtkUnsignedLongLongTuple3TN_opIndex__SWIG_0; extern(C) ulong function(void* jarg1, int jarg2) vtkUnsignedLongLongTuple3TN_opCall; extern(C) uint function(void* jarg1, void* jarg2, ulong jarg3) vtkUnsignedLongLongTuple3TN_Compare; extern(C) void function(void* jarg1) delete_vtkUnsignedLongLongTuple3TN; extern(C) void* function() new_vtkUnsignedLongLongTuple4TN__SWIG_0; extern(C) void* function(ulong jarg1) new_vtkUnsignedLongLongTuple4TN__SWIG_1; extern(C) void* function(void* jarg1) new_vtkUnsignedLongLongTuple4TN__SWIG_2; extern(C) int function(void* jarg1) vtkUnsignedLongLongTuple4TN_GetSize; extern(C) void* function(void* jarg1) vtkUnsignedLongLongTuple4TN_GetData__SWIG_0; extern(C) void* function(void* jarg1, int jarg2) vtkUnsignedLongLongTuple4TN_opIndex__SWIG_0; extern(C) ulong function(void* jarg1, int jarg2) vtkUnsignedLongLongTuple4TN_opCall; extern(C) uint function(void* jarg1, void* jarg2, ulong jarg3) vtkUnsignedLongLongTuple4TN_Compare; extern(C) void function(void* jarg1) delete_vtkUnsignedLongLongTuple4TN; extern(C) void* function() new_vtkUnsignedLongLongTuple5TN__SWIG_0; extern(C) void* function(ulong jarg1) new_vtkUnsignedLongLongTuple5TN__SWIG_1; extern(C) void* function(void* jarg1) new_vtkUnsignedLongLongTuple5TN__SWIG_2; extern(C) int function(void* jarg1) vtkUnsignedLongLongTuple5TN_GetSize; extern(C) void* function(void* jarg1) vtkUnsignedLongLongTuple5TN_GetData__SWIG_0; extern(C) void* function(void* jarg1, int jarg2) vtkUnsignedLongLongTuple5TN_opIndex__SWIG_0; extern(C) ulong function(void* jarg1, int jarg2) vtkUnsignedLongLongTuple5TN_opCall; extern(C) uint function(void* jarg1, void* jarg2, ulong jarg3) vtkUnsignedLongLongTuple5TN_Compare; extern(C) void function(void* jarg1) delete_vtkUnsignedLongLongTuple5TN; extern(C) void* function() new_vtkUnsignedLongLongTuple6TN__SWIG_0; extern(C) void* function(ulong jarg1) new_vtkUnsignedLongLongTuple6TN__SWIG_1; extern(C) void* function(void* jarg1) new_vtkUnsignedLongLongTuple6TN__SWIG_2; extern(C) int function(void* jarg1) vtkUnsignedLongLongTuple6TN_GetSize; extern(C) void* function(void* jarg1) vtkUnsignedLongLongTuple6TN_GetData__SWIG_0; extern(C) void* function(void* jarg1, int jarg2) vtkUnsignedLongLongTuple6TN_opIndex__SWIG_0; extern(C) ulong function(void* jarg1, int jarg2) vtkUnsignedLongLongTuple6TN_opCall; extern(C) uint function(void* jarg1, void* jarg2, ulong jarg3) vtkUnsignedLongLongTuple6TN_Compare; extern(C) void function(void* jarg1) delete_vtkUnsignedLongLongTuple6TN; extern(C) void* function() new_vtkUnsignedLongLongTuple7TN__SWIG_0; extern(C) void* function(ulong jarg1) new_vtkUnsignedLongLongTuple7TN__SWIG_1; extern(C) void* function(void* jarg1) new_vtkUnsignedLongLongTuple7TN__SWIG_2; extern(C) int function(void* jarg1) vtkUnsignedLongLongTuple7TN_GetSize; extern(C) void* function(void* jarg1) vtkUnsignedLongLongTuple7TN_GetData__SWIG_0; extern(C) void* function(void* jarg1, int jarg2) vtkUnsignedLongLongTuple7TN_opIndex__SWIG_0; extern(C) ulong function(void* jarg1, int jarg2) vtkUnsignedLongLongTuple7TN_opCall; extern(C) uint function(void* jarg1, void* jarg2, ulong jarg3) vtkUnsignedLongLongTuple7TN_Compare; extern(C) void function(void* jarg1) delete_vtkUnsignedLongLongTuple7TN; extern(C) void* function() new_vtkUnsignedLongLongTuple8TN__SWIG_0; extern(C) void* function(ulong jarg1) new_vtkUnsignedLongLongTuple8TN__SWIG_1; extern(C) void* function(void* jarg1) new_vtkUnsignedLongLongTuple8TN__SWIG_2; extern(C) int function(void* jarg1) vtkUnsignedLongLongTuple8TN_GetSize; extern(C) void* function(void* jarg1) vtkUnsignedLongLongTuple8TN_GetData__SWIG_0; extern(C) void* function(void* jarg1, int jarg2) vtkUnsignedLongLongTuple8TN_opIndex__SWIG_0; extern(C) ulong function(void* jarg1, int jarg2) vtkUnsignedLongLongTuple8TN_opCall; extern(C) uint function(void* jarg1, void* jarg2, ulong jarg3) vtkUnsignedLongLongTuple8TN_Compare; extern(C) void function(void* jarg1) delete_vtkUnsignedLongLongTuple8TN; extern(C) void* function() new_vtkUnsignedLongLongTuple9TN__SWIG_0; extern(C) void* function(ulong jarg1) new_vtkUnsignedLongLongTuple9TN__SWIG_1; extern(C) void* function(void* jarg1) new_vtkUnsignedLongLongTuple9TN__SWIG_2; extern(C) int function(void* jarg1) vtkUnsignedLongLongTuple9TN_GetSize; extern(C) void* function(void* jarg1) vtkUnsignedLongLongTuple9TN_GetData__SWIG_0; extern(C) void* function(void* jarg1, int jarg2) vtkUnsignedLongLongTuple9TN_opIndex__SWIG_0; extern(C) ulong function(void* jarg1, int jarg2) vtkUnsignedLongLongTuple9TN_opCall; extern(C) uint function(void* jarg1, void* jarg2, ulong jarg3) vtkUnsignedLongLongTuple9TN_Compare; extern(C) void function(void* jarg1) delete_vtkUnsignedLongLongTuple9TN; extern(C) void* function() new_vtkUnsignedLongLongTuple10TN__SWIG_0; extern(C) void* function(ulong jarg1) new_vtkUnsignedLongLongTuple10TN__SWIG_1; extern(C) void* function(void* jarg1) new_vtkUnsignedLongLongTuple10TN__SWIG_2; extern(C) int function(void* jarg1) vtkUnsignedLongLongTuple10TN_GetSize; extern(C) void* function(void* jarg1) vtkUnsignedLongLongTuple10TN_GetData__SWIG_0; extern(C) void* function(void* jarg1, int jarg2) vtkUnsignedLongLongTuple10TN_opIndex__SWIG_0; extern(C) ulong function(void* jarg1, int jarg2) vtkUnsignedLongLongTuple10TN_opCall; extern(C) uint function(void* jarg1, void* jarg2, ulong jarg3) vtkUnsignedLongLongTuple10TN_Compare; extern(C) void function(void* jarg1) delete_vtkUnsignedLongLongTuple10TN; extern(C) void* function() new_vtkIdTypeTuple1TN__SWIG_0; extern(C) void* function(long jarg1) new_vtkIdTypeTuple1TN__SWIG_1; extern(C) void* function(void* jarg1) new_vtkIdTypeTuple1TN__SWIG_2; extern(C) int function(void* jarg1) vtkIdTypeTuple1TN_GetSize; extern(C) void* function(void* jarg1) vtkIdTypeTuple1TN_GetData__SWIG_0; extern(C) void* function(void* jarg1, int jarg2) vtkIdTypeTuple1TN_opIndex__SWIG_0; extern(C) long function(void* jarg1, int jarg2) vtkIdTypeTuple1TN_opCall; extern(C) uint function(void* jarg1, void* jarg2, long jarg3) vtkIdTypeTuple1TN_Compare; extern(C) void function(void* jarg1) delete_vtkIdTypeTuple1TN; extern(C) void* function() new_vtkIdTypeTuple2TN__SWIG_0; extern(C) void* function(long jarg1) new_vtkIdTypeTuple2TN__SWIG_1; extern(C) void* function(void* jarg1) new_vtkIdTypeTuple2TN__SWIG_2; extern(C) int function(void* jarg1) vtkIdTypeTuple2TN_GetSize; extern(C) void* function(void* jarg1) vtkIdTypeTuple2TN_GetData__SWIG_0; extern(C) void* function(void* jarg1, int jarg2) vtkIdTypeTuple2TN_opIndex__SWIG_0; extern(C) long function(void* jarg1, int jarg2) vtkIdTypeTuple2TN_opCall; extern(C) uint function(void* jarg1, void* jarg2, long jarg3) vtkIdTypeTuple2TN_Compare; extern(C) void function(void* jarg1) delete_vtkIdTypeTuple2TN; extern(C) void* function() new_vtkIdTypeTuple3TN__SWIG_0; extern(C) void* function(long jarg1) new_vtkIdTypeTuple3TN__SWIG_1; extern(C) void* function(void* jarg1) new_vtkIdTypeTuple3TN__SWIG_2; extern(C) int function(void* jarg1) vtkIdTypeTuple3TN_GetSize; extern(C) void* function(void* jarg1) vtkIdTypeTuple3TN_GetData__SWIG_0; extern(C) void* function(void* jarg1, int jarg2) vtkIdTypeTuple3TN_opIndex__SWIG_0; extern(C) long function(void* jarg1, int jarg2) vtkIdTypeTuple3TN_opCall; extern(C) uint function(void* jarg1, void* jarg2, long jarg3) vtkIdTypeTuple3TN_Compare; extern(C) void function(void* jarg1) delete_vtkIdTypeTuple3TN; extern(C) void* function() new_vtkIdTypeTuple4TN__SWIG_0; extern(C) void* function(long jarg1) new_vtkIdTypeTuple4TN__SWIG_1; extern(C) void* function(void* jarg1) new_vtkIdTypeTuple4TN__SWIG_2; extern(C) int function(void* jarg1) vtkIdTypeTuple4TN_GetSize; extern(C) void* function(void* jarg1) vtkIdTypeTuple4TN_GetData__SWIG_0; extern(C) void* function(void* jarg1, int jarg2) vtkIdTypeTuple4TN_opIndex__SWIG_0; extern(C) long function(void* jarg1, int jarg2) vtkIdTypeTuple4TN_opCall; extern(C) uint function(void* jarg1, void* jarg2, long jarg3) vtkIdTypeTuple4TN_Compare; extern(C) void function(void* jarg1) delete_vtkIdTypeTuple4TN; extern(C) void* function() new_vtkIdTypeTuple5TN__SWIG_0; extern(C) void* function(long jarg1) new_vtkIdTypeTuple5TN__SWIG_1; extern(C) void* function(void* jarg1) new_vtkIdTypeTuple5TN__SWIG_2; extern(C) int function(void* jarg1) vtkIdTypeTuple5TN_GetSize; extern(C) void* function(void* jarg1) vtkIdTypeTuple5TN_GetData__SWIG_0; extern(C) void* function(void* jarg1, int jarg2) vtkIdTypeTuple5TN_opIndex__SWIG_0; extern(C) long function(void* jarg1, int jarg2) vtkIdTypeTuple5TN_opCall; extern(C) uint function(void* jarg1, void* jarg2, long jarg3) vtkIdTypeTuple5TN_Compare; extern(C) void function(void* jarg1) delete_vtkIdTypeTuple5TN; extern(C) void* function() new_vtkIdTypeTuple6TN__SWIG_0; extern(C) void* function(long jarg1) new_vtkIdTypeTuple6TN__SWIG_1; extern(C) void* function(void* jarg1) new_vtkIdTypeTuple6TN__SWIG_2; extern(C) int function(void* jarg1) vtkIdTypeTuple6TN_GetSize; extern(C) void* function(void* jarg1) vtkIdTypeTuple6TN_GetData__SWIG_0; extern(C) void* function(void* jarg1, int jarg2) vtkIdTypeTuple6TN_opIndex__SWIG_0; extern(C) long function(void* jarg1, int jarg2) vtkIdTypeTuple6TN_opCall; extern(C) uint function(void* jarg1, void* jarg2, long jarg3) vtkIdTypeTuple6TN_Compare; extern(C) void function(void* jarg1) delete_vtkIdTypeTuple6TN; extern(C) void* function() new_vtkIdTypeTuple7TN__SWIG_0; extern(C) void* function(long jarg1) new_vtkIdTypeTuple7TN__SWIG_1; extern(C) void* function(void* jarg1) new_vtkIdTypeTuple7TN__SWIG_2; extern(C) int function(void* jarg1) vtkIdTypeTuple7TN_GetSize; extern(C) void* function(void* jarg1) vtkIdTypeTuple7TN_GetData__SWIG_0; extern(C) void* function(void* jarg1, int jarg2) vtkIdTypeTuple7TN_opIndex__SWIG_0; extern(C) long function(void* jarg1, int jarg2) vtkIdTypeTuple7TN_opCall; extern(C) uint function(void* jarg1, void* jarg2, long jarg3) vtkIdTypeTuple7TN_Compare; extern(C) void function(void* jarg1) delete_vtkIdTypeTuple7TN; extern(C) void* function() new_vtkIdTypeTuple8TN__SWIG_0; extern(C) void* function(long jarg1) new_vtkIdTypeTuple8TN__SWIG_1; extern(C) void* function(void* jarg1) new_vtkIdTypeTuple8TN__SWIG_2; extern(C) int function(void* jarg1) vtkIdTypeTuple8TN_GetSize; extern(C) void* function(void* jarg1) vtkIdTypeTuple8TN_GetData__SWIG_0; extern(C) void* function(void* jarg1, int jarg2) vtkIdTypeTuple8TN_opIndex__SWIG_0; extern(C) long function(void* jarg1, int jarg2) vtkIdTypeTuple8TN_opCall; extern(C) uint function(void* jarg1, void* jarg2, long jarg3) vtkIdTypeTuple8TN_Compare; extern(C) void function(void* jarg1) delete_vtkIdTypeTuple8TN; extern(C) void* function() new_vtkIdTypeTuple9TN__SWIG_0; extern(C) void* function(long jarg1) new_vtkIdTypeTuple9TN__SWIG_1; extern(C) void* function(void* jarg1) new_vtkIdTypeTuple9TN__SWIG_2; extern(C) int function(void* jarg1) vtkIdTypeTuple9TN_GetSize; extern(C) void* function(void* jarg1) vtkIdTypeTuple9TN_GetData__SWIG_0; extern(C) void* function(void* jarg1, int jarg2) vtkIdTypeTuple9TN_opIndex__SWIG_0; extern(C) long function(void* jarg1, int jarg2) vtkIdTypeTuple9TN_opCall; extern(C) uint function(void* jarg1, void* jarg2, long jarg3) vtkIdTypeTuple9TN_Compare; extern(C) void function(void* jarg1) delete_vtkIdTypeTuple9TN; extern(C) void* function() new_vtkIdTypeTuple10TN__SWIG_0; extern(C) void* function(long jarg1) new_vtkIdTypeTuple10TN__SWIG_1; extern(C) void* function(void* jarg1) new_vtkIdTypeTuple10TN__SWIG_2; extern(C) int function(void* jarg1) vtkIdTypeTuple10TN_GetSize; extern(C) void* function(void* jarg1) vtkIdTypeTuple10TN_GetData__SWIG_0; extern(C) void* function(void* jarg1, int jarg2) vtkIdTypeTuple10TN_opIndex__SWIG_0; extern(C) long function(void* jarg1, int jarg2) vtkIdTypeTuple10TN_opCall; extern(C) uint function(void* jarg1, void* jarg2, long jarg3) vtkIdTypeTuple10TN_Compare; extern(C) void function(void* jarg1) delete_vtkIdTypeTuple10TN; extern(C) void* function() new_vtkFloatTuple1TN__SWIG_0; extern(C) void* function(float jarg1) new_vtkFloatTuple1TN__SWIG_1; extern(C) void* function(void* jarg1) new_vtkFloatTuple1TN__SWIG_2; extern(C) int function(void* jarg1) vtkFloatTuple1TN_GetSize; extern(C) void* function(void* jarg1) vtkFloatTuple1TN_GetData__SWIG_0; extern(C) void* function(void* jarg1, int jarg2) vtkFloatTuple1TN_opIndex__SWIG_0; extern(C) float function(void* jarg1, int jarg2) vtkFloatTuple1TN_opCall; extern(C) uint function(void* jarg1, void* jarg2, float jarg3) vtkFloatTuple1TN_Compare; extern(C) void function(void* jarg1) delete_vtkFloatTuple1TN; extern(C) void* function() new_vtkFloatTuple2TN__SWIG_0; extern(C) void* function(float jarg1) new_vtkFloatTuple2TN__SWIG_1; extern(C) void* function(void* jarg1) new_vtkFloatTuple2TN__SWIG_2; extern(C) int function(void* jarg1) vtkFloatTuple2TN_GetSize; extern(C) void* function(void* jarg1) vtkFloatTuple2TN_GetData__SWIG_0; extern(C) void* function(void* jarg1, int jarg2) vtkFloatTuple2TN_opIndex__SWIG_0; extern(C) float function(void* jarg1, int jarg2) vtkFloatTuple2TN_opCall; extern(C) uint function(void* jarg1, void* jarg2, float jarg3) vtkFloatTuple2TN_Compare; extern(C) void function(void* jarg1) delete_vtkFloatTuple2TN; extern(C) void* function() new_vtkFloatTuple3TN__SWIG_0; extern(C) void* function(float jarg1) new_vtkFloatTuple3TN__SWIG_1; extern(C) void* function(void* jarg1) new_vtkFloatTuple3TN__SWIG_2; extern(C) int function(void* jarg1) vtkFloatTuple3TN_GetSize; extern(C) void* function(void* jarg1) vtkFloatTuple3TN_GetData__SWIG_0; extern(C) void* function(void* jarg1, int jarg2) vtkFloatTuple3TN_opIndex__SWIG_0; extern(C) float function(void* jarg1, int jarg2) vtkFloatTuple3TN_opCall; extern(C) uint function(void* jarg1, void* jarg2, float jarg3) vtkFloatTuple3TN_Compare; extern(C) void function(void* jarg1) delete_vtkFloatTuple3TN; extern(C) void* function() new_vtkFloatTuple4TN__SWIG_0; extern(C) void* function(float jarg1) new_vtkFloatTuple4TN__SWIG_1; extern(C) void* function(void* jarg1) new_vtkFloatTuple4TN__SWIG_2; extern(C) int function(void* jarg1) vtkFloatTuple4TN_GetSize; extern(C) void* function(void* jarg1) vtkFloatTuple4TN_GetData__SWIG_0; extern(C) void* function(void* jarg1, int jarg2) vtkFloatTuple4TN_opIndex__SWIG_0; extern(C) float function(void* jarg1, int jarg2) vtkFloatTuple4TN_opCall; extern(C) uint function(void* jarg1, void* jarg2, float jarg3) vtkFloatTuple4TN_Compare; extern(C) void function(void* jarg1) delete_vtkFloatTuple4TN; extern(C) void* function() new_vtkFloatTuple5TN__SWIG_0; extern(C) void* function(float jarg1) new_vtkFloatTuple5TN__SWIG_1; extern(C) void* function(void* jarg1) new_vtkFloatTuple5TN__SWIG_2; extern(C) int function(void* jarg1) vtkFloatTuple5TN_GetSize; extern(C) void* function(void* jarg1) vtkFloatTuple5TN_GetData__SWIG_0; extern(C) void* function(void* jarg1, int jarg2) vtkFloatTuple5TN_opIndex__SWIG_0; extern(C) float function(void* jarg1, int jarg2) vtkFloatTuple5TN_opCall; extern(C) uint function(void* jarg1, void* jarg2, float jarg3) vtkFloatTuple5TN_Compare; extern(C) void function(void* jarg1) delete_vtkFloatTuple5TN; extern(C) void* function() new_vtkFloatTuple6TN__SWIG_0; extern(C) void* function(float jarg1) new_vtkFloatTuple6TN__SWIG_1; extern(C) void* function(void* jarg1) new_vtkFloatTuple6TN__SWIG_2; extern(C) int function(void* jarg1) vtkFloatTuple6TN_GetSize; extern(C) void* function(void* jarg1) vtkFloatTuple6TN_GetData__SWIG_0; extern(C) void* function(void* jarg1, int jarg2) vtkFloatTuple6TN_opIndex__SWIG_0; extern(C) float function(void* jarg1, int jarg2) vtkFloatTuple6TN_opCall; extern(C) uint function(void* jarg1, void* jarg2, float jarg3) vtkFloatTuple6TN_Compare; extern(C) void function(void* jarg1) delete_vtkFloatTuple6TN; extern(C) void* function() new_vtkFloatTuple7TN__SWIG_0; extern(C) void* function(float jarg1) new_vtkFloatTuple7TN__SWIG_1; extern(C) void* function(void* jarg1) new_vtkFloatTuple7TN__SWIG_2; extern(C) int function(void* jarg1) vtkFloatTuple7TN_GetSize; extern(C) void* function(void* jarg1) vtkFloatTuple7TN_GetData__SWIG_0; extern(C) void* function(void* jarg1, int jarg2) vtkFloatTuple7TN_opIndex__SWIG_0; extern(C) float function(void* jarg1, int jarg2) vtkFloatTuple7TN_opCall; extern(C) uint function(void* jarg1, void* jarg2, float jarg3) vtkFloatTuple7TN_Compare; extern(C) void function(void* jarg1) delete_vtkFloatTuple7TN; extern(C) void* function() new_vtkFloatTuple8TN__SWIG_0; extern(C) void* function(float jarg1) new_vtkFloatTuple8TN__SWIG_1; extern(C) void* function(void* jarg1) new_vtkFloatTuple8TN__SWIG_2; extern(C) int function(void* jarg1) vtkFloatTuple8TN_GetSize; extern(C) void* function(void* jarg1) vtkFloatTuple8TN_GetData__SWIG_0; extern(C) void* function(void* jarg1, int jarg2) vtkFloatTuple8TN_opIndex__SWIG_0; extern(C) float function(void* jarg1, int jarg2) vtkFloatTuple8TN_opCall; extern(C) uint function(void* jarg1, void* jarg2, float jarg3) vtkFloatTuple8TN_Compare; extern(C) void function(void* jarg1) delete_vtkFloatTuple8TN; extern(C) void* function() new_vtkFloatTuple9TN__SWIG_0; extern(C) void* function(float jarg1) new_vtkFloatTuple9TN__SWIG_1; extern(C) void* function(void* jarg1) new_vtkFloatTuple9TN__SWIG_2; extern(C) int function(void* jarg1) vtkFloatTuple9TN_GetSize; extern(C) void* function(void* jarg1) vtkFloatTuple9TN_GetData__SWIG_0; extern(C) void* function(void* jarg1, int jarg2) vtkFloatTuple9TN_opIndex__SWIG_0; extern(C) float function(void* jarg1, int jarg2) vtkFloatTuple9TN_opCall; extern(C) uint function(void* jarg1, void* jarg2, float jarg3) vtkFloatTuple9TN_Compare; extern(C) void function(void* jarg1) delete_vtkFloatTuple9TN; extern(C) void* function() new_vtkFloatTuple10TN__SWIG_0; extern(C) void* function(float jarg1) new_vtkFloatTuple10TN__SWIG_1; extern(C) void* function(void* jarg1) new_vtkFloatTuple10TN__SWIG_2; extern(C) int function(void* jarg1) vtkFloatTuple10TN_GetSize; extern(C) void* function(void* jarg1) vtkFloatTuple10TN_GetData__SWIG_0; extern(C) void* function(void* jarg1, int jarg2) vtkFloatTuple10TN_opIndex__SWIG_0; extern(C) float function(void* jarg1, int jarg2) vtkFloatTuple10TN_opCall; extern(C) uint function(void* jarg1, void* jarg2, float jarg3) vtkFloatTuple10TN_Compare; extern(C) void function(void* jarg1) delete_vtkFloatTuple10TN; extern(C) void* function() new_vtkDoubleTuple1TN__SWIG_0; extern(C) void* function(double jarg1) new_vtkDoubleTuple1TN__SWIG_1; extern(C) void* function(void* jarg1) new_vtkDoubleTuple1TN__SWIG_2; extern(C) int function(void* jarg1) vtkDoubleTuple1TN_GetSize; extern(C) void* function(void* jarg1) vtkDoubleTuple1TN_GetData__SWIG_0; extern(C) void* function(void* jarg1, int jarg2) vtkDoubleTuple1TN_opIndex__SWIG_0; extern(C) double function(void* jarg1, int jarg2) vtkDoubleTuple1TN_opCall; extern(C) uint function(void* jarg1, void* jarg2, double jarg3) vtkDoubleTuple1TN_Compare; extern(C) void function(void* jarg1) delete_vtkDoubleTuple1TN; extern(C) void* function() new_vtkDoubleTuple2TN__SWIG_0; extern(C) void* function(double jarg1) new_vtkDoubleTuple2TN__SWIG_1; extern(C) void* function(void* jarg1) new_vtkDoubleTuple2TN__SWIG_2; extern(C) int function(void* jarg1) vtkDoubleTuple2TN_GetSize; extern(C) void* function(void* jarg1) vtkDoubleTuple2TN_GetData__SWIG_0; extern(C) void* function(void* jarg1, int jarg2) vtkDoubleTuple2TN_opIndex__SWIG_0; extern(C) double function(void* jarg1, int jarg2) vtkDoubleTuple2TN_opCall; extern(C) uint function(void* jarg1, void* jarg2, double jarg3) vtkDoubleTuple2TN_Compare; extern(C) void function(void* jarg1) delete_vtkDoubleTuple2TN; extern(C) void* function() new_vtkDoubleTuple3TN__SWIG_0; extern(C) void* function(double jarg1) new_vtkDoubleTuple3TN__SWIG_1; extern(C) void* function(void* jarg1) new_vtkDoubleTuple3TN__SWIG_2; extern(C) int function(void* jarg1) vtkDoubleTuple3TN_GetSize; extern(C) void* function(void* jarg1) vtkDoubleTuple3TN_GetData__SWIG_0; extern(C) void* function(void* jarg1, int jarg2) vtkDoubleTuple3TN_opIndex__SWIG_0; extern(C) double function(void* jarg1, int jarg2) vtkDoubleTuple3TN_opCall; extern(C) uint function(void* jarg1, void* jarg2, double jarg3) vtkDoubleTuple3TN_Compare; extern(C) void function(void* jarg1) delete_vtkDoubleTuple3TN; extern(C) void* function() new_vtkDoubleTuple4TN__SWIG_0; extern(C) void* function(double jarg1) new_vtkDoubleTuple4TN__SWIG_1; extern(C) void* function(void* jarg1) new_vtkDoubleTuple4TN__SWIG_2; extern(C) int function(void* jarg1) vtkDoubleTuple4TN_GetSize; extern(C) void* function(void* jarg1) vtkDoubleTuple4TN_GetData__SWIG_0; extern(C) void* function(void* jarg1, int jarg2) vtkDoubleTuple4TN_opIndex__SWIG_0; extern(C) double function(void* jarg1, int jarg2) vtkDoubleTuple4TN_opCall; extern(C) uint function(void* jarg1, void* jarg2, double jarg3) vtkDoubleTuple4TN_Compare; extern(C) void function(void* jarg1) delete_vtkDoubleTuple4TN; extern(C) void* function() new_vtkDoubleTuple5TN__SWIG_0; extern(C) void* function(double jarg1) new_vtkDoubleTuple5TN__SWIG_1; extern(C) void* function(void* jarg1) new_vtkDoubleTuple5TN__SWIG_2; extern(C) int function(void* jarg1) vtkDoubleTuple5TN_GetSize; extern(C) void* function(void* jarg1) vtkDoubleTuple5TN_GetData__SWIG_0; extern(C) void* function(void* jarg1, int jarg2) vtkDoubleTuple5TN_opIndex__SWIG_0; extern(C) double function(void* jarg1, int jarg2) vtkDoubleTuple5TN_opCall; extern(C) uint function(void* jarg1, void* jarg2, double jarg3) vtkDoubleTuple5TN_Compare; extern(C) void function(void* jarg1) delete_vtkDoubleTuple5TN; extern(C) void* function() new_vtkDoubleTuple6TN__SWIG_0; extern(C) void* function(double jarg1) new_vtkDoubleTuple6TN__SWIG_1; extern(C) void* function(void* jarg1) new_vtkDoubleTuple6TN__SWIG_2; extern(C) int function(void* jarg1) vtkDoubleTuple6TN_GetSize; extern(C) void* function(void* jarg1) vtkDoubleTuple6TN_GetData__SWIG_0; extern(C) void* function(void* jarg1, int jarg2) vtkDoubleTuple6TN_opIndex__SWIG_0; extern(C) double function(void* jarg1, int jarg2) vtkDoubleTuple6TN_opCall; extern(C) uint function(void* jarg1, void* jarg2, double jarg3) vtkDoubleTuple6TN_Compare; extern(C) void function(void* jarg1) delete_vtkDoubleTuple6TN; extern(C) void* function() new_vtkDoubleTuple7TN__SWIG_0; extern(C) void* function(double jarg1) new_vtkDoubleTuple7TN__SWIG_1; extern(C) void* function(void* jarg1) new_vtkDoubleTuple7TN__SWIG_2; extern(C) int function(void* jarg1) vtkDoubleTuple7TN_GetSize; extern(C) void* function(void* jarg1) vtkDoubleTuple7TN_GetData__SWIG_0; extern(C) void* function(void* jarg1, int jarg2) vtkDoubleTuple7TN_opIndex__SWIG_0; extern(C) double function(void* jarg1, int jarg2) vtkDoubleTuple7TN_opCall; extern(C) uint function(void* jarg1, void* jarg2, double jarg3) vtkDoubleTuple7TN_Compare; extern(C) void function(void* jarg1) delete_vtkDoubleTuple7TN; extern(C) void* function() new_vtkDoubleTuple8TN__SWIG_0; extern(C) void* function(double jarg1) new_vtkDoubleTuple8TN__SWIG_1; extern(C) void* function(void* jarg1) new_vtkDoubleTuple8TN__SWIG_2; extern(C) int function(void* jarg1) vtkDoubleTuple8TN_GetSize; extern(C) void* function(void* jarg1) vtkDoubleTuple8TN_GetData__SWIG_0; extern(C) void* function(void* jarg1, int jarg2) vtkDoubleTuple8TN_opIndex__SWIG_0; extern(C) double function(void* jarg1, int jarg2) vtkDoubleTuple8TN_opCall; extern(C) uint function(void* jarg1, void* jarg2, double jarg3) vtkDoubleTuple8TN_Compare; extern(C) void function(void* jarg1) delete_vtkDoubleTuple8TN; extern(C) void* function() new_vtkDoubleTuple9TN__SWIG_0; extern(C) void* function(double jarg1) new_vtkDoubleTuple9TN__SWIG_1; extern(C) void* function(void* jarg1) new_vtkDoubleTuple9TN__SWIG_2; extern(C) int function(void* jarg1) vtkDoubleTuple9TN_GetSize; extern(C) void* function(void* jarg1) vtkDoubleTuple9TN_GetData__SWIG_0; extern(C) void* function(void* jarg1, int jarg2) vtkDoubleTuple9TN_opIndex__SWIG_0; extern(C) double function(void* jarg1, int jarg2) vtkDoubleTuple9TN_opCall; extern(C) uint function(void* jarg1, void* jarg2, double jarg3) vtkDoubleTuple9TN_Compare; extern(C) void function(void* jarg1) delete_vtkDoubleTuple9TN; extern(C) void* function() new_vtkDoubleTuple10TN__SWIG_0; extern(C) void* function(double jarg1) new_vtkDoubleTuple10TN__SWIG_1; extern(C) void* function(void* jarg1) new_vtkDoubleTuple10TN__SWIG_2; extern(C) int function(void* jarg1) vtkDoubleTuple10TN_GetSize; extern(C) void* function(void* jarg1) vtkDoubleTuple10TN_GetData__SWIG_0; extern(C) void* function(void* jarg1, int jarg2) vtkDoubleTuple10TN_opIndex__SWIG_0; extern(C) double function(void* jarg1, int jarg2) vtkDoubleTuple10TN_opCall; extern(C) uint function(void* jarg1, void* jarg2, double jarg3) vtkDoubleTuple10TN_Compare; extern(C) void function(void* jarg1) delete_vtkDoubleTuple10TN; extern(C) void* function() new_vtkVectorChar2T__SWIG_0; extern(C) void* function(char jarg1) new_vtkVectorChar2T__SWIG_1; extern(C) void* function(const(char)* jarg1) new_vtkVectorChar2T__SWIG_2; extern(C) char function(void* jarg1) vtkVectorChar2T_SquaredNorm; extern(C) double function(void* jarg1) vtkVectorChar2T_Norm; extern(C) double function(void* jarg1) vtkVectorChar2T_Normalize; extern(C) void* function(void* jarg1) vtkVectorChar2T_Normalized; extern(C) char function(void* jarg1, void* jarg2) vtkVectorChar2T_Dot; extern(C) void function(void* jarg1) delete_vtkVectorChar2T; extern(C) void* function(void* objectRef) vtkVectorChar2T_Upcast; extern(C) void* function() new_vtkVectorUChar2T__SWIG_0; extern(C) void* function(ubyte jarg1) new_vtkVectorUChar2T__SWIG_1; extern(C) void* function(void* jarg1) new_vtkVectorUChar2T__SWIG_2; extern(C) ubyte function(void* jarg1) vtkVectorUChar2T_SquaredNorm; extern(C) double function(void* jarg1) vtkVectorUChar2T_Norm; extern(C) double function(void* jarg1) vtkVectorUChar2T_Normalize; extern(C) void* function(void* jarg1) vtkVectorUChar2T_Normalized; extern(C) ubyte function(void* jarg1, void* jarg2) vtkVectorUChar2T_Dot; extern(C) void function(void* jarg1) delete_vtkVectorUChar2T; extern(C) void* function(void* objectRef) vtkVectorUChar2T_Upcast; extern(C) void* function() new_vtkVectorShort2T__SWIG_0; extern(C) void* function(short jarg1) new_vtkVectorShort2T__SWIG_1; extern(C) void* function(void* jarg1) new_vtkVectorShort2T__SWIG_2; extern(C) short function(void* jarg1) vtkVectorShort2T_SquaredNorm; extern(C) double function(void* jarg1) vtkVectorShort2T_Norm; extern(C) double function(void* jarg1) vtkVectorShort2T_Normalize; extern(C) void* function(void* jarg1) vtkVectorShort2T_Normalized; extern(C) short function(void* jarg1, void* jarg2) vtkVectorShort2T_Dot; extern(C) void function(void* jarg1) delete_vtkVectorShort2T; extern(C) void* function(void* objectRef) vtkVectorShort2T_Upcast; extern(C) void* function() new_vtkVectorUShort2T__SWIG_0; extern(C) void* function(ushort jarg1) new_vtkVectorUShort2T__SWIG_1; extern(C) void* function(void* jarg1) new_vtkVectorUShort2T__SWIG_2; extern(C) ushort function(void* jarg1) vtkVectorUShort2T_SquaredNorm; extern(C) double function(void* jarg1) vtkVectorUShort2T_Norm; extern(C) double function(void* jarg1) vtkVectorUShort2T_Normalize; extern(C) void* function(void* jarg1) vtkVectorUShort2T_Normalized; extern(C) ushort function(void* jarg1, void* jarg2) vtkVectorUShort2T_Dot; extern(C) void function(void* jarg1) delete_vtkVectorUShort2T; extern(C) void* function(void* objectRef) vtkVectorUShort2T_Upcast; extern(C) void* function() new_vtkVectorInt2T__SWIG_0; extern(C) void* function(int jarg1) new_vtkVectorInt2T__SWIG_1; extern(C) void* function(void* jarg1) new_vtkVectorInt2T__SWIG_2; extern(C) int function(void* jarg1) vtkVectorInt2T_SquaredNorm; extern(C) double function(void* jarg1) vtkVectorInt2T_Norm; extern(C) double function(void* jarg1) vtkVectorInt2T_Normalize; extern(C) void* function(void* jarg1) vtkVectorInt2T_Normalized; extern(C) int function(void* jarg1, void* jarg2) vtkVectorInt2T_Dot; extern(C) void function(void* jarg1) delete_vtkVectorInt2T; extern(C) void* function(void* objectRef) vtkVectorInt2T_Upcast; extern(C) void* function() new_vtkVectorUInt2T__SWIG_0; extern(C) void* function(uint jarg1) new_vtkVectorUInt2T__SWIG_1; extern(C) void* function(void* jarg1) new_vtkVectorUInt2T__SWIG_2; extern(C) uint function(void* jarg1) vtkVectorUInt2T_SquaredNorm; extern(C) double function(void* jarg1) vtkVectorUInt2T_Norm; extern(C) double function(void* jarg1) vtkVectorUInt2T_Normalize; extern(C) void* function(void* jarg1) vtkVectorUInt2T_Normalized; extern(C) uint function(void* jarg1, void* jarg2) vtkVectorUInt2T_Dot; extern(C) void function(void* jarg1) delete_vtkVectorUInt2T; extern(C) void* function(void* objectRef) vtkVectorUInt2T_Upcast; extern(C) void* function() new_vtkVectorLong2T__SWIG_0; extern(C) void* function(core.stdc.config.c_long jarg1) new_vtkVectorLong2T__SWIG_1; extern(C) void* function(void* jarg1) new_vtkVectorLong2T__SWIG_2; extern(C) core.stdc.config.c_long function(void* jarg1) vtkVectorLong2T_SquaredNorm; extern(C) double function(void* jarg1) vtkVectorLong2T_Norm; extern(C) double function(void* jarg1) vtkVectorLong2T_Normalize; extern(C) void* function(void* jarg1) vtkVectorLong2T_Normalized; extern(C) core.stdc.config.c_long function(void* jarg1, void* jarg2) vtkVectorLong2T_Dot; extern(C) void function(void* jarg1) delete_vtkVectorLong2T; extern(C) void* function(void* objectRef) vtkVectorLong2T_Upcast; extern(C) void* function() new_vtkVectorULong2T__SWIG_0; extern(C) void* function(core.stdc.config.c_ulong jarg1) new_vtkVectorULong2T__SWIG_1; extern(C) void* function(void* jarg1) new_vtkVectorULong2T__SWIG_2; extern(C) core.stdc.config.c_ulong function(void* jarg1) vtkVectorULong2T_SquaredNorm; extern(C) double function(void* jarg1) vtkVectorULong2T_Norm; extern(C) double function(void* jarg1) vtkVectorULong2T_Normalize; extern(C) void* function(void* jarg1) vtkVectorULong2T_Normalized; extern(C) core.stdc.config.c_ulong function(void* jarg1, void* jarg2) vtkVectorULong2T_Dot; extern(C) void function(void* jarg1) delete_vtkVectorULong2T; extern(C) void* function(void* objectRef) vtkVectorULong2T_Upcast; extern(C) void* function() new_vtkVectorLongLong2T__SWIG_0; extern(C) void* function(long jarg1) new_vtkVectorLongLong2T__SWIG_1; extern(C) void* function(void* jarg1) new_vtkVectorLongLong2T__SWIG_2; extern(C) long function(void* jarg1) vtkVectorLongLong2T_SquaredNorm; extern(C) double function(void* jarg1) vtkVectorLongLong2T_Norm; extern(C) double function(void* jarg1) vtkVectorLongLong2T_Normalize; extern(C) void* function(void* jarg1) vtkVectorLongLong2T_Normalized; extern(C) long function(void* jarg1, void* jarg2) vtkVectorLongLong2T_Dot; extern(C) void function(void* jarg1) delete_vtkVectorLongLong2T; extern(C) void* function(void* objectRef) vtkVectorLongLong2T_Upcast; extern(C) void* function() new_vtkVectorULongLong2T__SWIG_0; extern(C) void* function(ulong jarg1) new_vtkVectorULongLong2T__SWIG_1; extern(C) void* function(void* jarg1) new_vtkVectorULongLong2T__SWIG_2; extern(C) ulong function(void* jarg1) vtkVectorULongLong2T_SquaredNorm; extern(C) double function(void* jarg1) vtkVectorULongLong2T_Norm; extern(C) double function(void* jarg1) vtkVectorULongLong2T_Normalize; extern(C) void* function(void* jarg1) vtkVectorULongLong2T_Normalized; extern(C) ulong function(void* jarg1, void* jarg2) vtkVectorULongLong2T_Dot; extern(C) void function(void* jarg1) delete_vtkVectorULongLong2T; extern(C) void* function(void* objectRef) vtkVectorULongLong2T_Upcast; extern(C) void* function() new_vtkVectorFloat2T__SWIG_0; extern(C) void* function(float jarg1) new_vtkVectorFloat2T__SWIG_1; extern(C) void* function(void* jarg1) new_vtkVectorFloat2T__SWIG_2; extern(C) float function(void* jarg1) vtkVectorFloat2T_SquaredNorm; extern(C) double function(void* jarg1) vtkVectorFloat2T_Norm; extern(C) double function(void* jarg1) vtkVectorFloat2T_Normalize; extern(C) void* function(void* jarg1) vtkVectorFloat2T_Normalized; extern(C) float function(void* jarg1, void* jarg2) vtkVectorFloat2T_Dot; extern(C) void function(void* jarg1) delete_vtkVectorFloat2T; extern(C) void* function(void* objectRef) vtkVectorFloat2T_Upcast; extern(C) void* function() new_vtkVectorDouble2T__SWIG_0; extern(C) void* function(double jarg1) new_vtkVectorDouble2T__SWIG_1; extern(C) void* function(void* jarg1) new_vtkVectorDouble2T__SWIG_2; extern(C) double function(void* jarg1) vtkVectorDouble2T_SquaredNorm; extern(C) double function(void* jarg1) vtkVectorDouble2T_Norm; extern(C) double function(void* jarg1) vtkVectorDouble2T_Normalize; extern(C) void* function(void* jarg1) vtkVectorDouble2T_Normalized; extern(C) double function(void* jarg1, void* jarg2) vtkVectorDouble2T_Dot; extern(C) void function(void* jarg1) delete_vtkVectorDouble2T; extern(C) void* function(void* objectRef) vtkVectorDouble2T_Upcast; extern(C) void* function() new_vtkVectorChar3T__SWIG_0; extern(C) void* function(char jarg1) new_vtkVectorChar3T__SWIG_1; extern(C) void* function(const(char)* jarg1) new_vtkVectorChar3T__SWIG_2; extern(C) char function(void* jarg1) vtkVectorChar3T_SquaredNorm; extern(C) double function(void* jarg1) vtkVectorChar3T_Norm; extern(C) double function(void* jarg1) vtkVectorChar3T_Normalize; extern(C) void* function(void* jarg1) vtkVectorChar3T_Normalized; extern(C) char function(void* jarg1, void* jarg2) vtkVectorChar3T_Dot; extern(C) void function(void* jarg1) delete_vtkVectorChar3T; extern(C) void* function(void* objectRef) vtkVectorChar3T_Upcast; extern(C) void* function() new_vtkVectorUChar3T__SWIG_0; extern(C) void* function(ubyte jarg1) new_vtkVectorUChar3T__SWIG_1; extern(C) void* function(void* jarg1) new_vtkVectorUChar3T__SWIG_2; extern(C) ubyte function(void* jarg1) vtkVectorUChar3T_SquaredNorm; extern(C) double function(void* jarg1) vtkVectorUChar3T_Norm; extern(C) double function(void* jarg1) vtkVectorUChar3T_Normalize; extern(C) void* function(void* jarg1) vtkVectorUChar3T_Normalized; extern(C) ubyte function(void* jarg1, void* jarg2) vtkVectorUChar3T_Dot; extern(C) void function(void* jarg1) delete_vtkVectorUChar3T; extern(C) void* function(void* objectRef) vtkVectorUChar3T_Upcast; extern(C) void* function() new_vtkVectorShort3T__SWIG_0; extern(C) void* function(short jarg1) new_vtkVectorShort3T__SWIG_1; extern(C) void* function(void* jarg1) new_vtkVectorShort3T__SWIG_2; extern(C) short function(void* jarg1) vtkVectorShort3T_SquaredNorm; extern(C) double function(void* jarg1) vtkVectorShort3T_Norm; extern(C) double function(void* jarg1) vtkVectorShort3T_Normalize; extern(C) void* function(void* jarg1) vtkVectorShort3T_Normalized; extern(C) short function(void* jarg1, void* jarg2) vtkVectorShort3T_Dot; extern(C) void function(void* jarg1) delete_vtkVectorShort3T; extern(C) void* function(void* objectRef) vtkVectorShort3T_Upcast; extern(C) void* function() new_vtkVectorUShort3T__SWIG_0; extern(C) void* function(ushort jarg1) new_vtkVectorUShort3T__SWIG_1; extern(C) void* function(void* jarg1) new_vtkVectorUShort3T__SWIG_2; extern(C) ushort function(void* jarg1) vtkVectorUShort3T_SquaredNorm; extern(C) double function(void* jarg1) vtkVectorUShort3T_Norm; extern(C) double function(void* jarg1) vtkVectorUShort3T_Normalize; extern(C) void* function(void* jarg1) vtkVectorUShort3T_Normalized; extern(C) ushort function(void* jarg1, void* jarg2) vtkVectorUShort3T_Dot; extern(C) void function(void* jarg1) delete_vtkVectorUShort3T; extern(C) void* function(void* objectRef) vtkVectorUShort3T_Upcast; extern(C) void* function() new_vtkVectorInt3T__SWIG_0; extern(C) void* function(int jarg1) new_vtkVectorInt3T__SWIG_1; extern(C) void* function(void* jarg1) new_vtkVectorInt3T__SWIG_2; extern(C) int function(void* jarg1) vtkVectorInt3T_SquaredNorm; extern(C) double function(void* jarg1) vtkVectorInt3T_Norm; extern(C) double function(void* jarg1) vtkVectorInt3T_Normalize; extern(C) void* function(void* jarg1) vtkVectorInt3T_Normalized; extern(C) int function(void* jarg1, void* jarg2) vtkVectorInt3T_Dot; extern(C) void function(void* jarg1) delete_vtkVectorInt3T; extern(C) void* function(void* objectRef) vtkVectorInt3T_Upcast; extern(C) void* function() new_vtkVectorUInt3T__SWIG_0; extern(C) void* function(uint jarg1) new_vtkVectorUInt3T__SWIG_1; extern(C) void* function(void* jarg1) new_vtkVectorUInt3T__SWIG_2; extern(C) uint function(void* jarg1) vtkVectorUInt3T_SquaredNorm; extern(C) double function(void* jarg1) vtkVectorUInt3T_Norm; extern(C) double function(void* jarg1) vtkVectorUInt3T_Normalize; extern(C) void* function(void* jarg1) vtkVectorUInt3T_Normalized; extern(C) uint function(void* jarg1, void* jarg2) vtkVectorUInt3T_Dot; extern(C) void function(void* jarg1) delete_vtkVectorUInt3T; extern(C) void* function(void* objectRef) vtkVectorUInt3T_Upcast; extern(C) void* function() new_vtkVectorLong3T__SWIG_0; extern(C) void* function(core.stdc.config.c_long jarg1) new_vtkVectorLong3T__SWIG_1; extern(C) void* function(void* jarg1) new_vtkVectorLong3T__SWIG_2; extern(C) core.stdc.config.c_long function(void* jarg1) vtkVectorLong3T_SquaredNorm; extern(C) double function(void* jarg1) vtkVectorLong3T_Norm; extern(C) double function(void* jarg1) vtkVectorLong3T_Normalize; extern(C) void* function(void* jarg1) vtkVectorLong3T_Normalized; extern(C) core.stdc.config.c_long function(void* jarg1, void* jarg2) vtkVectorLong3T_Dot; extern(C) void function(void* jarg1) delete_vtkVectorLong3T; extern(C) void* function(void* objectRef) vtkVectorLong3T_Upcast; extern(C) void* function() new_vtkVectorULong3T__SWIG_0; extern(C) void* function(core.stdc.config.c_ulong jarg1) new_vtkVectorULong3T__SWIG_1; extern(C) void* function(void* jarg1) new_vtkVectorULong3T__SWIG_2; extern(C) core.stdc.config.c_ulong function(void* jarg1) vtkVectorULong3T_SquaredNorm; extern(C) double function(void* jarg1) vtkVectorULong3T_Norm; extern(C) double function(void* jarg1) vtkVectorULong3T_Normalize; extern(C) void* function(void* jarg1) vtkVectorULong3T_Normalized; extern(C) core.stdc.config.c_ulong function(void* jarg1, void* jarg2) vtkVectorULong3T_Dot; extern(C) void function(void* jarg1) delete_vtkVectorULong3T; extern(C) void* function(void* objectRef) vtkVectorULong3T_Upcast; extern(C) void* function() new_vtkVectorLongLong3T__SWIG_0; extern(C) void* function(long jarg1) new_vtkVectorLongLong3T__SWIG_1; extern(C) void* function(void* jarg1) new_vtkVectorLongLong3T__SWIG_2; extern(C) long function(void* jarg1) vtkVectorLongLong3T_SquaredNorm; extern(C) double function(void* jarg1) vtkVectorLongLong3T_Norm; extern(C) double function(void* jarg1) vtkVectorLongLong3T_Normalize; extern(C) void* function(void* jarg1) vtkVectorLongLong3T_Normalized; extern(C) long function(void* jarg1, void* jarg2) vtkVectorLongLong3T_Dot; extern(C) void function(void* jarg1) delete_vtkVectorLongLong3T; extern(C) void* function(void* objectRef) vtkVectorLongLong3T_Upcast; extern(C) void* function() new_vtkVectorULongLong3T__SWIG_0; extern(C) void* function(ulong jarg1) new_vtkVectorULongLong3T__SWIG_1; extern(C) void* function(void* jarg1) new_vtkVectorULongLong3T__SWIG_2; extern(C) ulong function(void* jarg1) vtkVectorULongLong3T_SquaredNorm; extern(C) double function(void* jarg1) vtkVectorULongLong3T_Norm; extern(C) double function(void* jarg1) vtkVectorULongLong3T_Normalize; extern(C) void* function(void* jarg1) vtkVectorULongLong3T_Normalized; extern(C) ulong function(void* jarg1, void* jarg2) vtkVectorULongLong3T_Dot; extern(C) void function(void* jarg1) delete_vtkVectorULongLong3T; extern(C) void* function(void* objectRef) vtkVectorULongLong3T_Upcast; extern(C) void* function() new_vtkVectorFloat3T__SWIG_0; extern(C) void* function(float jarg1) new_vtkVectorFloat3T__SWIG_1; extern(C) void* function(void* jarg1) new_vtkVectorFloat3T__SWIG_2; extern(C) float function(void* jarg1) vtkVectorFloat3T_SquaredNorm; extern(C) double function(void* jarg1) vtkVectorFloat3T_Norm; extern(C) double function(void* jarg1) vtkVectorFloat3T_Normalize; extern(C) void* function(void* jarg1) vtkVectorFloat3T_Normalized; extern(C) float function(void* jarg1, void* jarg2) vtkVectorFloat3T_Dot; extern(C) void function(void* jarg1) delete_vtkVectorFloat3T; extern(C) void* function(void* objectRef) vtkVectorFloat3T_Upcast; extern(C) void* function() new_vtkVectorDouble3T__SWIG_0; extern(C) void* function(double jarg1) new_vtkVectorDouble3T__SWIG_1; extern(C) void* function(void* jarg1) new_vtkVectorDouble3T__SWIG_2; extern(C) double function(void* jarg1) vtkVectorDouble3T_SquaredNorm; extern(C) double function(void* jarg1) vtkVectorDouble3T_Norm; extern(C) double function(void* jarg1) vtkVectorDouble3T_Normalize; extern(C) void* function(void* jarg1) vtkVectorDouble3T_Normalized; extern(C) double function(void* jarg1, void* jarg2) vtkVectorDouble3T_Dot; extern(C) void function(void* jarg1) delete_vtkVectorDouble3T; extern(C) void* function(void* objectRef) vtkVectorDouble3T_Upcast; extern(C) void* function() new_vtkVectorChar4T__SWIG_0; extern(C) void* function(char jarg1) new_vtkVectorChar4T__SWIG_1; extern(C) void* function(const(char)* jarg1) new_vtkVectorChar4T__SWIG_2; extern(C) char function(void* jarg1) vtkVectorChar4T_SquaredNorm; extern(C) double function(void* jarg1) vtkVectorChar4T_Norm; extern(C) double function(void* jarg1) vtkVectorChar4T_Normalize; extern(C) void* function(void* jarg1) vtkVectorChar4T_Normalized; extern(C) char function(void* jarg1, void* jarg2) vtkVectorChar4T_Dot; extern(C) void function(void* jarg1) delete_vtkVectorChar4T; extern(C) void* function(void* objectRef) vtkVectorChar4T_Upcast; extern(C) void* function() new_vtkVectorUChar4T__SWIG_0; extern(C) void* function(ubyte jarg1) new_vtkVectorUChar4T__SWIG_1; extern(C) void* function(void* jarg1) new_vtkVectorUChar4T__SWIG_2; extern(C) ubyte function(void* jarg1) vtkVectorUChar4T_SquaredNorm; extern(C) double function(void* jarg1) vtkVectorUChar4T_Norm; extern(C) double function(void* jarg1) vtkVectorUChar4T_Normalize; extern(C) void* function(void* jarg1) vtkVectorUChar4T_Normalized; extern(C) ubyte function(void* jarg1, void* jarg2) vtkVectorUChar4T_Dot; extern(C) void function(void* jarg1) delete_vtkVectorUChar4T; extern(C) void* function(void* objectRef) vtkVectorUChar4T_Upcast; extern(C) void* function() new_vtkVectorShort4T__SWIG_0; extern(C) void* function(short jarg1) new_vtkVectorShort4T__SWIG_1; extern(C) void* function(void* jarg1) new_vtkVectorShort4T__SWIG_2; extern(C) short function(void* jarg1) vtkVectorShort4T_SquaredNorm; extern(C) double function(void* jarg1) vtkVectorShort4T_Norm; extern(C) double function(void* jarg1) vtkVectorShort4T_Normalize; extern(C) void* function(void* jarg1) vtkVectorShort4T_Normalized; extern(C) short function(void* jarg1, void* jarg2) vtkVectorShort4T_Dot; extern(C) void function(void* jarg1) delete_vtkVectorShort4T; extern(C) void* function(void* objectRef) vtkVectorShort4T_Upcast; extern(C) void* function() new_vtkVectorUShort4T__SWIG_0; extern(C) void* function(ushort jarg1) new_vtkVectorUShort4T__SWIG_1; extern(C) void* function(void* jarg1) new_vtkVectorUShort4T__SWIG_2; extern(C) ushort function(void* jarg1) vtkVectorUShort4T_SquaredNorm; extern(C) double function(void* jarg1) vtkVectorUShort4T_Norm; extern(C) double function(void* jarg1) vtkVectorUShort4T_Normalize; extern(C) void* function(void* jarg1) vtkVectorUShort4T_Normalized; extern(C) ushort function(void* jarg1, void* jarg2) vtkVectorUShort4T_Dot; extern(C) void function(void* jarg1) delete_vtkVectorUShort4T; extern(C) void* function(void* objectRef) vtkVectorUShort4T_Upcast; extern(C) void* function() new_vtkVectorInt4T__SWIG_0; extern(C) void* function(int jarg1) new_vtkVectorInt4T__SWIG_1; extern(C) void* function(void* jarg1) new_vtkVectorInt4T__SWIG_2; extern(C) int function(void* jarg1) vtkVectorInt4T_SquaredNorm; extern(C) double function(void* jarg1) vtkVectorInt4T_Norm; extern(C) double function(void* jarg1) vtkVectorInt4T_Normalize; extern(C) void* function(void* jarg1) vtkVectorInt4T_Normalized; extern(C) int function(void* jarg1, void* jarg2) vtkVectorInt4T_Dot; extern(C) void function(void* jarg1) delete_vtkVectorInt4T; extern(C) void* function(void* objectRef) vtkVectorInt4T_Upcast; extern(C) void* function() new_vtkVectorUInt4T__SWIG_0; extern(C) void* function(uint jarg1) new_vtkVectorUInt4T__SWIG_1; extern(C) void* function(void* jarg1) new_vtkVectorUInt4T__SWIG_2; extern(C) uint function(void* jarg1) vtkVectorUInt4T_SquaredNorm; extern(C) double function(void* jarg1) vtkVectorUInt4T_Norm; extern(C) double function(void* jarg1) vtkVectorUInt4T_Normalize; extern(C) void* function(void* jarg1) vtkVectorUInt4T_Normalized; extern(C) uint function(void* jarg1, void* jarg2) vtkVectorUInt4T_Dot; extern(C) void function(void* jarg1) delete_vtkVectorUInt4T; extern(C) void* function(void* objectRef) vtkVectorUInt4T_Upcast; extern(C) void* function() new_vtkVectorLong4T__SWIG_0; extern(C) void* function(core.stdc.config.c_long jarg1) new_vtkVectorLong4T__SWIG_1; extern(C) void* function(void* jarg1) new_vtkVectorLong4T__SWIG_2; extern(C) core.stdc.config.c_long function(void* jarg1) vtkVectorLong4T_SquaredNorm; extern(C) double function(void* jarg1) vtkVectorLong4T_Norm; extern(C) double function(void* jarg1) vtkVectorLong4T_Normalize; extern(C) void* function(void* jarg1) vtkVectorLong4T_Normalized; extern(C) core.stdc.config.c_long function(void* jarg1, void* jarg2) vtkVectorLong4T_Dot; extern(C) void function(void* jarg1) delete_vtkVectorLong4T; extern(C) void* function(void* objectRef) vtkVectorLong4T_Upcast; extern(C) void* function() new_vtkVectorULong4T__SWIG_0; extern(C) void* function(core.stdc.config.c_ulong jarg1) new_vtkVectorULong4T__SWIG_1; extern(C) void* function(void* jarg1) new_vtkVectorULong4T__SWIG_2; extern(C) core.stdc.config.c_ulong function(void* jarg1) vtkVectorULong4T_SquaredNorm; extern(C) double function(void* jarg1) vtkVectorULong4T_Norm; extern(C) double function(void* jarg1) vtkVectorULong4T_Normalize; extern(C) void* function(void* jarg1) vtkVectorULong4T_Normalized; extern(C) core.stdc.config.c_ulong function(void* jarg1, void* jarg2) vtkVectorULong4T_Dot; extern(C) void function(void* jarg1) delete_vtkVectorULong4T; extern(C) void* function(void* objectRef) vtkVectorULong4T_Upcast; extern(C) void* function() new_vtkVectorLongLong4T__SWIG_0; extern(C) void* function(long jarg1) new_vtkVectorLongLong4T__SWIG_1; extern(C) void* function(void* jarg1) new_vtkVectorLongLong4T__SWIG_2; extern(C) long function(void* jarg1) vtkVectorLongLong4T_SquaredNorm; extern(C) double function(void* jarg1) vtkVectorLongLong4T_Norm; extern(C) double function(void* jarg1) vtkVectorLongLong4T_Normalize; extern(C) void* function(void* jarg1) vtkVectorLongLong4T_Normalized; extern(C) long function(void* jarg1, void* jarg2) vtkVectorLongLong4T_Dot; extern(C) void function(void* jarg1) delete_vtkVectorLongLong4T; extern(C) void* function(void* objectRef) vtkVectorLongLong4T_Upcast; extern(C) void* function() new_vtkVectorULongLong4T__SWIG_0; extern(C) void* function(ulong jarg1) new_vtkVectorULongLong4T__SWIG_1; extern(C) void* function(void* jarg1) new_vtkVectorULongLong4T__SWIG_2; extern(C) ulong function(void* jarg1) vtkVectorULongLong4T_SquaredNorm; extern(C) double function(void* jarg1) vtkVectorULongLong4T_Norm; extern(C) double function(void* jarg1) vtkVectorULongLong4T_Normalize; extern(C) void* function(void* jarg1) vtkVectorULongLong4T_Normalized; extern(C) ulong function(void* jarg1, void* jarg2) vtkVectorULongLong4T_Dot; extern(C) void function(void* jarg1) delete_vtkVectorULongLong4T; extern(C) void* function(void* objectRef) vtkVectorULongLong4T_Upcast; extern(C) void* function() new_vtkVectorFloat4T__SWIG_0; extern(C) void* function(float jarg1) new_vtkVectorFloat4T__SWIG_1; extern(C) void* function(void* jarg1) new_vtkVectorFloat4T__SWIG_2; extern(C) float function(void* jarg1) vtkVectorFloat4T_SquaredNorm; extern(C) double function(void* jarg1) vtkVectorFloat4T_Norm; extern(C) double function(void* jarg1) vtkVectorFloat4T_Normalize; extern(C) void* function(void* jarg1) vtkVectorFloat4T_Normalized; extern(C) float function(void* jarg1, void* jarg2) vtkVectorFloat4T_Dot; extern(C) void function(void* jarg1) delete_vtkVectorFloat4T; extern(C) void* function(void* objectRef) vtkVectorFloat4T_Upcast; extern(C) void* function() new_vtkVectorDouble4T__SWIG_0; extern(C) void* function(double jarg1) new_vtkVectorDouble4T__SWIG_1; extern(C) void* function(void* jarg1) new_vtkVectorDouble4T__SWIG_2; extern(C) double function(void* jarg1) vtkVectorDouble4T_SquaredNorm; extern(C) double function(void* jarg1) vtkVectorDouble4T_Norm; extern(C) double function(void* jarg1) vtkVectorDouble4T_Normalize; extern(C) void* function(void* jarg1) vtkVectorDouble4T_Normalized; extern(C) double function(void* jarg1, void* jarg2) vtkVectorDouble4T_Dot; extern(C) void function(void* jarg1) delete_vtkVectorDouble4T; extern(C) void* function(void* objectRef) vtkVectorDouble4T_Upcast; extern(C) void* function() new_vtkVector2iNT__SWIG_0; extern(C) void* function(int jarg1) new_vtkVector2iNT__SWIG_1; extern(C) void* function(void* jarg1) new_vtkVector2iNT__SWIG_2; extern(C) void* function(int jarg1, int jarg2) new_vtkVector2iNT__SWIG_3; extern(C) void function(void* jarg1, int jarg2, int jarg3) vtkVector2iNT_Set; extern(C) void function(void* jarg1, int jarg2) vtkVector2iNT_SetX; extern(C) int function(void* jarg1) vtkVector2iNT_GetX; extern(C) void function(void* jarg1, int jarg2) vtkVector2iNT_SetY; extern(C) int function(void* jarg1) vtkVector2iNT_GetY; extern(C) int function(void* jarg1) vtkVector2iNT_X; extern(C) int function(void* jarg1) vtkVector2iNT_Y; extern(C) void function(void* jarg1) delete_vtkVector2iNT; extern(C) void* function(void* objectRef) vtkVector2iNT_Upcast; extern(C) void* function() new_vtkVector2i__SWIG_0; extern(C) void* function(int jarg1, int jarg2) new_vtkVector2i__SWIG_1; extern(C) void* function(int jarg1) new_vtkVector2i__SWIG_2; extern(C) void* function(void* jarg1) new_vtkVector2i__SWIG_3; extern(C) void* function(void* jarg1) vtkVector2i_Normalized; extern(C) void function(void* jarg1) delete_vtkVector2i; extern(C) void* function(void* objectRef) vtkVector2i_Upcast; extern(C) void* function() new_vtkVector2fNT__SWIG_0; extern(C) void* function(float jarg1) new_vtkVector2fNT__SWIG_1; extern(C) void* function(void* jarg1) new_vtkVector2fNT__SWIG_2; extern(C) void* function(float jarg1, float jarg2) new_vtkVector2fNT__SWIG_3; extern(C) void function(void* jarg1, float jarg2, float jarg3) vtkVector2fNT_Set; extern(C) void function(void* jarg1, float jarg2) vtkVector2fNT_SetX; extern(C) float function(void* jarg1) vtkVector2fNT_GetX; extern(C) void function(void* jarg1, float jarg2) vtkVector2fNT_SetY; extern(C) float function(void* jarg1) vtkVector2fNT_GetY; extern(C) float function(void* jarg1) vtkVector2fNT_X; extern(C) float function(void* jarg1) vtkVector2fNT_Y; extern(C) void function(void* jarg1) delete_vtkVector2fNT; extern(C) void* function(void* objectRef) vtkVector2fNT_Upcast; extern(C) void* function() new_vtkVector2f__SWIG_0; extern(C) void* function(float jarg1, float jarg2) new_vtkVector2f__SWIG_1; extern(C) void* function(float jarg1) new_vtkVector2f__SWIG_2; extern(C) void* function(void* jarg1) new_vtkVector2f__SWIG_3; extern(C) void* function(void* jarg1) vtkVector2f_Normalized; extern(C) void function(void* jarg1) delete_vtkVector2f; extern(C) void* function(void* objectRef) vtkVector2f_Upcast; extern(C) void* function() new_vtkVector2dNT__SWIG_0; extern(C) void* function(double jarg1) new_vtkVector2dNT__SWIG_1; extern(C) void* function(void* jarg1) new_vtkVector2dNT__SWIG_2; extern(C) void* function(double jarg1, double jarg2) new_vtkVector2dNT__SWIG_3; extern(C) void function(void* jarg1, double jarg2, double jarg3) vtkVector2dNT_Set; extern(C) void function(void* jarg1, double jarg2) vtkVector2dNT_SetX; extern(C) double function(void* jarg1) vtkVector2dNT_GetX; extern(C) void function(void* jarg1, double jarg2) vtkVector2dNT_SetY; extern(C) double function(void* jarg1) vtkVector2dNT_GetY; extern(C) double function(void* jarg1) vtkVector2dNT_X; extern(C) double function(void* jarg1) vtkVector2dNT_Y; extern(C) void function(void* jarg1) delete_vtkVector2dNT; extern(C) void* function(void* objectRef) vtkVector2dNT_Upcast; extern(C) void* function() new_vtkVector2d__SWIG_0; extern(C) void* function(double jarg1, double jarg2) new_vtkVector2d__SWIG_1; extern(C) void* function(double jarg1) new_vtkVector2d__SWIG_2; extern(C) void* function(void* jarg1) new_vtkVector2d__SWIG_3; extern(C) void* function(void* jarg1) vtkVector2d_Normalized; extern(C) void function(void* jarg1) delete_vtkVector2d; extern(C) void* function(void* objectRef) vtkVector2d_Upcast; extern(C) void* function() new_vtkVector3iNT__SWIG_0; extern(C) void* function(int jarg1) new_vtkVector3iNT__SWIG_1; extern(C) void* function(void* jarg1) new_vtkVector3iNT__SWIG_2; extern(C) void* function(int jarg1, int jarg2, int jarg3) new_vtkVector3iNT__SWIG_3; extern(C) void function(void* jarg1, int jarg2, int jarg3, int jarg4) vtkVector3iNT_Set; extern(C) void function(void* jarg1, int jarg2) vtkVector3iNT_SetX; extern(C) int function(void* jarg1) vtkVector3iNT_GetX; extern(C) void function(void* jarg1, int jarg2) vtkVector3iNT_SetY; extern(C) int function(void* jarg1) vtkVector3iNT_GetY; extern(C) void function(void* jarg1, int jarg2) vtkVector3iNT_SetZ; extern(C) int function(void* jarg1) vtkVector3iNT_GetZ; extern(C) void* function(void* jarg1, void* jarg2) vtkVector3iNT_Cross; extern(C) int function(void* jarg1) vtkVector3iNT_X; extern(C) int function(void* jarg1) vtkVector3iNT_Y; extern(C) int function(void* jarg1) vtkVector3iNT_Z; extern(C) void function(void* jarg1) delete_vtkVector3iNT; extern(C) void* function(void* objectRef) vtkVector3iNT_Upcast; extern(C) void* function() new_vtkVector3i__SWIG_0; extern(C) void* function(int jarg1, int jarg2, int jarg3) new_vtkVector3i__SWIG_1; extern(C) void* function(int jarg1) new_vtkVector3i__SWIG_2; extern(C) void* function(void* jarg1) new_vtkVector3i__SWIG_3; extern(C) void* function(void* jarg1) vtkVector3i_Normalized; extern(C) void* function(void* jarg1, void* jarg2) vtkVector3i_Cross; extern(C) void function(void* jarg1) delete_vtkVector3i; extern(C) void* function(void* objectRef) vtkVector3i_Upcast; extern(C) void* function() new_vtkVector3fNT__SWIG_0; extern(C) void* function(float jarg1) new_vtkVector3fNT__SWIG_1; extern(C) void* function(void* jarg1) new_vtkVector3fNT__SWIG_2; extern(C) void* function(float jarg1, float jarg2, float jarg3) new_vtkVector3fNT__SWIG_3; extern(C) void function(void* jarg1, float jarg2, float jarg3, float jarg4) vtkVector3fNT_Set; extern(C) void function(void* jarg1, float jarg2) vtkVector3fNT_SetX; extern(C) float function(void* jarg1) vtkVector3fNT_GetX; extern(C) void function(void* jarg1, float jarg2) vtkVector3fNT_SetY; extern(C) float function(void* jarg1) vtkVector3fNT_GetY; extern(C) void function(void* jarg1, float jarg2) vtkVector3fNT_SetZ; extern(C) float function(void* jarg1) vtkVector3fNT_GetZ; extern(C) void* function(void* jarg1, void* jarg2) vtkVector3fNT_Cross; extern(C) float function(void* jarg1) vtkVector3fNT_X; extern(C) float function(void* jarg1) vtkVector3fNT_Y; extern(C) float function(void* jarg1) vtkVector3fNT_Z; extern(C) void function(void* jarg1) delete_vtkVector3fNT; extern(C) void* function(void* objectRef) vtkVector3fNT_Upcast; extern(C) void* function() new_vtkVector3f__SWIG_0; extern(C) void* function(float jarg1, float jarg2, float jarg3) new_vtkVector3f__SWIG_1; extern(C) void* function(float jarg1) new_vtkVector3f__SWIG_2; extern(C) void* function(void* jarg1) new_vtkVector3f__SWIG_3; extern(C) void* function(void* jarg1) vtkVector3f_Normalized; extern(C) void* function(void* jarg1, void* jarg2) vtkVector3f_Cross; extern(C) void function(void* jarg1) delete_vtkVector3f; extern(C) void* function(void* objectRef) vtkVector3f_Upcast; extern(C) void* function() new_vtkVector3dNT__SWIG_0; extern(C) void* function(double jarg1) new_vtkVector3dNT__SWIG_1; extern(C) void* function(void* jarg1) new_vtkVector3dNT__SWIG_2; extern(C) void* function(double jarg1, double jarg2, double jarg3) new_vtkVector3dNT__SWIG_3; extern(C) void function(void* jarg1, double jarg2, double jarg3, double jarg4) vtkVector3dNT_Set; extern(C) void function(void* jarg1, double jarg2) vtkVector3dNT_SetX; extern(C) double function(void* jarg1) vtkVector3dNT_GetX; extern(C) void function(void* jarg1, double jarg2) vtkVector3dNT_SetY; extern(C) double function(void* jarg1) vtkVector3dNT_GetY; extern(C) void function(void* jarg1, double jarg2) vtkVector3dNT_SetZ; extern(C) double function(void* jarg1) vtkVector3dNT_GetZ; extern(C) void* function(void* jarg1, void* jarg2) vtkVector3dNT_Cross; extern(C) double function(void* jarg1) vtkVector3dNT_X; extern(C) double function(void* jarg1) vtkVector3dNT_Y; extern(C) double function(void* jarg1) vtkVector3dNT_Z; extern(C) void function(void* jarg1) delete_vtkVector3dNT; extern(C) void* function(void* objectRef) vtkVector3dNT_Upcast; extern(C) void* function() new_vtkVector3d__SWIG_0; extern(C) void* function(double jarg1, double jarg2, double jarg3) new_vtkVector3d__SWIG_1; extern(C) void* function(double jarg1) new_vtkVector3d__SWIG_2; extern(C) void* function(void* jarg1) new_vtkVector3d__SWIG_3; extern(C) void* function(void* jarg1) vtkVector3d_Normalized; extern(C) void* function(void* jarg1, void* jarg2) vtkVector3d_Cross; extern(C) void function(void* jarg1) delete_vtkVector3d; extern(C) void* function(void* objectRef) vtkVector3d_Upcast; extern(C) void* function() new_vtkRectCharT__SWIG_0; extern(C) void* function(char jarg1, char jarg2, char jarg3, char jarg4) new_vtkRectCharT__SWIG_1; extern(C) void* function(const(char)* jarg1) new_vtkRectCharT__SWIG_2; extern(C) void function(void* jarg1, char jarg2, char jarg3, char jarg4, char jarg5) vtkRectCharT_Set; extern(C) void function(void* jarg1, char jarg2) vtkRectCharT_SetX; extern(C) char function(void* jarg1) vtkRectCharT_GetX; extern(C) void function(void* jarg1, char jarg2) vtkRectCharT_SetY; extern(C) char function(void* jarg1) vtkRectCharT_GetY; extern(C) void function(void* jarg1, char jarg2) vtkRectCharT_SetWidth; extern(C) char function(void* jarg1) vtkRectCharT_GetWidth; extern(C) void function(void* jarg1, char jarg2) vtkRectCharT_SetHeight; extern(C) char function(void* jarg1) vtkRectCharT_GetHeight; extern(C) char function(void* jarg1) vtkRectCharT_X; extern(C) char function(void* jarg1) vtkRectCharT_Y; extern(C) char function(void* jarg1) vtkRectCharT_Width; extern(C) char function(void* jarg1) vtkRectCharT_Height; extern(C) void function(void* jarg1) delete_vtkRectCharT; extern(C) void* function(void* objectRef) vtkRectCharT_Upcast; extern(C) void* function() new_vtkRectUCharT__SWIG_0; extern(C) void* function(ubyte jarg1, ubyte jarg2, ubyte jarg3, ubyte jarg4) new_vtkRectUCharT__SWIG_1; extern(C) void* function(void* jarg1) new_vtkRectUCharT__SWIG_2; extern(C) void function(void* jarg1, ubyte jarg2, ubyte jarg3, ubyte jarg4, ubyte jarg5) vtkRectUCharT_Set; extern(C) void function(void* jarg1, ubyte jarg2) vtkRectUCharT_SetX; extern(C) ubyte function(void* jarg1) vtkRectUCharT_GetX; extern(C) void function(void* jarg1, ubyte jarg2) vtkRectUCharT_SetY; extern(C) ubyte function(void* jarg1) vtkRectUCharT_GetY; extern(C) void function(void* jarg1, ubyte jarg2) vtkRectUCharT_SetWidth; extern(C) ubyte function(void* jarg1) vtkRectUCharT_GetWidth; extern(C) void function(void* jarg1, ubyte jarg2) vtkRectUCharT_SetHeight; extern(C) ubyte function(void* jarg1) vtkRectUCharT_GetHeight; extern(C) ubyte function(void* jarg1) vtkRectUCharT_X; extern(C) ubyte function(void* jarg1) vtkRectUCharT_Y; extern(C) ubyte function(void* jarg1) vtkRectUCharT_Width; extern(C) ubyte function(void* jarg1) vtkRectUCharT_Height; extern(C) void function(void* jarg1) delete_vtkRectUCharT; extern(C) void* function(void* objectRef) vtkRectUCharT_Upcast; extern(C) void* function() new_vtkRectShortT__SWIG_0; extern(C) void* function(short jarg1, short jarg2, short jarg3, short jarg4) new_vtkRectShortT__SWIG_1; extern(C) void* function(void* jarg1) new_vtkRectShortT__SWIG_2; extern(C) void function(void* jarg1, short jarg2, short jarg3, short jarg4, short jarg5) vtkRectShortT_Set; extern(C) void function(void* jarg1, short jarg2) vtkRectShortT_SetX; extern(C) short function(void* jarg1) vtkRectShortT_GetX; extern(C) void function(void* jarg1, short jarg2) vtkRectShortT_SetY; extern(C) short function(void* jarg1) vtkRectShortT_GetY; extern(C) void function(void* jarg1, short jarg2) vtkRectShortT_SetWidth; extern(C) short function(void* jarg1) vtkRectShortT_GetWidth; extern(C) void function(void* jarg1, short jarg2) vtkRectShortT_SetHeight; extern(C) short function(void* jarg1) vtkRectShortT_GetHeight; extern(C) short function(void* jarg1) vtkRectShortT_X; extern(C) short function(void* jarg1) vtkRectShortT_Y; extern(C) short function(void* jarg1) vtkRectShortT_Width; extern(C) short function(void* jarg1) vtkRectShortT_Height; extern(C) void function(void* jarg1) delete_vtkRectShortT; extern(C) void* function(void* objectRef) vtkRectShortT_Upcast; extern(C) void* function() new_vtkRectUShortT__SWIG_0; extern(C) void* function(ushort jarg1, ushort jarg2, ushort jarg3, ushort jarg4) new_vtkRectUShortT__SWIG_1; extern(C) void* function(void* jarg1) new_vtkRectUShortT__SWIG_2; extern(C) void function(void* jarg1, ushort jarg2, ushort jarg3, ushort jarg4, ushort jarg5) vtkRectUShortT_Set; extern(C) void function(void* jarg1, ushort jarg2) vtkRectUShortT_SetX; extern(C) ushort function(void* jarg1) vtkRectUShortT_GetX; extern(C) void function(void* jarg1, ushort jarg2) vtkRectUShortT_SetY; extern(C) ushort function(void* jarg1) vtkRectUShortT_GetY; extern(C) void function(void* jarg1, ushort jarg2) vtkRectUShortT_SetWidth; extern(C) ushort function(void* jarg1) vtkRectUShortT_GetWidth; extern(C) void function(void* jarg1, ushort jarg2) vtkRectUShortT_SetHeight; extern(C) ushort function(void* jarg1) vtkRectUShortT_GetHeight; extern(C) ushort function(void* jarg1) vtkRectUShortT_X; extern(C) ushort function(void* jarg1) vtkRectUShortT_Y; extern(C) ushort function(void* jarg1) vtkRectUShortT_Width; extern(C) ushort function(void* jarg1) vtkRectUShortT_Height; extern(C) void function(void* jarg1) delete_vtkRectUShortT; extern(C) void* function(void* objectRef) vtkRectUShortT_Upcast; extern(C) void* function() new_vtkRectIntT__SWIG_0; extern(C) void* function(int jarg1, int jarg2, int jarg3, int jarg4) new_vtkRectIntT__SWIG_1; extern(C) void* function(void* jarg1) new_vtkRectIntT__SWIG_2; extern(C) void function(void* jarg1, int jarg2, int jarg3, int jarg4, int jarg5) vtkRectIntT_Set; extern(C) void function(void* jarg1, int jarg2) vtkRectIntT_SetX; extern(C) int function(void* jarg1) vtkRectIntT_GetX; extern(C) void function(void* jarg1, int jarg2) vtkRectIntT_SetY; extern(C) int function(void* jarg1) vtkRectIntT_GetY; extern(C) void function(void* jarg1, int jarg2) vtkRectIntT_SetWidth; extern(C) int function(void* jarg1) vtkRectIntT_GetWidth; extern(C) void function(void* jarg1, int jarg2) vtkRectIntT_SetHeight; extern(C) int function(void* jarg1) vtkRectIntT_GetHeight; extern(C) int function(void* jarg1) vtkRectIntT_X; extern(C) int function(void* jarg1) vtkRectIntT_Y; extern(C) int function(void* jarg1) vtkRectIntT_Width; extern(C) int function(void* jarg1) vtkRectIntT_Height; extern(C) void function(void* jarg1) delete_vtkRectIntT; extern(C) void* function(void* objectRef) vtkRectIntT_Upcast; extern(C) void* function() new_vtkRectUIntT__SWIG_0; extern(C) void* function(uint jarg1, uint jarg2, uint jarg3, uint jarg4) new_vtkRectUIntT__SWIG_1; extern(C) void* function(void* jarg1) new_vtkRectUIntT__SWIG_2; extern(C) void function(void* jarg1, uint jarg2, uint jarg3, uint jarg4, uint jarg5) vtkRectUIntT_Set; extern(C) void function(void* jarg1, uint jarg2) vtkRectUIntT_SetX; extern(C) uint function(void* jarg1) vtkRectUIntT_GetX; extern(C) void function(void* jarg1, uint jarg2) vtkRectUIntT_SetY; extern(C) uint function(void* jarg1) vtkRectUIntT_GetY; extern(C) void function(void* jarg1, uint jarg2) vtkRectUIntT_SetWidth; extern(C) uint function(void* jarg1) vtkRectUIntT_GetWidth; extern(C) void function(void* jarg1, uint jarg2) vtkRectUIntT_SetHeight; extern(C) uint function(void* jarg1) vtkRectUIntT_GetHeight; extern(C) uint function(void* jarg1) vtkRectUIntT_X; extern(C) uint function(void* jarg1) vtkRectUIntT_Y; extern(C) uint function(void* jarg1) vtkRectUIntT_Width; extern(C) uint function(void* jarg1) vtkRectUIntT_Height; extern(C) void function(void* jarg1) delete_vtkRectUIntT; extern(C) void* function(void* objectRef) vtkRectUIntT_Upcast; extern(C) void* function() new_vtkRectLongT__SWIG_0; extern(C) void* function(core.stdc.config.c_long jarg1, core.stdc.config.c_long jarg2, core.stdc.config.c_long jarg3, core.stdc.config.c_long jarg4) new_vtkRectLongT__SWIG_1; extern(C) void* function(void* jarg1) new_vtkRectLongT__SWIG_2; extern(C) void function(void* jarg1, core.stdc.config.c_long jarg2, core.stdc.config.c_long jarg3, core.stdc.config.c_long jarg4, core.stdc.config.c_long jarg5) vtkRectLongT_Set; extern(C) void function(void* jarg1, core.stdc.config.c_long jarg2) vtkRectLongT_SetX; extern(C) core.stdc.config.c_long function(void* jarg1) vtkRectLongT_GetX; extern(C) void function(void* jarg1, core.stdc.config.c_long jarg2) vtkRectLongT_SetY; extern(C) core.stdc.config.c_long function(void* jarg1) vtkRectLongT_GetY; extern(C) void function(void* jarg1, core.stdc.config.c_long jarg2) vtkRectLongT_SetWidth; extern(C) core.stdc.config.c_long function(void* jarg1) vtkRectLongT_GetWidth; extern(C) void function(void* jarg1, core.stdc.config.c_long jarg2) vtkRectLongT_SetHeight; extern(C) core.stdc.config.c_long function(void* jarg1) vtkRectLongT_GetHeight; extern(C) core.stdc.config.c_long function(void* jarg1) vtkRectLongT_X; extern(C) core.stdc.config.c_long function(void* jarg1) vtkRectLongT_Y; extern(C) core.stdc.config.c_long function(void* jarg1) vtkRectLongT_Width; extern(C) core.stdc.config.c_long function(void* jarg1) vtkRectLongT_Height; extern(C) void function(void* jarg1) delete_vtkRectLongT; extern(C) void* function(void* objectRef) vtkRectLongT_Upcast; extern(C) void* function() new_vtkRectULongT__SWIG_0; extern(C) void* function(core.stdc.config.c_ulong jarg1, core.stdc.config.c_ulong jarg2, core.stdc.config.c_ulong jarg3, core.stdc.config.c_ulong jarg4) new_vtkRectULongT__SWIG_1; extern(C) void* function(void* jarg1) new_vtkRectULongT__SWIG_2; extern(C) void function(void* jarg1, core.stdc.config.c_ulong jarg2, core.stdc.config.c_ulong jarg3, core.stdc.config.c_ulong jarg4, core.stdc.config.c_ulong jarg5) vtkRectULongT_Set; extern(C) void function(void* jarg1, core.stdc.config.c_ulong jarg2) vtkRectULongT_SetX; extern(C) core.stdc.config.c_ulong function(void* jarg1) vtkRectULongT_GetX; extern(C) void function(void* jarg1, core.stdc.config.c_ulong jarg2) vtkRectULongT_SetY; extern(C) core.stdc.config.c_ulong function(void* jarg1) vtkRectULongT_GetY; extern(C) void function(void* jarg1, core.stdc.config.c_ulong jarg2) vtkRectULongT_SetWidth; extern(C) core.stdc.config.c_ulong function(void* jarg1) vtkRectULongT_GetWidth; extern(C) void function(void* jarg1, core.stdc.config.c_ulong jarg2) vtkRectULongT_SetHeight; extern(C) core.stdc.config.c_ulong function(void* jarg1) vtkRectULongT_GetHeight; extern(C) core.stdc.config.c_ulong function(void* jarg1) vtkRectULongT_X; extern(C) core.stdc.config.c_ulong function(void* jarg1) vtkRectULongT_Y; extern(C) core.stdc.config.c_ulong function(void* jarg1) vtkRectULongT_Width; extern(C) core.stdc.config.c_ulong function(void* jarg1) vtkRectULongT_Height; extern(C) void function(void* jarg1) delete_vtkRectULongT; extern(C) void* function(void* objectRef) vtkRectULongT_Upcast; extern(C) void* function() new_vtkRectLongLongT__SWIG_0; extern(C) void* function(long jarg1, long jarg2, long jarg3, long jarg4) new_vtkRectLongLongT__SWIG_1; extern(C) void* function(void* jarg1) new_vtkRectLongLongT__SWIG_2; extern(C) void function(void* jarg1, long jarg2, long jarg3, long jarg4, long jarg5) vtkRectLongLongT_Set; extern(C) void function(void* jarg1, long jarg2) vtkRectLongLongT_SetX; extern(C) long function(void* jarg1) vtkRectLongLongT_GetX; extern(C) void function(void* jarg1, long jarg2) vtkRectLongLongT_SetY; extern(C) long function(void* jarg1) vtkRectLongLongT_GetY; extern(C) void function(void* jarg1, long jarg2) vtkRectLongLongT_SetWidth; extern(C) long function(void* jarg1) vtkRectLongLongT_GetWidth; extern(C) void function(void* jarg1, long jarg2) vtkRectLongLongT_SetHeight; extern(C) long function(void* jarg1) vtkRectLongLongT_GetHeight; extern(C) long function(void* jarg1) vtkRectLongLongT_X; extern(C) long function(void* jarg1) vtkRectLongLongT_Y; extern(C) long function(void* jarg1) vtkRectLongLongT_Width; extern(C) long function(void* jarg1) vtkRectLongLongT_Height; extern(C) void function(void* jarg1) delete_vtkRectLongLongT; extern(C) void* function(void* objectRef) vtkRectLongLongT_Upcast; extern(C) void* function() new_vtkRectULongLongT__SWIG_0; extern(C) void* function(ulong jarg1, ulong jarg2, ulong jarg3, ulong jarg4) new_vtkRectULongLongT__SWIG_1; extern(C) void* function(void* jarg1) new_vtkRectULongLongT__SWIG_2; extern(C) void function(void* jarg1, ulong jarg2, ulong jarg3, ulong jarg4, ulong jarg5) vtkRectULongLongT_Set; extern(C) void function(void* jarg1, ulong jarg2) vtkRectULongLongT_SetX; extern(C) ulong function(void* jarg1) vtkRectULongLongT_GetX; extern(C) void function(void* jarg1, ulong jarg2) vtkRectULongLongT_SetY; extern(C) ulong function(void* jarg1) vtkRectULongLongT_GetY; extern(C) void function(void* jarg1, ulong jarg2) vtkRectULongLongT_SetWidth; extern(C) ulong function(void* jarg1) vtkRectULongLongT_GetWidth; extern(C) void function(void* jarg1, ulong jarg2) vtkRectULongLongT_SetHeight; extern(C) ulong function(void* jarg1) vtkRectULongLongT_GetHeight; extern(C) ulong function(void* jarg1) vtkRectULongLongT_X; extern(C) ulong function(void* jarg1) vtkRectULongLongT_Y; extern(C) ulong function(void* jarg1) vtkRectULongLongT_Width; extern(C) ulong function(void* jarg1) vtkRectULongLongT_Height; extern(C) void function(void* jarg1) delete_vtkRectULongLongT; extern(C) void* function(void* objectRef) vtkRectULongLongT_Upcast; extern(C) void* function() new_vtkRectFloatT__SWIG_0; extern(C) void* function(float jarg1, float jarg2, float jarg3, float jarg4) new_vtkRectFloatT__SWIG_1; extern(C) void* function(void* jarg1) new_vtkRectFloatT__SWIG_2; extern(C) void function(void* jarg1, float jarg2, float jarg3, float jarg4, float jarg5) vtkRectFloatT_Set; extern(C) void function(void* jarg1, float jarg2) vtkRectFloatT_SetX; extern(C) float function(void* jarg1) vtkRectFloatT_GetX; extern(C) void function(void* jarg1, float jarg2) vtkRectFloatT_SetY; extern(C) float function(void* jarg1) vtkRectFloatT_GetY; extern(C) void function(void* jarg1, float jarg2) vtkRectFloatT_SetWidth; extern(C) float function(void* jarg1) vtkRectFloatT_GetWidth; extern(C) void function(void* jarg1, float jarg2) vtkRectFloatT_SetHeight; extern(C) float function(void* jarg1) vtkRectFloatT_GetHeight; extern(C) float function(void* jarg1) vtkRectFloatT_X; extern(C) float function(void* jarg1) vtkRectFloatT_Y; extern(C) float function(void* jarg1) vtkRectFloatT_Width; extern(C) float function(void* jarg1) vtkRectFloatT_Height; extern(C) void function(void* jarg1) delete_vtkRectFloatT; extern(C) void* function(void* objectRef) vtkRectFloatT_Upcast; extern(C) void* function() new_vtkRectDoubleT__SWIG_0; extern(C) void* function(double jarg1, double jarg2, double jarg3, double jarg4) new_vtkRectDoubleT__SWIG_1; extern(C) void* function(void* jarg1) new_vtkRectDoubleT__SWIG_2; extern(C) void function(void* jarg1, double jarg2, double jarg3, double jarg4, double jarg5) vtkRectDoubleT_Set; extern(C) void function(void* jarg1, double jarg2) vtkRectDoubleT_SetX; extern(C) double function(void* jarg1) vtkRectDoubleT_GetX; extern(C) void function(void* jarg1, double jarg2) vtkRectDoubleT_SetY; extern(C) double function(void* jarg1) vtkRectDoubleT_GetY; extern(C) void function(void* jarg1, double jarg2) vtkRectDoubleT_SetWidth; extern(C) double function(void* jarg1) vtkRectDoubleT_GetWidth; extern(C) void function(void* jarg1, double jarg2) vtkRectDoubleT_SetHeight; extern(C) double function(void* jarg1) vtkRectDoubleT_GetHeight; extern(C) double function(void* jarg1) vtkRectDoubleT_X; extern(C) double function(void* jarg1) vtkRectDoubleT_Y; extern(C) double function(void* jarg1) vtkRectDoubleT_Width; extern(C) double function(void* jarg1) vtkRectDoubleT_Height; extern(C) void function(void* jarg1) delete_vtkRectDoubleT; extern(C) void* function(void* objectRef) vtkRectDoubleT_Upcast; extern(C) void* function() new_vtkRecti__SWIG_0; extern(C) void* function(int jarg1, int jarg2, int jarg3, int jarg4) new_vtkRecti__SWIG_1; extern(C) void* function(void* jarg1) new_vtkRecti__SWIG_2; extern(C) void function(void* jarg1) delete_vtkRecti; extern(C) void* function(void* objectRef) vtkRecti_Upcast; extern(C) void* function() new_vtkRectf__SWIG_0; extern(C) void* function(float jarg1, float jarg2, float jarg3, float jarg4) new_vtkRectf__SWIG_1; extern(C) void* function(void* jarg1) new_vtkRectf__SWIG_2; extern(C) void function(void* jarg1) delete_vtkRectf; extern(C) void* function(void* objectRef) vtkRectf_Upcast; extern(C) void* function() new_vtkRectd__SWIG_0; extern(C) void* function(double jarg1, double jarg2, double jarg3, double jarg4) new_vtkRectd__SWIG_1; extern(C) void* function(void* jarg1) new_vtkRectd__SWIG_2; extern(C) void function(void* jarg1) delete_vtkRectd; extern(C) void* function(void* objectRef) vtkRectd_Upcast; extern(C) int function(const(char)* jarg1) vtkChart_IsTypeOf; extern(C) void* function(void* jarg1) vtkChart_SafeDownCast; extern(C) void* function(void* jarg1) vtkChart_NewInstance; extern(C) void* function(void* jarg1, int jarg2) vtkChart_AddPlot__SWIG_0; extern(C) long function(void* jarg1, void* jarg2) vtkChart_AddPlot__SWIG_1; extern(C) uint function(void* jarg1, long jarg2) vtkChart_RemovePlot; extern(C) uint function(void* jarg1, void* jarg2) vtkChart_RemovePlotInstance; extern(C) void function(void* jarg1) vtkChart_ClearPlots; extern(C) void* function(void* jarg1, long jarg2) vtkChart_GetPlot; extern(C) long function(void* jarg1) vtkChart_GetNumberOfPlots; extern(C) void* function(void* jarg1, int jarg2) vtkChart_GetAxis; extern(C) long function(void* jarg1) vtkChart_GetNumberOfAxes; extern(C) void function(void* jarg1) vtkChart_RecalculateBounds; extern(C) void function(void* jarg1, int jarg2) vtkChart_SetSelectionMethod; extern(C) int function(void* jarg1) vtkChart_GetSelectionMethod; extern(C) void function(void* jarg1, void* jarg2) vtkChart_SetAnnotationLink; extern(C) void* function(void* jarg1) vtkChart_GetAnnotationLink; extern(C) void function(void* jarg1, int jarg2, int jarg3) vtkChart_SetGeometry__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkChart_SetGeometry__SWIG_1; extern(C) void* function(void* jarg1) vtkChart_GetGeometry__SWIG_0; extern(C) void function(void* jarg1, void* jarg2, void* jarg3) vtkChart_GetGeometry__SWIG_1; extern(C) void function(void* jarg1, void* jarg2) vtkChart_GetGeometry__SWIG_2; extern(C) void function(void* jarg1, int jarg2, int jarg3) vtkChart_SetPoint1__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkChart_SetPoint1__SWIG_1; extern(C) void* function(void* jarg1) vtkChart_GetPoint1__SWIG_0; extern(C) void function(void* jarg1, void* jarg2, void* jarg3) vtkChart_GetPoint1__SWIG_1; extern(C) void function(void* jarg1, void* jarg2) vtkChart_GetPoint1__SWIG_2; extern(C) void function(void* jarg1, int jarg2, int jarg3) vtkChart_SetPoint2__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkChart_SetPoint2__SWIG_1; extern(C) void* function(void* jarg1) vtkChart_GetPoint2__SWIG_0; extern(C) void function(void* jarg1, void* jarg2, void* jarg3) vtkChart_GetPoint2__SWIG_1; extern(C) void function(void* jarg1, void* jarg2) vtkChart_GetPoint2__SWIG_2; extern(C) void function(void* jarg1, uint jarg2) vtkChart_SetShowLegend; extern(C) uint function(void* jarg1) vtkChart_GetShowLegend; extern(C) void* function(void* jarg1) vtkChart_GetLegend; extern(C) void function(void* jarg1, void* jarg2) vtkChart_SetTitle; extern(C) void* function(void* jarg1) vtkChart_GetTitle; extern(C) void* function(void* jarg1) vtkChart_GetTitleProperties; extern(C) void function(void* jarg1, int jarg2) vtkChart_SetBottomBorder; extern(C) void function(void* jarg1, int jarg2) vtkChart_SetTopBorder; extern(C) void function(void* jarg1, int jarg2) vtkChart_SetLeftBorder; extern(C) void function(void* jarg1, int jarg2) vtkChart_SetRightBorder; extern(C) void function(void* jarg1, int jarg2, int jarg3, int jarg4, int jarg5) vtkChart_SetBorders; extern(C) void function(void* jarg1, void* jarg2) vtkChart_SetSize; extern(C) void* function(void* jarg1) vtkChart_GetSize; extern(C) void function(void* jarg1, int jarg2) vtkChart_SetLayoutStrategy; extern(C) int function(void* jarg1) vtkChart_GetLayoutStrategy; extern(C) void function(void* jarg1, uint jarg2) vtkChart_SetAutoSize; extern(C) uint function(void* jarg1) vtkChart_GetAutoSize; extern(C) void function(void* jarg1, uint jarg2) vtkChart_SetRenderEmpty; extern(C) uint function(void* jarg1) vtkChart_GetRenderEmpty; extern(C) void function(void* jarg1, int jarg2, int jarg3) vtkChart_SetActionToButton; extern(C) int function(void* jarg1, int jarg2) vtkChart_GetActionToButton; extern(C) void function(void* jarg1, int jarg2, int jarg3) vtkChart_SetClickActionToButton; extern(C) int function(void* jarg1, int jarg2) vtkChart_GetClickActionToButton; extern(C) void function(void* jarg1, void* jarg2) vtkChart_SetBackgroundBrush; extern(C) void* function(void* jarg1) vtkChart_GetBackgroundBrush; extern(C) void function(void* jarg1, int jarg2) vtkChart_SetSelectionMode; extern(C) int function(void* jarg1) vtkChart_GetSelectionMode; extern(C) void* function(void* objectRef) vtkChart_Upcast; extern(C) int function(const(char)* jarg1) vtkChartParallelCoordinates_IsTypeOf; extern(C) void* function(void* jarg1) vtkChartParallelCoordinates_SafeDownCast; extern(C) void* function(void* jarg1) vtkChartParallelCoordinates_NewInstance; extern(C) void* function() vtkChartParallelCoordinates_New; extern(C) void function(void* jarg1, void* jarg2, uint jarg3) vtkChartParallelCoordinates_SetColumnVisibility; extern(C) void function(void* jarg1, uint jarg2) vtkChartParallelCoordinates_SetColumnVisibilityAll; extern(C) uint function(void* jarg1, void* jarg2) vtkChartParallelCoordinates_GetColumnVisibility; extern(C) void* function(void* jarg1) vtkChartParallelCoordinates_GetVisibleColumns; extern(C) void function(void* jarg1, void* jarg2) vtkChartParallelCoordinates_SetPlot; extern(C) void* function() new_vtkChartParallelCoordinates; extern(C) void function(void* jarg1) delete_vtkChartParallelCoordinates; extern(C) void* function(void* objectRef) vtkChartParallelCoordinates_Upcast; extern(C) int function(const(char)* jarg1) vtkEdgeSubdivisionCriterion_IsTypeOf; extern(C) void* function(void* jarg1) vtkEdgeSubdivisionCriterion_SafeDownCast; extern(C) void* function(void* jarg1) vtkEdgeSubdivisionCriterion_NewInstance; extern(C) uint function(void* jarg1, void* jarg2, void* jarg3, void* jarg4, int jarg5) vtkEdgeSubdivisionCriterion_EvaluateEdge; extern(C) int function(void* jarg1, int jarg2, int jarg3, void* jarg4) vtkEdgeSubdivisionCriterion_PassField; extern(C) void function(void* jarg1) vtkEdgeSubdivisionCriterion_ResetFieldList; extern(C) uint function(void* jarg1, int jarg2, void* jarg3) vtkEdgeSubdivisionCriterion_DontPassField; extern(C) void* function(void* jarg1) vtkEdgeSubdivisionCriterion_GetFieldIds; extern(C) void* function(void* jarg1) vtkEdgeSubdivisionCriterion_GetFieldOffsets; extern(C) int function(void* jarg1, int jarg2) vtkEdgeSubdivisionCriterion_GetOutputField; extern(C) int function(void* jarg1) vtkEdgeSubdivisionCriterion_GetNumberOfFields; extern(C) void* function(void* objectRef) vtkEdgeSubdivisionCriterion_Upcast; extern(C) void* function() vtkImageViewer2_New; extern(C) int function(const(char)* jarg1) vtkImageViewer2_IsTypeOf; extern(C) void* function(void* jarg1) vtkImageViewer2_SafeDownCast; extern(C) void* function(void* jarg1) vtkImageViewer2_NewInstance; extern(C) const(char)* function(void* jarg1) vtkImageViewer2_GetWindowName; extern(C) void function(void* jarg1) vtkImageViewer2_Render; extern(C) void function(void* jarg1, void* jarg2) vtkImageViewer2_SetInputData; extern(C) void* function(void* jarg1) vtkImageViewer2_GetInput; extern(C) void function(void* jarg1, void* jarg2) vtkImageViewer2_SetInputConnection; extern(C) int function(void* jarg1) vtkImageViewer2_GetSliceOrientation; extern(C) void function(void* jarg1, int jarg2) vtkImageViewer2_SetSliceOrientation; extern(C) void function(void* jarg1) vtkImageViewer2_SetSliceOrientationToXY; extern(C) void function(void* jarg1) vtkImageViewer2_SetSliceOrientationToYZ; extern(C) void function(void* jarg1) vtkImageViewer2_SetSliceOrientationToXZ; extern(C) int function(void* jarg1) vtkImageViewer2_GetSlice; extern(C) void function(void* jarg1, int jarg2) vtkImageViewer2_SetSlice; extern(C) void function(void* jarg1) vtkImageViewer2_UpdateDisplayExtent; extern(C) int function(void* jarg1) vtkImageViewer2_GetSliceMin; extern(C) int function(void* jarg1) vtkImageViewer2_GetSliceMax; extern(C) void function(void* jarg1, void* jarg2) vtkImageViewer2_GetSliceRange__SWIG_0; extern(C) void function(void* jarg1, void* jarg2, void* jarg3) vtkImageViewer2_GetSliceRange__SWIG_1; extern(C) void* function(void* jarg1) vtkImageViewer2_GetSliceRange__SWIG_2; extern(C) double function(void* jarg1) vtkImageViewer2_GetColorWindow; extern(C) double function(void* jarg1) vtkImageViewer2_GetColorLevel; extern(C) void function(void* jarg1, double jarg2) vtkImageViewer2_SetColorWindow; extern(C) void function(void* jarg1, double jarg2) vtkImageViewer2_SetColorLevel; extern(C) void function(void* jarg1, void* jarg2) vtkImageViewer2_SetDisplayId; extern(C) void function(void* jarg1, void* jarg2) vtkImageViewer2_SetWindowId; extern(C) void function(void* jarg1, void* jarg2) vtkImageViewer2_SetParentId; extern(C) void* function(void* jarg1) vtkImageViewer2_GetPosition; extern(C) void function(void* jarg1, int jarg2, int jarg3) vtkImageViewer2_SetPosition__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkImageViewer2_SetPosition__SWIG_1; extern(C) void* function(void* jarg1) vtkImageViewer2_GetSize; extern(C) void function(void* jarg1, int jarg2, int jarg3) vtkImageViewer2_SetSize__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkImageViewer2_SetSize__SWIG_1; extern(C) void* function(void* jarg1) vtkImageViewer2_GetRenderWindow; extern(C) void* function(void* jarg1) vtkImageViewer2_GetRenderer; extern(C) void* function(void* jarg1) vtkImageViewer2_GetImageActor; extern(C) void* function(void* jarg1) vtkImageViewer2_GetWindowLevel; extern(C) void* function(void* jarg1) vtkImageViewer2_GetInteractorStyle; extern(C) void function(void* jarg1, void* jarg2) vtkImageViewer2_SetRenderWindow; extern(C) void function(void* jarg1, void* jarg2) vtkImageViewer2_SetRenderer; extern(C) void function(void* jarg1, void* jarg2) vtkImageViewer2_SetupInteractor; extern(C) void function(void* jarg1, int jarg2) vtkImageViewer2_SetOffScreenRendering; extern(C) int function(void* jarg1) vtkImageViewer2_GetOffScreenRendering; extern(C) void function(void* jarg1) vtkImageViewer2_OffScreenRenderingOn; extern(C) void function(void* jarg1) vtkImageViewer2_OffScreenRenderingOff; extern(C) void* function(void* objectRef) vtkImageViewer2_Upcast; extern(C) void* function() vtkFieldData_New; extern(C) int function(const(char)* jarg1) vtkFieldData_IsTypeOf; extern(C) void* function(void* jarg1) vtkFieldData_SafeDownCast; extern(C) void* function(void* jarg1) vtkFieldData_NewInstance; extern(C) void function(void* jarg1) vtkFieldData_Initialize; extern(C) int function(void* jarg1, long jarg2, long jarg3) vtkFieldData_Allocate__SWIG_0; extern(C) int function(void* jarg1, long jarg2) vtkFieldData_Allocate__SWIG_1; extern(C) void function(void* jarg1, void* jarg2) vtkFieldData_CopyStructure; extern(C) void function(void* jarg1, int jarg2) vtkFieldData_AllocateArrays; extern(C) int function(void* jarg1) vtkFieldData_GetNumberOfArrays; extern(C) int function(void* jarg1, void* jarg2) vtkFieldData_AddArray; extern(C) void function(void* jarg1, const(char)* jarg2) vtkFieldData_RemoveArray; extern(C) void* function(void* jarg1, int jarg2) vtkFieldData_GetArray__SWIG_0; extern(C) void* function(void* jarg1, const(char)* jarg2, void* jarg3) vtkFieldData_GetArray__SWIG_1; extern(C) void* function(void* jarg1, const(char)* jarg2) vtkFieldData_GetArray__SWIG_2; extern(C) void* function(void* jarg1, int jarg2) vtkFieldData_GetAbstractArray__SWIG_0; extern(C) void* function(void* jarg1, const(char)* jarg2, void* jarg3) vtkFieldData_GetAbstractArray__SWIG_1; extern(C) void* function(void* jarg1, const(char)* jarg2) vtkFieldData_GetAbstractArray__SWIG_2; extern(C) int function(void* jarg1, const(char)* jarg2) vtkFieldData_HasArray; extern(C) const(char)* function(void* jarg1, int jarg2) vtkFieldData_GetArrayName; extern(C) void function(void* jarg1, void* jarg2) vtkFieldData_PassData; extern(C) void function(void* jarg1, const(char)* jarg2) vtkFieldData_CopyFieldOn; extern(C) void function(void* jarg1, const(char)* jarg2) vtkFieldData_CopyFieldOff; extern(C) void function(void* jarg1, int jarg2) vtkFieldData_CopyAllOn__SWIG_0; extern(C) void function(void* jarg1) vtkFieldData_CopyAllOn__SWIG_1; extern(C) void function(void* jarg1, int jarg2) vtkFieldData_CopyAllOff__SWIG_0; extern(C) void function(void* jarg1) vtkFieldData_CopyAllOff__SWIG_1; extern(C) void function(void* jarg1, void* jarg2) vtkFieldData_DeepCopy; extern(C) void function(void* jarg1, void* jarg2) vtkFieldData_ShallowCopy; extern(C) void function(void* jarg1) vtkFieldData_Squeeze; extern(C) void function(void* jarg1) vtkFieldData_Reset; extern(C) core.stdc.config.c_ulong function(void* jarg1) vtkFieldData_GetActualMemorySize; extern(C) void function(void* jarg1, void* jarg2, void* jarg3) vtkFieldData_GetField; extern(C) int function(void* jarg1, int jarg2, void* jarg3) vtkFieldData_GetArrayContainingComponent; extern(C) int function(void* jarg1) vtkFieldData_GetNumberOfComponents; extern(C) long function(void* jarg1) vtkFieldData_GetNumberOfTuples; extern(C) void function(void* jarg1, long jarg2) vtkFieldData_SetNumberOfTuples; extern(C) void function(void* jarg1, long jarg2, long jarg3, void* jarg4) vtkFieldData_SetTuple; extern(C) void function(void* jarg1, long jarg2, long jarg3, void* jarg4) vtkFieldData_InsertTuple; extern(C) long function(void* jarg1, long jarg2, void* jarg3) vtkFieldData_InsertNextTuple; extern(C) void* function(void* objectRef) vtkFieldData_Upcast; extern(C) void* function() vtkDataSetAttributes_New; extern(C) int function(const(char)* jarg1) vtkDataSetAttributes_IsTypeOf; extern(C) void* function(void* jarg1) vtkDataSetAttributes_SafeDownCast; extern(C) void* function(void* jarg1) vtkDataSetAttributes_NewInstance; extern(C) void function(void* jarg1) vtkDataSetAttributes_Update; extern(C) int function(void* jarg1, void* jarg2) vtkDataSetAttributes_SetScalars; extern(C) int function(void* jarg1, const(char)* jarg2) vtkDataSetAttributes_SetActiveScalars; extern(C) void* function(void* jarg1) vtkDataSetAttributes_GetScalars__SWIG_0; extern(C) int function(void* jarg1, void* jarg2) vtkDataSetAttributes_SetVectors; extern(C) int function(void* jarg1, const(char)* jarg2) vtkDataSetAttributes_SetActiveVectors; extern(C) void* function(void* jarg1) vtkDataSetAttributes_GetVectors__SWIG_0; extern(C) int function(void* jarg1, void* jarg2) vtkDataSetAttributes_SetNormals; extern(C) int function(void* jarg1, const(char)* jarg2) vtkDataSetAttributes_SetActiveNormals; extern(C) void* function(void* jarg1) vtkDataSetAttributes_GetNormals__SWIG_0; extern(C) int function(void* jarg1, void* jarg2) vtkDataSetAttributes_SetTCoords; extern(C) int function(void* jarg1, const(char)* jarg2) vtkDataSetAttributes_SetActiveTCoords; extern(C) void* function(void* jarg1) vtkDataSetAttributes_GetTCoords__SWIG_0; extern(C) int function(void* jarg1, void* jarg2) vtkDataSetAttributes_SetTensors; extern(C) int function(void* jarg1, const(char)* jarg2) vtkDataSetAttributes_SetActiveTensors; extern(C) void* function(void* jarg1) vtkDataSetAttributes_GetTensors__SWIG_0; extern(C) int function(void* jarg1, void* jarg2) vtkDataSetAttributes_SetGlobalIds; extern(C) int function(void* jarg1, const(char)* jarg2) vtkDataSetAttributes_SetActiveGlobalIds; extern(C) void* function(void* jarg1) vtkDataSetAttributes_GetGlobalIds__SWIG_0; extern(C) int function(void* jarg1, void* jarg2) vtkDataSetAttributes_SetPedigreeIds; extern(C) int function(void* jarg1, const(char)* jarg2) vtkDataSetAttributes_SetActivePedigreeIds; extern(C) void* function(void* jarg1) vtkDataSetAttributes_GetPedigreeIds__SWIG_0; extern(C) void* function(void* jarg1, const(char)* jarg2) vtkDataSetAttributes_GetScalars__SWIG_1; extern(C) void* function(void* jarg1, const(char)* jarg2) vtkDataSetAttributes_GetVectors__SWIG_1; extern(C) void* function(void* jarg1, const(char)* jarg2) vtkDataSetAttributes_GetNormals__SWIG_1; extern(C) void* function(void* jarg1, const(char)* jarg2) vtkDataSetAttributes_GetTCoords__SWIG_1; extern(C) void* function(void* jarg1, const(char)* jarg2) vtkDataSetAttributes_GetTensors__SWIG_1; extern(C) void* function(void* jarg1, const(char)* jarg2) vtkDataSetAttributes_GetGlobalIds__SWIG_1; extern(C) void* function(void* jarg1, const(char)* jarg2) vtkDataSetAttributes_GetPedigreeIds__SWIG_1; extern(C) int function(void* jarg1, const(char)* jarg2, int jarg3) vtkDataSetAttributes_SetActiveAttribute__SWIG_0; extern(C) int function(void* jarg1, int jarg2, int jarg3) vtkDataSetAttributes_SetActiveAttribute__SWIG_1; extern(C) void function(void* jarg1, void* jarg2) vtkDataSetAttributes_GetAttributeIndices; extern(C) int function(void* jarg1, int jarg2) vtkDataSetAttributes_IsArrayAnAttribute; extern(C) void* function(void* jarg1, int jarg2) vtkDataSetAttributes_GetAttribute; extern(C) void* function(void* jarg1, int jarg2) vtkDataSetAttributes_GetAbstractAttribute; extern(C) void function(void* jarg1, const(char)* jarg2) vtkDataSetAttributes_RemoveArray__SWIG_0; extern(C) void function(void* jarg1, int jarg2) vtkDataSetAttributes_RemoveArray__SWIG_1; extern(C) const(char)* function(int jarg1) vtkDataSetAttributes_GetAttributeTypeAsString; extern(C) const(char)* function(int jarg1) vtkDataSetAttributes_GetLongAttributeTypeAsString; extern(C) void function(void* jarg1, int jarg2, int jarg3, int jarg4) vtkDataSetAttributes_SetCopyAttribute__SWIG_0; extern(C) void function(void* jarg1, int jarg2, int jarg3) vtkDataSetAttributes_SetCopyAttribute__SWIG_1; extern(C) void function(void* jarg1, int jarg2, int jarg3) vtkDataSetAttributes_SetCopyScalars__SWIG_0; extern(C) void function(void* jarg1, int jarg2) vtkDataSetAttributes_SetCopyScalars__SWIG_1; extern(C) int function(void* jarg1, int jarg2) vtkDataSetAttributes_GetCopyScalars__SWIG_0; extern(C) int function(void* jarg1) vtkDataSetAttributes_GetCopyScalars__SWIG_1; extern(C) void function(void* jarg1) vtkDataSetAttributes_CopyScalarsOn; extern(C) void function(void* jarg1) vtkDataSetAttributes_CopyScalarsOff; extern(C) void function(void* jarg1, int jarg2, int jarg3) vtkDataSetAttributes_SetCopyVectors__SWIG_0; extern(C) void function(void* jarg1, int jarg2) vtkDataSetAttributes_SetCopyVectors__SWIG_1; extern(C) int function(void* jarg1, int jarg2) vtkDataSetAttributes_GetCopyVectors__SWIG_0; extern(C) int function(void* jarg1) vtkDataSetAttributes_GetCopyVectors__SWIG_1; extern(C) void function(void* jarg1) vtkDataSetAttributes_CopyVectorsOn; extern(C) void function(void* jarg1) vtkDataSetAttributes_CopyVectorsOff; extern(C) void function(void* jarg1, int jarg2, int jarg3) vtkDataSetAttributes_SetCopyNormals__SWIG_0; extern(C) void function(void* jarg1, int jarg2) vtkDataSetAttributes_SetCopyNormals__SWIG_1; extern(C) int function(void* jarg1, int jarg2) vtkDataSetAttributes_GetCopyNormals__SWIG_0; extern(C) int function(void* jarg1) vtkDataSetAttributes_GetCopyNormals__SWIG_1; extern(C) void function(void* jarg1) vtkDataSetAttributes_CopyNormalsOn; extern(C) void function(void* jarg1) vtkDataSetAttributes_CopyNormalsOff; extern(C) void function(void* jarg1, int jarg2, int jarg3) vtkDataSetAttributes_SetCopyTCoords__SWIG_0; extern(C) void function(void* jarg1, int jarg2) vtkDataSetAttributes_SetCopyTCoords__SWIG_1; extern(C) int function(void* jarg1, int jarg2) vtkDataSetAttributes_GetCopyTCoords__SWIG_0; extern(C) int function(void* jarg1) vtkDataSetAttributes_GetCopyTCoords__SWIG_1; extern(C) void function(void* jarg1) vtkDataSetAttributes_CopyTCoordsOn; extern(C) void function(void* jarg1) vtkDataSetAttributes_CopyTCoordsOff; extern(C) void function(void* jarg1, int jarg2, int jarg3) vtkDataSetAttributes_SetCopyTensors__SWIG_0; extern(C) void function(void* jarg1, int jarg2) vtkDataSetAttributes_SetCopyTensors__SWIG_1; extern(C) int function(void* jarg1, int jarg2) vtkDataSetAttributes_GetCopyTensors__SWIG_0; extern(C) int function(void* jarg1) vtkDataSetAttributes_GetCopyTensors__SWIG_1; extern(C) void function(void* jarg1) vtkDataSetAttributes_CopyTensorsOn; extern(C) void function(void* jarg1) vtkDataSetAttributes_CopyTensorsOff; extern(C) void function(void* jarg1, int jarg2, int jarg3) vtkDataSetAttributes_SetCopyGlobalIds__SWIG_0; extern(C) void function(void* jarg1, int jarg2) vtkDataSetAttributes_SetCopyGlobalIds__SWIG_1; extern(C) int function(void* jarg1, int jarg2) vtkDataSetAttributes_GetCopyGlobalIds__SWIG_0; extern(C) int function(void* jarg1) vtkDataSetAttributes_GetCopyGlobalIds__SWIG_1; extern(C) void function(void* jarg1) vtkDataSetAttributes_CopyGlobalIdsOn; extern(C) void function(void* jarg1) vtkDataSetAttributes_CopyGlobalIdsOff; extern(C) void function(void* jarg1, int jarg2, int jarg3) vtkDataSetAttributes_SetCopyPedigreeIds__SWIG_0; extern(C) void function(void* jarg1, int jarg2) vtkDataSetAttributes_SetCopyPedigreeIds__SWIG_1; extern(C) int function(void* jarg1, int jarg2) vtkDataSetAttributes_GetCopyPedigreeIds__SWIG_0; extern(C) int function(void* jarg1) vtkDataSetAttributes_GetCopyPedigreeIds__SWIG_1; extern(C) void function(void* jarg1) vtkDataSetAttributes_CopyPedigreeIdsOn; extern(C) void function(void* jarg1) vtkDataSetAttributes_CopyPedigreeIdsOff; extern(C) void function(void* jarg1, int jarg2) vtkDataSetAttributes_CopyAllOn__SWIG_0; extern(C) void function(void* jarg1) vtkDataSetAttributes_CopyAllOn__SWIG_1; extern(C) void function(void* jarg1, int jarg2) vtkDataSetAttributes_CopyAllOff__SWIG_0; extern(C) void function(void* jarg1) vtkDataSetAttributes_CopyAllOff__SWIG_1; extern(C) void function(void* jarg1, void* jarg2, long jarg3, long jarg4) vtkDataSetAttributes_CopyAllocate__SWIG_0; extern(C) void function(void* jarg1, void* jarg2, long jarg3) vtkDataSetAttributes_CopyAllocate__SWIG_1; extern(C) void function(void* jarg1, void* jarg2) vtkDataSetAttributes_CopyAllocate__SWIG_2; extern(C) void function(void* jarg1, void* jarg2, long jarg3, long jarg4, int jarg5) vtkDataSetAttributes_CopyAllocate__SWIG_3; extern(C) void function(void* jarg1, void* jarg2, void* jarg3, void* jarg4) vtkDataSetAttributes_CopyStructuredData; extern(C) void function(void* jarg1, void* jarg2, long jarg3, long jarg4) vtkDataSetAttributes_CopyData; extern(C) void function(void* jarg1, void* jarg2, void* jarg3, long jarg4, long jarg5) vtkDataSetAttributes_CopyTuple; extern(C) void function(void* jarg1, void* jarg2, long jarg3, long jarg4) vtkDataSetAttributes_InterpolateAllocate__SWIG_0; extern(C) void function(void* jarg1, void* jarg2, long jarg3) vtkDataSetAttributes_InterpolateAllocate__SWIG_1; extern(C) void function(void* jarg1, void* jarg2) vtkDataSetAttributes_InterpolateAllocate__SWIG_2; extern(C) void function(void* jarg1, void* jarg2, long jarg3, long jarg4, int jarg5) vtkDataSetAttributes_InterpolateAllocate__SWIG_3; extern(C) void function(void* jarg1, void* jarg2, long jarg3, void* jarg4, void* jarg5) vtkDataSetAttributes_InterpolatePoint; extern(C) void function(void* jarg1, void* jarg2, long jarg3, long jarg4, long jarg5, double jarg6) vtkDataSetAttributes_InterpolateEdge; extern(C) void function(void* jarg1, void* jarg2, void* jarg3, long jarg4, double jarg5) vtkDataSetAttributes_InterpolateTime; extern(C) void* function() new_vtkDataSetAttributes; extern(C) void function(void* jarg1) delete_vtkDataSetAttributes; extern(C) void* function(void* objectRef) vtkDataSetAttributes_Upcast; extern(C) int function(const(char)* jarg1) vtkRearrangeFields_IsTypeOf; extern(C) void* function(void* jarg1) vtkRearrangeFields_SafeDownCast; extern(C) void* function(void* jarg1) vtkRearrangeFields_NewInstance; extern(C) void* function() vtkRearrangeFields_New; extern(C) int function(void* jarg1, int jarg2, int jarg3, int jarg4, int jarg5) vtkRearrangeFields_AddOperation__SWIG_0; extern(C) int function(void* jarg1, int jarg2, const(char)* jarg3, int jarg4, int jarg5) vtkRearrangeFields_AddOperation__SWIG_1; extern(C) int function(void* jarg1, const(char)* jarg2, const(char)* jarg3, const(char)* jarg4, const(char)* jarg5) vtkRearrangeFields_AddOperation__SWIG_2; extern(C) int function(void* jarg1, int jarg2) vtkRearrangeFields_RemoveOperation__SWIG_0; extern(C) int function(void* jarg1, int jarg2, int jarg3, int jarg4, int jarg5) vtkRearrangeFields_RemoveOperation__SWIG_1; extern(C) int function(void* jarg1, int jarg2, const(char)* jarg3, int jarg4, int jarg5) vtkRearrangeFields_RemoveOperation__SWIG_2; extern(C) int function(void* jarg1, const(char)* jarg2, const(char)* jarg3, const(char)* jarg4, const(char)* jarg5) vtkRearrangeFields_RemoveOperation__SWIG_3; extern(C) void function(void* jarg1) vtkRearrangeFields_RemoveAllOperations; extern(C) void* function(void* objectRef) vtkRearrangeFields_Upcast; extern(C) int function(const(char)* jarg1) vtkCommunicator_IsTypeOf; extern(C) void* function(void* jarg1) vtkCommunicator_SafeDownCast; extern(C) void* function(void* jarg1) vtkCommunicator_NewInstance; extern(C) void function(void* jarg1, int jarg2) vtkCommunicator_SetNumberOfProcesses; extern(C) int function(void* jarg1) vtkCommunicator_GetNumberOfProcesses; extern(C) int function(void* jarg1) vtkCommunicator_GetLocalProcessId; extern(C) int function(void* jarg1, void* jarg2, int jarg3, int jarg4) vtkCommunicator_Send__SWIG_0; extern(C) int function(void* jarg1, void* jarg2, int jarg3, int jarg4) vtkCommunicator_Send__SWIG_1; extern(C) int function(void* jarg1, void* jarg2, long jarg3, int jarg4, int jarg5, int jarg6) vtkCommunicator_SendVoidArray; extern(C) int function(void* jarg1, void* jarg2, long jarg3, int jarg4, int jarg5) vtkCommunicator_Send__SWIG_2; extern(C) int function(void* jarg1, void* jarg2, long jarg3, int jarg4, int jarg5) vtkCommunicator_Send__SWIG_3; extern(C) int function(void* jarg1, void* jarg2, long jarg3, int jarg4, int jarg5) vtkCommunicator_Send__SWIG_4; extern(C) int function(void* jarg1, void* jarg2, long jarg3, int jarg4, int jarg5) vtkCommunicator_Send__SWIG_5; extern(C) int function(void* jarg1, const(char)* jarg2, long jarg3, int jarg4, int jarg5) vtkCommunicator_Send__SWIG_6; extern(C) int function(void* jarg1, void* jarg2, long jarg3, int jarg4, int jarg5) vtkCommunicator_Send__SWIG_7; extern(C) int function(void* jarg1, void* jarg2, long jarg3, int jarg4, int jarg5) vtkCommunicator_Send__SWIG_8; extern(C) int function(void* jarg1, void* jarg2, long jarg3, int jarg4, int jarg5) vtkCommunicator_Send__SWIG_9; extern(C) int function(void* jarg1, void* jarg2, int jarg3, int jarg4) vtkCommunicator_Receive__SWIG_0; extern(C) void* function(void* jarg1, int jarg2, int jarg3) vtkCommunicator_ReceiveDataObject; extern(C) int function(void* jarg1, void* jarg2, int jarg3, int jarg4) vtkCommunicator_Receive__SWIG_1; extern(C) int function(void* jarg1, void* jarg2, long jarg3, int jarg4, int jarg5, int jarg6) vtkCommunicator_ReceiveVoidArray; extern(C) int function(void* jarg1, void* jarg2, long jarg3, int jarg4, int jarg5) vtkCommunicator_Receive__SWIG_2; extern(C) int function(void* jarg1, void* jarg2, long jarg3, int jarg4, int jarg5) vtkCommunicator_Receive__SWIG_3; extern(C) int function(void* jarg1, void* jarg2, long jarg3, int jarg4, int jarg5) vtkCommunicator_Receive__SWIG_4; extern(C) int function(void* jarg1, void* jarg2, long jarg3, int jarg4, int jarg5) vtkCommunicator_Receive__SWIG_5; extern(C) int function(void* jarg1, const(char)* jarg2, long jarg3, int jarg4, int jarg5) vtkCommunicator_Receive__SWIG_6; extern(C) int function(void* jarg1, void* jarg2, long jarg3, int jarg4, int jarg5) vtkCommunicator_Receive__SWIG_7; extern(C) int function(void* jarg1, void* jarg2, long jarg3, int jarg4, int jarg5) vtkCommunicator_Receive__SWIG_8; extern(C) int function(void* jarg1, void* jarg2, long jarg3, int jarg4, int jarg5) vtkCommunicator_Receive__SWIG_9; extern(C) long function(void* jarg1) vtkCommunicator_GetCount; extern(C) void function(void* jarg1) vtkCommunicator_Barrier; extern(C) int function(void* jarg1, void* jarg2, long jarg3, int jarg4) vtkCommunicator_Broadcast__SWIG_0; extern(C) int function(void* jarg1, void* jarg2, long jarg3, int jarg4) vtkCommunicator_Broadcast__SWIG_1; extern(C) int function(void* jarg1, void* jarg2, long jarg3, int jarg4) vtkCommunicator_Broadcast__SWIG_2; extern(C) int function(void* jarg1, void* jarg2, long jarg3, int jarg4) vtkCommunicator_Broadcast__SWIG_3; extern(C) int function(void* jarg1, const(char)* jarg2, long jarg3, int jarg4) vtkCommunicator_Broadcast__SWIG_4; extern(C) int function(void* jarg1, void* jarg2, long jarg3, int jarg4) vtkCommunicator_Broadcast__SWIG_5; extern(C) int function(void* jarg1, void* jarg2, long jarg3, int jarg4) vtkCommunicator_Broadcast__SWIG_6; extern(C) int function(void* jarg1, void* jarg2, long jarg3, int jarg4) vtkCommunicator_Broadcast__SWIG_7; extern(C) int function(void* jarg1, void* jarg2, int jarg3) vtkCommunicator_Broadcast__SWIG_8; extern(C) int function(void* jarg1, void* jarg2, int jarg3) vtkCommunicator_Broadcast__SWIG_9; extern(C) int function(void* jarg1, void* jarg2, void* jarg3, long jarg4, int jarg5) vtkCommunicator_Gather__SWIG_0; extern(C) int function(void* jarg1, void* jarg2, void* jarg3, long jarg4, int jarg5) vtkCommunicator_Gather__SWIG_1; extern(C) int function(void* jarg1, void* jarg2, void* jarg3, long jarg4, int jarg5) vtkCommunicator_Gather__SWIG_2; extern(C) int function(void* jarg1, const(char)* jarg2, const(char)* jarg3, long jarg4, int jarg5) vtkCommunicator_Gather__SWIG_3; extern(C) int function(void* jarg1, void* jarg2, void* jarg3, long jarg4, int jarg5) vtkCommunicator_Gather__SWIG_4; extern(C) int function(void* jarg1, void* jarg2, void* jarg3, long jarg4, int jarg5) vtkCommunicator_Gather__SWIG_5; extern(C) int function(void* jarg1, void* jarg2, void* jarg3, long jarg4, int jarg5) vtkCommunicator_Gather__SWIG_6; extern(C) int function(void* jarg1, void* jarg2, void* jarg3, int jarg4) vtkCommunicator_Gather__SWIG_7; extern(C) int function(void* jarg1, void* jarg2, void* jarg3, long jarg4, void* jarg5, void* jarg6, int jarg7) vtkCommunicator_GatherV__SWIG_0; extern(C) int function(void* jarg1, void* jarg2, void* jarg3, long jarg4, void* jarg5, void* jarg6, int jarg7) vtkCommunicator_GatherV__SWIG_1; extern(C) int function(void* jarg1, void* jarg2, void* jarg3, long jarg4, void* jarg5, void* jarg6, int jarg7) vtkCommunicator_GatherV__SWIG_2; extern(C) int function(void* jarg1, const(char)* jarg2, const(char)* jarg3, long jarg4, void* jarg5, void* jarg6, int jarg7) vtkCommunicator_GatherV__SWIG_3; extern(C) int function(void* jarg1, void* jarg2, void* jarg3, long jarg4, void* jarg5, void* jarg6, int jarg7) vtkCommunicator_GatherV__SWIG_4; extern(C) int function(void* jarg1, void* jarg2, void* jarg3, long jarg4, void* jarg5, void* jarg6, int jarg7) vtkCommunicator_GatherV__SWIG_5; extern(C) int function(void* jarg1, void* jarg2, void* jarg3, long jarg4, void* jarg5, void* jarg6, int jarg7) vtkCommunicator_GatherV__SWIG_6; extern(C) int function(void* jarg1, void* jarg2, void* jarg3, void* jarg4, void* jarg5, int jarg6) vtkCommunicator_GatherV__SWIG_7; extern(C) int function(void* jarg1, void* jarg2, void* jarg3, int jarg4) vtkCommunicator_GatherV__SWIG_8; extern(C) int function(void* jarg1, void* jarg2, void* jarg3, long jarg4, int jarg5) vtkCommunicator_Scatter__SWIG_0; extern(C) int function(void* jarg1, void* jarg2, void* jarg3, long jarg4, int jarg5) vtkCommunicator_Scatter__SWIG_1; extern(C) int function(void* jarg1, void* jarg2, void* jarg3, long jarg4, int jarg5) vtkCommunicator_Scatter__SWIG_2; extern(C) int function(void* jarg1, const(char)* jarg2, const(char)* jarg3, long jarg4, int jarg5) vtkCommunicator_Scatter__SWIG_3; extern(C) int function(void* jarg1, void* jarg2, void* jarg3, long jarg4, int jarg5) vtkCommunicator_Scatter__SWIG_4; extern(C) int function(void* jarg1, void* jarg2, void* jarg3, long jarg4, int jarg5) vtkCommunicator_Scatter__SWIG_5; extern(C) int function(void* jarg1, void* jarg2, void* jarg3, long jarg4, int jarg5) vtkCommunicator_Scatter__SWIG_6; extern(C) int function(void* jarg1, void* jarg2, void* jarg3, int jarg4) vtkCommunicator_Scatter__SWIG_7; extern(C) int function(void* jarg1, void* jarg2, void* jarg3, void* jarg4, void* jarg5, long jarg6, int jarg7) vtkCommunicator_ScatterV__SWIG_0; extern(C) int function(void* jarg1, void* jarg2, void* jarg3, void* jarg4, void* jarg5, long jarg6, int jarg7) vtkCommunicator_ScatterV__SWIG_1; extern(C) int function(void* jarg1, void* jarg2, void* jarg3, void* jarg4, void* jarg5, long jarg6, int jarg7) vtkCommunicator_ScatterV__SWIG_2; extern(C) int function(void* jarg1, const(char)* jarg2, const(char)* jarg3, void* jarg4, void* jarg5, long jarg6, int jarg7) vtkCommunicator_ScatterV__SWIG_3; extern(C) int function(void* jarg1, void* jarg2, void* jarg3, void* jarg4, void* jarg5, long jarg6, int jarg7) vtkCommunicator_ScatterV__SWIG_4; extern(C) int function(void* jarg1, void* jarg2, void* jarg3, void* jarg4, void* jarg5, long jarg6, int jarg7) vtkCommunicator_ScatterV__SWIG_5; extern(C) int function(void* jarg1, void* jarg2, void* jarg3, void* jarg4, void* jarg5, long jarg6, int jarg7) vtkCommunicator_ScatterV__SWIG_6; extern(C) int function(void* jarg1, void* jarg2, void* jarg3, long jarg4) vtkCommunicator_AllGather__SWIG_0; extern(C) int function(void* jarg1, void* jarg2, void* jarg3, long jarg4) vtkCommunicator_AllGather__SWIG_1; extern(C) int function(void* jarg1, void* jarg2, void* jarg3, long jarg4) vtkCommunicator_AllGather__SWIG_2; extern(C) int function(void* jarg1, const(char)* jarg2, const(char)* jarg3, long jarg4) vtkCommunicator_AllGather__SWIG_3; extern(C) int function(void* jarg1, void* jarg2, void* jarg3, long jarg4) vtkCommunicator_AllGather__SWIG_4; extern(C) int function(void* jarg1, void* jarg2, void* jarg3, long jarg4) vtkCommunicator_AllGather__SWIG_5; extern(C) int function(void* jarg1, void* jarg2, void* jarg3, long jarg4) vtkCommunicator_AllGather__SWIG_6; extern(C) int function(void* jarg1, void* jarg2, void* jarg3) vtkCommunicator_AllGather__SWIG_7; extern(C) int function(void* jarg1, void* jarg2, void* jarg3, long jarg4, void* jarg5, void* jarg6) vtkCommunicator_AllGatherV__SWIG_0; extern(C) int function(void* jarg1, void* jarg2, void* jarg3, long jarg4, void* jarg5, void* jarg6) vtkCommunicator_AllGatherV__SWIG_1; extern(C) int function(void* jarg1, void* jarg2, void* jarg3, long jarg4, void* jarg5, void* jarg6) vtkCommunicator_AllGatherV__SWIG_2; extern(C) int function(void* jarg1, const(char)* jarg2, const(char)* jarg3, long jarg4, void* jarg5, void* jarg6) vtkCommunicator_AllGatherV__SWIG_3; extern(C) int function(void* jarg1, void* jarg2, void* jarg3, long jarg4, void* jarg5, void* jarg6) vtkCommunicator_AllGatherV__SWIG_4; extern(C) int function(void* jarg1, void* jarg2, void* jarg3, long jarg4, void* jarg5, void* jarg6) vtkCommunicator_AllGatherV__SWIG_5; extern(C) int function(void* jarg1, void* jarg2, void* jarg3, long jarg4, void* jarg5, void* jarg6) vtkCommunicator_AllGatherV__SWIG_6; extern(C) int function(void* jarg1, void* jarg2, void* jarg3, void* jarg4, void* jarg5) vtkCommunicator_AllGatherV__SWIG_7; extern(C) int function(void* jarg1, void* jarg2, void* jarg3) vtkCommunicator_AllGatherV__SWIG_8; extern(C) int function(void* jarg1, void* jarg2, void* jarg3, long jarg4, int jarg5, int jarg6) vtkCommunicator_Reduce__SWIG_0; extern(C) int function(void* jarg1, void* jarg2, void* jarg3, long jarg4, int jarg5, int jarg6) vtkCommunicator_Reduce__SWIG_1; extern(C) int function(void* jarg1, void* jarg2, void* jarg3, long jarg4, int jarg5, int jarg6) vtkCommunicator_Reduce__SWIG_2; extern(C) int function(void* jarg1, void* jarg2, void* jarg3, long jarg4, int jarg5, int jarg6) vtkCommunicator_Reduce__SWIG_3; extern(C) int function(void* jarg1, const(char)* jarg2, const(char)* jarg3, long jarg4, int jarg5, int jarg6) vtkCommunicator_Reduce__SWIG_4; extern(C) int function(void* jarg1, void* jarg2, void* jarg3, long jarg4, int jarg5, int jarg6) vtkCommunicator_Reduce__SWIG_5; extern(C) int function(void* jarg1, void* jarg2, void* jarg3, long jarg4, int jarg5, int jarg6) vtkCommunicator_Reduce__SWIG_6; extern(C) int function(void* jarg1, void* jarg2, void* jarg3, long jarg4, int jarg5, int jarg6) vtkCommunicator_Reduce__SWIG_7; extern(C) int function(void* jarg1, void* jarg2, void* jarg3, int jarg4, int jarg5) vtkCommunicator_Reduce__SWIG_8; extern(C) int function(void* jarg1, void* jarg2, void* jarg3, long jarg4, void* jarg5, int jarg6) vtkCommunicator_Reduce__SWIG_9; extern(C) int function(void* jarg1, void* jarg2, void* jarg3, long jarg4, void* jarg5, int jarg6) vtkCommunicator_Reduce__SWIG_10; extern(C) int function(void* jarg1, void* jarg2, void* jarg3, long jarg4, void* jarg5, int jarg6) vtkCommunicator_Reduce__SWIG_11; extern(C) int function(void* jarg1, const(char)* jarg2, const(char)* jarg3, long jarg4, void* jarg5, int jarg6) vtkCommunicator_Reduce__SWIG_12; extern(C) int function(void* jarg1, void* jarg2, void* jarg3, long jarg4, void* jarg5, int jarg6) vtkCommunicator_Reduce__SWIG_13; extern(C) int function(void* jarg1, void* jarg2, void* jarg3, long jarg4, void* jarg5, int jarg6) vtkCommunicator_Reduce__SWIG_14; extern(C) int function(void* jarg1, void* jarg2, void* jarg3, long jarg4, void* jarg5, int jarg6) vtkCommunicator_Reduce__SWIG_15; extern(C) int function(void* jarg1, void* jarg2, void* jarg3, void* jarg4, int jarg5) vtkCommunicator_Reduce__SWIG_16; extern(C) int function(void* jarg1, void* jarg2, void* jarg3, long jarg4, int jarg5) vtkCommunicator_AllReduce__SWIG_0; extern(C) int function(void* jarg1, void* jarg2, void* jarg3, long jarg4, int jarg5) vtkCommunicator_AllReduce__SWIG_1; extern(C) int function(void* jarg1, void* jarg2, void* jarg3, long jarg4, int jarg5) vtkCommunicator_AllReduce__SWIG_2; extern(C) int function(void* jarg1, const(char)* jarg2, const(char)* jarg3, long jarg4, int jarg5) vtkCommunicator_AllReduce__SWIG_3; extern(C) int function(void* jarg1, void* jarg2, void* jarg3, long jarg4, int jarg5) vtkCommunicator_AllReduce__SWIG_4; extern(C) int function(void* jarg1, void* jarg2, void* jarg3, long jarg4, int jarg5) vtkCommunicator_AllReduce__SWIG_5; extern(C) int function(void* jarg1, void* jarg2, void* jarg3, long jarg4, int jarg5) vtkCommunicator_AllReduce__SWIG_6; extern(C) int function(void* jarg1, void* jarg2, void* jarg3, int jarg4) vtkCommunicator_AllReduce__SWIG_7; extern(C) int function(void* jarg1, void* jarg2, void* jarg3, long jarg4, void* jarg5) vtkCommunicator_AllReduce__SWIG_8; extern(C) int function(void* jarg1, void* jarg2, void* jarg3, long jarg4, void* jarg5) vtkCommunicator_AllReduce__SWIG_9; extern(C) int function(void* jarg1, void* jarg2, void* jarg3, long jarg4, void* jarg5) vtkCommunicator_AllReduce__SWIG_10; extern(C) int function(void* jarg1, const(char)* jarg2, const(char)* jarg3, long jarg4, void* jarg5) vtkCommunicator_AllReduce__SWIG_11; extern(C) int function(void* jarg1, void* jarg2, void* jarg3, long jarg4, void* jarg5) vtkCommunicator_AllReduce__SWIG_12; extern(C) int function(void* jarg1, void* jarg2, void* jarg3, long jarg4, void* jarg5) vtkCommunicator_AllReduce__SWIG_13; extern(C) int function(void* jarg1, void* jarg2, void* jarg3, long jarg4, void* jarg5) vtkCommunicator_AllReduce__SWIG_14; extern(C) int function(void* jarg1, void* jarg2, void* jarg3, void* jarg4) vtkCommunicator_AllReduce__SWIG_15; extern(C) int function(void* jarg1, void* jarg2, long jarg3, int jarg4, int jarg5) vtkCommunicator_BroadcastVoidArray; extern(C) int function(void* jarg1, void* jarg2, void* jarg3, long jarg4, int jarg5, int jarg6) vtkCommunicator_GatherVoidArray; extern(C) int function(void* jarg1, void* jarg2, void* jarg3, long jarg4, void* jarg5, void* jarg6, int jarg7, int jarg8) vtkCommunicator_GatherVVoidArray; extern(C) int function(void* jarg1, void* jarg2, void* jarg3, long jarg4, int jarg5, int jarg6) vtkCommunicator_ScatterVoidArray; extern(C) int function(void* jarg1, void* jarg2, void* jarg3, void* jarg4, void* jarg5, long jarg6, int jarg7, int jarg8) vtkCommunicator_ScatterVVoidArray; extern(C) int function(void* jarg1, void* jarg2, void* jarg3, long jarg4, int jarg5) vtkCommunicator_AllGatherVoidArray; extern(C) int function(void* jarg1, void* jarg2, void* jarg3, long jarg4, void* jarg5, void* jarg6, int jarg7) vtkCommunicator_AllGatherVVoidArray; extern(C) int function(void* jarg1, void* jarg2, void* jarg3, long jarg4, int jarg5, int jarg6, int jarg7) vtkCommunicator_ReduceVoidArray__SWIG_0; extern(C) int function(void* jarg1, void* jarg2, void* jarg3, long jarg4, int jarg5, void* jarg6, int jarg7) vtkCommunicator_ReduceVoidArray__SWIG_1; extern(C) int function(void* jarg1, void* jarg2, void* jarg3, long jarg4, int jarg5, int jarg6) vtkCommunicator_AllReduceVoidArray__SWIG_0; extern(C) int function(void* jarg1, void* jarg2, void* jarg3, long jarg4, int jarg5, void* jarg6) vtkCommunicator_AllReduceVoidArray__SWIG_1; extern(C) void function(int jarg1) vtkCommunicator_SetUseCopy; extern(C) int function(int jarg1) vtkCommunicator_GetParentProcessor; extern(C) int function(int jarg1) vtkCommunicator_GetLeftChildProcessor; extern(C) int function(void* jarg1, void* jarg2) vtkCommunicator_MarshalDataObject; extern(C) int function(void* jarg1, void* jarg2) vtkCommunicator_UnMarshalDataObject; extern(C) void* function(void* objectRef) vtkCommunicator_Upcast; extern(C) int function(const(char)* jarg1) vtkMultiProcessController_IsTypeOf; extern(C) void* function(void* jarg1) vtkMultiProcessController_SafeDownCast; extern(C) void* function(void* jarg1) vtkMultiProcessController_NewInstance; extern(C) void function(void* jarg1, void* jarg2, void* jarg3) vtkMultiProcessController_Initialize__SWIG_0; extern(C) void function(void* jarg1, void* jarg2, void* jarg3, int jarg4) vtkMultiProcessController_Initialize__SWIG_1; extern(C) void function(void* jarg1) vtkMultiProcessController_Finalize__SWIG_0; extern(C) void function(void* jarg1, int jarg2) vtkMultiProcessController_Finalize__SWIG_1; extern(C) void function(void* jarg1, int jarg2) vtkMultiProcessController_SetNumberOfProcesses; extern(C) int function(void* jarg1) vtkMultiProcessController_GetNumberOfProcesses; extern(C) void function(void* jarg1) vtkMultiProcessController_SingleMethodExecute; extern(C) void function(void* jarg1) vtkMultiProcessController_MultipleMethodExecute; extern(C) int function(void* jarg1) vtkMultiProcessController_GetLocalProcessId; extern(C) void* function() vtkMultiProcessController_GetGlobalController; extern(C) void function(void* jarg1) vtkMultiProcessController_CreateOutputWindow; extern(C) void* function(void* jarg1, void* jarg2) vtkMultiProcessController_CreateSubController; extern(C) void* function(void* jarg1, int jarg2, int jarg3) vtkMultiProcessController_PartitionController; extern(C) void function(void* jarg1, int jarg2, void* jarg3, int jarg4, int jarg5) vtkMultiProcessController_TriggerRMI__SWIG_0; extern(C) void function(void* jarg1) vtkMultiProcessController_TriggerBreakRMIs; extern(C) void function(void* jarg1, int jarg2, const(char)* jarg3, int jarg4) vtkMultiProcessController_TriggerRMI__SWIG_1; extern(C) void function(void* jarg1, int jarg2, int jarg3) vtkMultiProcessController_TriggerRMI__SWIG_2; extern(C) void function(void* jarg1, void* jarg2, int jarg3, int jarg4) vtkMultiProcessController_TriggerRMIOnAllChildren__SWIG_0; extern(C) void function(void* jarg1, const(char)* jarg2, int jarg3) vtkMultiProcessController_TriggerRMIOnAllChildren__SWIG_1; extern(C) void function(void* jarg1, int jarg2) vtkMultiProcessController_TriggerRMIOnAllChildren__SWIG_2; extern(C) int function(void* jarg1, int jarg2, int jarg3) vtkMultiProcessController_ProcessRMIs__SWIG_0; extern(C) int function(void* jarg1, int jarg2) vtkMultiProcessController_ProcessRMIs__SWIG_1; extern(C) int function(void* jarg1) vtkMultiProcessController_ProcessRMIs__SWIG_2; extern(C) void function(void* jarg1, int jarg2) vtkMultiProcessController_SetBreakFlag; extern(C) int function(void* jarg1) vtkMultiProcessController_GetBreakFlag; extern(C) void* function(void* jarg1) vtkMultiProcessController_GetCommunicator; extern(C) int function() vtkMultiProcessController_GetBreakRMITag; extern(C) int function() vtkMultiProcessController_GetRMITag; extern(C) int function() vtkMultiProcessController_GetRMIArgTag; extern(C) void function(void* jarg1) vtkMultiProcessController_Barrier; extern(C) void function(void* jarg1) vtkMultiProcessController_SetGlobalController; extern(C) int function(void* jarg1, void* jarg2, long jarg3, int jarg4, int jarg5) vtkMultiProcessController_Send__SWIG_0; extern(C) int function(void* jarg1, void* jarg2, long jarg3, int jarg4, int jarg5) vtkMultiProcessController_Send__SWIG_1; extern(C) int function(void* jarg1, void* jarg2, long jarg3, int jarg4, int jarg5) vtkMultiProcessController_Send__SWIG_2; extern(C) int function(void* jarg1, const(char)* jarg2, long jarg3, int jarg4, int jarg5) vtkMultiProcessController_Send__SWIG_3; extern(C) int function(void* jarg1, void* jarg2, long jarg3, int jarg4, int jarg5) vtkMultiProcessController_Send__SWIG_4; extern(C) int function(void* jarg1, void* jarg2, long jarg3, int jarg4, int jarg5) vtkMultiProcessController_Send__SWIG_5; extern(C) int function(void* jarg1, void* jarg2, long jarg3, int jarg4, int jarg5) vtkMultiProcessController_Send__SWIG_6; extern(C) int function(void* jarg1, void* jarg2, long jarg3, int jarg4, int jarg5) vtkMultiProcessController_Send__SWIG_7; extern(C) int function(void* jarg1, void* jarg2, int jarg3, int jarg4) vtkMultiProcessController_Send__SWIG_8; extern(C) int function(void* jarg1, void* jarg2, int jarg3, int jarg4) vtkMultiProcessController_Send__SWIG_9; extern(C) int function(void* jarg1, void* jarg2, long jarg3, int jarg4, int jarg5) vtkMultiProcessController_Receive__SWIG_0; extern(C) int function(void* jarg1, void* jarg2, long jarg3, int jarg4, int jarg5) vtkMultiProcessController_Receive__SWIG_1; extern(C) int function(void* jarg1, void* jarg2, long jarg3, int jarg4, int jarg5) vtkMultiProcessController_Receive__SWIG_2; extern(C) int function(void* jarg1, const(char)* jarg2, long jarg3, int jarg4, int jarg5) vtkMultiProcessController_Receive__SWIG_3; extern(C) int function(void* jarg1, void* jarg2, long jarg3, int jarg4, int jarg5) vtkMultiProcessController_Receive__SWIG_4; extern(C) int function(void* jarg1, void* jarg2, long jarg3, int jarg4, int jarg5) vtkMultiProcessController_Receive__SWIG_5; extern(C) int function(void* jarg1, void* jarg2, long jarg3, int jarg4, int jarg5) vtkMultiProcessController_Receive__SWIG_6; extern(C) int function(void* jarg1, void* jarg2, long jarg3, int jarg4, int jarg5) vtkMultiProcessController_Receive__SWIG_7; extern(C) int function(void* jarg1, void* jarg2, int jarg3, int jarg4) vtkMultiProcessController_Receive__SWIG_8; extern(C) int function(void* jarg1, void* jarg2, int jarg3, int jarg4) vtkMultiProcessController_Receive__SWIG_9; extern(C) void* function(void* jarg1, int jarg2, int jarg3) vtkMultiProcessController_ReceiveDataObject; extern(C) long function(void* jarg1) vtkMultiProcessController_GetCount; extern(C) int function(void* jarg1, void* jarg2, long jarg3, int jarg4) vtkMultiProcessController_Broadcast__SWIG_0; extern(C) int function(void* jarg1, void* jarg2, long jarg3, int jarg4) vtkMultiProcessController_Broadcast__SWIG_1; extern(C) int function(void* jarg1, void* jarg2, long jarg3, int jarg4) vtkMultiProcessController_Broadcast__SWIG_2; extern(C) int function(void* jarg1, void* jarg2, long jarg3, int jarg4) vtkMultiProcessController_Broadcast__SWIG_3; extern(C) int function(void* jarg1, const(char)* jarg2, long jarg3, int jarg4) vtkMultiProcessController_Broadcast__SWIG_4; extern(C) int function(void* jarg1, void* jarg2, long jarg3, int jarg4) vtkMultiProcessController_Broadcast__SWIG_5; extern(C) int function(void* jarg1, void* jarg2, long jarg3, int jarg4) vtkMultiProcessController_Broadcast__SWIG_6; extern(C) int function(void* jarg1, void* jarg2, long jarg3, int jarg4) vtkMultiProcessController_Broadcast__SWIG_7; extern(C) int function(void* jarg1, void* jarg2, int jarg3) vtkMultiProcessController_Broadcast__SWIG_8; extern(C) int function(void* jarg1, void* jarg2, int jarg3) vtkMultiProcessController_Broadcast__SWIG_9; extern(C) int function(void* jarg1, void* jarg2, void* jarg3, long jarg4, int jarg5) vtkMultiProcessController_Gather__SWIG_0; extern(C) int function(void* jarg1, void* jarg2, void* jarg3, long jarg4, int jarg5) vtkMultiProcessController_Gather__SWIG_1; extern(C) int function(void* jarg1, void* jarg2, void* jarg3, long jarg4, int jarg5) vtkMultiProcessController_Gather__SWIG_2; extern(C) int function(void* jarg1, const(char)* jarg2, const(char)* jarg3, long jarg4, int jarg5) vtkMultiProcessController_Gather__SWIG_3; extern(C) int function(void* jarg1, void* jarg2, void* jarg3, long jarg4, int jarg5) vtkMultiProcessController_Gather__SWIG_4; extern(C) int function(void* jarg1, void* jarg2, void* jarg3, long jarg4, int jarg5) vtkMultiProcessController_Gather__SWIG_5; extern(C) int function(void* jarg1, void* jarg2, void* jarg3, long jarg4, int jarg5) vtkMultiProcessController_Gather__SWIG_6; extern(C) int function(void* jarg1, void* jarg2, void* jarg3, int jarg4) vtkMultiProcessController_Gather__SWIG_7; extern(C) int function(void* jarg1, void* jarg2, void* jarg3, long jarg4, void* jarg5, void* jarg6, int jarg7) vtkMultiProcessController_GatherV__SWIG_0; extern(C) int function(void* jarg1, void* jarg2, void* jarg3, long jarg4, void* jarg5, void* jarg6, int jarg7) vtkMultiProcessController_GatherV__SWIG_1; extern(C) int function(void* jarg1, void* jarg2, void* jarg3, long jarg4, void* jarg5, void* jarg6, int jarg7) vtkMultiProcessController_GatherV__SWIG_2; extern(C) int function(void* jarg1, const(char)* jarg2, const(char)* jarg3, long jarg4, void* jarg5, void* jarg6, int jarg7) vtkMultiProcessController_GatherV__SWIG_3; extern(C) int function(void* jarg1, void* jarg2, void* jarg3, long jarg4, void* jarg5, void* jarg6, int jarg7) vtkMultiProcessController_GatherV__SWIG_4; extern(C) int function(void* jarg1, void* jarg2, void* jarg3, long jarg4, void* jarg5, void* jarg6, int jarg7) vtkMultiProcessController_GatherV__SWIG_5; extern(C) int function(void* jarg1, void* jarg2, void* jarg3, long jarg4, void* jarg5, void* jarg6, int jarg7) vtkMultiProcessController_GatherV__SWIG_6; extern(C) int function(void* jarg1, void* jarg2, void* jarg3, void* jarg4, void* jarg5, int jarg6) vtkMultiProcessController_GatherV__SWIG_7; extern(C) int function(void* jarg1, void* jarg2, void* jarg3, int jarg4) vtkMultiProcessController_GatherV__SWIG_8; extern(C) int function(void* jarg1, void* jarg2, void* jarg3, long jarg4, int jarg5) vtkMultiProcessController_Scatter__SWIG_0; extern(C) int function(void* jarg1, void* jarg2, void* jarg3, long jarg4, int jarg5) vtkMultiProcessController_Scatter__SWIG_1; extern(C) int function(void* jarg1, void* jarg2, void* jarg3, long jarg4, int jarg5) vtkMultiProcessController_Scatter__SWIG_2; extern(C) int function(void* jarg1, const(char)* jarg2, const(char)* jarg3, long jarg4, int jarg5) vtkMultiProcessController_Scatter__SWIG_3; extern(C) int function(void* jarg1, void* jarg2, void* jarg3, long jarg4, int jarg5) vtkMultiProcessController_Scatter__SWIG_4; extern(C) int function(void* jarg1, void* jarg2, void* jarg3, long jarg4, int jarg5) vtkMultiProcessController_Scatter__SWIG_5; extern(C) int function(void* jarg1, void* jarg2, void* jarg3, long jarg4, int jarg5) vtkMultiProcessController_Scatter__SWIG_6; extern(C) int function(void* jarg1, void* jarg2, void* jarg3, int jarg4) vtkMultiProcessController_Scatter__SWIG_7; extern(C) int function(void* jarg1, void* jarg2, void* jarg3, void* jarg4, void* jarg5, long jarg6, int jarg7) vtkMultiProcessController_ScatterV__SWIG_0; extern(C) int function(void* jarg1, void* jarg2, void* jarg3, void* jarg4, void* jarg5, long jarg6, int jarg7) vtkMultiProcessController_ScatterV__SWIG_1; extern(C) int function(void* jarg1, void* jarg2, void* jarg3, void* jarg4, void* jarg5, long jarg6, int jarg7) vtkMultiProcessController_ScatterV__SWIG_2; extern(C) int function(void* jarg1, const(char)* jarg2, const(char)* jarg3, void* jarg4, void* jarg5, long jarg6, int jarg7) vtkMultiProcessController_ScatterV__SWIG_3; extern(C) int function(void* jarg1, void* jarg2, void* jarg3, void* jarg4, void* jarg5, long jarg6, int jarg7) vtkMultiProcessController_ScatterV__SWIG_4; extern(C) int function(void* jarg1, void* jarg2, void* jarg3, void* jarg4, void* jarg5, long jarg6, int jarg7) vtkMultiProcessController_ScatterV__SWIG_5; extern(C) int function(void* jarg1, void* jarg2, void* jarg3, void* jarg4, void* jarg5, long jarg6, int jarg7) vtkMultiProcessController_ScatterV__SWIG_6; extern(C) int function(void* jarg1, void* jarg2, void* jarg3, long jarg4) vtkMultiProcessController_AllGather__SWIG_0; extern(C) int function(void* jarg1, void* jarg2, void* jarg3, long jarg4) vtkMultiProcessController_AllGather__SWIG_1; extern(C) int function(void* jarg1, void* jarg2, void* jarg3, long jarg4) vtkMultiProcessController_AllGather__SWIG_2; extern(C) int function(void* jarg1, const(char)* jarg2, const(char)* jarg3, long jarg4) vtkMultiProcessController_AllGather__SWIG_3; extern(C) int function(void* jarg1, void* jarg2, void* jarg3, long jarg4) vtkMultiProcessController_AllGather__SWIG_4; extern(C) int function(void* jarg1, void* jarg2, void* jarg3, long jarg4) vtkMultiProcessController_AllGather__SWIG_5; extern(C) int function(void* jarg1, void* jarg2, void* jarg3, long jarg4) vtkMultiProcessController_AllGather__SWIG_6; extern(C) int function(void* jarg1, void* jarg2, void* jarg3) vtkMultiProcessController_AllGather__SWIG_7; extern(C) int function(void* jarg1, void* jarg2, void* jarg3, long jarg4, void* jarg5, void* jarg6) vtkMultiProcessController_AllGatherV__SWIG_0; extern(C) int function(void* jarg1, void* jarg2, void* jarg3, long jarg4, void* jarg5, void* jarg6) vtkMultiProcessController_AllGatherV__SWIG_1; extern(C) int function(void* jarg1, void* jarg2, void* jarg3, long jarg4, void* jarg5, void* jarg6) vtkMultiProcessController_AllGatherV__SWIG_2; extern(C) int function(void* jarg1, const(char)* jarg2, const(char)* jarg3, long jarg4, void* jarg5, void* jarg6) vtkMultiProcessController_AllGatherV__SWIG_3; extern(C) int function(void* jarg1, void* jarg2, void* jarg3, long jarg4, void* jarg5, void* jarg6) vtkMultiProcessController_AllGatherV__SWIG_4; extern(C) int function(void* jarg1, void* jarg2, void* jarg3, long jarg4, void* jarg5, void* jarg6) vtkMultiProcessController_AllGatherV__SWIG_5; extern(C) int function(void* jarg1, void* jarg2, void* jarg3, long jarg4, void* jarg5, void* jarg6) vtkMultiProcessController_AllGatherV__SWIG_6; extern(C) int function(void* jarg1, void* jarg2, void* jarg3, void* jarg4, void* jarg5) vtkMultiProcessController_AllGatherV__SWIG_7; extern(C) int function(void* jarg1, void* jarg2, void* jarg3) vtkMultiProcessController_AllGatherV__SWIG_8; extern(C) int function(void* jarg1, void* jarg2, void* jarg3, long jarg4, int jarg5, int jarg6) vtkMultiProcessController_Reduce__SWIG_0; extern(C) int function(void* jarg1, void* jarg2, void* jarg3, long jarg4, int jarg5, int jarg6) vtkMultiProcessController_Reduce__SWIG_1; extern(C) int function(void* jarg1, void* jarg2, void* jarg3, long jarg4, int jarg5, int jarg6) vtkMultiProcessController_Reduce__SWIG_2; extern(C) int function(void* jarg1, void* jarg2, void* jarg3, long jarg4, int jarg5, int jarg6) vtkMultiProcessController_Reduce__SWIG_3; extern(C) int function(void* jarg1, const(char)* jarg2, const(char)* jarg3, long jarg4, int jarg5, int jarg6) vtkMultiProcessController_Reduce__SWIG_4; extern(C) int function(void* jarg1, void* jarg2, void* jarg3, long jarg4, int jarg5, int jarg6) vtkMultiProcessController_Reduce__SWIG_5; extern(C) int function(void* jarg1, void* jarg2, void* jarg3, long jarg4, int jarg5, int jarg6) vtkMultiProcessController_Reduce__SWIG_6; extern(C) int function(void* jarg1, void* jarg2, void* jarg3, long jarg4, int jarg5, int jarg6) vtkMultiProcessController_Reduce__SWIG_7; extern(C) int function(void* jarg1, void* jarg2, void* jarg3, int jarg4, int jarg5) vtkMultiProcessController_Reduce__SWIG_8; extern(C) int function(void* jarg1, void* jarg2, void* jarg3, long jarg4, int jarg5) vtkMultiProcessController_AllReduce__SWIG_0; extern(C) int function(void* jarg1, void* jarg2, void* jarg3, long jarg4, int jarg5) vtkMultiProcessController_AllReduce__SWIG_1; extern(C) int function(void* jarg1, void* jarg2, void* jarg3, long jarg4, int jarg5) vtkMultiProcessController_AllReduce__SWIG_2; extern(C) int function(void* jarg1, const(char)* jarg2, const(char)* jarg3, long jarg4, int jarg5) vtkMultiProcessController_AllReduce__SWIG_3; extern(C) int function(void* jarg1, void* jarg2, void* jarg3, long jarg4, int jarg5) vtkMultiProcessController_AllReduce__SWIG_4; extern(C) int function(void* jarg1, void* jarg2, void* jarg3, long jarg4, int jarg5) vtkMultiProcessController_AllReduce__SWIG_5; extern(C) int function(void* jarg1, void* jarg2, void* jarg3, long jarg4, int jarg5) vtkMultiProcessController_AllReduce__SWIG_6; extern(C) int function(void* jarg1, void* jarg2, void* jarg3, int jarg4) vtkMultiProcessController_AllReduce__SWIG_7; extern(C) void* function(void* objectRef) vtkMultiProcessController_Upcast; extern(C) void* function() vtkScenePicker_New; extern(C) int function(const(char)* jarg1) vtkScenePicker_IsTypeOf; extern(C) void* function(void* jarg1) vtkScenePicker_SafeDownCast; extern(C) void* function(void* jarg1) vtkScenePicker_NewInstance; extern(C) void function(void* jarg1, void* jarg2) vtkScenePicker_SetRenderer; extern(C) void* function(void* jarg1) vtkScenePicker_GetRenderer; extern(C) long function(void* jarg1, void* jarg2) vtkScenePicker_GetCellId; extern(C) long function(void* jarg1, void* jarg2) vtkScenePicker_GetVertexId; extern(C) void* function(void* jarg1, void* jarg2) vtkScenePicker_GetViewProp; extern(C) void function(void* jarg1, int jarg2) vtkScenePicker_SetEnableVertexPicking; extern(C) int function(void* jarg1) vtkScenePicker_GetEnableVertexPicking; extern(C) void function(void* jarg1) vtkScenePicker_EnableVertexPickingOn; extern(C) void function(void* jarg1) vtkScenePicker_EnableVertexPickingOff; extern(C) void* function(void* objectRef) vtkScenePicker_Upcast; extern(C) int function(const(char)* jarg1) vtkCollection_IsTypeOf; extern(C) void* function(void* jarg1) vtkCollection_SafeDownCast; extern(C) void* function(void* jarg1) vtkCollection_NewInstance; extern(C) void* function() vtkCollection_New; extern(C) void function(void* jarg1, void* jarg2) vtkCollection_AddItem; extern(C) void function(void* jarg1, int jarg2, void* jarg3) vtkCollection_InsertItem; extern(C) void function(void* jarg1, int jarg2, void* jarg3) vtkCollection_ReplaceItem; extern(C) void function(void* jarg1, int jarg2) vtkCollection_RemoveItem__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkCollection_RemoveItem__SWIG_1; extern(C) void function(void* jarg1) vtkCollection_RemoveAllItems; extern(C) int function(void* jarg1, void* jarg2) vtkCollection_IsItemPresent; extern(C) int function(void* jarg1) vtkCollection_GetNumberOfItems; extern(C) void function(void* jarg1) vtkCollection_InitTraversal; extern(C) void* function(void* jarg1) vtkCollection_GetNextItemAsObject; extern(C) void* function(void* jarg1, int jarg2) vtkCollection_GetItemAsObject; extern(C) void* function(void* jarg1) vtkCollection_NewIterator; extern(C) void* function(void* objectRef) vtkCollection_Upcast; extern(C) int function(const(char)* jarg1) vtkWindow_IsTypeOf; extern(C) void* function(void* jarg1) vtkWindow_SafeDownCast; extern(C) void* function(void* jarg1) vtkWindow_NewInstance; extern(C) void function(void* jarg1, void* jarg2) vtkWindow_SetDisplayId; extern(C) void function(void* jarg1, void* jarg2) vtkWindow_SetWindowId; extern(C) void function(void* jarg1, void* jarg2) vtkWindow_SetParentId; extern(C) void* function(void* jarg1) vtkWindow_GetGenericDisplayId; extern(C) void* function(void* jarg1) vtkWindow_GetGenericWindowId; extern(C) void* function(void* jarg1) vtkWindow_GetGenericParentId; extern(C) void* function(void* jarg1) vtkWindow_GetGenericContext; extern(C) void* function(void* jarg1) vtkWindow_GetGenericDrawable; extern(C) void function(void* jarg1, const(char)* jarg2) vtkWindow_SetWindowInfo; extern(C) void function(void* jarg1, const(char)* jarg2) vtkWindow_SetParentInfo; extern(C) void* function(void* jarg1) vtkWindow_GetPosition; extern(C) void function(void* jarg1, int jarg2, int jarg3) vtkWindow_SetPosition__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkWindow_SetPosition__SWIG_1; extern(C) void* function(void* jarg1) vtkWindow_GetSize; extern(C) void function(void* jarg1, int jarg2, int jarg3) vtkWindow_SetSize__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkWindow_SetSize__SWIG_1; extern(C) void* function(void* jarg1) vtkWindow_GetActualSize; extern(C) void* function(void* jarg1) vtkWindow_GetScreenSize; extern(C) void function(void* jarg1, int jarg2) vtkWindow_SetMapped; extern(C) int function(void* jarg1) vtkWindow_GetMapped; extern(C) void function(void* jarg1) vtkWindow_MappedOn; extern(C) void function(void* jarg1) vtkWindow_MappedOff; extern(C) void function(void* jarg1, int jarg2) vtkWindow_SetErase; extern(C) int function(void* jarg1) vtkWindow_GetErase; extern(C) void function(void* jarg1) vtkWindow_EraseOn; extern(C) void function(void* jarg1) vtkWindow_EraseOff; extern(C) void function(void* jarg1, int jarg2) vtkWindow_SetDoubleBuffer; extern(C) int function(void* jarg1) vtkWindow_GetDoubleBuffer; extern(C) void function(void* jarg1) vtkWindow_DoubleBufferOn; extern(C) void function(void* jarg1) vtkWindow_DoubleBufferOff; extern(C) const(char)* function(void* jarg1) vtkWindow_GetWindowName; extern(C) void function(void* jarg1, const(char)* jarg2) vtkWindow_SetWindowName; extern(C) void function(void* jarg1) vtkWindow_Render; extern(C) void* function(void* jarg1, int jarg2, int jarg3, int jarg4, int jarg5, int jarg6) vtkWindow_GetPixelData__SWIG_0; extern(C) int function(void* jarg1, int jarg2, int jarg3, int jarg4, int jarg5, int jarg6, void* jarg7) vtkWindow_GetPixelData__SWIG_1; extern(C) int function(void* jarg1) vtkWindow_GetDPI; extern(C) void function(void* jarg1, int jarg2) vtkWindow_SetDPI; extern(C) int function(void* jarg1) vtkWindow_GetDPIMinValue; extern(C) int function(void* jarg1) vtkWindow_GetDPIMaxValue; extern(C) void function(void* jarg1, int jarg2) vtkWindow_SetOffScreenRendering; extern(C) int function(void* jarg1) vtkWindow_GetOffScreenRendering; extern(C) void function(void* jarg1) vtkWindow_OffScreenRenderingOn; extern(C) void function(void* jarg1) vtkWindow_OffScreenRenderingOff; extern(C) void function(void* jarg1) vtkWindow_MakeCurrent; extern(C) void function(void* jarg1, int jarg2, int jarg3) vtkWindow_SetTileScale__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkWindow_SetTileScale__SWIG_1; extern(C) void* function(void* jarg1) vtkWindow_GetTileScale__SWIG_0; extern(C) void function(void* jarg1, void* jarg2, void* jarg3) vtkWindow_GetTileScale__SWIG_1; extern(C) void function(void* jarg1, void* jarg2) vtkWindow_GetTileScale__SWIG_2; extern(C) void function(void* jarg1, int jarg2) vtkWindow_SetTileScale__SWIG_2; extern(C) void function(void* jarg1, double jarg2, double jarg3, double jarg4, double jarg5) vtkWindow_SetTileViewport__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkWindow_SetTileViewport__SWIG_1; extern(C) void* function(void* jarg1) vtkWindow_GetTileViewport__SWIG_0; extern(C) void function(void* jarg1, void* jarg2, void* jarg3, void* jarg4, void* jarg5) vtkWindow_GetTileViewport__SWIG_1; extern(C) void function(void* jarg1, void* jarg2) vtkWindow_GetTileViewport__SWIG_2; extern(C) void* function(void* objectRef) vtkWindow_Upcast; extern(C) int function() VTK_STEREO_CRYSTAL_EYES_get; extern(C) int function() VTK_STEREO_RED_BLUE_get; extern(C) int function() VTK_STEREO_INTERLACED_get; extern(C) int function() VTK_STEREO_LEFT_get; extern(C) int function() VTK_STEREO_RIGHT_get; extern(C) int function() VTK_STEREO_DRESDEN_get; extern(C) int function() VTK_STEREO_ANAGLYPH_get; extern(C) int function() VTK_STEREO_CHECKERBOARD_get; extern(C) int function() VTK_STEREO_SPLITVIEWPORT_HORIZONTAL_get; extern(C) int function() VTK_CURSOR_DEFAULT_get; extern(C) int function() VTK_CURSOR_ARROW_get; extern(C) int function() VTK_CURSOR_SIZENE_get; extern(C) int function() VTK_CURSOR_SIZENW_get; extern(C) int function() VTK_CURSOR_SIZESW_get; extern(C) int function() VTK_CURSOR_SIZESE_get; extern(C) int function() VTK_CURSOR_SIZENS_get; extern(C) int function() VTK_CURSOR_SIZEWE_get; extern(C) int function() VTK_CURSOR_SIZEALL_get; extern(C) int function() VTK_CURSOR_HAND_get; extern(C) int function() VTK_CURSOR_CROSSHAIR_get; extern(C) int function(const(char)* jarg1) vtkRenderWindow_IsTypeOf; extern(C) void* function(void* jarg1) vtkRenderWindow_SafeDownCast; extern(C) void* function(void* jarg1) vtkRenderWindow_NewInstance; extern(C) void* function() vtkRenderWindow_New; extern(C) void function(void* jarg1, void* jarg2) vtkRenderWindow_AddRenderer; extern(C) void function(void* jarg1, void* jarg2) vtkRenderWindow_RemoveRenderer; extern(C) int function(void* jarg1, void* jarg2) vtkRenderWindow_HasRenderer; extern(C) const(char)* function() vtkRenderWindow_GetRenderLibrary; extern(C) void* function(void* jarg1) vtkRenderWindow_GetRenderers; extern(C) void function(void* jarg1, void* jarg2) vtkRenderWindow_CaptureGL2PSSpecialProps; extern(C) int function(void* jarg1) vtkRenderWindow_GetCapturingGL2PSSpecialProps; extern(C) void function(void* jarg1) vtkRenderWindow_Start; extern(C) void function(void* jarg1) vtkRenderWindow_Finalize; extern(C) void function(void* jarg1) vtkRenderWindow_Frame; extern(C) void function(void* jarg1) vtkRenderWindow_WaitForCompletion; extern(C) void function(void* jarg1) vtkRenderWindow_CopyResultFrame; extern(C) void* function(void* jarg1) vtkRenderWindow_MakeRenderWindowInteractor; extern(C) void function(void* jarg1) vtkRenderWindow_HideCursor; extern(C) void function(void* jarg1) vtkRenderWindow_ShowCursor; extern(C) void function(void* jarg1, int jarg2, int jarg3) vtkRenderWindow_SetCursorPosition; extern(C) void function(void* jarg1, int jarg2) vtkRenderWindow_SetCurrentCursor; extern(C) int function(void* jarg1) vtkRenderWindow_GetCurrentCursor; extern(C) void function(void* jarg1, int jarg2) vtkRenderWindow_SetFullScreen; extern(C) int function(void* jarg1) vtkRenderWindow_GetFullScreen; extern(C) void function(void* jarg1) vtkRenderWindow_FullScreenOn; extern(C) void function(void* jarg1) vtkRenderWindow_FullScreenOff; extern(C) void function(void* jarg1, int jarg2) vtkRenderWindow_SetBorders; extern(C) int function(void* jarg1) vtkRenderWindow_GetBorders; extern(C) void function(void* jarg1) vtkRenderWindow_BordersOn; extern(C) void function(void* jarg1) vtkRenderWindow_BordersOff; extern(C) int function(void* jarg1) vtkRenderWindow_GetStereoCapableWindow; extern(C) void function(void* jarg1) vtkRenderWindow_StereoCapableWindowOn; extern(C) void function(void* jarg1) vtkRenderWindow_StereoCapableWindowOff; extern(C) void function(void* jarg1, int jarg2) vtkRenderWindow_SetStereoCapableWindow; extern(C) int function(void* jarg1) vtkRenderWindow_GetStereoRender; extern(C) void function(void* jarg1, int jarg2) vtkRenderWindow_SetStereoRender; extern(C) void function(void* jarg1) vtkRenderWindow_StereoRenderOn; extern(C) void function(void* jarg1) vtkRenderWindow_StereoRenderOff; extern(C) void function(void* jarg1, int jarg2) vtkRenderWindow_SetAlphaBitPlanes; extern(C) int function(void* jarg1) vtkRenderWindow_GetAlphaBitPlanes; extern(C) void function(void* jarg1) vtkRenderWindow_AlphaBitPlanesOn; extern(C) void function(void* jarg1) vtkRenderWindow_AlphaBitPlanesOff; extern(C) void function(void* jarg1, int jarg2) vtkRenderWindow_SetPointSmoothing; extern(C) int function(void* jarg1) vtkRenderWindow_GetPointSmoothing; extern(C) void function(void* jarg1) vtkRenderWindow_PointSmoothingOn; extern(C) void function(void* jarg1) vtkRenderWindow_PointSmoothingOff; extern(C) void function(void* jarg1, int jarg2) vtkRenderWindow_SetLineSmoothing; extern(C) int function(void* jarg1) vtkRenderWindow_GetLineSmoothing; extern(C) void function(void* jarg1) vtkRenderWindow_LineSmoothingOn; extern(C) void function(void* jarg1) vtkRenderWindow_LineSmoothingOff; extern(C) void function(void* jarg1, int jarg2) vtkRenderWindow_SetPolygonSmoothing; extern(C) int function(void* jarg1) vtkRenderWindow_GetPolygonSmoothing; extern(C) void function(void* jarg1) vtkRenderWindow_PolygonSmoothingOn; extern(C) void function(void* jarg1) vtkRenderWindow_PolygonSmoothingOff; extern(C) int function(void* jarg1) vtkRenderWindow_GetStereoType; extern(C) void function(void* jarg1, int jarg2) vtkRenderWindow_SetStereoType; extern(C) void function(void* jarg1) vtkRenderWindow_SetStereoTypeToCrystalEyes; extern(C) void function(void* jarg1) vtkRenderWindow_SetStereoTypeToRedBlue; extern(C) void function(void* jarg1) vtkRenderWindow_SetStereoTypeToInterlaced; extern(C) void function(void* jarg1) vtkRenderWindow_SetStereoTypeToLeft; extern(C) void function(void* jarg1) vtkRenderWindow_SetStereoTypeToRight; extern(C) void function(void* jarg1) vtkRenderWindow_SetStereoTypeToDresden; extern(C) void function(void* jarg1) vtkRenderWindow_SetStereoTypeToAnaglyph; extern(C) void function(void* jarg1) vtkRenderWindow_SetStereoTypeToCheckerboard; extern(C) void function(void* jarg1) vtkRenderWindow_SetStereoTypeToSplitViewportHorizontal; extern(C) const(char)* function(void* jarg1) vtkRenderWindow_GetStereoTypeAsString; extern(C) void function(void* jarg1) vtkRenderWindow_StereoUpdate; extern(C) void function(void* jarg1) vtkRenderWindow_StereoMidpoint; extern(C) void function(void* jarg1) vtkRenderWindow_StereoRenderComplete; extern(C) void function(void* jarg1, float jarg2) vtkRenderWindow_SetAnaglyphColorSaturation; extern(C) float function(void* jarg1) vtkRenderWindow_GetAnaglyphColorSaturationMinValue; extern(C) float function(void* jarg1) vtkRenderWindow_GetAnaglyphColorSaturationMaxValue; extern(C) float function(void* jarg1) vtkRenderWindow_GetAnaglyphColorSaturation; extern(C) void function(void* jarg1, int jarg2, int jarg3) vtkRenderWindow_SetAnaglyphColorMask__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkRenderWindow_SetAnaglyphColorMask__SWIG_1; extern(C) void* function(void* jarg1) vtkRenderWindow_GetAnaglyphColorMask__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkRenderWindow_GetAnaglyphColorMask__SWIG_1; extern(C) void function(void* jarg1) vtkRenderWindow_WindowRemap; extern(C) void function(void* jarg1, int jarg2) vtkRenderWindow_SetSwapBuffers; extern(C) int function(void* jarg1) vtkRenderWindow_GetSwapBuffers; extern(C) void function(void* jarg1) vtkRenderWindow_SwapBuffersOn; extern(C) void function(void* jarg1) vtkRenderWindow_SwapBuffersOff; extern(C) int function(void* jarg1, int jarg2, int jarg3, int jarg4, int jarg5, void* jarg6, int jarg7) vtkRenderWindow_SetPixelData__SWIG_0; extern(C) int function(void* jarg1, int jarg2, int jarg3, int jarg4, int jarg5, void* jarg6, int jarg7) vtkRenderWindow_SetPixelData__SWIG_1; extern(C) void* function(void* jarg1, int jarg2, int jarg3, int jarg4, int jarg5, int jarg6) vtkRenderWindow_GetRGBAPixelData__SWIG_0; extern(C) int function(void* jarg1, int jarg2, int jarg3, int jarg4, int jarg5, int jarg6, void* jarg7) vtkRenderWindow_GetRGBAPixelData__SWIG_1; extern(C) int function(void* jarg1, int jarg2, int jarg3, int jarg4, int jarg5, void* jarg6, int jarg7, int jarg8) vtkRenderWindow_SetRGBAPixelData__SWIG_0; extern(C) int function(void* jarg1, int jarg2, int jarg3, int jarg4, int jarg5, void* jarg6, int jarg7) vtkRenderWindow_SetRGBAPixelData__SWIG_1; extern(C) int function(void* jarg1, int jarg2, int jarg3, int jarg4, int jarg5, void* jarg6, int jarg7, int jarg8) vtkRenderWindow_SetRGBAPixelData__SWIG_2; extern(C) int function(void* jarg1, int jarg2, int jarg3, int jarg4, int jarg5, void* jarg6, int jarg7) vtkRenderWindow_SetRGBAPixelData__SWIG_3; extern(C) void function(void* jarg1, void* jarg2) vtkRenderWindow_ReleaseRGBAPixelData; extern(C) void* function(void* jarg1, int jarg2, int jarg3, int jarg4, int jarg5, int jarg6) vtkRenderWindow_GetRGBACharPixelData__SWIG_0; extern(C) int function(void* jarg1, int jarg2, int jarg3, int jarg4, int jarg5, int jarg6, void* jarg7) vtkRenderWindow_GetRGBACharPixelData__SWIG_1; extern(C) int function(void* jarg1, int jarg2, int jarg3, int jarg4, int jarg5, void* jarg6, int jarg7, int jarg8) vtkRenderWindow_SetRGBACharPixelData__SWIG_0; extern(C) int function(void* jarg1, int jarg2, int jarg3, int jarg4, int jarg5, void* jarg6, int jarg7) vtkRenderWindow_SetRGBACharPixelData__SWIG_1; extern(C) int function(void* jarg1, int jarg2, int jarg3, int jarg4, int jarg5, void* jarg6, int jarg7, int jarg8) vtkRenderWindow_SetRGBACharPixelData__SWIG_2; extern(C) int function(void* jarg1, int jarg2, int jarg3, int jarg4, int jarg5, void* jarg6, int jarg7) vtkRenderWindow_SetRGBACharPixelData__SWIG_3; extern(C) void* function(void* jarg1, int jarg2, int jarg3, int jarg4, int jarg5) vtkRenderWindow_GetZbufferData__SWIG_0; extern(C) int function(void* jarg1, int jarg2, int jarg3, int jarg4, int jarg5, void* jarg6) vtkRenderWindow_GetZbufferData__SWIG_1; extern(C) int function(void* jarg1, int jarg2, int jarg3, int jarg4, int jarg5, void* jarg6) vtkRenderWindow_GetZbufferData__SWIG_2; extern(C) int function(void* jarg1, int jarg2, int jarg3, int jarg4, int jarg5, void* jarg6) vtkRenderWindow_SetZbufferData__SWIG_0; extern(C) int function(void* jarg1, int jarg2, int jarg3, int jarg4, int jarg5, void* jarg6) vtkRenderWindow_SetZbufferData__SWIG_1; extern(C) float function(void* jarg1, int jarg2, int jarg3) vtkRenderWindow_GetZbufferDataAtPoint; extern(C) int function(void* jarg1) vtkRenderWindow_GetAAFrames; extern(C) void function(void* jarg1, int jarg2) vtkRenderWindow_SetAAFrames; extern(C) int function(void* jarg1) vtkRenderWindow_GetFDFrames; extern(C) void function(void* jarg1, int jarg2) vtkRenderWindow_SetFDFrames; extern(C) int function(void* jarg1) vtkRenderWindow_GetUseConstantFDOffsets; extern(C) void function(void* jarg1, int jarg2) vtkRenderWindow_SetUseConstantFDOffsets; extern(C) int function(void* jarg1) vtkRenderWindow_GetSubFrames; extern(C) void function(void* jarg1, int jarg2) vtkRenderWindow_SetSubFrames; extern(C) int function(void* jarg1) vtkRenderWindow_GetNeverRendered; extern(C) int function(void* jarg1) vtkRenderWindow_GetAbortRender; extern(C) void function(void* jarg1, int jarg2) vtkRenderWindow_SetAbortRender; extern(C) int function(void* jarg1) vtkRenderWindow_GetInAbortCheck; extern(C) void function(void* jarg1, int jarg2) vtkRenderWindow_SetInAbortCheck; extern(C) int function(void* jarg1) vtkRenderWindow_CheckAbortStatus; extern(C) int function(void* jarg1) vtkRenderWindow_GetIsPicking; extern(C) void function(void* jarg1, int jarg2) vtkRenderWindow_SetIsPicking; extern(C) void function(void* jarg1) vtkRenderWindow_IsPickingOn; extern(C) void function(void* jarg1) vtkRenderWindow_IsPickingOff; extern(C) int function(void* jarg1) vtkRenderWindow_GetEventPending; extern(C) int function(void* jarg1) vtkRenderWindow_CheckInRenderStatus; extern(C) void function(void* jarg1) vtkRenderWindow_ClearInRenderStatus; extern(C) void function(void* jarg1, double jarg2) vtkRenderWindow_SetDesiredUpdateRate; extern(C) double function(void* jarg1) vtkRenderWindow_GetDesiredUpdateRate; extern(C) int function(void* jarg1) vtkRenderWindow_GetNumberOfLayers; extern(C) void function(void* jarg1, int jarg2) vtkRenderWindow_SetNumberOfLayers; extern(C) int function(void* jarg1) vtkRenderWindow_GetNumberOfLayersMinValue; extern(C) int function(void* jarg1) vtkRenderWindow_GetNumberOfLayersMaxValue; extern(C) void* function(void* jarg1) vtkRenderWindow_GetInteractor; extern(C) void function(void* jarg1, void* jarg2) vtkRenderWindow_SetInteractor; extern(C) void function(void* jarg1, void* jarg2) vtkRenderWindow_SetNextWindowId; extern(C) void function(void* jarg1, const(char)* jarg2) vtkRenderWindow_SetNextWindowInfo; extern(C) uint function(void* jarg1) vtkRenderWindow_InitializeFromCurrentContext; extern(C) uint function(void* jarg1) vtkRenderWindow_IsCurrent; extern(C) void function(void* jarg1) vtkRenderWindow_SetForceMakeCurrent; extern(C) const(char)* function(void* jarg1) vtkRenderWindow_ReportCapabilities; extern(C) int function(void* jarg1) vtkRenderWindow_SupportsOpenGL; extern(C) int function(void* jarg1) vtkRenderWindow_IsDirect; extern(C) int function(void* jarg1) vtkRenderWindow_GetDepthBufferSize; extern(C) int function(void* jarg1, void* jarg2) vtkRenderWindow_GetColorBufferSizes; extern(C) void* function(void* jarg1) vtkRenderWindow_GetPainterDeviceAdapter; extern(C) void function(void* jarg1, int jarg2) vtkRenderWindow_SetMultiSamples; extern(C) int function(void* jarg1) vtkRenderWindow_GetMultiSamples; extern(C) void function(void* jarg1, int jarg2) vtkRenderWindow_SetStencilCapable; extern(C) int function(void* jarg1) vtkRenderWindow_GetStencilCapable; extern(C) void function(void* jarg1) vtkRenderWindow_StencilCapableOn; extern(C) void function(void* jarg1) vtkRenderWindow_StencilCapableOff; extern(C) void function(void* jarg1, int jarg2) vtkRenderWindow_SetReportGraphicErrors; extern(C) int function(void* jarg1) vtkRenderWindow_GetReportGraphicErrors; extern(C) void function(void* jarg1) vtkRenderWindow_ReportGraphicErrorsOn; extern(C) void function(void* jarg1) vtkRenderWindow_ReportGraphicErrorsOff; extern(C) void function(void* jarg1) vtkRenderWindow_CheckGraphicError; extern(C) int function(void* jarg1) vtkRenderWindow_HasGraphicError; extern(C) const(char)* function(void* jarg1) vtkRenderWindow_GetLastGraphicErrorString; extern(C) void* function(void* objectRef) vtkRenderWindow_Upcast; extern(C) void* function() vtkRenderWindowCollection_New; extern(C) int function(const(char)* jarg1) vtkRenderWindowCollection_IsTypeOf; extern(C) void* function(void* jarg1) vtkRenderWindowCollection_SafeDownCast; extern(C) void* function(void* jarg1) vtkRenderWindowCollection_NewInstance; extern(C) void function(void* jarg1, void* jarg2) vtkRenderWindowCollection_AddItem; extern(C) void* function(void* jarg1) vtkRenderWindowCollection_GetNextItem; extern(C) void* function(void* objectRef) vtkRenderWindowCollection_Upcast; extern(C) int function(const(char)* jarg1) vtkFunctionSet_IsTypeOf; extern(C) void* function(void* jarg1) vtkFunctionSet_SafeDownCast; extern(C) void* function(void* jarg1) vtkFunctionSet_NewInstance; extern(C) int function(void* jarg1, void* jarg2, void* jarg3) vtkFunctionSet_FunctionValues; extern(C) int function(void* jarg1) vtkFunctionSet_GetNumberOfFunctions; extern(C) int function(void* jarg1) vtkFunctionSet_GetNumberOfIndependentVariables; extern(C) void* function(void* objectRef) vtkFunctionSet_Upcast; extern(C) int function(const(char)* jarg1) vtkAbstractInterpolatedVelocityField_IsTypeOf; extern(C) void* function(void* jarg1) vtkAbstractInterpolatedVelocityField_SafeDownCast; extern(C) void* function(void* jarg1) vtkAbstractInterpolatedVelocityField_NewInstance; extern(C) void function(void* jarg1, uint jarg2) vtkAbstractInterpolatedVelocityField_SetCaching; extern(C) uint function(void* jarg1) vtkAbstractInterpolatedVelocityField_GetCaching; extern(C) int function(void* jarg1) vtkAbstractInterpolatedVelocityField_GetCacheHit; extern(C) int function(void* jarg1) vtkAbstractInterpolatedVelocityField_GetCacheMiss; extern(C) void* function(void* jarg1) vtkAbstractInterpolatedVelocityField_GetLastDataSet; extern(C) long function(void* jarg1) vtkAbstractInterpolatedVelocityField_GetLastCellId; extern(C) void function(void* jarg1, long jarg2) vtkAbstractInterpolatedVelocityField_SetLastCellId__SWIG_0; extern(C) void function(void* jarg1, long jarg2, int jarg3) vtkAbstractInterpolatedVelocityField_SetLastCellId__SWIG_1; extern(C) const(char)* function(void* jarg1) vtkAbstractInterpolatedVelocityField_GetVectorsSelection; extern(C) int function(void* jarg1) vtkAbstractInterpolatedVelocityField_GetVectorsType; extern(C) void function(void* jarg1, int jarg2, const(char)* jarg3) vtkAbstractInterpolatedVelocityField_SelectVectors; extern(C) void function(void* jarg1, uint jarg2) vtkAbstractInterpolatedVelocityField_SetNormalizeVector; extern(C) uint function(void* jarg1) vtkAbstractInterpolatedVelocityField_GetNormalizeVector; extern(C) void function(void* jarg1, void* jarg2) vtkAbstractInterpolatedVelocityField_CopyParameters; extern(C) void function(void* jarg1) vtkAbstractInterpolatedVelocityField_ClearLastCellId; extern(C) int function(void* jarg1, void* jarg2) vtkAbstractInterpolatedVelocityField_GetLastWeights; extern(C) int function(void* jarg1, void* jarg2) vtkAbstractInterpolatedVelocityField_GetLastLocalCoordinates; extern(C) void* function(void* objectRef) vtkAbstractInterpolatedVelocityField_Upcast; extern(C) int function(const(char)* jarg1) vtkCompositeInterpolatedVelocityField_IsTypeOf; extern(C) void* function(void* jarg1) vtkCompositeInterpolatedVelocityField_SafeDownCast; extern(C) void* function(void* jarg1) vtkCompositeInterpolatedVelocityField_NewInstance; extern(C) int function(void* jarg1) vtkCompositeInterpolatedVelocityField_GetLastDataSetIndex; extern(C) void function(void* jarg1, void* jarg2) vtkCompositeInterpolatedVelocityField_AddDataSet; extern(C) void* function(void* objectRef) vtkCompositeInterpolatedVelocityField_Upcast; extern(C) void* function() new_vtkArraySort__SWIG_0; extern(C) void* function(long jarg1) new_vtkArraySort__SWIG_1; extern(C) void* function(long jarg1, long jarg2) new_vtkArraySort__SWIG_2; extern(C) void* function(long jarg1, long jarg2, long jarg3) new_vtkArraySort__SWIG_3; extern(C) long function(void* jarg1) vtkArraySort_GetDimensions; extern(C) void function(void* jarg1, long jarg2) vtkArraySort_SetDimensions; extern(C) void* function(void* jarg1, long jarg2) vtkArraySort_opIndex__SWIG_0; extern(C) uint function(void* jarg1, void* jarg2) vtkArraySort_swigOpEquals; extern(C) uint function(void* jarg1, void* jarg2) vtkArraySort_NotEqual; extern(C) void function(void* jarg1) delete_vtkArraySort; extern(C) int function() VTK_SQL_FEATURE_TRANSACTIONS_get; extern(C) int function() VTK_SQL_FEATURE_QUERY_SIZE_get; extern(C) int function() VTK_SQL_FEATURE_BLOB_get; extern(C) int function() VTK_SQL_FEATURE_UNICODE_get; extern(C) int function() VTK_SQL_FEATURE_PREPARED_QUERIES_get; extern(C) int function() VTK_SQL_FEATURE_NAMED_PLACEHOLDERS_get; extern(C) int function() VTK_SQL_FEATURE_POSITIONAL_PLACEHOLDERS_get; extern(C) int function() VTK_SQL_FEATURE_LAST_INSERT_ID_get; extern(C) int function() VTK_SQL_FEATURE_BATCH_OPERATIONS_get; extern(C) int function() VTK_SQL_FEATURE_TRIGGERS_get; extern(C) int function() VTK_SQL_DEFAULT_COLUMN_SIZE_get; extern(C) int function(const(char)* jarg1) vtkSQLDatabase_IsTypeOf; extern(C) void* function(void* jarg1) vtkSQLDatabase_SafeDownCast; extern(C) void* function(void* jarg1) vtkSQLDatabase_NewInstance; extern(C) uint function(void* jarg1, const(char)* jarg2) vtkSQLDatabase_Open; extern(C) void function(void* jarg1) vtkSQLDatabase_Close; extern(C) uint function(void* jarg1) vtkSQLDatabase_IsOpen; extern(C) void* function(void* jarg1) vtkSQLDatabase_GetQueryInstance; extern(C) uint function(void* jarg1) vtkSQLDatabase_HasError; extern(C) const(char)* function(void* jarg1) vtkSQLDatabase_GetLastErrorText; extern(C) const(char)* function(void* jarg1) vtkSQLDatabase_GetDatabaseType; extern(C) void* function(void* jarg1) vtkSQLDatabase_GetTables; extern(C) void* function(void* jarg1, const(char)* jarg2) vtkSQLDatabase_GetRecord; extern(C) uint function(void* jarg1, int jarg2) vtkSQLDatabase_IsSupported; extern(C) void* function(void* jarg1) vtkSQLDatabase_GetURL; extern(C) void* function(void* jarg1, uint jarg2) vtkSQLDatabase_GetTablePreamble; extern(C) void* function(void* jarg1, void* jarg2, int jarg3, int jarg4) vtkSQLDatabase_GetColumnSpecification; extern(C) void* function(void* jarg1, void* jarg2, int jarg3, int jarg4, void* jarg5) vtkSQLDatabase_GetIndexSpecification; extern(C) void* function(void* jarg1, void* jarg2, int jarg3, int jarg4) vtkSQLDatabase_GetTriggerSpecification; extern(C) void* function(const(char)* jarg1) vtkSQLDatabase_CreateFromURL; extern(C) uint function(void* jarg1, void* jarg2, uint jarg3) vtkSQLDatabase_EffectSchema__SWIG_0; extern(C) uint function(void* jarg1, void* jarg2) vtkSQLDatabase_EffectSchema__SWIG_1; extern(C) void function(void* jarg1) vtkSQLDatabase_RegisterCreateFromURLCallback; extern(C) void function(void* jarg1) vtkSQLDatabase_UnRegisterCreateFromURLCallback; extern(C) void function() vtkSQLDatabase_UnRegisterAllCreateFromURLCallbacks; extern(C) void* function() vtkSQLDatabase_DATABASE; extern(C) void function(void* jarg1) delete_vtkSQLDatabase; extern(C) void* function(void* objectRef) vtkSQLDatabase_Upcast; extern(C) int function(const(char)* jarg1) vtkSQLiteDatabase_IsTypeOf; extern(C) void* function(void* jarg1) vtkSQLiteDatabase_SafeDownCast; extern(C) void* function(void* jarg1) vtkSQLiteDatabase_NewInstance; extern(C) void* function() vtkSQLiteDatabase_New; extern(C) uint function(void* jarg1, const(char)* jarg2) vtkSQLiteDatabase_Open__SWIG_0; extern(C) uint function(void* jarg1, const(char)* jarg2, int jarg3) vtkSQLiteDatabase_Open__SWIG_1; extern(C) const(char)* function(void* jarg1) vtkSQLiteDatabase_GetDatabaseFileName; extern(C) void function(void* jarg1, const(char)* jarg2) vtkSQLiteDatabase_SetDatabaseFileName; extern(C) void* function(void* objectRef) vtkSQLiteDatabase_Upcast; extern(C) void* function() vtkImageCanvasSource2D_New; extern(C) int function(const(char)* jarg1) vtkImageCanvasSource2D_IsTypeOf; extern(C) void* function(void* jarg1) vtkImageCanvasSource2D_SafeDownCast; extern(C) void* function(void* jarg1) vtkImageCanvasSource2D_NewInstance; extern(C) void function(void* jarg1, double jarg2, double jarg3, double jarg4, double jarg5) vtkImageCanvasSource2D_SetDrawColor__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkImageCanvasSource2D_SetDrawColor__SWIG_1; extern(C) void* function(void* jarg1) vtkImageCanvasSource2D_GetDrawColor__SWIG_0; extern(C) void function(void* jarg1, void* jarg2, void* jarg3, void* jarg4, void* jarg5) vtkImageCanvasSource2D_GetDrawColor__SWIG_1; extern(C) void function(void* jarg1, void* jarg2) vtkImageCanvasSource2D_GetDrawColor__SWIG_2; extern(C) void function(void* jarg1, double jarg2) vtkImageCanvasSource2D_SetDrawColor__SWIG_2; extern(C) void function(void* jarg1, double jarg2, double jarg3) vtkImageCanvasSource2D_SetDrawColor__SWIG_3; extern(C) void function(void* jarg1, double jarg2, double jarg3, double jarg4) vtkImageCanvasSource2D_SetDrawColor__SWIG_4; extern(C) void function(void* jarg1, int jarg2, int jarg3, int jarg4, int jarg5) vtkImageCanvasSource2D_FillBox; extern(C) void function(void* jarg1, int jarg2, int jarg3, int jarg4, int jarg5, double jarg6) vtkImageCanvasSource2D_FillTube; extern(C) void function(void* jarg1, int jarg2, int jarg3, int jarg4, int jarg5, int jarg6, int jarg7) vtkImageCanvasSource2D_FillTriangle; extern(C) void function(void* jarg1, int jarg2, int jarg3, double jarg4) vtkImageCanvasSource2D_DrawCircle; extern(C) void function(void* jarg1, int jarg2, int jarg3) vtkImageCanvasSource2D_DrawPoint; extern(C) void function(void* jarg1, int jarg2, int jarg3, int jarg4, int jarg5) vtkImageCanvasSource2D_DrawSegment; extern(C) void function(void* jarg1, void* jarg2, void* jarg3) vtkImageCanvasSource2D_DrawSegment3D__SWIG_0; extern(C) void function(void* jarg1, double jarg2, double jarg3, double jarg4, double jarg5, double jarg6, double jarg7) vtkImageCanvasSource2D_DrawSegment3D__SWIG_1; extern(C) void function(void* jarg1, int jarg2, int jarg3, void* jarg4) vtkImageCanvasSource2D_DrawImage__SWIG_0; extern(C) void function(void* jarg1, int jarg2, int jarg3, void* jarg4, int jarg5, int jarg6, int jarg7, int jarg8) vtkImageCanvasSource2D_DrawImage__SWIG_1; extern(C) void function(void* jarg1, int jarg2, int jarg3) vtkImageCanvasSource2D_FillPixel; extern(C) void function(void* jarg1, void* jarg2) vtkImageCanvasSource2D_SetExtent__SWIG_0; extern(C) void function(void* jarg1, int jarg2, int jarg3, int jarg4, int jarg5, int jarg6, int jarg7) vtkImageCanvasSource2D_SetExtent__SWIG_1; extern(C) void function(void* jarg1, int jarg2) vtkImageCanvasSource2D_SetDefaultZ; extern(C) int function(void* jarg1) vtkImageCanvasSource2D_GetDefaultZ; extern(C) void function(void* jarg1, double jarg2, double jarg3, double jarg4) vtkImageCanvasSource2D_SetRatio__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkImageCanvasSource2D_SetRatio__SWIG_1; extern(C) void* function(void* jarg1) vtkImageCanvasSource2D_GetRatio__SWIG_0; extern(C) void function(void* jarg1, void* jarg2, void* jarg3, void* jarg4) vtkImageCanvasSource2D_GetRatio__SWIG_1; extern(C) void function(void* jarg1, void* jarg2) vtkImageCanvasSource2D_GetRatio__SWIG_2; extern(C) void function(void* jarg1, int jarg2) vtkImageCanvasSource2D_SetNumberOfScalarComponents; extern(C) int function(void* jarg1) vtkImageCanvasSource2D_GetNumberOfScalarComponents; extern(C) void function(void* jarg1) vtkImageCanvasSource2D_SetScalarTypeToFloat; extern(C) void function(void* jarg1) vtkImageCanvasSource2D_SetScalarTypeToDouble; extern(C) void function(void* jarg1) vtkImageCanvasSource2D_SetScalarTypeToInt; extern(C) void function(void* jarg1) vtkImageCanvasSource2D_SetScalarTypeToUnsignedInt; extern(C) void function(void* jarg1) vtkImageCanvasSource2D_SetScalarTypeToLong; extern(C) void function(void* jarg1) vtkImageCanvasSource2D_SetScalarTypeToUnsignedLong; extern(C) void function(void* jarg1) vtkImageCanvasSource2D_SetScalarTypeToShort; extern(C) void function(void* jarg1) vtkImageCanvasSource2D_SetScalarTypeToUnsignedShort; extern(C) void function(void* jarg1) vtkImageCanvasSource2D_SetScalarTypeToUnsignedChar; extern(C) void function(void* jarg1) vtkImageCanvasSource2D_SetScalarTypeToChar; extern(C) void function(void* jarg1, int jarg2) vtkImageCanvasSource2D_SetScalarType; extern(C) int function(void* jarg1) vtkImageCanvasSource2D_GetScalarType; extern(C) void* function(void* objectRef) vtkImageCanvasSource2D_Upcast; extern(C) int function() VTK_ASCII_get; extern(C) int function() VTK_BINARY_get; extern(C) void* function() vtkDataReader_New; extern(C) int function(const(char)* jarg1) vtkDataReader_IsTypeOf; extern(C) void* function(void* jarg1) vtkDataReader_SafeDownCast; extern(C) void* function(void* jarg1) vtkDataReader_NewInstance; extern(C) void function(void* jarg1, const(char)* jarg2) vtkDataReader_SetFileName; extern(C) const(char)* function(void* jarg1) vtkDataReader_GetFileName; extern(C) int function(void* jarg1, const(char)* jarg2) vtkDataReader_IsFileValid; extern(C) int function(void* jarg1) vtkDataReader_IsFileStructuredPoints; extern(C) int function(void* jarg1) vtkDataReader_IsFilePolyData; extern(C) int function(void* jarg1) vtkDataReader_IsFileStructuredGrid; extern(C) int function(void* jarg1) vtkDataReader_IsFileUnstructuredGrid; extern(C) int function(void* jarg1) vtkDataReader_IsFileRectilinearGrid; extern(C) void function(void* jarg1, const(char)* jarg2) vtkDataReader_SetInputString__SWIG_0; extern(C) const(char)* function(void* jarg1) vtkDataReader_GetInputString; extern(C) void function(void* jarg1, const(char)* jarg2, int jarg3) vtkDataReader_SetInputString__SWIG_1; extern(C) int function(void* jarg1) vtkDataReader_GetInputStringLength; extern(C) void function(void* jarg1, const(char)* jarg2, int jarg3) vtkDataReader_SetBinaryInputString; extern(C) void function(void* jarg1, void* jarg2) vtkDataReader_SetInputString__SWIG_2; extern(C) void function(void* jarg1, void* jarg2) vtkDataReader_SetInputArray; extern(C) void* function(void* jarg1) vtkDataReader_GetInputArray; extern(C) const(char)* function(void* jarg1) vtkDataReader_GetHeader; extern(C) void function(void* jarg1, int jarg2) vtkDataReader_SetReadFromInputString; extern(C) int function(void* jarg1) vtkDataReader_GetReadFromInputString; extern(C) void function(void* jarg1) vtkDataReader_ReadFromInputStringOn; extern(C) void function(void* jarg1) vtkDataReader_ReadFromInputStringOff; extern(C) int function(void* jarg1) vtkDataReader_GetFileType; extern(C) int function(void* jarg1) vtkDataReader_GetNumberOfScalarsInFile; extern(C) int function(void* jarg1) vtkDataReader_GetNumberOfVectorsInFile; extern(C) int function(void* jarg1) vtkDataReader_GetNumberOfTensorsInFile; extern(C) int function(void* jarg1) vtkDataReader_GetNumberOfNormalsInFile; extern(C) int function(void* jarg1) vtkDataReader_GetNumberOfTCoordsInFile; extern(C) int function(void* jarg1) vtkDataReader_GetNumberOfFieldDataInFile; extern(C) const(char)* function(void* jarg1, int jarg2) vtkDataReader_GetScalarsNameInFile; extern(C) const(char)* function(void* jarg1, int jarg2) vtkDataReader_GetVectorsNameInFile; extern(C) const(char)* function(void* jarg1, int jarg2) vtkDataReader_GetTensorsNameInFile; extern(C) const(char)* function(void* jarg1, int jarg2) vtkDataReader_GetNormalsNameInFile; extern(C) const(char)* function(void* jarg1, int jarg2) vtkDataReader_GetTCoordsNameInFile; extern(C) const(char)* function(void* jarg1, int jarg2) vtkDataReader_GetFieldDataNameInFile; extern(C) void function(void* jarg1, const(char)* jarg2) vtkDataReader_SetScalarsName; extern(C) const(char)* function(void* jarg1) vtkDataReader_GetScalarsName; extern(C) void function(void* jarg1, const(char)* jarg2) vtkDataReader_SetVectorsName; extern(C) const(char)* function(void* jarg1) vtkDataReader_GetVectorsName; extern(C) void function(void* jarg1, const(char)* jarg2) vtkDataReader_SetTensorsName; extern(C) const(char)* function(void* jarg1) vtkDataReader_GetTensorsName; extern(C) void function(void* jarg1, const(char)* jarg2) vtkDataReader_SetNormalsName; extern(C) const(char)* function(void* jarg1) vtkDataReader_GetNormalsName; extern(C) void function(void* jarg1, const(char)* jarg2) vtkDataReader_SetTCoordsName; extern(C) const(char)* function(void* jarg1) vtkDataReader_GetTCoordsName; extern(C) void function(void* jarg1, const(char)* jarg2) vtkDataReader_SetLookupTableName; extern(C) const(char)* function(void* jarg1) vtkDataReader_GetLookupTableName; extern(C) void function(void* jarg1, const(char)* jarg2) vtkDataReader_SetFieldDataName; extern(C) const(char)* function(void* jarg1) vtkDataReader_GetFieldDataName; extern(C) void function(void* jarg1, int jarg2) vtkDataReader_SetReadAllScalars; extern(C) int function(void* jarg1) vtkDataReader_GetReadAllScalars; extern(C) void function(void* jarg1) vtkDataReader_ReadAllScalarsOn; extern(C) void function(void* jarg1) vtkDataReader_ReadAllScalarsOff; extern(C) void function(void* jarg1, int jarg2) vtkDataReader_SetReadAllVectors; extern(C) int function(void* jarg1) vtkDataReader_GetReadAllVectors; extern(C) void function(void* jarg1) vtkDataReader_ReadAllVectorsOn; extern(C) void function(void* jarg1) vtkDataReader_ReadAllVectorsOff; extern(C) void function(void* jarg1, int jarg2) vtkDataReader_SetReadAllNormals; extern(C) int function(void* jarg1) vtkDataReader_GetReadAllNormals; extern(C) void function(void* jarg1) vtkDataReader_ReadAllNormalsOn; extern(C) void function(void* jarg1) vtkDataReader_ReadAllNormalsOff; extern(C) void function(void* jarg1, int jarg2) vtkDataReader_SetReadAllTensors; extern(C) int function(void* jarg1) vtkDataReader_GetReadAllTensors; extern(C) void function(void* jarg1) vtkDataReader_ReadAllTensorsOn; extern(C) void function(void* jarg1) vtkDataReader_ReadAllTensorsOff; extern(C) void function(void* jarg1, int jarg2) vtkDataReader_SetReadAllColorScalars; extern(C) int function(void* jarg1) vtkDataReader_GetReadAllColorScalars; extern(C) void function(void* jarg1) vtkDataReader_ReadAllColorScalarsOn; extern(C) void function(void* jarg1) vtkDataReader_ReadAllColorScalarsOff; extern(C) void function(void* jarg1, int jarg2) vtkDataReader_SetReadAllTCoords; extern(C) int function(void* jarg1) vtkDataReader_GetReadAllTCoords; extern(C) void function(void* jarg1) vtkDataReader_ReadAllTCoordsOn; extern(C) void function(void* jarg1) vtkDataReader_ReadAllTCoordsOff; extern(C) void function(void* jarg1, int jarg2) vtkDataReader_SetReadAllFields; extern(C) int function(void* jarg1) vtkDataReader_GetReadAllFields; extern(C) void function(void* jarg1) vtkDataReader_ReadAllFieldsOn; extern(C) void function(void* jarg1) vtkDataReader_ReadAllFieldsOff; extern(C) int function(void* jarg1) vtkDataReader_OpenVTKFile; extern(C) int function(void* jarg1) vtkDataReader_ReadHeader; extern(C) int function(void* jarg1, void* jarg2, int jarg3) vtkDataReader_ReadCellData; extern(C) int function(void* jarg1, void* jarg2, int jarg3) vtkDataReader_ReadPointData; extern(C) int function(void* jarg1, void* jarg2, int jarg3) vtkDataReader_ReadPoints__SWIG_0; extern(C) int function(void* jarg1, void* jarg2, int jarg3) vtkDataReader_ReadPoints__SWIG_1; extern(C) int function(void* jarg1, void* jarg2, int jarg3) vtkDataReader_ReadVertexData; extern(C) int function(void* jarg1, void* jarg2, int jarg3) vtkDataReader_ReadEdgeData; extern(C) int function(void* jarg1, void* jarg2, int jarg3) vtkDataReader_ReadRowData; extern(C) int function(void* jarg1, int jarg2, void* jarg3) vtkDataReader_ReadCells__SWIG_0; extern(C) int function(void* jarg1, int jarg2, void* jarg3, int jarg4, int jarg5, int jarg6) vtkDataReader_ReadCells__SWIG_1; extern(C) int function(void* jarg1, void* jarg2, int jarg3, int jarg4) vtkDataReader_ReadCoordinates; extern(C) void* function(void* jarg1, const(char)* jarg2, int jarg3, int jarg4) vtkDataReader_ReadArray; extern(C) void* function(void* jarg1) vtkDataReader_ReadFieldData; extern(C) void function(void* jarg1) vtkDataReader_CloseVTKFile; extern(C) int function(void* jarg1, void* jarg2) vtkDataReader_ReadMetaData; extern(C) void* function(void* objectRef) vtkDataReader_Upcast; extern(C) void* function() vtkTableReader_New; extern(C) int function(const(char)* jarg1) vtkTableReader_IsTypeOf; extern(C) void* function(void* jarg1) vtkTableReader_SafeDownCast; extern(C) void* function(void* jarg1) vtkTableReader_NewInstance; extern(C) void* function(void* jarg1) vtkTableReader_GetOutput__SWIG_0; extern(C) void* function(void* jarg1, int jarg2) vtkTableReader_GetOutput__SWIG_1; extern(C) void function(void* jarg1, void* jarg2) vtkTableReader_SetOutput; extern(C) void* function(void* objectRef) vtkTableReader_Upcast; extern(C) void* function() vtkBiomTableReader_New; extern(C) int function(const(char)* jarg1) vtkBiomTableReader_IsTypeOf; extern(C) void* function(void* jarg1) vtkBiomTableReader_SafeDownCast; extern(C) void* function(void* jarg1) vtkBiomTableReader_NewInstance; extern(C) void* function(void* jarg1) vtkBiomTableReader_GetOutput__SWIG_0; extern(C) void* function(void* jarg1, int jarg2) vtkBiomTableReader_GetOutput__SWIG_1; extern(C) void function(void* jarg1, void* jarg2) vtkBiomTableReader_SetOutput; extern(C) void* function(void* objectRef) vtkBiomTableReader_Upcast; extern(C) void* function() vtkRegularPolygonSource_New; extern(C) int function(const(char)* jarg1) vtkRegularPolygonSource_IsTypeOf; extern(C) void* function(void* jarg1) vtkRegularPolygonSource_SafeDownCast; extern(C) void* function(void* jarg1) vtkRegularPolygonSource_NewInstance; extern(C) void function(void* jarg1, int jarg2) vtkRegularPolygonSource_SetNumberOfSides; extern(C) int function(void* jarg1) vtkRegularPolygonSource_GetNumberOfSidesMinValue; extern(C) int function(void* jarg1) vtkRegularPolygonSource_GetNumberOfSidesMaxValue; extern(C) int function(void* jarg1) vtkRegularPolygonSource_GetNumberOfSides; extern(C) void function(void* jarg1, double jarg2, double jarg3, double jarg4) vtkRegularPolygonSource_SetCenter__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkRegularPolygonSource_SetCenter__SWIG_1; extern(C) void* function(void* jarg1) vtkRegularPolygonSource_GetCenter__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkRegularPolygonSource_GetCenter__SWIG_1; extern(C) void function(void* jarg1, double jarg2, double jarg3, double jarg4) vtkRegularPolygonSource_SetNormal__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkRegularPolygonSource_SetNormal__SWIG_1; extern(C) void* function(void* jarg1) vtkRegularPolygonSource_GetNormal__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkRegularPolygonSource_GetNormal__SWIG_1; extern(C) void function(void* jarg1, double jarg2) vtkRegularPolygonSource_SetRadius; extern(C) double function(void* jarg1) vtkRegularPolygonSource_GetRadius; extern(C) void function(void* jarg1, int jarg2) vtkRegularPolygonSource_SetGeneratePolygon; extern(C) int function(void* jarg1) vtkRegularPolygonSource_GetGeneratePolygon; extern(C) void function(void* jarg1) vtkRegularPolygonSource_GeneratePolygonOn; extern(C) void function(void* jarg1) vtkRegularPolygonSource_GeneratePolygonOff; extern(C) void function(void* jarg1, int jarg2) vtkRegularPolygonSource_SetGeneratePolyline; extern(C) int function(void* jarg1) vtkRegularPolygonSource_GetGeneratePolyline; extern(C) void function(void* jarg1) vtkRegularPolygonSource_GeneratePolylineOn; extern(C) void function(void* jarg1) vtkRegularPolygonSource_GeneratePolylineOff; extern(C) void* function(void* objectRef) vtkRegularPolygonSource_Upcast; extern(C) int function(const(char)* jarg1) vtkGraph_IsTypeOf; extern(C) void* function(void* jarg1) vtkGraph_SafeDownCast; extern(C) void* function(void* jarg1) vtkGraph_NewInstance; extern(C) void* function(void* jarg1) vtkGraph_GetVertexData; extern(C) void* function(void* jarg1) vtkGraph_GetEdgeData; extern(C) void* function(void* jarg1, long jarg2) vtkGraph_GetPoint__SWIG_0; extern(C) void function(void* jarg1, long jarg2, void* jarg3) vtkGraph_GetPoint__SWIG_1; extern(C) void* function(void* jarg1) vtkGraph_GetPoints; extern(C) void function(void* jarg1, void* jarg2) vtkGraph_SetPoints; extern(C) void function(void* jarg1) vtkGraph_ComputeBounds; extern(C) void* function(void* jarg1) vtkGraph_GetBounds__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkGraph_GetBounds__SWIG_1; extern(C) void function(void* jarg1, long jarg2, void* jarg3) vtkGraph_GetOutEdges; extern(C) long function(void* jarg1, long jarg2) vtkGraph_GetDegree; extern(C) long function(void* jarg1, long jarg2) vtkGraph_GetOutDegree; extern(C) void function(void* jarg1, long jarg2, long jarg3, void* jarg4) vtkGraph_GetOutEdge; extern(C) void function(void* jarg1, long jarg2, void* jarg3) vtkGraph_GetInEdges; extern(C) long function(void* jarg1, long jarg2) vtkGraph_GetInDegree; extern(C) void function(void* jarg1, long jarg2, long jarg3, void* jarg4) vtkGraph_GetInEdge; extern(C) void function(void* jarg1, long jarg2, void* jarg3) vtkGraph_GetAdjacentVertices; extern(C) void function(void* jarg1, void* jarg2) vtkGraph_GetEdges; extern(C) long function(void* jarg1) vtkGraph_GetNumberOfEdges; extern(C) void function(void* jarg1, void* jarg2) vtkGraph_GetVertices; extern(C) long function(void* jarg1) vtkGraph_GetNumberOfVertices; extern(C) long function(void* jarg1, void* jarg2) vtkGraph_FindVertex; extern(C) void function(void* jarg1, void* jarg2) vtkGraph_CopyStructure; extern(C) uint function(void* jarg1, void* jarg2) vtkGraph_CheckedShallowCopy; extern(C) uint function(void* jarg1, void* jarg2) vtkGraph_CheckedDeepCopy; extern(C) void function(void* jarg1) vtkGraph_Squeeze; extern(C) void function(void* jarg1, long jarg2, void* jarg3) vtkGraph_ReorderOutVertices; extern(C) uint function(void* jarg1, void* jarg2) vtkGraph_IsSameStructure; extern(C) long function(void* jarg1, long jarg2) vtkGraph_GetSourceVertex; extern(C) long function(void* jarg1, long jarg2) vtkGraph_GetTargetVertex; extern(C) long function(void* jarg1, long jarg2) vtkGraph_GetNumberOfEdgePoints; extern(C) void* function(void* jarg1, long jarg2, long jarg3) vtkGraph_GetEdgePoint; extern(C) void function(void* jarg1, long jarg2) vtkGraph_ClearEdgePoints; extern(C) void function(void* jarg1, long jarg2, long jarg3, void* jarg4) vtkGraph_SetEdgePoint__SWIG_0; extern(C) void function(void* jarg1, long jarg2, long jarg3, double jarg4, double jarg5, double jarg6) vtkGraph_SetEdgePoint__SWIG_1; extern(C) void function(void* jarg1, long jarg2, void* jarg3) vtkGraph_AddEdgePoint__SWIG_0; extern(C) void function(void* jarg1, long jarg2, double jarg3, double jarg4, double jarg5) vtkGraph_AddEdgePoint__SWIG_1; extern(C) void function(void* jarg1, void* jarg2) vtkGraph_ShallowCopyEdgePoints; extern(C) void function(void* jarg1, void* jarg2) vtkGraph_DeepCopyEdgePoints; extern(C) void* function(void* jarg1, uint jarg2) vtkGraph_GetGraphInternals; extern(C) void function(void* jarg1, void* jarg2, void* jarg3) vtkGraph_GetInducedEdges; extern(C) void function(void* jarg1) vtkGraph_Dump; extern(C) long function(void* jarg1, long jarg2, long jarg3) vtkGraph_GetEdgeId; extern(C) uint function(void* jarg1, void* jarg2) vtkGraph_ToDirectedGraph; extern(C) uint function(void* jarg1, void* jarg2) vtkGraph_ToUndirectedGraph; extern(C) void function(void* jarg1) delete_vtkGraph; extern(C) void* function(void* objectRef) vtkGraph_Upcast; extern(C) void* function() vtkDirectedGraph_New; extern(C) int function(const(char)* jarg1) vtkDirectedGraph_IsTypeOf; extern(C) void* function(void* jarg1) vtkDirectedGraph_SafeDownCast; extern(C) void* function(void* jarg1) vtkDirectedGraph_NewInstance; extern(C) uint function(void* jarg1, void* jarg2) vtkDirectedGraph_IsStructureValid; extern(C) void* function(void* objectRef) vtkDirectedGraph_Upcast; extern(C) void* function() vtkDirectedAcyclicGraph_New; extern(C) int function(const(char)* jarg1) vtkDirectedAcyclicGraph_IsTypeOf; extern(C) void* function(void* jarg1) vtkDirectedAcyclicGraph_SafeDownCast; extern(C) void* function(void* jarg1) vtkDirectedAcyclicGraph_NewInstance; extern(C) void* function(void* objectRef) vtkDirectedAcyclicGraph_Upcast; extern(C) void* function() vtkTree_New; extern(C) int function(const(char)* jarg1) vtkTree_IsTypeOf; extern(C) void* function(void* jarg1) vtkTree_SafeDownCast; extern(C) void* function(void* jarg1) vtkTree_NewInstance; extern(C) long function(void* jarg1) vtkTree_GetRoot; extern(C) long function(void* jarg1, long jarg2) vtkTree_GetNumberOfChildren; extern(C) long function(void* jarg1, long jarg2, long jarg3) vtkTree_GetChild; extern(C) void function(void* jarg1, long jarg2, void* jarg3) vtkTree_GetChildren; extern(C) long function(void* jarg1, long jarg2) vtkTree_GetParent; extern(C) long function(void* jarg1, long jarg2) vtkTree_GetLevel; extern(C) uint function(void* jarg1, long jarg2) vtkTree_IsLeaf; extern(C) void function(void* jarg1, long jarg2, void* jarg3) vtkTree_ReorderChildren; extern(C) void* function(void* objectRef) vtkTree_Upcast; extern(C) void* function() vtkTreeAlgorithm_New; extern(C) int function(const(char)* jarg1) vtkTreeAlgorithm_IsTypeOf; extern(C) void* function(void* jarg1) vtkTreeAlgorithm_SafeDownCast; extern(C) void* function(void* jarg1) vtkTreeAlgorithm_NewInstance; extern(C) void* function(void* jarg1) vtkTreeAlgorithm_GetOutput__SWIG_0; extern(C) void* function(void* jarg1, int jarg2) vtkTreeAlgorithm_GetOutput__SWIG_1; extern(C) void function(void* jarg1, void* jarg2) vtkTreeAlgorithm_SetInputData__SWIG_0; extern(C) void function(void* jarg1, int jarg2, void* jarg3) vtkTreeAlgorithm_SetInputData__SWIG_1; extern(C) void* function(void* objectRef) vtkTreeAlgorithm_Upcast; extern(C) void* function() vtkTreeLevelsFilter_New; extern(C) int function(const(char)* jarg1) vtkTreeLevelsFilter_IsTypeOf; extern(C) void* function(void* jarg1) vtkTreeLevelsFilter_SafeDownCast; extern(C) void* function(void* jarg1) vtkTreeLevelsFilter_NewInstance; extern(C) void* function(void* objectRef) vtkTreeLevelsFilter_Upcast; extern(C) int function(const(char)* jarg1) vtkWriter_IsTypeOf; extern(C) void* function(void* jarg1) vtkWriter_SafeDownCast; extern(C) void* function(void* jarg1) vtkWriter_NewInstance; extern(C) int function(void* jarg1) vtkWriter_Write; extern(C) void function(void* jarg1, const(char)* jarg2, const(char)* jarg3, uint jarg4) vtkWriter_EncodeString; extern(C) void function(void* jarg1, void* jarg2, const(char)* jarg3, uint jarg4) vtkWriter_EncodeWriteString; extern(C) void function(void* jarg1, void* jarg2) vtkWriter_SetInputData__SWIG_0; extern(C) void function(void* jarg1, int jarg2, void* jarg3) vtkWriter_SetInputData__SWIG_1; extern(C) void* function(void* objectRef) vtkWriter_Upcast; extern(C) void* function() vtkSTLWriter_New; extern(C) int function(const(char)* jarg1) vtkSTLWriter_IsTypeOf; extern(C) void* function(void* jarg1) vtkSTLWriter_SafeDownCast; extern(C) void* function(void* jarg1) vtkSTLWriter_NewInstance; extern(C) void* function(void* jarg1) vtkSTLWriter_GetInput__SWIG_0; extern(C) void* function(void* jarg1, int jarg2) vtkSTLWriter_GetInput__SWIG_1; extern(C) void function(void* jarg1, const(char)* jarg2) vtkSTLWriter_SetFileName; extern(C) const(char)* function(void* jarg1) vtkSTLWriter_GetFileName; extern(C) void function(void* jarg1, int jarg2) vtkSTLWriter_SetFileType; extern(C) int function(void* jarg1) vtkSTLWriter_GetFileTypeMinValue; extern(C) int function(void* jarg1) vtkSTLWriter_GetFileTypeMaxValue; extern(C) int function(void* jarg1) vtkSTLWriter_GetFileType; extern(C) void function(void* jarg1) vtkSTLWriter_SetFileTypeToASCII; extern(C) void function(void* jarg1) vtkSTLWriter_SetFileTypeToBinary; extern(C) void* function(void* objectRef) vtkSTLWriter_Upcast; extern(C) void* function() vtkExtentTranslator_New; extern(C) int function(const(char)* jarg1) vtkExtentTranslator_IsTypeOf; extern(C) void* function(void* jarg1) vtkExtentTranslator_SafeDownCast; extern(C) void* function(void* jarg1) vtkExtentTranslator_NewInstance; extern(C) void function(void* jarg1, int jarg2, int jarg3, int jarg4, int jarg5, int jarg6, int jarg7) vtkExtentTranslator_SetWholeExtent__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkExtentTranslator_SetWholeExtent__SWIG_1; extern(C) void* function(void* jarg1) vtkExtentTranslator_GetWholeExtent__SWIG_0; extern(C) void function(void* jarg1, void* jarg2, void* jarg3, void* jarg4, void* jarg5, void* jarg6, void* jarg7) vtkExtentTranslator_GetWholeExtent__SWIG_1; extern(C) void function(void* jarg1, void* jarg2) vtkExtentTranslator_GetWholeExtent__SWIG_2; extern(C) void function(void* jarg1, int jarg2, int jarg3, int jarg4, int jarg5, int jarg6, int jarg7) vtkExtentTranslator_SetExtent__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkExtentTranslator_SetExtent__SWIG_1; extern(C) void* function(void* jarg1) vtkExtentTranslator_GetExtent__SWIG_0; extern(C) void function(void* jarg1, void* jarg2, void* jarg3, void* jarg4, void* jarg5, void* jarg6, void* jarg7) vtkExtentTranslator_GetExtent__SWIG_1; extern(C) void function(void* jarg1, void* jarg2) vtkExtentTranslator_GetExtent__SWIG_2; extern(C) void function(void* jarg1, int jarg2) vtkExtentTranslator_SetPiece; extern(C) int function(void* jarg1) vtkExtentTranslator_GetPiece; extern(C) void function(void* jarg1, int jarg2) vtkExtentTranslator_SetNumberOfPieces; extern(C) int function(void* jarg1) vtkExtentTranslator_GetNumberOfPieces; extern(C) void function(void* jarg1, int jarg2) vtkExtentTranslator_SetGhostLevel; extern(C) int function(void* jarg1) vtkExtentTranslator_GetGhostLevel; extern(C) int function(void* jarg1) vtkExtentTranslator_PieceToExtent; extern(C) int function(void* jarg1) vtkExtentTranslator_PieceToExtentByPoints; extern(C) int function(void* jarg1, int jarg2, int jarg3, int jarg4, void* jarg5, void* jarg6, int jarg7, int jarg8) vtkExtentTranslator_PieceToExtentThreadSafe; extern(C) void function(void* jarg1) vtkExtentTranslator_SetSplitModeToBlock; extern(C) void function(void* jarg1) vtkExtentTranslator_SetSplitModeToXSlab; extern(C) void function(void* jarg1) vtkExtentTranslator_SetSplitModeToYSlab; extern(C) void function(void* jarg1) vtkExtentTranslator_SetSplitModeToZSlab; extern(C) int function(void* jarg1) vtkExtentTranslator_GetSplitMode; extern(C) void function(void* jarg1, int jarg2, void* jarg3) vtkExtentTranslator_SetSplitPath; extern(C) void* function(void* objectRef) vtkExtentTranslator_Upcast; extern(C) int function(const(char)* jarg1) vtkTableExtentTranslator_IsTypeOf; extern(C) void* function(void* jarg1) vtkTableExtentTranslator_SafeDownCast; extern(C) void* function(void* jarg1) vtkTableExtentTranslator_NewInstance; extern(C) void* function() vtkTableExtentTranslator_New; extern(C) void function(void* jarg1, int jarg2) vtkTableExtentTranslator_SetNumberOfPiecesInTable; extern(C) int function(void* jarg1) vtkTableExtentTranslator_GetNumberOfPiecesInTable; extern(C) void function(void* jarg1, int jarg2, void* jarg3) vtkTableExtentTranslator_SetExtentForPiece; extern(C) void function(void* jarg1, int jarg2, void* jarg3) vtkTableExtentTranslator_GetExtentForPiece__SWIG_0; extern(C) void* function(void* jarg1, int jarg2) vtkTableExtentTranslator_GetExtentForPiece__SWIG_1; extern(C) void function(void* jarg1, int jarg2) vtkTableExtentTranslator_SetMaximumGhostLevel; extern(C) int function(void* jarg1) vtkTableExtentTranslator_GetMaximumGhostLevel; extern(C) void function(void* jarg1, int jarg2, int jarg3) vtkTableExtentTranslator_SetPieceAvailable; extern(C) int function(void* jarg1, int jarg2) vtkTableExtentTranslator_GetPieceAvailable; extern(C) void* function(void* objectRef) vtkTableExtentTranslator_Upcast; extern(C) void* function() vtkContourTriangulator_New; extern(C) int function(const(char)* jarg1) vtkContourTriangulator_IsTypeOf; extern(C) void* function(void* jarg1) vtkContourTriangulator_SafeDownCast; extern(C) void* function(void* jarg1) vtkContourTriangulator_NewInstance; extern(C) int function(void* jarg1) vtkContourTriangulator_GetTriangulationError; extern(C) void function(void* jarg1, int jarg2) vtkContourTriangulator_SetTriangulationErrorDisplay; extern(C) void function(void* jarg1) vtkContourTriangulator_TriangulationErrorDisplayOn; extern(C) void function(void* jarg1) vtkContourTriangulator_TriangulationErrorDisplayOff; extern(C) int function(void* jarg1) vtkContourTriangulator_GetTriangulationErrorDisplay; extern(C) int function(void* jarg1, void* jarg2, void* jarg3) vtkContourTriangulator_TriangulatePolygon; extern(C) int function(void* jarg1, long jarg2, long jarg3, void* jarg4, void* jarg5) vtkContourTriangulator_TriangulateContours; extern(C) void* function(void* objectRef) vtkContourTriangulator_Upcast; extern(C) int function(const(char)* jarg1) vtkChartLegend_IsTypeOf; extern(C) void* function(void* jarg1) vtkChartLegend_SafeDownCast; extern(C) void* function(void* jarg1) vtkChartLegend_NewInstance; extern(C) void* function() vtkChartLegend_New; extern(C) void function(void* jarg1, float jarg2, float jarg3) vtkChartLegend_SetPoint__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkChartLegend_SetPoint__SWIG_1; extern(C) void* function(void* jarg1) vtkChartLegend_GetPoint__SWIG_0; extern(C) void function(void* jarg1, void* jarg2, void* jarg3) vtkChartLegend_GetPoint__SWIG_1; extern(C) void function(void* jarg1, void* jarg2) vtkChartLegend_GetPoint__SWIG_2; extern(C) void function(void* jarg1, void* jarg2) vtkChartLegend_SetPoint__SWIG_2; extern(C) void* function(void* jarg1) vtkChartLegend_GetPointVector; extern(C) void function(void* jarg1, int jarg2) vtkChartLegend_SetHorizontalAlignment; extern(C) int function(void* jarg1) vtkChartLegend_GetHorizontalAlignment; extern(C) void function(void* jarg1, int jarg2) vtkChartLegend_SetVerticalAlignment; extern(C) int function(void* jarg1) vtkChartLegend_GetVerticalAlignment; extern(C) void function(void* jarg1, int jarg2) vtkChartLegend_SetPadding; extern(C) int function(void* jarg1) vtkChartLegend_GetPadding; extern(C) void function(void* jarg1, int jarg2) vtkChartLegend_SetSymbolWidth; extern(C) int function(void* jarg1) vtkChartLegend_GetSymbolWidth; extern(C) void function(void* jarg1, int jarg2) vtkChartLegend_SetLabelSize; extern(C) int function(void* jarg1) vtkChartLegend_GetLabelSize; extern(C) void function(void* jarg1, uint jarg2) vtkChartLegend_SetInline; extern(C) uint function(void* jarg1) vtkChartLegend_GetInline; extern(C) void function(void* jarg1, uint jarg2) vtkChartLegend_SetDragEnabled; extern(C) uint function(void* jarg1) vtkChartLegend_GetDragEnabled; extern(C) void function(void* jarg1, void* jarg2) vtkChartLegend_SetChart; extern(C) void* function(void* jarg1) vtkChartLegend_GetChart; extern(C) void* function(void* jarg1, void* jarg2) vtkChartLegend_GetBoundingRect; extern(C) void* function(void* jarg1) vtkChartLegend_GetPen; extern(C) void* function(void* jarg1) vtkChartLegend_GetBrush; extern(C) void* function(void* jarg1) vtkChartLegend_GetLabelProperties; extern(C) uint function(void* jarg1, void* jarg2) vtkChartLegend_Hit; extern(C) uint function(void* jarg1, void* jarg2) vtkChartLegend_MouseMoveEvent; extern(C) uint function(void* jarg1, void* jarg2) vtkChartLegend_MouseButtonPressEvent; extern(C) uint function(void* jarg1, void* jarg2) vtkChartLegend_MouseButtonReleaseEvent; extern(C) void* function(void* objectRef) vtkChartLegend_Upcast; extern(C) int function(const(char)* jarg1) vtkImageDataGeometryFilter_IsTypeOf; extern(C) void* function(void* jarg1) vtkImageDataGeometryFilter_SafeDownCast; extern(C) void* function(void* jarg1) vtkImageDataGeometryFilter_NewInstance; extern(C) void* function() vtkImageDataGeometryFilter_New; extern(C) void function(void* jarg1, void* jarg2) vtkImageDataGeometryFilter_SetExtent__SWIG_0; extern(C) void function(void* jarg1, int jarg2, int jarg3, int jarg4, int jarg5, int jarg6, int jarg7) vtkImageDataGeometryFilter_SetExtent__SWIG_1; extern(C) void* function(void* jarg1) vtkImageDataGeometryFilter_GetExtent; extern(C) void function(void* jarg1, int jarg2) vtkImageDataGeometryFilter_SetThresholdCells; extern(C) int function(void* jarg1) vtkImageDataGeometryFilter_GetThresholdCells; extern(C) void function(void* jarg1) vtkImageDataGeometryFilter_ThresholdCellsOn; extern(C) void function(void* jarg1) vtkImageDataGeometryFilter_ThresholdCellsOff; extern(C) void function(void* jarg1, double jarg2) vtkImageDataGeometryFilter_SetThresholdValue; extern(C) double function(void* jarg1) vtkImageDataGeometryFilter_GetThresholdValue; extern(C) void function(void* jarg1) vtkImageDataGeometryFilter_ThresholdValueOn; extern(C) void function(void* jarg1) vtkImageDataGeometryFilter_ThresholdValueOff; extern(C) void function(void* jarg1, int jarg2) vtkImageDataGeometryFilter_SetOutputTriangles; extern(C) int function(void* jarg1) vtkImageDataGeometryFilter_GetOutputTriangles; extern(C) void function(void* jarg1) vtkImageDataGeometryFilter_OutputTrianglesOn; extern(C) void function(void* jarg1) vtkImageDataGeometryFilter_OutputTrianglesOff; extern(C) void* function(void* objectRef) vtkImageDataGeometryFilter_Upcast; extern(C) void* function() vtkDataObjectTypes_New; extern(C) int function(const(char)* jarg1) vtkDataObjectTypes_IsTypeOf; extern(C) void* function(void* jarg1) vtkDataObjectTypes_SafeDownCast; extern(C) void* function(void* jarg1) vtkDataObjectTypes_NewInstance; extern(C) const(char)* function(int jarg1) vtkDataObjectTypes_GetClassNameFromTypeId; extern(C) int function(const(char)* jarg1) vtkDataObjectTypes_GetTypeIdFromClassName; extern(C) void* function(const(char)* jarg1) vtkDataObjectTypes_NewDataObject__SWIG_0; extern(C) void* function(int jarg1) vtkDataObjectTypes_NewDataObject__SWIG_1; extern(C) void* function(void* objectRef) vtkDataObjectTypes_Upcast; extern(C) int function(const(char)* jarg1) vtkInteractorObserver_IsTypeOf; extern(C) void* function(void* jarg1) vtkInteractorObserver_SafeDownCast; extern(C) void* function(void* jarg1) vtkInteractorObserver_NewInstance; extern(C) void function(void* jarg1, int jarg2) vtkInteractorObserver_SetEnabled; extern(C) int function(void* jarg1) vtkInteractorObserver_GetEnabled; extern(C) void function(void* jarg1) vtkInteractorObserver_EnabledOn; extern(C) void function(void* jarg1) vtkInteractorObserver_EnabledOff; extern(C) void function(void* jarg1) vtkInteractorObserver_On; extern(C) void function(void* jarg1) vtkInteractorObserver_Off; extern(C) void function(void* jarg1, void* jarg2) vtkInteractorObserver_SetInteractor; extern(C) void* function(void* jarg1) vtkInteractorObserver_GetInteractor; extern(C) void function(void* jarg1, float jarg2) vtkInteractorObserver_SetPriority; extern(C) float function(void* jarg1) vtkInteractorObserver_GetPriorityMinValue; extern(C) float function(void* jarg1) vtkInteractorObserver_GetPriorityMaxValue; extern(C) float function(void* jarg1) vtkInteractorObserver_GetPriority; extern(C) void function(void* jarg1) vtkInteractorObserver_PickingManagedOn; extern(C) void function(void* jarg1) vtkInteractorObserver_PickingManagedOff; extern(C) void function(void* jarg1, uint jarg2) vtkInteractorObserver_SetPickingManaged; extern(C) uint function(void* jarg1) vtkInteractorObserver_GetPickingManaged; extern(C) void function(void* jarg1, int jarg2) vtkInteractorObserver_SetKeyPressActivation; extern(C) int function(void* jarg1) vtkInteractorObserver_GetKeyPressActivation; extern(C) void function(void* jarg1) vtkInteractorObserver_KeyPressActivationOn; extern(C) void function(void* jarg1) vtkInteractorObserver_KeyPressActivationOff; extern(C) void function(void* jarg1, char jarg2) vtkInteractorObserver_SetKeyPressActivationValue; extern(C) char function(void* jarg1) vtkInteractorObserver_GetKeyPressActivationValue; extern(C) void* function(void* jarg1) vtkInteractorObserver_GetDefaultRenderer; extern(C) void function(void* jarg1, void* jarg2) vtkInteractorObserver_SetDefaultRenderer; extern(C) void* function(void* jarg1) vtkInteractorObserver_GetCurrentRenderer; extern(C) void function(void* jarg1, void* jarg2) vtkInteractorObserver_SetCurrentRenderer; extern(C) void function(void* jarg1) vtkInteractorObserver_OnChar; extern(C) void function(void* jarg1, double jarg2, double jarg3, double jarg4, void* jarg5) vtkInteractorObserver_ComputeDisplayToWorld; extern(C) void function(void* jarg1, double jarg2, double jarg3, double jarg4, void* jarg5) vtkInteractorObserver_ComputeWorldToDisplay; extern(C) void* function(void* objectRef) vtkInteractorObserver_Upcast; extern(C) int function(const(char)* jarg1) vtk3DWidget_IsTypeOf; extern(C) void* function(void* jarg1) vtk3DWidget_SafeDownCast; extern(C) void* function(void* jarg1) vtk3DWidget_NewInstance; extern(C) void function(void* jarg1, void* jarg2) vtk3DWidget_PlaceWidget__SWIG_0; extern(C) void function(void* jarg1) vtk3DWidget_PlaceWidget__SWIG_1; extern(C) void function(void* jarg1, double jarg2, double jarg3, double jarg4, double jarg5, double jarg6, double jarg7) vtk3DWidget_PlaceWidget__SWIG_2; extern(C) void function(void* jarg1, void* jarg2) vtk3DWidget_SetProp3D; extern(C) void* function(void* jarg1) vtk3DWidget_GetProp3D; extern(C) void function(void* jarg1, void* jarg2) vtk3DWidget_SetInputData; extern(C) void function(void* jarg1, void* jarg2) vtk3DWidget_SetInputConnection; extern(C) void* function(void* jarg1) vtk3DWidget_GetInput; extern(C) void function(void* jarg1, double jarg2) vtk3DWidget_SetPlaceFactor; extern(C) double function(void* jarg1) vtk3DWidget_GetPlaceFactorMinValue; extern(C) double function(void* jarg1) vtk3DWidget_GetPlaceFactorMaxValue; extern(C) double function(void* jarg1) vtk3DWidget_GetPlaceFactor; extern(C) void function(void* jarg1, double jarg2) vtk3DWidget_SetHandleSize; extern(C) double function(void* jarg1) vtk3DWidget_GetHandleSizeMinValue; extern(C) double function(void* jarg1) vtk3DWidget_GetHandleSizeMaxValue; extern(C) double function(void* jarg1) vtk3DWidget_GetHandleSize; extern(C) void* function(void* objectRef) vtk3DWidget_Upcast; extern(C) int function() VTK_PROJECTION_YZ_get; extern(C) int function() VTK_PROJECTION_XZ_get; extern(C) int function() VTK_PROJECTION_XY_get; extern(C) int function() VTK_PROJECTION_OBLIQUE_get; extern(C) void* function() vtkSplineWidget_New; extern(C) int function(const(char)* jarg1) vtkSplineWidget_IsTypeOf; extern(C) void* function(void* jarg1) vtkSplineWidget_SafeDownCast; extern(C) void* function(void* jarg1) vtkSplineWidget_NewInstance; extern(C) void function(void* jarg1, void* jarg2) vtkSplineWidget_PlaceWidget__SWIG_0; extern(C) void function(void* jarg1) vtkSplineWidget_PlaceWidget__SWIG_1; extern(C) void function(void* jarg1, double jarg2, double jarg3, double jarg4, double jarg5, double jarg6, double jarg7) vtkSplineWidget_PlaceWidget__SWIG_2; extern(C) void function(void* jarg1, int jarg2) vtkSplineWidget_SetProjectToPlane; extern(C) int function(void* jarg1) vtkSplineWidget_GetProjectToPlane; extern(C) void function(void* jarg1) vtkSplineWidget_ProjectToPlaneOn; extern(C) void function(void* jarg1) vtkSplineWidget_ProjectToPlaneOff; extern(C) void function(void* jarg1, void* jarg2) vtkSplineWidget_SetPlaneSource; extern(C) void function(void* jarg1, int jarg2) vtkSplineWidget_SetProjectionNormal; extern(C) int function(void* jarg1) vtkSplineWidget_GetProjectionNormalMinValue; extern(C) int function(void* jarg1) vtkSplineWidget_GetProjectionNormalMaxValue; extern(C) int function(void* jarg1) vtkSplineWidget_GetProjectionNormal; extern(C) void function(void* jarg1) vtkSplineWidget_SetProjectionNormalToXAxes; extern(C) void function(void* jarg1) vtkSplineWidget_SetProjectionNormalToYAxes; extern(C) void function(void* jarg1) vtkSplineWidget_SetProjectionNormalToZAxes; extern(C) void function(void* jarg1) vtkSplineWidget_SetProjectionNormalToOblique; extern(C) void function(void* jarg1, double jarg2) vtkSplineWidget_SetProjectionPosition; extern(C) double function(void* jarg1) vtkSplineWidget_GetProjectionPosition; extern(C) void function(void* jarg1, void* jarg2) vtkSplineWidget_GetPolyData; extern(C) void function(void* jarg1, void* jarg2) vtkSplineWidget_SetHandleProperty; extern(C) void* function(void* jarg1) vtkSplineWidget_GetHandleProperty; extern(C) void function(void* jarg1, void* jarg2) vtkSplineWidget_SetSelectedHandleProperty; extern(C) void* function(void* jarg1) vtkSplineWidget_GetSelectedHandleProperty; extern(C) void function(void* jarg1, void* jarg2) vtkSplineWidget_SetLineProperty; extern(C) void* function(void* jarg1) vtkSplineWidget_GetLineProperty; extern(C) void function(void* jarg1, void* jarg2) vtkSplineWidget_SetSelectedLineProperty; extern(C) void* function(void* jarg1) vtkSplineWidget_GetSelectedLineProperty; extern(C) void function(void* jarg1, int jarg2) vtkSplineWidget_SetNumberOfHandles; extern(C) int function(void* jarg1) vtkSplineWidget_GetNumberOfHandles; extern(C) void function(void* jarg1, int jarg2) vtkSplineWidget_SetResolution; extern(C) int function(void* jarg1) vtkSplineWidget_GetResolution; extern(C) void function(void* jarg1, void* jarg2) vtkSplineWidget_SetParametricSpline; extern(C) void* function(void* jarg1) vtkSplineWidget_GetParametricSpline; extern(C) void function(void* jarg1, int jarg2, double jarg3, double jarg4, double jarg5) vtkSplineWidget_SetHandlePosition__SWIG_0; extern(C) void function(void* jarg1, int jarg2, void* jarg3) vtkSplineWidget_SetHandlePosition__SWIG_1; extern(C) void function(void* jarg1, int jarg2, void* jarg3) vtkSplineWidget_GetHandlePosition__SWIG_0; extern(C) void* function(void* jarg1, int jarg2) vtkSplineWidget_GetHandlePosition__SWIG_1; extern(C) void function(void* jarg1, int jarg2) vtkSplineWidget_SetClosed; extern(C) int function(void* jarg1) vtkSplineWidget_GetClosed; extern(C) void function(void* jarg1) vtkSplineWidget_ClosedOn; extern(C) void function(void* jarg1) vtkSplineWidget_ClosedOff; extern(C) int function(void* jarg1) vtkSplineWidget_IsClosed; extern(C) double function(void* jarg1) vtkSplineWidget_GetSummedLength; extern(C) void function(void* jarg1, void* jarg2) vtkSplineWidget_InitializeHandles; extern(C) void function(void* jarg1, int jarg2) vtkSplineWidget_SetProcessEvents; extern(C) int function(void* jarg1) vtkSplineWidget_GetProcessEventsMinValue; extern(C) int function(void* jarg1) vtkSplineWidget_GetProcessEventsMaxValue; extern(C) int function(void* jarg1) vtkSplineWidget_GetProcessEvents; extern(C) void function(void* jarg1) vtkSplineWidget_ProcessEventsOn; extern(C) void function(void* jarg1) vtkSplineWidget_ProcessEventsOff; extern(C) void* function(void* objectRef) vtkSplineWidget_Upcast; extern(C) void* function() vtkMCubesWriter_New; extern(C) int function(const(char)* jarg1) vtkMCubesWriter_IsTypeOf; extern(C) void* function(void* jarg1) vtkMCubesWriter_SafeDownCast; extern(C) void* function(void* jarg1) vtkMCubesWriter_NewInstance; extern(C) void function(void* jarg1, const(char)* jarg2) vtkMCubesWriter_SetLimitsFileName; extern(C) const(char)* function(void* jarg1) vtkMCubesWriter_GetLimitsFileName; extern(C) void* function(void* jarg1) vtkMCubesWriter_GetInput__SWIG_0; extern(C) void* function(void* jarg1, int jarg2) vtkMCubesWriter_GetInput__SWIG_1; extern(C) void function(void* jarg1, const(char)* jarg2) vtkMCubesWriter_SetFileName; extern(C) const(char)* function(void* jarg1) vtkMCubesWriter_GetFileName; extern(C) void* function(void* objectRef) vtkMCubesWriter_Upcast; extern(C) void* function() vtkTreeAreaView_New; extern(C) int function(const(char)* jarg1) vtkTreeAreaView_IsTypeOf; extern(C) void* function(void* jarg1) vtkTreeAreaView_SafeDownCast; extern(C) void* function(void* jarg1) vtkTreeAreaView_NewInstance; extern(C) void* function(void* jarg1, void* jarg2) vtkTreeAreaView_SetTreeFromInputConnection; extern(C) void* function(void* jarg1, void* jarg2) vtkTreeAreaView_SetTreeFromInput; extern(C) void* function(void* jarg1, void* jarg2) vtkTreeAreaView_SetGraphFromInputConnection; extern(C) void* function(void* jarg1, void* jarg2) vtkTreeAreaView_SetGraphFromInput; extern(C) void function(void* jarg1, const(char)* jarg2) vtkTreeAreaView_SetAreaLabelArrayName; extern(C) const(char)* function(void* jarg1) vtkTreeAreaView_GetAreaLabelArrayName; extern(C) void function(void* jarg1, const(char)* jarg2) vtkTreeAreaView_SetAreaSizeArrayName; extern(C) const(char)* function(void* jarg1) vtkTreeAreaView_GetAreaSizeArrayName; extern(C) void function(void* jarg1, const(char)* jarg2) vtkTreeAreaView_SetLabelPriorityArrayName; extern(C) const(char)* function(void* jarg1) vtkTreeAreaView_GetLabelPriorityArrayName; extern(C) void function(void* jarg1, const(char)* jarg2) vtkTreeAreaView_SetEdgeLabelArrayName; extern(C) const(char)* function(void* jarg1) vtkTreeAreaView_GetEdgeLabelArrayName; extern(C) void function(void* jarg1, const(char)* jarg2) vtkTreeAreaView_SetAreaHoverArrayName; extern(C) const(char)* function(void* jarg1) vtkTreeAreaView_GetAreaHoverArrayName; extern(C) void function(void* jarg1, uint jarg2) vtkTreeAreaView_SetAreaLabelVisibility; extern(C) uint function(void* jarg1) vtkTreeAreaView_GetAreaLabelVisibility; extern(C) void function(void* jarg1) vtkTreeAreaView_AreaLabelVisibilityOn; extern(C) void function(void* jarg1) vtkTreeAreaView_AreaLabelVisibilityOff; extern(C) void function(void* jarg1, uint jarg2) vtkTreeAreaView_SetEdgeLabelVisibility; extern(C) uint function(void* jarg1) vtkTreeAreaView_GetEdgeLabelVisibility; extern(C) void function(void* jarg1) vtkTreeAreaView_EdgeLabelVisibilityOn; extern(C) void function(void* jarg1) vtkTreeAreaView_EdgeLabelVisibilityOff; extern(C) void function(void* jarg1, const(char)* jarg2) vtkTreeAreaView_SetAreaColorArrayName; extern(C) const(char)* function(void* jarg1) vtkTreeAreaView_GetAreaColorArrayName; extern(C) void function(void* jarg1, uint jarg2) vtkTreeAreaView_SetColorAreas; extern(C) uint function(void* jarg1) vtkTreeAreaView_GetColorAreas; extern(C) void function(void* jarg1) vtkTreeAreaView_ColorAreasOn; extern(C) void function(void* jarg1) vtkTreeAreaView_ColorAreasOff; extern(C) void function(void* jarg1, const(char)* jarg2) vtkTreeAreaView_SetEdgeColorArrayName; extern(C) const(char)* function(void* jarg1) vtkTreeAreaView_GetEdgeColorArrayName; extern(C) void function(void* jarg1) vtkTreeAreaView_SetEdgeColorToSplineFraction; extern(C) void function(void* jarg1, double jarg2) vtkTreeAreaView_SetShrinkPercentage; extern(C) double function(void* jarg1) vtkTreeAreaView_GetShrinkPercentage; extern(C) void function(void* jarg1, uint jarg2) vtkTreeAreaView_SetColorEdges; extern(C) uint function(void* jarg1) vtkTreeAreaView_GetColorEdges; extern(C) void function(void* jarg1) vtkTreeAreaView_ColorEdgesOn; extern(C) void function(void* jarg1) vtkTreeAreaView_ColorEdgesOff; extern(C) void function(void* jarg1, double jarg2) vtkTreeAreaView_SetBundlingStrength; extern(C) double function(void* jarg1) vtkTreeAreaView_GetBundlingStrength; extern(C) void function(void* jarg1, int jarg2) vtkTreeAreaView_SetAreaLabelFontSize; extern(C) int function(void* jarg1) vtkTreeAreaView_GetAreaLabelFontSize; extern(C) void function(void* jarg1, int jarg2) vtkTreeAreaView_SetEdgeLabelFontSize; extern(C) int function(void* jarg1) vtkTreeAreaView_GetEdgeLabelFontSize; extern(C) void function(void* jarg1, void* jarg2) vtkTreeAreaView_SetLayoutStrategy; extern(C) void* function(void* jarg1) vtkTreeAreaView_GetLayoutStrategy; extern(C) void function(void* jarg1, uint jarg2) vtkTreeAreaView_SetUseRectangularCoordinates; extern(C) uint function(void* jarg1) vtkTreeAreaView_GetUseRectangularCoordinates; extern(C) void function(void* jarg1) vtkTreeAreaView_UseRectangularCoordinatesOn; extern(C) void function(void* jarg1) vtkTreeAreaView_UseRectangularCoordinatesOff; extern(C) void function(void* jarg1, uint jarg2) vtkTreeAreaView_SetEdgeScalarBarVisibility; extern(C) uint function(void* jarg1) vtkTreeAreaView_GetEdgeScalarBarVisibility; extern(C) void* function(void* objectRef) vtkTreeAreaView_Upcast; extern(C) void* function() vtkTreeRingView_New; extern(C) int function(const(char)* jarg1) vtkTreeRingView_IsTypeOf; extern(C) void* function(void* jarg1) vtkTreeRingView_SafeDownCast; extern(C) void* function(void* jarg1) vtkTreeRingView_NewInstance; extern(C) void function(void* jarg1, double jarg2, double jarg3) vtkTreeRingView_SetRootAngles; extern(C) void function(void* jarg1, uint jarg2) vtkTreeRingView_SetRootAtCenter; extern(C) uint function(void* jarg1) vtkTreeRingView_GetRootAtCenter; extern(C) void function(void* jarg1) vtkTreeRingView_RootAtCenterOn; extern(C) void function(void* jarg1) vtkTreeRingView_RootAtCenterOff; extern(C) void function(void* jarg1, double jarg2) vtkTreeRingView_SetLayerThickness; extern(C) double function(void* jarg1) vtkTreeRingView_GetLayerThickness; extern(C) void function(void* jarg1, double jarg2) vtkTreeRingView_SetInteriorRadius; extern(C) double function(void* jarg1) vtkTreeRingView_GetInteriorRadius; extern(C) void function(void* jarg1, double jarg2) vtkTreeRingView_SetInteriorLogSpacingValue; extern(C) double function(void* jarg1) vtkTreeRingView_GetInteriorLogSpacingValue; extern(C) void* function(void* objectRef) vtkTreeRingView_Upcast; extern(C) void* function() vtkImageLaplacian_New; extern(C) int function(const(char)* jarg1) vtkImageLaplacian_IsTypeOf; extern(C) void* function(void* jarg1) vtkImageLaplacian_SafeDownCast; extern(C) void* function(void* jarg1) vtkImageLaplacian_NewInstance; extern(C) void function(void* jarg1, int jarg2) vtkImageLaplacian_SetDimensionality; extern(C) int function(void* jarg1) vtkImageLaplacian_GetDimensionalityMinValue; extern(C) int function(void* jarg1) vtkImageLaplacian_GetDimensionalityMaxValue; extern(C) int function(void* jarg1) vtkImageLaplacian_GetDimensionality; extern(C) void* function(void* objectRef) vtkImageLaplacian_Upcast; extern(C) int function() VTK_RESLICE_NEAREST_get; extern(C) int function() VTK_RESLICE_LINEAR_get; extern(C) int function() VTK_RESLICE_CUBIC_get; extern(C) void* function() vtkImageReslice_New; extern(C) int function(const(char)* jarg1) vtkImageReslice_IsTypeOf; extern(C) void* function(void* jarg1) vtkImageReslice_SafeDownCast; extern(C) void* function(void* jarg1) vtkImageReslice_NewInstance; extern(C) void function(void* jarg1, void* jarg2) vtkImageReslice_SetResliceAxes; extern(C) void* function(void* jarg1) vtkImageReslice_GetResliceAxes; extern(C) void function(void* jarg1, double jarg2, double jarg3, double jarg4, double jarg5, double jarg6, double jarg7, double jarg8, double jarg9, double jarg10) vtkImageReslice_SetResliceAxesDirectionCosines__SWIG_0; extern(C) void function(void* jarg1, void* jarg2, void* jarg3, void* jarg4) vtkImageReslice_SetResliceAxesDirectionCosines__SWIG_1; extern(C) void function(void* jarg1, void* jarg2) vtkImageReslice_SetResliceAxesDirectionCosines__SWIG_2; extern(C) void function(void* jarg1, void* jarg2, void* jarg3, void* jarg4) vtkImageReslice_GetResliceAxesDirectionCosines__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkImageReslice_GetResliceAxesDirectionCosines__SWIG_1; extern(C) void* function(void* jarg1) vtkImageReslice_GetResliceAxesDirectionCosines__SWIG_2; extern(C) void function(void* jarg1, double jarg2, double jarg3, double jarg4) vtkImageReslice_SetResliceAxesOrigin__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkImageReslice_SetResliceAxesOrigin__SWIG_1; extern(C) void function(void* jarg1, void* jarg2) vtkImageReslice_GetResliceAxesOrigin__SWIG_0; extern(C) void* function(void* jarg1) vtkImageReslice_GetResliceAxesOrigin__SWIG_1; extern(C) void function(void* jarg1, void* jarg2) vtkImageReslice_SetResliceTransform; extern(C) void* function(void* jarg1) vtkImageReslice_GetResliceTransform; extern(C) void function(void* jarg1, void* jarg2) vtkImageReslice_SetInformationInput; extern(C) void* function(void* jarg1) vtkImageReslice_GetInformationInput; extern(C) void function(void* jarg1, int jarg2) vtkImageReslice_SetTransformInputSampling; extern(C) void function(void* jarg1) vtkImageReslice_TransformInputSamplingOn; extern(C) void function(void* jarg1) vtkImageReslice_TransformInputSamplingOff; extern(C) int function(void* jarg1) vtkImageReslice_GetTransformInputSampling; extern(C) void function(void* jarg1, int jarg2) vtkImageReslice_SetAutoCropOutput; extern(C) void function(void* jarg1) vtkImageReslice_AutoCropOutputOn; extern(C) void function(void* jarg1) vtkImageReslice_AutoCropOutputOff; extern(C) int function(void* jarg1) vtkImageReslice_GetAutoCropOutput; extern(C) void function(void* jarg1, int jarg2) vtkImageReslice_SetWrap; extern(C) int function(void* jarg1) vtkImageReslice_GetWrap; extern(C) void function(void* jarg1) vtkImageReslice_WrapOn; extern(C) void function(void* jarg1) vtkImageReslice_WrapOff; extern(C) void function(void* jarg1, int jarg2) vtkImageReslice_SetMirror; extern(C) int function(void* jarg1) vtkImageReslice_GetMirror; extern(C) void function(void* jarg1) vtkImageReslice_MirrorOn; extern(C) void function(void* jarg1) vtkImageReslice_MirrorOff; extern(C) void function(void* jarg1, int jarg2) vtkImageReslice_SetBorder; extern(C) int function(void* jarg1) vtkImageReslice_GetBorder; extern(C) void function(void* jarg1) vtkImageReslice_BorderOn; extern(C) void function(void* jarg1) vtkImageReslice_BorderOff; extern(C) void function(void* jarg1, int jarg2) vtkImageReslice_SetInterpolationMode; extern(C) int function(void* jarg1) vtkImageReslice_GetInterpolationModeMinValue; extern(C) int function(void* jarg1) vtkImageReslice_GetInterpolationModeMaxValue; extern(C) int function(void* jarg1) vtkImageReslice_GetInterpolationMode; extern(C) void function(void* jarg1) vtkImageReslice_SetInterpolationModeToNearestNeighbor; extern(C) void function(void* jarg1) vtkImageReslice_SetInterpolationModeToLinear; extern(C) void function(void* jarg1) vtkImageReslice_SetInterpolationModeToCubic; extern(C) const(char)* function(void* jarg1) vtkImageReslice_GetInterpolationModeAsString; extern(C) void function(void* jarg1, void* jarg2) vtkImageReslice_SetInterpolator; extern(C) void* function(void* jarg1) vtkImageReslice_GetInterpolator; extern(C) void function(void* jarg1, int jarg2) vtkImageReslice_SetSlabMode; extern(C) int function(void* jarg1) vtkImageReslice_GetSlabModeMinValue; extern(C) int function(void* jarg1) vtkImageReslice_GetSlabModeMaxValue; extern(C) int function(void* jarg1) vtkImageReslice_GetSlabMode; extern(C) void function(void* jarg1) vtkImageReslice_SetSlabModeToMin; extern(C) void function(void* jarg1) vtkImageReslice_SetSlabModeToMax; extern(C) void function(void* jarg1) vtkImageReslice_SetSlabModeToMean; extern(C) void function(void* jarg1) vtkImageReslice_SetSlabModeToSum; extern(C) const(char)* function(void* jarg1) vtkImageReslice_GetSlabModeAsString; extern(C) void function(void* jarg1, int jarg2) vtkImageReslice_SetSlabNumberOfSlices; extern(C) int function(void* jarg1) vtkImageReslice_GetSlabNumberOfSlices; extern(C) void function(void* jarg1, int jarg2) vtkImageReslice_SetSlabTrapezoidIntegration; extern(C) void function(void* jarg1) vtkImageReslice_SlabTrapezoidIntegrationOn; extern(C) void function(void* jarg1) vtkImageReslice_SlabTrapezoidIntegrationOff; extern(C) int function(void* jarg1) vtkImageReslice_GetSlabTrapezoidIntegration; extern(C) void function(void* jarg1, int jarg2) vtkImageReslice_SetOptimization; extern(C) int function(void* jarg1) vtkImageReslice_GetOptimization; extern(C) void function(void* jarg1) vtkImageReslice_OptimizationOn; extern(C) void function(void* jarg1) vtkImageReslice_OptimizationOff; extern(C) void function(void* jarg1, double jarg2, double jarg3, double jarg4, double jarg5) vtkImageReslice_SetBackgroundColor__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkImageReslice_SetBackgroundColor__SWIG_1; extern(C) void* function(void* jarg1) vtkImageReslice_GetBackgroundColor__SWIG_0; extern(C) void function(void* jarg1, void* jarg2, void* jarg3, void* jarg4, void* jarg5) vtkImageReslice_GetBackgroundColor__SWIG_1; extern(C) void function(void* jarg1, void* jarg2) vtkImageReslice_GetBackgroundColor__SWIG_2; extern(C) void function(void* jarg1, double jarg2) vtkImageReslice_SetBackgroundLevel; extern(C) double function(void* jarg1) vtkImageReslice_GetBackgroundLevel; extern(C) void function(void* jarg1, double jarg2, double jarg3, double jarg4) vtkImageReslice_SetOutputSpacing__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkImageReslice_SetOutputSpacing__SWIG_1; extern(C) void* function(void* jarg1) vtkImageReslice_GetOutputSpacing__SWIG_0; extern(C) void function(void* jarg1, void* jarg2, void* jarg3, void* jarg4) vtkImageReslice_GetOutputSpacing__SWIG_1; extern(C) void function(void* jarg1, void* jarg2) vtkImageReslice_GetOutputSpacing__SWIG_2; extern(C) void function(void* jarg1) vtkImageReslice_SetOutputSpacingToDefault; extern(C) void function(void* jarg1, double jarg2, double jarg3, double jarg4) vtkImageReslice_SetOutputOrigin__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkImageReslice_SetOutputOrigin__SWIG_1; extern(C) void* function(void* jarg1) vtkImageReslice_GetOutputOrigin__SWIG_0; extern(C) void function(void* jarg1, void* jarg2, void* jarg3, void* jarg4) vtkImageReslice_GetOutputOrigin__SWIG_1; extern(C) void function(void* jarg1, void* jarg2) vtkImageReslice_GetOutputOrigin__SWIG_2; extern(C) void function(void* jarg1) vtkImageReslice_SetOutputOriginToDefault; extern(C) void function(void* jarg1, int jarg2, int jarg3, int jarg4, int jarg5, int jarg6, int jarg7) vtkImageReslice_SetOutputExtent__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkImageReslice_SetOutputExtent__SWIG_1; extern(C) void* function(void* jarg1) vtkImageReslice_GetOutputExtent__SWIG_0; extern(C) void function(void* jarg1, void* jarg2, void* jarg3, void* jarg4, void* jarg5, void* jarg6, void* jarg7) vtkImageReslice_GetOutputExtent__SWIG_1; extern(C) void function(void* jarg1, void* jarg2) vtkImageReslice_GetOutputExtent__SWIG_2; extern(C) void function(void* jarg1) vtkImageReslice_SetOutputExtentToDefault; extern(C) void function(void* jarg1, int jarg2) vtkImageReslice_SetOutputDimensionality; extern(C) int function(void* jarg1) vtkImageReslice_GetOutputDimensionality; extern(C) void function(void* jarg1, void* jarg2) vtkImageReslice_ReportReferences; extern(C) void function(void* jarg1, int jarg2) vtkImageReslice_SetInterpolate; extern(C) void function(void* jarg1) vtkImageReslice_InterpolateOn; extern(C) void function(void* jarg1) vtkImageReslice_InterpolateOff; extern(C) int function(void* jarg1) vtkImageReslice_GetInterpolate; extern(C) void function(void* jarg1, void* jarg2) vtkImageReslice_SetStencilData; extern(C) void* function(void* jarg1) vtkImageReslice_GetStencil; extern(C) void function(void* jarg1, int jarg2) vtkImageReslice_SetGenerateStencilOutput; extern(C) int function(void* jarg1) vtkImageReslice_GetGenerateStencilOutput; extern(C) void function(void* jarg1) vtkImageReslice_GenerateStencilOutputOn; extern(C) void function(void* jarg1) vtkImageReslice_GenerateStencilOutputOff; extern(C) void* function(void* jarg1) vtkImageReslice_GetStencilOutputPort; extern(C) void* function(void* jarg1) vtkImageReslice_GetStencilOutput; extern(C) void function(void* jarg1, void* jarg2) vtkImageReslice_SetStencilOutput; extern(C) void* function(void* objectRef) vtkImageReslice_Upcast; extern(C) void* function() vtkImageResliceToColors_New; extern(C) int function(const(char)* jarg1) vtkImageResliceToColors_IsTypeOf; extern(C) void* function(void* jarg1) vtkImageResliceToColors_SafeDownCast; extern(C) void* function(void* jarg1) vtkImageResliceToColors_NewInstance; extern(C) void function(void* jarg1, void* jarg2) vtkImageResliceToColors_SetLookupTable; extern(C) void* function(void* jarg1) vtkImageResliceToColors_GetLookupTable; extern(C) void function(void* jarg1, int jarg2) vtkImageResliceToColors_SetOutputFormat; extern(C) int function(void* jarg1) vtkImageResliceToColors_GetOutputFormatMinValue; extern(C) int function(void* jarg1) vtkImageResliceToColors_GetOutputFormatMaxValue; extern(C) int function(void* jarg1) vtkImageResliceToColors_GetOutputFormat; extern(C) void function(void* jarg1) vtkImageResliceToColors_SetOutputFormatToRGBA; extern(C) void function(void* jarg1) vtkImageResliceToColors_SetOutputFormatToRGB; extern(C) void function(void* jarg1) vtkImageResliceToColors_SetOutputFormatToLuminanceAlpha; extern(C) void function(void* jarg1) vtkImageResliceToColors_SetOutputFormatToLuminance; extern(C) void function(void* jarg1, int jarg2) vtkImageResliceToColors_SetBypass; extern(C) void function(void* jarg1) vtkImageResliceToColors_BypassOn; extern(C) void function(void* jarg1) vtkImageResliceToColors_BypassOff; extern(C) int function(void* jarg1) vtkImageResliceToColors_GetBypass; extern(C) void* function(void* objectRef) vtkImageResliceToColors_Upcast; extern(C) void* function() vtkImageReader2Factory_New; extern(C) int function(const(char)* jarg1) vtkImageReader2Factory_IsTypeOf; extern(C) void* function(void* jarg1) vtkImageReader2Factory_SafeDownCast; extern(C) void* function(void* jarg1) vtkImageReader2Factory_NewInstance; extern(C) void function(void* jarg1) vtkImageReader2Factory_RegisterReader; extern(C) void* function(const(char)* jarg1) vtkImageReader2Factory_CreateImageReader2; extern(C) void function(void* jarg1) vtkImageReader2Factory_GetRegisteredReaders; extern(C) void* function(void* objectRef) vtkImageReader2Factory_Upcast; extern(C) void* function() vtkUniformGridAMRAlgorithm_New; extern(C) int function(const(char)* jarg1) vtkUniformGridAMRAlgorithm_IsTypeOf; extern(C) void* function(void* jarg1) vtkUniformGridAMRAlgorithm_SafeDownCast; extern(C) void* function(void* jarg1) vtkUniformGridAMRAlgorithm_NewInstance; extern(C) void* function(void* jarg1) vtkUniformGridAMRAlgorithm_GetOutput__SWIG_0; extern(C) void* function(void* jarg1, int jarg2) vtkUniformGridAMRAlgorithm_GetOutput__SWIG_1; extern(C) void function(void* jarg1, void* jarg2) vtkUniformGridAMRAlgorithm_SetInputData__SWIG_0; extern(C) void function(void* jarg1, int jarg2, void* jarg3) vtkUniformGridAMRAlgorithm_SetInputData__SWIG_1; extern(C) void* function(void* objectRef) vtkUniformGridAMRAlgorithm_Upcast; extern(C) void* function() vtkOverlappingAMRAlgorithm_New; extern(C) int function(const(char)* jarg1) vtkOverlappingAMRAlgorithm_IsTypeOf; extern(C) void* function(void* jarg1) vtkOverlappingAMRAlgorithm_SafeDownCast; extern(C) void* function(void* jarg1) vtkOverlappingAMRAlgorithm_NewInstance; extern(C) void* function(void* jarg1) vtkOverlappingAMRAlgorithm_GetOutput__SWIG_0; extern(C) void* function(void* jarg1, int jarg2) vtkOverlappingAMRAlgorithm_GetOutput__SWIG_1; extern(C) void* function(void* objectRef) vtkOverlappingAMRAlgorithm_Upcast; extern(C) void* function() vtkOverlappingAMRLevelIdScalars_New; extern(C) int function(const(char)* jarg1) vtkOverlappingAMRLevelIdScalars_IsTypeOf; extern(C) void* function(void* jarg1) vtkOverlappingAMRLevelIdScalars_SafeDownCast; extern(C) void* function(void* jarg1) vtkOverlappingAMRLevelIdScalars_NewInstance; extern(C) void* function() new_vtkOverlappingAMRLevelIdScalars; extern(C) void function(void* jarg1) delete_vtkOverlappingAMRLevelIdScalars; extern(C) void* function(void* objectRef) vtkOverlappingAMRLevelIdScalars_Upcast; extern(C) void* function() vtkLevelIdScalars_New; extern(C) int function(const(char)* jarg1) vtkLevelIdScalars_IsTypeOf; extern(C) void* function(void* jarg1) vtkLevelIdScalars_SafeDownCast; extern(C) void* function(void* jarg1) vtkLevelIdScalars_NewInstance; extern(C) void* function(void* objectRef) vtkLevelIdScalars_Upcast; extern(C) int function(const(char)* jarg1) vtkHierarchicalDataLevelFilter_IsTypeOf; extern(C) void* function(void* jarg1) vtkHierarchicalDataLevelFilter_SafeDownCast; extern(C) void* function(void* jarg1) vtkHierarchicalDataLevelFilter_NewInstance; extern(C) void* function() vtkHierarchicalDataLevelFilter_New; extern(C) void* function(void* objectRef) vtkHierarchicalDataLevelFilter_Upcast; extern(C) void* function() vtkTimePointUtility_New; extern(C) int function(const(char)* jarg1) vtkTimePointUtility_IsTypeOf; extern(C) void* function(void* jarg1) vtkTimePointUtility_SafeDownCast; extern(C) void* function(void* jarg1) vtkTimePointUtility_NewInstance; extern(C) ulong function(int jarg1, int jarg2, int jarg3) vtkTimePointUtility_DateToTimePoint; extern(C) ulong function(int jarg1, int jarg2, int jarg3, int jarg4) vtkTimePointUtility_TimeToTimePoint__SWIG_0; extern(C) ulong function(int jarg1, int jarg2, int jarg3) vtkTimePointUtility_TimeToTimePoint__SWIG_1; extern(C) ulong function(int jarg1, int jarg2, int jarg3, int jarg4, int jarg5, int jarg6, int jarg7) vtkTimePointUtility_DateTimeToTimePoint__SWIG_0; extern(C) ulong function(int jarg1, int jarg2, int jarg3, int jarg4, int jarg5, int jarg6) vtkTimePointUtility_DateTimeToTimePoint__SWIG_1; extern(C) void function(ulong jarg1, void* jarg2, void* jarg3, void* jarg4) vtkTimePointUtility_GetDate; extern(C) void function(ulong jarg1, void* jarg2, void* jarg3, void* jarg4, void* jarg5) vtkTimePointUtility_GetTime; extern(C) void function(ulong jarg1, void* jarg2, void* jarg3, void* jarg4, void* jarg5, void* jarg6, void* jarg7, void* jarg8) vtkTimePointUtility_GetDateTime; extern(C) int function(ulong jarg1) vtkTimePointUtility_GetYear; extern(C) int function(ulong jarg1) vtkTimePointUtility_GetMonth; extern(C) int function(ulong jarg1) vtkTimePointUtility_GetDay; extern(C) int function(ulong jarg1) vtkTimePointUtility_GetHour; extern(C) int function(ulong jarg1) vtkTimePointUtility_GetMinute; extern(C) int function(ulong jarg1) vtkTimePointUtility_GetSecond; extern(C) int function(ulong jarg1) vtkTimePointUtility_GetMillisecond; extern(C) const(char)* function(ulong jarg1, int jarg2) vtkTimePointUtility_TimePointToISO8601__SWIG_0; extern(C) const(char)* function(ulong jarg1) vtkTimePointUtility_TimePointToISO8601__SWIG_1; extern(C) void* function(void* objectRef) vtkTimePointUtility_Upcast; extern(C) int function() VTK_CROP_SUBVOLUME_get; extern(C) int function() VTK_CROP_FENCE_get; extern(C) int function() VTK_CROP_INVERTED_FENCE_get; extern(C) int function() VTK_CROP_CROSS_get; extern(C) int function() VTK_CROP_INVERTED_CROSS_get; extern(C) int function(const(char)* jarg1) vtkVolumeMapper_IsTypeOf; extern(C) void* function(void* jarg1) vtkVolumeMapper_SafeDownCast; extern(C) void* function(void* jarg1) vtkVolumeMapper_NewInstance; extern(C) void function(void* jarg1, void* jarg2) vtkVolumeMapper_SetInputData__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkVolumeMapper_SetInputData__SWIG_1; extern(C) void* function(void* jarg1) vtkVolumeMapper_GetInput; extern(C) void function(void* jarg1, int jarg2) vtkVolumeMapper_SetBlendMode; extern(C) void function(void* jarg1) vtkVolumeMapper_SetBlendModeToComposite; extern(C) void function(void* jarg1) vtkVolumeMapper_SetBlendModeToMaximumIntensity; extern(C) void function(void* jarg1) vtkVolumeMapper_SetBlendModeToMinimumIntensity; extern(C) void function(void* jarg1) vtkVolumeMapper_SetBlendModeToAdditive; extern(C) int function(void* jarg1) vtkVolumeMapper_GetBlendMode; extern(C) void function(void* jarg1, int jarg2) vtkVolumeMapper_SetCropping; extern(C) int function(void* jarg1) vtkVolumeMapper_GetCroppingMinValue; extern(C) int function(void* jarg1) vtkVolumeMapper_GetCroppingMaxValue; extern(C) int function(void* jarg1) vtkVolumeMapper_GetCropping; extern(C) void function(void* jarg1) vtkVolumeMapper_CroppingOn; extern(C) void function(void* jarg1) vtkVolumeMapper_CroppingOff; extern(C) void function(void* jarg1, double jarg2, double jarg3, double jarg4, double jarg5, double jarg6, double jarg7) vtkVolumeMapper_SetCroppingRegionPlanes__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkVolumeMapper_SetCroppingRegionPlanes__SWIG_1; extern(C) void* function(void* jarg1) vtkVolumeMapper_GetCroppingRegionPlanes__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkVolumeMapper_GetCroppingRegionPlanes__SWIG_1; extern(C) void* function(void* jarg1) vtkVolumeMapper_GetVoxelCroppingRegionPlanes__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkVolumeMapper_GetVoxelCroppingRegionPlanes__SWIG_1; extern(C) void function(void* jarg1, int jarg2) vtkVolumeMapper_SetCroppingRegionFlags; extern(C) int function(void* jarg1) vtkVolumeMapper_GetCroppingRegionFlagsMinValue; extern(C) int function(void* jarg1) vtkVolumeMapper_GetCroppingRegionFlagsMaxValue; extern(C) int function(void* jarg1) vtkVolumeMapper_GetCroppingRegionFlags; extern(C) void function(void* jarg1) vtkVolumeMapper_SetCroppingRegionFlagsToSubVolume; extern(C) void function(void* jarg1) vtkVolumeMapper_SetCroppingRegionFlagsToFence; extern(C) void function(void* jarg1) vtkVolumeMapper_SetCroppingRegionFlagsToInvertedFence; extern(C) void function(void* jarg1) vtkVolumeMapper_SetCroppingRegionFlagsToCross; extern(C) void function(void* jarg1) vtkVolumeMapper_SetCroppingRegionFlagsToInvertedCross; extern(C) void* function(void* objectRef) vtkVolumeMapper_Upcast; extern(C) int function(const(char)* jarg1) vtkProp_IsTypeOf; extern(C) void* function(void* jarg1) vtkProp_SafeDownCast; extern(C) void* function(void* jarg1) vtkProp_NewInstance; extern(C) void function(void* jarg1, void* jarg2) vtkProp_GetActors; extern(C) void function(void* jarg1, void* jarg2) vtkProp_GetActors2D; extern(C) void function(void* jarg1, void* jarg2) vtkProp_GetVolumes; extern(C) void function(void* jarg1, int jarg2) vtkProp_SetVisibility; extern(C) int function(void* jarg1) vtkProp_GetVisibility; extern(C) void function(void* jarg1) vtkProp_VisibilityOn; extern(C) void function(void* jarg1) vtkProp_VisibilityOff; extern(C) void function(void* jarg1, int jarg2) vtkProp_SetPickable; extern(C) int function(void* jarg1) vtkProp_GetPickable; extern(C) void function(void* jarg1) vtkProp_PickableOn; extern(C) void function(void* jarg1) vtkProp_PickableOff; extern(C) void function(void* jarg1) vtkProp_Pick; extern(C) void function(void* jarg1, int jarg2) vtkProp_SetDragable; extern(C) int function(void* jarg1) vtkProp_GetDragable; extern(C) void function(void* jarg1) vtkProp_DragableOn; extern(C) void function(void* jarg1) vtkProp_DragableOff; extern(C) core.stdc.config.c_ulong function(void* jarg1) vtkProp_GetRedrawMTime; extern(C) void function(void* jarg1, uint jarg2) vtkProp_SetUseBounds; extern(C) uint function(void* jarg1) vtkProp_GetUseBounds; extern(C) void function(void* jarg1) vtkProp_UseBoundsOn; extern(C) void function(void* jarg1) vtkProp_UseBoundsOff; extern(C) void* function(void* jarg1) vtkProp_GetBounds; extern(C) void function(void* jarg1, void* jarg2) vtkProp_ShallowCopy; extern(C) void function(void* jarg1) vtkProp_InitPathTraversal; extern(C) void* function(void* jarg1) vtkProp_GetNextPath; extern(C) int function(void* jarg1) vtkProp_GetNumberOfPaths; extern(C) void function(void* jarg1, void* jarg2) vtkProp_PokeMatrix; extern(C) void* function(void* jarg1) vtkProp_GetMatrix; extern(C) void* function(void* jarg1) vtkProp_GetPropertyKeys; extern(C) void function(void* jarg1, void* jarg2) vtkProp_SetPropertyKeys; extern(C) uint function(void* jarg1, void* jarg2) vtkProp_HasKeys; extern(C) void* function(void* objectRef) vtkProp_Upcast; extern(C) int function(const(char)* jarg1) vtkWidgetRepresentation_IsTypeOf; extern(C) void* function(void* jarg1) vtkWidgetRepresentation_SafeDownCast; extern(C) void* function(void* jarg1) vtkWidgetRepresentation_NewInstance; extern(C) void function(void* jarg1) vtkWidgetRepresentation_PickingManagedOn; extern(C) void function(void* jarg1) vtkWidgetRepresentation_PickingManagedOff; extern(C) void function(void* jarg1, uint jarg2) vtkWidgetRepresentation_SetPickingManaged; extern(C) uint function(void* jarg1) vtkWidgetRepresentation_GetPickingManaged; extern(C) void function(void* jarg1, void* jarg2) vtkWidgetRepresentation_SetRenderer; extern(C) void* function(void* jarg1) vtkWidgetRepresentation_GetRenderer; extern(C) void function(void* jarg1) vtkWidgetRepresentation_BuildRepresentation; extern(C) void function(void* jarg1, void* jarg2) vtkWidgetRepresentation_PlaceWidget; extern(C) void function(void* jarg1, void* jarg2) vtkWidgetRepresentation_StartWidgetInteraction; extern(C) void function(void* jarg1, void* jarg2) vtkWidgetRepresentation_WidgetInteraction; extern(C) void function(void* jarg1, void* jarg2) vtkWidgetRepresentation_EndWidgetInteraction; extern(C) int function(void* jarg1, int jarg2, int jarg3, int jarg4) vtkWidgetRepresentation_ComputeInteractionState__SWIG_0; extern(C) int function(void* jarg1, int jarg2, int jarg3) vtkWidgetRepresentation_ComputeInteractionState__SWIG_1; extern(C) int function(void* jarg1) vtkWidgetRepresentation_GetInteractionState; extern(C) void function(void* jarg1, int jarg2) vtkWidgetRepresentation_Highlight; extern(C) void function(void* jarg1, double jarg2) vtkWidgetRepresentation_SetPlaceFactor; extern(C) double function(void* jarg1) vtkWidgetRepresentation_GetPlaceFactorMinValue; extern(C) double function(void* jarg1) vtkWidgetRepresentation_GetPlaceFactorMaxValue; extern(C) double function(void* jarg1) vtkWidgetRepresentation_GetPlaceFactor; extern(C) void function(void* jarg1, double jarg2) vtkWidgetRepresentation_SetHandleSize; extern(C) double function(void* jarg1) vtkWidgetRepresentation_GetHandleSizeMinValue; extern(C) double function(void* jarg1) vtkWidgetRepresentation_GetHandleSizeMaxValue; extern(C) double function(void* jarg1) vtkWidgetRepresentation_GetHandleSize; extern(C) int function(void* jarg1) vtkWidgetRepresentation_GetNeedToRender; extern(C) void function(void* jarg1, int jarg2) vtkWidgetRepresentation_SetNeedToRender; extern(C) int function(void* jarg1) vtkWidgetRepresentation_GetNeedToRenderMinValue; extern(C) int function(void* jarg1) vtkWidgetRepresentation_GetNeedToRenderMaxValue; extern(C) void function(void* jarg1) vtkWidgetRepresentation_NeedToRenderOn; extern(C) void function(void* jarg1) vtkWidgetRepresentation_NeedToRenderOff; extern(C) void function(void* jarg1, void* jarg2) vtkWidgetRepresentation_ReleaseGraphicsResources; extern(C) int function(void* jarg1, void* jarg2) vtkWidgetRepresentation_RenderOverlay; extern(C) int function(void* jarg1, void* jarg2) vtkWidgetRepresentation_RenderOpaqueGeometry; extern(C) int function(void* jarg1, void* jarg2) vtkWidgetRepresentation_RenderTranslucentPolygonalGeometry; extern(C) int function(void* jarg1, void* jarg2) vtkWidgetRepresentation_RenderVolumetricGeometry; extern(C) int function(void* jarg1) vtkWidgetRepresentation_HasTranslucentPolygonalGeometry; extern(C) void* function(void* objectRef) vtkWidgetRepresentation_Upcast; extern(C) int function(const(char)* jarg1) vtkButtonRepresentation_IsTypeOf; extern(C) void* function(void* jarg1) vtkButtonRepresentation_SafeDownCast; extern(C) void* function(void* jarg1) vtkButtonRepresentation_NewInstance; extern(C) void function(void* jarg1, int jarg2) vtkButtonRepresentation_SetNumberOfStates; extern(C) int function(void* jarg1) vtkButtonRepresentation_GetNumberOfStatesMinValue; extern(C) int function(void* jarg1) vtkButtonRepresentation_GetNumberOfStatesMaxValue; extern(C) int function(void* jarg1) vtkButtonRepresentation_GetState; extern(C) void function(void* jarg1, int jarg2) vtkButtonRepresentation_SetState; extern(C) void function(void* jarg1) vtkButtonRepresentation_NextState; extern(C) void function(void* jarg1) vtkButtonRepresentation_PreviousState; extern(C) int function(void* jarg1) vtkButtonRepresentation_GetHighlightState; extern(C) void* function(void* objectRef) vtkButtonRepresentation_Upcast; extern(C) void* function() vtkProp3DButtonRepresentation_New; extern(C) int function(const(char)* jarg1) vtkProp3DButtonRepresentation_IsTypeOf; extern(C) void* function(void* jarg1) vtkProp3DButtonRepresentation_SafeDownCast; extern(C) void* function(void* jarg1) vtkProp3DButtonRepresentation_NewInstance; extern(C) void function(void* jarg1, int jarg2, void* jarg3) vtkProp3DButtonRepresentation_SetButtonProp; extern(C) void* function(void* jarg1, int jarg2) vtkProp3DButtonRepresentation_GetButtonProp; extern(C) void function(void* jarg1, int jarg2) vtkProp3DButtonRepresentation_SetFollowCamera; extern(C) int function(void* jarg1) vtkProp3DButtonRepresentation_GetFollowCamera; extern(C) void function(void* jarg1) vtkProp3DButtonRepresentation_FollowCameraOn; extern(C) void function(void* jarg1) vtkProp3DButtonRepresentation_FollowCameraOff; extern(C) int function(void* jarg1, int jarg2, int jarg3, int jarg4) vtkProp3DButtonRepresentation_ComputeInteractionState__SWIG_0; extern(C) int function(void* jarg1, int jarg2, int jarg3) vtkProp3DButtonRepresentation_ComputeInteractionState__SWIG_1; extern(C) void function(void* jarg1, void* jarg2) vtkProp3DButtonRepresentation_PlaceWidget; extern(C) void* function(void* objectRef) vtkProp3DButtonRepresentation_Upcast; extern(C) int function(const(char)* jarg1) vtkInformationKey_IsTypeOf; extern(C) void* function(void* jarg1) vtkInformationKey_SafeDownCast; extern(C) void* function(void* jarg1) vtkInformationKey_NewInstance; extern(C) const(char)* function(void* jarg1) vtkInformationKey_GetName; extern(C) const(char)* function(void* jarg1) vtkInformationKey_GetLocation; extern(C) void function(void* jarg1) delete_vtkInformationKey; extern(C) void function(void* jarg1, void* jarg2, void* jarg3) vtkInformationKey_ShallowCopy; extern(C) void function(void* jarg1, void* jarg2, void* jarg3) vtkInformationKey_DeepCopy; extern(C) int function(void* jarg1, void* jarg2) vtkInformationKey_Has; extern(C) void function(void* jarg1, void* jarg2) vtkInformationKey_Remove; extern(C) void function(void* jarg1, void* jarg2, void* jarg3) vtkInformationKey_Report; extern(C) void function(void* jarg1, void* jarg2) vtkInformationKey_Print__SWIG_0; extern(C) void function(void* jarg1, void* jarg2, void* jarg3) vtkInformationKey_Print__SWIG_1; extern(C) void* function(void* objectRef) vtkInformationKey_Upcast; extern(C) void* function() new_vtkDebugLeaksManager; extern(C) void function(void* jarg1) delete_vtkDebugLeaksManager; extern(C) void function(void* jarg1) vtkDebugLeaksManagerInstance_set; extern(C) void* function() vtkDebugLeaksManagerInstance_get; extern(C) void* function() new_vtkCommonInformationKeyManager; extern(C) void function(void* jarg1) delete_vtkCommonInformationKeyManager; extern(C) void function(void* jarg1) vtkCommonInformationKeyManager_Register; extern(C) void function(void* jarg1) vtkCommonInformationKeyManagerInstance_set; extern(C) void* function() vtkCommonInformationKeyManagerInstance_get; extern(C) int function(const(char)* jarg1) vtkInformationIdTypeKey_IsTypeOf; extern(C) void* function(void* jarg1) vtkInformationIdTypeKey_SafeDownCast; extern(C) void* function(void* jarg1) vtkInformationIdTypeKey_NewInstance; extern(C) void* function(const(char)* jarg1, const(char)* jarg2) new_vtkInformationIdTypeKey; extern(C) void function(void* jarg1) delete_vtkInformationIdTypeKey; extern(C) void function(void* jarg1, void* jarg2, long jarg3) vtkInformationIdTypeKey_Set; extern(C) long function(void* jarg1, void* jarg2) vtkInformationIdTypeKey_Get; extern(C) void* function(void* objectRef) vtkInformationIdTypeKey_Upcast; extern(C) int function() VTK_ATTRIBUTE_MODE_DEFAULT_get; extern(C) int function() VTK_ATTRIBUTE_MODE_USE_POINT_DATA_get; extern(C) int function() VTK_ATTRIBUTE_MODE_USE_CELL_DATA_get; extern(C) int function() VTK_COMPONENT_MODE_USE_SELECTED_get; extern(C) int function() VTK_COMPONENT_MODE_USE_ALL_get; extern(C) int function() VTK_COMPONENT_MODE_USE_ANY_get; extern(C) void* function() vtkThreshold_New; extern(C) int function(const(char)* jarg1) vtkThreshold_IsTypeOf; extern(C) void* function(void* jarg1) vtkThreshold_SafeDownCast; extern(C) void* function(void* jarg1) vtkThreshold_NewInstance; extern(C) void function(void* jarg1, double jarg2) vtkThreshold_ThresholdByLower; extern(C) void function(void* jarg1, double jarg2) vtkThreshold_ThresholdByUpper; extern(C) void function(void* jarg1, double jarg2, double jarg3) vtkThreshold_ThresholdBetween; extern(C) double function(void* jarg1) vtkThreshold_GetUpperThreshold; extern(C) double function(void* jarg1) vtkThreshold_GetLowerThreshold; extern(C) void function(void* jarg1, int jarg2) vtkThreshold_SetAttributeMode; extern(C) int function(void* jarg1) vtkThreshold_GetAttributeMode; extern(C) void function(void* jarg1) vtkThreshold_SetAttributeModeToDefault; extern(C) void function(void* jarg1) vtkThreshold_SetAttributeModeToUsePointData; extern(C) void function(void* jarg1) vtkThreshold_SetAttributeModeToUseCellData; extern(C) const(char)* function(void* jarg1) vtkThreshold_GetAttributeModeAsString; extern(C) void function(void* jarg1, int jarg2) vtkThreshold_SetComponentMode; extern(C) int function(void* jarg1) vtkThreshold_GetComponentModeMinValue; extern(C) int function(void* jarg1) vtkThreshold_GetComponentModeMaxValue; extern(C) int function(void* jarg1) vtkThreshold_GetComponentMode; extern(C) void function(void* jarg1) vtkThreshold_SetComponentModeToUseSelected; extern(C) void function(void* jarg1) vtkThreshold_SetComponentModeToUseAll; extern(C) void function(void* jarg1) vtkThreshold_SetComponentModeToUseAny; extern(C) const(char)* function(void* jarg1) vtkThreshold_GetComponentModeAsString; extern(C) void function(void* jarg1, int jarg2) vtkThreshold_SetSelectedComponent; extern(C) int function(void* jarg1) vtkThreshold_GetSelectedComponentMinValue; extern(C) int function(void* jarg1) vtkThreshold_GetSelectedComponentMaxValue; extern(C) int function(void* jarg1) vtkThreshold_GetSelectedComponent; extern(C) void function(void* jarg1, int jarg2) vtkThreshold_SetAllScalars; extern(C) int function(void* jarg1) vtkThreshold_GetAllScalars; extern(C) void function(void* jarg1) vtkThreshold_AllScalarsOn; extern(C) void function(void* jarg1) vtkThreshold_AllScalarsOff; extern(C) void function(void* jarg1, int jarg2) vtkThreshold_SetUseContinuousCellRange; extern(C) int function(void* jarg1) vtkThreshold_GetUseContinuousCellRange; extern(C) void function(void* jarg1) vtkThreshold_UseContinuousCellRangeOn; extern(C) void function(void* jarg1) vtkThreshold_UseContinuousCellRangeOff; extern(C) void function(void* jarg1) vtkThreshold_SetPointsDataTypeToDouble; extern(C) void function(void* jarg1) vtkThreshold_SetPointsDataTypeToFloat; extern(C) void function(void* jarg1, int jarg2) vtkThreshold_SetPointsDataType; extern(C) int function(void* jarg1) vtkThreshold_GetPointsDataType; extern(C) void function(void* jarg1, int jarg2) vtkThreshold_SetOutputPointsPrecision; extern(C) int function(void* jarg1) vtkThreshold_GetOutputPointsPrecision; extern(C) void* function(void* objectRef) vtkThreshold_Upcast; extern(C) int function(const(char)* jarg1) vtkGenericAdaptorCell_IsTypeOf; extern(C) void* function(void* jarg1) vtkGenericAdaptorCell_SafeDownCast; extern(C) void* function(void* jarg1) vtkGenericAdaptorCell_NewInstance; extern(C) long function(void* jarg1) vtkGenericAdaptorCell_GetId; extern(C) int function(void* jarg1) vtkGenericAdaptorCell_IsInDataSet; extern(C) int function(void* jarg1) vtkGenericAdaptorCell_GetType; extern(C) int function(void* jarg1) vtkGenericAdaptorCell_GetDimension; extern(C) int function(void* jarg1) vtkGenericAdaptorCell_GetGeometryOrder; extern(C) int function(void* jarg1) vtkGenericAdaptorCell_IsGeometryLinear; extern(C) int function(void* jarg1, void* jarg2) vtkGenericAdaptorCell_GetAttributeOrder; extern(C) int function(void* jarg1, void* jarg2) vtkGenericAdaptorCell_GetHighestOrderAttribute; extern(C) int function(void* jarg1, void* jarg2) vtkGenericAdaptorCell_IsAttributeLinear; extern(C) int function(void* jarg1) vtkGenericAdaptorCell_IsPrimary; extern(C) int function(void* jarg1) vtkGenericAdaptorCell_GetNumberOfPoints; extern(C) int function(void* jarg1, int jarg2) vtkGenericAdaptorCell_GetNumberOfBoundaries__SWIG_0; extern(C) int function(void* jarg1) vtkGenericAdaptorCell_GetNumberOfBoundaries__SWIG_1; extern(C) int function(void* jarg1) vtkGenericAdaptorCell_GetNumberOfDOFNodes; extern(C) void function(void* jarg1, void* jarg2) vtkGenericAdaptorCell_GetPointIterator; extern(C) void* function(void* jarg1) vtkGenericAdaptorCell_NewCellIterator; extern(C) void function(void* jarg1, void* jarg2, int jarg3) vtkGenericAdaptorCell_GetBoundaryIterator__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkGenericAdaptorCell_GetBoundaryIterator__SWIG_1; extern(C) int function(void* jarg1, void* jarg2) vtkGenericAdaptorCell_CountNeighbors; extern(C) void function(void* jarg1, void* jarg2) vtkGenericAdaptorCell_CountEdgeNeighbors; extern(C) void function(void* jarg1, void* jarg2, void* jarg3) vtkGenericAdaptorCell_GetNeighbors; extern(C) int function(void* jarg1, int jarg2, void* jarg3, void* jarg4) vtkGenericAdaptorCell_FindClosestBoundary; extern(C) int function(void* jarg1, void* jarg2, void* jarg3, void* jarg4, void* jarg5, void* jarg6) vtkGenericAdaptorCell_EvaluatePosition; extern(C) void function(void* jarg1, int jarg2, void* jarg3, void* jarg4) vtkGenericAdaptorCell_EvaluateLocation; extern(C) void function(void* jarg1, void* jarg2, void* jarg3, void* jarg4) vtkGenericAdaptorCell_InterpolateTuple__SWIG_0; extern(C) void function(void* jarg1, void* jarg2, void* jarg3, void* jarg4) vtkGenericAdaptorCell_InterpolateTuple__SWIG_1; extern(C) void function(void* jarg1, void* jarg2, void* jarg3, void* jarg4, void* jarg5, void* jarg6, void* jarg7, void* jarg8, void* jarg9, void* jarg10, void* jarg11, void* jarg12, void* jarg13, void* jarg14) vtkGenericAdaptorCell_Contour; extern(C) void function(void* jarg1, double jarg2, void* jarg3, void* jarg4, void* jarg5, int jarg6, void* jarg7, void* jarg8, void* jarg9, void* jarg10, void* jarg11, void* jarg12, void* jarg13) vtkGenericAdaptorCell_Clip; extern(C) int function(void* jarg1, void* jarg2, void* jarg3, double jarg4, void* jarg5, void* jarg6, void* jarg7, void* jarg8) vtkGenericAdaptorCell_IntersectWithLine; extern(C) void function(void* jarg1, int jarg2, void* jarg3, void* jarg4, void* jarg5) vtkGenericAdaptorCell_Derivatives; extern(C) void function(void* jarg1, void* jarg2) vtkGenericAdaptorCell_GetBounds__SWIG_0; extern(C) void* function(void* jarg1) vtkGenericAdaptorCell_GetBounds__SWIG_1; extern(C) double function(void* jarg1) vtkGenericAdaptorCell_GetLength2; extern(C) int function(void* jarg1, void* jarg2) vtkGenericAdaptorCell_GetParametricCenter; extern(C) double function(void* jarg1, void* jarg2) vtkGenericAdaptorCell_GetParametricDistance; extern(C) void* function(void* jarg1) vtkGenericAdaptorCell_GetParametricCoords; extern(C) void function(void* jarg1, void* jarg2, void* jarg3, void* jarg4, void* jarg5, void* jarg6, void* jarg7, void* jarg8, void* jarg9, void* jarg10) vtkGenericAdaptorCell_Tessellate; extern(C) int function(void* jarg1, long jarg2) vtkGenericAdaptorCell_IsFaceOnBoundary; extern(C) int function(void* jarg1) vtkGenericAdaptorCell_IsOnBoundary; extern(C) void function(void* jarg1, void* jarg2) vtkGenericAdaptorCell_GetPointIds; extern(C) void function(void* jarg1, void* jarg2, void* jarg3, int jarg4, void* jarg5, void* jarg6, void* jarg7, void* jarg8, void* jarg9, void* jarg10) vtkGenericAdaptorCell_TriangulateFace; extern(C) void* function(void* jarg1, int jarg2) vtkGenericAdaptorCell_GetFaceArray; extern(C) int function(void* jarg1, int jarg2) vtkGenericAdaptorCell_GetNumberOfVerticesOnFace; extern(C) void* function(void* jarg1, int jarg2) vtkGenericAdaptorCell_GetEdgeArray; extern(C) void* function(void* objectRef) vtkGenericAdaptorCell_Upcast; extern(C) int function() VTK_FILE_BYTE_ORDER_BIG_ENDIAN_get; extern(C) int function() VTK_FILE_BYTE_ORDER_LITTLE_ENDIAN_get; extern(C) void* function() vtkImageReader2_New; extern(C) int function(const(char)* jarg1) vtkImageReader2_IsTypeOf; extern(C) void* function(void* jarg1) vtkImageReader2_SafeDownCast; extern(C) void* function(void* jarg1) vtkImageReader2_NewInstance; extern(C) void function(void* jarg1, const(char)* jarg2) vtkImageReader2_SetFileName; extern(C) const(char)* function(void* jarg1) vtkImageReader2_GetFileName; extern(C) void function(void* jarg1, void* jarg2) vtkImageReader2_SetFileNames; extern(C) void* function(void* jarg1) vtkImageReader2_GetFileNames; extern(C) void function(void* jarg1, const(char)* jarg2) vtkImageReader2_SetFilePrefix; extern(C) const(char)* function(void* jarg1) vtkImageReader2_GetFilePrefix; extern(C) void function(void* jarg1, const(char)* jarg2) vtkImageReader2_SetFilePattern; extern(C) const(char)* function(void* jarg1) vtkImageReader2_GetFilePattern; extern(C) void function(void* jarg1, void* jarg2) vtkImageReader2_SetMemoryBuffer; extern(C) void* function(void* jarg1) vtkImageReader2_GetMemoryBuffer; extern(C) void function(void* jarg1, long jarg2) vtkImageReader2_SetMemoryBufferLength; extern(C) long function(void* jarg1) vtkImageReader2_GetMemoryBufferLength; extern(C) void function(void* jarg1, int jarg2) vtkImageReader2_SetDataScalarType; extern(C) void function(void* jarg1) vtkImageReader2_SetDataScalarTypeToFloat; extern(C) void function(void* jarg1) vtkImageReader2_SetDataScalarTypeToDouble; extern(C) void function(void* jarg1) vtkImageReader2_SetDataScalarTypeToInt; extern(C) void function(void* jarg1) vtkImageReader2_SetDataScalarTypeToUnsignedInt; extern(C) void function(void* jarg1) vtkImageReader2_SetDataScalarTypeToShort; extern(C) void function(void* jarg1) vtkImageReader2_SetDataScalarTypeToUnsignedShort; extern(C) void function(void* jarg1) vtkImageReader2_SetDataScalarTypeToChar; extern(C) void function(void* jarg1) vtkImageReader2_SetDataScalarTypeToSignedChar; extern(C) void function(void* jarg1) vtkImageReader2_SetDataScalarTypeToUnsignedChar; extern(C) int function(void* jarg1) vtkImageReader2_GetDataScalarType; extern(C) void function(void* jarg1, int jarg2) vtkImageReader2_SetNumberOfScalarComponents; extern(C) int function(void* jarg1) vtkImageReader2_GetNumberOfScalarComponents; extern(C) void function(void* jarg1, int jarg2, int jarg3, int jarg4, int jarg5, int jarg6, int jarg7) vtkImageReader2_SetDataExtent__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkImageReader2_SetDataExtent__SWIG_1; extern(C) void* function(void* jarg1) vtkImageReader2_GetDataExtent__SWIG_0; extern(C) void function(void* jarg1, void* jarg2, void* jarg3, void* jarg4, void* jarg5, void* jarg6, void* jarg7) vtkImageReader2_GetDataExtent__SWIG_1; extern(C) void function(void* jarg1, void* jarg2) vtkImageReader2_GetDataExtent__SWIG_2; extern(C) void function(void* jarg1, int jarg2) vtkImageReader2_SetFileDimensionality; extern(C) int function(void* jarg1) vtkImageReader2_GetFileDimensionality; extern(C) void function(void* jarg1, double jarg2, double jarg3, double jarg4) vtkImageReader2_SetDataSpacing__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkImageReader2_SetDataSpacing__SWIG_1; extern(C) void* function(void* jarg1) vtkImageReader2_GetDataSpacing__SWIG_0; extern(C) void function(void* jarg1, void* jarg2, void* jarg3, void* jarg4) vtkImageReader2_GetDataSpacing__SWIG_1; extern(C) void function(void* jarg1, void* jarg2) vtkImageReader2_GetDataSpacing__SWIG_2; extern(C) void function(void* jarg1, double jarg2, double jarg3, double jarg4) vtkImageReader2_SetDataOrigin__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkImageReader2_SetDataOrigin__SWIG_1; extern(C) void* function(void* jarg1) vtkImageReader2_GetDataOrigin__SWIG_0; extern(C) void function(void* jarg1, void* jarg2, void* jarg3, void* jarg4) vtkImageReader2_GetDataOrigin__SWIG_1; extern(C) void function(void* jarg1, void* jarg2) vtkImageReader2_GetDataOrigin__SWIG_2; extern(C) core.stdc.config.c_ulong function(void* jarg1) vtkImageReader2_GetHeaderSize__SWIG_0; extern(C) core.stdc.config.c_ulong function(void* jarg1, core.stdc.config.c_ulong jarg2) vtkImageReader2_GetHeaderSize__SWIG_1; extern(C) void function(void* jarg1, core.stdc.config.c_ulong jarg2) vtkImageReader2_SetHeaderSize; extern(C) void function(void* jarg1) vtkImageReader2_SetDataByteOrderToBigEndian; extern(C) void function(void* jarg1) vtkImageReader2_SetDataByteOrderToLittleEndian; extern(C) int function(void* jarg1) vtkImageReader2_GetDataByteOrder; extern(C) void function(void* jarg1, int jarg2) vtkImageReader2_SetDataByteOrder; extern(C) const(char)* function(void* jarg1) vtkImageReader2_GetDataByteOrderAsString; extern(C) void function(void* jarg1, int jarg2) vtkImageReader2_SetFileNameSliceOffset; extern(C) int function(void* jarg1) vtkImageReader2_GetFileNameSliceOffset; extern(C) void function(void* jarg1, int jarg2) vtkImageReader2_SetFileNameSliceSpacing; extern(C) int function(void* jarg1) vtkImageReader2_GetFileNameSliceSpacing; extern(C) void function(void* jarg1, int jarg2) vtkImageReader2_SetSwapBytes; extern(C) int function(void* jarg1) vtkImageReader2_GetSwapBytes; extern(C) void function(void* jarg1) vtkImageReader2_SwapBytesOn; extern(C) void function(void* jarg1) vtkImageReader2_SwapBytesOff; extern(C) int function(void* jarg1) vtkImageReader2_OpenFile; extern(C) void function(void* jarg1, int jarg2, int jarg3, int jarg4) vtkImageReader2_SeekFile; extern(C) void function(void* jarg1) vtkImageReader2_FileLowerLeftOn; extern(C) void function(void* jarg1) vtkImageReader2_FileLowerLeftOff; extern(C) int function(void* jarg1) vtkImageReader2_GetFileLowerLeft; extern(C) void function(void* jarg1, int jarg2) vtkImageReader2_SetFileLowerLeft; extern(C) void function(void* jarg1, int jarg2) vtkImageReader2_ComputeInternalFileName; extern(C) const(char)* function(void* jarg1) vtkImageReader2_GetInternalFileName; extern(C) int function(void* jarg1, const(char)* jarg2) vtkImageReader2_CanReadFile; extern(C) const(char)* function(void* jarg1) vtkImageReader2_GetFileExtensions; extern(C) const(char)* function(void* jarg1) vtkImageReader2_GetDescriptiveName; extern(C) void* function(void* objectRef) vtkImageReader2_Upcast; extern(C) void* function() vtkSLCReader_New; extern(C) int function(const(char)* jarg1) vtkSLCReader_IsTypeOf; extern(C) void* function(void* jarg1) vtkSLCReader_SafeDownCast; extern(C) void* function(void* jarg1) vtkSLCReader_NewInstance; extern(C) int function(void* jarg1) vtkSLCReader_GetError; extern(C) void* function(void* objectRef) vtkSLCReader_Upcast; extern(C) void* function() vtkHyperTreeGrid_LEVELS; extern(C) void* function() vtkHyperTreeGrid_DIMENSION; extern(C) void* function() vtkHyperTreeGrid_SIZES; extern(C) void* function() vtkHyperTreeGrid_New; extern(C) int function(const(char)* jarg1) vtkHyperTreeGrid_IsTypeOf; extern(C) void* function(void* jarg1) vtkHyperTreeGrid_SafeDownCast; extern(C) void* function(void* jarg1) vtkHyperTreeGrid_NewInstance; extern(C) void function(void* jarg1, void* jarg2) vtkHyperTreeGrid_SetGridSize; extern(C) void* function(void* jarg1) vtkHyperTreeGrid_GetGridSize__SWIG_0; extern(C) void function(void* jarg1, void* jarg2, void* jarg3, void* jarg4) vtkHyperTreeGrid_GetGridSize__SWIG_1; extern(C) void function(void* jarg1, void* jarg2) vtkHyperTreeGrid_GetGridSize__SWIG_2; extern(C) void function(void* jarg1, uint jarg2) vtkHyperTreeGrid_SetTransposedRootIndexing; extern(C) uint function(void* jarg1) vtkHyperTreeGrid_GetTransposedRootIndexing; extern(C) void function(void* jarg1) vtkHyperTreeGrid_SetIndexingModeToKJI; extern(C) void function(void* jarg1) vtkHyperTreeGrid_SetIndexingModeToIJK; extern(C) void function(void* jarg1, uint jarg2) vtkHyperTreeGrid_SetBranchFactor; extern(C) uint function(void* jarg1) vtkHyperTreeGrid_GetBranchFactor; extern(C) void function(void* jarg1, uint jarg2) vtkHyperTreeGrid_SetDimension; extern(C) uint function(void* jarg1) vtkHyperTreeGrid_GetDimension; extern(C) long function(void* jarg1) vtkHyperTreeGrid_GetNumberOfLeaves; extern(C) long function(void* jarg1, long jarg2) vtkHyperTreeGrid_GetNumberOfLevels; extern(C) long function(void* jarg1) vtkHyperTreeGrid_GetNumberOfTrees; extern(C) void function(void* jarg1, void* jarg2) vtkHyperTreeGrid_SetXCoordinates; extern(C) void* function(void* jarg1) vtkHyperTreeGrid_GetXCoordinates; extern(C) void function(void* jarg1, void* jarg2) vtkHyperTreeGrid_SetYCoordinates; extern(C) void* function(void* jarg1) vtkHyperTreeGrid_GetYCoordinates; extern(C) void function(void* jarg1, void* jarg2) vtkHyperTreeGrid_SetZCoordinates; extern(C) void* function(void* jarg1) vtkHyperTreeGrid_GetZCoordinates; extern(C) void function(void* jarg1, void* jarg2) vtkHyperTreeGrid_SetMaterialMask; extern(C) void* function(void* jarg1) vtkHyperTreeGrid_GetMaterialMask; extern(C) void function(void* jarg1, void* jarg2) vtkHyperTreeGrid_SetMaterialMaskIndex; extern(C) void* function(void* jarg1) vtkHyperTreeGrid_GetMaterialMaskIndex; extern(C) void function(void* jarg1) vtkHyperTreeGrid_GenerateTrees; extern(C) void* function(void* jarg1, long jarg2) vtkHyperTreeGrid_NewCursor; extern(C) void function(void* jarg1, void* jarg2, long jarg3) vtkHyperTreeGrid_SubdivideLeaf; extern(C) void* function(void* jarg1, long jarg2) vtkHyperTreeGrid_GetPoint__SWIG_0; extern(C) void function(void* jarg1, long jarg2, void* jarg3) vtkHyperTreeGrid_GetPoint__SWIG_1; extern(C) void* function(void* jarg1, long jarg2) vtkHyperTreeGrid_GetCell__SWIG_0; extern(C) void function(void* jarg1, long jarg2, void* jarg3) vtkHyperTreeGrid_GetCell__SWIG_1; extern(C) void function(void* jarg1, long jarg2, void* jarg3) vtkHyperTreeGrid_GetCellPoints__SWIG_0; extern(C) void function(void* jarg1, long jarg2, void* jarg3, void* jarg4) vtkHyperTreeGrid_GetCellPoints__SWIG_1; extern(C) long function(void* jarg1, void* jarg2, void* jarg3, long jarg4, double jarg5, void* jarg6, void* jarg7, void* jarg8) vtkHyperTreeGrid_FindCell__SWIG_0; extern(C) long function(void* jarg1, void* jarg2, void* jarg3, void* jarg4, long jarg5, double jarg6, void* jarg7, void* jarg8, void* jarg9) vtkHyperTreeGrid_FindCell__SWIG_1; extern(C) void function(void* jarg1, void* jarg2) vtkHyperTreeGrid_InitializeTreeIterator; extern(C) void function(void* jarg1) vtkHyperTreeGrid_GenerateSuperCursorTraversalTable; extern(C) uint function(void* jarg1) vtkHyperTreeGrid_GetNumberOfChildren; extern(C) void function(void* jarg1, long jarg2, void* jarg3, void* jarg4, void* jarg5) vtkHyperTreeGrid_GetLevelZeroCoordsFromIndex; extern(C) void* function(void* objectRef) vtkHyperTreeGrid_Upcast; extern(C) int function(const(char)* jarg1) vtkInitialValueProblemSolver_IsTypeOf; extern(C) void* function(void* jarg1) vtkInitialValueProblemSolver_SafeDownCast; extern(C) void* function(void* jarg1) vtkInitialValueProblemSolver_NewInstance; extern(C) int function(void* jarg1, void* jarg2, void* jarg3, double jarg4, void* jarg5, double jarg6, void* jarg7) vtkInitialValueProblemSolver_ComputeNextStep__SWIG_0; extern(C) int function(void* jarg1, void* jarg2, void* jarg3, void* jarg4, double jarg5, void* jarg6, double jarg7, void* jarg8) vtkInitialValueProblemSolver_ComputeNextStep__SWIG_1; extern(C) int function(void* jarg1, void* jarg2, void* jarg3, double jarg4, void* jarg5, void* jarg6, double jarg7, double jarg8, double jarg9, void* jarg10) vtkInitialValueProblemSolver_ComputeNextStep__SWIG_2; extern(C) int function(void* jarg1, void* jarg2, void* jarg3, void* jarg4, double jarg5, void* jarg6, void* jarg7, double jarg8, double jarg9, double jarg10, void* jarg11) vtkInitialValueProblemSolver_ComputeNextStep__SWIG_3; extern(C) void function(void* jarg1, void* jarg2) vtkInitialValueProblemSolver_SetFunctionSet; extern(C) void* function(void* jarg1) vtkInitialValueProblemSolver_GetFunctionSet; extern(C) int function(void* jarg1) vtkInitialValueProblemSolver_IsAdaptive; extern(C) void* function(void* objectRef) vtkInitialValueProblemSolver_Upcast; extern(C) int function(const(char)* jarg1) vtkGenericStreamTracer_IsTypeOf; extern(C) void* function(void* jarg1) vtkGenericStreamTracer_SafeDownCast; extern(C) void* function(void* jarg1) vtkGenericStreamTracer_NewInstance; extern(C) void* function() vtkGenericStreamTracer_New; extern(C) void function(void* jarg1, double jarg2, double jarg3, double jarg4) vtkGenericStreamTracer_SetStartPosition__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkGenericStreamTracer_SetStartPosition__SWIG_1; extern(C) void* function(void* jarg1) vtkGenericStreamTracer_GetStartPosition__SWIG_0; extern(C) void function(void* jarg1, void* jarg2, void* jarg3, void* jarg4) vtkGenericStreamTracer_GetStartPosition__SWIG_1; extern(C) void function(void* jarg1, void* jarg2) vtkGenericStreamTracer_GetStartPosition__SWIG_2; extern(C) void function(void* jarg1, void* jarg2) vtkGenericStreamTracer_SetSourceData; extern(C) void* function(void* jarg1) vtkGenericStreamTracer_GetSource; extern(C) void function(void* jarg1, void* jarg2) vtkGenericStreamTracer_SetSourceConnection; extern(C) int function(void* jarg1, int jarg2, void* jarg3) vtkGenericStreamTracer_FillInputPortInformation; extern(C) void function(void* jarg1, void* jarg2) vtkGenericStreamTracer_SetIntegrator; extern(C) void* function(void* jarg1) vtkGenericStreamTracer_GetIntegrator; extern(C) void function(void* jarg1, int jarg2) vtkGenericStreamTracer_SetIntegratorType; extern(C) int function(void* jarg1) vtkGenericStreamTracer_GetIntegratorType; extern(C) void function(void* jarg1) vtkGenericStreamTracer_SetIntegratorTypeToRungeKutta2; extern(C) void function(void* jarg1) vtkGenericStreamTracer_SetIntegratorTypeToRungeKutta4; extern(C) void function(void* jarg1) vtkGenericStreamTracer_SetIntegratorTypeToRungeKutta45; extern(C) void function(void* jarg1, int jarg2, double jarg3) vtkGenericStreamTracer_SetMaximumPropagation__SWIG_0; extern(C) void function(void* jarg1, double jarg2) vtkGenericStreamTracer_SetMaximumPropagation__SWIG_1; extern(C) void function(void* jarg1, int jarg2) vtkGenericStreamTracer_SetMaximumPropagationUnit; extern(C) int function(void* jarg1) vtkGenericStreamTracer_GetMaximumPropagationUnit; extern(C) double function(void* jarg1) vtkGenericStreamTracer_GetMaximumPropagation; extern(C) void function(void* jarg1) vtkGenericStreamTracer_SetMaximumPropagationUnitToTimeUnit; extern(C) void function(void* jarg1) vtkGenericStreamTracer_SetMaximumPropagationUnitToLengthUnit; extern(C) void function(void* jarg1) vtkGenericStreamTracer_SetMaximumPropagationUnitToCellLengthUnit; extern(C) void function(void* jarg1, int jarg2, double jarg3) vtkGenericStreamTracer_SetMinimumIntegrationStep__SWIG_0; extern(C) void function(void* jarg1, int jarg2) vtkGenericStreamTracer_SetMinimumIntegrationStepUnit; extern(C) void function(void* jarg1, double jarg2) vtkGenericStreamTracer_SetMinimumIntegrationStep__SWIG_1; extern(C) int function(void* jarg1) vtkGenericStreamTracer_GetMinimumIntegrationStepUnit; extern(C) double function(void* jarg1) vtkGenericStreamTracer_GetMinimumIntegrationStep; extern(C) void function(void* jarg1) vtkGenericStreamTracer_SetMinimumIntegrationStepUnitToTimeUnit; extern(C) void function(void* jarg1) vtkGenericStreamTracer_SetMinimumIntegrationStepUnitToLengthUnit; extern(C) void function(void* jarg1) vtkGenericStreamTracer_SetMinimumIntegrationStepUnitToCellLengthUnit; extern(C) void function(void* jarg1, int jarg2, double jarg3) vtkGenericStreamTracer_SetMaximumIntegrationStep__SWIG_0; extern(C) void function(void* jarg1, int jarg2) vtkGenericStreamTracer_SetMaximumIntegrationStepUnit; extern(C) void function(void* jarg1, double jarg2) vtkGenericStreamTracer_SetMaximumIntegrationStep__SWIG_1; extern(C) int function(void* jarg1) vtkGenericStreamTracer_GetMaximumIntegrationStepUnit; extern(C) double function(void* jarg1) vtkGenericStreamTracer_GetMaximumIntegrationStep; extern(C) void function(void* jarg1) vtkGenericStreamTracer_SetMaximumIntegrationStepUnitToTimeUnit; extern(C) void function(void* jarg1) vtkGenericStreamTracer_SetMaximumIntegrationStepUnitToLengthUnit; extern(C) void function(void* jarg1) vtkGenericStreamTracer_SetMaximumIntegrationStepUnitToCellLengthUnit; extern(C) void function(void* jarg1, int jarg2, double jarg3) vtkGenericStreamTracer_SetInitialIntegrationStep__SWIG_0; extern(C) void function(void* jarg1, int jarg2) vtkGenericStreamTracer_SetInitialIntegrationStepUnit; extern(C) void function(void* jarg1, double jarg2) vtkGenericStreamTracer_SetInitialIntegrationStep__SWIG_1; extern(C) int function(void* jarg1) vtkGenericStreamTracer_GetInitialIntegrationStepUnit; extern(C) double function(void* jarg1) vtkGenericStreamTracer_GetInitialIntegrationStep; extern(C) void function(void* jarg1) vtkGenericStreamTracer_SetInitialIntegrationStepUnitToTimeUnit; extern(C) void function(void* jarg1) vtkGenericStreamTracer_SetInitialIntegrationStepUnitToLengthUnit; extern(C) void function(void* jarg1) vtkGenericStreamTracer_SetInitialIntegrationStepUnitToCellLengthUnit; extern(C) void function(void* jarg1, double jarg2) vtkGenericStreamTracer_SetMaximumError; extern(C) double function(void* jarg1) vtkGenericStreamTracer_GetMaximumError; extern(C) void function(void* jarg1, long jarg2) vtkGenericStreamTracer_SetMaximumNumberOfSteps; extern(C) long function(void* jarg1) vtkGenericStreamTracer_GetMaximumNumberOfSteps; extern(C) void function(void* jarg1, double jarg2) vtkGenericStreamTracer_SetTerminalSpeed; extern(C) double function(void* jarg1) vtkGenericStreamTracer_GetTerminalSpeed; extern(C) void function(void* jarg1, int jarg2) vtkGenericStreamTracer_SetIntegrationStepUnit; extern(C) void function(void* jarg1, int jarg2) vtkGenericStreamTracer_SetIntegrationDirection; extern(C) int function(void* jarg1) vtkGenericStreamTracer_GetIntegrationDirectionMinValue; extern(C) int function(void* jarg1) vtkGenericStreamTracer_GetIntegrationDirectionMaxValue; extern(C) int function(void* jarg1) vtkGenericStreamTracer_GetIntegrationDirection; extern(C) void function(void* jarg1) vtkGenericStreamTracer_SetIntegrationDirectionToForward; extern(C) void function(void* jarg1) vtkGenericStreamTracer_SetIntegrationDirectionToBackward; extern(C) void function(void* jarg1) vtkGenericStreamTracer_SetIntegrationDirectionToBoth; extern(C) void function(void* jarg1, int jarg2) vtkGenericStreamTracer_SetComputeVorticity; extern(C) int function(void* jarg1) vtkGenericStreamTracer_GetComputeVorticity; extern(C) void function(void* jarg1) vtkGenericStreamTracer_ComputeVorticityOn; extern(C) void function(void* jarg1) vtkGenericStreamTracer_ComputeVorticityOff; extern(C) void function(void* jarg1, double jarg2) vtkGenericStreamTracer_SetRotationScale; extern(C) double function(void* jarg1) vtkGenericStreamTracer_GetRotationScale; extern(C) const(char)* function(void* jarg1) vtkGenericStreamTracer_GetInputVectorsSelection; extern(C) void function(void* jarg1, const(char)* jarg2) vtkGenericStreamTracer_SelectInputVectors; extern(C) void function(void* jarg1, void* jarg2) vtkGenericStreamTracer_AddInputData; extern(C) void function(void* jarg1, void* jarg2) vtkGenericStreamTracer_SetInterpolatorPrototype; extern(C) void* function(void* objectRef) vtkGenericStreamTracer_Upcast; extern(C) void* function() new_vtkColor3CharT__SWIG_0; extern(C) void* function(char jarg1) new_vtkColor3CharT__SWIG_1; extern(C) void* function(const(char)* jarg1) new_vtkColor3CharT__SWIG_2; extern(C) void* function(char jarg1, char jarg2, char jarg3) new_vtkColor3CharT__SWIG_3; extern(C) void function(void* jarg1, char jarg2, char jarg3, char jarg4) vtkColor3CharT_Set; extern(C) void function(void* jarg1, char jarg2) vtkColor3CharT_SetRed; extern(C) char function(void* jarg1) vtkColor3CharT_GetRed; extern(C) void function(void* jarg1, char jarg2) vtkColor3CharT_SetGreen; extern(C) char function(void* jarg1) vtkColor3CharT_GetGreen; extern(C) void function(void* jarg1, char jarg2) vtkColor3CharT_SetBlue; extern(C) char function(void* jarg1) vtkColor3CharT_GetBlue; extern(C) char function(void* jarg1) vtkColor3CharT_Red; extern(C) char function(void* jarg1) vtkColor3CharT_Green; extern(C) char function(void* jarg1) vtkColor3CharT_Blue; extern(C) void function(void* jarg1) delete_vtkColor3CharT; extern(C) void* function(void* objectRef) vtkColor3CharT_Upcast; extern(C) void* function() new_vtkColor3UCharT__SWIG_0; extern(C) void* function(ubyte jarg1) new_vtkColor3UCharT__SWIG_1; extern(C) void* function(void* jarg1) new_vtkColor3UCharT__SWIG_2; extern(C) void* function(ubyte jarg1, ubyte jarg2, ubyte jarg3) new_vtkColor3UCharT__SWIG_3; extern(C) void function(void* jarg1, ubyte jarg2, ubyte jarg3, ubyte jarg4) vtkColor3UCharT_Set; extern(C) void function(void* jarg1, ubyte jarg2) vtkColor3UCharT_SetRed; extern(C) ubyte function(void* jarg1) vtkColor3UCharT_GetRed; extern(C) void function(void* jarg1, ubyte jarg2) vtkColor3UCharT_SetGreen; extern(C) ubyte function(void* jarg1) vtkColor3UCharT_GetGreen; extern(C) void function(void* jarg1, ubyte jarg2) vtkColor3UCharT_SetBlue; extern(C) ubyte function(void* jarg1) vtkColor3UCharT_GetBlue; extern(C) ubyte function(void* jarg1) vtkColor3UCharT_Red; extern(C) ubyte function(void* jarg1) vtkColor3UCharT_Green; extern(C) ubyte function(void* jarg1) vtkColor3UCharT_Blue; extern(C) void function(void* jarg1) delete_vtkColor3UCharT; extern(C) void* function(void* objectRef) vtkColor3UCharT_Upcast; extern(C) void* function() new_vtkColor3ShortT__SWIG_0; extern(C) void* function(short jarg1) new_vtkColor3ShortT__SWIG_1; extern(C) void* function(void* jarg1) new_vtkColor3ShortT__SWIG_2; extern(C) void* function(short jarg1, short jarg2, short jarg3) new_vtkColor3ShortT__SWIG_3; extern(C) void function(void* jarg1, short jarg2, short jarg3, short jarg4) vtkColor3ShortT_Set; extern(C) void function(void* jarg1, short jarg2) vtkColor3ShortT_SetRed; extern(C) short function(void* jarg1) vtkColor3ShortT_GetRed; extern(C) void function(void* jarg1, short jarg2) vtkColor3ShortT_SetGreen; extern(C) short function(void* jarg1) vtkColor3ShortT_GetGreen; extern(C) void function(void* jarg1, short jarg2) vtkColor3ShortT_SetBlue; extern(C) short function(void* jarg1) vtkColor3ShortT_GetBlue; extern(C) short function(void* jarg1) vtkColor3ShortT_Red; extern(C) short function(void* jarg1) vtkColor3ShortT_Green; extern(C) short function(void* jarg1) vtkColor3ShortT_Blue; extern(C) void function(void* jarg1) delete_vtkColor3ShortT; extern(C) void* function(void* objectRef) vtkColor3ShortT_Upcast; extern(C) void* function() new_vtkColor3UShortT__SWIG_0; extern(C) void* function(ushort jarg1) new_vtkColor3UShortT__SWIG_1; extern(C) void* function(void* jarg1) new_vtkColor3UShortT__SWIG_2; extern(C) void* function(ushort jarg1, ushort jarg2, ushort jarg3) new_vtkColor3UShortT__SWIG_3; extern(C) void function(void* jarg1, ushort jarg2, ushort jarg3, ushort jarg4) vtkColor3UShortT_Set; extern(C) void function(void* jarg1, ushort jarg2) vtkColor3UShortT_SetRed; extern(C) ushort function(void* jarg1) vtkColor3UShortT_GetRed; extern(C) void function(void* jarg1, ushort jarg2) vtkColor3UShortT_SetGreen; extern(C) ushort function(void* jarg1) vtkColor3UShortT_GetGreen; extern(C) void function(void* jarg1, ushort jarg2) vtkColor3UShortT_SetBlue; extern(C) ushort function(void* jarg1) vtkColor3UShortT_GetBlue; extern(C) ushort function(void* jarg1) vtkColor3UShortT_Red; extern(C) ushort function(void* jarg1) vtkColor3UShortT_Green; extern(C) ushort function(void* jarg1) vtkColor3UShortT_Blue; extern(C) void function(void* jarg1) delete_vtkColor3UShortT; extern(C) void* function(void* objectRef) vtkColor3UShortT_Upcast; extern(C) void* function() new_vtkColor3IntT__SWIG_0; extern(C) void* function(int jarg1) new_vtkColor3IntT__SWIG_1; extern(C) void* function(void* jarg1) new_vtkColor3IntT__SWIG_2; extern(C) void* function(int jarg1, int jarg2, int jarg3) new_vtkColor3IntT__SWIG_3; extern(C) void function(void* jarg1, int jarg2, int jarg3, int jarg4) vtkColor3IntT_Set; extern(C) void function(void* jarg1, int jarg2) vtkColor3IntT_SetRed; extern(C) int function(void* jarg1) vtkColor3IntT_GetRed; extern(C) void function(void* jarg1, int jarg2) vtkColor3IntT_SetGreen; extern(C) int function(void* jarg1) vtkColor3IntT_GetGreen; extern(C) void function(void* jarg1, int jarg2) vtkColor3IntT_SetBlue; extern(C) int function(void* jarg1) vtkColor3IntT_GetBlue; extern(C) int function(void* jarg1) vtkColor3IntT_Red; extern(C) int function(void* jarg1) vtkColor3IntT_Green; extern(C) int function(void* jarg1) vtkColor3IntT_Blue; extern(C) void function(void* jarg1) delete_vtkColor3IntT; extern(C) void* function(void* objectRef) vtkColor3IntT_Upcast; extern(C) void* function() new_vtkColor3UIntT__SWIG_0; extern(C) void* function(uint jarg1) new_vtkColor3UIntT__SWIG_1; extern(C) void* function(void* jarg1) new_vtkColor3UIntT__SWIG_2; extern(C) void* function(uint jarg1, uint jarg2, uint jarg3) new_vtkColor3UIntT__SWIG_3; extern(C) void function(void* jarg1, uint jarg2, uint jarg3, uint jarg4) vtkColor3UIntT_Set; extern(C) void function(void* jarg1, uint jarg2) vtkColor3UIntT_SetRed; extern(C) uint function(void* jarg1) vtkColor3UIntT_GetRed; extern(C) void function(void* jarg1, uint jarg2) vtkColor3UIntT_SetGreen; extern(C) uint function(void* jarg1) vtkColor3UIntT_GetGreen; extern(C) void function(void* jarg1, uint jarg2) vtkColor3UIntT_SetBlue; extern(C) uint function(void* jarg1) vtkColor3UIntT_GetBlue; extern(C) uint function(void* jarg1) vtkColor3UIntT_Red; extern(C) uint function(void* jarg1) vtkColor3UIntT_Green; extern(C) uint function(void* jarg1) vtkColor3UIntT_Blue; extern(C) void function(void* jarg1) delete_vtkColor3UIntT; extern(C) void* function(void* objectRef) vtkColor3UIntT_Upcast; extern(C) void* function() new_vtkColor3LongT__SWIG_0; extern(C) void* function(core.stdc.config.c_long jarg1) new_vtkColor3LongT__SWIG_1; extern(C) void* function(void* jarg1) new_vtkColor3LongT__SWIG_2; extern(C) void* function(core.stdc.config.c_long jarg1, core.stdc.config.c_long jarg2, core.stdc.config.c_long jarg3) new_vtkColor3LongT__SWIG_3; extern(C) void function(void* jarg1, core.stdc.config.c_long jarg2, core.stdc.config.c_long jarg3, core.stdc.config.c_long jarg4) vtkColor3LongT_Set; extern(C) void function(void* jarg1, core.stdc.config.c_long jarg2) vtkColor3LongT_SetRed; extern(C) core.stdc.config.c_long function(void* jarg1) vtkColor3LongT_GetRed; extern(C) void function(void* jarg1, core.stdc.config.c_long jarg2) vtkColor3LongT_SetGreen; extern(C) core.stdc.config.c_long function(void* jarg1) vtkColor3LongT_GetGreen; extern(C) void function(void* jarg1, core.stdc.config.c_long jarg2) vtkColor3LongT_SetBlue; extern(C) core.stdc.config.c_long function(void* jarg1) vtkColor3LongT_GetBlue; extern(C) core.stdc.config.c_long function(void* jarg1) vtkColor3LongT_Red; extern(C) core.stdc.config.c_long function(void* jarg1) vtkColor3LongT_Green; extern(C) core.stdc.config.c_long function(void* jarg1) vtkColor3LongT_Blue; extern(C) void function(void* jarg1) delete_vtkColor3LongT; extern(C) void* function(void* objectRef) vtkColor3LongT_Upcast; extern(C) void* function() new_vtkColor3ULongT__SWIG_0; extern(C) void* function(core.stdc.config.c_ulong jarg1) new_vtkColor3ULongT__SWIG_1; extern(C) void* function(void* jarg1) new_vtkColor3ULongT__SWIG_2; extern(C) void* function(core.stdc.config.c_ulong jarg1, core.stdc.config.c_ulong jarg2, core.stdc.config.c_ulong jarg3) new_vtkColor3ULongT__SWIG_3; extern(C) void function(void* jarg1, core.stdc.config.c_ulong jarg2, core.stdc.config.c_ulong jarg3, core.stdc.config.c_ulong jarg4) vtkColor3ULongT_Set; extern(C) void function(void* jarg1, core.stdc.config.c_ulong jarg2) vtkColor3ULongT_SetRed; extern(C) core.stdc.config.c_ulong function(void* jarg1) vtkColor3ULongT_GetRed; extern(C) void function(void* jarg1, core.stdc.config.c_ulong jarg2) vtkColor3ULongT_SetGreen; extern(C) core.stdc.config.c_ulong function(void* jarg1) vtkColor3ULongT_GetGreen; extern(C) void function(void* jarg1, core.stdc.config.c_ulong jarg2) vtkColor3ULongT_SetBlue; extern(C) core.stdc.config.c_ulong function(void* jarg1) vtkColor3ULongT_GetBlue; extern(C) core.stdc.config.c_ulong function(void* jarg1) vtkColor3ULongT_Red; extern(C) core.stdc.config.c_ulong function(void* jarg1) vtkColor3ULongT_Green; extern(C) core.stdc.config.c_ulong function(void* jarg1) vtkColor3ULongT_Blue; extern(C) void function(void* jarg1) delete_vtkColor3ULongT; extern(C) void* function(void* objectRef) vtkColor3ULongT_Upcast; extern(C) void* function() new_vtkColor3LongLongT__SWIG_0; extern(C) void* function(long jarg1) new_vtkColor3LongLongT__SWIG_1; extern(C) void* function(void* jarg1) new_vtkColor3LongLongT__SWIG_2; extern(C) void* function(long jarg1, long jarg2, long jarg3) new_vtkColor3LongLongT__SWIG_3; extern(C) void function(void* jarg1, long jarg2, long jarg3, long jarg4) vtkColor3LongLongT_Set; extern(C) void function(void* jarg1, long jarg2) vtkColor3LongLongT_SetRed; extern(C) long function(void* jarg1) vtkColor3LongLongT_GetRed; extern(C) void function(void* jarg1, long jarg2) vtkColor3LongLongT_SetGreen; extern(C) long function(void* jarg1) vtkColor3LongLongT_GetGreen; extern(C) void function(void* jarg1, long jarg2) vtkColor3LongLongT_SetBlue; extern(C) long function(void* jarg1) vtkColor3LongLongT_GetBlue; extern(C) long function(void* jarg1) vtkColor3LongLongT_Red; extern(C) long function(void* jarg1) vtkColor3LongLongT_Green; extern(C) long function(void* jarg1) vtkColor3LongLongT_Blue; extern(C) void function(void* jarg1) delete_vtkColor3LongLongT; extern(C) void* function(void* objectRef) vtkColor3LongLongT_Upcast; extern(C) void* function() new_vtkColor3ULongLongT__SWIG_0; extern(C) void* function(ulong jarg1) new_vtkColor3ULongLongT__SWIG_1; extern(C) void* function(void* jarg1) new_vtkColor3ULongLongT__SWIG_2; extern(C) void* function(ulong jarg1, ulong jarg2, ulong jarg3) new_vtkColor3ULongLongT__SWIG_3; extern(C) void function(void* jarg1, ulong jarg2, ulong jarg3, ulong jarg4) vtkColor3ULongLongT_Set; extern(C) void function(void* jarg1, ulong jarg2) vtkColor3ULongLongT_SetRed; extern(C) ulong function(void* jarg1) vtkColor3ULongLongT_GetRed; extern(C) void function(void* jarg1, ulong jarg2) vtkColor3ULongLongT_SetGreen; extern(C) ulong function(void* jarg1) vtkColor3ULongLongT_GetGreen; extern(C) void function(void* jarg1, ulong jarg2) vtkColor3ULongLongT_SetBlue; extern(C) ulong function(void* jarg1) vtkColor3ULongLongT_GetBlue; extern(C) ulong function(void* jarg1) vtkColor3ULongLongT_Red; extern(C) ulong function(void* jarg1) vtkColor3ULongLongT_Green; extern(C) ulong function(void* jarg1) vtkColor3ULongLongT_Blue; extern(C) void function(void* jarg1) delete_vtkColor3ULongLongT; extern(C) void* function(void* objectRef) vtkColor3ULongLongT_Upcast; extern(C) void* function() new_vtkColor3FloatT__SWIG_0; extern(C) void* function(float jarg1) new_vtkColor3FloatT__SWIG_1; extern(C) void* function(void* jarg1) new_vtkColor3FloatT__SWIG_2; extern(C) void* function(float jarg1, float jarg2, float jarg3) new_vtkColor3FloatT__SWIG_3; extern(C) void function(void* jarg1, float jarg2, float jarg3, float jarg4) vtkColor3FloatT_Set; extern(C) void function(void* jarg1, float jarg2) vtkColor3FloatT_SetRed; extern(C) float function(void* jarg1) vtkColor3FloatT_GetRed; extern(C) void function(void* jarg1, float jarg2) vtkColor3FloatT_SetGreen; extern(C) float function(void* jarg1) vtkColor3FloatT_GetGreen; extern(C) void function(void* jarg1, float jarg2) vtkColor3FloatT_SetBlue; extern(C) float function(void* jarg1) vtkColor3FloatT_GetBlue; extern(C) float function(void* jarg1) vtkColor3FloatT_Red; extern(C) float function(void* jarg1) vtkColor3FloatT_Green; extern(C) float function(void* jarg1) vtkColor3FloatT_Blue; extern(C) void function(void* jarg1) delete_vtkColor3FloatT; extern(C) void* function(void* objectRef) vtkColor3FloatT_Upcast; extern(C) void* function() new_vtkColor3DoubleT__SWIG_0; extern(C) void* function(double jarg1) new_vtkColor3DoubleT__SWIG_1; extern(C) void* function(void* jarg1) new_vtkColor3DoubleT__SWIG_2; extern(C) void* function(double jarg1, double jarg2, double jarg3) new_vtkColor3DoubleT__SWIG_3; extern(C) void function(void* jarg1, double jarg2, double jarg3, double jarg4) vtkColor3DoubleT_Set; extern(C) void function(void* jarg1, double jarg2) vtkColor3DoubleT_SetRed; extern(C) double function(void* jarg1) vtkColor3DoubleT_GetRed; extern(C) void function(void* jarg1, double jarg2) vtkColor3DoubleT_SetGreen; extern(C) double function(void* jarg1) vtkColor3DoubleT_GetGreen; extern(C) void function(void* jarg1, double jarg2) vtkColor3DoubleT_SetBlue; extern(C) double function(void* jarg1) vtkColor3DoubleT_GetBlue; extern(C) double function(void* jarg1) vtkColor3DoubleT_Red; extern(C) double function(void* jarg1) vtkColor3DoubleT_Green; extern(C) double function(void* jarg1) vtkColor3DoubleT_Blue; extern(C) void function(void* jarg1) delete_vtkColor3DoubleT; extern(C) void* function(void* objectRef) vtkColor3DoubleT_Upcast; extern(C) void* function() new_vtkColor4CharT__SWIG_0; extern(C) void* function(char jarg1) new_vtkColor4CharT__SWIG_1; extern(C) void* function(const(char)* jarg1) new_vtkColor4CharT__SWIG_2; extern(C) void* function(char jarg1, char jarg2, char jarg3, char jarg4) new_vtkColor4CharT__SWIG_3; extern(C) void function(void* jarg1, char jarg2, char jarg3, char jarg4) vtkColor4CharT_Set__SWIG_0; extern(C) void function(void* jarg1, char jarg2, char jarg3, char jarg4, char jarg5) vtkColor4CharT_Set__SWIG_1; extern(C) void function(void* jarg1, char jarg2) vtkColor4CharT_SetRed; extern(C) char function(void* jarg1) vtkColor4CharT_GetRed; extern(C) void function(void* jarg1, char jarg2) vtkColor4CharT_SetGreen; extern(C) char function(void* jarg1) vtkColor4CharT_GetGreen; extern(C) void function(void* jarg1, char jarg2) vtkColor4CharT_SetBlue; extern(C) char function(void* jarg1) vtkColor4CharT_GetBlue; extern(C) void function(void* jarg1, char jarg2) vtkColor4CharT_SetAlpha; extern(C) char function(void* jarg1) vtkColor4CharT_GetAlpha; extern(C) char function(void* jarg1) vtkColor4CharT_Red; extern(C) char function(void* jarg1) vtkColor4CharT_Green; extern(C) char function(void* jarg1) vtkColor4CharT_Blue; extern(C) char function(void* jarg1) vtkColor4CharT_Alpha; extern(C) void function(void* jarg1) delete_vtkColor4CharT; extern(C) void* function(void* objectRef) vtkColor4CharT_Upcast; extern(C) void* function() new_vtkColor4UCharT__SWIG_0; extern(C) void* function(ubyte jarg1) new_vtkColor4UCharT__SWIG_1; extern(C) void* function(void* jarg1) new_vtkColor4UCharT__SWIG_2; extern(C) void* function(ubyte jarg1, ubyte jarg2, ubyte jarg3, ubyte jarg4) new_vtkColor4UCharT__SWIG_3; extern(C) void function(void* jarg1, ubyte jarg2, ubyte jarg3, ubyte jarg4) vtkColor4UCharT_Set__SWIG_0; extern(C) void function(void* jarg1, ubyte jarg2, ubyte jarg3, ubyte jarg4, ubyte jarg5) vtkColor4UCharT_Set__SWIG_1; extern(C) void function(void* jarg1, ubyte jarg2) vtkColor4UCharT_SetRed; extern(C) ubyte function(void* jarg1) vtkColor4UCharT_GetRed; extern(C) void function(void* jarg1, ubyte jarg2) vtkColor4UCharT_SetGreen; extern(C) ubyte function(void* jarg1) vtkColor4UCharT_GetGreen; extern(C) void function(void* jarg1, ubyte jarg2) vtkColor4UCharT_SetBlue; extern(C) ubyte function(void* jarg1) vtkColor4UCharT_GetBlue; extern(C) void function(void* jarg1, ubyte jarg2) vtkColor4UCharT_SetAlpha; extern(C) ubyte function(void* jarg1) vtkColor4UCharT_GetAlpha; extern(C) ubyte function(void* jarg1) vtkColor4UCharT_Red; extern(C) ubyte function(void* jarg1) vtkColor4UCharT_Green; extern(C) ubyte function(void* jarg1) vtkColor4UCharT_Blue; extern(C) ubyte function(void* jarg1) vtkColor4UCharT_Alpha; extern(C) void function(void* jarg1) delete_vtkColor4UCharT; extern(C) void* function(void* objectRef) vtkColor4UCharT_Upcast; extern(C) void* function() new_vtkColor4ShortT__SWIG_0; extern(C) void* function(short jarg1) new_vtkColor4ShortT__SWIG_1; extern(C) void* function(void* jarg1) new_vtkColor4ShortT__SWIG_2; extern(C) void* function(short jarg1, short jarg2, short jarg3, short jarg4) new_vtkColor4ShortT__SWIG_3; extern(C) void function(void* jarg1, short jarg2, short jarg3, short jarg4) vtkColor4ShortT_Set__SWIG_0; extern(C) void function(void* jarg1, short jarg2, short jarg3, short jarg4, short jarg5) vtkColor4ShortT_Set__SWIG_1; extern(C) void function(void* jarg1, short jarg2) vtkColor4ShortT_SetRed; extern(C) short function(void* jarg1) vtkColor4ShortT_GetRed; extern(C) void function(void* jarg1, short jarg2) vtkColor4ShortT_SetGreen; extern(C) short function(void* jarg1) vtkColor4ShortT_GetGreen; extern(C) void function(void* jarg1, short jarg2) vtkColor4ShortT_SetBlue; extern(C) short function(void* jarg1) vtkColor4ShortT_GetBlue; extern(C) void function(void* jarg1, short jarg2) vtkColor4ShortT_SetAlpha; extern(C) short function(void* jarg1) vtkColor4ShortT_GetAlpha; extern(C) short function(void* jarg1) vtkColor4ShortT_Red; extern(C) short function(void* jarg1) vtkColor4ShortT_Green; extern(C) short function(void* jarg1) vtkColor4ShortT_Blue; extern(C) short function(void* jarg1) vtkColor4ShortT_Alpha; extern(C) void function(void* jarg1) delete_vtkColor4ShortT; extern(C) void* function(void* objectRef) vtkColor4ShortT_Upcast; extern(C) void* function() new_vtkColor4UShortT__SWIG_0; extern(C) void* function(ushort jarg1) new_vtkColor4UShortT__SWIG_1; extern(C) void* function(void* jarg1) new_vtkColor4UShortT__SWIG_2; extern(C) void* function(ushort jarg1, ushort jarg2, ushort jarg3, ushort jarg4) new_vtkColor4UShortT__SWIG_3; extern(C) void function(void* jarg1, ushort jarg2, ushort jarg3, ushort jarg4) vtkColor4UShortT_Set__SWIG_0; extern(C) void function(void* jarg1, ushort jarg2, ushort jarg3, ushort jarg4, ushort jarg5) vtkColor4UShortT_Set__SWIG_1; extern(C) void function(void* jarg1, ushort jarg2) vtkColor4UShortT_SetRed; extern(C) ushort function(void* jarg1) vtkColor4UShortT_GetRed; extern(C) void function(void* jarg1, ushort jarg2) vtkColor4UShortT_SetGreen; extern(C) ushort function(void* jarg1) vtkColor4UShortT_GetGreen; extern(C) void function(void* jarg1, ushort jarg2) vtkColor4UShortT_SetBlue; extern(C) ushort function(void* jarg1) vtkColor4UShortT_GetBlue; extern(C) void function(void* jarg1, ushort jarg2) vtkColor4UShortT_SetAlpha; extern(C) ushort function(void* jarg1) vtkColor4UShortT_GetAlpha; extern(C) ushort function(void* jarg1) vtkColor4UShortT_Red; extern(C) ushort function(void* jarg1) vtkColor4UShortT_Green; extern(C) ushort function(void* jarg1) vtkColor4UShortT_Blue; extern(C) ushort function(void* jarg1) vtkColor4UShortT_Alpha; extern(C) void function(void* jarg1) delete_vtkColor4UShortT; extern(C) void* function(void* objectRef) vtkColor4UShortT_Upcast; extern(C) void* function() new_vtkColor4IntT__SWIG_0; extern(C) void* function(int jarg1) new_vtkColor4IntT__SWIG_1; extern(C) void* function(void* jarg1) new_vtkColor4IntT__SWIG_2; extern(C) void* function(int jarg1, int jarg2, int jarg3, int jarg4) new_vtkColor4IntT__SWIG_3; extern(C) void function(void* jarg1, int jarg2, int jarg3, int jarg4) vtkColor4IntT_Set__SWIG_0; extern(C) void function(void* jarg1, int jarg2, int jarg3, int jarg4, int jarg5) vtkColor4IntT_Set__SWIG_1; extern(C) void function(void* jarg1, int jarg2) vtkColor4IntT_SetRed; extern(C) int function(void* jarg1) vtkColor4IntT_GetRed; extern(C) void function(void* jarg1, int jarg2) vtkColor4IntT_SetGreen; extern(C) int function(void* jarg1) vtkColor4IntT_GetGreen; extern(C) void function(void* jarg1, int jarg2) vtkColor4IntT_SetBlue; extern(C) int function(void* jarg1) vtkColor4IntT_GetBlue; extern(C) void function(void* jarg1, int jarg2) vtkColor4IntT_SetAlpha; extern(C) int function(void* jarg1) vtkColor4IntT_GetAlpha; extern(C) int function(void* jarg1) vtkColor4IntT_Red; extern(C) int function(void* jarg1) vtkColor4IntT_Green; extern(C) int function(void* jarg1) vtkColor4IntT_Blue; extern(C) int function(void* jarg1) vtkColor4IntT_Alpha; extern(C) void function(void* jarg1) delete_vtkColor4IntT; extern(C) void* function(void* objectRef) vtkColor4IntT_Upcast; extern(C) void* function() new_vtkColor4UIntT__SWIG_0; extern(C) void* function(uint jarg1) new_vtkColor4UIntT__SWIG_1; extern(C) void* function(void* jarg1) new_vtkColor4UIntT__SWIG_2; extern(C) void* function(uint jarg1, uint jarg2, uint jarg3, uint jarg4) new_vtkColor4UIntT__SWIG_3; extern(C) void function(void* jarg1, uint jarg2, uint jarg3, uint jarg4) vtkColor4UIntT_Set__SWIG_0; extern(C) void function(void* jarg1, uint jarg2, uint jarg3, uint jarg4, uint jarg5) vtkColor4UIntT_Set__SWIG_1; extern(C) void function(void* jarg1, uint jarg2) vtkColor4UIntT_SetRed; extern(C) uint function(void* jarg1) vtkColor4UIntT_GetRed; extern(C) void function(void* jarg1, uint jarg2) vtkColor4UIntT_SetGreen; extern(C) uint function(void* jarg1) vtkColor4UIntT_GetGreen; extern(C) void function(void* jarg1, uint jarg2) vtkColor4UIntT_SetBlue; extern(C) uint function(void* jarg1) vtkColor4UIntT_GetBlue; extern(C) void function(void* jarg1, uint jarg2) vtkColor4UIntT_SetAlpha; extern(C) uint function(void* jarg1) vtkColor4UIntT_GetAlpha; extern(C) uint function(void* jarg1) vtkColor4UIntT_Red; extern(C) uint function(void* jarg1) vtkColor4UIntT_Green; extern(C) uint function(void* jarg1) vtkColor4UIntT_Blue; extern(C) uint function(void* jarg1) vtkColor4UIntT_Alpha; extern(C) void function(void* jarg1) delete_vtkColor4UIntT; extern(C) void* function(void* objectRef) vtkColor4UIntT_Upcast; extern(C) void* function() new_vtkColor4LongT__SWIG_0; extern(C) void* function(core.stdc.config.c_long jarg1) new_vtkColor4LongT__SWIG_1; extern(C) void* function(void* jarg1) new_vtkColor4LongT__SWIG_2; extern(C) void* function(core.stdc.config.c_long jarg1, core.stdc.config.c_long jarg2, core.stdc.config.c_long jarg3, core.stdc.config.c_long jarg4) new_vtkColor4LongT__SWIG_3; extern(C) void function(void* jarg1, core.stdc.config.c_long jarg2, core.stdc.config.c_long jarg3, core.stdc.config.c_long jarg4) vtkColor4LongT_Set__SWIG_0; extern(C) void function(void* jarg1, core.stdc.config.c_long jarg2, core.stdc.config.c_long jarg3, core.stdc.config.c_long jarg4, core.stdc.config.c_long jarg5) vtkColor4LongT_Set__SWIG_1; extern(C) void function(void* jarg1, core.stdc.config.c_long jarg2) vtkColor4LongT_SetRed; extern(C) core.stdc.config.c_long function(void* jarg1) vtkColor4LongT_GetRed; extern(C) void function(void* jarg1, core.stdc.config.c_long jarg2) vtkColor4LongT_SetGreen; extern(C) core.stdc.config.c_long function(void* jarg1) vtkColor4LongT_GetGreen; extern(C) void function(void* jarg1, core.stdc.config.c_long jarg2) vtkColor4LongT_SetBlue; extern(C) core.stdc.config.c_long function(void* jarg1) vtkColor4LongT_GetBlue; extern(C) void function(void* jarg1, core.stdc.config.c_long jarg2) vtkColor4LongT_SetAlpha; extern(C) core.stdc.config.c_long function(void* jarg1) vtkColor4LongT_GetAlpha; extern(C) core.stdc.config.c_long function(void* jarg1) vtkColor4LongT_Red; extern(C) core.stdc.config.c_long function(void* jarg1) vtkColor4LongT_Green; extern(C) core.stdc.config.c_long function(void* jarg1) vtkColor4LongT_Blue; extern(C) core.stdc.config.c_long function(void* jarg1) vtkColor4LongT_Alpha; extern(C) void function(void* jarg1) delete_vtkColor4LongT; extern(C) void* function(void* objectRef) vtkColor4LongT_Upcast; extern(C) void* function() new_vtkColor4ULongT__SWIG_0; extern(C) void* function(core.stdc.config.c_ulong jarg1) new_vtkColor4ULongT__SWIG_1; extern(C) void* function(void* jarg1) new_vtkColor4ULongT__SWIG_2; extern(C) void* function(core.stdc.config.c_ulong jarg1, core.stdc.config.c_ulong jarg2, core.stdc.config.c_ulong jarg3, core.stdc.config.c_ulong jarg4) new_vtkColor4ULongT__SWIG_3; extern(C) void function(void* jarg1, core.stdc.config.c_ulong jarg2, core.stdc.config.c_ulong jarg3, core.stdc.config.c_ulong jarg4) vtkColor4ULongT_Set__SWIG_0; extern(C) void function(void* jarg1, core.stdc.config.c_ulong jarg2, core.stdc.config.c_ulong jarg3, core.stdc.config.c_ulong jarg4, core.stdc.config.c_ulong jarg5) vtkColor4ULongT_Set__SWIG_1; extern(C) void function(void* jarg1, core.stdc.config.c_ulong jarg2) vtkColor4ULongT_SetRed; extern(C) core.stdc.config.c_ulong function(void* jarg1) vtkColor4ULongT_GetRed; extern(C) void function(void* jarg1, core.stdc.config.c_ulong jarg2) vtkColor4ULongT_SetGreen; extern(C) core.stdc.config.c_ulong function(void* jarg1) vtkColor4ULongT_GetGreen; extern(C) void function(void* jarg1, core.stdc.config.c_ulong jarg2) vtkColor4ULongT_SetBlue; extern(C) core.stdc.config.c_ulong function(void* jarg1) vtkColor4ULongT_GetBlue; extern(C) void function(void* jarg1, core.stdc.config.c_ulong jarg2) vtkColor4ULongT_SetAlpha; extern(C) core.stdc.config.c_ulong function(void* jarg1) vtkColor4ULongT_GetAlpha; extern(C) core.stdc.config.c_ulong function(void* jarg1) vtkColor4ULongT_Red; extern(C) core.stdc.config.c_ulong function(void* jarg1) vtkColor4ULongT_Green; extern(C) core.stdc.config.c_ulong function(void* jarg1) vtkColor4ULongT_Blue; extern(C) core.stdc.config.c_ulong function(void* jarg1) vtkColor4ULongT_Alpha; extern(C) void function(void* jarg1) delete_vtkColor4ULongT; extern(C) void* function(void* objectRef) vtkColor4ULongT_Upcast; extern(C) void* function() new_vtkColor4LongLongT__SWIG_0; extern(C) void* function(long jarg1) new_vtkColor4LongLongT__SWIG_1; extern(C) void* function(void* jarg1) new_vtkColor4LongLongT__SWIG_2; extern(C) void* function(long jarg1, long jarg2, long jarg3, long jarg4) new_vtkColor4LongLongT__SWIG_3; extern(C) void function(void* jarg1, long jarg2, long jarg3, long jarg4) vtkColor4LongLongT_Set__SWIG_0; extern(C) void function(void* jarg1, long jarg2, long jarg3, long jarg4, long jarg5) vtkColor4LongLongT_Set__SWIG_1; extern(C) void function(void* jarg1, long jarg2) vtkColor4LongLongT_SetRed; extern(C) long function(void* jarg1) vtkColor4LongLongT_GetRed; extern(C) void function(void* jarg1, long jarg2) vtkColor4LongLongT_SetGreen; extern(C) long function(void* jarg1) vtkColor4LongLongT_GetGreen; extern(C) void function(void* jarg1, long jarg2) vtkColor4LongLongT_SetBlue; extern(C) long function(void* jarg1) vtkColor4LongLongT_GetBlue; extern(C) void function(void* jarg1, long jarg2) vtkColor4LongLongT_SetAlpha; extern(C) long function(void* jarg1) vtkColor4LongLongT_GetAlpha; extern(C) long function(void* jarg1) vtkColor4LongLongT_Red; extern(C) long function(void* jarg1) vtkColor4LongLongT_Green; extern(C) long function(void* jarg1) vtkColor4LongLongT_Blue; extern(C) long function(void* jarg1) vtkColor4LongLongT_Alpha; extern(C) void function(void* jarg1) delete_vtkColor4LongLongT; extern(C) void* function(void* objectRef) vtkColor4LongLongT_Upcast; extern(C) void* function() new_vtkColor4ULongLongT__SWIG_0; extern(C) void* function(ulong jarg1) new_vtkColor4ULongLongT__SWIG_1; extern(C) void* function(void* jarg1) new_vtkColor4ULongLongT__SWIG_2; extern(C) void* function(ulong jarg1, ulong jarg2, ulong jarg3, ulong jarg4) new_vtkColor4ULongLongT__SWIG_3; extern(C) void function(void* jarg1, ulong jarg2, ulong jarg3, ulong jarg4) vtkColor4ULongLongT_Set__SWIG_0; extern(C) void function(void* jarg1, ulong jarg2, ulong jarg3, ulong jarg4, ulong jarg5) vtkColor4ULongLongT_Set__SWIG_1; extern(C) void function(void* jarg1, ulong jarg2) vtkColor4ULongLongT_SetRed; extern(C) ulong function(void* jarg1) vtkColor4ULongLongT_GetRed; extern(C) void function(void* jarg1, ulong jarg2) vtkColor4ULongLongT_SetGreen; extern(C) ulong function(void* jarg1) vtkColor4ULongLongT_GetGreen; extern(C) void function(void* jarg1, ulong jarg2) vtkColor4ULongLongT_SetBlue; extern(C) ulong function(void* jarg1) vtkColor4ULongLongT_GetBlue; extern(C) void function(void* jarg1, ulong jarg2) vtkColor4ULongLongT_SetAlpha; extern(C) ulong function(void* jarg1) vtkColor4ULongLongT_GetAlpha; extern(C) ulong function(void* jarg1) vtkColor4ULongLongT_Red; extern(C) ulong function(void* jarg1) vtkColor4ULongLongT_Green; extern(C) ulong function(void* jarg1) vtkColor4ULongLongT_Blue; extern(C) ulong function(void* jarg1) vtkColor4ULongLongT_Alpha; extern(C) void function(void* jarg1) delete_vtkColor4ULongLongT; extern(C) void* function(void* objectRef) vtkColor4ULongLongT_Upcast; extern(C) void* function() new_vtkColor4FloatT__SWIG_0; extern(C) void* function(float jarg1) new_vtkColor4FloatT__SWIG_1; extern(C) void* function(void* jarg1) new_vtkColor4FloatT__SWIG_2; extern(C) void* function(float jarg1, float jarg2, float jarg3, float jarg4) new_vtkColor4FloatT__SWIG_3; extern(C) void function(void* jarg1, float jarg2, float jarg3, float jarg4) vtkColor4FloatT_Set__SWIG_0; extern(C) void function(void* jarg1, float jarg2, float jarg3, float jarg4, float jarg5) vtkColor4FloatT_Set__SWIG_1; extern(C) void function(void* jarg1, float jarg2) vtkColor4FloatT_SetRed; extern(C) float function(void* jarg1) vtkColor4FloatT_GetRed; extern(C) void function(void* jarg1, float jarg2) vtkColor4FloatT_SetGreen; extern(C) float function(void* jarg1) vtkColor4FloatT_GetGreen; extern(C) void function(void* jarg1, float jarg2) vtkColor4FloatT_SetBlue; extern(C) float function(void* jarg1) vtkColor4FloatT_GetBlue; extern(C) void function(void* jarg1, float jarg2) vtkColor4FloatT_SetAlpha; extern(C) float function(void* jarg1) vtkColor4FloatT_GetAlpha; extern(C) float function(void* jarg1) vtkColor4FloatT_Red; extern(C) float function(void* jarg1) vtkColor4FloatT_Green; extern(C) float function(void* jarg1) vtkColor4FloatT_Blue; extern(C) float function(void* jarg1) vtkColor4FloatT_Alpha; extern(C) void function(void* jarg1) delete_vtkColor4FloatT; extern(C) void* function(void* objectRef) vtkColor4FloatT_Upcast; extern(C) void* function() new_vtkColor4DoubleT__SWIG_0; extern(C) void* function(double jarg1) new_vtkColor4DoubleT__SWIG_1; extern(C) void* function(void* jarg1) new_vtkColor4DoubleT__SWIG_2; extern(C) void* function(double jarg1, double jarg2, double jarg3, double jarg4) new_vtkColor4DoubleT__SWIG_3; extern(C) void function(void* jarg1, double jarg2, double jarg3, double jarg4) vtkColor4DoubleT_Set__SWIG_0; extern(C) void function(void* jarg1, double jarg2, double jarg3, double jarg4, double jarg5) vtkColor4DoubleT_Set__SWIG_1; extern(C) void function(void* jarg1, double jarg2) vtkColor4DoubleT_SetRed; extern(C) double function(void* jarg1) vtkColor4DoubleT_GetRed; extern(C) void function(void* jarg1, double jarg2) vtkColor4DoubleT_SetGreen; extern(C) double function(void* jarg1) vtkColor4DoubleT_GetGreen; extern(C) void function(void* jarg1, double jarg2) vtkColor4DoubleT_SetBlue; extern(C) double function(void* jarg1) vtkColor4DoubleT_GetBlue; extern(C) void function(void* jarg1, double jarg2) vtkColor4DoubleT_SetAlpha; extern(C) double function(void* jarg1) vtkColor4DoubleT_GetAlpha; extern(C) double function(void* jarg1) vtkColor4DoubleT_Red; extern(C) double function(void* jarg1) vtkColor4DoubleT_Green; extern(C) double function(void* jarg1) vtkColor4DoubleT_Blue; extern(C) double function(void* jarg1) vtkColor4DoubleT_Alpha; extern(C) void function(void* jarg1) delete_vtkColor4DoubleT; extern(C) void* function(void* objectRef) vtkColor4DoubleT_Upcast; extern(C) void* function() new_vtkColor3ub__SWIG_0; extern(C) void* function(ubyte jarg1) new_vtkColor3ub__SWIG_1; extern(C) void* function(void* jarg1) new_vtkColor3ub__SWIG_2; extern(C) void* function(int jarg1) new_vtkColor3ub__SWIG_3; extern(C) void* function(ubyte jarg1, ubyte jarg2, ubyte jarg3) new_vtkColor3ub__SWIG_4; extern(C) void function(void* jarg1) delete_vtkColor3ub; extern(C) void* function(void* objectRef) vtkColor3ub_Upcast; extern(C) void* function() new_vtkColor3f__SWIG_0; extern(C) void* function(float jarg1) new_vtkColor3f__SWIG_1; extern(C) void* function(void* jarg1) new_vtkColor3f__SWIG_2; extern(C) void* function(float jarg1, float jarg2, float jarg3) new_vtkColor3f__SWIG_3; extern(C) void function(void* jarg1) delete_vtkColor3f; extern(C) void* function(void* objectRef) vtkColor3f_Upcast; extern(C) void* function() new_vtkColor3d__SWIG_0; extern(C) void* function(double jarg1) new_vtkColor3d__SWIG_1; extern(C) void* function(void* jarg1) new_vtkColor3d__SWIG_2; extern(C) void* function(double jarg1, double jarg2, double jarg3) new_vtkColor3d__SWIG_3; extern(C) void function(void* jarg1) delete_vtkColor3d; extern(C) void* function(void* objectRef) vtkColor3d_Upcast; extern(C) void* function() new_vtkColor4ub__SWIG_0; extern(C) void* function(ubyte jarg1) new_vtkColor4ub__SWIG_1; extern(C) void* function(void* jarg1) new_vtkColor4ub__SWIG_2; extern(C) void* function(int jarg1) new_vtkColor4ub__SWIG_3; extern(C) void* function(ubyte jarg1, ubyte jarg2, ubyte jarg3, ubyte jarg4) new_vtkColor4ub__SWIG_4; extern(C) void* function(ubyte jarg1, ubyte jarg2, ubyte jarg3) new_vtkColor4ub__SWIG_5; extern(C) void* function(void* jarg1) new_vtkColor4ub__SWIG_6; extern(C) void function(void* jarg1) delete_vtkColor4ub; extern(C) void* function(void* objectRef) vtkColor4ub_Upcast; extern(C) void* function() new_vtkColor4f__SWIG_0; extern(C) void* function(float jarg1) new_vtkColor4f__SWIG_1; extern(C) void* function(void* jarg1) new_vtkColor4f__SWIG_2; extern(C) void* function(float jarg1, float jarg2, float jarg3, float jarg4) new_vtkColor4f__SWIG_3; extern(C) void* function(float jarg1, float jarg2, float jarg3) new_vtkColor4f__SWIG_4; extern(C) void function(void* jarg1) delete_vtkColor4f; extern(C) void* function(void* objectRef) vtkColor4f_Upcast; extern(C) void* function() new_vtkColor4d__SWIG_0; extern(C) void* function(double jarg1) new_vtkColor4d__SWIG_1; extern(C) void* function(void* jarg1) new_vtkColor4d__SWIG_2; extern(C) void* function(double jarg1, double jarg2, double jarg3, double jarg4) new_vtkColor4d__SWIG_3; extern(C) void* function(double jarg1, double jarg2, double jarg3) new_vtkColor4d__SWIG_4; extern(C) void function(void* jarg1) delete_vtkColor4d; extern(C) void* function(void* objectRef) vtkColor4d_Upcast; extern(C) int function(const(char)* jarg1) vtkColorSeries_IsTypeOf; extern(C) void* function(void* jarg1) vtkColorSeries_SafeDownCast; extern(C) void* function(void* jarg1) vtkColorSeries_NewInstance; extern(C) void* function() vtkColorSeries_New; extern(C) void function(void* jarg1, int jarg2) vtkColorSeries_SetColorScheme; extern(C) int function(void* jarg1, void* jarg2) vtkColorSeries_SetColorSchemeByName; extern(C) int function(void* jarg1) vtkColorSeries_GetNumberOfColorSchemes; extern(C) void* function(void* jarg1) vtkColorSeries_GetColorSchemeName; extern(C) void function(void* jarg1, void* jarg2) vtkColorSeries_SetColorSchemeName; extern(C) int function(void* jarg1) vtkColorSeries_GetColorScheme; extern(C) int function(void* jarg1) vtkColorSeries_GetNumberOfColors; extern(C) void function(void* jarg1, int jarg2) vtkColorSeries_SetNumberOfColors; extern(C) void function(void* jarg1, int jarg2) vtkColorSeries_RemoveColor; extern(C) void function(void* jarg1) vtkColorSeries_ClearColors; extern(C) void function(void* jarg1, void* jarg2) vtkColorSeries_DeepCopy; extern(C) void function(void* jarg1, void* jarg2) vtkColorSeries_BuildLookupTable; extern(C) void* function(void* jarg1) vtkColorSeries_CreateLookupTable; extern(C) void* function() new_vtkColorSeries; extern(C) void function(void* jarg1) delete_vtkColorSeries; extern(C) void* function(void* objectRef) vtkColorSeries_Upcast; extern(C) int function(const(char)* jarg1) vtkImageIterateFilter_IsTypeOf; extern(C) void* function(void* jarg1) vtkImageIterateFilter_SafeDownCast; extern(C) void* function(void* jarg1) vtkImageIterateFilter_NewInstance; extern(C) int function(void* jarg1) vtkImageIterateFilter_GetIteration; extern(C) int function(void* jarg1) vtkImageIterateFilter_GetNumberOfIterations; extern(C) void* function(void* objectRef) vtkImageIterateFilter_Upcast; extern(C) int function(const(char)* jarg1) vtkImageDecomposeFilter_IsTypeOf; extern(C) void* function(void* jarg1) vtkImageDecomposeFilter_SafeDownCast; extern(C) void* function(void* jarg1) vtkImageDecomposeFilter_NewInstance; extern(C) void function(void* jarg1, int jarg2) vtkImageDecomposeFilter_SetDimensionality; extern(C) int function(void* jarg1) vtkImageDecomposeFilter_GetDimensionality; extern(C) void function(void* jarg1, void* jarg2, void* jarg3, void* jarg4, void* jarg5) vtkImageDecomposeFilter_PermuteIncrements; extern(C) void function(void* jarg1, void* jarg2, void* jarg3, void* jarg4, void* jarg5, void* jarg6, void* jarg7, void* jarg8) vtkImageDecomposeFilter_PermuteExtent; extern(C) void* function(void* objectRef) vtkImageDecomposeFilter_Upcast; extern(C) void* function() vtkImageCityBlockDistance_New; extern(C) int function(const(char)* jarg1) vtkImageCityBlockDistance_IsTypeOf; extern(C) void* function(void* jarg1) vtkImageCityBlockDistance_SafeDownCast; extern(C) void* function(void* jarg1) vtkImageCityBlockDistance_NewInstance; extern(C) void* function(void* objectRef) vtkImageCityBlockDistance_Upcast; extern(C) void* function() vtkImageStencilAlgorithm_New; extern(C) int function(const(char)* jarg1) vtkImageStencilAlgorithm_IsTypeOf; extern(C) void* function(void* jarg1) vtkImageStencilAlgorithm_SafeDownCast; extern(C) void* function(void* jarg1) vtkImageStencilAlgorithm_NewInstance; extern(C) void function(void* jarg1, void* jarg2) vtkImageStencilAlgorithm_SetOutput; extern(C) void* function(void* jarg1) vtkImageStencilAlgorithm_GetOutput; extern(C) void* function(void* objectRef) vtkImageStencilAlgorithm_Upcast; extern(C) void* function() vtkImageStencilSource_New; extern(C) int function(const(char)* jarg1) vtkImageStencilSource_IsTypeOf; extern(C) void* function(void* jarg1) vtkImageStencilSource_SafeDownCast; extern(C) void* function(void* jarg1) vtkImageStencilSource_NewInstance; extern(C) void function(void* jarg1, void* jarg2) vtkImageStencilSource_SetInformationInput; extern(C) void* function(void* jarg1) vtkImageStencilSource_GetInformationInput; extern(C) void function(void* jarg1, double jarg2, double jarg3, double jarg4) vtkImageStencilSource_SetOutputOrigin__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkImageStencilSource_SetOutputOrigin__SWIG_1; extern(C) void* function(void* jarg1) vtkImageStencilSource_GetOutputOrigin__SWIG_0; extern(C) void function(void* jarg1, void* jarg2, void* jarg3, void* jarg4) vtkImageStencilSource_GetOutputOrigin__SWIG_1; extern(C) void function(void* jarg1, void* jarg2) vtkImageStencilSource_GetOutputOrigin__SWIG_2; extern(C) void function(void* jarg1, double jarg2, double jarg3, double jarg4) vtkImageStencilSource_SetOutputSpacing__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkImageStencilSource_SetOutputSpacing__SWIG_1; extern(C) void* function(void* jarg1) vtkImageStencilSource_GetOutputSpacing__SWIG_0; extern(C) void function(void* jarg1, void* jarg2, void* jarg3, void* jarg4) vtkImageStencilSource_GetOutputSpacing__SWIG_1; extern(C) void function(void* jarg1, void* jarg2) vtkImageStencilSource_GetOutputSpacing__SWIG_2; extern(C) void function(void* jarg1, int jarg2, int jarg3, int jarg4, int jarg5, int jarg6, int jarg7) vtkImageStencilSource_SetOutputWholeExtent__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkImageStencilSource_SetOutputWholeExtent__SWIG_1; extern(C) void* function(void* jarg1) vtkImageStencilSource_GetOutputWholeExtent__SWIG_0; extern(C) void function(void* jarg1, void* jarg2, void* jarg3, void* jarg4, void* jarg5, void* jarg6, void* jarg7) vtkImageStencilSource_GetOutputWholeExtent__SWIG_1; extern(C) void function(void* jarg1, void* jarg2) vtkImageStencilSource_GetOutputWholeExtent__SWIG_2; extern(C) void function(void* jarg1, void* jarg2) vtkImageStencilSource_ReportReferences; extern(C) void* function(void* objectRef) vtkImageStencilSource_Upcast; extern(C) void* function() vtkImplicitFunctionToImageStencil_New; extern(C) int function(const(char)* jarg1) vtkImplicitFunctionToImageStencil_IsTypeOf; extern(C) void* function(void* jarg1) vtkImplicitFunctionToImageStencil_SafeDownCast; extern(C) void* function(void* jarg1) vtkImplicitFunctionToImageStencil_NewInstance; extern(C) void function(void* jarg1, void* jarg2) vtkImplicitFunctionToImageStencil_SetInput; extern(C) void* function(void* jarg1) vtkImplicitFunctionToImageStencil_GetInput; extern(C) void function(void* jarg1, double jarg2) vtkImplicitFunctionToImageStencil_SetThreshold; extern(C) double function(void* jarg1) vtkImplicitFunctionToImageStencil_GetThreshold; extern(C) void* function(void* objectRef) vtkImplicitFunctionToImageStencil_Upcast; extern(C) int function() VTK_ITW_PROJECTION_YZ_get; extern(C) int function() VTK_ITW_PROJECTION_XZ_get; extern(C) int function() VTK_ITW_PROJECTION_XY_get; extern(C) int function() VTK_ITW_SNAP_CELLS_get; extern(C) int function() VTK_ITW_SNAP_POINTS_get; extern(C) void* function() vtkImageTracerWidget_New; extern(C) int function(const(char)* jarg1) vtkImageTracerWidget_IsTypeOf; extern(C) void* function(void* jarg1) vtkImageTracerWidget_SafeDownCast; extern(C) void* function(void* jarg1) vtkImageTracerWidget_NewInstance; extern(C) void function(void* jarg1, void* jarg2) vtkImageTracerWidget_PlaceWidget__SWIG_0; extern(C) void function(void* jarg1) vtkImageTracerWidget_PlaceWidget__SWIG_1; extern(C) void function(void* jarg1, double jarg2, double jarg3, double jarg4, double jarg5, double jarg6, double jarg7) vtkImageTracerWidget_PlaceWidget__SWIG_2; extern(C) void function(void* jarg1, void* jarg2) vtkImageTracerWidget_SetHandleProperty; extern(C) void* function(void* jarg1) vtkImageTracerWidget_GetHandleProperty; extern(C) void function(void* jarg1, void* jarg2) vtkImageTracerWidget_SetSelectedHandleProperty; extern(C) void* function(void* jarg1) vtkImageTracerWidget_GetSelectedHandleProperty; extern(C) void function(void* jarg1, void* jarg2) vtkImageTracerWidget_SetLineProperty; extern(C) void* function(void* jarg1) vtkImageTracerWidget_GetLineProperty; extern(C) void function(void* jarg1, void* jarg2) vtkImageTracerWidget_SetSelectedLineProperty; extern(C) void* function(void* jarg1) vtkImageTracerWidget_GetSelectedLineProperty; extern(C) void function(void* jarg1, void* jarg2) vtkImageTracerWidget_SetViewProp; extern(C) void function(void* jarg1, int jarg2) vtkImageTracerWidget_SetProjectToPlane; extern(C) int function(void* jarg1) vtkImageTracerWidget_GetProjectToPlane; extern(C) void function(void* jarg1) vtkImageTracerWidget_ProjectToPlaneOn; extern(C) void function(void* jarg1) vtkImageTracerWidget_ProjectToPlaneOff; extern(C) void function(void* jarg1, int jarg2) vtkImageTracerWidget_SetProjectionNormal; extern(C) int function(void* jarg1) vtkImageTracerWidget_GetProjectionNormalMinValue; extern(C) int function(void* jarg1) vtkImageTracerWidget_GetProjectionNormalMaxValue; extern(C) int function(void* jarg1) vtkImageTracerWidget_GetProjectionNormal; extern(C) void function(void* jarg1) vtkImageTracerWidget_SetProjectionNormalToXAxes; extern(C) void function(void* jarg1) vtkImageTracerWidget_SetProjectionNormalToYAxes; extern(C) void function(void* jarg1) vtkImageTracerWidget_SetProjectionNormalToZAxes; extern(C) void function(void* jarg1, double jarg2) vtkImageTracerWidget_SetProjectionPosition; extern(C) double function(void* jarg1) vtkImageTracerWidget_GetProjectionPosition; extern(C) void function(void* jarg1, int jarg2) vtkImageTracerWidget_SetSnapToImage; extern(C) int function(void* jarg1) vtkImageTracerWidget_GetSnapToImage; extern(C) void function(void* jarg1) vtkImageTracerWidget_SnapToImageOn; extern(C) void function(void* jarg1) vtkImageTracerWidget_SnapToImageOff; extern(C) void function(void* jarg1, int jarg2) vtkImageTracerWidget_SetAutoClose; extern(C) int function(void* jarg1) vtkImageTracerWidget_GetAutoClose; extern(C) void function(void* jarg1) vtkImageTracerWidget_AutoCloseOn; extern(C) void function(void* jarg1) vtkImageTracerWidget_AutoCloseOff; extern(C) void function(void* jarg1, double jarg2) vtkImageTracerWidget_SetCaptureRadius; extern(C) double function(void* jarg1) vtkImageTracerWidget_GetCaptureRadius; extern(C) void function(void* jarg1, void* jarg2) vtkImageTracerWidget_GetPath; extern(C) void* function(void* jarg1) vtkImageTracerWidget_GetGlyphSource; extern(C) void function(void* jarg1, int jarg2) vtkImageTracerWidget_SetImageSnapType; extern(C) int function(void* jarg1) vtkImageTracerWidget_GetImageSnapTypeMinValue; extern(C) int function(void* jarg1) vtkImageTracerWidget_GetImageSnapTypeMaxValue; extern(C) int function(void* jarg1) vtkImageTracerWidget_GetImageSnapType; extern(C) void function(void* jarg1, int jarg2, void* jarg3) vtkImageTracerWidget_SetHandlePosition__SWIG_0; extern(C) void function(void* jarg1, int jarg2, double jarg3, double jarg4, double jarg5) vtkImageTracerWidget_SetHandlePosition__SWIG_1; extern(C) void function(void* jarg1, int jarg2, void* jarg3) vtkImageTracerWidget_GetHandlePosition__SWIG_0; extern(C) void* function(void* jarg1, int jarg2) vtkImageTracerWidget_GetHandlePosition__SWIG_1; extern(C) int function(void* jarg1) vtkImageTracerWidget_GetNumberOfHandles; extern(C) void function(void* jarg1, int jarg2) vtkImageTracerWidget_SetInteraction; extern(C) int function(void* jarg1) vtkImageTracerWidget_GetInteraction; extern(C) void function(void* jarg1) vtkImageTracerWidget_InteractionOn; extern(C) void function(void* jarg1) vtkImageTracerWidget_InteractionOff; extern(C) void function(void* jarg1, void* jarg2) vtkImageTracerWidget_InitializeHandles; extern(C) int function(void* jarg1) vtkImageTracerWidget_IsClosed; extern(C) void function(void* jarg1, int jarg2) vtkImageTracerWidget_SetHandleLeftMouseButton; extern(C) int function(void* jarg1) vtkImageTracerWidget_GetHandleLeftMouseButton; extern(C) void function(void* jarg1) vtkImageTracerWidget_HandleLeftMouseButtonOn; extern(C) void function(void* jarg1) vtkImageTracerWidget_HandleLeftMouseButtonOff; extern(C) void function(void* jarg1, int jarg2) vtkImageTracerWidget_SetHandleMiddleMouseButton; extern(C) int function(void* jarg1) vtkImageTracerWidget_GetHandleMiddleMouseButton; extern(C) void function(void* jarg1) vtkImageTracerWidget_HandleMiddleMouseButtonOn; extern(C) void function(void* jarg1) vtkImageTracerWidget_HandleMiddleMouseButtonOff; extern(C) void function(void* jarg1, int jarg2) vtkImageTracerWidget_SetHandleRightMouseButton; extern(C) int function(void* jarg1) vtkImageTracerWidget_GetHandleRightMouseButton; extern(C) void function(void* jarg1) vtkImageTracerWidget_HandleRightMouseButtonOn; extern(C) void function(void* jarg1) vtkImageTracerWidget_HandleRightMouseButtonOff; extern(C) void function(void* jarg1, void* jarg2) vtkImageTracerWidget_SetProp; extern(C) void* function(void* objectRef) vtkImageTracerWidget_Upcast; extern(C) void* function() vtkTableToSparseArray_New; extern(C) int function(const(char)* jarg1) vtkTableToSparseArray_IsTypeOf; extern(C) void* function(void* jarg1) vtkTableToSparseArray_SafeDownCast; extern(C) void* function(void* jarg1) vtkTableToSparseArray_NewInstance; extern(C) void function(void* jarg1) vtkTableToSparseArray_ClearCoordinateColumns; extern(C) void function(void* jarg1, const(char)* jarg2) vtkTableToSparseArray_AddCoordinateColumn; extern(C) void function(void* jarg1, const(char)* jarg2) vtkTableToSparseArray_SetValueColumn; extern(C) const(char)* function(void* jarg1) vtkTableToSparseArray_GetValueColumn; extern(C) void function(void* jarg1) vtkTableToSparseArray_ClearOutputExtents; extern(C) void function(void* jarg1, void* jarg2) vtkTableToSparseArray_SetOutputExtents; extern(C) void* function() new_vtkTableToSparseArray; extern(C) void function(void* jarg1) delete_vtkTableToSparseArray; extern(C) void* function(void* objectRef) vtkTableToSparseArray_Upcast; extern(C) void* function() vtkAssemblyNode_New; extern(C) int function(const(char)* jarg1) vtkAssemblyNode_IsTypeOf; extern(C) void* function(void* jarg1) vtkAssemblyNode_SafeDownCast; extern(C) void* function(void* jarg1) vtkAssemblyNode_NewInstance; extern(C) void function(void* jarg1, void* jarg2) vtkAssemblyNode_SetViewProp; extern(C) void* function(void* jarg1) vtkAssemblyNode_GetViewProp; extern(C) void function(void* jarg1, void* jarg2) vtkAssemblyNode_SetMatrix; extern(C) void* function(void* jarg1) vtkAssemblyNode_GetMatrix; extern(C) void* function(void* objectRef) vtkAssemblyNode_Upcast; extern(C) int function(const(char)* jarg1) vtkAssemblyPath_IsTypeOf; extern(C) void* function(void* jarg1) vtkAssemblyPath_SafeDownCast; extern(C) void* function(void* jarg1) vtkAssemblyPath_NewInstance; extern(C) void* function() vtkAssemblyPath_New; extern(C) void function(void* jarg1, void* jarg2, void* jarg3) vtkAssemblyPath_AddNode; extern(C) void* function(void* jarg1) vtkAssemblyPath_GetNextNode; extern(C) void* function(void* jarg1) vtkAssemblyPath_GetFirstNode; extern(C) void* function(void* jarg1) vtkAssemblyPath_GetLastNode; extern(C) void function(void* jarg1) vtkAssemblyPath_DeleteLastNode; extern(C) void function(void* jarg1, void* jarg2) vtkAssemblyPath_ShallowCopy; extern(C) void* function(void* objectRef) vtkAssemblyPath_Upcast; extern(C) void* function() vtkAssemblyPaths_New; extern(C) int function(const(char)* jarg1) vtkAssemblyPaths_IsTypeOf; extern(C) void* function(void* jarg1) vtkAssemblyPaths_SafeDownCast; extern(C) void* function(void* jarg1) vtkAssemblyPaths_NewInstance; extern(C) void function(void* jarg1, void* jarg2) vtkAssemblyPaths_AddItem; extern(C) void function(void* jarg1, void* jarg2) vtkAssemblyPaths_RemoveItem; extern(C) int function(void* jarg1, void* jarg2) vtkAssemblyPaths_IsItemPresent; extern(C) void* function(void* jarg1) vtkAssemblyPaths_GetNextItem; extern(C) void* function(void* objectRef) vtkAssemblyPaths_Upcast; extern(C) int function(const(char)* jarg1) vtkAbstractWidget_IsTypeOf; extern(C) void* function(void* jarg1) vtkAbstractWidget_SafeDownCast; extern(C) void* function(void* jarg1) vtkAbstractWidget_NewInstance; extern(C) void function(void* jarg1, int jarg2) vtkAbstractWidget_SetProcessEvents; extern(C) int function(void* jarg1) vtkAbstractWidget_GetProcessEventsMinValue; extern(C) int function(void* jarg1) vtkAbstractWidget_GetProcessEventsMaxValue; extern(C) int function(void* jarg1) vtkAbstractWidget_GetProcessEvents; extern(C) void function(void* jarg1) vtkAbstractWidget_ProcessEventsOn; extern(C) void function(void* jarg1) vtkAbstractWidget_ProcessEventsOff; extern(C) void* function(void* jarg1) vtkAbstractWidget_GetEventTranslator; extern(C) void function(void* jarg1) vtkAbstractWidget_CreateDefaultRepresentation; extern(C) void function(void* jarg1) vtkAbstractWidget_Render; extern(C) void function(void* jarg1, void* jarg2) vtkAbstractWidget_SetParent; extern(C) void* function(void* jarg1) vtkAbstractWidget_GetParent; extern(C) void* function(void* jarg1) vtkAbstractWidget_GetRepresentation; extern(C) void function(void* jarg1, int jarg2) vtkAbstractWidget_SetManagesCursor; extern(C) int function(void* jarg1) vtkAbstractWidget_GetManagesCursor; extern(C) void function(void* jarg1) vtkAbstractWidget_ManagesCursorOn; extern(C) void function(void* jarg1) vtkAbstractWidget_ManagesCursorOff; extern(C) void* function(void* objectRef) vtkAbstractWidget_Upcast; extern(C) void* function() vtkAffineWidget_New; extern(C) int function(const(char)* jarg1) vtkAffineWidget_IsTypeOf; extern(C) void* function(void* jarg1) vtkAffineWidget_SafeDownCast; extern(C) void* function(void* jarg1) vtkAffineWidget_NewInstance; extern(C) void function(void* jarg1, void* jarg2) vtkAffineWidget_SetRepresentation; extern(C) void* function(void* jarg1) vtkAffineWidget_GetAffineRepresentation; extern(C) void* function(void* objectRef) vtkAffineWidget_Upcast; extern(C) void* function() vtkGeoTreeNode_New; extern(C) int function(const(char)* jarg1) vtkGeoTreeNode_IsTypeOf; extern(C) void* function(void* jarg1) vtkGeoTreeNode_SafeDownCast; extern(C) void* function(void* jarg1) vtkGeoTreeNode_NewInstance; extern(C) void function(void* jarg1, core.stdc.config.c_ulong jarg2) vtkGeoTreeNode_SetId; extern(C) core.stdc.config.c_ulong function(void* jarg1) vtkGeoTreeNode_GetId; extern(C) void function(void* jarg1, int jarg2) vtkGeoTreeNode_SetLevel; extern(C) int function(void* jarg1) vtkGeoTreeNode_GetLevel; extern(C) void function(void* jarg1, double jarg2, double jarg3) vtkGeoTreeNode_SetLongitudeRange__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkGeoTreeNode_SetLongitudeRange__SWIG_1; extern(C) void* function(void* jarg1) vtkGeoTreeNode_GetLongitudeRange__SWIG_0; extern(C) void function(void* jarg1, void* jarg2, void* jarg3) vtkGeoTreeNode_GetLongitudeRange__SWIG_1; extern(C) void function(void* jarg1, void* jarg2) vtkGeoTreeNode_GetLongitudeRange__SWIG_2; extern(C) void function(void* jarg1, double jarg2, double jarg3) vtkGeoTreeNode_SetLatitudeRange__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkGeoTreeNode_SetLatitudeRange__SWIG_1; extern(C) void* function(void* jarg1) vtkGeoTreeNode_GetLatitudeRange__SWIG_0; extern(C) void function(void* jarg1, void* jarg2, void* jarg3) vtkGeoTreeNode_GetLatitudeRange__SWIG_1; extern(C) void function(void* jarg1, void* jarg2) vtkGeoTreeNode_GetLatitudeRange__SWIG_2; extern(C) void function(void* jarg1, void* jarg2, int jarg3) vtkGeoTreeNode_SetChild; extern(C) void function(void* jarg1, void* jarg2) vtkGeoTreeNode_SetParent; extern(C) void function(void* jarg1, void* jarg2) vtkGeoTreeNode_SetOlder; extern(C) void* function(void* jarg1) vtkGeoTreeNode_GetOlder; extern(C) void function(void* jarg1, void* jarg2) vtkGeoTreeNode_SetNewer; extern(C) void* function(void* jarg1) vtkGeoTreeNode_GetNewer; extern(C) uint function(void* jarg1) vtkGeoTreeNode_HasData; extern(C) void function(void* jarg1) vtkGeoTreeNode_DeleteData; extern(C) int function(void* jarg1) vtkGeoTreeNode_GetWhichChildAreYou; extern(C) uint function(void* jarg1, void* jarg2) vtkGeoTreeNode_IsDescendantOf; extern(C) int function(void* jarg1) vtkGeoTreeNode_CreateChildren; extern(C) void* function(void* jarg1, int jarg2) vtkGeoTreeNode_GetChildTreeNode; extern(C) void* function(void* jarg1) vtkGeoTreeNode_GetParentTreeNode; extern(C) void function(void* jarg1, void* jarg2) vtkGeoTreeNode_ShallowCopy; extern(C) void function(void* jarg1, void* jarg2) vtkGeoTreeNode_DeepCopy; extern(C) void* function(void* objectRef) vtkGeoTreeNode_Upcast; extern(C) void* function() vtkGeoImageNode_New; extern(C) int function(const(char)* jarg1) vtkGeoImageNode_IsTypeOf; extern(C) void* function(void* jarg1) vtkGeoImageNode_SafeDownCast; extern(C) void* function(void* jarg1) vtkGeoImageNode_NewInstance; extern(C) void* function(void* jarg1, int jarg2) vtkGeoImageNode_GetChild; extern(C) void* function(void* jarg1) vtkGeoImageNode_GetParent; extern(C) void* function(void* jarg1) vtkGeoImageNode_GetImage; extern(C) void function(void* jarg1, void* jarg2) vtkGeoImageNode_SetImage; extern(C) void* function(void* jarg1) vtkGeoImageNode_GetTexture; extern(C) void function(void* jarg1, void* jarg2) vtkGeoImageNode_SetTexture; extern(C) void function(void* jarg1, void* jarg2, void* jarg3, const(char)* jarg4) vtkGeoImageNode_CropImageForTile__SWIG_0; extern(C) void function(void* jarg1, void* jarg2, void* jarg3) vtkGeoImageNode_CropImageForTile__SWIG_1; extern(C) void function(void* jarg1, const(char)* jarg2) vtkGeoImageNode_LoadAnImage; extern(C) void* function(void* objectRef) vtkGeoImageNode_Upcast; extern(C) void* function() vtkImageWriter_New; extern(C) int function(const(char)* jarg1) vtkImageWriter_IsTypeOf; extern(C) void* function(void* jarg1) vtkImageWriter_SafeDownCast; extern(C) void* function(void* jarg1) vtkImageWriter_NewInstance; extern(C) void function(void* jarg1, const(char)* jarg2) vtkImageWriter_SetFileName; extern(C) const(char)* function(void* jarg1) vtkImageWriter_GetFileName; extern(C) void function(void* jarg1, const(char)* jarg2) vtkImageWriter_SetFilePrefix; extern(C) const(char)* function(void* jarg1) vtkImageWriter_GetFilePrefix; extern(C) void function(void* jarg1, const(char)* jarg2) vtkImageWriter_SetFilePattern; extern(C) const(char)* function(void* jarg1) vtkImageWriter_GetFilePattern; extern(C) void function(void* jarg1, int jarg2) vtkImageWriter_SetFileDimensionality; extern(C) int function(void* jarg1) vtkImageWriter_GetFileDimensionality; extern(C) void function(void* jarg1) vtkImageWriter_Write; extern(C) void function(void* jarg1) vtkImageWriter_DeleteFiles; extern(C) void* function(void* objectRef) vtkImageWriter_Upcast; extern(C) void* function() vtkTIFFWriter_New; extern(C) int function(const(char)* jarg1) vtkTIFFWriter_IsTypeOf; extern(C) void* function(void* jarg1) vtkTIFFWriter_SafeDownCast; extern(C) void* function(void* jarg1) vtkTIFFWriter_NewInstance; extern(C) void function(void* jarg1, int jarg2) vtkTIFFWriter_SetCompression; extern(C) int function(void* jarg1) vtkTIFFWriter_GetCompressionMinValue; extern(C) int function(void* jarg1) vtkTIFFWriter_GetCompressionMaxValue; extern(C) int function(void* jarg1) vtkTIFFWriter_GetCompression; extern(C) void function(void* jarg1) vtkTIFFWriter_SetCompressionToNoCompression; extern(C) void function(void* jarg1) vtkTIFFWriter_SetCompressionToPackBits; extern(C) void function(void* jarg1) vtkTIFFWriter_SetCompressionToJPEG; extern(C) void function(void* jarg1) vtkTIFFWriter_SetCompressionToDeflate; extern(C) void function(void* jarg1) vtkTIFFWriter_SetCompressionToLZW; extern(C) void* function(void* objectRef) vtkTIFFWriter_Upcast; extern(C) void function(void* jarg1, void* jarg2) vtkMarchingCubesTriangleCases_edges_set; extern(C) void* function(void* jarg1) vtkMarchingCubesTriangleCases_edges_get; extern(C) void* function() vtkMarchingCubesTriangleCases_GetCases; extern(C) void* function() new_vtkMarchingCubesTriangleCases; extern(C) void function(void* jarg1) delete_vtkMarchingCubesTriangleCases; extern(C) void* function() vtkPoints2D_New; extern(C) int function(const(char)* jarg1) vtkPoints2D_IsTypeOf; extern(C) void* function(void* jarg1) vtkPoints2D_SafeDownCast; extern(C) void* function(void* jarg1) vtkPoints2D_NewInstance; extern(C) int function(void* jarg1, long jarg2, long jarg3) vtkPoints2D_Allocate__SWIG_0; extern(C) int function(void* jarg1, long jarg2) vtkPoints2D_Allocate__SWIG_1; extern(C) void function(void* jarg1) vtkPoints2D_Initialize; extern(C) void function(void* jarg1, void* jarg2) vtkPoints2D_SetData; extern(C) void* function(void* jarg1) vtkPoints2D_GetData; extern(C) int function(void* jarg1) vtkPoints2D_GetDataType; extern(C) void function(void* jarg1, int jarg2) vtkPoints2D_SetDataType; extern(C) void function(void* jarg1) vtkPoints2D_SetDataTypeToBit; extern(C) void function(void* jarg1) vtkPoints2D_SetDataTypeToChar; extern(C) void function(void* jarg1) vtkPoints2D_SetDataTypeToUnsignedChar; extern(C) void function(void* jarg1) vtkPoints2D_SetDataTypeToShort; extern(C) void function(void* jarg1) vtkPoints2D_SetDataTypeToUnsignedShort; extern(C) void function(void* jarg1) vtkPoints2D_SetDataTypeToInt; extern(C) void function(void* jarg1) vtkPoints2D_SetDataTypeToUnsignedInt; extern(C) void function(void* jarg1) vtkPoints2D_SetDataTypeToLong; extern(C) void function(void* jarg1) vtkPoints2D_SetDataTypeToUnsignedLong; extern(C) void function(void* jarg1) vtkPoints2D_SetDataTypeToFloat; extern(C) void function(void* jarg1) vtkPoints2D_SetDataTypeToDouble; extern(C) void* function(void* jarg1, int jarg2) vtkPoints2D_GetVoidPointer; extern(C) void function(void* jarg1) vtkPoints2D_Squeeze; extern(C) void function(void* jarg1) vtkPoints2D_Reset; extern(C) void function(void* jarg1, void* jarg2) vtkPoints2D_DeepCopy; extern(C) void function(void* jarg1, void* jarg2) vtkPoints2D_ShallowCopy; extern(C) core.stdc.config.c_ulong function(void* jarg1) vtkPoints2D_GetActualMemorySize; extern(C) long function(void* jarg1) vtkPoints2D_GetNumberOfPoints; extern(C) void* function(void* jarg1, long jarg2) vtkPoints2D_GetPoint__SWIG_0; extern(C) void function(void* jarg1, long jarg2, void* jarg3) vtkPoints2D_GetPoint__SWIG_1; extern(C) void function(void* jarg1, long jarg2, void* jarg3) vtkPoints2D_SetPoint__SWIG_0; extern(C) void function(void* jarg1, long jarg2, void* jarg3) vtkPoints2D_SetPoint__SWIG_1; extern(C) void function(void* jarg1, long jarg2, double jarg3, double jarg4) vtkPoints2D_SetPoint__SWIG_2; extern(C) void function(void* jarg1, long jarg2, void* jarg3) vtkPoints2D_InsertPoint__SWIG_0; extern(C) void function(void* jarg1, long jarg2, void* jarg3) vtkPoints2D_InsertPoint__SWIG_1; extern(C) void function(void* jarg1, long jarg2, double jarg3, double jarg4) vtkPoints2D_InsertPoint__SWIG_2; extern(C) long function(void* jarg1, void* jarg2) vtkPoints2D_InsertNextPoint__SWIG_0; extern(C) long function(void* jarg1, void* jarg2) vtkPoints2D_InsertNextPoint__SWIG_1; extern(C) long function(void* jarg1, double jarg2, double jarg3) vtkPoints2D_InsertNextPoint__SWIG_2; extern(C) void function(void* jarg1, long jarg2) vtkPoints2D_RemovePoint; extern(C) void function(void* jarg1, long jarg2) vtkPoints2D_SetNumberOfPoints; extern(C) void function(void* jarg1, void* jarg2, void* jarg3) vtkPoints2D_GetPoints; extern(C) void function(void* jarg1) vtkPoints2D_ComputeBounds; extern(C) void* function(void* jarg1) vtkPoints2D_GetBounds__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkPoints2D_GetBounds__SWIG_1; extern(C) void* function(void* objectRef) vtkPoints2D_Upcast; extern(C) int function(const(char)* jarg1) vtkProp3D_IsTypeOf; extern(C) void* function(void* jarg1) vtkProp3D_SafeDownCast; extern(C) void* function(void* jarg1) vtkProp3D_NewInstance; extern(C) void function(void* jarg1, double jarg2, double jarg3, double jarg4) vtkProp3D_SetPosition__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkProp3D_SetPosition__SWIG_1; extern(C) void* function(void* jarg1) vtkProp3D_GetPosition__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkProp3D_GetPosition__SWIG_1; extern(C) void function(void* jarg1, void* jarg2) vtkProp3D_AddPosition__SWIG_0; extern(C) void function(void* jarg1, double jarg2, double jarg3, double jarg4) vtkProp3D_AddPosition__SWIG_1; extern(C) void function(void* jarg1, double jarg2, double jarg3, double jarg4) vtkProp3D_SetOrigin__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkProp3D_SetOrigin__SWIG_1; extern(C) void* function(void* jarg1) vtkProp3D_GetOrigin__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkProp3D_GetOrigin__SWIG_1; extern(C) void function(void* jarg1, double jarg2, double jarg3, double jarg4) vtkProp3D_SetScale__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkProp3D_SetScale__SWIG_1; extern(C) void* function(void* jarg1) vtkProp3D_GetScale__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkProp3D_GetScale__SWIG_1; extern(C) void function(void* jarg1, double jarg2) vtkProp3D_SetScale__SWIG_2; extern(C) void function(void* jarg1, void* jarg2) vtkProp3D_SetUserTransform; extern(C) void* function(void* jarg1) vtkProp3D_GetUserTransform; extern(C) void function(void* jarg1, void* jarg2) vtkProp3D_SetUserMatrix; extern(C) void* function(void* jarg1) vtkProp3D_GetUserMatrix; extern(C) void function(void* jarg1, void* jarg2) vtkProp3D_GetMatrix__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkProp3D_GetMatrix__SWIG_1; extern(C) void function(void* jarg1, void* jarg2) vtkProp3D_GetBounds__SWIG_0; extern(C) void* function(void* jarg1) vtkProp3D_GetBounds__SWIG_1; extern(C) void* function(void* jarg1) vtkProp3D_GetCenter; extern(C) void* function(void* jarg1) vtkProp3D_GetXRange; extern(C) void* function(void* jarg1) vtkProp3D_GetYRange; extern(C) void* function(void* jarg1) vtkProp3D_GetZRange; extern(C) double function(void* jarg1) vtkProp3D_GetLength; extern(C) void function(void* jarg1, double jarg2) vtkProp3D_RotateX; extern(C) void function(void* jarg1, double jarg2) vtkProp3D_RotateY; extern(C) void function(void* jarg1, double jarg2) vtkProp3D_RotateZ; extern(C) void function(void* jarg1, double jarg2, double jarg3, double jarg4, double jarg5) vtkProp3D_RotateWXYZ; extern(C) void function(void* jarg1, double jarg2, double jarg3, double jarg4) vtkProp3D_SetOrientation__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkProp3D_SetOrientation__SWIG_1; extern(C) void* function(void* jarg1) vtkProp3D_GetOrientation__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkProp3D_GetOrientation__SWIG_1; extern(C) void* function(void* jarg1) vtkProp3D_GetOrientationWXYZ; extern(C) void function(void* jarg1, double jarg2, double jarg3, double jarg4) vtkProp3D_AddOrientation__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkProp3D_AddOrientation__SWIG_1; extern(C) core.stdc.config.c_ulong function(void* jarg1) vtkProp3D_GetUserTransformMatrixMTime; extern(C) void function(void* jarg1) vtkProp3D_ComputeMatrix; extern(C) void* function(void* jarg1) vtkProp3D_GetMatrix__SWIG_2; extern(C) int function(void* jarg1) vtkProp3D_GetIsIdentity; extern(C) void* function(void* objectRef) vtkProp3D_Upcast; extern(C) void function(void* jarg1, void* jarg2) vtkLODProp3DEntry_Prop3D_set; extern(C) void* function(void* jarg1) vtkLODProp3DEntry_Prop3D_get; extern(C) void function(void* jarg1, int jarg2) vtkLODProp3DEntry_Prop3DType_set; extern(C) int function(void* jarg1) vtkLODProp3DEntry_Prop3DType_get; extern(C) void function(void* jarg1, int jarg2) vtkLODProp3DEntry_ID_set; extern(C) int function(void* jarg1) vtkLODProp3DEntry_ID_get; extern(C) void function(void* jarg1, double jarg2) vtkLODProp3DEntry_EstimatedTime_set; extern(C) double function(void* jarg1) vtkLODProp3DEntry_EstimatedTime_get; extern(C) void function(void* jarg1, int jarg2) vtkLODProp3DEntry_State_set; extern(C) int function(void* jarg1) vtkLODProp3DEntry_State_get; extern(C) void function(void* jarg1, double jarg2) vtkLODProp3DEntry_Level_set; extern(C) double function(void* jarg1) vtkLODProp3DEntry_Level_get; extern(C) void* function() new_vtkLODProp3DEntry; extern(C) void function(void* jarg1) delete_vtkLODProp3DEntry; extern(C) void* function() vtkLODProp3D_New; extern(C) int function(const(char)* jarg1) vtkLODProp3D_IsTypeOf; extern(C) void* function(void* jarg1) vtkLODProp3D_SafeDownCast; extern(C) void* function(void* jarg1) vtkLODProp3D_NewInstance; extern(C) void* function(void* jarg1) vtkLODProp3D_GetBounds__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkLODProp3D_GetBounds__SWIG_1; extern(C) int function(void* jarg1, void* jarg2, void* jarg3, void* jarg4, void* jarg5, double jarg6) vtkLODProp3D_AddLOD__SWIG_0; extern(C) int function(void* jarg1, void* jarg2, void* jarg3, void* jarg4, double jarg5) vtkLODProp3D_AddLOD__SWIG_1; extern(C) int function(void* jarg1, void* jarg2, void* jarg3, void* jarg4, double jarg5) vtkLODProp3D_AddLOD__SWIG_2; extern(C) int function(void* jarg1, void* jarg2, void* jarg3, double jarg4) vtkLODProp3D_AddLOD__SWIG_3; extern(C) int function(void* jarg1, void* jarg2, void* jarg3, double jarg4) vtkLODProp3D_AddLOD__SWIG_4; extern(C) int function(void* jarg1, void* jarg2, double jarg3) vtkLODProp3D_AddLOD__SWIG_5; extern(C) int function(void* jarg1, void* jarg2, void* jarg3, double jarg4) vtkLODProp3D_AddLOD__SWIG_6; extern(C) int function(void* jarg1, void* jarg2, double jarg3) vtkLODProp3D_AddLOD__SWIG_7; extern(C) int function(void* jarg1, void* jarg2, void* jarg3, double jarg4) vtkLODProp3D_AddLOD__SWIG_8; extern(C) int function(void* jarg1, void* jarg2, double jarg3) vtkLODProp3D_AddLOD__SWIG_9; extern(C) int function(void* jarg1) vtkLODProp3D_GetNumberOfLODs; extern(C) int function(void* jarg1) vtkLODProp3D_GetCurrentIndex; extern(C) void function(void* jarg1, int jarg2) vtkLODProp3D_RemoveLOD; extern(C) void function(void* jarg1, int jarg2, void* jarg3) vtkLODProp3D_SetLODProperty__SWIG_0; extern(C) void function(void* jarg1, int jarg2, void* jarg3) vtkLODProp3D_GetLODProperty__SWIG_0; extern(C) void function(void* jarg1, int jarg2, void* jarg3) vtkLODProp3D_SetLODProperty__SWIG_1; extern(C) void function(void* jarg1, int jarg2, void* jarg3) vtkLODProp3D_GetLODProperty__SWIG_1; extern(C) void function(void* jarg1, int jarg2, void* jarg3) vtkLODProp3D_SetLODProperty__SWIG_2; extern(C) void function(void* jarg1, int jarg2, void* jarg3) vtkLODProp3D_GetLODProperty__SWIG_2; extern(C) void function(void* jarg1, int jarg2, void* jarg3) vtkLODProp3D_SetLODMapper__SWIG_0; extern(C) void function(void* jarg1, int jarg2, void* jarg3) vtkLODProp3D_GetLODMapper__SWIG_0; extern(C) void function(void* jarg1, int jarg2, void* jarg3) vtkLODProp3D_SetLODMapper__SWIG_1; extern(C) void function(void* jarg1, int jarg2, void* jarg3) vtkLODProp3D_GetLODMapper__SWIG_1; extern(C) void function(void* jarg1, int jarg2, void* jarg3) vtkLODProp3D_SetLODMapper__SWIG_2; extern(C) void function(void* jarg1, int jarg2, void* jarg3) vtkLODProp3D_GetLODMapper__SWIG_2; extern(C) void* function(void* jarg1, int jarg2) vtkLODProp3D_GetLODMapper__SWIG_3; extern(C) void function(void* jarg1, int jarg2, void* jarg3) vtkLODProp3D_SetLODBackfaceProperty; extern(C) void function(void* jarg1, int jarg2, void* jarg3) vtkLODProp3D_GetLODBackfaceProperty; extern(C) void function(void* jarg1, int jarg2, void* jarg3) vtkLODProp3D_SetLODTexture; extern(C) void function(void* jarg1, int jarg2, void* jarg3) vtkLODProp3D_GetLODTexture; extern(C) void function(void* jarg1, int jarg2) vtkLODProp3D_EnableLOD; extern(C) void function(void* jarg1, int jarg2) vtkLODProp3D_DisableLOD; extern(C) int function(void* jarg1, int jarg2) vtkLODProp3D_IsLODEnabled; extern(C) void function(void* jarg1, int jarg2, double jarg3) vtkLODProp3D_SetLODLevel; extern(C) double function(void* jarg1, int jarg2) vtkLODProp3D_GetLODLevel; extern(C) double function(void* jarg1, int jarg2) vtkLODProp3D_GetLODIndexLevel; extern(C) double function(void* jarg1, int jarg2) vtkLODProp3D_GetLODEstimatedRenderTime; extern(C) double function(void* jarg1, int jarg2) vtkLODProp3D_GetLODIndexEstimatedRenderTime; extern(C) void function(void* jarg1, int jarg2) vtkLODProp3D_SetAutomaticLODSelection; extern(C) int function(void* jarg1) vtkLODProp3D_GetAutomaticLODSelectionMinValue; extern(C) int function(void* jarg1) vtkLODProp3D_GetAutomaticLODSelectionMaxValue; extern(C) int function(void* jarg1) vtkLODProp3D_GetAutomaticLODSelection; extern(C) void function(void* jarg1) vtkLODProp3D_AutomaticLODSelectionOn; extern(C) void function(void* jarg1) vtkLODProp3D_AutomaticLODSelectionOff; extern(C) void function(void* jarg1, int jarg2) vtkLODProp3D_SetSelectedLODID; extern(C) int function(void* jarg1) vtkLODProp3D_GetSelectedLODID; extern(C) int function(void* jarg1) vtkLODProp3D_GetLastRenderedLODID; extern(C) int function(void* jarg1) vtkLODProp3D_GetPickLODID; extern(C) void function(void* jarg1, int jarg2) vtkLODProp3D_SetSelectedPickLODID; extern(C) int function(void* jarg1) vtkLODProp3D_GetSelectedPickLODID; extern(C) void function(void* jarg1, int jarg2) vtkLODProp3D_SetAutomaticPickLODSelection; extern(C) int function(void* jarg1) vtkLODProp3D_GetAutomaticPickLODSelectionMinValue; extern(C) int function(void* jarg1) vtkLODProp3D_GetAutomaticPickLODSelectionMaxValue; extern(C) int function(void* jarg1) vtkLODProp3D_GetAutomaticPickLODSelection; extern(C) void function(void* jarg1) vtkLODProp3D_AutomaticPickLODSelectionOn; extern(C) void function(void* jarg1) vtkLODProp3D_AutomaticPickLODSelectionOff; extern(C) void* function(void* objectRef) vtkLODProp3D_Upcast; extern(C) void* function() vtkMutexLock_New; extern(C) int function(const(char)* jarg1) vtkMutexLock_IsTypeOf; extern(C) void* function(void* jarg1) vtkMutexLock_SafeDownCast; extern(C) void* function(void* jarg1) vtkMutexLock_NewInstance; extern(C) void function(void* jarg1) vtkMutexLock_Lock; extern(C) void function(void* jarg1) vtkMutexLock_Unlock; extern(C) void function(void* jarg1) delete_vtkMutexLock; extern(C) void* function(void* objectRef) vtkMutexLock_Upcast; extern(C) void* function() vtkConditionVariable_New; extern(C) int function(const(char)* jarg1) vtkConditionVariable_IsTypeOf; extern(C) void* function(void* jarg1) vtkConditionVariable_SafeDownCast; extern(C) void* function(void* jarg1) vtkConditionVariable_NewInstance; extern(C) void function(void* jarg1) vtkConditionVariable_Signal; extern(C) void function(void* jarg1) vtkConditionVariable_Broadcast; extern(C) int function(void* jarg1, void* jarg2) vtkConditionVariable_Wait; extern(C) void function(void* jarg1) delete_vtkConditionVariable; extern(C) void* function(void* objectRef) vtkConditionVariable_Upcast; extern(C) int function(const(char)* jarg1) vtkOutputWindow_IsTypeOf; extern(C) void* function(void* jarg1) vtkOutputWindow_SafeDownCast; extern(C) void* function(void* jarg1) vtkOutputWindow_NewInstance; extern(C) void* function() vtkOutputWindow_New; extern(C) void* function() vtkOutputWindow_GetInstance; extern(C) void function(void* jarg1) vtkOutputWindow_SetInstance; extern(C) void function(void* jarg1, const(char)* jarg2) vtkOutputWindow_DisplayText; extern(C) void function(void* jarg1, const(char)* jarg2) vtkOutputWindow_DisplayErrorText; extern(C) void function(void* jarg1, const(char)* jarg2) vtkOutputWindow_DisplayWarningText; extern(C) void function(void* jarg1, const(char)* jarg2) vtkOutputWindow_DisplayGenericWarningText; extern(C) void function(void* jarg1, const(char)* jarg2) vtkOutputWindow_DisplayDebugText; extern(C) void function(void* jarg1) vtkOutputWindow_PromptUserOn; extern(C) void function(void* jarg1) vtkOutputWindow_PromptUserOff; extern(C) void function(void* jarg1, int jarg2) vtkOutputWindow_SetPromptUser; extern(C) void* function(void* objectRef) vtkOutputWindow_Upcast; extern(C) int function(const(char)* jarg1) vtkFileOutputWindow_IsTypeOf; extern(C) void* function(void* jarg1) vtkFileOutputWindow_SafeDownCast; extern(C) void* function(void* jarg1) vtkFileOutputWindow_NewInstance; extern(C) void* function() vtkFileOutputWindow_New; extern(C) void function(void* jarg1, const(char)* jarg2) vtkFileOutputWindow_SetFileName; extern(C) const(char)* function(void* jarg1) vtkFileOutputWindow_GetFileName; extern(C) void function(void* jarg1, int jarg2) vtkFileOutputWindow_SetFlush; extern(C) int function(void* jarg1) vtkFileOutputWindow_GetFlush; extern(C) void function(void* jarg1) vtkFileOutputWindow_FlushOn; extern(C) void function(void* jarg1) vtkFileOutputWindow_FlushOff; extern(C) void function(void* jarg1, int jarg2) vtkFileOutputWindow_SetAppend; extern(C) int function(void* jarg1) vtkFileOutputWindow_GetAppend; extern(C) void function(void* jarg1) vtkFileOutputWindow_AppendOn; extern(C) void function(void* jarg1) vtkFileOutputWindow_AppendOff; extern(C) void* function(void* objectRef) vtkFileOutputWindow_Upcast; extern(C) void* function() new_vtkContextPolygon__SWIG_0; extern(C) void* function(void* jarg1) new_vtkContextPolygon__SWIG_1; extern(C) void function(void* jarg1) delete_vtkContextPolygon; extern(C) void function(void* jarg1, void* jarg2) vtkContextPolygon_AddPoint__SWIG_0; extern(C) void function(void* jarg1, float jarg2, float jarg3) vtkContextPolygon_AddPoint__SWIG_1; extern(C) void* function(void* jarg1, long jarg2) vtkContextPolygon_GetPoint; extern(C) long function(void* jarg1) vtkContextPolygon_GetNumberOfPoints; extern(C) void function(void* jarg1) vtkContextPolygon_Clear; extern(C) uint function(void* jarg1, void* jarg2) vtkContextPolygon_Contains; extern(C) void* function(void* jarg1, void* jarg2) vtkContextPolygon_Transformed; extern(C) void* function(void* jarg1, void* jarg2) vtkContextPolygon_Equal; extern(C) int function(const(char)* jarg1) vtkChartXY_IsTypeOf; extern(C) void* function(void* jarg1) vtkChartXY_SafeDownCast; extern(C) void* function(void* jarg1) vtkChartXY_NewInstance; extern(C) void* function() vtkChartXY_New; extern(C) void* function(void* jarg1, int jarg2) vtkChartXY_AddPlot__SWIG_0; extern(C) long function(void* jarg1, void* jarg2) vtkChartXY_AddPlot__SWIG_1; extern(C) int function(void* jarg1, void* jarg2) vtkChartXY_GetPlotCorner; extern(C) void function(void* jarg1, void* jarg2, int jarg3) vtkChartXY_SetPlotCorner; extern(C) void function(void* jarg1, void* jarg2) vtkChartXY_SetTooltip; extern(C) void* function(void* jarg1) vtkChartXY_GetTooltip; extern(C) void function(void* jarg1, uint jarg2) vtkChartXY_SetDrawAxesAtOrigin; extern(C) uint function(void* jarg1) vtkChartXY_GetDrawAxesAtOrigin; extern(C) void function(void* jarg1) vtkChartXY_DrawAxesAtOriginOn; extern(C) void function(void* jarg1) vtkChartXY_DrawAxesAtOriginOff; extern(C) void function(void* jarg1, uint jarg2) vtkChartXY_SetAutoAxes; extern(C) uint function(void* jarg1) vtkChartXY_GetAutoAxes; extern(C) void function(void* jarg1) vtkChartXY_AutoAxesOn; extern(C) void function(void* jarg1) vtkChartXY_AutoAxesOff; extern(C) void function(void* jarg1, int jarg2) vtkChartXY_SetHiddenAxisBorder; extern(C) int function(void* jarg1) vtkChartXY_GetHiddenAxisBorder; extern(C) void function(void* jarg1, uint jarg2) vtkChartXY_SetForceAxesToBounds; extern(C) uint function(void* jarg1) vtkChartXY_GetForceAxesToBounds; extern(C) void function(void* jarg1) vtkChartXY_ForceAxesToBoundsOn; extern(C) void function(void* jarg1) vtkChartXY_ForceAxesToBoundsOff; extern(C) void function(void* jarg1, float jarg2) vtkChartXY_SetBarWidthFraction; extern(C) float function(void* jarg1) vtkChartXY_GetBarWidthFraction; extern(C) void function(void* jarg1, void* jarg2, void* jarg3, long jarg4, void* jarg5, long jarg6) vtkChartXY_SetTooltipInfo__SWIG_0; extern(C) void function(void* jarg1, void* jarg2, void* jarg3, long jarg4, void* jarg5) vtkChartXY_SetTooltipInfo__SWIG_1; extern(C) void* function() new_vtkChartXY; extern(C) void function(void* jarg1) delete_vtkChartXY; extern(C) void* function(void* objectRef) vtkChartXY_Upcast; extern(C) void function(void* jarg1, void* jarg2) vtkChartPlotData_SeriesName_set; extern(C) void* function(void* jarg1) vtkChartPlotData_SeriesName_get; extern(C) void function(void* jarg1, void* jarg2) vtkChartPlotData_Position_set; extern(C) void* function(void* jarg1) vtkChartPlotData_Position_get; extern(C) void function(void* jarg1, void* jarg2) vtkChartPlotData_ScreenPosition_set; extern(C) void* function(void* jarg1) vtkChartPlotData_ScreenPosition_get; extern(C) void function(void* jarg1, int jarg2) vtkChartPlotData_Index_set; extern(C) int function(void* jarg1) vtkChartPlotData_Index_get; extern(C) void* function() new_vtkChartPlotData; extern(C) void function(void* jarg1) delete_vtkChartPlotData; extern(C) int function(const(char)* jarg1) vtkChartHistogram2D_IsTypeOf; extern(C) void* function(void* jarg1) vtkChartHistogram2D_SafeDownCast; extern(C) void* function(void* jarg1) vtkChartHistogram2D_NewInstance; extern(C) void* function() vtkChartHistogram2D_New; extern(C) void function(void* jarg1, void* jarg2, long jarg3) vtkChartHistogram2D_SetInputData__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkChartHistogram2D_SetInputData__SWIG_1; extern(C) void function(void* jarg1, void* jarg2) vtkChartHistogram2D_SetTransferFunction; extern(C) uint function(void* jarg1, void* jarg2) vtkChartHistogram2D_Hit; extern(C) void* function(void* objectRef) vtkChartHistogram2D_Upcast; extern(C) int function(const(char)* jarg1) vtkImplicitFunction_IsTypeOf; extern(C) void* function(void* jarg1) vtkImplicitFunction_SafeDownCast; extern(C) void* function(void* jarg1) vtkImplicitFunction_NewInstance; extern(C) double function(void* jarg1, void* jarg2) vtkImplicitFunction_FunctionValue__SWIG_0; extern(C) double function(void* jarg1, double jarg2, double jarg3, double jarg4) vtkImplicitFunction_FunctionValue__SWIG_1; extern(C) void function(void* jarg1, void* jarg2, void* jarg3) vtkImplicitFunction_FunctionGradient__SWIG_0; extern(C) void* function(void* jarg1, void* jarg2) vtkImplicitFunction_FunctionGradient__SWIG_1; extern(C) void* function(void* jarg1, double jarg2, double jarg3, double jarg4) vtkImplicitFunction_FunctionGradient__SWIG_2; extern(C) void function(void* jarg1, void* jarg2) vtkImplicitFunction_SetTransform__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkImplicitFunction_SetTransform__SWIG_1; extern(C) void* function(void* jarg1) vtkImplicitFunction_GetTransform; extern(C) double function(void* jarg1, void* jarg2) vtkImplicitFunction_EvaluateFunction__SWIG_0; extern(C) double function(void* jarg1, double jarg2, double jarg3, double jarg4) vtkImplicitFunction_EvaluateFunction__SWIG_1; extern(C) void function(void* jarg1, void* jarg2, void* jarg3) vtkImplicitFunction_EvaluateGradient; extern(C) void* function(void* objectRef) vtkImplicitFunction_Upcast; extern(C) void* function() vtkPlanes_New; extern(C) int function(const(char)* jarg1) vtkPlanes_IsTypeOf; extern(C) void* function(void* jarg1) vtkPlanes_SafeDownCast; extern(C) void* function(void* jarg1) vtkPlanes_NewInstance; extern(C) double function(void* jarg1, void* jarg2) vtkPlanes_EvaluateFunction__SWIG_0; extern(C) double function(void* jarg1, double jarg2, double jarg3, double jarg4) vtkPlanes_EvaluateFunction__SWIG_1; extern(C) void function(void* jarg1, void* jarg2) vtkPlanes_SetPoints; extern(C) void* function(void* jarg1) vtkPlanes_GetPoints; extern(C) void function(void* jarg1, void* jarg2) vtkPlanes_SetNormals; extern(C) void* function(void* jarg1) vtkPlanes_GetNormals; extern(C) void function(void* jarg1, void* jarg2) vtkPlanes_SetFrustumPlanes; extern(C) void function(void* jarg1, void* jarg2) vtkPlanes_SetBounds__SWIG_0; extern(C) void function(void* jarg1, double jarg2, double jarg3, double jarg4, double jarg5, double jarg6, double jarg7) vtkPlanes_SetBounds__SWIG_1; extern(C) int function(void* jarg1) vtkPlanes_GetNumberOfPlanes; extern(C) void* function(void* jarg1, int jarg2) vtkPlanes_GetPlane__SWIG_0; extern(C) void function(void* jarg1, int jarg2, void* jarg3) vtkPlanes_GetPlane__SWIG_1; extern(C) void* function(void* objectRef) vtkPlanes_Upcast; extern(C) int function(const(char)* jarg1) vtkParametricFunction_IsTypeOf; extern(C) void* function(void* jarg1) vtkParametricFunction_SafeDownCast; extern(C) void* function(void* jarg1) vtkParametricFunction_NewInstance; extern(C) int function(void* jarg1) vtkParametricFunction_GetDimension; extern(C) void function(void* jarg1, void* jarg2, void* jarg3, void* jarg4) vtkParametricFunction_Evaluate; extern(C) double function(void* jarg1, void* jarg2, void* jarg3, void* jarg4) vtkParametricFunction_EvaluateScalar; extern(C) void function(void* jarg1, double jarg2) vtkParametricFunction_SetMinimumU; extern(C) double function(void* jarg1) vtkParametricFunction_GetMinimumU; extern(C) void function(void* jarg1, double jarg2) vtkParametricFunction_SetMaximumU; extern(C) double function(void* jarg1) vtkParametricFunction_GetMaximumU; extern(C) void function(void* jarg1, double jarg2) vtkParametricFunction_SetMinimumV; extern(C) double function(void* jarg1) vtkParametricFunction_GetMinimumV; extern(C) void function(void* jarg1, double jarg2) vtkParametricFunction_SetMaximumV; extern(C) double function(void* jarg1) vtkParametricFunction_GetMaximumV; extern(C) void function(void* jarg1, double jarg2) vtkParametricFunction_SetMinimumW; extern(C) double function(void* jarg1) vtkParametricFunction_GetMinimumW; extern(C) void function(void* jarg1, double jarg2) vtkParametricFunction_SetMaximumW; extern(C) double function(void* jarg1) vtkParametricFunction_GetMaximumW; extern(C) void function(void* jarg1, int jarg2) vtkParametricFunction_SetJoinU; extern(C) int function(void* jarg1) vtkParametricFunction_GetJoinU; extern(C) void function(void* jarg1) vtkParametricFunction_JoinUOn; extern(C) void function(void* jarg1) vtkParametricFunction_JoinUOff; extern(C) void function(void* jarg1, int jarg2) vtkParametricFunction_SetJoinV; extern(C) int function(void* jarg1) vtkParametricFunction_GetJoinV; extern(C) void function(void* jarg1) vtkParametricFunction_JoinVOn; extern(C) void function(void* jarg1) vtkParametricFunction_JoinVOff; extern(C) void function(void* jarg1, int jarg2) vtkParametricFunction_SetTwistU; extern(C) int function(void* jarg1) vtkParametricFunction_GetTwistU; extern(C) void function(void* jarg1) vtkParametricFunction_TwistUOn; extern(C) void function(void* jarg1) vtkParametricFunction_TwistUOff; extern(C) void function(void* jarg1, int jarg2) vtkParametricFunction_SetTwistV; extern(C) int function(void* jarg1) vtkParametricFunction_GetTwistV; extern(C) void function(void* jarg1) vtkParametricFunction_TwistVOn; extern(C) void function(void* jarg1) vtkParametricFunction_TwistVOff; extern(C) void function(void* jarg1, int jarg2) vtkParametricFunction_SetClockwiseOrdering; extern(C) int function(void* jarg1) vtkParametricFunction_GetClockwiseOrdering; extern(C) void function(void* jarg1) vtkParametricFunction_ClockwiseOrderingOn; extern(C) void function(void* jarg1) vtkParametricFunction_ClockwiseOrderingOff; extern(C) void function(void* jarg1, int jarg2) vtkParametricFunction_SetDerivativesAvailable; extern(C) int function(void* jarg1) vtkParametricFunction_GetDerivativesAvailable; extern(C) void function(void* jarg1) vtkParametricFunction_DerivativesAvailableOn; extern(C) void function(void* jarg1) vtkParametricFunction_DerivativesAvailableOff; extern(C) void* function(void* objectRef) vtkParametricFunction_Upcast; extern(C) int function(const(char)* jarg1) vtkParametricTorus_IsTypeOf; extern(C) void* function(void* jarg1) vtkParametricTorus_SafeDownCast; extern(C) void* function(void* jarg1) vtkParametricTorus_NewInstance; extern(C) void* function() vtkParametricTorus_New; extern(C) void function(void* jarg1, double jarg2) vtkParametricTorus_SetRingRadius; extern(C) double function(void* jarg1) vtkParametricTorus_GetRingRadius; extern(C) void function(void* jarg1, double jarg2) vtkParametricTorus_SetCrossSectionRadius; extern(C) double function(void* jarg1) vtkParametricTorus_GetCrossSectionRadius; extern(C) void* function(void* objectRef) vtkParametricTorus_Upcast; extern(C) int function(const(char)* jarg1) vtkAbstractTransform_IsTypeOf; extern(C) void* function(void* jarg1) vtkAbstractTransform_SafeDownCast; extern(C) void* function(void* jarg1) vtkAbstractTransform_NewInstance; extern(C) void function(void* jarg1, void* jarg2, void* jarg3) vtkAbstractTransform_TransformPoint__SWIG_0; extern(C) void function(void* jarg1, void* jarg2, void* jarg3) vtkAbstractTransform_TransformPoint__SWIG_1; extern(C) void* function(void* jarg1, double jarg2, double jarg3, double jarg4) vtkAbstractTransform_TransformPoint__SWIG_2; extern(C) void* function(void* jarg1, void* jarg2) vtkAbstractTransform_TransformPoint__SWIG_3; extern(C) void* function(void* jarg1, float jarg2, float jarg3, float jarg4) vtkAbstractTransform_TransformFloatPoint__SWIG_0; extern(C) void* function(void* jarg1, void* jarg2) vtkAbstractTransform_TransformFloatPoint__SWIG_1; extern(C) void* function(void* jarg1, double jarg2, double jarg3, double jarg4) vtkAbstractTransform_TransformDoublePoint__SWIG_0; extern(C) void* function(void* jarg1, void* jarg2) vtkAbstractTransform_TransformDoublePoint__SWIG_1; extern(C) void function(void* jarg1, void* jarg2, void* jarg3, void* jarg4) vtkAbstractTransform_TransformNormalAtPoint__SWIG_0; extern(C) void function(void* jarg1, void* jarg2, void* jarg3, void* jarg4) vtkAbstractTransform_TransformNormalAtPoint__SWIG_1; extern(C) void* function(void* jarg1, void* jarg2, void* jarg3) vtkAbstractTransform_TransformNormalAtPoint__SWIG_2; extern(C) void* function(void* jarg1, void* jarg2, void* jarg3) vtkAbstractTransform_TransformDoubleNormalAtPoint; extern(C) void* function(void* jarg1, void* jarg2, void* jarg3) vtkAbstractTransform_TransformFloatNormalAtPoint; extern(C) void function(void* jarg1, void* jarg2, void* jarg3, void* jarg4) vtkAbstractTransform_TransformVectorAtPoint__SWIG_0; extern(C) void function(void* jarg1, void* jarg2, void* jarg3, void* jarg4) vtkAbstractTransform_TransformVectorAtPoint__SWIG_1; extern(C) void* function(void* jarg1, void* jarg2, void* jarg3) vtkAbstractTransform_TransformVectorAtPoint__SWIG_2; extern(C) void* function(void* jarg1, void* jarg2, void* jarg3) vtkAbstractTransform_TransformDoubleVectorAtPoint; extern(C) void* function(void* jarg1, void* jarg2, void* jarg3) vtkAbstractTransform_TransformFloatVectorAtPoint; extern(C) void function(void* jarg1, void* jarg2, void* jarg3) vtkAbstractTransform_TransformPoints; extern(C) void function(void* jarg1, void* jarg2, void* jarg3, void* jarg4, void* jarg5, void* jarg6, void* jarg7) vtkAbstractTransform_TransformPointsNormalsVectors; extern(C) void* function(void* jarg1) vtkAbstractTransform_GetInverse; extern(C) void function(void* jarg1, void* jarg2) vtkAbstractTransform_SetInverse; extern(C) void function(void* jarg1) vtkAbstractTransform_Inverse; extern(C) void function(void* jarg1, void* jarg2) vtkAbstractTransform_DeepCopy; extern(C) void function(void* jarg1) vtkAbstractTransform_Update; extern(C) void function(void* jarg1, void* jarg2, void* jarg3) vtkAbstractTransform_InternalTransformPoint__SWIG_0; extern(C) void function(void* jarg1, void* jarg2, void* jarg3) vtkAbstractTransform_InternalTransformPoint__SWIG_1; extern(C) void function(void* jarg1, void* jarg2, void* jarg3, void* jarg4) vtkAbstractTransform_InternalTransformDerivative__SWIG_0; extern(C) void function(void* jarg1, void* jarg2, void* jarg3, void* jarg4) vtkAbstractTransform_InternalTransformDerivative__SWIG_1; extern(C) void* function(void* jarg1) vtkAbstractTransform_MakeTransform; extern(C) int function(void* jarg1, void* jarg2) vtkAbstractTransform_CircuitCheck; extern(C) void* function(void* objectRef) vtkAbstractTransform_Upcast; extern(C) void* function() vtkGeoSphereTransform_New; extern(C) int function(const(char)* jarg1) vtkGeoSphereTransform_IsTypeOf; extern(C) void* function(void* jarg1) vtkGeoSphereTransform_SafeDownCast; extern(C) void* function(void* jarg1) vtkGeoSphereTransform_NewInstance; extern(C) void function(void* jarg1, void* jarg2, void* jarg3) vtkGeoSphereTransform_InternalTransformPoint__SWIG_0; extern(C) void function(void* jarg1, void* jarg2, void* jarg3) vtkGeoSphereTransform_InternalTransformPoint__SWIG_1; extern(C) void function(void* jarg1, void* jarg2, void* jarg3, void* jarg4) vtkGeoSphereTransform_InternalTransformDerivative__SWIG_0; extern(C) void function(void* jarg1, void* jarg2, void* jarg3, void* jarg4) vtkGeoSphereTransform_InternalTransformDerivative__SWIG_1; extern(C) void function(void* jarg1, uint jarg2) vtkGeoSphereTransform_SetToRectangular; extern(C) uint function(void* jarg1) vtkGeoSphereTransform_GetToRectangular; extern(C) void function(void* jarg1) vtkGeoSphereTransform_ToRectangularOn; extern(C) void function(void* jarg1) vtkGeoSphereTransform_ToRectangularOff; extern(C) void function(void* jarg1, double jarg2) vtkGeoSphereTransform_SetBaseAltitude; extern(C) double function(void* jarg1) vtkGeoSphereTransform_GetBaseAltitude; extern(C) void* function(void* objectRef) vtkGeoSphereTransform_Upcast; extern(C) void* function() vtkDataObjectAlgorithm_New; extern(C) int function(const(char)* jarg1) vtkDataObjectAlgorithm_IsTypeOf; extern(C) void* function(void* jarg1) vtkDataObjectAlgorithm_SafeDownCast; extern(C) void* function(void* jarg1) vtkDataObjectAlgorithm_NewInstance; extern(C) void* function(void* jarg1) vtkDataObjectAlgorithm_GetOutput__SWIG_0; extern(C) void* function(void* jarg1, int jarg2) vtkDataObjectAlgorithm_GetOutput__SWIG_1; extern(C) void function(void* jarg1, void* jarg2) vtkDataObjectAlgorithm_SetOutput; extern(C) void* function(void* jarg1) vtkDataObjectAlgorithm_GetInput__SWIG_0; extern(C) void* function(void* jarg1, int jarg2) vtkDataObjectAlgorithm_GetInput__SWIG_1; extern(C) void function(void* jarg1, void* jarg2) vtkDataObjectAlgorithm_SetInputData__SWIG_0; extern(C) void function(void* jarg1, int jarg2, void* jarg3) vtkDataObjectAlgorithm_SetInputData__SWIG_1; extern(C) void function(void* jarg1, void* jarg2) vtkDataObjectAlgorithm_AddInputData__SWIG_0; extern(C) void function(void* jarg1, int jarg2, void* jarg3) vtkDataObjectAlgorithm_AddInputData__SWIG_1; extern(C) void* function(void* objectRef) vtkDataObjectAlgorithm_Upcast; extern(C) void* function() vtkReflectionFilter_New; extern(C) int function(const(char)* jarg1) vtkReflectionFilter_IsTypeOf; extern(C) void* function(void* jarg1) vtkReflectionFilter_SafeDownCast; extern(C) void* function(void* jarg1) vtkReflectionFilter_NewInstance; extern(C) void function(void* jarg1, int jarg2) vtkReflectionFilter_SetPlane; extern(C) int function(void* jarg1) vtkReflectionFilter_GetPlaneMinValue; extern(C) int function(void* jarg1) vtkReflectionFilter_GetPlaneMaxValue; extern(C) int function(void* jarg1) vtkReflectionFilter_GetPlane; extern(C) void function(void* jarg1) vtkReflectionFilter_SetPlaneToX; extern(C) void function(void* jarg1) vtkReflectionFilter_SetPlaneToY; extern(C) void function(void* jarg1) vtkReflectionFilter_SetPlaneToZ; extern(C) void function(void* jarg1) vtkReflectionFilter_SetPlaneToXMin; extern(C) void function(void* jarg1) vtkReflectionFilter_SetPlaneToYMin; extern(C) void function(void* jarg1) vtkReflectionFilter_SetPlaneToZMin; extern(C) void function(void* jarg1) vtkReflectionFilter_SetPlaneToXMax; extern(C) void function(void* jarg1) vtkReflectionFilter_SetPlaneToYMax; extern(C) void function(void* jarg1) vtkReflectionFilter_SetPlaneToZMax; extern(C) void function(void* jarg1, double jarg2) vtkReflectionFilter_SetCenter; extern(C) double function(void* jarg1) vtkReflectionFilter_GetCenter; extern(C) void function(void* jarg1, int jarg2) vtkReflectionFilter_SetCopyInput; extern(C) int function(void* jarg1) vtkReflectionFilter_GetCopyInput; extern(C) void function(void* jarg1) vtkReflectionFilter_CopyInputOn; extern(C) void function(void* jarg1) vtkReflectionFilter_CopyInputOff; extern(C) void* function(void* objectRef) vtkReflectionFilter_Upcast; extern(C) void* function() vtkPReflectionFilter_New; extern(C) int function(const(char)* jarg1) vtkPReflectionFilter_IsTypeOf; extern(C) void* function(void* jarg1) vtkPReflectionFilter_SafeDownCast; extern(C) void* function(void* jarg1) vtkPReflectionFilter_NewInstance; extern(C) void function(void* jarg1, void* jarg2) vtkPReflectionFilter_SetController; extern(C) void* function(void* jarg1) vtkPReflectionFilter_GetController; extern(C) void* function() new_vtkPReflectionFilter; extern(C) void function(void* jarg1) delete_vtkPReflectionFilter; extern(C) void* function(void* objectRef) vtkPReflectionFilter_Upcast; extern(C) int function() VTK_RAMP_LINEAR_get; extern(C) int function() VTK_RAMP_SCURVE_get; extern(C) int function() VTK_RAMP_SQRT_get; extern(C) int function() VTK_SCALE_LINEAR_get; extern(C) int function() VTK_SCALE_LOG10_get; extern(C) void* function() vtkLookupTable_New; extern(C) int function(const(char)* jarg1) vtkLookupTable_IsTypeOf; extern(C) void* function(void* jarg1) vtkLookupTable_SafeDownCast; extern(C) void* function(void* jarg1) vtkLookupTable_NewInstance; extern(C) int function(void* jarg1, int jarg2, int jarg3) vtkLookupTable_Allocate__SWIG_0; extern(C) int function(void* jarg1, int jarg2) vtkLookupTable_Allocate__SWIG_1; extern(C) int function(void* jarg1) vtkLookupTable_Allocate__SWIG_2; extern(C) void function(void* jarg1) vtkLookupTable_ForceBuild; extern(C) void function(void* jarg1, int jarg2) vtkLookupTable_SetRamp; extern(C) void function(void* jarg1) vtkLookupTable_SetRampToLinear; extern(C) void function(void* jarg1) vtkLookupTable_SetRampToSCurve; extern(C) void function(void* jarg1) vtkLookupTable_SetRampToSQRT; extern(C) int function(void* jarg1) vtkLookupTable_GetRamp; extern(C) void function(void* jarg1, int jarg2) vtkLookupTable_SetScale; extern(C) void function(void* jarg1) vtkLookupTable_SetScaleToLinear; extern(C) void function(void* jarg1) vtkLookupTable_SetScaleToLog10; extern(C) int function(void* jarg1) vtkLookupTable_GetScale; extern(C) void function(void* jarg1, void* jarg2) vtkLookupTable_SetTableRange__SWIG_0; extern(C) void function(void* jarg1, double jarg2, double jarg3) vtkLookupTable_SetTableRange__SWIG_1; extern(C) void* function(void* jarg1) vtkLookupTable_GetTableRange__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkLookupTable_GetTableRange__SWIG_1; extern(C) void function(void* jarg1, double jarg2, double jarg3) vtkLookupTable_SetHueRange__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkLookupTable_SetHueRange__SWIG_1; extern(C) void* function(void* jarg1) vtkLookupTable_GetHueRange__SWIG_0; extern(C) void function(void* jarg1, void* jarg2, void* jarg3) vtkLookupTable_GetHueRange__SWIG_1; extern(C) void function(void* jarg1, void* jarg2) vtkLookupTable_GetHueRange__SWIG_2; extern(C) void function(void* jarg1, double jarg2, double jarg3) vtkLookupTable_SetSaturationRange__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkLookupTable_SetSaturationRange__SWIG_1; extern(C) void* function(void* jarg1) vtkLookupTable_GetSaturationRange__SWIG_0; extern(C) void function(void* jarg1, void* jarg2, void* jarg3) vtkLookupTable_GetSaturationRange__SWIG_1; extern(C) void function(void* jarg1, void* jarg2) vtkLookupTable_GetSaturationRange__SWIG_2; extern(C) void function(void* jarg1, double jarg2, double jarg3) vtkLookupTable_SetValueRange__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkLookupTable_SetValueRange__SWIG_1; extern(C) void* function(void* jarg1) vtkLookupTable_GetValueRange__SWIG_0; extern(C) void function(void* jarg1, void* jarg2, void* jarg3) vtkLookupTable_GetValueRange__SWIG_1; extern(C) void function(void* jarg1, void* jarg2) vtkLookupTable_GetValueRange__SWIG_2; extern(C) void function(void* jarg1, double jarg2, double jarg3) vtkLookupTable_SetAlphaRange__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkLookupTable_SetAlphaRange__SWIG_1; extern(C) void* function(void* jarg1) vtkLookupTable_GetAlphaRange__SWIG_0; extern(C) void function(void* jarg1, void* jarg2, void* jarg3) vtkLookupTable_GetAlphaRange__SWIG_1; extern(C) void function(void* jarg1, void* jarg2) vtkLookupTable_GetAlphaRange__SWIG_2; extern(C) void function(void* jarg1, double jarg2, double jarg3, double jarg4, double jarg5) vtkLookupTable_SetNanColor__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkLookupTable_SetNanColor__SWIG_1; extern(C) void* function(void* jarg1) vtkLookupTable_GetNanColor__SWIG_0; extern(C) void function(void* jarg1, void* jarg2, void* jarg3, void* jarg4, void* jarg5) vtkLookupTable_GetNanColor__SWIG_1; extern(C) void function(void* jarg1, void* jarg2) vtkLookupTable_GetNanColor__SWIG_2; extern(C) void* function(void* jarg1) vtkLookupTable_GetNanColorAsUnsignedChars; extern(C) long function(void* jarg1, double jarg2) vtkLookupTable_GetIndex; extern(C) void function(void* jarg1, long jarg2) vtkLookupTable_SetNumberOfTableValues; extern(C) long function(void* jarg1) vtkLookupTable_GetNumberOfTableValues; extern(C) void function(void* jarg1, long jarg2, void* jarg3) vtkLookupTable_SetTableValue__SWIG_0; extern(C) void function(void* jarg1, long jarg2, double jarg3, double jarg4, double jarg5, double jarg6) vtkLookupTable_SetTableValue__SWIG_1; extern(C) void function(void* jarg1, long jarg2, double jarg3, double jarg4, double jarg5) vtkLookupTable_SetTableValue__SWIG_2; extern(C) void* function(void* jarg1, long jarg2) vtkLookupTable_GetTableValue__SWIG_0; extern(C) void function(void* jarg1, long jarg2, void* jarg3) vtkLookupTable_GetTableValue__SWIG_1; extern(C) void* function(void* jarg1, long jarg2) vtkLookupTable_GetPointer; extern(C) void* function(void* jarg1, long jarg2, int jarg3) vtkLookupTable_WritePointer; extern(C) void function(void* jarg1, double jarg2, double jarg3) vtkLookupTable_SetRange__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkLookupTable_SetRange__SWIG_1; extern(C) void function(void* jarg1, long jarg2) vtkLookupTable_SetNumberOfColors; extern(C) long function(void* jarg1) vtkLookupTable_GetNumberOfColorsMinValue; extern(C) long function(void* jarg1) vtkLookupTable_GetNumberOfColorsMaxValue; extern(C) long function(void* jarg1) vtkLookupTable_GetNumberOfColors; extern(C) void function(void* jarg1, void* jarg2) vtkLookupTable_SetTable; extern(C) void* function(void* jarg1) vtkLookupTable_GetTable; extern(C) void* function(void* objectRef) vtkLookupTable_Upcast; extern(C) void* function() vtkLogLookupTable_New; extern(C) int function(const(char)* jarg1) vtkLogLookupTable_IsTypeOf; extern(C) void* function(void* jarg1) vtkLogLookupTable_SafeDownCast; extern(C) void* function(void* jarg1) vtkLogLookupTable_NewInstance; extern(C) void* function(void* objectRef) vtkLogLookupTable_Upcast; extern(C) void* function() vtkUndirectedGraph_New; extern(C) int function(const(char)* jarg1) vtkUndirectedGraph_IsTypeOf; extern(C) void* function(void* jarg1) vtkUndirectedGraph_SafeDownCast; extern(C) void* function(void* jarg1) vtkUndirectedGraph_NewInstance; extern(C) uint function(void* jarg1, void* jarg2) vtkUndirectedGraph_IsStructureValid; extern(C) void* function(void* objectRef) vtkUndirectedGraph_Upcast; extern(C) void* function() vtkUndirectedGraphAlgorithm_New; extern(C) int function(const(char)* jarg1) vtkUndirectedGraphAlgorithm_IsTypeOf; extern(C) void* function(void* jarg1) vtkUndirectedGraphAlgorithm_SafeDownCast; extern(C) void* function(void* jarg1) vtkUndirectedGraphAlgorithm_NewInstance; extern(C) void* function(void* jarg1) vtkUndirectedGraphAlgorithm_GetOutput__SWIG_0; extern(C) void* function(void* jarg1, int jarg2) vtkUndirectedGraphAlgorithm_GetOutput__SWIG_1; extern(C) void function(void* jarg1, void* jarg2) vtkUndirectedGraphAlgorithm_SetInputData__SWIG_0; extern(C) void function(void* jarg1, int jarg2, void* jarg3) vtkUndirectedGraphAlgorithm_SetInputData__SWIG_1; extern(C) void* function(void* objectRef) vtkUndirectedGraphAlgorithm_Upcast; extern(C) int function() VTK_POINT_UNIFORM_get; extern(C) int function() VTK_POINT_SHELL_get; extern(C) void* function() vtkPointSource_New; extern(C) int function(const(char)* jarg1) vtkPointSource_IsTypeOf; extern(C) void* function(void* jarg1) vtkPointSource_SafeDownCast; extern(C) void* function(void* jarg1) vtkPointSource_NewInstance; extern(C) void function(void* jarg1, long jarg2) vtkPointSource_SetNumberOfPoints; extern(C) long function(void* jarg1) vtkPointSource_GetNumberOfPointsMinValue; extern(C) long function(void* jarg1) vtkPointSource_GetNumberOfPointsMaxValue; extern(C) long function(void* jarg1) vtkPointSource_GetNumberOfPoints; extern(C) void function(void* jarg1, double jarg2, double jarg3, double jarg4) vtkPointSource_SetCenter__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkPointSource_SetCenter__SWIG_1; extern(C) void* function(void* jarg1) vtkPointSource_GetCenter__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkPointSource_GetCenter__SWIG_1; extern(C) void function(void* jarg1, double jarg2) vtkPointSource_SetRadius; extern(C) double function(void* jarg1) vtkPointSource_GetRadiusMinValue; extern(C) double function(void* jarg1) vtkPointSource_GetRadiusMaxValue; extern(C) double function(void* jarg1) vtkPointSource_GetRadius; extern(C) void function(void* jarg1, int jarg2) vtkPointSource_SetDistribution; extern(C) void function(void* jarg1) vtkPointSource_SetDistributionToUniform; extern(C) void function(void* jarg1) vtkPointSource_SetDistributionToShell; extern(C) int function(void* jarg1) vtkPointSource_GetDistribution; extern(C) void* function(void* objectRef) vtkPointSource_Upcast; extern(C) void* function() vtkMultiBlockDataSetAlgorithm_New; extern(C) int function(const(char)* jarg1) vtkMultiBlockDataSetAlgorithm_IsTypeOf; extern(C) void* function(void* jarg1) vtkMultiBlockDataSetAlgorithm_SafeDownCast; extern(C) void* function(void* jarg1) vtkMultiBlockDataSetAlgorithm_NewInstance; extern(C) void* function(void* jarg1) vtkMultiBlockDataSetAlgorithm_GetOutput__SWIG_0; extern(C) void* function(void* jarg1, int jarg2) vtkMultiBlockDataSetAlgorithm_GetOutput__SWIG_1; extern(C) void function(void* jarg1, void* jarg2) vtkMultiBlockDataSetAlgorithm_SetInputData__SWIG_0; extern(C) void function(void* jarg1, int jarg2, void* jarg3) vtkMultiBlockDataSetAlgorithm_SetInputData__SWIG_1; extern(C) void* function(void* objectRef) vtkMultiBlockDataSetAlgorithm_Upcast; extern(C) void* function() vtkGenericEnSightReader_New; extern(C) int function(const(char)* jarg1) vtkGenericEnSightReader_IsTypeOf; extern(C) void* function(void* jarg1) vtkGenericEnSightReader_SafeDownCast; extern(C) void* function(void* jarg1) vtkGenericEnSightReader_NewInstance; extern(C) void function(void* jarg1, const(char)* jarg2) vtkGenericEnSightReader_SetCaseFileName; extern(C) const(char)* function(void* jarg1) vtkGenericEnSightReader_GetCaseFileName; extern(C) void function(void* jarg1, const(char)* jarg2) vtkGenericEnSightReader_SetFilePath; extern(C) const(char)* function(void* jarg1) vtkGenericEnSightReader_GetFilePath; extern(C) int function(void* jarg1) vtkGenericEnSightReader_GetEnSightVersion; extern(C) int function(void* jarg1) vtkGenericEnSightReader_GetNumberOfVariables__SWIG_0; extern(C) int function(void* jarg1) vtkGenericEnSightReader_GetNumberOfComplexVariables; extern(C) int function(void* jarg1, int jarg2) vtkGenericEnSightReader_GetNumberOfVariables__SWIG_1; extern(C) int function(void* jarg1) vtkGenericEnSightReader_GetNumberOfScalarsPerNode; extern(C) int function(void* jarg1) vtkGenericEnSightReader_GetNumberOfVectorsPerNode; extern(C) int function(void* jarg1) vtkGenericEnSightReader_GetNumberOfTensorsSymmPerNode; extern(C) int function(void* jarg1) vtkGenericEnSightReader_GetNumberOfScalarsPerElement; extern(C) int function(void* jarg1) vtkGenericEnSightReader_GetNumberOfVectorsPerElement; extern(C) int function(void* jarg1) vtkGenericEnSightReader_GetNumberOfTensorsSymmPerElement; extern(C) int function(void* jarg1) vtkGenericEnSightReader_GetNumberOfScalarsPerMeasuredNode; extern(C) int function(void* jarg1) vtkGenericEnSightReader_GetNumberOfVectorsPerMeasuredNode; extern(C) int function(void* jarg1) vtkGenericEnSightReader_GetNumberOfComplexScalarsPerNode; extern(C) int function(void* jarg1) vtkGenericEnSightReader_GetNumberOfComplexVectorsPerNode; extern(C) int function(void* jarg1) vtkGenericEnSightReader_GetNumberOfComplexScalarsPerElement; extern(C) int function(void* jarg1) vtkGenericEnSightReader_GetNumberOfComplexVectorsPerElement; extern(C) const(char)* function(void* jarg1, int jarg2) vtkGenericEnSightReader_GetDescription__SWIG_0; extern(C) const(char)* function(void* jarg1, int jarg2) vtkGenericEnSightReader_GetComplexDescription; extern(C) const(char)* function(void* jarg1, int jarg2, int jarg3) vtkGenericEnSightReader_GetDescription__SWIG_1; extern(C) int function(void* jarg1, int jarg2) vtkGenericEnSightReader_GetVariableType; extern(C) int function(void* jarg1, int jarg2) vtkGenericEnSightReader_GetComplexVariableType; extern(C) void function(void* jarg1, float jarg2) vtkGenericEnSightReader_SetTimeValue; extern(C) float function(void* jarg1) vtkGenericEnSightReader_GetTimeValue; extern(C) float function(void* jarg1) vtkGenericEnSightReader_GetMinimumTimeValue; extern(C) float function(void* jarg1) vtkGenericEnSightReader_GetMaximumTimeValue; extern(C) void* function(void* jarg1) vtkGenericEnSightReader_GetTimeSets; extern(C) int function(void* jarg1, int jarg2) vtkGenericEnSightReader_DetermineEnSightVersion__SWIG_0; extern(C) int function(void* jarg1) vtkGenericEnSightReader_DetermineEnSightVersion__SWIG_1; extern(C) void function(void* jarg1) vtkGenericEnSightReader_ReadAllVariablesOn; extern(C) void function(void* jarg1) vtkGenericEnSightReader_ReadAllVariablesOff; extern(C) void function(void* jarg1, int jarg2) vtkGenericEnSightReader_SetReadAllVariables; extern(C) int function(void* jarg1) vtkGenericEnSightReader_GetReadAllVariables; extern(C) void* function(void* jarg1) vtkGenericEnSightReader_GetPointDataArraySelection; extern(C) void* function(void* jarg1) vtkGenericEnSightReader_GetCellDataArraySelection; extern(C) int function(void* jarg1) vtkGenericEnSightReader_GetNumberOfPointArrays; extern(C) int function(void* jarg1) vtkGenericEnSightReader_GetNumberOfCellArrays; extern(C) const(char)* function(void* jarg1, int jarg2) vtkGenericEnSightReader_GetPointArrayName; extern(C) const(char)* function(void* jarg1, int jarg2) vtkGenericEnSightReader_GetCellArrayName; extern(C) int function(void* jarg1, const(char)* jarg2) vtkGenericEnSightReader_GetPointArrayStatus; extern(C) int function(void* jarg1, const(char)* jarg2) vtkGenericEnSightReader_GetCellArrayStatus; extern(C) void function(void* jarg1, const(char)* jarg2, int jarg3) vtkGenericEnSightReader_SetPointArrayStatus; extern(C) void function(void* jarg1, const(char)* jarg2, int jarg3) vtkGenericEnSightReader_SetCellArrayStatus; extern(C) void function(void* jarg1) vtkGenericEnSightReader_SetByteOrderToBigEndian; extern(C) void function(void* jarg1) vtkGenericEnSightReader_SetByteOrderToLittleEndian; extern(C) void function(void* jarg1, int jarg2) vtkGenericEnSightReader_SetByteOrder; extern(C) int function(void* jarg1) vtkGenericEnSightReader_GetByteOrder; extern(C) const(char)* function(void* jarg1) vtkGenericEnSightReader_GetByteOrderAsString; extern(C) const(char)* function(void* jarg1) vtkGenericEnSightReader_GetGeometryFileName; extern(C) void function(void* jarg1, int jarg2) vtkGenericEnSightReader_SetParticleCoordinatesByIndex; extern(C) int function(void* jarg1) vtkGenericEnSightReader_GetParticleCoordinatesByIndex; extern(C) void function(void* jarg1) vtkGenericEnSightReader_ParticleCoordinatesByIndexOn; extern(C) void function(void* jarg1) vtkGenericEnSightReader_ParticleCoordinatesByIndexOff; extern(C) int function(const(char)* jarg1) vtkGenericEnSightReader_CanReadFile; extern(C) void* function(void* jarg1) vtkGenericEnSightReader_GetReader; extern(C) void* function(void* objectRef) vtkGenericEnSightReader_Upcast; extern(C) int function(const(char)* jarg1) vtkEnSightMasterServerReader_IsTypeOf; extern(C) void* function(void* jarg1) vtkEnSightMasterServerReader_SafeDownCast; extern(C) void* function(void* jarg1) vtkEnSightMasterServerReader_NewInstance; extern(C) void* function() vtkEnSightMasterServerReader_New; extern(C) int function(void* jarg1, int jarg2) vtkEnSightMasterServerReader_DetermineFileName; extern(C) const(char)* function(void* jarg1) vtkEnSightMasterServerReader_GetPieceCaseFileName; extern(C) void function(void* jarg1, int jarg2) vtkEnSightMasterServerReader_SetCurrentPiece; extern(C) int function(void* jarg1) vtkEnSightMasterServerReader_GetCurrentPiece; extern(C) int function(void* jarg1, const(char)* jarg2) vtkEnSightMasterServerReader_CanReadFile; extern(C) void* function(void* objectRef) vtkEnSightMasterServerReader_Upcast; extern(C) int function(const(char)* jarg1) vtkAffineRepresentation_IsTypeOf; extern(C) void* function(void* jarg1) vtkAffineRepresentation_SafeDownCast; extern(C) void* function(void* jarg1) vtkAffineRepresentation_NewInstance; extern(C) void function(void* jarg1, void* jarg2) vtkAffineRepresentation_GetTransform; extern(C) void function(void* jarg1, int jarg2) vtkAffineRepresentation_SetTolerance; extern(C) int function(void* jarg1) vtkAffineRepresentation_GetToleranceMinValue; extern(C) int function(void* jarg1) vtkAffineRepresentation_GetToleranceMaxValue; extern(C) int function(void* jarg1) vtkAffineRepresentation_GetTolerance; extern(C) void* function(void* objectRef) vtkAffineRepresentation_Upcast; extern(C) void* function() vtkAffineRepresentation2D_New; extern(C) int function(const(char)* jarg1) vtkAffineRepresentation2D_IsTypeOf; extern(C) void* function(void* jarg1) vtkAffineRepresentation2D_SafeDownCast; extern(C) void* function(void* jarg1) vtkAffineRepresentation2D_NewInstance; extern(C) void function(void* jarg1, int jarg2) vtkAffineRepresentation2D_SetBoxWidth; extern(C) int function(void* jarg1) vtkAffineRepresentation2D_GetBoxWidthMinValue; extern(C) int function(void* jarg1) vtkAffineRepresentation2D_GetBoxWidthMaxValue; extern(C) int function(void* jarg1) vtkAffineRepresentation2D_GetBoxWidth; extern(C) void function(void* jarg1, int jarg2) vtkAffineRepresentation2D_SetCircleWidth; extern(C) int function(void* jarg1) vtkAffineRepresentation2D_GetCircleWidthMinValue; extern(C) int function(void* jarg1) vtkAffineRepresentation2D_GetCircleWidthMaxValue; extern(C) int function(void* jarg1) vtkAffineRepresentation2D_GetCircleWidth; extern(C) void function(void* jarg1, int jarg2) vtkAffineRepresentation2D_SetAxesWidth; extern(C) int function(void* jarg1) vtkAffineRepresentation2D_GetAxesWidthMinValue; extern(C) int function(void* jarg1) vtkAffineRepresentation2D_GetAxesWidthMaxValue; extern(C) int function(void* jarg1) vtkAffineRepresentation2D_GetAxesWidth; extern(C) void function(void* jarg1, void* jarg2) vtkAffineRepresentation2D_SetOrigin__SWIG_0; extern(C) void function(void* jarg1, double jarg2, double jarg3, double jarg4) vtkAffineRepresentation2D_SetOrigin__SWIG_1; extern(C) void* function(void* jarg1) vtkAffineRepresentation2D_GetOrigin__SWIG_0; extern(C) void function(void* jarg1, void* jarg2, void* jarg3, void* jarg4) vtkAffineRepresentation2D_GetOrigin__SWIG_1; extern(C) void function(void* jarg1, void* jarg2) vtkAffineRepresentation2D_GetOrigin__SWIG_2; extern(C) void function(void* jarg1, void* jarg2) vtkAffineRepresentation2D_SetProperty; extern(C) void function(void* jarg1, void* jarg2) vtkAffineRepresentation2D_SetSelectedProperty; extern(C) void function(void* jarg1, void* jarg2) vtkAffineRepresentation2D_SetTextProperty; extern(C) void* function(void* jarg1) vtkAffineRepresentation2D_GetProperty; extern(C) void* function(void* jarg1) vtkAffineRepresentation2D_GetSelectedProperty; extern(C) void* function(void* jarg1) vtkAffineRepresentation2D_GetTextProperty; extern(C) void function(void* jarg1, int jarg2) vtkAffineRepresentation2D_SetDisplayText; extern(C) int function(void* jarg1) vtkAffineRepresentation2D_GetDisplayText; extern(C) void function(void* jarg1) vtkAffineRepresentation2D_DisplayTextOn; extern(C) void function(void* jarg1) vtkAffineRepresentation2D_DisplayTextOff; extern(C) void function(void* jarg1, void* jarg2) vtkAffineRepresentation2D_PlaceWidget; extern(C) int function(void* jarg1, int jarg2, int jarg3, int jarg4) vtkAffineRepresentation2D_ComputeInteractionState__SWIG_0; extern(C) int function(void* jarg1, int jarg2, int jarg3) vtkAffineRepresentation2D_ComputeInteractionState__SWIG_1; extern(C) void* function(void* objectRef) vtkAffineRepresentation2D_Upcast; extern(C) int function(const(char)* jarg1) vtkUnstructuredGridVolumeRayIntegrator_IsTypeOf; extern(C) void* function(void* jarg1) vtkUnstructuredGridVolumeRayIntegrator_SafeDownCast; extern(C) void* function(void* jarg1) vtkUnstructuredGridVolumeRayIntegrator_NewInstance; extern(C) void function(void* jarg1, void* jarg2, void* jarg3) vtkUnstructuredGridVolumeRayIntegrator_Initialize; extern(C) void function(void* jarg1, void* jarg2, void* jarg3, void* jarg4, void* jarg5) vtkUnstructuredGridVolumeRayIntegrator_Integrate; extern(C) void* function(void* objectRef) vtkUnstructuredGridVolumeRayIntegrator_Upcast; extern(C) int function(const(char)* jarg1) vtkApproximatingSubdivisionFilter_IsTypeOf; extern(C) void* function(void* jarg1) vtkApproximatingSubdivisionFilter_SafeDownCast; extern(C) void* function(void* jarg1) vtkApproximatingSubdivisionFilter_NewInstance; extern(C) void function(void* jarg1, int jarg2) vtkApproximatingSubdivisionFilter_SetNumberOfSubdivisions; extern(C) int function(void* jarg1) vtkApproximatingSubdivisionFilter_GetNumberOfSubdivisions; extern(C) void* function(void* objectRef) vtkApproximatingSubdivisionFilter_Upcast; extern(C) void* function() vtkContourValues_New; extern(C) int function(const(char)* jarg1) vtkContourValues_IsTypeOf; extern(C) void* function(void* jarg1) vtkContourValues_SafeDownCast; extern(C) void* function(void* jarg1) vtkContourValues_NewInstance; extern(C) void function(void* jarg1, int jarg2, double jarg3) vtkContourValues_SetValue; extern(C) double function(void* jarg1, int jarg2) vtkContourValues_GetValue; extern(C) void* function(void* jarg1) vtkContourValues_GetValues__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkContourValues_GetValues__SWIG_1; extern(C) void function(void* jarg1, int jarg2) vtkContourValues_SetNumberOfContours; extern(C) int function(void* jarg1) vtkContourValues_GetNumberOfContours; extern(C) void function(void* jarg1, int jarg2, void* jarg3) vtkContourValues_GenerateValues__SWIG_0; extern(C) void function(void* jarg1, int jarg2, double jarg3, double jarg4) vtkContourValues_GenerateValues__SWIG_1; extern(C) void* function(void* objectRef) vtkContourValues_Upcast; extern(C) int function() VTK_SORT_BY_VALUE_get; extern(C) int function() VTK_SORT_BY_CELL_get; extern(C) int function(const(char)* jarg1) vtkCutter_IsTypeOf; extern(C) void* function(void* jarg1) vtkCutter_SafeDownCast; extern(C) void* function(void* jarg1) vtkCutter_NewInstance; extern(C) void* function() vtkCutter_New; extern(C) void function(void* jarg1, int jarg2, double jarg3) vtkCutter_SetValue; extern(C) double function(void* jarg1, int jarg2) vtkCutter_GetValue; extern(C) void* function(void* jarg1) vtkCutter_GetValues__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkCutter_GetValues__SWIG_1; extern(C) void function(void* jarg1, int jarg2) vtkCutter_SetNumberOfContours; extern(C) int function(void* jarg1) vtkCutter_GetNumberOfContours; extern(C) void function(void* jarg1, int jarg2, void* jarg3) vtkCutter_GenerateValues__SWIG_0; extern(C) void function(void* jarg1, int jarg2, double jarg3, double jarg4) vtkCutter_GenerateValues__SWIG_1; extern(C) void function(void* jarg1, void* jarg2) vtkCutter_SetCutFunction; extern(C) void* function(void* jarg1) vtkCutter_GetCutFunction; extern(C) void function(void* jarg1, int jarg2) vtkCutter_SetGenerateCutScalars; extern(C) int function(void* jarg1) vtkCutter_GetGenerateCutScalars; extern(C) void function(void* jarg1) vtkCutter_GenerateCutScalarsOn; extern(C) void function(void* jarg1) vtkCutter_GenerateCutScalarsOff; extern(C) void function(void* jarg1, int jarg2) vtkCutter_SetGenerateTriangles; extern(C) int function(void* jarg1) vtkCutter_GetGenerateTriangles; extern(C) void function(void* jarg1) vtkCutter_GenerateTrianglesOn; extern(C) void function(void* jarg1) vtkCutter_GenerateTrianglesOff; extern(C) void function(void* jarg1, void* jarg2) vtkCutter_SetLocator; extern(C) void* function(void* jarg1) vtkCutter_GetLocator; extern(C) void function(void* jarg1, int jarg2) vtkCutter_SetSortBy; extern(C) int function(void* jarg1) vtkCutter_GetSortByMinValue; extern(C) int function(void* jarg1) vtkCutter_GetSortByMaxValue; extern(C) int function(void* jarg1) vtkCutter_GetSortBy; extern(C) void function(void* jarg1) vtkCutter_SetSortByToSortByValue; extern(C) void function(void* jarg1) vtkCutter_SetSortByToSortByCell; extern(C) const(char)* function(void* jarg1) vtkCutter_GetSortByAsString; extern(C) void function(void* jarg1) vtkCutter_CreateDefaultLocator; extern(C) void function(void* jarg1) vtkCutter_GetCellTypeDimensions; extern(C) void function(void* jarg1, int jarg2) vtkCutter_SetOutputPointsPrecision; extern(C) int function(void* jarg1) vtkCutter_GetOutputPointsPrecisionMinValue; extern(C) int function(void* jarg1) vtkCutter_GetOutputPointsPrecisionMaxValue; extern(C) int function(void* jarg1) vtkCutter_GetOutputPointsPrecision; extern(C) void* function(void* objectRef) vtkCutter_Upcast; extern(C) int function(const(char)* jarg1) vtkHyperOctreeDualGridContourFilter_IsTypeOf; extern(C) void* function(void* jarg1) vtkHyperOctreeDualGridContourFilter_SafeDownCast; extern(C) void* function(void* jarg1) vtkHyperOctreeDualGridContourFilter_NewInstance; extern(C) void* function() vtkHyperOctreeDualGridContourFilter_New; extern(C) void function(void* jarg1, int jarg2, double jarg3) vtkHyperOctreeDualGridContourFilter_SetValue; extern(C) double function(void* jarg1, int jarg2) vtkHyperOctreeDualGridContourFilter_GetValue; extern(C) void* function(void* jarg1) vtkHyperOctreeDualGridContourFilter_GetValues__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkHyperOctreeDualGridContourFilter_GetValues__SWIG_1; extern(C) void function(void* jarg1, int jarg2) vtkHyperOctreeDualGridContourFilter_SetNumberOfContours; extern(C) int function(void* jarg1) vtkHyperOctreeDualGridContourFilter_GetNumberOfContours; extern(C) void function(void* jarg1, int jarg2, void* jarg3) vtkHyperOctreeDualGridContourFilter_GenerateValues__SWIG_0; extern(C) void function(void* jarg1, int jarg2, double jarg3, double jarg4) vtkHyperOctreeDualGridContourFilter_GenerateValues__SWIG_1; extern(C) void function(void* jarg1, void* jarg2) vtkHyperOctreeDualGridContourFilter_SetLocator; extern(C) void* function(void* jarg1) vtkHyperOctreeDualGridContourFilter_GetLocator; extern(C) void function(void* jarg1) vtkHyperOctreeDualGridContourFilter_CreateDefaultLocator; extern(C) void* function(void* objectRef) vtkHyperOctreeDualGridContourFilter_Upcast; extern(C) int function(const(char)* jarg1) vtkRungeKutta2_IsTypeOf; extern(C) void* function(void* jarg1) vtkRungeKutta2_SafeDownCast; extern(C) void* function(void* jarg1) vtkRungeKutta2_NewInstance; extern(C) void* function() vtkRungeKutta2_New; extern(C) int function(void* jarg1, void* jarg2, void* jarg3, double jarg4, void* jarg5, double jarg6, void* jarg7) vtkRungeKutta2_ComputeNextStep__SWIG_0; extern(C) int function(void* jarg1, void* jarg2, void* jarg3, void* jarg4, double jarg5, void* jarg6, double jarg7, void* jarg8) vtkRungeKutta2_ComputeNextStep__SWIG_1; extern(C) int function(void* jarg1, void* jarg2, void* jarg3, double jarg4, void* jarg5, void* jarg6, double jarg7, double jarg8, double jarg9, void* jarg10) vtkRungeKutta2_ComputeNextStep__SWIG_2; extern(C) int function(void* jarg1, void* jarg2, void* jarg3, void* jarg4, double jarg5, void* jarg6, void* jarg7, double jarg8, double jarg9, double jarg10, void* jarg11) vtkRungeKutta2_ComputeNextStep__SWIG_3; extern(C) void* function(void* objectRef) vtkRungeKutta2_Upcast; extern(C) int function(const(char)* jarg1) vtkSphere_IsTypeOf; extern(C) void* function(void* jarg1) vtkSphere_SafeDownCast; extern(C) void* function(void* jarg1) vtkSphere_NewInstance; extern(C) void* function() vtkSphere_New; extern(C) double function(void* jarg1, void* jarg2) vtkSphere_EvaluateFunction__SWIG_0; extern(C) double function(void* jarg1, double jarg2, double jarg3, double jarg4) vtkSphere_EvaluateFunction__SWIG_1; extern(C) void function(void* jarg1, double jarg2) vtkSphere_SetRadius; extern(C) double function(void* jarg1) vtkSphere_GetRadius; extern(C) void function(void* jarg1, double jarg2, double jarg3, double jarg4) vtkSphere_SetCenter__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkSphere_SetCenter__SWIG_1; extern(C) void* function(void* jarg1) vtkSphere_GetCenter__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkSphere_GetCenter__SWIG_1; extern(C) void function(void* jarg1, long jarg2, void* jarg3, void* jarg4) vtkSphere_ComputeBoundingSphere__SWIG_0; extern(C) void function(void* jarg1, long jarg2, void* jarg3, void* jarg4) vtkSphere_ComputeBoundingSphere__SWIG_1; extern(C) void function(void* jarg1, long jarg2, void* jarg3, void* jarg4) vtkSphere_ComputeBoundingSphere__SWIG_2; extern(C) void function(void* jarg1, long jarg2, void* jarg3, void* jarg4) vtkSphere_ComputeBoundingSphere__SWIG_3; extern(C) void* function(void* objectRef) vtkSphere_Upcast; extern(C) int function(const(char)* jarg1) vtkContext3D_IsTypeOf; extern(C) void* function(void* jarg1) vtkContext3D_SafeDownCast; extern(C) void* function(void* jarg1) vtkContext3D_NewInstance; extern(C) void* function() vtkContext3D_New; extern(C) uint function(void* jarg1, void* jarg2) vtkContext3D_Begin; extern(C) void* function(void* jarg1) vtkContext3D_GetDevice; extern(C) uint function(void* jarg1) vtkContext3D_End; extern(C) void function(void* jarg1, void* jarg2, void* jarg3) vtkContext3D_DrawLine; extern(C) void function(void* jarg1, void* jarg2, int jarg3) vtkContext3D_DrawPoly; extern(C) void function(void* jarg1, void* jarg2) vtkContext3D_DrawPoint; extern(C) void function(void* jarg1, void* jarg2, int jarg3) vtkContext3D_DrawPoints__SWIG_0; extern(C) void function(void* jarg1, void* jarg2, int jarg3, void* jarg4, int jarg5) vtkContext3D_DrawPoints__SWIG_1; extern(C) void function(void* jarg1, void* jarg2, int jarg3, void* jarg4, int jarg5) vtkContext3D_DrawTriangleMesh; extern(C) void function(void* jarg1, void* jarg2) vtkContext3D_ApplyPen; extern(C) void function(void* jarg1, void* jarg2) vtkContext3D_ApplyBrush; extern(C) void function(void* jarg1, void* jarg2) vtkContext3D_SetTransform; extern(C) void* function(void* jarg1) vtkContext3D_GetTransform; extern(C) void function(void* jarg1, void* jarg2) vtkContext3D_AppendTransform; extern(C) void function(void* jarg1) vtkContext3D_PushMatrix; extern(C) void function(void* jarg1) vtkContext3D_PopMatrix; extern(C) void function(void* jarg1, int jarg2, void* jarg3) vtkContext3D_EnableClippingPlane; extern(C) void function(void* jarg1, int jarg2) vtkContext3D_DisableClippingPlane; extern(C) void* function(void* objectRef) vtkContext3D_Upcast; extern(C) void* function() vtkRTAnalyticSource_New; extern(C) int function(const(char)* jarg1) vtkRTAnalyticSource_IsTypeOf; extern(C) void* function(void* jarg1) vtkRTAnalyticSource_SafeDownCast; extern(C) void* function(void* jarg1) vtkRTAnalyticSource_NewInstance; extern(C) void function(void* jarg1, int jarg2, int jarg3, int jarg4, int jarg5, int jarg6, int jarg7) vtkRTAnalyticSource_SetWholeExtent; extern(C) void* function(void* jarg1) vtkRTAnalyticSource_GetWholeExtent__SWIG_0; extern(C) void function(void* jarg1, void* jarg2, void* jarg3, void* jarg4, void* jarg5, void* jarg6, void* jarg7) vtkRTAnalyticSource_GetWholeExtent__SWIG_1; extern(C) void function(void* jarg1, void* jarg2) vtkRTAnalyticSource_GetWholeExtent__SWIG_2; extern(C) void function(void* jarg1, double jarg2, double jarg3, double jarg4) vtkRTAnalyticSource_SetCenter__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkRTAnalyticSource_SetCenter__SWIG_1; extern(C) void* function(void* jarg1) vtkRTAnalyticSource_GetCenter__SWIG_0; extern(C) void function(void* jarg1, void* jarg2, void* jarg3, void* jarg4) vtkRTAnalyticSource_GetCenter__SWIG_1; extern(C) void function(void* jarg1, void* jarg2) vtkRTAnalyticSource_GetCenter__SWIG_2; extern(C) void function(void* jarg1, double jarg2) vtkRTAnalyticSource_SetMaximum; extern(C) double function(void* jarg1) vtkRTAnalyticSource_GetMaximum; extern(C) void function(void* jarg1, double jarg2) vtkRTAnalyticSource_SetStandardDeviation; extern(C) double function(void* jarg1) vtkRTAnalyticSource_GetStandardDeviation; extern(C) void function(void* jarg1, double jarg2) vtkRTAnalyticSource_SetXFreq; extern(C) double function(void* jarg1) vtkRTAnalyticSource_GetXFreq; extern(C) void function(void* jarg1, double jarg2) vtkRTAnalyticSource_SetYFreq; extern(C) double function(void* jarg1) vtkRTAnalyticSource_GetYFreq; extern(C) void function(void* jarg1, double jarg2) vtkRTAnalyticSource_SetZFreq; extern(C) double function(void* jarg1) vtkRTAnalyticSource_GetZFreq; extern(C) void function(void* jarg1, double jarg2) vtkRTAnalyticSource_SetXMag; extern(C) double function(void* jarg1) vtkRTAnalyticSource_GetXMag; extern(C) void function(void* jarg1, double jarg2) vtkRTAnalyticSource_SetYMag; extern(C) double function(void* jarg1) vtkRTAnalyticSource_GetYMag; extern(C) void function(void* jarg1, double jarg2) vtkRTAnalyticSource_SetZMag; extern(C) double function(void* jarg1) vtkRTAnalyticSource_GetZMag; extern(C) void function(void* jarg1, int jarg2) vtkRTAnalyticSource_SetSubsampleRate; extern(C) int function(void* jarg1) vtkRTAnalyticSource_GetSubsampleRate; extern(C) void* function(void* objectRef) vtkRTAnalyticSource_Upcast; extern(C) int function(const(char)* jarg1) vtkImporter_IsTypeOf; extern(C) void* function(void* jarg1) vtkImporter_SafeDownCast; extern(C) void* function(void* jarg1) vtkImporter_NewInstance; extern(C) void* function(void* jarg1) vtkImporter_GetRenderer; extern(C) void function(void* jarg1, void* jarg2) vtkImporter_SetRenderWindow; extern(C) void* function(void* jarg1) vtkImporter_GetRenderWindow; extern(C) void function(void* jarg1) vtkImporter_Read; extern(C) void function(void* jarg1) vtkImporter_Update; extern(C) void* function(void* objectRef) vtkImporter_Upcast; extern(C) void* function() vtkVRMLImporter_New; extern(C) int function(const(char)* jarg1) vtkVRMLImporter_IsTypeOf; extern(C) void* function(void* jarg1) vtkVRMLImporter_SafeDownCast; extern(C) void* function(void* jarg1) vtkVRMLImporter_NewInstance; extern(C) void* function(void* jarg1, const(char)* jarg2) vtkVRMLImporter_GetVRMLDEFObject; extern(C) void function(void* jarg1, const(char)* jarg2) vtkVRMLImporter_enterNode; extern(C) void function(void* jarg1) vtkVRMLImporter_exitNode; extern(C) void function(void* jarg1, const(char)* jarg2) vtkVRMLImporter_enterField; extern(C) void function(void* jarg1) vtkVRMLImporter_exitField; extern(C) void function(void* jarg1, const(char)* jarg2) vtkVRMLImporter_useNode; extern(C) void function(void* jarg1, const(char)* jarg2) vtkVRMLImporter_SetFileName; extern(C) const(char)* function(void* jarg1) vtkVRMLImporter_GetFileName; extern(C) void* function(void* jarg1) vtkVRMLImporter_GetFileFD; extern(C) void* function(void* objectRef) vtkVRMLImporter_Upcast; extern(C) void* function() vtkStringToNumeric_New; extern(C) int function(const(char)* jarg1) vtkStringToNumeric_IsTypeOf; extern(C) void* function(void* jarg1) vtkStringToNumeric_SafeDownCast; extern(C) void* function(void* jarg1) vtkStringToNumeric_NewInstance; extern(C) void function(void* jarg1, uint jarg2) vtkStringToNumeric_SetForceDouble; extern(C) uint function(void* jarg1) vtkStringToNumeric_GetForceDouble; extern(C) void function(void* jarg1) vtkStringToNumeric_ForceDoubleOn; extern(C) void function(void* jarg1) vtkStringToNumeric_ForceDoubleOff; extern(C) void function(void* jarg1, int jarg2) vtkStringToNumeric_SetDefaultIntegerValue; extern(C) int function(void* jarg1) vtkStringToNumeric_GetDefaultIntegerValue; extern(C) void function(void* jarg1, double jarg2) vtkStringToNumeric_SetDefaultDoubleValue; extern(C) double function(void* jarg1) vtkStringToNumeric_GetDefaultDoubleValue; extern(C) void function(void* jarg1, uint jarg2) vtkStringToNumeric_SetTrimWhitespacePriorToNumericConversion; extern(C) uint function(void* jarg1) vtkStringToNumeric_GetTrimWhitespacePriorToNumericConversion; extern(C) void function(void* jarg1) vtkStringToNumeric_TrimWhitespacePriorToNumericConversionOn; extern(C) void function(void* jarg1) vtkStringToNumeric_TrimWhitespacePriorToNumericConversionOff; extern(C) void function(void* jarg1, uint jarg2) vtkStringToNumeric_SetConvertFieldData; extern(C) uint function(void* jarg1) vtkStringToNumeric_GetConvertFieldData; extern(C) void function(void* jarg1) vtkStringToNumeric_ConvertFieldDataOn; extern(C) void function(void* jarg1) vtkStringToNumeric_ConvertFieldDataOff; extern(C) void function(void* jarg1, uint jarg2) vtkStringToNumeric_SetConvertPointData; extern(C) uint function(void* jarg1) vtkStringToNumeric_GetConvertPointData; extern(C) void function(void* jarg1) vtkStringToNumeric_ConvertPointDataOn; extern(C) void function(void* jarg1) vtkStringToNumeric_ConvertPointDataOff; extern(C) void function(void* jarg1, uint jarg2) vtkStringToNumeric_SetConvertCellData; extern(C) uint function(void* jarg1) vtkStringToNumeric_GetConvertCellData; extern(C) void function(void* jarg1) vtkStringToNumeric_ConvertCellDataOn; extern(C) void function(void* jarg1) vtkStringToNumeric_ConvertCellDataOff; extern(C) void function(void* jarg1, uint jarg2) vtkStringToNumeric_SetConvertVertexData; extern(C) uint function(void* jarg1) vtkStringToNumeric_GetConvertVertexData; extern(C) void function(void* jarg1) vtkStringToNumeric_ConvertVertexDataOn; extern(C) void function(void* jarg1) vtkStringToNumeric_ConvertVertexDataOff; extern(C) void function(void* jarg1, uint jarg2) vtkStringToNumeric_SetConvertEdgeData; extern(C) uint function(void* jarg1) vtkStringToNumeric_GetConvertEdgeData; extern(C) void function(void* jarg1) vtkStringToNumeric_ConvertEdgeDataOn; extern(C) void function(void* jarg1) vtkStringToNumeric_ConvertEdgeDataOff; extern(C) void function(void* jarg1, uint jarg2) vtkStringToNumeric_SetConvertRowData; extern(C) uint function(void* jarg1) vtkStringToNumeric_GetConvertRowData; extern(C) void function(void* jarg1) vtkStringToNumeric_ConvertRowDataOn; extern(C) void function(void* jarg1) vtkStringToNumeric_ConvertRowDataOff; extern(C) void* function(void* objectRef) vtkStringToNumeric_Upcast; extern(C) void* function() vtkHandleWidget_New; extern(C) int function(const(char)* jarg1) vtkHandleWidget_IsTypeOf; extern(C) void* function(void* jarg1) vtkHandleWidget_SafeDownCast; extern(C) void* function(void* jarg1) vtkHandleWidget_NewInstance; extern(C) void function(void* jarg1, void* jarg2) vtkHandleWidget_SetRepresentation; extern(C) void* function(void* jarg1) vtkHandleWidget_GetHandleRepresentation; extern(C) void function(void* jarg1, int jarg2) vtkHandleWidget_SetEnableAxisConstraint; extern(C) int function(void* jarg1) vtkHandleWidget_GetEnableAxisConstraint; extern(C) void function(void* jarg1) vtkHandleWidget_EnableAxisConstraintOn; extern(C) void function(void* jarg1) vtkHandleWidget_EnableAxisConstraintOff; extern(C) void function(void* jarg1, int jarg2) vtkHandleWidget_SetAllowHandleResize; extern(C) int function(void* jarg1) vtkHandleWidget_GetAllowHandleResize; extern(C) void function(void* jarg1) vtkHandleWidget_AllowHandleResizeOn; extern(C) void function(void* jarg1) vtkHandleWidget_AllowHandleResizeOff; extern(C) int function(void* jarg1) vtkHandleWidget_GetWidgetState; extern(C) void* function(void* objectRef) vtkHandleWidget_Upcast; extern(C) int function(const(char)* jarg1) vtkRenderPass_IsTypeOf; extern(C) void* function(void* jarg1) vtkRenderPass_SafeDownCast; extern(C) void* function(void* jarg1) vtkRenderPass_NewInstance; extern(C) int function(void* jarg1) vtkRenderPass_GetNumberOfRenderedProps; extern(C) void function(void* jarg1, void* jarg2) vtkRenderPass_ReleaseGraphicsResources; extern(C) void* function(void* objectRef) vtkRenderPass_Upcast; extern(C) void* function() vtkShadowMapPass_New; extern(C) int function(const(char)* jarg1) vtkShadowMapPass_IsTypeOf; extern(C) void* function(void* jarg1) vtkShadowMapPass_SafeDownCast; extern(C) void* function(void* jarg1) vtkShadowMapPass_NewInstance; extern(C) void* function(void* jarg1) vtkShadowMapPass_GetShadowMapBakerPass; extern(C) void function(void* jarg1, void* jarg2) vtkShadowMapPass_SetShadowMapBakerPass; extern(C) void* function(void* jarg1) vtkShadowMapPass_GetOpaquePass; extern(C) void function(void* jarg1, void* jarg2) vtkShadowMapPass_SetOpaquePass; extern(C) void* function(void* objectRef) vtkShadowMapPass_Upcast; extern(C) int function(const(char)* jarg1) vtkGenericSubdivisionErrorMetric_IsTypeOf; extern(C) void* function(void* jarg1) vtkGenericSubdivisionErrorMetric_SafeDownCast; extern(C) void* function(void* jarg1) vtkGenericSubdivisionErrorMetric_NewInstance; extern(C) int function(void* jarg1, void* jarg2, void* jarg3, void* jarg4, double jarg5) vtkGenericSubdivisionErrorMetric_RequiresEdgeSubdivision; extern(C) double function(void* jarg1, void* jarg2, void* jarg3, void* jarg4, double jarg5) vtkGenericSubdivisionErrorMetric_GetError; extern(C) void function(void* jarg1, void* jarg2) vtkGenericSubdivisionErrorMetric_SetGenericCell; extern(C) void* function(void* jarg1) vtkGenericSubdivisionErrorMetric_GetGenericCell; extern(C) void function(void* jarg1, void* jarg2) vtkGenericSubdivisionErrorMetric_SetDataSet; extern(C) void* function(void* jarg1) vtkGenericSubdivisionErrorMetric_GetDataSet; extern(C) void* function(void* objectRef) vtkGenericSubdivisionErrorMetric_Upcast; extern(C) void* function() vtkAttributesErrorMetric_New; extern(C) int function(const(char)* jarg1) vtkAttributesErrorMetric_IsTypeOf; extern(C) void* function(void* jarg1) vtkAttributesErrorMetric_SafeDownCast; extern(C) void* function(void* jarg1) vtkAttributesErrorMetric_NewInstance; extern(C) double function(void* jarg1) vtkAttributesErrorMetric_GetAbsoluteAttributeTolerance; extern(C) void function(void* jarg1, double jarg2) vtkAttributesErrorMetric_SetAbsoluteAttributeTolerance; extern(C) double function(void* jarg1) vtkAttributesErrorMetric_GetAttributeTolerance; extern(C) void function(void* jarg1, double jarg2) vtkAttributesErrorMetric_SetAttributeTolerance; extern(C) void* function(void* objectRef) vtkAttributesErrorMetric_Upcast; extern(C) int function() VTKIS_START_get; extern(C) int function() VTKIS_NONE_get; extern(C) int function() VTKIS_ROTATE_get; extern(C) int function() VTKIS_PAN_get; extern(C) int function() VTKIS_SPIN_get; extern(C) int function() VTKIS_DOLLY_get; extern(C) int function() VTKIS_ZOOM_get; extern(C) int function() VTKIS_USCALE_get; extern(C) int function() VTKIS_TIMER_get; extern(C) int function() VTKIS_FORWARDFLY_get; extern(C) int function() VTKIS_REVERSEFLY_get; extern(C) int function() VTKIS_ANIM_OFF_get; extern(C) int function() VTKIS_ANIM_ON_get; extern(C) void* function() vtkInteractorStyle_New; extern(C) int function(const(char)* jarg1) vtkInteractorStyle_IsTypeOf; extern(C) void* function(void* jarg1) vtkInteractorStyle_SafeDownCast; extern(C) void* function(void* jarg1) vtkInteractorStyle_NewInstance; extern(C) void function(void* jarg1, int jarg2) vtkInteractorStyle_SetAutoAdjustCameraClippingRange; extern(C) int function(void* jarg1) vtkInteractorStyle_GetAutoAdjustCameraClippingRangeMinValue; extern(C) int function(void* jarg1) vtkInteractorStyle_GetAutoAdjustCameraClippingRangeMaxValue; extern(C) int function(void* jarg1) vtkInteractorStyle_GetAutoAdjustCameraClippingRange; extern(C) void function(void* jarg1) vtkInteractorStyle_AutoAdjustCameraClippingRangeOn; extern(C) void function(void* jarg1) vtkInteractorStyle_AutoAdjustCameraClippingRangeOff; extern(C) void function(void* jarg1, int jarg2, int jarg3) vtkInteractorStyle_FindPokedRenderer; extern(C) int function(void* jarg1) vtkInteractorStyle_GetState; extern(C) int function(void* jarg1) vtkInteractorStyle_GetUseTimers; extern(C) void function(void* jarg1, int jarg2) vtkInteractorStyle_SetUseTimers; extern(C) void function(void* jarg1) vtkInteractorStyle_UseTimersOn; extern(C) void function(void* jarg1) vtkInteractorStyle_UseTimersOff; extern(C) void function(void* jarg1, core.stdc.config.c_ulong jarg2) vtkInteractorStyle_SetTimerDuration; extern(C) core.stdc.config.c_ulong function(void* jarg1) vtkInteractorStyle_GetTimerDurationMinValue; extern(C) core.stdc.config.c_ulong function(void* jarg1) vtkInteractorStyle_GetTimerDurationMaxValue; extern(C) core.stdc.config.c_ulong function(void* jarg1) vtkInteractorStyle_GetTimerDuration; extern(C) void function(void* jarg1, int jarg2) vtkInteractorStyle_SetHandleObservers; extern(C) int function(void* jarg1) vtkInteractorStyle_GetHandleObservers; extern(C) void function(void* jarg1) vtkInteractorStyle_HandleObserversOn; extern(C) void function(void* jarg1) vtkInteractorStyle_HandleObserversOff; extern(C) void function(void* jarg1) vtkInteractorStyle_OnMouseMove; extern(C) void function(void* jarg1) vtkInteractorStyle_OnLeftButtonDown; extern(C) void function(void* jarg1) vtkInteractorStyle_OnLeftButtonUp; extern(C) void function(void* jarg1) vtkInteractorStyle_OnMiddleButtonDown; extern(C) void function(void* jarg1) vtkInteractorStyle_OnMiddleButtonUp; extern(C) void function(void* jarg1) vtkInteractorStyle_OnRightButtonDown; extern(C) void function(void* jarg1) vtkInteractorStyle_OnRightButtonUp; extern(C) void function(void* jarg1) vtkInteractorStyle_OnMouseWheelForward; extern(C) void function(void* jarg1) vtkInteractorStyle_OnMouseWheelBackward; extern(C) void function(void* jarg1) vtkInteractorStyle_OnKeyDown; extern(C) void function(void* jarg1) vtkInteractorStyle_OnKeyUp; extern(C) void function(void* jarg1) vtkInteractorStyle_OnKeyPress; extern(C) void function(void* jarg1) vtkInteractorStyle_OnKeyRelease; extern(C) void function(void* jarg1) vtkInteractorStyle_OnExpose; extern(C) void function(void* jarg1) vtkInteractorStyle_OnConfigure; extern(C) void function(void* jarg1) vtkInteractorStyle_OnEnter; extern(C) void function(void* jarg1) vtkInteractorStyle_OnLeave; extern(C) void function(void* jarg1) vtkInteractorStyle_OnTimer; extern(C) void function(void* jarg1) vtkInteractorStyle_Rotate; extern(C) void function(void* jarg1) vtkInteractorStyle_Spin; extern(C) void function(void* jarg1) vtkInteractorStyle_Pan; extern(C) void function(void* jarg1) vtkInteractorStyle_Dolly; extern(C) void function(void* jarg1) vtkInteractorStyle_Zoom; extern(C) void function(void* jarg1) vtkInteractorStyle_UniformScale; extern(C) void function(void* jarg1, int jarg2) vtkInteractorStyle_StartState; extern(C) void function(void* jarg1) vtkInteractorStyle_StopState; extern(C) void function(void* jarg1) vtkInteractorStyle_StartAnimate; extern(C) void function(void* jarg1) vtkInteractorStyle_StopAnimate; extern(C) void function(void* jarg1) vtkInteractorStyle_StartRotate; extern(C) void function(void* jarg1) vtkInteractorStyle_EndRotate; extern(C) void function(void* jarg1) vtkInteractorStyle_StartZoom; extern(C) void function(void* jarg1) vtkInteractorStyle_EndZoom; extern(C) void function(void* jarg1) vtkInteractorStyle_StartPan; extern(C) void function(void* jarg1) vtkInteractorStyle_EndPan; extern(C) void function(void* jarg1) vtkInteractorStyle_StartSpin; extern(C) void function(void* jarg1) vtkInteractorStyle_EndSpin; extern(C) void function(void* jarg1) vtkInteractorStyle_StartDolly; extern(C) void function(void* jarg1) vtkInteractorStyle_EndDolly; extern(C) void function(void* jarg1) vtkInteractorStyle_StartUniformScale; extern(C) void function(void* jarg1) vtkInteractorStyle_EndUniformScale; extern(C) void function(void* jarg1) vtkInteractorStyle_StartTimer; extern(C) void function(void* jarg1) vtkInteractorStyle_EndTimer; extern(C) void function(void* jarg1, void* jarg2) vtkInteractorStyle_HighlightProp; extern(C) void function(void* jarg1, void* jarg2) vtkInteractorStyle_HighlightActor2D; extern(C) void function(void* jarg1, void* jarg2) vtkInteractorStyle_HighlightProp3D; extern(C) void function(void* jarg1, double jarg2, double jarg3, double jarg4) vtkInteractorStyle_SetPickColor__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkInteractorStyle_SetPickColor__SWIG_1; extern(C) void* function(void* jarg1) vtkInteractorStyle_GetPickColor__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkInteractorStyle_GetPickColor__SWIG_1; extern(C) void function(void* jarg1, double jarg2) vtkInteractorStyle_SetMouseWheelMotionFactor; extern(C) double function(void* jarg1) vtkInteractorStyle_GetMouseWheelMotionFactor; extern(C) void* function(void* jarg1) vtkInteractorStyle_GetTDxStyle; extern(C) void function(void* jarg1, void* jarg2) vtkInteractorStyle_SetTDxStyle; extern(C) void function(void* jarg1, core.stdc.config.c_ulong jarg2, void* jarg3) vtkInteractorStyle_DelegateTDxEvent; extern(C) void* function(void* objectRef) vtkInteractorStyle_Upcast; extern(C) void* function() vtkInteractorStyleJoystickCamera_New; extern(C) int function(const(char)* jarg1) vtkInteractorStyleJoystickCamera_IsTypeOf; extern(C) void* function(void* jarg1) vtkInteractorStyleJoystickCamera_SafeDownCast; extern(C) void* function(void* jarg1) vtkInteractorStyleJoystickCamera_NewInstance; extern(C) void* function(void* objectRef) vtkInteractorStyleJoystickCamera_Upcast; extern(C) void* function() vtkArrayWriter_New; extern(C) int function(const(char)* jarg1) vtkArrayWriter_IsTypeOf; extern(C) void* function(void* jarg1) vtkArrayWriter_SafeDownCast; extern(C) void* function(void* jarg1) vtkArrayWriter_NewInstance; extern(C) void function(void* jarg1, const(char)* jarg2) vtkArrayWriter_SetFileName; extern(C) const(char)* function(void* jarg1) vtkArrayWriter_GetFileName; extern(C) void function(void* jarg1, int jarg2) vtkArrayWriter_SetBinary; extern(C) int function(void* jarg1) vtkArrayWriter_GetBinary; extern(C) void function(void* jarg1) vtkArrayWriter_BinaryOn; extern(C) void function(void* jarg1) vtkArrayWriter_BinaryOff; extern(C) void* function(void* jarg1) vtkArrayWriter_GetOutputString; extern(C) void function(void* jarg1, uint jarg2) vtkArrayWriter_SetWriteToOutputString; extern(C) uint function(void* jarg1) vtkArrayWriter_GetWriteToOutputString; extern(C) void function(void* jarg1) vtkArrayWriter_WriteToOutputStringOn; extern(C) void function(void* jarg1) vtkArrayWriter_WriteToOutputStringOff; extern(C) int function(void* jarg1) vtkArrayWriter_Write__SWIG_0; extern(C) uint function(void* jarg1, void* jarg2, uint jarg3) vtkArrayWriter_Write__SWIG_1; extern(C) uint function(void* jarg1, void* jarg2) vtkArrayWriter_Write__SWIG_2; extern(C) uint function(void* jarg1, void* jarg2, uint jarg3) vtkArrayWriter_Write__SWIG_3; extern(C) uint function(void* jarg1, void* jarg2) vtkArrayWriter_Write__SWIG_4; extern(C) void* function(void* jarg1, uint jarg2) vtkArrayWriter_Write__SWIG_5; extern(C) void* function(void* jarg1, uint jarg2) vtkArrayWriter_Write__SWIG_6; extern(C) void* function(void* jarg1) vtkArrayWriter_Write__SWIG_7; extern(C) void* function(void* objectRef) vtkArrayWriter_Upcast; extern(C) int function() VTK_IMAGE_BORDER_CLAMP_get; extern(C) int function() VTK_IMAGE_BORDER_REPEAT_get; extern(C) int function() VTK_IMAGE_BORDER_MIRROR_get; extern(C) int function(const(char)* jarg1) vtkAbstractImageInterpolator_IsTypeOf; extern(C) void* function(void* jarg1) vtkAbstractImageInterpolator_SafeDownCast; extern(C) void* function(void* jarg1) vtkAbstractImageInterpolator_NewInstance; extern(C) void function(void* jarg1, void* jarg2) vtkAbstractImageInterpolator_Initialize; extern(C) void function(void* jarg1) vtkAbstractImageInterpolator_ReleaseData; extern(C) void function(void* jarg1, void* jarg2) vtkAbstractImageInterpolator_DeepCopy; extern(C) void function(void* jarg1) vtkAbstractImageInterpolator_Update; extern(C) double function(void* jarg1, double jarg2, double jarg3, double jarg4, int jarg5) vtkAbstractImageInterpolator_Interpolate__SWIG_0; extern(C) uint function(void* jarg1, void* jarg2, void* jarg3) vtkAbstractImageInterpolator_Interpolate__SWIG_1; extern(C) void function(void* jarg1, double jarg2) vtkAbstractImageInterpolator_SetOutValue; extern(C) double function(void* jarg1) vtkAbstractImageInterpolator_GetOutValue; extern(C) void function(void* jarg1, double jarg2) vtkAbstractImageInterpolator_SetTolerance; extern(C) double function(void* jarg1) vtkAbstractImageInterpolator_GetTolerance; extern(C) void function(void* jarg1, int jarg2) vtkAbstractImageInterpolator_SetComponentOffset; extern(C) int function(void* jarg1) vtkAbstractImageInterpolator_GetComponentOffset; extern(C) void function(void* jarg1, int jarg2) vtkAbstractImageInterpolator_SetComponentCount; extern(C) int function(void* jarg1) vtkAbstractImageInterpolator_GetComponentCount; extern(C) int function(void* jarg1, int jarg2) vtkAbstractImageInterpolator_ComputeNumberOfComponents; extern(C) int function(void* jarg1) vtkAbstractImageInterpolator_GetNumberOfComponents; extern(C) void function(void* jarg1, void* jarg2, void* jarg3) vtkAbstractImageInterpolator_InterpolateIJK__SWIG_0; extern(C) void function(void* jarg1, void* jarg2, void* jarg3) vtkAbstractImageInterpolator_InterpolateIJK__SWIG_1; extern(C) uint function(void* jarg1, void* jarg2) vtkAbstractImageInterpolator_CheckBoundsIJK__SWIG_0; extern(C) uint function(void* jarg1, void* jarg2) vtkAbstractImageInterpolator_CheckBoundsIJK__SWIG_1; extern(C) void function(void* jarg1, int jarg2) vtkAbstractImageInterpolator_SetBorderMode; extern(C) void function(void* jarg1) vtkAbstractImageInterpolator_SetBorderModeToClamp; extern(C) void function(void* jarg1) vtkAbstractImageInterpolator_SetBorderModeToRepeat; extern(C) void function(void* jarg1) vtkAbstractImageInterpolator_SetBorderModeToMirror; extern(C) int function(void* jarg1) vtkAbstractImageInterpolator_GetBorderMode; extern(C) const(char)* function(void* jarg1) vtkAbstractImageInterpolator_GetBorderModeAsString; extern(C) void function(void* jarg1, void* jarg2, void* jarg3) vtkAbstractImageInterpolator_ComputeSupportSize; extern(C) uint function(void* jarg1) vtkAbstractImageInterpolator_IsSeparable; extern(C) void function(void* jarg1, void* jarg2, void* jarg3, void* jarg4, void* jarg5) vtkAbstractImageInterpolator_PrecomputeWeightsForExtent__SWIG_0; extern(C) void function(void* jarg1, void* jarg2, void* jarg3, void* jarg4, void* jarg5) vtkAbstractImageInterpolator_PrecomputeWeightsForExtent__SWIG_1; extern(C) void function(void* jarg1, void* jarg2) vtkAbstractImageInterpolator_FreePrecomputedWeights; extern(C) void function(void* jarg1, void* jarg2, int jarg3, int jarg4, int jarg5, void* jarg6, int jarg7) vtkAbstractImageInterpolator_InterpolateRow__SWIG_0; extern(C) void function(void* jarg1, void* jarg2, int jarg3, int jarg4, int jarg5, void* jarg6, int jarg7) vtkAbstractImageInterpolator_InterpolateRow__SWIG_1; extern(C) void* function(void* jarg1) vtkAbstractImageInterpolator_GetSpacing__SWIG_0; extern(C) void function(void* jarg1, void* jarg2, void* jarg3, void* jarg4) vtkAbstractImageInterpolator_GetSpacing__SWIG_1; extern(C) void function(void* jarg1, void* jarg2) vtkAbstractImageInterpolator_GetSpacing__SWIG_2; extern(C) void* function(void* jarg1) vtkAbstractImageInterpolator_GetOrigin__SWIG_0; extern(C) void function(void* jarg1, void* jarg2, void* jarg3, void* jarg4) vtkAbstractImageInterpolator_GetOrigin__SWIG_1; extern(C) void function(void* jarg1, void* jarg2) vtkAbstractImageInterpolator_GetOrigin__SWIG_2; extern(C) void* function(void* jarg1) vtkAbstractImageInterpolator_GetExtent__SWIG_0; extern(C) void function(void* jarg1, void* jarg2, void* jarg3, void* jarg4, void* jarg5, void* jarg6, void* jarg7) vtkAbstractImageInterpolator_GetExtent__SWIG_1; extern(C) void function(void* jarg1, void* jarg2) vtkAbstractImageInterpolator_GetExtent__SWIG_2; extern(C) void* function(void* jarg1) vtkAbstractImageInterpolator_GetWholeExtent__SWIG_0; extern(C) void function(void* jarg1, void* jarg2, void* jarg3, void* jarg4, void* jarg5, void* jarg6, void* jarg7) vtkAbstractImageInterpolator_GetWholeExtent__SWIG_1; extern(C) void function(void* jarg1, void* jarg2) vtkAbstractImageInterpolator_GetWholeExtent__SWIG_2; extern(C) void* function(void* objectRef) vtkAbstractImageInterpolator_Upcast; extern(C) int function() VTK_LANCZOS_WINDOW_get; extern(C) int function() VTK_KAISER_WINDOW_get; extern(C) int function() VTK_COSINE_WINDOW_get; extern(C) int function() VTK_HANN_WINDOW_get; extern(C) int function() VTK_HAMMING_WINDOW_get; extern(C) int function() VTK_BLACKMAN_WINDOW_get; extern(C) int function() VTK_BLACKMAN_HARRIS3_get; extern(C) int function() VTK_BLACKMAN_HARRIS4_get; extern(C) int function() VTK_NUTTALL_WINDOW_get; extern(C) int function() VTK_BLACKMAN_NUTTALL3_get; extern(C) int function() VTK_BLACKMAN_NUTTALL4_get; extern(C) int function() VTK_SINC_KERNEL_SIZE_MAX_get; extern(C) void* function() vtkImageSincInterpolator_New; extern(C) int function(const(char)* jarg1) vtkImageSincInterpolator_IsTypeOf; extern(C) void* function(void* jarg1) vtkImageSincInterpolator_SafeDownCast; extern(C) void* function(void* jarg1) vtkImageSincInterpolator_NewInstance; extern(C) void function(void* jarg1, int jarg2) vtkImageSincInterpolator_SetWindowFunction; extern(C) void function(void* jarg1) vtkImageSincInterpolator_SetWindowFunctionToLanczos; extern(C) void function(void* jarg1) vtkImageSincInterpolator_SetWindowFunctionToKaiser; extern(C) void function(void* jarg1) vtkImageSincInterpolator_SetWindowFunctionToCosine; extern(C) void function(void* jarg1) vtkImageSincInterpolator_SetWindowFunctionToHann; extern(C) void function(void* jarg1) vtkImageSincInterpolator_SetWindowFunctionToHamming; extern(C) void function(void* jarg1) vtkImageSincInterpolator_SetWindowFunctionToBlackman; extern(C) void function(void* jarg1) vtkImageSincInterpolator_SetWindowFunctionToBlackmanHarris3; extern(C) void function(void* jarg1) vtkImageSincInterpolator_SetWindowFunctionToBlackmanHarris4; extern(C) void function(void* jarg1) vtkImageSincInterpolator_SetWindowFunctionToNuttall; extern(C) void function(void* jarg1) vtkImageSincInterpolator_SetWindowFunctionToBlackmanNuttall3; extern(C) void function(void* jarg1) vtkImageSincInterpolator_SetWindowFunctionToBlackmanNuttall4; extern(C) int function(void* jarg1) vtkImageSincInterpolator_GetWindowFunction; extern(C) const(char)* function(void* jarg1) vtkImageSincInterpolator_GetWindowFunctionAsString; extern(C) void function(void* jarg1, int jarg2) vtkImageSincInterpolator_SetWindowHalfWidth; extern(C) int function(void* jarg1) vtkImageSincInterpolator_GetWindowHalfWidth; extern(C) void function(void* jarg1, int jarg2) vtkImageSincInterpolator_SetUseWindowParameter; extern(C) void function(void* jarg1) vtkImageSincInterpolator_UseWindowParameterOn; extern(C) void function(void* jarg1) vtkImageSincInterpolator_UseWindowParameterOff; extern(C) int function(void* jarg1) vtkImageSincInterpolator_GetUseWindowParameter; extern(C) void function(void* jarg1, double jarg2) vtkImageSincInterpolator_SetWindowParameter; extern(C) double function(void* jarg1) vtkImageSincInterpolator_GetWindowParameter; extern(C) void function(void* jarg1, double jarg2, double jarg3, double jarg4) vtkImageSincInterpolator_SetBlurFactors__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkImageSincInterpolator_SetBlurFactors__SWIG_1; extern(C) void function(void* jarg1, void* jarg2) vtkImageSincInterpolator_GetBlurFactors__SWIG_0; extern(C) void* function(void* jarg1) vtkImageSincInterpolator_GetBlurFactors__SWIG_1; extern(C) void function(void* jarg1, int jarg2) vtkImageSincInterpolator_SetAntialiasing; extern(C) void function(void* jarg1) vtkImageSincInterpolator_AntialiasingOn; extern(C) void function(void* jarg1) vtkImageSincInterpolator_AntialiasingOff; extern(C) int function(void* jarg1) vtkImageSincInterpolator_GetAntialiasing; extern(C) void function(void* jarg1, int jarg2) vtkImageSincInterpolator_SetRenormalization; extern(C) void function(void* jarg1) vtkImageSincInterpolator_RenormalizationOn; extern(C) void function(void* jarg1) vtkImageSincInterpolator_RenormalizationOff; extern(C) int function(void* jarg1) vtkImageSincInterpolator_GetRenormalization; extern(C) void function(void* jarg1, void* jarg2, void* jarg3, void* jarg4, void* jarg5) vtkImageSincInterpolator_PrecomputeWeightsForExtent__SWIG_0; extern(C) void function(void* jarg1, void* jarg2, void* jarg3, void* jarg4, void* jarg5) vtkImageSincInterpolator_PrecomputeWeightsForExtent__SWIG_1; extern(C) void* function(void* objectRef) vtkImageSincInterpolator_Upcast; extern(C) void* function() vtkComputingResources_New; extern(C) int function(const(char)* jarg1) vtkComputingResources_IsTypeOf; extern(C) void* function(void* jarg1) vtkComputingResources_SafeDownCast; extern(C) void* function(void* jarg1) vtkComputingResources_NewInstance; extern(C) void function(void* jarg1) vtkComputingResources_Clear; extern(C) void function(void* jarg1) vtkComputingResources_ObtainMinimumResources; extern(C) void function(void* jarg1) vtkComputingResources_ObtainMaximumResources; extern(C) void function(void* jarg1, void* jarg2, void* jarg3) vtkComputingResources_Deploy; extern(C) uint function(void* jarg1, void* jarg2) vtkComputingResources_Reserve; extern(C) void function(void* jarg1, void* jarg2) vtkComputingResources_Collect; extern(C) void* function(void* objectRef) vtkComputingResources_Upcast; extern(C) void* function() vtkShrinkFilter_New; extern(C) int function(const(char)* jarg1) vtkShrinkFilter_IsTypeOf; extern(C) void* function(void* jarg1) vtkShrinkFilter_SafeDownCast; extern(C) void* function(void* jarg1) vtkShrinkFilter_NewInstance; extern(C) void function(void* jarg1, double jarg2) vtkShrinkFilter_SetShrinkFactor; extern(C) double function(void* jarg1) vtkShrinkFilter_GetShrinkFactorMinValue; extern(C) double function(void* jarg1) vtkShrinkFilter_GetShrinkFactorMaxValue; extern(C) double function(void* jarg1) vtkShrinkFilter_GetShrinkFactor; extern(C) void* function(void* objectRef) vtkShrinkFilter_Upcast; extern(C) void* function() vtkImageButterworthLowPass_New; extern(C) int function(const(char)* jarg1) vtkImageButterworthLowPass_IsTypeOf; extern(C) void* function(void* jarg1) vtkImageButterworthLowPass_SafeDownCast; extern(C) void* function(void* jarg1) vtkImageButterworthLowPass_NewInstance; extern(C) void function(void* jarg1, double jarg2, double jarg3, double jarg4) vtkImageButterworthLowPass_SetCutOff__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkImageButterworthLowPass_SetCutOff__SWIG_1; extern(C) void function(void* jarg1, double jarg2) vtkImageButterworthLowPass_SetCutOff__SWIG_2; extern(C) void function(void* jarg1, double jarg2) vtkImageButterworthLowPass_SetXCutOff; extern(C) void function(void* jarg1, double jarg2) vtkImageButterworthLowPass_SetYCutOff; extern(C) void function(void* jarg1, double jarg2) vtkImageButterworthLowPass_SetZCutOff; extern(C) void* function(void* jarg1) vtkImageButterworthLowPass_GetCutOff__SWIG_0; extern(C) void function(void* jarg1, void* jarg2, void* jarg3, void* jarg4) vtkImageButterworthLowPass_GetCutOff__SWIG_1; extern(C) void function(void* jarg1, void* jarg2) vtkImageButterworthLowPass_GetCutOff__SWIG_2; extern(C) double function(void* jarg1) vtkImageButterworthLowPass_GetXCutOff; extern(C) double function(void* jarg1) vtkImageButterworthLowPass_GetYCutOff; extern(C) double function(void* jarg1) vtkImageButterworthLowPass_GetZCutOff; extern(C) void function(void* jarg1, int jarg2) vtkImageButterworthLowPass_SetOrder; extern(C) int function(void* jarg1) vtkImageButterworthLowPass_GetOrder; extern(C) void* function(void* objectRef) vtkImageButterworthLowPass_Upcast; extern(C) void* function() vtkImageSpatialAlgorithm_New; extern(C) int function(const(char)* jarg1) vtkImageSpatialAlgorithm_IsTypeOf; extern(C) void* function(void* jarg1) vtkImageSpatialAlgorithm_SafeDownCast; extern(C) void* function(void* jarg1) vtkImageSpatialAlgorithm_NewInstance; extern(C) void* function(void* jarg1) vtkImageSpatialAlgorithm_GetKernelSize__SWIG_0; extern(C) void function(void* jarg1, void* jarg2, void* jarg3, void* jarg4) vtkImageSpatialAlgorithm_GetKernelSize__SWIG_1; extern(C) void function(void* jarg1, void* jarg2) vtkImageSpatialAlgorithm_GetKernelSize__SWIG_2; extern(C) void* function(void* jarg1) vtkImageSpatialAlgorithm_GetKernelMiddle__SWIG_0; extern(C) void function(void* jarg1, void* jarg2, void* jarg3, void* jarg4) vtkImageSpatialAlgorithm_GetKernelMiddle__SWIG_1; extern(C) void function(void* jarg1, void* jarg2) vtkImageSpatialAlgorithm_GetKernelMiddle__SWIG_2; extern(C) void* function(void* objectRef) vtkImageSpatialAlgorithm_Upcast; extern(C) void* function() vtkImageContinuousErode3D_New; extern(C) int function(const(char)* jarg1) vtkImageContinuousErode3D_IsTypeOf; extern(C) void* function(void* jarg1) vtkImageContinuousErode3D_SafeDownCast; extern(C) void* function(void* jarg1) vtkImageContinuousErode3D_NewInstance; extern(C) void function(void* jarg1, int jarg2, int jarg3, int jarg4) vtkImageContinuousErode3D_SetKernelSize; extern(C) void* function(void* objectRef) vtkImageContinuousErode3D_Upcast; extern(C) int function(const(char)* jarg1) vtkImageInPlaceFilter_IsTypeOf; extern(C) void* function(void* jarg1) vtkImageInPlaceFilter_SafeDownCast; extern(C) void* function(void* jarg1) vtkImageInPlaceFilter_NewInstance; extern(C) void* function(void* objectRef) vtkImageInPlaceFilter_Upcast; extern(C) void* function() vtkImageCursor3D_New; extern(C) int function(const(char)* jarg1) vtkImageCursor3D_IsTypeOf; extern(C) void* function(void* jarg1) vtkImageCursor3D_SafeDownCast; extern(C) void* function(void* jarg1) vtkImageCursor3D_NewInstance; extern(C) void function(void* jarg1, double jarg2, double jarg3, double jarg4) vtkImageCursor3D_SetCursorPosition__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkImageCursor3D_SetCursorPosition__SWIG_1; extern(C) void* function(void* jarg1) vtkImageCursor3D_GetCursorPosition__SWIG_0; extern(C) void function(void* jarg1, void* jarg2, void* jarg3, void* jarg4) vtkImageCursor3D_GetCursorPosition__SWIG_1; extern(C) void function(void* jarg1, void* jarg2) vtkImageCursor3D_GetCursorPosition__SWIG_2; extern(C) void function(void* jarg1, double jarg2) vtkImageCursor3D_SetCursorValue; extern(C) double function(void* jarg1) vtkImageCursor3D_GetCursorValue; extern(C) void function(void* jarg1, int jarg2) vtkImageCursor3D_SetCursorRadius; extern(C) int function(void* jarg1) vtkImageCursor3D_GetCursorRadius; extern(C) void* function(void* objectRef) vtkImageCursor3D_Upcast; extern(C) int function(const(char)* jarg1) vtkMapper2D_IsTypeOf; extern(C) void* function(void* jarg1) vtkMapper2D_SafeDownCast; extern(C) void* function(void* jarg1) vtkMapper2D_NewInstance; extern(C) void function(void* jarg1, void* jarg2, void* jarg3) vtkMapper2D_RenderOverlay; extern(C) void function(void* jarg1, void* jarg2, void* jarg3) vtkMapper2D_RenderOpaqueGeometry; extern(C) void function(void* jarg1, void* jarg2, void* jarg3) vtkMapper2D_RenderTranslucentPolygonalGeometry; extern(C) int function(void* jarg1) vtkMapper2D_HasTranslucentPolygonalGeometry; extern(C) void* function(void* objectRef) vtkMapper2D_Upcast; extern(C) void* function() vtkLabelPlacementMapper_New; extern(C) int function(const(char)* jarg1) vtkLabelPlacementMapper_IsTypeOf; extern(C) void* function(void* jarg1) vtkLabelPlacementMapper_SafeDownCast; extern(C) void* function(void* jarg1) vtkLabelPlacementMapper_NewInstance; extern(C) void function(void* jarg1, void* jarg2) vtkLabelPlacementMapper_SetRenderStrategy; extern(C) void* function(void* jarg1) vtkLabelPlacementMapper_GetRenderStrategy; extern(C) void function(void* jarg1, double jarg2) vtkLabelPlacementMapper_SetMaximumLabelFraction; extern(C) double function(void* jarg1) vtkLabelPlacementMapper_GetMaximumLabelFractionMinValue; extern(C) double function(void* jarg1) vtkLabelPlacementMapper_GetMaximumLabelFractionMaxValue; extern(C) double function(void* jarg1) vtkLabelPlacementMapper_GetMaximumLabelFraction; extern(C) void function(void* jarg1, int jarg2) vtkLabelPlacementMapper_SetIteratorType; extern(C) int function(void* jarg1) vtkLabelPlacementMapper_GetIteratorType; extern(C) void function(void* jarg1, uint jarg2) vtkLabelPlacementMapper_SetUseUnicodeStrings; extern(C) uint function(void* jarg1) vtkLabelPlacementMapper_GetUseUnicodeStrings; extern(C) void function(void* jarg1) vtkLabelPlacementMapper_UseUnicodeStringsOn; extern(C) void function(void* jarg1) vtkLabelPlacementMapper_UseUnicodeStringsOff; extern(C) uint function(void* jarg1) vtkLabelPlacementMapper_GetPositionsAsNormals; extern(C) void function(void* jarg1, uint jarg2) vtkLabelPlacementMapper_SetPositionsAsNormals; extern(C) void function(void* jarg1) vtkLabelPlacementMapper_PositionsAsNormalsOn; extern(C) void function(void* jarg1) vtkLabelPlacementMapper_PositionsAsNormalsOff; extern(C) uint function(void* jarg1) vtkLabelPlacementMapper_GetGeneratePerturbedLabelSpokes; extern(C) void function(void* jarg1, uint jarg2) vtkLabelPlacementMapper_SetGeneratePerturbedLabelSpokes; extern(C) void function(void* jarg1) vtkLabelPlacementMapper_GeneratePerturbedLabelSpokesOn; extern(C) void function(void* jarg1) vtkLabelPlacementMapper_GeneratePerturbedLabelSpokesOff; extern(C) uint function(void* jarg1) vtkLabelPlacementMapper_GetUseDepthBuffer; extern(C) void function(void* jarg1, uint jarg2) vtkLabelPlacementMapper_SetUseDepthBuffer; extern(C) void function(void* jarg1) vtkLabelPlacementMapper_UseDepthBufferOn; extern(C) void function(void* jarg1) vtkLabelPlacementMapper_UseDepthBufferOff; extern(C) void function(void* jarg1, uint jarg2) vtkLabelPlacementMapper_SetPlaceAllLabels; extern(C) uint function(void* jarg1) vtkLabelPlacementMapper_GetPlaceAllLabels; extern(C) void function(void* jarg1) vtkLabelPlacementMapper_PlaceAllLabelsOn; extern(C) void function(void* jarg1) vtkLabelPlacementMapper_PlaceAllLabelsOff; extern(C) void function(void* jarg1, uint jarg2) vtkLabelPlacementMapper_SetOutputTraversedBounds; extern(C) uint function(void* jarg1) vtkLabelPlacementMapper_GetOutputTraversedBounds; extern(C) void function(void* jarg1) vtkLabelPlacementMapper_OutputTraversedBoundsOn; extern(C) void function(void* jarg1) vtkLabelPlacementMapper_OutputTraversedBoundsOff; extern(C) void function(void* jarg1, int jarg2) vtkLabelPlacementMapper_SetShape; extern(C) int function(void* jarg1) vtkLabelPlacementMapper_GetShapeMinValue; extern(C) int function(void* jarg1) vtkLabelPlacementMapper_GetShapeMaxValue; extern(C) int function(void* jarg1) vtkLabelPlacementMapper_GetShape; extern(C) void function(void* jarg1) vtkLabelPlacementMapper_SetShapeToNone; extern(C) void function(void* jarg1) vtkLabelPlacementMapper_SetShapeToRect; extern(C) void function(void* jarg1) vtkLabelPlacementMapper_SetShapeToRoundedRect; extern(C) void function(void* jarg1, int jarg2) vtkLabelPlacementMapper_SetStyle; extern(C) int function(void* jarg1) vtkLabelPlacementMapper_GetStyleMinValue; extern(C) int function(void* jarg1) vtkLabelPlacementMapper_GetStyleMaxValue; extern(C) int function(void* jarg1) vtkLabelPlacementMapper_GetStyle; extern(C) void function(void* jarg1) vtkLabelPlacementMapper_SetStyleToFilled; extern(C) void function(void* jarg1) vtkLabelPlacementMapper_SetStyleToOutline; extern(C) void function(void* jarg1, double jarg2) vtkLabelPlacementMapper_SetMargin; extern(C) double function(void* jarg1) vtkLabelPlacementMapper_GetMargin; extern(C) void function(void* jarg1, double jarg2, double jarg3, double jarg4) vtkLabelPlacementMapper_SetBackgroundColor__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkLabelPlacementMapper_SetBackgroundColor__SWIG_1; extern(C) void* function(void* jarg1) vtkLabelPlacementMapper_GetBackgroundColor__SWIG_0; extern(C) void function(void* jarg1, void* jarg2, void* jarg3, void* jarg4) vtkLabelPlacementMapper_GetBackgroundColor__SWIG_1; extern(C) void function(void* jarg1, void* jarg2) vtkLabelPlacementMapper_GetBackgroundColor__SWIG_2; extern(C) void function(void* jarg1, double jarg2) vtkLabelPlacementMapper_SetBackgroundOpacity; extern(C) double function(void* jarg1) vtkLabelPlacementMapper_GetBackgroundOpacityMinValue; extern(C) double function(void* jarg1) vtkLabelPlacementMapper_GetBackgroundOpacityMaxValue; extern(C) double function(void* jarg1) vtkLabelPlacementMapper_GetBackgroundOpacity; extern(C) void* function(void* jarg1) vtkLabelPlacementMapper_GetAnchorTransform; extern(C) void* function(void* objectRef) vtkLabelPlacementMapper_Upcast; extern(C) void* function() vtkCubeSource_New; extern(C) int function(const(char)* jarg1) vtkCubeSource_IsTypeOf; extern(C) void* function(void* jarg1) vtkCubeSource_SafeDownCast; extern(C) void* function(void* jarg1) vtkCubeSource_NewInstance; extern(C) void function(void* jarg1, double jarg2) vtkCubeSource_SetXLength; extern(C) double function(void* jarg1) vtkCubeSource_GetXLengthMinValue; extern(C) double function(void* jarg1) vtkCubeSource_GetXLengthMaxValue; extern(C) double function(void* jarg1) vtkCubeSource_GetXLength; extern(C) void function(void* jarg1, double jarg2) vtkCubeSource_SetYLength; extern(C) double function(void* jarg1) vtkCubeSource_GetYLengthMinValue; extern(C) double function(void* jarg1) vtkCubeSource_GetYLengthMaxValue; extern(C) double function(void* jarg1) vtkCubeSource_GetYLength; extern(C) void function(void* jarg1, double jarg2) vtkCubeSource_SetZLength; extern(C) double function(void* jarg1) vtkCubeSource_GetZLengthMinValue; extern(C) double function(void* jarg1) vtkCubeSource_GetZLengthMaxValue; extern(C) double function(void* jarg1) vtkCubeSource_GetZLength; extern(C) void function(void* jarg1, double jarg2, double jarg3, double jarg4) vtkCubeSource_SetCenter__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkCubeSource_SetCenter__SWIG_1; extern(C) void* function(void* jarg1) vtkCubeSource_GetCenter__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkCubeSource_GetCenter__SWIG_1; extern(C) void function(void* jarg1, double jarg2, double jarg3, double jarg4, double jarg5, double jarg6, double jarg7) vtkCubeSource_SetBounds__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkCubeSource_SetBounds__SWIG_1; extern(C) void* function(void* objectRef) vtkCubeSource_Upcast; extern(C) int function(const(char)* jarg1) vtkTensorProbeRepresentation_IsTypeOf; extern(C) void* function(void* jarg1) vtkTensorProbeRepresentation_SafeDownCast; extern(C) void* function(void* jarg1) vtkTensorProbeRepresentation_NewInstance; extern(C) void function(void* jarg1, double jarg2, double jarg3, double jarg4) vtkTensorProbeRepresentation_SetProbePosition__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkTensorProbeRepresentation_SetProbePosition__SWIG_1; extern(C) void* function(void* jarg1) vtkTensorProbeRepresentation_GetProbePosition__SWIG_0; extern(C) void function(void* jarg1, void* jarg2, void* jarg3, void* jarg4) vtkTensorProbeRepresentation_GetProbePosition__SWIG_1; extern(C) void function(void* jarg1, void* jarg2) vtkTensorProbeRepresentation_GetProbePosition__SWIG_2; extern(C) void function(void* jarg1, long jarg2) vtkTensorProbeRepresentation_SetProbeCellId; extern(C) long function(void* jarg1) vtkTensorProbeRepresentation_GetProbeCellId; extern(C) void function(void* jarg1, void* jarg2) vtkTensorProbeRepresentation_SetTrajectory; extern(C) void function(void* jarg1) vtkTensorProbeRepresentation_Initialize; extern(C) int function(void* jarg1, void* jarg2) vtkTensorProbeRepresentation_SelectProbe; extern(C) int function(void* jarg1, void* jarg2) vtkTensorProbeRepresentation_Move; extern(C) void* function(void* objectRef) vtkTensorProbeRepresentation_Upcast; extern(C) int function(const(char)* jarg1) vtkExporter_IsTypeOf; extern(C) void* function(void* jarg1) vtkExporter_SafeDownCast; extern(C) void* function(void* jarg1) vtkExporter_NewInstance; extern(C) void function(void* jarg1) vtkExporter_Write; extern(C) void function(void* jarg1) vtkExporter_Update; extern(C) void function(void* jarg1, void* jarg2) vtkExporter_SetRenderWindow; extern(C) void* function(void* jarg1) vtkExporter_GetRenderWindow; extern(C) void function(void* jarg1, void* jarg2) vtkExporter_SetInput; extern(C) void* function(void* jarg1) vtkExporter_GetInput; extern(C) void function(void* jarg1, void* jarg2, void* jarg3) vtkExporter_SetStartWrite; extern(C) void function(void* jarg1, void* jarg2, void* jarg3) vtkExporter_SetEndWrite; extern(C) void function(void* jarg1, void* jarg2) vtkExporter_SetStartWriteArgDelete; extern(C) void function(void* jarg1, void* jarg2) vtkExporter_SetEndWriteArgDelete; extern(C) void* function(void* objectRef) vtkExporter_Upcast; extern(C) void* function() vtkGL2PSExporter_New; extern(C) int function(const(char)* jarg1) vtkGL2PSExporter_IsTypeOf; extern(C) void* function(void* jarg1) vtkGL2PSExporter_SafeDownCast; extern(C) void* function(void* jarg1) vtkGL2PSExporter_NewInstance; extern(C) void function(void* jarg1, const(char)* jarg2) vtkGL2PSExporter_SetFilePrefix; extern(C) const(char)* function(void* jarg1) vtkGL2PSExporter_GetFilePrefix; extern(C) void function(void* jarg1, const(char)* jarg2) vtkGL2PSExporter_SetTitle; extern(C) const(char)* function(void* jarg1) vtkGL2PSExporter_GetTitle; extern(C) void function(void* jarg1, int jarg2) vtkGL2PSExporter_SetFileFormat; extern(C) int function(void* jarg1) vtkGL2PSExporter_GetFileFormatMinValue; extern(C) int function(void* jarg1) vtkGL2PSExporter_GetFileFormatMaxValue; extern(C) int function(void* jarg1) vtkGL2PSExporter_GetFileFormat; extern(C) void function(void* jarg1) vtkGL2PSExporter_SetFileFormatToPS; extern(C) void function(void* jarg1) vtkGL2PSExporter_SetFileFormatToEPS; extern(C) void function(void* jarg1) vtkGL2PSExporter_SetFileFormatToPDF; extern(C) void function(void* jarg1) vtkGL2PSExporter_SetFileFormatToTeX; extern(C) void function(void* jarg1) vtkGL2PSExporter_SetFileFormatToSVG; extern(C) const(char)* function(void* jarg1) vtkGL2PSExporter_GetFileFormatAsString; extern(C) void function(void* jarg1, int jarg2) vtkGL2PSExporter_SetSort; extern(C) int function(void* jarg1) vtkGL2PSExporter_GetSortMinValue; extern(C) int function(void* jarg1) vtkGL2PSExporter_GetSortMaxValue; extern(C) int function(void* jarg1) vtkGL2PSExporter_GetSort; extern(C) void function(void* jarg1) vtkGL2PSExporter_SetSortToOff; extern(C) void function(void* jarg1) vtkGL2PSExporter_SetSortToSimple; extern(C) void function(void* jarg1) vtkGL2PSExporter_SetSortToBSP; extern(C) const(char)* function(void* jarg1) vtkGL2PSExporter_GetSortAsString; extern(C) void function(void* jarg1, int jarg2) vtkGL2PSExporter_SetCompress; extern(C) int function(void* jarg1) vtkGL2PSExporter_GetCompress; extern(C) void function(void* jarg1) vtkGL2PSExporter_CompressOn; extern(C) void function(void* jarg1) vtkGL2PSExporter_CompressOff; extern(C) void function(void* jarg1, int jarg2) vtkGL2PSExporter_SetDrawBackground; extern(C) int function(void* jarg1) vtkGL2PSExporter_GetDrawBackground; extern(C) void function(void* jarg1) vtkGL2PSExporter_DrawBackgroundOn; extern(C) void function(void* jarg1) vtkGL2PSExporter_DrawBackgroundOff; extern(C) void function(void* jarg1, int jarg2) vtkGL2PSExporter_SetSimpleLineOffset; extern(C) int function(void* jarg1) vtkGL2PSExporter_GetSimpleLineOffset; extern(C) void function(void* jarg1) vtkGL2PSExporter_SimpleLineOffsetOn; extern(C) void function(void* jarg1) vtkGL2PSExporter_SimpleLineOffsetOff; extern(C) void function(void* jarg1, int jarg2) vtkGL2PSExporter_SetSilent; extern(C) int function(void* jarg1) vtkGL2PSExporter_GetSilent; extern(C) void function(void* jarg1) vtkGL2PSExporter_SilentOn; extern(C) void function(void* jarg1) vtkGL2PSExporter_SilentOff; extern(C) void function(void* jarg1, int jarg2) vtkGL2PSExporter_SetBestRoot; extern(C) int function(void* jarg1) vtkGL2PSExporter_GetBestRoot; extern(C) void function(void* jarg1) vtkGL2PSExporter_BestRootOn; extern(C) void function(void* jarg1) vtkGL2PSExporter_BestRootOff; extern(C) void function(void* jarg1, int jarg2) vtkGL2PSExporter_SetText; extern(C) int function(void* jarg1) vtkGL2PSExporter_GetText; extern(C) void function(void* jarg1) vtkGL2PSExporter_TextOn; extern(C) void function(void* jarg1) vtkGL2PSExporter_TextOff; extern(C) void function(void* jarg1, int jarg2) vtkGL2PSExporter_SetLandscape; extern(C) int function(void* jarg1) vtkGL2PSExporter_GetLandscape; extern(C) void function(void* jarg1) vtkGL2PSExporter_LandscapeOn; extern(C) void function(void* jarg1) vtkGL2PSExporter_LandscapeOff; extern(C) void function(void* jarg1, int jarg2) vtkGL2PSExporter_SetPS3Shading; extern(C) int function(void* jarg1) vtkGL2PSExporter_GetPS3Shading; extern(C) void function(void* jarg1) vtkGL2PSExporter_PS3ShadingOn; extern(C) void function(void* jarg1) vtkGL2PSExporter_PS3ShadingOff; extern(C) void function(void* jarg1, int jarg2) vtkGL2PSExporter_SetOcclusionCull; extern(C) int function(void* jarg1) vtkGL2PSExporter_GetOcclusionCull; extern(C) void function(void* jarg1) vtkGL2PSExporter_OcclusionCullOn; extern(C) void function(void* jarg1) vtkGL2PSExporter_OcclusionCullOff; extern(C) void function(void* jarg1, int jarg2) vtkGL2PSExporter_SetWrite3DPropsAsRasterImage; extern(C) int function(void* jarg1) vtkGL2PSExporter_GetWrite3DPropsAsRasterImage; extern(C) void function(void* jarg1) vtkGL2PSExporter_Write3DPropsAsRasterImageOn; extern(C) void function(void* jarg1) vtkGL2PSExporter_Write3DPropsAsRasterImageOff; extern(C) void function(void* jarg1, uint jarg2) vtkGL2PSExporter_SetTextAsPath; extern(C) uint function(void* jarg1) vtkGL2PSExporter_GetTextAsPath; extern(C) void function(void* jarg1) vtkGL2PSExporter_TextAsPathOn; extern(C) void function(void* jarg1) vtkGL2PSExporter_TextAsPathOff; extern(C) void function(void* jarg1, void* jarg2) vtkGL2PSExporter_SetRasterExclusions; extern(C) void* function(void* jarg1) vtkGL2PSExporter_GetRasterExclusions; extern(C) void function(void* jarg1, float jarg2) vtkGL2PSExporter_SetPointSizeFactor; extern(C) float function(void* jarg1) vtkGL2PSExporter_GetPointSizeFactor; extern(C) void function(void* jarg1, float jarg2) vtkGL2PSExporter_SetLineWidthFactor; extern(C) float function(void* jarg1) vtkGL2PSExporter_GetLineWidthFactor; extern(C) void* function(void* objectRef) vtkGL2PSExporter_Upcast; extern(C) int function(const(char)* jarg1) vtkXMLWriter_IsTypeOf; extern(C) void* function(void* jarg1) vtkXMLWriter_SafeDownCast; extern(C) void* function(void* jarg1) vtkXMLWriter_NewInstance; extern(C) void function(void* jarg1, int jarg2) vtkXMLWriter_SetByteOrder; extern(C) int function(void* jarg1) vtkXMLWriter_GetByteOrder; extern(C) void function(void* jarg1) vtkXMLWriter_SetByteOrderToBigEndian; extern(C) void function(void* jarg1) vtkXMLWriter_SetByteOrderToLittleEndian; extern(C) void function(void* jarg1, int jarg2) vtkXMLWriter_SetHeaderType; extern(C) int function(void* jarg1) vtkXMLWriter_GetHeaderType; extern(C) void function(void* jarg1) vtkXMLWriter_SetHeaderTypeToUInt32; extern(C) void function(void* jarg1) vtkXMLWriter_SetHeaderTypeToUInt64; extern(C) void function(void* jarg1, int jarg2) vtkXMLWriter_SetIdType; extern(C) int function(void* jarg1) vtkXMLWriter_GetIdType; extern(C) void function(void* jarg1) vtkXMLWriter_SetIdTypeToInt32; extern(C) void function(void* jarg1) vtkXMLWriter_SetIdTypeToInt64; extern(C) void function(void* jarg1, const(char)* jarg2) vtkXMLWriter_SetFileName; extern(C) const(char)* function(void* jarg1) vtkXMLWriter_GetFileName; extern(C) void function(void* jarg1, void* jarg2) vtkXMLWriter_SetCompressor; extern(C) void* function(void* jarg1) vtkXMLWriter_GetCompressor; extern(C) void function(void* jarg1, int jarg2) vtkXMLWriter_SetCompressorType; extern(C) void function(void* jarg1) vtkXMLWriter_SetCompressorTypeToNone; extern(C) void function(void* jarg1) vtkXMLWriter_SetCompressorTypeToZLib; extern(C) void function(void* jarg1, size_t jarg2) vtkXMLWriter_SetBlockSize; extern(C) size_t function(void* jarg1) vtkXMLWriter_GetBlockSize; extern(C) void function(void* jarg1, int jarg2) vtkXMLWriter_SetDataMode; extern(C) int function(void* jarg1) vtkXMLWriter_GetDataMode; extern(C) void function(void* jarg1) vtkXMLWriter_SetDataModeToAscii; extern(C) void function(void* jarg1) vtkXMLWriter_SetDataModeToBinary; extern(C) void function(void* jarg1) vtkXMLWriter_SetDataModeToAppended; extern(C) void function(void* jarg1, int jarg2) vtkXMLWriter_SetEncodeAppendedData; extern(C) int function(void* jarg1) vtkXMLWriter_GetEncodeAppendedData; extern(C) void function(void* jarg1) vtkXMLWriter_EncodeAppendedDataOn; extern(C) void function(void* jarg1) vtkXMLWriter_EncodeAppendedDataOff; extern(C) void function(void* jarg1, void* jarg2) vtkXMLWriter_SetInputData__SWIG_0; extern(C) void function(void* jarg1, int jarg2, void* jarg3) vtkXMLWriter_SetInputData__SWIG_1; extern(C) void* function(void* jarg1, int jarg2) vtkXMLWriter_GetInput__SWIG_0; extern(C) void* function(void* jarg1) vtkXMLWriter_GetInput__SWIG_1; extern(C) const(char)* function(void* jarg1) vtkXMLWriter_GetDefaultFileExtension; extern(C) int function(void* jarg1) vtkXMLWriter_Write; extern(C) void function(void* jarg1, int jarg2) vtkXMLWriter_SetTimeStep; extern(C) int function(void* jarg1) vtkXMLWriter_GetTimeStep; extern(C) void* function(void* jarg1) vtkXMLWriter_GetTimeStepRange__SWIG_0; extern(C) void function(void* jarg1, void* jarg2, void* jarg3) vtkXMLWriter_GetTimeStepRange__SWIG_1; extern(C) void function(void* jarg1, void* jarg2) vtkXMLWriter_GetTimeStepRange__SWIG_2; extern(C) void function(void* jarg1, int jarg2, int jarg3) vtkXMLWriter_SetTimeStepRange__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkXMLWriter_SetTimeStepRange__SWIG_1; extern(C) int function(void* jarg1) vtkXMLWriter_GetNumberOfTimeSteps; extern(C) void function(void* jarg1, int jarg2) vtkXMLWriter_SetNumberOfTimeSteps; extern(C) void function(void* jarg1) vtkXMLWriter_Start; extern(C) void function(void* jarg1) vtkXMLWriter_Stop; extern(C) void function(void* jarg1, double jarg2) vtkXMLWriter_WriteNextTime; extern(C) void* function(void* objectRef) vtkXMLWriter_Upcast; extern(C) int function(const(char)* jarg1) vtkXMLCompositeDataWriter_IsTypeOf; extern(C) void* function(void* jarg1) vtkXMLCompositeDataWriter_SafeDownCast; extern(C) void* function(void* jarg1) vtkXMLCompositeDataWriter_NewInstance; extern(C) int function(void* jarg1) vtkXMLCompositeDataWriter_GetGhostLevel; extern(C) void function(void* jarg1, int jarg2) vtkXMLCompositeDataWriter_SetGhostLevel; extern(C) int function(void* jarg1) vtkXMLCompositeDataWriter_GetWriteMetaFile; extern(C) void function(void* jarg1, int jarg2) vtkXMLCompositeDataWriter_SetWriteMetaFile; extern(C) void* function(void* objectRef) vtkXMLCompositeDataWriter_Upcast; extern(C) void* function() vtkXMLMultiBlockDataWriter_New; extern(C) int function(const(char)* jarg1) vtkXMLMultiBlockDataWriter_IsTypeOf; extern(C) void* function(void* jarg1) vtkXMLMultiBlockDataWriter_SafeDownCast; extern(C) void* function(void* jarg1) vtkXMLMultiBlockDataWriter_NewInstance; extern(C) void function(void* jarg1) delete_vtkXMLMultiBlockDataWriter; extern(C) void* function(void* objectRef) vtkXMLMultiBlockDataWriter_Upcast; extern(C) void* function() new_vtkContextMouseEvent; extern(C) void function(void* jarg1) delete_vtkContextMouseEvent; extern(C) void function(void* jarg1, void* jarg2) vtkContextMouseEvent_SetInteractor; extern(C) void* function(void* jarg1) vtkContextMouseEvent_GetInteractor; extern(C) void function(void* jarg1, void* jarg2) vtkContextMouseEvent_SetPos; extern(C) void* function(void* jarg1) vtkContextMouseEvent_GetPos; extern(C) void function(void* jarg1, void* jarg2) vtkContextMouseEvent_SetScenePos; extern(C) void* function(void* jarg1) vtkContextMouseEvent_GetScenePos; extern(C) void function(void* jarg1, void* jarg2) vtkContextMouseEvent_SetScreenPos; extern(C) void* function(void* jarg1) vtkContextMouseEvent_GetScreenPos; extern(C) void function(void* jarg1, void* jarg2) vtkContextMouseEvent_SetLastPos; extern(C) void* function(void* jarg1) vtkContextMouseEvent_GetLastPos; extern(C) void function(void* jarg1, void* jarg2) vtkContextMouseEvent_SetLastScenePos; extern(C) void* function(void* jarg1) vtkContextMouseEvent_GetLastScenePos; extern(C) void function(void* jarg1, void* jarg2) vtkContextMouseEvent_SetLastScreenPos; extern(C) void* function(void* jarg1) vtkContextMouseEvent_GetLastScreenPos; extern(C) void function(void* jarg1, int jarg2) vtkContextMouseEvent_SetButton; extern(C) int function(void* jarg1) vtkContextMouseEvent_GetButton; extern(C) int function(void* jarg1) vtkContextMouseEvent_GetModifiers; extern(C) void function(void* jarg1, void* jarg2) vtkContextMouseEvent_Pos_set; extern(C) void* function(void* jarg1) vtkContextMouseEvent_Pos_get; extern(C) void function(void* jarg1, void* jarg2) vtkContextMouseEvent_ScenePos_set; extern(C) void* function(void* jarg1) vtkContextMouseEvent_ScenePos_get; extern(C) void function(void* jarg1, void* jarg2) vtkContextMouseEvent_ScreenPos_set; extern(C) void* function(void* jarg1) vtkContextMouseEvent_ScreenPos_get; extern(C) void function(void* jarg1, void* jarg2) vtkContextMouseEvent_LastPos_set; extern(C) void* function(void* jarg1) vtkContextMouseEvent_LastPos_get; extern(C) void function(void* jarg1, void* jarg2) vtkContextMouseEvent_LastScenePos_set; extern(C) void* function(void* jarg1) vtkContextMouseEvent_LastScenePos_get; extern(C) void function(void* jarg1, void* jarg2) vtkContextMouseEvent_LastScreenPos_set; extern(C) void* function(void* jarg1) vtkContextMouseEvent_LastScreenPos_get; extern(C) void function(void* jarg1, int jarg2) vtkContextMouseEvent_Button_set; extern(C) int function(void* jarg1) vtkContextMouseEvent_Button_get; extern(C) int function(const(char)* jarg1) vtkSocket_IsTypeOf; extern(C) void* function(void* jarg1) vtkSocket_SafeDownCast; extern(C) void* function(void* jarg1) vtkSocket_NewInstance; extern(C) int function(void* jarg1) vtkSocket_GetConnected; extern(C) void function(void* jarg1) vtkSocket_CloseSocket; extern(C) int function(void* jarg1, void* jarg2, int jarg3) vtkSocket_Send; extern(C) int function(void* jarg1, void* jarg2, int jarg3, int jarg4) vtkSocket_Receive__SWIG_0; extern(C) int function(void* jarg1, void* jarg2, int jarg3) vtkSocket_Receive__SWIG_1; extern(C) int function(void* jarg1) vtkSocket_GetSocketDescriptor; extern(C) int function(void* jarg1, int jarg2, core.stdc.config.c_ulong jarg3, void* jarg4) vtkSocket_SelectSockets; extern(C) void* function(void* objectRef) vtkSocket_Upcast; extern(C) void* function() vtkClientSocket_New; extern(C) int function(const(char)* jarg1) vtkClientSocket_IsTypeOf; extern(C) void* function(void* jarg1) vtkClientSocket_SafeDownCast; extern(C) void* function(void* jarg1) vtkClientSocket_NewInstance; extern(C) int function(void* jarg1, const(char)* jarg2, int jarg3) vtkClientSocket_ConnectToServer; extern(C) uint function(void* jarg1) vtkClientSocket_GetConnectingSide; extern(C) void* function() new_vtkClientSocket; extern(C) void function(void* jarg1) delete_vtkClientSocket; extern(C) void* function(void* objectRef) vtkClientSocket_Upcast; extern(C) int function(const(char)* jarg1) vtkPainter_IsTypeOf; extern(C) void* function(void* jarg1) vtkPainter_SafeDownCast; extern(C) void* function(void* jarg1) vtkPainter_NewInstance; extern(C) void* function() vtkPainter_STATIC_DATA; extern(C) void* function() vtkPainter_CONSERVE_MEMORY; extern(C) void* function() vtkPainter_HIGH_QUALITY; extern(C) void* function(void* jarg1) vtkPainter_GetInformation; extern(C) void function(void* jarg1, void* jarg2) vtkPainter_SetInformation; extern(C) void* function(void* jarg1) vtkPainter_GetDelegatePainter; extern(C) void function(void* jarg1, void* jarg2) vtkPainter_SetDelegatePainter; extern(C) void function(void* jarg1, void* jarg2, void* jarg3, core.stdc.config.c_ulong jarg4, uint jarg5) vtkPainter_Render; extern(C) void function(void* jarg1, void* jarg2) vtkPainter_ReleaseGraphicsResources; extern(C) void function(void* jarg1, double jarg2) vtkPainter_SetProgress; extern(C) double function(void* jarg1) vtkPainter_GetProgressMinValue; extern(C) double function(void* jarg1) vtkPainter_GetProgressMaxValue; extern(C) double function(void* jarg1) vtkPainter_GetProgress; extern(C) double function(void* jarg1) vtkPainter_GetTimeToDraw; extern(C) void function(void* jarg1, void* jarg2) vtkPainter_UpdateBounds; extern(C) void function(void* jarg1, void* jarg2) vtkPainter_SetInput; extern(C) void* function(void* jarg1) vtkPainter_GetInput; extern(C) void* function(void* jarg1) vtkPainter_GetOutput; extern(C) void* function() new_vtkPainter; extern(C) void function(void* jarg1) delete_vtkPainter; extern(C) void* function(void* objectRef) vtkPainter_Upcast; extern(C) int function(const(char)* jarg1) vtkPolyDataPainter_IsTypeOf; extern(C) void* function(void* jarg1) vtkPolyDataPainter_SafeDownCast; extern(C) void* function(void* jarg1) vtkPolyDataPainter_NewInstance; extern(C) void* function(void* jarg1) vtkPolyDataPainter_GetInputAsPolyData; extern(C) void* function(void* jarg1) vtkPolyDataPainter_GetOutputAsPolyData; extern(C) void* function() vtkPolyDataPainter_BUILD_NORMALS; extern(C) void* function() vtkPolyDataPainter_DISABLE_SCALAR_COLOR; extern(C) void* function() vtkPolyDataPainter_DATA_ARRAY_TO_VERTEX_ATTRIBUTE; extern(C) void* function() vtkPolyDataPainter_SHADER_DEVICE_ADAPTOR; extern(C) void* function(void* objectRef) vtkPolyDataPainter_Upcast; extern(C) void* function() vtkRepresentationPainter_New; extern(C) int function(const(char)* jarg1) vtkRepresentationPainter_IsTypeOf; extern(C) void* function(void* jarg1) vtkRepresentationPainter_SafeDownCast; extern(C) void* function(void* jarg1) vtkRepresentationPainter_NewInstance; extern(C) void* function(void* objectRef) vtkRepresentationPainter_Upcast; extern(C) void* function() vtkLookupTableWithEnabling_New; extern(C) int function(const(char)* jarg1) vtkLookupTableWithEnabling_IsTypeOf; extern(C) void* function(void* jarg1) vtkLookupTableWithEnabling_SafeDownCast; extern(C) void* function(void* jarg1) vtkLookupTableWithEnabling_NewInstance; extern(C) void* function(void* jarg1) vtkLookupTableWithEnabling_GetEnabledArray; extern(C) void function(void* jarg1, void* jarg2) vtkLookupTableWithEnabling_SetEnabledArray; extern(C) void function(void* jarg1, ubyte jarg2, ubyte jarg3, ubyte jarg4, void* jarg5, void* jarg6, void* jarg7) vtkLookupTableWithEnabling_DisableColor; extern(C) void* function(void* objectRef) vtkLookupTableWithEnabling_Upcast; extern(C) void* function() vtkPassInputTypeAlgorithm_New; extern(C) int function(const(char)* jarg1) vtkPassInputTypeAlgorithm_IsTypeOf; extern(C) void* function(void* jarg1) vtkPassInputTypeAlgorithm_SafeDownCast; extern(C) void* function(void* jarg1) vtkPassInputTypeAlgorithm_NewInstance; extern(C) void* function(void* jarg1) vtkPassInputTypeAlgorithm_GetOutput__SWIG_0; extern(C) void* function(void* jarg1, int jarg2) vtkPassInputTypeAlgorithm_GetOutput__SWIG_1; extern(C) void* function(void* jarg1) vtkPassInputTypeAlgorithm_GetPolyDataOutput; extern(C) void* function(void* jarg1) vtkPassInputTypeAlgorithm_GetStructuredPointsOutput; extern(C) void* function(void* jarg1) vtkPassInputTypeAlgorithm_GetImageDataOutput; extern(C) void* function(void* jarg1) vtkPassInputTypeAlgorithm_GetStructuredGridOutput; extern(C) void* function(void* jarg1) vtkPassInputTypeAlgorithm_GetUnstructuredGridOutput; extern(C) void* function(void* jarg1) vtkPassInputTypeAlgorithm_GetRectilinearGridOutput; extern(C) void* function(void* jarg1) vtkPassInputTypeAlgorithm_GetTableOutput; extern(C) void* function(void* jarg1) vtkPassInputTypeAlgorithm_GetGraphOutput; extern(C) void* function(void* jarg1) vtkPassInputTypeAlgorithm_GetInput; extern(C) void function(void* jarg1, void* jarg2) vtkPassInputTypeAlgorithm_SetInputData__SWIG_0; extern(C) void function(void* jarg1, int jarg2, void* jarg3) vtkPassInputTypeAlgorithm_SetInputData__SWIG_1; extern(C) void function(void* jarg1, void* jarg2) vtkPassInputTypeAlgorithm_AddInputData__SWIG_0; extern(C) void function(void* jarg1, int jarg2, void* jarg3) vtkPassInputTypeAlgorithm_AddInputData__SWIG_1; extern(C) void* function(void* objectRef) vtkPassInputTypeAlgorithm_Upcast; extern(C) void* function() vtkDataRepresentation_New; extern(C) int function(const(char)* jarg1) vtkDataRepresentation_IsTypeOf; extern(C) void* function(void* jarg1) vtkDataRepresentation_SafeDownCast; extern(C) void* function(void* jarg1) vtkDataRepresentation_NewInstance; extern(C) void* function(void* jarg1, int jarg2, int jarg3) vtkDataRepresentation_GetInputConnection__SWIG_0; extern(C) void* function(void* jarg1, int jarg2) vtkDataRepresentation_GetInputConnection__SWIG_1; extern(C) void* function(void* jarg1) vtkDataRepresentation_GetInputConnection__SWIG_2; extern(C) void* function(void* jarg1) vtkDataRepresentation_GetAnnotationLink; extern(C) void function(void* jarg1, void* jarg2) vtkDataRepresentation_SetAnnotationLink; extern(C) void function(void* jarg1, void* jarg2) vtkDataRepresentation_ApplyViewTheme; extern(C) void function(void* jarg1, void* jarg2, void* jarg3) vtkDataRepresentation_Select__SWIG_0; extern(C) void function(void* jarg1, void* jarg2, void* jarg3, uint jarg4) vtkDataRepresentation_Select__SWIG_1; extern(C) void function(void* jarg1, void* jarg2, void* jarg3) vtkDataRepresentation_Annotate__SWIG_0; extern(C) void function(void* jarg1, void* jarg2, void* jarg3, uint jarg4) vtkDataRepresentation_Annotate__SWIG_1; extern(C) void function(void* jarg1, uint jarg2) vtkDataRepresentation_SetSelectable; extern(C) uint function(void* jarg1) vtkDataRepresentation_GetSelectable; extern(C) void function(void* jarg1) vtkDataRepresentation_SelectableOn; extern(C) void function(void* jarg1) vtkDataRepresentation_SelectableOff; extern(C) void function(void* jarg1, void* jarg2) vtkDataRepresentation_UpdateSelection__SWIG_0; extern(C) void function(void* jarg1, void* jarg2, uint jarg3) vtkDataRepresentation_UpdateSelection__SWIG_1; extern(C) void function(void* jarg1, void* jarg2) vtkDataRepresentation_UpdateAnnotations__SWIG_0; extern(C) void function(void* jarg1, void* jarg2, uint jarg3) vtkDataRepresentation_UpdateAnnotations__SWIG_1; extern(C) void* function(void* jarg1) vtkDataRepresentation_GetInternalAnnotationOutputPort__SWIG_0; extern(C) void* function(void* jarg1, int jarg2) vtkDataRepresentation_GetInternalAnnotationOutputPort__SWIG_1; extern(C) void* function(void* jarg1, int jarg2, int jarg3) vtkDataRepresentation_GetInternalAnnotationOutputPort__SWIG_2; extern(C) void* function(void* jarg1) vtkDataRepresentation_GetInternalSelectionOutputPort__SWIG_0; extern(C) void* function(void* jarg1, int jarg2) vtkDataRepresentation_GetInternalSelectionOutputPort__SWIG_1; extern(C) void* function(void* jarg1, int jarg2, int jarg3) vtkDataRepresentation_GetInternalSelectionOutputPort__SWIG_2; extern(C) void* function(void* jarg1) vtkDataRepresentation_GetInternalOutputPort__SWIG_0; extern(C) void* function(void* jarg1, int jarg2) vtkDataRepresentation_GetInternalOutputPort__SWIG_1; extern(C) void* function(void* jarg1, int jarg2, int jarg3) vtkDataRepresentation_GetInternalOutputPort__SWIG_2; extern(C) void function(void* jarg1, int jarg2) vtkDataRepresentation_SetSelectionType; extern(C) int function(void* jarg1) vtkDataRepresentation_GetSelectionType; extern(C) void function(void* jarg1, void* jarg2) vtkDataRepresentation_SetSelectionArrayNames; extern(C) void* function(void* jarg1) vtkDataRepresentation_GetSelectionArrayNames; extern(C) void function(void* jarg1, const(char)* jarg2) vtkDataRepresentation_SetSelectionArrayName; extern(C) const(char)* function(void* jarg1) vtkDataRepresentation_GetSelectionArrayName; extern(C) void* function(void* jarg1, void* jarg2, void* jarg3) vtkDataRepresentation_ConvertSelection; extern(C) void* function(void* objectRef) vtkDataRepresentation_Upcast; extern(C) void* function() vtkRenderedRepresentation_New; extern(C) int function(const(char)* jarg1) vtkRenderedRepresentation_IsTypeOf; extern(C) void* function(void* jarg1) vtkRenderedRepresentation_SafeDownCast; extern(C) void* function(void* jarg1) vtkRenderedRepresentation_NewInstance; extern(C) void function(void* jarg1, int jarg2) vtkRenderedRepresentation_SetLabelRenderMode; extern(C) int function(void* jarg1) vtkRenderedRepresentation_GetLabelRenderMode; extern(C) void* function(void* objectRef) vtkRenderedRepresentation_Upcast; extern(C) void* function() vtkRenderedGraphRepresentation_New; extern(C) int function(const(char)* jarg1) vtkRenderedGraphRepresentation_IsTypeOf; extern(C) void* function(void* jarg1) vtkRenderedGraphRepresentation_SafeDownCast; extern(C) void* function(void* jarg1) vtkRenderedGraphRepresentation_NewInstance; extern(C) void function(void* jarg1, const(char)* jarg2) vtkRenderedGraphRepresentation_SetVertexLabelArrayName; extern(C) const(char)* function(void* jarg1) vtkRenderedGraphRepresentation_GetVertexLabelArrayName; extern(C) void function(void* jarg1, const(char)* jarg2) vtkRenderedGraphRepresentation_SetVertexLabelPriorityArrayName; extern(C) const(char)* function(void* jarg1) vtkRenderedGraphRepresentation_GetVertexLabelPriorityArrayName; extern(C) void function(void* jarg1, uint jarg2) vtkRenderedGraphRepresentation_SetVertexLabelVisibility; extern(C) uint function(void* jarg1) vtkRenderedGraphRepresentation_GetVertexLabelVisibility; extern(C) void function(void* jarg1) vtkRenderedGraphRepresentation_VertexLabelVisibilityOn; extern(C) void function(void* jarg1) vtkRenderedGraphRepresentation_VertexLabelVisibilityOff; extern(C) void function(void* jarg1, void* jarg2) vtkRenderedGraphRepresentation_SetVertexLabelTextProperty; extern(C) void* function(void* jarg1) vtkRenderedGraphRepresentation_GetVertexLabelTextProperty; extern(C) void function(void* jarg1, const(char)* jarg2) vtkRenderedGraphRepresentation_SetVertexHoverArrayName; extern(C) const(char)* function(void* jarg1) vtkRenderedGraphRepresentation_GetVertexHoverArrayName; extern(C) void function(void* jarg1, uint jarg2) vtkRenderedGraphRepresentation_SetHideVertexLabelsOnInteraction; extern(C) uint function(void* jarg1) vtkRenderedGraphRepresentation_GetHideVertexLabelsOnInteraction; extern(C) void function(void* jarg1) vtkRenderedGraphRepresentation_HideVertexLabelsOnInteractionOn; extern(C) void function(void* jarg1) vtkRenderedGraphRepresentation_HideVertexLabelsOnInteractionOff; extern(C) void function(void* jarg1, const(char)* jarg2) vtkRenderedGraphRepresentation_SetEdgeLabelArrayName; extern(C) const(char)* function(void* jarg1) vtkRenderedGraphRepresentation_GetEdgeLabelArrayName; extern(C) void function(void* jarg1, const(char)* jarg2) vtkRenderedGraphRepresentation_SetEdgeLabelPriorityArrayName; extern(C) const(char)* function(void* jarg1) vtkRenderedGraphRepresentation_GetEdgeLabelPriorityArrayName; extern(C) void function(void* jarg1, uint jarg2) vtkRenderedGraphRepresentation_SetEdgeLabelVisibility; extern(C) uint function(void* jarg1) vtkRenderedGraphRepresentation_GetEdgeLabelVisibility; extern(C) void function(void* jarg1) vtkRenderedGraphRepresentation_EdgeLabelVisibilityOn; extern(C) void function(void* jarg1) vtkRenderedGraphRepresentation_EdgeLabelVisibilityOff; extern(C) void function(void* jarg1, void* jarg2) vtkRenderedGraphRepresentation_SetEdgeLabelTextProperty; extern(C) void* function(void* jarg1) vtkRenderedGraphRepresentation_GetEdgeLabelTextProperty; extern(C) void function(void* jarg1, const(char)* jarg2) vtkRenderedGraphRepresentation_SetEdgeHoverArrayName; extern(C) const(char)* function(void* jarg1) vtkRenderedGraphRepresentation_GetEdgeHoverArrayName; extern(C) void function(void* jarg1, uint jarg2) vtkRenderedGraphRepresentation_SetHideEdgeLabelsOnInteraction; extern(C) uint function(void* jarg1) vtkRenderedGraphRepresentation_GetHideEdgeLabelsOnInteraction; extern(C) void function(void* jarg1) vtkRenderedGraphRepresentation_HideEdgeLabelsOnInteractionOn; extern(C) void function(void* jarg1) vtkRenderedGraphRepresentation_HideEdgeLabelsOnInteractionOff; extern(C) void function(void* jarg1, const(char)* jarg2) vtkRenderedGraphRepresentation_SetVertexIconArrayName; extern(C) const(char)* function(void* jarg1) vtkRenderedGraphRepresentation_GetVertexIconArrayName; extern(C) void function(void* jarg1, const(char)* jarg2) vtkRenderedGraphRepresentation_SetVertexIconPriorityArrayName; extern(C) const(char)* function(void* jarg1) vtkRenderedGraphRepresentation_GetVertexIconPriorityArrayName; extern(C) void function(void* jarg1, uint jarg2) vtkRenderedGraphRepresentation_SetVertexIconVisibility; extern(C) uint function(void* jarg1) vtkRenderedGraphRepresentation_GetVertexIconVisibility; extern(C) void function(void* jarg1) vtkRenderedGraphRepresentation_VertexIconVisibilityOn; extern(C) void function(void* jarg1) vtkRenderedGraphRepresentation_VertexIconVisibilityOff; extern(C) void function(void* jarg1, const(char)* jarg2, int jarg3) vtkRenderedGraphRepresentation_AddVertexIconType; extern(C) void function(void* jarg1) vtkRenderedGraphRepresentation_ClearVertexIconTypes; extern(C) void function(void* jarg1, uint jarg2) vtkRenderedGraphRepresentation_SetUseVertexIconTypeMap; extern(C) uint function(void* jarg1) vtkRenderedGraphRepresentation_GetUseVertexIconTypeMap; extern(C) void function(void* jarg1) vtkRenderedGraphRepresentation_UseVertexIconTypeMapOn; extern(C) void function(void* jarg1) vtkRenderedGraphRepresentation_UseVertexIconTypeMapOff; extern(C) void function(void* jarg1, int jarg2) vtkRenderedGraphRepresentation_SetVertexIconAlignment; extern(C) int function(void* jarg1) vtkRenderedGraphRepresentation_GetVertexIconAlignment; extern(C) void function(void* jarg1, int jarg2) vtkRenderedGraphRepresentation_SetVertexSelectedIcon; extern(C) int function(void* jarg1) vtkRenderedGraphRepresentation_GetVertexSelectedIcon; extern(C) void function(void* jarg1, int jarg2) vtkRenderedGraphRepresentation_SetVertexDefaultIcon; extern(C) int function(void* jarg1) vtkRenderedGraphRepresentation_GetVertexDefaultIcon; extern(C) void function(void* jarg1, int jarg2) vtkRenderedGraphRepresentation_SetVertexIconSelectionMode; extern(C) int function(void* jarg1) vtkRenderedGraphRepresentation_GetVertexIconSelectionMode; extern(C) void function(void* jarg1) vtkRenderedGraphRepresentation_SetVertexIconSelectionModeToSelectedIcon; extern(C) void function(void* jarg1) vtkRenderedGraphRepresentation_SetVertexIconSelectionModeToSelectedOffset; extern(C) void function(void* jarg1) vtkRenderedGraphRepresentation_SetVertexIconSelectionModeToAnnotationIcon; extern(C) void function(void* jarg1) vtkRenderedGraphRepresentation_SetVertexIconSelectionModeToIgnoreSelection; extern(C) void function(void* jarg1, const(char)* jarg2) vtkRenderedGraphRepresentation_SetEdgeIconArrayName; extern(C) const(char)* function(void* jarg1) vtkRenderedGraphRepresentation_GetEdgeIconArrayName; extern(C) void function(void* jarg1, const(char)* jarg2) vtkRenderedGraphRepresentation_SetEdgeIconPriorityArrayName; extern(C) const(char)* function(void* jarg1) vtkRenderedGraphRepresentation_GetEdgeIconPriorityArrayName; extern(C) void function(void* jarg1, uint jarg2) vtkRenderedGraphRepresentation_SetEdgeIconVisibility; extern(C) uint function(void* jarg1) vtkRenderedGraphRepresentation_GetEdgeIconVisibility; extern(C) void function(void* jarg1) vtkRenderedGraphRepresentation_EdgeIconVisibilityOn; extern(C) void function(void* jarg1) vtkRenderedGraphRepresentation_EdgeIconVisibilityOff; extern(C) void function(void* jarg1, const(char)* jarg2, int jarg3) vtkRenderedGraphRepresentation_AddEdgeIconType; extern(C) void function(void* jarg1) vtkRenderedGraphRepresentation_ClearEdgeIconTypes; extern(C) void function(void* jarg1, uint jarg2) vtkRenderedGraphRepresentation_SetUseEdgeIconTypeMap; extern(C) uint function(void* jarg1) vtkRenderedGraphRepresentation_GetUseEdgeIconTypeMap; extern(C) void function(void* jarg1) vtkRenderedGraphRepresentation_UseEdgeIconTypeMapOn; extern(C) void function(void* jarg1) vtkRenderedGraphRepresentation_UseEdgeIconTypeMapOff; extern(C) void function(void* jarg1, int jarg2) vtkRenderedGraphRepresentation_SetEdgeIconAlignment; extern(C) int function(void* jarg1) vtkRenderedGraphRepresentation_GetEdgeIconAlignment; extern(C) void function(void* jarg1, uint jarg2) vtkRenderedGraphRepresentation_SetColorVerticesByArray; extern(C) uint function(void* jarg1) vtkRenderedGraphRepresentation_GetColorVerticesByArray; extern(C) void function(void* jarg1) vtkRenderedGraphRepresentation_ColorVerticesByArrayOn; extern(C) void function(void* jarg1) vtkRenderedGraphRepresentation_ColorVerticesByArrayOff; extern(C) void function(void* jarg1, const(char)* jarg2) vtkRenderedGraphRepresentation_SetVertexColorArrayName; extern(C) const(char)* function(void* jarg1) vtkRenderedGraphRepresentation_GetVertexColorArrayName; extern(C) void function(void* jarg1, uint jarg2) vtkRenderedGraphRepresentation_SetColorEdgesByArray; extern(C) uint function(void* jarg1) vtkRenderedGraphRepresentation_GetColorEdgesByArray; extern(C) void function(void* jarg1) vtkRenderedGraphRepresentation_ColorEdgesByArrayOn; extern(C) void function(void* jarg1) vtkRenderedGraphRepresentation_ColorEdgesByArrayOff; extern(C) void function(void* jarg1, const(char)* jarg2) vtkRenderedGraphRepresentation_SetEdgeColorArrayName; extern(C) const(char)* function(void* jarg1) vtkRenderedGraphRepresentation_GetEdgeColorArrayName; extern(C) void function(void* jarg1, uint jarg2) vtkRenderedGraphRepresentation_SetEnableVerticesByArray; extern(C) uint function(void* jarg1) vtkRenderedGraphRepresentation_GetEnableVerticesByArray; extern(C) void function(void* jarg1) vtkRenderedGraphRepresentation_EnableVerticesByArrayOn; extern(C) void function(void* jarg1) vtkRenderedGraphRepresentation_EnableVerticesByArrayOff; extern(C) void function(void* jarg1, const(char)* jarg2) vtkRenderedGraphRepresentation_SetEnabledVerticesArrayName; extern(C) const(char)* function(void* jarg1) vtkRenderedGraphRepresentation_GetEnabledVerticesArrayName; extern(C) void function(void* jarg1, uint jarg2) vtkRenderedGraphRepresentation_SetEnableEdgesByArray; extern(C) uint function(void* jarg1) vtkRenderedGraphRepresentation_GetEnableEdgesByArray; extern(C) void function(void* jarg1) vtkRenderedGraphRepresentation_EnableEdgesByArrayOn; extern(C) void function(void* jarg1) vtkRenderedGraphRepresentation_EnableEdgesByArrayOff; extern(C) void function(void* jarg1, const(char)* jarg2) vtkRenderedGraphRepresentation_SetEnabledEdgesArrayName; extern(C) const(char)* function(void* jarg1) vtkRenderedGraphRepresentation_GetEnabledEdgesArrayName; extern(C) void function(void* jarg1, uint jarg2) vtkRenderedGraphRepresentation_SetEdgeVisibility; extern(C) uint function(void* jarg1) vtkRenderedGraphRepresentation_GetEdgeVisibility; extern(C) void function(void* jarg1) vtkRenderedGraphRepresentation_EdgeVisibilityOn; extern(C) void function(void* jarg1) vtkRenderedGraphRepresentation_EdgeVisibilityOff; extern(C) void function(void* jarg1, uint jarg2) vtkRenderedGraphRepresentation_SetEdgeSelection; extern(C) uint function(void* jarg1) vtkRenderedGraphRepresentation_GetEdgeSelection; extern(C) void function(void* jarg1, void* jarg2) vtkRenderedGraphRepresentation_SetLayoutStrategy__SWIG_0; extern(C) void* function(void* jarg1) vtkRenderedGraphRepresentation_GetLayoutStrategy; extern(C) void function(void* jarg1, const(char)* jarg2) vtkRenderedGraphRepresentation_SetLayoutStrategy__SWIG_1; extern(C) const(char)* function(void* jarg1) vtkRenderedGraphRepresentation_GetLayoutStrategyName; extern(C) void function(void* jarg1) vtkRenderedGraphRepresentation_SetLayoutStrategyToRandom; extern(C) void function(void* jarg1) vtkRenderedGraphRepresentation_SetLayoutStrategyToForceDirected; extern(C) void function(void* jarg1) vtkRenderedGraphRepresentation_SetLayoutStrategyToSimple2D; extern(C) void function(void* jarg1) vtkRenderedGraphRepresentation_SetLayoutStrategyToClustering2D; extern(C) void function(void* jarg1) vtkRenderedGraphRepresentation_SetLayoutStrategyToCommunity2D; extern(C) void function(void* jarg1) vtkRenderedGraphRepresentation_SetLayoutStrategyToFast2D; extern(C) void function(void* jarg1) vtkRenderedGraphRepresentation_SetLayoutStrategyToPassThrough; extern(C) void function(void* jarg1) vtkRenderedGraphRepresentation_SetLayoutStrategyToCircular; extern(C) void function(void* jarg1) vtkRenderedGraphRepresentation_SetLayoutStrategyToTree__SWIG_0; extern(C) void function(void* jarg1) vtkRenderedGraphRepresentation_SetLayoutStrategyToCosmicTree__SWIG_0; extern(C) void function(void* jarg1) vtkRenderedGraphRepresentation_SetLayoutStrategyToCone; extern(C) void function(void* jarg1) vtkRenderedGraphRepresentation_SetLayoutStrategyToSpanTree; extern(C) void function(void* jarg1, const(char)* jarg2, const(char)* jarg3, const(char)* jarg4) vtkRenderedGraphRepresentation_SetLayoutStrategyToAssignCoordinates__SWIG_0; extern(C) void function(void* jarg1, const(char)* jarg2, const(char)* jarg3) vtkRenderedGraphRepresentation_SetLayoutStrategyToAssignCoordinates__SWIG_1; extern(C) void function(void* jarg1, const(char)* jarg2) vtkRenderedGraphRepresentation_SetLayoutStrategyToAssignCoordinates__SWIG_2; extern(C) void function(void* jarg1, uint jarg2, double jarg3, double jarg4, double jarg5) vtkRenderedGraphRepresentation_SetLayoutStrategyToTree__SWIG_1; extern(C) void function(void* jarg1, uint jarg2, double jarg3, double jarg4) vtkRenderedGraphRepresentation_SetLayoutStrategyToTree__SWIG_2; extern(C) void function(void* jarg1, uint jarg2, double jarg3) vtkRenderedGraphRepresentation_SetLayoutStrategyToTree__SWIG_3; extern(C) void function(void* jarg1, uint jarg2) vtkRenderedGraphRepresentation_SetLayoutStrategyToTree__SWIG_4; extern(C) void function(void* jarg1, const(char)* jarg2, uint jarg3, int jarg4, long jarg5) vtkRenderedGraphRepresentation_SetLayoutStrategyToCosmicTree__SWIG_1; extern(C) void function(void* jarg1, const(char)* jarg2, uint jarg3, int jarg4) vtkRenderedGraphRepresentation_SetLayoutStrategyToCosmicTree__SWIG_2; extern(C) void function(void* jarg1, const(char)* jarg2, uint jarg3) vtkRenderedGraphRepresentation_SetLayoutStrategyToCosmicTree__SWIG_3; extern(C) void function(void* jarg1, const(char)* jarg2) vtkRenderedGraphRepresentation_SetLayoutStrategyToCosmicTree__SWIG_4; extern(C) void function(void* jarg1, void* jarg2) vtkRenderedGraphRepresentation_SetEdgeLayoutStrategy__SWIG_0; extern(C) void* function(void* jarg1) vtkRenderedGraphRepresentation_GetEdgeLayoutStrategy; extern(C) void function(void* jarg1) vtkRenderedGraphRepresentation_SetEdgeLayoutStrategyToArcParallel; extern(C) void function(void* jarg1) vtkRenderedGraphRepresentation_SetEdgeLayoutStrategyToPassThrough; extern(C) void function(void* jarg1, double jarg2) vtkRenderedGraphRepresentation_SetEdgeLayoutStrategyToGeo__SWIG_0; extern(C) void function(void* jarg1) vtkRenderedGraphRepresentation_SetEdgeLayoutStrategyToGeo__SWIG_1; extern(C) void function(void* jarg1, const(char)* jarg2) vtkRenderedGraphRepresentation_SetEdgeLayoutStrategy__SWIG_1; extern(C) const(char)* function(void* jarg1) vtkRenderedGraphRepresentation_GetEdgeLayoutStrategyName; extern(C) void function(void* jarg1, int jarg2) vtkRenderedGraphRepresentation_SetGlyphType; extern(C) int function(void* jarg1) vtkRenderedGraphRepresentation_GetGlyphType; extern(C) void function(void* jarg1, uint jarg2) vtkRenderedGraphRepresentation_SetScaling; extern(C) uint function(void* jarg1) vtkRenderedGraphRepresentation_GetScaling; extern(C) void function(void* jarg1) vtkRenderedGraphRepresentation_ScalingOn; extern(C) void function(void* jarg1) vtkRenderedGraphRepresentation_ScalingOff; extern(C) void function(void* jarg1, const(char)* jarg2) vtkRenderedGraphRepresentation_SetScalingArrayName; extern(C) const(char)* function(void* jarg1) vtkRenderedGraphRepresentation_GetScalingArrayName; extern(C) void function(void* jarg1, uint jarg2) vtkRenderedGraphRepresentation_SetVertexScalarBarVisibility; extern(C) uint function(void* jarg1) vtkRenderedGraphRepresentation_GetVertexScalarBarVisibility; extern(C) void function(void* jarg1, uint jarg2) vtkRenderedGraphRepresentation_SetEdgeScalarBarVisibility; extern(C) uint function(void* jarg1) vtkRenderedGraphRepresentation_GetEdgeScalarBarVisibility; extern(C) void* function(void* jarg1) vtkRenderedGraphRepresentation_GetVertexScalarBar; extern(C) void* function(void* jarg1) vtkRenderedGraphRepresentation_GetEdgeScalarBar; extern(C) uint function(void* jarg1) vtkRenderedGraphRepresentation_IsLayoutComplete; extern(C) void function(void* jarg1) vtkRenderedGraphRepresentation_UpdateLayout; extern(C) void function(void* jarg1, void* jarg2) vtkRenderedGraphRepresentation_ComputeSelectedGraphBounds; extern(C) void* function(void* objectRef) vtkRenderedGraphRepresentation_Upcast; extern(C) void* function() vtkIVWriter_New; extern(C) int function(const(char)* jarg1) vtkIVWriter_IsTypeOf; extern(C) void* function(void* jarg1) vtkIVWriter_SafeDownCast; extern(C) void* function(void* jarg1) vtkIVWriter_NewInstance; extern(C) void* function(void* jarg1) vtkIVWriter_GetInput__SWIG_0; extern(C) void* function(void* jarg1, int jarg2) vtkIVWriter_GetInput__SWIG_1; extern(C) void function(void* jarg1, const(char)* jarg2) vtkIVWriter_SetFileName; extern(C) const(char)* function(void* jarg1) vtkIVWriter_GetFileName; extern(C) void* function(void* objectRef) vtkIVWriter_Upcast; extern(C) void* function() vtkCellDataToPointData_New; extern(C) int function(const(char)* jarg1) vtkCellDataToPointData_IsTypeOf; extern(C) void* function(void* jarg1) vtkCellDataToPointData_SafeDownCast; extern(C) void* function(void* jarg1) vtkCellDataToPointData_NewInstance; extern(C) void function(void* jarg1, int jarg2) vtkCellDataToPointData_SetPassCellData; extern(C) int function(void* jarg1) vtkCellDataToPointData_GetPassCellData; extern(C) void function(void* jarg1) vtkCellDataToPointData_PassCellDataOn; extern(C) void function(void* jarg1) vtkCellDataToPointData_PassCellDataOff; extern(C) void* function(void* objectRef) vtkCellDataToPointData_Upcast; extern(C) int function(const(char)* jarg1) vtkPCellDataToPointData_IsTypeOf; extern(C) void* function(void* jarg1) vtkPCellDataToPointData_SafeDownCast; extern(C) void* function(void* jarg1) vtkPCellDataToPointData_NewInstance; extern(C) void* function() vtkPCellDataToPointData_New; extern(C) void function(void* jarg1, int jarg2) vtkPCellDataToPointData_SetPieceInvariant; extern(C) int function(void* jarg1) vtkPCellDataToPointData_GetPieceInvariant; extern(C) void function(void* jarg1) vtkPCellDataToPointData_PieceInvariantOn; extern(C) void function(void* jarg1) vtkPCellDataToPointData_PieceInvariantOff; extern(C) void* function(void* objectRef) vtkPCellDataToPointData_Upcast; extern(C) void* function() vtkImageSkeleton2D_New; extern(C) int function(const(char)* jarg1) vtkImageSkeleton2D_IsTypeOf; extern(C) void* function(void* jarg1) vtkImageSkeleton2D_SafeDownCast; extern(C) void* function(void* jarg1) vtkImageSkeleton2D_NewInstance; extern(C) void function(void* jarg1, int jarg2) vtkImageSkeleton2D_SetPrune; extern(C) int function(void* jarg1) vtkImageSkeleton2D_GetPrune; extern(C) void function(void* jarg1) vtkImageSkeleton2D_PruneOn; extern(C) void function(void* jarg1) vtkImageSkeleton2D_PruneOff; extern(C) void function(void* jarg1, int jarg2) vtkImageSkeleton2D_SetNumberOfIterations; extern(C) void* function(void* objectRef) vtkImageSkeleton2D_Upcast; extern(C) int function(const(char)* jarg1) vtkInformationUnsignedLongKey_IsTypeOf; extern(C) void* function(void* jarg1) vtkInformationUnsignedLongKey_SafeDownCast; extern(C) void* function(void* jarg1) vtkInformationUnsignedLongKey_NewInstance; extern(C) void* function(const(char)* jarg1, const(char)* jarg2) new_vtkInformationUnsignedLongKey; extern(C) void function(void* jarg1) delete_vtkInformationUnsignedLongKey; extern(C) void function(void* jarg1, void* jarg2, core.stdc.config.c_ulong jarg3) vtkInformationUnsignedLongKey_Set; extern(C) core.stdc.config.c_ulong function(void* jarg1, void* jarg2) vtkInformationUnsignedLongKey_Get; extern(C) void* function(void* objectRef) vtkInformationUnsignedLongKey_Upcast; extern(C) void* function() vtkPNMWriter_New; extern(C) int function(const(char)* jarg1) vtkPNMWriter_IsTypeOf; extern(C) void* function(void* jarg1) vtkPNMWriter_SafeDownCast; extern(C) void* function(void* jarg1) vtkPNMWriter_NewInstance; extern(C) void* function(void* objectRef) vtkPNMWriter_Upcast; extern(C) void* function() vtkExtractUnstructuredGridPiece_New; extern(C) int function(const(char)* jarg1) vtkExtractUnstructuredGridPiece_IsTypeOf; extern(C) void* function(void* jarg1) vtkExtractUnstructuredGridPiece_SafeDownCast; extern(C) void* function(void* jarg1) vtkExtractUnstructuredGridPiece_NewInstance; extern(C) void function(void* jarg1, int jarg2) vtkExtractUnstructuredGridPiece_SetCreateGhostCells; extern(C) int function(void* jarg1) vtkExtractUnstructuredGridPiece_GetCreateGhostCells; extern(C) void function(void* jarg1) vtkExtractUnstructuredGridPiece_CreateGhostCellsOn; extern(C) void function(void* jarg1) vtkExtractUnstructuredGridPiece_CreateGhostCellsOff; extern(C) void* function(void* objectRef) vtkExtractUnstructuredGridPiece_Upcast; extern(C) void* function() vtkByteSwap_New; extern(C) int function(const(char)* jarg1) vtkByteSwap_IsTypeOf; extern(C) void* function(void* jarg1) vtkByteSwap_SafeDownCast; extern(C) void* function(void* jarg1) vtkByteSwap_NewInstance; extern(C) void function(void* jarg1) vtkByteSwap_Swap2LE; extern(C) void function(void* jarg1) vtkByteSwap_Swap4LE; extern(C) void function(void* jarg1) vtkByteSwap_Swap8LE; extern(C) void function(void* jarg1, size_t jarg2) vtkByteSwap_Swap2LERange; extern(C) void function(void* jarg1, size_t jarg2) vtkByteSwap_Swap4LERange; extern(C) void function(void* jarg1, size_t jarg2) vtkByteSwap_Swap8LERange; extern(C) uint function(void* jarg1, size_t jarg2, void* jarg3) vtkByteSwap_SwapWrite2LERange__SWIG_0; extern(C) uint function(void* jarg1, size_t jarg2, void* jarg3) vtkByteSwap_SwapWrite4LERange__SWIG_0; extern(C) uint function(void* jarg1, size_t jarg2, void* jarg3) vtkByteSwap_SwapWrite8LERange__SWIG_0; extern(C) void function(void* jarg1, size_t jarg2, void* jarg3) vtkByteSwap_SwapWrite2LERange__SWIG_1; extern(C) void function(void* jarg1, size_t jarg2, void* jarg3) vtkByteSwap_SwapWrite4LERange__SWIG_1; extern(C) void function(void* jarg1, size_t jarg2, void* jarg3) vtkByteSwap_SwapWrite8LERange__SWIG_1; extern(C) void function(void* jarg1) vtkByteSwap_Swap2BE; extern(C) void function(void* jarg1) vtkByteSwap_Swap4BE; extern(C) void function(void* jarg1) vtkByteSwap_Swap8BE; extern(C) void function(void* jarg1, size_t jarg2) vtkByteSwap_Swap2BERange; extern(C) void function(void* jarg1, size_t jarg2) vtkByteSwap_Swap4BERange; extern(C) void function(void* jarg1, size_t jarg2) vtkByteSwap_Swap8BERange; extern(C) uint function(void* jarg1, size_t jarg2, void* jarg3) vtkByteSwap_SwapWrite2BERange__SWIG_0; extern(C) uint function(void* jarg1, size_t jarg2, void* jarg3) vtkByteSwap_SwapWrite4BERange__SWIG_0; extern(C) uint function(void* jarg1, size_t jarg2, void* jarg3) vtkByteSwap_SwapWrite8BERange__SWIG_0; extern(C) void function(void* jarg1, size_t jarg2, void* jarg3) vtkByteSwap_SwapWrite2BERange__SWIG_1; extern(C) void function(void* jarg1, size_t jarg2, void* jarg3) vtkByteSwap_SwapWrite4BERange__SWIG_1; extern(C) void function(void* jarg1, size_t jarg2, void* jarg3) vtkByteSwap_SwapWrite8BERange__SWIG_1; extern(C) void function(void* jarg1, size_t jarg2, size_t jarg3) vtkByteSwap_SwapVoidRange; extern(C) void* function(void* objectRef) vtkByteSwap_Upcast; extern(C) void* function() vtkMultiBlockPLOT3DReader_New; extern(C) int function(const(char)* jarg1) vtkMultiBlockPLOT3DReader_IsTypeOf; extern(C) void* function(void* jarg1) vtkMultiBlockPLOT3DReader_SafeDownCast; extern(C) void* function(void* jarg1) vtkMultiBlockPLOT3DReader_NewInstance; extern(C) void function(void* jarg1, const(char)* jarg2) vtkMultiBlockPLOT3DReader_SetFileName; extern(C) const(char)* function(void* jarg1) vtkMultiBlockPLOT3DReader_GetFileName; extern(C) void function(void* jarg1, const(char)* jarg2) vtkMultiBlockPLOT3DReader_SetXYZFileName; extern(C) const(char)* function(void* jarg1) vtkMultiBlockPLOT3DReader_GetXYZFileName; extern(C) void function(void* jarg1, const(char)* jarg2) vtkMultiBlockPLOT3DReader_SetQFileName; extern(C) const(char)* function(void* jarg1) vtkMultiBlockPLOT3DReader_GetQFileName; extern(C) void function(void* jarg1, const(char)* jarg2) vtkMultiBlockPLOT3DReader_SetFunctionFileName; extern(C) const(char)* function(void* jarg1) vtkMultiBlockPLOT3DReader_GetFunctionFileName; extern(C) void function(void* jarg1, int jarg2) vtkMultiBlockPLOT3DReader_SetAutoDetectFormat; extern(C) int function(void* jarg1) vtkMultiBlockPLOT3DReader_GetAutoDetectFormat; extern(C) void function(void* jarg1) vtkMultiBlockPLOT3DReader_AutoDetectFormatOn; extern(C) void function(void* jarg1) vtkMultiBlockPLOT3DReader_AutoDetectFormatOff; extern(C) void function(void* jarg1, int jarg2) vtkMultiBlockPLOT3DReader_SetBinaryFile; extern(C) int function(void* jarg1) vtkMultiBlockPLOT3DReader_GetBinaryFile; extern(C) void function(void* jarg1) vtkMultiBlockPLOT3DReader_BinaryFileOn; extern(C) void function(void* jarg1) vtkMultiBlockPLOT3DReader_BinaryFileOff; extern(C) void function(void* jarg1, int jarg2) vtkMultiBlockPLOT3DReader_SetMultiGrid; extern(C) int function(void* jarg1) vtkMultiBlockPLOT3DReader_GetMultiGrid; extern(C) void function(void* jarg1) vtkMultiBlockPLOT3DReader_MultiGridOn; extern(C) void function(void* jarg1) vtkMultiBlockPLOT3DReader_MultiGridOff; extern(C) void function(void* jarg1, int jarg2) vtkMultiBlockPLOT3DReader_SetHasByteCount; extern(C) int function(void* jarg1) vtkMultiBlockPLOT3DReader_GetHasByteCount; extern(C) void function(void* jarg1) vtkMultiBlockPLOT3DReader_HasByteCountOn; extern(C) void function(void* jarg1) vtkMultiBlockPLOT3DReader_HasByteCountOff; extern(C) void function(void* jarg1, int jarg2) vtkMultiBlockPLOT3DReader_SetIBlanking; extern(C) int function(void* jarg1) vtkMultiBlockPLOT3DReader_GetIBlanking; extern(C) void function(void* jarg1) vtkMultiBlockPLOT3DReader_IBlankingOn; extern(C) void function(void* jarg1) vtkMultiBlockPLOT3DReader_IBlankingOff; extern(C) void function(void* jarg1, int jarg2) vtkMultiBlockPLOT3DReader_SetTwoDimensionalGeometry; extern(C) int function(void* jarg1) vtkMultiBlockPLOT3DReader_GetTwoDimensionalGeometry; extern(C) void function(void* jarg1) vtkMultiBlockPLOT3DReader_TwoDimensionalGeometryOn; extern(C) void function(void* jarg1) vtkMultiBlockPLOT3DReader_TwoDimensionalGeometryOff; extern(C) void function(void* jarg1, int jarg2) vtkMultiBlockPLOT3DReader_SetDoublePrecision; extern(C) int function(void* jarg1) vtkMultiBlockPLOT3DReader_GetDoublePrecision; extern(C) void function(void* jarg1) vtkMultiBlockPLOT3DReader_DoublePrecisionOn; extern(C) void function(void* jarg1) vtkMultiBlockPLOT3DReader_DoublePrecisionOff; extern(C) void function(void* jarg1, int jarg2) vtkMultiBlockPLOT3DReader_SetForceRead; extern(C) int function(void* jarg1) vtkMultiBlockPLOT3DReader_GetForceRead; extern(C) void function(void* jarg1) vtkMultiBlockPLOT3DReader_ForceReadOn; extern(C) void function(void* jarg1) vtkMultiBlockPLOT3DReader_ForceReadOff; extern(C) void function(void* jarg1) vtkMultiBlockPLOT3DReader_SetByteOrderToBigEndian; extern(C) void function(void* jarg1) vtkMultiBlockPLOT3DReader_SetByteOrderToLittleEndian; extern(C) void function(void* jarg1, int jarg2) vtkMultiBlockPLOT3DReader_SetByteOrder; extern(C) int function(void* jarg1) vtkMultiBlockPLOT3DReader_GetByteOrder; extern(C) const(char)* function(void* jarg1) vtkMultiBlockPLOT3DReader_GetByteOrderAsString; extern(C) void function(void* jarg1, double jarg2) vtkMultiBlockPLOT3DReader_SetR; extern(C) double function(void* jarg1) vtkMultiBlockPLOT3DReader_GetR; extern(C) void function(void* jarg1, double jarg2) vtkMultiBlockPLOT3DReader_SetGamma; extern(C) double function(void* jarg1) vtkMultiBlockPLOT3DReader_GetGamma; extern(C) void function(void* jarg1, int jarg2) vtkMultiBlockPLOT3DReader_SetScalarFunctionNumber; extern(C) int function(void* jarg1) vtkMultiBlockPLOT3DReader_GetScalarFunctionNumber; extern(C) void function(void* jarg1, int jarg2) vtkMultiBlockPLOT3DReader_SetVectorFunctionNumber; extern(C) int function(void* jarg1) vtkMultiBlockPLOT3DReader_GetVectorFunctionNumber; extern(C) void function(void* jarg1, int jarg2) vtkMultiBlockPLOT3DReader_AddFunction; extern(C) void function(void* jarg1, int jarg2) vtkMultiBlockPLOT3DReader_RemoveFunction; extern(C) void function(void* jarg1) vtkMultiBlockPLOT3DReader_RemoveAllFunctions; extern(C) int function(void* jarg1, const(char)* jarg2) vtkMultiBlockPLOT3DReader_CanReadBinaryFile; extern(C) void* function(void* objectRef) vtkMultiBlockPLOT3DReader_Upcast; extern(C) void* function() vtkStructuredGrid_New; extern(C) int function(const(char)* jarg1) vtkStructuredGrid_IsTypeOf; extern(C) void* function(void* jarg1) vtkStructuredGrid_SafeDownCast; extern(C) void* function(void* jarg1) vtkStructuredGrid_NewInstance; extern(C) void* function(void* jarg1, long jarg2) vtkStructuredGrid_GetPoint__SWIG_0; extern(C) void function(void* jarg1, long jarg2, void* jarg3) vtkStructuredGrid_GetPoint__SWIG_1; extern(C) void* function(void* jarg1, long jarg2) vtkStructuredGrid_GetCell__SWIG_0; extern(C) void function(void* jarg1, long jarg2, void* jarg3) vtkStructuredGrid_GetCell__SWIG_1; extern(C) void function(void* jarg1, void* jarg2) vtkStructuredGrid_GetScalarRange__SWIG_0; extern(C) void* function(void* jarg1) vtkStructuredGrid_GetScalarRange__SWIG_1; extern(C) void function(void* jarg1, int jarg2, int jarg3, int jarg4) vtkStructuredGrid_SetDimensions__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkStructuredGrid_SetDimensions__SWIG_1; extern(C) void* function(void* jarg1) vtkStructuredGrid_GetDimensions__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkStructuredGrid_GetDimensions__SWIG_1; extern(C) int function(void* jarg1) vtkStructuredGrid_GetDataDimension; extern(C) void function(void* jarg1, void* jarg2) vtkStructuredGrid_SetExtent__SWIG_0; extern(C) void function(void* jarg1, int jarg2, int jarg3, int jarg4, int jarg5, int jarg6, int jarg7) vtkStructuredGrid_SetExtent__SWIG_1; extern(C) void* function(void* jarg1) vtkStructuredGrid_GetExtent__SWIG_0; extern(C) void function(void* jarg1, void* jarg2, void* jarg3, void* jarg4, void* jarg5, void* jarg6, void* jarg7) vtkStructuredGrid_GetExtent__SWIG_1; extern(C) void function(void* jarg1, void* jarg2) vtkStructuredGrid_GetExtent__SWIG_2; extern(C) void function(void* jarg1, long jarg2) vtkStructuredGrid_BlankPoint; extern(C) void function(void* jarg1, long jarg2) vtkStructuredGrid_UnBlankPoint; extern(C) void function(void* jarg1, long jarg2) vtkStructuredGrid_BlankCell; extern(C) void function(void* jarg1, long jarg2) vtkStructuredGrid_UnBlankCell; extern(C) void* function(void* jarg1) vtkStructuredGrid_GetPointVisibilityArray; extern(C) void function(void* jarg1, void* jarg2) vtkStructuredGrid_SetPointVisibilityArray; extern(C) void* function(void* jarg1) vtkStructuredGrid_GetCellVisibilityArray; extern(C) void function(void* jarg1, void* jarg2) vtkStructuredGrid_SetCellVisibilityArray; extern(C) ubyte function(void* jarg1, long jarg2) vtkStructuredGrid_IsPointVisible; extern(C) ubyte function(void* jarg1, long jarg2) vtkStructuredGrid_IsCellVisible; extern(C) ubyte function(void* jarg1) vtkStructuredGrid_GetPointBlanking; extern(C) ubyte function(void* jarg1) vtkStructuredGrid_GetCellBlanking; extern(C) void function(void* jarg1, void* jarg2) vtkStructuredGrid_GetCellDims; extern(C) void function(void* jarg1, int jarg2, int jarg3, int jarg4, void* jarg5, uint jarg6) vtkStructuredGrid_GetPoint__SWIG_2; extern(C) void function(void* jarg1, int jarg2, int jarg3, int jarg4, void* jarg5) vtkStructuredGrid_GetPoint__SWIG_3; extern(C) void* function(void* objectRef) vtkStructuredGrid_Upcast; extern(C) void function(void* jarg1, void* jarg2) vtkMultiBlockPLOT3DReaderInternals_Blocks_set; extern(C) void* function(void* jarg1) vtkMultiBlockPLOT3DReaderInternals_Blocks_get; extern(C) void function(void* jarg1, int jarg2) vtkMultiBlockPLOT3DReaderInternals_BinaryFile_set; extern(C) int function(void* jarg1) vtkMultiBlockPLOT3DReaderInternals_BinaryFile_get; extern(C) void function(void* jarg1, int jarg2) vtkMultiBlockPLOT3DReaderInternals_ByteOrder_set; extern(C) int function(void* jarg1) vtkMultiBlockPLOT3DReaderInternals_ByteOrder_get; extern(C) void function(void* jarg1, int jarg2) vtkMultiBlockPLOT3DReaderInternals_HasByteCount_set; extern(C) int function(void* jarg1) vtkMultiBlockPLOT3DReaderInternals_HasByteCount_get; extern(C) void function(void* jarg1, int jarg2) vtkMultiBlockPLOT3DReaderInternals_MultiGrid_set; extern(C) int function(void* jarg1) vtkMultiBlockPLOT3DReaderInternals_MultiGrid_get; extern(C) void function(void* jarg1, int jarg2) vtkMultiBlockPLOT3DReaderInternals_NumberOfDimensions_set; extern(C) int function(void* jarg1) vtkMultiBlockPLOT3DReaderInternals_NumberOfDimensions_get; extern(C) void function(void* jarg1, int jarg2) vtkMultiBlockPLOT3DReaderInternals_Precision_set; extern(C) int function(void* jarg1) vtkMultiBlockPLOT3DReaderInternals_Precision_get; extern(C) void function(void* jarg1, int jarg2) vtkMultiBlockPLOT3DReaderInternals_IBlanking_set; extern(C) int function(void* jarg1) vtkMultiBlockPLOT3DReaderInternals_IBlanking_get; extern(C) void function(void* jarg1, uint jarg2) vtkMultiBlockPLOT3DReaderInternals_NeedToCheckXYZFile_set; extern(C) uint function(void* jarg1) vtkMultiBlockPLOT3DReaderInternals_NeedToCheckXYZFile_get; extern(C) void* function() new_vtkMultiBlockPLOT3DReaderInternals; extern(C) int function(void* jarg1, void* jarg2, int jarg3, void* jarg4) vtkMultiBlockPLOT3DReaderInternals_ReadInts; extern(C) void function(void* jarg1, void* jarg2) vtkMultiBlockPLOT3DReaderInternals_CheckBinaryFile; extern(C) int function(void* jarg1, void* jarg2) vtkMultiBlockPLOT3DReaderInternals_CheckByteOrder; extern(C) int function(void* jarg1, void* jarg2) vtkMultiBlockPLOT3DReaderInternals_CheckByteCount; extern(C) int function(void* jarg1, void* jarg2) vtkMultiBlockPLOT3DReaderInternals_CheckMultiGrid; extern(C) int function(void* jarg1, void* jarg2) vtkMultiBlockPLOT3DReaderInternals_Check2DGeom; extern(C) int function(void* jarg1, void* jarg2) vtkMultiBlockPLOT3DReaderInternals_CheckBlankingAndPrecision; extern(C) int function(void* jarg1, void* jarg2, core.stdc.config.c_long jarg3) vtkMultiBlockPLOT3DReaderInternals_CheckCFile; extern(C) core.stdc.config.c_long function(void* jarg1, int jarg2, int jarg3, int jarg4, int jarg5, int jarg6, int jarg7, void* jarg8) vtkMultiBlockPLOT3DReaderInternals_CalculateFileSize; extern(C) core.stdc.config.c_long function(void* jarg1, int jarg2, int jarg3, int jarg4, int jarg5, void* jarg6) vtkMultiBlockPLOT3DReaderInternals_CalculateFileSizeForBlock; extern(C) void function(void* jarg1) delete_vtkMultiBlockPLOT3DReaderInternals; extern(C) int function() VTK_ZBUFFER_get; extern(C) void* function() vtkWindowToImageFilter_New; extern(C) int function(const(char)* jarg1) vtkWindowToImageFilter_IsTypeOf; extern(C) void* function(void* jarg1) vtkWindowToImageFilter_SafeDownCast; extern(C) void* function(void* jarg1) vtkWindowToImageFilter_NewInstance; extern(C) void function(void* jarg1, void* jarg2) vtkWindowToImageFilter_SetInput; extern(C) void* function(void* jarg1) vtkWindowToImageFilter_GetInput; extern(C) void function(void* jarg1, int jarg2) vtkWindowToImageFilter_SetMagnification; extern(C) int function(void* jarg1) vtkWindowToImageFilter_GetMagnificationMinValue; extern(C) int function(void* jarg1) vtkWindowToImageFilter_GetMagnificationMaxValue; extern(C) int function(void* jarg1) vtkWindowToImageFilter_GetMagnification; extern(C) void function(void* jarg1, uint jarg2) vtkWindowToImageFilter_SetFixBoundary; extern(C) uint function(void* jarg1) vtkWindowToImageFilter_GetFixBoundary; extern(C) void function(void* jarg1) vtkWindowToImageFilter_FixBoundaryOn; extern(C) void function(void* jarg1) vtkWindowToImageFilter_FixBoundaryOff; extern(C) void function(void* jarg1) vtkWindowToImageFilter_ReadFrontBufferOn; extern(C) void function(void* jarg1) vtkWindowToImageFilter_ReadFrontBufferOff; extern(C) int function(void* jarg1) vtkWindowToImageFilter_GetReadFrontBuffer; extern(C) void function(void* jarg1, int jarg2) vtkWindowToImageFilter_SetReadFrontBuffer; extern(C) void function(void* jarg1) vtkWindowToImageFilter_ShouldRerenderOn; extern(C) void function(void* jarg1) vtkWindowToImageFilter_ShouldRerenderOff; extern(C) void function(void* jarg1, int jarg2) vtkWindowToImageFilter_SetShouldRerender; extern(C) int function(void* jarg1) vtkWindowToImageFilter_GetShouldRerender; extern(C) void function(void* jarg1, double jarg2, double jarg3, double jarg4, double jarg5) vtkWindowToImageFilter_SetViewport__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkWindowToImageFilter_SetViewport__SWIG_1; extern(C) void* function(void* jarg1) vtkWindowToImageFilter_GetViewport__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkWindowToImageFilter_GetViewport__SWIG_1; extern(C) void function(void* jarg1, int jarg2) vtkWindowToImageFilter_SetInputBufferType; extern(C) int function(void* jarg1) vtkWindowToImageFilter_GetInputBufferType; extern(C) void function(void* jarg1) vtkWindowToImageFilter_SetInputBufferTypeToRGB; extern(C) void function(void* jarg1) vtkWindowToImageFilter_SetInputBufferTypeToRGBA; extern(C) void function(void* jarg1) vtkWindowToImageFilter_SetInputBufferTypeToZBuffer; extern(C) void* function(void* jarg1) vtkWindowToImageFilter_GetOutput; extern(C) void* function(void* objectRef) vtkWindowToImageFilter_Upcast; extern(C) void* function() vtkOnePieceExtentTranslator_New; extern(C) int function(const(char)* jarg1) vtkOnePieceExtentTranslator_IsTypeOf; extern(C) void* function(void* jarg1) vtkOnePieceExtentTranslator_SafeDownCast; extern(C) void* function(void* jarg1) vtkOnePieceExtentTranslator_NewInstance; extern(C) void* function(void* objectRef) vtkOnePieceExtentTranslator_Upcast; extern(C) void* function() vtkOBJReader_New; extern(C) int function(const(char)* jarg1) vtkOBJReader_IsTypeOf; extern(C) void* function(void* jarg1) vtkOBJReader_SafeDownCast; extern(C) void* function(void* jarg1) vtkOBJReader_NewInstance; extern(C) void function(void* jarg1, const(char)* jarg2) vtkOBJReader_SetFileName; extern(C) const(char)* function(void* jarg1) vtkOBJReader_GetFileName; extern(C) void* function(void* objectRef) vtkOBJReader_Upcast; extern(C) int function(const(char)* jarg1) vtkImageFourierFilter_IsTypeOf; extern(C) void* function(void* jarg1) vtkImageFourierFilter_SafeDownCast; extern(C) void* function(void* jarg1) vtkImageFourierFilter_NewInstance; extern(C) void* function(void* objectRef) vtkImageFourierFilter_Upcast; extern(C) void* function() vtkLabelPlacer_New; extern(C) int function(const(char)* jarg1) vtkLabelPlacer_IsTypeOf; extern(C) void* function(void* jarg1) vtkLabelPlacer_SafeDownCast; extern(C) void* function(void* jarg1) vtkLabelPlacer_NewInstance; extern(C) void* function(void* jarg1) vtkLabelPlacer_GetRenderer; extern(C) void function(void* jarg1, void* jarg2) vtkLabelPlacer_SetRenderer; extern(C) void* function(void* jarg1) vtkLabelPlacer_GetAnchorTransform; extern(C) void function(void* jarg1, int jarg2) vtkLabelPlacer_SetGravity; extern(C) int function(void* jarg1) vtkLabelPlacer_GetGravity; extern(C) void function(void* jarg1, double jarg2) vtkLabelPlacer_SetMaximumLabelFraction; extern(C) double function(void* jarg1) vtkLabelPlacer_GetMaximumLabelFractionMinValue; extern(C) double function(void* jarg1) vtkLabelPlacer_GetMaximumLabelFractionMaxValue; extern(C) double function(void* jarg1) vtkLabelPlacer_GetMaximumLabelFraction; extern(C) void function(void* jarg1, int jarg2) vtkLabelPlacer_SetIteratorType; extern(C) int function(void* jarg1) vtkLabelPlacer_GetIteratorType; extern(C) void function(void* jarg1, uint jarg2) vtkLabelPlacer_SetUseUnicodeStrings; extern(C) uint function(void* jarg1) vtkLabelPlacer_GetUseUnicodeStrings; extern(C) void function(void* jarg1) vtkLabelPlacer_UseUnicodeStringsOn; extern(C) void function(void* jarg1) vtkLabelPlacer_UseUnicodeStringsOff; extern(C) uint function(void* jarg1) vtkLabelPlacer_GetPositionsAsNormals; extern(C) void function(void* jarg1, uint jarg2) vtkLabelPlacer_SetPositionsAsNormals; extern(C) void function(void* jarg1) vtkLabelPlacer_PositionsAsNormalsOn; extern(C) void function(void* jarg1) vtkLabelPlacer_PositionsAsNormalsOff; extern(C) uint function(void* jarg1) vtkLabelPlacer_GetGeneratePerturbedLabelSpokes; extern(C) void function(void* jarg1, uint jarg2) vtkLabelPlacer_SetGeneratePerturbedLabelSpokes; extern(C) void function(void* jarg1) vtkLabelPlacer_GeneratePerturbedLabelSpokesOn; extern(C) void function(void* jarg1) vtkLabelPlacer_GeneratePerturbedLabelSpokesOff; extern(C) uint function(void* jarg1) vtkLabelPlacer_GetUseDepthBuffer; extern(C) void function(void* jarg1, uint jarg2) vtkLabelPlacer_SetUseDepthBuffer; extern(C) void function(void* jarg1) vtkLabelPlacer_UseDepthBufferOn; extern(C) void function(void* jarg1) vtkLabelPlacer_UseDepthBufferOff; extern(C) uint function(void* jarg1) vtkLabelPlacer_GetOutputTraversedBounds; extern(C) void function(void* jarg1, uint jarg2) vtkLabelPlacer_SetOutputTraversedBounds; extern(C) void function(void* jarg1) vtkLabelPlacer_OutputTraversedBoundsOn; extern(C) void function(void* jarg1) vtkLabelPlacer_OutputTraversedBoundsOff; extern(C) int function(void* jarg1) vtkLabelPlacer_GetOutputCoordinateSystem; extern(C) void function(void* jarg1, int jarg2) vtkLabelPlacer_SetOutputCoordinateSystem; extern(C) int function(void* jarg1) vtkLabelPlacer_GetOutputCoordinateSystemMinValue; extern(C) int function(void* jarg1) vtkLabelPlacer_GetOutputCoordinateSystemMaxValue; extern(C) void function(void* jarg1) vtkLabelPlacer_OutputCoordinateSystemWorld; extern(C) void function(void* jarg1) vtkLabelPlacer_OutputCoordinateSystemDisplay; extern(C) void* function(void* objectRef) vtkLabelPlacer_Upcast; extern(C) int function() VTK_TEXTURE_STYLE_FIT_IMAGE_get; extern(C) int function() VTK_TEXTURE_STYLE_PROPORTIONAL_get; extern(C) int function(const(char)* jarg1) vtkButtonSource_IsTypeOf; extern(C) void* function(void* jarg1) vtkButtonSource_SafeDownCast; extern(C) void* function(void* jarg1) vtkButtonSource_NewInstance; extern(C) void function(void* jarg1, double jarg2, double jarg3, double jarg4) vtkButtonSource_SetCenter__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkButtonSource_SetCenter__SWIG_1; extern(C) void* function(void* jarg1) vtkButtonSource_GetCenter__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkButtonSource_GetCenter__SWIG_1; extern(C) void function(void* jarg1, int jarg2) vtkButtonSource_SetTextureStyle; extern(C) int function(void* jarg1) vtkButtonSource_GetTextureStyleMinValue; extern(C) int function(void* jarg1) vtkButtonSource_GetTextureStyleMaxValue; extern(C) int function(void* jarg1) vtkButtonSource_GetTextureStyle; extern(C) void function(void* jarg1) vtkButtonSource_SetTextureStyleToFitImage; extern(C) void function(void* jarg1) vtkButtonSource_SetTextureStyleToProportional; extern(C) void function(void* jarg1, int jarg2, int jarg3) vtkButtonSource_SetTextureDimensions__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkButtonSource_SetTextureDimensions__SWIG_1; extern(C) void* function(void* jarg1) vtkButtonSource_GetTextureDimensions__SWIG_0; extern(C) void function(void* jarg1, void* jarg2, void* jarg3) vtkButtonSource_GetTextureDimensions__SWIG_1; extern(C) void function(void* jarg1, void* jarg2) vtkButtonSource_GetTextureDimensions__SWIG_2; extern(C) void function(void* jarg1, double jarg2, double jarg3) vtkButtonSource_SetShoulderTextureCoordinate__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkButtonSource_SetShoulderTextureCoordinate__SWIG_1; extern(C) void* function(void* jarg1) vtkButtonSource_GetShoulderTextureCoordinate__SWIG_0; extern(C) void function(void* jarg1, void* jarg2, void* jarg3) vtkButtonSource_GetShoulderTextureCoordinate__SWIG_1; extern(C) void function(void* jarg1, void* jarg2) vtkButtonSource_GetShoulderTextureCoordinate__SWIG_2; extern(C) void function(void* jarg1, int jarg2) vtkButtonSource_SetTwoSided; extern(C) int function(void* jarg1) vtkButtonSource_GetTwoSided; extern(C) void function(void* jarg1) vtkButtonSource_TwoSidedOn; extern(C) void function(void* jarg1) vtkButtonSource_TwoSidedOff; extern(C) void* function(void* objectRef) vtkButtonSource_Upcast; extern(C) int function(const(char)* jarg1) vtkCuller_IsTypeOf; extern(C) void* function(void* jarg1) vtkCuller_SafeDownCast; extern(C) void* function(void* jarg1) vtkCuller_NewInstance; extern(C) double function(void* jarg1, void* jarg2, void* jarg3, void* jarg4, void* jarg5) vtkCuller_Cull; extern(C) void* function(void* objectRef) vtkCuller_Upcast; extern(C) int function(const(char)* jarg1) vtkLocator_IsTypeOf; extern(C) void* function(void* jarg1) vtkLocator_SafeDownCast; extern(C) void* function(void* jarg1) vtkLocator_NewInstance; extern(C) void function(void* jarg1, void* jarg2) vtkLocator_SetDataSet; extern(C) void* function(void* jarg1) vtkLocator_GetDataSet; extern(C) void function(void* jarg1, int jarg2) vtkLocator_SetMaxLevel; extern(C) int function(void* jarg1) vtkLocator_GetMaxLevelMinValue; extern(C) int function(void* jarg1) vtkLocator_GetMaxLevelMaxValue; extern(C) int function(void* jarg1) vtkLocator_GetMaxLevel; extern(C) int function(void* jarg1) vtkLocator_GetLevel; extern(C) void function(void* jarg1, int jarg2) vtkLocator_SetAutomatic; extern(C) int function(void* jarg1) vtkLocator_GetAutomatic; extern(C) void function(void* jarg1) vtkLocator_AutomaticOn; extern(C) void function(void* jarg1) vtkLocator_AutomaticOff; extern(C) void function(void* jarg1, double jarg2) vtkLocator_SetTolerance; extern(C) double function(void* jarg1) vtkLocator_GetToleranceMinValue; extern(C) double function(void* jarg1) vtkLocator_GetToleranceMaxValue; extern(C) double function(void* jarg1) vtkLocator_GetTolerance; extern(C) void function(void* jarg1) vtkLocator_Update; extern(C) void function(void* jarg1) vtkLocator_Initialize; extern(C) void function(void* jarg1) vtkLocator_BuildLocator; extern(C) void function(void* jarg1) vtkLocator_FreeSearchStructure; extern(C) void function(void* jarg1, int jarg2, void* jarg3) vtkLocator_GenerateRepresentation; extern(C) core.stdc.config.c_ulong function(void* jarg1) vtkLocator_GetBuildTime; extern(C) void* function(void* objectRef) vtkLocator_Upcast; extern(C) int function(const(char)* jarg1) vtkAbstractPointLocator_IsTypeOf; extern(C) void* function(void* jarg1) vtkAbstractPointLocator_SafeDownCast; extern(C) void* function(void* jarg1) vtkAbstractPointLocator_NewInstance; extern(C) long function(void* jarg1, void* jarg2) vtkAbstractPointLocator_FindClosestPoint__SWIG_0; extern(C) long function(void* jarg1, double jarg2, double jarg3, double jarg4) vtkAbstractPointLocator_FindClosestPoint__SWIG_1; extern(C) long function(void* jarg1, double jarg2, void* jarg3, void* jarg4) vtkAbstractPointLocator_FindClosestPointWithinRadius; extern(C) void function(void* jarg1, int jarg2, void* jarg3, void* jarg4) vtkAbstractPointLocator_FindClosestNPoints__SWIG_0; extern(C) void function(void* jarg1, int jarg2, double jarg3, double jarg4, double jarg5, void* jarg6) vtkAbstractPointLocator_FindClosestNPoints__SWIG_1; extern(C) void function(void* jarg1, double jarg2, void* jarg3, void* jarg4) vtkAbstractPointLocator_FindPointsWithinRadius__SWIG_0; extern(C) void function(void* jarg1, double jarg2, double jarg3, double jarg4, double jarg5, void* jarg6) vtkAbstractPointLocator_FindPointsWithinRadius__SWIG_1; extern(C) void* function(void* jarg1) vtkAbstractPointLocator_GetBounds__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkAbstractPointLocator_GetBounds__SWIG_1; extern(C) void* function(void* objectRef) vtkAbstractPointLocator_Upcast; extern(C) int function(const(char)* jarg1) vtkIncrementalPointLocator_IsTypeOf; extern(C) void* function(void* jarg1) vtkIncrementalPointLocator_SafeDownCast; extern(C) void* function(void* jarg1) vtkIncrementalPointLocator_NewInstance; extern(C) long function(void* jarg1, void* jarg2) vtkIncrementalPointLocator_FindClosestInsertedPoint; extern(C) int function(void* jarg1, void* jarg2, void* jarg3) vtkIncrementalPointLocator_InitPointInsertion__SWIG_0; extern(C) int function(void* jarg1, void* jarg2, void* jarg3, long jarg4) vtkIncrementalPointLocator_InitPointInsertion__SWIG_1; extern(C) long function(void* jarg1, double jarg2, double jarg3, double jarg4) vtkIncrementalPointLocator_IsInsertedPoint__SWIG_0; extern(C) long function(void* jarg1, void* jarg2) vtkIncrementalPointLocator_IsInsertedPoint__SWIG_1; extern(C) int function(void* jarg1, void* jarg2, void* jarg3) vtkIncrementalPointLocator_InsertUniquePoint; extern(C) void function(void* jarg1, long jarg2, void* jarg3) vtkIncrementalPointLocator_InsertPoint; extern(C) long function(void* jarg1, void* jarg2) vtkIncrementalPointLocator_InsertNextPoint; extern(C) void* function(void* objectRef) vtkIncrementalPointLocator_Upcast; extern(C) int function(const(char)* jarg1) vtkOpenGLProjectedAAHexahedraMapper_IsTypeOf; extern(C) void* function(void* jarg1) vtkOpenGLProjectedAAHexahedraMapper_SafeDownCast; extern(C) void* function(void* jarg1) vtkOpenGLProjectedAAHexahedraMapper_NewInstance; extern(C) void* function() vtkOpenGLProjectedAAHexahedraMapper_New; extern(C) void function(void* jarg1, void* jarg2, void* jarg3) vtkOpenGLProjectedAAHexahedraMapper_Render; extern(C) void* function(void* objectRef) vtkOpenGLProjectedAAHexahedraMapper_Upcast; extern(C) int function(const(char)* jarg1) vtkDataWriter_IsTypeOf; extern(C) void* function(void* jarg1) vtkDataWriter_SafeDownCast; extern(C) void* function(void* jarg1) vtkDataWriter_NewInstance; extern(C) void* function() vtkDataWriter_New; extern(C) void function(void* jarg1, const(char)* jarg2) vtkDataWriter_SetFileName; extern(C) const(char)* function(void* jarg1) vtkDataWriter_GetFileName; extern(C) void function(void* jarg1, int jarg2) vtkDataWriter_SetWriteToOutputString; extern(C) int function(void* jarg1) vtkDataWriter_GetWriteToOutputString; extern(C) void function(void* jarg1) vtkDataWriter_WriteToOutputStringOn; extern(C) void function(void* jarg1) vtkDataWriter_WriteToOutputStringOff; extern(C) int function(void* jarg1) vtkDataWriter_GetOutputStringLength; extern(C) const(char)* function(void* jarg1) vtkDataWriter_GetOutputString; extern(C) void* function(void* jarg1) vtkDataWriter_GetBinaryOutputString; extern(C) void* function(void* jarg1) vtkDataWriter_GetOutputStdString; extern(C) const(char)* function(void* jarg1) vtkDataWriter_RegisterAndGetOutputString; extern(C) void function(void* jarg1, const(char)* jarg2) vtkDataWriter_SetHeader; extern(C) const(char)* function(void* jarg1) vtkDataWriter_GetHeader; extern(C) void function(void* jarg1, int jarg2) vtkDataWriter_SetFileType; extern(C) int function(void* jarg1) vtkDataWriter_GetFileTypeMinValue; extern(C) int function(void* jarg1) vtkDataWriter_GetFileTypeMaxValue; extern(C) int function(void* jarg1) vtkDataWriter_GetFileType; extern(C) void function(void* jarg1) vtkDataWriter_SetFileTypeToASCII; extern(C) void function(void* jarg1) vtkDataWriter_SetFileTypeToBinary; extern(C) void function(void* jarg1, const(char)* jarg2) vtkDataWriter_SetScalarsName; extern(C) const(char)* function(void* jarg1) vtkDataWriter_GetScalarsName; extern(C) void function(void* jarg1, const(char)* jarg2) vtkDataWriter_SetVectorsName; extern(C) const(char)* function(void* jarg1) vtkDataWriter_GetVectorsName; extern(C) void function(void* jarg1, const(char)* jarg2) vtkDataWriter_SetTensorsName; extern(C) const(char)* function(void* jarg1) vtkDataWriter_GetTensorsName; extern(C) void function(void* jarg1, const(char)* jarg2) vtkDataWriter_SetNormalsName; extern(C) const(char)* function(void* jarg1) vtkDataWriter_GetNormalsName; extern(C) void function(void* jarg1, const(char)* jarg2) vtkDataWriter_SetTCoordsName; extern(C) const(char)* function(void* jarg1) vtkDataWriter_GetTCoordsName; extern(C) void function(void* jarg1, const(char)* jarg2) vtkDataWriter_SetGlobalIdsName; extern(C) const(char)* function(void* jarg1) vtkDataWriter_GetGlobalIdsName; extern(C) void function(void* jarg1, const(char)* jarg2) vtkDataWriter_SetPedigreeIdsName; extern(C) const(char)* function(void* jarg1) vtkDataWriter_GetPedigreeIdsName; extern(C) void function(void* jarg1, const(char)* jarg2) vtkDataWriter_SetLookupTableName; extern(C) const(char)* function(void* jarg1) vtkDataWriter_GetLookupTableName; extern(C) void function(void* jarg1, const(char)* jarg2) vtkDataWriter_SetFieldDataName; extern(C) const(char)* function(void* jarg1) vtkDataWriter_GetFieldDataName; extern(C) void* function(void* jarg1) vtkDataWriter_OpenVTKFile; extern(C) int function(void* jarg1, void* jarg2) vtkDataWriter_WriteHeader; extern(C) int function(void* jarg1, void* jarg2, void* jarg3) vtkDataWriter_WritePoints; extern(C) int function(void* jarg1, void* jarg2, void* jarg3, int jarg4) vtkDataWriter_WriteCoordinates; extern(C) int function(void* jarg1, void* jarg2, void* jarg3, const(char)* jarg4) vtkDataWriter_WriteCells; extern(C) int function(void* jarg1, void* jarg2, void* jarg3) vtkDataWriter_WriteCellData; extern(C) int function(void* jarg1, void* jarg2, void* jarg3) vtkDataWriter_WritePointData; extern(C) int function(void* jarg1, void* jarg2, void* jarg3) vtkDataWriter_WriteEdgeData; extern(C) int function(void* jarg1, void* jarg2, void* jarg3) vtkDataWriter_WriteVertexData; extern(C) int function(void* jarg1, void* jarg2, void* jarg3) vtkDataWriter_WriteRowData; extern(C) int function(void* jarg1, void* jarg2, void* jarg3) vtkDataWriter_WriteFieldData; extern(C) int function(void* jarg1, void* jarg2, void* jarg3) vtkDataWriter_WriteDataSetData; extern(C) void function(void* jarg1, void* jarg2) vtkDataWriter_CloseVTKFile; extern(C) void* function(void* objectRef) vtkDataWriter_Upcast; extern(C) void* function() vtkStructuredPointsWriter_New; extern(C) int function(const(char)* jarg1) vtkStructuredPointsWriter_IsTypeOf; extern(C) void* function(void* jarg1) vtkStructuredPointsWriter_SafeDownCast; extern(C) void* function(void* jarg1) vtkStructuredPointsWriter_NewInstance; extern(C) void* function(void* jarg1) vtkStructuredPointsWriter_GetInput__SWIG_0; extern(C) void* function(void* jarg1, int jarg2) vtkStructuredPointsWriter_GetInput__SWIG_1; extern(C) void* function(void* objectRef) vtkStructuredPointsWriter_Upcast; extern(C) void* function() vtkExtractArray_New; extern(C) int function(const(char)* jarg1) vtkExtractArray_IsTypeOf; extern(C) void* function(void* jarg1) vtkExtractArray_SafeDownCast; extern(C) void* function(void* jarg1) vtkExtractArray_NewInstance; extern(C) long function(void* jarg1) vtkExtractArray_GetIndex; extern(C) void function(void* jarg1, long jarg2) vtkExtractArray_SetIndex; extern(C) void* function(void* objectRef) vtkExtractArray_Upcast; extern(C) int function(const(char)* jarg1) vtkContourLineInterpolator_IsTypeOf; extern(C) void* function(void* jarg1) vtkContourLineInterpolator_SafeDownCast; extern(C) void* function(void* jarg1) vtkContourLineInterpolator_NewInstance; extern(C) int function(void* jarg1, void* jarg2, void* jarg3, int jarg4, int jarg5) vtkContourLineInterpolator_InterpolateLine; extern(C) int function(void* jarg1, void* jarg2, void* jarg3, void* jarg4, int jarg5) vtkContourLineInterpolator_UpdateNode; extern(C) void function(void* jarg1, int jarg2, void* jarg3, void* jarg4) vtkContourLineInterpolator_GetSpan; extern(C) void* function(void* objectRef) vtkContourLineInterpolator_Upcast; extern(C) int function(const(char)* jarg1) vtkPolyDataContourLineInterpolator_IsTypeOf; extern(C) void* function(void* jarg1) vtkPolyDataContourLineInterpolator_SafeDownCast; extern(C) void* function(void* jarg1) vtkPolyDataContourLineInterpolator_NewInstance; extern(C) void* function(void* jarg1) vtkPolyDataContourLineInterpolator_GetPolys; extern(C) void* function(void* objectRef) vtkPolyDataContourLineInterpolator_Upcast; extern(C) int function(const(char)* jarg1) vtkPolygonalSurfaceContourLineInterpolator_IsTypeOf; extern(C) void* function(void* jarg1) vtkPolygonalSurfaceContourLineInterpolator_SafeDownCast; extern(C) void* function(void* jarg1) vtkPolygonalSurfaceContourLineInterpolator_NewInstance; extern(C) void* function() vtkPolygonalSurfaceContourLineInterpolator_New; extern(C) void function(void* jarg1, double jarg2) vtkPolygonalSurfaceContourLineInterpolator_SetDistanceOffset; extern(C) double function(void* jarg1) vtkPolygonalSurfaceContourLineInterpolator_GetDistanceOffset; extern(C) void function(void* jarg1, void* jarg2, void* jarg3) vtkPolygonalSurfaceContourLineInterpolator_GetContourPointIds; extern(C) void* function(void* objectRef) vtkPolygonalSurfaceContourLineInterpolator_Upcast; extern(C) int function(const(char)* jarg1) vtkMarchingContourFilter_IsTypeOf; extern(C) void* function(void* jarg1) vtkMarchingContourFilter_SafeDownCast; extern(C) void* function(void* jarg1) vtkMarchingContourFilter_NewInstance; extern(C) void* function() vtkMarchingContourFilter_New; extern(C) void function(void* jarg1, int jarg2, double jarg3) vtkMarchingContourFilter_SetValue; extern(C) double function(void* jarg1, int jarg2) vtkMarchingContourFilter_GetValue; extern(C) void* function(void* jarg1) vtkMarchingContourFilter_GetValues__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkMarchingContourFilter_GetValues__SWIG_1; extern(C) void function(void* jarg1, int jarg2) vtkMarchingContourFilter_SetNumberOfContours; extern(C) int function(void* jarg1) vtkMarchingContourFilter_GetNumberOfContours; extern(C) void function(void* jarg1, int jarg2, void* jarg3) vtkMarchingContourFilter_GenerateValues__SWIG_0; extern(C) void function(void* jarg1, int jarg2, double jarg3, double jarg4) vtkMarchingContourFilter_GenerateValues__SWIG_1; extern(C) void function(void* jarg1, int jarg2) vtkMarchingContourFilter_SetComputeNormals; extern(C) int function(void* jarg1) vtkMarchingContourFilter_GetComputeNormals; extern(C) void function(void* jarg1) vtkMarchingContourFilter_ComputeNormalsOn; extern(C) void function(void* jarg1) vtkMarchingContourFilter_ComputeNormalsOff; extern(C) void function(void* jarg1, int jarg2) vtkMarchingContourFilter_SetComputeGradients; extern(C) int function(void* jarg1) vtkMarchingContourFilter_GetComputeGradients; extern(C) void function(void* jarg1) vtkMarchingContourFilter_ComputeGradientsOn; extern(C) void function(void* jarg1) vtkMarchingContourFilter_ComputeGradientsOff; extern(C) void function(void* jarg1, int jarg2) vtkMarchingContourFilter_SetComputeScalars; extern(C) int function(void* jarg1) vtkMarchingContourFilter_GetComputeScalars; extern(C) void function(void* jarg1) vtkMarchingContourFilter_ComputeScalarsOn; extern(C) void function(void* jarg1) vtkMarchingContourFilter_ComputeScalarsOff; extern(C) void function(void* jarg1, int jarg2) vtkMarchingContourFilter_SetUseScalarTree; extern(C) int function(void* jarg1) vtkMarchingContourFilter_GetUseScalarTree; extern(C) void function(void* jarg1) vtkMarchingContourFilter_UseScalarTreeOn; extern(C) void function(void* jarg1) vtkMarchingContourFilter_UseScalarTreeOff; extern(C) void function(void* jarg1, void* jarg2) vtkMarchingContourFilter_SetLocator; extern(C) void* function(void* jarg1) vtkMarchingContourFilter_GetLocator; extern(C) void function(void* jarg1) vtkMarchingContourFilter_CreateDefaultLocator; extern(C) void* function(void* objectRef) vtkMarchingContourFilter_Upcast; extern(C) int function() VTK_BOX_TYPE_AXIS_ALIGNED_get; extern(C) int function() VTK_BOX_TYPE_ORIENTED_get; extern(C) void* function() vtkOutlineSource_New; extern(C) int function(const(char)* jarg1) vtkOutlineSource_IsTypeOf; extern(C) void* function(void* jarg1) vtkOutlineSource_SafeDownCast; extern(C) void* function(void* jarg1) vtkOutlineSource_NewInstance; extern(C) void function(void* jarg1, int jarg2) vtkOutlineSource_SetBoxType; extern(C) int function(void* jarg1) vtkOutlineSource_GetBoxType; extern(C) void function(void* jarg1) vtkOutlineSource_SetBoxTypeToAxisAligned; extern(C) void function(void* jarg1) vtkOutlineSource_SetBoxTypeToOriented; extern(C) void function(void* jarg1, double jarg2, double jarg3, double jarg4, double jarg5, double jarg6, double jarg7) vtkOutlineSource_SetBounds__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkOutlineSource_SetBounds__SWIG_1; extern(C) void* function(void* jarg1) vtkOutlineSource_GetBounds__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkOutlineSource_GetBounds__SWIG_1; extern(C) void function(void* jarg1, void* jarg2) vtkOutlineSource_SetCorners; extern(C) void* function(void* jarg1) vtkOutlineSource_GetCorners__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkOutlineSource_GetCorners__SWIG_1; extern(C) void function(void* jarg1, int jarg2) vtkOutlineSource_SetGenerateFaces; extern(C) void function(void* jarg1) vtkOutlineSource_GenerateFacesOn; extern(C) void function(void* jarg1) vtkOutlineSource_GenerateFacesOff; extern(C) int function(void* jarg1) vtkOutlineSource_GetGenerateFaces; extern(C) void* function(void* objectRef) vtkOutlineSource_Upcast; extern(C) void* function() vtkResliceCursorWidget_New; extern(C) int function(const(char)* jarg1) vtkResliceCursorWidget_IsTypeOf; extern(C) void* function(void* jarg1) vtkResliceCursorWidget_SafeDownCast; extern(C) void* function(void* jarg1) vtkResliceCursorWidget_NewInstance; extern(C) void function(void* jarg1, void* jarg2) vtkResliceCursorWidget_SetRepresentation; extern(C) void* function(void* jarg1) vtkResliceCursorWidget_GetResliceCursorRepresentation; extern(C) void function(void* jarg1, int jarg2) vtkResliceCursorWidget_SetManageWindowLevel; extern(C) int function(void* jarg1) vtkResliceCursorWidget_GetManageWindowLevel; extern(C) void function(void* jarg1) vtkResliceCursorWidget_ManageWindowLevelOn; extern(C) void function(void* jarg1) vtkResliceCursorWidget_ManageWindowLevelOff; extern(C) void function(void* jarg1) vtkResliceCursorWidget_ResetResliceCursor; extern(C) void* function(void* objectRef) vtkResliceCursorWidget_Upcast; extern(C) void* function() vtkObserverMediator_New; extern(C) int function(const(char)* jarg1) vtkObserverMediator_IsTypeOf; extern(C) void* function(void* jarg1) vtkObserverMediator_SafeDownCast; extern(C) void* function(void* jarg1) vtkObserverMediator_NewInstance; extern(C) void function(void* jarg1, void* jarg2) vtkObserverMediator_SetInteractor; extern(C) void* function(void* jarg1) vtkObserverMediator_GetInteractor; extern(C) int function(void* jarg1, void* jarg2, int jarg3) vtkObserverMediator_RequestCursorShape; extern(C) void function(void* jarg1, void* jarg2) vtkObserverMediator_RemoveAllCursorShapeRequests; extern(C) void* function(void* objectRef) vtkObserverMediator_Upcast; extern(C) void* function(const(char)* jarg1) vtkObjectFactory_CreateInstance; extern(C) void function(const(char)* jarg1) vtkObjectFactory_ConstructInstance; extern(C) void function(const(char)* jarg1, void* jarg2) vtkObjectFactory_CreateAllInstance; extern(C) void function() vtkObjectFactory_ReHash; extern(C) void function(void* jarg1) vtkObjectFactory_RegisterFactory; extern(C) void function(void* jarg1) vtkObjectFactory_UnRegisterFactory; extern(C) void function() vtkObjectFactory_UnRegisterAllFactories; extern(C) void* function() vtkObjectFactory_GetRegisteredFactories; extern(C) int function(const(char)* jarg1) vtkObjectFactory_HasOverrideAny; extern(C) void function(const(char)* jarg1, void* jarg2) vtkObjectFactory_GetOverrideInformation; extern(C) void function(int jarg1, const(char)* jarg2) vtkObjectFactory_SetAllEnableFlags__SWIG_0; extern(C) void function(int jarg1, const(char)* jarg2, const(char)* jarg3) vtkObjectFactory_SetAllEnableFlags__SWIG_1; extern(C) int function(const(char)* jarg1) vtkObjectFactory_IsTypeOf; extern(C) void* function(void* jarg1) vtkObjectFactory_SafeDownCast; extern(C) void* function(void* jarg1) vtkObjectFactory_NewInstance; extern(C) const(char)* function(void* jarg1) vtkObjectFactory_GetVTKSourceVersion; extern(C) const(char)* function(void* jarg1) vtkObjectFactory_GetDescription; extern(C) int function(void* jarg1) vtkObjectFactory_GetNumberOfOverrides; extern(C) const(char)* function(void* jarg1, int jarg2) vtkObjectFactory_GetClassOverrideName; extern(C) const(char)* function(void* jarg1, int jarg2) vtkObjectFactory_GetClassOverrideWithName; extern(C) int function(void* jarg1, int jarg2) vtkObjectFactory_GetEnableFlag__SWIG_0; extern(C) const(char)* function(void* jarg1, int jarg2) vtkObjectFactory_GetOverrideDescription; extern(C) void function(void* jarg1, int jarg2, const(char)* jarg3, const(char)* jarg4) vtkObjectFactory_SetEnableFlag; extern(C) int function(void* jarg1, const(char)* jarg2, const(char)* jarg3) vtkObjectFactory_GetEnableFlag__SWIG_1; extern(C) int function(void* jarg1, const(char)* jarg2) vtkObjectFactory_HasOverride__SWIG_0; extern(C) int function(void* jarg1, const(char)* jarg2, const(char)* jarg3) vtkObjectFactory_HasOverride__SWIG_1; extern(C) void function(void* jarg1, const(char)* jarg2) vtkObjectFactory_Disable; extern(C) const(char)* function(void* jarg1) vtkObjectFactory_GetLibraryPath; extern(C) void* function(void* objectRef) vtkObjectFactory_Upcast; extern(C) void* function() vtkLineRepresentation_New; extern(C) int function(const(char)* jarg1) vtkLineRepresentation_IsTypeOf; extern(C) void* function(void* jarg1) vtkLineRepresentation_SafeDownCast; extern(C) void* function(void* jarg1) vtkLineRepresentation_NewInstance; extern(C) void function(void* jarg1, void* jarg2) vtkLineRepresentation_GetPoint1WorldPosition__SWIG_0; extern(C) void* function(void* jarg1) vtkLineRepresentation_GetPoint1WorldPosition__SWIG_1; extern(C) void function(void* jarg1, void* jarg2) vtkLineRepresentation_GetPoint1DisplayPosition__SWIG_0; extern(C) void* function(void* jarg1) vtkLineRepresentation_GetPoint1DisplayPosition__SWIG_1; extern(C) void function(void* jarg1, void* jarg2) vtkLineRepresentation_SetPoint1WorldPosition; extern(C) void function(void* jarg1, void* jarg2) vtkLineRepresentation_SetPoint1DisplayPosition; extern(C) void function(void* jarg1, void* jarg2) vtkLineRepresentation_GetPoint2DisplayPosition__SWIG_0; extern(C) void* function(void* jarg1) vtkLineRepresentation_GetPoint2DisplayPosition__SWIG_1; extern(C) void function(void* jarg1, void* jarg2) vtkLineRepresentation_GetPoint2WorldPosition__SWIG_0; extern(C) void* function(void* jarg1) vtkLineRepresentation_GetPoint2WorldPosition__SWIG_1; extern(C) void function(void* jarg1, void* jarg2) vtkLineRepresentation_SetPoint2WorldPosition; extern(C) void function(void* jarg1, void* jarg2) vtkLineRepresentation_SetPoint2DisplayPosition; extern(C) void function(void* jarg1, void* jarg2) vtkLineRepresentation_SetHandleRepresentation; extern(C) void function(void* jarg1) vtkLineRepresentation_InstantiateHandleRepresentation; extern(C) void* function(void* jarg1) vtkLineRepresentation_GetPoint1Representation; extern(C) void* function(void* jarg1) vtkLineRepresentation_GetPoint2Representation; extern(C) void* function(void* jarg1) vtkLineRepresentation_GetLineHandleRepresentation; extern(C) void* function(void* jarg1) vtkLineRepresentation_GetEndPointProperty; extern(C) void* function(void* jarg1) vtkLineRepresentation_GetSelectedEndPointProperty; extern(C) void* function(void* jarg1) vtkLineRepresentation_GetEndPoint2Property; extern(C) void* function(void* jarg1) vtkLineRepresentation_GetSelectedEndPoint2Property; extern(C) void* function(void* jarg1) vtkLineRepresentation_GetLineProperty; extern(C) void* function(void* jarg1) vtkLineRepresentation_GetSelectedLineProperty; extern(C) void function(void* jarg1, int jarg2) vtkLineRepresentation_SetTolerance; extern(C) int function(void* jarg1) vtkLineRepresentation_GetToleranceMinValue; extern(C) int function(void* jarg1) vtkLineRepresentation_GetToleranceMaxValue; extern(C) int function(void* jarg1) vtkLineRepresentation_GetTolerance; extern(C) void function(void* jarg1, int jarg2) vtkLineRepresentation_SetResolution; extern(C) int function(void* jarg1) vtkLineRepresentation_GetResolution; extern(C) void function(void* jarg1, void* jarg2) vtkLineRepresentation_GetPolyData; extern(C) void function(void* jarg1, void* jarg2) vtkLineRepresentation_PlaceWidget; extern(C) int function(void* jarg1, int jarg2, int jarg3, int jarg4) vtkLineRepresentation_ComputeInteractionState__SWIG_0; extern(C) int function(void* jarg1, int jarg2, int jarg3) vtkLineRepresentation_ComputeInteractionState__SWIG_1; extern(C) void function(void* jarg1, int jarg2) vtkLineRepresentation_SetInteractionState; extern(C) int function(void* jarg1) vtkLineRepresentation_GetInteractionStateMinValue; extern(C) int function(void* jarg1) vtkLineRepresentation_GetInteractionStateMaxValue; extern(C) void function(void* jarg1, int jarg2) vtkLineRepresentation_SetRepresentationState; extern(C) int function(void* jarg1) vtkLineRepresentation_GetRepresentationState; extern(C) void function(void* jarg1, int jarg2) vtkLineRepresentation_SetDistanceAnnotationVisibility; extern(C) int function(void* jarg1) vtkLineRepresentation_GetDistanceAnnotationVisibility; extern(C) void function(void* jarg1) vtkLineRepresentation_DistanceAnnotationVisibilityOn; extern(C) void function(void* jarg1) vtkLineRepresentation_DistanceAnnotationVisibilityOff; extern(C) void function(void* jarg1, const(char)* jarg2) vtkLineRepresentation_SetDistanceAnnotationFormat; extern(C) const(char)* function(void* jarg1) vtkLineRepresentation_GetDistanceAnnotationFormat; extern(C) void function(void* jarg1, double jarg2, double jarg3, double jarg4) vtkLineRepresentation_SetDistanceAnnotationScale__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkLineRepresentation_SetDistanceAnnotationScale__SWIG_1; extern(C) void* function(void* jarg1) vtkLineRepresentation_GetDistanceAnnotationScale; extern(C) double function(void* jarg1) vtkLineRepresentation_GetDistance; extern(C) void function(void* jarg1, double jarg2, double jarg3, double jarg4) vtkLineRepresentation_SetLineColor; extern(C) void* function(void* jarg1) vtkLineRepresentation_GetDistanceAnnotationProperty; extern(C) void* function(void* jarg1) vtkLineRepresentation_GetTextActor; extern(C) void* function(void* objectRef) vtkLineRepresentation_Upcast; extern(C) int function(const(char)* jarg1) vtkCompositeDataIterator_IsTypeOf; extern(C) void* function(void* jarg1) vtkCompositeDataIterator_SafeDownCast; extern(C) void* function(void* jarg1) vtkCompositeDataIterator_NewInstance; extern(C) void function(void* jarg1, void* jarg2) vtkCompositeDataIterator_SetDataSet; extern(C) void* function(void* jarg1) vtkCompositeDataIterator_GetDataSet; extern(C) void function(void* jarg1) vtkCompositeDataIterator_InitTraversal; extern(C) void function(void* jarg1) vtkCompositeDataIterator_InitReverseTraversal; extern(C) void function(void* jarg1) vtkCompositeDataIterator_GoToFirstItem; extern(C) void function(void* jarg1) vtkCompositeDataIterator_GoToNextItem; extern(C) int function(void* jarg1) vtkCompositeDataIterator_IsDoneWithTraversal; extern(C) void* function(void* jarg1) vtkCompositeDataIterator_GetCurrentDataObject; extern(C) void* function(void* jarg1) vtkCompositeDataIterator_GetCurrentMetaData; extern(C) int function(void* jarg1) vtkCompositeDataIterator_HasCurrentMetaData; extern(C) void function(void* jarg1, int jarg2) vtkCompositeDataIterator_SetSkipEmptyNodes; extern(C) int function(void* jarg1) vtkCompositeDataIterator_GetSkipEmptyNodes; extern(C) void function(void* jarg1) vtkCompositeDataIterator_SkipEmptyNodesOn; extern(C) void function(void* jarg1) vtkCompositeDataIterator_SkipEmptyNodesOff; extern(C) uint function(void* jarg1) vtkCompositeDataIterator_GetCurrentFlatIndex; extern(C) int function(void* jarg1) vtkCompositeDataIterator_GetReverse; extern(C) void function(void* jarg1) delete_vtkCompositeDataIterator; extern(C) void* function(void* objectRef) vtkCompositeDataIterator_Upcast; extern(C) void* function() vtkDataObjectTreeIterator_New; extern(C) int function(const(char)* jarg1) vtkDataObjectTreeIterator_IsTypeOf; extern(C) void* function(void* jarg1) vtkDataObjectTreeIterator_SafeDownCast; extern(C) void* function(void* jarg1) vtkDataObjectTreeIterator_NewInstance; extern(C) void function(void* jarg1, int jarg2) vtkDataObjectTreeIterator_SetVisitOnlyLeaves; extern(C) int function(void* jarg1) vtkDataObjectTreeIterator_GetVisitOnlyLeaves; extern(C) void function(void* jarg1) vtkDataObjectTreeIterator_VisitOnlyLeavesOn; extern(C) void function(void* jarg1) vtkDataObjectTreeIterator_VisitOnlyLeavesOff; extern(C) void function(void* jarg1, int jarg2) vtkDataObjectTreeIterator_SetTraverseSubTree; extern(C) int function(void* jarg1) vtkDataObjectTreeIterator_GetTraverseSubTree; extern(C) void function(void* jarg1) vtkDataObjectTreeIterator_TraverseSubTreeOn; extern(C) void function(void* jarg1) vtkDataObjectTreeIterator_TraverseSubTreeOff; extern(C) void* function() new_vtkDataObjectTreeIterator; extern(C) void function(void* jarg1) delete_vtkDataObjectTreeIterator; extern(C) void* function(void* objectRef) vtkDataObjectTreeIterator_Upcast; extern(C) int function(const(char)* jarg1) vtkMaskFields_IsTypeOf; extern(C) void* function(void* jarg1) vtkMaskFields_SafeDownCast; extern(C) void* function(void* jarg1) vtkMaskFields_NewInstance; extern(C) void* function() vtkMaskFields_New; extern(C) void function(void* jarg1, int jarg2, const(char)* jarg3) vtkMaskFields_CopyFieldOn__SWIG_0; extern(C) void function(void* jarg1, int jarg2, const(char)* jarg3) vtkMaskFields_CopyFieldOff__SWIG_0; extern(C) void function(void* jarg1, int jarg2, int jarg3) vtkMaskFields_CopyAttributeOn__SWIG_0; extern(C) void function(void* jarg1, int jarg2, int jarg3) vtkMaskFields_CopyAttributeOff__SWIG_0; extern(C) void function(void* jarg1) vtkMaskFields_CopyFieldsOff; extern(C) void function(void* jarg1) vtkMaskFields_CopyAttributesOff; extern(C) void function(void* jarg1) vtkMaskFields_CopyFieldsOn; extern(C) void function(void* jarg1) vtkMaskFields_CopyAttributesOn; extern(C) void function(void* jarg1, const(char)* jarg2, const(char)* jarg3) vtkMaskFields_CopyAttributeOn__SWIG_1; extern(C) void function(void* jarg1, const(char)* jarg2, const(char)* jarg3) vtkMaskFields_CopyAttributeOff__SWIG_1; extern(C) void function(void* jarg1, const(char)* jarg2, const(char)* jarg3) vtkMaskFields_CopyFieldOn__SWIG_1; extern(C) void function(void* jarg1, const(char)* jarg2, const(char)* jarg3) vtkMaskFields_CopyFieldOff__SWIG_1; extern(C) void function(void* jarg1) vtkMaskFields_CopyAllOn; extern(C) void function(void* jarg1) vtkMaskFields_CopyAllOff; extern(C) void* function(void* objectRef) vtkMaskFields_Upcast; extern(C) void* function() vtkImageOrthoPlanes_New; extern(C) int function(const(char)* jarg1) vtkImageOrthoPlanes_IsTypeOf; extern(C) void* function(void* jarg1) vtkImageOrthoPlanes_SafeDownCast; extern(C) void* function(void* jarg1) vtkImageOrthoPlanes_NewInstance; extern(C) void function(void* jarg1, int jarg2, void* jarg3) vtkImageOrthoPlanes_SetPlane; extern(C) void* function(void* jarg1, int jarg2) vtkImageOrthoPlanes_GetPlane; extern(C) void function(void* jarg1) vtkImageOrthoPlanes_ResetPlanes; extern(C) void* function(void* jarg1) vtkImageOrthoPlanes_GetTransform; extern(C) void function(void* jarg1, void* jarg2) vtkImageOrthoPlanes_HandlePlaneEvent; extern(C) void* function(void* objectRef) vtkImageOrthoPlanes_Upcast; extern(C) int function() PLY_ASCII_get; extern(C) int function() PLY_BINARY_BE_get; extern(C) int function() PLY_BINARY_LE_get; extern(C) int function() PLY_OKAY_get; extern(C) int function() PLY_ERROR_get; extern(C) int function() PLY_START_TYPE_get; extern(C) int function() PLY_CHAR_get; extern(C) int function() PLY_SHORT_get; extern(C) int function() PLY_INT_get; extern(C) int function() PLY_INT32_get; extern(C) int function() PLY_UCHAR_get; extern(C) int function() PLY_USHORT_get; extern(C) int function() PLY_UINT_get; extern(C) int function() PLY_UINT8_get; extern(C) int function() PLY_FLOAT_get; extern(C) int function() PLY_FLOAT32_get; extern(C) int function() PLY_DOUBLE_get; extern(C) int function() PLY_END_TYPE_get; extern(C) int function() PLY_SCALAR_get; extern(C) int function() PLY_LIST_get; extern(C) void function(void* jarg1, const(char)* jarg2) PlyProperty_name_set; extern(C) const(char)* function(void* jarg1) PlyProperty_name_get; extern(C) void function(void* jarg1, int jarg2) PlyProperty_external_type_set; extern(C) int function(void* jarg1) PlyProperty_external_type_get; extern(C) void function(void* jarg1, int jarg2) PlyProperty_internal_type_set; extern(C) int function(void* jarg1) PlyProperty_internal_type_get; extern(C) void function(void* jarg1, int jarg2) PlyProperty_offset_set; extern(C) int function(void* jarg1) PlyProperty_offset_get; extern(C) void function(void* jarg1, int jarg2) PlyProperty_is_list_set; extern(C) int function(void* jarg1) PlyProperty_is_list_get; extern(C) void function(void* jarg1, int jarg2) PlyProperty_count_external_set; extern(C) int function(void* jarg1) PlyProperty_count_external_get; extern(C) void function(void* jarg1, int jarg2) PlyProperty_count_internal_set; extern(C) int function(void* jarg1) PlyProperty_count_internal_get; extern(C) void function(void* jarg1, int jarg2) PlyProperty_count_offset_set; extern(C) int function(void* jarg1) PlyProperty_count_offset_get; extern(C) void* function() new_PlyProperty; extern(C) void function(void* jarg1) delete_PlyProperty; extern(C) void function(void* jarg1, const(char)* jarg2) PlyElement_name_set; extern(C) const(char)* function(void* jarg1) PlyElement_name_get; extern(C) void function(void* jarg1, int jarg2) PlyElement_num_set; extern(C) int function(void* jarg1) PlyElement_num_get; extern(C) void function(void* jarg1, int jarg2) PlyElement_size_set; extern(C) int function(void* jarg1) PlyElement_size_get; extern(C) void function(void* jarg1, int jarg2) PlyElement_nprops_set; extern(C) int function(void* jarg1) PlyElement_nprops_get; extern(C) void function(void* jarg1, void* jarg2) PlyElement_props_set; extern(C) void* function(void* jarg1) PlyElement_props_get; extern(C) void function(void* jarg1, const(char)* jarg2) PlyElement_store_prop_set; extern(C) const(char)* function(void* jarg1) PlyElement_store_prop_get; extern(C) void function(void* jarg1, int jarg2) PlyElement_other_offset_set; extern(C) int function(void* jarg1) PlyElement_other_offset_get; extern(C) void function(void* jarg1, int jarg2) PlyElement_other_size_set; extern(C) int function(void* jarg1) PlyElement_other_size_get; extern(C) void* function() new_PlyElement; extern(C) void function(void* jarg1) delete_PlyElement; extern(C) void function(void* jarg1, const(char)* jarg2) PlyOtherProp_name_set; extern(C) const(char)* function(void* jarg1) PlyOtherProp_name_get; extern(C) void function(void* jarg1, int jarg2) PlyOtherProp_size_set; extern(C) int function(void* jarg1) PlyOtherProp_size_get; extern(C) void function(void* jarg1, int jarg2) PlyOtherProp_nprops_set; extern(C) int function(void* jarg1) PlyOtherProp_nprops_get; extern(C) void function(void* jarg1, void* jarg2) PlyOtherProp_props_set; extern(C) void* function(void* jarg1) PlyOtherProp_props_get; extern(C) void* function() new_PlyOtherProp; extern(C) void function(void* jarg1) delete_PlyOtherProp; extern(C) void function(void* jarg1, void* jarg2) OtherData_other_props_set; extern(C) void* function(void* jarg1) OtherData_other_props_get; extern(C) void* function() new_OtherData; extern(C) void function(void* jarg1) delete_OtherData; extern(C) void function(void* jarg1, const(char)* jarg2) OtherElem_elem_name_set; extern(C) const(char)* function(void* jarg1) OtherElem_elem_name_get; extern(C) void function(void* jarg1, int jarg2) OtherElem_elem_count_set; extern(C) int function(void* jarg1) OtherElem_elem_count_get; extern(C) void function(void* jarg1, void* jarg2) OtherElem_other_data_set; extern(C) void* function(void* jarg1) OtherElem_other_data_get; extern(C) void function(void* jarg1, void* jarg2) OtherElem_other_props_set; extern(C) void* function(void* jarg1) OtherElem_other_props_get; extern(C) void* function() new_OtherElem; extern(C) void function(void* jarg1) delete_OtherElem; extern(C) void function(void* jarg1, int jarg2) PlyOtherElems_num_elems_set; extern(C) int function(void* jarg1) PlyOtherElems_num_elems_get; extern(C) void function(void* jarg1, void* jarg2) PlyOtherElems_other_list_set; extern(C) void* function(void* jarg1) PlyOtherElems_other_list_get; extern(C) void* function() new_PlyOtherElems; extern(C) void function(void* jarg1) delete_PlyOtherElems; extern(C) void function(void* jarg1, void* jarg2) PlyFile_fp_set; extern(C) void* function(void* jarg1) PlyFile_fp_get; extern(C) void function(void* jarg1, int jarg2) PlyFile_file_type_set; extern(C) int function(void* jarg1) PlyFile_file_type_get; extern(C) void function(void* jarg1, float jarg2) PlyFile__version_set; extern(C) float function(void* jarg1) PlyFile__version_get; extern(C) void function(void* jarg1, int jarg2) PlyFile_nelems_set; extern(C) int function(void* jarg1) PlyFile_nelems_get; extern(C) void function(void* jarg1, void* jarg2) PlyFile_elems_set; extern(C) void* function(void* jarg1) PlyFile_elems_get; extern(C) void function(void* jarg1, int jarg2) PlyFile_num_comments_set; extern(C) int function(void* jarg1) PlyFile_num_comments_get; extern(C) void function(void* jarg1, void* jarg2) PlyFile_comments_set; extern(C) void* function(void* jarg1) PlyFile_comments_get; extern(C) void function(void* jarg1, int jarg2) PlyFile_num_obj_info_set; extern(C) int function(void* jarg1) PlyFile_num_obj_info_get; extern(C) void function(void* jarg1, void* jarg2) PlyFile_obj_info_set; extern(C) void* function(void* jarg1) PlyFile_obj_info_get; extern(C) void function(void* jarg1, void* jarg2) PlyFile_which_elem_set; extern(C) void* function(void* jarg1) PlyFile_which_elem_get; extern(C) void function(void* jarg1, void* jarg2) PlyFile_other_elems_set; extern(C) void* function(void* jarg1) PlyFile_other_elems_get; extern(C) void* function() new_PlyFile; extern(C) void function(void* jarg1) delete_PlyFile; extern(C) void* function(void* jarg1, int jarg2, void* jarg3, int jarg4) vtkPLY_ply_write; extern(C) void* function(const(char)* jarg1, int jarg2, void* jarg3, int jarg4, void* jarg5) vtkPLY_ply_open_for_writing; extern(C) void function(void* jarg1, const(char)* jarg2, int jarg3, int jarg4, void* jarg5) vtkPLY_ply_describe_element; extern(C) void function(void* jarg1, const(char)* jarg2, void* jarg3) vtkPLY_ply_describe_property; extern(C) void function(void* jarg1, const(char)* jarg2, int jarg3) vtkPLY_ply_element_count; extern(C) void function(void* jarg1) vtkPLY_ply_header_complete; extern(C) void function(void* jarg1, const(char)* jarg2) vtkPLY_ply_put_element_setup; extern(C) void function(void* jarg1, void* jarg2) vtkPLY_ply_put_element; extern(C) void function(void* jarg1, const(char)* jarg2) vtkPLY_ply_put_comment; extern(C) void function(void* jarg1, const(char)* jarg2) vtkPLY_ply_put_obj_info; extern(C) void* function(void* jarg1, void* jarg2, void* jarg3) vtkPLY_ply_read; extern(C) void* function(const(char)* jarg1, void* jarg2, void* jarg3, void* jarg4, void* jarg5) vtkPLY_ply_open_for_reading; extern(C) void* function(void* jarg1, const(char)* jarg2, void* jarg3, void* jarg4) vtkPLY_ply_get_element_description; extern(C) void function(void* jarg1, const(char)* jarg2, int jarg3, void* jarg4) vtkPLY_ply_get_element_setup; extern(C) void function(void* jarg1, const(char)* jarg2, void* jarg3) vtkPLY_ply_get_property; extern(C) void* function(void* jarg1, const(char)* jarg2, int jarg3) vtkPLY_ply_get_other_properties; extern(C) void function(void* jarg1, void* jarg2) vtkPLY_ply_get_element; extern(C) void* function(void* jarg1, void* jarg2) vtkPLY_ply_get_comments; extern(C) void* function(void* jarg1, void* jarg2) vtkPLY_ply_get_obj_info; extern(C) void function(void* jarg1) vtkPLY_ply_close; extern(C) void function(void* jarg1, void* jarg2, void* jarg3) vtkPLY_ply_get_info; extern(C) void* function(void* jarg1, const(char)* jarg2, int jarg3) vtkPLY_ply_get_other_element; extern(C) void function(void* jarg1, void* jarg2) vtkPLY_ply_describe_other_elements; extern(C) void function(void* jarg1) vtkPLY_ply_put_other_elements; extern(C) void function(void* jarg1) vtkPLY_ply_free_other_elements; extern(C) void function(void* jarg1, void* jarg2, int jarg3) vtkPLY_ply_describe_other_properties; extern(C) uint function(const(char)* jarg1, const(char)* jarg2) vtkPLY_equal_strings; extern(C) void* function(void* jarg1, const(char)* jarg2) vtkPLY_find_element; extern(C) void* function(void* jarg1, const(char)* jarg2, void* jarg3) vtkPLY_find_property; extern(C) void function(void* jarg1, int jarg2) vtkPLY_write_scalar_type; extern(C) void* function(void* jarg1, void* jarg2, void* jarg3) vtkPLY_get_words; extern(C) void* function(void* jarg1, void* jarg2) vtkPLY_old_get_words; extern(C) void function(void* jarg1, int jarg2, uint jarg3, double jarg4, int jarg5) vtkPLY_write_binary_item; extern(C) void function(void* jarg1, int jarg2, uint jarg3, double jarg4, int jarg5) vtkPLY_write_ascii_item; extern(C) double function(void* jarg1, const(char)* jarg2, int jarg3) vtkPLY_old_write_ascii_item; extern(C) void function(void* jarg1, void* jarg2, int jarg3) vtkPLY_add_element; extern(C) void function(void* jarg1, void* jarg2, int jarg3) vtkPLY_add_property; extern(C) void function(void* jarg1, const(char)* jarg2) vtkPLY_add_comment; extern(C) void function(void* jarg1, const(char)* jarg2) vtkPLY_add_obj_info; extern(C) void function(void* jarg1, void* jarg2) vtkPLY_copy_property; extern(C) void function(const(char)* jarg1, int jarg2, int jarg3, uint jarg4, double jarg5) vtkPLY_store_item; extern(C) void function(void* jarg1, int jarg2, void* jarg3, void* jarg4, void* jarg5) vtkPLY_get_stored_item; extern(C) double function(const(char)* jarg1, int jarg2) vtkPLY_get_item_value; extern(C) void function(const(char)* jarg1, int jarg2, void* jarg3, void* jarg4, void* jarg5) vtkPLY_get_ascii_item; extern(C) void function(void* jarg1, int jarg2, void* jarg3, void* jarg4, void* jarg5) vtkPLY_get_binary_item; extern(C) void function(void* jarg1, const(char)* jarg2) vtkPLY_ascii_get_element; extern(C) void function(void* jarg1, const(char)* jarg2) vtkPLY_binary_get_element; extern(C) void* function(size_t jarg1, int jarg2, const(char)* jarg3) vtkPLY_my_alloc; extern(C) int function(const(char)* jarg1) vtkPLY_get_prop_type; extern(C) void* function() new_vtkPLY; extern(C) void function(void* jarg1) delete_vtkPLY; extern(C) void* function() vtkBorderWidget_New; extern(C) int function(const(char)* jarg1) vtkBorderWidget_IsTypeOf; extern(C) void* function(void* jarg1) vtkBorderWidget_SafeDownCast; extern(C) void* function(void* jarg1) vtkBorderWidget_NewInstance; extern(C) void function(void* jarg1, int jarg2) vtkBorderWidget_SetSelectable; extern(C) int function(void* jarg1) vtkBorderWidget_GetSelectable; extern(C) void function(void* jarg1) vtkBorderWidget_SelectableOn; extern(C) void function(void* jarg1) vtkBorderWidget_SelectableOff; extern(C) void function(void* jarg1, int jarg2) vtkBorderWidget_SetResizable; extern(C) int function(void* jarg1) vtkBorderWidget_GetResizable; extern(C) void function(void* jarg1) vtkBorderWidget_ResizableOn; extern(C) void function(void* jarg1) vtkBorderWidget_ResizableOff; extern(C) void function(void* jarg1, void* jarg2) vtkBorderWidget_SetRepresentation; extern(C) void* function(void* jarg1) vtkBorderWidget_GetBorderRepresentation; extern(C) void* function(void* objectRef) vtkBorderWidget_Upcast; extern(C) void* function() vtkPlaybackWidget_New; extern(C) int function(const(char)* jarg1) vtkPlaybackWidget_IsTypeOf; extern(C) void* function(void* jarg1) vtkPlaybackWidget_SafeDownCast; extern(C) void* function(void* jarg1) vtkPlaybackWidget_NewInstance; extern(C) void function(void* jarg1, void* jarg2) vtkPlaybackWidget_SetRepresentation; extern(C) void* function(void* objectRef) vtkPlaybackWidget_Upcast; extern(C) void* function() new_vtkPolygonBuilder; extern(C) void function(void* jarg1) vtkPolygonBuilder_Reset; extern(C) uint function(void* jarg1, void* jarg2) vtkPolygonBuilder_InsertTriangle; extern(C) void function(void* jarg1, void* jarg2) vtkPolygonBuilder_GetPolygon; extern(C) void function(void* jarg1) delete_vtkPolygonBuilder; extern(C) int function() VTK_IMAGE_NON_MAXIMUM_SUPPRESSION_MAGNITUDE_INPUT_get; extern(C) int function() VTK_IMAGE_NON_MAXIMUM_SUPPRESSION_VECTOR_INPUT_get; extern(C) void* function() vtkImageNonMaximumSuppression_New; extern(C) int function(const(char)* jarg1) vtkImageNonMaximumSuppression_IsTypeOf; extern(C) void* function(void* jarg1) vtkImageNonMaximumSuppression_SafeDownCast; extern(C) void* function(void* jarg1) vtkImageNonMaximumSuppression_NewInstance; extern(C) void function(void* jarg1, void* jarg2) vtkImageNonMaximumSuppression_SetMagnitudeInputData; extern(C) void function(void* jarg1, void* jarg2) vtkImageNonMaximumSuppression_SetVectorInputData; extern(C) void function(void* jarg1, int jarg2) vtkImageNonMaximumSuppression_SetHandleBoundaries; extern(C) int function(void* jarg1) vtkImageNonMaximumSuppression_GetHandleBoundaries; extern(C) void function(void* jarg1) vtkImageNonMaximumSuppression_HandleBoundariesOn; extern(C) void function(void* jarg1) vtkImageNonMaximumSuppression_HandleBoundariesOff; extern(C) void function(void* jarg1, int jarg2) vtkImageNonMaximumSuppression_SetDimensionality; extern(C) int function(void* jarg1) vtkImageNonMaximumSuppression_GetDimensionalityMinValue; extern(C) int function(void* jarg1) vtkImageNonMaximumSuppression_GetDimensionalityMaxValue; extern(C) int function(void* jarg1) vtkImageNonMaximumSuppression_GetDimensionality; extern(C) void* function(void* objectRef) vtkImageNonMaximumSuppression_Upcast; extern(C) void* function() vtkPruneTreeFilter_New; extern(C) int function(const(char)* jarg1) vtkPruneTreeFilter_IsTypeOf; extern(C) void* function(void* jarg1) vtkPruneTreeFilter_SafeDownCast; extern(C) void* function(void* jarg1) vtkPruneTreeFilter_NewInstance; extern(C) long function(void* jarg1) vtkPruneTreeFilter_GetParentVertex; extern(C) void function(void* jarg1, long jarg2) vtkPruneTreeFilter_SetParentVertex; extern(C) uint function(void* jarg1) vtkPruneTreeFilter_GetShouldPruneParentVertex; extern(C) void function(void* jarg1, uint jarg2) vtkPruneTreeFilter_SetShouldPruneParentVertex; extern(C) void* function(void* objectRef) vtkPruneTreeFilter_Upcast; extern(C) void* function() vtkGraphItem_New; extern(C) int function(const(char)* jarg1) vtkGraphItem_IsTypeOf; extern(C) void* function(void* jarg1) vtkGraphItem_SafeDownCast; extern(C) void* function(void* jarg1) vtkGraphItem_NewInstance; extern(C) void function(void* jarg1, void* jarg2) vtkGraphItem_SetGraph; extern(C) void* function(void* jarg1) vtkGraphItem_GetGraph; extern(C) void* function(void* jarg1) vtkGraphItem_GetLayout; extern(C) void function(void* jarg1, void* jarg2) vtkGraphItem_StartLayoutAnimation; extern(C) void function(void* jarg1) vtkGraphItem_StopLayoutAnimation; extern(C) void function(void* jarg1) vtkGraphItem_UpdateLayout; extern(C) void* function(void* objectRef) vtkGraphItem_Upcast; extern(C) int function(const(char)* jarg1) vtkPlot_IsTypeOf; extern(C) void* function(void* jarg1) vtkPlot_SafeDownCast; extern(C) void* function(void* jarg1) vtkPlot_NewInstance; extern(C) uint function(void* jarg1, void* jarg2, void* jarg3, int jarg4) vtkPlot_PaintLegend; extern(C) void function(void* jarg1, void* jarg2) vtkPlot_SetTooltipLabelFormat; extern(C) void* function(void* jarg1) vtkPlot_GetTooltipLabelFormat; extern(C) void function(void* jarg1, int jarg2) vtkPlot_SetTooltipNotation; extern(C) int function(void* jarg1) vtkPlot_GetTooltipNotation; extern(C) void function(void* jarg1, int jarg2) vtkPlot_SetTooltipPrecision; extern(C) int function(void* jarg1) vtkPlot_GetTooltipPrecision; extern(C) void function(void* jarg1, ubyte jarg2, ubyte jarg3, ubyte jarg4, ubyte jarg5) vtkPlot_SetColor__SWIG_0; extern(C) void function(void* jarg1, double jarg2, double jarg3, double jarg4) vtkPlot_SetColor__SWIG_1; extern(C) void function(void* jarg1, void* jarg2) vtkPlot_GetColor__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkPlot_GetColor__SWIG_1; extern(C) void function(void* jarg1, float jarg2) vtkPlot_SetWidth; extern(C) float function(void* jarg1) vtkPlot_GetWidth; extern(C) void function(void* jarg1, void* jarg2) vtkPlot_SetPen; extern(C) void* function(void* jarg1) vtkPlot_GetPen; extern(C) void function(void* jarg1, void* jarg2) vtkPlot_SetBrush; extern(C) void* function(void* jarg1) vtkPlot_GetBrush; extern(C) void function(void* jarg1, void* jarg2) vtkPlot_SetLabel; extern(C) void* function(void* jarg1) vtkPlot_GetLabel__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkPlot_SetLabels; extern(C) void* function(void* jarg1) vtkPlot_GetLabels; extern(C) int function(void* jarg1) vtkPlot_GetNumberOfLabels; extern(C) void* function(void* jarg1, long jarg2) vtkPlot_GetLabel__SWIG_1; extern(C) void function(void* jarg1, void* jarg2) vtkPlot_SetIndexedLabels; extern(C) void* function(void* jarg1) vtkPlot_GetIndexedLabels; extern(C) void* function(void* jarg1) vtkPlot_GetData; extern(C) uint function(void* jarg1) vtkPlot_GetUseIndexForXSeries; extern(C) void function(void* jarg1, uint jarg2) vtkPlot_SetUseIndexForXSeries; extern(C) void function(void* jarg1, void* jarg2) vtkPlot_SetInputData__SWIG_0; extern(C) void function(void* jarg1, void* jarg2, void* jarg3, void* jarg4) vtkPlot_SetInputData__SWIG_1; extern(C) void function(void* jarg1, void* jarg2, long jarg3, long jarg4) vtkPlot_SetInputData__SWIG_2; extern(C) void* function(void* jarg1) vtkPlot_GetInput; extern(C) void function(void* jarg1, int jarg2, void* jarg3) vtkPlot_SetInputArray; extern(C) void function(void* jarg1, void* jarg2) vtkPlot_SetSelection; extern(C) void* function(void* jarg1) vtkPlot_GetSelection; extern(C) void* function(void* jarg1) vtkPlot_GetXAxis; extern(C) void function(void* jarg1, void* jarg2) vtkPlot_SetXAxis; extern(C) void* function(void* jarg1) vtkPlot_GetYAxis; extern(C) void function(void* jarg1, void* jarg2) vtkPlot_SetYAxis; extern(C) void function(void* jarg1, void* jarg2) vtkPlot_GetBounds; extern(C) void function(void* jarg1, void* jarg2) vtkPlot_GetUnscaledInputBounds; extern(C) void* function() new_vtkPlot; extern(C) void function(void* jarg1) delete_vtkPlot; extern(C) void* function(void* objectRef) vtkPlot_Upcast; extern(C) int function(const(char)* jarg1) vtkScalarsToColorsItem_IsTypeOf; extern(C) void* function(void* jarg1) vtkScalarsToColorsItem_SafeDownCast; extern(C) void* function(void* jarg1) vtkScalarsToColorsItem_NewInstance; extern(C) void function(void* jarg1, double jarg2, double jarg3, double jarg4, double jarg5) vtkScalarsToColorsItem_SetUserBounds__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkScalarsToColorsItem_SetUserBounds__SWIG_1; extern(C) void* function(void* jarg1) vtkScalarsToColorsItem_GetUserBounds__SWIG_0; extern(C) void function(void* jarg1, void* jarg2, void* jarg3, void* jarg4, void* jarg5) vtkScalarsToColorsItem_GetUserBounds__SWIG_1; extern(C) void function(void* jarg1, void* jarg2) vtkScalarsToColorsItem_GetUserBounds__SWIG_2; extern(C) void* function(void* jarg1) vtkScalarsToColorsItem_GetPolyLinePen; extern(C) void function(void* jarg1, uint jarg2) vtkScalarsToColorsItem_SetMaskAboveCurve; extern(C) uint function(void* jarg1) vtkScalarsToColorsItem_GetMaskAboveCurve; extern(C) void* function(void* objectRef) vtkScalarsToColorsItem_Upcast; extern(C) void* function() vtkColorTransferFunctionItem_New; extern(C) int function(const(char)* jarg1) vtkColorTransferFunctionItem_IsTypeOf; extern(C) void* function(void* jarg1) vtkColorTransferFunctionItem_SafeDownCast; extern(C) void* function(void* jarg1) vtkColorTransferFunctionItem_NewInstance; extern(C) void function(void* jarg1, void* jarg2) vtkColorTransferFunctionItem_SetColorTransferFunction; extern(C) void* function(void* jarg1) vtkColorTransferFunctionItem_GetColorTransferFunction; extern(C) void* function(void* objectRef) vtkColorTransferFunctionItem_Upcast; extern(C) void* function() vtkCompositeTransferFunctionItem_New; extern(C) int function(const(char)* jarg1) vtkCompositeTransferFunctionItem_IsTypeOf; extern(C) void* function(void* jarg1) vtkCompositeTransferFunctionItem_SafeDownCast; extern(C) void* function(void* jarg1) vtkCompositeTransferFunctionItem_NewInstance; extern(C) void function(void* jarg1, void* jarg2) vtkCompositeTransferFunctionItem_SetOpacityFunction; extern(C) void* function(void* jarg1) vtkCompositeTransferFunctionItem_GetOpacityFunction; extern(C) void* function(void* objectRef) vtkCompositeTransferFunctionItem_Upcast; extern(C) void* function() vtkIdList_New; extern(C) void function(void* jarg1) vtkIdList_Initialize; extern(C) int function(void* jarg1, long jarg2, int jarg3) vtkIdList_Allocate__SWIG_0; extern(C) int function(void* jarg1, long jarg2) vtkIdList_Allocate__SWIG_1; extern(C) int function(const(char)* jarg1) vtkIdList_IsTypeOf; extern(C) void* function(void* jarg1) vtkIdList_SafeDownCast; extern(C) void* function(void* jarg1) vtkIdList_NewInstance; extern(C) long function(void* jarg1) vtkIdList_GetNumberOfIds; extern(C) long function(void* jarg1, long jarg2) vtkIdList_GetId; extern(C) void function(void* jarg1, long jarg2) vtkIdList_SetNumberOfIds; extern(C) void function(void* jarg1, long jarg2, long jarg3) vtkIdList_SetId; extern(C) void function(void* jarg1, long jarg2, long jarg3) vtkIdList_InsertId; extern(C) long function(void* jarg1, long jarg2) vtkIdList_InsertNextId; extern(C) long function(void* jarg1, long jarg2) vtkIdList_InsertUniqueId; extern(C) void* function(void* jarg1, long jarg2) vtkIdList_GetPointer; extern(C) void* function(void* jarg1, long jarg2, long jarg3) vtkIdList_WritePointer; extern(C) void function(void* jarg1) vtkIdList_Reset; extern(C) void function(void* jarg1) vtkIdList_Squeeze; extern(C) void function(void* jarg1, void* jarg2) vtkIdList_DeepCopy; extern(C) void function(void* jarg1, long jarg2) vtkIdList_DeleteId; extern(C) long function(void* jarg1, long jarg2) vtkIdList_IsId; extern(C) void function(void* jarg1, void* jarg2) vtkIdList_IntersectWith; extern(C) void* function(void* objectRef) vtkIdList_Upcast; extern(C) int function() VTK_CELL_SIZE_get; extern(C) double function() VTK_TOL_get; extern(C) int function(const(char)* jarg1) vtkCell_IsTypeOf; extern(C) void* function(void* jarg1) vtkCell_SafeDownCast; extern(C) void* function(void* jarg1) vtkCell_NewInstance; extern(C) void function(void* jarg1, int jarg2, void* jarg3, void* jarg4) vtkCell_Initialize__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkCell_ShallowCopy; extern(C) void function(void* jarg1, void* jarg2) vtkCell_DeepCopy; extern(C) int function(void* jarg1) vtkCell_GetCellType; extern(C) int function(void* jarg1) vtkCell_GetCellDimension; extern(C) int function(void* jarg1) vtkCell_IsLinear; extern(C) int function(void* jarg1) vtkCell_RequiresInitialization; extern(C) void function(void* jarg1) vtkCell_Initialize__SWIG_1; extern(C) int function(void* jarg1) vtkCell_IsExplicitCell; extern(C) int function(void* jarg1) vtkCell_RequiresExplicitFaceRepresentation; extern(C) void function(void* jarg1, void* jarg2) vtkCell_SetFaces; extern(C) void* function(void* jarg1) vtkCell_GetFaces; extern(C) void* function(void* jarg1) vtkCell_GetPoints; extern(C) long function(void* jarg1) vtkCell_GetNumberOfPoints; extern(C) int function(void* jarg1) vtkCell_GetNumberOfEdges; extern(C) int function(void* jarg1) vtkCell_GetNumberOfFaces; extern(C) void* function(void* jarg1) vtkCell_GetPointIds; extern(C) long function(void* jarg1, int jarg2) vtkCell_GetPointId; extern(C) void* function(void* jarg1, int jarg2) vtkCell_GetEdge; extern(C) void* function(void* jarg1, int jarg2) vtkCell_GetFace; extern(C) int function(void* jarg1, int jarg2, void* jarg3, void* jarg4) vtkCell_CellBoundary; extern(C) int function(void* jarg1, void* jarg2, void* jarg3, void* jarg4, void* jarg5, void* jarg6, void* jarg7) vtkCell_EvaluatePosition; extern(C) void function(void* jarg1, void* jarg2, void* jarg3, void* jarg4, void* jarg5) vtkCell_EvaluateLocation; extern(C) void function(void* jarg1, double jarg2, void* jarg3, void* jarg4, void* jarg5, void* jarg6, void* jarg7, void* jarg8, void* jarg9, void* jarg10, long jarg11, void* jarg12) vtkCell_Contour; extern(C) void function(void* jarg1, double jarg2, void* jarg3, void* jarg4, void* jarg5, void* jarg6, void* jarg7, void* jarg8, long jarg9, void* jarg10, int jarg11) vtkCell_Clip; extern(C) int function(void* jarg1, void* jarg2, void* jarg3, double jarg4, void* jarg5, void* jarg6, void* jarg7, void* jarg8) vtkCell_IntersectWithLine; extern(C) int function(void* jarg1, int jarg2, void* jarg3, void* jarg4) vtkCell_Triangulate; extern(C) void function(void* jarg1, int jarg2, void* jarg3, void* jarg4, int jarg5, void* jarg6) vtkCell_Derivatives; extern(C) void function(void* jarg1, void* jarg2) vtkCell_GetBounds__SWIG_0; extern(C) void* function(void* jarg1) vtkCell_GetBounds__SWIG_1; extern(C) double function(void* jarg1) vtkCell_GetLength2; extern(C) int function(void* jarg1, void* jarg2) vtkCell_GetParametricCenter; extern(C) double function(void* jarg1, void* jarg2) vtkCell_GetParametricDistance; extern(C) int function(void* jarg1) vtkCell_IsPrimaryCell; extern(C) void* function(void* jarg1) vtkCell_GetParametricCoords; extern(C) void function(void* jarg1, void* jarg2, void* jarg3) vtkCell_InterpolateFunctions; extern(C) void function(void* jarg1, void* jarg2, void* jarg3) vtkCell_InterpolateDerivs; extern(C) void function(void* jarg1, void* jarg2) vtkCell_Points_set; extern(C) void* function(void* jarg1) vtkCell_Points_get; extern(C) void function(void* jarg1, void* jarg2) vtkCell_PointIds_set; extern(C) void* function(void* jarg1) vtkCell_PointIds_get; extern(C) void* function(void* objectRef) vtkCell_Upcast; extern(C) int function(const(char)* jarg1) vtkCell3D_IsTypeOf; extern(C) void* function(void* jarg1) vtkCell3D_SafeDownCast; extern(C) void* function(void* jarg1) vtkCell3D_NewInstance; extern(C) void function(void* jarg1, int jarg2, void* jarg3) vtkCell3D_GetEdgePoints; extern(C) void function(void* jarg1, int jarg2, void* jarg3) vtkCell3D_GetFacePoints; extern(C) void function(void* jarg1, double jarg2) vtkCell3D_SetMergeTolerance; extern(C) double function(void* jarg1) vtkCell3D_GetMergeToleranceMinValue; extern(C) double function(void* jarg1) vtkCell3D_GetMergeToleranceMaxValue; extern(C) double function(void* jarg1) vtkCell3D_GetMergeTolerance; extern(C) void* function(void* objectRef) vtkCell3D_Upcast; extern(C) void* function() vtkPyramid_New; extern(C) int function(const(char)* jarg1) vtkPyramid_IsTypeOf; extern(C) void* function(void* jarg1) vtkPyramid_SafeDownCast; extern(C) void* function(void* jarg1) vtkPyramid_NewInstance; extern(C) void function(void* jarg1, void* jarg2) vtkPyramid_InterpolationFunctions; extern(C) void function(void* jarg1, void* jarg2) vtkPyramid_InterpolationDerivs; extern(C) void function(void* jarg1, void* jarg2, void* jarg3) vtkPyramid_InterpolateFunctions; extern(C) void function(void* jarg1, void* jarg2, void* jarg3) vtkPyramid_InterpolateDerivs; extern(C) int function(void* jarg1, void* jarg2, void* jarg3, void* jarg4) vtkPyramid_JacobianInverse; extern(C) void* function(int jarg1) vtkPyramid_GetEdgeArray; extern(C) void* function(int jarg1) vtkPyramid_GetFaceArray; extern(C) void* function(void* objectRef) vtkPyramid_Upcast; extern(C) void* function() vtkLine_New; extern(C) int function(const(char)* jarg1) vtkLine_IsTypeOf; extern(C) void* function(void* jarg1) vtkLine_SafeDownCast; extern(C) void* function(void* jarg1) vtkLine_NewInstance; extern(C) int function(void* jarg1, void* jarg2, void* jarg3, void* jarg4, void* jarg5, void* jarg6) vtkLine_Intersection; extern(C) double function(void* jarg1, void* jarg2, void* jarg3, void* jarg4, void* jarg5) vtkLine_DistanceToLine__SWIG_0; extern(C) double function(void* jarg1, void* jarg2, void* jarg3) vtkLine_DistanceToLine__SWIG_1; extern(C) double function(void* jarg1, void* jarg2, void* jarg3, void* jarg4, void* jarg5, void* jarg6, void* jarg7, void* jarg8) vtkLine_DistanceBetweenLines; extern(C) double function(void* jarg1, void* jarg2, void* jarg3, void* jarg4, void* jarg5, void* jarg6, void* jarg7, void* jarg8) vtkLine_DistanceBetweenLineSegments; extern(C) void function(void* jarg1, void* jarg2) vtkLine_InterpolationFunctions; extern(C) void function(void* jarg1, void* jarg2) vtkLine_InterpolationDerivs; extern(C) void function(void* jarg1, void* jarg2, void* jarg3) vtkLine_InterpolateFunctions; extern(C) void function(void* jarg1, void* jarg2, void* jarg3) vtkLine_InterpolateDerivs; extern(C) void* function(void* objectRef) vtkLine_Upcast; extern(C) void* function() vtkMedicalImageProperties_New; extern(C) int function(const(char)* jarg1) vtkMedicalImageProperties_IsTypeOf; extern(C) void* function(void* jarg1) vtkMedicalImageProperties_SafeDownCast; extern(C) void* function(void* jarg1) vtkMedicalImageProperties_NewInstance; extern(C) void function(void* jarg1) vtkMedicalImageProperties_Clear; extern(C) void function(void* jarg1, const(char)* jarg2) vtkMedicalImageProperties_SetPatientName; extern(C) const(char)* function(void* jarg1) vtkMedicalImageProperties_GetPatientName; extern(C) void function(void* jarg1, const(char)* jarg2) vtkMedicalImageProperties_SetPatientID; extern(C) const(char)* function(void* jarg1) vtkMedicalImageProperties_GetPatientID; extern(C) void function(void* jarg1, const(char)* jarg2) vtkMedicalImageProperties_SetPatientAge; extern(C) const(char)* function(void* jarg1) vtkMedicalImageProperties_GetPatientAge; extern(C) int function(const(char)* jarg1, void* jarg2, void* jarg3, void* jarg4, void* jarg5) vtkMedicalImageProperties_GetAgeAsFields; extern(C) int function(void* jarg1) vtkMedicalImageProperties_GetPatientAgeYear; extern(C) int function(void* jarg1) vtkMedicalImageProperties_GetPatientAgeMonth; extern(C) int function(void* jarg1) vtkMedicalImageProperties_GetPatientAgeWeek; extern(C) int function(void* jarg1) vtkMedicalImageProperties_GetPatientAgeDay; extern(C) void function(void* jarg1, const(char)* jarg2) vtkMedicalImageProperties_SetPatientSex; extern(C) const(char)* function(void* jarg1) vtkMedicalImageProperties_GetPatientSex; extern(C) void function(void* jarg1, const(char)* jarg2) vtkMedicalImageProperties_SetPatientBirthDate; extern(C) const(char)* function(void* jarg1) vtkMedicalImageProperties_GetPatientBirthDate; extern(C) int function(void* jarg1) vtkMedicalImageProperties_GetPatientBirthDateYear; extern(C) int function(void* jarg1) vtkMedicalImageProperties_GetPatientBirthDateMonth; extern(C) int function(void* jarg1) vtkMedicalImageProperties_GetPatientBirthDateDay; extern(C) void function(void* jarg1, const(char)* jarg2) vtkMedicalImageProperties_SetStudyDate; extern(C) const(char)* function(void* jarg1) vtkMedicalImageProperties_GetStudyDate; extern(C) void function(void* jarg1, const(char)* jarg2) vtkMedicalImageProperties_SetAcquisitionDate; extern(C) const(char)* function(void* jarg1) vtkMedicalImageProperties_GetAcquisitionDate; extern(C) int function(void* jarg1) vtkMedicalImageProperties_GetAcquisitionDateYear; extern(C) int function(void* jarg1) vtkMedicalImageProperties_GetAcquisitionDateMonth; extern(C) int function(void* jarg1) vtkMedicalImageProperties_GetAcquisitionDateDay; extern(C) void function(void* jarg1, const(char)* jarg2) vtkMedicalImageProperties_SetStudyTime; extern(C) const(char)* function(void* jarg1) vtkMedicalImageProperties_GetStudyTime; extern(C) void function(void* jarg1, const(char)* jarg2) vtkMedicalImageProperties_SetAcquisitionTime; extern(C) const(char)* function(void* jarg1) vtkMedicalImageProperties_GetAcquisitionTime; extern(C) void function(void* jarg1, const(char)* jarg2) vtkMedicalImageProperties_SetImageDate; extern(C) const(char)* function(void* jarg1) vtkMedicalImageProperties_GetImageDate; extern(C) int function(void* jarg1) vtkMedicalImageProperties_GetImageDateYear; extern(C) int function(void* jarg1) vtkMedicalImageProperties_GetImageDateMonth; extern(C) int function(void* jarg1) vtkMedicalImageProperties_GetImageDateDay; extern(C) int function(const(char)* jarg1, void* jarg2, void* jarg3, void* jarg4) vtkMedicalImageProperties_GetDateAsFields; extern(C) int function(const(char)* jarg1, void* jarg2, void* jarg3, void* jarg4) vtkMedicalImageProperties_GetTimeAsFields; extern(C) int function(const(char)* jarg1, const(char)* jarg2) vtkMedicalImageProperties_GetDateAsLocale; extern(C) void function(void* jarg1, const(char)* jarg2) vtkMedicalImageProperties_SetImageTime; extern(C) const(char)* function(void* jarg1) vtkMedicalImageProperties_GetImageTime; extern(C) void function(void* jarg1, const(char)* jarg2) vtkMedicalImageProperties_SetImageNumber; extern(C) const(char)* function(void* jarg1) vtkMedicalImageProperties_GetImageNumber; extern(C) void function(void* jarg1, const(char)* jarg2) vtkMedicalImageProperties_SetSeriesNumber; extern(C) const(char)* function(void* jarg1) vtkMedicalImageProperties_GetSeriesNumber; extern(C) void function(void* jarg1, const(char)* jarg2) vtkMedicalImageProperties_SetSeriesDescription; extern(C) const(char)* function(void* jarg1) vtkMedicalImageProperties_GetSeriesDescription; extern(C) void function(void* jarg1, const(char)* jarg2) vtkMedicalImageProperties_SetStudyID; extern(C) const(char)* function(void* jarg1) vtkMedicalImageProperties_GetStudyID; extern(C) void function(void* jarg1, const(char)* jarg2) vtkMedicalImageProperties_SetStudyDescription; extern(C) const(char)* function(void* jarg1) vtkMedicalImageProperties_GetStudyDescription; extern(C) void function(void* jarg1, const(char)* jarg2) vtkMedicalImageProperties_SetModality; extern(C) const(char)* function(void* jarg1) vtkMedicalImageProperties_GetModality; extern(C) void function(void* jarg1, const(char)* jarg2) vtkMedicalImageProperties_SetManufacturer; extern(C) const(char)* function(void* jarg1) vtkMedicalImageProperties_GetManufacturer; extern(C) void function(void* jarg1, const(char)* jarg2) vtkMedicalImageProperties_SetManufacturerModelName; extern(C) const(char)* function(void* jarg1) vtkMedicalImageProperties_GetManufacturerModelName; extern(C) void function(void* jarg1, const(char)* jarg2) vtkMedicalImageProperties_SetStationName; extern(C) const(char)* function(void* jarg1) vtkMedicalImageProperties_GetStationName; extern(C) void function(void* jarg1, const(char)* jarg2) vtkMedicalImageProperties_SetInstitutionName; extern(C) const(char)* function(void* jarg1) vtkMedicalImageProperties_GetInstitutionName; extern(C) void function(void* jarg1, const(char)* jarg2) vtkMedicalImageProperties_SetConvolutionKernel; extern(C) const(char)* function(void* jarg1) vtkMedicalImageProperties_GetConvolutionKernel; extern(C) void function(void* jarg1, const(char)* jarg2) vtkMedicalImageProperties_SetSliceThickness; extern(C) const(char)* function(void* jarg1) vtkMedicalImageProperties_GetSliceThickness; extern(C) double function(void* jarg1) vtkMedicalImageProperties_GetSliceThicknessAsDouble; extern(C) void function(void* jarg1, const(char)* jarg2) vtkMedicalImageProperties_SetKVP; extern(C) const(char)* function(void* jarg1) vtkMedicalImageProperties_GetKVP; extern(C) void function(void* jarg1, const(char)* jarg2) vtkMedicalImageProperties_SetGantryTilt; extern(C) const(char)* function(void* jarg1) vtkMedicalImageProperties_GetGantryTilt; extern(C) double function(void* jarg1) vtkMedicalImageProperties_GetGantryTiltAsDouble; extern(C) void function(void* jarg1, const(char)* jarg2) vtkMedicalImageProperties_SetEchoTime; extern(C) const(char)* function(void* jarg1) vtkMedicalImageProperties_GetEchoTime; extern(C) void function(void* jarg1, const(char)* jarg2) vtkMedicalImageProperties_SetEchoTrainLength; extern(C) const(char)* function(void* jarg1) vtkMedicalImageProperties_GetEchoTrainLength; extern(C) void function(void* jarg1, const(char)* jarg2) vtkMedicalImageProperties_SetRepetitionTime; extern(C) const(char)* function(void* jarg1) vtkMedicalImageProperties_GetRepetitionTime; extern(C) void function(void* jarg1, const(char)* jarg2) vtkMedicalImageProperties_SetExposureTime; extern(C) const(char)* function(void* jarg1) vtkMedicalImageProperties_GetExposureTime; extern(C) void function(void* jarg1, const(char)* jarg2) vtkMedicalImageProperties_SetXRayTubeCurrent; extern(C) const(char)* function(void* jarg1) vtkMedicalImageProperties_GetXRayTubeCurrent; extern(C) void function(void* jarg1, const(char)* jarg2) vtkMedicalImageProperties_SetExposure; extern(C) const(char)* function(void* jarg1) vtkMedicalImageProperties_GetExposure; extern(C) void function(void* jarg1, double jarg2, double jarg3, double jarg4, double jarg5, double jarg6, double jarg7) vtkMedicalImageProperties_SetDirectionCosine__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkMedicalImageProperties_SetDirectionCosine__SWIG_1; extern(C) void* function(void* jarg1) vtkMedicalImageProperties_GetDirectionCosine__SWIG_0; extern(C) void function(void* jarg1, void* jarg2, void* jarg3, void* jarg4, void* jarg5, void* jarg6, void* jarg7) vtkMedicalImageProperties_GetDirectionCosine__SWIG_1; extern(C) void function(void* jarg1, void* jarg2) vtkMedicalImageProperties_GetDirectionCosine__SWIG_2; extern(C) void function(void* jarg1, const(char)* jarg2, const(char)* jarg3) vtkMedicalImageProperties_AddUserDefinedValue; extern(C) const(char)* function(void* jarg1, const(char)* jarg2) vtkMedicalImageProperties_GetUserDefinedValue; extern(C) uint function(void* jarg1) vtkMedicalImageProperties_GetNumberOfUserDefinedValues; extern(C) const(char)* function(void* jarg1, uint jarg2) vtkMedicalImageProperties_GetUserDefinedNameByIndex; extern(C) const(char)* function(void* jarg1, uint jarg2) vtkMedicalImageProperties_GetUserDefinedValueByIndex; extern(C) void function(void* jarg1) vtkMedicalImageProperties_RemoveAllUserDefinedValues; extern(C) int function(void* jarg1, double jarg2, double jarg3) vtkMedicalImageProperties_AddWindowLevelPreset; extern(C) void function(void* jarg1, double jarg2, double jarg3) vtkMedicalImageProperties_RemoveWindowLevelPreset; extern(C) void function(void* jarg1) vtkMedicalImageProperties_RemoveAllWindowLevelPresets; extern(C) int function(void* jarg1) vtkMedicalImageProperties_GetNumberOfWindowLevelPresets; extern(C) int function(void* jarg1, double jarg2, double jarg3) vtkMedicalImageProperties_HasWindowLevelPreset; extern(C) int function(void* jarg1, double jarg2, double jarg3) vtkMedicalImageProperties_GetWindowLevelPresetIndex; extern(C) int function(void* jarg1, int jarg2, void* jarg3, void* jarg4) vtkMedicalImageProperties_GetNthWindowLevelPreset__SWIG_0; extern(C) void* function(void* jarg1, int jarg2) vtkMedicalImageProperties_GetNthWindowLevelPreset__SWIG_1; extern(C) void function(void* jarg1, int jarg2, const(char)* jarg3) vtkMedicalImageProperties_SetNthWindowLevelPresetComment; extern(C) const(char)* function(void* jarg1, int jarg2) vtkMedicalImageProperties_GetNthWindowLevelPresetComment; extern(C) const(char)* function(void* jarg1, int jarg2, int jarg3) vtkMedicalImageProperties_GetInstanceUIDFromSliceID; extern(C) void function(void* jarg1, int jarg2, int jarg3, const(char)* jarg4) vtkMedicalImageProperties_SetInstanceUIDFromSliceID; extern(C) int function(void* jarg1, void* jarg2, const(char)* jarg3) vtkMedicalImageProperties_GetSliceIDFromInstanceUID; extern(C) int function(void* jarg1, int jarg2) vtkMedicalImageProperties_GetOrientationType; extern(C) void function(void* jarg1, int jarg2, int jarg3) vtkMedicalImageProperties_SetOrientationType; extern(C) const(char)* function(uint jarg1) vtkMedicalImageProperties_GetStringFromOrientationType; extern(C) void function(void* jarg1, void* jarg2) vtkMedicalImageProperties_DeepCopy; extern(C) void* function(void* objectRef) vtkMedicalImageProperties_Upcast; extern(C) int function(const(char)* jarg1) vtkGraphLayoutStrategy_IsTypeOf; extern(C) void* function(void* jarg1) vtkGraphLayoutStrategy_SafeDownCast; extern(C) void* function(void* jarg1) vtkGraphLayoutStrategy_NewInstance; extern(C) void function(void* jarg1, void* jarg2) vtkGraphLayoutStrategy_SetGraph; extern(C) void function(void* jarg1) vtkGraphLayoutStrategy_Initialize; extern(C) void function(void* jarg1) vtkGraphLayoutStrategy_Layout; extern(C) int function(void* jarg1) vtkGraphLayoutStrategy_IsLayoutComplete; extern(C) void function(void* jarg1, uint jarg2) vtkGraphLayoutStrategy_SetWeightEdges; extern(C) uint function(void* jarg1) vtkGraphLayoutStrategy_GetWeightEdges; extern(C) void function(void* jarg1, const(char)* jarg2) vtkGraphLayoutStrategy_SetEdgeWeightField; extern(C) const(char)* function(void* jarg1) vtkGraphLayoutStrategy_GetEdgeWeightField; extern(C) void* function(void* objectRef) vtkGraphLayoutStrategy_Upcast; extern(C) void* function() vtkCircularLayoutStrategy_New; extern(C) int function(const(char)* jarg1) vtkCircularLayoutStrategy_IsTypeOf; extern(C) void* function(void* jarg1) vtkCircularLayoutStrategy_SafeDownCast; extern(C) void* function(void* jarg1) vtkCircularLayoutStrategy_NewInstance; extern(C) void* function(void* objectRef) vtkCircularLayoutStrategy_Upcast; extern(C) void* function() vtkUnsignedLongLongArray_New; extern(C) int function(const(char)* jarg1) vtkUnsignedLongLongArray_IsTypeOf; extern(C) void* function(void* jarg1) vtkUnsignedLongLongArray_SafeDownCast; extern(C) void* function(void* jarg1) vtkUnsignedLongLongArray_NewInstance; extern(C) void function(void* jarg1, long jarg2, void* jarg3) vtkUnsignedLongLongArray_GetTupleValue; extern(C) void function(void* jarg1, long jarg2, void* jarg3) vtkUnsignedLongLongArray_SetTupleValue; extern(C) void function(void* jarg1, long jarg2, void* jarg3) vtkUnsignedLongLongArray_InsertTupleValue; extern(C) long function(void* jarg1, void* jarg2) vtkUnsignedLongLongArray_InsertNextTupleValue; extern(C) ulong function(void* jarg1, long jarg2) vtkUnsignedLongLongArray_GetValue; extern(C) void function(void* jarg1, long jarg2, ulong jarg3) vtkUnsignedLongLongArray_SetValue; extern(C) void function(void* jarg1, long jarg2) vtkUnsignedLongLongArray_SetNumberOfValues; extern(C) void function(void* jarg1, long jarg2, ulong jarg3) vtkUnsignedLongLongArray_InsertValue; extern(C) long function(void* jarg1, ulong jarg2) vtkUnsignedLongLongArray_InsertNextValue; extern(C) void* function(void* jarg1, int jarg2) vtkUnsignedLongLongArray_GetValueRange__SWIG_0; extern(C) void* function(void* jarg1) vtkUnsignedLongLongArray_GetValueRange__SWIG_1; extern(C) ulong function() vtkUnsignedLongLongArray_GetDataTypeValueMin; extern(C) ulong function() vtkUnsignedLongLongArray_GetDataTypeValueMax; extern(C) void* function(void* jarg1, long jarg2, long jarg3) vtkUnsignedLongLongArray_WritePointer; extern(C) void* function(void* jarg1, long jarg2) vtkUnsignedLongLongArray_GetPointer; extern(C) void function(void* jarg1, void* jarg2, long jarg3, int jarg4) vtkUnsignedLongLongArray_SetArray__SWIG_0; extern(C) void function(void* jarg1, void* jarg2, long jarg3, int jarg4, int jarg5) vtkUnsignedLongLongArray_SetArray__SWIG_1; extern(C) void* function(void* objectRef) vtkUnsignedLongLongArray_Upcast; extern(C) void* function() vtkTypeUInt64Array_New; extern(C) int function(const(char)* jarg1) vtkTypeUInt64Array_IsTypeOf; extern(C) void* function(void* jarg1) vtkTypeUInt64Array_SafeDownCast; extern(C) void* function(void* jarg1) vtkTypeUInt64Array_NewInstance; extern(C) void* function(void* objectRef) vtkTypeUInt64Array_Upcast; extern(C) void* function() vtkThresholdTextureCoords_New; extern(C) int function(const(char)* jarg1) vtkThresholdTextureCoords_IsTypeOf; extern(C) void* function(void* jarg1) vtkThresholdTextureCoords_SafeDownCast; extern(C) void* function(void* jarg1) vtkThresholdTextureCoords_NewInstance; extern(C) void function(void* jarg1, double jarg2) vtkThresholdTextureCoords_ThresholdByLower; extern(C) void function(void* jarg1, double jarg2) vtkThresholdTextureCoords_ThresholdByUpper; extern(C) void function(void* jarg1, double jarg2, double jarg3) vtkThresholdTextureCoords_ThresholdBetween; extern(C) double function(void* jarg1) vtkThresholdTextureCoords_GetUpperThreshold; extern(C) double function(void* jarg1) vtkThresholdTextureCoords_GetLowerThreshold; extern(C) void function(void* jarg1, int jarg2) vtkThresholdTextureCoords_SetTextureDimension; extern(C) int function(void* jarg1) vtkThresholdTextureCoords_GetTextureDimensionMinValue; extern(C) int function(void* jarg1) vtkThresholdTextureCoords_GetTextureDimensionMaxValue; extern(C) int function(void* jarg1) vtkThresholdTextureCoords_GetTextureDimension; extern(C) void function(void* jarg1, double jarg2, double jarg3, double jarg4) vtkThresholdTextureCoords_SetInTextureCoord__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkThresholdTextureCoords_SetInTextureCoord__SWIG_1; extern(C) void* function(void* jarg1) vtkThresholdTextureCoords_GetInTextureCoord__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkThresholdTextureCoords_GetInTextureCoord__SWIG_1; extern(C) void function(void* jarg1, double jarg2, double jarg3, double jarg4) vtkThresholdTextureCoords_SetOutTextureCoord__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkThresholdTextureCoords_SetOutTextureCoord__SWIG_1; extern(C) void* function(void* jarg1) vtkThresholdTextureCoords_GetOutTextureCoord__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkThresholdTextureCoords_GetOutTextureCoord__SWIG_1; extern(C) void* function(void* objectRef) vtkThresholdTextureCoords_Upcast; extern(C) int function(const(char)* jarg1) vtkContourGrid_IsTypeOf; extern(C) void* function(void* jarg1) vtkContourGrid_SafeDownCast; extern(C) void* function(void* jarg1) vtkContourGrid_NewInstance; extern(C) void* function() vtkContourGrid_New; extern(C) void function(void* jarg1, int jarg2, double jarg3) vtkContourGrid_SetValue; extern(C) double function(void* jarg1, int jarg2) vtkContourGrid_GetValue; extern(C) void* function(void* jarg1) vtkContourGrid_GetValues__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkContourGrid_GetValues__SWIG_1; extern(C) void function(void* jarg1, int jarg2) vtkContourGrid_SetNumberOfContours; extern(C) int function(void* jarg1) vtkContourGrid_GetNumberOfContours; extern(C) void function(void* jarg1, int jarg2, void* jarg3) vtkContourGrid_GenerateValues__SWIG_0; extern(C) void function(void* jarg1, int jarg2, double jarg3, double jarg4) vtkContourGrid_GenerateValues__SWIG_1; extern(C) void function(void* jarg1, int jarg2) vtkContourGrid_SetComputeNormals; extern(C) int function(void* jarg1) vtkContourGrid_GetComputeNormals; extern(C) void function(void* jarg1) vtkContourGrid_ComputeNormalsOn; extern(C) void function(void* jarg1) vtkContourGrid_ComputeNormalsOff; extern(C) void function(void* jarg1, int jarg2) vtkContourGrid_SetComputeGradients; extern(C) int function(void* jarg1) vtkContourGrid_GetComputeGradients; extern(C) void function(void* jarg1) vtkContourGrid_ComputeGradientsOn; extern(C) void function(void* jarg1) vtkContourGrid_ComputeGradientsOff; extern(C) void function(void* jarg1, int jarg2) vtkContourGrid_SetComputeScalars; extern(C) int function(void* jarg1) vtkContourGrid_GetComputeScalars; extern(C) void function(void* jarg1) vtkContourGrid_ComputeScalarsOn; extern(C) void function(void* jarg1) vtkContourGrid_ComputeScalarsOff; extern(C) void function(void* jarg1, int jarg2) vtkContourGrid_SetUseScalarTree; extern(C) int function(void* jarg1) vtkContourGrid_GetUseScalarTree; extern(C) void function(void* jarg1) vtkContourGrid_UseScalarTreeOn; extern(C) void function(void* jarg1) vtkContourGrid_UseScalarTreeOff; extern(C) void function(void* jarg1, void* jarg2) vtkContourGrid_SetLocator; extern(C) void* function(void* jarg1) vtkContourGrid_GetLocator; extern(C) void function(void* jarg1, int jarg2) vtkContourGrid_SetGenerateTriangles; extern(C) int function(void* jarg1) vtkContourGrid_GetGenerateTriangles; extern(C) void function(void* jarg1) vtkContourGrid_GenerateTrianglesOn; extern(C) void function(void* jarg1) vtkContourGrid_GenerateTrianglesOff; extern(C) void function(void* jarg1) vtkContourGrid_CreateDefaultLocator; extern(C) void function(void* jarg1, int jarg2) vtkContourGrid_SetOutputPointsPrecision; extern(C) int function(void* jarg1) vtkContourGrid_GetOutputPointsPrecision; extern(C) void* function(void* objectRef) vtkContourGrid_Upcast; extern(C) int function(const(char)* jarg1) vtkParametricEllipsoid_IsTypeOf; extern(C) void* function(void* jarg1) vtkParametricEllipsoid_SafeDownCast; extern(C) void* function(void* jarg1) vtkParametricEllipsoid_NewInstance; extern(C) void* function() vtkParametricEllipsoid_New; extern(C) void function(void* jarg1, double jarg2) vtkParametricEllipsoid_SetXRadius; extern(C) double function(void* jarg1) vtkParametricEllipsoid_GetXRadius; extern(C) void function(void* jarg1, double jarg2) vtkParametricEllipsoid_SetYRadius; extern(C) double function(void* jarg1) vtkParametricEllipsoid_GetYRadius; extern(C) void function(void* jarg1, double jarg2) vtkParametricEllipsoid_SetZRadius; extern(C) double function(void* jarg1) vtkParametricEllipsoid_GetZRadius; extern(C) void* function(void* objectRef) vtkParametricEllipsoid_Upcast; extern(C) void* function() vtkImageMandelbrotSource_New; extern(C) int function(const(char)* jarg1) vtkImageMandelbrotSource_IsTypeOf; extern(C) void* function(void* jarg1) vtkImageMandelbrotSource_SafeDownCast; extern(C) void* function(void* jarg1) vtkImageMandelbrotSource_NewInstance; extern(C) void function(void* jarg1, void* jarg2) vtkImageMandelbrotSource_SetWholeExtent__SWIG_0; extern(C) void function(void* jarg1, int jarg2, int jarg3, int jarg4, int jarg5, int jarg6, int jarg7) vtkImageMandelbrotSource_SetWholeExtent__SWIG_1; extern(C) void* function(void* jarg1) vtkImageMandelbrotSource_GetWholeExtent__SWIG_0; extern(C) void function(void* jarg1, void* jarg2, void* jarg3, void* jarg4, void* jarg5, void* jarg6, void* jarg7) vtkImageMandelbrotSource_GetWholeExtent__SWIG_1; extern(C) void function(void* jarg1, void* jarg2) vtkImageMandelbrotSource_GetWholeExtent__SWIG_2; extern(C) void function(void* jarg1, int jarg2) vtkImageMandelbrotSource_SetConstantSize; extern(C) int function(void* jarg1) vtkImageMandelbrotSource_GetConstantSize; extern(C) void function(void* jarg1) vtkImageMandelbrotSource_ConstantSizeOn; extern(C) void function(void* jarg1) vtkImageMandelbrotSource_ConstantSizeOff; extern(C) void function(void* jarg1, int jarg2, int jarg3, int jarg4) vtkImageMandelbrotSource_SetProjectionAxes__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkImageMandelbrotSource_SetProjectionAxes__SWIG_1; extern(C) void* function(void* jarg1) vtkImageMandelbrotSource_GetProjectionAxes__SWIG_0; extern(C) void function(void* jarg1, void* jarg2, void* jarg3, void* jarg4) vtkImageMandelbrotSource_GetProjectionAxes__SWIG_1; extern(C) void function(void* jarg1, void* jarg2) vtkImageMandelbrotSource_GetProjectionAxes__SWIG_2; extern(C) void function(void* jarg1, double jarg2, double jarg3, double jarg4, double jarg5) vtkImageMandelbrotSource_SetOriginCX__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkImageMandelbrotSource_SetOriginCX__SWIG_1; extern(C) void* function(void* jarg1) vtkImageMandelbrotSource_GetOriginCX__SWIG_0; extern(C) void function(void* jarg1, void* jarg2, void* jarg3, void* jarg4, void* jarg5) vtkImageMandelbrotSource_GetOriginCX__SWIG_1; extern(C) void function(void* jarg1, void* jarg2) vtkImageMandelbrotSource_GetOriginCX__SWIG_2; extern(C) void function(void* jarg1, double jarg2, double jarg3, double jarg4, double jarg5) vtkImageMandelbrotSource_SetSampleCX__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkImageMandelbrotSource_SetSampleCX__SWIG_1; extern(C) void* function(void* jarg1) vtkImageMandelbrotSource_GetSampleCX__SWIG_0; extern(C) void function(void* jarg1, void* jarg2, void* jarg3, void* jarg4, void* jarg5) vtkImageMandelbrotSource_GetSampleCX__SWIG_1; extern(C) void function(void* jarg1, void* jarg2) vtkImageMandelbrotSource_GetSampleCX__SWIG_2; extern(C) void function(void* jarg1, double jarg2, double jarg3, double jarg4, double jarg5) vtkImageMandelbrotSource_SetSizeCX; extern(C) void* function(void* jarg1) vtkImageMandelbrotSource_GetSizeCX__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkImageMandelbrotSource_GetSizeCX__SWIG_1; extern(C) void function(void* jarg1, ushort jarg2) vtkImageMandelbrotSource_SetMaximumNumberOfIterations; extern(C) ushort function(void* jarg1) vtkImageMandelbrotSource_GetMaximumNumberOfIterationsMinValue; extern(C) ushort function(void* jarg1) vtkImageMandelbrotSource_GetMaximumNumberOfIterationsMaxValue; extern(C) ushort function(void* jarg1) vtkImageMandelbrotSource_GetMaximumNumberOfIterations; extern(C) void function(void* jarg1, double jarg2) vtkImageMandelbrotSource_Zoom; extern(C) void function(void* jarg1, double jarg2, double jarg3, double jarg4) vtkImageMandelbrotSource_Pan; extern(C) void function(void* jarg1, void* jarg2) vtkImageMandelbrotSource_CopyOriginAndSample; extern(C) void function(void* jarg1, int jarg2) vtkImageMandelbrotSource_SetSubsampleRate; extern(C) int function(void* jarg1) vtkImageMandelbrotSource_GetSubsampleRateMinValue; extern(C) int function(void* jarg1) vtkImageMandelbrotSource_GetSubsampleRateMaxValue; extern(C) int function(void* jarg1) vtkImageMandelbrotSource_GetSubsampleRate; extern(C) void* function(void* objectRef) vtkImageMandelbrotSource_Upcast; extern(C) void* function() vtkPolyDataToImageStencil_New; extern(C) int function(const(char)* jarg1) vtkPolyDataToImageStencil_IsTypeOf; extern(C) void* function(void* jarg1) vtkPolyDataToImageStencil_SafeDownCast; extern(C) void* function(void* jarg1) vtkPolyDataToImageStencil_NewInstance; extern(C) void function(void* jarg1, void* jarg2) vtkPolyDataToImageStencil_SetInputData; extern(C) void* function(void* jarg1) vtkPolyDataToImageStencil_GetInput; extern(C) void function(void* jarg1, double jarg2) vtkPolyDataToImageStencil_SetTolerance; extern(C) double function(void* jarg1) vtkPolyDataToImageStencil_GetToleranceMinValue; extern(C) double function(void* jarg1) vtkPolyDataToImageStencil_GetToleranceMaxValue; extern(C) double function(void* jarg1) vtkPolyDataToImageStencil_GetTolerance; extern(C) void* function(void* objectRef) vtkPolyDataToImageStencil_Upcast; extern(C) void* function() vtkAddMembershipArray_New; extern(C) int function(const(char)* jarg1) vtkAddMembershipArray_IsTypeOf; extern(C) void* function(void* jarg1) vtkAddMembershipArray_SafeDownCast; extern(C) void* function(void* jarg1) vtkAddMembershipArray_NewInstance; extern(C) int function(void* jarg1) vtkAddMembershipArray_GetFieldType; extern(C) void function(void* jarg1, int jarg2) vtkAddMembershipArray_SetFieldType; extern(C) int function(void* jarg1) vtkAddMembershipArray_GetFieldTypeMinValue; extern(C) int function(void* jarg1) vtkAddMembershipArray_GetFieldTypeMaxValue; extern(C) void function(void* jarg1, const(char)* jarg2) vtkAddMembershipArray_SetOutputArrayName; extern(C) const(char)* function(void* jarg1) vtkAddMembershipArray_GetOutputArrayName; extern(C) void function(void* jarg1, const(char)* jarg2) vtkAddMembershipArray_SetInputArrayName; extern(C) const(char)* function(void* jarg1) vtkAddMembershipArray_GetInputArrayName; extern(C) void function(void* jarg1, void* jarg2) vtkAddMembershipArray_SetInputValues; extern(C) void* function(void* jarg1) vtkAddMembershipArray_GetInputValues; extern(C) void* function(void* objectRef) vtkAddMembershipArray_Upcast; extern(C) int function(const(char)* jarg1) vtkOpenGLExtensionManager_IsTypeOf; extern(C) void* function(void* jarg1) vtkOpenGLExtensionManager_SafeDownCast; extern(C) void* function(void* jarg1) vtkOpenGLExtensionManager_NewInstance; extern(C) void* function() vtkOpenGLExtensionManager_New; extern(C) void* function(void* jarg1) vtkOpenGLExtensionManager_GetRenderWindow; extern(C) void function(void* jarg1, void* jarg2) vtkOpenGLExtensionManager_SetRenderWindow; extern(C) void function(void* jarg1) vtkOpenGLExtensionManager_Update; extern(C) const(char)* function(void* jarg1) vtkOpenGLExtensionManager_GetExtensionsString; extern(C) int function(void* jarg1, const(char)* jarg2) vtkOpenGLExtensionManager_ExtensionSupported; extern(C) void function(void* jarg1, const(char)* jarg2) vtkOpenGLExtensionManager_LoadExtension; extern(C) int function(void* jarg1, const(char)* jarg2) vtkOpenGLExtensionManager_LoadSupportedExtension; extern(C) void function(void* jarg1, const(char)* jarg2) vtkOpenGLExtensionManager_LoadCorePromotedExtension; extern(C) void function(void* jarg1, const(char)* jarg2) vtkOpenGLExtensionManager_LoadAsARBExtension; extern(C) void* function() new_vtkOpenGLExtensionManager; extern(C) void function(void* jarg1) delete_vtkOpenGLExtensionManager; extern(C) void* function(void* objectRef) vtkOpenGLExtensionManager_Upcast; extern(C) void* function() vtkMarchingCubes_New; extern(C) int function(const(char)* jarg1) vtkMarchingCubes_IsTypeOf; extern(C) void* function(void* jarg1) vtkMarchingCubes_SafeDownCast; extern(C) void* function(void* jarg1) vtkMarchingCubes_NewInstance; extern(C) void function(void* jarg1, int jarg2, double jarg3) vtkMarchingCubes_SetValue; extern(C) double function(void* jarg1, int jarg2) vtkMarchingCubes_GetValue; extern(C) void* function(void* jarg1) vtkMarchingCubes_GetValues__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkMarchingCubes_GetValues__SWIG_1; extern(C) void function(void* jarg1, int jarg2) vtkMarchingCubes_SetNumberOfContours; extern(C) int function(void* jarg1) vtkMarchingCubes_GetNumberOfContours; extern(C) void function(void* jarg1, int jarg2, void* jarg3) vtkMarchingCubes_GenerateValues__SWIG_0; extern(C) void function(void* jarg1, int jarg2, double jarg3, double jarg4) vtkMarchingCubes_GenerateValues__SWIG_1; extern(C) void function(void* jarg1, int jarg2) vtkMarchingCubes_SetComputeNormals; extern(C) int function(void* jarg1) vtkMarchingCubes_GetComputeNormals; extern(C) void function(void* jarg1) vtkMarchingCubes_ComputeNormalsOn; extern(C) void function(void* jarg1) vtkMarchingCubes_ComputeNormalsOff; extern(C) void function(void* jarg1, int jarg2) vtkMarchingCubes_SetComputeGradients; extern(C) int function(void* jarg1) vtkMarchingCubes_GetComputeGradients; extern(C) void function(void* jarg1) vtkMarchingCubes_ComputeGradientsOn; extern(C) void function(void* jarg1) vtkMarchingCubes_ComputeGradientsOff; extern(C) void function(void* jarg1, int jarg2) vtkMarchingCubes_SetComputeScalars; extern(C) int function(void* jarg1) vtkMarchingCubes_GetComputeScalars; extern(C) void function(void* jarg1) vtkMarchingCubes_ComputeScalarsOn; extern(C) void function(void* jarg1) vtkMarchingCubes_ComputeScalarsOff; extern(C) void function(void* jarg1, void* jarg2) vtkMarchingCubes_SetLocator; extern(C) void* function(void* jarg1) vtkMarchingCubes_GetLocator; extern(C) void function(void* jarg1) vtkMarchingCubes_CreateDefaultLocator; extern(C) void* function(void* objectRef) vtkMarchingCubes_Upcast; extern(C) void* function() vtkTableAlgorithm_New; extern(C) int function(const(char)* jarg1) vtkTableAlgorithm_IsTypeOf; extern(C) void* function(void* jarg1) vtkTableAlgorithm_SafeDownCast; extern(C) void* function(void* jarg1) vtkTableAlgorithm_NewInstance; extern(C) void* function(void* jarg1) vtkTableAlgorithm_GetOutput__SWIG_0; extern(C) void* function(void* jarg1, int jarg2) vtkTableAlgorithm_GetOutput__SWIG_1; extern(C) void function(void* jarg1, void* jarg2) vtkTableAlgorithm_SetInputData__SWIG_0; extern(C) void function(void* jarg1, int jarg2, void* jarg3) vtkTableAlgorithm_SetInputData__SWIG_1; extern(C) void* function(void* objectRef) vtkTableAlgorithm_Upcast; extern(C) void* function() vtkCollectTable_New; extern(C) int function(const(char)* jarg1) vtkCollectTable_IsTypeOf; extern(C) void* function(void* jarg1) vtkCollectTable_SafeDownCast; extern(C) void* function(void* jarg1) vtkCollectTable_NewInstance; extern(C) void function(void* jarg1, void* jarg2) vtkCollectTable_SetController; extern(C) void* function(void* jarg1) vtkCollectTable_GetController; extern(C) void function(void* jarg1, void* jarg2) vtkCollectTable_SetSocketController; extern(C) void* function(void* jarg1) vtkCollectTable_GetSocketController; extern(C) void function(void* jarg1, int jarg2) vtkCollectTable_SetPassThrough; extern(C) int function(void* jarg1) vtkCollectTable_GetPassThrough; extern(C) void function(void* jarg1) vtkCollectTable_PassThroughOn; extern(C) void function(void* jarg1) vtkCollectTable_PassThroughOff; extern(C) void* function(void* objectRef) vtkCollectTable_Upcast; extern(C) int function(const(char)* jarg1) vtkMatrixMathFilter_IsTypeOf; extern(C) void* function(void* jarg1) vtkMatrixMathFilter_SafeDownCast; extern(C) void* function(void* jarg1) vtkMatrixMathFilter_NewInstance; extern(C) void* function() vtkMatrixMathFilter_New; extern(C) void function(void* jarg1, int jarg2) vtkMatrixMathFilter_SetOperation; extern(C) int function(void* jarg1) vtkMatrixMathFilter_GetOperation; extern(C) void function(void* jarg1) vtkMatrixMathFilter_SetOperationToDeterminant; extern(C) void function(void* jarg1) vtkMatrixMathFilter_SetOperationToEigenvalue; extern(C) void function(void* jarg1) vtkMatrixMathFilter_SetOperationToEigenvector; extern(C) void function(void* jarg1) vtkMatrixMathFilter_SetOperationToInverse; extern(C) void* function(void* objectRef) vtkMatrixMathFilter_Upcast; extern(C) int function(const(char)* jarg1) vtkTriangularTexture_IsTypeOf; extern(C) void* function(void* jarg1) vtkTriangularTexture_SafeDownCast; extern(C) void* function(void* jarg1) vtkTriangularTexture_NewInstance; extern(C) void* function() vtkTriangularTexture_New; extern(C) void function(void* jarg1, double jarg2) vtkTriangularTexture_SetScaleFactor; extern(C) double function(void* jarg1) vtkTriangularTexture_GetScaleFactor; extern(C) void function(void* jarg1, int jarg2) vtkTriangularTexture_SetXSize; extern(C) int function(void* jarg1) vtkTriangularTexture_GetXSize; extern(C) void function(void* jarg1, int jarg2) vtkTriangularTexture_SetYSize; extern(C) int function(void* jarg1) vtkTriangularTexture_GetYSize; extern(C) void function(void* jarg1, int jarg2) vtkTriangularTexture_SetTexturePattern; extern(C) int function(void* jarg1) vtkTriangularTexture_GetTexturePatternMinValue; extern(C) int function(void* jarg1) vtkTriangularTexture_GetTexturePatternMaxValue; extern(C) int function(void* jarg1) vtkTriangularTexture_GetTexturePattern; extern(C) void* function(void* objectRef) vtkTriangularTexture_Upcast; extern(C) int function(const(char)* jarg1) vtkRandomSequence_IsTypeOf; extern(C) void* function(void* jarg1) vtkRandomSequence_SafeDownCast; extern(C) void* function(void* jarg1) vtkRandomSequence_NewInstance; extern(C) double function(void* jarg1) vtkRandomSequence_GetValue; extern(C) void function(void* jarg1) vtkRandomSequence_Next; extern(C) void* function(void* objectRef) vtkRandomSequence_Upcast; extern(C) int function(const(char)* jarg1) vtkMinimalStandardRandomSequence_IsTypeOf; extern(C) void* function(void* jarg1) vtkMinimalStandardRandomSequence_SafeDownCast; extern(C) void* function(void* jarg1) vtkMinimalStandardRandomSequence_NewInstance; extern(C) void* function() vtkMinimalStandardRandomSequence_New; extern(C) void function(void* jarg1, int jarg2) vtkMinimalStandardRandomSequence_SetSeed; extern(C) void function(void* jarg1, int jarg2) vtkMinimalStandardRandomSequence_SetSeedOnly; extern(C) int function(void* jarg1) vtkMinimalStandardRandomSequence_GetSeed; extern(C) double function(void* jarg1, double jarg2, double jarg3) vtkMinimalStandardRandomSequence_GetRangeValue; extern(C) void* function(void* objectRef) vtkMinimalStandardRandomSequence_Upcast; extern(C) int function(const(char)* jarg1) vtkActor_IsTypeOf; extern(C) void* function(void* jarg1) vtkActor_SafeDownCast; extern(C) void* function(void* jarg1) vtkActor_NewInstance; extern(C) void* function() vtkActor_New; extern(C) int function(void* jarg1, void* jarg2) vtkActor_RenderOpaqueGeometry; extern(C) int function(void* jarg1, void* jarg2) vtkActor_RenderTranslucentPolygonalGeometry; extern(C) int function(void* jarg1) vtkActor_HasTranslucentPolygonalGeometry; extern(C) void function(void* jarg1, void* jarg2, void* jarg3) vtkActor_Render; extern(C) void function(void* jarg1, void* jarg2) vtkActor_ReleaseGraphicsResources; extern(C) void function(void* jarg1, void* jarg2) vtkActor_SetProperty; extern(C) void* function(void* jarg1) vtkActor_GetProperty; extern(C) void* function(void* jarg1) vtkActor_MakeProperty; extern(C) void function(void* jarg1, void* jarg2) vtkActor_SetBackfaceProperty; extern(C) void* function(void* jarg1) vtkActor_GetBackfaceProperty; extern(C) void function(void* jarg1, void* jarg2) vtkActor_SetTexture; extern(C) void* function(void* jarg1) vtkActor_GetTexture; extern(C) void function(void* jarg1, void* jarg2) vtkActor_SetMapper; extern(C) void* function(void* jarg1) vtkActor_GetMapper; extern(C) void function(void* jarg1, void* jarg2) vtkActor_GetBounds__SWIG_0; extern(C) void* function(void* jarg1) vtkActor_GetBounds__SWIG_1; extern(C) void function(void* jarg1) vtkActor_ApplyProperties; extern(C) uint function(void* jarg1) vtkActor_GetSupportsSelection; extern(C) void* function(void* objectRef) vtkActor_Upcast; extern(C) void* function() vtkOpenGLActor_New; extern(C) int function(const(char)* jarg1) vtkOpenGLActor_IsTypeOf; extern(C) void* function(void* jarg1) vtkOpenGLActor_SafeDownCast; extern(C) void* function(void* jarg1) vtkOpenGLActor_NewInstance; extern(C) void* function(void* objectRef) vtkOpenGLActor_Upcast; extern(C) void* function() vtkAppendFilter_New; extern(C) int function(const(char)* jarg1) vtkAppendFilter_IsTypeOf; extern(C) void* function(void* jarg1) vtkAppendFilter_SafeDownCast; extern(C) void* function(void* jarg1) vtkAppendFilter_NewInstance; extern(C) int function(void* jarg1) vtkAppendFilter_GetMergePoints; extern(C) void function(void* jarg1, int jarg2) vtkAppendFilter_SetMergePoints; extern(C) void function(void* jarg1) vtkAppendFilter_MergePointsOn; extern(C) void function(void* jarg1) vtkAppendFilter_MergePointsOff; extern(C) void function(void* jarg1, void* jarg2) vtkAppendFilter_RemoveInputData; extern(C) void* function(void* jarg1) vtkAppendFilter_GetInputList; extern(C) void function(void* jarg1, int jarg2) vtkAppendFilter_SetOutputPointsPrecision; extern(C) int function(void* jarg1) vtkAppendFilter_GetOutputPointsPrecisionMinValue; extern(C) int function(void* jarg1) vtkAppendFilter_GetOutputPointsPrecisionMaxValue; extern(C) int function(void* jarg1) vtkAppendFilter_GetOutputPointsPrecision; extern(C) void* function(void* objectRef) vtkAppendFilter_Upcast; extern(C) int function(const(char)* jarg1) vtkIncrementalOctreeNode_IsTypeOf; extern(C) void* function(void* jarg1) vtkIncrementalOctreeNode_SafeDownCast; extern(C) void* function(void* jarg1) vtkIncrementalOctreeNode_NewInstance; extern(C) void* function() vtkIncrementalOctreeNode_New; extern(C) int function(void* jarg1) vtkIncrementalOctreeNode_GetNumberOfPoints; extern(C) void* function(void* jarg1) vtkIncrementalOctreeNode_GetPointIdSet; extern(C) void function(void* jarg1) vtkIncrementalOctreeNode_DeleteChildNodes; extern(C) void function(void* jarg1, double jarg2, double jarg3, double jarg4, double jarg5, double jarg6, double jarg7) vtkIncrementalOctreeNode_SetBounds; extern(C) void function(void* jarg1, void* jarg2) vtkIncrementalOctreeNode_GetBounds; extern(C) void* function(void* jarg1) vtkIncrementalOctreeNode_GetMinBounds__SWIG_0; extern(C) void function(void* jarg1, void* jarg2, void* jarg3, void* jarg4) vtkIncrementalOctreeNode_GetMinBounds__SWIG_1; extern(C) void function(void* jarg1, void* jarg2) vtkIncrementalOctreeNode_GetMinBounds__SWIG_2; extern(C) void* function(void* jarg1) vtkIncrementalOctreeNode_GetMaxBounds__SWIG_0; extern(C) void function(void* jarg1, void* jarg2, void* jarg3, void* jarg4) vtkIncrementalOctreeNode_GetMaxBounds__SWIG_1; extern(C) void function(void* jarg1, void* jarg2) vtkIncrementalOctreeNode_GetMaxBounds__SWIG_2; extern(C) void* function(void* jarg1) vtkIncrementalOctreeNode_GetMinDataBounds; extern(C) void* function(void* jarg1) vtkIncrementalOctreeNode_GetMaxDataBounds; extern(C) int function(void* jarg1) vtkIncrementalOctreeNode_IsLeaf; extern(C) int function(void* jarg1, void* jarg2) vtkIncrementalOctreeNode_GetChildIndex; extern(C) void* function(void* jarg1, int jarg2) vtkIncrementalOctreeNode_GetChild; extern(C) int function(void* jarg1, void* jarg2) vtkIncrementalOctreeNode_ContainsPoint; extern(C) int function(void* jarg1, void* jarg2) vtkIncrementalOctreeNode_ContainsPointByData; extern(C) int function(void* jarg1, void* jarg2, void* jarg3, int jarg4, void* jarg5, int jarg6) vtkIncrementalOctreeNode_InsertPoint; extern(C) double function(void* jarg1, void* jarg2, void* jarg3) vtkIncrementalOctreeNode_GetDistance2ToInnerBoundary; extern(C) double function(void* jarg1, void* jarg2, void* jarg3, int jarg4) vtkIncrementalOctreeNode_GetDistance2ToBoundary__SWIG_0; extern(C) double function(void* jarg1, void* jarg2, void* jarg3, void* jarg4, int jarg5) vtkIncrementalOctreeNode_GetDistance2ToBoundary__SWIG_1; extern(C) void function(void* jarg1, void* jarg2) vtkIncrementalOctreeNode_ExportAllPointIdsByInsertion; extern(C) void function(void* jarg1, void* jarg2, void* jarg3) vtkIncrementalOctreeNode_ExportAllPointIdsByDirectSet; extern(C) void* function() new_vtkIncrementalOctreeNode; extern(C) void function(void* jarg1) delete_vtkIncrementalOctreeNode; extern(C) void* function(void* objectRef) vtkIncrementalOctreeNode_Upcast; extern(C) int function() VTK_MAX_SPHERE_RESOLUTION_get; extern(C) int function(const(char)* jarg1) vtkSphereSource_IsTypeOf; extern(C) void* function(void* jarg1) vtkSphereSource_SafeDownCast; extern(C) void* function(void* jarg1) vtkSphereSource_NewInstance; extern(C) void* function() vtkSphereSource_New; extern(C) void function(void* jarg1, double jarg2) vtkSphereSource_SetRadius; extern(C) double function(void* jarg1) vtkSphereSource_GetRadiusMinValue; extern(C) double function(void* jarg1) vtkSphereSource_GetRadiusMaxValue; extern(C) double function(void* jarg1) vtkSphereSource_GetRadius; extern(C) void function(void* jarg1, double jarg2, double jarg3, double jarg4) vtkSphereSource_SetCenter__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkSphereSource_SetCenter__SWIG_1; extern(C) void* function(void* jarg1) vtkSphereSource_GetCenter__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkSphereSource_GetCenter__SWIG_1; extern(C) void function(void* jarg1, int jarg2) vtkSphereSource_SetThetaResolution; extern(C) int function(void* jarg1) vtkSphereSource_GetThetaResolutionMinValue; extern(C) int function(void* jarg1) vtkSphereSource_GetThetaResolutionMaxValue; extern(C) int function(void* jarg1) vtkSphereSource_GetThetaResolution; extern(C) void function(void* jarg1, int jarg2) vtkSphereSource_SetPhiResolution; extern(C) int function(void* jarg1) vtkSphereSource_GetPhiResolutionMinValue; extern(C) int function(void* jarg1) vtkSphereSource_GetPhiResolutionMaxValue; extern(C) int function(void* jarg1) vtkSphereSource_GetPhiResolution; extern(C) void function(void* jarg1, double jarg2) vtkSphereSource_SetStartTheta; extern(C) double function(void* jarg1) vtkSphereSource_GetStartThetaMinValue; extern(C) double function(void* jarg1) vtkSphereSource_GetStartThetaMaxValue; extern(C) double function(void* jarg1) vtkSphereSource_GetStartTheta; extern(C) void function(void* jarg1, double jarg2) vtkSphereSource_SetEndTheta; extern(C) double function(void* jarg1) vtkSphereSource_GetEndThetaMinValue; extern(C) double function(void* jarg1) vtkSphereSource_GetEndThetaMaxValue; extern(C) double function(void* jarg1) vtkSphereSource_GetEndTheta; extern(C) void function(void* jarg1, double jarg2) vtkSphereSource_SetStartPhi; extern(C) double function(void* jarg1) vtkSphereSource_GetStartPhiMinValue; extern(C) double function(void* jarg1) vtkSphereSource_GetStartPhiMaxValue; extern(C) double function(void* jarg1) vtkSphereSource_GetStartPhi; extern(C) void function(void* jarg1, double jarg2) vtkSphereSource_SetEndPhi; extern(C) double function(void* jarg1) vtkSphereSource_GetEndPhiMinValue; extern(C) double function(void* jarg1) vtkSphereSource_GetEndPhiMaxValue; extern(C) double function(void* jarg1) vtkSphereSource_GetEndPhi; extern(C) void function(void* jarg1, int jarg2) vtkSphereSource_SetLatLongTessellation; extern(C) int function(void* jarg1) vtkSphereSource_GetLatLongTessellation; extern(C) void function(void* jarg1) vtkSphereSource_LatLongTessellationOn; extern(C) void function(void* jarg1) vtkSphereSource_LatLongTessellationOff; extern(C) void* function(void* objectRef) vtkSphereSource_Upcast; extern(C) int function() VTK_SPHERE_OFF_get; extern(C) int function() VTK_SPHERE_WIREFRAME_get; extern(C) int function() VTK_SPHERE_SURFACE_get; extern(C) void* function() vtkSphereRepresentation_New; extern(C) int function(const(char)* jarg1) vtkSphereRepresentation_IsTypeOf; extern(C) void* function(void* jarg1) vtkSphereRepresentation_SafeDownCast; extern(C) void* function(void* jarg1) vtkSphereRepresentation_NewInstance; extern(C) void function(void* jarg1, int jarg2) vtkSphereRepresentation_SetRepresentation; extern(C) int function(void* jarg1) vtkSphereRepresentation_GetRepresentationMinValue; extern(C) int function(void* jarg1) vtkSphereRepresentation_GetRepresentationMaxValue; extern(C) int function(void* jarg1) vtkSphereRepresentation_GetRepresentation; extern(C) void function(void* jarg1) vtkSphereRepresentation_SetRepresentationToOff; extern(C) void function(void* jarg1) vtkSphereRepresentation_SetRepresentationToWireframe; extern(C) void function(void* jarg1) vtkSphereRepresentation_SetRepresentationToSurface; extern(C) void function(void* jarg1, int jarg2) vtkSphereRepresentation_SetThetaResolution; extern(C) int function(void* jarg1) vtkSphereRepresentation_GetThetaResolution; extern(C) void function(void* jarg1, int jarg2) vtkSphereRepresentation_SetPhiResolution; extern(C) int function(void* jarg1) vtkSphereRepresentation_GetPhiResolution; extern(C) void function(void* jarg1, void* jarg2) vtkSphereRepresentation_SetCenter__SWIG_0; extern(C) void function(void* jarg1, double jarg2, double jarg3, double jarg4) vtkSphereRepresentation_SetCenter__SWIG_1; extern(C) void* function(void* jarg1) vtkSphereRepresentation_GetCenter__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkSphereRepresentation_GetCenter__SWIG_1; extern(C) void function(void* jarg1, double jarg2) vtkSphereRepresentation_SetRadius; extern(C) double function(void* jarg1) vtkSphereRepresentation_GetRadius; extern(C) void function(void* jarg1, int jarg2) vtkSphereRepresentation_SetHandleVisibility; extern(C) int function(void* jarg1) vtkSphereRepresentation_GetHandleVisibility; extern(C) void function(void* jarg1) vtkSphereRepresentation_HandleVisibilityOn; extern(C) void function(void* jarg1) vtkSphereRepresentation_HandleVisibilityOff; extern(C) void function(void* jarg1, void* jarg2) vtkSphereRepresentation_SetHandlePosition__SWIG_0; extern(C) void function(void* jarg1, double jarg2, double jarg3, double jarg4) vtkSphereRepresentation_SetHandlePosition__SWIG_1; extern(C) void* function(void* jarg1) vtkSphereRepresentation_GetHandlePosition__SWIG_0; extern(C) void function(void* jarg1, void* jarg2, void* jarg3, void* jarg4) vtkSphereRepresentation_GetHandlePosition__SWIG_1; extern(C) void function(void* jarg1, void* jarg2) vtkSphereRepresentation_GetHandlePosition__SWIG_2; extern(C) void function(void* jarg1, void* jarg2) vtkSphereRepresentation_SetHandleDirection__SWIG_0; extern(C) void function(void* jarg1, double jarg2, double jarg3, double jarg4) vtkSphereRepresentation_SetHandleDirection__SWIG_1; extern(C) void* function(void* jarg1) vtkSphereRepresentation_GetHandleDirection__SWIG_0; extern(C) void function(void* jarg1, void* jarg2, void* jarg3, void* jarg4) vtkSphereRepresentation_GetHandleDirection__SWIG_1; extern(C) void function(void* jarg1, void* jarg2) vtkSphereRepresentation_GetHandleDirection__SWIG_2; extern(C) void function(void* jarg1, int jarg2) vtkSphereRepresentation_SetHandleText; extern(C) int function(void* jarg1) vtkSphereRepresentation_GetHandleText; extern(C) void function(void* jarg1) vtkSphereRepresentation_HandleTextOn; extern(C) void function(void* jarg1) vtkSphereRepresentation_HandleTextOff; extern(C) void function(void* jarg1, int jarg2) vtkSphereRepresentation_SetRadialLine; extern(C) int function(void* jarg1) vtkSphereRepresentation_GetRadialLine; extern(C) void function(void* jarg1) vtkSphereRepresentation_RadialLineOn; extern(C) void function(void* jarg1) vtkSphereRepresentation_RadialLineOff; extern(C) void function(void* jarg1, void* jarg2) vtkSphereRepresentation_GetPolyData; extern(C) void function(void* jarg1, void* jarg2) vtkSphereRepresentation_GetSphere; extern(C) void* function(void* jarg1) vtkSphereRepresentation_GetSphereProperty; extern(C) void* function(void* jarg1) vtkSphereRepresentation_GetSelectedSphereProperty; extern(C) void* function(void* jarg1) vtkSphereRepresentation_GetHandleProperty; extern(C) void* function(void* jarg1) vtkSphereRepresentation_GetSelectedHandleProperty; extern(C) void* function(void* jarg1) vtkSphereRepresentation_GetHandleTextProperty; extern(C) void* function(void* jarg1) vtkSphereRepresentation_GetRadialLineProperty; extern(C) void function(void* jarg1, int jarg2) vtkSphereRepresentation_SetInteractionState; extern(C) void function(void* jarg1, void* jarg2) vtkSphereRepresentation_PlaceWidget__SWIG_0; extern(C) void function(void* jarg1, void* jarg2, void* jarg3) vtkSphereRepresentation_PlaceWidget__SWIG_1; extern(C) int function(void* jarg1, int jarg2, int jarg3, int jarg4) vtkSphereRepresentation_ComputeInteractionState__SWIG_0; extern(C) int function(void* jarg1, int jarg2, int jarg3) vtkSphereRepresentation_ComputeInteractionState__SWIG_1; extern(C) void* function(void* objectRef) vtkSphereRepresentation_Upcast; extern(C) double function() VTK_MIN_SUPERQUADRIC_THICKNESS_get; extern(C) void* function() vtkSuperquadric_New; extern(C) int function(const(char)* jarg1) vtkSuperquadric_IsTypeOf; extern(C) void* function(void* jarg1) vtkSuperquadric_SafeDownCast; extern(C) void* function(void* jarg1) vtkSuperquadric_NewInstance; extern(C) double function(void* jarg1, void* jarg2) vtkSuperquadric_EvaluateFunction__SWIG_0; extern(C) double function(void* jarg1, double jarg2, double jarg3, double jarg4) vtkSuperquadric_EvaluateFunction__SWIG_1; extern(C) void function(void* jarg1, double jarg2, double jarg3, double jarg4) vtkSuperquadric_SetCenter__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkSuperquadric_SetCenter__SWIG_1; extern(C) void* function(void* jarg1) vtkSuperquadric_GetCenter__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkSuperquadric_GetCenter__SWIG_1; extern(C) void function(void* jarg1, double jarg2, double jarg3, double jarg4) vtkSuperquadric_SetScale__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkSuperquadric_SetScale__SWIG_1; extern(C) void* function(void* jarg1) vtkSuperquadric_GetScale__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkSuperquadric_GetScale__SWIG_1; extern(C) double function(void* jarg1) vtkSuperquadric_GetThickness; extern(C) void function(void* jarg1, double jarg2) vtkSuperquadric_SetThickness; extern(C) double function(void* jarg1) vtkSuperquadric_GetThicknessMinValue; extern(C) double function(void* jarg1) vtkSuperquadric_GetThicknessMaxValue; extern(C) double function(void* jarg1) vtkSuperquadric_GetPhiRoundness; extern(C) void function(void* jarg1, double jarg2) vtkSuperquadric_SetPhiRoundness; extern(C) double function(void* jarg1) vtkSuperquadric_GetThetaRoundness; extern(C) void function(void* jarg1, double jarg2) vtkSuperquadric_SetThetaRoundness; extern(C) void function(void* jarg1, double jarg2) vtkSuperquadric_SetSize; extern(C) double function(void* jarg1) vtkSuperquadric_GetSize; extern(C) void function(void* jarg1) vtkSuperquadric_ToroidalOn; extern(C) void function(void* jarg1) vtkSuperquadric_ToroidalOff; extern(C) int function(void* jarg1) vtkSuperquadric_GetToroidal; extern(C) void function(void* jarg1, int jarg2) vtkSuperquadric_SetToroidal; extern(C) void* function(void* objectRef) vtkSuperquadric_Upcast; extern(C) int function() VTK_FLAT_get; extern(C) int function() VTK_GOURAUD_get; extern(C) int function() VTK_PHONG_get; extern(C) int function() VTK_POINTS_get; extern(C) int function() VTK_WIREFRAME_get; extern(C) int function() VTK_SURFACE_get; extern(C) int function(const(char)* jarg1) vtkProperty_IsTypeOf; extern(C) void* function(void* jarg1) vtkProperty_SafeDownCast; extern(C) void* function(void* jarg1) vtkProperty_NewInstance; extern(C) void* function() vtkProperty_New; extern(C) void function(void* jarg1, void* jarg2) vtkProperty_DeepCopy; extern(C) void function(void* jarg1, void* jarg2, void* jarg3) vtkProperty_Render; extern(C) void function(void* jarg1, void* jarg2, void* jarg3) vtkProperty_BackfaceRender; extern(C) uint function(void* jarg1) vtkProperty_GetLighting; extern(C) void function(void* jarg1, uint jarg2) vtkProperty_SetLighting; extern(C) void function(void* jarg1) vtkProperty_LightingOn; extern(C) void function(void* jarg1) vtkProperty_LightingOff; extern(C) void function(void* jarg1, int jarg2) vtkProperty_SetInterpolation; extern(C) int function(void* jarg1) vtkProperty_GetInterpolationMinValue; extern(C) int function(void* jarg1) vtkProperty_GetInterpolationMaxValue; extern(C) int function(void* jarg1) vtkProperty_GetInterpolation; extern(C) void function(void* jarg1) vtkProperty_SetInterpolationToFlat; extern(C) void function(void* jarg1) vtkProperty_SetInterpolationToGouraud; extern(C) void function(void* jarg1) vtkProperty_SetInterpolationToPhong; extern(C) const(char)* function(void* jarg1) vtkProperty_GetInterpolationAsString; extern(C) void function(void* jarg1, int jarg2) vtkProperty_SetRepresentation; extern(C) int function(void* jarg1) vtkProperty_GetRepresentationMinValue; extern(C) int function(void* jarg1) vtkProperty_GetRepresentationMaxValue; extern(C) int function(void* jarg1) vtkProperty_GetRepresentation; extern(C) void function(void* jarg1) vtkProperty_SetRepresentationToPoints; extern(C) void function(void* jarg1) vtkProperty_SetRepresentationToWireframe; extern(C) void function(void* jarg1) vtkProperty_SetRepresentationToSurface; extern(C) const(char)* function(void* jarg1) vtkProperty_GetRepresentationAsString; extern(C) void function(void* jarg1, double jarg2, double jarg3, double jarg4) vtkProperty_SetColor__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkProperty_SetColor__SWIG_1; extern(C) void* function(void* jarg1) vtkProperty_GetColor__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkProperty_GetColor__SWIG_1; extern(C) void function(void* jarg1, void* jarg2, void* jarg3, void* jarg4) vtkProperty_GetColor__SWIG_2; extern(C) void function(void* jarg1, double jarg2) vtkProperty_SetAmbient; extern(C) double function(void* jarg1) vtkProperty_GetAmbientMinValue; extern(C) double function(void* jarg1) vtkProperty_GetAmbientMaxValue; extern(C) double function(void* jarg1) vtkProperty_GetAmbient; extern(C) void function(void* jarg1, double jarg2) vtkProperty_SetDiffuse; extern(C) double function(void* jarg1) vtkProperty_GetDiffuseMinValue; extern(C) double function(void* jarg1) vtkProperty_GetDiffuseMaxValue; extern(C) double function(void* jarg1) vtkProperty_GetDiffuse; extern(C) void function(void* jarg1, double jarg2) vtkProperty_SetSpecular; extern(C) double function(void* jarg1) vtkProperty_GetSpecularMinValue; extern(C) double function(void* jarg1) vtkProperty_GetSpecularMaxValue; extern(C) double function(void* jarg1) vtkProperty_GetSpecular; extern(C) void function(void* jarg1, double jarg2) vtkProperty_SetSpecularPower; extern(C) double function(void* jarg1) vtkProperty_GetSpecularPowerMinValue; extern(C) double function(void* jarg1) vtkProperty_GetSpecularPowerMaxValue; extern(C) double function(void* jarg1) vtkProperty_GetSpecularPower; extern(C) void function(void* jarg1, double jarg2) vtkProperty_SetOpacity; extern(C) double function(void* jarg1) vtkProperty_GetOpacityMinValue; extern(C) double function(void* jarg1) vtkProperty_GetOpacityMaxValue; extern(C) double function(void* jarg1) vtkProperty_GetOpacity; extern(C) void function(void* jarg1, double jarg2, double jarg3, double jarg4) vtkProperty_SetAmbientColor__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkProperty_SetAmbientColor__SWIG_1; extern(C) void* function(void* jarg1) vtkProperty_GetAmbientColor__SWIG_0; extern(C) void function(void* jarg1, void* jarg2, void* jarg3, void* jarg4) vtkProperty_GetAmbientColor__SWIG_1; extern(C) void function(void* jarg1, void* jarg2) vtkProperty_GetAmbientColor__SWIG_2; extern(C) void function(void* jarg1, double jarg2, double jarg3, double jarg4) vtkProperty_SetDiffuseColor__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkProperty_SetDiffuseColor__SWIG_1; extern(C) void* function(void* jarg1) vtkProperty_GetDiffuseColor__SWIG_0; extern(C) void function(void* jarg1, void* jarg2, void* jarg3, void* jarg4) vtkProperty_GetDiffuseColor__SWIG_1; extern(C) void function(void* jarg1, void* jarg2) vtkProperty_GetDiffuseColor__SWIG_2; extern(C) void function(void* jarg1, double jarg2, double jarg3, double jarg4) vtkProperty_SetSpecularColor__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkProperty_SetSpecularColor__SWIG_1; extern(C) void* function(void* jarg1) vtkProperty_GetSpecularColor__SWIG_0; extern(C) void function(void* jarg1, void* jarg2, void* jarg3, void* jarg4) vtkProperty_GetSpecularColor__SWIG_1; extern(C) void function(void* jarg1, void* jarg2) vtkProperty_GetSpecularColor__SWIG_2; extern(C) int function(void* jarg1) vtkProperty_GetEdgeVisibility; extern(C) void function(void* jarg1, int jarg2) vtkProperty_SetEdgeVisibility; extern(C) void function(void* jarg1) vtkProperty_EdgeVisibilityOn; extern(C) void function(void* jarg1) vtkProperty_EdgeVisibilityOff; extern(C) void function(void* jarg1, double jarg2, double jarg3, double jarg4) vtkProperty_SetEdgeColor__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkProperty_SetEdgeColor__SWIG_1; extern(C) void* function(void* jarg1) vtkProperty_GetEdgeColor__SWIG_0; extern(C) void function(void* jarg1, void* jarg2, void* jarg3, void* jarg4) vtkProperty_GetEdgeColor__SWIG_1; extern(C) void function(void* jarg1, void* jarg2) vtkProperty_GetEdgeColor__SWIG_2; extern(C) void function(void* jarg1, float jarg2) vtkProperty_SetLineWidth; extern(C) float function(void* jarg1) vtkProperty_GetLineWidthMinValue; extern(C) float function(void* jarg1) vtkProperty_GetLineWidthMaxValue; extern(C) float function(void* jarg1) vtkProperty_GetLineWidth; extern(C) void function(void* jarg1, int jarg2) vtkProperty_SetLineStipplePattern; extern(C) int function(void* jarg1) vtkProperty_GetLineStipplePattern; extern(C) void function(void* jarg1, int jarg2) vtkProperty_SetLineStippleRepeatFactor; extern(C) int function(void* jarg1) vtkProperty_GetLineStippleRepeatFactorMinValue; extern(C) int function(void* jarg1) vtkProperty_GetLineStippleRepeatFactorMaxValue; extern(C) int function(void* jarg1) vtkProperty_GetLineStippleRepeatFactor; extern(C) void function(void* jarg1, float jarg2) vtkProperty_SetPointSize; extern(C) float function(void* jarg1) vtkProperty_GetPointSizeMinValue; extern(C) float function(void* jarg1) vtkProperty_GetPointSizeMaxValue; extern(C) float function(void* jarg1) vtkProperty_GetPointSize; extern(C) int function(void* jarg1) vtkProperty_GetBackfaceCulling; extern(C) void function(void* jarg1, int jarg2) vtkProperty_SetBackfaceCulling; extern(C) void function(void* jarg1) vtkProperty_BackfaceCullingOn; extern(C) void function(void* jarg1) vtkProperty_BackfaceCullingOff; extern(C) int function(void* jarg1) vtkProperty_GetFrontfaceCulling; extern(C) void function(void* jarg1, int jarg2) vtkProperty_SetFrontfaceCulling; extern(C) void function(void* jarg1) vtkProperty_FrontfaceCullingOn; extern(C) void function(void* jarg1) vtkProperty_FrontfaceCullingOff; extern(C) void* function(void* jarg1) vtkProperty_GetMaterial; extern(C) const(char)* function(void* jarg1) vtkProperty_GetMaterialName; extern(C) void function(void* jarg1, const(char)* jarg2) vtkProperty_LoadMaterial__SWIG_0; extern(C) void function(void* jarg1, const(char)* jarg2) vtkProperty_LoadMaterialFromString; extern(C) void function(void* jarg1, void* jarg2) vtkProperty_LoadMaterial__SWIG_1; extern(C) void function(void* jarg1, int jarg2) vtkProperty_SetShading; extern(C) int function(void* jarg1) vtkProperty_GetShading; extern(C) void function(void* jarg1) vtkProperty_ShadingOn; extern(C) void function(void* jarg1) vtkProperty_ShadingOff; extern(C) void* function(void* jarg1) vtkProperty_GetShaderProgram; extern(C) void* function(void* jarg1) vtkProperty_GetShaderDeviceAdapter2; extern(C) void function(void* jarg1, const(char)* jarg2, int jarg3, void* jarg4) vtkProperty_AddShaderVariable__SWIG_0; extern(C) void function(void* jarg1, const(char)* jarg2, int jarg3, void* jarg4) vtkProperty_AddShaderVariable__SWIG_1; extern(C) void function(void* jarg1, const(char)* jarg2, int jarg3, void* jarg4) vtkProperty_AddShaderVariable__SWIG_2; extern(C) void function(void* jarg1, const(char)* jarg2, int jarg3) vtkProperty_AddShaderVariable__SWIG_3; extern(C) void function(void* jarg1, const(char)* jarg2, float jarg3) vtkProperty_AddShaderVariable__SWIG_4; extern(C) void function(void* jarg1, const(char)* jarg2, double jarg3) vtkProperty_AddShaderVariable__SWIG_5; extern(C) void function(void* jarg1, const(char)* jarg2, int jarg3, int jarg4) vtkProperty_AddShaderVariable__SWIG_6; extern(C) void function(void* jarg1, const(char)* jarg2, float jarg3, float jarg4) vtkProperty_AddShaderVariable__SWIG_7; extern(C) void function(void* jarg1, const(char)* jarg2, double jarg3, double jarg4) vtkProperty_AddShaderVariable__SWIG_8; extern(C) void function(void* jarg1, const(char)* jarg2, int jarg3, int jarg4, int jarg5) vtkProperty_AddShaderVariable__SWIG_9; extern(C) void function(void* jarg1, const(char)* jarg2, float jarg3, float jarg4, float jarg5) vtkProperty_AddShaderVariable__SWIG_10; extern(C) void function(void* jarg1, const(char)* jarg2, double jarg3, double jarg4, double jarg5) vtkProperty_AddShaderVariable__SWIG_11; extern(C) void function(void* jarg1, const(char)* jarg2, void* jarg3) vtkProperty_SetTexture__SWIG_0; extern(C) void* function(void* jarg1, const(char)* jarg2) vtkProperty_GetTexture__SWIG_0; extern(C) void function(void* jarg1, int jarg2, void* jarg3) vtkProperty_SetTexture__SWIG_1; extern(C) void* function(void* jarg1, int jarg2) vtkProperty_GetTexture__SWIG_1; extern(C) void function(void* jarg1, int jarg2) vtkProperty_RemoveTexture__SWIG_0; extern(C) void function(void* jarg1, const(char)* jarg2) vtkProperty_RemoveTexture__SWIG_1; extern(C) void function(void* jarg1) vtkProperty_RemoveAllTextures; extern(C) int function(void* jarg1) vtkProperty_GetNumberOfTextures; extern(C) void function(void* jarg1, void* jarg2) vtkProperty_ReleaseGraphicsResources; extern(C) void* function(void* objectRef) vtkProperty_Upcast; extern(C) void* function() vtkRIBProperty_New; extern(C) int function(const(char)* jarg1) vtkRIBProperty_IsTypeOf; extern(C) void* function(void* jarg1) vtkRIBProperty_SafeDownCast; extern(C) void* function(void* jarg1) vtkRIBProperty_NewInstance; extern(C) void function(void* jarg1, const(char)* jarg2) vtkRIBProperty_SetSurfaceShader; extern(C) const(char)* function(void* jarg1) vtkRIBProperty_GetSurfaceShader; extern(C) void function(void* jarg1, const(char)* jarg2) vtkRIBProperty_SetDisplacementShader; extern(C) const(char)* function(void* jarg1) vtkRIBProperty_GetDisplacementShader; extern(C) void function(void* jarg1, const(char)* jarg2, const(char)* jarg3) vtkRIBProperty_SetVariable; extern(C) void function(void* jarg1, const(char)* jarg2, const(char)* jarg3) vtkRIBProperty_AddVariable; extern(C) const(char)* function(void* jarg1) vtkRIBProperty_GetDeclarations; extern(C) void function(void* jarg1, const(char)* jarg2, const(char)* jarg3) vtkRIBProperty_SetParameter; extern(C) void function(void* jarg1, const(char)* jarg2, const(char)* jarg3) vtkRIBProperty_AddParameter; extern(C) const(char)* function(void* jarg1) vtkRIBProperty_GetParameters; extern(C) void* function(void* objectRef) vtkRIBProperty_Upcast; extern(C) void* function() vtkSpatialRepresentationFilter_New; extern(C) int function(const(char)* jarg1) vtkSpatialRepresentationFilter_IsTypeOf; extern(C) void* function(void* jarg1) vtkSpatialRepresentationFilter_SafeDownCast; extern(C) void* function(void* jarg1) vtkSpatialRepresentationFilter_NewInstance; extern(C) void function(void* jarg1, void* jarg2) vtkSpatialRepresentationFilter_SetSpatialRepresentation; extern(C) void* function(void* jarg1) vtkSpatialRepresentationFilter_GetSpatialRepresentation; extern(C) int function(void* jarg1) vtkSpatialRepresentationFilter_GetMaximumLevel; extern(C) void function(void* jarg1, int jarg2) vtkSpatialRepresentationFilter_AddLevel; extern(C) void function(void* jarg1) vtkSpatialRepresentationFilter_ResetLevels; extern(C) void function(void* jarg1, uint jarg2) vtkSpatialRepresentationFilter_SetGenerateLeaves; extern(C) uint function(void* jarg1) vtkSpatialRepresentationFilter_GetGenerateLeaves; extern(C) void function(void* jarg1) vtkSpatialRepresentationFilter_GenerateLeavesOn; extern(C) void function(void* jarg1) vtkSpatialRepresentationFilter_GenerateLeavesOff; extern(C) void* function(void* objectRef) vtkSpatialRepresentationFilter_Upcast; extern(C) int function(const(char)* jarg1) vtkViewport_IsTypeOf; extern(C) void* function(void* jarg1) vtkViewport_SafeDownCast; extern(C) void* function(void* jarg1) vtkViewport_NewInstance; extern(C) void function(void* jarg1, void* jarg2) vtkViewport_AddViewProp; extern(C) void* function(void* jarg1) vtkViewport_GetViewProps; extern(C) int function(void* jarg1, void* jarg2) vtkViewport_HasViewProp; extern(C) void function(void* jarg1, void* jarg2) vtkViewport_RemoveViewProp; extern(C) void function(void* jarg1) vtkViewport_RemoveAllViewProps; extern(C) void function(void* jarg1, void* jarg2) vtkViewport_AddActor2D; extern(C) void function(void* jarg1, void* jarg2) vtkViewport_RemoveActor2D; extern(C) void* function(void* jarg1) vtkViewport_GetActors2D; extern(C) void function(void* jarg1, double jarg2, double jarg3, double jarg4) vtkViewport_SetBackground__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkViewport_SetBackground__SWIG_1; extern(C) void* function(void* jarg1) vtkViewport_GetBackground__SWIG_0; extern(C) void function(void* jarg1, void* jarg2, void* jarg3, void* jarg4) vtkViewport_GetBackground__SWIG_1; extern(C) void function(void* jarg1, void* jarg2) vtkViewport_GetBackground__SWIG_2; extern(C) void function(void* jarg1, double jarg2, double jarg3, double jarg4) vtkViewport_SetBackground2__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkViewport_SetBackground2__SWIG_1; extern(C) void* function(void* jarg1) vtkViewport_GetBackground2__SWIG_0; extern(C) void function(void* jarg1, void* jarg2, void* jarg3, void* jarg4) vtkViewport_GetBackground2__SWIG_1; extern(C) void function(void* jarg1, void* jarg2) vtkViewport_GetBackground2__SWIG_2; extern(C) void function(void* jarg1, uint jarg2) vtkViewport_SetGradientBackground; extern(C) uint function(void* jarg1) vtkViewport_GetGradientBackground; extern(C) void function(void* jarg1) vtkViewport_GradientBackgroundOn; extern(C) void function(void* jarg1) vtkViewport_GradientBackgroundOff; extern(C) void function(void* jarg1, double jarg2, double jarg3) vtkViewport_SetAspect__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkViewport_SetAspect__SWIG_1; extern(C) void* function(void* jarg1) vtkViewport_GetAspect__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkViewport_GetAspect__SWIG_1; extern(C) void function(void* jarg1) vtkViewport_ComputeAspect; extern(C) void function(void* jarg1, double jarg2, double jarg3) vtkViewport_SetPixelAspect__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkViewport_SetPixelAspect__SWIG_1; extern(C) void* function(void* jarg1) vtkViewport_GetPixelAspect__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkViewport_GetPixelAspect__SWIG_1; extern(C) void function(void* jarg1, double jarg2, double jarg3, double jarg4, double jarg5) vtkViewport_SetViewport__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkViewport_SetViewport__SWIG_1; extern(C) void* function(void* jarg1) vtkViewport_GetViewport__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkViewport_GetViewport__SWIG_1; extern(C) void function(void* jarg1, double jarg2, double jarg3, double jarg4) vtkViewport_SetDisplayPoint__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkViewport_SetDisplayPoint__SWIG_1; extern(C) void* function(void* jarg1) vtkViewport_GetDisplayPoint__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkViewport_GetDisplayPoint__SWIG_1; extern(C) void function(void* jarg1, double jarg2, double jarg3, double jarg4) vtkViewport_SetViewPoint__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkViewport_SetViewPoint__SWIG_1; extern(C) void* function(void* jarg1) vtkViewport_GetViewPoint__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkViewport_GetViewPoint__SWIG_1; extern(C) void function(void* jarg1, double jarg2, double jarg3, double jarg4, double jarg5) vtkViewport_SetWorldPoint__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkViewport_SetWorldPoint__SWIG_1; extern(C) void* function(void* jarg1) vtkViewport_GetWorldPoint__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkViewport_GetWorldPoint__SWIG_1; extern(C) void* function(void* jarg1) vtkViewport_GetCenter; extern(C) int function(void* jarg1, int jarg2, int jarg3) vtkViewport_IsInViewport; extern(C) void* function(void* jarg1) vtkViewport_GetVTKWindow; extern(C) void function(void* jarg1) vtkViewport_DisplayToView; extern(C) void function(void* jarg1) vtkViewport_ViewToDisplay; extern(C) void function(void* jarg1) vtkViewport_WorldToView__SWIG_0; extern(C) void function(void* jarg1) vtkViewport_ViewToWorld__SWIG_0; extern(C) void function(void* jarg1) vtkViewport_DisplayToWorld; extern(C) void function(void* jarg1) vtkViewport_WorldToDisplay; extern(C) void function(void* jarg1, void* jarg2, void* jarg3) vtkViewport_LocalDisplayToDisplay; extern(C) void function(void* jarg1, void* jarg2, void* jarg3) vtkViewport_DisplayToNormalizedDisplay; extern(C) void function(void* jarg1, void* jarg2, void* jarg3) vtkViewport_NormalizedDisplayToViewport; extern(C) void function(void* jarg1, void* jarg2, void* jarg3) vtkViewport_ViewportToNormalizedViewport; extern(C) void function(void* jarg1, void* jarg2, void* jarg3, void* jarg4) vtkViewport_NormalizedViewportToView; extern(C) void function(void* jarg1, void* jarg2, void* jarg3, void* jarg4) vtkViewport_ViewToWorld__SWIG_1; extern(C) void function(void* jarg1, void* jarg2, void* jarg3) vtkViewport_DisplayToLocalDisplay; extern(C) void function(void* jarg1, void* jarg2, void* jarg3) vtkViewport_NormalizedDisplayToDisplay; extern(C) void function(void* jarg1, void* jarg2, void* jarg3) vtkViewport_ViewportToNormalizedDisplay; extern(C) void function(void* jarg1, void* jarg2, void* jarg3) vtkViewport_NormalizedViewportToViewport; extern(C) void function(void* jarg1, void* jarg2, void* jarg3, void* jarg4) vtkViewport_ViewToNormalizedViewport; extern(C) void function(void* jarg1, void* jarg2, void* jarg3, void* jarg4) vtkViewport_WorldToView__SWIG_1; extern(C) void* function(void* jarg1) vtkViewport_GetSize; extern(C) void* function(void* jarg1) vtkViewport_GetOrigin; extern(C) void function(void* jarg1, void* jarg2, void* jarg3) vtkViewport_GetTiledSize; extern(C) void function(void* jarg1, void* jarg2, void* jarg3, void* jarg4, void* jarg5) vtkViewport_GetTiledSizeAndOrigin; extern(C) void* function(void* jarg1, double jarg2, double jarg3) vtkViewport_PickProp; extern(C) void* function(void* jarg1, double jarg2, double jarg3, void* jarg4) vtkViewport_PickPropFrom; extern(C) double function(void* jarg1) vtkViewport_GetPickX; extern(C) double function(void* jarg1) vtkViewport_GetPickY; extern(C) double function(void* jarg1) vtkViewport_GetPickWidth; extern(C) double function(void* jarg1) vtkViewport_GetPickHeight; extern(C) double function(void* jarg1) vtkViewport_GetPickX1; extern(C) double function(void* jarg1) vtkViewport_GetPickY1; extern(C) double function(void* jarg1) vtkViewport_GetPickX2; extern(C) double function(void* jarg1) vtkViewport_GetPickY2; extern(C) int function(void* jarg1) vtkViewport_GetIsPicking; extern(C) void* function(void* jarg1) vtkViewport_GetPickResultProps; extern(C) double function(void* jarg1) vtkViewport_GetPickedZ; extern(C) void* function(void* objectRef) vtkViewport_Upcast; extern(C) int function(const(char)* jarg1) vtkCompositeDataSet_IsTypeOf; extern(C) void* function(void* jarg1) vtkCompositeDataSet_SafeDownCast; extern(C) void* function(void* jarg1) vtkCompositeDataSet_NewInstance; extern(C) void* function(void* jarg1) vtkCompositeDataSet_NewIterator; extern(C) void function(void* jarg1, void* jarg2) vtkCompositeDataSet_CopyStructure; extern(C) void function(void* jarg1, void* jarg2, void* jarg3) vtkCompositeDataSet_SetDataSet; extern(C) void* function(void* jarg1, void* jarg2) vtkCompositeDataSet_GetDataSet; extern(C) long function(void* jarg1) vtkCompositeDataSet_GetNumberOfPoints; extern(C) void* function() vtkCompositeDataSet_NAME; extern(C) void function(void* jarg1) delete_vtkCompositeDataSet; extern(C) void* function(void* objectRef) vtkCompositeDataSet_Upcast; extern(C) void* function() vtkUniformGridAMR_New; extern(C) int function(const(char)* jarg1) vtkUniformGridAMR_IsTypeOf; extern(C) void* function(void* jarg1) vtkUniformGridAMR_SafeDownCast; extern(C) void* function(void* jarg1) vtkUniformGridAMR_NewInstance; extern(C) void function(void* jarg1) vtkUniformGridAMR_Initialize__SWIG_0; extern(C) void function(void* jarg1, int jarg2, void* jarg3) vtkUniformGridAMR_Initialize__SWIG_1; extern(C) void function(void* jarg1, int jarg2) vtkUniformGridAMR_SetGridDescription; extern(C) int function(void* jarg1) vtkUniformGridAMR_GetGridDescription; extern(C) uint function(void* jarg1) vtkUniformGridAMR_GetNumberOfLevels; extern(C) uint function(void* jarg1) vtkUniformGridAMR_GetTotalNumberOfBlocks; extern(C) uint function(void* jarg1, uint jarg2) vtkUniformGridAMR_GetNumberOfDataSets; extern(C) void function(void* jarg1, void* jarg2) vtkUniformGridAMR_GetBounds__SWIG_0; extern(C) void* function(void* jarg1) vtkUniformGridAMR_GetBounds__SWIG_1; extern(C) void function(void* jarg1, void* jarg2) vtkUniformGridAMR_GetMin; extern(C) void function(void* jarg1, void* jarg2) vtkUniformGridAMR_GetMax; extern(C) void function(void* jarg1, void* jarg2, void* jarg3) vtkUniformGridAMR_SetDataSet__SWIG_0; extern(C) void function(void* jarg1, uint jarg2, uint jarg3, void* jarg4) vtkUniformGridAMR_SetDataSet__SWIG_1; extern(C) void* function(void* jarg1, void* jarg2) vtkUniformGridAMR_GetDataSet__SWIG_0; extern(C) void* function(void* jarg1, uint jarg2, uint jarg3) vtkUniformGridAMR_GetDataSet__SWIG_1; extern(C) int function(void* jarg1, uint jarg2, uint jarg3) vtkUniformGridAMR_GetCompositeIndex; extern(C) void function(void* jarg1, uint jarg2, void* jarg3, void* jarg4) vtkUniformGridAMR_GetLevelAndIndex; extern(C) void* function(void* jarg1) vtkUniformGridAMR_GetData__SWIG_0; extern(C) void* function(void* jarg1, int jarg2) vtkUniformGridAMR_GetData__SWIG_1; extern(C) void* function(void* jarg1) vtkUniformGridAMR_GetData__SWIG_2; extern(C) void* function(void* objectRef) vtkUniformGridAMR_Upcast; extern(C) void* function() vtkOverlappingAMR_New; extern(C) int function(const(char)* jarg1) vtkOverlappingAMR_IsTypeOf; extern(C) void* function(void* jarg1) vtkOverlappingAMR_SafeDownCast; extern(C) void* function(void* jarg1) vtkOverlappingAMR_NewInstance; extern(C) void function(void* jarg1, void* jarg2) vtkOverlappingAMR_SetOrigin; extern(C) void* function(void* jarg1) vtkOverlappingAMR_GetOrigin__SWIG_0; extern(C) void function(void* jarg1, uint jarg2, void* jarg3) vtkOverlappingAMR_SetSpacing; extern(C) void function(void* jarg1, uint jarg2, void* jarg3) vtkOverlappingAMR_GetSpacing; extern(C) void function(void* jarg1, uint jarg2, uint jarg3, void* jarg4) vtkOverlappingAMR_SetAMRBox; extern(C) void* function(void* jarg1, uint jarg2, uint jarg3) vtkOverlappingAMR_GetAMRBox; extern(C) void function(void* jarg1, uint jarg2, uint jarg3, void* jarg4) vtkOverlappingAMR_GetBounds__SWIG_0; extern(C) void function(void* jarg1, uint jarg2, uint jarg3, void* jarg4) vtkOverlappingAMR_GetOrigin__SWIG_1; extern(C) void* function() vtkOverlappingAMR_NUMBER_OF_BLANKED_POINTS; extern(C) void function(void* jarg1, uint jarg2, int jarg3) vtkOverlappingAMR_SetRefinementRatio; extern(C) int function(void* jarg1, uint jarg2) vtkOverlappingAMR_GetRefinementRatio__SWIG_0; extern(C) void function(void* jarg1, uint jarg2, uint jarg3, int jarg4) vtkOverlappingAMR_SetAMRBlockSourceIndex; extern(C) int function(void* jarg1, uint jarg2, uint jarg3) vtkOverlappingAMR_GetAMRBlockSourceIndex; extern(C) int function(void* jarg1, void* jarg2) vtkOverlappingAMR_GetRefinementRatio__SWIG_1; extern(C) uint function(void* jarg1) vtkOverlappingAMR_HasChildrenInformation; extern(C) void function(void* jarg1) vtkOverlappingAMR_GenerateParentChildInformation; extern(C) void* function(void* jarg1, uint jarg2, uint jarg3, void* jarg4) vtkOverlappingAMR_GetParents; extern(C) void* function(void* jarg1, uint jarg2, uint jarg3, void* jarg4) vtkOverlappingAMR_GetChildren; extern(C) void function(void* jarg1, uint jarg2, uint jarg3) vtkOverlappingAMR_PrintParentChildInfo; extern(C) void function(void* jarg1, void* jarg2) vtkOverlappingAMR_GetBounds__SWIG_1; extern(C) uint function(void* jarg1, void* jarg2, void* jarg3, void* jarg4) vtkOverlappingAMR_FindGrid; extern(C) void* function(void* jarg1) vtkOverlappingAMR_GetAMRInfo; extern(C) void function(void* jarg1, void* jarg2) vtkOverlappingAMR_SetAMRInfo; extern(C) void function(void* jarg1) vtkOverlappingAMR_Audit; extern(C) void* function(void* objectRef) vtkOverlappingAMR_Upcast; extern(C) void* function() vtkHierarchicalBoxDataSet_New; extern(C) int function(const(char)* jarg1) vtkHierarchicalBoxDataSet_IsTypeOf; extern(C) void* function(void* jarg1) vtkHierarchicalBoxDataSet_SafeDownCast; extern(C) void* function(void* jarg1) vtkHierarchicalBoxDataSet_NewInstance; extern(C) void* function(void* objectRef) vtkHierarchicalBoxDataSet_Upcast; extern(C) int function(const(char)* jarg1) vtkImplicitFunctionCollection_IsTypeOf; extern(C) void* function(void* jarg1) vtkImplicitFunctionCollection_SafeDownCast; extern(C) void* function(void* jarg1) vtkImplicitFunctionCollection_NewInstance; extern(C) void* function() vtkImplicitFunctionCollection_New; extern(C) void function(void* jarg1, void* jarg2) vtkImplicitFunctionCollection_AddItem; extern(C) void* function(void* jarg1) vtkImplicitFunctionCollection_GetNextItem; extern(C) void* function(void* objectRef) vtkImplicitFunctionCollection_Upcast; extern(C) int function(const(char)* jarg1) vtkDataCompressor_IsTypeOf; extern(C) void* function(void* jarg1) vtkDataCompressor_SafeDownCast; extern(C) void* function(void* jarg1) vtkDataCompressor_NewInstance; extern(C) size_t function(void* jarg1, size_t jarg2) vtkDataCompressor_GetMaximumCompressionSpace; extern(C) size_t function(void* jarg1, void* jarg2, size_t jarg3, void* jarg4, size_t jarg5) vtkDataCompressor_Compress__SWIG_0; extern(C) size_t function(void* jarg1, void* jarg2, size_t jarg3, void* jarg4, size_t jarg5) vtkDataCompressor_Uncompress__SWIG_0; extern(C) void* function(void* jarg1, void* jarg2, size_t jarg3) vtkDataCompressor_Compress__SWIG_1; extern(C) void* function(void* jarg1, void* jarg2, size_t jarg3, size_t jarg4) vtkDataCompressor_Uncompress__SWIG_1; extern(C) void* function(void* objectRef) vtkDataCompressor_Upcast; extern(C) int function(const(char)* jarg1) vtkZLibDataCompressor_IsTypeOf; extern(C) void* function(void* jarg1) vtkZLibDataCompressor_SafeDownCast; extern(C) void* function(void* jarg1) vtkZLibDataCompressor_NewInstance; extern(C) void* function() vtkZLibDataCompressor_New; extern(C) void function(void* jarg1, int jarg2) vtkZLibDataCompressor_SetCompressionLevel; extern(C) int function(void* jarg1) vtkZLibDataCompressor_GetCompressionLevelMinValue; extern(C) int function(void* jarg1) vtkZLibDataCompressor_GetCompressionLevelMaxValue; extern(C) int function(void* jarg1) vtkZLibDataCompressor_GetCompressionLevel; extern(C) void* function(void* objectRef) vtkZLibDataCompressor_Upcast; extern(C) void* function() vtkTreeMapView_New; extern(C) int function(const(char)* jarg1) vtkTreeMapView_IsTypeOf; extern(C) void* function(void* jarg1) vtkTreeMapView_SafeDownCast; extern(C) void* function(void* jarg1) vtkTreeMapView_NewInstance; extern(C) void function(void* jarg1, void* jarg2) vtkTreeMapView_SetLayoutStrategy__SWIG_0; extern(C) void function(void* jarg1, const(char)* jarg2) vtkTreeMapView_SetLayoutStrategy__SWIG_1; extern(C) void function(void* jarg1) vtkTreeMapView_SetLayoutStrategyToBox; extern(C) void function(void* jarg1) vtkTreeMapView_SetLayoutStrategyToSliceAndDice; extern(C) void function(void* jarg1) vtkTreeMapView_SetLayoutStrategyToSquarify; extern(C) void function(void* jarg1, int jarg2, int jarg3, int jarg4) vtkTreeMapView_SetFontSizeRange__SWIG_0; extern(C) void function(void* jarg1, int jarg2, int jarg3) vtkTreeMapView_SetFontSizeRange__SWIG_1; extern(C) void function(void* jarg1, void* jarg2) vtkTreeMapView_GetFontSizeRange; extern(C) void* function(void* objectRef) vtkTreeMapView_Upcast; extern(C) int function(const(char)* jarg1) vtkSubGroup_IsTypeOf; extern(C) void* function(void* jarg1) vtkSubGroup_SafeDownCast; extern(C) void* function(void* jarg1) vtkSubGroup_NewInstance; extern(C) void* function() vtkSubGroup_New; extern(C) int function(void* jarg1, int jarg2, int jarg3, int jarg4, int jarg5, void* jarg6) vtkSubGroup_Initialize; extern(C) int function(void* jarg1, void* jarg2, void* jarg3, int jarg4, int jarg5) vtkSubGroup_Gather__SWIG_0; extern(C) int function(void* jarg1, const(char)* jarg2, const(char)* jarg3, int jarg4, int jarg5) vtkSubGroup_Gather__SWIG_1; extern(C) int function(void* jarg1, void* jarg2, void* jarg3, int jarg4, int jarg5) vtkSubGroup_Gather__SWIG_2; extern(C) int function(void* jarg1, void* jarg2, void* jarg3, int jarg4, int jarg5) vtkSubGroup_Gather__SWIG_3; extern(C) int function(void* jarg1, void* jarg2, int jarg3, int jarg4) vtkSubGroup_Broadcast__SWIG_0; extern(C) int function(void* jarg1, void* jarg2, int jarg3, int jarg4) vtkSubGroup_Broadcast__SWIG_1; extern(C) int function(void* jarg1, void* jarg2, int jarg3, int jarg4) vtkSubGroup_Broadcast__SWIG_2; extern(C) int function(void* jarg1, const(char)* jarg2, int jarg3, int jarg4) vtkSubGroup_Broadcast__SWIG_3; extern(C) int function(void* jarg1, void* jarg2, int jarg3, int jarg4) vtkSubGroup_Broadcast__SWIG_4; extern(C) int function(void* jarg1, void* jarg2, void* jarg3, int jarg4, int jarg5) vtkSubGroup_ReduceSum; extern(C) int function(void* jarg1, void* jarg2, void* jarg3, int jarg4, int jarg5) vtkSubGroup_ReduceMax__SWIG_0; extern(C) int function(void* jarg1, void* jarg2, void* jarg3, int jarg4, int jarg5) vtkSubGroup_ReduceMax__SWIG_1; extern(C) int function(void* jarg1, void* jarg2, void* jarg3, int jarg4, int jarg5) vtkSubGroup_ReduceMax__SWIG_2; extern(C) int function(void* jarg1, void* jarg2, void* jarg3, int jarg4, int jarg5) vtkSubGroup_ReduceMin__SWIG_0; extern(C) int function(void* jarg1, void* jarg2, void* jarg3, int jarg4, int jarg5) vtkSubGroup_ReduceMin__SWIG_1; extern(C) int function(void* jarg1, void* jarg2, void* jarg3, int jarg4, int jarg5) vtkSubGroup_ReduceMin__SWIG_2; extern(C) int function(void* jarg1, void* jarg2, int jarg3, void* jarg4) vtkSubGroup_AllReduceUniqueList; extern(C) int function(void* jarg1, void* jarg2, int jarg3, void* jarg4, int jarg5, void* jarg6) vtkSubGroup_MergeSortedUnique; extern(C) void function(void* jarg1, int jarg2, int jarg3) vtkSubGroup_setGatherPattern; extern(C) int function(void* jarg1, int jarg2) vtkSubGroup_getLocalRank; extern(C) int function(void* jarg1) vtkSubGroup_Barrier; extern(C) void function(void* jarg1) vtkSubGroup_PrintSubGroup; extern(C) int function(void* jarg1, int jarg2, void* jarg3) vtkSubGroup_MakeSortedUnique; extern(C) void function(void* jarg1, int jarg2) vtkSubGroup_tag_set; extern(C) int function(void* jarg1) vtkSubGroup_tag_get; extern(C) void* function(void* objectRef) vtkSubGroup_Upcast; extern(C) int function(const(char)* jarg1) vtkPlotStacked_IsTypeOf; extern(C) void* function(void* jarg1) vtkPlotStacked_SafeDownCast; extern(C) void* function(void* jarg1) vtkPlotStacked_NewInstance; extern(C) void* function() vtkPlotStacked_New; extern(C) void function(void* jarg1, ubyte jarg2, ubyte jarg3, ubyte jarg4, ubyte jarg5) vtkPlotStacked_SetColor__SWIG_0; extern(C) void function(void* jarg1, double jarg2, double jarg3, double jarg4) vtkPlotStacked_SetColor__SWIG_1; extern(C) void function(void* jarg1, void* jarg2) vtkPlotStacked_SetColorSeries; extern(C) void* function(void* jarg1) vtkPlotStacked_GetColorSeries; extern(C) void* function() new_vtkPlotStacked; extern(C) void function(void* jarg1) delete_vtkPlotStacked; extern(C) void* function(void* objectRef) vtkPlotStacked_Upcast; extern(C) int function(const(char)* jarg1) vtkArrayIterator_IsTypeOf; extern(C) void* function(void* jarg1) vtkArrayIterator_SafeDownCast; extern(C) void* function(void* jarg1) vtkArrayIterator_NewInstance; extern(C) void function(void* jarg1, void* jarg2) vtkArrayIterator_Initialize; extern(C) int function(void* jarg1) vtkArrayIterator_GetDataType; extern(C) void* function(void* objectRef) vtkArrayIterator_Upcast; extern(C) void* function() vtkBitArrayIterator_New; extern(C) int function(const(char)* jarg1) vtkBitArrayIterator_IsTypeOf; extern(C) void* function(void* jarg1) vtkBitArrayIterator_SafeDownCast; extern(C) void* function(void* jarg1) vtkBitArrayIterator_NewInstance; extern(C) void* function(void* jarg1) vtkBitArrayIterator_GetArray; extern(C) void* function(void* jarg1, long jarg2) vtkBitArrayIterator_GetTuple; extern(C) int function(void* jarg1, long jarg2) vtkBitArrayIterator_GetValue; extern(C) long function(void* jarg1) vtkBitArrayIterator_GetNumberOfTuples; extern(C) long function(void* jarg1) vtkBitArrayIterator_GetNumberOfValues; extern(C) int function(void* jarg1) vtkBitArrayIterator_GetNumberOfComponents; extern(C) int function(void* jarg1) vtkBitArrayIterator_GetDataTypeSize; extern(C) void function(void* jarg1, long jarg2, int jarg3) vtkBitArrayIterator_SetValue; extern(C) void* function(void* objectRef) vtkBitArrayIterator_Upcast; extern(C) void* function() vtkInteractorEventRecorder_New; extern(C) int function(const(char)* jarg1) vtkInteractorEventRecorder_IsTypeOf; extern(C) void* function(void* jarg1) vtkInteractorEventRecorder_SafeDownCast; extern(C) void* function(void* jarg1) vtkInteractorEventRecorder_NewInstance; extern(C) void function(void* jarg1, const(char)* jarg2) vtkInteractorEventRecorder_SetFileName; extern(C) const(char)* function(void* jarg1) vtkInteractorEventRecorder_GetFileName; extern(C) void function(void* jarg1) vtkInteractorEventRecorder_Record; extern(C) void function(void* jarg1) vtkInteractorEventRecorder_Play; extern(C) void function(void* jarg1) vtkInteractorEventRecorder_Stop; extern(C) void function(void* jarg1) vtkInteractorEventRecorder_Rewind; extern(C) void function(void* jarg1, int jarg2) vtkInteractorEventRecorder_SetReadFromInputString; extern(C) int function(void* jarg1) vtkInteractorEventRecorder_GetReadFromInputString; extern(C) void function(void* jarg1) vtkInteractorEventRecorder_ReadFromInputStringOn; extern(C) void function(void* jarg1) vtkInteractorEventRecorder_ReadFromInputStringOff; extern(C) void function(void* jarg1, const(char)* jarg2) vtkInteractorEventRecorder_SetInputString; extern(C) const(char)* function(void* jarg1) vtkInteractorEventRecorder_GetInputString; extern(C) void* function(void* objectRef) vtkInteractorEventRecorder_Upcast; extern(C) void* function() vtkGraphAlgorithm_New; extern(C) int function(const(char)* jarg1) vtkGraphAlgorithm_IsTypeOf; extern(C) void* function(void* jarg1) vtkGraphAlgorithm_SafeDownCast; extern(C) void* function(void* jarg1) vtkGraphAlgorithm_NewInstance; extern(C) void* function(void* jarg1) vtkGraphAlgorithm_GetOutput__SWIG_0; extern(C) void* function(void* jarg1, int jarg2) vtkGraphAlgorithm_GetOutput__SWIG_1; extern(C) void function(void* jarg1, void* jarg2) vtkGraphAlgorithm_SetInputData__SWIG_0; extern(C) void function(void* jarg1, int jarg2, void* jarg3) vtkGraphAlgorithm_SetInputData__SWIG_1; extern(C) void* function(void* objectRef) vtkGraphAlgorithm_Upcast; extern(C) void* function() vtkRandomGraphSource_New; extern(C) int function(const(char)* jarg1) vtkRandomGraphSource_IsTypeOf; extern(C) void* function(void* jarg1) vtkRandomGraphSource_SafeDownCast; extern(C) void* function(void* jarg1) vtkRandomGraphSource_NewInstance; extern(C) int function(void* jarg1) vtkRandomGraphSource_GetNumberOfVertices; extern(C) void function(void* jarg1, int jarg2) vtkRandomGraphSource_SetNumberOfVertices; extern(C) int function(void* jarg1) vtkRandomGraphSource_GetNumberOfVerticesMinValue; extern(C) int function(void* jarg1) vtkRandomGraphSource_GetNumberOfVerticesMaxValue; extern(C) int function(void* jarg1) vtkRandomGraphSource_GetNumberOfEdges; extern(C) void function(void* jarg1, int jarg2) vtkRandomGraphSource_SetNumberOfEdges; extern(C) int function(void* jarg1) vtkRandomGraphSource_GetNumberOfEdgesMinValue; extern(C) int function(void* jarg1) vtkRandomGraphSource_GetNumberOfEdgesMaxValue; extern(C) double function(void* jarg1) vtkRandomGraphSource_GetEdgeProbability; extern(C) void function(void* jarg1, double jarg2) vtkRandomGraphSource_SetEdgeProbability; extern(C) double function(void* jarg1) vtkRandomGraphSource_GetEdgeProbabilityMinValue; extern(C) double function(void* jarg1) vtkRandomGraphSource_GetEdgeProbabilityMaxValue; extern(C) void function(void* jarg1, uint jarg2) vtkRandomGraphSource_SetIncludeEdgeWeights; extern(C) uint function(void* jarg1) vtkRandomGraphSource_GetIncludeEdgeWeights; extern(C) void function(void* jarg1) vtkRandomGraphSource_IncludeEdgeWeightsOn; extern(C) void function(void* jarg1) vtkRandomGraphSource_IncludeEdgeWeightsOff; extern(C) void function(void* jarg1, const(char)* jarg2) vtkRandomGraphSource_SetEdgeWeightArrayName; extern(C) const(char)* function(void* jarg1) vtkRandomGraphSource_GetEdgeWeightArrayName; extern(C) void function(void* jarg1, uint jarg2) vtkRandomGraphSource_SetDirected; extern(C) uint function(void* jarg1) vtkRandomGraphSource_GetDirected; extern(C) void function(void* jarg1) vtkRandomGraphSource_DirectedOn; extern(C) void function(void* jarg1) vtkRandomGraphSource_DirectedOff; extern(C) void function(void* jarg1, uint jarg2) vtkRandomGraphSource_SetUseEdgeProbability; extern(C) uint function(void* jarg1) vtkRandomGraphSource_GetUseEdgeProbability; extern(C) void function(void* jarg1) vtkRandomGraphSource_UseEdgeProbabilityOn; extern(C) void function(void* jarg1) vtkRandomGraphSource_UseEdgeProbabilityOff; extern(C) void function(void* jarg1, uint jarg2) vtkRandomGraphSource_SetStartWithTree; extern(C) uint function(void* jarg1) vtkRandomGraphSource_GetStartWithTree; extern(C) void function(void* jarg1) vtkRandomGraphSource_StartWithTreeOn; extern(C) void function(void* jarg1) vtkRandomGraphSource_StartWithTreeOff; extern(C) void function(void* jarg1, uint jarg2) vtkRandomGraphSource_SetAllowSelfLoops; extern(C) uint function(void* jarg1) vtkRandomGraphSource_GetAllowSelfLoops; extern(C) void function(void* jarg1) vtkRandomGraphSource_AllowSelfLoopsOn; extern(C) void function(void* jarg1) vtkRandomGraphSource_AllowSelfLoopsOff; extern(C) void function(void* jarg1, uint jarg2) vtkRandomGraphSource_SetAllowParallelEdges; extern(C) uint function(void* jarg1) vtkRandomGraphSource_GetAllowParallelEdges; extern(C) void function(void* jarg1) vtkRandomGraphSource_AllowParallelEdgesOn; extern(C) void function(void* jarg1) vtkRandomGraphSource_AllowParallelEdgesOff; extern(C) void function(void* jarg1, uint jarg2) vtkRandomGraphSource_SetGeneratePedigreeIds; extern(C) uint function(void* jarg1) vtkRandomGraphSource_GetGeneratePedigreeIds; extern(C) void function(void* jarg1) vtkRandomGraphSource_GeneratePedigreeIdsOn; extern(C) void function(void* jarg1) vtkRandomGraphSource_GeneratePedigreeIdsOff; extern(C) void function(void* jarg1, const(char)* jarg2) vtkRandomGraphSource_SetVertexPedigreeIdArrayName; extern(C) const(char)* function(void* jarg1) vtkRandomGraphSource_GetVertexPedigreeIdArrayName; extern(C) void function(void* jarg1, const(char)* jarg2) vtkRandomGraphSource_SetEdgePedigreeIdArrayName; extern(C) const(char)* function(void* jarg1) vtkRandomGraphSource_GetEdgePedigreeIdArrayName; extern(C) void function(void* jarg1, int jarg2) vtkRandomGraphSource_SetSeed; extern(C) int function(void* jarg1) vtkRandomGraphSource_GetSeed; extern(C) void* function(void* objectRef) vtkRandomGraphSource_Upcast; extern(C) void* function() vtkGeoRandomGraphSource_New; extern(C) int function(const(char)* jarg1) vtkGeoRandomGraphSource_IsTypeOf; extern(C) void* function(void* jarg1) vtkGeoRandomGraphSource_SafeDownCast; extern(C) void* function(void* jarg1) vtkGeoRandomGraphSource_NewInstance; extern(C) void* function(void* objectRef) vtkGeoRandomGraphSource_Upcast; extern(C) void* function() vtkImageAccumulate_New; extern(C) int function(const(char)* jarg1) vtkImageAccumulate_IsTypeOf; extern(C) void* function(void* jarg1) vtkImageAccumulate_SafeDownCast; extern(C) void* function(void* jarg1) vtkImageAccumulate_NewInstance; extern(C) void function(void* jarg1, double jarg2, double jarg3, double jarg4) vtkImageAccumulate_SetComponentSpacing__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkImageAccumulate_SetComponentSpacing__SWIG_1; extern(C) void* function(void* jarg1) vtkImageAccumulate_GetComponentSpacing__SWIG_0; extern(C) void function(void* jarg1, void* jarg2, void* jarg3, void* jarg4) vtkImageAccumulate_GetComponentSpacing__SWIG_1; extern(C) void function(void* jarg1, void* jarg2) vtkImageAccumulate_GetComponentSpacing__SWIG_2; extern(C) void function(void* jarg1, double jarg2, double jarg3, double jarg4) vtkImageAccumulate_SetComponentOrigin__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkImageAccumulate_SetComponentOrigin__SWIG_1; extern(C) void* function(void* jarg1) vtkImageAccumulate_GetComponentOrigin__SWIG_0; extern(C) void function(void* jarg1, void* jarg2, void* jarg3, void* jarg4) vtkImageAccumulate_GetComponentOrigin__SWIG_1; extern(C) void function(void* jarg1, void* jarg2) vtkImageAccumulate_GetComponentOrigin__SWIG_2; extern(C) void function(void* jarg1, void* jarg2) vtkImageAccumulate_SetComponentExtent__SWIG_0; extern(C) void function(void* jarg1, int jarg2, int jarg3, int jarg4, int jarg5, int jarg6, int jarg7) vtkImageAccumulate_SetComponentExtent__SWIG_1; extern(C) void function(void* jarg1, void* jarg2) vtkImageAccumulate_GetComponentExtent__SWIG_0; extern(C) void* function(void* jarg1) vtkImageAccumulate_GetComponentExtent__SWIG_1; extern(C) void function(void* jarg1, void* jarg2) vtkImageAccumulate_SetStencilData; extern(C) void* function(void* jarg1) vtkImageAccumulate_GetStencil; extern(C) void function(void* jarg1, int jarg2) vtkImageAccumulate_SetReverseStencil; extern(C) int function(void* jarg1) vtkImageAccumulate_GetReverseStencilMinValue; extern(C) int function(void* jarg1) vtkImageAccumulate_GetReverseStencilMaxValue; extern(C) void function(void* jarg1) vtkImageAccumulate_ReverseStencilOn; extern(C) void function(void* jarg1) vtkImageAccumulate_ReverseStencilOff; extern(C) int function(void* jarg1) vtkImageAccumulate_GetReverseStencil; extern(C) void* function(void* jarg1) vtkImageAccumulate_GetMin__SWIG_0; extern(C) void function(void* jarg1, void* jarg2, void* jarg3, void* jarg4) vtkImageAccumulate_GetMin__SWIG_1; extern(C) void function(void* jarg1, void* jarg2) vtkImageAccumulate_GetMin__SWIG_2; extern(C) void* function(void* jarg1) vtkImageAccumulate_GetMax__SWIG_0; extern(C) void function(void* jarg1, void* jarg2, void* jarg3, void* jarg4) vtkImageAccumulate_GetMax__SWIG_1; extern(C) void function(void* jarg1, void* jarg2) vtkImageAccumulate_GetMax__SWIG_2; extern(C) void* function(void* jarg1) vtkImageAccumulate_GetMean__SWIG_0; extern(C) void function(void* jarg1, void* jarg2, void* jarg3, void* jarg4) vtkImageAccumulate_GetMean__SWIG_1; extern(C) void function(void* jarg1, void* jarg2) vtkImageAccumulate_GetMean__SWIG_2; extern(C) void* function(void* jarg1) vtkImageAccumulate_GetStandardDeviation__SWIG_0; extern(C) void function(void* jarg1, void* jarg2, void* jarg3, void* jarg4) vtkImageAccumulate_GetStandardDeviation__SWIG_1; extern(C) void function(void* jarg1, void* jarg2) vtkImageAccumulate_GetStandardDeviation__SWIG_2; extern(C) long function(void* jarg1) vtkImageAccumulate_GetVoxelCount; extern(C) void function(void* jarg1, int jarg2) vtkImageAccumulate_SetIgnoreZero; extern(C) int function(void* jarg1) vtkImageAccumulate_GetIgnoreZeroMinValue; extern(C) int function(void* jarg1) vtkImageAccumulate_GetIgnoreZeroMaxValue; extern(C) int function(void* jarg1) vtkImageAccumulate_GetIgnoreZero; extern(C) void function(void* jarg1) vtkImageAccumulate_IgnoreZeroOn; extern(C) void function(void* jarg1) vtkImageAccumulate_IgnoreZeroOff; extern(C) void* function(void* objectRef) vtkImageAccumulate_Upcast; extern(C) void function(void* jarg1, void* jarg2) vtkRayCastRayInfo_Origin_set; extern(C) void* function(void* jarg1) vtkRayCastRayInfo_Origin_get; extern(C) void function(void* jarg1, void* jarg2) vtkRayCastRayInfo_Direction_set; extern(C) void* function(void* jarg1) vtkRayCastRayInfo_Direction_get; extern(C) void function(void* jarg1, void* jarg2) vtkRayCastRayInfo_Pixel_set; extern(C) void* function(void* jarg1) vtkRayCastRayInfo_Pixel_get; extern(C) void function(void* jarg1, void* jarg2) vtkRayCastRayInfo_CameraPosition_set; extern(C) void* function(void* jarg1) vtkRayCastRayInfo_CameraPosition_get; extern(C) void function(void* jarg1, void* jarg2) vtkRayCastRayInfo_ImageSize_set; extern(C) void* function(void* jarg1) vtkRayCastRayInfo_ImageSize_get; extern(C) void function(void* jarg1, float jarg2) vtkRayCastRayInfo_NearClip_set; extern(C) float function(void* jarg1) vtkRayCastRayInfo_NearClip_get; extern(C) void function(void* jarg1, float jarg2) vtkRayCastRayInfo_FarClip_set; extern(C) float function(void* jarg1) vtkRayCastRayInfo_FarClip_get; extern(C) void function(void* jarg1, void* jarg2) vtkRayCastRayInfo_Color_set; extern(C) void* function(void* jarg1) vtkRayCastRayInfo_Color_get; extern(C) void function(void* jarg1, float jarg2) vtkRayCastRayInfo_Depth_set; extern(C) float function(void* jarg1) vtkRayCastRayInfo_Depth_get; extern(C) void function(void* jarg1, void* jarg2) vtkRayCastRayInfo_TransformedStart_set; extern(C) void* function(void* jarg1) vtkRayCastRayInfo_TransformedStart_get; extern(C) void function(void* jarg1, void* jarg2) vtkRayCastRayInfo_TransformedEnd_set; extern(C) void* function(void* jarg1) vtkRayCastRayInfo_TransformedEnd_get; extern(C) void function(void* jarg1, void* jarg2) vtkRayCastRayInfo_TransformedDirection_set; extern(C) void* function(void* jarg1) vtkRayCastRayInfo_TransformedDirection_get; extern(C) void function(void* jarg1, void* jarg2) vtkRayCastRayInfo_TransformedIncrement_set; extern(C) void* function(void* jarg1) vtkRayCastRayInfo_TransformedIncrement_get; extern(C) void function(void* jarg1, int jarg2) vtkRayCastRayInfo_NumberOfStepsToTake_set; extern(C) int function(void* jarg1) vtkRayCastRayInfo_NumberOfStepsToTake_get; extern(C) void function(void* jarg1, int jarg2) vtkRayCastRayInfo_NumberOfStepsTaken_set; extern(C) int function(void* jarg1) vtkRayCastRayInfo_NumberOfStepsTaken_get; extern(C) void* function() new_vtkRayCastRayInfo; extern(C) void function(void* jarg1) delete_vtkRayCastRayInfo; extern(C) int function(const(char)* jarg1) vtkNonLinearCell_IsTypeOf; extern(C) void* function(void* jarg1) vtkNonLinearCell_SafeDownCast; extern(C) void* function(void* jarg1) vtkNonLinearCell_NewInstance; extern(C) void* function(void* objectRef) vtkNonLinearCell_Upcast; extern(C) void* function() vtkQuadraticEdge_New; extern(C) int function(const(char)* jarg1) vtkQuadraticEdge_IsTypeOf; extern(C) void* function(void* jarg1) vtkQuadraticEdge_SafeDownCast; extern(C) void* function(void* jarg1) vtkQuadraticEdge_NewInstance; extern(C) void function(void* jarg1, void* jarg2) vtkQuadraticEdge_InterpolationFunctions; extern(C) void function(void* jarg1, void* jarg2) vtkQuadraticEdge_InterpolationDerivs; extern(C) void* function(void* objectRef) vtkQuadraticEdge_Upcast; extern(C) void* function() vtkAttributeClustering2DLayoutStrategy_New; extern(C) int function(const(char)* jarg1) vtkAttributeClustering2DLayoutStrategy_IsTypeOf; extern(C) void* function(void* jarg1) vtkAttributeClustering2DLayoutStrategy_SafeDownCast; extern(C) void* function(void* jarg1) vtkAttributeClustering2DLayoutStrategy_NewInstance; extern(C) const(char)* function(void* jarg1) vtkAttributeClustering2DLayoutStrategy_GetVertexAttribute; extern(C) void function(void* jarg1, const(char)* jarg2) vtkAttributeClustering2DLayoutStrategy_SetVertexAttribute; extern(C) void function(void* jarg1, int jarg2) vtkAttributeClustering2DLayoutStrategy_SetRandomSeed; extern(C) int function(void* jarg1) vtkAttributeClustering2DLayoutStrategy_GetRandomSeedMinValue; extern(C) int function(void* jarg1) vtkAttributeClustering2DLayoutStrategy_GetRandomSeedMaxValue; extern(C) int function(void* jarg1) vtkAttributeClustering2DLayoutStrategy_GetRandomSeed; extern(C) void function(void* jarg1, int jarg2) vtkAttributeClustering2DLayoutStrategy_SetMaxNumberOfIterations; extern(C) int function(void* jarg1) vtkAttributeClustering2DLayoutStrategy_GetMaxNumberOfIterationsMinValue; extern(C) int function(void* jarg1) vtkAttributeClustering2DLayoutStrategy_GetMaxNumberOfIterationsMaxValue; extern(C) int function(void* jarg1) vtkAttributeClustering2DLayoutStrategy_GetMaxNumberOfIterations; extern(C) void function(void* jarg1, int jarg2) vtkAttributeClustering2DLayoutStrategy_SetIterationsPerLayout; extern(C) int function(void* jarg1) vtkAttributeClustering2DLayoutStrategy_GetIterationsPerLayoutMinValue; extern(C) int function(void* jarg1) vtkAttributeClustering2DLayoutStrategy_GetIterationsPerLayoutMaxValue; extern(C) int function(void* jarg1) vtkAttributeClustering2DLayoutStrategy_GetIterationsPerLayout; extern(C) void function(void* jarg1, float jarg2) vtkAttributeClustering2DLayoutStrategy_SetInitialTemperature; extern(C) float function(void* jarg1) vtkAttributeClustering2DLayoutStrategy_GetInitialTemperatureMinValue; extern(C) float function(void* jarg1) vtkAttributeClustering2DLayoutStrategy_GetInitialTemperatureMaxValue; extern(C) float function(void* jarg1) vtkAttributeClustering2DLayoutStrategy_GetInitialTemperature; extern(C) void function(void* jarg1, double jarg2) vtkAttributeClustering2DLayoutStrategy_SetCoolDownRate; extern(C) double function(void* jarg1) vtkAttributeClustering2DLayoutStrategy_GetCoolDownRateMinValue; extern(C) double function(void* jarg1) vtkAttributeClustering2DLayoutStrategy_GetCoolDownRateMaxValue; extern(C) double function(void* jarg1) vtkAttributeClustering2DLayoutStrategy_GetCoolDownRate; extern(C) void function(void* jarg1, float jarg2) vtkAttributeClustering2DLayoutStrategy_SetRestDistance; extern(C) float function(void* jarg1) vtkAttributeClustering2DLayoutStrategy_GetRestDistance; extern(C) void* function(void* objectRef) vtkAttributeClustering2DLayoutStrategy_Upcast; extern(C) int function(const(char)* jarg1) vtkBoxClipDataSet_IsTypeOf; extern(C) void* function(void* jarg1) vtkBoxClipDataSet_SafeDownCast; extern(C) void* function(void* jarg1) vtkBoxClipDataSet_NewInstance; extern(C) void* function() vtkBoxClipDataSet_New; extern(C) void function(void* jarg1, double jarg2, double jarg3, double jarg4, double jarg5, double jarg6, double jarg7) vtkBoxClipDataSet_SetBoxClip__SWIG_0; extern(C) void function(void* jarg1, void* jarg2, void* jarg3, void* jarg4, void* jarg5, void* jarg6, void* jarg7, void* jarg8, void* jarg9, void* jarg10, void* jarg11, void* jarg12, void* jarg13) vtkBoxClipDataSet_SetBoxClip__SWIG_1; extern(C) void function(void* jarg1, int jarg2) vtkBoxClipDataSet_SetGenerateClipScalars; extern(C) int function(void* jarg1) vtkBoxClipDataSet_GetGenerateClipScalars; extern(C) void function(void* jarg1) vtkBoxClipDataSet_GenerateClipScalarsOn; extern(C) void function(void* jarg1) vtkBoxClipDataSet_GenerateClipScalarsOff; extern(C) void function(void* jarg1, int jarg2) vtkBoxClipDataSet_SetGenerateClippedOutput; extern(C) int function(void* jarg1) vtkBoxClipDataSet_GetGenerateClippedOutput; extern(C) void function(void* jarg1) vtkBoxClipDataSet_GenerateClippedOutputOn; extern(C) void function(void* jarg1) vtkBoxClipDataSet_GenerateClippedOutputOff; extern(C) void* function(void* jarg1) vtkBoxClipDataSet_GetClippedOutput; extern(C) int function(void* jarg1) vtkBoxClipDataSet_GetNumberOfOutputs; extern(C) void function(void* jarg1, void* jarg2) vtkBoxClipDataSet_SetLocator; extern(C) void* function(void* jarg1) vtkBoxClipDataSet_GetLocator; extern(C) void function(void* jarg1) vtkBoxClipDataSet_CreateDefaultLocator; extern(C) uint function(void* jarg1) vtkBoxClipDataSet_GetOrientation; extern(C) void function(void* jarg1, uint jarg2) vtkBoxClipDataSet_SetOrientation; extern(C) void function(void* jarg1, long jarg2, long jarg3, long jarg4, double jarg5) vtkBoxClipDataSet_InterpolateEdge; extern(C) void function(void* jarg1, void* jarg2, void* jarg3, void* jarg4) vtkBoxClipDataSet_MinEdgeF; extern(C) void function(void* jarg1, void* jarg2, void* jarg3, void* jarg4) vtkBoxClipDataSet_PyramidToTetra; extern(C) void function(void* jarg1, void* jarg2, void* jarg3, void* jarg4) vtkBoxClipDataSet_WedgeToTetra; extern(C) void function(void* jarg1, long jarg2, long jarg3, void* jarg4, void* jarg5) vtkBoxClipDataSet_CellGrid; extern(C) void function(void* jarg1, long jarg2, void* jarg3, void* jarg4) vtkBoxClipDataSet_CreateTetra; extern(C) void function(void* jarg1, void* jarg2, void* jarg3, void* jarg4, void* jarg5, void* jarg6, void* jarg7, void* jarg8, long jarg9, void* jarg10) vtkBoxClipDataSet_ClipBox; extern(C) void function(void* jarg1, void* jarg2, void* jarg3, void* jarg4, void* jarg5, void* jarg6, void* jarg7, void* jarg8, long jarg9, void* jarg10) vtkBoxClipDataSet_ClipHexahedron; extern(C) void function(void* jarg1, void* jarg2, void* jarg3, void* jarg4, void* jarg5, void* jarg6, void* jarg7, void* jarg8, long jarg9, void* jarg10) vtkBoxClipDataSet_ClipBoxInOut; extern(C) void function(void* jarg1, void* jarg2, void* jarg3, void* jarg4, void* jarg5, void* jarg6, void* jarg7, void* jarg8, long jarg9, void* jarg10) vtkBoxClipDataSet_ClipHexahedronInOut; extern(C) void function(void* jarg1, void* jarg2, void* jarg3, void* jarg4, void* jarg5, void* jarg6, void* jarg7, void* jarg8, long jarg9, void* jarg10) vtkBoxClipDataSet_ClipBox2D; extern(C) void function(void* jarg1, void* jarg2, void* jarg3, void* jarg4, void* jarg5, void* jarg6, void* jarg7, void* jarg8, long jarg9, void* jarg10) vtkBoxClipDataSet_ClipBoxInOut2D; extern(C) void function(void* jarg1, void* jarg2, void* jarg3, void* jarg4, void* jarg5, void* jarg6, void* jarg7, void* jarg8, long jarg9, void* jarg10) vtkBoxClipDataSet_ClipHexahedron2D; extern(C) void function(void* jarg1, void* jarg2, void* jarg3, void* jarg4, void* jarg5, void* jarg6, void* jarg7, void* jarg8, long jarg9, void* jarg10) vtkBoxClipDataSet_ClipHexahedronInOut2D; extern(C) void function(void* jarg1, void* jarg2, void* jarg3, void* jarg4, void* jarg5, void* jarg6, void* jarg7, void* jarg8, long jarg9, void* jarg10) vtkBoxClipDataSet_ClipBox1D; extern(C) void function(void* jarg1, void* jarg2, void* jarg3, void* jarg4, void* jarg5, void* jarg6, void* jarg7, void* jarg8, long jarg9, void* jarg10) vtkBoxClipDataSet_ClipBoxInOut1D; extern(C) void function(void* jarg1, void* jarg2, void* jarg3, void* jarg4, void* jarg5, void* jarg6, void* jarg7, void* jarg8, long jarg9, void* jarg10) vtkBoxClipDataSet_ClipHexahedron1D; extern(C) void function(void* jarg1, void* jarg2, void* jarg3, void* jarg4, void* jarg5, void* jarg6, void* jarg7, void* jarg8, long jarg9, void* jarg10) vtkBoxClipDataSet_ClipHexahedronInOut1D; extern(C) void function(void* jarg1, void* jarg2, void* jarg3, void* jarg4, void* jarg5, void* jarg6, void* jarg7, long jarg8, void* jarg9) vtkBoxClipDataSet_ClipBox0D; extern(C) void function(void* jarg1, void* jarg2, void* jarg3, void* jarg4, void* jarg5, void* jarg6, void* jarg7, long jarg8, void* jarg9) vtkBoxClipDataSet_ClipBoxInOut0D; extern(C) void function(void* jarg1, void* jarg2, void* jarg3, void* jarg4, void* jarg5, void* jarg6, void* jarg7, long jarg8, void* jarg9) vtkBoxClipDataSet_ClipHexahedron0D; extern(C) void function(void* jarg1, void* jarg2, void* jarg3, void* jarg4, void* jarg5, void* jarg6, void* jarg7, long jarg8, void* jarg9) vtkBoxClipDataSet_ClipHexahedronInOut0D; extern(C) void* function(void* objectRef) vtkBoxClipDataSet_Upcast; extern(C) void* function() vtkPolygon_New; extern(C) int function(const(char)* jarg1) vtkPolygon_IsTypeOf; extern(C) void* function(void* jarg1) vtkPolygon_SafeDownCast; extern(C) void* function(void* jarg1) vtkPolygon_NewInstance; extern(C) int function(void* jarg1, int jarg2, void* jarg3, void* jarg4) vtkPolygon_Triangulate__SWIG_0; extern(C) double function(void* jarg1) vtkPolygon_ComputeArea__SWIG_0; extern(C) void function(void* jarg1, void* jarg2, void* jarg3) vtkPolygon_InterpolateFunctions; extern(C) void function(void* jarg1, void* jarg2, void* jarg3) vtkPolygon_InterpolateDerivs; extern(C) void function(void* jarg1, int jarg2, void* jarg3, void* jarg4) vtkPolygon_ComputeNormal__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkPolygon_ComputeNormal__SWIG_1; extern(C) void function(void* jarg1, void* jarg2, void* jarg3) vtkPolygon_ComputeNormal__SWIG_2; extern(C) void function(int jarg1, void* jarg2, void* jarg3) vtkPolygon_ComputeNormal__SWIG_3; extern(C) void function(void* jarg1, void* jarg2, void* jarg3) vtkPolygon_ComputeCentroid; extern(C) double function(void* jarg1, long jarg2, void* jarg3, void* jarg4) vtkPolygon_ComputeArea__SWIG_1; extern(C) int function(void* jarg1, void* jarg2, void* jarg3, void* jarg4, void* jarg5, void* jarg6, void* jarg7) vtkPolygon_ParameterizePolygon; extern(C) int function(void* jarg1, int jarg2, void* jarg3, void* jarg4, void* jarg5) vtkPolygon_PointInPolygon; extern(C) int function(void* jarg1, void* jarg2) vtkPolygon_Triangulate__SWIG_1; extern(C) int function(void* jarg1, void* jarg2) vtkPolygon_NonDegenerateTriangulate; extern(C) double function(void* jarg1, int jarg2, void* jarg3, void* jarg4, void* jarg5) vtkPolygon_DistanceToPolygon; extern(C) int function(int jarg1, void* jarg2, void* jarg3, int jarg4, void* jarg5, void* jarg6, double jarg7, void* jarg8) vtkPolygon_IntersectPolygonWithPolygon; extern(C) int function(void* jarg1, void* jarg2, double jarg3, void* jarg4, void* jarg5) vtkPolygon_IntersectConvex2DCells; extern(C) uint function(void* jarg1) vtkPolygon_GetUseMVCInterpolation; extern(C) void function(void* jarg1, uint jarg2) vtkPolygon_SetUseMVCInterpolation; extern(C) void* function(void* objectRef) vtkPolygon_Upcast; extern(C) int function(const(char)* jarg1) vtkExecutive_IsTypeOf; extern(C) void* function(void* jarg1) vtkExecutive_SafeDownCast; extern(C) void* function(void* jarg1) vtkExecutive_NewInstance; extern(C) void* function(void* jarg1) vtkExecutive_GetAlgorithm; extern(C) int function(void* jarg1, void* jarg2, void* jarg3, void* jarg4) vtkExecutive_ProcessRequest; extern(C) int function(void* jarg1, void* jarg2, void* jarg3, void* jarg4, int jarg5, void* jarg6) vtkExecutive_ComputePipelineMTime; extern(C) int function(void* jarg1) vtkExecutive_UpdateInformation; extern(C) int function(void* jarg1) vtkExecutive_Update__SWIG_0; extern(C) int function(void* jarg1, int jarg2) vtkExecutive_Update__SWIG_1; extern(C) int function(void* jarg1) vtkExecutive_GetNumberOfInputPorts; extern(C) int function(void* jarg1) vtkExecutive_GetNumberOfOutputPorts; extern(C) int function(void* jarg1, int jarg2) vtkExecutive_GetNumberOfInputConnections; extern(C) void* function(void* jarg1, int jarg2) vtkExecutive_GetOutputInformation__SWIG_0; extern(C) void* function(void* jarg1) vtkExecutive_GetOutputInformation__SWIG_1; extern(C) void* function(void* jarg1, int jarg2, int jarg3) vtkExecutive_GetInputInformation__SWIG_0; extern(C) void* function(void* jarg1, int jarg2) vtkExecutive_GetInputInformation__SWIG_1; extern(C) void* function(void* jarg1) vtkExecutive_GetInputInformation__SWIG_2; extern(C) void* function(void* jarg1, int jarg2, int jarg3) vtkExecutive_GetInputExecutive; extern(C) void* function(void* jarg1, int jarg2) vtkExecutive_GetOutputData; extern(C) void function(void* jarg1, int jarg2, void* jarg3, void* jarg4) vtkExecutive_SetOutputData__SWIG_0; extern(C) void function(void* jarg1, int jarg2, void* jarg3) vtkExecutive_SetOutputData__SWIG_1; extern(C) void* function(void* jarg1, int jarg2, int jarg3) vtkExecutive_GetInputData__SWIG_0; extern(C) void* function(void* jarg1, int jarg2, int jarg3, void* jarg4) vtkExecutive_GetInputData__SWIG_1; extern(C) void function(void* jarg1, void* jarg2) vtkExecutive_SetSharedInputInformation; extern(C) void function(void* jarg1, void* jarg2) vtkExecutive_SetSharedOutputInformation; extern(C) void* function() vtkExecutive_PRODUCER; extern(C) void* function() vtkExecutive_CONSUMERS; extern(C) void* function() vtkExecutive_FROM_OUTPUT_PORT; extern(C) void* function() vtkExecutive_ALGORITHM_BEFORE_FORWARD; extern(C) void* function() vtkExecutive_ALGORITHM_AFTER_FORWARD; extern(C) void* function() vtkExecutive_ALGORITHM_DIRECTION; extern(C) void* function() vtkExecutive_FORWARD_DIRECTION; extern(C) void* function() vtkExecutive_KEYS_TO_COPY; extern(C) int function(void* jarg1, void* jarg2, int jarg3, void* jarg4, void* jarg5) vtkExecutive_CallAlgorithm; extern(C) void* function(void* objectRef) vtkExecutive_Upcast; extern(C) void* function() vtkDemandDrivenPipeline_New; extern(C) int function(const(char)* jarg1) vtkDemandDrivenPipeline_IsTypeOf; extern(C) void* function(void* jarg1) vtkDemandDrivenPipeline_SafeDownCast; extern(C) void* function(void* jarg1) vtkDemandDrivenPipeline_NewInstance; extern(C) int function(void* jarg1) vtkDemandDrivenPipeline_Update__SWIG_0; extern(C) int function(void* jarg1, int jarg2) vtkDemandDrivenPipeline_Update__SWIG_1; extern(C) core.stdc.config.c_ulong function(void* jarg1) vtkDemandDrivenPipeline_GetPipelineMTime; extern(C) int function(void* jarg1, int jarg2, int jarg3) vtkDemandDrivenPipeline_SetReleaseDataFlag; extern(C) int function(void* jarg1, int jarg2) vtkDemandDrivenPipeline_GetReleaseDataFlag; extern(C) int function(void* jarg1) vtkDemandDrivenPipeline_UpdatePipelineMTime; extern(C) int function(void* jarg1) vtkDemandDrivenPipeline_UpdateDataObject; extern(C) int function(void* jarg1, int jarg2) vtkDemandDrivenPipeline_UpdateData; extern(C) void* function() vtkDemandDrivenPipeline_REQUEST_DATA_OBJECT; extern(C) void* function() vtkDemandDrivenPipeline_REQUEST_INFORMATION; extern(C) void* function() vtkDemandDrivenPipeline_REQUEST_DATA; extern(C) void* function() vtkDemandDrivenPipeline_REQUEST_DATA_NOT_GENERATED; extern(C) void* function() vtkDemandDrivenPipeline_RELEASE_DATA; extern(C) void* function() vtkDemandDrivenPipeline_DATA_NOT_GENERATED; extern(C) void* function(const(char)* jarg1) vtkDemandDrivenPipeline_NewDataObject; extern(C) void* function() vtkDemandDrivenPipeline_REQUEST_REGENERATE_INFORMATION; extern(C) void* function(void* objectRef) vtkDemandDrivenPipeline_Upcast; extern(C) int function() VTK_UPDATE_EXTENT_COMBINE_get; extern(C) int function() VTK_UPDATE_EXTENT_REPLACE_get; extern(C) void* function() vtkStreamingDemandDrivenPipeline_New; extern(C) int function(const(char)* jarg1) vtkStreamingDemandDrivenPipeline_IsTypeOf; extern(C) void* function(void* jarg1) vtkStreamingDemandDrivenPipeline_SafeDownCast; extern(C) void* function(void* jarg1) vtkStreamingDemandDrivenPipeline_NewInstance; extern(C) int function(void* jarg1) vtkStreamingDemandDrivenPipeline_Update__SWIG_0; extern(C) int function(void* jarg1, int jarg2) vtkStreamingDemandDrivenPipeline_Update__SWIG_1; extern(C) int function(void* jarg1) vtkStreamingDemandDrivenPipeline_UpdateWholeExtent; extern(C) int function(void* jarg1, int jarg2) vtkStreamingDemandDrivenPipeline_PropagateUpdateExtent; extern(C) int function(void* jarg1, int jarg2) vtkStreamingDemandDrivenPipeline_PropagateTime; extern(C) int function(void* jarg1, int jarg2) vtkStreamingDemandDrivenPipeline_UpdateTimeDependentInformation; extern(C) int function(void* jarg1, int jarg2, int jarg3) vtkStreamingDemandDrivenPipeline_SetMaximumNumberOfPieces__SWIG_0; extern(C) int function(void* jarg1, int jarg2) vtkStreamingDemandDrivenPipeline_SetMaximumNumberOfPieces__SWIG_1; extern(C) int function(void* jarg1, int jarg2) vtkStreamingDemandDrivenPipeline_GetMaximumNumberOfPieces__SWIG_0; extern(C) int function(void* jarg1) vtkStreamingDemandDrivenPipeline_GetMaximumNumberOfPieces__SWIG_1; extern(C) int function(void* jarg1, void* jarg2) vtkStreamingDemandDrivenPipeline_SetWholeExtent; extern(C) void function(void* jarg1, void* jarg2) vtkStreamingDemandDrivenPipeline_GetWholeExtent__SWIG_0; extern(C) void* function(void* jarg1) vtkStreamingDemandDrivenPipeline_GetWholeExtent__SWIG_1; extern(C) int function(void* jarg1, int jarg2) vtkStreamingDemandDrivenPipeline_SetUpdateExtentToWholeExtent__SWIG_0; extern(C) int function(void* jarg1) vtkStreamingDemandDrivenPipeline_SetUpdateExtentToWholeExtent__SWIG_1; extern(C) int function(void* jarg1, int jarg2, void* jarg3) vtkStreamingDemandDrivenPipeline_SetUpdateExtent__SWIG_0; extern(C) int function(void* jarg1, int jarg2, int jarg3, int jarg4, int jarg5, int jarg6, int jarg7, int jarg8) vtkStreamingDemandDrivenPipeline_SetUpdateExtent__SWIG_1; extern(C) int function(void* jarg1, void* jarg2) vtkStreamingDemandDrivenPipeline_SetUpdateExtent__SWIG_2; extern(C) void function(void* jarg1, void* jarg2) vtkStreamingDemandDrivenPipeline_GetUpdateExtent__SWIG_0; extern(C) void* function(void* jarg1) vtkStreamingDemandDrivenPipeline_GetUpdateExtent__SWIG_1; extern(C) int function(void* jarg1, int jarg2, int jarg3, int jarg4, int jarg5) vtkStreamingDemandDrivenPipeline_SetUpdateExtent__SWIG_3; extern(C) int function(void* jarg1, int jarg2, int jarg3, int jarg4) vtkStreamingDemandDrivenPipeline_SetUpdateExtent__SWIG_4; extern(C) int function(void* jarg1, int jarg2) vtkStreamingDemandDrivenPipeline_SetUpdatePiece; extern(C) int function(void* jarg1) vtkStreamingDemandDrivenPipeline_GetUpdatePiece; extern(C) int function(void* jarg1, int jarg2) vtkStreamingDemandDrivenPipeline_SetUpdateNumberOfPieces; extern(C) int function(void* jarg1) vtkStreamingDemandDrivenPipeline_GetUpdateNumberOfPieces; extern(C) int function(void* jarg1, int jarg2) vtkStreamingDemandDrivenPipeline_SetUpdateGhostLevel; extern(C) int function(void* jarg1) vtkStreamingDemandDrivenPipeline_GetUpdateGhostLevel; extern(C) int function(void* jarg1, int jarg2, double jarg3) vtkStreamingDemandDrivenPipeline_SetUpdateResolution__SWIG_0; extern(C) int function(void* jarg1, void* jarg2, double jarg3) vtkStreamingDemandDrivenPipeline_SetUpdateResolution__SWIG_1; extern(C) double function(void* jarg1, void* jarg2) vtkStreamingDemandDrivenPipeline_GetUpdateResolution; extern(C) int function(void* jarg1, int jarg2, double jarg3) vtkStreamingDemandDrivenPipeline_SetUpdateTimeStep__SWIG_0; extern(C) int function(void* jarg1, double jarg2) vtkStreamingDemandDrivenPipeline_SetUpdateTimeStep__SWIG_1; extern(C) int function(void* jarg1, int jarg2, int jarg3) vtkStreamingDemandDrivenPipeline_SetRequestExactExtent; extern(C) int function(void* jarg1, int jarg2) vtkStreamingDemandDrivenPipeline_GetRequestExactExtent; extern(C) int function(void* jarg1, int jarg2, void* jarg3) vtkStreamingDemandDrivenPipeline_SetExtentTranslator__SWIG_0; extern(C) int function(void* jarg1, void* jarg2) vtkStreamingDemandDrivenPipeline_SetExtentTranslator__SWIG_1; extern(C) void* function(void* jarg1, int jarg2) vtkStreamingDemandDrivenPipeline_GetExtentTranslator__SWIG_0; extern(C) void* function(void* jarg1) vtkStreamingDemandDrivenPipeline_GetExtentTranslator__SWIG_1; extern(C) int function(void* jarg1, int jarg2, void* jarg3) vtkStreamingDemandDrivenPipeline_SetWholeBoundingBox; extern(C) void function(void* jarg1, int jarg2, void* jarg3) vtkStreamingDemandDrivenPipeline_GetWholeBoundingBox__SWIG_0; extern(C) void* function(void* jarg1, int jarg2) vtkStreamingDemandDrivenPipeline_GetWholeBoundingBox__SWIG_1; extern(C) int function(void* jarg1, int jarg2, void* jarg3) vtkStreamingDemandDrivenPipeline_SetPieceBoundingBox; extern(C) void function(void* jarg1, int jarg2, void* jarg3) vtkStreamingDemandDrivenPipeline_GetPieceBoundingBox__SWIG_0; extern(C) void* function(void* jarg1, int jarg2) vtkStreamingDemandDrivenPipeline_GetPieceBoundingBox__SWIG_1; extern(C) void* function() vtkStreamingDemandDrivenPipeline_REQUEST_UPDATE_EXTENT; extern(C) void* function() vtkStreamingDemandDrivenPipeline_REQUEST_UPDATE_TIME; extern(C) void* function() vtkStreamingDemandDrivenPipeline_REQUEST_TIME_DEPENDENT_INFORMATION; extern(C) void* function() vtkStreamingDemandDrivenPipeline_REQUEST_UPDATE_EXTENT_INFORMATION; extern(C) void* function() vtkStreamingDemandDrivenPipeline_REQUEST_MANAGE_INFORMATION; extern(C) void* function() vtkStreamingDemandDrivenPipeline_REQUEST_RESOLUTION_PROPAGATE; extern(C) void* function() vtkStreamingDemandDrivenPipeline_CONTINUE_EXECUTING; extern(C) void* function() vtkStreamingDemandDrivenPipeline_EXTENT_TRANSLATOR; extern(C) void* function() vtkStreamingDemandDrivenPipeline_UPDATE_EXTENT_INITIALIZED; extern(C) void* function() vtkStreamingDemandDrivenPipeline_UPDATE_EXTENT; extern(C) void* function() vtkStreamingDemandDrivenPipeline_UPDATE_PIECE_NUMBER; extern(C) void* function() vtkStreamingDemandDrivenPipeline_UPDATE_NUMBER_OF_PIECES; extern(C) void* function() vtkStreamingDemandDrivenPipeline_UPDATE_NUMBER_OF_GHOST_LEVELS; extern(C) void* function() vtkStreamingDemandDrivenPipeline_UPDATE_AMR_LEVEL; extern(C) void* function() vtkStreamingDemandDrivenPipeline_COMBINED_UPDATE_EXTENT; extern(C) void* function() vtkStreamingDemandDrivenPipeline_UPDATE_EXTENT_TRANSLATED; extern(C) void* function() vtkStreamingDemandDrivenPipeline_WHOLE_EXTENT; extern(C) void* function() vtkStreamingDemandDrivenPipeline_UNRESTRICTED_UPDATE_EXTENT; extern(C) void* function() vtkStreamingDemandDrivenPipeline_MAXIMUM_NUMBER_OF_PIECES; extern(C) void* function() vtkStreamingDemandDrivenPipeline_WHOLE_BOUNDING_BOX; extern(C) void* function() vtkStreamingDemandDrivenPipeline_PIECE_BOUNDING_BOX; extern(C) void* function() vtkStreamingDemandDrivenPipeline_PIECE_NORMAL; extern(C) void* function() vtkStreamingDemandDrivenPipeline_EXACT_EXTENT; extern(C) void* function() vtkStreamingDemandDrivenPipeline_TIME_STEPS; extern(C) void* function() vtkStreamingDemandDrivenPipeline_TIME_RANGE; extern(C) void* function() vtkStreamingDemandDrivenPipeline_TIME_LABEL_ANNOTATION; extern(C) void* function() vtkStreamingDemandDrivenPipeline_UPDATE_TIME_STEP; extern(C) void* function() vtkStreamingDemandDrivenPipeline_TIME_DEPENDENT_INFORMATION; extern(C) void* function() vtkStreamingDemandDrivenPipeline_PRIORITY; extern(C) void* function() vtkStreamingDemandDrivenPipeline_ORIGINAL_NUMBER_OF_CELLS; extern(C) void* function() vtkStreamingDemandDrivenPipeline_UPDATE_RESOLUTION; extern(C) void* function() vtkStreamingDemandDrivenPipeline_REMOVE_ATTRIBUTE_INFORMATION; extern(C) void* function() vtkStreamingDemandDrivenPipeline_FAST_PATH_FOR_TEMPORAL_DATA; extern(C) void* function() vtkStreamingDemandDrivenPipeline_FAST_PATH_OBJECT_TYPE; extern(C) void* function() vtkStreamingDemandDrivenPipeline_FAST_PATH_ID_TYPE; extern(C) void* function() vtkStreamingDemandDrivenPipeline_FAST_PATH_OBJECT_ID; extern(C) void* function() vtkStreamingDemandDrivenPipeline_BOUNDS; extern(C) double function(void* jarg1) vtkStreamingDemandDrivenPipeline_ComputePriority__SWIG_0; extern(C) double function(void* jarg1, int jarg2) vtkStreamingDemandDrivenPipeline_ComputePriority__SWIG_1; extern(C) void* function(void* objectRef) vtkStreamingDemandDrivenPipeline_Upcast; extern(C) void* function() vtkImageImportExecutive_New; extern(C) int function(const(char)* jarg1) vtkImageImportExecutive_IsTypeOf; extern(C) void* function(void* jarg1) vtkImageImportExecutive_SafeDownCast; extern(C) void* function(void* jarg1) vtkImageImportExecutive_NewInstance; extern(C) void* function(void* objectRef) vtkImageImportExecutive_Upcast; extern(C) void* function() vtkSplineWidget2_New; extern(C) int function(const(char)* jarg1) vtkSplineWidget2_IsTypeOf; extern(C) void* function(void* jarg1) vtkSplineWidget2_SafeDownCast; extern(C) void* function(void* jarg1) vtkSplineWidget2_NewInstance; extern(C) void function(void* jarg1, void* jarg2) vtkSplineWidget2_SetRepresentation; extern(C) void* function() new_vtkSplineWidget2; extern(C) void function(void* jarg1) delete_vtkSplineWidget2; extern(C) void* function(void* objectRef) vtkSplineWidget2_Upcast; extern(C) int function(const(char)* jarg1) vtkBlockItem_IsTypeOf; extern(C) void* function(void* jarg1) vtkBlockItem_SafeDownCast; extern(C) void* function(void* jarg1) vtkBlockItem_NewInstance; extern(C) void* function() vtkBlockItem_New; extern(C) void function(void* jarg1, void* jarg2) vtkBlockItem_SetLabel; extern(C) void* function(void* jarg1) vtkBlockItem_GetLabel; extern(C) void function(void* jarg1, float jarg2, float jarg3, float jarg4, float jarg5) vtkBlockItem_SetDimensions__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkBlockItem_SetDimensions__SWIG_1; extern(C) void* function(void* jarg1) vtkBlockItem_GetDimensions__SWIG_0; extern(C) void function(void* jarg1, void* jarg2, void* jarg3, void* jarg4, void* jarg5) vtkBlockItem_GetDimensions__SWIG_1; extern(C) void function(void* jarg1, void* jarg2) vtkBlockItem_GetDimensions__SWIG_2; extern(C) void* function() new_vtkBlockItem; extern(C) void function(void* jarg1) delete_vtkBlockItem; extern(C) void* function(void* objectRef) vtkBlockItem_Upcast; extern(C) int function(const(char)* jarg1) vtkGeodesicPath_IsTypeOf; extern(C) void* function(void* jarg1) vtkGeodesicPath_SafeDownCast; extern(C) void* function(void* jarg1) vtkGeodesicPath_NewInstance; extern(C) double function(void* jarg1) vtkGeodesicPath_GetGeodesicLength; extern(C) void* function(void* objectRef) vtkGeodesicPath_Upcast; extern(C) void* function() vtkTransposeMatrix_New; extern(C) int function(const(char)* jarg1) vtkTransposeMatrix_IsTypeOf; extern(C) void* function(void* jarg1) vtkTransposeMatrix_SafeDownCast; extern(C) void* function(void* jarg1) vtkTransposeMatrix_NewInstance; extern(C) void* function(void* objectRef) vtkTransposeMatrix_Upcast; extern(C) const(char)* function() VTK_SOURCE_VERSION_get; extern(C) void* function() vtkVersion_New; extern(C) int function(const(char)* jarg1) vtkVersion_IsTypeOf; extern(C) void* function(void* jarg1) vtkVersion_SafeDownCast; extern(C) void* function(void* jarg1) vtkVersion_NewInstance; extern(C) const(char)* function() vtkVersion_GetVTKVersion; extern(C) int function() vtkVersion_GetVTKMajorVersion; extern(C) int function() vtkVersion_GetVTKMinorVersion; extern(C) int function() vtkVersion_GetVTKBuildVersion; extern(C) const(char)* function() vtkVersion_GetVTKSourceVersion; extern(C) void* function(void* objectRef) vtkVersion_Upcast; extern(C) void* function() vtkSurfaceLICPainter_New; extern(C) int function(const(char)* jarg1) vtkSurfaceLICPainter_IsTypeOf; extern(C) void* function(void* jarg1) vtkSurfaceLICPainter_SafeDownCast; extern(C) void* function(void* jarg1) vtkSurfaceLICPainter_NewInstance; extern(C) void function(void* jarg1, int jarg2) vtkSurfaceLICPainter_SetEnable; extern(C) int function(void* jarg1) vtkSurfaceLICPainter_GetEnable; extern(C) void function(void* jarg1) vtkSurfaceLICPainter_EnableOn; extern(C) void function(void* jarg1) vtkSurfaceLICPainter_EnableOff; extern(C) void function(void* jarg1, int jarg2, const(char)* jarg3) vtkSurfaceLICPainter_SetInputArrayToProcess__SWIG_0; extern(C) void function(void* jarg1, int jarg2, int jarg3) vtkSurfaceLICPainter_SetInputArrayToProcess__SWIG_1; extern(C) void function(void* jarg1, int jarg2) vtkSurfaceLICPainter_SetEnhancedLIC; extern(C) int function(void* jarg1) vtkSurfaceLICPainter_GetEnhancedLIC; extern(C) void function(void* jarg1) vtkSurfaceLICPainter_EnhancedLICOn; extern(C) void function(void* jarg1) vtkSurfaceLICPainter_EnhancedLICOff; extern(C) void function(void* jarg1, int jarg2) vtkSurfaceLICPainter_SetNumberOfSteps; extern(C) int function(void* jarg1) vtkSurfaceLICPainter_GetNumberOfSteps; extern(C) void function(void* jarg1, double jarg2) vtkSurfaceLICPainter_SetStepSize; extern(C) double function(void* jarg1) vtkSurfaceLICPainter_GetStepSize; extern(C) void function(void* jarg1, double jarg2) vtkSurfaceLICPainter_SetLICIntensity; extern(C) double function(void* jarg1) vtkSurfaceLICPainter_GetLICIntensityMinValue; extern(C) double function(void* jarg1) vtkSurfaceLICPainter_GetLICIntensityMaxValue; extern(C) double function(void* jarg1) vtkSurfaceLICPainter_GetLICIntensity; extern(C) int function(void* jarg1) vtkSurfaceLICPainter_GetRenderingPreparationSuccess; extern(C) int function(void* jarg1) vtkSurfaceLICPainter_GetLICSuccess; extern(C) uint function(void* jarg1) vtkSurfaceLICPainter_IsSupported; extern(C) void* function() new_vtkSurfaceLICPainter; extern(C) void function(void* jarg1) delete_vtkSurfaceLICPainter; extern(C) void* function(void* objectRef) vtkSurfaceLICPainter_Upcast; extern(C) int function(const(char)* jarg1) vtkUnstructuredGridVolumeRayCastFunction_IsTypeOf; extern(C) void* function(void* jarg1) vtkUnstructuredGridVolumeRayCastFunction_SafeDownCast; extern(C) void* function(void* jarg1) vtkUnstructuredGridVolumeRayCastFunction_NewInstance; extern(C) void* function(void* objectRef) vtkUnstructuredGridVolumeRayCastFunction_Upcast; extern(C) int function(const(char)* jarg1) vtkScalarTree_IsTypeOf; extern(C) void* function(void* jarg1) vtkScalarTree_SafeDownCast; extern(C) void* function(void* jarg1) vtkScalarTree_NewInstance; extern(C) void function(void* jarg1, void* jarg2) vtkScalarTree_SetDataSet; extern(C) void* function(void* jarg1) vtkScalarTree_GetDataSet; extern(C) void function(void* jarg1) vtkScalarTree_BuildTree; extern(C) void function(void* jarg1) vtkScalarTree_Initialize; extern(C) void function(void* jarg1, double jarg2) vtkScalarTree_InitTraversal; extern(C) void* function(void* jarg1, void* jarg2, void* jarg3, void* jarg4) vtkScalarTree_GetNextCell; extern(C) void* function(void* objectRef) vtkScalarTree_Upcast; extern(C) void* function() vtkSimpleScalarTree_New; extern(C) int function(const(char)* jarg1) vtkSimpleScalarTree_IsTypeOf; extern(C) void* function(void* jarg1) vtkSimpleScalarTree_SafeDownCast; extern(C) void* function(void* jarg1) vtkSimpleScalarTree_NewInstance; extern(C) void function(void* jarg1, int jarg2) vtkSimpleScalarTree_SetBranchingFactor; extern(C) int function(void* jarg1) vtkSimpleScalarTree_GetBranchingFactorMinValue; extern(C) int function(void* jarg1) vtkSimpleScalarTree_GetBranchingFactorMaxValue; extern(C) int function(void* jarg1) vtkSimpleScalarTree_GetBranchingFactor; extern(C) int function(void* jarg1) vtkSimpleScalarTree_GetLevel; extern(C) void function(void* jarg1, int jarg2) vtkSimpleScalarTree_SetMaxLevel; extern(C) int function(void* jarg1) vtkSimpleScalarTree_GetMaxLevelMinValue; extern(C) int function(void* jarg1) vtkSimpleScalarTree_GetMaxLevelMaxValue; extern(C) int function(void* jarg1) vtkSimpleScalarTree_GetMaxLevel; extern(C) void* function(void* objectRef) vtkSimpleScalarTree_Upcast; extern(C) void* function() vtkCompositeDataSetAlgorithm_New; extern(C) int function(const(char)* jarg1) vtkCompositeDataSetAlgorithm_IsTypeOf; extern(C) void* function(void* jarg1) vtkCompositeDataSetAlgorithm_SafeDownCast; extern(C) void* function(void* jarg1) vtkCompositeDataSetAlgorithm_NewInstance; extern(C) void* function(void* jarg1) vtkCompositeDataSetAlgorithm_GetOutput__SWIG_0; extern(C) void* function(void* jarg1, int jarg2) vtkCompositeDataSetAlgorithm_GetOutput__SWIG_1; extern(C) void function(void* jarg1, void* jarg2) vtkCompositeDataSetAlgorithm_SetInputData__SWIG_0; extern(C) void function(void* jarg1, int jarg2, void* jarg3) vtkCompositeDataSetAlgorithm_SetInputData__SWIG_1; extern(C) void* function(void* objectRef) vtkCompositeDataSetAlgorithm_Upcast; extern(C) void* function() vtkAppendCompositeDataLeaves_New; extern(C) int function(const(char)* jarg1) vtkAppendCompositeDataLeaves_IsTypeOf; extern(C) void* function(void* jarg1) vtkAppendCompositeDataLeaves_SafeDownCast; extern(C) void* function(void* jarg1) vtkAppendCompositeDataLeaves_NewInstance; extern(C) void function(void* jarg1, int jarg2) vtkAppendCompositeDataLeaves_SetAppendFieldData; extern(C) int function(void* jarg1) vtkAppendCompositeDataLeaves_GetAppendFieldData; extern(C) void function(void* jarg1) vtkAppendCompositeDataLeaves_AppendFieldDataOn; extern(C) void function(void* jarg1) vtkAppendCompositeDataLeaves_AppendFieldDataOff; extern(C) void* function(void* objectRef) vtkAppendCompositeDataLeaves_Upcast; extern(C) int function(const(char)* jarg1) vtkQuadricDecimation_IsTypeOf; extern(C) void* function(void* jarg1) vtkQuadricDecimation_SafeDownCast; extern(C) void* function(void* jarg1) vtkQuadricDecimation_NewInstance; extern(C) void* function() vtkQuadricDecimation_New; extern(C) void function(void* jarg1, double jarg2) vtkQuadricDecimation_SetTargetReduction; extern(C) double function(void* jarg1) vtkQuadricDecimation_GetTargetReductionMinValue; extern(C) double function(void* jarg1) vtkQuadricDecimation_GetTargetReductionMaxValue; extern(C) double function(void* jarg1) vtkQuadricDecimation_GetTargetReduction; extern(C) void function(void* jarg1, int jarg2) vtkQuadricDecimation_SetAttributeErrorMetric; extern(C) int function(void* jarg1) vtkQuadricDecimation_GetAttributeErrorMetric; extern(C) void function(void* jarg1) vtkQuadricDecimation_AttributeErrorMetricOn; extern(C) void function(void* jarg1) vtkQuadricDecimation_AttributeErrorMetricOff; extern(C) void function(void* jarg1, int jarg2) vtkQuadricDecimation_SetScalarsAttribute; extern(C) int function(void* jarg1) vtkQuadricDecimation_GetScalarsAttribute; extern(C) void function(void* jarg1) vtkQuadricDecimation_ScalarsAttributeOn; extern(C) void function(void* jarg1) vtkQuadricDecimation_ScalarsAttributeOff; extern(C) void function(void* jarg1, int jarg2) vtkQuadricDecimation_SetVectorsAttribute; extern(C) int function(void* jarg1) vtkQuadricDecimation_GetVectorsAttribute; extern(C) void function(void* jarg1) vtkQuadricDecimation_VectorsAttributeOn; extern(C) void function(void* jarg1) vtkQuadricDecimation_VectorsAttributeOff; extern(C) void function(void* jarg1, int jarg2) vtkQuadricDecimation_SetNormalsAttribute; extern(C) int function(void* jarg1) vtkQuadricDecimation_GetNormalsAttribute; extern(C) void function(void* jarg1) vtkQuadricDecimation_NormalsAttributeOn; extern(C) void function(void* jarg1) vtkQuadricDecimation_NormalsAttributeOff; extern(C) void function(void* jarg1, int jarg2) vtkQuadricDecimation_SetTCoordsAttribute; extern(C) int function(void* jarg1) vtkQuadricDecimation_GetTCoordsAttribute; extern(C) void function(void* jarg1) vtkQuadricDecimation_TCoordsAttributeOn; extern(C) void function(void* jarg1) vtkQuadricDecimation_TCoordsAttributeOff; extern(C) void function(void* jarg1, int jarg2) vtkQuadricDecimation_SetTensorsAttribute; extern(C) int function(void* jarg1) vtkQuadricDecimation_GetTensorsAttribute; extern(C) void function(void* jarg1) vtkQuadricDecimation_TensorsAttributeOn; extern(C) void function(void* jarg1) vtkQuadricDecimation_TensorsAttributeOff; extern(C) void function(void* jarg1, double jarg2) vtkQuadricDecimation_SetScalarsWeight; extern(C) void function(void* jarg1, double jarg2) vtkQuadricDecimation_SetVectorsWeight; extern(C) void function(void* jarg1, double jarg2) vtkQuadricDecimation_SetNormalsWeight; extern(C) void function(void* jarg1, double jarg2) vtkQuadricDecimation_SetTCoordsWeight; extern(C) void function(void* jarg1, double jarg2) vtkQuadricDecimation_SetTensorsWeight; extern(C) double function(void* jarg1) vtkQuadricDecimation_GetScalarsWeight; extern(C) double function(void* jarg1) vtkQuadricDecimation_GetVectorsWeight; extern(C) double function(void* jarg1) vtkQuadricDecimation_GetNormalsWeight; extern(C) double function(void* jarg1) vtkQuadricDecimation_GetTCoordsWeight; extern(C) double function(void* jarg1) vtkQuadricDecimation_GetTensorsWeight; extern(C) double function(void* jarg1) vtkQuadricDecimation_GetActualReduction; extern(C) void* function(void* objectRef) vtkQuadricDecimation_Upcast; extern(C) int function(const(char)* jarg1) vtkXMLReader_IsTypeOf; extern(C) void* function(void* jarg1) vtkXMLReader_SafeDownCast; extern(C) void* function(void* jarg1) vtkXMLReader_NewInstance; extern(C) void function(void* jarg1, const(char)* jarg2) vtkXMLReader_SetFileName; extern(C) const(char)* function(void* jarg1) vtkXMLReader_GetFileName; extern(C) int function(void* jarg1, const(char)* jarg2) vtkXMLReader_CanReadFile; extern(C) void* function(void* jarg1) vtkXMLReader_GetOutputAsDataSet__SWIG_0; extern(C) void* function(void* jarg1, int jarg2) vtkXMLReader_GetOutputAsDataSet__SWIG_1; extern(C) void* function(void* jarg1) vtkXMLReader_GetPointDataArraySelection; extern(C) void* function(void* jarg1) vtkXMLReader_GetCellDataArraySelection; extern(C) int function(void* jarg1) vtkXMLReader_GetNumberOfPointArrays; extern(C) int function(void* jarg1) vtkXMLReader_GetNumberOfCellArrays; extern(C) const(char)* function(void* jarg1, int jarg2) vtkXMLReader_GetPointArrayName; extern(C) const(char)* function(void* jarg1, int jarg2) vtkXMLReader_GetCellArrayName; extern(C) int function(void* jarg1, const(char)* jarg2) vtkXMLReader_GetPointArrayStatus; extern(C) int function(void* jarg1, const(char)* jarg2) vtkXMLReader_GetCellArrayStatus; extern(C) void function(void* jarg1, const(char)* jarg2, int jarg3) vtkXMLReader_SetPointArrayStatus; extern(C) void function(void* jarg1, const(char)* jarg2, int jarg3) vtkXMLReader_SetCellArrayStatus; extern(C) void function(void* jarg1, void* jarg2, int jarg3) vtkXMLReader_CopyOutputInformation; extern(C) void function(void* jarg1, int jarg2) vtkXMLReader_SetTimeStep; extern(C) int function(void* jarg1) vtkXMLReader_GetTimeStep; extern(C) int function(void* jarg1) vtkXMLReader_GetNumberOfTimeSteps; extern(C) void* function(void* jarg1) vtkXMLReader_GetTimeStepRange__SWIG_0; extern(C) void function(void* jarg1, void* jarg2, void* jarg3) vtkXMLReader_GetTimeStepRange__SWIG_1; extern(C) void function(void* jarg1, void* jarg2) vtkXMLReader_GetTimeStepRange__SWIG_2; extern(C) void function(void* jarg1, int jarg2, int jarg3) vtkXMLReader_SetTimeStepRange__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkXMLReader_SetTimeStepRange__SWIG_1; extern(C) void* function(void* jarg1) vtkXMLReader_GetXMLParser; extern(C) void* function(void* objectRef) vtkXMLReader_Upcast; extern(C) int function(const(char)* jarg1) vtkXMLDataReader_IsTypeOf; extern(C) void* function(void* jarg1) vtkXMLDataReader_SafeDownCast; extern(C) void* function(void* jarg1) vtkXMLDataReader_NewInstance; extern(C) long function(void* jarg1) vtkXMLDataReader_GetNumberOfPoints; extern(C) long function(void* jarg1) vtkXMLDataReader_GetNumberOfCells; extern(C) void* function(void* objectRef) vtkXMLDataReader_Upcast; extern(C) int function(const(char)* jarg1) vtkSelection_IsTypeOf; extern(C) void* function(void* jarg1) vtkSelection_SafeDownCast; extern(C) void* function(void* jarg1) vtkSelection_NewInstance; extern(C) void* function() vtkSelection_New; extern(C) uint function(void* jarg1) vtkSelection_GetNumberOfNodes; extern(C) void* function(void* jarg1, uint jarg2) vtkSelection_GetNode; extern(C) void function(void* jarg1, void* jarg2) vtkSelection_AddNode; extern(C) void function(void* jarg1, uint jarg2) vtkSelection_RemoveNode__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkSelection_RemoveNode__SWIG_1; extern(C) void function(void* jarg1) vtkSelection_RemoveAllNodes; extern(C) void function(void* jarg1, void* jarg2) vtkSelection_Union__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkSelection_Union__SWIG_1; extern(C) void function(void* jarg1, void* jarg2) vtkSelection_Subtract__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkSelection_Subtract__SWIG_1; extern(C) void function(void* jarg1) vtkSelection_Dump; extern(C) void* function(void* jarg1) vtkSelection_GetData__SWIG_0; extern(C) void* function(void* jarg1, int jarg2) vtkSelection_GetData__SWIG_1; extern(C) void* function(void* jarg1) vtkSelection_GetData__SWIG_2; extern(C) void* function() new_vtkSelection; extern(C) void function(void* jarg1) delete_vtkSelection; extern(C) void* function(void* objectRef) vtkSelection_Upcast; extern(C) void* function() vtkSelectionAlgorithm_New; extern(C) int function(const(char)* jarg1) vtkSelectionAlgorithm_IsTypeOf; extern(C) void* function(void* jarg1) vtkSelectionAlgorithm_SafeDownCast; extern(C) void* function(void* jarg1) vtkSelectionAlgorithm_NewInstance; extern(C) void* function(void* jarg1) vtkSelectionAlgorithm_GetOutput__SWIG_0; extern(C) void* function(void* jarg1, int jarg2) vtkSelectionAlgorithm_GetOutput__SWIG_1; extern(C) void function(void* jarg1, void* jarg2) vtkSelectionAlgorithm_SetInputData__SWIG_0; extern(C) void function(void* jarg1, int jarg2, void* jarg3) vtkSelectionAlgorithm_SetInputData__SWIG_1; extern(C) void* function(void* objectRef) vtkSelectionAlgorithm_Upcast; extern(C) int function(const(char)* jarg1) vtkCellDistanceSelector_IsTypeOf; extern(C) void* function(void* jarg1) vtkCellDistanceSelector_SafeDownCast; extern(C) void* function(void* jarg1) vtkCellDistanceSelector_NewInstance; extern(C) void* function() vtkCellDistanceSelector_New; extern(C) void function(void* jarg1, void* jarg2) vtkCellDistanceSelector_SetInputMeshConnection; extern(C) void function(void* jarg1, void* jarg2) vtkCellDistanceSelector_SetInputMesh; extern(C) void function(void* jarg1, void* jarg2) vtkCellDistanceSelector_SetInputSelectionConnection; extern(C) void function(void* jarg1, void* jarg2) vtkCellDistanceSelector_SetInputSelection; extern(C) void function(void* jarg1, int jarg2) vtkCellDistanceSelector_SetDistance; extern(C) int function(void* jarg1) vtkCellDistanceSelector_GetDistance; extern(C) void function(void* jarg1, int jarg2) vtkCellDistanceSelector_SetIncludeSeed; extern(C) int function(void* jarg1) vtkCellDistanceSelector_GetIncludeSeed; extern(C) void function(void* jarg1) vtkCellDistanceSelector_IncludeSeedOn; extern(C) void function(void* jarg1) vtkCellDistanceSelector_IncludeSeedOff; extern(C) void function(void* jarg1, int jarg2) vtkCellDistanceSelector_SetAddIntermediate; extern(C) int function(void* jarg1) vtkCellDistanceSelector_GetAddIntermediate; extern(C) void function(void* jarg1) vtkCellDistanceSelector_AddIntermediateOn; extern(C) void function(void* jarg1) vtkCellDistanceSelector_AddIntermediateOff; extern(C) void* function(void* objectRef) vtkCellDistanceSelector_Upcast; extern(C) int function(const(char)* jarg1) vtkTransformTextureCoords_IsTypeOf; extern(C) void* function(void* jarg1) vtkTransformTextureCoords_SafeDownCast; extern(C) void* function(void* jarg1) vtkTransformTextureCoords_NewInstance; extern(C) void* function() vtkTransformTextureCoords_New; extern(C) void function(void* jarg1, double jarg2, double jarg3, double jarg4) vtkTransformTextureCoords_SetPosition__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkTransformTextureCoords_SetPosition__SWIG_1; extern(C) void* function(void* jarg1) vtkTransformTextureCoords_GetPosition__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkTransformTextureCoords_GetPosition__SWIG_1; extern(C) void function(void* jarg1, double jarg2, double jarg3, double jarg4) vtkTransformTextureCoords_AddPosition__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkTransformTextureCoords_AddPosition__SWIG_1; extern(C) void function(void* jarg1, double jarg2, double jarg3, double jarg4) vtkTransformTextureCoords_SetScale__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkTransformTextureCoords_SetScale__SWIG_1; extern(C) void* function(void* jarg1) vtkTransformTextureCoords_GetScale__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkTransformTextureCoords_GetScale__SWIG_1; extern(C) void function(void* jarg1, double jarg2, double jarg3, double jarg4) vtkTransformTextureCoords_SetOrigin__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkTransformTextureCoords_SetOrigin__SWIG_1; extern(C) void* function(void* jarg1) vtkTransformTextureCoords_GetOrigin__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkTransformTextureCoords_GetOrigin__SWIG_1; extern(C) void function(void* jarg1, int jarg2) vtkTransformTextureCoords_SetFlipR; extern(C) int function(void* jarg1) vtkTransformTextureCoords_GetFlipR; extern(C) void function(void* jarg1) vtkTransformTextureCoords_FlipROn; extern(C) void function(void* jarg1) vtkTransformTextureCoords_FlipROff; extern(C) void function(void* jarg1, int jarg2) vtkTransformTextureCoords_SetFlipS; extern(C) int function(void* jarg1) vtkTransformTextureCoords_GetFlipS; extern(C) void function(void* jarg1) vtkTransformTextureCoords_FlipSOn; extern(C) void function(void* jarg1) vtkTransformTextureCoords_FlipSOff; extern(C) void function(void* jarg1, int jarg2) vtkTransformTextureCoords_SetFlipT; extern(C) int function(void* jarg1) vtkTransformTextureCoords_GetFlipT; extern(C) void function(void* jarg1) vtkTransformTextureCoords_FlipTOn; extern(C) void function(void* jarg1) vtkTransformTextureCoords_FlipTOff; extern(C) void* function(void* objectRef) vtkTransformTextureCoords_Upcast; extern(C) int function(const(char)* jarg1) vtkContextDevice2D_IsTypeOf; extern(C) void* function(void* jarg1) vtkContextDevice2D_SafeDownCast; extern(C) void* function(void* jarg1) vtkContextDevice2D_NewInstance; extern(C) void function(void* jarg1, void* jarg2, int jarg3, void* jarg4, int jarg5) vtkContextDevice2D_DrawPoly__SWIG_0; extern(C) void function(void* jarg1, void* jarg2, int jarg3, void* jarg4) vtkContextDevice2D_DrawPoly__SWIG_1; extern(C) void function(void* jarg1, void* jarg2, int jarg3) vtkContextDevice2D_DrawPoly__SWIG_2; extern(C) void function(void* jarg1, void* jarg2, int jarg3, void* jarg4, int jarg5) vtkContextDevice2D_DrawPoints__SWIG_0; extern(C) void function(void* jarg1, void* jarg2, int jarg3, void* jarg4) vtkContextDevice2D_DrawPoints__SWIG_1; extern(C) void function(void* jarg1, void* jarg2, int jarg3) vtkContextDevice2D_DrawPoints__SWIG_2; extern(C) void function(void* jarg1, void* jarg2, void* jarg3, int jarg4, void* jarg5, int jarg6) vtkContextDevice2D_DrawPointSprites__SWIG_0; extern(C) void function(void* jarg1, void* jarg2, void* jarg3, int jarg4, void* jarg5) vtkContextDevice2D_DrawPointSprites__SWIG_1; extern(C) void function(void* jarg1, void* jarg2, void* jarg3, int jarg4) vtkContextDevice2D_DrawPointSprites__SWIG_2; extern(C) void function(void* jarg1, int jarg2, uint jarg3, void* jarg4, int jarg5, void* jarg6, int jarg7) vtkContextDevice2D_DrawMarkers__SWIG_0; extern(C) void function(void* jarg1, int jarg2, uint jarg3, void* jarg4, int jarg5, void* jarg6) vtkContextDevice2D_DrawMarkers__SWIG_1; extern(C) void function(void* jarg1, int jarg2, uint jarg3, void* jarg4, int jarg5) vtkContextDevice2D_DrawMarkers__SWIG_2; extern(C) void function(void* jarg1, void* jarg2, int jarg3) vtkContextDevice2D_DrawQuad; extern(C) void function(void* jarg1, void* jarg2, int jarg3) vtkContextDevice2D_DrawQuadStrip; extern(C) void function(void* jarg1, void* jarg2, int jarg3) vtkContextDevice2D_DrawPolygon; extern(C) void function(void* jarg1, float jarg2, float jarg3, float jarg4, float jarg5, float jarg6, float jarg7, float jarg8, float jarg9) vtkContextDevice2D_DrawEllipseWedge; extern(C) void function(void* jarg1, float jarg2, float jarg3, float jarg4, float jarg5, float jarg6, float jarg7) vtkContextDevice2D_DrawEllipticArc; extern(C) void function(void* jarg1, void* jarg2, void* jarg3) vtkContextDevice2D_DrawString__SWIG_0; extern(C) void function(void* jarg1, void* jarg2, void* jarg3) vtkContextDevice2D_ComputeStringBounds__SWIG_0; extern(C) void function(void* jarg1, void* jarg2, void* jarg3) vtkContextDevice2D_DrawString__SWIG_1; extern(C) void function(void* jarg1, void* jarg2, void* jarg3) vtkContextDevice2D_ComputeStringBounds__SWIG_1; extern(C) void function(void* jarg1, void* jarg2, void* jarg3) vtkContextDevice2D_DrawMathTextString; extern(C) uint function(void* jarg1) vtkContextDevice2D_MathTextIsSupported; extern(C) void function(void* jarg1, void* jarg2, float jarg3, void* jarg4) vtkContextDevice2D_DrawImage__SWIG_0; extern(C) void function(void* jarg1, void* jarg2, void* jarg3) vtkContextDevice2D_DrawImage__SWIG_1; extern(C) void function(void* jarg1, void* jarg2) vtkContextDevice2D_ApplyPen; extern(C) void* function(void* jarg1) vtkContextDevice2D_GetPen; extern(C) void function(void* jarg1, void* jarg2) vtkContextDevice2D_ApplyBrush; extern(C) void* function(void* jarg1) vtkContextDevice2D_GetBrush; extern(C) void function(void* jarg1, void* jarg2) vtkContextDevice2D_ApplyTextProp; extern(C) void* function(void* jarg1) vtkContextDevice2D_GetTextProp; extern(C) void function(void* jarg1, void* jarg2) vtkContextDevice2D_SetColor4; extern(C) void function(void* jarg1, void* jarg2, int jarg3) vtkContextDevice2D_SetTexture; extern(C) void function(void* jarg1, float jarg2) vtkContextDevice2D_SetPointSize; extern(C) void function(void* jarg1, float jarg2) vtkContextDevice2D_SetLineWidth; extern(C) void function(void* jarg1, int jarg2) vtkContextDevice2D_SetLineType; extern(C) int function(void* jarg1) vtkContextDevice2D_GetWidth; extern(C) int function(void* jarg1) vtkContextDevice2D_GetHeight; extern(C) void function(void* jarg1, void* jarg2) vtkContextDevice2D_SetMatrix; extern(C) void function(void* jarg1, void* jarg2) vtkContextDevice2D_GetMatrix; extern(C) void function(void* jarg1, void* jarg2) vtkContextDevice2D_MultiplyMatrix; extern(C) void function(void* jarg1) vtkContextDevice2D_PushMatrix; extern(C) void function(void* jarg1) vtkContextDevice2D_PopMatrix; extern(C) void function(void* jarg1, void* jarg2) vtkContextDevice2D_SetClipping; extern(C) void function(void* jarg1) vtkContextDevice2D_DisableClipping; extern(C) void function(void* jarg1, uint jarg2) vtkContextDevice2D_EnableClipping; extern(C) void function(void* jarg1, void* jarg2) vtkContextDevice2D_Begin; extern(C) void function(void* jarg1) vtkContextDevice2D_End; extern(C) uint function(void* jarg1) vtkContextDevice2D_GetBufferIdMode; extern(C) void function(void* jarg1) vtkContextDevice2D_BufferIdModeEnd; extern(C) void function(void* jarg1, void* jarg2) vtkContextDevice2D_SetViewportSize; extern(C) void function(void* jarg1, void* jarg2) vtkContextDevice2D_SetViewportRect; extern(C) void function(void* jarg1) delete_vtkContextDevice2D; extern(C) void* function(void* objectRef) vtkContextDevice2D_Upcast; extern(C) void* function() vtkGenericOutlineFilter_New; extern(C) int function(const(char)* jarg1) vtkGenericOutlineFilter_IsTypeOf; extern(C) void* function(void* jarg1) vtkGenericOutlineFilter_SafeDownCast; extern(C) void* function(void* jarg1) vtkGenericOutlineFilter_NewInstance; extern(C) void* function(void* objectRef) vtkGenericOutlineFilter_Upcast; extern(C) void* function() vtkPointSetAlgorithm_New; extern(C) int function(const(char)* jarg1) vtkPointSetAlgorithm_IsTypeOf; extern(C) void* function(void* jarg1) vtkPointSetAlgorithm_SafeDownCast; extern(C) void* function(void* jarg1) vtkPointSetAlgorithm_NewInstance; extern(C) void* function(void* jarg1) vtkPointSetAlgorithm_GetOutput__SWIG_0; extern(C) void* function(void* jarg1, int jarg2) vtkPointSetAlgorithm_GetOutput__SWIG_1; extern(C) void* function(void* jarg1) vtkPointSetAlgorithm_GetPolyDataOutput; extern(C) void* function(void* jarg1) vtkPointSetAlgorithm_GetStructuredGridOutput; extern(C) void* function(void* jarg1) vtkPointSetAlgorithm_GetUnstructuredGridOutput; extern(C) void function(void* jarg1, void* jarg2) vtkPointSetAlgorithm_SetInputData__SWIG_0; extern(C) void function(void* jarg1, int jarg2, void* jarg3) vtkPointSetAlgorithm_SetInputData__SWIG_1; extern(C) void function(void* jarg1, void* jarg2) vtkPointSetAlgorithm_SetInputData__SWIG_2; extern(C) void function(void* jarg1, int jarg2, void* jarg3) vtkPointSetAlgorithm_SetInputData__SWIG_3; extern(C) void function(void* jarg1, void* jarg2) vtkPointSetAlgorithm_AddInputData__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkPointSetAlgorithm_AddInputData__SWIG_1; extern(C) void function(void* jarg1, int jarg2, void* jarg3) vtkPointSetAlgorithm_AddInputData__SWIG_2; extern(C) void function(void* jarg1, int jarg2, void* jarg3) vtkPointSetAlgorithm_AddInputData__SWIG_3; extern(C) void* function(void* jarg1) vtkPointSetAlgorithm_GetInput; extern(C) void* function(void* objectRef) vtkPointSetAlgorithm_Upcast; extern(C) void* function() vtkExtractDataOverTime_New; extern(C) int function(const(char)* jarg1) vtkExtractDataOverTime_IsTypeOf; extern(C) void* function(void* jarg1) vtkExtractDataOverTime_SafeDownCast; extern(C) void* function(void* jarg1) vtkExtractDataOverTime_NewInstance; extern(C) void function(void* jarg1, int jarg2) vtkExtractDataOverTime_SetPointIndex; extern(C) int function(void* jarg1) vtkExtractDataOverTime_GetPointIndex; extern(C) int function(void* jarg1) vtkExtractDataOverTime_GetNumberOfTimeSteps; extern(C) void* function(void* objectRef) vtkExtractDataOverTime_Upcast; extern(C) int function() VTK_LOG_EVENT_LENGTH_get; extern(C) void* function() vtkTimerLog_New; extern(C) int function(const(char)* jarg1) vtkTimerLog_IsTypeOf; extern(C) void* function(void* jarg1) vtkTimerLog_SafeDownCast; extern(C) void* function(void* jarg1) vtkTimerLog_NewInstance; extern(C) void function(int jarg1) vtkTimerLog_SetLogging; extern(C) int function() vtkTimerLog_GetLogging; extern(C) void function() vtkTimerLog_LoggingOn; extern(C) void function() vtkTimerLog_LoggingOff; extern(C) void function(int jarg1) vtkTimerLog_SetMaxEntries; extern(C) int function() vtkTimerLog_GetMaxEntries; extern(C) void function(const(char)* jarg1) vtkTimerLog_DumpLog; extern(C) void function(const(char)* jarg1) vtkTimerLog_MarkStartEvent; extern(C) void function(const(char)* jarg1) vtkTimerLog_MarkEndEvent; extern(C) int function() vtkTimerLog_GetNumberOfEvents; extern(C) int function(int jarg1) vtkTimerLog_GetEventIndent; extern(C) double function(int jarg1) vtkTimerLog_GetEventWallTime; extern(C) const(char)* function(int jarg1) vtkTimerLog_GetEventString; extern(C) void function(const(char)* jarg1) vtkTimerLog_MarkEvent; extern(C) void function() vtkTimerLog_ResetLog; extern(C) void function() vtkTimerLog_AllocateLog; extern(C) void function() vtkTimerLog_CleanupLog; extern(C) double function() vtkTimerLog_GetUniversalTime; extern(C) double function() vtkTimerLog_GetCPUTime; extern(C) void function(void* jarg1) vtkTimerLog_StartTimer; extern(C) void function(void* jarg1) vtkTimerLog_StopTimer; extern(C) double function(void* jarg1) vtkTimerLog_GetElapsedTime; extern(C) void* function(void* objectRef) vtkTimerLog_Upcast; extern(C) int function(const(char)* jarg1) vtkXMLPDataWriter_IsTypeOf; extern(C) void* function(void* jarg1) vtkXMLPDataWriter_SafeDownCast; extern(C) void* function(void* jarg1) vtkXMLPDataWriter_NewInstance; extern(C) void function(void* jarg1, int jarg2) vtkXMLPDataWriter_SetNumberOfPieces; extern(C) int function(void* jarg1) vtkXMLPDataWriter_GetNumberOfPieces; extern(C) void function(void* jarg1, int jarg2) vtkXMLPDataWriter_SetStartPiece; extern(C) int function(void* jarg1) vtkXMLPDataWriter_GetStartPiece; extern(C) void function(void* jarg1, int jarg2) vtkXMLPDataWriter_SetEndPiece; extern(C) int function(void* jarg1) vtkXMLPDataWriter_GetEndPiece; extern(C) void function(void* jarg1, int jarg2) vtkXMLPDataWriter_SetGhostLevel; extern(C) int function(void* jarg1) vtkXMLPDataWriter_GetGhostLevel; extern(C) void function(void* jarg1, int jarg2) vtkXMLPDataWriter_SetWriteSummaryFile; extern(C) int function(void* jarg1) vtkXMLPDataWriter_GetWriteSummaryFile; extern(C) void function(void* jarg1) vtkXMLPDataWriter_WriteSummaryFileOn; extern(C) void function(void* jarg1) vtkXMLPDataWriter_WriteSummaryFileOff; extern(C) void* function(void* objectRef) vtkXMLPDataWriter_Upcast; extern(C) int function(const(char)* jarg1) vtkXMLPUnstructuredDataWriter_IsTypeOf; extern(C) void* function(void* jarg1) vtkXMLPUnstructuredDataWriter_SafeDownCast; extern(C) void* function(void* jarg1) vtkXMLPUnstructuredDataWriter_NewInstance; extern(C) void* function(void* objectRef) vtkXMLPUnstructuredDataWriter_Upcast; extern(C) void* function() vtkXMLPUnstructuredGridWriter_New; extern(C) int function(const(char)* jarg1) vtkXMLPUnstructuredGridWriter_IsTypeOf; extern(C) void* function(void* jarg1) vtkXMLPUnstructuredGridWriter_SafeDownCast; extern(C) void* function(void* jarg1) vtkXMLPUnstructuredGridWriter_NewInstance; extern(C) void* function(void* objectRef) vtkXMLPUnstructuredGridWriter_Upcast; extern(C) void* function() vtkTextActor3D_New; extern(C) int function(const(char)* jarg1) vtkTextActor3D_IsTypeOf; extern(C) void* function(void* jarg1) vtkTextActor3D_SafeDownCast; extern(C) void* function(void* jarg1) vtkTextActor3D_NewInstance; extern(C) void function(void* jarg1, const(char)* jarg2) vtkTextActor3D_SetInput; extern(C) const(char)* function(void* jarg1) vtkTextActor3D_GetInput; extern(C) void function(void* jarg1, void* jarg2) vtkTextActor3D_SetTextProperty; extern(C) void* function(void* jarg1) vtkTextActor3D_GetTextProperty; extern(C) int function(void* jarg1, void* jarg2) vtkTextActor3D_GetBoundingBox; extern(C) void* function(void* objectRef) vtkTextActor3D_Upcast; extern(C) int function(const(char)* jarg1) vtkTextProperty_IsTypeOf; extern(C) void* function(void* jarg1) vtkTextProperty_SafeDownCast; extern(C) void* function(void* jarg1) vtkTextProperty_NewInstance; extern(C) void* function() vtkTextProperty_New; extern(C) void function(void* jarg1, double jarg2, double jarg3, double jarg4) vtkTextProperty_SetColor__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkTextProperty_SetColor__SWIG_1; extern(C) void* function(void* jarg1) vtkTextProperty_GetColor__SWIG_0; extern(C) void function(void* jarg1, void* jarg2, void* jarg3, void* jarg4) vtkTextProperty_GetColor__SWIG_1; extern(C) void function(void* jarg1, void* jarg2) vtkTextProperty_GetColor__SWIG_2; extern(C) void function(void* jarg1, double jarg2) vtkTextProperty_SetOpacity; extern(C) double function(void* jarg1) vtkTextProperty_GetOpacity; extern(C) const(char)* function(void* jarg1) vtkTextProperty_GetFontFamilyAsString__SWIG_0; extern(C) void function(void* jarg1, const(char)* jarg2) vtkTextProperty_SetFontFamilyAsString; extern(C) void function(void* jarg1, int jarg2) vtkTextProperty_SetFontFamily; extern(C) int function(void* jarg1) vtkTextProperty_GetFontFamily; extern(C) int function(void* jarg1) vtkTextProperty_GetFontFamilyMinValue; extern(C) void function(void* jarg1) vtkTextProperty_SetFontFamilyToArial; extern(C) void function(void* jarg1) vtkTextProperty_SetFontFamilyToCourier; extern(C) void function(void* jarg1) vtkTextProperty_SetFontFamilyToTimes; extern(C) int function(const(char)* jarg1) vtkTextProperty_GetFontFamilyFromString; extern(C) const(char)* function(int jarg1) vtkTextProperty_GetFontFamilyAsString__SWIG_1; extern(C) void function(void* jarg1, int jarg2) vtkTextProperty_SetFontSize; extern(C) int function(void* jarg1) vtkTextProperty_GetFontSizeMinValue; extern(C) int function(void* jarg1) vtkTextProperty_GetFontSizeMaxValue; extern(C) int function(void* jarg1) vtkTextProperty_GetFontSize; extern(C) void function(void* jarg1, int jarg2) vtkTextProperty_SetBold; extern(C) int function(void* jarg1) vtkTextProperty_GetBold; extern(C) void function(void* jarg1) vtkTextProperty_BoldOn; extern(C) void function(void* jarg1) vtkTextProperty_BoldOff; extern(C) void function(void* jarg1, int jarg2) vtkTextProperty_SetItalic; extern(C) int function(void* jarg1) vtkTextProperty_GetItalic; extern(C) void function(void* jarg1) vtkTextProperty_ItalicOn; extern(C) void function(void* jarg1) vtkTextProperty_ItalicOff; extern(C) void function(void* jarg1, int jarg2) vtkTextProperty_SetShadow; extern(C) int function(void* jarg1) vtkTextProperty_GetShadow; extern(C) void function(void* jarg1) vtkTextProperty_ShadowOn; extern(C) void function(void* jarg1) vtkTextProperty_ShadowOff; extern(C) void function(void* jarg1, int jarg2, int jarg3) vtkTextProperty_SetShadowOffset__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkTextProperty_SetShadowOffset__SWIG_1; extern(C) void* function(void* jarg1) vtkTextProperty_GetShadowOffset__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkTextProperty_GetShadowOffset__SWIG_1; extern(C) void function(void* jarg1, void* jarg2) vtkTextProperty_GetShadowColor; extern(C) void function(void* jarg1, int jarg2) vtkTextProperty_SetJustification; extern(C) int function(void* jarg1) vtkTextProperty_GetJustificationMinValue; extern(C) int function(void* jarg1) vtkTextProperty_GetJustificationMaxValue; extern(C) int function(void* jarg1) vtkTextProperty_GetJustification; extern(C) void function(void* jarg1) vtkTextProperty_SetJustificationToLeft; extern(C) void function(void* jarg1) vtkTextProperty_SetJustificationToCentered; extern(C) void function(void* jarg1) vtkTextProperty_SetJustificationToRight; extern(C) const(char)* function(void* jarg1) vtkTextProperty_GetJustificationAsString; extern(C) void function(void* jarg1, int jarg2) vtkTextProperty_SetVerticalJustification; extern(C) int function(void* jarg1) vtkTextProperty_GetVerticalJustificationMinValue; extern(C) int function(void* jarg1) vtkTextProperty_GetVerticalJustificationMaxValue; extern(C) int function(void* jarg1) vtkTextProperty_GetVerticalJustification; extern(C) void function(void* jarg1) vtkTextProperty_SetVerticalJustificationToBottom; extern(C) void function(void* jarg1) vtkTextProperty_SetVerticalJustificationToCentered; extern(C) void function(void* jarg1) vtkTextProperty_SetVerticalJustificationToTop; extern(C) const(char)* function(void* jarg1) vtkTextProperty_GetVerticalJustificationAsString; extern(C) void function(void* jarg1, double jarg2) vtkTextProperty_SetOrientation; extern(C) double function(void* jarg1) vtkTextProperty_GetOrientation; extern(C) void function(void* jarg1, double jarg2) vtkTextProperty_SetLineSpacing; extern(C) double function(void* jarg1) vtkTextProperty_GetLineSpacing; extern(C) void function(void* jarg1, double jarg2) vtkTextProperty_SetLineOffset; extern(C) double function(void* jarg1) vtkTextProperty_GetLineOffset; extern(C) void function(void* jarg1, void* jarg2) vtkTextProperty_ShallowCopy; extern(C) void* function(void* objectRef) vtkTextProperty_Upcast; extern(C) int function() VTK_DISPLAY_get; extern(C) int function() VTK_NORMALIZED_DISPLAY_get; extern(C) int function() VTK_VIEWPORT_get; extern(C) int function() VTK_NORMALIZED_VIEWPORT_get; extern(C) int function() VTK_VIEW_get; extern(C) int function() VTK_WORLD_get; extern(C) int function() VTK_USERDEFINED_get; extern(C) int function(const(char)* jarg1) vtkCoordinate_IsTypeOf; extern(C) void* function(void* jarg1) vtkCoordinate_SafeDownCast; extern(C) void* function(void* jarg1) vtkCoordinate_NewInstance; extern(C) void* function() vtkCoordinate_New; extern(C) void function(void* jarg1, int jarg2) vtkCoordinate_SetCoordinateSystem; extern(C) int function(void* jarg1) vtkCoordinate_GetCoordinateSystem; extern(C) void function(void* jarg1) vtkCoordinate_SetCoordinateSystemToDisplay; extern(C) void function(void* jarg1) vtkCoordinate_SetCoordinateSystemToNormalizedDisplay; extern(C) void function(void* jarg1) vtkCoordinate_SetCoordinateSystemToViewport; extern(C) void function(void* jarg1) vtkCoordinate_SetCoordinateSystemToNormalizedViewport; extern(C) void function(void* jarg1) vtkCoordinate_SetCoordinateSystemToView; extern(C) void function(void* jarg1) vtkCoordinate_SetCoordinateSystemToWorld; extern(C) const(char)* function(void* jarg1) vtkCoordinate_GetCoordinateSystemAsString; extern(C) void function(void* jarg1, double jarg2, double jarg3, double jarg4) vtkCoordinate_SetValue__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkCoordinate_SetValue__SWIG_1; extern(C) void* function(void* jarg1) vtkCoordinate_GetValue__SWIG_0; extern(C) void function(void* jarg1, void* jarg2, void* jarg3, void* jarg4) vtkCoordinate_GetValue__SWIG_1; extern(C) void function(void* jarg1, void* jarg2) vtkCoordinate_GetValue__SWIG_2; extern(C) void function(void* jarg1, double jarg2, double jarg3) vtkCoordinate_SetValue__SWIG_2; extern(C) void function(void* jarg1, void* jarg2) vtkCoordinate_SetReferenceCoordinate; extern(C) void* function(void* jarg1) vtkCoordinate_GetReferenceCoordinate; extern(C) void function(void* jarg1, void* jarg2) vtkCoordinate_SetViewport; extern(C) void* function(void* jarg1) vtkCoordinate_GetViewport; extern(C) void* function(void* jarg1, void* jarg2) vtkCoordinate_GetComputedWorldValue; extern(C) void* function(void* jarg1, void* jarg2) vtkCoordinate_GetComputedViewportValue; extern(C) void* function(void* jarg1, void* jarg2) vtkCoordinate_GetComputedDisplayValue; extern(C) void* function(void* jarg1, void* jarg2) vtkCoordinate_GetComputedLocalDisplayValue; extern(C) void* function(void* jarg1, void* jarg2) vtkCoordinate_GetComputedDoubleViewportValue; extern(C) void* function(void* jarg1, void* jarg2) vtkCoordinate_GetComputedDoubleDisplayValue; extern(C) void* function(void* jarg1, void* jarg2) vtkCoordinate_GetComputedValue; extern(C) void* function(void* jarg1, void* jarg2) vtkCoordinate_GetComputedUserDefinedValue; extern(C) void* function(void* objectRef) vtkCoordinate_Upcast; extern(C) void* function() vtkBorderRepresentation_New; extern(C) int function(const(char)* jarg1) vtkBorderRepresentation_IsTypeOf; extern(C) void* function(void* jarg1) vtkBorderRepresentation_SafeDownCast; extern(C) void* function(void* jarg1) vtkBorderRepresentation_NewInstance; extern(C) void* function(void* jarg1) vtkBorderRepresentation_GetPositionCoordinate; extern(C) void function(void* jarg1, void* jarg2) vtkBorderRepresentation_SetPosition__SWIG_0; extern(C) void function(void* jarg1, double jarg2, double jarg3) vtkBorderRepresentation_SetPosition__SWIG_1; extern(C) void* function(void* jarg1) vtkBorderRepresentation_GetPosition; extern(C) void* function(void* jarg1) vtkBorderRepresentation_GetPosition2Coordinate; extern(C) void function(void* jarg1, void* jarg2) vtkBorderRepresentation_SetPosition2__SWIG_0; extern(C) void function(void* jarg1, double jarg2, double jarg3) vtkBorderRepresentation_SetPosition2__SWIG_1; extern(C) void* function(void* jarg1) vtkBorderRepresentation_GetPosition2; extern(C) void function(void* jarg1, int jarg2) vtkBorderRepresentation_SetShowBorder; extern(C) int function(void* jarg1) vtkBorderRepresentation_GetShowBorderMinValue; extern(C) int function(void* jarg1) vtkBorderRepresentation_GetShowBorderMaxValue; extern(C) int function(void* jarg1) vtkBorderRepresentation_GetShowBorder; extern(C) void function(void* jarg1) vtkBorderRepresentation_SetShowBorderToOff; extern(C) void function(void* jarg1) vtkBorderRepresentation_SetShowBorderToOn; extern(C) void function(void* jarg1) vtkBorderRepresentation_SetShowBorderToActive; extern(C) void* function(void* jarg1) vtkBorderRepresentation_GetBorderProperty; extern(C) void function(void* jarg1, int jarg2) vtkBorderRepresentation_SetProportionalResize; extern(C) int function(void* jarg1) vtkBorderRepresentation_GetProportionalResize; extern(C) void function(void* jarg1) vtkBorderRepresentation_ProportionalResizeOn; extern(C) void function(void* jarg1) vtkBorderRepresentation_ProportionalResizeOff; extern(C) void function(void* jarg1, int jarg2, int jarg3) vtkBorderRepresentation_SetMinimumSize__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkBorderRepresentation_SetMinimumSize__SWIG_1; extern(C) void* function(void* jarg1) vtkBorderRepresentation_GetMinimumSize__SWIG_0; extern(C) void function(void* jarg1, void* jarg2, void* jarg3) vtkBorderRepresentation_GetMinimumSize__SWIG_1; extern(C) void function(void* jarg1, void* jarg2) vtkBorderRepresentation_GetMinimumSize__SWIG_2; extern(C) void function(void* jarg1, int jarg2, int jarg3) vtkBorderRepresentation_SetMaximumSize__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkBorderRepresentation_SetMaximumSize__SWIG_1; extern(C) void* function(void* jarg1) vtkBorderRepresentation_GetMaximumSize__SWIG_0; extern(C) void function(void* jarg1, void* jarg2, void* jarg3) vtkBorderRepresentation_GetMaximumSize__SWIG_1; extern(C) void function(void* jarg1, void* jarg2) vtkBorderRepresentation_GetMaximumSize__SWIG_2; extern(C) void function(void* jarg1, int jarg2) vtkBorderRepresentation_SetTolerance; extern(C) int function(void* jarg1) vtkBorderRepresentation_GetToleranceMinValue; extern(C) int function(void* jarg1) vtkBorderRepresentation_GetToleranceMaxValue; extern(C) int function(void* jarg1) vtkBorderRepresentation_GetTolerance; extern(C) void* function(void* jarg1) vtkBorderRepresentation_GetSelectionPoint__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkBorderRepresentation_GetSelectionPoint__SWIG_1; extern(C) void function(void* jarg1, int jarg2) vtkBorderRepresentation_SetMoving; extern(C) int function(void* jarg1) vtkBorderRepresentation_GetMoving; extern(C) void function(void* jarg1) vtkBorderRepresentation_MovingOn; extern(C) void function(void* jarg1) vtkBorderRepresentation_MovingOff; extern(C) void function(void* jarg1, void* jarg2) vtkBorderRepresentation_GetSize; extern(C) int function(void* jarg1, int jarg2, int jarg3, int jarg4) vtkBorderRepresentation_ComputeInteractionState__SWIG_0; extern(C) int function(void* jarg1, int jarg2, int jarg3) vtkBorderRepresentation_ComputeInteractionState__SWIG_1; extern(C) void* function(void* objectRef) vtkBorderRepresentation_Upcast; extern(C) void* function() vtkLogoRepresentation_New; extern(C) int function(const(char)* jarg1) vtkLogoRepresentation_IsTypeOf; extern(C) void* function(void* jarg1) vtkLogoRepresentation_SafeDownCast; extern(C) void* function(void* jarg1) vtkLogoRepresentation_NewInstance; extern(C) void function(void* jarg1, void* jarg2) vtkLogoRepresentation_SetImage; extern(C) void* function(void* jarg1) vtkLogoRepresentation_GetImage; extern(C) void function(void* jarg1, void* jarg2) vtkLogoRepresentation_SetImageProperty; extern(C) void* function(void* jarg1) vtkLogoRepresentation_GetImageProperty; extern(C) void* function(void* objectRef) vtkLogoRepresentation_Upcast; extern(C) int function(const(char)* jarg1) vtkPen_IsTypeOf; extern(C) void* function(void* jarg1) vtkPen_SafeDownCast; extern(C) void* function(void* jarg1) vtkPen_NewInstance; extern(C) void* function() vtkPen_New; extern(C) void function(void* jarg1, int jarg2) vtkPen_SetLineType; extern(C) int function(void* jarg1) vtkPen_GetLineType; extern(C) void function(void* jarg1, void* jarg2) vtkPen_SetColorF__SWIG_0; extern(C) void function(void* jarg1, double jarg2, double jarg3, double jarg4) vtkPen_SetColorF__SWIG_1; extern(C) void function(void* jarg1, double jarg2, double jarg3, double jarg4, double jarg5) vtkPen_SetColorF__SWIG_2; extern(C) void function(void* jarg1, double jarg2) vtkPen_SetOpacityF; extern(C) void function(void* jarg1, void* jarg2) vtkPen_SetColor__SWIG_0; extern(C) void function(void* jarg1, ubyte jarg2, ubyte jarg3, ubyte jarg4) vtkPen_SetColor__SWIG_1; extern(C) void function(void* jarg1, ubyte jarg2, ubyte jarg3, ubyte jarg4, ubyte jarg5) vtkPen_SetColor__SWIG_2; extern(C) void function(void* jarg1, void* jarg2) vtkPen_SetColor__SWIG_3; extern(C) void function(void* jarg1, ubyte jarg2) vtkPen_SetOpacity; extern(C) void function(void* jarg1, void* jarg2) vtkPen_GetColorF; extern(C) void function(void* jarg1, void* jarg2) vtkPen_GetColor__SWIG_0; extern(C) void* function(void* jarg1) vtkPen_GetColorObject; extern(C) ubyte function(void* jarg1) vtkPen_GetOpacity; extern(C) void* function(void* jarg1) vtkPen_GetColor__SWIG_1; extern(C) void function(void* jarg1, float jarg2) vtkPen_SetWidth; extern(C) float function(void* jarg1) vtkPen_GetWidth; extern(C) void function(void* jarg1, void* jarg2) vtkPen_DeepCopy; extern(C) void* function() new_vtkPen; extern(C) void function(void* jarg1) delete_vtkPen; extern(C) void* function(void* objectRef) vtkPen_Upcast; extern(C) void* function() vtkImageSeedConnectivity_New; extern(C) int function(const(char)* jarg1) vtkImageSeedConnectivity_IsTypeOf; extern(C) void* function(void* jarg1) vtkImageSeedConnectivity_SafeDownCast; extern(C) void* function(void* jarg1) vtkImageSeedConnectivity_NewInstance; extern(C) void function(void* jarg1) vtkImageSeedConnectivity_RemoveAllSeeds; extern(C) void function(void* jarg1, int jarg2, void* jarg3) vtkImageSeedConnectivity_AddSeed__SWIG_0; extern(C) void function(void* jarg1, int jarg2, int jarg3, int jarg4) vtkImageSeedConnectivity_AddSeed__SWIG_1; extern(C) void function(void* jarg1, int jarg2, int jarg3) vtkImageSeedConnectivity_AddSeed__SWIG_2; extern(C) void function(void* jarg1, int jarg2) vtkImageSeedConnectivity_SetInputConnectValue; extern(C) int function(void* jarg1) vtkImageSeedConnectivity_GetInputConnectValue; extern(C) void function(void* jarg1, int jarg2) vtkImageSeedConnectivity_SetOutputConnectedValue; extern(C) int function(void* jarg1) vtkImageSeedConnectivity_GetOutputConnectedValue; extern(C) void function(void* jarg1, int jarg2) vtkImageSeedConnectivity_SetOutputUnconnectedValue; extern(C) int function(void* jarg1) vtkImageSeedConnectivity_GetOutputUnconnectedValue; extern(C) void* function(void* jarg1) vtkImageSeedConnectivity_GetConnector; extern(C) void function(void* jarg1, int jarg2) vtkImageSeedConnectivity_SetDimensionality; extern(C) int function(void* jarg1) vtkImageSeedConnectivity_GetDimensionality; extern(C) void* function(void* objectRef) vtkImageSeedConnectivity_Upcast; extern(C) int function(const(char)* jarg1) vtkInformationVariantVectorKey_IsTypeOf; extern(C) void* function(void* jarg1) vtkInformationVariantVectorKey_SafeDownCast; extern(C) void* function(void* jarg1) vtkInformationVariantVectorKey_NewInstance; extern(C) void* function(const(char)* jarg1, const(char)* jarg2, int jarg3) new_vtkInformationVariantVectorKey__SWIG_0; extern(C) void* function(const(char)* jarg1, const(char)* jarg2) new_vtkInformationVariantVectorKey__SWIG_1; extern(C) void function(void* jarg1) delete_vtkInformationVariantVectorKey; extern(C) void function(void* jarg1, void* jarg2, void* jarg3) vtkInformationVariantVectorKey_Append; extern(C) void function(void* jarg1, void* jarg2, void* jarg3, int jarg4) vtkInformationVariantVectorKey_Set; extern(C) void* function(void* jarg1, void* jarg2) vtkInformationVariantVectorKey_Get__SWIG_0; extern(C) void* function(void* jarg1, void* jarg2, int jarg3) vtkInformationVariantVectorKey_Get__SWIG_1; extern(C) void function(void* jarg1, void* jarg2, void* jarg3) vtkInformationVariantVectorKey_Get__SWIG_2; extern(C) int function(void* jarg1, void* jarg2) vtkInformationVariantVectorKey_Length; extern(C) void* function(void* objectRef) vtkInformationVariantVectorKey_Upcast; extern(C) void* function() vtkImageVariance3D_New; extern(C) int function(const(char)* jarg1) vtkImageVariance3D_IsTypeOf; extern(C) void* function(void* jarg1) vtkImageVariance3D_SafeDownCast; extern(C) void* function(void* jarg1) vtkImageVariance3D_NewInstance; extern(C) void function(void* jarg1, int jarg2, int jarg3, int jarg4) vtkImageVariance3D_SetKernelSize; extern(C) void* function(void* objectRef) vtkImageVariance3D_Upcast; extern(C) void* function() vtkMaskPolyData_New; extern(C) int function(const(char)* jarg1) vtkMaskPolyData_IsTypeOf; extern(C) void* function(void* jarg1) vtkMaskPolyData_SafeDownCast; extern(C) void* function(void* jarg1) vtkMaskPolyData_NewInstance; extern(C) void function(void* jarg1, int jarg2) vtkMaskPolyData_SetOnRatio; extern(C) int function(void* jarg1) vtkMaskPolyData_GetOnRatioMinValue; extern(C) int function(void* jarg1) vtkMaskPolyData_GetOnRatioMaxValue; extern(C) int function(void* jarg1) vtkMaskPolyData_GetOnRatio; extern(C) void function(void* jarg1, long jarg2) vtkMaskPolyData_SetOffset; extern(C) long function(void* jarg1) vtkMaskPolyData_GetOffsetMinValue; extern(C) long function(void* jarg1) vtkMaskPolyData_GetOffsetMaxValue; extern(C) long function(void* jarg1) vtkMaskPolyData_GetOffset; extern(C) void* function(void* objectRef) vtkMaskPolyData_Upcast; extern(C) int function(const(char)* jarg1) vtkEdgeLayoutStrategy_IsTypeOf; extern(C) void* function(void* jarg1) vtkEdgeLayoutStrategy_SafeDownCast; extern(C) void* function(void* jarg1) vtkEdgeLayoutStrategy_NewInstance; extern(C) void function(void* jarg1, void* jarg2) vtkEdgeLayoutStrategy_SetGraph; extern(C) void function(void* jarg1) vtkEdgeLayoutStrategy_Initialize; extern(C) void function(void* jarg1) vtkEdgeLayoutStrategy_Layout; extern(C) void function(void* jarg1, const(char)* jarg2) vtkEdgeLayoutStrategy_SetEdgeWeightArrayName; extern(C) const(char)* function(void* jarg1) vtkEdgeLayoutStrategy_GetEdgeWeightArrayName; extern(C) void* function(void* objectRef) vtkEdgeLayoutStrategy_Upcast; extern(C) void* function() vtkAMRVolumeMapper_New; extern(C) int function(const(char)* jarg1) vtkAMRVolumeMapper_IsTypeOf; extern(C) void* function(void* jarg1) vtkAMRVolumeMapper_SafeDownCast; extern(C) void* function(void* jarg1) vtkAMRVolumeMapper_NewInstance; extern(C) void function(void* jarg1, void* jarg2) vtkAMRVolumeMapper_SetInputData__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkAMRVolumeMapper_SetInputData__SWIG_1; extern(C) void function(void* jarg1, void* jarg2) vtkAMRVolumeMapper_SetInputData__SWIG_2; extern(C) void function(void* jarg1, int jarg2, void* jarg3) vtkAMRVolumeMapper_SetInputConnection__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkAMRVolumeMapper_SetInputConnection__SWIG_1; extern(C) void* function(void* jarg1) vtkAMRVolumeMapper_GetBounds__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkAMRVolumeMapper_GetBounds__SWIG_1; extern(C) void function(void* jarg1, int jarg2) vtkAMRVolumeMapper_SelectScalarArray__SWIG_0; extern(C) void function(void* jarg1, const(char)* jarg2) vtkAMRVolumeMapper_SelectScalarArray__SWIG_1; extern(C) const(char)* function(void* jarg1) vtkAMRVolumeMapper_GetScalarModeAsString; extern(C) void function(void* jarg1, double jarg2, double jarg3, double jarg4, double jarg5, double jarg6, double jarg7) vtkAMRVolumeMapper_SetCroppingRegionPlanes__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkAMRVolumeMapper_SetCroppingRegionPlanes__SWIG_1; extern(C) void function(void* jarg1, void* jarg2) vtkAMRVolumeMapper_GetCroppingRegionPlanes__SWIG_0; extern(C) void* function(void* jarg1) vtkAMRVolumeMapper_GetCroppingRegionPlanes__SWIG_1; extern(C) void function(void* jarg1, int jarg2) vtkAMRVolumeMapper_SetRequestedRenderMode; extern(C) int function(void* jarg1) vtkAMRVolumeMapper_GetRequestedRenderMode; extern(C) void function(void* jarg1) vtkAMRVolumeMapper_SetRequestedRenderModeToDefault; extern(C) void function(void* jarg1) vtkAMRVolumeMapper_SetRequestedRenderModeToRayCastAndTexture; extern(C) void function(void* jarg1) vtkAMRVolumeMapper_SetRequestedRenderModeToRayCast; extern(C) void function(void* jarg1) vtkAMRVolumeMapper_SetRequestedRenderModeToTexture; extern(C) void function(void* jarg1) vtkAMRVolumeMapper_SetRequestedRenderModeToGPU; extern(C) void function(void* jarg1, int jarg2) vtkAMRVolumeMapper_SetInterpolationMode; extern(C) int function(void* jarg1) vtkAMRVolumeMapper_GetInterpolationMode; extern(C) void function(void* jarg1) vtkAMRVolumeMapper_SetInterpolationModeToNearestNeighbor; extern(C) void function(void* jarg1) vtkAMRVolumeMapper_SetInterpolationModeToLinear; extern(C) void function(void* jarg1) vtkAMRVolumeMapper_SetInterpolationModeToCubic; extern(C) void function(void* jarg1, int jarg2, int jarg3, int jarg4) vtkAMRVolumeMapper_SetNumberOfSamples__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkAMRVolumeMapper_SetNumberOfSamples__SWIG_1; extern(C) void* function(void* jarg1) vtkAMRVolumeMapper_GetNumberOfSamples__SWIG_0; extern(C) void function(void* jarg1, void* jarg2, void* jarg3, void* jarg4) vtkAMRVolumeMapper_GetNumberOfSamples__SWIG_1; extern(C) void function(void* jarg1, void* jarg2) vtkAMRVolumeMapper_GetNumberOfSamples__SWIG_2; extern(C) void function(void* jarg1, double jarg2) vtkAMRVolumeMapper_SetInteractiveUpdateRate; extern(C) double function(void* jarg1) vtkAMRVolumeMapper_GetInteractiveUpdateRate; extern(C) void function(void* jarg1, int jarg2) vtkAMRVolumeMapper_SetRequestedResamplingMode; extern(C) int function(void* jarg1) vtkAMRVolumeMapper_GetRequestedResamplingMode; extern(C) void function(void* jarg1, uint jarg2) vtkAMRVolumeMapper_SetFreezeFocalPoint; extern(C) uint function(void* jarg1) vtkAMRVolumeMapper_GetFreezeFocalPoint; extern(C) void function(void* jarg1, double jarg2) vtkAMRVolumeMapper_SetResamplerUpdateTolerance; extern(C) double function(void* jarg1) vtkAMRVolumeMapper_GetResamplerUpdateTolerance; extern(C) void function(void* jarg1, uint jarg2) vtkAMRVolumeMapper_SetUseDefaultThreading; extern(C) uint function(void* jarg1) vtkAMRVolumeMapper_GetUseDefaultThreading; extern(C) uint function(void* jarg1, void* jarg2, void* jarg3, void* jarg4) vtkAMRVolumeMapper_ComputeResamplerBoundsFrustumMethod; extern(C) void* function(void* objectRef) vtkAMRVolumeMapper_Upcast; extern(C) void* function() vtkImageCorrelation_New; extern(C) int function(const(char)* jarg1) vtkImageCorrelation_IsTypeOf; extern(C) void* function(void* jarg1) vtkImageCorrelation_SafeDownCast; extern(C) void* function(void* jarg1) vtkImageCorrelation_NewInstance; extern(C) void function(void* jarg1, int jarg2) vtkImageCorrelation_SetDimensionality; extern(C) int function(void* jarg1) vtkImageCorrelation_GetDimensionalityMinValue; extern(C) int function(void* jarg1) vtkImageCorrelation_GetDimensionalityMaxValue; extern(C) int function(void* jarg1) vtkImageCorrelation_GetDimensionality; extern(C) void function(void* jarg1, void* jarg2) vtkImageCorrelation_SetInput1Data; extern(C) void function(void* jarg1, void* jarg2) vtkImageCorrelation_SetInput2Data; extern(C) void* function(void* objectRef) vtkImageCorrelation_Upcast; extern(C) void* function() vtkRayCastImageDisplayHelper_New; extern(C) int function(const(char)* jarg1) vtkRayCastImageDisplayHelper_IsTypeOf; extern(C) void* function(void* jarg1) vtkRayCastImageDisplayHelper_SafeDownCast; extern(C) void* function(void* jarg1) vtkRayCastImageDisplayHelper_NewInstance; extern(C) void function(void* jarg1, void* jarg2, void* jarg3, void* jarg4, void* jarg5, void* jarg6, void* jarg7, float jarg8, void* jarg9) vtkRayCastImageDisplayHelper_RenderTexture__SWIG_0; extern(C) void function(void* jarg1, void* jarg2, void* jarg3, void* jarg4, void* jarg5, void* jarg6, void* jarg7, float jarg8, void* jarg9) vtkRayCastImageDisplayHelper_RenderTexture__SWIG_1; extern(C) void function(void* jarg1, void* jarg2, void* jarg3, void* jarg4, float jarg5) vtkRayCastImageDisplayHelper_RenderTexture__SWIG_2; extern(C) void function(void* jarg1, int jarg2) vtkRayCastImageDisplayHelper_SetPreMultipliedColors; extern(C) int function(void* jarg1) vtkRayCastImageDisplayHelper_GetPreMultipliedColorsMinValue; extern(C) int function(void* jarg1) vtkRayCastImageDisplayHelper_GetPreMultipliedColorsMaxValue; extern(C) int function(void* jarg1) vtkRayCastImageDisplayHelper_GetPreMultipliedColors; extern(C) void function(void* jarg1) vtkRayCastImageDisplayHelper_PreMultipliedColorsOn; extern(C) void function(void* jarg1) vtkRayCastImageDisplayHelper_PreMultipliedColorsOff; extern(C) void function(void* jarg1, float jarg2) vtkRayCastImageDisplayHelper_SetPixelScale; extern(C) float function(void* jarg1) vtkRayCastImageDisplayHelper_GetPixelScale; extern(C) void* function(void* objectRef) vtkRayCastImageDisplayHelper_Upcast; extern(C) void* function() vtkOpenGLRayCastImageDisplayHelper_New; extern(C) int function(const(char)* jarg1) vtkOpenGLRayCastImageDisplayHelper_IsTypeOf; extern(C) void* function(void* jarg1) vtkOpenGLRayCastImageDisplayHelper_SafeDownCast; extern(C) void* function(void* jarg1) vtkOpenGLRayCastImageDisplayHelper_NewInstance; extern(C) void function(void* jarg1, void* jarg2, void* jarg3, void* jarg4, void* jarg5, void* jarg6, void* jarg7, float jarg8, void* jarg9) vtkOpenGLRayCastImageDisplayHelper_RenderTexture__SWIG_0; extern(C) void function(void* jarg1, void* jarg2, void* jarg3, void* jarg4, void* jarg5, void* jarg6, void* jarg7, float jarg8, void* jarg9) vtkOpenGLRayCastImageDisplayHelper_RenderTexture__SWIG_1; extern(C) void function(void* jarg1, void* jarg2, void* jarg3, void* jarg4, float jarg5) vtkOpenGLRayCastImageDisplayHelper_RenderTexture__SWIG_2; extern(C) void* function(void* objectRef) vtkOpenGLRayCastImageDisplayHelper_Upcast; extern(C) void* function() vtkCompositePainter_New; extern(C) int function(const(char)* jarg1) vtkCompositePainter_IsTypeOf; extern(C) void* function(void* jarg1) vtkCompositePainter_SafeDownCast; extern(C) void* function(void* jarg1) vtkCompositePainter_NewInstance; extern(C) void* function() vtkCompositePainter_DISPLAY_ATTRIBUTES; extern(C) void function(void* jarg1, void* jarg2) vtkCompositePainter_SetCompositeDataDisplayAttributes; extern(C) void* function(void* jarg1) vtkCompositePainter_GetCompositeDataDisplayAttributes; extern(C) void* function() new_vtkCompositePainter; extern(C) void function(void* jarg1) delete_vtkCompositePainter; extern(C) void* function(void* objectRef) vtkCompositePainter_Upcast; extern(C) void* function() vtkOpenGLCompositePainter_New; extern(C) int function(const(char)* jarg1) vtkOpenGLCompositePainter_IsTypeOf; extern(C) void* function(void* jarg1) vtkOpenGLCompositePainter_SafeDownCast; extern(C) void* function(void* jarg1) vtkOpenGLCompositePainter_NewInstance; extern(C) void* function(void* objectRef) vtkOpenGLCompositePainter_Upcast; extern(C) int function(const(char)* jarg1) vtkGenericMovieWriter_IsTypeOf; extern(C) void* function(void* jarg1) vtkGenericMovieWriter_SafeDownCast; extern(C) void* function(void* jarg1) vtkGenericMovieWriter_NewInstance; extern(C) void function(void* jarg1, const(char)* jarg2) vtkGenericMovieWriter_SetFileName; extern(C) const(char)* function(void* jarg1) vtkGenericMovieWriter_GetFileName; extern(C) void function(void* jarg1) vtkGenericMovieWriter_Start; extern(C) void function(void* jarg1) vtkGenericMovieWriter_Write; extern(C) void function(void* jarg1) vtkGenericMovieWriter_End; extern(C) int function(void* jarg1) vtkGenericMovieWriter_GetError; extern(C) const(char)* function(core.stdc.config.c_ulong jarg1) vtkGenericMovieWriter_GetStringFromErrorCode; extern(C) void* function(void* objectRef) vtkGenericMovieWriter_Upcast; extern(C) void* function() vtkJPEGWriter_New; extern(C) int function(const(char)* jarg1) vtkJPEGWriter_IsTypeOf; extern(C) void* function(void* jarg1) vtkJPEGWriter_SafeDownCast; extern(C) void* function(void* jarg1) vtkJPEGWriter_NewInstance; extern(C) void function(void* jarg1, int jarg2) vtkJPEGWriter_SetQuality; extern(C) int function(void* jarg1) vtkJPEGWriter_GetQualityMinValue; extern(C) int function(void* jarg1) vtkJPEGWriter_GetQualityMaxValue; extern(C) int function(void* jarg1) vtkJPEGWriter_GetQuality; extern(C) void function(void* jarg1, uint jarg2) vtkJPEGWriter_SetProgressive; extern(C) uint function(void* jarg1) vtkJPEGWriter_GetProgressive; extern(C) void function(void* jarg1) vtkJPEGWriter_ProgressiveOn; extern(C) void function(void* jarg1) vtkJPEGWriter_ProgressiveOff; extern(C) void function(void* jarg1, uint jarg2) vtkJPEGWriter_SetWriteToMemory; extern(C) uint function(void* jarg1) vtkJPEGWriter_GetWriteToMemory; extern(C) void function(void* jarg1) vtkJPEGWriter_WriteToMemoryOn; extern(C) void function(void* jarg1) vtkJPEGWriter_WriteToMemoryOff; extern(C) void function(void* jarg1, void* jarg2) vtkJPEGWriter_SetResult; extern(C) void* function(void* jarg1) vtkJPEGWriter_GetResult; extern(C) void* function(void* objectRef) vtkJPEGWriter_Upcast; extern(C) void* function() new_DICOMFile; extern(C) void function(void* jarg1) delete_DICOMFile; extern(C) uint function(void* jarg1, const(char)* jarg2) DICOMFile_Open; extern(C) void function(void* jarg1) DICOMFile_Close; extern(C) core.stdc.config.c_long function(void* jarg1) DICOMFile_Tell; extern(C) void function(void* jarg1, core.stdc.config.c_long jarg2) DICOMFile_SkipToPos; extern(C) core.stdc.config.c_long function(void* jarg1) DICOMFile_GetSize; extern(C) void function(void* jarg1, core.stdc.config.c_long jarg2) DICOMFile_Skip; extern(C) void function(void* jarg1) DICOMFile_SkipToStart; extern(C) void function(void* jarg1, void* jarg2, core.stdc.config.c_long jarg3) DICOMFile_Read; extern(C) ushort function(void* jarg1) DICOMFile_ReadDoubleByte; extern(C) ushort function(void* jarg1) DICOMFile_ReadDoubleByteAsLittleEndian; extern(C) int function(void* jarg1) DICOMFile_ReadQuadByte; extern(C) int function(void* jarg1, int jarg2) DICOMFile_ReadNBytes; extern(C) float function(void* jarg1, int jarg2) DICOMFile_ReadAsciiFloat; extern(C) int function(void* jarg1, int jarg2) DICOMFile_ReadAsciiInt; extern(C) const(char)* function(void* jarg1, int jarg2) DICOMFile_ReadAsciiCharArray; extern(C) int function(void* jarg1, uint jarg2) DICOMFile_ReturnAsSignedLong; extern(C) uint function(void* jarg1, uint jarg2) DICOMFile_ReturnAsUnsignedLong; extern(C) ushort function(void* jarg1, uint jarg2) DICOMFile_ReturnAsUnsignedShort; extern(C) short function(void* jarg1, uint jarg2) DICOMFile_ReturnAsSignedShort; extern(C) int function(void* jarg1, uint jarg2) DICOMFile_ReturnAsInteger; extern(C) float function(void* jarg1, uint jarg2) DICOMFile_ReturnAsFloat; extern(C) uint function(void* jarg1) DICOMFile_GetPlatformIsBigEndian; extern(C) void function(void* jarg1, uint jarg2) DICOMFile_SetPlatformIsBigEndian; extern(C) void function(void* jarg1, void* jarg2, int jarg3) DICOMFile_swap2__SWIG_0; extern(C) void function(void* jarg1, void* jarg2, int jarg3) DICOMFile_swap4__SWIG_0; extern(C) ushort function(ushort jarg1) DICOMFile_swap2__SWIG_1; extern(C) uint function(uint jarg1) DICOMFile_swap4__SWIG_1; extern(C) const(char)* function(void* jarg1) DICOMFile_GetPlatformEndian; extern(C) uint function(void* jarg1, void* jarg2, void* jarg3) group_element_compare_opCall; extern(C) void* function() new_group_element_compare; extern(C) void function(void* jarg1) delete_group_element_compare; extern(C) void* function(ushort jarg1, ushort jarg2) new_DICOMMapKey; extern(C) void function(void* jarg1) delete_DICOMMapKey; extern(C) void* function() new_DICOMMapValue__SWIG_0; extern(C) void* function(ushort jarg1, void* jarg2) new_DICOMMapValue__SWIG_1; extern(C) void function(void* jarg1) delete_DICOMMapValue; extern(C) void* function() new_DICOMParserMap; extern(C) void function(void* jarg1) delete_DICOMParserMap; extern(C) void* function() new_DICOMImplicitTypeMap; extern(C) void function(void* jarg1) delete_DICOMImplicitTypeMap; extern(C) void* function() new_DICOMParser; extern(C) void function(void* jarg1) delete_DICOMParser; extern(C) uint function(void* jarg1, const(char)* jarg2) DICOMParser_OpenFile; extern(C) const(char)* function(void* jarg1) DICOMParser_GetFileName; extern(C) uint function(void* jarg1) DICOMParser_ReadHeader; extern(C) uint function(void* jarg1) DICOMParser_IsDICOMFile__SWIG_0; extern(C) uint function(void* jarg1) DICOMParser_IsDICOMFile__SWIG_1; extern(C) uint function(const(char)* jarg1) DICOMParser_CheckMagic; extern(C) void function(void* jarg1, ushort jarg2, ushort jarg3, int jarg4, void* jarg5, int jarg6) DICOMParser_ModalityTag; extern(C) void function(void* jarg1, ushort jarg2, ushort jarg3, int jarg4, void* jarg5) DICOMParser_SetDICOMTagCallbacks; extern(C) void function(void* jarg1, ushort jarg2, ushort jarg3, int jarg4, void* jarg5) DICOMParser_AddDICOMTagCallbacks; extern(C) void function(void* jarg1, ushort jarg2, ushort jarg3, int jarg4, void* jarg5) DICOMParser_AddDICOMTagCallback; extern(C) void function(void* jarg1, void* jarg2) DICOMParser_AddDICOMTagCallbackToAllTags; extern(C) void* function(void* jarg1) DICOMParser_GetDICOMFile; extern(C) void function(void* jarg1) DICOMParser_ClearAllDICOMTagCallbacks; extern(C) void function(void* jarg1, void* jarg2, ushort jarg3, ushort jarg4, int jarg5, void* jarg6, int jarg7) DICOMParser_TransferSyntaxCallback; extern(C) void function(void* jarg1, void* jarg2, void* jarg3, void* jarg4) DICOMParser_GetGroupsElementsDatatypes; extern(C) void function(void* jarg1) delete_DICOMCallback; extern(C) void function(void* jarg1, void* jarg2, ushort jarg3, ushort jarg4, int jarg5, void* jarg6, int jarg7) DICOMCallback_Execute; extern(C) uint function(void* jarg1, const(char)* jarg2, const(char)* jarg3) ltstdstr_opCall; extern(C) void* function() new_ltstdstr; extern(C) void function(void* jarg1) delete_ltstdstr; extern(C) void function(void* jarg1, ushort jarg2) DICOMTagInfo_group_set; extern(C) ushort function(void* jarg1) DICOMTagInfo_group_get; extern(C) void function(void* jarg1, ushort jarg2) DICOMTagInfo_element_set; extern(C) ushort function(void* jarg1) DICOMTagInfo_element_get; extern(C) void function(void* jarg1, int jarg2) DICOMTagInfo_datatype_set; extern(C) int function(void* jarg1) DICOMTagInfo_datatype_get; extern(C) void function(void* jarg1, const(char)* jarg2) DICOMTagInfo_description_set; extern(C) const(char)* function(void* jarg1) DICOMTagInfo_description_get; extern(C) void* function() new_DICOMTagInfo; extern(C) void function(void* jarg1) delete_DICOMTagInfo; extern(C) void* function() new_DICOMOrderingElements; extern(C) void function(void* jarg1, int jarg2) DICOMOrderingElements_SliceNumber_set; extern(C) int function(void* jarg1) DICOMOrderingElements_SliceNumber_get; extern(C) void function(void* jarg1, float jarg2) DICOMOrderingElements_SliceLocation_set; extern(C) float function(void* jarg1) DICOMOrderingElements_SliceLocation_get; extern(C) void function(void* jarg1, void* jarg2) DICOMOrderingElements_ImagePositionPatient_set; extern(C) void* function(void* jarg1) DICOMOrderingElements_ImagePositionPatient_get; extern(C) void function(void* jarg1, void* jarg2) DICOMOrderingElements_ImageOrientationPatient_set; extern(C) void* function(void* jarg1) DICOMOrderingElements_ImageOrientationPatient_get; extern(C) void function(void* jarg1) delete_DICOMOrderingElements; extern(C) void* function() new_DICOMAppHelper; extern(C) void function(void* jarg1) delete_DICOMAppHelper; extern(C) void function(void* jarg1, void* jarg2, ushort jarg3, ushort jarg4, int jarg5, void* jarg6, int jarg7) DICOMAppHelper_RescaleSlopeCallback; extern(C) void function(void* jarg1, void* jarg2, ushort jarg3, ushort jarg4, int jarg5, void* jarg6, int jarg7) DICOMAppHelper_ArrayCallback; extern(C) void function(void* jarg1, void* jarg2, ushort jarg3, ushort jarg4, int jarg5, void* jarg6, int jarg7) DICOMAppHelper_SliceNumberCallback; extern(C) void function(void* jarg1, void* jarg2, ushort jarg3, ushort jarg4, int jarg5, void* jarg6, int jarg7) DICOMAppHelper_SliceLocationCallback; extern(C) void function(void* jarg1, void* jarg2, ushort jarg3, ushort jarg4, int jarg5, void* jarg6, int jarg7) DICOMAppHelper_ImagePositionPatientCallback; extern(C) void function(void* jarg1, void* jarg2, ushort jarg3, ushort jarg4, int jarg5, void* jarg6, int jarg7) DICOMAppHelper_ImageOrientationPatientCallback; extern(C) void function(void* jarg1, void* jarg2, ushort jarg3, ushort jarg4, int jarg5, void* jarg6, int jarg7) DICOMAppHelper_SeriesUIDCallback; extern(C) void function(void* jarg1, void* jarg2, ushort jarg3, ushort jarg4, int jarg5, void* jarg6, int jarg7) DICOMAppHelper_TransferSyntaxCallback; extern(C) void function(void* jarg1, void* jarg2, ushort jarg3, ushort jarg4, int jarg5, void* jarg6, int jarg7) DICOMAppHelper_BitsAllocatedCallback; extern(C) void function(void* jarg1, void* jarg2, ushort jarg3, ushort jarg4, int jarg5, void* jarg6, int jarg7) DICOMAppHelper_ToggleSwapBytesCallback; extern(C) void function(void* jarg1, void* jarg2, ushort jarg3, ushort jarg4, int jarg5, void* jarg6, int jarg7) DICOMAppHelper_PixelSpacingCallback; extern(C) void function(void* jarg1, void* jarg2, ushort jarg3, ushort jarg4, int jarg5, void* jarg6, int jarg7) DICOMAppHelper_HeightCallback; extern(C) void function(void* jarg1, void* jarg2, ushort jarg3, ushort jarg4, int jarg5, void* jarg6, int jarg7) DICOMAppHelper_WidthCallback; extern(C) void function(void* jarg1, void* jarg2, ushort jarg3, ushort jarg4, int jarg5, void* jarg6, int jarg7) DICOMAppHelper_PixelRepresentationCallback; extern(C) void function(void* jarg1, void* jarg2, ushort jarg3, ushort jarg4, int jarg5, void* jarg6, int jarg7) DICOMAppHelper_PhotometricInterpretationCallback; extern(C) void function(void* jarg1, void* jarg2, ushort jarg3, ushort jarg4, int jarg5, void* jarg6, int jarg7) DICOMAppHelper_PixelDataCallback; extern(C) void function(void* jarg1, void* jarg2, ushort jarg3, ushort jarg4, int jarg5, void* jarg6, int jarg7) DICOMAppHelper_RescaleOffsetCallback; extern(C) void function(void* jarg1, void* jarg2) DICOMAppHelper_RegisterCallbacks; extern(C) void function(void* jarg1, void* jarg2) DICOMAppHelper_RegisterPixelDataCallback; extern(C) void function(void* jarg1) DICOMAppHelper_OutputSeries; extern(C) void* function(void* jarg1) DICOMAppHelper_GetPixelSpacing; extern(C) int function(void* jarg1) DICOMAppHelper_GetWidth; extern(C) int function(void* jarg1) DICOMAppHelper_GetHeight; extern(C) void* function(void* jarg1) DICOMAppHelper_GetDimensions; extern(C) void* function(void* jarg1) DICOMAppHelper_GetImagePositionPatient; extern(C) void* function(void* jarg1) DICOMAppHelper_GetImageOrientationPatient; extern(C) int function(void* jarg1) DICOMAppHelper_GetBitsAllocated; extern(C) int function(void* jarg1) DICOMAppHelper_GetPixelRepresentation; extern(C) int function(void* jarg1) DICOMAppHelper_GetNumberOfComponents; extern(C) const(char)* function(void* jarg1) DICOMAppHelper_GetTransferSyntaxUID; extern(C) const(char)* function(void* jarg1, const(char)* jarg2) DICOMAppHelper_TransferSyntaxUIDDescription; extern(C) void function(void* jarg1, void* jarg2, void* jarg3, void* jarg4) DICOMAppHelper_GetImageData; extern(C) uint function(void* jarg1) DICOMAppHelper_RescaledImageDataIsFloat; extern(C) uint function(void* jarg1) DICOMAppHelper_RescaledImageDataIsSigned; extern(C) int function(void* jarg1) DICOMAppHelper_GetSliceNumber; extern(C) void function(void* jarg1) DICOMAppHelper_Clear; extern(C) void function(void* jarg1, void* jarg2) DICOMAppHelper_GetSeriesUIDs; extern(C) void function(void* jarg1, const(char)* jarg2, void* jarg3, uint jarg4) DICOMAppHelper_GetSliceNumberFilenamePairs__SWIG_0; extern(C) void function(void* jarg1, const(char)* jarg2, void* jarg3) DICOMAppHelper_GetSliceNumberFilenamePairs__SWIG_1; extern(C) void function(void* jarg1, void* jarg2, uint jarg3) DICOMAppHelper_GetSliceNumberFilenamePairs__SWIG_2; extern(C) void function(void* jarg1, void* jarg2) DICOMAppHelper_GetSliceNumberFilenamePairs__SWIG_3; extern(C) void function(void* jarg1, const(char)* jarg2, void* jarg3, uint jarg4) DICOMAppHelper_GetSliceLocationFilenamePairs__SWIG_0; extern(C) void function(void* jarg1, const(char)* jarg2, void* jarg3) DICOMAppHelper_GetSliceLocationFilenamePairs__SWIG_1; extern(C) void function(void* jarg1, void* jarg2, uint jarg3) DICOMAppHelper_GetSliceLocationFilenamePairs__SWIG_2; extern(C) void function(void* jarg1, void* jarg2) DICOMAppHelper_GetSliceLocationFilenamePairs__SWIG_3; extern(C) void function(void* jarg1, const(char)* jarg2, void* jarg3, uint jarg4) DICOMAppHelper_GetImagePositionPatientFilenamePairs__SWIG_0; extern(C) void function(void* jarg1, const(char)* jarg2, void* jarg3) DICOMAppHelper_GetImagePositionPatientFilenamePairs__SWIG_1; extern(C) void function(void* jarg1, void* jarg2, uint jarg3) DICOMAppHelper_GetImagePositionPatientFilenamePairs__SWIG_2; extern(C) void function(void* jarg1, void* jarg2) DICOMAppHelper_GetImagePositionPatientFilenamePairs__SWIG_3; extern(C) float function(void* jarg1) DICOMAppHelper_GetRescaleSlope; extern(C) float function(void* jarg1) DICOMAppHelper_GetRescaleOffset; extern(C) const(char)* function(void* jarg1) DICOMAppHelper_GetPatientName; extern(C) const(char)* function(void* jarg1) DICOMAppHelper_GetStudyUID; extern(C) const(char)* function(void* jarg1) DICOMAppHelper_GetStudyID; extern(C) void function(void* jarg1, void* jarg2, ushort jarg3, ushort jarg4, int jarg5, void* jarg6, int jarg7) DICOMAppHelper_PatientNameCallback; extern(C) void function(void* jarg1, void* jarg2, ushort jarg3, ushort jarg4, int jarg5, void* jarg6, int jarg7) DICOMAppHelper_StudyUIDCallback; extern(C) void function(void* jarg1, void* jarg2, ushort jarg3, ushort jarg4, int jarg5, void* jarg6, int jarg7) DICOMAppHelper_StudyIDCallback; extern(C) void function(void* jarg1, void* jarg2, ushort jarg3, ushort jarg4, int jarg5, void* jarg6, int jarg7) DICOMAppHelper_GantryAngleCallback; extern(C) float function(void* jarg1) DICOMAppHelper_GetGantryAngle; extern(C) int function(const(char)* jarg1) vtkRowQuery_IsTypeOf; extern(C) void* function(void* jarg1) vtkRowQuery_SafeDownCast; extern(C) void* function(void* jarg1) vtkRowQuery_NewInstance; extern(C) uint function(void* jarg1) vtkRowQuery_Execute; extern(C) int function(void* jarg1) vtkRowQuery_GetNumberOfFields; extern(C) const(char)* function(void* jarg1, int jarg2) vtkRowQuery_GetFieldName; extern(C) int function(void* jarg1, int jarg2) vtkRowQuery_GetFieldType; extern(C) int function(void* jarg1, const(char)* jarg2) vtkRowQuery_GetFieldIndex; extern(C) uint function(void* jarg1) vtkRowQuery_NextRow__SWIG_0; extern(C) uint function(void* jarg1) vtkRowQuery_IsActive; extern(C) uint function(void* jarg1, void* jarg2) vtkRowQuery_NextRow__SWIG_1; extern(C) void* function(void* jarg1, long jarg2) vtkRowQuery_DataValue; extern(C) uint function(void* jarg1) vtkRowQuery_HasError; extern(C) const(char)* function(void* jarg1) vtkRowQuery_GetLastErrorText; extern(C) void function(void* jarg1, uint jarg2) vtkRowQuery_SetCaseSensitiveFieldNames; extern(C) uint function(void* jarg1) vtkRowQuery_GetCaseSensitiveFieldNames; extern(C) void function(void* jarg1) vtkRowQuery_CaseSensitiveFieldNamesOn; extern(C) void function(void* jarg1) vtkRowQuery_CaseSensitiveFieldNamesOff; extern(C) void* function(void* objectRef) vtkRowQuery_Upcast; extern(C) int function(const(char)* jarg1) vtkSQLQuery_IsTypeOf; extern(C) void* function(void* jarg1) vtkSQLQuery_SafeDownCast; extern(C) void* function(void* jarg1) vtkSQLQuery_NewInstance; extern(C) uint function(void* jarg1, const(char)* jarg2) vtkSQLQuery_SetQuery; extern(C) const(char)* function(void* jarg1) vtkSQLQuery_GetQuery; extern(C) uint function(void* jarg1) vtkSQLQuery_BeginTransaction; extern(C) uint function(void* jarg1) vtkSQLQuery_CommitTransaction; extern(C) uint function(void* jarg1) vtkSQLQuery_RollbackTransaction; extern(C) void* function(void* jarg1) vtkSQLQuery_GetDatabase; extern(C) uint function(void* jarg1, int jarg2, int jarg3) vtkSQLQuery_BindParameter__SWIG_0; extern(C) uint function(void* jarg1, int jarg2, float jarg3) vtkSQLQuery_BindParameter__SWIG_1; extern(C) uint function(void* jarg1, int jarg2, double jarg3) vtkSQLQuery_BindParameter__SWIG_2; extern(C) uint function(void* jarg1, int jarg2, const(char)* jarg3) vtkSQLQuery_BindParameter__SWIG_3; extern(C) uint function(void* jarg1, int jarg2, const(char)* jarg3, size_t jarg4) vtkSQLQuery_BindParameter__SWIG_4; extern(C) uint function(void* jarg1, int jarg2, void* jarg3) vtkSQLQuery_BindParameter__SWIG_5; extern(C) uint function(void* jarg1, int jarg2, void* jarg3, size_t jarg4) vtkSQLQuery_BindParameter__SWIG_6; extern(C) uint function(void* jarg1) vtkSQLQuery_ClearParameterBindings; extern(C) const(char)* function(void* jarg1, const(char)* jarg2, uint jarg3) vtkSQLQuery_EscapeString; extern(C) void* function(void* objectRef) vtkSQLQuery_Upcast; extern(C) int function(const(char)* jarg1) vtkSQLiteQuery_IsTypeOf; extern(C) void* function(void* jarg1) vtkSQLiteQuery_SafeDownCast; extern(C) void* function(void* jarg1) vtkSQLiteQuery_NewInstance; extern(C) void* function() vtkSQLiteQuery_New; extern(C) uint function(void* jarg1, int jarg2, int jarg3) vtkSQLiteQuery_BindParameter__SWIG_0; extern(C) uint function(void* jarg1, int jarg2, float jarg3) vtkSQLiteQuery_BindParameter__SWIG_1; extern(C) uint function(void* jarg1, int jarg2, double jarg3) vtkSQLiteQuery_BindParameter__SWIG_2; extern(C) uint function(void* jarg1, int jarg2, const(char)* jarg3) vtkSQLiteQuery_BindParameter__SWIG_3; extern(C) uint function(void* jarg1, int jarg2, const(char)* jarg3, size_t jarg4) vtkSQLiteQuery_BindParameter__SWIG_4; extern(C) uint function(void* jarg1, int jarg2, void* jarg3) vtkSQLiteQuery_BindParameter__SWIG_5; extern(C) uint function(void* jarg1, int jarg2, void* jarg3, size_t jarg4) vtkSQLiteQuery_BindParameter__SWIG_6; extern(C) void* function(void* objectRef) vtkSQLiteQuery_Upcast; extern(C) void* function() vtkVertexListIterator_New; extern(C) int function(const(char)* jarg1) vtkVertexListIterator_IsTypeOf; extern(C) void* function(void* jarg1) vtkVertexListIterator_SafeDownCast; extern(C) void* function(void* jarg1) vtkVertexListIterator_NewInstance; extern(C) void function(void* jarg1, void* jarg2) vtkVertexListIterator_SetGraph; extern(C) void* function(void* jarg1) vtkVertexListIterator_GetGraph; extern(C) long function(void* jarg1) vtkVertexListIterator_Next; extern(C) uint function(void* jarg1) vtkVertexListIterator_HasNext; extern(C) void* function(void* objectRef) vtkVertexListIterator_Upcast; extern(C) int function(const(char)* jarg1) vtkOpenGLRenderWindow_IsTypeOf; extern(C) void* function(void* jarg1) vtkOpenGLRenderWindow_SafeDownCast; extern(C) void* function(void* jarg1) vtkOpenGLRenderWindow_NewInstance; extern(C) void function(int jarg1) vtkOpenGLRenderWindow_SetGlobalMaximumNumberOfMultiSamples; extern(C) int function() vtkOpenGLRenderWindow_GetGlobalMaximumNumberOfMultiSamples; extern(C) void* function(void* jarg1, int jarg2, int jarg3, int jarg4, int jarg5, int jarg6) vtkOpenGLRenderWindow_GetPixelData__SWIG_0; extern(C) int function(void* jarg1, int jarg2, int jarg3, int jarg4, int jarg5, int jarg6, void* jarg7) vtkOpenGLRenderWindow_GetPixelData__SWIG_1; extern(C) int function(void* jarg1, int jarg2, int jarg3, int jarg4, int jarg5, void* jarg6, int jarg7) vtkOpenGLRenderWindow_SetPixelData__SWIG_0; extern(C) int function(void* jarg1, int jarg2, int jarg3, int jarg4, int jarg5, void* jarg6, int jarg7) vtkOpenGLRenderWindow_SetPixelData__SWIG_1; extern(C) void* function(void* jarg1, int jarg2, int jarg3, int jarg4, int jarg5, int jarg6) vtkOpenGLRenderWindow_GetRGBAPixelData__SWIG_0; extern(C) int function(void* jarg1, int jarg2, int jarg3, int jarg4, int jarg5, int jarg6, void* jarg7) vtkOpenGLRenderWindow_GetRGBAPixelData__SWIG_1; extern(C) int function(void* jarg1, int jarg2, int jarg3, int jarg4, int jarg5, void* jarg6, int jarg7, int jarg8) vtkOpenGLRenderWindow_SetRGBAPixelData__SWIG_0; extern(C) int function(void* jarg1, int jarg2, int jarg3, int jarg4, int jarg5, void* jarg6, int jarg7) vtkOpenGLRenderWindow_SetRGBAPixelData__SWIG_1; extern(C) int function(void* jarg1, int jarg2, int jarg3, int jarg4, int jarg5, void* jarg6, int jarg7, int jarg8) vtkOpenGLRenderWindow_SetRGBAPixelData__SWIG_2; extern(C) int function(void* jarg1, int jarg2, int jarg3, int jarg4, int jarg5, void* jarg6, int jarg7) vtkOpenGLRenderWindow_SetRGBAPixelData__SWIG_3; extern(C) void* function(void* jarg1, int jarg2, int jarg3, int jarg4, int jarg5, int jarg6) vtkOpenGLRenderWindow_GetRGBACharPixelData__SWIG_0; extern(C) int function(void* jarg1, int jarg2, int jarg3, int jarg4, int jarg5, int jarg6, void* jarg7) vtkOpenGLRenderWindow_GetRGBACharPixelData__SWIG_1; extern(C) int function(void* jarg1, int jarg2, int jarg3, int jarg4, int jarg5, void* jarg6, int jarg7, int jarg8) vtkOpenGLRenderWindow_SetRGBACharPixelData__SWIG_0; extern(C) int function(void* jarg1, int jarg2, int jarg3, int jarg4, int jarg5, void* jarg6, int jarg7) vtkOpenGLRenderWindow_SetRGBACharPixelData__SWIG_1; extern(C) int function(void* jarg1, int jarg2, int jarg3, int jarg4, int jarg5, void* jarg6, int jarg7, int jarg8) vtkOpenGLRenderWindow_SetRGBACharPixelData__SWIG_2; extern(C) int function(void* jarg1, int jarg2, int jarg3, int jarg4, int jarg5, void* jarg6, int jarg7) vtkOpenGLRenderWindow_SetRGBACharPixelData__SWIG_3; extern(C) void* function(void* jarg1, int jarg2, int jarg3, int jarg4, int jarg5) vtkOpenGLRenderWindow_GetZbufferData__SWIG_0; extern(C) int function(void* jarg1, int jarg2, int jarg3, int jarg4, int jarg5, void* jarg6) vtkOpenGLRenderWindow_GetZbufferData__SWIG_1; extern(C) int function(void* jarg1, int jarg2, int jarg3, int jarg4, int jarg5, void* jarg6) vtkOpenGLRenderWindow_GetZbufferData__SWIG_2; extern(C) int function(void* jarg1, int jarg2, int jarg3, int jarg4, int jarg5, void* jarg6) vtkOpenGLRenderWindow_SetZbufferData__SWIG_0; extern(C) int function(void* jarg1, int jarg2, int jarg3, int jarg4, int jarg5, void* jarg6) vtkOpenGLRenderWindow_SetZbufferData__SWIG_1; extern(C) void function(void* jarg1, void* jarg2) vtkOpenGLRenderWindow_RegisterTextureResource; extern(C) void function(void* jarg1) vtkOpenGLRenderWindow_OpenGLInit; extern(C) void function(void* jarg1) vtkOpenGLRenderWindow_OpenGLInitState; extern(C) void function(void* jarg1) vtkOpenGLRenderWindow_OpenGLInitContext; extern(C) uint function(void* jarg1) vtkOpenGLRenderWindow_GetBackLeftBuffer; extern(C) uint function(void* jarg1) vtkOpenGLRenderWindow_GetBackRightBuffer; extern(C) uint function(void* jarg1) vtkOpenGLRenderWindow_GetFrontLeftBuffer; extern(C) uint function(void* jarg1) vtkOpenGLRenderWindow_GetFrontRightBuffer; extern(C) uint function(void* jarg1) vtkOpenGLRenderWindow_GetBackBuffer; extern(C) uint function(void* jarg1) vtkOpenGLRenderWindow_GetFrontBuffer; extern(C) core.stdc.config.c_ulong function(void* jarg1) vtkOpenGLRenderWindow_GetContextCreationTime; extern(C) void* function(void* jarg1) vtkOpenGLRenderWindow_GetExtensionManager; extern(C) void* function(void* jarg1) vtkOpenGLRenderWindow_GetHardwareSupport; extern(C) void* function(void* objectRef) vtkOpenGLRenderWindow_Upcast; extern(C) void* function() vtkGenericOpenGLRenderWindow_New; extern(C) int function(const(char)* jarg1) vtkGenericOpenGLRenderWindow_IsTypeOf; extern(C) void* function(void* jarg1) vtkGenericOpenGLRenderWindow_SafeDownCast; extern(C) void* function(void* jarg1) vtkGenericOpenGLRenderWindow_NewInstance; extern(C) void function(void* jarg1, uint jarg2) vtkGenericOpenGLRenderWindow_SetFrontBuffer; extern(C) void function(void* jarg1, uint jarg2) vtkGenericOpenGLRenderWindow_SetFrontLeftBuffer; extern(C) void function(void* jarg1, uint jarg2) vtkGenericOpenGLRenderWindow_SetFrontRightBuffer; extern(C) void function(void* jarg1, uint jarg2) vtkGenericOpenGLRenderWindow_SetBackBuffer; extern(C) void function(void* jarg1, uint jarg2) vtkGenericOpenGLRenderWindow_SetBackLeftBuffer; extern(C) void function(void* jarg1, uint jarg2) vtkGenericOpenGLRenderWindow_SetBackRightBuffer; extern(C) void function(void* jarg1) vtkGenericOpenGLRenderWindow_PushState; extern(C) void function(void* jarg1) vtkGenericOpenGLRenderWindow_PopState; extern(C) void function(void* jarg1) vtkGenericOpenGLRenderWindow_CreateAWindow; extern(C) void function(void* jarg1) vtkGenericOpenGLRenderWindow_DestroyWindow; extern(C) void* function(void* objectRef) vtkGenericOpenGLRenderWindow_Upcast; extern(C) void* function() vtkTriangularTCoords_New; extern(C) int function(const(char)* jarg1) vtkTriangularTCoords_IsTypeOf; extern(C) void* function(void* jarg1) vtkTriangularTCoords_SafeDownCast; extern(C) void* function(void* jarg1) vtkTriangularTCoords_NewInstance; extern(C) void* function(void* objectRef) vtkTriangularTCoords_Upcast; extern(C) int function(const(char)* jarg1) vtkInterpolatingSubdivisionFilter_IsTypeOf; extern(C) void* function(void* jarg1) vtkInterpolatingSubdivisionFilter_SafeDownCast; extern(C) void* function(void* jarg1) vtkInterpolatingSubdivisionFilter_NewInstance; extern(C) void function(void* jarg1, int jarg2) vtkInterpolatingSubdivisionFilter_SetNumberOfSubdivisions; extern(C) int function(void* jarg1) vtkInterpolatingSubdivisionFilter_GetNumberOfSubdivisions; extern(C) void* function(void* objectRef) vtkInterpolatingSubdivisionFilter_Upcast; extern(C) int function(const(char)* jarg1) vtkAssignAttribute_IsTypeOf; extern(C) void* function(void* jarg1) vtkAssignAttribute_SafeDownCast; extern(C) void* function(void* jarg1) vtkAssignAttribute_NewInstance; extern(C) void* function() vtkAssignAttribute_New; extern(C) void function(void* jarg1, int jarg2, int jarg3, int jarg4) vtkAssignAttribute_Assign__SWIG_0; extern(C) void function(void* jarg1, const(char)* jarg2, int jarg3, int jarg4) vtkAssignAttribute_Assign__SWIG_1; extern(C) void function(void* jarg1, const(char)* jarg2, const(char)* jarg3, const(char)* jarg4) vtkAssignAttribute_Assign__SWIG_2; extern(C) void* function(void* objectRef) vtkAssignAttribute_Upcast; extern(C) void* function() vtkTemporalShiftScale_New; extern(C) int function(const(char)* jarg1) vtkTemporalShiftScale_IsTypeOf; extern(C) void* function(void* jarg1) vtkTemporalShiftScale_SafeDownCast; extern(C) void* function(void* jarg1) vtkTemporalShiftScale_NewInstance; extern(C) void function(void* jarg1, double jarg2) vtkTemporalShiftScale_SetPreShift; extern(C) double function(void* jarg1) vtkTemporalShiftScale_GetPreShift; extern(C) void function(void* jarg1, double jarg2) vtkTemporalShiftScale_SetPostShift; extern(C) double function(void* jarg1) vtkTemporalShiftScale_GetPostShift; extern(C) void function(void* jarg1, double jarg2) vtkTemporalShiftScale_SetScale; extern(C) double function(void* jarg1) vtkTemporalShiftScale_GetScale; extern(C) void function(void* jarg1, int jarg2) vtkTemporalShiftScale_SetPeriodic; extern(C) int function(void* jarg1) vtkTemporalShiftScale_GetPeriodic; extern(C) void function(void* jarg1) vtkTemporalShiftScale_PeriodicOn; extern(C) void function(void* jarg1) vtkTemporalShiftScale_PeriodicOff; extern(C) void function(void* jarg1, int jarg2) vtkTemporalShiftScale_SetPeriodicEndCorrection; extern(C) int function(void* jarg1) vtkTemporalShiftScale_GetPeriodicEndCorrection; extern(C) void function(void* jarg1) vtkTemporalShiftScale_PeriodicEndCorrectionOn; extern(C) void function(void* jarg1) vtkTemporalShiftScale_PeriodicEndCorrectionOff; extern(C) void function(void* jarg1, double jarg2) vtkTemporalShiftScale_SetMaximumNumberOfPeriods; extern(C) double function(void* jarg1) vtkTemporalShiftScale_GetMaximumNumberOfPeriods; extern(C) void* function(void* objectRef) vtkTemporalShiftScale_Upcast; extern(C) void* function() vtkResliceImageViewerMeasurements_New; extern(C) int function(const(char)* jarg1) vtkResliceImageViewerMeasurements_IsTypeOf; extern(C) void* function(void* jarg1) vtkResliceImageViewerMeasurements_SafeDownCast; extern(C) void* function(void* jarg1) vtkResliceImageViewerMeasurements_NewInstance; extern(C) void function(void* jarg1) vtkResliceImageViewerMeasurements_Render; extern(C) void function(void* jarg1, void* jarg2) vtkResliceImageViewerMeasurements_AddItem; extern(C) void function(void* jarg1, void* jarg2) vtkResliceImageViewerMeasurements_RemoveItem; extern(C) void function(void* jarg1) vtkResliceImageViewerMeasurements_RemoveAllItems; extern(C) void function(void* jarg1, int jarg2) vtkResliceImageViewerMeasurements_SetProcessEvents; extern(C) int function(void* jarg1) vtkResliceImageViewerMeasurements_GetProcessEventsMinValue; extern(C) int function(void* jarg1) vtkResliceImageViewerMeasurements_GetProcessEventsMaxValue; extern(C) int function(void* jarg1) vtkResliceImageViewerMeasurements_GetProcessEvents; extern(C) void function(void* jarg1) vtkResliceImageViewerMeasurements_ProcessEventsOn; extern(C) void function(void* jarg1) vtkResliceImageViewerMeasurements_ProcessEventsOff; extern(C) void function(void* jarg1, double jarg2) vtkResliceImageViewerMeasurements_SetTolerance; extern(C) double function(void* jarg1) vtkResliceImageViewerMeasurements_GetTolerance; extern(C) void function(void* jarg1, void* jarg2) vtkResliceImageViewerMeasurements_SetResliceImageViewer; extern(C) void* function(void* jarg1) vtkResliceImageViewerMeasurements_GetResliceImageViewer; extern(C) void function(void* jarg1) vtkResliceImageViewerMeasurements_Update; extern(C) void* function(void* objectRef) vtkResliceImageViewerMeasurements_Upcast; extern(C) void* function() vtkRIBExporter_New; extern(C) int function(const(char)* jarg1) vtkRIBExporter_IsTypeOf; extern(C) void* function(void* jarg1) vtkRIBExporter_SafeDownCast; extern(C) void* function(void* jarg1) vtkRIBExporter_NewInstance; extern(C) void function(void* jarg1, int jarg2, int jarg3) vtkRIBExporter_SetSize__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkRIBExporter_SetSize__SWIG_1; extern(C) void* function(void* jarg1) vtkRIBExporter_GetSize__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkRIBExporter_GetSize__SWIG_1; extern(C) void function(void* jarg1, int jarg2, int jarg3) vtkRIBExporter_SetPixelSamples__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkRIBExporter_SetPixelSamples__SWIG_1; extern(C) void* function(void* jarg1) vtkRIBExporter_GetPixelSamples__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkRIBExporter_GetPixelSamples__SWIG_1; extern(C) void function(void* jarg1, const(char)* jarg2) vtkRIBExporter_SetFilePrefix; extern(C) const(char)* function(void* jarg1) vtkRIBExporter_GetFilePrefix; extern(C) void function(void* jarg1, const(char)* jarg2) vtkRIBExporter_SetTexturePrefix; extern(C) const(char)* function(void* jarg1) vtkRIBExporter_GetTexturePrefix; extern(C) void function(void* jarg1, int jarg2) vtkRIBExporter_SetBackground; extern(C) int function(void* jarg1) vtkRIBExporter_GetBackground; extern(C) void function(void* jarg1) vtkRIBExporter_BackgroundOn; extern(C) void function(void* jarg1) vtkRIBExporter_BackgroundOff; extern(C) void function(void* jarg1, int jarg2) vtkRIBExporter_SetExportArrays; extern(C) int function(void* jarg1) vtkRIBExporter_GetExportArraysMinValue; extern(C) int function(void* jarg1) vtkRIBExporter_GetExportArraysMaxValue; extern(C) void function(void* jarg1) vtkRIBExporter_ExportArraysOn; extern(C) void function(void* jarg1) vtkRIBExporter_ExportArraysOff; extern(C) int function(void* jarg1) vtkRIBExporter_GetExportArrays; extern(C) void* function(void* objectRef) vtkRIBExporter_Upcast; extern(C) void* function() vtkImageReader_New; extern(C) int function(const(char)* jarg1) vtkImageReader_IsTypeOf; extern(C) void* function(void* jarg1) vtkImageReader_SafeDownCast; extern(C) void* function(void* jarg1) vtkImageReader_NewInstance; extern(C) void function(void* jarg1, int jarg2, int jarg3, int jarg4, int jarg5, int jarg6, int jarg7) vtkImageReader_SetDataVOI__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkImageReader_SetDataVOI__SWIG_1; extern(C) void* function(void* jarg1) vtkImageReader_GetDataVOI__SWIG_0; extern(C) void function(void* jarg1, void* jarg2, void* jarg3, void* jarg4, void* jarg5, void* jarg6, void* jarg7) vtkImageReader_GetDataVOI__SWIG_1; extern(C) void function(void* jarg1, void* jarg2) vtkImageReader_GetDataVOI__SWIG_2; extern(C) ulong function(void* jarg1) vtkImageReader_GetDataMask; extern(C) void function(void* jarg1, ulong jarg2) vtkImageReader_SetDataMask; extern(C) void function(void* jarg1, void* jarg2) vtkImageReader_SetTransform; extern(C) void* function(void* jarg1) vtkImageReader_GetTransform; extern(C) void function(void* jarg1, void* jarg2, void* jarg3) vtkImageReader_ComputeInverseTransformedExtent; extern(C) void function(void* jarg1, void* jarg2, void* jarg3) vtkImageReader_ComputeInverseTransformedIncrements; extern(C) int function(void* jarg1, void* jarg2, int jarg3) vtkImageReader_OpenAndSeekFile; extern(C) void function(void* jarg1, const(char)* jarg2) vtkImageReader_SetScalarArrayName; extern(C) const(char)* function(void* jarg1) vtkImageReader_GetScalarArrayName; extern(C) void* function(void* objectRef) vtkImageReader_Upcast; extern(C) int function(const(char)* jarg1) vtkNrrdReader_IsTypeOf; extern(C) void* function(void* jarg1) vtkNrrdReader_SafeDownCast; extern(C) void* function(void* jarg1) vtkNrrdReader_NewInstance; extern(C) void* function() vtkNrrdReader_New; extern(C) void* function(void* objectRef) vtkNrrdReader_Upcast; extern(C) void* function() vtkGeoProjection_New; extern(C) int function(const(char)* jarg1) vtkGeoProjection_IsTypeOf; extern(C) void* function(void* jarg1) vtkGeoProjection_SafeDownCast; extern(C) void* function(void* jarg1) vtkGeoProjection_NewInstance; extern(C) int function() vtkGeoProjection_GetNumberOfProjections; extern(C) const(char)* function(int jarg1) vtkGeoProjection_GetProjectionName; extern(C) const(char)* function(int jarg1) vtkGeoProjection_GetProjectionDescription; extern(C) void function(void* jarg1, const(char)* jarg2) vtkGeoProjection_SetName; extern(C) const(char)* function(void* jarg1) vtkGeoProjection_GetName; extern(C) int function(void* jarg1) vtkGeoProjection_GetIndex; extern(C) const(char)* function(void* jarg1) vtkGeoProjection_GetDescription; extern(C) void function(void* jarg1, double jarg2) vtkGeoProjection_SetCentralMeridian; extern(C) double function(void* jarg1) vtkGeoProjection_GetCentralMeridian; extern(C) void* function(void* jarg1) vtkGeoProjection_GetProjection; extern(C) void function(void* jarg1, const(char)* jarg2, const(char)* jarg3) vtkGeoProjection_SetOptionalParameter; extern(C) void function(void* jarg1, const(char)* jarg2) vtkGeoProjection_RemoveOptionalParameter; extern(C) int function(void* jarg1) vtkGeoProjection_GetNumberOfOptionalParameters; extern(C) const(char)* function(void* jarg1, int jarg2) vtkGeoProjection_GetOptionalParameterKey; extern(C) const(char)* function(void* jarg1, int jarg2) vtkGeoProjection_GetOptionalParameterValue; extern(C) void function(void* jarg1) vtkGeoProjection_ClearOptionalParameters; extern(C) void* function(void* objectRef) vtkGeoProjection_Upcast; extern(C) void* function() vtkGraphInternals_New; extern(C) void function(void* jarg1, long jarg2) vtkGraphInternals_NumberOfEdges_set; extern(C) long function(void* jarg1) vtkGraphInternals_NumberOfEdges_get; extern(C) void function(void* jarg1, long jarg2) vtkGraphInternals_LastRemoteEdgeId_set; extern(C) long function(void* jarg1) vtkGraphInternals_LastRemoteEdgeId_get; extern(C) void function(void* jarg1, long jarg2) vtkGraphInternals_LastRemoteEdgeSource_set; extern(C) long function(void* jarg1) vtkGraphInternals_LastRemoteEdgeSource_get; extern(C) void function(void* jarg1, long jarg2) vtkGraphInternals_LastRemoteEdgeTarget_set; extern(C) long function(void* jarg1) vtkGraphInternals_LastRemoteEdgeTarget_get; extern(C) void function(void* jarg1, uint jarg2) vtkGraphInternals_UsingPedigreeIds_set; extern(C) uint function(void* jarg1) vtkGraphInternals_UsingPedigreeIds_get; extern(C) void* function(void* objectRef) vtkGraphInternals_Upcast; extern(C) void* function() vtkGridSynchronizedTemplates3D_New; extern(C) int function(const(char)* jarg1) vtkGridSynchronizedTemplates3D_IsTypeOf; extern(C) void* function(void* jarg1) vtkGridSynchronizedTemplates3D_SafeDownCast; extern(C) void* function(void* jarg1) vtkGridSynchronizedTemplates3D_NewInstance; extern(C) void function(void* jarg1, int jarg2) vtkGridSynchronizedTemplates3D_SetComputeNormals; extern(C) int function(void* jarg1) vtkGridSynchronizedTemplates3D_GetComputeNormals; extern(C) void function(void* jarg1) vtkGridSynchronizedTemplates3D_ComputeNormalsOn; extern(C) void function(void* jarg1) vtkGridSynchronizedTemplates3D_ComputeNormalsOff; extern(C) void function(void* jarg1, int jarg2) vtkGridSynchronizedTemplates3D_SetComputeGradients; extern(C) int function(void* jarg1) vtkGridSynchronizedTemplates3D_GetComputeGradients; extern(C) void function(void* jarg1) vtkGridSynchronizedTemplates3D_ComputeGradientsOn; extern(C) void function(void* jarg1) vtkGridSynchronizedTemplates3D_ComputeGradientsOff; extern(C) void function(void* jarg1, int jarg2) vtkGridSynchronizedTemplates3D_SetComputeScalars; extern(C) int function(void* jarg1) vtkGridSynchronizedTemplates3D_GetComputeScalars; extern(C) void function(void* jarg1) vtkGridSynchronizedTemplates3D_ComputeScalarsOn; extern(C) void function(void* jarg1) vtkGridSynchronizedTemplates3D_ComputeScalarsOff; extern(C) void function(void* jarg1, int jarg2) vtkGridSynchronizedTemplates3D_SetGenerateTriangles; extern(C) int function(void* jarg1) vtkGridSynchronizedTemplates3D_GetGenerateTriangles; extern(C) void function(void* jarg1) vtkGridSynchronizedTemplates3D_GenerateTrianglesOn; extern(C) void function(void* jarg1) vtkGridSynchronizedTemplates3D_GenerateTrianglesOff; extern(C) void function(void* jarg1, int jarg2, double jarg3) vtkGridSynchronizedTemplates3D_SetValue; extern(C) double function(void* jarg1, int jarg2) vtkGridSynchronizedTemplates3D_GetValue; extern(C) void* function(void* jarg1) vtkGridSynchronizedTemplates3D_GetValues__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkGridSynchronizedTemplates3D_GetValues__SWIG_1; extern(C) void function(void* jarg1, int jarg2) vtkGridSynchronizedTemplates3D_SetNumberOfContours; extern(C) int function(void* jarg1) vtkGridSynchronizedTemplates3D_GetNumberOfContours; extern(C) void function(void* jarg1, int jarg2, void* jarg3) vtkGridSynchronizedTemplates3D_GenerateValues__SWIG_0; extern(C) void function(void* jarg1, int jarg2, double jarg3, double jarg4) vtkGridSynchronizedTemplates3D_GenerateValues__SWIG_1; extern(C) void* function(void* jarg1) vtkGridSynchronizedTemplates3D_GetExecuteExtent; extern(C) void function(void* jarg1, void* jarg2, int jarg3, void* jarg4, void* jarg5, void* jarg6) vtkGridSynchronizedTemplates3D_ThreadedExecute; extern(C) void function(void* jarg1, core.stdc.config.c_long jarg2) vtkGridSynchronizedTemplates3D_SetInputMemoryLimit; extern(C) void function(void* jarg1, int jarg2) vtkGridSynchronizedTemplates3D_SetOutputPointsPrecision; extern(C) int function(void* jarg1) vtkGridSynchronizedTemplates3D_GetOutputPointsPrecisionMinValue; extern(C) int function(void* jarg1) vtkGridSynchronizedTemplates3D_GetOutputPointsPrecisionMaxValue; extern(C) int function(void* jarg1) vtkGridSynchronizedTemplates3D_GetOutputPointsPrecision; extern(C) void* function(void* objectRef) vtkGridSynchronizedTemplates3D_Upcast; extern(C) int function(const(char)* jarg1) vtkPrimitivePainter_IsTypeOf; extern(C) void* function(void* jarg1) vtkPrimitivePainter_SafeDownCast; extern(C) void* function(void* jarg1) vtkPrimitivePainter_NewInstance; extern(C) int function(void* jarg1) vtkPrimitivePainter_GetSupportedPrimitive; extern(C) void* function(void* objectRef) vtkPrimitivePainter_Upcast; extern(C) int function(const(char)* jarg1) vtkSpline_IsTypeOf; extern(C) void* function(void* jarg1) vtkSpline_SafeDownCast; extern(C) void* function(void* jarg1) vtkSpline_NewInstance; extern(C) void function(void* jarg1, double jarg2, double jarg3) vtkSpline_SetParametricRange__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkSpline_SetParametricRange__SWIG_1; extern(C) void function(void* jarg1, void* jarg2) vtkSpline_GetParametricRange; extern(C) void function(void* jarg1, int jarg2) vtkSpline_SetClampValue; extern(C) int function(void* jarg1) vtkSpline_GetClampValue; extern(C) void function(void* jarg1) vtkSpline_ClampValueOn; extern(C) void function(void* jarg1) vtkSpline_ClampValueOff; extern(C) void function(void* jarg1) vtkSpline_Compute; extern(C) double function(void* jarg1, double jarg2) vtkSpline_Evaluate; extern(C) int function(void* jarg1) vtkSpline_GetNumberOfPoints; extern(C) void function(void* jarg1, double jarg2, double jarg3) vtkSpline_AddPoint; extern(C) void function(void* jarg1, double jarg2) vtkSpline_RemovePoint; extern(C) void function(void* jarg1) vtkSpline_RemoveAllPoints; extern(C) void function(void* jarg1, int jarg2) vtkSpline_SetClosed; extern(C) int function(void* jarg1) vtkSpline_GetClosed; extern(C) void function(void* jarg1) vtkSpline_ClosedOn; extern(C) void function(void* jarg1) vtkSpline_ClosedOff; extern(C) void function(void* jarg1, int jarg2) vtkSpline_SetLeftConstraint; extern(C) int function(void* jarg1) vtkSpline_GetLeftConstraintMinValue; extern(C) int function(void* jarg1) vtkSpline_GetLeftConstraintMaxValue; extern(C) int function(void* jarg1) vtkSpline_GetLeftConstraint; extern(C) void function(void* jarg1, int jarg2) vtkSpline_SetRightConstraint; extern(C) int function(void* jarg1) vtkSpline_GetRightConstraintMinValue; extern(C) int function(void* jarg1) vtkSpline_GetRightConstraintMaxValue; extern(C) int function(void* jarg1) vtkSpline_GetRightConstraint; extern(C) void function(void* jarg1, double jarg2) vtkSpline_SetLeftValue; extern(C) double function(void* jarg1) vtkSpline_GetLeftValue; extern(C) void function(void* jarg1, double jarg2) vtkSpline_SetRightValue; extern(C) double function(void* jarg1) vtkSpline_GetRightValue; extern(C) void function(void* jarg1, void* jarg2) vtkSpline_DeepCopy; extern(C) void* function(void* objectRef) vtkSpline_Upcast; extern(C) void* function() vtkSCurveSpline_New; extern(C) int function(const(char)* jarg1) vtkSCurveSpline_IsTypeOf; extern(C) void* function(void* jarg1) vtkSCurveSpline_SafeDownCast; extern(C) void* function(void* jarg1) vtkSCurveSpline_NewInstance; extern(C) void function(void* jarg1, double jarg2) vtkSCurveSpline_SetNodeWeight; extern(C) double function(void* jarg1) vtkSCurveSpline_GetNodeWeight; extern(C) void* function(void* objectRef) vtkSCurveSpline_Upcast; extern(C) int function(const(char)* jarg1) vtkAMRBaseParticlesReader_IsTypeOf; extern(C) void* function(void* jarg1) vtkAMRBaseParticlesReader_SafeDownCast; extern(C) void* function(void* jarg1) vtkAMRBaseParticlesReader_NewInstance; extern(C) int function(void* jarg1) vtkAMRBaseParticlesReader_GetFrequency; extern(C) void function(void* jarg1, int jarg2) vtkAMRBaseParticlesReader_SetFrequency; extern(C) void* function(void* jarg1) vtkAMRBaseParticlesReader_GetController; extern(C) void function(void* jarg1, void* jarg2) vtkAMRBaseParticlesReader_SetController; extern(C) void function(void* jarg1, int jarg2) vtkAMRBaseParticlesReader_SetFilterLocation; extern(C) int function(void* jarg1) vtkAMRBaseParticlesReader_GetFilterLocation; extern(C) void function(void* jarg1) vtkAMRBaseParticlesReader_FilterLocationOn; extern(C) void function(void* jarg1) vtkAMRBaseParticlesReader_FilterLocationOff; extern(C) void* function(void* jarg1) vtkAMRBaseParticlesReader_GetParticleDataArraySelection; extern(C) int function(void* jarg1) vtkAMRBaseParticlesReader_GetNumberOfParticleArrays; extern(C) const(char)* function(void* jarg1, int jarg2) vtkAMRBaseParticlesReader_GetParticleArrayName; extern(C) int function(void* jarg1, const(char)* jarg2) vtkAMRBaseParticlesReader_GetParticleArrayStatus; extern(C) void function(void* jarg1, const(char)* jarg2, int jarg3) vtkAMRBaseParticlesReader_SetParticleArrayStatus; extern(C) void function(void* jarg1, const(char)* jarg2) vtkAMRBaseParticlesReader_SetFileName; extern(C) const(char)* function(void* jarg1) vtkAMRBaseParticlesReader_GetFileName; extern(C) void function(void* jarg1, double jarg2, double jarg3, double jarg4) vtkAMRBaseParticlesReader_SetMinLocation; extern(C) void function(void* jarg1, double jarg2, double jarg3, double jarg4) vtkAMRBaseParticlesReader_SetMaxLocation; extern(C) int function(void* jarg1) vtkAMRBaseParticlesReader_GetTotalNumberOfParticles; extern(C) void* function(void* objectRef) vtkAMRBaseParticlesReader_Upcast; extern(C) void* function() vtkTransmitImageDataPiece_New; extern(C) int function(const(char)* jarg1) vtkTransmitImageDataPiece_IsTypeOf; extern(C) void* function(void* jarg1) vtkTransmitImageDataPiece_SafeDownCast; extern(C) void* function(void* jarg1) vtkTransmitImageDataPiece_NewInstance; extern(C) void function(void* jarg1, void* jarg2) vtkTransmitImageDataPiece_SetController; extern(C) void* function(void* jarg1) vtkTransmitImageDataPiece_GetController; extern(C) void function(void* jarg1, int jarg2) vtkTransmitImageDataPiece_SetCreateGhostCells; extern(C) int function(void* jarg1) vtkTransmitImageDataPiece_GetCreateGhostCells; extern(C) void function(void* jarg1) vtkTransmitImageDataPiece_CreateGhostCellsOn; extern(C) void function(void* jarg1) vtkTransmitImageDataPiece_CreateGhostCellsOff; extern(C) void* function(void* objectRef) vtkTransmitImageDataPiece_Upcast; extern(C) int function(const(char)* jarg1) vtkImageSlice_IsTypeOf; extern(C) void* function(void* jarg1) vtkImageSlice_SafeDownCast; extern(C) void* function(void* jarg1) vtkImageSlice_NewInstance; extern(C) void* function() vtkImageSlice_New; extern(C) void function(void* jarg1, void* jarg2) vtkImageSlice_SetMapper; extern(C) void* function(void* jarg1) vtkImageSlice_GetMapper; extern(C) void function(void* jarg1, void* jarg2) vtkImageSlice_SetProperty; extern(C) void* function(void* jarg1) vtkImageSlice_GetProperty; extern(C) void function(void* jarg1) vtkImageSlice_Update; extern(C) void* function(void* jarg1) vtkImageSlice_GetBounds__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkImageSlice_GetBounds__SWIG_1; extern(C) double function(void* jarg1) vtkImageSlice_GetMinXBound; extern(C) double function(void* jarg1) vtkImageSlice_GetMaxXBound; extern(C) double function(void* jarg1) vtkImageSlice_GetMinYBound; extern(C) double function(void* jarg1) vtkImageSlice_GetMaxYBound; extern(C) double function(void* jarg1) vtkImageSlice_GetMinZBound; extern(C) double function(void* jarg1) vtkImageSlice_GetMaxZBound; extern(C) void function(void* jarg1, void* jarg2) vtkImageSlice_GetImages; extern(C) int function(void* jarg1, void* jarg2) vtkImageSlice_RenderOverlay; extern(C) int function(void* jarg1, void* jarg2) vtkImageSlice_RenderOpaqueGeometry; extern(C) int function(void* jarg1, void* jarg2) vtkImageSlice_RenderTranslucentPolygonalGeometry; extern(C) int function(void* jarg1) vtkImageSlice_HasTranslucentPolygonalGeometry; extern(C) void function(void* jarg1, void* jarg2) vtkImageSlice_Render; extern(C) void function(void* jarg1, void* jarg2) vtkImageSlice_ReleaseGraphicsResources; extern(C) void function(void* jarg1, int jarg2) vtkImageSlice_SetStackedImagePass; extern(C) void* function(void* objectRef) vtkImageSlice_Upcast; extern(C) int function(const(char)* jarg1) vtkImageStack_IsTypeOf; extern(C) void* function(void* jarg1) vtkImageStack_SafeDownCast; extern(C) void* function(void* jarg1) vtkImageStack_NewInstance; extern(C) void* function() vtkImageStack_New; extern(C) void function(void* jarg1, void* jarg2) vtkImageStack_AddImage; extern(C) void function(void* jarg1, void* jarg2) vtkImageStack_RemoveImage; extern(C) int function(void* jarg1, void* jarg2) vtkImageStack_HasImage; extern(C) void* function(void* jarg1) vtkImageStack_GetImages__SWIG_0; extern(C) void function(void* jarg1, int jarg2) vtkImageStack_SetActiveLayer; extern(C) int function(void* jarg1) vtkImageStack_GetActiveLayer; extern(C) void* function(void* jarg1) vtkImageStack_GetActiveImage; extern(C) void* function(void* jarg1) vtkImageStack_GetBounds__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkImageStack_GetBounds__SWIG_1; extern(C) void function(void* jarg1, void* jarg2) vtkImageStack_GetImages__SWIG_1; extern(C) void function(void* jarg1, void* jarg2) vtkImageStack_ReleaseGraphicsResources; extern(C) void function(void* jarg1, void* jarg2, void* jarg3) vtkImageStack_BuildPaths; extern(C) void* function(void* objectRef) vtkImageStack_Upcast; extern(C) void* function() vtkBMPReader_New; extern(C) int function(const(char)* jarg1) vtkBMPReader_IsTypeOf; extern(C) void* function(void* jarg1) vtkBMPReader_SafeDownCast; extern(C) void* function(void* jarg1) vtkBMPReader_NewInstance; extern(C) int function(void* jarg1) vtkBMPReader_GetDepth; extern(C) void function(void* jarg1, int jarg2) vtkBMPReader_SetAllow8BitBMP; extern(C) int function(void* jarg1) vtkBMPReader_GetAllow8BitBMP; extern(C) void function(void* jarg1) vtkBMPReader_Allow8BitBMPOn; extern(C) void function(void* jarg1) vtkBMPReader_Allow8BitBMPOff; extern(C) void* function(void* jarg1) vtkBMPReader_GetLookupTable; extern(C) void* function(void* objectRef) vtkBMPReader_Upcast; extern(C) void* function() vtkRecursiveDividingCubes_New; extern(C) int function(const(char)* jarg1) vtkRecursiveDividingCubes_IsTypeOf; extern(C) void* function(void* jarg1) vtkRecursiveDividingCubes_SafeDownCast; extern(C) void* function(void* jarg1) vtkRecursiveDividingCubes_NewInstance; extern(C) void function(void* jarg1, double jarg2) vtkRecursiveDividingCubes_SetValue; extern(C) double function(void* jarg1) vtkRecursiveDividingCubes_GetValue; extern(C) void function(void* jarg1, double jarg2) vtkRecursiveDividingCubes_SetDistance; extern(C) double function(void* jarg1) vtkRecursiveDividingCubes_GetDistanceMinValue; extern(C) double function(void* jarg1) vtkRecursiveDividingCubes_GetDistanceMaxValue; extern(C) double function(void* jarg1) vtkRecursiveDividingCubes_GetDistance; extern(C) void function(void* jarg1, int jarg2) vtkRecursiveDividingCubes_SetIncrement; extern(C) int function(void* jarg1) vtkRecursiveDividingCubes_GetIncrementMinValue; extern(C) int function(void* jarg1) vtkRecursiveDividingCubes_GetIncrementMaxValue; extern(C) int function(void* jarg1) vtkRecursiveDividingCubes_GetIncrement; extern(C) void* function(void* objectRef) vtkRecursiveDividingCubes_Upcast; extern(C) void* function() vtkReebGraphSimplificationMetric_New; extern(C) int function(const(char)* jarg1) vtkReebGraphSimplificationMetric_IsTypeOf; extern(C) void* function(void* jarg1) vtkReebGraphSimplificationMetric_SafeDownCast; extern(C) void* function(void* jarg1) vtkReebGraphSimplificationMetric_NewInstance; extern(C) void function(void* jarg1, double jarg2) vtkReebGraphSimplificationMetric_SetLowerBound; extern(C) double function(void* jarg1) vtkReebGraphSimplificationMetric_GetLowerBound; extern(C) void function(void* jarg1, double jarg2) vtkReebGraphSimplificationMetric_SetUpperBound; extern(C) double function(void* jarg1) vtkReebGraphSimplificationMetric_GetUpperBound; extern(C) double function(void* jarg1, void* jarg2, void* jarg3, long jarg4, void* jarg5, long jarg6) vtkReebGraphSimplificationMetric_ComputeMetric; extern(C) void* function(void* objectRef) vtkReebGraphSimplificationMetric_Upcast; extern(C) int function() ID_INSIDE_ALL_get; extern(C) int function() ID_OUTSIDE_ALL_get; extern(C) int function() ID_OUTSIDE_T0_get; extern(C) int function() ID_OUTSIDE_T1_get; extern(C) int function(const(char)* jarg1) vtkTemporalInterpolatedVelocityField_IsTypeOf; extern(C) void* function(void* jarg1) vtkTemporalInterpolatedVelocityField_SafeDownCast; extern(C) void* function(void* jarg1) vtkTemporalInterpolatedVelocityField_NewInstance; extern(C) void* function() vtkTemporalInterpolatedVelocityField_New; extern(C) int function(void* jarg1, int jarg2, void* jarg3, void* jarg4) vtkTemporalInterpolatedVelocityField_FunctionValuesAtT; extern(C) void function(void* jarg1, const(char)* jarg2) vtkTemporalInterpolatedVelocityField_SelectVectors; extern(C) void function(void* jarg1, int jarg2, int jarg3, double jarg4, void* jarg5, uint jarg6) vtkTemporalInterpolatedVelocityField_SetDataSetAtTime; extern(C) uint function(void* jarg1, void* jarg2, void* jarg3) vtkTemporalInterpolatedVelocityField_GetCachedCellIds; extern(C) void function(void* jarg1, void* jarg2, void* jarg3) vtkTemporalInterpolatedVelocityField_SetCachedCellIds; extern(C) void function(void* jarg1) vtkTemporalInterpolatedVelocityField_ClearCache; extern(C) int function(void* jarg1, void* jarg2) vtkTemporalInterpolatedVelocityField_TestPoint; extern(C) int function(void* jarg1, void* jarg2) vtkTemporalInterpolatedVelocityField_QuickTestPoint; extern(C) void* function(void* jarg1) vtkTemporalInterpolatedVelocityField_GetLastGoodVelocity__SWIG_0; extern(C) void function(void* jarg1, void* jarg2, void* jarg3, void* jarg4) vtkTemporalInterpolatedVelocityField_GetLastGoodVelocity__SWIG_1; extern(C) void function(void* jarg1, void* jarg2) vtkTemporalInterpolatedVelocityField_GetLastGoodVelocity__SWIG_2; extern(C) double function(void* jarg1) vtkTemporalInterpolatedVelocityField_GetCurrentWeight; extern(C) uint function(void* jarg1, void* jarg2, void* jarg3, long jarg4) vtkTemporalInterpolatedVelocityField_InterpolatePoint__SWIG_0; extern(C) uint function(void* jarg1, int jarg2, void* jarg3, long jarg4) vtkTemporalInterpolatedVelocityField_InterpolatePoint__SWIG_1; extern(C) uint function(void* jarg1, int jarg2, void* jarg3, void* jarg4, void* jarg5, void* jarg6) vtkTemporalInterpolatedVelocityField_GetVorticityData; extern(C) void function(void* jarg1) vtkTemporalInterpolatedVelocityField_ShowCacheResults; extern(C) uint function(void* jarg1, int jarg2) vtkTemporalInterpolatedVelocityField_IsStatic; extern(C) void function(void* jarg1) vtkTemporalInterpolatedVelocityField_AdvanceOneTimeStep; extern(C) void* function(void* objectRef) vtkTemporalInterpolatedVelocityField_Upcast; extern(C) void* function() vtkBiQuadraticQuadraticHexahedron_New; extern(C) int function(const(char)* jarg1) vtkBiQuadraticQuadraticHexahedron_IsTypeOf; extern(C) void* function(void* jarg1) vtkBiQuadraticQuadraticHexahedron_SafeDownCast; extern(C) void* function(void* jarg1) vtkBiQuadraticQuadraticHexahedron_NewInstance; extern(C) void function(void* jarg1, void* jarg2) vtkBiQuadraticQuadraticHexahedron_InterpolationFunctions; extern(C) void function(void* jarg1, void* jarg2) vtkBiQuadraticQuadraticHexahedron_InterpolationDerivs; extern(C) void function(void* jarg1, void* jarg2, void* jarg3) vtkBiQuadraticQuadraticHexahedron_InterpolateFunctions; extern(C) void function(void* jarg1, void* jarg2, void* jarg3) vtkBiQuadraticQuadraticHexahedron_InterpolateDerivs; extern(C) void* function(int jarg1) vtkBiQuadraticQuadraticHexahedron_GetEdgeArray; extern(C) void* function(int jarg1) vtkBiQuadraticQuadraticHexahedron_GetFaceArray; extern(C) void function(void* jarg1, void* jarg2, void* jarg3, void* jarg4) vtkBiQuadraticQuadraticHexahedron_JacobianInverse; extern(C) void* function(void* objectRef) vtkBiQuadraticQuadraticHexahedron_Upcast; extern(C) void* function() vtkArrowSource_New; extern(C) int function(const(char)* jarg1) vtkArrowSource_IsTypeOf; extern(C) void* function(void* jarg1) vtkArrowSource_SafeDownCast; extern(C) void* function(void* jarg1) vtkArrowSource_NewInstance; extern(C) void function(void* jarg1, double jarg2) vtkArrowSource_SetTipLength; extern(C) double function(void* jarg1) vtkArrowSource_GetTipLengthMinValue; extern(C) double function(void* jarg1) vtkArrowSource_GetTipLengthMaxValue; extern(C) double function(void* jarg1) vtkArrowSource_GetTipLength; extern(C) void function(void* jarg1, double jarg2) vtkArrowSource_SetTipRadius; extern(C) double function(void* jarg1) vtkArrowSource_GetTipRadiusMinValue; extern(C) double function(void* jarg1) vtkArrowSource_GetTipRadiusMaxValue; extern(C) double function(void* jarg1) vtkArrowSource_GetTipRadius; extern(C) void function(void* jarg1, int jarg2) vtkArrowSource_SetTipResolution; extern(C) int function(void* jarg1) vtkArrowSource_GetTipResolutionMinValue; extern(C) int function(void* jarg1) vtkArrowSource_GetTipResolutionMaxValue; extern(C) int function(void* jarg1) vtkArrowSource_GetTipResolution; extern(C) void function(void* jarg1, double jarg2) vtkArrowSource_SetShaftRadius; extern(C) double function(void* jarg1) vtkArrowSource_GetShaftRadiusMinValue; extern(C) double function(void* jarg1) vtkArrowSource_GetShaftRadiusMaxValue; extern(C) double function(void* jarg1) vtkArrowSource_GetShaftRadius; extern(C) void function(void* jarg1, int jarg2) vtkArrowSource_SetShaftResolution; extern(C) int function(void* jarg1) vtkArrowSource_GetShaftResolutionMinValue; extern(C) int function(void* jarg1) vtkArrowSource_GetShaftResolutionMaxValue; extern(C) int function(void* jarg1) vtkArrowSource_GetShaftResolution; extern(C) void function(void* jarg1) vtkArrowSource_InvertOn; extern(C) void function(void* jarg1) vtkArrowSource_InvertOff; extern(C) void function(void* jarg1, uint jarg2) vtkArrowSource_SetInvert; extern(C) uint function(void* jarg1) vtkArrowSource_GetInvert; extern(C) void* function(void* objectRef) vtkArrowSource_Upcast; extern(C) int function(const(char)* jarg1) vtkAnimationCue_IsTypeOf; extern(C) void* function(void* jarg1) vtkAnimationCue_SafeDownCast; extern(C) void* function(void* jarg1) vtkAnimationCue_NewInstance; extern(C) void* function() vtkAnimationCue_New; extern(C) void function(void* jarg1, int jarg2) vtkAnimationCue_SetTimeMode; extern(C) int function(void* jarg1) vtkAnimationCue_GetTimeMode; extern(C) void function(void* jarg1) vtkAnimationCue_SetTimeModeToRelative; extern(C) void function(void* jarg1) vtkAnimationCue_SetTimeModeToNormalized; extern(C) void function(void* jarg1, double jarg2) vtkAnimationCue_SetStartTime; extern(C) double function(void* jarg1) vtkAnimationCue_GetStartTime; extern(C) void function(void* jarg1, double jarg2) vtkAnimationCue_SetEndTime; extern(C) double function(void* jarg1) vtkAnimationCue_GetEndTime; extern(C) void function(void* jarg1, double jarg2, double jarg3, double jarg4) vtkAnimationCue_Tick; extern(C) void function(void* jarg1) vtkAnimationCue_Initialize; extern(C) void function(void* jarg1) vtkAnimationCue_Finalize; extern(C) double function(void* jarg1) vtkAnimationCue_GetAnimationTime; extern(C) double function(void* jarg1) vtkAnimationCue_GetDeltaTime; extern(C) double function(void* jarg1) vtkAnimationCue_GetClockTime; extern(C) void* function(void* objectRef) vtkAnimationCue_Upcast; extern(C) int function(const(char)* jarg1) vtkAnimationScene_IsTypeOf; extern(C) void* function(void* jarg1) vtkAnimationScene_SafeDownCast; extern(C) void* function(void* jarg1) vtkAnimationScene_NewInstance; extern(C) void* function() vtkAnimationScene_New; extern(C) void function(void* jarg1, int jarg2) vtkAnimationScene_SetPlayMode; extern(C) void function(void* jarg1) vtkAnimationScene_SetModeToSequence; extern(C) void function(void* jarg1) vtkAnimationScene_SetModeToRealTime; extern(C) int function(void* jarg1) vtkAnimationScene_GetPlayMode; extern(C) void function(void* jarg1, double jarg2) vtkAnimationScene_SetFrameRate; extern(C) double function(void* jarg1) vtkAnimationScene_GetFrameRate; extern(C) void function(void* jarg1, void* jarg2) vtkAnimationScene_AddCue; extern(C) void function(void* jarg1, void* jarg2) vtkAnimationScene_RemoveCue; extern(C) void function(void* jarg1) vtkAnimationScene_RemoveAllCues; extern(C) int function(void* jarg1) vtkAnimationScene_GetNumberOfCues; extern(C) void function(void* jarg1) vtkAnimationScene_Play; extern(C) void function(void* jarg1) vtkAnimationScene_Stop; extern(C) void function(void* jarg1, int jarg2) vtkAnimationScene_SetLoop; extern(C) int function(void* jarg1) vtkAnimationScene_GetLoop; extern(C) void function(void* jarg1, double jarg2) vtkAnimationScene_SetAnimationTime; extern(C) int function(void* jarg1) vtkAnimationScene_IsInPlay; extern(C) void* function(void* objectRef) vtkAnimationScene_Upcast; extern(C) int function(const(char)* jarg1) vtkTemporalStatistics_IsTypeOf; extern(C) void* function(void* jarg1) vtkTemporalStatistics_SafeDownCast; extern(C) void* function(void* jarg1) vtkTemporalStatistics_NewInstance; extern(C) void* function() vtkTemporalStatistics_New; extern(C) int function(void* jarg1) vtkTemporalStatistics_GetComputeAverage; extern(C) void function(void* jarg1, int jarg2) vtkTemporalStatistics_SetComputeAverage; extern(C) void function(void* jarg1) vtkTemporalStatistics_ComputeAverageOn; extern(C) void function(void* jarg1) vtkTemporalStatistics_ComputeAverageOff; extern(C) int function(void* jarg1) vtkTemporalStatistics_GetComputeMinimum; extern(C) void function(void* jarg1, int jarg2) vtkTemporalStatistics_SetComputeMinimum; extern(C) void function(void* jarg1) vtkTemporalStatistics_ComputeMinimumOn; extern(C) void function(void* jarg1) vtkTemporalStatistics_ComputeMinimumOff; extern(C) int function(void* jarg1) vtkTemporalStatistics_GetComputeMaximum; extern(C) void function(void* jarg1, int jarg2) vtkTemporalStatistics_SetComputeMaximum; extern(C) void function(void* jarg1) vtkTemporalStatistics_ComputeMaximumOn; extern(C) void function(void* jarg1) vtkTemporalStatistics_ComputeMaximumOff; extern(C) int function(void* jarg1) vtkTemporalStatistics_GetComputeStandardDeviation; extern(C) void function(void* jarg1, int jarg2) vtkTemporalStatistics_SetComputeStandardDeviation; extern(C) void function(void* jarg1) vtkTemporalStatistics_ComputeStandardDeviationOn; extern(C) void function(void* jarg1) vtkTemporalStatistics_ComputeStandardDeviationOff; extern(C) void* function(void* objectRef) vtkTemporalStatistics_Upcast; extern(C) int function(const(char)* jarg1) vtkAbstractCellLocator_IsTypeOf; extern(C) void* function(void* jarg1) vtkAbstractCellLocator_SafeDownCast; extern(C) void* function(void* jarg1) vtkAbstractCellLocator_NewInstance; extern(C) void function(void* jarg1, int jarg2) vtkAbstractCellLocator_SetNumberOfCellsPerNode; extern(C) int function(void* jarg1) vtkAbstractCellLocator_GetNumberOfCellsPerNodeMinValue; extern(C) int function(void* jarg1) vtkAbstractCellLocator_GetNumberOfCellsPerNodeMaxValue; extern(C) int function(void* jarg1) vtkAbstractCellLocator_GetNumberOfCellsPerNode; extern(C) void function(void* jarg1, int jarg2) vtkAbstractCellLocator_SetCacheCellBounds; extern(C) int function(void* jarg1) vtkAbstractCellLocator_GetCacheCellBounds; extern(C) void function(void* jarg1) vtkAbstractCellLocator_CacheCellBoundsOn; extern(C) void function(void* jarg1) vtkAbstractCellLocator_CacheCellBoundsOff; extern(C) void function(void* jarg1, int jarg2) vtkAbstractCellLocator_SetRetainCellLists; extern(C) int function(void* jarg1) vtkAbstractCellLocator_GetRetainCellLists; extern(C) void function(void* jarg1) vtkAbstractCellLocator_RetainCellListsOn; extern(C) void function(void* jarg1) vtkAbstractCellLocator_RetainCellListsOff; extern(C) void function(void* jarg1, int jarg2) vtkAbstractCellLocator_SetLazyEvaluation; extern(C) int function(void* jarg1) vtkAbstractCellLocator_GetLazyEvaluation; extern(C) void function(void* jarg1) vtkAbstractCellLocator_LazyEvaluationOn; extern(C) void function(void* jarg1) vtkAbstractCellLocator_LazyEvaluationOff; extern(C) void function(void* jarg1, int jarg2) vtkAbstractCellLocator_SetUseExistingSearchStructure; extern(C) int function(void* jarg1) vtkAbstractCellLocator_GetUseExistingSearchStructure; extern(C) void function(void* jarg1) vtkAbstractCellLocator_UseExistingSearchStructureOn; extern(C) void function(void* jarg1) vtkAbstractCellLocator_UseExistingSearchStructureOff; extern(C) int function(void* jarg1, void* jarg2, void* jarg3, double jarg4, void* jarg5, void* jarg6, void* jarg7, void* jarg8) vtkAbstractCellLocator_IntersectWithLine__SWIG_0; extern(C) int function(void* jarg1, void* jarg2, void* jarg3, double jarg4, void* jarg5, void* jarg6, void* jarg7, void* jarg8, void* jarg9) vtkAbstractCellLocator_IntersectWithLine__SWIG_1; extern(C) int function(void* jarg1, void* jarg2, void* jarg3, double jarg4, void* jarg5, void* jarg6, void* jarg7, void* jarg8, void* jarg9, void* jarg10) vtkAbstractCellLocator_IntersectWithLine__SWIG_2; extern(C) int function(void* jarg1, void* jarg2, void* jarg3, void* jarg4, void* jarg5) vtkAbstractCellLocator_IntersectWithLine__SWIG_3; extern(C) void function(void* jarg1, void* jarg2, void* jarg3, void* jarg4, void* jarg5, void* jarg6) vtkAbstractCellLocator_FindClosestPoint__SWIG_0; extern(C) void function(void* jarg1, void* jarg2, void* jarg3, void* jarg4, void* jarg5, void* jarg6, void* jarg7) vtkAbstractCellLocator_FindClosestPoint__SWIG_1; extern(C) long function(void* jarg1, void* jarg2, double jarg3, void* jarg4, void* jarg5, void* jarg6, void* jarg7) vtkAbstractCellLocator_FindClosestPointWithinRadius__SWIG_0; extern(C) long function(void* jarg1, void* jarg2, double jarg3, void* jarg4, void* jarg5, void* jarg6, void* jarg7, void* jarg8) vtkAbstractCellLocator_FindClosestPointWithinRadius__SWIG_1; extern(C) long function(void* jarg1, void* jarg2, double jarg3, void* jarg4, void* jarg5, void* jarg6, void* jarg7, void* jarg8, void* jarg9) vtkAbstractCellLocator_FindClosestPointWithinRadius__SWIG_2; extern(C) void function(void* jarg1, void* jarg2, void* jarg3) vtkAbstractCellLocator_FindCellsWithinBounds; extern(C) void function(void* jarg1, void* jarg2, void* jarg3, double jarg4, void* jarg5) vtkAbstractCellLocator_FindCellsAlongLine; extern(C) long function(void* jarg1, void* jarg2) vtkAbstractCellLocator_FindCell__SWIG_0; extern(C) long function(void* jarg1, void* jarg2, double jarg3, void* jarg4, void* jarg5, void* jarg6) vtkAbstractCellLocator_FindCell__SWIG_1; extern(C) uint function(void* jarg1, void* jarg2, long jarg3) vtkAbstractCellLocator_InsideCellBounds; extern(C) void* function(void* objectRef) vtkAbstractCellLocator_Upcast; extern(C) int function(const(char)* jarg1) vtkCellTreeLocator_IsTypeOf; extern(C) void* function(void* jarg1) vtkCellTreeLocator_SafeDownCast; extern(C) void* function(void* jarg1) vtkCellTreeLocator_NewInstance; extern(C) void* function() vtkCellTreeLocator_New; extern(C) long function(void* jarg1, void* jarg2, double jarg3, void* jarg4, void* jarg5, void* jarg6) vtkCellTreeLocator_FindCell__SWIG_0; extern(C) int function(void* jarg1, void* jarg2, void* jarg3, double jarg4, void* jarg5, void* jarg6, void* jarg7, void* jarg8, void* jarg9, void* jarg10) vtkCellTreeLocator_IntersectWithLine__SWIG_0; extern(C) int function(void* jarg1, void* jarg2, void* jarg3, double jarg4, void* jarg5, void* jarg6, void* jarg7, void* jarg8) vtkCellTreeLocator_IntersectWithLine__SWIG_1; extern(C) int function(void* jarg1, void* jarg2, void* jarg3, double jarg4, void* jarg5, void* jarg6, void* jarg7, void* jarg8, void* jarg9) vtkCellTreeLocator_IntersectWithLine__SWIG_2; extern(C) int function(void* jarg1, void* jarg2, void* jarg3, void* jarg4, void* jarg5) vtkCellTreeLocator_IntersectWithLine__SWIG_3; extern(C) long function(void* jarg1, void* jarg2) vtkCellTreeLocator_FindCell__SWIG_1; extern(C) void function(void* jarg1) vtkCellTreeLocator_BuildLocatorInternal; extern(C) void function(void* jarg1) vtkCellTreeLocator_BuildLocatorIfNeeded; extern(C) void function(void* jarg1) vtkCellTreeLocator_ForceBuildLocator; extern(C) void* function(void* objectRef) vtkCellTreeLocator_Upcast; extern(C) int function(const(char)* jarg1) vtkPlotGrid_IsTypeOf; extern(C) void* function(void* jarg1) vtkPlotGrid_SafeDownCast; extern(C) void* function(void* jarg1) vtkPlotGrid_NewInstance; extern(C) void* function() vtkPlotGrid_New; extern(C) void function(void* jarg1, void* jarg2) vtkPlotGrid_SetXAxis; extern(C) void function(void* jarg1, void* jarg2) vtkPlotGrid_SetYAxis; extern(C) void* function() new_vtkPlotGrid; extern(C) void function(void* jarg1) delete_vtkPlotGrid; extern(C) void* function(void* objectRef) vtkPlotGrid_Upcast; extern(C) int function() VTK_PARSER_IMMEDIATE_get; extern(C) int function() VTK_PARSER_UNARY_MINUS_get; extern(C) int function() VTK_PARSER_ADD_get; extern(C) int function() VTK_PARSER_SUBTRACT_get; extern(C) int function() VTK_PARSER_MULTIPLY_get; extern(C) int function() VTK_PARSER_DIVIDE_get; extern(C) int function() VTK_PARSER_POWER_get; extern(C) int function() VTK_PARSER_ABSOLUTE_VALUE_get; extern(C) int function() VTK_PARSER_EXPONENT_get; extern(C) int function() VTK_PARSER_CEILING_get; extern(C) int function() VTK_PARSER_FLOOR_get; extern(C) int function() VTK_PARSER_LOGARITHM_get; extern(C) int function() VTK_PARSER_LOGARITHME_get; extern(C) int function() VTK_PARSER_LOGARITHM10_get; extern(C) int function() VTK_PARSER_SQUARE_ROOT_get; extern(C) int function() VTK_PARSER_SINE_get; extern(C) int function() VTK_PARSER_COSINE_get; extern(C) int function() VTK_PARSER_TANGENT_get; extern(C) int function() VTK_PARSER_ARCSINE_get; extern(C) int function() VTK_PARSER_ARCCOSINE_get; extern(C) int function() VTK_PARSER_ARCTANGENT_get; extern(C) int function() VTK_PARSER_HYPERBOLIC_SINE_get; extern(C) int function() VTK_PARSER_HYPERBOLIC_COSINE_get; extern(C) int function() VTK_PARSER_HYPERBOLIC_TANGENT_get; extern(C) int function() VTK_PARSER_MIN_get; extern(C) int function() VTK_PARSER_MAX_get; extern(C) int function() VTK_PARSER_CROSS_get; extern(C) int function() VTK_PARSER_SIGN_get; extern(C) int function() VTK_PARSER_VECTOR_UNARY_MINUS_get; extern(C) int function() VTK_PARSER_DOT_PRODUCT_get; extern(C) int function() VTK_PARSER_VECTOR_ADD_get; extern(C) int function() VTK_PARSER_VECTOR_SUBTRACT_get; extern(C) int function() VTK_PARSER_SCALAR_TIMES_VECTOR_get; extern(C) int function() VTK_PARSER_VECTOR_TIMES_SCALAR_get; extern(C) int function() VTK_PARSER_VECTOR_OVER_SCALAR_get; extern(C) int function() VTK_PARSER_MAGNITUDE_get; extern(C) int function() VTK_PARSER_NORMALIZE_get; extern(C) int function() VTK_PARSER_IHAT_get; extern(C) int function() VTK_PARSER_JHAT_get; extern(C) int function() VTK_PARSER_KHAT_get; extern(C) int function() VTK_PARSER_IF_get; extern(C) int function() VTK_PARSER_VECTOR_IF_get; extern(C) int function() VTK_PARSER_LESS_THAN_get; extern(C) int function() VTK_PARSER_GREATER_THAN_get; extern(C) int function() VTK_PARSER_EQUAL_TO_get; extern(C) int function() VTK_PARSER_AND_get; extern(C) int function() VTK_PARSER_OR_get; extern(C) int function() VTK_PARSER_BEGIN_VARIABLES_get; extern(C) void* function() vtkFunctionParser_New; extern(C) int function(const(char)* jarg1) vtkFunctionParser_IsTypeOf; extern(C) void* function(void* jarg1) vtkFunctionParser_SafeDownCast; extern(C) void* function(void* jarg1) vtkFunctionParser_NewInstance; extern(C) void function(void* jarg1, const(char)* jarg2) vtkFunctionParser_SetFunction; extern(C) const(char)* function(void* jarg1) vtkFunctionParser_GetFunction; extern(C) int function(void* jarg1) vtkFunctionParser_IsScalarResult; extern(C) int function(void* jarg1) vtkFunctionParser_IsVectorResult; extern(C) double function(void* jarg1) vtkFunctionParser_GetScalarResult; extern(C) void* function(void* jarg1) vtkFunctionParser_GetVectorResult__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkFunctionParser_GetVectorResult__SWIG_1; extern(C) void function(void* jarg1, const(char)* jarg2, double jarg3) vtkFunctionParser_SetScalarVariableValue__SWIG_0; extern(C) void function(void* jarg1, int jarg2, double jarg3) vtkFunctionParser_SetScalarVariableValue__SWIG_1; extern(C) double function(void* jarg1, const(char)* jarg2) vtkFunctionParser_GetScalarVariableValue__SWIG_0; extern(C) double function(void* jarg1, int jarg2) vtkFunctionParser_GetScalarVariableValue__SWIG_1; extern(C) void function(void* jarg1, const(char)* jarg2, double jarg3, double jarg4, double jarg5) vtkFunctionParser_SetVectorVariableValue__SWIG_0; extern(C) void function(void* jarg1, const(char)* jarg2, void* jarg3) vtkFunctionParser_SetVectorVariableValue__SWIG_1; extern(C) void function(void* jarg1, int jarg2, double jarg3, double jarg4, double jarg5) vtkFunctionParser_SetVectorVariableValue__SWIG_2; extern(C) void function(void* jarg1, int jarg2, void* jarg3) vtkFunctionParser_SetVectorVariableValue__SWIG_3; extern(C) void* function(void* jarg1, const(char)* jarg2) vtkFunctionParser_GetVectorVariableValue__SWIG_0; extern(C) void function(void* jarg1, const(char)* jarg2, void* jarg3) vtkFunctionParser_GetVectorVariableValue__SWIG_1; extern(C) void* function(void* jarg1, int jarg2) vtkFunctionParser_GetVectorVariableValue__SWIG_2; extern(C) void function(void* jarg1, int jarg2, void* jarg3) vtkFunctionParser_GetVectorVariableValue__SWIG_3; extern(C) int function(void* jarg1) vtkFunctionParser_GetNumberOfScalarVariables; extern(C) int function(void* jarg1) vtkFunctionParser_GetNumberOfVectorVariables; extern(C) const(char)* function(void* jarg1, int jarg2) vtkFunctionParser_GetScalarVariableName; extern(C) const(char)* function(void* jarg1, int jarg2) vtkFunctionParser_GetVectorVariableName; extern(C) void function(void* jarg1) vtkFunctionParser_RemoveAllVariables; extern(C) void function(void* jarg1) vtkFunctionParser_RemoveScalarVariables; extern(C) void function(void* jarg1) vtkFunctionParser_RemoveVectorVariables; extern(C) void function(void* jarg1, int jarg2) vtkFunctionParser_SetReplaceInvalidValues; extern(C) int function(void* jarg1) vtkFunctionParser_GetReplaceInvalidValues; extern(C) void function(void* jarg1) vtkFunctionParser_ReplaceInvalidValuesOn; extern(C) void function(void* jarg1) vtkFunctionParser_ReplaceInvalidValuesOff; extern(C) void function(void* jarg1, double jarg2) vtkFunctionParser_SetReplacementValue; extern(C) double function(void* jarg1) vtkFunctionParser_GetReplacementValue; extern(C) void function(void* jarg1, void* jarg2, void* jarg3) vtkFunctionParser_CheckExpression; extern(C) void function(void* jarg1) vtkFunctionParser_InvalidateFunction; extern(C) void* function(void* objectRef) vtkFunctionParser_Upcast; extern(C) int function(const(char)* jarg1) vtkWarpTransform_IsTypeOf; extern(C) void* function(void* jarg1) vtkWarpTransform_SafeDownCast; extern(C) void* function(void* jarg1) vtkWarpTransform_NewInstance; extern(C) int function(void* jarg1) vtkWarpTransform_GetInverseFlag; extern(C) void function(void* jarg1, double jarg2) vtkWarpTransform_SetInverseTolerance; extern(C) double function(void* jarg1) vtkWarpTransform_GetInverseTolerance; extern(C) void function(void* jarg1, int jarg2) vtkWarpTransform_SetInverseIterations; extern(C) int function(void* jarg1) vtkWarpTransform_GetInverseIterations; extern(C) void function(void* jarg1, void* jarg2, void* jarg3) vtkWarpTransform_InternalTransformPoint__SWIG_0; extern(C) void function(void* jarg1, void* jarg2, void* jarg3) vtkWarpTransform_InternalTransformPoint__SWIG_1; extern(C) void function(void* jarg1, void* jarg2, void* jarg3, void* jarg4) vtkWarpTransform_InternalTransformDerivative__SWIG_0; extern(C) void function(void* jarg1, void* jarg2, void* jarg3, void* jarg4) vtkWarpTransform_InternalTransformDerivative__SWIG_1; extern(C) void function(void* jarg1, void* jarg2, void* jarg3) vtkWarpTransform_TemplateTransformPoint__SWIG_0; extern(C) void function(void* jarg1, void* jarg2, void* jarg3) vtkWarpTransform_TemplateTransformPoint__SWIG_1; extern(C) void function(void* jarg1, void* jarg2, void* jarg3, void* jarg4) vtkWarpTransform_TemplateTransformPoint__SWIG_2; extern(C) void function(void* jarg1, void* jarg2, void* jarg3, void* jarg4) vtkWarpTransform_TemplateTransformPoint__SWIG_3; extern(C) void function(void* jarg1, void* jarg2, void* jarg3) vtkWarpTransform_TemplateTransformInverse__SWIG_0; extern(C) void function(void* jarg1, void* jarg2, void* jarg3) vtkWarpTransform_TemplateTransformInverse__SWIG_1; extern(C) void function(void* jarg1, void* jarg2, void* jarg3, void* jarg4) vtkWarpTransform_TemplateTransformInverse__SWIG_2; extern(C) void function(void* jarg1, void* jarg2, void* jarg3, void* jarg4) vtkWarpTransform_TemplateTransformInverse__SWIG_3; extern(C) void* function(void* objectRef) vtkWarpTransform_Upcast; extern(C) int function() VTK_GRID_NEAREST_get; extern(C) int function() VTK_GRID_LINEAR_get; extern(C) int function() VTK_GRID_CUBIC_get; extern(C) void* function() vtkGridTransform_New; extern(C) int function(const(char)* jarg1) vtkGridTransform_IsTypeOf; extern(C) void* function(void* jarg1) vtkGridTransform_SafeDownCast; extern(C) void* function(void* jarg1) vtkGridTransform_NewInstance; extern(C) void function(void* jarg1, void* jarg2) vtkGridTransform_SetDisplacementGridConnection; extern(C) void function(void* jarg1, void* jarg2) vtkGridTransform_SetDisplacementGridData; extern(C) void* function(void* jarg1) vtkGridTransform_GetDisplacementGrid; extern(C) void function(void* jarg1, double jarg2) vtkGridTransform_SetDisplacementScale; extern(C) double function(void* jarg1) vtkGridTransform_GetDisplacementScale; extern(C) void function(void* jarg1, double jarg2) vtkGridTransform_SetDisplacementShift; extern(C) double function(void* jarg1) vtkGridTransform_GetDisplacementShift; extern(C) void function(void* jarg1, int jarg2) vtkGridTransform_SetInterpolationMode; extern(C) int function(void* jarg1) vtkGridTransform_GetInterpolationMode; extern(C) void function(void* jarg1) vtkGridTransform_SetInterpolationModeToNearestNeighbor; extern(C) void function(void* jarg1) vtkGridTransform_SetInterpolationModeToLinear; extern(C) void function(void* jarg1) vtkGridTransform_SetInterpolationModeToCubic; extern(C) const(char)* function(void* jarg1) vtkGridTransform_GetInterpolationModeAsString; extern(C) void* function(void* objectRef) vtkGridTransform_Upcast; extern(C) int function(const(char)* jarg1) vtkInformationKeyVectorKey_IsTypeOf; extern(C) void* function(void* jarg1) vtkInformationKeyVectorKey_SafeDownCast; extern(C) void* function(void* jarg1) vtkInformationKeyVectorKey_NewInstance; extern(C) void* function(const(char)* jarg1, const(char)* jarg2) new_vtkInformationKeyVectorKey; extern(C) void function(void* jarg1) delete_vtkInformationKeyVectorKey; extern(C) void function(void* jarg1, void* jarg2, void* jarg3) vtkInformationKeyVectorKey_Append; extern(C) void function(void* jarg1, void* jarg2, void* jarg3) vtkInformationKeyVectorKey_AppendUnique; extern(C) void function(void* jarg1, void* jarg2, void* jarg3, int jarg4) vtkInformationKeyVectorKey_Set; extern(C) void function(void* jarg1, void* jarg2, void* jarg3) vtkInformationKeyVectorKey_RemoveItem; extern(C) void* function(void* jarg1, void* jarg2) vtkInformationKeyVectorKey_Get__SWIG_0; extern(C) void* function(void* jarg1, void* jarg2, int jarg3) vtkInformationKeyVectorKey_Get__SWIG_1; extern(C) void function(void* jarg1, void* jarg2, void* jarg3) vtkInformationKeyVectorKey_Get__SWIG_2; extern(C) int function(void* jarg1, void* jarg2) vtkInformationKeyVectorKey_Length; extern(C) void* function(void* objectRef) vtkInformationKeyVectorKey_Upcast; extern(C) int function(const(char)* jarg1) vtkXMLStructuredDataWriter_IsTypeOf; extern(C) void* function(void* jarg1) vtkXMLStructuredDataWriter_SafeDownCast; extern(C) void* function(void* jarg1) vtkXMLStructuredDataWriter_NewInstance; extern(C) void function(void* jarg1, int jarg2) vtkXMLStructuredDataWriter_SetNumberOfPieces; extern(C) int function(void* jarg1) vtkXMLStructuredDataWriter_GetNumberOfPieces; extern(C) void function(void* jarg1, int jarg2, int jarg3, int jarg4, int jarg5, int jarg6, int jarg7) vtkXMLStructuredDataWriter_SetWriteExtent__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkXMLStructuredDataWriter_SetWriteExtent__SWIG_1; extern(C) void* function(void* jarg1) vtkXMLStructuredDataWriter_GetWriteExtent__SWIG_0; extern(C) void function(void* jarg1, void* jarg2, void* jarg3, void* jarg4, void* jarg5, void* jarg6, void* jarg7) vtkXMLStructuredDataWriter_GetWriteExtent__SWIG_1; extern(C) void function(void* jarg1, void* jarg2) vtkXMLStructuredDataWriter_GetWriteExtent__SWIG_2; extern(C) void function(void* jarg1, void* jarg2) vtkXMLStructuredDataWriter_SetExtentTranslator; extern(C) void* function(void* jarg1) vtkXMLStructuredDataWriter_GetExtentTranslator; extern(C) void* function(void* objectRef) vtkXMLStructuredDataWriter_Upcast; extern(C) void* function() vtkXMLStructuredGridWriter_New; extern(C) int function(const(char)* jarg1) vtkXMLStructuredGridWriter_IsTypeOf; extern(C) void* function(void* jarg1) vtkXMLStructuredGridWriter_SafeDownCast; extern(C) void* function(void* jarg1) vtkXMLStructuredGridWriter_NewInstance; extern(C) void* function(void* objectRef) vtkXMLStructuredGridWriter_Upcast; extern(C) void* function() vtkMatrix3x3_New; extern(C) int function(const(char)* jarg1) vtkMatrix3x3_IsTypeOf; extern(C) void* function(void* jarg1) vtkMatrix3x3_SafeDownCast; extern(C) void* function(void* jarg1) vtkMatrix3x3_NewInstance; extern(C) void function(void* jarg1, void* jarg2) vtkMatrix3x3_DeepCopy__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkMatrix3x3_DeepCopy__SWIG_1; extern(C) void function(void* jarg1) vtkMatrix3x3_Zero; extern(C) void function(void* jarg1) vtkMatrix3x3_Identity; extern(C) void function(void* jarg1, void* jarg2) vtkMatrix3x3_Invert__SWIG_0; extern(C) void function(void* jarg1) vtkMatrix3x3_Invert__SWIG_1; extern(C) void function(void* jarg1, void* jarg2) vtkMatrix3x3_Transpose__SWIG_0; extern(C) void function(void* jarg1) vtkMatrix3x3_Transpose__SWIG_1; extern(C) void function(void* jarg1, void* jarg2, void* jarg3) vtkMatrix3x3_MultiplyPoint__SWIG_0; extern(C) void function(void* jarg1, void* jarg2, void* jarg3) vtkMatrix3x3_MultiplyPoint__SWIG_1; extern(C) void function(void* jarg1, void* jarg2, void* jarg3) vtkMatrix3x3_Multiply3x3; extern(C) void function(void* jarg1, void* jarg2, void* jarg3) vtkMatrix3x3_Adjoint; extern(C) double function(void* jarg1) vtkMatrix3x3_Determinant; extern(C) void function(void* jarg1, int jarg2, int jarg3, double jarg4) vtkMatrix3x3_SetElement; extern(C) double function(void* jarg1, int jarg2, int jarg3) vtkMatrix3x3_GetElement; extern(C) uint function(void* jarg1) vtkMatrix3x3_IsIdentity; extern(C) void* function(void* jarg1) vtkMatrix3x3_GetData; extern(C) void* function() new_vtkMatrix3x3; extern(C) void function(void* jarg1) delete_vtkMatrix3x3; extern(C) void* function(void* objectRef) vtkMatrix3x3_Upcast; extern(C) int function(const(char)* jarg1) vtkResliceCursor_IsTypeOf; extern(C) void* function(void* jarg1) vtkResliceCursor_SafeDownCast; extern(C) void* function(void* jarg1) vtkResliceCursor_NewInstance; extern(C) void* function() vtkResliceCursor_New; extern(C) void function(void* jarg1, void* jarg2) vtkResliceCursor_SetImage; extern(C) void* function(void* jarg1) vtkResliceCursor_GetImage; extern(C) void function(void* jarg1, double jarg2, double jarg3, double jarg4) vtkResliceCursor_SetCenter__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkResliceCursor_SetCenter__SWIG_1; extern(C) void* function(void* jarg1) vtkResliceCursor_GetCenter__SWIG_0; extern(C) void function(void* jarg1, void* jarg2, void* jarg3, void* jarg4) vtkResliceCursor_GetCenter__SWIG_1; extern(C) void function(void* jarg1, void* jarg2) vtkResliceCursor_GetCenter__SWIG_2; extern(C) void function(void* jarg1, double jarg2, double jarg3, double jarg4) vtkResliceCursor_SetThickness__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkResliceCursor_SetThickness__SWIG_1; extern(C) void* function(void* jarg1) vtkResliceCursor_GetThickness__SWIG_0; extern(C) void function(void* jarg1, void* jarg2, void* jarg3, void* jarg4) vtkResliceCursor_GetThickness__SWIG_1; extern(C) void function(void* jarg1, void* jarg2) vtkResliceCursor_GetThickness__SWIG_2; extern(C) void function(void* jarg1, int jarg2) vtkResliceCursor_SetThickMode; extern(C) int function(void* jarg1) vtkResliceCursor_GetThickMode; extern(C) void function(void* jarg1) vtkResliceCursor_ThickModeOn; extern(C) void function(void* jarg1) vtkResliceCursor_ThickModeOff; extern(C) void* function(void* jarg1) vtkResliceCursor_GetPolyData; extern(C) void* function(void* jarg1, int jarg2) vtkResliceCursor_GetCenterlineAxisPolyData; extern(C) void* function(void* jarg1, int jarg2) vtkResliceCursor_GetPlane; extern(C) void function(void* jarg1) vtkResliceCursor_Update; extern(C) void* function(void* jarg1) vtkResliceCursor_GetXAxis__SWIG_0; extern(C) void function(void* jarg1, void* jarg2, void* jarg3, void* jarg4) vtkResliceCursor_GetXAxis__SWIG_1; extern(C) void function(void* jarg1, void* jarg2) vtkResliceCursor_GetXAxis__SWIG_2; extern(C) void* function(void* jarg1) vtkResliceCursor_GetYAxis__SWIG_0; extern(C) void function(void* jarg1, void* jarg2, void* jarg3, void* jarg4) vtkResliceCursor_GetYAxis__SWIG_1; extern(C) void function(void* jarg1, void* jarg2) vtkResliceCursor_GetYAxis__SWIG_2; extern(C) void* function(void* jarg1) vtkResliceCursor_GetZAxis__SWIG_0; extern(C) void function(void* jarg1, void* jarg2, void* jarg3, void* jarg4) vtkResliceCursor_GetZAxis__SWIG_1; extern(C) void function(void* jarg1, void* jarg2) vtkResliceCursor_GetZAxis__SWIG_2; extern(C) void function(void* jarg1, double jarg2, double jarg3, double jarg4) vtkResliceCursor_SetXAxis__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkResliceCursor_SetXAxis__SWIG_1; extern(C) void function(void* jarg1, double jarg2, double jarg3, double jarg4) vtkResliceCursor_SetYAxis__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkResliceCursor_SetYAxis__SWIG_1; extern(C) void function(void* jarg1, double jarg2, double jarg3, double jarg4) vtkResliceCursor_SetZAxis__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkResliceCursor_SetZAxis__SWIG_1; extern(C) void* function(void* jarg1, int jarg2) vtkResliceCursor_GetAxis; extern(C) void function(void* jarg1, int jarg2) vtkResliceCursor_SetHole; extern(C) int function(void* jarg1) vtkResliceCursor_GetHole; extern(C) void function(void* jarg1, double jarg2) vtkResliceCursor_SetHoleWidth; extern(C) double function(void* jarg1) vtkResliceCursor_GetHoleWidth; extern(C) void function(void* jarg1, double jarg2) vtkResliceCursor_SetHoleWidthInPixels; extern(C) double function(void* jarg1) vtkResliceCursor_GetHoleWidthInPixels; extern(C) void function(void* jarg1) vtkResliceCursor_Reset; extern(C) void* function(void* objectRef) vtkResliceCursor_Upcast; extern(C) void* function() vtkHeap_New; extern(C) int function(const(char)* jarg1) vtkHeap_IsTypeOf; extern(C) void* function(void* jarg1) vtkHeap_SafeDownCast; extern(C) void* function(void* jarg1) vtkHeap_NewInstance; extern(C) void* function(void* jarg1, size_t jarg2) vtkHeap_AllocateMemory; extern(C) void function(void* jarg1, size_t jarg2) vtkHeap_SetBlockSize; extern(C) size_t function(void* jarg1) vtkHeap_GetBlockSize; extern(C) int function(void* jarg1) vtkHeap_GetNumberOfBlocks; extern(C) int function(void* jarg1) vtkHeap_GetNumberOfAllocations; extern(C) void function(void* jarg1) vtkHeap_Reset; extern(C) const(char)* function(void* jarg1, const(char)* jarg2) vtkHeap_StringDup; extern(C) void* function(void* objectRef) vtkHeap_Upcast; extern(C) void* function() vtkDataArrayCollection_New; extern(C) int function(const(char)* jarg1) vtkDataArrayCollection_IsTypeOf; extern(C) void* function(void* jarg1) vtkDataArrayCollection_SafeDownCast; extern(C) void* function(void* jarg1) vtkDataArrayCollection_NewInstance; extern(C) void function(void* jarg1, void* jarg2) vtkDataArrayCollection_AddItem; extern(C) void* function(void* jarg1) vtkDataArrayCollection_GetNextItem; extern(C) void* function(void* jarg1, int jarg2) vtkDataArrayCollection_GetItem; extern(C) void* function(void* objectRef) vtkDataArrayCollection_Upcast; extern(C) int function() vtkSimple3DCirclesStrategyH_get; extern(C) void* function() vtkSimple3DCirclesStrategy_New; extern(C) int function(const(char)* jarg1) vtkSimple3DCirclesStrategy_IsTypeOf; extern(C) void* function(void* jarg1) vtkSimple3DCirclesStrategy_SafeDownCast; extern(C) void* function(void* jarg1) vtkSimple3DCirclesStrategy_NewInstance; extern(C) void function(void* jarg1, int jarg2) vtkSimple3DCirclesStrategy_SetMethod; extern(C) int function(void* jarg1) vtkSimple3DCirclesStrategy_GetMethod; extern(C) void function(void* jarg1, double jarg2) vtkSimple3DCirclesStrategy_SetRadius; extern(C) double function(void* jarg1) vtkSimple3DCirclesStrategy_GetRadius; extern(C) void function(void* jarg1, double jarg2) vtkSimple3DCirclesStrategy_SetHeight; extern(C) double function(void* jarg1) vtkSimple3DCirclesStrategy_GetHeight; extern(C) void function(void* jarg1, double jarg2, double jarg3, double jarg4) vtkSimple3DCirclesStrategy_SetOrigin__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkSimple3DCirclesStrategy_SetOrigin__SWIG_1; extern(C) void* function(void* jarg1) vtkSimple3DCirclesStrategy_GetOrigin__SWIG_0; extern(C) void function(void* jarg1, void* jarg2, void* jarg3, void* jarg4) vtkSimple3DCirclesStrategy_GetOrigin__SWIG_1; extern(C) void function(void* jarg1, void* jarg2) vtkSimple3DCirclesStrategy_GetOrigin__SWIG_2; extern(C) void function(void* jarg1, double jarg2, double jarg3, double jarg4) vtkSimple3DCirclesStrategy_SetDirection__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkSimple3DCirclesStrategy_SetDirection__SWIG_1; extern(C) void* function(void* jarg1) vtkSimple3DCirclesStrategy_GetDirection__SWIG_0; extern(C) void function(void* jarg1, void* jarg2, void* jarg3, void* jarg4) vtkSimple3DCirclesStrategy_GetDirection__SWIG_1; extern(C) void function(void* jarg1, void* jarg2) vtkSimple3DCirclesStrategy_GetDirection__SWIG_2; extern(C) void function(void* jarg1, void* jarg2) vtkSimple3DCirclesStrategy_SetMarkedStartVertices; extern(C) void* function(void* jarg1) vtkSimple3DCirclesStrategy_GetMarkedStartVertices; extern(C) void function(void* jarg1, void* jarg2) vtkSimple3DCirclesStrategy_SetMarkedValue; extern(C) void* function(void* jarg1) vtkSimple3DCirclesStrategy_GetMarkedValue; extern(C) void function(void* jarg1, int jarg2) vtkSimple3DCirclesStrategy_SetForceToUseUniversalStartPointsFinder; extern(C) int function(void* jarg1) vtkSimple3DCirclesStrategy_GetForceToUseUniversalStartPointsFinder; extern(C) void function(void* jarg1) vtkSimple3DCirclesStrategy_ForceToUseUniversalStartPointsFinderOn; extern(C) void function(void* jarg1) vtkSimple3DCirclesStrategy_ForceToUseUniversalStartPointsFinderOff; extern(C) void function(void* jarg1, int jarg2) vtkSimple3DCirclesStrategy_SetAutoHeight; extern(C) int function(void* jarg1) vtkSimple3DCirclesStrategy_GetAutoHeight; extern(C) void function(void* jarg1) vtkSimple3DCirclesStrategy_AutoHeightOn; extern(C) void function(void* jarg1) vtkSimple3DCirclesStrategy_AutoHeightOff; extern(C) void function(void* jarg1, double jarg2) vtkSimple3DCirclesStrategy_SetMinimumRadian; extern(C) double function(void* jarg1) vtkSimple3DCirclesStrategy_GetMinimumRadian; extern(C) void function(void* jarg1, double jarg2) vtkSimple3DCirclesStrategy_SetMinimumDegree; extern(C) double function(void* jarg1) vtkSimple3DCirclesStrategy_GetMinimumDegree; extern(C) void function(void* jarg1, void* jarg2) vtkSimple3DCirclesStrategy_SetHierarchicalLayers; extern(C) void* function(void* jarg1) vtkSimple3DCirclesStrategy_GetHierarchicalLayers; extern(C) void function(void* jarg1, void* jarg2) vtkSimple3DCirclesStrategy_SetHierarchicalOrder; extern(C) void* function(void* jarg1) vtkSimple3DCirclesStrategy_GetHierarchicalOrder; extern(C) void function(void* jarg1) delete_vtkSimple3DCirclesStrategy; extern(C) void* function(void* objectRef) vtkSimple3DCirclesStrategy_Upcast; extern(C) int function(const(char)* jarg1) vtkGaussianRandomSequence_IsTypeOf; extern(C) void* function(void* jarg1) vtkGaussianRandomSequence_SafeDownCast; extern(C) void* function(void* jarg1) vtkGaussianRandomSequence_NewInstance; extern(C) double function(void* jarg1, double jarg2, double jarg3) vtkGaussianRandomSequence_GetScaledValue; extern(C) void* function(void* objectRef) vtkGaussianRandomSequence_Upcast; extern(C) void* function() vtkStructuredVisibilityConstraint_New; extern(C) int function(const(char)* jarg1) vtkStructuredVisibilityConstraint_IsTypeOf; extern(C) void* function(void* jarg1) vtkStructuredVisibilityConstraint_SafeDownCast; extern(C) void* function(void* jarg1) vtkStructuredVisibilityConstraint_NewInstance; extern(C) ubyte function(void* jarg1, long jarg2) vtkStructuredVisibilityConstraint_IsVisible; extern(C) void function(void* jarg1, long jarg2) vtkStructuredVisibilityConstraint_Blank; extern(C) void function(void* jarg1, long jarg2) vtkStructuredVisibilityConstraint_UnBlank; extern(C) void* function(void* jarg1) vtkStructuredVisibilityConstraint_GetDimensions__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkStructuredVisibilityConstraint_GetDimensions__SWIG_1; extern(C) void function(void* jarg1, void* jarg2) vtkStructuredVisibilityConstraint_Initialize; extern(C) void function(void* jarg1) vtkStructuredVisibilityConstraint_Allocate; extern(C) void function(void* jarg1, void* jarg2) vtkStructuredVisibilityConstraint_SetVisibilityById; extern(C) void* function(void* jarg1) vtkStructuredVisibilityConstraint_GetVisibilityById; extern(C) void function(void* jarg1, void* jarg2) vtkStructuredVisibilityConstraint_ShallowCopy; extern(C) void function(void* jarg1, void* jarg2) vtkStructuredVisibilityConstraint_DeepCopy; extern(C) ubyte function(void* jarg1) vtkStructuredVisibilityConstraint_IsConstrained; extern(C) void* function(void* objectRef) vtkStructuredVisibilityConstraint_Upcast; extern(C) void* function() vtkRenderPassCollection_New; extern(C) int function(const(char)* jarg1) vtkRenderPassCollection_IsTypeOf; extern(C) void* function(void* jarg1) vtkRenderPassCollection_SafeDownCast; extern(C) void* function(void* jarg1) vtkRenderPassCollection_NewInstance; extern(C) void function(void* jarg1, void* jarg2) vtkRenderPassCollection_AddItem; extern(C) void* function(void* jarg1) vtkRenderPassCollection_GetNextRenderPass; extern(C) void* function(void* jarg1) vtkRenderPassCollection_GetLastRenderPass; extern(C) void* function(void* objectRef) vtkRenderPassCollection_Upcast; extern(C) int function() VTK_QUALITY_EDGE_RATIO_get; extern(C) int function() VTK_QUALITY_ASPECT_RATIO_get; extern(C) int function() VTK_QUALITY_RADIUS_RATIO_get; extern(C) int function() VTK_QUALITY_ASPECT_FROBENIUS_get; extern(C) int function() VTK_QUALITY_MED_ASPECT_FROBENIUS_get; extern(C) int function() VTK_QUALITY_MAX_ASPECT_FROBENIUS_get; extern(C) int function() VTK_QUALITY_MIN_ANGLE_get; extern(C) int function() VTK_QUALITY_COLLAPSE_RATIO_get; extern(C) int function() VTK_QUALITY_MAX_ANGLE_get; extern(C) int function() VTK_QUALITY_CONDITION_get; extern(C) int function() VTK_QUALITY_SCALED_JACOBIAN_get; extern(C) int function() VTK_QUALITY_SHEAR_get; extern(C) int function() VTK_QUALITY_RELATIVE_SIZE_SQUARED_get; extern(C) int function() VTK_QUALITY_SHAPE_get; extern(C) int function() VTK_QUALITY_SHAPE_AND_SIZE_get; extern(C) int function() VTK_QUALITY_DISTORTION_get; extern(C) int function() VTK_QUALITY_MAX_EDGE_RATIO_get; extern(C) int function() VTK_QUALITY_SKEW_get; extern(C) int function() VTK_QUALITY_TAPER_get; extern(C) int function() VTK_QUALITY_VOLUME_get; extern(C) int function() VTK_QUALITY_STRETCH_get; extern(C) int function() VTK_QUALITY_DIAGONAL_get; extern(C) int function() VTK_QUALITY_DIMENSION_get; extern(C) int function() VTK_QUALITY_ODDY_get; extern(C) int function() VTK_QUALITY_SHEAR_AND_SIZE_get; extern(C) int function() VTK_QUALITY_JACOBIAN_get; extern(C) int function() VTK_QUALITY_WARPAGE_get; extern(C) int function() VTK_QUALITY_ASPECT_GAMMA_get; extern(C) int function() VTK_QUALITY_AREA_get; extern(C) int function() VTK_QUALITY_ASPECT_BETA_get; extern(C) int function(const(char)* jarg1) vtkMeshQuality_IsTypeOf; extern(C) void* function(void* jarg1) vtkMeshQuality_SafeDownCast; extern(C) void* function(void* jarg1) vtkMeshQuality_NewInstance; extern(C) void* function() vtkMeshQuality_New; extern(C) void function(void* jarg1, int jarg2) vtkMeshQuality_SetSaveCellQuality; extern(C) int function(void* jarg1) vtkMeshQuality_GetSaveCellQuality; extern(C) void function(void* jarg1) vtkMeshQuality_SaveCellQualityOn; extern(C) void function(void* jarg1) vtkMeshQuality_SaveCellQualityOff; extern(C) void function(void* jarg1, int jarg2) vtkMeshQuality_SetTriangleQualityMeasure; extern(C) int function(void* jarg1) vtkMeshQuality_GetTriangleQualityMeasure; extern(C) void function(void* jarg1) vtkMeshQuality_SetTriangleQualityMeasureToArea; extern(C) void function(void* jarg1) vtkMeshQuality_SetTriangleQualityMeasureToEdgeRatio; extern(C) void function(void* jarg1) vtkMeshQuality_SetTriangleQualityMeasureToAspectRatio; extern(C) void function(void* jarg1) vtkMeshQuality_SetTriangleQualityMeasureToRadiusRatio; extern(C) void function(void* jarg1) vtkMeshQuality_SetTriangleQualityMeasureToAspectFrobenius; extern(C) void function(void* jarg1) vtkMeshQuality_SetTriangleQualityMeasureToMinAngle; extern(C) void function(void* jarg1) vtkMeshQuality_SetTriangleQualityMeasureToMaxAngle; extern(C) void function(void* jarg1) vtkMeshQuality_SetTriangleQualityMeasureToCondition; extern(C) void function(void* jarg1) vtkMeshQuality_SetTriangleQualityMeasureToScaledJacobian; extern(C) void function(void* jarg1) vtkMeshQuality_SetTriangleQualityMeasureToRelativeSizeSquared; extern(C) void function(void* jarg1) vtkMeshQuality_SetTriangleQualityMeasureToShape; extern(C) void function(void* jarg1) vtkMeshQuality_SetTriangleQualityMeasureToShapeAndSize; extern(C) void function(void* jarg1) vtkMeshQuality_SetTriangleQualityMeasureToDistortion; extern(C) void function(void* jarg1, int jarg2) vtkMeshQuality_SetQuadQualityMeasure; extern(C) int function(void* jarg1) vtkMeshQuality_GetQuadQualityMeasure; extern(C) void function(void* jarg1) vtkMeshQuality_SetQuadQualityMeasureToEdgeRatio; extern(C) void function(void* jarg1) vtkMeshQuality_SetQuadQualityMeasureToAspectRatio; extern(C) void function(void* jarg1) vtkMeshQuality_SetQuadQualityMeasureToRadiusRatio; extern(C) void function(void* jarg1) vtkMeshQuality_SetQuadQualityMeasureToMedAspectFrobenius; extern(C) void function(void* jarg1) vtkMeshQuality_SetQuadQualityMeasureToMaxAspectFrobenius; extern(C) void function(void* jarg1) vtkMeshQuality_SetQuadQualityMeasureToMaxEdgeRatios; extern(C) void function(void* jarg1) vtkMeshQuality_SetQuadQualityMeasureToSkew; extern(C) void function(void* jarg1) vtkMeshQuality_SetQuadQualityMeasureToTaper; extern(C) void function(void* jarg1) vtkMeshQuality_SetQuadQualityMeasureToWarpage; extern(C) void function(void* jarg1) vtkMeshQuality_SetQuadQualityMeasureToArea; extern(C) void function(void* jarg1) vtkMeshQuality_SetQuadQualityMeasureToStretch; extern(C) void function(void* jarg1) vtkMeshQuality_SetQuadQualityMeasureToMinAngle; extern(C) void function(void* jarg1) vtkMeshQuality_SetQuadQualityMeasureToMaxAngle; extern(C) void function(void* jarg1) vtkMeshQuality_SetQuadQualityMeasureToOddy; extern(C) void function(void* jarg1) vtkMeshQuality_SetQuadQualityMeasureToCondition; extern(C) void function(void* jarg1) vtkMeshQuality_SetQuadQualityMeasureToJacobian; extern(C) void function(void* jarg1) vtkMeshQuality_SetQuadQualityMeasureToScaledJacobian; extern(C) void function(void* jarg1) vtkMeshQuality_SetQuadQualityMeasureToShear; extern(C) void function(void* jarg1) vtkMeshQuality_SetQuadQualityMeasureToShape; extern(C) void function(void* jarg1) vtkMeshQuality_SetQuadQualityMeasureToRelativeSizeSquared; extern(C) void function(void* jarg1) vtkMeshQuality_SetQuadQualityMeasureToShapeAndSize; extern(C) void function(void* jarg1) vtkMeshQuality_SetQuadQualityMeasureToShearAndSize; extern(C) void function(void* jarg1) vtkMeshQuality_SetQuadQualityMeasureToDistortion; extern(C) void function(void* jarg1, int jarg2) vtkMeshQuality_SetTetQualityMeasure; extern(C) int function(void* jarg1) vtkMeshQuality_GetTetQualityMeasure; extern(C) void function(void* jarg1) vtkMeshQuality_SetTetQualityMeasureToEdgeRatio; extern(C) void function(void* jarg1) vtkMeshQuality_SetTetQualityMeasureToAspectRatio; extern(C) void function(void* jarg1) vtkMeshQuality_SetTetQualityMeasureToRadiusRatio; extern(C) void function(void* jarg1) vtkMeshQuality_SetTetQualityMeasureToAspectFrobenius; extern(C) void function(void* jarg1) vtkMeshQuality_SetTetQualityMeasureToMinAngle; extern(C) void function(void* jarg1) vtkMeshQuality_SetTetQualityMeasureToCollapseRatio; extern(C) void function(void* jarg1) vtkMeshQuality_SetTetQualityMeasureToAspectBeta; extern(C) void function(void* jarg1) vtkMeshQuality_SetTetQualityMeasureToAspectGamma; extern(C) void function(void* jarg1) vtkMeshQuality_SetTetQualityMeasureToVolume; extern(C) void function(void* jarg1) vtkMeshQuality_SetTetQualityMeasureToCondition; extern(C) void function(void* jarg1) vtkMeshQuality_SetTetQualityMeasureToJacobian; extern(C) void function(void* jarg1) vtkMeshQuality_SetTetQualityMeasureToScaledJacobian; extern(C) void function(void* jarg1) vtkMeshQuality_SetTetQualityMeasureToShape; extern(C) void function(void* jarg1) vtkMeshQuality_SetTetQualityMeasureToRelativeSizeSquared; extern(C) void function(void* jarg1) vtkMeshQuality_SetTetQualityMeasureToShapeAndSize; extern(C) void function(void* jarg1) vtkMeshQuality_SetTetQualityMeasureToDistortion; extern(C) void function(void* jarg1, int jarg2) vtkMeshQuality_SetHexQualityMeasure; extern(C) int function(void* jarg1) vtkMeshQuality_GetHexQualityMeasure; extern(C) void function(void* jarg1) vtkMeshQuality_SetHexQualityMeasureToEdgeRatio; extern(C) void function(void* jarg1) vtkMeshQuality_SetHexQualityMeasureToMedAspectFrobenius; extern(C) void function(void* jarg1) vtkMeshQuality_SetHexQualityMeasureToMaxAspectFrobenius; extern(C) void function(void* jarg1) vtkMeshQuality_SetHexQualityMeasureToMaxEdgeRatios; extern(C) void function(void* jarg1) vtkMeshQuality_SetHexQualityMeasureToSkew; extern(C) void function(void* jarg1) vtkMeshQuality_SetHexQualityMeasureToTaper; extern(C) void function(void* jarg1) vtkMeshQuality_SetHexQualityMeasureToVolume; extern(C) void function(void* jarg1) vtkMeshQuality_SetHexQualityMeasureToStretch; extern(C) void function(void* jarg1) vtkMeshQuality_SetHexQualityMeasureToDiagonal; extern(C) void function(void* jarg1) vtkMeshQuality_SetHexQualityMeasureToDimension; extern(C) void function(void* jarg1) vtkMeshQuality_SetHexQualityMeasureToOddy; extern(C) void function(void* jarg1) vtkMeshQuality_SetHexQualityMeasureToCondition; extern(C) void function(void* jarg1) vtkMeshQuality_SetHexQualityMeasureToJacobian; extern(C) void function(void* jarg1) vtkMeshQuality_SetHexQualityMeasureToScaledJacobian; extern(C) void function(void* jarg1) vtkMeshQuality_SetHexQualityMeasureToShear; extern(C) void function(void* jarg1) vtkMeshQuality_SetHexQualityMeasureToShape; extern(C) void function(void* jarg1) vtkMeshQuality_SetHexQualityMeasureToRelativeSizeSquared; extern(C) void function(void* jarg1) vtkMeshQuality_SetHexQualityMeasureToShapeAndSize; extern(C) void function(void* jarg1) vtkMeshQuality_SetHexQualityMeasureToShearAndSize; extern(C) void function(void* jarg1) vtkMeshQuality_SetHexQualityMeasureToDistortion; extern(C) double function(void* jarg1) vtkMeshQuality_TriangleArea; extern(C) double function(void* jarg1) vtkMeshQuality_TriangleEdgeRatio; extern(C) double function(void* jarg1) vtkMeshQuality_TriangleAspectRatio; extern(C) double function(void* jarg1) vtkMeshQuality_TriangleRadiusRatio; extern(C) double function(void* jarg1) vtkMeshQuality_TriangleAspectFrobenius; extern(C) double function(void* jarg1) vtkMeshQuality_TriangleMinAngle; extern(C) double function(void* jarg1) vtkMeshQuality_TriangleMaxAngle; extern(C) double function(void* jarg1) vtkMeshQuality_TriangleCondition; extern(C) double function(void* jarg1) vtkMeshQuality_TriangleScaledJacobian; extern(C) double function(void* jarg1) vtkMeshQuality_TriangleRelativeSizeSquared; extern(C) double function(void* jarg1) vtkMeshQuality_TriangleShape; extern(C) double function(void* jarg1) vtkMeshQuality_TriangleShapeAndSize; extern(C) double function(void* jarg1) vtkMeshQuality_TriangleDistortion; extern(C) double function(void* jarg1) vtkMeshQuality_QuadEdgeRatio; extern(C) double function(void* jarg1) vtkMeshQuality_QuadAspectRatio; extern(C) double function(void* jarg1) vtkMeshQuality_QuadRadiusRatio; extern(C) double function(void* jarg1) vtkMeshQuality_QuadMedAspectFrobenius; extern(C) double function(void* jarg1) vtkMeshQuality_QuadMaxAspectFrobenius; extern(C) double function(void* jarg1) vtkMeshQuality_QuadMinAngle; extern(C) double function(void* jarg1) vtkMeshQuality_QuadMaxEdgeRatios; extern(C) double function(void* jarg1) vtkMeshQuality_QuadSkew; extern(C) double function(void* jarg1) vtkMeshQuality_QuadTaper; extern(C) double function(void* jarg1) vtkMeshQuality_QuadWarpage; extern(C) double function(void* jarg1) vtkMeshQuality_QuadArea; extern(C) double function(void* jarg1) vtkMeshQuality_QuadStretch; extern(C) double function(void* jarg1) vtkMeshQuality_QuadMaxAngle; extern(C) double function(void* jarg1) vtkMeshQuality_QuadOddy; extern(C) double function(void* jarg1) vtkMeshQuality_QuadCondition; extern(C) double function(void* jarg1) vtkMeshQuality_QuadJacobian; extern(C) double function(void* jarg1) vtkMeshQuality_QuadScaledJacobian; extern(C) double function(void* jarg1) vtkMeshQuality_QuadShear; extern(C) double function(void* jarg1) vtkMeshQuality_QuadShape; extern(C) double function(void* jarg1) vtkMeshQuality_QuadRelativeSizeSquared; extern(C) double function(void* jarg1) vtkMeshQuality_QuadShapeAndSize; extern(C) double function(void* jarg1) vtkMeshQuality_QuadShearAndSize; extern(C) double function(void* jarg1) vtkMeshQuality_QuadDistortion; extern(C) double function(void* jarg1) vtkMeshQuality_TetEdgeRatio; extern(C) double function(void* jarg1) vtkMeshQuality_TetAspectRatio; extern(C) double function(void* jarg1) vtkMeshQuality_TetRadiusRatio; extern(C) double function(void* jarg1) vtkMeshQuality_TetAspectFrobenius; extern(C) double function(void* jarg1) vtkMeshQuality_TetMinAngle; extern(C) double function(void* jarg1) vtkMeshQuality_TetCollapseRatio; extern(C) double function(void* jarg1) vtkMeshQuality_TetAspectBeta; extern(C) double function(void* jarg1) vtkMeshQuality_TetAspectGamma; extern(C) double function(void* jarg1) vtkMeshQuality_TetVolume; extern(C) double function(void* jarg1) vtkMeshQuality_TetCondition; extern(C) double function(void* jarg1) vtkMeshQuality_TetJacobian; extern(C) double function(void* jarg1) vtkMeshQuality_TetScaledJacobian; extern(C) double function(void* jarg1) vtkMeshQuality_TetShape; extern(C) double function(void* jarg1) vtkMeshQuality_TetRelativeSizeSquared; extern(C) double function(void* jarg1) vtkMeshQuality_TetShapeandSize; extern(C) double function(void* jarg1) vtkMeshQuality_TetDistortion; extern(C) double function(void* jarg1) vtkMeshQuality_HexEdgeRatio; extern(C) double function(void* jarg1) vtkMeshQuality_HexMedAspectFrobenius; extern(C) double function(void* jarg1) vtkMeshQuality_HexMaxAspectFrobenius; extern(C) double function(void* jarg1) vtkMeshQuality_HexMaxEdgeRatio; extern(C) double function(void* jarg1) vtkMeshQuality_HexSkew; extern(C) double function(void* jarg1) vtkMeshQuality_HexTaper; extern(C) double function(void* jarg1) vtkMeshQuality_HexVolume; extern(C) double function(void* jarg1) vtkMeshQuality_HexStretch; extern(C) double function(void* jarg1) vtkMeshQuality_HexDiagonal; extern(C) double function(void* jarg1) vtkMeshQuality_HexDimension; extern(C) double function(void* jarg1) vtkMeshQuality_HexOddy; extern(C) double function(void* jarg1) vtkMeshQuality_HexCondition; extern(C) double function(void* jarg1) vtkMeshQuality_HexJacobian; extern(C) double function(void* jarg1) vtkMeshQuality_HexScaledJacobian; extern(C) double function(void* jarg1) vtkMeshQuality_HexShear; extern(C) double function(void* jarg1) vtkMeshQuality_HexShape; extern(C) double function(void* jarg1) vtkMeshQuality_HexRelativeSizeSquared; extern(C) double function(void* jarg1) vtkMeshQuality_HexShapeAndSize; extern(C) double function(void* jarg1) vtkMeshQuality_HexShearAndSize; extern(C) double function(void* jarg1) vtkMeshQuality_HexDistortion; extern(C) void function(void* jarg1, int jarg2) vtkMeshQuality_SetRatio; extern(C) int function(void* jarg1) vtkMeshQuality_GetRatio; extern(C) void function(void* jarg1) vtkMeshQuality_RatioOn; extern(C) void function(void* jarg1) vtkMeshQuality_RatioOff; extern(C) void function(void* jarg1, int jarg2) vtkMeshQuality_SetVolume; extern(C) int function(void* jarg1) vtkMeshQuality_GetVolume; extern(C) void function(void* jarg1) vtkMeshQuality_VolumeOn; extern(C) void function(void* jarg1) vtkMeshQuality_VolumeOff; extern(C) void function(void* jarg1, int jarg2) vtkMeshQuality_SetCompatibilityMode; extern(C) int function(void* jarg1) vtkMeshQuality_GetCompatibilityMode; extern(C) void function(void* jarg1) vtkMeshQuality_CompatibilityModeOn; extern(C) void function(void* jarg1) vtkMeshQuality_CompatibilityModeOff; extern(C) void* function(void* objectRef) vtkMeshQuality_Upcast; extern(C) void* function() x3dElementString_get; extern(C) void* function() x3dAttributeString_get; extern(C) void* function() vtkBiQuadraticTriangle_New; extern(C) int function(const(char)* jarg1) vtkBiQuadraticTriangle_IsTypeOf; extern(C) void* function(void* jarg1) vtkBiQuadraticTriangle_SafeDownCast; extern(C) void* function(void* jarg1) vtkBiQuadraticTriangle_NewInstance; extern(C) void function(void* jarg1, void* jarg2) vtkBiQuadraticTriangle_InterpolationFunctions; extern(C) void function(void* jarg1, void* jarg2) vtkBiQuadraticTriangle_InterpolationDerivs; extern(C) void function(void* jarg1, void* jarg2, void* jarg3) vtkBiQuadraticTriangle_InterpolateFunctions; extern(C) void function(void* jarg1, void* jarg2, void* jarg3) vtkBiQuadraticTriangle_InterpolateDerivs; extern(C) void* function(void* objectRef) vtkBiQuadraticTriangle_Upcast; extern(C) int function(const(char)* jarg1) vtkParametricConicSpiral_IsTypeOf; extern(C) void* function(void* jarg1) vtkParametricConicSpiral_SafeDownCast; extern(C) void* function(void* jarg1) vtkParametricConicSpiral_NewInstance; extern(C) void* function() vtkParametricConicSpiral_New; extern(C) void function(void* jarg1, double jarg2) vtkParametricConicSpiral_SetA; extern(C) double function(void* jarg1) vtkParametricConicSpiral_GetA; extern(C) void function(void* jarg1, double jarg2) vtkParametricConicSpiral_SetB; extern(C) double function(void* jarg1) vtkParametricConicSpiral_GetB; extern(C) void function(void* jarg1, double jarg2) vtkParametricConicSpiral_SetC; extern(C) double function(void* jarg1) vtkParametricConicSpiral_GetC; extern(C) void function(void* jarg1, double jarg2) vtkParametricConicSpiral_SetN; extern(C) double function(void* jarg1) vtkParametricConicSpiral_GetN; extern(C) void* function(void* objectRef) vtkParametricConicSpiral_Upcast; extern(C) int function(const(char)* jarg1) vtkMNIObjectReader_IsTypeOf; extern(C) void* function(void* jarg1) vtkMNIObjectReader_SafeDownCast; extern(C) void* function(void* jarg1) vtkMNIObjectReader_NewInstance; extern(C) void* function() vtkMNIObjectReader_New; extern(C) void function(void* jarg1, const(char)* jarg2) vtkMNIObjectReader_SetFileName; extern(C) const(char)* function(void* jarg1) vtkMNIObjectReader_GetFileName; extern(C) const(char)* function(void* jarg1) vtkMNIObjectReader_GetFileExtensions; extern(C) const(char)* function(void* jarg1) vtkMNIObjectReader_GetDescriptiveName; extern(C) int function(void* jarg1, const(char)* jarg2) vtkMNIObjectReader_CanReadFile; extern(C) void* function(void* jarg1) vtkMNIObjectReader_GetProperty; extern(C) void* function(void* objectRef) vtkMNIObjectReader_Upcast; extern(C) int function(const(char)* jarg1) vtkParametricRoman_IsTypeOf; extern(C) void* function(void* jarg1) vtkParametricRoman_SafeDownCast; extern(C) void* function(void* jarg1) vtkParametricRoman_NewInstance; extern(C) void* function() vtkParametricRoman_New; extern(C) void function(void* jarg1, double jarg2) vtkParametricRoman_SetRadius; extern(C) double function(void* jarg1) vtkParametricRoman_GetRadius; extern(C) void* function(void* objectRef) vtkParametricRoman_Upcast; extern(C) int function(const(char)* jarg1) vtkWindowedSincPolyDataFilter_IsTypeOf; extern(C) void* function(void* jarg1) vtkWindowedSincPolyDataFilter_SafeDownCast; extern(C) void* function(void* jarg1) vtkWindowedSincPolyDataFilter_NewInstance; extern(C) void* function() vtkWindowedSincPolyDataFilter_New; extern(C) void function(void* jarg1, int jarg2) vtkWindowedSincPolyDataFilter_SetNumberOfIterations; extern(C) int function(void* jarg1) vtkWindowedSincPolyDataFilter_GetNumberOfIterationsMinValue; extern(C) int function(void* jarg1) vtkWindowedSincPolyDataFilter_GetNumberOfIterationsMaxValue; extern(C) int function(void* jarg1) vtkWindowedSincPolyDataFilter_GetNumberOfIterations; extern(C) void function(void* jarg1, double jarg2) vtkWindowedSincPolyDataFilter_SetPassBand; extern(C) double function(void* jarg1) vtkWindowedSincPolyDataFilter_GetPassBandMinValue; extern(C) double function(void* jarg1) vtkWindowedSincPolyDataFilter_GetPassBandMaxValue; extern(C) double function(void* jarg1) vtkWindowedSincPolyDataFilter_GetPassBand; extern(C) void function(void* jarg1, int jarg2) vtkWindowedSincPolyDataFilter_SetNormalizeCoordinates; extern(C) int function(void* jarg1) vtkWindowedSincPolyDataFilter_GetNormalizeCoordinates; extern(C) void function(void* jarg1) vtkWindowedSincPolyDataFilter_NormalizeCoordinatesOn; extern(C) void function(void* jarg1) vtkWindowedSincPolyDataFilter_NormalizeCoordinatesOff; extern(C) void function(void* jarg1, int jarg2) vtkWindowedSincPolyDataFilter_SetFeatureEdgeSmoothing; extern(C) int function(void* jarg1) vtkWindowedSincPolyDataFilter_GetFeatureEdgeSmoothing; extern(C) void function(void* jarg1) vtkWindowedSincPolyDataFilter_FeatureEdgeSmoothingOn; extern(C) void function(void* jarg1) vtkWindowedSincPolyDataFilter_FeatureEdgeSmoothingOff; extern(C) void function(void* jarg1, double jarg2) vtkWindowedSincPolyDataFilter_SetFeatureAngle; extern(C) double function(void* jarg1) vtkWindowedSincPolyDataFilter_GetFeatureAngleMinValue; extern(C) double function(void* jarg1) vtkWindowedSincPolyDataFilter_GetFeatureAngleMaxValue; extern(C) double function(void* jarg1) vtkWindowedSincPolyDataFilter_GetFeatureAngle; extern(C) void function(void* jarg1, double jarg2) vtkWindowedSincPolyDataFilter_SetEdgeAngle; extern(C) double function(void* jarg1) vtkWindowedSincPolyDataFilter_GetEdgeAngleMinValue; extern(C) double function(void* jarg1) vtkWindowedSincPolyDataFilter_GetEdgeAngleMaxValue; extern(C) double function(void* jarg1) vtkWindowedSincPolyDataFilter_GetEdgeAngle; extern(C) void function(void* jarg1, int jarg2) vtkWindowedSincPolyDataFilter_SetBoundarySmoothing; extern(C) int function(void* jarg1) vtkWindowedSincPolyDataFilter_GetBoundarySmoothing; extern(C) void function(void* jarg1) vtkWindowedSincPolyDataFilter_BoundarySmoothingOn; extern(C) void function(void* jarg1) vtkWindowedSincPolyDataFilter_BoundarySmoothingOff; extern(C) void function(void* jarg1, int jarg2) vtkWindowedSincPolyDataFilter_SetNonManifoldSmoothing; extern(C) int function(void* jarg1) vtkWindowedSincPolyDataFilter_GetNonManifoldSmoothing; extern(C) void function(void* jarg1) vtkWindowedSincPolyDataFilter_NonManifoldSmoothingOn; extern(C) void function(void* jarg1) vtkWindowedSincPolyDataFilter_NonManifoldSmoothingOff; extern(C) void function(void* jarg1, int jarg2) vtkWindowedSincPolyDataFilter_SetGenerateErrorScalars; extern(C) int function(void* jarg1) vtkWindowedSincPolyDataFilter_GetGenerateErrorScalars; extern(C) void function(void* jarg1) vtkWindowedSincPolyDataFilter_GenerateErrorScalarsOn; extern(C) void function(void* jarg1) vtkWindowedSincPolyDataFilter_GenerateErrorScalarsOff; extern(C) void function(void* jarg1, int jarg2) vtkWindowedSincPolyDataFilter_SetGenerateErrorVectors; extern(C) int function(void* jarg1) vtkWindowedSincPolyDataFilter_GetGenerateErrorVectors; extern(C) void function(void* jarg1) vtkWindowedSincPolyDataFilter_GenerateErrorVectorsOn; extern(C) void function(void* jarg1) vtkWindowedSincPolyDataFilter_GenerateErrorVectorsOff; extern(C) void* function(void* objectRef) vtkWindowedSincPolyDataFilter_Upcast; extern(C) void function(void* jarg1, const(char)* jarg2, void* jarg3) vtkXMLParserStartElement; extern(C) void function(void* jarg1, const(char)* jarg2) vtkXMLParserEndElement; extern(C) void function(void* jarg1, const(char)* jarg2, int jarg3) vtkXMLParserCharacterDataHandler; extern(C) int function(const(char)* jarg1) vtkXMLParser_IsTypeOf; extern(C) void* function(void* jarg1) vtkXMLParser_SafeDownCast; extern(C) void* function(void* jarg1) vtkXMLParser_NewInstance; extern(C) void* function() vtkXMLParser_New; extern(C) int function(void* jarg1) vtkXMLParser_Parse__SWIG_0; extern(C) int function(void* jarg1, const(char)* jarg2) vtkXMLParser_Parse__SWIG_1; extern(C) int function(void* jarg1, const(char)* jarg2, uint jarg3) vtkXMLParser_Parse__SWIG_2; extern(C) int function(void* jarg1) vtkXMLParser_InitializeParser; extern(C) int function(void* jarg1, const(char)* jarg2, uint jarg3) vtkXMLParser_ParseChunk; extern(C) int function(void* jarg1) vtkXMLParser_CleanupParser; extern(C) void function(void* jarg1, const(char)* jarg2) vtkXMLParser_SetFileName; extern(C) const(char)* function(void* jarg1) vtkXMLParser_GetFileName; extern(C) void function(void* jarg1, int jarg2) vtkXMLParser_SetIgnoreCharacterData; extern(C) int function(void* jarg1) vtkXMLParser_GetIgnoreCharacterData; extern(C) void function(void* jarg1, const(char)* jarg2) vtkXMLParser_SetEncoding; extern(C) const(char)* function(void* jarg1) vtkXMLParser_GetEncoding; extern(C) void* function(void* objectRef) vtkXMLParser_Upcast; extern(C) void* function() vtkXMLMaterialParser_New; extern(C) int function(const(char)* jarg1) vtkXMLMaterialParser_IsTypeOf; extern(C) void* function(void* jarg1) vtkXMLMaterialParser_SafeDownCast; extern(C) void* function(void* jarg1) vtkXMLMaterialParser_NewInstance; extern(C) void* function(void* jarg1) vtkXMLMaterialParser_GetMaterial; extern(C) void function(void* jarg1, void* jarg2) vtkXMLMaterialParser_SetMaterial; extern(C) int function(void* jarg1) vtkXMLMaterialParser_Parse__SWIG_0; extern(C) int function(void* jarg1, const(char)* jarg2) vtkXMLMaterialParser_Parse__SWIG_1; extern(C) int function(void* jarg1, const(char)* jarg2, uint jarg3) vtkXMLMaterialParser_Parse__SWIG_2; extern(C) void* function(void* objectRef) vtkXMLMaterialParser_Upcast; extern(C) void* function() vtkTextWidget_New; extern(C) int function(const(char)* jarg1) vtkTextWidget_IsTypeOf; extern(C) void* function(void* jarg1) vtkTextWidget_SafeDownCast; extern(C) void* function(void* jarg1) vtkTextWidget_NewInstance; extern(C) void function(void* jarg1, void* jarg2) vtkTextWidget_SetRepresentation; extern(C) void function(void* jarg1, void* jarg2) vtkTextWidget_SetTextActor; extern(C) void* function(void* jarg1) vtkTextWidget_GetTextActor; extern(C) void* function(void* objectRef) vtkTextWidget_Upcast; extern(C) void* function() vtkIntersectionPolyDataFilter_New; extern(C) int function(const(char)* jarg1) vtkIntersectionPolyDataFilter_IsTypeOf; extern(C) void* function(void* jarg1) vtkIntersectionPolyDataFilter_SafeDownCast; extern(C) void* function(void* jarg1) vtkIntersectionPolyDataFilter_NewInstance; extern(C) int function(void* jarg1) vtkIntersectionPolyDataFilter_GetSplitFirstOutput; extern(C) void function(void* jarg1, int jarg2) vtkIntersectionPolyDataFilter_SetSplitFirstOutput; extern(C) void function(void* jarg1) vtkIntersectionPolyDataFilter_SplitFirstOutputOn; extern(C) void function(void* jarg1) vtkIntersectionPolyDataFilter_SplitFirstOutputOff; extern(C) int function(void* jarg1) vtkIntersectionPolyDataFilter_GetSplitSecondOutput; extern(C) void function(void* jarg1, int jarg2) vtkIntersectionPolyDataFilter_SetSplitSecondOutput; extern(C) void function(void* jarg1) vtkIntersectionPolyDataFilter_SplitSecondOutputOn; extern(C) void function(void* jarg1) vtkIntersectionPolyDataFilter_SplitSecondOutputOff; extern(C) int function(void* jarg1, void* jarg2, void* jarg3, void* jarg4, void* jarg5, void* jarg6, void* jarg7, void* jarg8, void* jarg9) vtkIntersectionPolyDataFilter_TriangleTriangleIntersection; extern(C) void* function(void* objectRef) vtkIntersectionPolyDataFilter_Upcast; extern(C) int function(const(char)* jarg1) vtkDirectory_IsTypeOf; extern(C) void* function(void* jarg1) vtkDirectory_SafeDownCast; extern(C) void* function(void* jarg1) vtkDirectory_NewInstance; extern(C) void* function() vtkDirectory_New; extern(C) int function(void* jarg1, const(char)* jarg2) vtkDirectory_Open; extern(C) long function(void* jarg1) vtkDirectory_GetNumberOfFiles; extern(C) const(char)* function(void* jarg1, long jarg2) vtkDirectory_GetFile; extern(C) int function(void* jarg1, const(char)* jarg2) vtkDirectory_FileIsDirectory; extern(C) void* function(void* jarg1) vtkDirectory_GetFiles; extern(C) const(char)* function(const(char)* jarg1, uint jarg2) vtkDirectory_GetCurrentWorkingDirectory; extern(C) int function(const(char)* jarg1) vtkDirectory_MakeDirectory; extern(C) int function(const(char)* jarg1) vtkDirectory_DeleteDirectory; extern(C) int function(const(char)* jarg1, const(char)* jarg2) vtkDirectory_Rename; extern(C) void* function(void* objectRef) vtkDirectory_Upcast; extern(C) void* function() vtkParticleReader_New; extern(C) int function(const(char)* jarg1) vtkParticleReader_IsTypeOf; extern(C) void* function(void* jarg1) vtkParticleReader_SafeDownCast; extern(C) void* function(void* jarg1) vtkParticleReader_NewInstance; extern(C) void function(void* jarg1, const(char)* jarg2) vtkParticleReader_SetFileName; extern(C) const(char)* function(void* jarg1) vtkParticleReader_GetFileName; extern(C) void function(void* jarg1) vtkParticleReader_SetDataByteOrderToBigEndian; extern(C) void function(void* jarg1) vtkParticleReader_SetDataByteOrderToLittleEndian; extern(C) int function(void* jarg1) vtkParticleReader_GetDataByteOrder; extern(C) void function(void* jarg1, int jarg2) vtkParticleReader_SetDataByteOrder; extern(C) const(char)* function(void* jarg1) vtkParticleReader_GetDataByteOrderAsString; extern(C) void function(void* jarg1, int jarg2) vtkParticleReader_SetSwapBytes; extern(C) int function(void* jarg1) vtkParticleReader_GetSwapBytes; extern(C) void function(void* jarg1) vtkParticleReader_SwapBytesOn; extern(C) void function(void* jarg1) vtkParticleReader_SwapBytesOff; extern(C) void function(void* jarg1, int jarg2) vtkParticleReader_SetHasScalar; extern(C) int function(void* jarg1) vtkParticleReader_GetHasScalar; extern(C) void function(void* jarg1) vtkParticleReader_HasScalarOn; extern(C) void function(void* jarg1) vtkParticleReader_HasScalarOff; extern(C) void function(void* jarg1, int jarg2) vtkParticleReader_SetFileType; extern(C) int function(void* jarg1) vtkParticleReader_GetFileTypeMinValue; extern(C) int function(void* jarg1) vtkParticleReader_GetFileTypeMaxValue; extern(C) int function(void* jarg1) vtkParticleReader_GetFileType; extern(C) void function(void* jarg1) vtkParticleReader_SetFileTypeToUnknown; extern(C) void function(void* jarg1) vtkParticleReader_SetFileTypeToText; extern(C) void function(void* jarg1) vtkParticleReader_SetFileTypeToBinary; extern(C) void function(void* jarg1, int jarg2) vtkParticleReader_SetDataType; extern(C) int function(void* jarg1) vtkParticleReader_GetDataTypeMinValue; extern(C) int function(void* jarg1) vtkParticleReader_GetDataTypeMaxValue; extern(C) int function(void* jarg1) vtkParticleReader_GetDataType; extern(C) void function(void* jarg1) vtkParticleReader_SetDataTypeToFloat; extern(C) void function(void* jarg1) vtkParticleReader_SetDataTypeToDouble; extern(C) void* function(void* objectRef) vtkParticleReader_Upcast; extern(C) int function(const(char)* jarg1) vtkStreamingStatistics_IsTypeOf; extern(C) void* function(void* jarg1) vtkStreamingStatistics_SafeDownCast; extern(C) void* function(void* jarg1) vtkStreamingStatistics_NewInstance; extern(C) void* function() vtkStreamingStatistics_New; extern(C) void function(void* jarg1, void* jarg2) vtkStreamingStatistics_SetStatisticsAlgorithm; extern(C) void* function(void* objectRef) vtkStreamingStatistics_Upcast; extern(C) void* function() vtkStructuredGridGeometryFilter_New; extern(C) int function(const(char)* jarg1) vtkStructuredGridGeometryFilter_IsTypeOf; extern(C) void* function(void* jarg1) vtkStructuredGridGeometryFilter_SafeDownCast; extern(C) void* function(void* jarg1) vtkStructuredGridGeometryFilter_NewInstance; extern(C) void* function(void* jarg1) vtkStructuredGridGeometryFilter_GetExtent__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkStructuredGridGeometryFilter_GetExtent__SWIG_1; extern(C) void function(void* jarg1, int jarg2, int jarg3, int jarg4, int jarg5, int jarg6, int jarg7) vtkStructuredGridGeometryFilter_SetExtent__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkStructuredGridGeometryFilter_SetExtent__SWIG_1; extern(C) void* function(void* objectRef) vtkStructuredGridGeometryFilter_Upcast; extern(C) void function(void* jarg1, void* jarg2) vtkVolumeRayCastDynamicInfo_Color_set; extern(C) void* function(void* jarg1) vtkVolumeRayCastDynamicInfo_Color_get; extern(C) void function(void* jarg1, float jarg2) vtkVolumeRayCastDynamicInfo_ScalarValue_set; extern(C) float function(void* jarg1) vtkVolumeRayCastDynamicInfo_ScalarValue_get; extern(C) void function(void* jarg1, void* jarg2) vtkVolumeRayCastDynamicInfo_TransformedStart_set; extern(C) void* function(void* jarg1) vtkVolumeRayCastDynamicInfo_TransformedStart_get; extern(C) void function(void* jarg1, void* jarg2) vtkVolumeRayCastDynamicInfo_TransformedEnd_set; extern(C) void* function(void* jarg1) vtkVolumeRayCastDynamicInfo_TransformedEnd_get; extern(C) void function(void* jarg1, void* jarg2) vtkVolumeRayCastDynamicInfo_TransformedDirection_set; extern(C) void* function(void* jarg1) vtkVolumeRayCastDynamicInfo_TransformedDirection_get; extern(C) void function(void* jarg1, void* jarg2) vtkVolumeRayCastDynamicInfo_TransformedIncrement_set; extern(C) void* function(void* jarg1) vtkVolumeRayCastDynamicInfo_TransformedIncrement_get; extern(C) void function(void* jarg1, int jarg2) vtkVolumeRayCastDynamicInfo_NumberOfStepsToTake_set; extern(C) int function(void* jarg1) vtkVolumeRayCastDynamicInfo_NumberOfStepsToTake_get; extern(C) void function(void* jarg1, int jarg2) vtkVolumeRayCastDynamicInfo_NumberOfStepsTaken_set; extern(C) int function(void* jarg1) vtkVolumeRayCastDynamicInfo_NumberOfStepsTaken_get; extern(C) void* function() new_vtkVolumeRayCastDynamicInfo; extern(C) void function(void* jarg1) delete_vtkVolumeRayCastDynamicInfo; extern(C) void function(void* jarg1, void* jarg2) vtkVolumeRayCastStaticInfo_Volume_set; extern(C) void* function(void* jarg1) vtkVolumeRayCastStaticInfo_Volume_get; extern(C) void function(void* jarg1, void* jarg2) vtkVolumeRayCastStaticInfo_Renderer_set; extern(C) void* function(void* jarg1) vtkVolumeRayCastStaticInfo_Renderer_get; extern(C) void function(void* jarg1, void* jarg2) vtkVolumeRayCastStaticInfo_WorldToVoxelsMatrix_set; extern(C) void* function(void* jarg1) vtkVolumeRayCastStaticInfo_WorldToVoxelsMatrix_get; extern(C) void function(void* jarg1, void* jarg2) vtkVolumeRayCastStaticInfo_VoxelsToWorldMatrix_set; extern(C) void* function(void* jarg1) vtkVolumeRayCastStaticInfo_VoxelsToWorldMatrix_get; extern(C) void function(void* jarg1, void* jarg2) vtkVolumeRayCastStaticInfo_ViewToVoxelsMatrix_set; extern(C) void* function(void* jarg1) vtkVolumeRayCastStaticInfo_ViewToVoxelsMatrix_get; extern(C) void function(void* jarg1, void* jarg2) vtkVolumeRayCastStaticInfo_ClippingPlane_set; extern(C) void* function(void* jarg1) vtkVolumeRayCastStaticInfo_ClippingPlane_get; extern(C) void function(void* jarg1, int jarg2) vtkVolumeRayCastStaticInfo_NumberOfClippingPlanes_set; extern(C) int function(void* jarg1) vtkVolumeRayCastStaticInfo_NumberOfClippingPlanes_get; extern(C) void function(void* jarg1, float jarg2) vtkVolumeRayCastStaticInfo_CameraThickness_set; extern(C) float function(void* jarg1) vtkVolumeRayCastStaticInfo_CameraThickness_get; extern(C) void function(void* jarg1, int jarg2) vtkVolumeRayCastStaticInfo_ScalarDataType_set; extern(C) int function(void* jarg1) vtkVolumeRayCastStaticInfo_ScalarDataType_get; extern(C) void function(void* jarg1, void* jarg2) vtkVolumeRayCastStaticInfo_ScalarDataPointer_set; extern(C) void* function(void* jarg1) vtkVolumeRayCastStaticInfo_ScalarDataPointer_get; extern(C) void function(void* jarg1, void* jarg2) vtkVolumeRayCastStaticInfo_DataIncrement_set; extern(C) void* function(void* jarg1) vtkVolumeRayCastStaticInfo_DataIncrement_get; extern(C) void function(void* jarg1, void* jarg2) vtkVolumeRayCastStaticInfo_DataSize_set; extern(C) void* function(void* jarg1) vtkVolumeRayCastStaticInfo_DataSize_get; extern(C) void function(void* jarg1, void* jarg2) vtkVolumeRayCastStaticInfo_DataSpacing_set; extern(C) void* function(void* jarg1) vtkVolumeRayCastStaticInfo_DataSpacing_get; extern(C) void function(void* jarg1, void* jarg2) vtkVolumeRayCastStaticInfo_DataOrigin_set; extern(C) void* function(void* jarg1) vtkVolumeRayCastStaticInfo_DataOrigin_get; extern(C) void function(void* jarg1, int jarg2) vtkVolumeRayCastStaticInfo_Shading_set; extern(C) int function(void* jarg1) vtkVolumeRayCastStaticInfo_Shading_get; extern(C) void function(void* jarg1, int jarg2) vtkVolumeRayCastStaticInfo_ColorChannels_set; extern(C) int function(void* jarg1) vtkVolumeRayCastStaticInfo_ColorChannels_get; extern(C) void function(void* jarg1, void* jarg2) vtkVolumeRayCastStaticInfo_Color_set; extern(C) void* function(void* jarg1) vtkVolumeRayCastStaticInfo_Color_get; extern(C) void function(void* jarg1, int jarg2) vtkVolumeRayCastStaticInfo_InterpolationType_set; extern(C) int function(void* jarg1) vtkVolumeRayCastStaticInfo_InterpolationType_get; extern(C) void function(void* jarg1, void* jarg2) vtkVolumeRayCastStaticInfo_RedDiffuseShadingTable_set; extern(C) void* function(void* jarg1) vtkVolumeRayCastStaticInfo_RedDiffuseShadingTable_get; extern(C) void function(void* jarg1, void* jarg2) vtkVolumeRayCastStaticInfo_GreenDiffuseShadingTable_set; extern(C) void* function(void* jarg1) vtkVolumeRayCastStaticInfo_GreenDiffuseShadingTable_get; extern(C) void function(void* jarg1, void* jarg2) vtkVolumeRayCastStaticInfo_BlueDiffuseShadingTable_set; extern(C) void* function(void* jarg1) vtkVolumeRayCastStaticInfo_BlueDiffuseShadingTable_get; extern(C) void function(void* jarg1, void* jarg2) vtkVolumeRayCastStaticInfo_RedSpecularShadingTable_set; extern(C) void* function(void* jarg1) vtkVolumeRayCastStaticInfo_RedSpecularShadingTable_get; extern(C) void function(void* jarg1, void* jarg2) vtkVolumeRayCastStaticInfo_GreenSpecularShadingTable_set; extern(C) void* function(void* jarg1) vtkVolumeRayCastStaticInfo_GreenSpecularShadingTable_get; extern(C) void function(void* jarg1, void* jarg2) vtkVolumeRayCastStaticInfo_BlueSpecularShadingTable_set; extern(C) void* function(void* jarg1) vtkVolumeRayCastStaticInfo_BlueSpecularShadingTable_get; extern(C) void function(void* jarg1, void* jarg2) vtkVolumeRayCastStaticInfo_EncodedNormals_set; extern(C) void* function(void* jarg1) vtkVolumeRayCastStaticInfo_EncodedNormals_get; extern(C) void function(void* jarg1, void* jarg2) vtkVolumeRayCastStaticInfo_GradientMagnitudes_set; extern(C) void* function(void* jarg1) vtkVolumeRayCastStaticInfo_GradientMagnitudes_get; extern(C) void function(void* jarg1, void* jarg2) vtkVolumeRayCastStaticInfo_ImageInUseSize_set; extern(C) void* function(void* jarg1) vtkVolumeRayCastStaticInfo_ImageInUseSize_get; extern(C) void function(void* jarg1, void* jarg2) vtkVolumeRayCastStaticInfo_ImageMemorySize_set; extern(C) void* function(void* jarg1) vtkVolumeRayCastStaticInfo_ImageMemorySize_get; extern(C) void function(void* jarg1, void* jarg2) vtkVolumeRayCastStaticInfo_ImageViewportSize_set; extern(C) void* function(void* jarg1) vtkVolumeRayCastStaticInfo_ImageViewportSize_get; extern(C) void function(void* jarg1, void* jarg2) vtkVolumeRayCastStaticInfo_ImageOrigin_set; extern(C) void* function(void* jarg1) vtkVolumeRayCastStaticInfo_ImageOrigin_get; extern(C) void function(void* jarg1, void* jarg2) vtkVolumeRayCastStaticInfo_Image_set; extern(C) void* function(void* jarg1) vtkVolumeRayCastStaticInfo_Image_get; extern(C) void function(void* jarg1, void* jarg2) vtkVolumeRayCastStaticInfo_RowBounds_set; extern(C) void* function(void* jarg1) vtkVolumeRayCastStaticInfo_RowBounds_get; extern(C) void function(void* jarg1, int jarg2) vtkVolumeRayCastStaticInfo_MIPFunction_set; extern(C) int function(void* jarg1) vtkVolumeRayCastStaticInfo_MIPFunction_get; extern(C) void function(void* jarg1, int jarg2) vtkVolumeRayCastStaticInfo_MaximizeOpacity_set; extern(C) int function(void* jarg1) vtkVolumeRayCastStaticInfo_MaximizeOpacity_get; extern(C) void* function() new_vtkVolumeRayCastStaticInfo; extern(C) void function(void* jarg1) delete_vtkVolumeRayCastStaticInfo; extern(C) int function(const(char)* jarg1) vtkVolumeRayCastFunction_IsTypeOf; extern(C) void* function(void* jarg1) vtkVolumeRayCastFunction_SafeDownCast; extern(C) void* function(void* jarg1) vtkVolumeRayCastFunction_NewInstance; extern(C) float function(void* jarg1, void* jarg2) vtkVolumeRayCastFunction_GetZeroOpacityThreshold; extern(C) void* function(void* objectRef) vtkVolumeRayCastFunction_Upcast; extern(C) int function(const(char)* jarg1) vtkVolumeRayCastIsosurfaceFunction_IsTypeOf; extern(C) void* function(void* jarg1) vtkVolumeRayCastIsosurfaceFunction_SafeDownCast; extern(C) void* function(void* jarg1) vtkVolumeRayCastIsosurfaceFunction_NewInstance; extern(C) void* function() vtkVolumeRayCastIsosurfaceFunction_New; extern(C) void function(void* jarg1, double jarg2) vtkVolumeRayCastIsosurfaceFunction_SetIsoValue; extern(C) double function(void* jarg1) vtkVolumeRayCastIsosurfaceFunction_GetIsoValue; extern(C) void function(void* jarg1, double jarg2) vtkVolumeRayCastIsosurfaceFunction_IsoValue_set; extern(C) double function(void* jarg1) vtkVolumeRayCastIsosurfaceFunction_IsoValue_get; extern(C) void function(void* jarg1, void* jarg2) vtkVolumeRayCastIsosurfaceFunction_Color_set; extern(C) void* function(void* jarg1) vtkVolumeRayCastIsosurfaceFunction_Color_get; extern(C) void* function(void* objectRef) vtkVolumeRayCastIsosurfaceFunction_Upcast; extern(C) int function(const(char)* jarg1) vtkActor2D_IsTypeOf; extern(C) void* function(void* jarg1) vtkActor2D_SafeDownCast; extern(C) void* function(void* jarg1) vtkActor2D_NewInstance; extern(C) void* function() vtkActor2D_New; extern(C) int function(void* jarg1, void* jarg2) vtkActor2D_RenderOverlay; extern(C) int function(void* jarg1, void* jarg2) vtkActor2D_RenderOpaqueGeometry; extern(C) int function(void* jarg1, void* jarg2) vtkActor2D_RenderTranslucentPolygonalGeometry; extern(C) int function(void* jarg1) vtkActor2D_HasTranslucentPolygonalGeometry; extern(C) void function(void* jarg1, void* jarg2) vtkActor2D_SetMapper; extern(C) void* function(void* jarg1) vtkActor2D_GetMapper; extern(C) void function(void* jarg1, int jarg2) vtkActor2D_SetLayerNumber; extern(C) int function(void* jarg1) vtkActor2D_GetLayerNumber; extern(C) void* function(void* jarg1) vtkActor2D_GetProperty; extern(C) void function(void* jarg1, void* jarg2) vtkActor2D_SetProperty; extern(C) void* function(void* jarg1) vtkActor2D_GetPositionCoordinate; extern(C) void function(void* jarg1, void* jarg2) vtkActor2D_SetPosition__SWIG_0; extern(C) void function(void* jarg1, double jarg2, double jarg3) vtkActor2D_SetPosition__SWIG_1; extern(C) void* function(void* jarg1) vtkActor2D_GetPosition; extern(C) void function(void* jarg1, int jarg2, int jarg3) vtkActor2D_SetDisplayPosition; extern(C) void* function(void* jarg1) vtkActor2D_GetPosition2Coordinate; extern(C) void function(void* jarg1, void* jarg2) vtkActor2D_SetPosition2__SWIG_0; extern(C) void function(void* jarg1, double jarg2, double jarg3) vtkActor2D_SetPosition2__SWIG_1; extern(C) void* function(void* jarg1) vtkActor2D_GetPosition2; extern(C) void function(void* jarg1, double jarg2) vtkActor2D_SetWidth; extern(C) double function(void* jarg1) vtkActor2D_GetWidth; extern(C) void function(void* jarg1, double jarg2) vtkActor2D_SetHeight; extern(C) double function(void* jarg1) vtkActor2D_GetHeight; extern(C) void function(void* jarg1, void* jarg2) vtkActor2D_ReleaseGraphicsResources; extern(C) void* function(void* jarg1) vtkActor2D_GetActualPositionCoordinate; extern(C) void* function(void* jarg1) vtkActor2D_GetActualPosition2Coordinate; extern(C) void* function(void* objectRef) vtkActor2D_Upcast; extern(C) void* function() vtkTexturedActor2D_New; extern(C) int function(const(char)* jarg1) vtkTexturedActor2D_IsTypeOf; extern(C) void* function(void* jarg1) vtkTexturedActor2D_SafeDownCast; extern(C) void* function(void* jarg1) vtkTexturedActor2D_NewInstance; extern(C) void function(void* jarg1, void* jarg2) vtkTexturedActor2D_SetTexture; extern(C) void* function(void* jarg1) vtkTexturedActor2D_GetTexture; extern(C) void* function(void* objectRef) vtkTexturedActor2D_Upcast; extern(C) void* function() vtkHyperOctreeSurfaceFilter_New; extern(C) int function(const(char)* jarg1) vtkHyperOctreeSurfaceFilter_IsTypeOf; extern(C) void* function(void* jarg1) vtkHyperOctreeSurfaceFilter_SafeDownCast; extern(C) void* function(void* jarg1) vtkHyperOctreeSurfaceFilter_NewInstance; extern(C) void function(void* jarg1, int jarg2) vtkHyperOctreeSurfaceFilter_SetMerging; extern(C) int function(void* jarg1) vtkHyperOctreeSurfaceFilter_GetMerging; extern(C) void function(void* jarg1) vtkHyperOctreeSurfaceFilter_MergingOn; extern(C) void function(void* jarg1) vtkHyperOctreeSurfaceFilter_MergingOff; extern(C) void function(void* jarg1, void* jarg2) vtkHyperOctreeSurfaceFilter_SetLocator; extern(C) void* function(void* jarg1) vtkHyperOctreeSurfaceFilter_GetLocator; extern(C) void function(void* jarg1, int jarg2) vtkHyperOctreeSurfaceFilter_SetPassThroughCellIds; extern(C) int function(void* jarg1) vtkHyperOctreeSurfaceFilter_GetPassThroughCellIds; extern(C) void function(void* jarg1) vtkHyperOctreeSurfaceFilter_PassThroughCellIdsOn; extern(C) void function(void* jarg1) vtkHyperOctreeSurfaceFilter_PassThroughCellIdsOff; extern(C) void* function(void* objectRef) vtkHyperOctreeSurfaceFilter_Upcast; extern(C) int function(const(char)* jarg1) vtkStatisticsAlgorithm_IsTypeOf; extern(C) void* function(void* jarg1) vtkStatisticsAlgorithm_SafeDownCast; extern(C) void* function(void* jarg1) vtkStatisticsAlgorithm_NewInstance; extern(C) void function(void* jarg1, void* jarg2) vtkStatisticsAlgorithm_SetLearnOptionParameterConnection; extern(C) void function(void* jarg1, void* jarg2) vtkStatisticsAlgorithm_SetLearnOptionParameters; extern(C) void function(void* jarg1, void* jarg2) vtkStatisticsAlgorithm_SetInputModelConnection; extern(C) void function(void* jarg1, void* jarg2) vtkStatisticsAlgorithm_SetInputModel; extern(C) void function(void* jarg1, uint jarg2) vtkStatisticsAlgorithm_SetLearnOption; extern(C) uint function(void* jarg1) vtkStatisticsAlgorithm_GetLearnOption; extern(C) void function(void* jarg1, uint jarg2) vtkStatisticsAlgorithm_SetDeriveOption; extern(C) uint function(void* jarg1) vtkStatisticsAlgorithm_GetDeriveOption; extern(C) void function(void* jarg1, uint jarg2) vtkStatisticsAlgorithm_SetAssessOption; extern(C) uint function(void* jarg1) vtkStatisticsAlgorithm_GetAssessOption; extern(C) void function(void* jarg1, uint jarg2) vtkStatisticsAlgorithm_SetTestOption; extern(C) uint function(void* jarg1) vtkStatisticsAlgorithm_GetTestOption; extern(C) void function(void* jarg1, long jarg2) vtkStatisticsAlgorithm_SetNumberOfPrimaryTables; extern(C) long function(void* jarg1) vtkStatisticsAlgorithm_GetNumberOfPrimaryTables; extern(C) void function(void* jarg1, void* jarg2) vtkStatisticsAlgorithm_SetAssessNames; extern(C) void* function(void* jarg1) vtkStatisticsAlgorithm_GetAssessNames; extern(C) void function(void* jarg1, const(char)* jarg2, int jarg3) vtkStatisticsAlgorithm_SetColumnStatus; extern(C) void function(void* jarg1) vtkStatisticsAlgorithm_ResetAllColumnStates; extern(C) int function(void* jarg1) vtkStatisticsAlgorithm_RequestSelectedColumns; extern(C) void function(void* jarg1) vtkStatisticsAlgorithm_ResetRequests; extern(C) long function(void* jarg1) vtkStatisticsAlgorithm_GetNumberOfRequests; extern(C) long function(void* jarg1, long jarg2) vtkStatisticsAlgorithm_GetNumberOfColumnsForRequest; extern(C) const(char)* function(void* jarg1, long jarg2, long jarg3) vtkStatisticsAlgorithm_GetColumnForRequest; extern(C) void function(void* jarg1, const(char)* jarg2) vtkStatisticsAlgorithm_AddColumn; extern(C) void function(void* jarg1, const(char)* jarg2, const(char)* jarg3) vtkStatisticsAlgorithm_AddColumnPair; extern(C) uint function(void* jarg1, const(char)* jarg2, int jarg3, void* jarg4) vtkStatisticsAlgorithm_SetParameter; extern(C) void function(void* jarg1, void* jarg2, void* jarg3) vtkStatisticsAlgorithm_Aggregate; extern(C) void* function(void* objectRef) vtkStatisticsAlgorithm_Upcast; extern(C) int function(const(char)* jarg1) vtkKMeansStatistics_IsTypeOf; extern(C) void* function(void* jarg1) vtkKMeansStatistics_SafeDownCast; extern(C) void* function(void* jarg1) vtkKMeansStatistics_NewInstance; extern(C) void* function() vtkKMeansStatistics_New; extern(C) void function(void* jarg1, void* jarg2) vtkKMeansStatistics_SetDistanceFunctor; extern(C) void* function(void* jarg1) vtkKMeansStatistics_GetDistanceFunctor; extern(C) void function(void* jarg1, int jarg2) vtkKMeansStatistics_SetDefaultNumberOfClusters; extern(C) int function(void* jarg1) vtkKMeansStatistics_GetDefaultNumberOfClusters; extern(C) void function(void* jarg1, const(char)* jarg2) vtkKMeansStatistics_SetKValuesArrayName; extern(C) const(char)* function(void* jarg1) vtkKMeansStatistics_GetKValuesArrayName; extern(C) void function(void* jarg1, int jarg2) vtkKMeansStatistics_SetMaxNumIterations; extern(C) int function(void* jarg1) vtkKMeansStatistics_GetMaxNumIterations; extern(C) void function(void* jarg1, double jarg2) vtkKMeansStatistics_SetTolerance; extern(C) double function(void* jarg1) vtkKMeansStatistics_GetTolerance; extern(C) void* function(void* objectRef) vtkKMeansStatistics_Upcast; extern(C) void* function() vtkApplyIcons_New; extern(C) int function(const(char)* jarg1) vtkApplyIcons_IsTypeOf; extern(C) void* function(void* jarg1) vtkApplyIcons_SafeDownCast; extern(C) void* function(void* jarg1) vtkApplyIcons_NewInstance; extern(C) void function(void* jarg1, void* jarg2, int jarg3) vtkApplyIcons_SetIconType__SWIG_0; extern(C) void function(void* jarg1, double jarg2, int jarg3) vtkApplyIcons_SetIconType__SWIG_1; extern(C) void function(void* jarg1, const(char)* jarg2, int jarg3) vtkApplyIcons_SetIconType__SWIG_2; extern(C) void function(void* jarg1) vtkApplyIcons_ClearAllIconTypes; extern(C) void function(void* jarg1, uint jarg2) vtkApplyIcons_SetUseLookupTable; extern(C) uint function(void* jarg1) vtkApplyIcons_GetUseLookupTable; extern(C) void function(void* jarg1) vtkApplyIcons_UseLookupTableOn; extern(C) void function(void* jarg1) vtkApplyIcons_UseLookupTableOff; extern(C) void function(void* jarg1, int jarg2) vtkApplyIcons_SetDefaultIcon; extern(C) int function(void* jarg1) vtkApplyIcons_GetDefaultIcon; extern(C) void function(void* jarg1, int jarg2) vtkApplyIcons_SetSelectedIcon; extern(C) int function(void* jarg1) vtkApplyIcons_GetSelectedIcon; extern(C) void function(void* jarg1, const(char)* jarg2) vtkApplyIcons_SetIconOutputArrayName; extern(C) const(char)* function(void* jarg1) vtkApplyIcons_GetIconOutputArrayName; extern(C) void function(void* jarg1, int jarg2) vtkApplyIcons_SetSelectionMode; extern(C) int function(void* jarg1) vtkApplyIcons_GetSelectionMode; extern(C) void function(void* jarg1) vtkApplyIcons_SetSelectionModeToSelectedIcon; extern(C) void function(void* jarg1) vtkApplyIcons_SetSelectionModeToSelectedOffset; extern(C) void function(void* jarg1) vtkApplyIcons_SetSelectionModeToAnnotationIcon; extern(C) void function(void* jarg1) vtkApplyIcons_SetSelectionModeToIgnoreSelection; extern(C) void function(void* jarg1, int jarg2) vtkApplyIcons_SetAttributeType; extern(C) int function(void* jarg1) vtkApplyIcons_GetAttributeType; extern(C) void* function(void* objectRef) vtkApplyIcons_Upcast; extern(C) void* function() vtkTreeFieldAggregator_New; extern(C) int function(const(char)* jarg1) vtkTreeFieldAggregator_IsTypeOf; extern(C) void* function(void* jarg1) vtkTreeFieldAggregator_SafeDownCast; extern(C) void* function(void* jarg1) vtkTreeFieldAggregator_NewInstance; extern(C) const(char)* function(void* jarg1) vtkTreeFieldAggregator_GetField; extern(C) void function(void* jarg1, const(char)* jarg2) vtkTreeFieldAggregator_SetField; extern(C) double function(void* jarg1) vtkTreeFieldAggregator_GetMinValue; extern(C) void function(void* jarg1, double jarg2) vtkTreeFieldAggregator_SetMinValue; extern(C) void function(void* jarg1, uint jarg2) vtkTreeFieldAggregator_SetLeafVertexUnitSize; extern(C) uint function(void* jarg1) vtkTreeFieldAggregator_GetLeafVertexUnitSize; extern(C) void function(void* jarg1) vtkTreeFieldAggregator_LeafVertexUnitSizeOn; extern(C) void function(void* jarg1) vtkTreeFieldAggregator_LeafVertexUnitSizeOff; extern(C) void function(void* jarg1, uint jarg2) vtkTreeFieldAggregator_SetLogScale; extern(C) uint function(void* jarg1) vtkTreeFieldAggregator_GetLogScale; extern(C) void function(void* jarg1) vtkTreeFieldAggregator_LogScaleOn; extern(C) void function(void* jarg1) vtkTreeFieldAggregator_LogScaleOff; extern(C) void* function(void* objectRef) vtkTreeFieldAggregator_Upcast; extern(C) int function(const(char)* jarg1) vtkShader_IsTypeOf; extern(C) void* function(void* jarg1) vtkShader_SafeDownCast; extern(C) void* function(void* jarg1) vtkShader_NewInstance; extern(C) int function(void* jarg1) vtkShader_Compile; extern(C) void function(void* jarg1, void* jarg2, void* jarg3) vtkShader_PassShaderVariables; extern(C) void function(void* jarg1) vtkShader_Bind; extern(C) void function(void* jarg1) vtkShader_Unbind; extern(C) void function(void* jarg1, void* jarg2) vtkShader_ReleaseGraphicsResources; extern(C) void function(void* jarg1, void* jarg2) vtkShader_SetXMLShader; extern(C) void* function(void* jarg1) vtkShader_GetXMLShader; extern(C) int function(void* jarg1, const(char)* jarg2) vtkShader_HasShaderVariable; extern(C) void function(void* jarg1, const(char)* jarg2, int jarg3, void* jarg4) vtkShader_AddShaderVariable__SWIG_0; extern(C) void function(void* jarg1, const(char)* jarg2, int jarg3, void* jarg4) vtkShader_AddShaderVariable__SWIG_1; extern(C) void function(void* jarg1, const(char)* jarg2, int jarg3, void* jarg4) vtkShader_AddShaderVariable__SWIG_2; extern(C) int function(void* jarg1, const(char)* jarg2) vtkShader_GetShaderVariableSize; extern(C) int function(void* jarg1, const(char)* jarg2) vtkShader_GetShaderVariableType; extern(C) int function(void* jarg1, const(char)* jarg2, void* jarg3) vtkShader_GetShaderVariable__SWIG_0; extern(C) int function(void* jarg1, const(char)* jarg2, void* jarg3) vtkShader_GetShaderVariable__SWIG_1; extern(C) int function(void* jarg1, const(char)* jarg2, void* jarg3) vtkShader_GetShaderVariable__SWIG_2; extern(C) int function(void* jarg1) vtkShader_GetScope; extern(C) void* function(void* objectRef) vtkShader_Upcast; extern(C) void* function() vtkGLSLShader_New; extern(C) int function(const(char)* jarg1) vtkGLSLShader_IsTypeOf; extern(C) void* function(void* jarg1) vtkGLSLShader_SafeDownCast; extern(C) void* function(void* jarg1) vtkGLSLShader_NewInstance; extern(C) uint function(void* jarg1) vtkGLSLShader_GetHandle; extern(C) void function(void* jarg1, uint jarg2) vtkGLSLShader_SetProgram; extern(C) uint function(void* jarg1) vtkGLSLShader_GetProgram; extern(C) void* function(void* objectRef) vtkGLSLShader_Upcast; extern(C) void* function() vtkTessellatedBoxSource_New; extern(C) int function(const(char)* jarg1) vtkTessellatedBoxSource_IsTypeOf; extern(C) void* function(void* jarg1) vtkTessellatedBoxSource_SafeDownCast; extern(C) void* function(void* jarg1) vtkTessellatedBoxSource_NewInstance; extern(C) void function(void* jarg1, double jarg2, double jarg3, double jarg4, double jarg5, double jarg6, double jarg7) vtkTessellatedBoxSource_SetBounds__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkTessellatedBoxSource_SetBounds__SWIG_1; extern(C) void* function(void* jarg1) vtkTessellatedBoxSource_GetBounds__SWIG_0; extern(C) void function(void* jarg1, void* jarg2, void* jarg3, void* jarg4, void* jarg5, void* jarg6, void* jarg7) vtkTessellatedBoxSource_GetBounds__SWIG_1; extern(C) void function(void* jarg1, void* jarg2) vtkTessellatedBoxSource_GetBounds__SWIG_2; extern(C) void function(void* jarg1, int jarg2) vtkTessellatedBoxSource_SetLevel; extern(C) int function(void* jarg1) vtkTessellatedBoxSource_GetLevel; extern(C) void function(void* jarg1, int jarg2) vtkTessellatedBoxSource_SetDuplicateSharedPoints; extern(C) int function(void* jarg1) vtkTessellatedBoxSource_GetDuplicateSharedPoints; extern(C) void function(void* jarg1) vtkTessellatedBoxSource_DuplicateSharedPointsOn; extern(C) void function(void* jarg1) vtkTessellatedBoxSource_DuplicateSharedPointsOff; extern(C) void function(void* jarg1, int jarg2) vtkTessellatedBoxSource_SetQuads; extern(C) int function(void* jarg1) vtkTessellatedBoxSource_GetQuads; extern(C) void function(void* jarg1) vtkTessellatedBoxSource_QuadsOn; extern(C) void function(void* jarg1) vtkTessellatedBoxSource_QuadsOff; extern(C) void* function(void* objectRef) vtkTessellatedBoxSource_Upcast; extern(C) int function(const(char)* jarg1) vtkPlanesIntersection_IsTypeOf; extern(C) void* function(void* jarg1) vtkPlanesIntersection_SafeDownCast; extern(C) void* function(void* jarg1) vtkPlanesIntersection_NewInstance; extern(C) void* function() vtkPlanesIntersection_New; extern(C) void function(void* jarg1, void* jarg2) vtkPlanesIntersection_SetRegionVertices__SWIG_0; extern(C) void function(void* jarg1, void* jarg2, int jarg3) vtkPlanesIntersection_SetRegionVertices__SWIG_1; extern(C) int function(void* jarg1) vtkPlanesIntersection_GetNumRegionVertices; extern(C) int function(void* jarg1, void* jarg2, int jarg3) vtkPlanesIntersection_GetRegionVertices; extern(C) int function(void* jarg1, void* jarg2) vtkPlanesIntersection_IntersectsRegion; extern(C) int function(void* jarg1, void* jarg2) vtkPlanesIntersection_PolygonIntersectsBBox; extern(C) void* function(void* jarg1) vtkPlanesIntersection_Convert3DCell; extern(C) void* function(void* objectRef) vtkPlanesIntersection_Upcast; extern(C) int function(const(char)* jarg1) vtkContextView_IsTypeOf; extern(C) void* function(void* jarg1) vtkContextView_SafeDownCast; extern(C) void* function(void* jarg1) vtkContextView_NewInstance; extern(C) void* function() vtkContextView_New; extern(C) void function(void* jarg1, void* jarg2) vtkContextView_SetContext; extern(C) void* function(void* jarg1) vtkContextView_GetContext; extern(C) void function(void* jarg1, void* jarg2) vtkContextView_SetScene; extern(C) void* function(void* jarg1) vtkContextView_GetScene; extern(C) void* function(void* objectRef) vtkContextView_Upcast; extern(C) void* function() vtkImagePadFilter_New; extern(C) int function(const(char)* jarg1) vtkImagePadFilter_IsTypeOf; extern(C) void* function(void* jarg1) vtkImagePadFilter_SafeDownCast; extern(C) void* function(void* jarg1) vtkImagePadFilter_NewInstance; extern(C) void function(void* jarg1, void* jarg2) vtkImagePadFilter_SetOutputWholeExtent__SWIG_0; extern(C) void function(void* jarg1, int jarg2, int jarg3, int jarg4, int jarg5, int jarg6, int jarg7) vtkImagePadFilter_SetOutputWholeExtent__SWIG_1; extern(C) void function(void* jarg1, void* jarg2) vtkImagePadFilter_GetOutputWholeExtent__SWIG_0; extern(C) void* function(void* jarg1) vtkImagePadFilter_GetOutputWholeExtent__SWIG_1; extern(C) void function(void* jarg1, int jarg2) vtkImagePadFilter_SetOutputNumberOfScalarComponents; extern(C) int function(void* jarg1) vtkImagePadFilter_GetOutputNumberOfScalarComponents; extern(C) void* function(void* objectRef) vtkImagePadFilter_Upcast; extern(C) void* function() vtkImageMirrorPad_New; extern(C) int function(const(char)* jarg1) vtkImageMirrorPad_IsTypeOf; extern(C) void* function(void* jarg1) vtkImageMirrorPad_SafeDownCast; extern(C) void* function(void* jarg1) vtkImageMirrorPad_NewInstance; extern(C) void* function(void* objectRef) vtkImageMirrorPad_Upcast; extern(C) int function(const(char)* jarg1) vtkExtractSelectionBase_IsTypeOf; extern(C) void* function(void* jarg1) vtkExtractSelectionBase_SafeDownCast; extern(C) void* function(void* jarg1) vtkExtractSelectionBase_NewInstance; extern(C) void function(void* jarg1, void* jarg2) vtkExtractSelectionBase_SetSelectionConnection; extern(C) void function(void* jarg1, int jarg2) vtkExtractSelectionBase_SetPreserveTopology; extern(C) int function(void* jarg1) vtkExtractSelectionBase_GetPreserveTopology; extern(C) void function(void* jarg1) vtkExtractSelectionBase_PreserveTopologyOn; extern(C) void function(void* jarg1) vtkExtractSelectionBase_PreserveTopologyOff; extern(C) void* function() new_vtkExtractSelectionBase; extern(C) void function(void* jarg1) delete_vtkExtractSelectionBase; extern(C) void* function(void* objectRef) vtkExtractSelectionBase_Upcast; extern(C) void* function() vtkExtractSelectedIds_New; extern(C) int function(const(char)* jarg1) vtkExtractSelectedIds_IsTypeOf; extern(C) void* function(void* jarg1) vtkExtractSelectedIds_SafeDownCast; extern(C) void* function(void* jarg1) vtkExtractSelectedIds_NewInstance; extern(C) void* function(void* objectRef) vtkExtractSelectedIds_Upcast; extern(C) int function(const(char)* jarg1) vtkStreamTracer_IsTypeOf; extern(C) void* function(void* jarg1) vtkStreamTracer_SafeDownCast; extern(C) void* function(void* jarg1) vtkStreamTracer_NewInstance; extern(C) void* function() vtkStreamTracer_New; extern(C) void function(void* jarg1, double jarg2, double jarg3, double jarg4) vtkStreamTracer_SetStartPosition__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkStreamTracer_SetStartPosition__SWIG_1; extern(C) void* function(void* jarg1) vtkStreamTracer_GetStartPosition__SWIG_0; extern(C) void function(void* jarg1, void* jarg2, void* jarg3, void* jarg4) vtkStreamTracer_GetStartPosition__SWIG_1; extern(C) void function(void* jarg1, void* jarg2) vtkStreamTracer_GetStartPosition__SWIG_2; extern(C) void function(void* jarg1, void* jarg2) vtkStreamTracer_SetSourceData; extern(C) void* function(void* jarg1) vtkStreamTracer_GetSource; extern(C) void function(void* jarg1, void* jarg2) vtkStreamTracer_SetSourceConnection; extern(C) void function(void* jarg1, void* jarg2) vtkStreamTracer_SetIntegrator; extern(C) void* function(void* jarg1) vtkStreamTracer_GetIntegrator; extern(C) void function(void* jarg1, int jarg2) vtkStreamTracer_SetIntegratorType; extern(C) int function(void* jarg1) vtkStreamTracer_GetIntegratorType; extern(C) void function(void* jarg1) vtkStreamTracer_SetIntegratorTypeToRungeKutta2; extern(C) void function(void* jarg1) vtkStreamTracer_SetIntegratorTypeToRungeKutta4; extern(C) void function(void* jarg1) vtkStreamTracer_SetIntegratorTypeToRungeKutta45; extern(C) void function(void* jarg1) vtkStreamTracer_SetInterpolatorTypeToDataSetPointLocator; extern(C) void function(void* jarg1) vtkStreamTracer_SetInterpolatorTypeToCellLocator; extern(C) void function(void* jarg1, double jarg2) vtkStreamTracer_SetMaximumPropagation; extern(C) double function(void* jarg1) vtkStreamTracer_GetMaximumPropagation; extern(C) void function(void* jarg1, int jarg2) vtkStreamTracer_SetIntegrationStepUnit; extern(C) int function(void* jarg1) vtkStreamTracer_GetIntegrationStepUnit; extern(C) void function(void* jarg1, double jarg2) vtkStreamTracer_SetInitialIntegrationStep; extern(C) double function(void* jarg1) vtkStreamTracer_GetInitialIntegrationStep; extern(C) void function(void* jarg1, double jarg2) vtkStreamTracer_SetMinimumIntegrationStep; extern(C) double function(void* jarg1) vtkStreamTracer_GetMinimumIntegrationStep; extern(C) void function(void* jarg1, double jarg2) vtkStreamTracer_SetMaximumIntegrationStep; extern(C) double function(void* jarg1) vtkStreamTracer_GetMaximumIntegrationStep; extern(C) void function(void* jarg1, double jarg2) vtkStreamTracer_SetMaximumError; extern(C) double function(void* jarg1) vtkStreamTracer_GetMaximumError; extern(C) void function(void* jarg1, long jarg2) vtkStreamTracer_SetMaximumNumberOfSteps; extern(C) long function(void* jarg1) vtkStreamTracer_GetMaximumNumberOfSteps; extern(C) void function(void* jarg1, double jarg2) vtkStreamTracer_SetTerminalSpeed; extern(C) double function(void* jarg1) vtkStreamTracer_GetTerminalSpeed; extern(C) void function(void* jarg1, int jarg2) vtkStreamTracer_SetIntegrationDirection; extern(C) int function(void* jarg1) vtkStreamTracer_GetIntegrationDirectionMinValue; extern(C) int function(void* jarg1) vtkStreamTracer_GetIntegrationDirectionMaxValue; extern(C) int function(void* jarg1) vtkStreamTracer_GetIntegrationDirection; extern(C) void function(void* jarg1) vtkStreamTracer_SetIntegrationDirectionToForward; extern(C) void function(void* jarg1) vtkStreamTracer_SetIntegrationDirectionToBackward; extern(C) void function(void* jarg1) vtkStreamTracer_SetIntegrationDirectionToBoth; extern(C) void function(void* jarg1, uint jarg2) vtkStreamTracer_SetComputeVorticity; extern(C) uint function(void* jarg1) vtkStreamTracer_GetComputeVorticity; extern(C) void function(void* jarg1, double jarg2) vtkStreamTracer_SetRotationScale; extern(C) double function(void* jarg1) vtkStreamTracer_GetRotationScale; extern(C) void function(void* jarg1, void* jarg2) vtkStreamTracer_SetInterpolatorPrototype; extern(C) void function(void* jarg1, int jarg2) vtkStreamTracer_SetInterpolatorType; extern(C) void* function(void* objectRef) vtkStreamTracer_Upcast; extern(C) int function(const(char)* jarg1) vtkTemporalStreamTracer_IsTypeOf; extern(C) void* function(void* jarg1) vtkTemporalStreamTracer_SafeDownCast; extern(C) void* function(void* jarg1) vtkTemporalStreamTracer_NewInstance; extern(C) void* function() vtkTemporalStreamTracer_New; extern(C) void function(void* jarg1, uint jarg2) vtkTemporalStreamTracer_SetTimeStep; extern(C) uint function(void* jarg1) vtkTemporalStreamTracer_GetTimeStep; extern(C) void function(void* jarg1, int jarg2) vtkTemporalStreamTracer_SetIgnorePipelineTime; extern(C) int function(void* jarg1) vtkTemporalStreamTracer_GetIgnorePipelineTime; extern(C) void function(void* jarg1) vtkTemporalStreamTracer_IgnorePipelineTimeOn; extern(C) void function(void* jarg1) vtkTemporalStreamTracer_IgnorePipelineTimeOff; extern(C) void function(void* jarg1, double jarg2) vtkTemporalStreamTracer_SetTimeStepResolution; extern(C) double function(void* jarg1) vtkTemporalStreamTracer_GetTimeStepResolution; extern(C) void function(void* jarg1, int jarg2) vtkTemporalStreamTracer_SetForceReinjectionEveryNSteps; extern(C) int function(void* jarg1) vtkTemporalStreamTracer_GetForceReinjectionEveryNSteps; extern(C) void function(void* jarg1, double jarg2) vtkTemporalStreamTracer_SetTerminationTime; extern(C) double function(void* jarg1) vtkTemporalStreamTracer_GetTerminationTime; extern(C) void function(void* jarg1, int jarg2) vtkTemporalStreamTracer_SetTerminationTimeUnit; extern(C) int function(void* jarg1) vtkTemporalStreamTracer_GetTerminationTimeUnit; extern(C) void function(void* jarg1) vtkTemporalStreamTracer_SetTerminationTimeUnitToTimeUnit; extern(C) void function(void* jarg1) vtkTemporalStreamTracer_SetTerminationTimeUnitToStepUnit; extern(C) void function(void* jarg1, int jarg2) vtkTemporalStreamTracer_SetStaticSeeds; extern(C) int function(void* jarg1) vtkTemporalStreamTracer_GetStaticSeeds; extern(C) void function(void* jarg1) vtkTemporalStreamTracer_StaticSeedsOn; extern(C) void function(void* jarg1) vtkTemporalStreamTracer_StaticSeedsOff; extern(C) void function(void* jarg1, int jarg2) vtkTemporalStreamTracer_SetStaticMesh; extern(C) int function(void* jarg1) vtkTemporalStreamTracer_GetStaticMesh; extern(C) void function(void* jarg1) vtkTemporalStreamTracer_StaticMeshOn; extern(C) void function(void* jarg1) vtkTemporalStreamTracer_StaticMeshOff; extern(C) void function(void* jarg1, void* jarg2) vtkTemporalStreamTracer_SetParticleWriter; extern(C) void* function(void* jarg1) vtkTemporalStreamTracer_GetParticleWriter; extern(C) void function(void* jarg1, const(char)* jarg2) vtkTemporalStreamTracer_SetParticleFileName; extern(C) const(char)* function(void* jarg1) vtkTemporalStreamTracer_GetParticleFileName; extern(C) void function(void* jarg1, int jarg2) vtkTemporalStreamTracer_SetEnableParticleWriting; extern(C) int function(void* jarg1) vtkTemporalStreamTracer_GetEnableParticleWriting; extern(C) void function(void* jarg1) vtkTemporalStreamTracer_EnableParticleWritingOn; extern(C) void function(void* jarg1) vtkTemporalStreamTracer_EnableParticleWritingOff; extern(C) void function(void* jarg1, void* jarg2) vtkTemporalStreamTracer_AddSourceConnection; extern(C) void function(void* jarg1) vtkTemporalStreamTracer_RemoveAllSources; extern(C) void* function(void* objectRef) vtkTemporalStreamTracer_Upcast; extern(C) int function() VTK_STYLE_PIXELIZE_get; extern(C) int function() VTK_STYLE_POLYGONALIZE_get; extern(C) int function() VTK_STYLE_RUN_LENGTH_get; extern(C) int function() VTK_COLOR_MODE_LUT_get; extern(C) int function() VTK_COLOR_MODE_LINEAR_256_get; extern(C) int function(const(char)* jarg1) vtkImageToPolyDataFilter_IsTypeOf; extern(C) void* function(void* jarg1) vtkImageToPolyDataFilter_SafeDownCast; extern(C) void* function(void* jarg1) vtkImageToPolyDataFilter_NewInstance; extern(C) void* function() vtkImageToPolyDataFilter_New; extern(C) void function(void* jarg1, int jarg2) vtkImageToPolyDataFilter_SetOutputStyle; extern(C) int function(void* jarg1) vtkImageToPolyDataFilter_GetOutputStyleMinValue; extern(C) int function(void* jarg1) vtkImageToPolyDataFilter_GetOutputStyleMaxValue; extern(C) int function(void* jarg1) vtkImageToPolyDataFilter_GetOutputStyle; extern(C) void function(void* jarg1) vtkImageToPolyDataFilter_SetOutputStyleToPixelize; extern(C) void function(void* jarg1) vtkImageToPolyDataFilter_SetOutputStyleToPolygonalize; extern(C) void function(void* jarg1) vtkImageToPolyDataFilter_SetOutputStyleToRunLength; extern(C) void function(void* jarg1, int jarg2) vtkImageToPolyDataFilter_SetColorMode; extern(C) int function(void* jarg1) vtkImageToPolyDataFilter_GetColorModeMinValue; extern(C) int function(void* jarg1) vtkImageToPolyDataFilter_GetColorModeMaxValue; extern(C) int function(void* jarg1) vtkImageToPolyDataFilter_GetColorMode; extern(C) void function(void* jarg1) vtkImageToPolyDataFilter_SetColorModeToLUT; extern(C) void function(void* jarg1) vtkImageToPolyDataFilter_SetColorModeToLinear256; extern(C) void function(void* jarg1, void* jarg2) vtkImageToPolyDataFilter_SetLookupTable; extern(C) void* function(void* jarg1) vtkImageToPolyDataFilter_GetLookupTable; extern(C) void function(void* jarg1, int jarg2) vtkImageToPolyDataFilter_SetSmoothing; extern(C) int function(void* jarg1) vtkImageToPolyDataFilter_GetSmoothing; extern(C) void function(void* jarg1) vtkImageToPolyDataFilter_SmoothingOn; extern(C) void function(void* jarg1) vtkImageToPolyDataFilter_SmoothingOff; extern(C) void function(void* jarg1, int jarg2) vtkImageToPolyDataFilter_SetNumberOfSmoothingIterations; extern(C) int function(void* jarg1) vtkImageToPolyDataFilter_GetNumberOfSmoothingIterationsMinValue; extern(C) int function(void* jarg1) vtkImageToPolyDataFilter_GetNumberOfSmoothingIterationsMaxValue; extern(C) int function(void* jarg1) vtkImageToPolyDataFilter_GetNumberOfSmoothingIterations; extern(C) void function(void* jarg1, int jarg2) vtkImageToPolyDataFilter_SetDecimation; extern(C) int function(void* jarg1) vtkImageToPolyDataFilter_GetDecimation; extern(C) void function(void* jarg1) vtkImageToPolyDataFilter_DecimationOn; extern(C) void function(void* jarg1) vtkImageToPolyDataFilter_DecimationOff; extern(C) void function(void* jarg1, double jarg2) vtkImageToPolyDataFilter_SetDecimationError; extern(C) double function(void* jarg1) vtkImageToPolyDataFilter_GetDecimationErrorMinValue; extern(C) double function(void* jarg1) vtkImageToPolyDataFilter_GetDecimationErrorMaxValue; extern(C) double function(void* jarg1) vtkImageToPolyDataFilter_GetDecimationError; extern(C) void function(void* jarg1, int jarg2) vtkImageToPolyDataFilter_SetError; extern(C) int function(void* jarg1) vtkImageToPolyDataFilter_GetErrorMinValue; extern(C) int function(void* jarg1) vtkImageToPolyDataFilter_GetErrorMaxValue; extern(C) int function(void* jarg1) vtkImageToPolyDataFilter_GetError; extern(C) void function(void* jarg1, int jarg2) vtkImageToPolyDataFilter_SetSubImageSize; extern(C) int function(void* jarg1) vtkImageToPolyDataFilter_GetSubImageSizeMinValue; extern(C) int function(void* jarg1) vtkImageToPolyDataFilter_GetSubImageSizeMaxValue; extern(C) int function(void* jarg1) vtkImageToPolyDataFilter_GetSubImageSize; extern(C) void* function(void* objectRef) vtkImageToPolyDataFilter_Upcast; extern(C) void* function() vtkBoxWidget2_New; extern(C) int function(const(char)* jarg1) vtkBoxWidget2_IsTypeOf; extern(C) void* function(void* jarg1) vtkBoxWidget2_SafeDownCast; extern(C) void* function(void* jarg1) vtkBoxWidget2_NewInstance; extern(C) void function(void* jarg1, void* jarg2) vtkBoxWidget2_SetRepresentation; extern(C) void function(void* jarg1, int jarg2) vtkBoxWidget2_SetTranslationEnabled; extern(C) int function(void* jarg1) vtkBoxWidget2_GetTranslationEnabled; extern(C) void function(void* jarg1) vtkBoxWidget2_TranslationEnabledOn; extern(C) void function(void* jarg1) vtkBoxWidget2_TranslationEnabledOff; extern(C) void function(void* jarg1, int jarg2) vtkBoxWidget2_SetScalingEnabled; extern(C) int function(void* jarg1) vtkBoxWidget2_GetScalingEnabled; extern(C) void function(void* jarg1) vtkBoxWidget2_ScalingEnabledOn; extern(C) void function(void* jarg1) vtkBoxWidget2_ScalingEnabledOff; extern(C) void function(void* jarg1, int jarg2) vtkBoxWidget2_SetRotationEnabled; extern(C) int function(void* jarg1) vtkBoxWidget2_GetRotationEnabled; extern(C) void function(void* jarg1) vtkBoxWidget2_RotationEnabledOn; extern(C) void function(void* jarg1) vtkBoxWidget2_RotationEnabledOff; extern(C) void function(void* jarg1, int jarg2) vtkBoxWidget2_SetMoveFacesEnabled; extern(C) int function(void* jarg1) vtkBoxWidget2_GetMoveFacesEnabled; extern(C) void function(void* jarg1) vtkBoxWidget2_MoveFacesEnabledOn; extern(C) void function(void* jarg1) vtkBoxWidget2_MoveFacesEnabledOff; extern(C) void* function(void* objectRef) vtkBoxWidget2_Upcast; extern(C) int function() VTK_SCALE_BY_SCALAR_get; extern(C) int function() VTK_SCALE_BY_VECTOR_get; extern(C) int function() VTK_SCALE_BY_VECTORCOMPONENTS_get; extern(C) int function() VTK_DATA_SCALING_OFF_get; extern(C) int function() VTK_COLOR_BY_SCALE_get; extern(C) int function() VTK_COLOR_BY_SCALAR_get; extern(C) int function() VTK_COLOR_BY_VECTOR_get; extern(C) int function() VTK_USE_VECTOR_get; extern(C) int function() VTK_USE_NORMAL_get; extern(C) int function() VTK_VECTOR_ROTATION_OFF_get; extern(C) int function() VTK_INDEXING_OFF_get; extern(C) int function() VTK_INDEXING_BY_SCALAR_get; extern(C) int function() VTK_INDEXING_BY_VECTOR_get; extern(C) int function(const(char)* jarg1) vtkGlyph3D_IsTypeOf; extern(C) void* function(void* jarg1) vtkGlyph3D_SafeDownCast; extern(C) void* function(void* jarg1) vtkGlyph3D_NewInstance; extern(C) void* function() vtkGlyph3D_New; extern(C) void function(void* jarg1, void* jarg2) vtkGlyph3D_SetSourceData__SWIG_0; extern(C) void function(void* jarg1, int jarg2, void* jarg3) vtkGlyph3D_SetSourceData__SWIG_1; extern(C) void function(void* jarg1, int jarg2, void* jarg3) vtkGlyph3D_SetSourceConnection__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkGlyph3D_SetSourceConnection__SWIG_1; extern(C) void* function(void* jarg1, int jarg2) vtkGlyph3D_GetSource__SWIG_0; extern(C) void* function(void* jarg1) vtkGlyph3D_GetSource__SWIG_1; extern(C) void function(void* jarg1, int jarg2) vtkGlyph3D_SetScaling; extern(C) void function(void* jarg1) vtkGlyph3D_ScalingOn; extern(C) void function(void* jarg1) vtkGlyph3D_ScalingOff; extern(C) int function(void* jarg1) vtkGlyph3D_GetScaling; extern(C) void function(void* jarg1, int jarg2) vtkGlyph3D_SetScaleMode; extern(C) int function(void* jarg1) vtkGlyph3D_GetScaleMode; extern(C) void function(void* jarg1) vtkGlyph3D_SetScaleModeToScaleByScalar; extern(C) void function(void* jarg1) vtkGlyph3D_SetScaleModeToScaleByVector; extern(C) void function(void* jarg1) vtkGlyph3D_SetScaleModeToScaleByVectorComponents; extern(C) void function(void* jarg1) vtkGlyph3D_SetScaleModeToDataScalingOff; extern(C) const(char)* function(void* jarg1) vtkGlyph3D_GetScaleModeAsString; extern(C) void function(void* jarg1, int jarg2) vtkGlyph3D_SetColorMode; extern(C) int function(void* jarg1) vtkGlyph3D_GetColorMode; extern(C) void function(void* jarg1) vtkGlyph3D_SetColorModeToColorByScale; extern(C) void function(void* jarg1) vtkGlyph3D_SetColorModeToColorByScalar; extern(C) void function(void* jarg1) vtkGlyph3D_SetColorModeToColorByVector; extern(C) const(char)* function(void* jarg1) vtkGlyph3D_GetColorModeAsString; extern(C) void function(void* jarg1, double jarg2) vtkGlyph3D_SetScaleFactor; extern(C) double function(void* jarg1) vtkGlyph3D_GetScaleFactor; extern(C) void function(void* jarg1, double jarg2, double jarg3) vtkGlyph3D_SetRange__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkGlyph3D_SetRange__SWIG_1; extern(C) void* function(void* jarg1) vtkGlyph3D_GetRange__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkGlyph3D_GetRange__SWIG_1; extern(C) void function(void* jarg1, int jarg2) vtkGlyph3D_SetOrient; extern(C) void function(void* jarg1) vtkGlyph3D_OrientOn; extern(C) void function(void* jarg1) vtkGlyph3D_OrientOff; extern(C) int function(void* jarg1) vtkGlyph3D_GetOrient; extern(C) void function(void* jarg1, int jarg2) vtkGlyph3D_SetClamping; extern(C) void function(void* jarg1) vtkGlyph3D_ClampingOn; extern(C) void function(void* jarg1) vtkGlyph3D_ClampingOff; extern(C) int function(void* jarg1) vtkGlyph3D_GetClamping; extern(C) void function(void* jarg1, int jarg2) vtkGlyph3D_SetVectorMode; extern(C) int function(void* jarg1) vtkGlyph3D_GetVectorMode; extern(C) void function(void* jarg1) vtkGlyph3D_SetVectorModeToUseVector; extern(C) void function(void* jarg1) vtkGlyph3D_SetVectorModeToUseNormal; extern(C) void function(void* jarg1) vtkGlyph3D_SetVectorModeToVectorRotationOff; extern(C) const(char)* function(void* jarg1) vtkGlyph3D_GetVectorModeAsString; extern(C) void function(void* jarg1, int jarg2) vtkGlyph3D_SetIndexMode; extern(C) int function(void* jarg1) vtkGlyph3D_GetIndexMode; extern(C) void function(void* jarg1) vtkGlyph3D_SetIndexModeToScalar; extern(C) void function(void* jarg1) vtkGlyph3D_SetIndexModeToVector; extern(C) void function(void* jarg1) vtkGlyph3D_SetIndexModeToOff; extern(C) const(char)* function(void* jarg1) vtkGlyph3D_GetIndexModeAsString; extern(C) void function(void* jarg1, int jarg2) vtkGlyph3D_SetGeneratePointIds; extern(C) int function(void* jarg1) vtkGlyph3D_GetGeneratePointIds; extern(C) void function(void* jarg1) vtkGlyph3D_GeneratePointIdsOn; extern(C) void function(void* jarg1) vtkGlyph3D_GeneratePointIdsOff; extern(C) void function(void* jarg1, const(char)* jarg2) vtkGlyph3D_SetPointIdsName; extern(C) const(char)* function(void* jarg1) vtkGlyph3D_GetPointIdsName; extern(C) void function(void* jarg1, int jarg2) vtkGlyph3D_SetFillCellData; extern(C) int function(void* jarg1) vtkGlyph3D_GetFillCellData; extern(C) void function(void* jarg1) vtkGlyph3D_FillCellDataOn; extern(C) void function(void* jarg1) vtkGlyph3D_FillCellDataOff; extern(C) int function(void* jarg1, void* jarg2, long jarg3) vtkGlyph3D_IsPointVisible; extern(C) void function(void* jarg1, void* jarg2) vtkGlyph3D_SetSourceTransform; extern(C) void* function(void* jarg1) vtkGlyph3D_GetSourceTransform; extern(C) void* function(void* objectRef) vtkGlyph3D_Upcast; extern(C) void* function() vtkGlyph3DMapper_New; extern(C) int function(const(char)* jarg1) vtkGlyph3DMapper_IsTypeOf; extern(C) void* function(void* jarg1) vtkGlyph3DMapper_SafeDownCast; extern(C) void* function(void* jarg1) vtkGlyph3DMapper_NewInstance; extern(C) void function(void* jarg1, int jarg2, void* jarg3) vtkGlyph3DMapper_SetSourceConnection__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkGlyph3DMapper_SetSourceConnection__SWIG_1; extern(C) void function(void* jarg1, void* jarg2) vtkGlyph3DMapper_SetInputData; extern(C) void function(void* jarg1, int jarg2, void* jarg3) vtkGlyph3DMapper_SetSourceData__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkGlyph3DMapper_SetSourceData__SWIG_1; extern(C) void* function(void* jarg1, int jarg2) vtkGlyph3DMapper_GetSource__SWIG_0; extern(C) void* function(void* jarg1) vtkGlyph3DMapper_GetSource__SWIG_1; extern(C) void function(void* jarg1, uint jarg2) vtkGlyph3DMapper_SetScaling; extern(C) void function(void* jarg1) vtkGlyph3DMapper_ScalingOn; extern(C) void function(void* jarg1) vtkGlyph3DMapper_ScalingOff; extern(C) uint function(void* jarg1) vtkGlyph3DMapper_GetScaling; extern(C) void function(void* jarg1, int jarg2) vtkGlyph3DMapper_SetScaleMode; extern(C) int function(void* jarg1) vtkGlyph3DMapper_GetScaleMode; extern(C) void function(void* jarg1, double jarg2) vtkGlyph3DMapper_SetScaleFactor; extern(C) double function(void* jarg1) vtkGlyph3DMapper_GetScaleFactor; extern(C) void function(void* jarg1) vtkGlyph3DMapper_SetScaleModeToScaleByMagnitude; extern(C) void function(void* jarg1) vtkGlyph3DMapper_SetScaleModeToScaleByVectorComponents; extern(C) void function(void* jarg1) vtkGlyph3DMapper_SetScaleModeToNoDataScaling; extern(C) const(char)* function(void* jarg1) vtkGlyph3DMapper_GetScaleModeAsString; extern(C) void function(void* jarg1, double jarg2, double jarg3) vtkGlyph3DMapper_SetRange__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkGlyph3DMapper_SetRange__SWIG_1; extern(C) void* function(void* jarg1) vtkGlyph3DMapper_GetRange__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkGlyph3DMapper_GetRange__SWIG_1; extern(C) void function(void* jarg1, uint jarg2) vtkGlyph3DMapper_SetOrient; extern(C) uint function(void* jarg1) vtkGlyph3DMapper_GetOrient; extern(C) void function(void* jarg1) vtkGlyph3DMapper_OrientOn; extern(C) void function(void* jarg1) vtkGlyph3DMapper_OrientOff; extern(C) void function(void* jarg1, int jarg2) vtkGlyph3DMapper_SetOrientationMode; extern(C) int function(void* jarg1) vtkGlyph3DMapper_GetOrientationModeMinValue; extern(C) int function(void* jarg1) vtkGlyph3DMapper_GetOrientationModeMaxValue; extern(C) int function(void* jarg1) vtkGlyph3DMapper_GetOrientationMode; extern(C) void function(void* jarg1) vtkGlyph3DMapper_SetOrientationModeToDirection; extern(C) void function(void* jarg1) vtkGlyph3DMapper_SetOrientationModeToRotation; extern(C) const(char)* function(void* jarg1) vtkGlyph3DMapper_GetOrientationModeAsString; extern(C) void function(void* jarg1, uint jarg2) vtkGlyph3DMapper_SetClamping; extern(C) uint function(void* jarg1) vtkGlyph3DMapper_GetClamping; extern(C) void function(void* jarg1) vtkGlyph3DMapper_ClampingOn; extern(C) void function(void* jarg1) vtkGlyph3DMapper_ClampingOff; extern(C) void function(void* jarg1, uint jarg2) vtkGlyph3DMapper_SetSourceIndexing; extern(C) uint function(void* jarg1) vtkGlyph3DMapper_GetSourceIndexing; extern(C) void function(void* jarg1) vtkGlyph3DMapper_SourceIndexingOn; extern(C) void function(void* jarg1) vtkGlyph3DMapper_SourceIndexingOff; extern(C) void function(void* jarg1, uint jarg2) vtkGlyph3DMapper_SetUseSelectionIds; extern(C) void function(void* jarg1) vtkGlyph3DMapper_UseSelectionIdsOn; extern(C) void function(void* jarg1) vtkGlyph3DMapper_UseSelectionIdsOff; extern(C) uint function(void* jarg1) vtkGlyph3DMapper_GetUseSelectionIds; extern(C) void* function(void* jarg1) vtkGlyph3DMapper_GetBounds__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkGlyph3DMapper_GetBounds__SWIG_1; extern(C) void function(void* jarg1, uint jarg2) vtkGlyph3DMapper_SetNestedDisplayLists; extern(C) uint function(void* jarg1) vtkGlyph3DMapper_GetNestedDisplayLists; extern(C) void function(void* jarg1) vtkGlyph3DMapper_NestedDisplayListsOn; extern(C) void function(void* jarg1) vtkGlyph3DMapper_NestedDisplayListsOff; extern(C) void function(void* jarg1, uint jarg2) vtkGlyph3DMapper_SetMasking; extern(C) uint function(void* jarg1) vtkGlyph3DMapper_GetMasking; extern(C) void function(void* jarg1) vtkGlyph3DMapper_MaskingOn; extern(C) void function(void* jarg1) vtkGlyph3DMapper_MaskingOff; extern(C) void function(void* jarg1, const(char)* jarg2) vtkGlyph3DMapper_SetMaskArray__SWIG_0; extern(C) void function(void* jarg1, int jarg2) vtkGlyph3DMapper_SetMaskArray__SWIG_1; extern(C) void function(void* jarg1, const(char)* jarg2) vtkGlyph3DMapper_SetOrientationArray__SWIG_0; extern(C) void function(void* jarg1, int jarg2) vtkGlyph3DMapper_SetOrientationArray__SWIG_1; extern(C) void function(void* jarg1, const(char)* jarg2) vtkGlyph3DMapper_SetScaleArray__SWIG_0; extern(C) void function(void* jarg1, int jarg2) vtkGlyph3DMapper_SetScaleArray__SWIG_1; extern(C) void function(void* jarg1, const(char)* jarg2) vtkGlyph3DMapper_SetSourceIndexArray__SWIG_0; extern(C) void function(void* jarg1, int jarg2) vtkGlyph3DMapper_SetSourceIndexArray__SWIG_1; extern(C) void function(void* jarg1, const(char)* jarg2) vtkGlyph3DMapper_SetSelectionIdArray__SWIG_0; extern(C) void function(void* jarg1, int jarg2) vtkGlyph3DMapper_SetSelectionIdArray__SWIG_1; extern(C) void function(void* jarg1, uint jarg2) vtkGlyph3DMapper_SetSelectionColorId; extern(C) uint function(void* jarg1) vtkGlyph3DMapper_GetSelectionColorId; extern(C) void function(void* jarg1, int jarg2) vtkGlyph3DMapper_SetSelectMode; extern(C) void* function() new_vtkGlyph3DMapper; extern(C) void function(void* jarg1) delete_vtkGlyph3DMapper; extern(C) void* function(void* objectRef) vtkGlyph3DMapper_Upcast; extern(C) void* function() new_vtkArrayExtentsList__SWIG_0; extern(C) void* function(void* jarg1) new_vtkArrayExtentsList__SWIG_1; extern(C) void* function(void* jarg1, void* jarg2) new_vtkArrayExtentsList__SWIG_2; extern(C) void* function(void* jarg1, void* jarg2, void* jarg3) new_vtkArrayExtentsList__SWIG_3; extern(C) void* function(void* jarg1, void* jarg2, void* jarg3, void* jarg4) new_vtkArrayExtentsList__SWIG_4; extern(C) long function(void* jarg1) vtkArrayExtentsList_GetCount; extern(C) void function(void* jarg1, long jarg2) vtkArrayExtentsList_SetCount; extern(C) void* function(void* jarg1, long jarg2) vtkArrayExtentsList_opIndex__SWIG_0; extern(C) void function(void* jarg1) delete_vtkArrayExtentsList; extern(C) void* function() new_vtkArrayWeights__SWIG_0; extern(C) void* function(double jarg1) new_vtkArrayWeights__SWIG_1; extern(C) void* function(double jarg1, double jarg2) new_vtkArrayWeights__SWIG_2; extern(C) void* function(double jarg1, double jarg2, double jarg3) new_vtkArrayWeights__SWIG_3; extern(C) void* function(double jarg1, double jarg2, double jarg3, double jarg4) new_vtkArrayWeights__SWIG_4; extern(C) void function(void* jarg1) delete_vtkArrayWeights; extern(C) long function(void* jarg1) vtkArrayWeights_GetCount; extern(C) void function(void* jarg1, long jarg2) vtkArrayWeights_SetCount; extern(C) void* function(void* jarg1, long jarg2) vtkArrayWeights_opIndex__SWIG_0; extern(C) int function(const(char)* jarg1) vtkXMLStructuredDataReader_IsTypeOf; extern(C) void* function(void* jarg1) vtkXMLStructuredDataReader_SafeDownCast; extern(C) void* function(void* jarg1) vtkXMLStructuredDataReader_NewInstance; extern(C) void function(void* jarg1, int jarg2) vtkXMLStructuredDataReader_SetWholeSlices; extern(C) int function(void* jarg1) vtkXMLStructuredDataReader_GetWholeSlices; extern(C) void function(void* jarg1) vtkXMLStructuredDataReader_WholeSlicesOn; extern(C) void function(void* jarg1) vtkXMLStructuredDataReader_WholeSlicesOff; extern(C) void* function(void* objectRef) vtkXMLStructuredDataReader_Upcast; extern(C) int function(const(char)* jarg1) vtkXMLImageDataReader_IsTypeOf; extern(C) void* function(void* jarg1) vtkXMLImageDataReader_SafeDownCast; extern(C) void* function(void* jarg1) vtkXMLImageDataReader_NewInstance; extern(C) void* function() vtkXMLImageDataReader_New; extern(C) void* function(void* jarg1) vtkXMLImageDataReader_GetOutput__SWIG_0; extern(C) void* function(void* jarg1, int jarg2) vtkXMLImageDataReader_GetOutput__SWIG_1; extern(C) void* function(void* objectRef) vtkXMLImageDataReader_Upcast; extern(C) int function(const(char)* jarg1) vtkOpenGLHardwareSupport_IsTypeOf; extern(C) void* function(void* jarg1) vtkOpenGLHardwareSupport_SafeDownCast; extern(C) void* function(void* jarg1) vtkOpenGLHardwareSupport_NewInstance; extern(C) void* function() vtkOpenGLHardwareSupport_New; extern(C) int function(void* jarg1) vtkOpenGLHardwareSupport_GetNumberOfFixedTextureUnits; extern(C) int function(void* jarg1) vtkOpenGLHardwareSupport_GetNumberOfTextureUnits; extern(C) uint function(void* jarg1) vtkOpenGLHardwareSupport_GetSupportsMultiTexturing; extern(C) void* function(void* jarg1) vtkOpenGLHardwareSupport_GetExtensionManager; extern(C) void function(void* jarg1, void* jarg2) vtkOpenGLHardwareSupport_SetExtensionManager; extern(C) void* function(void* objectRef) vtkOpenGLHardwareSupport_Upcast; extern(C) void* function() vtkMergeColumns_New; extern(C) int function(const(char)* jarg1) vtkMergeColumns_IsTypeOf; extern(C) void* function(void* jarg1) vtkMergeColumns_SafeDownCast; extern(C) void* function(void* jarg1) vtkMergeColumns_NewInstance; extern(C) void function(void* jarg1, const(char)* jarg2) vtkMergeColumns_SetMergedColumnName; extern(C) const(char)* function(void* jarg1) vtkMergeColumns_GetMergedColumnName; extern(C) void* function(void* objectRef) vtkMergeColumns_Upcast; extern(C) void* function() vtkRenderedSurfaceRepresentation_New; extern(C) int function(const(char)* jarg1) vtkRenderedSurfaceRepresentation_IsTypeOf; extern(C) void* function(void* jarg1) vtkRenderedSurfaceRepresentation_SafeDownCast; extern(C) void* function(void* jarg1) vtkRenderedSurfaceRepresentation_NewInstance; extern(C) void function(void* jarg1, const(char)* jarg2) vtkRenderedSurfaceRepresentation_SetCellColorArrayName; extern(C) const(char)* function(void* jarg1) vtkRenderedSurfaceRepresentation_GetCellColorArrayName; extern(C) void* function(void* objectRef) vtkRenderedSurfaceRepresentation_Upcast; extern(C) void* function() vtkCompositeDataPipeline_New; extern(C) int function(const(char)* jarg1) vtkCompositeDataPipeline_IsTypeOf; extern(C) void* function(void* jarg1) vtkCompositeDataPipeline_SafeDownCast; extern(C) void* function(void* jarg1) vtkCompositeDataPipeline_NewInstance; extern(C) void* function(void* jarg1, int jarg2) vtkCompositeDataPipeline_GetCompositeOutputData; extern(C) void* function(void* jarg1, int jarg2, int jarg3, void* jarg4) vtkCompositeDataPipeline_GetCompositeInputData; extern(C) void* function() vtkCompositeDataPipeline_LOAD_REQUESTED_BLOCKS; extern(C) void* function() vtkCompositeDataPipeline_COMPOSITE_DATA_META_DATA; extern(C) void* function() vtkCompositeDataPipeline_UPDATE_COMPOSITE_INDICES; extern(C) void* function() vtkCompositeDataPipeline_COMPOSITE_INDICES; extern(C) void* function(void* objectRef) vtkCompositeDataPipeline_Upcast; extern(C) void* function() vtkThreadedStreamingPipeline_New; extern(C) int function(const(char)* jarg1) vtkThreadedStreamingPipeline_IsTypeOf; extern(C) void* function(void* jarg1) vtkThreadedStreamingPipeline_SafeDownCast; extern(C) void* function(void* jarg1) vtkThreadedStreamingPipeline_NewInstance; extern(C) void* function() vtkThreadedStreamingPipeline_AUTO_PROPAGATE; extern(C) void* function() vtkThreadedStreamingPipeline_EXTRA_INFORMATION; extern(C) void function(uint jarg1) vtkThreadedStreamingPipeline_SetMultiThreadedEnabled; extern(C) void function(uint jarg1) vtkThreadedStreamingPipeline_SetAutoPropagatePush; extern(C) void function(void* jarg1) vtkThreadedStreamingPipeline_Pull__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkThreadedStreamingPipeline_Pull__SWIG_1; extern(C) void function(void* jarg1) vtkThreadedStreamingPipeline_Push__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkThreadedStreamingPipeline_Push__SWIG_1; extern(C) void function(void* jarg1) vtkThreadedStreamingPipeline_Pull__SWIG_2; extern(C) void function(void* jarg1, void* jarg2) vtkThreadedStreamingPipeline_Pull__SWIG_3; extern(C) void function(void* jarg1) vtkThreadedStreamingPipeline_Push__SWIG_2; extern(C) void function(void* jarg1, void* jarg2) vtkThreadedStreamingPipeline_Push__SWIG_3; extern(C) void function(void* jarg1) vtkThreadedStreamingPipeline_Pull__SWIG_4; extern(C) void function(void* jarg1, void* jarg2) vtkThreadedStreamingPipeline_Pull__SWIG_5; extern(C) void function(void* jarg1) vtkThreadedStreamingPipeline_Push__SWIG_4; extern(C) void function(void* jarg1, void* jarg2) vtkThreadedStreamingPipeline_Push__SWIG_5; extern(C) void function(void* jarg1) vtkThreadedStreamingPipeline_ReleaseInputs; extern(C) int function(void* jarg1, int jarg2, void* jarg3) vtkThreadedStreamingPipeline_ForceUpdateData; extern(C) void function(void* jarg1) vtkThreadedStreamingPipeline_UpdateRequestDataTimeFromSource; extern(C) void* function(void* jarg1) vtkThreadedStreamingPipeline_GetResources; extern(C) void function(void* jarg1, float jarg2) vtkThreadedStreamingPipeline_LastDataRequestTime_set; extern(C) float function(void* jarg1) vtkThreadedStreamingPipeline_LastDataRequestTime_get; extern(C) void function(void* jarg1, float jarg2) vtkThreadedStreamingPipeline_LastDataRequestTimeFromSource_set; extern(C) float function(void* jarg1) vtkThreadedStreamingPipeline_LastDataRequestTimeFromSource_get; extern(C) void function(void* jarg1, void* jarg2) vtkThreadedStreamingPipeline_ForceDataRequest_set; extern(C) void* function(void* jarg1) vtkThreadedStreamingPipeline_ForceDataRequest_get; extern(C) void function(void* jarg1, void* jarg2) vtkThreadedStreamingPipeline_Resources_set; extern(C) void* function(void* jarg1) vtkThreadedStreamingPipeline_Resources_get; extern(C) void function(void* jarg1, void* jarg2) vtkThreadedStreamingPipeline_Scheduler_set; extern(C) void* function(void* jarg1) vtkThreadedStreamingPipeline_Scheduler_get; extern(C) void* function(void* objectRef) vtkThreadedStreamingPipeline_Upcast; extern(C) void* function() vtkIdListCollection_New; extern(C) int function(const(char)* jarg1) vtkIdListCollection_IsTypeOf; extern(C) void* function(void* jarg1) vtkIdListCollection_SafeDownCast; extern(C) void* function(void* jarg1) vtkIdListCollection_NewInstance; extern(C) void function(void* jarg1, void* jarg2) vtkIdListCollection_AddItem; extern(C) void* function(void* jarg1) vtkIdListCollection_GetNextItem; extern(C) void* function(void* jarg1, int jarg2) vtkIdListCollection_GetItem; extern(C) void* function(void* objectRef) vtkIdListCollection_Upcast; extern(C) void* function() vtkCleanPolyData_New; extern(C) int function(const(char)* jarg1) vtkCleanPolyData_IsTypeOf; extern(C) void* function(void* jarg1) vtkCleanPolyData_SafeDownCast; extern(C) void* function(void* jarg1) vtkCleanPolyData_NewInstance; extern(C) void function(void* jarg1, int jarg2) vtkCleanPolyData_SetToleranceIsAbsolute; extern(C) void function(void* jarg1) vtkCleanPolyData_ToleranceIsAbsoluteOn; extern(C) void function(void* jarg1) vtkCleanPolyData_ToleranceIsAbsoluteOff; extern(C) int function(void* jarg1) vtkCleanPolyData_GetToleranceIsAbsolute; extern(C) void function(void* jarg1, double jarg2) vtkCleanPolyData_SetTolerance; extern(C) double function(void* jarg1) vtkCleanPolyData_GetToleranceMinValue; extern(C) double function(void* jarg1) vtkCleanPolyData_GetToleranceMaxValue; extern(C) double function(void* jarg1) vtkCleanPolyData_GetTolerance; extern(C) void function(void* jarg1, double jarg2) vtkCleanPolyData_SetAbsoluteTolerance; extern(C) double function(void* jarg1) vtkCleanPolyData_GetAbsoluteToleranceMinValue; extern(C) double function(void* jarg1) vtkCleanPolyData_GetAbsoluteToleranceMaxValue; extern(C) double function(void* jarg1) vtkCleanPolyData_GetAbsoluteTolerance; extern(C) void function(void* jarg1, int jarg2) vtkCleanPolyData_SetConvertLinesToPoints; extern(C) void function(void* jarg1) vtkCleanPolyData_ConvertLinesToPointsOn; extern(C) void function(void* jarg1) vtkCleanPolyData_ConvertLinesToPointsOff; extern(C) int function(void* jarg1) vtkCleanPolyData_GetConvertLinesToPoints; extern(C) void function(void* jarg1, int jarg2) vtkCleanPolyData_SetConvertPolysToLines; extern(C) void function(void* jarg1) vtkCleanPolyData_ConvertPolysToLinesOn; extern(C) void function(void* jarg1) vtkCleanPolyData_ConvertPolysToLinesOff; extern(C) int function(void* jarg1) vtkCleanPolyData_GetConvertPolysToLines; extern(C) void function(void* jarg1, int jarg2) vtkCleanPolyData_SetConvertStripsToPolys; extern(C) void function(void* jarg1) vtkCleanPolyData_ConvertStripsToPolysOn; extern(C) void function(void* jarg1) vtkCleanPolyData_ConvertStripsToPolysOff; extern(C) int function(void* jarg1) vtkCleanPolyData_GetConvertStripsToPolys; extern(C) void function(void* jarg1, int jarg2) vtkCleanPolyData_SetPointMerging; extern(C) int function(void* jarg1) vtkCleanPolyData_GetPointMerging; extern(C) void function(void* jarg1) vtkCleanPolyData_PointMergingOn; extern(C) void function(void* jarg1) vtkCleanPolyData_PointMergingOff; extern(C) void function(void* jarg1, void* jarg2) vtkCleanPolyData_SetLocator; extern(C) void* function(void* jarg1) vtkCleanPolyData_GetLocator; extern(C) void function(void* jarg1, void* jarg2) vtkCleanPolyData_CreateDefaultLocator__SWIG_0; extern(C) void function(void* jarg1) vtkCleanPolyData_CreateDefaultLocator__SWIG_1; extern(C) void function(void* jarg1) vtkCleanPolyData_ReleaseLocator; extern(C) void function(void* jarg1, void* jarg2, void* jarg3) vtkCleanPolyData_OperateOnPoint; extern(C) void function(void* jarg1, void* jarg2, void* jarg3) vtkCleanPolyData_OperateOnBounds; extern(C) void function(void* jarg1, int jarg2) vtkCleanPolyData_SetPieceInvariant; extern(C) int function(void* jarg1) vtkCleanPolyData_GetPieceInvariant; extern(C) void function(void* jarg1) vtkCleanPolyData_PieceInvariantOn; extern(C) void function(void* jarg1) vtkCleanPolyData_PieceInvariantOff; extern(C) void* function(void* objectRef) vtkCleanPolyData_Upcast; extern(C) void* function() vtkQuantizePolyDataPoints_New; extern(C) int function(const(char)* jarg1) vtkQuantizePolyDataPoints_IsTypeOf; extern(C) void* function(void* jarg1) vtkQuantizePolyDataPoints_SafeDownCast; extern(C) void* function(void* jarg1) vtkQuantizePolyDataPoints_NewInstance; extern(C) void function(void* jarg1, double jarg2) vtkQuantizePolyDataPoints_SetQFactor; extern(C) double function(void* jarg1) vtkQuantizePolyDataPoints_GetQFactorMinValue; extern(C) double function(void* jarg1) vtkQuantizePolyDataPoints_GetQFactorMaxValue; extern(C) double function(void* jarg1) vtkQuantizePolyDataPoints_GetQFactor; extern(C) void* function(void* objectRef) vtkQuantizePolyDataPoints_Upcast; extern(C) int function(const(char)* jarg1) vtkResliceCursorRepresentation_IsTypeOf; extern(C) void* function(void* jarg1) vtkResliceCursorRepresentation_SafeDownCast; extern(C) void* function(void* jarg1) vtkResliceCursorRepresentation_NewInstance; extern(C) void function(void* jarg1, int jarg2) vtkResliceCursorRepresentation_SetTolerance; extern(C) int function(void* jarg1) vtkResliceCursorRepresentation_GetToleranceMinValue; extern(C) int function(void* jarg1) vtkResliceCursorRepresentation_GetToleranceMaxValue; extern(C) int function(void* jarg1) vtkResliceCursorRepresentation_GetTolerance; extern(C) void function(void* jarg1, int jarg2) vtkResliceCursorRepresentation_SetShowReslicedImage; extern(C) int function(void* jarg1) vtkResliceCursorRepresentation_GetShowReslicedImage; extern(C) void function(void* jarg1) vtkResliceCursorRepresentation_ShowReslicedImageOn; extern(C) void function(void* jarg1) vtkResliceCursorRepresentation_ShowReslicedImageOff; extern(C) void function(void* jarg1, int jarg2) vtkResliceCursorRepresentation_SetRestrictPlaneToVolume; extern(C) int function(void* jarg1) vtkResliceCursorRepresentation_GetRestrictPlaneToVolume; extern(C) void function(void* jarg1) vtkResliceCursorRepresentation_RestrictPlaneToVolumeOn; extern(C) void function(void* jarg1) vtkResliceCursorRepresentation_RestrictPlaneToVolumeOff; extern(C) void function(void* jarg1, const(char)* jarg2) vtkResliceCursorRepresentation_SetThicknessLabelFormat; extern(C) const(char)* function(void* jarg1) vtkResliceCursorRepresentation_GetThicknessLabelFormat; extern(C) const(char)* function(void* jarg1) vtkResliceCursorRepresentation_GetThicknessLabelText; extern(C) void* function(void* jarg1) vtkResliceCursorRepresentation_GetThicknessLabelPosition__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkResliceCursorRepresentation_GetThicknessLabelPosition__SWIG_1; extern(C) void function(void* jarg1, void* jarg2) vtkResliceCursorRepresentation_GetWorldThicknessLabelPosition; extern(C) void* function(void* jarg1) vtkResliceCursorRepresentation_GetResliceAxes; extern(C) void* function(void* jarg1) vtkResliceCursorRepresentation_GetReslice; extern(C) void* function(void* jarg1) vtkResliceCursorRepresentation_GetImageActor; extern(C) void function(void* jarg1, void* jarg2) vtkResliceCursorRepresentation_SetLookupTable; extern(C) void* function(void* jarg1) vtkResliceCursorRepresentation_GetLookupTable; extern(C) void* function(void* jarg1) vtkResliceCursorRepresentation_GetColorMap; extern(C) void function(void* jarg1, void* jarg2) vtkResliceCursorRepresentation_SetColorMap; extern(C) void function(void* jarg1, double jarg2, double jarg3, int jarg4) vtkResliceCursorRepresentation_SetWindowLevel__SWIG_0; extern(C) void function(void* jarg1, double jarg2, double jarg3) vtkResliceCursorRepresentation_SetWindowLevel__SWIG_1; extern(C) void function(void* jarg1, void* jarg2) vtkResliceCursorRepresentation_GetWindowLevel; extern(C) double function(void* jarg1) vtkResliceCursorRepresentation_GetWindow; extern(C) double function(void* jarg1) vtkResliceCursorRepresentation_GetLevel; extern(C) void* function(void* jarg1) vtkResliceCursorRepresentation_GetResliceCursor; extern(C) void function(void* jarg1, int jarg2) vtkResliceCursorRepresentation_SetDisplayText; extern(C) int function(void* jarg1) vtkResliceCursorRepresentation_GetDisplayText; extern(C) void function(void* jarg1) vtkResliceCursorRepresentation_DisplayTextOn; extern(C) void function(void* jarg1) vtkResliceCursorRepresentation_DisplayTextOff; extern(C) void function(void* jarg1, void* jarg2) vtkResliceCursorRepresentation_SetTextProperty; extern(C) void* function(void* jarg1) vtkResliceCursorRepresentation_GetTextProperty; extern(C) void function(void* jarg1, int jarg2) vtkResliceCursorRepresentation_SetUseImageActor; extern(C) int function(void* jarg1) vtkResliceCursorRepresentation_GetUseImageActor; extern(C) void function(void* jarg1) vtkResliceCursorRepresentation_UseImageActorOn; extern(C) void function(void* jarg1) vtkResliceCursorRepresentation_UseImageActorOff; extern(C) void function(void* jarg1, int jarg2) vtkResliceCursorRepresentation_SetManipulationMode; extern(C) int function(void* jarg1) vtkResliceCursorRepresentation_GetManipulationMode; extern(C) void function(void* jarg1, int jarg2) vtkResliceCursorRepresentation_ActivateText; extern(C) void function(void* jarg1) vtkResliceCursorRepresentation_ManageTextDisplay; extern(C) void function(void* jarg1) vtkResliceCursorRepresentation_InitializeReslicePlane; extern(C) void function(void* jarg1) vtkResliceCursorRepresentation_ResetCamera; extern(C) void* function(void* jarg1) vtkResliceCursorRepresentation_GetCursorAlgorithm; extern(C) void* function(void* jarg1) vtkResliceCursorRepresentation_GetPlaneSource; extern(C) void* function(void* objectRef) vtkResliceCursorRepresentation_Upcast; extern(C) void* function() vtkResliceCursorLineRepresentation_New; extern(C) int function(const(char)* jarg1) vtkResliceCursorLineRepresentation_IsTypeOf; extern(C) void* function(void* jarg1) vtkResliceCursorLineRepresentation_SafeDownCast; extern(C) void* function(void* jarg1) vtkResliceCursorLineRepresentation_NewInstance; extern(C) int function(void* jarg1, int jarg2, int jarg3, int jarg4) vtkResliceCursorLineRepresentation_ComputeInteractionState__SWIG_0; extern(C) int function(void* jarg1, int jarg2, int jarg3) vtkResliceCursorLineRepresentation_ComputeInteractionState__SWIG_1; extern(C) void* function(void* jarg1) vtkResliceCursorLineRepresentation_GetResliceCursorActor; extern(C) void function(void* jarg1, void* jarg2) vtkResliceCursorLineRepresentation_SetUserMatrix; extern(C) void* function(void* objectRef) vtkResliceCursorLineRepresentation_Upcast; extern(C) int function(const(char)* jarg1) vtkGradientFilter_IsTypeOf; extern(C) void* function(void* jarg1) vtkGradientFilter_SafeDownCast; extern(C) void* function(void* jarg1) vtkGradientFilter_NewInstance; extern(C) void* function() vtkGradientFilter_New; extern(C) void function(void* jarg1, int jarg2, const(char)* jarg3) vtkGradientFilter_SetInputScalars__SWIG_0; extern(C) void function(void* jarg1, int jarg2, int jarg3) vtkGradientFilter_SetInputScalars__SWIG_1; extern(C) const(char)* function(void* jarg1) vtkGradientFilter_GetResultArrayName; extern(C) void function(void* jarg1, const(char)* jarg2) vtkGradientFilter_SetResultArrayName; extern(C) const(char)* function(void* jarg1) vtkGradientFilter_GetVorticityArrayName; extern(C) void function(void* jarg1, const(char)* jarg2) vtkGradientFilter_SetVorticityArrayName; extern(C) const(char)* function(void* jarg1) vtkGradientFilter_GetQCriterionArrayName; extern(C) void function(void* jarg1, const(char)* jarg2) vtkGradientFilter_SetQCriterionArrayName; extern(C) int function(void* jarg1) vtkGradientFilter_GetFasterApproximation; extern(C) void function(void* jarg1, int jarg2) vtkGradientFilter_SetFasterApproximation; extern(C) void function(void* jarg1) vtkGradientFilter_FasterApproximationOn; extern(C) void function(void* jarg1) vtkGradientFilter_FasterApproximationOff; extern(C) void function(void* jarg1, int jarg2) vtkGradientFilter_SetComputeVorticity; extern(C) int function(void* jarg1) vtkGradientFilter_GetComputeVorticity; extern(C) void function(void* jarg1) vtkGradientFilter_ComputeVorticityOn; extern(C) void function(void* jarg1) vtkGradientFilter_ComputeVorticityOff; extern(C) void function(void* jarg1, int jarg2) vtkGradientFilter_SetComputeQCriterion; extern(C) int function(void* jarg1) vtkGradientFilter_GetComputeQCriterion; extern(C) void function(void* jarg1) vtkGradientFilter_ComputeQCriterionOn; extern(C) void function(void* jarg1) vtkGradientFilter_ComputeQCriterionOff; extern(C) void* function(void* objectRef) vtkGradientFilter_Upcast; extern(C) void* function() vtkCompositeDataGeometryFilter_New; extern(C) int function(const(char)* jarg1) vtkCompositeDataGeometryFilter_IsTypeOf; extern(C) void* function(void* jarg1) vtkCompositeDataGeometryFilter_SafeDownCast; extern(C) void* function(void* jarg1) vtkCompositeDataGeometryFilter_NewInstance; extern(C) void* function(void* objectRef) vtkCompositeDataGeometryFilter_Upcast; extern(C) void* function() vtkHierarchicalDataSetGeometryFilter_New; extern(C) int function(const(char)* jarg1) vtkHierarchicalDataSetGeometryFilter_IsTypeOf; extern(C) void* function(void* jarg1) vtkHierarchicalDataSetGeometryFilter_SafeDownCast; extern(C) void* function(void* jarg1) vtkHierarchicalDataSetGeometryFilter_NewInstance; extern(C) void* function(void* objectRef) vtkHierarchicalDataSetGeometryFilter_Upcast; extern(C) int function() MAX_VARS_get; extern(C) int function() MAX_VAR_NAME_get; extern(C) void* function() vtkMPASReader_New; extern(C) int function(const(char)* jarg1) vtkMPASReader_IsTypeOf; extern(C) void* function(void* jarg1) vtkMPASReader_SafeDownCast; extern(C) void* function(void* jarg1) vtkMPASReader_NewInstance; extern(C) void function(void* jarg1, const(char)* jarg2) vtkMPASReader_SetFileName; extern(C) const(char)* function(void* jarg1) vtkMPASReader_GetFileName; extern(C) int function(void* jarg1) vtkMPASReader_GetMaximumCells; extern(C) int function(void* jarg1) vtkMPASReader_GetMaximumPoints; extern(C) int function(void* jarg1) vtkMPASReader_GetNumberOfCellVars; extern(C) int function(void* jarg1) vtkMPASReader_GetNumberOfPointVars; extern(C) void* function(void* jarg1) vtkMPASReader_GetOutput__SWIG_0; extern(C) void* function(void* jarg1, int jarg2) vtkMPASReader_GetOutput__SWIG_1; extern(C) int function(void* jarg1) vtkMPASReader_GetNumberOfPointArrays; extern(C) const(char)* function(void* jarg1, int jarg2) vtkMPASReader_GetPointArrayName; extern(C) int function(void* jarg1, const(char)* jarg2) vtkMPASReader_GetPointArrayStatus; extern(C) void function(void* jarg1, const(char)* jarg2, int jarg3) vtkMPASReader_SetPointArrayStatus; extern(C) void function(void* jarg1) vtkMPASReader_DisableAllPointArrays; extern(C) void function(void* jarg1) vtkMPASReader_EnableAllPointArrays; extern(C) int function(void* jarg1) vtkMPASReader_GetNumberOfCellArrays; extern(C) const(char)* function(void* jarg1, int jarg2) vtkMPASReader_GetCellArrayName; extern(C) int function(void* jarg1, const(char)* jarg2) vtkMPASReader_GetCellArrayStatus; extern(C) void function(void* jarg1, const(char)* jarg2, int jarg3) vtkMPASReader_SetCellArrayStatus; extern(C) void function(void* jarg1) vtkMPASReader_DisableAllCellArrays; extern(C) void function(void* jarg1) vtkMPASReader_EnableAllCellArrays; extern(C) void function(void* jarg1, int jarg2) vtkMPASReader_SetVerticalLevel; extern(C) void* function(void* jarg1) vtkMPASReader_GetVerticalLevelRange__SWIG_0; extern(C) void function(void* jarg1, void* jarg2, void* jarg3) vtkMPASReader_GetVerticalLevelRange__SWIG_1; extern(C) void function(void* jarg1, void* jarg2) vtkMPASReader_GetVerticalLevelRange__SWIG_2; extern(C) void function(void* jarg1, int jarg2) vtkMPASReader_SetLayerThickness; extern(C) void* function(void* jarg1) vtkMPASReader_GetLayerThicknessRange__SWIG_0; extern(C) void function(void* jarg1, void* jarg2, void* jarg3) vtkMPASReader_GetLayerThicknessRange__SWIG_1; extern(C) void function(void* jarg1, void* jarg2) vtkMPASReader_GetLayerThicknessRange__SWIG_2; extern(C) void function(void* jarg1, int jarg2) vtkMPASReader_SetCenterLon; extern(C) void* function(void* jarg1) vtkMPASReader_GetCenterLonRange__SWIG_0; extern(C) void function(void* jarg1, void* jarg2, void* jarg3) vtkMPASReader_GetCenterLonRange__SWIG_1; extern(C) void function(void* jarg1, void* jarg2) vtkMPASReader_GetCenterLonRange__SWIG_2; extern(C) void function(void* jarg1, uint jarg2) vtkMPASReader_SetProjectLatLon; extern(C) uint function(void* jarg1) vtkMPASReader_GetProjectLatLon; extern(C) void function(void* jarg1, uint jarg2) vtkMPASReader_SetIsAtmosphere; extern(C) uint function(void* jarg1) vtkMPASReader_GetIsAtmosphere; extern(C) void function(void* jarg1, uint jarg2) vtkMPASReader_SetIsZeroCentered; extern(C) uint function(void* jarg1) vtkMPASReader_GetIsZeroCentered; extern(C) void function(void* jarg1, uint jarg2) vtkMPASReader_SetShowMultilayerView; extern(C) uint function(void* jarg1) vtkMPASReader_GetShowMultilayerView; extern(C) int function(const(char)* jarg1) vtkMPASReader_CanReadFile; extern(C) void* function(void* objectRef) vtkMPASReader_Upcast; extern(C) void* function() vtkImageIslandRemoval2D_New; extern(C) int function(const(char)* jarg1) vtkImageIslandRemoval2D_IsTypeOf; extern(C) void* function(void* jarg1) vtkImageIslandRemoval2D_SafeDownCast; extern(C) void* function(void* jarg1) vtkImageIslandRemoval2D_NewInstance; extern(C) void function(void* jarg1, int jarg2) vtkImageIslandRemoval2D_SetAreaThreshold; extern(C) int function(void* jarg1) vtkImageIslandRemoval2D_GetAreaThreshold; extern(C) void function(void* jarg1, int jarg2) vtkImageIslandRemoval2D_SetSquareNeighborhood; extern(C) int function(void* jarg1) vtkImageIslandRemoval2D_GetSquareNeighborhood; extern(C) void function(void* jarg1) vtkImageIslandRemoval2D_SquareNeighborhoodOn; extern(C) void function(void* jarg1) vtkImageIslandRemoval2D_SquareNeighborhoodOff; extern(C) void function(void* jarg1, double jarg2) vtkImageIslandRemoval2D_SetIslandValue; extern(C) double function(void* jarg1) vtkImageIslandRemoval2D_GetIslandValue; extern(C) void function(void* jarg1, double jarg2) vtkImageIslandRemoval2D_SetReplaceValue; extern(C) double function(void* jarg1) vtkImageIslandRemoval2D_GetReplaceValue; extern(C) void* function(void* objectRef) vtkImageIslandRemoval2D_Upcast; extern(C) void* function() vtkStructuredGridOutlineFilter_New; extern(C) int function(const(char)* jarg1) vtkStructuredGridOutlineFilter_IsTypeOf; extern(C) void* function(void* jarg1) vtkStructuredGridOutlineFilter_SafeDownCast; extern(C) void* function(void* jarg1) vtkStructuredGridOutlineFilter_NewInstance; extern(C) void* function(void* objectRef) vtkStructuredGridOutlineFilter_Upcast; extern(C) int function() VTKKW_FP_SHIFT_get; extern(C) int function() VTKKW_FPMM_SHIFT_get; extern(C) int function() VTKKW_FP_MASK_get; extern(C) double function() VTKKW_FP_SCALE_get; extern(C) void* function() vtkFixedPointVolumeRayCastMapper_New; extern(C) int function(const(char)* jarg1) vtkFixedPointVolumeRayCastMapper_IsTypeOf; extern(C) void* function(void* jarg1) vtkFixedPointVolumeRayCastMapper_SafeDownCast; extern(C) void* function(void* jarg1) vtkFixedPointVolumeRayCastMapper_NewInstance; extern(C) void function(void* jarg1, float jarg2) vtkFixedPointVolumeRayCastMapper_SetSampleDistance; extern(C) float function(void* jarg1) vtkFixedPointVolumeRayCastMapper_GetSampleDistance; extern(C) void function(void* jarg1, float jarg2) vtkFixedPointVolumeRayCastMapper_SetInteractiveSampleDistance; extern(C) float function(void* jarg1) vtkFixedPointVolumeRayCastMapper_GetInteractiveSampleDistance; extern(C) void function(void* jarg1, float jarg2) vtkFixedPointVolumeRayCastMapper_SetImageSampleDistance; extern(C) float function(void* jarg1) vtkFixedPointVolumeRayCastMapper_GetImageSampleDistanceMinValue; extern(C) float function(void* jarg1) vtkFixedPointVolumeRayCastMapper_GetImageSampleDistanceMaxValue; extern(C) float function(void* jarg1) vtkFixedPointVolumeRayCastMapper_GetImageSampleDistance; extern(C) void function(void* jarg1, float jarg2) vtkFixedPointVolumeRayCastMapper_SetMinimumImageSampleDistance; extern(C) float function(void* jarg1) vtkFixedPointVolumeRayCastMapper_GetMinimumImageSampleDistanceMinValue; extern(C) float function(void* jarg1) vtkFixedPointVolumeRayCastMapper_GetMinimumImageSampleDistanceMaxValue; extern(C) float function(void* jarg1) vtkFixedPointVolumeRayCastMapper_GetMinimumImageSampleDistance; extern(C) void function(void* jarg1, float jarg2) vtkFixedPointVolumeRayCastMapper_SetMaximumImageSampleDistance; extern(C) float function(void* jarg1) vtkFixedPointVolumeRayCastMapper_GetMaximumImageSampleDistanceMinValue; extern(C) float function(void* jarg1) vtkFixedPointVolumeRayCastMapper_GetMaximumImageSampleDistanceMaxValue; extern(C) float function(void* jarg1) vtkFixedPointVolumeRayCastMapper_GetMaximumImageSampleDistance; extern(C) void function(void* jarg1, int jarg2) vtkFixedPointVolumeRayCastMapper_SetAutoAdjustSampleDistances; extern(C) int function(void* jarg1) vtkFixedPointVolumeRayCastMapper_GetAutoAdjustSampleDistancesMinValue; extern(C) int function(void* jarg1) vtkFixedPointVolumeRayCastMapper_GetAutoAdjustSampleDistancesMaxValue; extern(C) int function(void* jarg1) vtkFixedPointVolumeRayCastMapper_GetAutoAdjustSampleDistances; extern(C) void function(void* jarg1) vtkFixedPointVolumeRayCastMapper_AutoAdjustSampleDistancesOn; extern(C) void function(void* jarg1) vtkFixedPointVolumeRayCastMapper_AutoAdjustSampleDistancesOff; extern(C) void function(void* jarg1, int jarg2) vtkFixedPointVolumeRayCastMapper_SetLockSampleDistanceToInputSpacing; extern(C) int function(void* jarg1) vtkFixedPointVolumeRayCastMapper_GetLockSampleDistanceToInputSpacingMinValue; extern(C) int function(void* jarg1) vtkFixedPointVolumeRayCastMapper_GetLockSampleDistanceToInputSpacingMaxValue; extern(C) int function(void* jarg1) vtkFixedPointVolumeRayCastMapper_GetLockSampleDistanceToInputSpacing; extern(C) void function(void* jarg1) vtkFixedPointVolumeRayCastMapper_LockSampleDistanceToInputSpacingOn; extern(C) void function(void* jarg1) vtkFixedPointVolumeRayCastMapper_LockSampleDistanceToInputSpacingOff; extern(C) void function(void* jarg1, int jarg2) vtkFixedPointVolumeRayCastMapper_SetNumberOfThreads; extern(C) int function(void* jarg1) vtkFixedPointVolumeRayCastMapper_GetNumberOfThreads; extern(C) void function(void* jarg1, int jarg2) vtkFixedPointVolumeRayCastMapper_SetIntermixIntersectingGeometry; extern(C) int function(void* jarg1) vtkFixedPointVolumeRayCastMapper_GetIntermixIntersectingGeometryMinValue; extern(C) int function(void* jarg1) vtkFixedPointVolumeRayCastMapper_GetIntermixIntersectingGeometryMaxValue; extern(C) int function(void* jarg1) vtkFixedPointVolumeRayCastMapper_GetIntermixIntersectingGeometry; extern(C) void function(void* jarg1) vtkFixedPointVolumeRayCastMapper_IntermixIntersectingGeometryOn; extern(C) void function(void* jarg1) vtkFixedPointVolumeRayCastMapper_IntermixIntersectingGeometryOff; extern(C) float function(void* jarg1, float jarg2, void* jarg3) vtkFixedPointVolumeRayCastMapper_ComputeRequiredImageSampleDistance__SWIG_0; extern(C) float function(void* jarg1, float jarg2, void* jarg3, void* jarg4) vtkFixedPointVolumeRayCastMapper_ComputeRequiredImageSampleDistance__SWIG_1; extern(C) void* function(void* jarg1) vtkFixedPointVolumeRayCastMapper_GetRenderWindow; extern(C) void* function(void* jarg1) vtkFixedPointVolumeRayCastMapper_GetMIPHelper; extern(C) void* function(void* jarg1) vtkFixedPointVolumeRayCastMapper_GetCompositeHelper; extern(C) void* function(void* jarg1) vtkFixedPointVolumeRayCastMapper_GetCompositeGOHelper; extern(C) void* function(void* jarg1) vtkFixedPointVolumeRayCastMapper_GetCompositeGOShadeHelper; extern(C) void* function(void* jarg1) vtkFixedPointVolumeRayCastMapper_GetCompositeShadeHelper; extern(C) void* function(void* jarg1) vtkFixedPointVolumeRayCastMapper_GetTableShift__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkFixedPointVolumeRayCastMapper_GetTableShift__SWIG_1; extern(C) void* function(void* jarg1) vtkFixedPointVolumeRayCastMapper_GetTableScale__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkFixedPointVolumeRayCastMapper_GetTableScale__SWIG_1; extern(C) int function(void* jarg1) vtkFixedPointVolumeRayCastMapper_GetShadingRequired; extern(C) int function(void* jarg1) vtkFixedPointVolumeRayCastMapper_GetGradientOpacityRequired; extern(C) void* function(void* jarg1) vtkFixedPointVolumeRayCastMapper_GetCurrentScalars; extern(C) void* function(void* jarg1) vtkFixedPointVolumeRayCastMapper_GetPreviousScalars; extern(C) void* function(void* jarg1) vtkFixedPointVolumeRayCastMapper_GetRowBounds; extern(C) void* function(void* jarg1, int jarg2) vtkFixedPointVolumeRayCastMapper_GetColorTable; extern(C) void* function(void* jarg1, int jarg2) vtkFixedPointVolumeRayCastMapper_GetScalarOpacityTable; extern(C) void* function(void* jarg1, int jarg2) vtkFixedPointVolumeRayCastMapper_GetGradientOpacityTable; extern(C) void* function(void* jarg1) vtkFixedPointVolumeRayCastMapper_GetVolume; extern(C) void* function(void* jarg1) vtkFixedPointVolumeRayCastMapper_GetGradientNormal; extern(C) void* function(void* jarg1) vtkFixedPointVolumeRayCastMapper_GetGradientMagnitude; extern(C) void* function(void* jarg1, int jarg2) vtkFixedPointVolumeRayCastMapper_GetDiffuseShadingTable; extern(C) void* function(void* jarg1, int jarg2) vtkFixedPointVolumeRayCastMapper_GetSpecularShadingTable; extern(C) void function(void* jarg1, int jarg2, int jarg3, void* jarg4, void* jarg5, void* jarg6) vtkFixedPointVolumeRayCastMapper_ComputeRayInfo; extern(C) void function(void* jarg1, void* jarg2) vtkFixedPointVolumeRayCastMapper_InitializeRayInfo; extern(C) int function(void* jarg1, void* jarg2) vtkFixedPointVolumeRayCastMapper_ShouldUseNearestNeighborInterpolation; extern(C) void function(void* jarg1, void* jarg2) vtkFixedPointVolumeRayCastMapper_SetRayCastImage; extern(C) void* function(void* jarg1) vtkFixedPointVolumeRayCastMapper_GetRayCastImage; extern(C) int function(void* jarg1, void* jarg2, void* jarg3, int jarg4, void* jarg5, void* jarg6, void* jarg7) vtkFixedPointVolumeRayCastMapper_PerImageInitialization; extern(C) void function(void* jarg1, void* jarg2, void* jarg3) vtkFixedPointVolumeRayCastMapper_PerVolumeInitialization; extern(C) void function(void* jarg1, void* jarg2, void* jarg3, int jarg4) vtkFixedPointVolumeRayCastMapper_PerSubVolumeInitialization; extern(C) void function(void* jarg1) vtkFixedPointVolumeRayCastMapper_RenderSubVolume; extern(C) void function(void* jarg1, void* jarg2, void* jarg3) vtkFixedPointVolumeRayCastMapper_DisplayRenderedImage; extern(C) void function(void* jarg1) vtkFixedPointVolumeRayCastMapper_AbortRender; extern(C) void function(void* jarg1, void* jarg2, void* jarg3, int jarg4, void* jarg5, void* jarg6) vtkFixedPointVolumeRayCastMapper_CreateCanonicalView; extern(C) float function(void* jarg1, void* jarg2, void* jarg3) vtkFixedPointVolumeRayCastMapper_GetEstimatedRenderTime__SWIG_0; extern(C) float function(void* jarg1, void* jarg2) vtkFixedPointVolumeRayCastMapper_GetEstimatedRenderTime__SWIG_1; extern(C) void function(void* jarg1, float jarg2) vtkFixedPointVolumeRayCastMapper_SetFinalColorWindow; extern(C) float function(void* jarg1) vtkFixedPointVolumeRayCastMapper_GetFinalColorWindow; extern(C) void function(void* jarg1, float jarg2) vtkFixedPointVolumeRayCastMapper_SetFinalColorLevel; extern(C) float function(void* jarg1) vtkFixedPointVolumeRayCastMapper_GetFinalColorLevel; extern(C) int function(void* jarg1) vtkFixedPointVolumeRayCastMapper_GetFlipMIPComparison; extern(C) void* function(void* jarg1) FixedPointVolumeRayCastMapper_CastRays; extern(C) void* function(void* jarg1) vtkFPVRCMSwitchOnDataType; extern(C) void* function(void* objectRef) vtkFixedPointVolumeRayCastMapper_Upcast; extern(C) int function(const(char)* jarg1) vtkXMLUnstructuredDataReader_IsTypeOf; extern(C) void* function(void* jarg1) vtkXMLUnstructuredDataReader_SafeDownCast; extern(C) void* function(void* jarg1) vtkXMLUnstructuredDataReader_NewInstance; extern(C) void function(void* jarg1, int jarg2, int jarg3, int jarg4) vtkXMLUnstructuredDataReader_SetupUpdateExtent; extern(C) void* function(void* objectRef) vtkXMLUnstructuredDataReader_Upcast; extern(C) int function(const(char)* jarg1) vtkXMLUnstructuredGridReader_IsTypeOf; extern(C) void* function(void* jarg1) vtkXMLUnstructuredGridReader_SafeDownCast; extern(C) void* function(void* jarg1) vtkXMLUnstructuredGridReader_NewInstance; extern(C) void* function() vtkXMLUnstructuredGridReader_New; extern(C) void* function(void* jarg1) vtkXMLUnstructuredGridReader_GetOutput__SWIG_0; extern(C) void* function(void* jarg1, int jarg2) vtkXMLUnstructuredGridReader_GetOutput__SWIG_1; extern(C) void* function(void* objectRef) vtkXMLUnstructuredGridReader_Upcast; extern(C) void* function() vtkStructuredGridAlgorithm_New; extern(C) int function(const(char)* jarg1) vtkStructuredGridAlgorithm_IsTypeOf; extern(C) void* function(void* jarg1) vtkStructuredGridAlgorithm_SafeDownCast; extern(C) void* function(void* jarg1) vtkStructuredGridAlgorithm_NewInstance; extern(C) void* function(void* jarg1) vtkStructuredGridAlgorithm_GetOutput__SWIG_0; extern(C) void* function(void* jarg1, int jarg2) vtkStructuredGridAlgorithm_GetOutput__SWIG_1; extern(C) void function(void* jarg1, void* jarg2) vtkStructuredGridAlgorithm_SetOutput; extern(C) void* function(void* jarg1) vtkStructuredGridAlgorithm_GetInput__SWIG_0; extern(C) void* function(void* jarg1, int jarg2) vtkStructuredGridAlgorithm_GetInput__SWIG_1; extern(C) void* function(void* jarg1, int jarg2) vtkStructuredGridAlgorithm_GetStructuredGridInput; extern(C) void function(void* jarg1, void* jarg2) vtkStructuredGridAlgorithm_SetInputData__SWIG_0; extern(C) void function(void* jarg1, int jarg2, void* jarg3) vtkStructuredGridAlgorithm_SetInputData__SWIG_1; extern(C) void function(void* jarg1, void* jarg2) vtkStructuredGridAlgorithm_AddInputData__SWIG_0; extern(C) void function(void* jarg1, int jarg2, void* jarg3) vtkStructuredGridAlgorithm_AddInputData__SWIG_1; extern(C) void* function(void* objectRef) vtkStructuredGridAlgorithm_Upcast; extern(C) void* function() vtkTransmitStructuredGridPiece_New; extern(C) int function(const(char)* jarg1) vtkTransmitStructuredGridPiece_IsTypeOf; extern(C) void* function(void* jarg1) vtkTransmitStructuredGridPiece_SafeDownCast; extern(C) void* function(void* jarg1) vtkTransmitStructuredGridPiece_NewInstance; extern(C) void function(void* jarg1, void* jarg2) vtkTransmitStructuredGridPiece_SetController; extern(C) void* function(void* jarg1) vtkTransmitStructuredGridPiece_GetController; extern(C) void function(void* jarg1, int jarg2) vtkTransmitStructuredGridPiece_SetCreateGhostCells; extern(C) int function(void* jarg1) vtkTransmitStructuredGridPiece_GetCreateGhostCells; extern(C) void function(void* jarg1) vtkTransmitStructuredGridPiece_CreateGhostCellsOn; extern(C) void function(void* jarg1) vtkTransmitStructuredGridPiece_CreateGhostCellsOff; extern(C) void* function(void* objectRef) vtkTransmitStructuredGridPiece_Upcast; extern(C) void* function() vtkSplineGraphEdges_New; extern(C) int function(const(char)* jarg1) vtkSplineGraphEdges_IsTypeOf; extern(C) void* function(void* jarg1) vtkSplineGraphEdges_SafeDownCast; extern(C) void* function(void* jarg1) vtkSplineGraphEdges_NewInstance; extern(C) void function(void* jarg1, void* jarg2) vtkSplineGraphEdges_SetSpline; extern(C) void* function(void* jarg1) vtkSplineGraphEdges_GetSpline; extern(C) void function(void* jarg1, int jarg2) vtkSplineGraphEdges_SetSplineType; extern(C) int function(void* jarg1) vtkSplineGraphEdges_GetSplineType; extern(C) void function(void* jarg1, long jarg2) vtkSplineGraphEdges_SetNumberOfSubdivisions; extern(C) long function(void* jarg1) vtkSplineGraphEdges_GetNumberOfSubdivisions; extern(C) void* function(void* objectRef) vtkSplineGraphEdges_Upcast; extern(C) int function(const(char)* jarg1) vtkMultiBlockDataGroupFilter_IsTypeOf; extern(C) void* function(void* jarg1) vtkMultiBlockDataGroupFilter_SafeDownCast; extern(C) void* function(void* jarg1) vtkMultiBlockDataGroupFilter_NewInstance; extern(C) void* function() vtkMultiBlockDataGroupFilter_New; extern(C) void function(void* jarg1, void* jarg2) vtkMultiBlockDataGroupFilter_AddInputData__SWIG_0; extern(C) void function(void* jarg1, int jarg2, void* jarg3) vtkMultiBlockDataGroupFilter_AddInputData__SWIG_1; extern(C) void* function(void* objectRef) vtkMultiBlockDataGroupFilter_Upcast; extern(C) int function(const(char)* jarg1) vtkPLYReader_IsTypeOf; extern(C) void* function(void* jarg1) vtkPLYReader_SafeDownCast; extern(C) void* function(void* jarg1) vtkPLYReader_NewInstance; extern(C) void* function() vtkPLYReader_New; extern(C) void function(void* jarg1, const(char)* jarg2) vtkPLYReader_SetFileName; extern(C) const(char)* function(void* jarg1) vtkPLYReader_GetFileName; extern(C) int function(const(char)* jarg1) vtkPLYReader_CanReadFile; extern(C) void* function(void* objectRef) vtkPLYReader_Upcast; extern(C) void* function() vtkProp3DFollower_New; extern(C) int function(const(char)* jarg1) vtkProp3DFollower_IsTypeOf; extern(C) void* function(void* jarg1) vtkProp3DFollower_SafeDownCast; extern(C) void* function(void* jarg1) vtkProp3DFollower_NewInstance; extern(C) void function(void* jarg1, void* jarg2) vtkProp3DFollower_SetProp3D; extern(C) void* function(void* jarg1) vtkProp3DFollower_GetProp3D; extern(C) void function(void* jarg1, void* jarg2) vtkProp3DFollower_SetCamera; extern(C) void* function(void* jarg1) vtkProp3DFollower_GetCamera; extern(C) int function(void* jarg1, void* jarg2) vtkProp3DFollower_RenderOpaqueGeometry; extern(C) int function(void* jarg1, void* jarg2) vtkProp3DFollower_RenderTranslucentPolygonalGeometry; extern(C) int function(void* jarg1, void* jarg2) vtkProp3DFollower_RenderVolumetricGeometry; extern(C) int function(void* jarg1) vtkProp3DFollower_HasTranslucentPolygonalGeometry; extern(C) void function(void* jarg1, void* jarg2) vtkProp3DFollower_ReleaseGraphicsResources; extern(C) void* function(void* objectRef) vtkProp3DFollower_Upcast; extern(C) int function(const(char)* jarg1) vtkProjectedTetrahedraMapper_IsTypeOf; extern(C) void* function(void* jarg1) vtkProjectedTetrahedraMapper_SafeDownCast; extern(C) void* function(void* jarg1) vtkProjectedTetrahedraMapper_NewInstance; extern(C) void* function() vtkProjectedTetrahedraMapper_New; extern(C) void function(void* jarg1, void* jarg2) vtkProjectedTetrahedraMapper_SetVisibilitySort; extern(C) void* function(void* jarg1) vtkProjectedTetrahedraMapper_GetVisibilitySort; extern(C) void function(void* jarg1, void* jarg2, void* jarg3) vtkProjectedTetrahedraMapper_MapScalarsToColors; extern(C) void function(void* jarg1, void* jarg2, void* jarg3, void* jarg4) vtkProjectedTetrahedraMapper_TransformPoints; extern(C) void* function(void* objectRef) vtkProjectedTetrahedraMapper_Upcast; extern(C) int function(const(char)* jarg1) vtkOpenGLProjectedTetrahedraMapper_IsTypeOf; extern(C) void* function(void* jarg1) vtkOpenGLProjectedTetrahedraMapper_SafeDownCast; extern(C) void* function(void* jarg1) vtkOpenGLProjectedTetrahedraMapper_NewInstance; extern(C) void* function() vtkOpenGLProjectedTetrahedraMapper_New; extern(C) void function(void* jarg1, void* jarg2, void* jarg3) vtkOpenGLProjectedTetrahedraMapper_Render; extern(C) void function(void* jarg1, uint jarg2) vtkOpenGLProjectedTetrahedraMapper_SetUseFloatingPointFrameBuffer; extern(C) uint function(void* jarg1) vtkOpenGLProjectedTetrahedraMapper_GetUseFloatingPointFrameBuffer; extern(C) void function(void* jarg1) vtkOpenGLProjectedTetrahedraMapper_UseFloatingPointFrameBufferOn; extern(C) void function(void* jarg1) vtkOpenGLProjectedTetrahedraMapper_UseFloatingPointFrameBufferOff; extern(C) void* function(void* objectRef) vtkOpenGLProjectedTetrahedraMapper_Upcast; extern(C) void* function() vtkOOGLExporter_New; extern(C) int function(const(char)* jarg1) vtkOOGLExporter_IsTypeOf; extern(C) void* function(void* jarg1) vtkOOGLExporter_SafeDownCast; extern(C) void* function(void* jarg1) vtkOOGLExporter_NewInstance; extern(C) void function(void* jarg1, const(char)* jarg2) vtkOOGLExporter_SetFileName; extern(C) const(char)* function(void* jarg1) vtkOOGLExporter_GetFileName; extern(C) void* function(void* objectRef) vtkOOGLExporter_Upcast; extern(C) void* function() vtkMutableGraphHelper_New; extern(C) int function(const(char)* jarg1) vtkMutableGraphHelper_IsTypeOf; extern(C) void* function(void* jarg1) vtkMutableGraphHelper_SafeDownCast; extern(C) void* function(void* jarg1) vtkMutableGraphHelper_NewInstance; extern(C) void function(void* jarg1, void* jarg2) vtkMutableGraphHelper_SetGraph; extern(C) void* function(void* jarg1) vtkMutableGraphHelper_GetGraph; extern(C) void* function(void* jarg1, long jarg2, long jarg3) vtkMutableGraphHelper_AddGraphEdge; extern(C) long function(void* jarg1) vtkMutableGraphHelper_AddVertex; extern(C) void function(void* jarg1, long jarg2) vtkMutableGraphHelper_RemoveVertex; extern(C) void function(void* jarg1, void* jarg2) vtkMutableGraphHelper_RemoveVertices; extern(C) void function(void* jarg1, long jarg2) vtkMutableGraphHelper_RemoveEdge; extern(C) void function(void* jarg1, void* jarg2) vtkMutableGraphHelper_RemoveEdges; extern(C) void* function(void* objectRef) vtkMutableGraphHelper_Upcast; extern(C) void* function() vtkGeoAdaptiveArcs_New; extern(C) int function(const(char)* jarg1) vtkGeoAdaptiveArcs_IsTypeOf; extern(C) void* function(void* jarg1) vtkGeoAdaptiveArcs_SafeDownCast; extern(C) void* function(void* jarg1) vtkGeoAdaptiveArcs_NewInstance; extern(C) void function(void* jarg1, double jarg2) vtkGeoAdaptiveArcs_SetGlobeRadius; extern(C) double function(void* jarg1) vtkGeoAdaptiveArcs_GetGlobeRadius; extern(C) void function(void* jarg1, double jarg2) vtkGeoAdaptiveArcs_SetMaximumPixelSeparation; extern(C) double function(void* jarg1) vtkGeoAdaptiveArcs_GetMaximumPixelSeparation; extern(C) void function(void* jarg1, double jarg2) vtkGeoAdaptiveArcs_SetMinimumPixelSeparation; extern(C) double function(void* jarg1) vtkGeoAdaptiveArcs_GetMinimumPixelSeparation; extern(C) void function(void* jarg1, void* jarg2) vtkGeoAdaptiveArcs_SetRenderer; extern(C) void* function(void* jarg1) vtkGeoAdaptiveArcs_GetRenderer; extern(C) void* function(void* objectRef) vtkGeoAdaptiveArcs_Upcast; extern(C) void* function() vtkInteractorStyleSwitchBase_New; extern(C) int function(const(char)* jarg1) vtkInteractorStyleSwitchBase_IsTypeOf; extern(C) void* function(void* jarg1) vtkInteractorStyleSwitchBase_SafeDownCast; extern(C) void* function(void* jarg1) vtkInteractorStyleSwitchBase_NewInstance; extern(C) void* function(void* objectRef) vtkInteractorStyleSwitchBase_Upcast; extern(C) int function() VTKIS_JOYSTICK_get; extern(C) int function() VTKIS_TRACKBALL_get; extern(C) int function() VTKIS_CAMERA_get; extern(C) int function() VTKIS_ACTOR_get; extern(C) void* function() vtkInteractorStyleSwitch_New; extern(C) int function(const(char)* jarg1) vtkInteractorStyleSwitch_IsTypeOf; extern(C) void* function(void* jarg1) vtkInteractorStyleSwitch_SafeDownCast; extern(C) void* function(void* jarg1) vtkInteractorStyleSwitch_NewInstance; extern(C) void* function(void* jarg1) vtkInteractorStyleSwitch_GetCurrentStyle; extern(C) void function(void* jarg1) vtkInteractorStyleSwitch_SetCurrentStyleToJoystickActor; extern(C) void function(void* jarg1) vtkInteractorStyleSwitch_SetCurrentStyleToJoystickCamera; extern(C) void function(void* jarg1) vtkInteractorStyleSwitch_SetCurrentStyleToTrackballActor; extern(C) void function(void* jarg1) vtkInteractorStyleSwitch_SetCurrentStyleToTrackballCamera; extern(C) void* function(void* objectRef) vtkInteractorStyleSwitch_Upcast; extern(C) void* function() vtkUniformGridPartitioner_New; extern(C) int function(const(char)* jarg1) vtkUniformGridPartitioner_IsTypeOf; extern(C) void* function(void* jarg1) vtkUniformGridPartitioner_SafeDownCast; extern(C) void* function(void* jarg1) vtkUniformGridPartitioner_NewInstance; extern(C) int function(void* jarg1) vtkUniformGridPartitioner_GetNumberOfPartitions; extern(C) void function(void* jarg1, int jarg2) vtkUniformGridPartitioner_SetNumberOfPartitions; extern(C) int function(void* jarg1) vtkUniformGridPartitioner_GetNumberOfGhostLayers; extern(C) void function(void* jarg1, int jarg2) vtkUniformGridPartitioner_SetNumberOfGhostLayers; extern(C) void* function(void* objectRef) vtkUniformGridPartitioner_Upcast; extern(C) void* function(void* jarg1, void* jarg2, void* jarg3, void* jarg4, void* jarg5, void* jarg6, void* jarg7, void* jarg8, int jarg9, uint jarg10) new_vtkContourHelper; extern(C) void function(void* jarg1) delete_vtkContourHelper; extern(C) void function(void* jarg1, void* jarg2, double jarg3, void* jarg4, long jarg5) vtkContourHelper_Contour; extern(C) void* function() vtkTreeOrbitLayoutStrategy_New; extern(C) int function(const(char)* jarg1) vtkTreeOrbitLayoutStrategy_IsTypeOf; extern(C) void* function(void* jarg1) vtkTreeOrbitLayoutStrategy_SafeDownCast; extern(C) void* function(void* jarg1) vtkTreeOrbitLayoutStrategy_NewInstance; extern(C) void function(void* jarg1, double jarg2) vtkTreeOrbitLayoutStrategy_SetLogSpacingValue; extern(C) double function(void* jarg1) vtkTreeOrbitLayoutStrategy_GetLogSpacingValue; extern(C) void function(void* jarg1, double jarg2) vtkTreeOrbitLayoutStrategy_SetLeafSpacing; extern(C) double function(void* jarg1) vtkTreeOrbitLayoutStrategy_GetLeafSpacingMinValue; extern(C) double function(void* jarg1) vtkTreeOrbitLayoutStrategy_GetLeafSpacingMaxValue; extern(C) double function(void* jarg1) vtkTreeOrbitLayoutStrategy_GetLeafSpacing; extern(C) void function(void* jarg1, double jarg2) vtkTreeOrbitLayoutStrategy_SetChildRadiusFactor; extern(C) double function(void* jarg1) vtkTreeOrbitLayoutStrategy_GetChildRadiusFactor; extern(C) void* function(void* objectRef) vtkTreeOrbitLayoutStrategy_Upcast; extern(C) void* function() vtkTransmitUnstructuredGridPiece_New; extern(C) int function(const(char)* jarg1) vtkTransmitUnstructuredGridPiece_IsTypeOf; extern(C) void* function(void* jarg1) vtkTransmitUnstructuredGridPiece_SafeDownCast; extern(C) void* function(void* jarg1) vtkTransmitUnstructuredGridPiece_NewInstance; extern(C) void function(void* jarg1, void* jarg2) vtkTransmitUnstructuredGridPiece_SetController; extern(C) void* function(void* jarg1) vtkTransmitUnstructuredGridPiece_GetController; extern(C) void function(void* jarg1, int jarg2) vtkTransmitUnstructuredGridPiece_SetCreateGhostCells; extern(C) int function(void* jarg1) vtkTransmitUnstructuredGridPiece_GetCreateGhostCells; extern(C) void function(void* jarg1) vtkTransmitUnstructuredGridPiece_CreateGhostCellsOn; extern(C) void function(void* jarg1) vtkTransmitUnstructuredGridPiece_CreateGhostCellsOff; extern(C) void* function(void* objectRef) vtkTransmitUnstructuredGridPiece_Upcast; extern(C) int function(const(char)* jarg1) vtkPointLoad_IsTypeOf; extern(C) void* function(void* jarg1) vtkPointLoad_SafeDownCast; extern(C) void* function(void* jarg1) vtkPointLoad_NewInstance; extern(C) void* function() vtkPointLoad_New; extern(C) void function(void* jarg1, double jarg2) vtkPointLoad_SetLoadValue; extern(C) double function(void* jarg1) vtkPointLoad_GetLoadValue; extern(C) void function(void* jarg1, int jarg2, int jarg3, int jarg4) vtkPointLoad_SetSampleDimensions__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkPointLoad_SetSampleDimensions__SWIG_1; extern(C) void* function(void* jarg1) vtkPointLoad_GetSampleDimensions__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkPointLoad_GetSampleDimensions__SWIG_1; extern(C) void function(void* jarg1, double jarg2, double jarg3, double jarg4, double jarg5, double jarg6, double jarg7) vtkPointLoad_SetModelBounds__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkPointLoad_SetModelBounds__SWIG_1; extern(C) void* function(void* jarg1) vtkPointLoad_GetModelBounds__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkPointLoad_GetModelBounds__SWIG_1; extern(C) void function(void* jarg1, double jarg2) vtkPointLoad_SetPoissonsRatio; extern(C) double function(void* jarg1) vtkPointLoad_GetPoissonsRatio; extern(C) void function(void* jarg1, int jarg2) vtkPointLoad_SetComputeEffectiveStress; extern(C) int function(void* jarg1) vtkPointLoad_GetComputeEffectiveStress; extern(C) void function(void* jarg1) vtkPointLoad_ComputeEffectiveStressOn; extern(C) void function(void* jarg1) vtkPointLoad_ComputeEffectiveStressOff; extern(C) void* function(void* objectRef) vtkPointLoad_Upcast; extern(C) void* function() vtkTriangleStrip_New; extern(C) int function(const(char)* jarg1) vtkTriangleStrip_IsTypeOf; extern(C) void* function(void* jarg1) vtkTriangleStrip_SafeDownCast; extern(C) void* function(void* jarg1) vtkTriangleStrip_NewInstance; extern(C) void function(int jarg1, void* jarg2, void* jarg3) vtkTriangleStrip_DecomposeStrip; extern(C) void function(void* jarg1, void* jarg2, void* jarg3) vtkTriangleStrip_InterpolateFunctions; extern(C) void function(void* jarg1, void* jarg2, void* jarg3) vtkTriangleStrip_InterpolateDerivs; extern(C) void* function(void* objectRef) vtkTriangleStrip_Upcast; extern(C) void* function() vtkWarpTo_New; extern(C) int function(const(char)* jarg1) vtkWarpTo_IsTypeOf; extern(C) void* function(void* jarg1) vtkWarpTo_SafeDownCast; extern(C) void* function(void* jarg1) vtkWarpTo_NewInstance; extern(C) void function(void* jarg1, double jarg2) vtkWarpTo_SetScaleFactor; extern(C) double function(void* jarg1) vtkWarpTo_GetScaleFactor; extern(C) void* function(void* jarg1) vtkWarpTo_GetPosition__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkWarpTo_GetPosition__SWIG_1; extern(C) void function(void* jarg1, double jarg2, double jarg3, double jarg4) vtkWarpTo_SetPosition__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkWarpTo_SetPosition__SWIG_1; extern(C) void function(void* jarg1, int jarg2) vtkWarpTo_SetAbsolute; extern(C) int function(void* jarg1) vtkWarpTo_GetAbsolute; extern(C) void function(void* jarg1) vtkWarpTo_AbsoluteOn; extern(C) void function(void* jarg1) vtkWarpTo_AbsoluteOff; extern(C) int function(void* jarg1, int jarg2, void* jarg3) vtkWarpTo_FillInputPortInformation; extern(C) void* function(void* objectRef) vtkWarpTo_Upcast; extern(C) void* function() vtkLogoWidget_New; extern(C) int function(const(char)* jarg1) vtkLogoWidget_IsTypeOf; extern(C) void* function(void* jarg1) vtkLogoWidget_SafeDownCast; extern(C) void* function(void* jarg1) vtkLogoWidget_NewInstance; extern(C) void function(void* jarg1, void* jarg2) vtkLogoWidget_SetRepresentation; extern(C) void* function(void* objectRef) vtkLogoWidget_Upcast; extern(C) int function(const(char)* jarg1) vtkXMLPolyDataReader_IsTypeOf; extern(C) void* function(void* jarg1) vtkXMLPolyDataReader_SafeDownCast; extern(C) void* function(void* jarg1) vtkXMLPolyDataReader_NewInstance; extern(C) void* function() vtkXMLPolyDataReader_New; extern(C) void* function(void* jarg1) vtkXMLPolyDataReader_GetOutput__SWIG_0; extern(C) void* function(void* jarg1, int jarg2) vtkXMLPolyDataReader_GetOutput__SWIG_1; extern(C) long function(void* jarg1) vtkXMLPolyDataReader_GetNumberOfVerts; extern(C) long function(void* jarg1) vtkXMLPolyDataReader_GetNumberOfLines; extern(C) long function(void* jarg1) vtkXMLPolyDataReader_GetNumberOfStrips; extern(C) long function(void* jarg1) vtkXMLPolyDataReader_GetNumberOfPolys; extern(C) void* function(void* objectRef) vtkXMLPolyDataReader_Upcast; extern(C) int function(const(char)* jarg1) vtkRTXMLPolyDataReader_IsTypeOf; extern(C) void* function(void* jarg1) vtkRTXMLPolyDataReader_SafeDownCast; extern(C) void* function(void* jarg1) vtkRTXMLPolyDataReader_NewInstance; extern(C) void* function() vtkRTXMLPolyDataReader_New; extern(C) void function(void* jarg1, const(char)* jarg2) vtkRTXMLPolyDataReader_SetLocation; extern(C) const(char)* function(void* jarg1) vtkRTXMLPolyDataReader_GetDataLocation; extern(C) void function(void* jarg1) vtkRTXMLPolyDataReader_UpdateToNextFile; extern(C) int function(void* jarg1) vtkRTXMLPolyDataReader_NewDataAvailable; extern(C) void function(void* jarg1) vtkRTXMLPolyDataReader_ResetReader; extern(C) const(char)* function(void* jarg1) vtkRTXMLPolyDataReader_GetNextFileName; extern(C) void* function(void* objectRef) vtkRTXMLPolyDataReader_Upcast; extern(C) void* function() vtkStructuredPointsReader_New; extern(C) int function(const(char)* jarg1) vtkStructuredPointsReader_IsTypeOf; extern(C) void* function(void* jarg1) vtkStructuredPointsReader_SafeDownCast; extern(C) void* function(void* jarg1) vtkStructuredPointsReader_NewInstance; extern(C) void function(void* jarg1, void* jarg2) vtkStructuredPointsReader_SetOutput; extern(C) void* function(void* jarg1, int jarg2) vtkStructuredPointsReader_GetOutput__SWIG_0; extern(C) void* function(void* jarg1) vtkStructuredPointsReader_GetOutput__SWIG_1; extern(C) void* function(void* objectRef) vtkStructuredPointsReader_Upcast; extern(C) void* function() vtkDataSetCollection_New; extern(C) int function(const(char)* jarg1) vtkDataSetCollection_IsTypeOf; extern(C) void* function(void* jarg1) vtkDataSetCollection_SafeDownCast; extern(C) void* function(void* jarg1) vtkDataSetCollection_NewInstance; extern(C) void function(void* jarg1, void* jarg2) vtkDataSetCollection_AddItem; extern(C) void* function(void* jarg1) vtkDataSetCollection_GetNextItem; extern(C) void* function(void* jarg1) vtkDataSetCollection_GetNextDataSet; extern(C) void* function(void* jarg1, int jarg2) vtkDataSetCollection_GetItem; extern(C) void* function(void* jarg1, int jarg2) vtkDataSetCollection_GetDataSet; extern(C) void* function(void* objectRef) vtkDataSetCollection_Upcast; extern(C) void* function() vtkImageQuantizeRGBToIndex_New; extern(C) int function(const(char)* jarg1) vtkImageQuantizeRGBToIndex_IsTypeOf; extern(C) void* function(void* jarg1) vtkImageQuantizeRGBToIndex_SafeDownCast; extern(C) void* function(void* jarg1) vtkImageQuantizeRGBToIndex_NewInstance; extern(C) void function(void* jarg1, int jarg2) vtkImageQuantizeRGBToIndex_SetNumberOfColors; extern(C) int function(void* jarg1) vtkImageQuantizeRGBToIndex_GetNumberOfColorsMinValue; extern(C) int function(void* jarg1) vtkImageQuantizeRGBToIndex_GetNumberOfColorsMaxValue; extern(C) int function(void* jarg1) vtkImageQuantizeRGBToIndex_GetNumberOfColors; extern(C) void* function(void* jarg1) vtkImageQuantizeRGBToIndex_GetLookupTable; extern(C) double function(void* jarg1) vtkImageQuantizeRGBToIndex_GetInitializeExecuteTime; extern(C) double function(void* jarg1) vtkImageQuantizeRGBToIndex_GetBuildTreeExecuteTime; extern(C) double function(void* jarg1) vtkImageQuantizeRGBToIndex_GetLookupIndexExecuteTime; extern(C) void* function(void* objectRef) vtkImageQuantizeRGBToIndex_Upcast; extern(C) void* function() vtkApplyColors_New; extern(C) int function(const(char)* jarg1) vtkApplyColors_IsTypeOf; extern(C) void* function(void* jarg1) vtkApplyColors_SafeDownCast; extern(C) void* function(void* jarg1) vtkApplyColors_NewInstance; extern(C) void function(void* jarg1, void* jarg2) vtkApplyColors_SetPointLookupTable; extern(C) void* function(void* jarg1) vtkApplyColors_GetPointLookupTable; extern(C) void function(void* jarg1, uint jarg2) vtkApplyColors_SetUsePointLookupTable; extern(C) uint function(void* jarg1) vtkApplyColors_GetUsePointLookupTable; extern(C) void function(void* jarg1) vtkApplyColors_UsePointLookupTableOn; extern(C) void function(void* jarg1) vtkApplyColors_UsePointLookupTableOff; extern(C) void function(void* jarg1, uint jarg2) vtkApplyColors_SetScalePointLookupTable; extern(C) uint function(void* jarg1) vtkApplyColors_GetScalePointLookupTable; extern(C) void function(void* jarg1) vtkApplyColors_ScalePointLookupTableOn; extern(C) void function(void* jarg1) vtkApplyColors_ScalePointLookupTableOff; extern(C) void function(void* jarg1, double jarg2, double jarg3, double jarg4) vtkApplyColors_SetDefaultPointColor__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkApplyColors_SetDefaultPointColor__SWIG_1; extern(C) void* function(void* jarg1) vtkApplyColors_GetDefaultPointColor__SWIG_0; extern(C) void function(void* jarg1, void* jarg2, void* jarg3, void* jarg4) vtkApplyColors_GetDefaultPointColor__SWIG_1; extern(C) void function(void* jarg1, void* jarg2) vtkApplyColors_GetDefaultPointColor__SWIG_2; extern(C) void function(void* jarg1, double jarg2) vtkApplyColors_SetDefaultPointOpacity; extern(C) double function(void* jarg1) vtkApplyColors_GetDefaultPointOpacity; extern(C) void function(void* jarg1, double jarg2, double jarg3, double jarg4) vtkApplyColors_SetSelectedPointColor__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkApplyColors_SetSelectedPointColor__SWIG_1; extern(C) void* function(void* jarg1) vtkApplyColors_GetSelectedPointColor__SWIG_0; extern(C) void function(void* jarg1, void* jarg2, void* jarg3, void* jarg4) vtkApplyColors_GetSelectedPointColor__SWIG_1; extern(C) void function(void* jarg1, void* jarg2) vtkApplyColors_GetSelectedPointColor__SWIG_2; extern(C) void function(void* jarg1, double jarg2) vtkApplyColors_SetSelectedPointOpacity; extern(C) double function(void* jarg1) vtkApplyColors_GetSelectedPointOpacity; extern(C) void function(void* jarg1, const(char)* jarg2) vtkApplyColors_SetPointColorOutputArrayName; extern(C) const(char)* function(void* jarg1) vtkApplyColors_GetPointColorOutputArrayName; extern(C) void function(void* jarg1, void* jarg2) vtkApplyColors_SetCellLookupTable; extern(C) void* function(void* jarg1) vtkApplyColors_GetCellLookupTable; extern(C) void function(void* jarg1, uint jarg2) vtkApplyColors_SetUseCellLookupTable; extern(C) uint function(void* jarg1) vtkApplyColors_GetUseCellLookupTable; extern(C) void function(void* jarg1) vtkApplyColors_UseCellLookupTableOn; extern(C) void function(void* jarg1) vtkApplyColors_UseCellLookupTableOff; extern(C) void function(void* jarg1, uint jarg2) vtkApplyColors_SetScaleCellLookupTable; extern(C) uint function(void* jarg1) vtkApplyColors_GetScaleCellLookupTable; extern(C) void function(void* jarg1) vtkApplyColors_ScaleCellLookupTableOn; extern(C) void function(void* jarg1) vtkApplyColors_ScaleCellLookupTableOff; extern(C) void function(void* jarg1, double jarg2, double jarg3, double jarg4) vtkApplyColors_SetDefaultCellColor__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkApplyColors_SetDefaultCellColor__SWIG_1; extern(C) void* function(void* jarg1) vtkApplyColors_GetDefaultCellColor__SWIG_0; extern(C) void function(void* jarg1, void* jarg2, void* jarg3, void* jarg4) vtkApplyColors_GetDefaultCellColor__SWIG_1; extern(C) void function(void* jarg1, void* jarg2) vtkApplyColors_GetDefaultCellColor__SWIG_2; extern(C) void function(void* jarg1, double jarg2) vtkApplyColors_SetDefaultCellOpacity; extern(C) double function(void* jarg1) vtkApplyColors_GetDefaultCellOpacity; extern(C) void function(void* jarg1, double jarg2, double jarg3, double jarg4) vtkApplyColors_SetSelectedCellColor__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkApplyColors_SetSelectedCellColor__SWIG_1; extern(C) void* function(void* jarg1) vtkApplyColors_GetSelectedCellColor__SWIG_0; extern(C) void function(void* jarg1, void* jarg2, void* jarg3, void* jarg4) vtkApplyColors_GetSelectedCellColor__SWIG_1; extern(C) void function(void* jarg1, void* jarg2) vtkApplyColors_GetSelectedCellColor__SWIG_2; extern(C) void function(void* jarg1, double jarg2) vtkApplyColors_SetSelectedCellOpacity; extern(C) double function(void* jarg1) vtkApplyColors_GetSelectedCellOpacity; extern(C) void function(void* jarg1, const(char)* jarg2) vtkApplyColors_SetCellColorOutputArrayName; extern(C) const(char)* function(void* jarg1) vtkApplyColors_GetCellColorOutputArrayName; extern(C) void function(void* jarg1, uint jarg2) vtkApplyColors_SetUseCurrentAnnotationColor; extern(C) uint function(void* jarg1) vtkApplyColors_GetUseCurrentAnnotationColor; extern(C) void function(void* jarg1) vtkApplyColors_UseCurrentAnnotationColorOn; extern(C) void function(void* jarg1) vtkApplyColors_UseCurrentAnnotationColorOff; extern(C) void* function(void* objectRef) vtkApplyColors_Upcast; extern(C) void* function() vtkLightingPainter_New; extern(C) int function(const(char)* jarg1) vtkLightingPainter_IsTypeOf; extern(C) void* function(void* jarg1) vtkLightingPainter_SafeDownCast; extern(C) void* function(void* jarg1) vtkLightingPainter_NewInstance; extern(C) void* function(void* objectRef) vtkLightingPainter_Upcast; extern(C) void* function() vtkCenterOfMass_New; extern(C) int function(const(char)* jarg1) vtkCenterOfMass_IsTypeOf; extern(C) void* function(void* jarg1) vtkCenterOfMass_SafeDownCast; extern(C) void* function(void* jarg1) vtkCenterOfMass_NewInstance; extern(C) void function(void* jarg1, double jarg2, double jarg3, double jarg4) vtkCenterOfMass_SetCenter__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkCenterOfMass_SetCenter__SWIG_1; extern(C) void* function(void* jarg1) vtkCenterOfMass_GetCenter__SWIG_0; extern(C) void function(void* jarg1, void* jarg2, void* jarg3, void* jarg4) vtkCenterOfMass_GetCenter__SWIG_1; extern(C) void function(void* jarg1, void* jarg2) vtkCenterOfMass_GetCenter__SWIG_2; extern(C) void function(void* jarg1, uint jarg2) vtkCenterOfMass_SetUseScalarsAsWeights; extern(C) uint function(void* jarg1) vtkCenterOfMass_GetUseScalarsAsWeights; extern(C) void function(void* jarg1, void* jarg2, void* jarg3) vtkCenterOfMass_ComputeCenterOfMass; extern(C) void function(void* jarg1) delete_vtkCenterOfMass; extern(C) void* function(void* objectRef) vtkCenterOfMass_Upcast; extern(C) void* function() vtkImageWrapPad_New; extern(C) int function(const(char)* jarg1) vtkImageWrapPad_IsTypeOf; extern(C) void* function(void* jarg1) vtkImageWrapPad_SafeDownCast; extern(C) void* function(void* jarg1) vtkImageWrapPad_NewInstance; extern(C) void* function(void* objectRef) vtkImageWrapPad_Upcast; extern(C) int function(const(char)* jarg1) vtkImageMapper_IsTypeOf; extern(C) void* function(void* jarg1) vtkImageMapper_SafeDownCast; extern(C) void* function(void* jarg1) vtkImageMapper_NewInstance; extern(C) void* function() vtkImageMapper_New; extern(C) void function(void* jarg1, double jarg2) vtkImageMapper_SetColorWindow; extern(C) double function(void* jarg1) vtkImageMapper_GetColorWindow; extern(C) void function(void* jarg1, double jarg2) vtkImageMapper_SetColorLevel; extern(C) double function(void* jarg1) vtkImageMapper_GetColorLevel; extern(C) void function(void* jarg1, int jarg2) vtkImageMapper_SetZSlice; extern(C) int function(void* jarg1) vtkImageMapper_GetZSlice; extern(C) int function(void* jarg1) vtkImageMapper_GetWholeZMin; extern(C) int function(void* jarg1) vtkImageMapper_GetWholeZMax; extern(C) void function(void* jarg1, void* jarg2, void* jarg3) vtkImageMapper_RenderStart; extern(C) void function(void* jarg1, void* jarg2, void* jarg3, void* jarg4) vtkImageMapper_RenderData; extern(C) double function(void* jarg1) vtkImageMapper_GetColorShift; extern(C) double function(void* jarg1) vtkImageMapper_GetColorScale; extern(C) void function(void* jarg1, void* jarg2) vtkImageMapper_DisplayExtent_set; extern(C) void* function(void* jarg1) vtkImageMapper_DisplayExtent_get; extern(C) void function(void* jarg1, void* jarg2) vtkImageMapper_SetInputData; extern(C) void* function(void* jarg1) vtkImageMapper_GetInput; extern(C) void function(void* jarg1, int jarg2) vtkImageMapper_SetRenderToRectangle; extern(C) int function(void* jarg1) vtkImageMapper_GetRenderToRectangle; extern(C) void function(void* jarg1) vtkImageMapper_RenderToRectangleOn; extern(C) void function(void* jarg1) vtkImageMapper_RenderToRectangleOff; extern(C) void function(void* jarg1, int jarg2) vtkImageMapper_SetUseCustomExtents; extern(C) int function(void* jarg1) vtkImageMapper_GetUseCustomExtents; extern(C) void function(void* jarg1) vtkImageMapper_UseCustomExtentsOn; extern(C) void function(void* jarg1) vtkImageMapper_UseCustomExtentsOff; extern(C) void function(void* jarg1, void* jarg2) vtkImageMapper_SetCustomDisplayExtents; extern(C) void* function(void* jarg1) vtkImageMapper_GetCustomDisplayExtents__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkImageMapper_GetCustomDisplayExtents__SWIG_1; extern(C) void* function(void* objectRef) vtkImageMapper_Upcast; extern(C) void* function() new_vtkContextKeyEvent; extern(C) void function(void* jarg1) delete_vtkContextKeyEvent; extern(C) void function(void* jarg1, void* jarg2) vtkContextKeyEvent_SetInteractor; extern(C) void* function(void* jarg1) vtkContextKeyEvent_GetInteractor; extern(C) void function(void* jarg1, void* jarg2) vtkContextKeyEvent_SetPosition; extern(C) void* function(void* jarg1) vtkContextKeyEvent_GetPosition; extern(C) char function(void* jarg1) vtkContextKeyEvent_GetKeyCode; extern(C) void* function() vtkISIReader_New; extern(C) int function(const(char)* jarg1) vtkISIReader_IsTypeOf; extern(C) void* function(void* jarg1) vtkISIReader_SafeDownCast; extern(C) void* function(void* jarg1) vtkISIReader_NewInstance; extern(C) const(char)* function(void* jarg1) vtkISIReader_GetFileName; extern(C) void function(void* jarg1, const(char)* jarg2) vtkISIReader_SetFileName; extern(C) const(char)* function(void* jarg1) vtkISIReader_GetDelimiter; extern(C) void function(void* jarg1, const(char)* jarg2) vtkISIReader_SetDelimiter; extern(C) int function(void* jarg1) vtkISIReader_GetMaxRecords; extern(C) void function(void* jarg1, int jarg2) vtkISIReader_SetMaxRecords; extern(C) void* function(void* objectRef) vtkISIReader_Upcast; extern(C) void* function() vtkIVExporter_New; extern(C) int function(const(char)* jarg1) vtkIVExporter_IsTypeOf; extern(C) void* function(void* jarg1) vtkIVExporter_SafeDownCast; extern(C) void* function(void* jarg1) vtkIVExporter_NewInstance; extern(C) void function(void* jarg1, const(char)* jarg2) vtkIVExporter_SetFileName; extern(C) const(char)* function(void* jarg1) vtkIVExporter_GetFileName; extern(C) void* function(void* objectRef) vtkIVExporter_Upcast; extern(C) void* function() vtkSQLDatabaseTableSource_New; extern(C) int function(const(char)* jarg1) vtkSQLDatabaseTableSource_IsTypeOf; extern(C) void* function(void* jarg1) vtkSQLDatabaseTableSource_SafeDownCast; extern(C) void* function(void* jarg1) vtkSQLDatabaseTableSource_NewInstance; extern(C) void* function(void* jarg1) vtkSQLDatabaseTableSource_GetURL; extern(C) void function(void* jarg1, void* jarg2) vtkSQLDatabaseTableSource_SetURL; extern(C) void function(void* jarg1, void* jarg2) vtkSQLDatabaseTableSource_SetPassword; extern(C) void* function(void* jarg1) vtkSQLDatabaseTableSource_GetQuery; extern(C) void function(void* jarg1, void* jarg2) vtkSQLDatabaseTableSource_SetQuery; extern(C) void function(void* jarg1, const(char)* jarg2) vtkSQLDatabaseTableSource_SetPedigreeIdArrayName; extern(C) const(char)* function(void* jarg1) vtkSQLDatabaseTableSource_GetPedigreeIdArrayName; extern(C) void function(void* jarg1, uint jarg2) vtkSQLDatabaseTableSource_SetGeneratePedigreeIds; extern(C) uint function(void* jarg1) vtkSQLDatabaseTableSource_GetGeneratePedigreeIds; extern(C) void function(void* jarg1) vtkSQLDatabaseTableSource_GeneratePedigreeIdsOn; extern(C) void function(void* jarg1) vtkSQLDatabaseTableSource_GeneratePedigreeIdsOff; extern(C) void* function(void* objectRef) vtkSQLDatabaseTableSource_Upcast; extern(C) void* function() vtkTreeDFSIterator_New; extern(C) int function(const(char)* jarg1) vtkTreeDFSIterator_IsTypeOf; extern(C) void* function(void* jarg1) vtkTreeDFSIterator_SafeDownCast; extern(C) void* function(void* jarg1) vtkTreeDFSIterator_NewInstance; extern(C) void function(void* jarg1, int jarg2) vtkTreeDFSIterator_SetMode; extern(C) int function(void* jarg1) vtkTreeDFSIterator_GetMode; extern(C) void* function(void* objectRef) vtkTreeDFSIterator_Upcast; extern(C) int function(const(char)* jarg1) vtkInformationIntegerPointerKey_IsTypeOf; extern(C) void* function(void* jarg1) vtkInformationIntegerPointerKey_SafeDownCast; extern(C) void* function(void* jarg1) vtkInformationIntegerPointerKey_NewInstance; extern(C) void* function(const(char)* jarg1, const(char)* jarg2, int jarg3) new_vtkInformationIntegerPointerKey__SWIG_0; extern(C) void* function(const(char)* jarg1, const(char)* jarg2) new_vtkInformationIntegerPointerKey__SWIG_1; extern(C) void function(void* jarg1) delete_vtkInformationIntegerPointerKey; extern(C) void function(void* jarg1, void* jarg2, void* jarg3, int jarg4) vtkInformationIntegerPointerKey_Set; extern(C) void* function(void* jarg1, void* jarg2) vtkInformationIntegerPointerKey_Get__SWIG_0; extern(C) void function(void* jarg1, void* jarg2, void* jarg3) vtkInformationIntegerPointerKey_Get__SWIG_1; extern(C) int function(void* jarg1, void* jarg2) vtkInformationIntegerPointerKey_Length; extern(C) void* function(void* objectRef) vtkInformationIntegerPointerKey_Upcast; extern(C) int function(const(char)* jarg1) vtkEllipticalButtonSource_IsTypeOf; extern(C) void* function(void* jarg1) vtkEllipticalButtonSource_SafeDownCast; extern(C) void* function(void* jarg1) vtkEllipticalButtonSource_NewInstance; extern(C) void* function() vtkEllipticalButtonSource_New; extern(C) void function(void* jarg1, double jarg2) vtkEllipticalButtonSource_SetWidth; extern(C) double function(void* jarg1) vtkEllipticalButtonSource_GetWidthMinValue; extern(C) double function(void* jarg1) vtkEllipticalButtonSource_GetWidthMaxValue; extern(C) double function(void* jarg1) vtkEllipticalButtonSource_GetWidth; extern(C) void function(void* jarg1, double jarg2) vtkEllipticalButtonSource_SetHeight; extern(C) double function(void* jarg1) vtkEllipticalButtonSource_GetHeightMinValue; extern(C) double function(void* jarg1) vtkEllipticalButtonSource_GetHeightMaxValue; extern(C) double function(void* jarg1) vtkEllipticalButtonSource_GetHeight; extern(C) void function(void* jarg1, double jarg2) vtkEllipticalButtonSource_SetDepth; extern(C) double function(void* jarg1) vtkEllipticalButtonSource_GetDepthMinValue; extern(C) double function(void* jarg1) vtkEllipticalButtonSource_GetDepthMaxValue; extern(C) double function(void* jarg1) vtkEllipticalButtonSource_GetDepth; extern(C) void function(void* jarg1, int jarg2) vtkEllipticalButtonSource_SetCircumferentialResolution; extern(C) int function(void* jarg1) vtkEllipticalButtonSource_GetCircumferentialResolutionMinValue; extern(C) int function(void* jarg1) vtkEllipticalButtonSource_GetCircumferentialResolutionMaxValue; extern(C) int function(void* jarg1) vtkEllipticalButtonSource_GetCircumferentialResolution; extern(C) void function(void* jarg1, int jarg2) vtkEllipticalButtonSource_SetTextureResolution; extern(C) int function(void* jarg1) vtkEllipticalButtonSource_GetTextureResolutionMinValue; extern(C) int function(void* jarg1) vtkEllipticalButtonSource_GetTextureResolutionMaxValue; extern(C) int function(void* jarg1) vtkEllipticalButtonSource_GetTextureResolution; extern(C) void function(void* jarg1, int jarg2) vtkEllipticalButtonSource_SetShoulderResolution; extern(C) int function(void* jarg1) vtkEllipticalButtonSource_GetShoulderResolutionMinValue; extern(C) int function(void* jarg1) vtkEllipticalButtonSource_GetShoulderResolutionMaxValue; extern(C) int function(void* jarg1) vtkEllipticalButtonSource_GetShoulderResolution; extern(C) void function(void* jarg1, double jarg2) vtkEllipticalButtonSource_SetRadialRatio; extern(C) double function(void* jarg1) vtkEllipticalButtonSource_GetRadialRatioMinValue; extern(C) double function(void* jarg1) vtkEllipticalButtonSource_GetRadialRatioMaxValue; extern(C) double function(void* jarg1) vtkEllipticalButtonSource_GetRadialRatio; extern(C) void* function(void* objectRef) vtkEllipticalButtonSource_Upcast; extern(C) void* function() vtkImageImport_New; extern(C) int function(const(char)* jarg1) vtkImageImport_IsTypeOf; extern(C) void* function(void* jarg1) vtkImageImport_SafeDownCast; extern(C) void* function(void* jarg1) vtkImageImport_NewInstance; extern(C) void function(void* jarg1, void* jarg2, long jarg3) vtkImageImport_CopyImportVoidPointer; extern(C) void function(void* jarg1, void* jarg2) vtkImageImport_SetImportVoidPointer__SWIG_0; extern(C) void* function(void* jarg1) vtkImageImport_GetImportVoidPointer; extern(C) void function(void* jarg1, void* jarg2, int jarg3) vtkImageImport_SetImportVoidPointer__SWIG_1; extern(C) void function(void* jarg1, int jarg2) vtkImageImport_SetDataScalarType; extern(C) void function(void* jarg1) vtkImageImport_SetDataScalarTypeToDouble; extern(C) void function(void* jarg1) vtkImageImport_SetDataScalarTypeToFloat; extern(C) void function(void* jarg1) vtkImageImport_SetDataScalarTypeToInt; extern(C) void function(void* jarg1) vtkImageImport_SetDataScalarTypeToShort; extern(C) void function(void* jarg1) vtkImageImport_SetDataScalarTypeToUnsignedShort; extern(C) void function(void* jarg1) vtkImageImport_SetDataScalarTypeToUnsignedChar; extern(C) int function(void* jarg1) vtkImageImport_GetDataScalarType; extern(C) const(char)* function(void* jarg1) vtkImageImport_GetDataScalarTypeAsString; extern(C) void function(void* jarg1, int jarg2) vtkImageImport_SetNumberOfScalarComponents; extern(C) int function(void* jarg1) vtkImageImport_GetNumberOfScalarComponents; extern(C) void function(void* jarg1, int jarg2, int jarg3, int jarg4, int jarg5, int jarg6, int jarg7) vtkImageImport_SetDataExtent__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkImageImport_SetDataExtent__SWIG_1; extern(C) void* function(void* jarg1) vtkImageImport_GetDataExtent__SWIG_0; extern(C) void function(void* jarg1, void* jarg2, void* jarg3, void* jarg4, void* jarg5, void* jarg6, void* jarg7) vtkImageImport_GetDataExtent__SWIG_1; extern(C) void function(void* jarg1, void* jarg2) vtkImageImport_GetDataExtent__SWIG_2; extern(C) void function(void* jarg1) vtkImageImport_SetDataExtentToWholeExtent; extern(C) void function(void* jarg1, double jarg2, double jarg3, double jarg4) vtkImageImport_SetDataSpacing__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkImageImport_SetDataSpacing__SWIG_1; extern(C) void* function(void* jarg1) vtkImageImport_GetDataSpacing__SWIG_0; extern(C) void function(void* jarg1, void* jarg2, void* jarg3, void* jarg4) vtkImageImport_GetDataSpacing__SWIG_1; extern(C) void function(void* jarg1, void* jarg2) vtkImageImport_GetDataSpacing__SWIG_2; extern(C) void function(void* jarg1, double jarg2, double jarg3, double jarg4) vtkImageImport_SetDataOrigin__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkImageImport_SetDataOrigin__SWIG_1; extern(C) void* function(void* jarg1) vtkImageImport_GetDataOrigin__SWIG_0; extern(C) void function(void* jarg1, void* jarg2, void* jarg3, void* jarg4) vtkImageImport_GetDataOrigin__SWIG_1; extern(C) void function(void* jarg1, void* jarg2) vtkImageImport_GetDataOrigin__SWIG_2; extern(C) void function(void* jarg1, int jarg2, int jarg3, int jarg4, int jarg5, int jarg6, int jarg7) vtkImageImport_SetWholeExtent__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkImageImport_SetWholeExtent__SWIG_1; extern(C) void* function(void* jarg1) vtkImageImport_GetWholeExtent__SWIG_0; extern(C) void function(void* jarg1, void* jarg2, void* jarg3, void* jarg4, void* jarg5, void* jarg6, void* jarg7) vtkImageImport_GetWholeExtent__SWIG_1; extern(C) void function(void* jarg1, void* jarg2) vtkImageImport_GetWholeExtent__SWIG_2; extern(C) int function(void* jarg1, void* jarg2, void* jarg3, void* jarg4) vtkImageImport_RequestUpdateExtent; extern(C) void function(void* jarg1, const(char)* jarg2) vtkImageImport_SetScalarArrayName; extern(C) const(char)* function(void* jarg1) vtkImageImport_GetScalarArrayName; extern(C) int function(void* jarg1) vtkImageImport_InvokePipelineModifiedCallbacks; extern(C) void function(void* jarg1) vtkImageImport_InvokeUpdateInformationCallbacks; extern(C) void function(void* jarg1) vtkImageImport_InvokeExecuteInformationCallbacks; extern(C) void function(void* jarg1) vtkImageImport_InvokeExecuteDataCallbacks; extern(C) void function(void* jarg1) vtkImageImport_LegacyCheckWholeExtent; extern(C) void* function(void* objectRef) vtkImageImport_Upcast; extern(C) void* function() vtkImageOpenClose3D_New; extern(C) int function(const(char)* jarg1) vtkImageOpenClose3D_IsTypeOf; extern(C) void* function(void* jarg1) vtkImageOpenClose3D_SafeDownCast; extern(C) void* function(void* jarg1) vtkImageOpenClose3D_NewInstance; extern(C) void function(void* jarg1, int jarg2, int jarg3, int jarg4) vtkImageOpenClose3D_SetKernelSize; extern(C) void function(void* jarg1, double jarg2) vtkImageOpenClose3D_SetOpenValue; extern(C) double function(void* jarg1) vtkImageOpenClose3D_GetOpenValue; extern(C) void function(void* jarg1, double jarg2) vtkImageOpenClose3D_SetCloseValue; extern(C) double function(void* jarg1) vtkImageOpenClose3D_GetCloseValue; extern(C) void* function(void* jarg1) vtkImageOpenClose3D_GetFilter0; extern(C) void* function(void* jarg1) vtkImageOpenClose3D_GetFilter1; extern(C) void* function(void* objectRef) vtkImageOpenClose3D_Upcast; extern(C) void* function() vtkExtractDataSets_New; extern(C) int function(const(char)* jarg1) vtkExtractDataSets_IsTypeOf; extern(C) void* function(void* jarg1) vtkExtractDataSets_SafeDownCast; extern(C) void* function(void* jarg1) vtkExtractDataSets_NewInstance; extern(C) void function(void* jarg1, uint jarg2, uint jarg3) vtkExtractDataSets_AddDataSet; extern(C) void function(void* jarg1) vtkExtractDataSets_ClearDataSetList; extern(C) void* function() new_vtkExtractDataSets; extern(C) void function(void* jarg1) delete_vtkExtractDataSets; extern(C) void* function(void* objectRef) vtkExtractDataSets_Upcast; extern(C) int function(const(char)* jarg1) vtkHierarchicalDataExtractDataSets_IsTypeOf; extern(C) void* function(void* jarg1) vtkHierarchicalDataExtractDataSets_SafeDownCast; extern(C) void* function(void* jarg1) vtkHierarchicalDataExtractDataSets_NewInstance; extern(C) void* function() vtkHierarchicalDataExtractDataSets_New; extern(C) void* function(void* objectRef) vtkHierarchicalDataExtractDataSets_Upcast; extern(C) int function(const(char)* jarg1) vtkInformationIntegerVectorKey_IsTypeOf; extern(C) void* function(void* jarg1) vtkInformationIntegerVectorKey_SafeDownCast; extern(C) void* function(void* jarg1) vtkInformationIntegerVectorKey_NewInstance; extern(C) void* function(const(char)* jarg1, const(char)* jarg2, int jarg3) new_vtkInformationIntegerVectorKey__SWIG_0; extern(C) void* function(const(char)* jarg1, const(char)* jarg2) new_vtkInformationIntegerVectorKey__SWIG_1; extern(C) void function(void* jarg1) delete_vtkInformationIntegerVectorKey; extern(C) void function(void* jarg1, void* jarg2, int jarg3) vtkInformationIntegerVectorKey_Append; extern(C) void function(void* jarg1, void* jarg2, void* jarg3, int jarg4) vtkInformationIntegerVectorKey_Set__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkInformationIntegerVectorKey_Set__SWIG_1; extern(C) void* function(void* jarg1, void* jarg2) vtkInformationIntegerVectorKey_Get__SWIG_0; extern(C) int function(void* jarg1, void* jarg2, int jarg3) vtkInformationIntegerVectorKey_Get__SWIG_1; extern(C) void function(void* jarg1, void* jarg2, void* jarg3) vtkInformationIntegerVectorKey_Get__SWIG_2; extern(C) int function(void* jarg1, void* jarg2) vtkInformationIntegerVectorKey_Length; extern(C) void* function(void* objectRef) vtkInformationIntegerVectorKey_Upcast; extern(C) int function(const(char)* jarg1) vtkVolumeTextureMapper_IsTypeOf; extern(C) void* function(void* jarg1) vtkVolumeTextureMapper_SafeDownCast; extern(C) void* function(void* jarg1) vtkVolumeTextureMapper_NewInstance; extern(C) void function(void* jarg1) vtkVolumeTextureMapper_Update__SWIG_0; extern(C) void function(void* jarg1, int jarg2) vtkVolumeTextureMapper_Update__SWIG_1; extern(C) void function(void* jarg1, void* jarg2) vtkVolumeTextureMapper_SetGradientEstimator; extern(C) void* function(void* jarg1) vtkVolumeTextureMapper_GetGradientEstimator; extern(C) void* function(void* jarg1) vtkVolumeTextureMapper_GetGradientShader; extern(C) void* function(void* objectRef) vtkVolumeTextureMapper_Upcast; extern(C) void* function() vtkSmoothErrorMetric_New; extern(C) int function(const(char)* jarg1) vtkSmoothErrorMetric_IsTypeOf; extern(C) void* function(void* jarg1) vtkSmoothErrorMetric_SafeDownCast; extern(C) void* function(void* jarg1) vtkSmoothErrorMetric_NewInstance; extern(C) double function(void* jarg1) vtkSmoothErrorMetric_GetAngleTolerance; extern(C) void function(void* jarg1, double jarg2) vtkSmoothErrorMetric_SetAngleTolerance; extern(C) void* function(void* objectRef) vtkSmoothErrorMetric_Upcast; extern(C) void* function() vtkDepthPeelingPass_New; extern(C) int function(const(char)* jarg1) vtkDepthPeelingPass_IsTypeOf; extern(C) void* function(void* jarg1) vtkDepthPeelingPass_SafeDownCast; extern(C) void* function(void* jarg1) vtkDepthPeelingPass_NewInstance; extern(C) void* function(void* jarg1) vtkDepthPeelingPass_GetTranslucentPass; extern(C) void function(void* jarg1, void* jarg2) vtkDepthPeelingPass_SetTranslucentPass; extern(C) void function(void* jarg1, double jarg2) vtkDepthPeelingPass_SetOcclusionRatio; extern(C) double function(void* jarg1) vtkDepthPeelingPass_GetOcclusionRatioMinValue; extern(C) double function(void* jarg1) vtkDepthPeelingPass_GetOcclusionRatioMaxValue; extern(C) double function(void* jarg1) vtkDepthPeelingPass_GetOcclusionRatio; extern(C) void function(void* jarg1, int jarg2) vtkDepthPeelingPass_SetMaximumNumberOfPeels; extern(C) int function(void* jarg1) vtkDepthPeelingPass_GetMaximumNumberOfPeels; extern(C) uint function(void* jarg1) vtkDepthPeelingPass_GetLastRenderingUsedDepthPeeling; extern(C) void* function(void* objectRef) vtkDepthPeelingPass_Upcast; extern(C) void* function() vtkUnsignedIntArray_New; extern(C) int function(const(char)* jarg1) vtkUnsignedIntArray_IsTypeOf; extern(C) void* function(void* jarg1) vtkUnsignedIntArray_SafeDownCast; extern(C) void* function(void* jarg1) vtkUnsignedIntArray_NewInstance; extern(C) void function(void* jarg1, long jarg2, void* jarg3) vtkUnsignedIntArray_GetTupleValue; extern(C) void function(void* jarg1, long jarg2, void* jarg3) vtkUnsignedIntArray_SetTupleValue; extern(C) void function(void* jarg1, long jarg2, void* jarg3) vtkUnsignedIntArray_InsertTupleValue; extern(C) long function(void* jarg1, void* jarg2) vtkUnsignedIntArray_InsertNextTupleValue; extern(C) uint function(void* jarg1, long jarg2) vtkUnsignedIntArray_GetValue; extern(C) void function(void* jarg1, long jarg2, uint jarg3) vtkUnsignedIntArray_SetValue; extern(C) void function(void* jarg1, long jarg2) vtkUnsignedIntArray_SetNumberOfValues; extern(C) void function(void* jarg1, long jarg2, uint jarg3) vtkUnsignedIntArray_InsertValue; extern(C) long function(void* jarg1, uint jarg2) vtkUnsignedIntArray_InsertNextValue; extern(C) void* function(void* jarg1, int jarg2) vtkUnsignedIntArray_GetValueRange__SWIG_0; extern(C) void* function(void* jarg1) vtkUnsignedIntArray_GetValueRange__SWIG_1; extern(C) uint function() vtkUnsignedIntArray_GetDataTypeValueMin; extern(C) uint function() vtkUnsignedIntArray_GetDataTypeValueMax; extern(C) void* function(void* jarg1, long jarg2, long jarg3) vtkUnsignedIntArray_WritePointer; extern(C) void* function(void* jarg1, long jarg2) vtkUnsignedIntArray_GetPointer; extern(C) void function(void* jarg1, void* jarg2, long jarg3, int jarg4) vtkUnsignedIntArray_SetArray__SWIG_0; extern(C) void function(void* jarg1, void* jarg2, long jarg3, int jarg4, int jarg5) vtkUnsignedIntArray_SetArray__SWIG_1; extern(C) void* function(void* objectRef) vtkUnsignedIntArray_Upcast; extern(C) void* function() vtkTypeUInt32Array_New; extern(C) int function(const(char)* jarg1) vtkTypeUInt32Array_IsTypeOf; extern(C) void* function(void* jarg1) vtkTypeUInt32Array_SafeDownCast; extern(C) void* function(void* jarg1) vtkTypeUInt32Array_NewInstance; extern(C) void* function(void* objectRef) vtkTypeUInt32Array_Upcast; extern(C) int function(const(char)* jarg1) vtkVisibilitySort_IsTypeOf; extern(C) void* function(void* jarg1) vtkVisibilitySort_SafeDownCast; extern(C) void* function(void* jarg1) vtkVisibilitySort_NewInstance; extern(C) void function(void* jarg1) vtkVisibilitySort_InitTraversal; extern(C) void* function(void* jarg1) vtkVisibilitySort_GetNextCells; extern(C) void function(void* jarg1, int jarg2) vtkVisibilitySort_SetMaxCellsReturned; extern(C) int function(void* jarg1) vtkVisibilitySort_GetMaxCellsReturnedMinValue; extern(C) int function(void* jarg1) vtkVisibilitySort_GetMaxCellsReturnedMaxValue; extern(C) int function(void* jarg1) vtkVisibilitySort_GetMaxCellsReturned; extern(C) void function(void* jarg1, void* jarg2) vtkVisibilitySort_SetModelTransform; extern(C) void* function(void* jarg1) vtkVisibilitySort_GetModelTransform; extern(C) void* function(void* jarg1) vtkVisibilitySort_GetInverseModelTransform; extern(C) void function(void* jarg1, void* jarg2) vtkVisibilitySort_SetCamera; extern(C) void* function(void* jarg1) vtkVisibilitySort_GetCamera; extern(C) void function(void* jarg1, void* jarg2) vtkVisibilitySort_SetInput; extern(C) void* function(void* jarg1) vtkVisibilitySort_GetInput; extern(C) int function(void* jarg1) vtkVisibilitySort_GetDirection; extern(C) void function(void* jarg1, int jarg2) vtkVisibilitySort_SetDirection; extern(C) void function(void* jarg1) vtkVisibilitySort_SetDirectionToBackToFront; extern(C) void function(void* jarg1) vtkVisibilitySort_SetDirectionToFrontToBack; extern(C) void* function(void* objectRef) vtkVisibilitySort_Upcast; extern(C) int function(const(char)* jarg1) vtkIdFilter_IsTypeOf; extern(C) void* function(void* jarg1) vtkIdFilter_SafeDownCast; extern(C) void* function(void* jarg1) vtkIdFilter_NewInstance; extern(C) void* function() vtkIdFilter_New; extern(C) void function(void* jarg1, int jarg2) vtkIdFilter_SetPointIds; extern(C) int function(void* jarg1) vtkIdFilter_GetPointIds; extern(C) void function(void* jarg1) vtkIdFilter_PointIdsOn; extern(C) void function(void* jarg1) vtkIdFilter_PointIdsOff; extern(C) void function(void* jarg1, int jarg2) vtkIdFilter_SetCellIds; extern(C) int function(void* jarg1) vtkIdFilter_GetCellIds; extern(C) void function(void* jarg1) vtkIdFilter_CellIdsOn; extern(C) void function(void* jarg1) vtkIdFilter_CellIdsOff; extern(C) void function(void* jarg1, int jarg2) vtkIdFilter_SetFieldData; extern(C) int function(void* jarg1) vtkIdFilter_GetFieldData; extern(C) void function(void* jarg1) vtkIdFilter_FieldDataOn; extern(C) void function(void* jarg1) vtkIdFilter_FieldDataOff; extern(C) void function(void* jarg1, const(char)* jarg2) vtkIdFilter_SetIdsArrayName; extern(C) const(char)* function(void* jarg1) vtkIdFilter_GetIdsArrayName; extern(C) void* function(void* objectRef) vtkIdFilter_Upcast; extern(C) int function(const(char)* jarg1) vtkParametricRandomHills_IsTypeOf; extern(C) void* function(void* jarg1) vtkParametricRandomHills_SafeDownCast; extern(C) void* function(void* jarg1) vtkParametricRandomHills_NewInstance; extern(C) void* function() vtkParametricRandomHills_New; extern(C) void function(void* jarg1, int jarg2) vtkParametricRandomHills_SetNumberOfHills; extern(C) int function(void* jarg1) vtkParametricRandomHills_GetNumberOfHills; extern(C) void function(void* jarg1, double jarg2) vtkParametricRandomHills_SetHillXVariance; extern(C) double function(void* jarg1) vtkParametricRandomHills_GetHillXVariance; extern(C) void function(void* jarg1, double jarg2) vtkParametricRandomHills_SetHillYVariance; extern(C) double function(void* jarg1) vtkParametricRandomHills_GetHillYVariance; extern(C) void function(void* jarg1, double jarg2) vtkParametricRandomHills_SetHillAmplitude; extern(C) double function(void* jarg1) vtkParametricRandomHills_GetHillAmplitude; extern(C) void function(void* jarg1, int jarg2) vtkParametricRandomHills_SetRandomSeed; extern(C) int function(void* jarg1) vtkParametricRandomHills_GetRandomSeed; extern(C) void function(void* jarg1, int jarg2) vtkParametricRandomHills_SetAllowRandomGeneration; extern(C) int function(void* jarg1) vtkParametricRandomHills_GetAllowRandomGeneration; extern(C) void function(void* jarg1) vtkParametricRandomHills_AllowRandomGenerationOn; extern(C) void function(void* jarg1) vtkParametricRandomHills_AllowRandomGenerationOff; extern(C) void function(void* jarg1, double jarg2) vtkParametricRandomHills_SetXVarianceScaleFactor; extern(C) double function(void* jarg1) vtkParametricRandomHills_GetXVarianceScaleFactor; extern(C) void function(void* jarg1, double jarg2) vtkParametricRandomHills_SetYVarianceScaleFactor; extern(C) double function(void* jarg1) vtkParametricRandomHills_GetYVarianceScaleFactor; extern(C) void function(void* jarg1, double jarg2) vtkParametricRandomHills_SetAmplitudeScaleFactor; extern(C) double function(void* jarg1) vtkParametricRandomHills_GetAmplitudeScaleFactor; extern(C) void function(void* jarg1) vtkParametricRandomHills_GenerateTheHills; extern(C) void* function(void* objectRef) vtkParametricRandomHills_Upcast; extern(C) void* function() vtkShader2_New; extern(C) int function(const(char)* jarg1) vtkShader2_IsTypeOf; extern(C) void* function(void* jarg1) vtkShader2_SafeDownCast; extern(C) void* function(void* jarg1) vtkShader2_NewInstance; extern(C) uint function(void* jarg1) vtkShader2_IsSupported; extern(C) uint function(void* jarg1) vtkShader2_LoadExtensions; extern(C) const(char)* function(void* jarg1) vtkShader2_GetSourceCode; extern(C) void function(void* jarg1, const(char)* jarg2) vtkShader2_SetSourceCode; extern(C) int function(void* jarg1) vtkShader2_GetType; extern(C) void function(void* jarg1, int jarg2) vtkShader2_SetType; extern(C) const(char)* function(void* jarg1) vtkShader2_GetTypeAsString; extern(C) void function(void* jarg1) vtkShader2_Compile; extern(C) uint function(void* jarg1) vtkShader2_GetLastCompileStatus; extern(C) const(char)* function(void* jarg1) vtkShader2_GetLastCompileLog; extern(C) void function(void* jarg1, void* jarg2) vtkShader2_SetContext; extern(C) void* function(void* jarg1) vtkShader2_GetContext; extern(C) void function(void* jarg1) vtkShader2_ReleaseGraphicsResources; extern(C) uint function(void* jarg1) vtkShader2_GetId; extern(C) void* function(void* jarg1) vtkShader2_GetUniformVariables; extern(C) void function(void* jarg1, void* jarg2) vtkShader2_SetUniformVariables; extern(C) void* function(void* objectRef) vtkShader2_Upcast; extern(C) int function() VTK_SUBDIVIDE_SPECIFIED_get; extern(C) int function() VTK_SUBDIVIDE_LENGTH_get; extern(C) int function() VTK_TCOORDS_OFF_get; extern(C) int function() VTK_TCOORDS_FROM_NORMALIZED_LENGTH_get; extern(C) int function() VTK_TCOORDS_FROM_LENGTH_get; extern(C) int function() VTK_TCOORDS_FROM_SCALARS_get; extern(C) int function(const(char)* jarg1) vtkSplineFilter_IsTypeOf; extern(C) void* function(void* jarg1) vtkSplineFilter_SafeDownCast; extern(C) void* function(void* jarg1) vtkSplineFilter_NewInstance; extern(C) void* function() vtkSplineFilter_New; extern(C) void function(void* jarg1, int jarg2) vtkSplineFilter_SetMaximumNumberOfSubdivisions; extern(C) int function(void* jarg1) vtkSplineFilter_GetMaximumNumberOfSubdivisionsMinValue; extern(C) int function(void* jarg1) vtkSplineFilter_GetMaximumNumberOfSubdivisionsMaxValue; extern(C) int function(void* jarg1) vtkSplineFilter_GetMaximumNumberOfSubdivisions; extern(C) void function(void* jarg1, int jarg2) vtkSplineFilter_SetSubdivide; extern(C) int function(void* jarg1) vtkSplineFilter_GetSubdivideMinValue; extern(C) int function(void* jarg1) vtkSplineFilter_GetSubdivideMaxValue; extern(C) int function(void* jarg1) vtkSplineFilter_GetSubdivide; extern(C) void function(void* jarg1) vtkSplineFilter_SetSubdivideToSpecified; extern(C) void function(void* jarg1) vtkSplineFilter_SetSubdivideToLength; extern(C) const(char)* function(void* jarg1) vtkSplineFilter_GetSubdivideAsString; extern(C) void function(void* jarg1, int jarg2) vtkSplineFilter_SetNumberOfSubdivisions; extern(C) int function(void* jarg1) vtkSplineFilter_GetNumberOfSubdivisionsMinValue; extern(C) int function(void* jarg1) vtkSplineFilter_GetNumberOfSubdivisionsMaxValue; extern(C) int function(void* jarg1) vtkSplineFilter_GetNumberOfSubdivisions; extern(C) void function(void* jarg1, double jarg2) vtkSplineFilter_SetLength; extern(C) double function(void* jarg1) vtkSplineFilter_GetLengthMinValue; extern(C) double function(void* jarg1) vtkSplineFilter_GetLengthMaxValue; extern(C) double function(void* jarg1) vtkSplineFilter_GetLength; extern(C) void function(void* jarg1, void* jarg2) vtkSplineFilter_SetSpline; extern(C) void* function(void* jarg1) vtkSplineFilter_GetSpline; extern(C) void function(void* jarg1, int jarg2) vtkSplineFilter_SetGenerateTCoords; extern(C) int function(void* jarg1) vtkSplineFilter_GetGenerateTCoordsMinValue; extern(C) int function(void* jarg1) vtkSplineFilter_GetGenerateTCoordsMaxValue; extern(C) int function(void* jarg1) vtkSplineFilter_GetGenerateTCoords; extern(C) void function(void* jarg1) vtkSplineFilter_SetGenerateTCoordsToOff; extern(C) void function(void* jarg1) vtkSplineFilter_SetGenerateTCoordsToNormalizedLength; extern(C) void function(void* jarg1) vtkSplineFilter_SetGenerateTCoordsToUseLength; extern(C) void function(void* jarg1) vtkSplineFilter_SetGenerateTCoordsToUseScalars; extern(C) const(char)* function(void* jarg1) vtkSplineFilter_GetGenerateTCoordsAsString; extern(C) void function(void* jarg1, double jarg2) vtkSplineFilter_SetTextureLength; extern(C) double function(void* jarg1) vtkSplineFilter_GetTextureLengthMinValue; extern(C) double function(void* jarg1) vtkSplineFilter_GetTextureLengthMaxValue; extern(C) double function(void* jarg1) vtkSplineFilter_GetTextureLength; extern(C) void* function(void* objectRef) vtkSplineFilter_Upcast; extern(C) int function(const(char)* jarg1) vtkDataSetGhostGenerator_IsTypeOf; extern(C) void* function(void* jarg1) vtkDataSetGhostGenerator_SafeDownCast; extern(C) void* function(void* jarg1) vtkDataSetGhostGenerator_NewInstance; extern(C) void function(void* jarg1, int jarg2) vtkDataSetGhostGenerator_SetNumberOfGhostLayers; extern(C) int function(void* jarg1) vtkDataSetGhostGenerator_GetNumberOfGhostLayers; extern(C) int function(void* jarg1, int jarg2, void* jarg3) vtkDataSetGhostGenerator_FillInputPortInformation; extern(C) int function(void* jarg1, int jarg2, void* jarg3) vtkDataSetGhostGenerator_FillOutputPortInformation; extern(C) int function(void* jarg1, void* jarg2, void* jarg3, void* jarg4) vtkDataSetGhostGenerator_RequestData; extern(C) void* function(void* objectRef) vtkDataSetGhostGenerator_Upcast; extern(C) void* function() vtkStructuredGridGhostDataGenerator_New; extern(C) int function(const(char)* jarg1) vtkStructuredGridGhostDataGenerator_IsTypeOf; extern(C) void* function(void* jarg1) vtkStructuredGridGhostDataGenerator_SafeDownCast; extern(C) void* function(void* jarg1) vtkStructuredGridGhostDataGenerator_NewInstance; extern(C) void* function(void* objectRef) vtkStructuredGridGhostDataGenerator_Upcast; extern(C) void* function() vtkRectilinearGridOutlineFilter_New; extern(C) int function(const(char)* jarg1) vtkRectilinearGridOutlineFilter_IsTypeOf; extern(C) void* function(void* jarg1) vtkRectilinearGridOutlineFilter_SafeDownCast; extern(C) void* function(void* jarg1) vtkRectilinearGridOutlineFilter_NewInstance; extern(C) void* function(void* objectRef) vtkRectilinearGridOutlineFilter_Upcast; extern(C) void* function() vtkCollapseVerticesByArray_New; extern(C) int function(const(char)* jarg1) vtkCollapseVerticesByArray_IsTypeOf; extern(C) void* function(void* jarg1) vtkCollapseVerticesByArray_SafeDownCast; extern(C) void* function(void* jarg1) vtkCollapseVerticesByArray_NewInstance; extern(C) uint function(void* jarg1) vtkCollapseVerticesByArray_GetAllowSelfLoops; extern(C) void function(void* jarg1, uint jarg2) vtkCollapseVerticesByArray_SetAllowSelfLoops; extern(C) void function(void* jarg1) vtkCollapseVerticesByArray_AllowSelfLoopsOn; extern(C) void function(void* jarg1) vtkCollapseVerticesByArray_AllowSelfLoopsOff; extern(C) void function(void* jarg1, const(char)* jarg2) vtkCollapseVerticesByArray_AddAggregateEdgeArray; extern(C) void function(void* jarg1) vtkCollapseVerticesByArray_ClearAggregateEdgeArray; extern(C) const(char)* function(void* jarg1) vtkCollapseVerticesByArray_GetVertexArray; extern(C) void function(void* jarg1, const(char)* jarg2) vtkCollapseVerticesByArray_SetVertexArray; extern(C) uint function(void* jarg1) vtkCollapseVerticesByArray_GetCountEdgesCollapsed; extern(C) void function(void* jarg1, uint jarg2) vtkCollapseVerticesByArray_SetCountEdgesCollapsed; extern(C) void function(void* jarg1) vtkCollapseVerticesByArray_CountEdgesCollapsedOn; extern(C) void function(void* jarg1) vtkCollapseVerticesByArray_CountEdgesCollapsedOff; extern(C) const(char)* function(void* jarg1) vtkCollapseVerticesByArray_GetEdgesCollapsedArray; extern(C) void function(void* jarg1, const(char)* jarg2) vtkCollapseVerticesByArray_SetEdgesCollapsedArray; extern(C) uint function(void* jarg1) vtkCollapseVerticesByArray_GetCountVerticesCollapsed; extern(C) void function(void* jarg1, uint jarg2) vtkCollapseVerticesByArray_SetCountVerticesCollapsed; extern(C) void function(void* jarg1) vtkCollapseVerticesByArray_CountVerticesCollapsedOn; extern(C) void function(void* jarg1) vtkCollapseVerticesByArray_CountVerticesCollapsedOff; extern(C) const(char)* function(void* jarg1) vtkCollapseVerticesByArray_GetVerticesCollapsedArray; extern(C) void function(void* jarg1, const(char)* jarg2) vtkCollapseVerticesByArray_SetVerticesCollapsedArray; extern(C) void* function(void* objectRef) vtkCollapseVerticesByArray_Upcast; extern(C) double function() VTK_DBL_MIN_get; extern(C) double function() VTK_DBL_EPSILON_get; extern(C) void* function() vtkMath_New; extern(C) int function(const(char)* jarg1) vtkMath_IsTypeOf; extern(C) void* function(void* jarg1) vtkMath_SafeDownCast; extern(C) void* function(void* jarg1) vtkMath_NewInstance; extern(C) double function() vtkMath_Pi; extern(C) double function() vtkMath_DoublePi; extern(C) double function() vtkMath_DoubleTwoPi; extern(C) float function(float jarg1) vtkMath_RadiansFromDegrees__SWIG_0; extern(C) double function(double jarg1) vtkMath_RadiansFromDegrees__SWIG_1; extern(C) float function(float jarg1) vtkMath_DegreesFromRadians__SWIG_0; extern(C) double function(double jarg1) vtkMath_DegreesFromRadians__SWIG_1; extern(C) int function(float jarg1) vtkMath_Round__SWIG_0; extern(C) int function(double jarg1) vtkMath_Round__SWIG_1; extern(C) int function(double jarg1) vtkMath_Floor; extern(C) int function(double jarg1) vtkMath_Ceil; extern(C) int function(ulong jarg1) vtkMath_CeilLog2; extern(C) uint function(ulong jarg1) vtkMath_IsPowerOfTwo; extern(C) int function(int jarg1) vtkMath_NearestPowerOfTwo; extern(C) long function(int jarg1) vtkMath_Factorial; extern(C) long function(int jarg1, int jarg2) vtkMath_Binomial; extern(C) void* function(int jarg1, int jarg2) vtkMath_BeginCombination; extern(C) int function(int jarg1, int jarg2, void* jarg3) vtkMath_NextCombination; extern(C) void function(void* jarg1) vtkMath_FreeCombination; extern(C) void function(int jarg1) vtkMath_RandomSeed; extern(C) int function() vtkMath_GetSeed; extern(C) double function() vtkMath_Random__SWIG_0; extern(C) double function(double jarg1, double jarg2) vtkMath_Random__SWIG_1; extern(C) double function() vtkMath_Gaussian__SWIG_0; extern(C) double function(double jarg1, double jarg2) vtkMath_Gaussian__SWIG_1; extern(C) void function(void* jarg1, void* jarg2, void* jarg3) vtkMath_Add__SWIG_0; extern(C) void function(void* jarg1, void* jarg2, void* jarg3) vtkMath_Add__SWIG_1; extern(C) void function(void* jarg1, void* jarg2, void* jarg3) vtkMath_Subtract__SWIG_0; extern(C) void function(void* jarg1, void* jarg2, void* jarg3) vtkMath_Subtract__SWIG_1; extern(C) void function(void* jarg1, float jarg2) vtkMath_MultiplyScalar__SWIG_0; extern(C) void function(void* jarg1, float jarg2) vtkMath_MultiplyScalar2D__SWIG_0; extern(C) void function(void* jarg1, double jarg2) vtkMath_MultiplyScalar__SWIG_1; extern(C) void function(void* jarg1, double jarg2) vtkMath_MultiplyScalar2D__SWIG_1; extern(C) float function(void* jarg1, void* jarg2) vtkMath_Dot__SWIG_0; extern(C) double function(void* jarg1, void* jarg2) vtkMath_Dot__SWIG_1; extern(C) void function(void* jarg1, void* jarg2, void* jarg3) vtkMath_Outer__SWIG_0; extern(C) void function(void* jarg1, void* jarg2, void* jarg3) vtkMath_Outer__SWIG_1; extern(C) void function(void* jarg1, void* jarg2, void* jarg3) vtkMath_Cross__SWIG_0; extern(C) void function(void* jarg1, void* jarg2, void* jarg3) vtkMath_Cross__SWIG_1; extern(C) float function(void* jarg1, int jarg2) vtkMath_Norm__SWIG_0; extern(C) double function(void* jarg1, int jarg2) vtkMath_Norm__SWIG_1; extern(C) float function(void* jarg1) vtkMath_Norm__SWIG_2; extern(C) double function(void* jarg1) vtkMath_Norm__SWIG_3; extern(C) float function(void* jarg1) vtkMath_Normalize__SWIG_0; extern(C) double function(void* jarg1) vtkMath_Normalize__SWIG_1; extern(C) void function(void* jarg1, void* jarg2, void* jarg3, double jarg4) vtkMath_Perpendiculars__SWIG_0; extern(C) void function(void* jarg1, void* jarg2, void* jarg3, double jarg4) vtkMath_Perpendiculars__SWIG_1; extern(C) uint function(void* jarg1, void* jarg2, void* jarg3) vtkMath_ProjectVector__SWIG_0; extern(C) uint function(void* jarg1, void* jarg2, void* jarg3) vtkMath_ProjectVector__SWIG_1; extern(C) uint function(void* jarg1, void* jarg2, void* jarg3) vtkMath_ProjectVector2D__SWIG_0; extern(C) uint function(void* jarg1, void* jarg2, void* jarg3) vtkMath_ProjectVector2D__SWIG_1; extern(C) float function(void* jarg1, void* jarg2) vtkMath_Distance2BetweenPoints__SWIG_0; extern(C) double function(void* jarg1, void* jarg2) vtkMath_Distance2BetweenPoints__SWIG_1; extern(C) double function(double jarg1, double jarg2) vtkMath_GaussianAmplitude__SWIG_0; extern(C) double function(double jarg1, double jarg2, double jarg3) vtkMath_GaussianAmplitude__SWIG_1; extern(C) double function(double jarg1, double jarg2) vtkMath_GaussianWeight__SWIG_0; extern(C) double function(double jarg1, double jarg2, double jarg3) vtkMath_GaussianWeight__SWIG_1; extern(C) float function(void* jarg1, void* jarg2) vtkMath_Dot2D__SWIG_0; extern(C) double function(void* jarg1, void* jarg2) vtkMath_Dot2D__SWIG_1; extern(C) void function(void* jarg1, void* jarg2, void* jarg3) vtkMath_Outer2D__SWIG_0; extern(C) void function(void* jarg1, void* jarg2, void* jarg3) vtkMath_Outer2D__SWIG_1; extern(C) float function(void* jarg1) vtkMath_Norm2D__SWIG_0; extern(C) double function(void* jarg1) vtkMath_Norm2D__SWIG_1; extern(C) float function(void* jarg1) vtkMath_Normalize2D__SWIG_0; extern(C) double function(void* jarg1) vtkMath_Normalize2D__SWIG_1; extern(C) float function(void* jarg1, void* jarg2) vtkMath_Determinant2x2__SWIG_0; extern(C) double function(double jarg1, double jarg2, double jarg3, double jarg4) vtkMath_Determinant2x2__SWIG_1; extern(C) double function(void* jarg1, void* jarg2) vtkMath_Determinant2x2__SWIG_2; extern(C) void function(void* jarg1, void* jarg2) vtkMath_LUFactor3x3__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkMath_LUFactor3x3__SWIG_1; extern(C) void function(void* jarg1, void* jarg2, void* jarg3) vtkMath_LUSolve3x3__SWIG_0; extern(C) void function(void* jarg1, void* jarg2, void* jarg3) vtkMath_LUSolve3x3__SWIG_1; extern(C) void function(void* jarg1, void* jarg2, void* jarg3) vtkMath_LinearSolve3x3__SWIG_0; extern(C) void function(void* jarg1, void* jarg2, void* jarg3) vtkMath_LinearSolve3x3__SWIG_1; extern(C) void function(void* jarg1, void* jarg2, void* jarg3) vtkMath_Multiply3x3__SWIG_0; extern(C) void function(void* jarg1, void* jarg2, void* jarg3) vtkMath_Multiply3x3__SWIG_1; extern(C) void function(void* jarg1, void* jarg2, void* jarg3) vtkMath_Multiply3x3__SWIG_2; extern(C) void function(void* jarg1, void* jarg2, void* jarg3) vtkMath_Multiply3x3__SWIG_3; extern(C) void function(void* jarg1, void* jarg2, uint jarg3, uint jarg4, uint jarg5, uint jarg6, void* jarg7) vtkMath_MultiplyMatrix; extern(C) void function(void* jarg1, void* jarg2) vtkMath_Transpose3x3__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkMath_Transpose3x3__SWIG_1; extern(C) void function(void* jarg1, void* jarg2) vtkMath_Invert3x3__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkMath_Invert3x3__SWIG_1; extern(C) void function(void* jarg1) vtkMath_Identity3x3__SWIG_0; extern(C) void function(void* jarg1) vtkMath_Identity3x3__SWIG_1; extern(C) double function(void* jarg1) vtkMath_Determinant3x3__SWIG_0; extern(C) double function(void* jarg1) vtkMath_Determinant3x3__SWIG_1; extern(C) float function(void* jarg1, void* jarg2, void* jarg3) vtkMath_Determinant3x3__SWIG_2; extern(C) double function(void* jarg1, void* jarg2, void* jarg3) vtkMath_Determinant3x3__SWIG_3; extern(C) double function(double jarg1, double jarg2, double jarg3, double jarg4, double jarg5, double jarg6, double jarg7, double jarg8, double jarg9) vtkMath_Determinant3x3__SWIG_4; extern(C) void function(void* jarg1, void* jarg2) vtkMath_QuaternionToMatrix3x3__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkMath_QuaternionToMatrix3x3__SWIG_1; extern(C) void function(void* jarg1, void* jarg2) vtkMath_Matrix3x3ToQuaternion__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkMath_Matrix3x3ToQuaternion__SWIG_1; extern(C) void function(void* jarg1, void* jarg2, void* jarg3) vtkMath_MultiplyQuaternion__SWIG_0; extern(C) void function(void* jarg1, void* jarg2, void* jarg3) vtkMath_MultiplyQuaternion__SWIG_1; extern(C) void function(void* jarg1, void* jarg2) vtkMath_Orthogonalize3x3__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkMath_Orthogonalize3x3__SWIG_1; extern(C) void function(void* jarg1, void* jarg2, void* jarg3) vtkMath_Diagonalize3x3__SWIG_0; extern(C) void function(void* jarg1, void* jarg2, void* jarg3) vtkMath_Diagonalize3x3__SWIG_1; extern(C) void function(void* jarg1, void* jarg2, void* jarg3, void* jarg4) vtkMath_SingularValueDecomposition3x3__SWIG_0; extern(C) void function(void* jarg1, void* jarg2, void* jarg3, void* jarg4) vtkMath_SingularValueDecomposition3x3__SWIG_1; extern(C) int function(void* jarg1, void* jarg2, int jarg3) vtkMath_SolveLinearSystem; extern(C) int function(void* jarg1, void* jarg2, int jarg3) vtkMath_InvertMatrix__SWIG_0; extern(C) int function(void* jarg1, void* jarg2, int jarg3, void* jarg4, void* jarg5) vtkMath_InvertMatrix__SWIG_1; extern(C) int function(void* jarg1, void* jarg2, int jarg3) vtkMath_LUFactorLinearSystem__SWIG_0; extern(C) int function(void* jarg1, void* jarg2, int jarg3, void* jarg4) vtkMath_LUFactorLinearSystem__SWIG_1; extern(C) void function(void* jarg1, void* jarg2, void* jarg3, int jarg4) vtkMath_LUSolveLinearSystem; extern(C) double function(void* jarg1, int jarg2) vtkMath_EstimateMatrixCondition; extern(C) int function(void* jarg1, void* jarg2, void* jarg3) vtkMath_Jacobi__SWIG_0; extern(C) int function(void* jarg1, void* jarg2, void* jarg3) vtkMath_Jacobi__SWIG_1; extern(C) int function(void* jarg1, int jarg2, void* jarg3, void* jarg4) vtkMath_JacobiN__SWIG_0; extern(C) int function(void* jarg1, int jarg2, void* jarg3, void* jarg4) vtkMath_JacobiN__SWIG_1; extern(C) int function(int jarg1, void* jarg2, int jarg3, void* jarg4) vtkMath_SolveHomogeneousLeastSquares; extern(C) int function(int jarg1, void* jarg2, int jarg3, void* jarg4, int jarg5, void* jarg6, int jarg7) vtkMath_SolveLeastSquares__SWIG_0; extern(C) int function(int jarg1, void* jarg2, int jarg3, void* jarg4, int jarg5, void* jarg6) vtkMath_SolveLeastSquares__SWIG_1; extern(C) void function(void* jarg1, void* jarg2) vtkMath_RGBToHSV__SWIG_0; extern(C) void function(float jarg1, float jarg2, float jarg3, void* jarg4, void* jarg5, void* jarg6) vtkMath_RGBToHSV__SWIG_1; extern(C) void* function(void* jarg1) vtkMath_RGBToHSV__SWIG_2; extern(C) void* function(double jarg1, double jarg2, double jarg3) vtkMath_RGBToHSV__SWIG_3; extern(C) void function(void* jarg1, void* jarg2) vtkMath_RGBToHSV__SWIG_4; extern(C) void function(double jarg1, double jarg2, double jarg3, void* jarg4, void* jarg5, void* jarg6) vtkMath_RGBToHSV__SWIG_5; extern(C) void function(void* jarg1, void* jarg2) vtkMath_HSVToRGB__SWIG_0; extern(C) void function(float jarg1, float jarg2, float jarg3, void* jarg4, void* jarg5, void* jarg6) vtkMath_HSVToRGB__SWIG_1; extern(C) void* function(void* jarg1) vtkMath_HSVToRGB__SWIG_2; extern(C) void* function(double jarg1, double jarg2, double jarg3) vtkMath_HSVToRGB__SWIG_3; extern(C) void function(void* jarg1, void* jarg2) vtkMath_HSVToRGB__SWIG_4; extern(C) void function(double jarg1, double jarg2, double jarg3, void* jarg4, void* jarg5, void* jarg6) vtkMath_HSVToRGB__SWIG_5; extern(C) void function(void* jarg1, void* jarg2) vtkMath_LabToXYZ__SWIG_0; extern(C) void function(double jarg1, double jarg2, double jarg3, void* jarg4, void* jarg5, void* jarg6) vtkMath_LabToXYZ__SWIG_1; extern(C) void* function(void* jarg1) vtkMath_LabToXYZ__SWIG_2; extern(C) void function(void* jarg1, void* jarg2) vtkMath_XYZToLab__SWIG_0; extern(C) void function(double jarg1, double jarg2, double jarg3, void* jarg4, void* jarg5, void* jarg6) vtkMath_XYZToLab__SWIG_1; extern(C) void* function(void* jarg1) vtkMath_XYZToLab__SWIG_2; extern(C) void function(void* jarg1, void* jarg2) vtkMath_XYZToRGB__SWIG_0; extern(C) void function(double jarg1, double jarg2, double jarg3, void* jarg4, void* jarg5, void* jarg6) vtkMath_XYZToRGB__SWIG_1; extern(C) void* function(void* jarg1) vtkMath_XYZToRGB__SWIG_2; extern(C) void function(void* jarg1, void* jarg2) vtkMath_RGBToXYZ__SWIG_0; extern(C) void function(double jarg1, double jarg2, double jarg3, void* jarg4, void* jarg5, void* jarg6) vtkMath_RGBToXYZ__SWIG_1; extern(C) void* function(void* jarg1) vtkMath_RGBToXYZ__SWIG_2; extern(C) void function(void* jarg1, void* jarg2) vtkMath_RGBToLab__SWIG_0; extern(C) void function(double jarg1, double jarg2, double jarg3, void* jarg4, void* jarg5, void* jarg6) vtkMath_RGBToLab__SWIG_1; extern(C) void* function(void* jarg1) vtkMath_RGBToLab__SWIG_2; extern(C) void function(void* jarg1, void* jarg2) vtkMath_LabToRGB__SWIG_0; extern(C) void function(double jarg1, double jarg2, double jarg3, void* jarg4, void* jarg5, void* jarg6) vtkMath_LabToRGB__SWIG_1; extern(C) void* function(void* jarg1) vtkMath_LabToRGB__SWIG_2; extern(C) void function(void* jarg1) vtkMath_UninitializeBounds; extern(C) int function(void* jarg1) vtkMath_AreBoundsInitialized; extern(C) void function(void* jarg1, void* jarg2) vtkMath_ClampValue__SWIG_0; extern(C) void function(double jarg1, void* jarg2, void* jarg3) vtkMath_ClampValue__SWIG_1; extern(C) void function(void* jarg1, int jarg2, void* jarg3) vtkMath_ClampValues__SWIG_0; extern(C) void function(void* jarg1, int jarg2, void* jarg3, void* jarg4) vtkMath_ClampValues__SWIG_1; extern(C) double function(double jarg1, void* jarg2) vtkMath_ClampAndNormalizeValue; extern(C) int function(double jarg1, double jarg2, double jarg3, double jarg4) vtkMath_GetScalarTypeFittingRange__SWIG_0; extern(C) int function(double jarg1, double jarg2, double jarg3) vtkMath_GetScalarTypeFittingRange__SWIG_1; extern(C) int function(double jarg1, double jarg2) vtkMath_GetScalarTypeFittingRange__SWIG_2; extern(C) int function(void* jarg1, int jarg2, void* jarg3) vtkMath_GetAdjustedScalarRange; extern(C) int function(void* jarg1, void* jarg2) vtkMath_ExtentIsWithinOtherExtent; extern(C) int function(void* jarg1, void* jarg2, void* jarg3) vtkMath_BoundsIsWithinOtherBounds; extern(C) int function(void* jarg1, void* jarg2, void* jarg3) vtkMath_PointIsWithinBounds; extern(C) double function(void* jarg1, void* jarg2, void* jarg3, void* jarg4) vtkMath_Solve3PointCircle; extern(C) double function() vtkMath_Inf; extern(C) double function() vtkMath_NegInf; extern(C) double function() vtkMath_Nan; extern(C) int function(double jarg1) vtkMath_IsInf; extern(C) int function(double jarg1) vtkMath_IsNan; extern(C) uint function(double jarg1) vtkMath_IsFinite; extern(C) void* function(void* objectRef) vtkMath_Upcast; extern(C) int function(const(char)* jarg1) vtkUnstructuredGridPartialPreIntegration_IsTypeOf; extern(C) void* function(void* jarg1) vtkUnstructuredGridPartialPreIntegration_SafeDownCast; extern(C) void* function(void* jarg1) vtkUnstructuredGridPartialPreIntegration_NewInstance; extern(C) void* function() vtkUnstructuredGridPartialPreIntegration_New; extern(C) void function(double jarg1, double jarg2, double jarg3, double jarg4, double jarg5, void* jarg6) vtkUnstructuredGridPartialPreIntegration_IntegrateRay__SWIG_0; extern(C) void function(double jarg1, void* jarg2, double jarg3, void* jarg4, double jarg5, void* jarg6) vtkUnstructuredGridPartialPreIntegration_IntegrateRay__SWIG_1; extern(C) float function(float jarg1, float jarg2) vtkUnstructuredGridPartialPreIntegration_Psi; extern(C) void* function(void* jarg1) vtkUnstructuredGridPartialPreIntegration_GetPsiTable; extern(C) void function() vtkUnstructuredGridPartialPreIntegration_BuildPsiTable; extern(C) void* function(void* objectRef) vtkUnstructuredGridPartialPreIntegration_Upcast; extern(C) int function(const(char)* jarg1) vtkHomogeneousTransform_IsTypeOf; extern(C) void* function(void* jarg1) vtkHomogeneousTransform_SafeDownCast; extern(C) void* function(void* jarg1) vtkHomogeneousTransform_NewInstance; extern(C) void function(void* jarg1, void* jarg2) vtkHomogeneousTransform_GetMatrix__SWIG_0; extern(C) void* function(void* jarg1) vtkHomogeneousTransform_GetMatrix__SWIG_1; extern(C) void* function(void* jarg1) vtkHomogeneousTransform_GetHomogeneousInverse; extern(C) void function(void* jarg1, void* jarg2, void* jarg3) vtkHomogeneousTransform_InternalTransformPoint__SWIG_0; extern(C) void function(void* jarg1, void* jarg2, void* jarg3) vtkHomogeneousTransform_InternalTransformPoint__SWIG_1; extern(C) void function(void* jarg1, void* jarg2, void* jarg3, void* jarg4) vtkHomogeneousTransform_InternalTransformDerivative__SWIG_0; extern(C) void function(void* jarg1, void* jarg2, void* jarg3, void* jarg4) vtkHomogeneousTransform_InternalTransformDerivative__SWIG_1; extern(C) void* function(void* objectRef) vtkHomogeneousTransform_Upcast; extern(C) int function(const(char)* jarg1) vtkLinearTransform_IsTypeOf; extern(C) void* function(void* jarg1) vtkLinearTransform_SafeDownCast; extern(C) void* function(void* jarg1) vtkLinearTransform_NewInstance; extern(C) void function(void* jarg1, void* jarg2, void* jarg3) vtkLinearTransform_TransformNormal__SWIG_0; extern(C) void function(void* jarg1, void* jarg2, void* jarg3) vtkLinearTransform_TransformNormal__SWIG_1; extern(C) void* function(void* jarg1, double jarg2, double jarg3, double jarg4) vtkLinearTransform_TransformNormal__SWIG_2; extern(C) void* function(void* jarg1, void* jarg2) vtkLinearTransform_TransformNormal__SWIG_3; extern(C) void* function(void* jarg1, float jarg2, float jarg3, float jarg4) vtkLinearTransform_TransformFloatNormal__SWIG_0; extern(C) void* function(void* jarg1, void* jarg2) vtkLinearTransform_TransformFloatNormal__SWIG_1; extern(C) void* function(void* jarg1, double jarg2, double jarg3, double jarg4) vtkLinearTransform_TransformDoubleNormal__SWIG_0; extern(C) void* function(void* jarg1, void* jarg2) vtkLinearTransform_TransformDoubleNormal__SWIG_1; extern(C) void* function(void* jarg1, double jarg2, double jarg3, double jarg4) vtkLinearTransform_TransformVector__SWIG_0; extern(C) void* function(void* jarg1, void* jarg2) vtkLinearTransform_TransformVector__SWIG_1; extern(C) void function(void* jarg1, void* jarg2, void* jarg3) vtkLinearTransform_TransformVector__SWIG_2; extern(C) void function(void* jarg1, void* jarg2, void* jarg3) vtkLinearTransform_TransformVector__SWIG_3; extern(C) void* function(void* jarg1, float jarg2, float jarg3, float jarg4) vtkLinearTransform_TransformFloatVector__SWIG_0; extern(C) void* function(void* jarg1, void* jarg2) vtkLinearTransform_TransformFloatVector__SWIG_1; extern(C) void* function(void* jarg1, double jarg2, double jarg3, double jarg4) vtkLinearTransform_TransformDoubleVector__SWIG_0; extern(C) void* function(void* jarg1, void* jarg2) vtkLinearTransform_TransformDoubleVector__SWIG_1; extern(C) void function(void* jarg1, void* jarg2, void* jarg3) vtkLinearTransform_TransformNormals; extern(C) void function(void* jarg1, void* jarg2, void* jarg3) vtkLinearTransform_TransformVectors; extern(C) void* function(void* jarg1) vtkLinearTransform_GetLinearInverse; extern(C) void function(void* jarg1, void* jarg2, void* jarg3) vtkLinearTransform_InternalTransformPoint__SWIG_0; extern(C) void function(void* jarg1, void* jarg2, void* jarg3) vtkLinearTransform_InternalTransformPoint__SWIG_1; extern(C) void function(void* jarg1, void* jarg2, void* jarg3) vtkLinearTransform_InternalTransformNormal__SWIG_0; extern(C) void function(void* jarg1, void* jarg2, void* jarg3) vtkLinearTransform_InternalTransformNormal__SWIG_1; extern(C) void function(void* jarg1, void* jarg2, void* jarg3) vtkLinearTransform_InternalTransformVector__SWIG_0; extern(C) void function(void* jarg1, void* jarg2, void* jarg3) vtkLinearTransform_InternalTransformVector__SWIG_1; extern(C) void function(void* jarg1, void* jarg2, void* jarg3, void* jarg4) vtkLinearTransform_InternalTransformDerivative__SWIG_0; extern(C) void function(void* jarg1, void* jarg2, void* jarg3, void* jarg4) vtkLinearTransform_InternalTransformDerivative__SWIG_1; extern(C) void* function(void* objectRef) vtkLinearTransform_Upcast; extern(C) void function(void* jarg1, void* jarg2) vtkMatrix4x4_Element_set; extern(C) void* function(void* jarg1) vtkMatrix4x4_Element_get; extern(C) void* function() vtkMatrix4x4_New; extern(C) int function(const(char)* jarg1) vtkMatrix4x4_IsTypeOf; extern(C) void* function(void* jarg1) vtkMatrix4x4_SafeDownCast; extern(C) void* function(void* jarg1) vtkMatrix4x4_NewInstance; extern(C) void function(void* jarg1, void* jarg2) vtkMatrix4x4_DeepCopy__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkMatrix4x4_DeepCopy__SWIG_1; extern(C) void function(void* jarg1) vtkMatrix4x4_Zero; extern(C) void function(void* jarg1) vtkMatrix4x4_Identity; extern(C) void function(void* jarg1, void* jarg2) vtkMatrix4x4_Invert__SWIG_0; extern(C) void function(void* jarg1) vtkMatrix4x4_Invert__SWIG_1; extern(C) void function(void* jarg1, void* jarg2) vtkMatrix4x4_Transpose__SWIG_0; extern(C) void function(void* jarg1) vtkMatrix4x4_Transpose__SWIG_1; extern(C) void function(void* jarg1, void* jarg2, void* jarg3) vtkMatrix4x4_MultiplyPoint__SWIG_0; extern(C) void function(void* jarg1, void* jarg2, void* jarg3) vtkMatrix4x4_MultiplyPoint__SWIG_1; extern(C) void* function(void* jarg1, void* jarg2) vtkMatrix4x4_MultiplyPoint__SWIG_2; extern(C) void* function(void* jarg1, void* jarg2) vtkMatrix4x4_MultiplyFloatPoint; extern(C) void* function(void* jarg1, void* jarg2) vtkMatrix4x4_MultiplyDoublePoint; extern(C) void function(void* jarg1, void* jarg2, void* jarg3) vtkMatrix4x4_Multiply4x4; extern(C) void function(void* jarg1, void* jarg2, void* jarg3) vtkMatrix4x4_Adjoint; extern(C) double function(void* jarg1) vtkMatrix4x4_Determinant; extern(C) void function(void* jarg1, int jarg2, int jarg3, double jarg4) vtkMatrix4x4_SetElement; extern(C) double function(void* jarg1, int jarg2, int jarg3) vtkMatrix4x4_GetElement; extern(C) void* function(void* objectRef) vtkMatrix4x4_Upcast; extern(C) void* function() vtkTransform_New; extern(C) int function(const(char)* jarg1) vtkTransform_IsTypeOf; extern(C) void* function(void* jarg1) vtkTransform_SafeDownCast; extern(C) void* function(void* jarg1) vtkTransform_NewInstance; extern(C) void function(void* jarg1) vtkTransform_Identity; extern(C) void function(void* jarg1, double jarg2, double jarg3, double jarg4) vtkTransform_Translate__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkTransform_Translate__SWIG_1; extern(C) void function(void* jarg1, void* jarg2) vtkTransform_Translate__SWIG_2; extern(C) void function(void* jarg1, double jarg2, double jarg3, double jarg4, double jarg5) vtkTransform_RotateWXYZ__SWIG_0; extern(C) void function(void* jarg1, double jarg2, void* jarg3) vtkTransform_RotateWXYZ__SWIG_1; extern(C) void function(void* jarg1, double jarg2, void* jarg3) vtkTransform_RotateWXYZ__SWIG_2; extern(C) void function(void* jarg1, double jarg2) vtkTransform_RotateX; extern(C) void function(void* jarg1, double jarg2) vtkTransform_RotateY; extern(C) void function(void* jarg1, double jarg2) vtkTransform_RotateZ; extern(C) void function(void* jarg1, double jarg2, double jarg3, double jarg4) vtkTransform_Scale__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkTransform_Scale__SWIG_1; extern(C) void function(void* jarg1, void* jarg2) vtkTransform_Scale__SWIG_2; extern(C) void function(void* jarg1, void* jarg2) vtkTransform_SetMatrix__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkTransform_SetMatrix__SWIG_1; extern(C) void function(void* jarg1, void* jarg2) vtkTransform_Concatenate__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkTransform_Concatenate__SWIG_1; extern(C) void function(void* jarg1, void* jarg2) vtkTransform_Concatenate__SWIG_2; extern(C) void function(void* jarg1) vtkTransform_PreMultiply; extern(C) void function(void* jarg1) vtkTransform_PostMultiply; extern(C) int function(void* jarg1) vtkTransform_GetNumberOfConcatenatedTransforms; extern(C) void* function(void* jarg1, int jarg2) vtkTransform_GetConcatenatedTransform; extern(C) void function(void* jarg1, void* jarg2) vtkTransform_GetOrientation__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkTransform_GetOrientation__SWIG_1; extern(C) void* function(void* jarg1) vtkTransform_GetOrientation__SWIG_2; extern(C) void function(void* jarg1, void* jarg2) vtkTransform_GetOrientation__SWIG_3; extern(C) void function(void* jarg1, void* jarg2) vtkTransform_GetOrientationWXYZ__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkTransform_GetOrientationWXYZ__SWIG_1; extern(C) void* function(void* jarg1) vtkTransform_GetOrientationWXYZ__SWIG_2; extern(C) void function(void* jarg1, void* jarg2) vtkTransform_GetPosition__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkTransform_GetPosition__SWIG_1; extern(C) void* function(void* jarg1) vtkTransform_GetPosition__SWIG_2; extern(C) void function(void* jarg1, void* jarg2) vtkTransform_GetScale__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkTransform_GetScale__SWIG_1; extern(C) void* function(void* jarg1) vtkTransform_GetScale__SWIG_2; extern(C) void function(void* jarg1, void* jarg2) vtkTransform_GetInverse__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkTransform_GetTranspose; extern(C) void function(void* jarg1, void* jarg2) vtkTransform_SetInput; extern(C) void* function(void* jarg1) vtkTransform_GetInput; extern(C) int function(void* jarg1) vtkTransform_GetInverseFlag; extern(C) void function(void* jarg1) vtkTransform_Push; extern(C) void function(void* jarg1) vtkTransform_Pop; extern(C) void* function(void* jarg1) vtkTransform_GetInverse__SWIG_1; extern(C) void function(void* jarg1, void* jarg2, void* jarg3) vtkTransform_MultiplyPoint__SWIG_0; extern(C) void function(void* jarg1, void* jarg2, void* jarg3) vtkTransform_MultiplyPoint__SWIG_1; extern(C) void* function(void* objectRef) vtkTransform_Upcast; extern(C) int function(const(char)* jarg1) vtkTransformCollection_IsTypeOf; extern(C) void* function(void* jarg1) vtkTransformCollection_SafeDownCast; extern(C) void* function(void* jarg1) vtkTransformCollection_NewInstance; extern(C) void* function() vtkTransformCollection_New; extern(C) void function(void* jarg1, void* jarg2) vtkTransformCollection_AddItem; extern(C) void* function(void* jarg1) vtkTransformCollection_GetNextItem; extern(C) void* function(void* objectRef) vtkTransformCollection_Upcast; extern(C) int function(const(char)* jarg1) vtkGlyph2D_IsTypeOf; extern(C) void* function(void* jarg1) vtkGlyph2D_SafeDownCast; extern(C) void* function(void* jarg1) vtkGlyph2D_NewInstance; extern(C) void* function() vtkGlyph2D_New; extern(C) void* function(void* objectRef) vtkGlyph2D_Upcast; extern(C) void* function() vtkRendererSource_New; extern(C) int function(const(char)* jarg1) vtkRendererSource_IsTypeOf; extern(C) void* function(void* jarg1) vtkRendererSource_SafeDownCast; extern(C) void* function(void* jarg1) vtkRendererSource_NewInstance; extern(C) void function(void* jarg1, void* jarg2) vtkRendererSource_SetInput; extern(C) void* function(void* jarg1) vtkRendererSource_GetInput; extern(C) void function(void* jarg1, int jarg2) vtkRendererSource_SetWholeWindow; extern(C) int function(void* jarg1) vtkRendererSource_GetWholeWindow; extern(C) void function(void* jarg1) vtkRendererSource_WholeWindowOn; extern(C) void function(void* jarg1) vtkRendererSource_WholeWindowOff; extern(C) void function(void* jarg1, int jarg2) vtkRendererSource_SetRenderFlag; extern(C) int function(void* jarg1) vtkRendererSource_GetRenderFlag; extern(C) void function(void* jarg1) vtkRendererSource_RenderFlagOn; extern(C) void function(void* jarg1) vtkRendererSource_RenderFlagOff; extern(C) void function(void* jarg1, int jarg2) vtkRendererSource_SetDepthValues; extern(C) int function(void* jarg1) vtkRendererSource_GetDepthValues; extern(C) void function(void* jarg1) vtkRendererSource_DepthValuesOn; extern(C) void function(void* jarg1) vtkRendererSource_DepthValuesOff; extern(C) void function(void* jarg1, int jarg2) vtkRendererSource_SetDepthValuesInScalars; extern(C) int function(void* jarg1) vtkRendererSource_GetDepthValuesInScalars; extern(C) void function(void* jarg1) vtkRendererSource_DepthValuesInScalarsOn; extern(C) void function(void* jarg1) vtkRendererSource_DepthValuesInScalarsOff; extern(C) void* function(void* jarg1) vtkRendererSource_GetOutput; extern(C) void* function(void* objectRef) vtkRendererSource_Upcast; extern(C) void* function() vtkHyperOctree_LEVELS; extern(C) void* function() vtkHyperOctree_DIMENSION; extern(C) void* function() vtkHyperOctree_SIZES; extern(C) void* function() vtkHyperOctree_New; extern(C) int function(const(char)* jarg1) vtkHyperOctree_IsTypeOf; extern(C) void* function(void* jarg1) vtkHyperOctree_SafeDownCast; extern(C) void* function(void* jarg1) vtkHyperOctree_NewInstance; extern(C) int function(void* jarg1) vtkHyperOctree_GetDimension; extern(C) void function(void* jarg1, int jarg2) vtkHyperOctree_SetDimension; extern(C) long function(void* jarg1) vtkHyperOctree_GetNumberOfLeaves; extern(C) long function(void* jarg1, int jarg2) vtkHyperOctree_GetMaxNumberOfPoints; extern(C) long function(void* jarg1, int jarg2) vtkHyperOctree_GetMaxNumberOfPointsOnBoundary; extern(C) long function(void* jarg1, int jarg2) vtkHyperOctree_GetMaxNumberOfCellsOnBoundary; extern(C) long function(void* jarg1) vtkHyperOctree_GetNumberOfLevels; extern(C) void function(void* jarg1, double jarg2, double jarg3, double jarg4) vtkHyperOctree_SetSize__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkHyperOctree_SetSize__SWIG_1; extern(C) void* function(void* jarg1) vtkHyperOctree_GetSize__SWIG_0; extern(C) void function(void* jarg1, void* jarg2, void* jarg3, void* jarg4) vtkHyperOctree_GetSize__SWIG_1; extern(C) void function(void* jarg1, void* jarg2) vtkHyperOctree_GetSize__SWIG_2; extern(C) void function(void* jarg1, double jarg2, double jarg3, double jarg4) vtkHyperOctree_SetOrigin__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkHyperOctree_SetOrigin__SWIG_1; extern(C) void* function(void* jarg1) vtkHyperOctree_GetOrigin__SWIG_0; extern(C) void function(void* jarg1, void* jarg2, void* jarg3, void* jarg4) vtkHyperOctree_GetOrigin__SWIG_1; extern(C) void function(void* jarg1, void* jarg2) vtkHyperOctree_GetOrigin__SWIG_2; extern(C) void* function(void* jarg1) vtkHyperOctree_NewCellCursor; extern(C) void function(void* jarg1, void* jarg2) vtkHyperOctree_SubdivideLeaf; extern(C) void function(void* jarg1, void* jarg2) vtkHyperOctree_CollapseTerminalNode; extern(C) void* function(void* jarg1, long jarg2) vtkHyperOctree_GetPoint__SWIG_0; extern(C) void function(void* jarg1, long jarg2, void* jarg3) vtkHyperOctree_GetPoint__SWIG_1; extern(C) void* function(void* jarg1, long jarg2) vtkHyperOctree_GetCell__SWIG_0; extern(C) void function(void* jarg1, long jarg2, void* jarg3) vtkHyperOctree_GetCell__SWIG_1; extern(C) void function(void* jarg1, long jarg2, void* jarg3) vtkHyperOctree_GetCellPoints__SWIG_0; extern(C) void function(void* jarg1, long jarg2, void* jarg3, void* jarg4) vtkHyperOctree_GetCellPoints__SWIG_1; extern(C) long function(void* jarg1, void* jarg2, void* jarg3, long jarg4, double jarg5, void* jarg6, void* jarg7, void* jarg8) vtkHyperOctree_FindCell__SWIG_0; extern(C) long function(void* jarg1, void* jarg2, void* jarg3, void* jarg4, long jarg5, double jarg6, void* jarg7, void* jarg8, void* jarg9) vtkHyperOctree_FindCell__SWIG_1; extern(C) void function(void* jarg1, void* jarg2, int jarg3, int jarg4, void* jarg5) vtkHyperOctree_GetPointsOnFace; extern(C) void function(void* jarg1, void* jarg2, int jarg3, void* jarg4, void* jarg5) vtkHyperOctree_GetPointsOnParentFaces; extern(C) void function(void* jarg1, void* jarg2, int jarg3, int jarg4, int jarg5, int jarg6, void* jarg7) vtkHyperOctree_GetPointsOnEdge; extern(C) void function(void* jarg1, void* jarg2, int jarg3, int jarg4, int jarg5, int jarg6, void* jarg7) vtkHyperOctree_GetPointsOnParentEdge; extern(C) void function(void* jarg1, void* jarg2, int jarg3, int jarg4, void* jarg5) vtkHyperOctree_GetPointsOnEdge2D; extern(C) void function(void* jarg1, void* jarg2, int jarg3, int jarg4, void* jarg5) vtkHyperOctree_GetPointsOnParentEdge2D; extern(C) void* function(void* jarg1) vtkHyperOctree_GetLeafData; extern(C) void function(void* jarg1, int jarg2) vtkHyperOctree_SetDualGridFlag; extern(C) int function(void* jarg1) vtkHyperOctree_GetDualGridFlag; extern(C) void* function(void* objectRef) vtkHyperOctree_Upcast; extern(C) int function(const(char)* jarg1) vtkHyperOctreeAlgorithm_IsTypeOf; extern(C) void* function(void* jarg1) vtkHyperOctreeAlgorithm_SafeDownCast; extern(C) void* function(void* jarg1) vtkHyperOctreeAlgorithm_NewInstance; extern(C) void* function(void* jarg1) vtkHyperOctreeAlgorithm_GetOutput__SWIG_0; extern(C) void* function(void* jarg1, int jarg2) vtkHyperOctreeAlgorithm_GetOutput__SWIG_1; extern(C) void function(void* jarg1, void* jarg2) vtkHyperOctreeAlgorithm_SetOutput; extern(C) void* function(void* jarg1) vtkHyperOctreeAlgorithm_GetInput__SWIG_0; extern(C) void* function(void* jarg1, int jarg2) vtkHyperOctreeAlgorithm_GetInput__SWIG_1; extern(C) void* function(void* jarg1, int jarg2) vtkHyperOctreeAlgorithm_GetHyperOctreeInput; extern(C) void function(void* jarg1, void* jarg2) vtkHyperOctreeAlgorithm_SetInputData__SWIG_0; extern(C) void function(void* jarg1, int jarg2, void* jarg3) vtkHyperOctreeAlgorithm_SetInputData__SWIG_1; extern(C) void function(void* jarg1, void* jarg2) vtkHyperOctreeAlgorithm_AddInputData__SWIG_0; extern(C) void function(void* jarg1, int jarg2, void* jarg3) vtkHyperOctreeAlgorithm_AddInputData__SWIG_1; extern(C) void* function(void* objectRef) vtkHyperOctreeAlgorithm_Upcast; extern(C) void* function() vtkSocketCommunicator_New; extern(C) int function(const(char)* jarg1) vtkSocketCommunicator_IsTypeOf; extern(C) void* function(void* jarg1) vtkSocketCommunicator_SafeDownCast; extern(C) void* function(void* jarg1) vtkSocketCommunicator_NewInstance; extern(C) int function(void* jarg1, int jarg2) vtkSocketCommunicator_WaitForConnection__SWIG_0; extern(C) int function(void* jarg1, void* jarg2, core.stdc.config.c_ulong jarg3) vtkSocketCommunicator_WaitForConnection__SWIG_1; extern(C) int function(void* jarg1, void* jarg2) vtkSocketCommunicator_WaitForConnection__SWIG_2; extern(C) void function(void* jarg1) vtkSocketCommunicator_CloseConnection; extern(C) int function(void* jarg1, const(char)* jarg2, int jarg3) vtkSocketCommunicator_ConnectTo; extern(C) int function(void* jarg1) vtkSocketCommunicator_GetSwapBytesInReceivedData; extern(C) int function(void* jarg1) vtkSocketCommunicator_GetIsConnected; extern(C) int function(void* jarg1, void* jarg2, void* jarg3, long jarg4, int jarg5, int jarg6, int jarg7) vtkSocketCommunicator_ReduceVoidArray__SWIG_0; extern(C) int function(void* jarg1, void* jarg2, void* jarg3, long jarg4, int jarg5, void* jarg6, int jarg7) vtkSocketCommunicator_ReduceVoidArray__SWIG_1; extern(C) int function(void* jarg1, void* jarg2, void* jarg3, long jarg4, int jarg5, int jarg6) vtkSocketCommunicator_AllReduceVoidArray__SWIG_0; extern(C) int function(void* jarg1, void* jarg2, void* jarg3, long jarg4, int jarg5, void* jarg6) vtkSocketCommunicator_AllReduceVoidArray__SWIG_1; extern(C) void function(void* jarg1, int jarg2) vtkSocketCommunicator_SetPerformHandshake; extern(C) int function(void* jarg1) vtkSocketCommunicator_GetPerformHandshakeMinValue; extern(C) int function(void* jarg1) vtkSocketCommunicator_GetPerformHandshakeMaxValue; extern(C) void function(void* jarg1) vtkSocketCommunicator_PerformHandshakeOn; extern(C) void function(void* jarg1) vtkSocketCommunicator_PerformHandshakeOff; extern(C) int function(void* jarg1) vtkSocketCommunicator_GetPerformHandshake; extern(C) int function(void* jarg1, const(char)* jarg2) vtkSocketCommunicator_LogToFile__SWIG_0; extern(C) int function(void* jarg1, const(char)* jarg2, int jarg3) vtkSocketCommunicator_LogToFile__SWIG_1; extern(C) void function(void* jarg1, int jarg2) vtkSocketCommunicator_SetReportErrors; extern(C) int function(void* jarg1) vtkSocketCommunicator_GetReportErrors; extern(C) void* function(void* jarg1) vtkSocketCommunicator_GetSocket; extern(C) void function(void* jarg1, void* jarg2) vtkSocketCommunicator_SetSocket; extern(C) int function(void* jarg1) vtkSocketCommunicator_Handshake; extern(C) int function(void* jarg1) vtkSocketCommunicator_ServerSideHandshake; extern(C) int function(void* jarg1) vtkSocketCommunicator_ClientSideHandshake; extern(C) int function(void* jarg1) vtkSocketCommunicator_GetIsServer; extern(C) int function() vtkSocketCommunicator_GetVersion; extern(C) void function(void* jarg1) vtkSocketCommunicator_BufferCurrentMessage; extern(C) uint function(void* jarg1) vtkSocketCommunicator_HasBufferredMessages; extern(C) void* function() new_vtkSocketCommunicator; extern(C) void function(void* jarg1) delete_vtkSocketCommunicator; extern(C) void* function(void* objectRef) vtkSocketCommunicator_Upcast; extern(C) int function(const(char)* jarg1) vtkCameraInterpolator_IsTypeOf; extern(C) void* function(void* jarg1) vtkCameraInterpolator_SafeDownCast; extern(C) void* function(void* jarg1) vtkCameraInterpolator_NewInstance; extern(C) void* function() vtkCameraInterpolator_New; extern(C) int function(void* jarg1) vtkCameraInterpolator_GetNumberOfCameras; extern(C) double function(void* jarg1) vtkCameraInterpolator_GetMinimumT; extern(C) double function(void* jarg1) vtkCameraInterpolator_GetMaximumT; extern(C) void function(void* jarg1) vtkCameraInterpolator_Initialize; extern(C) void function(void* jarg1, double jarg2, void* jarg3) vtkCameraInterpolator_AddCamera; extern(C) void function(void* jarg1, double jarg2) vtkCameraInterpolator_RemoveCamera; extern(C) void function(void* jarg1, double jarg2, void* jarg3) vtkCameraInterpolator_InterpolateCamera; extern(C) void function(void* jarg1, int jarg2) vtkCameraInterpolator_SetInterpolationType; extern(C) int function(void* jarg1) vtkCameraInterpolator_GetInterpolationTypeMinValue; extern(C) int function(void* jarg1) vtkCameraInterpolator_GetInterpolationTypeMaxValue; extern(C) int function(void* jarg1) vtkCameraInterpolator_GetInterpolationType; extern(C) void function(void* jarg1) vtkCameraInterpolator_SetInterpolationTypeToLinear; extern(C) void function(void* jarg1) vtkCameraInterpolator_SetInterpolationTypeToSpline; extern(C) void function(void* jarg1) vtkCameraInterpolator_SetInterpolationTypeToManual; extern(C) void function(void* jarg1, void* jarg2) vtkCameraInterpolator_SetPositionInterpolator; extern(C) void* function(void* jarg1) vtkCameraInterpolator_GetPositionInterpolator; extern(C) void function(void* jarg1, void* jarg2) vtkCameraInterpolator_SetFocalPointInterpolator; extern(C) void* function(void* jarg1) vtkCameraInterpolator_GetFocalPointInterpolator; extern(C) void function(void* jarg1, void* jarg2) vtkCameraInterpolator_SetViewUpInterpolator; extern(C) void* function(void* jarg1) vtkCameraInterpolator_GetViewUpInterpolator; extern(C) void function(void* jarg1, void* jarg2) vtkCameraInterpolator_SetViewAngleInterpolator; extern(C) void* function(void* jarg1) vtkCameraInterpolator_GetViewAngleInterpolator; extern(C) void function(void* jarg1, void* jarg2) vtkCameraInterpolator_SetParallelScaleInterpolator; extern(C) void* function(void* jarg1) vtkCameraInterpolator_GetParallelScaleInterpolator; extern(C) void function(void* jarg1, void* jarg2) vtkCameraInterpolator_SetClippingRangeInterpolator; extern(C) void* function(void* jarg1) vtkCameraInterpolator_GetClippingRangeInterpolator; extern(C) void* function(void* objectRef) vtkCameraInterpolator_Upcast; extern(C) int function(const(char)* jarg1) vtkBSPIntersections_IsTypeOf; extern(C) void* function(void* jarg1) vtkBSPIntersections_SafeDownCast; extern(C) void* function(void* jarg1) vtkBSPIntersections_NewInstance; extern(C) void* function() vtkBSPIntersections_New; extern(C) void function(void* jarg1, void* jarg2) vtkBSPIntersections_SetCuts; extern(C) void* function(void* jarg1) vtkBSPIntersections_GetCuts; extern(C) int function(void* jarg1, void* jarg2) vtkBSPIntersections_GetBounds; extern(C) int function(void* jarg1) vtkBSPIntersections_GetNumberOfRegions; extern(C) int function(void* jarg1, int jarg2, void* jarg3) vtkBSPIntersections_GetRegionBounds; extern(C) int function(void* jarg1, int jarg2, void* jarg3) vtkBSPIntersections_GetRegionDataBounds; extern(C) int function(void* jarg1, int jarg2, void* jarg3) vtkBSPIntersections_IntersectsBox__SWIG_0; extern(C) int function(void* jarg1, int jarg2, double jarg3, double jarg4, double jarg5, double jarg6, double jarg7, double jarg8) vtkBSPIntersections_IntersectsBox__SWIG_1; extern(C) int function(void* jarg1, void* jarg2, int jarg3, void* jarg4) vtkBSPIntersections_IntersectsBox__SWIG_2; extern(C) int function(void* jarg1, void* jarg2, int jarg3, double jarg4, double jarg5, double jarg6, double jarg7, double jarg8, double jarg9) vtkBSPIntersections_IntersectsBox__SWIG_3; extern(C) int function(void* jarg1, int jarg2, double jarg3, double jarg4, double jarg5, double jarg6) vtkBSPIntersections_IntersectsSphere2__SWIG_0; extern(C) int function(void* jarg1, void* jarg2, int jarg3, double jarg4, double jarg5, double jarg6, double jarg7) vtkBSPIntersections_IntersectsSphere2__SWIG_1; extern(C) int function(void* jarg1, int jarg2, void* jarg3, int jarg4) vtkBSPIntersections_IntersectsCell__SWIG_0; extern(C) int function(void* jarg1, int jarg2, void* jarg3) vtkBSPIntersections_IntersectsCell__SWIG_1; extern(C) int function(void* jarg1, void* jarg2, int jarg3, void* jarg4, int jarg5) vtkBSPIntersections_IntersectsCell__SWIG_2; extern(C) int function(void* jarg1, void* jarg2, int jarg3, void* jarg4) vtkBSPIntersections_IntersectsCell__SWIG_3; extern(C) int function(void* jarg1) vtkBSPIntersections_GetComputeIntersectionsUsingDataBounds; extern(C) void function(void* jarg1, int jarg2) vtkBSPIntersections_SetComputeIntersectionsUsingDataBounds; extern(C) void function(void* jarg1) vtkBSPIntersections_ComputeIntersectionsUsingDataBoundsOn; extern(C) void function(void* jarg1) vtkBSPIntersections_ComputeIntersectionsUsingDataBoundsOff; extern(C) void* function(void* objectRef) vtkBSPIntersections_Upcast; extern(C) void* function() vtkDataSetSurfaceFilter_New; extern(C) int function(const(char)* jarg1) vtkDataSetSurfaceFilter_IsTypeOf; extern(C) void* function(void* jarg1) vtkDataSetSurfaceFilter_SafeDownCast; extern(C) void* function(void* jarg1) vtkDataSetSurfaceFilter_NewInstance; extern(C) void function(void* jarg1, int jarg2) vtkDataSetSurfaceFilter_SetUseStrips; extern(C) int function(void* jarg1) vtkDataSetSurfaceFilter_GetUseStrips; extern(C) void function(void* jarg1) vtkDataSetSurfaceFilter_UseStripsOn; extern(C) void function(void* jarg1) vtkDataSetSurfaceFilter_UseStripsOff; extern(C) void function(void* jarg1, int jarg2) vtkDataSetSurfaceFilter_SetPieceInvariant; extern(C) int function(void* jarg1) vtkDataSetSurfaceFilter_GetPieceInvariant; extern(C) void function(void* jarg1, int jarg2) vtkDataSetSurfaceFilter_SetPassThroughCellIds; extern(C) int function(void* jarg1) vtkDataSetSurfaceFilter_GetPassThroughCellIds; extern(C) void function(void* jarg1) vtkDataSetSurfaceFilter_PassThroughCellIdsOn; extern(C) void function(void* jarg1) vtkDataSetSurfaceFilter_PassThroughCellIdsOff; extern(C) void function(void* jarg1, int jarg2) vtkDataSetSurfaceFilter_SetPassThroughPointIds; extern(C) int function(void* jarg1) vtkDataSetSurfaceFilter_GetPassThroughPointIds; extern(C) void function(void* jarg1) vtkDataSetSurfaceFilter_PassThroughPointIdsOn; extern(C) void function(void* jarg1) vtkDataSetSurfaceFilter_PassThroughPointIdsOff; extern(C) void function(void* jarg1, const(char)* jarg2) vtkDataSetSurfaceFilter_SetOriginalCellIdsName; extern(C) const(char)* function(void* jarg1) vtkDataSetSurfaceFilter_GetOriginalCellIdsName; extern(C) void function(void* jarg1, const(char)* jarg2) vtkDataSetSurfaceFilter_SetOriginalPointIdsName; extern(C) const(char)* function(void* jarg1) vtkDataSetSurfaceFilter_GetOriginalPointIdsName; extern(C) void function(void* jarg1, int jarg2) vtkDataSetSurfaceFilter_SetNonlinearSubdivisionLevel; extern(C) int function(void* jarg1) vtkDataSetSurfaceFilter_GetNonlinearSubdivisionLevel; extern(C) int function(void* jarg1, void* jarg2, void* jarg3, void* jarg4, void* jarg5) vtkDataSetSurfaceFilter_StructuredExecute__SWIG_0; extern(C) int function(void* jarg1, void* jarg2, void* jarg3, void* jarg4, void* jarg5) vtkDataSetSurfaceFilter_StructuredExecute__SWIG_1; extern(C) int function(void* jarg1, void* jarg2, void* jarg3, int jarg4) vtkDataSetSurfaceFilter_UnstructuredGridExecute; extern(C) int function(void* jarg1, void* jarg2, void* jarg3) vtkDataSetSurfaceFilter_DataSetExecute; extern(C) int function(void* jarg1, void* jarg2, void* jarg3, void* jarg4, void* jarg5, void* jarg6) vtkDataSetSurfaceFilter_UniformGridExecute__SWIG_0; extern(C) int function(void* jarg1, void* jarg2, void* jarg3, void* jarg4, void* jarg5, void* jarg6) vtkDataSetSurfaceFilter_UniformGridExecute__SWIG_1; extern(C) void* function(void* objectRef) vtkDataSetSurfaceFilter_Upcast; extern(C) void* function() vtkArrayNorm_New; extern(C) int function(const(char)* jarg1) vtkArrayNorm_IsTypeOf; extern(C) void* function(void* jarg1) vtkArrayNorm_SafeDownCast; extern(C) void* function(void* jarg1) vtkArrayNorm_NewInstance; extern(C) int function(void* jarg1) vtkArrayNorm_GetDimension; extern(C) void function(void* jarg1, int jarg2) vtkArrayNorm_SetDimension; extern(C) int function(void* jarg1) vtkArrayNorm_GetL; extern(C) void function(void* jarg1, int jarg2) vtkArrayNorm_SetL; extern(C) void function(void* jarg1, int jarg2) vtkArrayNorm_SetInvert; extern(C) int function(void* jarg1) vtkArrayNorm_GetInvert; extern(C) void* function() new_vtkArrayNorm; extern(C) void function(void* jarg1) delete_vtkArrayNorm; extern(C) void* function(void* objectRef) vtkArrayNorm_Upcast; extern(C) void* function() vtkGraphReader_New; extern(C) int function(const(char)* jarg1) vtkGraphReader_IsTypeOf; extern(C) void* function(void* jarg1) vtkGraphReader_SafeDownCast; extern(C) void* function(void* jarg1) vtkGraphReader_NewInstance; extern(C) void* function(void* jarg1) vtkGraphReader_GetOutput__SWIG_0; extern(C) void* function(void* jarg1, int jarg2) vtkGraphReader_GetOutput__SWIG_1; extern(C) void function(void* jarg1, void* jarg2) vtkGraphReader_SetOutput; extern(C) void* function(void* objectRef) vtkGraphReader_Upcast; extern(C) void* function() vtkSynchronizedTemplates3D_New; extern(C) int function(const(char)* jarg1) vtkSynchronizedTemplates3D_IsTypeOf; extern(C) void* function(void* jarg1) vtkSynchronizedTemplates3D_SafeDownCast; extern(C) void* function(void* jarg1) vtkSynchronizedTemplates3D_NewInstance; extern(C) void function(void* jarg1, int jarg2) vtkSynchronizedTemplates3D_SetComputeNormals; extern(C) int function(void* jarg1) vtkSynchronizedTemplates3D_GetComputeNormals; extern(C) void function(void* jarg1) vtkSynchronizedTemplates3D_ComputeNormalsOn; extern(C) void function(void* jarg1) vtkSynchronizedTemplates3D_ComputeNormalsOff; extern(C) void function(void* jarg1, int jarg2) vtkSynchronizedTemplates3D_SetComputeGradients; extern(C) int function(void* jarg1) vtkSynchronizedTemplates3D_GetComputeGradients; extern(C) void function(void* jarg1) vtkSynchronizedTemplates3D_ComputeGradientsOn; extern(C) void function(void* jarg1) vtkSynchronizedTemplates3D_ComputeGradientsOff; extern(C) void function(void* jarg1, int jarg2) vtkSynchronizedTemplates3D_SetComputeScalars; extern(C) int function(void* jarg1) vtkSynchronizedTemplates3D_GetComputeScalars; extern(C) void function(void* jarg1) vtkSynchronizedTemplates3D_ComputeScalarsOn; extern(C) void function(void* jarg1) vtkSynchronizedTemplates3D_ComputeScalarsOff; extern(C) void function(void* jarg1, int jarg2) vtkSynchronizedTemplates3D_SetGenerateTriangles; extern(C) int function(void* jarg1) vtkSynchronizedTemplates3D_GetGenerateTriangles; extern(C) void function(void* jarg1) vtkSynchronizedTemplates3D_GenerateTrianglesOn; extern(C) void function(void* jarg1) vtkSynchronizedTemplates3D_GenerateTrianglesOff; extern(C) void function(void* jarg1, int jarg2, double jarg3) vtkSynchronizedTemplates3D_SetValue; extern(C) double function(void* jarg1, int jarg2) vtkSynchronizedTemplates3D_GetValue; extern(C) void* function(void* jarg1) vtkSynchronizedTemplates3D_GetValues__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkSynchronizedTemplates3D_GetValues__SWIG_1; extern(C) void function(void* jarg1, int jarg2) vtkSynchronizedTemplates3D_SetNumberOfContours; extern(C) int function(void* jarg1) vtkSynchronizedTemplates3D_GetNumberOfContours; extern(C) void function(void* jarg1, int jarg2, void* jarg3) vtkSynchronizedTemplates3D_GenerateValues__SWIG_0; extern(C) void function(void* jarg1, int jarg2, double jarg3, double jarg4) vtkSynchronizedTemplates3D_GenerateValues__SWIG_1; extern(C) void* function(void* jarg1) vtkSynchronizedTemplates3D_GetExecuteExtent; extern(C) void function(void* jarg1, void* jarg2, void* jarg3, void* jarg4, void* jarg5, void* jarg6) vtkSynchronizedTemplates3D_ThreadedExecute; extern(C) void function(void* jarg1, core.stdc.config.c_ulong jarg2) vtkSynchronizedTemplates3D_SetInputMemoryLimit; extern(C) core.stdc.config.c_ulong function(void* jarg1) vtkSynchronizedTemplates3D_GetInputMemoryLimit; extern(C) void function(void* jarg1, int jarg2) vtkSynchronizedTemplates3D_SetArrayComponent; extern(C) int function(void* jarg1) vtkSynchronizedTemplates3D_GetArrayComponent; extern(C) void* function(void* objectRef) vtkSynchronizedTemplates3D_Upcast; extern(C) void* function() vtkAxes_New; extern(C) int function(const(char)* jarg1) vtkAxes_IsTypeOf; extern(C) void* function(void* jarg1) vtkAxes_SafeDownCast; extern(C) void* function(void* jarg1) vtkAxes_NewInstance; extern(C) void function(void* jarg1, double jarg2, double jarg3, double jarg4) vtkAxes_SetOrigin__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkAxes_SetOrigin__SWIG_1; extern(C) void* function(void* jarg1) vtkAxes_GetOrigin__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkAxes_GetOrigin__SWIG_1; extern(C) void function(void* jarg1, double jarg2) vtkAxes_SetScaleFactor; extern(C) double function(void* jarg1) vtkAxes_GetScaleFactor; extern(C) void function(void* jarg1, int jarg2) vtkAxes_SetSymmetric; extern(C) int function(void* jarg1) vtkAxes_GetSymmetric; extern(C) void function(void* jarg1) vtkAxes_SymmetricOn; extern(C) void function(void* jarg1) vtkAxes_SymmetricOff; extern(C) void function(void* jarg1, int jarg2) vtkAxes_SetComputeNormals; extern(C) int function(void* jarg1) vtkAxes_GetComputeNormals; extern(C) void function(void* jarg1) vtkAxes_ComputeNormalsOn; extern(C) void function(void* jarg1) vtkAxes_ComputeNormalsOff; extern(C) void* function(void* objectRef) vtkAxes_Upcast; extern(C) int function(const(char)* jarg1) vtkCommand_IsTypeOf; extern(C) void* function(void* jarg1) vtkCommand_SafeDownCast; extern(C) void* function(void* jarg1) vtkCommand_NewInstance; extern(C) void function(void* jarg1) vtkCommand_UnRegister__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkCommand_UnRegister__SWIG_1; extern(C) void function(void* jarg1, void* jarg2, core.stdc.config.c_ulong jarg3, void* jarg4) vtkCommand_Execute; extern(C) const(char)* function(core.stdc.config.c_ulong jarg1) vtkCommand_GetStringFromEventId; extern(C) core.stdc.config.c_ulong function(const(char)* jarg1) vtkCommand_GetEventIdFromString; extern(C) void function(void* jarg1, int jarg2) vtkCommand_SetAbortFlag; extern(C) int function(void* jarg1) vtkCommand_GetAbortFlag; extern(C) void function(void* jarg1) vtkCommand_AbortFlagOn; extern(C) void function(void* jarg1) vtkCommand_AbortFlagOff; extern(C) void function(void* jarg1, int jarg2) vtkCommand_SetPassiveObserver; extern(C) int function(void* jarg1) vtkCommand_GetPassiveObserver; extern(C) void function(void* jarg1) vtkCommand_PassiveObserverOn; extern(C) void function(void* jarg1) vtkCommand_PassiveObserverOff; extern(C) void* function(void* objectRef) vtkCommand_Upcast; extern(C) int function(const(char)* jarg1) vtkControlPointsItem_IsTypeOf; extern(C) void* function(void* jarg1) vtkControlPointsItem_SafeDownCast; extern(C) void* function(void* jarg1) vtkControlPointsItem_NewInstance; extern(C) void function(void* jarg1, double jarg2, double jarg3, double jarg4, double jarg5) vtkControlPointsItem_SetUserBounds__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkControlPointsItem_SetUserBounds__SWIG_1; extern(C) void* function(void* jarg1) vtkControlPointsItem_GetUserBounds__SWIG_0; extern(C) void function(void* jarg1, void* jarg2, void* jarg3, void* jarg4, void* jarg5) vtkControlPointsItem_GetUserBounds__SWIG_1; extern(C) void function(void* jarg1, void* jarg2) vtkControlPointsItem_GetUserBounds__SWIG_2; extern(C) void function(void* jarg1, double jarg2, double jarg3, double jarg4, double jarg5) vtkControlPointsItem_SetValidBounds__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkControlPointsItem_SetValidBounds__SWIG_1; extern(C) void* function(void* jarg1) vtkControlPointsItem_GetValidBounds__SWIG_0; extern(C) void function(void* jarg1, void* jarg2, void* jarg3, void* jarg4, void* jarg5) vtkControlPointsItem_GetValidBounds__SWIG_1; extern(C) void function(void* jarg1, void* jarg2) vtkControlPointsItem_GetValidBounds__SWIG_2; extern(C) float function(void* jarg1) vtkControlPointsItem_GetScreenPointRadius; extern(C) void function(void* jarg1, float jarg2) vtkControlPointsItem_SetScreenPointRadius; extern(C) void function(void* jarg1, long jarg2) vtkControlPointsItem_SelectPoint__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkControlPointsItem_SelectPoint__SWIG_1; extern(C) void function(void* jarg1) vtkControlPointsItem_SelectAllPoints; extern(C) void function(void* jarg1, long jarg2) vtkControlPointsItem_DeselectPoint__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkControlPointsItem_DeselectPoint__SWIG_1; extern(C) void function(void* jarg1) vtkControlPointsItem_DeselectAllPoints; extern(C) void function(void* jarg1, long jarg2) vtkControlPointsItem_ToggleSelectPoint__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkControlPointsItem_ToggleSelectPoint__SWIG_1; extern(C) uint function(void* jarg1, void* jarg2, void* jarg3) vtkControlPointsItem_SelectPoints; extern(C) long function(void* jarg1) vtkControlPointsItem_GetNumberOfSelectedPoints; extern(C) long function(void* jarg1, void* jarg2) vtkControlPointsItem_FindPoint; extern(C) uint function(void* jarg1, void* jarg2, long jarg3) vtkControlPointsItem_IsOverPoint; extern(C) long function(void* jarg1, void* jarg2) vtkControlPointsItem_GetControlPointId; extern(C) void function(void* jarg1, void* jarg2, uint jarg3) vtkControlPointsItem_GetControlPointsIds__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkControlPointsItem_GetControlPointsIds__SWIG_1; extern(C) uint function(void* jarg1) vtkControlPointsItem_GetStrokeMode; extern(C) void function(void* jarg1, uint jarg2) vtkControlPointsItem_SetSwitchPointsMode; extern(C) uint function(void* jarg1) vtkControlPointsItem_GetSwitchPointsMode; extern(C) void function(void* jarg1, uint jarg2) vtkControlPointsItem_SetEndPointsXMovable; extern(C) uint function(void* jarg1) vtkControlPointsItem_GetEndPointsXMovable; extern(C) void function(void* jarg1, uint jarg2) vtkControlPointsItem_SetEndPointsYMovable; extern(C) uint function(void* jarg1) vtkControlPointsItem_GetEndPointsYMovable; extern(C) uint function(void* jarg1) vtkControlPointsItem_GetEndPointsMovable; extern(C) void function(void* jarg1, uint jarg2) vtkControlPointsItem_SetEndPointsRemovable; extern(C) uint function(void* jarg1) vtkControlPointsItem_GetEndPointsRemovable; extern(C) long function(void* jarg1, void* jarg2) vtkControlPointsItem_AddPoint; extern(C) long function(void* jarg1, void* jarg2) vtkControlPointsItem_RemovePoint__SWIG_0; extern(C) long function(void* jarg1, long jarg2) vtkControlPointsItem_RemovePoint__SWIG_1; extern(C) void function(void* jarg1) vtkControlPointsItem_RemoveCurrentPoint; extern(C) long function(void* jarg1) vtkControlPointsItem_GetNumberOfPoints; extern(C) void function(void* jarg1, long jarg2, void* jarg3) vtkControlPointsItem_GetControlPoint; extern(C) void function(void* jarg1, long jarg2, void* jarg3) vtkControlPointsItem_SetControlPoint; extern(C) void function(void* jarg1, void* jarg2, void* jarg3) vtkControlPointsItem_MovePoints__SWIG_0; extern(C) void function(void* jarg1, void* jarg2, uint jarg3) vtkControlPointsItem_MovePoints__SWIG_1; extern(C) void function(void* jarg1, void* jarg2) vtkControlPointsItem_MovePoints__SWIG_2; extern(C) void function(void* jarg1, float jarg2, void* jarg3) vtkControlPointsItem_SpreadPoints__SWIG_0; extern(C) void function(void* jarg1, float jarg2, uint jarg3) vtkControlPointsItem_SpreadPoints__SWIG_1; extern(C) void function(void* jarg1, float jarg2) vtkControlPointsItem_SpreadPoints__SWIG_2; extern(C) long function(void* jarg1) vtkControlPointsItem_GetCurrentPoint; extern(C) void function(void* jarg1, long jarg2) vtkControlPointsItem_SetCurrentPoint; extern(C) void* function(void* jarg1) vtkControlPointsItem_GetSelectedPointPen; extern(C) void* function(void* jarg1) vtkControlPointsItem_GetSelectedPointBrush; extern(C) void function(void* jarg1) vtkControlPointsItem_ResetBounds; extern(C) uint function(void* jarg1, void* jarg2) vtkControlPointsItem_MouseButtonPressEvent; extern(C) uint function(void* jarg1, void* jarg2) vtkControlPointsItem_MouseDoubleClickEvent; extern(C) uint function(void* jarg1, void* jarg2) vtkControlPointsItem_MouseMoveEvent; extern(C) uint function(void* jarg1, void* jarg2) vtkControlPointsItem_KeyPressEvent; extern(C) uint function(void* jarg1, void* jarg2) vtkControlPointsItem_KeyReleaseEvent; extern(C) void* function(void* objectRef) vtkControlPointsItem_Upcast; extern(C) int function(const(char)* jarg1) vtkColorTransferControlPointsItem_IsTypeOf; extern(C) void* function(void* jarg1) vtkColorTransferControlPointsItem_SafeDownCast; extern(C) void* function(void* jarg1) vtkColorTransferControlPointsItem_NewInstance; extern(C) void* function() vtkColorTransferControlPointsItem_New; extern(C) void function(void* jarg1, void* jarg2) vtkColorTransferControlPointsItem_SetColorTransferFunction; extern(C) void* function(void* jarg1) vtkColorTransferControlPointsItem_GetColorTransferFunction; extern(C) void function(void* jarg1, uint jarg2) vtkColorTransferControlPointsItem_SetColorFill; extern(C) uint function(void* jarg1) vtkColorTransferControlPointsItem_GetColorFill; extern(C) void* function(void* objectRef) vtkColorTransferControlPointsItem_Upcast; extern(C) int function(const(char)* jarg1) vtkCollectionIterator_IsTypeOf; extern(C) void* function(void* jarg1) vtkCollectionIterator_SafeDownCast; extern(C) void* function(void* jarg1) vtkCollectionIterator_NewInstance; extern(C) void* function() vtkCollectionIterator_New; extern(C) void function(void* jarg1, void* jarg2) vtkCollectionIterator_SetCollection; extern(C) void* function(void* jarg1) vtkCollectionIterator_GetCollection; extern(C) void function(void* jarg1) vtkCollectionIterator_InitTraversal; extern(C) void function(void* jarg1) vtkCollectionIterator_GoToFirstItem; extern(C) void function(void* jarg1) vtkCollectionIterator_GoToNextItem; extern(C) int function(void* jarg1) vtkCollectionIterator_IsDoneWithTraversal; extern(C) void* function(void* jarg1) vtkCollectionIterator_GetCurrentObject; extern(C) void* function(void* objectRef) vtkCollectionIterator_Upcast; extern(C) int function(const(char)* jarg1) vtkDataArrayCollectionIterator_IsTypeOf; extern(C) void* function(void* jarg1) vtkDataArrayCollectionIterator_SafeDownCast; extern(C) void* function(void* jarg1) vtkDataArrayCollectionIterator_NewInstance; extern(C) void* function() vtkDataArrayCollectionIterator_New; extern(C) void function(void* jarg1, void* jarg2) vtkDataArrayCollectionIterator_SetCollection__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkDataArrayCollectionIterator_SetCollection__SWIG_1; extern(C) void* function(void* jarg1) vtkDataArrayCollectionIterator_GetDataArray; extern(C) void* function(void* objectRef) vtkDataArrayCollectionIterator_Upcast; extern(C) void* function() vtkImageNoiseSource_New; extern(C) int function(const(char)* jarg1) vtkImageNoiseSource_IsTypeOf; extern(C) void* function(void* jarg1) vtkImageNoiseSource_SafeDownCast; extern(C) void* function(void* jarg1) vtkImageNoiseSource_NewInstance; extern(C) void function(void* jarg1, double jarg2) vtkImageNoiseSource_SetMinimum; extern(C) double function(void* jarg1) vtkImageNoiseSource_GetMinimum; extern(C) void function(void* jarg1, double jarg2) vtkImageNoiseSource_SetMaximum; extern(C) double function(void* jarg1) vtkImageNoiseSource_GetMaximum; extern(C) void function(void* jarg1, int jarg2, int jarg3, int jarg4, int jarg5, int jarg6, int jarg7) vtkImageNoiseSource_SetWholeExtent__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkImageNoiseSource_SetWholeExtent__SWIG_1; extern(C) void* function(void* objectRef) vtkImageNoiseSource_Upcast; extern(C) void* function() vtkInteractorStyleTerrain_New; extern(C) int function(const(char)* jarg1) vtkInteractorStyleTerrain_IsTypeOf; extern(C) void* function(void* jarg1) vtkInteractorStyleTerrain_SafeDownCast; extern(C) void* function(void* jarg1) vtkInteractorStyleTerrain_NewInstance; extern(C) void function(void* jarg1, int jarg2) vtkInteractorStyleTerrain_SetLatLongLines; extern(C) int function(void* jarg1) vtkInteractorStyleTerrain_GetLatLongLines; extern(C) void function(void* jarg1) vtkInteractorStyleTerrain_LatLongLinesOn; extern(C) void function(void* jarg1) vtkInteractorStyleTerrain_LatLongLinesOff; extern(C) void* function(void* objectRef) vtkInteractorStyleTerrain_Upcast; extern(C) void* function() vtkCoincidentTopologyResolutionPainter_New; extern(C) int function(const(char)* jarg1) vtkCoincidentTopologyResolutionPainter_IsTypeOf; extern(C) void* function(void* jarg1) vtkCoincidentTopologyResolutionPainter_SafeDownCast; extern(C) void* function(void* jarg1) vtkCoincidentTopologyResolutionPainter_NewInstance; extern(C) void* function() vtkCoincidentTopologyResolutionPainter_RESOLVE_COINCIDENT_TOPOLOGY; extern(C) void* function() vtkCoincidentTopologyResolutionPainter_Z_SHIFT; extern(C) void* function() vtkCoincidentTopologyResolutionPainter_POLYGON_OFFSET_PARAMETERS; extern(C) void* function() vtkCoincidentTopologyResolutionPainter_POLYGON_OFFSET_FACES; extern(C) void* function(void* objectRef) vtkCoincidentTopologyResolutionPainter_Upcast; extern(C) void* function() vtkOpenGLCoincidentTopologyResolutionPainter_New; extern(C) int function(const(char)* jarg1) vtkOpenGLCoincidentTopologyResolutionPainter_IsTypeOf; extern(C) void* function(void* jarg1) vtkOpenGLCoincidentTopologyResolutionPainter_SafeDownCast; extern(C) void* function(void* jarg1) vtkOpenGLCoincidentTopologyResolutionPainter_NewInstance; extern(C) void* function(void* objectRef) vtkOpenGLCoincidentTopologyResolutionPainter_Upcast; extern(C) void* function() vtkExodusIIWriter_New; extern(C) int function(const(char)* jarg1) vtkExodusIIWriter_IsTypeOf; extern(C) void* function(void* jarg1) vtkExodusIIWriter_SafeDownCast; extern(C) void* function(void* jarg1) vtkExodusIIWriter_NewInstance; extern(C) void function(void* jarg1, void* jarg2) vtkExodusIIWriter_SetModelMetadata; extern(C) void* function(void* jarg1) vtkExodusIIWriter_GetModelMetadata; extern(C) void function(void* jarg1, const(char)* jarg2) vtkExodusIIWriter_SetFileName; extern(C) const(char)* function(void* jarg1) vtkExodusIIWriter_GetFileName; extern(C) void function(void* jarg1, int jarg2) vtkExodusIIWriter_SetStoreDoubles; extern(C) int function(void* jarg1) vtkExodusIIWriter_GetStoreDoubles; extern(C) void function(void* jarg1, int jarg2) vtkExodusIIWriter_SetGhostLevel; extern(C) int function(void* jarg1) vtkExodusIIWriter_GetGhostLevel; extern(C) void function(void* jarg1, int jarg2) vtkExodusIIWriter_SetWriteOutBlockIdArray; extern(C) int function(void* jarg1) vtkExodusIIWriter_GetWriteOutBlockIdArray; extern(C) void function(void* jarg1) vtkExodusIIWriter_WriteOutBlockIdArrayOn; extern(C) void function(void* jarg1) vtkExodusIIWriter_WriteOutBlockIdArrayOff; extern(C) void function(void* jarg1, int jarg2) vtkExodusIIWriter_SetWriteOutGlobalNodeIdArray; extern(C) int function(void* jarg1) vtkExodusIIWriter_GetWriteOutGlobalNodeIdArray; extern(C) void function(void* jarg1) vtkExodusIIWriter_WriteOutGlobalNodeIdArrayOn; extern(C) void function(void* jarg1) vtkExodusIIWriter_WriteOutGlobalNodeIdArrayOff; extern(C) void function(void* jarg1, int jarg2) vtkExodusIIWriter_SetWriteOutGlobalElementIdArray; extern(C) int function(void* jarg1) vtkExodusIIWriter_GetWriteOutGlobalElementIdArray; extern(C) void function(void* jarg1) vtkExodusIIWriter_WriteOutGlobalElementIdArrayOn; extern(C) void function(void* jarg1) vtkExodusIIWriter_WriteOutGlobalElementIdArrayOff; extern(C) void function(void* jarg1, int jarg2) vtkExodusIIWriter_SetWriteAllTimeSteps; extern(C) int function(void* jarg1) vtkExodusIIWriter_GetWriteAllTimeSteps; extern(C) void function(void* jarg1) vtkExodusIIWriter_WriteAllTimeStepsOn; extern(C) void function(void* jarg1) vtkExodusIIWriter_WriteAllTimeStepsOff; extern(C) void function(void* jarg1, const(char)* jarg2) vtkExodusIIWriter_SetBlockIdArrayName; extern(C) const(char)* function(void* jarg1) vtkExodusIIWriter_GetBlockIdArrayName; extern(C) void* function(void* objectRef) vtkExodusIIWriter_Upcast; extern(C) int function() VTK_BSPLINE_EDGE_get; extern(C) int function() VTK_BSPLINE_ZERO_get; extern(C) int function() VTK_BSPLINE_ZERO_AT_BORDER_get; extern(C) void* function() vtkBSplineTransform_New; extern(C) int function(const(char)* jarg1) vtkBSplineTransform_IsTypeOf; extern(C) void* function(void* jarg1) vtkBSplineTransform_SafeDownCast; extern(C) void* function(void* jarg1) vtkBSplineTransform_NewInstance; extern(C) void function(void* jarg1, void* jarg2) vtkBSplineTransform_SetCoefficientConnection; extern(C) void function(void* jarg1, void* jarg2) vtkBSplineTransform_SetCoefficientData; extern(C) void* function(void* jarg1) vtkBSplineTransform_GetCoefficientData; extern(C) void function(void* jarg1, double jarg2) vtkBSplineTransform_SetDisplacementScale; extern(C) void function(void* jarg1, int jarg2) vtkBSplineTransform_SetBorderMode; extern(C) int function(void* jarg1) vtkBSplineTransform_GetBorderModeMinValue; extern(C) int function(void* jarg1) vtkBSplineTransform_GetBorderModeMaxValue; extern(C) void function(void* jarg1) vtkBSplineTransform_SetBorderModeToEdge; extern(C) void function(void* jarg1) vtkBSplineTransform_SetBorderModeToZero; extern(C) void function(void* jarg1) vtkBSplineTransform_SetBorderModeToZeroAtBorder; extern(C) int function(void* jarg1) vtkBSplineTransform_GetBorderMode; extern(C) const(char)* function(void* jarg1) vtkBSplineTransform_GetBorderModeAsString; extern(C) void* function(void* objectRef) vtkBSplineTransform_Upcast; extern(C) void* function() vtkHyperTreeGridToUnstructuredGrid_New; extern(C) int function(const(char)* jarg1) vtkHyperTreeGridToUnstructuredGrid_IsTypeOf; extern(C) void* function(void* jarg1) vtkHyperTreeGridToUnstructuredGrid_SafeDownCast; extern(C) void* function(void* jarg1) vtkHyperTreeGridToUnstructuredGrid_NewInstance; extern(C) void* function(void* objectRef) vtkHyperTreeGridToUnstructuredGrid_Upcast; extern(C) int function(const(char)* jarg1) vtkShepardMethod_IsTypeOf; extern(C) void* function(void* jarg1) vtkShepardMethod_SafeDownCast; extern(C) void* function(void* jarg1) vtkShepardMethod_NewInstance; extern(C) void* function() vtkShepardMethod_New; extern(C) double function(void* jarg1, void* jarg2, void* jarg3) vtkShepardMethod_ComputeModelBounds; extern(C) void* function(void* jarg1) vtkShepardMethod_GetSampleDimensions__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkShepardMethod_GetSampleDimensions__SWIG_1; extern(C) void function(void* jarg1, int jarg2, int jarg3, int jarg4) vtkShepardMethod_SetSampleDimensions__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkShepardMethod_SetSampleDimensions__SWIG_1; extern(C) void function(void* jarg1, double jarg2) vtkShepardMethod_SetMaximumDistance; extern(C) double function(void* jarg1) vtkShepardMethod_GetMaximumDistanceMinValue; extern(C) double function(void* jarg1) vtkShepardMethod_GetMaximumDistanceMaxValue; extern(C) double function(void* jarg1) vtkShepardMethod_GetMaximumDistance; extern(C) void function(void* jarg1, double jarg2, double jarg3, double jarg4, double jarg5, double jarg6, double jarg7) vtkShepardMethod_SetModelBounds__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkShepardMethod_SetModelBounds__SWIG_1; extern(C) void* function(void* jarg1) vtkShepardMethod_GetModelBounds__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkShepardMethod_GetModelBounds__SWIG_1; extern(C) void function(void* jarg1, double jarg2) vtkShepardMethod_SetNullValue; extern(C) double function(void* jarg1) vtkShepardMethod_GetNullValue; extern(C) void* function(void* objectRef) vtkShepardMethod_Upcast; extern(C) void* function() vtkThreadMessager_New; extern(C) int function(const(char)* jarg1) vtkThreadMessager_IsTypeOf; extern(C) void* function(void* jarg1) vtkThreadMessager_SafeDownCast; extern(C) void* function(void* jarg1) vtkThreadMessager_NewInstance; extern(C) void function(void* jarg1) vtkThreadMessager_WaitForMessage; extern(C) void function(void* jarg1) vtkThreadMessager_SendWakeMessage; extern(C) void function(void* jarg1) vtkThreadMessager_EnableWaitForReceiver; extern(C) void function(void* jarg1) vtkThreadMessager_DisableWaitForReceiver; extern(C) void function(void* jarg1) vtkThreadMessager_WaitForReceiver; extern(C) void* function(void* objectRef) vtkThreadMessager_Upcast; extern(C) void* function() vtkTable_New; extern(C) int function(const(char)* jarg1) vtkTable_IsTypeOf; extern(C) void* function(void* jarg1) vtkTable_SafeDownCast; extern(C) void* function(void* jarg1) vtkTable_NewInstance; extern(C) void function(void* jarg1, uint jarg2, int jarg3) vtkTable_Dump__SWIG_0; extern(C) void function(void* jarg1, uint jarg2) vtkTable_Dump__SWIG_1; extern(C) void function(void* jarg1) vtkTable_Dump__SWIG_2; extern(C) void* function(void* jarg1) vtkTable_GetRowData; extern(C) void function(void* jarg1, void* jarg2) vtkTable_SetRowData; extern(C) long function(void* jarg1) vtkTable_GetNumberOfRows; extern(C) void function(void* jarg1, long jarg2) vtkTable_SetNumberOfRows; extern(C) void* function(void* jarg1, long jarg2) vtkTable_GetRow__SWIG_0; extern(C) void function(void* jarg1, long jarg2, void* jarg3) vtkTable_GetRow__SWIG_1; extern(C) void function(void* jarg1, long jarg2, void* jarg3) vtkTable_SetRow; extern(C) long function(void* jarg1, double jarg2) vtkTable_InsertNextBlankRow__SWIG_0; extern(C) long function(void* jarg1) vtkTable_InsertNextBlankRow__SWIG_1; extern(C) long function(void* jarg1, void* jarg2) vtkTable_InsertNextRow; extern(C) void function(void* jarg1, long jarg2) vtkTable_RemoveRow; extern(C) long function(void* jarg1) vtkTable_GetNumberOfColumns; extern(C) const(char)* function(void* jarg1, long jarg2) vtkTable_GetColumnName; extern(C) void* function(void* jarg1, const(char)* jarg2) vtkTable_GetColumnByName; extern(C) void* function(void* jarg1, long jarg2) vtkTable_GetColumn; extern(C) void function(void* jarg1, void* jarg2) vtkTable_AddColumn; extern(C) void function(void* jarg1, const(char)* jarg2) vtkTable_RemoveColumnByName; extern(C) void function(void* jarg1, long jarg2) vtkTable_RemoveColumn; extern(C) void* function(void* jarg1, long jarg2, long jarg3) vtkTable_GetValue; extern(C) void* function(void* jarg1, long jarg2, const(char)* jarg3) vtkTable_GetValueByName; extern(C) void function(void* jarg1, long jarg2, long jarg3, void* jarg4) vtkTable_SetValue; extern(C) void function(void* jarg1, long jarg2, const(char)* jarg3, void* jarg4) vtkTable_SetValueByName; extern(C) void* function(void* jarg1) vtkTable_GetData__SWIG_0; extern(C) void* function(void* jarg1, int jarg2) vtkTable_GetData__SWIG_1; extern(C) void* function(void* jarg1) vtkTable_GetData__SWIG_2; extern(C) void* function(void* objectRef) vtkTable_Upcast; extern(C) void* function() vtkMultiThreader_New; extern(C) int function(const(char)* jarg1) vtkMultiThreader_IsTypeOf; extern(C) void* function(void* jarg1) vtkMultiThreader_SafeDownCast; extern(C) void* function(void* jarg1) vtkMultiThreader_NewInstance; extern(C) void function(void* jarg1, int jarg2) vtkMultiThreader_SetNumberOfThreads; extern(C) int function(void* jarg1) vtkMultiThreader_GetNumberOfThreadsMinValue; extern(C) int function(void* jarg1) vtkMultiThreader_GetNumberOfThreadsMaxValue; extern(C) int function(void* jarg1) vtkMultiThreader_GetNumberOfThreads; extern(C) void function(int jarg1) vtkMultiThreader_SetGlobalMaximumNumberOfThreads; extern(C) int function() vtkMultiThreader_GetGlobalMaximumNumberOfThreads; extern(C) void function(int jarg1) vtkMultiThreader_SetGlobalDefaultNumberOfThreads; extern(C) int function() vtkMultiThreader_GetGlobalDefaultNumberOfThreads; extern(C) void function(void* jarg1, void* jarg2) vtkMultiThreader_SingleData_set; extern(C) void* function(void* jarg1) vtkMultiThreader_SingleData_get; extern(C) void function(void* jarg1, void* jarg2) vtkMultiThreader_MultipleData_set; extern(C) void* function(void* jarg1) vtkMultiThreader_MultipleData_get; extern(C) void function(void* jarg1) delete_vtkMultiThreader; extern(C) void* function(void* objectRef) vtkMultiThreader_Upcast; extern(C) void* function() vtkPropCollection_New; extern(C) int function(const(char)* jarg1) vtkPropCollection_IsTypeOf; extern(C) void* function(void* jarg1) vtkPropCollection_SafeDownCast; extern(C) void* function(void* jarg1) vtkPropCollection_NewInstance; extern(C) void function(void* jarg1, void* jarg2) vtkPropCollection_AddItem; extern(C) void* function(void* jarg1) vtkPropCollection_GetNextProp; extern(C) void* function(void* jarg1) vtkPropCollection_GetLastProp; extern(C) int function(void* jarg1) vtkPropCollection_GetNumberOfPaths; extern(C) void* function(void* objectRef) vtkPropCollection_Upcast; extern(C) void* function() vtkActor2DCollection_New; extern(C) int function(const(char)* jarg1) vtkActor2DCollection_IsTypeOf; extern(C) void* function(void* jarg1) vtkActor2DCollection_SafeDownCast; extern(C) void* function(void* jarg1) vtkActor2DCollection_NewInstance; extern(C) void function(void* jarg1) vtkActor2DCollection_Sort; extern(C) void function(void* jarg1, void* jarg2) vtkActor2DCollection_AddItem; extern(C) int function(void* jarg1, void* jarg2) vtkActor2DCollection_IsItemPresent; extern(C) void* function(void* jarg1) vtkActor2DCollection_GetNextActor2D; extern(C) void* function(void* jarg1) vtkActor2DCollection_GetLastActor2D; extern(C) void* function(void* jarg1) vtkActor2DCollection_GetNextItem; extern(C) void* function(void* jarg1) vtkActor2DCollection_GetLastItem; extern(C) void function(void* jarg1, void* jarg2) vtkActor2DCollection_RenderOverlay; extern(C) void* function(void* objectRef) vtkActor2DCollection_Upcast; extern(C) void* function() vtkDataObjectToTable_New; extern(C) int function(const(char)* jarg1) vtkDataObjectToTable_IsTypeOf; extern(C) void* function(void* jarg1) vtkDataObjectToTable_SafeDownCast; extern(C) void* function(void* jarg1) vtkDataObjectToTable_NewInstance; extern(C) int function(void* jarg1) vtkDataObjectToTable_GetFieldType; extern(C) void function(void* jarg1, int jarg2) vtkDataObjectToTable_SetFieldType; extern(C) int function(void* jarg1) vtkDataObjectToTable_GetFieldTypeMinValue; extern(C) int function(void* jarg1) vtkDataObjectToTable_GetFieldTypeMaxValue; extern(C) void* function(void* objectRef) vtkDataObjectToTable_Upcast; extern(C) int function(const(char)* jarg1) vtkEnSightReader_IsTypeOf; extern(C) void* function(void* jarg1) vtkEnSightReader_SafeDownCast; extern(C) void* function(void* jarg1) vtkEnSightReader_NewInstance; extern(C) const(char)* function(void* jarg1) vtkEnSightReader_GetMeasuredFileName; extern(C) const(char)* function(void* jarg1) vtkEnSightReader_GetMatchFileName; extern(C) void* function(void* objectRef) vtkEnSightReader_Upcast; extern(C) int function() VTK_DELAUNAY_XY_PLANE_get; extern(C) int function() VTK_SET_TRANSFORM_PLANE_get; extern(C) int function() VTK_BEST_FITTING_PLANE_get; extern(C) int function(const(char)* jarg1) vtkDelaunay2D_IsTypeOf; extern(C) void* function(void* jarg1) vtkDelaunay2D_SafeDownCast; extern(C) void* function(void* jarg1) vtkDelaunay2D_NewInstance; extern(C) void* function() vtkDelaunay2D_New; extern(C) void function(void* jarg1, void* jarg2) vtkDelaunay2D_SetSourceData; extern(C) void function(void* jarg1, void* jarg2) vtkDelaunay2D_SetSourceConnection; extern(C) void* function(void* jarg1) vtkDelaunay2D_GetSource; extern(C) void function(void* jarg1, double jarg2) vtkDelaunay2D_SetAlpha; extern(C) double function(void* jarg1) vtkDelaunay2D_GetAlphaMinValue; extern(C) double function(void* jarg1) vtkDelaunay2D_GetAlphaMaxValue; extern(C) double function(void* jarg1) vtkDelaunay2D_GetAlpha; extern(C) void function(void* jarg1, double jarg2) vtkDelaunay2D_SetTolerance; extern(C) double function(void* jarg1) vtkDelaunay2D_GetToleranceMinValue; extern(C) double function(void* jarg1) vtkDelaunay2D_GetToleranceMaxValue; extern(C) double function(void* jarg1) vtkDelaunay2D_GetTolerance; extern(C) void function(void* jarg1, double jarg2) vtkDelaunay2D_SetOffset; extern(C) double function(void* jarg1) vtkDelaunay2D_GetOffsetMinValue; extern(C) double function(void* jarg1) vtkDelaunay2D_GetOffsetMaxValue; extern(C) double function(void* jarg1) vtkDelaunay2D_GetOffset; extern(C) void function(void* jarg1, int jarg2) vtkDelaunay2D_SetBoundingTriangulation; extern(C) int function(void* jarg1) vtkDelaunay2D_GetBoundingTriangulation; extern(C) void function(void* jarg1) vtkDelaunay2D_BoundingTriangulationOn; extern(C) void function(void* jarg1) vtkDelaunay2D_BoundingTriangulationOff; extern(C) void function(void* jarg1, void* jarg2) vtkDelaunay2D_SetTransform; extern(C) void* function(void* jarg1) vtkDelaunay2D_GetTransform; extern(C) void function(void* jarg1, int jarg2) vtkDelaunay2D_SetProjectionPlaneMode; extern(C) int function(void* jarg1) vtkDelaunay2D_GetProjectionPlaneModeMinValue; extern(C) int function(void* jarg1) vtkDelaunay2D_GetProjectionPlaneModeMaxValue; extern(C) int function(void* jarg1) vtkDelaunay2D_GetProjectionPlaneMode; extern(C) void* function(void* objectRef) vtkDelaunay2D_Upcast; extern(C) void* function() vtkShrinkPolyData_New; extern(C) int function(const(char)* jarg1) vtkShrinkPolyData_IsTypeOf; extern(C) void* function(void* jarg1) vtkShrinkPolyData_SafeDownCast; extern(C) void* function(void* jarg1) vtkShrinkPolyData_NewInstance; extern(C) void function(void* jarg1, double jarg2) vtkShrinkPolyData_SetShrinkFactor; extern(C) double function(void* jarg1) vtkShrinkPolyData_GetShrinkFactorMinValue; extern(C) double function(void* jarg1) vtkShrinkPolyData_GetShrinkFactorMaxValue; extern(C) double function(void* jarg1) vtkShrinkPolyData_GetShrinkFactor; extern(C) void* function(void* objectRef) vtkShrinkPolyData_Upcast; extern(C) int function(const(char)* jarg1) vtkPlotParallelCoordinates_IsTypeOf; extern(C) void* function(void* jarg1) vtkPlotParallelCoordinates_SafeDownCast; extern(C) void* function(void* jarg1) vtkPlotParallelCoordinates_NewInstance; extern(C) void* function() vtkPlotParallelCoordinates_New; extern(C) uint function(void* jarg1, int jarg2, float jarg3, float jarg4) vtkPlotParallelCoordinates_SetSelectionRange; extern(C) uint function(void* jarg1) vtkPlotParallelCoordinates_ResetSelectionRange; extern(C) void function(void* jarg1, void* jarg2) vtkPlotParallelCoordinates_SetInputData__SWIG_0; extern(C) void function(void* jarg1, void* jarg2, void* jarg3, void* jarg4) vtkPlotParallelCoordinates_SetInputData__SWIG_1; extern(C) void function(void* jarg1, void* jarg2) vtkPlotParallelCoordinates_SetLookupTable; extern(C) void* function(void* jarg1) vtkPlotParallelCoordinates_GetLookupTable; extern(C) void function(void* jarg1) vtkPlotParallelCoordinates_CreateDefaultLookupTable; extern(C) void function(void* jarg1, int jarg2) vtkPlotParallelCoordinates_SetScalarVisibility; extern(C) int function(void* jarg1) vtkPlotParallelCoordinates_GetScalarVisibility; extern(C) void function(void* jarg1) vtkPlotParallelCoordinates_ScalarVisibilityOn; extern(C) void function(void* jarg1) vtkPlotParallelCoordinates_ScalarVisibilityOff; extern(C) void function(void* jarg1, long jarg2) vtkPlotParallelCoordinates_SelectColorArray__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkPlotParallelCoordinates_SelectColorArray__SWIG_1; extern(C) void* function(void* jarg1) vtkPlotParallelCoordinates_GetColorArrayName; extern(C) void* function() new_vtkPlotParallelCoordinates; extern(C) void function(void* jarg1) delete_vtkPlotParallelCoordinates; extern(C) void* function(void* objectRef) vtkPlotParallelCoordinates_Upcast; extern(C) int function(const(char)* jarg1) vtkInformationDoubleVectorKey_IsTypeOf; extern(C) void* function(void* jarg1) vtkInformationDoubleVectorKey_SafeDownCast; extern(C) void* function(void* jarg1) vtkInformationDoubleVectorKey_NewInstance; extern(C) void* function(const(char)* jarg1, const(char)* jarg2, int jarg3) new_vtkInformationDoubleVectorKey__SWIG_0; extern(C) void* function(const(char)* jarg1, const(char)* jarg2) new_vtkInformationDoubleVectorKey__SWIG_1; extern(C) void function(void* jarg1) delete_vtkInformationDoubleVectorKey; extern(C) void function(void* jarg1, void* jarg2, double jarg3) vtkInformationDoubleVectorKey_Append; extern(C) void function(void* jarg1, void* jarg2, void* jarg3, int jarg4) vtkInformationDoubleVectorKey_Set; extern(C) void* function(void* jarg1, void* jarg2) vtkInformationDoubleVectorKey_Get__SWIG_0; extern(C) double function(void* jarg1, void* jarg2, int jarg3) vtkInformationDoubleVectorKey_Get__SWIG_1; extern(C) void function(void* jarg1, void* jarg2, void* jarg3) vtkInformationDoubleVectorKey_Get__SWIG_2; extern(C) int function(void* jarg1, void* jarg2) vtkInformationDoubleVectorKey_Length; extern(C) void* function(void* objectRef) vtkInformationDoubleVectorKey_Upcast; extern(C) void function(void* jarg1, void* jarg2) vtkInformationInternals_Map_set; extern(C) void* function(void* jarg1) vtkInformationInternals_Map_get; extern(C) void* function() new_vtkInformationInternals; extern(C) void function(void* jarg1) delete_vtkInformationInternals; extern(C) void* function() vtkQuadraticLinearWedge_New; extern(C) int function(const(char)* jarg1) vtkQuadraticLinearWedge_IsTypeOf; extern(C) void* function(void* jarg1) vtkQuadraticLinearWedge_SafeDownCast; extern(C) void* function(void* jarg1) vtkQuadraticLinearWedge_NewInstance; extern(C) void function(void* jarg1, void* jarg2) vtkQuadraticLinearWedge_InterpolationFunctions; extern(C) void function(void* jarg1, void* jarg2) vtkQuadraticLinearWedge_InterpolationDerivs; extern(C) void function(void* jarg1, void* jarg2, void* jarg3) vtkQuadraticLinearWedge_InterpolateFunctions; extern(C) void function(void* jarg1, void* jarg2, void* jarg3) vtkQuadraticLinearWedge_InterpolateDerivs; extern(C) void* function(int jarg1) vtkQuadraticLinearWedge_GetEdgeArray; extern(C) void* function(int jarg1) vtkQuadraticLinearWedge_GetFaceArray; extern(C) void function(void* jarg1, void* jarg2, void* jarg3, void* jarg4) vtkQuadraticLinearWedge_JacobianInverse; extern(C) void* function(void* objectRef) vtkQuadraticLinearWedge_Upcast; extern(C) void* function() vtkPointPlacer_New; extern(C) int function(const(char)* jarg1) vtkPointPlacer_IsTypeOf; extern(C) void* function(void* jarg1) vtkPointPlacer_SafeDownCast; extern(C) void* function(void* jarg1) vtkPointPlacer_NewInstance; extern(C) int function(void* jarg1, void* jarg2, void* jarg3, void* jarg4, void* jarg5) vtkPointPlacer_ComputeWorldPosition__SWIG_0; extern(C) int function(void* jarg1, void* jarg2, void* jarg3, void* jarg4, void* jarg5, void* jarg6) vtkPointPlacer_ComputeWorldPosition__SWIG_1; extern(C) int function(void* jarg1, void* jarg2) vtkPointPlacer_ValidateWorldPosition__SWIG_0; extern(C) int function(void* jarg1, void* jarg2, void* jarg3) vtkPointPlacer_ValidateDisplayPosition; extern(C) int function(void* jarg1, void* jarg2, void* jarg3) vtkPointPlacer_ValidateWorldPosition__SWIG_1; extern(C) int function(void* jarg1, void* jarg2, void* jarg3, void* jarg4) vtkPointPlacer_UpdateWorldPosition; extern(C) int function(void* jarg1, void* jarg2, long jarg3) vtkPointPlacer_UpdateNodeWorldPosition; extern(C) int function(void* jarg1) vtkPointPlacer_UpdateInternalState; extern(C) void function(void* jarg1, int jarg2) vtkPointPlacer_SetPixelTolerance; extern(C) int function(void* jarg1) vtkPointPlacer_GetPixelToleranceMinValue; extern(C) int function(void* jarg1) vtkPointPlacer_GetPixelToleranceMaxValue; extern(C) int function(void* jarg1) vtkPointPlacer_GetPixelTolerance; extern(C) void function(void* jarg1, double jarg2) vtkPointPlacer_SetWorldTolerance; extern(C) double function(void* jarg1) vtkPointPlacer_GetWorldToleranceMinValue; extern(C) double function(void* jarg1) vtkPointPlacer_GetWorldToleranceMaxValue; extern(C) double function(void* jarg1) vtkPointPlacer_GetWorldTolerance; extern(C) void* function(void* objectRef) vtkPointPlacer_Upcast; extern(C) void* function() vtkBoundedPlanePointPlacer_New; extern(C) int function(const(char)* jarg1) vtkBoundedPlanePointPlacer_IsTypeOf; extern(C) void* function(void* jarg1) vtkBoundedPlanePointPlacer_SafeDownCast; extern(C) void* function(void* jarg1) vtkBoundedPlanePointPlacer_NewInstance; extern(C) void function(void* jarg1, int jarg2) vtkBoundedPlanePointPlacer_SetProjectionNormal; extern(C) int function(void* jarg1) vtkBoundedPlanePointPlacer_GetProjectionNormalMinValue; extern(C) int function(void* jarg1) vtkBoundedPlanePointPlacer_GetProjectionNormalMaxValue; extern(C) int function(void* jarg1) vtkBoundedPlanePointPlacer_GetProjectionNormal; extern(C) void function(void* jarg1) vtkBoundedPlanePointPlacer_SetProjectionNormalToXAxis; extern(C) void function(void* jarg1) vtkBoundedPlanePointPlacer_SetProjectionNormalToYAxis; extern(C) void function(void* jarg1) vtkBoundedPlanePointPlacer_SetProjectionNormalToZAxis; extern(C) void function(void* jarg1) vtkBoundedPlanePointPlacer_SetProjectionNormalToOblique; extern(C) void function(void* jarg1, void* jarg2) vtkBoundedPlanePointPlacer_SetObliquePlane; extern(C) void* function(void* jarg1) vtkBoundedPlanePointPlacer_GetObliquePlane; extern(C) void function(void* jarg1, double jarg2) vtkBoundedPlanePointPlacer_SetProjectionPosition; extern(C) double function(void* jarg1) vtkBoundedPlanePointPlacer_GetProjectionPosition; extern(C) void function(void* jarg1, void* jarg2) vtkBoundedPlanePointPlacer_AddBoundingPlane; extern(C) void function(void* jarg1, void* jarg2) vtkBoundedPlanePointPlacer_RemoveBoundingPlane; extern(C) void function(void* jarg1) vtkBoundedPlanePointPlacer_RemoveAllBoundingPlanes; extern(C) void function(void* jarg1, void* jarg2) vtkBoundedPlanePointPlacer_SetBoundingPlanes__SWIG_0; extern(C) void* function(void* jarg1) vtkBoundedPlanePointPlacer_GetBoundingPlanes; extern(C) void function(void* jarg1, void* jarg2) vtkBoundedPlanePointPlacer_SetBoundingPlanes__SWIG_1; extern(C) int function(void* jarg1, void* jarg2, void* jarg3, void* jarg4, void* jarg5) vtkBoundedPlanePointPlacer_ComputeWorldPosition__SWIG_0; extern(C) int function(void* jarg1, void* jarg2, void* jarg3, void* jarg4, void* jarg5, void* jarg6) vtkBoundedPlanePointPlacer_ComputeWorldPosition__SWIG_1; extern(C) int function(void* jarg1, void* jarg2) vtkBoundedPlanePointPlacer_ValidateWorldPosition__SWIG_0; extern(C) int function(void* jarg1, void* jarg2, void* jarg3) vtkBoundedPlanePointPlacer_ValidateWorldPosition__SWIG_1; extern(C) void* function(void* objectRef) vtkBoundedPlanePointPlacer_Upcast; extern(C) void* function() vtkImageNormalize_New; extern(C) int function(const(char)* jarg1) vtkImageNormalize_IsTypeOf; extern(C) void* function(void* jarg1) vtkImageNormalize_SafeDownCast; extern(C) void* function(void* jarg1) vtkImageNormalize_NewInstance; extern(C) void* function(void* objectRef) vtkImageNormalize_Upcast; extern(C) void* function() vtkRotationFilter_New; extern(C) int function(const(char)* jarg1) vtkRotationFilter_IsTypeOf; extern(C) void* function(void* jarg1) vtkRotationFilter_SafeDownCast; extern(C) void* function(void* jarg1) vtkRotationFilter_NewInstance; extern(C) void function(void* jarg1, int jarg2) vtkRotationFilter_SetAxis; extern(C) int function(void* jarg1) vtkRotationFilter_GetAxisMinValue; extern(C) int function(void* jarg1) vtkRotationFilter_GetAxisMaxValue; extern(C) int function(void* jarg1) vtkRotationFilter_GetAxis; extern(C) void function(void* jarg1) vtkRotationFilter_SetAxisToX; extern(C) void function(void* jarg1) vtkRotationFilter_SetAxisToY; extern(C) void function(void* jarg1) vtkRotationFilter_SetAxisToZ; extern(C) void function(void* jarg1, double jarg2) vtkRotationFilter_SetAngle; extern(C) double function(void* jarg1) vtkRotationFilter_GetAngle; extern(C) void function(void* jarg1, double jarg2, double jarg3, double jarg4) vtkRotationFilter_SetCenter__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkRotationFilter_SetCenter__SWIG_1; extern(C) void* function(void* jarg1) vtkRotationFilter_GetCenter__SWIG_0; extern(C) void function(void* jarg1, void* jarg2, void* jarg3, void* jarg4) vtkRotationFilter_GetCenter__SWIG_1; extern(C) void function(void* jarg1, void* jarg2) vtkRotationFilter_GetCenter__SWIG_2; extern(C) void function(void* jarg1, int jarg2) vtkRotationFilter_SetNumberOfCopies; extern(C) int function(void* jarg1) vtkRotationFilter_GetNumberOfCopies; extern(C) void function(void* jarg1, int jarg2) vtkRotationFilter_SetCopyInput; extern(C) int function(void* jarg1) vtkRotationFilter_GetCopyInput; extern(C) void function(void* jarg1) vtkRotationFilter_CopyInputOn; extern(C) void function(void* jarg1) vtkRotationFilter_CopyInputOff; extern(C) void* function(void* objectRef) vtkRotationFilter_Upcast; extern(C) void* function() vtkImageConnector_New; extern(C) int function(const(char)* jarg1) vtkImageConnector_IsTypeOf; extern(C) void* function(void* jarg1) vtkImageConnector_SafeDownCast; extern(C) void* function(void* jarg1) vtkImageConnector_NewInstance; extern(C) void function(void* jarg1) vtkImageConnector_RemoveAllSeeds; extern(C) void function(void* jarg1, ubyte jarg2) vtkImageConnector_SetConnectedValue; extern(C) ubyte function(void* jarg1) vtkImageConnector_GetConnectedValue; extern(C) void function(void* jarg1, ubyte jarg2) vtkImageConnector_SetUnconnectedValue; extern(C) ubyte function(void* jarg1) vtkImageConnector_GetUnconnectedValue; extern(C) void function(void* jarg1, void* jarg2, int jarg3, void* jarg4) vtkImageConnector_MarkData; extern(C) void* function(void* objectRef) vtkImageConnector_Upcast; extern(C) void* function() vtkNonOverlappingAMR_New; extern(C) int function(const(char)* jarg1) vtkNonOverlappingAMR_IsTypeOf; extern(C) void* function(void* jarg1) vtkNonOverlappingAMR_SafeDownCast; extern(C) void* function(void* jarg1) vtkNonOverlappingAMR_NewInstance; extern(C) void* function(void* objectRef) vtkNonOverlappingAMR_Upcast; extern(C) int function(const(char)* jarg1) vtkSelectEnclosedPoints_IsTypeOf; extern(C) void* function(void* jarg1) vtkSelectEnclosedPoints_SafeDownCast; extern(C) void* function(void* jarg1) vtkSelectEnclosedPoints_NewInstance; extern(C) void* function() vtkSelectEnclosedPoints_New; extern(C) void function(void* jarg1, void* jarg2) vtkSelectEnclosedPoints_SetSurfaceData; extern(C) void function(void* jarg1, void* jarg2) vtkSelectEnclosedPoints_SetSurfaceConnection; extern(C) void* function(void* jarg1) vtkSelectEnclosedPoints_GetSurface__SWIG_0; extern(C) void* function(void* jarg1, void* jarg2) vtkSelectEnclosedPoints_GetSurface__SWIG_1; extern(C) void function(void* jarg1, int jarg2) vtkSelectEnclosedPoints_SetInsideOut; extern(C) void function(void* jarg1) vtkSelectEnclosedPoints_InsideOutOn; extern(C) void function(void* jarg1) vtkSelectEnclosedPoints_InsideOutOff; extern(C) int function(void* jarg1) vtkSelectEnclosedPoints_GetInsideOut; extern(C) void function(void* jarg1, int jarg2) vtkSelectEnclosedPoints_SetCheckSurface; extern(C) void function(void* jarg1) vtkSelectEnclosedPoints_CheckSurfaceOn; extern(C) void function(void* jarg1) vtkSelectEnclosedPoints_CheckSurfaceOff; extern(C) int function(void* jarg1) vtkSelectEnclosedPoints_GetCheckSurface; extern(C) int function(void* jarg1, long jarg2) vtkSelectEnclosedPoints_IsInside; extern(C) void function(void* jarg1, double jarg2) vtkSelectEnclosedPoints_SetTolerance; extern(C) double function(void* jarg1) vtkSelectEnclosedPoints_GetToleranceMinValue; extern(C) double function(void* jarg1) vtkSelectEnclosedPoints_GetToleranceMaxValue; extern(C) double function(void* jarg1) vtkSelectEnclosedPoints_GetTolerance; extern(C) void function(void* jarg1, void* jarg2) vtkSelectEnclosedPoints_Initialize; extern(C) int function(void* jarg1, double jarg2, double jarg3, double jarg4) vtkSelectEnclosedPoints_IsInsideSurface__SWIG_0; extern(C) int function(void* jarg1, void* jarg2) vtkSelectEnclosedPoints_IsInsideSurface__SWIG_1; extern(C) void function(void* jarg1) vtkSelectEnclosedPoints_Complete; extern(C) void* function(void* objectRef) vtkSelectEnclosedPoints_Upcast; extern(C) int function(const(char)* jarg1) vtkImplicitBoolean_IsTypeOf; extern(C) void* function(void* jarg1) vtkImplicitBoolean_SafeDownCast; extern(C) void* function(void* jarg1) vtkImplicitBoolean_NewInstance; extern(C) void* function() vtkImplicitBoolean_New; extern(C) double function(void* jarg1, void* jarg2) vtkImplicitBoolean_EvaluateFunction__SWIG_0; extern(C) double function(void* jarg1, double jarg2, double jarg3, double jarg4) vtkImplicitBoolean_EvaluateFunction__SWIG_1; extern(C) void function(void* jarg1, void* jarg2) vtkImplicitBoolean_AddFunction; extern(C) void function(void* jarg1, void* jarg2) vtkImplicitBoolean_RemoveFunction; extern(C) void* function(void* jarg1) vtkImplicitBoolean_GetFunction; extern(C) void function(void* jarg1, int jarg2) vtkImplicitBoolean_SetOperationType; extern(C) int function(void* jarg1) vtkImplicitBoolean_GetOperationTypeMinValue; extern(C) int function(void* jarg1) vtkImplicitBoolean_GetOperationTypeMaxValue; extern(C) int function(void* jarg1) vtkImplicitBoolean_GetOperationType; extern(C) void function(void* jarg1) vtkImplicitBoolean_SetOperationTypeToUnion; extern(C) void function(void* jarg1) vtkImplicitBoolean_SetOperationTypeToIntersection; extern(C) void function(void* jarg1) vtkImplicitBoolean_SetOperationTypeToDifference; extern(C) void function(void* jarg1) vtkImplicitBoolean_SetOperationTypeToUnionOfMagnitudes; extern(C) const(char)* function(void* jarg1) vtkImplicitBoolean_GetOperationTypeAsString; extern(C) void* function(void* objectRef) vtkImplicitBoolean_Upcast; extern(C) int function(const(char)* jarg1) vtkVolumeReader_IsTypeOf; extern(C) void* function(void* jarg1) vtkVolumeReader_SafeDownCast; extern(C) void* function(void* jarg1) vtkVolumeReader_NewInstance; extern(C) void function(void* jarg1, const(char)* jarg2) vtkVolumeReader_SetFilePrefix; extern(C) const(char)* function(void* jarg1) vtkVolumeReader_GetFilePrefix; extern(C) void function(void* jarg1, const(char)* jarg2) vtkVolumeReader_SetFilePattern; extern(C) const(char)* function(void* jarg1) vtkVolumeReader_GetFilePattern; extern(C) void function(void* jarg1, int jarg2, int jarg3) vtkVolumeReader_SetImageRange__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkVolumeReader_SetImageRange__SWIG_1; extern(C) void* function(void* jarg1) vtkVolumeReader_GetImageRange__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkVolumeReader_GetImageRange__SWIG_1; extern(C) void function(void* jarg1, double jarg2, double jarg3, double jarg4) vtkVolumeReader_SetDataSpacing__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkVolumeReader_SetDataSpacing__SWIG_1; extern(C) void* function(void* jarg1) vtkVolumeReader_GetDataSpacing__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkVolumeReader_GetDataSpacing__SWIG_1; extern(C) void function(void* jarg1, double jarg2, double jarg3, double jarg4) vtkVolumeReader_SetDataOrigin__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkVolumeReader_SetDataOrigin__SWIG_1; extern(C) void* function(void* jarg1) vtkVolumeReader_GetDataOrigin__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkVolumeReader_GetDataOrigin__SWIG_1; extern(C) void* function(void* jarg1, int jarg2) vtkVolumeReader_GetImage; extern(C) void* function(void* objectRef) vtkVolumeReader_Upcast; extern(C) int function(const(char)* jarg1) vtkVolume16Reader_IsTypeOf; extern(C) void* function(void* jarg1) vtkVolume16Reader_SafeDownCast; extern(C) void* function(void* jarg1) vtkVolume16Reader_NewInstance; extern(C) void* function() vtkVolume16Reader_New; extern(C) void function(void* jarg1, int jarg2, int jarg3) vtkVolume16Reader_SetDataDimensions__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkVolume16Reader_SetDataDimensions__SWIG_1; extern(C) void* function(void* jarg1) vtkVolume16Reader_GetDataDimensions__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkVolume16Reader_GetDataDimensions__SWIG_1; extern(C) void function(void* jarg1, ushort jarg2) vtkVolume16Reader_SetDataMask; extern(C) ushort function(void* jarg1) vtkVolume16Reader_GetDataMask; extern(C) void function(void* jarg1, int jarg2) vtkVolume16Reader_SetHeaderSize; extern(C) int function(void* jarg1) vtkVolume16Reader_GetHeaderSize; extern(C) void function(void* jarg1) vtkVolume16Reader_SetDataByteOrderToBigEndian; extern(C) void function(void* jarg1) vtkVolume16Reader_SetDataByteOrderToLittleEndian; extern(C) int function(void* jarg1) vtkVolume16Reader_GetDataByteOrder; extern(C) void function(void* jarg1, int jarg2) vtkVolume16Reader_SetDataByteOrder; extern(C) const(char)* function(void* jarg1) vtkVolume16Reader_GetDataByteOrderAsString; extern(C) void function(void* jarg1, int jarg2) vtkVolume16Reader_SetSwapBytes; extern(C) int function(void* jarg1) vtkVolume16Reader_GetSwapBytes; extern(C) void function(void* jarg1) vtkVolume16Reader_SwapBytesOn; extern(C) void function(void* jarg1) vtkVolume16Reader_SwapBytesOff; extern(C) void function(void* jarg1, void* jarg2) vtkVolume16Reader_SetTransform; extern(C) void* function(void* jarg1) vtkVolume16Reader_GetTransform; extern(C) void* function(void* objectRef) vtkVolume16Reader_Upcast; extern(C) int function() VTK_ERROR_NUMBER_OF_TRIANGLES_get; extern(C) int function() VTK_ERROR_SPECIFIED_REDUCTION_get; extern(C) int function() VTK_ERROR_ABSOLUTE_get; extern(C) int function() VTK_ERROR_RELATIVE_get; extern(C) int function(const(char)* jarg1) vtkGreedyTerrainDecimation_IsTypeOf; extern(C) void* function(void* jarg1) vtkGreedyTerrainDecimation_SafeDownCast; extern(C) void* function(void* jarg1) vtkGreedyTerrainDecimation_NewInstance; extern(C) void* function() vtkGreedyTerrainDecimation_New; extern(C) void function(void* jarg1, int jarg2) vtkGreedyTerrainDecimation_SetErrorMeasure; extern(C) int function(void* jarg1) vtkGreedyTerrainDecimation_GetErrorMeasureMinValue; extern(C) int function(void* jarg1) vtkGreedyTerrainDecimation_GetErrorMeasureMaxValue; extern(C) int function(void* jarg1) vtkGreedyTerrainDecimation_GetErrorMeasure; extern(C) void function(void* jarg1) vtkGreedyTerrainDecimation_SetErrorMeasureToNumberOfTriangles; extern(C) void function(void* jarg1) vtkGreedyTerrainDecimation_SetErrorMeasureToSpecifiedReduction; extern(C) void function(void* jarg1) vtkGreedyTerrainDecimation_SetErrorMeasureToAbsoluteError; extern(C) void function(void* jarg1) vtkGreedyTerrainDecimation_SetErrorMeasureToRelativeError; extern(C) void function(void* jarg1, long jarg2) vtkGreedyTerrainDecimation_SetNumberOfTriangles; extern(C) long function(void* jarg1) vtkGreedyTerrainDecimation_GetNumberOfTrianglesMinValue; extern(C) long function(void* jarg1) vtkGreedyTerrainDecimation_GetNumberOfTrianglesMaxValue; extern(C) long function(void* jarg1) vtkGreedyTerrainDecimation_GetNumberOfTriangles; extern(C) void function(void* jarg1, double jarg2) vtkGreedyTerrainDecimation_SetReduction; extern(C) double function(void* jarg1) vtkGreedyTerrainDecimation_GetReductionMinValue; extern(C) double function(void* jarg1) vtkGreedyTerrainDecimation_GetReductionMaxValue; extern(C) double function(void* jarg1) vtkGreedyTerrainDecimation_GetReduction; extern(C) void function(void* jarg1, double jarg2) vtkGreedyTerrainDecimation_SetAbsoluteError; extern(C) double function(void* jarg1) vtkGreedyTerrainDecimation_GetAbsoluteErrorMinValue; extern(C) double function(void* jarg1) vtkGreedyTerrainDecimation_GetAbsoluteErrorMaxValue; extern(C) double function(void* jarg1) vtkGreedyTerrainDecimation_GetAbsoluteError; extern(C) void function(void* jarg1, double jarg2) vtkGreedyTerrainDecimation_SetRelativeError; extern(C) double function(void* jarg1) vtkGreedyTerrainDecimation_GetRelativeErrorMinValue; extern(C) double function(void* jarg1) vtkGreedyTerrainDecimation_GetRelativeErrorMaxValue; extern(C) double function(void* jarg1) vtkGreedyTerrainDecimation_GetRelativeError; extern(C) void function(void* jarg1, int jarg2) vtkGreedyTerrainDecimation_SetBoundaryVertexDeletion; extern(C) int function(void* jarg1) vtkGreedyTerrainDecimation_GetBoundaryVertexDeletion; extern(C) void function(void* jarg1) vtkGreedyTerrainDecimation_BoundaryVertexDeletionOn; extern(C) void function(void* jarg1) vtkGreedyTerrainDecimation_BoundaryVertexDeletionOff; extern(C) void function(void* jarg1, int jarg2) vtkGreedyTerrainDecimation_SetComputeNormals; extern(C) int function(void* jarg1) vtkGreedyTerrainDecimation_GetComputeNormals; extern(C) void function(void* jarg1) vtkGreedyTerrainDecimation_ComputeNormalsOn; extern(C) void function(void* jarg1) vtkGreedyTerrainDecimation_ComputeNormalsOff; extern(C) void* function(void* objectRef) vtkGreedyTerrainDecimation_Upcast; extern(C) int function(const(char)* jarg1) vtkNetCDFReader_IsTypeOf; extern(C) void* function(void* jarg1) vtkNetCDFReader_SafeDownCast; extern(C) void* function(void* jarg1) vtkNetCDFReader_NewInstance; extern(C) void* function() vtkNetCDFReader_New; extern(C) void function(void* jarg1, const(char)* jarg2) vtkNetCDFReader_SetFileName; extern(C) const(char)* function(void* jarg1) vtkNetCDFReader_GetFileName; extern(C) int function(void* jarg1) vtkNetCDFReader_UpdateMetaData; extern(C) int function(void* jarg1) vtkNetCDFReader_GetNumberOfVariableArrays; extern(C) const(char)* function(void* jarg1, int jarg2) vtkNetCDFReader_GetVariableArrayName; extern(C) int function(void* jarg1, const(char)* jarg2) vtkNetCDFReader_GetVariableArrayStatus; extern(C) void function(void* jarg1, const(char)* jarg2, int jarg3) vtkNetCDFReader_SetVariableArrayStatus; extern(C) void* function(void* jarg1) vtkNetCDFReader_GetAllVariableArrayNames; extern(C) void* function(void* jarg1) vtkNetCDFReader_GetVariableDimensions; extern(C) void function(void* jarg1, const(char)* jarg2) vtkNetCDFReader_SetDimensions; extern(C) void* function(void* jarg1) vtkNetCDFReader_GetAllDimensions; extern(C) int function(void* jarg1) vtkNetCDFReader_GetReplaceFillValueWithNan; extern(C) void function(void* jarg1, int jarg2) vtkNetCDFReader_SetReplaceFillValueWithNan; extern(C) void function(void* jarg1) vtkNetCDFReader_ReplaceFillValueWithNanOn; extern(C) void function(void* jarg1) vtkNetCDFReader_ReplaceFillValueWithNanOff; extern(C) void* function(void* objectRef) vtkNetCDFReader_Upcast; extern(C) int function(const(char)* jarg1) vtkNetCDFCFReader_IsTypeOf; extern(C) void* function(void* jarg1) vtkNetCDFCFReader_SafeDownCast; extern(C) void* function(void* jarg1) vtkNetCDFCFReader_NewInstance; extern(C) void* function() vtkNetCDFCFReader_New; extern(C) int function(void* jarg1) vtkNetCDFCFReader_GetSphericalCoordinates; extern(C) void function(void* jarg1, int jarg2) vtkNetCDFCFReader_SetSphericalCoordinates; extern(C) void function(void* jarg1) vtkNetCDFCFReader_SphericalCoordinatesOn; extern(C) void function(void* jarg1) vtkNetCDFCFReader_SphericalCoordinatesOff; extern(C) double function(void* jarg1) vtkNetCDFCFReader_GetVerticalScale; extern(C) void function(void* jarg1, double jarg2) vtkNetCDFCFReader_SetVerticalScale; extern(C) double function(void* jarg1) vtkNetCDFCFReader_GetVerticalBias; extern(C) void function(void* jarg1, double jarg2) vtkNetCDFCFReader_SetVerticalBias; extern(C) int function(void* jarg1) vtkNetCDFCFReader_GetOutputType; extern(C) void function(void* jarg1, int jarg2) vtkNetCDFCFReader_SetOutputType; extern(C) void function(void* jarg1) vtkNetCDFCFReader_SetOutputTypeToAutomatic; extern(C) void function(void* jarg1) vtkNetCDFCFReader_SetOutputTypeToImage; extern(C) void function(void* jarg1) vtkNetCDFCFReader_SetOutputTypeToRectilinear; extern(C) void function(void* jarg1) vtkNetCDFCFReader_SetOutputTypeToStructured; extern(C) void function(void* jarg1) vtkNetCDFCFReader_SetOutputTypeToUnstructured; extern(C) int function(const(char)* jarg1) vtkNetCDFCFReader_CanReadFile; extern(C) void* function(void* objectRef) vtkNetCDFCFReader_Upcast; extern(C) int function(const(char)* jarg1) vtkCompositeControlPointsItem_IsTypeOf; extern(C) void* function(void* jarg1) vtkCompositeControlPointsItem_SafeDownCast; extern(C) void* function(void* jarg1) vtkCompositeControlPointsItem_NewInstance; extern(C) void* function() vtkCompositeControlPointsItem_New; extern(C) void function(void* jarg1, void* jarg2) vtkCompositeControlPointsItem_SetColorTransferFunction; extern(C) void function(void* jarg1, void* jarg2) vtkCompositeControlPointsItem_SetOpacityFunction; extern(C) void* function(void* jarg1) vtkCompositeControlPointsItem_GetOpacityFunction; extern(C) void function(void* jarg1, int jarg2) vtkCompositeControlPointsItem_SetPointsFunction; extern(C) int function(void* jarg1) vtkCompositeControlPointsItem_GetPointsFunction; extern(C) void function(void* jarg1, uint jarg2) vtkCompositeControlPointsItem_SetUseOpacityPointHandles; extern(C) uint function(void* jarg1) vtkCompositeControlPointsItem_GetUseOpacityPointHandles; extern(C) void* function(void* objectRef) vtkCompositeControlPointsItem_Upcast; extern(C) void* function() vtkExpandSelectedGraph_New; extern(C) int function(const(char)* jarg1) vtkExpandSelectedGraph_IsTypeOf; extern(C) void* function(void* jarg1) vtkExpandSelectedGraph_SafeDownCast; extern(C) void* function(void* jarg1) vtkExpandSelectedGraph_NewInstance; extern(C) void function(void* jarg1, void* jarg2) vtkExpandSelectedGraph_SetGraphConnection; extern(C) int function(void* jarg1, int jarg2, void* jarg3) vtkExpandSelectedGraph_FillInputPortInformation; extern(C) void function(void* jarg1, int jarg2) vtkExpandSelectedGraph_SetBFSDistance; extern(C) int function(void* jarg1) vtkExpandSelectedGraph_GetBFSDistance; extern(C) void function(void* jarg1, uint jarg2) vtkExpandSelectedGraph_SetIncludeShortestPaths; extern(C) uint function(void* jarg1) vtkExpandSelectedGraph_GetIncludeShortestPaths; extern(C) void function(void* jarg1) vtkExpandSelectedGraph_IncludeShortestPathsOn; extern(C) void function(void* jarg1) vtkExpandSelectedGraph_IncludeShortestPathsOff; extern(C) void function(void* jarg1, const(char)* jarg2) vtkExpandSelectedGraph_SetDomain; extern(C) const(char)* function(void* jarg1) vtkExpandSelectedGraph_GetDomain; extern(C) void function(void* jarg1, uint jarg2) vtkExpandSelectedGraph_SetUseDomain; extern(C) uint function(void* jarg1) vtkExpandSelectedGraph_GetUseDomain; extern(C) void function(void* jarg1) vtkExpandSelectedGraph_UseDomainOn; extern(C) void function(void* jarg1) vtkExpandSelectedGraph_UseDomainOff; extern(C) void* function(void* objectRef) vtkExpandSelectedGraph_Upcast; extern(C) int function(const(char)* jarg1) vtkImageMapper3D_IsTypeOf; extern(C) void* function(void* jarg1) vtkImageMapper3D_SafeDownCast; extern(C) void* function(void* jarg1) vtkImageMapper3D_NewInstance; extern(C) void function(void* jarg1, void* jarg2, void* jarg3) vtkImageMapper3D_Render; extern(C) void function(void* jarg1, void* jarg2) vtkImageMapper3D_SetInputData; extern(C) void* function(void* jarg1) vtkImageMapper3D_GetInput; extern(C) void* function(void* jarg1) vtkImageMapper3D_GetDataSetInput; extern(C) void* function(void* jarg1) vtkImageMapper3D_GetDataObjectInput; extern(C) void function(void* jarg1, int jarg2) vtkImageMapper3D_SetBorder; extern(C) void function(void* jarg1) vtkImageMapper3D_BorderOn; extern(C) void function(void* jarg1) vtkImageMapper3D_BorderOff; extern(C) int function(void* jarg1) vtkImageMapper3D_GetBorder; extern(C) void function(void* jarg1, int jarg2) vtkImageMapper3D_SetBackground; extern(C) void function(void* jarg1) vtkImageMapper3D_BackgroundOn; extern(C) void function(void* jarg1) vtkImageMapper3D_BackgroundOff; extern(C) int function(void* jarg1) vtkImageMapper3D_GetBackground; extern(C) void function(void* jarg1, int jarg2) vtkImageMapper3D_SetSliceAtFocalPoint; extern(C) void function(void* jarg1) vtkImageMapper3D_SliceAtFocalPointOn; extern(C) void function(void* jarg1) vtkImageMapper3D_SliceAtFocalPointOff; extern(C) int function(void* jarg1) vtkImageMapper3D_GetSliceAtFocalPoint; extern(C) void function(void* jarg1, int jarg2) vtkImageMapper3D_SetSliceFacesCamera; extern(C) void function(void* jarg1) vtkImageMapper3D_SliceFacesCameraOn; extern(C) void function(void* jarg1) vtkImageMapper3D_SliceFacesCameraOff; extern(C) int function(void* jarg1) vtkImageMapper3D_GetSliceFacesCamera; extern(C) void* function(void* jarg1) vtkImageMapper3D_GetSlicePlane; extern(C) void function(void* jarg1, void* jarg2, void* jarg3) vtkImageMapper3D_GetSlicePlaneInDataCoords; extern(C) void function(void* jarg1, int jarg2) vtkImageMapper3D_SetNumberOfThreads; extern(C) int function(void* jarg1) vtkImageMapper3D_GetNumberOfThreadsMinValue; extern(C) int function(void* jarg1) vtkImageMapper3D_GetNumberOfThreadsMaxValue; extern(C) int function(void* jarg1) vtkImageMapper3D_GetNumberOfThreads; extern(C) void* function(void* objectRef) vtkImageMapper3D_Upcast; extern(C) void* function() vtkImageResliceMapper_New; extern(C) int function(const(char)* jarg1) vtkImageResliceMapper_IsTypeOf; extern(C) void* function(void* jarg1) vtkImageResliceMapper_SafeDownCast; extern(C) void* function(void* jarg1) vtkImageResliceMapper_NewInstance; extern(C) void function(void* jarg1, void* jarg2) vtkImageResliceMapper_SetSlicePlane; extern(C) void function(void* jarg1, int jarg2) vtkImageResliceMapper_SetJumpToNearestSlice; extern(C) void function(void* jarg1) vtkImageResliceMapper_JumpToNearestSliceOn; extern(C) void function(void* jarg1) vtkImageResliceMapper_JumpToNearestSliceOff; extern(C) int function(void* jarg1) vtkImageResliceMapper_GetJumpToNearestSlice; extern(C) void function(void* jarg1, double jarg2) vtkImageResliceMapper_SetSlabThickness; extern(C) double function(void* jarg1) vtkImageResliceMapper_GetSlabThickness; extern(C) void function(void* jarg1, int jarg2) vtkImageResliceMapper_SetSlabType; extern(C) int function(void* jarg1) vtkImageResliceMapper_GetSlabTypeMinValue; extern(C) int function(void* jarg1) vtkImageResliceMapper_GetSlabTypeMaxValue; extern(C) int function(void* jarg1) vtkImageResliceMapper_GetSlabType; extern(C) void function(void* jarg1) vtkImageResliceMapper_SetSlabTypeToMin; extern(C) void function(void* jarg1) vtkImageResliceMapper_SetSlabTypeToMax; extern(C) void function(void* jarg1) vtkImageResliceMapper_SetSlabTypeToMean; extern(C) const(char)* function(void* jarg1) vtkImageResliceMapper_GetSlabTypeAsString; extern(C) void function(void* jarg1, int jarg2) vtkImageResliceMapper_SetSlabSampleFactor; extern(C) int function(void* jarg1) vtkImageResliceMapper_GetSlabSampleFactorMinValue; extern(C) int function(void* jarg1) vtkImageResliceMapper_GetSlabSampleFactorMaxValue; extern(C) int function(void* jarg1) vtkImageResliceMapper_GetSlabSampleFactor; extern(C) void function(void* jarg1, int jarg2) vtkImageResliceMapper_SetImageSampleFactor; extern(C) int function(void* jarg1) vtkImageResliceMapper_GetImageSampleFactorMinValue; extern(C) int function(void* jarg1) vtkImageResliceMapper_GetImageSampleFactorMaxValue; extern(C) int function(void* jarg1) vtkImageResliceMapper_GetImageSampleFactor; extern(C) void function(void* jarg1, int jarg2) vtkImageResliceMapper_SetAutoAdjustImageQuality; extern(C) void function(void* jarg1) vtkImageResliceMapper_AutoAdjustImageQualityOn; extern(C) void function(void* jarg1) vtkImageResliceMapper_AutoAdjustImageQualityOff; extern(C) int function(void* jarg1) vtkImageResliceMapper_GetAutoAdjustImageQuality; extern(C) void function(void* jarg1, int jarg2) vtkImageResliceMapper_SetResampleToScreenPixels; extern(C) void function(void* jarg1) vtkImageResliceMapper_ResampleToScreenPixelsOn; extern(C) void function(void* jarg1) vtkImageResliceMapper_ResampleToScreenPixelsOff; extern(C) int function(void* jarg1) vtkImageResliceMapper_GetResampleToScreenPixels; extern(C) void function(void* jarg1, int jarg2) vtkImageResliceMapper_SetSeparateWindowLevelOperation; extern(C) void function(void* jarg1) vtkImageResliceMapper_SeparateWindowLevelOperationOn; extern(C) void function(void* jarg1) vtkImageResliceMapper_SeparateWindowLevelOperationOff; extern(C) int function(void* jarg1) vtkImageResliceMapper_GetSeparateWindowLevelOperation; extern(C) void function(void* jarg1, void* jarg2) vtkImageResliceMapper_SetInterpolator; extern(C) void* function(void* jarg1) vtkImageResliceMapper_GetInterpolator; extern(C) void* function(void* jarg1) vtkImageResliceMapper_GetBounds__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkImageResliceMapper_GetBounds__SWIG_1; extern(C) void* function(void* objectRef) vtkImageResliceMapper_Upcast; extern(C) void* function() vtkPiecewiseFunction_New; extern(C) int function(const(char)* jarg1) vtkPiecewiseFunction_IsTypeOf; extern(C) void* function(void* jarg1) vtkPiecewiseFunction_SafeDownCast; extern(C) void* function(void* jarg1) vtkPiecewiseFunction_NewInstance; extern(C) int function(void* jarg1) vtkPiecewiseFunction_GetSize; extern(C) int function(void* jarg1, double jarg2, double jarg3) vtkPiecewiseFunction_AddPoint__SWIG_0; extern(C) int function(void* jarg1, double jarg2, double jarg3, double jarg4, double jarg5) vtkPiecewiseFunction_AddPoint__SWIG_1; extern(C) int function(void* jarg1, double jarg2) vtkPiecewiseFunction_RemovePoint; extern(C) void function(void* jarg1) vtkPiecewiseFunction_RemoveAllPoints; extern(C) void function(void* jarg1, double jarg2, double jarg3, double jarg4, double jarg5) vtkPiecewiseFunction_AddSegment; extern(C) double function(void* jarg1, double jarg2) vtkPiecewiseFunction_GetValue; extern(C) int function(void* jarg1, int jarg2, void* jarg3) vtkPiecewiseFunction_GetNodeValue; extern(C) int function(void* jarg1, int jarg2, void* jarg3) vtkPiecewiseFunction_SetNodeValue; extern(C) void* function(void* jarg1) vtkPiecewiseFunction_GetDataPointer; extern(C) void function(void* jarg1, int jarg2, void* jarg3) vtkPiecewiseFunction_FillFromDataPointer; extern(C) void* function(void* jarg1) vtkPiecewiseFunction_GetRange__SWIG_0; extern(C) void function(void* jarg1, void* jarg2, void* jarg3) vtkPiecewiseFunction_GetRange__SWIG_1; extern(C) void function(void* jarg1, void* jarg2) vtkPiecewiseFunction_GetRange__SWIG_2; extern(C) int function(void* jarg1, void* jarg2) vtkPiecewiseFunction_AdjustRange; extern(C) void function(void* jarg1, double jarg2, double jarg3, int jarg4, void* jarg5, int jarg6) vtkPiecewiseFunction_GetTable__SWIG_0; extern(C) void function(void* jarg1, double jarg2, double jarg3, int jarg4, void* jarg5) vtkPiecewiseFunction_GetTable__SWIG_1; extern(C) void function(void* jarg1, double jarg2, double jarg3, int jarg4, void* jarg5, int jarg6) vtkPiecewiseFunction_GetTable__SWIG_2; extern(C) void function(void* jarg1, double jarg2, double jarg3, int jarg4, void* jarg5) vtkPiecewiseFunction_GetTable__SWIG_3; extern(C) void function(void* jarg1, double jarg2, double jarg3, int jarg4, void* jarg5, int jarg6) vtkPiecewiseFunction_BuildFunctionFromTable__SWIG_0; extern(C) void function(void* jarg1, double jarg2, double jarg3, int jarg4, void* jarg5) vtkPiecewiseFunction_BuildFunctionFromTable__SWIG_1; extern(C) void function(void* jarg1, int jarg2) vtkPiecewiseFunction_SetClamping; extern(C) int function(void* jarg1) vtkPiecewiseFunction_GetClamping; extern(C) void function(void* jarg1) vtkPiecewiseFunction_ClampingOn; extern(C) void function(void* jarg1) vtkPiecewiseFunction_ClampingOff; extern(C) const(char)* function(void* jarg1) vtkPiecewiseFunction_GetType; extern(C) double function(void* jarg1) vtkPiecewiseFunction_GetFirstNonZeroValue; extern(C) void function(void* jarg1, int jarg2) vtkPiecewiseFunction_SetAllowDuplicateScalars; extern(C) int function(void* jarg1) vtkPiecewiseFunction_GetAllowDuplicateScalars; extern(C) void function(void* jarg1) vtkPiecewiseFunction_AllowDuplicateScalarsOn; extern(C) void function(void* jarg1) vtkPiecewiseFunction_AllowDuplicateScalarsOff; extern(C) void* function(void* objectRef) vtkPiecewiseFunction_Upcast; extern(C) void* function() vtkPiecewiseFunctionAlgorithm_New; extern(C) int function(const(char)* jarg1) vtkPiecewiseFunctionAlgorithm_IsTypeOf; extern(C) void* function(void* jarg1) vtkPiecewiseFunctionAlgorithm_SafeDownCast; extern(C) void* function(void* jarg1) vtkPiecewiseFunctionAlgorithm_NewInstance; extern(C) void* function(void* jarg1) vtkPiecewiseFunctionAlgorithm_GetOutput__SWIG_0; extern(C) void* function(void* jarg1, int jarg2) vtkPiecewiseFunctionAlgorithm_GetOutput__SWIG_1; extern(C) void function(void* jarg1, void* jarg2) vtkPiecewiseFunctionAlgorithm_SetOutput; extern(C) void* function(void* jarg1) vtkPiecewiseFunctionAlgorithm_GetInput__SWIG_0; extern(C) void* function(void* jarg1, int jarg2) vtkPiecewiseFunctionAlgorithm_GetInput__SWIG_1; extern(C) void function(void* jarg1, void* jarg2) vtkPiecewiseFunctionAlgorithm_SetInputData__SWIG_0; extern(C) void function(void* jarg1, int jarg2, void* jarg3) vtkPiecewiseFunctionAlgorithm_SetInputData__SWIG_1; extern(C) void function(void* jarg1, void* jarg2) vtkPiecewiseFunctionAlgorithm_AddInputData__SWIG_0; extern(C) void function(void* jarg1, int jarg2, void* jarg3) vtkPiecewiseFunctionAlgorithm_AddInputData__SWIG_1; extern(C) void* function(void* objectRef) vtkPiecewiseFunctionAlgorithm_Upcast; extern(C) void* function() vtkPiecewiseFunctionShiftScale_New; extern(C) int function(const(char)* jarg1) vtkPiecewiseFunctionShiftScale_IsTypeOf; extern(C) void* function(void* jarg1) vtkPiecewiseFunctionShiftScale_SafeDownCast; extern(C) void* function(void* jarg1) vtkPiecewiseFunctionShiftScale_NewInstance; extern(C) void function(void* jarg1, double jarg2) vtkPiecewiseFunctionShiftScale_SetPositionShift; extern(C) void function(void* jarg1, double jarg2) vtkPiecewiseFunctionShiftScale_SetPositionScale; extern(C) void function(void* jarg1, double jarg2) vtkPiecewiseFunctionShiftScale_SetValueShift; extern(C) void function(void* jarg1, double jarg2) vtkPiecewiseFunctionShiftScale_SetValueScale; extern(C) double function(void* jarg1) vtkPiecewiseFunctionShiftScale_GetPositionShift; extern(C) double function(void* jarg1) vtkPiecewiseFunctionShiftScale_GetPositionScale; extern(C) double function(void* jarg1) vtkPiecewiseFunctionShiftScale_GetValueShift; extern(C) double function(void* jarg1) vtkPiecewiseFunctionShiftScale_GetValueScale; extern(C) void* function(void* objectRef) vtkPiecewiseFunctionShiftScale_Upcast; extern(C) int function(const(char)* jarg1) vtkExtractCTHPart_IsTypeOf; extern(C) void* function(void* jarg1) vtkExtractCTHPart_SafeDownCast; extern(C) void* function(void* jarg1) vtkExtractCTHPart_NewInstance; extern(C) void* function() vtkExtractCTHPart_New; extern(C) void function(void* jarg1) vtkExtractCTHPart_RemoveDoubleVolumeArrayNames; extern(C) void function(void* jarg1) vtkExtractCTHPart_RemoveFloatVolumeArrayNames; extern(C) void function(void* jarg1) vtkExtractCTHPart_RemoveUnsignedCharVolumeArrayNames; extern(C) int function(void* jarg1) vtkExtractCTHPart_GetNumberOfVolumeArrayNames; extern(C) const(char)* function(void* jarg1, int jarg2) vtkExtractCTHPart_GetVolumeArrayName; extern(C) void function(void* jarg1) vtkExtractCTHPart_RemoveAllVolumeArrayNames; extern(C) void function(void* jarg1, const(char)* jarg2) vtkExtractCTHPart_AddDoubleVolumeArrayName; extern(C) void function(void* jarg1, const(char)* jarg2) vtkExtractCTHPart_AddFloatVolumeArrayName; extern(C) void function(void* jarg1, const(char)* jarg2) vtkExtractCTHPart_AddUnsignedCharVolumeArrayName; extern(C) void function(void* jarg1, const(char)* jarg2) vtkExtractCTHPart_AddVolumeArrayName; extern(C) void function(void* jarg1, void* jarg2) vtkExtractCTHPart_SetClipPlane; extern(C) void* function(void* jarg1) vtkExtractCTHPart_GetClipPlane; extern(C) void function(void* jarg1, void* jarg2) vtkExtractCTHPart_SetController; extern(C) void* function(void* jarg1) vtkExtractCTHPart_GetController; extern(C) void function(void* jarg1, double jarg2) vtkExtractCTHPart_SetVolumeFractionSurfaceValue; extern(C) double function(void* jarg1) vtkExtractCTHPart_GetVolumeFractionSurfaceValueMinValue; extern(C) double function(void* jarg1) vtkExtractCTHPart_GetVolumeFractionSurfaceValueMaxValue; extern(C) double function(void* jarg1) vtkExtractCTHPart_GetVolumeFractionSurfaceValue; extern(C) void* function(void* objectRef) vtkExtractCTHPart_Upcast; extern(C) void* function() vtkLabelHierarchyAlgorithm_New; extern(C) int function(const(char)* jarg1) vtkLabelHierarchyAlgorithm_IsTypeOf; extern(C) void* function(void* jarg1) vtkLabelHierarchyAlgorithm_SafeDownCast; extern(C) void* function(void* jarg1) vtkLabelHierarchyAlgorithm_NewInstance; extern(C) void* function(void* jarg1) vtkLabelHierarchyAlgorithm_GetOutput__SWIG_0; extern(C) void* function(void* jarg1, int jarg2) vtkLabelHierarchyAlgorithm_GetOutput__SWIG_1; extern(C) void function(void* jarg1, void* jarg2) vtkLabelHierarchyAlgorithm_SetOutput; extern(C) void* function(void* jarg1) vtkLabelHierarchyAlgorithm_GetInput__SWIG_0; extern(C) void* function(void* jarg1, int jarg2) vtkLabelHierarchyAlgorithm_GetInput__SWIG_1; extern(C) void* function(void* jarg1, int jarg2) vtkLabelHierarchyAlgorithm_GetLabelHierarchyInput; extern(C) void function(void* jarg1, void* jarg2) vtkLabelHierarchyAlgorithm_SetInputData__SWIG_0; extern(C) void function(void* jarg1, int jarg2, void* jarg3) vtkLabelHierarchyAlgorithm_SetInputData__SWIG_1; extern(C) void function(void* jarg1, void* jarg2) vtkLabelHierarchyAlgorithm_AddInputData__SWIG_0; extern(C) void function(void* jarg1, int jarg2, void* jarg3) vtkLabelHierarchyAlgorithm_AddInputData__SWIG_1; extern(C) void* function(void* objectRef) vtkLabelHierarchyAlgorithm_Upcast; extern(C) void* function() vtkPointSetToLabelHierarchy_New; extern(C) int function(const(char)* jarg1) vtkPointSetToLabelHierarchy_IsTypeOf; extern(C) void* function(void* jarg1) vtkPointSetToLabelHierarchy_SafeDownCast; extern(C) void* function(void* jarg1) vtkPointSetToLabelHierarchy_NewInstance; extern(C) void function(void* jarg1, int jarg2) vtkPointSetToLabelHierarchy_SetTargetLabelCount; extern(C) int function(void* jarg1) vtkPointSetToLabelHierarchy_GetTargetLabelCount; extern(C) void function(void* jarg1, int jarg2) vtkPointSetToLabelHierarchy_SetMaximumDepth; extern(C) int function(void* jarg1) vtkPointSetToLabelHierarchy_GetMaximumDepth; extern(C) void function(void* jarg1, uint jarg2) vtkPointSetToLabelHierarchy_SetUseUnicodeStrings; extern(C) uint function(void* jarg1) vtkPointSetToLabelHierarchy_GetUseUnicodeStrings; extern(C) void function(void* jarg1) vtkPointSetToLabelHierarchy_UseUnicodeStringsOn; extern(C) void function(void* jarg1) vtkPointSetToLabelHierarchy_UseUnicodeStringsOff; extern(C) void function(void* jarg1, const(char)* jarg2) vtkPointSetToLabelHierarchy_SetLabelArrayName; extern(C) const(char)* function(void* jarg1) vtkPointSetToLabelHierarchy_GetLabelArrayName; extern(C) void function(void* jarg1, const(char)* jarg2) vtkPointSetToLabelHierarchy_SetSizeArrayName; extern(C) const(char)* function(void* jarg1) vtkPointSetToLabelHierarchy_GetSizeArrayName; extern(C) void function(void* jarg1, const(char)* jarg2) vtkPointSetToLabelHierarchy_SetPriorityArrayName; extern(C) const(char)* function(void* jarg1) vtkPointSetToLabelHierarchy_GetPriorityArrayName; extern(C) void function(void* jarg1, const(char)* jarg2) vtkPointSetToLabelHierarchy_SetIconIndexArrayName; extern(C) const(char)* function(void* jarg1) vtkPointSetToLabelHierarchy_GetIconIndexArrayName; extern(C) void function(void* jarg1, const(char)* jarg2) vtkPointSetToLabelHierarchy_SetOrientationArrayName; extern(C) const(char)* function(void* jarg1) vtkPointSetToLabelHierarchy_GetOrientationArrayName; extern(C) void function(void* jarg1, const(char)* jarg2) vtkPointSetToLabelHierarchy_SetBoundedSizeArrayName; extern(C) const(char)* function(void* jarg1) vtkPointSetToLabelHierarchy_GetBoundedSizeArrayName; extern(C) void function(void* jarg1, void* jarg2) vtkPointSetToLabelHierarchy_SetTextProperty; extern(C) void* function(void* jarg1) vtkPointSetToLabelHierarchy_GetTextProperty; extern(C) void* function(void* objectRef) vtkPointSetToLabelHierarchy_Upcast; extern(C) int function(const(char)* jarg1) vtkCamera_IsTypeOf; extern(C) void* function(void* jarg1) vtkCamera_SafeDownCast; extern(C) void* function(void* jarg1) vtkCamera_NewInstance; extern(C) void* function() vtkCamera_New; extern(C) void function(void* jarg1, double jarg2, double jarg3, double jarg4) vtkCamera_SetPosition__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkCamera_SetPosition__SWIG_1; extern(C) void* function(void* jarg1) vtkCamera_GetPosition__SWIG_0; extern(C) void function(void* jarg1, void* jarg2, void* jarg3, void* jarg4) vtkCamera_GetPosition__SWIG_1; extern(C) void function(void* jarg1, void* jarg2) vtkCamera_GetPosition__SWIG_2; extern(C) void function(void* jarg1, double jarg2, double jarg3, double jarg4) vtkCamera_SetFocalPoint__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkCamera_SetFocalPoint__SWIG_1; extern(C) void* function(void* jarg1) vtkCamera_GetFocalPoint__SWIG_0; extern(C) void function(void* jarg1, void* jarg2, void* jarg3, void* jarg4) vtkCamera_GetFocalPoint__SWIG_1; extern(C) void function(void* jarg1, void* jarg2) vtkCamera_GetFocalPoint__SWIG_2; extern(C) void function(void* jarg1, double jarg2, double jarg3, double jarg4) vtkCamera_SetViewUp__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkCamera_SetViewUp__SWIG_1; extern(C) void* function(void* jarg1) vtkCamera_GetViewUp__SWIG_0; extern(C) void function(void* jarg1, void* jarg2, void* jarg3, void* jarg4) vtkCamera_GetViewUp__SWIG_1; extern(C) void function(void* jarg1, void* jarg2) vtkCamera_GetViewUp__SWIG_2; extern(C) void function(void* jarg1) vtkCamera_OrthogonalizeViewUp; extern(C) void function(void* jarg1, double jarg2) vtkCamera_SetDistance; extern(C) double function(void* jarg1) vtkCamera_GetDistance; extern(C) void* function(void* jarg1) vtkCamera_GetDirectionOfProjection__SWIG_0; extern(C) void function(void* jarg1, void* jarg2, void* jarg3, void* jarg4) vtkCamera_GetDirectionOfProjection__SWIG_1; extern(C) void function(void* jarg1, void* jarg2) vtkCamera_GetDirectionOfProjection__SWIG_2; extern(C) void function(void* jarg1, double jarg2) vtkCamera_Dolly; extern(C) void function(void* jarg1, double jarg2) vtkCamera_SetRoll; extern(C) double function(void* jarg1) vtkCamera_GetRoll; extern(C) void function(void* jarg1, double jarg2) vtkCamera_Roll; extern(C) void function(void* jarg1, double jarg2) vtkCamera_Azimuth; extern(C) void function(void* jarg1, double jarg2) vtkCamera_Yaw; extern(C) void function(void* jarg1, double jarg2) vtkCamera_Elevation; extern(C) void function(void* jarg1, double jarg2) vtkCamera_Pitch; extern(C) void function(void* jarg1, int jarg2) vtkCamera_SetParallelProjection; extern(C) int function(void* jarg1) vtkCamera_GetParallelProjection; extern(C) void function(void* jarg1) vtkCamera_ParallelProjectionOn; extern(C) void function(void* jarg1) vtkCamera_ParallelProjectionOff; extern(C) void function(void* jarg1, int jarg2) vtkCamera_SetUseHorizontalViewAngle; extern(C) int function(void* jarg1) vtkCamera_GetUseHorizontalViewAngle; extern(C) void function(void* jarg1) vtkCamera_UseHorizontalViewAngleOn; extern(C) void function(void* jarg1) vtkCamera_UseHorizontalViewAngleOff; extern(C) void function(void* jarg1, double jarg2) vtkCamera_SetViewAngle; extern(C) double function(void* jarg1) vtkCamera_GetViewAngle; extern(C) void function(void* jarg1, double jarg2) vtkCamera_SetParallelScale; extern(C) double function(void* jarg1) vtkCamera_GetParallelScale; extern(C) void function(void* jarg1, double jarg2) vtkCamera_Zoom; extern(C) void function(void* jarg1, double jarg2, double jarg3) vtkCamera_SetClippingRange__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkCamera_SetClippingRange__SWIG_1; extern(C) void* function(void* jarg1) vtkCamera_GetClippingRange__SWIG_0; extern(C) void function(void* jarg1, void* jarg2, void* jarg3) vtkCamera_GetClippingRange__SWIG_1; extern(C) void function(void* jarg1, void* jarg2) vtkCamera_GetClippingRange__SWIG_2; extern(C) void function(void* jarg1, double jarg2) vtkCamera_SetThickness; extern(C) double function(void* jarg1) vtkCamera_GetThickness; extern(C) void function(void* jarg1, double jarg2, double jarg3) vtkCamera_SetWindowCenter; extern(C) void* function(void* jarg1) vtkCamera_GetWindowCenter__SWIG_0; extern(C) void function(void* jarg1, void* jarg2, void* jarg3) vtkCamera_GetWindowCenter__SWIG_1; extern(C) void function(void* jarg1, void* jarg2) vtkCamera_GetWindowCenter__SWIG_2; extern(C) void function(void* jarg1, double jarg2, double jarg3) vtkCamera_SetObliqueAngles; extern(C) void function(void* jarg1, void* jarg2) vtkCamera_ApplyTransform; extern(C) void* function(void* jarg1) vtkCamera_GetViewPlaneNormal__SWIG_0; extern(C) void function(void* jarg1, void* jarg2, void* jarg3, void* jarg4) vtkCamera_GetViewPlaneNormal__SWIG_1; extern(C) void function(void* jarg1, void* jarg2) vtkCamera_GetViewPlaneNormal__SWIG_2; extern(C) void function(void* jarg1, double jarg2, double jarg3, double jarg4) vtkCamera_SetViewShear__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkCamera_SetViewShear__SWIG_1; extern(C) void* function(void* jarg1) vtkCamera_GetViewShear__SWIG_0; extern(C) void function(void* jarg1, void* jarg2, void* jarg3, void* jarg4) vtkCamera_GetViewShear__SWIG_1; extern(C) void function(void* jarg1, void* jarg2) vtkCamera_GetViewShear__SWIG_2; extern(C) void function(void* jarg1, double jarg2) vtkCamera_SetEyeAngle; extern(C) double function(void* jarg1) vtkCamera_GetEyeAngle; extern(C) void function(void* jarg1, double jarg2) vtkCamera_SetFocalDisk; extern(C) double function(void* jarg1) vtkCamera_GetFocalDisk; extern(C) void function(void* jarg1, int jarg2) vtkCamera_SetUseOffAxisProjection; extern(C) int function(void* jarg1) vtkCamera_GetUseOffAxisProjection; extern(C) void function(void* jarg1) vtkCamera_UseOffAxisProjectionOn; extern(C) void function(void* jarg1) vtkCamera_UseOffAxisProjectionOff; extern(C) void function(void* jarg1, double jarg2, double jarg3, double jarg4) vtkCamera_SetScreenBottomLeft__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkCamera_SetScreenBottomLeft__SWIG_1; extern(C) void* function(void* jarg1) vtkCamera_GetScreenBottomLeft__SWIG_0; extern(C) void function(void* jarg1, void* jarg2, void* jarg3, void* jarg4) vtkCamera_GetScreenBottomLeft__SWIG_1; extern(C) void function(void* jarg1, void* jarg2) vtkCamera_GetScreenBottomLeft__SWIG_2; extern(C) void function(void* jarg1, double jarg2, double jarg3, double jarg4) vtkCamera_SetScreenBottomRight__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkCamera_SetScreenBottomRight__SWIG_1; extern(C) void* function(void* jarg1) vtkCamera_GetScreenBottomRight__SWIG_0; extern(C) void function(void* jarg1, void* jarg2, void* jarg3, void* jarg4) vtkCamera_GetScreenBottomRight__SWIG_1; extern(C) void function(void* jarg1, void* jarg2) vtkCamera_GetScreenBottomRight__SWIG_2; extern(C) void function(void* jarg1, double jarg2, double jarg3, double jarg4) vtkCamera_SetScreenTopRight__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkCamera_SetScreenTopRight__SWIG_1; extern(C) void* function(void* jarg1) vtkCamera_GetScreenTopRight__SWIG_0; extern(C) void function(void* jarg1, void* jarg2, void* jarg3, void* jarg4) vtkCamera_GetScreenTopRight__SWIG_1; extern(C) void function(void* jarg1, void* jarg2) vtkCamera_GetScreenTopRight__SWIG_2; extern(C) void function(void* jarg1, double jarg2) vtkCamera_SetEyeSeparation; extern(C) double function(void* jarg1) vtkCamera_GetEyeSeparation; extern(C) void function(void* jarg1, void* jarg2) vtkCamera_SetEyePosition; extern(C) void function(void* jarg1, void* jarg2) vtkCamera_GetEyePosition; extern(C) void function(void* jarg1, void* jarg2) vtkCamera_GetEyePlaneNormal; extern(C) void function(void* jarg1, void* jarg2) vtkCamera_SetEyeTransformMatrix__SWIG_0; extern(C) void* function(void* jarg1) vtkCamera_GetEyeTransformMatrix; extern(C) void function(void* jarg1, void* jarg2) vtkCamera_SetEyeTransformMatrix__SWIG_1; extern(C) void function(void* jarg1, void* jarg2) vtkCamera_SetModelTransformMatrix__SWIG_0; extern(C) void* function(void* jarg1) vtkCamera_GetModelTransformMatrix; extern(C) void function(void* jarg1, void* jarg2) vtkCamera_SetModelTransformMatrix__SWIG_1; extern(C) void* function(void* jarg1) vtkCamera_GetModelViewTransformMatrix; extern(C) void* function(void* jarg1) vtkCamera_GetModelViewTransformObject; extern(C) void* function(void* jarg1) vtkCamera_GetViewTransformMatrix; extern(C) void* function(void* jarg1) vtkCamera_GetViewTransformObject; extern(C) void* function(void* jarg1, double jarg2, double jarg3, double jarg4) vtkCamera_GetProjectionTransformMatrix; extern(C) void* function(void* jarg1, double jarg2, double jarg3, double jarg4) vtkCamera_GetProjectionTransformObject; extern(C) void* function(void* jarg1, double jarg2, double jarg3, double jarg4) vtkCamera_GetCompositeProjectionTransformMatrix; extern(C) void function(void* jarg1, void* jarg2) vtkCamera_SetUserViewTransform; extern(C) void* function(void* jarg1) vtkCamera_GetUserViewTransform; extern(C) void function(void* jarg1, void* jarg2) vtkCamera_SetUserTransform; extern(C) void* function(void* jarg1) vtkCamera_GetUserTransform; extern(C) void function(void* jarg1, void* jarg2) vtkCamera_Render; extern(C) core.stdc.config.c_ulong function(void* jarg1) vtkCamera_GetViewingRaysMTime; extern(C) void function(void* jarg1) vtkCamera_ViewingRaysModified; extern(C) void function(void* jarg1, double jarg2, void* jarg3) vtkCamera_GetFrustumPlanes; extern(C) void* function(void* jarg1) vtkCamera_GetOrientation; extern(C) void* function(void* jarg1) vtkCamera_GetOrientationWXYZ; extern(C) void function(void* jarg1) vtkCamera_ComputeViewPlaneNormal; extern(C) void* function(void* jarg1) vtkCamera_GetCameraLightTransformMatrix; extern(C) void function(void* jarg1, void* jarg2) vtkCamera_UpdateViewport; extern(C) void function(void* jarg1, int jarg2) vtkCamera_SetLeftEye; extern(C) int function(void* jarg1) vtkCamera_GetLeftEye; extern(C) void function(void* jarg1, void* jarg2) vtkCamera_ShallowCopy; extern(C) void function(void* jarg1, void* jarg2) vtkCamera_DeepCopy; extern(C) void function(void* jarg1, uint jarg2) vtkCamera_SetFreezeFocalPoint; extern(C) uint function(void* jarg1) vtkCamera_GetFreezeFocalPoint; extern(C) void* function(void* objectRef) vtkCamera_Upcast; extern(C) void* function() vtkOpenGLCamera_New; extern(C) int function(const(char)* jarg1) vtkOpenGLCamera_IsTypeOf; extern(C) void* function(void* jarg1) vtkOpenGLCamera_SafeDownCast; extern(C) void* function(void* jarg1) vtkOpenGLCamera_NewInstance; extern(C) void* function(void* objectRef) vtkOpenGLCamera_Upcast; extern(C) int function(const(char)* jarg1) vtkPlot3D_IsTypeOf; extern(C) void* function(void* jarg1) vtkPlot3D_SafeDownCast; extern(C) void* function(void* jarg1) vtkPlot3D_NewInstance; extern(C) void function(void* jarg1, void* jarg2) vtkPlot3D_SetPen; extern(C) void* function(void* jarg1) vtkPlot3D_GetPen; extern(C) void function(void* jarg1, void* jarg2) vtkPlot3D_SetInputData__SWIG_0; extern(C) void function(void* jarg1, void* jarg2, void* jarg3, void* jarg4, void* jarg5) vtkPlot3D_SetInputData__SWIG_1; extern(C) void function(void* jarg1, void* jarg2, void* jarg3, void* jarg4, void* jarg5, void* jarg6) vtkPlot3D_SetInputData__SWIG_2; extern(C) void function(void* jarg1, void* jarg2, long jarg3, long jarg4, long jarg5) vtkPlot3D_SetInputData__SWIG_3; extern(C) void function(void* jarg1, void* jarg2) vtkPlot3D_SetColors; extern(C) void* function(void* jarg1) vtkPlot3D_GetPoints; extern(C) void* function(void* jarg1) vtkPlot3D_GetChart; extern(C) void function(void* jarg1, void* jarg2) vtkPlot3D_SetChart; extern(C) const(char)* function(void* jarg1) vtkPlot3D_GetXAxisLabel; extern(C) const(char)* function(void* jarg1) vtkPlot3D_GetYAxisLabel; extern(C) const(char)* function(void* jarg1) vtkPlot3D_GetZAxisLabel; extern(C) void* function(void* jarg1) vtkPlot3D_GetDataBounds; extern(C) void function(void* jarg1, void* jarg2) vtkPlot3D_SetSelection; extern(C) void* function(void* jarg1) vtkPlot3D_GetSelection; extern(C) void* function() new_vtkPlot3D; extern(C) void function(void* jarg1) delete_vtkPlot3D; extern(C) void* function(void* objectRef) vtkPlot3D_Upcast; extern(C) void* function() vtkGenericVertexAttributeMapping_New; extern(C) int function(const(char)* jarg1) vtkGenericVertexAttributeMapping_IsTypeOf; extern(C) void* function(void* jarg1) vtkGenericVertexAttributeMapping_SafeDownCast; extern(C) void* function(void* jarg1) vtkGenericVertexAttributeMapping_NewInstance; extern(C) void function(void* jarg1, const(char)* jarg2, const(char)* jarg3, int jarg4, int jarg5) vtkGenericVertexAttributeMapping_AddMapping__SWIG_0; extern(C) void function(void* jarg1, int jarg2, const(char)* jarg3, int jarg4, int jarg5) vtkGenericVertexAttributeMapping_AddMapping__SWIG_1; extern(C) uint function(void* jarg1, const(char)* jarg2) vtkGenericVertexAttributeMapping_RemoveMapping; extern(C) void function(void* jarg1) vtkGenericVertexAttributeMapping_RemoveAllMappings; extern(C) uint function(void* jarg1) vtkGenericVertexAttributeMapping_GetNumberOfMappings; extern(C) const(char)* function(void* jarg1, uint jarg2) vtkGenericVertexAttributeMapping_GetAttributeName; extern(C) const(char)* function(void* jarg1, uint jarg2) vtkGenericVertexAttributeMapping_GetArrayName; extern(C) int function(void* jarg1, uint jarg2) vtkGenericVertexAttributeMapping_GetFieldAssociation; extern(C) int function(void* jarg1, uint jarg2) vtkGenericVertexAttributeMapping_GetComponent; extern(C) int function(void* jarg1, uint jarg2) vtkGenericVertexAttributeMapping_GetTextureUnit; extern(C) void* function() new_vtkGenericVertexAttributeMapping; extern(C) void function(void* jarg1) delete_vtkGenericVertexAttributeMapping; extern(C) void* function(void* objectRef) vtkGenericVertexAttributeMapping_Upcast; extern(C) int function(const(char)* jarg1) vtkRungeKutta45_IsTypeOf; extern(C) void* function(void* jarg1) vtkRungeKutta45_SafeDownCast; extern(C) void* function(void* jarg1) vtkRungeKutta45_NewInstance; extern(C) void* function() vtkRungeKutta45_New; extern(C) int function(void* jarg1, void* jarg2, void* jarg3, double jarg4, void* jarg5, double jarg6, void* jarg7) vtkRungeKutta45_ComputeNextStep__SWIG_0; extern(C) int function(void* jarg1, void* jarg2, void* jarg3, void* jarg4, double jarg5, void* jarg6, double jarg7, void* jarg8) vtkRungeKutta45_ComputeNextStep__SWIG_1; extern(C) int function(void* jarg1, void* jarg2, void* jarg3, double jarg4, void* jarg5, void* jarg6, double jarg7, double jarg8, double jarg9, void* jarg10) vtkRungeKutta45_ComputeNextStep__SWIG_2; extern(C) int function(void* jarg1, void* jarg2, void* jarg3, void* jarg4, double jarg5, void* jarg6, void* jarg7, double jarg8, double jarg9, double jarg10, void* jarg11) vtkRungeKutta45_ComputeNextStep__SWIG_3; extern(C) void* function(void* objectRef) vtkRungeKutta45_Upcast; extern(C) int function(const(char)* jarg1) vtkGenericCutter_IsTypeOf; extern(C) void* function(void* jarg1) vtkGenericCutter_SafeDownCast; extern(C) void* function(void* jarg1) vtkGenericCutter_NewInstance; extern(C) void* function() vtkGenericCutter_New; extern(C) void function(void* jarg1, int jarg2, double jarg3) vtkGenericCutter_SetValue; extern(C) double function(void* jarg1, int jarg2) vtkGenericCutter_GetValue; extern(C) void* function(void* jarg1) vtkGenericCutter_GetValues__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkGenericCutter_GetValues__SWIG_1; extern(C) void function(void* jarg1, int jarg2) vtkGenericCutter_SetNumberOfContours; extern(C) int function(void* jarg1) vtkGenericCutter_GetNumberOfContours; extern(C) void function(void* jarg1, int jarg2, void* jarg3) vtkGenericCutter_GenerateValues__SWIG_0; extern(C) void function(void* jarg1, int jarg2, double jarg3, double jarg4) vtkGenericCutter_GenerateValues__SWIG_1; extern(C) void function(void* jarg1, void* jarg2) vtkGenericCutter_SetCutFunction; extern(C) void* function(void* jarg1) vtkGenericCutter_GetCutFunction; extern(C) void function(void* jarg1, int jarg2) vtkGenericCutter_SetGenerateCutScalars; extern(C) int function(void* jarg1) vtkGenericCutter_GetGenerateCutScalars; extern(C) void function(void* jarg1) vtkGenericCutter_GenerateCutScalarsOn; extern(C) void function(void* jarg1) vtkGenericCutter_GenerateCutScalarsOff; extern(C) void function(void* jarg1, void* jarg2) vtkGenericCutter_SetLocator; extern(C) void* function(void* jarg1) vtkGenericCutter_GetLocator; extern(C) void function(void* jarg1) vtkGenericCutter_CreateDefaultLocator; extern(C) void* function(void* objectRef) vtkGenericCutter_Upcast; extern(C) int function(const(char)* jarg1) vtkVolumeRayCastSpaceLeapingImageFilter_IsTypeOf; extern(C) void* function(void* jarg1) vtkVolumeRayCastSpaceLeapingImageFilter_SafeDownCast; extern(C) void* function(void* jarg1) vtkVolumeRayCastSpaceLeapingImageFilter_NewInstance; extern(C) void* function() vtkVolumeRayCastSpaceLeapingImageFilter_New; extern(C) void function(void* jarg1, void* jarg2) vtkVolumeRayCastSpaceLeapingImageFilter_SetCurrentScalars; extern(C) void* function(void* jarg1) vtkVolumeRayCastSpaceLeapingImageFilter_GetCurrentScalars; extern(C) void function(void* jarg1, int jarg2) vtkVolumeRayCastSpaceLeapingImageFilter_SetIndependentComponents; extern(C) int function(void* jarg1) vtkVolumeRayCastSpaceLeapingImageFilter_GetIndependentComponents; extern(C) void function(void* jarg1, int jarg2) vtkVolumeRayCastSpaceLeapingImageFilter_SetComputeGradientOpacity; extern(C) int function(void* jarg1) vtkVolumeRayCastSpaceLeapingImageFilter_GetComputeGradientOpacity; extern(C) void function(void* jarg1) vtkVolumeRayCastSpaceLeapingImageFilter_ComputeGradientOpacityOn; extern(C) void function(void* jarg1) vtkVolumeRayCastSpaceLeapingImageFilter_ComputeGradientOpacityOff; extern(C) void function(void* jarg1, int jarg2) vtkVolumeRayCastSpaceLeapingImageFilter_SetComputeMinMax; extern(C) int function(void* jarg1) vtkVolumeRayCastSpaceLeapingImageFilter_GetComputeMinMax; extern(C) void function(void* jarg1) vtkVolumeRayCastSpaceLeapingImageFilter_ComputeMinMaxOn; extern(C) void function(void* jarg1) vtkVolumeRayCastSpaceLeapingImageFilter_ComputeMinMaxOff; extern(C) void function(void* jarg1, int jarg2) vtkVolumeRayCastSpaceLeapingImageFilter_SetUpdateGradientOpacityFlags; extern(C) int function(void* jarg1) vtkVolumeRayCastSpaceLeapingImageFilter_GetUpdateGradientOpacityFlags; extern(C) void function(void* jarg1) vtkVolumeRayCastSpaceLeapingImageFilter_UpdateGradientOpacityFlagsOn; extern(C) void function(void* jarg1) vtkVolumeRayCastSpaceLeapingImageFilter_UpdateGradientOpacityFlagsOff; extern(C) core.stdc.config.c_ulong function(void* jarg1) vtkVolumeRayCastSpaceLeapingImageFilter_GetLastMinMaxBuildTime; extern(C) core.stdc.config.c_ulong function(void* jarg1) vtkVolumeRayCastSpaceLeapingImageFilter_GetLastMinMaxFlagTime; extern(C) void function(void* jarg1, float jarg2, float jarg3, float jarg4, float jarg5) vtkVolumeRayCastSpaceLeapingImageFilter_SetTableShift__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkVolumeRayCastSpaceLeapingImageFilter_SetTableShift__SWIG_1; extern(C) void* function(void* jarg1) vtkVolumeRayCastSpaceLeapingImageFilter_GetTableShift__SWIG_0; extern(C) void function(void* jarg1, void* jarg2, void* jarg3, void* jarg4, void* jarg5) vtkVolumeRayCastSpaceLeapingImageFilter_GetTableShift__SWIG_1; extern(C) void function(void* jarg1, void* jarg2) vtkVolumeRayCastSpaceLeapingImageFilter_GetTableShift__SWIG_2; extern(C) void function(void* jarg1, float jarg2, float jarg3, float jarg4, float jarg5) vtkVolumeRayCastSpaceLeapingImageFilter_SetTableScale__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkVolumeRayCastSpaceLeapingImageFilter_SetTableScale__SWIG_1; extern(C) void* function(void* jarg1) vtkVolumeRayCastSpaceLeapingImageFilter_GetTableScale__SWIG_0; extern(C) void function(void* jarg1, void* jarg2, void* jarg3, void* jarg4, void* jarg5) vtkVolumeRayCastSpaceLeapingImageFilter_GetTableScale__SWIG_1; extern(C) void function(void* jarg1, void* jarg2) vtkVolumeRayCastSpaceLeapingImageFilter_GetTableScale__SWIG_2; extern(C) void function(void* jarg1, int jarg2, int jarg3, int jarg4, int jarg5) vtkVolumeRayCastSpaceLeapingImageFilter_SetTableSize__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkVolumeRayCastSpaceLeapingImageFilter_SetTableSize__SWIG_1; extern(C) void* function(void* jarg1) vtkVolumeRayCastSpaceLeapingImageFilter_GetTableSize__SWIG_0; extern(C) void function(void* jarg1, void* jarg2, void* jarg3, void* jarg4, void* jarg5) vtkVolumeRayCastSpaceLeapingImageFilter_GetTableSize__SWIG_1; extern(C) void function(void* jarg1, void* jarg2) vtkVolumeRayCastSpaceLeapingImageFilter_GetTableSize__SWIG_2; extern(C) int function(void* jarg1) vtkVolumeRayCastSpaceLeapingImageFilter_GetNumberOfIndependentComponents; extern(C) void* function(void* jarg1, void* jarg2) vtkVolumeRayCastSpaceLeapingImageFilter_GetMinMaxVolume; extern(C) void function(void* jarg1, void* jarg2) vtkVolumeRayCastSpaceLeapingImageFilter_SetCache; extern(C) void function(void* jarg1, void* jarg2, void* jarg3, void* jarg4) vtkVolumeRayCastSpaceLeapingImageFilter_ComputeInputExtentsForOutput; extern(C) void* function(void* jarg1) vtkVolumeRayCastSpaceLeapingImageFilter_GetMinNonZeroScalarIndex; extern(C) void* function(void* jarg1) vtkVolumeRayCastSpaceLeapingImageFilter_GetMinNonZeroGradientMagnitudeIndex; extern(C) long function(void* jarg1, void* jarg2, void* jarg3, int jarg4) vtkVolumeRayCastSpaceLeapingImageFilter_ComputeOffset; extern(C) void* function(void* objectRef) vtkVolumeRayCastSpaceLeapingImageFilter_Upcast; extern(C) int function(const(char)* jarg1) vtkLabelHierarchyIterator_IsTypeOf; extern(C) void* function(void* jarg1) vtkLabelHierarchyIterator_SafeDownCast; extern(C) void* function(void* jarg1) vtkLabelHierarchyIterator_NewInstance; extern(C) void function(void* jarg1, void* jarg2) vtkLabelHierarchyIterator_Begin; extern(C) void function(void* jarg1) vtkLabelHierarchyIterator_Next; extern(C) uint function(void* jarg1) vtkLabelHierarchyIterator_IsAtEnd; extern(C) void function(void* jarg1, void* jarg2) vtkLabelHierarchyIterator_GetPoint; extern(C) void function(void* jarg1, void* jarg2) vtkLabelHierarchyIterator_GetSize; extern(C) void function(void* jarg1, void* jarg2) vtkLabelHierarchyIterator_GetBoundedSize; extern(C) int function(void* jarg1) vtkLabelHierarchyIterator_GetType; extern(C) void* function(void* jarg1) vtkLabelHierarchyIterator_GetLabel; extern(C) void* function(void* jarg1) vtkLabelHierarchyIterator_GetUnicodeLabel; extern(C) double function(void* jarg1) vtkLabelHierarchyIterator_GetOrientation; extern(C) long function(void* jarg1) vtkLabelHierarchyIterator_GetLabelId; extern(C) void* function(void* jarg1) vtkLabelHierarchyIterator_GetHierarchy; extern(C) void function(void* jarg1, void* jarg2) vtkLabelHierarchyIterator_SetTraversedBounds; extern(C) void function(void* jarg1, void* jarg2, void* jarg3) vtkLabelHierarchyIterator_GetNodeGeometry; extern(C) void function(void* jarg1) vtkLabelHierarchyIterator_BoxNode; extern(C) void function(void* jarg1, void* jarg2) vtkLabelHierarchyIterator_BoxAllNodes; extern(C) void function(void* jarg1, int jarg2) vtkLabelHierarchyIterator_SetAllBounds; extern(C) int function(void* jarg1) vtkLabelHierarchyIterator_GetAllBounds; extern(C) void* function(void* objectRef) vtkLabelHierarchyIterator_Upcast; extern(C) void* function() vtkImplicitPlaneWidget2_New; extern(C) int function(const(char)* jarg1) vtkImplicitPlaneWidget2_IsTypeOf; extern(C) void* function(void* jarg1) vtkImplicitPlaneWidget2_SafeDownCast; extern(C) void* function(void* jarg1) vtkImplicitPlaneWidget2_NewInstance; extern(C) void function(void* jarg1, void* jarg2) vtkImplicitPlaneWidget2_SetRepresentation; extern(C) void function(void* jarg1, int jarg2) vtkImplicitPlaneWidget2_SetLockNormalToCamera; extern(C) void* function(void* jarg1) vtkImplicitPlaneWidget2_GetImplicitPlaneRepresentation; extern(C) void* function(void* objectRef) vtkImplicitPlaneWidget2_Upcast; extern(C) int function(const(char)* jarg1) vtkAbstractPicker_IsTypeOf; extern(C) void* function(void* jarg1) vtkAbstractPicker_SafeDownCast; extern(C) void* function(void* jarg1) vtkAbstractPicker_NewInstance; extern(C) void* function(void* jarg1) vtkAbstractPicker_GetRenderer; extern(C) void* function(void* jarg1) vtkAbstractPicker_GetSelectionPoint__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkAbstractPicker_GetSelectionPoint__SWIG_1; extern(C) void* function(void* jarg1) vtkAbstractPicker_GetPickPosition__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkAbstractPicker_GetPickPosition__SWIG_1; extern(C) int function(void* jarg1, double jarg2, double jarg3, double jarg4, void* jarg5) vtkAbstractPicker_Pick__SWIG_0; extern(C) int function(void* jarg1, void* jarg2, void* jarg3) vtkAbstractPicker_Pick__SWIG_1; extern(C) void function(void* jarg1, int jarg2) vtkAbstractPicker_SetPickFromList; extern(C) int function(void* jarg1) vtkAbstractPicker_GetPickFromList; extern(C) void function(void* jarg1) vtkAbstractPicker_PickFromListOn; extern(C) void function(void* jarg1) vtkAbstractPicker_PickFromListOff; extern(C) void function(void* jarg1) vtkAbstractPicker_InitializePickList; extern(C) void function(void* jarg1, void* jarg2) vtkAbstractPicker_AddPickList; extern(C) void function(void* jarg1, void* jarg2) vtkAbstractPicker_DeletePickList; extern(C) void* function(void* jarg1) vtkAbstractPicker_GetPickList; extern(C) void* function(void* objectRef) vtkAbstractPicker_Upcast; extern(C) int function(const(char)* jarg1) vtkAbstractPropPicker_IsTypeOf; extern(C) void* function(void* jarg1) vtkAbstractPropPicker_SafeDownCast; extern(C) void* function(void* jarg1) vtkAbstractPropPicker_NewInstance; extern(C) void function(void* jarg1, void* jarg2) vtkAbstractPropPicker_SetPath; extern(C) void* function(void* jarg1) vtkAbstractPropPicker_GetPath; extern(C) void* function(void* jarg1) vtkAbstractPropPicker_GetViewProp; extern(C) void* function(void* jarg1) vtkAbstractPropPicker_GetProp3D; extern(C) void* function(void* jarg1) vtkAbstractPropPicker_GetActor; extern(C) void* function(void* jarg1) vtkAbstractPropPicker_GetActor2D; extern(C) void* function(void* jarg1) vtkAbstractPropPicker_GetVolume; extern(C) void* function(void* jarg1) vtkAbstractPropPicker_GetAssembly; extern(C) void* function(void* jarg1) vtkAbstractPropPicker_GetPropAssembly; extern(C) void* function(void* objectRef) vtkAbstractPropPicker_Upcast; extern(C) void* function() vtkAreaPicker_New; extern(C) int function(const(char)* jarg1) vtkAreaPicker_IsTypeOf; extern(C) void* function(void* jarg1) vtkAreaPicker_SafeDownCast; extern(C) void* function(void* jarg1) vtkAreaPicker_NewInstance; extern(C) void function(void* jarg1, double jarg2, double jarg3, double jarg4, double jarg5) vtkAreaPicker_SetPickCoords; extern(C) void function(void* jarg1, void* jarg2) vtkAreaPicker_SetRenderer; extern(C) int function(void* jarg1) vtkAreaPicker_Pick__SWIG_0; extern(C) int function(void* jarg1, double jarg2, double jarg3, double jarg4, double jarg5, void* jarg6) vtkAreaPicker_AreaPick__SWIG_0; extern(C) int function(void* jarg1, double jarg2, double jarg3, double jarg4, double jarg5) vtkAreaPicker_AreaPick__SWIG_1; extern(C) int function(void* jarg1, double jarg2, double jarg3, double jarg4, void* jarg5) vtkAreaPicker_Pick__SWIG_1; extern(C) int function(void* jarg1, double jarg2, double jarg3, double jarg4) vtkAreaPicker_Pick__SWIG_2; extern(C) void* function(void* jarg1) vtkAreaPicker_GetMapper; extern(C) void* function(void* jarg1) vtkAreaPicker_GetDataSet; extern(C) void* function(void* jarg1) vtkAreaPicker_GetProp3Ds; extern(C) void* function(void* jarg1) vtkAreaPicker_GetFrustum; extern(C) void* function(void* jarg1) vtkAreaPicker_GetClipPoints; extern(C) void* function(void* objectRef) vtkAreaPicker_Upcast; extern(C) void* function() vtkLightCollection_New; extern(C) int function(const(char)* jarg1) vtkLightCollection_IsTypeOf; extern(C) void* function(void* jarg1) vtkLightCollection_SafeDownCast; extern(C) void* function(void* jarg1) vtkLightCollection_NewInstance; extern(C) void function(void* jarg1, void* jarg2) vtkLightCollection_AddItem; extern(C) void* function(void* jarg1) vtkLightCollection_GetNextItem; extern(C) void* function(void* objectRef) vtkLightCollection_Upcast; extern(C) int function(const(char)* jarg1) vtkContinuousValueWidgetRepresentation_IsTypeOf; extern(C) void* function(void* jarg1) vtkContinuousValueWidgetRepresentation_SafeDownCast; extern(C) void* function(void* jarg1) vtkContinuousValueWidgetRepresentation_NewInstance; extern(C) void function(void* jarg1, void* jarg2) vtkContinuousValueWidgetRepresentation_PlaceWidget; extern(C) void function(void* jarg1, double jarg2) vtkContinuousValueWidgetRepresentation_SetValue; extern(C) double function(void* jarg1) vtkContinuousValueWidgetRepresentation_GetValue; extern(C) void* function(void* objectRef) vtkContinuousValueWidgetRepresentation_Upcast; extern(C) void* function() vtkProbeFilter_New; extern(C) int function(const(char)* jarg1) vtkProbeFilter_IsTypeOf; extern(C) void* function(void* jarg1) vtkProbeFilter_SafeDownCast; extern(C) void* function(void* jarg1) vtkProbeFilter_NewInstance; extern(C) void function(void* jarg1, void* jarg2) vtkProbeFilter_SetSourceData; extern(C) void* function(void* jarg1) vtkProbeFilter_GetSource; extern(C) void function(void* jarg1, void* jarg2) vtkProbeFilter_SetSourceConnection; extern(C) void function(void* jarg1, int jarg2) vtkProbeFilter_SetSpatialMatch; extern(C) int function(void* jarg1) vtkProbeFilter_GetSpatialMatch; extern(C) void function(void* jarg1) vtkProbeFilter_SpatialMatchOn; extern(C) void function(void* jarg1) vtkProbeFilter_SpatialMatchOff; extern(C) void* function(void* jarg1) vtkProbeFilter_GetValidPoints; extern(C) void function(void* jarg1, const(char)* jarg2) vtkProbeFilter_SetValidPointMaskArrayName; extern(C) const(char)* function(void* jarg1) vtkProbeFilter_GetValidPointMaskArrayName; extern(C) void function(void* jarg1, int jarg2) vtkProbeFilter_SetPassCellArrays; extern(C) int function(void* jarg1) vtkProbeFilter_GetPassCellArrays; extern(C) void function(void* jarg1, int jarg2) vtkProbeFilter_SetPassPointArrays; extern(C) int function(void* jarg1) vtkProbeFilter_GetPassPointArrays; extern(C) void* function() new_vtkProbeFilter; extern(C) void function(void* jarg1) delete_vtkProbeFilter; extern(C) void* function(void* objectRef) vtkProbeFilter_Upcast; extern(C) void* function() vtkClipPlanesPainter_New; extern(C) int function(const(char)* jarg1) vtkClipPlanesPainter_IsTypeOf; extern(C) void* function(void* jarg1) vtkClipPlanesPainter_SafeDownCast; extern(C) void* function(void* jarg1) vtkClipPlanesPainter_NewInstance; extern(C) void* function() vtkClipPlanesPainter_CLIPPING_PLANES; extern(C) void* function(void* objectRef) vtkClipPlanesPainter_Upcast; extern(C) int function(const(char)* jarg1) vtkContextClip_IsTypeOf; extern(C) void* function(void* jarg1) vtkContextClip_SafeDownCast; extern(C) void* function(void* jarg1) vtkContextClip_NewInstance; extern(C) void* function() vtkContextClip_New; extern(C) void function(void* jarg1, float jarg2, float jarg3, float jarg4, float jarg5) vtkContextClip_SetClip; extern(C) void* function() new_vtkContextClip; extern(C) void function(void* jarg1) delete_vtkContextClip; extern(C) void* function(void* objectRef) vtkContextClip_Upcast; extern(C) void* function() vtkPipelineSize_New; extern(C) int function(const(char)* jarg1) vtkPipelineSize_IsTypeOf; extern(C) void* function(void* jarg1) vtkPipelineSize_SafeDownCast; extern(C) void* function(void* jarg1) vtkPipelineSize_NewInstance; extern(C) core.stdc.config.c_ulong function(void* jarg1, void* jarg2, int jarg3, int jarg4) vtkPipelineSize_GetEstimatedSize; extern(C) core.stdc.config.c_ulong function(void* jarg1, core.stdc.config.c_ulong jarg2, void* jarg3) vtkPipelineSize_GetNumberOfSubPieces; extern(C) void function(void* jarg1) delete_vtkPipelineSize; extern(C) void* function(void* objectRef) vtkPipelineSize_Upcast; extern(C) int function(const(char)* jarg1) vtkLODActor_IsTypeOf; extern(C) void* function(void* jarg1) vtkLODActor_SafeDownCast; extern(C) void* function(void* jarg1) vtkLODActor_NewInstance; extern(C) void* function() vtkLODActor_New; extern(C) void function(void* jarg1, void* jarg2) vtkLODActor_ReleaseGraphicsResources; extern(C) void function(void* jarg1, void* jarg2) vtkLODActor_AddLODMapper; extern(C) void function(void* jarg1, void* jarg2) vtkLODActor_SetLowResFilter; extern(C) void function(void* jarg1, void* jarg2) vtkLODActor_SetMediumResFilter; extern(C) void* function(void* jarg1) vtkLODActor_GetLowResFilter; extern(C) void* function(void* jarg1) vtkLODActor_GetMediumResFilter; extern(C) int function(void* jarg1) vtkLODActor_GetNumberOfCloudPoints; extern(C) void function(void* jarg1, int jarg2) vtkLODActor_SetNumberOfCloudPoints; extern(C) void* function(void* jarg1) vtkLODActor_GetLODMappers; extern(C) void* function(void* objectRef) vtkLODActor_Upcast; extern(C) int function(const(char)* jarg1) vtkAngleRepresentation_IsTypeOf; extern(C) void* function(void* jarg1) vtkAngleRepresentation_SafeDownCast; extern(C) void* function(void* jarg1) vtkAngleRepresentation_NewInstance; extern(C) double function(void* jarg1) vtkAngleRepresentation_GetAngle; extern(C) void function(void* jarg1, void* jarg2) vtkAngleRepresentation_GetPoint1WorldPosition; extern(C) void function(void* jarg1, void* jarg2) vtkAngleRepresentation_GetCenterWorldPosition; extern(C) void function(void* jarg1, void* jarg2) vtkAngleRepresentation_GetPoint2WorldPosition; extern(C) void function(void* jarg1, void* jarg2) vtkAngleRepresentation_SetPoint1DisplayPosition; extern(C) void function(void* jarg1, void* jarg2) vtkAngleRepresentation_SetCenterDisplayPosition; extern(C) void function(void* jarg1, void* jarg2) vtkAngleRepresentation_SetPoint2DisplayPosition; extern(C) void function(void* jarg1, void* jarg2) vtkAngleRepresentation_GetPoint1DisplayPosition; extern(C) void function(void* jarg1, void* jarg2) vtkAngleRepresentation_GetCenterDisplayPosition; extern(C) void function(void* jarg1, void* jarg2) vtkAngleRepresentation_GetPoint2DisplayPosition; extern(C) void function(void* jarg1, void* jarg2) vtkAngleRepresentation_SetHandleRepresentation; extern(C) void function(void* jarg1) vtkAngleRepresentation_InstantiateHandleRepresentation; extern(C) void* function(void* jarg1) vtkAngleRepresentation_GetPoint1Representation; extern(C) void* function(void* jarg1) vtkAngleRepresentation_GetCenterRepresentation; extern(C) void* function(void* jarg1) vtkAngleRepresentation_GetPoint2Representation; extern(C) void function(void* jarg1, int jarg2) vtkAngleRepresentation_SetTolerance; extern(C) int function(void* jarg1) vtkAngleRepresentation_GetToleranceMinValue; extern(C) int function(void* jarg1) vtkAngleRepresentation_GetToleranceMaxValue; extern(C) int function(void* jarg1) vtkAngleRepresentation_GetTolerance; extern(C) void function(void* jarg1, const(char)* jarg2) vtkAngleRepresentation_SetLabelFormat; extern(C) const(char)* function(void* jarg1) vtkAngleRepresentation_GetLabelFormat; extern(C) void function(void* jarg1, int jarg2) vtkAngleRepresentation_SetRay1Visibility; extern(C) int function(void* jarg1) vtkAngleRepresentation_GetRay1Visibility; extern(C) void function(void* jarg1) vtkAngleRepresentation_Ray1VisibilityOn; extern(C) void function(void* jarg1) vtkAngleRepresentation_Ray1VisibilityOff; extern(C) void function(void* jarg1, int jarg2) vtkAngleRepresentation_SetRay2Visibility; extern(C) int function(void* jarg1) vtkAngleRepresentation_GetRay2Visibility; extern(C) void function(void* jarg1) vtkAngleRepresentation_Ray2VisibilityOn; extern(C) void function(void* jarg1) vtkAngleRepresentation_Ray2VisibilityOff; extern(C) void function(void* jarg1, int jarg2) vtkAngleRepresentation_SetArcVisibility; extern(C) int function(void* jarg1) vtkAngleRepresentation_GetArcVisibility; extern(C) void function(void* jarg1) vtkAngleRepresentation_ArcVisibilityOn; extern(C) void function(void* jarg1) vtkAngleRepresentation_ArcVisibilityOff; extern(C) int function(void* jarg1, int jarg2, int jarg3, int jarg4) vtkAngleRepresentation_ComputeInteractionState__SWIG_0; extern(C) int function(void* jarg1, int jarg2, int jarg3) vtkAngleRepresentation_ComputeInteractionState__SWIG_1; extern(C) void function(void* jarg1, void* jarg2) vtkAngleRepresentation_CenterWidgetInteraction; extern(C) void* function(void* objectRef) vtkAngleRepresentation_Upcast; extern(C) void* function() vtkAngleRepresentation3D_New; extern(C) int function(const(char)* jarg1) vtkAngleRepresentation3D_IsTypeOf; extern(C) void* function(void* jarg1) vtkAngleRepresentation3D_SafeDownCast; extern(C) void* function(void* jarg1) vtkAngleRepresentation3D_NewInstance; extern(C) void function(void* jarg1, void* jarg2) vtkAngleRepresentation3D_SetPoint1WorldPosition; extern(C) void function(void* jarg1, void* jarg2) vtkAngleRepresentation3D_SetCenterWorldPosition; extern(C) void function(void* jarg1, void* jarg2) vtkAngleRepresentation3D_SetPoint2WorldPosition; extern(C) void* function(void* jarg1) vtkAngleRepresentation3D_GetRay1; extern(C) void* function(void* jarg1) vtkAngleRepresentation3D_GetRay2; extern(C) void* function(void* jarg1) vtkAngleRepresentation3D_GetArc; extern(C) void* function(void* jarg1) vtkAngleRepresentation3D_GetTextActor; extern(C) void function(void* jarg1, void* jarg2) vtkAngleRepresentation3D_SetTextActorScale; extern(C) void* function(void* jarg1) vtkAngleRepresentation3D_GetTextActorScale; extern(C) void* function(void* objectRef) vtkAngleRepresentation3D_Upcast; extern(C) int function(const(char)* jarg1) vtkExecutionTimer_IsTypeOf; extern(C) void* function(void* jarg1) vtkExecutionTimer_SafeDownCast; extern(C) void* function(void* jarg1) vtkExecutionTimer_NewInstance; extern(C) void* function() vtkExecutionTimer_New; extern(C) void function(void* jarg1, void* jarg2) vtkExecutionTimer_SetFilter; extern(C) void* function(void* jarg1) vtkExecutionTimer_GetFilter; extern(C) double function(void* jarg1) vtkExecutionTimer_GetElapsedCPUTime; extern(C) double function(void* jarg1) vtkExecutionTimer_GetElapsedWallClockTime; extern(C) void* function(void* objectRef) vtkExecutionTimer_Upcast; extern(C) int function(const(char)* jarg1) vtkGenericContourFilter_IsTypeOf; extern(C) void* function(void* jarg1) vtkGenericContourFilter_SafeDownCast; extern(C) void* function(void* jarg1) vtkGenericContourFilter_NewInstance; extern(C) void* function() vtkGenericContourFilter_New; extern(C) void function(void* jarg1, int jarg2, float jarg3) vtkGenericContourFilter_SetValue; extern(C) double function(void* jarg1, int jarg2) vtkGenericContourFilter_GetValue; extern(C) void* function(void* jarg1) vtkGenericContourFilter_GetValues__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkGenericContourFilter_GetValues__SWIG_1; extern(C) void function(void* jarg1, int jarg2) vtkGenericContourFilter_SetNumberOfContours; extern(C) int function(void* jarg1) vtkGenericContourFilter_GetNumberOfContours; extern(C) void function(void* jarg1, int jarg2, void* jarg3) vtkGenericContourFilter_GenerateValues__SWIG_0; extern(C) void function(void* jarg1, int jarg2, double jarg3, double jarg4) vtkGenericContourFilter_GenerateValues__SWIG_1; extern(C) void function(void* jarg1, int jarg2) vtkGenericContourFilter_SetComputeNormals; extern(C) int function(void* jarg1) vtkGenericContourFilter_GetComputeNormals; extern(C) void function(void* jarg1) vtkGenericContourFilter_ComputeNormalsOn; extern(C) void function(void* jarg1) vtkGenericContourFilter_ComputeNormalsOff; extern(C) void function(void* jarg1, int jarg2) vtkGenericContourFilter_SetComputeGradients; extern(C) int function(void* jarg1) vtkGenericContourFilter_GetComputeGradients; extern(C) void function(void* jarg1) vtkGenericContourFilter_ComputeGradientsOn; extern(C) void function(void* jarg1) vtkGenericContourFilter_ComputeGradientsOff; extern(C) void function(void* jarg1, int jarg2) vtkGenericContourFilter_SetComputeScalars; extern(C) int function(void* jarg1) vtkGenericContourFilter_GetComputeScalars; extern(C) void function(void* jarg1) vtkGenericContourFilter_ComputeScalarsOn; extern(C) void function(void* jarg1) vtkGenericContourFilter_ComputeScalarsOff; extern(C) void function(void* jarg1, void* jarg2) vtkGenericContourFilter_SetLocator; extern(C) void* function(void* jarg1) vtkGenericContourFilter_GetLocator; extern(C) void function(void* jarg1) vtkGenericContourFilter_CreateDefaultLocator; extern(C) const(char)* function(void* jarg1) vtkGenericContourFilter_GetInputScalarsSelection; extern(C) void function(void* jarg1, const(char)* jarg2) vtkGenericContourFilter_SelectInputScalars; extern(C) void* function(void* objectRef) vtkGenericContourFilter_Upcast; extern(C) void* function() vtkImageHistogram_New; extern(C) int function(const(char)* jarg1) vtkImageHistogram_IsTypeOf; extern(C) void* function(void* jarg1) vtkImageHistogram_SafeDownCast; extern(C) void* function(void* jarg1) vtkImageHistogram_NewInstance; extern(C) void function(void* jarg1, int jarg2) vtkImageHistogram_SetActiveComponent; extern(C) int function(void* jarg1) vtkImageHistogram_GetActiveComponent; extern(C) void function(void* jarg1, int jarg2) vtkImageHistogram_SetAutomaticBinning; extern(C) void function(void* jarg1) vtkImageHistogram_AutomaticBinningOn; extern(C) void function(void* jarg1) vtkImageHistogram_AutomaticBinningOff; extern(C) int function(void* jarg1) vtkImageHistogram_GetAutomaticBinning; extern(C) void function(void* jarg1, int jarg2) vtkImageHistogram_SetMaximumNumberOfBins; extern(C) int function(void* jarg1) vtkImageHistogram_GetMaximumNumberOfBins; extern(C) void function(void* jarg1, int jarg2) vtkImageHistogram_SetNumberOfBins; extern(C) int function(void* jarg1) vtkImageHistogram_GetNumberOfBins; extern(C) void function(void* jarg1, double jarg2) vtkImageHistogram_SetBinOrigin; extern(C) double function(void* jarg1) vtkImageHistogram_GetBinOrigin; extern(C) void function(void* jarg1, double jarg2) vtkImageHistogram_SetBinSpacing; extern(C) double function(void* jarg1) vtkImageHistogram_GetBinSpacing; extern(C) void function(void* jarg1, void* jarg2) vtkImageHistogram_SetStencilData; extern(C) void* function(void* jarg1) vtkImageHistogram_GetStencil; extern(C) void function(void* jarg1, void* jarg2) vtkImageHistogram_SetStencilConnection; extern(C) void function(void* jarg1, int jarg2) vtkImageHistogram_SetGenerateHistogramImage; extern(C) void function(void* jarg1) vtkImageHistogram_GenerateHistogramImageOn; extern(C) void function(void* jarg1) vtkImageHistogram_GenerateHistogramImageOff; extern(C) int function(void* jarg1) vtkImageHistogram_GetGenerateHistogramImage; extern(C) void function(void* jarg1, int jarg2, int jarg3) vtkImageHistogram_SetHistogramImageSize__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkImageHistogram_SetHistogramImageSize__SWIG_1; extern(C) void* function(void* jarg1) vtkImageHistogram_GetHistogramImageSize__SWIG_0; extern(C) void function(void* jarg1, void* jarg2, void* jarg3) vtkImageHistogram_GetHistogramImageSize__SWIG_1; extern(C) void function(void* jarg1, void* jarg2) vtkImageHistogram_GetHistogramImageSize__SWIG_2; extern(C) void function(void* jarg1, int jarg2) vtkImageHistogram_SetHistogramImageScale; extern(C) int function(void* jarg1) vtkImageHistogram_GetHistogramImageScaleMinValue; extern(C) int function(void* jarg1) vtkImageHistogram_GetHistogramImageScaleMaxValue; extern(C) void function(void* jarg1) vtkImageHistogram_SetHistogramImageScaleToLinear; extern(C) void function(void* jarg1) vtkImageHistogram_SetHistogramImageScaleToLog; extern(C) void function(void* jarg1) vtkImageHistogram_SetHistogramImageScaleToSqrt; extern(C) int function(void* jarg1) vtkImageHistogram_GetHistogramImageScale; extern(C) const(char)* function(void* jarg1) vtkImageHistogram_GetHistogramImageScaleAsString; extern(C) void* function(void* jarg1) vtkImageHistogram_GetHistogram; extern(C) long function(void* jarg1) vtkImageHistogram_GetTotal; extern(C) void* function(void* objectRef) vtkImageHistogram_Upcast; extern(C) void* function() vtkImageHistogramStatistics_New; extern(C) int function(const(char)* jarg1) vtkImageHistogramStatistics_IsTypeOf; extern(C) void* function(void* jarg1) vtkImageHistogramStatistics_SafeDownCast; extern(C) void* function(void* jarg1) vtkImageHistogramStatistics_NewInstance; extern(C) double function(void* jarg1) vtkImageHistogramStatistics_GetMinimum; extern(C) double function(void* jarg1) vtkImageHistogramStatistics_GetMaximum; extern(C) double function(void* jarg1) vtkImageHistogramStatistics_GetMean; extern(C) double function(void* jarg1) vtkImageHistogramStatistics_GetMedian; extern(C) double function(void* jarg1) vtkImageHistogramStatistics_GetStandardDeviation; extern(C) void function(void* jarg1, double jarg2, double jarg3) vtkImageHistogramStatistics_SetAutoRangePercentiles__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkImageHistogramStatistics_SetAutoRangePercentiles__SWIG_1; extern(C) void* function(void* jarg1) vtkImageHistogramStatistics_GetAutoRangePercentiles__SWIG_0; extern(C) void function(void* jarg1, void* jarg2, void* jarg3) vtkImageHistogramStatistics_GetAutoRangePercentiles__SWIG_1; extern(C) void function(void* jarg1, void* jarg2) vtkImageHistogramStatistics_GetAutoRangePercentiles__SWIG_2; extern(C) void function(void* jarg1, double jarg2, double jarg3) vtkImageHistogramStatistics_SetAutoRangeExpansionFactors__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkImageHistogramStatistics_SetAutoRangeExpansionFactors__SWIG_1; extern(C) void* function(void* jarg1) vtkImageHistogramStatistics_GetAutoRangeExpansionFactors__SWIG_0; extern(C) void function(void* jarg1, void* jarg2, void* jarg3) vtkImageHistogramStatistics_GetAutoRangeExpansionFactors__SWIG_1; extern(C) void function(void* jarg1, void* jarg2) vtkImageHistogramStatistics_GetAutoRangeExpansionFactors__SWIG_2; extern(C) void* function(void* jarg1) vtkImageHistogramStatistics_GetAutoRange__SWIG_0; extern(C) void function(void* jarg1, void* jarg2, void* jarg3) vtkImageHistogramStatistics_GetAutoRange__SWIG_1; extern(C) void function(void* jarg1, void* jarg2) vtkImageHistogramStatistics_GetAutoRange__SWIG_2; extern(C) void* function(void* objectRef) vtkImageHistogramStatistics_Upcast; extern(C) void* function() vtkKCoreDecomposition_New; extern(C) int function(const(char)* jarg1) vtkKCoreDecomposition_IsTypeOf; extern(C) void* function(void* jarg1) vtkKCoreDecomposition_SafeDownCast; extern(C) void* function(void* jarg1) vtkKCoreDecomposition_NewInstance; extern(C) void function(void* jarg1, const(char)* jarg2) vtkKCoreDecomposition_SetOutputArrayName; extern(C) void function(void* jarg1, uint jarg2) vtkKCoreDecomposition_SetUseInDegreeNeighbors; extern(C) uint function(void* jarg1) vtkKCoreDecomposition_GetUseInDegreeNeighbors; extern(C) void function(void* jarg1) vtkKCoreDecomposition_UseInDegreeNeighborsOn; extern(C) void function(void* jarg1) vtkKCoreDecomposition_UseInDegreeNeighborsOff; extern(C) void function(void* jarg1, uint jarg2) vtkKCoreDecomposition_SetUseOutDegreeNeighbors; extern(C) uint function(void* jarg1) vtkKCoreDecomposition_GetUseOutDegreeNeighbors; extern(C) void function(void* jarg1) vtkKCoreDecomposition_UseOutDegreeNeighborsOn; extern(C) void function(void* jarg1) vtkKCoreDecomposition_UseOutDegreeNeighborsOff; extern(C) void function(void* jarg1, uint jarg2) vtkKCoreDecomposition_SetCheckInputGraph; extern(C) uint function(void* jarg1) vtkKCoreDecomposition_GetCheckInputGraph; extern(C) void function(void* jarg1) vtkKCoreDecomposition_CheckInputGraphOn; extern(C) void function(void* jarg1) vtkKCoreDecomposition_CheckInputGraphOff; extern(C) void* function(void* objectRef) vtkKCoreDecomposition_Upcast; extern(C) void* function() vtkStructuredExtent_New; extern(C) int function(const(char)* jarg1) vtkStructuredExtent_IsTypeOf; extern(C) void* function(void* jarg1) vtkStructuredExtent_SafeDownCast; extern(C) void* function(void* jarg1) vtkStructuredExtent_NewInstance; extern(C) void function(void* jarg1, void* jarg2) vtkStructuredExtent_Clamp; extern(C) uint function(void* jarg1, void* jarg2) vtkStructuredExtent_StrictlySmaller; extern(C) uint function(void* jarg1, void* jarg2) vtkStructuredExtent_Smaller; extern(C) void function(void* jarg1, int jarg2) vtkStructuredExtent_Grow; extern(C) void function(void* jarg1, void* jarg2) vtkStructuredExtent_Transform; extern(C) void function(void* jarg1, void* jarg2) vtkStructuredExtent_GetDimensions; extern(C) void* function() new_vtkStructuredExtent; extern(C) void function(void* jarg1) delete_vtkStructuredExtent; extern(C) void* function(void* objectRef) vtkStructuredExtent_Upcast; extern(C) void* function() vtkXMLTreeReader_New; extern(C) int function(const(char)* jarg1) vtkXMLTreeReader_IsTypeOf; extern(C) void* function(void* jarg1) vtkXMLTreeReader_SafeDownCast; extern(C) void* function(void* jarg1) vtkXMLTreeReader_NewInstance; extern(C) const(char)* function(void* jarg1) vtkXMLTreeReader_GetFileName; extern(C) void function(void* jarg1, const(char)* jarg2) vtkXMLTreeReader_SetFileName; extern(C) const(char)* function(void* jarg1) vtkXMLTreeReader_GetXMLString; extern(C) void function(void* jarg1, const(char)* jarg2) vtkXMLTreeReader_SetXMLString; extern(C) const(char)* function(void* jarg1) vtkXMLTreeReader_GetEdgePedigreeIdArrayName; extern(C) void function(void* jarg1, const(char)* jarg2) vtkXMLTreeReader_SetEdgePedigreeIdArrayName; extern(C) const(char)* function(void* jarg1) vtkXMLTreeReader_GetVertexPedigreeIdArrayName; extern(C) void function(void* jarg1, const(char)* jarg2) vtkXMLTreeReader_SetVertexPedigreeIdArrayName; extern(C) void function(void* jarg1, uint jarg2) vtkXMLTreeReader_SetGenerateEdgePedigreeIds; extern(C) uint function(void* jarg1) vtkXMLTreeReader_GetGenerateEdgePedigreeIds; extern(C) void function(void* jarg1) vtkXMLTreeReader_GenerateEdgePedigreeIdsOn; extern(C) void function(void* jarg1) vtkXMLTreeReader_GenerateEdgePedigreeIdsOff; extern(C) void function(void* jarg1, uint jarg2) vtkXMLTreeReader_SetGenerateVertexPedigreeIds; extern(C) uint function(void* jarg1) vtkXMLTreeReader_GetGenerateVertexPedigreeIds; extern(C) void function(void* jarg1) vtkXMLTreeReader_GenerateVertexPedigreeIdsOn; extern(C) void function(void* jarg1) vtkXMLTreeReader_GenerateVertexPedigreeIdsOff; extern(C) uint function(void* jarg1) vtkXMLTreeReader_GetMaskArrays; extern(C) void function(void* jarg1, uint jarg2) vtkXMLTreeReader_SetMaskArrays; extern(C) void function(void* jarg1) vtkXMLTreeReader_MaskArraysOn; extern(C) void function(void* jarg1) vtkXMLTreeReader_MaskArraysOff; extern(C) uint function(void* jarg1) vtkXMLTreeReader_GetReadCharData; extern(C) void function(void* jarg1, uint jarg2) vtkXMLTreeReader_SetReadCharData; extern(C) void function(void* jarg1) vtkXMLTreeReader_ReadCharDataOn; extern(C) void function(void* jarg1) vtkXMLTreeReader_ReadCharDataOff; extern(C) uint function(void* jarg1) vtkXMLTreeReader_GetReadTagName; extern(C) void function(void* jarg1, uint jarg2) vtkXMLTreeReader_SetReadTagName; extern(C) void function(void* jarg1) vtkXMLTreeReader_ReadTagNameOn; extern(C) void function(void* jarg1) vtkXMLTreeReader_ReadTagNameOff; extern(C) void function(const(char)* jarg1) vtkXMLTreeReader_TagNameField_set; extern(C) const(char)* function() vtkXMLTreeReader_TagNameField_get; extern(C) void function(const(char)* jarg1) vtkXMLTreeReader_CharDataField_set; extern(C) const(char)* function() vtkXMLTreeReader_CharDataField_get; extern(C) void* function(void* objectRef) vtkXMLTreeReader_Upcast; extern(C) int function(const(char)* jarg1) vtkPlotPoints_IsTypeOf; extern(C) void* function(void* jarg1) vtkPlotPoints_SafeDownCast; extern(C) void* function(void* jarg1) vtkPlotPoints_NewInstance; extern(C) void* function() vtkPlotPoints_New; extern(C) void function(void* jarg1, void* jarg2) vtkPlotPoints_SetLookupTable; extern(C) void* function(void* jarg1) vtkPlotPoints_GetLookupTable; extern(C) void function(void* jarg1) vtkPlotPoints_CreateDefaultLookupTable; extern(C) void function(void* jarg1, int jarg2) vtkPlotPoints_SetScalarVisibility; extern(C) int function(void* jarg1) vtkPlotPoints_GetScalarVisibility; extern(C) void function(void* jarg1) vtkPlotPoints_ScalarVisibilityOn; extern(C) void function(void* jarg1) vtkPlotPoints_ScalarVisibilityOff; extern(C) void function(void* jarg1, long jarg2) vtkPlotPoints_SelectColorArray__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkPlotPoints_SelectColorArray__SWIG_1; extern(C) void* function(void* jarg1) vtkPlotPoints_GetColorArrayName; extern(C) int function(void* jarg1) vtkPlotPoints_GetMarkerStyle; extern(C) void function(void* jarg1, int jarg2) vtkPlotPoints_SetMarkerStyle; extern(C) float function(void* jarg1) vtkPlotPoints_GetMarkerSize; extern(C) void function(void* jarg1, float jarg2) vtkPlotPoints_SetMarkerSize; extern(C) void* function(void* jarg1) vtkPlotPoints_GetValidPointMaskName; extern(C) void function(void* jarg1, void* jarg2) vtkPlotPoints_SetValidPointMaskName; extern(C) void* function() new_vtkPlotPoints; extern(C) void function(void* jarg1) delete_vtkPlotPoints; extern(C) void* function(void* objectRef) vtkPlotPoints_Upcast; extern(C) int function(const(char)* jarg1) vtkPlotLine_IsTypeOf; extern(C) void* function(void* jarg1) vtkPlotLine_SafeDownCast; extern(C) void* function(void* jarg1) vtkPlotLine_NewInstance; extern(C) void* function() vtkPlotLine_New; extern(C) void* function() new_vtkPlotLine; extern(C) void function(void* jarg1) delete_vtkPlotLine; extern(C) void* function(void* objectRef) vtkPlotLine_Upcast; extern(C) void* function() vtkDelimitedTextReader_New; extern(C) int function(const(char)* jarg1) vtkDelimitedTextReader_IsTypeOf; extern(C) void* function(void* jarg1) vtkDelimitedTextReader_SafeDownCast; extern(C) void* function(void* jarg1) vtkDelimitedTextReader_NewInstance; extern(C) const(char)* function(void* jarg1) vtkDelimitedTextReader_GetFileName; extern(C) void function(void* jarg1, const(char)* jarg2) vtkDelimitedTextReader_SetFileName; extern(C) const(char)* function(void* jarg1) vtkDelimitedTextReader_GetUnicodeCharacterSet; extern(C) void function(void* jarg1, const(char)* jarg2) vtkDelimitedTextReader_SetUnicodeCharacterSet; extern(C) void function(void* jarg1, const(char)* jarg2) vtkDelimitedTextReader_SetUTF8RecordDelimiters; extern(C) const(char)* function(void* jarg1) vtkDelimitedTextReader_GetUTF8RecordDelimiters; extern(C) void function(void* jarg1, void* jarg2) vtkDelimitedTextReader_SetUnicodeRecordDelimiters; extern(C) void* function(void* jarg1) vtkDelimitedTextReader_GetUnicodeRecordDelimiters; extern(C) void function(void* jarg1, const(char)* jarg2) vtkDelimitedTextReader_SetFieldDelimiterCharacters; extern(C) const(char)* function(void* jarg1) vtkDelimitedTextReader_GetFieldDelimiterCharacters; extern(C) void function(void* jarg1, const(char)* jarg2) vtkDelimitedTextReader_SetUTF8FieldDelimiters; extern(C) const(char)* function(void* jarg1) vtkDelimitedTextReader_GetUTF8FieldDelimiters; extern(C) void function(void* jarg1, void* jarg2) vtkDelimitedTextReader_SetUnicodeFieldDelimiters; extern(C) void* function(void* jarg1) vtkDelimitedTextReader_GetUnicodeFieldDelimiters; extern(C) char function(void* jarg1) vtkDelimitedTextReader_GetStringDelimiter; extern(C) void function(void* jarg1, char jarg2) vtkDelimitedTextReader_SetStringDelimiter; extern(C) void function(void* jarg1, const(char)* jarg2) vtkDelimitedTextReader_SetUTF8StringDelimiters; extern(C) const(char)* function(void* jarg1) vtkDelimitedTextReader_GetUTF8StringDelimiters; extern(C) void function(void* jarg1, void* jarg2) vtkDelimitedTextReader_SetUnicodeStringDelimiters; extern(C) void* function(void* jarg1) vtkDelimitedTextReader_GetUnicodeStringDelimiters; extern(C) void function(void* jarg1, uint jarg2) vtkDelimitedTextReader_SetUseStringDelimiter; extern(C) uint function(void* jarg1) vtkDelimitedTextReader_GetUseStringDelimiter; extern(C) void function(void* jarg1) vtkDelimitedTextReader_UseStringDelimiterOn; extern(C) void function(void* jarg1) vtkDelimitedTextReader_UseStringDelimiterOff; extern(C) uint function(void* jarg1) vtkDelimitedTextReader_GetHaveHeaders; extern(C) void function(void* jarg1, uint jarg2) vtkDelimitedTextReader_SetHaveHeaders; extern(C) void function(void* jarg1, uint jarg2) vtkDelimitedTextReader_SetMergeConsecutiveDelimiters; extern(C) uint function(void* jarg1) vtkDelimitedTextReader_GetMergeConsecutiveDelimiters; extern(C) void function(void* jarg1) vtkDelimitedTextReader_MergeConsecutiveDelimitersOn; extern(C) void function(void* jarg1) vtkDelimitedTextReader_MergeConsecutiveDelimitersOff; extern(C) long function(void* jarg1) vtkDelimitedTextReader_GetMaxRecords; extern(C) void function(void* jarg1, long jarg2) vtkDelimitedTextReader_SetMaxRecords; extern(C) void function(void* jarg1, uint jarg2) vtkDelimitedTextReader_SetDetectNumericColumns; extern(C) uint function(void* jarg1) vtkDelimitedTextReader_GetDetectNumericColumns; extern(C) void function(void* jarg1) vtkDelimitedTextReader_DetectNumericColumnsOn; extern(C) void function(void* jarg1) vtkDelimitedTextReader_DetectNumericColumnsOff; extern(C) void function(void* jarg1, uint jarg2) vtkDelimitedTextReader_SetForceDouble; extern(C) uint function(void* jarg1) vtkDelimitedTextReader_GetForceDouble; extern(C) void function(void* jarg1) vtkDelimitedTextReader_ForceDoubleOn; extern(C) void function(void* jarg1) vtkDelimitedTextReader_ForceDoubleOff; extern(C) void function(void* jarg1, uint jarg2) vtkDelimitedTextReader_SetTrimWhitespacePriorToNumericConversion; extern(C) uint function(void* jarg1) vtkDelimitedTextReader_GetTrimWhitespacePriorToNumericConversion; extern(C) void function(void* jarg1) vtkDelimitedTextReader_TrimWhitespacePriorToNumericConversionOn; extern(C) void function(void* jarg1) vtkDelimitedTextReader_TrimWhitespacePriorToNumericConversionOff; extern(C) void function(void* jarg1, int jarg2) vtkDelimitedTextReader_SetDefaultIntegerValue; extern(C) int function(void* jarg1) vtkDelimitedTextReader_GetDefaultIntegerValue; extern(C) void function(void* jarg1, double jarg2) vtkDelimitedTextReader_SetDefaultDoubleValue; extern(C) double function(void* jarg1) vtkDelimitedTextReader_GetDefaultDoubleValue; extern(C) void function(void* jarg1, const(char)* jarg2) vtkDelimitedTextReader_SetPedigreeIdArrayName; extern(C) const(char)* function(void* jarg1) vtkDelimitedTextReader_GetPedigreeIdArrayName; extern(C) void function(void* jarg1, uint jarg2) vtkDelimitedTextReader_SetGeneratePedigreeIds; extern(C) uint function(void* jarg1) vtkDelimitedTextReader_GetGeneratePedigreeIds; extern(C) void function(void* jarg1) vtkDelimitedTextReader_GeneratePedigreeIdsOn; extern(C) void function(void* jarg1) vtkDelimitedTextReader_GeneratePedigreeIdsOff; extern(C) void function(void* jarg1, uint jarg2) vtkDelimitedTextReader_SetOutputPedigreeIds; extern(C) uint function(void* jarg1) vtkDelimitedTextReader_GetOutputPedigreeIds; extern(C) void function(void* jarg1) vtkDelimitedTextReader_OutputPedigreeIdsOn; extern(C) void function(void* jarg1) vtkDelimitedTextReader_OutputPedigreeIdsOff; extern(C) void* function(void* jarg1) vtkDelimitedTextReader_GetLastError; extern(C) void function(void* jarg1, uint jarg2) vtkDelimitedTextReader_SetReplacementCharacter; extern(C) uint function(void* jarg1) vtkDelimitedTextReader_GetReplacementCharacter; extern(C) void* function() new_vtkDelimitedTextReader; extern(C) void function(void* jarg1) delete_vtkDelimitedTextReader; extern(C) void* function(void* objectRef) vtkDelimitedTextReader_Upcast; extern(C) int function(const(char)* jarg1) vtkSTLReader_IsTypeOf; extern(C) void* function(void* jarg1) vtkSTLReader_SafeDownCast; extern(C) void* function(void* jarg1) vtkSTLReader_NewInstance; extern(C) void* function() vtkSTLReader_New; extern(C) void function(void* jarg1, const(char)* jarg2) vtkSTLReader_SetFileName; extern(C) const(char)* function(void* jarg1) vtkSTLReader_GetFileName; extern(C) void function(void* jarg1, int jarg2) vtkSTLReader_SetMerging; extern(C) int function(void* jarg1) vtkSTLReader_GetMerging; extern(C) void function(void* jarg1) vtkSTLReader_MergingOn; extern(C) void function(void* jarg1) vtkSTLReader_MergingOff; extern(C) void function(void* jarg1, int jarg2) vtkSTLReader_SetScalarTags; extern(C) int function(void* jarg1) vtkSTLReader_GetScalarTags; extern(C) void function(void* jarg1) vtkSTLReader_ScalarTagsOn; extern(C) void function(void* jarg1) vtkSTLReader_ScalarTagsOff; extern(C) void function(void* jarg1, void* jarg2) vtkSTLReader_SetLocator; extern(C) void* function(void* jarg1) vtkSTLReader_GetLocator; extern(C) void* function(void* objectRef) vtkSTLReader_Upcast; extern(C) int function(const(char)* jarg1) vtkAnnotation_IsTypeOf; extern(C) void* function(void* jarg1) vtkAnnotation_SafeDownCast; extern(C) void* function(void* jarg1) vtkAnnotation_NewInstance; extern(C) void* function() vtkAnnotation_New; extern(C) void* function(void* jarg1) vtkAnnotation_GetSelection; extern(C) void function(void* jarg1, void* jarg2) vtkAnnotation_SetSelection; extern(C) void* function(void* jarg1) vtkAnnotation_GetData__SWIG_0; extern(C) void* function(void* jarg1, int jarg2) vtkAnnotation_GetData__SWIG_1; extern(C) void* function(void* jarg1) vtkAnnotation_GetData__SWIG_2; extern(C) void* function() vtkAnnotation_LABEL; extern(C) void* function() vtkAnnotation_COLOR; extern(C) void* function() vtkAnnotation_OPACITY; extern(C) void* function() vtkAnnotation_ICON_INDEX; extern(C) void* function() vtkAnnotation_ENABLE; extern(C) void* function() vtkAnnotation_HIDE; extern(C) void* function() vtkAnnotation_DATA; extern(C) void* function() new_vtkAnnotation; extern(C) void function(void* jarg1) delete_vtkAnnotation; extern(C) void* function(void* objectRef) vtkAnnotation_Upcast; extern(C) void* function() vtkRectilinearSynchronizedTemplates_New; extern(C) int function(const(char)* jarg1) vtkRectilinearSynchronizedTemplates_IsTypeOf; extern(C) void* function(void* jarg1) vtkRectilinearSynchronizedTemplates_SafeDownCast; extern(C) void* function(void* jarg1) vtkRectilinearSynchronizedTemplates_NewInstance; extern(C) void function(void* jarg1, int jarg2) vtkRectilinearSynchronizedTemplates_SetComputeNormals; extern(C) int function(void* jarg1) vtkRectilinearSynchronizedTemplates_GetComputeNormals; extern(C) void function(void* jarg1) vtkRectilinearSynchronizedTemplates_ComputeNormalsOn; extern(C) void function(void* jarg1) vtkRectilinearSynchronizedTemplates_ComputeNormalsOff; extern(C) void function(void* jarg1, int jarg2) vtkRectilinearSynchronizedTemplates_SetComputeGradients; extern(C) int function(void* jarg1) vtkRectilinearSynchronizedTemplates_GetComputeGradients; extern(C) void function(void* jarg1) vtkRectilinearSynchronizedTemplates_ComputeGradientsOn; extern(C) void function(void* jarg1) vtkRectilinearSynchronizedTemplates_ComputeGradientsOff; extern(C) void function(void* jarg1, int jarg2) vtkRectilinearSynchronizedTemplates_SetComputeScalars; extern(C) int function(void* jarg1) vtkRectilinearSynchronizedTemplates_GetComputeScalars; extern(C) void function(void* jarg1) vtkRectilinearSynchronizedTemplates_ComputeScalarsOn; extern(C) void function(void* jarg1) vtkRectilinearSynchronizedTemplates_ComputeScalarsOff; extern(C) void function(void* jarg1, int jarg2, double jarg3) vtkRectilinearSynchronizedTemplates_SetValue; extern(C) double function(void* jarg1, int jarg2) vtkRectilinearSynchronizedTemplates_GetValue; extern(C) void* function(void* jarg1) vtkRectilinearSynchronizedTemplates_GetValues__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkRectilinearSynchronizedTemplates_GetValues__SWIG_1; extern(C) void function(void* jarg1, int jarg2) vtkRectilinearSynchronizedTemplates_SetNumberOfContours; extern(C) int function(void* jarg1) vtkRectilinearSynchronizedTemplates_GetNumberOfContours; extern(C) void function(void* jarg1, int jarg2, void* jarg3) vtkRectilinearSynchronizedTemplates_GenerateValues__SWIG_0; extern(C) void function(void* jarg1, int jarg2, double jarg3, double jarg4) vtkRectilinearSynchronizedTemplates_GenerateValues__SWIG_1; extern(C) void* function(void* jarg1) vtkRectilinearSynchronizedTemplates_GetExecuteExtent; extern(C) void function(void* jarg1, int jarg2) vtkRectilinearSynchronizedTemplates_SetArrayComponent; extern(C) int function(void* jarg1) vtkRectilinearSynchronizedTemplates_GetArrayComponent; extern(C) void function(void* jarg1, int jarg2) vtkRectilinearSynchronizedTemplates_SetGenerateTriangles; extern(C) int function(void* jarg1) vtkRectilinearSynchronizedTemplates_GetGenerateTriangles; extern(C) void function(void* jarg1) vtkRectilinearSynchronizedTemplates_GenerateTrianglesOn; extern(C) void function(void* jarg1) vtkRectilinearSynchronizedTemplates_GenerateTrianglesOff; extern(C) void function(void* jarg1, void* jarg2, int jarg3, int jarg4, int jarg5, void* jarg6, void* jarg7) vtkRectilinearSynchronizedTemplates_ComputeSpacing; extern(C) void* function(void* objectRef) vtkRectilinearSynchronizedTemplates_Upcast; extern(C) int function(const(char)* jarg1) vtkDensifyPolyData_IsTypeOf; extern(C) void* function(void* jarg1) vtkDensifyPolyData_SafeDownCast; extern(C) void* function(void* jarg1) vtkDensifyPolyData_NewInstance; extern(C) void* function() vtkDensifyPolyData_New; extern(C) void function(void* jarg1, uint jarg2) vtkDensifyPolyData_SetNumberOfSubdivisions; extern(C) uint function(void* jarg1) vtkDensifyPolyData_GetNumberOfSubdivisions; extern(C) void* function(void* objectRef) vtkDensifyPolyData_Upcast; extern(C) void* function() vtkGenericProbeFilter_New; extern(C) int function(const(char)* jarg1) vtkGenericProbeFilter_IsTypeOf; extern(C) void* function(void* jarg1) vtkGenericProbeFilter_SafeDownCast; extern(C) void* function(void* jarg1) vtkGenericProbeFilter_NewInstance; extern(C) void function(void* jarg1, void* jarg2) vtkGenericProbeFilter_SetSourceData; extern(C) void* function(void* jarg1) vtkGenericProbeFilter_GetSource; extern(C) void* function(void* jarg1) vtkGenericProbeFilter_GetValidPoints; extern(C) void* function(void* objectRef) vtkGenericProbeFilter_Upcast; extern(C) int function() VTK_SCALAR_MODE_INDEX_get; extern(C) int function() VTK_SCALAR_MODE_VALUE_get; extern(C) int function(const(char)* jarg1) vtkBandedPolyDataContourFilter_IsTypeOf; extern(C) void* function(void* jarg1) vtkBandedPolyDataContourFilter_SafeDownCast; extern(C) void* function(void* jarg1) vtkBandedPolyDataContourFilter_NewInstance; extern(C) void* function() vtkBandedPolyDataContourFilter_New; extern(C) void function(void* jarg1, int jarg2, double jarg3) vtkBandedPolyDataContourFilter_SetValue; extern(C) double function(void* jarg1, int jarg2) vtkBandedPolyDataContourFilter_GetValue; extern(C) void* function(void* jarg1) vtkBandedPolyDataContourFilter_GetValues__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkBandedPolyDataContourFilter_GetValues__SWIG_1; extern(C) void function(void* jarg1, int jarg2) vtkBandedPolyDataContourFilter_SetNumberOfContours; extern(C) int function(void* jarg1) vtkBandedPolyDataContourFilter_GetNumberOfContours; extern(C) void function(void* jarg1, int jarg2, void* jarg3) vtkBandedPolyDataContourFilter_GenerateValues__SWIG_0; extern(C) void function(void* jarg1, int jarg2, double jarg3, double jarg4) vtkBandedPolyDataContourFilter_GenerateValues__SWIG_1; extern(C) void function(void* jarg1, int jarg2) vtkBandedPolyDataContourFilter_SetClipping; extern(C) int function(void* jarg1) vtkBandedPolyDataContourFilter_GetClipping; extern(C) void function(void* jarg1) vtkBandedPolyDataContourFilter_ClippingOn; extern(C) void function(void* jarg1) vtkBandedPolyDataContourFilter_ClippingOff; extern(C) void function(void* jarg1, int jarg2) vtkBandedPolyDataContourFilter_SetScalarMode; extern(C) int function(void* jarg1) vtkBandedPolyDataContourFilter_GetScalarModeMinValue; extern(C) int function(void* jarg1) vtkBandedPolyDataContourFilter_GetScalarModeMaxValue; extern(C) int function(void* jarg1) vtkBandedPolyDataContourFilter_GetScalarMode; extern(C) void function(void* jarg1) vtkBandedPolyDataContourFilter_SetScalarModeToIndex; extern(C) void function(void* jarg1) vtkBandedPolyDataContourFilter_SetScalarModeToValue; extern(C) void function(void* jarg1, int jarg2) vtkBandedPolyDataContourFilter_SetGenerateContourEdges; extern(C) int function(void* jarg1) vtkBandedPolyDataContourFilter_GetGenerateContourEdges; extern(C) void function(void* jarg1) vtkBandedPolyDataContourFilter_GenerateContourEdgesOn; extern(C) void function(void* jarg1) vtkBandedPolyDataContourFilter_GenerateContourEdgesOff; extern(C) void* function(void* jarg1) vtkBandedPolyDataContourFilter_GetContourEdgesOutput; extern(C) void* function(void* objectRef) vtkBandedPolyDataContourFilter_Upcast; extern(C) int function() VTK_AND_get; extern(C) int function() VTK_OR_get; extern(C) int function() VTK_XOR_get; extern(C) int function() VTK_NAND_get; extern(C) int function() VTK_NOR_get; extern(C) int function() VTK_NOT_get; extern(C) int function() VTK_NOP_get; extern(C) void* function() vtkImageLogic_New; extern(C) int function(const(char)* jarg1) vtkImageLogic_IsTypeOf; extern(C) void* function(void* jarg1) vtkImageLogic_SafeDownCast; extern(C) void* function(void* jarg1) vtkImageLogic_NewInstance; extern(C) void function(void* jarg1, int jarg2) vtkImageLogic_SetOperation; extern(C) int function(void* jarg1) vtkImageLogic_GetOperation; extern(C) void function(void* jarg1) vtkImageLogic_SetOperationToAnd; extern(C) void function(void* jarg1) vtkImageLogic_SetOperationToOr; extern(C) void function(void* jarg1) vtkImageLogic_SetOperationToXor; extern(C) void function(void* jarg1) vtkImageLogic_SetOperationToNand; extern(C) void function(void* jarg1) vtkImageLogic_SetOperationToNor; extern(C) void function(void* jarg1) vtkImageLogic_SetOperationToNot; extern(C) void function(void* jarg1, double jarg2) vtkImageLogic_SetOutputTrueValue; extern(C) double function(void* jarg1) vtkImageLogic_GetOutputTrueValue; extern(C) void function(void* jarg1, void* jarg2) vtkImageLogic_SetInput1Data; extern(C) void function(void* jarg1, void* jarg2) vtkImageLogic_SetInput2Data; extern(C) void* function(void* objectRef) vtkImageLogic_Upcast; extern(C) void* function() vtkImageMaskBits_New; extern(C) int function(const(char)* jarg1) vtkImageMaskBits_IsTypeOf; extern(C) void* function(void* jarg1) vtkImageMaskBits_SafeDownCast; extern(C) void* function(void* jarg1) vtkImageMaskBits_NewInstance; extern(C) void function(void* jarg1, uint jarg2, uint jarg3, uint jarg4, uint jarg5) vtkImageMaskBits_SetMasks__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkImageMaskBits_SetMasks__SWIG_1; extern(C) void function(void* jarg1, uint jarg2) vtkImageMaskBits_SetMask; extern(C) void function(void* jarg1, uint jarg2, uint jarg3) vtkImageMaskBits_SetMasks__SWIG_2; extern(C) void function(void* jarg1, uint jarg2, uint jarg3, uint jarg4) vtkImageMaskBits_SetMasks__SWIG_3; extern(C) void* function(void* jarg1) vtkImageMaskBits_GetMasks__SWIG_0; extern(C) void function(void* jarg1, void* jarg2, void* jarg3, void* jarg4, void* jarg5) vtkImageMaskBits_GetMasks__SWIG_1; extern(C) void function(void* jarg1, void* jarg2) vtkImageMaskBits_GetMasks__SWIG_2; extern(C) void function(void* jarg1, int jarg2) vtkImageMaskBits_SetOperation; extern(C) int function(void* jarg1) vtkImageMaskBits_GetOperation; extern(C) void function(void* jarg1) vtkImageMaskBits_SetOperationToAnd; extern(C) void function(void* jarg1) vtkImageMaskBits_SetOperationToOr; extern(C) void function(void* jarg1) vtkImageMaskBits_SetOperationToXor; extern(C) void function(void* jarg1) vtkImageMaskBits_SetOperationToNand; extern(C) void function(void* jarg1) vtkImageMaskBits_SetOperationToNor; extern(C) void* function(void* objectRef) vtkImageMaskBits_Upcast; extern(C) void* function() vtkAdjacencyMatrixToEdgeTable_New; extern(C) int function(const(char)* jarg1) vtkAdjacencyMatrixToEdgeTable_IsTypeOf; extern(C) void* function(void* jarg1) vtkAdjacencyMatrixToEdgeTable_SafeDownCast; extern(C) void* function(void* jarg1) vtkAdjacencyMatrixToEdgeTable_NewInstance; extern(C) long function(void* jarg1) vtkAdjacencyMatrixToEdgeTable_GetSourceDimension; extern(C) void function(void* jarg1, long jarg2) vtkAdjacencyMatrixToEdgeTable_SetSourceDimension; extern(C) const(char)* function(void* jarg1) vtkAdjacencyMatrixToEdgeTable_GetValueArrayName; extern(C) void function(void* jarg1, const(char)* jarg2) vtkAdjacencyMatrixToEdgeTable_SetValueArrayName; extern(C) long function(void* jarg1) vtkAdjacencyMatrixToEdgeTable_GetMinimumCount; extern(C) void function(void* jarg1, long jarg2) vtkAdjacencyMatrixToEdgeTable_SetMinimumCount; extern(C) double function(void* jarg1) vtkAdjacencyMatrixToEdgeTable_GetMinimumThreshold; extern(C) void function(void* jarg1, double jarg2) vtkAdjacencyMatrixToEdgeTable_SetMinimumThreshold; extern(C) void* function(void* objectRef) vtkAdjacencyMatrixToEdgeTable_Upcast; extern(C) void* function() vtkEdgeLayout_New; extern(C) int function(const(char)* jarg1) vtkEdgeLayout_IsTypeOf; extern(C) void* function(void* jarg1) vtkEdgeLayout_SafeDownCast; extern(C) void* function(void* jarg1) vtkEdgeLayout_NewInstance; extern(C) void function(void* jarg1, void* jarg2) vtkEdgeLayout_SetLayoutStrategy; extern(C) void* function(void* jarg1) vtkEdgeLayout_GetLayoutStrategy; extern(C) void* function(void* objectRef) vtkEdgeLayout_Upcast; extern(C) void* function() vtkDefaultPass_New; extern(C) int function(const(char)* jarg1) vtkDefaultPass_IsTypeOf; extern(C) void* function(void* jarg1) vtkDefaultPass_SafeDownCast; extern(C) void* function(void* jarg1) vtkDefaultPass_NewInstance; extern(C) void* function(void* objectRef) vtkDefaultPass_Upcast; extern(C) void* function() vtkVolumetricPass_New; extern(C) int function(const(char)* jarg1) vtkVolumetricPass_IsTypeOf; extern(C) void* function(void* jarg1) vtkVolumetricPass_SafeDownCast; extern(C) void* function(void* jarg1) vtkVolumetricPass_NewInstance; extern(C) void* function(void* objectRef) vtkVolumetricPass_Upcast; extern(C) void* function() vtkDataObjectCollection_New; extern(C) int function(const(char)* jarg1) vtkDataObjectCollection_IsTypeOf; extern(C) void* function(void* jarg1) vtkDataObjectCollection_SafeDownCast; extern(C) void* function(void* jarg1) vtkDataObjectCollection_NewInstance; extern(C) void function(void* jarg1, void* jarg2) vtkDataObjectCollection_AddItem; extern(C) void* function(void* jarg1) vtkDataObjectCollection_GetNextItem; extern(C) void* function(void* jarg1, int jarg2) vtkDataObjectCollection_GetItem; extern(C) void* function(void* objectRef) vtkDataObjectCollection_Upcast; extern(C) void* function() vtkImageWeightedSum_New; extern(C) int function(const(char)* jarg1) vtkImageWeightedSum_IsTypeOf; extern(C) void* function(void* jarg1) vtkImageWeightedSum_SafeDownCast; extern(C) void* function(void* jarg1) vtkImageWeightedSum_NewInstance; extern(C) void function(void* jarg1, void* jarg2) vtkImageWeightedSum_SetWeights; extern(C) void* function(void* jarg1) vtkImageWeightedSum_GetWeights; extern(C) void function(void* jarg1, long jarg2, double jarg3) vtkImageWeightedSum_SetWeight; extern(C) int function(void* jarg1) vtkImageWeightedSum_GetNormalizeByWeight; extern(C) void function(void* jarg1, int jarg2) vtkImageWeightedSum_SetNormalizeByWeight; extern(C) int function(void* jarg1) vtkImageWeightedSum_GetNormalizeByWeightMinValue; extern(C) int function(void* jarg1) vtkImageWeightedSum_GetNormalizeByWeightMaxValue; extern(C) void function(void* jarg1) vtkImageWeightedSum_NormalizeByWeightOn; extern(C) void function(void* jarg1) vtkImageWeightedSum_NormalizeByWeightOff; extern(C) double function(void* jarg1) vtkImageWeightedSum_CalculateTotalWeight; extern(C) void* function(void* objectRef) vtkImageWeightedSum_Upcast; extern(C) int function(const(char)* jarg1) vtkContextMapper2D_IsTypeOf; extern(C) void* function(void* jarg1) vtkContextMapper2D_SafeDownCast; extern(C) void* function(void* jarg1) vtkContextMapper2D_NewInstance; extern(C) void* function() vtkContextMapper2D_New; extern(C) void function(void* jarg1, void* jarg2) vtkContextMapper2D_SetInputData; extern(C) void* function(void* jarg1) vtkContextMapper2D_GetInput; extern(C) void* function(void* jarg1, int jarg2, void* jarg3) vtkContextMapper2D_GetInputArrayToProcess; extern(C) void* function(void* jarg1, int jarg2, void* jarg3) vtkContextMapper2D_GetInputAbstractArrayToProcess; extern(C) void* function() new_vtkContextMapper2D; extern(C) void function(void* jarg1) delete_vtkContextMapper2D; extern(C) void* function(void* objectRef) vtkContextMapper2D_Upcast; extern(C) void* function() vtkIdTypeArray_New; extern(C) int function(const(char)* jarg1) vtkIdTypeArray_IsTypeOf; extern(C) void* function(void* jarg1) vtkIdTypeArray_SafeDownCast; extern(C) void* function(void* jarg1) vtkIdTypeArray_NewInstance; extern(C) void function(void* jarg1, long jarg2, void* jarg3) vtkIdTypeArray_GetTupleValue; extern(C) void function(void* jarg1, long jarg2, void* jarg3) vtkIdTypeArray_SetTupleValue; extern(C) void function(void* jarg1, long jarg2, void* jarg3) vtkIdTypeArray_InsertTupleValue; extern(C) long function(void* jarg1, void* jarg2) vtkIdTypeArray_InsertNextTupleValue; extern(C) long function(void* jarg1, long jarg2) vtkIdTypeArray_GetValue; extern(C) void function(void* jarg1, long jarg2, long jarg3) vtkIdTypeArray_SetValue; extern(C) void function(void* jarg1, long jarg2) vtkIdTypeArray_SetNumberOfValues; extern(C) void function(void* jarg1, long jarg2, long jarg3) vtkIdTypeArray_InsertValue; extern(C) long function(void* jarg1, long jarg2) vtkIdTypeArray_InsertNextValue; extern(C) void* function(void* jarg1, int jarg2) vtkIdTypeArray_GetValueRange__SWIG_0; extern(C) void* function(void* jarg1) vtkIdTypeArray_GetValueRange__SWIG_1; extern(C) long function() vtkIdTypeArray_GetDataTypeValueMin; extern(C) long function() vtkIdTypeArray_GetDataTypeValueMax; extern(C) void* function(void* jarg1, long jarg2, long jarg3) vtkIdTypeArray_WritePointer; extern(C) void* function(void* jarg1, long jarg2) vtkIdTypeArray_GetPointer; extern(C) void function(void* jarg1, void* jarg2, long jarg3, int jarg4) vtkIdTypeArray_SetArray__SWIG_0; extern(C) void function(void* jarg1, void* jarg2, long jarg3, int jarg4, int jarg5) vtkIdTypeArray_SetArray__SWIG_1; extern(C) void* function(void* objectRef) vtkIdTypeArray_Upcast; extern(C) void* function() vtkCameraRepresentation_New; extern(C) int function(const(char)* jarg1) vtkCameraRepresentation_IsTypeOf; extern(C) void* function(void* jarg1) vtkCameraRepresentation_SafeDownCast; extern(C) void* function(void* jarg1) vtkCameraRepresentation_NewInstance; extern(C) void function(void* jarg1, void* jarg2) vtkCameraRepresentation_SetCamera; extern(C) void* function(void* jarg1) vtkCameraRepresentation_GetCamera; extern(C) void function(void* jarg1, void* jarg2) vtkCameraRepresentation_SetInterpolator; extern(C) void* function(void* jarg1) vtkCameraRepresentation_GetInterpolator; extern(C) void function(void* jarg1, int jarg2) vtkCameraRepresentation_SetNumberOfFrames; extern(C) int function(void* jarg1) vtkCameraRepresentation_GetNumberOfFramesMinValue; extern(C) int function(void* jarg1) vtkCameraRepresentation_GetNumberOfFramesMaxValue; extern(C) int function(void* jarg1) vtkCameraRepresentation_GetNumberOfFrames; extern(C) void* function(void* jarg1) vtkCameraRepresentation_GetProperty; extern(C) void function(void* jarg1) vtkCameraRepresentation_AddCameraToPath; extern(C) void function(void* jarg1, void* jarg2) vtkCameraRepresentation_AnimatePath; extern(C) void function(void* jarg1) vtkCameraRepresentation_InitializePath; extern(C) void* function(void* objectRef) vtkCameraRepresentation_Upcast; extern(C) void* function() vtkServerSocket_New; extern(C) int function(const(char)* jarg1) vtkServerSocket_IsTypeOf; extern(C) void* function(void* jarg1) vtkServerSocket_SafeDownCast; extern(C) void* function(void* jarg1) vtkServerSocket_NewInstance; extern(C) int function(void* jarg1, int jarg2) vtkServerSocket_CreateServer; extern(C) void* function(void* jarg1, core.stdc.config.c_ulong jarg2) vtkServerSocket_WaitForConnection__SWIG_0; extern(C) void* function(void* jarg1) vtkServerSocket_WaitForConnection__SWIG_1; extern(C) int function(void* jarg1) vtkServerSocket_GetServerPort; extern(C) void* function(void* objectRef) vtkServerSocket_Upcast; extern(C) void* function() vtkCylindricalTransform_New; extern(C) int function(const(char)* jarg1) vtkCylindricalTransform_IsTypeOf; extern(C) void* function(void* jarg1) vtkCylindricalTransform_SafeDownCast; extern(C) void* function(void* jarg1) vtkCylindricalTransform_NewInstance; extern(C) void* function(void* objectRef) vtkCylindricalTransform_Upcast; extern(C) int function() VTK_IMAGE_BLEND_MODE_NORMAL_get; extern(C) int function() VTK_IMAGE_BLEND_MODE_COMPOUND_get; extern(C) void* function() vtkImageBlend_New; extern(C) int function(const(char)* jarg1) vtkImageBlend_IsTypeOf; extern(C) void* function(void* jarg1) vtkImageBlend_SafeDownCast; extern(C) void* function(void* jarg1) vtkImageBlend_NewInstance; extern(C) void function(void* jarg1, int jarg2, void* jarg3) vtkImageBlend_ReplaceNthInputConnection; extern(C) void function(void* jarg1, int jarg2, void* jarg3) vtkImageBlend_SetInputData__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkImageBlend_SetInputData__SWIG_1; extern(C) void* function(void* jarg1, int jarg2) vtkImageBlend_GetInput__SWIG_0; extern(C) void* function(void* jarg1) vtkImageBlend_GetInput__SWIG_1; extern(C) int function(void* jarg1) vtkImageBlend_GetNumberOfInputs; extern(C) void function(void* jarg1, int jarg2, double jarg3) vtkImageBlend_SetOpacity; extern(C) double function(void* jarg1, int jarg2) vtkImageBlend_GetOpacity; extern(C) void function(void* jarg1, void* jarg2) vtkImageBlend_SetStencilConnection; extern(C) void function(void* jarg1, void* jarg2) vtkImageBlend_SetStencilData; extern(C) void* function(void* jarg1) vtkImageBlend_GetStencil; extern(C) void function(void* jarg1, int jarg2) vtkImageBlend_SetBlendMode; extern(C) int function(void* jarg1) vtkImageBlend_GetBlendModeMinValue; extern(C) int function(void* jarg1) vtkImageBlend_GetBlendModeMaxValue; extern(C) int function(void* jarg1) vtkImageBlend_GetBlendMode; extern(C) void function(void* jarg1) vtkImageBlend_SetBlendModeToNormal; extern(C) void function(void* jarg1) vtkImageBlend_SetBlendModeToCompound; extern(C) const(char)* function(void* jarg1) vtkImageBlend_GetBlendModeAsString; extern(C) void function(void* jarg1, double jarg2) vtkImageBlend_SetCompoundThreshold; extern(C) double function(void* jarg1) vtkImageBlend_GetCompoundThreshold; extern(C) void* function(void* objectRef) vtkImageBlend_Upcast; extern(C) int function(const(char)* jarg1) vtkChartMatrix_IsTypeOf; extern(C) void* function(void* jarg1) vtkChartMatrix_SafeDownCast; extern(C) void* function(void* jarg1) vtkChartMatrix_NewInstance; extern(C) void* function() vtkChartMatrix_New; extern(C) void function(void* jarg1, void* jarg2) vtkChartMatrix_SetSize; extern(C) void* function(void* jarg1) vtkChartMatrix_GetSize; extern(C) void function(void* jarg1, int jarg2, int jarg3, int jarg4, int jarg5) vtkChartMatrix_SetBorders; extern(C) void function(void* jarg1, void* jarg2) vtkChartMatrix_GetBorders; extern(C) void function(void* jarg1, void* jarg2) vtkChartMatrix_SetGutter; extern(C) void* function(void* jarg1) vtkChartMatrix_GetGutter; extern(C) void function(void* jarg1) vtkChartMatrix_Allocate; extern(C) uint function(void* jarg1, void* jarg2, void* jarg3) vtkChartMatrix_SetChart; extern(C) void* function(void* jarg1, void* jarg2) vtkChartMatrix_GetChart; extern(C) uint function(void* jarg1, void* jarg2, void* jarg3) vtkChartMatrix_SetChartSpan; extern(C) void* function(void* jarg1, void* jarg2) vtkChartMatrix_GetChartSpan; extern(C) void* function(void* jarg1, void* jarg2) vtkChartMatrix_GetChartIndex; extern(C) void* function(void* objectRef) vtkChartMatrix_Upcast; extern(C) int function(const(char)* jarg1) vtkScatterPlotMatrix_IsTypeOf; extern(C) void* function(void* jarg1) vtkScatterPlotMatrix_SafeDownCast; extern(C) void* function(void* jarg1) vtkScatterPlotMatrix_NewInstance; extern(C) void* function() vtkScatterPlotMatrix_New; extern(C) uint function(void* jarg1, void* jarg2) vtkScatterPlotMatrix_SetActivePlot; extern(C) void* function(void* jarg1) vtkScatterPlotMatrix_GetActivePlot; extern(C) void* function(void* jarg1) vtkScatterPlotMatrix_GetActiveAnnotationLink; extern(C) void* function(void* jarg1) vtkScatterPlotMatrix_GetAnnotationLink; extern(C) void function(void* jarg1, void* jarg2) vtkScatterPlotMatrix_SetInput; extern(C) void function(void* jarg1, void* jarg2, uint jarg3) vtkScatterPlotMatrix_SetColumnVisibility; extern(C) void function(void* jarg1, void* jarg2, int jarg3) vtkScatterPlotMatrix_InsertVisibleColumn; extern(C) uint function(void* jarg1, void* jarg2) vtkScatterPlotMatrix_GetColumnVisibility; extern(C) void function(void* jarg1, uint jarg2) vtkScatterPlotMatrix_SetColumnVisibilityAll; extern(C) void* function(void* jarg1) vtkScatterPlotMatrix_GetVisibleColumns; extern(C) void function(void* jarg1, void* jarg2) vtkScatterPlotMatrix_SetVisibleColumns; extern(C) void function(void* jarg1, int jarg2) vtkScatterPlotMatrix_SetNumberOfBins; extern(C) int function(void* jarg1) vtkScatterPlotMatrix_GetNumberOfBins; extern(C) void function(void* jarg1, int jarg2, void* jarg3) vtkScatterPlotMatrix_SetPlotColor; extern(C) void function(void* jarg1, int jarg2, int jarg3) vtkScatterPlotMatrix_SetPlotMarkerStyle; extern(C) void function(void* jarg1, int jarg2, float jarg3) vtkScatterPlotMatrix_SetPlotMarkerSize; extern(C) uint function(void* jarg1, void* jarg2) vtkScatterPlotMatrix_Hit; extern(C) uint function(void* jarg1, void* jarg2) vtkScatterPlotMatrix_MouseMoveEvent; extern(C) uint function(void* jarg1, void* jarg2) vtkScatterPlotMatrix_MouseButtonPressEvent; extern(C) uint function(void* jarg1, void* jarg2) vtkScatterPlotMatrix_MouseButtonReleaseEvent; extern(C) int function(void* jarg1, void* jarg2) vtkScatterPlotMatrix_GetPlotType__SWIG_0; extern(C) int function(void* jarg1, int jarg2, int jarg3) vtkScatterPlotMatrix_GetPlotType__SWIG_1; extern(C) void function(void* jarg1, void* jarg2) vtkScatterPlotMatrix_SetTitle; extern(C) void* function(void* jarg1) vtkScatterPlotMatrix_GetTitle; extern(C) void function(void* jarg1, void* jarg2) vtkScatterPlotMatrix_SetTitleProperties; extern(C) void* function(void* jarg1) vtkScatterPlotMatrix_GetTitleProperties; extern(C) void function(void* jarg1, int jarg2, uint jarg3) vtkScatterPlotMatrix_SetGridVisibility; extern(C) uint function(void* jarg1, int jarg2) vtkScatterPlotMatrix_GetGridVisibility; extern(C) void function(void* jarg1, int jarg2, void* jarg3) vtkScatterPlotMatrix_SetBackgroundColor; extern(C) void* function(void* jarg1, int jarg2) vtkScatterPlotMatrix_GetBackgroundColor; extern(C) void function(void* jarg1, int jarg2, void* jarg3) vtkScatterPlotMatrix_SetAxisColor; extern(C) void* function(void* jarg1, int jarg2) vtkScatterPlotMatrix_GetAxisColor; extern(C) void function(void* jarg1, int jarg2, void* jarg3) vtkScatterPlotMatrix_SetGridColor; extern(C) void* function(void* jarg1, int jarg2) vtkScatterPlotMatrix_GetGridColor; extern(C) void function(void* jarg1, int jarg2, uint jarg3) vtkScatterPlotMatrix_SetAxisLabelVisibility; extern(C) uint function(void* jarg1, int jarg2) vtkScatterPlotMatrix_GetAxisLabelVisibility; extern(C) void function(void* jarg1, int jarg2, void* jarg3) vtkScatterPlotMatrix_SetAxisLabelProperties; extern(C) void* function(void* jarg1, int jarg2) vtkScatterPlotMatrix_GetAxisLabelProperties; extern(C) void function(void* jarg1, int jarg2, int jarg3) vtkScatterPlotMatrix_SetAxisLabelNotation; extern(C) int function(void* jarg1, int jarg2) vtkScatterPlotMatrix_GetAxisLabelNotation; extern(C) void function(void* jarg1, int jarg2, int jarg3) vtkScatterPlotMatrix_SetAxisLabelPrecision; extern(C) int function(void* jarg1, int jarg2) vtkScatterPlotMatrix_GetAxisLabelPrecision; extern(C) void function(void* jarg1, int jarg2, int jarg3) vtkScatterPlotMatrix_SetTooltipNotation; extern(C) void function(void* jarg1, int jarg2, int jarg3) vtkScatterPlotMatrix_SetTooltipPrecision; extern(C) int function(void* jarg1, int jarg2) vtkScatterPlotMatrix_GetTooltipNotation; extern(C) int function(void* jarg1, int jarg2) vtkScatterPlotMatrix_GetTooltipPrecision; extern(C) void function(void* jarg1, void* jarg2) vtkScatterPlotMatrix_SetTooltip; extern(C) void* function(void* jarg1) vtkScatterPlotMatrix_GetTooltip; extern(C) void function(void* jarg1, void* jarg2) vtkScatterPlotMatrix_SetIndexedLabels; extern(C) void* function(void* jarg1) vtkScatterPlotMatrix_GetIndexedLabels; extern(C) void function(void* jarg1, void* jarg2) vtkScatterPlotMatrix_SetScatterPlotSelectedRowColumnColor; extern(C) void* function(void* jarg1) vtkScatterPlotMatrix_GetScatterPlotSelectedRowColumnColor; extern(C) void function(void* jarg1, void* jarg2) vtkScatterPlotMatrix_SetScatterPlotSelectedActiveColor; extern(C) void* function(void* jarg1) vtkScatterPlotMatrix_GetScatterPlotSelectedActiveColor; extern(C) void function(void* jarg1) vtkScatterPlotMatrix_UpdateSettings; extern(C) void function(void* jarg1, int jarg2) vtkScatterPlotMatrix_UpdateChartSettings; extern(C) void function(void* jarg1, int jarg2) vtkScatterPlotMatrix_SetSelectionMode; extern(C) int function(void* jarg1) vtkScatterPlotMatrix_GetSelectionMode; extern(C) void* function(void* jarg1, int jarg2) vtkScatterPlotMatrix_GetColumnName; extern(C) void* function(void* jarg1, int jarg2) vtkScatterPlotMatrix_GetRowName; extern(C) void function(void* jarg1, int jarg2) vtkScatterPlotMatrix_SetNumberOfFrames; extern(C) int function(void* jarg1) vtkScatterPlotMatrix_GetNumberOfFrames; extern(C) void function(void* jarg1) vtkScatterPlotMatrix_ClearAnimationPath; extern(C) uint function(void* jarg1, void* jarg2) vtkScatterPlotMatrix_AddAnimationPath; extern(C) long function(void* jarg1) vtkScatterPlotMatrix_GetNumberOfAnimationPathElements; extern(C) void* function(void* jarg1, long jarg2) vtkScatterPlotMatrix_GetAnimationPathElement; extern(C) uint function(void* jarg1, void* jarg2) vtkScatterPlotMatrix_BeginAnimationPath; extern(C) void function(void* jarg1) vtkScatterPlotMatrix_AdvanceAnimation; extern(C) void* function(void* jarg1) vtkScatterPlotMatrix_GetMainChart; extern(C) void* function(void* objectRef) vtkScatterPlotMatrix_Upcast; extern(C) void* function() vtkPythagoreanQuadruples_get; extern(C) int function() vtkMaxPythagoreanQuadrupleId_get; extern(C) void* function() vtkImageFFT_New; extern(C) int function(const(char)* jarg1) vtkImageFFT_IsTypeOf; extern(C) void* function(void* jarg1) vtkImageFFT_SafeDownCast; extern(C) void* function(void* jarg1) vtkImageFFT_NewInstance; extern(C) void* function(void* objectRef) vtkImageFFT_Upcast; extern(C) int function(const(char)* jarg1) vtkHyperOctreeSampleFunction_IsTypeOf; extern(C) void* function(void* jarg1) vtkHyperOctreeSampleFunction_SafeDownCast; extern(C) void* function(void* jarg1) vtkHyperOctreeSampleFunction_NewInstance; extern(C) void* function() vtkHyperOctreeSampleFunction_New; extern(C) int function(void* jarg1) vtkHyperOctreeSampleFunction_GetLevels; extern(C) void function(void* jarg1, int jarg2) vtkHyperOctreeSampleFunction_SetLevels; extern(C) int function(void* jarg1) vtkHyperOctreeSampleFunction_GetMinLevels; extern(C) void function(void* jarg1, int jarg2) vtkHyperOctreeSampleFunction_SetMinLevels; extern(C) double function(void* jarg1) vtkHyperOctreeSampleFunction_GetThreshold; extern(C) void function(void* jarg1, double jarg2) vtkHyperOctreeSampleFunction_SetThreshold; extern(C) int function(void* jarg1) vtkHyperOctreeSampleFunction_GetDimension; extern(C) void function(void* jarg1, int jarg2) vtkHyperOctreeSampleFunction_SetDimension; extern(C) void function(void* jarg1, double jarg2, double jarg3, double jarg4) vtkHyperOctreeSampleFunction_SetSize__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkHyperOctreeSampleFunction_SetSize__SWIG_1; extern(C) void* function(void* jarg1) vtkHyperOctreeSampleFunction_GetSize__SWIG_0; extern(C) void function(void* jarg1, void* jarg2, void* jarg3, void* jarg4) vtkHyperOctreeSampleFunction_GetSize__SWIG_1; extern(C) void function(void* jarg1, void* jarg2) vtkHyperOctreeSampleFunction_GetSize__SWIG_2; extern(C) void function(void* jarg1, double jarg2, double jarg3, double jarg4) vtkHyperOctreeSampleFunction_SetOrigin__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkHyperOctreeSampleFunction_SetOrigin__SWIG_1; extern(C) void* function(void* jarg1) vtkHyperOctreeSampleFunction_GetOrigin__SWIG_0; extern(C) void function(void* jarg1, void* jarg2, void* jarg3, void* jarg4) vtkHyperOctreeSampleFunction_GetOrigin__SWIG_1; extern(C) void function(void* jarg1, void* jarg2) vtkHyperOctreeSampleFunction_GetOrigin__SWIG_2; extern(C) double function(void* jarg1) vtkHyperOctreeSampleFunction_GetWidth; extern(C) void function(void* jarg1, double jarg2) vtkHyperOctreeSampleFunction_SetWidth; extern(C) double function(void* jarg1) vtkHyperOctreeSampleFunction_GetHeight; extern(C) void function(void* jarg1, double jarg2) vtkHyperOctreeSampleFunction_SetHeight; extern(C) double function(void* jarg1) vtkHyperOctreeSampleFunction_GetDepth; extern(C) void function(void* jarg1, double jarg2) vtkHyperOctreeSampleFunction_SetDepth; extern(C) void function(void* jarg1, void* jarg2) vtkHyperOctreeSampleFunction_SetImplicitFunction; extern(C) void* function(void* jarg1) vtkHyperOctreeSampleFunction_GetImplicitFunction; extern(C) void function(void* jarg1, int jarg2) vtkHyperOctreeSampleFunction_SetOutputScalarType; extern(C) int function(void* jarg1) vtkHyperOctreeSampleFunction_GetOutputScalarType; extern(C) void function(void* jarg1) vtkHyperOctreeSampleFunction_SetOutputScalarTypeToDouble; extern(C) void function(void* jarg1) vtkHyperOctreeSampleFunction_SetOutputScalarTypeToFloat; extern(C) void function(void* jarg1) vtkHyperOctreeSampleFunction_SetOutputScalarTypeToLong; extern(C) void function(void* jarg1) vtkHyperOctreeSampleFunction_SetOutputScalarTypeToUnsignedLong; extern(C) void function(void* jarg1) vtkHyperOctreeSampleFunction_SetOutputScalarTypeToInt; extern(C) void function(void* jarg1) vtkHyperOctreeSampleFunction_SetOutputScalarTypeToUnsignedInt; extern(C) void function(void* jarg1) vtkHyperOctreeSampleFunction_SetOutputScalarTypeToShort; extern(C) void function(void* jarg1) vtkHyperOctreeSampleFunction_SetOutputScalarTypeToUnsignedShort; extern(C) void function(void* jarg1) vtkHyperOctreeSampleFunction_SetOutputScalarTypeToChar; extern(C) void function(void* jarg1) vtkHyperOctreeSampleFunction_SetOutputScalarTypeToUnsignedChar; extern(C) void* function(void* objectRef) vtkHyperOctreeSampleFunction_Upcast; extern(C) void* function() vtkOverrideInformation_New; extern(C) int function(const(char)* jarg1) vtkOverrideInformation_IsTypeOf; extern(C) void* function(void* jarg1) vtkOverrideInformation_SafeDownCast; extern(C) void* function(void* jarg1) vtkOverrideInformation_NewInstance; extern(C) const(char)* function(void* jarg1) vtkOverrideInformation_GetClassOverrideName; extern(C) const(char)* function(void* jarg1) vtkOverrideInformation_GetClassOverrideWithName; extern(C) const(char)* function(void* jarg1) vtkOverrideInformation_GetDescription; extern(C) void* function(void* jarg1) vtkOverrideInformation_GetObjectFactory; extern(C) void function(void* jarg1, const(char)* jarg2) vtkOverrideInformation_SetClassOverrideName; extern(C) void function(void* jarg1, const(char)* jarg2) vtkOverrideInformation_SetClassOverrideWithName; extern(C) void function(void* jarg1, const(char)* jarg2) vtkOverrideInformation_SetDescription; extern(C) void* function(void* objectRef) vtkOverrideInformation_Upcast; extern(C) int function(const(char)* jarg1) vtkStandardPolyDataPainter_IsTypeOf; extern(C) void* function(void* jarg1) vtkStandardPolyDataPainter_SafeDownCast; extern(C) void* function(void* jarg1) vtkStandardPolyDataPainter_NewInstance; extern(C) void* function() vtkStandardPolyDataPainter_New; extern(C) void function(void* jarg1, void* jarg2) vtkStandardPolyDataPainter_AddMultiTextureCoordsArray; extern(C) void* function() new_vtkStandardPolyDataPainter; extern(C) void function(void* jarg1) delete_vtkStandardPolyDataPainter; extern(C) void* function(void* objectRef) vtkStandardPolyDataPainter_Upcast; extern(C) void* function() vtkHardwareSelectionPolyDataPainter_New; extern(C) int function(const(char)* jarg1) vtkHardwareSelectionPolyDataPainter_IsTypeOf; extern(C) void* function(void* jarg1) vtkHardwareSelectionPolyDataPainter_SafeDownCast; extern(C) void* function(void* jarg1) vtkHardwareSelectionPolyDataPainter_NewInstance; extern(C) void function(void* jarg1, int jarg2) vtkHardwareSelectionPolyDataPainter_SetEnableSelection; extern(C) int function(void* jarg1) vtkHardwareSelectionPolyDataPainter_GetEnableSelection; extern(C) void function(void* jarg1) vtkHardwareSelectionPolyDataPainter_EnableSelectionOn; extern(C) void function(void* jarg1) vtkHardwareSelectionPolyDataPainter_EnableSelectionOff; extern(C) void function(void* jarg1, const(char)* jarg2) vtkHardwareSelectionPolyDataPainter_SetPointIdArrayName; extern(C) const(char)* function(void* jarg1) vtkHardwareSelectionPolyDataPainter_GetPointIdArrayName; extern(C) void function(void* jarg1, const(char)* jarg2) vtkHardwareSelectionPolyDataPainter_SetCellIdArrayName; extern(C) const(char)* function(void* jarg1) vtkHardwareSelectionPolyDataPainter_GetCellIdArrayName; extern(C) void function(void* jarg1, const(char)* jarg2) vtkHardwareSelectionPolyDataPainter_SetProcessIdArrayName; extern(C) const(char)* function(void* jarg1) vtkHardwareSelectionPolyDataPainter_GetProcessIdArrayName; extern(C) void function(void* jarg1, const(char)* jarg2) vtkHardwareSelectionPolyDataPainter_SetCompositeIdArrayName; extern(C) const(char)* function(void* jarg1) vtkHardwareSelectionPolyDataPainter_GetCompositeIdArrayName; extern(C) void* function() new_vtkHardwareSelectionPolyDataPainter; extern(C) void function(void* jarg1) delete_vtkHardwareSelectionPolyDataPainter; extern(C) void* function(void* objectRef) vtkHardwareSelectionPolyDataPainter_Upcast; extern(C) int function(const(char)* jarg1) vtkGenericCellTessellator_IsTypeOf; extern(C) void* function(void* jarg1) vtkGenericCellTessellator_SafeDownCast; extern(C) void* function(void* jarg1) vtkGenericCellTessellator_NewInstance; extern(C) void function(void* jarg1, void* jarg2, void* jarg3, long jarg4, void* jarg5, void* jarg6, void* jarg7) vtkGenericCellTessellator_TessellateFace; extern(C) void function(void* jarg1, void* jarg2, void* jarg3, void* jarg4, void* jarg5, void* jarg6) vtkGenericCellTessellator_Tessellate; extern(C) void function(void* jarg1, void* jarg2, void* jarg3, void* jarg4, void* jarg5, void* jarg6) vtkGenericCellTessellator_Triangulate; extern(C) void function(void* jarg1, void* jarg2) vtkGenericCellTessellator_SetErrorMetrics; extern(C) void* function(void* jarg1) vtkGenericCellTessellator_GetErrorMetrics; extern(C) void function(void* jarg1, void* jarg2) vtkGenericCellTessellator_Initialize; extern(C) void function(void* jarg1, void* jarg2) vtkGenericCellTessellator_InitErrorMetrics; extern(C) int function(void* jarg1) vtkGenericCellTessellator_GetMeasurement; extern(C) void function(void* jarg1, int jarg2) vtkGenericCellTessellator_SetMeasurement; extern(C) void function(void* jarg1, void* jarg2) vtkGenericCellTessellator_GetMaxErrors; extern(C) void* function(void* objectRef) vtkGenericCellTessellator_Upcast; extern(C) void* function() vtkSimpleCellTessellator_New; extern(C) int function(const(char)* jarg1) vtkSimpleCellTessellator_IsTypeOf; extern(C) void* function(void* jarg1) vtkSimpleCellTessellator_SafeDownCast; extern(C) void* function(void* jarg1) vtkSimpleCellTessellator_NewInstance; extern(C) void* function(void* jarg1) vtkSimpleCellTessellator_GetGenericCell; extern(C) void function(void* jarg1) vtkSimpleCellTessellator_Reset; extern(C) int function(void* jarg1) vtkSimpleCellTessellator_GetFixedSubdivisions; extern(C) int function(void* jarg1) vtkSimpleCellTessellator_GetMaxSubdivisionLevel; extern(C) int function(void* jarg1) vtkSimpleCellTessellator_GetMaxAdaptiveSubdivisions; extern(C) void function(void* jarg1, int jarg2) vtkSimpleCellTessellator_SetFixedSubdivisions; extern(C) void function(void* jarg1, int jarg2) vtkSimpleCellTessellator_SetMaxSubdivisionLevel; extern(C) void function(void* jarg1, int jarg2, int jarg3) vtkSimpleCellTessellator_SetSubdivisionLevels; extern(C) void* function(void* objectRef) vtkSimpleCellTessellator_Upcast; extern(C) void* function() vtkXMLWriterC_New; extern(C) void function(void* jarg1) vtkXMLWriterC_Delete; extern(C) void function(void* jarg1, int jarg2) vtkXMLWriterC_SetDataObjectType; extern(C) void function(void* jarg1, int jarg2) vtkXMLWriterC_SetDataModeType; extern(C) void function(void* jarg1, void* jarg2) vtkXMLWriterC_SetExtent; extern(C) void function(void* jarg1, int jarg2, void* jarg3, long jarg4) vtkXMLWriterC_SetPoints; extern(C) void function(void* jarg1, void* jarg2) vtkXMLWriterC_SetOrigin; extern(C) void function(void* jarg1, void* jarg2) vtkXMLWriterC_SetSpacing; extern(C) void function(void* jarg1, int jarg2, int jarg3, void* jarg4, long jarg5) vtkXMLWriterC_SetCoordinates; extern(C) void function(void* jarg1, int jarg2, long jarg3, void* jarg4, long jarg5) vtkXMLWriterC_SetCellsWithType; extern(C) void function(void* jarg1, void* jarg2, long jarg3, void* jarg4, long jarg5) vtkXMLWriterC_SetCellsWithTypes; extern(C) void function(void* jarg1, const(char)* jarg2, int jarg3, void* jarg4, long jarg5, int jarg6, const(char)* jarg7) vtkXMLWriterC_SetPointData; extern(C) void function(void* jarg1, const(char)* jarg2, int jarg3, void* jarg4, long jarg5, int jarg6, const(char)* jarg7) vtkXMLWriterC_SetCellData; extern(C) void function(void* jarg1, const(char)* jarg2) vtkXMLWriterC_SetFileName; extern(C) int function(void* jarg1) vtkXMLWriterC_Write; extern(C) void function(void* jarg1, int jarg2) vtkXMLWriterC_SetNumberOfTimeSteps; extern(C) void function(void* jarg1) vtkXMLWriterC_Start; extern(C) void function(void* jarg1, double jarg2) vtkXMLWriterC_WriteNextTimeStep; extern(C) void function(void* jarg1) vtkXMLWriterC_Stop; extern(C) void* function() vtkSplitColumnComponents_New; extern(C) int function(const(char)* jarg1) vtkSplitColumnComponents_IsTypeOf; extern(C) void* function(void* jarg1) vtkSplitColumnComponents_SafeDownCast; extern(C) void* function(void* jarg1) vtkSplitColumnComponents_NewInstance; extern(C) void function(void* jarg1, uint jarg2) vtkSplitColumnComponents_SetCalculateMagnitudes; extern(C) uint function(void* jarg1) vtkSplitColumnComponents_GetCalculateMagnitudes; extern(C) void* function(void* objectRef) vtkSplitColumnComponents_Upcast; extern(C) void* function() vtkIdentityTransform_New; extern(C) int function(const(char)* jarg1) vtkIdentityTransform_IsTypeOf; extern(C) void* function(void* jarg1) vtkIdentityTransform_SafeDownCast; extern(C) void* function(void* jarg1) vtkIdentityTransform_NewInstance; extern(C) void function(void* jarg1, void* jarg2, void* jarg3) vtkIdentityTransform_InternalTransformPoint__SWIG_0; extern(C) void function(void* jarg1, void* jarg2, void* jarg3) vtkIdentityTransform_InternalTransformPoint__SWIG_1; extern(C) void function(void* jarg1, void* jarg2, void* jarg3) vtkIdentityTransform_InternalTransformNormal__SWIG_0; extern(C) void function(void* jarg1, void* jarg2, void* jarg3) vtkIdentityTransform_InternalTransformNormal__SWIG_1; extern(C) void function(void* jarg1, void* jarg2, void* jarg3) vtkIdentityTransform_InternalTransformVector__SWIG_0; extern(C) void function(void* jarg1, void* jarg2, void* jarg3) vtkIdentityTransform_InternalTransformVector__SWIG_1; extern(C) void function(void* jarg1, void* jarg2, void* jarg3, void* jarg4) vtkIdentityTransform_InternalTransformDerivative__SWIG_0; extern(C) void function(void* jarg1, void* jarg2, void* jarg3, void* jarg4) vtkIdentityTransform_InternalTransformDerivative__SWIG_1; extern(C) void* function(void* objectRef) vtkIdentityTransform_Upcast; extern(C) void* function() vtkViewTheme_New; extern(C) int function(const(char)* jarg1) vtkViewTheme_IsTypeOf; extern(C) void* function(void* jarg1) vtkViewTheme_SafeDownCast; extern(C) void* function(void* jarg1) vtkViewTheme_NewInstance; extern(C) void function(void* jarg1, double jarg2) vtkViewTheme_SetPointSize; extern(C) double function(void* jarg1) vtkViewTheme_GetPointSize; extern(C) void function(void* jarg1, double jarg2) vtkViewTheme_SetLineWidth; extern(C) double function(void* jarg1) vtkViewTheme_GetLineWidth; extern(C) void function(void* jarg1, double jarg2, double jarg3, double jarg4) vtkViewTheme_SetPointColor__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkViewTheme_SetPointColor__SWIG_1; extern(C) void* function(void* jarg1) vtkViewTheme_GetPointColor__SWIG_0; extern(C) void function(void* jarg1, void* jarg2, void* jarg3, void* jarg4) vtkViewTheme_GetPointColor__SWIG_1; extern(C) void function(void* jarg1, void* jarg2) vtkViewTheme_GetPointColor__SWIG_2; extern(C) void function(void* jarg1, double jarg2) vtkViewTheme_SetPointOpacity; extern(C) double function(void* jarg1) vtkViewTheme_GetPointOpacity; extern(C) void function(void* jarg1, double jarg2, double jarg3) vtkViewTheme_SetPointHueRange__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkViewTheme_SetPointHueRange__SWIG_1; extern(C) void* function(void* jarg1) vtkViewTheme_GetPointHueRange__SWIG_0; extern(C) void function(void* jarg1, void* jarg2, void* jarg3) vtkViewTheme_GetPointHueRange__SWIG_1; extern(C) void function(void* jarg1, void* jarg2) vtkViewTheme_GetPointHueRange__SWIG_2; extern(C) void function(void* jarg1, double jarg2, double jarg3) vtkViewTheme_SetPointSaturationRange__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkViewTheme_SetPointSaturationRange__SWIG_1; extern(C) void* function(void* jarg1) vtkViewTheme_GetPointSaturationRange__SWIG_0; extern(C) void function(void* jarg1, void* jarg2, void* jarg3) vtkViewTheme_GetPointSaturationRange__SWIG_1; extern(C) void function(void* jarg1, void* jarg2) vtkViewTheme_GetPointSaturationRange__SWIG_2; extern(C) void function(void* jarg1, double jarg2, double jarg3) vtkViewTheme_SetPointValueRange__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkViewTheme_SetPointValueRange__SWIG_1; extern(C) void* function(void* jarg1) vtkViewTheme_GetPointValueRange__SWIG_0; extern(C) void function(void* jarg1, void* jarg2, void* jarg3) vtkViewTheme_GetPointValueRange__SWIG_1; extern(C) void function(void* jarg1, void* jarg2) vtkViewTheme_GetPointValueRange__SWIG_2; extern(C) void function(void* jarg1, double jarg2, double jarg3) vtkViewTheme_SetPointAlphaRange__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkViewTheme_SetPointAlphaRange__SWIG_1; extern(C) void* function(void* jarg1) vtkViewTheme_GetPointAlphaRange__SWIG_0; extern(C) void function(void* jarg1, void* jarg2, void* jarg3) vtkViewTheme_GetPointAlphaRange__SWIG_1; extern(C) void function(void* jarg1, void* jarg2) vtkViewTheme_GetPointAlphaRange__SWIG_2; extern(C) void* function(void* jarg1) vtkViewTheme_GetPointLookupTable; extern(C) void function(void* jarg1, void* jarg2) vtkViewTheme_SetPointLookupTable; extern(C) void function(void* jarg1, uint jarg2) vtkViewTheme_SetScalePointLookupTable; extern(C) uint function(void* jarg1) vtkViewTheme_GetScalePointLookupTable; extern(C) void function(void* jarg1) vtkViewTheme_ScalePointLookupTableOn; extern(C) void function(void* jarg1) vtkViewTheme_ScalePointLookupTableOff; extern(C) void function(void* jarg1, double jarg2, double jarg3, double jarg4) vtkViewTheme_SetCellColor__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkViewTheme_SetCellColor__SWIG_1; extern(C) void* function(void* jarg1) vtkViewTheme_GetCellColor__SWIG_0; extern(C) void function(void* jarg1, void* jarg2, void* jarg3, void* jarg4) vtkViewTheme_GetCellColor__SWIG_1; extern(C) void function(void* jarg1, void* jarg2) vtkViewTheme_GetCellColor__SWIG_2; extern(C) void function(void* jarg1, double jarg2) vtkViewTheme_SetCellOpacity; extern(C) double function(void* jarg1) vtkViewTheme_GetCellOpacity; extern(C) void function(void* jarg1, double jarg2, double jarg3) vtkViewTheme_SetCellHueRange__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkViewTheme_SetCellHueRange__SWIG_1; extern(C) void* function(void* jarg1) vtkViewTheme_GetCellHueRange__SWIG_0; extern(C) void function(void* jarg1, void* jarg2, void* jarg3) vtkViewTheme_GetCellHueRange__SWIG_1; extern(C) void function(void* jarg1, void* jarg2) vtkViewTheme_GetCellHueRange__SWIG_2; extern(C) void function(void* jarg1, double jarg2, double jarg3) vtkViewTheme_SetCellSaturationRange__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkViewTheme_SetCellSaturationRange__SWIG_1; extern(C) void* function(void* jarg1) vtkViewTheme_GetCellSaturationRange__SWIG_0; extern(C) void function(void* jarg1, void* jarg2, void* jarg3) vtkViewTheme_GetCellSaturationRange__SWIG_1; extern(C) void function(void* jarg1, void* jarg2) vtkViewTheme_GetCellSaturationRange__SWIG_2; extern(C) void function(void* jarg1, double jarg2, double jarg3) vtkViewTheme_SetCellValueRange__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkViewTheme_SetCellValueRange__SWIG_1; extern(C) void* function(void* jarg1) vtkViewTheme_GetCellValueRange__SWIG_0; extern(C) void function(void* jarg1, void* jarg2, void* jarg3) vtkViewTheme_GetCellValueRange__SWIG_1; extern(C) void function(void* jarg1, void* jarg2) vtkViewTheme_GetCellValueRange__SWIG_2; extern(C) void function(void* jarg1, double jarg2, double jarg3) vtkViewTheme_SetCellAlphaRange__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkViewTheme_SetCellAlphaRange__SWIG_1; extern(C) void* function(void* jarg1) vtkViewTheme_GetCellAlphaRange__SWIG_0; extern(C) void function(void* jarg1, void* jarg2, void* jarg3) vtkViewTheme_GetCellAlphaRange__SWIG_1; extern(C) void function(void* jarg1, void* jarg2) vtkViewTheme_GetCellAlphaRange__SWIG_2; extern(C) void* function(void* jarg1) vtkViewTheme_GetCellLookupTable; extern(C) void function(void* jarg1, void* jarg2) vtkViewTheme_SetCellLookupTable; extern(C) void function(void* jarg1, uint jarg2) vtkViewTheme_SetScaleCellLookupTable; extern(C) uint function(void* jarg1) vtkViewTheme_GetScaleCellLookupTable; extern(C) void function(void* jarg1) vtkViewTheme_ScaleCellLookupTableOn; extern(C) void function(void* jarg1) vtkViewTheme_ScaleCellLookupTableOff; extern(C) void function(void* jarg1, double jarg2, double jarg3, double jarg4) vtkViewTheme_SetOutlineColor__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkViewTheme_SetOutlineColor__SWIG_1; extern(C) void* function(void* jarg1) vtkViewTheme_GetOutlineColor__SWIG_0; extern(C) void function(void* jarg1, void* jarg2, void* jarg3, void* jarg4) vtkViewTheme_GetOutlineColor__SWIG_1; extern(C) void function(void* jarg1, void* jarg2) vtkViewTheme_GetOutlineColor__SWIG_2; extern(C) void function(void* jarg1, double jarg2, double jarg3, double jarg4) vtkViewTheme_SetSelectedPointColor__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkViewTheme_SetSelectedPointColor__SWIG_1; extern(C) void* function(void* jarg1) vtkViewTheme_GetSelectedPointColor__SWIG_0; extern(C) void function(void* jarg1, void* jarg2, void* jarg3, void* jarg4) vtkViewTheme_GetSelectedPointColor__SWIG_1; extern(C) void function(void* jarg1, void* jarg2) vtkViewTheme_GetSelectedPointColor__SWIG_2; extern(C) void function(void* jarg1, double jarg2) vtkViewTheme_SetSelectedPointOpacity; extern(C) double function(void* jarg1) vtkViewTheme_GetSelectedPointOpacity; extern(C) void function(void* jarg1, double jarg2, double jarg3, double jarg4) vtkViewTheme_SetSelectedCellColor__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkViewTheme_SetSelectedCellColor__SWIG_1; extern(C) void* function(void* jarg1) vtkViewTheme_GetSelectedCellColor__SWIG_0; extern(C) void function(void* jarg1, void* jarg2, void* jarg3, void* jarg4) vtkViewTheme_GetSelectedCellColor__SWIG_1; extern(C) void function(void* jarg1, void* jarg2) vtkViewTheme_GetSelectedCellColor__SWIG_2; extern(C) void function(void* jarg1, double jarg2) vtkViewTheme_SetSelectedCellOpacity; extern(C) double function(void* jarg1) vtkViewTheme_GetSelectedCellOpacity; extern(C) void function(void* jarg1, double jarg2, double jarg3, double jarg4) vtkViewTheme_SetBackgroundColor__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkViewTheme_SetBackgroundColor__SWIG_1; extern(C) void* function(void* jarg1) vtkViewTheme_GetBackgroundColor__SWIG_0; extern(C) void function(void* jarg1, void* jarg2, void* jarg3, void* jarg4) vtkViewTheme_GetBackgroundColor__SWIG_1; extern(C) void function(void* jarg1, void* jarg2) vtkViewTheme_GetBackgroundColor__SWIG_2; extern(C) void function(void* jarg1, double jarg2, double jarg3, double jarg4) vtkViewTheme_SetBackgroundColor2__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkViewTheme_SetBackgroundColor2__SWIG_1; extern(C) void* function(void* jarg1) vtkViewTheme_GetBackgroundColor2__SWIG_0; extern(C) void function(void* jarg1, void* jarg2, void* jarg3, void* jarg4) vtkViewTheme_GetBackgroundColor2__SWIG_1; extern(C) void function(void* jarg1, void* jarg2) vtkViewTheme_GetBackgroundColor2__SWIG_2; extern(C) void function(void* jarg1, void* jarg2) vtkViewTheme_SetPointTextProperty; extern(C) void* function(void* jarg1) vtkViewTheme_GetPointTextProperty; extern(C) void function(void* jarg1, void* jarg2) vtkViewTheme_SetCellTextProperty; extern(C) void* function(void* jarg1) vtkViewTheme_GetCellTextProperty; extern(C) void function(void* jarg1, double jarg2, double jarg3, double jarg4) vtkViewTheme_SetVertexLabelColor__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkViewTheme_SetVertexLabelColor__SWIG_1; extern(C) void* function(void* jarg1) vtkViewTheme_GetVertexLabelColor__SWIG_0; extern(C) void function(void* jarg1, void* jarg2, void* jarg3, void* jarg4) vtkViewTheme_GetVertexLabelColor__SWIG_1; extern(C) void function(void* jarg1, void* jarg2) vtkViewTheme_GetVertexLabelColor__SWIG_2; extern(C) void function(void* jarg1, double jarg2, double jarg3, double jarg4) vtkViewTheme_SetEdgeLabelColor__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkViewTheme_SetEdgeLabelColor__SWIG_1; extern(C) void* function(void* jarg1) vtkViewTheme_GetEdgeLabelColor__SWIG_0; extern(C) void function(void* jarg1, void* jarg2, void* jarg3, void* jarg4) vtkViewTheme_GetEdgeLabelColor__SWIG_1; extern(C) void function(void* jarg1, void* jarg2) vtkViewTheme_GetEdgeLabelColor__SWIG_2; extern(C) void* function() vtkViewTheme_CreateOceanTheme; extern(C) void* function() vtkViewTheme_CreateMellowTheme; extern(C) void* function() vtkViewTheme_CreateNeonTheme; extern(C) uint function(void* jarg1, void* jarg2) vtkViewTheme_LookupMatchesPointTheme; extern(C) uint function(void* jarg1, void* jarg2) vtkViewTheme_LookupMatchesCellTheme; extern(C) void* function(void* objectRef) vtkViewTheme_Upcast; extern(C) int function(const(char)* jarg1) vtkStringToImage_IsTypeOf; extern(C) void* function(void* jarg1) vtkStringToImage_SafeDownCast; extern(C) void* function(void* jarg1) vtkStringToImage_NewInstance; extern(C) void* function(void* jarg1, void* jarg2, void* jarg3) vtkStringToImage_GetBounds__SWIG_0; extern(C) void* function(void* jarg1, void* jarg2, void* jarg3) vtkStringToImage_GetBounds__SWIG_1; extern(C) int function(void* jarg1, void* jarg2, void* jarg3, void* jarg4, void* jarg5) vtkStringToImage_RenderString__SWIG_0; extern(C) int function(void* jarg1, void* jarg2, void* jarg3, void* jarg4) vtkStringToImage_RenderString__SWIG_1; extern(C) int function(void* jarg1, void* jarg2, void* jarg3, void* jarg4, void* jarg5) vtkStringToImage_RenderString__SWIG_2; extern(C) int function(void* jarg1, void* jarg2, void* jarg3, void* jarg4) vtkStringToImage_RenderString__SWIG_3; extern(C) void function(void* jarg1, uint jarg2) vtkStringToImage_SetScaleToPowerOfTwo; extern(C) uint function(void* jarg1) vtkStringToImage_GetScaleToPowerOfTwo; extern(C) void* function(void* objectRef) vtkStringToImage_Upcast; extern(C) void* function() vtkImageThresholdConnectivity_New; extern(C) int function(const(char)* jarg1) vtkImageThresholdConnectivity_IsTypeOf; extern(C) void* function(void* jarg1) vtkImageThresholdConnectivity_SafeDownCast; extern(C) void* function(void* jarg1) vtkImageThresholdConnectivity_NewInstance; extern(C) void function(void* jarg1, void* jarg2) vtkImageThresholdConnectivity_SetSeedPoints; extern(C) void* function(void* jarg1) vtkImageThresholdConnectivity_GetSeedPoints; extern(C) void function(void* jarg1, double jarg2) vtkImageThresholdConnectivity_ThresholdByUpper; extern(C) void function(void* jarg1, double jarg2) vtkImageThresholdConnectivity_ThresholdByLower; extern(C) void function(void* jarg1, double jarg2, double jarg3) vtkImageThresholdConnectivity_ThresholdBetween; extern(C) void function(void* jarg1, int jarg2) vtkImageThresholdConnectivity_SetReplaceIn; extern(C) int function(void* jarg1) vtkImageThresholdConnectivity_GetReplaceIn; extern(C) void function(void* jarg1) vtkImageThresholdConnectivity_ReplaceInOn; extern(C) void function(void* jarg1) vtkImageThresholdConnectivity_ReplaceInOff; extern(C) void function(void* jarg1, double jarg2) vtkImageThresholdConnectivity_SetInValue; extern(C) double function(void* jarg1) vtkImageThresholdConnectivity_GetInValue; extern(C) void function(void* jarg1, int jarg2) vtkImageThresholdConnectivity_SetReplaceOut; extern(C) int function(void* jarg1) vtkImageThresholdConnectivity_GetReplaceOut; extern(C) void function(void* jarg1) vtkImageThresholdConnectivity_ReplaceOutOn; extern(C) void function(void* jarg1) vtkImageThresholdConnectivity_ReplaceOutOff; extern(C) void function(void* jarg1, double jarg2) vtkImageThresholdConnectivity_SetOutValue; extern(C) double function(void* jarg1) vtkImageThresholdConnectivity_GetOutValue; extern(C) double function(void* jarg1) vtkImageThresholdConnectivity_GetUpperThreshold; extern(C) double function(void* jarg1) vtkImageThresholdConnectivity_GetLowerThreshold; extern(C) void function(void* jarg1, int jarg2, int jarg3) vtkImageThresholdConnectivity_SetSliceRangeX__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkImageThresholdConnectivity_SetSliceRangeX__SWIG_1; extern(C) void* function(void* jarg1) vtkImageThresholdConnectivity_GetSliceRangeX__SWIG_0; extern(C) void function(void* jarg1, void* jarg2, void* jarg3) vtkImageThresholdConnectivity_GetSliceRangeX__SWIG_1; extern(C) void function(void* jarg1, void* jarg2) vtkImageThresholdConnectivity_GetSliceRangeX__SWIG_2; extern(C) void function(void* jarg1, int jarg2, int jarg3) vtkImageThresholdConnectivity_SetSliceRangeY__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkImageThresholdConnectivity_SetSliceRangeY__SWIG_1; extern(C) void* function(void* jarg1) vtkImageThresholdConnectivity_GetSliceRangeY__SWIG_0; extern(C) void function(void* jarg1, void* jarg2, void* jarg3) vtkImageThresholdConnectivity_GetSliceRangeY__SWIG_1; extern(C) void function(void* jarg1, void* jarg2) vtkImageThresholdConnectivity_GetSliceRangeY__SWIG_2; extern(C) void function(void* jarg1, int jarg2, int jarg3) vtkImageThresholdConnectivity_SetSliceRangeZ__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkImageThresholdConnectivity_SetSliceRangeZ__SWIG_1; extern(C) void* function(void* jarg1) vtkImageThresholdConnectivity_GetSliceRangeZ__SWIG_0; extern(C) void function(void* jarg1, void* jarg2, void* jarg3) vtkImageThresholdConnectivity_GetSliceRangeZ__SWIG_1; extern(C) void function(void* jarg1, void* jarg2) vtkImageThresholdConnectivity_GetSliceRangeZ__SWIG_2; extern(C) void function(void* jarg1, void* jarg2) vtkImageThresholdConnectivity_SetStencilData; extern(C) void* function(void* jarg1) vtkImageThresholdConnectivity_GetStencil; extern(C) void function(void* jarg1, int jarg2) vtkImageThresholdConnectivity_SetActiveComponent; extern(C) int function(void* jarg1) vtkImageThresholdConnectivity_GetActiveComponent; extern(C) void function(void* jarg1, double jarg2, double jarg3, double jarg4) vtkImageThresholdConnectivity_SetNeighborhoodRadius__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkImageThresholdConnectivity_SetNeighborhoodRadius__SWIG_1; extern(C) void* function(void* jarg1) vtkImageThresholdConnectivity_GetNeighborhoodRadius__SWIG_0; extern(C) void function(void* jarg1, void* jarg2, void* jarg3, void* jarg4) vtkImageThresholdConnectivity_GetNeighborhoodRadius__SWIG_1; extern(C) void function(void* jarg1, void* jarg2) vtkImageThresholdConnectivity_GetNeighborhoodRadius__SWIG_2; extern(C) void function(void* jarg1, double jarg2) vtkImageThresholdConnectivity_SetNeighborhoodFraction; extern(C) double function(void* jarg1) vtkImageThresholdConnectivity_GetNeighborhoodFractionMinValue; extern(C) double function(void* jarg1) vtkImageThresholdConnectivity_GetNeighborhoodFractionMaxValue; extern(C) double function(void* jarg1) vtkImageThresholdConnectivity_GetNeighborhoodFraction; extern(C) int function(void* jarg1) vtkImageThresholdConnectivity_GetNumberOfInVoxels; extern(C) void* function(void* objectRef) vtkImageThresholdConnectivity_Upcast; extern(C) int function(const(char)* jarg1) vtkModelMetadata_IsTypeOf; extern(C) void* function(void* jarg1) vtkModelMetadata_SafeDownCast; extern(C) void* function(void* jarg1) vtkModelMetadata_NewInstance; extern(C) void* function() vtkModelMetadata_New; extern(C) void function(void* jarg1) vtkModelMetadata_PrintGlobalInformation; extern(C) void function(void* jarg1) vtkModelMetadata_PrintLocalInformation; extern(C) void function(void* jarg1, const(char)* jarg2) vtkModelMetadata_SetTitle; extern(C) const(char)* function(void* jarg1) vtkModelMetadata_GetTitle; extern(C) void function(void* jarg1, int jarg2, void* jarg3) vtkModelMetadata_SetInformationLines; extern(C) void function(void* jarg1, const(char)* jarg2) vtkModelMetadata_AddInformationLine; extern(C) int function(void* jarg1, void* jarg2) vtkModelMetadata_GetInformationLines; extern(C) int function(void* jarg1) vtkModelMetadata_GetNumberOfInformationLines; extern(C) void function(void* jarg1, int jarg2, void* jarg3) vtkModelMetadata_SetQARecords; extern(C) void function(void* jarg1, const(char)* jarg2, const(char)* jarg3, const(char)* jarg4, const(char)* jarg5) vtkModelMetadata_AddQARecord; extern(C) void function(void* jarg1, int jarg2, void* jarg3, void* jarg4, void* jarg5, void* jarg6) vtkModelMetadata_GetQARecord; extern(C) int function(void* jarg1) vtkModelMetadata_GetNumberOfQARecords; extern(C) void function(void* jarg1, int jarg2) vtkModelMetadata_SetTimeStepIndex; extern(C) int function(void* jarg1) vtkModelMetadata_GetTimeStepIndex; extern(C) void function(void* jarg1, int jarg2, void* jarg3) vtkModelMetadata_SetTimeSteps; extern(C) int function(void* jarg1) vtkModelMetadata_GetNumberOfTimeSteps; extern(C) void* function(void* jarg1) vtkModelMetadata_GetTimeStepValues; extern(C) void function(void* jarg1, int jarg2, void* jarg3) vtkModelMetadata_SetCoordinateNames; extern(C) void* function(void* jarg1) vtkModelMetadata_GetCoordinateNames; extern(C) int function(void* jarg1) vtkModelMetadata_GetDimension; extern(C) void function(void* jarg1, int jarg2) vtkModelMetadata_SetNumberOfBlocks; extern(C) int function(void* jarg1) vtkModelMetadata_GetNumberOfBlocks; extern(C) void function(void* jarg1, void* jarg2) vtkModelMetadata_SetBlockIds; extern(C) void* function(void* jarg1) vtkModelMetadata_GetBlockIds; extern(C) void function(void* jarg1, void* jarg2) vtkModelMetadata_SetBlockElementType; extern(C) void* function(void* jarg1) vtkModelMetadata_GetBlockElementType; extern(C) int function(void* jarg1, void* jarg2) vtkModelMetadata_SetBlockNumberOfElements; extern(C) void* function(void* jarg1) vtkModelMetadata_GetBlockNumberOfElements; extern(C) void function(void* jarg1, void* jarg2) vtkModelMetadata_SetBlockNodesPerElement; extern(C) void* function(void* jarg1) vtkModelMetadata_GetBlockNodesPerElement; extern(C) void function(void* jarg1, void* jarg2) vtkModelMetadata_SetBlockElementIdList; extern(C) void* function(void* jarg1) vtkModelMetadata_GetBlockElementIdList; extern(C) int function(void* jarg1) vtkModelMetadata_GetSumElementsPerBlock; extern(C) void* function(void* jarg1) vtkModelMetadata_GetBlockElementIdListIndex; extern(C) int function(void* jarg1, void* jarg2) vtkModelMetadata_SetBlockNumberOfAttributesPerElement; extern(C) void* function(void* jarg1) vtkModelMetadata_GetBlockNumberOfAttributesPerElement; extern(C) void function(void* jarg1, void* jarg2) vtkModelMetadata_SetBlockAttributes; extern(C) void* function(void* jarg1) vtkModelMetadata_GetBlockAttributes; extern(C) int function(void* jarg1) vtkModelMetadata_GetSizeBlockAttributeArray; extern(C) void* function(void* jarg1) vtkModelMetadata_GetBlockAttributesIndex; extern(C) void function(void* jarg1, int jarg2) vtkModelMetadata_SetNumberOfNodeSets; extern(C) int function(void* jarg1) vtkModelMetadata_GetNumberOfNodeSets; extern(C) void function(void* jarg1, void* jarg2) vtkModelMetadata_SetNodeSetIds; extern(C) void* function(void* jarg1) vtkModelMetadata_GetNodeSetIds; extern(C) int function(void* jarg1, void* jarg2) vtkModelMetadata_SetNodeSetSize; extern(C) void* function(void* jarg1) vtkModelMetadata_GetNodeSetSize; extern(C) void function(void* jarg1, void* jarg2) vtkModelMetadata_SetNodeSetNodeIdList; extern(C) void* function(void* jarg1) vtkModelMetadata_GetNodeSetNodeIdList; extern(C) int function(void* jarg1, void* jarg2) vtkModelMetadata_SetNodeSetNumberOfDistributionFactors; extern(C) void* function(void* jarg1) vtkModelMetadata_GetNodeSetNumberOfDistributionFactors; extern(C) void function(void* jarg1, void* jarg2) vtkModelMetadata_SetNodeSetDistributionFactors; extern(C) void* function(void* jarg1) vtkModelMetadata_GetNodeSetDistributionFactors; extern(C) int function(void* jarg1) vtkModelMetadata_GetSumNodesPerNodeSet; extern(C) int function(void* jarg1) vtkModelMetadata_GetSumDistFactPerNodeSet; extern(C) void* function(void* jarg1) vtkModelMetadata_GetNodeSetNodeIdListIndex; extern(C) void* function(void* jarg1) vtkModelMetadata_GetNodeSetDistributionFactorIndex; extern(C) void function(void* jarg1, int jarg2) vtkModelMetadata_SetNumberOfSideSets; extern(C) int function(void* jarg1) vtkModelMetadata_GetNumberOfSideSets; extern(C) void function(void* jarg1, void* jarg2) vtkModelMetadata_SetSideSetIds; extern(C) void* function(void* jarg1) vtkModelMetadata_GetSideSetIds; extern(C) int function(void* jarg1, void* jarg2) vtkModelMetadata_SetSideSetSize; extern(C) void* function(void* jarg1) vtkModelMetadata_GetSideSetSize; extern(C) int function(void* jarg1, void* jarg2) vtkModelMetadata_SetSideSetNumberOfDistributionFactors; extern(C) void* function(void* jarg1) vtkModelMetadata_GetSideSetNumberOfDistributionFactors; extern(C) void function(void* jarg1, void* jarg2) vtkModelMetadata_SetSideSetElementList; extern(C) void* function(void* jarg1) vtkModelMetadata_GetSideSetElementList; extern(C) void function(void* jarg1, void* jarg2) vtkModelMetadata_SetSideSetSideList; extern(C) void* function(void* jarg1) vtkModelMetadata_GetSideSetSideList; extern(C) void function(void* jarg1, void* jarg2) vtkModelMetadata_SetSideSetNumDFPerSide; extern(C) void* function(void* jarg1) vtkModelMetadata_GetSideSetNumDFPerSide; extern(C) void function(void* jarg1, void* jarg2) vtkModelMetadata_SetSideSetDistributionFactors; extern(C) void* function(void* jarg1) vtkModelMetadata_GetSideSetDistributionFactors; extern(C) int function(void* jarg1) vtkModelMetadata_GetSumSidesPerSideSet; extern(C) int function(void* jarg1) vtkModelMetadata_GetSumDistFactPerSideSet; extern(C) void* function(void* jarg1) vtkModelMetadata_GetSideSetListIndex; extern(C) void* function(void* jarg1) vtkModelMetadata_GetSideSetDistributionFactorIndex; extern(C) int function(void* jarg1) vtkModelMetadata_GetNumberOfBlockProperties; extern(C) void function(void* jarg1, int jarg2, void* jarg3) vtkModelMetadata_SetBlockPropertyNames; extern(C) void* function(void* jarg1) vtkModelMetadata_GetBlockPropertyNames; extern(C) void function(void* jarg1, void* jarg2) vtkModelMetadata_SetBlockPropertyValue; extern(C) void* function(void* jarg1) vtkModelMetadata_GetBlockPropertyValue; extern(C) int function(void* jarg1) vtkModelMetadata_GetNumberOfNodeSetProperties; extern(C) void function(void* jarg1, int jarg2, void* jarg3) vtkModelMetadata_SetNodeSetPropertyNames; extern(C) void* function(void* jarg1) vtkModelMetadata_GetNodeSetPropertyNames; extern(C) void function(void* jarg1, void* jarg2) vtkModelMetadata_SetNodeSetPropertyValue; extern(C) void* function(void* jarg1) vtkModelMetadata_GetNodeSetPropertyValue; extern(C) int function(void* jarg1) vtkModelMetadata_GetNumberOfSideSetProperties; extern(C) void function(void* jarg1, int jarg2, void* jarg3) vtkModelMetadata_SetSideSetPropertyNames; extern(C) void* function(void* jarg1) vtkModelMetadata_GetSideSetPropertyNames; extern(C) void function(void* jarg1, void* jarg2) vtkModelMetadata_SetSideSetPropertyValue; extern(C) void* function(void* jarg1) vtkModelMetadata_GetSideSetPropertyValue; extern(C) int function(void* jarg1) vtkModelMetadata_GetNumberOfGlobalVariables; extern(C) void function(void* jarg1, int jarg2, void* jarg3) vtkModelMetadata_SetGlobalVariableNames; extern(C) void* function(void* jarg1) vtkModelMetadata_GetGlobalVariableNames; extern(C) void function(void* jarg1, void* jarg2) vtkModelMetadata_SetGlobalVariableValue; extern(C) void* function(void* jarg1) vtkModelMetadata_GetGlobalVariableValue; extern(C) void function(void* jarg1, int jarg2, void* jarg3, int jarg4, void* jarg5, void* jarg6, void* jarg7) vtkModelMetadata_SetElementVariableInfo; extern(C) void function(void* jarg1, int jarg2, void* jarg3, int jarg4, void* jarg5, void* jarg6, void* jarg7) vtkModelMetadata_SetNodeVariableInfo; extern(C) void function(void* jarg1, void* jarg2) vtkModelMetadata_SetElementVariableTruthTable; extern(C) void* function(void* jarg1) vtkModelMetadata_GetElementVariableTruthTable; extern(C) void function(void* jarg1, int jarg2) vtkModelMetadata_SetAllVariablesDefinedInAllBlocks; extern(C) void function(void* jarg1) vtkModelMetadata_AllVariablesDefinedInAllBlocksOn; extern(C) void function(void* jarg1) vtkModelMetadata_AllVariablesDefinedInAllBlocksOff; extern(C) int function(void* jarg1) vtkModelMetadata_GetAllVariablesDefinedInAllBlocks; extern(C) int function(void* jarg1, const(char)* jarg2, int jarg3) vtkModelMetadata_ElementVariableIsDefinedInBlock; extern(C) int function(void* jarg1) vtkModelMetadata_GetOriginalNumberOfElementVariables; extern(C) void* function(void* jarg1) vtkModelMetadata_GetOriginalElementVariableNames; extern(C) int function(void* jarg1) vtkModelMetadata_GetNumberOfElementVariables; extern(C) void* function(void* jarg1) vtkModelMetadata_GetElementVariableNames; extern(C) void* function(void* jarg1) vtkModelMetadata_GetElementVariableNumberOfComponents; extern(C) void* function(void* jarg1) vtkModelMetadata_GetMapToOriginalElementVariableNames; extern(C) int function(void* jarg1) vtkModelMetadata_GetOriginalNumberOfNodeVariables; extern(C) void* function(void* jarg1) vtkModelMetadata_GetOriginalNodeVariableNames; extern(C) int function(void* jarg1) vtkModelMetadata_GetNumberOfNodeVariables; extern(C) void* function(void* jarg1) vtkModelMetadata_GetNodeVariableNames; extern(C) void* function(void* jarg1) vtkModelMetadata_GetNodeVariableNumberOfComponents; extern(C) void* function(void* jarg1) vtkModelMetadata_GetMapToOriginalNodeVariableNames; extern(C) const(char)* function(void* jarg1, const(char)* jarg2, int jarg3) vtkModelMetadata_FindOriginalElementVariableName; extern(C) const(char)* function(void* jarg1, const(char)* jarg2, int jarg3) vtkModelMetadata_FindOriginalNodeVariableName; extern(C) int function(void* jarg1) vtkModelMetadata_HasMetadata; extern(C) void function(void* jarg1) vtkModelMetadata_RemoveMetadata; extern(C) void function(void* jarg1, void* jarg2) vtkModelMetadata_Pack; extern(C) int function(void* jarg1, void* jarg2, int jarg3) vtkModelMetadata_Unpack; extern(C) int function(void* jarg1, const(char)* jarg2, const(char)* jarg3, int jarg4) vtkModelMetadata_AddUGridElementVariable; extern(C) int function(void* jarg1, const(char)* jarg2) vtkModelMetadata_RemoveUGridElementVariable; extern(C) int function(void* jarg1, const(char)* jarg2, const(char)* jarg3, int jarg4) vtkModelMetadata_AddUGridNodeVariable; extern(C) int function(void* jarg1, const(char)* jarg2) vtkModelMetadata_RemoveUGridNodeVariable; extern(C) int function(void* jarg1, void* jarg2) vtkModelMetadata_MergeModelMetadata; extern(C) int function(void* jarg1, void* jarg2) vtkModelMetadata_MergeGlobalInformation; extern(C) void* function(void* jarg1, void* jarg2, void* jarg3) vtkModelMetadata_ExtractModelMetadata; extern(C) void* function(void* jarg1) vtkModelMetadata_ExtractGlobalMetadata; extern(C) void function(void* jarg1) vtkModelMetadata_FreeAllGlobalData; extern(C) void function(void* jarg1) vtkModelMetadata_FreeAllLocalData; extern(C) void function(void* jarg1) vtkModelMetadata_FreeBlockDependentData; extern(C) void function(void* jarg1) vtkModelMetadata_FreeOriginalElementVariableNames; extern(C) void function(void* jarg1) vtkModelMetadata_FreeOriginalNodeVariableNames; extern(C) void function(void* jarg1) vtkModelMetadata_FreeUsedElementVariableNames; extern(C) void function(void* jarg1) vtkModelMetadata_FreeUsedNodeVariableNames; extern(C) void function(void* jarg1) vtkModelMetadata_FreeUsedElementVariables; extern(C) void function(void* jarg1) vtkModelMetadata_FreeUsedNodeVariables; extern(C) void function(void* jarg1) vtkModelMetadata_Reset; extern(C) int function(void* jarg1, int jarg2) vtkModelMetadata_GetBlockLocalIndex; extern(C) void* function(void* objectRef) vtkModelMetadata_Upcast; extern(C) void* function() vtkCosmicTreeLayoutStrategy_New; extern(C) int function(const(char)* jarg1) vtkCosmicTreeLayoutStrategy_IsTypeOf; extern(C) void* function(void* jarg1) vtkCosmicTreeLayoutStrategy_SafeDownCast; extern(C) void* function(void* jarg1) vtkCosmicTreeLayoutStrategy_NewInstance; extern(C) void function(void* jarg1, int jarg2) vtkCosmicTreeLayoutStrategy_SetSizeLeafNodesOnly; extern(C) int function(void* jarg1) vtkCosmicTreeLayoutStrategy_GetSizeLeafNodesOnly; extern(C) void function(void* jarg1) vtkCosmicTreeLayoutStrategy_SizeLeafNodesOnlyOn; extern(C) void function(void* jarg1) vtkCosmicTreeLayoutStrategy_SizeLeafNodesOnlyOff; extern(C) void function(void* jarg1, int jarg2) vtkCosmicTreeLayoutStrategy_SetLayoutDepth; extern(C) int function(void* jarg1) vtkCosmicTreeLayoutStrategy_GetLayoutDepth; extern(C) void function(void* jarg1, long jarg2) vtkCosmicTreeLayoutStrategy_SetLayoutRoot; extern(C) long function(void* jarg1) vtkCosmicTreeLayoutStrategy_GetLayoutRoot; extern(C) void function(void* jarg1, const(char)* jarg2) vtkCosmicTreeLayoutStrategy_SetNodeSizeArrayName; extern(C) const(char)* function(void* jarg1) vtkCosmicTreeLayoutStrategy_GetNodeSizeArrayName; extern(C) void* function(void* objectRef) vtkCosmicTreeLayoutStrategy_Upcast; extern(C) void* function() vtkPassThroughEdgeStrategy_New; extern(C) int function(const(char)* jarg1) vtkPassThroughEdgeStrategy_IsTypeOf; extern(C) void* function(void* jarg1) vtkPassThroughEdgeStrategy_SafeDownCast; extern(C) void* function(void* jarg1) vtkPassThroughEdgeStrategy_NewInstance; extern(C) void* function(void* objectRef) vtkPassThroughEdgeStrategy_Upcast; extern(C) void* function() vtkClipConvexPolyData_New; extern(C) int function(const(char)* jarg1) vtkClipConvexPolyData_IsTypeOf; extern(C) void* function(void* jarg1) vtkClipConvexPolyData_SafeDownCast; extern(C) void* function(void* jarg1) vtkClipConvexPolyData_NewInstance; extern(C) void function(void* jarg1, void* jarg2) vtkClipConvexPolyData_SetPlanes; extern(C) void* function(void* jarg1) vtkClipConvexPolyData_GetPlanes; extern(C) void* function(void* objectRef) vtkClipConvexPolyData_Upcast; extern(C) int function(const(char)* jarg1) vtkCompositeCutter_IsTypeOf; extern(C) void* function(void* jarg1) vtkCompositeCutter_SafeDownCast; extern(C) void* function(void* jarg1) vtkCompositeCutter_NewInstance; extern(C) void* function() vtkCompositeCutter_New; extern(C) void* function(void* objectRef) vtkCompositeCutter_Upcast; extern(C) void* function() vtkAppendSelection_New; extern(C) int function(const(char)* jarg1) vtkAppendSelection_IsTypeOf; extern(C) void* function(void* jarg1) vtkAppendSelection_SafeDownCast; extern(C) void* function(void* jarg1) vtkAppendSelection_NewInstance; extern(C) void function(void* jarg1, int jarg2) vtkAppendSelection_SetUserManagedInputs; extern(C) int function(void* jarg1) vtkAppendSelection_GetUserManagedInputs; extern(C) void function(void* jarg1) vtkAppendSelection_UserManagedInputsOn; extern(C) void function(void* jarg1) vtkAppendSelection_UserManagedInputsOff; extern(C) void function(void* jarg1, void* jarg2) vtkAppendSelection_AddInputData; extern(C) void function(void* jarg1, void* jarg2) vtkAppendSelection_RemoveInputData; extern(C) void function(void* jarg1, int jarg2) vtkAppendSelection_SetNumberOfInputs; extern(C) void function(void* jarg1, int jarg2, void* jarg3) vtkAppendSelection_SetInputConnectionByNumber; extern(C) void function(void* jarg1, int jarg2) vtkAppendSelection_SetAppendByUnion; extern(C) int function(void* jarg1) vtkAppendSelection_GetAppendByUnion; extern(C) void function(void* jarg1) vtkAppendSelection_AppendByUnionOn; extern(C) void function(void* jarg1) vtkAppendSelection_AppendByUnionOff; extern(C) void* function(void* objectRef) vtkAppendSelection_Upcast; extern(C) void* function() vtkInformationIterator_New; extern(C) int function(const(char)* jarg1) vtkInformationIterator_IsTypeOf; extern(C) void* function(void* jarg1) vtkInformationIterator_SafeDownCast; extern(C) void* function(void* jarg1) vtkInformationIterator_NewInstance; extern(C) void function(void* jarg1, void* jarg2) vtkInformationIterator_SetInformation; extern(C) void* function(void* jarg1) vtkInformationIterator_GetInformation; extern(C) void function(void* jarg1, void* jarg2) vtkInformationIterator_SetInformationWeak; extern(C) void function(void* jarg1) vtkInformationIterator_InitTraversal; extern(C) void function(void* jarg1) vtkInformationIterator_GoToFirstItem; extern(C) void function(void* jarg1) vtkInformationIterator_GoToNextItem; extern(C) int function(void* jarg1) vtkInformationIterator_IsDoneWithTraversal; extern(C) void* function(void* jarg1) vtkInformationIterator_GetCurrentKey; extern(C) void* function(void* objectRef) vtkInformationIterator_Upcast; extern(C) int function(const(char)* jarg1) vtkPlotBar_IsTypeOf; extern(C) void* function(void* jarg1) vtkPlotBar_SafeDownCast; extern(C) void* function(void* jarg1) vtkPlotBar_NewInstance; extern(C) void* function() vtkPlotBar_New; extern(C) void function(void* jarg1, ubyte jarg2, ubyte jarg3, ubyte jarg4, ubyte jarg5) vtkPlotBar_SetColor__SWIG_0; extern(C) void function(void* jarg1, double jarg2, double jarg3, double jarg4) vtkPlotBar_SetColor__SWIG_1; extern(C) void function(void* jarg1, float jarg2) vtkPlotBar_SetOffset; extern(C) float function(void* jarg1) vtkPlotBar_GetOffset; extern(C) void function(void* jarg1, int jarg2) vtkPlotBar_SetOrientation; extern(C) int function(void* jarg1) vtkPlotBar_GetOrientation; extern(C) void function(void* jarg1, void* jarg2, uint jarg3) vtkPlotBar_GetBounds__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkPlotBar_GetBounds__SWIG_1; extern(C) void function(void* jarg1, void* jarg2) vtkPlotBar_SetColorSeries; extern(C) void* function(void* jarg1) vtkPlotBar_GetColorSeries; extern(C) void function(void* jarg1, void* jarg2) vtkPlotBar_SetGroupName; extern(C) void* function(void* jarg1) vtkPlotBar_GetGroupName; extern(C) void* function(void* jarg1, void* jarg2, long jarg3, long jarg4) vtkPlotBar_GetTooltipLabel; extern(C) uint function(void* jarg1, void* jarg2, void* jarg3) vtkPlotBar_SelectPoints; extern(C) void* function() new_vtkPlotBar; extern(C) void function(void* jarg1) delete_vtkPlotBar; extern(C) void* function(void* objectRef) vtkPlotBar_Upcast; extern(C) void* function() vtkMultiTimeStepAlgorithm_New; extern(C) int function(const(char)* jarg1) vtkMultiTimeStepAlgorithm_IsTypeOf; extern(C) void* function(void* jarg1) vtkMultiTimeStepAlgorithm_SafeDownCast; extern(C) void* function(void* jarg1) vtkMultiTimeStepAlgorithm_NewInstance; extern(C) void* function(void* objectRef) vtkMultiTimeStepAlgorithm_Upcast; extern(C) void* function() vtkEnSightGoldBinaryReader_New; extern(C) int function(const(char)* jarg1) vtkEnSightGoldBinaryReader_IsTypeOf; extern(C) void* function(void* jarg1) vtkEnSightGoldBinaryReader_SafeDownCast; extern(C) void* function(void* jarg1) vtkEnSightGoldBinaryReader_NewInstance; extern(C) void* function(void* objectRef) vtkEnSightGoldBinaryReader_Upcast; extern(C) void* function() vtkImageEllipsoidSource_New; extern(C) int function(const(char)* jarg1) vtkImageEllipsoidSource_IsTypeOf; extern(C) void* function(void* jarg1) vtkImageEllipsoidSource_SafeDownCast; extern(C) void* function(void* jarg1) vtkImageEllipsoidSource_NewInstance; extern(C) void function(void* jarg1, void* jarg2) vtkImageEllipsoidSource_SetWholeExtent__SWIG_0; extern(C) void function(void* jarg1, int jarg2, int jarg3, int jarg4, int jarg5, int jarg6, int jarg7) vtkImageEllipsoidSource_SetWholeExtent__SWIG_1; extern(C) void function(void* jarg1, void* jarg2) vtkImageEllipsoidSource_GetWholeExtent__SWIG_0; extern(C) void* function(void* jarg1) vtkImageEllipsoidSource_GetWholeExtent__SWIG_1; extern(C) void function(void* jarg1, double jarg2, double jarg3, double jarg4) vtkImageEllipsoidSource_SetCenter__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkImageEllipsoidSource_SetCenter__SWIG_1; extern(C) void* function(void* jarg1) vtkImageEllipsoidSource_GetCenter__SWIG_0; extern(C) void function(void* jarg1, void* jarg2, void* jarg3, void* jarg4) vtkImageEllipsoidSource_GetCenter__SWIG_1; extern(C) void function(void* jarg1, void* jarg2) vtkImageEllipsoidSource_GetCenter__SWIG_2; extern(C) void function(void* jarg1, double jarg2, double jarg3, double jarg4) vtkImageEllipsoidSource_SetRadius__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkImageEllipsoidSource_SetRadius__SWIG_1; extern(C) void* function(void* jarg1) vtkImageEllipsoidSource_GetRadius__SWIG_0; extern(C) void function(void* jarg1, void* jarg2, void* jarg3, void* jarg4) vtkImageEllipsoidSource_GetRadius__SWIG_1; extern(C) void function(void* jarg1, void* jarg2) vtkImageEllipsoidSource_GetRadius__SWIG_2; extern(C) void function(void* jarg1, double jarg2) vtkImageEllipsoidSource_SetInValue; extern(C) double function(void* jarg1) vtkImageEllipsoidSource_GetInValue; extern(C) void function(void* jarg1, double jarg2) vtkImageEllipsoidSource_SetOutValue; extern(C) double function(void* jarg1) vtkImageEllipsoidSource_GetOutValue; extern(C) void function(void* jarg1, int jarg2) vtkImageEllipsoidSource_SetOutputScalarType; extern(C) int function(void* jarg1) vtkImageEllipsoidSource_GetOutputScalarType; extern(C) void function(void* jarg1) vtkImageEllipsoidSource_SetOutputScalarTypeToFloat; extern(C) void function(void* jarg1) vtkImageEllipsoidSource_SetOutputScalarTypeToDouble; extern(C) void function(void* jarg1) vtkImageEllipsoidSource_SetOutputScalarTypeToLong; extern(C) void function(void* jarg1) vtkImageEllipsoidSource_SetOutputScalarTypeToUnsignedLong; extern(C) void function(void* jarg1) vtkImageEllipsoidSource_SetOutputScalarTypeToInt; extern(C) void function(void* jarg1) vtkImageEllipsoidSource_SetOutputScalarTypeToUnsignedInt; extern(C) void function(void* jarg1) vtkImageEllipsoidSource_SetOutputScalarTypeToShort; extern(C) void function(void* jarg1) vtkImageEllipsoidSource_SetOutputScalarTypeToUnsignedShort; extern(C) void function(void* jarg1) vtkImageEllipsoidSource_SetOutputScalarTypeToChar; extern(C) void function(void* jarg1) vtkImageEllipsoidSource_SetOutputScalarTypeToUnsignedChar; extern(C) void* function(void* objectRef) vtkImageEllipsoidSource_Upcast; extern(C) int function(const(char)* jarg1) vtkSampleFunction_IsTypeOf; extern(C) void* function(void* jarg1) vtkSampleFunction_SafeDownCast; extern(C) void* function(void* jarg1) vtkSampleFunction_NewInstance; extern(C) void* function() vtkSampleFunction_New; extern(C) void function(void* jarg1, void* jarg2) vtkSampleFunction_SetImplicitFunction; extern(C) void* function(void* jarg1) vtkSampleFunction_GetImplicitFunction; extern(C) void function(void* jarg1, int jarg2) vtkSampleFunction_SetOutputScalarType; extern(C) int function(void* jarg1) vtkSampleFunction_GetOutputScalarType; extern(C) void function(void* jarg1) vtkSampleFunction_SetOutputScalarTypeToDouble; extern(C) void function(void* jarg1) vtkSampleFunction_SetOutputScalarTypeToFloat; extern(C) void function(void* jarg1) vtkSampleFunction_SetOutputScalarTypeToLong; extern(C) void function(void* jarg1) vtkSampleFunction_SetOutputScalarTypeToUnsignedLong; extern(C) void function(void* jarg1) vtkSampleFunction_SetOutputScalarTypeToInt; extern(C) void function(void* jarg1) vtkSampleFunction_SetOutputScalarTypeToUnsignedInt; extern(C) void function(void* jarg1) vtkSampleFunction_SetOutputScalarTypeToShort; extern(C) void function(void* jarg1) vtkSampleFunction_SetOutputScalarTypeToUnsignedShort; extern(C) void function(void* jarg1) vtkSampleFunction_SetOutputScalarTypeToChar; extern(C) void function(void* jarg1) vtkSampleFunction_SetOutputScalarTypeToUnsignedChar; extern(C) void function(void* jarg1, void* jarg2) vtkSampleFunction_SetScalars; extern(C) void function(void* jarg1, int jarg2, int jarg3, int jarg4) vtkSampleFunction_SetSampleDimensions__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkSampleFunction_SetSampleDimensions__SWIG_1; extern(C) void* function(void* jarg1) vtkSampleFunction_GetSampleDimensions__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkSampleFunction_GetSampleDimensions__SWIG_1; extern(C) void function(void* jarg1, void* jarg2) vtkSampleFunction_SetModelBounds__SWIG_0; extern(C) void function(void* jarg1, double jarg2, double jarg3, double jarg4, double jarg5, double jarg6, double jarg7) vtkSampleFunction_SetModelBounds__SWIG_1; extern(C) void* function(void* jarg1) vtkSampleFunction_GetModelBounds__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkSampleFunction_GetModelBounds__SWIG_1; extern(C) void function(void* jarg1, int jarg2) vtkSampleFunction_SetCapping; extern(C) int function(void* jarg1) vtkSampleFunction_GetCapping; extern(C) void function(void* jarg1) vtkSampleFunction_CappingOn; extern(C) void function(void* jarg1) vtkSampleFunction_CappingOff; extern(C) void function(void* jarg1, double jarg2) vtkSampleFunction_SetCapValue; extern(C) double function(void* jarg1) vtkSampleFunction_GetCapValue; extern(C) void function(void* jarg1, int jarg2) vtkSampleFunction_SetComputeNormals; extern(C) int function(void* jarg1) vtkSampleFunction_GetComputeNormals; extern(C) void function(void* jarg1) vtkSampleFunction_ComputeNormalsOn; extern(C) void function(void* jarg1) vtkSampleFunction_ComputeNormalsOff; extern(C) void function(void* jarg1, const(char)* jarg2) vtkSampleFunction_SetScalarArrayName; extern(C) const(char)* function(void* jarg1) vtkSampleFunction_GetScalarArrayName; extern(C) void function(void* jarg1, const(char)* jarg2) vtkSampleFunction_SetNormalArrayName; extern(C) const(char)* function(void* jarg1) vtkSampleFunction_GetNormalArrayName; extern(C) void* function(void* objectRef) vtkSampleFunction_Upcast; extern(C) int function(const(char)* jarg1) vtkAreaLayoutStrategy_IsTypeOf; extern(C) void* function(void* jarg1) vtkAreaLayoutStrategy_SafeDownCast; extern(C) void* function(void* jarg1) vtkAreaLayoutStrategy_NewInstance; extern(C) void function(void* jarg1, void* jarg2, void* jarg3, void* jarg4) vtkAreaLayoutStrategy_Layout; extern(C) void function(void* jarg1, void* jarg2, void* jarg3, void* jarg4, void* jarg5) vtkAreaLayoutStrategy_LayoutEdgePoints; extern(C) long function(void* jarg1, void* jarg2, void* jarg3, void* jarg4) vtkAreaLayoutStrategy_FindVertex; extern(C) void function(void* jarg1, double jarg2) vtkAreaLayoutStrategy_SetShrinkPercentage; extern(C) double function(void* jarg1) vtkAreaLayoutStrategy_GetShrinkPercentageMinValue; extern(C) double function(void* jarg1) vtkAreaLayoutStrategy_GetShrinkPercentageMaxValue; extern(C) double function(void* jarg1) vtkAreaLayoutStrategy_GetShrinkPercentage; extern(C) void* function(void* objectRef) vtkAreaLayoutStrategy_Upcast; extern(C) int function(const(char)* jarg1) vtkTreeMapLayoutStrategy_IsTypeOf; extern(C) void* function(void* jarg1) vtkTreeMapLayoutStrategy_SafeDownCast; extern(C) void* function(void* jarg1) vtkTreeMapLayoutStrategy_NewInstance; extern(C) void* function(void* objectRef) vtkTreeMapLayoutStrategy_Upcast; extern(C) int function(const(char)* jarg1) vtkTextSource_IsTypeOf; extern(C) void* function(void* jarg1) vtkTextSource_SafeDownCast; extern(C) void* function(void* jarg1) vtkTextSource_NewInstance; extern(C) void* function() vtkTextSource_New; extern(C) void function(void* jarg1, const(char)* jarg2) vtkTextSource_SetText; extern(C) const(char)* function(void* jarg1) vtkTextSource_GetText; extern(C) void function(void* jarg1, int jarg2) vtkTextSource_SetBacking; extern(C) int function(void* jarg1) vtkTextSource_GetBacking; extern(C) void function(void* jarg1) vtkTextSource_BackingOn; extern(C) void function(void* jarg1) vtkTextSource_BackingOff; extern(C) void function(void* jarg1, double jarg2, double jarg3, double jarg4) vtkTextSource_SetForegroundColor__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkTextSource_SetForegroundColor__SWIG_1; extern(C) void* function(void* jarg1) vtkTextSource_GetForegroundColor__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkTextSource_GetForegroundColor__SWIG_1; extern(C) void function(void* jarg1, double jarg2, double jarg3, double jarg4) vtkTextSource_SetBackgroundColor__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkTextSource_SetBackgroundColor__SWIG_1; extern(C) void* function(void* jarg1) vtkTextSource_GetBackgroundColor__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkTextSource_GetBackgroundColor__SWIG_1; extern(C) void* function(void* objectRef) vtkTextSource_Upcast; extern(C) int function(const(char)* jarg1) vtkDecimatePolylineFilter_IsTypeOf; extern(C) void* function(void* jarg1) vtkDecimatePolylineFilter_SafeDownCast; extern(C) void* function(void* jarg1) vtkDecimatePolylineFilter_NewInstance; extern(C) void* function() vtkDecimatePolylineFilter_New; extern(C) void function(void* jarg1, double jarg2) vtkDecimatePolylineFilter_SetTargetReduction; extern(C) double function(void* jarg1) vtkDecimatePolylineFilter_GetTargetReductionMinValue; extern(C) double function(void* jarg1) vtkDecimatePolylineFilter_GetTargetReductionMaxValue; extern(C) double function(void* jarg1) vtkDecimatePolylineFilter_GetTargetReduction; extern(C) void* function(void* objectRef) vtkDecimatePolylineFilter_Upcast; extern(C) void* function() vtkImplicitSum_New; extern(C) int function(const(char)* jarg1) vtkImplicitSum_IsTypeOf; extern(C) void* function(void* jarg1) vtkImplicitSum_SafeDownCast; extern(C) void* function(void* jarg1) vtkImplicitSum_NewInstance; extern(C) double function(void* jarg1, void* jarg2) vtkImplicitSum_EvaluateFunction__SWIG_0; extern(C) double function(void* jarg1, double jarg2, double jarg3, double jarg4) vtkImplicitSum_EvaluateFunction__SWIG_1; extern(C) void function(void* jarg1, void* jarg2, double jarg3) vtkImplicitSum_AddFunction__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkImplicitSum_AddFunction__SWIG_1; extern(C) void function(void* jarg1) vtkImplicitSum_RemoveAllFunctions; extern(C) void function(void* jarg1, void* jarg2, double jarg3) vtkImplicitSum_SetFunctionWeight; extern(C) void function(void* jarg1, int jarg2) vtkImplicitSum_SetNormalizeByWeight; extern(C) int function(void* jarg1) vtkImplicitSum_GetNormalizeByWeight; extern(C) void function(void* jarg1) vtkImplicitSum_NormalizeByWeightOn; extern(C) void function(void* jarg1) vtkImplicitSum_NormalizeByWeightOff; extern(C) void* function(void* objectRef) vtkImplicitSum_Upcast; extern(C) int function(const(char)* jarg1) vtkCellArray_IsTypeOf; extern(C) void* function(void* jarg1) vtkCellArray_SafeDownCast; extern(C) void* function(void* jarg1) vtkCellArray_NewInstance; extern(C) void* function() vtkCellArray_New; extern(C) int function(void* jarg1, long jarg2, int jarg3) vtkCellArray_Allocate__SWIG_0; extern(C) int function(void* jarg1, long jarg2) vtkCellArray_Allocate__SWIG_1; extern(C) void function(void* jarg1) vtkCellArray_Initialize; extern(C) long function(void* jarg1) vtkCellArray_GetNumberOfCells; extern(C) void function(void* jarg1, long jarg2) vtkCellArray_SetNumberOfCells; extern(C) long function(void* jarg1, long jarg2, int jarg3) vtkCellArray_EstimateSize; extern(C) void function(void* jarg1) vtkCellArray_InitTraversal; extern(C) int function(void* jarg1, void* jarg2, void* jarg3) vtkCellArray_GetNextCell__SWIG_0; extern(C) int function(void* jarg1, void* jarg2) vtkCellArray_GetNextCell__SWIG_1; extern(C) long function(void* jarg1) vtkCellArray_GetSize; extern(C) long function(void* jarg1) vtkCellArray_GetNumberOfConnectivityEntries; extern(C) void function(void* jarg1, long jarg2, void* jarg3, void* jarg4) vtkCellArray_GetCell__SWIG_0; extern(C) void function(void* jarg1, long jarg2, void* jarg3) vtkCellArray_GetCell__SWIG_1; extern(C) long function(void* jarg1, void* jarg2) vtkCellArray_InsertNextCell__SWIG_0; extern(C) long function(void* jarg1, long jarg2, void* jarg3) vtkCellArray_InsertNextCell__SWIG_1; extern(C) long function(void* jarg1, void* jarg2) vtkCellArray_InsertNextCell__SWIG_2; extern(C) long function(void* jarg1, int jarg2) vtkCellArray_InsertNextCell__SWIG_3; extern(C) void function(void* jarg1, long jarg2) vtkCellArray_InsertCellPoint; extern(C) void function(void* jarg1, int jarg2) vtkCellArray_UpdateCellCount; extern(C) long function(void* jarg1, int jarg2) vtkCellArray_GetInsertLocation; extern(C) long function(void* jarg1) vtkCellArray_GetTraversalLocation__SWIG_0; extern(C) void function(void* jarg1, long jarg2) vtkCellArray_SetTraversalLocation; extern(C) long function(void* jarg1, long jarg2) vtkCellArray_GetTraversalLocation__SWIG_1; extern(C) void function(void* jarg1, long jarg2) vtkCellArray_ReverseCell; extern(C) void function(void* jarg1, long jarg2, int jarg3, void* jarg4) vtkCellArray_ReplaceCell; extern(C) int function(void* jarg1) vtkCellArray_GetMaxCellSize; extern(C) void* function(void* jarg1) vtkCellArray_GetPointer; extern(C) void* function(void* jarg1, long jarg2, long jarg3) vtkCellArray_WritePointer; extern(C) void function(void* jarg1, long jarg2, void* jarg3) vtkCellArray_SetCells; extern(C) void function(void* jarg1, void* jarg2) vtkCellArray_DeepCopy; extern(C) void* function(void* jarg1) vtkCellArray_GetData; extern(C) void function(void* jarg1) vtkCellArray_Reset; extern(C) void function(void* jarg1) vtkCellArray_Squeeze; extern(C) core.stdc.config.c_ulong function(void* jarg1) vtkCellArray_GetActualMemorySize; extern(C) void* function(void* objectRef) vtkCellArray_Upcast; extern(C) void* function() vtkForceDirectedLayoutStrategy_New; extern(C) int function(const(char)* jarg1) vtkForceDirectedLayoutStrategy_IsTypeOf; extern(C) void* function(void* jarg1) vtkForceDirectedLayoutStrategy_SafeDownCast; extern(C) void* function(void* jarg1) vtkForceDirectedLayoutStrategy_NewInstance; extern(C) void function(void* jarg1, int jarg2) vtkForceDirectedLayoutStrategy_SetRandomSeed; extern(C) int function(void* jarg1) vtkForceDirectedLayoutStrategy_GetRandomSeedMinValue; extern(C) int function(void* jarg1) vtkForceDirectedLayoutStrategy_GetRandomSeedMaxValue; extern(C) int function(void* jarg1) vtkForceDirectedLayoutStrategy_GetRandomSeed; extern(C) void function(void* jarg1, double jarg2, double jarg3, double jarg4, double jarg5, double jarg6, double jarg7) vtkForceDirectedLayoutStrategy_SetGraphBounds__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkForceDirectedLayoutStrategy_SetGraphBounds__SWIG_1; extern(C) void* function(void* jarg1) vtkForceDirectedLayoutStrategy_GetGraphBounds__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkForceDirectedLayoutStrategy_GetGraphBounds__SWIG_1; extern(C) void function(void* jarg1, int jarg2) vtkForceDirectedLayoutStrategy_SetAutomaticBoundsComputation; extern(C) int function(void* jarg1) vtkForceDirectedLayoutStrategy_GetAutomaticBoundsComputation; extern(C) void function(void* jarg1) vtkForceDirectedLayoutStrategy_AutomaticBoundsComputationOn; extern(C) void function(void* jarg1) vtkForceDirectedLayoutStrategy_AutomaticBoundsComputationOff; extern(C) void function(void* jarg1, int jarg2) vtkForceDirectedLayoutStrategy_SetMaxNumberOfIterations; extern(C) int function(void* jarg1) vtkForceDirectedLayoutStrategy_GetMaxNumberOfIterationsMinValue; extern(C) int function(void* jarg1) vtkForceDirectedLayoutStrategy_GetMaxNumberOfIterationsMaxValue; extern(C) int function(void* jarg1) vtkForceDirectedLayoutStrategy_GetMaxNumberOfIterations; extern(C) void function(void* jarg1, int jarg2) vtkForceDirectedLayoutStrategy_SetIterationsPerLayout; extern(C) int function(void* jarg1) vtkForceDirectedLayoutStrategy_GetIterationsPerLayoutMinValue; extern(C) int function(void* jarg1) vtkForceDirectedLayoutStrategy_GetIterationsPerLayoutMaxValue; extern(C) int function(void* jarg1) vtkForceDirectedLayoutStrategy_GetIterationsPerLayout; extern(C) void function(void* jarg1, double jarg2) vtkForceDirectedLayoutStrategy_SetCoolDownRate; extern(C) double function(void* jarg1) vtkForceDirectedLayoutStrategy_GetCoolDownRateMinValue; extern(C) double function(void* jarg1) vtkForceDirectedLayoutStrategy_GetCoolDownRateMaxValue; extern(C) double function(void* jarg1) vtkForceDirectedLayoutStrategy_GetCoolDownRate; extern(C) void function(void* jarg1, int jarg2) vtkForceDirectedLayoutStrategy_SetThreeDimensionalLayout; extern(C) int function(void* jarg1) vtkForceDirectedLayoutStrategy_GetThreeDimensionalLayout; extern(C) void function(void* jarg1) vtkForceDirectedLayoutStrategy_ThreeDimensionalLayoutOn; extern(C) void function(void* jarg1) vtkForceDirectedLayoutStrategy_ThreeDimensionalLayoutOff; extern(C) void function(void* jarg1, int jarg2) vtkForceDirectedLayoutStrategy_SetRandomInitialPoints; extern(C) int function(void* jarg1) vtkForceDirectedLayoutStrategy_GetRandomInitialPoints; extern(C) void function(void* jarg1) vtkForceDirectedLayoutStrategy_RandomInitialPointsOn; extern(C) void function(void* jarg1) vtkForceDirectedLayoutStrategy_RandomInitialPointsOff; extern(C) void function(void* jarg1, float jarg2) vtkForceDirectedLayoutStrategy_SetInitialTemperature; extern(C) float function(void* jarg1) vtkForceDirectedLayoutStrategy_GetInitialTemperatureMinValue; extern(C) float function(void* jarg1) vtkForceDirectedLayoutStrategy_GetInitialTemperatureMaxValue; extern(C) float function(void* jarg1) vtkForceDirectedLayoutStrategy_GetInitialTemperature; extern(C) void* function(void* objectRef) vtkForceDirectedLayoutStrategy_Upcast; extern(C) void* function() vtkRectilinearGridPartitioner_New; extern(C) int function(const(char)* jarg1) vtkRectilinearGridPartitioner_IsTypeOf; extern(C) void* function(void* jarg1) vtkRectilinearGridPartitioner_SafeDownCast; extern(C) void* function(void* jarg1) vtkRectilinearGridPartitioner_NewInstance; extern(C) int function(void* jarg1) vtkRectilinearGridPartitioner_GetNumberOfPartitions; extern(C) void function(void* jarg1, int jarg2) vtkRectilinearGridPartitioner_SetNumberOfPartitions; extern(C) int function(void* jarg1) vtkRectilinearGridPartitioner_GetNumberOfGhostLayers; extern(C) void function(void* jarg1, int jarg2) vtkRectilinearGridPartitioner_SetNumberOfGhostLayers; extern(C) void* function(void* objectRef) vtkRectilinearGridPartitioner_Upcast; extern(C) void* function() vtkWeightedTransformFilter_New; extern(C) int function(const(char)* jarg1) vtkWeightedTransformFilter_IsTypeOf; extern(C) void* function(void* jarg1) vtkWeightedTransformFilter_SafeDownCast; extern(C) void* function(void* jarg1) vtkWeightedTransformFilter_NewInstance; extern(C) void function(void* jarg1, const(char)* jarg2) vtkWeightedTransformFilter_SetWeightArray; extern(C) const(char)* function(void* jarg1) vtkWeightedTransformFilter_GetWeightArray; extern(C) void function(void* jarg1, const(char)* jarg2) vtkWeightedTransformFilter_SetTransformIndexArray; extern(C) const(char)* function(void* jarg1) vtkWeightedTransformFilter_GetTransformIndexArray; extern(C) void function(void* jarg1, const(char)* jarg2) vtkWeightedTransformFilter_SetCellDataWeightArray; extern(C) const(char)* function(void* jarg1) vtkWeightedTransformFilter_GetCellDataWeightArray; extern(C) void function(void* jarg1, const(char)* jarg2) vtkWeightedTransformFilter_SetCellDataTransformIndexArray; extern(C) const(char)* function(void* jarg1) vtkWeightedTransformFilter_GetCellDataTransformIndexArray; extern(C) void function(void* jarg1, void* jarg2, int jarg3) vtkWeightedTransformFilter_SetTransform; extern(C) void* function(void* jarg1, int jarg2) vtkWeightedTransformFilter_GetTransform; extern(C) void function(void* jarg1, int jarg2) vtkWeightedTransformFilter_SetNumberOfTransforms; extern(C) int function(void* jarg1) vtkWeightedTransformFilter_GetNumberOfTransforms; extern(C) void function(void* jarg1) vtkWeightedTransformFilter_AddInputValuesOn; extern(C) void function(void* jarg1) vtkWeightedTransformFilter_AddInputValuesOff; extern(C) void function(void* jarg1, int jarg2) vtkWeightedTransformFilter_SetAddInputValues; extern(C) int function(void* jarg1) vtkWeightedTransformFilter_GetAddInputValues; extern(C) void* function(void* objectRef) vtkWeightedTransformFilter_Upcast; extern(C) void* function() vtkSquarifyLayoutStrategy_New; extern(C) int function(const(char)* jarg1) vtkSquarifyLayoutStrategy_IsTypeOf; extern(C) void* function(void* jarg1) vtkSquarifyLayoutStrategy_SafeDownCast; extern(C) void* function(void* jarg1) vtkSquarifyLayoutStrategy_NewInstance; extern(C) void* function(void* objectRef) vtkSquarifyLayoutStrategy_Upcast; extern(C) void* function() vtkSliceCubes_New; extern(C) int function(const(char)* jarg1) vtkSliceCubes_IsTypeOf; extern(C) void* function(void* jarg1) vtkSliceCubes_SafeDownCast; extern(C) void* function(void* jarg1) vtkSliceCubes_NewInstance; extern(C) void function(void* jarg1) vtkSliceCubes_Write; extern(C) void function(void* jarg1) vtkSliceCubes_Update; extern(C) void function(void* jarg1, void* jarg2) vtkSliceCubes_SetReader; extern(C) void* function(void* jarg1) vtkSliceCubes_GetReader; extern(C) void function(void* jarg1, const(char)* jarg2) vtkSliceCubes_SetFileName; extern(C) const(char)* function(void* jarg1) vtkSliceCubes_GetFileName; extern(C) void function(void* jarg1, double jarg2) vtkSliceCubes_SetValue; extern(C) double function(void* jarg1) vtkSliceCubes_GetValue; extern(C) void function(void* jarg1, const(char)* jarg2) vtkSliceCubes_SetLimitsFileName; extern(C) const(char)* function(void* jarg1) vtkSliceCubes_GetLimitsFileName; extern(C) void* function(void* objectRef) vtkSliceCubes_Upcast; extern(C) void* function() vtkLookupTableItem_New; extern(C) int function(const(char)* jarg1) vtkLookupTableItem_IsTypeOf; extern(C) void* function(void* jarg1) vtkLookupTableItem_SafeDownCast; extern(C) void* function(void* jarg1) vtkLookupTableItem_NewInstance; extern(C) void function(void* jarg1, void* jarg2) vtkLookupTableItem_SetLookupTable; extern(C) void* function(void* jarg1) vtkLookupTableItem_GetLookupTable; extern(C) void* function(void* objectRef) vtkLookupTableItem_Upcast; extern(C) int function(const(char)* jarg1) vtkStreamerBase_IsTypeOf; extern(C) void* function(void* jarg1) vtkStreamerBase_SafeDownCast; extern(C) void* function(void* jarg1) vtkStreamerBase_NewInstance; extern(C) void* function(void* objectRef) vtkStreamerBase_Upcast; extern(C) void* function() vtkPolyDataStreamer_New; extern(C) int function(const(char)* jarg1) vtkPolyDataStreamer_IsTypeOf; extern(C) void* function(void* jarg1) vtkPolyDataStreamer_SafeDownCast; extern(C) void* function(void* jarg1) vtkPolyDataStreamer_NewInstance; extern(C) void function(void* jarg1, int jarg2) vtkPolyDataStreamer_SetNumberOfStreamDivisions; extern(C) int function(void* jarg1) vtkPolyDataStreamer_GetNumberOfStreamDivisions; extern(C) void function(void* jarg1, int jarg2) vtkPolyDataStreamer_SetColorByPiece; extern(C) int function(void* jarg1) vtkPolyDataStreamer_GetColorByPiece; extern(C) void function(void* jarg1) vtkPolyDataStreamer_ColorByPieceOn; extern(C) void function(void* jarg1) vtkPolyDataStreamer_ColorByPieceOff; extern(C) void* function(void* objectRef) vtkPolyDataStreamer_Upcast; extern(C) int function() VTK_COLOR_BY_INPUT_get; extern(C) int function() VTK_COLOR_BY_SOURCE_get; extern(C) int function(const(char)* jarg1) vtkProgrammableGlyphFilter_IsTypeOf; extern(C) void* function(void* jarg1) vtkProgrammableGlyphFilter_SafeDownCast; extern(C) void* function(void* jarg1) vtkProgrammableGlyphFilter_NewInstance; extern(C) void* function() vtkProgrammableGlyphFilter_New; extern(C) void function(void* jarg1, void* jarg2) vtkProgrammableGlyphFilter_SetSourceConnection; extern(C) void function(void* jarg1, void* jarg2) vtkProgrammableGlyphFilter_SetSourceData; extern(C) void* function(void* jarg1) vtkProgrammableGlyphFilter_GetSource; extern(C) void function(void* jarg1, void* jarg2, void* jarg3) vtkProgrammableGlyphFilter_SetGlyphMethod; extern(C) void function(void* jarg1, void* jarg2) vtkProgrammableGlyphFilter_SetGlyphMethodArgDelete; extern(C) long function(void* jarg1) vtkProgrammableGlyphFilter_GetPointId; extern(C) void* function(void* jarg1) vtkProgrammableGlyphFilter_GetPoint__SWIG_0; extern(C) void function(void* jarg1, void* jarg2, void* jarg3, void* jarg4) vtkProgrammableGlyphFilter_GetPoint__SWIG_1; extern(C) void function(void* jarg1, void* jarg2) vtkProgrammableGlyphFilter_GetPoint__SWIG_2; extern(C) void* function(void* jarg1) vtkProgrammableGlyphFilter_GetPointData; extern(C) void function(void* jarg1, int jarg2) vtkProgrammableGlyphFilter_SetColorMode; extern(C) int function(void* jarg1) vtkProgrammableGlyphFilter_GetColorMode; extern(C) void function(void* jarg1) vtkProgrammableGlyphFilter_SetColorModeToColorByInput; extern(C) void function(void* jarg1) vtkProgrammableGlyphFilter_SetColorModeToColorBySource; extern(C) const(char)* function(void* jarg1) vtkProgrammableGlyphFilter_GetColorModeAsString; extern(C) void* function(void* objectRef) vtkProgrammableGlyphFilter_Upcast; extern(C) int function(const(char)* jarg1) vtkXMLPStructuredDataWriter_IsTypeOf; extern(C) void* function(void* jarg1) vtkXMLPStructuredDataWriter_SafeDownCast; extern(C) void* function(void* jarg1) vtkXMLPStructuredDataWriter_NewInstance; extern(C) void* function(void* objectRef) vtkXMLPStructuredDataWriter_Upcast; extern(C) void* function() vtkXMLPStructuredGridWriter_New; extern(C) int function(const(char)* jarg1) vtkXMLPStructuredGridWriter_IsTypeOf; extern(C) void* function(void* jarg1) vtkXMLPStructuredGridWriter_SafeDownCast; extern(C) void* function(void* jarg1) vtkXMLPStructuredGridWriter_NewInstance; extern(C) void* function(void* objectRef) vtkXMLPStructuredGridWriter_Upcast; extern(C) int function(const(char)* jarg1) vtkInformationInformationVectorKey_IsTypeOf; extern(C) void* function(void* jarg1) vtkInformationInformationVectorKey_SafeDownCast; extern(C) void* function(void* jarg1) vtkInformationInformationVectorKey_NewInstance; extern(C) void* function(const(char)* jarg1, const(char)* jarg2) new_vtkInformationInformationVectorKey; extern(C) void function(void* jarg1) delete_vtkInformationInformationVectorKey; extern(C) void function(void* jarg1, void* jarg2, void* jarg3) vtkInformationInformationVectorKey_Set; extern(C) void* function(void* jarg1, void* jarg2) vtkInformationInformationVectorKey_Get; extern(C) void* function(void* objectRef) vtkInformationInformationVectorKey_Upcast; extern(C) void* function() vtkClipClosedSurface_New; extern(C) int function(const(char)* jarg1) vtkClipClosedSurface_IsTypeOf; extern(C) void* function(void* jarg1) vtkClipClosedSurface_SafeDownCast; extern(C) void* function(void* jarg1) vtkClipClosedSurface_NewInstance; extern(C) void function(void* jarg1, void* jarg2) vtkClipClosedSurface_SetClippingPlanes; extern(C) void* function(void* jarg1) vtkClipClosedSurface_GetClippingPlanes; extern(C) void function(void* jarg1, double jarg2) vtkClipClosedSurface_SetTolerance; extern(C) double function(void* jarg1) vtkClipClosedSurface_GetTolerance; extern(C) void function(void* jarg1, int jarg2) vtkClipClosedSurface_SetPassPointData; extern(C) void function(void* jarg1) vtkClipClosedSurface_PassPointDataOn; extern(C) void function(void* jarg1) vtkClipClosedSurface_PassPointDataOff; extern(C) int function(void* jarg1) vtkClipClosedSurface_GetPassPointData; extern(C) void function(void* jarg1, int jarg2) vtkClipClosedSurface_SetGenerateOutline; extern(C) void function(void* jarg1) vtkClipClosedSurface_GenerateOutlineOn; extern(C) void function(void* jarg1) vtkClipClosedSurface_GenerateOutlineOff; extern(C) int function(void* jarg1) vtkClipClosedSurface_GetGenerateOutline; extern(C) void function(void* jarg1, int jarg2) vtkClipClosedSurface_SetGenerateFaces; extern(C) void function(void* jarg1) vtkClipClosedSurface_GenerateFacesOn; extern(C) void function(void* jarg1) vtkClipClosedSurface_GenerateFacesOff; extern(C) int function(void* jarg1) vtkClipClosedSurface_GetGenerateFaces; extern(C) void function(void* jarg1, int jarg2) vtkClipClosedSurface_SetScalarMode; extern(C) int function(void* jarg1) vtkClipClosedSurface_GetScalarModeMinValue; extern(C) int function(void* jarg1) vtkClipClosedSurface_GetScalarModeMaxValue; extern(C) void function(void* jarg1) vtkClipClosedSurface_SetScalarModeToNone; extern(C) void function(void* jarg1) vtkClipClosedSurface_SetScalarModeToColors; extern(C) void function(void* jarg1) vtkClipClosedSurface_SetScalarModeToLabels; extern(C) int function(void* jarg1) vtkClipClosedSurface_GetScalarMode; extern(C) const(char)* function(void* jarg1) vtkClipClosedSurface_GetScalarModeAsString; extern(C) void function(void* jarg1, double jarg2, double jarg3, double jarg4) vtkClipClosedSurface_SetBaseColor__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkClipClosedSurface_SetBaseColor__SWIG_1; extern(C) void* function(void* jarg1) vtkClipClosedSurface_GetBaseColor__SWIG_0; extern(C) void function(void* jarg1, void* jarg2, void* jarg3, void* jarg4) vtkClipClosedSurface_GetBaseColor__SWIG_1; extern(C) void function(void* jarg1, void* jarg2) vtkClipClosedSurface_GetBaseColor__SWIG_2; extern(C) void function(void* jarg1, double jarg2, double jarg3, double jarg4) vtkClipClosedSurface_SetClipColor__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkClipClosedSurface_SetClipColor__SWIG_1; extern(C) void* function(void* jarg1) vtkClipClosedSurface_GetClipColor__SWIG_0; extern(C) void function(void* jarg1, void* jarg2, void* jarg3, void* jarg4) vtkClipClosedSurface_GetClipColor__SWIG_1; extern(C) void function(void* jarg1, void* jarg2) vtkClipClosedSurface_GetClipColor__SWIG_2; extern(C) void function(void* jarg1, int jarg2) vtkClipClosedSurface_SetActivePlaneId; extern(C) int function(void* jarg1) vtkClipClosedSurface_GetActivePlaneId; extern(C) void function(void* jarg1, double jarg2, double jarg3, double jarg4) vtkClipClosedSurface_SetActivePlaneColor__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkClipClosedSurface_SetActivePlaneColor__SWIG_1; extern(C) void* function(void* jarg1) vtkClipClosedSurface_GetActivePlaneColor__SWIG_0; extern(C) void function(void* jarg1, void* jarg2, void* jarg3, void* jarg4) vtkClipClosedSurface_GetActivePlaneColor__SWIG_1; extern(C) void function(void* jarg1, void* jarg2) vtkClipClosedSurface_GetActivePlaneColor__SWIG_2; extern(C) void function(void* jarg1, int jarg2) vtkClipClosedSurface_SetTriangulationErrorDisplay; extern(C) void function(void* jarg1) vtkClipClosedSurface_TriangulationErrorDisplayOn; extern(C) void function(void* jarg1) vtkClipClosedSurface_TriangulationErrorDisplayOff; extern(C) int function(void* jarg1) vtkClipClosedSurface_GetTriangulationErrorDisplay; extern(C) void* function(void* objectRef) vtkClipClosedSurface_Upcast; extern(C) void* function() vtkMarchingSquares_New; extern(C) int function(const(char)* jarg1) vtkMarchingSquares_IsTypeOf; extern(C) void* function(void* jarg1) vtkMarchingSquares_SafeDownCast; extern(C) void* function(void* jarg1) vtkMarchingSquares_NewInstance; extern(C) void function(void* jarg1, void* jarg2) vtkMarchingSquares_SetImageRange__SWIG_0; extern(C) void* function(void* jarg1) vtkMarchingSquares_GetImageRange__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkMarchingSquares_GetImageRange__SWIG_1; extern(C) void function(void* jarg1, int jarg2, int jarg3, int jarg4, int jarg5, int jarg6, int jarg7) vtkMarchingSquares_SetImageRange__SWIG_1; extern(C) void function(void* jarg1, int jarg2, double jarg3) vtkMarchingSquares_SetValue; extern(C) double function(void* jarg1, int jarg2) vtkMarchingSquares_GetValue; extern(C) void* function(void* jarg1) vtkMarchingSquares_GetValues__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkMarchingSquares_GetValues__SWIG_1; extern(C) void function(void* jarg1, int jarg2) vtkMarchingSquares_SetNumberOfContours; extern(C) int function(void* jarg1) vtkMarchingSquares_GetNumberOfContours; extern(C) void function(void* jarg1, int jarg2, void* jarg3) vtkMarchingSquares_GenerateValues__SWIG_0; extern(C) void function(void* jarg1, int jarg2, double jarg3, double jarg4) vtkMarchingSquares_GenerateValues__SWIG_1; extern(C) void function(void* jarg1, void* jarg2) vtkMarchingSquares_SetLocator; extern(C) void* function(void* jarg1) vtkMarchingSquares_GetLocator; extern(C) void function(void* jarg1) vtkMarchingSquares_CreateDefaultLocator; extern(C) void* function(void* objectRef) vtkMarchingSquares_Upcast; extern(C) int function(const(char)* jarg1) vtkPlaneSource_IsTypeOf; extern(C) void* function(void* jarg1) vtkPlaneSource_SafeDownCast; extern(C) void* function(void* jarg1) vtkPlaneSource_NewInstance; extern(C) void* function() vtkPlaneSource_New; extern(C) void function(void* jarg1, int jarg2) vtkPlaneSource_SetXResolution; extern(C) int function(void* jarg1) vtkPlaneSource_GetXResolution; extern(C) void function(void* jarg1, int jarg2) vtkPlaneSource_SetYResolution; extern(C) int function(void* jarg1) vtkPlaneSource_GetYResolution; extern(C) void function(void* jarg1, int jarg2, int jarg3) vtkPlaneSource_SetResolution; extern(C) void function(void* jarg1, void* jarg2, void* jarg3) vtkPlaneSource_GetResolution; extern(C) void function(void* jarg1, double jarg2, double jarg3, double jarg4) vtkPlaneSource_SetOrigin__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkPlaneSource_SetOrigin__SWIG_1; extern(C) void* function(void* jarg1) vtkPlaneSource_GetOrigin__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkPlaneSource_GetOrigin__SWIG_1; extern(C) void function(void* jarg1, double jarg2, double jarg3, double jarg4) vtkPlaneSource_SetPoint1__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkPlaneSource_SetPoint1__SWIG_1; extern(C) void* function(void* jarg1) vtkPlaneSource_GetPoint1__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkPlaneSource_GetPoint1__SWIG_1; extern(C) void function(void* jarg1, double jarg2, double jarg3, double jarg4) vtkPlaneSource_SetPoint2__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkPlaneSource_SetPoint2__SWIG_1; extern(C) void* function(void* jarg1) vtkPlaneSource_GetPoint2__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkPlaneSource_GetPoint2__SWIG_1; extern(C) void function(void* jarg1, double jarg2, double jarg3, double jarg4) vtkPlaneSource_SetCenter__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkPlaneSource_SetCenter__SWIG_1; extern(C) void* function(void* jarg1) vtkPlaneSource_GetCenter__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkPlaneSource_GetCenter__SWIG_1; extern(C) void function(void* jarg1, double jarg2, double jarg3, double jarg4) vtkPlaneSource_SetNormal__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkPlaneSource_SetNormal__SWIG_1; extern(C) void* function(void* jarg1) vtkPlaneSource_GetNormal__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkPlaneSource_GetNormal__SWIG_1; extern(C) void function(void* jarg1, double jarg2) vtkPlaneSource_Push; extern(C) void* function(void* objectRef) vtkPlaneSource_Upcast; extern(C) int function(const(char)* jarg1) vtkPCAAnalysisFilter_IsTypeOf; extern(C) void* function(void* jarg1) vtkPCAAnalysisFilter_SafeDownCast; extern(C) void* function(void* jarg1) vtkPCAAnalysisFilter_NewInstance; extern(C) void* function() vtkPCAAnalysisFilter_New; extern(C) void* function(void* jarg1) vtkPCAAnalysisFilter_GetEvals; extern(C) void function(void* jarg1, void* jarg2, void* jarg3) vtkPCAAnalysisFilter_GetParameterisedShape; extern(C) void function(void* jarg1, void* jarg2, void* jarg3, int jarg4) vtkPCAAnalysisFilter_GetShapeParameters; extern(C) int function(void* jarg1, double jarg2) vtkPCAAnalysisFilter_GetModesRequiredFor; extern(C) void* function(void* objectRef) vtkPCAAnalysisFilter_Upcast; extern(C) void* function() vtkMergeGraphs_New; extern(C) int function(const(char)* jarg1) vtkMergeGraphs_IsTypeOf; extern(C) void* function(void* jarg1) vtkMergeGraphs_SafeDownCast; extern(C) void* function(void* jarg1) vtkMergeGraphs_NewInstance; extern(C) int function(void* jarg1, void* jarg2, void* jarg3) vtkMergeGraphs_ExtendGraph; extern(C) void function(void* jarg1, uint jarg2) vtkMergeGraphs_SetUseEdgeWindow; extern(C) uint function(void* jarg1) vtkMergeGraphs_GetUseEdgeWindow; extern(C) void function(void* jarg1) vtkMergeGraphs_UseEdgeWindowOn; extern(C) void function(void* jarg1) vtkMergeGraphs_UseEdgeWindowOff; extern(C) void function(void* jarg1, const(char)* jarg2) vtkMergeGraphs_SetEdgeWindowArrayName; extern(C) const(char)* function(void* jarg1) vtkMergeGraphs_GetEdgeWindowArrayName; extern(C) void function(void* jarg1, double jarg2) vtkMergeGraphs_SetEdgeWindow; extern(C) double function(void* jarg1) vtkMergeGraphs_GetEdgeWindow; extern(C) void* function(void* objectRef) vtkMergeGraphs_Upcast; extern(C) void* function() vtkDataSetWriter_New; extern(C) int function(const(char)* jarg1) vtkDataSetWriter_IsTypeOf; extern(C) void* function(void* jarg1) vtkDataSetWriter_SafeDownCast; extern(C) void* function(void* jarg1) vtkDataSetWriter_NewInstance; extern(C) void* function(void* jarg1) vtkDataSetWriter_GetInput__SWIG_0; extern(C) void* function(void* jarg1, int jarg2) vtkDataSetWriter_GetInput__SWIG_1; extern(C) void* function(void* objectRef) vtkDataSetWriter_Upcast; extern(C) int function(const(char)* jarg1) vtkDataObjectTree_IsTypeOf; extern(C) void* function(void* jarg1) vtkDataObjectTree_SafeDownCast; extern(C) void* function(void* jarg1) vtkDataObjectTree_NewInstance; extern(C) void* function(void* jarg1) vtkDataObjectTree_NewTreeIterator; extern(C) void function(void* jarg1, void* jarg2, void* jarg3) vtkDataObjectTree_SetDataSetFrom; extern(C) void* function(void* jarg1, void* jarg2) vtkDataObjectTree_GetMetaData; extern(C) int function(void* jarg1, void* jarg2) vtkDataObjectTree_HasMetaData; extern(C) void* function() new_vtkDataObjectTree; extern(C) void function(void* jarg1) delete_vtkDataObjectTree; extern(C) void* function(void* objectRef) vtkDataObjectTree_Upcast; extern(C) void* function() vtkMultiPieceDataSet_New; extern(C) int function(const(char)* jarg1) vtkMultiPieceDataSet_IsTypeOf; extern(C) void* function(void* jarg1) vtkMultiPieceDataSet_SafeDownCast; extern(C) void* function(void* jarg1) vtkMultiPieceDataSet_NewInstance; extern(C) void function(void* jarg1, uint jarg2) vtkMultiPieceDataSet_SetNumberOfPieces; extern(C) uint function(void* jarg1) vtkMultiPieceDataSet_GetNumberOfPieces; extern(C) void* function(void* jarg1, uint jarg2) vtkMultiPieceDataSet_GetPiece; extern(C) void* function(void* jarg1, uint jarg2) vtkMultiPieceDataSet_GetPieceAsDataObject; extern(C) void function(void* jarg1, uint jarg2, void* jarg3) vtkMultiPieceDataSet_SetPiece; extern(C) int function(void* jarg1, uint jarg2) vtkMultiPieceDataSet_HasMetaData__SWIG_0; extern(C) void* function(void* jarg1, uint jarg2) vtkMultiPieceDataSet_GetMetaData__SWIG_0; extern(C) void* function(void* jarg1, void* jarg2) vtkMultiPieceDataSet_GetMetaData__SWIG_1; extern(C) int function(void* jarg1, void* jarg2) vtkMultiPieceDataSet_HasMetaData__SWIG_1; extern(C) void* function() new_vtkMultiPieceDataSet; extern(C) void function(void* jarg1) delete_vtkMultiPieceDataSet; extern(C) void* function(void* objectRef) vtkMultiPieceDataSet_Upcast; extern(C) int function(const(char)* jarg1) vtkImplicitTextureCoords_IsTypeOf; extern(C) void* function(void* jarg1) vtkImplicitTextureCoords_SafeDownCast; extern(C) void* function(void* jarg1) vtkImplicitTextureCoords_NewInstance; extern(C) void* function() vtkImplicitTextureCoords_New; extern(C) void function(void* jarg1, void* jarg2) vtkImplicitTextureCoords_SetRFunction; extern(C) void* function(void* jarg1) vtkImplicitTextureCoords_GetRFunction; extern(C) void function(void* jarg1, void* jarg2) vtkImplicitTextureCoords_SetSFunction; extern(C) void* function(void* jarg1) vtkImplicitTextureCoords_GetSFunction; extern(C) void function(void* jarg1, void* jarg2) vtkImplicitTextureCoords_SetTFunction; extern(C) void* function(void* jarg1) vtkImplicitTextureCoords_GetTFunction; extern(C) void function(void* jarg1, int jarg2) vtkImplicitTextureCoords_SetFlipTexture; extern(C) int function(void* jarg1) vtkImplicitTextureCoords_GetFlipTexture; extern(C) void function(void* jarg1) vtkImplicitTextureCoords_FlipTextureOn; extern(C) void function(void* jarg1) vtkImplicitTextureCoords_FlipTextureOff; extern(C) void* function(void* objectRef) vtkImplicitTextureCoords_Upcast; extern(C) int function(const(char)* jarg1) vtkTensorGlyph_IsTypeOf; extern(C) void* function(void* jarg1) vtkTensorGlyph_SafeDownCast; extern(C) void* function(void* jarg1) vtkTensorGlyph_NewInstance; extern(C) void* function() vtkTensorGlyph_New; extern(C) void function(void* jarg1, void* jarg2) vtkTensorGlyph_SetSourceData; extern(C) void* function(void* jarg1) vtkTensorGlyph_GetSource; extern(C) void function(void* jarg1, int jarg2, void* jarg3) vtkTensorGlyph_SetSourceConnection__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkTensorGlyph_SetSourceConnection__SWIG_1; extern(C) void function(void* jarg1, int jarg2) vtkTensorGlyph_SetScaling; extern(C) int function(void* jarg1) vtkTensorGlyph_GetScaling; extern(C) void function(void* jarg1) vtkTensorGlyph_ScalingOn; extern(C) void function(void* jarg1) vtkTensorGlyph_ScalingOff; extern(C) void function(void* jarg1, double jarg2) vtkTensorGlyph_SetScaleFactor; extern(C) double function(void* jarg1) vtkTensorGlyph_GetScaleFactor; extern(C) void function(void* jarg1, int jarg2) vtkTensorGlyph_SetThreeGlyphs; extern(C) int function(void* jarg1) vtkTensorGlyph_GetThreeGlyphs; extern(C) void function(void* jarg1) vtkTensorGlyph_ThreeGlyphsOn; extern(C) void function(void* jarg1) vtkTensorGlyph_ThreeGlyphsOff; extern(C) void function(void* jarg1, int jarg2) vtkTensorGlyph_SetSymmetric; extern(C) int function(void* jarg1) vtkTensorGlyph_GetSymmetric; extern(C) void function(void* jarg1) vtkTensorGlyph_SymmetricOn; extern(C) void function(void* jarg1) vtkTensorGlyph_SymmetricOff; extern(C) void function(void* jarg1, double jarg2) vtkTensorGlyph_SetLength; extern(C) double function(void* jarg1) vtkTensorGlyph_GetLength; extern(C) void function(void* jarg1, int jarg2) vtkTensorGlyph_SetExtractEigenvalues; extern(C) void function(void* jarg1) vtkTensorGlyph_ExtractEigenvaluesOn; extern(C) void function(void* jarg1) vtkTensorGlyph_ExtractEigenvaluesOff; extern(C) int function(void* jarg1) vtkTensorGlyph_GetExtractEigenvalues; extern(C) void function(void* jarg1, int jarg2) vtkTensorGlyph_SetColorGlyphs; extern(C) int function(void* jarg1) vtkTensorGlyph_GetColorGlyphs; extern(C) void function(void* jarg1) vtkTensorGlyph_ColorGlyphsOn; extern(C) void function(void* jarg1) vtkTensorGlyph_ColorGlyphsOff; extern(C) void function(void* jarg1, int jarg2) vtkTensorGlyph_SetColorMode; extern(C) int function(void* jarg1) vtkTensorGlyph_GetColorModeMinValue; extern(C) int function(void* jarg1) vtkTensorGlyph_GetColorModeMaxValue; extern(C) int function(void* jarg1) vtkTensorGlyph_GetColorMode; extern(C) void function(void* jarg1) vtkTensorGlyph_SetColorModeToScalars; extern(C) void function(void* jarg1) vtkTensorGlyph_SetColorModeToEigenvalues; extern(C) void function(void* jarg1, int jarg2) vtkTensorGlyph_SetClampScaling; extern(C) int function(void* jarg1) vtkTensorGlyph_GetClampScaling; extern(C) void function(void* jarg1) vtkTensorGlyph_ClampScalingOn; extern(C) void function(void* jarg1) vtkTensorGlyph_ClampScalingOff; extern(C) void function(void* jarg1, double jarg2) vtkTensorGlyph_SetMaxScaleFactor; extern(C) double function(void* jarg1) vtkTensorGlyph_GetMaxScaleFactor; extern(C) void* function(void* objectRef) vtkTensorGlyph_Upcast; extern(C) void* function() vtkOpenGLClipPlanesPainter_New; extern(C) int function(const(char)* jarg1) vtkOpenGLClipPlanesPainter_IsTypeOf; extern(C) void* function(void* jarg1) vtkOpenGLClipPlanesPainter_SafeDownCast; extern(C) void* function(void* jarg1) vtkOpenGLClipPlanesPainter_NewInstance; extern(C) void* function(void* objectRef) vtkOpenGLClipPlanesPainter_Upcast; extern(C) void* function() vtkGenericEdgeTable_New; extern(C) int function(const(char)* jarg1) vtkGenericEdgeTable_IsTypeOf; extern(C) void* function(void* jarg1) vtkGenericEdgeTable_SafeDownCast; extern(C) void* function(void* jarg1) vtkGenericEdgeTable_NewInstance; extern(C) void function(void* jarg1, long jarg2, long jarg3, long jarg4, int jarg5, void* jarg6) vtkGenericEdgeTable_InsertEdge__SWIG_0; extern(C) void function(void* jarg1, long jarg2, long jarg3, long jarg4, int jarg5) vtkGenericEdgeTable_InsertEdge__SWIG_1; extern(C) void function(void* jarg1, long jarg2, long jarg3, long jarg4) vtkGenericEdgeTable_InsertEdge__SWIG_2; extern(C) int function(void* jarg1, long jarg2, long jarg3) vtkGenericEdgeTable_RemoveEdge; extern(C) int function(void* jarg1, long jarg2, long jarg3, void* jarg4) vtkGenericEdgeTable_CheckEdge; extern(C) int function(void* jarg1, long jarg2, long jarg3, long jarg4) vtkGenericEdgeTable_IncrementEdgeReferenceCount; extern(C) int function(void* jarg1, long jarg2, long jarg3) vtkGenericEdgeTable_CheckEdgeReferenceCount; extern(C) void function(void* jarg1, long jarg2) vtkGenericEdgeTable_Initialize; extern(C) int function(void* jarg1) vtkGenericEdgeTable_GetNumberOfComponents; extern(C) void function(void* jarg1, int jarg2) vtkGenericEdgeTable_SetNumberOfComponents; extern(C) int function(void* jarg1, long jarg2) vtkGenericEdgeTable_CheckPoint__SWIG_0; extern(C) int function(void* jarg1, long jarg2, void* jarg3, void* jarg4) vtkGenericEdgeTable_CheckPoint__SWIG_1; extern(C) void function(void* jarg1, long jarg2, void* jarg3) vtkGenericEdgeTable_InsertPoint; extern(C) void function(void* jarg1, long jarg2, void* jarg3, void* jarg4) vtkGenericEdgeTable_InsertPointAndScalar; extern(C) void function(void* jarg1, long jarg2) vtkGenericEdgeTable_RemovePoint; extern(C) void function(void* jarg1, long jarg2) vtkGenericEdgeTable_IncrementPointReferenceCount; extern(C) void function(void* jarg1) vtkGenericEdgeTable_DumpTable; extern(C) void function(void* jarg1) vtkGenericEdgeTable_LoadFactor; extern(C) void* function(void* objectRef) vtkGenericEdgeTable_Upcast; extern(C) int function(const(char)* jarg1) vtkHandleRepresentation_IsTypeOf; extern(C) void* function(void* jarg1) vtkHandleRepresentation_SafeDownCast; extern(C) void* function(void* jarg1) vtkHandleRepresentation_NewInstance; extern(C) void function(void* jarg1, void* jarg2) vtkHandleRepresentation_SetDisplayPosition; extern(C) void function(void* jarg1, void* jarg2) vtkHandleRepresentation_GetDisplayPosition__SWIG_0; extern(C) void* function(void* jarg1) vtkHandleRepresentation_GetDisplayPosition__SWIG_1; extern(C) void function(void* jarg1, void* jarg2) vtkHandleRepresentation_SetWorldPosition; extern(C) void function(void* jarg1, void* jarg2) vtkHandleRepresentation_GetWorldPosition__SWIG_0; extern(C) void* function(void* jarg1) vtkHandleRepresentation_GetWorldPosition__SWIG_1; extern(C) void function(void* jarg1, int jarg2) vtkHandleRepresentation_SetTolerance; extern(C) int function(void* jarg1) vtkHandleRepresentation_GetToleranceMinValue; extern(C) int function(void* jarg1) vtkHandleRepresentation_GetToleranceMaxValue; extern(C) int function(void* jarg1) vtkHandleRepresentation_GetTolerance; extern(C) void function(void* jarg1, int jarg2) vtkHandleRepresentation_SetActiveRepresentation; extern(C) int function(void* jarg1) vtkHandleRepresentation_GetActiveRepresentation; extern(C) void function(void* jarg1) vtkHandleRepresentation_ActiveRepresentationOn; extern(C) void function(void* jarg1) vtkHandleRepresentation_ActiveRepresentationOff; extern(C) void function(void* jarg1, int jarg2) vtkHandleRepresentation_SetInteractionState; extern(C) int function(void* jarg1) vtkHandleRepresentation_GetInteractionStateMinValue; extern(C) int function(void* jarg1) vtkHandleRepresentation_GetInteractionStateMaxValue; extern(C) void function(void* jarg1, int jarg2) vtkHandleRepresentation_SetConstrained; extern(C) int function(void* jarg1) vtkHandleRepresentation_GetConstrained; extern(C) void function(void* jarg1) vtkHandleRepresentation_ConstrainedOn; extern(C) void function(void* jarg1) vtkHandleRepresentation_ConstrainedOff; extern(C) int function(void* jarg1, void* jarg2, void* jarg3) vtkHandleRepresentation_CheckConstraint; extern(C) void function(void* jarg1, void* jarg2) vtkHandleRepresentation_DeepCopy; extern(C) void function(void* jarg1, void* jarg2) vtkHandleRepresentation_SetPointPlacer; extern(C) void* function(void* jarg1) vtkHandleRepresentation_GetPointPlacer; extern(C) void* function(void* objectRef) vtkHandleRepresentation_Upcast; extern(C) void* function() vtkSliderWidget_New; extern(C) int function(const(char)* jarg1) vtkSliderWidget_IsTypeOf; extern(C) void* function(void* jarg1) vtkSliderWidget_SafeDownCast; extern(C) void* function(void* jarg1) vtkSliderWidget_NewInstance; extern(C) void function(void* jarg1, void* jarg2) vtkSliderWidget_SetRepresentation; extern(C) void* function(void* jarg1) vtkSliderWidget_GetSliderRepresentation; extern(C) void function(void* jarg1, int jarg2) vtkSliderWidget_SetAnimationMode; extern(C) int function(void* jarg1) vtkSliderWidget_GetAnimationModeMinValue; extern(C) int function(void* jarg1) vtkSliderWidget_GetAnimationModeMaxValue; extern(C) int function(void* jarg1) vtkSliderWidget_GetAnimationMode; extern(C) void function(void* jarg1) vtkSliderWidget_SetAnimationModeToOff; extern(C) void function(void* jarg1) vtkSliderWidget_SetAnimationModeToJump; extern(C) void function(void* jarg1) vtkSliderWidget_SetAnimationModeToAnimate; extern(C) void function(void* jarg1, int jarg2) vtkSliderWidget_SetNumberOfAnimationSteps; extern(C) int function(void* jarg1) vtkSliderWidget_GetNumberOfAnimationStepsMinValue; extern(C) int function(void* jarg1) vtkSliderWidget_GetNumberOfAnimationStepsMaxValue; extern(C) int function(void* jarg1) vtkSliderWidget_GetNumberOfAnimationSteps; extern(C) void* function(void* objectRef) vtkSliderWidget_Upcast; extern(C) void* function() vtkExtractSelectedTree_New; extern(C) int function(const(char)* jarg1) vtkExtractSelectedTree_IsTypeOf; extern(C) void* function(void* jarg1) vtkExtractSelectedTree_SafeDownCast; extern(C) void* function(void* jarg1) vtkExtractSelectedTree_NewInstance; extern(C) void function(void* jarg1, void* jarg2) vtkExtractSelectedTree_SetSelectionConnection; extern(C) int function(void* jarg1, int jarg2, void* jarg3) vtkExtractSelectedTree_FillInputPortInformation; extern(C) void* function(void* objectRef) vtkExtractSelectedTree_Upcast; extern(C) void* function() vtkCheckerboardWidget_New; extern(C) int function(const(char)* jarg1) vtkCheckerboardWidget_IsTypeOf; extern(C) void* function(void* jarg1) vtkCheckerboardWidget_SafeDownCast; extern(C) void* function(void* jarg1) vtkCheckerboardWidget_NewInstance; extern(C) void function(void* jarg1, void* jarg2) vtkCheckerboardWidget_SetRepresentation; extern(C) void* function(void* jarg1) vtkCheckerboardWidget_GetCheckerboardRepresentation; extern(C) void* function(void* objectRef) vtkCheckerboardWidget_Upcast; extern(C) void* function() vtkInteractorStyleFlight_New; extern(C) int function(const(char)* jarg1) vtkInteractorStyleFlight_IsTypeOf; extern(C) void* function(void* jarg1) vtkInteractorStyleFlight_SafeDownCast; extern(C) void* function(void* jarg1) vtkInteractorStyleFlight_NewInstance; extern(C) void function(void* jarg1, void* jarg2, void* jarg3) vtkInteractorStyleFlight_JumpTo; extern(C) void function(void* jarg1, double jarg2) vtkInteractorStyleFlight_SetMotionStepSize; extern(C) double function(void* jarg1) vtkInteractorStyleFlight_GetMotionStepSize; extern(C) void function(void* jarg1, double jarg2) vtkInteractorStyleFlight_SetMotionAccelerationFactor; extern(C) double function(void* jarg1) vtkInteractorStyleFlight_GetMotionAccelerationFactor; extern(C) void function(void* jarg1, double jarg2) vtkInteractorStyleFlight_SetAngleStepSize; extern(C) double function(void* jarg1) vtkInteractorStyleFlight_GetAngleStepSize; extern(C) void function(void* jarg1, double jarg2) vtkInteractorStyleFlight_SetAngleAccelerationFactor; extern(C) double function(void* jarg1) vtkInteractorStyleFlight_GetAngleAccelerationFactor; extern(C) void function(void* jarg1, int jarg2) vtkInteractorStyleFlight_SetDisableMotion; extern(C) int function(void* jarg1) vtkInteractorStyleFlight_GetDisableMotion; extern(C) void function(void* jarg1) vtkInteractorStyleFlight_DisableMotionOn; extern(C) void function(void* jarg1) vtkInteractorStyleFlight_DisableMotionOff; extern(C) void function(void* jarg1, int jarg2) vtkInteractorStyleFlight_SetRestoreUpVector; extern(C) int function(void* jarg1) vtkInteractorStyleFlight_GetRestoreUpVector; extern(C) void function(void* jarg1) vtkInteractorStyleFlight_RestoreUpVectorOn; extern(C) void function(void* jarg1) vtkInteractorStyleFlight_RestoreUpVectorOff; extern(C) void* function(void* jarg1) vtkInteractorStyleFlight_GetDefaultUpVector__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkInteractorStyleFlight_GetDefaultUpVector__SWIG_1; extern(C) void function(void* jarg1, void* jarg2) vtkInteractorStyleFlight_SetDefaultUpVector; extern(C) void function(void* jarg1) vtkInteractorStyleFlight_ForwardFly; extern(C) void function(void* jarg1) vtkInteractorStyleFlight_ReverseFly; extern(C) void function(void* jarg1) vtkInteractorStyleFlight_StartForwardFly; extern(C) void function(void* jarg1) vtkInteractorStyleFlight_EndForwardFly; extern(C) void function(void* jarg1) vtkInteractorStyleFlight_StartReverseFly; extern(C) void function(void* jarg1) vtkInteractorStyleFlight_EndReverseFly; extern(C) void* function(void* objectRef) vtkInteractorStyleFlight_Upcast; extern(C) int function(const(char)* jarg1) vtkMetaImageWriter_IsTypeOf; extern(C) void* function(void* jarg1) vtkMetaImageWriter_SafeDownCast; extern(C) void* function(void* jarg1) vtkMetaImageWriter_NewInstance; extern(C) void* function() vtkMetaImageWriter_New; extern(C) void function(void* jarg1, const(char)* jarg2) vtkMetaImageWriter_SetRAWFileName; extern(C) const(char)* function(void* jarg1) vtkMetaImageWriter_GetRAWFileName; extern(C) void function(void* jarg1, uint jarg2) vtkMetaImageWriter_SetCompression; extern(C) uint function(void* jarg1) vtkMetaImageWriter_GetCompression; extern(C) void* function(void* objectRef) vtkMetaImageWriter_Upcast; extern(C) int function(const(char)* jarg1) vtkExplicitCell_IsTypeOf; extern(C) void* function(void* jarg1) vtkExplicitCell_SafeDownCast; extern(C) void* function(void* jarg1) vtkExplicitCell_NewInstance; extern(C) void function(void* jarg1, long jarg2) vtkExplicitCell_SetCellId; extern(C) long function(void* jarg1) vtkExplicitCell_GetCellId; extern(C) void function(void* jarg1, void* jarg2) vtkExplicitCell_SetDataSet; extern(C) void* function(void* jarg1) vtkExplicitCell_GetDataSet; extern(C) void* function(void* objectRef) vtkExplicitCell_Upcast; extern(C) void* function() vtkXMLImageDataWriter_New; extern(C) int function(const(char)* jarg1) vtkXMLImageDataWriter_IsTypeOf; extern(C) void* function(void* jarg1) vtkXMLImageDataWriter_SafeDownCast; extern(C) void* function(void* jarg1) vtkXMLImageDataWriter_NewInstance; extern(C) void* function(void* objectRef) vtkXMLImageDataWriter_Upcast; extern(C) void* function() vtkImageGradientMagnitude_New; extern(C) int function(const(char)* jarg1) vtkImageGradientMagnitude_IsTypeOf; extern(C) void* function(void* jarg1) vtkImageGradientMagnitude_SafeDownCast; extern(C) void* function(void* jarg1) vtkImageGradientMagnitude_NewInstance; extern(C) void function(void* jarg1, int jarg2) vtkImageGradientMagnitude_SetHandleBoundaries; extern(C) int function(void* jarg1) vtkImageGradientMagnitude_GetHandleBoundaries; extern(C) void function(void* jarg1) vtkImageGradientMagnitude_HandleBoundariesOn; extern(C) void function(void* jarg1) vtkImageGradientMagnitude_HandleBoundariesOff; extern(C) void function(void* jarg1, int jarg2) vtkImageGradientMagnitude_SetDimensionality; extern(C) int function(void* jarg1) vtkImageGradientMagnitude_GetDimensionalityMinValue; extern(C) int function(void* jarg1) vtkImageGradientMagnitude_GetDimensionalityMaxValue; extern(C) int function(void* jarg1) vtkImageGradientMagnitude_GetDimensionality; extern(C) void* function(void* objectRef) vtkImageGradientMagnitude_Upcast; extern(C) int function(const(char)* jarg1) vtkPassThroughFilter_IsTypeOf; extern(C) void* function(void* jarg1) vtkPassThroughFilter_SafeDownCast; extern(C) void* function(void* jarg1) vtkPassThroughFilter_NewInstance; extern(C) void* function() vtkPassThroughFilter_New; extern(C) void* function(void* objectRef) vtkPassThroughFilter_Upcast; extern(C) int function(const(char)* jarg1) vtkImplicitWindowFunction_IsTypeOf; extern(C) void* function(void* jarg1) vtkImplicitWindowFunction_SafeDownCast; extern(C) void* function(void* jarg1) vtkImplicitWindowFunction_NewInstance; extern(C) void* function() vtkImplicitWindowFunction_New; extern(C) double function(void* jarg1, void* jarg2) vtkImplicitWindowFunction_EvaluateFunction__SWIG_0; extern(C) double function(void* jarg1, double jarg2, double jarg3, double jarg4) vtkImplicitWindowFunction_EvaluateFunction__SWIG_1; extern(C) void function(void* jarg1, void* jarg2) vtkImplicitWindowFunction_SetImplicitFunction; extern(C) void* function(void* jarg1) vtkImplicitWindowFunction_GetImplicitFunction; extern(C) void function(void* jarg1, double jarg2, double jarg3) vtkImplicitWindowFunction_SetWindowRange__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkImplicitWindowFunction_SetWindowRange__SWIG_1; extern(C) void* function(void* jarg1) vtkImplicitWindowFunction_GetWindowRange__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkImplicitWindowFunction_GetWindowRange__SWIG_1; extern(C) void function(void* jarg1, double jarg2, double jarg3) vtkImplicitWindowFunction_SetWindowValues__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkImplicitWindowFunction_SetWindowValues__SWIG_1; extern(C) void* function(void* jarg1) vtkImplicitWindowFunction_GetWindowValues__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkImplicitWindowFunction_GetWindowValues__SWIG_1; extern(C) void* function(void* objectRef) vtkImplicitWindowFunction_Upcast; extern(C) void* function() vtkUnsignedShortArray_New; extern(C) int function(const(char)* jarg1) vtkUnsignedShortArray_IsTypeOf; extern(C) void* function(void* jarg1) vtkUnsignedShortArray_SafeDownCast; extern(C) void* function(void* jarg1) vtkUnsignedShortArray_NewInstance; extern(C) void function(void* jarg1, long jarg2, void* jarg3) vtkUnsignedShortArray_GetTupleValue; extern(C) void function(void* jarg1, long jarg2, void* jarg3) vtkUnsignedShortArray_SetTupleValue; extern(C) void function(void* jarg1, long jarg2, void* jarg3) vtkUnsignedShortArray_InsertTupleValue; extern(C) long function(void* jarg1, void* jarg2) vtkUnsignedShortArray_InsertNextTupleValue; extern(C) ushort function(void* jarg1, long jarg2) vtkUnsignedShortArray_GetValue; extern(C) void function(void* jarg1, long jarg2, ushort jarg3) vtkUnsignedShortArray_SetValue; extern(C) void function(void* jarg1, long jarg2) vtkUnsignedShortArray_SetNumberOfValues; extern(C) void function(void* jarg1, long jarg2, ushort jarg3) vtkUnsignedShortArray_InsertValue; extern(C) long function(void* jarg1, ushort jarg2) vtkUnsignedShortArray_InsertNextValue; extern(C) void* function(void* jarg1, int jarg2) vtkUnsignedShortArray_GetValueRange__SWIG_0; extern(C) void* function(void* jarg1) vtkUnsignedShortArray_GetValueRange__SWIG_1; extern(C) ushort function() vtkUnsignedShortArray_GetDataTypeValueMin; extern(C) ushort function() vtkUnsignedShortArray_GetDataTypeValueMax; extern(C) void* function(void* jarg1, long jarg2, long jarg3) vtkUnsignedShortArray_WritePointer; extern(C) void* function(void* jarg1, long jarg2) vtkUnsignedShortArray_GetPointer; extern(C) void function(void* jarg1, void* jarg2, long jarg3, int jarg4) vtkUnsignedShortArray_SetArray__SWIG_0; extern(C) void function(void* jarg1, void* jarg2, long jarg3, int jarg4, int jarg5) vtkUnsignedShortArray_SetArray__SWIG_1; extern(C) void* function(void* objectRef) vtkUnsignedShortArray_Upcast; extern(C) void* function() vtkTypeUInt16Array_New; extern(C) int function(const(char)* jarg1) vtkTypeUInt16Array_IsTypeOf; extern(C) void* function(void* jarg1) vtkTypeUInt16Array_SafeDownCast; extern(C) void* function(void* jarg1) vtkTypeUInt16Array_NewInstance; extern(C) void* function(void* objectRef) vtkTypeUInt16Array_Upcast; extern(C) int function(const(char)* jarg1) vtkInformationStringKey_IsTypeOf; extern(C) void* function(void* jarg1) vtkInformationStringKey_SafeDownCast; extern(C) void* function(void* jarg1) vtkInformationStringKey_NewInstance; extern(C) void* function(const(char)* jarg1, const(char)* jarg2) new_vtkInformationStringKey; extern(C) void function(void* jarg1) delete_vtkInformationStringKey; extern(C) void function(void* jarg1, void* jarg2, const(char)* jarg3) vtkInformationStringKey_Set; extern(C) const(char)* function(void* jarg1, void* jarg2) vtkInformationStringKey_Get; extern(C) void* function(void* objectRef) vtkInformationStringKey_Upcast; extern(C) int function(const(char)* jarg1) vtkOutlineCornerFilter_IsTypeOf; extern(C) void* function(void* jarg1) vtkOutlineCornerFilter_SafeDownCast; extern(C) void* function(void* jarg1) vtkOutlineCornerFilter_NewInstance; extern(C) void* function() vtkOutlineCornerFilter_New; extern(C) void function(void* jarg1, double jarg2) vtkOutlineCornerFilter_SetCornerFactor; extern(C) double function(void* jarg1) vtkOutlineCornerFilter_GetCornerFactorMinValue; extern(C) double function(void* jarg1) vtkOutlineCornerFilter_GetCornerFactorMaxValue; extern(C) double function(void* jarg1) vtkOutlineCornerFilter_GetCornerFactor; extern(C) void* function(void* objectRef) vtkOutlineCornerFilter_Upcast; extern(C) void* function() vtkMedicalImageReader2_New; extern(C) int function(const(char)* jarg1) vtkMedicalImageReader2_IsTypeOf; extern(C) void* function(void* jarg1) vtkMedicalImageReader2_SafeDownCast; extern(C) void* function(void* jarg1) vtkMedicalImageReader2_NewInstance; extern(C) void* function(void* jarg1) vtkMedicalImageReader2_GetMedicalImageProperties; extern(C) void function(void* jarg1, const(char)* jarg2) vtkMedicalImageReader2_SetPatientName; extern(C) const(char)* function(void* jarg1) vtkMedicalImageReader2_GetPatientName; extern(C) void function(void* jarg1, const(char)* jarg2) vtkMedicalImageReader2_SetPatientID; extern(C) const(char)* function(void* jarg1) vtkMedicalImageReader2_GetPatientID; extern(C) void function(void* jarg1, const(char)* jarg2) vtkMedicalImageReader2_SetDate; extern(C) const(char)* function(void* jarg1) vtkMedicalImageReader2_GetDate; extern(C) void function(void* jarg1, const(char)* jarg2) vtkMedicalImageReader2_SetSeries; extern(C) const(char)* function(void* jarg1) vtkMedicalImageReader2_GetSeries; extern(C) void function(void* jarg1, const(char)* jarg2) vtkMedicalImageReader2_SetStudy; extern(C) const(char)* function(void* jarg1) vtkMedicalImageReader2_GetStudy; extern(C) void function(void* jarg1, const(char)* jarg2) vtkMedicalImageReader2_SetImageNumber; extern(C) const(char)* function(void* jarg1) vtkMedicalImageReader2_GetImageNumber; extern(C) void function(void* jarg1, const(char)* jarg2) vtkMedicalImageReader2_SetModality; extern(C) const(char)* function(void* jarg1) vtkMedicalImageReader2_GetModality; extern(C) void* function(void* objectRef) vtkMedicalImageReader2_Upcast; extern(C) void* function() vtkGESignaReader_New; extern(C) int function(const(char)* jarg1) vtkGESignaReader_IsTypeOf; extern(C) void* function(void* jarg1) vtkGESignaReader_SafeDownCast; extern(C) void* function(void* jarg1) vtkGESignaReader_NewInstance; extern(C) void* function(void* objectRef) vtkGESignaReader_Upcast; extern(C) int function(const(char)* jarg1) vtkTexturedSphereSource_IsTypeOf; extern(C) void* function(void* jarg1) vtkTexturedSphereSource_SafeDownCast; extern(C) void* function(void* jarg1) vtkTexturedSphereSource_NewInstance; extern(C) void* function() vtkTexturedSphereSource_New; extern(C) void function(void* jarg1, double jarg2) vtkTexturedSphereSource_SetRadius; extern(C) double function(void* jarg1) vtkTexturedSphereSource_GetRadiusMinValue; extern(C) double function(void* jarg1) vtkTexturedSphereSource_GetRadiusMaxValue; extern(C) double function(void* jarg1) vtkTexturedSphereSource_GetRadius; extern(C) void function(void* jarg1, int jarg2) vtkTexturedSphereSource_SetThetaResolution; extern(C) int function(void* jarg1) vtkTexturedSphereSource_GetThetaResolutionMinValue; extern(C) int function(void* jarg1) vtkTexturedSphereSource_GetThetaResolutionMaxValue; extern(C) int function(void* jarg1) vtkTexturedSphereSource_GetThetaResolution; extern(C) void function(void* jarg1, int jarg2) vtkTexturedSphereSource_SetPhiResolution; extern(C) int function(void* jarg1) vtkTexturedSphereSource_GetPhiResolutionMinValue; extern(C) int function(void* jarg1) vtkTexturedSphereSource_GetPhiResolutionMaxValue; extern(C) int function(void* jarg1) vtkTexturedSphereSource_GetPhiResolution; extern(C) void function(void* jarg1, double jarg2) vtkTexturedSphereSource_SetTheta; extern(C) double function(void* jarg1) vtkTexturedSphereSource_GetThetaMinValue; extern(C) double function(void* jarg1) vtkTexturedSphereSource_GetThetaMaxValue; extern(C) double function(void* jarg1) vtkTexturedSphereSource_GetTheta; extern(C) void function(void* jarg1, double jarg2) vtkTexturedSphereSource_SetPhi; extern(C) double function(void* jarg1) vtkTexturedSphereSource_GetPhiMinValue; extern(C) double function(void* jarg1) vtkTexturedSphereSource_GetPhiMaxValue; extern(C) double function(void* jarg1) vtkTexturedSphereSource_GetPhi; extern(C) void* function(void* objectRef) vtkTexturedSphereSource_Upcast; extern(C) int function(const(char)* jarg1) vtkSliderRepresentation_IsTypeOf; extern(C) void* function(void* jarg1) vtkSliderRepresentation_SafeDownCast; extern(C) void* function(void* jarg1) vtkSliderRepresentation_NewInstance; extern(C) void function(void* jarg1, double jarg2) vtkSliderRepresentation_SetValue; extern(C) double function(void* jarg1) vtkSliderRepresentation_GetValue; extern(C) void function(void* jarg1, double jarg2) vtkSliderRepresentation_SetMinimumValue; extern(C) double function(void* jarg1) vtkSliderRepresentation_GetMinimumValue; extern(C) void function(void* jarg1, double jarg2) vtkSliderRepresentation_SetMaximumValue; extern(C) double function(void* jarg1) vtkSliderRepresentation_GetMaximumValue; extern(C) void function(void* jarg1, double jarg2) vtkSliderRepresentation_SetSliderLength; extern(C) double function(void* jarg1) vtkSliderRepresentation_GetSliderLengthMinValue; extern(C) double function(void* jarg1) vtkSliderRepresentation_GetSliderLengthMaxValue; extern(C) double function(void* jarg1) vtkSliderRepresentation_GetSliderLength; extern(C) void function(void* jarg1, double jarg2) vtkSliderRepresentation_SetSliderWidth; extern(C) double function(void* jarg1) vtkSliderRepresentation_GetSliderWidthMinValue; extern(C) double function(void* jarg1) vtkSliderRepresentation_GetSliderWidthMaxValue; extern(C) double function(void* jarg1) vtkSliderRepresentation_GetSliderWidth; extern(C) void function(void* jarg1, double jarg2) vtkSliderRepresentation_SetTubeWidth; extern(C) double function(void* jarg1) vtkSliderRepresentation_GetTubeWidthMinValue; extern(C) double function(void* jarg1) vtkSliderRepresentation_GetTubeWidthMaxValue; extern(C) double function(void* jarg1) vtkSliderRepresentation_GetTubeWidth; extern(C) void function(void* jarg1, double jarg2) vtkSliderRepresentation_SetEndCapLength; extern(C) double function(void* jarg1) vtkSliderRepresentation_GetEndCapLengthMinValue; extern(C) double function(void* jarg1) vtkSliderRepresentation_GetEndCapLengthMaxValue; extern(C) double function(void* jarg1) vtkSliderRepresentation_GetEndCapLength; extern(C) void function(void* jarg1, double jarg2) vtkSliderRepresentation_SetEndCapWidth; extern(C) double function(void* jarg1) vtkSliderRepresentation_GetEndCapWidthMinValue; extern(C) double function(void* jarg1) vtkSliderRepresentation_GetEndCapWidthMaxValue; extern(C) double function(void* jarg1) vtkSliderRepresentation_GetEndCapWidth; extern(C) void function(void* jarg1, const(char)* jarg2) vtkSliderRepresentation_SetTitleText; extern(C) const(char)* function(void* jarg1) vtkSliderRepresentation_GetTitleText; extern(C) void function(void* jarg1, const(char)* jarg2) vtkSliderRepresentation_SetLabelFormat; extern(C) const(char)* function(void* jarg1) vtkSliderRepresentation_GetLabelFormat; extern(C) void function(void* jarg1, double jarg2) vtkSliderRepresentation_SetLabelHeight; extern(C) double function(void* jarg1) vtkSliderRepresentation_GetLabelHeightMinValue; extern(C) double function(void* jarg1) vtkSliderRepresentation_GetLabelHeightMaxValue; extern(C) double function(void* jarg1) vtkSliderRepresentation_GetLabelHeight; extern(C) void function(void* jarg1, double jarg2) vtkSliderRepresentation_SetTitleHeight; extern(C) double function(void* jarg1) vtkSliderRepresentation_GetTitleHeightMinValue; extern(C) double function(void* jarg1) vtkSliderRepresentation_GetTitleHeightMaxValue; extern(C) double function(void* jarg1) vtkSliderRepresentation_GetTitleHeight; extern(C) void function(void* jarg1, int jarg2) vtkSliderRepresentation_SetShowSliderLabel; extern(C) int function(void* jarg1) vtkSliderRepresentation_GetShowSliderLabel; extern(C) void function(void* jarg1) vtkSliderRepresentation_ShowSliderLabelOn; extern(C) void function(void* jarg1) vtkSliderRepresentation_ShowSliderLabelOff; extern(C) double function(void* jarg1) vtkSliderRepresentation_GetCurrentT; extern(C) double function(void* jarg1) vtkSliderRepresentation_GetPickedT; extern(C) void* function(void* objectRef) vtkSliderRepresentation_Upcast; extern(C) void* function() vtkSliderRepresentation3D_New; extern(C) int function(const(char)* jarg1) vtkSliderRepresentation3D_IsTypeOf; extern(C) void* function(void* jarg1) vtkSliderRepresentation3D_SafeDownCast; extern(C) void* function(void* jarg1) vtkSliderRepresentation3D_NewInstance; extern(C) void* function(void* jarg1) vtkSliderRepresentation3D_GetPoint1Coordinate; extern(C) void function(void* jarg1, double jarg2, double jarg3, double jarg4) vtkSliderRepresentation3D_SetPoint1InWorldCoordinates; extern(C) void* function(void* jarg1) vtkSliderRepresentation3D_GetPoint2Coordinate; extern(C) void function(void* jarg1, double jarg2, double jarg3, double jarg4) vtkSliderRepresentation3D_SetPoint2InWorldCoordinates; extern(C) void function(void* jarg1, int jarg2) vtkSliderRepresentation3D_SetSliderShape; extern(C) int function(void* jarg1) vtkSliderRepresentation3D_GetSliderShapeMinValue; extern(C) int function(void* jarg1) vtkSliderRepresentation3D_GetSliderShapeMaxValue; extern(C) int function(void* jarg1) vtkSliderRepresentation3D_GetSliderShape; extern(C) void function(void* jarg1) vtkSliderRepresentation3D_SetSliderShapeToSphere; extern(C) void function(void* jarg1) vtkSliderRepresentation3D_SetSliderShapeToCylinder; extern(C) void function(void* jarg1, double jarg2) vtkSliderRepresentation3D_SetRotation; extern(C) double function(void* jarg1) vtkSliderRepresentation3D_GetRotation; extern(C) void* function(void* jarg1) vtkSliderRepresentation3D_GetSliderProperty; extern(C) void* function(void* jarg1) vtkSliderRepresentation3D_GetTubeProperty; extern(C) void* function(void* jarg1) vtkSliderRepresentation3D_GetCapProperty; extern(C) void* function(void* jarg1) vtkSliderRepresentation3D_GetSelectedProperty; extern(C) void function(void* jarg1, void* jarg2) vtkSliderRepresentation3D_PlaceWidget; extern(C) void* function(void* objectRef) vtkSliderRepresentation3D_Upcast; extern(C) void* function() vtkCastToConcrete_New; extern(C) int function(const(char)* jarg1) vtkCastToConcrete_IsTypeOf; extern(C) void* function(void* jarg1) vtkCastToConcrete_SafeDownCast; extern(C) void* function(void* jarg1) vtkCastToConcrete_NewInstance; extern(C) void* function(void* objectRef) vtkCastToConcrete_Upcast; extern(C) int function(const(char)* jarg1) vtkExtractSelectedThresholds_IsTypeOf; extern(C) void* function(void* jarg1) vtkExtractSelectedThresholds_SafeDownCast; extern(C) void* function(void* jarg1) vtkExtractSelectedThresholds_NewInstance; extern(C) void* function() vtkExtractSelectedThresholds_New; extern(C) int function(void* jarg1, long jarg2, void* jarg3) vtkExtractSelectedThresholds_EvaluateValue__SWIG_0; extern(C) int function(void* jarg1, int jarg2, long jarg3, void* jarg4) vtkExtractSelectedThresholds_EvaluateValue__SWIG_1; extern(C) int function(void* jarg1, long jarg2, void* jarg3, void* jarg4, void* jarg5, void* jarg6) vtkExtractSelectedThresholds_EvaluateValue__SWIG_2; extern(C) int function(void* jarg1, int jarg2, long jarg3, void* jarg4, void* jarg5, void* jarg6, void* jarg7) vtkExtractSelectedThresholds_EvaluateValue__SWIG_3; extern(C) void* function(void* objectRef) vtkExtractSelectedThresholds_Upcast; extern(C) void* function() vtkCriticalSection_New; extern(C) int function(const(char)* jarg1) vtkCriticalSection_IsTypeOf; extern(C) void* function(void* jarg1) vtkCriticalSection_SafeDownCast; extern(C) void* function(void* jarg1) vtkCriticalSection_NewInstance; extern(C) void function(void* jarg1) vtkCriticalSection_Lock; extern(C) void function(void* jarg1) vtkCriticalSection_Unlock; extern(C) void* function(void* objectRef) vtkCriticalSection_Upcast; extern(C) void* function() vtkImageLogarithmicScale_New; extern(C) int function(const(char)* jarg1) vtkImageLogarithmicScale_IsTypeOf; extern(C) void* function(void* jarg1) vtkImageLogarithmicScale_SafeDownCast; extern(C) void* function(void* jarg1) vtkImageLogarithmicScale_NewInstance; extern(C) void function(void* jarg1, double jarg2) vtkImageLogarithmicScale_SetConstant; extern(C) double function(void* jarg1) vtkImageLogarithmicScale_GetConstant; extern(C) void* function(void* objectRef) vtkImageLogarithmicScale_Upcast; extern(C) void* function() vtkGeoArcs_New; extern(C) int function(const(char)* jarg1) vtkGeoArcs_IsTypeOf; extern(C) void* function(void* jarg1) vtkGeoArcs_SafeDownCast; extern(C) void* function(void* jarg1) vtkGeoArcs_NewInstance; extern(C) void function(void* jarg1, double jarg2) vtkGeoArcs_SetGlobeRadius; extern(C) double function(void* jarg1) vtkGeoArcs_GetGlobeRadius; extern(C) void function(void* jarg1, double jarg2) vtkGeoArcs_SetExplodeFactor; extern(C) double function(void* jarg1) vtkGeoArcs_GetExplodeFactor; extern(C) void function(void* jarg1, int jarg2) vtkGeoArcs_SetNumberOfSubdivisions; extern(C) int function(void* jarg1) vtkGeoArcs_GetNumberOfSubdivisions; extern(C) void* function(void* objectRef) vtkGeoArcs_Upcast; extern(C) void* function() new_vtkAMRBox__SWIG_0; extern(C) void* function(void* jarg1) new_vtkAMRBox__SWIG_1; extern(C) void* function(int jarg1, int jarg2, int jarg3, int jarg4, int jarg5, int jarg6) new_vtkAMRBox__SWIG_2; extern(C) void* function(int jarg1, int jarg2, int jarg3, int jarg4) new_vtkAMRBox__SWIG_3; extern(C) void* function(void* jarg1, void* jarg2, void* jarg3, void* jarg4, int jarg5) new_vtkAMRBox__SWIG_4; extern(C) void* function(void* jarg1, void* jarg2, void* jarg3, void* jarg4) new_vtkAMRBox__SWIG_5; extern(C) void* function(void* jarg1, void* jarg2) new_vtkAMRBox__SWIG_6; extern(C) void* function(void* jarg1) new_vtkAMRBox__SWIG_7; extern(C) void* function(void* jarg1, void* jarg2) vtkAMRBox_Equal; extern(C) void function(void* jarg1) delete_vtkAMRBox; extern(C) void function(void* jarg1) vtkAMRBox_Invalidate; extern(C) uint function(void* jarg1, int jarg2) vtkAMRBox_EmptyDimension; extern(C) void function(void* jarg1, int jarg2, int jarg3, int jarg4, int jarg5, int jarg6, int jarg7, int jarg8) vtkAMRBox_SetDimensions__SWIG_0; extern(C) void function(void* jarg1, int jarg2, int jarg3, int jarg4, int jarg5, int jarg6, int jarg7) vtkAMRBox_SetDimensions__SWIG_1; extern(C) void function(void* jarg1, void* jarg2, void* jarg3, int jarg4) vtkAMRBox_SetDimensions__SWIG_2; extern(C) void function(void* jarg1, void* jarg2, void* jarg3) vtkAMRBox_SetDimensions__SWIG_3; extern(C) void function(void* jarg1, void* jarg2, int jarg3) vtkAMRBox_SetDimensions__SWIG_4; extern(C) void function(void* jarg1, void* jarg2) vtkAMRBox_SetDimensions__SWIG_5; extern(C) void function(void* jarg1, void* jarg2, void* jarg3) vtkAMRBox_GetDimensions__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkAMRBox_GetDimensions__SWIG_1; extern(C) long function(void* jarg1) vtkAMRBox_GetNumberOfCells__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkAMRBox_GetNumberOfCells__SWIG_1; extern(C) void function(void* jarg1, void* jarg2) vtkAMRBox_GetNumberOfNodes__SWIG_0; extern(C) long function(void* jarg1) vtkAMRBox_GetNumberOfNodes__SWIG_1; extern(C) int function(void* jarg1) vtkAMRBox_ComputeDimension; extern(C) void* function(void* jarg1) vtkAMRBox_GetLoCorner; extern(C) void* function(void* jarg1) vtkAMRBox_GetHiCorner; extern(C) void function(void* jarg1, void* jarg2) vtkAMRBox_GetValidHiCorner; extern(C) uint function(void* jarg1) vtkAMRBox_Empty; extern(C) uint function(void* jarg1) vtkAMRBox_IsInvalid; extern(C) uint function(void* jarg1, void* jarg2) vtkAMRBox_swigOpEquals; extern(C) uint function(void* jarg1, void* jarg2) vtkAMRBox_NotEqual; extern(C) void* function(void* jarg1, void* jarg2) vtkAMRBox_Print; extern(C) void function(void* jarg1, void* jarg2, void* jarg3) vtkAMRBox_Serialize__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkAMRBox_Serialize__SWIG_1; extern(C) void function(void* jarg1, void* jarg2, long jarg3) vtkAMRBox_Deserialize; extern(C) uint function(void* jarg1, void* jarg2, int jarg3) vtkAMRBox_DoesBoxIntersectAlongDimension; extern(C) uint function(void* jarg1, void* jarg2) vtkAMRBox_DoesIntersect; extern(C) void function(void* jarg1, int jarg2) vtkAMRBox_Coarsen; extern(C) void function(void* jarg1, int jarg2) vtkAMRBox_Refine; extern(C) void function(void* jarg1, int jarg2) vtkAMRBox_Grow; extern(C) void function(void* jarg1, int jarg2) vtkAMRBox_Shrink; extern(C) void function(void* jarg1, int jarg2, int jarg3, int jarg4) vtkAMRBox_Shift__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkAMRBox_Shift__SWIG_1; extern(C) uint function(void* jarg1, void* jarg2) vtkAMRBox_Intersect; extern(C) uint function(void* jarg1, int jarg2, int jarg3, int jarg4) vtkAMRBox_Contains__SWIG_0; extern(C) uint function(void* jarg1, void* jarg2) vtkAMRBox_Contains__SWIG_1; extern(C) uint function(void* jarg1, void* jarg2) vtkAMRBox_Contains__SWIG_2; extern(C) void function(void* jarg1, int jarg2, void* jarg3) vtkAMRBox_GetGhostVector; extern(C) void function(void* jarg1, int jarg2) vtkAMRBox_RemoveGhosts; extern(C) long function() vtkAMRBox_GetBytesize; extern(C) int function(void* jarg1, int jarg2, int jarg3, int jarg4, void* jarg5) vtkAMRBox_GetCellLinearIndex; extern(C) void function(void* jarg1, void* jarg2, void* jarg3, void* jarg4) vtkAMRBox_GetBounds; extern(C) void function(void* jarg1, void* jarg2, void* jarg3, void* jarg4) vtkAMRBox_GetBoxOrigin; extern(C) uint function(void* jarg1, void* jarg2, void* jarg3, double jarg4, double jarg5, double jarg6) vtkAMRBox_HasPoint; extern(C) int function(void* jarg1, void* jarg2, void* jarg3, void* jarg4, void* jarg5, void* jarg6) vtkAMRBox_ComputeStructuredCoordinates; extern(C) void* function() vtkAMRInformation_New; extern(C) int function(const(char)* jarg1) vtkAMRInformation_IsTypeOf; extern(C) void* function(void* jarg1) vtkAMRInformation_SafeDownCast; extern(C) void* function(void* jarg1) vtkAMRInformation_NewInstance; extern(C) uint function(void* jarg1, void* jarg2) vtkAMRInformation_swigOpEquals; extern(C) void function(void* jarg1, int jarg2, void* jarg3) vtkAMRInformation_Initialize; extern(C) int function(void* jarg1) vtkAMRInformation_GetGridDescription; extern(C) void function(void* jarg1, int jarg2) vtkAMRInformation_SetGridDescription; extern(C) void function(void* jarg1, void* jarg2) vtkAMRInformation_GetOrigin__SWIG_0; extern(C) void* function(void* jarg1) vtkAMRInformation_GetOrigin__SWIG_1; extern(C) void function(void* jarg1, void* jarg2) vtkAMRInformation_SetOrigin; extern(C) uint function(void* jarg1) vtkAMRInformation_GetNumberOfLevels; extern(C) uint function(void* jarg1, uint jarg2) vtkAMRInformation_GetNumberOfDataSets; extern(C) uint function(void* jarg1) vtkAMRInformation_GetTotalNumberOfBlocks; extern(C) int function(void* jarg1, uint jarg2, uint jarg3) vtkAMRInformation_GetIndex; extern(C) void function(void* jarg1, uint jarg2, void* jarg3, void* jarg4) vtkAMRInformation_ComputeIndexPair; extern(C) void* function(void* jarg1) vtkAMRInformation_GetBounds__SWIG_0; extern(C) void function(void* jarg1, uint jarg2, uint jarg3, void* jarg4) vtkAMRInformation_GetBounds__SWIG_1; extern(C) uint function(void* jarg1, uint jarg2, uint jarg3, void* jarg4) vtkAMRInformation_GetOrigin__SWIG_2; extern(C) void function(void* jarg1, uint jarg2, void* jarg3) vtkAMRInformation_GetSpacing; extern(C) uint function(void* jarg1, uint jarg2) vtkAMRInformation_HasSpacing; extern(C) void function(void* jarg1, uint jarg2, uint jarg3, void* jarg4) vtkAMRInformation_SetAMRBox; extern(C) void* function(void* jarg1, uint jarg2, uint jarg3) vtkAMRInformation_GetAMRBox; extern(C) uint function(void* jarg1, uint jarg2, uint jarg3, void* jarg4) vtkAMRInformation_GetCoarsenedAMRBox; extern(C) int function(void* jarg1, int jarg2) vtkAMRInformation_GetAMRBlockSourceIndex; extern(C) void function(void* jarg1, int jarg2, int jarg3) vtkAMRInformation_SetAMRBlockSourceIndex; extern(C) void function(void* jarg1) vtkAMRInformation_GenerateRefinementRatio; extern(C) uint function(void* jarg1) vtkAMRInformation_HasRefinementRatio; extern(C) void function(void* jarg1, uint jarg2, int jarg3) vtkAMRInformation_SetRefinementRatio; extern(C) int function(void* jarg1, uint jarg2) vtkAMRInformation_GetRefinementRatio; extern(C) void function(void* jarg1, uint jarg2, void* jarg3) vtkAMRInformation_SetSpacing; extern(C) uint function(void* jarg1) vtkAMRInformation_HasChildrenInformation; extern(C) void* function(void* jarg1, uint jarg2, uint jarg3, void* jarg4) vtkAMRInformation_GetParents; extern(C) void* function(void* jarg1, uint jarg2, uint jarg3, void* jarg4) vtkAMRInformation_GetChildren; extern(C) void function(void* jarg1, uint jarg2, uint jarg3) vtkAMRInformation_PrintParentChildInfo; extern(C) void function(void* jarg1) vtkAMRInformation_GenerateParentChildInformation; extern(C) uint function(void* jarg1) vtkAMRInformation_Audit; extern(C) uint function(void* jarg1, void* jarg2, uint jarg3, uint jarg4, void* jarg5) vtkAMRInformation_FindCell; extern(C) uint function(void* jarg1, void* jarg2, int jarg3, void* jarg4) vtkAMRInformation_FindGrid__SWIG_0; extern(C) uint function(void* jarg1, void* jarg2, void* jarg3, void* jarg4) vtkAMRInformation_FindGrid__SWIG_1; extern(C) void* function(void* jarg1) vtkAMRInformation_GetNumBlocks; extern(C) void* function(void* jarg1, uint jarg2) vtkAMRInformation_GetChildrenAtLevel; extern(C) void function(void* jarg1, void* jarg2) vtkAMRInformation_DeepCopy; extern(C) void* function(void* objectRef) vtkAMRInformation_Upcast; extern(C) void* function() vtkVectorText_New; extern(C) int function(const(char)* jarg1) vtkVectorText_IsTypeOf; extern(C) void* function(void* jarg1) vtkVectorText_SafeDownCast; extern(C) void* function(void* jarg1) vtkVectorText_NewInstance; extern(C) void function(void* jarg1, const(char)* jarg2) vtkVectorText_SetText; extern(C) const(char)* function(void* jarg1) vtkVectorText_GetText; extern(C) void* function(void* objectRef) vtkVectorText_Upcast; extern(C) void* function() vtkOggTheoraWriter_New; extern(C) int function(const(char)* jarg1) vtkOggTheoraWriter_IsTypeOf; extern(C) void* function(void* jarg1) vtkOggTheoraWriter_SafeDownCast; extern(C) void* function(void* jarg1) vtkOggTheoraWriter_NewInstance; extern(C) void function(void* jarg1, int jarg2) vtkOggTheoraWriter_SetQuality; extern(C) int function(void* jarg1) vtkOggTheoraWriter_GetQualityMinValue; extern(C) int function(void* jarg1) vtkOggTheoraWriter_GetQualityMaxValue; extern(C) int function(void* jarg1) vtkOggTheoraWriter_GetQuality; extern(C) void function(void* jarg1, int jarg2) vtkOggTheoraWriter_SetRate; extern(C) int function(void* jarg1) vtkOggTheoraWriter_GetRateMinValue; extern(C) int function(void* jarg1) vtkOggTheoraWriter_GetRateMaxValue; extern(C) int function(void* jarg1) vtkOggTheoraWriter_GetRate; extern(C) void function(void* jarg1, int jarg2) vtkOggTheoraWriter_SetSubsampling; extern(C) int function(void* jarg1) vtkOggTheoraWriter_GetSubsampling; extern(C) void function(void* jarg1) vtkOggTheoraWriter_SubsamplingOn; extern(C) void function(void* jarg1) vtkOggTheoraWriter_SubsamplingOff; extern(C) void* function(void* objectRef) vtkOggTheoraWriter_Upcast; extern(C) void* function() vtkExtractLevel_New; extern(C) int function(const(char)* jarg1) vtkExtractLevel_IsTypeOf; extern(C) void* function(void* jarg1) vtkExtractLevel_SafeDownCast; extern(C) void* function(void* jarg1) vtkExtractLevel_NewInstance; extern(C) void function(void* jarg1, uint jarg2) vtkExtractLevel_AddLevel; extern(C) void function(void* jarg1, uint jarg2) vtkExtractLevel_RemoveLevel; extern(C) void function(void* jarg1) vtkExtractLevel_RemoveAllLevels; extern(C) void* function() new_vtkExtractLevel; extern(C) void function(void* jarg1) delete_vtkExtractLevel; extern(C) void* function(void* objectRef) vtkExtractLevel_Upcast; extern(C) void* function() vtkContextInteractorStyle_New; extern(C) int function(const(char)* jarg1) vtkContextInteractorStyle_IsTypeOf; extern(C) void* function(void* jarg1) vtkContextInteractorStyle_SafeDownCast; extern(C) void* function(void* jarg1) vtkContextInteractorStyle_NewInstance; extern(C) void function(void* jarg1, void* jarg2) vtkContextInteractorStyle_SetScene; extern(C) void* function(void* jarg1) vtkContextInteractorStyle_GetScene; extern(C) void function(void* jarg1) vtkContextInteractorStyle_OnSceneModified; extern(C) void function(void* jarg1, void* jarg2) vtkContextInteractorStyle_OnSelection; extern(C) void* function(void* objectRef) vtkContextInteractorStyle_Upcast; extern(C) void* function() vtkDiagonalMatrixSource_New; extern(C) int function(const(char)* jarg1) vtkDiagonalMatrixSource_IsTypeOf; extern(C) void* function(void* jarg1) vtkDiagonalMatrixSource_SafeDownCast; extern(C) void* function(void* jarg1) vtkDiagonalMatrixSource_NewInstance; extern(C) int function(void* jarg1) vtkDiagonalMatrixSource_GetArrayType; extern(C) void function(void* jarg1, int jarg2) vtkDiagonalMatrixSource_SetArrayType; extern(C) long function(void* jarg1) vtkDiagonalMatrixSource_GetExtents; extern(C) void function(void* jarg1, long jarg2) vtkDiagonalMatrixSource_SetExtents; extern(C) double function(void* jarg1) vtkDiagonalMatrixSource_GetDiagonal; extern(C) void function(void* jarg1, double jarg2) vtkDiagonalMatrixSource_SetDiagonal; extern(C) double function(void* jarg1) vtkDiagonalMatrixSource_GetSuperDiagonal; extern(C) void function(void* jarg1, double jarg2) vtkDiagonalMatrixSource_SetSuperDiagonal; extern(C) double function(void* jarg1) vtkDiagonalMatrixSource_GetSubDiagonal; extern(C) void function(void* jarg1, double jarg2) vtkDiagonalMatrixSource_SetSubDiagonal; extern(C) const(char)* function(void* jarg1) vtkDiagonalMatrixSource_GetRowLabel; extern(C) void function(void* jarg1, const(char)* jarg2) vtkDiagonalMatrixSource_SetRowLabel; extern(C) const(char)* function(void* jarg1) vtkDiagonalMatrixSource_GetColumnLabel; extern(C) void function(void* jarg1, const(char)* jarg2) vtkDiagonalMatrixSource_SetColumnLabel; extern(C) void* function(void* objectRef) vtkDiagonalMatrixSource_Upcast; extern(C) int function(const(char)* jarg1) vtkColorLegend_IsTypeOf; extern(C) void* function(void* jarg1) vtkColorLegend_SafeDownCast; extern(C) void* function(void* jarg1) vtkColorLegend_NewInstance; extern(C) void* function() vtkColorLegend_New; extern(C) void function(void* jarg1, void* jarg2) vtkColorLegend_GetBounds; extern(C) void function(void* jarg1, void* jarg2) vtkColorLegend_SetTransferFunction; extern(C) void* function(void* jarg1) vtkColorLegend_GetTransferFunction; extern(C) void function(void* jarg1, void* jarg2) vtkColorLegend_SetPosition; extern(C) void* function(void* jarg1) vtkColorLegend_GetPosition; extern(C) void* function(void* objectRef) vtkColorLegend_Upcast; extern(C) void* function() vtkInteractorStyleTrackballCamera_New; extern(C) int function(const(char)* jarg1) vtkInteractorStyleTrackballCamera_IsTypeOf; extern(C) void* function(void* jarg1) vtkInteractorStyleTrackballCamera_SafeDownCast; extern(C) void* function(void* jarg1) vtkInteractorStyleTrackballCamera_NewInstance; extern(C) void function(void* jarg1, double jarg2) vtkInteractorStyleTrackballCamera_SetMotionFactor; extern(C) double function(void* jarg1) vtkInteractorStyleTrackballCamera_GetMotionFactor; extern(C) void* function(void* objectRef) vtkInteractorStyleTrackballCamera_Upcast; extern(C) void* function() vtkInteractorStyleRubberBand3D_New; extern(C) int function(const(char)* jarg1) vtkInteractorStyleRubberBand3D_IsTypeOf; extern(C) void* function(void* jarg1) vtkInteractorStyleRubberBand3D_SafeDownCast; extern(C) void* function(void* jarg1) vtkInteractorStyleRubberBand3D_NewInstance; extern(C) void function(void* jarg1, uint jarg2) vtkInteractorStyleRubberBand3D_SetRenderOnMouseMove; extern(C) uint function(void* jarg1) vtkInteractorStyleRubberBand3D_GetRenderOnMouseMove; extern(C) void function(void* jarg1) vtkInteractorStyleRubberBand3D_RenderOnMouseMoveOn; extern(C) void function(void* jarg1) vtkInteractorStyleRubberBand3D_RenderOnMouseMoveOff; extern(C) int function(void* jarg1) vtkInteractorStyleRubberBand3D_GetInteraction; extern(C) void* function(void* jarg1) vtkInteractorStyleRubberBand3D_GetStartPosition__SWIG_0; extern(C) void function(void* jarg1, void* jarg2, void* jarg3) vtkInteractorStyleRubberBand3D_GetStartPosition__SWIG_1; extern(C) void function(void* jarg1, void* jarg2) vtkInteractorStyleRubberBand3D_GetStartPosition__SWIG_2; extern(C) void* function(void* jarg1) vtkInteractorStyleRubberBand3D_GetEndPosition__SWIG_0; extern(C) void function(void* jarg1, void* jarg2, void* jarg3) vtkInteractorStyleRubberBand3D_GetEndPosition__SWIG_1; extern(C) void function(void* jarg1, void* jarg2) vtkInteractorStyleRubberBand3D_GetEndPosition__SWIG_2; extern(C) void* function(void* objectRef) vtkInteractorStyleRubberBand3D_Upcast; extern(C) void* function() vtkXMLUtilities_New; extern(C) int function(const(char)* jarg1) vtkXMLUtilities_IsTypeOf; extern(C) void* function(void* jarg1) vtkXMLUtilities_SafeDownCast; extern(C) void* function(void* jarg1) vtkXMLUtilities_NewInstance; extern(C) void function(const(char)* jarg1, int jarg2, void* jarg3, int jarg4, int jarg5) vtkXMLUtilities_EncodeString__SWIG_0; extern(C) void function(const(char)* jarg1, int jarg2, void* jarg3, int jarg4) vtkXMLUtilities_EncodeString__SWIG_1; extern(C) void function(void* jarg1, void* jarg2, const(char)* jarg3) vtkXMLUtilities_CollateAttributes__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkXMLUtilities_CollateAttributes__SWIG_1; extern(C) void function(void* jarg1, void* jarg2, int jarg3) vtkXMLUtilities_ReadElementFromAttributeArray; extern(C) void function(void* jarg1) vtkXMLUtilities_FactorElements; extern(C) void function(void* jarg1) vtkXMLUtilities_UnFactorElements; extern(C) void* function(void* objectRef) vtkXMLUtilities_Upcast; extern(C) void* function() vtkClearZPass_New; extern(C) int function(const(char)* jarg1) vtkClearZPass_IsTypeOf; extern(C) void* function(void* jarg1) vtkClearZPass_SafeDownCast; extern(C) void* function(void* jarg1) vtkClearZPass_NewInstance; extern(C) void function(void* jarg1, double jarg2) vtkClearZPass_SetDepth; extern(C) double function(void* jarg1) vtkClearZPass_GetDepthMinValue; extern(C) double function(void* jarg1) vtkClearZPass_GetDepthMaxValue; extern(C) double function(void* jarg1) vtkClearZPass_GetDepth; extern(C) void* function(void* objectRef) vtkClearZPass_Upcast; extern(C) void* function(void* jarg1, void* jarg2) new_SortCoordinates; extern(C) uint function(void* jarg1, long jarg2, long jarg3) SortCoordinates_opCall; extern(C) void function(void* jarg1, void* jarg2) SortCoordinates_Sort_set; extern(C) void* function(void* jarg1) SortCoordinates_Sort_get; extern(C) void function(void* jarg1, void* jarg2) SortCoordinates_Coordinates_set; extern(C) void* function(void* jarg1) SortCoordinates_Coordinates_get; extern(C) void function(void* jarg1) delete_SortCoordinates; extern(C) int function() VTK_QUADTREE_CHILD_SW_get; extern(C) int function() VTK_QUADTREE_CHILD_SE_get; extern(C) int function() VTK_QUADTREE_CHILD_NW_get; extern(C) int function() VTK_QUADTREE_CHILD_NE_get; extern(C) int function() VTK_BINARY_TREE_CHILD_LEFT_get; extern(C) int function() VTK_BINARY_TREE_CHILD_RIGHT_get; extern(C) int function(const(char)* jarg1) vtkHyperOctreeCursor_IsTypeOf; extern(C) void* function(void* jarg1) vtkHyperOctreeCursor_SafeDownCast; extern(C) void* function(void* jarg1) vtkHyperOctreeCursor_NewInstance; extern(C) int function(void* jarg1) vtkHyperOctreeCursor_GetLeafId; extern(C) int function(void* jarg1) vtkHyperOctreeCursor_CurrentIsLeaf; extern(C) int function(void* jarg1) vtkHyperOctreeCursor_CurrentIsRoot; extern(C) int function(void* jarg1) vtkHyperOctreeCursor_GetCurrentLevel; extern(C) int function(void* jarg1) vtkHyperOctreeCursor_GetChildIndex; extern(C) int function(void* jarg1) vtkHyperOctreeCursor_CurrentIsTerminalNode; extern(C) void function(void* jarg1) vtkHyperOctreeCursor_ToRoot; extern(C) void function(void* jarg1) vtkHyperOctreeCursor_ToParent; extern(C) void function(void* jarg1, int jarg2) vtkHyperOctreeCursor_ToChild; extern(C) void function(void* jarg1, void* jarg2) vtkHyperOctreeCursor_ToSameNode; extern(C) int function(void* jarg1, void* jarg2) vtkHyperOctreeCursor_IsEqual; extern(C) void* function(void* jarg1) vtkHyperOctreeCursor_Clone; extern(C) int function(void* jarg1, void* jarg2) vtkHyperOctreeCursor_SameTree; extern(C) int function(void* jarg1, int jarg2) vtkHyperOctreeCursor_GetIndex; extern(C) int function(void* jarg1) vtkHyperOctreeCursor_GetNumberOfChildren; extern(C) int function(void* jarg1) vtkHyperOctreeCursor_GetDimension; extern(C) void function(void* jarg1, void* jarg2, int jarg3) vtkHyperOctreeCursor_MoveToNode; extern(C) int function(void* jarg1) vtkHyperOctreeCursor_Found; extern(C) void* function(void* objectRef) vtkHyperOctreeCursor_Upcast; extern(C) void* function() vtkTemporalInterpolator_New; extern(C) int function(const(char)* jarg1) vtkTemporalInterpolator_IsTypeOf; extern(C) void* function(void* jarg1) vtkTemporalInterpolator_SafeDownCast; extern(C) void* function(void* jarg1) vtkTemporalInterpolator_NewInstance; extern(C) void function(void* jarg1, double jarg2) vtkTemporalInterpolator_SetDiscreteTimeStepInterval; extern(C) double function(void* jarg1) vtkTemporalInterpolator_GetDiscreteTimeStepInterval; extern(C) void function(void* jarg1, int jarg2) vtkTemporalInterpolator_SetResampleFactor; extern(C) int function(void* jarg1) vtkTemporalInterpolator_GetResampleFactor; extern(C) void* function(void* objectRef) vtkTemporalInterpolator_Upcast; extern(C) void* function() vtkCameraActor_New; extern(C) int function(const(char)* jarg1) vtkCameraActor_IsTypeOf; extern(C) void* function(void* jarg1) vtkCameraActor_SafeDownCast; extern(C) void* function(void* jarg1) vtkCameraActor_NewInstance; extern(C) void function(void* jarg1, void* jarg2) vtkCameraActor_SetCamera; extern(C) void* function(void* jarg1) vtkCameraActor_GetCamera; extern(C) void function(void* jarg1, double jarg2) vtkCameraActor_SetWidthByHeightRatio; extern(C) double function(void* jarg1) vtkCameraActor_GetWidthByHeightRatio; extern(C) int function(void* jarg1, void* jarg2) vtkCameraActor_RenderOpaqueGeometry; extern(C) int function(void* jarg1) vtkCameraActor_HasTranslucentPolygonalGeometry; extern(C) void function(void* jarg1, void* jarg2) vtkCameraActor_ReleaseGraphicsResources; extern(C) void* function(void* jarg1) vtkCameraActor_GetProperty; extern(C) void function(void* jarg1, void* jarg2) vtkCameraActor_SetProperty; extern(C) void* function(void* objectRef) vtkCameraActor_Upcast; extern(C) void* function() vtkShaderCodeLibrary_New; extern(C) int function(const(char)* jarg1) vtkShaderCodeLibrary_IsTypeOf; extern(C) void* function(void* jarg1) vtkShaderCodeLibrary_SafeDownCast; extern(C) void* function(void* jarg1) vtkShaderCodeLibrary_NewInstance; extern(C) const(char)* function(const(char)* jarg1) vtkShaderCodeLibrary_GetShaderCode; extern(C) void* function() vtkShaderCodeLibrary_GetListOfShaderCodeNames; extern(C) void function(const(char)* jarg1, const(char)* jarg2) vtkShaderCodeLibrary_RegisterShaderCode; extern(C) void* function() new_vtkShaderCodeLibrary; extern(C) void function(void* jarg1) delete_vtkShaderCodeLibrary; extern(C) void* function(void* objectRef) vtkShaderCodeLibrary_Upcast; extern(C) int function(const(char)* jarg1) vtkMNITransformWriter_IsTypeOf; extern(C) void* function(void* jarg1) vtkMNITransformWriter_SafeDownCast; extern(C) void* function(void* jarg1) vtkMNITransformWriter_NewInstance; extern(C) void* function() vtkMNITransformWriter_New; extern(C) void function(void* jarg1, const(char)* jarg2) vtkMNITransformWriter_SetFileName; extern(C) const(char)* function(void* jarg1) vtkMNITransformWriter_GetFileName; extern(C) const(char)* function(void* jarg1) vtkMNITransformWriter_GetFileExtensions; extern(C) const(char)* function(void* jarg1) vtkMNITransformWriter_GetDescriptiveName; extern(C) void function(void* jarg1, void* jarg2) vtkMNITransformWriter_SetTransform; extern(C) void* function(void* jarg1) vtkMNITransformWriter_GetTransform; extern(C) void function(void* jarg1, void* jarg2) vtkMNITransformWriter_AddTransform; extern(C) int function(void* jarg1) vtkMNITransformWriter_GetNumberOfTransforms; extern(C) void function(void* jarg1, const(char)* jarg2) vtkMNITransformWriter_SetComments; extern(C) const(char)* function(void* jarg1) vtkMNITransformWriter_GetComments; extern(C) void function(void* jarg1) vtkMNITransformWriter_Write; extern(C) void* function(void* objectRef) vtkMNITransformWriter_Upcast; extern(C) void* function() vtkCone_New; extern(C) int function(const(char)* jarg1) vtkCone_IsTypeOf; extern(C) void* function(void* jarg1) vtkCone_SafeDownCast; extern(C) void* function(void* jarg1) vtkCone_NewInstance; extern(C) double function(void* jarg1, void* jarg2) vtkCone_EvaluateFunction__SWIG_0; extern(C) double function(void* jarg1, double jarg2, double jarg3, double jarg4) vtkCone_EvaluateFunction__SWIG_1; extern(C) void function(void* jarg1, double jarg2) vtkCone_SetAngle; extern(C) double function(void* jarg1) vtkCone_GetAngleMinValue; extern(C) double function(void* jarg1) vtkCone_GetAngleMaxValue; extern(C) double function(void* jarg1) vtkCone_GetAngle; extern(C) void* function(void* objectRef) vtkCone_Upcast; extern(C) void* function() vtkVRMLExporter_New; extern(C) int function(const(char)* jarg1) vtkVRMLExporter_IsTypeOf; extern(C) void* function(void* jarg1) vtkVRMLExporter_SafeDownCast; extern(C) void* function(void* jarg1) vtkVRMLExporter_NewInstance; extern(C) void function(void* jarg1, const(char)* jarg2) vtkVRMLExporter_SetFileName; extern(C) const(char)* function(void* jarg1) vtkVRMLExporter_GetFileName; extern(C) void function(void* jarg1, double jarg2) vtkVRMLExporter_SetSpeed; extern(C) double function(void* jarg1) vtkVRMLExporter_GetSpeed; extern(C) void function(void* jarg1, void* jarg2) vtkVRMLExporter_SetFilePointer; extern(C) void* function(void* objectRef) vtkVRMLExporter_Upcast; extern(C) int function(const(char)* jarg1) vtkPlotSurface_IsTypeOf; extern(C) void* function(void* jarg1) vtkPlotSurface_SafeDownCast; extern(C) void* function(void* jarg1) vtkPlotSurface_NewInstance; extern(C) void* function() vtkPlotSurface_New; extern(C) void function(void* jarg1, void* jarg2) vtkPlotSurface_SetInputData__SWIG_0; extern(C) void function(void* jarg1, void* jarg2, void* jarg3, void* jarg4, void* jarg5) vtkPlotSurface_SetInputData__SWIG_1; extern(C) void function(void* jarg1, void* jarg2, void* jarg3, void* jarg4, void* jarg5, void* jarg6) vtkPlotSurface_SetInputData__SWIG_2; extern(C) void function(void* jarg1, void* jarg2, long jarg3, long jarg4, long jarg5) vtkPlotSurface_SetInputData__SWIG_3; extern(C) void function(void* jarg1, float jarg2, float jarg3) vtkPlotSurface_SetXRange; extern(C) void function(void* jarg1, float jarg2, float jarg3) vtkPlotSurface_SetYRange; extern(C) void* function() new_vtkPlotSurface; extern(C) void function(void* jarg1) delete_vtkPlotSurface; extern(C) void* function(void* objectRef) vtkPlotSurface_Upcast; extern(C) int function(const(char)* jarg1) vtkTextActor_IsTypeOf; extern(C) void* function(void* jarg1) vtkTextActor_SafeDownCast; extern(C) void* function(void* jarg1) vtkTextActor_NewInstance; extern(C) void* function() vtkTextActor_New; extern(C) void function(void* jarg1, void* jarg2) vtkTextActor_SetMapper; extern(C) void function(void* jarg1, const(char)* jarg2) vtkTextActor_SetInput; extern(C) const(char)* function(void* jarg1) vtkTextActor_GetInput; extern(C) void function(void* jarg1, int jarg2, int jarg3) vtkTextActor_SetMinimumSize__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkTextActor_SetMinimumSize__SWIG_1; extern(C) void* function(void* jarg1) vtkTextActor_GetMinimumSize__SWIG_0; extern(C) void function(void* jarg1, void* jarg2, void* jarg3) vtkTextActor_GetMinimumSize__SWIG_1; extern(C) void function(void* jarg1, void* jarg2) vtkTextActor_GetMinimumSize__SWIG_2; extern(C) void function(void* jarg1, float jarg2) vtkTextActor_SetMaximumLineHeight; extern(C) float function(void* jarg1) vtkTextActor_GetMaximumLineHeight; extern(C) void function(void* jarg1, int jarg2) vtkTextActor_SetTextScaleMode; extern(C) int function(void* jarg1) vtkTextActor_GetTextScaleModeMinValue; extern(C) int function(void* jarg1) vtkTextActor_GetTextScaleModeMaxValue; extern(C) int function(void* jarg1) vtkTextActor_GetTextScaleMode; extern(C) void function(void* jarg1) vtkTextActor_SetTextScaleModeToNone; extern(C) void function(void* jarg1) vtkTextActor_SetTextScaleModeToProp; extern(C) void function(void* jarg1) vtkTextActor_SetTextScaleModeToViewport; extern(C) void function(void* jarg1, int jarg2) vtkTextActor_SetUseBorderAlign; extern(C) int function(void* jarg1) vtkTextActor_GetUseBorderAlign; extern(C) void function(void* jarg1) vtkTextActor_UseBorderAlignOn; extern(C) void function(void* jarg1) vtkTextActor_UseBorderAlignOff; extern(C) void function(void* jarg1, int jarg2) vtkTextActor_SetAlignmentPoint; extern(C) int function(void* jarg1) vtkTextActor_GetAlignmentPoint; extern(C) void function(void* jarg1, float jarg2) vtkTextActor_SetOrientation; extern(C) float function(void* jarg1) vtkTextActor_GetOrientation; extern(C) void function(void* jarg1, void* jarg2) vtkTextActor_SetTextProperty; extern(C) void* function(void* jarg1) vtkTextActor_GetTextProperty; extern(C) void function(void* jarg1, void* jarg2, void* jarg3) vtkTextActor_GetBoundingBox; extern(C) void function(void* jarg1, void* jarg2, void* jarg3) vtkTextActor_GetSize; extern(C) int function(void* jarg1, void* jarg2, int jarg3, int jarg4) vtkTextActor_SetConstrainedFontSize__SWIG_0; extern(C) int function(void* jarg1, int jarg2, int jarg3, void* jarg4, int jarg5, void* jarg6) vtkTextActor_SetMultipleConstrainedFontSize; extern(C) void function(void* jarg1, double jarg2, int jarg3) vtkTextActor_SetNonLinearFontScale; extern(C) void function(void* jarg1, void* jarg2, void* jarg3, int jarg4) vtkTextActor_SpecifiedToDisplay; extern(C) void function(void* jarg1, void* jarg2, void* jarg3, int jarg4) vtkTextActor_DisplayToSpecified; extern(C) void function(void* jarg1, void* jarg2) vtkTextActor_ComputeScaledFont; extern(C) void* function(void* jarg1) vtkTextActor_GetScaledTextProperty; extern(C) float function(void* jarg1) vtkTextActor_GetFontScale; extern(C) void* function(void* objectRef) vtkTextActor_Upcast; extern(C) int function(const(char)* jarg1) vtkScaledTextActor_IsTypeOf; extern(C) void* function(void* jarg1) vtkScaledTextActor_SafeDownCast; extern(C) void* function(void* jarg1) vtkScaledTextActor_NewInstance; extern(C) void* function() vtkScaledTextActor_New; extern(C) void function(void* jarg1) delete_vtkScaledTextActor; extern(C) void* function(void* objectRef) vtkScaledTextActor_Upcast; extern(C) void* function() vtkExtractArraysOverTime_New; extern(C) int function(const(char)* jarg1) vtkExtractArraysOverTime_IsTypeOf; extern(C) void* function(void* jarg1) vtkExtractArraysOverTime_SafeDownCast; extern(C) void* function(void* jarg1) vtkExtractArraysOverTime_NewInstance; extern(C) int function(void* jarg1) vtkExtractArraysOverTime_GetNumberOfTimeSteps; extern(C) void function(void* jarg1, void* jarg2) vtkExtractArraysOverTime_SetSelectionConnection; extern(C) void function(void* jarg1, void* jarg2) vtkExtractArraysOverTime_SetSelectionExtractor; extern(C) void* function(void* jarg1) vtkExtractArraysOverTime_GetSelectionExtractor; extern(C) void function(void* jarg1, int jarg2) vtkExtractArraysOverTime_SetReportStatisticsOnly; extern(C) int function(void* jarg1) vtkExtractArraysOverTime_GetReportStatisticsOnly; extern(C) void function(void* jarg1) vtkExtractArraysOverTime_ReportStatisticsOnlyOn; extern(C) void function(void* jarg1) vtkExtractArraysOverTime_ReportStatisticsOnlyOff; extern(C) void* function() new_vtkExtractArraysOverTime; extern(C) void function(void* jarg1) delete_vtkExtractArraysOverTime; extern(C) void* function(void* objectRef) vtkExtractArraysOverTime_Upcast; extern(C) void* function() vtkPExtractArraysOverTime_New; extern(C) int function(const(char)* jarg1) vtkPExtractArraysOverTime_IsTypeOf; extern(C) void* function(void* jarg1) vtkPExtractArraysOverTime_SafeDownCast; extern(C) void* function(void* jarg1) vtkPExtractArraysOverTime_NewInstance; extern(C) void function(void* jarg1, void* jarg2) vtkPExtractArraysOverTime_SetController; extern(C) void* function(void* jarg1) vtkPExtractArraysOverTime_GetController; extern(C) void* function(void* objectRef) vtkPExtractArraysOverTime_Upcast; extern(C) int function() VTK_DICE_MODE_NUMBER_OF_POINTS_get; extern(C) int function() VTK_DICE_MODE_SPECIFIED_NUMBER_get; extern(C) int function() VTK_DICE_MODE_MEMORY_LIMIT_get; extern(C) int function(const(char)* jarg1) vtkDicer_IsTypeOf; extern(C) void* function(void* jarg1) vtkDicer_SafeDownCast; extern(C) void* function(void* jarg1) vtkDicer_NewInstance; extern(C) void function(void* jarg1, int jarg2) vtkDicer_SetFieldData; extern(C) int function(void* jarg1) vtkDicer_GetFieldData; extern(C) void function(void* jarg1) vtkDicer_FieldDataOn; extern(C) void function(void* jarg1) vtkDicer_FieldDataOff; extern(C) void function(void* jarg1, int jarg2) vtkDicer_SetDiceMode; extern(C) int function(void* jarg1) vtkDicer_GetDiceModeMinValue; extern(C) int function(void* jarg1) vtkDicer_GetDiceModeMaxValue; extern(C) int function(void* jarg1) vtkDicer_GetDiceMode; extern(C) void function(void* jarg1) vtkDicer_SetDiceModeToNumberOfPointsPerPiece; extern(C) void function(void* jarg1) vtkDicer_SetDiceModeToSpecifiedNumberOfPieces; extern(C) void function(void* jarg1) vtkDicer_SetDiceModeToMemoryLimitPerPiece; extern(C) int function(void* jarg1) vtkDicer_GetNumberOfActualPieces; extern(C) void function(void* jarg1, int jarg2) vtkDicer_SetNumberOfPointsPerPiece; extern(C) int function(void* jarg1) vtkDicer_GetNumberOfPointsPerPieceMinValue; extern(C) int function(void* jarg1) vtkDicer_GetNumberOfPointsPerPieceMaxValue; extern(C) int function(void* jarg1) vtkDicer_GetNumberOfPointsPerPiece; extern(C) void function(void* jarg1, int jarg2) vtkDicer_SetNumberOfPieces; extern(C) int function(void* jarg1) vtkDicer_GetNumberOfPiecesMinValue; extern(C) int function(void* jarg1) vtkDicer_GetNumberOfPiecesMaxValue; extern(C) int function(void* jarg1) vtkDicer_GetNumberOfPieces; extern(C) void function(void* jarg1, core.stdc.config.c_ulong jarg2) vtkDicer_SetMemoryLimit; extern(C) core.stdc.config.c_ulong function(void* jarg1) vtkDicer_GetMemoryLimitMinValue; extern(C) core.stdc.config.c_ulong function(void* jarg1) vtkDicer_GetMemoryLimitMaxValue; extern(C) core.stdc.config.c_ulong function(void* jarg1) vtkDicer_GetMemoryLimit; extern(C) void* function(void* objectRef) vtkDicer_Upcast; extern(C) int function(const(char)* jarg1) vtkOBBDicer_IsTypeOf; extern(C) void* function(void* jarg1) vtkOBBDicer_SafeDownCast; extern(C) void* function(void* jarg1) vtkOBBDicer_NewInstance; extern(C) void* function() vtkOBBDicer_New; extern(C) void* function(void* objectRef) vtkOBBDicer_Upcast; extern(C) void* function() vtkSocketCollection_New; extern(C) int function(const(char)* jarg1) vtkSocketCollection_IsTypeOf; extern(C) void* function(void* jarg1) vtkSocketCollection_SafeDownCast; extern(C) void* function(void* jarg1) vtkSocketCollection_NewInstance; extern(C) void function(void* jarg1, void* jarg2) vtkSocketCollection_AddItem; extern(C) int function(void* jarg1, core.stdc.config.c_ulong jarg2) vtkSocketCollection_SelectSockets__SWIG_0; extern(C) int function(void* jarg1) vtkSocketCollection_SelectSockets__SWIG_1; extern(C) void* function(void* jarg1) vtkSocketCollection_GetLastSelectedSocket; extern(C) void function(void* jarg1, int jarg2, void* jarg3) vtkSocketCollection_ReplaceItem; extern(C) void function(void* jarg1, int jarg2) vtkSocketCollection_RemoveItem__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkSocketCollection_RemoveItem__SWIG_1; extern(C) void function(void* jarg1) vtkSocketCollection_RemoveAllItems; extern(C) void* function(void* objectRef) vtkSocketCollection_Upcast; extern(C) void* function() vtkXMLMaterial_New; extern(C) int function(const(char)* jarg1) vtkXMLMaterial_IsTypeOf; extern(C) void* function(void* jarg1) vtkXMLMaterial_SafeDownCast; extern(C) void* function(void* jarg1) vtkXMLMaterial_NewInstance; extern(C) void* function(const(char)* jarg1) vtkXMLMaterial_CreateInstance; extern(C) int function(void* jarg1) vtkXMLMaterial_GetNumberOfProperties; extern(C) int function(void* jarg1) vtkXMLMaterial_GetNumberOfTextures; extern(C) int function(void* jarg1) vtkXMLMaterial_GetNumberOfVertexShaders; extern(C) int function(void* jarg1) vtkXMLMaterial_GetNumberOfFragmentShaders; extern(C) void* function(void* jarg1, int jarg2) vtkXMLMaterial_GetProperty__SWIG_0; extern(C) void* function(void* jarg1) vtkXMLMaterial_GetProperty__SWIG_1; extern(C) void* function(void* jarg1, int jarg2) vtkXMLMaterial_GetTexture__SWIG_0; extern(C) void* function(void* jarg1) vtkXMLMaterial_GetTexture__SWIG_1; extern(C) void* function(void* jarg1, int jarg2) vtkXMLMaterial_GetVertexShader__SWIG_0; extern(C) void* function(void* jarg1) vtkXMLMaterial_GetVertexShader__SWIG_1; extern(C) void* function(void* jarg1, int jarg2) vtkXMLMaterial_GetFragmentShader__SWIG_0; extern(C) void* function(void* jarg1) vtkXMLMaterial_GetFragmentShader__SWIG_1; extern(C) void* function(void* jarg1) vtkXMLMaterial_GetRootElement; extern(C) void function(void* jarg1, void* jarg2) vtkXMLMaterial_SetRootElement; extern(C) int function(void* jarg1) vtkXMLMaterial_GetShaderLanguage; extern(C) int function(void* jarg1) vtkXMLMaterial_GetShaderStyle; extern(C) void* function(void* objectRef) vtkXMLMaterial_Upcast; extern(C) int function(const(char)* jarg1) vtkTextCodec_IsTypeOf; extern(C) void* function(void* jarg1) vtkTextCodec_SafeDownCast; extern(C) void* function(void* jarg1) vtkTextCodec_NewInstance; extern(C) const(char)* function(void* jarg1) vtkTextCodec_Name; extern(C) uint function(void* jarg1, const(char)* jarg2) vtkTextCodec_CanHandle; extern(C) uint function(void* jarg1, void* jarg2) vtkTextCodec_IsValid; extern(C) void function(void* jarg1, void* jarg2, void* jarg3) vtkTextCodec_ToUnicode__SWIG_0; extern(C) void* function(void* jarg1, void* jarg2) vtkTextCodec_ToUnicode__SWIG_1; extern(C) uint function(void* jarg1, void* jarg2) vtkTextCodec_NextUnicode; extern(C) void function(void* jarg1) delete_vtkTextCodec; extern(C) void* function(void* objectRef) vtkTextCodec_Upcast; extern(C) int function(const(char)* jarg1) vtkMultiBlockMergeFilter_IsTypeOf; extern(C) void* function(void* jarg1) vtkMultiBlockMergeFilter_SafeDownCast; extern(C) void* function(void* jarg1) vtkMultiBlockMergeFilter_NewInstance; extern(C) void* function() vtkMultiBlockMergeFilter_New; extern(C) void function(void* jarg1, void* jarg2) vtkMultiBlockMergeFilter_AddInputData__SWIG_0; extern(C) void function(void* jarg1, int jarg2, void* jarg3) vtkMultiBlockMergeFilter_AddInputData__SWIG_1; extern(C) void* function(void* objectRef) vtkMultiBlockMergeFilter_Upcast; extern(C) int function() VTK_LIGHT_TYPE_HEADLIGHT_get; extern(C) int function() VTK_LIGHT_TYPE_CAMERA_LIGHT_get; extern(C) int function() VTK_LIGHT_TYPE_SCENE_LIGHT_get; extern(C) int function(const(char)* jarg1) vtkLight_IsTypeOf; extern(C) void* function(void* jarg1) vtkLight_SafeDownCast; extern(C) void* function(void* jarg1) vtkLight_NewInstance; extern(C) void* function() vtkLight_New; extern(C) void* function(void* jarg1) vtkLight_ShallowClone; extern(C) void function(void* jarg1, void* jarg2, int jarg3) vtkLight_Render; extern(C) void function(void* jarg1, double jarg2, double jarg3, double jarg4) vtkLight_SetAmbientColor__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkLight_SetAmbientColor__SWIG_1; extern(C) void* function(void* jarg1) vtkLight_GetAmbientColor__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkLight_GetAmbientColor__SWIG_1; extern(C) void function(void* jarg1, double jarg2, double jarg3, double jarg4) vtkLight_SetDiffuseColor__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkLight_SetDiffuseColor__SWIG_1; extern(C) void* function(void* jarg1) vtkLight_GetDiffuseColor__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkLight_GetDiffuseColor__SWIG_1; extern(C) void function(void* jarg1, double jarg2, double jarg3, double jarg4) vtkLight_SetSpecularColor__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkLight_SetSpecularColor__SWIG_1; extern(C) void* function(void* jarg1) vtkLight_GetSpecularColor__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkLight_GetSpecularColor__SWIG_1; extern(C) void function(void* jarg1, double jarg2, double jarg3, double jarg4) vtkLight_SetColor__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkLight_SetColor__SWIG_1; extern(C) void function(void* jarg1, double jarg2, double jarg3, double jarg4) vtkLight_SetPosition__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkLight_SetPosition__SWIG_1; extern(C) void* function(void* jarg1) vtkLight_GetPosition__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkLight_GetPosition__SWIG_1; extern(C) void function(void* jarg1, void* jarg2) vtkLight_SetPosition__SWIG_2; extern(C) void function(void* jarg1, double jarg2, double jarg3, double jarg4) vtkLight_SetFocalPoint__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkLight_SetFocalPoint__SWIG_1; extern(C) void* function(void* jarg1) vtkLight_GetFocalPoint__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkLight_GetFocalPoint__SWIG_1; extern(C) void function(void* jarg1, void* jarg2) vtkLight_SetFocalPoint__SWIG_2; extern(C) void function(void* jarg1, double jarg2) vtkLight_SetIntensity; extern(C) double function(void* jarg1) vtkLight_GetIntensity; extern(C) void function(void* jarg1, int jarg2) vtkLight_SetSwitch; extern(C) int function(void* jarg1) vtkLight_GetSwitch; extern(C) void function(void* jarg1) vtkLight_SwitchOn; extern(C) void function(void* jarg1) vtkLight_SwitchOff; extern(C) void function(void* jarg1, int jarg2) vtkLight_SetPositional; extern(C) int function(void* jarg1) vtkLight_GetPositional; extern(C) void function(void* jarg1) vtkLight_PositionalOn; extern(C) void function(void* jarg1) vtkLight_PositionalOff; extern(C) void function(void* jarg1, double jarg2) vtkLight_SetExponent; extern(C) double function(void* jarg1) vtkLight_GetExponentMinValue; extern(C) double function(void* jarg1) vtkLight_GetExponentMaxValue; extern(C) double function(void* jarg1) vtkLight_GetExponent; extern(C) void function(void* jarg1, double jarg2) vtkLight_SetConeAngle; extern(C) double function(void* jarg1) vtkLight_GetConeAngle; extern(C) void function(void* jarg1, double jarg2, double jarg3, double jarg4) vtkLight_SetAttenuationValues__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkLight_SetAttenuationValues__SWIG_1; extern(C) void* function(void* jarg1) vtkLight_GetAttenuationValues__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkLight_GetAttenuationValues__SWIG_1; extern(C) void function(void* jarg1, void* jarg2) vtkLight_SetTransformMatrix; extern(C) void* function(void* jarg1) vtkLight_GetTransformMatrix; extern(C) void function(void* jarg1, void* jarg2, void* jarg3, void* jarg4) vtkLight_GetTransformedPosition__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkLight_GetTransformedPosition__SWIG_1; extern(C) void* function(void* jarg1) vtkLight_GetTransformedPosition__SWIG_2; extern(C) void function(void* jarg1, void* jarg2, void* jarg3, void* jarg4) vtkLight_GetTransformedFocalPoint__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkLight_GetTransformedFocalPoint__SWIG_1; extern(C) void* function(void* jarg1) vtkLight_GetTransformedFocalPoint__SWIG_2; extern(C) void function(void* jarg1, double jarg2, double jarg3) vtkLight_SetDirectionAngle__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkLight_SetDirectionAngle__SWIG_1; extern(C) void function(void* jarg1, void* jarg2) vtkLight_DeepCopy; extern(C) void function(void* jarg1, int jarg2) vtkLight_SetLightType; extern(C) int function(void* jarg1) vtkLight_GetLightType; extern(C) void function(void* jarg1) vtkLight_SetLightTypeToHeadlight; extern(C) void function(void* jarg1) vtkLight_SetLightTypeToSceneLight; extern(C) void function(void* jarg1) vtkLight_SetLightTypeToCameraLight; extern(C) int function(void* jarg1) vtkLight_LightTypeIsHeadlight; extern(C) int function(void* jarg1) vtkLight_LightTypeIsSceneLight; extern(C) int function(void* jarg1) vtkLight_LightTypeIsCameraLight; extern(C) void function(void* jarg1, void* jarg2) vtkLight_ReadSelf; extern(C) void function(void* jarg1, void* jarg2) vtkLight_WriteSelf; extern(C) void* function(void* objectRef) vtkLight_Upcast; extern(C) void* function() vtkOpenGLLight_New; extern(C) int function(const(char)* jarg1) vtkOpenGLLight_IsTypeOf; extern(C) void* function(void* jarg1) vtkOpenGLLight_SafeDownCast; extern(C) void* function(void* jarg1) vtkOpenGLLight_NewInstance; extern(C) void* function(void* objectRef) vtkOpenGLLight_Upcast; extern(C) void* function() vtkMutableDirectedGraph_New; extern(C) int function(const(char)* jarg1) vtkMutableDirectedGraph_IsTypeOf; extern(C) void* function(void* jarg1) vtkMutableDirectedGraph_SafeDownCast; extern(C) void* function(void* jarg1) vtkMutableDirectedGraph_NewInstance; extern(C) long function(void* jarg1, long jarg2) vtkMutableDirectedGraph_SetNumberOfVertices; extern(C) long function(void* jarg1) vtkMutableDirectedGraph_AddVertex__SWIG_0; extern(C) long function(void* jarg1, void* jarg2) vtkMutableDirectedGraph_AddVertex__SWIG_1; extern(C) long function(void* jarg1, void* jarg2) vtkMutableDirectedGraph_AddVertex__SWIG_2; extern(C) void function(void* jarg1) vtkMutableDirectedGraph_LazyAddVertex__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkMutableDirectedGraph_LazyAddVertex__SWIG_1; extern(C) void function(void* jarg1, void* jarg2) vtkMutableDirectedGraph_LazyAddVertex__SWIG_2; extern(C) void function(void* jarg1, long jarg2, long jarg3, void* jarg4) vtkMutableDirectedGraph_LazyAddEdge__SWIG_0; extern(C) void function(void* jarg1, long jarg2, long jarg3) vtkMutableDirectedGraph_LazyAddEdge__SWIG_1; extern(C) void function(void* jarg1, void* jarg2, long jarg3, void* jarg4) vtkMutableDirectedGraph_LazyAddEdge__SWIG_2; extern(C) void function(void* jarg1, void* jarg2, long jarg3) vtkMutableDirectedGraph_LazyAddEdge__SWIG_3; extern(C) void function(void* jarg1, long jarg2, void* jarg3, void* jarg4) vtkMutableDirectedGraph_LazyAddEdge__SWIG_4; extern(C) void function(void* jarg1, long jarg2, void* jarg3) vtkMutableDirectedGraph_LazyAddEdge__SWIG_5; extern(C) void function(void* jarg1, void* jarg2, void* jarg3, void* jarg4) vtkMutableDirectedGraph_LazyAddEdge__SWIG_6; extern(C) void function(void* jarg1, void* jarg2, void* jarg3) vtkMutableDirectedGraph_LazyAddEdge__SWIG_7; extern(C) void* function(void* jarg1, long jarg2, long jarg3) vtkMutableDirectedGraph_AddGraphEdge; extern(C) long function(void* jarg1, long jarg2, void* jarg3) vtkMutableDirectedGraph_AddChild__SWIG_0; extern(C) long function(void* jarg1, long jarg2) vtkMutableDirectedGraph_AddChild__SWIG_1; extern(C) void function(void* jarg1, long jarg2) vtkMutableDirectedGraph_RemoveVertex; extern(C) void function(void* jarg1, long jarg2) vtkMutableDirectedGraph_RemoveEdge; extern(C) void function(void* jarg1, void* jarg2) vtkMutableDirectedGraph_RemoveVertices; extern(C) void function(void* jarg1, void* jarg2) vtkMutableDirectedGraph_RemoveEdges; extern(C) void* function(void* objectRef) vtkMutableDirectedGraph_Upcast; extern(C) int function(const(char)* jarg1) vtkGenericAttribute_IsTypeOf; extern(C) void* function(void* jarg1) vtkGenericAttribute_SafeDownCast; extern(C) void* function(void* jarg1) vtkGenericAttribute_NewInstance; extern(C) const(char)* function(void* jarg1) vtkGenericAttribute_GetName; extern(C) int function(void* jarg1) vtkGenericAttribute_GetNumberOfComponents; extern(C) int function(void* jarg1) vtkGenericAttribute_GetCentering; extern(C) int function(void* jarg1) vtkGenericAttribute_GetType; extern(C) int function(void* jarg1) vtkGenericAttribute_GetComponentType; extern(C) long function(void* jarg1) vtkGenericAttribute_GetSize; extern(C) core.stdc.config.c_ulong function(void* jarg1) vtkGenericAttribute_GetActualMemorySize; extern(C) void* function(void* jarg1, int jarg2) vtkGenericAttribute_GetRange__SWIG_0; extern(C) void* function(void* jarg1) vtkGenericAttribute_GetRange__SWIG_1; extern(C) void function(void* jarg1, int jarg2, void* jarg3) vtkGenericAttribute_GetRange__SWIG_2; extern(C) double function(void* jarg1) vtkGenericAttribute_GetMaxNorm; extern(C) void* function(void* jarg1, void* jarg2) vtkGenericAttribute_GetTuple__SWIG_0; extern(C) void function(void* jarg1, void* jarg2, void* jarg3) vtkGenericAttribute_GetTuple__SWIG_1; extern(C) void* function(void* jarg1, void* jarg2) vtkGenericAttribute_GetTuple__SWIG_2; extern(C) void function(void* jarg1, void* jarg2, void* jarg3) vtkGenericAttribute_GetTuple__SWIG_3; extern(C) void* function(void* jarg1, void* jarg2) vtkGenericAttribute_GetTuple__SWIG_4; extern(C) void function(void* jarg1, void* jarg2, void* jarg3) vtkGenericAttribute_GetTuple__SWIG_5; extern(C) void function(void* jarg1, int jarg2, void* jarg3, void* jarg4) vtkGenericAttribute_GetComponent__SWIG_0; extern(C) double function(void* jarg1, int jarg2, void* jarg3) vtkGenericAttribute_GetComponent__SWIG_1; extern(C) void function(void* jarg1, void* jarg2) vtkGenericAttribute_DeepCopy; extern(C) void function(void* jarg1, void* jarg2) vtkGenericAttribute_ShallowCopy; extern(C) void* function(void* objectRef) vtkGenericAttribute_Upcast; extern(C) void* function() vtkQuadraticLinearQuad_New; extern(C) int function(const(char)* jarg1) vtkQuadraticLinearQuad_IsTypeOf; extern(C) void* function(void* jarg1) vtkQuadraticLinearQuad_SafeDownCast; extern(C) void* function(void* jarg1) vtkQuadraticLinearQuad_NewInstance; extern(C) void function(void* jarg1, void* jarg2) vtkQuadraticLinearQuad_InterpolationFunctions; extern(C) void function(void* jarg1, void* jarg2) vtkQuadraticLinearQuad_InterpolationDerivs; extern(C) void function(void* jarg1, void* jarg2, void* jarg3) vtkQuadraticLinearQuad_InterpolateFunctions; extern(C) void function(void* jarg1, void* jarg2, void* jarg3) vtkQuadraticLinearQuad_InterpolateDerivs; extern(C) void* function(int jarg1) vtkQuadraticLinearQuad_GetEdgeArray; extern(C) void* function(void* objectRef) vtkQuadraticLinearQuad_Upcast; extern(C) int function(const(char)* jarg1) vtkClipHyperOctree_IsTypeOf; extern(C) void* function(void* jarg1) vtkClipHyperOctree_SafeDownCast; extern(C) void* function(void* jarg1) vtkClipHyperOctree_NewInstance; extern(C) void* function() vtkClipHyperOctree_New; extern(C) void function(void* jarg1, double jarg2) vtkClipHyperOctree_SetValue; extern(C) double function(void* jarg1) vtkClipHyperOctree_GetValue; extern(C) void function(void* jarg1, int jarg2) vtkClipHyperOctree_SetInsideOut; extern(C) int function(void* jarg1) vtkClipHyperOctree_GetInsideOut; extern(C) void function(void* jarg1) vtkClipHyperOctree_InsideOutOn; extern(C) void function(void* jarg1) vtkClipHyperOctree_InsideOutOff; extern(C) void function(void* jarg1, void* jarg2) vtkClipHyperOctree_SetClipFunction; extern(C) void* function(void* jarg1) vtkClipHyperOctree_GetClipFunction; extern(C) void function(void* jarg1, int jarg2) vtkClipHyperOctree_SetGenerateClipScalars; extern(C) int function(void* jarg1) vtkClipHyperOctree_GetGenerateClipScalars; extern(C) void function(void* jarg1) vtkClipHyperOctree_GenerateClipScalarsOn; extern(C) void function(void* jarg1) vtkClipHyperOctree_GenerateClipScalarsOff; extern(C) void function(void* jarg1, int jarg2) vtkClipHyperOctree_SetGenerateClippedOutput; extern(C) int function(void* jarg1) vtkClipHyperOctree_GetGenerateClippedOutput; extern(C) void function(void* jarg1) vtkClipHyperOctree_GenerateClippedOutputOn; extern(C) void function(void* jarg1) vtkClipHyperOctree_GenerateClippedOutputOff; extern(C) void* function(void* jarg1) vtkClipHyperOctree_GetClippedOutput; extern(C) void function(void* jarg1, void* jarg2) vtkClipHyperOctree_SetLocator; extern(C) void* function(void* jarg1) vtkClipHyperOctree_GetLocator; extern(C) void function(void* jarg1) vtkClipHyperOctree_CreateDefaultLocator; extern(C) void* function(void* objectRef) vtkClipHyperOctree_Upcast; extern(C) void* function() vtkIcicleView_New; extern(C) int function(const(char)* jarg1) vtkIcicleView_IsTypeOf; extern(C) void* function(void* jarg1) vtkIcicleView_SafeDownCast; extern(C) void* function(void* jarg1) vtkIcicleView_NewInstance; extern(C) void function(void* jarg1, uint jarg2) vtkIcicleView_SetTopToBottom; extern(C) uint function(void* jarg1) vtkIcicleView_GetTopToBottom; extern(C) void function(void* jarg1) vtkIcicleView_TopToBottomOn; extern(C) void function(void* jarg1) vtkIcicleView_TopToBottomOff; extern(C) void function(void* jarg1, double jarg2) vtkIcicleView_SetRootWidth; extern(C) double function(void* jarg1) vtkIcicleView_GetRootWidth; extern(C) void function(void* jarg1, double jarg2) vtkIcicleView_SetLayerThickness; extern(C) double function(void* jarg1) vtkIcicleView_GetLayerThickness; extern(C) void function(void* jarg1, uint jarg2) vtkIcicleView_SetUseGradientColoring; extern(C) uint function(void* jarg1) vtkIcicleView_GetUseGradientColoring; extern(C) void function(void* jarg1) vtkIcicleView_UseGradientColoringOn; extern(C) void function(void* jarg1) vtkIcicleView_UseGradientColoringOff; extern(C) void* function(void* objectRef) vtkIcicleView_Upcast; extern(C) void* function() vtkImageMapToColors_New; extern(C) int function(const(char)* jarg1) vtkImageMapToColors_IsTypeOf; extern(C) void* function(void* jarg1) vtkImageMapToColors_SafeDownCast; extern(C) void* function(void* jarg1) vtkImageMapToColors_NewInstance; extern(C) void function(void* jarg1, void* jarg2) vtkImageMapToColors_SetLookupTable; extern(C) void* function(void* jarg1) vtkImageMapToColors_GetLookupTable; extern(C) void function(void* jarg1, int jarg2) vtkImageMapToColors_SetOutputFormat; extern(C) int function(void* jarg1) vtkImageMapToColors_GetOutputFormat; extern(C) void function(void* jarg1) vtkImageMapToColors_SetOutputFormatToRGBA; extern(C) void function(void* jarg1) vtkImageMapToColors_SetOutputFormatToRGB; extern(C) void function(void* jarg1) vtkImageMapToColors_SetOutputFormatToLuminanceAlpha; extern(C) void function(void* jarg1) vtkImageMapToColors_SetOutputFormatToLuminance; extern(C) void function(void* jarg1, int jarg2) vtkImageMapToColors_SetActiveComponent; extern(C) int function(void* jarg1) vtkImageMapToColors_GetActiveComponent; extern(C) void function(void* jarg1, int jarg2) vtkImageMapToColors_SetPassAlphaToOutput; extern(C) void function(void* jarg1) vtkImageMapToColors_PassAlphaToOutputOn; extern(C) void function(void* jarg1) vtkImageMapToColors_PassAlphaToOutputOff; extern(C) int function(void* jarg1) vtkImageMapToColors_GetPassAlphaToOutput; extern(C) void* function(void* objectRef) vtkImageMapToColors_Upcast; extern(C) void* function() vtkImageMapToWindowLevelColors_New; extern(C) int function(const(char)* jarg1) vtkImageMapToWindowLevelColors_IsTypeOf; extern(C) void* function(void* jarg1) vtkImageMapToWindowLevelColors_SafeDownCast; extern(C) void* function(void* jarg1) vtkImageMapToWindowLevelColors_NewInstance; extern(C) void function(void* jarg1, double jarg2) vtkImageMapToWindowLevelColors_SetWindow; extern(C) double function(void* jarg1) vtkImageMapToWindowLevelColors_GetWindow; extern(C) void function(void* jarg1, double jarg2) vtkImageMapToWindowLevelColors_SetLevel; extern(C) double function(void* jarg1) vtkImageMapToWindowLevelColors_GetLevel; extern(C) void* function(void* objectRef) vtkImageMapToWindowLevelColors_Upcast; extern(C) void* function() vtkChacoReader_New; extern(C) int function(const(char)* jarg1) vtkChacoReader_IsTypeOf; extern(C) void* function(void* jarg1) vtkChacoReader_SafeDownCast; extern(C) void* function(void* jarg1) vtkChacoReader_NewInstance; extern(C) void function(void* jarg1, const(char)* jarg2) vtkChacoReader_SetBaseName; extern(C) const(char)* function(void* jarg1) vtkChacoReader_GetBaseName; extern(C) void function(void* jarg1, int jarg2) vtkChacoReader_SetGenerateGlobalElementIdArray; extern(C) int function(void* jarg1) vtkChacoReader_GetGenerateGlobalElementIdArray; extern(C) void function(void* jarg1) vtkChacoReader_GenerateGlobalElementIdArrayOn; extern(C) void function(void* jarg1) vtkChacoReader_GenerateGlobalElementIdArrayOff; extern(C) const(char)* function() vtkChacoReader_GetGlobalElementIdArrayName; extern(C) void function(void* jarg1, int jarg2) vtkChacoReader_SetGenerateGlobalNodeIdArray; extern(C) int function(void* jarg1) vtkChacoReader_GetGenerateGlobalNodeIdArray; extern(C) void function(void* jarg1) vtkChacoReader_GenerateGlobalNodeIdArrayOn; extern(C) void function(void* jarg1) vtkChacoReader_GenerateGlobalNodeIdArrayOff; extern(C) const(char)* function() vtkChacoReader_GetGlobalNodeIdArrayName; extern(C) void function(void* jarg1, int jarg2) vtkChacoReader_SetGenerateVertexWeightArrays; extern(C) int function(void* jarg1) vtkChacoReader_GetGenerateVertexWeightArrays; extern(C) void function(void* jarg1) vtkChacoReader_GenerateVertexWeightArraysOn; extern(C) void function(void* jarg1) vtkChacoReader_GenerateVertexWeightArraysOff; extern(C) int function(void* jarg1) vtkChacoReader_GetNumberOfVertexWeights; extern(C) const(char)* function(void* jarg1, int jarg2) vtkChacoReader_GetVertexWeightArrayName; extern(C) void function(void* jarg1, int jarg2) vtkChacoReader_SetGenerateEdgeWeightArrays; extern(C) int function(void* jarg1) vtkChacoReader_GetGenerateEdgeWeightArrays; extern(C) void function(void* jarg1) vtkChacoReader_GenerateEdgeWeightArraysOn; extern(C) void function(void* jarg1) vtkChacoReader_GenerateEdgeWeightArraysOff; extern(C) int function(void* jarg1) vtkChacoReader_GetNumberOfEdgeWeights; extern(C) const(char)* function(void* jarg1, int jarg2) vtkChacoReader_GetEdgeWeightArrayName; extern(C) int function(void* jarg1) vtkChacoReader_GetDimensionality; extern(C) long function(void* jarg1) vtkChacoReader_GetNumberOfEdges; extern(C) long function(void* jarg1) vtkChacoReader_GetNumberOfVertices; extern(C) int function(void* jarg1) vtkChacoReader_GetNumberOfCellWeightArrays; extern(C) int function(void* jarg1) vtkChacoReader_GetNumberOfPointWeightArrays; extern(C) void* function(void* objectRef) vtkChacoReader_Upcast; extern(C) void* function() vtkPChacoReader_New; extern(C) int function(const(char)* jarg1) vtkPChacoReader_IsTypeOf; extern(C) void* function(void* jarg1) vtkPChacoReader_SafeDownCast; extern(C) void* function(void* jarg1) vtkPChacoReader_NewInstance; extern(C) void function(void* jarg1, void* jarg2) vtkPChacoReader_SetController; extern(C) void* function(void* jarg1) vtkPChacoReader_GetController; extern(C) void* function(void* objectRef) vtkPChacoReader_Upcast; extern(C) void* function() vtkInteractorStyleTrackball_New; extern(C) int function(const(char)* jarg1) vtkInteractorStyleTrackball_IsTypeOf; extern(C) void* function(void* jarg1) vtkInteractorStyleTrackball_SafeDownCast; extern(C) void* function(void* jarg1) vtkInteractorStyleTrackball_NewInstance; extern(C) void* function(void* objectRef) vtkInteractorStyleTrackball_Upcast; extern(C) void* function() vtkImageCast_New; extern(C) int function(const(char)* jarg1) vtkImageCast_IsTypeOf; extern(C) void* function(void* jarg1) vtkImageCast_SafeDownCast; extern(C) void* function(void* jarg1) vtkImageCast_NewInstance; extern(C) void function(void* jarg1, int jarg2) vtkImageCast_SetOutputScalarType; extern(C) int function(void* jarg1) vtkImageCast_GetOutputScalarType; extern(C) void function(void* jarg1) vtkImageCast_SetOutputScalarTypeToFloat; extern(C) void function(void* jarg1) vtkImageCast_SetOutputScalarTypeToDouble; extern(C) void function(void* jarg1) vtkImageCast_SetOutputScalarTypeToInt; extern(C) void function(void* jarg1) vtkImageCast_SetOutputScalarTypeToUnsignedInt; extern(C) void function(void* jarg1) vtkImageCast_SetOutputScalarTypeToLong; extern(C) void function(void* jarg1) vtkImageCast_SetOutputScalarTypeToUnsignedLong; extern(C) void function(void* jarg1) vtkImageCast_SetOutputScalarTypeToShort; extern(C) void function(void* jarg1) vtkImageCast_SetOutputScalarTypeToUnsignedShort; extern(C) void function(void* jarg1) vtkImageCast_SetOutputScalarTypeToUnsignedChar; extern(C) void function(void* jarg1) vtkImageCast_SetOutputScalarTypeToChar; extern(C) void function(void* jarg1, int jarg2) vtkImageCast_SetClampOverflow; extern(C) int function(void* jarg1) vtkImageCast_GetClampOverflow; extern(C) void function(void* jarg1) vtkImageCast_ClampOverflowOn; extern(C) void function(void* jarg1) vtkImageCast_ClampOverflowOff; extern(C) void* function(void* objectRef) vtkImageCast_Upcast; extern(C) void* function() vtkBoxRepresentation_New; extern(C) int function(const(char)* jarg1) vtkBoxRepresentation_IsTypeOf; extern(C) void* function(void* jarg1) vtkBoxRepresentation_SafeDownCast; extern(C) void* function(void* jarg1) vtkBoxRepresentation_NewInstance; extern(C) void function(void* jarg1, void* jarg2) vtkBoxRepresentation_GetPlanes; extern(C) void function(void* jarg1, int jarg2) vtkBoxRepresentation_SetInsideOut; extern(C) int function(void* jarg1) vtkBoxRepresentation_GetInsideOut; extern(C) void function(void* jarg1) vtkBoxRepresentation_InsideOutOn; extern(C) void function(void* jarg1) vtkBoxRepresentation_InsideOutOff; extern(C) void function(void* jarg1, void* jarg2) vtkBoxRepresentation_GetTransform; extern(C) void function(void* jarg1, void* jarg2) vtkBoxRepresentation_SetTransform; extern(C) void function(void* jarg1, void* jarg2) vtkBoxRepresentation_GetPolyData; extern(C) void* function(void* jarg1) vtkBoxRepresentation_GetHandleProperty; extern(C) void* function(void* jarg1) vtkBoxRepresentation_GetSelectedHandleProperty; extern(C) void* function(void* jarg1) vtkBoxRepresentation_GetFaceProperty; extern(C) void* function(void* jarg1) vtkBoxRepresentation_GetSelectedFaceProperty; extern(C) void* function(void* jarg1) vtkBoxRepresentation_GetOutlineProperty; extern(C) void* function(void* jarg1) vtkBoxRepresentation_GetSelectedOutlineProperty; extern(C) void function(void* jarg1, int jarg2) vtkBoxRepresentation_SetOutlineFaceWires; extern(C) int function(void* jarg1) vtkBoxRepresentation_GetOutlineFaceWires; extern(C) void function(void* jarg1) vtkBoxRepresentation_OutlineFaceWiresOn; extern(C) void function(void* jarg1) vtkBoxRepresentation_OutlineFaceWiresOff; extern(C) void function(void* jarg1, int jarg2) vtkBoxRepresentation_SetOutlineCursorWires; extern(C) int function(void* jarg1) vtkBoxRepresentation_GetOutlineCursorWires; extern(C) void function(void* jarg1) vtkBoxRepresentation_OutlineCursorWiresOn; extern(C) void function(void* jarg1) vtkBoxRepresentation_OutlineCursorWiresOff; extern(C) void function(void* jarg1) vtkBoxRepresentation_HandlesOn; extern(C) void function(void* jarg1) vtkBoxRepresentation_HandlesOff; extern(C) void function(void* jarg1, void* jarg2) vtkBoxRepresentation_PlaceWidget; extern(C) int function(void* jarg1, int jarg2, int jarg3, int jarg4) vtkBoxRepresentation_ComputeInteractionState__SWIG_0; extern(C) int function(void* jarg1, int jarg2, int jarg3) vtkBoxRepresentation_ComputeInteractionState__SWIG_1; extern(C) void function(void* jarg1, int jarg2) vtkBoxRepresentation_SetInteractionState; extern(C) void* function(void* objectRef) vtkBoxRepresentation_Upcast; extern(C) void* function() vtkInteractorStyleRubberBandPick_New; extern(C) int function(const(char)* jarg1) vtkInteractorStyleRubberBandPick_IsTypeOf; extern(C) void* function(void* jarg1) vtkInteractorStyleRubberBandPick_SafeDownCast; extern(C) void* function(void* jarg1) vtkInteractorStyleRubberBandPick_NewInstance; extern(C) void function(void* jarg1) vtkInteractorStyleRubberBandPick_StartSelect; extern(C) void* function(void* objectRef) vtkInteractorStyleRubberBandPick_Upcast; extern(C) void* function() vtkMatrixToHomogeneousTransform_New; extern(C) int function(const(char)* jarg1) vtkMatrixToHomogeneousTransform_IsTypeOf; extern(C) void* function(void* jarg1) vtkMatrixToHomogeneousTransform_SafeDownCast; extern(C) void* function(void* jarg1) vtkMatrixToHomogeneousTransform_NewInstance; extern(C) void function(void* jarg1, void* jarg2) vtkMatrixToHomogeneousTransform_SetInput; extern(C) void* function(void* jarg1) vtkMatrixToHomogeneousTransform_GetInput; extern(C) void* function(void* objectRef) vtkMatrixToHomogeneousTransform_Upcast; extern(C) void* function() vtkGeoTerrain_New; extern(C) int function(const(char)* jarg1) vtkGeoTerrain_IsTypeOf; extern(C) void* function(void* jarg1) vtkGeoTerrain_SafeDownCast; extern(C) void* function(void* jarg1) vtkGeoTerrain_NewInstance; extern(C) void* function(void* jarg1) vtkGeoTerrain_GetSource; extern(C) void function(void* jarg1, void* jarg2) vtkGeoTerrain_SetSource; extern(C) void function(void* jarg1, const(char)* jarg2, int jarg3) vtkGeoTerrain_SaveDatabase; extern(C) void function(void* jarg1, void* jarg2, void* jarg3, void* jarg4) vtkGeoTerrain_AddActors; extern(C) void function(void* jarg1, double jarg2, double jarg3, double jarg4) vtkGeoTerrain_SetOrigin__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkGeoTerrain_SetOrigin__SWIG_1; extern(C) void* function(void* jarg1) vtkGeoTerrain_GetOrigin__SWIG_0; extern(C) void function(void* jarg1, void* jarg2, void* jarg3, void* jarg4) vtkGeoTerrain_GetOrigin__SWIG_1; extern(C) void function(void* jarg1, void* jarg2) vtkGeoTerrain_GetOrigin__SWIG_2; extern(C) void function(void* jarg1, int jarg2) vtkGeoTerrain_SetMaxLevel; extern(C) int function(void* jarg1) vtkGeoTerrain_GetMaxLevelMinValue; extern(C) int function(void* jarg1) vtkGeoTerrain_GetMaxLevelMaxValue; extern(C) int function(void* jarg1) vtkGeoTerrain_GetMaxLevel; extern(C) void* function(void* objectRef) vtkGeoTerrain_Upcast; extern(C) void* function() vtkGeoTerrain2D_New; extern(C) int function(const(char)* jarg1) vtkGeoTerrain2D_IsTypeOf; extern(C) void* function(void* jarg1) vtkGeoTerrain2D_SafeDownCast; extern(C) void* function(void* jarg1) vtkGeoTerrain2D_NewInstance; extern(C) void function(void* jarg1, double jarg2) vtkGeoTerrain2D_SetTextureTolerance; extern(C) double function(void* jarg1) vtkGeoTerrain2D_GetTextureTolerance; extern(C) void function(void* jarg1, double jarg2) vtkGeoTerrain2D_SetLocationTolerance; extern(C) double function(void* jarg1) vtkGeoTerrain2D_GetLocationTolerance; extern(C) void* function(void* jarg1) vtkGeoTerrain2D_GetTransform; extern(C) void* function(void* objectRef) vtkGeoTerrain2D_Upcast; extern(C) void* function() vtkImageAppend_New; extern(C) int function(const(char)* jarg1) vtkImageAppend_IsTypeOf; extern(C) void* function(void* jarg1) vtkImageAppend_SafeDownCast; extern(C) void* function(void* jarg1) vtkImageAppend_NewInstance; extern(C) void function(void* jarg1, int jarg2, void* jarg3) vtkImageAppend_ReplaceNthInputConnection; extern(C) void function(void* jarg1, int jarg2, void* jarg3) vtkImageAppend_SetInputData__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkImageAppend_SetInputData__SWIG_1; extern(C) void* function(void* jarg1, int jarg2) vtkImageAppend_GetInput__SWIG_0; extern(C) void* function(void* jarg1) vtkImageAppend_GetInput__SWIG_1; extern(C) int function(void* jarg1) vtkImageAppend_GetNumberOfInputs; extern(C) void function(void* jarg1, int jarg2) vtkImageAppend_SetAppendAxis; extern(C) int function(void* jarg1) vtkImageAppend_GetAppendAxis; extern(C) void function(void* jarg1, int jarg2) vtkImageAppend_SetPreserveExtents; extern(C) int function(void* jarg1) vtkImageAppend_GetPreserveExtents; extern(C) void function(void* jarg1) vtkImageAppend_PreserveExtentsOn; extern(C) void function(void* jarg1) vtkImageAppend_PreserveExtentsOff; extern(C) void* function(void* objectRef) vtkImageAppend_Upcast; extern(C) void* function() vtkImageDotProduct_New; extern(C) int function(const(char)* jarg1) vtkImageDotProduct_IsTypeOf; extern(C) void* function(void* jarg1) vtkImageDotProduct_SafeDownCast; extern(C) void* function(void* jarg1) vtkImageDotProduct_NewInstance; extern(C) void function(void* jarg1, void* jarg2) vtkImageDotProduct_SetInput1Data; extern(C) void function(void* jarg1, void* jarg2) vtkImageDotProduct_SetInput2Data; extern(C) void* function(void* objectRef) vtkImageDotProduct_Upcast; extern(C) void* function() vtkDataSetGradientPrecompute_New; extern(C) int function(const(char)* jarg1) vtkDataSetGradientPrecompute_IsTypeOf; extern(C) void* function(void* jarg1) vtkDataSetGradientPrecompute_SafeDownCast; extern(C) void* function(void* jarg1) vtkDataSetGradientPrecompute_NewInstance; extern(C) int function(void* jarg1) vtkDataSetGradientPrecompute_GradientPrecompute; extern(C) void* function(void* objectRef) vtkDataSetGradientPrecompute_Upcast; extern(C) int function(const(char)* jarg1) vtkGraphGeodesicPath_IsTypeOf; extern(C) void* function(void* jarg1) vtkGraphGeodesicPath_SafeDownCast; extern(C) void* function(void* jarg1) vtkGraphGeodesicPath_NewInstance; extern(C) long function(void* jarg1) vtkGraphGeodesicPath_GetStartVertex; extern(C) void function(void* jarg1, long jarg2) vtkGraphGeodesicPath_SetStartVertex; extern(C) long function(void* jarg1) vtkGraphGeodesicPath_GetEndVertex; extern(C) void function(void* jarg1, long jarg2) vtkGraphGeodesicPath_SetEndVertex; extern(C) void* function(void* objectRef) vtkGraphGeodesicPath_Upcast; extern(C) void* function() vtkDijkstraGraphGeodesicPath_New; extern(C) int function(const(char)* jarg1) vtkDijkstraGraphGeodesicPath_IsTypeOf; extern(C) void* function(void* jarg1) vtkDijkstraGraphGeodesicPath_SafeDownCast; extern(C) void* function(void* jarg1) vtkDijkstraGraphGeodesicPath_NewInstance; extern(C) void* function(void* jarg1) vtkDijkstraGraphGeodesicPath_GetIdList; extern(C) void function(void* jarg1, int jarg2) vtkDijkstraGraphGeodesicPath_SetStopWhenEndReached; extern(C) int function(void* jarg1) vtkDijkstraGraphGeodesicPath_GetStopWhenEndReached; extern(C) void function(void* jarg1) vtkDijkstraGraphGeodesicPath_StopWhenEndReachedOn; extern(C) void function(void* jarg1) vtkDijkstraGraphGeodesicPath_StopWhenEndReachedOff; extern(C) void function(void* jarg1, int jarg2) vtkDijkstraGraphGeodesicPath_SetUseScalarWeights; extern(C) int function(void* jarg1) vtkDijkstraGraphGeodesicPath_GetUseScalarWeights; extern(C) void function(void* jarg1) vtkDijkstraGraphGeodesicPath_UseScalarWeightsOn; extern(C) void function(void* jarg1) vtkDijkstraGraphGeodesicPath_UseScalarWeightsOff; extern(C) void function(void* jarg1, int jarg2) vtkDijkstraGraphGeodesicPath_SetRepelPathFromVertices; extern(C) int function(void* jarg1) vtkDijkstraGraphGeodesicPath_GetRepelPathFromVertices; extern(C) void function(void* jarg1) vtkDijkstraGraphGeodesicPath_RepelPathFromVerticesOn; extern(C) void function(void* jarg1) vtkDijkstraGraphGeodesicPath_RepelPathFromVerticesOff; extern(C) void function(void* jarg1, void* jarg2) vtkDijkstraGraphGeodesicPath_SetRepelVertices; extern(C) void* function(void* jarg1) vtkDijkstraGraphGeodesicPath_GetRepelVertices; extern(C) void function(void* jarg1, void* jarg2) vtkDijkstraGraphGeodesicPath_GetCumulativeWeights; extern(C) void* function(void* objectRef) vtkDijkstraGraphGeodesicPath_Upcast; extern(C) int function() VTK_IMAGESLAB_BLEND_MIN_get; extern(C) int function() VTK_IMAGESLAB_BLEND_MAX_get; extern(C) int function() VTK_IMAGESLAB_BLEND_MEAN_get; extern(C) void* function() vtkImageSlabReslice_New; extern(C) int function(const(char)* jarg1) vtkImageSlabReslice_IsTypeOf; extern(C) void* function(void* jarg1) vtkImageSlabReslice_SafeDownCast; extern(C) void* function(void* jarg1) vtkImageSlabReslice_NewInstance; extern(C) void function(void* jarg1, int jarg2) vtkImageSlabReslice_SetBlendMode; extern(C) int function(void* jarg1) vtkImageSlabReslice_GetBlendMode; extern(C) void function(void* jarg1) vtkImageSlabReslice_SetBlendModeToMin; extern(C) void function(void* jarg1) vtkImageSlabReslice_SetBlendModeToMax; extern(C) void function(void* jarg1) vtkImageSlabReslice_SetBlendModeToMean; extern(C) int function(void* jarg1) vtkImageSlabReslice_GetNumBlendSamplePoints; extern(C) void function(void* jarg1, double jarg2) vtkImageSlabReslice_SetSlabThickness; extern(C) double function(void* jarg1) vtkImageSlabReslice_GetSlabThickness; extern(C) void function(void* jarg1, double jarg2) vtkImageSlabReslice_SetSlabResolution; extern(C) double function(void* jarg1) vtkImageSlabReslice_GetSlabResolution; extern(C) void* function(void* objectRef) vtkImageSlabReslice_Upcast; extern(C) int function(const(char)* jarg1) vtkInformationInformationKey_IsTypeOf; extern(C) void* function(void* jarg1) vtkInformationInformationKey_SafeDownCast; extern(C) void* function(void* jarg1) vtkInformationInformationKey_NewInstance; extern(C) void* function(const(char)* jarg1, const(char)* jarg2) new_vtkInformationInformationKey; extern(C) void function(void* jarg1) delete_vtkInformationInformationKey; extern(C) void function(void* jarg1, void* jarg2, void* jarg3) vtkInformationInformationKey_Set; extern(C) void* function(void* jarg1, void* jarg2) vtkInformationInformationKey_Get; extern(C) void* function(void* objectRef) vtkInformationInformationKey_Upcast; extern(C) int function() VTK_XYPLOT_INDEX_get; extern(C) int function() VTK_XYPLOT_ARC_LENGTH_get; extern(C) int function() VTK_XYPLOT_NORMALIZED_ARC_LENGTH_get; extern(C) int function() VTK_XYPLOT_VALUE_get; extern(C) int function() VTK_XYPLOT_ROW_get; extern(C) int function() VTK_XYPLOT_COLUMN_get; extern(C) int function() VTK_XYPLOT_Y_AXIS_TOP_get; extern(C) int function() VTK_XYPLOT_Y_AXIS_HCENTER_get; extern(C) int function() VTK_XYPLOT_Y_AXIS_VCENTER_get; extern(C) int function(const(char)* jarg1) vtkXYPlotActor_IsTypeOf; extern(C) void* function(void* jarg1) vtkXYPlotActor_SafeDownCast; extern(C) void* function(void* jarg1) vtkXYPlotActor_NewInstance; extern(C) void* function() vtkXYPlotActor_New; extern(C) void function(void* jarg1, void* jarg2, const(char)* jarg3, int jarg4) vtkXYPlotActor_AddDataSetInput__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkXYPlotActor_AddDataSetInput__SWIG_1; extern(C) void function(void* jarg1, void* jarg2, const(char)* jarg3, int jarg4) vtkXYPlotActor_AddDataSetInputConnection__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkXYPlotActor_AddDataSetInputConnection__SWIG_1; extern(C) void function(void* jarg1, void* jarg2, const(char)* jarg3, int jarg4) vtkXYPlotActor_RemoveDataSetInput__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkXYPlotActor_RemoveDataSetInput__SWIG_1; extern(C) void function(void* jarg1, void* jarg2, const(char)* jarg3, int jarg4) vtkXYPlotActor_RemoveDataSetInputConnection__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkXYPlotActor_RemoveDataSetInputConnection__SWIG_1; extern(C) void function(void* jarg1) vtkXYPlotActor_RemoveAllDataSetInputConnections; extern(C) void function(void* jarg1, int jarg2, int jarg3) vtkXYPlotActor_SetPointComponent; extern(C) int function(void* jarg1, int jarg2) vtkXYPlotActor_GetPointComponent; extern(C) void function(void* jarg1, int jarg2) vtkXYPlotActor_SetXValues; extern(C) int function(void* jarg1) vtkXYPlotActor_GetXValuesMinValue; extern(C) int function(void* jarg1) vtkXYPlotActor_GetXValuesMaxValue; extern(C) int function(void* jarg1) vtkXYPlotActor_GetXValues; extern(C) void function(void* jarg1) vtkXYPlotActor_SetXValuesToIndex; extern(C) void function(void* jarg1) vtkXYPlotActor_SetXValuesToArcLength; extern(C) void function(void* jarg1) vtkXYPlotActor_SetXValuesToNormalizedArcLength; extern(C) void function(void* jarg1) vtkXYPlotActor_SetXValuesToValue; extern(C) const(char)* function(void* jarg1) vtkXYPlotActor_GetXValuesAsString; extern(C) void function(void* jarg1, void* jarg2) vtkXYPlotActor_AddDataObjectInput; extern(C) void function(void* jarg1, void* jarg2) vtkXYPlotActor_AddDataObjectInputConnection; extern(C) void function(void* jarg1, void* jarg2) vtkXYPlotActor_RemoveDataObjectInputConnection; extern(C) void function(void* jarg1, void* jarg2) vtkXYPlotActor_RemoveDataObjectInput; extern(C) void function(void* jarg1, int jarg2) vtkXYPlotActor_SetDataObjectPlotMode; extern(C) int function(void* jarg1) vtkXYPlotActor_GetDataObjectPlotModeMinValue; extern(C) int function(void* jarg1) vtkXYPlotActor_GetDataObjectPlotModeMaxValue; extern(C) int function(void* jarg1) vtkXYPlotActor_GetDataObjectPlotMode; extern(C) void function(void* jarg1) vtkXYPlotActor_SetDataObjectPlotModeToRows; extern(C) void function(void* jarg1) vtkXYPlotActor_SetDataObjectPlotModeToColumns; extern(C) const(char)* function(void* jarg1) vtkXYPlotActor_GetDataObjectPlotModeAsString; extern(C) void function(void* jarg1, int jarg2, int jarg3) vtkXYPlotActor_SetDataObjectXComponent; extern(C) int function(void* jarg1, int jarg2) vtkXYPlotActor_GetDataObjectXComponent; extern(C) void function(void* jarg1, int jarg2, int jarg3) vtkXYPlotActor_SetDataObjectYComponent; extern(C) int function(void* jarg1, int jarg2) vtkXYPlotActor_GetDataObjectYComponent; extern(C) void function(void* jarg1, int jarg2, double jarg3, double jarg4, double jarg5) vtkXYPlotActor_SetPlotColor__SWIG_0; extern(C) void function(void* jarg1, int jarg2, void* jarg3) vtkXYPlotActor_SetPlotColor__SWIG_1; extern(C) void* function(void* jarg1, int jarg2) vtkXYPlotActor_GetPlotColor; extern(C) void function(void* jarg1, int jarg2, void* jarg3) vtkXYPlotActor_SetPlotSymbol; extern(C) void* function(void* jarg1, int jarg2) vtkXYPlotActor_GetPlotSymbol; extern(C) void function(void* jarg1, int jarg2, const(char)* jarg3) vtkXYPlotActor_SetPlotLabel; extern(C) const(char)* function(void* jarg1, int jarg2) vtkXYPlotActor_GetPlotLabel; extern(C) int function(void* jarg1) vtkXYPlotActor_GetPlotCurvePoints; extern(C) void function(void* jarg1, int jarg2) vtkXYPlotActor_SetPlotCurvePoints; extern(C) void function(void* jarg1) vtkXYPlotActor_PlotCurvePointsOn; extern(C) void function(void* jarg1) vtkXYPlotActor_PlotCurvePointsOff; extern(C) int function(void* jarg1) vtkXYPlotActor_GetPlotCurveLines; extern(C) void function(void* jarg1, int jarg2) vtkXYPlotActor_SetPlotCurveLines; extern(C) void function(void* jarg1) vtkXYPlotActor_PlotCurveLinesOn; extern(C) void function(void* jarg1) vtkXYPlotActor_PlotCurveLinesOff; extern(C) void function(void* jarg1, int jarg2, int jarg3) vtkXYPlotActor_SetPlotLines__SWIG_0; extern(C) int function(void* jarg1, int jarg2) vtkXYPlotActor_GetPlotLines__SWIG_0; extern(C) void function(void* jarg1, int jarg2, int jarg3) vtkXYPlotActor_SetPlotPoints__SWIG_0; extern(C) int function(void* jarg1, int jarg2) vtkXYPlotActor_GetPlotPoints__SWIG_0; extern(C) void function(void* jarg1, int jarg2) vtkXYPlotActor_SetExchangeAxes; extern(C) int function(void* jarg1) vtkXYPlotActor_GetExchangeAxes; extern(C) void function(void* jarg1) vtkXYPlotActor_ExchangeAxesOn; extern(C) void function(void* jarg1) vtkXYPlotActor_ExchangeAxesOff; extern(C) void function(void* jarg1, int jarg2) vtkXYPlotActor_SetReverseXAxis; extern(C) int function(void* jarg1) vtkXYPlotActor_GetReverseXAxis; extern(C) void function(void* jarg1) vtkXYPlotActor_ReverseXAxisOn; extern(C) void function(void* jarg1) vtkXYPlotActor_ReverseXAxisOff; extern(C) void function(void* jarg1, int jarg2) vtkXYPlotActor_SetReverseYAxis; extern(C) int function(void* jarg1) vtkXYPlotActor_GetReverseYAxis; extern(C) void function(void* jarg1) vtkXYPlotActor_ReverseYAxisOn; extern(C) void function(void* jarg1) vtkXYPlotActor_ReverseYAxisOff; extern(C) void* function(void* jarg1) vtkXYPlotActor_GetLegendActor; extern(C) void* function(void* jarg1) vtkXYPlotActor_GetGlyphSource; extern(C) void function(void* jarg1, const(char)* jarg2) vtkXYPlotActor_SetTitle; extern(C) const(char)* function(void* jarg1) vtkXYPlotActor_GetTitle; extern(C) void function(void* jarg1, const(char)* jarg2) vtkXYPlotActor_SetXTitle; extern(C) const(char)* function(void* jarg1) vtkXYPlotActor_GetXTitle; extern(C) void function(void* jarg1, const(char)* jarg2) vtkXYPlotActor_SetYTitle; extern(C) const(char)* function(void* jarg1) vtkXYPlotActor_GetYTitle; extern(C) void* function(void* jarg1) vtkXYPlotActor_GetXAxisActor2D; extern(C) void* function(void* jarg1) vtkXYPlotActor_GetYAxisActor2D; extern(C) void function(void* jarg1, double jarg2, double jarg3) vtkXYPlotActor_SetXRange__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkXYPlotActor_SetXRange__SWIG_1; extern(C) void* function(void* jarg1) vtkXYPlotActor_GetXRange__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkXYPlotActor_GetXRange__SWIG_1; extern(C) void function(void* jarg1, double jarg2, double jarg3) vtkXYPlotActor_SetYRange__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkXYPlotActor_SetYRange__SWIG_1; extern(C) void* function(void* jarg1) vtkXYPlotActor_GetYRange__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkXYPlotActor_GetYRange__SWIG_1; extern(C) void function(void* jarg1, double jarg2, double jarg3, double jarg4, double jarg5) vtkXYPlotActor_SetPlotRange; extern(C) void function(void* jarg1, int jarg2) vtkXYPlotActor_SetNumberOfXLabels; extern(C) int function(void* jarg1) vtkXYPlotActor_GetNumberOfXLabelsMinValue; extern(C) int function(void* jarg1) vtkXYPlotActor_GetNumberOfXLabelsMaxValue; extern(C) int function(void* jarg1) vtkXYPlotActor_GetNumberOfXLabels; extern(C) void function(void* jarg1, int jarg2) vtkXYPlotActor_SetNumberOfYLabels; extern(C) int function(void* jarg1) vtkXYPlotActor_GetNumberOfYLabelsMinValue; extern(C) int function(void* jarg1) vtkXYPlotActor_GetNumberOfYLabelsMaxValue; extern(C) int function(void* jarg1) vtkXYPlotActor_GetNumberOfYLabels; extern(C) void function(void* jarg1, int jarg2) vtkXYPlotActor_SetNumberOfLabels; extern(C) void function(void* jarg1, int jarg2) vtkXYPlotActor_SetAdjustXLabels; extern(C) int function(void* jarg1) vtkXYPlotActor_GetAdjustXLabels; extern(C) void function(void* jarg1, int jarg2) vtkXYPlotActor_SetAdjustYLabels; extern(C) int function(void* jarg1) vtkXYPlotActor_GetAdjustYLabels; extern(C) void function(void* jarg1, int jarg2) vtkXYPlotActor_SetNumberOfXMinorTicks; extern(C) int function(void* jarg1) vtkXYPlotActor_GetNumberOfXMinorTicks; extern(C) void function(void* jarg1, int jarg2) vtkXYPlotActor_SetNumberOfYMinorTicks; extern(C) int function(void* jarg1) vtkXYPlotActor_GetNumberOfYMinorTicks; extern(C) void function(void* jarg1, int jarg2) vtkXYPlotActor_SetLegend; extern(C) int function(void* jarg1) vtkXYPlotActor_GetLegend; extern(C) void function(void* jarg1) vtkXYPlotActor_LegendOn; extern(C) void function(void* jarg1) vtkXYPlotActor_LegendOff; extern(C) void function(void* jarg1, double jarg2, double jarg3) vtkXYPlotActor_SetTitlePosition__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkXYPlotActor_SetTitlePosition__SWIG_1; extern(C) void* function(void* jarg1) vtkXYPlotActor_GetTitlePosition__SWIG_0; extern(C) void function(void* jarg1, void* jarg2, void* jarg3) vtkXYPlotActor_GetTitlePosition__SWIG_1; extern(C) void function(void* jarg1, void* jarg2) vtkXYPlotActor_GetTitlePosition__SWIG_2; extern(C) void function(void* jarg1, int jarg2) vtkXYPlotActor_SetAdjustTitlePosition; extern(C) int function(void* jarg1) vtkXYPlotActor_GetAdjustTitlePosition; extern(C) void function(void* jarg1) vtkXYPlotActor_AdjustTitlePositionOn; extern(C) void function(void* jarg1) vtkXYPlotActor_AdjustTitlePositionOff; extern(C) void function(void* jarg1, int jarg2) vtkXYPlotActor_SetAdjustTitlePositionMode; extern(C) int function(void* jarg1) vtkXYPlotActor_GetAdjustTitlePositionMode; extern(C) void function(void* jarg1, double jarg2, double jarg3) vtkXYPlotActor_SetLegendPosition__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkXYPlotActor_SetLegendPosition__SWIG_1; extern(C) void* function(void* jarg1) vtkXYPlotActor_GetLegendPosition__SWIG_0; extern(C) void function(void* jarg1, void* jarg2, void* jarg3) vtkXYPlotActor_GetLegendPosition__SWIG_1; extern(C) void function(void* jarg1, void* jarg2) vtkXYPlotActor_GetLegendPosition__SWIG_2; extern(C) void function(void* jarg1, double jarg2, double jarg3) vtkXYPlotActor_SetLegendPosition2__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkXYPlotActor_SetLegendPosition2__SWIG_1; extern(C) void* function(void* jarg1) vtkXYPlotActor_GetLegendPosition2__SWIG_0; extern(C) void function(void* jarg1, void* jarg2, void* jarg3) vtkXYPlotActor_GetLegendPosition2__SWIG_1; extern(C) void function(void* jarg1, void* jarg2) vtkXYPlotActor_GetLegendPosition2__SWIG_2; extern(C) void function(void* jarg1, void* jarg2) vtkXYPlotActor_SetTitleTextProperty; extern(C) void* function(void* jarg1) vtkXYPlotActor_GetTitleTextProperty; extern(C) void function(void* jarg1, void* jarg2) vtkXYPlotActor_SetAxisTitleTextProperty; extern(C) void* function(void* jarg1) vtkXYPlotActor_GetAxisTitleTextProperty; extern(C) void function(void* jarg1, void* jarg2) vtkXYPlotActor_SetAxisLabelTextProperty; extern(C) void* function(void* jarg1) vtkXYPlotActor_GetAxisLabelTextProperty; extern(C) void function(void* jarg1, int jarg2) vtkXYPlotActor_SetLogx; extern(C) int function(void* jarg1) vtkXYPlotActor_GetLogx; extern(C) void function(void* jarg1) vtkXYPlotActor_LogxOn; extern(C) void function(void* jarg1) vtkXYPlotActor_LogxOff; extern(C) void function(void* jarg1, const(char)* jarg2) vtkXYPlotActor_SetLabelFormat; extern(C) const(char)* function(void* jarg1) vtkXYPlotActor_GetLabelFormat; extern(C) void function(void* jarg1, const(char)* jarg2) vtkXYPlotActor_SetXLabelFormat; extern(C) const(char)* function(void* jarg1) vtkXYPlotActor_GetXLabelFormat; extern(C) void function(void* jarg1, const(char)* jarg2) vtkXYPlotActor_SetYLabelFormat; extern(C) const(char)* function(void* jarg1) vtkXYPlotActor_GetYLabelFormat; extern(C) void function(void* jarg1, int jarg2) vtkXYPlotActor_SetBorder; extern(C) int function(void* jarg1) vtkXYPlotActor_GetBorderMinValue; extern(C) int function(void* jarg1) vtkXYPlotActor_GetBorderMaxValue; extern(C) int function(void* jarg1) vtkXYPlotActor_GetBorder; extern(C) int function(void* jarg1) vtkXYPlotActor_GetPlotPoints__SWIG_1; extern(C) void function(void* jarg1, int jarg2) vtkXYPlotActor_SetPlotPoints__SWIG_1; extern(C) void function(void* jarg1) vtkXYPlotActor_PlotPointsOn; extern(C) void function(void* jarg1) vtkXYPlotActor_PlotPointsOff; extern(C) int function(void* jarg1) vtkXYPlotActor_GetPlotLines__SWIG_1; extern(C) void function(void* jarg1, int jarg2) vtkXYPlotActor_SetPlotLines__SWIG_1; extern(C) void function(void* jarg1) vtkXYPlotActor_PlotLinesOn; extern(C) void function(void* jarg1) vtkXYPlotActor_PlotLinesOff; extern(C) void function(void* jarg1, double jarg2) vtkXYPlotActor_SetGlyphSize; extern(C) double function(void* jarg1) vtkXYPlotActor_GetGlyphSizeMinValue; extern(C) double function(void* jarg1) vtkXYPlotActor_GetGlyphSizeMaxValue; extern(C) double function(void* jarg1) vtkXYPlotActor_GetGlyphSize; extern(C) void function(void* jarg1, void* jarg2, void* jarg3, void* jarg4) vtkXYPlotActor_ViewportToPlotCoordinate__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkXYPlotActor_ViewportToPlotCoordinate__SWIG_1; extern(C) void function(void* jarg1, double jarg2, double jarg3) vtkXYPlotActor_SetPlotCoordinate__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkXYPlotActor_SetPlotCoordinate__SWIG_1; extern(C) void* function(void* jarg1) vtkXYPlotActor_GetPlotCoordinate__SWIG_0; extern(C) void function(void* jarg1, void* jarg2, void* jarg3) vtkXYPlotActor_GetPlotCoordinate__SWIG_1; extern(C) void function(void* jarg1, void* jarg2) vtkXYPlotActor_GetPlotCoordinate__SWIG_2; extern(C) void function(void* jarg1, void* jarg2, void* jarg3, void* jarg4) vtkXYPlotActor_PlotToViewportCoordinate__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkXYPlotActor_PlotToViewportCoordinate__SWIG_1; extern(C) void function(void* jarg1, double jarg2, double jarg3) vtkXYPlotActor_SetViewportCoordinate__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkXYPlotActor_SetViewportCoordinate__SWIG_1; extern(C) void* function(void* jarg1) vtkXYPlotActor_GetViewportCoordinate__SWIG_0; extern(C) void function(void* jarg1, void* jarg2, void* jarg3) vtkXYPlotActor_GetViewportCoordinate__SWIG_1; extern(C) void function(void* jarg1, void* jarg2) vtkXYPlotActor_GetViewportCoordinate__SWIG_2; extern(C) int function(void* jarg1, void* jarg2, double jarg3, double jarg4) vtkXYPlotActor_IsInPlot; extern(C) void function(void* jarg1, int jarg2) vtkXYPlotActor_SetChartBox; extern(C) int function(void* jarg1) vtkXYPlotActor_GetChartBox; extern(C) void function(void* jarg1) vtkXYPlotActor_ChartBoxOn; extern(C) void function(void* jarg1) vtkXYPlotActor_ChartBoxOff; extern(C) void function(void* jarg1, int jarg2) vtkXYPlotActor_SetChartBorder; extern(C) int function(void* jarg1) vtkXYPlotActor_GetChartBorder; extern(C) void function(void* jarg1) vtkXYPlotActor_ChartBorderOn; extern(C) void function(void* jarg1) vtkXYPlotActor_ChartBorderOff; extern(C) void* function(void* jarg1) vtkXYPlotActor_GetChartBoxProperty; extern(C) void function(void* jarg1, int jarg2) vtkXYPlotActor_SetShowReferenceXLine; extern(C) int function(void* jarg1) vtkXYPlotActor_GetShowReferenceXLine; extern(C) void function(void* jarg1) vtkXYPlotActor_ShowReferenceXLineOn; extern(C) void function(void* jarg1) vtkXYPlotActor_ShowReferenceXLineOff; extern(C) void function(void* jarg1, double jarg2) vtkXYPlotActor_SetReferenceXValue; extern(C) double function(void* jarg1) vtkXYPlotActor_GetReferenceXValue; extern(C) void function(void* jarg1, int jarg2) vtkXYPlotActor_SetShowReferenceYLine; extern(C) int function(void* jarg1) vtkXYPlotActor_GetShowReferenceYLine; extern(C) void function(void* jarg1) vtkXYPlotActor_ShowReferenceYLineOn; extern(C) void function(void* jarg1) vtkXYPlotActor_ShowReferenceYLineOff; extern(C) void function(void* jarg1, double jarg2) vtkXYPlotActor_SetReferenceYValue; extern(C) double function(void* jarg1) vtkXYPlotActor_GetReferenceYValue; extern(C) void function(void* jarg1, void* jarg2) vtkXYPlotActor_PrintAsCSV; extern(C) void function(void* jarg1, double jarg2) vtkXYPlotActor_SetXTitlePosition; extern(C) double function(void* jarg1) vtkXYPlotActor_GetXTitlePosition; extern(C) void function(void* jarg1, int jarg2) vtkXYPlotActor_SetYTitlePosition; extern(C) int function(void* jarg1) vtkXYPlotActor_GetYTitlePosition; extern(C) void function(void* jarg1) vtkXYPlotActor_SetYTitlePositionToTop; extern(C) void function(void* jarg1) vtkXYPlotActor_SetYTitlePositionToHCenter; extern(C) void function(void* jarg1) vtkXYPlotActor_SetYTitlePositionToVCenter; extern(C) void function(void* jarg1, int jarg2, int jarg3) vtkXYPlotActor_SetPlotGlyphType; extern(C) void function(void* jarg1, double jarg2) vtkXYPlotActor_SetLineWidth; extern(C) void function(void* jarg1, double jarg2, double jarg3, double jarg4) vtkXYPlotActor_AddUserCurvesPoint; extern(C) void function(void* jarg1) vtkXYPlotActor_RemoveAllActiveCurves; extern(C) void function(void* jarg1, int jarg2) vtkXYPlotActor_SetLegendBorder; extern(C) void function(void* jarg1, int jarg2) vtkXYPlotActor_SetLegendBox; extern(C) void function(void* jarg1, int jarg2) vtkXYPlotActor_SetLegendUseBackground; extern(C) void function(void* jarg1, double jarg2, double jarg3, double jarg4) vtkXYPlotActor_SetLegendBackgroundColor; extern(C) void function(void* jarg1, double jarg2, double jarg3, double jarg4) vtkXYPlotActor_SetTitleColor; extern(C) void function(void* jarg1, int jarg2) vtkXYPlotActor_SetTitleFontFamily; extern(C) void function(void* jarg1, int jarg2) vtkXYPlotActor_SetTitleBold; extern(C) void function(void* jarg1, int jarg2) vtkXYPlotActor_SetTitleItalic; extern(C) void function(void* jarg1, int jarg2) vtkXYPlotActor_SetTitleShadow; extern(C) void function(void* jarg1, int jarg2) vtkXYPlotActor_SetTitleFontSize; extern(C) void function(void* jarg1, int jarg2) vtkXYPlotActor_SetTitleJustification; extern(C) void function(void* jarg1, int jarg2) vtkXYPlotActor_SetTitleVerticalJustification; extern(C) void function(void* jarg1, double jarg2, double jarg3, double jarg4) vtkXYPlotActor_SetXAxisColor; extern(C) void function(void* jarg1, double jarg2, double jarg3, double jarg4) vtkXYPlotActor_SetYAxisColor; extern(C) void function(void* jarg1, double jarg2, double jarg3, double jarg4) vtkXYPlotActor_SetAxisTitleColor; extern(C) void function(void* jarg1, int jarg2) vtkXYPlotActor_SetAxisTitleFontFamily; extern(C) void function(void* jarg1, int jarg2) vtkXYPlotActor_SetAxisTitleBold; extern(C) void function(void* jarg1, int jarg2) vtkXYPlotActor_SetAxisTitleItalic; extern(C) void function(void* jarg1, int jarg2) vtkXYPlotActor_SetAxisTitleShadow; extern(C) void function(void* jarg1, int jarg2) vtkXYPlotActor_SetAxisTitleFontSize; extern(C) void function(void* jarg1, int jarg2) vtkXYPlotActor_SetAxisTitleJustification; extern(C) void function(void* jarg1, int jarg2) vtkXYPlotActor_SetAxisTitleVerticalJustification; extern(C) void function(void* jarg1, double jarg2, double jarg3, double jarg4) vtkXYPlotActor_SetAxisLabelColor; extern(C) void function(void* jarg1, int jarg2) vtkXYPlotActor_SetAxisLabelFontFamily; extern(C) void function(void* jarg1, int jarg2) vtkXYPlotActor_SetAxisLabelBold; extern(C) void function(void* jarg1, int jarg2) vtkXYPlotActor_SetAxisLabelItalic; extern(C) void function(void* jarg1, int jarg2) vtkXYPlotActor_SetAxisLabelShadow; extern(C) void function(void* jarg1, int jarg2) vtkXYPlotActor_SetAxisLabelFontSize; extern(C) void function(void* jarg1, int jarg2) vtkXYPlotActor_SetAxisLabelJustification; extern(C) void function(void* jarg1, int jarg2) vtkXYPlotActor_SetAxisLabelVerticalJustification; extern(C) void* function(void* objectRef) vtkXYPlotActor_Upcast; extern(C) int function() VTKI_TIMER_FIRST_get; extern(C) int function() VTKI_TIMER_UPDATE_get; extern(C) void* function() vtkRenderWindowInteractor_New; extern(C) int function(const(char)* jarg1) vtkRenderWindowInteractor_IsTypeOf; extern(C) void* function(void* jarg1) vtkRenderWindowInteractor_SafeDownCast; extern(C) void* function(void* jarg1) vtkRenderWindowInteractor_NewInstance; extern(C) void function(void* jarg1) vtkRenderWindowInteractor_Initialize; extern(C) void function(void* jarg1) vtkRenderWindowInteractor_ReInitialize; extern(C) void function(void* jarg1) vtkRenderWindowInteractor_Start; extern(C) void function(void* jarg1) vtkRenderWindowInteractor_Enable; extern(C) void function(void* jarg1) vtkRenderWindowInteractor_Disable; extern(C) int function(void* jarg1) vtkRenderWindowInteractor_GetEnabled; extern(C) void function(void* jarg1) vtkRenderWindowInteractor_EnableRenderOn; extern(C) void function(void* jarg1) vtkRenderWindowInteractor_EnableRenderOff; extern(C) void function(void* jarg1, uint jarg2) vtkRenderWindowInteractor_SetEnableRender; extern(C) uint function(void* jarg1) vtkRenderWindowInteractor_GetEnableRender; extern(C) void function(void* jarg1, void* jarg2) vtkRenderWindowInteractor_SetRenderWindow; extern(C) void* function(void* jarg1) vtkRenderWindowInteractor_GetRenderWindow; extern(C) void function(void* jarg1, int jarg2, int jarg3) vtkRenderWindowInteractor_UpdateSize; extern(C) int function(void* jarg1, int jarg2) vtkRenderWindowInteractor_CreateTimer; extern(C) int function(void* jarg1) vtkRenderWindowInteractor_DestroyTimer__SWIG_0; extern(C) int function(void* jarg1, core.stdc.config.c_ulong jarg2) vtkRenderWindowInteractor_CreateRepeatingTimer; extern(C) int function(void* jarg1, core.stdc.config.c_ulong jarg2) vtkRenderWindowInteractor_CreateOneShotTimer; extern(C) int function(void* jarg1, int jarg2) vtkRenderWindowInteractor_IsOneShotTimer; extern(C) core.stdc.config.c_ulong function(void* jarg1, int jarg2) vtkRenderWindowInteractor_GetTimerDuration__SWIG_0; extern(C) int function(void* jarg1, int jarg2) vtkRenderWindowInteractor_ResetTimer; extern(C) int function(void* jarg1, int jarg2) vtkRenderWindowInteractor_DestroyTimer__SWIG_1; extern(C) int function(void* jarg1, int jarg2) vtkRenderWindowInteractor_GetVTKTimerId; extern(C) void function(void* jarg1, core.stdc.config.c_ulong jarg2) vtkRenderWindowInteractor_SetTimerDuration; extern(C) core.stdc.config.c_ulong function(void* jarg1) vtkRenderWindowInteractor_GetTimerDurationMinValue; extern(C) core.stdc.config.c_ulong function(void* jarg1) vtkRenderWindowInteractor_GetTimerDurationMaxValue; extern(C) core.stdc.config.c_ulong function(void* jarg1) vtkRenderWindowInteractor_GetTimerDuration__SWIG_1; extern(C) void function(void* jarg1, int jarg2) vtkRenderWindowInteractor_SetTimerEventId; extern(C) int function(void* jarg1) vtkRenderWindowInteractor_GetTimerEventId; extern(C) void function(void* jarg1, int jarg2) vtkRenderWindowInteractor_SetTimerEventType; extern(C) int function(void* jarg1) vtkRenderWindowInteractor_GetTimerEventType; extern(C) void function(void* jarg1, int jarg2) vtkRenderWindowInteractor_SetTimerEventDuration; extern(C) int function(void* jarg1) vtkRenderWindowInteractor_GetTimerEventDuration; extern(C) void function(void* jarg1, int jarg2) vtkRenderWindowInteractor_SetTimerEventPlatformId; extern(C) int function(void* jarg1) vtkRenderWindowInteractor_GetTimerEventPlatformId; extern(C) void function(void* jarg1) vtkRenderWindowInteractor_TerminateApp; extern(C) void function(void* jarg1, void* jarg2) vtkRenderWindowInteractor_SetInteractorStyle; extern(C) void* function(void* jarg1) vtkRenderWindowInteractor_GetInteractorStyle; extern(C) void function(void* jarg1, int jarg2) vtkRenderWindowInteractor_SetLightFollowCamera; extern(C) int function(void* jarg1) vtkRenderWindowInteractor_GetLightFollowCamera; extern(C) void function(void* jarg1) vtkRenderWindowInteractor_LightFollowCameraOn; extern(C) void function(void* jarg1) vtkRenderWindowInteractor_LightFollowCameraOff; extern(C) void function(void* jarg1, double jarg2) vtkRenderWindowInteractor_SetDesiredUpdateRate; extern(C) double function(void* jarg1) vtkRenderWindowInteractor_GetDesiredUpdateRateMinValue; extern(C) double function(void* jarg1) vtkRenderWindowInteractor_GetDesiredUpdateRateMaxValue; extern(C) double function(void* jarg1) vtkRenderWindowInteractor_GetDesiredUpdateRate; extern(C) void function(void* jarg1, double jarg2) vtkRenderWindowInteractor_SetStillUpdateRate; extern(C) double function(void* jarg1) vtkRenderWindowInteractor_GetStillUpdateRateMinValue; extern(C) double function(void* jarg1) vtkRenderWindowInteractor_GetStillUpdateRateMaxValue; extern(C) double function(void* jarg1) vtkRenderWindowInteractor_GetStillUpdateRate; extern(C) int function(void* jarg1) vtkRenderWindowInteractor_GetInitialized; extern(C) void function(void* jarg1, void* jarg2) vtkRenderWindowInteractor_SetPicker; extern(C) void* function(void* jarg1) vtkRenderWindowInteractor_GetPicker; extern(C) void* function(void* jarg1) vtkRenderWindowInteractor_CreateDefaultPicker; extern(C) void function(void* jarg1, void* jarg2) vtkRenderWindowInteractor_SetPickingManager; extern(C) void* function(void* jarg1) vtkRenderWindowInteractor_GetPickingManager; extern(C) void function(void* jarg1) vtkRenderWindowInteractor_ExitCallback; extern(C) void function(void* jarg1) vtkRenderWindowInteractor_UserCallback; extern(C) void function(void* jarg1) vtkRenderWindowInteractor_StartPickCallback; extern(C) void function(void* jarg1) vtkRenderWindowInteractor_EndPickCallback; extern(C) void function(void* jarg1, void* jarg2, void* jarg3) vtkRenderWindowInteractor_GetMousePosition; extern(C) void function(void* jarg1) vtkRenderWindowInteractor_HideCursor; extern(C) void function(void* jarg1) vtkRenderWindowInteractor_ShowCursor; extern(C) void function(void* jarg1) vtkRenderWindowInteractor_Render; extern(C) void function(void* jarg1, void* jarg2, double jarg3, double jarg4, double jarg5) vtkRenderWindowInteractor_FlyTo__SWIG_0; extern(C) void function(void* jarg1, void* jarg2, void* jarg3) vtkRenderWindowInteractor_FlyTo__SWIG_1; extern(C) void function(void* jarg1, void* jarg2, double jarg3, double jarg4) vtkRenderWindowInteractor_FlyToImage__SWIG_0; extern(C) void function(void* jarg1, void* jarg2, void* jarg3) vtkRenderWindowInteractor_FlyToImage__SWIG_1; extern(C) void function(void* jarg1, int jarg2) vtkRenderWindowInteractor_SetNumberOfFlyFrames; extern(C) int function(void* jarg1) vtkRenderWindowInteractor_GetNumberOfFlyFramesMinValue; extern(C) int function(void* jarg1) vtkRenderWindowInteractor_GetNumberOfFlyFramesMaxValue; extern(C) int function(void* jarg1) vtkRenderWindowInteractor_GetNumberOfFlyFrames; extern(C) void function(void* jarg1, double jarg2) vtkRenderWindowInteractor_SetDolly; extern(C) double function(void* jarg1) vtkRenderWindowInteractor_GetDolly; extern(C) void* function(void* jarg1) vtkRenderWindowInteractor_GetEventPosition__SWIG_0; extern(C) void function(void* jarg1, void* jarg2, void* jarg3) vtkRenderWindowInteractor_GetEventPosition__SWIG_1; extern(C) void function(void* jarg1, void* jarg2) vtkRenderWindowInteractor_GetEventPosition__SWIG_2; extern(C) void* function(void* jarg1) vtkRenderWindowInteractor_GetLastEventPosition__SWIG_0; extern(C) void function(void* jarg1, void* jarg2, void* jarg3) vtkRenderWindowInteractor_GetLastEventPosition__SWIG_1; extern(C) void function(void* jarg1, void* jarg2) vtkRenderWindowInteractor_GetLastEventPosition__SWIG_2; extern(C) void function(void* jarg1, int jarg2, int jarg3) vtkRenderWindowInteractor_SetLastEventPosition__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkRenderWindowInteractor_SetLastEventPosition__SWIG_1; extern(C) void function(void* jarg1, int jarg2, int jarg3) vtkRenderWindowInteractor_SetEventPosition__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkRenderWindowInteractor_SetEventPosition__SWIG_1; extern(C) void function(void* jarg1, int jarg2, int jarg3) vtkRenderWindowInteractor_SetEventPositionFlipY__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkRenderWindowInteractor_SetEventPositionFlipY__SWIG_1; extern(C) void function(void* jarg1, int jarg2) vtkRenderWindowInteractor_SetAltKey; extern(C) int function(void* jarg1) vtkRenderWindowInteractor_GetAltKey; extern(C) void function(void* jarg1, int jarg2) vtkRenderWindowInteractor_SetControlKey; extern(C) int function(void* jarg1) vtkRenderWindowInteractor_GetControlKey; extern(C) void function(void* jarg1, int jarg2) vtkRenderWindowInteractor_SetShiftKey; extern(C) int function(void* jarg1) vtkRenderWindowInteractor_GetShiftKey; extern(C) void function(void* jarg1, char jarg2) vtkRenderWindowInteractor_SetKeyCode; extern(C) char function(void* jarg1) vtkRenderWindowInteractor_GetKeyCode; extern(C) void function(void* jarg1, int jarg2) vtkRenderWindowInteractor_SetRepeatCount; extern(C) int function(void* jarg1) vtkRenderWindowInteractor_GetRepeatCount; extern(C) void function(void* jarg1, const(char)* jarg2) vtkRenderWindowInteractor_SetKeySym; extern(C) const(char)* function(void* jarg1) vtkRenderWindowInteractor_GetKeySym; extern(C) void function(void* jarg1, int jarg2, int jarg3, int jarg4, int jarg5, char jarg6, int jarg7, const(char)* jarg8) vtkRenderWindowInteractor_SetEventInformation__SWIG_0; extern(C) void function(void* jarg1, int jarg2, int jarg3, int jarg4, int jarg5, char jarg6, int jarg7) vtkRenderWindowInteractor_SetEventInformation__SWIG_1; extern(C) void function(void* jarg1, int jarg2, int jarg3, int jarg4, int jarg5, char jarg6) vtkRenderWindowInteractor_SetEventInformation__SWIG_2; extern(C) void function(void* jarg1, int jarg2, int jarg3, int jarg4, int jarg5) vtkRenderWindowInteractor_SetEventInformation__SWIG_3; extern(C) void function(void* jarg1, int jarg2, int jarg3, int jarg4) vtkRenderWindowInteractor_SetEventInformation__SWIG_4; extern(C) void function(void* jarg1, int jarg2, int jarg3) vtkRenderWindowInteractor_SetEventInformation__SWIG_5; extern(C) void function(void* jarg1, int jarg2, int jarg3, int jarg4, int jarg5, char jarg6, int jarg7, const(char)* jarg8) vtkRenderWindowInteractor_SetEventInformationFlipY__SWIG_0; extern(C) void function(void* jarg1, int jarg2, int jarg3, int jarg4, int jarg5, char jarg6, int jarg7) vtkRenderWindowInteractor_SetEventInformationFlipY__SWIG_1; extern(C) void function(void* jarg1, int jarg2, int jarg3, int jarg4, int jarg5, char jarg6) vtkRenderWindowInteractor_SetEventInformationFlipY__SWIG_2; extern(C) void function(void* jarg1, int jarg2, int jarg3, int jarg4, int jarg5) vtkRenderWindowInteractor_SetEventInformationFlipY__SWIG_3; extern(C) void function(void* jarg1, int jarg2, int jarg3, int jarg4) vtkRenderWindowInteractor_SetEventInformationFlipY__SWIG_4; extern(C) void function(void* jarg1, int jarg2, int jarg3) vtkRenderWindowInteractor_SetEventInformationFlipY__SWIG_5; extern(C) void function(void* jarg1, int jarg2, int jarg3, char jarg4, int jarg5, const(char)* jarg6) vtkRenderWindowInteractor_SetKeyEventInformation__SWIG_0; extern(C) void function(void* jarg1, int jarg2, int jarg3, char jarg4, int jarg5) vtkRenderWindowInteractor_SetKeyEventInformation__SWIG_1; extern(C) void function(void* jarg1, int jarg2, int jarg3, char jarg4) vtkRenderWindowInteractor_SetKeyEventInformation__SWIG_2; extern(C) void function(void* jarg1, int jarg2, int jarg3) vtkRenderWindowInteractor_SetKeyEventInformation__SWIG_3; extern(C) void function(void* jarg1, int jarg2) vtkRenderWindowInteractor_SetKeyEventInformation__SWIG_4; extern(C) void function(void* jarg1) vtkRenderWindowInteractor_SetKeyEventInformation__SWIG_5; extern(C) void function(void* jarg1, int jarg2, int jarg3) vtkRenderWindowInteractor_SetSize__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkRenderWindowInteractor_SetSize__SWIG_1; extern(C) void* function(void* jarg1) vtkRenderWindowInteractor_GetSize__SWIG_0; extern(C) void function(void* jarg1, void* jarg2, void* jarg3) vtkRenderWindowInteractor_GetSize__SWIG_1; extern(C) void function(void* jarg1, void* jarg2) vtkRenderWindowInteractor_GetSize__SWIG_2; extern(C) void function(void* jarg1, int jarg2, int jarg3) vtkRenderWindowInteractor_SetEventSize__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkRenderWindowInteractor_SetEventSize__SWIG_1; extern(C) void* function(void* jarg1) vtkRenderWindowInteractor_GetEventSize__SWIG_0; extern(C) void function(void* jarg1, void* jarg2, void* jarg3) vtkRenderWindowInteractor_GetEventSize__SWIG_1; extern(C) void function(void* jarg1, void* jarg2) vtkRenderWindowInteractor_GetEventSize__SWIG_2; extern(C) void* function(void* jarg1, int jarg2, int jarg3) vtkRenderWindowInteractor_FindPokedRenderer; extern(C) void* function(void* jarg1) vtkRenderWindowInteractor_GetObserverMediator; extern(C) void function(void* jarg1, uint jarg2) vtkRenderWindowInteractor_SetUseTDx; extern(C) uint function(void* jarg1) vtkRenderWindowInteractor_GetUseTDx; extern(C) void function(void* jarg1) vtkRenderWindowInteractor_MouseMoveEvent; extern(C) void function(void* jarg1) vtkRenderWindowInteractor_RightButtonPressEvent; extern(C) void function(void* jarg1) vtkRenderWindowInteractor_RightButtonReleaseEvent; extern(C) void function(void* jarg1) vtkRenderWindowInteractor_LeftButtonPressEvent; extern(C) void function(void* jarg1) vtkRenderWindowInteractor_LeftButtonReleaseEvent; extern(C) void function(void* jarg1) vtkRenderWindowInteractor_MiddleButtonPressEvent; extern(C) void function(void* jarg1) vtkRenderWindowInteractor_MiddleButtonReleaseEvent; extern(C) void function(void* jarg1) vtkRenderWindowInteractor_MouseWheelForwardEvent; extern(C) void function(void* jarg1) vtkRenderWindowInteractor_MouseWheelBackwardEvent; extern(C) void function(void* jarg1) vtkRenderWindowInteractor_ExposeEvent; extern(C) void function(void* jarg1) vtkRenderWindowInteractor_ConfigureEvent; extern(C) void function(void* jarg1) vtkRenderWindowInteractor_EnterEvent; extern(C) void function(void* jarg1) vtkRenderWindowInteractor_LeaveEvent; extern(C) void function(void* jarg1) vtkRenderWindowInteractor_KeyPressEvent; extern(C) void function(void* jarg1) vtkRenderWindowInteractor_KeyReleaseEvent; extern(C) void function(void* jarg1) vtkRenderWindowInteractor_CharEvent; extern(C) void function(void* jarg1) vtkRenderWindowInteractor_ExitEvent; extern(C) void* function(void* objectRef) vtkRenderWindowInteractor_Upcast; extern(C) void* function() vtkXRenderWindowInteractor_New; extern(C) int function(const(char)* jarg1) vtkXRenderWindowInteractor_IsTypeOf; extern(C) void* function(void* jarg1) vtkXRenderWindowInteractor_SafeDownCast; extern(C) void* function(void* jarg1) vtkXRenderWindowInteractor_NewInstance; extern(C) void function(void* jarg1) vtkXRenderWindowInteractor_Initialize__SWIG_0; extern(C) int function(void* jarg1) vtkXRenderWindowInteractor_GetBreakLoopFlag; extern(C) void function(void* jarg1, int jarg2) vtkXRenderWindowInteractor_SetBreakLoopFlag; extern(C) void function(void* jarg1) vtkXRenderWindowInteractor_BreakLoopFlagOff; extern(C) void function(void* jarg1) vtkXRenderWindowInteractor_BreakLoopFlagOn; extern(C) void function(void* jarg1, void* jarg2) vtkXRenderWindowInteractor_Initialize__SWIG_1; extern(C) void* function(void* jarg1) vtkXRenderWindowInteractor_GetApp; extern(C) void function(void* jarg1, void* jarg2) vtkXRenderWindowInteractor_SetWidget; extern(C) void* function(void* jarg1) vtkXRenderWindowInteractor_GetWidget; extern(C) void function(void* jarg1, void* jarg2) vtkXRenderWindowInteractor_SetTopLevelShell; extern(C) void* function(void* jarg1) vtkXRenderWindowInteractor_GetTopLevelShell; extern(C) void function(void* jarg1, void* jarg2, void* jarg3, void* jarg4) vtkXRenderWindowInteractorCallback; extern(C) void function(void* jarg1, void* jarg2) vtkXRenderWindowInteractorTimer; extern(C) void* function(void* objectRef) vtkXRenderWindowInteractor_Upcast; extern(C) void* function() vtkPolyLine_New; extern(C) int function(const(char)* jarg1) vtkPolyLine_IsTypeOf; extern(C) void* function(void* jarg1) vtkPolyLine_SafeDownCast; extern(C) void* function(void* jarg1) vtkPolyLine_NewInstance; extern(C) int function(void* jarg1, void* jarg2, void* jarg3) vtkPolyLine_GenerateSlidingNormals__SWIG_0; extern(C) int function(void* jarg1, void* jarg2, void* jarg3, void* jarg4) vtkPolyLine_GenerateSlidingNormals__SWIG_1; extern(C) void function(void* jarg1, void* jarg2, void* jarg3) vtkPolyLine_InterpolateFunctions; extern(C) void function(void* jarg1, void* jarg2, void* jarg3) vtkPolyLine_InterpolateDerivs; extern(C) void* function(void* objectRef) vtkPolyLine_Upcast; extern(C) void* function() vtkTIFFReader_New; extern(C) int function(const(char)* jarg1) vtkTIFFReader_IsTypeOf; extern(C) void* function(void* jarg1) vtkTIFFReader_SafeDownCast; extern(C) void* function(void* jarg1) vtkTIFFReader_NewInstance; extern(C) void function(void* jarg1) vtkTIFFReader_InitializeColors; extern(C) void function(void* jarg1, void* jarg2) vtkTIFFReader_ReadVolume; extern(C) void function(void* jarg1, void* jarg2) vtkTIFFReader_ReadTiles; extern(C) void function(void* jarg1, uint jarg2) vtkTIFFReader_SetOrientationType; extern(C) uint function(void* jarg1) vtkTIFFReader_GetOrientationType; extern(C) uint function(void* jarg1) vtkTIFFReader_GetOrientationTypeSpecifiedFlag; extern(C) void function(void* jarg1, uint jarg2) vtkTIFFReader_SetOriginSpecifiedFlag; extern(C) uint function(void* jarg1) vtkTIFFReader_GetOriginSpecifiedFlag; extern(C) void function(void* jarg1) vtkTIFFReader_OriginSpecifiedFlagOn; extern(C) void function(void* jarg1) vtkTIFFReader_OriginSpecifiedFlagOff; extern(C) void function(void* jarg1, uint jarg2) vtkTIFFReader_SetSpacingSpecifiedFlag; extern(C) uint function(void* jarg1) vtkTIFFReader_GetSpacingSpecifiedFlag; extern(C) void function(void* jarg1) vtkTIFFReader_SpacingSpecifiedFlagOn; extern(C) void function(void* jarg1) vtkTIFFReader_SpacingSpecifiedFlagOff; extern(C) void function(void* jarg1, void* jarg2, void* jarg3, void* jarg4, uint jarg5) vtkTIFFReader_ReadImageInternal; extern(C) void* function(void* objectRef) vtkTIFFReader_Upcast; extern(C) void* function() vtkTreeMapLayout_New; extern(C) int function(const(char)* jarg1) vtkTreeMapLayout_IsTypeOf; extern(C) void* function(void* jarg1) vtkTreeMapLayout_SafeDownCast; extern(C) void* function(void* jarg1) vtkTreeMapLayout_NewInstance; extern(C) const(char)* function(void* jarg1) vtkTreeMapLayout_GetRectanglesFieldName; extern(C) void function(void* jarg1, const(char)* jarg2) vtkTreeMapLayout_SetRectanglesFieldName; extern(C) void function(void* jarg1, const(char)* jarg2) vtkTreeMapLayout_SetSizeArrayName; extern(C) void* function(void* jarg1) vtkTreeMapLayout_GetLayoutStrategy; extern(C) void function(void* jarg1, void* jarg2) vtkTreeMapLayout_SetLayoutStrategy; extern(C) long function(void* jarg1, void* jarg2, void* jarg3) vtkTreeMapLayout_FindVertex__SWIG_0; extern(C) long function(void* jarg1, void* jarg2) vtkTreeMapLayout_FindVertex__SWIG_1; extern(C) void function(void* jarg1, long jarg2, void* jarg3) vtkTreeMapLayout_GetBoundingBox; extern(C) void* function(void* objectRef) vtkTreeMapLayout_Upcast; extern(C) void* function() vtkOutEdgeIterator_New; extern(C) int function(const(char)* jarg1) vtkOutEdgeIterator_IsTypeOf; extern(C) void* function(void* jarg1) vtkOutEdgeIterator_SafeDownCast; extern(C) void* function(void* jarg1) vtkOutEdgeIterator_NewInstance; extern(C) void function(void* jarg1, void* jarg2, long jarg3) vtkOutEdgeIterator_Initialize; extern(C) void* function(void* jarg1) vtkOutEdgeIterator_GetGraph; extern(C) long function(void* jarg1) vtkOutEdgeIterator_GetVertex; extern(C) void* function(void* jarg1) vtkOutEdgeIterator_NextGraphEdge; extern(C) uint function(void* jarg1) vtkOutEdgeIterator_HasNext; extern(C) void* function(void* objectRef) vtkOutEdgeIterator_Upcast; extern(C) void* function() vtkDebugLeaks_New; extern(C) int function(const(char)* jarg1) vtkDebugLeaks_IsTypeOf; extern(C) void* function(void* jarg1) vtkDebugLeaks_SafeDownCast; extern(C) void* function(void* jarg1) vtkDebugLeaks_NewInstance; extern(C) void function(const(char)* jarg1) vtkDebugLeaks_ConstructClass; extern(C) void function(const(char)* jarg1) vtkDebugLeaks_DestructClass; extern(C) int function() vtkDebugLeaks_PrintCurrentLeaks; extern(C) int function() vtkDebugLeaks_GetExitError; extern(C) void function(int jarg1) vtkDebugLeaks_SetExitError; extern(C) void* function(void* objectRef) vtkDebugLeaks_Upcast; extern(C) int function(const(char)* jarg1) vtkDirectionEncoder_IsTypeOf; extern(C) void* function(void* jarg1) vtkDirectionEncoder_SafeDownCast; extern(C) void* function(void* jarg1) vtkDirectionEncoder_NewInstance; extern(C) int function(void* jarg1, void* jarg2) vtkDirectionEncoder_GetEncodedDirection; extern(C) void* function(void* jarg1, int jarg2) vtkDirectionEncoder_GetDecodedGradient; extern(C) int function(void* jarg1) vtkDirectionEncoder_GetNumberOfEncodedDirections; extern(C) void* function(void* jarg1) vtkDirectionEncoder_GetDecodedGradientTable; extern(C) void* function(void* objectRef) vtkDirectionEncoder_Upcast; extern(C) int function(const(char)* jarg1) vtkRecursiveSphereDirectionEncoder_IsTypeOf; extern(C) void* function(void* jarg1) vtkRecursiveSphereDirectionEncoder_SafeDownCast; extern(C) void* function(void* jarg1) vtkRecursiveSphereDirectionEncoder_NewInstance; extern(C) void* function() vtkRecursiveSphereDirectionEncoder_New; extern(C) void function(void* jarg1, int jarg2) vtkRecursiveSphereDirectionEncoder_SetRecursionDepth; extern(C) int function(void* jarg1) vtkRecursiveSphereDirectionEncoder_GetRecursionDepthMinValue; extern(C) int function(void* jarg1) vtkRecursiveSphereDirectionEncoder_GetRecursionDepthMaxValue; extern(C) int function(void* jarg1) vtkRecursiveSphereDirectionEncoder_GetRecursionDepth; extern(C) void* function(void* objectRef) vtkRecursiveSphereDirectionEncoder_Upcast; extern(C) void* function() vtkRectilinearWipeWidget_New; extern(C) int function(const(char)* jarg1) vtkRectilinearWipeWidget_IsTypeOf; extern(C) void* function(void* jarg1) vtkRectilinearWipeWidget_SafeDownCast; extern(C) void* function(void* jarg1) vtkRectilinearWipeWidget_NewInstance; extern(C) void function(void* jarg1, void* jarg2) vtkRectilinearWipeWidget_SetRepresentation; extern(C) void* function(void* jarg1) vtkRectilinearWipeWidget_GetRectilinearWipeRepresentation; extern(C) void* function(void* objectRef) vtkRectilinearWipeWidget_Upcast; extern(C) void* function() vtkTransform2D_New; extern(C) int function(const(char)* jarg1) vtkTransform2D_IsTypeOf; extern(C) void* function(void* jarg1) vtkTransform2D_SafeDownCast; extern(C) void* function(void* jarg1) vtkTransform2D_NewInstance; extern(C) void function(void* jarg1) vtkTransform2D_Identity; extern(C) void function(void* jarg1) vtkTransform2D_Inverse; extern(C) void function(void* jarg1, double jarg2, double jarg3) vtkTransform2D_Translate__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkTransform2D_Translate__SWIG_1; extern(C) void function(void* jarg1, void* jarg2) vtkTransform2D_Translate__SWIG_2; extern(C) void function(void* jarg1, double jarg2) vtkTransform2D_Rotate; extern(C) void function(void* jarg1, double jarg2, double jarg3) vtkTransform2D_Scale__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkTransform2D_Scale__SWIG_1; extern(C) void function(void* jarg1, void* jarg2) vtkTransform2D_Scale__SWIG_2; extern(C) void function(void* jarg1, void* jarg2) vtkTransform2D_SetMatrix__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkTransform2D_SetMatrix__SWIG_1; extern(C) void* function(void* jarg1) vtkTransform2D_GetMatrix__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkTransform2D_GetMatrix__SWIG_1; extern(C) void function(void* jarg1, void* jarg2) vtkTransform2D_GetPosition__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkTransform2D_GetPosition__SWIG_1; extern(C) void function(void* jarg1, void* jarg2) vtkTransform2D_GetScale__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkTransform2D_GetScale__SWIG_1; extern(C) void function(void* jarg1, void* jarg2) vtkTransform2D_GetInverse; extern(C) void function(void* jarg1, void* jarg2) vtkTransform2D_GetTranspose; extern(C) void function(void* jarg1, void* jarg2, void* jarg3, int jarg4) vtkTransform2D_TransformPoints__SWIG_0; extern(C) void function(void* jarg1, void* jarg2, void* jarg3, int jarg4) vtkTransform2D_TransformPoints__SWIG_1; extern(C) void function(void* jarg1, void* jarg2, void* jarg3) vtkTransform2D_TransformPoints__SWIG_2; extern(C) void function(void* jarg1, void* jarg2, void* jarg3, int jarg4) vtkTransform2D_InverseTransformPoints__SWIG_0; extern(C) void function(void* jarg1, void* jarg2, void* jarg3, int jarg4) vtkTransform2D_InverseTransformPoints__SWIG_1; extern(C) void function(void* jarg1, void* jarg2, void* jarg3) vtkTransform2D_InverseTransformPoints__SWIG_2; extern(C) void function(void* jarg1, void* jarg2, void* jarg3) vtkTransform2D_MultiplyPoint__SWIG_0; extern(C) void function(void* jarg1, void* jarg2, void* jarg3) vtkTransform2D_MultiplyPoint__SWIG_1; extern(C) void* function(void* objectRef) vtkTransform2D_Upcast; extern(C) void* function() vtkTreeDifferenceFilter_New; extern(C) int function(const(char)* jarg1) vtkTreeDifferenceFilter_IsTypeOf; extern(C) void* function(void* jarg1) vtkTreeDifferenceFilter_SafeDownCast; extern(C) void* function(void* jarg1) vtkTreeDifferenceFilter_NewInstance; extern(C) void function(void* jarg1, const(char)* jarg2) vtkTreeDifferenceFilter_SetIdArrayName; extern(C) const(char)* function(void* jarg1) vtkTreeDifferenceFilter_GetIdArrayName; extern(C) void function(void* jarg1, const(char)* jarg2) vtkTreeDifferenceFilter_SetComparisonArrayName; extern(C) const(char)* function(void* jarg1) vtkTreeDifferenceFilter_GetComparisonArrayName; extern(C) void function(void* jarg1, const(char)* jarg2) vtkTreeDifferenceFilter_SetOutputArrayName; extern(C) const(char)* function(void* jarg1) vtkTreeDifferenceFilter_GetOutputArrayName; extern(C) void function(void* jarg1, uint jarg2) vtkTreeDifferenceFilter_SetComparisonArrayIsVertexData; extern(C) uint function(void* jarg1) vtkTreeDifferenceFilter_GetComparisonArrayIsVertexData; extern(C) void* function(void* objectRef) vtkTreeDifferenceFilter_Upcast; extern(C) int function(const(char)* jarg1) vtkKochanekSpline_IsTypeOf; extern(C) void* function(void* jarg1) vtkKochanekSpline_SafeDownCast; extern(C) void* function(void* jarg1) vtkKochanekSpline_NewInstance; extern(C) void* function() vtkKochanekSpline_New; extern(C) void function(void* jarg1, double jarg2) vtkKochanekSpline_SetDefaultBias; extern(C) double function(void* jarg1) vtkKochanekSpline_GetDefaultBias; extern(C) void function(void* jarg1, double jarg2) vtkKochanekSpline_SetDefaultTension; extern(C) double function(void* jarg1) vtkKochanekSpline_GetDefaultTension; extern(C) void function(void* jarg1, double jarg2) vtkKochanekSpline_SetDefaultContinuity; extern(C) double function(void* jarg1) vtkKochanekSpline_GetDefaultContinuity; extern(C) void* function(void* objectRef) vtkKochanekSpline_Upcast; extern(C) void* function() vtkParallelCoordinatesInteractorStyle_New; extern(C) int function(const(char)* jarg1) vtkParallelCoordinatesInteractorStyle_IsTypeOf; extern(C) void* function(void* jarg1) vtkParallelCoordinatesInteractorStyle_SafeDownCast; extern(C) void* function(void* jarg1) vtkParallelCoordinatesInteractorStyle_NewInstance; extern(C) void* function(void* jarg1) vtkParallelCoordinatesInteractorStyle_GetCursorStartPosition__SWIG_0; extern(C) void function(void* jarg1, void* jarg2, void* jarg3) vtkParallelCoordinatesInteractorStyle_GetCursorStartPosition__SWIG_1; extern(C) void function(void* jarg1, void* jarg2) vtkParallelCoordinatesInteractorStyle_GetCursorStartPosition__SWIG_2; extern(C) void* function(void* jarg1) vtkParallelCoordinatesInteractorStyle_GetCursorCurrentPosition__SWIG_0; extern(C) void function(void* jarg1, void* jarg2, void* jarg3) vtkParallelCoordinatesInteractorStyle_GetCursorCurrentPosition__SWIG_1; extern(C) void function(void* jarg1, void* jarg2) vtkParallelCoordinatesInteractorStyle_GetCursorCurrentPosition__SWIG_2; extern(C) void* function(void* jarg1) vtkParallelCoordinatesInteractorStyle_GetCursorLastPosition__SWIG_0; extern(C) void function(void* jarg1, void* jarg2, void* jarg3) vtkParallelCoordinatesInteractorStyle_GetCursorLastPosition__SWIG_1; extern(C) void function(void* jarg1, void* jarg2) vtkParallelCoordinatesInteractorStyle_GetCursorLastPosition__SWIG_2; extern(C) void function(void* jarg1, void* jarg2, void* jarg3) vtkParallelCoordinatesInteractorStyle_GetCursorStartPosition__SWIG_3; extern(C) void function(void* jarg1, void* jarg2, void* jarg3) vtkParallelCoordinatesInteractorStyle_GetCursorCurrentPosition__SWIG_3; extern(C) void function(void* jarg1, void* jarg2, void* jarg3) vtkParallelCoordinatesInteractorStyle_GetCursorLastPosition__SWIG_3; extern(C) void function(void* jarg1, int jarg2, int jarg3) vtkParallelCoordinatesInteractorStyle_StartInspect; extern(C) void function(void* jarg1, int jarg2, int jarg3) vtkParallelCoordinatesInteractorStyle_Inspect; extern(C) void function(void* jarg1) vtkParallelCoordinatesInteractorStyle_EndInspect; extern(C) void* function(void* objectRef) vtkParallelCoordinatesInteractorStyle_Upcast; extern(C) int function(const(char)* jarg1) vtkPeriodicTable_IsTypeOf; extern(C) void* function(void* jarg1) vtkPeriodicTable_SafeDownCast; extern(C) void* function(void* jarg1) vtkPeriodicTable_NewInstance; extern(C) void* function() vtkPeriodicTable_New; extern(C) void* function(void* jarg1) vtkPeriodicTable_GetBlueObeliskData; extern(C) ushort function(void* jarg1) vtkPeriodicTable_GetNumberOfElements; extern(C) const(char)* function(void* jarg1, ushort jarg2) vtkPeriodicTable_GetSymbol; extern(C) const(char)* function(void* jarg1, ushort jarg2) vtkPeriodicTable_GetElementName; extern(C) ushort function(void* jarg1, void* jarg2) vtkPeriodicTable_GetAtomicNumber__SWIG_0; extern(C) ushort function(void* jarg1, const(char)* jarg2) vtkPeriodicTable_GetAtomicNumber__SWIG_1; extern(C) float function(void* jarg1, ushort jarg2) vtkPeriodicTable_GetCovalentRadius; extern(C) float function(void* jarg1, ushort jarg2) vtkPeriodicTable_GetVDWRadius; extern(C) void function(void* jarg1, void* jarg2) vtkPeriodicTable_GetDefaultLUT; extern(C) void function(void* jarg1, ushort jarg2, void* jarg3) vtkPeriodicTable_GetDefaultRGBTuple__SWIG_0; extern(C) void* function(void* jarg1, ushort jarg2) vtkPeriodicTable_GetDefaultRGBTuple__SWIG_1; extern(C) void* function(void* objectRef) vtkPeriodicTable_Upcast; extern(C) void* function() vtkAVSucdReader_New; extern(C) int function(const(char)* jarg1) vtkAVSucdReader_IsTypeOf; extern(C) void* function(void* jarg1) vtkAVSucdReader_SafeDownCast; extern(C) void* function(void* jarg1) vtkAVSucdReader_NewInstance; extern(C) void function(void* jarg1, const(char)* jarg2) vtkAVSucdReader_SetFileName; extern(C) const(char)* function(void* jarg1) vtkAVSucdReader_GetFileName; extern(C) void function(void* jarg1, int jarg2) vtkAVSucdReader_SetBinaryFile; extern(C) int function(void* jarg1) vtkAVSucdReader_GetBinaryFile; extern(C) void function(void* jarg1) vtkAVSucdReader_BinaryFileOn; extern(C) void function(void* jarg1) vtkAVSucdReader_BinaryFileOff; extern(C) int function(void* jarg1) vtkAVSucdReader_GetNumberOfCells; extern(C) int function(void* jarg1) vtkAVSucdReader_GetNumberOfNodes; extern(C) int function(void* jarg1) vtkAVSucdReader_GetNumberOfNodeFields; extern(C) int function(void* jarg1) vtkAVSucdReader_GetNumberOfCellFields; extern(C) int function(void* jarg1) vtkAVSucdReader_GetNumberOfFields; extern(C) int function(void* jarg1) vtkAVSucdReader_GetNumberOfNodeComponents; extern(C) int function(void* jarg1) vtkAVSucdReader_GetNumberOfCellComponents; extern(C) void function(void* jarg1) vtkAVSucdReader_SetByteOrderToBigEndian; extern(C) void function(void* jarg1) vtkAVSucdReader_SetByteOrderToLittleEndian; extern(C) const(char)* function(void* jarg1) vtkAVSucdReader_GetByteOrderAsString; extern(C) void function(void* jarg1, int jarg2) vtkAVSucdReader_SetByteOrder; extern(C) int function(void* jarg1) vtkAVSucdReader_GetByteOrder; extern(C) int function(void* jarg1) vtkAVSucdReader_GetNumberOfPointArrays; extern(C) int function(void* jarg1) vtkAVSucdReader_GetNumberOfCellArrays; extern(C) const(char)* function(void* jarg1, int jarg2) vtkAVSucdReader_GetPointArrayName; extern(C) const(char)* function(void* jarg1, int jarg2) vtkAVSucdReader_GetCellArrayName; extern(C) int function(void* jarg1, const(char)* jarg2) vtkAVSucdReader_GetPointArrayStatus; extern(C) int function(void* jarg1, const(char)* jarg2) vtkAVSucdReader_GetCellArrayStatus; extern(C) void function(void* jarg1, const(char)* jarg2, int jarg3) vtkAVSucdReader_SetPointArrayStatus; extern(C) void function(void* jarg1, const(char)* jarg2, int jarg3) vtkAVSucdReader_SetCellArrayStatus; extern(C) void function(void* jarg1) vtkAVSucdReader_DisableAllCellArrays; extern(C) void function(void* jarg1) vtkAVSucdReader_EnableAllCellArrays; extern(C) void function(void* jarg1) vtkAVSucdReader_DisableAllPointArrays; extern(C) void function(void* jarg1) vtkAVSucdReader_EnableAllPointArrays; extern(C) void function(void* jarg1, int jarg2, int jarg3, void* jarg4, void* jarg5) vtkAVSucdReader_GetCellDataRange; extern(C) void function(void* jarg1, int jarg2, int jarg3, void* jarg4, void* jarg5) vtkAVSucdReader_GetNodeDataRange; extern(C) void* function(void* objectRef) vtkAVSucdReader_Upcast; extern(C) void* function() vtkAlgorithmOutput_New; extern(C) int function(const(char)* jarg1) vtkAlgorithmOutput_IsTypeOf; extern(C) void* function(void* jarg1) vtkAlgorithmOutput_SafeDownCast; extern(C) void* function(void* jarg1) vtkAlgorithmOutput_NewInstance; extern(C) void function(void* jarg1, int jarg2) vtkAlgorithmOutput_SetIndex; extern(C) int function(void* jarg1) vtkAlgorithmOutput_GetIndex; extern(C) void* function(void* jarg1) vtkAlgorithmOutput_GetProducer; extern(C) void function(void* jarg1, void* jarg2) vtkAlgorithmOutput_SetProducer; extern(C) void* function(void* objectRef) vtkAlgorithmOutput_Upcast; extern(C) void* function() vtkEdgeListIterator_New; extern(C) int function(const(char)* jarg1) vtkEdgeListIterator_IsTypeOf; extern(C) void* function(void* jarg1) vtkEdgeListIterator_SafeDownCast; extern(C) void* function(void* jarg1) vtkEdgeListIterator_NewInstance; extern(C) void* function(void* jarg1) vtkEdgeListIterator_GetGraph; extern(C) void function(void* jarg1, void* jarg2) vtkEdgeListIterator_SetGraph; extern(C) void* function(void* jarg1) vtkEdgeListIterator_NextGraphEdge; extern(C) uint function(void* jarg1) vtkEdgeListIterator_HasNext; extern(C) void* function(void* objectRef) vtkEdgeListIterator_Upcast; extern(C) int function(const(char)* jarg1) vtkEncodedGradientEstimator_IsTypeOf; extern(C) void* function(void* jarg1) vtkEncodedGradientEstimator_SafeDownCast; extern(C) void* function(void* jarg1) vtkEncodedGradientEstimator_NewInstance; extern(C) void function(void* jarg1, void* jarg2) vtkEncodedGradientEstimator_SetInputData; extern(C) void* function(void* jarg1) vtkEncodedGradientEstimator_GetInputData; extern(C) void function(void* jarg1, float jarg2) vtkEncodedGradientEstimator_SetGradientMagnitudeScale; extern(C) float function(void* jarg1) vtkEncodedGradientEstimator_GetGradientMagnitudeScale; extern(C) void function(void* jarg1, float jarg2) vtkEncodedGradientEstimator_SetGradientMagnitudeBias; extern(C) float function(void* jarg1) vtkEncodedGradientEstimator_GetGradientMagnitudeBias; extern(C) void function(void* jarg1, int jarg2) vtkEncodedGradientEstimator_SetBoundsClip; extern(C) int function(void* jarg1) vtkEncodedGradientEstimator_GetBoundsClipMinValue; extern(C) int function(void* jarg1) vtkEncodedGradientEstimator_GetBoundsClipMaxValue; extern(C) int function(void* jarg1) vtkEncodedGradientEstimator_GetBoundsClip; extern(C) void function(void* jarg1) vtkEncodedGradientEstimator_BoundsClipOn; extern(C) void function(void* jarg1) vtkEncodedGradientEstimator_BoundsClipOff; extern(C) void function(void* jarg1, int jarg2, int jarg3, int jarg4, int jarg5, int jarg6, int jarg7) vtkEncodedGradientEstimator_SetBounds__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkEncodedGradientEstimator_SetBounds__SWIG_1; extern(C) void* function(void* jarg1) vtkEncodedGradientEstimator_GetBounds__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkEncodedGradientEstimator_GetBounds__SWIG_1; extern(C) void function(void* jarg1) vtkEncodedGradientEstimator_Update; extern(C) void* function(void* jarg1) vtkEncodedGradientEstimator_GetEncodedNormals; extern(C) int function(void* jarg1, long jarg2) vtkEncodedGradientEstimator_GetEncodedNormalIndex__SWIG_0; extern(C) int function(void* jarg1, int jarg2, int jarg3, int jarg4) vtkEncodedGradientEstimator_GetEncodedNormalIndex__SWIG_1; extern(C) void* function(void* jarg1) vtkEncodedGradientEstimator_GetGradientMagnitudes; extern(C) void function(void* jarg1, int jarg2) vtkEncodedGradientEstimator_SetNumberOfThreads; extern(C) int function(void* jarg1) vtkEncodedGradientEstimator_GetNumberOfThreadsMinValue; extern(C) int function(void* jarg1) vtkEncodedGradientEstimator_GetNumberOfThreadsMaxValue; extern(C) int function(void* jarg1) vtkEncodedGradientEstimator_GetNumberOfThreads; extern(C) void function(void* jarg1, void* jarg2) vtkEncodedGradientEstimator_SetDirectionEncoder; extern(C) void* function(void* jarg1) vtkEncodedGradientEstimator_GetDirectionEncoder; extern(C) void function(void* jarg1, int jarg2) vtkEncodedGradientEstimator_SetComputeGradientMagnitudes; extern(C) int function(void* jarg1) vtkEncodedGradientEstimator_GetComputeGradientMagnitudes; extern(C) void function(void* jarg1) vtkEncodedGradientEstimator_ComputeGradientMagnitudesOn; extern(C) void function(void* jarg1) vtkEncodedGradientEstimator_ComputeGradientMagnitudesOff; extern(C) void function(void* jarg1, int jarg2) vtkEncodedGradientEstimator_SetCylinderClip; extern(C) int function(void* jarg1) vtkEncodedGradientEstimator_GetCylinderClip; extern(C) void function(void* jarg1) vtkEncodedGradientEstimator_CylinderClipOn; extern(C) void function(void* jarg1) vtkEncodedGradientEstimator_CylinderClipOff; extern(C) float function(void* jarg1) vtkEncodedGradientEstimator_GetLastUpdateTimeInSeconds; extern(C) float function(void* jarg1) vtkEncodedGradientEstimator_GetLastUpdateTimeInCPUSeconds; extern(C) int function(void* jarg1) vtkEncodedGradientEstimator_GetUseCylinderClip; extern(C) void* function(void* jarg1) vtkEncodedGradientEstimator_GetCircleLimits; extern(C) void function(void* jarg1, float jarg2) vtkEncodedGradientEstimator_SetZeroNormalThreshold; extern(C) float function(void* jarg1) vtkEncodedGradientEstimator_GetZeroNormalThreshold; extern(C) void function(void* jarg1, int jarg2) vtkEncodedGradientEstimator_SetZeroPad; extern(C) int function(void* jarg1) vtkEncodedGradientEstimator_GetZeroPadMinValue; extern(C) int function(void* jarg1) vtkEncodedGradientEstimator_GetZeroPadMaxValue; extern(C) int function(void* jarg1) vtkEncodedGradientEstimator_GetZeroPad; extern(C) void function(void* jarg1) vtkEncodedGradientEstimator_ZeroPadOn; extern(C) void function(void* jarg1) vtkEncodedGradientEstimator_ZeroPadOff; extern(C) void function(void* jarg1, void* jarg2) vtkEncodedGradientEstimator_InputData_set; extern(C) void* function(void* jarg1) vtkEncodedGradientEstimator_InputData_get; extern(C) void function(void* jarg1, void* jarg2) vtkEncodedGradientEstimator_EncodedNormals_set; extern(C) void* function(void* jarg1) vtkEncodedGradientEstimator_EncodedNormals_get; extern(C) void function(void* jarg1, void* jarg2) vtkEncodedGradientEstimator_EncodedNormalsSize_set; extern(C) void* function(void* jarg1) vtkEncodedGradientEstimator_EncodedNormalsSize_get; extern(C) void function(void* jarg1, void* jarg2) vtkEncodedGradientEstimator_GradientMagnitudes_set; extern(C) void* function(void* jarg1) vtkEncodedGradientEstimator_GradientMagnitudes_get; extern(C) void function(void* jarg1, void* jarg2) vtkEncodedGradientEstimator_BuildTime_set; extern(C) void* function(void* jarg1) vtkEncodedGradientEstimator_BuildTime_get; extern(C) void* function(void* objectRef) vtkEncodedGradientEstimator_Upcast; extern(C) void* function() vtkHedgeHog_New; extern(C) int function(const(char)* jarg1) vtkHedgeHog_IsTypeOf; extern(C) void* function(void* jarg1) vtkHedgeHog_SafeDownCast; extern(C) void* function(void* jarg1) vtkHedgeHog_NewInstance; extern(C) void function(void* jarg1, double jarg2) vtkHedgeHog_SetScaleFactor; extern(C) double function(void* jarg1) vtkHedgeHog_GetScaleFactor; extern(C) void function(void* jarg1, int jarg2) vtkHedgeHog_SetVectorMode; extern(C) int function(void* jarg1) vtkHedgeHog_GetVectorMode; extern(C) void function(void* jarg1) vtkHedgeHog_SetVectorModeToUseVector; extern(C) void function(void* jarg1) vtkHedgeHog_SetVectorModeToUseNormal; extern(C) const(char)* function(void* jarg1) vtkHedgeHog_GetVectorModeAsString; extern(C) void* function(void* objectRef) vtkHedgeHog_Upcast; extern(C) void* function() vtkSynchronizedTemplates2D_New; extern(C) int function(const(char)* jarg1) vtkSynchronizedTemplates2D_IsTypeOf; extern(C) void* function(void* jarg1) vtkSynchronizedTemplates2D_SafeDownCast; extern(C) void* function(void* jarg1) vtkSynchronizedTemplates2D_NewInstance; extern(C) void function(void* jarg1, int jarg2, double jarg3) vtkSynchronizedTemplates2D_SetValue; extern(C) double function(void* jarg1, int jarg2) vtkSynchronizedTemplates2D_GetValue; extern(C) void* function(void* jarg1) vtkSynchronizedTemplates2D_GetValues__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkSynchronizedTemplates2D_GetValues__SWIG_1; extern(C) void function(void* jarg1, int jarg2) vtkSynchronizedTemplates2D_SetNumberOfContours; extern(C) int function(void* jarg1) vtkSynchronizedTemplates2D_GetNumberOfContours; extern(C) void function(void* jarg1, int jarg2, void* jarg3) vtkSynchronizedTemplates2D_GenerateValues__SWIG_0; extern(C) void function(void* jarg1, int jarg2, double jarg3, double jarg4) vtkSynchronizedTemplates2D_GenerateValues__SWIG_1; extern(C) void function(void* jarg1, int jarg2) vtkSynchronizedTemplates2D_SetComputeScalars; extern(C) int function(void* jarg1) vtkSynchronizedTemplates2D_GetComputeScalars; extern(C) void function(void* jarg1) vtkSynchronizedTemplates2D_ComputeScalarsOn; extern(C) void function(void* jarg1) vtkSynchronizedTemplates2D_ComputeScalarsOff; extern(C) void function(void* jarg1, int jarg2) vtkSynchronizedTemplates2D_SetArrayComponent; extern(C) int function(void* jarg1) vtkSynchronizedTemplates2D_GetArrayComponent; extern(C) void* function(void* objectRef) vtkSynchronizedTemplates2D_Upcast; extern(C) int function(const(char)* jarg1) vtkUTF16TextCodec_IsTypeOf; extern(C) void* function(void* jarg1) vtkUTF16TextCodec_SafeDownCast; extern(C) void* function(void* jarg1) vtkUTF16TextCodec_NewInstance; extern(C) void* function() vtkUTF16TextCodec_New; extern(C) void function(void* jarg1, uint jarg2) vtkUTF16TextCodec_SetBigEndian; extern(C) void function(void* jarg1, void* jarg2) vtkUTF16TextCodec_FindEndianness; extern(C) void* function() new_vtkUTF16TextCodec; extern(C) void function(void* jarg1) delete_vtkUTF16TextCodec; extern(C) void* function(void* objectRef) vtkUTF16TextCodec_Upcast; extern(C) void* function() vtkDisplayListPainter_New; extern(C) int function(const(char)* jarg1) vtkDisplayListPainter_IsTypeOf; extern(C) void* function(void* jarg1) vtkDisplayListPainter_SafeDownCast; extern(C) void* function(void* jarg1) vtkDisplayListPainter_NewInstance; extern(C) void* function() vtkDisplayListPainter_IMMEDIATE_MODE_RENDERING; extern(C) void* function(void* objectRef) vtkDisplayListPainter_Upcast; extern(C) void* function() vtkPixel_New; extern(C) int function(const(char)* jarg1) vtkPixel_IsTypeOf; extern(C) void* function(void* jarg1) vtkPixel_SafeDownCast; extern(C) void* function(void* jarg1) vtkPixel_NewInstance; extern(C) void function(void* jarg1, void* jarg2) vtkPixel_InterpolationFunctions; extern(C) void function(void* jarg1, void* jarg2) vtkPixel_InterpolationDerivs; extern(C) void function(void* jarg1, void* jarg2, void* jarg3) vtkPixel_InterpolateFunctions; extern(C) void function(void* jarg1, void* jarg2, void* jarg3) vtkPixel_InterpolateDerivs; extern(C) void* function(void* objectRef) vtkPixel_Upcast; extern(C) void* function() vtkGeoAlignedImageRepresentation_New; extern(C) int function(const(char)* jarg1) vtkGeoAlignedImageRepresentation_IsTypeOf; extern(C) void* function(void* jarg1) vtkGeoAlignedImageRepresentation_SafeDownCast; extern(C) void* function(void* jarg1) vtkGeoAlignedImageRepresentation_NewInstance; extern(C) void* function(void* jarg1, void* jarg2) vtkGeoAlignedImageRepresentation_GetBestImageForBounds; extern(C) void* function(void* jarg1) vtkGeoAlignedImageRepresentation_GetSource; extern(C) void function(void* jarg1, void* jarg2) vtkGeoAlignedImageRepresentation_SetSource; extern(C) void function(void* jarg1, const(char)* jarg2) vtkGeoAlignedImageRepresentation_SaveDatabase; extern(C) void* function(void* objectRef) vtkGeoAlignedImageRepresentation_Upcast; extern(C) void* function() vtkImageMagnify_New; extern(C) int function(const(char)* jarg1) vtkImageMagnify_IsTypeOf; extern(C) void* function(void* jarg1) vtkImageMagnify_SafeDownCast; extern(C) void* function(void* jarg1) vtkImageMagnify_NewInstance; extern(C) void function(void* jarg1, int jarg2, int jarg3, int jarg4) vtkImageMagnify_SetMagnificationFactors__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkImageMagnify_SetMagnificationFactors__SWIG_1; extern(C) void* function(void* jarg1) vtkImageMagnify_GetMagnificationFactors__SWIG_0; extern(C) void function(void* jarg1, void* jarg2, void* jarg3, void* jarg4) vtkImageMagnify_GetMagnificationFactors__SWIG_1; extern(C) void function(void* jarg1, void* jarg2) vtkImageMagnify_GetMagnificationFactors__SWIG_2; extern(C) void function(void* jarg1, int jarg2) vtkImageMagnify_SetInterpolate; extern(C) int function(void* jarg1) vtkImageMagnify_GetInterpolate; extern(C) void function(void* jarg1) vtkImageMagnify_InterpolateOn; extern(C) void function(void* jarg1) vtkImageMagnify_InterpolateOff; extern(C) void* function(void* objectRef) vtkImageMagnify_Upcast; extern(C) int function(const(char)* jarg1) vtkShaderProgram_IsTypeOf; extern(C) void* function(void* jarg1) vtkShaderProgram_SafeDownCast; extern(C) void* function(void* jarg1) vtkShaderProgram_NewInstance; extern(C) void* function(void* jarg1) vtkShaderProgram_GetMaterial; extern(C) void function(void* jarg1, void* jarg2) vtkShaderProgram_SetMaterial; extern(C) int function(void* jarg1, void* jarg2) vtkShaderProgram_AddShader; extern(C) void function(void* jarg1, int jarg2) vtkShaderProgram_RemoveShader__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkShaderProgram_RemoveShader__SWIG_1; extern(C) void* function(void* jarg1) vtkShaderProgram_NewShaderIterator; extern(C) int function(void* jarg1) vtkShaderProgram_GetNumberOfShaders; extern(C) void* function(int jarg1) vtkShaderProgram_CreateShaderProgram; extern(C) void function(void* jarg1) vtkShaderProgram_ReadMaterial; extern(C) void function(void* jarg1, void* jarg2, void* jarg3) vtkShaderProgram_Render; extern(C) void function(void* jarg1, const(char)* jarg2, int jarg3, void* jarg4) vtkShaderProgram_AddShaderVariable__SWIG_0; extern(C) void function(void* jarg1, const(char)* jarg2, int jarg3, void* jarg4) vtkShaderProgram_AddShaderVariable__SWIG_1; extern(C) void function(void* jarg1, const(char)* jarg2, int jarg3, void* jarg4) vtkShaderProgram_AddShaderVariable__SWIG_2; extern(C) void function(void* jarg1, void* jarg2, void* jarg3) vtkShaderProgram_PostRender; extern(C) void function(void* jarg1, void* jarg2) vtkShaderProgram_ReleaseGraphicsResources; extern(C) void* function(void* jarg1) vtkShaderProgram_GetShaderDeviceAdapter; extern(C) void* function(void* objectRef) vtkShaderProgram_Upcast; extern(C) void* function() vtkGenericCell_New; extern(C) int function(const(char)* jarg1) vtkGenericCell_IsTypeOf; extern(C) void* function(void* jarg1) vtkGenericCell_SafeDownCast; extern(C) void* function(void* jarg1) vtkGenericCell_NewInstance; extern(C) void function(void* jarg1, void* jarg2, void* jarg3) vtkGenericCell_InterpolateFunctions; extern(C) void function(void* jarg1, void* jarg2, void* jarg3) vtkGenericCell_InterpolateDerivs; extern(C) void function(void* jarg1, int jarg2) vtkGenericCell_SetCellType; extern(C) void function(void* jarg1) vtkGenericCell_SetCellTypeToEmptyCell; extern(C) void function(void* jarg1) vtkGenericCell_SetCellTypeToVertex; extern(C) void function(void* jarg1) vtkGenericCell_SetCellTypeToPolyVertex; extern(C) void function(void* jarg1) vtkGenericCell_SetCellTypeToLine; extern(C) void function(void* jarg1) vtkGenericCell_SetCellTypeToPolyLine; extern(C) void function(void* jarg1) vtkGenericCell_SetCellTypeToTriangle; extern(C) void function(void* jarg1) vtkGenericCell_SetCellTypeToTriangleStrip; extern(C) void function(void* jarg1) vtkGenericCell_SetCellTypeToPolygon; extern(C) void function(void* jarg1) vtkGenericCell_SetCellTypeToPixel; extern(C) void function(void* jarg1) vtkGenericCell_SetCellTypeToQuad; extern(C) void function(void* jarg1) vtkGenericCell_SetCellTypeToTetra; extern(C) void function(void* jarg1) vtkGenericCell_SetCellTypeToVoxel; extern(C) void function(void* jarg1) vtkGenericCell_SetCellTypeToHexahedron; extern(C) void function(void* jarg1) vtkGenericCell_SetCellTypeToWedge; extern(C) void function(void* jarg1) vtkGenericCell_SetCellTypeToPyramid; extern(C) void function(void* jarg1) vtkGenericCell_SetCellTypeToPentagonalPrism; extern(C) void function(void* jarg1) vtkGenericCell_SetCellTypeToHexagonalPrism; extern(C) void function(void* jarg1) vtkGenericCell_SetCellTypeToPolyhedron; extern(C) void function(void* jarg1) vtkGenericCell_SetCellTypeToConvexPointSet; extern(C) void function(void* jarg1) vtkGenericCell_SetCellTypeToQuadraticEdge; extern(C) void function(void* jarg1) vtkGenericCell_SetCellTypeToCubicLine; extern(C) void function(void* jarg1) vtkGenericCell_SetCellTypeToQuadraticTriangle; extern(C) void function(void* jarg1) vtkGenericCell_SetCellTypeToBiQuadraticTriangle; extern(C) void function(void* jarg1) vtkGenericCell_SetCellTypeToQuadraticQuad; extern(C) void function(void* jarg1) vtkGenericCell_SetCellTypeToQuadraticTetra; extern(C) void function(void* jarg1) vtkGenericCell_SetCellTypeToQuadraticHexahedron; extern(C) void function(void* jarg1) vtkGenericCell_SetCellTypeToQuadraticWedge; extern(C) void function(void* jarg1) vtkGenericCell_SetCellTypeToQuadraticPyramid; extern(C) void function(void* jarg1) vtkGenericCell_SetCellTypeToQuadraticLinearQuad; extern(C) void function(void* jarg1) vtkGenericCell_SetCellTypeToBiQuadraticQuad; extern(C) void function(void* jarg1) vtkGenericCell_SetCellTypeToQuadraticLinearWedge; extern(C) void function(void* jarg1) vtkGenericCell_SetCellTypeToBiQuadraticQuadraticWedge; extern(C) void function(void* jarg1) vtkGenericCell_SetCellTypeToTriQuadraticHexahedron; extern(C) void function(void* jarg1) vtkGenericCell_SetCellTypeToBiQuadraticQuadraticHexahedron; extern(C) void* function(int jarg1) vtkGenericCell_InstantiateCell; extern(C) void* function(void* objectRef) vtkGenericCell_Upcast; extern(C) int function(const(char)* jarg1) vtkMNITagPointWriter_IsTypeOf; extern(C) void* function(void* jarg1) vtkMNITagPointWriter_SafeDownCast; extern(C) void* function(void* jarg1) vtkMNITagPointWriter_NewInstance; extern(C) void* function() vtkMNITagPointWriter_New; extern(C) const(char)* function(void* jarg1) vtkMNITagPointWriter_GetFileExtensions; extern(C) const(char)* function(void* jarg1) vtkMNITagPointWriter_GetDescriptiveName; extern(C) void function(void* jarg1, int jarg2, void* jarg3) vtkMNITagPointWriter_SetPoints__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkMNITagPointWriter_SetPoints__SWIG_1; extern(C) void* function(void* jarg1, int jarg2) vtkMNITagPointWriter_GetPoints__SWIG_0; extern(C) void* function(void* jarg1) vtkMNITagPointWriter_GetPoints__SWIG_1; extern(C) void function(void* jarg1, void* jarg2) vtkMNITagPointWriter_SetLabelText; extern(C) void* function(void* jarg1) vtkMNITagPointWriter_GetLabelText; extern(C) void function(void* jarg1, void* jarg2) vtkMNITagPointWriter_SetWeights; extern(C) void* function(void* jarg1) vtkMNITagPointWriter_GetWeights; extern(C) void function(void* jarg1, void* jarg2) vtkMNITagPointWriter_SetStructureIds; extern(C) void* function(void* jarg1) vtkMNITagPointWriter_GetStructureIds; extern(C) void function(void* jarg1, void* jarg2) vtkMNITagPointWriter_SetPatientIds; extern(C) void* function(void* jarg1) vtkMNITagPointWriter_GetPatientIds; extern(C) void function(void* jarg1, const(char)* jarg2) vtkMNITagPointWriter_SetComments; extern(C) const(char)* function(void* jarg1) vtkMNITagPointWriter_GetComments; extern(C) void function(void* jarg1, const(char)* jarg2) vtkMNITagPointWriter_SetFileName; extern(C) const(char)* function(void* jarg1) vtkMNITagPointWriter_GetFileName; extern(C) void* function(void* objectRef) vtkMNITagPointWriter_Upcast; extern(C) void* function() vtkSectorSource_New; extern(C) int function(const(char)* jarg1) vtkSectorSource_IsTypeOf; extern(C) void* function(void* jarg1) vtkSectorSource_SafeDownCast; extern(C) void* function(void* jarg1) vtkSectorSource_NewInstance; extern(C) void function(void* jarg1, double jarg2) vtkSectorSource_SetInnerRadius; extern(C) double function(void* jarg1) vtkSectorSource_GetInnerRadiusMinValue; extern(C) double function(void* jarg1) vtkSectorSource_GetInnerRadiusMaxValue; extern(C) double function(void* jarg1) vtkSectorSource_GetInnerRadius; extern(C) void function(void* jarg1, double jarg2) vtkSectorSource_SetOuterRadius; extern(C) double function(void* jarg1) vtkSectorSource_GetOuterRadiusMinValue; extern(C) double function(void* jarg1) vtkSectorSource_GetOuterRadiusMaxValue; extern(C) double function(void* jarg1) vtkSectorSource_GetOuterRadius; extern(C) void function(void* jarg1, double jarg2) vtkSectorSource_SetZCoord; extern(C) double function(void* jarg1) vtkSectorSource_GetZCoordMinValue; extern(C) double function(void* jarg1) vtkSectorSource_GetZCoordMaxValue; extern(C) double function(void* jarg1) vtkSectorSource_GetZCoord; extern(C) void function(void* jarg1, int jarg2) vtkSectorSource_SetRadialResolution; extern(C) int function(void* jarg1) vtkSectorSource_GetRadialResolutionMinValue; extern(C) int function(void* jarg1) vtkSectorSource_GetRadialResolutionMaxValue; extern(C) int function(void* jarg1) vtkSectorSource_GetRadialResolution; extern(C) void function(void* jarg1, int jarg2) vtkSectorSource_SetCircumferentialResolution; extern(C) int function(void* jarg1) vtkSectorSource_GetCircumferentialResolutionMinValue; extern(C) int function(void* jarg1) vtkSectorSource_GetCircumferentialResolutionMaxValue; extern(C) int function(void* jarg1) vtkSectorSource_GetCircumferentialResolution; extern(C) void function(void* jarg1, double jarg2) vtkSectorSource_SetStartAngle; extern(C) double function(void* jarg1) vtkSectorSource_GetStartAngleMinValue; extern(C) double function(void* jarg1) vtkSectorSource_GetStartAngleMaxValue; extern(C) double function(void* jarg1) vtkSectorSource_GetStartAngle; extern(C) void function(void* jarg1, double jarg2) vtkSectorSource_SetEndAngle; extern(C) double function(void* jarg1) vtkSectorSource_GetEndAngleMinValue; extern(C) double function(void* jarg1) vtkSectorSource_GetEndAngleMaxValue; extern(C) double function(void* jarg1) vtkSectorSource_GetEndAngle; extern(C) void* function(void* objectRef) vtkSectorSource_Upcast; extern(C) void* function() vtkMultiBlockDataSet_New; extern(C) int function(const(char)* jarg1) vtkMultiBlockDataSet_IsTypeOf; extern(C) void* function(void* jarg1) vtkMultiBlockDataSet_SafeDownCast; extern(C) void* function(void* jarg1) vtkMultiBlockDataSet_NewInstance; extern(C) void function(void* jarg1, uint jarg2) vtkMultiBlockDataSet_SetNumberOfBlocks; extern(C) uint function(void* jarg1) vtkMultiBlockDataSet_GetNumberOfBlocks; extern(C) void* function(void* jarg1, uint jarg2) vtkMultiBlockDataSet_GetBlock; extern(C) void function(void* jarg1, uint jarg2, void* jarg3) vtkMultiBlockDataSet_SetBlock; extern(C) void function(void* jarg1, uint jarg2) vtkMultiBlockDataSet_RemoveBlock; extern(C) int function(void* jarg1, uint jarg2) vtkMultiBlockDataSet_HasMetaData__SWIG_0; extern(C) void* function(void* jarg1, uint jarg2) vtkMultiBlockDataSet_GetMetaData__SWIG_0; extern(C) void* function(void* jarg1, void* jarg2) vtkMultiBlockDataSet_GetMetaData__SWIG_1; extern(C) int function(void* jarg1, void* jarg2) vtkMultiBlockDataSet_HasMetaData__SWIG_1; extern(C) void* function() new_vtkMultiBlockDataSet; extern(C) void function(void* jarg1) delete_vtkMultiBlockDataSet; extern(C) void* function(void* objectRef) vtkMultiBlockDataSet_Upcast; extern(C) void* function() vtkPlane_New; extern(C) int function(const(char)* jarg1) vtkPlane_IsTypeOf; extern(C) void* function(void* jarg1) vtkPlane_SafeDownCast; extern(C) void* function(void* jarg1) vtkPlane_NewInstance; extern(C) double function(void* jarg1, void* jarg2) vtkPlane_EvaluateFunction__SWIG_0; extern(C) double function(void* jarg1, double jarg2, double jarg3, double jarg4) vtkPlane_EvaluateFunction__SWIG_1; extern(C) void function(void* jarg1, double jarg2, double jarg3, double jarg4) vtkPlane_SetNormal__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkPlane_SetNormal__SWIG_1; extern(C) void* function(void* jarg1) vtkPlane_GetNormal__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkPlane_GetNormal__SWIG_1; extern(C) void function(void* jarg1, double jarg2, double jarg3, double jarg4) vtkPlane_SetOrigin__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkPlane_SetOrigin__SWIG_1; extern(C) void* function(void* jarg1) vtkPlane_GetOrigin__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkPlane_GetOrigin__SWIG_1; extern(C) void function(void* jarg1, double jarg2) vtkPlane_Push; extern(C) void function(void* jarg1, void* jarg2, void* jarg3, void* jarg4) vtkPlane_ProjectPoint__SWIG_0; extern(C) void function(void* jarg1, void* jarg2, void* jarg3) vtkPlane_ProjectPoint__SWIG_1; extern(C) void function(void* jarg1, void* jarg2, void* jarg3, void* jarg4) vtkPlane_ProjectVector__SWIG_0; extern(C) void function(void* jarg1, void* jarg2, void* jarg3) vtkPlane_ProjectVector__SWIG_1; extern(C) void function(void* jarg1, void* jarg2, void* jarg3, void* jarg4) vtkPlane_GeneralizedProjectPoint__SWIG_0; extern(C) void function(void* jarg1, void* jarg2, void* jarg3) vtkPlane_GeneralizedProjectPoint__SWIG_1; extern(C) double function(void* jarg1, void* jarg2, void* jarg3) vtkPlane_Evaluate; extern(C) double function(void* jarg1, void* jarg2, void* jarg3) vtkPlane_DistanceToPlane__SWIG_0; extern(C) double function(void* jarg1, void* jarg2) vtkPlane_DistanceToPlane__SWIG_1; extern(C) int function(void* jarg1, void* jarg2, void* jarg3, void* jarg4, void* jarg5, void* jarg6) vtkPlane_IntersectWithLine__SWIG_0; extern(C) int function(void* jarg1, void* jarg2, void* jarg3, void* jarg4, void* jarg5) vtkPlane_IntersectWithLine__SWIG_1; extern(C) void* function(void* objectRef) vtkPlane_Upcast; extern(C) int function(const(char)* jarg1) vtkPlaneCollection_IsTypeOf; extern(C) void* function(void* jarg1) vtkPlaneCollection_SafeDownCast; extern(C) void* function(void* jarg1) vtkPlaneCollection_NewInstance; extern(C) void* function() vtkPlaneCollection_New; extern(C) void function(void* jarg1, void* jarg2) vtkPlaneCollection_AddItem; extern(C) void* function(void* jarg1) vtkPlaneCollection_GetNextItem; extern(C) void* function(void* jarg1, int jarg2) vtkPlaneCollection_GetItem; extern(C) void* function(void* objectRef) vtkPlaneCollection_Upcast; extern(C) void* function() vtkAMRCutPlane_New; extern(C) int function(const(char)* jarg1) vtkAMRCutPlane_IsTypeOf; extern(C) void* function(void* jarg1) vtkAMRCutPlane_SafeDownCast; extern(C) void* function(void* jarg1) vtkAMRCutPlane_NewInstance; extern(C) void function(void* jarg1, double jarg2, double jarg3, double jarg4) vtkAMRCutPlane_SetCenter__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkAMRCutPlane_SetCenter__SWIG_1; extern(C) void function(void* jarg1, double jarg2, double jarg3, double jarg4) vtkAMRCutPlane_SetNormal__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkAMRCutPlane_SetNormal__SWIG_1; extern(C) void function(void* jarg1, int jarg2) vtkAMRCutPlane_SetLevelOfResolution; extern(C) int function(void* jarg1) vtkAMRCutPlane_GetLevelOfResolution; extern(C) void function(void* jarg1, uint jarg2) vtkAMRCutPlane_SetUseNativeCutter; extern(C) uint function(void* jarg1) vtkAMRCutPlane_GetUseNativeCutter; extern(C) void function(void* jarg1) vtkAMRCutPlane_UseNativeCutterOn; extern(C) void function(void* jarg1) vtkAMRCutPlane_UseNativeCutterOff; extern(C) void function(void* jarg1, void* jarg2) vtkAMRCutPlane_SetController; extern(C) void* function(void* jarg1) vtkAMRCutPlane_GetController; extern(C) int function(void* jarg1, void* jarg2, void* jarg3, void* jarg4) vtkAMRCutPlane_RequestData; extern(C) int function(void* jarg1, int jarg2, void* jarg3) vtkAMRCutPlane_FillInputPortInformation; extern(C) int function(void* jarg1, int jarg2, void* jarg3) vtkAMRCutPlane_FillOutputPortInformation; extern(C) int function(void* jarg1, void* jarg2, void* jarg3, void* jarg4) vtkAMRCutPlane_RequestInformation; extern(C) int function(void* jarg1, void* jarg2, void* jarg3, void* jarg4) vtkAMRCutPlane_RequestUpdateExtent; extern(C) void* function(void* objectRef) vtkAMRCutPlane_Upcast; extern(C) void* function() vtkFieldDataSerializer_New; extern(C) int function(const(char)* jarg1) vtkFieldDataSerializer_IsTypeOf; extern(C) void* function(void* jarg1) vtkFieldDataSerializer_SafeDownCast; extern(C) void* function(void* jarg1) vtkFieldDataSerializer_NewInstance; extern(C) void function(void* jarg1, void* jarg2) vtkFieldDataSerializer_SerializeMetaData; extern(C) void function(void* jarg1, void* jarg2, void* jarg3, void* jarg4) vtkFieldDataSerializer_DeserializeMetaData; extern(C) void function(void* jarg1, void* jarg2) vtkFieldDataSerializer_Serialize; extern(C) void function(void* jarg1, void* jarg2, void* jarg3) vtkFieldDataSerializer_SerializeTuples; extern(C) void function(void* jarg1, void* jarg2, void* jarg3, void* jarg4) vtkFieldDataSerializer_SerializeSubExtent; extern(C) void function(void* jarg1, void* jarg2) vtkFieldDataSerializer_Deserialize; extern(C) void* function(void* objectRef) vtkFieldDataSerializer_Upcast; extern(C) void* function() vtkDirectedGraphAlgorithm_New; extern(C) int function(const(char)* jarg1) vtkDirectedGraphAlgorithm_IsTypeOf; extern(C) void* function(void* jarg1) vtkDirectedGraphAlgorithm_SafeDownCast; extern(C) void* function(void* jarg1) vtkDirectedGraphAlgorithm_NewInstance; extern(C) void* function(void* jarg1) vtkDirectedGraphAlgorithm_GetOutput__SWIG_0; extern(C) void* function(void* jarg1, int jarg2) vtkDirectedGraphAlgorithm_GetOutput__SWIG_1; extern(C) void function(void* jarg1, void* jarg2) vtkDirectedGraphAlgorithm_SetInputData__SWIG_0; extern(C) void function(void* jarg1, int jarg2, void* jarg3) vtkDirectedGraphAlgorithm_SetInputData__SWIG_1; extern(C) void* function(void* objectRef) vtkDirectedGraphAlgorithm_Upcast; extern(C) void* function() vtkPipelineGraphSource_New; extern(C) int function(const(char)* jarg1) vtkPipelineGraphSource_IsTypeOf; extern(C) void* function(void* jarg1) vtkPipelineGraphSource_SafeDownCast; extern(C) void* function(void* jarg1) vtkPipelineGraphSource_NewInstance; extern(C) void function(void* jarg1, void* jarg2) vtkPipelineGraphSource_AddSink; extern(C) void function(void* jarg1, void* jarg2) vtkPipelineGraphSource_RemoveSink; extern(C) void* function() new_vtkPipelineGraphSource; extern(C) void function(void* jarg1) delete_vtkPipelineGraphSource; extern(C) void* function(void* objectRef) vtkPipelineGraphSource_Upcast; extern(C) void* function() vtkExodusIICache_New; extern(C) int function(const(char)* jarg1) vtkExodusIICache_IsTypeOf; extern(C) void* function(void* jarg1) vtkExodusIICache_SafeDownCast; extern(C) void* function(void* jarg1) vtkExodusIICache_NewInstance; extern(C) void function(void* jarg1) vtkExodusIICache_Clear; extern(C) void function(void* jarg1, double jarg2) vtkExodusIICache_SetCacheCapacity; extern(C) double function(void* jarg1) vtkExodusIICache_GetSpaceLeft; extern(C) int function(void* jarg1, double jarg2) vtkExodusIICache_ReduceToSize; extern(C) void* function(void* objectRef) vtkExodusIICache_Upcast; extern(C) void* function() vtkSphereHandleRepresentation_New; extern(C) int function(const(char)* jarg1) vtkSphereHandleRepresentation_IsTypeOf; extern(C) void* function(void* jarg1) vtkSphereHandleRepresentation_SafeDownCast; extern(C) void* function(void* jarg1) vtkSphereHandleRepresentation_NewInstance; extern(C) void function(void* jarg1, int jarg2) vtkSphereHandleRepresentation_SetTranslationMode; extern(C) int function(void* jarg1) vtkSphereHandleRepresentation_GetTranslationMode; extern(C) void function(void* jarg1) vtkSphereHandleRepresentation_TranslationModeOn; extern(C) void function(void* jarg1) vtkSphereHandleRepresentation_TranslationModeOff; extern(C) void function(void* jarg1, double jarg2) vtkSphereHandleRepresentation_SetSphereRadius; extern(C) double function(void* jarg1) vtkSphereHandleRepresentation_GetSphereRadius; extern(C) void function(void* jarg1, void* jarg2) vtkSphereHandleRepresentation_SetProperty; extern(C) void function(void* jarg1, void* jarg2) vtkSphereHandleRepresentation_SetSelectedProperty; extern(C) void* function(void* jarg1) vtkSphereHandleRepresentation_GetProperty; extern(C) void* function(void* jarg1) vtkSphereHandleRepresentation_GetSelectedProperty; extern(C) void function(void* jarg1, double jarg2) vtkSphereHandleRepresentation_SetHotSpotSize; extern(C) double function(void* jarg1) vtkSphereHandleRepresentation_GetHotSpotSizeMinValue; extern(C) double function(void* jarg1) vtkSphereHandleRepresentation_GetHotSpotSizeMaxValue; extern(C) double function(void* jarg1) vtkSphereHandleRepresentation_GetHotSpotSize; extern(C) int function(void* jarg1, int jarg2, int jarg3, int jarg4) vtkSphereHandleRepresentation_ComputeInteractionState__SWIG_0; extern(C) int function(void* jarg1, int jarg2, int jarg3) vtkSphereHandleRepresentation_ComputeInteractionState__SWIG_1; extern(C) void function(void* jarg1, void* jarg2) vtkSphereHandleRepresentation_PlaceWidget; extern(C) void* function(void* objectRef) vtkSphereHandleRepresentation_Upcast; extern(C) void* function() vtkParallelopipedWidget_New; extern(C) int function(const(char)* jarg1) vtkParallelopipedWidget_IsTypeOf; extern(C) void* function(void* jarg1) vtkParallelopipedWidget_SafeDownCast; extern(C) void* function(void* jarg1) vtkParallelopipedWidget_NewInstance; extern(C) void function(void* jarg1, void* jarg2) vtkParallelopipedWidget_SetRepresentation; extern(C) void* function(void* jarg1) vtkParallelopipedWidget_GetParallelopipedRepresentation; extern(C) void function(void* jarg1, int jarg2) vtkParallelopipedWidget_SetEnableChairCreation; extern(C) int function(void* jarg1) vtkParallelopipedWidget_GetEnableChairCreation; extern(C) void function(void* jarg1) vtkParallelopipedWidget_EnableChairCreationOn; extern(C) void function(void* jarg1) vtkParallelopipedWidget_EnableChairCreationOff; extern(C) void* function(void* objectRef) vtkParallelopipedWidget_Upcast; extern(C) void* function() vtkPNGWriter_New; extern(C) int function(const(char)* jarg1) vtkPNGWriter_IsTypeOf; extern(C) void* function(void* jarg1) vtkPNGWriter_SafeDownCast; extern(C) void* function(void* jarg1) vtkPNGWriter_NewInstance; extern(C) void function(void* jarg1, uint jarg2) vtkPNGWriter_SetWriteToMemory; extern(C) uint function(void* jarg1) vtkPNGWriter_GetWriteToMemory; extern(C) void function(void* jarg1) vtkPNGWriter_WriteToMemoryOn; extern(C) void function(void* jarg1) vtkPNGWriter_WriteToMemoryOff; extern(C) void function(void* jarg1, void* jarg2) vtkPNGWriter_SetResult; extern(C) void* function(void* jarg1) vtkPNGWriter_GetResult; extern(C) void* function(void* objectRef) vtkPNGWriter_Upcast; extern(C) void* function() vtkSeedRepresentation_New; extern(C) int function(const(char)* jarg1) vtkSeedRepresentation_IsTypeOf; extern(C) void* function(void* jarg1) vtkSeedRepresentation_SafeDownCast; extern(C) void* function(void* jarg1) vtkSeedRepresentation_NewInstance; extern(C) void function(void* jarg1, uint jarg2, void* jarg3) vtkSeedRepresentation_GetSeedWorldPosition; extern(C) void function(void* jarg1, uint jarg2, void* jarg3) vtkSeedRepresentation_SetSeedDisplayPosition; extern(C) void function(void* jarg1, uint jarg2, void* jarg3) vtkSeedRepresentation_GetSeedDisplayPosition; extern(C) int function(void* jarg1) vtkSeedRepresentation_GetNumberOfSeeds; extern(C) void function(void* jarg1, void* jarg2) vtkSeedRepresentation_SetHandleRepresentation; extern(C) void* function(void* jarg1, uint jarg2) vtkSeedRepresentation_GetHandleRepresentation__SWIG_0; extern(C) void* function(void* jarg1) vtkSeedRepresentation_GetHandleRepresentation__SWIG_1; extern(C) void function(void* jarg1, int jarg2) vtkSeedRepresentation_SetTolerance; extern(C) int function(void* jarg1) vtkSeedRepresentation_GetToleranceMinValue; extern(C) int function(void* jarg1) vtkSeedRepresentation_GetToleranceMaxValue; extern(C) int function(void* jarg1) vtkSeedRepresentation_GetTolerance; extern(C) int function(void* jarg1) vtkSeedRepresentation_GetActiveHandle; extern(C) int function(void* jarg1, void* jarg2) vtkSeedRepresentation_CreateHandle; extern(C) void function(void* jarg1) vtkSeedRepresentation_RemoveLastHandle; extern(C) void function(void* jarg1) vtkSeedRepresentation_RemoveActiveHandle; extern(C) void function(void* jarg1, int jarg2) vtkSeedRepresentation_RemoveHandle; extern(C) int function(void* jarg1, int jarg2, int jarg3, int jarg4) vtkSeedRepresentation_ComputeInteractionState__SWIG_0; extern(C) int function(void* jarg1, int jarg2, int jarg3) vtkSeedRepresentation_ComputeInteractionState__SWIG_1; extern(C) void* function(void* objectRef) vtkSeedRepresentation_Upcast; extern(C) void* function() vtkDIMACSGraphWriter_New; extern(C) int function(const(char)* jarg1) vtkDIMACSGraphWriter_IsTypeOf; extern(C) void* function(void* jarg1) vtkDIMACSGraphWriter_SafeDownCast; extern(C) void* function(void* jarg1) vtkDIMACSGraphWriter_NewInstance; extern(C) void* function(void* jarg1) vtkDIMACSGraphWriter_GetInput__SWIG_0; extern(C) void* function(void* jarg1, int jarg2) vtkDIMACSGraphWriter_GetInput__SWIG_1; extern(C) void* function(void* objectRef) vtkDIMACSGraphWriter_Upcast; extern(C) void* function() vtkUnstructuredGridGeometryFilter_New; extern(C) int function(const(char)* jarg1) vtkUnstructuredGridGeometryFilter_IsTypeOf; extern(C) void* function(void* jarg1) vtkUnstructuredGridGeometryFilter_SafeDownCast; extern(C) void* function(void* jarg1) vtkUnstructuredGridGeometryFilter_NewInstance; extern(C) void function(void* jarg1, int jarg2) vtkUnstructuredGridGeometryFilter_SetPointClipping; extern(C) int function(void* jarg1) vtkUnstructuredGridGeometryFilter_GetPointClipping; extern(C) void function(void* jarg1) vtkUnstructuredGridGeometryFilter_PointClippingOn; extern(C) void function(void* jarg1) vtkUnstructuredGridGeometryFilter_PointClippingOff; extern(C) void function(void* jarg1, int jarg2) vtkUnstructuredGridGeometryFilter_SetCellClipping; extern(C) int function(void* jarg1) vtkUnstructuredGridGeometryFilter_GetCellClipping; extern(C) void function(void* jarg1) vtkUnstructuredGridGeometryFilter_CellClippingOn; extern(C) void function(void* jarg1) vtkUnstructuredGridGeometryFilter_CellClippingOff; extern(C) void function(void* jarg1, int jarg2) vtkUnstructuredGridGeometryFilter_SetExtentClipping; extern(C) int function(void* jarg1) vtkUnstructuredGridGeometryFilter_GetExtentClipping; extern(C) void function(void* jarg1) vtkUnstructuredGridGeometryFilter_ExtentClippingOn; extern(C) void function(void* jarg1) vtkUnstructuredGridGeometryFilter_ExtentClippingOff; extern(C) void function(void* jarg1, long jarg2) vtkUnstructuredGridGeometryFilter_SetPointMinimum; extern(C) long function(void* jarg1) vtkUnstructuredGridGeometryFilter_GetPointMinimumMinValue; extern(C) long function(void* jarg1) vtkUnstructuredGridGeometryFilter_GetPointMinimumMaxValue; extern(C) long function(void* jarg1) vtkUnstructuredGridGeometryFilter_GetPointMinimum; extern(C) void function(void* jarg1, long jarg2) vtkUnstructuredGridGeometryFilter_SetPointMaximum; extern(C) long function(void* jarg1) vtkUnstructuredGridGeometryFilter_GetPointMaximumMinValue; extern(C) long function(void* jarg1) vtkUnstructuredGridGeometryFilter_GetPointMaximumMaxValue; extern(C) long function(void* jarg1) vtkUnstructuredGridGeometryFilter_GetPointMaximum; extern(C) void function(void* jarg1, long jarg2) vtkUnstructuredGridGeometryFilter_SetCellMinimum; extern(C) long function(void* jarg1) vtkUnstructuredGridGeometryFilter_GetCellMinimumMinValue; extern(C) long function(void* jarg1) vtkUnstructuredGridGeometryFilter_GetCellMinimumMaxValue; extern(C) long function(void* jarg1) vtkUnstructuredGridGeometryFilter_GetCellMinimum; extern(C) void function(void* jarg1, long jarg2) vtkUnstructuredGridGeometryFilter_SetCellMaximum; extern(C) long function(void* jarg1) vtkUnstructuredGridGeometryFilter_GetCellMaximumMinValue; extern(C) long function(void* jarg1) vtkUnstructuredGridGeometryFilter_GetCellMaximumMaxValue; extern(C) long function(void* jarg1) vtkUnstructuredGridGeometryFilter_GetCellMaximum; extern(C) void function(void* jarg1, double jarg2, double jarg3, double jarg4, double jarg5, double jarg6, double jarg7) vtkUnstructuredGridGeometryFilter_SetExtent__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkUnstructuredGridGeometryFilter_SetExtent__SWIG_1; extern(C) void* function(void* jarg1) vtkUnstructuredGridGeometryFilter_GetExtent; extern(C) void function(void* jarg1, int jarg2) vtkUnstructuredGridGeometryFilter_SetMerging; extern(C) int function(void* jarg1) vtkUnstructuredGridGeometryFilter_GetMerging; extern(C) void function(void* jarg1) vtkUnstructuredGridGeometryFilter_MergingOn; extern(C) void function(void* jarg1) vtkUnstructuredGridGeometryFilter_MergingOff; extern(C) void function(void* jarg1, int jarg2) vtkUnstructuredGridGeometryFilter_SetPassThroughCellIds; extern(C) int function(void* jarg1) vtkUnstructuredGridGeometryFilter_GetPassThroughCellIds; extern(C) void function(void* jarg1) vtkUnstructuredGridGeometryFilter_PassThroughCellIdsOn; extern(C) void function(void* jarg1) vtkUnstructuredGridGeometryFilter_PassThroughCellIdsOff; extern(C) void function(void* jarg1, int jarg2) vtkUnstructuredGridGeometryFilter_SetPassThroughPointIds; extern(C) int function(void* jarg1) vtkUnstructuredGridGeometryFilter_GetPassThroughPointIds; extern(C) void function(void* jarg1) vtkUnstructuredGridGeometryFilter_PassThroughPointIdsOn; extern(C) void function(void* jarg1) vtkUnstructuredGridGeometryFilter_PassThroughPointIdsOff; extern(C) void function(void* jarg1, const(char)* jarg2) vtkUnstructuredGridGeometryFilter_SetOriginalCellIdsName; extern(C) const(char)* function(void* jarg1) vtkUnstructuredGridGeometryFilter_GetOriginalCellIdsName; extern(C) void function(void* jarg1, const(char)* jarg2) vtkUnstructuredGridGeometryFilter_SetOriginalPointIdsName; extern(C) const(char)* function(void* jarg1) vtkUnstructuredGridGeometryFilter_GetOriginalPointIdsName; extern(C) void function(void* jarg1, void* jarg2) vtkUnstructuredGridGeometryFilter_SetLocator; extern(C) void* function(void* jarg1) vtkUnstructuredGridGeometryFilter_GetLocator; extern(C) void function(void* jarg1) vtkUnstructuredGridGeometryFilter_CreateDefaultLocator; extern(C) void* function(void* objectRef) vtkUnstructuredGridGeometryFilter_Upcast; extern(C) void* function() vtkExtractGrid_New; extern(C) int function(const(char)* jarg1) vtkExtractGrid_IsTypeOf; extern(C) void* function(void* jarg1) vtkExtractGrid_SafeDownCast; extern(C) void* function(void* jarg1) vtkExtractGrid_NewInstance; extern(C) void function(void* jarg1, int jarg2, int jarg3, int jarg4, int jarg5, int jarg6, int jarg7) vtkExtractGrid_SetVOI__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkExtractGrid_SetVOI__SWIG_1; extern(C) void* function(void* jarg1) vtkExtractGrid_GetVOI__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkExtractGrid_GetVOI__SWIG_1; extern(C) void function(void* jarg1, int jarg2, int jarg3, int jarg4) vtkExtractGrid_SetSampleRate__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkExtractGrid_SetSampleRate__SWIG_1; extern(C) void* function(void* jarg1) vtkExtractGrid_GetSampleRate__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkExtractGrid_GetSampleRate__SWIG_1; extern(C) void function(void* jarg1, int jarg2) vtkExtractGrid_SetIncludeBoundary; extern(C) int function(void* jarg1) vtkExtractGrid_GetIncludeBoundary; extern(C) void function(void* jarg1) vtkExtractGrid_IncludeBoundaryOn; extern(C) void function(void* jarg1) vtkExtractGrid_IncludeBoundaryOff; extern(C) void* function(void* objectRef) vtkExtractGrid_Upcast; extern(C) int function(const(char)* jarg1) vtkContourRepresentation_IsTypeOf; extern(C) void* function(void* jarg1) vtkContourRepresentation_SafeDownCast; extern(C) void* function(void* jarg1) vtkContourRepresentation_NewInstance; extern(C) int function(void* jarg1, double jarg2, double jarg3, double jarg4) vtkContourRepresentation_AddNodeAtWorldPosition__SWIG_0; extern(C) int function(void* jarg1, void* jarg2) vtkContourRepresentation_AddNodeAtWorldPosition__SWIG_1; extern(C) int function(void* jarg1, void* jarg2, void* jarg3) vtkContourRepresentation_AddNodeAtWorldPosition__SWIG_2; extern(C) int function(void* jarg1, void* jarg2) vtkContourRepresentation_AddNodeAtDisplayPosition__SWIG_0; extern(C) int function(void* jarg1, void* jarg2) vtkContourRepresentation_AddNodeAtDisplayPosition__SWIG_1; extern(C) int function(void* jarg1, int jarg2, int jarg3) vtkContourRepresentation_AddNodeAtDisplayPosition__SWIG_2; extern(C) int function(void* jarg1, void* jarg2) vtkContourRepresentation_ActivateNode__SWIG_0; extern(C) int function(void* jarg1, void* jarg2) vtkContourRepresentation_ActivateNode__SWIG_1; extern(C) int function(void* jarg1, int jarg2, int jarg3) vtkContourRepresentation_ActivateNode__SWIG_2; extern(C) int function(void* jarg1, void* jarg2) vtkContourRepresentation_SetActiveNodeToWorldPosition__SWIG_0; extern(C) int function(void* jarg1, void* jarg2, void* jarg3) vtkContourRepresentation_SetActiveNodeToWorldPosition__SWIG_1; extern(C) int function(void* jarg1, void* jarg2) vtkContourRepresentation_SetActiveNodeToDisplayPosition__SWIG_0; extern(C) int function(void* jarg1, void* jarg2) vtkContourRepresentation_SetActiveNodeToDisplayPosition__SWIG_1; extern(C) int function(void* jarg1, int jarg2, int jarg3) vtkContourRepresentation_SetActiveNodeToDisplayPosition__SWIG_2; extern(C) int function(void* jarg1) vtkContourRepresentation_ToggleActiveNodeSelected; extern(C) int function(void* jarg1) vtkContourRepresentation_GetActiveNodeSelected; extern(C) int function(void* jarg1, int jarg2) vtkContourRepresentation_GetNthNodeSelected; extern(C) int function(void* jarg1, int jarg2) vtkContourRepresentation_SetNthNodeSelected; extern(C) int function(void* jarg1, void* jarg2) vtkContourRepresentation_GetActiveNodeWorldPosition; extern(C) int function(void* jarg1, void* jarg2) vtkContourRepresentation_GetActiveNodeWorldOrientation; extern(C) int function(void* jarg1, void* jarg2) vtkContourRepresentation_GetActiveNodeDisplayPosition; extern(C) int function(void* jarg1) vtkContourRepresentation_GetNumberOfNodes; extern(C) int function(void* jarg1, int jarg2, void* jarg3) vtkContourRepresentation_GetNthNodeDisplayPosition; extern(C) int function(void* jarg1, int jarg2, void* jarg3) vtkContourRepresentation_GetNthNodeWorldPosition; extern(C) int function(void* jarg1, int jarg2, void* jarg3) vtkContourRepresentation_GetNthNodeWorldOrientation; extern(C) int function(void* jarg1, int jarg2, int jarg3, int jarg4) vtkContourRepresentation_SetNthNodeDisplayPosition__SWIG_0; extern(C) int function(void* jarg1, int jarg2, void* jarg3) vtkContourRepresentation_SetNthNodeDisplayPosition__SWIG_1; extern(C) int function(void* jarg1, int jarg2, void* jarg3) vtkContourRepresentation_SetNthNodeDisplayPosition__SWIG_2; extern(C) int function(void* jarg1, int jarg2, void* jarg3) vtkContourRepresentation_SetNthNodeWorldPosition__SWIG_0; extern(C) int function(void* jarg1, int jarg2, void* jarg3, void* jarg4) vtkContourRepresentation_SetNthNodeWorldPosition__SWIG_1; extern(C) int function(void* jarg1, int jarg2, void* jarg3) vtkContourRepresentation_GetNthNodeSlope; extern(C) int function(void* jarg1, int jarg2) vtkContourRepresentation_GetNumberOfIntermediatePoints; extern(C) int function(void* jarg1, int jarg2, int jarg3, void* jarg4) vtkContourRepresentation_GetIntermediatePointWorldPosition; extern(C) int function(void* jarg1, int jarg2, void* jarg3) vtkContourRepresentation_AddIntermediatePointWorldPosition__SWIG_0; extern(C) int function(void* jarg1, int jarg2, void* jarg3, long jarg4) vtkContourRepresentation_AddIntermediatePointWorldPosition__SWIG_1; extern(C) int function(void* jarg1) vtkContourRepresentation_DeleteLastNode; extern(C) int function(void* jarg1) vtkContourRepresentation_DeleteActiveNode; extern(C) int function(void* jarg1, int jarg2) vtkContourRepresentation_DeleteNthNode; extern(C) void function(void* jarg1) vtkContourRepresentation_ClearAllNodes; extern(C) int function(void* jarg1, int jarg2, int jarg3) vtkContourRepresentation_AddNodeOnContour; extern(C) void function(void* jarg1, int jarg2) vtkContourRepresentation_SetPixelTolerance; extern(C) int function(void* jarg1) vtkContourRepresentation_GetPixelToleranceMinValue; extern(C) int function(void* jarg1) vtkContourRepresentation_GetPixelToleranceMaxValue; extern(C) int function(void* jarg1) vtkContourRepresentation_GetPixelTolerance; extern(C) void function(void* jarg1, double jarg2) vtkContourRepresentation_SetWorldTolerance; extern(C) double function(void* jarg1) vtkContourRepresentation_GetWorldToleranceMinValue; extern(C) double function(void* jarg1) vtkContourRepresentation_GetWorldToleranceMaxValue; extern(C) double function(void* jarg1) vtkContourRepresentation_GetWorldTolerance; extern(C) int function(void* jarg1) vtkContourRepresentation_GetCurrentOperation; extern(C) void function(void* jarg1, int jarg2) vtkContourRepresentation_SetCurrentOperation; extern(C) int function(void* jarg1) vtkContourRepresentation_GetCurrentOperationMinValue; extern(C) int function(void* jarg1) vtkContourRepresentation_GetCurrentOperationMaxValue; extern(C) void function(void* jarg1) vtkContourRepresentation_SetCurrentOperationToInactive; extern(C) void function(void* jarg1) vtkContourRepresentation_SetCurrentOperationToTranslate; extern(C) void function(void* jarg1) vtkContourRepresentation_SetCurrentOperationToShift; extern(C) void function(void* jarg1) vtkContourRepresentation_SetCurrentOperationToScale; extern(C) void function(void* jarg1, void* jarg2) vtkContourRepresentation_SetPointPlacer; extern(C) void* function(void* jarg1) vtkContourRepresentation_GetPointPlacer; extern(C) void function(void* jarg1, void* jarg2) vtkContourRepresentation_SetLineInterpolator; extern(C) void* function(void* jarg1) vtkContourRepresentation_GetLineInterpolator; extern(C) int function(void* jarg1, int jarg2, int jarg3, int jarg4) vtkContourRepresentation_ComputeInteractionState__SWIG_0; extern(C) int function(void* jarg1, int jarg2, int jarg3) vtkContourRepresentation_ComputeInteractionState__SWIG_1; extern(C) void function(void* jarg1, int jarg2) vtkContourRepresentation_SetClosedLoop; extern(C) int function(void* jarg1) vtkContourRepresentation_GetClosedLoop; extern(C) void function(void* jarg1) vtkContourRepresentation_ClosedLoopOn; extern(C) void function(void* jarg1) vtkContourRepresentation_ClosedLoopOff; extern(C) void function(void* jarg1, int jarg2) vtkContourRepresentation_SetShowSelectedNodes; extern(C) int function(void* jarg1) vtkContourRepresentation_GetShowSelectedNodes; extern(C) void function(void* jarg1) vtkContourRepresentation_ShowSelectedNodesOn; extern(C) void function(void* jarg1) vtkContourRepresentation_ShowSelectedNodesOff; extern(C) void function(void* jarg1, void* jarg2) vtkContourRepresentation_GetNodePolyData; extern(C) void function(void* jarg1, uint jarg2) vtkContourRepresentation_SetRebuildLocator; extern(C) void* function(void* objectRef) vtkContourRepresentation_Upcast; extern(C) void* function() vtkOrientedGlyphContourRepresentation_New; extern(C) int function(const(char)* jarg1) vtkOrientedGlyphContourRepresentation_IsTypeOf; extern(C) void* function(void* jarg1) vtkOrientedGlyphContourRepresentation_SafeDownCast; extern(C) void* function(void* jarg1) vtkOrientedGlyphContourRepresentation_NewInstance; extern(C) void function(void* jarg1, void* jarg2) vtkOrientedGlyphContourRepresentation_SetCursorShape; extern(C) void* function(void* jarg1) vtkOrientedGlyphContourRepresentation_GetCursorShape; extern(C) void function(void* jarg1, void* jarg2) vtkOrientedGlyphContourRepresentation_SetActiveCursorShape; extern(C) void* function(void* jarg1) vtkOrientedGlyphContourRepresentation_GetActiveCursorShape; extern(C) void* function(void* jarg1) vtkOrientedGlyphContourRepresentation_GetProperty; extern(C) void* function(void* jarg1) vtkOrientedGlyphContourRepresentation_GetActiveProperty; extern(C) void* function(void* jarg1) vtkOrientedGlyphContourRepresentation_GetLinesProperty; extern(C) int function(void* jarg1, int jarg2, int jarg3, int jarg4) vtkOrientedGlyphContourRepresentation_ComputeInteractionState__SWIG_0; extern(C) int function(void* jarg1, int jarg2, int jarg3) vtkOrientedGlyphContourRepresentation_ComputeInteractionState__SWIG_1; extern(C) void* function(void* jarg1) vtkOrientedGlyphContourRepresentation_GetContourRepresentationAsPolyData; extern(C) void function(void* jarg1, int jarg2) vtkOrientedGlyphContourRepresentation_SetAlwaysOnTop; extern(C) int function(void* jarg1) vtkOrientedGlyphContourRepresentation_GetAlwaysOnTop; extern(C) void function(void* jarg1) vtkOrientedGlyphContourRepresentation_AlwaysOnTopOn; extern(C) void function(void* jarg1) vtkOrientedGlyphContourRepresentation_AlwaysOnTopOff; extern(C) void function(void* jarg1, double jarg2, double jarg3, double jarg4) vtkOrientedGlyphContourRepresentation_SetLineColor; extern(C) void* function(void* objectRef) vtkOrientedGlyphContourRepresentation_Upcast; extern(C) int function(const(char)* jarg1) vtkBiDimensionalRepresentation_IsTypeOf; extern(C) void* function(void* jarg1) vtkBiDimensionalRepresentation_SafeDownCast; extern(C) void* function(void* jarg1) vtkBiDimensionalRepresentation_NewInstance; extern(C) void function(void* jarg1, void* jarg2) vtkBiDimensionalRepresentation_SetPoint1WorldPosition; extern(C) void function(void* jarg1, void* jarg2) vtkBiDimensionalRepresentation_SetPoint2WorldPosition; extern(C) void function(void* jarg1, void* jarg2) vtkBiDimensionalRepresentation_SetPoint3WorldPosition; extern(C) void function(void* jarg1, void* jarg2) vtkBiDimensionalRepresentation_SetPoint4WorldPosition; extern(C) void function(void* jarg1, void* jarg2) vtkBiDimensionalRepresentation_GetPoint1WorldPosition; extern(C) void function(void* jarg1, void* jarg2) vtkBiDimensionalRepresentation_GetPoint2WorldPosition; extern(C) void function(void* jarg1, void* jarg2) vtkBiDimensionalRepresentation_GetPoint3WorldPosition; extern(C) void function(void* jarg1, void* jarg2) vtkBiDimensionalRepresentation_GetPoint4WorldPosition; extern(C) void function(void* jarg1, void* jarg2) vtkBiDimensionalRepresentation_SetPoint1DisplayPosition; extern(C) void function(void* jarg1, void* jarg2) vtkBiDimensionalRepresentation_SetPoint2DisplayPosition; extern(C) void function(void* jarg1, void* jarg2) vtkBiDimensionalRepresentation_SetPoint3DisplayPosition; extern(C) void function(void* jarg1, void* jarg2) vtkBiDimensionalRepresentation_SetPoint4DisplayPosition; extern(C) void function(void* jarg1, void* jarg2) vtkBiDimensionalRepresentation_GetPoint1DisplayPosition; extern(C) void function(void* jarg1, void* jarg2) vtkBiDimensionalRepresentation_GetPoint2DisplayPosition; extern(C) void function(void* jarg1, void* jarg2) vtkBiDimensionalRepresentation_GetPoint3DisplayPosition; extern(C) void function(void* jarg1, void* jarg2) vtkBiDimensionalRepresentation_GetPoint4DisplayPosition; extern(C) void* function(void* jarg1) vtkBiDimensionalRepresentation_GetPoint1Representation; extern(C) void* function(void* jarg1) vtkBiDimensionalRepresentation_GetPoint2Representation; extern(C) void* function(void* jarg1) vtkBiDimensionalRepresentation_GetPoint3Representation; extern(C) void* function(void* jarg1) vtkBiDimensionalRepresentation_GetPoint4Representation; extern(C) void function(void* jarg1, int jarg2) vtkBiDimensionalRepresentation_SetLine1Visibility; extern(C) int function(void* jarg1) vtkBiDimensionalRepresentation_GetLine1Visibility; extern(C) void function(void* jarg1) vtkBiDimensionalRepresentation_Line1VisibilityOn; extern(C) void function(void* jarg1) vtkBiDimensionalRepresentation_Line1VisibilityOff; extern(C) void function(void* jarg1, int jarg2) vtkBiDimensionalRepresentation_SetLine2Visibility; extern(C) int function(void* jarg1) vtkBiDimensionalRepresentation_GetLine2Visibility; extern(C) void function(void* jarg1) vtkBiDimensionalRepresentation_Line2VisibilityOn; extern(C) void function(void* jarg1) vtkBiDimensionalRepresentation_Line2VisibilityOff; extern(C) void function(void* jarg1, void* jarg2) vtkBiDimensionalRepresentation_SetHandleRepresentation; extern(C) void function(void* jarg1) vtkBiDimensionalRepresentation_InstantiateHandleRepresentation; extern(C) void function(void* jarg1, int jarg2) vtkBiDimensionalRepresentation_SetTolerance; extern(C) int function(void* jarg1) vtkBiDimensionalRepresentation_GetToleranceMinValue; extern(C) int function(void* jarg1) vtkBiDimensionalRepresentation_GetToleranceMaxValue; extern(C) int function(void* jarg1) vtkBiDimensionalRepresentation_GetTolerance; extern(C) double function(void* jarg1) vtkBiDimensionalRepresentation_GetLength1; extern(C) double function(void* jarg1) vtkBiDimensionalRepresentation_GetLength2; extern(C) void function(void* jarg1, const(char)* jarg2) vtkBiDimensionalRepresentation_SetLabelFormat; extern(C) const(char)* function(void* jarg1) vtkBiDimensionalRepresentation_GetLabelFormat; extern(C) void function(void* jarg1, int jarg2) vtkBiDimensionalRepresentation_SetShowLabelAboveWidget; extern(C) int function(void* jarg1) vtkBiDimensionalRepresentation_GetShowLabelAboveWidget; extern(C) void function(void* jarg1) vtkBiDimensionalRepresentation_ShowLabelAboveWidgetOn; extern(C) void function(void* jarg1) vtkBiDimensionalRepresentation_ShowLabelAboveWidgetOff; extern(C) void function(void* jarg1, long jarg2) vtkBiDimensionalRepresentation_SetID; extern(C) long function(void* jarg1) vtkBiDimensionalRepresentation_GetID; extern(C) const(char)* function(void* jarg1) vtkBiDimensionalRepresentation_GetLabelText; extern(C) void* function(void* jarg1) vtkBiDimensionalRepresentation_GetLabelPosition__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkBiDimensionalRepresentation_GetLabelPosition__SWIG_1; extern(C) void function(void* jarg1, void* jarg2) vtkBiDimensionalRepresentation_GetWorldLabelPosition; extern(C) void function(void* jarg1, void* jarg2) vtkBiDimensionalRepresentation_StartWidgetDefinition; extern(C) void function(void* jarg1, void* jarg2) vtkBiDimensionalRepresentation_Point2WidgetInteraction; extern(C) void function(void* jarg1, void* jarg2) vtkBiDimensionalRepresentation_Point3WidgetInteraction; extern(C) void function(void* jarg1, void* jarg2) vtkBiDimensionalRepresentation_StartWidgetManipulation; extern(C) void* function(void* objectRef) vtkBiDimensionalRepresentation_Upcast; extern(C) core.stdc.config.c_ulong function() file_noise200x200_vtk_length_get; extern(C) core.stdc.config.c_ulong function() file_noise200x200_vtk_decoded_length_get; extern(C) void* function() file_noise200x200_vtk_section_1_get; extern(C) void* function() file_noise200x200_vtk_section_2_get; extern(C) void* function() file_noise200x200_vtk_section_3_get; extern(C) void* function() file_noise200x200_vtk_section_4_get; extern(C) void function(void* jarg1) file_noise200x200_vtk_sections_set; extern(C) void* function() file_noise200x200_vtk_sections_get; extern(C) uint function() file_noise200x200_vtk_nb_sections_get; extern(C) void* function() vtkImageDataStreamer_New; extern(C) int function(const(char)* jarg1) vtkImageDataStreamer_IsTypeOf; extern(C) void* function(void* jarg1) vtkImageDataStreamer_SafeDownCast; extern(C) void* function(void* jarg1) vtkImageDataStreamer_NewInstance; extern(C) void function(void* jarg1, int jarg2) vtkImageDataStreamer_SetNumberOfStreamDivisions; extern(C) int function(void* jarg1) vtkImageDataStreamer_GetNumberOfStreamDivisions; extern(C) void function(void* jarg1) vtkImageDataStreamer_Update__SWIG_0; extern(C) void function(void* jarg1, int jarg2) vtkImageDataStreamer_Update__SWIG_1; extern(C) void function(void* jarg1, void* jarg2) vtkImageDataStreamer_SetExtentTranslator; extern(C) void* function(void* jarg1) vtkImageDataStreamer_GetExtentTranslator; extern(C) void* function(void* objectRef) vtkImageDataStreamer_Upcast; extern(C) void* function() vtkImageExport_New; extern(C) int function(const(char)* jarg1) vtkImageExport_IsTypeOf; extern(C) void* function(void* jarg1) vtkImageExport_SafeDownCast; extern(C) void* function(void* jarg1) vtkImageExport_NewInstance; extern(C) long function(void* jarg1) vtkImageExport_GetDataMemorySize; extern(C) void function(void* jarg1, void* jarg2) vtkImageExport_GetDataDimensions__SWIG_0; extern(C) void* function(void* jarg1) vtkImageExport_GetDataDimensions__SWIG_1; extern(C) int function(void* jarg1) vtkImageExport_GetDataNumberOfScalarComponents; extern(C) int function(void* jarg1) vtkImageExport_GetDataScalarType; extern(C) const(char)* function(void* jarg1) vtkImageExport_GetDataScalarTypeAsString; extern(C) void* function(void* jarg1) vtkImageExport_GetDataExtent__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkImageExport_GetDataExtent__SWIG_1; extern(C) void* function(void* jarg1) vtkImageExport_GetDataSpacing__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkImageExport_GetDataSpacing__SWIG_1; extern(C) void* function(void* jarg1) vtkImageExport_GetDataOrigin__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkImageExport_GetDataOrigin__SWIG_1; extern(C) void function(void* jarg1) vtkImageExport_ImageLowerLeftOn; extern(C) void function(void* jarg1) vtkImageExport_ImageLowerLeftOff; extern(C) int function(void* jarg1) vtkImageExport_GetImageLowerLeft; extern(C) void function(void* jarg1, int jarg2) vtkImageExport_SetImageLowerLeft; extern(C) void function(void* jarg1, void* jarg2) vtkImageExport_SetExportVoidPointer; extern(C) void* function(void* jarg1) vtkImageExport_GetExportVoidPointer; extern(C) void function(void* jarg1) vtkImageExport_Export__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkImageExport_Export__SWIG_1; extern(C) void* function(void* jarg1) vtkImageExport_GetPointerToData; extern(C) void* function(void* jarg1) vtkImageExport_GetCallbackUserData; extern(C) void* function(void* objectRef) vtkImageExport_Upcast; extern(C) void* function() vtkRIBLight_New; extern(C) int function(const(char)* jarg1) vtkRIBLight_IsTypeOf; extern(C) void* function(void* jarg1) vtkRIBLight_SafeDownCast; extern(C) void* function(void* jarg1) vtkRIBLight_NewInstance; extern(C) void function(void* jarg1) vtkRIBLight_ShadowsOn; extern(C) void function(void* jarg1) vtkRIBLight_ShadowsOff; extern(C) void function(void* jarg1, int jarg2) vtkRIBLight_SetShadows; extern(C) int function(void* jarg1) vtkRIBLight_GetShadows; extern(C) void* function(void* objectRef) vtkRIBLight_Upcast; extern(C) int function(const(char)* jarg1) vtkSpherePuzzleArrows_IsTypeOf; extern(C) void* function(void* jarg1) vtkSpherePuzzleArrows_SafeDownCast; extern(C) void* function(void* jarg1) vtkSpherePuzzleArrows_NewInstance; extern(C) void* function() vtkSpherePuzzleArrows_New; extern(C) void function(void* jarg1, void* jarg2) vtkSpherePuzzleArrows_SetPermutation__SWIG_0; extern(C) void* function(void* jarg1) vtkSpherePuzzleArrows_GetPermutation__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkSpherePuzzleArrows_GetPermutation__SWIG_1; extern(C) void function(void* jarg1, int jarg2, int jarg3) vtkSpherePuzzleArrows_SetPermutationComponent; extern(C) void function(void* jarg1, void* jarg2) vtkSpherePuzzleArrows_SetPermutation__SWIG_1; extern(C) void* function(void* objectRef) vtkSpherePuzzleArrows_Upcast; extern(C) void* function() vtkVertex_New; extern(C) int function(const(char)* jarg1) vtkVertex_IsTypeOf; extern(C) void* function(void* jarg1) vtkVertex_SafeDownCast; extern(C) void* function(void* jarg1) vtkVertex_NewInstance; extern(C) void function(void* jarg1, void* jarg2) vtkVertex_InterpolationFunctions; extern(C) void function(void* jarg1, void* jarg2) vtkVertex_InterpolationDerivs; extern(C) void function(void* jarg1, void* jarg2, void* jarg3) vtkVertex_InterpolateFunctions; extern(C) void* function(void* objectRef) vtkVertex_Upcast; extern(C) int function(const(char)* jarg1) vtkXMLPDataReader_IsTypeOf; extern(C) void* function(void* jarg1) vtkXMLPDataReader_SafeDownCast; extern(C) void* function(void* jarg1) vtkXMLPDataReader_NewInstance; extern(C) int function(void* jarg1) vtkXMLPDataReader_GetNumberOfPieces; extern(C) void* function(void* objectRef) vtkXMLPDataReader_Upcast; extern(C) int function(const(char)* jarg1) vtkXMLPStructuredDataReader_IsTypeOf; extern(C) void* function(void* jarg1) vtkXMLPStructuredDataReader_SafeDownCast; extern(C) void* function(void* jarg1) vtkXMLPStructuredDataReader_NewInstance; extern(C) void* function(void* jarg1) vtkXMLPStructuredDataReader_GetExtentTranslator; extern(C) void* function(void* objectRef) vtkXMLPStructuredDataReader_Upcast; extern(C) int function(const(char)* jarg1) vtkXMLPImageDataReader_IsTypeOf; extern(C) void* function(void* jarg1) vtkXMLPImageDataReader_SafeDownCast; extern(C) void* function(void* jarg1) vtkXMLPImageDataReader_NewInstance; extern(C) void* function() vtkXMLPImageDataReader_New; extern(C) void* function(void* jarg1) vtkXMLPImageDataReader_GetOutput__SWIG_0; extern(C) void* function(void* jarg1, int jarg2) vtkXMLPImageDataReader_GetOutput__SWIG_1; extern(C) void* function(void* objectRef) vtkXMLPImageDataReader_Upcast; extern(C) int function(const(char)* jarg1) vtkHierarchicalDataExtractLevel_IsTypeOf; extern(C) void* function(void* jarg1) vtkHierarchicalDataExtractLevel_SafeDownCast; extern(C) void* function(void* jarg1) vtkHierarchicalDataExtractLevel_NewInstance; extern(C) void* function() vtkHierarchicalDataExtractLevel_New; extern(C) void* function(void* objectRef) vtkHierarchicalDataExtractLevel_Upcast; extern(C) int function() VTK_ATTRIBUTE_MODE_USE_VERTEX_DATA_get; extern(C) int function() VTK_ATTRIBUTE_MODE_USE_EDGE_DATA_get; extern(C) int function(const(char)* jarg1) vtkArrayCalculator_IsTypeOf; extern(C) void* function(void* jarg1) vtkArrayCalculator_SafeDownCast; extern(C) void* function(void* jarg1) vtkArrayCalculator_NewInstance; extern(C) void* function() vtkArrayCalculator_New; extern(C) void function(void* jarg1, const(char)* jarg2) vtkArrayCalculator_SetFunction; extern(C) const(char)* function(void* jarg1) vtkArrayCalculator_GetFunction; extern(C) void function(void* jarg1, const(char)* jarg2, int jarg3) vtkArrayCalculator_AddScalarArrayName__SWIG_0; extern(C) void function(void* jarg1, const(char)* jarg2) vtkArrayCalculator_AddScalarArrayName__SWIG_1; extern(C) void function(void* jarg1, const(char)* jarg2, int jarg3, int jarg4, int jarg5) vtkArrayCalculator_AddVectorArrayName__SWIG_0; extern(C) void function(void* jarg1, const(char)* jarg2, int jarg3, int jarg4) vtkArrayCalculator_AddVectorArrayName__SWIG_1; extern(C) void function(void* jarg1, const(char)* jarg2, int jarg3) vtkArrayCalculator_AddVectorArrayName__SWIG_2; extern(C) void function(void* jarg1, const(char)* jarg2) vtkArrayCalculator_AddVectorArrayName__SWIG_3; extern(C) void function(void* jarg1, const(char)* jarg2, const(char)* jarg3, int jarg4) vtkArrayCalculator_AddScalarVariable__SWIG_0; extern(C) void function(void* jarg1, const(char)* jarg2, const(char)* jarg3) vtkArrayCalculator_AddScalarVariable__SWIG_1; extern(C) void function(void* jarg1, const(char)* jarg2, const(char)* jarg3, int jarg4, int jarg5, int jarg6) vtkArrayCalculator_AddVectorVariable__SWIG_0; extern(C) void function(void* jarg1, const(char)* jarg2, const(char)* jarg3, int jarg4, int jarg5) vtkArrayCalculator_AddVectorVariable__SWIG_1; extern(C) void function(void* jarg1, const(char)* jarg2, const(char)* jarg3, int jarg4) vtkArrayCalculator_AddVectorVariable__SWIG_2; extern(C) void function(void* jarg1, const(char)* jarg2, const(char)* jarg3) vtkArrayCalculator_AddVectorVariable__SWIG_3; extern(C) void function(void* jarg1, const(char)* jarg2, int jarg3) vtkArrayCalculator_AddCoordinateScalarVariable__SWIG_0; extern(C) void function(void* jarg1, const(char)* jarg2) vtkArrayCalculator_AddCoordinateScalarVariable__SWIG_1; extern(C) void function(void* jarg1, const(char)* jarg2, int jarg3, int jarg4, int jarg5) vtkArrayCalculator_AddCoordinateVectorVariable__SWIG_0; extern(C) void function(void* jarg1, const(char)* jarg2, int jarg3, int jarg4) vtkArrayCalculator_AddCoordinateVectorVariable__SWIG_1; extern(C) void function(void* jarg1, const(char)* jarg2, int jarg3) vtkArrayCalculator_AddCoordinateVectorVariable__SWIG_2; extern(C) void function(void* jarg1, const(char)* jarg2) vtkArrayCalculator_AddCoordinateVectorVariable__SWIG_3; extern(C) void function(void* jarg1, const(char)* jarg2) vtkArrayCalculator_SetResultArrayName; extern(C) const(char)* function(void* jarg1) vtkArrayCalculator_GetResultArrayName; extern(C) int function(void* jarg1) vtkArrayCalculator_GetResultArrayType; extern(C) void function(void* jarg1, int jarg2) vtkArrayCalculator_SetResultArrayType; extern(C) int function(void* jarg1) vtkArrayCalculator_GetCoordinateResults; extern(C) void function(void* jarg1, int jarg2) vtkArrayCalculator_SetCoordinateResults; extern(C) void function(void* jarg1) vtkArrayCalculator_CoordinateResultsOn; extern(C) void function(void* jarg1) vtkArrayCalculator_CoordinateResultsOff; extern(C) void function(void* jarg1, int jarg2) vtkArrayCalculator_SetAttributeMode; extern(C) int function(void* jarg1) vtkArrayCalculator_GetAttributeMode; extern(C) void function(void* jarg1) vtkArrayCalculator_SetAttributeModeToDefault; extern(C) void function(void* jarg1) vtkArrayCalculator_SetAttributeModeToUsePointData; extern(C) void function(void* jarg1) vtkArrayCalculator_SetAttributeModeToUseCellData; extern(C) void function(void* jarg1) vtkArrayCalculator_SetAttributeModeToUseVertexData; extern(C) void function(void* jarg1) vtkArrayCalculator_SetAttributeModeToUseEdgeData; extern(C) const(char)* function(void* jarg1) vtkArrayCalculator_GetAttributeModeAsString; extern(C) void function(void* jarg1) vtkArrayCalculator_RemoveAllVariables; extern(C) void function(void* jarg1) vtkArrayCalculator_RemoveScalarVariables; extern(C) void function(void* jarg1) vtkArrayCalculator_RemoveVectorVariables; extern(C) void function(void* jarg1) vtkArrayCalculator_RemoveCoordinateScalarVariables; extern(C) void function(void* jarg1) vtkArrayCalculator_RemoveCoordinateVectorVariables; extern(C) void* function(void* jarg1) vtkArrayCalculator_GetScalarArrayNames; extern(C) const(char)* function(void* jarg1, int jarg2) vtkArrayCalculator_GetScalarArrayName; extern(C) void* function(void* jarg1) vtkArrayCalculator_GetVectorArrayNames; extern(C) const(char)* function(void* jarg1, int jarg2) vtkArrayCalculator_GetVectorArrayName; extern(C) void* function(void* jarg1) vtkArrayCalculator_GetScalarVariableNames; extern(C) const(char)* function(void* jarg1, int jarg2) vtkArrayCalculator_GetScalarVariableName; extern(C) void* function(void* jarg1) vtkArrayCalculator_GetVectorVariableNames; extern(C) const(char)* function(void* jarg1, int jarg2) vtkArrayCalculator_GetVectorVariableName; extern(C) void* function(void* jarg1) vtkArrayCalculator_GetSelectedScalarComponents; extern(C) int function(void* jarg1, int jarg2) vtkArrayCalculator_GetSelectedScalarComponent; extern(C) void* function(void* jarg1) vtkArrayCalculator_GetSelectedVectorComponents__SWIG_0; extern(C) void* function(void* jarg1, int jarg2) vtkArrayCalculator_GetSelectedVectorComponents__SWIG_1; extern(C) int function(void* jarg1) vtkArrayCalculator_GetNumberOfScalarArrays; extern(C) int function(void* jarg1) vtkArrayCalculator_GetNumberOfVectorArrays; extern(C) void function(void* jarg1, int jarg2) vtkArrayCalculator_SetReplaceInvalidValues; extern(C) int function(void* jarg1) vtkArrayCalculator_GetReplaceInvalidValues; extern(C) void function(void* jarg1) vtkArrayCalculator_ReplaceInvalidValuesOn; extern(C) void function(void* jarg1) vtkArrayCalculator_ReplaceInvalidValuesOff; extern(C) void function(void* jarg1, double jarg2) vtkArrayCalculator_SetReplacementValue; extern(C) double function(void* jarg1) vtkArrayCalculator_GetReplacementValue; extern(C) void* function(void* objectRef) vtkArrayCalculator_Upcast; extern(C) int function() VTK_EXTRACT_POINT_SEEDED_REGIONS_get; extern(C) int function() VTK_EXTRACT_CELL_SEEDED_REGIONS_get; extern(C) int function() VTK_EXTRACT_SPECIFIED_REGIONS_get; extern(C) int function() VTK_EXTRACT_LARGEST_REGION_get; extern(C) int function() VTK_EXTRACT_ALL_REGIONS_get; extern(C) int function() VTK_EXTRACT_CLOSEST_POINT_REGION_get; extern(C) int function(const(char)* jarg1) vtkPolyDataConnectivityFilter_IsTypeOf; extern(C) void* function(void* jarg1) vtkPolyDataConnectivityFilter_SafeDownCast; extern(C) void* function(void* jarg1) vtkPolyDataConnectivityFilter_NewInstance; extern(C) void* function(void* jarg1) vtkPolyDataConnectivityFilter_GetRegionSizes; extern(C) void* function() vtkPolyDataConnectivityFilter_New; extern(C) void function(void* jarg1, int jarg2) vtkPolyDataConnectivityFilter_SetScalarConnectivity; extern(C) int function(void* jarg1) vtkPolyDataConnectivityFilter_GetScalarConnectivity; extern(C) void function(void* jarg1) vtkPolyDataConnectivityFilter_ScalarConnectivityOn; extern(C) void function(void* jarg1) vtkPolyDataConnectivityFilter_ScalarConnectivityOff; extern(C) void function(void* jarg1, int jarg2) vtkPolyDataConnectivityFilter_SetFullScalarConnectivity; extern(C) int function(void* jarg1) vtkPolyDataConnectivityFilter_GetFullScalarConnectivity; extern(C) void function(void* jarg1) vtkPolyDataConnectivityFilter_FullScalarConnectivityOn; extern(C) void function(void* jarg1) vtkPolyDataConnectivityFilter_FullScalarConnectivityOff; extern(C) void function(void* jarg1, double jarg2, double jarg3) vtkPolyDataConnectivityFilter_SetScalarRange__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkPolyDataConnectivityFilter_SetScalarRange__SWIG_1; extern(C) void* function(void* jarg1) vtkPolyDataConnectivityFilter_GetScalarRange__SWIG_0; extern(C) void function(void* jarg1, void* jarg2, void* jarg3) vtkPolyDataConnectivityFilter_GetScalarRange__SWIG_1; extern(C) void function(void* jarg1, void* jarg2) vtkPolyDataConnectivityFilter_GetScalarRange__SWIG_2; extern(C) void function(void* jarg1, int jarg2) vtkPolyDataConnectivityFilter_SetExtractionMode; extern(C) int function(void* jarg1) vtkPolyDataConnectivityFilter_GetExtractionModeMinValue; extern(C) int function(void* jarg1) vtkPolyDataConnectivityFilter_GetExtractionModeMaxValue; extern(C) int function(void* jarg1) vtkPolyDataConnectivityFilter_GetExtractionMode; extern(C) void function(void* jarg1) vtkPolyDataConnectivityFilter_SetExtractionModeToPointSeededRegions; extern(C) void function(void* jarg1) vtkPolyDataConnectivityFilter_SetExtractionModeToCellSeededRegions; extern(C) void function(void* jarg1) vtkPolyDataConnectivityFilter_SetExtractionModeToLargestRegion; extern(C) void function(void* jarg1) vtkPolyDataConnectivityFilter_SetExtractionModeToSpecifiedRegions; extern(C) void function(void* jarg1) vtkPolyDataConnectivityFilter_SetExtractionModeToClosestPointRegion; extern(C) void function(void* jarg1) vtkPolyDataConnectivityFilter_SetExtractionModeToAllRegions; extern(C) const(char)* function(void* jarg1) vtkPolyDataConnectivityFilter_GetExtractionModeAsString; extern(C) void function(void* jarg1) vtkPolyDataConnectivityFilter_InitializeSeedList; extern(C) void function(void* jarg1, int jarg2) vtkPolyDataConnectivityFilter_AddSeed; extern(C) void function(void* jarg1, int jarg2) vtkPolyDataConnectivityFilter_DeleteSeed; extern(C) void function(void* jarg1) vtkPolyDataConnectivityFilter_InitializeSpecifiedRegionList; extern(C) void function(void* jarg1, int jarg2) vtkPolyDataConnectivityFilter_AddSpecifiedRegion; extern(C) void function(void* jarg1, int jarg2) vtkPolyDataConnectivityFilter_DeleteSpecifiedRegion; extern(C) void function(void* jarg1, double jarg2, double jarg3, double jarg4) vtkPolyDataConnectivityFilter_SetClosestPoint__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkPolyDataConnectivityFilter_SetClosestPoint__SWIG_1; extern(C) void* function(void* jarg1) vtkPolyDataConnectivityFilter_GetClosestPoint__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkPolyDataConnectivityFilter_GetClosestPoint__SWIG_1; extern(C) int function(void* jarg1) vtkPolyDataConnectivityFilter_GetNumberOfExtractedRegions; extern(C) void function(void* jarg1, int jarg2) vtkPolyDataConnectivityFilter_SetColorRegions; extern(C) int function(void* jarg1) vtkPolyDataConnectivityFilter_GetColorRegions; extern(C) void function(void* jarg1) vtkPolyDataConnectivityFilter_ColorRegionsOn; extern(C) void function(void* jarg1) vtkPolyDataConnectivityFilter_ColorRegionsOff; extern(C) void function(void* jarg1, int jarg2) vtkPolyDataConnectivityFilter_SetMarkVisitedPointIds; extern(C) int function(void* jarg1) vtkPolyDataConnectivityFilter_GetMarkVisitedPointIds; extern(C) void function(void* jarg1) vtkPolyDataConnectivityFilter_MarkVisitedPointIdsOn; extern(C) void function(void* jarg1) vtkPolyDataConnectivityFilter_MarkVisitedPointIdsOff; extern(C) void* function(void* jarg1) vtkPolyDataConnectivityFilter_GetVisitedPointIds; extern(C) void* function(void* objectRef) vtkPolyDataConnectivityFilter_Upcast; extern(C) void* function() vtkLineSource_New; extern(C) int function(const(char)* jarg1) vtkLineSource_IsTypeOf; extern(C) void* function(void* jarg1) vtkLineSource_SafeDownCast; extern(C) void* function(void* jarg1) vtkLineSource_NewInstance; extern(C) void function(void* jarg1, double jarg2, double jarg3, double jarg4) vtkLineSource_SetPoint1__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkLineSource_SetPoint1__SWIG_1; extern(C) void* function(void* jarg1) vtkLineSource_GetPoint1__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkLineSource_GetPoint1__SWIG_1; extern(C) void function(void* jarg1, void* jarg2) vtkLineSource_SetPoint1__SWIG_2; extern(C) void function(void* jarg1, double jarg2, double jarg3, double jarg4) vtkLineSource_SetPoint2__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkLineSource_SetPoint2__SWIG_1; extern(C) void* function(void* jarg1) vtkLineSource_GetPoint2__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkLineSource_GetPoint2__SWIG_1; extern(C) void function(void* jarg1, void* jarg2) vtkLineSource_SetPoint2__SWIG_2; extern(C) void function(void* jarg1, void* jarg2) vtkLineSource_SetPoints; extern(C) void* function(void* jarg1) vtkLineSource_GetPoints; extern(C) void function(void* jarg1, int jarg2) vtkLineSource_SetResolution; extern(C) int function(void* jarg1) vtkLineSource_GetResolutionMinValue; extern(C) int function(void* jarg1) vtkLineSource_GetResolutionMaxValue; extern(C) int function(void* jarg1) vtkLineSource_GetResolution; extern(C) void* function(void* objectRef) vtkLineSource_Upcast; extern(C) void* function() vtkLineWidget_New; extern(C) int function(const(char)* jarg1) vtkLineWidget_IsTypeOf; extern(C) void* function(void* jarg1) vtkLineWidget_SafeDownCast; extern(C) void* function(void* jarg1) vtkLineWidget_NewInstance; extern(C) void function(void* jarg1, void* jarg2) vtkLineWidget_PlaceWidget__SWIG_0; extern(C) void function(void* jarg1) vtkLineWidget_PlaceWidget__SWIG_1; extern(C) void function(void* jarg1, double jarg2, double jarg3, double jarg4, double jarg5, double jarg6, double jarg7) vtkLineWidget_PlaceWidget__SWIG_2; extern(C) void function(void* jarg1, int jarg2) vtkLineWidget_SetResolution; extern(C) int function(void* jarg1) vtkLineWidget_GetResolution; extern(C) void function(void* jarg1, double jarg2, double jarg3, double jarg4) vtkLineWidget_SetPoint1__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkLineWidget_SetPoint1__SWIG_1; extern(C) void* function(void* jarg1) vtkLineWidget_GetPoint1__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkLineWidget_GetPoint1__SWIG_1; extern(C) void function(void* jarg1, double jarg2, double jarg3, double jarg4) vtkLineWidget_SetPoint2__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkLineWidget_SetPoint2__SWIG_1; extern(C) void* function(void* jarg1) vtkLineWidget_GetPoint2__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkLineWidget_GetPoint2__SWIG_1; extern(C) void function(void* jarg1, int jarg2) vtkLineWidget_SetAlign; extern(C) int function(void* jarg1) vtkLineWidget_GetAlignMinValue; extern(C) int function(void* jarg1) vtkLineWidget_GetAlignMaxValue; extern(C) int function(void* jarg1) vtkLineWidget_GetAlign; extern(C) void function(void* jarg1) vtkLineWidget_SetAlignToXAxis; extern(C) void function(void* jarg1) vtkLineWidget_SetAlignToYAxis; extern(C) void function(void* jarg1) vtkLineWidget_SetAlignToZAxis; extern(C) void function(void* jarg1) vtkLineWidget_SetAlignToNone; extern(C) void function(void* jarg1, int jarg2) vtkLineWidget_SetClampToBounds; extern(C) int function(void* jarg1) vtkLineWidget_GetClampToBounds; extern(C) void function(void* jarg1) vtkLineWidget_ClampToBoundsOn; extern(C) void function(void* jarg1) vtkLineWidget_ClampToBoundsOff; extern(C) void function(void* jarg1, void* jarg2) vtkLineWidget_GetPolyData; extern(C) void* function(void* jarg1) vtkLineWidget_GetHandleProperty; extern(C) void* function(void* jarg1) vtkLineWidget_GetSelectedHandleProperty; extern(C) void* function(void* jarg1) vtkLineWidget_GetLineProperty; extern(C) void* function(void* jarg1) vtkLineWidget_GetSelectedLineProperty; extern(C) void* function(void* objectRef) vtkLineWidget_Upcast; extern(C) void* function() vtkYoungsMaterialInterface_New; extern(C) int function(const(char)* jarg1) vtkYoungsMaterialInterface_IsTypeOf; extern(C) void* function(void* jarg1) vtkYoungsMaterialInterface_SafeDownCast; extern(C) void* function(void* jarg1) vtkYoungsMaterialInterface_NewInstance; extern(C) void function(void* jarg1, int jarg2) vtkYoungsMaterialInterface_SetInverseNormal; extern(C) int function(void* jarg1) vtkYoungsMaterialInterface_GetInverseNormal; extern(C) void function(void* jarg1) vtkYoungsMaterialInterface_InverseNormalOn; extern(C) void function(void* jarg1) vtkYoungsMaterialInterface_InverseNormalOff; extern(C) void function(void* jarg1, int jarg2) vtkYoungsMaterialInterface_SetReverseMaterialOrder; extern(C) int function(void* jarg1) vtkYoungsMaterialInterface_GetReverseMaterialOrder; extern(C) void function(void* jarg1) vtkYoungsMaterialInterface_ReverseMaterialOrderOn; extern(C) void function(void* jarg1) vtkYoungsMaterialInterface_ReverseMaterialOrderOff; extern(C) void function(void* jarg1, int jarg2) vtkYoungsMaterialInterface_SetOnionPeel; extern(C) int function(void* jarg1) vtkYoungsMaterialInterface_GetOnionPeel; extern(C) void function(void* jarg1) vtkYoungsMaterialInterface_OnionPeelOn; extern(C) void function(void* jarg1) vtkYoungsMaterialInterface_OnionPeelOff; extern(C) void function(void* jarg1, int jarg2) vtkYoungsMaterialInterface_SetAxisSymetric; extern(C) int function(void* jarg1) vtkYoungsMaterialInterface_GetAxisSymetric; extern(C) void function(void* jarg1) vtkYoungsMaterialInterface_AxisSymetricOn; extern(C) void function(void* jarg1) vtkYoungsMaterialInterface_AxisSymetricOff; extern(C) void function(void* jarg1, int jarg2) vtkYoungsMaterialInterface_SetUseFractionAsDistance; extern(C) int function(void* jarg1) vtkYoungsMaterialInterface_GetUseFractionAsDistance; extern(C) void function(void* jarg1) vtkYoungsMaterialInterface_UseFractionAsDistanceOn; extern(C) void function(void* jarg1) vtkYoungsMaterialInterface_UseFractionAsDistanceOff; extern(C) void function(void* jarg1, int jarg2) vtkYoungsMaterialInterface_SetFillMaterial; extern(C) int function(void* jarg1) vtkYoungsMaterialInterface_GetFillMaterial; extern(C) void function(void* jarg1) vtkYoungsMaterialInterface_FillMaterialOn; extern(C) void function(void* jarg1) vtkYoungsMaterialInterface_FillMaterialOff; extern(C) void function(void* jarg1, double jarg2, double jarg3) vtkYoungsMaterialInterface_SetVolumeFractionRange__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkYoungsMaterialInterface_SetVolumeFractionRange__SWIG_1; extern(C) void* function(void* jarg1) vtkYoungsMaterialInterface_GetVolumeFractionRange__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkYoungsMaterialInterface_GetVolumeFractionRange__SWIG_1; extern(C) void function(void* jarg1, int jarg2) vtkYoungsMaterialInterface_SetNumberOfMaterials; extern(C) int function(void* jarg1) vtkYoungsMaterialInterface_GetNumberOfMaterials; extern(C) void function(void* jarg1, uint jarg2) vtkYoungsMaterialInterface_SetUseAllBlocks; extern(C) uint function(void* jarg1) vtkYoungsMaterialInterface_GetUseAllBlocks; extern(C) void function(void* jarg1) vtkYoungsMaterialInterface_UseAllBlocksOn; extern(C) void function(void* jarg1) vtkYoungsMaterialInterface_UseAllBlocksOff; extern(C) int function(void* jarg1) vtkYoungsMaterialInterface_GetNumberOfDomains; extern(C) void function(void* jarg1, int jarg2, const(char)* jarg3, const(char)* jarg4, const(char)* jarg5, const(char)* jarg6, const(char)* jarg7) vtkYoungsMaterialInterface_SetMaterialArrays__SWIG_0; extern(C) void function(void* jarg1, int jarg2, const(char)* jarg3, const(char)* jarg4, const(char)* jarg5) vtkYoungsMaterialInterface_SetMaterialArrays__SWIG_1; extern(C) void function(void* jarg1, int jarg2, const(char)* jarg3) vtkYoungsMaterialInterface_SetMaterialVolumeFractionArray; extern(C) void function(void* jarg1, int jarg2, const(char)* jarg3) vtkYoungsMaterialInterface_SetMaterialNormalArray__SWIG_0; extern(C) void function(void* jarg1, int jarg2, const(char)* jarg3) vtkYoungsMaterialInterface_SetMaterialOrderingArray__SWIG_0; extern(C) void function(void* jarg1) vtkYoungsMaterialInterface_RemoveAllMaterials; extern(C) void function(void* jarg1, const(char)* jarg2, const(char)* jarg3) vtkYoungsMaterialInterface_SetMaterialNormalArray__SWIG_1; extern(C) void function(void* jarg1, const(char)* jarg2, const(char)* jarg3) vtkYoungsMaterialInterface_SetMaterialOrderingArray__SWIG_1; extern(C) void function(void* jarg1) vtkYoungsMaterialInterface_RemoveAllMaterialBlockMappings; extern(C) void function(void* jarg1, int jarg2) vtkYoungsMaterialInterface_AddMaterialBlockMapping; extern(C) void* function(void* objectRef) vtkYoungsMaterialInterface_Upcast; extern(C) void* function() vtkTriangle_New; extern(C) int function(const(char)* jarg1) vtkTriangle_IsTypeOf; extern(C) void* function(void* jarg1) vtkTriangle_SafeDownCast; extern(C) void* function(void* jarg1) vtkTriangle_NewInstance; extern(C) double function(void* jarg1) vtkTriangle_ComputeArea; extern(C) void function(void* jarg1, void* jarg2) vtkTriangle_InterpolationFunctions; extern(C) void function(void* jarg1, void* jarg2) vtkTriangle_InterpolationDerivs; extern(C) void function(void* jarg1, void* jarg2, void* jarg3) vtkTriangle_InterpolateDerivs; extern(C) void* function(void* jarg1, int jarg2) vtkTriangle_GetEdgeArray; extern(C) void function(void* jarg1, void* jarg2, void* jarg3, void* jarg4) vtkTriangle_TriangleCenter; extern(C) double function(void* jarg1, void* jarg2, void* jarg3) vtkTriangle_TriangleArea; extern(C) double function(void* jarg1, void* jarg2, void* jarg3, void* jarg4) vtkTriangle_Circumcircle; extern(C) int function(void* jarg1, void* jarg2, void* jarg3, void* jarg4, void* jarg5) vtkTriangle_BarycentricCoords; extern(C) int function(void* jarg1, void* jarg2, void* jarg3, void* jarg4, void* jarg5, void* jarg6) vtkTriangle_ProjectTo2D; extern(C) void function(void* jarg1, int jarg2, void* jarg3, void* jarg4) vtkTriangle_ComputeNormal__SWIG_0; extern(C) void function(void* jarg1, void* jarg2, void* jarg3, void* jarg4) vtkTriangle_ComputeNormal__SWIG_1; extern(C) void function(void* jarg1, void* jarg2, void* jarg3, void* jarg4) vtkTriangle_ComputeNormalDirection; extern(C) int function(void* jarg1, void* jarg2, void* jarg3, void* jarg4, double jarg5) vtkTriangle_PointInTriangle; extern(C) void function(void* jarg1, void* jarg2, void* jarg3, void* jarg4) vtkTriangle_ComputeQuadric__SWIG_0; extern(C) void function(void* jarg1, void* jarg2, void* jarg3, void* jarg4) vtkTriangle_ComputeQuadric__SWIG_1; extern(C) void* function(void* objectRef) vtkTriangle_Upcast; extern(C) int function(const(char)* jarg1) vtkDSPFilterDefinition_IsTypeOf; extern(C) void* function(void* jarg1) vtkDSPFilterDefinition_SafeDownCast; extern(C) void* function(void* jarg1) vtkDSPFilterDefinition_NewInstance; extern(C) void* function() vtkDSPFilterDefinition_New; extern(C) void function(void* jarg1, void* jarg2) vtkDSPFilterDefinition_Copy; extern(C) void function(void* jarg1) vtkDSPFilterDefinition_Clear; extern(C) uint function(void* jarg1, int jarg2, int jarg3) vtkDSPFilterDefinition_IsThisInputVariableInstanceNeeded; extern(C) void function(void* jarg1, double jarg2) vtkDSPFilterDefinition_PushBackNumeratorWeight; extern(C) void function(void* jarg1, double jarg2) vtkDSPFilterDefinition_PushBackDenominatorWeight; extern(C) void function(void* jarg1, double jarg2) vtkDSPFilterDefinition_PushBackForwardNumeratorWeight; extern(C) void function(void* jarg1, const(char)* jarg2) vtkDSPFilterDefinition_SetInputVariableName; extern(C) void function(void* jarg1, const(char)* jarg2) vtkDSPFilterDefinition_SetOutputVariableName; extern(C) const(char)* function(void* jarg1) vtkDSPFilterDefinition_GetInputVariableName; extern(C) const(char)* function(void* jarg1) vtkDSPFilterDefinition_GetOutputVariableName; extern(C) int function(void* jarg1) vtkDSPFilterDefinition_GetNumNumeratorWeights; extern(C) int function(void* jarg1) vtkDSPFilterDefinition_GetNumDenominatorWeights; extern(C) int function(void* jarg1) vtkDSPFilterDefinition_GetNumForwardNumeratorWeights; extern(C) double function(void* jarg1, int jarg2) vtkDSPFilterDefinition_GetNumeratorWeight; extern(C) double function(void* jarg1, int jarg2) vtkDSPFilterDefinition_GetDenominatorWeight; extern(C) double function(void* jarg1, int jarg2) vtkDSPFilterDefinition_GetForwardNumeratorWeight; extern(C) void function(void* jarg1, void* jarg2) vtkDSPFilterDefinition_NumeratorWeights_set; extern(C) void* function(void* jarg1) vtkDSPFilterDefinition_NumeratorWeights_get; extern(C) void function(void* jarg1, void* jarg2) vtkDSPFilterDefinition_DenominatorWeights_set; extern(C) void* function(void* jarg1) vtkDSPFilterDefinition_DenominatorWeights_get; extern(C) void function(void* jarg1, void* jarg2) vtkDSPFilterDefinition_ForwardNumeratorWeights_set; extern(C) void* function(void* jarg1) vtkDSPFilterDefinition_ForwardNumeratorWeights_get; extern(C) void function(void* jarg1, void* jarg2) vtkDSPFilterDefinition_InputVariableName_set; extern(C) void* function(void* jarg1) vtkDSPFilterDefinition_InputVariableName_get; extern(C) void function(void* jarg1, void* jarg2) vtkDSPFilterDefinition_OutputVariableName_set; extern(C) void* function(void* jarg1) vtkDSPFilterDefinition_OutputVariableName_get; extern(C) void* function(void* objectRef) vtkDSPFilterDefinition_Upcast; extern(C) int function(const(char)* jarg1) vtkXMLHyperOctreeReader_IsTypeOf; extern(C) void* function(void* jarg1) vtkXMLHyperOctreeReader_SafeDownCast; extern(C) void* function(void* jarg1) vtkXMLHyperOctreeReader_NewInstance; extern(C) void* function() vtkXMLHyperOctreeReader_New; extern(C) void* function(void* jarg1) vtkXMLHyperOctreeReader_GetOutput__SWIG_0; extern(C) void* function(void* jarg1, int jarg2) vtkXMLHyperOctreeReader_GetOutput__SWIG_1; extern(C) void* function(void* objectRef) vtkXMLHyperOctreeReader_Upcast; extern(C) int function(const(char)* jarg1) vtkMoleculeToPolyDataFilter_IsTypeOf; extern(C) void* function(void* jarg1) vtkMoleculeToPolyDataFilter_SafeDownCast; extern(C) void* function(void* jarg1) vtkMoleculeToPolyDataFilter_NewInstance; extern(C) void* function(void* jarg1) vtkMoleculeToPolyDataFilter_GetInput; extern(C) void* function(void* objectRef) vtkMoleculeToPolyDataFilter_Upcast; extern(C) int function(const(char)* jarg1) vtkMoleculeToBondStickFilter_IsTypeOf; extern(C) void* function(void* jarg1) vtkMoleculeToBondStickFilter_SafeDownCast; extern(C) void* function(void* jarg1) vtkMoleculeToBondStickFilter_NewInstance; extern(C) void* function() vtkMoleculeToBondStickFilter_New; extern(C) void* function(void* objectRef) vtkMoleculeToBondStickFilter_Upcast; extern(C) void* function() vtkCompassWidget_New; extern(C) int function(const(char)* jarg1) vtkCompassWidget_IsTypeOf; extern(C) void* function(void* jarg1) vtkCompassWidget_SafeDownCast; extern(C) void* function(void* jarg1) vtkCompassWidget_NewInstance; extern(C) void function(void* jarg1, void* jarg2) vtkCompassWidget_SetRepresentation; extern(C) double function(void* jarg1) vtkCompassWidget_GetHeading; extern(C) void function(void* jarg1, double jarg2) vtkCompassWidget_SetHeading; extern(C) double function(void* jarg1) vtkCompassWidget_GetTilt; extern(C) void function(void* jarg1, double jarg2) vtkCompassWidget_SetTilt; extern(C) double function(void* jarg1) vtkCompassWidget_GetDistance; extern(C) void function(void* jarg1, double jarg2) vtkCompassWidget_SetDistance; extern(C) void* function(void* objectRef) vtkCompassWidget_Upcast; extern(C) int function(const(char)* jarg1) vtkXMLCompositeDataReader_IsTypeOf; extern(C) void* function(void* jarg1) vtkXMLCompositeDataReader_SafeDownCast; extern(C) void* function(void* jarg1) vtkXMLCompositeDataReader_NewInstance; extern(C) void* function(void* jarg1) vtkXMLCompositeDataReader_GetOutput__SWIG_0; extern(C) void* function(void* jarg1, int jarg2) vtkXMLCompositeDataReader_GetOutput__SWIG_1; extern(C) void* function(void* objectRef) vtkXMLCompositeDataReader_Upcast; extern(C) void* function() vtkXMLUniformGridAMRReader_New; extern(C) int function(const(char)* jarg1) vtkXMLUniformGridAMRReader_IsTypeOf; extern(C) void* function(void* jarg1) vtkXMLUniformGridAMRReader_SafeDownCast; extern(C) void* function(void* jarg1) vtkXMLUniformGridAMRReader_NewInstance; extern(C) void function(void* jarg1, uint jarg2) vtkXMLUniformGridAMRReader_SetMaximumLevelsToReadByDefault; extern(C) uint function(void* jarg1) vtkXMLUniformGridAMRReader_GetMaximumLevelsToReadByDefault; extern(C) void* function(void* objectRef) vtkXMLUniformGridAMRReader_Upcast; extern(C) void* function() vtkXMLHierarchicalBoxDataReader_New; extern(C) int function(const(char)* jarg1) vtkXMLHierarchicalBoxDataReader_IsTypeOf; extern(C) void* function(void* jarg1) vtkXMLHierarchicalBoxDataReader_SafeDownCast; extern(C) void* function(void* jarg1) vtkXMLHierarchicalBoxDataReader_NewInstance; extern(C) void* function(void* objectRef) vtkXMLHierarchicalBoxDataReader_Upcast; extern(C) int function() VTK_IMAGE_BSPLINE_DEGREE_MAX_get; extern(C) void* function() vtkImageBSplineInterpolator_New; extern(C) int function(const(char)* jarg1) vtkImageBSplineInterpolator_IsTypeOf; extern(C) void* function(void* jarg1) vtkImageBSplineInterpolator_SafeDownCast; extern(C) void* function(void* jarg1) vtkImageBSplineInterpolator_NewInstance; extern(C) void function(void* jarg1, int jarg2) vtkImageBSplineInterpolator_SetSplineDegree; extern(C) int function(void* jarg1) vtkImageBSplineInterpolator_GetSplineDegree; extern(C) int function(void* jarg1) vtkImageBSplineInterpolator_GetSplineDegreeMinValue; extern(C) int function(void* jarg1) vtkImageBSplineInterpolator_GetSplineDegreeMaxValue; extern(C) void function(void* jarg1, void* jarg2, void* jarg3, void* jarg4, void* jarg5) vtkImageBSplineInterpolator_PrecomputeWeightsForExtent__SWIG_0; extern(C) void function(void* jarg1, void* jarg2, void* jarg3, void* jarg4, void* jarg5) vtkImageBSplineInterpolator_PrecomputeWeightsForExtent__SWIG_1; extern(C) void* function(void* objectRef) vtkImageBSplineInterpolator_Upcast; extern(C) void* function() vtkImageBSplineCoefficients_New; extern(C) int function(const(char)* jarg1) vtkImageBSplineCoefficients_IsTypeOf; extern(C) void* function(void* jarg1) vtkImageBSplineCoefficients_SafeDownCast; extern(C) void* function(void* jarg1) vtkImageBSplineCoefficients_NewInstance; extern(C) void function(void* jarg1, int jarg2) vtkImageBSplineCoefficients_SetSplineDegree; extern(C) int function(void* jarg1) vtkImageBSplineCoefficients_GetSplineDegreeMinValue; extern(C) int function(void* jarg1) vtkImageBSplineCoefficients_GetSplineDegreeMaxValue; extern(C) int function(void* jarg1) vtkImageBSplineCoefficients_GetSplineDegree; extern(C) void function(void* jarg1, int jarg2) vtkImageBSplineCoefficients_SetBorderMode; extern(C) int function(void* jarg1) vtkImageBSplineCoefficients_GetBorderModeMinValue; extern(C) int function(void* jarg1) vtkImageBSplineCoefficients_GetBorderModeMaxValue; extern(C) void function(void* jarg1) vtkImageBSplineCoefficients_SetBorderModeToClamp; extern(C) void function(void* jarg1) vtkImageBSplineCoefficients_SetBorderModeToRepeat; extern(C) void function(void* jarg1) vtkImageBSplineCoefficients_SetBorderModeToMirror; extern(C) int function(void* jarg1) vtkImageBSplineCoefficients_GetBorderMode; extern(C) const(char)* function(void* jarg1) vtkImageBSplineCoefficients_GetBorderModeAsString; extern(C) void function(void* jarg1, int jarg2) vtkImageBSplineCoefficients_SetOutputScalarType; extern(C) int function(void* jarg1) vtkImageBSplineCoefficients_GetOutputScalarTypeMinValue; extern(C) int function(void* jarg1) vtkImageBSplineCoefficients_GetOutputScalarTypeMaxValue; extern(C) int function(void* jarg1) vtkImageBSplineCoefficients_GetOutputScalarType; extern(C) void function(void* jarg1) vtkImageBSplineCoefficients_SetOutputScalarTypeToFloat; extern(C) void function(void* jarg1) vtkImageBSplineCoefficients_SetOutputScalarTypeToDouble; extern(C) const(char)* function(void* jarg1) vtkImageBSplineCoefficients_GetOutputScalarTypeAsString; extern(C) void function(void* jarg1, int jarg2) vtkImageBSplineCoefficients_SetBypass; extern(C) void function(void* jarg1) vtkImageBSplineCoefficients_BypassOn; extern(C) void function(void* jarg1) vtkImageBSplineCoefficients_BypassOff; extern(C) int function(void* jarg1) vtkImageBSplineCoefficients_GetBypass; extern(C) int function(void* jarg1, void* jarg2) vtkImageBSplineCoefficients_CheckBounds; extern(C) void function(void* jarg1, void* jarg2, void* jarg3) vtkImageBSplineCoefficients_Evaluate__SWIG_0; extern(C) double function(void* jarg1, double jarg2, double jarg3, double jarg4) vtkImageBSplineCoefficients_Evaluate__SWIG_1; extern(C) double function(void* jarg1, void* jarg2) vtkImageBSplineCoefficients_Evaluate__SWIG_2; extern(C) void* function(void* objectRef) vtkImageBSplineCoefficients_Upcast; extern(C) void function(void* jarg1, void* jarg2) vtkOpenGLMaterialState_Ambient_set; extern(C) void* function(void* jarg1) vtkOpenGLMaterialState_Ambient_get; extern(C) void function(void* jarg1, void* jarg2) vtkOpenGLMaterialState_Diffuse_set; extern(C) void* function(void* jarg1) vtkOpenGLMaterialState_Diffuse_get; extern(C) void function(void* jarg1, void* jarg2) vtkOpenGLMaterialState_Specular_set; extern(C) void* function(void* jarg1) vtkOpenGLMaterialState_Specular_get; extern(C) void function(void* jarg1, void* jarg2) vtkOpenGLMaterialState_Shininess_set; extern(C) void* function(void* jarg1) vtkOpenGLMaterialState_Shininess_get; extern(C) void function(void* jarg1, void* jarg2) vtkOpenGLMaterialState_AmbientIndex_set; extern(C) void* function(void* jarg1) vtkOpenGLMaterialState_AmbientIndex_get; extern(C) void function(void* jarg1, void* jarg2) vtkOpenGLMaterialState_DiffuseIndex_set; extern(C) void* function(void* jarg1) vtkOpenGLMaterialState_DiffuseIndex_get; extern(C) void function(void* jarg1, void* jarg2) vtkOpenGLMaterialState_SpecularIndex_set; extern(C) void* function(void* jarg1) vtkOpenGLMaterialState_SpecularIndex_get; extern(C) void* function() new_vtkOpenGLMaterialState; extern(C) void function(void* jarg1) delete_vtkOpenGLMaterialState; extern(C) void function(void* jarg1) vtkOpenGLLightState_Update; extern(C) void function(void* jarg1, void* jarg2) vtkOpenGLLightState_Ambient_set; extern(C) void* function(void* jarg1) vtkOpenGLLightState_Ambient_get; extern(C) void function(void* jarg1, void* jarg2) vtkOpenGLLightState_Diffuse_set; extern(C) void* function(void* jarg1) vtkOpenGLLightState_Diffuse_get; extern(C) void function(void* jarg1, void* jarg2) vtkOpenGLLightState_Specular_set; extern(C) void* function(void* jarg1) vtkOpenGLLightState_Specular_get; extern(C) void function(void* jarg1, void* jarg2) vtkOpenGLLightState_Position_set; extern(C) void* function(void* jarg1) vtkOpenGLLightState_Position_get; extern(C) void function(void* jarg1, void* jarg2) vtkOpenGLLightState_ConstantAttenuation_set; extern(C) void* function(void* jarg1) vtkOpenGLLightState_ConstantAttenuation_get; extern(C) void function(void* jarg1, void* jarg2) vtkOpenGLLightState_LinearAttenuation_set; extern(C) void* function(void* jarg1) vtkOpenGLLightState_LinearAttenuation_get; extern(C) void function(void* jarg1, void* jarg2) vtkOpenGLLightState_QuadraticAttenuation_set; extern(C) void* function(void* jarg1) vtkOpenGLLightState_QuadraticAttenuation_get; extern(C) void function(void* jarg1, void* jarg2) vtkOpenGLLightState_SpotDirection_set; extern(C) void* function(void* jarg1) vtkOpenGLLightState_SpotDirection_get; extern(C) void function(void* jarg1, void* jarg2) vtkOpenGLLightState_SpotExponent_set; extern(C) void* function(void* jarg1) vtkOpenGLLightState_SpotExponent_get; extern(C) void function(void* jarg1, void* jarg2) vtkOpenGLLightState_SpotCutoff_set; extern(C) void* function(void* jarg1) vtkOpenGLLightState_SpotCutoff_get; extern(C) void* function() new_vtkOpenGLLightState; extern(C) void function(void* jarg1) delete_vtkOpenGLLightState; extern(C) void function(void* jarg1) vtkOpenGLTextureImageState_Update; extern(C) void function(void* jarg1, void* jarg2) vtkOpenGLTextureImageState_Image_set; extern(C) void* function(void* jarg1) vtkOpenGLTextureImageState_Image_get; extern(C) void function(void* jarg1, void* jarg2) vtkOpenGLTextureImageState_Width_set; extern(C) void* function(void* jarg1) vtkOpenGLTextureImageState_Width_get; extern(C) void function(void* jarg1, void* jarg2) vtkOpenGLTextureImageState_Height_set; extern(C) void* function(void* jarg1) vtkOpenGLTextureImageState_Height_get; extern(C) void function(void* jarg1, void* jarg2) vtkOpenGLTextureImageState_Border_set; extern(C) void* function(void* jarg1) vtkOpenGLTextureImageState_Border_get; extern(C) void function(void* jarg1, void* jarg2) vtkOpenGLTextureImageState_InternalFormat_set; extern(C) void* function(void* jarg1) vtkOpenGLTextureImageState_InternalFormat_get; extern(C) void function(void* jarg1, void* jarg2) vtkOpenGLTextureImageState_RedSize_set; extern(C) void* function(void* jarg1) vtkOpenGLTextureImageState_RedSize_get; extern(C) void function(void* jarg1, void* jarg2) vtkOpenGLTextureImageState_GreenSize_set; extern(C) void* function(void* jarg1) vtkOpenGLTextureImageState_GreenSize_get; extern(C) void function(void* jarg1, void* jarg2) vtkOpenGLTextureImageState_BlueSize_set; extern(C) void* function(void* jarg1) vtkOpenGLTextureImageState_BlueSize_get; extern(C) void function(void* jarg1, void* jarg2) vtkOpenGLTextureImageState_AlphaSize_set; extern(C) void* function(void* jarg1) vtkOpenGLTextureImageState_AlphaSize_get; extern(C) void function(void* jarg1, void* jarg2) vtkOpenGLTextureImageState_LuminanceSize_set; extern(C) void* function(void* jarg1) vtkOpenGLTextureImageState_LuminanceSize_get; extern(C) void function(void* jarg1, void* jarg2) vtkOpenGLTextureImageState_IntensitySize_set; extern(C) void* function(void* jarg1) vtkOpenGLTextureImageState_IntensitySize_get; extern(C) void function(void* jarg1, void* jarg2) vtkOpenGLTextureImageState_Depth_set; extern(C) void* function(void* jarg1) vtkOpenGLTextureImageState_Depth_get; extern(C) void function(void* jarg1, void* jarg2) vtkOpenGLTextureImageState_Compressed_set; extern(C) void* function(void* jarg1) vtkOpenGLTextureImageState_Compressed_get; extern(C) void function(void* jarg1, void* jarg2) vtkOpenGLTextureImageState_CompressedImageSize_set; extern(C) void* function(void* jarg1) vtkOpenGLTextureImageState_CompressedImageSize_get; extern(C) void function(void* jarg1, void* jarg2) vtkOpenGLTextureImageState_DepthSize_set; extern(C) void* function(void* jarg1) vtkOpenGLTextureImageState_DepthSize_get; extern(C) void* function() new_vtkOpenGLTextureImageState; extern(C) void function(void* jarg1) delete_vtkOpenGLTextureImageState; extern(C) void function(void* jarg1) vtkOpenGLTexGenState_Update; extern(C) void function(void* jarg1, void* jarg2) vtkOpenGLTexGenState_Enabled_set; extern(C) void* function(void* jarg1) vtkOpenGLTexGenState_Enabled_get; extern(C) void function(void* jarg1, void* jarg2) vtkOpenGLTexGenState_EyePlane_set; extern(C) void* function(void* jarg1) vtkOpenGLTexGenState_EyePlane_get; extern(C) void function(void* jarg1, void* jarg2) vtkOpenGLTexGenState_ObjectPlane_set; extern(C) void* function(void* jarg1) vtkOpenGLTexGenState_ObjectPlane_get; extern(C) void function(void* jarg1, void* jarg2) vtkOpenGLTexGenState_Mode_set; extern(C) void* function(void* jarg1) vtkOpenGLTexGenState_Mode_get; extern(C) void* function() new_vtkOpenGLTexGenState; extern(C) void function(void* jarg1) delete_vtkOpenGLTexGenState; extern(C) void function(void* jarg1) vtkOpenGLPixelControl_Update; extern(C) void function(void* jarg1, void* jarg2, void* jarg3) vtkOpenGLPixelControl_PrintSelf; extern(C) void function(void* jarg1, void* jarg2) vtkOpenGLPixelControl_SwapBytes_set; extern(C) void* function(void* jarg1) vtkOpenGLPixelControl_SwapBytes_get; extern(C) void function(void* jarg1, void* jarg2) vtkOpenGLPixelControl_LsbFirst_set; extern(C) void* function(void* jarg1) vtkOpenGLPixelControl_LsbFirst_get; extern(C) void function(void* jarg1, void* jarg2) vtkOpenGLPixelControl_RowLength_set; extern(C) void* function(void* jarg1) vtkOpenGLPixelControl_RowLength_get; extern(C) void function(void* jarg1, void* jarg2) vtkOpenGLPixelControl_SkipRows_set; extern(C) void* function(void* jarg1) vtkOpenGLPixelControl_SkipRows_get; extern(C) void function(void* jarg1, void* jarg2) vtkOpenGLPixelControl_SkipPixels_set; extern(C) void* function(void* jarg1) vtkOpenGLPixelControl_SkipPixels_get; extern(C) void function(void* jarg1, void* jarg2) vtkOpenGLPixelControl_Alignment_set; extern(C) void* function(void* jarg1) vtkOpenGLPixelControl_Alignment_get; extern(C) void function(void* jarg1, void* jarg2) vtkOpenGLPixelControl_ImageHeight_set; extern(C) void* function(void* jarg1) vtkOpenGLPixelControl_ImageHeight_get; extern(C) void function(void* jarg1, void* jarg2) vtkOpenGLPixelControl_SkipImages_set; extern(C) void* function(void* jarg1) vtkOpenGLPixelControl_SkipImages_get; extern(C) void* function() new_vtkOpenGLPixelControl; extern(C) void function(void* jarg1) delete_vtkOpenGLPixelControl; extern(C) void function(void* jarg1) vtkOpenGLComponentTransform_Update; extern(C) void function(void* jarg1, void* jarg2, void* jarg3) vtkOpenGLComponentTransform_PrintSelf; extern(C) void function(void* jarg1, void* jarg2) vtkOpenGLComponentTransform_Scale_set; extern(C) void* function(void* jarg1) vtkOpenGLComponentTransform_Scale_get; extern(C) void function(void* jarg1, void* jarg2) vtkOpenGLComponentTransform_Bias_set; extern(C) void* function(void* jarg1) vtkOpenGLComponentTransform_Bias_get; extern(C) void* function() new_vtkOpenGLComponentTransform; extern(C) void function(void* jarg1) delete_vtkOpenGLComponentTransform; extern(C) void function(void* jarg1) vtkOpenGLRGBAPixelMapState_Update; extern(C) void function(void* jarg1, void* jarg2) vtkOpenGLRGBAPixelMapState_Size_set; extern(C) void* function(void* jarg1) vtkOpenGLRGBAPixelMapState_Size_get; extern(C) void function(void* jarg1, void* jarg2) vtkOpenGLRGBAPixelMapState_Map_set; extern(C) void* function(void* jarg1) vtkOpenGLRGBAPixelMapState_Map_get; extern(C) void* function() new_vtkOpenGLRGBAPixelMapState; extern(C) void function(void* jarg1) delete_vtkOpenGLRGBAPixelMapState; extern(C) void function(void* jarg1) vtkOpenGLIndexPixelMapState_Update; extern(C) void function(void* jarg1, void* jarg2) vtkOpenGLIndexPixelMapState_Size_set; extern(C) void* function(void* jarg1) vtkOpenGLIndexPixelMapState_Size_get; extern(C) void function(void* jarg1, void* jarg2) vtkOpenGLIndexPixelMapState_Map_set; extern(C) void* function(void* jarg1) vtkOpenGLIndexPixelMapState_Map_get; extern(C) void* function() new_vtkOpenGLIndexPixelMapState; extern(C) void function(void* jarg1) delete_vtkOpenGLIndexPixelMapState; extern(C) void function(void* jarg1, void* jarg2) vtkOpenGLTextureCoordinateProcessingUnit_CurrentMatrix_set; extern(C) void* function(void* jarg1) vtkOpenGLTextureCoordinateProcessingUnit_CurrentMatrix_get; extern(C) void function(void* jarg1, void* jarg2) vtkOpenGLTextureCoordinateProcessingUnit_MatrixStackDepth_set; extern(C) void* function(void* jarg1) vtkOpenGLTextureCoordinateProcessingUnit_MatrixStackDepth_get; extern(C) void function(void* jarg1, void* jarg2) vtkOpenGLTextureCoordinateProcessingUnit_TextureGenS_set; extern(C) void* function(void* jarg1) vtkOpenGLTextureCoordinateProcessingUnit_TextureGenS_get; extern(C) void function(void* jarg1, void* jarg2) vtkOpenGLTextureCoordinateProcessingUnit_TextureGenT_set; extern(C) void* function(void* jarg1) vtkOpenGLTextureCoordinateProcessingUnit_TextureGenT_get; extern(C) void function(void* jarg1, void* jarg2) vtkOpenGLTextureCoordinateProcessingUnit_TextureGenR_set; extern(C) void* function(void* jarg1) vtkOpenGLTextureCoordinateProcessingUnit_TextureGenR_get; extern(C) void function(void* jarg1, void* jarg2) vtkOpenGLTextureCoordinateProcessingUnit_TextureGenQ_set; extern(C) void* function(void* jarg1) vtkOpenGLTextureCoordinateProcessingUnit_TextureGenQ_get; extern(C) void function(void* jarg1, void* jarg2) vtkOpenGLTextureCoordinateProcessingUnit_CoordReplace_set; extern(C) void* function(void* jarg1) vtkOpenGLTextureCoordinateProcessingUnit_CoordReplace_get; extern(C) void function(void* jarg1, void* jarg2) vtkOpenGLTextureCoordinateProcessingUnit_CurrentTextureCoords_set; extern(C) void* function(void* jarg1) vtkOpenGLTextureCoordinateProcessingUnit_CurrentTextureCoords_get; extern(C) void function(void* jarg1, void* jarg2) vtkOpenGLTextureCoordinateProcessingUnit_CurrentRasterTextureCoords_set; extern(C) void* function(void* jarg1) vtkOpenGLTextureCoordinateProcessingUnit_CurrentRasterTextureCoords_get; extern(C) void* function() new_vtkOpenGLTextureCoordinateProcessingUnit; extern(C) void function(void* jarg1) delete_vtkOpenGLTextureCoordinateProcessingUnit; extern(C) void function(void* jarg1, void* jarg2) vtkOpenGLTextureImageUnit_TextureBinding1D_set; extern(C) void* function(void* jarg1) vtkOpenGLTextureImageUnit_TextureBinding1D_get; extern(C) void function(void* jarg1, void* jarg2) vtkOpenGLTextureImageUnit_TextureBinding2D_set; extern(C) void* function(void* jarg1) vtkOpenGLTextureImageUnit_TextureBinding2D_get; extern(C) void function(void* jarg1, void* jarg2) vtkOpenGLTextureImageUnit_TextureBinding3D_set; extern(C) void* function(void* jarg1) vtkOpenGLTextureImageUnit_TextureBinding3D_get; extern(C) void function(void* jarg1, void* jarg2) vtkOpenGLTextureImageUnit_TextureBindingCubeMap_set; extern(C) void* function(void* jarg1) vtkOpenGLTextureImageUnit_TextureBindingCubeMap_get; extern(C) void* function() new_vtkOpenGLTextureImageUnit; extern(C) void function(void* jarg1) delete_vtkOpenGLTextureImageUnit; extern(C) void function(void* jarg1, void* jarg2) vtkOpenGLTextureImageUnitFixedPipelineState_Texture1DEnabled_set; extern(C) void* function(void* jarg1) vtkOpenGLTextureImageUnitFixedPipelineState_Texture1DEnabled_get; extern(C) void function(void* jarg1, void* jarg2) vtkOpenGLTextureImageUnitFixedPipelineState_Texture2DEnabled_set; extern(C) void* function(void* jarg1) vtkOpenGLTextureImageUnitFixedPipelineState_Texture2DEnabled_get; extern(C) void function(void* jarg1, void* jarg2) vtkOpenGLTextureImageUnitFixedPipelineState_Texture3DEnabled_set; extern(C) void* function(void* jarg1) vtkOpenGLTextureImageUnitFixedPipelineState_Texture3DEnabled_get; extern(C) void function(void* jarg1, void* jarg2) vtkOpenGLTextureImageUnitFixedPipelineState_TextureCubeMapEnabled_set; extern(C) void* function(void* jarg1) vtkOpenGLTextureImageUnitFixedPipelineState_TextureCubeMapEnabled_get; extern(C) void* function() new_vtkOpenGLTextureImageUnitFixedPipelineState; extern(C) void function(void* jarg1) delete_vtkOpenGLTextureImageUnitFixedPipelineState; extern(C) void function(void* jarg1, void* jarg2) vtkOpenGLClipPlaneState_Equation_set; extern(C) void* function(void* jarg1) vtkOpenGLClipPlaneState_Equation_get; extern(C) void function(void* jarg1, void* jarg2) vtkOpenGLClipPlaneState_Enabled_set; extern(C) void* function(void* jarg1) vtkOpenGLClipPlaneState_Enabled_get; extern(C) void* function() new_vtkOpenGLClipPlaneState; extern(C) void function(void* jarg1) delete_vtkOpenGLClipPlaneState; extern(C) void function(void* jarg1, void* jarg2) vtkOpenGLFixePipelineState_Normalize_set; extern(C) void* function(void* jarg1) vtkOpenGLFixePipelineState_Normalize_get; extern(C) void function(void* jarg1, void* jarg2) vtkOpenGLFixePipelineState_RescaleNormal_set; extern(C) void* function(void* jarg1) vtkOpenGLFixePipelineState_RescaleNormal_get; extern(C) void function(void* jarg1, void* jarg2) vtkOpenGLFixePipelineState_LightingEnabled_set; extern(C) void* function(void* jarg1) vtkOpenGLFixePipelineState_LightingEnabled_get; extern(C) void function(void* jarg1, void* jarg2) vtkOpenGLFixePipelineState_LightEnabled_set; extern(C) void* function(void* jarg1) vtkOpenGLFixePipelineState_LightEnabled_get; extern(C) void function(void* jarg1, void* jarg2) vtkOpenGLFixePipelineState_CombineRGB_set; extern(C) void* function(void* jarg1) vtkOpenGLFixePipelineState_CombineRGB_get; extern(C) void function(void* jarg1, void* jarg2) vtkOpenGLFixePipelineState_CombineAlpha_set; extern(C) void* function(void* jarg1) vtkOpenGLFixePipelineState_CombineAlpha_get; extern(C) void function(void* jarg1, void* jarg2) vtkOpenGLFixePipelineState_Source0RGB_set; extern(C) void* function(void* jarg1) vtkOpenGLFixePipelineState_Source0RGB_get; extern(C) void function(void* jarg1, void* jarg2) vtkOpenGLFixePipelineState_Source1RGB_set; extern(C) void* function(void* jarg1) vtkOpenGLFixePipelineState_Source1RGB_get; extern(C) void function(void* jarg1, void* jarg2) vtkOpenGLFixePipelineState_Source2RGB_set; extern(C) void* function(void* jarg1) vtkOpenGLFixePipelineState_Source2RGB_get; extern(C) void function(void* jarg1, void* jarg2) vtkOpenGLFixePipelineState_Source0Alpha_set; extern(C) void* function(void* jarg1) vtkOpenGLFixePipelineState_Source0Alpha_get; extern(C) void function(void* jarg1, void* jarg2) vtkOpenGLFixePipelineState_Source1Alpha_set; extern(C) void* function(void* jarg1) vtkOpenGLFixePipelineState_Source1Alpha_get; extern(C) void function(void* jarg1, void* jarg2) vtkOpenGLFixePipelineState_Source2Alpha_set; extern(C) void* function(void* jarg1) vtkOpenGLFixePipelineState_Source2Alpha_get; extern(C) void function(void* jarg1, void* jarg2) vtkOpenGLFixePipelineState_Operand0RGB_set; extern(C) void* function(void* jarg1) vtkOpenGLFixePipelineState_Operand0RGB_get; extern(C) void function(void* jarg1, void* jarg2) vtkOpenGLFixePipelineState_Operand1RGB_set; extern(C) void* function(void* jarg1) vtkOpenGLFixePipelineState_Operand1RGB_get; extern(C) void function(void* jarg1, void* jarg2) vtkOpenGLFixePipelineState_Operand2RGB_set; extern(C) void* function(void* jarg1) vtkOpenGLFixePipelineState_Operand2RGB_get; extern(C) void function(void* jarg1, void* jarg2) vtkOpenGLFixePipelineState_Operand0Alpha_set; extern(C) void* function(void* jarg1) vtkOpenGLFixePipelineState_Operand0Alpha_get; extern(C) void function(void* jarg1, void* jarg2) vtkOpenGLFixePipelineState_Operand1Alpha_set; extern(C) void* function(void* jarg1) vtkOpenGLFixePipelineState_Operand1Alpha_get; extern(C) void function(void* jarg1, void* jarg2) vtkOpenGLFixePipelineState_Operand2Alpha_set; extern(C) void* function(void* jarg1) vtkOpenGLFixePipelineState_Operand2Alpha_get; extern(C) void function(void* jarg1, void* jarg2) vtkOpenGLFixePipelineState_RGBScale_set; extern(C) void* function(void* jarg1) vtkOpenGLFixePipelineState_RGBScale_get; extern(C) void function(void* jarg1, void* jarg2) vtkOpenGLFixePipelineState_AlphaScale_set; extern(C) void* function(void* jarg1) vtkOpenGLFixePipelineState_AlphaScale_get; extern(C) void function(void* jarg1, void* jarg2) vtkOpenGLFixePipelineState_TextureImageUnitEnabled_set; extern(C) void* function(void* jarg1) vtkOpenGLFixePipelineState_TextureImageUnitEnabled_get; extern(C) void function(void* jarg1, void* jarg2) vtkOpenGLFixePipelineState_FogEnabled_set; extern(C) void* function(void* jarg1) vtkOpenGLFixePipelineState_FogEnabled_get; extern(C) void function(void* jarg1, void* jarg2) vtkOpenGLFixePipelineState_ColorSumEnabled_set; extern(C) void* function(void* jarg1) vtkOpenGLFixePipelineState_ColorSumEnabled_get; extern(C) void* function() new_vtkOpenGLFixePipelineState; extern(C) void function(void* jarg1) delete_vtkOpenGLFixePipelineState; extern(C) void function(void* jarg1, void* jarg2, void* jarg3) vtkOpenGLBufferObjectState_PrintSelf; extern(C) void function(void* jarg1, void* jarg2) vtkOpenGLBufferObjectState_Id_set; extern(C) void* function(void* jarg1) vtkOpenGLBufferObjectState_Id_get; extern(C) void function(void* jarg1, void* jarg2) vtkOpenGLBufferObjectState_Size_set; extern(C) void* function(void* jarg1) vtkOpenGLBufferObjectState_Size_get; extern(C) void function(void* jarg1, void* jarg2) vtkOpenGLBufferObjectState_Usage_set; extern(C) void* function(void* jarg1) vtkOpenGLBufferObjectState_Usage_get; extern(C) void function(void* jarg1, void* jarg2) vtkOpenGLBufferObjectState_Access_set; extern(C) void* function(void* jarg1) vtkOpenGLBufferObjectState_Access_get; extern(C) void function(void* jarg1, void* jarg2) vtkOpenGLBufferObjectState_AccessFlags_set; extern(C) void* function(void* jarg1) vtkOpenGLBufferObjectState_AccessFlags_get; extern(C) void function(void* jarg1, void* jarg2) vtkOpenGLBufferObjectState_Mapped_set; extern(C) void* function(void* jarg1) vtkOpenGLBufferObjectState_Mapped_get; extern(C) void function(void* jarg1, void* jarg2) vtkOpenGLBufferObjectState_MapPointer_set; extern(C) void* function(void* jarg1) vtkOpenGLBufferObjectState_MapPointer_get; extern(C) void function(void* jarg1, void* jarg2) vtkOpenGLBufferObjectState_MapOffset_set; extern(C) void* function(void* jarg1) vtkOpenGLBufferObjectState_MapOffset_get; extern(C) void function(void* jarg1, void* jarg2) vtkOpenGLBufferObjectState_MapLength_set; extern(C) void* function(void* jarg1) vtkOpenGLBufferObjectState_MapLength_get; extern(C) void* function() new_vtkOpenGLBufferObjectState; extern(C) void function(void* jarg1) delete_vtkOpenGLBufferObjectState; extern(C) void function(void* jarg1, void* jarg2, void* jarg3) vtkOpenGLShaderState_PrintSelf; extern(C) void function(void* jarg1, void* jarg2) vtkOpenGLShaderState_Id_set; extern(C) void* function(void* jarg1) vtkOpenGLShaderState_Id_get; extern(C) void function(void* jarg1, void* jarg2) vtkOpenGLShaderState_Type_set; extern(C) void* function(void* jarg1) vtkOpenGLShaderState_Type_get; extern(C) void function(void* jarg1, void* jarg2) vtkOpenGLShaderState_DeleteStatus_set; extern(C) void* function(void* jarg1) vtkOpenGLShaderState_DeleteStatus_get; extern(C) void function(void* jarg1, void* jarg2) vtkOpenGLShaderState_CompileStatus_set; extern(C) void* function(void* jarg1) vtkOpenGLShaderState_CompileStatus_get; extern(C) void function(void* jarg1, void* jarg2) vtkOpenGLShaderState_InfoLog_set; extern(C) void* function(void* jarg1) vtkOpenGLShaderState_InfoLog_get; extern(C) void function(void* jarg1, void* jarg2) vtkOpenGLShaderState_InfoLogLength_set; extern(C) void* function(void* jarg1) vtkOpenGLShaderState_InfoLogLength_get; extern(C) void function(void* jarg1, void* jarg2) vtkOpenGLShaderState_Source_set; extern(C) void* function(void* jarg1) vtkOpenGLShaderState_Source_get; extern(C) void function(void* jarg1, void* jarg2) vtkOpenGLShaderState_SourceLength_set; extern(C) void* function(void* jarg1) vtkOpenGLShaderState_SourceLength_get; extern(C) void* function() new_vtkOpenGLShaderState; extern(C) void function(void* jarg1) delete_vtkOpenGLShaderState; extern(C) void function(void* jarg1, void* jarg2, void* jarg3) vtkOpenGLProgramState_PrintSelf; extern(C) void function(void* jarg1, void* jarg2) vtkOpenGLProgramState_Id_set; extern(C) void* function(void* jarg1) vtkOpenGLProgramState_Id_get; extern(C) void function(void* jarg1, void* jarg2) vtkOpenGLProgramState_DeleteStatus_set; extern(C) void* function(void* jarg1) vtkOpenGLProgramState_DeleteStatus_get; extern(C) void function(void* jarg1, void* jarg2) vtkOpenGLProgramState_LinkStatus_set; extern(C) void* function(void* jarg1) vtkOpenGLProgramState_LinkStatus_get; extern(C) void function(void* jarg1, void* jarg2) vtkOpenGLProgramState_ValidateStatus_set; extern(C) void* function(void* jarg1) vtkOpenGLProgramState_ValidateStatus_get; extern(C) void function(void* jarg1, void* jarg2) vtkOpenGLProgramState_NumberOfAttachedShaders_set; extern(C) void* function(void* jarg1) vtkOpenGLProgramState_NumberOfAttachedShaders_get; extern(C) void function(void* jarg1, void* jarg2) vtkOpenGLProgramState_InfoLogLength_set; extern(C) void* function(void* jarg1) vtkOpenGLProgramState_InfoLogLength_get; extern(C) void function(void* jarg1, void* jarg2) vtkOpenGLProgramState_ActiveUniforms_set; extern(C) void* function(void* jarg1) vtkOpenGLProgramState_ActiveUniforms_get; extern(C) void function(void* jarg1, void* jarg2) vtkOpenGLProgramState_ActiveUniformMaxLength_set; extern(C) void* function(void* jarg1) vtkOpenGLProgramState_ActiveUniformMaxLength_get; extern(C) void function(void* jarg1, void* jarg2) vtkOpenGLProgramState_ActiveAttributes_set; extern(C) void* function(void* jarg1) vtkOpenGLProgramState_ActiveAttributes_get; extern(C) void function(void* jarg1, void* jarg2) vtkOpenGLProgramState_ActiveAttributeMaxLength_set; extern(C) void* function(void* jarg1) vtkOpenGLProgramState_ActiveAttributeMaxLength_get; extern(C) void function(void* jarg1, void* jarg2) vtkOpenGLProgramState_AttachedShaders_set; extern(C) void* function(void* jarg1) vtkOpenGLProgramState_AttachedShaders_get; extern(C) void function(void* jarg1, void* jarg2) vtkOpenGLProgramState_InfoLog_set; extern(C) void* function(void* jarg1) vtkOpenGLProgramState_InfoLog_get; extern(C) void function(void* jarg1, uint jarg2) vtkOpenGLProgramState_HasVertexShader_set; extern(C) uint function(void* jarg1) vtkOpenGLProgramState_HasVertexShader_get; extern(C) void function(void* jarg1, uint jarg2) vtkOpenGLProgramState_HasFragmentShader_set; extern(C) uint function(void* jarg1) vtkOpenGLProgramState_HasFragmentShader_get; extern(C) void* function() new_vtkOpenGLProgramState; extern(C) void function(void* jarg1) delete_vtkOpenGLProgramState; extern(C) void* function(void* jarg1) new_vtkOpenGLState; extern(C) void function(void* jarg1) delete_vtkOpenGLState; extern(C) void function(void* jarg1) vtkOpenGLState_Update; extern(C) void function(void* jarg1, void* jarg2, void* jarg3) vtkOpenGLState_PrintSelf; extern(C) void function(void* jarg1, void* jarg2) vtkOpenGLState_FixedPipeline_set; extern(C) void* function(void* jarg1) vtkOpenGLState_FixedPipeline_get; extern(C) void function(void* jarg1, void* jarg2) vtkOpenGLState_CurrentColor_set; extern(C) void* function(void* jarg1) vtkOpenGLState_CurrentColor_get; extern(C) void function(void* jarg1, void* jarg2) vtkOpenGLState_CurrentIndex_set; extern(C) void* function(void* jarg1) vtkOpenGLState_CurrentIndex_get; extern(C) void function(void* jarg1, void* jarg2) vtkOpenGLState_CurrentNormal_set; extern(C) void* function(void* jarg1) vtkOpenGLState_CurrentNormal_get; extern(C) void function(void* jarg1, void* jarg2) vtkOpenGLState_CurrentRasterPosition_set; extern(C) void* function(void* jarg1) vtkOpenGLState_CurrentRasterPosition_get; extern(C) void function(void* jarg1, void* jarg2) vtkOpenGLState_CurrentRasterDistance_set; extern(C) void* function(void* jarg1) vtkOpenGLState_CurrentRasterDistance_get; extern(C) void function(void* jarg1, void* jarg2) vtkOpenGLState_CurrentRasterColor_set; extern(C) void* function(void* jarg1) vtkOpenGLState_CurrentRasterColor_get; extern(C) void function(void* jarg1, void* jarg2) vtkOpenGLState_CurrentRasterIndex_set; extern(C) void* function(void* jarg1) vtkOpenGLState_CurrentRasterIndex_get; extern(C) void function(void* jarg1, void* jarg2) vtkOpenGLState_CurrentRasterPositionValid_set; extern(C) void* function(void* jarg1) vtkOpenGLState_CurrentRasterPositionValid_get; extern(C) void function(void* jarg1, void* jarg2) vtkOpenGLState_EdgeFlag_set; extern(C) void* function(void* jarg1) vtkOpenGLState_EdgeFlag_get; extern(C) void function(void* jarg1, void* jarg2) vtkOpenGLState_CurrentSecondaryColor_set; extern(C) void* function(void* jarg1) vtkOpenGLState_CurrentSecondaryColor_get; extern(C) void function(void* jarg1, void* jarg2) vtkOpenGLState_CurrentFogCoordinate_set; extern(C) void* function(void* jarg1) vtkOpenGLState_CurrentFogCoordinate_get; extern(C) void function(void* jarg1, void* jarg2) vtkOpenGLState_CurrentRasterSecondaryColor_set; extern(C) void* function(void* jarg1) vtkOpenGLState_CurrentRasterSecondaryColor_get; extern(C) void function(void* jarg1, void* jarg2) vtkOpenGLState_VertexArrayEnabled_set; extern(C) void* function(void* jarg1) vtkOpenGLState_VertexArrayEnabled_get; extern(C) void function(void* jarg1, void* jarg2) vtkOpenGLState_VertexArraySize_set; extern(C) void* function(void* jarg1) vtkOpenGLState_VertexArraySize_get; extern(C) void function(void* jarg1, void* jarg2) vtkOpenGLState_VertexArrayType_set; extern(C) void* function(void* jarg1) vtkOpenGLState_VertexArrayType_get; extern(C) void function(void* jarg1, void* jarg2) vtkOpenGLState_VertexArrayStride_set; extern(C) void* function(void* jarg1) vtkOpenGLState_VertexArrayStride_get; extern(C) void function(void* jarg1, void* jarg2) vtkOpenGLState_VertexArrayPointer_set; extern(C) void* function(void* jarg1) vtkOpenGLState_VertexArrayPointer_get; extern(C) void function(void* jarg1, void* jarg2) vtkOpenGLState_NormalArrayEnabled_set; extern(C) void* function(void* jarg1) vtkOpenGLState_NormalArrayEnabled_get; extern(C) void function(void* jarg1, void* jarg2) vtkOpenGLState_NormalArrayType_set; extern(C) void* function(void* jarg1) vtkOpenGLState_NormalArrayType_get; extern(C) void function(void* jarg1, void* jarg2) vtkOpenGLState_NormalArrayStride_set; extern(C) void* function(void* jarg1) vtkOpenGLState_NormalArrayStride_get; extern(C) void function(void* jarg1, void* jarg2) vtkOpenGLState_NormalArrayPointer_set; extern(C) void* function(void* jarg1) vtkOpenGLState_NormalArrayPointer_get; extern(C) void function(void* jarg1, void* jarg2) vtkOpenGLState_ColorArrayEnabled_set; extern(C) void* function(void* jarg1) vtkOpenGLState_ColorArrayEnabled_get; extern(C) void function(void* jarg1, void* jarg2) vtkOpenGLState_ColorArraySize_set; extern(C) void* function(void* jarg1) vtkOpenGLState_ColorArraySize_get; extern(C) void function(void* jarg1, void* jarg2) vtkOpenGLState_ColorArrayType_set; extern(C) void* function(void* jarg1) vtkOpenGLState_ColorArrayType_get; extern(C) void function(void* jarg1, void* jarg2) vtkOpenGLState_ColorArrayStride_set; extern(C) void* function(void* jarg1) vtkOpenGLState_ColorArrayStride_get; extern(C) void function(void* jarg1, void* jarg2) vtkOpenGLState_ColorArrayPointer_set; extern(C) void* function(void* jarg1) vtkOpenGLState_ColorArrayPointer_get; extern(C) void function(void* jarg1, void* jarg2) vtkOpenGLState_IndexArrayEnabled_set; extern(C) void* function(void* jarg1) vtkOpenGLState_IndexArrayEnabled_get; extern(C) void function(void* jarg1, void* jarg2) vtkOpenGLState_IndexArrayType_set; extern(C) void* function(void* jarg1) vtkOpenGLState_IndexArrayType_get; extern(C) void function(void* jarg1, void* jarg2) vtkOpenGLState_IndexArrayStride_set; extern(C) void* function(void* jarg1) vtkOpenGLState_IndexArrayStride_get; extern(C) void function(void* jarg1, void* jarg2) vtkOpenGLState_IndexArrayPointer_set; extern(C) void* function(void* jarg1) vtkOpenGLState_IndexArrayPointer_get; extern(C) void function(void* jarg1, void* jarg2) vtkOpenGLState_TextureCoordArrayEnabled_set; extern(C) void* function(void* jarg1) vtkOpenGLState_TextureCoordArrayEnabled_get; extern(C) void function(void* jarg1, void* jarg2) vtkOpenGLState_TextureCoordArraySize_set; extern(C) void* function(void* jarg1) vtkOpenGLState_TextureCoordArraySize_get; extern(C) void function(void* jarg1, void* jarg2) vtkOpenGLState_TextureCoordArrayType_set; extern(C) void* function(void* jarg1) vtkOpenGLState_TextureCoordArrayType_get; extern(C) void function(void* jarg1, void* jarg2) vtkOpenGLState_TextureCoordArrayStride_set; extern(C) void* function(void* jarg1) vtkOpenGLState_TextureCoordArrayStride_get; extern(C) void function(void* jarg1, void* jarg2) vtkOpenGLState_TextureCoordArrayPointer_set; extern(C) void* function(void* jarg1) vtkOpenGLState_TextureCoordArrayPointer_get; extern(C) void function(void* jarg1, void* jarg2) vtkOpenGLState_EdgeFlagArray_set; extern(C) void* function(void* jarg1) vtkOpenGLState_EdgeFlagArray_get; extern(C) void function(void* jarg1, void* jarg2) vtkOpenGLState_EdgeFlagArrayStride_set; extern(C) void* function(void* jarg1) vtkOpenGLState_EdgeFlagArrayStride_get; extern(C) void function(void* jarg1, void* jarg2) vtkOpenGLState_EdgeFlagArrayPointer_set; extern(C) void* function(void* jarg1) vtkOpenGLState_EdgeFlagArrayPointer_get; extern(C) void function(void* jarg1, void* jarg2) vtkOpenGLState_ClientActiveTexture_set; extern(C) void* function(void* jarg1) vtkOpenGLState_ClientActiveTexture_get; extern(C) void function(void* jarg1, void* jarg2) vtkOpenGLState_FogCoordinateArrayEnabled_set; extern(C) void* function(void* jarg1) vtkOpenGLState_FogCoordinateArrayEnabled_get; extern(C) void function(void* jarg1, void* jarg2) vtkOpenGLState_FogCoordinateArrayType_set; extern(C) void* function(void* jarg1) vtkOpenGLState_FogCoordinateArrayType_get; extern(C) void function(void* jarg1, void* jarg2) vtkOpenGLState_FogCoordinateArrayStride_set; extern(C) void* function(void* jarg1) vtkOpenGLState_FogCoordinateArrayStride_get; extern(C) void function(void* jarg1, void* jarg2) vtkOpenGLState_FogCoordinateArrayPointer_set; extern(C) void* function(void* jarg1) vtkOpenGLState_FogCoordinateArrayPointer_get; extern(C) void function(void* jarg1, void* jarg2) vtkOpenGLState_SecondaryColorArrayEnabled_set; extern(C) void* function(void* jarg1) vtkOpenGLState_SecondaryColorArrayEnabled_get; extern(C) void function(void* jarg1, void* jarg2) vtkOpenGLState_SecondaryColorArraySize_set; extern(C) void* function(void* jarg1) vtkOpenGLState_SecondaryColorArraySize_get; extern(C) void function(void* jarg1, void* jarg2) vtkOpenGLState_SecondaryColorArrayType_set; extern(C) void* function(void* jarg1) vtkOpenGLState_SecondaryColorArrayType_get; extern(C) void function(void* jarg1, void* jarg2) vtkOpenGLState_SecondaryColorArrayStride_set; extern(C) void* function(void* jarg1) vtkOpenGLState_SecondaryColorArrayStride_get; extern(C) void function(void* jarg1, void* jarg2) vtkOpenGLState_SecondaryColorArrayPointer_set; extern(C) void* function(void* jarg1) vtkOpenGLState_SecondaryColorArrayPointer_get; extern(C) void function(void* jarg1, void* jarg2) vtkOpenGLState_ArrayBufferBinding_set; extern(C) void* function(void* jarg1) vtkOpenGLState_ArrayBufferBinding_get; extern(C) void function(void* jarg1, void* jarg2) vtkOpenGLState_VertexArrayBufferBinding_set; extern(C) void* function(void* jarg1) vtkOpenGLState_VertexArrayBufferBinding_get; extern(C) void function(void* jarg1, void* jarg2) vtkOpenGLState_NormalArrayBufferBinding_set; extern(C) void* function(void* jarg1) vtkOpenGLState_NormalArrayBufferBinding_get; extern(C) void function(void* jarg1, void* jarg2) vtkOpenGLState_ColorArrayBufferBinding_set; extern(C) void* function(void* jarg1) vtkOpenGLState_ColorArrayBufferBinding_get; extern(C) void function(void* jarg1, void* jarg2) vtkOpenGLState_IndexArrayBufferBinding_set; extern(C) void* function(void* jarg1) vtkOpenGLState_IndexArrayBufferBinding_get; extern(C) void function(void* jarg1, void* jarg2) vtkOpenGLState_TextureCoordArrayBufferBinding_set; extern(C) void* function(void* jarg1) vtkOpenGLState_TextureCoordArrayBufferBinding_get; extern(C) void function(void* jarg1, void* jarg2) vtkOpenGLState_EdgeFlagArrayBufferBinding_set; extern(C) void* function(void* jarg1) vtkOpenGLState_EdgeFlagArrayBufferBinding_get; extern(C) void function(void* jarg1, void* jarg2) vtkOpenGLState_SecondaryColorArrayBufferBinding_set; extern(C) void* function(void* jarg1) vtkOpenGLState_SecondaryColorArrayBufferBinding_get; extern(C) void function(void* jarg1, void* jarg2) vtkOpenGLState_FogCoordArrayBufferBinding_set; extern(C) void* function(void* jarg1) vtkOpenGLState_FogCoordArrayBufferBinding_get; extern(C) void function(void* jarg1, void* jarg2) vtkOpenGLState_ElementArrayBufferBinding_set; extern(C) void* function(void* jarg1) vtkOpenGLState_ElementArrayBufferBinding_get; extern(C) void function(void* jarg1, void* jarg2) vtkOpenGLState_VertexAttribArrayEnabled_set; extern(C) void* function(void* jarg1) vtkOpenGLState_VertexAttribArrayEnabled_get; extern(C) void function(void* jarg1, void* jarg2) vtkOpenGLState_VertexAttribArraySize_set; extern(C) void* function(void* jarg1) vtkOpenGLState_VertexAttribArraySize_get; extern(C) void function(void* jarg1, void* jarg2) vtkOpenGLState_VertexAttribArrayStride_set; extern(C) void* function(void* jarg1) vtkOpenGLState_VertexAttribArrayStride_get; extern(C) void function(void* jarg1, void* jarg2) vtkOpenGLState_VertexAttribArrayType_set; extern(C) void* function(void* jarg1) vtkOpenGLState_VertexAttribArrayType_get; extern(C) void function(void* jarg1, void* jarg2) vtkOpenGLState_VertexAttribArrayNormalized_set; extern(C) void* function(void* jarg1) vtkOpenGLState_VertexAttribArrayNormalized_get; extern(C) void function(void* jarg1, void* jarg2) vtkOpenGLState_VertexAttribArrayPointer_set; extern(C) void* function(void* jarg1) vtkOpenGLState_VertexAttribArrayPointer_get; extern(C) void function(void* jarg1, void* jarg2) vtkOpenGLState_VertexAttribArrayBufferBinding_set; extern(C) void* function(void* jarg1) vtkOpenGLState_VertexAttribArrayBufferBinding_get; extern(C) void function(void* jarg1, void* jarg2) vtkOpenGLState_BufferSize_set; extern(C) void* function(void* jarg1) vtkOpenGLState_BufferSize_get; extern(C) void function(void* jarg1, void* jarg2) vtkOpenGLState_BufferUsage_set; extern(C) void* function(void* jarg1) vtkOpenGLState_BufferUsage_get; extern(C) void function(void* jarg1, void* jarg2) vtkOpenGLState_BufferAccess_set; extern(C) void* function(void* jarg1) vtkOpenGLState_BufferAccess_get; extern(C) void function(void* jarg1, void* jarg2) vtkOpenGLState_BufferMapped_set; extern(C) void* function(void* jarg1) vtkOpenGLState_BufferMapped_get; extern(C) void function(void* jarg1, void* jarg2) vtkOpenGLState_BufferMapPointer_set; extern(C) void* function(void* jarg1) vtkOpenGLState_BufferMapPointer_get; extern(C) void function(void* jarg1, void* jarg2) vtkOpenGLState_ModelViewMatrix_set; extern(C) void* function(void* jarg1) vtkOpenGLState_ModelViewMatrix_get; extern(C) void function(void* jarg1, void* jarg2) vtkOpenGLState_ModelViewStackDepth_set; extern(C) void* function(void* jarg1) vtkOpenGLState_ModelViewStackDepth_get; extern(C) void function(void* jarg1, void* jarg2) vtkOpenGLState_ProjectionMatrix_set; extern(C) void* function(void* jarg1) vtkOpenGLState_ProjectionMatrix_get; extern(C) void function(void* jarg1, void* jarg2) vtkOpenGLState_ProjectionStackDepth_set; extern(C) void* function(void* jarg1) vtkOpenGLState_ProjectionStackDepth_get; extern(C) void function(void* jarg1, void* jarg2) vtkOpenGLState_MaxTextureCoords_set; extern(C) void* function(void* jarg1) vtkOpenGLState_MaxTextureCoords_get; extern(C) void function(void* jarg1, void* jarg2) vtkOpenGLState_TCPU_set; extern(C) void* function(void* jarg1) vtkOpenGLState_TCPU_get; extern(C) void function(void* jarg1, void* jarg2) vtkOpenGLState_MaxCombinedTextureImageUnits_set; extern(C) void* function(void* jarg1) vtkOpenGLState_MaxCombinedTextureImageUnits_get; extern(C) void function(void* jarg1, void* jarg2) vtkOpenGLState_TIU_set; extern(C) void* function(void* jarg1) vtkOpenGLState_TIU_get; extern(C) void function(void* jarg1, void* jarg2) vtkOpenGLState_Viewport_set; extern(C) void* function(void* jarg1) vtkOpenGLState_Viewport_get; extern(C) void function(void* jarg1, void* jarg2) vtkOpenGLState_DepthRange_set; extern(C) void* function(void* jarg1) vtkOpenGLState_DepthRange_get; extern(C) void function(void* jarg1, void* jarg2) vtkOpenGLState_MatrixMode_set; extern(C) void* function(void* jarg1) vtkOpenGLState_MatrixMode_get; extern(C) void function(void* jarg1, void* jarg2) vtkOpenGLState_Normalize_set; extern(C) void* function(void* jarg1) vtkOpenGLState_Normalize_get; extern(C) void function(void* jarg1, void* jarg2) vtkOpenGLState_ClipPlanes_set; extern(C) void* function(void* jarg1) vtkOpenGLState_ClipPlanes_get; extern(C) void function(void* jarg1, void* jarg2) vtkOpenGLState_ColorMatrix_set; extern(C) void* function(void* jarg1) vtkOpenGLState_ColorMatrix_get; extern(C) void function(void* jarg1, void* jarg2) vtkOpenGLState_ColorMatrixStackDepth_set; extern(C) void* function(void* jarg1) vtkOpenGLState_ColorMatrixStackDepth_get; extern(C) void function(void* jarg1, void* jarg2) vtkOpenGLState_FogColor_set; extern(C) void* function(void* jarg1) vtkOpenGLState_FogColor_get; extern(C) void function(void* jarg1, void* jarg2) vtkOpenGLState_FogIndex_set; extern(C) void* function(void* jarg1) vtkOpenGLState_FogIndex_get; extern(C) void function(void* jarg1, void* jarg2) vtkOpenGLState_FogDensity_set; extern(C) void* function(void* jarg1) vtkOpenGLState_FogDensity_get; extern(C) void function(void* jarg1, void* jarg2) vtkOpenGLState_FogStart_set; extern(C) void* function(void* jarg1) vtkOpenGLState_FogStart_get; extern(C) void function(void* jarg1, void* jarg2) vtkOpenGLState_FogEnd_set; extern(C) void* function(void* jarg1) vtkOpenGLState_FogEnd_get; extern(C) void function(void* jarg1, void* jarg2) vtkOpenGLState_FogMode_set; extern(C) void* function(void* jarg1) vtkOpenGLState_FogMode_get; extern(C) void function(void* jarg1, void* jarg2) vtkOpenGLState_ShadeModel_set; extern(C) void* function(void* jarg1) vtkOpenGLState_ShadeModel_get; extern(C) void function(void* jarg1, void* jarg2) vtkOpenGLState_FogCoordinateSource_set; extern(C) void* function(void* jarg1) vtkOpenGLState_FogCoordinateSource_get; extern(C) void function(void* jarg1, void* jarg2) vtkOpenGLState_ColorMaterialEnabled_set; extern(C) void* function(void* jarg1) vtkOpenGLState_ColorMaterialEnabled_get; extern(C) void function(void* jarg1, void* jarg2) vtkOpenGLState_ColorMaterialParameter_set; extern(C) void* function(void* jarg1) vtkOpenGLState_ColorMaterialParameter_get; extern(C) void function(void* jarg1, void* jarg2) vtkOpenGLState_ColorMaterialFace_set; extern(C) void* function(void* jarg1) vtkOpenGLState_ColorMaterialFace_get; extern(C) void function(void* jarg1, void* jarg2) vtkOpenGLState_FrontMaterial_set; extern(C) void* function(void* jarg1) vtkOpenGLState_FrontMaterial_get; extern(C) void function(void* jarg1, void* jarg2) vtkOpenGLState_BackMaterial_set; extern(C) void* function(void* jarg1) vtkOpenGLState_BackMaterial_get; extern(C) void function(void* jarg1, void* jarg2) vtkOpenGLState_LightModelAmbient_set; extern(C) void* function(void* jarg1) vtkOpenGLState_LightModelAmbient_get; extern(C) void function(void* jarg1, void* jarg2) vtkOpenGLState_LightModelLocalViewer_set; extern(C) void* function(void* jarg1) vtkOpenGLState_LightModelLocalViewer_get; extern(C) void function(void* jarg1, void* jarg2) vtkOpenGLState_LightModelTwoSide_set; extern(C) void* function(void* jarg1) vtkOpenGLState_LightModelTwoSide_get; extern(C) void function(void* jarg1, void* jarg2) vtkOpenGLState_Lights_set; extern(C) void* function(void* jarg1) vtkOpenGLState_Lights_get; extern(C) void function(void* jarg1, void* jarg2) vtkOpenGLState_lightModelColorControl_set; extern(C) void* function(void* jarg1) vtkOpenGLState_lightModelColorControl_get; extern(C) void function(void* jarg1, void* jarg2) vtkOpenGLState_PointSize_set; extern(C) void* function(void* jarg1) vtkOpenGLState_PointSize_get; extern(C) void function(void* jarg1, void* jarg2) vtkOpenGLState_PointSmoothEnabled_set; extern(C) void* function(void* jarg1) vtkOpenGLState_PointSmoothEnabled_get; extern(C) void function(void* jarg1, void* jarg2) vtkOpenGLState_LineWidth_set; extern(C) void* function(void* jarg1) vtkOpenGLState_LineWidth_get; extern(C) void function(void* jarg1, void* jarg2) vtkOpenGLState_LineSmoothEnabled_set; extern(C) void* function(void* jarg1) vtkOpenGLState_LineSmoothEnabled_get; extern(C) void function(void* jarg1, void* jarg2) vtkOpenGLState_LineStipplePattern_set; extern(C) void* function(void* jarg1) vtkOpenGLState_LineStipplePattern_get; extern(C) void function(void* jarg1, void* jarg2) vtkOpenGLState_LineStippleRepeat_set; extern(C) void* function(void* jarg1) vtkOpenGLState_LineStippleRepeat_get; extern(C) void function(void* jarg1, void* jarg2) vtkOpenGLState_LineStippleEnabled_set; extern(C) void* function(void* jarg1) vtkOpenGLState_LineStippleEnabled_get; extern(C) void function(void* jarg1, void* jarg2) vtkOpenGLState_CullFaceEnabled_set; extern(C) void* function(void* jarg1) vtkOpenGLState_CullFaceEnabled_get; extern(C) void function(void* jarg1, void* jarg2) vtkOpenGLState_CullFaceMode_set; extern(C) void* function(void* jarg1) vtkOpenGLState_CullFaceMode_get; extern(C) void function(void* jarg1, void* jarg2) vtkOpenGLState_FrontFace_set; extern(C) void* function(void* jarg1) vtkOpenGLState_FrontFace_get; extern(C) void function(void* jarg1, void* jarg2) vtkOpenGLState_PolygonSmoothEnabled_set; extern(C) void* function(void* jarg1) vtkOpenGLState_PolygonSmoothEnabled_get; extern(C) void function(void* jarg1, void* jarg2) vtkOpenGLState_PolygonMode_set; extern(C) void* function(void* jarg1) vtkOpenGLState_PolygonMode_get; extern(C) void function(void* jarg1, void* jarg2) vtkOpenGLState_PolygonOffsetFactor_set; extern(C) void* function(void* jarg1) vtkOpenGLState_PolygonOffsetFactor_get; extern(C) void function(void* jarg1, void* jarg2) vtkOpenGLState_PolygonOffsetUnits_set; extern(C) void* function(void* jarg1) vtkOpenGLState_PolygonOffsetUnits_get; extern(C) void function(void* jarg1, void* jarg2) vtkOpenGLState_PolygonOffsetPointEnabled_set; extern(C) void* function(void* jarg1) vtkOpenGLState_PolygonOffsetPointEnabled_get; extern(C) void function(void* jarg1, void* jarg2) vtkOpenGLState_PolygonOffsetLineEnabled_set; extern(C) void* function(void* jarg1) vtkOpenGLState_PolygonOffsetLineEnabled_get; extern(C) void function(void* jarg1, void* jarg2) vtkOpenGLState_PolygonOffsetFillEnabled_set; extern(C) void* function(void* jarg1) vtkOpenGLState_PolygonOffsetFillEnabled_get; extern(C) void function(void* jarg1, void* jarg2) vtkOpenGLState_PolygonStipple_set; extern(C) void* function(void* jarg1) vtkOpenGLState_PolygonStipple_get; extern(C) void function(void* jarg1, void* jarg2) vtkOpenGLState_PolygonStippleEnabled_set; extern(C) void* function(void* jarg1) vtkOpenGLState_PolygonStippleEnabled_get; extern(C) void function(void* jarg1, void* jarg2) vtkOpenGLState_PointSizeMin_set; extern(C) void* function(void* jarg1) vtkOpenGLState_PointSizeMin_get; extern(C) void function(void* jarg1, void* jarg2) vtkOpenGLState_PointSizeMax_set; extern(C) void* function(void* jarg1) vtkOpenGLState_PointSizeMax_get; extern(C) void function(void* jarg1, void* jarg2) vtkOpenGLState_PointFadeThresholdSize_set; extern(C) void* function(void* jarg1) vtkOpenGLState_PointFadeThresholdSize_get; extern(C) void function(void* jarg1, void* jarg2) vtkOpenGLState_PointDistanceAttenuation_set; extern(C) void* function(void* jarg1) vtkOpenGLState_PointDistanceAttenuation_get; extern(C) void function(void* jarg1, void* jarg2) vtkOpenGLState_PointSpriteEnabled_set; extern(C) void* function(void* jarg1) vtkOpenGLState_PointSpriteEnabled_get; extern(C) void function(void* jarg1, void* jarg2) vtkOpenGLState_PointSpriteCoordOrigin_set; extern(C) void* function(void* jarg1) vtkOpenGLState_PointSpriteCoordOrigin_get; extern(C) void function(void* jarg1, void* jarg2) vtkOpenGLState_MultiSampleEnabled_set; extern(C) void* function(void* jarg1) vtkOpenGLState_MultiSampleEnabled_get; extern(C) void function(void* jarg1, void* jarg2) vtkOpenGLState_SampleAlphaToCoverageEnabled_set; extern(C) void* function(void* jarg1) vtkOpenGLState_SampleAlphaToCoverageEnabled_get; extern(C) void function(void* jarg1, void* jarg2) vtkOpenGLState_SampleAlphaToOneEnabled_set; extern(C) void* function(void* jarg1) vtkOpenGLState_SampleAlphaToOneEnabled_get; extern(C) void function(void* jarg1, void* jarg2) vtkOpenGLState_SampleCoverageEnabled_set; extern(C) void* function(void* jarg1) vtkOpenGLState_SampleCoverageEnabled_get; extern(C) void function(void* jarg1, void* jarg2) vtkOpenGLState_SampleCoverageValue_set; extern(C) void* function(void* jarg1) vtkOpenGLState_SampleCoverageValue_get; extern(C) void function(void* jarg1, void* jarg2) vtkOpenGLState_SampleCoverageInvert_set; extern(C) void* function(void* jarg1) vtkOpenGLState_SampleCoverageInvert_get; extern(C) void function(void* jarg1, void* jarg2) vtkOpenGLState_TextureEnvMode_set; extern(C) void* function(void* jarg1) vtkOpenGLState_TextureEnvMode_get; extern(C) void function(void* jarg1, void* jarg2) vtkOpenGLState_TextureEnvColor_set; extern(C) void* function(void* jarg1) vtkOpenGLState_TextureEnvColor_get; extern(C) void function(void* jarg1, void* jarg2) vtkOpenGLState_ActiveTexture_set; extern(C) void* function(void* jarg1) vtkOpenGLState_ActiveTexture_get; extern(C) void function(void* jarg1, void* jarg2) vtkOpenGLState_TextureLODBias_set; extern(C) void* function(void* jarg1) vtkOpenGLState_TextureLODBias_get; extern(C) void function(void* jarg1, void* jarg2) vtkOpenGLState_ScissorTestEnabled_set; extern(C) void* function(void* jarg1) vtkOpenGLState_ScissorTestEnabled_get; extern(C) void function(void* jarg1, void* jarg2) vtkOpenGLState_ScissorBox_set; extern(C) void* function(void* jarg1) vtkOpenGLState_ScissorBox_get; extern(C) void function(void* jarg1, void* jarg2) vtkOpenGLState_AlphaTestEnabled_set; extern(C) void* function(void* jarg1) vtkOpenGLState_AlphaTestEnabled_get; extern(C) void function(void* jarg1, void* jarg2) vtkOpenGLState_AlphaTestFunc_set; extern(C) void* function(void* jarg1) vtkOpenGLState_AlphaTestFunc_get; extern(C) void function(void* jarg1, void* jarg2) vtkOpenGLState_AlphaTestRef_set; extern(C) void* function(void* jarg1) vtkOpenGLState_AlphaTestRef_get; extern(C) void function(void* jarg1, void* jarg2) vtkOpenGLState_StencilTestEnabled_set; extern(C) void* function(void* jarg1) vtkOpenGLState_StencilTestEnabled_get; extern(C) void function(void* jarg1, void* jarg2) vtkOpenGLState_StencilFunc_set; extern(C) void* function(void* jarg1) vtkOpenGLState_StencilFunc_get; extern(C) void function(void* jarg1, void* jarg2) vtkOpenGLState_StencilValueMask_set; extern(C) void* function(void* jarg1) vtkOpenGLState_StencilValueMask_get; extern(C) void function(void* jarg1, void* jarg2) vtkOpenGLState_StencilRef_set; extern(C) void* function(void* jarg1) vtkOpenGLState_StencilRef_get; extern(C) void function(void* jarg1, void* jarg2) vtkOpenGLState_StencilFail_set; extern(C) void* function(void* jarg1) vtkOpenGLState_StencilFail_get; extern(C) void function(void* jarg1, void* jarg2) vtkOpenGLState_StencilPassDepthFail_set; extern(C) void* function(void* jarg1) vtkOpenGLState_StencilPassDepthFail_get; extern(C) void function(void* jarg1, void* jarg2) vtkOpenGLState_StencilPassDepthPass_set; extern(C) void* function(void* jarg1) vtkOpenGLState_StencilPassDepthPass_get; extern(C) void function(void* jarg1, void* jarg2) vtkOpenGLState_StencilBackFunc_set; extern(C) void* function(void* jarg1) vtkOpenGLState_StencilBackFunc_get; extern(C) void function(void* jarg1, void* jarg2) vtkOpenGLState_StencilBackValueMask_set; extern(C) void* function(void* jarg1) vtkOpenGLState_StencilBackValueMask_get; extern(C) void function(void* jarg1, void* jarg2) vtkOpenGLState_StencilBackRef_set; extern(C) void* function(void* jarg1) vtkOpenGLState_StencilBackRef_get; extern(C) void function(void* jarg1, void* jarg2) vtkOpenGLState_StencilBackFail_set; extern(C) void* function(void* jarg1) vtkOpenGLState_StencilBackFail_get; extern(C) void function(void* jarg1, void* jarg2) vtkOpenGLState_StencilBackPassDepthFail_set; extern(C) void* function(void* jarg1) vtkOpenGLState_StencilBackPassDepthFail_get; extern(C) void function(void* jarg1, void* jarg2) vtkOpenGLState_StencilBackPassDepthPass_set; extern(C) void* function(void* jarg1) vtkOpenGLState_StencilBackPassDepthPass_get; extern(C) void function(void* jarg1, void* jarg2) vtkOpenGLState_DepthTestEnabled_set; extern(C) void* function(void* jarg1) vtkOpenGLState_DepthTestEnabled_get; extern(C) void function(void* jarg1, void* jarg2) vtkOpenGLState_DepthFunc_set; extern(C) void* function(void* jarg1) vtkOpenGLState_DepthFunc_get; extern(C) void function(void* jarg1, void* jarg2) vtkOpenGLState_BlendEnabled_set; extern(C) void* function(void* jarg1) vtkOpenGLState_BlendEnabled_get; extern(C) void function(void* jarg1, void* jarg2) vtkOpenGLState_BlendSrc_set; extern(C) void* function(void* jarg1) vtkOpenGLState_BlendSrc_get; extern(C) void function(void* jarg1, void* jarg2) vtkOpenGLState_BlendDst_set; extern(C) void* function(void* jarg1) vtkOpenGLState_BlendDst_get; extern(C) void function(void* jarg1, void* jarg2) vtkOpenGLState_BlendEquation_set; extern(C) void* function(void* jarg1) vtkOpenGLState_BlendEquation_get; extern(C) void function(void* jarg1, void* jarg2) vtkOpenGLState_BlendColor_set; extern(C) void* function(void* jarg1) vtkOpenGLState_BlendColor_get; extern(C) void function(void* jarg1, void* jarg2) vtkOpenGLState_BlendSrcRGB_set; extern(C) void* function(void* jarg1) vtkOpenGLState_BlendSrcRGB_get; extern(C) void function(void* jarg1, void* jarg2) vtkOpenGLState_BlendSrcAlpha_set; extern(C) void* function(void* jarg1) vtkOpenGLState_BlendSrcAlpha_get; extern(C) void function(void* jarg1, void* jarg2) vtkOpenGLState_BlendDstRGB_set; extern(C) void* function(void* jarg1) vtkOpenGLState_BlendDstRGB_get; extern(C) void function(void* jarg1, void* jarg2) vtkOpenGLState_BlendDstAlpha_set; extern(C) void* function(void* jarg1) vtkOpenGLState_BlendDstAlpha_get; extern(C) void function(void* jarg1, void* jarg2) vtkOpenGLState_BlendEquationRGB_set; extern(C) void* function(void* jarg1) vtkOpenGLState_BlendEquationRGB_get; extern(C) void function(void* jarg1, void* jarg2) vtkOpenGLState_BlendEquationAlpha_set; extern(C) void* function(void* jarg1) vtkOpenGLState_BlendEquationAlpha_get; extern(C) void function(void* jarg1, void* jarg2) vtkOpenGLState_DitherEnabled_set; extern(C) void* function(void* jarg1) vtkOpenGLState_DitherEnabled_get; extern(C) void function(void* jarg1, void* jarg2) vtkOpenGLState_IndexLogicOpEnabled_set; extern(C) void* function(void* jarg1) vtkOpenGLState_IndexLogicOpEnabled_get; extern(C) void function(void* jarg1, void* jarg2) vtkOpenGLState_ColorLogicOpEnabled_set; extern(C) void* function(void* jarg1) vtkOpenGLState_ColorLogicOpEnabled_get; extern(C) void function(void* jarg1, void* jarg2) vtkOpenGLState_LogicOpMode_set; extern(C) void* function(void* jarg1) vtkOpenGLState_LogicOpMode_get; extern(C) void function(void* jarg1, void* jarg2) vtkOpenGLState_MaxDrawBuffers_set; extern(C) void* function(void* jarg1) vtkOpenGLState_MaxDrawBuffers_get; extern(C) void function(void* jarg1, void* jarg2) vtkOpenGLState_DrawBuffers_set; extern(C) void* function(void* jarg1) vtkOpenGLState_DrawBuffers_get; extern(C) void function(void* jarg1, void* jarg2) vtkOpenGLState_IndexWriteMask_set; extern(C) void* function(void* jarg1) vtkOpenGLState_IndexWriteMask_get; extern(C) void function(void* jarg1, void* jarg2) vtkOpenGLState_ColorWriteMask_set; extern(C) void* function(void* jarg1) vtkOpenGLState_ColorWriteMask_get; extern(C) void function(void* jarg1, void* jarg2) vtkOpenGLState_DepthWriteMask_set; extern(C) void* function(void* jarg1) vtkOpenGLState_DepthWriteMask_get; extern(C) void function(void* jarg1, void* jarg2) vtkOpenGLState_StencilWriteMask_set; extern(C) void* function(void* jarg1) vtkOpenGLState_StencilWriteMask_get; extern(C) void function(void* jarg1, void* jarg2) vtkOpenGLState_ColorClearValue_set; extern(C) void* function(void* jarg1) vtkOpenGLState_ColorClearValue_get; extern(C) void function(void* jarg1, void* jarg2) vtkOpenGLState_IndexClearValue_set; extern(C) void* function(void* jarg1) vtkOpenGLState_IndexClearValue_get; extern(C) void function(void* jarg1, void* jarg2) vtkOpenGLState_DepthClearValue_set; extern(C) void* function(void* jarg1) vtkOpenGLState_DepthClearValue_get; extern(C) void function(void* jarg1, void* jarg2) vtkOpenGLState_StencilClearValue_set; extern(C) void* function(void* jarg1) vtkOpenGLState_StencilClearValue_get; extern(C) void function(void* jarg1, void* jarg2) vtkOpenGLState_AccumClearValue_set; extern(C) void* function(void* jarg1) vtkOpenGLState_AccumClearValue_get; extern(C) void function(void* jarg1, void* jarg2) vtkOpenGLState_StencilBackWriteMask_set; extern(C) void* function(void* jarg1) vtkOpenGLState_StencilBackWriteMask_get; extern(C) void function(void* jarg1, void* jarg2) vtkOpenGLState_DrawBuffer0_set; extern(C) void* function(void* jarg1) vtkOpenGLState_DrawBuffer0_get; extern(C) void function(void* jarg1, void* jarg2) vtkOpenGLState_DrawBuffer1_set; extern(C) void* function(void* jarg1) vtkOpenGLState_DrawBuffer1_get; extern(C) void function(void* jarg1, void* jarg2) vtkOpenGLState_DrawBuffer3_set; extern(C) void* function(void* jarg1) vtkOpenGLState_DrawBuffer3_get; extern(C) void function(void* jarg1, void* jarg2) vtkOpenGLState_Unpack_set; extern(C) void* function(void* jarg1) vtkOpenGLState_Unpack_get; extern(C) void function(void* jarg1, void* jarg2) vtkOpenGLState_Pack_set; extern(C) void* function(void* jarg1) vtkOpenGLState_Pack_get; extern(C) void function(void* jarg1, void* jarg2) vtkOpenGLState_MapColor_set; extern(C) void* function(void* jarg1) vtkOpenGLState_MapColor_get; extern(C) void function(void* jarg1, void* jarg2) vtkOpenGLState_MapStencil_set; extern(C) void* function(void* jarg1) vtkOpenGLState_MapStencil_get; extern(C) void function(void* jarg1, void* jarg2) vtkOpenGLState_IndexShift_set; extern(C) void* function(void* jarg1) vtkOpenGLState_IndexShift_get; extern(C) void function(void* jarg1, void* jarg2) vtkOpenGLState_IndexOffset_set; extern(C) void* function(void* jarg1) vtkOpenGLState_IndexOffset_get; extern(C) void function(void* jarg1, void* jarg2) vtkOpenGLState_RedTransform_set; extern(C) void* function(void* jarg1) vtkOpenGLState_RedTransform_get; extern(C) void function(void* jarg1, void* jarg2) vtkOpenGLState_GreenTransform_set; extern(C) void* function(void* jarg1) vtkOpenGLState_GreenTransform_get; extern(C) void function(void* jarg1, void* jarg2) vtkOpenGLState_BlueTransform_set; extern(C) void* function(void* jarg1) vtkOpenGLState_BlueTransform_get; extern(C) void function(void* jarg1, void* jarg2) vtkOpenGLState_AlphaTransform_set; extern(C) void* function(void* jarg1) vtkOpenGLState_AlphaTransform_get; extern(C) void function(void* jarg1, void* jarg2) vtkOpenGLState_DepthTransform_set; extern(C) void* function(void* jarg1) vtkOpenGLState_DepthTransform_get; extern(C) void function(void* jarg1, void* jarg2) vtkOpenGLState_ZoomX_set; extern(C) void* function(void* jarg1) vtkOpenGLState_ZoomX_get; extern(C) void function(void* jarg1, void* jarg2) vtkOpenGLState_ZoomY_set; extern(C) void* function(void* jarg1) vtkOpenGLState_ZoomY_get; extern(C) void function(void* jarg1, void* jarg2) vtkOpenGLState_PixelMapColorIndexToColorIndex_set; extern(C) void* function(void* jarg1) vtkOpenGLState_PixelMapColorIndexToColorIndex_get; extern(C) void function(void* jarg1, void* jarg2) vtkOpenGLState_PixelMapStencilIndexToStencilIndex_set; extern(C) void* function(void* jarg1) vtkOpenGLState_PixelMapStencilIndexToStencilIndex_get; extern(C) void function(void* jarg1, void* jarg2) vtkOpenGLState_PixelMapColorIndexToRed_set; extern(C) void* function(void* jarg1) vtkOpenGLState_PixelMapColorIndexToRed_get; extern(C) void function(void* jarg1, void* jarg2) vtkOpenGLState_PixelMapColorIndexToGreen_set; extern(C) void* function(void* jarg1) vtkOpenGLState_PixelMapColorIndexToGreen_get; extern(C) void function(void* jarg1, void* jarg2) vtkOpenGLState_PixelMapColorIndexToBlue_set; extern(C) void* function(void* jarg1) vtkOpenGLState_PixelMapColorIndexToBlue_get; extern(C) void function(void* jarg1, void* jarg2) vtkOpenGLState_PixelMapColorIndexToAlpha_set; extern(C) void* function(void* jarg1) vtkOpenGLState_PixelMapColorIndexToAlpha_get; extern(C) void function(void* jarg1, void* jarg2) vtkOpenGLState_PixelMapRedToRed_set; extern(C) void* function(void* jarg1) vtkOpenGLState_PixelMapRedToRed_get; extern(C) void function(void* jarg1, void* jarg2) vtkOpenGLState_PixelMapGreenToGreen_set; extern(C) void* function(void* jarg1) vtkOpenGLState_PixelMapGreenToGreen_get; extern(C) void function(void* jarg1, void* jarg2) vtkOpenGLState_PixelMapBlueToBlue_set; extern(C) void* function(void* jarg1) vtkOpenGLState_PixelMapBlueToBlue_get; extern(C) void function(void* jarg1, void* jarg2) vtkOpenGLState_PixelMapAlphaToAlpha_set; extern(C) void* function(void* jarg1) vtkOpenGLState_PixelMapAlphaToAlpha_get; extern(C) void function(void* jarg1, void* jarg2) vtkOpenGLState_PixelPackBufferBinding_set; extern(C) void* function(void* jarg1) vtkOpenGLState_PixelPackBufferBinding_get; extern(C) void function(void* jarg1, void* jarg2) vtkOpenGLState_PixelUnpackBufferBinding_set; extern(C) void* function(void* jarg1) vtkOpenGLState_PixelUnpackBufferBinding_get; extern(C) void function(void* jarg1, void* jarg2) vtkOpenGLState_PixelPackBufferObject_set; extern(C) void* function(void* jarg1) vtkOpenGLState_PixelPackBufferObject_get; extern(C) void function(void* jarg1, void* jarg2) vtkOpenGLState_PixelUnpackBufferObject_set; extern(C) void* function(void* jarg1) vtkOpenGLState_PixelUnpackBufferObject_get; extern(C) void function(void* jarg1, void* jarg2) vtkOpenGLState_ColorTableEnabled_set; extern(C) void* function(void* jarg1) vtkOpenGLState_ColorTableEnabled_get; extern(C) void function(void* jarg1, void* jarg2) vtkOpenGLState_PostConvolutionColorTableEnabled_set; extern(C) void* function(void* jarg1) vtkOpenGLState_PostConvolutionColorTableEnabled_get; extern(C) void function(void* jarg1, void* jarg2) vtkOpenGLState_PostColorMatricColorTableEnabled_set; extern(C) void* function(void* jarg1) vtkOpenGLState_PostColorMatricColorTableEnabled_get; extern(C) void function(void* jarg1, void* jarg2) vtkOpenGLState_ReadBuffer_set; extern(C) void* function(void* jarg1) vtkOpenGLState_ReadBuffer_get; extern(C) void function(void* jarg1, void* jarg2) vtkOpenGLState_CurrentProgramState_set; extern(C) void* function(void* jarg1) vtkOpenGLState_CurrentProgramState_get; extern(C) void function(void* jarg1, void* jarg2) vtkOpenGLState_CurrentProgram_set; extern(C) void* function(void* jarg1) vtkOpenGLState_CurrentProgram_get; extern(C) void function(void* jarg1, void* jarg2) vtkOpenGLState_VertexProgramTwoSideEnabled_set; extern(C) void* function(void* jarg1) vtkOpenGLState_VertexProgramTwoSideEnabled_get; extern(C) void function(void* jarg1, void* jarg2) vtkOpenGLState_CurrentVertexAttrib_set; extern(C) void* function(void* jarg1) vtkOpenGLState_CurrentVertexAttrib_get; extern(C) void function(void* jarg1, void* jarg2) vtkOpenGLState_VertexProgramPointSizeEnabled_set; extern(C) void* function(void* jarg1) vtkOpenGLState_VertexProgramPointSizeEnabled_get; extern(C) void function(void* jarg1, void* jarg2) vtkOpenGLState_PerpectiveCorrectionHint_set; extern(C) void* function(void* jarg1) vtkOpenGLState_PerpectiveCorrectionHint_get; extern(C) void function(void* jarg1, void* jarg2) vtkOpenGLState_PointSmoothHint_set; extern(C) void* function(void* jarg1) vtkOpenGLState_PointSmoothHint_get; extern(C) void function(void* jarg1, void* jarg2) vtkOpenGLState_LineSmoothHint_set; extern(C) void* function(void* jarg1) vtkOpenGLState_LineSmoothHint_get; extern(C) void function(void* jarg1, void* jarg2) vtkOpenGLState_PolygonSmoothHint_set; extern(C) void* function(void* jarg1) vtkOpenGLState_PolygonSmoothHint_get; extern(C) void function(void* jarg1, void* jarg2) vtkOpenGLState_FogHint_set; extern(C) void* function(void* jarg1) vtkOpenGLState_FogHint_get; extern(C) void function(void* jarg1, void* jarg2) vtkOpenGLState_TextureCompressionHint_set; extern(C) void* function(void* jarg1) vtkOpenGLState_TextureCompressionHint_get; extern(C) void function(void* jarg1, void* jarg2) vtkOpenGLState_GenerateMipMapHint_set; extern(C) void* function(void* jarg1) vtkOpenGLState_GenerateMipMapHint_get; extern(C) void function(void* jarg1, void* jarg2) vtkOpenGLState_FragmentShaderDerivativeHint_set; extern(C) void* function(void* jarg1) vtkOpenGLState_FragmentShaderDerivativeHint_get; extern(C) void function(void* jarg1, void* jarg2) vtkOpenGLState_MaxLights_set; extern(C) void* function(void* jarg1) vtkOpenGLState_MaxLights_get; extern(C) void function(void* jarg1, void* jarg2) vtkOpenGLState_MaxClipPlanes_set; extern(C) void* function(void* jarg1) vtkOpenGLState_MaxClipPlanes_get; extern(C) void function(void* jarg1, void* jarg2) vtkOpenGLState_MaxModelViewStackDepth_set; extern(C) void* function(void* jarg1) vtkOpenGLState_MaxModelViewStackDepth_get; extern(C) void function(void* jarg1, void* jarg2) vtkOpenGLState_MaxProjectionStackDepth_set; extern(C) void* function(void* jarg1) vtkOpenGLState_MaxProjectionStackDepth_get; extern(C) void function(void* jarg1, void* jarg2) vtkOpenGLState_MaxTextureStackDepth_set; extern(C) void* function(void* jarg1) vtkOpenGLState_MaxTextureStackDepth_get; extern(C) void function(void* jarg1, void* jarg2) vtkOpenGLState_SubpixelBits_set; extern(C) void* function(void* jarg1) vtkOpenGLState_SubpixelBits_get; extern(C) void function(void* jarg1, void* jarg2) vtkOpenGLState_MaxTextureSize_set; extern(C) void* function(void* jarg1) vtkOpenGLState_MaxTextureSize_get; extern(C) void function(void* jarg1, void* jarg2) vtkOpenGLState_MaxPixelMapTable_set; extern(C) void* function(void* jarg1) vtkOpenGLState_MaxPixelMapTable_get; extern(C) void function(void* jarg1, void* jarg2) vtkOpenGLState_MaxNameStackDepth_set; extern(C) void* function(void* jarg1) vtkOpenGLState_MaxNameStackDepth_get; extern(C) void function(void* jarg1, void* jarg2) vtkOpenGLState_MaxListNesting_set; extern(C) void* function(void* jarg1) vtkOpenGLState_MaxListNesting_get; extern(C) void function(void* jarg1, void* jarg2) vtkOpenGLState_MaxEvalOrder_set; extern(C) void* function(void* jarg1) vtkOpenGLState_MaxEvalOrder_get; extern(C) void function(void* jarg1, void* jarg2) vtkOpenGLState_MaxViewportDims_set; extern(C) void* function(void* jarg1) vtkOpenGLState_MaxViewportDims_get; extern(C) void function(void* jarg1, void* jarg2) vtkOpenGLState_MaxAttribStackDepth_set; extern(C) void* function(void* jarg1) vtkOpenGLState_MaxAttribStackDepth_get; extern(C) void function(void* jarg1, void* jarg2) vtkOpenGLState_MaxClientAttribStackDepth_set; extern(C) void* function(void* jarg1) vtkOpenGLState_MaxClientAttribStackDepth_get; extern(C) void function(void* jarg1, void* jarg2) vtkOpenGLState_AuxBuffers_set; extern(C) void* function(void* jarg1) vtkOpenGLState_AuxBuffers_get; extern(C) void function(void* jarg1, void* jarg2) vtkOpenGLState_RGBAMode_set; extern(C) void* function(void* jarg1) vtkOpenGLState_RGBAMode_get; extern(C) void function(void* jarg1, void* jarg2) vtkOpenGLState_IndexMode_set; extern(C) void* function(void* jarg1) vtkOpenGLState_IndexMode_get; extern(C) void function(void* jarg1, void* jarg2) vtkOpenGLState_DoubleBuffer_set; extern(C) void* function(void* jarg1) vtkOpenGLState_DoubleBuffer_get; extern(C) void function(void* jarg1, void* jarg2) vtkOpenGLState_Stereo_set; extern(C) void* function(void* jarg1) vtkOpenGLState_Stereo_get; extern(C) void function(void* jarg1, void* jarg2) vtkOpenGLState_MaxColorAttachments_set; extern(C) void* function(void* jarg1) vtkOpenGLState_MaxColorAttachments_get; extern(C) void function(void* jarg1, void* jarg2) vtkOpenGLState_PointSizeRange_set; extern(C) void* function(void* jarg1) vtkOpenGLState_PointSizeRange_get; extern(C) void function(void* jarg1, void* jarg2) vtkOpenGLState_PointSizeGranularity_set; extern(C) void* function(void* jarg1) vtkOpenGLState_PointSizeGranularity_get; extern(C) void function(void* jarg1, void* jarg2) vtkOpenGLState_LineWidthRange_set; extern(C) void* function(void* jarg1) vtkOpenGLState_LineWidthRange_get; extern(C) void function(void* jarg1, void* jarg2) vtkOpenGLState_LineWidthGranularity_set; extern(C) void* function(void* jarg1) vtkOpenGLState_LineWidthGranularity_get; extern(C) void function(void* jarg1, void* jarg2) vtkOpenGLState_RedBits_set; extern(C) void* function(void* jarg1) vtkOpenGLState_RedBits_get; extern(C) void function(void* jarg1, void* jarg2) vtkOpenGLState_GreenBits_set; extern(C) void* function(void* jarg1) vtkOpenGLState_GreenBits_get; extern(C) void function(void* jarg1, void* jarg2) vtkOpenGLState_BlueBits_set; extern(C) void* function(void* jarg1) vtkOpenGLState_BlueBits_get; extern(C) void function(void* jarg1, void* jarg2) vtkOpenGLState_AlphaBits_set; extern(C) void* function(void* jarg1) vtkOpenGLState_AlphaBits_get; extern(C) void function(void* jarg1, void* jarg2) vtkOpenGLState_IndexBits_set; extern(C) void* function(void* jarg1) vtkOpenGLState_IndexBits_get; extern(C) void function(void* jarg1, void* jarg2) vtkOpenGLState_DepthBits_set; extern(C) void* function(void* jarg1) vtkOpenGLState_DepthBits_get; extern(C) void function(void* jarg1, void* jarg2) vtkOpenGLState_StencilBits_set; extern(C) void* function(void* jarg1) vtkOpenGLState_StencilBits_get; extern(C) void function(void* jarg1, void* jarg2) vtkOpenGLState_AccumRedBits_set; extern(C) void* function(void* jarg1) vtkOpenGLState_AccumRedBits_get; extern(C) void function(void* jarg1, void* jarg2) vtkOpenGLState_AccumGreenBits_set; extern(C) void* function(void* jarg1) vtkOpenGLState_AccumGreenBits_get; extern(C) void function(void* jarg1, void* jarg2) vtkOpenGLState_AccumBlueBits_set; extern(C) void* function(void* jarg1) vtkOpenGLState_AccumBlueBits_get; extern(C) void function(void* jarg1, void* jarg2) vtkOpenGLState_AccumAlphaBits_set; extern(C) void* function(void* jarg1) vtkOpenGLState_AccumAlphaBits_get; extern(C) void function(void* jarg1, void* jarg2) vtkOpenGLState_Max3DTextureSize_set; extern(C) void* function(void* jarg1) vtkOpenGLState_Max3DTextureSize_get; extern(C) void function(void* jarg1, void* jarg2) vtkOpenGLState_AliasedPointSizeRange_set; extern(C) void* function(void* jarg1) vtkOpenGLState_AliasedPointSizeRange_get; extern(C) void function(void* jarg1, void* jarg2) vtkOpenGLState_AliasedLineWidthRange_set; extern(C) void* function(void* jarg1) vtkOpenGLState_AliasedLineWidthRange_get; extern(C) void function(void* jarg1, void* jarg2) vtkOpenGLState_MaxElementsIndices_set; extern(C) void* function(void* jarg1) vtkOpenGLState_MaxElementsIndices_get; extern(C) void function(void* jarg1, void* jarg2) vtkOpenGLState_MaxElementsVertices_set; extern(C) void* function(void* jarg1) vtkOpenGLState_MaxElementsVertices_get; extern(C) void function(void* jarg1, void* jarg2) vtkOpenGLState_MaxColorMatrixStackDepth_set; extern(C) void* function(void* jarg1) vtkOpenGLState_MaxColorMatrixStackDepth_get; extern(C) void function(void* jarg1, void* jarg2) vtkOpenGLState_MaxConvolutionWidth_set; extern(C) void* function(void* jarg1) vtkOpenGLState_MaxConvolutionWidth_get; extern(C) void function(void* jarg1, void* jarg2) vtkOpenGLState_MaxConvolutionHeight_set; extern(C) void* function(void* jarg1) vtkOpenGLState_MaxConvolutionHeight_get; extern(C) void function(void* jarg1, void* jarg2) vtkOpenGLState_MaxCubeMapTextureSize_set; extern(C) void* function(void* jarg1) vtkOpenGLState_MaxCubeMapTextureSize_get; extern(C) void function(void* jarg1, void* jarg2) vtkOpenGLState_MaxTextureUnits_set; extern(C) void* function(void* jarg1) vtkOpenGLState_MaxTextureUnits_get; extern(C) void function(void* jarg1, void* jarg2) vtkOpenGLState_CompressedTextureFormats_set; extern(C) void* function(void* jarg1) vtkOpenGLState_CompressedTextureFormats_get; extern(C) void function(void* jarg1, void* jarg2) vtkOpenGLState_NumCompressedTextureFormats_set; extern(C) void* function(void* jarg1) vtkOpenGLState_NumCompressedTextureFormats_get; extern(C) void function(void* jarg1, void* jarg2) vtkOpenGLState_SampleBuffers_set; extern(C) void* function(void* jarg1) vtkOpenGLState_SampleBuffers_get; extern(C) void function(void* jarg1, void* jarg2) vtkOpenGLState_Samples_set; extern(C) void* function(void* jarg1) vtkOpenGLState_Samples_get; extern(C) void function(void* jarg1, void* jarg2) vtkOpenGLState_MaxTextureLODBias_set; extern(C) void* function(void* jarg1) vtkOpenGLState_MaxTextureLODBias_get; extern(C) void function(void* jarg1, void* jarg2) vtkOpenGLState_QueryCounterBits_set; extern(C) void* function(void* jarg1) vtkOpenGLState_QueryCounterBits_get; extern(C) void function(void* jarg1, void* jarg2) vtkOpenGLState_Extensions_set; extern(C) void* function(void* jarg1) vtkOpenGLState_Extensions_get; extern(C) void function(void* jarg1, void* jarg2) vtkOpenGLState_Renderer_set; extern(C) void* function(void* jarg1) vtkOpenGLState_Renderer_get; extern(C) void function(void* jarg1, void* jarg2) vtkOpenGLState_ShadingLanguageVersion_set; extern(C) void* function(void* jarg1) vtkOpenGLState_ShadingLanguageVersion_get; extern(C) void function(void* jarg1, void* jarg2) vtkOpenGLState_Vendor_set; extern(C) void* function(void* jarg1) vtkOpenGLState_Vendor_get; extern(C) void function(void* jarg1, void* jarg2) vtkOpenGLState_Version_set; extern(C) void* function(void* jarg1) vtkOpenGLState_Version_get; extern(C) void function(void* jarg1, void* jarg2) vtkOpenGLState_MaxVertexAttribs_set; extern(C) void* function(void* jarg1) vtkOpenGLState_MaxVertexAttribs_get; extern(C) void function(void* jarg1, void* jarg2) vtkOpenGLState_MaxVertexUniformComponents_set; extern(C) void* function(void* jarg1) vtkOpenGLState_MaxVertexUniformComponents_get; extern(C) void function(void* jarg1, void* jarg2) vtkOpenGLState_MaxVaryingFloats_set; extern(C) void* function(void* jarg1) vtkOpenGLState_MaxVaryingFloats_get; extern(C) void function(void* jarg1, void* jarg2) vtkOpenGLState_MaxVertexTextureImageUnits_set; extern(C) void* function(void* jarg1) vtkOpenGLState_MaxVertexTextureImageUnits_get; extern(C) void function(void* jarg1, void* jarg2) vtkOpenGLState_MaxTextureImageUnits_set; extern(C) void* function(void* jarg1) vtkOpenGLState_MaxTextureImageUnits_get; extern(C) void function(void* jarg1, void* jarg2) vtkOpenGLState_MaxFragmentUniformComponents_set; extern(C) void* function(void* jarg1) vtkOpenGLState_MaxFragmentUniformComponents_get; extern(C) void function(void* jarg1, void* jarg2) vtkOpenGLState_ListBase_set; extern(C) void* function(void* jarg1) vtkOpenGLState_ListBase_get; extern(C) void function(void* jarg1, void* jarg2) vtkOpenGLState_ListIndex_set; extern(C) void* function(void* jarg1) vtkOpenGLState_ListIndex_get; extern(C) void function(void* jarg1, void* jarg2) vtkOpenGLState_ListMode_set; extern(C) void* function(void* jarg1) vtkOpenGLState_ListMode_get; extern(C) void function(void* jarg1, void* jarg2) vtkOpenGLState_AttribStackDepth_set; extern(C) void* function(void* jarg1) vtkOpenGLState_AttribStackDepth_get; extern(C) void function(void* jarg1, void* jarg2) vtkOpenGLState_ClientAtribStackDepth_set; extern(C) void* function(void* jarg1) vtkOpenGLState_ClientAtribStackDepth_get; extern(C) void function(void* jarg1, void* jarg2) vtkOpenGLState_NameStackDepth_set; extern(C) void* function(void* jarg1) vtkOpenGLState_NameStackDepth_get; extern(C) void function(void* jarg1, void* jarg2) vtkOpenGLState_RenderMode_set; extern(C) void* function(void* jarg1) vtkOpenGLState_RenderMode_get; extern(C) void function(void* jarg1, void* jarg2) vtkOpenGLState_SelectionBufferPointer_set; extern(C) void* function(void* jarg1) vtkOpenGLState_SelectionBufferPointer_get; extern(C) void function(void* jarg1, void* jarg2) vtkOpenGLState_SelectionBufferSize_set; extern(C) void* function(void* jarg1) vtkOpenGLState_SelectionBufferSize_get; extern(C) void function(void* jarg1, void* jarg2) vtkOpenGLState_FeedbackBufferPointer_set; extern(C) void* function(void* jarg1) vtkOpenGLState_FeedbackBufferPointer_get; extern(C) void function(void* jarg1, void* jarg2) vtkOpenGLState_FeedbackBufferSize_set; extern(C) void* function(void* jarg1) vtkOpenGLState_FeedbackBufferSize_get; extern(C) void function(void* jarg1, void* jarg2) vtkOpenGLState_FeedbackBufferType_set; extern(C) void* function(void* jarg1) vtkOpenGLState_FeedbackBufferType_get; extern(C) void function(void* jarg1, void* jarg2) vtkOpenGLState_ErrorCode_set; extern(C) void* function(void* jarg1) vtkOpenGLState_ErrorCode_get; extern(C) void function(void* jarg1, void* jarg2) vtkOpenGLState_CurrentQuery_set; extern(C) void* function(void* jarg1) vtkOpenGLState_CurrentQuery_get; extern(C) void function(void* jarg1, void* jarg2) vtkOpenGLState_FrameBufferBinding_set; extern(C) void* function(void* jarg1) vtkOpenGLState_FrameBufferBinding_get; extern(C) void function(void* jarg1, void* jarg2) vtkOpenGLState_Read_set; extern(C) void* function(void* jarg1) vtkOpenGLState_Read_get; extern(C) void* function() vtkAngleRepresentation2D_New; extern(C) int function(const(char)* jarg1) vtkAngleRepresentation2D_IsTypeOf; extern(C) void* function(void* jarg1) vtkAngleRepresentation2D_SafeDownCast; extern(C) void* function(void* jarg1) vtkAngleRepresentation2D_NewInstance; extern(C) void* function(void* jarg1) vtkAngleRepresentation2D_GetRay1; extern(C) void* function(void* jarg1) vtkAngleRepresentation2D_GetRay2; extern(C) void* function(void* jarg1) vtkAngleRepresentation2D_GetArc; extern(C) void* function(void* objectRef) vtkAngleRepresentation2D_Upcast; extern(C) int function(const(char)* jarg1) vtkVolumeTextureMapper3D_IsTypeOf; extern(C) void* function(void* jarg1) vtkVolumeTextureMapper3D_SafeDownCast; extern(C) void* function(void* jarg1) vtkVolumeTextureMapper3D_NewInstance; extern(C) void* function() vtkVolumeTextureMapper3D_New; extern(C) void function(void* jarg1, float jarg2) vtkVolumeTextureMapper3D_SetSampleDistance; extern(C) float function(void* jarg1) vtkVolumeTextureMapper3D_GetSampleDistance; extern(C) void* function(void* jarg1) vtkVolumeTextureMapper3D_GetVolumeDimensions__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkVolumeTextureMapper3D_GetVolumeDimensions__SWIG_1; extern(C) void* function(void* jarg1) vtkVolumeTextureMapper3D_GetVolumeSpacing__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkVolumeTextureMapper3D_GetVolumeSpacing__SWIG_1; extern(C) int function(void* jarg1, void* jarg2, void* jarg3) vtkVolumeTextureMapper3D_IsRenderSupported; extern(C) int function(void* jarg1) vtkVolumeTextureMapper3D_GetNumberOfPolygons; extern(C) float function(void* jarg1) vtkVolumeTextureMapper3D_GetActualSampleDistance; extern(C) void function(void* jarg1, int jarg2) vtkVolumeTextureMapper3D_SetPreferredRenderMethod; extern(C) int function(void* jarg1) vtkVolumeTextureMapper3D_GetPreferredRenderMethodMinValue; extern(C) int function(void* jarg1) vtkVolumeTextureMapper3D_GetPreferredRenderMethodMaxValue; extern(C) void function(void* jarg1) vtkVolumeTextureMapper3D_SetPreferredMethodToFragmentProgram; extern(C) void function(void* jarg1) vtkVolumeTextureMapper3D_SetPreferredMethodToNVidia; extern(C) int function(void* jarg1) vtkVolumeTextureMapper3D_GetPreferredRenderMethod; extern(C) void function(void* jarg1, uint jarg2) vtkVolumeTextureMapper3D_SetUseCompressedTexture; extern(C) uint function(void* jarg1) vtkVolumeTextureMapper3D_GetUseCompressedTexture; extern(C) void* function(void* objectRef) vtkVolumeTextureMapper3D_Upcast; extern(C) int function(const(char)* jarg1) vtkOpenGLVolumeTextureMapper3D_IsTypeOf; extern(C) void* function(void* jarg1) vtkOpenGLVolumeTextureMapper3D_SafeDownCast; extern(C) void* function(void* jarg1) vtkOpenGLVolumeTextureMapper3D_NewInstance; extern(C) void* function() vtkOpenGLVolumeTextureMapper3D_New; extern(C) int function(void* jarg1) vtkOpenGLVolumeTextureMapper3D_GetInitialized; extern(C) void* function(void* objectRef) vtkOpenGLVolumeTextureMapper3D_Upcast; extern(C) void* function() vtkGeoTransform_New; extern(C) int function(const(char)* jarg1) vtkGeoTransform_IsTypeOf; extern(C) void* function(void* jarg1) vtkGeoTransform_SafeDownCast; extern(C) void* function(void* jarg1) vtkGeoTransform_NewInstance; extern(C) void function(void* jarg1, void* jarg2) vtkGeoTransform_SetSourceProjection; extern(C) void* function(void* jarg1) vtkGeoTransform_GetSourceProjection; extern(C) void function(void* jarg1, void* jarg2) vtkGeoTransform_SetDestinationProjection; extern(C) void* function(void* jarg1) vtkGeoTransform_GetDestinationProjection; extern(C) void function(void* jarg1, void* jarg2, void* jarg3) vtkGeoTransform_InternalTransformPoint__SWIG_0; extern(C) void function(void* jarg1, void* jarg2, void* jarg3) vtkGeoTransform_InternalTransformPoint__SWIG_1; extern(C) void function(void* jarg1, void* jarg2, void* jarg3, void* jarg4) vtkGeoTransform_InternalTransformDerivative__SWIG_0; extern(C) void function(void* jarg1, void* jarg2, void* jarg3, void* jarg4) vtkGeoTransform_InternalTransformDerivative__SWIG_1; extern(C) void* function(void* objectRef) vtkGeoTransform_Upcast; extern(C) int function(const(char)* jarg1) vtkSpherePuzzle_IsTypeOf; extern(C) void* function(void* jarg1) vtkSpherePuzzle_SafeDownCast; extern(C) void* function(void* jarg1) vtkSpherePuzzle_NewInstance; extern(C) void* function() vtkSpherePuzzle_New; extern(C) void function(void* jarg1) vtkSpherePuzzle_Reset; extern(C) void function(void* jarg1, int jarg2, int jarg3, int jarg4) vtkSpherePuzzle_MoveHorizontal; extern(C) void function(void* jarg1, int jarg2, int jarg3, int jarg4) vtkSpherePuzzle_MoveVertical; extern(C) int function(void* jarg1, double jarg2, double jarg3, double jarg4) vtkSpherePuzzle_SetPoint; extern(C) void function(void* jarg1, int jarg2) vtkSpherePuzzle_MovePoint; extern(C) void* function(void* jarg1) vtkSpherePuzzle_GetState; extern(C) void* function(void* objectRef) vtkSpherePuzzle_Upcast; extern(C) void* function() vtkXMLMultiBlockDataReader_New; extern(C) int function(const(char)* jarg1) vtkXMLMultiBlockDataReader_IsTypeOf; extern(C) void* function(void* jarg1) vtkXMLMultiBlockDataReader_SafeDownCast; extern(C) void* function(void* jarg1) vtkXMLMultiBlockDataReader_NewInstance; extern(C) void* function(void* objectRef) vtkXMLMultiBlockDataReader_Upcast; extern(C) void* function() vtkXMLMultiGroupDataReader_New; extern(C) int function(const(char)* jarg1) vtkXMLMultiGroupDataReader_IsTypeOf; extern(C) void* function(void* jarg1) vtkXMLMultiGroupDataReader_SafeDownCast; extern(C) void* function(void* jarg1) vtkXMLMultiGroupDataReader_NewInstance; extern(C) void* function(void* objectRef) vtkXMLMultiGroupDataReader_Upcast; extern(C) void* function() vtkMoleculeAlgorithm_New; extern(C) int function(const(char)* jarg1) vtkMoleculeAlgorithm_IsTypeOf; extern(C) void* function(void* jarg1) vtkMoleculeAlgorithm_SafeDownCast; extern(C) void* function(void* jarg1) vtkMoleculeAlgorithm_NewInstance; extern(C) void* function(void* jarg1) vtkMoleculeAlgorithm_GetOutput__SWIG_0; extern(C) void* function(void* jarg1, int jarg2) vtkMoleculeAlgorithm_GetOutput__SWIG_1; extern(C) void function(void* jarg1, void* jarg2) vtkMoleculeAlgorithm_SetOutput; extern(C) void* function(void* jarg1) vtkMoleculeAlgorithm_GetInput__SWIG_0; extern(C) void* function(void* jarg1, int jarg2) vtkMoleculeAlgorithm_GetInput__SWIG_1; extern(C) void* function(void* jarg1, int jarg2) vtkMoleculeAlgorithm_GetMoleculeInput; extern(C) void function(void* jarg1, void* jarg2) vtkMoleculeAlgorithm_SetInputData__SWIG_0; extern(C) void function(void* jarg1, int jarg2, void* jarg3) vtkMoleculeAlgorithm_SetInputData__SWIG_1; extern(C) void function(void* jarg1, void* jarg2) vtkMoleculeAlgorithm_AddInputData__SWIG_0; extern(C) void function(void* jarg1, int jarg2, void* jarg3) vtkMoleculeAlgorithm_AddInputData__SWIG_1; extern(C) void* function(void* objectRef) vtkMoleculeAlgorithm_Upcast; extern(C) void* function() vtkSimpleBondPerceiver_New; extern(C) int function(const(char)* jarg1) vtkSimpleBondPerceiver_IsTypeOf; extern(C) void* function(void* jarg1) vtkSimpleBondPerceiver_SafeDownCast; extern(C) void* function(void* jarg1) vtkSimpleBondPerceiver_NewInstance; extern(C) void function(void* jarg1, float jarg2) vtkSimpleBondPerceiver_SetTolerance; extern(C) float function(void* jarg1) vtkSimpleBondPerceiver_GetTolerance; extern(C) void* function(void* objectRef) vtkSimpleBondPerceiver_Upcast; extern(C) int function(const(char)* jarg1) vtkProcessGroup_IsTypeOf; extern(C) void* function(void* jarg1) vtkProcessGroup_SafeDownCast; extern(C) void* function(void* jarg1) vtkProcessGroup_NewInstance; extern(C) void* function() vtkProcessGroup_New; extern(C) void function(void* jarg1, void* jarg2) vtkProcessGroup_Initialize__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkProcessGroup_Initialize__SWIG_1; extern(C) void* function(void* jarg1) vtkProcessGroup_GetCommunicator; extern(C) void function(void* jarg1, void* jarg2) vtkProcessGroup_SetCommunicator; extern(C) int function(void* jarg1) vtkProcessGroup_GetNumberOfProcessIds; extern(C) int function(void* jarg1, int jarg2) vtkProcessGroup_GetProcessId; extern(C) int function(void* jarg1) vtkProcessGroup_GetLocalProcessId; extern(C) int function(void* jarg1, int jarg2) vtkProcessGroup_FindProcessId; extern(C) int function(void* jarg1, int jarg2) vtkProcessGroup_AddProcessId; extern(C) int function(void* jarg1, int jarg2) vtkProcessGroup_RemoveProcessId; extern(C) void function(void* jarg1) vtkProcessGroup_RemoveAllProcessIds; extern(C) void function(void* jarg1, void* jarg2) vtkProcessGroup_Copy; extern(C) void* function(void* objectRef) vtkProcessGroup_Upcast; extern(C) int function(const(char)* jarg1) vtkInformationDataObjectKey_IsTypeOf; extern(C) void* function(void* jarg1) vtkInformationDataObjectKey_SafeDownCast; extern(C) void* function(void* jarg1) vtkInformationDataObjectKey_NewInstance; extern(C) void* function(const(char)* jarg1, const(char)* jarg2) new_vtkInformationDataObjectKey; extern(C) void function(void* jarg1) delete_vtkInformationDataObjectKey; extern(C) void* function(void* objectRef) vtkInformationDataObjectKey_Upcast; extern(C) void* function() vtkImageSlab_New; extern(C) int function(const(char)* jarg1) vtkImageSlab_IsTypeOf; extern(C) void* function(void* jarg1) vtkImageSlab_SafeDownCast; extern(C) void* function(void* jarg1) vtkImageSlab_NewInstance; extern(C) void function(void* jarg1, int jarg2) vtkImageSlab_SetOrientation; extern(C) int function(void* jarg1) vtkImageSlab_GetOrientationMinValue; extern(C) int function(void* jarg1) vtkImageSlab_GetOrientationMaxValue; extern(C) void function(void* jarg1) vtkImageSlab_SetOrientationToX; extern(C) void function(void* jarg1) vtkImageSlab_SetOrientationToY; extern(C) void function(void* jarg1) vtkImageSlab_SetOrientationToZ; extern(C) int function(void* jarg1) vtkImageSlab_GetOrientation; extern(C) void function(void* jarg1, int jarg2, int jarg3) vtkImageSlab_SetSliceRange__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkImageSlab_SetSliceRange__SWIG_1; extern(C) void* function(void* jarg1) vtkImageSlab_GetSliceRange__SWIG_0; extern(C) void function(void* jarg1, void* jarg2, void* jarg3) vtkImageSlab_GetSliceRange__SWIG_1; extern(C) void function(void* jarg1, void* jarg2) vtkImageSlab_GetSliceRange__SWIG_2; extern(C) void function(void* jarg1, int jarg2) vtkImageSlab_SetOperation; extern(C) int function(void* jarg1) vtkImageSlab_GetOperationMinValue; extern(C) int function(void* jarg1) vtkImageSlab_GetOperationMaxValue; extern(C) void function(void* jarg1) vtkImageSlab_SetOperationToMin; extern(C) void function(void* jarg1) vtkImageSlab_SetOperationToMax; extern(C) void function(void* jarg1) vtkImageSlab_SetOperationToMean; extern(C) void function(void* jarg1) vtkImageSlab_SetOperationToSum; extern(C) int function(void* jarg1) vtkImageSlab_GetOperation; extern(C) const(char)* function(void* jarg1) vtkImageSlab_GetOperationAsString; extern(C) void function(void* jarg1, int jarg2) vtkImageSlab_SetTrapezoidIntegration; extern(C) void function(void* jarg1) vtkImageSlab_TrapezoidIntegrationOn; extern(C) void function(void* jarg1) vtkImageSlab_TrapezoidIntegrationOff; extern(C) int function(void* jarg1) vtkImageSlab_GetTrapezoidIntegration; extern(C) void function(void* jarg1, int jarg2) vtkImageSlab_SetMultiSliceOutput; extern(C) void function(void* jarg1) vtkImageSlab_MultiSliceOutputOn; extern(C) void function(void* jarg1) vtkImageSlab_MultiSliceOutputOff; extern(C) int function(void* jarg1) vtkImageSlab_GetMultiSliceOutput; extern(C) void function(void* jarg1) vtkImageSlab_SetOutputScalarTypeToFloat; extern(C) void function(void* jarg1) vtkImageSlab_SetOutputScalarTypeToDouble; extern(C) void function(void* jarg1) vtkImageSlab_SetOutputScalarTypeToInputScalarType; extern(C) int function(void* jarg1) vtkImageSlab_GetOutputScalarType; extern(C) void* function(void* objectRef) vtkImageSlab_Upcast; extern(C) void* function() vtkMoleculeMapper_New; extern(C) int function(const(char)* jarg1) vtkMoleculeMapper_IsTypeOf; extern(C) void* function(void* jarg1) vtkMoleculeMapper_SafeDownCast; extern(C) void* function(void* jarg1) vtkMoleculeMapper_NewInstance; extern(C) void function(void* jarg1, void* jarg2) vtkMoleculeMapper_SetInputData; extern(C) void* function(void* jarg1) vtkMoleculeMapper_GetInput; extern(C) void function(void* jarg1) vtkMoleculeMapper_UseBallAndStickSettings; extern(C) void function(void* jarg1) vtkMoleculeMapper_UseVDWSpheresSettings; extern(C) void function(void* jarg1) vtkMoleculeMapper_UseLiquoriceStickSettings; extern(C) void function(void* jarg1) vtkMoleculeMapper_UseFastSettings; extern(C) uint function(void* jarg1) vtkMoleculeMapper_GetRenderAtoms; extern(C) void function(void* jarg1, uint jarg2) vtkMoleculeMapper_SetRenderAtoms; extern(C) void function(void* jarg1) vtkMoleculeMapper_RenderAtomsOn; extern(C) void function(void* jarg1) vtkMoleculeMapper_RenderAtomsOff; extern(C) uint function(void* jarg1) vtkMoleculeMapper_GetRenderBonds; extern(C) void function(void* jarg1, uint jarg2) vtkMoleculeMapper_SetRenderBonds; extern(C) void function(void* jarg1) vtkMoleculeMapper_RenderBondsOn; extern(C) void function(void* jarg1) vtkMoleculeMapper_RenderBondsOff; extern(C) int function(void* jarg1) vtkMoleculeMapper_GetAtomicRadiusType; extern(C) void function(void* jarg1, int jarg2) vtkMoleculeMapper_SetAtomicRadiusType; extern(C) const(char)* function(void* jarg1) vtkMoleculeMapper_GetAtomicRadiusTypeAsString; extern(C) void function(void* jarg1) vtkMoleculeMapper_SetAtomicRadiusTypeToCovalentRadius; extern(C) void function(void* jarg1) vtkMoleculeMapper_SetAtomicRadiusTypeToVDWRadius; extern(C) void function(void* jarg1) vtkMoleculeMapper_SetAtomicRadiusTypeToUnitRadius; extern(C) float function(void* jarg1) vtkMoleculeMapper_GetAtomicRadiusScaleFactor; extern(C) void function(void* jarg1, float jarg2) vtkMoleculeMapper_SetAtomicRadiusScaleFactor; extern(C) uint function(void* jarg1) vtkMoleculeMapper_GetUseMultiCylindersForBonds; extern(C) void function(void* jarg1, uint jarg2) vtkMoleculeMapper_SetUseMultiCylindersForBonds; extern(C) void function(void* jarg1) vtkMoleculeMapper_UseMultiCylindersForBondsOn; extern(C) void function(void* jarg1) vtkMoleculeMapper_UseMultiCylindersForBondsOff; extern(C) int function(void* jarg1) vtkMoleculeMapper_GetBondColorMode; extern(C) void function(void* jarg1, int jarg2) vtkMoleculeMapper_SetBondColorMode; extern(C) const(char)* function(void* jarg1) vtkMoleculeMapper_GetBondColorModeAsString; extern(C) void function(void* jarg1) vtkMoleculeMapper_SetBondColorModeToSingleColor; extern(C) void function(void* jarg1) vtkMoleculeMapper_SetBondColorModeToDiscreteByAtom; extern(C) void* function(void* jarg1) vtkMoleculeMapper_GetBondColor__SWIG_0; extern(C) void function(void* jarg1, void* jarg2, void* jarg3, void* jarg4) vtkMoleculeMapper_GetBondColor__SWIG_1; extern(C) void function(void* jarg1, void* jarg2) vtkMoleculeMapper_GetBondColor__SWIG_2; extern(C) void function(void* jarg1, ubyte jarg2, ubyte jarg3, ubyte jarg4) vtkMoleculeMapper_SetBondColor__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkMoleculeMapper_SetBondColor__SWIG_1; extern(C) float function(void* jarg1) vtkMoleculeMapper_GetBondRadius; extern(C) void function(void* jarg1, float jarg2) vtkMoleculeMapper_SetBondRadius; extern(C) void function(void* jarg1, void* jarg2, void* jarg3, void* jarg4) vtkMoleculeMapper_GetSelectedAtomsAndBonds; extern(C) void function(void* jarg1, void* jarg2, void* jarg3) vtkMoleculeMapper_GetSelectedAtoms; extern(C) void function(void* jarg1, void* jarg2, void* jarg3) vtkMoleculeMapper_GetSelectedBonds; extern(C) void* function(void* jarg1) vtkMoleculeMapper_GetBounds__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkMoleculeMapper_GetBounds__SWIG_1; extern(C) int function(void* jarg1, int jarg2, void* jarg3) vtkMoleculeMapper_FillInputPortInformation; extern(C) void* function(void* objectRef) vtkMoleculeMapper_Upcast; extern(C) int function(const(char)* jarg1) vtkFreeTypeStringToImage_IsTypeOf; extern(C) void* function(void* jarg1) vtkFreeTypeStringToImage_SafeDownCast; extern(C) void* function(void* jarg1) vtkFreeTypeStringToImage_NewInstance; extern(C) void* function() vtkFreeTypeStringToImage_New; extern(C) void* function(void* jarg1, void* jarg2, void* jarg3) vtkFreeTypeStringToImage_GetBounds__SWIG_0; extern(C) void* function(void* jarg1, void* jarg2, void* jarg3) vtkFreeTypeStringToImage_GetBounds__SWIG_1; extern(C) int function(void* jarg1, void* jarg2, void* jarg3, void* jarg4, void* jarg5) vtkFreeTypeStringToImage_RenderString__SWIG_0; extern(C) int function(void* jarg1, void* jarg2, void* jarg3, void* jarg4) vtkFreeTypeStringToImage_RenderString__SWIG_1; extern(C) int function(void* jarg1, void* jarg2, void* jarg3, void* jarg4, void* jarg5) vtkFreeTypeStringToImage_RenderString__SWIG_2; extern(C) int function(void* jarg1, void* jarg2, void* jarg3, void* jarg4) vtkFreeTypeStringToImage_RenderString__SWIG_3; extern(C) void function(void* jarg1, void* jarg2) vtkFreeTypeStringToImage_DeepCopy; extern(C) void* function(void* objectRef) vtkFreeTypeStringToImage_Upcast; extern(C) void* function() vtkRectilinearGrid_New; extern(C) int function(const(char)* jarg1) vtkRectilinearGrid_IsTypeOf; extern(C) void* function(void* jarg1) vtkRectilinearGrid_SafeDownCast; extern(C) void* function(void* jarg1) vtkRectilinearGrid_NewInstance; extern(C) void* function(void* jarg1, long jarg2) vtkRectilinearGrid_GetPoint__SWIG_0; extern(C) void function(void* jarg1, long jarg2, void* jarg3) vtkRectilinearGrid_GetPoint__SWIG_1; extern(C) void* function(void* jarg1, long jarg2) vtkRectilinearGrid_GetCell__SWIG_0; extern(C) void function(void* jarg1, long jarg2, void* jarg3) vtkRectilinearGrid_GetCell__SWIG_1; extern(C) long function(void* jarg1, double jarg2, double jarg3, double jarg4) vtkRectilinearGrid_FindPoint__SWIG_0; extern(C) long function(void* jarg1, void* jarg2) vtkRectilinearGrid_FindPoint__SWIG_1; extern(C) long function(void* jarg1, void* jarg2, void* jarg3, long jarg4, double jarg5, void* jarg6, void* jarg7, void* jarg8) vtkRectilinearGrid_FindCell__SWIG_0; extern(C) long function(void* jarg1, void* jarg2, void* jarg3, void* jarg4, long jarg5, double jarg6, void* jarg7, void* jarg8, void* jarg9) vtkRectilinearGrid_FindCell__SWIG_1; extern(C) void function(void* jarg1, void* jarg2) vtkRectilinearGrid_GetPoints; extern(C) void function(void* jarg1, int jarg2, int jarg3, int jarg4) vtkRectilinearGrid_SetDimensions__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkRectilinearGrid_SetDimensions__SWIG_1; extern(C) void* function(void* jarg1) vtkRectilinearGrid_GetDimensions__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkRectilinearGrid_GetDimensions__SWIG_1; extern(C) int function(void* jarg1) vtkRectilinearGrid_GetDataDimension; extern(C) int function(void* jarg1, void* jarg2, void* jarg3, void* jarg4) vtkRectilinearGrid_ComputeStructuredCoordinates; extern(C) long function(void* jarg1, void* jarg2) vtkRectilinearGrid_ComputePointId; extern(C) long function(void* jarg1, void* jarg2) vtkRectilinearGrid_ComputeCellId; extern(C) void function(void* jarg1, int jarg2, int jarg3, int jarg4, void* jarg5) vtkRectilinearGrid_GetPoint__SWIG_2; extern(C) void function(void* jarg1, void* jarg2) vtkRectilinearGrid_SetXCoordinates; extern(C) void* function(void* jarg1) vtkRectilinearGrid_GetXCoordinates; extern(C) void function(void* jarg1, void* jarg2) vtkRectilinearGrid_SetYCoordinates; extern(C) void* function(void* jarg1) vtkRectilinearGrid_GetYCoordinates; extern(C) void function(void* jarg1, void* jarg2) vtkRectilinearGrid_SetZCoordinates; extern(C) void* function(void* jarg1) vtkRectilinearGrid_GetZCoordinates; extern(C) void function(void* jarg1, void* jarg2) vtkRectilinearGrid_SetExtent__SWIG_0; extern(C) void function(void* jarg1, int jarg2, int jarg3, int jarg4, int jarg5, int jarg6, int jarg7) vtkRectilinearGrid_SetExtent__SWIG_1; extern(C) void* function(void* jarg1) vtkRectilinearGrid_GetExtent__SWIG_0; extern(C) void function(void* jarg1, void* jarg2, void* jarg3, void* jarg4, void* jarg5, void* jarg6, void* jarg7) vtkRectilinearGrid_GetExtent__SWIG_1; extern(C) void function(void* jarg1, void* jarg2) vtkRectilinearGrid_GetExtent__SWIG_2; extern(C) void* function(void* objectRef) vtkRectilinearGrid_Upcast; extern(C) void* function() vtkRectilinearGridAlgorithm_New; extern(C) int function(const(char)* jarg1) vtkRectilinearGridAlgorithm_IsTypeOf; extern(C) void* function(void* jarg1) vtkRectilinearGridAlgorithm_SafeDownCast; extern(C) void* function(void* jarg1) vtkRectilinearGridAlgorithm_NewInstance; extern(C) void* function(void* jarg1) vtkRectilinearGridAlgorithm_GetOutput__SWIG_0; extern(C) void* function(void* jarg1, int jarg2) vtkRectilinearGridAlgorithm_GetOutput__SWIG_1; extern(C) void function(void* jarg1, void* jarg2) vtkRectilinearGridAlgorithm_SetOutput; extern(C) void* function(void* jarg1) vtkRectilinearGridAlgorithm_GetInput__SWIG_0; extern(C) void* function(void* jarg1, int jarg2) vtkRectilinearGridAlgorithm_GetInput__SWIG_1; extern(C) void* function(void* jarg1, int jarg2) vtkRectilinearGridAlgorithm_GetRectilinearGridInput; extern(C) void function(void* jarg1, void* jarg2) vtkRectilinearGridAlgorithm_SetInputData__SWIG_0; extern(C) void function(void* jarg1, int jarg2, void* jarg3) vtkRectilinearGridAlgorithm_SetInputData__SWIG_1; extern(C) void function(void* jarg1, void* jarg2) vtkRectilinearGridAlgorithm_AddInputData__SWIG_0; extern(C) void function(void* jarg1, int jarg2, void* jarg3) vtkRectilinearGridAlgorithm_AddInputData__SWIG_1; extern(C) void* function(void* objectRef) vtkRectilinearGridAlgorithm_Upcast; extern(C) void* function() vtkTreeBFSIterator_New; extern(C) int function(const(char)* jarg1) vtkTreeBFSIterator_IsTypeOf; extern(C) void* function(void* jarg1) vtkTreeBFSIterator_SafeDownCast; extern(C) void* function(void* jarg1) vtkTreeBFSIterator_NewInstance; extern(C) void* function(void* objectRef) vtkTreeBFSIterator_Upcast; extern(C) void* function() vtkActorCollection_New; extern(C) int function(const(char)* jarg1) vtkActorCollection_IsTypeOf; extern(C) void* function(void* jarg1) vtkActorCollection_SafeDownCast; extern(C) void* function(void* jarg1) vtkActorCollection_NewInstance; extern(C) void function(void* jarg1, void* jarg2) vtkActorCollection_AddItem; extern(C) void* function(void* jarg1) vtkActorCollection_GetNextActor; extern(C) void* function(void* jarg1) vtkActorCollection_GetLastActor; extern(C) void* function(void* jarg1) vtkActorCollection_GetNextItem; extern(C) void* function(void* jarg1) vtkActorCollection_GetLastItem; extern(C) void function(void* jarg1, void* jarg2) vtkActorCollection_ApplyProperties; extern(C) void* function(void* objectRef) vtkActorCollection_Upcast; extern(C) void* function() vtkGPUInfoList_New; extern(C) int function(const(char)* jarg1) vtkGPUInfoList_IsTypeOf; extern(C) void* function(void* jarg1) vtkGPUInfoList_SafeDownCast; extern(C) void* function(void* jarg1) vtkGPUInfoList_NewInstance; extern(C) void function(void* jarg1) vtkGPUInfoList_Probe; extern(C) uint function(void* jarg1) vtkGPUInfoList_IsProbed; extern(C) int function(void* jarg1) vtkGPUInfoList_GetNumberOfGPUs; extern(C) void* function(void* jarg1, int jarg2) vtkGPUInfoList_GetGPUInfo; extern(C) void* function(void* objectRef) vtkGPUInfoList_Upcast; extern(C) void* function() vtkScalarsToColorsPainter_New; extern(C) int function(const(char)* jarg1) vtkScalarsToColorsPainter_IsTypeOf; extern(C) void* function(void* jarg1) vtkScalarsToColorsPainter_SafeDownCast; extern(C) void* function(void* jarg1) vtkScalarsToColorsPainter_NewInstance; extern(C) void* function() vtkScalarsToColorsPainter_USE_LOOKUP_TABLE_SCALAR_RANGE; extern(C) void* function() vtkScalarsToColorsPainter_SCALAR_RANGE; extern(C) void* function() vtkScalarsToColorsPainter_SCALAR_MODE; extern(C) void* function() vtkScalarsToColorsPainter_COLOR_MODE; extern(C) void* function() vtkScalarsToColorsPainter_INTERPOLATE_SCALARS_BEFORE_MAPPING; extern(C) void* function() vtkScalarsToColorsPainter_LOOKUP_TABLE; extern(C) void function(void* jarg1, void* jarg2) vtkScalarsToColorsPainter_SetLookupTable; extern(C) void* function(void* jarg1) vtkScalarsToColorsPainter_GetLookupTable; extern(C) void function(void* jarg1) vtkScalarsToColorsPainter_CreateDefaultLookupTable; extern(C) void* function() vtkScalarsToColorsPainter_SCALAR_VISIBILITY; extern(C) void* function() vtkScalarsToColorsPainter_ARRAY_ACCESS_MODE; extern(C) void* function() vtkScalarsToColorsPainter_ARRAY_ID; extern(C) void* function() vtkScalarsToColorsPainter_ARRAY_NAME; extern(C) void* function() vtkScalarsToColorsPainter_ARRAY_COMPONENT; extern(C) void* function() vtkScalarsToColorsPainter_SCALAR_MATERIAL_MODE; extern(C) int function(void* jarg1, void* jarg2) vtkScalarsToColorsPainter_GetPremultiplyColorsWithAlpha; extern(C) long function(void* jarg1) vtkScalarsToColorsPainter_GetTextureSizeLimit; extern(C) void* function() new_vtkScalarsToColorsPainter; extern(C) void function(void* jarg1) delete_vtkScalarsToColorsPainter; extern(C) void* function(void* objectRef) vtkScalarsToColorsPainter_Upcast; extern(C) int function(const(char)* jarg1) vtkTableToDatabaseWriter_IsTypeOf; extern(C) void* function(void* jarg1) vtkTableToDatabaseWriter_SafeDownCast; extern(C) void* function(void* jarg1) vtkTableToDatabaseWriter_NewInstance; extern(C) uint function(void* jarg1, void* jarg2) vtkTableToDatabaseWriter_SetDatabase; extern(C) uint function(void* jarg1, const(char)* jarg2) vtkTableToDatabaseWriter_SetTableName; extern(C) uint function(void* jarg1) vtkTableToDatabaseWriter_TableNameIsNew; extern(C) void* function(void* jarg1) vtkTableToDatabaseWriter_GetDatabase; extern(C) void* function(void* jarg1) vtkTableToDatabaseWriter_GetInput__SWIG_0; extern(C) void* function(void* jarg1, int jarg2) vtkTableToDatabaseWriter_GetInput__SWIG_1; extern(C) void* function(void* objectRef) vtkTableToDatabaseWriter_Upcast; extern(C) void* function() vtkTableToSQLiteWriter_New; extern(C) int function(const(char)* jarg1) vtkTableToSQLiteWriter_IsTypeOf; extern(C) void* function(void* jarg1) vtkTableToSQLiteWriter_SafeDownCast; extern(C) void* function(void* jarg1) vtkTableToSQLiteWriter_NewInstance; extern(C) void* function(void* jarg1) vtkTableToSQLiteWriter_GetInput__SWIG_0; extern(C) void* function(void* jarg1, int jarg2) vtkTableToSQLiteWriter_GetInput__SWIG_1; extern(C) void* function(void* objectRef) vtkTableToSQLiteWriter_Upcast; extern(C) void* function() vtkKdTreeSelector_New; extern(C) int function(const(char)* jarg1) vtkKdTreeSelector_IsTypeOf; extern(C) void* function(void* jarg1) vtkKdTreeSelector_SafeDownCast; extern(C) void* function(void* jarg1) vtkKdTreeSelector_NewInstance; extern(C) void function(void* jarg1, void* jarg2) vtkKdTreeSelector_SetKdTree; extern(C) void* function(void* jarg1) vtkKdTreeSelector_GetKdTree; extern(C) void function(void* jarg1, double jarg2, double jarg3, double jarg4, double jarg5, double jarg6, double jarg7) vtkKdTreeSelector_SetSelectionBounds__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkKdTreeSelector_SetSelectionBounds__SWIG_1; extern(C) void* function(void* jarg1) vtkKdTreeSelector_GetSelectionBounds__SWIG_0; extern(C) void function(void* jarg1, void* jarg2, void* jarg3, void* jarg4, void* jarg5, void* jarg6, void* jarg7) vtkKdTreeSelector_GetSelectionBounds__SWIG_1; extern(C) void function(void* jarg1, void* jarg2) vtkKdTreeSelector_GetSelectionBounds__SWIG_2; extern(C) void function(void* jarg1, const(char)* jarg2) vtkKdTreeSelector_SetSelectionFieldName; extern(C) const(char)* function(void* jarg1) vtkKdTreeSelector_GetSelectionFieldName; extern(C) void function(void* jarg1, int jarg2) vtkKdTreeSelector_SetSelectionAttribute; extern(C) int function(void* jarg1) vtkKdTreeSelector_GetSelectionAttribute; extern(C) void function(void* jarg1, uint jarg2) vtkKdTreeSelector_SetSingleSelection; extern(C) uint function(void* jarg1) vtkKdTreeSelector_GetSingleSelection; extern(C) void function(void* jarg1) vtkKdTreeSelector_SingleSelectionOn; extern(C) void function(void* jarg1) vtkKdTreeSelector_SingleSelectionOff; extern(C) void function(void* jarg1, double jarg2) vtkKdTreeSelector_SetSingleSelectionThreshold; extern(C) double function(void* jarg1) vtkKdTreeSelector_GetSingleSelectionThreshold; extern(C) void* function(void* objectRef) vtkKdTreeSelector_Upcast; extern(C) int function(const(char)* jarg1) vtkPlotPoints3D_IsTypeOf; extern(C) void* function(void* jarg1) vtkPlotPoints3D_SafeDownCast; extern(C) void* function(void* jarg1) vtkPlotPoints3D_NewInstance; extern(C) void* function() vtkPlotPoints3D_New; extern(C) void* function() new_vtkPlotPoints3D; extern(C) void function(void* jarg1) delete_vtkPlotPoints3D; extern(C) void* function(void* objectRef) vtkPlotPoints3D_Upcast; extern(C) int function(const(char)* jarg1) vtkPlotLine3D_IsTypeOf; extern(C) void* function(void* jarg1) vtkPlotLine3D_SafeDownCast; extern(C) void* function(void* jarg1) vtkPlotLine3D_NewInstance; extern(C) void* function() vtkPlotLine3D_New; extern(C) void* function() new_vtkPlotLine3D; extern(C) void function(void* jarg1) delete_vtkPlotLine3D; extern(C) void* function(void* objectRef) vtkPlotLine3D_Upcast; extern(C) void* function() vtkImageChangeInformation_New; extern(C) int function(const(char)* jarg1) vtkImageChangeInformation_IsTypeOf; extern(C) void* function(void* jarg1) vtkImageChangeInformation_SafeDownCast; extern(C) void* function(void* jarg1) vtkImageChangeInformation_NewInstance; extern(C) void function(void* jarg1, void* jarg2) vtkImageChangeInformation_SetInformationInputData; extern(C) void* function(void* jarg1) vtkImageChangeInformation_GetInformationInput; extern(C) void function(void* jarg1, int jarg2, int jarg3, int jarg4) vtkImageChangeInformation_SetOutputExtentStart__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkImageChangeInformation_SetOutputExtentStart__SWIG_1; extern(C) void* function(void* jarg1) vtkImageChangeInformation_GetOutputExtentStart__SWIG_0; extern(C) void function(void* jarg1, void* jarg2, void* jarg3, void* jarg4) vtkImageChangeInformation_GetOutputExtentStart__SWIG_1; extern(C) void function(void* jarg1, void* jarg2) vtkImageChangeInformation_GetOutputExtentStart__SWIG_2; extern(C) void function(void* jarg1, double jarg2, double jarg3, double jarg4) vtkImageChangeInformation_SetOutputSpacing__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkImageChangeInformation_SetOutputSpacing__SWIG_1; extern(C) void* function(void* jarg1) vtkImageChangeInformation_GetOutputSpacing__SWIG_0; extern(C) void function(void* jarg1, void* jarg2, void* jarg3, void* jarg4) vtkImageChangeInformation_GetOutputSpacing__SWIG_1; extern(C) void function(void* jarg1, void* jarg2) vtkImageChangeInformation_GetOutputSpacing__SWIG_2; extern(C) void function(void* jarg1, double jarg2, double jarg3, double jarg4) vtkImageChangeInformation_SetOutputOrigin__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkImageChangeInformation_SetOutputOrigin__SWIG_1; extern(C) void* function(void* jarg1) vtkImageChangeInformation_GetOutputOrigin__SWIG_0; extern(C) void function(void* jarg1, void* jarg2, void* jarg3, void* jarg4) vtkImageChangeInformation_GetOutputOrigin__SWIG_1; extern(C) void function(void* jarg1, void* jarg2) vtkImageChangeInformation_GetOutputOrigin__SWIG_2; extern(C) void function(void* jarg1, int jarg2) vtkImageChangeInformation_SetCenterImage; extern(C) void function(void* jarg1) vtkImageChangeInformation_CenterImageOn; extern(C) void function(void* jarg1) vtkImageChangeInformation_CenterImageOff; extern(C) int function(void* jarg1) vtkImageChangeInformation_GetCenterImage; extern(C) void function(void* jarg1, int jarg2, int jarg3, int jarg4) vtkImageChangeInformation_SetExtentTranslation__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkImageChangeInformation_SetExtentTranslation__SWIG_1; extern(C) void* function(void* jarg1) vtkImageChangeInformation_GetExtentTranslation__SWIG_0; extern(C) void function(void* jarg1, void* jarg2, void* jarg3, void* jarg4) vtkImageChangeInformation_GetExtentTranslation__SWIG_1; extern(C) void function(void* jarg1, void* jarg2) vtkImageChangeInformation_GetExtentTranslation__SWIG_2; extern(C) void function(void* jarg1, double jarg2, double jarg3, double jarg4) vtkImageChangeInformation_SetSpacingScale__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkImageChangeInformation_SetSpacingScale__SWIG_1; extern(C) void* function(void* jarg1) vtkImageChangeInformation_GetSpacingScale__SWIG_0; extern(C) void function(void* jarg1, void* jarg2, void* jarg3, void* jarg4) vtkImageChangeInformation_GetSpacingScale__SWIG_1; extern(C) void function(void* jarg1, void* jarg2) vtkImageChangeInformation_GetSpacingScale__SWIG_2; extern(C) void function(void* jarg1, double jarg2, double jarg3, double jarg4) vtkImageChangeInformation_SetOriginTranslation__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkImageChangeInformation_SetOriginTranslation__SWIG_1; extern(C) void* function(void* jarg1) vtkImageChangeInformation_GetOriginTranslation__SWIG_0; extern(C) void function(void* jarg1, void* jarg2, void* jarg3, void* jarg4) vtkImageChangeInformation_GetOriginTranslation__SWIG_1; extern(C) void function(void* jarg1, void* jarg2) vtkImageChangeInformation_GetOriginTranslation__SWIG_2; extern(C) void function(void* jarg1, double jarg2, double jarg3, double jarg4) vtkImageChangeInformation_SetOriginScale__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkImageChangeInformation_SetOriginScale__SWIG_1; extern(C) void* function(void* jarg1) vtkImageChangeInformation_GetOriginScale__SWIG_0; extern(C) void function(void* jarg1, void* jarg2, void* jarg3, void* jarg4) vtkImageChangeInformation_GetOriginScale__SWIG_1; extern(C) void function(void* jarg1, void* jarg2) vtkImageChangeInformation_GetOriginScale__SWIG_2; extern(C) void* function(void* objectRef) vtkImageChangeInformation_Upcast; extern(C) void* function() vtkPointHandleRepresentation2D_New; extern(C) int function(const(char)* jarg1) vtkPointHandleRepresentation2D_IsTypeOf; extern(C) void* function(void* jarg1) vtkPointHandleRepresentation2D_SafeDownCast; extern(C) void* function(void* jarg1) vtkPointHandleRepresentation2D_NewInstance; extern(C) void function(void* jarg1, void* jarg2) vtkPointHandleRepresentation2D_SetCursorShape; extern(C) void* function(void* jarg1) vtkPointHandleRepresentation2D_GetCursorShape; extern(C) void function(void* jarg1, void* jarg2) vtkPointHandleRepresentation2D_SetProperty; extern(C) void function(void* jarg1, void* jarg2) vtkPointHandleRepresentation2D_SetSelectedProperty; extern(C) void* function(void* jarg1) vtkPointHandleRepresentation2D_GetProperty; extern(C) void* function(void* jarg1) vtkPointHandleRepresentation2D_GetSelectedProperty; extern(C) int function(void* jarg1, int jarg2, int jarg3, int jarg4) vtkPointHandleRepresentation2D_ComputeInteractionState__SWIG_0; extern(C) int function(void* jarg1, int jarg2, int jarg3) vtkPointHandleRepresentation2D_ComputeInteractionState__SWIG_1; extern(C) void* function(void* objectRef) vtkPointHandleRepresentation2D_Upcast; extern(C) void* function() vtkPolyDataCollection_New; extern(C) int function(const(char)* jarg1) vtkPolyDataCollection_IsTypeOf; extern(C) void* function(void* jarg1) vtkPolyDataCollection_SafeDownCast; extern(C) void* function(void* jarg1) vtkPolyDataCollection_NewInstance; extern(C) void function(void* jarg1, void* jarg2) vtkPolyDataCollection_AddItem; extern(C) void* function(void* jarg1) vtkPolyDataCollection_GetNextItem; extern(C) void* function(void* objectRef) vtkPolyDataCollection_Upcast; extern(C) void* function() vtkVoidArray_New; extern(C) int function(const(char)* jarg1) vtkVoidArray_IsTypeOf; extern(C) void* function(void* jarg1) vtkVoidArray_SafeDownCast; extern(C) void* function(void* jarg1) vtkVoidArray_NewInstance; extern(C) int function(void* jarg1, long jarg2, long jarg3) vtkVoidArray_Allocate__SWIG_0; extern(C) int function(void* jarg1, long jarg2) vtkVoidArray_Allocate__SWIG_1; extern(C) void function(void* jarg1) vtkVoidArray_Initialize; extern(C) int function(void* jarg1) vtkVoidArray_GetDataType; extern(C) int function(void* jarg1) vtkVoidArray_GetDataTypeSize; extern(C) void function(void* jarg1, long jarg2) vtkVoidArray_SetNumberOfPointers; extern(C) long function(void* jarg1) vtkVoidArray_GetNumberOfPointers; extern(C) void* function(void* jarg1, long jarg2) vtkVoidArray_GetVoidPointer; extern(C) void function(void* jarg1, long jarg2, void* jarg3) vtkVoidArray_SetVoidPointer; extern(C) void function(void* jarg1, long jarg2, void* jarg3) vtkVoidArray_InsertVoidPointer; extern(C) long function(void* jarg1, void* jarg2) vtkVoidArray_InsertNextVoidPointer; extern(C) void function(void* jarg1) vtkVoidArray_Reset; extern(C) void function(void* jarg1) vtkVoidArray_Squeeze; extern(C) void* function(void* jarg1, long jarg2) vtkVoidArray_GetPointer; extern(C) void* function(void* jarg1, long jarg2, long jarg3) vtkVoidArray_WritePointer; extern(C) void function(void* jarg1, void* jarg2) vtkVoidArray_DeepCopy; extern(C) void* function(void* objectRef) vtkVoidArray_Upcast; extern(C) int function(const(char)* jarg1) vtkOrderStatistics_IsTypeOf; extern(C) void* function(void* jarg1) vtkOrderStatistics_SafeDownCast; extern(C) void* function(void* jarg1) vtkOrderStatistics_NewInstance; extern(C) void* function() vtkOrderStatistics_New; extern(C) void function(void* jarg1, long jarg2) vtkOrderStatistics_SetNumberOfIntervals; extern(C) long function(void* jarg1) vtkOrderStatistics_GetNumberOfIntervals; extern(C) void function(void* jarg1, void* jarg2) vtkOrderStatistics_SetQuantileDefinition__SWIG_0; extern(C) void function(void* jarg1, int jarg2) vtkOrderStatistics_SetQuantileDefinition__SWIG_1; extern(C) void function(void* jarg1, uint jarg2) vtkOrderStatistics_SetQuantize; extern(C) uint function(void* jarg1) vtkOrderStatistics_GetQuantize; extern(C) void function(void* jarg1, long jarg2) vtkOrderStatistics_SetMaximumHistogramSize; extern(C) long function(void* jarg1) vtkOrderStatistics_GetMaximumHistogramSize; extern(C) long function(void* jarg1) vtkOrderStatistics_GetQuantileDefinition; extern(C) void* function(void* objectRef) vtkOrderStatistics_Upcast; extern(C) int function(const(char)* jarg1) vtkGeoSource_IsTypeOf; extern(C) void* function(void* jarg1) vtkGeoSource_SafeDownCast; extern(C) void* function(void* jarg1) vtkGeoSource_NewInstance; extern(C) void function(void* jarg1) delete_vtkGeoSource; extern(C) uint function(void* jarg1, void* jarg2) vtkGeoSource_FetchRoot; extern(C) uint function(void* jarg1, void* jarg2, int jarg3, void* jarg4) vtkGeoSource_FetchChild; extern(C) void function(void* jarg1, void* jarg2) vtkGeoSource_RequestChildren; extern(C) void* function(void* jarg1, void* jarg2) vtkGeoSource_GetRequestedNodes; extern(C) void function(void* jarg1, int jarg2) vtkGeoSource_Initialize__SWIG_0; extern(C) void function(void* jarg1) vtkGeoSource_Initialize__SWIG_1; extern(C) void function(void* jarg1) vtkGeoSource_ShutDown; extern(C) void function(void* jarg1) vtkGeoSource_WorkerThread; extern(C) void* function(void* jarg1) vtkGeoSource_GetTransform; extern(C) void* function(void* objectRef) vtkGeoSource_Upcast; extern(C) void* function() vtkGeoAlignedImageSource_New; extern(C) int function(const(char)* jarg1) vtkGeoAlignedImageSource_IsTypeOf; extern(C) void* function(void* jarg1) vtkGeoAlignedImageSource_SafeDownCast; extern(C) void* function(void* jarg1) vtkGeoAlignedImageSource_NewInstance; extern(C) void* function(void* jarg1) vtkGeoAlignedImageSource_GetImage; extern(C) void function(void* jarg1, void* jarg2) vtkGeoAlignedImageSource_SetImage; extern(C) void function(void* jarg1, double jarg2, double jarg3) vtkGeoAlignedImageSource_SetLatitudeRange__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkGeoAlignedImageSource_SetLatitudeRange__SWIG_1; extern(C) void* function(void* jarg1) vtkGeoAlignedImageSource_GetLatitudeRange__SWIG_0; extern(C) void function(void* jarg1, void* jarg2, void* jarg3) vtkGeoAlignedImageSource_GetLatitudeRange__SWIG_1; extern(C) void function(void* jarg1, void* jarg2) vtkGeoAlignedImageSource_GetLatitudeRange__SWIG_2; extern(C) void function(void* jarg1, double jarg2, double jarg3) vtkGeoAlignedImageSource_SetLongitudeRange__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkGeoAlignedImageSource_SetLongitudeRange__SWIG_1; extern(C) void* function(void* jarg1) vtkGeoAlignedImageSource_GetLongitudeRange__SWIG_0; extern(C) void function(void* jarg1, void* jarg2, void* jarg3) vtkGeoAlignedImageSource_GetLongitudeRange__SWIG_1; extern(C) void function(void* jarg1, void* jarg2) vtkGeoAlignedImageSource_GetLongitudeRange__SWIG_2; extern(C) void function(void* jarg1, double jarg2) vtkGeoAlignedImageSource_SetOverlap; extern(C) double function(void* jarg1) vtkGeoAlignedImageSource_GetOverlapMinValue; extern(C) double function(void* jarg1) vtkGeoAlignedImageSource_GetOverlapMaxValue; extern(C) double function(void* jarg1) vtkGeoAlignedImageSource_GetOverlap; extern(C) void function(void* jarg1, uint jarg2) vtkGeoAlignedImageSource_SetPowerOfTwoSize; extern(C) uint function(void* jarg1) vtkGeoAlignedImageSource_GetPowerOfTwoSize; extern(C) void function(void* jarg1) vtkGeoAlignedImageSource_PowerOfTwoSizeOn; extern(C) void function(void* jarg1) vtkGeoAlignedImageSource_PowerOfTwoSizeOff; extern(C) void* function(void* objectRef) vtkGeoAlignedImageSource_Upcast; extern(C) void* function() vtkTecplotReader_New; extern(C) int function(const(char)* jarg1) vtkTecplotReader_IsTypeOf; extern(C) void* function(void* jarg1) vtkTecplotReader_SafeDownCast; extern(C) void* function(void* jarg1) vtkTecplotReader_NewInstance; extern(C) int function(void* jarg1) vtkTecplotReader_GetNumberOfVariables; extern(C) void function(void* jarg1, const(char)* jarg2) vtkTecplotReader_SetFileName; extern(C) const(char)* function(void* jarg1) vtkTecplotReader_GetDataTitle; extern(C) int function(void* jarg1) vtkTecplotReader_GetNumberOfBlocks; extern(C) const(char)* function(void* jarg1, int jarg2) vtkTecplotReader_GetBlockName; extern(C) int function(void* jarg1) vtkTecplotReader_GetNumberOfDataAttributes; extern(C) const(char)* function(void* jarg1, int jarg2) vtkTecplotReader_GetDataAttributeName; extern(C) int function(void* jarg1, const(char)* jarg2) vtkTecplotReader_IsDataAttributeCellBased__SWIG_0; extern(C) int function(void* jarg1, int jarg2) vtkTecplotReader_IsDataAttributeCellBased__SWIG_1; extern(C) int function(void* jarg1) vtkTecplotReader_GetNumberOfDataArrays; extern(C) const(char)* function(void* jarg1, int jarg2) vtkTecplotReader_GetDataArrayName; extern(C) int function(void* jarg1, const(char)* jarg2) vtkTecplotReader_GetDataArrayStatus; extern(C) void function(void* jarg1, const(char)* jarg2, int jarg3) vtkTecplotReader_SetDataArrayStatus; extern(C) void* function(void* objectRef) vtkTecplotReader_Upcast; extern(C) void* function() vtkShortArray_New; extern(C) int function(const(char)* jarg1) vtkShortArray_IsTypeOf; extern(C) void* function(void* jarg1) vtkShortArray_SafeDownCast; extern(C) void* function(void* jarg1) vtkShortArray_NewInstance; extern(C) void function(void* jarg1, long jarg2, void* jarg3) vtkShortArray_GetTupleValue; extern(C) void function(void* jarg1, long jarg2, void* jarg3) vtkShortArray_SetTupleValue; extern(C) void function(void* jarg1, long jarg2, void* jarg3) vtkShortArray_InsertTupleValue; extern(C) long function(void* jarg1, void* jarg2) vtkShortArray_InsertNextTupleValue; extern(C) short function(void* jarg1, long jarg2) vtkShortArray_GetValue; extern(C) void function(void* jarg1, long jarg2, short jarg3) vtkShortArray_SetValue; extern(C) void function(void* jarg1, long jarg2) vtkShortArray_SetNumberOfValues; extern(C) void function(void* jarg1, long jarg2, short jarg3) vtkShortArray_InsertValue; extern(C) long function(void* jarg1, short jarg2) vtkShortArray_InsertNextValue; extern(C) void* function(void* jarg1, int jarg2) vtkShortArray_GetValueRange__SWIG_0; extern(C) void* function(void* jarg1) vtkShortArray_GetValueRange__SWIG_1; extern(C) short function() vtkShortArray_GetDataTypeValueMin; extern(C) short function() vtkShortArray_GetDataTypeValueMax; extern(C) void* function(void* jarg1, long jarg2, long jarg3) vtkShortArray_WritePointer; extern(C) void* function(void* jarg1, long jarg2) vtkShortArray_GetPointer; extern(C) void function(void* jarg1, void* jarg2, long jarg3, int jarg4) vtkShortArray_SetArray__SWIG_0; extern(C) void function(void* jarg1, void* jarg2, long jarg3, int jarg4, int jarg5) vtkShortArray_SetArray__SWIG_1; extern(C) void* function(void* objectRef) vtkShortArray_Upcast; extern(C) void* function() vtkImageToImageStencil_New; extern(C) int function(const(char)* jarg1) vtkImageToImageStencil_IsTypeOf; extern(C) void* function(void* jarg1) vtkImageToImageStencil_SafeDownCast; extern(C) void* function(void* jarg1) vtkImageToImageStencil_NewInstance; extern(C) void function(void* jarg1, void* jarg2) vtkImageToImageStencil_SetInputData; extern(C) void* function(void* jarg1) vtkImageToImageStencil_GetInput; extern(C) void function(void* jarg1, double jarg2) vtkImageToImageStencil_ThresholdByUpper; extern(C) void function(void* jarg1, double jarg2) vtkImageToImageStencil_ThresholdByLower; extern(C) void function(void* jarg1, double jarg2, double jarg3) vtkImageToImageStencil_ThresholdBetween; extern(C) void function(void* jarg1, double jarg2) vtkImageToImageStencil_SetUpperThreshold; extern(C) double function(void* jarg1) vtkImageToImageStencil_GetUpperThreshold; extern(C) void function(void* jarg1, double jarg2) vtkImageToImageStencil_SetLowerThreshold; extern(C) double function(void* jarg1) vtkImageToImageStencil_GetLowerThreshold; extern(C) void* function(void* objectRef) vtkImageToImageStencil_Upcast; extern(C) void* function() vtkDoubleArray_New; extern(C) int function(const(char)* jarg1) vtkDoubleArray_IsTypeOf; extern(C) void* function(void* jarg1) vtkDoubleArray_SafeDownCast; extern(C) void* function(void* jarg1) vtkDoubleArray_NewInstance; extern(C) void function(void* jarg1, long jarg2, void* jarg3) vtkDoubleArray_GetTupleValue; extern(C) void function(void* jarg1, long jarg2, void* jarg3) vtkDoubleArray_SetTupleValue; extern(C) void function(void* jarg1, long jarg2, void* jarg3) vtkDoubleArray_InsertTupleValue; extern(C) long function(void* jarg1, void* jarg2) vtkDoubleArray_InsertNextTupleValue; extern(C) double function(void* jarg1, long jarg2) vtkDoubleArray_GetValue; extern(C) void function(void* jarg1, long jarg2, double jarg3) vtkDoubleArray_SetValue; extern(C) void function(void* jarg1, long jarg2) vtkDoubleArray_SetNumberOfValues; extern(C) void function(void* jarg1, long jarg2, double jarg3) vtkDoubleArray_InsertValue; extern(C) long function(void* jarg1, double jarg2) vtkDoubleArray_InsertNextValue; extern(C) void* function(void* jarg1, int jarg2) vtkDoubleArray_GetValueRange__SWIG_0; extern(C) void* function(void* jarg1) vtkDoubleArray_GetValueRange__SWIG_1; extern(C) double function() vtkDoubleArray_GetDataTypeValueMin; extern(C) double function() vtkDoubleArray_GetDataTypeValueMax; extern(C) void* function(void* jarg1, long jarg2, long jarg3) vtkDoubleArray_WritePointer; extern(C) void* function(void* jarg1, long jarg2) vtkDoubleArray_GetPointer; extern(C) void function(void* jarg1, void* jarg2, long jarg3, int jarg4) vtkDoubleArray_SetArray__SWIG_0; extern(C) void function(void* jarg1, void* jarg2, long jarg3, int jarg4, int jarg5) vtkDoubleArray_SetArray__SWIG_1; extern(C) void* function(void* objectRef) vtkDoubleArray_Upcast; extern(C) int function(const(char)* jarg1) vtkX3DExporterWriter_IsTypeOf; extern(C) void* function(void* jarg1) vtkX3DExporterWriter_SafeDownCast; extern(C) void* function(void* jarg1) vtkX3DExporterWriter_NewInstance; extern(C) int function(void* jarg1, const(char)* jarg2) vtkX3DExporterWriter_OpenFile; extern(C) int function(void* jarg1) vtkX3DExporterWriter_OpenStream; extern(C) void function(void* jarg1, int jarg2) vtkX3DExporterWriter_SetWriteToOutputString; extern(C) int function(void* jarg1) vtkX3DExporterWriter_GetWriteToOutputString; extern(C) void function(void* jarg1) vtkX3DExporterWriter_WriteToOutputStringOn; extern(C) void function(void* jarg1) vtkX3DExporterWriter_WriteToOutputStringOff; extern(C) int function(void* jarg1) vtkX3DExporterWriter_GetOutputStringLength; extern(C) const(char)* function(void* jarg1) vtkX3DExporterWriter_GetOutputString; extern(C) void* function(void* jarg1) vtkX3DExporterWriter_GetBinaryOutputString; extern(C) const(char)* function(void* jarg1) vtkX3DExporterWriter_RegisterAndGetOutputString; extern(C) void function(void* jarg1) vtkX3DExporterWriter_CloseFile; extern(C) void function(void* jarg1) vtkX3DExporterWriter_Flush; extern(C) void function(void* jarg1) vtkX3DExporterWriter_StartDocument; extern(C) void function(void* jarg1) vtkX3DExporterWriter_EndDocument; extern(C) void function(void* jarg1, int jarg2) vtkX3DExporterWriter_StartNode; extern(C) void function(void* jarg1) vtkX3DExporterWriter_EndNode; extern(C) void function(void* jarg1, int jarg2, const(char)* jarg3, uint jarg4) vtkX3DExporterWriter_SetField__SWIG_0; extern(C) void function(void* jarg1, int jarg2, const(char)* jarg3) vtkX3DExporterWriter_SetField__SWIG_1; extern(C) void function(void* jarg1, int jarg2, int jarg3) vtkX3DExporterWriter_SetField__SWIG_2; extern(C) void function(void* jarg1, int jarg2, float jarg3) vtkX3DExporterWriter_SetField__SWIG_3; extern(C) void function(void* jarg1, int jarg2, double jarg3) vtkX3DExporterWriter_SetField__SWIG_4; extern(C) void function(void* jarg1, int jarg2, uint jarg3) vtkX3DExporterWriter_SetField__SWIG_5; extern(C) void function(void* jarg1, int jarg2, int jarg3, void* jarg4) vtkX3DExporterWriter_SetField__SWIG_6; extern(C) void function(void* jarg1, int jarg2, int jarg3, void* jarg4) vtkX3DExporterWriter_SetField__SWIG_7; extern(C) void function(void* jarg1, int jarg2, void* jarg3, size_t jarg4) vtkX3DExporterWriter_SetField__SWIG_8; extern(C) void function(void* jarg1, int jarg2, void* jarg3, size_t jarg4, uint jarg5) vtkX3DExporterWriter_SetField__SWIG_9; extern(C) void function(void* jarg1, int jarg2, void* jarg3, size_t jarg4) vtkX3DExporterWriter_SetField__SWIG_10; extern(C) void* function(void* objectRef) vtkX3DExporterWriter_Upcast; extern(C) int function() VTK_UNICAM_NONE_get; extern(C) int function() VTK_UNICAM_BUTTON_LEFT_get; extern(C) int function() VTK_UNICAM_BUTTON_MIDDLE_get; extern(C) int function() VTK_UNICAM_BUTTON_RIGHT_get; extern(C) int function() VTK_UNICAM_CAM_INT_ROT_get; extern(C) int function() VTK_UNICAM_CAM_INT_CHOOSE_get; extern(C) int function() VTK_UNICAM_CAM_INT_PAN_get; extern(C) int function() VTK_UNICAM_CAM_INT_DOLLY_get; extern(C) void* function() vtkInteractorStyleUnicam_New; extern(C) int function(const(char)* jarg1) vtkInteractorStyleUnicam_IsTypeOf; extern(C) void* function(void* jarg1) vtkInteractorStyleUnicam_SafeDownCast; extern(C) void* function(void* jarg1) vtkInteractorStyleUnicam_NewInstance; extern(C) void function(void* jarg1, void* jarg2) vtkInteractorStyleUnicam_SetWorldUpVector__SWIG_0; extern(C) void function(void* jarg1, double jarg2, double jarg3, double jarg4) vtkInteractorStyleUnicam_SetWorldUpVector__SWIG_1; extern(C) void* function(void* jarg1) vtkInteractorStyleUnicam_GetWorldUpVector__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkInteractorStyleUnicam_GetWorldUpVector__SWIG_1; extern(C) void function(void* jarg1) vtkInteractorStyleUnicam_OnLeftButtonMove; extern(C) void* function(void* objectRef) vtkInteractorStyleUnicam_Upcast; extern(C) int function(const(char)* jarg1) vtkSimpleImageToImageFilter_IsTypeOf; extern(C) void* function(void* jarg1) vtkSimpleImageToImageFilter_SafeDownCast; extern(C) void* function(void* jarg1) vtkSimpleImageToImageFilter_NewInstance; extern(C) void* function(void* objectRef) vtkSimpleImageToImageFilter_Upcast; extern(C) void* function() vtkFrameBufferObject_New; extern(C) int function(const(char)* jarg1) vtkFrameBufferObject_IsTypeOf; extern(C) void* function(void* jarg1) vtkFrameBufferObject_SafeDownCast; extern(C) void* function(void* jarg1) vtkFrameBufferObject_NewInstance; extern(C) void function(void* jarg1, void* jarg2) vtkFrameBufferObject_SetContext; extern(C) void* function(void* jarg1) vtkFrameBufferObject_GetContext; extern(C) uint function(void* jarg1, int jarg2, int jarg3, uint jarg4) vtkFrameBufferObject_Start; extern(C) uint function(void* jarg1, int jarg2, int jarg3, uint jarg4) vtkFrameBufferObject_StartNonOrtho; extern(C) void function(void* jarg1, int jarg2, int jarg3, int jarg4, int jarg5) vtkFrameBufferObject_RenderQuad; extern(C) void function(void* jarg1) vtkFrameBufferObject_Bind; extern(C) void function(void* jarg1) vtkFrameBufferObject_UnBind; extern(C) void function(void* jarg1, uint jarg2) vtkFrameBufferObject_SetActiveBuffer; extern(C) void function(void* jarg1, int jarg2, void* jarg3) vtkFrameBufferObject_SetActiveBuffers; extern(C) void function(void* jarg1, uint jarg2, void* jarg3, uint jarg4) vtkFrameBufferObject_SetColorBuffer__SWIG_0; extern(C) void function(void* jarg1, uint jarg2, void* jarg3) vtkFrameBufferObject_SetColorBuffer__SWIG_1; extern(C) void* function(void* jarg1, uint jarg2) vtkFrameBufferObject_GetColorBuffer; extern(C) void function(void* jarg1, uint jarg2) vtkFrameBufferObject_RemoveColorBuffer; extern(C) void function(void* jarg1) vtkFrameBufferObject_RemoveAllColorBuffers; extern(C) void function(void* jarg1, void* jarg2) vtkFrameBufferObject_SetDepthBuffer; extern(C) void function(void* jarg1) vtkFrameBufferObject_RemoveDepthBuffer; extern(C) void function(void* jarg1, uint jarg2) vtkFrameBufferObject_SetDepthBufferNeeded; extern(C) uint function(void* jarg1) vtkFrameBufferObject_GetDepthBufferNeeded; extern(C) void function(void* jarg1, uint jarg2) vtkFrameBufferObject_SetNumberOfRenderTargets; extern(C) uint function(void* jarg1) vtkFrameBufferObject_GetNumberOfRenderTargets; extern(C) uint function(void* jarg1) vtkFrameBufferObject_GetMaximumNumberOfActiveTargets; extern(C) uint function(void* jarg1) vtkFrameBufferObject_GetMaximumNumberOfRenderTargets; extern(C) void* function(void* jarg1) vtkFrameBufferObject_GetLastSize__SWIG_0; extern(C) void function(void* jarg1, void* jarg2, void* jarg3) vtkFrameBufferObject_GetLastSize__SWIG_1; extern(C) void function(void* jarg1, void* jarg2) vtkFrameBufferObject_GetLastSize__SWIG_2; extern(C) uint function(void* jarg1) vtkFrameBufferObject_IsSupported; extern(C) void* function() new_vtkFrameBufferObject; extern(C) void function(void* jarg1) delete_vtkFrameBufferObject; extern(C) void* function(void* objectRef) vtkFrameBufferObject_Upcast; extern(C) void* function() new_vtkExecutionSchedulerManager; extern(C) void function(void* jarg1) delete_vtkExecutionSchedulerManager; extern(C) void function(void* jarg1) vtkExecutionSchedulerManagerInstance_set; extern(C) void* function() vtkExecutionSchedulerManagerInstance_get; extern(C) void* function() vtkInformationVector_New; extern(C) int function(const(char)* jarg1) vtkInformationVector_IsTypeOf; extern(C) void* function(void* jarg1) vtkInformationVector_SafeDownCast; extern(C) void* function(void* jarg1) vtkInformationVector_NewInstance; extern(C) int function(void* jarg1) vtkInformationVector_GetNumberOfInformationObjects; extern(C) void function(void* jarg1, int jarg2) vtkInformationVector_SetNumberOfInformationObjects; extern(C) void function(void* jarg1, int jarg2, void* jarg3) vtkInformationVector_SetInformationObject; extern(C) void* function(void* jarg1, int jarg2) vtkInformationVector_GetInformationObject; extern(C) void function(void* jarg1, void* jarg2) vtkInformationVector_Append; extern(C) void function(void* jarg1, void* jarg2) vtkInformationVector_Remove__SWIG_0; extern(C) void function(void* jarg1, int jarg2) vtkInformationVector_Remove__SWIG_1; extern(C) void function(void* jarg1, void* jarg2, int jarg3) vtkInformationVector_Copy__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkInformationVector_Copy__SWIG_1; extern(C) void* function(void* objectRef) vtkInformationVector_Upcast; extern(C) int function(const(char)* jarg1) vtkHyperOctreePointsGrabber_IsTypeOf; extern(C) void* function(void* jarg1) vtkHyperOctreePointsGrabber_SafeDownCast; extern(C) void* function(void* jarg1) vtkHyperOctreePointsGrabber_NewInstance; extern(C) int function(void* jarg1) vtkHyperOctreePointsGrabber_GetDimension; extern(C) void function(void* jarg1, int jarg2) vtkHyperOctreePointsGrabber_SetDimension; extern(C) void function(void* jarg1) vtkHyperOctreePointsGrabber_InitPointInsertion; extern(C) void function(void* jarg1, long jarg2, void* jarg3, void* jarg4, void* jarg5) vtkHyperOctreePointsGrabber_InsertPoint; extern(C) void function(void* jarg1, long jarg2, void* jarg3, void* jarg4, void* jarg5) vtkHyperOctreePointsGrabber_InsertPointWithMerge; extern(C) void function(void* jarg1, void* jarg2, void* jarg3) vtkHyperOctreePointsGrabber_InsertPoint2D; extern(C) void* function(void* objectRef) vtkHyperOctreePointsGrabber_Upcast; extern(C) void* function() vtkHyperOctreeClipCutPointsGrabber_New; extern(C) int function(const(char)* jarg1) vtkHyperOctreeClipCutPointsGrabber_IsTypeOf; extern(C) void* function(void* jarg1) vtkHyperOctreeClipCutPointsGrabber_SafeDownCast; extern(C) void* function(void* jarg1) vtkHyperOctreeClipCutPointsGrabber_NewInstance; extern(C) void* function(void* jarg1) vtkHyperOctreeClipCutPointsGrabber_GetTriangulator; extern(C) void* function(void* jarg1) vtkHyperOctreeClipCutPointsGrabber_GetPolygon; extern(C) void* function(void* objectRef) vtkHyperOctreeClipCutPointsGrabber_Upcast; extern(C) int function(const(char)* jarg1) vtkXMLUnstructuredDataWriter_IsTypeOf; extern(C) void* function(void* jarg1) vtkXMLUnstructuredDataWriter_SafeDownCast; extern(C) void* function(void* jarg1) vtkXMLUnstructuredDataWriter_NewInstance; extern(C) void function(void* jarg1, int jarg2) vtkXMLUnstructuredDataWriter_SetNumberOfPieces; extern(C) int function(void* jarg1) vtkXMLUnstructuredDataWriter_GetNumberOfPieces; extern(C) void function(void* jarg1, int jarg2) vtkXMLUnstructuredDataWriter_SetWritePiece; extern(C) int function(void* jarg1) vtkXMLUnstructuredDataWriter_GetWritePiece; extern(C) void function(void* jarg1, int jarg2) vtkXMLUnstructuredDataWriter_SetGhostLevel; extern(C) int function(void* jarg1) vtkXMLUnstructuredDataWriter_GetGhostLevel; extern(C) void* function(void* objectRef) vtkXMLUnstructuredDataWriter_Upcast; extern(C) int function(const(char)* jarg1) vtkXMLPolyDataWriter_IsTypeOf; extern(C) void* function(void* jarg1) vtkXMLPolyDataWriter_SafeDownCast; extern(C) void* function(void* jarg1) vtkXMLPolyDataWriter_NewInstance; extern(C) void* function() vtkXMLPolyDataWriter_New; extern(C) void* function(void* objectRef) vtkXMLPolyDataWriter_Upcast; extern(C) void* function() vtkImageSliceMapper_New; extern(C) int function(const(char)* jarg1) vtkImageSliceMapper_IsTypeOf; extern(C) void* function(void* jarg1) vtkImageSliceMapper_SafeDownCast; extern(C) void* function(void* jarg1) vtkImageSliceMapper_NewInstance; extern(C) void function(void* jarg1, int jarg2) vtkImageSliceMapper_SetSliceNumber; extern(C) int function(void* jarg1) vtkImageSliceMapper_GetSliceNumber; extern(C) int function(void* jarg1) vtkImageSliceMapper_GetSliceNumberMinValue; extern(C) int function(void* jarg1) vtkImageSliceMapper_GetSliceNumberMaxValue; extern(C) void function(void* jarg1, int jarg2) vtkImageSliceMapper_SetOrientation; extern(C) int function(void* jarg1) vtkImageSliceMapper_GetOrientationMinValue; extern(C) int function(void* jarg1) vtkImageSliceMapper_GetOrientationMaxValue; extern(C) int function(void* jarg1) vtkImageSliceMapper_GetOrientation; extern(C) void function(void* jarg1) vtkImageSliceMapper_SetOrientationToX; extern(C) void function(void* jarg1) vtkImageSliceMapper_SetOrientationToY; extern(C) void function(void* jarg1) vtkImageSliceMapper_SetOrientationToZ; extern(C) void function(void* jarg1, int jarg2) vtkImageSliceMapper_SetCropping; extern(C) void function(void* jarg1) vtkImageSliceMapper_CroppingOn; extern(C) void function(void* jarg1) vtkImageSliceMapper_CroppingOff; extern(C) int function(void* jarg1) vtkImageSliceMapper_GetCropping; extern(C) void function(void* jarg1, int jarg2, int jarg3, int jarg4, int jarg5, int jarg6, int jarg7) vtkImageSliceMapper_SetCroppingRegion__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkImageSliceMapper_SetCroppingRegion__SWIG_1; extern(C) void* function(void* jarg1) vtkImageSliceMapper_GetCroppingRegion__SWIG_0; extern(C) void function(void* jarg1, void* jarg2, void* jarg3, void* jarg4, void* jarg5, void* jarg6, void* jarg7) vtkImageSliceMapper_GetCroppingRegion__SWIG_1; extern(C) void function(void* jarg1, void* jarg2) vtkImageSliceMapper_GetCroppingRegion__SWIG_2; extern(C) void function(void* jarg1) vtkImageSliceMapper_Update__SWIG_0; extern(C) void function(void* jarg1, int jarg2) vtkImageSliceMapper_Update__SWIG_1; extern(C) void* function(void* jarg1) vtkImageSliceMapper_GetBounds__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkImageSliceMapper_GetBounds__SWIG_1; extern(C) void* function(void* objectRef) vtkImageSliceMapper_Upcast; extern(C) void* function() vtkUnstructuredGridWriter_New; extern(C) int function(const(char)* jarg1) vtkUnstructuredGridWriter_IsTypeOf; extern(C) void* function(void* jarg1) vtkUnstructuredGridWriter_SafeDownCast; extern(C) void* function(void* jarg1) vtkUnstructuredGridWriter_NewInstance; extern(C) void* function(void* jarg1) vtkUnstructuredGridWriter_GetInput__SWIG_0; extern(C) void* function(void* jarg1, int jarg2) vtkUnstructuredGridWriter_GetInput__SWIG_1; extern(C) void* function(void* objectRef) vtkUnstructuredGridWriter_Upcast; extern(C) void* function() vtkXYPlotWidget_New; extern(C) int function(const(char)* jarg1) vtkXYPlotWidget_IsTypeOf; extern(C) void* function(void* jarg1) vtkXYPlotWidget_SafeDownCast; extern(C) void* function(void* jarg1) vtkXYPlotWidget_NewInstance; extern(C) void function(void* jarg1, void* jarg2) vtkXYPlotWidget_SetXYPlotActor; extern(C) void* function(void* jarg1) vtkXYPlotWidget_GetXYPlotActor; extern(C) void* function(void* objectRef) vtkXYPlotWidget_Upcast; extern(C) void* function() vtkCaptionRepresentation_New; extern(C) int function(const(char)* jarg1) vtkCaptionRepresentation_IsTypeOf; extern(C) void* function(void* jarg1) vtkCaptionRepresentation_SafeDownCast; extern(C) void* function(void* jarg1) vtkCaptionRepresentation_NewInstance; extern(C) void function(void* jarg1, void* jarg2) vtkCaptionRepresentation_SetAnchorPosition; extern(C) void function(void* jarg1, void* jarg2) vtkCaptionRepresentation_GetAnchorPosition; extern(C) void function(void* jarg1, void* jarg2) vtkCaptionRepresentation_SetCaptionActor2D; extern(C) void* function(void* jarg1) vtkCaptionRepresentation_GetCaptionActor2D; extern(C) void function(void* jarg1, void* jarg2) vtkCaptionRepresentation_SetAnchorRepresentation; extern(C) void* function(void* jarg1) vtkCaptionRepresentation_GetAnchorRepresentation; extern(C) void function(void* jarg1, double jarg2) vtkCaptionRepresentation_SetFontFactor; extern(C) double function(void* jarg1) vtkCaptionRepresentation_GetFontFactorMinValue; extern(C) double function(void* jarg1) vtkCaptionRepresentation_GetFontFactorMaxValue; extern(C) double function(void* jarg1) vtkCaptionRepresentation_GetFontFactor; extern(C) void* function(void* objectRef) vtkCaptionRepresentation_Upcast; extern(C) int function(const(char)* jarg1) vtkContingencyStatistics_IsTypeOf; extern(C) void* function(void* jarg1) vtkContingencyStatistics_SafeDownCast; extern(C) void* function(void* jarg1) vtkContingencyStatistics_NewInstance; extern(C) void* function() vtkContingencyStatistics_New; extern(C) void* function(void* objectRef) vtkContingencyStatistics_Upcast; extern(C) void function(void* jarg1, int jarg2) vtkGhostArray_NodeProperties_set; extern(C) int function(void* jarg1) vtkGhostArray_NodeProperties_get; extern(C) void function(void* jarg1, int jarg2) vtkGhostArray_CellProperties_set; extern(C) int function(void* jarg1) vtkGhostArray_CellProperties_get; extern(C) void* function() vtkGhostArray_New; extern(C) int function(const(char)* jarg1) vtkGhostArray_IsTypeOf; extern(C) void* function(void* jarg1) vtkGhostArray_SafeDownCast; extern(C) void* function(void* jarg1) vtkGhostArray_NewInstance; extern(C) void function(void* jarg1, int jarg2) vtkGhostArray_SetProperty; extern(C) void function(void* jarg1, int jarg2) vtkGhostArray_UnsetProperty; extern(C) uint function(void* jarg1, int jarg2) vtkGhostArray_IsPropertySet; extern(C) void function(void* jarg1) vtkGhostArray_Reset; extern(C) void* function(void* objectRef) vtkGhostArray_Upcast; extern(C) void* function() vtkGraphToPolyData_New; extern(C) int function(const(char)* jarg1) vtkGraphToPolyData_IsTypeOf; extern(C) void* function(void* jarg1) vtkGraphToPolyData_SafeDownCast; extern(C) void* function(void* jarg1) vtkGraphToPolyData_NewInstance; extern(C) void function(void* jarg1, uint jarg2) vtkGraphToPolyData_SetEdgeGlyphOutput; extern(C) uint function(void* jarg1) vtkGraphToPolyData_GetEdgeGlyphOutput; extern(C) void function(void* jarg1) vtkGraphToPolyData_EdgeGlyphOutputOn; extern(C) void function(void* jarg1) vtkGraphToPolyData_EdgeGlyphOutputOff; extern(C) void function(void* jarg1, double jarg2) vtkGraphToPolyData_SetEdgeGlyphPosition; extern(C) double function(void* jarg1) vtkGraphToPolyData_GetEdgeGlyphPosition; extern(C) void* function(void* objectRef) vtkGraphToPolyData_Upcast; extern(C) int function(const(char)* jarg1) vtkHyperTree_IsTypeOf; extern(C) void* function(void* jarg1) vtkHyperTree_SafeDownCast; extern(C) void* function(void* jarg1) vtkHyperTree_NewInstance; extern(C) void function(void* jarg1) vtkHyperTree_Initialize; extern(C) void* function(void* jarg1) vtkHyperTree_NewCursor; extern(C) long function(void* jarg1) vtkHyperTree_GetNumberOfLeaves; extern(C) long function(void* jarg1) vtkHyperTree_GetNumberOfNodes; extern(C) long function(void* jarg1) vtkHyperTree_GetNumberOfIndex; extern(C) int function(void* jarg1) vtkHyperTree_GetBranchFactor; extern(C) int function(void* jarg1) vtkHyperTree_GetDimension; extern(C) void function(void* jarg1, void* jarg2) vtkHyperTree_SetScale; extern(C) void function(void* jarg1, void* jarg2) vtkHyperTree_GetScale__SWIG_0; extern(C) double function(void* jarg1, uint jarg2) vtkHyperTree_GetScale__SWIG_1; extern(C) long function(void* jarg1) vtkHyperTree_GetNumberOfLevels; extern(C) void function(void* jarg1, void* jarg2) vtkHyperTree_SubdivideLeaf; extern(C) uint function(void* jarg1) vtkHyperTree_GetActualMemorySize; extern(C) void* function(uint jarg1, uint jarg2) vtkHyperTree_CreateInstance; extern(C) void function(void* jarg1, int jarg2, void* jarg3, void* jarg4) vtkHyperTree_FindChildParameters; extern(C) void function(void* jarg1, long jarg2) vtkHyperTree_SetGlobalIndexStart; extern(C) void function(void* jarg1, long jarg2, long jarg3) vtkHyperTree_SetGlobalIndexFromLocal; extern(C) long function(void* jarg1, long jarg2) vtkHyperTree_GetGlobalIndexFromLocal; extern(C) void function(void* jarg1) delete_vtkHyperTree; extern(C) void* function(void* objectRef) vtkHyperTree_Upcast; extern(C) int function() VTK_FTFC_CACHE_CAPACITY_get; extern(C) void* function() new_vtkFreeTypeUtilitiesCleanup; extern(C) void function(void* jarg1) delete_vtkFreeTypeUtilitiesCleanup; extern(C) int function(const(char)* jarg1) vtkFreeTypeUtilities_IsTypeOf; extern(C) void* function(void* jarg1) vtkFreeTypeUtilities_SafeDownCast; extern(C) void* function(void* jarg1) vtkFreeTypeUtilities_NewInstance; extern(C) void* function() vtkFreeTypeUtilities_New; extern(C) void* function() vtkFreeTypeUtilities_GetInstance; extern(C) void function(void* jarg1) vtkFreeTypeUtilities_SetInstance; extern(C) void* function(void* jarg1) vtkFreeTypeUtilities_GetLibrary; extern(C) void function(void* jarg1, uint jarg2) vtkFreeTypeUtilities_SetMaximumNumberOfFaces; extern(C) uint function(void* jarg1) vtkFreeTypeUtilities_GetMaximumNumberOfFacesMinValue; extern(C) uint function(void* jarg1) vtkFreeTypeUtilities_GetMaximumNumberOfFacesMaxValue; extern(C) uint function(void* jarg1) vtkFreeTypeUtilities_GetMaximumNumberOfFaces; extern(C) void function(void* jarg1, uint jarg2) vtkFreeTypeUtilities_SetMaximumNumberOfSizes; extern(C) uint function(void* jarg1) vtkFreeTypeUtilities_GetMaximumNumberOfSizesMinValue; extern(C) uint function(void* jarg1) vtkFreeTypeUtilities_GetMaximumNumberOfSizesMaxValue; extern(C) uint function(void* jarg1) vtkFreeTypeUtilities_GetMaximumNumberOfSizes; extern(C) void function(void* jarg1, core.stdc.config.c_ulong jarg2) vtkFreeTypeUtilities_SetMaximumNumberOfBytes; extern(C) core.stdc.config.c_ulong function(void* jarg1) vtkFreeTypeUtilities_GetMaximumNumberOfBytesMinValue; extern(C) core.stdc.config.c_ulong function(void* jarg1) vtkFreeTypeUtilities_GetMaximumNumberOfBytesMaxValue; extern(C) core.stdc.config.c_ulong function(void* jarg1) vtkFreeTypeUtilities_GetMaximumNumberOfBytes; extern(C) int function(void* jarg1, void* jarg2, void* jarg3) vtkFreeTypeUtilities_GetSize__SWIG_0; extern(C) int function(void* jarg1, void* jarg2, void* jarg3) vtkFreeTypeUtilities_GetFace__SWIG_0; extern(C) int function(void* jarg1, void* jarg2, void* jarg3, void* jarg4) vtkFreeTypeUtilities_GetGlyphIndex__SWIG_0; extern(C) int function(void* jarg1, void* jarg2, void* jarg3, void* jarg4, int jarg5) vtkFreeTypeUtilities_GetGlyph__SWIG_0; extern(C) int function(void* jarg1, void* jarg2, void* jarg3, void* jarg4) vtkFreeTypeUtilities_GetGlyph__SWIG_1; extern(C) int function(void* jarg1, void* jarg2, const(char)* jarg3, void* jarg4) vtkFreeTypeUtilities_GetBoundingBox; extern(C) int function(void* jarg1, void* jarg2) vtkFreeTypeUtilities_IsBoundingBoxValid; extern(C) int function(void* jarg1, void* jarg2, const(char)* jarg3, void* jarg4) vtkFreeTypeUtilities_RenderString__SWIG_0; extern(C) int function(void* jarg1, void* jarg2, const(char)* jarg3, int jarg4, int jarg5, void* jarg6) vtkFreeTypeUtilities_RenderString__SWIG_1; extern(C) void function(void* jarg1, void* jarg2, void* jarg3) vtkFreeTypeUtilities_MapTextPropertyToId; extern(C) void function(void* jarg1, core.stdc.config.c_ulong jarg2, void* jarg3) vtkFreeTypeUtilities_MapIdToTextProperty; extern(C) int function(void* jarg1, core.stdc.config.c_ulong jarg2, int jarg3, void* jarg4) vtkFreeTypeUtilities_GetSize__SWIG_1; extern(C) int function(void* jarg1, core.stdc.config.c_ulong jarg2, void* jarg3) vtkFreeTypeUtilities_GetFace__SWIG_1; extern(C) int function(void* jarg1, core.stdc.config.c_ulong jarg2, void* jarg3, void* jarg4) vtkFreeTypeUtilities_GetGlyphIndex__SWIG_1; extern(C) int function(void* jarg1, core.stdc.config.c_ulong jarg2, int jarg3, void* jarg4, void* jarg5, int jarg6) vtkFreeTypeUtilities_GetGlyph__SWIG_2; extern(C) int function(void* jarg1, core.stdc.config.c_ulong jarg2, int jarg3, void* jarg4, void* jarg5) vtkFreeTypeUtilities_GetGlyph__SWIG_3; extern(C) void function(void* jarg1, const(char)* jarg2, void* jarg3, void* jarg4, void* jarg5, void* jarg6) vtkFreeTypeUtilities_GetWidthHeightDescender; extern(C) void function(void* jarg1, void* jarg2, void* jarg3, const(char)* jarg4, void* jarg5, void* jarg6) vtkFreeTypeUtilities_PrepareImageData; extern(C) int function(void* jarg1, const(char)* jarg2, void* jarg3, double jarg4, int jarg5, int jarg6) vtkFreeTypeUtilities_GetConstrainedFontSize; extern(C) void function(void* jarg1, const(char)* jarg2, void* jarg3, int jarg4, void* jarg5, void* jarg6) vtkFreeTypeUtilities_JustifyLine; extern(C) void* function(void* jarg1, void* jarg2, void* jarg3) vtkFreeTypeUtilities_GetFont__SWIG_0; extern(C) void* function(void* jarg1, void* jarg2) vtkFreeTypeUtilities_GetFont__SWIG_1; extern(C) void* function(void* objectRef) vtkFreeTypeUtilities_Upcast; extern(C) void* function() vtkTableWriter_New; extern(C) int function(const(char)* jarg1) vtkTableWriter_IsTypeOf; extern(C) void* function(void* jarg1) vtkTableWriter_SafeDownCast; extern(C) void* function(void* jarg1) vtkTableWriter_NewInstance; extern(C) void* function(void* jarg1) vtkTableWriter_GetInput__SWIG_0; extern(C) void* function(void* jarg1, int jarg2) vtkTableWriter_GetInput__SWIG_1; extern(C) void* function(void* objectRef) vtkTableWriter_Upcast; extern(C) void* function() vtkGenericRenderWindowInteractor_New; extern(C) int function(const(char)* jarg1) vtkGenericRenderWindowInteractor_IsTypeOf; extern(C) void* function(void* jarg1) vtkGenericRenderWindowInteractor_SafeDownCast; extern(C) void* function(void* jarg1) vtkGenericRenderWindowInteractor_NewInstance; extern(C) void function(void* jarg1) vtkGenericRenderWindowInteractor_TimerEvent; extern(C) void function(void* jarg1, int jarg2) vtkGenericRenderWindowInteractor_SetTimerEventResetsTimer; extern(C) int function(void* jarg1) vtkGenericRenderWindowInteractor_GetTimerEventResetsTimer; extern(C) void function(void* jarg1) vtkGenericRenderWindowInteractor_TimerEventResetsTimerOn; extern(C) void function(void* jarg1) vtkGenericRenderWindowInteractor_TimerEventResetsTimerOff; extern(C) void* function(void* objectRef) vtkGenericRenderWindowInteractor_Upcast; extern(C) void* function() vtkTemporalFractal_New; extern(C) int function(const(char)* jarg1) vtkTemporalFractal_IsTypeOf; extern(C) void* function(void* jarg1) vtkTemporalFractal_SafeDownCast; extern(C) void* function(void* jarg1) vtkTemporalFractal_NewInstance; extern(C) void function(void* jarg1, float jarg2) vtkTemporalFractal_SetFractalValue; extern(C) float function(void* jarg1) vtkTemporalFractal_GetFractalValue; extern(C) void function(void* jarg1, int jarg2) vtkTemporalFractal_SetMaximumLevel; extern(C) int function(void* jarg1) vtkTemporalFractal_GetMaximumLevel; extern(C) void function(void* jarg1, int jarg2) vtkTemporalFractal_SetDimensions; extern(C) int function(void* jarg1) vtkTemporalFractal_GetDimensions; extern(C) void function(void* jarg1, int jarg2) vtkTemporalFractal_SetGhostLevels; extern(C) int function(void* jarg1) vtkTemporalFractal_GetGhostLevels; extern(C) void function(void* jarg1) vtkTemporalFractal_GhostLevelsOn; extern(C) void function(void* jarg1) vtkTemporalFractal_GhostLevelsOff; extern(C) void function(void* jarg1, int jarg2) vtkTemporalFractal_SetGenerateRectilinearGrids; extern(C) int function(void* jarg1) vtkTemporalFractal_GetGenerateRectilinearGrids; extern(C) void function(void* jarg1) vtkTemporalFractal_GenerateRectilinearGridsOn; extern(C) void function(void* jarg1) vtkTemporalFractal_GenerateRectilinearGridsOff; extern(C) void function(void* jarg1, int jarg2) vtkTemporalFractal_SetDiscreteTimeSteps; extern(C) int function(void* jarg1) vtkTemporalFractal_GetDiscreteTimeSteps; extern(C) void function(void* jarg1) vtkTemporalFractal_DiscreteTimeStepsOn; extern(C) void function(void* jarg1) vtkTemporalFractal_DiscreteTimeStepsOff; extern(C) void function(void* jarg1, int jarg2) vtkTemporalFractal_SetTwoDimensional; extern(C) int function(void* jarg1) vtkTemporalFractal_GetTwoDimensional; extern(C) void function(void* jarg1) vtkTemporalFractal_TwoDimensionalOn; extern(C) void function(void* jarg1) vtkTemporalFractal_TwoDimensionalOff; extern(C) void function(void* jarg1, int jarg2) vtkTemporalFractal_SetAsymetric; extern(C) int function(void* jarg1) vtkTemporalFractal_GetAsymetric; extern(C) void function(void* jarg1, int jarg2) vtkTemporalFractal_SetAdaptiveSubdivision; extern(C) int function(void* jarg1) vtkTemporalFractal_GetAdaptiveSubdivision; extern(C) void function(void* jarg1) vtkTemporalFractal_AdaptiveSubdivisionOn; extern(C) void function(void* jarg1) vtkTemporalFractal_AdaptiveSubdivisionOff; extern(C) void* function(void* objectRef) vtkTemporalFractal_Upcast; extern(C) void* function() vtkGAMBITReader_New; extern(C) int function(const(char)* jarg1) vtkGAMBITReader_IsTypeOf; extern(C) void* function(void* jarg1) vtkGAMBITReader_SafeDownCast; extern(C) void* function(void* jarg1) vtkGAMBITReader_NewInstance; extern(C) void function(void* jarg1, const(char)* jarg2) vtkGAMBITReader_SetFileName; extern(C) const(char)* function(void* jarg1) vtkGAMBITReader_GetFileName; extern(C) int function(void* jarg1) vtkGAMBITReader_GetNumberOfCells; extern(C) int function(void* jarg1) vtkGAMBITReader_GetNumberOfNodes; extern(C) int function(void* jarg1) vtkGAMBITReader_GetNumberOfNodeFields; extern(C) int function(void* jarg1) vtkGAMBITReader_GetNumberOfCellFields; extern(C) void* function(void* objectRef) vtkGAMBITReader_Upcast; extern(C) void* function() vtkQuadraticQuad_New; extern(C) int function(const(char)* jarg1) vtkQuadraticQuad_IsTypeOf; extern(C) void* function(void* jarg1) vtkQuadraticQuad_SafeDownCast; extern(C) void* function(void* jarg1) vtkQuadraticQuad_NewInstance; extern(C) void function(void* jarg1, void* jarg2) vtkQuadraticQuad_InterpolationFunctions; extern(C) void function(void* jarg1, void* jarg2) vtkQuadraticQuad_InterpolationDerivs; extern(C) void function(void* jarg1, void* jarg2, void* jarg3) vtkQuadraticQuad_InterpolateFunctions; extern(C) void function(void* jarg1, void* jarg2, void* jarg3) vtkQuadraticQuad_InterpolateDerivs; extern(C) void* function(void* objectRef) vtkQuadraticQuad_Upcast; extern(C) void* function() vtkAxesTransformRepresentation_New; extern(C) int function(const(char)* jarg1) vtkAxesTransformRepresentation_IsTypeOf; extern(C) void* function(void* jarg1) vtkAxesTransformRepresentation_SafeDownCast; extern(C) void* function(void* jarg1) vtkAxesTransformRepresentation_NewInstance; extern(C) void* function(void* jarg1) vtkAxesTransformRepresentation_GetOriginRepresentation; extern(C) void* function(void* jarg1) vtkAxesTransformRepresentation_GetSelectionRepresentation; extern(C) void* function(void* jarg1) vtkAxesTransformRepresentation_GetOriginWorldPosition__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkAxesTransformRepresentation_GetOriginWorldPosition__SWIG_1; extern(C) void function(void* jarg1, void* jarg2) vtkAxesTransformRepresentation_SetOriginWorldPosition; extern(C) void function(void* jarg1, void* jarg2) vtkAxesTransformRepresentation_SetOriginDisplayPosition; extern(C) void function(void* jarg1, void* jarg2) vtkAxesTransformRepresentation_GetOriginDisplayPosition; extern(C) void function(void* jarg1, int jarg2) vtkAxesTransformRepresentation_SetTolerance; extern(C) int function(void* jarg1) vtkAxesTransformRepresentation_GetToleranceMinValue; extern(C) int function(void* jarg1) vtkAxesTransformRepresentation_GetToleranceMaxValue; extern(C) int function(void* jarg1) vtkAxesTransformRepresentation_GetTolerance; extern(C) void function(void* jarg1, const(char)* jarg2) vtkAxesTransformRepresentation_SetLabelFormat; extern(C) const(char)* function(void* jarg1) vtkAxesTransformRepresentation_GetLabelFormat; extern(C) void function(void* jarg1, int jarg2) vtkAxesTransformRepresentation_SetInteractionState; extern(C) int function(void* jarg1) vtkAxesTransformRepresentation_GetInteractionStateMinValue; extern(C) int function(void* jarg1) vtkAxesTransformRepresentation_GetInteractionStateMaxValue; extern(C) int function(void* jarg1, int jarg2, int jarg3, int jarg4) vtkAxesTransformRepresentation_ComputeInteractionState__SWIG_0; extern(C) int function(void* jarg1, int jarg2, int jarg3) vtkAxesTransformRepresentation_ComputeInteractionState__SWIG_1; extern(C) void function(void* jarg1, double jarg2, double jarg3, double jarg4) vtkAxesTransformRepresentation_SetLabelScale__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkAxesTransformRepresentation_SetLabelScale__SWIG_1; extern(C) void* function(void* jarg1) vtkAxesTransformRepresentation_GetLabelScale; extern(C) void* function(void* jarg1) vtkAxesTransformRepresentation_GetLabelProperty; extern(C) void* function(void* objectRef) vtkAxesTransformRepresentation_Upcast; extern(C) void* function() vtkHardwareSelector_New; extern(C) int function(const(char)* jarg1) vtkHardwareSelector_IsTypeOf; extern(C) void* function(void* jarg1) vtkHardwareSelector_SafeDownCast; extern(C) void* function(void* jarg1) vtkHardwareSelector_NewInstance; extern(C) void function(void* jarg1, void* jarg2) vtkHardwareSelector_SetRenderer; extern(C) void* function(void* jarg1) vtkHardwareSelector_GetRenderer; extern(C) void function(void* jarg1, uint jarg2, uint jarg3, uint jarg4, uint jarg5) vtkHardwareSelector_SetArea__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkHardwareSelector_SetArea__SWIG_1; extern(C) void* function(void* jarg1) vtkHardwareSelector_GetArea__SWIG_0; extern(C) void function(void* jarg1, void* jarg2, void* jarg3, void* jarg4, void* jarg5) vtkHardwareSelector_GetArea__SWIG_1; extern(C) void function(void* jarg1, void* jarg2) vtkHardwareSelector_GetArea__SWIG_2; extern(C) void function(void* jarg1, int jarg2) vtkHardwareSelector_SetFieldAssociation; extern(C) int function(void* jarg1) vtkHardwareSelector_GetFieldAssociation; extern(C) void function(void* jarg1, uint jarg2) vtkHardwareSelector_SetUseProcessIdFromData; extern(C) uint function(void* jarg1) vtkHardwareSelector_GetUseProcessIdFromData; extern(C) void* function(void* jarg1) vtkHardwareSelector_Select; extern(C) uint function(void* jarg1) vtkHardwareSelector_CaptureBuffers; extern(C) void* function(void* jarg1, void* jarg2) vtkHardwareSelector_GetPixelInformation__SWIG_0; extern(C) void* function(void* jarg1, void* jarg2, int jarg3) vtkHardwareSelector_GetPixelInformation__SWIG_1; extern(C) void function(void* jarg1) vtkHardwareSelector_ClearBuffers; extern(C) uint function(void* jarg1, void* jarg2, void* jarg3, void* jarg4, void* jarg5) vtkHardwareSelector_GetPixelInformation__SWIG_2; extern(C) uint function(void* jarg1, void* jarg2, void* jarg3, void* jarg4, void* jarg5, int jarg6) vtkHardwareSelector_GetPixelInformation__SWIG_3; extern(C) void function(void* jarg1, uint jarg2) vtkHardwareSelector_RenderCompositeIndex; extern(C) void function(void* jarg1, long jarg2) vtkHardwareSelector_RenderAttributeId; extern(C) void function(void* jarg1, uint jarg2) vtkHardwareSelector_RenderProcessId; extern(C) int function(void* jarg1, void* jarg2, void* jarg3, int jarg4) vtkHardwareSelector_Render; extern(C) void function(void* jarg1) vtkHardwareSelector_BeginRenderProp; extern(C) void function(void* jarg1) vtkHardwareSelector_EndRenderProp; extern(C) void function(void* jarg1, int jarg2) vtkHardwareSelector_SetProcessID; extern(C) int function(void* jarg1) vtkHardwareSelector_GetProcessID; extern(C) int function(void* jarg1) vtkHardwareSelector_GetCurrentPass; extern(C) void* function(void* jarg1) vtkHardwareSelector_GenerateSelection__SWIG_0; extern(C) void* function(void* jarg1, void* jarg2) vtkHardwareSelector_GenerateSelection__SWIG_1; extern(C) void* function(void* jarg1, uint jarg2, uint jarg3, uint jarg4, uint jarg5) vtkHardwareSelector_GenerateSelection__SWIG_2; extern(C) void* function(void* jarg1, void* jarg2, long jarg3) vtkHardwareSelector_GeneratePolygonSelection; extern(C) void* function(void* jarg1, int jarg2) vtkHardwareSelector_GetPropFromID; extern(C) void* function() new_vtkHardwareSelector; extern(C) void function(void* jarg1) delete_vtkHardwareSelector; extern(C) void* function(void* objectRef) vtkHardwareSelector_Upcast; extern(C) void* function() vtkImageSliceCollection_New; extern(C) int function(const(char)* jarg1) vtkImageSliceCollection_IsTypeOf; extern(C) void* function(void* jarg1) vtkImageSliceCollection_SafeDownCast; extern(C) void* function(void* jarg1) vtkImageSliceCollection_NewInstance; extern(C) void function(void* jarg1) vtkImageSliceCollection_Sort; extern(C) void function(void* jarg1, void* jarg2) vtkImageSliceCollection_AddItem; extern(C) void* function(void* jarg1) vtkImageSliceCollection_GetNextImage; extern(C) void* function(void* jarg1) vtkImageSliceCollection_GetNextItem; extern(C) void* function(void* objectRef) vtkImageSliceCollection_Upcast; extern(C) int function() VTK_MAX_SHADING_TABLES_get; extern(C) void* function() vtkEncodedGradientShader_New; extern(C) int function(const(char)* jarg1) vtkEncodedGradientShader_IsTypeOf; extern(C) void* function(void* jarg1) vtkEncodedGradientShader_SafeDownCast; extern(C) void* function(void* jarg1) vtkEncodedGradientShader_NewInstance; extern(C) void function(void* jarg1, float jarg2) vtkEncodedGradientShader_SetZeroNormalDiffuseIntensity; extern(C) float function(void* jarg1) vtkEncodedGradientShader_GetZeroNormalDiffuseIntensityMinValue; extern(C) float function(void* jarg1) vtkEncodedGradientShader_GetZeroNormalDiffuseIntensityMaxValue; extern(C) float function(void* jarg1) vtkEncodedGradientShader_GetZeroNormalDiffuseIntensity; extern(C) void function(void* jarg1, float jarg2) vtkEncodedGradientShader_SetZeroNormalSpecularIntensity; extern(C) float function(void* jarg1) vtkEncodedGradientShader_GetZeroNormalSpecularIntensityMinValue; extern(C) float function(void* jarg1) vtkEncodedGradientShader_GetZeroNormalSpecularIntensityMaxValue; extern(C) float function(void* jarg1) vtkEncodedGradientShader_GetZeroNormalSpecularIntensity; extern(C) void function(void* jarg1, void* jarg2, void* jarg3, void* jarg4) vtkEncodedGradientShader_UpdateShadingTable; extern(C) void* function(void* jarg1, void* jarg2) vtkEncodedGradientShader_GetRedDiffuseShadingTable; extern(C) void* function(void* jarg1, void* jarg2) vtkEncodedGradientShader_GetGreenDiffuseShadingTable; extern(C) void* function(void* jarg1, void* jarg2) vtkEncodedGradientShader_GetBlueDiffuseShadingTable; extern(C) void* function(void* jarg1, void* jarg2) vtkEncodedGradientShader_GetRedSpecularShadingTable; extern(C) void* function(void* jarg1, void* jarg2) vtkEncodedGradientShader_GetGreenSpecularShadingTable; extern(C) void* function(void* jarg1, void* jarg2) vtkEncodedGradientShader_GetBlueSpecularShadingTable; extern(C) void function(void* jarg1, int jarg2) vtkEncodedGradientShader_SetActiveComponent; extern(C) int function(void* jarg1) vtkEncodedGradientShader_GetActiveComponentMinValue; extern(C) int function(void* jarg1) vtkEncodedGradientShader_GetActiveComponentMaxValue; extern(C) int function(void* jarg1) vtkEncodedGradientShader_GetActiveComponent; extern(C) void* function(void* objectRef) vtkEncodedGradientShader_Upcast; extern(C) void* function() vtkPlaybackRepresentation_New; extern(C) int function(const(char)* jarg1) vtkPlaybackRepresentation_IsTypeOf; extern(C) void* function(void* jarg1) vtkPlaybackRepresentation_SafeDownCast; extern(C) void* function(void* jarg1) vtkPlaybackRepresentation_NewInstance; extern(C) void* function(void* jarg1) vtkPlaybackRepresentation_GetProperty; extern(C) void function(void* jarg1) vtkPlaybackRepresentation_Play; extern(C) void function(void* jarg1) vtkPlaybackRepresentation_Stop; extern(C) void function(void* jarg1) vtkPlaybackRepresentation_ForwardOneFrame; extern(C) void function(void* jarg1) vtkPlaybackRepresentation_BackwardOneFrame; extern(C) void function(void* jarg1) vtkPlaybackRepresentation_JumpToBeginning; extern(C) void function(void* jarg1) vtkPlaybackRepresentation_JumpToEnd; extern(C) void* function(void* objectRef) vtkPlaybackRepresentation_Upcast; extern(C) void* function() vtkX3DExporterXMLWriter_New; extern(C) int function(const(char)* jarg1) vtkX3DExporterXMLWriter_IsTypeOf; extern(C) void* function(void* jarg1) vtkX3DExporterXMLWriter_SafeDownCast; extern(C) void* function(void* jarg1) vtkX3DExporterXMLWriter_NewInstance; extern(C) void function(void* jarg1, int jarg2, const(char)* jarg3, uint jarg4) vtkX3DExporterXMLWriter_SetField__SWIG_0; extern(C) void function(void* jarg1, int jarg2, const(char)* jarg3) vtkX3DExporterXMLWriter_SetField__SWIG_1; extern(C) void function(void* jarg1, int jarg2, int jarg3) vtkX3DExporterXMLWriter_SetField__SWIG_2; extern(C) void function(void* jarg1, int jarg2, float jarg3) vtkX3DExporterXMLWriter_SetField__SWIG_3; extern(C) void function(void* jarg1, int jarg2, double jarg3) vtkX3DExporterXMLWriter_SetField__SWIG_4; extern(C) void function(void* jarg1, int jarg2, uint jarg3) vtkX3DExporterXMLWriter_SetField__SWIG_5; extern(C) void function(void* jarg1, int jarg2, int jarg3, void* jarg4) vtkX3DExporterXMLWriter_SetField__SWIG_6; extern(C) void function(void* jarg1, int jarg2, int jarg3, void* jarg4) vtkX3DExporterXMLWriter_SetField__SWIG_7; extern(C) void function(void* jarg1, int jarg2, void* jarg3, size_t jarg4) vtkX3DExporterXMLWriter_SetField__SWIG_8; extern(C) void function(void* jarg1, int jarg2, void* jarg3, size_t jarg4, uint jarg5) vtkX3DExporterXMLWriter_SetField__SWIG_9; extern(C) void function(void* jarg1, int jarg2, void* jarg3, size_t jarg4) vtkX3DExporterXMLWriter_SetField__SWIG_10; extern(C) void* function(void* objectRef) vtkX3DExporterXMLWriter_Upcast; extern(C) void* function() vtkImageMarchingCubes_New; extern(C) int function(const(char)* jarg1) vtkImageMarchingCubes_IsTypeOf; extern(C) void* function(void* jarg1) vtkImageMarchingCubes_SafeDownCast; extern(C) void* function(void* jarg1) vtkImageMarchingCubes_NewInstance; extern(C) void function(void* jarg1, int jarg2, double jarg3) vtkImageMarchingCubes_SetValue; extern(C) double function(void* jarg1, int jarg2) vtkImageMarchingCubes_GetValue; extern(C) void* function(void* jarg1) vtkImageMarchingCubes_GetValues__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkImageMarchingCubes_GetValues__SWIG_1; extern(C) void function(void* jarg1, int jarg2) vtkImageMarchingCubes_SetNumberOfContours; extern(C) int function(void* jarg1) vtkImageMarchingCubes_GetNumberOfContours; extern(C) void function(void* jarg1, int jarg2, void* jarg3) vtkImageMarchingCubes_GenerateValues__SWIG_0; extern(C) void function(void* jarg1, int jarg2, double jarg3, double jarg4) vtkImageMarchingCubes_GenerateValues__SWIG_1; extern(C) void function(void* jarg1, int jarg2) vtkImageMarchingCubes_SetComputeScalars; extern(C) int function(void* jarg1) vtkImageMarchingCubes_GetComputeScalars; extern(C) void function(void* jarg1) vtkImageMarchingCubes_ComputeScalarsOn; extern(C) void function(void* jarg1) vtkImageMarchingCubes_ComputeScalarsOff; extern(C) void function(void* jarg1, int jarg2) vtkImageMarchingCubes_SetComputeNormals; extern(C) int function(void* jarg1) vtkImageMarchingCubes_GetComputeNormals; extern(C) void function(void* jarg1) vtkImageMarchingCubes_ComputeNormalsOn; extern(C) void function(void* jarg1) vtkImageMarchingCubes_ComputeNormalsOff; extern(C) void function(void* jarg1, int jarg2) vtkImageMarchingCubes_SetComputeGradients; extern(C) int function(void* jarg1) vtkImageMarchingCubes_GetComputeGradients; extern(C) void function(void* jarg1) vtkImageMarchingCubes_ComputeGradientsOn; extern(C) void function(void* jarg1) vtkImageMarchingCubes_ComputeGradientsOff; extern(C) void function(void* jarg1, int jarg2) vtkImageMarchingCubes_ComputeScalars_set; extern(C) int function(void* jarg1) vtkImageMarchingCubes_ComputeScalars_get; extern(C) void function(void* jarg1, int jarg2) vtkImageMarchingCubes_ComputeNormals_set; extern(C) int function(void* jarg1) vtkImageMarchingCubes_ComputeNormals_get; extern(C) void function(void* jarg1, int jarg2) vtkImageMarchingCubes_ComputeGradients_set; extern(C) int function(void* jarg1) vtkImageMarchingCubes_ComputeGradients_get; extern(C) void function(void* jarg1, int jarg2) vtkImageMarchingCubes_NeedGradients_set; extern(C) int function(void* jarg1) vtkImageMarchingCubes_NeedGradients_get; extern(C) void function(void* jarg1, void* jarg2) vtkImageMarchingCubes_Triangles_set; extern(C) void* function(void* jarg1) vtkImageMarchingCubes_Triangles_get; extern(C) void function(void* jarg1, void* jarg2) vtkImageMarchingCubes_Scalars_set; extern(C) void* function(void* jarg1) vtkImageMarchingCubes_Scalars_get; extern(C) void function(void* jarg1, void* jarg2) vtkImageMarchingCubes_Points_set; extern(C) void* function(void* jarg1) vtkImageMarchingCubes_Points_get; extern(C) void function(void* jarg1, void* jarg2) vtkImageMarchingCubes_Normals_set; extern(C) void* function(void* jarg1) vtkImageMarchingCubes_Normals_get; extern(C) void function(void* jarg1, void* jarg2) vtkImageMarchingCubes_Gradients_set; extern(C) void* function(void* jarg1) vtkImageMarchingCubes_Gradients_get; extern(C) long function(void* jarg1, int jarg2, int jarg3, int jarg4) vtkImageMarchingCubes_GetLocatorPoint; extern(C) void function(void* jarg1, int jarg2, int jarg3, int jarg4, long jarg5) vtkImageMarchingCubes_AddLocatorPoint; extern(C) void function(void* jarg1) vtkImageMarchingCubes_IncrementLocatorZ; extern(C) void function(void* jarg1, long jarg2) vtkImageMarchingCubes_SetInputMemoryLimit; extern(C) long function(void* jarg1) vtkImageMarchingCubes_GetInputMemoryLimit; extern(C) void* function(void* objectRef) vtkImageMarchingCubes_Upcast; extern(C) int function(const(char)* jarg1) vtkContextTransform_IsTypeOf; extern(C) void* function(void* jarg1) vtkContextTransform_SafeDownCast; extern(C) void* function(void* jarg1) vtkContextTransform_NewInstance; extern(C) void* function() vtkContextTransform_New; extern(C) void function(void* jarg1, float jarg2, float jarg3) vtkContextTransform_Translate; extern(C) void function(void* jarg1, float jarg2, float jarg3) vtkContextTransform_Scale; extern(C) void function(void* jarg1, float jarg2) vtkContextTransform_Rotate; extern(C) void* function(void* jarg1) vtkContextTransform_GetTransform; extern(C) void function(void* jarg1, int jarg2) vtkContextTransform_SetPanMouseButton; extern(C) int function(void* jarg1) vtkContextTransform_GetPanMouseButton; extern(C) void function(void* jarg1, int jarg2) vtkContextTransform_SetPanModifier; extern(C) int function(void* jarg1) vtkContextTransform_GetPanModifier; extern(C) void function(void* jarg1, int jarg2) vtkContextTransform_SetSecondaryPanMouseButton; extern(C) int function(void* jarg1) vtkContextTransform_GetSecondaryPanMouseButton; extern(C) void function(void* jarg1, int jarg2) vtkContextTransform_SetSecondaryPanModifier; extern(C) int function(void* jarg1) vtkContextTransform_GetSecondaryPanModifier; extern(C) void function(void* jarg1, int jarg2) vtkContextTransform_SetZoomMouseButton; extern(C) int function(void* jarg1) vtkContextTransform_GetZoomMouseButton; extern(C) void function(void* jarg1, int jarg2) vtkContextTransform_SetZoomModifier; extern(C) int function(void* jarg1) vtkContextTransform_GetZoomModifier; extern(C) void function(void* jarg1, int jarg2) vtkContextTransform_SetSecondaryZoomMouseButton; extern(C) int function(void* jarg1) vtkContextTransform_GetSecondaryZoomMouseButton; extern(C) void function(void* jarg1, int jarg2) vtkContextTransform_SetSecondaryZoomModifier; extern(C) int function(void* jarg1) vtkContextTransform_GetSecondaryZoomModifier; extern(C) void function(void* jarg1, uint jarg2) vtkContextTransform_SetZoomOnMouseWheel; extern(C) uint function(void* jarg1) vtkContextTransform_GetZoomOnMouseWheel; extern(C) void function(void* jarg1) vtkContextTransform_ZoomOnMouseWheelOn; extern(C) void function(void* jarg1) vtkContextTransform_ZoomOnMouseWheelOff; extern(C) void function(void* jarg1, uint jarg2) vtkContextTransform_SetPanYOnMouseWheel; extern(C) uint function(void* jarg1) vtkContextTransform_GetPanYOnMouseWheel; extern(C) void function(void* jarg1) vtkContextTransform_PanYOnMouseWheelOn; extern(C) void function(void* jarg1) vtkContextTransform_PanYOnMouseWheelOff; extern(C) void* function() new_vtkContextTransform; extern(C) void function(void* jarg1) delete_vtkContextTransform; extern(C) void* function(void* objectRef) vtkContextTransform_Upcast; extern(C) int function(const(char)* jarg1) vtkOutputStream_IsTypeOf; extern(C) void* function(void* jarg1) vtkOutputStream_SafeDownCast; extern(C) void* function(void* jarg1) vtkOutputStream_NewInstance; extern(C) void* function() vtkOutputStream_New; extern(C) int function(void* jarg1) vtkOutputStream_StartWriting; extern(C) int function(void* jarg1, void* jarg2, size_t jarg3) vtkOutputStream_Write; extern(C) int function(void* jarg1) vtkOutputStream_EndWriting; extern(C) void* function(void* objectRef) vtkOutputStream_Upcast; extern(C) void* function() vtkBiDimensionalRepresentation2D_New; extern(C) int function(const(char)* jarg1) vtkBiDimensionalRepresentation2D_IsTypeOf; extern(C) void* function(void* jarg1) vtkBiDimensionalRepresentation2D_SafeDownCast; extern(C) void* function(void* jarg1) vtkBiDimensionalRepresentation2D_NewInstance; extern(C) void* function(void* jarg1) vtkBiDimensionalRepresentation2D_GetLineProperty; extern(C) void* function(void* jarg1) vtkBiDimensionalRepresentation2D_GetSelectedLineProperty; extern(C) void* function(void* jarg1) vtkBiDimensionalRepresentation2D_GetTextProperty; extern(C) int function(void* jarg1, int jarg2, int jarg3, int jarg4) vtkBiDimensionalRepresentation2D_ComputeInteractionState__SWIG_0; extern(C) int function(void* jarg1, int jarg2, int jarg3) vtkBiDimensionalRepresentation2D_ComputeInteractionState__SWIG_1; extern(C) void* function(void* jarg1) vtkBiDimensionalRepresentation2D_GetLabelPosition__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkBiDimensionalRepresentation2D_GetLabelPosition__SWIG_1; extern(C) void* function(void* objectRef) vtkBiDimensionalRepresentation2D_Upcast; extern(C) void* function() vtkInteractorStyleTrackballActor_New; extern(C) int function(const(char)* jarg1) vtkInteractorStyleTrackballActor_IsTypeOf; extern(C) void* function(void* jarg1) vtkInteractorStyleTrackballActor_SafeDownCast; extern(C) void* function(void* jarg1) vtkInteractorStyleTrackballActor_NewInstance; extern(C) void* function(void* objectRef) vtkInteractorStyleTrackballActor_Upcast; extern(C) void* function() vtkSequencePass_New; extern(C) int function(const(char)* jarg1) vtkSequencePass_IsTypeOf; extern(C) void* function(void* jarg1) vtkSequencePass_SafeDownCast; extern(C) void* function(void* jarg1) vtkSequencePass_NewInstance; extern(C) void* function(void* jarg1) vtkSequencePass_GetPasses; extern(C) void function(void* jarg1, void* jarg2) vtkSequencePass_SetPasses; extern(C) void* function(void* objectRef) vtkSequencePass_Upcast; extern(C) int function() VTK_ICON_GRAVITY_TOP_RIGHT_get; extern(C) int function() VTK_ICON_GRAVITY_TOP_CENTER_get; extern(C) int function() VTK_ICON_GRAVITY_TOP_LEFT_get; extern(C) int function() VTK_ICON_GRAVITY_CENTER_RIGHT_get; extern(C) int function() VTK_ICON_GRAVITY_CENTER_CENTER_get; extern(C) int function() VTK_ICON_GRAVITY_CENTER_LEFT_get; extern(C) int function() VTK_ICON_GRAVITY_BOTTOM_RIGHT_get; extern(C) int function() VTK_ICON_GRAVITY_BOTTOM_CENTER_get; extern(C) int function() VTK_ICON_GRAVITY_BOTTOM_LEFT_get; extern(C) int function() VTK_ICON_SCALING_OFF_get; extern(C) int function() VTK_ICON_SCALING_USE_SCALING_ARRAY_get; extern(C) void* function() vtkIconGlyphFilter_New; extern(C) int function(const(char)* jarg1) vtkIconGlyphFilter_IsTypeOf; extern(C) void* function(void* jarg1) vtkIconGlyphFilter_SafeDownCast; extern(C) void* function(void* jarg1) vtkIconGlyphFilter_NewInstance; extern(C) void function(void* jarg1, int jarg2, int jarg3) vtkIconGlyphFilter_SetIconSize__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkIconGlyphFilter_SetIconSize__SWIG_1; extern(C) void* function(void* jarg1) vtkIconGlyphFilter_GetIconSize__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkIconGlyphFilter_GetIconSize__SWIG_1; extern(C) void function(void* jarg1, int jarg2, int jarg3) vtkIconGlyphFilter_SetIconSheetSize__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkIconGlyphFilter_SetIconSheetSize__SWIG_1; extern(C) void* function(void* jarg1) vtkIconGlyphFilter_GetIconSheetSize__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkIconGlyphFilter_GetIconSheetSize__SWIG_1; extern(C) void function(void* jarg1, int jarg2, int jarg3) vtkIconGlyphFilter_SetDisplaySize__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkIconGlyphFilter_SetDisplaySize__SWIG_1; extern(C) void* function(void* jarg1) vtkIconGlyphFilter_GetDisplaySize__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkIconGlyphFilter_GetDisplaySize__SWIG_1; extern(C) void function(void* jarg1, uint jarg2) vtkIconGlyphFilter_SetUseIconSize; extern(C) uint function(void* jarg1) vtkIconGlyphFilter_GetUseIconSize; extern(C) void function(void* jarg1) vtkIconGlyphFilter_UseIconSizeOn; extern(C) void function(void* jarg1) vtkIconGlyphFilter_UseIconSizeOff; extern(C) void function(void* jarg1, int jarg2) vtkIconGlyphFilter_SetIconScaling; extern(C) int function(void* jarg1) vtkIconGlyphFilter_GetIconScaling; extern(C) void function(void* jarg1) vtkIconGlyphFilter_SetIconScalingToScalingOff; extern(C) void function(void* jarg1) vtkIconGlyphFilter_SetIconScalingToScalingArray; extern(C) void function(void* jarg1, uint jarg2) vtkIconGlyphFilter_SetPassScalars; extern(C) uint function(void* jarg1) vtkIconGlyphFilter_GetPassScalars; extern(C) void function(void* jarg1) vtkIconGlyphFilter_PassScalarsOn; extern(C) void function(void* jarg1) vtkIconGlyphFilter_PassScalarsOff; extern(C) void function(void* jarg1, int jarg2) vtkIconGlyphFilter_SetGravity; extern(C) int function(void* jarg1) vtkIconGlyphFilter_GetGravity; extern(C) void function(void* jarg1) vtkIconGlyphFilter_SetGravityToTopRight; extern(C) void function(void* jarg1) vtkIconGlyphFilter_SetGravityToTopCenter; extern(C) void function(void* jarg1) vtkIconGlyphFilter_SetGravityToTopLeft; extern(C) void function(void* jarg1) vtkIconGlyphFilter_SetGravityToCenterRight; extern(C) void function(void* jarg1) vtkIconGlyphFilter_SetGravityToCenterCenter; extern(C) void function(void* jarg1) vtkIconGlyphFilter_SetGravityToCenterLeft; extern(C) void function(void* jarg1) vtkIconGlyphFilter_SetGravityToBottomRight; extern(C) void function(void* jarg1) vtkIconGlyphFilter_SetGravityToBottomCenter; extern(C) void function(void* jarg1) vtkIconGlyphFilter_SetGravityToBottomLeft; extern(C) void function(void* jarg1, int jarg2, int jarg3) vtkIconGlyphFilter_SetOffset__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkIconGlyphFilter_SetOffset__SWIG_1; extern(C) void* function(void* jarg1) vtkIconGlyphFilter_GetOffset__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkIconGlyphFilter_GetOffset__SWIG_1; extern(C) void* function(void* objectRef) vtkIconGlyphFilter_Upcast; extern(C) int function(const(char)* jarg1) vtkAMRInterpolatedVelocityField_IsTypeOf; extern(C) void* function(void* jarg1) vtkAMRInterpolatedVelocityField_SafeDownCast; extern(C) void* function(void* jarg1) vtkAMRInterpolatedVelocityField_NewInstance; extern(C) void* function() vtkAMRInterpolatedVelocityField_New; extern(C) void* function(void* jarg1) vtkAMRInterpolatedVelocityField_GetAmrDataSet; extern(C) void function(void* jarg1, void* jarg2) vtkAMRInterpolatedVelocityField_SetAMRData; extern(C) uint function(void* jarg1, void* jarg2, void* jarg3) vtkAMRInterpolatedVelocityField_GetLastDataSetLocation; extern(C) uint function(void* jarg1, int jarg2, int jarg3) vtkAMRInterpolatedVelocityField_SetLastDataSet; extern(C) void function(void* jarg1, long jarg2, int jarg3) vtkAMRInterpolatedVelocityField_SetLastCellId__SWIG_0; extern(C) void function(void* jarg1, long jarg2) vtkAMRInterpolatedVelocityField_SetLastCellId__SWIG_1; extern(C) uint function(void* jarg1, void* jarg2, void* jarg3, void* jarg4) vtkAMRInterpolatedVelocityField_FindGrid; extern(C) void* function(void* objectRef) vtkAMRInterpolatedVelocityField_Upcast; extern(C) int function(const(char)* jarg1) vtkSLACReader_IsTypeOf; extern(C) void* function(void* jarg1) vtkSLACReader_SafeDownCast; extern(C) void* function(void* jarg1) vtkSLACReader_NewInstance; extern(C) void* function() vtkSLACReader_New; extern(C) const(char)* function(void* jarg1) vtkSLACReader_GetMeshFileName; extern(C) void function(void* jarg1, const(char)* jarg2) vtkSLACReader_SetMeshFileName; extern(C) void function(void* jarg1, const(char)* jarg2) vtkSLACReader_AddModeFileName; extern(C) void function(void* jarg1) vtkSLACReader_RemoveAllModeFileNames; extern(C) uint function(void* jarg1) vtkSLACReader_GetNumberOfModeFileNames; extern(C) const(char)* function(void* jarg1, uint jarg2) vtkSLACReader_GetModeFileName; extern(C) int function(void* jarg1) vtkSLACReader_GetReadInternalVolume; extern(C) void function(void* jarg1, int jarg2) vtkSLACReader_SetReadInternalVolume; extern(C) void function(void* jarg1) vtkSLACReader_ReadInternalVolumeOn; extern(C) void function(void* jarg1) vtkSLACReader_ReadInternalVolumeOff; extern(C) int function(void* jarg1) vtkSLACReader_GetReadExternalSurface; extern(C) void function(void* jarg1, int jarg2) vtkSLACReader_SetReadExternalSurface; extern(C) void function(void* jarg1) vtkSLACReader_ReadExternalSurfaceOn; extern(C) void function(void* jarg1) vtkSLACReader_ReadExternalSurfaceOff; extern(C) int function(void* jarg1) vtkSLACReader_GetReadMidpoints; extern(C) void function(void* jarg1, int jarg2) vtkSLACReader_SetReadMidpoints; extern(C) void function(void* jarg1) vtkSLACReader_ReadMidpointsOn; extern(C) void function(void* jarg1) vtkSLACReader_ReadMidpointsOff; extern(C) int function(void* jarg1) vtkSLACReader_GetNumberOfVariableArrays; extern(C) const(char)* function(void* jarg1, int jarg2) vtkSLACReader_GetVariableArrayName; extern(C) int function(void* jarg1, const(char)* jarg2) vtkSLACReader_GetVariableArrayStatus; extern(C) void function(void* jarg1, const(char)* jarg2, int jarg3) vtkSLACReader_SetVariableArrayStatus; extern(C) void function(void* jarg1) vtkSLACReader_ResetFrequencyScales; extern(C) void function(void* jarg1, int jarg2, double jarg3) vtkSLACReader_SetFrequencyScale; extern(C) void function(void* jarg1) vtkSLACReader_ResetPhaseShifts; extern(C) void function(void* jarg1, int jarg2, double jarg3) vtkSLACReader_SetPhaseShift; extern(C) void* function(void* jarg1) vtkSLACReader_GetFrequencyScales; extern(C) void* function(void* jarg1) vtkSLACReader_GetPhaseShifts; extern(C) int function(const(char)* jarg1) vtkSLACReader_CanReadFile; extern(C) void* function() vtkSLACReader_IS_INTERNAL_VOLUME; extern(C) void* function() vtkSLACReader_IS_EXTERNAL_SURFACE; extern(C) void* function() vtkSLACReader_POINTS; extern(C) void* function() vtkSLACReader_POINT_DATA; extern(C) void* function(void* objectRef) vtkSLACReader_Upcast; extern(C) int function(const(char)* jarg1) vtkBrush_IsTypeOf; extern(C) void* function(void* jarg1) vtkBrush_SafeDownCast; extern(C) void* function(void* jarg1) vtkBrush_NewInstance; extern(C) void* function() vtkBrush_New; extern(C) void function(void* jarg1, void* jarg2) vtkBrush_SetColorF__SWIG_0; extern(C) void function(void* jarg1, double jarg2, double jarg3, double jarg4) vtkBrush_SetColorF__SWIG_1; extern(C) void function(void* jarg1, double jarg2, double jarg3, double jarg4, double jarg5) vtkBrush_SetColorF__SWIG_2; extern(C) void function(void* jarg1, double jarg2) vtkBrush_SetOpacityF; extern(C) double function(void* jarg1) vtkBrush_GetOpacityF; extern(C) void function(void* jarg1, void* jarg2) vtkBrush_SetColor__SWIG_0; extern(C) void function(void* jarg1, ubyte jarg2, ubyte jarg3, ubyte jarg4) vtkBrush_SetColor__SWIG_1; extern(C) void function(void* jarg1, ubyte jarg2, ubyte jarg3, ubyte jarg4, ubyte jarg5) vtkBrush_SetColor__SWIG_2; extern(C) void function(void* jarg1, void* jarg2) vtkBrush_SetColor__SWIG_3; extern(C) void function(void* jarg1, ubyte jarg2) vtkBrush_SetOpacity; extern(C) ubyte function(void* jarg1) vtkBrush_GetOpacity; extern(C) void function(void* jarg1, void* jarg2) vtkBrush_GetColorF; extern(C) void function(void* jarg1, void* jarg2) vtkBrush_GetColor__SWIG_0; extern(C) void* function(void* jarg1) vtkBrush_GetColor__SWIG_1; extern(C) void* function(void* jarg1) vtkBrush_GetColorObject; extern(C) void function(void* jarg1, void* jarg2) vtkBrush_SetTexture; extern(C) void* function(void* jarg1) vtkBrush_GetTexture; extern(C) void function(void* jarg1, int jarg2) vtkBrush_SetTextureProperties; extern(C) int function(void* jarg1) vtkBrush_GetTextureProperties; extern(C) void function(void* jarg1, void* jarg2) vtkBrush_DeepCopy; extern(C) void* function() new_vtkBrush; extern(C) void function(void* jarg1) delete_vtkBrush; extern(C) void* function(void* objectRef) vtkBrush_Upcast; extern(C) int function(const(char)* jarg1) vtkUnstructuredGridVolumeRayCastIterator_IsTypeOf; extern(C) void* function(void* jarg1) vtkUnstructuredGridVolumeRayCastIterator_SafeDownCast; extern(C) void* function(void* jarg1) vtkUnstructuredGridVolumeRayCastIterator_NewInstance; extern(C) void function(void* jarg1, int jarg2, int jarg3) vtkUnstructuredGridVolumeRayCastIterator_Initialize; extern(C) long function(void* jarg1, void* jarg2, void* jarg3, void* jarg4, void* jarg5, void* jarg6) vtkUnstructuredGridVolumeRayCastIterator_GetNextIntersections; extern(C) void function(void* jarg1, double jarg2, double jarg3) vtkUnstructuredGridVolumeRayCastIterator_SetBounds__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkUnstructuredGridVolumeRayCastIterator_SetBounds__SWIG_1; extern(C) void* function(void* jarg1) vtkUnstructuredGridVolumeRayCastIterator_GetBounds__SWIG_0; extern(C) void function(void* jarg1, void* jarg2, void* jarg3) vtkUnstructuredGridVolumeRayCastIterator_GetBounds__SWIG_1; extern(C) void function(void* jarg1, void* jarg2) vtkUnstructuredGridVolumeRayCastIterator_GetBounds__SWIG_2; extern(C) void function(void* jarg1, long jarg2) vtkUnstructuredGridVolumeRayCastIterator_SetMaxNumberOfIntersections; extern(C) long function(void* jarg1) vtkUnstructuredGridVolumeRayCastIterator_GetMaxNumberOfIntersections; extern(C) void* function(void* objectRef) vtkUnstructuredGridVolumeRayCastIterator_Upcast; extern(C) int function(const(char)* jarg1) vtkExtractSelectedPolyDataIds_IsTypeOf; extern(C) void* function(void* jarg1) vtkExtractSelectedPolyDataIds_SafeDownCast; extern(C) void* function(void* jarg1) vtkExtractSelectedPolyDataIds_NewInstance; extern(C) void* function() vtkExtractSelectedPolyDataIds_New; extern(C) void* function(void* objectRef) vtkExtractSelectedPolyDataIds_Upcast; extern(C) void* function() vtkTDxInteractorStyleSettings_New; extern(C) int function(const(char)* jarg1) vtkTDxInteractorStyleSettings_IsTypeOf; extern(C) void* function(void* jarg1) vtkTDxInteractorStyleSettings_SafeDownCast; extern(C) void* function(void* jarg1) vtkTDxInteractorStyleSettings_NewInstance; extern(C) void function(void* jarg1, double jarg2) vtkTDxInteractorStyleSettings_SetAngleSensitivity; extern(C) double function(void* jarg1) vtkTDxInteractorStyleSettings_GetAngleSensitivity; extern(C) void function(void* jarg1, uint jarg2) vtkTDxInteractorStyleSettings_SetUseRotationX; extern(C) uint function(void* jarg1) vtkTDxInteractorStyleSettings_GetUseRotationX; extern(C) void function(void* jarg1, uint jarg2) vtkTDxInteractorStyleSettings_SetUseRotationY; extern(C) uint function(void* jarg1) vtkTDxInteractorStyleSettings_GetUseRotationY; extern(C) void function(void* jarg1, uint jarg2) vtkTDxInteractorStyleSettings_SetUseRotationZ; extern(C) uint function(void* jarg1) vtkTDxInteractorStyleSettings_GetUseRotationZ; extern(C) void function(void* jarg1, double jarg2) vtkTDxInteractorStyleSettings_SetTranslationXSensitivity; extern(C) double function(void* jarg1) vtkTDxInteractorStyleSettings_GetTranslationXSensitivity; extern(C) void function(void* jarg1, double jarg2) vtkTDxInteractorStyleSettings_SetTranslationYSensitivity; extern(C) double function(void* jarg1) vtkTDxInteractorStyleSettings_GetTranslationYSensitivity; extern(C) void function(void* jarg1, double jarg2) vtkTDxInteractorStyleSettings_SetTranslationZSensitivity; extern(C) double function(void* jarg1) vtkTDxInteractorStyleSettings_GetTranslationZSensitivity; extern(C) void* function(void* objectRef) vtkTDxInteractorStyleSettings_Upcast; extern(C) void* function() vtkNormalizeMatrixVectors_New; extern(C) int function(const(char)* jarg1) vtkNormalizeMatrixVectors_IsTypeOf; extern(C) void* function(void* jarg1) vtkNormalizeMatrixVectors_SafeDownCast; extern(C) void* function(void* jarg1) vtkNormalizeMatrixVectors_NewInstance; extern(C) int function(void* jarg1) vtkNormalizeMatrixVectors_GetVectorDimension; extern(C) void function(void* jarg1, int jarg2) vtkNormalizeMatrixVectors_SetVectorDimension; extern(C) double function(void* jarg1) vtkNormalizeMatrixVectors_GetPValue; extern(C) void function(void* jarg1, double jarg2) vtkNormalizeMatrixVectors_SetPValue; extern(C) void* function(void* objectRef) vtkNormalizeMatrixVectors_Upcast; extern(C) void* function() vtkLongLongArray_New; extern(C) int function(const(char)* jarg1) vtkLongLongArray_IsTypeOf; extern(C) void* function(void* jarg1) vtkLongLongArray_SafeDownCast; extern(C) void* function(void* jarg1) vtkLongLongArray_NewInstance; extern(C) void function(void* jarg1, long jarg2, void* jarg3) vtkLongLongArray_GetTupleValue; extern(C) void function(void* jarg1, long jarg2, void* jarg3) vtkLongLongArray_SetTupleValue; extern(C) void function(void* jarg1, long jarg2, void* jarg3) vtkLongLongArray_InsertTupleValue; extern(C) long function(void* jarg1, void* jarg2) vtkLongLongArray_InsertNextTupleValue; extern(C) long function(void* jarg1, long jarg2) vtkLongLongArray_GetValue; extern(C) void function(void* jarg1, long jarg2, long jarg3) vtkLongLongArray_SetValue; extern(C) void function(void* jarg1, long jarg2) vtkLongLongArray_SetNumberOfValues; extern(C) void function(void* jarg1, long jarg2, long jarg3) vtkLongLongArray_InsertValue; extern(C) long function(void* jarg1, long jarg2) vtkLongLongArray_InsertNextValue; extern(C) void* function(void* jarg1, int jarg2) vtkLongLongArray_GetValueRange__SWIG_0; extern(C) void* function(void* jarg1) vtkLongLongArray_GetValueRange__SWIG_1; extern(C) long function() vtkLongLongArray_GetDataTypeValueMin; extern(C) long function() vtkLongLongArray_GetDataTypeValueMax; extern(C) void* function(void* jarg1, long jarg2, long jarg3) vtkLongLongArray_WritePointer; extern(C) void* function(void* jarg1, long jarg2) vtkLongLongArray_GetPointer; extern(C) void function(void* jarg1, void* jarg2, long jarg3, int jarg4) vtkLongLongArray_SetArray__SWIG_0; extern(C) void function(void* jarg1, void* jarg2, long jarg3, int jarg4, int jarg5) vtkLongLongArray_SetArray__SWIG_1; extern(C) void* function(void* objectRef) vtkLongLongArray_Upcast; extern(C) void* function() vtkKMeansDistanceFunctor_New; extern(C) int function(const(char)* jarg1) vtkKMeansDistanceFunctor_IsTypeOf; extern(C) void* function(void* jarg1) vtkKMeansDistanceFunctor_SafeDownCast; extern(C) void* function(void* jarg1) vtkKMeansDistanceFunctor_NewInstance; extern(C) void* function(void* jarg1, long jarg2) vtkKMeansDistanceFunctor_GetEmptyTuple; extern(C) void function(void* jarg1, void* jarg2, void* jarg3, void* jarg4) vtkKMeansDistanceFunctor_opCall; extern(C) void function(void* jarg1, void* jarg2, long jarg3, void* jarg4, long jarg5, long jarg6) vtkKMeansDistanceFunctor_PairwiseUpdate; extern(C) void function(void* jarg1, void* jarg2, void* jarg3, long jarg4, long jarg5, long jarg6, double jarg7) vtkKMeansDistanceFunctor_PerturbElement; extern(C) void* function(void* jarg1, long jarg2) vtkKMeansDistanceFunctor_AllocateElementArray; extern(C) void function(void* jarg1, void* jarg2) vtkKMeansDistanceFunctor_DeallocateElementArray; extern(C) void* function(void* jarg1) vtkKMeansDistanceFunctor_CreateCoordinateArray; extern(C) void function(void* jarg1, void* jarg2, void* jarg3) vtkKMeansDistanceFunctor_PackElements; extern(C) void function(void* jarg1, void* jarg2, void* jarg3, void* jarg4, void* jarg5, int jarg6) vtkKMeansDistanceFunctor_UnPackElements__SWIG_0; extern(C) void function(void* jarg1, void* jarg2, void* jarg3, long jarg4, long jarg5) vtkKMeansDistanceFunctor_UnPackElements__SWIG_1; extern(C) int function(void* jarg1) vtkKMeansDistanceFunctor_GetDataType; extern(C) void* function(void* objectRef) vtkKMeansDistanceFunctor_Upcast; extern(C) void* function() vtkImageIdealLowPass_New; extern(C) int function(const(char)* jarg1) vtkImageIdealLowPass_IsTypeOf; extern(C) void* function(void* jarg1) vtkImageIdealLowPass_SafeDownCast; extern(C) void* function(void* jarg1) vtkImageIdealLowPass_NewInstance; extern(C) void function(void* jarg1, double jarg2, double jarg3, double jarg4) vtkImageIdealLowPass_SetCutOff__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkImageIdealLowPass_SetCutOff__SWIG_1; extern(C) void function(void* jarg1, double jarg2) vtkImageIdealLowPass_SetCutOff__SWIG_2; extern(C) void function(void* jarg1, double jarg2) vtkImageIdealLowPass_SetXCutOff; extern(C) void function(void* jarg1, double jarg2) vtkImageIdealLowPass_SetYCutOff; extern(C) void function(void* jarg1, double jarg2) vtkImageIdealLowPass_SetZCutOff; extern(C) void* function(void* jarg1) vtkImageIdealLowPass_GetCutOff__SWIG_0; extern(C) void function(void* jarg1, void* jarg2, void* jarg3, void* jarg4) vtkImageIdealLowPass_GetCutOff__SWIG_1; extern(C) void function(void* jarg1, void* jarg2) vtkImageIdealLowPass_GetCutOff__SWIG_2; extern(C) double function(void* jarg1) vtkImageIdealLowPass_GetXCutOff; extern(C) double function(void* jarg1) vtkImageIdealLowPass_GetYCutOff; extern(C) double function(void* jarg1) vtkImageIdealLowPass_GetZCutOff; extern(C) void* function(void* objectRef) vtkImageIdealLowPass_Upcast; extern(C) const(char)* function() VTK_SQL_ALLBACKENDS_get; extern(C) const(char)* function() VTK_SQL_MYSQL_get; extern(C) const(char)* function() VTK_SQL_POSTGRESQL_get; extern(C) const(char)* function() VTK_SQL_SQLITE_get; extern(C) int function(const(char)* jarg1) vtkSQLDatabaseSchema_IsTypeOf; extern(C) void* function(void* jarg1) vtkSQLDatabaseSchema_SafeDownCast; extern(C) void* function(void* jarg1) vtkSQLDatabaseSchema_NewInstance; extern(C) void* function() vtkSQLDatabaseSchema_New; extern(C) int function(void* jarg1, const(char)* jarg2, const(char)* jarg3, const(char)* jarg4) vtkSQLDatabaseSchema_AddPreamble__SWIG_0; extern(C) int function(void* jarg1, const(char)* jarg2, const(char)* jarg3) vtkSQLDatabaseSchema_AddPreamble__SWIG_1; extern(C) int function(void* jarg1, const(char)* jarg2) vtkSQLDatabaseSchema_AddTable; extern(C) int function(void* jarg1, int jarg2, int jarg3, const(char)* jarg4, int jarg5, const(char)* jarg6) vtkSQLDatabaseSchema_AddColumnToTable__SWIG_0; extern(C) int function(void* jarg1, const(char)* jarg2, int jarg3, const(char)* jarg4, int jarg5, const(char)* jarg6) vtkSQLDatabaseSchema_AddColumnToTable__SWIG_1; extern(C) int function(void* jarg1, int jarg2, int jarg3, const(char)* jarg4) vtkSQLDatabaseSchema_AddIndexToTable__SWIG_0; extern(C) int function(void* jarg1, const(char)* jarg2, int jarg3, const(char)* jarg4) vtkSQLDatabaseSchema_AddIndexToTable__SWIG_1; extern(C) int function(void* jarg1, int jarg2, int jarg3, int jarg4) vtkSQLDatabaseSchema_AddColumnToIndex__SWIG_0; extern(C) int function(void* jarg1, const(char)* jarg2, const(char)* jarg3, const(char)* jarg4) vtkSQLDatabaseSchema_AddColumnToIndex__SWIG_1; extern(C) int function(void* jarg1, int jarg2, int jarg3, const(char)* jarg4, const(char)* jarg5, const(char)* jarg6) vtkSQLDatabaseSchema_AddTriggerToTable__SWIG_0; extern(C) int function(void* jarg1, int jarg2, int jarg3, const(char)* jarg4, const(char)* jarg5) vtkSQLDatabaseSchema_AddTriggerToTable__SWIG_1; extern(C) int function(void* jarg1, const(char)* jarg2, int jarg3, const(char)* jarg4, const(char)* jarg5, const(char)* jarg6) vtkSQLDatabaseSchema_AddTriggerToTable__SWIG_2; extern(C) int function(void* jarg1, const(char)* jarg2, int jarg3, const(char)* jarg4, const(char)* jarg5) vtkSQLDatabaseSchema_AddTriggerToTable__SWIG_3; extern(C) int function(void* jarg1, int jarg2, const(char)* jarg3, const(char)* jarg4) vtkSQLDatabaseSchema_AddOptionToTable__SWIG_0; extern(C) int function(void* jarg1, int jarg2, const(char)* jarg3) vtkSQLDatabaseSchema_AddOptionToTable__SWIG_1; extern(C) int function(void* jarg1, const(char)* jarg2, const(char)* jarg3, const(char)* jarg4) vtkSQLDatabaseSchema_AddOptionToTable__SWIG_2; extern(C) int function(void* jarg1, const(char)* jarg2, const(char)* jarg3) vtkSQLDatabaseSchema_AddOptionToTable__SWIG_3; extern(C) int function(void* jarg1, const(char)* jarg2) vtkSQLDatabaseSchema_GetPreambleHandleFromName; extern(C) const(char)* function(void* jarg1, int jarg2) vtkSQLDatabaseSchema_GetPreambleNameFromHandle; extern(C) const(char)* function(void* jarg1, int jarg2) vtkSQLDatabaseSchema_GetPreambleActionFromHandle; extern(C) const(char)* function(void* jarg1, int jarg2) vtkSQLDatabaseSchema_GetPreambleBackendFromHandle; extern(C) int function(void* jarg1, const(char)* jarg2) vtkSQLDatabaseSchema_GetTableHandleFromName; extern(C) const(char)* function(void* jarg1, int jarg2) vtkSQLDatabaseSchema_GetTableNameFromHandle; extern(C) int function(void* jarg1, const(char)* jarg2, const(char)* jarg3) vtkSQLDatabaseSchema_GetIndexHandleFromName; extern(C) const(char)* function(void* jarg1, int jarg2, int jarg3) vtkSQLDatabaseSchema_GetIndexNameFromHandle; extern(C) int function(void* jarg1, int jarg2, int jarg3) vtkSQLDatabaseSchema_GetIndexTypeFromHandle; extern(C) const(char)* function(void* jarg1, int jarg2, int jarg3, int jarg4) vtkSQLDatabaseSchema_GetIndexColumnNameFromHandle; extern(C) int function(void* jarg1, const(char)* jarg2, const(char)* jarg3) vtkSQLDatabaseSchema_GetColumnHandleFromName; extern(C) const(char)* function(void* jarg1, int jarg2, int jarg3) vtkSQLDatabaseSchema_GetColumnNameFromHandle; extern(C) int function(void* jarg1, int jarg2, int jarg3) vtkSQLDatabaseSchema_GetColumnTypeFromHandle; extern(C) int function(void* jarg1, int jarg2, int jarg3) vtkSQLDatabaseSchema_GetColumnSizeFromHandle; extern(C) const(char)* function(void* jarg1, int jarg2, int jarg3) vtkSQLDatabaseSchema_GetColumnAttributesFromHandle; extern(C) int function(void* jarg1, const(char)* jarg2, const(char)* jarg3) vtkSQLDatabaseSchema_GetTriggerHandleFromName; extern(C) const(char)* function(void* jarg1, int jarg2, int jarg3) vtkSQLDatabaseSchema_GetTriggerNameFromHandle; extern(C) int function(void* jarg1, int jarg2, int jarg3) vtkSQLDatabaseSchema_GetTriggerTypeFromHandle; extern(C) const(char)* function(void* jarg1, int jarg2, int jarg3) vtkSQLDatabaseSchema_GetTriggerActionFromHandle; extern(C) const(char)* function(void* jarg1, int jarg2, int jarg3) vtkSQLDatabaseSchema_GetTriggerBackendFromHandle; extern(C) const(char)* function(void* jarg1, int jarg2, int jarg3) vtkSQLDatabaseSchema_GetOptionTextFromHandle; extern(C) const(char)* function(void* jarg1, int jarg2, int jarg3) vtkSQLDatabaseSchema_GetOptionBackendFromHandle; extern(C) void function(void* jarg1) vtkSQLDatabaseSchema_Reset; extern(C) int function(void* jarg1) vtkSQLDatabaseSchema_GetNumberOfPreambles; extern(C) int function(void* jarg1) vtkSQLDatabaseSchema_GetNumberOfTables; extern(C) int function(void* jarg1, int jarg2) vtkSQLDatabaseSchema_GetNumberOfColumnsInTable; extern(C) int function(void* jarg1, int jarg2) vtkSQLDatabaseSchema_GetNumberOfIndicesInTable; extern(C) int function(void* jarg1, int jarg2, int jarg3) vtkSQLDatabaseSchema_GetNumberOfColumnNamesInIndex; extern(C) int function(void* jarg1, int jarg2) vtkSQLDatabaseSchema_GetNumberOfTriggersInTable; extern(C) int function(void* jarg1, int jarg2) vtkSQLDatabaseSchema_GetNumberOfOptionsInTable; extern(C) void function(void* jarg1, const(char)* jarg2) vtkSQLDatabaseSchema_SetName; extern(C) const(char)* function(void* jarg1) vtkSQLDatabaseSchema_GetName; extern(C) void* function(void* objectRef) vtkSQLDatabaseSchema_Upcast; extern(C) int function(const(char)* jarg1) vtkDistanceRepresentation_IsTypeOf; extern(C) void* function(void* jarg1) vtkDistanceRepresentation_SafeDownCast; extern(C) void* function(void* jarg1) vtkDistanceRepresentation_NewInstance; extern(C) double function(void* jarg1) vtkDistanceRepresentation_GetDistance; extern(C) void function(void* jarg1, void* jarg2) vtkDistanceRepresentation_GetPoint1WorldPosition__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkDistanceRepresentation_GetPoint2WorldPosition__SWIG_0; extern(C) void* function(void* jarg1) vtkDistanceRepresentation_GetPoint1WorldPosition__SWIG_1; extern(C) void* function(void* jarg1) vtkDistanceRepresentation_GetPoint2WorldPosition__SWIG_1; extern(C) void function(void* jarg1, void* jarg2) vtkDistanceRepresentation_SetPoint1DisplayPosition; extern(C) void function(void* jarg1, void* jarg2) vtkDistanceRepresentation_SetPoint2DisplayPosition; extern(C) void function(void* jarg1, void* jarg2) vtkDistanceRepresentation_GetPoint1DisplayPosition; extern(C) void function(void* jarg1, void* jarg2) vtkDistanceRepresentation_GetPoint2DisplayPosition; extern(C) void function(void* jarg1, void* jarg2) vtkDistanceRepresentation_SetPoint1WorldPosition; extern(C) void function(void* jarg1, void* jarg2) vtkDistanceRepresentation_SetPoint2WorldPosition; extern(C) void function(void* jarg1, void* jarg2) vtkDistanceRepresentation_SetHandleRepresentation; extern(C) void function(void* jarg1) vtkDistanceRepresentation_InstantiateHandleRepresentation; extern(C) void* function(void* jarg1) vtkDistanceRepresentation_GetPoint1Representation; extern(C) void* function(void* jarg1) vtkDistanceRepresentation_GetPoint2Representation; extern(C) void function(void* jarg1, int jarg2) vtkDistanceRepresentation_SetTolerance; extern(C) int function(void* jarg1) vtkDistanceRepresentation_GetToleranceMinValue; extern(C) int function(void* jarg1) vtkDistanceRepresentation_GetToleranceMaxValue; extern(C) int function(void* jarg1) vtkDistanceRepresentation_GetTolerance; extern(C) void function(void* jarg1, const(char)* jarg2) vtkDistanceRepresentation_SetLabelFormat; extern(C) const(char)* function(void* jarg1) vtkDistanceRepresentation_GetLabelFormat; extern(C) void function(void* jarg1, int jarg2) vtkDistanceRepresentation_SetRulerMode; extern(C) int function(void* jarg1) vtkDistanceRepresentation_GetRulerMode; extern(C) void function(void* jarg1) vtkDistanceRepresentation_RulerModeOn; extern(C) void function(void* jarg1) vtkDistanceRepresentation_RulerModeOff; extern(C) void function(void* jarg1, double jarg2) vtkDistanceRepresentation_SetRulerDistance; extern(C) double function(void* jarg1) vtkDistanceRepresentation_GetRulerDistanceMinValue; extern(C) double function(void* jarg1) vtkDistanceRepresentation_GetRulerDistanceMaxValue; extern(C) double function(void* jarg1) vtkDistanceRepresentation_GetRulerDistance; extern(C) void function(void* jarg1, int jarg2) vtkDistanceRepresentation_SetNumberOfRulerTicks; extern(C) int function(void* jarg1) vtkDistanceRepresentation_GetNumberOfRulerTicksMinValue; extern(C) int function(void* jarg1) vtkDistanceRepresentation_GetNumberOfRulerTicksMaxValue; extern(C) int function(void* jarg1) vtkDistanceRepresentation_GetNumberOfRulerTicks; extern(C) int function(void* jarg1, int jarg2, int jarg3, int jarg4) vtkDistanceRepresentation_ComputeInteractionState__SWIG_0; extern(C) int function(void* jarg1, int jarg2, int jarg3) vtkDistanceRepresentation_ComputeInteractionState__SWIG_1; extern(C) void* function(void* objectRef) vtkDistanceRepresentation_Upcast; extern(C) void* function() vtkDistanceRepresentation3D_New; extern(C) int function(const(char)* jarg1) vtkDistanceRepresentation3D_IsTypeOf; extern(C) void* function(void* jarg1) vtkDistanceRepresentation3D_SafeDownCast; extern(C) void* function(void* jarg1) vtkDistanceRepresentation3D_NewInstance; extern(C) void function(void* jarg1, double jarg2) vtkDistanceRepresentation3D_SetGlyphScale; extern(C) double function(void* jarg1) vtkDistanceRepresentation3D_GetGlyphScale; extern(C) void* function(void* jarg1) vtkDistanceRepresentation3D_GetLineProperty; extern(C) void function(void* jarg1, double jarg2) vtkDistanceRepresentation3D_SetLabelPosition; extern(C) double function(void* jarg1) vtkDistanceRepresentation3D_GetLabelPosition; extern(C) void function(void* jarg1, int jarg2) vtkDistanceRepresentation3D_SetMaximumNumberOfRulerTicks; extern(C) int function(void* jarg1) vtkDistanceRepresentation3D_GetMaximumNumberOfRulerTicksMinValue; extern(C) int function(void* jarg1) vtkDistanceRepresentation3D_GetMaximumNumberOfRulerTicksMaxValue; extern(C) int function(void* jarg1) vtkDistanceRepresentation3D_GetMaximumNumberOfRulerTicks; extern(C) void* function(void* jarg1) vtkDistanceRepresentation3D_GetGlyphActor; extern(C) void* function(void* jarg1) vtkDistanceRepresentation3D_GetLabelActor; extern(C) void* function(void* jarg1) vtkDistanceRepresentation3D_GetPoint1WorldPosition__SWIG_0; extern(C) void* function(void* jarg1) vtkDistanceRepresentation3D_GetPoint2WorldPosition__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkDistanceRepresentation3D_GetPoint1WorldPosition__SWIG_1; extern(C) void function(void* jarg1, void* jarg2) vtkDistanceRepresentation3D_GetPoint2WorldPosition__SWIG_1; extern(C) void function(void* jarg1, double jarg2, double jarg3, double jarg4) vtkDistanceRepresentation3D_SetLabelScale__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkDistanceRepresentation3D_SetLabelScale__SWIG_1; extern(C) void* function(void* jarg1) vtkDistanceRepresentation3D_GetLabelScale; extern(C) void* function(void* jarg1) vtkDistanceRepresentation3D_GetLabelProperty; extern(C) void* function(void* objectRef) vtkDistanceRepresentation3D_Upcast; extern(C) void* function() new_vtkFilteringInformationKeyManager; extern(C) void function(void* jarg1) delete_vtkFilteringInformationKeyManager; extern(C) void function(void* jarg1) vtkFilteringInformationKeyManager_Register; extern(C) void function(void* jarg1) vtkFilteringInformationKeyManagerInstance_set; extern(C) void* function() vtkFilteringInformationKeyManagerInstance_get; extern(C) int function() VTK_EXTRACT_COMPONENT_get; extern(C) int function() VTK_EXTRACT_EFFECTIVE_STRESS_get; extern(C) int function() VTK_EXTRACT_DETERMINANT_get; extern(C) int function(const(char)* jarg1) vtkExtractTensorComponents_IsTypeOf; extern(C) void* function(void* jarg1) vtkExtractTensorComponents_SafeDownCast; extern(C) void* function(void* jarg1) vtkExtractTensorComponents_NewInstance; extern(C) void* function() vtkExtractTensorComponents_New; extern(C) void function(void* jarg1, int jarg2) vtkExtractTensorComponents_SetPassTensorsToOutput; extern(C) int function(void* jarg1) vtkExtractTensorComponents_GetPassTensorsToOutput; extern(C) void function(void* jarg1) vtkExtractTensorComponents_PassTensorsToOutputOn; extern(C) void function(void* jarg1) vtkExtractTensorComponents_PassTensorsToOutputOff; extern(C) void function(void* jarg1, int jarg2) vtkExtractTensorComponents_SetExtractScalars; extern(C) int function(void* jarg1) vtkExtractTensorComponents_GetExtractScalars; extern(C) void function(void* jarg1) vtkExtractTensorComponents_ExtractScalarsOn; extern(C) void function(void* jarg1) vtkExtractTensorComponents_ExtractScalarsOff; extern(C) void function(void* jarg1, int jarg2, int jarg3) vtkExtractTensorComponents_SetScalarComponents__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkExtractTensorComponents_SetScalarComponents__SWIG_1; extern(C) void* function(void* jarg1) vtkExtractTensorComponents_GetScalarComponents__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkExtractTensorComponents_GetScalarComponents__SWIG_1; extern(C) void function(void* jarg1, int jarg2) vtkExtractTensorComponents_SetScalarMode; extern(C) int function(void* jarg1) vtkExtractTensorComponents_GetScalarMode; extern(C) void function(void* jarg1) vtkExtractTensorComponents_SetScalarModeToComponent; extern(C) void function(void* jarg1) vtkExtractTensorComponents_SetScalarModeToEffectiveStress; extern(C) void function(void* jarg1) vtkExtractTensorComponents_SetScalarModeToDeterminant; extern(C) void function(void* jarg1) vtkExtractTensorComponents_ScalarIsComponent; extern(C) void function(void* jarg1) vtkExtractTensorComponents_ScalarIsEffectiveStress; extern(C) void function(void* jarg1) vtkExtractTensorComponents_ScalarIsDeterminant; extern(C) void function(void* jarg1, int jarg2) vtkExtractTensorComponents_SetExtractVectors; extern(C) int function(void* jarg1) vtkExtractTensorComponents_GetExtractVectors; extern(C) void function(void* jarg1) vtkExtractTensorComponents_ExtractVectorsOn; extern(C) void function(void* jarg1) vtkExtractTensorComponents_ExtractVectorsOff; extern(C) void function(void* jarg1, int jarg2, int jarg3, int jarg4, int jarg5, int jarg6, int jarg7) vtkExtractTensorComponents_SetVectorComponents__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkExtractTensorComponents_SetVectorComponents__SWIG_1; extern(C) void* function(void* jarg1) vtkExtractTensorComponents_GetVectorComponents__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkExtractTensorComponents_GetVectorComponents__SWIG_1; extern(C) void function(void* jarg1, int jarg2) vtkExtractTensorComponents_SetExtractNormals; extern(C) int function(void* jarg1) vtkExtractTensorComponents_GetExtractNormals; extern(C) void function(void* jarg1) vtkExtractTensorComponents_ExtractNormalsOn; extern(C) void function(void* jarg1) vtkExtractTensorComponents_ExtractNormalsOff; extern(C) void function(void* jarg1, int jarg2) vtkExtractTensorComponents_SetNormalizeNormals; extern(C) int function(void* jarg1) vtkExtractTensorComponents_GetNormalizeNormals; extern(C) void function(void* jarg1) vtkExtractTensorComponents_NormalizeNormalsOn; extern(C) void function(void* jarg1) vtkExtractTensorComponents_NormalizeNormalsOff; extern(C) void function(void* jarg1, int jarg2, int jarg3, int jarg4, int jarg5, int jarg6, int jarg7) vtkExtractTensorComponents_SetNormalComponents__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkExtractTensorComponents_SetNormalComponents__SWIG_1; extern(C) void* function(void* jarg1) vtkExtractTensorComponents_GetNormalComponents__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkExtractTensorComponents_GetNormalComponents__SWIG_1; extern(C) void function(void* jarg1, int jarg2) vtkExtractTensorComponents_SetExtractTCoords; extern(C) int function(void* jarg1) vtkExtractTensorComponents_GetExtractTCoords; extern(C) void function(void* jarg1) vtkExtractTensorComponents_ExtractTCoordsOn; extern(C) void function(void* jarg1) vtkExtractTensorComponents_ExtractTCoordsOff; extern(C) void function(void* jarg1, int jarg2) vtkExtractTensorComponents_SetNumberOfTCoords; extern(C) int function(void* jarg1) vtkExtractTensorComponents_GetNumberOfTCoordsMinValue; extern(C) int function(void* jarg1) vtkExtractTensorComponents_GetNumberOfTCoordsMaxValue; extern(C) int function(void* jarg1) vtkExtractTensorComponents_GetNumberOfTCoords; extern(C) void function(void* jarg1, int jarg2, int jarg3, int jarg4, int jarg5, int jarg6, int jarg7) vtkExtractTensorComponents_SetTCoordComponents__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkExtractTensorComponents_SetTCoordComponents__SWIG_1; extern(C) void* function(void* jarg1) vtkExtractTensorComponents_GetTCoordComponents__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkExtractTensorComponents_GetTCoordComponents__SWIG_1; extern(C) void* function(void* objectRef) vtkExtractTensorComponents_Upcast; extern(C) void* function() vtkDistanceToCamera_New; extern(C) int function(const(char)* jarg1) vtkDistanceToCamera_IsTypeOf; extern(C) void* function(void* jarg1) vtkDistanceToCamera_SafeDownCast; extern(C) void* function(void* jarg1) vtkDistanceToCamera_NewInstance; extern(C) void function(void* jarg1, void* jarg2) vtkDistanceToCamera_SetRenderer; extern(C) void* function(void* jarg1) vtkDistanceToCamera_GetRenderer; extern(C) void function(void* jarg1, double jarg2) vtkDistanceToCamera_SetScreenSize; extern(C) double function(void* jarg1) vtkDistanceToCamera_GetScreenSize; extern(C) void function(void* jarg1, uint jarg2) vtkDistanceToCamera_SetScaling; extern(C) uint function(void* jarg1) vtkDistanceToCamera_GetScaling; extern(C) void function(void* jarg1) vtkDistanceToCamera_ScalingOn; extern(C) void function(void* jarg1) vtkDistanceToCamera_ScalingOff; extern(C) void* function(void* objectRef) vtkDistanceToCamera_Upcast; extern(C) void* function() vtkPNGReader_New; extern(C) int function(const(char)* jarg1) vtkPNGReader_IsTypeOf; extern(C) void* function(void* jarg1) vtkPNGReader_SafeDownCast; extern(C) void* function(void* jarg1) vtkPNGReader_NewInstance; extern(C) void* function(void* objectRef) vtkPNGReader_Upcast; extern(C) void* function() vtkCylinderSource_New; extern(C) int function(const(char)* jarg1) vtkCylinderSource_IsTypeOf; extern(C) void* function(void* jarg1) vtkCylinderSource_SafeDownCast; extern(C) void* function(void* jarg1) vtkCylinderSource_NewInstance; extern(C) void function(void* jarg1, double jarg2) vtkCylinderSource_SetHeight; extern(C) double function(void* jarg1) vtkCylinderSource_GetHeightMinValue; extern(C) double function(void* jarg1) vtkCylinderSource_GetHeightMaxValue; extern(C) double function(void* jarg1) vtkCylinderSource_GetHeight; extern(C) void function(void* jarg1, double jarg2) vtkCylinderSource_SetRadius; extern(C) double function(void* jarg1) vtkCylinderSource_GetRadiusMinValue; extern(C) double function(void* jarg1) vtkCylinderSource_GetRadiusMaxValue; extern(C) double function(void* jarg1) vtkCylinderSource_GetRadius; extern(C) void function(void* jarg1, double jarg2, double jarg3, double jarg4) vtkCylinderSource_SetCenter__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkCylinderSource_SetCenter__SWIG_1; extern(C) void* function(void* jarg1) vtkCylinderSource_GetCenter__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkCylinderSource_GetCenter__SWIG_1; extern(C) void function(void* jarg1, int jarg2) vtkCylinderSource_SetResolution; extern(C) int function(void* jarg1) vtkCylinderSource_GetResolutionMinValue; extern(C) int function(void* jarg1) vtkCylinderSource_GetResolutionMaxValue; extern(C) int function(void* jarg1) vtkCylinderSource_GetResolution; extern(C) void function(void* jarg1, int jarg2) vtkCylinderSource_SetCapping; extern(C) int function(void* jarg1) vtkCylinderSource_GetCapping; extern(C) void function(void* jarg1) vtkCylinderSource_CappingOn; extern(C) void function(void* jarg1) vtkCylinderSource_CappingOff; extern(C) void* function(void* objectRef) vtkCylinderSource_Upcast; extern(C) void* function() vtkDataSetMapper_New; extern(C) int function(const(char)* jarg1) vtkDataSetMapper_IsTypeOf; extern(C) void* function(void* jarg1) vtkDataSetMapper_SafeDownCast; extern(C) void* function(void* jarg1) vtkDataSetMapper_NewInstance; extern(C) void* function(void* jarg1) vtkDataSetMapper_GetPolyDataMapper; extern(C) void function(void* jarg1, void* jarg2) vtkDataSetMapper_SetInputData; extern(C) void* function(void* jarg1) vtkDataSetMapper_GetInput; extern(C) void* function(void* objectRef) vtkDataSetMapper_Upcast; extern(C) int function(const(char)* jarg1) vtkEdgeCenters_IsTypeOf; extern(C) void* function(void* jarg1) vtkEdgeCenters_SafeDownCast; extern(C) void* function(void* jarg1) vtkEdgeCenters_NewInstance; extern(C) void* function() vtkEdgeCenters_New; extern(C) void function(void* jarg1, int jarg2) vtkEdgeCenters_SetVertexCells; extern(C) int function(void* jarg1) vtkEdgeCenters_GetVertexCells; extern(C) void function(void* jarg1) vtkEdgeCenters_VertexCellsOn; extern(C) void function(void* jarg1) vtkEdgeCenters_VertexCellsOff; extern(C) void* function(void* objectRef) vtkEdgeCenters_Upcast; extern(C) int function() VTK_CTF_RGB_get; extern(C) int function() VTK_CTF_HSV_get; extern(C) int function() VTK_CTF_LAB_get; extern(C) int function() VTK_CTF_DIVERGING_get; extern(C) int function() VTK_CTF_LINEAR_get; extern(C) int function() VTK_CTF_LOG10_get; extern(C) void* function() vtkColorTransferFunction_New; extern(C) int function(const(char)* jarg1) vtkColorTransferFunction_IsTypeOf; extern(C) void* function(void* jarg1) vtkColorTransferFunction_SafeDownCast; extern(C) void* function(void* jarg1) vtkColorTransferFunction_NewInstance; extern(C) void function(void* jarg1, void* jarg2) vtkColorTransferFunction_ShallowCopy; extern(C) int function(void* jarg1) vtkColorTransferFunction_GetSize; extern(C) int function(void* jarg1, double jarg2, double jarg3, double jarg4, double jarg5) vtkColorTransferFunction_AddRGBPoint__SWIG_0; extern(C) int function(void* jarg1, double jarg2, double jarg3, double jarg4, double jarg5, double jarg6, double jarg7) vtkColorTransferFunction_AddRGBPoint__SWIG_1; extern(C) int function(void* jarg1, double jarg2, double jarg3, double jarg4, double jarg5) vtkColorTransferFunction_AddHSVPoint__SWIG_0; extern(C) int function(void* jarg1, double jarg2, double jarg3, double jarg4, double jarg5, double jarg6, double jarg7) vtkColorTransferFunction_AddHSVPoint__SWIG_1; extern(C) int function(void* jarg1, double jarg2) vtkColorTransferFunction_RemovePoint; extern(C) void function(void* jarg1, double jarg2, double jarg3, double jarg4, double jarg5, double jarg6, double jarg7, double jarg8, double jarg9) vtkColorTransferFunction_AddRGBSegment; extern(C) void function(void* jarg1, double jarg2, double jarg3, double jarg4, double jarg5, double jarg6, double jarg7, double jarg8, double jarg9) vtkColorTransferFunction_AddHSVSegment; extern(C) void function(void* jarg1) vtkColorTransferFunction_RemoveAllPoints; extern(C) void* function(void* jarg1, double jarg2) vtkColorTransferFunction_GetColor__SWIG_0; extern(C) void function(void* jarg1, double jarg2, void* jarg3) vtkColorTransferFunction_GetColor__SWIG_1; extern(C) double function(void* jarg1, double jarg2) vtkColorTransferFunction_GetRedValue; extern(C) double function(void* jarg1, double jarg2) vtkColorTransferFunction_GetGreenValue; extern(C) double function(void* jarg1, double jarg2) vtkColorTransferFunction_GetBlueValue; extern(C) int function(void* jarg1, int jarg2, void* jarg3) vtkColorTransferFunction_GetNodeValue; extern(C) int function(void* jarg1, int jarg2, void* jarg3) vtkColorTransferFunction_SetNodeValue; extern(C) void* function(void* jarg1) vtkColorTransferFunction_GetRange__SWIG_0; extern(C) void function(void* jarg1, void* jarg2, void* jarg3) vtkColorTransferFunction_GetRange__SWIG_1; extern(C) void function(void* jarg1, void* jarg2) vtkColorTransferFunction_GetRange__SWIG_2; extern(C) int function(void* jarg1, void* jarg2) vtkColorTransferFunction_AdjustRange; extern(C) void function(void* jarg1, double jarg2, double jarg3, int jarg4, void* jarg5) vtkColorTransferFunction_GetTable__SWIG_0; extern(C) void function(void* jarg1, double jarg2, double jarg3, int jarg4, void* jarg5) vtkColorTransferFunction_GetTable__SWIG_1; extern(C) void* function(void* jarg1, double jarg2, double jarg3, int jarg4) vtkColorTransferFunction_GetTable__SWIG_2; extern(C) void function(void* jarg1, double jarg2, double jarg3, int jarg4, void* jarg5) vtkColorTransferFunction_BuildFunctionFromTable; extern(C) void function(void* jarg1, int jarg2) vtkColorTransferFunction_SetClamping; extern(C) int function(void* jarg1) vtkColorTransferFunction_GetClampingMinValue; extern(C) int function(void* jarg1) vtkColorTransferFunction_GetClampingMaxValue; extern(C) int function(void* jarg1) vtkColorTransferFunction_GetClamping; extern(C) void function(void* jarg1) vtkColorTransferFunction_ClampingOn; extern(C) void function(void* jarg1) vtkColorTransferFunction_ClampingOff; extern(C) void function(void* jarg1, int jarg2) vtkColorTransferFunction_SetColorSpace; extern(C) int function(void* jarg1) vtkColorTransferFunction_GetColorSpaceMinValue; extern(C) int function(void* jarg1) vtkColorTransferFunction_GetColorSpaceMaxValue; extern(C) void function(void* jarg1) vtkColorTransferFunction_SetColorSpaceToRGB; extern(C) void function(void* jarg1) vtkColorTransferFunction_SetColorSpaceToHSV; extern(C) void function(void* jarg1) vtkColorTransferFunction_SetColorSpaceToLab; extern(C) void function(void* jarg1) vtkColorTransferFunction_SetColorSpaceToDiverging; extern(C) int function(void* jarg1) vtkColorTransferFunction_GetColorSpace; extern(C) void function(void* jarg1, int jarg2) vtkColorTransferFunction_SetHSVWrap; extern(C) int function(void* jarg1) vtkColorTransferFunction_GetHSVWrap; extern(C) void function(void* jarg1) vtkColorTransferFunction_HSVWrapOn; extern(C) void function(void* jarg1) vtkColorTransferFunction_HSVWrapOff; extern(C) void function(void* jarg1, int jarg2) vtkColorTransferFunction_SetScale; extern(C) void function(void* jarg1) vtkColorTransferFunction_SetScaleToLinear; extern(C) void function(void* jarg1) vtkColorTransferFunction_SetScaleToLog10; extern(C) int function(void* jarg1) vtkColorTransferFunction_GetScale; extern(C) void function(void* jarg1, double jarg2, double jarg3, double jarg4) vtkColorTransferFunction_SetNanColor__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkColorTransferFunction_SetNanColor__SWIG_1; extern(C) void* function(void* jarg1) vtkColorTransferFunction_GetNanColor__SWIG_0; extern(C) void function(void* jarg1, void* jarg2, void* jarg3, void* jarg4) vtkColorTransferFunction_GetNanColor__SWIG_1; extern(C) void function(void* jarg1, void* jarg2) vtkColorTransferFunction_GetNanColor__SWIG_2; extern(C) void* function(void* jarg1) vtkColorTransferFunction_GetDataPointer; extern(C) void function(void* jarg1, int jarg2, void* jarg3) vtkColorTransferFunction_FillFromDataPointer; extern(C) void function(void* jarg1, int jarg2) vtkColorTransferFunction_SetAllowDuplicateScalars; extern(C) int function(void* jarg1) vtkColorTransferFunction_GetAllowDuplicateScalars; extern(C) void function(void* jarg1) vtkColorTransferFunction_AllowDuplicateScalarsOn; extern(C) void function(void* jarg1) vtkColorTransferFunction_AllowDuplicateScalarsOff; extern(C) void* function(void* objectRef) vtkColorTransferFunction_Upcast; extern(C) void* function() vtkPath_New; extern(C) int function(const(char)* jarg1) vtkPath_IsTypeOf; extern(C) void* function(void* jarg1) vtkPath_SafeDownCast; extern(C) void* function(void* jarg1) vtkPath_NewInstance; extern(C) void function(void* jarg1, void* jarg2, int jarg3) vtkPath_InsertNextPoint__SWIG_0; extern(C) void function(void* jarg1, void* jarg2, int jarg3) vtkPath_InsertNextPoint__SWIG_1; extern(C) void function(void* jarg1, double jarg2, double jarg3, double jarg4, int jarg5) vtkPath_InsertNextPoint__SWIG_2; extern(C) void function(void* jarg1, void* jarg2) vtkPath_SetCodes; extern(C) void* function(void* jarg1) vtkPath_GetCodes; extern(C) void* function(void* jarg1, long jarg2) vtkPath_GetCell__SWIG_0; extern(C) void function(void* jarg1, long jarg2, void* jarg3) vtkPath_GetCell__SWIG_1; extern(C) void function(void* jarg1, long jarg2, int jarg3) vtkPath_Allocate__SWIG_0; extern(C) void function(void* jarg1, long jarg2) vtkPath_Allocate__SWIG_1; extern(C) void function(void* jarg1) vtkPath_Allocate__SWIG_2; extern(C) void function(void* jarg1) vtkPath_Reset; extern(C) void* function(void* jarg1) vtkPath_GetData__SWIG_0; extern(C) void* function(void* jarg1, int jarg2) vtkPath_GetData__SWIG_1; extern(C) void* function(void* jarg1) vtkPath_GetData__SWIG_2; extern(C) void* function(void* objectRef) vtkPath_Upcast; extern(C) void* function() vtkViewUpdater_New; extern(C) int function(const(char)* jarg1) vtkViewUpdater_IsTypeOf; extern(C) void* function(void* jarg1) vtkViewUpdater_SafeDownCast; extern(C) void* function(void* jarg1) vtkViewUpdater_NewInstance; extern(C) void function(void* jarg1, void* jarg2) vtkViewUpdater_AddView; extern(C) void function(void* jarg1, void* jarg2) vtkViewUpdater_RemoveView; extern(C) void function(void* jarg1, void* jarg2) vtkViewUpdater_AddAnnotationLink; extern(C) void* function(void* objectRef) vtkViewUpdater_Upcast; extern(C) int function(const(char)* jarg1) vtkInterpolatedVelocityField_IsTypeOf; extern(C) void* function(void* jarg1) vtkInterpolatedVelocityField_SafeDownCast; extern(C) void* function(void* jarg1) vtkInterpolatedVelocityField_NewInstance; extern(C) void* function() vtkInterpolatedVelocityField_New; extern(C) void function(void* jarg1, long jarg2, int jarg3) vtkInterpolatedVelocityField_SetLastCellId__SWIG_0; extern(C) void function(void* jarg1, long jarg2) vtkInterpolatedVelocityField_SetLastCellId__SWIG_1; extern(C) void* function(void* objectRef) vtkInterpolatedVelocityField_Upcast; extern(C) void* function() vtkGeoEdgeStrategy_New; extern(C) int function(const(char)* jarg1) vtkGeoEdgeStrategy_IsTypeOf; extern(C) void* function(void* jarg1) vtkGeoEdgeStrategy_SafeDownCast; extern(C) void* function(void* jarg1) vtkGeoEdgeStrategy_NewInstance; extern(C) void function(void* jarg1, double jarg2) vtkGeoEdgeStrategy_SetGlobeRadius; extern(C) double function(void* jarg1) vtkGeoEdgeStrategy_GetGlobeRadius; extern(C) void function(void* jarg1, double jarg2) vtkGeoEdgeStrategy_SetExplodeFactor; extern(C) double function(void* jarg1) vtkGeoEdgeStrategy_GetExplodeFactor; extern(C) void function(void* jarg1, int jarg2) vtkGeoEdgeStrategy_SetNumberOfSubdivisions; extern(C) int function(void* jarg1) vtkGeoEdgeStrategy_GetNumberOfSubdivisions; extern(C) void* function(void* objectRef) vtkGeoEdgeStrategy_Upcast; extern(C) void* function() vtkProStarReader_New; extern(C) int function(const(char)* jarg1) vtkProStarReader_IsTypeOf; extern(C) void* function(void* jarg1) vtkProStarReader_SafeDownCast; extern(C) void* function(void* jarg1) vtkProStarReader_NewInstance; extern(C) void function(void* jarg1, const(char)* jarg2) vtkProStarReader_SetFileName; extern(C) const(char)* function(void* jarg1) vtkProStarReader_GetFileName; extern(C) void function(void* jarg1, double jarg2) vtkProStarReader_SetScaleFactor; extern(C) double function(void* jarg1) vtkProStarReader_GetScaleFactorMinValue; extern(C) double function(void* jarg1) vtkProStarReader_GetScaleFactorMaxValue; extern(C) double function(void* jarg1) vtkProStarReader_GetScaleFactor; extern(C) void* function(void* objectRef) vtkProStarReader_Upcast; extern(C) void* function() vtkHierarchicalGraphPipeline_New; extern(C) int function(const(char)* jarg1) vtkHierarchicalGraphPipeline_IsTypeOf; extern(C) void* function(void* jarg1) vtkHierarchicalGraphPipeline_SafeDownCast; extern(C) void* function(void* jarg1) vtkHierarchicalGraphPipeline_NewInstance; extern(C) void* function(void* jarg1) vtkHierarchicalGraphPipeline_GetActor; extern(C) void* function(void* jarg1) vtkHierarchicalGraphPipeline_GetLabelActor; extern(C) void function(void* jarg1, double jarg2) vtkHierarchicalGraphPipeline_SetBundlingStrength; extern(C) double function(void* jarg1) vtkHierarchicalGraphPipeline_GetBundlingStrength; extern(C) void function(void* jarg1, const(char)* jarg2) vtkHierarchicalGraphPipeline_SetLabelArrayName; extern(C) const(char)* function(void* jarg1) vtkHierarchicalGraphPipeline_GetLabelArrayName; extern(C) void function(void* jarg1, uint jarg2) vtkHierarchicalGraphPipeline_SetLabelVisibility; extern(C) uint function(void* jarg1) vtkHierarchicalGraphPipeline_GetLabelVisibility; extern(C) void function(void* jarg1) vtkHierarchicalGraphPipeline_LabelVisibilityOn; extern(C) void function(void* jarg1) vtkHierarchicalGraphPipeline_LabelVisibilityOff; extern(C) void function(void* jarg1, void* jarg2) vtkHierarchicalGraphPipeline_SetLabelTextProperty; extern(C) void* function(void* jarg1) vtkHierarchicalGraphPipeline_GetLabelTextProperty; extern(C) void function(void* jarg1, const(char)* jarg2) vtkHierarchicalGraphPipeline_SetColorArrayName; extern(C) const(char)* function(void* jarg1) vtkHierarchicalGraphPipeline_GetColorArrayName; extern(C) void function(void* jarg1, uint jarg2) vtkHierarchicalGraphPipeline_SetColorEdgesByArray; extern(C) uint function(void* jarg1) vtkHierarchicalGraphPipeline_GetColorEdgesByArray; extern(C) void function(void* jarg1) vtkHierarchicalGraphPipeline_ColorEdgesByArrayOn; extern(C) void function(void* jarg1) vtkHierarchicalGraphPipeline_ColorEdgesByArrayOff; extern(C) void function(void* jarg1, uint jarg2) vtkHierarchicalGraphPipeline_SetVisibility; extern(C) uint function(void* jarg1) vtkHierarchicalGraphPipeline_GetVisibility; extern(C) void function(void* jarg1) vtkHierarchicalGraphPipeline_VisibilityOn; extern(C) void function(void* jarg1) vtkHierarchicalGraphPipeline_VisibilityOff; extern(C) void* function(void* jarg1, void* jarg2, void* jarg3) vtkHierarchicalGraphPipeline_ConvertSelection; extern(C) void function(void* jarg1, void* jarg2, void* jarg3, void* jarg4) vtkHierarchicalGraphPipeline_PrepareInputConnections; extern(C) void function(void* jarg1, void* jarg2) vtkHierarchicalGraphPipeline_ApplyViewTheme; extern(C) void function(void* jarg1, const(char)* jarg2) vtkHierarchicalGraphPipeline_SetHoverArrayName; extern(C) const(char)* function(void* jarg1) vtkHierarchicalGraphPipeline_GetHoverArrayName; extern(C) void function(void* jarg1, int jarg2) vtkHierarchicalGraphPipeline_SetSplineType; extern(C) int function(void* jarg1) vtkHierarchicalGraphPipeline_GetSplineType; extern(C) void function(void* jarg1, void* jarg2) vtkHierarchicalGraphPipeline_RegisterProgress; extern(C) void* function(void* objectRef) vtkHierarchicalGraphPipeline_Upcast; extern(C) void* function() vtkImageRange3D_New; extern(C) int function(const(char)* jarg1) vtkImageRange3D_IsTypeOf; extern(C) void* function(void* jarg1) vtkImageRange3D_SafeDownCast; extern(C) void* function(void* jarg1) vtkImageRange3D_NewInstance; extern(C) void function(void* jarg1, int jarg2, int jarg3, int jarg4) vtkImageRange3D_SetKernelSize; extern(C) void* function(void* objectRef) vtkImageRange3D_Upcast; extern(C) int function() VTK_LABEL_IDS_get; extern(C) int function() VTK_LABEL_SCALARS_get; extern(C) int function() VTK_LABEL_VECTORS_get; extern(C) int function() VTK_LABEL_NORMALS_get; extern(C) int function() VTK_LABEL_TCOORDS_get; extern(C) int function() VTK_LABEL_TENSORS_get; extern(C) int function() VTK_LABEL_FIELD_DATA_get; extern(C) void* function() vtkLabeledDataMapper_New; extern(C) int function(const(char)* jarg1) vtkLabeledDataMapper_IsTypeOf; extern(C) void* function(void* jarg1) vtkLabeledDataMapper_SafeDownCast; extern(C) void* function(void* jarg1) vtkLabeledDataMapper_NewInstance; extern(C) void function(void* jarg1, const(char)* jarg2) vtkLabeledDataMapper_SetLabelFormat; extern(C) const(char)* function(void* jarg1) vtkLabeledDataMapper_GetLabelFormat; extern(C) void function(void* jarg1, int jarg2) vtkLabeledDataMapper_SetLabeledComponent; extern(C) int function(void* jarg1) vtkLabeledDataMapper_GetLabeledComponent; extern(C) void function(void* jarg1, int jarg2) vtkLabeledDataMapper_SetFieldDataArray; extern(C) int function(void* jarg1) vtkLabeledDataMapper_GetFieldDataArray; extern(C) void function(void* jarg1, const(char)* jarg2) vtkLabeledDataMapper_SetFieldDataName; extern(C) const(char)* function(void* jarg1) vtkLabeledDataMapper_GetFieldDataName; extern(C) void function(void* jarg1, void* jarg2) vtkLabeledDataMapper_SetInputData; extern(C) void* function(void* jarg1) vtkLabeledDataMapper_GetInput; extern(C) void function(void* jarg1, int jarg2) vtkLabeledDataMapper_SetLabelMode; extern(C) int function(void* jarg1) vtkLabeledDataMapper_GetLabelMode; extern(C) void function(void* jarg1) vtkLabeledDataMapper_SetLabelModeToLabelIds; extern(C) void function(void* jarg1) vtkLabeledDataMapper_SetLabelModeToLabelScalars; extern(C) void function(void* jarg1) vtkLabeledDataMapper_SetLabelModeToLabelVectors; extern(C) void function(void* jarg1) vtkLabeledDataMapper_SetLabelModeToLabelNormals; extern(C) void function(void* jarg1) vtkLabeledDataMapper_SetLabelModeToLabelTCoords; extern(C) void function(void* jarg1) vtkLabeledDataMapper_SetLabelModeToLabelTensors; extern(C) void function(void* jarg1) vtkLabeledDataMapper_SetLabelModeToLabelFieldData; extern(C) void function(void* jarg1, void* jarg2) vtkLabeledDataMapper_SetLabelTextProperty__SWIG_0; extern(C) void* function(void* jarg1) vtkLabeledDataMapper_GetLabelTextProperty__SWIG_0; extern(C) void function(void* jarg1, void* jarg2, int jarg3) vtkLabeledDataMapper_SetLabelTextProperty__SWIG_1; extern(C) void* function(void* jarg1, int jarg2) vtkLabeledDataMapper_GetLabelTextProperty__SWIG_1; extern(C) void* function(void* jarg1) vtkLabeledDataMapper_GetTransform; extern(C) void function(void* jarg1, void* jarg2) vtkLabeledDataMapper_SetTransform; extern(C) int function(void* jarg1) vtkLabeledDataMapper_GetCoordinateSystem; extern(C) void function(void* jarg1, int jarg2) vtkLabeledDataMapper_SetCoordinateSystem; extern(C) int function(void* jarg1) vtkLabeledDataMapper_GetCoordinateSystemMinValue; extern(C) int function(void* jarg1) vtkLabeledDataMapper_GetCoordinateSystemMaxValue; extern(C) void function(void* jarg1) vtkLabeledDataMapper_CoordinateSystemWorld; extern(C) void function(void* jarg1) vtkLabeledDataMapper_CoordinateSystemDisplay; extern(C) void* function(void* objectRef) vtkLabeledDataMapper_Upcast; extern(C) int function(const(char)* jarg1) vtkContextDevice3D_IsTypeOf; extern(C) void* function(void* jarg1) vtkContextDevice3D_SafeDownCast; extern(C) void* function(void* jarg1) vtkContextDevice3D_NewInstance; extern(C) void function(void* jarg1, void* jarg2, int jarg3, void* jarg4, int jarg5) vtkContextDevice3D_DrawPoly__SWIG_0; extern(C) void function(void* jarg1, void* jarg2, int jarg3, void* jarg4) vtkContextDevice3D_DrawPoly__SWIG_1; extern(C) void function(void* jarg1, void* jarg2, int jarg3) vtkContextDevice3D_DrawPoly__SWIG_2; extern(C) void function(void* jarg1, void* jarg2, int jarg3, void* jarg4, int jarg5) vtkContextDevice3D_DrawPoints__SWIG_0; extern(C) void function(void* jarg1, void* jarg2, int jarg3, void* jarg4) vtkContextDevice3D_DrawPoints__SWIG_1; extern(C) void function(void* jarg1, void* jarg2, int jarg3) vtkContextDevice3D_DrawPoints__SWIG_2; extern(C) void function(void* jarg1, void* jarg2, int jarg3, void* jarg4, int jarg5) vtkContextDevice3D_DrawTriangleMesh; extern(C) void function(void* jarg1, void* jarg2) vtkContextDevice3D_ApplyPen; extern(C) void function(void* jarg1, void* jarg2) vtkContextDevice3D_ApplyBrush; extern(C) void function(void* jarg1, void* jarg2) vtkContextDevice3D_SetMatrix; extern(C) void function(void* jarg1, void* jarg2) vtkContextDevice3D_GetMatrix; extern(C) void function(void* jarg1, void* jarg2) vtkContextDevice3D_MultiplyMatrix; extern(C) void function(void* jarg1) vtkContextDevice3D_PushMatrix; extern(C) void function(void* jarg1) vtkContextDevice3D_PopMatrix; extern(C) void function(void* jarg1, void* jarg2) vtkContextDevice3D_SetClipping; extern(C) void function(void* jarg1) vtkContextDevice3D_DisableClipping; extern(C) void function(void* jarg1, uint jarg2) vtkContextDevice3D_EnableClipping; extern(C) void function(void* jarg1, int jarg2, void* jarg3) vtkContextDevice3D_EnableClippingPlane; extern(C) void function(void* jarg1, int jarg2) vtkContextDevice3D_DisableClippingPlane; extern(C) void* function(void* objectRef) vtkContextDevice3D_Upcast; extern(C) void* function() vtkImageFlip_New; extern(C) int function(const(char)* jarg1) vtkImageFlip_IsTypeOf; extern(C) void* function(void* jarg1) vtkImageFlip_SafeDownCast; extern(C) void* function(void* jarg1) vtkImageFlip_NewInstance; extern(C) void function(void* jarg1, int jarg2) vtkImageFlip_SetFilteredAxis; extern(C) int function(void* jarg1) vtkImageFlip_GetFilteredAxis; extern(C) void function(void* jarg1, int jarg2) vtkImageFlip_SetFlipAboutOrigin; extern(C) int function(void* jarg1) vtkImageFlip_GetFlipAboutOrigin; extern(C) void function(void* jarg1) vtkImageFlip_FlipAboutOriginOn; extern(C) void function(void* jarg1) vtkImageFlip_FlipAboutOriginOff; extern(C) void function(void* jarg1, int jarg2) vtkImageFlip_SetFilteredAxes; extern(C) int function(void* jarg1) vtkImageFlip_GetFilteredAxes; extern(C) void function(void* jarg1, int jarg2) vtkImageFlip_SetPreserveImageExtent; extern(C) int function(void* jarg1) vtkImageFlip_GetPreserveImageExtent; extern(C) void function(void* jarg1) vtkImageFlip_PreserveImageExtentOn; extern(C) void function(void* jarg1) vtkImageFlip_PreserveImageExtentOff; extern(C) void* function(void* objectRef) vtkImageFlip_Upcast; extern(C) int function() VTK_SOLID_TETRAHEDRON_get; extern(C) int function() VTK_SOLID_CUBE_get; extern(C) int function() VTK_SOLID_OCTAHEDRON_get; extern(C) int function() VTK_SOLID_ICOSAHEDRON_get; extern(C) int function() VTK_SOLID_DODECAHEDRON_get; extern(C) void* function() vtkPlatonicSolidSource_New; extern(C) int function(const(char)* jarg1) vtkPlatonicSolidSource_IsTypeOf; extern(C) void* function(void* jarg1) vtkPlatonicSolidSource_SafeDownCast; extern(C) void* function(void* jarg1) vtkPlatonicSolidSource_NewInstance; extern(C) void function(void* jarg1, int jarg2) vtkPlatonicSolidSource_SetSolidType; extern(C) int function(void* jarg1) vtkPlatonicSolidSource_GetSolidTypeMinValue; extern(C) int function(void* jarg1) vtkPlatonicSolidSource_GetSolidTypeMaxValue; extern(C) int function(void* jarg1) vtkPlatonicSolidSource_GetSolidType; extern(C) void function(void* jarg1) vtkPlatonicSolidSource_SetSolidTypeToTetrahedron; extern(C) void function(void* jarg1) vtkPlatonicSolidSource_SetSolidTypeToCube; extern(C) void function(void* jarg1) vtkPlatonicSolidSource_SetSolidTypeToOctahedron; extern(C) void function(void* jarg1) vtkPlatonicSolidSource_SetSolidTypeToIcosahedron; extern(C) void function(void* jarg1) vtkPlatonicSolidSource_SetSolidTypeToDodecahedron; extern(C) void* function(void* objectRef) vtkPlatonicSolidSource_Upcast; extern(C) void function(void* jarg1, double jarg2) vtkTDxMotionEventInfo_X_set; extern(C) double function(void* jarg1) vtkTDxMotionEventInfo_X_get; extern(C) void function(void* jarg1, double jarg2) vtkTDxMotionEventInfo_Y_set; extern(C) double function(void* jarg1) vtkTDxMotionEventInfo_Y_get; extern(C) void function(void* jarg1, double jarg2) vtkTDxMotionEventInfo_Z_set; extern(C) double function(void* jarg1) vtkTDxMotionEventInfo_Z_get; extern(C) void function(void* jarg1, double jarg2) vtkTDxMotionEventInfo_Angle_set; extern(C) double function(void* jarg1) vtkTDxMotionEventInfo_Angle_get; extern(C) void function(void* jarg1, double jarg2) vtkTDxMotionEventInfo_AxisX_set; extern(C) double function(void* jarg1) vtkTDxMotionEventInfo_AxisX_get; extern(C) void function(void* jarg1, double jarg2) vtkTDxMotionEventInfo_AxisY_set; extern(C) double function(void* jarg1) vtkTDxMotionEventInfo_AxisY_get; extern(C) void function(void* jarg1, double jarg2) vtkTDxMotionEventInfo_AxisZ_set; extern(C) double function(void* jarg1) vtkTDxMotionEventInfo_AxisZ_get; extern(C) void* function() new_vtkTDxMotionEventInfo; extern(C) void function(void* jarg1) delete_vtkTDxMotionEventInfo; extern(C) int function(const(char)* jarg1) vtkExodusModel_IsTypeOf; extern(C) void* function(void* jarg1) vtkExodusModel_SafeDownCast; extern(C) void* function(void* jarg1) vtkExodusModel_NewInstance; extern(C) void* function() vtkExodusModel_New; extern(C) int function(void* jarg1, int jarg2, int jarg3) vtkExodusModel_SetGlobalInformation; extern(C) int function(void* jarg1, const(char)* jarg2, const(char)* jarg3, int jarg4) vtkExodusModel_AddUGridElementVariable; extern(C) int function(void* jarg1, const(char)* jarg2) vtkExodusModel_RemoveUGridElementVariable; extern(C) int function(void* jarg1, const(char)* jarg2, const(char)* jarg3, int jarg4) vtkExodusModel_AddUGridNodeVariable; extern(C) int function(void* jarg1, const(char)* jarg2) vtkExodusModel_RemoveUGridNodeVariable; extern(C) void function(void* jarg1, int jarg2, void* jarg3, int jarg4, void* jarg5, void* jarg6, void* jarg7) vtkExodusModel_SetElementVariableInfo; extern(C) void function(void* jarg1, int jarg2, void* jarg3, int jarg4, void* jarg5, void* jarg6, void* jarg7) vtkExodusModel_SetNodeVariableInfo; extern(C) int function(void* jarg1, void* jarg2, int jarg3, int jarg4, int jarg5, int jarg6) vtkExodusModel_SetLocalInformation; extern(C) int function(void* jarg1) vtkExodusModel_HasMetadata; extern(C) void* function(void* jarg1) vtkExodusModel_GetModelMetadata; extern(C) void function(void* jarg1, void* jarg2) vtkExodusModel_SetModelMetadata; extern(C) int function(void* jarg1, void* jarg2, int jarg3) vtkExodusModel_UnpackExodusModel; extern(C) int function(void* jarg1, void* jarg2) vtkExodusModel_MergeExodusModel; extern(C) void* function(void* jarg1, void* jarg2, void* jarg3) vtkExodusModel_ExtractExodusModel; extern(C) void function(void* jarg1, void* jarg2) vtkExodusModel_PackExodusModel; extern(C) void function(void* jarg1) vtkExodusModel_Reset; extern(C) void* function(void* objectRef) vtkExodusModel_Upcast; extern(C) int function() VTKIS_WINDOW_LEVEL_get; extern(C) int function() VTKIS_PICK_get; extern(C) int function() VTKIS_SLICE_get; extern(C) int function() VTKIS_IMAGE2D_get; extern(C) int function() VTKIS_IMAGE3D_get; extern(C) int function() VTKIS_IMAGE_SLICING_get; extern(C) void* function() vtkInteractorStyleImage_New; extern(C) int function(const(char)* jarg1) vtkInteractorStyleImage_IsTypeOf; extern(C) void* function(void* jarg1) vtkInteractorStyleImage_SafeDownCast; extern(C) void* function(void* jarg1) vtkInteractorStyleImage_NewInstance; extern(C) void* function(void* jarg1) vtkInteractorStyleImage_GetWindowLevelStartPosition__SWIG_0; extern(C) void function(void* jarg1, void* jarg2, void* jarg3) vtkInteractorStyleImage_GetWindowLevelStartPosition__SWIG_1; extern(C) void function(void* jarg1, void* jarg2) vtkInteractorStyleImage_GetWindowLevelStartPosition__SWIG_2; extern(C) void* function(void* jarg1) vtkInteractorStyleImage_GetWindowLevelCurrentPosition__SWIG_0; extern(C) void function(void* jarg1, void* jarg2, void* jarg3) vtkInteractorStyleImage_GetWindowLevelCurrentPosition__SWIG_1; extern(C) void function(void* jarg1, void* jarg2) vtkInteractorStyleImage_GetWindowLevelCurrentPosition__SWIG_2; extern(C) void function(void* jarg1) vtkInteractorStyleImage_WindowLevel; extern(C) void function(void* jarg1) vtkInteractorStyleImage_Pick; extern(C) void function(void* jarg1) vtkInteractorStyleImage_Slice; extern(C) void function(void* jarg1) vtkInteractorStyleImage_StartWindowLevel; extern(C) void function(void* jarg1) vtkInteractorStyleImage_EndWindowLevel; extern(C) void function(void* jarg1) vtkInteractorStyleImage_StartPick; extern(C) void function(void* jarg1) vtkInteractorStyleImage_EndPick; extern(C) void function(void* jarg1) vtkInteractorStyleImage_StartSlice; extern(C) void function(void* jarg1) vtkInteractorStyleImage_EndSlice; extern(C) void function(void* jarg1, int jarg2) vtkInteractorStyleImage_SetInteractionMode; extern(C) int function(void* jarg1) vtkInteractorStyleImage_GetInteractionModeMinValue; extern(C) int function(void* jarg1) vtkInteractorStyleImage_GetInteractionModeMaxValue; extern(C) int function(void* jarg1) vtkInteractorStyleImage_GetInteractionMode; extern(C) void function(void* jarg1) vtkInteractorStyleImage_SetInteractionModeToImage2D; extern(C) void function(void* jarg1) vtkInteractorStyleImage_SetInteractionModeToImage3D; extern(C) void function(void* jarg1) vtkInteractorStyleImage_SetInteractionModeToImageSlicing; extern(C) void function(void* jarg1, double jarg2, double jarg3, double jarg4) vtkInteractorStyleImage_SetXViewRightVector__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkInteractorStyleImage_SetXViewRightVector__SWIG_1; extern(C) void* function(void* jarg1) vtkInteractorStyleImage_GetXViewRightVector__SWIG_0; extern(C) void function(void* jarg1, void* jarg2, void* jarg3, void* jarg4) vtkInteractorStyleImage_GetXViewRightVector__SWIG_1; extern(C) void function(void* jarg1, void* jarg2) vtkInteractorStyleImage_GetXViewRightVector__SWIG_2; extern(C) void function(void* jarg1, double jarg2, double jarg3, double jarg4) vtkInteractorStyleImage_SetXViewUpVector__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkInteractorStyleImage_SetXViewUpVector__SWIG_1; extern(C) void* function(void* jarg1) vtkInteractorStyleImage_GetXViewUpVector__SWIG_0; extern(C) void function(void* jarg1, void* jarg2, void* jarg3, void* jarg4) vtkInteractorStyleImage_GetXViewUpVector__SWIG_1; extern(C) void function(void* jarg1, void* jarg2) vtkInteractorStyleImage_GetXViewUpVector__SWIG_2; extern(C) void function(void* jarg1, double jarg2, double jarg3, double jarg4) vtkInteractorStyleImage_SetYViewRightVector__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkInteractorStyleImage_SetYViewRightVector__SWIG_1; extern(C) void* function(void* jarg1) vtkInteractorStyleImage_GetYViewRightVector__SWIG_0; extern(C) void function(void* jarg1, void* jarg2, void* jarg3, void* jarg4) vtkInteractorStyleImage_GetYViewRightVector__SWIG_1; extern(C) void function(void* jarg1, void* jarg2) vtkInteractorStyleImage_GetYViewRightVector__SWIG_2; extern(C) void function(void* jarg1, double jarg2, double jarg3, double jarg4) vtkInteractorStyleImage_SetYViewUpVector__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkInteractorStyleImage_SetYViewUpVector__SWIG_1; extern(C) void* function(void* jarg1) vtkInteractorStyleImage_GetYViewUpVector__SWIG_0; extern(C) void function(void* jarg1, void* jarg2, void* jarg3, void* jarg4) vtkInteractorStyleImage_GetYViewUpVector__SWIG_1; extern(C) void function(void* jarg1, void* jarg2) vtkInteractorStyleImage_GetYViewUpVector__SWIG_2; extern(C) void function(void* jarg1, double jarg2, double jarg3, double jarg4) vtkInteractorStyleImage_SetZViewRightVector__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkInteractorStyleImage_SetZViewRightVector__SWIG_1; extern(C) void* function(void* jarg1) vtkInteractorStyleImage_GetZViewRightVector__SWIG_0; extern(C) void function(void* jarg1, void* jarg2, void* jarg3, void* jarg4) vtkInteractorStyleImage_GetZViewRightVector__SWIG_1; extern(C) void function(void* jarg1, void* jarg2) vtkInteractorStyleImage_GetZViewRightVector__SWIG_2; extern(C) void function(void* jarg1, double jarg2, double jarg3, double jarg4) vtkInteractorStyleImage_SetZViewUpVector__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkInteractorStyleImage_SetZViewUpVector__SWIG_1; extern(C) void* function(void* jarg1) vtkInteractorStyleImage_GetZViewUpVector__SWIG_0; extern(C) void function(void* jarg1, void* jarg2, void* jarg3, void* jarg4) vtkInteractorStyleImage_GetZViewUpVector__SWIG_1; extern(C) void function(void* jarg1, void* jarg2) vtkInteractorStyleImage_GetZViewUpVector__SWIG_2; extern(C) void function(void* jarg1, void* jarg2, void* jarg3) vtkInteractorStyleImage_SetImageOrientation; extern(C) void* function(void* jarg1) vtkInteractorStyleImage_GetCurrentImageProperty; extern(C) void* function(void* objectRef) vtkInteractorStyleImage_Upcast; extern(C) void* function() vtkDeformPointSet_New; extern(C) int function(const(char)* jarg1) vtkDeformPointSet_IsTypeOf; extern(C) void* function(void* jarg1) vtkDeformPointSet_SafeDownCast; extern(C) void* function(void* jarg1) vtkDeformPointSet_NewInstance; extern(C) void function(void* jarg1, void* jarg2) vtkDeformPointSet_SetControlMeshData; extern(C) void* function(void* jarg1) vtkDeformPointSet_GetControlMeshData; extern(C) void function(void* jarg1, void* jarg2) vtkDeformPointSet_SetControlMeshConnection; extern(C) void function(void* jarg1, int jarg2) vtkDeformPointSet_SetInitializeWeights; extern(C) int function(void* jarg1) vtkDeformPointSet_GetInitializeWeights; extern(C) void function(void* jarg1) vtkDeformPointSet_InitializeWeightsOn; extern(C) void function(void* jarg1) vtkDeformPointSet_InitializeWeightsOff; extern(C) void* function(void* objectRef) vtkDeformPointSet_Upcast; extern(C) int function(const(char)* jarg1) vtkPDataSetWriter_IsTypeOf; extern(C) void* function(void* jarg1) vtkPDataSetWriter_SafeDownCast; extern(C) void* function(void* jarg1) vtkPDataSetWriter_NewInstance; extern(C) void* function() vtkPDataSetWriter_New; extern(C) void function(void* jarg1, int jarg2) vtkPDataSetWriter_SetNumberOfPieces; extern(C) int function(void* jarg1) vtkPDataSetWriter_GetNumberOfPieces; extern(C) void function(void* jarg1, int jarg2) vtkPDataSetWriter_SetGhostLevel; extern(C) int function(void* jarg1) vtkPDataSetWriter_GetGhostLevel; extern(C) void function(void* jarg1, int jarg2) vtkPDataSetWriter_SetStartPiece; extern(C) int function(void* jarg1) vtkPDataSetWriter_GetStartPiece; extern(C) void function(void* jarg1, int jarg2) vtkPDataSetWriter_SetEndPiece; extern(C) int function(void* jarg1) vtkPDataSetWriter_GetEndPiece; extern(C) void function(void* jarg1, const(char)* jarg2) vtkPDataSetWriter_SetFilePattern; extern(C) const(char)* function(void* jarg1) vtkPDataSetWriter_GetFilePattern; extern(C) void function(void* jarg1, int jarg2) vtkPDataSetWriter_SetUseRelativeFileNames; extern(C) int function(void* jarg1) vtkPDataSetWriter_GetUseRelativeFileNames; extern(C) void function(void* jarg1) vtkPDataSetWriter_UseRelativeFileNamesOn; extern(C) void function(void* jarg1) vtkPDataSetWriter_UseRelativeFileNamesOff; extern(C) void* function(void* objectRef) vtkPDataSetWriter_Upcast; extern(C) void* function() vtkVolumeOutlineSource_New; extern(C) int function(const(char)* jarg1) vtkVolumeOutlineSource_IsTypeOf; extern(C) void* function(void* jarg1) vtkVolumeOutlineSource_SafeDownCast; extern(C) void* function(void* jarg1) vtkVolumeOutlineSource_NewInstance; extern(C) void function(void* jarg1, void* jarg2) vtkVolumeOutlineSource_SetVolumeMapper; extern(C) void* function(void* jarg1) vtkVolumeOutlineSource_GetVolumeMapper; extern(C) void function(void* jarg1, int jarg2) vtkVolumeOutlineSource_SetGenerateScalars; extern(C) void function(void* jarg1) vtkVolumeOutlineSource_GenerateScalarsOn; extern(C) void function(void* jarg1) vtkVolumeOutlineSource_GenerateScalarsOff; extern(C) int function(void* jarg1) vtkVolumeOutlineSource_GetGenerateScalars; extern(C) void function(void* jarg1, int jarg2) vtkVolumeOutlineSource_SetGenerateOutline; extern(C) void function(void* jarg1) vtkVolumeOutlineSource_GenerateOutlineOn; extern(C) void function(void* jarg1) vtkVolumeOutlineSource_GenerateOutlineOff; extern(C) int function(void* jarg1) vtkVolumeOutlineSource_GetGenerateOutline; extern(C) void function(void* jarg1, int jarg2) vtkVolumeOutlineSource_SetGenerateFaces; extern(C) void function(void* jarg1) vtkVolumeOutlineSource_GenerateFacesOn; extern(C) void function(void* jarg1) vtkVolumeOutlineSource_GenerateFacesOff; extern(C) int function(void* jarg1) vtkVolumeOutlineSource_GetGenerateFaces; extern(C) void function(void* jarg1, double jarg2, double jarg3, double jarg4) vtkVolumeOutlineSource_SetColor__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkVolumeOutlineSource_SetColor__SWIG_1; extern(C) void* function(void* jarg1) vtkVolumeOutlineSource_GetColor__SWIG_0; extern(C) void function(void* jarg1, void* jarg2, void* jarg3, void* jarg4) vtkVolumeOutlineSource_GetColor__SWIG_1; extern(C) void function(void* jarg1, void* jarg2) vtkVolumeOutlineSource_GetColor__SWIG_2; extern(C) void function(void* jarg1, int jarg2) vtkVolumeOutlineSource_SetActivePlaneId; extern(C) int function(void* jarg1) vtkVolumeOutlineSource_GetActivePlaneId; extern(C) void function(void* jarg1, double jarg2, double jarg3, double jarg4) vtkVolumeOutlineSource_SetActivePlaneColor__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkVolumeOutlineSource_SetActivePlaneColor__SWIG_1; extern(C) void* function(void* jarg1) vtkVolumeOutlineSource_GetActivePlaneColor__SWIG_0; extern(C) void function(void* jarg1, void* jarg2, void* jarg3, void* jarg4) vtkVolumeOutlineSource_GetActivePlaneColor__SWIG_1; extern(C) void function(void* jarg1, void* jarg2) vtkVolumeOutlineSource_GetActivePlaneColor__SWIG_2; extern(C) void* function(void* objectRef) vtkVolumeOutlineSource_Upcast; extern(C) void* function() vtkHoverWidget_New; extern(C) int function(const(char)* jarg1) vtkHoverWidget_IsTypeOf; extern(C) void* function(void* jarg1) vtkHoverWidget_SafeDownCast; extern(C) void* function(void* jarg1) vtkHoverWidget_NewInstance; extern(C) void function(void* jarg1, int jarg2) vtkHoverWidget_SetTimerDuration; extern(C) int function(void* jarg1) vtkHoverWidget_GetTimerDurationMinValue; extern(C) int function(void* jarg1) vtkHoverWidget_GetTimerDurationMaxValue; extern(C) int function(void* jarg1) vtkHoverWidget_GetTimerDuration; extern(C) void* function(void* objectRef) vtkHoverWidget_Upcast; extern(C) void* function() vtkBalloonWidget_New; extern(C) int function(const(char)* jarg1) vtkBalloonWidget_IsTypeOf; extern(C) void* function(void* jarg1) vtkBalloonWidget_SafeDownCast; extern(C) void* function(void* jarg1) vtkBalloonWidget_NewInstance; extern(C) void function(void* jarg1, void* jarg2) vtkBalloonWidget_SetRepresentation; extern(C) void* function(void* jarg1) vtkBalloonWidget_GetBalloonRepresentation; extern(C) void function(void* jarg1, void* jarg2, void* jarg3, void* jarg4) vtkBalloonWidget_AddBalloon__SWIG_0; extern(C) void function(void* jarg1, void* jarg2, const(char)* jarg3, void* jarg4) vtkBalloonWidget_AddBalloon__SWIG_1; extern(C) void function(void* jarg1, void* jarg2, const(char)* jarg3) vtkBalloonWidget_AddBalloon__SWIG_2; extern(C) void function(void* jarg1, void* jarg2) vtkBalloonWidget_RemoveBalloon; extern(C) const(char)* function(void* jarg1, void* jarg2) vtkBalloonWidget_GetBalloonString; extern(C) void* function(void* jarg1, void* jarg2) vtkBalloonWidget_GetBalloonImage; extern(C) void function(void* jarg1, void* jarg2, const(char)* jarg3) vtkBalloonWidget_UpdateBalloonString; extern(C) void function(void* jarg1, void* jarg2, void* jarg3) vtkBalloonWidget_UpdateBalloonImage; extern(C) void* function(void* jarg1) vtkBalloonWidget_GetCurrentProp; extern(C) void function(void* jarg1, void* jarg2) vtkBalloonWidget_SetPicker; extern(C) void* function(void* jarg1) vtkBalloonWidget_GetPicker; extern(C) void* function(void* objectRef) vtkBalloonWidget_Upcast; extern(C) void* function() vtkDiskSource_New; extern(C) int function(const(char)* jarg1) vtkDiskSource_IsTypeOf; extern(C) void* function(void* jarg1) vtkDiskSource_SafeDownCast; extern(C) void* function(void* jarg1) vtkDiskSource_NewInstance; extern(C) void function(void* jarg1, double jarg2) vtkDiskSource_SetInnerRadius; extern(C) double function(void* jarg1) vtkDiskSource_GetInnerRadiusMinValue; extern(C) double function(void* jarg1) vtkDiskSource_GetInnerRadiusMaxValue; extern(C) double function(void* jarg1) vtkDiskSource_GetInnerRadius; extern(C) void function(void* jarg1, double jarg2) vtkDiskSource_SetOuterRadius; extern(C) double function(void* jarg1) vtkDiskSource_GetOuterRadiusMinValue; extern(C) double function(void* jarg1) vtkDiskSource_GetOuterRadiusMaxValue; extern(C) double function(void* jarg1) vtkDiskSource_GetOuterRadius; extern(C) void function(void* jarg1, int jarg2) vtkDiskSource_SetRadialResolution; extern(C) int function(void* jarg1) vtkDiskSource_GetRadialResolutionMinValue; extern(C) int function(void* jarg1) vtkDiskSource_GetRadialResolutionMaxValue; extern(C) int function(void* jarg1) vtkDiskSource_GetRadialResolution; extern(C) void function(void* jarg1, int jarg2) vtkDiskSource_SetCircumferentialResolution; extern(C) int function(void* jarg1) vtkDiskSource_GetCircumferentialResolutionMinValue; extern(C) int function(void* jarg1) vtkDiskSource_GetCircumferentialResolutionMaxValue; extern(C) int function(void* jarg1) vtkDiskSource_GetCircumferentialResolution; extern(C) void* function(void* objectRef) vtkDiskSource_Upcast; extern(C) void* function() vtkOpenGLImageMapper_New; extern(C) int function(const(char)* jarg1) vtkOpenGLImageMapper_IsTypeOf; extern(C) void* function(void* jarg1) vtkOpenGLImageMapper_SafeDownCast; extern(C) void* function(void* jarg1) vtkOpenGLImageMapper_NewInstance; extern(C) void* function(void* objectRef) vtkOpenGLImageMapper_Upcast; extern(C) void* function() vtkInteractorStyleTreeMapHover_New; extern(C) int function(const(char)* jarg1) vtkInteractorStyleTreeMapHover_IsTypeOf; extern(C) void* function(void* jarg1) vtkInteractorStyleTreeMapHover_SafeDownCast; extern(C) void* function(void* jarg1) vtkInteractorStyleTreeMapHover_NewInstance; extern(C) void function(void* jarg1, void* jarg2) vtkInteractorStyleTreeMapHover_SetLayout; extern(C) void* function(void* jarg1) vtkInteractorStyleTreeMapHover_GetLayout; extern(C) void function(void* jarg1, void* jarg2) vtkInteractorStyleTreeMapHover_SetTreeMapToPolyData; extern(C) void* function(void* jarg1) vtkInteractorStyleTreeMapHover_GetTreeMapToPolyData; extern(C) void function(void* jarg1, const(char)* jarg2) vtkInteractorStyleTreeMapHover_SetLabelField; extern(C) const(char)* function(void* jarg1) vtkInteractorStyleTreeMapHover_GetLabelField; extern(C) void function(void* jarg1, long jarg2) vtkInteractorStyleTreeMapHover_HighLightItem; extern(C) void function(void* jarg1) vtkInteractorStyleTreeMapHover_HighLightCurrentSelectedItem; extern(C) void function(void* jarg1, double jarg2, double jarg3, double jarg4) vtkInteractorStyleTreeMapHover_SetHighLightColor; extern(C) void function(void* jarg1, double jarg2, double jarg3, double jarg4) vtkInteractorStyleTreeMapHover_SetSelectionLightColor; extern(C) void function(void* jarg1, double jarg2) vtkInteractorStyleTreeMapHover_SetHighLightWidth; extern(C) double function(void* jarg1) vtkInteractorStyleTreeMapHover_GetHighLightWidth; extern(C) void function(void* jarg1, double jarg2) vtkInteractorStyleTreeMapHover_SetSelectionWidth; extern(C) double function(void* jarg1) vtkInteractorStyleTreeMapHover_GetSelectionWidth; extern(C) void* function(void* objectRef) vtkInteractorStyleTreeMapHover_Upcast; extern(C) int function(const(char)* jarg1) vtkBarChartActor_IsTypeOf; extern(C) void* function(void* jarg1) vtkBarChartActor_SafeDownCast; extern(C) void* function(void* jarg1) vtkBarChartActor_NewInstance; extern(C) void* function() vtkBarChartActor_New; extern(C) void function(void* jarg1, void* jarg2) vtkBarChartActor_SetInput; extern(C) void* function(void* jarg1) vtkBarChartActor_GetInput; extern(C) void function(void* jarg1, int jarg2) vtkBarChartActor_SetTitleVisibility; extern(C) int function(void* jarg1) vtkBarChartActor_GetTitleVisibility; extern(C) void function(void* jarg1) vtkBarChartActor_TitleVisibilityOn; extern(C) void function(void* jarg1) vtkBarChartActor_TitleVisibilityOff; extern(C) void function(void* jarg1, const(char)* jarg2) vtkBarChartActor_SetTitle; extern(C) const(char)* function(void* jarg1) vtkBarChartActor_GetTitle; extern(C) void function(void* jarg1, void* jarg2) vtkBarChartActor_SetTitleTextProperty; extern(C) void* function(void* jarg1) vtkBarChartActor_GetTitleTextProperty; extern(C) void function(void* jarg1, int jarg2) vtkBarChartActor_SetLabelVisibility; extern(C) int function(void* jarg1) vtkBarChartActor_GetLabelVisibility; extern(C) void function(void* jarg1) vtkBarChartActor_LabelVisibilityOn; extern(C) void function(void* jarg1) vtkBarChartActor_LabelVisibilityOff; extern(C) void function(void* jarg1, void* jarg2) vtkBarChartActor_SetLabelTextProperty; extern(C) void* function(void* jarg1) vtkBarChartActor_GetLabelTextProperty; extern(C) void function(void* jarg1, int jarg2, double jarg3, double jarg4, double jarg5) vtkBarChartActor_SetBarColor__SWIG_0; extern(C) void function(void* jarg1, int jarg2, void* jarg3) vtkBarChartActor_SetBarColor__SWIG_1; extern(C) void* function(void* jarg1, int jarg2) vtkBarChartActor_GetBarColor; extern(C) void function(void* jarg1, int jarg2, const(char)* jarg3) vtkBarChartActor_SetBarLabel; extern(C) const(char)* function(void* jarg1, int jarg2) vtkBarChartActor_GetBarLabel; extern(C) void function(void* jarg1, const(char)* jarg2) vtkBarChartActor_SetYTitle; extern(C) const(char)* function(void* jarg1) vtkBarChartActor_GetYTitle; extern(C) void function(void* jarg1, int jarg2) vtkBarChartActor_SetLegendVisibility; extern(C) int function(void* jarg1) vtkBarChartActor_GetLegendVisibility; extern(C) void function(void* jarg1) vtkBarChartActor_LegendVisibilityOn; extern(C) void function(void* jarg1) vtkBarChartActor_LegendVisibilityOff; extern(C) void* function(void* jarg1) vtkBarChartActor_GetLegendActor; extern(C) void* function(void* objectRef) vtkBarChartActor_Upcast; extern(C) int function(const(char)* jarg1) vtkTextCodecFactory_IsTypeOf; extern(C) void* function(void* jarg1) vtkTextCodecFactory_SafeDownCast; extern(C) void* function(void* jarg1) vtkTextCodecFactory_NewInstance; extern(C) void* function() vtkTextCodecFactory_New; extern(C) void function(void* jarg1) vtkTextCodecFactory_RegisterCreateCallback; extern(C) void function(void* jarg1) vtkTextCodecFactory_UnRegisterCreateCallback; extern(C) void function() vtkTextCodecFactory_UnRegisterAllCreateCallbacks; extern(C) void* function(const(char)* jarg1) vtkTextCodecFactory_CodecForName; extern(C) void* function(void* jarg1) vtkTextCodecFactory_CodecToHandle; extern(C) void function() vtkTextCodecFactory_Initialize; extern(C) void* function() new_vtkTextCodecFactory; extern(C) void function(void* jarg1) delete_vtkTextCodecFactory; extern(C) void* function(void* objectRef) vtkTextCodecFactory_Upcast; extern(C) void* function() vtkOpaquePass_New; extern(C) int function(const(char)* jarg1) vtkOpaquePass_IsTypeOf; extern(C) void* function(void* jarg1) vtkOpaquePass_SafeDownCast; extern(C) void* function(void* jarg1) vtkOpaquePass_NewInstance; extern(C) void* function(void* objectRef) vtkOpaquePass_Upcast; extern(C) void* function() vtkConstrainedPointHandleRepresentation_New; extern(C) int function(const(char)* jarg1) vtkConstrainedPointHandleRepresentation_IsTypeOf; extern(C) void* function(void* jarg1) vtkConstrainedPointHandleRepresentation_SafeDownCast; extern(C) void* function(void* jarg1) vtkConstrainedPointHandleRepresentation_NewInstance; extern(C) void function(void* jarg1, void* jarg2) vtkConstrainedPointHandleRepresentation_SetCursorShape; extern(C) void* function(void* jarg1) vtkConstrainedPointHandleRepresentation_GetCursorShape; extern(C) void function(void* jarg1, void* jarg2) vtkConstrainedPointHandleRepresentation_SetActiveCursorShape; extern(C) void* function(void* jarg1) vtkConstrainedPointHandleRepresentation_GetActiveCursorShape; extern(C) void function(void* jarg1, int jarg2) vtkConstrainedPointHandleRepresentation_SetProjectionNormal; extern(C) int function(void* jarg1) vtkConstrainedPointHandleRepresentation_GetProjectionNormalMinValue; extern(C) int function(void* jarg1) vtkConstrainedPointHandleRepresentation_GetProjectionNormalMaxValue; extern(C) int function(void* jarg1) vtkConstrainedPointHandleRepresentation_GetProjectionNormal; extern(C) void function(void* jarg1) vtkConstrainedPointHandleRepresentation_SetProjectionNormalToXAxis; extern(C) void function(void* jarg1) vtkConstrainedPointHandleRepresentation_SetProjectionNormalToYAxis; extern(C) void function(void* jarg1) vtkConstrainedPointHandleRepresentation_SetProjectionNormalToZAxis; extern(C) void function(void* jarg1) vtkConstrainedPointHandleRepresentation_SetProjectionNormalToOblique; extern(C) void function(void* jarg1, void* jarg2) vtkConstrainedPointHandleRepresentation_SetObliquePlane; extern(C) void* function(void* jarg1) vtkConstrainedPointHandleRepresentation_GetObliquePlane; extern(C) void function(void* jarg1, double jarg2) vtkConstrainedPointHandleRepresentation_SetProjectionPosition; extern(C) double function(void* jarg1) vtkConstrainedPointHandleRepresentation_GetProjectionPosition; extern(C) void function(void* jarg1, void* jarg2) vtkConstrainedPointHandleRepresentation_AddBoundingPlane; extern(C) void function(void* jarg1, void* jarg2) vtkConstrainedPointHandleRepresentation_RemoveBoundingPlane; extern(C) void function(void* jarg1) vtkConstrainedPointHandleRepresentation_RemoveAllBoundingPlanes; extern(C) void function(void* jarg1, void* jarg2) vtkConstrainedPointHandleRepresentation_SetBoundingPlanes__SWIG_0; extern(C) void* function(void* jarg1) vtkConstrainedPointHandleRepresentation_GetBoundingPlanes; extern(C) void function(void* jarg1, void* jarg2) vtkConstrainedPointHandleRepresentation_SetBoundingPlanes__SWIG_1; extern(C) void function(void* jarg1, double jarg2, double jarg3, double jarg4) vtkConstrainedPointHandleRepresentation_SetPosition__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkConstrainedPointHandleRepresentation_SetPosition__SWIG_1; extern(C) void* function(void* jarg1) vtkConstrainedPointHandleRepresentation_GetPosition__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkConstrainedPointHandleRepresentation_GetPosition__SWIG_1; extern(C) void* function(void* jarg1) vtkConstrainedPointHandleRepresentation_GetProperty; extern(C) void* function(void* jarg1) vtkConstrainedPointHandleRepresentation_GetSelectedProperty; extern(C) void* function(void* jarg1) vtkConstrainedPointHandleRepresentation_GetActiveProperty; extern(C) void* function(void* objectRef) vtkConstrainedPointHandleRepresentation_Upcast; extern(C) void* function() vtkSimpleImageFilterExample_New; extern(C) int function(const(char)* jarg1) vtkSimpleImageFilterExample_IsTypeOf; extern(C) void* function(void* jarg1) vtkSimpleImageFilterExample_SafeDownCast; extern(C) void* function(void* jarg1) vtkSimpleImageFilterExample_NewInstance; extern(C) void* function(void* objectRef) vtkSimpleImageFilterExample_Upcast; extern(C) int function(const(char)* jarg1) vtkParametricSuperToroid_IsTypeOf; extern(C) void* function(void* jarg1) vtkParametricSuperToroid_SafeDownCast; extern(C) void* function(void* jarg1) vtkParametricSuperToroid_NewInstance; extern(C) void* function() vtkParametricSuperToroid_New; extern(C) void function(void* jarg1, double jarg2) vtkParametricSuperToroid_SetRingRadius; extern(C) double function(void* jarg1) vtkParametricSuperToroid_GetRingRadius; extern(C) void function(void* jarg1, double jarg2) vtkParametricSuperToroid_SetCrossSectionRadius; extern(C) double function(void* jarg1) vtkParametricSuperToroid_GetCrossSectionRadius; extern(C) void function(void* jarg1, double jarg2) vtkParametricSuperToroid_SetXRadius; extern(C) double function(void* jarg1) vtkParametricSuperToroid_GetXRadius; extern(C) void function(void* jarg1, double jarg2) vtkParametricSuperToroid_SetYRadius; extern(C) double function(void* jarg1) vtkParametricSuperToroid_GetYRadius; extern(C) void function(void* jarg1, double jarg2) vtkParametricSuperToroid_SetZRadius; extern(C) double function(void* jarg1) vtkParametricSuperToroid_GetZRadius; extern(C) void function(void* jarg1, double jarg2) vtkParametricSuperToroid_SetN1; extern(C) double function(void* jarg1) vtkParametricSuperToroid_GetN1; extern(C) void function(void* jarg1, double jarg2) vtkParametricSuperToroid_SetN2; extern(C) double function(void* jarg1) vtkParametricSuperToroid_GetN2; extern(C) void* function(void* objectRef) vtkParametricSuperToroid_Upcast; extern(C) int function(const(char)* jarg1) vtkCursor3D_IsTypeOf; extern(C) void* function(void* jarg1) vtkCursor3D_SafeDownCast; extern(C) void* function(void* jarg1) vtkCursor3D_NewInstance; extern(C) void* function() vtkCursor3D_New; extern(C) void function(void* jarg1, double jarg2, double jarg3, double jarg4, double jarg5, double jarg6, double jarg7) vtkCursor3D_SetModelBounds__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkCursor3D_SetModelBounds__SWIG_1; extern(C) void* function(void* jarg1) vtkCursor3D_GetModelBounds__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkCursor3D_GetModelBounds__SWIG_1; extern(C) void function(void* jarg1, void* jarg2) vtkCursor3D_SetFocalPoint__SWIG_0; extern(C) void function(void* jarg1, double jarg2, double jarg3, double jarg4) vtkCursor3D_SetFocalPoint__SWIG_1; extern(C) void* function(void* jarg1) vtkCursor3D_GetFocalPoint__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkCursor3D_GetFocalPoint__SWIG_1; extern(C) void function(void* jarg1, int jarg2) vtkCursor3D_SetOutline; extern(C) int function(void* jarg1) vtkCursor3D_GetOutline; extern(C) void function(void* jarg1) vtkCursor3D_OutlineOn; extern(C) void function(void* jarg1) vtkCursor3D_OutlineOff; extern(C) void function(void* jarg1, int jarg2) vtkCursor3D_SetAxes; extern(C) int function(void* jarg1) vtkCursor3D_GetAxes; extern(C) void function(void* jarg1) vtkCursor3D_AxesOn; extern(C) void function(void* jarg1) vtkCursor3D_AxesOff; extern(C) void function(void* jarg1, int jarg2) vtkCursor3D_SetXShadows; extern(C) int function(void* jarg1) vtkCursor3D_GetXShadows; extern(C) void function(void* jarg1) vtkCursor3D_XShadowsOn; extern(C) void function(void* jarg1) vtkCursor3D_XShadowsOff; extern(C) void function(void* jarg1, int jarg2) vtkCursor3D_SetYShadows; extern(C) int function(void* jarg1) vtkCursor3D_GetYShadows; extern(C) void function(void* jarg1) vtkCursor3D_YShadowsOn; extern(C) void function(void* jarg1) vtkCursor3D_YShadowsOff; extern(C) void function(void* jarg1, int jarg2) vtkCursor3D_SetZShadows; extern(C) int function(void* jarg1) vtkCursor3D_GetZShadows; extern(C) void function(void* jarg1) vtkCursor3D_ZShadowsOn; extern(C) void function(void* jarg1) vtkCursor3D_ZShadowsOff; extern(C) void function(void* jarg1, int jarg2) vtkCursor3D_SetTranslationMode; extern(C) int function(void* jarg1) vtkCursor3D_GetTranslationMode; extern(C) void function(void* jarg1) vtkCursor3D_TranslationModeOn; extern(C) void function(void* jarg1) vtkCursor3D_TranslationModeOff; extern(C) void function(void* jarg1, int jarg2) vtkCursor3D_SetWrap; extern(C) int function(void* jarg1) vtkCursor3D_GetWrap; extern(C) void function(void* jarg1) vtkCursor3D_WrapOn; extern(C) void function(void* jarg1) vtkCursor3D_WrapOff; extern(C) void* function(void* jarg1) vtkCursor3D_GetFocus; extern(C) void function(void* jarg1) vtkCursor3D_AllOn; extern(C) void function(void* jarg1) vtkCursor3D_AllOff; extern(C) void* function(void* objectRef) vtkCursor3D_Upcast; extern(C) void* function() vtkPointHandleRepresentation3D_New; extern(C) int function(const(char)* jarg1) vtkPointHandleRepresentation3D_IsTypeOf; extern(C) void* function(void* jarg1) vtkPointHandleRepresentation3D_SafeDownCast; extern(C) void* function(void* jarg1) vtkPointHandleRepresentation3D_NewInstance; extern(C) void function(void* jarg1, int jarg2) vtkPointHandleRepresentation3D_SetOutline; extern(C) int function(void* jarg1) vtkPointHandleRepresentation3D_GetOutline; extern(C) void function(void* jarg1) vtkPointHandleRepresentation3D_OutlineOn; extern(C) void function(void* jarg1) vtkPointHandleRepresentation3D_OutlineOff; extern(C) void function(void* jarg1, int jarg2) vtkPointHandleRepresentation3D_SetXShadows; extern(C) int function(void* jarg1) vtkPointHandleRepresentation3D_GetXShadows; extern(C) void function(void* jarg1) vtkPointHandleRepresentation3D_XShadowsOn; extern(C) void function(void* jarg1) vtkPointHandleRepresentation3D_XShadowsOff; extern(C) void function(void* jarg1, int jarg2) vtkPointHandleRepresentation3D_SetYShadows; extern(C) int function(void* jarg1) vtkPointHandleRepresentation3D_GetYShadows; extern(C) void function(void* jarg1) vtkPointHandleRepresentation3D_YShadowsOn; extern(C) void function(void* jarg1) vtkPointHandleRepresentation3D_YShadowsOff; extern(C) void function(void* jarg1, int jarg2) vtkPointHandleRepresentation3D_SetZShadows; extern(C) int function(void* jarg1) vtkPointHandleRepresentation3D_GetZShadows; extern(C) void function(void* jarg1) vtkPointHandleRepresentation3D_ZShadowsOn; extern(C) void function(void* jarg1) vtkPointHandleRepresentation3D_ZShadowsOff; extern(C) void function(void* jarg1, int jarg2) vtkPointHandleRepresentation3D_SetTranslationMode; extern(C) int function(void* jarg1) vtkPointHandleRepresentation3D_GetTranslationMode; extern(C) void function(void* jarg1) vtkPointHandleRepresentation3D_TranslationModeOn; extern(C) void function(void* jarg1) vtkPointHandleRepresentation3D_TranslationModeOff; extern(C) void function(void* jarg1) vtkPointHandleRepresentation3D_AllOn; extern(C) void function(void* jarg1) vtkPointHandleRepresentation3D_AllOff; extern(C) void function(void* jarg1, void* jarg2) vtkPointHandleRepresentation3D_SetProperty; extern(C) void function(void* jarg1, void* jarg2) vtkPointHandleRepresentation3D_SetSelectedProperty; extern(C) void* function(void* jarg1) vtkPointHandleRepresentation3D_GetProperty; extern(C) void* function(void* jarg1) vtkPointHandleRepresentation3D_GetSelectedProperty; extern(C) void function(void* jarg1, double jarg2) vtkPointHandleRepresentation3D_SetHotSpotSize; extern(C) double function(void* jarg1) vtkPointHandleRepresentation3D_GetHotSpotSizeMinValue; extern(C) double function(void* jarg1) vtkPointHandleRepresentation3D_GetHotSpotSizeMaxValue; extern(C) double function(void* jarg1) vtkPointHandleRepresentation3D_GetHotSpotSize; extern(C) int function(void* jarg1, int jarg2, int jarg3, int jarg4) vtkPointHandleRepresentation3D_ComputeInteractionState__SWIG_0; extern(C) int function(void* jarg1, int jarg2, int jarg3) vtkPointHandleRepresentation3D_ComputeInteractionState__SWIG_1; extern(C) void function(void* jarg1, void* jarg2) vtkPointHandleRepresentation3D_PlaceWidget; extern(C) void function(void* jarg1, int jarg2) vtkPointHandleRepresentation3D_SetSmoothMotion; extern(C) int function(void* jarg1) vtkPointHandleRepresentation3D_GetSmoothMotion; extern(C) void function(void* jarg1) vtkPointHandleRepresentation3D_SmoothMotionOn; extern(C) void function(void* jarg1) vtkPointHandleRepresentation3D_SmoothMotionOff; extern(C) void* function(void* objectRef) vtkPointHandleRepresentation3D_Upcast; extern(C) int function(const(char)* jarg1) vtkExtractPolyDataGeometry_IsTypeOf; extern(C) void* function(void* jarg1) vtkExtractPolyDataGeometry_SafeDownCast; extern(C) void* function(void* jarg1) vtkExtractPolyDataGeometry_NewInstance; extern(C) void* function() vtkExtractPolyDataGeometry_New; extern(C) void function(void* jarg1, void* jarg2) vtkExtractPolyDataGeometry_SetImplicitFunction; extern(C) void* function(void* jarg1) vtkExtractPolyDataGeometry_GetImplicitFunction; extern(C) void function(void* jarg1, int jarg2) vtkExtractPolyDataGeometry_SetExtractInside; extern(C) int function(void* jarg1) vtkExtractPolyDataGeometry_GetExtractInside; extern(C) void function(void* jarg1) vtkExtractPolyDataGeometry_ExtractInsideOn; extern(C) void function(void* jarg1) vtkExtractPolyDataGeometry_ExtractInsideOff; extern(C) void function(void* jarg1, int jarg2) vtkExtractPolyDataGeometry_SetExtractBoundaryCells; extern(C) int function(void* jarg1) vtkExtractPolyDataGeometry_GetExtractBoundaryCells; extern(C) void function(void* jarg1) vtkExtractPolyDataGeometry_ExtractBoundaryCellsOn; extern(C) void function(void* jarg1) vtkExtractPolyDataGeometry_ExtractBoundaryCellsOff; extern(C) void* function(void* objectRef) vtkExtractPolyDataGeometry_Upcast; extern(C) int function(const(char)* jarg1) vtkLSDynaReader_IsTypeOf; extern(C) void* function(void* jarg1) vtkLSDynaReader_SafeDownCast; extern(C) void* function(void* jarg1) vtkLSDynaReader_NewInstance; extern(C) void* function() vtkLSDynaReader_New; extern(C) void function(void* jarg1, void* jarg2) vtkLSDynaReader_Dump; extern(C) void function(void* jarg1) vtkLSDynaReader_DebugDump; extern(C) int function(void* jarg1, const(char)* jarg2) vtkLSDynaReader_CanReadFile; extern(C) void function(void* jarg1, const(char)* jarg2) vtkLSDynaReader_SetDatabaseDirectory; extern(C) const(char)* function(void* jarg1) vtkLSDynaReader_GetDatabaseDirectory; extern(C) int function(void* jarg1) vtkLSDynaReader_IsDatabaseValid; extern(C) void function(void* jarg1, const(char)* jarg2) vtkLSDynaReader_SetFileName; extern(C) const(char)* function(void* jarg1) vtkLSDynaReader_GetFileName; extern(C) const(char)* function(void* jarg1) vtkLSDynaReader_GetTitle; extern(C) int function(void* jarg1) vtkLSDynaReader_GetDimensionality; extern(C) long function(void* jarg1) vtkLSDynaReader_GetNumberOfNodes; extern(C) long function(void* jarg1) vtkLSDynaReader_GetNumberOfCells; extern(C) long function(void* jarg1) vtkLSDynaReader_GetNumberOfContinuumCells; extern(C) long function(void* jarg1) vtkLSDynaReader_GetNumberOfSolidCells; extern(C) long function(void* jarg1) vtkLSDynaReader_GetNumberOfThickShellCells; extern(C) long function(void* jarg1) vtkLSDynaReader_GetNumberOfShellCells; extern(C) long function(void* jarg1) vtkLSDynaReader_GetNumberOfRigidBodyCells; extern(C) long function(void* jarg1) vtkLSDynaReader_GetNumberOfRoadSurfaceCells; extern(C) long function(void* jarg1) vtkLSDynaReader_GetNumberOfBeamCells; extern(C) long function(void* jarg1) vtkLSDynaReader_GetNumberOfParticleCells; extern(C) long function(void* jarg1) vtkLSDynaReader_GetNumberOfTimeSteps; extern(C) void function(void* jarg1, long jarg2) vtkLSDynaReader_SetTimeStep; extern(C) long function(void* jarg1) vtkLSDynaReader_GetTimeStep; extern(C) double function(void* jarg1, long jarg2) vtkLSDynaReader_GetTimeValue; extern(C) void* function(void* jarg1) vtkLSDynaReader_GetTimeStepRange__SWIG_0; extern(C) void function(void* jarg1, void* jarg2, void* jarg3) vtkLSDynaReader_GetTimeStepRange__SWIG_1; extern(C) void function(void* jarg1, void* jarg2) vtkLSDynaReader_GetTimeStepRange__SWIG_2; extern(C) void function(void* jarg1, int jarg2, int jarg3) vtkLSDynaReader_SetTimeStepRange__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkLSDynaReader_SetTimeStepRange__SWIG_1; extern(C) int function(void* jarg1) vtkLSDynaReader_GetNumberOfPointArrays; extern(C) const(char)* function(void* jarg1, int jarg2) vtkLSDynaReader_GetPointArrayName; extern(C) void function(void* jarg1, int jarg2, int jarg3) vtkLSDynaReader_SetPointArrayStatus__SWIG_0; extern(C) void function(void* jarg1, const(char)* jarg2, int jarg3) vtkLSDynaReader_SetPointArrayStatus__SWIG_1; extern(C) int function(void* jarg1, int jarg2) vtkLSDynaReader_GetPointArrayStatus__SWIG_0; extern(C) int function(void* jarg1, const(char)* jarg2) vtkLSDynaReader_GetPointArrayStatus__SWIG_1; extern(C) int function(void* jarg1, int jarg2) vtkLSDynaReader_GetNumberOfComponentsInPointArray__SWIG_0; extern(C) int function(void* jarg1, const(char)* jarg2) vtkLSDynaReader_GetNumberOfComponentsInPointArray__SWIG_1; extern(C) int function(void* jarg1, int jarg2) vtkLSDynaReader_GetNumberOfCellArrays; extern(C) const(char)* function(void* jarg1, int jarg2, int jarg3) vtkLSDynaReader_GetCellArrayName; extern(C) void function(void* jarg1, int jarg2, int jarg3, int jarg4) vtkLSDynaReader_SetCellArrayStatus__SWIG_0; extern(C) void function(void* jarg1, int jarg2, const(char)* jarg3, int jarg4) vtkLSDynaReader_SetCellArrayStatus__SWIG_1; extern(C) int function(void* jarg1, int jarg2, int jarg3) vtkLSDynaReader_GetCellArrayStatus__SWIG_0; extern(C) int function(void* jarg1, int jarg2, const(char)* jarg3) vtkLSDynaReader_GetCellArrayStatus__SWIG_1; extern(C) int function(void* jarg1, int jarg2, int jarg3) vtkLSDynaReader_GetNumberOfComponentsInCellArray__SWIG_0; extern(C) int function(void* jarg1, int jarg2, const(char)* jarg3) vtkLSDynaReader_GetNumberOfComponentsInCellArray__SWIG_1; extern(C) int function(void* jarg1) vtkLSDynaReader_GetNumberOfSolidArrays; extern(C) const(char)* function(void* jarg1, int jarg2) vtkLSDynaReader_GetSolidArrayName; extern(C) void function(void* jarg1, int jarg2, int jarg3) vtkLSDynaReader_SetSolidArrayStatus__SWIG_0; extern(C) void function(void* jarg1, const(char)* jarg2, int jarg3) vtkLSDynaReader_SetSolidArrayStatus__SWIG_1; extern(C) int function(void* jarg1, int jarg2) vtkLSDynaReader_GetSolidArrayStatus__SWIG_0; extern(C) int function(void* jarg1, const(char)* jarg2) vtkLSDynaReader_GetSolidArrayStatus__SWIG_1; extern(C) int function(void* jarg1, int jarg2) vtkLSDynaReader_GetNumberOfComponentsInSolidArray__SWIG_0; extern(C) int function(void* jarg1, const(char)* jarg2) vtkLSDynaReader_GetNumberOfComponentsInSolidArray__SWIG_1; extern(C) int function(void* jarg1) vtkLSDynaReader_GetNumberOfThickShellArrays; extern(C) const(char)* function(void* jarg1, int jarg2) vtkLSDynaReader_GetThickShellArrayName; extern(C) void function(void* jarg1, int jarg2, int jarg3) vtkLSDynaReader_SetThickShellArrayStatus__SWIG_0; extern(C) void function(void* jarg1, const(char)* jarg2, int jarg3) vtkLSDynaReader_SetThickShellArrayStatus__SWIG_1; extern(C) int function(void* jarg1, int jarg2) vtkLSDynaReader_GetThickShellArrayStatus__SWIG_0; extern(C) int function(void* jarg1, const(char)* jarg2) vtkLSDynaReader_GetThickShellArrayStatus__SWIG_1; extern(C) int function(void* jarg1, int jarg2) vtkLSDynaReader_GetNumberOfComponentsInThickShellArray__SWIG_0; extern(C) int function(void* jarg1, const(char)* jarg2) vtkLSDynaReader_GetNumberOfComponentsInThickShellArray__SWIG_1; extern(C) int function(void* jarg1) vtkLSDynaReader_GetNumberOfShellArrays; extern(C) const(char)* function(void* jarg1, int jarg2) vtkLSDynaReader_GetShellArrayName; extern(C) void function(void* jarg1, int jarg2, int jarg3) vtkLSDynaReader_SetShellArrayStatus__SWIG_0; extern(C) void function(void* jarg1, const(char)* jarg2, int jarg3) vtkLSDynaReader_SetShellArrayStatus__SWIG_1; extern(C) int function(void* jarg1, int jarg2) vtkLSDynaReader_GetShellArrayStatus__SWIG_0; extern(C) int function(void* jarg1, const(char)* jarg2) vtkLSDynaReader_GetShellArrayStatus__SWIG_1; extern(C) int function(void* jarg1, int jarg2) vtkLSDynaReader_GetNumberOfComponentsInShellArray__SWIG_0; extern(C) int function(void* jarg1, const(char)* jarg2) vtkLSDynaReader_GetNumberOfComponentsInShellArray__SWIG_1; extern(C) int function(void* jarg1) vtkLSDynaReader_GetNumberOfRigidBodyArrays; extern(C) const(char)* function(void* jarg1, int jarg2) vtkLSDynaReader_GetRigidBodyArrayName; extern(C) void function(void* jarg1, int jarg2, int jarg3) vtkLSDynaReader_SetRigidBodyArrayStatus__SWIG_0; extern(C) void function(void* jarg1, const(char)* jarg2, int jarg3) vtkLSDynaReader_SetRigidBodyArrayStatus__SWIG_1; extern(C) int function(void* jarg1, int jarg2) vtkLSDynaReader_GetRigidBodyArrayStatus__SWIG_0; extern(C) int function(void* jarg1, const(char)* jarg2) vtkLSDynaReader_GetRigidBodyArrayStatus__SWIG_1; extern(C) int function(void* jarg1, int jarg2) vtkLSDynaReader_GetNumberOfComponentsInRigidBodyArray__SWIG_0; extern(C) int function(void* jarg1, const(char)* jarg2) vtkLSDynaReader_GetNumberOfComponentsInRigidBodyArray__SWIG_1; extern(C) int function(void* jarg1) vtkLSDynaReader_GetNumberOfRoadSurfaceArrays; extern(C) const(char)* function(void* jarg1, int jarg2) vtkLSDynaReader_GetRoadSurfaceArrayName; extern(C) void function(void* jarg1, int jarg2, int jarg3) vtkLSDynaReader_SetRoadSurfaceArrayStatus__SWIG_0; extern(C) void function(void* jarg1, const(char)* jarg2, int jarg3) vtkLSDynaReader_SetRoadSurfaceArrayStatus__SWIG_1; extern(C) int function(void* jarg1, int jarg2) vtkLSDynaReader_GetRoadSurfaceArrayStatus__SWIG_0; extern(C) int function(void* jarg1, const(char)* jarg2) vtkLSDynaReader_GetRoadSurfaceArrayStatus__SWIG_1; extern(C) int function(void* jarg1, int jarg2) vtkLSDynaReader_GetNumberOfComponentsInRoadSurfaceArray__SWIG_0; extern(C) int function(void* jarg1, const(char)* jarg2) vtkLSDynaReader_GetNumberOfComponentsInRoadSurfaceArray__SWIG_1; extern(C) int function(void* jarg1) vtkLSDynaReader_GetNumberOfBeamArrays; extern(C) const(char)* function(void* jarg1, int jarg2) vtkLSDynaReader_GetBeamArrayName; extern(C) void function(void* jarg1, int jarg2, int jarg3) vtkLSDynaReader_SetBeamArrayStatus__SWIG_0; extern(C) void function(void* jarg1, const(char)* jarg2, int jarg3) vtkLSDynaReader_SetBeamArrayStatus__SWIG_1; extern(C) int function(void* jarg1, int jarg2) vtkLSDynaReader_GetBeamArrayStatus__SWIG_0; extern(C) int function(void* jarg1, const(char)* jarg2) vtkLSDynaReader_GetBeamArrayStatus__SWIG_1; extern(C) int function(void* jarg1, int jarg2) vtkLSDynaReader_GetNumberOfComponentsInBeamArray__SWIG_0; extern(C) int function(void* jarg1, const(char)* jarg2) vtkLSDynaReader_GetNumberOfComponentsInBeamArray__SWIG_1; extern(C) int function(void* jarg1) vtkLSDynaReader_GetNumberOfParticleArrays; extern(C) const(char)* function(void* jarg1, int jarg2) vtkLSDynaReader_GetParticleArrayName; extern(C) void function(void* jarg1, int jarg2, int jarg3) vtkLSDynaReader_SetParticleArrayStatus__SWIG_0; extern(C) void function(void* jarg1, const(char)* jarg2, int jarg3) vtkLSDynaReader_SetParticleArrayStatus__SWIG_1; extern(C) int function(void* jarg1, int jarg2) vtkLSDynaReader_GetParticleArrayStatus__SWIG_0; extern(C) int function(void* jarg1, const(char)* jarg2) vtkLSDynaReader_GetParticleArrayStatus__SWIG_1; extern(C) int function(void* jarg1, int jarg2) vtkLSDynaReader_GetNumberOfComponentsInParticleArray__SWIG_0; extern(C) int function(void* jarg1, const(char)* jarg2) vtkLSDynaReader_GetNumberOfComponentsInParticleArray__SWIG_1; extern(C) void function(void* jarg1, int jarg2) vtkLSDynaReader_SetDeformedMesh; extern(C) int function(void* jarg1) vtkLSDynaReader_GetDeformedMesh; extern(C) void function(void* jarg1) vtkLSDynaReader_DeformedMeshOn; extern(C) void function(void* jarg1) vtkLSDynaReader_DeformedMeshOff; extern(C) void function(void* jarg1, int jarg2) vtkLSDynaReader_SetRemoveDeletedCells; extern(C) int function(void* jarg1) vtkLSDynaReader_GetRemoveDeletedCells; extern(C) void function(void* jarg1) vtkLSDynaReader_RemoveDeletedCellsOn; extern(C) void function(void* jarg1) vtkLSDynaReader_RemoveDeletedCellsOff; extern(C) void function(void* jarg1, int jarg2) vtkLSDynaReader_SetDeletedCellsAsGhostArray; extern(C) int function(void* jarg1) vtkLSDynaReader_GetDeletedCellsAsGhostArray; extern(C) void function(void* jarg1) vtkLSDynaReader_DeletedCellsAsGhostArrayOn; extern(C) void function(void* jarg1) vtkLSDynaReader_DeletedCellsAsGhostArrayOff; extern(C) void function(void* jarg1, const(char)* jarg2) vtkLSDynaReader_SetInputDeck; extern(C) const(char)* function(void* jarg1) vtkLSDynaReader_GetInputDeck; extern(C) int function(void* jarg1) vtkLSDynaReader_GetNumberOfPartArrays; extern(C) const(char)* function(void* jarg1, int jarg2) vtkLSDynaReader_GetPartArrayName; extern(C) void function(void* jarg1, int jarg2, int jarg3) vtkLSDynaReader_SetPartArrayStatus__SWIG_0; extern(C) void function(void* jarg1, const(char)* jarg2, int jarg3) vtkLSDynaReader_SetPartArrayStatus__SWIG_1; extern(C) int function(void* jarg1, int jarg2) vtkLSDynaReader_GetPartArrayStatus__SWIG_0; extern(C) int function(void* jarg1, const(char)* jarg2) vtkLSDynaReader_GetPartArrayStatus__SWIG_1; extern(C) void* function(void* objectRef) vtkLSDynaReader_Upcast; extern(C) void* function() vtkTreeWriter_New; extern(C) int function(const(char)* jarg1) vtkTreeWriter_IsTypeOf; extern(C) void* function(void* jarg1) vtkTreeWriter_SafeDownCast; extern(C) void* function(void* jarg1) vtkTreeWriter_NewInstance; extern(C) void* function(void* jarg1) vtkTreeWriter_GetInput__SWIG_0; extern(C) void* function(void* jarg1, int jarg2) vtkTreeWriter_GetInput__SWIG_1; extern(C) void* function(void* objectRef) vtkTreeWriter_Upcast; extern(C) void* function() vtkDIMACSGraphReader_New; extern(C) int function(const(char)* jarg1) vtkDIMACSGraphReader_IsTypeOf; extern(C) void* function(void* jarg1) vtkDIMACSGraphReader_SafeDownCast; extern(C) void* function(void* jarg1) vtkDIMACSGraphReader_NewInstance; extern(C) const(char)* function(void* jarg1) vtkDIMACSGraphReader_GetFileName; extern(C) void function(void* jarg1, const(char)* jarg2) vtkDIMACSGraphReader_SetFileName; extern(C) const(char)* function(void* jarg1) vtkDIMACSGraphReader_GetVertexAttributeArrayName; extern(C) void function(void* jarg1, const(char)* jarg2) vtkDIMACSGraphReader_SetVertexAttributeArrayName; extern(C) const(char)* function(void* jarg1) vtkDIMACSGraphReader_GetEdgeAttributeArrayName; extern(C) void function(void* jarg1, const(char)* jarg2) vtkDIMACSGraphReader_SetEdgeAttributeArrayName; extern(C) void* function(void* objectRef) vtkDIMACSGraphReader_Upcast; extern(C) void* function() vtkImplicitPlaneRepresentation_New; extern(C) int function(const(char)* jarg1) vtkImplicitPlaneRepresentation_IsTypeOf; extern(C) void* function(void* jarg1) vtkImplicitPlaneRepresentation_SafeDownCast; extern(C) void* function(void* jarg1) vtkImplicitPlaneRepresentation_NewInstance; extern(C) void function(void* jarg1, double jarg2, double jarg3, double jarg4) vtkImplicitPlaneRepresentation_SetOrigin__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkImplicitPlaneRepresentation_SetOrigin__SWIG_1; extern(C) void* function(void* jarg1) vtkImplicitPlaneRepresentation_GetOrigin__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkImplicitPlaneRepresentation_GetOrigin__SWIG_1; extern(C) void function(void* jarg1, double jarg2, double jarg3, double jarg4) vtkImplicitPlaneRepresentation_SetNormal__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkImplicitPlaneRepresentation_SetNormal__SWIG_1; extern(C) void function(void* jarg1) vtkImplicitPlaneRepresentation_SetNormalToCamera; extern(C) void* function(void* jarg1) vtkImplicitPlaneRepresentation_GetNormal__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkImplicitPlaneRepresentation_GetNormal__SWIG_1; extern(C) void function(void* jarg1, int jarg2) vtkImplicitPlaneRepresentation_SetNormalToXAxis; extern(C) int function(void* jarg1) vtkImplicitPlaneRepresentation_GetNormalToXAxis; extern(C) void function(void* jarg1) vtkImplicitPlaneRepresentation_NormalToXAxisOn; extern(C) void function(void* jarg1) vtkImplicitPlaneRepresentation_NormalToXAxisOff; extern(C) void function(void* jarg1, int jarg2) vtkImplicitPlaneRepresentation_SetNormalToYAxis; extern(C) int function(void* jarg1) vtkImplicitPlaneRepresentation_GetNormalToYAxis; extern(C) void function(void* jarg1) vtkImplicitPlaneRepresentation_NormalToYAxisOn; extern(C) void function(void* jarg1) vtkImplicitPlaneRepresentation_NormalToYAxisOff; extern(C) void function(void* jarg1, int jarg2) vtkImplicitPlaneRepresentation_SetNormalToZAxis; extern(C) int function(void* jarg1) vtkImplicitPlaneRepresentation_GetNormalToZAxis; extern(C) void function(void* jarg1) vtkImplicitPlaneRepresentation_NormalToZAxisOn; extern(C) void function(void* jarg1) vtkImplicitPlaneRepresentation_NormalToZAxisOff; extern(C) void function(void* jarg1, int jarg2) vtkImplicitPlaneRepresentation_SetLockNormalToCamera; extern(C) int function(void* jarg1) vtkImplicitPlaneRepresentation_GetLockNormalToCamera; extern(C) void function(void* jarg1) vtkImplicitPlaneRepresentation_LockNormalToCameraOn; extern(C) void function(void* jarg1) vtkImplicitPlaneRepresentation_LockNormalToCameraOff; extern(C) void function(void* jarg1, int jarg2) vtkImplicitPlaneRepresentation_SetTubing; extern(C) int function(void* jarg1) vtkImplicitPlaneRepresentation_GetTubing; extern(C) void function(void* jarg1) vtkImplicitPlaneRepresentation_TubingOn; extern(C) void function(void* jarg1) vtkImplicitPlaneRepresentation_TubingOff; extern(C) void function(void* jarg1, int jarg2) vtkImplicitPlaneRepresentation_SetDrawPlane; extern(C) int function(void* jarg1) vtkImplicitPlaneRepresentation_GetDrawPlane; extern(C) void function(void* jarg1) vtkImplicitPlaneRepresentation_DrawPlaneOn; extern(C) void function(void* jarg1) vtkImplicitPlaneRepresentation_DrawPlaneOff; extern(C) void function(void* jarg1, int jarg2) vtkImplicitPlaneRepresentation_SetOutlineTranslation; extern(C) int function(void* jarg1) vtkImplicitPlaneRepresentation_GetOutlineTranslation; extern(C) void function(void* jarg1) vtkImplicitPlaneRepresentation_OutlineTranslationOn; extern(C) void function(void* jarg1) vtkImplicitPlaneRepresentation_OutlineTranslationOff; extern(C) void function(void* jarg1, int jarg2) vtkImplicitPlaneRepresentation_SetOutsideBounds; extern(C) int function(void* jarg1) vtkImplicitPlaneRepresentation_GetOutsideBounds; extern(C) void function(void* jarg1) vtkImplicitPlaneRepresentation_OutsideBoundsOn; extern(C) void function(void* jarg1) vtkImplicitPlaneRepresentation_OutsideBoundsOff; extern(C) void function(void* jarg1, int jarg2) vtkImplicitPlaneRepresentation_SetScaleEnabled; extern(C) int function(void* jarg1) vtkImplicitPlaneRepresentation_GetScaleEnabled; extern(C) void function(void* jarg1) vtkImplicitPlaneRepresentation_ScaleEnabledOn; extern(C) void function(void* jarg1) vtkImplicitPlaneRepresentation_ScaleEnabledOff; extern(C) void function(void* jarg1, void* jarg2) vtkImplicitPlaneRepresentation_GetPolyData; extern(C) void* function(void* jarg1) vtkImplicitPlaneRepresentation_GetPolyDataAlgorithm; extern(C) void function(void* jarg1, void* jarg2) vtkImplicitPlaneRepresentation_GetPlane; extern(C) void function(void* jarg1) vtkImplicitPlaneRepresentation_UpdatePlacement; extern(C) void* function(void* jarg1) vtkImplicitPlaneRepresentation_GetNormalProperty; extern(C) void* function(void* jarg1) vtkImplicitPlaneRepresentation_GetSelectedNormalProperty; extern(C) void* function(void* jarg1) vtkImplicitPlaneRepresentation_GetPlaneProperty; extern(C) void* function(void* jarg1) vtkImplicitPlaneRepresentation_GetSelectedPlaneProperty; extern(C) void* function(void* jarg1) vtkImplicitPlaneRepresentation_GetOutlineProperty; extern(C) void* function(void* jarg1) vtkImplicitPlaneRepresentation_GetSelectedOutlineProperty; extern(C) void* function(void* jarg1) vtkImplicitPlaneRepresentation_GetEdgesProperty; extern(C) void function(void* jarg1, void* jarg2) vtkImplicitPlaneRepresentation_SetEdgeColor__SWIG_0; extern(C) void function(void* jarg1, double jarg2, double jarg3, double jarg4) vtkImplicitPlaneRepresentation_SetEdgeColor__SWIG_1; extern(C) void function(void* jarg1, void* jarg2) vtkImplicitPlaneRepresentation_SetEdgeColor__SWIG_2; extern(C) void function(void* jarg1, double jarg2) vtkImplicitPlaneRepresentation_SetBumpDistance; extern(C) double function(void* jarg1) vtkImplicitPlaneRepresentation_GetBumpDistanceMinValue; extern(C) double function(void* jarg1) vtkImplicitPlaneRepresentation_GetBumpDistanceMaxValue; extern(C) double function(void* jarg1) vtkImplicitPlaneRepresentation_GetBumpDistance; extern(C) void function(void* jarg1, int jarg2, double jarg3) vtkImplicitPlaneRepresentation_BumpPlane; extern(C) void function(void* jarg1, double jarg2) vtkImplicitPlaneRepresentation_PushPlane; extern(C) int function(void* jarg1, int jarg2, int jarg3, int jarg4) vtkImplicitPlaneRepresentation_ComputeInteractionState__SWIG_0; extern(C) int function(void* jarg1, int jarg2, int jarg3) vtkImplicitPlaneRepresentation_ComputeInteractionState__SWIG_1; extern(C) void function(void* jarg1, void* jarg2) vtkImplicitPlaneRepresentation_PlaceWidget; extern(C) void function(void* jarg1, int jarg2) vtkImplicitPlaneRepresentation_SetInteractionState; extern(C) int function(void* jarg1) vtkImplicitPlaneRepresentation_GetInteractionStateMinValue; extern(C) int function(void* jarg1) vtkImplicitPlaneRepresentation_GetInteractionStateMaxValue; extern(C) void function(void* jarg1, int jarg2) vtkImplicitPlaneRepresentation_SetRepresentationState; extern(C) int function(void* jarg1) vtkImplicitPlaneRepresentation_GetRepresentationState; extern(C) void* function(void* objectRef) vtkImplicitPlaneRepresentation_Upcast; extern(C) int function(const(char)* jarg1) vtkQuadricClustering_IsTypeOf; extern(C) void* function(void* jarg1) vtkQuadricClustering_SafeDownCast; extern(C) void* function(void* jarg1) vtkQuadricClustering_NewInstance; extern(C) void* function() vtkQuadricClustering_New; extern(C) void function(void* jarg1, int jarg2) vtkQuadricClustering_SetNumberOfXDivisions; extern(C) void function(void* jarg1, int jarg2) vtkQuadricClustering_SetNumberOfYDivisions; extern(C) void function(void* jarg1, int jarg2) vtkQuadricClustering_SetNumberOfZDivisions; extern(C) int function(void* jarg1) vtkQuadricClustering_GetNumberOfXDivisions; extern(C) int function(void* jarg1) vtkQuadricClustering_GetNumberOfYDivisions; extern(C) int function(void* jarg1) vtkQuadricClustering_GetNumberOfZDivisions; extern(C) void function(void* jarg1, void* jarg2) vtkQuadricClustering_SetNumberOfDivisions__SWIG_0; extern(C) void function(void* jarg1, int jarg2, int jarg3, int jarg4) vtkQuadricClustering_SetNumberOfDivisions__SWIG_1; extern(C) void* function(void* jarg1) vtkQuadricClustering_GetNumberOfDivisions__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkQuadricClustering_GetNumberOfDivisions__SWIG_1; extern(C) void function(void* jarg1, int jarg2) vtkQuadricClustering_SetAutoAdjustNumberOfDivisions; extern(C) int function(void* jarg1) vtkQuadricClustering_GetAutoAdjustNumberOfDivisions; extern(C) void function(void* jarg1) vtkQuadricClustering_AutoAdjustNumberOfDivisionsOn; extern(C) void function(void* jarg1) vtkQuadricClustering_AutoAdjustNumberOfDivisionsOff; extern(C) void function(void* jarg1, double jarg2, double jarg3, double jarg4) vtkQuadricClustering_SetDivisionOrigin__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkQuadricClustering_SetDivisionOrigin__SWIG_1; extern(C) void* function(void* jarg1) vtkQuadricClustering_GetDivisionOrigin__SWIG_0; extern(C) void function(void* jarg1, void* jarg2, void* jarg3, void* jarg4) vtkQuadricClustering_GetDivisionOrigin__SWIG_1; extern(C) void function(void* jarg1, void* jarg2) vtkQuadricClustering_GetDivisionOrigin__SWIG_2; extern(C) void function(void* jarg1, double jarg2, double jarg3, double jarg4) vtkQuadricClustering_SetDivisionSpacing__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkQuadricClustering_SetDivisionSpacing__SWIG_1; extern(C) void* function(void* jarg1) vtkQuadricClustering_GetDivisionSpacing__SWIG_0; extern(C) void function(void* jarg1, void* jarg2, void* jarg3, void* jarg4) vtkQuadricClustering_GetDivisionSpacing__SWIG_1; extern(C) void function(void* jarg1, void* jarg2) vtkQuadricClustering_GetDivisionSpacing__SWIG_2; extern(C) void function(void* jarg1, int jarg2) vtkQuadricClustering_SetUseInputPoints; extern(C) int function(void* jarg1) vtkQuadricClustering_GetUseInputPoints; extern(C) void function(void* jarg1) vtkQuadricClustering_UseInputPointsOn; extern(C) void function(void* jarg1) vtkQuadricClustering_UseInputPointsOff; extern(C) void function(void* jarg1, int jarg2) vtkQuadricClustering_SetUseFeatureEdges; extern(C) int function(void* jarg1) vtkQuadricClustering_GetUseFeatureEdges; extern(C) void function(void* jarg1) vtkQuadricClustering_UseFeatureEdgesOn; extern(C) void function(void* jarg1) vtkQuadricClustering_UseFeatureEdgesOff; extern(C) void* function(void* jarg1) vtkQuadricClustering_GetFeatureEdges; extern(C) void function(void* jarg1, int jarg2) vtkQuadricClustering_SetUseFeaturePoints; extern(C) int function(void* jarg1) vtkQuadricClustering_GetUseFeaturePoints; extern(C) void function(void* jarg1) vtkQuadricClustering_UseFeaturePointsOn; extern(C) void function(void* jarg1) vtkQuadricClustering_UseFeaturePointsOff; extern(C) void function(void* jarg1, double jarg2) vtkQuadricClustering_SetFeaturePointsAngle; extern(C) double function(void* jarg1) vtkQuadricClustering_GetFeaturePointsAngleMinValue; extern(C) double function(void* jarg1) vtkQuadricClustering_GetFeaturePointsAngleMaxValue; extern(C) double function(void* jarg1) vtkQuadricClustering_GetFeaturePointsAngle; extern(C) void function(void* jarg1, int jarg2) vtkQuadricClustering_SetUseInternalTriangles; extern(C) int function(void* jarg1) vtkQuadricClustering_GetUseInternalTriangles; extern(C) void function(void* jarg1) vtkQuadricClustering_UseInternalTrianglesOn; extern(C) void function(void* jarg1) vtkQuadricClustering_UseInternalTrianglesOff; extern(C) void function(void* jarg1, void* jarg2) vtkQuadricClustering_StartAppend__SWIG_0; extern(C) void function(void* jarg1, double jarg2, double jarg3, double jarg4, double jarg5, double jarg6, double jarg7) vtkQuadricClustering_StartAppend__SWIG_1; extern(C) void function(void* jarg1, void* jarg2) vtkQuadricClustering_Append; extern(C) void function(void* jarg1) vtkQuadricClustering_EndAppend; extern(C) void function(void* jarg1, int jarg2) vtkQuadricClustering_SetCopyCellData; extern(C) int function(void* jarg1) vtkQuadricClustering_GetCopyCellData; extern(C) void function(void* jarg1) vtkQuadricClustering_CopyCellDataOn; extern(C) void function(void* jarg1) vtkQuadricClustering_CopyCellDataOff; extern(C) void function(void* jarg1, int jarg2) vtkQuadricClustering_SetPreventDuplicateCells; extern(C) int function(void* jarg1) vtkQuadricClustering_GetPreventDuplicateCells; extern(C) void function(void* jarg1) vtkQuadricClustering_PreventDuplicateCellsOn; extern(C) void function(void* jarg1) vtkQuadricClustering_PreventDuplicateCellsOff; extern(C) void* function(void* objectRef) vtkQuadricClustering_Upcast; extern(C) void* function() vtkDefaultPainter_New; extern(C) int function(const(char)* jarg1) vtkDefaultPainter_IsTypeOf; extern(C) void* function(void* jarg1) vtkDefaultPainter_SafeDownCast; extern(C) void* function(void* jarg1) vtkDefaultPainter_NewInstance; extern(C) void function(void* jarg1, void* jarg2) vtkDefaultPainter_SetScalarsToColorsPainter; extern(C) void* function(void* jarg1) vtkDefaultPainter_GetScalarsToColorsPainter; extern(C) void function(void* jarg1, void* jarg2) vtkDefaultPainter_SetClipPlanesPainter; extern(C) void* function(void* jarg1) vtkDefaultPainter_GetClipPlanesPainter; extern(C) void function(void* jarg1, void* jarg2) vtkDefaultPainter_SetDisplayListPainter; extern(C) void* function(void* jarg1) vtkDefaultPainter_GetDisplayListPainter; extern(C) void function(void* jarg1, void* jarg2) vtkDefaultPainter_SetCompositePainter; extern(C) void* function(void* jarg1) vtkDefaultPainter_GetCompositePainter; extern(C) void function(void* jarg1, void* jarg2) vtkDefaultPainter_SetCoincidentTopologyResolutionPainter; extern(C) void* function(void* jarg1) vtkDefaultPainter_GetCoincidentTopologyResolutionPainter; extern(C) void function(void* jarg1, void* jarg2) vtkDefaultPainter_SetLightingPainter; extern(C) void* function(void* jarg1) vtkDefaultPainter_GetLightingPainter; extern(C) void function(void* jarg1, void* jarg2) vtkDefaultPainter_SetRepresentationPainter; extern(C) void* function(void* jarg1) vtkDefaultPainter_GetRepresentationPainter; extern(C) void* function(void* objectRef) vtkDefaultPainter_Upcast; extern(C) void* function() vtkSurfaceLICDefaultPainter_New; extern(C) int function(const(char)* jarg1) vtkSurfaceLICDefaultPainter_IsTypeOf; extern(C) void* function(void* jarg1) vtkSurfaceLICDefaultPainter_SafeDownCast; extern(C) void* function(void* jarg1) vtkSurfaceLICDefaultPainter_NewInstance; extern(C) void function(void* jarg1, void* jarg2) vtkSurfaceLICDefaultPainter_SetSurfaceLICPainter; extern(C) void* function(void* jarg1) vtkSurfaceLICDefaultPainter_GetSurfaceLICPainter; extern(C) void* function() new_vtkSurfaceLICDefaultPainter; extern(C) void function(void* jarg1) delete_vtkSurfaceLICDefaultPainter; extern(C) void* function(void* objectRef) vtkSurfaceLICDefaultPainter_Upcast; extern(C) void* function() vtkGraphLayout_New; extern(C) int function(const(char)* jarg1) vtkGraphLayout_IsTypeOf; extern(C) void* function(void* jarg1) vtkGraphLayout_SafeDownCast; extern(C) void* function(void* jarg1) vtkGraphLayout_NewInstance; extern(C) void function(void* jarg1, void* jarg2) vtkGraphLayout_SetLayoutStrategy; extern(C) void* function(void* jarg1) vtkGraphLayout_GetLayoutStrategy; extern(C) int function(void* jarg1) vtkGraphLayout_IsLayoutComplete; extern(C) double function(void* jarg1) vtkGraphLayout_GetZRange; extern(C) void function(void* jarg1, double jarg2) vtkGraphLayout_SetZRange; extern(C) void* function(void* jarg1) vtkGraphLayout_GetTransform; extern(C) void function(void* jarg1, void* jarg2) vtkGraphLayout_SetTransform; extern(C) void function(void* jarg1, uint jarg2) vtkGraphLayout_SetUseTransform; extern(C) uint function(void* jarg1) vtkGraphLayout_GetUseTransform; extern(C) void function(void* jarg1) vtkGraphLayout_UseTransformOn; extern(C) void function(void* jarg1) vtkGraphLayout_UseTransformOff; extern(C) void* function(void* objectRef) vtkGraphLayout_Upcast; extern(C) void* function() vtkFixedPointVolumeRayCastHelper_New; extern(C) int function(const(char)* jarg1) vtkFixedPointVolumeRayCastHelper_IsTypeOf; extern(C) void* function(void* jarg1) vtkFixedPointVolumeRayCastHelper_SafeDownCast; extern(C) void* function(void* jarg1) vtkFixedPointVolumeRayCastHelper_NewInstance; extern(C) void function(void* jarg1, int jarg2, int jarg3, void* jarg4, void* jarg5) vtkFixedPointVolumeRayCastHelper_GenerateImage; extern(C) void* function(void* objectRef) vtkFixedPointVolumeRayCastHelper_Upcast; extern(C) void* function() vtkFixedPointVolumeRayCastMIPHelper_New; extern(C) int function(const(char)* jarg1) vtkFixedPointVolumeRayCastMIPHelper_IsTypeOf; extern(C) void* function(void* jarg1) vtkFixedPointVolumeRayCastMIPHelper_SafeDownCast; extern(C) void* function(void* jarg1) vtkFixedPointVolumeRayCastMIPHelper_NewInstance; extern(C) void* function(void* objectRef) vtkFixedPointVolumeRayCastMIPHelper_Upcast; extern(C) void* function() vtkVariantArray_New; extern(C) int function(const(char)* jarg1) vtkVariantArray_IsTypeOf; extern(C) void* function(void* jarg1) vtkVariantArray_SafeDownCast; extern(C) void* function(void* jarg1) vtkVariantArray_NewInstance; extern(C) int function(void* jarg1, long jarg2, long jarg3) vtkVariantArray_Allocate__SWIG_0; extern(C) int function(void* jarg1, long jarg2) vtkVariantArray_Allocate__SWIG_1; extern(C) void function(void* jarg1, long jarg2, void* jarg3, void* jarg4, void* jarg5) vtkVariantArray_InterpolateTuple__SWIG_0; extern(C) void function(void* jarg1, long jarg2, long jarg3, void* jarg4, long jarg5, void* jarg6, double jarg7) vtkVariantArray_InterpolateTuple__SWIG_1; extern(C) void* function(void* jarg1, long jarg2) vtkVariantArray_GetValue; extern(C) void function(void* jarg1, long jarg2, void* jarg3) vtkVariantArray_SetValue; extern(C) void function(void* jarg1, long jarg2, void* jarg3) vtkVariantArray_InsertValue; extern(C) long function(void* jarg1, void* jarg2) vtkVariantArray_InsertNextValue; extern(C) void function(void* jarg1, long jarg2) vtkVariantArray_SetNumberOfValues; extern(C) long function(void* jarg1) vtkVariantArray_GetNumberOfValues; extern(C) long function(void* jarg1, void* jarg2) vtkVariantArray_LookupValue__SWIG_0; extern(C) void function(void* jarg1, void* jarg2, void* jarg3) vtkVariantArray_LookupValue__SWIG_1; extern(C) void function(void* jarg1, long jarg2) vtkVariantArray_DataElementChanged; extern(C) void function(void* jarg1) delete_vtkVariantArray; extern(C) void* function(void* objectRef) vtkVariantArray_Upcast; extern(C) void* function() vtkOutlineFilter_New; extern(C) int function(const(char)* jarg1) vtkOutlineFilter_IsTypeOf; extern(C) void* function(void* jarg1) vtkOutlineFilter_SafeDownCast; extern(C) void* function(void* jarg1) vtkOutlineFilter_NewInstance; extern(C) void function(void* jarg1, int jarg2) vtkOutlineFilter_SetGenerateFaces; extern(C) void function(void* jarg1) vtkOutlineFilter_GenerateFacesOn; extern(C) void function(void* jarg1) vtkOutlineFilter_GenerateFacesOff; extern(C) int function(void* jarg1) vtkOutlineFilter_GetGenerateFaces; extern(C) void* function(void* objectRef) vtkOutlineFilter_Upcast; extern(C) int function(const(char)* jarg1) vtkNetCDFPOPReader_IsTypeOf; extern(C) void* function(void* jarg1) vtkNetCDFPOPReader_SafeDownCast; extern(C) void* function(void* jarg1) vtkNetCDFPOPReader_NewInstance; extern(C) void* function() vtkNetCDFPOPReader_New; extern(C) void function(void* jarg1, const(char)* jarg2) vtkNetCDFPOPReader_SetFileName; extern(C) const(char)* function(void* jarg1) vtkNetCDFPOPReader_GetFileName; extern(C) void function(void* jarg1, int jarg2, int jarg3, int jarg4) vtkNetCDFPOPReader_SetStride__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkNetCDFPOPReader_SetStride__SWIG_1; extern(C) void* function(void* jarg1) vtkNetCDFPOPReader_GetStride__SWIG_0; extern(C) void function(void* jarg1, void* jarg2, void* jarg3, void* jarg4) vtkNetCDFPOPReader_GetStride__SWIG_1; extern(C) void function(void* jarg1, void* jarg2) vtkNetCDFPOPReader_GetStride__SWIG_2; extern(C) int function(void* jarg1) vtkNetCDFPOPReader_GetNumberOfVariableArrays; extern(C) const(char)* function(void* jarg1, int jarg2) vtkNetCDFPOPReader_GetVariableArrayName; extern(C) int function(void* jarg1, const(char)* jarg2) vtkNetCDFPOPReader_GetVariableArrayStatus; extern(C) void function(void* jarg1, const(char)* jarg2, int jarg3) vtkNetCDFPOPReader_SetVariableArrayStatus; extern(C) void* function(void* objectRef) vtkNetCDFPOPReader_Upcast; extern(C) int function(const(char)* jarg1) vtkLegendBoxActor_IsTypeOf; extern(C) void* function(void* jarg1) vtkLegendBoxActor_SafeDownCast; extern(C) void* function(void* jarg1) vtkLegendBoxActor_NewInstance; extern(C) void* function() vtkLegendBoxActor_New; extern(C) void function(void* jarg1, int jarg2) vtkLegendBoxActor_SetNumberOfEntries; extern(C) int function(void* jarg1) vtkLegendBoxActor_GetNumberOfEntries; extern(C) void function(void* jarg1, int jarg2, void* jarg3, const(char)* jarg4, void* jarg5) vtkLegendBoxActor_SetEntry__SWIG_0; extern(C) void function(void* jarg1, int jarg2, void* jarg3, const(char)* jarg4, void* jarg5) vtkLegendBoxActor_SetEntry__SWIG_1; extern(C) void function(void* jarg1, int jarg2, void* jarg3, void* jarg4, const(char)* jarg5, void* jarg6) vtkLegendBoxActor_SetEntry__SWIG_2; extern(C) void function(void* jarg1, int jarg2, void* jarg3) vtkLegendBoxActor_SetEntrySymbol; extern(C) void function(void* jarg1, int jarg2, void* jarg3) vtkLegendBoxActor_SetEntryIcon; extern(C) void function(void* jarg1, int jarg2, const(char)* jarg3) vtkLegendBoxActor_SetEntryString; extern(C) void function(void* jarg1, int jarg2, void* jarg3) vtkLegendBoxActor_SetEntryColor__SWIG_0; extern(C) void function(void* jarg1, int jarg2, double jarg3, double jarg4, double jarg5) vtkLegendBoxActor_SetEntryColor__SWIG_1; extern(C) void* function(void* jarg1, int jarg2) vtkLegendBoxActor_GetEntrySymbol; extern(C) void* function(void* jarg1, int jarg2) vtkLegendBoxActor_GetEntryIcon; extern(C) const(char)* function(void* jarg1, int jarg2) vtkLegendBoxActor_GetEntryString; extern(C) void* function(void* jarg1, int jarg2) vtkLegendBoxActor_GetEntryColor; extern(C) void function(void* jarg1, void* jarg2) vtkLegendBoxActor_SetEntryTextProperty; extern(C) void* function(void* jarg1) vtkLegendBoxActor_GetEntryTextProperty; extern(C) void function(void* jarg1, int jarg2) vtkLegendBoxActor_SetBorder; extern(C) int function(void* jarg1) vtkLegendBoxActor_GetBorder; extern(C) void function(void* jarg1) vtkLegendBoxActor_BorderOn; extern(C) void function(void* jarg1) vtkLegendBoxActor_BorderOff; extern(C) void function(void* jarg1, int jarg2) vtkLegendBoxActor_SetLockBorder; extern(C) int function(void* jarg1) vtkLegendBoxActor_GetLockBorder; extern(C) void function(void* jarg1) vtkLegendBoxActor_LockBorderOn; extern(C) void function(void* jarg1) vtkLegendBoxActor_LockBorderOff; extern(C) void function(void* jarg1, int jarg2) vtkLegendBoxActor_SetBox; extern(C) int function(void* jarg1) vtkLegendBoxActor_GetBox; extern(C) void function(void* jarg1) vtkLegendBoxActor_BoxOn; extern(C) void function(void* jarg1) vtkLegendBoxActor_BoxOff; extern(C) void* function(void* jarg1) vtkLegendBoxActor_GetBoxProperty; extern(C) void function(void* jarg1, int jarg2) vtkLegendBoxActor_SetPadding; extern(C) int function(void* jarg1) vtkLegendBoxActor_GetPaddingMinValue; extern(C) int function(void* jarg1) vtkLegendBoxActor_GetPaddingMaxValue; extern(C) int function(void* jarg1) vtkLegendBoxActor_GetPadding; extern(C) void function(void* jarg1, int jarg2) vtkLegendBoxActor_SetScalarVisibility; extern(C) int function(void* jarg1) vtkLegendBoxActor_GetScalarVisibility; extern(C) void function(void* jarg1) vtkLegendBoxActor_ScalarVisibilityOn; extern(C) void function(void* jarg1) vtkLegendBoxActor_ScalarVisibilityOff; extern(C) void function(void* jarg1, int jarg2) vtkLegendBoxActor_SetUseBackground; extern(C) int function(void* jarg1) vtkLegendBoxActor_GetUseBackground; extern(C) void function(void* jarg1) vtkLegendBoxActor_UseBackgroundOn; extern(C) void function(void* jarg1) vtkLegendBoxActor_UseBackgroundOff; extern(C) void function(void* jarg1, double jarg2, double jarg3, double jarg4) vtkLegendBoxActor_SetBackgroundColor__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkLegendBoxActor_SetBackgroundColor__SWIG_1; extern(C) void* function(void* jarg1) vtkLegendBoxActor_GetBackgroundColor__SWIG_0; extern(C) void function(void* jarg1, void* jarg2, void* jarg3, void* jarg4) vtkLegendBoxActor_GetBackgroundColor__SWIG_1; extern(C) void function(void* jarg1, void* jarg2) vtkLegendBoxActor_GetBackgroundColor__SWIG_2; extern(C) void function(void* jarg1, double jarg2) vtkLegendBoxActor_SetBackgroundOpacity; extern(C) double function(void* jarg1) vtkLegendBoxActor_GetBackgroundOpacityMinValue; extern(C) double function(void* jarg1) vtkLegendBoxActor_GetBackgroundOpacityMaxValue; extern(C) double function(void* jarg1) vtkLegendBoxActor_GetBackgroundOpacity; extern(C) void* function(void* objectRef) vtkLegendBoxActor_Upcast; extern(C) void* function() vtkMapperCollection_New; extern(C) int function(const(char)* jarg1) vtkMapperCollection_IsTypeOf; extern(C) void* function(void* jarg1) vtkMapperCollection_SafeDownCast; extern(C) void* function(void* jarg1) vtkMapperCollection_NewInstance; extern(C) void function(void* jarg1, void* jarg2) vtkMapperCollection_AddItem; extern(C) void* function(void* jarg1) vtkMapperCollection_GetNextItem; extern(C) void* function(void* jarg1) vtkMapperCollection_GetLastItem; extern(C) void* function(void* objectRef) vtkMapperCollection_Upcast; extern(C) int function(const(char)* jarg1) vtkOpenGLContextDevice2D_IsTypeOf; extern(C) void* function(void* jarg1) vtkOpenGLContextDevice2D_SafeDownCast; extern(C) void* function(void* jarg1) vtkOpenGLContextDevice2D_NewInstance; extern(C) void* function() vtkOpenGLContextDevice2D_New; extern(C) void function(void* jarg1, void* jarg2, int jarg3, void* jarg4, int jarg5) vtkOpenGLContextDevice2D_DrawPoly__SWIG_0; extern(C) void function(void* jarg1, void* jarg2, int jarg3, void* jarg4) vtkOpenGLContextDevice2D_DrawPoly__SWIG_1; extern(C) void function(void* jarg1, void* jarg2, int jarg3) vtkOpenGLContextDevice2D_DrawPoly__SWIG_2; extern(C) void function(void* jarg1, void* jarg2, int jarg3, void* jarg4, int jarg5) vtkOpenGLContextDevice2D_DrawPoints__SWIG_0; extern(C) void function(void* jarg1, void* jarg2, int jarg3, void* jarg4) vtkOpenGLContextDevice2D_DrawPoints__SWIG_1; extern(C) void function(void* jarg1, void* jarg2, int jarg3) vtkOpenGLContextDevice2D_DrawPoints__SWIG_2; extern(C) void function(void* jarg1, void* jarg2, void* jarg3, int jarg4, void* jarg5, int jarg6) vtkOpenGLContextDevice2D_DrawPointSprites__SWIG_0; extern(C) void function(void* jarg1, void* jarg2, void* jarg3, int jarg4, void* jarg5) vtkOpenGLContextDevice2D_DrawPointSprites__SWIG_1; extern(C) void function(void* jarg1, void* jarg2, void* jarg3, int jarg4) vtkOpenGLContextDevice2D_DrawPointSprites__SWIG_2; extern(C) void function(void* jarg1, int jarg2, uint jarg3, void* jarg4, int jarg5, void* jarg6, int jarg7) vtkOpenGLContextDevice2D_DrawMarkers__SWIG_0; extern(C) void function(void* jarg1, int jarg2, uint jarg3, void* jarg4, int jarg5, void* jarg6) vtkOpenGLContextDevice2D_DrawMarkers__SWIG_1; extern(C) void function(void* jarg1, int jarg2, uint jarg3, void* jarg4, int jarg5) vtkOpenGLContextDevice2D_DrawMarkers__SWIG_2; extern(C) void function(void* jarg1, int jarg2) vtkOpenGLContextDevice2D_SetMaximumMarkerCacheSize; extern(C) int function(void* jarg1) vtkOpenGLContextDevice2D_GetMaximumMarkerCacheSize; extern(C) void function(void* jarg1, void* jarg2, void* jarg3) vtkOpenGLContextDevice2D_DrawString__SWIG_0; extern(C) void function(void* jarg1, void* jarg2, void* jarg3) vtkOpenGLContextDevice2D_ComputeStringBounds__SWIG_0; extern(C) void function(void* jarg1, void* jarg2, void* jarg3) vtkOpenGLContextDevice2D_DrawString__SWIG_1; extern(C) void function(void* jarg1, void* jarg2, void* jarg3) vtkOpenGLContextDevice2D_ComputeStringBounds__SWIG_1; extern(C) void function(void* jarg1, void* jarg2, void* jarg3) vtkOpenGLContextDevice2D_DrawMathTextString; extern(C) void function(void* jarg1, void* jarg2, float jarg3, void* jarg4) vtkOpenGLContextDevice2D_DrawImage__SWIG_0; extern(C) void function(void* jarg1, void* jarg2, void* jarg3) vtkOpenGLContextDevice2D_DrawImage__SWIG_1; extern(C) void function(void* jarg1, void* jarg2) vtkOpenGLContextDevice2D_SetColor; extern(C) void function(void* jarg1, void* jarg2, int jarg3) vtkOpenGLContextDevice2D_SetTexture__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkOpenGLContextDevice2D_SetTexture__SWIG_1; extern(C) void function(void* jarg1, void* jarg2) vtkOpenGLContextDevice2D_BufferIdModeBegin; extern(C) uint function(void* jarg1) vtkOpenGLContextDevice2D_SetStringRendererToFreeType; extern(C) uint function(void* jarg1) vtkOpenGLContextDevice2D_SetStringRendererToQt; extern(C) uint function(void* jarg1) vtkOpenGLContextDevice2D_HasGLSL; extern(C) void* function(void* jarg1) vtkOpenGLContextDevice2D_GetRenderWindow; extern(C) void function(void* jarg1, void* jarg2) vtkOpenGLContextDevice2D_ReleaseGraphicsResources; extern(C) void function(void* jarg1) delete_vtkOpenGLContextDevice2D; extern(C) void* function(void* objectRef) vtkOpenGLContextDevice2D_Upcast; extern(C) int function(const(char)* jarg1) vtkOpenGL2ContextDevice2D_IsTypeOf; extern(C) void* function(void* jarg1) vtkOpenGL2ContextDevice2D_SafeDownCast; extern(C) void* function(void* jarg1) vtkOpenGL2ContextDevice2D_NewInstance; extern(C) void* function() vtkOpenGL2ContextDevice2D_New; extern(C) uint function(void* jarg1) vtkOpenGL2ContextDevice2D_IsSupported; extern(C) void function(void* jarg1, void* jarg2, void* jarg3, int jarg4, void* jarg5, int jarg6) vtkOpenGL2ContextDevice2D_DrawPointSprites__SWIG_0; extern(C) void function(void* jarg1, void* jarg2, void* jarg3, int jarg4, void* jarg5) vtkOpenGL2ContextDevice2D_DrawPointSprites__SWIG_1; extern(C) void function(void* jarg1, void* jarg2, void* jarg3, int jarg4) vtkOpenGL2ContextDevice2D_DrawPointSprites__SWIG_2; extern(C) void function(void* jarg1, void* jarg2, float jarg3, void* jarg4) vtkOpenGL2ContextDevice2D_DrawImage__SWIG_0; extern(C) void function(void* jarg1, void* jarg2, void* jarg3) vtkOpenGL2ContextDevice2D_DrawImage__SWIG_1; extern(C) void* function(void* objectRef) vtkOpenGL2ContextDevice2D_Upcast; extern(C) void* function() vtkFixedPointVolumeRayCastCompositeGOShadeHelper_New; extern(C) int function(const(char)* jarg1) vtkFixedPointVolumeRayCastCompositeGOShadeHelper_IsTypeOf; extern(C) void* function(void* jarg1) vtkFixedPointVolumeRayCastCompositeGOShadeHelper_SafeDownCast; extern(C) void* function(void* jarg1) vtkFixedPointVolumeRayCastCompositeGOShadeHelper_NewInstance; extern(C) void* function(void* objectRef) vtkFixedPointVolumeRayCastCompositeGOShadeHelper_Upcast; extern(C) void* function() vtkAnnotatedCubeActor_New; extern(C) int function(const(char)* jarg1) vtkAnnotatedCubeActor_IsTypeOf; extern(C) void* function(void* jarg1) vtkAnnotatedCubeActor_SafeDownCast; extern(C) void* function(void* jarg1) vtkAnnotatedCubeActor_NewInstance; extern(C) int function(void* jarg1, void* jarg2) vtkAnnotatedCubeActor_RenderOpaqueGeometry; extern(C) int function(void* jarg1, void* jarg2) vtkAnnotatedCubeActor_RenderTranslucentPolygonalGeometry; extern(C) int function(void* jarg1) vtkAnnotatedCubeActor_HasTranslucentPolygonalGeometry; extern(C) void function(void* jarg1, void* jarg2) vtkAnnotatedCubeActor_ReleaseGraphicsResources; extern(C) void function(void* jarg1, void* jarg2) vtkAnnotatedCubeActor_GetBounds__SWIG_0; extern(C) void* function(void* jarg1) vtkAnnotatedCubeActor_GetBounds__SWIG_1; extern(C) void function(void* jarg1, double jarg2) vtkAnnotatedCubeActor_SetFaceTextScale; extern(C) double function(void* jarg1) vtkAnnotatedCubeActor_GetFaceTextScale; extern(C) void* function(void* jarg1) vtkAnnotatedCubeActor_GetXPlusFaceProperty; extern(C) void* function(void* jarg1) vtkAnnotatedCubeActor_GetXMinusFaceProperty; extern(C) void* function(void* jarg1) vtkAnnotatedCubeActor_GetYPlusFaceProperty; extern(C) void* function(void* jarg1) vtkAnnotatedCubeActor_GetYMinusFaceProperty; extern(C) void* function(void* jarg1) vtkAnnotatedCubeActor_GetZPlusFaceProperty; extern(C) void* function(void* jarg1) vtkAnnotatedCubeActor_GetZMinusFaceProperty; extern(C) void* function(void* jarg1) vtkAnnotatedCubeActor_GetCubeProperty; extern(C) void* function(void* jarg1) vtkAnnotatedCubeActor_GetTextEdgesProperty; extern(C) void function(void* jarg1, const(char)* jarg2) vtkAnnotatedCubeActor_SetXPlusFaceText; extern(C) const(char)* function(void* jarg1) vtkAnnotatedCubeActor_GetXPlusFaceText; extern(C) void function(void* jarg1, const(char)* jarg2) vtkAnnotatedCubeActor_SetXMinusFaceText; extern(C) const(char)* function(void* jarg1) vtkAnnotatedCubeActor_GetXMinusFaceText; extern(C) void function(void* jarg1, const(char)* jarg2) vtkAnnotatedCubeActor_SetYPlusFaceText; extern(C) const(char)* function(void* jarg1) vtkAnnotatedCubeActor_GetYPlusFaceText; extern(C) void function(void* jarg1, const(char)* jarg2) vtkAnnotatedCubeActor_SetYMinusFaceText; extern(C) const(char)* function(void* jarg1) vtkAnnotatedCubeActor_GetYMinusFaceText; extern(C) void function(void* jarg1, const(char)* jarg2) vtkAnnotatedCubeActor_SetZPlusFaceText; extern(C) const(char)* function(void* jarg1) vtkAnnotatedCubeActor_GetZPlusFaceText; extern(C) void function(void* jarg1, const(char)* jarg2) vtkAnnotatedCubeActor_SetZMinusFaceText; extern(C) const(char)* function(void* jarg1) vtkAnnotatedCubeActor_GetZMinusFaceText; extern(C) void function(void* jarg1, int jarg2) vtkAnnotatedCubeActor_SetTextEdgesVisibility; extern(C) int function(void* jarg1) vtkAnnotatedCubeActor_GetTextEdgesVisibility; extern(C) void function(void* jarg1, int jarg2) vtkAnnotatedCubeActor_SetCubeVisibility; extern(C) int function(void* jarg1) vtkAnnotatedCubeActor_GetCubeVisibility; extern(C) void function(void* jarg1, int jarg2) vtkAnnotatedCubeActor_SetFaceTextVisibility; extern(C) int function(void* jarg1) vtkAnnotatedCubeActor_GetFaceTextVisibility; extern(C) void function(void* jarg1, double jarg2) vtkAnnotatedCubeActor_SetXFaceTextRotation; extern(C) double function(void* jarg1) vtkAnnotatedCubeActor_GetXFaceTextRotation; extern(C) void function(void* jarg1, double jarg2) vtkAnnotatedCubeActor_SetYFaceTextRotation; extern(C) double function(void* jarg1) vtkAnnotatedCubeActor_GetYFaceTextRotation; extern(C) void function(void* jarg1, double jarg2) vtkAnnotatedCubeActor_SetZFaceTextRotation; extern(C) double function(void* jarg1) vtkAnnotatedCubeActor_GetZFaceTextRotation; extern(C) void* function(void* jarg1) vtkAnnotatedCubeActor_GetAssembly; extern(C) void* function(void* objectRef) vtkAnnotatedCubeActor_Upcast; extern(C) int function(const(char)* jarg1) vtkSurfaceReconstructionFilter_IsTypeOf; extern(C) void* function(void* jarg1) vtkSurfaceReconstructionFilter_SafeDownCast; extern(C) void* function(void* jarg1) vtkSurfaceReconstructionFilter_NewInstance; extern(C) void* function() vtkSurfaceReconstructionFilter_New; extern(C) int function(void* jarg1) vtkSurfaceReconstructionFilter_GetNeighborhoodSize; extern(C) void function(void* jarg1, int jarg2) vtkSurfaceReconstructionFilter_SetNeighborhoodSize; extern(C) double function(void* jarg1) vtkSurfaceReconstructionFilter_GetSampleSpacing; extern(C) void function(void* jarg1, double jarg2) vtkSurfaceReconstructionFilter_SetSampleSpacing; extern(C) void* function(void* objectRef) vtkSurfaceReconstructionFilter_Upcast; extern(C) int function() VTK_INTEGRATE_FORWARD_get; extern(C) int function() VTK_INTEGRATE_BACKWARD_get; extern(C) int function() VTK_INTEGRATE_BOTH_DIRECTIONS_get; extern(C) int function(const(char)* jarg1) vtkStreamer_IsTypeOf; extern(C) void* function(void* jarg1) vtkStreamer_SafeDownCast; extern(C) void* function(void* jarg1) vtkStreamer_NewInstance; extern(C) void function(void* jarg1, long jarg2, int jarg3, void* jarg4) vtkStreamer_SetStartLocation__SWIG_0; extern(C) void function(void* jarg1, long jarg2, int jarg3, double jarg4, double jarg5, double jarg6) vtkStreamer_SetStartLocation__SWIG_1; extern(C) long function(void* jarg1, void* jarg2, void* jarg3) vtkStreamer_GetStartLocation; extern(C) void function(void* jarg1, void* jarg2) vtkStreamer_SetStartPosition__SWIG_0; extern(C) void function(void* jarg1, double jarg2, double jarg3, double jarg4) vtkStreamer_SetStartPosition__SWIG_1; extern(C) void* function(void* jarg1) vtkStreamer_GetStartPosition; extern(C) void function(void* jarg1, void* jarg2) vtkStreamer_SetSourceData; extern(C) void* function(void* jarg1) vtkStreamer_GetSource; extern(C) void function(void* jarg1, void* jarg2) vtkStreamer_SetSourceConnection; extern(C) void function(void* jarg1, double jarg2) vtkStreamer_SetMaximumPropagationTime; extern(C) double function(void* jarg1) vtkStreamer_GetMaximumPropagationTimeMinValue; extern(C) double function(void* jarg1) vtkStreamer_GetMaximumPropagationTimeMaxValue; extern(C) double function(void* jarg1) vtkStreamer_GetMaximumPropagationTime; extern(C) void function(void* jarg1, int jarg2) vtkStreamer_SetIntegrationDirection; extern(C) int function(void* jarg1) vtkStreamer_GetIntegrationDirectionMinValue; extern(C) int function(void* jarg1) vtkStreamer_GetIntegrationDirectionMaxValue; extern(C) int function(void* jarg1) vtkStreamer_GetIntegrationDirection; extern(C) void function(void* jarg1) vtkStreamer_SetIntegrationDirectionToForward; extern(C) void function(void* jarg1) vtkStreamer_SetIntegrationDirectionToBackward; extern(C) void function(void* jarg1) vtkStreamer_SetIntegrationDirectionToIntegrateBothDirections; extern(C) const(char)* function(void* jarg1) vtkStreamer_GetIntegrationDirectionAsString; extern(C) void function(void* jarg1, double jarg2) vtkStreamer_SetIntegrationStepLength; extern(C) double function(void* jarg1) vtkStreamer_GetIntegrationStepLengthMinValue; extern(C) double function(void* jarg1) vtkStreamer_GetIntegrationStepLengthMaxValue; extern(C) double function(void* jarg1) vtkStreamer_GetIntegrationStepLength; extern(C) void function(void* jarg1, int jarg2) vtkStreamer_SetSpeedScalars; extern(C) int function(void* jarg1) vtkStreamer_GetSpeedScalars; extern(C) void function(void* jarg1) vtkStreamer_SpeedScalarsOn; extern(C) void function(void* jarg1) vtkStreamer_SpeedScalarsOff; extern(C) void function(void* jarg1, int jarg2) vtkStreamer_SetOrientationScalars; extern(C) int function(void* jarg1) vtkStreamer_GetOrientationScalars; extern(C) void function(void* jarg1) vtkStreamer_OrientationScalarsOn; extern(C) void function(void* jarg1) vtkStreamer_OrientationScalarsOff; extern(C) void function(void* jarg1, double jarg2) vtkStreamer_SetTerminalSpeed; extern(C) double function(void* jarg1) vtkStreamer_GetTerminalSpeedMinValue; extern(C) double function(void* jarg1) vtkStreamer_GetTerminalSpeedMaxValue; extern(C) double function(void* jarg1) vtkStreamer_GetTerminalSpeed; extern(C) void function(void* jarg1, int jarg2) vtkStreamer_SetVorticity; extern(C) int function(void* jarg1) vtkStreamer_GetVorticity; extern(C) void function(void* jarg1) vtkStreamer_VorticityOn; extern(C) void function(void* jarg1) vtkStreamer_VorticityOff; extern(C) void function(void* jarg1, int jarg2) vtkStreamer_SetNumberOfThreads; extern(C) int function(void* jarg1) vtkStreamer_GetNumberOfThreads; extern(C) void function(void* jarg1, double jarg2) vtkStreamer_SetSavePointInterval; extern(C) double function(void* jarg1) vtkStreamer_GetSavePointInterval; extern(C) void function(void* jarg1, void* jarg2) vtkStreamer_SetIntegrator; extern(C) void* function(void* jarg1) vtkStreamer_GetIntegrator; extern(C) void function(void* jarg1, double jarg2) vtkStreamer_SetEpsilon; extern(C) double function(void* jarg1) vtkStreamer_GetEpsilon; extern(C) void* function(void* objectRef) vtkStreamer_Upcast; extern(C) int function(const(char)* jarg1) vtkStreamLine_IsTypeOf; extern(C) void* function(void* jarg1) vtkStreamLine_SafeDownCast; extern(C) void* function(void* jarg1) vtkStreamLine_NewInstance; extern(C) void* function() vtkStreamLine_New; extern(C) void function(void* jarg1, double jarg2) vtkStreamLine_SetStepLength; extern(C) double function(void* jarg1) vtkStreamLine_GetStepLengthMinValue; extern(C) double function(void* jarg1) vtkStreamLine_GetStepLengthMaxValue; extern(C) double function(void* jarg1) vtkStreamLine_GetStepLength; extern(C) void* function(void* objectRef) vtkStreamLine_Upcast; extern(C) int function(const(char)* jarg1) vtkAxisExtended_IsTypeOf; extern(C) void* function(void* jarg1) vtkAxisExtended_SafeDownCast; extern(C) void* function(void* jarg1) vtkAxisExtended_NewInstance; extern(C) void* function() vtkAxisExtended_New; extern(C) double function(int jarg1, int jarg2, int jarg3, double jarg4, double jarg5, double jarg6) vtkAxisExtended_Simplicity; extern(C) double function(int jarg1, int jarg2, int jarg3) vtkAxisExtended_SimplicityMax; extern(C) double function(double jarg1, double jarg2, double jarg3, double jarg4) vtkAxisExtended_Coverage; extern(C) double function(double jarg1, double jarg2, double jarg3) vtkAxisExtended_CoverageMax; extern(C) double function(int jarg1, double jarg2, double jarg3, double jarg4, double jarg5, double jarg6) vtkAxisExtended_Density; extern(C) double function(int jarg1, double jarg2) vtkAxisExtended_DensityMax; extern(C) double function(double jarg1, int jarg2) vtkAxisExtended_FormatLegibilityScore; extern(C) int function(int jarg1, double jarg2, int jarg3) vtkAxisExtended_FormatStringLength; extern(C) void* function(void* jarg1, double jarg2, double jarg3, double jarg4, double jarg5) vtkAxisExtended_GenerateExtendedTickLabels; extern(C) int function(void* jarg1) vtkAxisExtended_GetFontSize; extern(C) void function(void* jarg1, int jarg2) vtkAxisExtended_SetFontSize; extern(C) int function(void* jarg1) vtkAxisExtended_GetDesiredFontSize; extern(C) void function(void* jarg1, int jarg2) vtkAxisExtended_SetDesiredFontSize; extern(C) int function(void* jarg1) vtkAxisExtended_GetPrecision; extern(C) void function(void* jarg1, int jarg2) vtkAxisExtended_SetPrecision; extern(C) int function(void* jarg1) vtkAxisExtended_GetLabelFormat; extern(C) void function(void* jarg1, int jarg2) vtkAxisExtended_SetLabelFormat; extern(C) int function(void* jarg1) vtkAxisExtended_GetOrientation; extern(C) void function(void* jarg1, int jarg2) vtkAxisExtended_SetOrientation; extern(C) uint function(void* jarg1) vtkAxisExtended_GetIsAxisVertical; extern(C) void function(void* jarg1, uint jarg2) vtkAxisExtended_SetIsAxisVertical; extern(C) void* function(void* objectRef) vtkAxisExtended_Upcast; extern(C) void* function() vtkCompositeDataProbeFilter_New; extern(C) int function(const(char)* jarg1) vtkCompositeDataProbeFilter_IsTypeOf; extern(C) void* function(void* jarg1) vtkCompositeDataProbeFilter_SafeDownCast; extern(C) void* function(void* jarg1) vtkCompositeDataProbeFilter_NewInstance; extern(C) void function(void* jarg1, uint jarg2) vtkCompositeDataProbeFilter_SetPassPartialArrays; extern(C) uint function(void* jarg1) vtkCompositeDataProbeFilter_GetPassPartialArrays; extern(C) void function(void* jarg1) vtkCompositeDataProbeFilter_PassPartialArraysOn; extern(C) void function(void* jarg1) vtkCompositeDataProbeFilter_PassPartialArraysOff; extern(C) void* function() new_vtkCompositeDataProbeFilter; extern(C) void function(void* jarg1) delete_vtkCompositeDataProbeFilter; extern(C) void* function(void* objectRef) vtkCompositeDataProbeFilter_Upcast; extern(C) void* function() vtkMergeTables_New; extern(C) int function(const(char)* jarg1) vtkMergeTables_IsTypeOf; extern(C) void* function(void* jarg1) vtkMergeTables_SafeDownCast; extern(C) void* function(void* jarg1) vtkMergeTables_NewInstance; extern(C) void function(void* jarg1, const(char)* jarg2) vtkMergeTables_SetFirstTablePrefix; extern(C) const(char)* function(void* jarg1) vtkMergeTables_GetFirstTablePrefix; extern(C) void function(void* jarg1, const(char)* jarg2) vtkMergeTables_SetSecondTablePrefix; extern(C) const(char)* function(void* jarg1) vtkMergeTables_GetSecondTablePrefix; extern(C) void function(void* jarg1, uint jarg2) vtkMergeTables_SetMergeColumnsByName; extern(C) uint function(void* jarg1) vtkMergeTables_GetMergeColumnsByName; extern(C) void function(void* jarg1) vtkMergeTables_MergeColumnsByNameOn; extern(C) void function(void* jarg1) vtkMergeTables_MergeColumnsByNameOff; extern(C) void function(void* jarg1, uint jarg2) vtkMergeTables_SetPrefixAllButMerged; extern(C) uint function(void* jarg1) vtkMergeTables_GetPrefixAllButMerged; extern(C) void function(void* jarg1) vtkMergeTables_PrefixAllButMergedOn; extern(C) void function(void* jarg1) vtkMergeTables_PrefixAllButMergedOff; extern(C) void* function(void* objectRef) vtkMergeTables_Upcast; extern(C) int function(const(char)* jarg1) vtkPlotHistogram2D_IsTypeOf; extern(C) void* function(void* jarg1) vtkPlotHistogram2D_SafeDownCast; extern(C) void* function(void* jarg1) vtkPlotHistogram2D_NewInstance; extern(C) void* function() vtkPlotHistogram2D_New; extern(C) void function(void* jarg1, void* jarg2, long jarg3) vtkPlotHistogram2D_SetInputData__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkPlotHistogram2D_SetInputData__SWIG_1; extern(C) void function(void* jarg1, void* jarg2) vtkPlotHistogram2D_SetInputData__SWIG_2; extern(C) void function(void* jarg1, void* jarg2, void* jarg3, void* jarg4) vtkPlotHistogram2D_SetInputData__SWIG_3; extern(C) void* function(void* jarg1) vtkPlotHistogram2D_GetInputImageData; extern(C) void function(void* jarg1, void* jarg2) vtkPlotHistogram2D_SetTransferFunction; extern(C) void* function(void* jarg1) vtkPlotHistogram2D_GetTransferFunction; extern(C) void function(void* jarg1, void* jarg2) vtkPlotHistogram2D_SetPosition; extern(C) void* function(void* jarg1) vtkPlotHistogram2D_GetPosition; extern(C) void* function() new_vtkPlotHistogram2D; extern(C) void function(void* jarg1) delete_vtkPlotHistogram2D; extern(C) void* function(void* objectRef) vtkPlotHistogram2D_Upcast; extern(C) void* function() vtkDynamic2DLabelMapper_New; extern(C) int function(const(char)* jarg1) vtkDynamic2DLabelMapper_IsTypeOf; extern(C) void* function(void* jarg1) vtkDynamic2DLabelMapper_SafeDownCast; extern(C) void* function(void* jarg1) vtkDynamic2DLabelMapper_NewInstance; extern(C) void function(void* jarg1, const(char)* jarg2) vtkDynamic2DLabelMapper_SetPriorityArrayName; extern(C) void function(void* jarg1, uint jarg2) vtkDynamic2DLabelMapper_SetReversePriority; extern(C) uint function(void* jarg1) vtkDynamic2DLabelMapper_GetReversePriority; extern(C) void function(void* jarg1) vtkDynamic2DLabelMapper_ReversePriorityOn; extern(C) void function(void* jarg1) vtkDynamic2DLabelMapper_ReversePriorityOff; extern(C) void function(void* jarg1, float jarg2) vtkDynamic2DLabelMapper_SetLabelHeightPadding; extern(C) float function(void* jarg1) vtkDynamic2DLabelMapper_GetLabelHeightPadding; extern(C) void function(void* jarg1, float jarg2) vtkDynamic2DLabelMapper_SetLabelWidthPadding; extern(C) float function(void* jarg1) vtkDynamic2DLabelMapper_GetLabelWidthPadding; extern(C) void* function(void* objectRef) vtkDynamic2DLabelMapper_Upcast; extern(C) void* function() new_vtkBoundingBox__SWIG_0; extern(C) void* function(void* jarg1) new_vtkBoundingBox__SWIG_1; extern(C) void* function(double jarg1, double jarg2, double jarg3, double jarg4, double jarg5, double jarg6) new_vtkBoundingBox__SWIG_2; extern(C) void* function(void* jarg1) new_vtkBoundingBox__SWIG_3; extern(C) void* function(void* jarg1, void* jarg2) vtkBoundingBox_Equal; extern(C) int function(void* jarg1, void* jarg2) vtkBoundingBox_swigOpEquals; extern(C) int function(void* jarg1, void* jarg2) vtkBoundingBox_NotEqual; extern(C) void function(void* jarg1, void* jarg2) vtkBoundingBox_SetBounds__SWIG_0; extern(C) void function(void* jarg1, double jarg2, double jarg3, double jarg4, double jarg5, double jarg6, double jarg7) vtkBoundingBox_SetBounds__SWIG_1; extern(C) void function(void* jarg1, double jarg2, double jarg3, double jarg4) vtkBoundingBox_SetMinPoint__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkBoundingBox_SetMinPoint__SWIG_1; extern(C) void function(void* jarg1, double jarg2, double jarg3, double jarg4) vtkBoundingBox_SetMaxPoint__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkBoundingBox_SetMaxPoint__SWIG_1; extern(C) void function(void* jarg1, void* jarg2) vtkBoundingBox_AddPoint__SWIG_0; extern(C) void function(void* jarg1, double jarg2, double jarg3, double jarg4) vtkBoundingBox_AddPoint__SWIG_1; extern(C) void function(void* jarg1, void* jarg2) vtkBoundingBox_AddBox; extern(C) void function(void* jarg1, void* jarg2) vtkBoundingBox_AddBounds; extern(C) int function(void* jarg1, void* jarg2) vtkBoundingBox_IntersectBox; extern(C) int function(void* jarg1, void* jarg2) vtkBoundingBox_Intersects; extern(C) uint function(void* jarg1, void* jarg2, void* jarg3) vtkBoundingBox_IntersectPlane; extern(C) int function(void* jarg1, void* jarg2) vtkBoundingBox_Contains; extern(C) void function(void* jarg1, void* jarg2) vtkBoundingBox_GetBounds__SWIG_0; extern(C) void function(void* jarg1, void* jarg2, void* jarg3, void* jarg4, void* jarg5, void* jarg6, void* jarg7) vtkBoundingBox_GetBounds__SWIG_1; extern(C) double function(void* jarg1, int jarg2) vtkBoundingBox_GetBound; extern(C) void* function(void* jarg1) vtkBoundingBox_GetMinPoint__SWIG_0; extern(C) void function(void* jarg1, void* jarg2, void* jarg3, void* jarg4) vtkBoundingBox_GetMinPoint__SWIG_1; extern(C) void* function(void* jarg1) vtkBoundingBox_GetMaxPoint__SWIG_0; extern(C) void function(void* jarg1, void* jarg2, void* jarg3, void* jarg4) vtkBoundingBox_GetMaxPoint__SWIG_1; extern(C) int function(void* jarg1, void* jarg2) vtkBoundingBox_ContainsPoint__SWIG_0; extern(C) int function(void* jarg1, double jarg2, double jarg3, double jarg4) vtkBoundingBox_ContainsPoint__SWIG_1; extern(C) void function(void* jarg1, void* jarg2) vtkBoundingBox_GetCenter; extern(C) void function(void* jarg1, void* jarg2) vtkBoundingBox_GetLengths; extern(C) double function(void* jarg1, int jarg2) vtkBoundingBox_GetLength; extern(C) double function(void* jarg1) vtkBoundingBox_GetMaxLength; extern(C) double function(void* jarg1) vtkBoundingBox_GetDiagonalLength; extern(C) void function(void* jarg1, double jarg2) vtkBoundingBox_Inflate; extern(C) int function(void* jarg1) vtkBoundingBox_IsValid__SWIG_0; extern(C) int function(void* jarg1) vtkBoundingBox_IsValid__SWIG_1; extern(C) void function(void* jarg1) vtkBoundingBox_Reset; extern(C) void function(void* jarg1, void* jarg2) vtkBoundingBox_Scale__SWIG_0; extern(C) void function(void* jarg1, double jarg2, double jarg3, double jarg4) vtkBoundingBox_Scale__SWIG_1; extern(C) void function(void* jarg1) delete_vtkBoundingBox; extern(C) void* function() vtkDataTransferHelper_New; extern(C) int function(const(char)* jarg1) vtkDataTransferHelper_IsTypeOf; extern(C) void* function(void* jarg1) vtkDataTransferHelper_SafeDownCast; extern(C) void* function(void* jarg1) vtkDataTransferHelper_NewInstance; extern(C) void function(void* jarg1, void* jarg2) vtkDataTransferHelper_SetContext; extern(C) void* function(void* jarg1) vtkDataTransferHelper_GetContext; extern(C) void function(void* jarg1, int jarg2, int jarg3, int jarg4, int jarg5, int jarg6, int jarg7) vtkDataTransferHelper_SetCPUExtent__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkDataTransferHelper_SetCPUExtent__SWIG_1; extern(C) void* function(void* jarg1) vtkDataTransferHelper_GetCPUExtent__SWIG_0; extern(C) void function(void* jarg1, void* jarg2, void* jarg3, void* jarg4, void* jarg5, void* jarg6, void* jarg7) vtkDataTransferHelper_GetCPUExtent__SWIG_1; extern(C) void function(void* jarg1, void* jarg2) vtkDataTransferHelper_GetCPUExtent__SWIG_2; extern(C) void function(void* jarg1, int jarg2, int jarg3, int jarg4, int jarg5, int jarg6, int jarg7) vtkDataTransferHelper_SetGPUExtent__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkDataTransferHelper_SetGPUExtent__SWIG_1; extern(C) void* function(void* jarg1) vtkDataTransferHelper_GetGPUExtent__SWIG_0; extern(C) void function(void* jarg1, void* jarg2, void* jarg3, void* jarg4, void* jarg5, void* jarg6, void* jarg7) vtkDataTransferHelper_GetGPUExtent__SWIG_1; extern(C) void function(void* jarg1, void* jarg2) vtkDataTransferHelper_GetGPUExtent__SWIG_2; extern(C) void function(void* jarg1, int jarg2, int jarg3, int jarg4, int jarg5, int jarg6, int jarg7) vtkDataTransferHelper_SetTextureExtent__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkDataTransferHelper_SetTextureExtent__SWIG_1; extern(C) void* function(void* jarg1) vtkDataTransferHelper_GetTextureExtent__SWIG_0; extern(C) void function(void* jarg1, void* jarg2, void* jarg3, void* jarg4, void* jarg5, void* jarg6, void* jarg7) vtkDataTransferHelper_GetTextureExtent__SWIG_1; extern(C) void function(void* jarg1, void* jarg2) vtkDataTransferHelper_GetTextureExtent__SWIG_2; extern(C) uint function(void* jarg1, void* jarg2) vtkDataTransferHelper_GetExtentIsValid; extern(C) uint function(void* jarg1) vtkDataTransferHelper_GetCPUExtentIsValid; extern(C) uint function(void* jarg1) vtkDataTransferHelper_GetGPUExtentIsValid; extern(C) uint function(void* jarg1) vtkDataTransferHelper_GetTextureExtentIsValid; extern(C) void function(void* jarg1, int jarg2) vtkDataTransferHelper_SetMinTextureDimension; extern(C) int function(void* jarg1) vtkDataTransferHelper_GetMinTextureDimension; extern(C) void* function(void* jarg1) vtkDataTransferHelper_GetArray; extern(C) void function(void* jarg1, void* jarg2) vtkDataTransferHelper_SetArray; extern(C) void* function(void* jarg1) vtkDataTransferHelper_GetTexture; extern(C) void function(void* jarg1, void* jarg2) vtkDataTransferHelper_SetTexture; extern(C) uint function(void* jarg1, int jarg2, void* jarg3) vtkDataTransferHelper_Upload__SWIG_0; extern(C) uint function(void* jarg1, int jarg2) vtkDataTransferHelper_Upload__SWIG_1; extern(C) uint function(void* jarg1) vtkDataTransferHelper_Upload__SWIG_2; extern(C) uint function(void* jarg1) vtkDataTransferHelper_Download; extern(C) uint function(void* jarg1) vtkDataTransferHelper_DownloadAsync1; extern(C) uint function(void* jarg1) vtkDataTransferHelper_DownloadAsync2; extern(C) uint function(void* jarg1) vtkDataTransferHelper_GetShaderSupportsTextureInt; extern(C) void function(void* jarg1, uint jarg2) vtkDataTransferHelper_SetShaderSupportsTextureInt; extern(C) uint function(void* jarg1) vtkDataTransferHelper_IsSupported; extern(C) void* function() new_vtkDataTransferHelper; extern(C) void function(void* jarg1) delete_vtkDataTransferHelper; extern(C) void* function(void* objectRef) vtkDataTransferHelper_Upcast; extern(C) int function() VTK_TEXTURE_QUALITY_DEFAULT_get; extern(C) int function() VTK_TEXTURE_QUALITY_16BIT_get; extern(C) int function() VTK_TEXTURE_QUALITY_32BIT_get; extern(C) void* function() vtkTexture_New; extern(C) int function(const(char)* jarg1) vtkTexture_IsTypeOf; extern(C) void* function(void* jarg1) vtkTexture_SafeDownCast; extern(C) void* function(void* jarg1) vtkTexture_NewInstance; extern(C) void function(void* jarg1, void* jarg2) vtkTexture_Render; extern(C) void function(void* jarg1, void* jarg2) vtkTexture_PostRender; extern(C) void function(void* jarg1, void* jarg2) vtkTexture_ReleaseGraphicsResources; extern(C) void function(void* jarg1, void* jarg2) vtkTexture_Load; extern(C) int function(void* jarg1) vtkTexture_GetRepeat; extern(C) void function(void* jarg1, int jarg2) vtkTexture_SetRepeat; extern(C) void function(void* jarg1) vtkTexture_RepeatOn; extern(C) void function(void* jarg1) vtkTexture_RepeatOff; extern(C) int function(void* jarg1) vtkTexture_GetEdgeClamp; extern(C) void function(void* jarg1, int jarg2) vtkTexture_SetEdgeClamp; extern(C) void function(void* jarg1) vtkTexture_EdgeClampOn; extern(C) void function(void* jarg1) vtkTexture_EdgeClampOff; extern(C) int function(void* jarg1) vtkTexture_GetInterpolate; extern(C) void function(void* jarg1, int jarg2) vtkTexture_SetInterpolate; extern(C) void function(void* jarg1) vtkTexture_InterpolateOn; extern(C) void function(void* jarg1) vtkTexture_InterpolateOff; extern(C) void function(void* jarg1, int jarg2) vtkTexture_SetQuality; extern(C) int function(void* jarg1) vtkTexture_GetQuality; extern(C) void function(void* jarg1) vtkTexture_SetQualityToDefault; extern(C) void function(void* jarg1) vtkTexture_SetQualityTo16Bit; extern(C) void function(void* jarg1) vtkTexture_SetQualityTo32Bit; extern(C) int function(void* jarg1) vtkTexture_GetMapColorScalarsThroughLookupTable; extern(C) void function(void* jarg1, int jarg2) vtkTexture_SetMapColorScalarsThroughLookupTable; extern(C) void function(void* jarg1) vtkTexture_MapColorScalarsThroughLookupTableOn; extern(C) void function(void* jarg1) vtkTexture_MapColorScalarsThroughLookupTableOff; extern(C) void function(void* jarg1, void* jarg2) vtkTexture_SetLookupTable; extern(C) void* function(void* jarg1) vtkTexture_GetLookupTable; extern(C) void* function(void* jarg1) vtkTexture_GetMappedScalars; extern(C) void* function(void* jarg1, void* jarg2) vtkTexture_MapScalarsToColors; extern(C) void function(void* jarg1, void* jarg2) vtkTexture_SetTransform; extern(C) void* function(void* jarg1) vtkTexture_GetTransform; extern(C) int function(void* jarg1) vtkTexture_GetBlendingMode; extern(C) void function(void* jarg1, int jarg2) vtkTexture_SetBlendingMode; extern(C) uint function(void* jarg1) vtkTexture_GetPremultipliedAlpha; extern(C) void function(void* jarg1, uint jarg2) vtkTexture_SetPremultipliedAlpha; extern(C) void function(void* jarg1) vtkTexture_PremultipliedAlphaOn; extern(C) void function(void* jarg1) vtkTexture_PremultipliedAlphaOff; extern(C) int function(void* jarg1) vtkTexture_GetRestrictPowerOf2ImageSmaller; extern(C) void function(void* jarg1, int jarg2) vtkTexture_SetRestrictPowerOf2ImageSmaller; extern(C) void function(void* jarg1) vtkTexture_RestrictPowerOf2ImageSmallerOn; extern(C) void function(void* jarg1) vtkTexture_RestrictPowerOf2ImageSmallerOff; extern(C) int function(void* jarg1) vtkTexture_IsTranslucent; extern(C) void* function(void* objectRef) vtkTexture_Upcast; extern(C) void* function() vtkPolyDataMapper_New; extern(C) int function(const(char)* jarg1) vtkPolyDataMapper_IsTypeOf; extern(C) void* function(void* jarg1) vtkPolyDataMapper_SafeDownCast; extern(C) void* function(void* jarg1) vtkPolyDataMapper_NewInstance; extern(C) void function(void* jarg1, void* jarg2, void* jarg3) vtkPolyDataMapper_RenderPiece; extern(C) void function(void* jarg1, void* jarg2) vtkPolyDataMapper_SetInputData; extern(C) void* function(void* jarg1) vtkPolyDataMapper_GetInput; extern(C) void function(void* jarg1) vtkPolyDataMapper_Update__SWIG_0; extern(C) void function(void* jarg1, int jarg2) vtkPolyDataMapper_Update__SWIG_1; extern(C) void function(void* jarg1, int jarg2) vtkPolyDataMapper_SetPiece; extern(C) int function(void* jarg1) vtkPolyDataMapper_GetPiece; extern(C) void function(void* jarg1, int jarg2) vtkPolyDataMapper_SetNumberOfPieces; extern(C) int function(void* jarg1) vtkPolyDataMapper_GetNumberOfPieces; extern(C) void function(void* jarg1, int jarg2) vtkPolyDataMapper_SetNumberOfSubPieces; extern(C) int function(void* jarg1) vtkPolyDataMapper_GetNumberOfSubPieces; extern(C) void function(void* jarg1, int jarg2) vtkPolyDataMapper_SetGhostLevel; extern(C) int function(void* jarg1) vtkPolyDataMapper_GetGhostLevel; extern(C) void* function(void* jarg1) vtkPolyDataMapper_GetBounds__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkPolyDataMapper_GetBounds__SWIG_1; extern(C) void function(void* jarg1, void* jarg2) vtkPolyDataMapper_ShallowCopy; extern(C) void function(void* jarg1, const(char)* jarg2, const(char)* jarg3, int jarg4, int jarg5) vtkPolyDataMapper_MapDataArrayToVertexAttribute__SWIG_0; extern(C) void function(void* jarg1, const(char)* jarg2, const(char)* jarg3, int jarg4) vtkPolyDataMapper_MapDataArrayToVertexAttribute__SWIG_1; extern(C) void function(void* jarg1, int jarg2, const(char)* jarg3, int jarg4, int jarg5) vtkPolyDataMapper_MapDataArrayToMultiTextureAttribute__SWIG_0; extern(C) void function(void* jarg1, int jarg2, const(char)* jarg3, int jarg4) vtkPolyDataMapper_MapDataArrayToMultiTextureAttribute__SWIG_1; extern(C) void function(void* jarg1, const(char)* jarg2) vtkPolyDataMapper_RemoveVertexAttributeMapping; extern(C) void function(void* jarg1) vtkPolyDataMapper_RemoveAllVertexAttributeMappings; extern(C) void* function(void* objectRef) vtkPolyDataMapper_Upcast; extern(C) void* function() vtkOpenGLPolyDataMapper_New; extern(C) int function(const(char)* jarg1) vtkOpenGLPolyDataMapper_IsTypeOf; extern(C) void* function(void* jarg1) vtkOpenGLPolyDataMapper_SafeDownCast; extern(C) void* function(void* jarg1) vtkOpenGLPolyDataMapper_NewInstance; extern(C) int function(void* jarg1, void* jarg2, void* jarg3) vtkOpenGLPolyDataMapper_Draw; extern(C) void* function(void* objectRef) vtkOpenGLPolyDataMapper_Upcast; extern(C) void* function() vtkConvexPointSet_New; extern(C) int function(const(char)* jarg1) vtkConvexPointSet_IsTypeOf; extern(C) void* function(void* jarg1) vtkConvexPointSet_SafeDownCast; extern(C) void* function(void* jarg1) vtkConvexPointSet_NewInstance; extern(C) int function(void* jarg1) vtkConvexPointSet_HasFixedTopology; extern(C) void function(void* jarg1, void* jarg2, void* jarg3) vtkConvexPointSet_InterpolateFunctions; extern(C) void function(void* jarg1, void* jarg2, void* jarg3) vtkConvexPointSet_InterpolateDerivs; extern(C) void* function(void* objectRef) vtkConvexPointSet_Upcast; extern(C) int function(const(char)* jarg1) vtkMCubesReader_IsTypeOf; extern(C) void* function(void* jarg1) vtkMCubesReader_SafeDownCast; extern(C) void* function(void* jarg1) vtkMCubesReader_NewInstance; extern(C) void* function() vtkMCubesReader_New; extern(C) void function(void* jarg1, const(char)* jarg2) vtkMCubesReader_SetFileName; extern(C) const(char)* function(void* jarg1) vtkMCubesReader_GetFileName; extern(C) void function(void* jarg1, const(char)* jarg2) vtkMCubesReader_SetLimitsFileName; extern(C) const(char)* function(void* jarg1) vtkMCubesReader_GetLimitsFileName; extern(C) void function(void* jarg1, int jarg2) vtkMCubesReader_SetHeaderSize; extern(C) int function(void* jarg1) vtkMCubesReader_GetHeaderSizeMinValue; extern(C) int function(void* jarg1) vtkMCubesReader_GetHeaderSizeMaxValue; extern(C) int function(void* jarg1) vtkMCubesReader_GetHeaderSize; extern(C) void function(void* jarg1, int jarg2) vtkMCubesReader_SetFlipNormals; extern(C) int function(void* jarg1) vtkMCubesReader_GetFlipNormals; extern(C) void function(void* jarg1) vtkMCubesReader_FlipNormalsOn; extern(C) void function(void* jarg1) vtkMCubesReader_FlipNormalsOff; extern(C) void function(void* jarg1, int jarg2) vtkMCubesReader_SetNormals; extern(C) int function(void* jarg1) vtkMCubesReader_GetNormals; extern(C) void function(void* jarg1) vtkMCubesReader_NormalsOn; extern(C) void function(void* jarg1) vtkMCubesReader_NormalsOff; extern(C) void function(void* jarg1) vtkMCubesReader_SetDataByteOrderToBigEndian; extern(C) void function(void* jarg1) vtkMCubesReader_SetDataByteOrderToLittleEndian; extern(C) int function(void* jarg1) vtkMCubesReader_GetDataByteOrder; extern(C) void function(void* jarg1, int jarg2) vtkMCubesReader_SetDataByteOrder; extern(C) const(char)* function(void* jarg1) vtkMCubesReader_GetDataByteOrderAsString; extern(C) void function(void* jarg1, int jarg2) vtkMCubesReader_SetSwapBytes; extern(C) int function(void* jarg1) vtkMCubesReader_GetSwapBytes; extern(C) void function(void* jarg1) vtkMCubesReader_SwapBytesOn; extern(C) void function(void* jarg1) vtkMCubesReader_SwapBytesOff; extern(C) void function(void* jarg1, void* jarg2) vtkMCubesReader_SetLocator; extern(C) void* function(void* jarg1) vtkMCubesReader_GetLocator; extern(C) void function(void* jarg1) vtkMCubesReader_CreateDefaultLocator; extern(C) void* function(void* objectRef) vtkMCubesReader_Upcast; extern(C) void* function() vtkNewickTreeReader_New; extern(C) int function(const(char)* jarg1) vtkNewickTreeReader_IsTypeOf; extern(C) void* function(void* jarg1) vtkNewickTreeReader_SafeDownCast; extern(C) void* function(void* jarg1) vtkNewickTreeReader_NewInstance; extern(C) void* function(void* jarg1) vtkNewickTreeReader_GetOutput__SWIG_0; extern(C) void* function(void* jarg1, int jarg2) vtkNewickTreeReader_GetOutput__SWIG_1; extern(C) void function(void* jarg1, void* jarg2) vtkNewickTreeReader_SetOutput; extern(C) int function(void* jarg1, const(char)* jarg2, void* jarg3) vtkNewickTreeReader_ReadNewickTree; extern(C) void* function(void* objectRef) vtkNewickTreeReader_Upcast; extern(C) int function(const(char)* jarg1) vtkMINCImageReader_IsTypeOf; extern(C) void* function(void* jarg1) vtkMINCImageReader_SafeDownCast; extern(C) void* function(void* jarg1) vtkMINCImageReader_NewInstance; extern(C) void* function() vtkMINCImageReader_New; extern(C) void* function(void* jarg1) vtkMINCImageReader_GetDirectionCosines; extern(C) double function(void* jarg1) vtkMINCImageReader_GetRescaleSlope; extern(C) double function(void* jarg1) vtkMINCImageReader_GetRescaleIntercept; extern(C) void function(void* jarg1, int jarg2) vtkMINCImageReader_SetRescaleRealValues; extern(C) void function(void* jarg1) vtkMINCImageReader_RescaleRealValuesOn; extern(C) void function(void* jarg1) vtkMINCImageReader_RescaleRealValuesOff; extern(C) int function(void* jarg1) vtkMINCImageReader_GetRescaleRealValues; extern(C) void* function(void* jarg1) vtkMINCImageReader_GetDataRange__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkMINCImageReader_GetDataRange__SWIG_1; extern(C) int function(void* jarg1) vtkMINCImageReader_GetNumberOfTimeSteps; extern(C) void function(void* jarg1, int jarg2) vtkMINCImageReader_SetTimeStep; extern(C) int function(void* jarg1) vtkMINCImageReader_GetTimeStep; extern(C) void* function(void* jarg1) vtkMINCImageReader_GetImageAttributes; extern(C) void* function(void* objectRef) vtkMINCImageReader_Upcast; extern(C) void* function() vtkWorldPointPicker_New; extern(C) int function(const(char)* jarg1) vtkWorldPointPicker_IsTypeOf; extern(C) void* function(void* jarg1) vtkWorldPointPicker_SafeDownCast; extern(C) void* function(void* jarg1) vtkWorldPointPicker_NewInstance; extern(C) int function(void* jarg1, double jarg2, double jarg3, double jarg4, void* jarg5) vtkWorldPointPicker_Pick__SWIG_0; extern(C) int function(void* jarg1, void* jarg2, void* jarg3) vtkWorldPointPicker_Pick__SWIG_1; extern(C) void* function(void* objectRef) vtkWorldPointPicker_Upcast; extern(C) void* function() vtkInEdgeIterator_New; extern(C) int function(const(char)* jarg1) vtkInEdgeIterator_IsTypeOf; extern(C) void* function(void* jarg1) vtkInEdgeIterator_SafeDownCast; extern(C) void* function(void* jarg1) vtkInEdgeIterator_NewInstance; extern(C) void function(void* jarg1, void* jarg2, long jarg3) vtkInEdgeIterator_Initialize; extern(C) void* function(void* jarg1) vtkInEdgeIterator_GetGraph; extern(C) long function(void* jarg1) vtkInEdgeIterator_GetVertex; extern(C) void* function(void* jarg1) vtkInEdgeIterator_NextGraphEdge; extern(C) uint function(void* jarg1) vtkInEdgeIterator_HasNext; extern(C) void* function(void* objectRef) vtkInEdgeIterator_Upcast; extern(C) void* function() vtkDataObjectGenerator_New; extern(C) int function(const(char)* jarg1) vtkDataObjectGenerator_IsTypeOf; extern(C) void* function(void* jarg1) vtkDataObjectGenerator_SafeDownCast; extern(C) void* function(void* jarg1) vtkDataObjectGenerator_NewInstance; extern(C) void function(void* jarg1, const(char)* jarg2) vtkDataObjectGenerator_SetProgram; extern(C) const(char)* function(void* jarg1) vtkDataObjectGenerator_GetProgram; extern(C) void* function(void* objectRef) vtkDataObjectGenerator_Upcast; extern(C) int function(const(char)* jarg1) vtkInformationVariantKey_IsTypeOf; extern(C) void* function(void* jarg1) vtkInformationVariantKey_SafeDownCast; extern(C) void* function(void* jarg1) vtkInformationVariantKey_NewInstance; extern(C) void* function(const(char)* jarg1, const(char)* jarg2) new_vtkInformationVariantKey; extern(C) void function(void* jarg1) delete_vtkInformationVariantKey; extern(C) void function(void* jarg1, void* jarg2, void* jarg3) vtkInformationVariantKey_Set; extern(C) void* function(void* jarg1, void* jarg2) vtkInformationVariantKey_Get; extern(C) void* function(void* objectRef) vtkInformationVariantKey_Upcast; extern(C) void* function() vtkCompositeDataWriter_New; extern(C) int function(const(char)* jarg1) vtkCompositeDataWriter_IsTypeOf; extern(C) void* function(void* jarg1) vtkCompositeDataWriter_SafeDownCast; extern(C) void* function(void* jarg1) vtkCompositeDataWriter_NewInstance; extern(C) void* function(void* jarg1) vtkCompositeDataWriter_GetInput__SWIG_0; extern(C) void* function(void* jarg1, int jarg2) vtkCompositeDataWriter_GetInput__SWIG_1; extern(C) void* function() new_vtkCompositeDataWriter; extern(C) void function(void* jarg1) delete_vtkCompositeDataWriter; extern(C) void* function(void* objectRef) vtkCompositeDataWriter_Upcast; extern(C) int function(const(char)* jarg1) vtkLSDynaSummaryParser_IsTypeOf; extern(C) void* function(void* jarg1) vtkLSDynaSummaryParser_SafeDownCast; extern(C) void* function(void* jarg1) vtkLSDynaSummaryParser_NewInstance; extern(C) void* function() vtkLSDynaSummaryParser_New; extern(C) void function(void* jarg1, void* jarg2) vtkLSDynaSummaryParser_MetaData_set; extern(C) void* function(void* jarg1) vtkLSDynaSummaryParser_MetaData_get; extern(C) void* function(void* objectRef) vtkLSDynaSummaryParser_Upcast; extern(C) void* function() vtkRectilinearGridReader_New; extern(C) int function(const(char)* jarg1) vtkRectilinearGridReader_IsTypeOf; extern(C) void* function(void* jarg1) vtkRectilinearGridReader_SafeDownCast; extern(C) void* function(void* jarg1) vtkRectilinearGridReader_NewInstance; extern(C) void* function(void* jarg1) vtkRectilinearGridReader_GetOutput__SWIG_0; extern(C) void* function(void* jarg1, int jarg2) vtkRectilinearGridReader_GetOutput__SWIG_1; extern(C) void function(void* jarg1, void* jarg2) vtkRectilinearGridReader_SetOutput; extern(C) void* function(void* objectRef) vtkRectilinearGridReader_Upcast; extern(C) void* function() vtkImageClip_New; extern(C) int function(const(char)* jarg1) vtkImageClip_IsTypeOf; extern(C) void* function(void* jarg1) vtkImageClip_SafeDownCast; extern(C) void* function(void* jarg1) vtkImageClip_NewInstance; extern(C) void function(void* jarg1, void* jarg2, void* jarg3) vtkImageClip_SetOutputWholeExtent__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkImageClip_SetOutputWholeExtent__SWIG_1; extern(C) void function(void* jarg1, int jarg2, int jarg3, int jarg4, int jarg5, int jarg6, int jarg7) vtkImageClip_SetOutputWholeExtent__SWIG_2; extern(C) void function(void* jarg1, void* jarg2) vtkImageClip_GetOutputWholeExtent__SWIG_0; extern(C) void* function(void* jarg1) vtkImageClip_GetOutputWholeExtent__SWIG_1; extern(C) void function(void* jarg1) vtkImageClip_ResetOutputWholeExtent; extern(C) void function(void* jarg1, int jarg2) vtkImageClip_SetClipData; extern(C) int function(void* jarg1) vtkImageClip_GetClipData; extern(C) void function(void* jarg1) vtkImageClip_ClipDataOn; extern(C) void function(void* jarg1) vtkImageClip_ClipDataOff; extern(C) void function(void* jarg1, int jarg2, int jarg3) vtkImageClip_SetOutputWholeExtent__SWIG_3; extern(C) void* function(void* objectRef) vtkImageClip_Upcast; extern(C) void* function(void* jarg1) new_vtkRenderState; extern(C) void function(void* jarg1) delete_vtkRenderState; extern(C) uint function(void* jarg1) vtkRenderState_IsValid; extern(C) void* function(void* jarg1) vtkRenderState_GetRenderer; extern(C) void* function(void* jarg1) vtkRenderState_GetFrameBuffer; extern(C) void function(void* jarg1, void* jarg2) vtkRenderState_SetFrameBuffer; extern(C) void function(void* jarg1, void* jarg2) vtkRenderState_GetWindowSize; extern(C) void* function(void* jarg1) vtkRenderState_GetPropArray; extern(C) int function(void* jarg1) vtkRenderState_GetPropArrayCount; extern(C) void function(void* jarg1, void* jarg2, int jarg3) vtkRenderState_SetPropArrayAndCount; extern(C) void* function(void* jarg1) vtkRenderState_GetRequiredKeys; extern(C) void function(void* jarg1, void* jarg2) vtkRenderState_SetRequiredKeys; extern(C) void* function() vtkLinearSubdivisionFilter_New; extern(C) int function(const(char)* jarg1) vtkLinearSubdivisionFilter_IsTypeOf; extern(C) void* function(void* jarg1) vtkLinearSubdivisionFilter_SafeDownCast; extern(C) void* function(void* jarg1) vtkLinearSubdivisionFilter_NewInstance; extern(C) void* function(void* objectRef) vtkLinearSubdivisionFilter_Upcast; extern(C) void* function() vtkMemoryLimitImageDataStreamer_New; extern(C) int function(const(char)* jarg1) vtkMemoryLimitImageDataStreamer_IsTypeOf; extern(C) void* function(void* jarg1) vtkMemoryLimitImageDataStreamer_SafeDownCast; extern(C) void* function(void* jarg1) vtkMemoryLimitImageDataStreamer_NewInstance; extern(C) void function(void* jarg1, core.stdc.config.c_ulong jarg2) vtkMemoryLimitImageDataStreamer_SetMemoryLimit; extern(C) core.stdc.config.c_ulong function(void* jarg1) vtkMemoryLimitImageDataStreamer_GetMemoryLimit; extern(C) void* function(void* objectRef) vtkMemoryLimitImageDataStreamer_Upcast; extern(C) void* function() vtkGraphLayoutFilter_New; extern(C) int function(const(char)* jarg1) vtkGraphLayoutFilter_IsTypeOf; extern(C) void* function(void* jarg1) vtkGraphLayoutFilter_SafeDownCast; extern(C) void* function(void* jarg1) vtkGraphLayoutFilter_NewInstance; extern(C) void function(void* jarg1, double jarg2, double jarg3, double jarg4, double jarg5, double jarg6, double jarg7) vtkGraphLayoutFilter_SetGraphBounds__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkGraphLayoutFilter_SetGraphBounds__SWIG_1; extern(C) void* function(void* jarg1) vtkGraphLayoutFilter_GetGraphBounds__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkGraphLayoutFilter_GetGraphBounds__SWIG_1; extern(C) void function(void* jarg1, int jarg2) vtkGraphLayoutFilter_SetAutomaticBoundsComputation; extern(C) int function(void* jarg1) vtkGraphLayoutFilter_GetAutomaticBoundsComputation; extern(C) void function(void* jarg1) vtkGraphLayoutFilter_AutomaticBoundsComputationOn; extern(C) void function(void* jarg1) vtkGraphLayoutFilter_AutomaticBoundsComputationOff; extern(C) void function(void* jarg1, int jarg2) vtkGraphLayoutFilter_SetMaxNumberOfIterations; extern(C) int function(void* jarg1) vtkGraphLayoutFilter_GetMaxNumberOfIterationsMinValue; extern(C) int function(void* jarg1) vtkGraphLayoutFilter_GetMaxNumberOfIterationsMaxValue; extern(C) int function(void* jarg1) vtkGraphLayoutFilter_GetMaxNumberOfIterations; extern(C) void function(void* jarg1, double jarg2) vtkGraphLayoutFilter_SetCoolDownRate; extern(C) double function(void* jarg1) vtkGraphLayoutFilter_GetCoolDownRateMinValue; extern(C) double function(void* jarg1) vtkGraphLayoutFilter_GetCoolDownRateMaxValue; extern(C) double function(void* jarg1) vtkGraphLayoutFilter_GetCoolDownRate; extern(C) void function(void* jarg1, int jarg2) vtkGraphLayoutFilter_SetThreeDimensionalLayout; extern(C) int function(void* jarg1) vtkGraphLayoutFilter_GetThreeDimensionalLayout; extern(C) void function(void* jarg1) vtkGraphLayoutFilter_ThreeDimensionalLayoutOn; extern(C) void function(void* jarg1) vtkGraphLayoutFilter_ThreeDimensionalLayoutOff; extern(C) void* function(void* objectRef) vtkGraphLayoutFilter_Upcast; extern(C) void* function() vtkWidgetCallbackMapper_New; extern(C) int function(const(char)* jarg1) vtkWidgetCallbackMapper_IsTypeOf; extern(C) void* function(void* jarg1) vtkWidgetCallbackMapper_SafeDownCast; extern(C) void* function(void* jarg1) vtkWidgetCallbackMapper_NewInstance; extern(C) void function(void* jarg1, void* jarg2) vtkWidgetCallbackMapper_SetEventTranslator; extern(C) void* function(void* jarg1) vtkWidgetCallbackMapper_GetEventTranslator; extern(C) void function(void* jarg1, core.stdc.config.c_ulong jarg2, core.stdc.config.c_ulong jarg3, void* jarg4, void* jarg5) vtkWidgetCallbackMapper_SetCallbackMethod__SWIG_0; extern(C) void function(void* jarg1, core.stdc.config.c_ulong jarg2, int jarg3, char jarg4, int jarg5, const(char)* jarg6, core.stdc.config.c_ulong jarg7, void* jarg8, void* jarg9) vtkWidgetCallbackMapper_SetCallbackMethod__SWIG_1; extern(C) void function(void* jarg1, core.stdc.config.c_ulong jarg2) vtkWidgetCallbackMapper_InvokeCallback; extern(C) void* function(void* objectRef) vtkWidgetCallbackMapper_Upcast; extern(C) void* function() vtkGeoProjectionSource_New; extern(C) int function(const(char)* jarg1) vtkGeoProjectionSource_IsTypeOf; extern(C) void* function(void* jarg1) vtkGeoProjectionSource_SafeDownCast; extern(C) void* function(void* jarg1) vtkGeoProjectionSource_NewInstance; extern(C) void* function() new_vtkGeoProjectionSource; extern(C) void function(void* jarg1) delete_vtkGeoProjectionSource; extern(C) int function(void* jarg1) vtkGeoProjectionSource_GetProjection; extern(C) void function(void* jarg1, int jarg2) vtkGeoProjectionSource_SetProjection; extern(C) int function(void* jarg1) vtkGeoProjectionSource_GetMinCellsPerNode; extern(C) void function(void* jarg1, int jarg2) vtkGeoProjectionSource_SetMinCellsPerNode; extern(C) void* function(void* objectRef) vtkGeoProjectionSource_Upcast; extern(C) void* function(void* jarg1, void* jarg2) Plus__SWIG_1; extern(C) void* function(void* jarg1, void* jarg2) Minus__SWIG_1; extern(C) void* function(void* jarg1, void* jarg2) Multiply__SWIG_2; extern(C) void* function(void* jarg1, void* jarg2) Divide__SWIG_1; extern(C) void* function(void* jarg1, void* jarg2) Plus__SWIG_2; extern(C) void* function(void* jarg1, void* jarg2) Minus__SWIG_2; extern(C) void* function(void* jarg1, void* jarg2) Multiply__SWIG_5; extern(C) void* function(void* jarg1, void* jarg2) Divide__SWIG_2; extern(C) void* function(void* jarg1, void* jarg2) Plus__SWIG_3; extern(C) void* function(void* jarg1, void* jarg2) Minus__SWIG_3; extern(C) void* function(void* jarg1, void* jarg2) Multiply__SWIG_8; extern(C) void* function(void* jarg1, void* jarg2) Divide__SWIG_3; extern(C) void* function(void* jarg1, void* jarg2) Plus__SWIG_4; extern(C) void* function(void* jarg1, void* jarg2) Minus__SWIG_4; extern(C) void* function(void* jarg1, void* jarg2) Multiply__SWIG_11; extern(C) void* function(void* jarg1, void* jarg2) Divide__SWIG_4; extern(C) void* function(void* jarg1, void* jarg2) Plus__SWIG_5; extern(C) void* function(void* jarg1, void* jarg2) Minus__SWIG_5; extern(C) void* function(void* jarg1, void* jarg2) Multiply__SWIG_14; extern(C) void* function(void* jarg1, void* jarg2) Divide__SWIG_5; extern(C) void* function(void* jarg1, void* jarg2) Plus__SWIG_6; extern(C) void* function(void* jarg1, void* jarg2) Minus__SWIG_6; extern(C) void* function(void* jarg1, void* jarg2) Multiply__SWIG_17; extern(C) void* function(void* jarg1, void* jarg2) Divide__SWIG_6; extern(C) void* function() vtkOpenFOAMReader_New; extern(C) int function(const(char)* jarg1) vtkOpenFOAMReader_IsTypeOf; extern(C) void* function(void* jarg1) vtkOpenFOAMReader_SafeDownCast; extern(C) void* function(void* jarg1) vtkOpenFOAMReader_NewInstance; extern(C) int function(void* jarg1, const(char)* jarg2) vtkOpenFOAMReader_CanReadFile; extern(C) void function(void* jarg1, const(char)* jarg2) vtkOpenFOAMReader_SetFileName; extern(C) const(char)* function(void* jarg1) vtkOpenFOAMReader_GetFileName; extern(C) int function(void* jarg1) vtkOpenFOAMReader_GetNumberOfCellArrays; extern(C) int function(void* jarg1, const(char)* jarg2) vtkOpenFOAMReader_GetCellArrayStatus; extern(C) void function(void* jarg1, const(char)* jarg2, int jarg3) vtkOpenFOAMReader_SetCellArrayStatus; extern(C) const(char)* function(void* jarg1, int jarg2) vtkOpenFOAMReader_GetCellArrayName; extern(C) void function(void* jarg1) vtkOpenFOAMReader_DisableAllCellArrays; extern(C) void function(void* jarg1) vtkOpenFOAMReader_EnableAllCellArrays; extern(C) int function(void* jarg1) vtkOpenFOAMReader_GetNumberOfPointArrays; extern(C) int function(void* jarg1, const(char)* jarg2) vtkOpenFOAMReader_GetPointArrayStatus; extern(C) void function(void* jarg1, const(char)* jarg2, int jarg3) vtkOpenFOAMReader_SetPointArrayStatus; extern(C) const(char)* function(void* jarg1, int jarg2) vtkOpenFOAMReader_GetPointArrayName; extern(C) void function(void* jarg1) vtkOpenFOAMReader_DisableAllPointArrays; extern(C) void function(void* jarg1) vtkOpenFOAMReader_EnableAllPointArrays; extern(C) int function(void* jarg1) vtkOpenFOAMReader_GetNumberOfLagrangianArrays; extern(C) int function(void* jarg1, const(char)* jarg2) vtkOpenFOAMReader_GetLagrangianArrayStatus; extern(C) void function(void* jarg1, const(char)* jarg2, int jarg3) vtkOpenFOAMReader_SetLagrangianArrayStatus; extern(C) const(char)* function(void* jarg1, int jarg2) vtkOpenFOAMReader_GetLagrangianArrayName; extern(C) void function(void* jarg1) vtkOpenFOAMReader_DisableAllLagrangianArrays; extern(C) void function(void* jarg1) vtkOpenFOAMReader_EnableAllLagrangianArrays; extern(C) int function(void* jarg1) vtkOpenFOAMReader_GetNumberOfPatchArrays; extern(C) int function(void* jarg1, const(char)* jarg2) vtkOpenFOAMReader_GetPatchArrayStatus; extern(C) void function(void* jarg1, const(char)* jarg2, int jarg3) vtkOpenFOAMReader_SetPatchArrayStatus; extern(C) const(char)* function(void* jarg1, int jarg2) vtkOpenFOAMReader_GetPatchArrayName; extern(C) void function(void* jarg1) vtkOpenFOAMReader_DisableAllPatchArrays; extern(C) void function(void* jarg1) vtkOpenFOAMReader_EnableAllPatchArrays; extern(C) void function(void* jarg1, int jarg2) vtkOpenFOAMReader_SetCreateCellToPoint; extern(C) int function(void* jarg1) vtkOpenFOAMReader_GetCreateCellToPoint; extern(C) void function(void* jarg1) vtkOpenFOAMReader_CreateCellToPointOn; extern(C) void function(void* jarg1) vtkOpenFOAMReader_CreateCellToPointOff; extern(C) void function(void* jarg1, int jarg2) vtkOpenFOAMReader_SetCacheMesh; extern(C) int function(void* jarg1) vtkOpenFOAMReader_GetCacheMesh; extern(C) void function(void* jarg1) vtkOpenFOAMReader_CacheMeshOn; extern(C) void function(void* jarg1) vtkOpenFOAMReader_CacheMeshOff; extern(C) void function(void* jarg1, int jarg2) vtkOpenFOAMReader_SetDecomposePolyhedra; extern(C) int function(void* jarg1) vtkOpenFOAMReader_GetDecomposePolyhedra; extern(C) void function(void* jarg1) vtkOpenFOAMReader_DecomposePolyhedraOn; extern(C) void function(void* jarg1) vtkOpenFOAMReader_DecomposePolyhedraOff; extern(C) void function(void* jarg1, int jarg2) vtkOpenFOAMReader_SetPositionsIsIn13Format; extern(C) int function(void* jarg1) vtkOpenFOAMReader_GetPositionsIsIn13Format; extern(C) void function(void* jarg1) vtkOpenFOAMReader_PositionsIsIn13FormatOn; extern(C) void function(void* jarg1) vtkOpenFOAMReader_PositionsIsIn13FormatOff; extern(C) void function(void* jarg1, int jarg2) vtkOpenFOAMReader_SetListTimeStepsByControlDict; extern(C) int function(void* jarg1) vtkOpenFOAMReader_GetListTimeStepsByControlDict; extern(C) void function(void* jarg1) vtkOpenFOAMReader_ListTimeStepsByControlDictOn; extern(C) void function(void* jarg1) vtkOpenFOAMReader_ListTimeStepsByControlDictOff; extern(C) void function(void* jarg1, int jarg2) vtkOpenFOAMReader_SetAddDimensionsToArrayNames; extern(C) int function(void* jarg1) vtkOpenFOAMReader_GetAddDimensionsToArrayNames; extern(C) void function(void* jarg1) vtkOpenFOAMReader_AddDimensionsToArrayNamesOn; extern(C) void function(void* jarg1) vtkOpenFOAMReader_AddDimensionsToArrayNamesOff; extern(C) void function(void* jarg1, int jarg2) vtkOpenFOAMReader_SetReadZones; extern(C) int function(void* jarg1) vtkOpenFOAMReader_GetReadZones; extern(C) void function(void* jarg1) vtkOpenFOAMReader_ReadZonesOn; extern(C) void function(void* jarg1) vtkOpenFOAMReader_ReadZonesOff; extern(C) void function(void* jarg1) vtkOpenFOAMReader_SetRefresh; extern(C) void function(void* jarg1, void* jarg2) vtkOpenFOAMReader_SetParent; extern(C) int function(void* jarg1, void* jarg2, void* jarg3) vtkOpenFOAMReader_MakeInformationVector; extern(C) uint function(void* jarg1, double jarg2) vtkOpenFOAMReader_SetTimeValue; extern(C) void* function(void* jarg1) vtkOpenFOAMReader_GetTimeValues; extern(C) int function(void* jarg1, uint jarg2) vtkOpenFOAMReader_MakeMetaDataAtTimeStep; extern(C) void* function(void* objectRef) vtkOpenFOAMReader_Upcast; extern(C) void* function() vtkPOpenFOAMReader_New; extern(C) int function(const(char)* jarg1) vtkPOpenFOAMReader_IsTypeOf; extern(C) void* function(void* jarg1) vtkPOpenFOAMReader_SafeDownCast; extern(C) void* function(void* jarg1) vtkPOpenFOAMReader_NewInstance; extern(C) void function(void* jarg1, int jarg2) vtkPOpenFOAMReader_SetCaseType; extern(C) void* function(void* jarg1) vtkPOpenFOAMReader_GetCaseType; extern(C) void function(void* jarg1, void* jarg2) vtkPOpenFOAMReader_SetController; extern(C) void* function(void* jarg1) vtkPOpenFOAMReader_GetController; extern(C) void* function(void* objectRef) vtkPOpenFOAMReader_Upcast; extern(C) int function(const(char)* jarg1) vtkXMLPDataSetWriter_IsTypeOf; extern(C) void* function(void* jarg1) vtkXMLPDataSetWriter_SafeDownCast; extern(C) void* function(void* jarg1) vtkXMLPDataSetWriter_NewInstance; extern(C) void* function() vtkXMLPDataSetWriter_New; extern(C) void* function(void* objectRef) vtkXMLPDataSetWriter_Upcast; extern(C) void* function() vtkInteractorStyleRubberBand2D_New; extern(C) int function(const(char)* jarg1) vtkInteractorStyleRubberBand2D_IsTypeOf; extern(C) void* function(void* jarg1) vtkInteractorStyleRubberBand2D_SafeDownCast; extern(C) void* function(void* jarg1) vtkInteractorStyleRubberBand2D_NewInstance; extern(C) void function(void* jarg1, uint jarg2) vtkInteractorStyleRubberBand2D_SetRenderOnMouseMove; extern(C) uint function(void* jarg1) vtkInteractorStyleRubberBand2D_GetRenderOnMouseMove; extern(C) void function(void* jarg1) vtkInteractorStyleRubberBand2D_RenderOnMouseMoveOn; extern(C) void function(void* jarg1) vtkInteractorStyleRubberBand2D_RenderOnMouseMoveOff; extern(C) int function(void* jarg1) vtkInteractorStyleRubberBand2D_GetInteraction; extern(C) void* function(void* jarg1) vtkInteractorStyleRubberBand2D_GetStartPosition__SWIG_0; extern(C) void function(void* jarg1, void* jarg2, void* jarg3) vtkInteractorStyleRubberBand2D_GetStartPosition__SWIG_1; extern(C) void function(void* jarg1, void* jarg2) vtkInteractorStyleRubberBand2D_GetStartPosition__SWIG_2; extern(C) void* function(void* jarg1) vtkInteractorStyleRubberBand2D_GetEndPosition__SWIG_0; extern(C) void function(void* jarg1, void* jarg2, void* jarg3) vtkInteractorStyleRubberBand2D_GetEndPosition__SWIG_1; extern(C) void function(void* jarg1, void* jarg2) vtkInteractorStyleRubberBand2D_GetEndPosition__SWIG_2; extern(C) void* function(void* objectRef) vtkInteractorStyleRubberBand2D_Upcast; extern(C) void* function() new_vtkGarbageCollectorManager; extern(C) void function(void* jarg1) delete_vtkGarbageCollectorManager; extern(C) void function(void* jarg1) vtkGarbageCollectorManagerInstance_set; extern(C) void* function() vtkGarbageCollectorManagerInstance_get; extern(C) void function(void* jarg1, void* jarg2, void* jarg3, const(char)* jarg4) vtkGarbageCollectorReportInternal; extern(C) int function(const(char)* jarg1) vtkGarbageCollector_IsTypeOf; extern(C) void* function(void* jarg1) vtkGarbageCollector_SafeDownCast; extern(C) void* function(void* jarg1) vtkGarbageCollector_NewInstance; extern(C) void* function() vtkGarbageCollector_New; extern(C) void function() vtkGarbageCollector_Collect__SWIG_0; extern(C) void function(void* jarg1) vtkGarbageCollector_Collect__SWIG_1; extern(C) void function() vtkGarbageCollector_DeferredCollectionPush; extern(C) void function() vtkGarbageCollector_DeferredCollectionPop; extern(C) void function(int jarg1) vtkGarbageCollector_SetGlobalDebugFlag; extern(C) int function() vtkGarbageCollector_GetGlobalDebugFlag; extern(C) void* function(void* objectRef) vtkGarbageCollector_Upcast; extern(C) int function(const(char)* jarg1) vtkPolyDataNormals_IsTypeOf; extern(C) void* function(void* jarg1) vtkPolyDataNormals_SafeDownCast; extern(C) void* function(void* jarg1) vtkPolyDataNormals_NewInstance; extern(C) void* function() vtkPolyDataNormals_New; extern(C) void function(void* jarg1, double jarg2) vtkPolyDataNormals_SetFeatureAngle; extern(C) double function(void* jarg1) vtkPolyDataNormals_GetFeatureAngleMinValue; extern(C) double function(void* jarg1) vtkPolyDataNormals_GetFeatureAngleMaxValue; extern(C) double function(void* jarg1) vtkPolyDataNormals_GetFeatureAngle; extern(C) void function(void* jarg1, int jarg2) vtkPolyDataNormals_SetSplitting; extern(C) int function(void* jarg1) vtkPolyDataNormals_GetSplitting; extern(C) void function(void* jarg1) vtkPolyDataNormals_SplittingOn; extern(C) void function(void* jarg1) vtkPolyDataNormals_SplittingOff; extern(C) void function(void* jarg1, int jarg2) vtkPolyDataNormals_SetConsistency; extern(C) int function(void* jarg1) vtkPolyDataNormals_GetConsistency; extern(C) void function(void* jarg1) vtkPolyDataNormals_ConsistencyOn; extern(C) void function(void* jarg1) vtkPolyDataNormals_ConsistencyOff; extern(C) void function(void* jarg1, int jarg2) vtkPolyDataNormals_SetAutoOrientNormals; extern(C) int function(void* jarg1) vtkPolyDataNormals_GetAutoOrientNormals; extern(C) void function(void* jarg1) vtkPolyDataNormals_AutoOrientNormalsOn; extern(C) void function(void* jarg1) vtkPolyDataNormals_AutoOrientNormalsOff; extern(C) void function(void* jarg1, int jarg2) vtkPolyDataNormals_SetComputePointNormals; extern(C) int function(void* jarg1) vtkPolyDataNormals_GetComputePointNormals; extern(C) void function(void* jarg1) vtkPolyDataNormals_ComputePointNormalsOn; extern(C) void function(void* jarg1) vtkPolyDataNormals_ComputePointNormalsOff; extern(C) void function(void* jarg1, int jarg2) vtkPolyDataNormals_SetComputeCellNormals; extern(C) int function(void* jarg1) vtkPolyDataNormals_GetComputeCellNormals; extern(C) void function(void* jarg1) vtkPolyDataNormals_ComputeCellNormalsOn; extern(C) void function(void* jarg1) vtkPolyDataNormals_ComputeCellNormalsOff; extern(C) void function(void* jarg1, int jarg2) vtkPolyDataNormals_SetFlipNormals; extern(C) int function(void* jarg1) vtkPolyDataNormals_GetFlipNormals; extern(C) void function(void* jarg1) vtkPolyDataNormals_FlipNormalsOn; extern(C) void function(void* jarg1) vtkPolyDataNormals_FlipNormalsOff; extern(C) void function(void* jarg1, int jarg2) vtkPolyDataNormals_SetNonManifoldTraversal; extern(C) int function(void* jarg1) vtkPolyDataNormals_GetNonManifoldTraversal; extern(C) void function(void* jarg1) vtkPolyDataNormals_NonManifoldTraversalOn; extern(C) void function(void* jarg1) vtkPolyDataNormals_NonManifoldTraversalOff; extern(C) void function(void* jarg1, int jarg2) vtkPolyDataNormals_SetOutputPointsPrecision; extern(C) int function(void* jarg1) vtkPolyDataNormals_GetOutputPointsPrecisionMinValue; extern(C) int function(void* jarg1) vtkPolyDataNormals_GetOutputPointsPrecisionMaxValue; extern(C) int function(void* jarg1) vtkPolyDataNormals_GetOutputPointsPrecision; extern(C) void* function(void* objectRef) vtkPolyDataNormals_Upcast; extern(C) int function(const(char)* jarg1) vtkPPolyDataNormals_IsTypeOf; extern(C) void* function(void* jarg1) vtkPPolyDataNormals_SafeDownCast; extern(C) void* function(void* jarg1) vtkPPolyDataNormals_NewInstance; extern(C) void* function() vtkPPolyDataNormals_New; extern(C) void function(void* jarg1, int jarg2) vtkPPolyDataNormals_SetPieceInvariant; extern(C) int function(void* jarg1) vtkPPolyDataNormals_GetPieceInvariant; extern(C) void function(void* jarg1) vtkPPolyDataNormals_PieceInvariantOn; extern(C) void function(void* jarg1) vtkPPolyDataNormals_PieceInvariantOff; extern(C) void* function(void* objectRef) vtkPPolyDataNormals_Upcast; extern(C) int function(const(char)* jarg1) vtkImplicitDataSet_IsTypeOf; extern(C) void* function(void* jarg1) vtkImplicitDataSet_SafeDownCast; extern(C) void* function(void* jarg1) vtkImplicitDataSet_NewInstance; extern(C) void* function() vtkImplicitDataSet_New; extern(C) double function(void* jarg1, void* jarg2) vtkImplicitDataSet_EvaluateFunction__SWIG_0; extern(C) double function(void* jarg1, double jarg2, double jarg3, double jarg4) vtkImplicitDataSet_EvaluateFunction__SWIG_1; extern(C) void function(void* jarg1, void* jarg2) vtkImplicitDataSet_SetDataSet; extern(C) void* function(void* jarg1) vtkImplicitDataSet_GetDataSet; extern(C) void function(void* jarg1, double jarg2) vtkImplicitDataSet_SetOutValue; extern(C) double function(void* jarg1) vtkImplicitDataSet_GetOutValue; extern(C) void function(void* jarg1, double jarg2, double jarg3, double jarg4) vtkImplicitDataSet_SetOutGradient__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkImplicitDataSet_SetOutGradient__SWIG_1; extern(C) void* function(void* jarg1) vtkImplicitDataSet_GetOutGradient__SWIG_0; extern(C) void function(void* jarg1, void* jarg2, void* jarg3, void* jarg4) vtkImplicitDataSet_GetOutGradient__SWIG_1; extern(C) void function(void* jarg1, void* jarg2) vtkImplicitDataSet_GetOutGradient__SWIG_2; extern(C) void* function(void* objectRef) vtkImplicitDataSet_Upcast; extern(C) void function(void* jarg1, void* jarg2, void* jarg3, void* jarg4, void* jarg5, void* jarg6) vtkgluPickMatrix; extern(C) void* function() vtkHierarchicalBoxDataSetAlgorithm_New; extern(C) int function(const(char)* jarg1) vtkHierarchicalBoxDataSetAlgorithm_IsTypeOf; extern(C) void* function(void* jarg1) vtkHierarchicalBoxDataSetAlgorithm_SafeDownCast; extern(C) void* function(void* jarg1) vtkHierarchicalBoxDataSetAlgorithm_NewInstance; extern(C) void* function(void* jarg1) vtkHierarchicalBoxDataSetAlgorithm_GetOutput__SWIG_0; extern(C) void* function(void* jarg1, int jarg2) vtkHierarchicalBoxDataSetAlgorithm_GetOutput__SWIG_1; extern(C) void function(void* jarg1, void* jarg2) vtkHierarchicalBoxDataSetAlgorithm_SetInputData__SWIG_0; extern(C) void function(void* jarg1, int jarg2, void* jarg3) vtkHierarchicalBoxDataSetAlgorithm_SetInputData__SWIG_1; extern(C) void* function() new_vtkHierarchicalBoxDataSetAlgorithm; extern(C) void function(void* jarg1) delete_vtkHierarchicalBoxDataSetAlgorithm; extern(C) void* function(void* objectRef) vtkHierarchicalBoxDataSetAlgorithm_Upcast; extern(C) void* function() vtkBMPWriter_New; extern(C) int function(const(char)* jarg1) vtkBMPWriter_IsTypeOf; extern(C) void* function(void* jarg1) vtkBMPWriter_SafeDownCast; extern(C) void* function(void* jarg1) vtkBMPWriter_NewInstance; extern(C) void* function(void* objectRef) vtkBMPWriter_Upcast; extern(C) int function(const(char)* jarg1) vtkGenericPointIterator_IsTypeOf; extern(C) void* function(void* jarg1) vtkGenericPointIterator_SafeDownCast; extern(C) void* function(void* jarg1) vtkGenericPointIterator_NewInstance; extern(C) void function(void* jarg1) vtkGenericPointIterator_Begin; extern(C) int function(void* jarg1) vtkGenericPointIterator_IsAtEnd; extern(C) void function(void* jarg1) vtkGenericPointIterator_Next; extern(C) void* function(void* jarg1) vtkGenericPointIterator_GetPosition__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkGenericPointIterator_GetPosition__SWIG_1; extern(C) long function(void* jarg1) vtkGenericPointIterator_GetId; extern(C) void* function(void* objectRef) vtkGenericPointIterator_Upcast; extern(C) void* function() vtkBiQuadraticQuadraticWedge_New; extern(C) int function(const(char)* jarg1) vtkBiQuadraticQuadraticWedge_IsTypeOf; extern(C) void* function(void* jarg1) vtkBiQuadraticQuadraticWedge_SafeDownCast; extern(C) void* function(void* jarg1) vtkBiQuadraticQuadraticWedge_NewInstance; extern(C) void function(void* jarg1, void* jarg2) vtkBiQuadraticQuadraticWedge_InterpolationFunctions; extern(C) void function(void* jarg1, void* jarg2) vtkBiQuadraticQuadraticWedge_InterpolationDerivs; extern(C) void function(void* jarg1, void* jarg2, void* jarg3) vtkBiQuadraticQuadraticWedge_InterpolateFunctions; extern(C) void function(void* jarg1, void* jarg2, void* jarg3) vtkBiQuadraticQuadraticWedge_InterpolateDerivs; extern(C) void* function(int jarg1) vtkBiQuadraticQuadraticWedge_GetEdgeArray; extern(C) void* function(int jarg1) vtkBiQuadraticQuadraticWedge_GetFaceArray; extern(C) void function(void* jarg1, void* jarg2, void* jarg3, void* jarg4) vtkBiQuadraticQuadraticWedge_JacobianInverse; extern(C) void* function(void* objectRef) vtkBiQuadraticQuadraticWedge_Upcast; extern(C) void* function() vtkImageLuminance_New; extern(C) int function(const(char)* jarg1) vtkImageLuminance_IsTypeOf; extern(C) void* function(void* jarg1) vtkImageLuminance_SafeDownCast; extern(C) void* function(void* jarg1) vtkImageLuminance_NewInstance; extern(C) void* function(void* objectRef) vtkImageLuminance_Upcast; extern(C) int function(const(char)* jarg1) vtkPlotPie_IsTypeOf; extern(C) void* function(void* jarg1) vtkPlotPie_SafeDownCast; extern(C) void* function(void* jarg1) vtkPlotPie_NewInstance; extern(C) void* function() vtkPlotPie_New; extern(C) void function(void* jarg1, int jarg2, int jarg3, int jarg4, int jarg5) vtkPlotPie_SetDimensions__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkPlotPie_SetDimensions__SWIG_1; extern(C) void* function(void* jarg1) vtkPlotPie_GetDimensions__SWIG_0; extern(C) void function(void* jarg1, void* jarg2, void* jarg3, void* jarg4, void* jarg5) vtkPlotPie_GetDimensions__SWIG_1; extern(C) void function(void* jarg1, void* jarg2) vtkPlotPie_GetDimensions__SWIG_2; extern(C) void function(void* jarg1, void* jarg2) vtkPlotPie_SetColorSeries; extern(C) void* function(void* jarg1) vtkPlotPie_GetColorSeries; extern(C) void* function() new_vtkPlotPie; extern(C) void function(void* jarg1) delete_vtkPlotPie; extern(C) void* function(void* objectRef) vtkPlotPie_Upcast; extern(C) int function(const(char)* jarg1) vtkXMLFileReadTester_IsTypeOf; extern(C) void* function(void* jarg1) vtkXMLFileReadTester_SafeDownCast; extern(C) void* function(void* jarg1) vtkXMLFileReadTester_NewInstance; extern(C) void* function() vtkXMLFileReadTester_New; extern(C) int function(void* jarg1) vtkXMLFileReadTester_TestReadFile; extern(C) const(char)* function(void* jarg1) vtkXMLFileReadTester_GetFileDataType; extern(C) const(char)* function(void* jarg1) vtkXMLFileReadTester_GetFileVersion; extern(C) void* function(void* objectRef) vtkXMLFileReadTester_Upcast; extern(C) void* function() vtkNetworkHierarchy_New; extern(C) int function(const(char)* jarg1) vtkNetworkHierarchy_IsTypeOf; extern(C) void* function(void* jarg1) vtkNetworkHierarchy_SafeDownCast; extern(C) void* function(void* jarg1) vtkNetworkHierarchy_NewInstance; extern(C) const(char)* function(void* jarg1) vtkNetworkHierarchy_GetIPArrayName; extern(C) void function(void* jarg1, const(char)* jarg2) vtkNetworkHierarchy_SetIPArrayName; extern(C) void* function(void* objectRef) vtkNetworkHierarchy_Upcast; extern(C) void* function() vtkThresholdTable_New; extern(C) int function(const(char)* jarg1) vtkThresholdTable_IsTypeOf; extern(C) void* function(void* jarg1) vtkThresholdTable_SafeDownCast; extern(C) void* function(void* jarg1) vtkThresholdTable_NewInstance; extern(C) void function(void* jarg1, int jarg2) vtkThresholdTable_SetMode; extern(C) int function(void* jarg1) vtkThresholdTable_GetModeMinValue; extern(C) int function(void* jarg1) vtkThresholdTable_GetModeMaxValue; extern(C) int function(void* jarg1) vtkThresholdTable_GetMode; extern(C) void function(void* jarg1, void* jarg2) vtkThresholdTable_SetMinValue__SWIG_0; extern(C) void* function(void* jarg1) vtkThresholdTable_GetMinValue; extern(C) void function(void* jarg1, void* jarg2) vtkThresholdTable_SetMaxValue__SWIG_0; extern(C) void* function(void* jarg1) vtkThresholdTable_GetMaxValue; extern(C) void function(void* jarg1, void* jarg2, void* jarg3) vtkThresholdTable_ThresholdBetween__SWIG_0; extern(C) void function(void* jarg1, double jarg2) vtkThresholdTable_SetMinValue__SWIG_1; extern(C) void function(void* jarg1, double jarg2) vtkThresholdTable_SetMaxValue__SWIG_1; extern(C) void function(void* jarg1, double jarg2, double jarg3) vtkThresholdTable_ThresholdBetween__SWIG_1; extern(C) void* function(void* objectRef) vtkThresholdTable_Upcast; extern(C) int function(const(char)* jarg1) vtkVolume_IsTypeOf; extern(C) void* function(void* jarg1) vtkVolume_SafeDownCast; extern(C) void* function(void* jarg1) vtkVolume_NewInstance; extern(C) void* function() vtkVolume_New; extern(C) void function(void* jarg1, void* jarg2) vtkVolume_SetMapper; extern(C) void* function(void* jarg1) vtkVolume_GetMapper; extern(C) void function(void* jarg1, void* jarg2) vtkVolume_SetProperty; extern(C) void* function(void* jarg1) vtkVolume_GetProperty; extern(C) void function(void* jarg1) vtkVolume_Update; extern(C) void* function(void* jarg1) vtkVolume_GetBounds__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkVolume_GetBounds__SWIG_1; extern(C) double function(void* jarg1) vtkVolume_GetMinXBound; extern(C) double function(void* jarg1) vtkVolume_GetMaxXBound; extern(C) double function(void* jarg1) vtkVolume_GetMinYBound; extern(C) double function(void* jarg1) vtkVolume_GetMaxYBound; extern(C) double function(void* jarg1) vtkVolume_GetMinZBound; extern(C) double function(void* jarg1) vtkVolume_GetMaxZBound; extern(C) void* function(void* objectRef) vtkVolume_Upcast; extern(C) void* function() vtkVolumeCollection_New; extern(C) int function(const(char)* jarg1) vtkVolumeCollection_IsTypeOf; extern(C) void* function(void* jarg1) vtkVolumeCollection_SafeDownCast; extern(C) void* function(void* jarg1) vtkVolumeCollection_NewInstance; extern(C) void function(void* jarg1, void* jarg2) vtkVolumeCollection_AddItem; extern(C) void* function(void* jarg1) vtkVolumeCollection_GetNextVolume; extern(C) void* function(void* jarg1) vtkVolumeCollection_GetNextItem; extern(C) void* function(void* objectRef) vtkVolumeCollection_Upcast; extern(C) int function(const(char)* jarg1) vtkRenderer_IsTypeOf; extern(C) void* function(void* jarg1) vtkRenderer_SafeDownCast; extern(C) void* function(void* jarg1) vtkRenderer_NewInstance; extern(C) void* function() vtkRenderer_New; extern(C) void function(void* jarg1, void* jarg2) vtkRenderer_AddActor; extern(C) void function(void* jarg1, void* jarg2) vtkRenderer_AddVolume; extern(C) void function(void* jarg1, void* jarg2) vtkRenderer_RemoveActor; extern(C) void function(void* jarg1, void* jarg2) vtkRenderer_RemoveVolume; extern(C) void function(void* jarg1, void* jarg2) vtkRenderer_AddLight; extern(C) void function(void* jarg1, void* jarg2) vtkRenderer_RemoveLight; extern(C) void function(void* jarg1) vtkRenderer_RemoveAllLights; extern(C) void* function(void* jarg1) vtkRenderer_GetLights; extern(C) void function(void* jarg1, void* jarg2) vtkRenderer_SetLightCollection; extern(C) void function(void* jarg1) vtkRenderer_CreateLight; extern(C) void* function(void* jarg1) vtkRenderer_MakeLight; extern(C) int function(void* jarg1) vtkRenderer_GetTwoSidedLighting; extern(C) void function(void* jarg1, int jarg2) vtkRenderer_SetTwoSidedLighting; extern(C) void function(void* jarg1) vtkRenderer_TwoSidedLightingOn; extern(C) void function(void* jarg1) vtkRenderer_TwoSidedLightingOff; extern(C) void function(void* jarg1, int jarg2) vtkRenderer_SetLightFollowCamera; extern(C) int function(void* jarg1) vtkRenderer_GetLightFollowCamera; extern(C) void function(void* jarg1) vtkRenderer_LightFollowCameraOn; extern(C) void function(void* jarg1) vtkRenderer_LightFollowCameraOff; extern(C) int function(void* jarg1) vtkRenderer_GetAutomaticLightCreation; extern(C) void function(void* jarg1, int jarg2) vtkRenderer_SetAutomaticLightCreation; extern(C) void function(void* jarg1) vtkRenderer_AutomaticLightCreationOn; extern(C) void function(void* jarg1) vtkRenderer_AutomaticLightCreationOff; extern(C) int function(void* jarg1) vtkRenderer_UpdateLightsGeometryToFollowCamera; extern(C) void* function(void* jarg1) vtkRenderer_GetVolumes; extern(C) void* function(void* jarg1) vtkRenderer_GetActors; extern(C) void function(void* jarg1, void* jarg2) vtkRenderer_SetActiveCamera; extern(C) void* function(void* jarg1) vtkRenderer_GetActiveCamera; extern(C) void* function(void* jarg1) vtkRenderer_MakeCamera; extern(C) void function(void* jarg1, int jarg2) vtkRenderer_SetErase; extern(C) int function(void* jarg1) vtkRenderer_GetErase; extern(C) void function(void* jarg1) vtkRenderer_EraseOn; extern(C) void function(void* jarg1) vtkRenderer_EraseOff; extern(C) void function(void* jarg1, int jarg2) vtkRenderer_SetDraw; extern(C) int function(void* jarg1) vtkRenderer_GetDraw; extern(C) void function(void* jarg1) vtkRenderer_DrawOn; extern(C) void function(void* jarg1) vtkRenderer_DrawOff; extern(C) int function(void* jarg1, void* jarg2) vtkRenderer_CaptureGL2PSSpecialProp; extern(C) void function(void* jarg1, void* jarg2) vtkRenderer_SetGL2PSSpecialPropCollection; extern(C) void function(void* jarg1, void* jarg2) vtkRenderer_AddCuller; extern(C) void function(void* jarg1, void* jarg2) vtkRenderer_RemoveCuller; extern(C) void* function(void* jarg1) vtkRenderer_GetCullers; extern(C) void function(void* jarg1, double jarg2, double jarg3, double jarg4) vtkRenderer_SetAmbient__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkRenderer_SetAmbient__SWIG_1; extern(C) void* function(void* jarg1) vtkRenderer_GetAmbient__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkRenderer_GetAmbient__SWIG_1; extern(C) void function(void* jarg1, double jarg2) vtkRenderer_SetAllocatedRenderTime; extern(C) double function(void* jarg1) vtkRenderer_GetAllocatedRenderTime; extern(C) double function(void* jarg1) vtkRenderer_GetTimeFactor; extern(C) void function(void* jarg1) vtkRenderer_Render; extern(C) void function(void* jarg1) vtkRenderer_DeviceRender; extern(C) void function(void* jarg1) vtkRenderer_DeviceRenderTranslucentPolygonalGeometry; extern(C) void function(void* jarg1) vtkRenderer_Clear; extern(C) int function(void* jarg1) vtkRenderer_VisibleActorCount; extern(C) int function(void* jarg1) vtkRenderer_VisibleVolumeCount; extern(C) void function(void* jarg1, void* jarg2) vtkRenderer_ComputeVisiblePropBounds__SWIG_0; extern(C) void* function(void* jarg1) vtkRenderer_ComputeVisiblePropBounds__SWIG_1; extern(C) void function(void* jarg1) vtkRenderer_ResetCameraClippingRange__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkRenderer_ResetCameraClippingRange__SWIG_1; extern(C) void function(void* jarg1, double jarg2, double jarg3, double jarg4, double jarg5, double jarg6, double jarg7) vtkRenderer_ResetCameraClippingRange__SWIG_2; extern(C) void function(void* jarg1, double jarg2) vtkRenderer_SetNearClippingPlaneTolerance; extern(C) double function(void* jarg1) vtkRenderer_GetNearClippingPlaneToleranceMinValue; extern(C) double function(void* jarg1) vtkRenderer_GetNearClippingPlaneToleranceMaxValue; extern(C) double function(void* jarg1) vtkRenderer_GetNearClippingPlaneTolerance; extern(C) void function(void* jarg1) vtkRenderer_ResetCamera__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkRenderer_ResetCamera__SWIG_1; extern(C) void function(void* jarg1, double jarg2, double jarg3, double jarg4, double jarg5, double jarg6, double jarg7) vtkRenderer_ResetCamera__SWIG_2; extern(C) void function(void* jarg1, void* jarg2) vtkRenderer_SetRenderWindow; extern(C) void* function(void* jarg1) vtkRenderer_GetRenderWindow; extern(C) void function(void* jarg1, int jarg2) vtkRenderer_SetBackingStore; extern(C) int function(void* jarg1) vtkRenderer_GetBackingStore; extern(C) void function(void* jarg1) vtkRenderer_BackingStoreOn; extern(C) void function(void* jarg1) vtkRenderer_BackingStoreOff; extern(C) void function(void* jarg1, int jarg2) vtkRenderer_SetInteractive; extern(C) int function(void* jarg1) vtkRenderer_GetInteractive; extern(C) void function(void* jarg1) vtkRenderer_InteractiveOn; extern(C) void function(void* jarg1) vtkRenderer_InteractiveOff; extern(C) void function(void* jarg1, int jarg2) vtkRenderer_SetLayer; extern(C) int function(void* jarg1) vtkRenderer_GetLayer; extern(C) void function(void* jarg1, int jarg2) vtkRenderer_SetPreserveDepthBuffer; extern(C) int function(void* jarg1) vtkRenderer_GetPreserveDepthBuffer; extern(C) void function(void* jarg1) vtkRenderer_PreserveDepthBufferOn; extern(C) void function(void* jarg1) vtkRenderer_PreserveDepthBufferOff; extern(C) int function(void* jarg1) vtkRenderer_Transparent; extern(C) void function(void* jarg1) vtkRenderer_WorldToView__SWIG_0; extern(C) void function(void* jarg1) vtkRenderer_ViewToWorld__SWIG_0; extern(C) void function(void* jarg1, void* jarg2, void* jarg3, void* jarg4) vtkRenderer_ViewToWorld__SWIG_1; extern(C) void function(void* jarg1, void* jarg2, void* jarg3, void* jarg4) vtkRenderer_WorldToView__SWIG_1; extern(C) double function(void* jarg1, int jarg2, int jarg3) vtkRenderer_GetZ; extern(C) double function(void* jarg1) vtkRenderer_GetLastRenderTimeInSeconds; extern(C) int function(void* jarg1) vtkRenderer_GetNumberOfPropsRendered; extern(C) void* function(void* jarg1, double jarg2, double jarg3) vtkRenderer_PickProp__SWIG_0; extern(C) void* function(void* jarg1, double jarg2, double jarg3, double jarg4, double jarg5) vtkRenderer_PickProp__SWIG_1; extern(C) void function(void* jarg1) vtkRenderer_StereoMidpoint; extern(C) double function(void* jarg1) vtkRenderer_GetTiledAspectRatio; extern(C) int function(void* jarg1) vtkRenderer_IsActiveCameraCreated; extern(C) void function(void* jarg1, int jarg2) vtkRenderer_SetUseDepthPeeling; extern(C) int function(void* jarg1) vtkRenderer_GetUseDepthPeeling; extern(C) void function(void* jarg1) vtkRenderer_UseDepthPeelingOn; extern(C) void function(void* jarg1) vtkRenderer_UseDepthPeelingOff; extern(C) void function(void* jarg1, double jarg2) vtkRenderer_SetOcclusionRatio; extern(C) double function(void* jarg1) vtkRenderer_GetOcclusionRatioMinValue; extern(C) double function(void* jarg1) vtkRenderer_GetOcclusionRatioMaxValue; extern(C) double function(void* jarg1) vtkRenderer_GetOcclusionRatio; extern(C) void function(void* jarg1, int jarg2) vtkRenderer_SetMaximumNumberOfPeels; extern(C) int function(void* jarg1) vtkRenderer_GetMaximumNumberOfPeels; extern(C) int function(void* jarg1) vtkRenderer_GetLastRenderingUsedDepthPeeling; extern(C) void function(void* jarg1, void* jarg2) vtkRenderer_SetDelegate; extern(C) void* function(void* jarg1) vtkRenderer_GetDelegate; extern(C) void* function(void* jarg1) vtkRenderer_GetSelector; extern(C) void function(void* jarg1, void* jarg2) vtkRenderer_SetBackgroundTexture; extern(C) void* function(void* jarg1) vtkRenderer_GetBackgroundTexture; extern(C) void function(void* jarg1, uint jarg2) vtkRenderer_SetTexturedBackground; extern(C) uint function(void* jarg1) vtkRenderer_GetTexturedBackground; extern(C) void function(void* jarg1) vtkRenderer_TexturedBackgroundOn; extern(C) void function(void* jarg1) vtkRenderer_TexturedBackgroundOff; extern(C) void function(void* jarg1) delete_vtkRenderer; extern(C) void* function(void* objectRef) vtkRenderer_Upcast; extern(C) void* function() vtkOpenGLRenderer_New; extern(C) int function(const(char)* jarg1) vtkOpenGLRenderer_IsTypeOf; extern(C) void* function(void* jarg1) vtkOpenGLRenderer_SafeDownCast; extern(C) void* function(void* jarg1) vtkOpenGLRenderer_NewInstance; extern(C) void function(void* jarg1) vtkOpenGLRenderer_ClearLights; extern(C) int function(void* jarg1) vtkOpenGLRenderer_UpdateLights; extern(C) int function(void* jarg1) vtkOpenGLRenderer_GetDepthPeelingHigherLayer; extern(C) void function(void* jarg1, void* jarg2) vtkOpenGLRenderer_SetPass; extern(C) void* function(void* jarg1) vtkOpenGLRenderer_GetPass; extern(C) void* function(void* objectRef) vtkOpenGLRenderer_Upcast; extern(C) int function(const(char)* jarg1) vtkHyperTreeGridAlgorithm_IsTypeOf; extern(C) void* function(void* jarg1) vtkHyperTreeGridAlgorithm_SafeDownCast; extern(C) void* function(void* jarg1) vtkHyperTreeGridAlgorithm_NewInstance; extern(C) void* function(void* jarg1) vtkHyperTreeGridAlgorithm_GetOutput__SWIG_0; extern(C) void* function(void* jarg1, int jarg2) vtkHyperTreeGridAlgorithm_GetOutput__SWIG_1; extern(C) void function(void* jarg1, void* jarg2) vtkHyperTreeGridAlgorithm_SetOutput; extern(C) void* function(void* jarg1) vtkHyperTreeGridAlgorithm_GetInput__SWIG_0; extern(C) void* function(void* jarg1, int jarg2) vtkHyperTreeGridAlgorithm_GetInput__SWIG_1; extern(C) void* function(void* jarg1, int jarg2) vtkHyperTreeGridAlgorithm_GetHyperTreeGridInput; extern(C) void function(void* jarg1, void* jarg2) vtkHyperTreeGridAlgorithm_SetInputData__SWIG_0; extern(C) void function(void* jarg1, int jarg2, void* jarg3) vtkHyperTreeGridAlgorithm_SetInputData__SWIG_1; extern(C) void function(void* jarg1, void* jarg2) vtkHyperTreeGridAlgorithm_AddInputData__SWIG_0; extern(C) void function(void* jarg1, int jarg2, void* jarg3) vtkHyperTreeGridAlgorithm_AddInputData__SWIG_1; extern(C) void* function(void* objectRef) vtkHyperTreeGridAlgorithm_Upcast; extern(C) int function(const(char)* jarg1) vtkHyperTreeGridSource_IsTypeOf; extern(C) void* function(void* jarg1) vtkHyperTreeGridSource_SafeDownCast; extern(C) void* function(void* jarg1) vtkHyperTreeGridSource_NewInstance; extern(C) void* function() vtkHyperTreeGridSource_New; extern(C) uint function(void* jarg1) vtkHyperTreeGridSource_GetMaximumLevel; extern(C) void function(void* jarg1, uint jarg2) vtkHyperTreeGridSource_SetMaximumLevel; extern(C) void function(void* jarg1, double jarg2, double jarg3, double jarg4) vtkHyperTreeGridSource_SetOrigin__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkHyperTreeGridSource_SetOrigin__SWIG_1; extern(C) void* function(void* jarg1) vtkHyperTreeGridSource_GetOrigin__SWIG_0; extern(C) void function(void* jarg1, void* jarg2, void* jarg3, void* jarg4) vtkHyperTreeGridSource_GetOrigin__SWIG_1; extern(C) void function(void* jarg1, void* jarg2) vtkHyperTreeGridSource_GetOrigin__SWIG_2; extern(C) void function(void* jarg1, double jarg2, double jarg3, double jarg4) vtkHyperTreeGridSource_SetGridScale__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkHyperTreeGridSource_SetGridScale__SWIG_1; extern(C) void* function(void* jarg1) vtkHyperTreeGridSource_GetGridScale__SWIG_0; extern(C) void function(void* jarg1, void* jarg2, void* jarg3, void* jarg4) vtkHyperTreeGridSource_GetGridScale__SWIG_1; extern(C) void function(void* jarg1, void* jarg2) vtkHyperTreeGridSource_GetGridScale__SWIG_2; extern(C) void function(void* jarg1, uint jarg2, uint jarg3, uint jarg4) vtkHyperTreeGridSource_SetGridSize__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkHyperTreeGridSource_SetGridSize__SWIG_1; extern(C) void* function(void* jarg1) vtkHyperTreeGridSource_GetGridSize__SWIG_0; extern(C) void function(void* jarg1, void* jarg2, void* jarg3, void* jarg4) vtkHyperTreeGridSource_GetGridSize__SWIG_1; extern(C) void function(void* jarg1, void* jarg2) vtkHyperTreeGridSource_GetGridSize__SWIG_2; extern(C) void function(void* jarg1, uint jarg2) vtkHyperTreeGridSource_SetTransposedRootIndexing; extern(C) uint function(void* jarg1) vtkHyperTreeGridSource_GetTransposedRootIndexing; extern(C) void function(void* jarg1) vtkHyperTreeGridSource_SetIndexingModeToKJI; extern(C) void function(void* jarg1) vtkHyperTreeGridSource_SetIndexingModeToIJK; extern(C) void function(void* jarg1, uint jarg2) vtkHyperTreeGridSource_SetBranchFactor; extern(C) uint function(void* jarg1) vtkHyperTreeGridSource_GetBranchFactorMinValue; extern(C) uint function(void* jarg1) vtkHyperTreeGridSource_GetBranchFactorMaxValue; extern(C) uint function(void* jarg1) vtkHyperTreeGridSource_GetBranchFactor; extern(C) void function(void* jarg1, uint jarg2) vtkHyperTreeGridSource_SetDimension; extern(C) uint function(void* jarg1) vtkHyperTreeGridSource_GetDimensionMinValue; extern(C) uint function(void* jarg1) vtkHyperTreeGridSource_GetDimensionMaxValue; extern(C) uint function(void* jarg1) vtkHyperTreeGridSource_GetDimension; extern(C) void function(void* jarg1, uint jarg2) vtkHyperTreeGridSource_SetUseDescriptor; extern(C) uint function(void* jarg1) vtkHyperTreeGridSource_GetUseDescriptor; extern(C) void function(void* jarg1) vtkHyperTreeGridSource_UseDescriptorOn; extern(C) void function(void* jarg1) vtkHyperTreeGridSource_UseDescriptorOff; extern(C) void function(void* jarg1, uint jarg2) vtkHyperTreeGridSource_SetUseMaterialMask; extern(C) uint function(void* jarg1) vtkHyperTreeGridSource_GetUseMaterialMask; extern(C) void function(void* jarg1) vtkHyperTreeGridSource_UseMaterialMaskOn; extern(C) void function(void* jarg1) vtkHyperTreeGridSource_UseMaterialMaskOff; extern(C) void function(void* jarg1, const(char)* jarg2) vtkHyperTreeGridSource_SetDescriptor; extern(C) const(char)* function(void* jarg1) vtkHyperTreeGridSource_GetDescriptor; extern(C) void function(void* jarg1, const(char)* jarg2) vtkHyperTreeGridSource_SetMaterialMask; extern(C) const(char)* function(void* jarg1) vtkHyperTreeGridSource_GetMaterialMask; extern(C) void function(void* jarg1, void* jarg2) vtkHyperTreeGridSource_SetDescriptorBits; extern(C) void* function(void* jarg1) vtkHyperTreeGridSource_GetDescriptorBits; extern(C) void function(void* jarg1, void* jarg2) vtkHyperTreeGridSource_SetLevelZeroMaterialIndex; extern(C) void function(void* jarg1, void* jarg2) vtkHyperTreeGridSource_SetMaterialMaskBits; extern(C) void* function(void* jarg1) vtkHyperTreeGridSource_GetMaterialMaskBits; extern(C) void function(void* jarg1, void* jarg2) vtkHyperTreeGridSource_SetQuadric; extern(C) void* function(void* jarg1) vtkHyperTreeGridSource_GetQuadric; extern(C) void function(void* jarg1, void* jarg2) vtkHyperTreeGridSource_SetQuadricCoefficients; extern(C) void function(void* jarg1, void* jarg2) vtkHyperTreeGridSource_GetQuadricCoefficients__SWIG_0; extern(C) void* function(void* jarg1) vtkHyperTreeGridSource_GetQuadricCoefficients__SWIG_1; extern(C) void* function(void* jarg1, void* jarg2) vtkHyperTreeGridSource_ConvertDescriptorStringToBitArray; extern(C) void* function(void* jarg1, void* jarg2) vtkHyperTreeGridSource_ConvertMaterialMaskStringToBitArray; extern(C) void* function(void* objectRef) vtkHyperTreeGridSource_Upcast; extern(C) int function(const(char)* jarg1) vtkKdNode_IsTypeOf; extern(C) void* function(void* jarg1) vtkKdNode_SafeDownCast; extern(C) void* function(void* jarg1) vtkKdNode_NewInstance; extern(C) void* function() vtkKdNode_New; extern(C) void function(void* jarg1, int jarg2) vtkKdNode_SetDim; extern(C) int function(void* jarg1) vtkKdNode_GetDim; extern(C) double function(void* jarg1) vtkKdNode_GetDivisionPosition; extern(C) void function(void* jarg1, int jarg2) vtkKdNode_SetNumberOfPoints; extern(C) int function(void* jarg1) vtkKdNode_GetNumberOfPoints; extern(C) void function(void* jarg1, double jarg2, double jarg3, double jarg4, double jarg5, double jarg6, double jarg7) vtkKdNode_SetBounds__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkKdNode_SetBounds__SWIG_1; extern(C) void function(void* jarg1, void* jarg2) vtkKdNode_GetBounds; extern(C) void function(void* jarg1, double jarg2, double jarg3, double jarg4, double jarg5, double jarg6, double jarg7) vtkKdNode_SetDataBounds__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkKdNode_GetDataBounds; extern(C) void function(void* jarg1, void* jarg2) vtkKdNode_SetDataBounds__SWIG_1; extern(C) void* function(void* jarg1) vtkKdNode_GetMinBounds; extern(C) void* function(void* jarg1) vtkKdNode_GetMaxBounds; extern(C) void function(void* jarg1, void* jarg2) vtkKdNode_SetMinBounds; extern(C) void function(void* jarg1, void* jarg2) vtkKdNode_SetMaxBounds; extern(C) void* function(void* jarg1) vtkKdNode_GetMinDataBounds; extern(C) void* function(void* jarg1) vtkKdNode_GetMaxDataBounds; extern(C) void function(void* jarg1, void* jarg2) vtkKdNode_SetMinDataBounds; extern(C) void function(void* jarg1, void* jarg2) vtkKdNode_SetMaxDataBounds; extern(C) void function(void* jarg1, int jarg2) vtkKdNode_SetID; extern(C) int function(void* jarg1) vtkKdNode_GetID; extern(C) int function(void* jarg1) vtkKdNode_GetMinID; extern(C) int function(void* jarg1) vtkKdNode_GetMaxID; extern(C) void function(void* jarg1, int jarg2) vtkKdNode_SetMinID; extern(C) void function(void* jarg1, int jarg2) vtkKdNode_SetMaxID; extern(C) void function(void* jarg1, void* jarg2, void* jarg3) vtkKdNode_AddChildNodes; extern(C) void function(void* jarg1) vtkKdNode_DeleteChildNodes; extern(C) void* function(void* jarg1) vtkKdNode_GetLeft; extern(C) void function(void* jarg1, void* jarg2) vtkKdNode_SetLeft; extern(C) void* function(void* jarg1) vtkKdNode_GetRight; extern(C) void function(void* jarg1, void* jarg2) vtkKdNode_SetRight; extern(C) void* function(void* jarg1) vtkKdNode_GetUp; extern(C) void function(void* jarg1, void* jarg2) vtkKdNode_SetUp; extern(C) int function(void* jarg1, double jarg2, double jarg3, double jarg4, double jarg5, double jarg6, double jarg7, int jarg8) vtkKdNode_IntersectsBox; extern(C) int function(void* jarg1, double jarg2, double jarg3, double jarg4, double jarg5, int jarg6) vtkKdNode_IntersectsSphere2; extern(C) int function(void* jarg1, void* jarg2, int jarg3) vtkKdNode_IntersectsRegion; extern(C) int function(void* jarg1, void* jarg2, int jarg3, int jarg4, void* jarg5) vtkKdNode_IntersectsCell__SWIG_0; extern(C) int function(void* jarg1, void* jarg2, int jarg3, int jarg4) vtkKdNode_IntersectsCell__SWIG_1; extern(C) int function(void* jarg1, void* jarg2, int jarg3) vtkKdNode_IntersectsCell__SWIG_2; extern(C) int function(void* jarg1, double jarg2, double jarg3, double jarg4, double jarg5, double jarg6, double jarg7, int jarg8) vtkKdNode_ContainsBox; extern(C) int function(void* jarg1, double jarg2, double jarg3, double jarg4, int jarg5) vtkKdNode_ContainsPoint; extern(C) double function(void* jarg1, double jarg2, double jarg3, double jarg4, int jarg5) vtkKdNode_GetDistance2ToBoundary__SWIG_0; extern(C) double function(void* jarg1, double jarg2, double jarg3, double jarg4, void* jarg5, int jarg6) vtkKdNode_GetDistance2ToBoundary__SWIG_1; extern(C) double function(void* jarg1, double jarg2, double jarg3, double jarg4) vtkKdNode_GetDistance2ToInnerBoundary; extern(C) void function(void* jarg1, int jarg2) vtkKdNode_PrintNode; extern(C) void function(void* jarg1, int jarg2) vtkKdNode_PrintVerboseNode; extern(C) void* function(void* objectRef) vtkKdNode_Upcast; extern(C) void* function() vtkStringArray_New; extern(C) int function(const(char)* jarg1) vtkStringArray_IsTypeOf; extern(C) void* function(void* jarg1) vtkStringArray_SafeDownCast; extern(C) void* function(void* jarg1) vtkStringArray_NewInstance; extern(C) void function(void* jarg1, long jarg2, void* jarg3, void* jarg4, void* jarg5) vtkStringArray_InterpolateTuple__SWIG_0; extern(C) void function(void* jarg1, long jarg2, long jarg3, void* jarg4, long jarg5, void* jarg6, double jarg7) vtkStringArray_InterpolateTuple__SWIG_1; extern(C) void function(void* jarg1, void* jarg2, void* jarg3) vtkStringArray_GetTuples__SWIG_0; extern(C) void function(void* jarg1, long jarg2, long jarg3, void* jarg4) vtkStringArray_GetTuples__SWIG_1; extern(C) int function(void* jarg1, long jarg2, long jarg3) vtkStringArray_Allocate__SWIG_0; extern(C) int function(void* jarg1, long jarg2) vtkStringArray_Allocate__SWIG_1; extern(C) void* function(void* jarg1, long jarg2) vtkStringArray_GetValue; extern(C) void function(void* jarg1, long jarg2, const(char)* jarg3) vtkStringArray_SetValue; extern(C) void function(void* jarg1, long jarg2) vtkStringArray_SetNumberOfValues; extern(C) long function(void* jarg1) vtkStringArray_GetNumberOfValues; extern(C) int function(void* jarg1) vtkStringArray_GetNumberOfElementComponents; extern(C) void function(void* jarg1, long jarg2, const(char)* jarg3) vtkStringArray_InsertValue; extern(C) long function(void* jarg1, const(char)* jarg2) vtkStringArray_InsertNextValue; extern(C) long function(void* jarg1, void* jarg2) vtkStringArray_LookupValue__SWIG_0; extern(C) void function(void* jarg1, void* jarg2, void* jarg3) vtkStringArray_LookupValue__SWIG_1; extern(C) long function(void* jarg1, const(char)* jarg2) vtkStringArray_LookupValue__SWIG_2; extern(C) void function(void* jarg1, const(char)* jarg2, void* jarg3) vtkStringArray_LookupValue__SWIG_3; extern(C) void function(void* jarg1, long jarg2) vtkStringArray_DataElementChanged; extern(C) void* function(void* objectRef) vtkStringArray_Upcast; extern(C) void* function() vtkStrahlerMetric_New; extern(C) int function(const(char)* jarg1) vtkStrahlerMetric_IsTypeOf; extern(C) void* function(void* jarg1) vtkStrahlerMetric_SafeDownCast; extern(C) void* function(void* jarg1) vtkStrahlerMetric_NewInstance; extern(C) void function(void* jarg1, const(char)* jarg2) vtkStrahlerMetric_SetMetricArrayName; extern(C) void function(void* jarg1, int jarg2) vtkStrahlerMetric_SetNormalize; extern(C) int function(void* jarg1) vtkStrahlerMetric_GetNormalize; extern(C) void function(void* jarg1) vtkStrahlerMetric_NormalizeOn; extern(C) void function(void* jarg1) vtkStrahlerMetric_NormalizeOff; extern(C) float function(void* jarg1) vtkStrahlerMetric_GetMaxStrahler; extern(C) void* function(void* objectRef) vtkStrahlerMetric_Upcast; extern(C) int function(const(char)* jarg1) vtkParametricCrossCap_IsTypeOf; extern(C) void* function(void* jarg1) vtkParametricCrossCap_SafeDownCast; extern(C) void* function(void* jarg1) vtkParametricCrossCap_NewInstance; extern(C) void* function() vtkParametricCrossCap_New; extern(C) void* function(void* objectRef) vtkParametricCrossCap_Upcast; extern(C) void* function() vtkCenteredSliderWidget_New; extern(C) int function(const(char)* jarg1) vtkCenteredSliderWidget_IsTypeOf; extern(C) void* function(void* jarg1) vtkCenteredSliderWidget_SafeDownCast; extern(C) void* function(void* jarg1) vtkCenteredSliderWidget_NewInstance; extern(C) void function(void* jarg1, void* jarg2) vtkCenteredSliderWidget_SetRepresentation; extern(C) void* function(void* jarg1) vtkCenteredSliderWidget_GetSliderRepresentation; extern(C) double function(void* jarg1) vtkCenteredSliderWidget_GetValue; extern(C) void* function(void* objectRef) vtkCenteredSliderWidget_Upcast; extern(C) void* function() vtkImageGaussianSource_New; extern(C) int function(const(char)* jarg1) vtkImageGaussianSource_IsTypeOf; extern(C) void* function(void* jarg1) vtkImageGaussianSource_SafeDownCast; extern(C) void* function(void* jarg1) vtkImageGaussianSource_NewInstance; extern(C) void function(void* jarg1, int jarg2, int jarg3, int jarg4, int jarg5, int jarg6, int jarg7) vtkImageGaussianSource_SetWholeExtent; extern(C) void function(void* jarg1, double jarg2, double jarg3, double jarg4) vtkImageGaussianSource_SetCenter__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkImageGaussianSource_SetCenter__SWIG_1; extern(C) void* function(void* jarg1) vtkImageGaussianSource_GetCenter__SWIG_0; extern(C) void function(void* jarg1, void* jarg2, void* jarg3, void* jarg4) vtkImageGaussianSource_GetCenter__SWIG_1; extern(C) void function(void* jarg1, void* jarg2) vtkImageGaussianSource_GetCenter__SWIG_2; extern(C) void function(void* jarg1, double jarg2) vtkImageGaussianSource_SetMaximum; extern(C) double function(void* jarg1) vtkImageGaussianSource_GetMaximum; extern(C) void function(void* jarg1, double jarg2) vtkImageGaussianSource_SetStandardDeviation; extern(C) double function(void* jarg1) vtkImageGaussianSource_GetStandardDeviation; extern(C) void* function(void* objectRef) vtkImageGaussianSource_Upcast; extern(C) void* function() vtkPolygonsPainter_New; extern(C) int function(const(char)* jarg1) vtkPolygonsPainter_IsTypeOf; extern(C) void* function(void* jarg1) vtkPolygonsPainter_SafeDownCast; extern(C) void* function(void* jarg1) vtkPolygonsPainter_NewInstance; extern(C) void* function(void* objectRef) vtkPolygonsPainter_Upcast; extern(C) void* function() vtkMeanValueCoordinatesInterpolator_New; extern(C) int function(const(char)* jarg1) vtkMeanValueCoordinatesInterpolator_IsTypeOf; extern(C) void* function(void* jarg1) vtkMeanValueCoordinatesInterpolator_SafeDownCast; extern(C) void* function(void* jarg1) vtkMeanValueCoordinatesInterpolator_NewInstance; extern(C) void function(void* jarg1, void* jarg2, void* jarg3, void* jarg4) vtkMeanValueCoordinatesInterpolator_ComputeInterpolationWeights__SWIG_0; extern(C) void function(void* jarg1, void* jarg2, void* jarg3, void* jarg4) vtkMeanValueCoordinatesInterpolator_ComputeInterpolationWeights__SWIG_1; extern(C) void* function(void* objectRef) vtkMeanValueCoordinatesInterpolator_Upcast; extern(C) int function(const(char)* jarg1) vtkResliceCursorPolyDataAlgorithm_IsTypeOf; extern(C) void* function(void* jarg1) vtkResliceCursorPolyDataAlgorithm_SafeDownCast; extern(C) void* function(void* jarg1) vtkResliceCursorPolyDataAlgorithm_NewInstance; extern(C) void* function() vtkResliceCursorPolyDataAlgorithm_New; extern(C) void function(void* jarg1, int jarg2) vtkResliceCursorPolyDataAlgorithm_SetReslicePlaneNormal; extern(C) int function(void* jarg1) vtkResliceCursorPolyDataAlgorithm_GetReslicePlaneNormal; extern(C) void function(void* jarg1) vtkResliceCursorPolyDataAlgorithm_SetReslicePlaneNormalToXAxis; extern(C) void function(void* jarg1) vtkResliceCursorPolyDataAlgorithm_SetReslicePlaneNormalToYAxis; extern(C) void function(void* jarg1) vtkResliceCursorPolyDataAlgorithm_SetReslicePlaneNormalToZAxis; extern(C) void function(void* jarg1, void* jarg2) vtkResliceCursorPolyDataAlgorithm_SetResliceCursor; extern(C) void* function(void* jarg1) vtkResliceCursorPolyDataAlgorithm_GetResliceCursor; extern(C) void function(void* jarg1, double jarg2, double jarg3, double jarg4, double jarg5, double jarg6, double jarg7) vtkResliceCursorPolyDataAlgorithm_SetSliceBounds__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkResliceCursorPolyDataAlgorithm_SetSliceBounds__SWIG_1; extern(C) void* function(void* jarg1) vtkResliceCursorPolyDataAlgorithm_GetSliceBounds__SWIG_0; extern(C) void function(void* jarg1, void* jarg2, void* jarg3, void* jarg4, void* jarg5, void* jarg6, void* jarg7) vtkResliceCursorPolyDataAlgorithm_GetSliceBounds__SWIG_1; extern(C) void function(void* jarg1, void* jarg2) vtkResliceCursorPolyDataAlgorithm_GetSliceBounds__SWIG_2; extern(C) void* function(void* jarg1) vtkResliceCursorPolyDataAlgorithm_GetCenterlineAxis1; extern(C) void* function(void* jarg1) vtkResliceCursorPolyDataAlgorithm_GetCenterlineAxis2; extern(C) void* function(void* jarg1) vtkResliceCursorPolyDataAlgorithm_GetThickSlabAxis1; extern(C) void* function(void* jarg1) vtkResliceCursorPolyDataAlgorithm_GetThickSlabAxis2; extern(C) int function(void* jarg1) vtkResliceCursorPolyDataAlgorithm_GetAxis1; extern(C) int function(void* jarg1) vtkResliceCursorPolyDataAlgorithm_GetAxis2; extern(C) int function(void* jarg1) vtkResliceCursorPolyDataAlgorithm_GetPlaneAxis1; extern(C) int function(void* jarg1) vtkResliceCursorPolyDataAlgorithm_GetPlaneAxis2; extern(C) int function(void* jarg1, int jarg2) vtkResliceCursorPolyDataAlgorithm_GetOtherPlaneForAxis; extern(C) void* function(void* objectRef) vtkResliceCursorPolyDataAlgorithm_Upcast; extern(C) void* function() vtkCellData_New; extern(C) int function(const(char)* jarg1) vtkCellData_IsTypeOf; extern(C) void* function(void* jarg1) vtkCellData_SafeDownCast; extern(C) void* function(void* jarg1) vtkCellData_NewInstance; extern(C) void* function(void* objectRef) vtkCellData_Upcast; extern(C) void* function() vtkEdgeTable_New; extern(C) int function(const(char)* jarg1) vtkEdgeTable_IsTypeOf; extern(C) void* function(void* jarg1) vtkEdgeTable_SafeDownCast; extern(C) void* function(void* jarg1) vtkEdgeTable_NewInstance; extern(C) void function(void* jarg1) vtkEdgeTable_Initialize; extern(C) int function(void* jarg1, long jarg2, int jarg3) vtkEdgeTable_InitEdgeInsertion__SWIG_0; extern(C) int function(void* jarg1, long jarg2) vtkEdgeTable_InitEdgeInsertion__SWIG_1; extern(C) long function(void* jarg1, long jarg2, long jarg3) vtkEdgeTable_InsertEdge__SWIG_0; extern(C) void function(void* jarg1, long jarg2, long jarg3, long jarg4) vtkEdgeTable_InsertEdge__SWIG_1; extern(C) void function(void* jarg1, long jarg2, long jarg3, void* jarg4) vtkEdgeTable_InsertEdge__SWIG_2; extern(C) long function(void* jarg1, long jarg2, long jarg3) vtkEdgeTable_IsEdge__SWIG_0; extern(C) void function(void* jarg1, long jarg2, long jarg3, void* jarg4) vtkEdgeTable_IsEdge__SWIG_1; extern(C) int function(void* jarg1, void* jarg2, long jarg3) vtkEdgeTable_InitPointInsertion; extern(C) int function(void* jarg1, long jarg2, long jarg3, void* jarg4, void* jarg5) vtkEdgeTable_InsertUniquePoint; extern(C) long function(void* jarg1) vtkEdgeTable_GetNumberOfEdges; extern(C) void function(void* jarg1) vtkEdgeTable_InitTraversal; extern(C) long function(void* jarg1, void* jarg2, void* jarg3) vtkEdgeTable_GetNextEdge__SWIG_0; extern(C) int function(void* jarg1, void* jarg2, void* jarg3, void* jarg4) vtkEdgeTable_GetNextEdge__SWIG_1; extern(C) void function(void* jarg1) vtkEdgeTable_Reset; extern(C) void* function(void* objectRef) vtkEdgeTable_Upcast; extern(C) int function(const(char)* jarg1) vtkInformationStringVectorKey_IsTypeOf; extern(C) void* function(void* jarg1) vtkInformationStringVectorKey_SafeDownCast; extern(C) void* function(void* jarg1) vtkInformationStringVectorKey_NewInstance; extern(C) void* function(const(char)* jarg1, const(char)* jarg2, int jarg3) new_vtkInformationStringVectorKey__SWIG_0; extern(C) void* function(const(char)* jarg1, const(char)* jarg2) new_vtkInformationStringVectorKey__SWIG_1; extern(C) void function(void* jarg1) delete_vtkInformationStringVectorKey; extern(C) void function(void* jarg1, void* jarg2, const(char)* jarg3) vtkInformationStringVectorKey_Append; extern(C) void function(void* jarg1, void* jarg2, const(char)* jarg3, int jarg4) vtkInformationStringVectorKey_Set__SWIG_0; extern(C) void function(void* jarg1, void* jarg2, const(char)* jarg3) vtkInformationStringVectorKey_Set__SWIG_1; extern(C) const(char)* function(void* jarg1, void* jarg2, int jarg3) vtkInformationStringVectorKey_Get__SWIG_0; extern(C) const(char)* function(void* jarg1, void* jarg2) vtkInformationStringVectorKey_Get__SWIG_1; extern(C) int function(void* jarg1, void* jarg2) vtkInformationStringVectorKey_Length; extern(C) void* function(void* objectRef) vtkInformationStringVectorKey_Upcast; extern(C) void* function() vtkDashedStreamLine_New; extern(C) int function(const(char)* jarg1) vtkDashedStreamLine_IsTypeOf; extern(C) void* function(void* jarg1) vtkDashedStreamLine_SafeDownCast; extern(C) void* function(void* jarg1) vtkDashedStreamLine_NewInstance; extern(C) void function(void* jarg1, double jarg2) vtkDashedStreamLine_SetDashFactor; extern(C) double function(void* jarg1) vtkDashedStreamLine_GetDashFactorMinValue; extern(C) double function(void* jarg1) vtkDashedStreamLine_GetDashFactorMaxValue; extern(C) double function(void* jarg1) vtkDashedStreamLine_GetDashFactor; extern(C) void* function(void* objectRef) vtkDashedStreamLine_Upcast; extern(C) void* function() vtkWarpVector_New; extern(C) int function(const(char)* jarg1) vtkWarpVector_IsTypeOf; extern(C) void* function(void* jarg1) vtkWarpVector_SafeDownCast; extern(C) void* function(void* jarg1) vtkWarpVector_NewInstance; extern(C) void function(void* jarg1, double jarg2) vtkWarpVector_SetScaleFactor; extern(C) double function(void* jarg1) vtkWarpVector_GetScaleFactor; extern(C) int function(void* jarg1, int jarg2, void* jarg3) vtkWarpVector_FillInputPortInformation; extern(C) void* function(void* objectRef) vtkWarpVector_Upcast; extern(C) void* function() vtkPainterDeviceAdapter_New; extern(C) int function(const(char)* jarg1) vtkPainterDeviceAdapter_IsTypeOf; extern(C) void* function(void* jarg1) vtkPainterDeviceAdapter_SafeDownCast; extern(C) void* function(void* jarg1) vtkPainterDeviceAdapter_NewInstance; extern(C) void function(void* jarg1, int jarg2) vtkPainterDeviceAdapter_BeginPrimitive; extern(C) void function(void* jarg1) vtkPainterDeviceAdapter_EndPrimitive; extern(C) int function(void* jarg1, int jarg2) vtkPainterDeviceAdapter_IsAttributesSupported; extern(C) void function(void* jarg1, int jarg2, int jarg3, void* jarg4, int jarg5, long jarg6) vtkPainterDeviceAdapter_SendMultiTextureCoords; extern(C) void function(void* jarg1, int jarg2, int jarg3, int jarg4, void* jarg5, long jarg6) vtkPainterDeviceAdapter_SendAttribute__SWIG_0; extern(C) void function(void* jarg1, int jarg2, int jarg3, int jarg4, void* jarg5) vtkPainterDeviceAdapter_SendAttribute__SWIG_1; extern(C) void function(void* jarg1, int jarg2, void* jarg3) vtkPainterDeviceAdapter_SetAttributePointer__SWIG_0; extern(C) void function(void* jarg1, int jarg2, int jarg3, int jarg4, int jarg5, void* jarg6) vtkPainterDeviceAdapter_SetAttributePointer__SWIG_1; extern(C) void function(void* jarg1, int jarg2) vtkPainterDeviceAdapter_EnableAttributeArray; extern(C) void function(void* jarg1, int jarg2) vtkPainterDeviceAdapter_DisableAttributeArray; extern(C) void function(void* jarg1, int jarg2, long jarg3, long jarg4) vtkPainterDeviceAdapter_DrawArrays; extern(C) void function(void* jarg1, int jarg2, long jarg3, int jarg4, void* jarg5) vtkPainterDeviceAdapter_DrawElements; extern(C) int function(void* jarg1, void* jarg2) vtkPainterDeviceAdapter_Compatible; extern(C) void function(void* jarg1, int jarg2) vtkPainterDeviceAdapter_MakeLighting; extern(C) int function(void* jarg1) vtkPainterDeviceAdapter_QueryLighting; extern(C) void function(void* jarg1, int jarg2) vtkPainterDeviceAdapter_MakeMultisampling; extern(C) int function(void* jarg1) vtkPainterDeviceAdapter_QueryMultisampling; extern(C) void function(void* jarg1, int jarg2) vtkPainterDeviceAdapter_MakeBlending; extern(C) int function(void* jarg1) vtkPainterDeviceAdapter_QueryBlending; extern(C) void function(void* jarg1, uint jarg2) vtkPainterDeviceAdapter_MakeVertexEmphasis; extern(C) void function(void* jarg1, int jarg2) vtkPainterDeviceAdapter_Stencil; extern(C) void function(void* jarg1, long jarg2) vtkPainterDeviceAdapter_WriteStencil; extern(C) void function(void* jarg1, long jarg2) vtkPainterDeviceAdapter_TestStencil; extern(C) void* function(void* objectRef) vtkPainterDeviceAdapter_Upcast; extern(C) void* function() vtkInteractionStyleObjectFactory_New; extern(C) int function(const(char)* jarg1) vtkInteractionStyleObjectFactory_IsTypeOf; extern(C) void* function(void* jarg1) vtkInteractionStyleObjectFactory_SafeDownCast; extern(C) void* function(void* jarg1) vtkInteractionStyleObjectFactory_NewInstance; extern(C) void function(void* jarg1) delete_vtkInteractionStyleObjectFactory; extern(C) void* function(void* objectRef) vtkInteractionStyleObjectFactory_Upcast; extern(C) void* function() vtkTrivialProducer_New; extern(C) int function(const(char)* jarg1) vtkTrivialProducer_IsTypeOf; extern(C) void* function(void* jarg1) vtkTrivialProducer_SafeDownCast; extern(C) void* function(void* jarg1) vtkTrivialProducer_NewInstance; extern(C) void function(void* jarg1, void* jarg2) vtkTrivialProducer_SetOutput; extern(C) void* function(void* objectRef) vtkTrivialProducer_Upcast; extern(C) void* function() vtkImageSobel2D_New; extern(C) int function(const(char)* jarg1) vtkImageSobel2D_IsTypeOf; extern(C) void* function(void* jarg1) vtkImageSobel2D_SafeDownCast; extern(C) void* function(void* jarg1) vtkImageSobel2D_NewInstance; extern(C) void* function(void* objectRef) vtkImageSobel2D_Upcast; extern(C) void* function() vtkImageMapToRGBA_New; extern(C) int function(const(char)* jarg1) vtkImageMapToRGBA_IsTypeOf; extern(C) void* function(void* jarg1) vtkImageMapToRGBA_SafeDownCast; extern(C) void* function(void* jarg1) vtkImageMapToRGBA_NewInstance; extern(C) void* function(void* objectRef) vtkImageMapToRGBA_Upcast; extern(C) void* function() vtkImageResize_New; extern(C) int function(const(char)* jarg1) vtkImageResize_IsTypeOf; extern(C) void* function(void* jarg1) vtkImageResize_SafeDownCast; extern(C) void* function(void* jarg1) vtkImageResize_NewInstance; extern(C) void function(void* jarg1, int jarg2) vtkImageResize_SetResizeMethod; extern(C) int function(void* jarg1) vtkImageResize_GetResizeMethodMinValue; extern(C) int function(void* jarg1) vtkImageResize_GetResizeMethodMaxValue; extern(C) int function(void* jarg1) vtkImageResize_GetResizeMethod; extern(C) void function(void* jarg1) vtkImageResize_SetResizeMethodToOutputDimensions; extern(C) void function(void* jarg1) vtkImageResize_SetResizeMethodToOutputSpacing; extern(C) void function(void* jarg1) vtkImageResize_SetResizeMethodToMagnificationFactors; extern(C) const(char)* function(void* jarg1) vtkImageResize_GetResizeMethodAsString; extern(C) void function(void* jarg1, int jarg2, int jarg3, int jarg4) vtkImageResize_SetOutputDimensions__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkImageResize_SetOutputDimensions__SWIG_1; extern(C) void* function(void* jarg1) vtkImageResize_GetOutputDimensions__SWIG_0; extern(C) void function(void* jarg1, void* jarg2, void* jarg3, void* jarg4) vtkImageResize_GetOutputDimensions__SWIG_1; extern(C) void function(void* jarg1, void* jarg2) vtkImageResize_GetOutputDimensions__SWIG_2; extern(C) void function(void* jarg1, double jarg2, double jarg3, double jarg4) vtkImageResize_SetOutputSpacing__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkImageResize_SetOutputSpacing__SWIG_1; extern(C) void* function(void* jarg1) vtkImageResize_GetOutputSpacing__SWIG_0; extern(C) void function(void* jarg1, void* jarg2, void* jarg3, void* jarg4) vtkImageResize_GetOutputSpacing__SWIG_1; extern(C) void function(void* jarg1, void* jarg2) vtkImageResize_GetOutputSpacing__SWIG_2; extern(C) void function(void* jarg1, double jarg2, double jarg3, double jarg4) vtkImageResize_SetMagnificationFactors__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkImageResize_SetMagnificationFactors__SWIG_1; extern(C) void* function(void* jarg1) vtkImageResize_GetMagnificationFactors__SWIG_0; extern(C) void function(void* jarg1, void* jarg2, void* jarg3, void* jarg4) vtkImageResize_GetMagnificationFactors__SWIG_1; extern(C) void function(void* jarg1, void* jarg2) vtkImageResize_GetMagnificationFactors__SWIG_2; extern(C) void function(void* jarg1, int jarg2) vtkImageResize_SetBorder; extern(C) void function(void* jarg1) vtkImageResize_BorderOn; extern(C) void function(void* jarg1) vtkImageResize_BorderOff; extern(C) int function(void* jarg1) vtkImageResize_GetBorder; extern(C) void function(void* jarg1, int jarg2) vtkImageResize_SetCropping; extern(C) void function(void* jarg1) vtkImageResize_CroppingOn; extern(C) void function(void* jarg1) vtkImageResize_CroppingOff; extern(C) int function(void* jarg1) vtkImageResize_GetCropping; extern(C) void function(void* jarg1, double jarg2, double jarg3, double jarg4, double jarg5, double jarg6, double jarg7) vtkImageResize_SetCroppingRegion__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkImageResize_SetCroppingRegion__SWIG_1; extern(C) void* function(void* jarg1) vtkImageResize_GetCroppingRegion__SWIG_0; extern(C) void function(void* jarg1, void* jarg2, void* jarg3, void* jarg4, void* jarg5, void* jarg6, void* jarg7) vtkImageResize_GetCroppingRegion__SWIG_1; extern(C) void function(void* jarg1, void* jarg2) vtkImageResize_GetCroppingRegion__SWIG_2; extern(C) void function(void* jarg1, int jarg2) vtkImageResize_SetInterpolate; extern(C) void function(void* jarg1) vtkImageResize_InterpolateOn; extern(C) void function(void* jarg1) vtkImageResize_InterpolateOff; extern(C) int function(void* jarg1) vtkImageResize_GetInterpolate; extern(C) void function(void* jarg1, void* jarg2) vtkImageResize_SetInterpolator; extern(C) void* function(void* jarg1) vtkImageResize_GetInterpolator; extern(C) void* function(void* objectRef) vtkImageResize_Upcast; extern(C) void* function() vtkGraphMapper_New; extern(C) int function(const(char)* jarg1) vtkGraphMapper_IsTypeOf; extern(C) void* function(void* jarg1) vtkGraphMapper_SafeDownCast; extern(C) void* function(void* jarg1) vtkGraphMapper_NewInstance; extern(C) void function(void* jarg1, const(char)* jarg2) vtkGraphMapper_SetVertexColorArrayName; extern(C) const(char)* function(void* jarg1) vtkGraphMapper_GetVertexColorArrayName; extern(C) void function(void* jarg1, uint jarg2) vtkGraphMapper_SetColorVertices; extern(C) uint function(void* jarg1) vtkGraphMapper_GetColorVertices; extern(C) void function(void* jarg1) vtkGraphMapper_ColorVerticesOn; extern(C) void function(void* jarg1) vtkGraphMapper_ColorVerticesOff; extern(C) void function(void* jarg1, uint jarg2) vtkGraphMapper_SetScaledGlyphs; extern(C) uint function(void* jarg1) vtkGraphMapper_GetScaledGlyphs; extern(C) void function(void* jarg1) vtkGraphMapper_ScaledGlyphsOn; extern(C) void function(void* jarg1) vtkGraphMapper_ScaledGlyphsOff; extern(C) void function(void* jarg1, const(char)* jarg2) vtkGraphMapper_SetScalingArrayName; extern(C) const(char)* function(void* jarg1) vtkGraphMapper_GetScalingArrayName; extern(C) void function(void* jarg1, uint jarg2) vtkGraphMapper_SetEdgeVisibility; extern(C) uint function(void* jarg1) vtkGraphMapper_GetEdgeVisibility; extern(C) void function(void* jarg1) vtkGraphMapper_EdgeVisibilityOn; extern(C) void function(void* jarg1) vtkGraphMapper_EdgeVisibilityOff; extern(C) void function(void* jarg1, const(char)* jarg2) vtkGraphMapper_SetEdgeColorArrayName; extern(C) const(char)* function(void* jarg1) vtkGraphMapper_GetEdgeColorArrayName; extern(C) void function(void* jarg1, uint jarg2) vtkGraphMapper_SetColorEdges; extern(C) uint function(void* jarg1) vtkGraphMapper_GetColorEdges; extern(C) void function(void* jarg1) vtkGraphMapper_ColorEdgesOn; extern(C) void function(void* jarg1) vtkGraphMapper_ColorEdgesOff; extern(C) void function(void* jarg1, const(char)* jarg2) vtkGraphMapper_SetEnabledEdgesArrayName; extern(C) const(char)* function(void* jarg1) vtkGraphMapper_GetEnabledEdgesArrayName; extern(C) void function(void* jarg1, int jarg2) vtkGraphMapper_SetEnableEdgesByArray; extern(C) int function(void* jarg1) vtkGraphMapper_GetEnableEdgesByArray; extern(C) void function(void* jarg1) vtkGraphMapper_EnableEdgesByArrayOn; extern(C) void function(void* jarg1) vtkGraphMapper_EnableEdgesByArrayOff; extern(C) void function(void* jarg1, const(char)* jarg2) vtkGraphMapper_SetEnabledVerticesArrayName; extern(C) const(char)* function(void* jarg1) vtkGraphMapper_GetEnabledVerticesArrayName; extern(C) void function(void* jarg1, int jarg2) vtkGraphMapper_SetEnableVerticesByArray; extern(C) int function(void* jarg1) vtkGraphMapper_GetEnableVerticesByArray; extern(C) void function(void* jarg1) vtkGraphMapper_EnableVerticesByArrayOn; extern(C) void function(void* jarg1) vtkGraphMapper_EnableVerticesByArrayOff; extern(C) void function(void* jarg1, const(char)* jarg2) vtkGraphMapper_SetIconArrayName; extern(C) const(char)* function(void* jarg1) vtkGraphMapper_GetIconArrayName; extern(C) void function(void* jarg1, const(char)* jarg2, int jarg3) vtkGraphMapper_AddIconType; extern(C) void function(void* jarg1) vtkGraphMapper_ClearIconTypes; extern(C) void function(void* jarg1, void* jarg2) vtkGraphMapper_SetIconSize; extern(C) void* function(void* jarg1) vtkGraphMapper_GetIconSize; extern(C) void function(void* jarg1, int jarg2) vtkGraphMapper_SetIconAlignment; extern(C) void* function(void* jarg1) vtkGraphMapper_GetIconTexture; extern(C) void function(void* jarg1, void* jarg2) vtkGraphMapper_SetIconTexture; extern(C) void function(void* jarg1, uint jarg2) vtkGraphMapper_SetIconVisibility; extern(C) uint function(void* jarg1) vtkGraphMapper_GetIconVisibility; extern(C) void function(void* jarg1) vtkGraphMapper_IconVisibilityOn; extern(C) void function(void* jarg1) vtkGraphMapper_IconVisibilityOff; extern(C) float function(void* jarg1) vtkGraphMapper_GetVertexPointSize; extern(C) void function(void* jarg1, float jarg2) vtkGraphMapper_SetVertexPointSize; extern(C) float function(void* jarg1) vtkGraphMapper_GetEdgeLineWidth; extern(C) void function(void* jarg1, float jarg2) vtkGraphMapper_SetEdgeLineWidth; extern(C) void function(void* jarg1, void* jarg2) vtkGraphMapper_SetInputData; extern(C) void* function(void* jarg1) vtkGraphMapper_GetInput; extern(C) void* function(void* jarg1) vtkGraphMapper_GetBounds__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkGraphMapper_GetBounds__SWIG_1; extern(C) void* function(void* jarg1) vtkGraphMapper_GetEdgeLookupTable; extern(C) void* function(void* jarg1) vtkGraphMapper_GetVertexLookupTable; extern(C) void* function(void* objectRef) vtkGraphMapper_Upcast; extern(C) void* function() vtkImplicitHalo_New; extern(C) int function(const(char)* jarg1) vtkImplicitHalo_IsTypeOf; extern(C) void* function(void* jarg1) vtkImplicitHalo_SafeDownCast; extern(C) void* function(void* jarg1) vtkImplicitHalo_NewInstance; extern(C) double function(void* jarg1, void* jarg2) vtkImplicitHalo_EvaluateFunction__SWIG_0; extern(C) double function(void* jarg1, double jarg2, double jarg3, double jarg4) vtkImplicitHalo_EvaluateFunction__SWIG_1; extern(C) void function(void* jarg1, double jarg2) vtkImplicitHalo_SetRadius; extern(C) double function(void* jarg1) vtkImplicitHalo_GetRadius; extern(C) void function(void* jarg1, double jarg2, double jarg3, double jarg4) vtkImplicitHalo_SetCenter__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkImplicitHalo_SetCenter__SWIG_1; extern(C) void* function(void* jarg1) vtkImplicitHalo_GetCenter__SWIG_0; extern(C) void function(void* jarg1, void* jarg2, void* jarg3, void* jarg4) vtkImplicitHalo_GetCenter__SWIG_1; extern(C) void function(void* jarg1, void* jarg2) vtkImplicitHalo_GetCenter__SWIG_2; extern(C) void function(void* jarg1, double jarg2) vtkImplicitHalo_SetFadeOut; extern(C) double function(void* jarg1) vtkImplicitHalo_GetFadeOut; extern(C) void* function(void* objectRef) vtkImplicitHalo_Upcast; extern(C) int function(const(char)* jarg1) vtkClipVolume_IsTypeOf; extern(C) void* function(void* jarg1) vtkClipVolume_SafeDownCast; extern(C) void* function(void* jarg1) vtkClipVolume_NewInstance; extern(C) void* function() vtkClipVolume_New; extern(C) void function(void* jarg1, double jarg2) vtkClipVolume_SetValue; extern(C) double function(void* jarg1) vtkClipVolume_GetValue; extern(C) void function(void* jarg1, int jarg2) vtkClipVolume_SetInsideOut; extern(C) int function(void* jarg1) vtkClipVolume_GetInsideOut; extern(C) void function(void* jarg1) vtkClipVolume_InsideOutOn; extern(C) void function(void* jarg1) vtkClipVolume_InsideOutOff; extern(C) void function(void* jarg1, void* jarg2) vtkClipVolume_SetClipFunction; extern(C) void* function(void* jarg1) vtkClipVolume_GetClipFunction; extern(C) void function(void* jarg1, int jarg2) vtkClipVolume_SetGenerateClipScalars; extern(C) int function(void* jarg1) vtkClipVolume_GetGenerateClipScalars; extern(C) void function(void* jarg1) vtkClipVolume_GenerateClipScalarsOn; extern(C) void function(void* jarg1) vtkClipVolume_GenerateClipScalarsOff; extern(C) void function(void* jarg1, int jarg2) vtkClipVolume_SetGenerateClippedOutput; extern(C) int function(void* jarg1) vtkClipVolume_GetGenerateClippedOutput; extern(C) void function(void* jarg1) vtkClipVolume_GenerateClippedOutputOn; extern(C) void function(void* jarg1) vtkClipVolume_GenerateClippedOutputOff; extern(C) void* function(void* jarg1) vtkClipVolume_GetClippedOutput; extern(C) void function(void* jarg1, int jarg2) vtkClipVolume_SetMixed3DCellGeneration; extern(C) int function(void* jarg1) vtkClipVolume_GetMixed3DCellGeneration; extern(C) void function(void* jarg1) vtkClipVolume_Mixed3DCellGenerationOn; extern(C) void function(void* jarg1) vtkClipVolume_Mixed3DCellGenerationOff; extern(C) void function(void* jarg1, double jarg2) vtkClipVolume_SetMergeTolerance; extern(C) double function(void* jarg1) vtkClipVolume_GetMergeToleranceMinValue; extern(C) double function(void* jarg1) vtkClipVolume_GetMergeToleranceMaxValue; extern(C) double function(void* jarg1) vtkClipVolume_GetMergeTolerance; extern(C) void function(void* jarg1, void* jarg2) vtkClipVolume_SetLocator; extern(C) void* function(void* jarg1) vtkClipVolume_GetLocator; extern(C) void function(void* jarg1) vtkClipVolume_CreateDefaultLocator; extern(C) void* function(void* objectRef) vtkClipVolume_Upcast; extern(C) void* function() vtkFixedPointVolumeRayCastCompositeGOHelper_New; extern(C) int function(const(char)* jarg1) vtkFixedPointVolumeRayCastCompositeGOHelper_IsTypeOf; extern(C) void* function(void* jarg1) vtkFixedPointVolumeRayCastCompositeGOHelper_SafeDownCast; extern(C) void* function(void* jarg1) vtkFixedPointVolumeRayCastCompositeGOHelper_NewInstance; extern(C) void* function(void* objectRef) vtkFixedPointVolumeRayCastCompositeGOHelper_Upcast; extern(C) void* function() vtkOpenGLScalarsToColorsPainter_New; extern(C) int function(const(char)* jarg1) vtkOpenGLScalarsToColorsPainter_IsTypeOf; extern(C) void* function(void* jarg1) vtkOpenGLScalarsToColorsPainter_SafeDownCast; extern(C) void* function(void* jarg1) vtkOpenGLScalarsToColorsPainter_NewInstance; extern(C) void* function(void* objectRef) vtkOpenGLScalarsToColorsPainter_Upcast; extern(C) int function(const(char)* jarg1) vtkBoxMuellerRandomSequence_IsTypeOf; extern(C) void* function(void* jarg1) vtkBoxMuellerRandomSequence_SafeDownCast; extern(C) void* function(void* jarg1) vtkBoxMuellerRandomSequence_NewInstance; extern(C) void* function() vtkBoxMuellerRandomSequence_New; extern(C) void* function(void* jarg1) vtkBoxMuellerRandomSequence_GetUniformSequence; extern(C) void function(void* jarg1, void* jarg2) vtkBoxMuellerRandomSequence_SetUniformSequence; extern(C) void* function(void* objectRef) vtkBoxMuellerRandomSequence_Upcast; extern(C) void* function() vtkImageResample_New; extern(C) int function(const(char)* jarg1) vtkImageResample_IsTypeOf; extern(C) void* function(void* jarg1) vtkImageResample_SafeDownCast; extern(C) void* function(void* jarg1) vtkImageResample_NewInstance; extern(C) void function(void* jarg1, int jarg2, double jarg3) vtkImageResample_SetAxisOutputSpacing; extern(C) void function(void* jarg1, int jarg2, double jarg3) vtkImageResample_SetAxisMagnificationFactor; extern(C) double function(void* jarg1, int jarg2, void* jarg3) vtkImageResample_GetAxisMagnificationFactor__SWIG_0; extern(C) double function(void* jarg1, int jarg2) vtkImageResample_GetAxisMagnificationFactor__SWIG_1; extern(C) void function(void* jarg1, int jarg2) vtkImageResample_SetDimensionality; extern(C) int function(void* jarg1) vtkImageResample_GetDimensionality; extern(C) void* function(void* objectRef) vtkImageResample_Upcast; extern(C) void* function() vtkAreaLayout_New; extern(C) int function(const(char)* jarg1) vtkAreaLayout_IsTypeOf; extern(C) void* function(void* jarg1) vtkAreaLayout_SafeDownCast; extern(C) void* function(void* jarg1) vtkAreaLayout_NewInstance; extern(C) void function(void* jarg1, const(char)* jarg2) vtkAreaLayout_SetSizeArrayName; extern(C) const(char)* function(void* jarg1) vtkAreaLayout_GetAreaArrayName; extern(C) void function(void* jarg1, const(char)* jarg2) vtkAreaLayout_SetAreaArrayName; extern(C) uint function(void* jarg1) vtkAreaLayout_GetEdgeRoutingPoints; extern(C) void function(void* jarg1, uint jarg2) vtkAreaLayout_SetEdgeRoutingPoints; extern(C) void function(void* jarg1) vtkAreaLayout_EdgeRoutingPointsOn; extern(C) void function(void* jarg1) vtkAreaLayout_EdgeRoutingPointsOff; extern(C) void* function(void* jarg1) vtkAreaLayout_GetLayoutStrategy; extern(C) void function(void* jarg1, void* jarg2) vtkAreaLayout_SetLayoutStrategy; extern(C) long function(void* jarg1, void* jarg2) vtkAreaLayout_FindVertex; extern(C) void function(void* jarg1, long jarg2, void* jarg3) vtkAreaLayout_GetBoundingArea; extern(C) void* function(void* objectRef) vtkAreaLayout_Upcast; extern(C) int function(const(char)* jarg1) vtkXMLDataElement_IsTypeOf; extern(C) void* function(void* jarg1) vtkXMLDataElement_SafeDownCast; extern(C) void* function(void* jarg1) vtkXMLDataElement_NewInstance; extern(C) void* function() vtkXMLDataElement_New; extern(C) const(char)* function(void* jarg1) vtkXMLDataElement_GetName; extern(C) void function(void* jarg1, const(char)* jarg2) vtkXMLDataElement_SetName; extern(C) const(char)* function(void* jarg1) vtkXMLDataElement_GetId; extern(C) void function(void* jarg1, const(char)* jarg2) vtkXMLDataElement_SetId; extern(C) const(char)* function(void* jarg1, const(char)* jarg2) vtkXMLDataElement_GetAttribute; extern(C) void function(void* jarg1, const(char)* jarg2, const(char)* jarg3) vtkXMLDataElement_SetAttribute; extern(C) void function(void* jarg1, const(char)* jarg2, int jarg3) vtkXMLDataElement_SetCharacterData; extern(C) void function(void* jarg1, const(char)* jarg2, size_t jarg3) vtkXMLDataElement_AddCharacterData; extern(C) const(char)* function(void* jarg1) vtkXMLDataElement_GetCharacterData; extern(C) int function(void* jarg1, const(char)* jarg2, void* jarg3) vtkXMLDataElement_GetScalarAttribute__SWIG_0; extern(C) int function(void* jarg1, const(char)* jarg2, void* jarg3) vtkXMLDataElement_GetScalarAttribute__SWIG_1; extern(C) int function(void* jarg1, const(char)* jarg2, void* jarg3) vtkXMLDataElement_GetScalarAttribute__SWIG_2; extern(C) int function(void* jarg1, const(char)* jarg2, void* jarg3) vtkXMLDataElement_GetScalarAttribute__SWIG_3; extern(C) void function(void* jarg1, const(char)* jarg2, int jarg3) vtkXMLDataElement_SetIntAttribute; extern(C) void function(void* jarg1, const(char)* jarg2, float jarg3) vtkXMLDataElement_SetFloatAttribute; extern(C) void function(void* jarg1, const(char)* jarg2, double jarg3) vtkXMLDataElement_SetDoubleAttribute; extern(C) void function(void* jarg1, const(char)* jarg2, core.stdc.config.c_ulong jarg3) vtkXMLDataElement_SetUnsignedLongAttribute; extern(C) int function(void* jarg1, const(char)* jarg2, int jarg3, void* jarg4) vtkXMLDataElement_GetVectorAttribute__SWIG_0; extern(C) int function(void* jarg1, const(char)* jarg2, int jarg3, void* jarg4) vtkXMLDataElement_GetVectorAttribute__SWIG_1; extern(C) int function(void* jarg1, const(char)* jarg2, int jarg3, void* jarg4) vtkXMLDataElement_GetVectorAttribute__SWIG_2; extern(C) int function(void* jarg1, const(char)* jarg2, int jarg3, void* jarg4) vtkXMLDataElement_GetVectorAttribute__SWIG_3; extern(C) void function(void* jarg1, const(char)* jarg2, int jarg3, void* jarg4) vtkXMLDataElement_SetVectorAttribute__SWIG_0; extern(C) void function(void* jarg1, const(char)* jarg2, int jarg3, void* jarg4) vtkXMLDataElement_SetVectorAttribute__SWIG_1; extern(C) void function(void* jarg1, const(char)* jarg2, int jarg3, void* jarg4) vtkXMLDataElement_SetVectorAttribute__SWIG_2; extern(C) void function(void* jarg1, const(char)* jarg2, int jarg3, void* jarg4) vtkXMLDataElement_SetVectorAttribute__SWIG_3; extern(C) int function(void* jarg1, const(char)* jarg2, void* jarg3) vtkXMLDataElement_GetWordTypeAttribute; extern(C) int function(void* jarg1) vtkXMLDataElement_GetNumberOfAttributes; extern(C) const(char)* function(void* jarg1, int jarg2) vtkXMLDataElement_GetAttributeName; extern(C) const(char)* function(void* jarg1, int jarg2) vtkXMLDataElement_GetAttributeValue; extern(C) void function(void* jarg1, const(char)* jarg2) vtkXMLDataElement_RemoveAttribute; extern(C) void function(void* jarg1) vtkXMLDataElement_RemoveAllAttributes; extern(C) void* function(void* jarg1) vtkXMLDataElement_GetParent; extern(C) void function(void* jarg1, void* jarg2) vtkXMLDataElement_SetParent; extern(C) void* function(void* jarg1) vtkXMLDataElement_GetRoot; extern(C) int function(void* jarg1) vtkXMLDataElement_GetNumberOfNestedElements; extern(C) void* function(void* jarg1, int jarg2) vtkXMLDataElement_GetNestedElement; extern(C) void function(void* jarg1, void* jarg2) vtkXMLDataElement_AddNestedElement; extern(C) void function(void* jarg1, void* jarg2) vtkXMLDataElement_RemoveNestedElement; extern(C) void function(void* jarg1) vtkXMLDataElement_RemoveAllNestedElements; extern(C) void* function(void* jarg1, const(char)* jarg2) vtkXMLDataElement_FindNestedElement; extern(C) void* function(void* jarg1, const(char)* jarg2) vtkXMLDataElement_FindNestedElementWithName; extern(C) void* function(void* jarg1, const(char)* jarg2, const(char)* jarg3) vtkXMLDataElement_FindNestedElementWithNameAndId; extern(C) void* function(void* jarg1, const(char)* jarg2, const(char)* jarg3, const(char)* jarg4) vtkXMLDataElement_FindNestedElementWithNameAndAttribute; extern(C) void* function(void* jarg1, const(char)* jarg2) vtkXMLDataElement_LookupElementWithName; extern(C) void* function(void* jarg1, const(char)* jarg2) vtkXMLDataElement_LookupElement; extern(C) long function(void* jarg1) vtkXMLDataElement_GetXMLByteIndex; extern(C) void function(void* jarg1, long jarg2) vtkXMLDataElement_SetXMLByteIndex; extern(C) int function(void* jarg1, void* jarg2) vtkXMLDataElement_IsEqualTo; extern(C) void function(void* jarg1, void* jarg2) vtkXMLDataElement_DeepCopy; extern(C) void function(void* jarg1, int jarg2) vtkXMLDataElement_SetAttributeEncoding; extern(C) int function(void* jarg1) vtkXMLDataElement_GetAttributeEncodingMinValue; extern(C) int function(void* jarg1) vtkXMLDataElement_GetAttributeEncodingMaxValue; extern(C) int function(void* jarg1) vtkXMLDataElement_GetAttributeEncoding; extern(C) void function(void* jarg1, void* jarg2, void* jarg3) vtkXMLDataElement_PrintXML__SWIG_0; extern(C) void function(void* jarg1, const(char)* jarg2) vtkXMLDataElement_PrintXML__SWIG_1; extern(C) int function(void* jarg1) vtkXMLDataElement_GetCharacterDataWidth; extern(C) void function(void* jarg1, int jarg2) vtkXMLDataElement_SetCharacterDataWidth; extern(C) void* function(void* objectRef) vtkXMLDataElement_Upcast; extern(C) int function(const(char)* jarg1) vtkXMLDataParser_IsTypeOf; extern(C) void* function(void* jarg1) vtkXMLDataParser_SafeDownCast; extern(C) void* function(void* jarg1) vtkXMLDataParser_NewInstance; extern(C) void* function() vtkXMLDataParser_New; extern(C) void* function(void* jarg1) vtkXMLDataParser_GetRootElement; extern(C) void function(void* jarg1, void* jarg2) vtkXMLDataParser_SetCompressor; extern(C) void* function(void* jarg1) vtkXMLDataParser_GetCompressor; extern(C) size_t function(void* jarg1, int jarg2) vtkXMLDataParser_GetWordTypeSize; extern(C) int function(void* jarg1) vtkXMLDataParser_GetAbort; extern(C) void function(void* jarg1, int jarg2) vtkXMLDataParser_SetAbort; extern(C) float function(void* jarg1) vtkXMLDataParser_GetProgress; extern(C) void function(void* jarg1, float jarg2) vtkXMLDataParser_SetProgress; extern(C) void function(void* jarg1, int jarg2) vtkXMLDataParser_SetAttributesEncoding; extern(C) int function(void* jarg1) vtkXMLDataParser_GetAttributesEncodingMinValue; extern(C) int function(void* jarg1) vtkXMLDataParser_GetAttributesEncodingMaxValue; extern(C) int function(void* jarg1) vtkXMLDataParser_GetAttributesEncoding; extern(C) void function(void* jarg1, const(char)* jarg2, int jarg3) vtkXMLDataParser_CharacterDataHandler; extern(C) long function(void* jarg1) vtkXMLDataParser_GetAppendedDataPosition; extern(C) void* function(void* objectRef) vtkXMLDataParser_Upcast; extern(C) int function(const(char)* jarg1) vtkAttributeDataToFieldDataFilter_IsTypeOf; extern(C) void* function(void* jarg1) vtkAttributeDataToFieldDataFilter_SafeDownCast; extern(C) void* function(void* jarg1) vtkAttributeDataToFieldDataFilter_NewInstance; extern(C) void* function() vtkAttributeDataToFieldDataFilter_New; extern(C) void function(void* jarg1, int jarg2) vtkAttributeDataToFieldDataFilter_SetPassAttributeData; extern(C) int function(void* jarg1) vtkAttributeDataToFieldDataFilter_GetPassAttributeData; extern(C) void function(void* jarg1) vtkAttributeDataToFieldDataFilter_PassAttributeDataOn; extern(C) void function(void* jarg1) vtkAttributeDataToFieldDataFilter_PassAttributeDataOff; extern(C) void* function(void* objectRef) vtkAttributeDataToFieldDataFilter_Upcast; extern(C) void* function() vtkBrokenLineWidget_New; extern(C) int function(const(char)* jarg1) vtkBrokenLineWidget_IsTypeOf; extern(C) void* function(void* jarg1) vtkBrokenLineWidget_SafeDownCast; extern(C) void* function(void* jarg1) vtkBrokenLineWidget_NewInstance; extern(C) void function(void* jarg1, void* jarg2) vtkBrokenLineWidget_PlaceWidget__SWIG_0; extern(C) void function(void* jarg1) vtkBrokenLineWidget_PlaceWidget__SWIG_1; extern(C) void function(void* jarg1, double jarg2, double jarg3, double jarg4, double jarg5, double jarg6, double jarg7) vtkBrokenLineWidget_PlaceWidget__SWIG_2; extern(C) void function(void* jarg1, int jarg2) vtkBrokenLineWidget_SetProjectToPlane; extern(C) int function(void* jarg1) vtkBrokenLineWidget_GetProjectToPlane; extern(C) void function(void* jarg1) vtkBrokenLineWidget_ProjectToPlaneOn; extern(C) void function(void* jarg1) vtkBrokenLineWidget_ProjectToPlaneOff; extern(C) void function(void* jarg1, void* jarg2) vtkBrokenLineWidget_SetPlaneSource; extern(C) void function(void* jarg1, int jarg2) vtkBrokenLineWidget_SetProjectionNormal; extern(C) int function(void* jarg1) vtkBrokenLineWidget_GetProjectionNormalMinValue; extern(C) int function(void* jarg1) vtkBrokenLineWidget_GetProjectionNormalMaxValue; extern(C) int function(void* jarg1) vtkBrokenLineWidget_GetProjectionNormal; extern(C) void function(void* jarg1) vtkBrokenLineWidget_SetProjectionNormalToXAxes; extern(C) void function(void* jarg1) vtkBrokenLineWidget_SetProjectionNormalToYAxes; extern(C) void function(void* jarg1) vtkBrokenLineWidget_SetProjectionNormalToZAxes; extern(C) void function(void* jarg1) vtkBrokenLineWidget_SetProjectionNormalToOblique; extern(C) void function(void* jarg1, double jarg2) vtkBrokenLineWidget_SetProjectionPosition; extern(C) double function(void* jarg1) vtkBrokenLineWidget_GetProjectionPosition; extern(C) void function(void* jarg1, void* jarg2) vtkBrokenLineWidget_GetPolyData; extern(C) void function(void* jarg1, void* jarg2) vtkBrokenLineWidget_SetHandleProperty; extern(C) void* function(void* jarg1) vtkBrokenLineWidget_GetHandleProperty; extern(C) void function(void* jarg1, void* jarg2) vtkBrokenLineWidget_SetSelectedHandleProperty; extern(C) void* function(void* jarg1) vtkBrokenLineWidget_GetSelectedHandleProperty; extern(C) void function(void* jarg1, void* jarg2) vtkBrokenLineWidget_SetLineProperty; extern(C) void* function(void* jarg1) vtkBrokenLineWidget_GetLineProperty; extern(C) void function(void* jarg1, void* jarg2) vtkBrokenLineWidget_SetSelectedLineProperty; extern(C) void* function(void* jarg1) vtkBrokenLineWidget_GetSelectedLineProperty; extern(C) void function(void* jarg1, int jarg2) vtkBrokenLineWidget_SetNumberOfHandles; extern(C) int function(void* jarg1) vtkBrokenLineWidget_GetNumberOfHandles; extern(C) void function(void* jarg1, int jarg2, double jarg3, double jarg4, double jarg5) vtkBrokenLineWidget_SetHandlePosition__SWIG_0; extern(C) void function(void* jarg1, int jarg2, void* jarg3) vtkBrokenLineWidget_SetHandlePosition__SWIG_1; extern(C) void function(void* jarg1, int jarg2, void* jarg3) vtkBrokenLineWidget_GetHandlePosition__SWIG_0; extern(C) void* function(void* jarg1, int jarg2) vtkBrokenLineWidget_GetHandlePosition__SWIG_1; extern(C) double function(void* jarg1) vtkBrokenLineWidget_GetSummedLength; extern(C) void function(void* jarg1, void* jarg2) vtkBrokenLineWidget_InitializeHandles; extern(C) void function(void* jarg1, int jarg2) vtkBrokenLineWidget_SetProcessEvents; extern(C) int function(void* jarg1) vtkBrokenLineWidget_GetProcessEventsMinValue; extern(C) int function(void* jarg1) vtkBrokenLineWidget_GetProcessEventsMaxValue; extern(C) int function(void* jarg1) vtkBrokenLineWidget_GetProcessEvents; extern(C) void function(void* jarg1) vtkBrokenLineWidget_ProcessEventsOn; extern(C) void function(void* jarg1) vtkBrokenLineWidget_ProcessEventsOff; extern(C) void function(void* jarg1, double jarg2) vtkBrokenLineWidget_SetHandleSizeFactor; extern(C) double function(void* jarg1) vtkBrokenLineWidget_GetHandleSizeFactorMinValue; extern(C) double function(void* jarg1) vtkBrokenLineWidget_GetHandleSizeFactorMaxValue; extern(C) double function(void* jarg1) vtkBrokenLineWidget_GetHandleSizeFactor; extern(C) void* function(void* objectRef) vtkBrokenLineWidget_Upcast; extern(C) int function(const(char)* jarg1) vtkInformationObjectBaseVectorKey_IsTypeOf; extern(C) void* function(void* jarg1) vtkInformationObjectBaseVectorKey_SafeDownCast; extern(C) void* function(void* jarg1) vtkInformationObjectBaseVectorKey_NewInstance; extern(C) void* function(const(char)* jarg1, const(char)* jarg2, const(char)* jarg3) new_vtkInformationObjectBaseVectorKey__SWIG_0; extern(C) void* function(const(char)* jarg1, const(char)* jarg2) new_vtkInformationObjectBaseVectorKey__SWIG_1; extern(C) void function(void* jarg1) delete_vtkInformationObjectBaseVectorKey; extern(C) void function(void* jarg1, void* jarg2) vtkInformationObjectBaseVectorKey_Clear; extern(C) void function(void* jarg1, void* jarg2, int jarg3) vtkInformationObjectBaseVectorKey_Resize; extern(C) int function(void* jarg1, void* jarg2) vtkInformationObjectBaseVectorKey_Size; extern(C) int function(void* jarg1, void* jarg2) vtkInformationObjectBaseVectorKey_Length; extern(C) void function(void* jarg1, void* jarg2, void* jarg3) vtkInformationObjectBaseVectorKey_Append; extern(C) void function(void* jarg1, void* jarg2, void* jarg3, int jarg4) vtkInformationObjectBaseVectorKey_Set; extern(C) void function(void* jarg1, void* jarg2, void* jarg3, int jarg4, int jarg5, int jarg6) vtkInformationObjectBaseVectorKey_SetRange; extern(C) void function(void* jarg1, void* jarg2, void* jarg3, int jarg4, int jarg5, int jarg6) vtkInformationObjectBaseVectorKey_GetRange; extern(C) void* function(void* jarg1, void* jarg2, int jarg3) vtkInformationObjectBaseVectorKey_Get; extern(C) void* function(void* objectRef) vtkInformationObjectBaseVectorKey_Upcast; extern(C) void* function() vtkExtractRectilinearGrid_New; extern(C) int function(const(char)* jarg1) vtkExtractRectilinearGrid_IsTypeOf; extern(C) void* function(void* jarg1) vtkExtractRectilinearGrid_SafeDownCast; extern(C) void* function(void* jarg1) vtkExtractRectilinearGrid_NewInstance; extern(C) void function(void* jarg1, int jarg2, int jarg3, int jarg4, int jarg5, int jarg6, int jarg7) vtkExtractRectilinearGrid_SetVOI__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkExtractRectilinearGrid_SetVOI__SWIG_1; extern(C) void* function(void* jarg1) vtkExtractRectilinearGrid_GetVOI__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkExtractRectilinearGrid_GetVOI__SWIG_1; extern(C) void function(void* jarg1, int jarg2, int jarg3, int jarg4) vtkExtractRectilinearGrid_SetSampleRate__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkExtractRectilinearGrid_SetSampleRate__SWIG_1; extern(C) void* function(void* jarg1) vtkExtractRectilinearGrid_GetSampleRate__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkExtractRectilinearGrid_GetSampleRate__SWIG_1; extern(C) void function(void* jarg1, int jarg2) vtkExtractRectilinearGrid_SetIncludeBoundary; extern(C) int function(void* jarg1) vtkExtractRectilinearGrid_GetIncludeBoundary; extern(C) void function(void* jarg1) vtkExtractRectilinearGrid_IncludeBoundaryOn; extern(C) void function(void* jarg1) vtkExtractRectilinearGrid_IncludeBoundaryOff; extern(C) void* function(void* objectRef) vtkExtractRectilinearGrid_Upcast; extern(C) void* function() vtkImageTranslateExtent_New; extern(C) int function(const(char)* jarg1) vtkImageTranslateExtent_IsTypeOf; extern(C) void* function(void* jarg1) vtkImageTranslateExtent_SafeDownCast; extern(C) void* function(void* jarg1) vtkImageTranslateExtent_NewInstance; extern(C) void function(void* jarg1, int jarg2, int jarg3, int jarg4) vtkImageTranslateExtent_SetTranslation__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkImageTranslateExtent_SetTranslation__SWIG_1; extern(C) void* function(void* jarg1) vtkImageTranslateExtent_GetTranslation__SWIG_0; extern(C) void function(void* jarg1, void* jarg2, void* jarg3, void* jarg4) vtkImageTranslateExtent_GetTranslation__SWIG_1; extern(C) void function(void* jarg1, void* jarg2) vtkImageTranslateExtent_GetTranslation__SWIG_2; extern(C) void* function(void* objectRef) vtkImageTranslateExtent_Upcast; extern(C) void* function() vtkNonOverlappingAMRAlgorithm_New; extern(C) int function(const(char)* jarg1) vtkNonOverlappingAMRAlgorithm_IsTypeOf; extern(C) void* function(void* jarg1) vtkNonOverlappingAMRAlgorithm_SafeDownCast; extern(C) void* function(void* jarg1) vtkNonOverlappingAMRAlgorithm_NewInstance; extern(C) void* function(void* jarg1) vtkNonOverlappingAMRAlgorithm_GetOutput__SWIG_0; extern(C) void* function(void* jarg1, int jarg2) vtkNonOverlappingAMRAlgorithm_GetOutput__SWIG_1; extern(C) void* function(void* objectRef) vtkNonOverlappingAMRAlgorithm_Upcast; extern(C) void* function() vtkLabelSizeCalculator_New; extern(C) int function(const(char)* jarg1) vtkLabelSizeCalculator_IsTypeOf; extern(C) void* function(void* jarg1) vtkLabelSizeCalculator_SafeDownCast; extern(C) void* function(void* jarg1) vtkLabelSizeCalculator_NewInstance; extern(C) void function(void* jarg1, void* jarg2, int jarg3) vtkLabelSizeCalculator_SetFontProperty__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkLabelSizeCalculator_SetFontProperty__SWIG_1; extern(C) void* function(void* jarg1, int jarg2) vtkLabelSizeCalculator_GetFontProperty__SWIG_0; extern(C) void* function(void* jarg1) vtkLabelSizeCalculator_GetFontProperty__SWIG_1; extern(C) void function(void* jarg1, const(char)* jarg2) vtkLabelSizeCalculator_SetLabelSizeArrayName; extern(C) const(char)* function(void* jarg1) vtkLabelSizeCalculator_GetLabelSizeArrayName; extern(C) void* function(void* objectRef) vtkLabelSizeCalculator_Upcast; extern(C) void* function() vtkFacetWriter_New; extern(C) int function(const(char)* jarg1) vtkFacetWriter_IsTypeOf; extern(C) void* function(void* jarg1) vtkFacetWriter_SafeDownCast; extern(C) void* function(void* jarg1) vtkFacetWriter_NewInstance; extern(C) void function(void* jarg1, const(char)* jarg2) vtkFacetWriter_SetFileName; extern(C) const(char)* function(void* jarg1) vtkFacetWriter_GetFileName; extern(C) void function(void* jarg1) vtkFacetWriter_Write; extern(C) void* function(void* objectRef) vtkFacetWriter_Upcast; extern(C) void* function() vtkPolyhedron_New; extern(C) int function(const(char)* jarg1) vtkPolyhedron_IsTypeOf; extern(C) void* function(void* jarg1) vtkPolyhedron_SafeDownCast; extern(C) void* function(void* jarg1) vtkPolyhedron_NewInstance; extern(C) void function(void* jarg1, void* jarg2, void* jarg3) vtkPolyhedron_InterpolateFunctions; extern(C) void function(void* jarg1, void* jarg2, void* jarg3) vtkPolyhedron_InterpolateDerivs; extern(C) int function(void* jarg1, void* jarg2, double jarg3) vtkPolyhedron_IsInside; extern(C) void* function(void* jarg1) vtkPolyhedron_GetPolyData; extern(C) void* function(void* objectRef) vtkPolyhedron_Upcast; extern(C) void* function() vtkImageInterpolator_New; extern(C) int function(const(char)* jarg1) vtkImageInterpolator_IsTypeOf; extern(C) void* function(void* jarg1) vtkImageInterpolator_SafeDownCast; extern(C) void* function(void* jarg1) vtkImageInterpolator_NewInstance; extern(C) void function(void* jarg1, int jarg2) vtkImageInterpolator_SetInterpolationMode; extern(C) void function(void* jarg1) vtkImageInterpolator_SetInterpolationModeToNearest; extern(C) void function(void* jarg1) vtkImageInterpolator_SetInterpolationModeToLinear; extern(C) void function(void* jarg1) vtkImageInterpolator_SetInterpolationModeToCubic; extern(C) int function(void* jarg1) vtkImageInterpolator_GetInterpolationMode; extern(C) const(char)* function(void* jarg1) vtkImageInterpolator_GetInterpolationModeAsString; extern(C) void function(void* jarg1, void* jarg2, void* jarg3, void* jarg4, void* jarg5) vtkImageInterpolator_PrecomputeWeightsForExtent__SWIG_0; extern(C) void function(void* jarg1, void* jarg2, void* jarg3, void* jarg4, void* jarg5) vtkImageInterpolator_PrecomputeWeightsForExtent__SWIG_1; extern(C) void* function(void* objectRef) vtkImageInterpolator_Upcast; extern(C) int function() VTK_LANDMARK_RIGIDBODY_get; extern(C) int function() VTK_LANDMARK_SIMILARITY_get; extern(C) int function() VTK_LANDMARK_AFFINE_get; extern(C) void* function() vtkLandmarkTransform_New; extern(C) int function(const(char)* jarg1) vtkLandmarkTransform_IsTypeOf; extern(C) void* function(void* jarg1) vtkLandmarkTransform_SafeDownCast; extern(C) void* function(void* jarg1) vtkLandmarkTransform_NewInstance; extern(C) void function(void* jarg1, void* jarg2) vtkLandmarkTransform_SetSourceLandmarks; extern(C) void function(void* jarg1, void* jarg2) vtkLandmarkTransform_SetTargetLandmarks; extern(C) void* function(void* jarg1) vtkLandmarkTransform_GetSourceLandmarks; extern(C) void* function(void* jarg1) vtkLandmarkTransform_GetTargetLandmarks; extern(C) void function(void* jarg1, int jarg2) vtkLandmarkTransform_SetMode; extern(C) void function(void* jarg1) vtkLandmarkTransform_SetModeToRigidBody; extern(C) void function(void* jarg1) vtkLandmarkTransform_SetModeToSimilarity; extern(C) void function(void* jarg1) vtkLandmarkTransform_SetModeToAffine; extern(C) int function(void* jarg1) vtkLandmarkTransform_GetMode; extern(C) const(char)* function(void* jarg1) vtkLandmarkTransform_GetModeAsString; extern(C) void* function(void* objectRef) vtkLandmarkTransform_Upcast; extern(C) int function() VTK_VECTOR_EXTRUSION_get; extern(C) int function() VTK_NORMAL_EXTRUSION_get; extern(C) int function() VTK_POINT_EXTRUSION_get; extern(C) int function(const(char)* jarg1) vtkLinearExtrusionFilter_IsTypeOf; extern(C) void* function(void* jarg1) vtkLinearExtrusionFilter_SafeDownCast; extern(C) void* function(void* jarg1) vtkLinearExtrusionFilter_NewInstance; extern(C) void* function() vtkLinearExtrusionFilter_New; extern(C) void function(void* jarg1, int jarg2) vtkLinearExtrusionFilter_SetExtrusionType; extern(C) int function(void* jarg1) vtkLinearExtrusionFilter_GetExtrusionTypeMinValue; extern(C) int function(void* jarg1) vtkLinearExtrusionFilter_GetExtrusionTypeMaxValue; extern(C) int function(void* jarg1) vtkLinearExtrusionFilter_GetExtrusionType; extern(C) void function(void* jarg1) vtkLinearExtrusionFilter_SetExtrusionTypeToVectorExtrusion; extern(C) void function(void* jarg1) vtkLinearExtrusionFilter_SetExtrusionTypeToNormalExtrusion; extern(C) void function(void* jarg1) vtkLinearExtrusionFilter_SetExtrusionTypeToPointExtrusion; extern(C) void function(void* jarg1, int jarg2) vtkLinearExtrusionFilter_SetCapping; extern(C) int function(void* jarg1) vtkLinearExtrusionFilter_GetCapping; extern(C) void function(void* jarg1) vtkLinearExtrusionFilter_CappingOn; extern(C) void function(void* jarg1) vtkLinearExtrusionFilter_CappingOff; extern(C) void function(void* jarg1, double jarg2) vtkLinearExtrusionFilter_SetScaleFactor; extern(C) double function(void* jarg1) vtkLinearExtrusionFilter_GetScaleFactor; extern(C) void function(void* jarg1, double jarg2, double jarg3, double jarg4) vtkLinearExtrusionFilter_SetVector__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkLinearExtrusionFilter_SetVector__SWIG_1; extern(C) void* function(void* jarg1) vtkLinearExtrusionFilter_GetVector__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkLinearExtrusionFilter_GetVector__SWIG_1; extern(C) void function(void* jarg1, double jarg2, double jarg3, double jarg4) vtkLinearExtrusionFilter_SetExtrusionPoint__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkLinearExtrusionFilter_SetExtrusionPoint__SWIG_1; extern(C) void* function(void* jarg1) vtkLinearExtrusionFilter_GetExtrusionPoint__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkLinearExtrusionFilter_GetExtrusionPoint__SWIG_1; extern(C) void* function(void* objectRef) vtkLinearExtrusionFilter_Upcast; extern(C) int function(const(char)* jarg1) vtkAMRBaseReader_IsTypeOf; extern(C) void* function(void* jarg1) vtkAMRBaseReader_SafeDownCast; extern(C) void* function(void* jarg1) vtkAMRBaseReader_NewInstance; extern(C) void function(void* jarg1) vtkAMRBaseReader_Initialize; extern(C) void function(void* jarg1, int jarg2) vtkAMRBaseReader_SetEnableCaching; extern(C) int function(void* jarg1) vtkAMRBaseReader_GetEnableCaching; extern(C) void function(void* jarg1) vtkAMRBaseReader_EnableCachingOn; extern(C) void function(void* jarg1) vtkAMRBaseReader_EnableCachingOff; extern(C) uint function(void* jarg1) vtkAMRBaseReader_IsCachingEnabled; extern(C) void function(void* jarg1, void* jarg2) vtkAMRBaseReader_SetController; extern(C) void* function(void* jarg1) vtkAMRBaseReader_GetController; extern(C) void function(void* jarg1, int jarg2) vtkAMRBaseReader_SetMaxLevel; extern(C) void* function(void* jarg1) vtkAMRBaseReader_GetCellDataArraySelection; extern(C) void* function(void* jarg1) vtkAMRBaseReader_GetPointDataArraySelection; extern(C) int function(void* jarg1) vtkAMRBaseReader_GetNumberOfPointArrays; extern(C) int function(void* jarg1) vtkAMRBaseReader_GetNumberOfCellArrays; extern(C) const(char)* function(void* jarg1, int jarg2) vtkAMRBaseReader_GetPointArrayName; extern(C) const(char)* function(void* jarg1, int jarg2) vtkAMRBaseReader_GetCellArrayName; extern(C) int function(void* jarg1, const(char)* jarg2) vtkAMRBaseReader_GetPointArrayStatus; extern(C) int function(void* jarg1, const(char)* jarg2) vtkAMRBaseReader_GetCellArrayStatus; extern(C) void function(void* jarg1, const(char)* jarg2, int jarg3) vtkAMRBaseReader_SetPointArrayStatus; extern(C) void function(void* jarg1, const(char)* jarg2, int jarg3) vtkAMRBaseReader_SetCellArrayStatus; extern(C) const(char)* function(void* jarg1) vtkAMRBaseReader_GetFileName; extern(C) void function(void* jarg1, const(char)* jarg2) vtkAMRBaseReader_SetFileName; extern(C) int function(void* jarg1) vtkAMRBaseReader_GetNumberOfBlocks; extern(C) int function(void* jarg1) vtkAMRBaseReader_GetNumberOfLevels; extern(C) void* function(void* objectRef) vtkAMRBaseReader_Upcast; extern(C) void function(void* jarg1, void* jarg2) vtkMarchingSquaresLineCases_edges_set; extern(C) void* function(void* jarg1) vtkMarchingSquaresLineCases_edges_get; extern(C) void* function() vtkMarchingSquaresLineCases_GetCases; extern(C) void* function() new_vtkMarchingSquaresLineCases; extern(C) void function(void* jarg1) delete_vtkMarchingSquaresLineCases; extern(C) void* function() vtkPolyDataPointPlacer_New; extern(C) int function(const(char)* jarg1) vtkPolyDataPointPlacer_IsTypeOf; extern(C) void* function(void* jarg1) vtkPolyDataPointPlacer_SafeDownCast; extern(C) void* function(void* jarg1) vtkPolyDataPointPlacer_NewInstance; extern(C) void function(void* jarg1, void* jarg2) vtkPolyDataPointPlacer_AddProp; extern(C) void function(void* jarg1, void* jarg2) vtkPolyDataPointPlacer_RemoveViewProp; extern(C) void function(void* jarg1) vtkPolyDataPointPlacer_RemoveAllProps; extern(C) int function(void* jarg1, void* jarg2) vtkPolyDataPointPlacer_HasProp; extern(C) int function(void* jarg1) vtkPolyDataPointPlacer_GetNumberOfProps; extern(C) int function(void* jarg1, void* jarg2, void* jarg3, void* jarg4, void* jarg5) vtkPolyDataPointPlacer_ComputeWorldPosition__SWIG_0; extern(C) int function(void* jarg1, void* jarg2, void* jarg3, void* jarg4, void* jarg5, void* jarg6) vtkPolyDataPointPlacer_ComputeWorldPosition__SWIG_1; extern(C) int function(void* jarg1, void* jarg2) vtkPolyDataPointPlacer_ValidateWorldPosition__SWIG_0; extern(C) int function(void* jarg1, void* jarg2, void* jarg3) vtkPolyDataPointPlacer_ValidateWorldPosition__SWIG_1; extern(C) void* function(void* jarg1) vtkPolyDataPointPlacer_GetPropPicker; extern(C) void* function(void* objectRef) vtkPolyDataPointPlacer_Upcast; extern(C) void* function() vtkSynchronizedTemplatesCutter3D_New; extern(C) int function(const(char)* jarg1) vtkSynchronizedTemplatesCutter3D_IsTypeOf; extern(C) void* function(void* jarg1) vtkSynchronizedTemplatesCutter3D_SafeDownCast; extern(C) void* function(void* jarg1) vtkSynchronizedTemplatesCutter3D_NewInstance; extern(C) void function(void* jarg1, void* jarg2, void* jarg3, void* jarg4, int jarg5) vtkSynchronizedTemplatesCutter3D_ThreadedExecute; extern(C) void function(void* jarg1, void* jarg2) vtkSynchronizedTemplatesCutter3D_SetCutFunction; extern(C) void* function(void* jarg1) vtkSynchronizedTemplatesCutter3D_GetCutFunction; extern(C) void function(void* jarg1, int jarg2) vtkSynchronizedTemplatesCutter3D_SetOutputPointsPrecision; extern(C) int function(void* jarg1) vtkSynchronizedTemplatesCutter3D_GetOutputPointsPrecisionMinValue; extern(C) int function(void* jarg1) vtkSynchronizedTemplatesCutter3D_GetOutputPointsPrecisionMaxValue; extern(C) int function(void* jarg1) vtkSynchronizedTemplatesCutter3D_GetOutputPointsPrecision; extern(C) void* function(void* objectRef) vtkSynchronizedTemplatesCutter3D_Upcast; extern(C) void* function() vtkCMLMoleculeReader_New; extern(C) int function(const(char)* jarg1) vtkCMLMoleculeReader_IsTypeOf; extern(C) void* function(void* jarg1) vtkCMLMoleculeReader_SafeDownCast; extern(C) void* function(void* jarg1) vtkCMLMoleculeReader_NewInstance; extern(C) void* function(void* jarg1) vtkCMLMoleculeReader_GetOutput; extern(C) void function(void* jarg1, const(char)* jarg2) vtkCMLMoleculeReader_SetFileName; extern(C) const(char)* function(void* jarg1) vtkCMLMoleculeReader_GetFileName; extern(C) void* function(void* objectRef) vtkCMLMoleculeReader_Upcast; extern(C) int function(const(char)* jarg1) vtkQuadraturePointsGenerator_IsTypeOf; extern(C) void* function(void* jarg1) vtkQuadraturePointsGenerator_SafeDownCast; extern(C) void* function(void* jarg1) vtkQuadraturePointsGenerator_NewInstance; extern(C) void* function() vtkQuadraturePointsGenerator_New; extern(C) void* function(void* objectRef) vtkQuadraturePointsGenerator_Upcast; extern(C) int function() VTK_VARY_RADIUS_OFF_get; extern(C) int function() VTK_VARY_RADIUS_BY_SCALAR_get; extern(C) int function() VTK_VARY_RADIUS_BY_VECTOR_get; extern(C) int function() VTK_VARY_RADIUS_BY_ABSOLUTE_SCALAR_get; extern(C) int function(const(char)* jarg1) vtkTubeFilter_IsTypeOf; extern(C) void* function(void* jarg1) vtkTubeFilter_SafeDownCast; extern(C) void* function(void* jarg1) vtkTubeFilter_NewInstance; extern(C) void* function() vtkTubeFilter_New; extern(C) void function(void* jarg1, double jarg2) vtkTubeFilter_SetRadius; extern(C) double function(void* jarg1) vtkTubeFilter_GetRadiusMinValue; extern(C) double function(void* jarg1) vtkTubeFilter_GetRadiusMaxValue; extern(C) double function(void* jarg1) vtkTubeFilter_GetRadius; extern(C) void function(void* jarg1, int jarg2) vtkTubeFilter_SetVaryRadius; extern(C) int function(void* jarg1) vtkTubeFilter_GetVaryRadiusMinValue; extern(C) int function(void* jarg1) vtkTubeFilter_GetVaryRadiusMaxValue; extern(C) int function(void* jarg1) vtkTubeFilter_GetVaryRadius; extern(C) void function(void* jarg1) vtkTubeFilter_SetVaryRadiusToVaryRadiusOff; extern(C) void function(void* jarg1) vtkTubeFilter_SetVaryRadiusToVaryRadiusByScalar; extern(C) void function(void* jarg1) vtkTubeFilter_SetVaryRadiusToVaryRadiusByVector; extern(C) void function(void* jarg1) vtkTubeFilter_SetVaryRadiusToVaryRadiusByAbsoluteScalar; extern(C) const(char)* function(void* jarg1) vtkTubeFilter_GetVaryRadiusAsString; extern(C) void function(void* jarg1, int jarg2) vtkTubeFilter_SetNumberOfSides; extern(C) int function(void* jarg1) vtkTubeFilter_GetNumberOfSidesMinValue; extern(C) int function(void* jarg1) vtkTubeFilter_GetNumberOfSidesMaxValue; extern(C) int function(void* jarg1) vtkTubeFilter_GetNumberOfSides; extern(C) void function(void* jarg1, double jarg2) vtkTubeFilter_SetRadiusFactor; extern(C) double function(void* jarg1) vtkTubeFilter_GetRadiusFactor; extern(C) void function(void* jarg1, double jarg2, double jarg3, double jarg4) vtkTubeFilter_SetDefaultNormal__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkTubeFilter_SetDefaultNormal__SWIG_1; extern(C) void* function(void* jarg1) vtkTubeFilter_GetDefaultNormal__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkTubeFilter_GetDefaultNormal__SWIG_1; extern(C) void function(void* jarg1, int jarg2) vtkTubeFilter_SetUseDefaultNormal; extern(C) int function(void* jarg1) vtkTubeFilter_GetUseDefaultNormal; extern(C) void function(void* jarg1) vtkTubeFilter_UseDefaultNormalOn; extern(C) void function(void* jarg1) vtkTubeFilter_UseDefaultNormalOff; extern(C) void function(void* jarg1, int jarg2) vtkTubeFilter_SetSidesShareVertices; extern(C) int function(void* jarg1) vtkTubeFilter_GetSidesShareVertices; extern(C) void function(void* jarg1) vtkTubeFilter_SidesShareVerticesOn; extern(C) void function(void* jarg1) vtkTubeFilter_SidesShareVerticesOff; extern(C) void function(void* jarg1, int jarg2) vtkTubeFilter_SetCapping; extern(C) int function(void* jarg1) vtkTubeFilter_GetCapping; extern(C) void function(void* jarg1) vtkTubeFilter_CappingOn; extern(C) void function(void* jarg1) vtkTubeFilter_CappingOff; extern(C) void function(void* jarg1, int jarg2) vtkTubeFilter_SetOnRatio; extern(C) int function(void* jarg1) vtkTubeFilter_GetOnRatioMinValue; extern(C) int function(void* jarg1) vtkTubeFilter_GetOnRatioMaxValue; extern(C) int function(void* jarg1) vtkTubeFilter_GetOnRatio; extern(C) void function(void* jarg1, int jarg2) vtkTubeFilter_SetOffset; extern(C) int function(void* jarg1) vtkTubeFilter_GetOffsetMinValue; extern(C) int function(void* jarg1) vtkTubeFilter_GetOffsetMaxValue; extern(C) int function(void* jarg1) vtkTubeFilter_GetOffset; extern(C) void function(void* jarg1, int jarg2) vtkTubeFilter_SetGenerateTCoords; extern(C) int function(void* jarg1) vtkTubeFilter_GetGenerateTCoordsMinValue; extern(C) int function(void* jarg1) vtkTubeFilter_GetGenerateTCoordsMaxValue; extern(C) int function(void* jarg1) vtkTubeFilter_GetGenerateTCoords; extern(C) void function(void* jarg1) vtkTubeFilter_SetGenerateTCoordsToOff; extern(C) void function(void* jarg1) vtkTubeFilter_SetGenerateTCoordsToNormalizedLength; extern(C) void function(void* jarg1) vtkTubeFilter_SetGenerateTCoordsToUseLength; extern(C) void function(void* jarg1) vtkTubeFilter_SetGenerateTCoordsToUseScalars; extern(C) const(char)* function(void* jarg1) vtkTubeFilter_GetGenerateTCoordsAsString; extern(C) void function(void* jarg1, double jarg2) vtkTubeFilter_SetTextureLength; extern(C) double function(void* jarg1) vtkTubeFilter_GetTextureLengthMinValue; extern(C) double function(void* jarg1) vtkTubeFilter_GetTextureLengthMaxValue; extern(C) double function(void* jarg1) vtkTubeFilter_GetTextureLength; extern(C) void* function(void* objectRef) vtkTubeFilter_Upcast; extern(C) void* function() vtkRandomAttributeGenerator_New; extern(C) int function(const(char)* jarg1) vtkRandomAttributeGenerator_IsTypeOf; extern(C) void* function(void* jarg1) vtkRandomAttributeGenerator_SafeDownCast; extern(C) void* function(void* jarg1) vtkRandomAttributeGenerator_NewInstance; extern(C) void function(void* jarg1, int jarg2) vtkRandomAttributeGenerator_SetDataType; extern(C) void function(void* jarg1) vtkRandomAttributeGenerator_SetDataTypeToBit; extern(C) void function(void* jarg1) vtkRandomAttributeGenerator_SetDataTypeToChar; extern(C) void function(void* jarg1) vtkRandomAttributeGenerator_SetDataTypeToUnsignedChar; extern(C) void function(void* jarg1) vtkRandomAttributeGenerator_SetDataTypeToShort; extern(C) void function(void* jarg1) vtkRandomAttributeGenerator_SetDataTypeToUnsignedShort; extern(C) void function(void* jarg1) vtkRandomAttributeGenerator_SetDataTypeToInt; extern(C) void function(void* jarg1) vtkRandomAttributeGenerator_SetDataTypeToUnsignedInt; extern(C) void function(void* jarg1) vtkRandomAttributeGenerator_SetDataTypeToLong; extern(C) void function(void* jarg1) vtkRandomAttributeGenerator_SetDataTypeToUnsignedLong; extern(C) void function(void* jarg1) vtkRandomAttributeGenerator_SetDataTypeToFloat; extern(C) void function(void* jarg1) vtkRandomAttributeGenerator_SetDataTypeToDouble; extern(C) int function(void* jarg1) vtkRandomAttributeGenerator_GetDataType; extern(C) void function(void* jarg1, int jarg2) vtkRandomAttributeGenerator_SetNumberOfComponents; extern(C) int function(void* jarg1) vtkRandomAttributeGenerator_GetNumberOfComponentsMinValue; extern(C) int function(void* jarg1) vtkRandomAttributeGenerator_GetNumberOfComponentsMaxValue; extern(C) int function(void* jarg1) vtkRandomAttributeGenerator_GetNumberOfComponents; extern(C) void function(void* jarg1, double jarg2) vtkRandomAttributeGenerator_SetMinimumComponentValue; extern(C) double function(void* jarg1) vtkRandomAttributeGenerator_GetMinimumComponentValue; extern(C) void function(void* jarg1, double jarg2) vtkRandomAttributeGenerator_SetMaximumComponentValue; extern(C) double function(void* jarg1) vtkRandomAttributeGenerator_GetMaximumComponentValue; extern(C) void function(void* jarg1, long jarg2) vtkRandomAttributeGenerator_SetNumberOfTuples; extern(C) long function(void* jarg1) vtkRandomAttributeGenerator_GetNumberOfTuplesMinValue; extern(C) long function(void* jarg1) vtkRandomAttributeGenerator_GetNumberOfTuplesMaxValue; extern(C) long function(void* jarg1) vtkRandomAttributeGenerator_GetNumberOfTuples; extern(C) void function(void* jarg1, int jarg2) vtkRandomAttributeGenerator_SetGeneratePointScalars; extern(C) int function(void* jarg1) vtkRandomAttributeGenerator_GetGeneratePointScalars; extern(C) void function(void* jarg1) vtkRandomAttributeGenerator_GeneratePointScalarsOn; extern(C) void function(void* jarg1) vtkRandomAttributeGenerator_GeneratePointScalarsOff; extern(C) void function(void* jarg1, int jarg2) vtkRandomAttributeGenerator_SetGeneratePointVectors; extern(C) int function(void* jarg1) vtkRandomAttributeGenerator_GetGeneratePointVectors; extern(C) void function(void* jarg1) vtkRandomAttributeGenerator_GeneratePointVectorsOn; extern(C) void function(void* jarg1) vtkRandomAttributeGenerator_GeneratePointVectorsOff; extern(C) void function(void* jarg1, int jarg2) vtkRandomAttributeGenerator_SetGeneratePointNormals; extern(C) int function(void* jarg1) vtkRandomAttributeGenerator_GetGeneratePointNormals; extern(C) void function(void* jarg1) vtkRandomAttributeGenerator_GeneratePointNormalsOn; extern(C) void function(void* jarg1) vtkRandomAttributeGenerator_GeneratePointNormalsOff; extern(C) void function(void* jarg1, int jarg2) vtkRandomAttributeGenerator_SetGeneratePointTensors; extern(C) int function(void* jarg1) vtkRandomAttributeGenerator_GetGeneratePointTensors; extern(C) void function(void* jarg1) vtkRandomAttributeGenerator_GeneratePointTensorsOn; extern(C) void function(void* jarg1) vtkRandomAttributeGenerator_GeneratePointTensorsOff; extern(C) void function(void* jarg1, int jarg2) vtkRandomAttributeGenerator_SetGeneratePointTCoords; extern(C) int function(void* jarg1) vtkRandomAttributeGenerator_GetGeneratePointTCoords; extern(C) void function(void* jarg1) vtkRandomAttributeGenerator_GeneratePointTCoordsOn; extern(C) void function(void* jarg1) vtkRandomAttributeGenerator_GeneratePointTCoordsOff; extern(C) void function(void* jarg1, int jarg2) vtkRandomAttributeGenerator_SetGeneratePointArray; extern(C) int function(void* jarg1) vtkRandomAttributeGenerator_GetGeneratePointArray; extern(C) void function(void* jarg1) vtkRandomAttributeGenerator_GeneratePointArrayOn; extern(C) void function(void* jarg1) vtkRandomAttributeGenerator_GeneratePointArrayOff; extern(C) void function(void* jarg1, int jarg2) vtkRandomAttributeGenerator_SetGenerateCellScalars; extern(C) int function(void* jarg1) vtkRandomAttributeGenerator_GetGenerateCellScalars; extern(C) void function(void* jarg1) vtkRandomAttributeGenerator_GenerateCellScalarsOn; extern(C) void function(void* jarg1) vtkRandomAttributeGenerator_GenerateCellScalarsOff; extern(C) void function(void* jarg1, int jarg2) vtkRandomAttributeGenerator_SetGenerateCellVectors; extern(C) int function(void* jarg1) vtkRandomAttributeGenerator_GetGenerateCellVectors; extern(C) void function(void* jarg1) vtkRandomAttributeGenerator_GenerateCellVectorsOn; extern(C) void function(void* jarg1) vtkRandomAttributeGenerator_GenerateCellVectorsOff; extern(C) void function(void* jarg1, int jarg2) vtkRandomAttributeGenerator_SetGenerateCellNormals; extern(C) int function(void* jarg1) vtkRandomAttributeGenerator_GetGenerateCellNormals; extern(C) void function(void* jarg1) vtkRandomAttributeGenerator_GenerateCellNormalsOn; extern(C) void function(void* jarg1) vtkRandomAttributeGenerator_GenerateCellNormalsOff; extern(C) void function(void* jarg1, int jarg2) vtkRandomAttributeGenerator_SetGenerateCellTensors; extern(C) int function(void* jarg1) vtkRandomAttributeGenerator_GetGenerateCellTensors; extern(C) void function(void* jarg1) vtkRandomAttributeGenerator_GenerateCellTensorsOn; extern(C) void function(void* jarg1) vtkRandomAttributeGenerator_GenerateCellTensorsOff; extern(C) void function(void* jarg1, int jarg2) vtkRandomAttributeGenerator_SetGenerateCellTCoords; extern(C) int function(void* jarg1) vtkRandomAttributeGenerator_GetGenerateCellTCoords; extern(C) void function(void* jarg1) vtkRandomAttributeGenerator_GenerateCellTCoordsOn; extern(C) void function(void* jarg1) vtkRandomAttributeGenerator_GenerateCellTCoordsOff; extern(C) void function(void* jarg1, int jarg2) vtkRandomAttributeGenerator_SetGenerateCellArray; extern(C) int function(void* jarg1) vtkRandomAttributeGenerator_GetGenerateCellArray; extern(C) void function(void* jarg1) vtkRandomAttributeGenerator_GenerateCellArrayOn; extern(C) void function(void* jarg1) vtkRandomAttributeGenerator_GenerateCellArrayOff; extern(C) void function(void* jarg1, int jarg2) vtkRandomAttributeGenerator_SetGenerateFieldArray; extern(C) int function(void* jarg1) vtkRandomAttributeGenerator_GetGenerateFieldArray; extern(C) void function(void* jarg1) vtkRandomAttributeGenerator_GenerateFieldArrayOn; extern(C) void function(void* jarg1) vtkRandomAttributeGenerator_GenerateFieldArrayOff; extern(C) void function(void* jarg1) vtkRandomAttributeGenerator_GenerateAllPointDataOn; extern(C) void function(void* jarg1) vtkRandomAttributeGenerator_GenerateAllPointDataOff; extern(C) void function(void* jarg1) vtkRandomAttributeGenerator_GenerateAllCellDataOn; extern(C) void function(void* jarg1) vtkRandomAttributeGenerator_GenerateAllCellDataOff; extern(C) void function(void* jarg1) vtkRandomAttributeGenerator_GenerateAllDataOn; extern(C) void function(void* jarg1) vtkRandomAttributeGenerator_GenerateAllDataOff; extern(C) void* function(void* objectRef) vtkRandomAttributeGenerator_Upcast; extern(C) void* function() vtkGenericAttributeCollection_New; extern(C) int function(const(char)* jarg1) vtkGenericAttributeCollection_IsTypeOf; extern(C) void* function(void* jarg1) vtkGenericAttributeCollection_SafeDownCast; extern(C) void* function(void* jarg1) vtkGenericAttributeCollection_NewInstance; extern(C) int function(void* jarg1) vtkGenericAttributeCollection_GetNumberOfAttributes; extern(C) int function(void* jarg1) vtkGenericAttributeCollection_GetNumberOfComponents; extern(C) int function(void* jarg1) vtkGenericAttributeCollection_GetNumberOfPointCenteredComponents; extern(C) int function(void* jarg1) vtkGenericAttributeCollection_GetMaxNumberOfComponents; extern(C) core.stdc.config.c_ulong function(void* jarg1) vtkGenericAttributeCollection_GetActualMemorySize; extern(C) int function(void* jarg1) vtkGenericAttributeCollection_IsEmpty; extern(C) void* function(void* jarg1, int jarg2) vtkGenericAttributeCollection_GetAttribute; extern(C) int function(void* jarg1, const(char)* jarg2) vtkGenericAttributeCollection_FindAttribute; extern(C) int function(void* jarg1, int jarg2) vtkGenericAttributeCollection_GetAttributeIndex; extern(C) void function(void* jarg1, void* jarg2) vtkGenericAttributeCollection_InsertNextAttribute; extern(C) void function(void* jarg1, int jarg2, void* jarg3) vtkGenericAttributeCollection_InsertAttribute; extern(C) void function(void* jarg1, int jarg2) vtkGenericAttributeCollection_RemoveAttribute; extern(C) void function(void* jarg1) vtkGenericAttributeCollection_Reset; extern(C) void function(void* jarg1, void* jarg2) vtkGenericAttributeCollection_DeepCopy; extern(C) void function(void* jarg1, void* jarg2) vtkGenericAttributeCollection_ShallowCopy; extern(C) int function(void* jarg1) vtkGenericAttributeCollection_GetActiveAttribute; extern(C) int function(void* jarg1) vtkGenericAttributeCollection_GetActiveComponent; extern(C) void function(void* jarg1, int jarg2, int jarg3) vtkGenericAttributeCollection_SetActiveAttribute__SWIG_0; extern(C) void function(void* jarg1, int jarg2) vtkGenericAttributeCollection_SetActiveAttribute__SWIG_1; extern(C) int function(void* jarg1) vtkGenericAttributeCollection_GetNumberOfAttributesToInterpolate; extern(C) int function(void* jarg1, int jarg2, void* jarg3, int jarg4) vtkGenericAttributeCollection_HasAttribute; extern(C) void function(void* jarg1, int jarg2, void* jarg3) vtkGenericAttributeCollection_SetAttributesToInterpolate; extern(C) void function(void* jarg1) vtkGenericAttributeCollection_SetAttributesToInterpolateToAll; extern(C) void* function(void* objectRef) vtkGenericAttributeCollection_Upcast; extern(C) int function(const(char)* jarg1) vtkPOutlineCornerFilter_IsTypeOf; extern(C) void* function(void* jarg1) vtkPOutlineCornerFilter_SafeDownCast; extern(C) void* function(void* jarg1) vtkPOutlineCornerFilter_NewInstance; extern(C) void* function() vtkPOutlineCornerFilter_New; extern(C) void function(void* jarg1, double jarg2) vtkPOutlineCornerFilter_SetCornerFactor; extern(C) double function(void* jarg1) vtkPOutlineCornerFilter_GetCornerFactorMinValue; extern(C) double function(void* jarg1) vtkPOutlineCornerFilter_GetCornerFactorMaxValue; extern(C) double function(void* jarg1) vtkPOutlineCornerFilter_GetCornerFactor; extern(C) void function(void* jarg1, void* jarg2) vtkPOutlineCornerFilter_SetController; extern(C) void* function(void* jarg1) vtkPOutlineCornerFilter_GetController; extern(C) void* function(void* objectRef) vtkPOutlineCornerFilter_Upcast; extern(C) int function() VTK_KBUFFER_SIZE_2_get; extern(C) int function() VTK_KBUFFER_SIZE_6_get; extern(C) int function() VTK_FIELD_LEVEL_OF_DETAIL_get; extern(C) int function() VTK_AREA_LEVEL_OF_DETAIL_get; extern(C) void* function() vtkHAVSVolumeMapper_New; extern(C) int function(const(char)* jarg1) vtkHAVSVolumeMapper_IsTypeOf; extern(C) void* function(void* jarg1) vtkHAVSVolumeMapper_SafeDownCast; extern(C) void* function(void* jarg1) vtkHAVSVolumeMapper_NewInstance; extern(C) void function(void* jarg1, uint jarg2) vtkHAVSVolumeMapper_SetPartiallyRemoveNonConvexities; extern(C) uint function(void* jarg1) vtkHAVSVolumeMapper_GetPartiallyRemoveNonConvexities; extern(C) void function(void* jarg1, float jarg2) vtkHAVSVolumeMapper_SetLevelOfDetailTargetTime; extern(C) float function(void* jarg1) vtkHAVSVolumeMapper_GetLevelOfDetailTargetTime; extern(C) void function(void* jarg1, uint jarg2) vtkHAVSVolumeMapper_SetLevelOfDetail; extern(C) uint function(void* jarg1) vtkHAVSVolumeMapper_GetLevelOfDetail; extern(C) void function(void* jarg1, int jarg2) vtkHAVSVolumeMapper_SetLevelOfDetailMethod; extern(C) int function(void* jarg1) vtkHAVSVolumeMapper_GetLevelOfDetailMethod; extern(C) void function(void* jarg1) vtkHAVSVolumeMapper_SetLevelOfDetailMethodField; extern(C) void function(void* jarg1) vtkHAVSVolumeMapper_SetLevelOfDetailMethodArea; extern(C) void function(void* jarg1, int jarg2) vtkHAVSVolumeMapper_SetKBufferSize; extern(C) int function(void* jarg1) vtkHAVSVolumeMapper_GetKBufferSize; extern(C) void function(void* jarg1) vtkHAVSVolumeMapper_SetKBufferSizeTo2; extern(C) void function(void* jarg1) vtkHAVSVolumeMapper_SetKBufferSizeTo6; extern(C) uint function(void* jarg1, void* jarg2) vtkHAVSVolumeMapper_SupportedByHardware; extern(C) void function(void* jarg1, uint jarg2) vtkHAVSVolumeMapper_SetGPUDataStructures; extern(C) uint function(void* jarg1) vtkHAVSVolumeMapper_GetGPUDataStructures; extern(C) void* function(void* objectRef) vtkHAVSVolumeMapper_Upcast; extern(C) void* function() vtkOpenGLHAVSVolumeMapper_New; extern(C) int function(const(char)* jarg1) vtkOpenGLHAVSVolumeMapper_IsTypeOf; extern(C) void* function(void* jarg1) vtkOpenGLHAVSVolumeMapper_SafeDownCast; extern(C) void* function(void* jarg1) vtkOpenGLHAVSVolumeMapper_NewInstance; extern(C) void function(void* jarg1, void* jarg2, void* jarg3) vtkOpenGLHAVSVolumeMapper_Render; extern(C) void* function(void* objectRef) vtkOpenGLHAVSVolumeMapper_Upcast; extern(C) int function(const(char)* jarg1) vtkASCIITextCodec_IsTypeOf; extern(C) void* function(void* jarg1) vtkASCIITextCodec_SafeDownCast; extern(C) void* function(void* jarg1) vtkASCIITextCodec_NewInstance; extern(C) void* function() vtkASCIITextCodec_New; extern(C) void* function() new_vtkASCIITextCodec; extern(C) void function(void* jarg1) delete_vtkASCIITextCodec; extern(C) void* function(void* objectRef) vtkASCIITextCodec_Upcast; extern(C) void* function() vtkGeometryFilter_New; extern(C) int function(const(char)* jarg1) vtkGeometryFilter_IsTypeOf; extern(C) void* function(void* jarg1) vtkGeometryFilter_SafeDownCast; extern(C) void* function(void* jarg1) vtkGeometryFilter_NewInstance; extern(C) void function(void* jarg1, int jarg2) vtkGeometryFilter_SetPointClipping; extern(C) int function(void* jarg1) vtkGeometryFilter_GetPointClipping; extern(C) void function(void* jarg1) vtkGeometryFilter_PointClippingOn; extern(C) void function(void* jarg1) vtkGeometryFilter_PointClippingOff; extern(C) void function(void* jarg1, int jarg2) vtkGeometryFilter_SetCellClipping; extern(C) int function(void* jarg1) vtkGeometryFilter_GetCellClipping; extern(C) void function(void* jarg1) vtkGeometryFilter_CellClippingOn; extern(C) void function(void* jarg1) vtkGeometryFilter_CellClippingOff; extern(C) void function(void* jarg1, int jarg2) vtkGeometryFilter_SetExtentClipping; extern(C) int function(void* jarg1) vtkGeometryFilter_GetExtentClipping; extern(C) void function(void* jarg1) vtkGeometryFilter_ExtentClippingOn; extern(C) void function(void* jarg1) vtkGeometryFilter_ExtentClippingOff; extern(C) void function(void* jarg1, long jarg2) vtkGeometryFilter_SetPointMinimum; extern(C) long function(void* jarg1) vtkGeometryFilter_GetPointMinimumMinValue; extern(C) long function(void* jarg1) vtkGeometryFilter_GetPointMinimumMaxValue; extern(C) long function(void* jarg1) vtkGeometryFilter_GetPointMinimum; extern(C) void function(void* jarg1, long jarg2) vtkGeometryFilter_SetPointMaximum; extern(C) long function(void* jarg1) vtkGeometryFilter_GetPointMaximumMinValue; extern(C) long function(void* jarg1) vtkGeometryFilter_GetPointMaximumMaxValue; extern(C) long function(void* jarg1) vtkGeometryFilter_GetPointMaximum; extern(C) void function(void* jarg1, long jarg2) vtkGeometryFilter_SetCellMinimum; extern(C) long function(void* jarg1) vtkGeometryFilter_GetCellMinimumMinValue; extern(C) long function(void* jarg1) vtkGeometryFilter_GetCellMinimumMaxValue; extern(C) long function(void* jarg1) vtkGeometryFilter_GetCellMinimum; extern(C) void function(void* jarg1, long jarg2) vtkGeometryFilter_SetCellMaximum; extern(C) long function(void* jarg1) vtkGeometryFilter_GetCellMaximumMinValue; extern(C) long function(void* jarg1) vtkGeometryFilter_GetCellMaximumMaxValue; extern(C) long function(void* jarg1) vtkGeometryFilter_GetCellMaximum; extern(C) void function(void* jarg1, double jarg2, double jarg3, double jarg4, double jarg5, double jarg6, double jarg7) vtkGeometryFilter_SetExtent__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkGeometryFilter_SetExtent__SWIG_1; extern(C) void* function(void* jarg1) vtkGeometryFilter_GetExtent; extern(C) void function(void* jarg1, int jarg2) vtkGeometryFilter_SetMerging; extern(C) int function(void* jarg1) vtkGeometryFilter_GetMerging; extern(C) void function(void* jarg1) vtkGeometryFilter_MergingOn; extern(C) void function(void* jarg1) vtkGeometryFilter_MergingOff; extern(C) void function(void* jarg1, void* jarg2) vtkGeometryFilter_SetLocator; extern(C) void* function(void* jarg1) vtkGeometryFilter_GetLocator; extern(C) void function(void* jarg1) vtkGeometryFilter_CreateDefaultLocator; extern(C) void* function(void* objectRef) vtkGeometryFilter_Upcast; extern(C) void* function() vtkAreaContourSpectrumFilter_New; extern(C) int function(const(char)* jarg1) vtkAreaContourSpectrumFilter_IsTypeOf; extern(C) void* function(void* jarg1) vtkAreaContourSpectrumFilter_SafeDownCast; extern(C) void* function(void* jarg1) vtkAreaContourSpectrumFilter_NewInstance; extern(C) void function(void* jarg1, long jarg2) vtkAreaContourSpectrumFilter_SetArcId; extern(C) long function(void* jarg1) vtkAreaContourSpectrumFilter_GetArcId; extern(C) void function(void* jarg1, int jarg2) vtkAreaContourSpectrumFilter_SetNumberOfSamples; extern(C) int function(void* jarg1) vtkAreaContourSpectrumFilter_GetNumberOfSamples; extern(C) void function(void* jarg1, long jarg2) vtkAreaContourSpectrumFilter_SetFieldId; extern(C) long function(void* jarg1) vtkAreaContourSpectrumFilter_GetFieldId; extern(C) void* function(void* jarg1) vtkAreaContourSpectrumFilter_GetOutput; extern(C) void* function(void* objectRef) vtkAreaContourSpectrumFilter_Upcast; extern(C) int function(const(char)* jarg1) vtkRectangularButtonSource_IsTypeOf; extern(C) void* function(void* jarg1) vtkRectangularButtonSource_SafeDownCast; extern(C) void* function(void* jarg1) vtkRectangularButtonSource_NewInstance; extern(C) void* function() vtkRectangularButtonSource_New; extern(C) void function(void* jarg1, double jarg2) vtkRectangularButtonSource_SetWidth; extern(C) double function(void* jarg1) vtkRectangularButtonSource_GetWidthMinValue; extern(C) double function(void* jarg1) vtkRectangularButtonSource_GetWidthMaxValue; extern(C) double function(void* jarg1) vtkRectangularButtonSource_GetWidth; extern(C) void function(void* jarg1, double jarg2) vtkRectangularButtonSource_SetHeight; extern(C) double function(void* jarg1) vtkRectangularButtonSource_GetHeightMinValue; extern(C) double function(void* jarg1) vtkRectangularButtonSource_GetHeightMaxValue; extern(C) double function(void* jarg1) vtkRectangularButtonSource_GetHeight; extern(C) void function(void* jarg1, double jarg2) vtkRectangularButtonSource_SetDepth; extern(C) double function(void* jarg1) vtkRectangularButtonSource_GetDepthMinValue; extern(C) double function(void* jarg1) vtkRectangularButtonSource_GetDepthMaxValue; extern(C) double function(void* jarg1) vtkRectangularButtonSource_GetDepth; extern(C) void function(void* jarg1, double jarg2) vtkRectangularButtonSource_SetBoxRatio; extern(C) double function(void* jarg1) vtkRectangularButtonSource_GetBoxRatioMinValue; extern(C) double function(void* jarg1) vtkRectangularButtonSource_GetBoxRatioMaxValue; extern(C) double function(void* jarg1) vtkRectangularButtonSource_GetBoxRatio; extern(C) void function(void* jarg1, double jarg2) vtkRectangularButtonSource_SetTextureRatio; extern(C) double function(void* jarg1) vtkRectangularButtonSource_GetTextureRatioMinValue; extern(C) double function(void* jarg1) vtkRectangularButtonSource_GetTextureRatioMaxValue; extern(C) double function(void* jarg1) vtkRectangularButtonSource_GetTextureRatio; extern(C) void function(void* jarg1, double jarg2) vtkRectangularButtonSource_SetTextureHeightRatio; extern(C) double function(void* jarg1) vtkRectangularButtonSource_GetTextureHeightRatioMinValue; extern(C) double function(void* jarg1) vtkRectangularButtonSource_GetTextureHeightRatioMaxValue; extern(C) double function(void* jarg1) vtkRectangularButtonSource_GetTextureHeightRatio; extern(C) void* function(void* objectRef) vtkRectangularButtonSource_Upcast; extern(C) int function() VTK_2TREE_CHILD_SW_get; extern(C) int function() VTK_2TREE_CHILD_SE_get; extern(C) int function() VTK_2TREE_CHILD_NW_get; extern(C) int function() VTK_2TREE_CHILD_NE_get; extern(C) int function() VTK_1TREE_TREE_CHILD_LEFT_get; extern(C) int function() VTK_1TREE_TREE_CHILD_RIGHT_get; extern(C) int function(const(char)* jarg1) vtkHyperTreeCursor_IsTypeOf; extern(C) void* function(void* jarg1) vtkHyperTreeCursor_SafeDownCast; extern(C) void* function(void* jarg1) vtkHyperTreeCursor_NewInstance; extern(C) void* function(void* jarg1) vtkHyperTreeCursor_GetTree; extern(C) long function(void* jarg1) vtkHyperTreeCursor_GetLeafId; extern(C) long function(void* jarg1) vtkHyperTreeCursor_GetNodeId; extern(C) uint function(void* jarg1) vtkHyperTreeCursor_IsLeaf; extern(C) uint function(void* jarg1) vtkHyperTreeCursor_IsTerminalNode; extern(C) uint function(void* jarg1) vtkHyperTreeCursor_IsRoot; extern(C) int function(void* jarg1) vtkHyperTreeCursor_GetCurrentLevel; extern(C) int function(void* jarg1) vtkHyperTreeCursor_GetChildIndex; extern(C) void function(void* jarg1) vtkHyperTreeCursor_ToRoot; extern(C) void function(void* jarg1) vtkHyperTreeCursor_ToParent; extern(C) void function(void* jarg1, int jarg2) vtkHyperTreeCursor_ToChild; extern(C) void function(void* jarg1, void* jarg2) vtkHyperTreeCursor_ToSameNode; extern(C) uint function(void* jarg1, void* jarg2) vtkHyperTreeCursor_IsEqual; extern(C) void* function(void* jarg1) vtkHyperTreeCursor_Clone; extern(C) int function(void* jarg1, void* jarg2) vtkHyperTreeCursor_SameTree; extern(C) int function(void* jarg1, int jarg2) vtkHyperTreeCursor_GetIndex; extern(C) int function(void* jarg1) vtkHyperTreeCursor_GetNumberOfChildren; extern(C) int function(void* jarg1) vtkHyperTreeCursor_GetDimension; extern(C) void function(void* jarg1, void* jarg2, int jarg3) vtkHyperTreeCursor_MoveToNode; extern(C) uint function(void* jarg1) vtkHyperTreeCursor_Found; extern(C) void* function(void* objectRef) vtkHyperTreeCursor_Upcast; extern(C) void* function() vtkHyperOctreeDepth_New; extern(C) int function(const(char)* jarg1) vtkHyperOctreeDepth_IsTypeOf; extern(C) void* function(void* jarg1) vtkHyperOctreeDepth_SafeDownCast; extern(C) void* function(void* jarg1) vtkHyperOctreeDepth_NewInstance; extern(C) void* function(void* objectRef) vtkHyperOctreeDepth_Upcast; extern(C) int function(const(char)* jarg1) vtkAbstractContextBufferId_IsTypeOf; extern(C) void* function(void* jarg1) vtkAbstractContextBufferId_SafeDownCast; extern(C) void* function(void* jarg1) vtkAbstractContextBufferId_NewInstance; extern(C) int function(void* jarg1) vtkAbstractContextBufferId_GetWidth; extern(C) void function(void* jarg1, int jarg2) vtkAbstractContextBufferId_SetWidth; extern(C) int function(void* jarg1) vtkAbstractContextBufferId_GetHeight; extern(C) void function(void* jarg1, int jarg2) vtkAbstractContextBufferId_SetHeight; extern(C) void function(void* jarg1) vtkAbstractContextBufferId_Allocate; extern(C) uint function(void* jarg1) vtkAbstractContextBufferId_IsAllocated; extern(C) void function(void* jarg1, int jarg2, int jarg3) vtkAbstractContextBufferId_SetValues; extern(C) long function(void* jarg1, int jarg2, int jarg3) vtkAbstractContextBufferId_GetPickedItem; extern(C) void function(void* jarg1) vtkAbstractContextBufferId_ReleaseGraphicsResources; extern(C) void* function(void* objectRef) vtkAbstractContextBufferId_Upcast; extern(C) int function(const(char)* jarg1) vtkContextBufferId_IsTypeOf; extern(C) void* function(void* jarg1) vtkContextBufferId_SafeDownCast; extern(C) void* function(void* jarg1) vtkContextBufferId_NewInstance; extern(C) void* function() vtkContextBufferId_New; extern(C) void* function(void* objectRef) vtkContextBufferId_Upcast; extern(C) const(char)* function() VTK_TYPE_LONG_LONG_FORMAT_get; extern(C) int function() VTK_USE_INT8_get; extern(C) int function() VTK_USE_UINT8_get; extern(C) int function() VTK_USE_INT16_get; extern(C) int function() VTK_USE_UINT16_get; extern(C) int function() VTK_USE_INT32_get; extern(C) int function() VTK_USE_UINT32_get; extern(C) int function() VTK_USE_INT64_get; extern(C) int function() VTK_USE_UINT64_get; extern(C) int function() VTK_USE_FLOAT32_get; extern(C) int function() VTK_USE_FLOAT64_get; extern(C) void* function() vtkSeedWidget_New; extern(C) int function(const(char)* jarg1) vtkSeedWidget_IsTypeOf; extern(C) void* function(void* jarg1) vtkSeedWidget_SafeDownCast; extern(C) void* function(void* jarg1) vtkSeedWidget_NewInstance; extern(C) void function(void* jarg1, void* jarg2) vtkSeedWidget_SetRepresentation; extern(C) void* function(void* jarg1) vtkSeedWidget_GetSeedRepresentation; extern(C) void function(void* jarg1) vtkSeedWidget_CompleteInteraction; extern(C) void function(void* jarg1) vtkSeedWidget_RestartInteraction; extern(C) void* function(void* jarg1) vtkSeedWidget_CreateNewHandle; extern(C) void function(void* jarg1, int jarg2) vtkSeedWidget_DeleteSeed; extern(C) void* function(void* jarg1, int jarg2) vtkSeedWidget_GetSeed; extern(C) int function(void* jarg1) vtkSeedWidget_GetWidgetState; extern(C) void* function(void* objectRef) vtkSeedWidget_Upcast; extern(C) int function(const(char)* jarg1) vtkMoleculeReaderBase_IsTypeOf; extern(C) void* function(void* jarg1) vtkMoleculeReaderBase_SafeDownCast; extern(C) void* function(void* jarg1) vtkMoleculeReaderBase_NewInstance; extern(C) void function(void* jarg1, const(char)* jarg2) vtkMoleculeReaderBase_SetFileName; extern(C) const(char)* function(void* jarg1) vtkMoleculeReaderBase_GetFileName; extern(C) void function(void* jarg1, double jarg2) vtkMoleculeReaderBase_SetBScale; extern(C) double function(void* jarg1) vtkMoleculeReaderBase_GetBScale; extern(C) void function(void* jarg1, double jarg2) vtkMoleculeReaderBase_SetHBScale; extern(C) double function(void* jarg1) vtkMoleculeReaderBase_GetHBScale; extern(C) int function(void* jarg1) vtkMoleculeReaderBase_GetNumberOfAtoms; extern(C) void* function(void* objectRef) vtkMoleculeReaderBase_Upcast; extern(C) void* function() vtkGaussianCubeReader_New; extern(C) int function(const(char)* jarg1) vtkGaussianCubeReader_IsTypeOf; extern(C) void* function(void* jarg1) vtkGaussianCubeReader_SafeDownCast; extern(C) void* function(void* jarg1) vtkGaussianCubeReader_NewInstance; extern(C) void* function(void* jarg1) vtkGaussianCubeReader_GetTransform; extern(C) void* function(void* jarg1) vtkGaussianCubeReader_GetGridOutput; extern(C) void* function(void* objectRef) vtkGaussianCubeReader_Upcast; extern(C) void* function() vtkAppendPoints_New; extern(C) int function(const(char)* jarg1) vtkAppendPoints_IsTypeOf; extern(C) void* function(void* jarg1) vtkAppendPoints_SafeDownCast; extern(C) void* function(void* jarg1) vtkAppendPoints_NewInstance; extern(C) void function(void* jarg1, const(char)* jarg2) vtkAppendPoints_SetInputIdArrayName; extern(C) const(char)* function(void* jarg1) vtkAppendPoints_GetInputIdArrayName; extern(C) void* function(void* objectRef) vtkAppendPoints_Upcast; extern(C) void* function() vtkUnstructuredGridVolumeRayCastMapper_New; extern(C) int function(const(char)* jarg1) vtkUnstructuredGridVolumeRayCastMapper_IsTypeOf; extern(C) void* function(void* jarg1) vtkUnstructuredGridVolumeRayCastMapper_SafeDownCast; extern(C) void* function(void* jarg1) vtkUnstructuredGridVolumeRayCastMapper_NewInstance; extern(C) void function(void* jarg1, float jarg2) vtkUnstructuredGridVolumeRayCastMapper_SetImageSampleDistance; extern(C) float function(void* jarg1) vtkUnstructuredGridVolumeRayCastMapper_GetImageSampleDistanceMinValue; extern(C) float function(void* jarg1) vtkUnstructuredGridVolumeRayCastMapper_GetImageSampleDistanceMaxValue; extern(C) float function(void* jarg1) vtkUnstructuredGridVolumeRayCastMapper_GetImageSampleDistance; extern(C) void function(void* jarg1, float jarg2) vtkUnstructuredGridVolumeRayCastMapper_SetMinimumImageSampleDistance; extern(C) float function(void* jarg1) vtkUnstructuredGridVolumeRayCastMapper_GetMinimumImageSampleDistanceMinValue; extern(C) float function(void* jarg1) vtkUnstructuredGridVolumeRayCastMapper_GetMinimumImageSampleDistanceMaxValue; extern(C) float function(void* jarg1) vtkUnstructuredGridVolumeRayCastMapper_GetMinimumImageSampleDistance; extern(C) void function(void* jarg1, float jarg2) vtkUnstructuredGridVolumeRayCastMapper_SetMaximumImageSampleDistance; extern(C) float function(void* jarg1) vtkUnstructuredGridVolumeRayCastMapper_GetMaximumImageSampleDistanceMinValue; extern(C) float function(void* jarg1) vtkUnstructuredGridVolumeRayCastMapper_GetMaximumImageSampleDistanceMaxValue; extern(C) float function(void* jarg1) vtkUnstructuredGridVolumeRayCastMapper_GetMaximumImageSampleDistance; extern(C) void function(void* jarg1, int jarg2) vtkUnstructuredGridVolumeRayCastMapper_SetAutoAdjustSampleDistances; extern(C) int function(void* jarg1) vtkUnstructuredGridVolumeRayCastMapper_GetAutoAdjustSampleDistancesMinValue; extern(C) int function(void* jarg1) vtkUnstructuredGridVolumeRayCastMapper_GetAutoAdjustSampleDistancesMaxValue; extern(C) int function(void* jarg1) vtkUnstructuredGridVolumeRayCastMapper_GetAutoAdjustSampleDistances; extern(C) void function(void* jarg1) vtkUnstructuredGridVolumeRayCastMapper_AutoAdjustSampleDistancesOn; extern(C) void function(void* jarg1) vtkUnstructuredGridVolumeRayCastMapper_AutoAdjustSampleDistancesOff; extern(C) void function(void* jarg1, int jarg2) vtkUnstructuredGridVolumeRayCastMapper_SetNumberOfThreads; extern(C) int function(void* jarg1) vtkUnstructuredGridVolumeRayCastMapper_GetNumberOfThreads; extern(C) void function(void* jarg1, int jarg2) vtkUnstructuredGridVolumeRayCastMapper_SetIntermixIntersectingGeometry; extern(C) int function(void* jarg1) vtkUnstructuredGridVolumeRayCastMapper_GetIntermixIntersectingGeometryMinValue; extern(C) int function(void* jarg1) vtkUnstructuredGridVolumeRayCastMapper_GetIntermixIntersectingGeometryMaxValue; extern(C) int function(void* jarg1) vtkUnstructuredGridVolumeRayCastMapper_GetIntermixIntersectingGeometry; extern(C) void function(void* jarg1) vtkUnstructuredGridVolumeRayCastMapper_IntermixIntersectingGeometryOn; extern(C) void function(void* jarg1) vtkUnstructuredGridVolumeRayCastMapper_IntermixIntersectingGeometryOff; extern(C) void function(void* jarg1, void* jarg2) vtkUnstructuredGridVolumeRayCastMapper_SetRayCastFunction; extern(C) void* function(void* jarg1) vtkUnstructuredGridVolumeRayCastMapper_GetRayCastFunction; extern(C) void function(void* jarg1, void* jarg2) vtkUnstructuredGridVolumeRayCastMapper_SetRayIntegrator; extern(C) void* function(void* jarg1) vtkUnstructuredGridVolumeRayCastMapper_GetRayIntegrator; extern(C) void function(void* jarg1, int jarg2, int jarg3) vtkUnstructuredGridVolumeRayCastMapper_CastRays; extern(C) void* function(void* objectRef) vtkUnstructuredGridVolumeRayCastMapper_Upcast; extern(C) void* function() vtkRowQueryToTable_New; extern(C) int function(const(char)* jarg1) vtkRowQueryToTable_IsTypeOf; extern(C) void* function(void* jarg1) vtkRowQueryToTable_SafeDownCast; extern(C) void* function(void* jarg1) vtkRowQueryToTable_NewInstance; extern(C) void function(void* jarg1, void* jarg2) vtkRowQueryToTable_SetQuery; extern(C) void* function(void* jarg1) vtkRowQueryToTable_GetQuery; extern(C) void* function(void* objectRef) vtkRowQueryToTable_Upcast; extern(C) int function(const(char)* jarg1) vtkSmoothPolyDataFilter_IsTypeOf; extern(C) void* function(void* jarg1) vtkSmoothPolyDataFilter_SafeDownCast; extern(C) void* function(void* jarg1) vtkSmoothPolyDataFilter_NewInstance; extern(C) void* function() vtkSmoothPolyDataFilter_New; extern(C) void function(void* jarg1, double jarg2) vtkSmoothPolyDataFilter_SetConvergence; extern(C) double function(void* jarg1) vtkSmoothPolyDataFilter_GetConvergenceMinValue; extern(C) double function(void* jarg1) vtkSmoothPolyDataFilter_GetConvergenceMaxValue; extern(C) double function(void* jarg1) vtkSmoothPolyDataFilter_GetConvergence; extern(C) void function(void* jarg1, int jarg2) vtkSmoothPolyDataFilter_SetNumberOfIterations; extern(C) int function(void* jarg1) vtkSmoothPolyDataFilter_GetNumberOfIterationsMinValue; extern(C) int function(void* jarg1) vtkSmoothPolyDataFilter_GetNumberOfIterationsMaxValue; extern(C) int function(void* jarg1) vtkSmoothPolyDataFilter_GetNumberOfIterations; extern(C) void function(void* jarg1, double jarg2) vtkSmoothPolyDataFilter_SetRelaxationFactor; extern(C) double function(void* jarg1) vtkSmoothPolyDataFilter_GetRelaxationFactor; extern(C) void function(void* jarg1, int jarg2) vtkSmoothPolyDataFilter_SetFeatureEdgeSmoothing; extern(C) int function(void* jarg1) vtkSmoothPolyDataFilter_GetFeatureEdgeSmoothing; extern(C) void function(void* jarg1) vtkSmoothPolyDataFilter_FeatureEdgeSmoothingOn; extern(C) void function(void* jarg1) vtkSmoothPolyDataFilter_FeatureEdgeSmoothingOff; extern(C) void function(void* jarg1, double jarg2) vtkSmoothPolyDataFilter_SetFeatureAngle; extern(C) double function(void* jarg1) vtkSmoothPolyDataFilter_GetFeatureAngleMinValue; extern(C) double function(void* jarg1) vtkSmoothPolyDataFilter_GetFeatureAngleMaxValue; extern(C) double function(void* jarg1) vtkSmoothPolyDataFilter_GetFeatureAngle; extern(C) void function(void* jarg1, double jarg2) vtkSmoothPolyDataFilter_SetEdgeAngle; extern(C) double function(void* jarg1) vtkSmoothPolyDataFilter_GetEdgeAngleMinValue; extern(C) double function(void* jarg1) vtkSmoothPolyDataFilter_GetEdgeAngleMaxValue; extern(C) double function(void* jarg1) vtkSmoothPolyDataFilter_GetEdgeAngle; extern(C) void function(void* jarg1, int jarg2) vtkSmoothPolyDataFilter_SetBoundarySmoothing; extern(C) int function(void* jarg1) vtkSmoothPolyDataFilter_GetBoundarySmoothing; extern(C) void function(void* jarg1) vtkSmoothPolyDataFilter_BoundarySmoothingOn; extern(C) void function(void* jarg1) vtkSmoothPolyDataFilter_BoundarySmoothingOff; extern(C) void function(void* jarg1, int jarg2) vtkSmoothPolyDataFilter_SetGenerateErrorScalars; extern(C) int function(void* jarg1) vtkSmoothPolyDataFilter_GetGenerateErrorScalars; extern(C) void function(void* jarg1) vtkSmoothPolyDataFilter_GenerateErrorScalarsOn; extern(C) void function(void* jarg1) vtkSmoothPolyDataFilter_GenerateErrorScalarsOff; extern(C) void function(void* jarg1, int jarg2) vtkSmoothPolyDataFilter_SetGenerateErrorVectors; extern(C) int function(void* jarg1) vtkSmoothPolyDataFilter_GetGenerateErrorVectors; extern(C) void function(void* jarg1) vtkSmoothPolyDataFilter_GenerateErrorVectorsOn; extern(C) void function(void* jarg1) vtkSmoothPolyDataFilter_GenerateErrorVectorsOff; extern(C) void function(void* jarg1, void* jarg2) vtkSmoothPolyDataFilter_SetSourceData; extern(C) void* function(void* jarg1) vtkSmoothPolyDataFilter_GetSource; extern(C) void* function(void* objectRef) vtkSmoothPolyDataFilter_Upcast; extern(C) int function(const(char)* jarg1) vtkLabelHierarchyCompositeIterator_IsTypeOf; extern(C) void* function(void* jarg1) vtkLabelHierarchyCompositeIterator_SafeDownCast; extern(C) void* function(void* jarg1) vtkLabelHierarchyCompositeIterator_NewInstance; extern(C) void* function() vtkLabelHierarchyCompositeIterator_New; extern(C) void function(void* jarg1, void* jarg2) vtkLabelHierarchyCompositeIterator_AddIterator__SWIG_0; extern(C) void function(void* jarg1, void* jarg2, int jarg3) vtkLabelHierarchyCompositeIterator_AddIterator__SWIG_1; extern(C) void function(void* jarg1) vtkLabelHierarchyCompositeIterator_ClearIterators; extern(C) void* function(void* objectRef) vtkLabelHierarchyCompositeIterator_Upcast; extern(C) int function(const(char)* jarg1) vtkQuadratureSchemeDefinition_IsTypeOf; extern(C) void* function(void* jarg1) vtkQuadratureSchemeDefinition_SafeDownCast; extern(C) void* function(void* jarg1) vtkQuadratureSchemeDefinition_NewInstance; extern(C) void* function() vtkQuadratureSchemeDefinition_DICTIONARY; extern(C) void* function() vtkQuadratureSchemeDefinition_QUADRATURE_OFFSET_ARRAY_NAME; extern(C) void* function() vtkQuadratureSchemeDefinition_New; extern(C) int function(void* jarg1, void* jarg2) vtkQuadratureSchemeDefinition_DeepCopy; extern(C) int function(void* jarg1, void* jarg2) vtkQuadratureSchemeDefinition_SaveState; extern(C) int function(void* jarg1, void* jarg2) vtkQuadratureSchemeDefinition_RestoreState; extern(C) void function(void* jarg1) vtkQuadratureSchemeDefinition_Clear; extern(C) void function(void* jarg1, int jarg2, int jarg3, int jarg4, void* jarg5) vtkQuadratureSchemeDefinition_Initialize__SWIG_0; extern(C) void function(void* jarg1, int jarg2, int jarg3, int jarg4, void* jarg5, void* jarg6) vtkQuadratureSchemeDefinition_Initialize__SWIG_1; extern(C) int function(void* jarg1) vtkQuadratureSchemeDefinition_GetCellType; extern(C) int function(void* jarg1) vtkQuadratureSchemeDefinition_GetQuadratureKey; extern(C) int function(void* jarg1) vtkQuadratureSchemeDefinition_GetNumberOfNodes; extern(C) int function(void* jarg1) vtkQuadratureSchemeDefinition_GetNumberOfQuadraturePoints; extern(C) void* function(void* jarg1) vtkQuadratureSchemeDefinition_GetShapeFunctionWeights__SWIG_0; extern(C) void* function(void* jarg1, int jarg2) vtkQuadratureSchemeDefinition_GetShapeFunctionWeights__SWIG_1; extern(C) void* function(void* jarg1) vtkQuadratureSchemeDefinition_GetQuadratureWeights; extern(C) void* function(void* objectRef) vtkQuadratureSchemeDefinition_Upcast; extern(C) void* function() vtkPairwiseExtractHistogram2D_New; extern(C) int function(const(char)* jarg1) vtkPairwiseExtractHistogram2D_IsTypeOf; extern(C) void* function(void* jarg1) vtkPairwiseExtractHistogram2D_SafeDownCast; extern(C) void* function(void* jarg1) vtkPairwiseExtractHistogram2D_NewInstance; extern(C) void function(void* jarg1, int jarg2, int jarg3) vtkPairwiseExtractHistogram2D_SetNumberOfBins__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkPairwiseExtractHistogram2D_SetNumberOfBins__SWIG_1; extern(C) void* function(void* jarg1) vtkPairwiseExtractHistogram2D_GetNumberOfBins__SWIG_0; extern(C) void function(void* jarg1, void* jarg2, void* jarg3) vtkPairwiseExtractHistogram2D_GetNumberOfBins__SWIG_1; extern(C) void function(void* jarg1, void* jarg2) vtkPairwiseExtractHistogram2D_GetNumberOfBins__SWIG_2; extern(C) void function(void* jarg1, int jarg2) vtkPairwiseExtractHistogram2D_SetCustomColumnRangeIndex; extern(C) void function(void* jarg1, double jarg2, double jarg3) vtkPairwiseExtractHistogram2D_SetCustomColumnRangeByIndex; extern(C) void function(void* jarg1, int jarg2, void* jarg3) vtkPairwiseExtractHistogram2D_SetCustomColumnRange__SWIG_0; extern(C) void function(void* jarg1, int jarg2, double jarg3, double jarg4) vtkPairwiseExtractHistogram2D_SetCustomColumnRange__SWIG_1; extern(C) void function(void* jarg1, int jarg2) vtkPairwiseExtractHistogram2D_SetScalarType; extern(C) void function(void* jarg1) vtkPairwiseExtractHistogram2D_SetScalarTypeToUnsignedInt; extern(C) void function(void* jarg1) vtkPairwiseExtractHistogram2D_SetScalarTypeToUnsignedLong; extern(C) void function(void* jarg1) vtkPairwiseExtractHistogram2D_SetScalarTypeToUnsignedShort; extern(C) void function(void* jarg1) vtkPairwiseExtractHistogram2D_SetScalarTypeToUnsignedChar; extern(C) int function(void* jarg1) vtkPairwiseExtractHistogram2D_GetScalarType; extern(C) double function(void* jarg1, int jarg2) vtkPairwiseExtractHistogram2D_GetMaximumBinCount__SWIG_0; extern(C) double function(void* jarg1) vtkPairwiseExtractHistogram2D_GetMaximumBinCount__SWIG_1; extern(C) int function(void* jarg1, int jarg2, long jarg3, long jarg4, void* jarg5) vtkPairwiseExtractHistogram2D_GetBinRange__SWIG_0; extern(C) int function(void* jarg1, int jarg2, long jarg3, void* jarg4) vtkPairwiseExtractHistogram2D_GetBinRange__SWIG_1; extern(C) void function(void* jarg1, int jarg2, void* jarg3) vtkPairwiseExtractHistogram2D_GetBinWidth; extern(C) void* function(void* jarg1, int jarg2) vtkPairwiseExtractHistogram2D_GetHistogramExtents; extern(C) void* function(void* jarg1, int jarg2) vtkPairwiseExtractHistogram2D_GetOutputHistogramImage; extern(C) void* function(void* jarg1, int jarg2) vtkPairwiseExtractHistogram2D_GetHistogramFilter; extern(C) void* function(void* objectRef) vtkPairwiseExtractHistogram2D_Upcast; extern(C) void* function() vtkExtractSelectedGraph_New; extern(C) int function(const(char)* jarg1) vtkExtractSelectedGraph_IsTypeOf; extern(C) void* function(void* jarg1) vtkExtractSelectedGraph_SafeDownCast; extern(C) void* function(void* jarg1) vtkExtractSelectedGraph_NewInstance; extern(C) void function(void* jarg1, void* jarg2) vtkExtractSelectedGraph_SetSelectionConnection; extern(C) void function(void* jarg1, void* jarg2) vtkExtractSelectedGraph_SetAnnotationLayersConnection; extern(C) void function(void* jarg1, uint jarg2) vtkExtractSelectedGraph_SetRemoveIsolatedVertices; extern(C) uint function(void* jarg1) vtkExtractSelectedGraph_GetRemoveIsolatedVertices; extern(C) void function(void* jarg1) vtkExtractSelectedGraph_RemoveIsolatedVerticesOn; extern(C) void function(void* jarg1) vtkExtractSelectedGraph_RemoveIsolatedVerticesOff; extern(C) int function(void* jarg1, int jarg2, void* jarg3) vtkExtractSelectedGraph_FillInputPortInformation; extern(C) void* function(void* objectRef) vtkExtractSelectedGraph_Upcast; extern(C) int function(const(char)* jarg1) vtkImplicitSelectionLoop_IsTypeOf; extern(C) void* function(void* jarg1) vtkImplicitSelectionLoop_SafeDownCast; extern(C) void* function(void* jarg1) vtkImplicitSelectionLoop_NewInstance; extern(C) void* function() vtkImplicitSelectionLoop_New; extern(C) double function(void* jarg1, void* jarg2) vtkImplicitSelectionLoop_EvaluateFunction__SWIG_0; extern(C) double function(void* jarg1, double jarg2, double jarg3, double jarg4) vtkImplicitSelectionLoop_EvaluateFunction__SWIG_1; extern(C) void function(void* jarg1, void* jarg2) vtkImplicitSelectionLoop_SetLoop; extern(C) void* function(void* jarg1) vtkImplicitSelectionLoop_GetLoop; extern(C) void function(void* jarg1, int jarg2) vtkImplicitSelectionLoop_SetAutomaticNormalGeneration; extern(C) int function(void* jarg1) vtkImplicitSelectionLoop_GetAutomaticNormalGeneration; extern(C) void function(void* jarg1) vtkImplicitSelectionLoop_AutomaticNormalGenerationOn; extern(C) void function(void* jarg1) vtkImplicitSelectionLoop_AutomaticNormalGenerationOff; extern(C) void function(void* jarg1, double jarg2, double jarg3, double jarg4) vtkImplicitSelectionLoop_SetNormal__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkImplicitSelectionLoop_SetNormal__SWIG_1; extern(C) void* function(void* jarg1) vtkImplicitSelectionLoop_GetNormal__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkImplicitSelectionLoop_GetNormal__SWIG_1; extern(C) void* function(void* objectRef) vtkImplicitSelectionLoop_Upcast; extern(C) int function(const(char)* jarg1) vtkContextScene_IsTypeOf; extern(C) void* function(void* jarg1) vtkContextScene_SafeDownCast; extern(C) void* function(void* jarg1) vtkContextScene_NewInstance; extern(C) void* function() vtkContextScene_New; extern(C) uint function(void* jarg1, void* jarg2) vtkContextScene_Paint; extern(C) uint function(void* jarg1, void* jarg2) vtkContextScene_AddItem; extern(C) uint function(void* jarg1, void* jarg2) vtkContextScene_RemoveItem__SWIG_0; extern(C) uint function(void* jarg1, uint jarg2) vtkContextScene_RemoveItem__SWIG_1; extern(C) void* function(void* jarg1, uint jarg2) vtkContextScene_GetItem; extern(C) uint function(void* jarg1) vtkContextScene_GetNumberOfItems; extern(C) void function(void* jarg1) vtkContextScene_ClearItems; extern(C) void function(void* jarg1, void* jarg2) vtkContextScene_SetAnnotationLink; extern(C) void* function(void* jarg1) vtkContextScene_GetAnnotationLink; extern(C) void function(void* jarg1, int jarg2, int jarg3) vtkContextScene_SetGeometry__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkContextScene_SetGeometry__SWIG_1; extern(C) void* function(void* jarg1) vtkContextScene_GetGeometry__SWIG_0; extern(C) void function(void* jarg1, void* jarg2, void* jarg3) vtkContextScene_GetGeometry__SWIG_1; extern(C) void function(void* jarg1, void* jarg2) vtkContextScene_GetGeometry__SWIG_2; extern(C) void function(void* jarg1, uint jarg2) vtkContextScene_SetUseBufferId; extern(C) uint function(void* jarg1) vtkContextScene_GetUseBufferId; extern(C) int function(void* jarg1) vtkContextScene_GetViewWidth; extern(C) int function(void* jarg1) vtkContextScene_GetViewHeight; extern(C) int function(void* jarg1) vtkContextScene_GetSceneWidth; extern(C) int function(void* jarg1) vtkContextScene_GetSceneHeight; extern(C) void function(void* jarg1, uint jarg2) vtkContextScene_SetScaleTiles; extern(C) uint function(void* jarg1) vtkContextScene_GetScaleTiles; extern(C) void function(void* jarg1) vtkContextScene_ScaleTilesOn; extern(C) void function(void* jarg1) vtkContextScene_ScaleTilesOff; extern(C) void function(void* jarg1, void* jarg2) vtkContextScene_SetRenderer; extern(C) void function(void* jarg1, uint jarg2) vtkContextScene_SetDirty; extern(C) uint function(void* jarg1) vtkContextScene_GetDirty; extern(C) void* function() new_vtkContextScene; extern(C) void function(void* jarg1) delete_vtkContextScene; extern(C) void* function(void* objectRef) vtkContextScene_Upcast; extern(C) int function(const(char)* jarg1) vtkTDxInteractorStyle_IsTypeOf; extern(C) void* function(void* jarg1) vtkTDxInteractorStyle_SafeDownCast; extern(C) void* function(void* jarg1) vtkTDxInteractorStyle_NewInstance; extern(C) void function(void* jarg1, void* jarg2, core.stdc.config.c_ulong jarg3, void* jarg4) vtkTDxInteractorStyle_ProcessEvent; extern(C) void* function(void* jarg1) vtkTDxInteractorStyle_GetSettings; extern(C) void function(void* jarg1, void* jarg2) vtkTDxInteractorStyle_SetSettings; extern(C) void* function(void* objectRef) vtkTDxInteractorStyle_Upcast; extern(C) void* function() vtkTDxInteractorStyleCamera_New; extern(C) int function(const(char)* jarg1) vtkTDxInteractorStyleCamera_IsTypeOf; extern(C) void* function(void* jarg1) vtkTDxInteractorStyleCamera_SafeDownCast; extern(C) void* function(void* jarg1) vtkTDxInteractorStyleCamera_NewInstance; extern(C) void* function(void* objectRef) vtkTDxInteractorStyleCamera_Upcast; extern(C) void* function() vtkConvertSelectionDomain_New; extern(C) int function(const(char)* jarg1) vtkConvertSelectionDomain_IsTypeOf; extern(C) void* function(void* jarg1) vtkConvertSelectionDomain_SafeDownCast; extern(C) void* function(void* jarg1) vtkConvertSelectionDomain_NewInstance; extern(C) void* function(void* objectRef) vtkConvertSelectionDomain_Upcast; extern(C) int function(const(char)* jarg1) vtkExtractCells_IsTypeOf; extern(C) void* function(void* jarg1) vtkExtractCells_SafeDownCast; extern(C) void* function(void* jarg1) vtkExtractCells_NewInstance; extern(C) void* function() vtkExtractCells_New; extern(C) void function(void* jarg1, void* jarg2) vtkExtractCells_SetCellList; extern(C) void function(void* jarg1, void* jarg2) vtkExtractCells_AddCellList; extern(C) void function(void* jarg1, long jarg2, long jarg3) vtkExtractCells_AddCellRange; extern(C) void* function(void* objectRef) vtkExtractCells_Upcast; extern(C) void* function() vtkTriQuadraticHexahedron_New; extern(C) int function(const(char)* jarg1) vtkTriQuadraticHexahedron_IsTypeOf; extern(C) void* function(void* jarg1) vtkTriQuadraticHexahedron_SafeDownCast; extern(C) void* function(void* jarg1) vtkTriQuadraticHexahedron_NewInstance; extern(C) void function(void* jarg1, void* jarg2) vtkTriQuadraticHexahedron_InterpolationFunctions; extern(C) void function(void* jarg1, void* jarg2) vtkTriQuadraticHexahedron_InterpolationDerivs; extern(C) void function(void* jarg1, void* jarg2, void* jarg3) vtkTriQuadraticHexahedron_InterpolateFunctions; extern(C) void function(void* jarg1, void* jarg2, void* jarg3) vtkTriQuadraticHexahedron_InterpolateDerivs; extern(C) void* function(int jarg1) vtkTriQuadraticHexahedron_GetEdgeArray; extern(C) void* function(int jarg1) vtkTriQuadraticHexahedron_GetFaceArray; extern(C) void function(void* jarg1, void* jarg2, void* jarg3, void* jarg4) vtkTriQuadraticHexahedron_JacobianInverse; extern(C) void* function(void* objectRef) vtkTriQuadraticHexahedron_Upcast; extern(C) int function(const(char)* jarg1) vtkRotationalExtrusionFilter_IsTypeOf; extern(C) void* function(void* jarg1) vtkRotationalExtrusionFilter_SafeDownCast; extern(C) void* function(void* jarg1) vtkRotationalExtrusionFilter_NewInstance; extern(C) void* function() vtkRotationalExtrusionFilter_New; extern(C) void function(void* jarg1, int jarg2) vtkRotationalExtrusionFilter_SetResolution; extern(C) int function(void* jarg1) vtkRotationalExtrusionFilter_GetResolutionMinValue; extern(C) int function(void* jarg1) vtkRotationalExtrusionFilter_GetResolutionMaxValue; extern(C) int function(void* jarg1) vtkRotationalExtrusionFilter_GetResolution; extern(C) void function(void* jarg1, int jarg2) vtkRotationalExtrusionFilter_SetCapping; extern(C) int function(void* jarg1) vtkRotationalExtrusionFilter_GetCapping; extern(C) void function(void* jarg1) vtkRotationalExtrusionFilter_CappingOn; extern(C) void function(void* jarg1) vtkRotationalExtrusionFilter_CappingOff; extern(C) void function(void* jarg1, double jarg2) vtkRotationalExtrusionFilter_SetAngle; extern(C) double function(void* jarg1) vtkRotationalExtrusionFilter_GetAngle; extern(C) void function(void* jarg1, double jarg2) vtkRotationalExtrusionFilter_SetTranslation; extern(C) double function(void* jarg1) vtkRotationalExtrusionFilter_GetTranslation; extern(C) void function(void* jarg1, double jarg2) vtkRotationalExtrusionFilter_SetDeltaRadius; extern(C) double function(void* jarg1) vtkRotationalExtrusionFilter_GetDeltaRadius; extern(C) void* function(void* objectRef) vtkRotationalExtrusionFilter_Upcast; extern(C) void* function() vtkPointData_New; extern(C) int function(const(char)* jarg1) vtkPointData_IsTypeOf; extern(C) void* function(void* jarg1) vtkPointData_SafeDownCast; extern(C) void* function(void* jarg1) vtkPointData_NewInstance; extern(C) void function(void* jarg1, long jarg2) vtkPointData_NullPoint; extern(C) void* function(void* objectRef) vtkPointData_Upcast; extern(C) int function(const(char)* jarg1) vtkAbstractGridConnectivity_IsTypeOf; extern(C) void* function(void* jarg1) vtkAbstractGridConnectivity_SafeDownCast; extern(C) void* function(void* jarg1) vtkAbstractGridConnectivity_NewInstance; extern(C) void function(void* jarg1, uint jarg2) vtkAbstractGridConnectivity_SetNumberOfGhostLayers; extern(C) uint function(void* jarg1) vtkAbstractGridConnectivity_GetNumberOfGhostLayers; extern(C) void function(void* jarg1, uint jarg2) vtkAbstractGridConnectivity_SetNumberOfGrids; extern(C) uint function(void* jarg1) vtkAbstractGridConnectivity_GetNumberOfGrids; extern(C) void function(void* jarg1) vtkAbstractGridConnectivity_ComputeNeighbors; extern(C) void function(void* jarg1, int jarg2) vtkAbstractGridConnectivity_CreateGhostLayers__SWIG_0; extern(C) void function(void* jarg1) vtkAbstractGridConnectivity_CreateGhostLayers__SWIG_1; extern(C) void* function(void* jarg1, int jarg2) vtkAbstractGridConnectivity_GetGhostedPointGhostArray; extern(C) void* function(void* jarg1, int jarg2) vtkAbstractGridConnectivity_GetGhostedCellGhostArray; extern(C) void* function(void* jarg1, int jarg2) vtkAbstractGridConnectivity_GetGhostedGridPointData; extern(C) void* function(void* jarg1, int jarg2) vtkAbstractGridConnectivity_GetGhostedGridCellData; extern(C) void* function(void* jarg1, int jarg2) vtkAbstractGridConnectivity_GetGhostedPoints; extern(C) void* function(void* objectRef) vtkAbstractGridConnectivity_Upcast; extern(C) void function(void* jarg1, int jarg2) vtkStructuredNeighbor_NeighborID_set; extern(C) int function(void* jarg1) vtkStructuredNeighbor_NeighborID_get; extern(C) void function(void* jarg1, void* jarg2) vtkStructuredNeighbor_OverlapExtent_set; extern(C) void* function(void* jarg1) vtkStructuredNeighbor_OverlapExtent_get; extern(C) void function(void* jarg1, void* jarg2) vtkStructuredNeighbor_SendExtent_set; extern(C) void* function(void* jarg1) vtkStructuredNeighbor_SendExtent_get; extern(C) void function(void* jarg1, void* jarg2) vtkStructuredNeighbor_RcvExtent_set; extern(C) void* function(void* jarg1) vtkStructuredNeighbor_RcvExtent_get; extern(C) void function(void* jarg1, void* jarg2) vtkStructuredNeighbor_Orientation_set; extern(C) void* function(void* jarg1) vtkStructuredNeighbor_Orientation_get; extern(C) void* function() new_vtkStructuredNeighbor__SWIG_0; extern(C) void* function(int jarg1, void* jarg2) new_vtkStructuredNeighbor__SWIG_1; extern(C) void* function(int jarg1, void* jarg2, void* jarg3) new_vtkStructuredNeighbor__SWIG_2; extern(C) void* function(void* jarg1) new_vtkStructuredNeighbor__SWIG_3; extern(C) void function(void* jarg1) delete_vtkStructuredNeighbor; extern(C) void* function(void* jarg1, void* jarg2) vtkStructuredNeighbor_Equal; extern(C) void function(void* jarg1, void* jarg2, void* jarg3, void* jarg4, void* jarg5, int jarg6) vtkStructuredNeighbor_ComputeSendAndReceiveExtent; extern(C) void function(void* jarg1, void* jarg2) vtkStructuredAMRNeighbor_GridOverlapExtent_set; extern(C) void* function(void* jarg1) vtkStructuredAMRNeighbor_GridOverlapExtent_get; extern(C) void function(void* jarg1, int jarg2) vtkStructuredAMRNeighbor_GridLevel_set; extern(C) int function(void* jarg1) vtkStructuredAMRNeighbor_GridLevel_get; extern(C) void function(void* jarg1, int jarg2) vtkStructuredAMRNeighbor_NeighborLevel_set; extern(C) int function(void* jarg1) vtkStructuredAMRNeighbor_NeighborLevel_get; extern(C) void function(void* jarg1, int jarg2) vtkStructuredAMRNeighbor_RelationShip_set; extern(C) int function(void* jarg1) vtkStructuredAMRNeighbor_RelationShip_get; extern(C) void* function() new_vtkStructuredAMRNeighbor__SWIG_0; extern(C) void* function(int jarg1, int jarg2, int jarg3, void* jarg4, void* jarg5, void* jarg6, int jarg7) new_vtkStructuredAMRNeighbor__SWIG_1; extern(C) void function(void* jarg1) delete_vtkStructuredAMRNeighbor; extern(C) void* function(void* jarg1, void* jarg2) vtkStructuredAMRNeighbor_Equal; extern(C) void function(void* jarg1, int jarg2, void* jarg3, void* jarg4) vtkStructuredAMRNeighbor_GetReceiveExtentOnGrid; extern(C) const(char)* function(void* jarg1) vtkStructuredAMRNeighbor_GetRelationShipString; extern(C) void* function(void* objectRef) vtkStructuredAMRNeighbor_Upcast; extern(C) void* function() vtkStructuredAMRGridConnectivity_New; extern(C) int function(const(char)* jarg1) vtkStructuredAMRGridConnectivity_IsTypeOf; extern(C) void* function(void* jarg1) vtkStructuredAMRGridConnectivity_SafeDownCast; extern(C) void* function(void* jarg1) vtkStructuredAMRGridConnectivity_NewInstance; extern(C) void function(void* jarg1, uint jarg2, uint jarg3, int jarg4) vtkStructuredAMRGridConnectivity_Initialize__SWIG_0; extern(C) void function(void* jarg1, uint jarg2, uint jarg3) vtkStructuredAMRGridConnectivity_Initialize__SWIG_1; extern(C) void function(void* jarg1, int jarg2) vtkStructuredAMRGridConnectivity_CreateGhostLayers__SWIG_0; extern(C) void function(void* jarg1) vtkStructuredAMRGridConnectivity_CreateGhostLayers__SWIG_1; extern(C) void function(void* jarg1, int jarg2, int jarg3, int jarg4, void* jarg5, void* jarg6, void* jarg7, void* jarg8, void* jarg9, void* jarg10) vtkStructuredAMRGridConnectivity_RegisterGrid__SWIG_0; extern(C) void function(void* jarg1, int jarg2, int jarg3, void* jarg4, void* jarg5, void* jarg6, void* jarg7, void* jarg8, void* jarg9) vtkStructuredAMRGridConnectivity_RegisterGrid__SWIG_1; extern(C) void function(void* jarg1, uint jarg2) vtkStructuredAMRGridConnectivity_SetBalancedRefinement; extern(C) uint function(void* jarg1) vtkStructuredAMRGridConnectivity_GetBalancedRefinement; extern(C) void function(void* jarg1, uint jarg2) vtkStructuredAMRGridConnectivity_SetNodeCentered; extern(C) uint function(void* jarg1) vtkStructuredAMRGridConnectivity_GetNodeCentered; extern(C) void function(void* jarg1, uint jarg2) vtkStructuredAMRGridConnectivity_SetCellCentered; extern(C) uint function(void* jarg1) vtkStructuredAMRGridConnectivity_GetCellCentered; extern(C) int function(void* jarg1, int jarg2) vtkStructuredAMRGridConnectivity_GetNumberOfNeighbors; extern(C) void function(void* jarg1, int jarg2, void* jarg3) vtkStructuredAMRGridConnectivity_GetGhostedExtent; extern(C) void* function(void* jarg1, int jarg2, int jarg3) vtkStructuredAMRGridConnectivity_GetNeighbor; extern(C) void* function(void* objectRef) vtkStructuredAMRGridConnectivity_Upcast; extern(C) void* function() vtkQuadraticTetra_New; extern(C) int function(const(char)* jarg1) vtkQuadraticTetra_IsTypeOf; extern(C) void* function(void* jarg1) vtkQuadraticTetra_SafeDownCast; extern(C) void* function(void* jarg1) vtkQuadraticTetra_NewInstance; extern(C) void function(void* jarg1, void* jarg2) vtkQuadraticTetra_InterpolationFunctions; extern(C) void function(void* jarg1, void* jarg2) vtkQuadraticTetra_InterpolationDerivs; extern(C) void function(void* jarg1, void* jarg2, void* jarg3) vtkQuadraticTetra_InterpolateFunctions; extern(C) void function(void* jarg1, void* jarg2, void* jarg3) vtkQuadraticTetra_InterpolateDerivs; extern(C) void* function(int jarg1) vtkQuadraticTetra_GetEdgeArray; extern(C) void* function(int jarg1) vtkQuadraticTetra_GetFaceArray; extern(C) void function(void* jarg1, void* jarg2, void* jarg3, void* jarg4) vtkQuadraticTetra_JacobianInverse; extern(C) void* function(void* objectRef) vtkQuadraticTetra_Upcast; extern(C) void* function() vtkTetra_New; extern(C) int function(const(char)* jarg1) vtkTetra_IsTypeOf; extern(C) void* function(void* jarg1) vtkTetra_SafeDownCast; extern(C) void* function(void* jarg1) vtkTetra_NewInstance; extern(C) void function(void* jarg1, void* jarg2, void* jarg3, void* jarg4, void* jarg5) vtkTetra_TetraCenter; extern(C) double function(void* jarg1, void* jarg2, void* jarg3, void* jarg4, void* jarg5) vtkTetra_Circumsphere; extern(C) double function(void* jarg1, void* jarg2, void* jarg3, void* jarg4, void* jarg5) vtkTetra_Insphere; extern(C) int function(void* jarg1, void* jarg2, void* jarg3, void* jarg4, void* jarg5, void* jarg6) vtkTetra_BarycentricCoords; extern(C) double function(void* jarg1, void* jarg2, void* jarg3, void* jarg4) vtkTetra_ComputeVolume; extern(C) int function(void* jarg1, void* jarg2, void* jarg3) vtkTetra_JacobianInverse; extern(C) void function(void* jarg1, void* jarg2) vtkTetra_InterpolationFunctions; extern(C) void function(void* jarg1, void* jarg2) vtkTetra_InterpolationDerivs; extern(C) void function(void* jarg1, void* jarg2, void* jarg3) vtkTetra_InterpolateFunctions; extern(C) void function(void* jarg1, void* jarg2, void* jarg3) vtkTetra_InterpolateDerivs; extern(C) void* function(int jarg1) vtkTetra_GetEdgeArray; extern(C) void* function(int jarg1) vtkTetra_GetFaceArray; extern(C) void* function(void* objectRef) vtkTetra_Upcast; extern(C) void* function() vtkXGMLReader_New; extern(C) int function(const(char)* jarg1) vtkXGMLReader_IsTypeOf; extern(C) void* function(void* jarg1) vtkXGMLReader_SafeDownCast; extern(C) void* function(void* jarg1) vtkXGMLReader_NewInstance; extern(C) const(char)* function(void* jarg1) vtkXGMLReader_GetFileName; extern(C) void function(void* jarg1, const(char)* jarg2) vtkXGMLReader_SetFileName; extern(C) void* function(void* objectRef) vtkXGMLReader_Upcast; extern(C) int function(const(char)* jarg1) vtkFiniteDifferenceGradientEstimator_IsTypeOf; extern(C) void* function(void* jarg1) vtkFiniteDifferenceGradientEstimator_SafeDownCast; extern(C) void* function(void* jarg1) vtkFiniteDifferenceGradientEstimator_NewInstance; extern(C) void* function() vtkFiniteDifferenceGradientEstimator_New; extern(C) void function(void* jarg1, int jarg2) vtkFiniteDifferenceGradientEstimator_SetSampleSpacingInVoxels; extern(C) int function(void* jarg1) vtkFiniteDifferenceGradientEstimator_GetSampleSpacingInVoxels; extern(C) void function(void* jarg1, int jarg2) vtkFiniteDifferenceGradientEstimator_SampleSpacingInVoxels_set; extern(C) int function(void* jarg1) vtkFiniteDifferenceGradientEstimator_SampleSpacingInVoxels_get; extern(C) void* function(void* objectRef) vtkFiniteDifferenceGradientEstimator_Upcast; extern(C) void* function() vtkBYUWriter_New; extern(C) int function(const(char)* jarg1) vtkBYUWriter_IsTypeOf; extern(C) void* function(void* jarg1) vtkBYUWriter_SafeDownCast; extern(C) void* function(void* jarg1) vtkBYUWriter_NewInstance; extern(C) void function(void* jarg1, const(char)* jarg2) vtkBYUWriter_SetGeometryFileName; extern(C) const(char)* function(void* jarg1) vtkBYUWriter_GetGeometryFileName; extern(C) void function(void* jarg1, const(char)* jarg2) vtkBYUWriter_SetDisplacementFileName; extern(C) const(char)* function(void* jarg1) vtkBYUWriter_GetDisplacementFileName; extern(C) void function(void* jarg1, const(char)* jarg2) vtkBYUWriter_SetScalarFileName; extern(C) const(char)* function(void* jarg1) vtkBYUWriter_GetScalarFileName; extern(C) void function(void* jarg1, const(char)* jarg2) vtkBYUWriter_SetTextureFileName; extern(C) const(char)* function(void* jarg1) vtkBYUWriter_GetTextureFileName; extern(C) void function(void* jarg1, int jarg2) vtkBYUWriter_SetWriteDisplacement; extern(C) int function(void* jarg1) vtkBYUWriter_GetWriteDisplacement; extern(C) void function(void* jarg1) vtkBYUWriter_WriteDisplacementOn; extern(C) void function(void* jarg1) vtkBYUWriter_WriteDisplacementOff; extern(C) void function(void* jarg1, int jarg2) vtkBYUWriter_SetWriteScalar; extern(C) int function(void* jarg1) vtkBYUWriter_GetWriteScalar; extern(C) void function(void* jarg1) vtkBYUWriter_WriteScalarOn; extern(C) void function(void* jarg1) vtkBYUWriter_WriteScalarOff; extern(C) void function(void* jarg1, int jarg2) vtkBYUWriter_SetWriteTexture; extern(C) int function(void* jarg1) vtkBYUWriter_GetWriteTexture; extern(C) void function(void* jarg1) vtkBYUWriter_WriteTextureOn; extern(C) void function(void* jarg1) vtkBYUWriter_WriteTextureOff; extern(C) void* function(void* jarg1) vtkBYUWriter_GetInput__SWIG_0; extern(C) void* function(void* jarg1, int jarg2) vtkBYUWriter_GetInput__SWIG_1; extern(C) void* function(void* objectRef) vtkBYUWriter_Upcast; extern(C) void* function() vtkButterflySubdivisionFilter_New; extern(C) int function(const(char)* jarg1) vtkButterflySubdivisionFilter_IsTypeOf; extern(C) void* function(void* jarg1) vtkButterflySubdivisionFilter_SafeDownCast; extern(C) void* function(void* jarg1) vtkButterflySubdivisionFilter_NewInstance; extern(C) void* function(void* objectRef) vtkButterflySubdivisionFilter_Upcast; extern(C) int function(const(char)* jarg1) vtkParametricKlein_IsTypeOf; extern(C) void* function(void* jarg1) vtkParametricKlein_SafeDownCast; extern(C) void* function(void* jarg1) vtkParametricKlein_NewInstance; extern(C) void* function() vtkParametricKlein_New; extern(C) void* function(void* objectRef) vtkParametricKlein_Upcast; extern(C) int function(const(char)* jarg1) vtkGLSLShaderProgram_IsTypeOf; extern(C) void* function(void* jarg1) vtkGLSLShaderProgram_SafeDownCast; extern(C) void* function(void* jarg1) vtkGLSLShaderProgram_NewInstance; extern(C) void* function() vtkGLSLShaderProgram_New; extern(C) uint function(void* jarg1) vtkGLSLShaderProgram_GetProgram; extern(C) void* function(void* objectRef) vtkGLSLShaderProgram_Upcast; extern(C) void* function() vtkPolynomialSolversUnivariate_New; extern(C) int function(const(char)* jarg1) vtkPolynomialSolversUnivariate_IsTypeOf; extern(C) void* function(void* jarg1) vtkPolynomialSolversUnivariate_SafeDownCast; extern(C) void* function(void* jarg1) vtkPolynomialSolversUnivariate_NewInstance; extern(C) void* function(void* jarg1, void* jarg2, int jarg3) vtkPolynomialSolversUnivariate_PrintPolynomial; extern(C) int function(void* jarg1, int jarg2, void* jarg3, void* jarg4, double jarg5) vtkPolynomialSolversUnivariate_HabichtBisectionSolve__SWIG_0; extern(C) int function(void* jarg1, int jarg2, void* jarg3, void* jarg4, double jarg5, int jarg6) vtkPolynomialSolversUnivariate_HabichtBisectionSolve__SWIG_1; extern(C) int function(void* jarg1, int jarg2, void* jarg3, void* jarg4, double jarg5, int jarg6, uint jarg7) vtkPolynomialSolversUnivariate_HabichtBisectionSolve__SWIG_2; extern(C) int function(void* jarg1, int jarg2, void* jarg3, void* jarg4, double jarg5) vtkPolynomialSolversUnivariate_SturmBisectionSolve__SWIG_0; extern(C) int function(void* jarg1, int jarg2, void* jarg3, void* jarg4, double jarg5, int jarg6) vtkPolynomialSolversUnivariate_SturmBisectionSolve__SWIG_1; extern(C) int function(void* jarg1, int jarg2, void* jarg3, void* jarg4, double jarg5, int jarg6, uint jarg7) vtkPolynomialSolversUnivariate_SturmBisectionSolve__SWIG_2; extern(C) int function(void* jarg1, int jarg2, void* jarg3, int jarg4, double jarg5) vtkPolynomialSolversUnivariate_FilterRoots; extern(C) int function(void* jarg1, int jarg2, void* jarg3, void* jarg4) vtkPolynomialSolversUnivariate_LinBairstowSolve; extern(C) int function(void* jarg1, void* jarg2, void* jarg3, double jarg4) vtkPolynomialSolversUnivariate_FerrariSolve; extern(C) int function(void* jarg1, void* jarg2, void* jarg3, double jarg4) vtkPolynomialSolversUnivariate_TartagliaCardanSolve; extern(C) void* function(double jarg1, double jarg2, double jarg3, double jarg4) vtkPolynomialSolversUnivariate_SolveCubic__SWIG_0; extern(C) void* function(double jarg1, double jarg2, double jarg3) vtkPolynomialSolversUnivariate_SolveQuadratic__SWIG_0; extern(C) void* function(double jarg1, double jarg2) vtkPolynomialSolversUnivariate_SolveLinear__SWIG_0; extern(C) int function(double jarg1, double jarg2, double jarg3, double jarg4, void* jarg5, void* jarg6, void* jarg7, void* jarg8) vtkPolynomialSolversUnivariate_SolveCubic__SWIG_1; extern(C) int function(double jarg1, double jarg2, double jarg3, void* jarg4, void* jarg5, void* jarg6) vtkPolynomialSolversUnivariate_SolveQuadratic__SWIG_1; extern(C) int function(void* jarg1, void* jarg2, void* jarg3) vtkPolynomialSolversUnivariate_SolveQuadratic__SWIG_2; extern(C) int function(double jarg1, double jarg2, void* jarg3, void* jarg4) vtkPolynomialSolversUnivariate_SolveLinear__SWIG_1; extern(C) void function(double jarg1) vtkPolynomialSolversUnivariate_SetDivisionTolerance; extern(C) double function() vtkPolynomialSolversUnivariate_GetDivisionTolerance; extern(C) void* function(void* objectRef) vtkPolynomialSolversUnivariate_Upcast; extern(C) int function(const(char)* jarg1) vtkCirclePackLayoutStrategy_IsTypeOf; extern(C) void* function(void* jarg1) vtkCirclePackLayoutStrategy_SafeDownCast; extern(C) void* function(void* jarg1) vtkCirclePackLayoutStrategy_NewInstance; extern(C) void function(void* jarg1, void* jarg2, void* jarg3, void* jarg4) vtkCirclePackLayoutStrategy_Layout; extern(C) void* function(void* objectRef) vtkCirclePackLayoutStrategy_Upcast; extern(C) void* function() vtkCirclePackFrontChainLayoutStrategy_New; extern(C) int function(const(char)* jarg1) vtkCirclePackFrontChainLayoutStrategy_IsTypeOf; extern(C) void* function(void* jarg1) vtkCirclePackFrontChainLayoutStrategy_SafeDownCast; extern(C) void* function(void* jarg1) vtkCirclePackFrontChainLayoutStrategy_NewInstance; extern(C) int function(void* jarg1) vtkCirclePackFrontChainLayoutStrategy_GetWidth; extern(C) void function(void* jarg1, int jarg2) vtkCirclePackFrontChainLayoutStrategy_SetWidth; extern(C) int function(void* jarg1) vtkCirclePackFrontChainLayoutStrategy_GetHeight; extern(C) void function(void* jarg1, int jarg2) vtkCirclePackFrontChainLayoutStrategy_SetHeight; extern(C) void* function(void* objectRef) vtkCirclePackFrontChainLayoutStrategy_Upcast; extern(C) int function() VTK_WIPE_QUAD_get; extern(C) int function() VTK_WIPE_HORIZONTAL_get; extern(C) int function() VTK_WIPE_VERTICAL_get; extern(C) int function() VTK_WIPE_LOWER_LEFT_get; extern(C) int function() VTK_WIPE_LOWER_RIGHT_get; extern(C) int function() VTK_WIPE_UPPER_LEFT_get; extern(C) int function() VTK_WIPE_UPPER_RIGHT_get; extern(C) void* function() vtkImageRectilinearWipe_New; extern(C) int function(const(char)* jarg1) vtkImageRectilinearWipe_IsTypeOf; extern(C) void* function(void* jarg1) vtkImageRectilinearWipe_SafeDownCast; extern(C) void* function(void* jarg1) vtkImageRectilinearWipe_NewInstance; extern(C) void function(void* jarg1, int jarg2, int jarg3) vtkImageRectilinearWipe_SetPosition__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkImageRectilinearWipe_SetPosition__SWIG_1; extern(C) void* function(void* jarg1) vtkImageRectilinearWipe_GetPosition__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkImageRectilinearWipe_GetPosition__SWIG_1; extern(C) void function(void* jarg1, int jarg2, int jarg3) vtkImageRectilinearWipe_SetAxis__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkImageRectilinearWipe_SetAxis__SWIG_1; extern(C) void* function(void* jarg1) vtkImageRectilinearWipe_GetAxis__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkImageRectilinearWipe_GetAxis__SWIG_1; extern(C) void function(void* jarg1, void* jarg2) vtkImageRectilinearWipe_SetInput1Data; extern(C) void function(void* jarg1, void* jarg2) vtkImageRectilinearWipe_SetInput2Data; extern(C) void function(void* jarg1, int jarg2) vtkImageRectilinearWipe_SetWipe; extern(C) int function(void* jarg1) vtkImageRectilinearWipe_GetWipeMinValue; extern(C) int function(void* jarg1) vtkImageRectilinearWipe_GetWipeMaxValue; extern(C) int function(void* jarg1) vtkImageRectilinearWipe_GetWipe; extern(C) void function(void* jarg1) vtkImageRectilinearWipe_SetWipeToQuad; extern(C) void function(void* jarg1) vtkImageRectilinearWipe_SetWipeToHorizontal; extern(C) void function(void* jarg1) vtkImageRectilinearWipe_SetWipeToVertical; extern(C) void function(void* jarg1) vtkImageRectilinearWipe_SetWipeToLowerLeft; extern(C) void function(void* jarg1) vtkImageRectilinearWipe_SetWipeToLowerRight; extern(C) void function(void* jarg1) vtkImageRectilinearWipe_SetWipeToUpperLeft; extern(C) void function(void* jarg1) vtkImageRectilinearWipe_SetWipeToUpperRight; extern(C) void* function(void* objectRef) vtkImageRectilinearWipe_Upcast; extern(C) int function(const(char)* jarg1) vtkRectilinearGridToPointSet_IsTypeOf; extern(C) void* function(void* jarg1) vtkRectilinearGridToPointSet_SafeDownCast; extern(C) void* function(void* jarg1) vtkRectilinearGridToPointSet_NewInstance; extern(C) void* function() vtkRectilinearGridToPointSet_New; extern(C) void* function(void* objectRef) vtkRectilinearGridToPointSet_Upcast; extern(C) int function(const(char)* jarg1) vtkMapArrayValues_IsTypeOf; extern(C) void* function(void* jarg1) vtkMapArrayValues_SafeDownCast; extern(C) void* function(void* jarg1) vtkMapArrayValues_NewInstance; extern(C) void* function() vtkMapArrayValues_New; extern(C) void function(void* jarg1, int jarg2) vtkMapArrayValues_SetFieldType; extern(C) int function(void* jarg1) vtkMapArrayValues_GetFieldType; extern(C) void function(void* jarg1, int jarg2) vtkMapArrayValues_SetPassArray; extern(C) int function(void* jarg1) vtkMapArrayValues_GetPassArray; extern(C) void function(void* jarg1) vtkMapArrayValues_PassArrayOn; extern(C) void function(void* jarg1) vtkMapArrayValues_PassArrayOff; extern(C) void function(void* jarg1, double jarg2) vtkMapArrayValues_SetFillValue; extern(C) double function(void* jarg1) vtkMapArrayValues_GetFillValue; extern(C) void function(void* jarg1, const(char)* jarg2) vtkMapArrayValues_SetInputArrayName; extern(C) const(char)* function(void* jarg1) vtkMapArrayValues_GetInputArrayName; extern(C) void function(void* jarg1, const(char)* jarg2) vtkMapArrayValues_SetOutputArrayName; extern(C) const(char)* function(void* jarg1) vtkMapArrayValues_GetOutputArrayName; extern(C) int function(void* jarg1) vtkMapArrayValues_GetOutputArrayType; extern(C) void function(void* jarg1, int jarg2) vtkMapArrayValues_SetOutputArrayType; extern(C) void function(void* jarg1, void* jarg2, void* jarg3) vtkMapArrayValues_AddToMap__SWIG_0; extern(C) void function(void* jarg1, int jarg2, int jarg3) vtkMapArrayValues_AddToMap__SWIG_1; extern(C) void function(void* jarg1, int jarg2, const(char)* jarg3) vtkMapArrayValues_AddToMap__SWIG_2; extern(C) void function(void* jarg1, const(char)* jarg2, int jarg3) vtkMapArrayValues_AddToMap__SWIG_3; extern(C) void function(void* jarg1, const(char)* jarg2, const(char)* jarg3) vtkMapArrayValues_AddToMap__SWIG_4; extern(C) void function(void* jarg1) vtkMapArrayValues_ClearMap; extern(C) int function(void* jarg1) vtkMapArrayValues_GetMapSize; extern(C) void* function(void* objectRef) vtkMapArrayValues_Upcast; extern(C) void* function() vtkProgrammableAttributeDataFilter_New; extern(C) int function(const(char)* jarg1) vtkProgrammableAttributeDataFilter_IsTypeOf; extern(C) void* function(void* jarg1) vtkProgrammableAttributeDataFilter_SafeDownCast; extern(C) void* function(void* jarg1) vtkProgrammableAttributeDataFilter_NewInstance; extern(C) void function(void* jarg1, void* jarg2) vtkProgrammableAttributeDataFilter_AddInput; extern(C) void function(void* jarg1, void* jarg2) vtkProgrammableAttributeDataFilter_RemoveInput; extern(C) void* function(void* jarg1) vtkProgrammableAttributeDataFilter_GetInputList; extern(C) void function(void* jarg1, void* jarg2, void* jarg3) vtkProgrammableAttributeDataFilter_SetExecuteMethod; extern(C) void function(void* jarg1, void* jarg2) vtkProgrammableAttributeDataFilter_SetExecuteMethodArgDelete; extern(C) void* function(void* objectRef) vtkProgrammableAttributeDataFilter_Upcast; extern(C) int function(const(char)* jarg1) vtkXMLPUnstructuredDataReader_IsTypeOf; extern(C) void* function(void* jarg1) vtkXMLPUnstructuredDataReader_SafeDownCast; extern(C) void* function(void* jarg1) vtkXMLPUnstructuredDataReader_NewInstance; extern(C) void* function(void* objectRef) vtkXMLPUnstructuredDataReader_Upcast; extern(C) int function(const(char)* jarg1) vtkXMLPPolyDataReader_IsTypeOf; extern(C) void* function(void* jarg1) vtkXMLPPolyDataReader_SafeDownCast; extern(C) void* function(void* jarg1) vtkXMLPPolyDataReader_NewInstance; extern(C) void* function() vtkXMLPPolyDataReader_New; extern(C) void* function(void* jarg1) vtkXMLPPolyDataReader_GetOutput__SWIG_0; extern(C) void* function(void* jarg1, int jarg2) vtkXMLPPolyDataReader_GetOutput__SWIG_1; extern(C) void* function(void* objectRef) vtkXMLPPolyDataReader_Upcast; extern(C) void* function() vtkSliderRepresentation2D_New; extern(C) int function(const(char)* jarg1) vtkSliderRepresentation2D_IsTypeOf; extern(C) void* function(void* jarg1) vtkSliderRepresentation2D_SafeDownCast; extern(C) void* function(void* jarg1) vtkSliderRepresentation2D_NewInstance; extern(C) void* function(void* jarg1) vtkSliderRepresentation2D_GetPoint1Coordinate; extern(C) void* function(void* jarg1) vtkSliderRepresentation2D_GetPoint2Coordinate; extern(C) void* function(void* jarg1) vtkSliderRepresentation2D_GetSliderProperty; extern(C) void* function(void* jarg1) vtkSliderRepresentation2D_GetTubeProperty; extern(C) void* function(void* jarg1) vtkSliderRepresentation2D_GetCapProperty; extern(C) void* function(void* jarg1) vtkSliderRepresentation2D_GetSelectedProperty; extern(C) void* function(void* jarg1) vtkSliderRepresentation2D_GetLabelProperty; extern(C) void* function(void* jarg1) vtkSliderRepresentation2D_GetTitleProperty; extern(C) void function(void* jarg1, void* jarg2) vtkSliderRepresentation2D_PlaceWidget; extern(C) void* function(void* objectRef) vtkSliderRepresentation2D_Upcast; extern(C) int function(const(char)* jarg1) vtkDummyCommunicator_IsTypeOf; extern(C) void* function(void* jarg1) vtkDummyCommunicator_SafeDownCast; extern(C) void* function(void* jarg1) vtkDummyCommunicator_NewInstance; extern(C) void* function() vtkDummyCommunicator_New; extern(C) void* function(void* objectRef) vtkDummyCommunicator_Upcast; extern(C) int function(const(char)* jarg1) vtkGenericDataSet_IsTypeOf; extern(C) void* function(void* jarg1) vtkGenericDataSet_SafeDownCast; extern(C) void* function(void* jarg1) vtkGenericDataSet_NewInstance; extern(C) long function(void* jarg1) vtkGenericDataSet_GetNumberOfPoints; extern(C) long function(void* jarg1, int jarg2) vtkGenericDataSet_GetNumberOfCells__SWIG_0; extern(C) long function(void* jarg1) vtkGenericDataSet_GetNumberOfCells__SWIG_1; extern(C) int function(void* jarg1) vtkGenericDataSet_GetCellDimension; extern(C) void function(void* jarg1, void* jarg2) vtkGenericDataSet_GetCellTypes; extern(C) void* function(void* jarg1, int jarg2) vtkGenericDataSet_NewCellIterator__SWIG_0; extern(C) void* function(void* jarg1) vtkGenericDataSet_NewCellIterator__SWIG_1; extern(C) void* function(void* jarg1, int jarg2, int jarg3) vtkGenericDataSet_NewBoundaryIterator__SWIG_0; extern(C) void* function(void* jarg1, int jarg2) vtkGenericDataSet_NewBoundaryIterator__SWIG_1; extern(C) void* function(void* jarg1) vtkGenericDataSet_NewBoundaryIterator__SWIG_2; extern(C) void* function(void* jarg1) vtkGenericDataSet_NewPointIterator; extern(C) int function(void* jarg1, void* jarg2, void* jarg3, double jarg4, void* jarg5, void* jarg6) vtkGenericDataSet_FindCell; extern(C) void function(void* jarg1, void* jarg2, void* jarg3) vtkGenericDataSet_FindPoint; extern(C) void function(void* jarg1) vtkGenericDataSet_ComputeBounds; extern(C) void* function(void* jarg1) vtkGenericDataSet_GetBounds__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkGenericDataSet_GetBounds__SWIG_1; extern(C) void* function(void* jarg1) vtkGenericDataSet_GetCenter__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkGenericDataSet_GetCenter__SWIG_1; extern(C) double function(void* jarg1) vtkGenericDataSet_GetLength; extern(C) void* function(void* jarg1) vtkGenericDataSet_GetAttributes__SWIG_0; extern(C) void* function(void* jarg1, int jarg2) vtkGenericDataSet_GetAttributes__SWIG_1; extern(C) void function(void* jarg1, void* jarg2) vtkGenericDataSet_SetTessellator; extern(C) void* function(void* jarg1) vtkGenericDataSet_GetTessellator; extern(C) long function(void* jarg1) vtkGenericDataSet_GetEstimatedSize; extern(C) void* function(void* objectRef) vtkGenericDataSet_Upcast; extern(C) int function(const(char)* jarg1) vtkInformationExecutivePortKey_IsTypeOf; extern(C) void* function(void* jarg1) vtkInformationExecutivePortKey_SafeDownCast; extern(C) void* function(void* jarg1) vtkInformationExecutivePortKey_NewInstance; extern(C) void* function(const(char)* jarg1, const(char)* jarg2) new_vtkInformationExecutivePortKey; extern(C) void function(void* jarg1) delete_vtkInformationExecutivePortKey; extern(C) void function(void* jarg1, void* jarg2, void* jarg3, int jarg4) vtkInformationExecutivePortKey_Set; extern(C) void* function(void* jarg1, void* jarg2) vtkInformationExecutivePortKey_GetExecutive; extern(C) int function(void* jarg1, void* jarg2) vtkInformationExecutivePortKey_GetPort; extern(C) void function(void* jarg1, void* jarg2, void* jarg3, void* jarg4) vtkInformationExecutivePortKey_Get; extern(C) void* function(void* objectRef) vtkInformationExecutivePortKey_Upcast; extern(C) void* function() vtkUniformGrid_New; extern(C) int function(const(char)* jarg1) vtkUniformGrid_IsTypeOf; extern(C) void* function(void* jarg1) vtkUniformGrid_SafeDownCast; extern(C) void* function(void* jarg1) vtkUniformGrid_NewInstance; extern(C) void* function(void* jarg1, long jarg2) vtkUniformGrid_GetCell__SWIG_0; extern(C) void function(void* jarg1, long jarg2, void* jarg3) vtkUniformGrid_GetCell__SWIG_1; extern(C) long function(void* jarg1, void* jarg2, void* jarg3, long jarg4, double jarg5, void* jarg6, void* jarg7, void* jarg8) vtkUniformGrid_FindCell__SWIG_0; extern(C) long function(void* jarg1, void* jarg2, void* jarg3, void* jarg4, long jarg5, double jarg6, void* jarg7, void* jarg8, void* jarg9) vtkUniformGrid_FindCell__SWIG_1; extern(C) int function(void* jarg1) vtkUniformGrid_GetGridDescription; extern(C) void function(void* jarg1, long jarg2) vtkUniformGrid_BlankPoint__SWIG_0; extern(C) void function(void* jarg1, long jarg2) vtkUniformGrid_UnBlankPoint__SWIG_0; extern(C) void function(void* jarg1, int jarg2, int jarg3, int jarg4) vtkUniformGrid_BlankPoint__SWIG_1; extern(C) void function(void* jarg1, int jarg2, int jarg3, int jarg4) vtkUniformGrid_UnBlankPoint__SWIG_1; extern(C) void function(void* jarg1, long jarg2) vtkUniformGrid_BlankCell__SWIG_0; extern(C) void function(void* jarg1, long jarg2) vtkUniformGrid_UnBlankCell__SWIG_0; extern(C) void function(void* jarg1, int jarg2, int jarg3, int jarg4) vtkUniformGrid_BlankCell__SWIG_1; extern(C) void function(void* jarg1, int jarg2, int jarg3, int jarg4) vtkUniformGrid_UnBlankCell__SWIG_1; extern(C) void* function(void* jarg1) vtkUniformGrid_GetPointVisibilityArray; extern(C) void function(void* jarg1, void* jarg2) vtkUniformGrid_SetPointVisibilityArray; extern(C) void* function(void* jarg1) vtkUniformGrid_GetCellVisibilityArray; extern(C) void function(void* jarg1, void* jarg2) vtkUniformGrid_SetCellVisibilityArray; extern(C) void function(void* jarg1) vtkUniformGrid_AttachCellVisibilityToCellData; extern(C) void function(void* jarg1) vtkUniformGrid_AttachPointVisibilityToPointData; extern(C) ubyte function(void* jarg1, long jarg2) vtkUniformGrid_IsPointVisible; extern(C) ubyte function(void* jarg1, long jarg2) vtkUniformGrid_IsCellVisible; extern(C) ubyte function(void* jarg1) vtkUniformGrid_GetPointBlanking; extern(C) ubyte function(void* jarg1) vtkUniformGrid_GetCellBlanking; extern(C) void* function(void* jarg1) vtkUniformGrid_NewImageDataCopy; extern(C) void* function(void* objectRef) vtkUniformGrid_Upcast; extern(C) void* function() new_vtkMathTextUtilitiesCleanup; extern(C) void function(void* jarg1) delete_vtkMathTextUtilitiesCleanup; extern(C) int function(const(char)* jarg1) vtkMathTextUtilities_IsTypeOf; extern(C) void* function(void* jarg1) vtkMathTextUtilities_SafeDownCast; extern(C) void* function(void* jarg1) vtkMathTextUtilities_NewInstance; extern(C) void* function() vtkMathTextUtilities_New; extern(C) void* function() vtkMathTextUtilities_GetInstance; extern(C) void function(void* jarg1) vtkMathTextUtilities_SetInstance; extern(C) uint function(void* jarg1, void* jarg2, const(char)* jarg3, uint jarg4, void* jarg5) vtkMathTextUtilities_GetBoundingBox; extern(C) uint function(void* jarg1, const(char)* jarg2, void* jarg3, void* jarg4, uint jarg5, void* jarg6) vtkMathTextUtilities_RenderString__SWIG_0; extern(C) uint function(void* jarg1, const(char)* jarg2, void* jarg3, void* jarg4, uint jarg5) vtkMathTextUtilities_RenderString__SWIG_1; extern(C) uint function(void* jarg1, const(char)* jarg2, void* jarg3, void* jarg4) vtkMathTextUtilities_StringToPath; extern(C) int function(void* jarg1, const(char)* jarg2, void* jarg3, int jarg4, int jarg5, uint jarg6) vtkMathTextUtilities_GetConstrainedFontSize; extern(C) uint function(void* jarg1) vtkMathTextUtilities_GetScaleToPowerOfTwo; extern(C) void function(void* jarg1, uint jarg2) vtkMathTextUtilities_SetScaleToPowerOfTwo; extern(C) void* function(void* objectRef) vtkMathTextUtilities_Upcast; extern(C) void* function() vtkMultiNewickTreeReader_New; extern(C) int function(const(char)* jarg1) vtkMultiNewickTreeReader_IsTypeOf; extern(C) void* function(void* jarg1) vtkMultiNewickTreeReader_SafeDownCast; extern(C) void* function(void* jarg1) vtkMultiNewickTreeReader_NewInstance; extern(C) void* function(void* jarg1) vtkMultiNewickTreeReader_GetOutput__SWIG_0; extern(C) void* function(void* jarg1, int jarg2) vtkMultiNewickTreeReader_GetOutput__SWIG_1; extern(C) void function(void* jarg1, void* jarg2) vtkMultiNewickTreeReader_SetOutput; extern(C) void* function(void* objectRef) vtkMultiNewickTreeReader_Upcast; extern(C) void* function() vtkElevationFilter_New; extern(C) int function(const(char)* jarg1) vtkElevationFilter_IsTypeOf; extern(C) void* function(void* jarg1) vtkElevationFilter_SafeDownCast; extern(C) void* function(void* jarg1) vtkElevationFilter_NewInstance; extern(C) void function(void* jarg1, double jarg2, double jarg3, double jarg4) vtkElevationFilter_SetLowPoint__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkElevationFilter_SetLowPoint__SWIG_1; extern(C) void* function(void* jarg1) vtkElevationFilter_GetLowPoint__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkElevationFilter_GetLowPoint__SWIG_1; extern(C) void function(void* jarg1, double jarg2, double jarg3, double jarg4) vtkElevationFilter_SetHighPoint__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkElevationFilter_SetHighPoint__SWIG_1; extern(C) void* function(void* jarg1) vtkElevationFilter_GetHighPoint__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkElevationFilter_GetHighPoint__SWIG_1; extern(C) void function(void* jarg1, double jarg2, double jarg3) vtkElevationFilter_SetScalarRange__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkElevationFilter_SetScalarRange__SWIG_1; extern(C) void* function(void* jarg1) vtkElevationFilter_GetScalarRange__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkElevationFilter_GetScalarRange__SWIG_1; extern(C) void* function(void* objectRef) vtkElevationFilter_Upcast; extern(C) void function() vtkBreakPoint_Break; extern(C) void* function() new_vtkBreakPoint; extern(C) void function(void* jarg1) delete_vtkBreakPoint; extern(C) int function(const(char)* jarg1) vtkXMLFileOutputWindow_IsTypeOf; extern(C) void* function(void* jarg1) vtkXMLFileOutputWindow_SafeDownCast; extern(C) void* function(void* jarg1) vtkXMLFileOutputWindow_NewInstance; extern(C) void* function() vtkXMLFileOutputWindow_New; extern(C) void function(void* jarg1, const(char)* jarg2) vtkXMLFileOutputWindow_DisplayTag; extern(C) void* function(void* objectRef) vtkXMLFileOutputWindow_Upcast; extern(C) void* function() vtkEvent_New; extern(C) int function(const(char)* jarg1) vtkEvent_IsTypeOf; extern(C) void* function(void* jarg1) vtkEvent_SafeDownCast; extern(C) void* function(void* jarg1) vtkEvent_NewInstance; extern(C) void function(void* jarg1, core.stdc.config.c_ulong jarg2) vtkEvent_SetEventId; extern(C) core.stdc.config.c_ulong function(void* jarg1) vtkEvent_GetEventId; extern(C) void function(void* jarg1, int jarg2) vtkEvent_SetModifier; extern(C) int function(void* jarg1) vtkEvent_GetModifier__SWIG_0; extern(C) void function(void* jarg1, char jarg2) vtkEvent_SetKeyCode; extern(C) char function(void* jarg1) vtkEvent_GetKeyCode; extern(C) void function(void* jarg1, int jarg2) vtkEvent_SetRepeatCount; extern(C) int function(void* jarg1) vtkEvent_GetRepeatCount; extern(C) void function(void* jarg1, const(char)* jarg2) vtkEvent_SetKeySym; extern(C) const(char)* function(void* jarg1) vtkEvent_GetKeySym; extern(C) int function(void* jarg1) vtkEvent_GetModifier__SWIG_1; extern(C) void* function(void* objectRef) vtkEvent_Upcast; extern(C) int function(const(char)* jarg1) vtkMergeFields_IsTypeOf; extern(C) void* function(void* jarg1) vtkMergeFields_SafeDownCast; extern(C) void* function(void* jarg1) vtkMergeFields_NewInstance; extern(C) void* function() vtkMergeFields_New; extern(C) void function(void* jarg1, const(char)* jarg2, int jarg3) vtkMergeFields_SetOutputField__SWIG_0; extern(C) void function(void* jarg1, const(char)* jarg2, const(char)* jarg3) vtkMergeFields_SetOutputField__SWIG_1; extern(C) void function(void* jarg1, int jarg2, const(char)* jarg3, int jarg4) vtkMergeFields_Merge; extern(C) void function(void* jarg1, int jarg2) vtkMergeFields_SetNumberOfComponents; extern(C) int function(void* jarg1) vtkMergeFields_GetNumberOfComponents; extern(C) void* function(void* objectRef) vtkMergeFields_Upcast; extern(C) int function() VTK_COMPOSITE_CLASSIFY_FIRST_get; extern(C) int function() VTK_COMPOSITE_INTERPOLATE_FIRST_get; extern(C) void* function() vtkVolumeRayCastCompositeFunction_New; extern(C) int function(const(char)* jarg1) vtkVolumeRayCastCompositeFunction_IsTypeOf; extern(C) void* function(void* jarg1) vtkVolumeRayCastCompositeFunction_SafeDownCast; extern(C) void* function(void* jarg1) vtkVolumeRayCastCompositeFunction_NewInstance; extern(C) void function(void* jarg1, int jarg2) vtkVolumeRayCastCompositeFunction_SetCompositeMethod; extern(C) int function(void* jarg1) vtkVolumeRayCastCompositeFunction_GetCompositeMethodMinValue; extern(C) int function(void* jarg1) vtkVolumeRayCastCompositeFunction_GetCompositeMethodMaxValue; extern(C) int function(void* jarg1) vtkVolumeRayCastCompositeFunction_GetCompositeMethod; extern(C) void function(void* jarg1) vtkVolumeRayCastCompositeFunction_SetCompositeMethodToInterpolateFirst; extern(C) void function(void* jarg1) vtkVolumeRayCastCompositeFunction_SetCompositeMethodToClassifyFirst; extern(C) const(char)* function(void* jarg1) vtkVolumeRayCastCompositeFunction_GetCompositeMethodAsString; extern(C) void* function(void* objectRef) vtkVolumeRayCastCompositeFunction_Upcast; extern(C) int function(const(char)* jarg1) vtkUnstructuredGridHomogeneousRayIntegrator_IsTypeOf; extern(C) void* function(void* jarg1) vtkUnstructuredGridHomogeneousRayIntegrator_SafeDownCast; extern(C) void* function(void* jarg1) vtkUnstructuredGridHomogeneousRayIntegrator_NewInstance; extern(C) void* function() vtkUnstructuredGridHomogeneousRayIntegrator_New; extern(C) void function(void* jarg1, int jarg2) vtkUnstructuredGridHomogeneousRayIntegrator_SetTransferFunctionTableSize; extern(C) int function(void* jarg1) vtkUnstructuredGridHomogeneousRayIntegrator_GetTransferFunctionTableSize; extern(C) void* function(void* objectRef) vtkUnstructuredGridHomogeneousRayIntegrator_Upcast; extern(C) int function(const(char)* jarg1) vtkPProbeFilter_IsTypeOf; extern(C) void* function(void* jarg1) vtkPProbeFilter_SafeDownCast; extern(C) void* function(void* jarg1) vtkPProbeFilter_NewInstance; extern(C) void* function() vtkPProbeFilter_New; extern(C) void function(void* jarg1, void* jarg2) vtkPProbeFilter_SetController; extern(C) void* function(void* jarg1) vtkPProbeFilter_GetController; extern(C) void* function() new_vtkPProbeFilter; extern(C) void function(void* jarg1) delete_vtkPProbeFilter; extern(C) void* function(void* objectRef) vtkPProbeFilter_Upcast; extern(C) void* function() vtkGPUInfo_New; extern(C) int function(const(char)* jarg1) vtkGPUInfo_IsTypeOf; extern(C) void* function(void* jarg1) vtkGPUInfo_SafeDownCast; extern(C) void* function(void* jarg1) vtkGPUInfo_NewInstance; extern(C) void function(void* jarg1, long jarg2) vtkGPUInfo_SetDedicatedVideoMemory; extern(C) long function(void* jarg1) vtkGPUInfo_GetDedicatedVideoMemory; extern(C) void function(void* jarg1, long jarg2) vtkGPUInfo_SetDedicatedSystemMemory; extern(C) long function(void* jarg1) vtkGPUInfo_GetDedicatedSystemMemory; extern(C) void function(void* jarg1, long jarg2) vtkGPUInfo_SetSharedSystemMemory; extern(C) long function(void* jarg1) vtkGPUInfo_GetSharedSystemMemory; extern(C) void* function(void* objectRef) vtkGPUInfo_Upcast; extern(C) void function(void* jarg1, void* jarg2) vtkGPUInfoListArray_v_set; extern(C) void* function(void* jarg1) vtkGPUInfoListArray_v_get; extern(C) void* function() new_vtkGPUInfoListArray; extern(C) void function(void* jarg1) delete_vtkGPUInfoListArray; extern(C) void* function() vtkGraphToPoints_New; extern(C) int function(const(char)* jarg1) vtkGraphToPoints_IsTypeOf; extern(C) void* function(void* jarg1) vtkGraphToPoints_SafeDownCast; extern(C) void* function(void* jarg1) vtkGraphToPoints_NewInstance; extern(C) void* function(void* objectRef) vtkGraphToPoints_Upcast; extern(C) int function() VTK_ORIENT_HORIZONTAL_get; extern(C) int function() VTK_ORIENT_VERTICAL_get; extern(C) int function(const(char)* jarg1) vtkScalarBarActor_IsTypeOf; extern(C) void* function(void* jarg1) vtkScalarBarActor_SafeDownCast; extern(C) void* function(void* jarg1) vtkScalarBarActor_NewInstance; extern(C) void* function() vtkScalarBarActor_New; extern(C) void function(void* jarg1, void* jarg2) vtkScalarBarActor_SetLookupTable; extern(C) void* function(void* jarg1) vtkScalarBarActor_GetLookupTable; extern(C) void function(void* jarg1, int jarg2) vtkScalarBarActor_SetUseOpacity; extern(C) int function(void* jarg1) vtkScalarBarActor_GetUseOpacity; extern(C) void function(void* jarg1) vtkScalarBarActor_UseOpacityOn; extern(C) void function(void* jarg1) vtkScalarBarActor_UseOpacityOff; extern(C) void function(void* jarg1, int jarg2) vtkScalarBarActor_SetMaximumNumberOfColors; extern(C) int function(void* jarg1) vtkScalarBarActor_GetMaximumNumberOfColorsMinValue; extern(C) int function(void* jarg1) vtkScalarBarActor_GetMaximumNumberOfColorsMaxValue; extern(C) int function(void* jarg1) vtkScalarBarActor_GetMaximumNumberOfColors; extern(C) void function(void* jarg1, int jarg2) vtkScalarBarActor_SetNumberOfLabels; extern(C) int function(void* jarg1) vtkScalarBarActor_GetNumberOfLabelsMinValue; extern(C) int function(void* jarg1) vtkScalarBarActor_GetNumberOfLabelsMaxValue; extern(C) int function(void* jarg1) vtkScalarBarActor_GetNumberOfLabels; extern(C) void function(void* jarg1, int jarg2) vtkScalarBarActor_SetOrientation; extern(C) int function(void* jarg1) vtkScalarBarActor_GetOrientationMinValue; extern(C) int function(void* jarg1) vtkScalarBarActor_GetOrientationMaxValue; extern(C) int function(void* jarg1) vtkScalarBarActor_GetOrientation; extern(C) void function(void* jarg1) vtkScalarBarActor_SetOrientationToHorizontal; extern(C) void function(void* jarg1) vtkScalarBarActor_SetOrientationToVertical; extern(C) void function(void* jarg1, void* jarg2) vtkScalarBarActor_SetTitleTextProperty; extern(C) void* function(void* jarg1) vtkScalarBarActor_GetTitleTextProperty; extern(C) void function(void* jarg1, void* jarg2) vtkScalarBarActor_SetLabelTextProperty; extern(C) void* function(void* jarg1) vtkScalarBarActor_GetLabelTextProperty; extern(C) void function(void* jarg1, const(char)* jarg2) vtkScalarBarActor_SetLabelFormat; extern(C) const(char)* function(void* jarg1) vtkScalarBarActor_GetLabelFormat; extern(C) void function(void* jarg1, const(char)* jarg2) vtkScalarBarActor_SetTitle; extern(C) const(char)* function(void* jarg1) vtkScalarBarActor_GetTitle; extern(C) void function(void* jarg1, const(char)* jarg2) vtkScalarBarActor_SetComponentTitle; extern(C) const(char)* function(void* jarg1) vtkScalarBarActor_GetComponentTitle; extern(C) void function(void* jarg1, double jarg2) vtkScalarBarActor_SetTextureGridWidth; extern(C) double function(void* jarg1) vtkScalarBarActor_GetTextureGridWidth; extern(C) void* function(void* jarg1) vtkScalarBarActor_GetTextureActor; extern(C) void function(void* jarg1, int jarg2) vtkScalarBarActor_SetTextPosition; extern(C) int function(void* jarg1) vtkScalarBarActor_GetTextPositionMinValue; extern(C) int function(void* jarg1) vtkScalarBarActor_GetTextPositionMaxValue; extern(C) int function(void* jarg1) vtkScalarBarActor_GetTextPosition; extern(C) void function(void* jarg1) vtkScalarBarActor_SetTextPositionToPrecedeScalarBar; extern(C) void function(void* jarg1) vtkScalarBarActor_SetTextPositionToSucceedScalarBar; extern(C) void function(void* jarg1, int jarg2) vtkScalarBarActor_SetMaximumWidthInPixels; extern(C) int function(void* jarg1) vtkScalarBarActor_GetMaximumWidthInPixels; extern(C) void function(void* jarg1, int jarg2) vtkScalarBarActor_SetMaximumHeightInPixels; extern(C) int function(void* jarg1) vtkScalarBarActor_GetMaximumHeightInPixels; extern(C) void function(void* jarg1, double jarg2) vtkScalarBarActor_SetAnnotationLeaderPadding; extern(C) double function(void* jarg1) vtkScalarBarActor_GetAnnotationLeaderPadding; extern(C) void function(void* jarg1, int jarg2) vtkScalarBarActor_SetDrawAnnotations; extern(C) int function(void* jarg1) vtkScalarBarActor_GetDrawAnnotations; extern(C) void function(void* jarg1) vtkScalarBarActor_DrawAnnotationsOn; extern(C) void function(void* jarg1) vtkScalarBarActor_DrawAnnotationsOff; extern(C) void function(void* jarg1, int jarg2) vtkScalarBarActor_SetDrawNanAnnotation; extern(C) int function(void* jarg1) vtkScalarBarActor_GetDrawNanAnnotation; extern(C) void function(void* jarg1) vtkScalarBarActor_DrawNanAnnotationOn; extern(C) void function(void* jarg1) vtkScalarBarActor_DrawNanAnnotationOff; extern(C) void function(void* jarg1, int jarg2) vtkScalarBarActor_SetFixedAnnotationLeaderLineColor; extern(C) int function(void* jarg1) vtkScalarBarActor_GetFixedAnnotationLeaderLineColor; extern(C) void function(void* jarg1) vtkScalarBarActor_FixedAnnotationLeaderLineColorOn; extern(C) void function(void* jarg1) vtkScalarBarActor_FixedAnnotationLeaderLineColorOff; extern(C) void function(void* jarg1, const(char)* jarg2) vtkScalarBarActor_SetNanAnnotation; extern(C) const(char)* function(void* jarg1) vtkScalarBarActor_GetNanAnnotation; extern(C) void function(void* jarg1, int jarg2) vtkScalarBarActor_SetAnnotationTextScaling; extern(C) int function(void* jarg1) vtkScalarBarActor_GetAnnotationTextScaling; extern(C) void function(void* jarg1, int jarg2) vtkScalarBarActor_SetDrawBackground; extern(C) int function(void* jarg1) vtkScalarBarActor_GetDrawBackground; extern(C) void function(void* jarg1) vtkScalarBarActor_DrawBackgroundOn; extern(C) void function(void* jarg1) vtkScalarBarActor_DrawBackgroundOff; extern(C) void function(void* jarg1, int jarg2) vtkScalarBarActor_SetDrawFrame; extern(C) int function(void* jarg1) vtkScalarBarActor_GetDrawFrame; extern(C) void function(void* jarg1) vtkScalarBarActor_DrawFrameOn; extern(C) void function(void* jarg1) vtkScalarBarActor_DrawFrameOff; extern(C) void function(void* jarg1, int jarg2) vtkScalarBarActor_SetDrawColorBar; extern(C) int function(void* jarg1) vtkScalarBarActor_GetDrawColorBar; extern(C) void function(void* jarg1) vtkScalarBarActor_DrawColorBarOn; extern(C) void function(void* jarg1) vtkScalarBarActor_DrawColorBarOff; extern(C) void function(void* jarg1, void* jarg2) vtkScalarBarActor_SetBackgroundProperty; extern(C) void* function(void* jarg1) vtkScalarBarActor_GetBackgroundProperty; extern(C) void function(void* jarg1, void* jarg2) vtkScalarBarActor_SetFrameProperty; extern(C) void* function(void* jarg1) vtkScalarBarActor_GetFrameProperty; extern(C) int function(void* jarg1) vtkScalarBarActor_GetTextPad; extern(C) void function(void* jarg1, int jarg2) vtkScalarBarActor_SetTextPad; extern(C) double function(void* jarg1) vtkScalarBarActor_GetBarRatio; extern(C) void function(void* jarg1, double jarg2) vtkScalarBarActor_SetBarRatio; extern(C) double function(void* jarg1) vtkScalarBarActor_GetBarRatioMinValue; extern(C) double function(void* jarg1) vtkScalarBarActor_GetBarRatioMaxValue; extern(C) double function(void* jarg1) vtkScalarBarActor_GetTitleRatio; extern(C) void function(void* jarg1, double jarg2) vtkScalarBarActor_SetTitleRatio; extern(C) double function(void* jarg1) vtkScalarBarActor_GetTitleRatioMinValue; extern(C) double function(void* jarg1) vtkScalarBarActor_GetTitleRatioMaxValue; extern(C) void* function(void* objectRef) vtkScalarBarActor_Upcast; extern(C) int function(const(char)* jarg1) vtkVectorDot_IsTypeOf; extern(C) void* function(void* jarg1) vtkVectorDot_SafeDownCast; extern(C) void* function(void* jarg1) vtkVectorDot_NewInstance; extern(C) void* function() vtkVectorDot_New; extern(C) void function(void* jarg1, double jarg2, double jarg3) vtkVectorDot_SetScalarRange__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkVectorDot_SetScalarRange__SWIG_1; extern(C) void* function(void* jarg1) vtkVectorDot_GetScalarRange__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkVectorDot_GetScalarRange__SWIG_1; extern(C) void* function(void* objectRef) vtkVectorDot_Upcast; extern(C) int function(const(char)* jarg1) vtkMultiCorrelativeStatistics_IsTypeOf; extern(C) void* function(void* jarg1) vtkMultiCorrelativeStatistics_SafeDownCast; extern(C) void* function(void* jarg1) vtkMultiCorrelativeStatistics_NewInstance; extern(C) void* function() vtkMultiCorrelativeStatistics_New; extern(C) void* function(void* objectRef) vtkMultiCorrelativeStatistics_Upcast; extern(C) void* function() vtkAdjacentVertexIterator_New; extern(C) int function(const(char)* jarg1) vtkAdjacentVertexIterator_IsTypeOf; extern(C) void* function(void* jarg1) vtkAdjacentVertexIterator_SafeDownCast; extern(C) void* function(void* jarg1) vtkAdjacentVertexIterator_NewInstance; extern(C) void function(void* jarg1, void* jarg2, long jarg3) vtkAdjacentVertexIterator_Initialize; extern(C) void* function(void* jarg1) vtkAdjacentVertexIterator_GetGraph; extern(C) long function(void* jarg1) vtkAdjacentVertexIterator_GetVertex; extern(C) long function(void* jarg1) vtkAdjacentVertexIterator_Next; extern(C) uint function(void* jarg1) vtkAdjacentVertexIterator_HasNext; extern(C) void* function(void* objectRef) vtkAdjacentVertexIterator_Upcast; extern(C) void* function() vtkImageGradient_New; extern(C) int function(const(char)* jarg1) vtkImageGradient_IsTypeOf; extern(C) void* function(void* jarg1) vtkImageGradient_SafeDownCast; extern(C) void* function(void* jarg1) vtkImageGradient_NewInstance; extern(C) void function(void* jarg1, int jarg2) vtkImageGradient_SetDimensionality; extern(C) int function(void* jarg1) vtkImageGradient_GetDimensionalityMinValue; extern(C) int function(void* jarg1) vtkImageGradient_GetDimensionalityMaxValue; extern(C) int function(void* jarg1) vtkImageGradient_GetDimensionality; extern(C) void function(void* jarg1, int jarg2) vtkImageGradient_SetHandleBoundaries; extern(C) int function(void* jarg1) vtkImageGradient_GetHandleBoundaries; extern(C) void function(void* jarg1) vtkImageGradient_HandleBoundariesOn; extern(C) void function(void* jarg1) vtkImageGradient_HandleBoundariesOff; extern(C) void* function(void* objectRef) vtkImageGradient_Upcast; extern(C) void* function() vtkReferenceCount_New; extern(C) int function(const(char)* jarg1) vtkReferenceCount_IsTypeOf; extern(C) void* function(void* jarg1) vtkReferenceCount_SafeDownCast; extern(C) void* function(void* jarg1) vtkReferenceCount_NewInstance; extern(C) void* function(void* objectRef) vtkReferenceCount_Upcast; extern(C) void* function() vtkArrayToTable_New; extern(C) int function(const(char)* jarg1) vtkArrayToTable_IsTypeOf; extern(C) void* function(void* jarg1) vtkArrayToTable_SafeDownCast; extern(C) void* function(void* jarg1) vtkArrayToTable_NewInstance; extern(C) void* function(void* objectRef) vtkArrayToTable_Upcast; extern(C) int function(const(char)* jarg1) vtkSortDataArray_IsTypeOf; extern(C) void* function(void* jarg1) vtkSortDataArray_SafeDownCast; extern(C) void* function(void* jarg1) vtkSortDataArray_NewInstance; extern(C) void* function() vtkSortDataArray_New; extern(C) void function(void* jarg1) vtkSortDataArray_Sort__SWIG_0; extern(C) void function(void* jarg1) vtkSortDataArray_Sort__SWIG_1; extern(C) void function(void* jarg1, int jarg2) vtkSortDataArray_SortArrayByComponent; extern(C) void function(void* jarg1, void* jarg2) vtkSortDataArray_Sort__SWIG_2; extern(C) void function(void* jarg1, void* jarg2) vtkSortDataArray_Sort__SWIG_3; extern(C) void function(void* jarg1, void* jarg2) vtkSortDataArray_Sort__SWIG_4; extern(C) void function(void* jarg1, void* jarg2) vtkSortDataArray_Sort__SWIG_5; extern(C) void* function(void* objectRef) vtkSortDataArray_Upcast; extern(C) void* function() vtkButtonWidget_New; extern(C) int function(const(char)* jarg1) vtkButtonWidget_IsTypeOf; extern(C) void* function(void* jarg1) vtkButtonWidget_SafeDownCast; extern(C) void* function(void* jarg1) vtkButtonWidget_NewInstance; extern(C) void function(void* jarg1, void* jarg2) vtkButtonWidget_SetRepresentation; extern(C) void* function(void* jarg1) vtkButtonWidget_GetSliderRepresentation; extern(C) void* function(void* objectRef) vtkButtonWidget_Upcast; extern(C) int function(void* jarg1, void* jarg2, core.stdc.config.c_long jarg3) vtkImageBSplineInternals_GetPoleValues; extern(C) void function(void* jarg1, core.stdc.config.c_long jarg2, core.stdc.config.c_long jarg3, void* jarg4, core.stdc.config.c_long jarg5, double jarg6) vtkImageBSplineInternals_ConvertToInterpolationCoefficients; extern(C) int function(void* jarg1, double jarg2, core.stdc.config.c_long jarg3) vtkImageBSplineInternals_GetInterpolationWeights__SWIG_0; extern(C) int function(void* jarg1, double jarg2, core.stdc.config.c_long jarg3) vtkImageBSplineInternals_GetInterpolationWeights__SWIG_1; extern(C) int function(void* jarg1, void* jarg2, core.stdc.config.c_long jarg3, core.stdc.config.c_long jarg4, core.stdc.config.c_long jarg5, core.stdc.config.c_long jarg6, double jarg7, double jarg8, double jarg9, core.stdc.config.c_long jarg10, core.stdc.config.c_long jarg11) vtkImageBSplineInternals_InterpolatedValue__SWIG_0; extern(C) int function(void* jarg1, void* jarg2, core.stdc.config.c_long jarg3, core.stdc.config.c_long jarg4, core.stdc.config.c_long jarg5, core.stdc.config.c_long jarg6, double jarg7, double jarg8, double jarg9, core.stdc.config.c_long jarg10, core.stdc.config.c_long jarg11) vtkImageBSplineInternals_InterpolatedValue__SWIG_1; extern(C) int function() VTK_EDT_SAITO_CACHED_get; extern(C) int function() VTK_EDT_SAITO_get; extern(C) void* function() vtkImageEuclideanDistance_New; extern(C) int function(const(char)* jarg1) vtkImageEuclideanDistance_IsTypeOf; extern(C) void* function(void* jarg1) vtkImageEuclideanDistance_SafeDownCast; extern(C) void* function(void* jarg1) vtkImageEuclideanDistance_NewInstance; extern(C) void function(void* jarg1, int jarg2) vtkImageEuclideanDistance_SetInitialize; extern(C) int function(void* jarg1) vtkImageEuclideanDistance_GetInitialize; extern(C) void function(void* jarg1) vtkImageEuclideanDistance_InitializeOn; extern(C) void function(void* jarg1) vtkImageEuclideanDistance_InitializeOff; extern(C) void function(void* jarg1, int jarg2) vtkImageEuclideanDistance_SetConsiderAnisotropy; extern(C) int function(void* jarg1) vtkImageEuclideanDistance_GetConsiderAnisotropy; extern(C) void function(void* jarg1) vtkImageEuclideanDistance_ConsiderAnisotropyOn; extern(C) void function(void* jarg1) vtkImageEuclideanDistance_ConsiderAnisotropyOff; extern(C) void function(void* jarg1, double jarg2) vtkImageEuclideanDistance_SetMaximumDistance; extern(C) double function(void* jarg1) vtkImageEuclideanDistance_GetMaximumDistance; extern(C) void function(void* jarg1, int jarg2) vtkImageEuclideanDistance_SetAlgorithm; extern(C) int function(void* jarg1) vtkImageEuclideanDistance_GetAlgorithm; extern(C) void function(void* jarg1) vtkImageEuclideanDistance_SetAlgorithmToSaito; extern(C) void function(void* jarg1) vtkImageEuclideanDistance_SetAlgorithmToSaitoCached; extern(C) int function(void* jarg1, void* jarg2, void* jarg3, void* jarg4) vtkImageEuclideanDistance_IterativeRequestData; extern(C) void* function(void* objectRef) vtkImageEuclideanDistance_Upcast; extern(C) int function(const(char)* jarg1) vtkVolumeTextureMapper2D_IsTypeOf; extern(C) void* function(void* jarg1) vtkVolumeTextureMapper2D_SafeDownCast; extern(C) void* function(void* jarg1) vtkVolumeTextureMapper2D_NewInstance; extern(C) void* function() vtkVolumeTextureMapper2D_New; extern(C) void function(void* jarg1, int jarg2, int jarg3) vtkVolumeTextureMapper2D_SetTargetTextureSize__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkVolumeTextureMapper2D_SetTargetTextureSize__SWIG_1; extern(C) void* function(void* jarg1) vtkVolumeTextureMapper2D_GetTargetTextureSize__SWIG_0; extern(C) void function(void* jarg1, void* jarg2, void* jarg3) vtkVolumeTextureMapper2D_GetTargetTextureSize__SWIG_1; extern(C) void function(void* jarg1, void* jarg2) vtkVolumeTextureMapper2D_GetTargetTextureSize__SWIG_2; extern(C) void function(void* jarg1, int jarg2) vtkVolumeTextureMapper2D_SetMaximumNumberOfPlanes; extern(C) int function(void* jarg1) vtkVolumeTextureMapper2D_GetMaximumNumberOfPlanes; extern(C) void function(void* jarg1, int jarg2) vtkVolumeTextureMapper2D_SetMaximumStorageSize; extern(C) int function(void* jarg1) vtkVolumeTextureMapper2D_GetMaximumStorageSize; extern(C) void* function(void* objectRef) vtkVolumeTextureMapper2D_Upcast; extern(C) int function(const(char)* jarg1) vtkOpenGLVolumeTextureMapper2D_IsTypeOf; extern(C) void* function(void* jarg1) vtkOpenGLVolumeTextureMapper2D_SafeDownCast; extern(C) void* function(void* jarg1) vtkOpenGLVolumeTextureMapper2D_NewInstance; extern(C) void* function() vtkOpenGLVolumeTextureMapper2D_New; extern(C) void* function(void* objectRef) vtkOpenGLVolumeTextureMapper2D_Upcast; extern(C) void* function() vtkStructuredPoints_New; extern(C) int function(const(char)* jarg1) vtkStructuredPoints_IsTypeOf; extern(C) void* function(void* jarg1) vtkStructuredPoints_SafeDownCast; extern(C) void* function(void* jarg1) vtkStructuredPoints_NewInstance; extern(C) void* function(void* objectRef) vtkStructuredPoints_Upcast; extern(C) void* function() vtkStructuredPointsCollection_New; extern(C) int function(const(char)* jarg1) vtkStructuredPointsCollection_IsTypeOf; extern(C) void* function(void* jarg1) vtkStructuredPointsCollection_SafeDownCast; extern(C) void* function(void* jarg1) vtkStructuredPointsCollection_NewInstance; extern(C) void function(void* jarg1, void* jarg2) vtkStructuredPointsCollection_AddItem; extern(C) void* function(void* jarg1) vtkStructuredPointsCollection_GetNextItem; extern(C) void* function(void* objectRef) vtkStructuredPointsCollection_Upcast; extern(C) void* function() vtkImageContinuousDilate3D_New; extern(C) int function(const(char)* jarg1) vtkImageContinuousDilate3D_IsTypeOf; extern(C) void* function(void* jarg1) vtkImageContinuousDilate3D_SafeDownCast; extern(C) void* function(void* jarg1) vtkImageContinuousDilate3D_NewInstance; extern(C) void function(void* jarg1, int jarg2, int jarg3, int jarg4) vtkImageContinuousDilate3D_SetKernelSize; extern(C) void* function(void* objectRef) vtkImageContinuousDilate3D_Upcast; extern(C) int function(const(char)* jarg1) vtkFollower_IsTypeOf; extern(C) void* function(void* jarg1) vtkFollower_SafeDownCast; extern(C) void* function(void* jarg1) vtkFollower_NewInstance; extern(C) void* function() vtkFollower_New; extern(C) void function(void* jarg1, void* jarg2) vtkFollower_SetCamera; extern(C) void* function(void* jarg1) vtkFollower_GetCamera; extern(C) void function(void* jarg1, void* jarg2) vtkFollower_Render; extern(C) void function(void* jarg1, void* jarg2) vtkFollower_ReleaseGraphicsResources; extern(C) void* function(void* objectRef) vtkFollower_Upcast; extern(C) int function(const(char)* jarg1) vtkAxisFollower_IsTypeOf; extern(C) void* function(void* jarg1) vtkAxisFollower_SafeDownCast; extern(C) void* function(void* jarg1) vtkAxisFollower_NewInstance; extern(C) void* function() vtkAxisFollower_New; extern(C) void function(void* jarg1, void* jarg2) vtkAxisFollower_SetAxis; extern(C) void* function(void* jarg1) vtkAxisFollower_GetAxis; extern(C) void function(void* jarg1, int jarg2) vtkAxisFollower_SetAutoCenter; extern(C) int function(void* jarg1) vtkAxisFollower_GetAutoCenter; extern(C) void function(void* jarg1) vtkAxisFollower_AutoCenterOn; extern(C) void function(void* jarg1) vtkAxisFollower_AutoCenterOff; extern(C) void function(void* jarg1, int jarg2) vtkAxisFollower_SetEnableDistanceLOD; extern(C) int function(void* jarg1) vtkAxisFollower_GetEnableDistanceLOD; extern(C) void function(void* jarg1, double jarg2) vtkAxisFollower_SetDistanceLODThreshold; extern(C) double function(void* jarg1) vtkAxisFollower_GetDistanceLODThresholdMinValue; extern(C) double function(void* jarg1) vtkAxisFollower_GetDistanceLODThresholdMaxValue; extern(C) double function(void* jarg1) vtkAxisFollower_GetDistanceLODThreshold; extern(C) void function(void* jarg1, int jarg2) vtkAxisFollower_SetEnableViewAngleLOD; extern(C) int function(void* jarg1) vtkAxisFollower_GetEnableViewAngleLOD; extern(C) void function(void* jarg1, double jarg2) vtkAxisFollower_SetViewAngleLODThreshold; extern(C) double function(void* jarg1) vtkAxisFollower_GetViewAngleLODThresholdMinValue; extern(C) double function(void* jarg1) vtkAxisFollower_GetViewAngleLODThresholdMaxValue; extern(C) double function(void* jarg1) vtkAxisFollower_GetViewAngleLODThreshold; extern(C) void function(void* jarg1, double jarg2) vtkAxisFollower_SetScreenOffset; extern(C) double function(void* jarg1) vtkAxisFollower_GetScreenOffset; extern(C) void function(void* jarg1, void* jarg2) vtkAxisFollower_ComputeTransformMatrix; extern(C) double function(void* jarg1, void* jarg2, double jarg3, void* jarg4) vtkAxisFollower_AutoScale; extern(C) void* function(void* objectRef) vtkAxisFollower_Upcast; extern(C) void* function() vtkLineIntegralConvolution2D_New; extern(C) int function(const(char)* jarg1) vtkLineIntegralConvolution2D_IsTypeOf; extern(C) void* function(void* jarg1) vtkLineIntegralConvolution2D_SafeDownCast; extern(C) void* function(void* jarg1) vtkLineIntegralConvolution2D_NewInstance; extern(C) void function(void* jarg1, int jarg2) vtkLineIntegralConvolution2D_SetEnhancedLIC; extern(C) int function(void* jarg1) vtkLineIntegralConvolution2D_GetEnhancedLIC; extern(C) void function(void* jarg1) vtkLineIntegralConvolution2D_EnhancedLICOn; extern(C) void function(void* jarg1) vtkLineIntegralConvolution2D_EnhancedLICOff; extern(C) void function(void* jarg1, int jarg2) vtkLineIntegralConvolution2D_SetLICForSurface; extern(C) int function(void* jarg1) vtkLineIntegralConvolution2D_GetLICForSurface; extern(C) void function(void* jarg1) vtkLineIntegralConvolution2D_LICForSurfaceOn; extern(C) void function(void* jarg1) vtkLineIntegralConvolution2D_LICForSurfaceOff; extern(C) void function(void* jarg1, int jarg2) vtkLineIntegralConvolution2D_SetNumberOfSteps; extern(C) int function(void* jarg1) vtkLineIntegralConvolution2D_GetNumberOfSteps; extern(C) void function(void* jarg1, double jarg2) vtkLineIntegralConvolution2D_SetLICStepSize; extern(C) double function(void* jarg1) vtkLineIntegralConvolution2D_GetLICStepSizeMinValue; extern(C) double function(void* jarg1) vtkLineIntegralConvolution2D_GetLICStepSizeMaxValue; extern(C) double function(void* jarg1) vtkLineIntegralConvolution2D_GetLICStepSize; extern(C) void function(void* jarg1, void* jarg2) vtkLineIntegralConvolution2D_SetNoise; extern(C) void* function(void* jarg1) vtkLineIntegralConvolution2D_GetNoise; extern(C) void function(void* jarg1, void* jarg2) vtkLineIntegralConvolution2D_SetVectorField; extern(C) void* function(void* jarg1) vtkLineIntegralConvolution2D_GetVectorField; extern(C) void function(void* jarg1, int jarg2, int jarg3) vtkLineIntegralConvolution2D_SetComponentIds__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkLineIntegralConvolution2D_SetComponentIds__SWIG_1; extern(C) void* function(void* jarg1) vtkLineIntegralConvolution2D_GetComponentIds__SWIG_0; extern(C) void function(void* jarg1, void* jarg2, void* jarg3) vtkLineIntegralConvolution2D_GetComponentIds__SWIG_1; extern(C) void function(void* jarg1, void* jarg2) vtkLineIntegralConvolution2D_GetComponentIds__SWIG_2; extern(C) void function(void* jarg1, double jarg2, double jarg3) vtkLineIntegralConvolution2D_SetGridSpacings__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkLineIntegralConvolution2D_SetGridSpacings__SWIG_1; extern(C) void* function(void* jarg1) vtkLineIntegralConvolution2D_GetGridSpacings__SWIG_0; extern(C) void function(void* jarg1, void* jarg2, void* jarg3) vtkLineIntegralConvolution2D_GetGridSpacings__SWIG_1; extern(C) void function(void* jarg1, void* jarg2) vtkLineIntegralConvolution2D_GetGridSpacings__SWIG_2; extern(C) void function(void* jarg1, int jarg2) vtkLineIntegralConvolution2D_SetTransformVectors; extern(C) int function(void* jarg1) vtkLineIntegralConvolution2D_GetTransformVectorsMinValue; extern(C) int function(void* jarg1) vtkLineIntegralConvolution2D_GetTransformVectorsMaxValue; extern(C) void function(void* jarg1) vtkLineIntegralConvolution2D_TransformVectorsOn; extern(C) void function(void* jarg1) vtkLineIntegralConvolution2D_TransformVectorsOff; extern(C) int function(void* jarg1) vtkLineIntegralConvolution2D_GetTransformVectors; extern(C) void function(void* jarg1, int jarg2) vtkLineIntegralConvolution2D_SetMagnification; extern(C) int function(void* jarg1) vtkLineIntegralConvolution2D_GetMagnificationMinValue; extern(C) int function(void* jarg1) vtkLineIntegralConvolution2D_GetMagnificationMaxValue; extern(C) int function(void* jarg1) vtkLineIntegralConvolution2D_GetMagnification; extern(C) void function(void* jarg1, double jarg2, double jarg3) vtkLineIntegralConvolution2D_SetVectorShiftScale; extern(C) uint function(void* jarg1) vtkLineIntegralConvolution2D_IsSupported; extern(C) int function(void* jarg1) vtkLineIntegralConvolution2D_Execute__SWIG_0; extern(C) int function(void* jarg1, void* jarg2) vtkLineIntegralConvolution2D_Execute__SWIG_1; extern(C) int function(void* jarg1, void* jarg2) vtkLineIntegralConvolution2D_Execute__SWIG_2; extern(C) void function(void* jarg1, void* jarg2) vtkLineIntegralConvolution2D_SetLIC; extern(C) void* function(void* jarg1) vtkLineIntegralConvolution2D_GetLIC; extern(C) void* function(void* objectRef) vtkLineIntegralConvolution2D_Upcast; extern(C) int function(const(char)* jarg1) vtkShaderDeviceAdapter2_IsTypeOf; extern(C) void* function(void* jarg1) vtkShaderDeviceAdapter2_SafeDownCast; extern(C) void* function(void* jarg1) vtkShaderDeviceAdapter2_NewInstance; extern(C) void function(void* jarg1, const(char)* jarg2, int jarg3, int jarg4, void* jarg5, core.stdc.config.c_ulong jarg6) vtkShaderDeviceAdapter2_SendAttribute__SWIG_0; extern(C) void function(void* jarg1, const(char)* jarg2, int jarg3, int jarg4, void* jarg5) vtkShaderDeviceAdapter2_SendAttribute__SWIG_1; extern(C) void function(void* jarg1) delete_vtkShaderDeviceAdapter2; extern(C) void* function(void* objectRef) vtkShaderDeviceAdapter2_Upcast; extern(C) int function(const(char)* jarg1) vtkGLSLShaderDeviceAdapter2_IsTypeOf; extern(C) void* function(void* jarg1) vtkGLSLShaderDeviceAdapter2_SafeDownCast; extern(C) void* function(void* jarg1) vtkGLSLShaderDeviceAdapter2_NewInstance; extern(C) void* function() vtkGLSLShaderDeviceAdapter2_New; extern(C) void function(void* jarg1) vtkGLSLShaderDeviceAdapter2_PrepareForRender; extern(C) void function(void* jarg1, const(char)* jarg2, int jarg3, int jarg4, void* jarg5, core.stdc.config.c_ulong jarg6) vtkGLSLShaderDeviceAdapter2_SendAttribute__SWIG_0; extern(C) void function(void* jarg1, const(char)* jarg2, int jarg3, int jarg4, void* jarg5) vtkGLSLShaderDeviceAdapter2_SendAttribute__SWIG_1; extern(C) void* function() new_vtkGLSLShaderDeviceAdapter2; extern(C) void function(void* jarg1) delete_vtkGLSLShaderDeviceAdapter2; extern(C) void* function(void* objectRef) vtkGLSLShaderDeviceAdapter2_Upcast; extern(C) int function(const(char)* jarg1) vtkSelectionNode_IsTypeOf; extern(C) void* function(void* jarg1) vtkSelectionNode_SafeDownCast; extern(C) void* function(void* jarg1) vtkSelectionNode_NewInstance; extern(C) void* function() vtkSelectionNode_New; extern(C) void function(void* jarg1) vtkSelectionNode_Initialize; extern(C) void function(void* jarg1, void* jarg2) vtkSelectionNode_SetSelectionList; extern(C) void* function(void* jarg1) vtkSelectionNode_GetSelectionList; extern(C) void function(void* jarg1, void* jarg2) vtkSelectionNode_SetSelectionData; extern(C) void* function(void* jarg1) vtkSelectionNode_GetSelectionData; extern(C) void* function(void* jarg1) vtkSelectionNode_GetProperties; extern(C) void function(void* jarg1, void* jarg2) vtkSelectionNode_DeepCopy; extern(C) void function(void* jarg1, void* jarg2) vtkSelectionNode_ShallowCopy; extern(C) void* function() vtkSelectionNode_CONTENT_TYPE; extern(C) void function(void* jarg1, int jarg2) vtkSelectionNode_SetContentType; extern(C) int function(void* jarg1) vtkSelectionNode_GetContentType; extern(C) void* function() vtkSelectionNode_FIELD_TYPE; extern(C) void function(void* jarg1, int jarg2) vtkSelectionNode_SetFieldType; extern(C) int function(void* jarg1) vtkSelectionNode_GetFieldType; extern(C) void function(void* jarg1, const(char)* jarg2) vtkSelectionNode_SetQueryString; extern(C) const(char)* function(void* jarg1) vtkSelectionNode_GetQueryString; extern(C) void* function() vtkSelectionNode_EPSILON; extern(C) void* function() vtkSelectionNode_CONTAINING_CELLS; extern(C) void* function() vtkSelectionNode_COMPONENT_NUMBER; extern(C) void* function() vtkSelectionNode_INVERSE; extern(C) void* function() vtkSelectionNode_PIXEL_COUNT; extern(C) void* function() vtkSelectionNode_SOURCE; extern(C) void* function() vtkSelectionNode_SOURCE_ID; extern(C) void* function() vtkSelectionNode_PROP; extern(C) void* function() vtkSelectionNode_PROP_ID; extern(C) void* function() vtkSelectionNode_PROCESS_ID; extern(C) void* function() vtkSelectionNode_COMPOSITE_INDEX; extern(C) void* function() vtkSelectionNode_HIERARCHICAL_LEVEL; extern(C) void* function() vtkSelectionNode_HIERARCHICAL_INDEX; extern(C) void* function() vtkSelectionNode_INDEXED_VERTICES; extern(C) void function(void* jarg1, void* jarg2) vtkSelectionNode_UnionSelectionList; extern(C) void function(void* jarg1, void* jarg2) vtkSelectionNode_SubtractSelectionList; extern(C) uint function(void* jarg1, void* jarg2, uint jarg3) vtkSelectionNode_EqualProperties__SWIG_0; extern(C) uint function(void* jarg1, void* jarg2) vtkSelectionNode_EqualProperties__SWIG_1; extern(C) void* function() new_vtkSelectionNode; extern(C) void function(void* jarg1) delete_vtkSelectionNode; extern(C) void* function(void* objectRef) vtkSelectionNode_Upcast; extern(C) void* function() vtkXMLRectilinearGridWriter_New; extern(C) int function(const(char)* jarg1) vtkXMLRectilinearGridWriter_IsTypeOf; extern(C) void* function(void* jarg1) vtkXMLRectilinearGridWriter_SafeDownCast; extern(C) void* function(void* jarg1) vtkXMLRectilinearGridWriter_NewInstance; extern(C) void* function(void* objectRef) vtkXMLRectilinearGridWriter_Upcast; extern(C) void* function() vtkVoxel_New; extern(C) int function(const(char)* jarg1) vtkVoxel_IsTypeOf; extern(C) void* function(void* jarg1) vtkVoxel_SafeDownCast; extern(C) void* function(void* jarg1) vtkVoxel_NewInstance; extern(C) void function(void* jarg1, void* jarg2) vtkVoxel_InterpolationDerivs; extern(C) void function(void* jarg1, void* jarg2, void* jarg3) vtkVoxel_InterpolateFunctions; extern(C) void function(void* jarg1, void* jarg2, void* jarg3) vtkVoxel_InterpolateDerivs; extern(C) void function(void* jarg1, void* jarg2) vtkVoxel_InterpolationFunctions; extern(C) void* function(int jarg1) vtkVoxel_GetEdgeArray; extern(C) void* function(int jarg1) vtkVoxel_GetFaceArray; extern(C) void* function(void* objectRef) vtkVoxel_Upcast; extern(C) void* function() vtkInstantiator_New; extern(C) int function(const(char)* jarg1) vtkInstantiator_IsTypeOf; extern(C) void* function(void* jarg1) vtkInstantiator_SafeDownCast; extern(C) void* function(void* jarg1) vtkInstantiator_NewInstance; extern(C) void* function(const(char)* jarg1) vtkInstantiator_CreateInstance; extern(C) void* function(void* objectRef) vtkInstantiator_Upcast; extern(C) void* function() vtkRISReader_New; extern(C) int function(const(char)* jarg1) vtkRISReader_IsTypeOf; extern(C) void* function(void* jarg1) vtkRISReader_SafeDownCast; extern(C) void* function(void* jarg1) vtkRISReader_NewInstance; extern(C) const(char)* function(void* jarg1) vtkRISReader_GetFileName; extern(C) void function(void* jarg1, const(char)* jarg2) vtkRISReader_SetFileName; extern(C) const(char)* function(void* jarg1) vtkRISReader_GetDelimiter; extern(C) void function(void* jarg1, const(char)* jarg2) vtkRISReader_SetDelimiter; extern(C) int function(void* jarg1) vtkRISReader_GetMaxRecords; extern(C) void function(void* jarg1, int jarg2) vtkRISReader_SetMaxRecords; extern(C) void* function(void* objectRef) vtkRISReader_Upcast; extern(C) int function(const(char)* jarg1) vtkChartPie_IsTypeOf; extern(C) void* function(void* jarg1) vtkChartPie_SafeDownCast; extern(C) void* function(void* jarg1) vtkChartPie_NewInstance; extern(C) void* function() vtkChartPie_New; extern(C) void* function(void* jarg1, int jarg2) vtkChartPie_AddPlot__SWIG_0; extern(C) long function(void* jarg1, void* jarg2) vtkChartPie_AddPlot__SWIG_1; extern(C) void* function() new_vtkChartPie; extern(C) void function(void* jarg1) delete_vtkChartPie; extern(C) void* function(void* objectRef) vtkChartPie_Upcast; extern(C) int function(const(char)* jarg1) vtkImageProcessingPass_IsTypeOf; extern(C) void* function(void* jarg1) vtkImageProcessingPass_SafeDownCast; extern(C) void* function(void* jarg1) vtkImageProcessingPass_NewInstance; extern(C) void* function(void* jarg1) vtkImageProcessingPass_GetDelegatePass; extern(C) void function(void* jarg1, void* jarg2) vtkImageProcessingPass_SetDelegatePass; extern(C) void* function(void* objectRef) vtkImageProcessingPass_Upcast; extern(C) void* function() vtkSobelGradientMagnitudePass_New; extern(C) int function(const(char)* jarg1) vtkSobelGradientMagnitudePass_IsTypeOf; extern(C) void* function(void* jarg1) vtkSobelGradientMagnitudePass_SafeDownCast; extern(C) void* function(void* jarg1) vtkSobelGradientMagnitudePass_NewInstance; extern(C) void* function(void* objectRef) vtkSobelGradientMagnitudePass_Upcast; extern(C) void* function() vtkXMLUniformGridAMRWriter_New; extern(C) int function(const(char)* jarg1) vtkXMLUniformGridAMRWriter_IsTypeOf; extern(C) void* function(void* jarg1) vtkXMLUniformGridAMRWriter_SafeDownCast; extern(C) void* function(void* jarg1) vtkXMLUniformGridAMRWriter_NewInstance; extern(C) void function(void* jarg1) delete_vtkXMLUniformGridAMRWriter; extern(C) void* function(void* objectRef) vtkXMLUniformGridAMRWriter_Upcast; extern(C) void* function() vtkXMLPUniformGridAMRWriter_New; extern(C) int function(const(char)* jarg1) vtkXMLPUniformGridAMRWriter_IsTypeOf; extern(C) void* function(void* jarg1) vtkXMLPUniformGridAMRWriter_SafeDownCast; extern(C) void* function(void* jarg1) vtkXMLPUniformGridAMRWriter_NewInstance; extern(C) void function(void* jarg1, void* jarg2) vtkXMLPUniformGridAMRWriter_SetController; extern(C) void* function(void* jarg1) vtkXMLPUniformGridAMRWriter_GetController; extern(C) void function(void* jarg1) delete_vtkXMLPUniformGridAMRWriter; extern(C) void* function(void* objectRef) vtkXMLPUniformGridAMRWriter_Upcast; extern(C) void* function() vtkXMLPHierarchicalBoxDataWriter_New; extern(C) int function(const(char)* jarg1) vtkXMLPHierarchicalBoxDataWriter_IsTypeOf; extern(C) void* function(void* jarg1) vtkXMLPHierarchicalBoxDataWriter_SafeDownCast; extern(C) void* function(void* jarg1) vtkXMLPHierarchicalBoxDataWriter_NewInstance; extern(C) void* function(void* objectRef) vtkXMLPHierarchicalBoxDataWriter_Upcast; extern(C) void* function() vtkRenderingFreeTypeObjectFactory_New; extern(C) int function(const(char)* jarg1) vtkRenderingFreeTypeObjectFactory_IsTypeOf; extern(C) void* function(void* jarg1) vtkRenderingFreeTypeObjectFactory_SafeDownCast; extern(C) void* function(void* jarg1) vtkRenderingFreeTypeObjectFactory_NewInstance; extern(C) void function(void* jarg1) delete_vtkRenderingFreeTypeObjectFactory; extern(C) void* function(void* objectRef) vtkRenderingFreeTypeObjectFactory_Upcast; extern(C) int function(const(char)* jarg1) vtkPerlinNoise_IsTypeOf; extern(C) void* function(void* jarg1) vtkPerlinNoise_SafeDownCast; extern(C) void* function(void* jarg1) vtkPerlinNoise_NewInstance; extern(C) void* function() vtkPerlinNoise_New; extern(C) double function(void* jarg1, void* jarg2) vtkPerlinNoise_EvaluateFunction__SWIG_0; extern(C) double function(void* jarg1, double jarg2, double jarg3, double jarg4) vtkPerlinNoise_EvaluateFunction__SWIG_1; extern(C) void function(void* jarg1, double jarg2, double jarg3, double jarg4) vtkPerlinNoise_SetFrequency__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkPerlinNoise_SetFrequency__SWIG_1; extern(C) void* function(void* jarg1) vtkPerlinNoise_GetFrequency__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkPerlinNoise_GetFrequency__SWIG_1; extern(C) void function(void* jarg1, double jarg2, double jarg3, double jarg4) vtkPerlinNoise_SetPhase__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkPerlinNoise_SetPhase__SWIG_1; extern(C) void* function(void* jarg1) vtkPerlinNoise_GetPhase__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkPerlinNoise_GetPhase__SWIG_1; extern(C) void function(void* jarg1, double jarg2) vtkPerlinNoise_SetAmplitude; extern(C) double function(void* jarg1) vtkPerlinNoise_GetAmplitude; extern(C) void* function(void* objectRef) vtkPerlinNoise_Upcast; extern(C) void* function() vtkBYUReader_New; extern(C) int function(const(char)* jarg1) vtkBYUReader_IsTypeOf; extern(C) void* function(void* jarg1) vtkBYUReader_SafeDownCast; extern(C) void* function(void* jarg1) vtkBYUReader_NewInstance; extern(C) void function(void* jarg1, const(char)* jarg2) vtkBYUReader_SetGeometryFileName; extern(C) const(char)* function(void* jarg1) vtkBYUReader_GetGeometryFileName; extern(C) void function(void* jarg1, const(char)* jarg2) vtkBYUReader_SetFileName; extern(C) const(char)* function(void* jarg1) vtkBYUReader_GetFileName; extern(C) void function(void* jarg1, const(char)* jarg2) vtkBYUReader_SetDisplacementFileName; extern(C) const(char)* function(void* jarg1) vtkBYUReader_GetDisplacementFileName; extern(C) void function(void* jarg1, const(char)* jarg2) vtkBYUReader_SetScalarFileName; extern(C) const(char)* function(void* jarg1) vtkBYUReader_GetScalarFileName; extern(C) void function(void* jarg1, const(char)* jarg2) vtkBYUReader_SetTextureFileName; extern(C) const(char)* function(void* jarg1) vtkBYUReader_GetTextureFileName; extern(C) void function(void* jarg1, int jarg2) vtkBYUReader_SetReadDisplacement; extern(C) int function(void* jarg1) vtkBYUReader_GetReadDisplacement; extern(C) void function(void* jarg1) vtkBYUReader_ReadDisplacementOn; extern(C) void function(void* jarg1) vtkBYUReader_ReadDisplacementOff; extern(C) void function(void* jarg1, int jarg2) vtkBYUReader_SetReadScalar; extern(C) int function(void* jarg1) vtkBYUReader_GetReadScalar; extern(C) void function(void* jarg1) vtkBYUReader_ReadScalarOn; extern(C) void function(void* jarg1) vtkBYUReader_ReadScalarOff; extern(C) void function(void* jarg1, int jarg2) vtkBYUReader_SetReadTexture; extern(C) int function(void* jarg1) vtkBYUReader_GetReadTexture; extern(C) void function(void* jarg1) vtkBYUReader_ReadTextureOn; extern(C) void function(void* jarg1) vtkBYUReader_ReadTextureOff; extern(C) void function(void* jarg1, int jarg2) vtkBYUReader_SetPartNumber; extern(C) int function(void* jarg1) vtkBYUReader_GetPartNumberMinValue; extern(C) int function(void* jarg1) vtkBYUReader_GetPartNumberMaxValue; extern(C) int function(void* jarg1) vtkBYUReader_GetPartNumber; extern(C) int function(const(char)* jarg1) vtkBYUReader_CanReadFile; extern(C) void* function(void* objectRef) vtkBYUReader_Upcast; extern(C) int function(const(char)* jarg1) vtkIncrementalOctreePointLocator_IsTypeOf; extern(C) void* function(void* jarg1) vtkIncrementalOctreePointLocator_SafeDownCast; extern(C) void* function(void* jarg1) vtkIncrementalOctreePointLocator_NewInstance; extern(C) void* function() vtkIncrementalOctreePointLocator_New; extern(C) void function(void* jarg1, int jarg2) vtkIncrementalOctreePointLocator_SetMaxPointsPerLeaf; extern(C) int function(void* jarg1) vtkIncrementalOctreePointLocator_GetMaxPointsPerLeafMinValue; extern(C) int function(void* jarg1) vtkIncrementalOctreePointLocator_GetMaxPointsPerLeafMaxValue; extern(C) int function(void* jarg1) vtkIncrementalOctreePointLocator_GetMaxPointsPerLeaf; extern(C) void function(void* jarg1, int jarg2) vtkIncrementalOctreePointLocator_SetBuildCubicOctree; extern(C) int function(void* jarg1) vtkIncrementalOctreePointLocator_GetBuildCubicOctree; extern(C) void function(void* jarg1) vtkIncrementalOctreePointLocator_BuildCubicOctreeOn; extern(C) void function(void* jarg1) vtkIncrementalOctreePointLocator_BuildCubicOctreeOff; extern(C) void* function(void* jarg1) vtkIncrementalOctreePointLocator_GetLocatorPoints; extern(C) void function(void* jarg1, void* jarg2) vtkIncrementalOctreePointLocator_GetBounds__SWIG_0; extern(C) void* function(void* jarg1) vtkIncrementalOctreePointLocator_GetBounds__SWIG_1; extern(C) int function(void* jarg1) vtkIncrementalOctreePointLocator_GetNumberOfPoints; extern(C) long function(void* jarg1, void* jarg2) vtkIncrementalOctreePointLocator_FindClosestPoint__SWIG_0; extern(C) long function(void* jarg1, double jarg2, double jarg3, double jarg4) vtkIncrementalOctreePointLocator_FindClosestPoint__SWIG_1; extern(C) long function(void* jarg1, void* jarg2, void* jarg3) vtkIncrementalOctreePointLocator_FindClosestPoint__SWIG_2; extern(C) long function(void* jarg1, double jarg2, double jarg3, double jarg4, void* jarg5) vtkIncrementalOctreePointLocator_FindClosestPoint__SWIG_3; extern(C) long function(void* jarg1, double jarg2, void* jarg3, void* jarg4) vtkIncrementalOctreePointLocator_FindClosestPointWithinSquaredRadius; extern(C) void function(void* jarg1, double jarg2, void* jarg3, void* jarg4) vtkIncrementalOctreePointLocator_FindPointsWithinSquaredRadius; extern(C) int function(void* jarg1, void* jarg2, void* jarg3) vtkIncrementalOctreePointLocator_InitPointInsertion__SWIG_0; extern(C) int function(void* jarg1, void* jarg2, void* jarg3, long jarg4) vtkIncrementalOctreePointLocator_InitPointInsertion__SWIG_1; extern(C) long function(void* jarg1, void* jarg2) vtkIncrementalOctreePointLocator_IsInsertedPoint__SWIG_0; extern(C) long function(void* jarg1, double jarg2, double jarg3, double jarg4) vtkIncrementalOctreePointLocator_IsInsertedPoint__SWIG_1; extern(C) void function(void* jarg1, void* jarg2, void* jarg3, int jarg4) vtkIncrementalOctreePointLocator_InsertPointWithoutChecking; extern(C) void* function() new_vtkIncrementalOctreePointLocator; extern(C) void function(void* jarg1) delete_vtkIncrementalOctreePointLocator; extern(C) void* function(void* objectRef) vtkIncrementalOctreePointLocator_Upcast; extern(C) void* function() vtkDynamicLoader_New; extern(C) int function(const(char)* jarg1) vtkDynamicLoader_IsTypeOf; extern(C) void* function(void* jarg1) vtkDynamicLoader_SafeDownCast; extern(C) void* function(void* jarg1) vtkDynamicLoader_NewInstance; extern(C) const(char)* function() vtkDynamicLoader_LibPrefix; extern(C) const(char)* function() vtkDynamicLoader_LibExtension; extern(C) const(char)* function() vtkDynamicLoader_LastError; extern(C) void* function(void* objectRef) vtkDynamicLoader_Upcast; extern(C) int function(const(char)* jarg1) vtkConnectivityFilter_IsTypeOf; extern(C) void* function(void* jarg1) vtkConnectivityFilter_SafeDownCast; extern(C) void* function(void* jarg1) vtkConnectivityFilter_NewInstance; extern(C) void* function() vtkConnectivityFilter_New; extern(C) void function(void* jarg1, int jarg2) vtkConnectivityFilter_SetScalarConnectivity; extern(C) int function(void* jarg1) vtkConnectivityFilter_GetScalarConnectivity; extern(C) void function(void* jarg1) vtkConnectivityFilter_ScalarConnectivityOn; extern(C) void function(void* jarg1) vtkConnectivityFilter_ScalarConnectivityOff; extern(C) void function(void* jarg1, double jarg2, double jarg3) vtkConnectivityFilter_SetScalarRange__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkConnectivityFilter_SetScalarRange__SWIG_1; extern(C) void* function(void* jarg1) vtkConnectivityFilter_GetScalarRange__SWIG_0; extern(C) void function(void* jarg1, void* jarg2, void* jarg3) vtkConnectivityFilter_GetScalarRange__SWIG_1; extern(C) void function(void* jarg1, void* jarg2) vtkConnectivityFilter_GetScalarRange__SWIG_2; extern(C) void function(void* jarg1, int jarg2) vtkConnectivityFilter_SetExtractionMode; extern(C) int function(void* jarg1) vtkConnectivityFilter_GetExtractionModeMinValue; extern(C) int function(void* jarg1) vtkConnectivityFilter_GetExtractionModeMaxValue; extern(C) int function(void* jarg1) vtkConnectivityFilter_GetExtractionMode; extern(C) void function(void* jarg1) vtkConnectivityFilter_SetExtractionModeToPointSeededRegions; extern(C) void function(void* jarg1) vtkConnectivityFilter_SetExtractionModeToCellSeededRegions; extern(C) void function(void* jarg1) vtkConnectivityFilter_SetExtractionModeToLargestRegion; extern(C) void function(void* jarg1) vtkConnectivityFilter_SetExtractionModeToSpecifiedRegions; extern(C) void function(void* jarg1) vtkConnectivityFilter_SetExtractionModeToClosestPointRegion; extern(C) void function(void* jarg1) vtkConnectivityFilter_SetExtractionModeToAllRegions; extern(C) const(char)* function(void* jarg1) vtkConnectivityFilter_GetExtractionModeAsString; extern(C) void function(void* jarg1) vtkConnectivityFilter_InitializeSeedList; extern(C) void function(void* jarg1, long jarg2) vtkConnectivityFilter_AddSeed; extern(C) void function(void* jarg1, long jarg2) vtkConnectivityFilter_DeleteSeed; extern(C) void function(void* jarg1) vtkConnectivityFilter_InitializeSpecifiedRegionList; extern(C) void function(void* jarg1, int jarg2) vtkConnectivityFilter_AddSpecifiedRegion; extern(C) void function(void* jarg1, int jarg2) vtkConnectivityFilter_DeleteSpecifiedRegion; extern(C) void function(void* jarg1, double jarg2, double jarg3, double jarg4) vtkConnectivityFilter_SetClosestPoint__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkConnectivityFilter_SetClosestPoint__SWIG_1; extern(C) void* function(void* jarg1) vtkConnectivityFilter_GetClosestPoint__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkConnectivityFilter_GetClosestPoint__SWIG_1; extern(C) int function(void* jarg1) vtkConnectivityFilter_GetNumberOfExtractedRegions; extern(C) void function(void* jarg1, int jarg2) vtkConnectivityFilter_SetColorRegions; extern(C) int function(void* jarg1) vtkConnectivityFilter_GetColorRegions; extern(C) void function(void* jarg1) vtkConnectivityFilter_ColorRegionsOn; extern(C) void function(void* jarg1) vtkConnectivityFilter_ColorRegionsOff; extern(C) void* function(void* objectRef) vtkConnectivityFilter_Upcast; extern(C) int function(const(char)* jarg1) vtkVectorNorm_IsTypeOf; extern(C) void* function(void* jarg1) vtkVectorNorm_SafeDownCast; extern(C) void* function(void* jarg1) vtkVectorNorm_NewInstance; extern(C) void* function() vtkVectorNorm_New; extern(C) void function(void* jarg1, int jarg2) vtkVectorNorm_SetNormalize; extern(C) int function(void* jarg1) vtkVectorNorm_GetNormalize; extern(C) void function(void* jarg1) vtkVectorNorm_NormalizeOn; extern(C) void function(void* jarg1) vtkVectorNorm_NormalizeOff; extern(C) void function(void* jarg1, int jarg2) vtkVectorNorm_SetAttributeMode; extern(C) int function(void* jarg1) vtkVectorNorm_GetAttributeMode; extern(C) void function(void* jarg1) vtkVectorNorm_SetAttributeModeToDefault; extern(C) void function(void* jarg1) vtkVectorNorm_SetAttributeModeToUsePointData; extern(C) void function(void* jarg1) vtkVectorNorm_SetAttributeModeToUseCellData; extern(C) const(char)* function(void* jarg1) vtkVectorNorm_GetAttributeModeAsString; extern(C) void* function(void* objectRef) vtkVectorNorm_Upcast; extern(C) void* function() vtkPriorityQueue_New; extern(C) int function(const(char)* jarg1) vtkPriorityQueue_IsTypeOf; extern(C) void* function(void* jarg1) vtkPriorityQueue_SafeDownCast; extern(C) void* function(void* jarg1) vtkPriorityQueue_NewInstance; extern(C) void function(void* jarg1, long jarg2, long jarg3) vtkPriorityQueue_Allocate__SWIG_0; extern(C) void function(void* jarg1, long jarg2) vtkPriorityQueue_Allocate__SWIG_1; extern(C) void function(void* jarg1, double jarg2, long jarg3) vtkPriorityQueue_Insert; extern(C) long function(void* jarg1, long jarg2) vtkPriorityQueue_Pop__SWIG_0; extern(C) long function(void* jarg1) vtkPriorityQueue_Pop__SWIG_1; extern(C) long function(void* jarg1, long jarg2) vtkPriorityQueue_Peek__SWIG_0; extern(C) long function(void* jarg1) vtkPriorityQueue_Peek__SWIG_1; extern(C) double function(void* jarg1, long jarg2) vtkPriorityQueue_DeleteId; extern(C) double function(void* jarg1, long jarg2) vtkPriorityQueue_GetPriority; extern(C) long function(void* jarg1) vtkPriorityQueue_GetNumberOfItems; extern(C) void function(void* jarg1) vtkPriorityQueue_Reset; extern(C) void* function(void* objectRef) vtkPriorityQueue_Upcast; extern(C) int function(const(char)* jarg1) vtkCellQuality_IsTypeOf; extern(C) void* function(void* jarg1) vtkCellQuality_SafeDownCast; extern(C) void* function(void* jarg1) vtkCellQuality_NewInstance; extern(C) void* function() vtkCellQuality_New; extern(C) void function(void* jarg1, int jarg2) vtkCellQuality_SetQualityMeasure; extern(C) int function(void* jarg1) vtkCellQuality_GetQualityMeasure; extern(C) void function(void* jarg1) vtkCellQuality_SetQualityMeasureToArea; extern(C) void function(void* jarg1) vtkCellQuality_SetQualityMeasureToAspectBeta; extern(C) void function(void* jarg1) vtkCellQuality_SetQualityMeasureToAspectFrobenius; extern(C) void function(void* jarg1) vtkCellQuality_SetQualityMeasureToAspectGamma; extern(C) void function(void* jarg1) vtkCellQuality_SetQualityMeasureToAspectRatio; extern(C) void function(void* jarg1) vtkCellQuality_SetQualityMeasureToCollapseRatio; extern(C) void function(void* jarg1) vtkCellQuality_SetQualityMeasureToCondition; extern(C) void function(void* jarg1) vtkCellQuality_SetQualityMeasureToDiagonal; extern(C) void function(void* jarg1) vtkCellQuality_SetQualityMeasureToDimension; extern(C) void function(void* jarg1) vtkCellQuality_SetQualityMeasureToDistortion; extern(C) void function(void* jarg1) vtkCellQuality_SetQualityMeasureToJacobian; extern(C) void function(void* jarg1) vtkCellQuality_SetQualityMeasureToMaxAngle; extern(C) void function(void* jarg1) vtkCellQuality_SetQualityMeasureToMaxAspectFrobenius; extern(C) void function(void* jarg1) vtkCellQuality_SetQualityMeasureToMaxEdgeRatio; extern(C) void function(void* jarg1) vtkCellQuality_SetQualityMeasureToMedAspectFrobenius; extern(C) void function(void* jarg1) vtkCellQuality_SetQualityMeasureToMinAngle; extern(C) void function(void* jarg1) vtkCellQuality_SetQualityMeasureToOddy; extern(C) void function(void* jarg1) vtkCellQuality_SetQualityMeasureToRadiusRatio; extern(C) void function(void* jarg1) vtkCellQuality_SetQualityMeasureToRelativeSizeSquared; extern(C) void function(void* jarg1) vtkCellQuality_SetQualityMeasureToScaledJacobian; extern(C) void function(void* jarg1) vtkCellQuality_SetQualityMeasureToShapeAndSize; extern(C) void function(void* jarg1) vtkCellQuality_SetQualityMeasureToShape; extern(C) void function(void* jarg1) vtkCellQuality_SetQualityMeasureToShearAndSize; extern(C) void function(void* jarg1) vtkCellQuality_SetQualityMeasureToShear; extern(C) void function(void* jarg1) vtkCellQuality_SetQualityMeasureToSkew; extern(C) void function(void* jarg1) vtkCellQuality_SetQualityMeasureToStretch; extern(C) void function(void* jarg1) vtkCellQuality_SetQualityMeasureToTaper; extern(C) void function(void* jarg1) vtkCellQuality_SetQualityMeasureToVolume; extern(C) void function(void* jarg1) vtkCellQuality_SetQualityMeasureToWarpage; extern(C) void function(void* jarg1, double jarg2) vtkCellQuality_SetUnsupportedGeometry; extern(C) double function(void* jarg1) vtkCellQuality_GetUnsupportedGeometry; extern(C) void function(void* jarg1, double jarg2) vtkCellQuality_SetUndefinedQuality; extern(C) double function(void* jarg1) vtkCellQuality_GetUndefinedQuality; extern(C) double function(void* jarg1, void* jarg2) vtkCellQuality_TriangleStripArea; extern(C) double function(void* jarg1, void* jarg2) vtkCellQuality_PixelArea; extern(C) double function(void* jarg1, void* jarg2) vtkCellQuality_PolygonArea; extern(C) void* function(void* objectRef) vtkCellQuality_Upcast; extern(C) void* function() vtkLabelHierarchy_New; extern(C) int function(const(char)* jarg1) vtkLabelHierarchy_IsTypeOf; extern(C) void* function(void* jarg1) vtkLabelHierarchy_SafeDownCast; extern(C) void* function(void* jarg1) vtkLabelHierarchy_NewInstance; extern(C) void function(void* jarg1) vtkLabelHierarchy_ComputeHierarchy; extern(C) void function(void* jarg1, int jarg2) vtkLabelHierarchy_SetTargetLabelCount; extern(C) int function(void* jarg1) vtkLabelHierarchy_GetTargetLabelCount; extern(C) void function(void* jarg1, int jarg2) vtkLabelHierarchy_SetMaximumDepth; extern(C) int function(void* jarg1) vtkLabelHierarchy_GetMaximumDepth; extern(C) void function(void* jarg1, void* jarg2) vtkLabelHierarchy_SetTextProperty; extern(C) void* function(void* jarg1) vtkLabelHierarchy_GetTextProperty; extern(C) void function(void* jarg1, void* jarg2) vtkLabelHierarchy_SetPriorities; extern(C) void* function(void* jarg1) vtkLabelHierarchy_GetPriorities; extern(C) void function(void* jarg1, void* jarg2) vtkLabelHierarchy_SetLabels; extern(C) void* function(void* jarg1) vtkLabelHierarchy_GetLabels; extern(C) void function(void* jarg1, void* jarg2) vtkLabelHierarchy_SetOrientations; extern(C) void* function(void* jarg1) vtkLabelHierarchy_GetOrientations; extern(C) void function(void* jarg1, void* jarg2) vtkLabelHierarchy_SetIconIndices; extern(C) void* function(void* jarg1) vtkLabelHierarchy_GetIconIndices; extern(C) void function(void* jarg1, void* jarg2) vtkLabelHierarchy_SetSizes; extern(C) void* function(void* jarg1) vtkLabelHierarchy_GetSizes; extern(C) void function(void* jarg1, void* jarg2) vtkLabelHierarchy_SetBoundedSizes; extern(C) void* function(void* jarg1) vtkLabelHierarchy_GetBoundedSizes; extern(C) void function(void* jarg1, void* jarg2, void* jarg3, int jarg4) vtkLabelHierarchy_GetDiscreteNodeCoordinatesFromWorldPoint; extern(C) uint function(void* jarg1, void* jarg2, int jarg3) vtkLabelHierarchy_GetPathForNodalCoordinates; extern(C) void* function(void* jarg1, long jarg2) vtkLabelHierarchy_GetCell__SWIG_0; extern(C) void function(void* jarg1, long jarg2, void* jarg3) vtkLabelHierarchy_GetCell__SWIG_1; extern(C) long function(void* jarg1, void* jarg2, void* jarg3, long jarg4, double jarg5, void* jarg6, void* jarg7, void* jarg8) vtkLabelHierarchy_FindCell__SWIG_0; extern(C) long function(void* jarg1, void* jarg2, void* jarg3, void* jarg4, long jarg5, double jarg6, void* jarg7, void* jarg8, void* jarg9) vtkLabelHierarchy_FindCell__SWIG_1; extern(C) void* function(void* jarg1) vtkLabelHierarchy_GetCenterPts; extern(C) void* function(void* jarg1) vtkLabelHierarchy_GetCoincidentPoints; extern(C) void* function(void* objectRef) vtkLabelHierarchy_Upcast; extern(C) int function(const(char)* jarg1) vtkExtractUserDefinedPiece_IsTypeOf; extern(C) void* function(void* jarg1) vtkExtractUserDefinedPiece_SafeDownCast; extern(C) void* function(void* jarg1) vtkExtractUserDefinedPiece_NewInstance; extern(C) void* function() vtkExtractUserDefinedPiece_New; extern(C) void function(void* jarg1, void* jarg2) vtkExtractUserDefinedPiece_SetPieceFunction; extern(C) void function(void* jarg1, void* jarg2, int jarg3) vtkExtractUserDefinedPiece_SetConstantData; extern(C) int function(void* jarg1, void* jarg2) vtkExtractUserDefinedPiece_GetConstantData; extern(C) void* function(void* objectRef) vtkExtractUserDefinedPiece_Upcast; extern(C) void* function() vtkCommunity2DLayoutStrategy_New; extern(C) int function(const(char)* jarg1) vtkCommunity2DLayoutStrategy_IsTypeOf; extern(C) void* function(void* jarg1) vtkCommunity2DLayoutStrategy_SafeDownCast; extern(C) void* function(void* jarg1) vtkCommunity2DLayoutStrategy_NewInstance; extern(C) void function(void* jarg1, int jarg2) vtkCommunity2DLayoutStrategy_SetRandomSeed; extern(C) int function(void* jarg1) vtkCommunity2DLayoutStrategy_GetRandomSeedMinValue; extern(C) int function(void* jarg1) vtkCommunity2DLayoutStrategy_GetRandomSeedMaxValue; extern(C) int function(void* jarg1) vtkCommunity2DLayoutStrategy_GetRandomSeed; extern(C) void function(void* jarg1, int jarg2) vtkCommunity2DLayoutStrategy_SetMaxNumberOfIterations; extern(C) int function(void* jarg1) vtkCommunity2DLayoutStrategy_GetMaxNumberOfIterationsMinValue; extern(C) int function(void* jarg1) vtkCommunity2DLayoutStrategy_GetMaxNumberOfIterationsMaxValue; extern(C) int function(void* jarg1) vtkCommunity2DLayoutStrategy_GetMaxNumberOfIterations; extern(C) void function(void* jarg1, int jarg2) vtkCommunity2DLayoutStrategy_SetIterationsPerLayout; extern(C) int function(void* jarg1) vtkCommunity2DLayoutStrategy_GetIterationsPerLayoutMinValue; extern(C) int function(void* jarg1) vtkCommunity2DLayoutStrategy_GetIterationsPerLayoutMaxValue; extern(C) int function(void* jarg1) vtkCommunity2DLayoutStrategy_GetIterationsPerLayout; extern(C) void function(void* jarg1, float jarg2) vtkCommunity2DLayoutStrategy_SetInitialTemperature; extern(C) float function(void* jarg1) vtkCommunity2DLayoutStrategy_GetInitialTemperatureMinValue; extern(C) float function(void* jarg1) vtkCommunity2DLayoutStrategy_GetInitialTemperatureMaxValue; extern(C) float function(void* jarg1) vtkCommunity2DLayoutStrategy_GetInitialTemperature; extern(C) void function(void* jarg1, double jarg2) vtkCommunity2DLayoutStrategy_SetCoolDownRate; extern(C) double function(void* jarg1) vtkCommunity2DLayoutStrategy_GetCoolDownRateMinValue; extern(C) double function(void* jarg1) vtkCommunity2DLayoutStrategy_GetCoolDownRateMaxValue; extern(C) double function(void* jarg1) vtkCommunity2DLayoutStrategy_GetCoolDownRate; extern(C) void function(void* jarg1, float jarg2) vtkCommunity2DLayoutStrategy_SetRestDistance; extern(C) float function(void* jarg1) vtkCommunity2DLayoutStrategy_GetRestDistance; extern(C) const(char)* function(void* jarg1) vtkCommunity2DLayoutStrategy_GetCommunityArrayName; extern(C) void function(void* jarg1, const(char)* jarg2) vtkCommunity2DLayoutStrategy_SetCommunityArrayName; extern(C) void function(void* jarg1, float jarg2) vtkCommunity2DLayoutStrategy_SetCommunityStrength; extern(C) float function(void* jarg1) vtkCommunity2DLayoutStrategy_GetCommunityStrengthMinValue; extern(C) float function(void* jarg1) vtkCommunity2DLayoutStrategy_GetCommunityStrengthMaxValue; extern(C) float function(void* jarg1) vtkCommunity2DLayoutStrategy_GetCommunityStrength; extern(C) void* function(void* objectRef) vtkCommunity2DLayoutStrategy_Upcast; extern(C) void* function() vtkHull_New; extern(C) int function(const(char)* jarg1) vtkHull_IsTypeOf; extern(C) void* function(void* jarg1) vtkHull_SafeDownCast; extern(C) void* function(void* jarg1) vtkHull_NewInstance; extern(C) void function(void* jarg1) vtkHull_RemoveAllPlanes; extern(C) int function(void* jarg1, double jarg2, double jarg3, double jarg4) vtkHull_AddPlane__SWIG_0; extern(C) int function(void* jarg1, void* jarg2) vtkHull_AddPlane__SWIG_1; extern(C) void function(void* jarg1, int jarg2, double jarg3, double jarg4, double jarg5) vtkHull_SetPlane__SWIG_0; extern(C) void function(void* jarg1, int jarg2, void* jarg3) vtkHull_SetPlane__SWIG_1; extern(C) int function(void* jarg1, double jarg2, double jarg3, double jarg4, double jarg5) vtkHull_AddPlane__SWIG_2; extern(C) int function(void* jarg1, void* jarg2, double jarg3) vtkHull_AddPlane__SWIG_3; extern(C) void function(void* jarg1, int jarg2, double jarg3, double jarg4, double jarg5, double jarg6) vtkHull_SetPlane__SWIG_2; extern(C) void function(void* jarg1, int jarg2, void* jarg3, double jarg4) vtkHull_SetPlane__SWIG_3; extern(C) void function(void* jarg1, void* jarg2) vtkHull_SetPlanes; extern(C) int function(void* jarg1) vtkHull_GetNumberOfPlanes; extern(C) void function(void* jarg1) vtkHull_AddCubeVertexPlanes; extern(C) void function(void* jarg1) vtkHull_AddCubeEdgePlanes; extern(C) void function(void* jarg1) vtkHull_AddCubeFacePlanes; extern(C) void function(void* jarg1, int jarg2) vtkHull_AddRecursiveSpherePlanes; extern(C) void function(void* jarg1, void* jarg2, void* jarg3) vtkHull_GenerateHull__SWIG_0; extern(C) void function(void* jarg1, void* jarg2, double jarg3, double jarg4, double jarg5, double jarg6, double jarg7, double jarg8) vtkHull_GenerateHull__SWIG_1; extern(C) void* function(void* objectRef) vtkHull_Upcast; extern(C) void* function() vtkDiscreteMarchingCubes_New; extern(C) int function(const(char)* jarg1) vtkDiscreteMarchingCubes_IsTypeOf; extern(C) void* function(void* jarg1) vtkDiscreteMarchingCubes_SafeDownCast; extern(C) void* function(void* jarg1) vtkDiscreteMarchingCubes_NewInstance; extern(C) void* function(void* objectRef) vtkDiscreteMarchingCubes_Upcast; extern(C) void* function() vtkBitArray_New; extern(C) int function(const(char)* jarg1) vtkBitArray_IsTypeOf; extern(C) void* function(void* jarg1) vtkBitArray_SafeDownCast; extern(C) void* function(void* jarg1) vtkBitArray_NewInstance; extern(C) int function(void* jarg1, long jarg2, long jarg3) vtkBitArray_Allocate__SWIG_0; extern(C) int function(void* jarg1, long jarg2) vtkBitArray_Allocate__SWIG_1; extern(C) void function(void* jarg1, long jarg2, long jarg3, void* jarg4) vtkBitArray_SetTuple__SWIG_0; extern(C) void function(void* jarg1, long jarg2, long jarg3, void* jarg4) vtkBitArray_InsertTuple__SWIG_0; extern(C) long function(void* jarg1, long jarg2, void* jarg3) vtkBitArray_InsertNextTuple__SWIG_0; extern(C) void* function(void* jarg1, long jarg2) vtkBitArray_GetTuple__SWIG_0; extern(C) void function(void* jarg1, long jarg2, void* jarg3) vtkBitArray_GetTuple__SWIG_1; extern(C) void function(void* jarg1, long jarg2, void* jarg3) vtkBitArray_SetTuple__SWIG_1; extern(C) void function(void* jarg1, long jarg2, void* jarg3) vtkBitArray_SetTuple__SWIG_2; extern(C) void function(void* jarg1, long jarg2, void* jarg3) vtkBitArray_InsertTuple__SWIG_1; extern(C) void function(void* jarg1, long jarg2, void* jarg3) vtkBitArray_InsertTuple__SWIG_2; extern(C) long function(void* jarg1, void* jarg2) vtkBitArray_InsertNextTuple__SWIG_1; extern(C) long function(void* jarg1, void* jarg2) vtkBitArray_InsertNextTuple__SWIG_2; extern(C) int function(void* jarg1, long jarg2) vtkBitArray_GetValue; extern(C) void function(void* jarg1, long jarg2) vtkBitArray_SetNumberOfValues; extern(C) void function(void* jarg1, long jarg2, int jarg3) vtkBitArray_SetValue; extern(C) void function(void* jarg1, long jarg2, int jarg3) vtkBitArray_InsertValue; extern(C) long function(void* jarg1, int jarg2) vtkBitArray_InsertNextValue; extern(C) void* function(void* jarg1, long jarg2) vtkBitArray_GetPointer; extern(C) void* function(void* jarg1, long jarg2, long jarg3) vtkBitArray_WritePointer; extern(C) void function(void* jarg1, void* jarg2) vtkBitArray_DeepCopy__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkBitArray_DeepCopy__SWIG_1; extern(C) void function(void* jarg1, void* jarg2, long jarg3, int jarg4) vtkBitArray_SetArray; extern(C) long function(void* jarg1, void* jarg2) vtkBitArray_LookupValue__SWIG_0; extern(C) void function(void* jarg1, void* jarg2, void* jarg3) vtkBitArray_LookupValue__SWIG_1; extern(C) long function(void* jarg1, int jarg2) vtkBitArray_LookupValue__SWIG_2; extern(C) void function(void* jarg1, int jarg2, void* jarg3) vtkBitArray_LookupValue__SWIG_3; extern(C) void* function(void* objectRef) vtkBitArray_Upcast; extern(C) void* function() vtkPerspectiveTransform_New; extern(C) int function(const(char)* jarg1) vtkPerspectiveTransform_IsTypeOf; extern(C) void* function(void* jarg1) vtkPerspectiveTransform_SafeDownCast; extern(C) void* function(void* jarg1) vtkPerspectiveTransform_NewInstance; extern(C) void function(void* jarg1) vtkPerspectiveTransform_Identity; extern(C) void function(void* jarg1, double jarg2, double jarg3, double jarg4, double jarg5, double jarg6, double jarg7, double jarg8, double jarg9) vtkPerspectiveTransform_AdjustViewport; extern(C) void function(void* jarg1, double jarg2, double jarg3, double jarg4, double jarg5) vtkPerspectiveTransform_AdjustZBuffer; extern(C) void function(void* jarg1, double jarg2, double jarg3, double jarg4, double jarg5, double jarg6, double jarg7) vtkPerspectiveTransform_Ortho; extern(C) void function(void* jarg1, double jarg2, double jarg3, double jarg4, double jarg5, double jarg6, double jarg7) vtkPerspectiveTransform_Frustum; extern(C) void function(void* jarg1, double jarg2, double jarg3, double jarg4, double jarg5) vtkPerspectiveTransform_Perspective; extern(C) void function(void* jarg1, double jarg2, double jarg3, double jarg4) vtkPerspectiveTransform_Shear; extern(C) void function(void* jarg1, double jarg2, double jarg3) vtkPerspectiveTransform_Stereo; extern(C) void function(void* jarg1, void* jarg2, void* jarg3, void* jarg4) vtkPerspectiveTransform_SetupCamera__SWIG_0; extern(C) void function(void* jarg1, double jarg2, double jarg3, double jarg4, double jarg5, double jarg6, double jarg7, double jarg8, double jarg9, double jarg10) vtkPerspectiveTransform_SetupCamera__SWIG_1; extern(C) void function(void* jarg1, double jarg2, double jarg3, double jarg4) vtkPerspectiveTransform_Translate__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkPerspectiveTransform_Translate__SWIG_1; extern(C) void function(void* jarg1, void* jarg2) vtkPerspectiveTransform_Translate__SWIG_2; extern(C) void function(void* jarg1, double jarg2, double jarg3, double jarg4, double jarg5) vtkPerspectiveTransform_RotateWXYZ__SWIG_0; extern(C) void function(void* jarg1, double jarg2, void* jarg3) vtkPerspectiveTransform_RotateWXYZ__SWIG_1; extern(C) void function(void* jarg1, double jarg2, void* jarg3) vtkPerspectiveTransform_RotateWXYZ__SWIG_2; extern(C) void function(void* jarg1, double jarg2) vtkPerspectiveTransform_RotateX; extern(C) void function(void* jarg1, double jarg2) vtkPerspectiveTransform_RotateY; extern(C) void function(void* jarg1, double jarg2) vtkPerspectiveTransform_RotateZ; extern(C) void function(void* jarg1, double jarg2, double jarg3, double jarg4) vtkPerspectiveTransform_Scale__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkPerspectiveTransform_Scale__SWIG_1; extern(C) void function(void* jarg1, void* jarg2) vtkPerspectiveTransform_Scale__SWIG_2; extern(C) void function(void* jarg1, void* jarg2) vtkPerspectiveTransform_SetMatrix__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkPerspectiveTransform_SetMatrix__SWIG_1; extern(C) void function(void* jarg1, void* jarg2) vtkPerspectiveTransform_Concatenate__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkPerspectiveTransform_Concatenate__SWIG_1; extern(C) void function(void* jarg1, void* jarg2) vtkPerspectiveTransform_Concatenate__SWIG_2; extern(C) void function(void* jarg1) vtkPerspectiveTransform_PreMultiply; extern(C) void function(void* jarg1) vtkPerspectiveTransform_PostMultiply; extern(C) int function(void* jarg1) vtkPerspectiveTransform_GetNumberOfConcatenatedTransforms; extern(C) void* function(void* jarg1, int jarg2) vtkPerspectiveTransform_GetConcatenatedTransform; extern(C) void function(void* jarg1, void* jarg2) vtkPerspectiveTransform_SetInput; extern(C) void* function(void* jarg1) vtkPerspectiveTransform_GetInput; extern(C) int function(void* jarg1) vtkPerspectiveTransform_GetInverseFlag; extern(C) void function(void* jarg1) vtkPerspectiveTransform_Push; extern(C) void function(void* jarg1) vtkPerspectiveTransform_Pop; extern(C) void* function(void* objectRef) vtkPerspectiveTransform_Upcast; extern(C) void* function() vtkXMLHierarchicalBoxDataWriter_New; extern(C) int function(const(char)* jarg1) vtkXMLHierarchicalBoxDataWriter_IsTypeOf; extern(C) void* function(void* jarg1) vtkXMLHierarchicalBoxDataWriter_SafeDownCast; extern(C) void* function(void* jarg1) vtkXMLHierarchicalBoxDataWriter_NewInstance; extern(C) void function(void* jarg1) delete_vtkXMLHierarchicalBoxDataWriter; extern(C) void* function(void* objectRef) vtkXMLHierarchicalBoxDataWriter_Upcast; extern(C) void* function() vtkGraphWriter_New; extern(C) int function(const(char)* jarg1) vtkGraphWriter_IsTypeOf; extern(C) void* function(void* jarg1) vtkGraphWriter_SafeDownCast; extern(C) void* function(void* jarg1) vtkGraphWriter_NewInstance; extern(C) void* function(void* jarg1) vtkGraphWriter_GetInput__SWIG_0; extern(C) void* function(void* jarg1, int jarg2) vtkGraphWriter_GetInput__SWIG_1; extern(C) void* function(void* objectRef) vtkGraphWriter_Upcast; extern(C) void* function() vtkPOVExporter_New; extern(C) int function(const(char)* jarg1) vtkPOVExporter_IsTypeOf; extern(C) void* function(void* jarg1) vtkPOVExporter_SafeDownCast; extern(C) void* function(void* jarg1) vtkPOVExporter_NewInstance; extern(C) void function(void* jarg1, const(char)* jarg2) vtkPOVExporter_SetFileName; extern(C) const(char)* function(void* jarg1) vtkPOVExporter_GetFileName; extern(C) void* function(void* objectRef) vtkPOVExporter_Upcast; extern(C) void* function() vtkProbePolyhedron_New; extern(C) int function(const(char)* jarg1) vtkProbePolyhedron_IsTypeOf; extern(C) void* function(void* jarg1) vtkProbePolyhedron_SafeDownCast; extern(C) void* function(void* jarg1) vtkProbePolyhedron_NewInstance; extern(C) void function(void* jarg1, void* jarg2) vtkProbePolyhedron_SetSourceData; extern(C) void* function(void* jarg1) vtkProbePolyhedron_GetSource; extern(C) void function(void* jarg1, void* jarg2) vtkProbePolyhedron_SetSourceConnection; extern(C) void function(void* jarg1, int jarg2) vtkProbePolyhedron_SetProbePointData; extern(C) int function(void* jarg1) vtkProbePolyhedron_GetProbePointData; extern(C) void function(void* jarg1) vtkProbePolyhedron_ProbePointDataOn; extern(C) void function(void* jarg1) vtkProbePolyhedron_ProbePointDataOff; extern(C) void function(void* jarg1, int jarg2) vtkProbePolyhedron_SetProbeCellData; extern(C) int function(void* jarg1) vtkProbePolyhedron_GetProbeCellData; extern(C) void function(void* jarg1) vtkProbePolyhedron_ProbeCellDataOn; extern(C) void function(void* jarg1) vtkProbePolyhedron_ProbeCellDataOff; extern(C) void* function(void* objectRef) vtkProbePolyhedron_Upcast; extern(C) int function(const(char)* jarg1) vtkTooltipItem_IsTypeOf; extern(C) void* function(void* jarg1) vtkTooltipItem_SafeDownCast; extern(C) void* function(void* jarg1) vtkTooltipItem_NewInstance; extern(C) void* function() vtkTooltipItem_New; extern(C) void function(void* jarg1, float jarg2, float jarg3) vtkTooltipItem_SetPosition__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkTooltipItem_SetPosition__SWIG_1; extern(C) void function(void* jarg1, void* jarg2) vtkTooltipItem_SetPosition__SWIG_2; extern(C) void* function(void* jarg1) vtkTooltipItem_GetPosition__SWIG_0; extern(C) void function(void* jarg1, void* jarg2, void* jarg3) vtkTooltipItem_GetPosition__SWIG_1; extern(C) void function(void* jarg1, void* jarg2) vtkTooltipItem_GetPosition__SWIG_2; extern(C) void* function(void* jarg1) vtkTooltipItem_GetPositionVector; extern(C) void function(void* jarg1, void* jarg2) vtkTooltipItem_SetText; extern(C) void* function(void* jarg1) vtkTooltipItem_GetText; extern(C) void* function(void* jarg1) vtkTooltipItem_GetPen; extern(C) void* function(void* jarg1) vtkTooltipItem_GetBrush; extern(C) void* function(void* jarg1) vtkTooltipItem_GetTextProperties; extern(C) void* function() new_vtkTooltipItem; extern(C) void function(void* jarg1) delete_vtkTooltipItem; extern(C) void* function(void* objectRef) vtkTooltipItem_Upcast; extern(C) void* function() new_vtkTextRendererCleanup; extern(C) void function(void* jarg1) delete_vtkTextRendererCleanup; extern(C) int function(const(char)* jarg1) vtkTextRenderer_IsTypeOf; extern(C) void* function(void* jarg1) vtkTextRenderer_SafeDownCast; extern(C) void* function(void* jarg1) vtkTextRenderer_NewInstance; extern(C) void* function() vtkTextRenderer_New; extern(C) void* function() vtkTextRenderer_GetInstance; extern(C) void function(void* jarg1, int jarg2) vtkTextRenderer_SetDefaultBackend; extern(C) int function(void* jarg1) vtkTextRenderer_GetDefaultBackend; extern(C) int function(void* jarg1, void* jarg2) vtkTextRenderer_DetectBackend__SWIG_0; extern(C) int function(void* jarg1, void* jarg2) vtkTextRenderer_DetectBackend__SWIG_1; extern(C) uint function(void* jarg1) vtkTextRenderer_FreeTypeIsSupported; extern(C) uint function(void* jarg1) vtkTextRenderer_MathTextIsSupported; extern(C) uint function(void* jarg1, void* jarg2, void* jarg3, void* jarg4, int jarg5, int jarg6) vtkTextRenderer_GetBoundingBox__SWIG_0; extern(C) uint function(void* jarg1, void* jarg2, void* jarg3, void* jarg4, int jarg5) vtkTextRenderer_GetBoundingBox__SWIG_1; extern(C) uint function(void* jarg1, void* jarg2, void* jarg3, void* jarg4) vtkTextRenderer_GetBoundingBox__SWIG_2; extern(C) uint function(void* jarg1, void* jarg2, void* jarg3, void* jarg4, int jarg5, int jarg6) vtkTextRenderer_GetBoundingBox__SWIG_3; extern(C) uint function(void* jarg1, void* jarg2, void* jarg3, void* jarg4, int jarg5) vtkTextRenderer_GetBoundingBox__SWIG_4; extern(C) uint function(void* jarg1, void* jarg2, void* jarg3, void* jarg4) vtkTextRenderer_GetBoundingBox__SWIG_5; extern(C) uint function(void* jarg1, void* jarg2, void* jarg3, void* jarg4, void* jarg5, int jarg6, int jarg7) vtkTextRenderer_RenderString__SWIG_0; extern(C) uint function(void* jarg1, void* jarg2, void* jarg3, void* jarg4, void* jarg5, int jarg6) vtkTextRenderer_RenderString__SWIG_1; extern(C) uint function(void* jarg1, void* jarg2, void* jarg3, void* jarg4, void* jarg5) vtkTextRenderer_RenderString__SWIG_2; extern(C) uint function(void* jarg1, void* jarg2, void* jarg3, void* jarg4) vtkTextRenderer_RenderString__SWIG_3; extern(C) uint function(void* jarg1, void* jarg2, void* jarg3, void* jarg4, void* jarg5, int jarg6, int jarg7) vtkTextRenderer_RenderString__SWIG_4; extern(C) uint function(void* jarg1, void* jarg2, void* jarg3, void* jarg4, void* jarg5, int jarg6) vtkTextRenderer_RenderString__SWIG_5; extern(C) uint function(void* jarg1, void* jarg2, void* jarg3, void* jarg4, void* jarg5) vtkTextRenderer_RenderString__SWIG_6; extern(C) uint function(void* jarg1, void* jarg2, void* jarg3, void* jarg4) vtkTextRenderer_RenderString__SWIG_7; extern(C) int function(void* jarg1, void* jarg2, void* jarg3, int jarg4, int jarg5, int jarg6, int jarg7) vtkTextRenderer_GetConstrainedFontSize__SWIG_0; extern(C) int function(void* jarg1, void* jarg2, void* jarg3, int jarg4, int jarg5, int jarg6) vtkTextRenderer_GetConstrainedFontSize__SWIG_1; extern(C) int function(void* jarg1, void* jarg2, void* jarg3, int jarg4, int jarg5) vtkTextRenderer_GetConstrainedFontSize__SWIG_2; extern(C) int function(void* jarg1, void* jarg2, void* jarg3, int jarg4, int jarg5, int jarg6, int jarg7) vtkTextRenderer_GetConstrainedFontSize__SWIG_3; extern(C) int function(void* jarg1, void* jarg2, void* jarg3, int jarg4, int jarg5, int jarg6) vtkTextRenderer_GetConstrainedFontSize__SWIG_4; extern(C) int function(void* jarg1, void* jarg2, void* jarg3, int jarg4, int jarg5) vtkTextRenderer_GetConstrainedFontSize__SWIG_5; extern(C) uint function(void* jarg1, void* jarg2, void* jarg3, void* jarg4, int jarg5) vtkTextRenderer_StringToPath__SWIG_0; extern(C) uint function(void* jarg1, void* jarg2, void* jarg3, void* jarg4) vtkTextRenderer_StringToPath__SWIG_1; extern(C) uint function(void* jarg1, void* jarg2, void* jarg3, void* jarg4, int jarg5) vtkTextRenderer_StringToPath__SWIG_2; extern(C) uint function(void* jarg1, void* jarg2, void* jarg3, void* jarg4) vtkTextRenderer_StringToPath__SWIG_3; extern(C) void function(void* jarg1, uint jarg2) vtkTextRenderer_SetScaleToPowerOfTwo; extern(C) void* function(void* objectRef) vtkTextRenderer_Upcast; extern(C) void* function() vtkUnsignedLongArray_New; extern(C) int function(const(char)* jarg1) vtkUnsignedLongArray_IsTypeOf; extern(C) void* function(void* jarg1) vtkUnsignedLongArray_SafeDownCast; extern(C) void* function(void* jarg1) vtkUnsignedLongArray_NewInstance; extern(C) void function(void* jarg1, long jarg2, void* jarg3) vtkUnsignedLongArray_GetTupleValue; extern(C) void function(void* jarg1, long jarg2, void* jarg3) vtkUnsignedLongArray_SetTupleValue; extern(C) void function(void* jarg1, long jarg2, void* jarg3) vtkUnsignedLongArray_InsertTupleValue; extern(C) long function(void* jarg1, void* jarg2) vtkUnsignedLongArray_InsertNextTupleValue; extern(C) core.stdc.config.c_ulong function(void* jarg1, long jarg2) vtkUnsignedLongArray_GetValue; extern(C) void function(void* jarg1, long jarg2, core.stdc.config.c_ulong jarg3) vtkUnsignedLongArray_SetValue; extern(C) void function(void* jarg1, long jarg2) vtkUnsignedLongArray_SetNumberOfValues; extern(C) void function(void* jarg1, long jarg2, core.stdc.config.c_ulong jarg3) vtkUnsignedLongArray_InsertValue; extern(C) long function(void* jarg1, core.stdc.config.c_ulong jarg2) vtkUnsignedLongArray_InsertNextValue; extern(C) void* function(void* jarg1, int jarg2) vtkUnsignedLongArray_GetValueRange__SWIG_0; extern(C) void* function(void* jarg1) vtkUnsignedLongArray_GetValueRange__SWIG_1; extern(C) core.stdc.config.c_ulong function() vtkUnsignedLongArray_GetDataTypeValueMin; extern(C) core.stdc.config.c_ulong function() vtkUnsignedLongArray_GetDataTypeValueMax; extern(C) void* function(void* jarg1, long jarg2, long jarg3) vtkUnsignedLongArray_WritePointer; extern(C) void* function(void* jarg1, long jarg2) vtkUnsignedLongArray_GetPointer; extern(C) void function(void* jarg1, void* jarg2, long jarg3, int jarg4) vtkUnsignedLongArray_SetArray__SWIG_0; extern(C) void function(void* jarg1, void* jarg2, long jarg3, int jarg4, int jarg5) vtkUnsignedLongArray_SetArray__SWIG_1; extern(C) void* function(void* objectRef) vtkUnsignedLongArray_Upcast; extern(C) int function(const(char)* jarg1) vtkKdTree_IsTypeOf; extern(C) void* function(void* jarg1) vtkKdTree_SafeDownCast; extern(C) void* function(void* jarg1) vtkKdTree_NewInstance; extern(C) void* function() vtkKdTree_New; extern(C) void function(void* jarg1) vtkKdTree_TimingOn; extern(C) void function(void* jarg1) vtkKdTree_TimingOff; extern(C) void function(void* jarg1, int jarg2) vtkKdTree_SetTiming; extern(C) int function(void* jarg1) vtkKdTree_GetTiming; extern(C) void function(void* jarg1, int jarg2) vtkKdTree_SetMinCells; extern(C) int function(void* jarg1) vtkKdTree_GetMinCells; extern(C) int function(void* jarg1) vtkKdTree_GetNumberOfRegionsOrLess; extern(C) void function(void* jarg1, int jarg2) vtkKdTree_SetNumberOfRegionsOrLess; extern(C) int function(void* jarg1) vtkKdTree_GetNumberOfRegionsOrMore; extern(C) void function(void* jarg1, int jarg2) vtkKdTree_SetNumberOfRegionsOrMore; extern(C) double function(void* jarg1) vtkKdTree_GetFudgeFactor; extern(C) void function(void* jarg1, double jarg2) vtkKdTree_SetFudgeFactor; extern(C) void* function(void* jarg1) vtkKdTree_GetCuts; extern(C) void function(void* jarg1, void* jarg2) vtkKdTree_SetCuts; extern(C) void function(void* jarg1) vtkKdTree_OmitXPartitioning; extern(C) void function(void* jarg1) vtkKdTree_OmitYPartitioning; extern(C) void function(void* jarg1) vtkKdTree_OmitZPartitioning; extern(C) void function(void* jarg1) vtkKdTree_OmitXYPartitioning; extern(C) void function(void* jarg1) vtkKdTree_OmitYZPartitioning; extern(C) void function(void* jarg1) vtkKdTree_OmitZXPartitioning; extern(C) void function(void* jarg1) vtkKdTree_OmitNoPartitioning; extern(C) void function(void* jarg1, void* jarg2) vtkKdTree_AddDataSet; extern(C) void function(void* jarg1, int jarg2) vtkKdTree_RemoveDataSet__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkKdTree_RemoveDataSet__SWIG_1; extern(C) void function(void* jarg1) vtkKdTree_RemoveAllDataSets; extern(C) int function(void* jarg1) vtkKdTree_GetNumberOfDataSets; extern(C) void* function(void* jarg1, int jarg2) vtkKdTree_GetDataSet__SWIG_0; extern(C) void* function(void* jarg1) vtkKdTree_GetDataSet__SWIG_1; extern(C) void* function(void* jarg1) vtkKdTree_GetDataSets; extern(C) int function(void* jarg1, void* jarg2) vtkKdTree_GetDataSetIndex; extern(C) void function(void* jarg1, void* jarg2) vtkKdTree_GetBounds; extern(C) void function(void* jarg1, void* jarg2) vtkKdTree_SetNewBounds; extern(C) int function(void* jarg1) vtkKdTree_GetNumberOfRegions; extern(C) void function(void* jarg1, int jarg2, void* jarg3) vtkKdTree_GetRegionBounds; extern(C) void function(void* jarg1, int jarg2, void* jarg3) vtkKdTree_GetRegionDataBounds; extern(C) void function(void* jarg1) vtkKdTree_PrintTree; extern(C) void function(void* jarg1) vtkKdTree_PrintVerboseTree; extern(C) void function(void* jarg1, int jarg2) vtkKdTree_PrintRegion; extern(C) void function(void* jarg1, int jarg2, void* jarg3, int jarg4) vtkKdTree_CreateCellLists__SWIG_0; extern(C) void function(void* jarg1, void* jarg2, void* jarg3, int jarg4) vtkKdTree_CreateCellLists__SWIG_1; extern(C) void function(void* jarg1, void* jarg2, int jarg3) vtkKdTree_CreateCellLists__SWIG_2; extern(C) void function(void* jarg1) vtkKdTree_CreateCellLists__SWIG_3; extern(C) void function(void* jarg1, int jarg2) vtkKdTree_SetIncludeRegionBoundaryCells; extern(C) int function(void* jarg1) vtkKdTree_GetIncludeRegionBoundaryCells; extern(C) void function(void* jarg1) vtkKdTree_IncludeRegionBoundaryCellsOn; extern(C) void function(void* jarg1) vtkKdTree_IncludeRegionBoundaryCellsOff; extern(C) void function(void* jarg1) vtkKdTree_DeleteCellLists; extern(C) void* function(void* jarg1, int jarg2) vtkKdTree_GetCellList; extern(C) void* function(void* jarg1, int jarg2) vtkKdTree_GetBoundaryCellList; extern(C) long function(void* jarg1, void* jarg2, int jarg3, void* jarg4, void* jarg5) vtkKdTree_GetCellLists__SWIG_0; extern(C) long function(void* jarg1, void* jarg2, void* jarg3, void* jarg4, void* jarg5) vtkKdTree_GetCellLists__SWIG_1; extern(C) long function(void* jarg1, void* jarg2, void* jarg3, void* jarg4) vtkKdTree_GetCellLists__SWIG_2; extern(C) int function(void* jarg1, void* jarg2, long jarg3) vtkKdTree_GetRegionContainingCell__SWIG_0; extern(C) int function(void* jarg1, int jarg2, long jarg3) vtkKdTree_GetRegionContainingCell__SWIG_1; extern(C) int function(void* jarg1, long jarg2) vtkKdTree_GetRegionContainingCell__SWIG_2; extern(C) void* function(void* jarg1) vtkKdTree_AllGetRegionContainingCell; extern(C) int function(void* jarg1, double jarg2, double jarg3, double jarg4) vtkKdTree_GetRegionContainingPoint; extern(C) int function(void* jarg1, void* jarg2, void* jarg3) vtkKdTree_MinimalNumberOfConvexSubRegions; extern(C) int function(void* jarg1, void* jarg2, void* jarg3) vtkKdTree_ViewOrderAllRegionsInDirection; extern(C) int function(void* jarg1, void* jarg2, void* jarg3, void* jarg4) vtkKdTree_ViewOrderRegionsInDirection; extern(C) int function(void* jarg1, void* jarg2, void* jarg3) vtkKdTree_ViewOrderAllRegionsFromPosition; extern(C) int function(void* jarg1, void* jarg2, void* jarg3, void* jarg4) vtkKdTree_ViewOrderRegionsFromPosition; extern(C) void function(void* jarg1, void* jarg2) vtkKdTree_BuildLocatorFromPoints__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkKdTree_BuildLocatorFromPoints__SWIG_1; extern(C) void function(void* jarg1, void* jarg2, int jarg3) vtkKdTree_BuildLocatorFromPoints__SWIG_2; extern(C) void* function(void* jarg1, float jarg2) vtkKdTree_BuildMapForDuplicatePoints; extern(C) long function(void* jarg1, void* jarg2) vtkKdTree_FindPoint__SWIG_0; extern(C) long function(void* jarg1, double jarg2, double jarg3, double jarg4) vtkKdTree_FindPoint__SWIG_1; extern(C) long function(void* jarg1, void* jarg2, void* jarg3) vtkKdTree_FindClosestPoint__SWIG_0; extern(C) long function(void* jarg1, double jarg2, double jarg3, double jarg4, void* jarg5) vtkKdTree_FindClosestPoint__SWIG_1; extern(C) long function(void* jarg1, double jarg2, void* jarg3, void* jarg4) vtkKdTree_FindClosestPointWithinRadius; extern(C) long function(void* jarg1, int jarg2, void* jarg3, void* jarg4) vtkKdTree_FindClosestPointInRegion__SWIG_0; extern(C) long function(void* jarg1, int jarg2, double jarg3, double jarg4, double jarg5, void* jarg6) vtkKdTree_FindClosestPointInRegion__SWIG_1; extern(C) void function(void* jarg1, double jarg2, void* jarg3, void* jarg4) vtkKdTree_FindPointsWithinRadius; extern(C) void function(void* jarg1, int jarg2, void* jarg3, void* jarg4) vtkKdTree_FindClosestNPoints; extern(C) void* function(void* jarg1, int jarg2) vtkKdTree_GetPointsInRegion; extern(C) void function(void* jarg1, int jarg2, void* jarg3) vtkKdTree_GenerateRepresentation__SWIG_0; extern(C) void function(void* jarg1, void* jarg2, int jarg3, void* jarg4) vtkKdTree_GenerateRepresentation__SWIG_1; extern(C) void function(void* jarg1) vtkKdTree_GenerateRepresentationUsingDataBoundsOn; extern(C) void function(void* jarg1) vtkKdTree_GenerateRepresentationUsingDataBoundsOff; extern(C) void function(void* jarg1, int jarg2) vtkKdTree_SetGenerateRepresentationUsingDataBounds; extern(C) int function(void* jarg1) vtkKdTree_GetGenerateRepresentationUsingDataBounds; extern(C) void function(void* jarg1, void* jarg2, void* jarg3) vtkKdTree_PrintTiming; extern(C) int function(void* jarg1) vtkKdTree_NewGeometry__SWIG_0; extern(C) int function(void* jarg1, void* jarg2, int jarg3) vtkKdTree_NewGeometry__SWIG_1; extern(C) void function(void* jarg1) vtkKdTree_InvalidateGeometry; extern(C) void* function(void* jarg1) vtkKdTree_CopyTree; extern(C) void function(void* jarg1, void* jarg2, void* jarg3, uint jarg4) vtkKdTree_FindPointsInArea__SWIG_0; extern(C) void function(void* jarg1, void* jarg2, void* jarg3) vtkKdTree_FindPointsInArea__SWIG_1; extern(C) void* function(void* objectRef) vtkKdTree_Upcast; extern(C) int function(const(char)* jarg1) vtkPKdTree_IsTypeOf; extern(C) void* function(void* jarg1) vtkPKdTree_SafeDownCast; extern(C) void* function(void* jarg1) vtkPKdTree_NewInstance; extern(C) void function(void* jarg1, void* jarg2, void* jarg3) vtkPKdTree_PrintTables; extern(C) void* function() vtkPKdTree_New; extern(C) long function(void* jarg1) vtkPKdTree_GetTotalNumberOfCells; extern(C) int function(void* jarg1) vtkPKdTree_CreateProcessCellCountData; extern(C) int function(void* jarg1) vtkPKdTree_CreateGlobalDataArrayBounds; extern(C) void function(void* jarg1, void* jarg2) vtkPKdTree_SetController; extern(C) void* function(void* jarg1) vtkPKdTree_GetController; extern(C) int function(void* jarg1) vtkPKdTree_GetRegionAssignment; extern(C) int function() vtkPKdTree_NoRegionAssignment_get; extern(C) int function() vtkPKdTree_ContiguousAssignment_get; extern(C) int function() vtkPKdTree_UserDefinedAssignment_get; extern(C) int function() vtkPKdTree_RoundRobinAssignment_get; extern(C) int function(void* jarg1, void* jarg2, int jarg3) vtkPKdTree_AssignRegions; extern(C) int function(void* jarg1) vtkPKdTree_AssignRegionsRoundRobin; extern(C) int function(void* jarg1) vtkPKdTree_AssignRegionsContiguous; extern(C) void* function(void* jarg1) vtkPKdTree_GetRegionAssignmentMap; extern(C) int function(void* jarg1) vtkPKdTree_GetRegionAssignmentMapLength; extern(C) int function(void* jarg1, int jarg2, void* jarg3) vtkPKdTree_GetRegionAssignmentList; extern(C) void function(void* jarg1, float jarg2, float jarg3, float jarg4, void* jarg5) vtkPKdTree_GetAllProcessesBorderingOnPoint; extern(C) int function(void* jarg1, int jarg2) vtkPKdTree_GetProcessAssignedToRegion; extern(C) int function(void* jarg1, int jarg2, int jarg3) vtkPKdTree_HasData; extern(C) int function(void* jarg1, int jarg2, int jarg3) vtkPKdTree_GetProcessCellCountForRegion; extern(C) int function(void* jarg1, int jarg2) vtkPKdTree_GetTotalProcessesInRegion; extern(C) int function(void* jarg1, int jarg2, void* jarg3) vtkPKdTree_GetProcessListForRegion; extern(C) int function(void* jarg1, int jarg2, void* jarg3, int jarg4) vtkPKdTree_GetProcessesCellCountForRegion; extern(C) int function(void* jarg1, int jarg2) vtkPKdTree_GetTotalRegionsForProcess; extern(C) int function(void* jarg1, int jarg2, void* jarg3) vtkPKdTree_GetRegionListForProcess; extern(C) int function(void* jarg1, int jarg2, void* jarg3, int jarg4) vtkPKdTree_GetRegionsCellCountForProcess; extern(C) long function(void* jarg1, int jarg2, int jarg3, void* jarg4, void* jarg5) vtkPKdTree_GetCellListsForProcessRegions__SWIG_0; extern(C) long function(void* jarg1, int jarg2, void* jarg3, void* jarg4, void* jarg5) vtkPKdTree_GetCellListsForProcessRegions__SWIG_1; extern(C) long function(void* jarg1, int jarg2, void* jarg3, void* jarg4) vtkPKdTree_GetCellListsForProcessRegions__SWIG_2; extern(C) int function(void* jarg1, void* jarg2, void* jarg3) vtkPKdTree_ViewOrderAllProcessesInDirection; extern(C) int function(void* jarg1, void* jarg2, void* jarg3) vtkPKdTree_ViewOrderAllProcessesFromPosition; extern(C) int function(void* jarg1, const(char)* jarg2, void* jarg3) vtkPKdTree_GetCellArrayGlobalRange__SWIG_0; extern(C) int function(void* jarg1, const(char)* jarg2, void* jarg3) vtkPKdTree_GetPointArrayGlobalRange__SWIG_0; extern(C) int function(void* jarg1, const(char)* jarg2, void* jarg3) vtkPKdTree_GetCellArrayGlobalRange__SWIG_1; extern(C) int function(void* jarg1, const(char)* jarg2, void* jarg3) vtkPKdTree_GetPointArrayGlobalRange__SWIG_1; extern(C) int function(void* jarg1, int jarg2, void* jarg3) vtkPKdTree_GetCellArrayGlobalRange__SWIG_2; extern(C) int function(void* jarg1, int jarg2, void* jarg3) vtkPKdTree_GetPointArrayGlobalRange__SWIG_2; extern(C) int function(void* jarg1, int jarg2, void* jarg3) vtkPKdTree_GetCellArrayGlobalRange__SWIG_3; extern(C) int function(void* jarg1, int jarg2, void* jarg3) vtkPKdTree_GetPointArrayGlobalRange__SWIG_3; extern(C) void* function(void* objectRef) vtkPKdTree_Upcast; extern(C) void* function() vtkCompositeDataDisplayAttributes_New; extern(C) int function(const(char)* jarg1) vtkCompositeDataDisplayAttributes_IsTypeOf; extern(C) void* function(void* jarg1) vtkCompositeDataDisplayAttributes_SafeDownCast; extern(C) void* function(void* jarg1) vtkCompositeDataDisplayAttributes_NewInstance; extern(C) uint function(void* jarg1) vtkCompositeDataDisplayAttributes_HasBlockVisibilities; extern(C) void function(void* jarg1, uint jarg2, uint jarg3) vtkCompositeDataDisplayAttributes_SetBlockVisibility; extern(C) uint function(void* jarg1, uint jarg2) vtkCompositeDataDisplayAttributes_GetBlockVisibility; extern(C) uint function(void* jarg1, uint jarg2) vtkCompositeDataDisplayAttributes_HasBlockVisibility; extern(C) void function(void* jarg1, uint jarg2) vtkCompositeDataDisplayAttributes_RemoveBlockVisibility; extern(C) void function(void* jarg1) vtkCompositeDataDisplayAttributes_RemoveBlockVisibilites; extern(C) void function(void* jarg1, uint jarg2, void* jarg3) vtkCompositeDataDisplayAttributes_SetBlockColor; extern(C) void function(void* jarg1, uint jarg2, void* jarg3) vtkCompositeDataDisplayAttributes_GetBlockColor__SWIG_0; extern(C) void* function(void* jarg1, uint jarg2) vtkCompositeDataDisplayAttributes_GetBlockColor__SWIG_1; extern(C) uint function(void* jarg1) vtkCompositeDataDisplayAttributes_HasBlockColors; extern(C) uint function(void* jarg1, uint jarg2) vtkCompositeDataDisplayAttributes_HasBlockColor; extern(C) void function(void* jarg1, uint jarg2) vtkCompositeDataDisplayAttributes_RemoveBlockColor; extern(C) void function(void* jarg1) vtkCompositeDataDisplayAttributes_RemoveBlockColors; extern(C) void function(void* jarg1, uint jarg2, double jarg3) vtkCompositeDataDisplayAttributes_SetBlockOpacity; extern(C) double function(void* jarg1, uint jarg2) vtkCompositeDataDisplayAttributes_GetBlockOpacity; extern(C) uint function(void* jarg1) vtkCompositeDataDisplayAttributes_HasBlockOpacities; extern(C) uint function(void* jarg1, uint jarg2) vtkCompositeDataDisplayAttributes_HasBlockOpacity; extern(C) void function(void* jarg1, uint jarg2) vtkCompositeDataDisplayAttributes_RemoveBlockOpacity; extern(C) void function(void* jarg1) vtkCompositeDataDisplayAttributes_RemoveBlockOpacities; extern(C) void* function(void* objectRef) vtkCompositeDataDisplayAttributes_Upcast; extern(C) void* function() vtkStringToCategory_New; extern(C) int function(const(char)* jarg1) vtkStringToCategory_IsTypeOf; extern(C) void* function(void* jarg1) vtkStringToCategory_SafeDownCast; extern(C) void* function(void* jarg1) vtkStringToCategory_NewInstance; extern(C) void function(void* jarg1, const(char)* jarg2) vtkStringToCategory_SetCategoryArrayName; extern(C) const(char)* function(void* jarg1) vtkStringToCategory_GetCategoryArrayName; extern(C) void* function(void* objectRef) vtkStringToCategory_Upcast; extern(C) void* function() vtkTypeInt16Array_New; extern(C) int function(const(char)* jarg1) vtkTypeInt16Array_IsTypeOf; extern(C) void* function(void* jarg1) vtkTypeInt16Array_SafeDownCast; extern(C) void* function(void* jarg1) vtkTypeInt16Array_NewInstance; extern(C) void* function(void* objectRef) vtkTypeInt16Array_Upcast; extern(C) void* function() vtkExecutiveCollection_New; extern(C) int function(const(char)* jarg1) vtkExecutiveCollection_IsTypeOf; extern(C) void* function(void* jarg1) vtkExecutiveCollection_SafeDownCast; extern(C) void* function(void* jarg1) vtkExecutiveCollection_NewInstance; extern(C) void function(void* jarg1, void* jarg2) vtkExecutiveCollection_AddItem; extern(C) void* function(void* jarg1) vtkExecutiveCollection_GetNextItem; extern(C) void* function(void* objectRef) vtkExecutiveCollection_Upcast; extern(C) void* function() vtkPolyVertex_New; extern(C) int function(const(char)* jarg1) vtkPolyVertex_IsTypeOf; extern(C) void* function(void* jarg1) vtkPolyVertex_SafeDownCast; extern(C) void* function(void* jarg1) vtkPolyVertex_NewInstance; extern(C) void function(void* jarg1, void* jarg2, void* jarg3) vtkPolyVertex_InterpolateFunctions; extern(C) void function(void* jarg1, void* jarg2, void* jarg3) vtkPolyVertex_InterpolateDerivs; extern(C) void* function(void* objectRef) vtkPolyVertex_Upcast; extern(C) int function(const(char)* jarg1) vtkXMLUnstructuredGridWriter_IsTypeOf; extern(C) void* function(void* jarg1) vtkXMLUnstructuredGridWriter_SafeDownCast; extern(C) void* function(void* jarg1) vtkXMLUnstructuredGridWriter_NewInstance; extern(C) void* function() vtkXMLUnstructuredGridWriter_New; extern(C) void* function(void* objectRef) vtkXMLUnstructuredGridWriter_Upcast; extern(C) void* function() vtkWarpScalar_New; extern(C) int function(const(char)* jarg1) vtkWarpScalar_IsTypeOf; extern(C) void* function(void* jarg1) vtkWarpScalar_SafeDownCast; extern(C) void* function(void* jarg1) vtkWarpScalar_NewInstance; extern(C) void function(void* jarg1, double jarg2) vtkWarpScalar_SetScaleFactor; extern(C) double function(void* jarg1) vtkWarpScalar_GetScaleFactor; extern(C) void function(void* jarg1, int jarg2) vtkWarpScalar_SetUseNormal; extern(C) int function(void* jarg1) vtkWarpScalar_GetUseNormal; extern(C) void function(void* jarg1) vtkWarpScalar_UseNormalOn; extern(C) void function(void* jarg1) vtkWarpScalar_UseNormalOff; extern(C) void function(void* jarg1, double jarg2, double jarg3, double jarg4) vtkWarpScalar_SetNormal__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkWarpScalar_SetNormal__SWIG_1; extern(C) void* function(void* jarg1) vtkWarpScalar_GetNormal__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkWarpScalar_GetNormal__SWIG_1; extern(C) void function(void* jarg1, int jarg2) vtkWarpScalar_SetXYPlane; extern(C) int function(void* jarg1) vtkWarpScalar_GetXYPlane; extern(C) void function(void* jarg1) vtkWarpScalar_XYPlaneOn; extern(C) void function(void* jarg1) vtkWarpScalar_XYPlaneOff; extern(C) int function(void* jarg1, int jarg2, void* jarg3) vtkWarpScalar_FillInputPortInformation; extern(C) void* function(void* objectRef) vtkWarpScalar_Upcast; extern(C) void* function() vtkQuadraticPyramid_New; extern(C) int function(const(char)* jarg1) vtkQuadraticPyramid_IsTypeOf; extern(C) void* function(void* jarg1) vtkQuadraticPyramid_SafeDownCast; extern(C) void* function(void* jarg1) vtkQuadraticPyramid_NewInstance; extern(C) void function(void* jarg1, void* jarg2) vtkQuadraticPyramid_InterpolationFunctions; extern(C) void function(void* jarg1, void* jarg2) vtkQuadraticPyramid_InterpolationDerivs; extern(C) void function(void* jarg1, void* jarg2, void* jarg3) vtkQuadraticPyramid_InterpolateFunctions; extern(C) void function(void* jarg1, void* jarg2, void* jarg3) vtkQuadraticPyramid_InterpolateDerivs; extern(C) void* function(int jarg1) vtkQuadraticPyramid_GetEdgeArray; extern(C) void* function(int jarg1) vtkQuadraticPyramid_GetFaceArray; extern(C) void function(void* jarg1, void* jarg2, void* jarg3, void* jarg4) vtkQuadraticPyramid_JacobianInverse; extern(C) void* function(void* objectRef) vtkQuadraticPyramid_Upcast; extern(C) void* function() vtkRandomLayoutStrategy_New; extern(C) int function(const(char)* jarg1) vtkRandomLayoutStrategy_IsTypeOf; extern(C) void* function(void* jarg1) vtkRandomLayoutStrategy_SafeDownCast; extern(C) void* function(void* jarg1) vtkRandomLayoutStrategy_NewInstance; extern(C) void function(void* jarg1, int jarg2) vtkRandomLayoutStrategy_SetRandomSeed; extern(C) int function(void* jarg1) vtkRandomLayoutStrategy_GetRandomSeedMinValue; extern(C) int function(void* jarg1) vtkRandomLayoutStrategy_GetRandomSeedMaxValue; extern(C) int function(void* jarg1) vtkRandomLayoutStrategy_GetRandomSeed; extern(C) void function(void* jarg1, double jarg2, double jarg3, double jarg4, double jarg5, double jarg6, double jarg7) vtkRandomLayoutStrategy_SetGraphBounds__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkRandomLayoutStrategy_SetGraphBounds__SWIG_1; extern(C) void* function(void* jarg1) vtkRandomLayoutStrategy_GetGraphBounds__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkRandomLayoutStrategy_GetGraphBounds__SWIG_1; extern(C) void function(void* jarg1, int jarg2) vtkRandomLayoutStrategy_SetAutomaticBoundsComputation; extern(C) int function(void* jarg1) vtkRandomLayoutStrategy_GetAutomaticBoundsComputation; extern(C) void function(void* jarg1) vtkRandomLayoutStrategy_AutomaticBoundsComputationOn; extern(C) void function(void* jarg1) vtkRandomLayoutStrategy_AutomaticBoundsComputationOff; extern(C) void function(void* jarg1, int jarg2) vtkRandomLayoutStrategy_SetThreeDimensionalLayout; extern(C) int function(void* jarg1) vtkRandomLayoutStrategy_GetThreeDimensionalLayout; extern(C) void function(void* jarg1) vtkRandomLayoutStrategy_ThreeDimensionalLayoutOn; extern(C) void function(void* jarg1) vtkRandomLayoutStrategy_ThreeDimensionalLayoutOff; extern(C) void* function(void* objectRef) vtkRandomLayoutStrategy_Upcast; extern(C) void* function() vtkInteractorStyleJoystickActor_New; extern(C) int function(const(char)* jarg1) vtkInteractorStyleJoystickActor_IsTypeOf; extern(C) void* function(void* jarg1) vtkInteractorStyleJoystickActor_SafeDownCast; extern(C) void* function(void* jarg1) vtkInteractorStyleJoystickActor_NewInstance; extern(C) void* function(void* objectRef) vtkInteractorStyleJoystickActor_Upcast; extern(C) void* function() vtkPlot3DMetaReader_New; extern(C) int function(const(char)* jarg1) vtkPlot3DMetaReader_IsTypeOf; extern(C) void* function(void* jarg1) vtkPlot3DMetaReader_SafeDownCast; extern(C) void* function(void* jarg1) vtkPlot3DMetaReader_NewInstance; extern(C) void function(void* jarg1, const(char)* jarg2) vtkPlot3DMetaReader_SetFileName; extern(C) const(char)* function(void* jarg1) vtkPlot3DMetaReader_GetFileName; extern(C) void* function(void* objectRef) vtkPlot3DMetaReader_Upcast; extern(C) void* function() vtkTableToTreeFilter_New; extern(C) int function(const(char)* jarg1) vtkTableToTreeFilter_IsTypeOf; extern(C) void* function(void* jarg1) vtkTableToTreeFilter_SafeDownCast; extern(C) void* function(void* jarg1) vtkTableToTreeFilter_NewInstance; extern(C) void* function(void* objectRef) vtkTableToTreeFilter_Upcast; extern(C) int function(const(char)* jarg1) vtkOctreePointLocator_IsTypeOf; extern(C) void* function(void* jarg1) vtkOctreePointLocator_SafeDownCast; extern(C) void* function(void* jarg1) vtkOctreePointLocator_NewInstance; extern(C) void* function() vtkOctreePointLocator_New; extern(C) void function(void* jarg1, int jarg2) vtkOctreePointLocator_SetMaximumPointsPerRegion; extern(C) int function(void* jarg1) vtkOctreePointLocator_GetMaximumPointsPerRegion; extern(C) void function(void* jarg1, int jarg2) vtkOctreePointLocator_SetCreateCubicOctants; extern(C) int function(void* jarg1) vtkOctreePointLocator_GetCreateCubicOctants; extern(C) double function(void* jarg1) vtkOctreePointLocator_GetFudgeFactor; extern(C) void function(void* jarg1, double jarg2) vtkOctreePointLocator_SetFudgeFactor; extern(C) void* function(void* jarg1) vtkOctreePointLocator_GetBounds__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkOctreePointLocator_GetBounds__SWIG_1; extern(C) int function(void* jarg1) vtkOctreePointLocator_GetNumberOfLeafNodes; extern(C) void function(void* jarg1, int jarg2, void* jarg3) vtkOctreePointLocator_GetRegionBounds; extern(C) void function(void* jarg1, int jarg2, void* jarg3) vtkOctreePointLocator_GetRegionDataBounds; extern(C) int function(void* jarg1, double jarg2, double jarg3, double jarg4) vtkOctreePointLocator_GetRegionContainingPoint; extern(C) long function(void* jarg1, void* jarg2) vtkOctreePointLocator_FindClosestPoint__SWIG_0; extern(C) long function(void* jarg1, double jarg2, double jarg3, double jarg4, void* jarg5) vtkOctreePointLocator_FindClosestPoint__SWIG_1; extern(C) long function(void* jarg1, int jarg2, void* jarg3, void* jarg4) vtkOctreePointLocator_FindClosestPointInRegion__SWIG_0; extern(C) long function(void* jarg1, int jarg2, double jarg3, double jarg4, double jarg5, void* jarg6) vtkOctreePointLocator_FindClosestPointInRegion__SWIG_1; extern(C) void* function(void* jarg1, int jarg2) vtkOctreePointLocator_GetPointsInRegion; extern(C) void function(void* jarg1, void* jarg2, void* jarg3, uint jarg4) vtkOctreePointLocator_FindPointsInArea__SWIG_0; extern(C) void function(void* jarg1, void* jarg2, void* jarg3) vtkOctreePointLocator_FindPointsInArea__SWIG_1; extern(C) void* function(void* objectRef) vtkOctreePointLocator_Upcast; extern(C) void function(void* jarg1) delete_vtkAtom; extern(C) void function(void* jarg1, void* jarg2, void* jarg3) vtkAtom_PrintSelf; extern(C) long function(void* jarg1) vtkAtom_GetId; extern(C) void* function(void* jarg1) vtkAtom_GetMolecule; extern(C) ushort function(void* jarg1) vtkAtom_GetAtomicNumber; extern(C) void function(void* jarg1, ushort jarg2) vtkAtom_SetAtomicNumber; extern(C) void function(void* jarg1, void* jarg2) vtkAtom_GetPosition__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkAtom_GetPosition__SWIG_1; extern(C) void function(void* jarg1, void* jarg2) vtkAtom_SetPosition__SWIG_0; extern(C) void function(void* jarg1, float jarg2, float jarg3, float jarg4) vtkAtom_SetPosition__SWIG_1; extern(C) void* function(void* jarg1) vtkAtom_GetPosition__SWIG_2; extern(C) void function(void* jarg1, void* jarg2) vtkAtom_SetPosition__SWIG_2; extern(C) void function(void* jarg1) delete_vtkBond; extern(C) void function(void* jarg1, void* jarg2, void* jarg3) vtkBond_PrintSelf; extern(C) long function(void* jarg1) vtkBond_GetId; extern(C) void* function(void* jarg1) vtkBond_GetMolecule; extern(C) long function(void* jarg1) vtkBond_GetBeginAtomId; extern(C) long function(void* jarg1) vtkBond_GetEndAtomId; extern(C) void* function(void* jarg1) vtkBond_GetBeginAtom__SWIG_0; extern(C) void* function(void* jarg1) vtkBond_GetEndAtom__SWIG_0; extern(C) ushort function(void* jarg1) vtkBond_GetOrder; extern(C) double function(void* jarg1) vtkBond_GetLength; extern(C) void* function() vtkMolecule_New; extern(C) int function(const(char)* jarg1) vtkMolecule_IsTypeOf; extern(C) void* function(void* jarg1) vtkMolecule_SafeDownCast; extern(C) void* function(void* jarg1) vtkMolecule_NewInstance; extern(C) long function(void* jarg1) vtkMolecule_GetNumberOfBonds; extern(C) ushort function(void* jarg1, long jarg2) vtkMolecule_GetAtomAtomicNumber; extern(C) void function(void* jarg1, long jarg2, ushort jarg3) vtkMolecule_SetAtomAtomicNumber; extern(C) void function(void* jarg1, long jarg2, void* jarg3) vtkMolecule_SetAtomPosition__SWIG_0; extern(C) void function(void* jarg1, long jarg2, double jarg3, double jarg4, double jarg5) vtkMolecule_SetAtomPosition__SWIG_1; extern(C) void* function(void* jarg1, long jarg2) vtkMolecule_GetAtomPosition__SWIG_0; extern(C) void function(void* jarg1, long jarg2, void* jarg3) vtkMolecule_GetAtomPosition__SWIG_1; extern(C) void function(void* jarg1, long jarg2, ushort jarg3) vtkMolecule_SetBondOrder; extern(C) ushort function(void* jarg1, long jarg2) vtkMolecule_GetBondOrder; extern(C) double function(void* jarg1, long jarg2) vtkMolecule_GetBondLength; extern(C) void* function(void* jarg1) vtkMolecule_GetAtomicPositionArray; extern(C) void* function(void* jarg1) vtkMolecule_GetAtomicNumberArray; extern(C) void function(void* jarg1, void* jarg2) vtkMolecule_ShallowCopyStructure; extern(C) void function(void* jarg1, void* jarg2) vtkMolecule_DeepCopyStructure; extern(C) void function(void* jarg1, void* jarg2) vtkMolecule_ShallowCopyAttributes; extern(C) void function(void* jarg1, void* jarg2) vtkMolecule_DeepCopyAttributes; extern(C) uint function(void* jarg1, void* jarg2, void* jarg3) vtkMolecule_GetPlaneFromBond__SWIG_0; extern(C) uint function(void* jarg1, void* jarg2, void* jarg3, void* jarg4) vtkMolecule_GetPlaneFromBond__SWIG_1; extern(C) void* function(void* objectRef) vtkMolecule_Upcast; extern(C) int function() VTK_ADD_get; extern(C) int function() VTK_SUBTRACT_get; extern(C) int function() VTK_MULTIPLY_get; extern(C) int function() VTK_DIVIDE_get; extern(C) int function() VTK_INVERT_get; extern(C) int function() VTK_SIN_get; extern(C) int function() VTK_COS_get; extern(C) int function() VTK_EXP_get; extern(C) int function() VTK_LOG_get; extern(C) int function() VTK_ABS_get; extern(C) int function() VTK_SQR_get; extern(C) int function() VTK_SQRT_get; extern(C) int function() VTK_MIN_get; extern(C) int function() VTK_MAX_get; extern(C) int function() VTK_ATAN_get; extern(C) int function() VTK_ATAN2_get; extern(C) int function() VTK_MULTIPLYBYK_get; extern(C) int function() VTK_ADDC_get; extern(C) int function() VTK_CONJUGATE_get; extern(C) int function() VTK_COMPLEX_MULTIPLY_get; extern(C) int function() VTK_REPLACECBYK_get; extern(C) void* function() vtkImageMathematics_New; extern(C) int function(const(char)* jarg1) vtkImageMathematics_IsTypeOf; extern(C) void* function(void* jarg1) vtkImageMathematics_SafeDownCast; extern(C) void* function(void* jarg1) vtkImageMathematics_NewInstance; extern(C) void function(void* jarg1, int jarg2) vtkImageMathematics_SetOperation; extern(C) int function(void* jarg1) vtkImageMathematics_GetOperation; extern(C) void function(void* jarg1) vtkImageMathematics_SetOperationToAdd; extern(C) void function(void* jarg1) vtkImageMathematics_SetOperationToSubtract; extern(C) void function(void* jarg1) vtkImageMathematics_SetOperationToMultiply; extern(C) void function(void* jarg1) vtkImageMathematics_SetOperationToDivide; extern(C) void function(void* jarg1) vtkImageMathematics_SetOperationToConjugate; extern(C) void function(void* jarg1) vtkImageMathematics_SetOperationToComplexMultiply; extern(C) void function(void* jarg1) vtkImageMathematics_SetOperationToInvert; extern(C) void function(void* jarg1) vtkImageMathematics_SetOperationToSin; extern(C) void function(void* jarg1) vtkImageMathematics_SetOperationToCos; extern(C) void function(void* jarg1) vtkImageMathematics_SetOperationToExp; extern(C) void function(void* jarg1) vtkImageMathematics_SetOperationToLog; extern(C) void function(void* jarg1) vtkImageMathematics_SetOperationToAbsoluteValue; extern(C) void function(void* jarg1) vtkImageMathematics_SetOperationToSquare; extern(C) void function(void* jarg1) vtkImageMathematics_SetOperationToSquareRoot; extern(C) void function(void* jarg1) vtkImageMathematics_SetOperationToMin; extern(C) void function(void* jarg1) vtkImageMathematics_SetOperationToMax; extern(C) void function(void* jarg1) vtkImageMathematics_SetOperationToATAN; extern(C) void function(void* jarg1) vtkImageMathematics_SetOperationToATAN2; extern(C) void function(void* jarg1) vtkImageMathematics_SetOperationToMultiplyByK; extern(C) void function(void* jarg1) vtkImageMathematics_SetOperationToAddConstant; extern(C) void function(void* jarg1) vtkImageMathematics_SetOperationToReplaceCByK; extern(C) void function(void* jarg1, double jarg2) vtkImageMathematics_SetConstantK; extern(C) double function(void* jarg1) vtkImageMathematics_GetConstantK; extern(C) void function(void* jarg1, double jarg2) vtkImageMathematics_SetConstantC; extern(C) double function(void* jarg1) vtkImageMathematics_GetConstantC; extern(C) void function(void* jarg1, int jarg2) vtkImageMathematics_SetDivideByZeroToC; extern(C) int function(void* jarg1) vtkImageMathematics_GetDivideByZeroToC; extern(C) void function(void* jarg1) vtkImageMathematics_DivideByZeroToCOn; extern(C) void function(void* jarg1) vtkImageMathematics_DivideByZeroToCOff; extern(C) void function(void* jarg1, void* jarg2) vtkImageMathematics_SetInput1Data; extern(C) void function(void* jarg1, void* jarg2) vtkImageMathematics_SetInput2Data; extern(C) void* function(void* objectRef) vtkImageMathematics_Upcast; extern(C) int function(const(char)* jarg1) vtkQuadRotationalExtrusionFilter_IsTypeOf; extern(C) void* function(void* jarg1) vtkQuadRotationalExtrusionFilter_SafeDownCast; extern(C) void* function(void* jarg1) vtkQuadRotationalExtrusionFilter_NewInstance; extern(C) void* function() vtkQuadRotationalExtrusionFilter_New; extern(C) void function(void* jarg1, int jarg2) vtkQuadRotationalExtrusionFilter_SetAxis; extern(C) int function(void* jarg1) vtkQuadRotationalExtrusionFilter_GetAxisMinValue; extern(C) int function(void* jarg1) vtkQuadRotationalExtrusionFilter_GetAxisMaxValue; extern(C) int function(void* jarg1) vtkQuadRotationalExtrusionFilter_GetAxis; extern(C) void function(void* jarg1) vtkQuadRotationalExtrusionFilter_SetAxisToX; extern(C) void function(void* jarg1) vtkQuadRotationalExtrusionFilter_SetAxisToY; extern(C) void function(void* jarg1) vtkQuadRotationalExtrusionFilter_SetAxisToZ; extern(C) void function(void* jarg1, int jarg2) vtkQuadRotationalExtrusionFilter_SetResolution; extern(C) int function(void* jarg1) vtkQuadRotationalExtrusionFilter_GetResolutionMinValue; extern(C) int function(void* jarg1) vtkQuadRotationalExtrusionFilter_GetResolutionMaxValue; extern(C) int function(void* jarg1) vtkQuadRotationalExtrusionFilter_GetResolution; extern(C) void function(void* jarg1, int jarg2) vtkQuadRotationalExtrusionFilter_SetCapping; extern(C) int function(void* jarg1) vtkQuadRotationalExtrusionFilter_GetCapping; extern(C) void function(void* jarg1) vtkQuadRotationalExtrusionFilter_CappingOn; extern(C) void function(void* jarg1) vtkQuadRotationalExtrusionFilter_CappingOff; extern(C) void function(void* jarg1, double jarg2) vtkQuadRotationalExtrusionFilter_SetDefaultAngle; extern(C) double function(void* jarg1) vtkQuadRotationalExtrusionFilter_GetDefaultAngle; extern(C) void function(void* jarg1) vtkQuadRotationalExtrusionFilter_RemoveAllPerBlockAngles; extern(C) void function(void* jarg1, long jarg2, double jarg3) vtkQuadRotationalExtrusionFilter_AddPerBlockAngle; extern(C) void function(void* jarg1, double jarg2) vtkQuadRotationalExtrusionFilter_SetTranslation; extern(C) double function(void* jarg1) vtkQuadRotationalExtrusionFilter_GetTranslation; extern(C) void function(void* jarg1, double jarg2) vtkQuadRotationalExtrusionFilter_SetDeltaRadius; extern(C) double function(void* jarg1) vtkQuadRotationalExtrusionFilter_GetDeltaRadius; extern(C) void* function(void* objectRef) vtkQuadRotationalExtrusionFilter_Upcast; extern(C) void* function() vtkCollectGraph_New; extern(C) int function(const(char)* jarg1) vtkCollectGraph_IsTypeOf; extern(C) void* function(void* jarg1) vtkCollectGraph_SafeDownCast; extern(C) void* function(void* jarg1) vtkCollectGraph_NewInstance; extern(C) void function(void* jarg1, void* jarg2) vtkCollectGraph_SetController; extern(C) void* function(void* jarg1) vtkCollectGraph_GetController; extern(C) void function(void* jarg1, void* jarg2) vtkCollectGraph_SetSocketController; extern(C) void* function(void* jarg1) vtkCollectGraph_GetSocketController; extern(C) void function(void* jarg1, int jarg2) vtkCollectGraph_SetPassThrough; extern(C) int function(void* jarg1) vtkCollectGraph_GetPassThrough; extern(C) void function(void* jarg1) vtkCollectGraph_PassThroughOn; extern(C) void function(void* jarg1) vtkCollectGraph_PassThroughOff; extern(C) void function(void* jarg1, int jarg2) vtkCollectGraph_SetOutputType; extern(C) int function(void* jarg1) vtkCollectGraph_GetOutputType; extern(C) void* function(void* objectRef) vtkCollectGraph_Upcast; extern(C) int function(const(char)* jarg1) vtkParametricDini_IsTypeOf; extern(C) void* function(void* jarg1) vtkParametricDini_SafeDownCast; extern(C) void* function(void* jarg1) vtkParametricDini_NewInstance; extern(C) void* function() vtkParametricDini_New; extern(C) void function(void* jarg1, double jarg2) vtkParametricDini_SetA; extern(C) double function(void* jarg1) vtkParametricDini_GetA; extern(C) void function(void* jarg1, double jarg2) vtkParametricDini_SetB; extern(C) double function(void* jarg1) vtkParametricDini_GetB; extern(C) void* function(void* objectRef) vtkParametricDini_Upcast; extern(C) void* function() vtkTulipReader_New; extern(C) int function(const(char)* jarg1) vtkTulipReader_IsTypeOf; extern(C) void* function(void* jarg1) vtkTulipReader_SafeDownCast; extern(C) void* function(void* jarg1) vtkTulipReader_NewInstance; extern(C) const(char)* function(void* jarg1) vtkTulipReader_GetFileName; extern(C) void function(void* jarg1, const(char)* jarg2) vtkTulipReader_SetFileName; extern(C) void* function(void* objectRef) vtkTulipReader_Upcast; extern(C) int function(const(char)* jarg1) vtkImplicitVolume_IsTypeOf; extern(C) void* function(void* jarg1) vtkImplicitVolume_SafeDownCast; extern(C) void* function(void* jarg1) vtkImplicitVolume_NewInstance; extern(C) void* function() vtkImplicitVolume_New; extern(C) double function(void* jarg1, void* jarg2) vtkImplicitVolume_EvaluateFunction__SWIG_0; extern(C) double function(void* jarg1, double jarg2, double jarg3, double jarg4) vtkImplicitVolume_EvaluateFunction__SWIG_1; extern(C) void function(void* jarg1, void* jarg2) vtkImplicitVolume_SetVolume; extern(C) void* function(void* jarg1) vtkImplicitVolume_GetVolume; extern(C) void function(void* jarg1, double jarg2) vtkImplicitVolume_SetOutValue; extern(C) double function(void* jarg1) vtkImplicitVolume_GetOutValue; extern(C) void function(void* jarg1, double jarg2, double jarg3, double jarg4) vtkImplicitVolume_SetOutGradient__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkImplicitVolume_SetOutGradient__SWIG_1; extern(C) void* function(void* jarg1) vtkImplicitVolume_GetOutGradient__SWIG_0; extern(C) void function(void* jarg1, void* jarg2, void* jarg3, void* jarg4) vtkImplicitVolume_GetOutGradient__SWIG_1; extern(C) void function(void* jarg1, void* jarg2) vtkImplicitVolume_GetOutGradient__SWIG_2; extern(C) void* function(void* objectRef) vtkImplicitVolume_Upcast; extern(C) int function(const(char)* jarg1) vtkAxis_IsTypeOf; extern(C) void* function(void* jarg1) vtkAxis_SafeDownCast; extern(C) void* function(void* jarg1) vtkAxis_NewInstance; extern(C) void* function() vtkAxis_New; extern(C) void function(void* jarg1, int jarg2) vtkAxis_SetPosition; extern(C) int function(void* jarg1) vtkAxis_GetPosition; extern(C) void function(void* jarg1, void* jarg2) vtkAxis_SetPoint1__SWIG_0; extern(C) void function(void* jarg1, float jarg2, float jarg3) vtkAxis_SetPoint1__SWIG_1; extern(C) void* function(void* jarg1) vtkAxis_GetPoint1__SWIG_0; extern(C) void function(void* jarg1, void* jarg2, void* jarg3) vtkAxis_GetPoint1__SWIG_1; extern(C) void function(void* jarg1, void* jarg2) vtkAxis_GetPoint1__SWIG_2; extern(C) void* function(void* jarg1) vtkAxis_GetPosition1; extern(C) void function(void* jarg1, void* jarg2) vtkAxis_SetPoint2__SWIG_0; extern(C) void function(void* jarg1, float jarg2, float jarg3) vtkAxis_SetPoint2__SWIG_1; extern(C) void* function(void* jarg1) vtkAxis_GetPoint2__SWIG_0; extern(C) void function(void* jarg1, void* jarg2, void* jarg3) vtkAxis_GetPoint2__SWIG_1; extern(C) void function(void* jarg1, void* jarg2) vtkAxis_GetPoint2__SWIG_2; extern(C) void* function(void* jarg1) vtkAxis_GetPosition2; extern(C) void function(void* jarg1, int jarg2) vtkAxis_SetNumberOfTicks; extern(C) int function(void* jarg1) vtkAxis_GetNumberOfTicks; extern(C) void* function(void* jarg1) vtkAxis_GetLabelProperties; extern(C) void function(void* jarg1, double jarg2) vtkAxis_SetMinimum; extern(C) double function(void* jarg1) vtkAxis_GetMinimum; extern(C) void function(void* jarg1, double jarg2) vtkAxis_SetMaximum; extern(C) double function(void* jarg1) vtkAxis_GetMaximum; extern(C) void function(void* jarg1, double jarg2) vtkAxis_SetUnscaledMinimum; extern(C) double function(void* jarg1) vtkAxis_GetUnscaledMinimum; extern(C) void function(void* jarg1, double jarg2) vtkAxis_SetUnscaledMaximum; extern(C) double function(void* jarg1) vtkAxis_GetUnscaledMaximum; extern(C) void function(void* jarg1, double jarg2, double jarg3) vtkAxis_SetRange__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkAxis_SetRange__SWIG_1; extern(C) void function(void* jarg1, double jarg2, double jarg3) vtkAxis_SetUnscaledRange__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkAxis_SetUnscaledRange__SWIG_1; extern(C) void function(void* jarg1, void* jarg2) vtkAxis_GetRange; extern(C) void function(void* jarg1, void* jarg2) vtkAxis_GetUnscaledRange; extern(C) void function(void* jarg1, double jarg2) vtkAxis_SetMinimumLimit; extern(C) double function(void* jarg1) vtkAxis_GetMinimumLimit; extern(C) void function(void* jarg1, double jarg2) vtkAxis_SetMaximumLimit; extern(C) double function(void* jarg1) vtkAxis_GetMaximumLimit; extern(C) void function(void* jarg1, double jarg2) vtkAxis_SetUnscaledMinimumLimit; extern(C) double function(void* jarg1) vtkAxis_GetUnscaledMinimumLimit; extern(C) void function(void* jarg1, double jarg2) vtkAxis_SetUnscaledMaximumLimit; extern(C) double function(void* jarg1) vtkAxis_GetUnscaledMaximumLimit; extern(C) void* function(void* jarg1) vtkAxis_GetMargins__SWIG_0; extern(C) void function(void* jarg1, void* jarg2, void* jarg3) vtkAxis_GetMargins__SWIG_1; extern(C) void function(void* jarg1, void* jarg2) vtkAxis_GetMargins__SWIG_2; extern(C) void function(void* jarg1, int jarg2, int jarg3) vtkAxis_SetMargins__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkAxis_SetMargins__SWIG_1; extern(C) void function(void* jarg1, void* jarg2) vtkAxis_SetTitle; extern(C) void* function(void* jarg1) vtkAxis_GetTitle; extern(C) void* function(void* jarg1) vtkAxis_GetTitleProperties; extern(C) uint function(void* jarg1) vtkAxis_GetLogScaleActive; extern(C) uint function(void* jarg1) vtkAxis_GetLogScale; extern(C) void function(void* jarg1, uint jarg2) vtkAxis_SetLogScale; extern(C) void function(void* jarg1) vtkAxis_LogScaleOn; extern(C) void function(void* jarg1) vtkAxis_LogScaleOff; extern(C) void function(void* jarg1, uint jarg2) vtkAxis_SetGridVisible; extern(C) uint function(void* jarg1) vtkAxis_GetGridVisible; extern(C) void function(void* jarg1, uint jarg2) vtkAxis_SetLabelsVisible; extern(C) uint function(void* jarg1) vtkAxis_GetLabelsVisible; extern(C) void function(void* jarg1, uint jarg2) vtkAxis_SetTicksVisible; extern(C) uint function(void* jarg1) vtkAxis_GetTicksVisible; extern(C) void function(void* jarg1, int jarg2) vtkAxis_SetPrecision; extern(C) int function(void* jarg1) vtkAxis_GetPrecision; extern(C) void function(void* jarg1, int jarg2) vtkAxis_SetNotation; extern(C) int function(void* jarg1) vtkAxis_GetNotation; extern(C) void function(void* jarg1, int jarg2) vtkAxis_SetBehavior; extern(C) int function(void* jarg1) vtkAxis_GetBehavior; extern(C) void* function(void* jarg1) vtkAxis_GetPen; extern(C) void* function(void* jarg1) vtkAxis_GetGridPen; extern(C) void function(void* jarg1, int jarg2) vtkAxis_SetTickLabelAlgorithm; extern(C) int function(void* jarg1) vtkAxis_GetTickLabelAlgorithm; extern(C) void function(void* jarg1) vtkAxis_AutoScale; extern(C) void function(void* jarg1) vtkAxis_RecalculateTickSpacing; extern(C) void* function(void* jarg1) vtkAxis_GetTickPositions; extern(C) void* function(void* jarg1) vtkAxis_GetTickScenePositions; extern(C) void* function(void* jarg1) vtkAxis_GetTickLabels; extern(C) uint function(void* jarg1, void* jarg2, void* jarg3) vtkAxis_SetCustomTickPositions__SWIG_0; extern(C) uint function(void* jarg1, void* jarg2) vtkAxis_SetCustomTickPositions__SWIG_1; extern(C) void function(void* jarg1, void* jarg2) vtkAxis_SetTickPositions; extern(C) void function(void* jarg1, void* jarg2) vtkAxis_SetTickLabels; extern(C) void* function(void* jarg1, void* jarg2) vtkAxis_GetBoundingRect; extern(C) double function(double jarg1, uint jarg2) vtkAxis_NiceNumber; extern(C) double function(void* jarg1, void* jarg2, float jarg3, float jarg4) vtkAxis_NiceMinMax; extern(C) void* function() new_vtkAxis; extern(C) void function(void* jarg1) delete_vtkAxis; extern(C) void* function(void* objectRef) vtkAxis_Upcast; extern(C) int function(const(char)* jarg1) vtkMNIObjectWriter_IsTypeOf; extern(C) void* function(void* jarg1) vtkMNIObjectWriter_SafeDownCast; extern(C) void* function(void* jarg1) vtkMNIObjectWriter_NewInstance; extern(C) void* function() vtkMNIObjectWriter_New; extern(C) const(char)* function(void* jarg1) vtkMNIObjectWriter_GetFileExtensions; extern(C) const(char)* function(void* jarg1) vtkMNIObjectWriter_GetDescriptiveName; extern(C) void function(void* jarg1, void* jarg2) vtkMNIObjectWriter_SetProperty; extern(C) void* function(void* jarg1) vtkMNIObjectWriter_GetProperty; extern(C) void function(void* jarg1, void* jarg2) vtkMNIObjectWriter_SetMapper; extern(C) void* function(void* jarg1) vtkMNIObjectWriter_GetMapper; extern(C) void function(void* jarg1, void* jarg2) vtkMNIObjectWriter_SetLookupTable; extern(C) void* function(void* jarg1) vtkMNIObjectWriter_GetLookupTable; extern(C) void* function(void* jarg1) vtkMNIObjectWriter_GetInput__SWIG_0; extern(C) void* function(void* jarg1, int jarg2) vtkMNIObjectWriter_GetInput__SWIG_1; extern(C) void function(void* jarg1, const(char)* jarg2) vtkMNIObjectWriter_SetFileName; extern(C) const(char)* function(void* jarg1) vtkMNIObjectWriter_GetFileName; extern(C) void function(void* jarg1, int jarg2) vtkMNIObjectWriter_SetFileType; extern(C) int function(void* jarg1) vtkMNIObjectWriter_GetFileTypeMinValue; extern(C) int function(void* jarg1) vtkMNIObjectWriter_GetFileTypeMaxValue; extern(C) int function(void* jarg1) vtkMNIObjectWriter_GetFileType; extern(C) void function(void* jarg1) vtkMNIObjectWriter_SetFileTypeToASCII; extern(C) void function(void* jarg1) vtkMNIObjectWriter_SetFileTypeToBinary; extern(C) void* function(void* objectRef) vtkMNIObjectWriter_Upcast; extern(C) void* function() vtkTreeMapToPolyData_New; extern(C) int function(const(char)* jarg1) vtkTreeMapToPolyData_IsTypeOf; extern(C) void* function(void* jarg1) vtkTreeMapToPolyData_SafeDownCast; extern(C) void* function(void* jarg1) vtkTreeMapToPolyData_NewInstance; extern(C) void function(void* jarg1, const(char)* jarg2) vtkTreeMapToPolyData_SetRectanglesArrayName; extern(C) void function(void* jarg1, const(char)* jarg2) vtkTreeMapToPolyData_SetLevelArrayName; extern(C) double function(void* jarg1) vtkTreeMapToPolyData_GetLevelDeltaZ; extern(C) void function(void* jarg1, double jarg2) vtkTreeMapToPolyData_SetLevelDeltaZ; extern(C) uint function(void* jarg1) vtkTreeMapToPolyData_GetAddNormals; extern(C) void function(void* jarg1, uint jarg2) vtkTreeMapToPolyData_SetAddNormals; extern(C) int function(void* jarg1, int jarg2, void* jarg3) vtkTreeMapToPolyData_FillInputPortInformation; extern(C) void* function(void* objectRef) vtkTreeMapToPolyData_Upcast; extern(C) int function(const(char)* jarg1) vtkMergeCells_IsTypeOf; extern(C) void* function(void* jarg1) vtkMergeCells_SafeDownCast; extern(C) void* function(void* jarg1) vtkMergeCells_NewInstance; extern(C) void* function() vtkMergeCells_New; extern(C) void function(void* jarg1, void* jarg2) vtkMergeCells_SetUnstructuredGrid; extern(C) void* function(void* jarg1) vtkMergeCells_GetUnstructuredGrid; extern(C) void function(void* jarg1, long jarg2) vtkMergeCells_SetTotalNumberOfCells; extern(C) long function(void* jarg1) vtkMergeCells_GetTotalNumberOfCells; extern(C) void function(void* jarg1, long jarg2) vtkMergeCells_SetTotalNumberOfPoints; extern(C) long function(void* jarg1) vtkMergeCells_GetTotalNumberOfPoints; extern(C) void function(void* jarg1, int jarg2) vtkMergeCells_SetUseGlobalIds; extern(C) int function(void* jarg1) vtkMergeCells_GetUseGlobalIds; extern(C) void function(void* jarg1, float jarg2) vtkMergeCells_SetPointMergeTolerance; extern(C) float function(void* jarg1) vtkMergeCells_GetPointMergeToleranceMinValue; extern(C) float function(void* jarg1) vtkMergeCells_GetPointMergeToleranceMaxValue; extern(C) float function(void* jarg1) vtkMergeCells_GetPointMergeTolerance; extern(C) void function(void* jarg1, int jarg2) vtkMergeCells_SetUseGlobalCellIds; extern(C) int function(void* jarg1) vtkMergeCells_GetUseGlobalCellIds; extern(C) void function(void* jarg1, int jarg2) vtkMergeCells_SetMergeDuplicatePoints; extern(C) int function(void* jarg1) vtkMergeCells_GetMergeDuplicatePoints; extern(C) void function(void* jarg1) vtkMergeCells_MergeDuplicatePointsOn; extern(C) void function(void* jarg1) vtkMergeCells_MergeDuplicatePointsOff; extern(C) void function(void* jarg1, int jarg2) vtkMergeCells_SetTotalNumberOfDataSets; extern(C) int function(void* jarg1) vtkMergeCells_GetTotalNumberOfDataSets; extern(C) int function(void* jarg1, void* jarg2) vtkMergeCells_MergeDataSet; extern(C) void function(void* jarg1) vtkMergeCells_Finish; extern(C) void* function(void* objectRef) vtkMergeCells_Upcast; extern(C) int function(const(char)* jarg1) vtkMarkerUtilities_IsTypeOf; extern(C) void* function(void* jarg1) vtkMarkerUtilities_SafeDownCast; extern(C) void* function(void* jarg1) vtkMarkerUtilities_NewInstance; extern(C) void function(void* jarg1, int jarg2, int jarg3) vtkMarkerUtilities_GenerateMarker; extern(C) void* function() new_vtkMarkerUtilities; extern(C) void function(void* jarg1) delete_vtkMarkerUtilities; extern(C) void* function(void* objectRef) vtkMarkerUtilities_Upcast; extern(C) void* function() vtkHyperOctreeToUniformGridFilter_New; extern(C) int function(const(char)* jarg1) vtkHyperOctreeToUniformGridFilter_IsTypeOf; extern(C) void* function(void* jarg1) vtkHyperOctreeToUniformGridFilter_SafeDownCast; extern(C) void* function(void* jarg1) vtkHyperOctreeToUniformGridFilter_NewInstance; extern(C) void* function(void* objectRef) vtkHyperOctreeToUniformGridFilter_Upcast; extern(C) void* function() vtkPointDataToCellData_New; extern(C) int function(const(char)* jarg1) vtkPointDataToCellData_IsTypeOf; extern(C) void* function(void* jarg1) vtkPointDataToCellData_SafeDownCast; extern(C) void* function(void* jarg1) vtkPointDataToCellData_NewInstance; extern(C) void function(void* jarg1, int jarg2) vtkPointDataToCellData_SetPassPointData; extern(C) int function(void* jarg1) vtkPointDataToCellData_GetPassPointData; extern(C) void function(void* jarg1) vtkPointDataToCellData_PassPointDataOn; extern(C) void function(void* jarg1) vtkPointDataToCellData_PassPointDataOff; extern(C) void* function(void* objectRef) vtkPointDataToCellData_Upcast; extern(C) int function(const(char)* jarg1) vtkRungeKutta4_IsTypeOf; extern(C) void* function(void* jarg1) vtkRungeKutta4_SafeDownCast; extern(C) void* function(void* jarg1) vtkRungeKutta4_NewInstance; extern(C) void* function() vtkRungeKutta4_New; extern(C) int function(void* jarg1, void* jarg2, void* jarg3, double jarg4, void* jarg5, double jarg6, void* jarg7) vtkRungeKutta4_ComputeNextStep__SWIG_0; extern(C) int function(void* jarg1, void* jarg2, void* jarg3, void* jarg4, double jarg5, void* jarg6, double jarg7, void* jarg8) vtkRungeKutta4_ComputeNextStep__SWIG_1; extern(C) int function(void* jarg1, void* jarg2, void* jarg3, double jarg4, void* jarg5, void* jarg6, double jarg7, double jarg8, double jarg9, void* jarg10) vtkRungeKutta4_ComputeNextStep__SWIG_2; extern(C) int function(void* jarg1, void* jarg2, void* jarg3, void* jarg4, double jarg5, void* jarg6, void* jarg7, double jarg8, double jarg9, double jarg10, void* jarg11) vtkRungeKutta4_ComputeNextStep__SWIG_3; extern(C) void* function(void* objectRef) vtkRungeKutta4_Upcast; extern(C) int function(const(char)* jarg1) vtkCorrelativeStatistics_IsTypeOf; extern(C) void* function(void* jarg1) vtkCorrelativeStatistics_SafeDownCast; extern(C) void* function(void* jarg1) vtkCorrelativeStatistics_NewInstance; extern(C) void* function() vtkCorrelativeStatistics_New; extern(C) void* function(void* objectRef) vtkCorrelativeStatistics_Upcast; extern(C) void* function() vtkWidgetEventTranslator_New; extern(C) int function(const(char)* jarg1) vtkWidgetEventTranslator_IsTypeOf; extern(C) void* function(void* jarg1) vtkWidgetEventTranslator_SafeDownCast; extern(C) void* function(void* jarg1) vtkWidgetEventTranslator_NewInstance; extern(C) void function(void* jarg1, core.stdc.config.c_ulong jarg2, core.stdc.config.c_ulong jarg3) vtkWidgetEventTranslator_SetTranslation__SWIG_0; extern(C) void function(void* jarg1, const(char)* jarg2, const(char)* jarg3) vtkWidgetEventTranslator_SetTranslation__SWIG_1; extern(C) void function(void* jarg1, core.stdc.config.c_ulong jarg2, int jarg3, char jarg4, int jarg5, const(char)* jarg6, core.stdc.config.c_ulong jarg7) vtkWidgetEventTranslator_SetTranslation__SWIG_2; extern(C) void function(void* jarg1, void* jarg2, core.stdc.config.c_ulong jarg3) vtkWidgetEventTranslator_SetTranslation__SWIG_3; extern(C) core.stdc.config.c_ulong function(void* jarg1, core.stdc.config.c_ulong jarg2) vtkWidgetEventTranslator_GetTranslation__SWIG_0; extern(C) const(char)* function(void* jarg1, const(char)* jarg2) vtkWidgetEventTranslator_GetTranslation__SWIG_1; extern(C) core.stdc.config.c_ulong function(void* jarg1, core.stdc.config.c_ulong jarg2, int jarg3, char jarg4, int jarg5, const(char)* jarg6) vtkWidgetEventTranslator_GetTranslation__SWIG_2; extern(C) core.stdc.config.c_ulong function(void* jarg1, void* jarg2) vtkWidgetEventTranslator_GetTranslation__SWIG_3; extern(C) int function(void* jarg1, core.stdc.config.c_ulong jarg2, int jarg3, char jarg4, int jarg5, const(char)* jarg6) vtkWidgetEventTranslator_RemoveTranslation__SWIG_0; extern(C) int function(void* jarg1, void* jarg2) vtkWidgetEventTranslator_RemoveTranslation__SWIG_1; extern(C) int function(void* jarg1, core.stdc.config.c_ulong jarg2) vtkWidgetEventTranslator_RemoveTranslation__SWIG_2; extern(C) int function(void* jarg1, const(char)* jarg2) vtkWidgetEventTranslator_RemoveTranslation__SWIG_3; extern(C) void function(void* jarg1) vtkWidgetEventTranslator_ClearEvents; extern(C) void* function(void* objectRef) vtkWidgetEventTranslator_Upcast; extern(C) void* function() vtkQuadricLODActor_New; extern(C) int function(const(char)* jarg1) vtkQuadricLODActor_IsTypeOf; extern(C) void* function(void* jarg1) vtkQuadricLODActor_SafeDownCast; extern(C) void* function(void* jarg1) vtkQuadricLODActor_NewInstance; extern(C) void function(void* jarg1, int jarg2) vtkQuadricLODActor_SetDeferLODConstruction; extern(C) int function(void* jarg1) vtkQuadricLODActor_GetDeferLODConstruction; extern(C) void function(void* jarg1) vtkQuadricLODActor_DeferLODConstructionOn; extern(C) void function(void* jarg1) vtkQuadricLODActor_DeferLODConstructionOff; extern(C) void function(void* jarg1, int jarg2) vtkQuadricLODActor_SetStatic; extern(C) int function(void* jarg1) vtkQuadricLODActor_GetStatic; extern(C) void function(void* jarg1) vtkQuadricLODActor_StaticOn; extern(C) void function(void* jarg1) vtkQuadricLODActor_StaticOff; extern(C) void function(void* jarg1, int jarg2) vtkQuadricLODActor_SetDataConfiguration; extern(C) int function(void* jarg1) vtkQuadricLODActor_GetDataConfigurationMinValue; extern(C) int function(void* jarg1) vtkQuadricLODActor_GetDataConfigurationMaxValue; extern(C) int function(void* jarg1) vtkQuadricLODActor_GetDataConfiguration; extern(C) void function(void* jarg1) vtkQuadricLODActor_SetDataConfigurationToUnknown; extern(C) void function(void* jarg1) vtkQuadricLODActor_SetDataConfigurationToXLine; extern(C) void function(void* jarg1) vtkQuadricLODActor_SetDataConfigurationToYLine; extern(C) void function(void* jarg1) vtkQuadricLODActor_SetDataConfigurationToZLine; extern(C) void function(void* jarg1) vtkQuadricLODActor_SetDataConfigurationToXYPlane; extern(C) void function(void* jarg1) vtkQuadricLODActor_SetDataConfigurationToYZPlane; extern(C) void function(void* jarg1) vtkQuadricLODActor_SetDataConfigurationToXZPlane; extern(C) void function(void* jarg1) vtkQuadricLODActor_SetDataConfigurationToXYZVolume; extern(C) void function(void* jarg1, double jarg2) vtkQuadricLODActor_SetCollapseDimensionRatio; extern(C) double function(void* jarg1) vtkQuadricLODActor_GetCollapseDimensionRatioMinValue; extern(C) double function(void* jarg1) vtkQuadricLODActor_GetCollapseDimensionRatioMaxValue; extern(C) double function(void* jarg1) vtkQuadricLODActor_GetCollapseDimensionRatio; extern(C) void function(void* jarg1, void* jarg2) vtkQuadricLODActor_SetLODFilter; extern(C) void* function(void* jarg1) vtkQuadricLODActor_GetLODFilter; extern(C) void function(void* jarg1, int jarg2) vtkQuadricLODActor_SetMaximumDisplayListSize; extern(C) int function(void* jarg1) vtkQuadricLODActor_GetMaximumDisplayListSizeMinValue; extern(C) int function(void* jarg1) vtkQuadricLODActor_GetMaximumDisplayListSizeMaxValue; extern(C) int function(void* jarg1) vtkQuadricLODActor_GetMaximumDisplayListSize; extern(C) void function(void* jarg1, int jarg2) vtkQuadricLODActor_SetPropType; extern(C) int function(void* jarg1) vtkQuadricLODActor_GetPropTypeMinValue; extern(C) int function(void* jarg1) vtkQuadricLODActor_GetPropTypeMaxValue; extern(C) int function(void* jarg1) vtkQuadricLODActor_GetPropType; extern(C) void function(void* jarg1) vtkQuadricLODActor_SetPropTypeToFollower; extern(C) void function(void* jarg1) vtkQuadricLODActor_SetPropTypeToActor; extern(C) void function(void* jarg1, void* jarg2) vtkQuadricLODActor_SetCamera; extern(C) void* function(void* jarg1) vtkQuadricLODActor_GetCamera; extern(C) void function(void* jarg1, void* jarg2) vtkQuadricLODActor_ReleaseGraphicsResources; extern(C) void* function(void* objectRef) vtkQuadricLODActor_Upcast; extern(C) void* function() vtkRenderingVolumeOpenGLObjectFactory_New; extern(C) int function(const(char)* jarg1) vtkRenderingVolumeOpenGLObjectFactory_IsTypeOf; extern(C) void* function(void* jarg1) vtkRenderingVolumeOpenGLObjectFactory_SafeDownCast; extern(C) void* function(void* jarg1) vtkRenderingVolumeOpenGLObjectFactory_NewInstance; extern(C) void function(void* jarg1) delete_vtkRenderingVolumeOpenGLObjectFactory; extern(C) void* function(void* objectRef) vtkRenderingVolumeOpenGLObjectFactory_Upcast; extern(C) void* function() vtkGenericDataObjectReader_New; extern(C) int function(const(char)* jarg1) vtkGenericDataObjectReader_IsTypeOf; extern(C) void* function(void* jarg1) vtkGenericDataObjectReader_SafeDownCast; extern(C) void* function(void* jarg1) vtkGenericDataObjectReader_NewInstance; extern(C) void* function(void* jarg1) vtkGenericDataObjectReader_GetOutput__SWIG_0; extern(C) void* function(void* jarg1, int jarg2) vtkGenericDataObjectReader_GetOutput__SWIG_1; extern(C) void* function(void* jarg1) vtkGenericDataObjectReader_GetGraphOutput; extern(C) void* function(void* jarg1) vtkGenericDataObjectReader_GetPolyDataOutput; extern(C) void* function(void* jarg1) vtkGenericDataObjectReader_GetRectilinearGridOutput; extern(C) void* function(void* jarg1) vtkGenericDataObjectReader_GetStructuredGridOutput; extern(C) void* function(void* jarg1) vtkGenericDataObjectReader_GetStructuredPointsOutput; extern(C) void* function(void* jarg1) vtkGenericDataObjectReader_GetTableOutput; extern(C) void* function(void* jarg1) vtkGenericDataObjectReader_GetTreeOutput; extern(C) void* function(void* jarg1) vtkGenericDataObjectReader_GetUnstructuredGridOutput; extern(C) int function(void* jarg1) vtkGenericDataObjectReader_ReadOutputType; extern(C) void* function() new_vtkGenericDataObjectReader; extern(C) void function(void* jarg1) delete_vtkGenericDataObjectReader; extern(C) void* function(void* objectRef) vtkGenericDataObjectReader_Upcast; extern(C) int function() VTK_RBF_CUSTOM_get; extern(C) int function() VTK_RBF_R_get; extern(C) int function() VTK_RBF_R2LOGR_get; extern(C) int function(const(char)* jarg1) vtkThinPlateSplineTransform_IsTypeOf; extern(C) void* function(void* jarg1) vtkThinPlateSplineTransform_SafeDownCast; extern(C) void* function(void* jarg1) vtkThinPlateSplineTransform_NewInstance; extern(C) void* function() vtkThinPlateSplineTransform_New; extern(C) double function(void* jarg1) vtkThinPlateSplineTransform_GetSigma; extern(C) void function(void* jarg1, double jarg2) vtkThinPlateSplineTransform_SetSigma; extern(C) void function(void* jarg1, int jarg2) vtkThinPlateSplineTransform_SetBasis; extern(C) int function(void* jarg1) vtkThinPlateSplineTransform_GetBasis; extern(C) void function(void* jarg1) vtkThinPlateSplineTransform_SetBasisToR; extern(C) void function(void* jarg1) vtkThinPlateSplineTransform_SetBasisToR2LogR; extern(C) const(char)* function(void* jarg1) vtkThinPlateSplineTransform_GetBasisAsString; extern(C) void function(void* jarg1, void* jarg2) vtkThinPlateSplineTransform_SetSourceLandmarks; extern(C) void* function(void* jarg1) vtkThinPlateSplineTransform_GetSourceLandmarks; extern(C) void function(void* jarg1, void* jarg2) vtkThinPlateSplineTransform_SetTargetLandmarks; extern(C) void* function(void* jarg1) vtkThinPlateSplineTransform_GetTargetLandmarks; extern(C) void* function(void* objectRef) vtkThinPlateSplineTransform_Upcast; extern(C) void* function() vtkOrientationMarkerWidget_New; extern(C) int function(const(char)* jarg1) vtkOrientationMarkerWidget_IsTypeOf; extern(C) void* function(void* jarg1) vtkOrientationMarkerWidget_SafeDownCast; extern(C) void* function(void* jarg1) vtkOrientationMarkerWidget_NewInstance; extern(C) void function(void* jarg1, void* jarg2) vtkOrientationMarkerWidget_SetOrientationMarker; extern(C) void* function(void* jarg1) vtkOrientationMarkerWidget_GetOrientationMarker; extern(C) void function(void* jarg1, void* jarg2, core.stdc.config.c_ulong jarg3, void* jarg4) vtkOrientationMarkerWidget_ExecuteCameraUpdateEvent; extern(C) void function(void* jarg1, int jarg2) vtkOrientationMarkerWidget_SetInteractive; extern(C) int function(void* jarg1) vtkOrientationMarkerWidget_GetInteractive; extern(C) void function(void* jarg1) vtkOrientationMarkerWidget_InteractiveOn; extern(C) void function(void* jarg1) vtkOrientationMarkerWidget_InteractiveOff; extern(C) void function(void* jarg1, double jarg2, double jarg3, double jarg4) vtkOrientationMarkerWidget_SetOutlineColor; extern(C) void* function(void* jarg1) vtkOrientationMarkerWidget_GetOutlineColor; extern(C) void function(void* jarg1, double jarg2, double jarg3, double jarg4, double jarg5) vtkOrientationMarkerWidget_SetViewport; extern(C) void* function(void* jarg1) vtkOrientationMarkerWidget_GetViewport; extern(C) void function(void* jarg1, int jarg2) vtkOrientationMarkerWidget_SetTolerance; extern(C) int function(void* jarg1) vtkOrientationMarkerWidget_GetToleranceMinValue; extern(C) int function(void* jarg1) vtkOrientationMarkerWidget_GetToleranceMaxValue; extern(C) int function(void* jarg1) vtkOrientationMarkerWidget_GetTolerance; extern(C) void* function(void* objectRef) vtkOrientationMarkerWidget_Upcast; extern(C) void* function() vtkPolyPlane_New; extern(C) int function(const(char)* jarg1) vtkPolyPlane_IsTypeOf; extern(C) void* function(void* jarg1) vtkPolyPlane_SafeDownCast; extern(C) void* function(void* jarg1) vtkPolyPlane_NewInstance; extern(C) double function(void* jarg1, void* jarg2) vtkPolyPlane_EvaluateFunction__SWIG_0; extern(C) double function(void* jarg1, double jarg2, double jarg3, double jarg4) vtkPolyPlane_EvaluateFunction__SWIG_1; extern(C) void function(void* jarg1, void* jarg2) vtkPolyPlane_SetPolyLine; extern(C) void* function(void* jarg1) vtkPolyPlane_GetPolyLine; extern(C) void* function(void* objectRef) vtkPolyPlane_Upcast; extern(C) int function(const(char)* jarg1) vtkPolyDataSourceWidget_IsTypeOf; extern(C) void* function(void* jarg1) vtkPolyDataSourceWidget_SafeDownCast; extern(C) void* function(void* jarg1) vtkPolyDataSourceWidget_NewInstance; extern(C) void function(void* jarg1) vtkPolyDataSourceWidget_PlaceWidget__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkPolyDataSourceWidget_PlaceWidget__SWIG_1; extern(C) void function(void* jarg1, double jarg2, double jarg3, double jarg4, double jarg5, double jarg6, double jarg7) vtkPolyDataSourceWidget_PlaceWidget__SWIG_2; extern(C) void* function(void* jarg1) vtkPolyDataSourceWidget_GetPolyDataAlgorithm; extern(C) void function(void* jarg1) vtkPolyDataSourceWidget_UpdatePlacement; extern(C) void function(void* jarg1) delete_vtkPolyDataSourceWidget; extern(C) void* function(void* objectRef) vtkPolyDataSourceWidget_Upcast; extern(C) void* function() vtkImplicitPlaneWidget_New; extern(C) int function(const(char)* jarg1) vtkImplicitPlaneWidget_IsTypeOf; extern(C) void* function(void* jarg1) vtkImplicitPlaneWidget_SafeDownCast; extern(C) void* function(void* jarg1) vtkImplicitPlaneWidget_NewInstance; extern(C) void function(void* jarg1, void* jarg2) vtkImplicitPlaneWidget_PlaceWidget__SWIG_0; extern(C) void function(void* jarg1) vtkImplicitPlaneWidget_PlaceWidget__SWIG_1; extern(C) void function(void* jarg1, double jarg2, double jarg3, double jarg4, double jarg5, double jarg6, double jarg7) vtkImplicitPlaneWidget_PlaceWidget__SWIG_2; extern(C) void function(void* jarg1, double jarg2, double jarg3, double jarg4) vtkImplicitPlaneWidget_SetOrigin__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkImplicitPlaneWidget_SetOrigin__SWIG_1; extern(C) void* function(void* jarg1) vtkImplicitPlaneWidget_GetOrigin__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkImplicitPlaneWidget_GetOrigin__SWIG_1; extern(C) void function(void* jarg1, double jarg2, double jarg3, double jarg4) vtkImplicitPlaneWidget_SetNormal__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkImplicitPlaneWidget_SetNormal__SWIG_1; extern(C) void* function(void* jarg1) vtkImplicitPlaneWidget_GetNormal__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkImplicitPlaneWidget_GetNormal__SWIG_1; extern(C) void function(void* jarg1, int jarg2) vtkImplicitPlaneWidget_SetNormalToXAxis; extern(C) int function(void* jarg1) vtkImplicitPlaneWidget_GetNormalToXAxis; extern(C) void function(void* jarg1) vtkImplicitPlaneWidget_NormalToXAxisOn; extern(C) void function(void* jarg1) vtkImplicitPlaneWidget_NormalToXAxisOff; extern(C) void function(void* jarg1, int jarg2) vtkImplicitPlaneWidget_SetNormalToYAxis; extern(C) int function(void* jarg1) vtkImplicitPlaneWidget_GetNormalToYAxis; extern(C) void function(void* jarg1) vtkImplicitPlaneWidget_NormalToYAxisOn; extern(C) void function(void* jarg1) vtkImplicitPlaneWidget_NormalToYAxisOff; extern(C) void function(void* jarg1, int jarg2) vtkImplicitPlaneWidget_SetNormalToZAxis; extern(C) int function(void* jarg1) vtkImplicitPlaneWidget_GetNormalToZAxis; extern(C) void function(void* jarg1) vtkImplicitPlaneWidget_NormalToZAxisOn; extern(C) void function(void* jarg1) vtkImplicitPlaneWidget_NormalToZAxisOff; extern(C) void function(void* jarg1, int jarg2) vtkImplicitPlaneWidget_SetTubing; extern(C) int function(void* jarg1) vtkImplicitPlaneWidget_GetTubing; extern(C) void function(void* jarg1) vtkImplicitPlaneWidget_TubingOn; extern(C) void function(void* jarg1) vtkImplicitPlaneWidget_TubingOff; extern(C) void function(void* jarg1, int jarg2) vtkImplicitPlaneWidget_SetDrawPlane; extern(C) int function(void* jarg1) vtkImplicitPlaneWidget_GetDrawPlane; extern(C) void function(void* jarg1) vtkImplicitPlaneWidget_DrawPlaneOn; extern(C) void function(void* jarg1) vtkImplicitPlaneWidget_DrawPlaneOff; extern(C) void function(void* jarg1, int jarg2) vtkImplicitPlaneWidget_SetOutlineTranslation; extern(C) int function(void* jarg1) vtkImplicitPlaneWidget_GetOutlineTranslation; extern(C) void function(void* jarg1) vtkImplicitPlaneWidget_OutlineTranslationOn; extern(C) void function(void* jarg1) vtkImplicitPlaneWidget_OutlineTranslationOff; extern(C) void function(void* jarg1, int jarg2) vtkImplicitPlaneWidget_SetOutsideBounds; extern(C) int function(void* jarg1) vtkImplicitPlaneWidget_GetOutsideBounds; extern(C) void function(void* jarg1) vtkImplicitPlaneWidget_OutsideBoundsOn; extern(C) void function(void* jarg1) vtkImplicitPlaneWidget_OutsideBoundsOff; extern(C) void function(void* jarg1, int jarg2) vtkImplicitPlaneWidget_SetScaleEnabled; extern(C) int function(void* jarg1) vtkImplicitPlaneWidget_GetScaleEnabled; extern(C) void function(void* jarg1) vtkImplicitPlaneWidget_ScaleEnabledOn; extern(C) void function(void* jarg1) vtkImplicitPlaneWidget_ScaleEnabledOff; extern(C) void function(void* jarg1, int jarg2) vtkImplicitPlaneWidget_SetOriginTranslation; extern(C) int function(void* jarg1) vtkImplicitPlaneWidget_GetOriginTranslation; extern(C) void function(void* jarg1) vtkImplicitPlaneWidget_OriginTranslationOn; extern(C) void function(void* jarg1) vtkImplicitPlaneWidget_OriginTranslationOff; extern(C) void function(void* jarg1, double jarg2) vtkImplicitPlaneWidget_SetDiagonalRatio; extern(C) double function(void* jarg1) vtkImplicitPlaneWidget_GetDiagonalRatioMinValue; extern(C) double function(void* jarg1) vtkImplicitPlaneWidget_GetDiagonalRatioMaxValue; extern(C) double function(void* jarg1) vtkImplicitPlaneWidget_GetDiagonalRatio; extern(C) void function(void* jarg1, void* jarg2) vtkImplicitPlaneWidget_GetPolyData; extern(C) void function(void* jarg1, void* jarg2) vtkImplicitPlaneWidget_GetPlane; extern(C) void function(void* jarg1) vtkImplicitPlaneWidget_SizeHandles; extern(C) void* function(void* jarg1) vtkImplicitPlaneWidget_GetNormalProperty; extern(C) void* function(void* jarg1) vtkImplicitPlaneWidget_GetSelectedNormalProperty; extern(C) void* function(void* jarg1) vtkImplicitPlaneWidget_GetPlaneProperty; extern(C) void* function(void* jarg1) vtkImplicitPlaneWidget_GetSelectedPlaneProperty; extern(C) void* function(void* jarg1) vtkImplicitPlaneWidget_GetOutlineProperty; extern(C) void* function(void* jarg1) vtkImplicitPlaneWidget_GetSelectedOutlineProperty; extern(C) void* function(void* jarg1) vtkImplicitPlaneWidget_GetEdgesProperty; extern(C) void* function(void* objectRef) vtkImplicitPlaneWidget_Upcast; extern(C) void* function() vtkTypeInt32Array_New; extern(C) int function(const(char)* jarg1) vtkTypeInt32Array_IsTypeOf; extern(C) void* function(void* jarg1) vtkTypeInt32Array_SafeDownCast; extern(C) void* function(void* jarg1) vtkTypeInt32Array_NewInstance; extern(C) void* function(void* objectRef) vtkTypeInt32Array_Upcast; extern(C) void* function() vtkHexagonalPrism_New; extern(C) int function(const(char)* jarg1) vtkHexagonalPrism_IsTypeOf; extern(C) void* function(void* jarg1) vtkHexagonalPrism_SafeDownCast; extern(C) void* function(void* jarg1) vtkHexagonalPrism_NewInstance; extern(C) void function(void* jarg1, void* jarg2) vtkHexagonalPrism_InterpolationFunctions; extern(C) void function(void* jarg1, void* jarg2) vtkHexagonalPrism_InterpolationDerivs; extern(C) void function(void* jarg1, void* jarg2, void* jarg3) vtkHexagonalPrism_InterpolateFunctions; extern(C) void function(void* jarg1, void* jarg2, void* jarg3) vtkHexagonalPrism_InterpolateDerivs; extern(C) void* function(int jarg1) vtkHexagonalPrism_GetEdgeArray; extern(C) void* function(int jarg1) vtkHexagonalPrism_GetFaceArray; extern(C) void function(void* jarg1, void* jarg2, void* jarg3, void* jarg4) vtkHexagonalPrism_JacobianInverse; extern(C) void* function(void* objectRef) vtkHexagonalPrism_Upcast; extern(C) void* function() vtkImagePermute_New; extern(C) int function(const(char)* jarg1) vtkImagePermute_IsTypeOf; extern(C) void* function(void* jarg1) vtkImagePermute_SafeDownCast; extern(C) void* function(void* jarg1) vtkImagePermute_NewInstance; extern(C) void function(void* jarg1, int jarg2, int jarg3, int jarg4) vtkImagePermute_SetFilteredAxes__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkImagePermute_SetFilteredAxes__SWIG_1; extern(C) void* function(void* jarg1) vtkImagePermute_GetFilteredAxes__SWIG_0; extern(C) void function(void* jarg1, void* jarg2, void* jarg3, void* jarg4) vtkImagePermute_GetFilteredAxes__SWIG_1; extern(C) void function(void* jarg1, void* jarg2) vtkImagePermute_GetFilteredAxes__SWIG_2; extern(C) void* function(void* objectRef) vtkImagePermute_Upcast; extern(C) int function() VTK_RULED_MODE_RESAMPLE_get; extern(C) int function() VTK_RULED_MODE_POINT_WALK_get; extern(C) int function(const(char)* jarg1) vtkRuledSurfaceFilter_IsTypeOf; extern(C) void* function(void* jarg1) vtkRuledSurfaceFilter_SafeDownCast; extern(C) void* function(void* jarg1) vtkRuledSurfaceFilter_NewInstance; extern(C) void* function() vtkRuledSurfaceFilter_New; extern(C) void function(void* jarg1, double jarg2) vtkRuledSurfaceFilter_SetDistanceFactor; extern(C) double function(void* jarg1) vtkRuledSurfaceFilter_GetDistanceFactorMinValue; extern(C) double function(void* jarg1) vtkRuledSurfaceFilter_GetDistanceFactorMaxValue; extern(C) double function(void* jarg1) vtkRuledSurfaceFilter_GetDistanceFactor; extern(C) void function(void* jarg1, int jarg2) vtkRuledSurfaceFilter_SetOnRatio; extern(C) int function(void* jarg1) vtkRuledSurfaceFilter_GetOnRatioMinValue; extern(C) int function(void* jarg1) vtkRuledSurfaceFilter_GetOnRatioMaxValue; extern(C) int function(void* jarg1) vtkRuledSurfaceFilter_GetOnRatio; extern(C) void function(void* jarg1, int jarg2) vtkRuledSurfaceFilter_SetOffset; extern(C) int function(void* jarg1) vtkRuledSurfaceFilter_GetOffsetMinValue; extern(C) int function(void* jarg1) vtkRuledSurfaceFilter_GetOffsetMaxValue; extern(C) int function(void* jarg1) vtkRuledSurfaceFilter_GetOffset; extern(C) void function(void* jarg1, int jarg2) vtkRuledSurfaceFilter_SetCloseSurface; extern(C) int function(void* jarg1) vtkRuledSurfaceFilter_GetCloseSurface; extern(C) void function(void* jarg1) vtkRuledSurfaceFilter_CloseSurfaceOn; extern(C) void function(void* jarg1) vtkRuledSurfaceFilter_CloseSurfaceOff; extern(C) void function(void* jarg1, int jarg2) vtkRuledSurfaceFilter_SetRuledMode; extern(C) int function(void* jarg1) vtkRuledSurfaceFilter_GetRuledModeMinValue; extern(C) int function(void* jarg1) vtkRuledSurfaceFilter_GetRuledModeMaxValue; extern(C) int function(void* jarg1) vtkRuledSurfaceFilter_GetRuledMode; extern(C) void function(void* jarg1) vtkRuledSurfaceFilter_SetRuledModeToResample; extern(C) void function(void* jarg1) vtkRuledSurfaceFilter_SetRuledModeToPointWalk; extern(C) const(char)* function(void* jarg1) vtkRuledSurfaceFilter_GetRuledModeAsString; extern(C) void function(void* jarg1, int jarg2, int jarg3) vtkRuledSurfaceFilter_SetResolution__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkRuledSurfaceFilter_SetResolution__SWIG_1; extern(C) void* function(void* jarg1) vtkRuledSurfaceFilter_GetResolution__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkRuledSurfaceFilter_GetResolution__SWIG_1; extern(C) void function(void* jarg1, int jarg2) vtkRuledSurfaceFilter_SetPassLines; extern(C) int function(void* jarg1) vtkRuledSurfaceFilter_GetPassLines; extern(C) void function(void* jarg1) vtkRuledSurfaceFilter_PassLinesOn; extern(C) void function(void* jarg1) vtkRuledSurfaceFilter_PassLinesOff; extern(C) void function(void* jarg1, int jarg2) vtkRuledSurfaceFilter_SetOrientLoops; extern(C) int function(void* jarg1) vtkRuledSurfaceFilter_GetOrientLoops; extern(C) void function(void* jarg1) vtkRuledSurfaceFilter_OrientLoopsOn; extern(C) void function(void* jarg1) vtkRuledSurfaceFilter_OrientLoopsOff; extern(C) void* function(void* objectRef) vtkRuledSurfaceFilter_Upcast; extern(C) int function(const(char)* jarg1) vtkPolyDataMapper2D_IsTypeOf; extern(C) void* function(void* jarg1) vtkPolyDataMapper2D_SafeDownCast; extern(C) void* function(void* jarg1) vtkPolyDataMapper2D_NewInstance; extern(C) void* function() vtkPolyDataMapper2D_New; extern(C) void function(void* jarg1, void* jarg2) vtkPolyDataMapper2D_SetInputData; extern(C) void* function(void* jarg1) vtkPolyDataMapper2D_GetInput; extern(C) void function(void* jarg1, void* jarg2) vtkPolyDataMapper2D_SetLookupTable; extern(C) void* function(void* jarg1) vtkPolyDataMapper2D_GetLookupTable; extern(C) void function(void* jarg1) vtkPolyDataMapper2D_CreateDefaultLookupTable; extern(C) void function(void* jarg1, int jarg2) vtkPolyDataMapper2D_SetScalarVisibility; extern(C) int function(void* jarg1) vtkPolyDataMapper2D_GetScalarVisibility; extern(C) void function(void* jarg1) vtkPolyDataMapper2D_ScalarVisibilityOn; extern(C) void function(void* jarg1) vtkPolyDataMapper2D_ScalarVisibilityOff; extern(C) void function(void* jarg1, int jarg2) vtkPolyDataMapper2D_SetColorMode; extern(C) int function(void* jarg1) vtkPolyDataMapper2D_GetColorMode; extern(C) void function(void* jarg1) vtkPolyDataMapper2D_SetColorModeToDefault; extern(C) void function(void* jarg1) vtkPolyDataMapper2D_SetColorModeToMapScalars; extern(C) const(char)* function(void* jarg1) vtkPolyDataMapper2D_GetColorModeAsString; extern(C) void function(void* jarg1, int jarg2) vtkPolyDataMapper2D_SetUseLookupTableScalarRange; extern(C) int function(void* jarg1) vtkPolyDataMapper2D_GetUseLookupTableScalarRange; extern(C) void function(void* jarg1) vtkPolyDataMapper2D_UseLookupTableScalarRangeOn; extern(C) void function(void* jarg1) vtkPolyDataMapper2D_UseLookupTableScalarRangeOff; extern(C) void function(void* jarg1, double jarg2, double jarg3) vtkPolyDataMapper2D_SetScalarRange__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkPolyDataMapper2D_SetScalarRange__SWIG_1; extern(C) void* function(void* jarg1) vtkPolyDataMapper2D_GetScalarRange__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkPolyDataMapper2D_GetScalarRange__SWIG_1; extern(C) void function(void* jarg1, int jarg2) vtkPolyDataMapper2D_SetScalarMode; extern(C) int function(void* jarg1) vtkPolyDataMapper2D_GetScalarMode; extern(C) void function(void* jarg1) vtkPolyDataMapper2D_SetScalarModeToDefault; extern(C) void function(void* jarg1) vtkPolyDataMapper2D_SetScalarModeToUsePointData; extern(C) void function(void* jarg1) vtkPolyDataMapper2D_SetScalarModeToUseCellData; extern(C) void function(void* jarg1) vtkPolyDataMapper2D_SetScalarModeToUsePointFieldData; extern(C) void function(void* jarg1) vtkPolyDataMapper2D_SetScalarModeToUseCellFieldData; extern(C) void function(void* jarg1, int jarg2, int jarg3) vtkPolyDataMapper2D_ColorByArrayComponent__SWIG_0; extern(C) void function(void* jarg1, const(char)* jarg2, int jarg3) vtkPolyDataMapper2D_ColorByArrayComponent__SWIG_1; extern(C) const(char)* function(void* jarg1) vtkPolyDataMapper2D_GetArrayName; extern(C) int function(void* jarg1) vtkPolyDataMapper2D_GetArrayId; extern(C) int function(void* jarg1) vtkPolyDataMapper2D_GetArrayAccessMode; extern(C) int function(void* jarg1) vtkPolyDataMapper2D_GetArrayComponent; extern(C) void function(void* jarg1, void* jarg2) vtkPolyDataMapper2D_SetTransformCoordinate; extern(C) void* function(void* jarg1) vtkPolyDataMapper2D_GetTransformCoordinate; extern(C) uint function(void* jarg1) vtkPolyDataMapper2D_GetTransformCoordinateUseDouble; extern(C) void function(void* jarg1, uint jarg2) vtkPolyDataMapper2D_SetTransformCoordinateUseDouble; extern(C) void function(void* jarg1) vtkPolyDataMapper2D_TransformCoordinateUseDoubleOn; extern(C) void function(void* jarg1) vtkPolyDataMapper2D_TransformCoordinateUseDoubleOff; extern(C) void* function(void* jarg1, double jarg2) vtkPolyDataMapper2D_MapScalars; extern(C) void function(void* jarg1, void* jarg2) vtkPolyDataMapper2D_ShallowCopy; extern(C) void* function(void* objectRef) vtkPolyDataMapper2D_Upcast; extern(C) int function(const(char)* jarg1) vtkOpenGLPolyDataMapper2D_IsTypeOf; extern(C) void* function(void* jarg1) vtkOpenGLPolyDataMapper2D_SafeDownCast; extern(C) void* function(void* jarg1) vtkOpenGLPolyDataMapper2D_NewInstance; extern(C) void* function() vtkOpenGLPolyDataMapper2D_New; extern(C) void* function(void* objectRef) vtkOpenGLPolyDataMapper2D_Upcast; extern(C) void* function() vtkMatrixToLinearTransform_New; extern(C) int function(const(char)* jarg1) vtkMatrixToLinearTransform_IsTypeOf; extern(C) void* function(void* jarg1) vtkMatrixToLinearTransform_SafeDownCast; extern(C) void* function(void* jarg1) vtkMatrixToLinearTransform_NewInstance; extern(C) void function(void* jarg1, void* jarg2) vtkMatrixToLinearTransform_SetInput; extern(C) void* function(void* jarg1) vtkMatrixToLinearTransform_GetInput; extern(C) void* function(void* objectRef) vtkMatrixToLinearTransform_Upcast; extern(C) void* function() vtkSparseArrayToTable_New; extern(C) int function(const(char)* jarg1) vtkSparseArrayToTable_IsTypeOf; extern(C) void* function(void* jarg1) vtkSparseArrayToTable_SafeDownCast; extern(C) void* function(void* jarg1) vtkSparseArrayToTable_NewInstance; extern(C) const(char)* function(void* jarg1) vtkSparseArrayToTable_GetValueColumn; extern(C) void function(void* jarg1, const(char)* jarg2) vtkSparseArrayToTable_SetValueColumn; extern(C) void* function(void* objectRef) vtkSparseArrayToTable_Upcast; extern(C) void* function() vtkRemoveIsolatedVertices_New; extern(C) int function(const(char)* jarg1) vtkRemoveIsolatedVertices_IsTypeOf; extern(C) void* function(void* jarg1) vtkRemoveIsolatedVertices_SafeDownCast; extern(C) void* function(void* jarg1) vtkRemoveIsolatedVertices_NewInstance; extern(C) void* function(void* objectRef) vtkRemoveIsolatedVertices_Upcast; extern(C) int function(const(char)* jarg1) vtkImageProperty_IsTypeOf; extern(C) void* function(void* jarg1) vtkImageProperty_SafeDownCast; extern(C) void* function(void* jarg1) vtkImageProperty_NewInstance; extern(C) void* function() vtkImageProperty_New; extern(C) void function(void* jarg1, void* jarg2) vtkImageProperty_DeepCopy; extern(C) void function(void* jarg1, double jarg2) vtkImageProperty_SetColorWindow; extern(C) double function(void* jarg1) vtkImageProperty_GetColorWindow; extern(C) void function(void* jarg1, double jarg2) vtkImageProperty_SetColorLevel; extern(C) double function(void* jarg1) vtkImageProperty_GetColorLevel; extern(C) void function(void* jarg1, void* jarg2) vtkImageProperty_SetLookupTable; extern(C) void* function(void* jarg1) vtkImageProperty_GetLookupTable; extern(C) void function(void* jarg1, int jarg2) vtkImageProperty_SetUseLookupTableScalarRange; extern(C) int function(void* jarg1) vtkImageProperty_GetUseLookupTableScalarRange; extern(C) void function(void* jarg1) vtkImageProperty_UseLookupTableScalarRangeOn; extern(C) void function(void* jarg1) vtkImageProperty_UseLookupTableScalarRangeOff; extern(C) void function(void* jarg1, double jarg2) vtkImageProperty_SetOpacity; extern(C) double function(void* jarg1) vtkImageProperty_GetOpacityMinValue; extern(C) double function(void* jarg1) vtkImageProperty_GetOpacityMaxValue; extern(C) double function(void* jarg1) vtkImageProperty_GetOpacity; extern(C) void function(void* jarg1, double jarg2) vtkImageProperty_SetAmbient; extern(C) double function(void* jarg1) vtkImageProperty_GetAmbientMinValue; extern(C) double function(void* jarg1) vtkImageProperty_GetAmbientMaxValue; extern(C) double function(void* jarg1) vtkImageProperty_GetAmbient; extern(C) void function(void* jarg1, double jarg2) vtkImageProperty_SetDiffuse; extern(C) double function(void* jarg1) vtkImageProperty_GetDiffuseMinValue; extern(C) double function(void* jarg1) vtkImageProperty_GetDiffuseMaxValue; extern(C) double function(void* jarg1) vtkImageProperty_GetDiffuse; extern(C) void function(void* jarg1, int jarg2) vtkImageProperty_SetInterpolationType; extern(C) int function(void* jarg1) vtkImageProperty_GetInterpolationTypeMinValue; extern(C) int function(void* jarg1) vtkImageProperty_GetInterpolationTypeMaxValue; extern(C) int function(void* jarg1) vtkImageProperty_GetInterpolationType; extern(C) void function(void* jarg1) vtkImageProperty_SetInterpolationTypeToNearest; extern(C) void function(void* jarg1) vtkImageProperty_SetInterpolationTypeToLinear; extern(C) void function(void* jarg1) vtkImageProperty_SetInterpolationTypeToCubic; extern(C) const(char)* function(void* jarg1) vtkImageProperty_GetInterpolationTypeAsString; extern(C) void function(void* jarg1, int jarg2) vtkImageProperty_SetLayerNumber; extern(C) int function(void* jarg1) vtkImageProperty_GetLayerNumber; extern(C) void function(void* jarg1, int jarg2) vtkImageProperty_SetCheckerboard; extern(C) void function(void* jarg1) vtkImageProperty_CheckerboardOn; extern(C) void function(void* jarg1) vtkImageProperty_CheckerboardOff; extern(C) int function(void* jarg1) vtkImageProperty_GetCheckerboard; extern(C) void function(void* jarg1, double jarg2, double jarg3) vtkImageProperty_SetCheckerboardSpacing__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkImageProperty_SetCheckerboardSpacing__SWIG_1; extern(C) void* function(void* jarg1) vtkImageProperty_GetCheckerboardSpacing__SWIG_0; extern(C) void function(void* jarg1, void* jarg2, void* jarg3) vtkImageProperty_GetCheckerboardSpacing__SWIG_1; extern(C) void function(void* jarg1, void* jarg2) vtkImageProperty_GetCheckerboardSpacing__SWIG_2; extern(C) void function(void* jarg1, double jarg2, double jarg3) vtkImageProperty_SetCheckerboardOffset__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkImageProperty_SetCheckerboardOffset__SWIG_1; extern(C) void* function(void* jarg1) vtkImageProperty_GetCheckerboardOffset__SWIG_0; extern(C) void function(void* jarg1, void* jarg2, void* jarg3) vtkImageProperty_GetCheckerboardOffset__SWIG_1; extern(C) void function(void* jarg1, void* jarg2) vtkImageProperty_GetCheckerboardOffset__SWIG_2; extern(C) void function(void* jarg1, int jarg2) vtkImageProperty_SetBacking; extern(C) void function(void* jarg1) vtkImageProperty_BackingOn; extern(C) void function(void* jarg1) vtkImageProperty_BackingOff; extern(C) int function(void* jarg1) vtkImageProperty_GetBacking; extern(C) void function(void* jarg1, double jarg2, double jarg3, double jarg4) vtkImageProperty_SetBackingColor__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkImageProperty_SetBackingColor__SWIG_1; extern(C) void* function(void* jarg1) vtkImageProperty_GetBackingColor__SWIG_0; extern(C) void function(void* jarg1, void* jarg2, void* jarg3, void* jarg4) vtkImageProperty_GetBackingColor__SWIG_1; extern(C) void function(void* jarg1, void* jarg2) vtkImageProperty_GetBackingColor__SWIG_2; extern(C) void* function(void* objectRef) vtkImageProperty_Upcast; extern(C) void* function() vtkRenderingOpenGLObjectFactory_New; extern(C) int function(const(char)* jarg1) vtkRenderingOpenGLObjectFactory_IsTypeOf; extern(C) void* function(void* jarg1) vtkRenderingOpenGLObjectFactory_SafeDownCast; extern(C) void* function(void* jarg1) vtkRenderingOpenGLObjectFactory_NewInstance; extern(C) void function(void* jarg1) delete_vtkRenderingOpenGLObjectFactory; extern(C) void* function(void* objectRef) vtkRenderingOpenGLObjectFactory_Upcast; extern(C) void* function() new_vtkFreeTypeToolsCleanup; extern(C) void function(void* jarg1) delete_vtkFreeTypeToolsCleanup; extern(C) int function(const(char)* jarg1) vtkFreeTypeTools_IsTypeOf; extern(C) void* function(void* jarg1) vtkFreeTypeTools_SafeDownCast; extern(C) void* function(void* jarg1) vtkFreeTypeTools_NewInstance; extern(C) void* function() vtkFreeTypeTools_GetInstance; extern(C) void function(void* jarg1) vtkFreeTypeTools_SetInstance; extern(C) void* function(void* jarg1) vtkFreeTypeTools_GetLibrary; extern(C) void function(void* jarg1, uint jarg2) vtkFreeTypeTools_SetMaximumNumberOfFaces; extern(C) uint function(void* jarg1) vtkFreeTypeTools_GetMaximumNumberOfFacesMinValue; extern(C) uint function(void* jarg1) vtkFreeTypeTools_GetMaximumNumberOfFacesMaxValue; extern(C) uint function(void* jarg1) vtkFreeTypeTools_GetMaximumNumberOfFaces; extern(C) void function(void* jarg1, uint jarg2) vtkFreeTypeTools_SetMaximumNumberOfSizes; extern(C) uint function(void* jarg1) vtkFreeTypeTools_GetMaximumNumberOfSizesMinValue; extern(C) uint function(void* jarg1) vtkFreeTypeTools_GetMaximumNumberOfSizesMaxValue; extern(C) uint function(void* jarg1) vtkFreeTypeTools_GetMaximumNumberOfSizes; extern(C) void function(void* jarg1, core.stdc.config.c_ulong jarg2) vtkFreeTypeTools_SetMaximumNumberOfBytes; extern(C) core.stdc.config.c_ulong function(void* jarg1) vtkFreeTypeTools_GetMaximumNumberOfBytesMinValue; extern(C) core.stdc.config.c_ulong function(void* jarg1) vtkFreeTypeTools_GetMaximumNumberOfBytesMaxValue; extern(C) core.stdc.config.c_ulong function(void* jarg1) vtkFreeTypeTools_GetMaximumNumberOfBytes; extern(C) uint function(void* jarg1, void* jarg2, void* jarg3, void* jarg4) vtkFreeTypeTools_GetBoundingBox__SWIG_0; extern(C) uint function(void* jarg1, void* jarg2, void* jarg3, void* jarg4) vtkFreeTypeTools_GetBoundingBox__SWIG_1; extern(C) uint function(void* jarg1, void* jarg2) vtkFreeTypeTools_IsBoundingBoxValid; extern(C) uint function(void* jarg1, void* jarg2, void* jarg3, void* jarg4, void* jarg5) vtkFreeTypeTools_RenderString__SWIG_0; extern(C) uint function(void* jarg1, void* jarg2, void* jarg3, void* jarg4) vtkFreeTypeTools_RenderString__SWIG_1; extern(C) uint function(void* jarg1, void* jarg2, void* jarg3, void* jarg4, void* jarg5) vtkFreeTypeTools_RenderString__SWIG_2; extern(C) uint function(void* jarg1, void* jarg2, void* jarg3, void* jarg4) vtkFreeTypeTools_RenderString__SWIG_3; extern(C) uint function(void* jarg1, void* jarg2, void* jarg3, void* jarg4) vtkFreeTypeTools_StringToPath__SWIG_0; extern(C) uint function(void* jarg1, void* jarg2, void* jarg3, void* jarg4) vtkFreeTypeTools_StringToPath__SWIG_1; extern(C) int function(void* jarg1, void* jarg2, void* jarg3, int jarg4, int jarg5) vtkFreeTypeTools_GetConstrainedFontSize__SWIG_0; extern(C) int function(void* jarg1, void* jarg2, void* jarg3, int jarg4, int jarg5) vtkFreeTypeTools_GetConstrainedFontSize__SWIG_1; extern(C) ushort function(const(char)* jarg1) vtkFreeTypeTools_HashString; extern(C) void function(void* jarg1, void* jarg2, void* jarg3) vtkFreeTypeTools_MapTextPropertyToId; extern(C) void function(void* jarg1, core.stdc.config.c_ulong jarg2, void* jarg3) vtkFreeTypeTools_MapIdToTextProperty; extern(C) void function(void* jarg1, uint jarg2) vtkFreeTypeTools_SetScaleToPowerTwo; extern(C) uint function(void* jarg1) vtkFreeTypeTools_GetScaleToPowerTwo; extern(C) void function(void* jarg1) vtkFreeTypeTools_ScaleToPowerTwoOn; extern(C) void function(void* jarg1) vtkFreeTypeTools_ScaleToPowerTwoOff; extern(C) void function(void* jarg1, uint jarg2) vtkFreeTypeTools_SetForceCompiledFonts; extern(C) uint function(void* jarg1) vtkFreeTypeTools_GetForceCompiledFonts; extern(C) void function(void* jarg1) vtkFreeTypeTools_ForceCompiledFontsOn; extern(C) void function(void* jarg1) vtkFreeTypeTools_ForceCompiledFontsOff; extern(C) uint function(void* jarg1, void* jarg2, void* jarg3) vtkFreeTypeTools_LookupFace; extern(C) void* function(void* objectRef) vtkFreeTypeTools_Upcast; extern(C) void* function() vtkDijkstraImageGeodesicPath_New; extern(C) int function(const(char)* jarg1) vtkDijkstraImageGeodesicPath_IsTypeOf; extern(C) void* function(void* jarg1) vtkDijkstraImageGeodesicPath_SafeDownCast; extern(C) void* function(void* jarg1) vtkDijkstraImageGeodesicPath_NewInstance; extern(C) void function(void* jarg1, void* jarg2) vtkDijkstraImageGeodesicPath_SetInputData; extern(C) void* function(void* jarg1) vtkDijkstraImageGeodesicPath_GetInputAsImageData; extern(C) void function(void* jarg1, double jarg2) vtkDijkstraImageGeodesicPath_SetImageWeight; extern(C) double function(void* jarg1) vtkDijkstraImageGeodesicPath_GetImageWeight; extern(C) void function(void* jarg1, double jarg2) vtkDijkstraImageGeodesicPath_SetEdgeLengthWeight; extern(C) double function(void* jarg1) vtkDijkstraImageGeodesicPath_GetEdgeLengthWeight; extern(C) void function(void* jarg1, double jarg2) vtkDijkstraImageGeodesicPath_SetCurvatureWeight; extern(C) double function(void* jarg1) vtkDijkstraImageGeodesicPath_GetCurvatureWeightMinValue; extern(C) double function(void* jarg1) vtkDijkstraImageGeodesicPath_GetCurvatureWeightMaxValue; extern(C) double function(void* jarg1) vtkDijkstraImageGeodesicPath_GetCurvatureWeight; extern(C) void* function(void* objectRef) vtkDijkstraImageGeodesicPath_Upcast; extern(C) void* function() vtkShaderProgram2_New; extern(C) int function(const(char)* jarg1) vtkShaderProgram2_IsTypeOf; extern(C) void* function(void* jarg1) vtkShaderProgram2_SafeDownCast; extern(C) void* function(void* jarg1) vtkShaderProgram2_NewInstance; extern(C) uint function(void* jarg1) vtkShaderProgram2_IsSupported; extern(C) uint function(void* jarg1) vtkShaderProgram2_LoadExtensions; extern(C) uint function(void* jarg1) vtkShaderProgram2_GetPrintErrors; extern(C) void function(void* jarg1, uint jarg2) vtkShaderProgram2_SetPrintErrors; extern(C) void function(void* jarg1, void* jarg2) vtkShaderProgram2_SetContext; extern(C) void* function(void* jarg1) vtkShaderProgram2_GetContext; extern(C) void* function(void* jarg1) vtkShaderProgram2_GetShaders; extern(C) uint function(void* jarg1) vtkShaderProgram2_HasVertexShaders; extern(C) uint function(void* jarg1) vtkShaderProgram2_HasTessellationControlShaders; extern(C) uint function(void* jarg1) vtkShaderProgram2_HasTessellationEvaluationShaders; extern(C) uint function(void* jarg1) vtkShaderProgram2_HasGeometryShaders; extern(C) uint function(void* jarg1) vtkShaderProgram2_HasFragmentShaders; extern(C) uint function(void* jarg1) vtkShaderProgram2_IsValid; extern(C) void function(void* jarg1) vtkShaderProgram2_Build; extern(C) void function(void* jarg1) vtkShaderProgram2_SendUniforms; extern(C) void function(void* jarg1, void* jarg2, void* jarg3) vtkShaderProgram2_PrintActiveUniformVariables; extern(C) void function(void* jarg1) vtkShaderProgram2_PrintActiveUniformVariablesOnCout; extern(C) uint function(void* jarg1) vtkShaderProgram2_IsUsed; extern(C) void function(void* jarg1) vtkShaderProgram2_Use; extern(C) void function(void* jarg1) vtkShaderProgram2_Restore; extern(C) void function(void* jarg1) vtkShaderProgram2_RestoreFixedPipeline; extern(C) int function(void* jarg1) vtkShaderProgram2_GetLastBuildStatus; extern(C) const(char)* function(void* jarg1) vtkShaderProgram2_GetLastLinkLog; extern(C) const(char)* function(void* jarg1) vtkShaderProgram2_GetLastValidateLog; extern(C) void function(void* jarg1) vtkShaderProgram2_ReleaseGraphicsResources; extern(C) int function(void* jarg1, const(char)* jarg2) vtkShaderProgram2_GetAttributeLocation; extern(C) void* function(void* jarg1) vtkShaderProgram2_GetUniformVariables; extern(C) void function(void* jarg1, void* jarg2) vtkShaderProgram2_SetUniformVariables; extern(C) uint function(void* jarg1) vtkShaderProgram2_DisplayListUnderCreationInCompileMode; extern(C) void function(void* jarg1, int jarg2) vtkShaderProgram2_SetGeometryTypeIn; extern(C) int function(void* jarg1) vtkShaderProgram2_GetGeometryTypeIn; extern(C) void function(void* jarg1, int jarg2) vtkShaderProgram2_SetGeometryVerticesOut; extern(C) int function(void* jarg1) vtkShaderProgram2_GetGeometryVerticesOut; extern(C) void function(void* jarg1, int jarg2) vtkShaderProgram2_SetGeometryTypeOut; extern(C) int function(void* jarg1) vtkShaderProgram2_GetGeometryTypeOut; extern(C) void* function(void* objectRef) vtkShaderProgram2_Upcast; extern(C) void* function() vtkArrayDataWriter_New; extern(C) int function(const(char)* jarg1) vtkArrayDataWriter_IsTypeOf; extern(C) void* function(void* jarg1) vtkArrayDataWriter_SafeDownCast; extern(C) void* function(void* jarg1) vtkArrayDataWriter_NewInstance; extern(C) void function(void* jarg1, const(char)* jarg2) vtkArrayDataWriter_SetFileName; extern(C) const(char)* function(void* jarg1) vtkArrayDataWriter_GetFileName; extern(C) void function(void* jarg1, int jarg2) vtkArrayDataWriter_SetBinary; extern(C) int function(void* jarg1) vtkArrayDataWriter_GetBinary; extern(C) void function(void* jarg1) vtkArrayDataWriter_BinaryOn; extern(C) void function(void* jarg1) vtkArrayDataWriter_BinaryOff; extern(C) void* function(void* jarg1) vtkArrayDataWriter_GetOutputString; extern(C) void function(void* jarg1, uint jarg2) vtkArrayDataWriter_SetWriteToOutputString; extern(C) uint function(void* jarg1) vtkArrayDataWriter_GetWriteToOutputString; extern(C) void function(void* jarg1) vtkArrayDataWriter_WriteToOutputStringOn; extern(C) void function(void* jarg1) vtkArrayDataWriter_WriteToOutputStringOff; extern(C) int function(void* jarg1) vtkArrayDataWriter_Write__SWIG_0; extern(C) uint function(void* jarg1, void* jarg2, uint jarg3) vtkArrayDataWriter_Write__SWIG_1; extern(C) uint function(void* jarg1, void* jarg2) vtkArrayDataWriter_Write__SWIG_2; extern(C) uint function(void* jarg1, void* jarg2, uint jarg3) vtkArrayDataWriter_Write__SWIG_3; extern(C) uint function(void* jarg1, void* jarg2) vtkArrayDataWriter_Write__SWIG_4; extern(C) void* function(void* jarg1, uint jarg2) vtkArrayDataWriter_Write__SWIG_5; extern(C) void* function(void* jarg1, uint jarg2) vtkArrayDataWriter_Write__SWIG_6; extern(C) void* function(void* jarg1) vtkArrayDataWriter_Write__SWIG_7; extern(C) void* function(void* objectRef) vtkArrayDataWriter_Upcast; extern(C) int function(const(char)* jarg1) vtkOutlineCornerSource_IsTypeOf; extern(C) void* function(void* jarg1) vtkOutlineCornerSource_SafeDownCast; extern(C) void* function(void* jarg1) vtkOutlineCornerSource_NewInstance; extern(C) void* function() vtkOutlineCornerSource_New; extern(C) void function(void* jarg1, double jarg2) vtkOutlineCornerSource_SetCornerFactor; extern(C) double function(void* jarg1) vtkOutlineCornerSource_GetCornerFactorMinValue; extern(C) double function(void* jarg1) vtkOutlineCornerSource_GetCornerFactorMaxValue; extern(C) double function(void* jarg1) vtkOutlineCornerSource_GetCornerFactor; extern(C) void* function(void* objectRef) vtkOutlineCornerSource_Upcast; extern(C) void* function() vtkTableToArray_New; extern(C) int function(const(char)* jarg1) vtkTableToArray_IsTypeOf; extern(C) void* function(void* jarg1) vtkTableToArray_SafeDownCast; extern(C) void* function(void* jarg1) vtkTableToArray_NewInstance; extern(C) void function(void* jarg1) vtkTableToArray_ClearColumns; extern(C) void function(void* jarg1, const(char)* jarg2) vtkTableToArray_AddColumn__SWIG_0; extern(C) void function(void* jarg1, long jarg2) vtkTableToArray_AddColumn__SWIG_1; extern(C) void function(void* jarg1) vtkTableToArray_AddAllColumns; extern(C) void* function() new_vtkTableToArray; extern(C) void function(void* jarg1) delete_vtkTableToArray; extern(C) void* function(void* objectRef) vtkTableToArray_Upcast; extern(C) int function(const(char)* jarg1) vtkAbstractParticleWriter_IsTypeOf; extern(C) void* function(void* jarg1) vtkAbstractParticleWriter_SafeDownCast; extern(C) void* function(void* jarg1) vtkAbstractParticleWriter_NewInstance; extern(C) void function(void* jarg1, int jarg2) vtkAbstractParticleWriter_SetTimeStep; extern(C) int function(void* jarg1) vtkAbstractParticleWriter_GetTimeStep; extern(C) void function(void* jarg1, double jarg2) vtkAbstractParticleWriter_SetTimeValue; extern(C) double function(void* jarg1) vtkAbstractParticleWriter_GetTimeValue; extern(C) void function(void* jarg1, const(char)* jarg2) vtkAbstractParticleWriter_SetFileName; extern(C) const(char)* function(void* jarg1) vtkAbstractParticleWriter_GetFileName; extern(C) void function(void* jarg1, int jarg2) vtkAbstractParticleWriter_SetCollectiveIO; extern(C) int function(void* jarg1) vtkAbstractParticleWriter_GetCollectiveIO; extern(C) void function(void* jarg1) vtkAbstractParticleWriter_SetWriteModeToCollective; extern(C) void function(void* jarg1) vtkAbstractParticleWriter_SetWriteModeToIndependent; extern(C) void function(void* jarg1) vtkAbstractParticleWriter_CloseFile; extern(C) void* function(void* objectRef) vtkAbstractParticleWriter_Upcast; extern(C) int function(const(char)* jarg1) vtkTessellatorFilter_IsTypeOf; extern(C) void* function(void* jarg1) vtkTessellatorFilter_SafeDownCast; extern(C) void* function(void* jarg1) vtkTessellatorFilter_NewInstance; extern(C) void* function() vtkTessellatorFilter_New; extern(C) void function(void* jarg1, void* jarg2) vtkTessellatorFilter_SetTessellator; extern(C) void* function(void* jarg1) vtkTessellatorFilter_GetTessellator; extern(C) void function(void* jarg1, void* jarg2) vtkTessellatorFilter_SetSubdivider; extern(C) void* function(void* jarg1) vtkTessellatorFilter_GetSubdivider; extern(C) void function(void* jarg1, int jarg2) vtkTessellatorFilter_SetOutputDimension; extern(C) int function(void* jarg1) vtkTessellatorFilter_GetOutputDimensionMinValue; extern(C) int function(void* jarg1) vtkTessellatorFilter_GetOutputDimensionMaxValue; extern(C) int function(void* jarg1) vtkTessellatorFilter_GetOutputDimension; extern(C) void function(void* jarg1, int jarg2) vtkTessellatorFilter_SetMaximumNumberOfSubdivisions; extern(C) int function(void* jarg1) vtkTessellatorFilter_GetMaximumNumberOfSubdivisions; extern(C) void function(void* jarg1, double jarg2) vtkTessellatorFilter_SetChordError; extern(C) double function(void* jarg1) vtkTessellatorFilter_GetChordError; extern(C) void function(void* jarg1) vtkTessellatorFilter_ResetFieldCriteria; extern(C) void function(void* jarg1, int jarg2, double jarg3) vtkTessellatorFilter_SetFieldCriterion; extern(C) int function(void* jarg1) vtkTessellatorFilter_GetMergePoints; extern(C) void function(void* jarg1, int jarg2) vtkTessellatorFilter_SetMergePoints; extern(C) void function(void* jarg1) vtkTessellatorFilter_MergePointsOn; extern(C) void function(void* jarg1) vtkTessellatorFilter_MergePointsOff; extern(C) void* function(void* objectRef) vtkTessellatorFilter_Upcast; extern(C) void* function() vtkStackedTreeLayoutStrategy_New; extern(C) int function(const(char)* jarg1) vtkStackedTreeLayoutStrategy_IsTypeOf; extern(C) void* function(void* jarg1) vtkStackedTreeLayoutStrategy_SafeDownCast; extern(C) void* function(void* jarg1) vtkStackedTreeLayoutStrategy_NewInstance; extern(C) void function(void* jarg1, double jarg2) vtkStackedTreeLayoutStrategy_SetInteriorRadius; extern(C) double function(void* jarg1) vtkStackedTreeLayoutStrategy_GetInteriorRadius; extern(C) void function(void* jarg1, double jarg2) vtkStackedTreeLayoutStrategy_SetRingThickness; extern(C) double function(void* jarg1) vtkStackedTreeLayoutStrategy_GetRingThickness; extern(C) void function(void* jarg1, double jarg2) vtkStackedTreeLayoutStrategy_SetRootStartAngle; extern(C) double function(void* jarg1) vtkStackedTreeLayoutStrategy_GetRootStartAngle; extern(C) void function(void* jarg1, double jarg2) vtkStackedTreeLayoutStrategy_SetRootEndAngle; extern(C) double function(void* jarg1) vtkStackedTreeLayoutStrategy_GetRootEndAngle; extern(C) void function(void* jarg1, uint jarg2) vtkStackedTreeLayoutStrategy_SetUseRectangularCoordinates; extern(C) uint function(void* jarg1) vtkStackedTreeLayoutStrategy_GetUseRectangularCoordinates; extern(C) void function(void* jarg1) vtkStackedTreeLayoutStrategy_UseRectangularCoordinatesOn; extern(C) void function(void* jarg1) vtkStackedTreeLayoutStrategy_UseRectangularCoordinatesOff; extern(C) void function(void* jarg1, uint jarg2) vtkStackedTreeLayoutStrategy_SetReverse; extern(C) uint function(void* jarg1) vtkStackedTreeLayoutStrategy_GetReverse; extern(C) void function(void* jarg1) vtkStackedTreeLayoutStrategy_ReverseOn; extern(C) void function(void* jarg1) vtkStackedTreeLayoutStrategy_ReverseOff; extern(C) void function(void* jarg1, double jarg2) vtkStackedTreeLayoutStrategy_SetInteriorLogSpacingValue; extern(C) double function(void* jarg1) vtkStackedTreeLayoutStrategy_GetInteriorLogSpacingValue; extern(C) void* function(void* objectRef) vtkStackedTreeLayoutStrategy_Upcast; extern(C) void* function() vtkPolygonalSurfacePointPlacer_New; extern(C) int function(const(char)* jarg1) vtkPolygonalSurfacePointPlacer_IsTypeOf; extern(C) void* function(void* jarg1) vtkPolygonalSurfacePointPlacer_SafeDownCast; extern(C) void* function(void* jarg1) vtkPolygonalSurfacePointPlacer_NewInstance; extern(C) int function(void* jarg1, void* jarg2, void* jarg3, void* jarg4, void* jarg5) vtkPolygonalSurfacePointPlacer_ComputeWorldPosition__SWIG_0; extern(C) int function(void* jarg1, void* jarg2, void* jarg3, void* jarg4, void* jarg5, void* jarg6) vtkPolygonalSurfacePointPlacer_ComputeWorldPosition__SWIG_1; extern(C) int function(void* jarg1, void* jarg2) vtkPolygonalSurfacePointPlacer_ValidateWorldPosition__SWIG_0; extern(C) int function(void* jarg1, void* jarg2, void* jarg3) vtkPolygonalSurfacePointPlacer_ValidateWorldPosition__SWIG_1; extern(C) void* function(void* jarg1) vtkPolygonalSurfacePointPlacer_GetCellPicker; extern(C) void* function(void* jarg1) vtkPolygonalSurfacePointPlacer_GetPolys; extern(C) void function(void* jarg1, double jarg2) vtkPolygonalSurfacePointPlacer_SetDistanceOffset; extern(C) double function(void* jarg1) vtkPolygonalSurfacePointPlacer_GetDistanceOffset; extern(C) void function(void* jarg1, int jarg2) vtkPolygonalSurfacePointPlacer_SetSnapToClosestPoint; extern(C) int function(void* jarg1) vtkPolygonalSurfacePointPlacer_GetSnapToClosestPoint; extern(C) void function(void* jarg1) vtkPolygonalSurfacePointPlacer_SnapToClosestPointOn; extern(C) void function(void* jarg1) vtkPolygonalSurfacePointPlacer_SnapToClosestPointOff; extern(C) void* function(void* objectRef) vtkPolygonalSurfacePointPlacer_Upcast; extern(C) void* function() vtkSocketController_New; extern(C) int function(const(char)* jarg1) vtkSocketController_IsTypeOf; extern(C) void* function(void* jarg1) vtkSocketController_SafeDownCast; extern(C) void* function(void* jarg1) vtkSocketController_NewInstance; extern(C) void function(void* jarg1, void* jarg2, void* jarg3, int jarg4) vtkSocketController_Initialize__SWIG_0; extern(C) void function(void* jarg1, void* jarg2, void* jarg3) vtkSocketController_Initialize__SWIG_1; extern(C) void function(void* jarg1) vtkSocketController_Initialize__SWIG_2; extern(C) void function(void* jarg1) vtkSocketController_Finalize__SWIG_0; extern(C) void function(void* jarg1, int jarg2) vtkSocketController_Finalize__SWIG_1; extern(C) int function(void* jarg1, int jarg2) vtkSocketController_WaitForConnection; extern(C) void function(void* jarg1) vtkSocketController_CloseConnection; extern(C) int function(void* jarg1, const(char)* jarg2, int jarg3) vtkSocketController_ConnectTo; extern(C) int function(void* jarg1) vtkSocketController_GetSwapBytesInReceivedData; extern(C) void function(void* jarg1, void* jarg2) vtkSocketController_SetCommunicator; extern(C) void* function(void* jarg1) vtkSocketController_CreateCompliantController; extern(C) void* function(void* objectRef) vtkSocketController_Upcast; extern(C) void* function() vtkExtractTemporalFieldData_New; extern(C) int function(const(char)* jarg1) vtkExtractTemporalFieldData_IsTypeOf; extern(C) void* function(void* jarg1) vtkExtractTemporalFieldData_SafeDownCast; extern(C) void* function(void* jarg1) vtkExtractTemporalFieldData_NewInstance; extern(C) int function(void* jarg1) vtkExtractTemporalFieldData_GetNumberOfTimeSteps; extern(C) void* function(void* objectRef) vtkExtractTemporalFieldData_Upcast; extern(C) void* function() vtkAxesTransformWidget_New; extern(C) int function(const(char)* jarg1) vtkAxesTransformWidget_IsTypeOf; extern(C) void* function(void* jarg1) vtkAxesTransformWidget_SafeDownCast; extern(C) void* function(void* jarg1) vtkAxesTransformWidget_NewInstance; extern(C) void function(void* jarg1, void* jarg2) vtkAxesTransformWidget_SetRepresentation; extern(C) void* function(void* jarg1) vtkAxesTransformWidget_GetLineRepresentation; extern(C) void* function(void* objectRef) vtkAxesTransformWidget_Upcast; extern(C) void* function() vtkAngleWidget_New; extern(C) int function(const(char)* jarg1) vtkAngleWidget_IsTypeOf; extern(C) void* function(void* jarg1) vtkAngleWidget_SafeDownCast; extern(C) void* function(void* jarg1) vtkAngleWidget_NewInstance; extern(C) void function(void* jarg1, void* jarg2) vtkAngleWidget_SetRepresentation; extern(C) void* function(void* jarg1) vtkAngleWidget_GetAngleRepresentation; extern(C) int function(void* jarg1) vtkAngleWidget_IsAngleValid; extern(C) void function(void* jarg1) vtkAngleWidget_SetWidgetStateToStart; extern(C) void function(void* jarg1) vtkAngleWidget_SetWidgetStateToManipulate; extern(C) int function(void* jarg1) vtkAngleWidget_GetWidgetState; extern(C) void* function(void* objectRef) vtkAngleWidget_Upcast; extern(C) void* function() vtkImageMagnitude_New; extern(C) int function(const(char)* jarg1) vtkImageMagnitude_IsTypeOf; extern(C) void* function(void* jarg1) vtkImageMagnitude_SafeDownCast; extern(C) void* function(void* jarg1) vtkImageMagnitude_NewInstance; extern(C) void* function(void* objectRef) vtkImageMagnitude_Upcast; extern(C) void* function() vtkFastNumericConversion_New; extern(C) int function(const(char)* jarg1) vtkFastNumericConversion_IsTypeOf; extern(C) void* function(void* jarg1) vtkFastNumericConversion_SafeDownCast; extern(C) void* function(void* jarg1) vtkFastNumericConversion_NewInstance; extern(C) int function(void* jarg1, double jarg2) vtkFastNumericConversion_TestQuickFloor; extern(C) int function(void* jarg1, double jarg2) vtkFastNumericConversion_TestSafeFloor; extern(C) int function(void* jarg1, double jarg2) vtkFastNumericConversion_TestRound; extern(C) int function(void* jarg1, double jarg2) vtkFastNumericConversion_TestConvertFixedPointIntPart; extern(C) int function(void* jarg1, double jarg2) vtkFastNumericConversion_TestConvertFixedPointFracPart; extern(C) void function(void* jarg1, int jarg2) vtkFastNumericConversion_SetReservedFracBits; extern(C) void function(void* jarg1) delete_vtkFastNumericConversion; extern(C) void* function(void* objectRef) vtkFastNumericConversion_Upcast; extern(C) void* function() vtkImageGridSource_New; extern(C) int function(const(char)* jarg1) vtkImageGridSource_IsTypeOf; extern(C) void* function(void* jarg1) vtkImageGridSource_SafeDownCast; extern(C) void* function(void* jarg1) vtkImageGridSource_NewInstance; extern(C) void function(void* jarg1, int jarg2, int jarg3, int jarg4) vtkImageGridSource_SetGridSpacing__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkImageGridSource_SetGridSpacing__SWIG_1; extern(C) void* function(void* jarg1) vtkImageGridSource_GetGridSpacing__SWIG_0; extern(C) void function(void* jarg1, void* jarg2, void* jarg3, void* jarg4) vtkImageGridSource_GetGridSpacing__SWIG_1; extern(C) void function(void* jarg1, void* jarg2) vtkImageGridSource_GetGridSpacing__SWIG_2; extern(C) void function(void* jarg1, int jarg2, int jarg3, int jarg4) vtkImageGridSource_SetGridOrigin__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkImageGridSource_SetGridOrigin__SWIG_1; extern(C) void* function(void* jarg1) vtkImageGridSource_GetGridOrigin__SWIG_0; extern(C) void function(void* jarg1, void* jarg2, void* jarg3, void* jarg4) vtkImageGridSource_GetGridOrigin__SWIG_1; extern(C) void function(void* jarg1, void* jarg2) vtkImageGridSource_GetGridOrigin__SWIG_2; extern(C) void function(void* jarg1, double jarg2) vtkImageGridSource_SetLineValue; extern(C) double function(void* jarg1) vtkImageGridSource_GetLineValue; extern(C) void function(void* jarg1, double jarg2) vtkImageGridSource_SetFillValue; extern(C) double function(void* jarg1) vtkImageGridSource_GetFillValue; extern(C) void function(void* jarg1, int jarg2) vtkImageGridSource_SetDataScalarType; extern(C) void function(void* jarg1) vtkImageGridSource_SetDataScalarTypeToDouble; extern(C) void function(void* jarg1) vtkImageGridSource_SetDataScalarTypeToInt; extern(C) void function(void* jarg1) vtkImageGridSource_SetDataScalarTypeToShort; extern(C) void function(void* jarg1) vtkImageGridSource_SetDataScalarTypeToUnsignedShort; extern(C) void function(void* jarg1) vtkImageGridSource_SetDataScalarTypeToUnsignedChar; extern(C) int function(void* jarg1) vtkImageGridSource_GetDataScalarType; extern(C) const(char)* function(void* jarg1) vtkImageGridSource_GetDataScalarTypeAsString; extern(C) void function(void* jarg1, int jarg2, int jarg3, int jarg4, int jarg5, int jarg6, int jarg7) vtkImageGridSource_SetDataExtent__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkImageGridSource_SetDataExtent__SWIG_1; extern(C) void* function(void* jarg1) vtkImageGridSource_GetDataExtent__SWIG_0; extern(C) void function(void* jarg1, void* jarg2, void* jarg3, void* jarg4, void* jarg5, void* jarg6, void* jarg7) vtkImageGridSource_GetDataExtent__SWIG_1; extern(C) void function(void* jarg1, void* jarg2) vtkImageGridSource_GetDataExtent__SWIG_2; extern(C) void function(void* jarg1, double jarg2, double jarg3, double jarg4) vtkImageGridSource_SetDataSpacing__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkImageGridSource_SetDataSpacing__SWIG_1; extern(C) void* function(void* jarg1) vtkImageGridSource_GetDataSpacing__SWIG_0; extern(C) void function(void* jarg1, void* jarg2, void* jarg3, void* jarg4) vtkImageGridSource_GetDataSpacing__SWIG_1; extern(C) void function(void* jarg1, void* jarg2) vtkImageGridSource_GetDataSpacing__SWIG_2; extern(C) void function(void* jarg1, double jarg2, double jarg3, double jarg4) vtkImageGridSource_SetDataOrigin__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkImageGridSource_SetDataOrigin__SWIG_1; extern(C) void* function(void* jarg1) vtkImageGridSource_GetDataOrigin__SWIG_0; extern(C) void function(void* jarg1, void* jarg2, void* jarg3, void* jarg4) vtkImageGridSource_GetDataOrigin__SWIG_1; extern(C) void function(void* jarg1, void* jarg2) vtkImageGridSource_GetDataOrigin__SWIG_2; extern(C) void* function(void* objectRef) vtkImageGridSource_Upcast; extern(C) int function(const(char)* jarg1) vtkQuaternionInterpolator_IsTypeOf; extern(C) void* function(void* jarg1) vtkQuaternionInterpolator_SafeDownCast; extern(C) void* function(void* jarg1) vtkQuaternionInterpolator_NewInstance; extern(C) void* function() vtkQuaternionInterpolator_New; extern(C) int function(void* jarg1) vtkQuaternionInterpolator_GetNumberOfQuaternions; extern(C) double function(void* jarg1) vtkQuaternionInterpolator_GetMinimumT; extern(C) double function(void* jarg1) vtkQuaternionInterpolator_GetMaximumT; extern(C) void function(void* jarg1) vtkQuaternionInterpolator_Initialize; extern(C) void function(void* jarg1, double jarg2, void* jarg3) vtkQuaternionInterpolator_AddQuaternion__SWIG_0; extern(C) void function(void* jarg1, double jarg2, void* jarg3) vtkQuaternionInterpolator_AddQuaternion__SWIG_1; extern(C) void function(void* jarg1, double jarg2) vtkQuaternionInterpolator_RemoveQuaternion; extern(C) void function(void* jarg1, double jarg2, void* jarg3) vtkQuaternionInterpolator_InterpolateQuaternion__SWIG_0; extern(C) void function(void* jarg1, double jarg2, void* jarg3) vtkQuaternionInterpolator_InterpolateQuaternion__SWIG_1; extern(C) void function(void* jarg1, int jarg2) vtkQuaternionInterpolator_SetInterpolationType; extern(C) int function(void* jarg1) vtkQuaternionInterpolator_GetInterpolationTypeMinValue; extern(C) int function(void* jarg1) vtkQuaternionInterpolator_GetInterpolationTypeMaxValue; extern(C) int function(void* jarg1) vtkQuaternionInterpolator_GetInterpolationType; extern(C) void function(void* jarg1) vtkQuaternionInterpolator_SetInterpolationTypeToLinear; extern(C) void function(void* jarg1) vtkQuaternionInterpolator_SetInterpolationTypeToSpline; extern(C) void* function(void* objectRef) vtkQuaternionInterpolator_Upcast; extern(C) int function(const(char)* jarg1) vtkCallbackCommand_IsTypeOf; extern(C) void* function(void* jarg1) vtkCallbackCommand_SafeDownCast; extern(C) void* function(void* jarg1) vtkCallbackCommand_NewInstance; extern(C) void* function() vtkCallbackCommand_New; extern(C) void function(void* jarg1, void* jarg2) vtkCallbackCommand_SetClientData; extern(C) void* function(void* jarg1) vtkCallbackCommand_GetClientData; extern(C) void function(void* jarg1, void* jarg2) vtkCallbackCommand_SetCallback; extern(C) void function(void* jarg1, void* jarg2) vtkCallbackCommand_SetClientDataDeleteCallback; extern(C) void function(void* jarg1, int jarg2) vtkCallbackCommand_SetAbortFlagOnExecute; extern(C) int function(void* jarg1) vtkCallbackCommand_GetAbortFlagOnExecute; extern(C) void function(void* jarg1) vtkCallbackCommand_AbortFlagOnExecuteOn; extern(C) void function(void* jarg1) vtkCallbackCommand_AbortFlagOnExecuteOff; extern(C) void function(void* jarg1, void* jarg2) vtkCallbackCommand_Callback_set; extern(C) void* function(void* jarg1) vtkCallbackCommand_Callback_get; extern(C) void function(void* jarg1, void* jarg2) vtkCallbackCommand_ClientDataDeleteCallback_set; extern(C) void* function(void* jarg1) vtkCallbackCommand_ClientDataDeleteCallback_get; extern(C) void* function(void* objectRef) vtkCallbackCommand_Upcast; extern(C) void* function() vtkGeometricErrorMetric_New; extern(C) int function(const(char)* jarg1) vtkGeometricErrorMetric_IsTypeOf; extern(C) void* function(void* jarg1) vtkGeometricErrorMetric_SafeDownCast; extern(C) void* function(void* jarg1) vtkGeometricErrorMetric_NewInstance; extern(C) double function(void* jarg1) vtkGeometricErrorMetric_GetAbsoluteGeometricTolerance; extern(C) void function(void* jarg1, double jarg2) vtkGeometricErrorMetric_SetAbsoluteGeometricTolerance; extern(C) void function(void* jarg1, double jarg2, void* jarg3) vtkGeometricErrorMetric_SetRelativeGeometricTolerance; extern(C) int function(void* jarg1) vtkGeometricErrorMetric_GetRelative; extern(C) void* function(void* objectRef) vtkGeometricErrorMetric_Upcast; extern(C) void* function() vtkStructuredGridLIC2D_New; extern(C) int function(const(char)* jarg1) vtkStructuredGridLIC2D_IsTypeOf; extern(C) void* function(void* jarg1) vtkStructuredGridLIC2D_SafeDownCast; extern(C) void* function(void* jarg1) vtkStructuredGridLIC2D_NewInstance; extern(C) int function(void* jarg1, void* jarg2) vtkStructuredGridLIC2D_SetContext; extern(C) void* function(void* jarg1) vtkStructuredGridLIC2D_GetContext; extern(C) void function(void* jarg1, int jarg2) vtkStructuredGridLIC2D_SetSteps; extern(C) int function(void* jarg1) vtkStructuredGridLIC2D_GetSteps; extern(C) void function(void* jarg1, double jarg2) vtkStructuredGridLIC2D_SetStepSize; extern(C) double function(void* jarg1) vtkStructuredGridLIC2D_GetStepSize; extern(C) void function(void* jarg1, int jarg2) vtkStructuredGridLIC2D_SetMagnification; extern(C) int function(void* jarg1) vtkStructuredGridLIC2D_GetMagnificationMinValue; extern(C) int function(void* jarg1) vtkStructuredGridLIC2D_GetMagnificationMaxValue; extern(C) int function(void* jarg1) vtkStructuredGridLIC2D_GetMagnification; extern(C) int function(void* jarg1) vtkStructuredGridLIC2D_GetOpenGLExtensionsSupported; extern(C) int function(void* jarg1) vtkStructuredGridLIC2D_GetFBOSuccess; extern(C) int function(void* jarg1) vtkStructuredGridLIC2D_GetLICSuccess; extern(C) void* function() new_vtkStructuredGridLIC2D; extern(C) void function(void* jarg1) delete_vtkStructuredGridLIC2D; extern(C) void* function(void* objectRef) vtkStructuredGridLIC2D_Upcast; extern(C) void* function() vtkBiDimensionalWidget_New; extern(C) int function(const(char)* jarg1) vtkBiDimensionalWidget_IsTypeOf; extern(C) void* function(void* jarg1) vtkBiDimensionalWidget_SafeDownCast; extern(C) void* function(void* jarg1) vtkBiDimensionalWidget_NewInstance; extern(C) void function(void* jarg1, void* jarg2) vtkBiDimensionalWidget_SetRepresentation; extern(C) void* function(void* jarg1) vtkBiDimensionalWidget_GetBiDimensionalRepresentation; extern(C) int function(void* jarg1) vtkBiDimensionalWidget_IsMeasureValid; extern(C) void function(void* jarg1) vtkBiDimensionalWidget_SetWidgetStateToStart; extern(C) void function(void* jarg1) vtkBiDimensionalWidget_SetWidgetStateToManipulate; extern(C) int function(void* jarg1) vtkBiDimensionalWidget_GetWidgetState; extern(C) void* function(void* objectRef) vtkBiDimensionalWidget_Upcast; extern(C) void* function() vtkOBJExporter_New; extern(C) int function(const(char)* jarg1) vtkOBJExporter_IsTypeOf; extern(C) void* function(void* jarg1) vtkOBJExporter_SafeDownCast; extern(C) void* function(void* jarg1) vtkOBJExporter_NewInstance; extern(C) void function(void* jarg1, const(char)* jarg2) vtkOBJExporter_SetFilePrefix; extern(C) const(char)* function(void* jarg1) vtkOBJExporter_GetFilePrefix; extern(C) void* function(void* objectRef) vtkOBJExporter_Upcast; extern(C) int function(const(char)* jarg1) vtkDijkstraImageContourLineInterpolator_IsTypeOf; extern(C) void* function(void* jarg1) vtkDijkstraImageContourLineInterpolator_SafeDownCast; extern(C) void* function(void* jarg1) vtkDijkstraImageContourLineInterpolator_NewInstance; extern(C) void* function() vtkDijkstraImageContourLineInterpolator_New; extern(C) void function(void* jarg1, void* jarg2) vtkDijkstraImageContourLineInterpolator_SetCostImage; extern(C) void* function(void* jarg1) vtkDijkstraImageContourLineInterpolator_GetCostImage; extern(C) void* function(void* jarg1) vtkDijkstraImageContourLineInterpolator_GetDijkstraImageGeodesicPath; extern(C) void* function(void* objectRef) vtkDijkstraImageContourLineInterpolator_Upcast; extern(C) void* function() vtkTemporalSnapToTimeStep_New; extern(C) int function(const(char)* jarg1) vtkTemporalSnapToTimeStep_IsTypeOf; extern(C) void* function(void* jarg1) vtkTemporalSnapToTimeStep_SafeDownCast; extern(C) void* function(void* jarg1) vtkTemporalSnapToTimeStep_NewInstance; extern(C) void function(void* jarg1, int jarg2) vtkTemporalSnapToTimeStep_SetSnapMode; extern(C) int function(void* jarg1) vtkTemporalSnapToTimeStep_GetSnapMode; extern(C) void function(void* jarg1) vtkTemporalSnapToTimeStep_SetSnapModeToNearest; extern(C) void function(void* jarg1) vtkTemporalSnapToTimeStep_SetSnapModeToNextBelowOrEqual; extern(C) void function(void* jarg1) vtkTemporalSnapToTimeStep_SetSnapModeToNextAboveOrEqual; extern(C) void* function(void* objectRef) vtkTemporalSnapToTimeStep_Upcast; extern(C) void* function() vtkTableToStructuredGrid_New; extern(C) int function(const(char)* jarg1) vtkTableToStructuredGrid_IsTypeOf; extern(C) void* function(void* jarg1) vtkTableToStructuredGrid_SafeDownCast; extern(C) void* function(void* jarg1) vtkTableToStructuredGrid_NewInstance; extern(C) void function(void* jarg1, int jarg2, int jarg3, int jarg4, int jarg5, int jarg6, int jarg7) vtkTableToStructuredGrid_SetWholeExtent__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkTableToStructuredGrid_SetWholeExtent__SWIG_1; extern(C) void* function(void* jarg1) vtkTableToStructuredGrid_GetWholeExtent__SWIG_0; extern(C) void function(void* jarg1, void* jarg2, void* jarg3, void* jarg4, void* jarg5, void* jarg6, void* jarg7) vtkTableToStructuredGrid_GetWholeExtent__SWIG_1; extern(C) void function(void* jarg1, void* jarg2) vtkTableToStructuredGrid_GetWholeExtent__SWIG_2; extern(C) void function(void* jarg1, const(char)* jarg2) vtkTableToStructuredGrid_SetXColumn; extern(C) const(char)* function(void* jarg1) vtkTableToStructuredGrid_GetXColumn; extern(C) void function(void* jarg1, int jarg2) vtkTableToStructuredGrid_SetXComponent; extern(C) int function(void* jarg1) vtkTableToStructuredGrid_GetXComponentMinValue; extern(C) int function(void* jarg1) vtkTableToStructuredGrid_GetXComponentMaxValue; extern(C) int function(void* jarg1) vtkTableToStructuredGrid_GetXComponent; extern(C) void function(void* jarg1, const(char)* jarg2) vtkTableToStructuredGrid_SetYColumn; extern(C) const(char)* function(void* jarg1) vtkTableToStructuredGrid_GetYColumn; extern(C) void function(void* jarg1, int jarg2) vtkTableToStructuredGrid_SetYComponent; extern(C) int function(void* jarg1) vtkTableToStructuredGrid_GetYComponentMinValue; extern(C) int function(void* jarg1) vtkTableToStructuredGrid_GetYComponentMaxValue; extern(C) int function(void* jarg1) vtkTableToStructuredGrid_GetYComponent; extern(C) void function(void* jarg1, const(char)* jarg2) vtkTableToStructuredGrid_SetZColumn; extern(C) const(char)* function(void* jarg1) vtkTableToStructuredGrid_GetZColumn; extern(C) void function(void* jarg1, int jarg2) vtkTableToStructuredGrid_SetZComponent; extern(C) int function(void* jarg1) vtkTableToStructuredGrid_GetZComponentMinValue; extern(C) int function(void* jarg1) vtkTableToStructuredGrid_GetZComponentMaxValue; extern(C) int function(void* jarg1) vtkTableToStructuredGrid_GetZComponent; extern(C) void* function() new_vtkTableToStructuredGrid; extern(C) void function(void* jarg1) delete_vtkTableToStructuredGrid; extern(C) void* function(void* objectRef) vtkTableToStructuredGrid_Upcast; extern(C) void* function() vtkPTableToStructuredGrid_New; extern(C) int function(const(char)* jarg1) vtkPTableToStructuredGrid_IsTypeOf; extern(C) void* function(void* jarg1) vtkPTableToStructuredGrid_SafeDownCast; extern(C) void* function(void* jarg1) vtkPTableToStructuredGrid_NewInstance; extern(C) void function(void* jarg1, void* jarg2) vtkPTableToStructuredGrid_SetController; extern(C) void* function(void* jarg1) vtkPTableToStructuredGrid_GetController; extern(C) void* function() new_vtkPTableToStructuredGrid; extern(C) void function(void* jarg1) delete_vtkPTableToStructuredGrid; extern(C) void* function(void* objectRef) vtkPTableToStructuredGrid_Upcast; extern(C) void* function() vtkSpanTreeLayoutStrategy_New; extern(C) int function(const(char)* jarg1) vtkSpanTreeLayoutStrategy_IsTypeOf; extern(C) void* function(void* jarg1) vtkSpanTreeLayoutStrategy_SafeDownCast; extern(C) void* function(void* jarg1) vtkSpanTreeLayoutStrategy_NewInstance; extern(C) void function(void* jarg1, uint jarg2) vtkSpanTreeLayoutStrategy_SetDepthFirstSpanningTree; extern(C) uint function(void* jarg1) vtkSpanTreeLayoutStrategy_GetDepthFirstSpanningTree; extern(C) void function(void* jarg1) vtkSpanTreeLayoutStrategy_DepthFirstSpanningTreeOn; extern(C) void function(void* jarg1) vtkSpanTreeLayoutStrategy_DepthFirstSpanningTreeOff; extern(C) void* function(void* objectRef) vtkSpanTreeLayoutStrategy_Upcast; extern(C) void* function() vtkImageToAMR_New; extern(C) int function(const(char)* jarg1) vtkImageToAMR_IsTypeOf; extern(C) void* function(void* jarg1) vtkImageToAMR_SafeDownCast; extern(C) void* function(void* jarg1) vtkImageToAMR_NewInstance; extern(C) void function(void* jarg1, int jarg2) vtkImageToAMR_SetNumberOfLevels; extern(C) int function(void* jarg1) vtkImageToAMR_GetNumberOfLevelsMinValue; extern(C) int function(void* jarg1) vtkImageToAMR_GetNumberOfLevelsMaxValue; extern(C) int function(void* jarg1) vtkImageToAMR_GetNumberOfLevels; extern(C) void function(void* jarg1, int jarg2) vtkImageToAMR_SetRefinementRatio; extern(C) int function(void* jarg1) vtkImageToAMR_GetRefinementRatioMinValue; extern(C) int function(void* jarg1) vtkImageToAMR_GetRefinementRatioMaxValue; extern(C) int function(void* jarg1) vtkImageToAMR_GetRefinementRatio; extern(C) void function(void* jarg1, int jarg2) vtkImageToAMR_SetMaximumNumberOfBlocks; extern(C) int function(void* jarg1) vtkImageToAMR_GetMaximumNumberOfBlocksMinValue; extern(C) int function(void* jarg1) vtkImageToAMR_GetMaximumNumberOfBlocksMaxValue; extern(C) int function(void* jarg1) vtkImageToAMR_GetMaximumNumberOfBlocks; extern(C) void* function() new_vtkImageToAMR; extern(C) void function(void* jarg1) delete_vtkImageToAMR; extern(C) void* function(void* objectRef) vtkImageToAMR_Upcast; extern(C) void* function() vtkTransformPolyDataFilter_New; extern(C) int function(const(char)* jarg1) vtkTransformPolyDataFilter_IsTypeOf; extern(C) void* function(void* jarg1) vtkTransformPolyDataFilter_SafeDownCast; extern(C) void* function(void* jarg1) vtkTransformPolyDataFilter_NewInstance; extern(C) void function(void* jarg1, void* jarg2) vtkTransformPolyDataFilter_SetTransform; extern(C) void* function(void* jarg1) vtkTransformPolyDataFilter_GetTransform; extern(C) void* function(void* objectRef) vtkTransformPolyDataFilter_Upcast; extern(C) int function(const(char)* jarg1) vtkCaptionActor2D_IsTypeOf; extern(C) void* function(void* jarg1) vtkCaptionActor2D_SafeDownCast; extern(C) void* function(void* jarg1) vtkCaptionActor2D_NewInstance; extern(C) void* function() vtkCaptionActor2D_New; extern(C) void function(void* jarg1, const(char)* jarg2) vtkCaptionActor2D_SetCaption; extern(C) const(char)* function(void* jarg1) vtkCaptionActor2D_GetCaption; extern(C) void* function(void* jarg1) vtkCaptionActor2D_GetAttachmentPointCoordinate; extern(C) void function(void* jarg1, void* jarg2) vtkCaptionActor2D_SetAttachmentPoint__SWIG_0; extern(C) void function(void* jarg1, double jarg2, double jarg3, double jarg4) vtkCaptionActor2D_SetAttachmentPoint__SWIG_1; extern(C) void* function(void* jarg1) vtkCaptionActor2D_GetAttachmentPoint; extern(C) void function(void* jarg1, int jarg2) vtkCaptionActor2D_SetBorder; extern(C) int function(void* jarg1) vtkCaptionActor2D_GetBorder; extern(C) void function(void* jarg1) vtkCaptionActor2D_BorderOn; extern(C) void function(void* jarg1) vtkCaptionActor2D_BorderOff; extern(C) void function(void* jarg1, int jarg2) vtkCaptionActor2D_SetLeader; extern(C) int function(void* jarg1) vtkCaptionActor2D_GetLeader; extern(C) void function(void* jarg1) vtkCaptionActor2D_LeaderOn; extern(C) void function(void* jarg1) vtkCaptionActor2D_LeaderOff; extern(C) void function(void* jarg1, int jarg2) vtkCaptionActor2D_SetThreeDimensionalLeader; extern(C) int function(void* jarg1) vtkCaptionActor2D_GetThreeDimensionalLeader; extern(C) void function(void* jarg1) vtkCaptionActor2D_ThreeDimensionalLeaderOn; extern(C) void function(void* jarg1) vtkCaptionActor2D_ThreeDimensionalLeaderOff; extern(C) void function(void* jarg1, void* jarg2) vtkCaptionActor2D_SetLeaderGlyphData; extern(C) void function(void* jarg1, void* jarg2) vtkCaptionActor2D_SetLeaderGlyphConnection; extern(C) void* function(void* jarg1) vtkCaptionActor2D_GetLeaderGlyph; extern(C) void function(void* jarg1, double jarg2) vtkCaptionActor2D_SetLeaderGlyphSize; extern(C) double function(void* jarg1) vtkCaptionActor2D_GetLeaderGlyphSizeMinValue; extern(C) double function(void* jarg1) vtkCaptionActor2D_GetLeaderGlyphSizeMaxValue; extern(C) double function(void* jarg1) vtkCaptionActor2D_GetLeaderGlyphSize; extern(C) void function(void* jarg1, int jarg2) vtkCaptionActor2D_SetMaximumLeaderGlyphSize; extern(C) int function(void* jarg1) vtkCaptionActor2D_GetMaximumLeaderGlyphSizeMinValue; extern(C) int function(void* jarg1) vtkCaptionActor2D_GetMaximumLeaderGlyphSizeMaxValue; extern(C) int function(void* jarg1) vtkCaptionActor2D_GetMaximumLeaderGlyphSize; extern(C) void function(void* jarg1, int jarg2) vtkCaptionActor2D_SetPadding; extern(C) int function(void* jarg1) vtkCaptionActor2D_GetPaddingMinValue; extern(C) int function(void* jarg1) vtkCaptionActor2D_GetPaddingMaxValue; extern(C) int function(void* jarg1) vtkCaptionActor2D_GetPadding; extern(C) void* function(void* jarg1) vtkCaptionActor2D_GetTextActor; extern(C) void function(void* jarg1, void* jarg2) vtkCaptionActor2D_SetCaptionTextProperty; extern(C) void* function(void* jarg1) vtkCaptionActor2D_GetCaptionTextProperty; extern(C) void function(void* jarg1, int jarg2) vtkCaptionActor2D_SetAttachEdgeOnly; extern(C) int function(void* jarg1) vtkCaptionActor2D_GetAttachEdgeOnly; extern(C) void function(void* jarg1) vtkCaptionActor2D_AttachEdgeOnlyOn; extern(C) void function(void* jarg1) vtkCaptionActor2D_AttachEdgeOnlyOff; extern(C) void* function(void* objectRef) vtkCaptionActor2D_Upcast; extern(C) int function(const(char)* jarg1) vtkSphericalDirectionEncoder_IsTypeOf; extern(C) void* function(void* jarg1) vtkSphericalDirectionEncoder_SafeDownCast; extern(C) void* function(void* jarg1) vtkSphericalDirectionEncoder_NewInstance; extern(C) void* function() vtkSphericalDirectionEncoder_New; extern(C) void* function(void* objectRef) vtkSphericalDirectionEncoder_Upcast; extern(C) void* function() vtkMFIXReader_New; extern(C) int function(const(char)* jarg1) vtkMFIXReader_IsTypeOf; extern(C) void* function(void* jarg1) vtkMFIXReader_SafeDownCast; extern(C) void* function(void* jarg1) vtkMFIXReader_NewInstance; extern(C) void function(void* jarg1, const(char)* jarg2) vtkMFIXReader_SetFileName; extern(C) const(char)* function(void* jarg1) vtkMFIXReader_GetFileName; extern(C) int function(void* jarg1) vtkMFIXReader_GetNumberOfCells; extern(C) int function(void* jarg1) vtkMFIXReader_GetNumberOfPoints; extern(C) int function(void* jarg1) vtkMFIXReader_GetNumberOfCellFields; extern(C) void function(void* jarg1, int jarg2) vtkMFIXReader_SetTimeStep; extern(C) int function(void* jarg1) vtkMFIXReader_GetTimeStep; extern(C) int function(void* jarg1) vtkMFIXReader_GetNumberOfTimeSteps; extern(C) void* function(void* jarg1) vtkMFIXReader_GetTimeStepRange__SWIG_0; extern(C) void function(void* jarg1, void* jarg2, void* jarg3) vtkMFIXReader_GetTimeStepRange__SWIG_1; extern(C) void function(void* jarg1, void* jarg2) vtkMFIXReader_GetTimeStepRange__SWIG_2; extern(C) void function(void* jarg1, int jarg2, int jarg3) vtkMFIXReader_SetTimeStepRange__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkMFIXReader_SetTimeStepRange__SWIG_1; extern(C) int function(void* jarg1) vtkMFIXReader_GetNumberOfCellArrays; extern(C) const(char)* function(void* jarg1, int jarg2) vtkMFIXReader_GetCellArrayName; extern(C) int function(void* jarg1, const(char)* jarg2) vtkMFIXReader_GetCellArrayStatus; extern(C) void function(void* jarg1, const(char)* jarg2, int jarg3) vtkMFIXReader_SetCellArrayStatus; extern(C) void function(void* jarg1) vtkMFIXReader_DisableAllCellArrays; extern(C) void function(void* jarg1) vtkMFIXReader_EnableAllCellArrays; extern(C) void function(void* jarg1, int jarg2, int jarg3, void* jarg4, void* jarg5) vtkMFIXReader_GetCellDataRange__SWIG_0; extern(C) void function(void* jarg1, int jarg2, void* jarg3, void* jarg4) vtkMFIXReader_GetCellDataRange__SWIG_1; extern(C) void* function(void* objectRef) vtkMFIXReader_Upcast; extern(C) void* function() vtkRendererCollection_New; extern(C) int function(const(char)* jarg1) vtkRendererCollection_IsTypeOf; extern(C) void* function(void* jarg1) vtkRendererCollection_SafeDownCast; extern(C) void* function(void* jarg1) vtkRendererCollection_NewInstance; extern(C) void function(void* jarg1, void* jarg2) vtkRendererCollection_AddItem; extern(C) void* function(void* jarg1) vtkRendererCollection_GetNextItem; extern(C) void function(void* jarg1) vtkRendererCollection_Render; extern(C) void* function(void* jarg1) vtkRendererCollection_GetFirstRenderer; extern(C) void* function(void* objectRef) vtkRendererCollection_Upcast; extern(C) void* function() vtkInteractorStyleRubberBandZoom_New; extern(C) int function(const(char)* jarg1) vtkInteractorStyleRubberBandZoom_IsTypeOf; extern(C) void* function(void* jarg1) vtkInteractorStyleRubberBandZoom_SafeDownCast; extern(C) void* function(void* jarg1) vtkInteractorStyleRubberBandZoom_NewInstance; extern(C) void* function(void* objectRef) vtkInteractorStyleRubberBandZoom_Upcast; extern(C) void* function() vtkCharArray_New; extern(C) int function(const(char)* jarg1) vtkCharArray_IsTypeOf; extern(C) void* function(void* jarg1) vtkCharArray_SafeDownCast; extern(C) void* function(void* jarg1) vtkCharArray_NewInstance; extern(C) void function(void* jarg1, long jarg2, const(char)* jarg3) vtkCharArray_GetTupleValue; extern(C) void function(void* jarg1, long jarg2, const(char)* jarg3) vtkCharArray_SetTupleValue; extern(C) void function(void* jarg1, long jarg2, const(char)* jarg3) vtkCharArray_InsertTupleValue; extern(C) long function(void* jarg1, const(char)* jarg2) vtkCharArray_InsertNextTupleValue; extern(C) char function(void* jarg1, long jarg2) vtkCharArray_GetValue; extern(C) void function(void* jarg1, long jarg2, char jarg3) vtkCharArray_SetValue; extern(C) void function(void* jarg1, long jarg2) vtkCharArray_SetNumberOfValues; extern(C) void function(void* jarg1, long jarg2, char jarg3) vtkCharArray_InsertValue; extern(C) long function(void* jarg1, char jarg2) vtkCharArray_InsertNextValue; extern(C) const(char)* function(void* jarg1, long jarg2, long jarg3) vtkCharArray_WritePointer; extern(C) const(char)* function(void* jarg1, long jarg2) vtkCharArray_GetPointer; extern(C) void function(void* jarg1, const(char)* jarg2, long jarg3, int jarg4) vtkCharArray_SetArray__SWIG_0; extern(C) void function(void* jarg1, const(char)* jarg2, long jarg3, int jarg4, int jarg5) vtkCharArray_SetArray__SWIG_1; extern(C) void* function(void* objectRef) vtkCharArray_Upcast; extern(C) void* function() vtkTypeInt8Array_New; extern(C) int function(const(char)* jarg1) vtkTypeInt8Array_IsTypeOf; extern(C) void* function(void* jarg1) vtkTypeInt8Array_SafeDownCast; extern(C) void* function(void* jarg1) vtkTypeInt8Array_NewInstance; extern(C) void* function(void* objectRef) vtkTypeInt8Array_Upcast; extern(C) void* function() vtkAMRDataInternals_New; extern(C) int function(const(char)* jarg1) vtkAMRDataInternals_IsTypeOf; extern(C) void* function(void* jarg1) vtkAMRDataInternals_SafeDownCast; extern(C) void* function(void* jarg1) vtkAMRDataInternals_NewInstance; extern(C) void function(void* jarg1) vtkAMRDataInternals_Initialize; extern(C) void function(void* jarg1, uint jarg2, void* jarg3) vtkAMRDataInternals_Insert; extern(C) void* function(void* jarg1, uint jarg2) vtkAMRDataInternals_GetDataSet; extern(C) void function(void* jarg1, void* jarg2) vtkAMRDataInternals_ShallowCopy; extern(C) uint function(void* jarg1) vtkAMRDataInternals_Empty; extern(C) uint function(void* jarg1) vtkAMRDataInternals_GetNumberOfBlocks; extern(C) void* function(void* jarg1, uint jarg2) vtkAMRDataInternals_GetBlock; extern(C) void* function(void* jarg1) vtkAMRDataInternals_GetAllBlocks; extern(C) void* function(void* objectRef) vtkAMRDataInternals_Upcast; extern(C) void* function() vtkTextRepresentation_New; extern(C) int function(const(char)* jarg1) vtkTextRepresentation_IsTypeOf; extern(C) void* function(void* jarg1) vtkTextRepresentation_SafeDownCast; extern(C) void* function(void* jarg1) vtkTextRepresentation_NewInstance; extern(C) void function(void* jarg1, void* jarg2) vtkTextRepresentation_SetTextActor; extern(C) void* function(void* jarg1) vtkTextRepresentation_GetTextActor; extern(C) void function(void* jarg1, const(char)* jarg2) vtkTextRepresentation_SetText; extern(C) const(char)* function(void* jarg1) vtkTextRepresentation_GetText; extern(C) void function(void* jarg1, int jarg2) vtkTextRepresentation_SetWindowLocation; extern(C) int function(void* jarg1) vtkTextRepresentation_GetWindowLocation; extern(C) void function(void* jarg1, double jarg2, double jarg3) vtkTextRepresentation_SetPosition__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkTextRepresentation_SetPosition__SWIG_1; extern(C) void function(void* jarg1, void* jarg2, core.stdc.config.c_ulong jarg3, void* jarg4) vtkTextRepresentation_ExecuteTextPropertyModifiedEvent; extern(C) void function(void* jarg1, void* jarg2, core.stdc.config.c_ulong jarg3, void* jarg4) vtkTextRepresentation_ExecuteTextActorModifiedEvent; extern(C) void* function(void* objectRef) vtkTextRepresentation_Upcast; extern(C) void* function() vtkGeoFileImageSource_New; extern(C) int function(const(char)* jarg1) vtkGeoFileImageSource_IsTypeOf; extern(C) void* function(void* jarg1) vtkGeoFileImageSource_SafeDownCast; extern(C) void* function(void* jarg1) vtkGeoFileImageSource_NewInstance; extern(C) void* function() new_vtkGeoFileImageSource; extern(C) void function(void* jarg1) delete_vtkGeoFileImageSource; extern(C) void function(void* jarg1, const(char)* jarg2) vtkGeoFileImageSource_SetPath; extern(C) const(char)* function(void* jarg1) vtkGeoFileImageSource_GetPath; extern(C) void* function(void* objectRef) vtkGeoFileImageSource_Upcast; extern(C) void* function() vtkLegendScaleActor_New; extern(C) int function(const(char)* jarg1) vtkLegendScaleActor_IsTypeOf; extern(C) void* function(void* jarg1) vtkLegendScaleActor_SafeDownCast; extern(C) void* function(void* jarg1) vtkLegendScaleActor_NewInstance; extern(C) void function(void* jarg1, int jarg2) vtkLegendScaleActor_SetLabelMode; extern(C) int function(void* jarg1) vtkLegendScaleActor_GetLabelModeMinValue; extern(C) int function(void* jarg1) vtkLegendScaleActor_GetLabelModeMaxValue; extern(C) int function(void* jarg1) vtkLegendScaleActor_GetLabelMode; extern(C) void function(void* jarg1) vtkLegendScaleActor_SetLabelModeToDistance; extern(C) void function(void* jarg1) vtkLegendScaleActor_SetLabelModeToXYCoordinates; extern(C) void function(void* jarg1, int jarg2) vtkLegendScaleActor_SetRightAxisVisibility; extern(C) int function(void* jarg1) vtkLegendScaleActor_GetRightAxisVisibility; extern(C) void function(void* jarg1) vtkLegendScaleActor_RightAxisVisibilityOn; extern(C) void function(void* jarg1) vtkLegendScaleActor_RightAxisVisibilityOff; extern(C) void function(void* jarg1, int jarg2) vtkLegendScaleActor_SetTopAxisVisibility; extern(C) int function(void* jarg1) vtkLegendScaleActor_GetTopAxisVisibility; extern(C) void function(void* jarg1) vtkLegendScaleActor_TopAxisVisibilityOn; extern(C) void function(void* jarg1) vtkLegendScaleActor_TopAxisVisibilityOff; extern(C) void function(void* jarg1, int jarg2) vtkLegendScaleActor_SetLeftAxisVisibility; extern(C) int function(void* jarg1) vtkLegendScaleActor_GetLeftAxisVisibility; extern(C) void function(void* jarg1) vtkLegendScaleActor_LeftAxisVisibilityOn; extern(C) void function(void* jarg1) vtkLegendScaleActor_LeftAxisVisibilityOff; extern(C) void function(void* jarg1, int jarg2) vtkLegendScaleActor_SetBottomAxisVisibility; extern(C) int function(void* jarg1) vtkLegendScaleActor_GetBottomAxisVisibility; extern(C) void function(void* jarg1) vtkLegendScaleActor_BottomAxisVisibilityOn; extern(C) void function(void* jarg1) vtkLegendScaleActor_BottomAxisVisibilityOff; extern(C) void function(void* jarg1, int jarg2) vtkLegendScaleActor_SetLegendVisibility; extern(C) int function(void* jarg1) vtkLegendScaleActor_GetLegendVisibility; extern(C) void function(void* jarg1) vtkLegendScaleActor_LegendVisibilityOn; extern(C) void function(void* jarg1) vtkLegendScaleActor_LegendVisibilityOff; extern(C) void function(void* jarg1) vtkLegendScaleActor_AllAxesOn; extern(C) void function(void* jarg1) vtkLegendScaleActor_AllAxesOff; extern(C) void function(void* jarg1) vtkLegendScaleActor_AllAnnotationsOn; extern(C) void function(void* jarg1) vtkLegendScaleActor_AllAnnotationsOff; extern(C) void function(void* jarg1, int jarg2) vtkLegendScaleActor_SetRightBorderOffset; extern(C) int function(void* jarg1) vtkLegendScaleActor_GetRightBorderOffsetMinValue; extern(C) int function(void* jarg1) vtkLegendScaleActor_GetRightBorderOffsetMaxValue; extern(C) int function(void* jarg1) vtkLegendScaleActor_GetRightBorderOffset; extern(C) void function(void* jarg1, int jarg2) vtkLegendScaleActor_SetTopBorderOffset; extern(C) int function(void* jarg1) vtkLegendScaleActor_GetTopBorderOffsetMinValue; extern(C) int function(void* jarg1) vtkLegendScaleActor_GetTopBorderOffsetMaxValue; extern(C) int function(void* jarg1) vtkLegendScaleActor_GetTopBorderOffset; extern(C) void function(void* jarg1, int jarg2) vtkLegendScaleActor_SetLeftBorderOffset; extern(C) int function(void* jarg1) vtkLegendScaleActor_GetLeftBorderOffsetMinValue; extern(C) int function(void* jarg1) vtkLegendScaleActor_GetLeftBorderOffsetMaxValue; extern(C) int function(void* jarg1) vtkLegendScaleActor_GetLeftBorderOffset; extern(C) void function(void* jarg1, int jarg2) vtkLegendScaleActor_SetBottomBorderOffset; extern(C) int function(void* jarg1) vtkLegendScaleActor_GetBottomBorderOffsetMinValue; extern(C) int function(void* jarg1) vtkLegendScaleActor_GetBottomBorderOffsetMaxValue; extern(C) int function(void* jarg1) vtkLegendScaleActor_GetBottomBorderOffset; extern(C) void function(void* jarg1, double jarg2) vtkLegendScaleActor_SetCornerOffsetFactor; extern(C) double function(void* jarg1) vtkLegendScaleActor_GetCornerOffsetFactorMinValue; extern(C) double function(void* jarg1) vtkLegendScaleActor_GetCornerOffsetFactorMaxValue; extern(C) double function(void* jarg1) vtkLegendScaleActor_GetCornerOffsetFactor; extern(C) void* function(void* jarg1) vtkLegendScaleActor_GetLegendTitleProperty; extern(C) void* function(void* jarg1) vtkLegendScaleActor_GetLegendLabelProperty; extern(C) void* function(void* jarg1) vtkLegendScaleActor_GetRightAxis; extern(C) void* function(void* jarg1) vtkLegendScaleActor_GetTopAxis; extern(C) void* function(void* jarg1) vtkLegendScaleActor_GetLeftAxis; extern(C) void* function(void* jarg1) vtkLegendScaleActor_GetBottomAxis; extern(C) void function(void* jarg1, void* jarg2) vtkLegendScaleActor_BuildRepresentation; extern(C) void function(void* jarg1, void* jarg2) vtkLegendScaleActor_ReleaseGraphicsResources; extern(C) int function(void* jarg1, void* jarg2) vtkLegendScaleActor_RenderOverlay; extern(C) int function(void* jarg1, void* jarg2) vtkLegendScaleActor_RenderOpaqueGeometry; extern(C) void* function(void* objectRef) vtkLegendScaleActor_Upcast; extern(C) void* function() vtkGraphHierarchicalBundleEdges_New; extern(C) int function(const(char)* jarg1) vtkGraphHierarchicalBundleEdges_IsTypeOf; extern(C) void* function(void* jarg1) vtkGraphHierarchicalBundleEdges_SafeDownCast; extern(C) void* function(void* jarg1) vtkGraphHierarchicalBundleEdges_NewInstance; extern(C) void function(void* jarg1, double jarg2) vtkGraphHierarchicalBundleEdges_SetBundlingStrength; extern(C) double function(void* jarg1) vtkGraphHierarchicalBundleEdges_GetBundlingStrengthMinValue; extern(C) double function(void* jarg1) vtkGraphHierarchicalBundleEdges_GetBundlingStrengthMaxValue; extern(C) double function(void* jarg1) vtkGraphHierarchicalBundleEdges_GetBundlingStrength; extern(C) void function(void* jarg1, uint jarg2) vtkGraphHierarchicalBundleEdges_SetDirectMapping; extern(C) uint function(void* jarg1) vtkGraphHierarchicalBundleEdges_GetDirectMapping; extern(C) void function(void* jarg1) vtkGraphHierarchicalBundleEdges_DirectMappingOn; extern(C) void function(void* jarg1) vtkGraphHierarchicalBundleEdges_DirectMappingOff; extern(C) int function(void* jarg1, int jarg2, void* jarg3) vtkGraphHierarchicalBundleEdges_FillInputPortInformation; extern(C) void* function(void* objectRef) vtkGraphHierarchicalBundleEdges_Upcast; extern(C) int function(const(char)* jarg1) vtkXMLRectilinearGridReader_IsTypeOf; extern(C) void* function(void* jarg1) vtkXMLRectilinearGridReader_SafeDownCast; extern(C) void* function(void* jarg1) vtkXMLRectilinearGridReader_NewInstance; extern(C) void* function() vtkXMLRectilinearGridReader_New; extern(C) void* function(void* jarg1) vtkXMLRectilinearGridReader_GetOutput__SWIG_0; extern(C) void* function(void* jarg1, int jarg2) vtkXMLRectilinearGridReader_GetOutput__SWIG_1; extern(C) void* function(void* objectRef) vtkXMLRectilinearGridReader_Upcast; extern(C) int function(const(char)* jarg1) vtkGlobeSource_IsTypeOf; extern(C) void* function(void* jarg1) vtkGlobeSource_SafeDownCast; extern(C) void* function(void* jarg1) vtkGlobeSource_NewInstance; extern(C) void function(void* jarg1, double jarg2, double jarg3, double jarg4) vtkGlobeSource_SetOrigin__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkGlobeSource_SetOrigin__SWIG_1; extern(C) void function(void* jarg1, double jarg2) vtkGlobeSource_SetStartLongitude; extern(C) double function(void* jarg1) vtkGlobeSource_GetStartLongitudeMinValue; extern(C) double function(void* jarg1) vtkGlobeSource_GetStartLongitudeMaxValue; extern(C) void function(void* jarg1, double jarg2) vtkGlobeSource_SetEndLongitude; extern(C) double function(void* jarg1) vtkGlobeSource_GetEndLongitudeMinValue; extern(C) double function(void* jarg1) vtkGlobeSource_GetEndLongitudeMaxValue; extern(C) void function(void* jarg1, double jarg2) vtkGlobeSource_SetStartLatitude; extern(C) double function(void* jarg1) vtkGlobeSource_GetStartLatitudeMinValue; extern(C) double function(void* jarg1) vtkGlobeSource_GetStartLatitudeMaxValue; extern(C) void function(void* jarg1, double jarg2) vtkGlobeSource_SetEndLatitude; extern(C) double function(void* jarg1) vtkGlobeSource_GetEndLatitudeMinValue; extern(C) double function(void* jarg1) vtkGlobeSource_GetEndLatitudeMaxValue; extern(C) void function(void* jarg1, int jarg2) vtkGlobeSource_SetLongitudeResolution; extern(C) int function(void* jarg1) vtkGlobeSource_GetLongitudeResolutionMinValue; extern(C) int function(void* jarg1) vtkGlobeSource_GetLongitudeResolutionMaxValue; extern(C) int function(void* jarg1) vtkGlobeSource_GetLongitudeResolution; extern(C) void function(void* jarg1, int jarg2) vtkGlobeSource_SetLatitudeResolution; extern(C) int function(void* jarg1) vtkGlobeSource_GetLatitudeResolutionMinValue; extern(C) int function(void* jarg1) vtkGlobeSource_GetLatitudeResolutionMaxValue; extern(C) int function(void* jarg1) vtkGlobeSource_GetLatitudeResolution; extern(C) void function(void* jarg1, double jarg2) vtkGlobeSource_SetRadius; extern(C) double function(void* jarg1) vtkGlobeSource_GetRadiusMinValue; extern(C) double function(void* jarg1) vtkGlobeSource_GetRadiusMaxValue; extern(C) double function(void* jarg1) vtkGlobeSource_GetRadius; extern(C) void function(void* jarg1, uint jarg2) vtkGlobeSource_SetAutoCalculateCurtainHeight; extern(C) uint function(void* jarg1) vtkGlobeSource_GetAutoCalculateCurtainHeight; extern(C) void function(void* jarg1) vtkGlobeSource_AutoCalculateCurtainHeightOn; extern(C) void function(void* jarg1) vtkGlobeSource_AutoCalculateCurtainHeightOff; extern(C) void function(void* jarg1, double jarg2) vtkGlobeSource_SetCurtainHeight; extern(C) double function(void* jarg1) vtkGlobeSource_GetCurtainHeightMinValue; extern(C) double function(void* jarg1) vtkGlobeSource_GetCurtainHeightMaxValue; extern(C) double function(void* jarg1) vtkGlobeSource_GetCurtainHeight; extern(C) void function(void* jarg1, int jarg2) vtkGlobeSource_SetQuadrilateralTessellation; extern(C) int function(void* jarg1) vtkGlobeSource_GetQuadrilateralTessellation; extern(C) void function(void* jarg1) vtkGlobeSource_QuadrilateralTessellationOn; extern(C) void function(void* jarg1) vtkGlobeSource_QuadrilateralTessellationOff; extern(C) void* function() vtkGlobeSource_New; extern(C) void function(double jarg1, double jarg2, double jarg3, void* jarg4, void* jarg5) vtkGlobeSource_ComputeGlobePoint__SWIG_0; extern(C) void function(double jarg1, double jarg2, double jarg3, void* jarg4) vtkGlobeSource_ComputeGlobePoint__SWIG_1; extern(C) void function(void* jarg1, void* jarg2, void* jarg3) vtkGlobeSource_ComputeLatitudeLongitude; extern(C) void* function(void* objectRef) vtkGlobeSource_Upcast; extern(C) void* function() vtkDuplicatePolyData_New; extern(C) int function(const(char)* jarg1) vtkDuplicatePolyData_IsTypeOf; extern(C) void* function(void* jarg1) vtkDuplicatePolyData_SafeDownCast; extern(C) void* function(void* jarg1) vtkDuplicatePolyData_NewInstance; extern(C) void function(void* jarg1, void* jarg2) vtkDuplicatePolyData_SetController; extern(C) void* function(void* jarg1) vtkDuplicatePolyData_GetController; extern(C) void function(void* jarg1, int jarg2) vtkDuplicatePolyData_InitializeSchedule; extern(C) void function(void* jarg1, int jarg2) vtkDuplicatePolyData_SetSynchronous; extern(C) int function(void* jarg1) vtkDuplicatePolyData_GetSynchronous; extern(C) void function(void* jarg1) vtkDuplicatePolyData_SynchronousOn; extern(C) void function(void* jarg1) vtkDuplicatePolyData_SynchronousOff; extern(C) void* function(void* jarg1) vtkDuplicatePolyData_GetSocketController; extern(C) void function(void* jarg1, void* jarg2) vtkDuplicatePolyData_SetSocketController; extern(C) void function(void* jarg1, int jarg2) vtkDuplicatePolyData_SetClientFlag; extern(C) int function(void* jarg1) vtkDuplicatePolyData_GetClientFlag; extern(C) core.stdc.config.c_ulong function(void* jarg1) vtkDuplicatePolyData_GetMemorySize; extern(C) void* function(void* objectRef) vtkDuplicatePolyData_Upcast; extern(C) void* function() vtkImageToStructuredGrid_New; extern(C) int function(const(char)* jarg1) vtkImageToStructuredGrid_IsTypeOf; extern(C) void* function(void* jarg1) vtkImageToStructuredGrid_SafeDownCast; extern(C) void* function(void* jarg1) vtkImageToStructuredGrid_NewInstance; extern(C) void* function(void* objectRef) vtkImageToStructuredGrid_Upcast; extern(C) int function(const(char)* jarg1) vtkInformationRequestKey_IsTypeOf; extern(C) void* function(void* jarg1) vtkInformationRequestKey_SafeDownCast; extern(C) void* function(void* jarg1) vtkInformationRequestKey_NewInstance; extern(C) void* function(const(char)* jarg1, const(char)* jarg2) new_vtkInformationRequestKey; extern(C) void function(void* jarg1) delete_vtkInformationRequestKey; extern(C) void function(void* jarg1, void* jarg2) vtkInformationRequestKey_Set; extern(C) void* function(void* objectRef) vtkInformationRequestKey_Upcast; extern(C) void* function() vtkSliceAndDiceLayoutStrategy_New; extern(C) int function(const(char)* jarg1) vtkSliceAndDiceLayoutStrategy_IsTypeOf; extern(C) void* function(void* jarg1) vtkSliceAndDiceLayoutStrategy_SafeDownCast; extern(C) void* function(void* jarg1) vtkSliceAndDiceLayoutStrategy_NewInstance; extern(C) void* function(void* objectRef) vtkSliceAndDiceLayoutStrategy_Upcast; extern(C) void* function() vtkExtractHistogram2D_New; extern(C) int function(const(char)* jarg1) vtkExtractHistogram2D_IsTypeOf; extern(C) void* function(void* jarg1) vtkExtractHistogram2D_SafeDownCast; extern(C) void* function(void* jarg1) vtkExtractHistogram2D_NewInstance; extern(C) void function(void* jarg1, int jarg2, int jarg3) vtkExtractHistogram2D_SetNumberOfBins__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkExtractHistogram2D_SetNumberOfBins__SWIG_1; extern(C) void* function(void* jarg1) vtkExtractHistogram2D_GetNumberOfBins__SWIG_0; extern(C) void function(void* jarg1, void* jarg2, void* jarg3) vtkExtractHistogram2D_GetNumberOfBins__SWIG_1; extern(C) void function(void* jarg1, void* jarg2) vtkExtractHistogram2D_GetNumberOfBins__SWIG_2; extern(C) void function(void* jarg1, int jarg2, int jarg3) vtkExtractHistogram2D_SetComponentsToProcess__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkExtractHistogram2D_SetComponentsToProcess__SWIG_1; extern(C) void* function(void* jarg1) vtkExtractHistogram2D_GetComponentsToProcess__SWIG_0; extern(C) void function(void* jarg1, void* jarg2, void* jarg3) vtkExtractHistogram2D_GetComponentsToProcess__SWIG_1; extern(C) void function(void* jarg1, void* jarg2) vtkExtractHistogram2D_GetComponentsToProcess__SWIG_2; extern(C) void function(void* jarg1, double jarg2, double jarg3, double jarg4, double jarg5) vtkExtractHistogram2D_SetCustomHistogramExtents__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkExtractHistogram2D_SetCustomHistogramExtents__SWIG_1; extern(C) void* function(void* jarg1) vtkExtractHistogram2D_GetCustomHistogramExtents__SWIG_0; extern(C) void function(void* jarg1, void* jarg2, void* jarg3, void* jarg4, void* jarg5) vtkExtractHistogram2D_GetCustomHistogramExtents__SWIG_1; extern(C) void function(void* jarg1, void* jarg2) vtkExtractHistogram2D_GetCustomHistogramExtents__SWIG_2; extern(C) void function(void* jarg1, int jarg2) vtkExtractHistogram2D_SetUseCustomHistogramExtents; extern(C) int function(void* jarg1) vtkExtractHistogram2D_GetUseCustomHistogramExtents; extern(C) void function(void* jarg1) vtkExtractHistogram2D_UseCustomHistogramExtentsOn; extern(C) void function(void* jarg1) vtkExtractHistogram2D_UseCustomHistogramExtentsOff; extern(C) void function(void* jarg1, int jarg2) vtkExtractHistogram2D_SetScalarType; extern(C) void function(void* jarg1) vtkExtractHistogram2D_SetScalarTypeToUnsignedInt; extern(C) void function(void* jarg1) vtkExtractHistogram2D_SetScalarTypeToUnsignedLong; extern(C) void function(void* jarg1) vtkExtractHistogram2D_SetScalarTypeToUnsignedShort; extern(C) void function(void* jarg1) vtkExtractHistogram2D_SetScalarTypeToUnsignedChar; extern(C) void function(void* jarg1) vtkExtractHistogram2D_SetScalarTypeToFloat; extern(C) void function(void* jarg1) vtkExtractHistogram2D_SetScalarTypeToDouble; extern(C) int function(void* jarg1) vtkExtractHistogram2D_GetScalarType; extern(C) double function(void* jarg1) vtkExtractHistogram2D_GetMaximumBinCount; extern(C) int function(void* jarg1, long jarg2, long jarg3, void* jarg4) vtkExtractHistogram2D_GetBinRange__SWIG_0; extern(C) int function(void* jarg1, long jarg2, void* jarg3) vtkExtractHistogram2D_GetBinRange__SWIG_1; extern(C) void function(void* jarg1, void* jarg2) vtkExtractHistogram2D_GetBinWidth; extern(C) void* function(void* jarg1) vtkExtractHistogram2D_GetOutputHistogramImage; extern(C) void* function(void* jarg1) vtkExtractHistogram2D_GetHistogramExtents; extern(C) void function(void* jarg1, int jarg2) vtkExtractHistogram2D_SetSwapColumns; extern(C) int function(void* jarg1) vtkExtractHistogram2D_GetSwapColumns; extern(C) void function(void* jarg1) vtkExtractHistogram2D_SwapColumnsOn; extern(C) void function(void* jarg1) vtkExtractHistogram2D_SwapColumnsOff; extern(C) void function(void* jarg1, void* jarg2) vtkExtractHistogram2D_SetRowMask; extern(C) void* function(void* jarg1) vtkExtractHistogram2D_GetRowMask; extern(C) void* function(void* objectRef) vtkExtractHistogram2D_Upcast; extern(C) void* function() vtkX3DExporter_New; extern(C) int function(const(char)* jarg1) vtkX3DExporter_IsTypeOf; extern(C) void* function(void* jarg1) vtkX3DExporter_SafeDownCast; extern(C) void* function(void* jarg1) vtkX3DExporter_NewInstance; extern(C) void function(void* jarg1, const(char)* jarg2) vtkX3DExporter_SetFileName; extern(C) const(char)* function(void* jarg1) vtkX3DExporter_GetFileName; extern(C) void function(void* jarg1, double jarg2) vtkX3DExporter_SetSpeed; extern(C) double function(void* jarg1) vtkX3DExporter_GetSpeed; extern(C) void function(void* jarg1, int jarg2) vtkX3DExporter_SetBinary; extern(C) int function(void* jarg1) vtkX3DExporter_GetBinaryMinValue; extern(C) int function(void* jarg1) vtkX3DExporter_GetBinaryMaxValue; extern(C) void function(void* jarg1) vtkX3DExporter_BinaryOn; extern(C) void function(void* jarg1) vtkX3DExporter_BinaryOff; extern(C) int function(void* jarg1) vtkX3DExporter_GetBinary; extern(C) void function(void* jarg1, int jarg2) vtkX3DExporter_SetFastest; extern(C) int function(void* jarg1) vtkX3DExporter_GetFastestMinValue; extern(C) int function(void* jarg1) vtkX3DExporter_GetFastestMaxValue; extern(C) void function(void* jarg1) vtkX3DExporter_FastestOn; extern(C) void function(void* jarg1) vtkX3DExporter_FastestOff; extern(C) int function(void* jarg1) vtkX3DExporter_GetFastest; extern(C) void function(void* jarg1, int jarg2) vtkX3DExporter_SetWriteToOutputString; extern(C) int function(void* jarg1) vtkX3DExporter_GetWriteToOutputString; extern(C) void function(void* jarg1) vtkX3DExporter_WriteToOutputStringOn; extern(C) void function(void* jarg1) vtkX3DExporter_WriteToOutputStringOff; extern(C) int function(void* jarg1) vtkX3DExporter_GetOutputStringLength; extern(C) const(char)* function(void* jarg1) vtkX3DExporter_GetOutputString; extern(C) void* function(void* jarg1) vtkX3DExporter_GetBinaryOutputString; extern(C) const(char)* function(void* jarg1) vtkX3DExporter_RegisterAndGetOutputString; extern(C) void* function(void* objectRef) vtkX3DExporter_Upcast; extern(C) int function(const(char)* jarg1) vtkNamedColors_IsTypeOf; extern(C) void* function(void* jarg1) vtkNamedColors_SafeDownCast; extern(C) void* function(void* jarg1) vtkNamedColors_NewInstance; extern(C) void* function() vtkNamedColors_New; extern(C) int function(void* jarg1) vtkNamedColors_GetNumberOfColors; extern(C) void function(void* jarg1) vtkNamedColors_ResetColors; extern(C) uint function(void* jarg1, void* jarg2) vtkNamedColors_ColorExists; extern(C) void* function(void* jarg1, void* jarg2) vtkNamedColors_GetColor4ub; extern(C) void function(void* jarg1, void* jarg2, void* jarg3, void* jarg4, void* jarg5, void* jarg6) vtkNamedColors_GetColor__SWIG_0; extern(C) void function(void* jarg1, void* jarg2, void* jarg3) vtkNamedColors_GetColor__SWIG_1; extern(C) void function(void* jarg1, void* jarg2, void* jarg3) vtkNamedColors_GetColor__SWIG_2; extern(C) void* function(void* jarg1, void* jarg2) vtkNamedColors_GetColor4d; extern(C) void function(void* jarg1, void* jarg2, void* jarg3, void* jarg4, void* jarg5, void* jarg6) vtkNamedColors_GetColor__SWIG_3; extern(C) void function(void* jarg1, void* jarg2, void* jarg3) vtkNamedColors_GetColor__SWIG_4; extern(C) void function(void* jarg1, void* jarg2, void* jarg3) vtkNamedColors_GetColor__SWIG_5; extern(C) void* function(void* jarg1, void* jarg2) vtkNamedColors_GetColor3ub; extern(C) void* function(void* jarg1, void* jarg2) vtkNamedColors_GetColor3d; extern(C) void function(void* jarg1, void* jarg2, void* jarg3, void* jarg4, void* jarg5) vtkNamedColors_GetColor__SWIG_6; extern(C) void function(void* jarg1, void* jarg2, void* jarg3) vtkNamedColors_GetColorRGB; extern(C) void function(void* jarg1, void* jarg2, void* jarg3) vtkNamedColors_GetColor__SWIG_7; extern(C) void function(void* jarg1, void* jarg2, void* jarg3) vtkNamedColors_GetColor__SWIG_8; extern(C) void function(void* jarg1, void* jarg2, ubyte jarg3, ubyte jarg4, ubyte jarg5, ubyte jarg6) vtkNamedColors_SetColor__SWIG_0; extern(C) void function(void* jarg1, void* jarg2, ubyte jarg3, ubyte jarg4, ubyte jarg5) vtkNamedColors_SetColor__SWIG_1; extern(C) void function(void* jarg1, void* jarg2, double jarg3, double jarg4, double jarg5, double jarg6) vtkNamedColors_SetColor__SWIG_2; extern(C) void function(void* jarg1, void* jarg2, double jarg3, double jarg4, double jarg5) vtkNamedColors_SetColor__SWIG_3; extern(C) void function(void* jarg1, void* jarg2, void* jarg3) vtkNamedColors_SetColor__SWIG_4; extern(C) void function(void* jarg1, void* jarg2, void* jarg3) vtkNamedColors_SetColor__SWIG_5; extern(C) void function(void* jarg1, void* jarg2, void* jarg3) vtkNamedColors_SetColor__SWIG_6; extern(C) void function(void* jarg1, void* jarg2, void* jarg3) vtkNamedColors_SetColor__SWIG_7; extern(C) void function(void* jarg1, void* jarg2, void* jarg3) vtkNamedColors_SetColor__SWIG_8; extern(C) void function(void* jarg1, void* jarg2, void* jarg3) vtkNamedColors_SetColor__SWIG_9; extern(C) void function(void* jarg1, void* jarg2) vtkNamedColors_RemoveColor; extern(C) void* function(void* jarg1) vtkNamedColors_GetColorNames__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkNamedColors_GetColorNames__SWIG_1; extern(C) void* function(void* jarg1) vtkNamedColors_GetSynonyms; extern(C) void* function(void* objectRef) vtkNamedColors_Upcast; extern(C) void* function() vtkPostScriptWriter_New; extern(C) int function(const(char)* jarg1) vtkPostScriptWriter_IsTypeOf; extern(C) void* function(void* jarg1) vtkPostScriptWriter_SafeDownCast; extern(C) void* function(void* jarg1) vtkPostScriptWriter_NewInstance; extern(C) void* function(void* objectRef) vtkPostScriptWriter_Upcast; extern(C) void* function() vtkThresholdPoints_New; extern(C) int function(const(char)* jarg1) vtkThresholdPoints_IsTypeOf; extern(C) void* function(void* jarg1) vtkThresholdPoints_SafeDownCast; extern(C) void* function(void* jarg1) vtkThresholdPoints_NewInstance; extern(C) void function(void* jarg1, double jarg2) vtkThresholdPoints_ThresholdByLower; extern(C) void function(void* jarg1, double jarg2) vtkThresholdPoints_ThresholdByUpper; extern(C) void function(void* jarg1, double jarg2, double jarg3) vtkThresholdPoints_ThresholdBetween; extern(C) void function(void* jarg1, double jarg2) vtkThresholdPoints_SetUpperThreshold; extern(C) double function(void* jarg1) vtkThresholdPoints_GetUpperThreshold; extern(C) void function(void* jarg1, double jarg2) vtkThresholdPoints_SetLowerThreshold; extern(C) double function(void* jarg1) vtkThresholdPoints_GetLowerThreshold; extern(C) void* function(void* objectRef) vtkThresholdPoints_Upcast; extern(C) void* function() vtkGeoAssignCoordinates_New; extern(C) int function(const(char)* jarg1) vtkGeoAssignCoordinates_IsTypeOf; extern(C) void* function(void* jarg1) vtkGeoAssignCoordinates_SafeDownCast; extern(C) void* function(void* jarg1) vtkGeoAssignCoordinates_NewInstance; extern(C) void function(void* jarg1, const(char)* jarg2) vtkGeoAssignCoordinates_SetLongitudeArrayName; extern(C) const(char)* function(void* jarg1) vtkGeoAssignCoordinates_GetLongitudeArrayName; extern(C) void function(void* jarg1, const(char)* jarg2) vtkGeoAssignCoordinates_SetLatitudeArrayName; extern(C) const(char)* function(void* jarg1) vtkGeoAssignCoordinates_GetLatitudeArrayName; extern(C) void function(void* jarg1, double jarg2) vtkGeoAssignCoordinates_SetGlobeRadius; extern(C) double function(void* jarg1) vtkGeoAssignCoordinates_GetGlobeRadius; extern(C) void function(void* jarg1, void* jarg2) vtkGeoAssignCoordinates_SetTransform; extern(C) void* function(void* jarg1) vtkGeoAssignCoordinates_GetTransform; extern(C) void function(void* jarg1, uint jarg2) vtkGeoAssignCoordinates_SetCoordinatesInArrays; extern(C) uint function(void* jarg1) vtkGeoAssignCoordinates_GetCoordinatesInArrays; extern(C) void function(void* jarg1) vtkGeoAssignCoordinates_CoordinatesInArraysOn; extern(C) void function(void* jarg1) vtkGeoAssignCoordinates_CoordinatesInArraysOff; extern(C) void* function(void* objectRef) vtkGeoAssignCoordinates_Upcast; extern(C) void* function() vtkLineWidget2_New; extern(C) int function(const(char)* jarg1) vtkLineWidget2_IsTypeOf; extern(C) void* function(void* jarg1) vtkLineWidget2_SafeDownCast; extern(C) void* function(void* jarg1) vtkLineWidget2_NewInstance; extern(C) void function(void* jarg1, void* jarg2) vtkLineWidget2_SetRepresentation; extern(C) void* function(void* jarg1) vtkLineWidget2_GetLineRepresentation; extern(C) void* function(void* objectRef) vtkLineWidget2_Upcast; extern(C) int function(const(char)* jarg1) vtkContinuousValueWidget_IsTypeOf; extern(C) void* function(void* jarg1) vtkContinuousValueWidget_SafeDownCast; extern(C) void* function(void* jarg1) vtkContinuousValueWidget_NewInstance; extern(C) void function(void* jarg1, void* jarg2) vtkContinuousValueWidget_SetRepresentation; extern(C) void* function(void* jarg1) vtkContinuousValueWidget_GetContinuousValueWidgetRepresentation; extern(C) double function(void* jarg1) vtkContinuousValueWidget_GetValue; extern(C) void function(void* jarg1, double jarg2) vtkContinuousValueWidget_SetValue; extern(C) void* function(void* objectRef) vtkContinuousValueWidget_Upcast; extern(C) void* function() vtkDummyGPUInfoList_New; extern(C) int function(const(char)* jarg1) vtkDummyGPUInfoList_IsTypeOf; extern(C) void* function(void* jarg1) vtkDummyGPUInfoList_SafeDownCast; extern(C) void* function(void* jarg1) vtkDummyGPUInfoList_NewInstance; extern(C) void* function(void* objectRef) vtkDummyGPUInfoList_Upcast; extern(C) void* function() vtkEarthSource_New; extern(C) int function(const(char)* jarg1) vtkEarthSource_IsTypeOf; extern(C) void* function(void* jarg1) vtkEarthSource_SafeDownCast; extern(C) void* function(void* jarg1) vtkEarthSource_NewInstance; extern(C) void function(void* jarg1, double jarg2) vtkEarthSource_SetRadius; extern(C) double function(void* jarg1) vtkEarthSource_GetRadiusMinValue; extern(C) double function(void* jarg1) vtkEarthSource_GetRadiusMaxValue; extern(C) double function(void* jarg1) vtkEarthSource_GetRadius; extern(C) void function(void* jarg1, int jarg2) vtkEarthSource_SetOnRatio; extern(C) int function(void* jarg1) vtkEarthSource_GetOnRatioMinValue; extern(C) int function(void* jarg1) vtkEarthSource_GetOnRatioMaxValue; extern(C) int function(void* jarg1) vtkEarthSource_GetOnRatio; extern(C) void function(void* jarg1, int jarg2) vtkEarthSource_SetOutline; extern(C) int function(void* jarg1) vtkEarthSource_GetOutline; extern(C) void function(void* jarg1) vtkEarthSource_OutlineOn; extern(C) void function(void* jarg1) vtkEarthSource_OutlineOff; extern(C) void* function(void* objectRef) vtkEarthSource_Upcast; extern(C) void* function() vtkExtractSelection_New; extern(C) int function(const(char)* jarg1) vtkExtractSelection_IsTypeOf; extern(C) void* function(void* jarg1) vtkExtractSelection_SafeDownCast; extern(C) void* function(void* jarg1) vtkExtractSelection_NewInstance; extern(C) void function(void* jarg1, int jarg2) vtkExtractSelection_SetShowBounds; extern(C) int function(void* jarg1) vtkExtractSelection_GetShowBounds; extern(C) void function(void* jarg1) vtkExtractSelection_ShowBoundsOn; extern(C) void function(void* jarg1) vtkExtractSelection_ShowBoundsOff; extern(C) void function(void* jarg1, int jarg2) vtkExtractSelection_SetUseProbeForLocations; extern(C) int function(void* jarg1) vtkExtractSelection_GetUseProbeForLocations; extern(C) void function(void* jarg1) vtkExtractSelection_UseProbeForLocationsOn; extern(C) void function(void* jarg1) vtkExtractSelection_UseProbeForLocationsOff; extern(C) void* function(void* objectRef) vtkExtractSelection_Upcast; extern(C) void* function() vtkXMLPPolyDataWriter_New; extern(C) int function(const(char)* jarg1) vtkXMLPPolyDataWriter_IsTypeOf; extern(C) void* function(void* jarg1) vtkXMLPPolyDataWriter_SafeDownCast; extern(C) void* function(void* jarg1) vtkXMLPPolyDataWriter_NewInstance; extern(C) void* function(void* objectRef) vtkXMLPPolyDataWriter_Upcast; extern(C) void* function() vtkPolyDataWriter_New; extern(C) int function(const(char)* jarg1) vtkPolyDataWriter_IsTypeOf; extern(C) void* function(void* jarg1) vtkPolyDataWriter_SafeDownCast; extern(C) void* function(void* jarg1) vtkPolyDataWriter_NewInstance; extern(C) void* function(void* jarg1) vtkPolyDataWriter_GetInput__SWIG_0; extern(C) void* function(void* jarg1, int jarg2) vtkPolyDataWriter_GetInput__SWIG_1; extern(C) void* function(void* objectRef) vtkPolyDataWriter_Upcast; extern(C) void* function() vtkDelimitedTextWriter_New; extern(C) int function(const(char)* jarg1) vtkDelimitedTextWriter_IsTypeOf; extern(C) void* function(void* jarg1) vtkDelimitedTextWriter_SafeDownCast; extern(C) void* function(void* jarg1) vtkDelimitedTextWriter_NewInstance; extern(C) void function(void* jarg1, const(char)* jarg2) vtkDelimitedTextWriter_SetFieldDelimiter; extern(C) const(char)* function(void* jarg1) vtkDelimitedTextWriter_GetFieldDelimiter; extern(C) void function(void* jarg1, const(char)* jarg2) vtkDelimitedTextWriter_SetStringDelimiter; extern(C) const(char)* function(void* jarg1) vtkDelimitedTextWriter_GetStringDelimiter; extern(C) void function(void* jarg1, const(char)* jarg2) vtkDelimitedTextWriter_SetFileName; extern(C) const(char)* function(void* jarg1) vtkDelimitedTextWriter_GetFileName; extern(C) void function(void* jarg1, uint jarg2) vtkDelimitedTextWriter_SetUseStringDelimiter; extern(C) uint function(void* jarg1) vtkDelimitedTextWriter_GetUseStringDelimiter; extern(C) void function(void* jarg1, uint jarg2) vtkDelimitedTextWriter_SetWriteToOutputString; extern(C) uint function(void* jarg1) vtkDelimitedTextWriter_GetWriteToOutputString; extern(C) void function(void* jarg1) vtkDelimitedTextWriter_WriteToOutputStringOn; extern(C) void function(void* jarg1) vtkDelimitedTextWriter_WriteToOutputStringOff; extern(C) const(char)* function(void* jarg1) vtkDelimitedTextWriter_RegisterAndGetOutputString; extern(C) void* function(void* jarg1, void* jarg2) vtkDelimitedTextWriter_GetString; extern(C) void* function(void* objectRef) vtkDelimitedTextWriter_Upcast; extern(C) const(char)* function() MIident_get; extern(C) const(char)* function() MI_GRPNAME_get; extern(C) const(char)* function() MI_GRP_SEP_get; extern(C) const(char)* function() MI_ATT_SEP_get; extern(C) const(char)* function() MI_EMPTY_STRING_get; extern(C) int function() MI_ERROR_get; extern(C) int function() MI_NOERROR_get; extern(C) int function() MI_MAX_ATTSTR_LEN_get; extern(C) int function() MI_NUM_SPACE_DIMS_get; extern(C) int function() MI_MAX_IMGDIMS_get; extern(C) const(char)* function() MIunits_get; extern(C) const(char)* function() MIlong_name_get; extern(C) const(char)* function() MIvalid_range_get; extern(C) const(char)* function() MIvalid_max_get; extern(C) const(char)* function() MIvalid_min_get; extern(C) const(char)* function() MI_FillValue_get; extern(C) const(char)* function() MItitle_get; extern(C) const(char)* function() MIhistory_get; extern(C) const(char)* function() MIvartype_get; extern(C) const(char)* function() MIvarid_get; extern(C) const(char)* function() MIsigntype_get; extern(C) const(char)* function() MIparent_get; extern(C) const(char)* function() MIchildren_get; extern(C) const(char)* function() MIcomments_get; extern(C) const(char)* function() MIversion_get; extern(C) const(char)* function() MI_VARATT_POINTER_PREFIX_get; extern(C) const(char)* function() MI_CHILD_SEPARATOR_get; extern(C) const(char)* function() MI_GROUP_get; extern(C) const(char)* function() MI_DIMENSION_get; extern(C) const(char)* function() MI_DIM_WIDTH_get; extern(C) const(char)* function() MI_VARATT_get; extern(C) const(char)* function() MI_STDVAR_get; extern(C) const(char)* function() MI_SIGNED_get; extern(C) const(char)* function() MI_UNSIGNED_get; extern(C) const(char)* function() MI_VERSION_1_0_get; extern(C) const(char)* function() MI_CURRENT_VERSION_get; extern(C) const(char)* function() MI_TRUE_get; extern(C) const(char)* function() MI_FALSE_get; extern(C) const(char)* function() MIxspace_get; extern(C) const(char)* function() MIyspace_get; extern(C) const(char)* function() MIzspace_get; extern(C) const(char)* function() MItime_get; extern(C) const(char)* function() MItfrequency_get; extern(C) const(char)* function() MIxfrequency_get; extern(C) const(char)* function() MIyfrequency_get; extern(C) const(char)* function() MIzfrequency_get; extern(C) const(char)* function() MIvector_dimension_get; extern(C) const(char)* function() MIxspace_width_get; extern(C) const(char)* function() MIyspace_width_get; extern(C) const(char)* function() MIzspace_width_get; extern(C) const(char)* function() MItime_width_get; extern(C) const(char)* function() MItfrequency_width_get; extern(C) const(char)* function() MIxfrequency_width_get; extern(C) const(char)* function() MIyfrequency_width_get; extern(C) const(char)* function() MIzfrequency_width_get; extern(C) const(char)* function() MIspacing_get; extern(C) const(char)* function() MIstep_get; extern(C) const(char)* function() MIstart_get; extern(C) const(char)* function() MIspacetype_get; extern(C) const(char)* function() MIalignment_get; extern(C) const(char)* function() MIdirection_cosines_get; extern(C) const(char)* function() MIwidth_get; extern(C) const(char)* function() MIfiltertype_get; extern(C) const(char)* function() MI_REGULAR_get; extern(C) const(char)* function() MI_IRREGULAR_get; extern(C) const(char)* function() MI_NATIVE_get; extern(C) const(char)* function() MI_TALAIRACH_get; extern(C) const(char)* function() MI_CALLOSAL_get; extern(C) const(char)* function() MI_START_get; extern(C) const(char)* function() MI_CENTRE_get; extern(C) const(char)* function() MI_END_get; extern(C) const(char)* function() MI_CENTER_get; extern(C) const(char)* function() MI_SQUARE_get; extern(C) const(char)* function() MI_GAUSSIAN_get; extern(C) const(char)* function() MI_TRIANGULAR_get; extern(C) const(char)* function() MIrootvariable_get; extern(C) const(char)* function() MIimage_get; extern(C) const(char)* function() MIimagemax_get; extern(C) const(char)* function() MIimagemin_get; extern(C) const(char)* function() MIcomplete_get; extern(C) const(char)* function() MIpatient_get; extern(C) const(char)* function() MIfull_name_get; extern(C) const(char)* function() MIother_names_get; extern(C) const(char)* function() MIidentification_get; extern(C) const(char)* function() MIother_ids_get; extern(C) const(char)* function() MIbirthdate_get; extern(C) const(char)* function() MIsex_get; extern(C) const(char)* function() MIage_get; extern(C) const(char)* function() MIweight_get; extern(C) const(char)* function() MIsize_get; extern(C) const(char)* function() MIaddress_get; extern(C) const(char)* function() MIinsurance_id_get; extern(C) const(char)* function() MI_MALE_get; extern(C) const(char)* function() MI_FEMALE_get; extern(C) const(char)* function() MI_OTHER_get; extern(C) const(char)* function() MIstudy_get; extern(C) const(char)* function() MIstart_time_get; extern(C) const(char)* function() MIstart_year_get; extern(C) const(char)* function() MIstart_month_get; extern(C) const(char)* function() MIstart_day_get; extern(C) const(char)* function() MIstart_hour_get; extern(C) const(char)* function() MIstart_minute_get; extern(C) const(char)* function() MIstart_seconds_get; extern(C) const(char)* function() MImodality_get; extern(C) const(char)* function() MImanufacturer_get; extern(C) const(char)* function() MIdevice_model_get; extern(C) const(char)* function() MIinstitution_get; extern(C) const(char)* function() MIdepartment_get; extern(C) const(char)* function() MIstation_id_get; extern(C) const(char)* function() MIreferring_physician_get; extern(C) const(char)* function() MIattending_physician_get; extern(C) const(char)* function() MIradiologist_get; extern(C) const(char)* function() MIoperator_get; extern(C) const(char)* function() MIadmitting_diagnosis_get; extern(C) const(char)* function() MIprocedure_get; extern(C) const(char)* function() MIstudy_id_get; extern(C) const(char)* function() MI_PET_get; extern(C) const(char)* function() MI_SPECT_get; extern(C) const(char)* function() MI_GAMMA_get; extern(C) const(char)* function() MI_MRI_get; extern(C) const(char)* function() MI_MRS_get; extern(C) const(char)* function() MI_MRA_get; extern(C) const(char)* function() MI_CT_get; extern(C) const(char)* function() MI_DSA_get; extern(C) const(char)* function() MI_DR_get; extern(C) const(char)* function() MI_LABEL_get; extern(C) const(char)* function() MIacquisition_get; extern(C) const(char)* function() MIprotocol_get; extern(C) const(char)* function() MIscanning_sequence_get; extern(C) const(char)* function() MIrepetition_time_get; extern(C) const(char)* function() MIecho_time_get; extern(C) const(char)* function() MIinversion_time_get; extern(C) const(char)* function() MInum_averages_get; extern(C) const(char)* function() MIimaging_frequency_get; extern(C) const(char)* function() MIimaged_nucleus_get; extern(C) const(char)* function() MIradionuclide_get; extern(C) const(char)* function() MIcontrast_agent_get; extern(C) const(char)* function() MIradionuclide_halflife_get; extern(C) const(char)* function() MItracer_get; extern(C) const(char)* function() MIinjection_time_get; extern(C) const(char)* function() MIinjection_year_get; extern(C) const(char)* function() MIinjection_month_get; extern(C) const(char)* function() MIinjection_day_get; extern(C) const(char)* function() MIinjection_hour_get; extern(C) const(char)* function() MIinjection_minute_get; extern(C) const(char)* function() MIinjection_seconds_get; extern(C) const(char)* function() MIinjection_length_get; extern(C) const(char)* function() MIinjection_dose_get; extern(C) const(char)* function() MIdose_units_get; extern(C) const(char)* function() MIinjection_volume_get; extern(C) const(char)* function() MIinjection_route_get; extern(C) void* function() vtkOverlayPass_New; extern(C) int function(const(char)* jarg1) vtkOverlayPass_IsTypeOf; extern(C) void* function(void* jarg1) vtkOverlayPass_SafeDownCast; extern(C) void* function(void* jarg1) vtkOverlayPass_NewInstance; extern(C) void* function(void* objectRef) vtkOverlayPass_Upcast; extern(C) int function(const(char)* jarg1) vtkMoleculeToAtomBallFilter_IsTypeOf; extern(C) void* function(void* jarg1) vtkMoleculeToAtomBallFilter_SafeDownCast; extern(C) void* function(void* jarg1) vtkMoleculeToAtomBallFilter_NewInstance; extern(C) void* function() vtkMoleculeToAtomBallFilter_New; extern(C) int function(void* jarg1) vtkMoleculeToAtomBallFilter_GetRadiusSource; extern(C) void function(void* jarg1, int jarg2) vtkMoleculeToAtomBallFilter_SetRadiusSource; extern(C) int function(void* jarg1) vtkMoleculeToAtomBallFilter_GetResolution; extern(C) void function(void* jarg1, int jarg2) vtkMoleculeToAtomBallFilter_SetResolution; extern(C) double function(void* jarg1) vtkMoleculeToAtomBallFilter_GetRadiusScale; extern(C) void function(void* jarg1, double jarg2) vtkMoleculeToAtomBallFilter_SetRadiusScale; extern(C) void* function(void* objectRef) vtkMoleculeToAtomBallFilter_Upcast; extern(C) int function(const(char)* jarg1) vtkParametricFigure8Klein_IsTypeOf; extern(C) void* function(void* jarg1) vtkParametricFigure8Klein_SafeDownCast; extern(C) void* function(void* jarg1) vtkParametricFigure8Klein_NewInstance; extern(C) void* function() vtkParametricFigure8Klein_New; extern(C) void function(void* jarg1, double jarg2) vtkParametricFigure8Klein_SetRadius; extern(C) double function(void* jarg1) vtkParametricFigure8Klein_GetRadius; extern(C) void* function(void* objectRef) vtkParametricFigure8Klein_Upcast; extern(C) int function() VTK_IV_COLUMN_get; extern(C) int function() VTK_IV_ROW_get; extern(C) int function(const(char)* jarg1) vtkSpiderPlotActor_IsTypeOf; extern(C) void* function(void* jarg1) vtkSpiderPlotActor_SafeDownCast; extern(C) void* function(void* jarg1) vtkSpiderPlotActor_NewInstance; extern(C) void* function() vtkSpiderPlotActor_New; extern(C) void function(void* jarg1, void* jarg2) vtkSpiderPlotActor_SetInputData; extern(C) void function(void* jarg1, void* jarg2) vtkSpiderPlotActor_SetInputConnection; extern(C) void* function(void* jarg1) vtkSpiderPlotActor_GetInput; extern(C) void function(void* jarg1, int jarg2) vtkSpiderPlotActor_SetIndependentVariables; extern(C) int function(void* jarg1) vtkSpiderPlotActor_GetIndependentVariablesMinValue; extern(C) int function(void* jarg1) vtkSpiderPlotActor_GetIndependentVariablesMaxValue; extern(C) int function(void* jarg1) vtkSpiderPlotActor_GetIndependentVariables; extern(C) void function(void* jarg1) vtkSpiderPlotActor_SetIndependentVariablesToColumns; extern(C) void function(void* jarg1) vtkSpiderPlotActor_SetIndependentVariablesToRows; extern(C) void function(void* jarg1, int jarg2) vtkSpiderPlotActor_SetTitleVisibility; extern(C) int function(void* jarg1) vtkSpiderPlotActor_GetTitleVisibility; extern(C) void function(void* jarg1) vtkSpiderPlotActor_TitleVisibilityOn; extern(C) void function(void* jarg1) vtkSpiderPlotActor_TitleVisibilityOff; extern(C) void function(void* jarg1, const(char)* jarg2) vtkSpiderPlotActor_SetTitle; extern(C) const(char)* function(void* jarg1) vtkSpiderPlotActor_GetTitle; extern(C) void function(void* jarg1, void* jarg2) vtkSpiderPlotActor_SetTitleTextProperty; extern(C) void* function(void* jarg1) vtkSpiderPlotActor_GetTitleTextProperty; extern(C) void function(void* jarg1, int jarg2) vtkSpiderPlotActor_SetLabelVisibility; extern(C) int function(void* jarg1) vtkSpiderPlotActor_GetLabelVisibility; extern(C) void function(void* jarg1) vtkSpiderPlotActor_LabelVisibilityOn; extern(C) void function(void* jarg1) vtkSpiderPlotActor_LabelVisibilityOff; extern(C) void function(void* jarg1, void* jarg2) vtkSpiderPlotActor_SetLabelTextProperty; extern(C) void* function(void* jarg1) vtkSpiderPlotActor_GetLabelTextProperty; extern(C) void function(void* jarg1, int jarg2) vtkSpiderPlotActor_SetNumberOfRings; extern(C) int function(void* jarg1) vtkSpiderPlotActor_GetNumberOfRingsMinValue; extern(C) int function(void* jarg1) vtkSpiderPlotActor_GetNumberOfRingsMaxValue; extern(C) int function(void* jarg1) vtkSpiderPlotActor_GetNumberOfRings; extern(C) void function(void* jarg1, int jarg2, const(char)* jarg3) vtkSpiderPlotActor_SetAxisLabel; extern(C) const(char)* function(void* jarg1, int jarg2) vtkSpiderPlotActor_GetAxisLabel; extern(C) void function(void* jarg1, int jarg2, double jarg3, double jarg4) vtkSpiderPlotActor_SetAxisRange__SWIG_0; extern(C) void function(void* jarg1, int jarg2, void* jarg3) vtkSpiderPlotActor_SetAxisRange__SWIG_1; extern(C) void function(void* jarg1, int jarg2, void* jarg3) vtkSpiderPlotActor_GetAxisRange; extern(C) void function(void* jarg1, int jarg2, double jarg3, double jarg4, double jarg5) vtkSpiderPlotActor_SetPlotColor__SWIG_0; extern(C) void function(void* jarg1, int jarg2, void* jarg3) vtkSpiderPlotActor_SetPlotColor__SWIG_1; extern(C) void* function(void* jarg1, int jarg2) vtkSpiderPlotActor_GetPlotColor; extern(C) void function(void* jarg1, int jarg2) vtkSpiderPlotActor_SetLegendVisibility; extern(C) int function(void* jarg1) vtkSpiderPlotActor_GetLegendVisibility; extern(C) void function(void* jarg1) vtkSpiderPlotActor_LegendVisibilityOn; extern(C) void function(void* jarg1) vtkSpiderPlotActor_LegendVisibilityOff; extern(C) void* function(void* jarg1) vtkSpiderPlotActor_GetLegendActor; extern(C) void* function(void* objectRef) vtkSpiderPlotActor_Upcast; extern(C) int function(const(char)* jarg1) vtkBox_IsTypeOf; extern(C) void* function(void* jarg1) vtkBox_SafeDownCast; extern(C) void* function(void* jarg1) vtkBox_NewInstance; extern(C) void* function() vtkBox_New; extern(C) double function(void* jarg1, void* jarg2) vtkBox_EvaluateFunction__SWIG_0; extern(C) double function(void* jarg1, double jarg2, double jarg3, double jarg4) vtkBox_EvaluateFunction__SWIG_1; extern(C) void function(void* jarg1, void* jarg2) vtkBox_SetXMin__SWIG_0; extern(C) void function(void* jarg1, double jarg2, double jarg3, double jarg4) vtkBox_SetXMin__SWIG_1; extern(C) void function(void* jarg1, void* jarg2) vtkBox_GetXMin__SWIG_0; extern(C) void function(void* jarg1, void* jarg2, void* jarg3, void* jarg4) vtkBox_GetXMin__SWIG_1; extern(C) void function(void* jarg1, void* jarg2) vtkBox_SetXMax__SWIG_0; extern(C) void function(void* jarg1, double jarg2, double jarg3, double jarg4) vtkBox_SetXMax__SWIG_1; extern(C) void function(void* jarg1, void* jarg2) vtkBox_GetXMax__SWIG_0; extern(C) void function(void* jarg1, void* jarg2, void* jarg3, void* jarg4) vtkBox_GetXMax__SWIG_1; extern(C) void function(void* jarg1, double jarg2, double jarg3, double jarg4, double jarg5, double jarg6, double jarg7) vtkBox_SetBounds__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkBox_SetBounds__SWIG_1; extern(C) void function(void* jarg1, void* jarg2, void* jarg3, void* jarg4, void* jarg5, void* jarg6, void* jarg7) vtkBox_GetBounds__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkBox_GetBounds__SWIG_1; extern(C) void* function(void* jarg1) vtkBox_GetBounds__SWIG_2; extern(C) void function(void* jarg1, void* jarg2) vtkBox_AddBounds; extern(C) char function(void* jarg1, void* jarg2, void* jarg3, void* jarg4, void* jarg5) vtkBox_IntersectBox; extern(C) int function(void* jarg1, void* jarg2, void* jarg3, void* jarg4, void* jarg5, void* jarg6, void* jarg7, void* jarg8, void* jarg9) vtkBox_IntersectWithLine; extern(C) void* function(void* objectRef) vtkBox_Upcast; extern(C) void* function() vtkGenericGeometryFilter_New; extern(C) int function(const(char)* jarg1) vtkGenericGeometryFilter_IsTypeOf; extern(C) void* function(void* jarg1) vtkGenericGeometryFilter_SafeDownCast; extern(C) void* function(void* jarg1) vtkGenericGeometryFilter_NewInstance; extern(C) void function(void* jarg1, int jarg2) vtkGenericGeometryFilter_SetPointClipping; extern(C) int function(void* jarg1) vtkGenericGeometryFilter_GetPointClipping; extern(C) void function(void* jarg1) vtkGenericGeometryFilter_PointClippingOn; extern(C) void function(void* jarg1) vtkGenericGeometryFilter_PointClippingOff; extern(C) void function(void* jarg1, int jarg2) vtkGenericGeometryFilter_SetCellClipping; extern(C) int function(void* jarg1) vtkGenericGeometryFilter_GetCellClipping; extern(C) void function(void* jarg1) vtkGenericGeometryFilter_CellClippingOn; extern(C) void function(void* jarg1) vtkGenericGeometryFilter_CellClippingOff; extern(C) void function(void* jarg1, int jarg2) vtkGenericGeometryFilter_SetExtentClipping; extern(C) int function(void* jarg1) vtkGenericGeometryFilter_GetExtentClipping; extern(C) void function(void* jarg1) vtkGenericGeometryFilter_ExtentClippingOn; extern(C) void function(void* jarg1) vtkGenericGeometryFilter_ExtentClippingOff; extern(C) void function(void* jarg1, long jarg2) vtkGenericGeometryFilter_SetPointMinimum; extern(C) long function(void* jarg1) vtkGenericGeometryFilter_GetPointMinimumMinValue; extern(C) long function(void* jarg1) vtkGenericGeometryFilter_GetPointMinimumMaxValue; extern(C) long function(void* jarg1) vtkGenericGeometryFilter_GetPointMinimum; extern(C) void function(void* jarg1, long jarg2) vtkGenericGeometryFilter_SetPointMaximum; extern(C) long function(void* jarg1) vtkGenericGeometryFilter_GetPointMaximumMinValue; extern(C) long function(void* jarg1) vtkGenericGeometryFilter_GetPointMaximumMaxValue; extern(C) long function(void* jarg1) vtkGenericGeometryFilter_GetPointMaximum; extern(C) void function(void* jarg1, long jarg2) vtkGenericGeometryFilter_SetCellMinimum; extern(C) long function(void* jarg1) vtkGenericGeometryFilter_GetCellMinimumMinValue; extern(C) long function(void* jarg1) vtkGenericGeometryFilter_GetCellMinimumMaxValue; extern(C) long function(void* jarg1) vtkGenericGeometryFilter_GetCellMinimum; extern(C) void function(void* jarg1, long jarg2) vtkGenericGeometryFilter_SetCellMaximum; extern(C) long function(void* jarg1) vtkGenericGeometryFilter_GetCellMaximumMinValue; extern(C) long function(void* jarg1) vtkGenericGeometryFilter_GetCellMaximumMaxValue; extern(C) long function(void* jarg1) vtkGenericGeometryFilter_GetCellMaximum; extern(C) void function(void* jarg1, double jarg2, double jarg3, double jarg4, double jarg5, double jarg6, double jarg7) vtkGenericGeometryFilter_SetExtent__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkGenericGeometryFilter_SetExtent__SWIG_1; extern(C) void* function(void* jarg1) vtkGenericGeometryFilter_GetExtent; extern(C) void function(void* jarg1, int jarg2) vtkGenericGeometryFilter_SetMerging; extern(C) int function(void* jarg1) vtkGenericGeometryFilter_GetMerging; extern(C) void function(void* jarg1) vtkGenericGeometryFilter_MergingOn; extern(C) void function(void* jarg1) vtkGenericGeometryFilter_MergingOff; extern(C) void function(void* jarg1, void* jarg2) vtkGenericGeometryFilter_SetLocator; extern(C) void* function(void* jarg1) vtkGenericGeometryFilter_GetLocator; extern(C) void function(void* jarg1) vtkGenericGeometryFilter_CreateDefaultLocator; extern(C) void function(void* jarg1, int jarg2) vtkGenericGeometryFilter_SetPassThroughCellIds; extern(C) int function(void* jarg1) vtkGenericGeometryFilter_GetPassThroughCellIds; extern(C) void function(void* jarg1) vtkGenericGeometryFilter_PassThroughCellIdsOn; extern(C) void function(void* jarg1) vtkGenericGeometryFilter_PassThroughCellIdsOff; extern(C) void* function(void* objectRef) vtkGenericGeometryFilter_Upcast; extern(C) int function(const(char)* jarg1) vtkPieChartActor_IsTypeOf; extern(C) void* function(void* jarg1) vtkPieChartActor_SafeDownCast; extern(C) void* function(void* jarg1) vtkPieChartActor_NewInstance; extern(C) void* function() vtkPieChartActor_New; extern(C) void function(void* jarg1, void* jarg2) vtkPieChartActor_SetInputData; extern(C) void function(void* jarg1, void* jarg2) vtkPieChartActor_SetInputConnection; extern(C) void* function(void* jarg1) vtkPieChartActor_GetInput; extern(C) void function(void* jarg1, int jarg2) vtkPieChartActor_SetTitleVisibility; extern(C) int function(void* jarg1) vtkPieChartActor_GetTitleVisibility; extern(C) void function(void* jarg1) vtkPieChartActor_TitleVisibilityOn; extern(C) void function(void* jarg1) vtkPieChartActor_TitleVisibilityOff; extern(C) void function(void* jarg1, const(char)* jarg2) vtkPieChartActor_SetTitle; extern(C) const(char)* function(void* jarg1) vtkPieChartActor_GetTitle; extern(C) void function(void* jarg1, void* jarg2) vtkPieChartActor_SetTitleTextProperty; extern(C) void* function(void* jarg1) vtkPieChartActor_GetTitleTextProperty; extern(C) void function(void* jarg1, int jarg2) vtkPieChartActor_SetLabelVisibility; extern(C) int function(void* jarg1) vtkPieChartActor_GetLabelVisibility; extern(C) void function(void* jarg1) vtkPieChartActor_LabelVisibilityOn; extern(C) void function(void* jarg1) vtkPieChartActor_LabelVisibilityOff; extern(C) void function(void* jarg1, void* jarg2) vtkPieChartActor_SetLabelTextProperty; extern(C) void* function(void* jarg1) vtkPieChartActor_GetLabelTextProperty; extern(C) void function(void* jarg1, int jarg2, double jarg3, double jarg4, double jarg5) vtkPieChartActor_SetPieceColor__SWIG_0; extern(C) void function(void* jarg1, int jarg2, void* jarg3) vtkPieChartActor_SetPieceColor__SWIG_1; extern(C) void* function(void* jarg1, int jarg2) vtkPieChartActor_GetPieceColor; extern(C) void function(void* jarg1, int jarg2, const(char)* jarg3) vtkPieChartActor_SetPieceLabel; extern(C) const(char)* function(void* jarg1, int jarg2) vtkPieChartActor_GetPieceLabel; extern(C) void function(void* jarg1, int jarg2) vtkPieChartActor_SetLegendVisibility; extern(C) int function(void* jarg1) vtkPieChartActor_GetLegendVisibility; extern(C) void function(void* jarg1) vtkPieChartActor_LegendVisibilityOn; extern(C) void function(void* jarg1) vtkPieChartActor_LegendVisibilityOff; extern(C) void* function(void* jarg1) vtkPieChartActor_GetLegendActor; extern(C) void* function(void* objectRef) vtkPieChartActor_Upcast; extern(C) void* function() vtkTypeFloat64Array_New; extern(C) int function(const(char)* jarg1) vtkTypeFloat64Array_IsTypeOf; extern(C) void* function(void* jarg1) vtkTypeFloat64Array_SafeDownCast; extern(C) void* function(void* jarg1) vtkTypeFloat64Array_NewInstance; extern(C) void* function(void* objectRef) vtkTypeFloat64Array_Upcast; extern(C) void* function() vtkFixedWidthTextReader_New; extern(C) int function(const(char)* jarg1) vtkFixedWidthTextReader_IsTypeOf; extern(C) void* function(void* jarg1) vtkFixedWidthTextReader_SafeDownCast; extern(C) void* function(void* jarg1) vtkFixedWidthTextReader_NewInstance; extern(C) const(char)* function(void* jarg1) vtkFixedWidthTextReader_GetFileName; extern(C) void function(void* jarg1, const(char)* jarg2) vtkFixedWidthTextReader_SetFileName; extern(C) void function(void* jarg1, int jarg2) vtkFixedWidthTextReader_SetFieldWidth; extern(C) int function(void* jarg1) vtkFixedWidthTextReader_GetFieldWidth; extern(C) void function(void* jarg1, uint jarg2) vtkFixedWidthTextReader_SetStripWhiteSpace; extern(C) uint function(void* jarg1) vtkFixedWidthTextReader_GetStripWhiteSpace; extern(C) void function(void* jarg1) vtkFixedWidthTextReader_StripWhiteSpaceOn; extern(C) void function(void* jarg1) vtkFixedWidthTextReader_StripWhiteSpaceOff; extern(C) uint function(void* jarg1) vtkFixedWidthTextReader_GetHaveHeaders; extern(C) void function(void* jarg1, uint jarg2) vtkFixedWidthTextReader_SetHaveHeaders; extern(C) void function(void* jarg1) vtkFixedWidthTextReader_HaveHeadersOn; extern(C) void function(void* jarg1) vtkFixedWidthTextReader_HaveHeadersOff; extern(C) void* function(void* objectRef) vtkFixedWidthTextReader_Upcast; extern(C) void* function() vtkImageHSIToRGB_New; extern(C) int function(const(char)* jarg1) vtkImageHSIToRGB_IsTypeOf; extern(C) void* function(void* jarg1) vtkImageHSIToRGB_SafeDownCast; extern(C) void* function(void* jarg1) vtkImageHSIToRGB_NewInstance; extern(C) void function(void* jarg1, double jarg2) vtkImageHSIToRGB_SetMaximum; extern(C) double function(void* jarg1) vtkImageHSIToRGB_GetMaximum; extern(C) void* function(void* objectRef) vtkImageHSIToRGB_Upcast; extern(C) void* function() new_vtkMultiProcessStream__SWIG_0; extern(C) void* function(void* jarg1) new_vtkMultiProcessStream__SWIG_1; extern(C) void function(void* jarg1) delete_vtkMultiProcessStream; extern(C) void* function(void* jarg1, void* jarg2) vtkMultiProcessStream_Equal; extern(C) void* function(void* jarg1, double jarg2) vtkMultiProcessStream_swigOpShl__SWIG_0; extern(C) void* function(void* jarg1, float jarg2) vtkMultiProcessStream_swigOpShl__SWIG_1; extern(C) void* function(void* jarg1, int jarg2) vtkMultiProcessStream_swigOpShl__SWIG_2; extern(C) void* function(void* jarg1, char jarg2) vtkMultiProcessStream_swigOpShl__SWIG_3; extern(C) void* function(void* jarg1, uint jarg2) vtkMultiProcessStream_swigOpShl__SWIG_4; extern(C) void* function(void* jarg1, ubyte jarg2) vtkMultiProcessStream_swigOpShl__SWIG_5; extern(C) void* function(void* jarg1, long jarg2) vtkMultiProcessStream_swigOpShl__SWIG_6; extern(C) void* function(void* jarg1, ulong jarg2) vtkMultiProcessStream_swigOpShl__SWIG_7; extern(C) void* function(void* jarg1, const(char)* jarg2) vtkMultiProcessStream_swigOpShl__SWIG_8; extern(C) void* function(void* jarg1, void* jarg2) vtkMultiProcessStream_swigOpShl__SWIG_9; extern(C) void* function(void* jarg1, void* jarg2) vtkMultiProcessStream_swigOpShr__SWIG_0; extern(C) void* function(void* jarg1, void* jarg2) vtkMultiProcessStream_swigOpShr__SWIG_1; extern(C) void* function(void* jarg1, void* jarg2) vtkMultiProcessStream_swigOpShr__SWIG_2; extern(C) void* function(void* jarg1, void* jarg2) vtkMultiProcessStream_swigOpShr__SWIG_3; extern(C) void* function(void* jarg1, void* jarg2) vtkMultiProcessStream_swigOpShr__SWIG_4; extern(C) void* function(void* jarg1, void* jarg2) vtkMultiProcessStream_swigOpShr__SWIG_5; extern(C) void* function(void* jarg1, void* jarg2) vtkMultiProcessStream_swigOpShr__SWIG_6; extern(C) void* function(void* jarg1, void* jarg2) vtkMultiProcessStream_swigOpShr__SWIG_7; extern(C) void* function(void* jarg1, void* jarg2) vtkMultiProcessStream_swigOpShr__SWIG_8; extern(C) void* function(void* jarg1, void* jarg2) vtkMultiProcessStream_swigOpShr__SWIG_9; extern(C) void function(void* jarg1, void* jarg2, uint jarg3) vtkMultiProcessStream_Push__SWIG_0; extern(C) void function(void* jarg1, void* jarg2, uint jarg3) vtkMultiProcessStream_Push__SWIG_1; extern(C) void function(void* jarg1, void* jarg2, uint jarg3) vtkMultiProcessStream_Push__SWIG_2; extern(C) void function(void* jarg1, const(char)* jarg2, uint jarg3) vtkMultiProcessStream_Push__SWIG_3; extern(C) void function(void* jarg1, void* jarg2, uint jarg3) vtkMultiProcessStream_Push__SWIG_4; extern(C) void function(void* jarg1, void* jarg2, uint jarg3) vtkMultiProcessStream_Push__SWIG_5; extern(C) void function(void* jarg1, void* jarg2, uint jarg3) vtkMultiProcessStream_Push__SWIG_6; extern(C) void function(void* jarg1, void* jarg2, uint jarg3) vtkMultiProcessStream_Push__SWIG_7; extern(C) void function(void* jarg1, void* jarg2, void* jarg3) vtkMultiProcessStream_Pop__SWIG_0; extern(C) void function(void* jarg1, void* jarg2, void* jarg3) vtkMultiProcessStream_Pop__SWIG_1; extern(C) void function(void* jarg1, void* jarg2, void* jarg3) vtkMultiProcessStream_Pop__SWIG_2; extern(C) void function(void* jarg1, const(char)* jarg2, void* jarg3) vtkMultiProcessStream_Pop__SWIG_3; extern(C) void function(void* jarg1, void* jarg2, void* jarg3) vtkMultiProcessStream_Pop__SWIG_4; extern(C) void function(void* jarg1, void* jarg2, void* jarg3) vtkMultiProcessStream_Pop__SWIG_5; extern(C) void function(void* jarg1, void* jarg2, void* jarg3) vtkMultiProcessStream_Pop__SWIG_6; extern(C) void function(void* jarg1, void* jarg2, void* jarg3) vtkMultiProcessStream_Pop__SWIG_7; extern(C) void function(void* jarg1) vtkMultiProcessStream_Reset; extern(C) int function(void* jarg1) vtkMultiProcessStream_Size; extern(C) uint function(void* jarg1) vtkMultiProcessStream_Empty; extern(C) void function(void* jarg1, void* jarg2) vtkMultiProcessStream_GetRawData__SWIG_0; extern(C) void function(void* jarg1, void* jarg2, void* jarg3) vtkMultiProcessStream_GetRawData__SWIG_1; extern(C) void function(void* jarg1, void* jarg2) vtkMultiProcessStream_SetRawData__SWIG_0; extern(C) void function(void* jarg1, void* jarg2, uint jarg3) vtkMultiProcessStream_SetRawData__SWIG_1; extern(C) void* function() vtkAssignCoordinates_New; extern(C) int function(const(char)* jarg1) vtkAssignCoordinates_IsTypeOf; extern(C) void* function(void* jarg1) vtkAssignCoordinates_SafeDownCast; extern(C) void* function(void* jarg1) vtkAssignCoordinates_NewInstance; extern(C) void function(void* jarg1, const(char)* jarg2) vtkAssignCoordinates_SetXCoordArrayName; extern(C) const(char)* function(void* jarg1) vtkAssignCoordinates_GetXCoordArrayName; extern(C) void function(void* jarg1, const(char)* jarg2) vtkAssignCoordinates_SetYCoordArrayName; extern(C) const(char)* function(void* jarg1) vtkAssignCoordinates_GetYCoordArrayName; extern(C) void function(void* jarg1, const(char)* jarg2) vtkAssignCoordinates_SetZCoordArrayName; extern(C) const(char)* function(void* jarg1) vtkAssignCoordinates_GetZCoordArrayName; extern(C) void function(void* jarg1, uint jarg2) vtkAssignCoordinates_SetJitter; extern(C) void* function(void* objectRef) vtkAssignCoordinates_Upcast; extern(C) void* function() vtkOpenGLLightingPainter_New; extern(C) int function(const(char)* jarg1) vtkOpenGLLightingPainter_IsTypeOf; extern(C) void* function(void* jarg1) vtkOpenGLLightingPainter_SafeDownCast; extern(C) void* function(void* jarg1) vtkOpenGLLightingPainter_NewInstance; extern(C) void* function(void* objectRef) vtkOpenGLLightingPainter_Upcast; extern(C) int function(const(char)* jarg1) vtkReverseSense_IsTypeOf; extern(C) void* function(void* jarg1) vtkReverseSense_SafeDownCast; extern(C) void* function(void* jarg1) vtkReverseSense_NewInstance; extern(C) void* function() vtkReverseSense_New; extern(C) void function(void* jarg1, int jarg2) vtkReverseSense_SetReverseCells; extern(C) int function(void* jarg1) vtkReverseSense_GetReverseCells; extern(C) void function(void* jarg1) vtkReverseSense_ReverseCellsOn; extern(C) void function(void* jarg1) vtkReverseSense_ReverseCellsOff; extern(C) void function(void* jarg1, int jarg2) vtkReverseSense_SetReverseNormals; extern(C) int function(void* jarg1) vtkReverseSense_GetReverseNormals; extern(C) void function(void* jarg1) vtkReverseSense_ReverseNormalsOn; extern(C) void function(void* jarg1) vtkReverseSense_ReverseNormalsOff; extern(C) void* function(void* objectRef) vtkReverseSense_Upcast; extern(C) void* function() vtkStructuredGridPartitioner_New; extern(C) int function(const(char)* jarg1) vtkStructuredGridPartitioner_IsTypeOf; extern(C) void* function(void* jarg1) vtkStructuredGridPartitioner_SafeDownCast; extern(C) void* function(void* jarg1) vtkStructuredGridPartitioner_NewInstance; extern(C) int function(void* jarg1) vtkStructuredGridPartitioner_GetNumberOfPartitions; extern(C) void function(void* jarg1, int jarg2) vtkStructuredGridPartitioner_SetNumberOfPartitions; extern(C) int function(void* jarg1) vtkStructuredGridPartitioner_GetNumberOfGhostLayers; extern(C) void function(void* jarg1, int jarg2) vtkStructuredGridPartitioner_SetNumberOfGhostLayers; extern(C) void* function(void* objectRef) vtkStructuredGridPartitioner_Upcast; extern(C) void* function() vtkImageExtractComponents_New; extern(C) int function(const(char)* jarg1) vtkImageExtractComponents_IsTypeOf; extern(C) void* function(void* jarg1) vtkImageExtractComponents_SafeDownCast; extern(C) void* function(void* jarg1) vtkImageExtractComponents_NewInstance; extern(C) void function(void* jarg1, int jarg2) vtkImageExtractComponents_SetComponents__SWIG_0; extern(C) void function(void* jarg1, int jarg2, int jarg3) vtkImageExtractComponents_SetComponents__SWIG_1; extern(C) void function(void* jarg1, int jarg2, int jarg3, int jarg4) vtkImageExtractComponents_SetComponents__SWIG_2; extern(C) void* function(void* jarg1) vtkImageExtractComponents_GetComponents__SWIG_0; extern(C) void function(void* jarg1, void* jarg2, void* jarg3, void* jarg4) vtkImageExtractComponents_GetComponents__SWIG_1; extern(C) void function(void* jarg1, void* jarg2) vtkImageExtractComponents_GetComponents__SWIG_2; extern(C) int function(void* jarg1) vtkImageExtractComponents_GetNumberOfComponents; extern(C) void* function(void* objectRef) vtkImageExtractComponents_Upcast; extern(C) void* function() vtkImageStencilToImage_New; extern(C) int function(const(char)* jarg1) vtkImageStencilToImage_IsTypeOf; extern(C) void* function(void* jarg1) vtkImageStencilToImage_SafeDownCast; extern(C) void* function(void* jarg1) vtkImageStencilToImage_NewInstance; extern(C) void function(void* jarg1, double jarg2) vtkImageStencilToImage_SetOutsideValue; extern(C) double function(void* jarg1) vtkImageStencilToImage_GetOutsideValue; extern(C) void function(void* jarg1, double jarg2) vtkImageStencilToImage_SetInsideValue; extern(C) double function(void* jarg1) vtkImageStencilToImage_GetInsideValue; extern(C) void function(void* jarg1, int jarg2) vtkImageStencilToImage_SetOutputScalarType; extern(C) int function(void* jarg1) vtkImageStencilToImage_GetOutputScalarType; extern(C) void function(void* jarg1) vtkImageStencilToImage_SetOutputScalarTypeToFloat; extern(C) void function(void* jarg1) vtkImageStencilToImage_SetOutputScalarTypeToDouble; extern(C) void function(void* jarg1) vtkImageStencilToImage_SetOutputScalarTypeToInt; extern(C) void function(void* jarg1) vtkImageStencilToImage_SetOutputScalarTypeToUnsignedInt; extern(C) void function(void* jarg1) vtkImageStencilToImage_SetOutputScalarTypeToLong; extern(C) void function(void* jarg1) vtkImageStencilToImage_SetOutputScalarTypeToUnsignedLong; extern(C) void function(void* jarg1) vtkImageStencilToImage_SetOutputScalarTypeToShort; extern(C) void function(void* jarg1) vtkImageStencilToImage_SetOutputScalarTypeToUnsignedShort; extern(C) void function(void* jarg1) vtkImageStencilToImage_SetOutputScalarTypeToUnsignedChar; extern(C) void function(void* jarg1) vtkImageStencilToImage_SetOutputScalarTypeToChar; extern(C) void* function(void* objectRef) vtkImageStencilToImage_Upcast; extern(C) void* function() vtkChacoGraphReader_New; extern(C) int function(const(char)* jarg1) vtkChacoGraphReader_IsTypeOf; extern(C) void* function(void* jarg1) vtkChacoGraphReader_SafeDownCast; extern(C) void* function(void* jarg1) vtkChacoGraphReader_NewInstance; extern(C) const(char)* function(void* jarg1) vtkChacoGraphReader_GetFileName; extern(C) void function(void* jarg1, const(char)* jarg2) vtkChacoGraphReader_SetFileName; extern(C) void* function(void* objectRef) vtkChacoGraphReader_Upcast; extern(C) int function(const(char)* jarg1) vtkSortFileNames_IsTypeOf; extern(C) void* function(void* jarg1) vtkSortFileNames_SafeDownCast; extern(C) void* function(void* jarg1) vtkSortFileNames_NewInstance; extern(C) void* function() vtkSortFileNames_New; extern(C) void function(void* jarg1, int jarg2) vtkSortFileNames_SetGrouping; extern(C) int function(void* jarg1) vtkSortFileNames_GetGrouping; extern(C) void function(void* jarg1) vtkSortFileNames_GroupingOn; extern(C) void function(void* jarg1) vtkSortFileNames_GroupingOff; extern(C) void function(void* jarg1, int jarg2) vtkSortFileNames_SetNumericSort; extern(C) int function(void* jarg1) vtkSortFileNames_GetNumericSort; extern(C) void function(void* jarg1) vtkSortFileNames_NumericSortOn; extern(C) void function(void* jarg1) vtkSortFileNames_NumericSortOff; extern(C) void function(void* jarg1, int jarg2) vtkSortFileNames_SetIgnoreCase; extern(C) int function(void* jarg1) vtkSortFileNames_GetIgnoreCase; extern(C) void function(void* jarg1) vtkSortFileNames_IgnoreCaseOn; extern(C) void function(void* jarg1) vtkSortFileNames_IgnoreCaseOff; extern(C) void function(void* jarg1, int jarg2) vtkSortFileNames_SetSkipDirectories; extern(C) int function(void* jarg1) vtkSortFileNames_GetSkipDirectories; extern(C) void function(void* jarg1) vtkSortFileNames_SkipDirectoriesOn; extern(C) void function(void* jarg1) vtkSortFileNames_SkipDirectoriesOff; extern(C) void function(void* jarg1, void* jarg2) vtkSortFileNames_SetInputFileNames; extern(C) void* function(void* jarg1) vtkSortFileNames_GetInputFileNames; extern(C) void* function(void* jarg1) vtkSortFileNames_GetFileNames; extern(C) int function(void* jarg1) vtkSortFileNames_GetNumberOfGroups; extern(C) void* function(void* jarg1, int jarg2) vtkSortFileNames_GetNthGroup; extern(C) void function(void* jarg1) vtkSortFileNames_Update; extern(C) void* function(void* objectRef) vtkSortFileNames_Upcast; extern(C) void* function() vtkPropPicker_New; extern(C) int function(const(char)* jarg1) vtkPropPicker_IsTypeOf; extern(C) void* function(void* jarg1) vtkPropPicker_SafeDownCast; extern(C) void* function(void* jarg1) vtkPropPicker_NewInstance; extern(C) int function(void* jarg1, double jarg2, double jarg3, void* jarg4) vtkPropPicker_PickProp__SWIG_0; extern(C) int function(void* jarg1, double jarg2, double jarg3, void* jarg4, void* jarg5) vtkPropPicker_PickProp__SWIG_1; extern(C) int function(void* jarg1, double jarg2, double jarg3, double jarg4, void* jarg5) vtkPropPicker_Pick__SWIG_0; extern(C) int function(void* jarg1, void* jarg2, void* jarg3) vtkPropPicker_Pick__SWIG_1; extern(C) void* function(void* objectRef) vtkPropPicker_Upcast; extern(C) void* function() vtkCompositeDataReader_New; extern(C) int function(const(char)* jarg1) vtkCompositeDataReader_IsTypeOf; extern(C) void* function(void* jarg1) vtkCompositeDataReader_SafeDownCast; extern(C) void* function(void* jarg1) vtkCompositeDataReader_NewInstance; extern(C) void* function(void* jarg1) vtkCompositeDataReader_GetOutput__SWIG_0; extern(C) void* function(void* jarg1, int jarg2) vtkCompositeDataReader_GetOutput__SWIG_1; extern(C) void function(void* jarg1, void* jarg2) vtkCompositeDataReader_SetOutput; extern(C) void* function() new_vtkCompositeDataReader; extern(C) void function(void* jarg1) delete_vtkCompositeDataReader; extern(C) void* function(void* objectRef) vtkCompositeDataReader_Upcast; extern(C) void* function() vtkKMeansDistanceFunctorCalculator_New; extern(C) int function(const(char)* jarg1) vtkKMeansDistanceFunctorCalculator_IsTypeOf; extern(C) void* function(void* jarg1) vtkKMeansDistanceFunctorCalculator_SafeDownCast; extern(C) void* function(void* jarg1) vtkKMeansDistanceFunctorCalculator_NewInstance; extern(C) void function(void* jarg1, const(char)* jarg2) vtkKMeansDistanceFunctorCalculator_SetDistanceExpression; extern(C) const(char)* function(void* jarg1) vtkKMeansDistanceFunctorCalculator_GetDistanceExpression; extern(C) void function(void* jarg1, void* jarg2) vtkKMeansDistanceFunctorCalculator_SetFunctionParser; extern(C) void* function(void* jarg1) vtkKMeansDistanceFunctorCalculator_GetFunctionParser; extern(C) void* function(void* objectRef) vtkKMeansDistanceFunctorCalculator_Upcast; extern(C) int function(const(char)* jarg1) vtkLabelRenderStrategy_IsTypeOf; extern(C) void* function(void* jarg1) vtkLabelRenderStrategy_SafeDownCast; extern(C) void* function(void* jarg1) vtkLabelRenderStrategy_NewInstance; extern(C) uint function(void* jarg1) vtkLabelRenderStrategy_SupportsRotation; extern(C) uint function(void* jarg1) vtkLabelRenderStrategy_SupportsBoundedSize; extern(C) void function(void* jarg1, void* jarg2) vtkLabelRenderStrategy_SetRenderer; extern(C) void* function(void* jarg1) vtkLabelRenderStrategy_GetRenderer; extern(C) void function(void* jarg1, void* jarg2) vtkLabelRenderStrategy_SetDefaultTextProperty; extern(C) void* function(void* jarg1) vtkLabelRenderStrategy_GetDefaultTextProperty; extern(C) void function(void* jarg1, void* jarg2, void* jarg3, void* jarg4) vtkLabelRenderStrategy_ComputeLabelBounds__SWIG_0; extern(C) void function(void* jarg1, void* jarg2, void* jarg3, void* jarg4) vtkLabelRenderStrategy_ComputeLabelBounds__SWIG_1; extern(C) void function(void* jarg1, void* jarg2, void* jarg3, void* jarg4) vtkLabelRenderStrategy_RenderLabel__SWIG_0; extern(C) void function(void* jarg1, void* jarg2, void* jarg3, void* jarg4, int jarg5) vtkLabelRenderStrategy_RenderLabel__SWIG_1; extern(C) void function(void* jarg1, void* jarg2, void* jarg3, void* jarg4) vtkLabelRenderStrategy_RenderLabel__SWIG_2; extern(C) void function(void* jarg1, void* jarg2, void* jarg3, void* jarg4, int jarg5) vtkLabelRenderStrategy_RenderLabel__SWIG_3; extern(C) void function(void* jarg1) vtkLabelRenderStrategy_StartFrame; extern(C) void function(void* jarg1) vtkLabelRenderStrategy_EndFrame; extern(C) void function(void* jarg1, void* jarg2) vtkLabelRenderStrategy_ReleaseGraphicsResources; extern(C) void* function(void* objectRef) vtkLabelRenderStrategy_Upcast; extern(C) int function(const(char)* jarg1) vtkFreeTypeLabelRenderStrategy_IsTypeOf; extern(C) void* function(void* jarg1) vtkFreeTypeLabelRenderStrategy_SafeDownCast; extern(C) void* function(void* jarg1) vtkFreeTypeLabelRenderStrategy_NewInstance; extern(C) void* function() vtkFreeTypeLabelRenderStrategy_New; extern(C) void function(void* jarg1, void* jarg2, void* jarg3, void* jarg4) vtkFreeTypeLabelRenderStrategy_ComputeLabelBounds__SWIG_0; extern(C) void function(void* jarg1, void* jarg2, void* jarg3, void* jarg4) vtkFreeTypeLabelRenderStrategy_ComputeLabelBounds__SWIG_1; extern(C) void function(void* jarg1, void* jarg2, void* jarg3, void* jarg4) vtkFreeTypeLabelRenderStrategy_RenderLabel__SWIG_0; extern(C) void function(void* jarg1, void* jarg2, void* jarg3, void* jarg4, int jarg5) vtkFreeTypeLabelRenderStrategy_RenderLabel__SWIG_1; extern(C) void function(void* jarg1, void* jarg2, void* jarg3, void* jarg4) vtkFreeTypeLabelRenderStrategy_RenderLabel__SWIG_2; extern(C) void function(void* jarg1, void* jarg2, void* jarg3, void* jarg4, int jarg5) vtkFreeTypeLabelRenderStrategy_RenderLabel__SWIG_3; extern(C) void* function(void* objectRef) vtkFreeTypeLabelRenderStrategy_Upcast; extern(C) void* function() vtkFixedPointVolumeRayCastCompositeShadeHelper_New; extern(C) int function(const(char)* jarg1) vtkFixedPointVolumeRayCastCompositeShadeHelper_IsTypeOf; extern(C) void* function(void* jarg1) vtkFixedPointVolumeRayCastCompositeShadeHelper_SafeDownCast; extern(C) void* function(void* jarg1) vtkFixedPointVolumeRayCastCompositeShadeHelper_NewInstance; extern(C) void* function(void* objectRef) vtkFixedPointVolumeRayCastCompositeShadeHelper_Upcast; extern(C) int function(const(char)* jarg1) vtkTextMapper_IsTypeOf; extern(C) void* function(void* jarg1) vtkTextMapper_SafeDownCast; extern(C) void* function(void* jarg1) vtkTextMapper_NewInstance; extern(C) void* function() vtkTextMapper_New; extern(C) void function(void* jarg1, void* jarg2, void* jarg3) vtkTextMapper_GetSize; extern(C) int function(void* jarg1, void* jarg2) vtkTextMapper_GetWidth; extern(C) int function(void* jarg1, void* jarg2) vtkTextMapper_GetHeight; extern(C) void function(void* jarg1, const(char)* jarg2) vtkTextMapper_SetInput; extern(C) const(char)* function(void* jarg1) vtkTextMapper_GetInput; extern(C) void function(void* jarg1, void* jarg2) vtkTextMapper_SetTextProperty; extern(C) void* function(void* jarg1) vtkTextMapper_GetTextProperty; extern(C) void function(void* jarg1, void* jarg2) vtkTextMapper_ShallowCopy; extern(C) int function(void* jarg1, const(char)* jarg2) vtkTextMapper_GetNumberOfLines__SWIG_0; extern(C) int function(void* jarg1) vtkTextMapper_GetNumberOfLines__SWIG_1; extern(C) int function(void* jarg1, void* jarg2, int jarg3, int jarg4) vtkTextMapper_SetConstrainedFontSize__SWIG_0; extern(C) int function(void* jarg1, int jarg2, int jarg3, void* jarg4, int jarg5, void* jarg6) vtkTextMapper_SetMultipleConstrainedFontSize; extern(C) int function(void* jarg1, void* jarg2, void* jarg3, void* jarg4, float jarg5) vtkTextMapper_SetRelativeFontSize__SWIG_0; extern(C) int function(void* jarg1, void* jarg2, void* jarg3, void* jarg4) vtkTextMapper_SetRelativeFontSize__SWIG_1; extern(C) int function(void* jarg1, void* jarg2, int jarg3, void* jarg4, void* jarg5, float jarg6) vtkTextMapper_SetMultipleRelativeFontSize; extern(C) int function(void* jarg1, int jarg2) vtkTextMapper_GetSystemFontSize; extern(C) void* function(void* objectRef) vtkTextMapper_Upcast; extern(C) int function(const(char)* jarg1) vtkOpenGLFreeTypeTextMapper_IsTypeOf; extern(C) void* function(void* jarg1) vtkOpenGLFreeTypeTextMapper_SafeDownCast; extern(C) void* function(void* jarg1) vtkOpenGLFreeTypeTextMapper_NewInstance; extern(C) void* function() vtkOpenGLFreeTypeTextMapper_New; extern(C) void* function(void* objectRef) vtkOpenGLFreeTypeTextMapper_Upcast; extern(C) int function(const(char)* jarg1) vtkImageActor_IsTypeOf; extern(C) void* function(void* jarg1) vtkImageActor_SafeDownCast; extern(C) void* function(void* jarg1) vtkImageActor_NewInstance; extern(C) void* function() vtkImageActor_New; extern(C) void function(void* jarg1, void* jarg2) vtkImageActor_SetInputData; extern(C) void* function(void* jarg1) vtkImageActor_GetInput; extern(C) void function(void* jarg1, int jarg2) vtkImageActor_SetInterpolate; extern(C) int function(void* jarg1) vtkImageActor_GetInterpolate; extern(C) void function(void* jarg1) vtkImageActor_InterpolateOn; extern(C) void function(void* jarg1) vtkImageActor_InterpolateOff; extern(C) void function(void* jarg1, double jarg2) vtkImageActor_SetOpacity; extern(C) double function(void* jarg1) vtkImageActor_GetOpacity; extern(C) double function(void* jarg1) vtkImageActor_GetOpacityMinValue; extern(C) double function(void* jarg1) vtkImageActor_GetOpacityMaxValue; extern(C) void function(void* jarg1, void* jarg2) vtkImageActor_SetDisplayExtent__SWIG_0; extern(C) void function(void* jarg1, int jarg2, int jarg3, int jarg4, int jarg5, int jarg6, int jarg7) vtkImageActor_SetDisplayExtent__SWIG_1; extern(C) void function(void* jarg1, void* jarg2) vtkImageActor_GetDisplayExtent__SWIG_0; extern(C) void* function(void* jarg1) vtkImageActor_GetDisplayExtent__SWIG_1; extern(C) void* function(void* jarg1) vtkImageActor_GetBounds__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkImageActor_GetBounds__SWIG_1; extern(C) void* function(void* jarg1) vtkImageActor_GetDisplayBounds__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkImageActor_GetDisplayBounds__SWIG_1; extern(C) int function(void* jarg1) vtkImageActor_GetSliceNumber; extern(C) int function(void* jarg1) vtkImageActor_GetSliceNumberMax; extern(C) int function(void* jarg1) vtkImageActor_GetSliceNumberMin; extern(C) void function(void* jarg1, int jarg2) vtkImageActor_SetZSlice; extern(C) int function(void* jarg1) vtkImageActor_GetZSlice; extern(C) int function(void* jarg1) vtkImageActor_GetWholeZMin; extern(C) int function(void* jarg1) vtkImageActor_GetWholeZMax; extern(C) void* function(void* objectRef) vtkImageActor_Upcast; extern(C) void* function() vtkSphereWidget_New; extern(C) int function(const(char)* jarg1) vtkSphereWidget_IsTypeOf; extern(C) void* function(void* jarg1) vtkSphereWidget_SafeDownCast; extern(C) void* function(void* jarg1) vtkSphereWidget_NewInstance; extern(C) void function(void* jarg1, void* jarg2) vtkSphereWidget_PlaceWidget__SWIG_0; extern(C) void function(void* jarg1) vtkSphereWidget_PlaceWidget__SWIG_1; extern(C) void function(void* jarg1, double jarg2, double jarg3, double jarg4, double jarg5, double jarg6, double jarg7) vtkSphereWidget_PlaceWidget__SWIG_2; extern(C) void function(void* jarg1, int jarg2) vtkSphereWidget_SetRepresentation; extern(C) int function(void* jarg1) vtkSphereWidget_GetRepresentationMinValue; extern(C) int function(void* jarg1) vtkSphereWidget_GetRepresentationMaxValue; extern(C) int function(void* jarg1) vtkSphereWidget_GetRepresentation; extern(C) void function(void* jarg1) vtkSphereWidget_SetRepresentationToOff; extern(C) void function(void* jarg1) vtkSphereWidget_SetRepresentationToWireframe; extern(C) void function(void* jarg1) vtkSphereWidget_SetRepresentationToSurface; extern(C) void function(void* jarg1, int jarg2) vtkSphereWidget_SetThetaResolution; extern(C) int function(void* jarg1) vtkSphereWidget_GetThetaResolution; extern(C) void function(void* jarg1, int jarg2) vtkSphereWidget_SetPhiResolution; extern(C) int function(void* jarg1) vtkSphereWidget_GetPhiResolution; extern(C) void function(void* jarg1, double jarg2) vtkSphereWidget_SetRadius; extern(C) double function(void* jarg1) vtkSphereWidget_GetRadius; extern(C) void function(void* jarg1, double jarg2, double jarg3, double jarg4) vtkSphereWidget_SetCenter__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkSphereWidget_SetCenter__SWIG_1; extern(C) void* function(void* jarg1) vtkSphereWidget_GetCenter__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkSphereWidget_GetCenter__SWIG_1; extern(C) void function(void* jarg1, int jarg2) vtkSphereWidget_SetTranslation; extern(C) int function(void* jarg1) vtkSphereWidget_GetTranslation; extern(C) void function(void* jarg1) vtkSphereWidget_TranslationOn; extern(C) void function(void* jarg1) vtkSphereWidget_TranslationOff; extern(C) void function(void* jarg1, int jarg2) vtkSphereWidget_SetScale; extern(C) int function(void* jarg1) vtkSphereWidget_GetScale; extern(C) void function(void* jarg1) vtkSphereWidget_ScaleOn; extern(C) void function(void* jarg1) vtkSphereWidget_ScaleOff; extern(C) void function(void* jarg1, int jarg2) vtkSphereWidget_SetHandleVisibility; extern(C) int function(void* jarg1) vtkSphereWidget_GetHandleVisibility; extern(C) void function(void* jarg1) vtkSphereWidget_HandleVisibilityOn; extern(C) void function(void* jarg1) vtkSphereWidget_HandleVisibilityOff; extern(C) void function(void* jarg1, double jarg2, double jarg3, double jarg4) vtkSphereWidget_SetHandleDirection__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkSphereWidget_SetHandleDirection__SWIG_1; extern(C) void* function(void* jarg1) vtkSphereWidget_GetHandleDirection__SWIG_0; extern(C) void function(void* jarg1, void* jarg2, void* jarg3, void* jarg4) vtkSphereWidget_GetHandleDirection__SWIG_1; extern(C) void function(void* jarg1, void* jarg2) vtkSphereWidget_GetHandleDirection__SWIG_2; extern(C) void* function(void* jarg1) vtkSphereWidget_GetHandlePosition__SWIG_0; extern(C) void function(void* jarg1, void* jarg2, void* jarg3, void* jarg4) vtkSphereWidget_GetHandlePosition__SWIG_1; extern(C) void function(void* jarg1, void* jarg2) vtkSphereWidget_GetHandlePosition__SWIG_2; extern(C) void function(void* jarg1, void* jarg2) vtkSphereWidget_GetPolyData; extern(C) void function(void* jarg1, void* jarg2) vtkSphereWidget_GetSphere; extern(C) void* function(void* jarg1) vtkSphereWidget_GetSphereProperty; extern(C) void* function(void* jarg1) vtkSphereWidget_GetSelectedSphereProperty; extern(C) void* function(void* jarg1) vtkSphereWidget_GetHandleProperty; extern(C) void* function(void* jarg1) vtkSphereWidget_GetSelectedHandleProperty; extern(C) void* function(void* objectRef) vtkSphereWidget_Upcast; extern(C) void* function() vtkArcParallelEdgeStrategy_New; extern(C) int function(const(char)* jarg1) vtkArcParallelEdgeStrategy_IsTypeOf; extern(C) void* function(void* jarg1) vtkArcParallelEdgeStrategy_SafeDownCast; extern(C) void* function(void* jarg1) vtkArcParallelEdgeStrategy_NewInstance; extern(C) int function(void* jarg1) vtkArcParallelEdgeStrategy_GetNumberOfSubdivisions; extern(C) void function(void* jarg1, int jarg2) vtkArcParallelEdgeStrategy_SetNumberOfSubdivisions; extern(C) void* function(void* objectRef) vtkArcParallelEdgeStrategy_Upcast; extern(C) int function(const(char)* jarg1) vtkInformationObjectBaseKey_IsTypeOf; extern(C) void* function(void* jarg1) vtkInformationObjectBaseKey_SafeDownCast; extern(C) void* function(void* jarg1) vtkInformationObjectBaseKey_NewInstance; extern(C) void* function(const(char)* jarg1, const(char)* jarg2, const(char)* jarg3) new_vtkInformationObjectBaseKey__SWIG_0; extern(C) void* function(const(char)* jarg1, const(char)* jarg2) new_vtkInformationObjectBaseKey__SWIG_1; extern(C) void function(void* jarg1) delete_vtkInformationObjectBaseKey; extern(C) void function(void* jarg1, void* jarg2, void* jarg3) vtkInformationObjectBaseKey_Set; extern(C) void* function(void* jarg1, void* jarg2) vtkInformationObjectBaseKey_Get; extern(C) void* function(void* objectRef) vtkInformationObjectBaseKey_Upcast; extern(C) int function(const(char)* jarg1) vtkCachingInterpolatedVelocityField_IsTypeOf; extern(C) void* function(void* jarg1) vtkCachingInterpolatedVelocityField_SafeDownCast; extern(C) void* function(void* jarg1) vtkCachingInterpolatedVelocityField_NewInstance; extern(C) void* function() vtkCachingInterpolatedVelocityField_New; extern(C) int function(void* jarg1, void* jarg2) vtkCachingInterpolatedVelocityField_InsideTest; extern(C) void function(void* jarg1, int jarg2, void* jarg3, uint jarg4, void* jarg5) vtkCachingInterpolatedVelocityField_SetDataSet; extern(C) const(char)* function(void* jarg1) vtkCachingInterpolatedVelocityField_GetVectorsSelection; extern(C) void function(void* jarg1, const(char)* jarg2) vtkCachingInterpolatedVelocityField_SelectVectors; extern(C) void function(void* jarg1, long jarg2, int jarg3) vtkCachingInterpolatedVelocityField_SetLastCellInfo; extern(C) void function(void* jarg1) vtkCachingInterpolatedVelocityField_ClearLastCellInfo; extern(C) int function(void* jarg1, void* jarg2) vtkCachingInterpolatedVelocityField_GetLastWeights; extern(C) int function(void* jarg1, void* jarg2) vtkCachingInterpolatedVelocityField_GetLastLocalCoordinates; extern(C) int function(void* jarg1) vtkCachingInterpolatedVelocityField_GetCellCacheHit; extern(C) int function(void* jarg1) vtkCachingInterpolatedVelocityField_GetDataSetCacheHit; extern(C) int function(void* jarg1) vtkCachingInterpolatedVelocityField_GetCacheMiss; extern(C) void* function(void* objectRef) vtkCachingInterpolatedVelocityField_Upcast; extern(C) void* function() vtkChooserPainter_New; extern(C) int function(const(char)* jarg1) vtkChooserPainter_IsTypeOf; extern(C) void* function(void* jarg1) vtkChooserPainter_SafeDownCast; extern(C) void* function(void* jarg1) vtkChooserPainter_NewInstance; extern(C) void function(void* jarg1, void* jarg2) vtkChooserPainter_SetVertPainter; extern(C) void function(void* jarg1, void* jarg2) vtkChooserPainter_SetLinePainter; extern(C) void function(void* jarg1, void* jarg2) vtkChooserPainter_SetPolyPainter; extern(C) void function(void* jarg1, void* jarg2) vtkChooserPainter_SetStripPainter; extern(C) void function(void* jarg1, int jarg2) vtkChooserPainter_SetUseLinesPainterForWireframes; extern(C) int function(void* jarg1) vtkChooserPainter_GetUseLinesPainterForWireframes; extern(C) void function(void* jarg1) vtkChooserPainter_UseLinesPainterForWireframesOn; extern(C) void function(void* jarg1) vtkChooserPainter_UseLinesPainterForWireframesOff; extern(C) void* function(void* objectRef) vtkChooserPainter_Upcast; extern(C) int function(const(char)* jarg1) vtkUGFacetReader_IsTypeOf; extern(C) void* function(void* jarg1) vtkUGFacetReader_SafeDownCast; extern(C) void* function(void* jarg1) vtkUGFacetReader_NewInstance; extern(C) void* function() vtkUGFacetReader_New; extern(C) void function(void* jarg1, const(char)* jarg2) vtkUGFacetReader_SetFileName; extern(C) const(char)* function(void* jarg1) vtkUGFacetReader_GetFileName; extern(C) int function(void* jarg1) vtkUGFacetReader_GetNumberOfParts; extern(C) short function(void* jarg1, int jarg2) vtkUGFacetReader_GetPartColorIndex; extern(C) void function(void* jarg1, int jarg2) vtkUGFacetReader_SetPartNumber; extern(C) int function(void* jarg1) vtkUGFacetReader_GetPartNumber; extern(C) void function(void* jarg1, int jarg2) vtkUGFacetReader_SetMerging; extern(C) int function(void* jarg1) vtkUGFacetReader_GetMerging; extern(C) void function(void* jarg1) vtkUGFacetReader_MergingOn; extern(C) void function(void* jarg1) vtkUGFacetReader_MergingOff; extern(C) void function(void* jarg1, void* jarg2) vtkUGFacetReader_SetLocator; extern(C) void* function(void* jarg1) vtkUGFacetReader_GetLocator; extern(C) void function(void* jarg1) vtkUGFacetReader_CreateDefaultLocator; extern(C) void* function(void* objectRef) vtkUGFacetReader_Upcast; extern(C) int function(const(char)* jarg1) vtkDecimatePro_IsTypeOf; extern(C) void* function(void* jarg1) vtkDecimatePro_SafeDownCast; extern(C) void* function(void* jarg1) vtkDecimatePro_NewInstance; extern(C) void* function() vtkDecimatePro_New; extern(C) void function(void* jarg1, double jarg2) vtkDecimatePro_SetTargetReduction; extern(C) double function(void* jarg1) vtkDecimatePro_GetTargetReductionMinValue; extern(C) double function(void* jarg1) vtkDecimatePro_GetTargetReductionMaxValue; extern(C) double function(void* jarg1) vtkDecimatePro_GetTargetReduction; extern(C) void function(void* jarg1, int jarg2) vtkDecimatePro_SetPreserveTopology; extern(C) int function(void* jarg1) vtkDecimatePro_GetPreserveTopology; extern(C) void function(void* jarg1) vtkDecimatePro_PreserveTopologyOn; extern(C) void function(void* jarg1) vtkDecimatePro_PreserveTopologyOff; extern(C) void function(void* jarg1, double jarg2) vtkDecimatePro_SetFeatureAngle; extern(C) double function(void* jarg1) vtkDecimatePro_GetFeatureAngleMinValue; extern(C) double function(void* jarg1) vtkDecimatePro_GetFeatureAngleMaxValue; extern(C) double function(void* jarg1) vtkDecimatePro_GetFeatureAngle; extern(C) void function(void* jarg1, int jarg2) vtkDecimatePro_SetSplitting; extern(C) int function(void* jarg1) vtkDecimatePro_GetSplitting; extern(C) void function(void* jarg1) vtkDecimatePro_SplittingOn; extern(C) void function(void* jarg1) vtkDecimatePro_SplittingOff; extern(C) void function(void* jarg1, double jarg2) vtkDecimatePro_SetSplitAngle; extern(C) double function(void* jarg1) vtkDecimatePro_GetSplitAngleMinValue; extern(C) double function(void* jarg1) vtkDecimatePro_GetSplitAngleMaxValue; extern(C) double function(void* jarg1) vtkDecimatePro_GetSplitAngle; extern(C) void function(void* jarg1, int jarg2) vtkDecimatePro_SetPreSplitMesh; extern(C) int function(void* jarg1) vtkDecimatePro_GetPreSplitMesh; extern(C) void function(void* jarg1) vtkDecimatePro_PreSplitMeshOn; extern(C) void function(void* jarg1) vtkDecimatePro_PreSplitMeshOff; extern(C) void function(void* jarg1, double jarg2) vtkDecimatePro_SetMaximumError; extern(C) double function(void* jarg1) vtkDecimatePro_GetMaximumErrorMinValue; extern(C) double function(void* jarg1) vtkDecimatePro_GetMaximumErrorMaxValue; extern(C) double function(void* jarg1) vtkDecimatePro_GetMaximumError; extern(C) void function(void* jarg1, int jarg2) vtkDecimatePro_SetAccumulateError; extern(C) int function(void* jarg1) vtkDecimatePro_GetAccumulateError; extern(C) void function(void* jarg1) vtkDecimatePro_AccumulateErrorOn; extern(C) void function(void* jarg1) vtkDecimatePro_AccumulateErrorOff; extern(C) void function(void* jarg1, int jarg2) vtkDecimatePro_SetErrorIsAbsolute; extern(C) int function(void* jarg1) vtkDecimatePro_GetErrorIsAbsolute; extern(C) void function(void* jarg1, double jarg2) vtkDecimatePro_SetAbsoluteError; extern(C) double function(void* jarg1) vtkDecimatePro_GetAbsoluteErrorMinValue; extern(C) double function(void* jarg1) vtkDecimatePro_GetAbsoluteErrorMaxValue; extern(C) double function(void* jarg1) vtkDecimatePro_GetAbsoluteError; extern(C) void function(void* jarg1, int jarg2) vtkDecimatePro_SetBoundaryVertexDeletion; extern(C) int function(void* jarg1) vtkDecimatePro_GetBoundaryVertexDeletion; extern(C) void function(void* jarg1) vtkDecimatePro_BoundaryVertexDeletionOn; extern(C) void function(void* jarg1) vtkDecimatePro_BoundaryVertexDeletionOff; extern(C) void function(void* jarg1, int jarg2) vtkDecimatePro_SetDegree; extern(C) int function(void* jarg1) vtkDecimatePro_GetDegreeMinValue; extern(C) int function(void* jarg1) vtkDecimatePro_GetDegreeMaxValue; extern(C) int function(void* jarg1) vtkDecimatePro_GetDegree; extern(C) void function(void* jarg1, double jarg2) vtkDecimatePro_SetInflectionPointRatio; extern(C) double function(void* jarg1) vtkDecimatePro_GetInflectionPointRatioMinValue; extern(C) double function(void* jarg1) vtkDecimatePro_GetInflectionPointRatioMaxValue; extern(C) double function(void* jarg1) vtkDecimatePro_GetInflectionPointRatio; extern(C) long function(void* jarg1) vtkDecimatePro_GetNumberOfInflectionPoints; extern(C) void function(void* jarg1, void* jarg2) vtkDecimatePro_GetInflectionPoints__SWIG_0; extern(C) void* function(void* jarg1) vtkDecimatePro_GetInflectionPoints__SWIG_1; extern(C) void* function(void* objectRef) vtkDecimatePro_Upcast; extern(C) void* function() vtkPolyDataToReebGraphFilter_New; extern(C) int function(const(char)* jarg1) vtkPolyDataToReebGraphFilter_IsTypeOf; extern(C) void* function(void* jarg1) vtkPolyDataToReebGraphFilter_SafeDownCast; extern(C) void* function(void* jarg1) vtkPolyDataToReebGraphFilter_NewInstance; extern(C) void function(void* jarg1, int jarg2) vtkPolyDataToReebGraphFilter_SetFieldId; extern(C) int function(void* jarg1) vtkPolyDataToReebGraphFilter_GetFieldId; extern(C) void* function(void* jarg1) vtkPolyDataToReebGraphFilter_GetOutput; extern(C) void* function(void* objectRef) vtkPolyDataToReebGraphFilter_Upcast; extern(C) void* function() vtkCirclePackLayout_New; extern(C) int function(const(char)* jarg1) vtkCirclePackLayout_IsTypeOf; extern(C) void* function(void* jarg1) vtkCirclePackLayout_SafeDownCast; extern(C) void* function(void* jarg1) vtkCirclePackLayout_NewInstance; extern(C) const(char)* function(void* jarg1) vtkCirclePackLayout_GetCirclesFieldName; extern(C) void function(void* jarg1, const(char)* jarg2) vtkCirclePackLayout_SetCirclesFieldName; extern(C) void function(void* jarg1, const(char)* jarg2) vtkCirclePackLayout_SetSizeArrayName; extern(C) void* function(void* jarg1) vtkCirclePackLayout_GetLayoutStrategy; extern(C) void function(void* jarg1, void* jarg2) vtkCirclePackLayout_SetLayoutStrategy; extern(C) long function(void* jarg1, void* jarg2, void* jarg3) vtkCirclePackLayout_FindVertex__SWIG_0; extern(C) long function(void* jarg1, void* jarg2) vtkCirclePackLayout_FindVertex__SWIG_1; extern(C) void function(void* jarg1, long jarg2, void* jarg3) vtkCirclePackLayout_GetBoundingCircle; extern(C) void* function(void* objectRef) vtkCirclePackLayout_Upcast; extern(C) void* function() vtkGeoInteractorStyle_New; extern(C) int function(const(char)* jarg1) vtkGeoInteractorStyle_IsTypeOf; extern(C) void* function(void* jarg1) vtkGeoInteractorStyle_SafeDownCast; extern(C) void* function(void* jarg1) vtkGeoInteractorStyle_NewInstance; extern(C) void function(void* jarg1) vtkGeoInteractorStyle_RubberBandZoom; extern(C) void function(void* jarg1) vtkGeoInteractorStyle_RedrawRectangle; extern(C) void* function(void* jarg1) vtkGeoInteractorStyle_GetGeoCamera; extern(C) void function(void* jarg1) vtkGeoInteractorStyle_ResetCamera; extern(C) void function(void* jarg1, void* jarg2) vtkGeoInteractorStyle_WidgetInteraction; extern(C) int function(void* jarg1, double jarg2, double jarg3, void* jarg4, void* jarg5, void* jarg6) vtkGeoInteractorStyle_ViewportToWorld; extern(C) void function(void* jarg1, double jarg2, double jarg3, double jarg4, void* jarg5, void* jarg6) vtkGeoInteractorStyle_WorldToLongLat; extern(C) void function(void* jarg1, double jarg2, double jarg3, void* jarg4, void* jarg5) vtkGeoInteractorStyle_ViewportToLongLat; extern(C) int function(void* jarg1, void* jarg2, void* jarg3, void* jarg4) vtkGeoInteractorStyle_GetRayIntersection; extern(C) uint function(void* jarg1) vtkGeoInteractorStyle_GetLockHeading; extern(C) void function(void* jarg1, uint jarg2) vtkGeoInteractorStyle_SetLockHeading; extern(C) void function(void* jarg1) vtkGeoInteractorStyle_LockHeadingOn; extern(C) void function(void* jarg1) vtkGeoInteractorStyle_LockHeadingOff; extern(C) void function(void* jarg1) vtkGeoInteractorStyle_ResetCameraClippingRange; extern(C) void* function(void* objectRef) vtkGeoInteractorStyle_Upcast; extern(C) int function(const(char)* jarg1) vtkProjectSphereFilter_IsTypeOf; extern(C) void* function(void* jarg1) vtkProjectSphereFilter_SafeDownCast; extern(C) void* function(void* jarg1) vtkProjectSphereFilter_NewInstance; extern(C) void* function() vtkProjectSphereFilter_New; extern(C) void function(void* jarg1, double jarg2, double jarg3, double jarg4) vtkProjectSphereFilter_SetCenter__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkProjectSphereFilter_SetCenter__SWIG_1; extern(C) void* function(void* jarg1) vtkProjectSphereFilter_GetCenter__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkProjectSphereFilter_GetCenter__SWIG_1; extern(C) uint function(void* jarg1) vtkProjectSphereFilter_GetKeepPolePoints; extern(C) void function(void* jarg1, uint jarg2) vtkProjectSphereFilter_SetKeepPolePoints; extern(C) void function(void* jarg1) vtkProjectSphereFilter_KeepPolePointsOn; extern(C) void function(void* jarg1) vtkProjectSphereFilter_KeepPolePointsOff; extern(C) uint function(void* jarg1) vtkProjectSphereFilter_GetTranslateZ; extern(C) void function(void* jarg1, uint jarg2) vtkProjectSphereFilter_SetTranslateZ; extern(C) void function(void* jarg1) vtkProjectSphereFilter_TranslateZOn; extern(C) void function(void* jarg1) vtkProjectSphereFilter_TranslateZOff; extern(C) void* function(void* objectRef) vtkProjectSphereFilter_Upcast; extern(C) void* function() vtkInteractorStyleAreaSelectHover_New; extern(C) int function(const(char)* jarg1) vtkInteractorStyleAreaSelectHover_IsTypeOf; extern(C) void* function(void* jarg1) vtkInteractorStyleAreaSelectHover_SafeDownCast; extern(C) void* function(void* jarg1) vtkInteractorStyleAreaSelectHover_NewInstance; extern(C) void function(void* jarg1, void* jarg2) vtkInteractorStyleAreaSelectHover_SetLayout; extern(C) void* function(void* jarg1) vtkInteractorStyleAreaSelectHover_GetLayout; extern(C) void function(void* jarg1, const(char)* jarg2) vtkInteractorStyleAreaSelectHover_SetLabelField; extern(C) const(char)* function(void* jarg1) vtkInteractorStyleAreaSelectHover_GetLabelField; extern(C) void function(void* jarg1, uint jarg2) vtkInteractorStyleAreaSelectHover_SetUseRectangularCoordinates; extern(C) uint function(void* jarg1) vtkInteractorStyleAreaSelectHover_GetUseRectangularCoordinates; extern(C) void function(void* jarg1) vtkInteractorStyleAreaSelectHover_UseRectangularCoordinatesOn; extern(C) void function(void* jarg1) vtkInteractorStyleAreaSelectHover_UseRectangularCoordinatesOff; extern(C) void function(void* jarg1, double jarg2, double jarg3, double jarg4) vtkInteractorStyleAreaSelectHover_SetHighLightColor; extern(C) void function(void* jarg1, double jarg2) vtkInteractorStyleAreaSelectHover_SetHighLightWidth; extern(C) double function(void* jarg1) vtkInteractorStyleAreaSelectHover_GetHighLightWidth; extern(C) long function(void* jarg1, int jarg2, int jarg3) vtkInteractorStyleAreaSelectHover_GetIdAtPos; extern(C) void* function(void* objectRef) vtkInteractorStyleAreaSelectHover_Upcast; extern(C) void* function() vtkStructuredGridWriter_New; extern(C) int function(const(char)* jarg1) vtkStructuredGridWriter_IsTypeOf; extern(C) void* function(void* jarg1) vtkStructuredGridWriter_SafeDownCast; extern(C) void* function(void* jarg1) vtkStructuredGridWriter_NewInstance; extern(C) void* function(void* jarg1) vtkStructuredGridWriter_GetInput__SWIG_0; extern(C) void* function(void* jarg1, int jarg2) vtkStructuredGridWriter_GetInput__SWIG_1; extern(C) void* function(void* objectRef) vtkStructuredGridWriter_Upcast; extern(C) void* function() vtkCollapseGraph_New; extern(C) int function(const(char)* jarg1) vtkCollapseGraph_IsTypeOf; extern(C) void* function(void* jarg1) vtkCollapseGraph_SafeDownCast; extern(C) void* function(void* jarg1) vtkCollapseGraph_NewInstance; extern(C) void function(void* jarg1, void* jarg2) vtkCollapseGraph_SetGraphConnection; extern(C) void function(void* jarg1, void* jarg2) vtkCollapseGraph_SetSelectionConnection; extern(C) void* function(void* objectRef) vtkCollapseGraph_Upcast; extern(C) void* function() vtkPMaskPoints_New; extern(C) int function(const(char)* jarg1) vtkPMaskPoints_IsTypeOf; extern(C) void* function(void* jarg1) vtkPMaskPoints_SafeDownCast; extern(C) void* function(void* jarg1) vtkPMaskPoints_NewInstance; extern(C) void* function(void* jarg1) vtkPMaskPoints_GetController; extern(C) void function(void* jarg1, void* jarg2) vtkPMaskPoints_SetController; extern(C) void* function(void* objectRef) vtkPMaskPoints_Upcast; extern(C) void* function() vtkMergeDataObjectFilter_New; extern(C) int function(const(char)* jarg1) vtkMergeDataObjectFilter_IsTypeOf; extern(C) void* function(void* jarg1) vtkMergeDataObjectFilter_SafeDownCast; extern(C) void* function(void* jarg1) vtkMergeDataObjectFilter_NewInstance; extern(C) void function(void* jarg1, void* jarg2) vtkMergeDataObjectFilter_SetDataObjectInputData; extern(C) void* function(void* jarg1) vtkMergeDataObjectFilter_GetDataObject; extern(C) void function(void* jarg1, int jarg2) vtkMergeDataObjectFilter_SetOutputField; extern(C) int function(void* jarg1) vtkMergeDataObjectFilter_GetOutputField; extern(C) void function(void* jarg1) vtkMergeDataObjectFilter_SetOutputFieldToDataObjectField; extern(C) void function(void* jarg1) vtkMergeDataObjectFilter_SetOutputFieldToPointDataField; extern(C) void function(void* jarg1) vtkMergeDataObjectFilter_SetOutputFieldToCellDataField; extern(C) void* function(void* objectRef) vtkMergeDataObjectFilter_Upcast; extern(C) void* function() vtkQuadraturePointInterpolator_New; extern(C) int function(const(char)* jarg1) vtkQuadraturePointInterpolator_IsTypeOf; extern(C) void* function(void* jarg1) vtkQuadraturePointInterpolator_SafeDownCast; extern(C) void* function(void* jarg1) vtkQuadraturePointInterpolator_NewInstance; extern(C) void* function(void* objectRef) vtkQuadraturePointInterpolator_Upcast; extern(C) void* function() vtkTStripsPainter_New; extern(C) int function(const(char)* jarg1) vtkTStripsPainter_IsTypeOf; extern(C) void* function(void* jarg1) vtkTStripsPainter_SafeDownCast; extern(C) void* function(void* jarg1) vtkTStripsPainter_NewInstance; extern(C) void* function(void* objectRef) vtkTStripsPainter_Upcast; extern(C) void* function() vtkPicker_New; extern(C) int function(const(char)* jarg1) vtkPicker_IsTypeOf; extern(C) void* function(void* jarg1) vtkPicker_SafeDownCast; extern(C) void* function(void* jarg1) vtkPicker_NewInstance; extern(C) void function(void* jarg1, double jarg2) vtkPicker_SetTolerance; extern(C) double function(void* jarg1) vtkPicker_GetTolerance; extern(C) void* function(void* jarg1) vtkPicker_GetMapperPosition__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkPicker_GetMapperPosition__SWIG_1; extern(C) void* function(void* jarg1) vtkPicker_GetMapper; extern(C) void* function(void* jarg1) vtkPicker_GetDataSet; extern(C) void* function(void* jarg1) vtkPicker_GetProp3Ds; extern(C) void* function(void* jarg1) vtkPicker_GetActors; extern(C) void* function(void* jarg1) vtkPicker_GetPickedPositions; extern(C) int function(void* jarg1, double jarg2, double jarg3, double jarg4, void* jarg5) vtkPicker_Pick__SWIG_0; extern(C) int function(void* jarg1, void* jarg2, void* jarg3) vtkPicker_Pick__SWIG_1; extern(C) void* function(void* objectRef) vtkPicker_Upcast; extern(C) void* function() vtkCellPicker_New; extern(C) int function(const(char)* jarg1) vtkCellPicker_IsTypeOf; extern(C) void* function(void* jarg1) vtkCellPicker_SafeDownCast; extern(C) void* function(void* jarg1) vtkCellPicker_NewInstance; extern(C) void function(void* jarg1, void* jarg2) vtkCellPicker_AddLocator; extern(C) void function(void* jarg1, void* jarg2) vtkCellPicker_RemoveLocator; extern(C) void function(void* jarg1) vtkCellPicker_RemoveAllLocators; extern(C) void function(void* jarg1, double jarg2) vtkCellPicker_SetVolumeOpacityIsovalue; extern(C) double function(void* jarg1) vtkCellPicker_GetVolumeOpacityIsovalue; extern(C) void function(void* jarg1, int jarg2) vtkCellPicker_SetUseVolumeGradientOpacity; extern(C) void function(void* jarg1) vtkCellPicker_UseVolumeGradientOpacityOn; extern(C) void function(void* jarg1) vtkCellPicker_UseVolumeGradientOpacityOff; extern(C) int function(void* jarg1) vtkCellPicker_GetUseVolumeGradientOpacity; extern(C) void function(void* jarg1, int jarg2) vtkCellPicker_SetPickClippingPlanes; extern(C) void function(void* jarg1) vtkCellPicker_PickClippingPlanesOn; extern(C) void function(void* jarg1) vtkCellPicker_PickClippingPlanesOff; extern(C) int function(void* jarg1) vtkCellPicker_GetPickClippingPlanes; extern(C) int function(void* jarg1) vtkCellPicker_GetClippingPlaneId; extern(C) void* function(void* jarg1) vtkCellPicker_GetPickNormal__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkCellPicker_GetPickNormal__SWIG_1; extern(C) void* function(void* jarg1) vtkCellPicker_GetMapperNormal__SWIG_0; extern(C) void function(void* jarg1, void* jarg2, void* jarg3, void* jarg4) vtkCellPicker_GetMapperNormal__SWIG_1; extern(C) void function(void* jarg1, void* jarg2) vtkCellPicker_GetMapperNormal__SWIG_2; extern(C) void* function(void* jarg1) vtkCellPicker_GetPointIJK__SWIG_0; extern(C) void function(void* jarg1, void* jarg2, void* jarg3, void* jarg4) vtkCellPicker_GetPointIJK__SWIG_1; extern(C) void function(void* jarg1, void* jarg2) vtkCellPicker_GetPointIJK__SWIG_2; extern(C) void* function(void* jarg1) vtkCellPicker_GetCellIJK__SWIG_0; extern(C) void function(void* jarg1, void* jarg2, void* jarg3, void* jarg4) vtkCellPicker_GetCellIJK__SWIG_1; extern(C) void function(void* jarg1, void* jarg2) vtkCellPicker_GetCellIJK__SWIG_2; extern(C) long function(void* jarg1) vtkCellPicker_GetPointId; extern(C) long function(void* jarg1) vtkCellPicker_GetCellId; extern(C) int function(void* jarg1) vtkCellPicker_GetSubId; extern(C) void* function(void* jarg1) vtkCellPicker_GetPCoords__SWIG_0; extern(C) void function(void* jarg1, void* jarg2, void* jarg3, void* jarg4) vtkCellPicker_GetPCoords__SWIG_1; extern(C) void function(void* jarg1, void* jarg2) vtkCellPicker_GetPCoords__SWIG_2; extern(C) void* function(void* jarg1) vtkCellPicker_GetTexture; extern(C) void function(void* jarg1, int jarg2) vtkCellPicker_SetPickTextureData; extern(C) void function(void* jarg1) vtkCellPicker_PickTextureDataOn; extern(C) void function(void* jarg1) vtkCellPicker_PickTextureDataOff; extern(C) int function(void* jarg1) vtkCellPicker_GetPickTextureData; extern(C) void* function(void* objectRef) vtkCellPicker_Upcast; extern(C) void* function() vtkVolumePicker_New; extern(C) int function(const(char)* jarg1) vtkVolumePicker_IsTypeOf; extern(C) void* function(void* jarg1) vtkVolumePicker_SafeDownCast; extern(C) void* function(void* jarg1) vtkVolumePicker_NewInstance; extern(C) void function(void* jarg1, int jarg2) vtkVolumePicker_SetPickCroppingPlanes; extern(C) void function(void* jarg1) vtkVolumePicker_PickCroppingPlanesOn; extern(C) void function(void* jarg1) vtkVolumePicker_PickCroppingPlanesOff; extern(C) int function(void* jarg1) vtkVolumePicker_GetPickCroppingPlanes; extern(C) int function(void* jarg1) vtkVolumePicker_GetCroppingPlaneId; extern(C) void* function(void* objectRef) vtkVolumePicker_Upcast; extern(C) int function() VTK_BUNYKRCF_MAX_ARRAYS_get; extern(C) int function() VTK_BUNYKRCF_ARRAY_SIZE_get; extern(C) void* function() vtkUnstructuredGridBunykRayCastFunction_New; extern(C) int function(const(char)* jarg1) vtkUnstructuredGridBunykRayCastFunction_IsTypeOf; extern(C) void* function(void* jarg1) vtkUnstructuredGridBunykRayCastFunction_SafeDownCast; extern(C) void* function(void* jarg1) vtkUnstructuredGridBunykRayCastFunction_NewInstance; extern(C) void* function(void* objectRef) vtkUnstructuredGridBunykRayCastFunction_Upcast; extern(C) void* function() vtkBooleanOperationPolyDataFilter_New; extern(C) int function(const(char)* jarg1) vtkBooleanOperationPolyDataFilter_IsTypeOf; extern(C) void* function(void* jarg1) vtkBooleanOperationPolyDataFilter_SafeDownCast; extern(C) void* function(void* jarg1) vtkBooleanOperationPolyDataFilter_NewInstance; extern(C) void function(void* jarg1, int jarg2) vtkBooleanOperationPolyDataFilter_SetOperation; extern(C) int function(void* jarg1) vtkBooleanOperationPolyDataFilter_GetOperationMinValue; extern(C) int function(void* jarg1) vtkBooleanOperationPolyDataFilter_GetOperationMaxValue; extern(C) int function(void* jarg1) vtkBooleanOperationPolyDataFilter_GetOperation; extern(C) void function(void* jarg1) vtkBooleanOperationPolyDataFilter_SetOperationToUnion; extern(C) void function(void* jarg1) vtkBooleanOperationPolyDataFilter_SetOperationToIntersection; extern(C) void function(void* jarg1) vtkBooleanOperationPolyDataFilter_SetOperationToDifference; extern(C) void function(void* jarg1, int jarg2) vtkBooleanOperationPolyDataFilter_SetReorientDifferenceCells; extern(C) int function(void* jarg1) vtkBooleanOperationPolyDataFilter_GetReorientDifferenceCells; extern(C) void function(void* jarg1) vtkBooleanOperationPolyDataFilter_ReorientDifferenceCellsOn; extern(C) void function(void* jarg1) vtkBooleanOperationPolyDataFilter_ReorientDifferenceCellsOff; extern(C) void function(void* jarg1, double jarg2) vtkBooleanOperationPolyDataFilter_SetTolerance; extern(C) double function(void* jarg1) vtkBooleanOperationPolyDataFilter_GetTolerance; extern(C) void* function(void* objectRef) vtkBooleanOperationPolyDataFilter_Upcast; extern(C) int function() VTKIS_USERINTERACTION_get; extern(C) void* function() vtkInteractorStyleUser_New; extern(C) int function(const(char)* jarg1) vtkInteractorStyleUser_IsTypeOf; extern(C) void* function(void* jarg1) vtkInteractorStyleUser_SafeDownCast; extern(C) void* function(void* jarg1) vtkInteractorStyleUser_NewInstance; extern(C) void* function(void* jarg1) vtkInteractorStyleUser_GetLastPos__SWIG_0; extern(C) void function(void* jarg1, void* jarg2, void* jarg3) vtkInteractorStyleUser_GetLastPos__SWIG_1; extern(C) void function(void* jarg1, void* jarg2) vtkInteractorStyleUser_GetLastPos__SWIG_2; extern(C) void* function(void* jarg1) vtkInteractorStyleUser_GetOldPos__SWIG_0; extern(C) void function(void* jarg1, void* jarg2, void* jarg3) vtkInteractorStyleUser_GetOldPos__SWIG_1; extern(C) void function(void* jarg1, void* jarg2) vtkInteractorStyleUser_GetOldPos__SWIG_2; extern(C) int function(void* jarg1) vtkInteractorStyleUser_GetShiftKey; extern(C) int function(void* jarg1) vtkInteractorStyleUser_GetCtrlKey; extern(C) int function(void* jarg1) vtkInteractorStyleUser_GetChar; extern(C) const(char)* function(void* jarg1) vtkInteractorStyleUser_GetKeySym; extern(C) int function(void* jarg1) vtkInteractorStyleUser_GetButton; extern(C) void* function(void* objectRef) vtkInteractorStyleUser_Upcast; extern(C) void* function() vtkExodusIIReader_New; extern(C) int function(const(char)* jarg1) vtkExodusIIReader_IsTypeOf; extern(C) void* function(void* jarg1) vtkExodusIIReader_SafeDownCast; extern(C) void* function(void* jarg1) vtkExodusIIReader_NewInstance; extern(C) int function(void* jarg1, const(char)* jarg2) vtkExodusIIReader_CanReadFile; extern(C) core.stdc.config.c_ulong function(void* jarg1) vtkExodusIIReader_GetMetadataMTime; extern(C) void function(void* jarg1, const(char)* jarg2) vtkExodusIIReader_SetFileName; extern(C) const(char)* function(void* jarg1) vtkExodusIIReader_GetFileName; extern(C) void function(void* jarg1, const(char)* jarg2) vtkExodusIIReader_SetXMLFileName; extern(C) const(char)* function(void* jarg1) vtkExodusIIReader_GetXMLFileName; extern(C) void function(void* jarg1, int jarg2) vtkExodusIIReader_SetTimeStep; extern(C) int function(void* jarg1) vtkExodusIIReader_GetTimeStep; extern(C) void function(void* jarg1, int jarg2) vtkExodusIIReader_SetModeShape; extern(C) void* function(void* jarg1) vtkExodusIIReader_GetTimeStepRange__SWIG_0; extern(C) void function(void* jarg1, void* jarg2, void* jarg3) vtkExodusIIReader_GetTimeStepRange__SWIG_1; extern(C) void function(void* jarg1, void* jarg2) vtkExodusIIReader_GetTimeStepRange__SWIG_2; extern(C) void function(void* jarg1, int jarg2, int jarg3) vtkExodusIIReader_SetTimeStepRange__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkExodusIIReader_SetTimeStepRange__SWIG_1; extern(C) void function(void* jarg1, int jarg2) vtkExodusIIReader_SetGenerateObjectIdCellArray; extern(C) int function(void* jarg1) vtkExodusIIReader_GetGenerateObjectIdCellArray; extern(C) void function(void* jarg1) vtkExodusIIReader_GenerateObjectIdCellArrayOn; extern(C) void function(void* jarg1) vtkExodusIIReader_GenerateObjectIdCellArrayOff; extern(C) const(char)* function() vtkExodusIIReader_GetObjectIdArrayName; extern(C) void function(void* jarg1, int jarg2) vtkExodusIIReader_SetGenerateGlobalElementIdArray; extern(C) int function(void* jarg1) vtkExodusIIReader_GetGenerateGlobalElementIdArray; extern(C) void function(void* jarg1) vtkExodusIIReader_GenerateGlobalElementIdArrayOn; extern(C) void function(void* jarg1) vtkExodusIIReader_GenerateGlobalElementIdArrayOff; extern(C) void function(void* jarg1, int jarg2) vtkExodusIIReader_SetGenerateGlobalNodeIdArray; extern(C) int function(void* jarg1) vtkExodusIIReader_GetGenerateGlobalNodeIdArray; extern(C) void function(void* jarg1) vtkExodusIIReader_GenerateGlobalNodeIdArrayOn; extern(C) void function(void* jarg1) vtkExodusIIReader_GenerateGlobalNodeIdArrayOff; extern(C) void function(void* jarg1, int jarg2) vtkExodusIIReader_SetGenerateImplicitElementIdArray; extern(C) int function(void* jarg1) vtkExodusIIReader_GetGenerateImplicitElementIdArray; extern(C) void function(void* jarg1) vtkExodusIIReader_GenerateImplicitElementIdArrayOn; extern(C) void function(void* jarg1) vtkExodusIIReader_GenerateImplicitElementIdArrayOff; extern(C) void function(void* jarg1, int jarg2) vtkExodusIIReader_SetGenerateImplicitNodeIdArray; extern(C) int function(void* jarg1) vtkExodusIIReader_GetGenerateImplicitNodeIdArray; extern(C) void function(void* jarg1) vtkExodusIIReader_GenerateImplicitNodeIdArrayOn; extern(C) void function(void* jarg1) vtkExodusIIReader_GenerateImplicitNodeIdArrayOff; extern(C) void function(void* jarg1, int jarg2) vtkExodusIIReader_SetGenerateFileIdArray; extern(C) int function(void* jarg1) vtkExodusIIReader_GetGenerateFileIdArray; extern(C) void function(void* jarg1) vtkExodusIIReader_GenerateFileIdArrayOn; extern(C) void function(void* jarg1) vtkExodusIIReader_GenerateFileIdArrayOff; extern(C) void function(void* jarg1, int jarg2) vtkExodusIIReader_SetFileId; extern(C) int function(void* jarg1) vtkExodusIIReader_GetFileId; extern(C) const(char)* function() vtkExodusIIReader_GetGlobalElementIdArrayName; extern(C) const(char)* function() vtkExodusIIReader_GetPedigreeElementIdArrayName; extern(C) int function(void* jarg1, int jarg2) vtkExodusIIReader_GetGlobalElementID__SWIG_0; extern(C) int function(void* jarg1, int jarg2, int jarg3) vtkExodusIIReader_GetGlobalElementID__SWIG_1; extern(C) const(char)* function() vtkExodusIIReader_GetImplicitElementIdArrayName; extern(C) const(char)* function() vtkExodusIIReader_GetGlobalFaceIdArrayName; extern(C) const(char)* function() vtkExodusIIReader_GetPedigreeFaceIdArrayName; extern(C) int function(void* jarg1, int jarg2) vtkExodusIIReader_GetGlobalFaceID__SWIG_0; extern(C) int function(void* jarg1, int jarg2, int jarg3) vtkExodusIIReader_GetGlobalFaceID__SWIG_1; extern(C) const(char)* function() vtkExodusIIReader_GetImplicitFaceIdArrayName; extern(C) const(char)* function() vtkExodusIIReader_GetGlobalEdgeIdArrayName; extern(C) const(char)* function() vtkExodusIIReader_GetPedigreeEdgeIdArrayName; extern(C) int function(void* jarg1, int jarg2) vtkExodusIIReader_GetGlobalEdgeID__SWIG_0; extern(C) int function(void* jarg1, int jarg2, int jarg3) vtkExodusIIReader_GetGlobalEdgeID__SWIG_1; extern(C) const(char)* function() vtkExodusIIReader_GetImplicitEdgeIdArrayName; extern(C) const(char)* function() vtkExodusIIReader_GetGlobalNodeIdArrayName; extern(C) const(char)* function() vtkExodusIIReader_GetPedigreeNodeIdArrayName; extern(C) int function(void* jarg1, int jarg2) vtkExodusIIReader_GetGlobalNodeID__SWIG_0; extern(C) int function(void* jarg1, int jarg2, int jarg3) vtkExodusIIReader_GetGlobalNodeID__SWIG_1; extern(C) const(char)* function() vtkExodusIIReader_GetImplicitNodeIdArrayName; extern(C) void function(void* jarg1, int jarg2) vtkExodusIIReader_SetApplyDisplacements; extern(C) int function(void* jarg1) vtkExodusIIReader_GetApplyDisplacements; extern(C) void function(void* jarg1) vtkExodusIIReader_ApplyDisplacementsOn; extern(C) void function(void* jarg1) vtkExodusIIReader_ApplyDisplacementsOff; extern(C) void function(void* jarg1, float jarg2) vtkExodusIIReader_SetDisplacementMagnitude; extern(C) float function(void* jarg1) vtkExodusIIReader_GetDisplacementMagnitude; extern(C) void function(void* jarg1, int jarg2) vtkExodusIIReader_SetHasModeShapes; extern(C) int function(void* jarg1) vtkExodusIIReader_GetHasModeShapes; extern(C) void function(void* jarg1) vtkExodusIIReader_HasModeShapesOn; extern(C) void function(void* jarg1) vtkExodusIIReader_HasModeShapesOff; extern(C) void function(void* jarg1, double jarg2) vtkExodusIIReader_SetModeShapeTime; extern(C) double function(void* jarg1) vtkExodusIIReader_GetModeShapeTime; extern(C) void function(void* jarg1, int jarg2) vtkExodusIIReader_SetAnimateModeShapes; extern(C) int function(void* jarg1) vtkExodusIIReader_GetAnimateModeShapes; extern(C) void function(void* jarg1) vtkExodusIIReader_AnimateModeShapesOn; extern(C) void function(void* jarg1) vtkExodusIIReader_AnimateModeShapesOff; extern(C) const(char)* function(void* jarg1) vtkExodusIIReader_GetTitle; extern(C) int function(void* jarg1) vtkExodusIIReader_GetDimensionality; extern(C) int function(void* jarg1) vtkExodusIIReader_GetNumberOfTimeSteps; extern(C) int function(void* jarg1) vtkExodusIIReader_GetNumberOfNodesInFile; extern(C) int function(void* jarg1) vtkExodusIIReader_GetNumberOfEdgesInFile; extern(C) int function(void* jarg1) vtkExodusIIReader_GetNumberOfFacesInFile; extern(C) int function(void* jarg1) vtkExodusIIReader_GetNumberOfElementsInFile; extern(C) int function(void* jarg1, const(char)* jarg2) vtkExodusIIReader_GetObjectTypeFromName; extern(C) const(char)* function(void* jarg1, int jarg2) vtkExodusIIReader_GetObjectTypeName; extern(C) int function(void* jarg1) vtkExodusIIReader_GetNumberOfNodes; extern(C) int function(void* jarg1, int jarg2) vtkExodusIIReader_GetNumberOfObjects; extern(C) int function(void* jarg1, int jarg2, int jarg3) vtkExodusIIReader_GetNumberOfEntriesInObject; extern(C) int function(void* jarg1, int jarg2, int jarg3) vtkExodusIIReader_GetObjectId; extern(C) const(char)* function(void* jarg1, int jarg2, int jarg3) vtkExodusIIReader_GetObjectName; extern(C) int function(void* jarg1, int jarg2, const(char)* jarg3) vtkExodusIIReader_GetObjectIndex__SWIG_0; extern(C) int function(void* jarg1, int jarg2, int jarg3) vtkExodusIIReader_GetObjectIndex__SWIG_1; extern(C) int function(void* jarg1, int jarg2, int jarg3) vtkExodusIIReader_GetObjectStatus__SWIG_0; extern(C) int function(void* jarg1, int jarg2, const(char)* jarg3) vtkExodusIIReader_GetObjectStatus__SWIG_1; extern(C) void function(void* jarg1, int jarg2, int jarg3, int jarg4) vtkExodusIIReader_SetObjectStatus__SWIG_0; extern(C) void function(void* jarg1, int jarg2, const(char)* jarg3, int jarg4) vtkExodusIIReader_SetObjectStatus__SWIG_1; extern(C) int function(void* jarg1, int jarg2) vtkExodusIIReader_GetNumberOfObjectArrays; extern(C) const(char)* function(void* jarg1, int jarg2, int jarg3) vtkExodusIIReader_GetObjectArrayName; extern(C) int function(void* jarg1, int jarg2, const(char)* jarg3) vtkExodusIIReader_GetObjectArrayIndex; extern(C) int function(void* jarg1, int jarg2, int jarg3) vtkExodusIIReader_GetNumberOfObjectArrayComponents; extern(C) int function(void* jarg1, int jarg2, int jarg3) vtkExodusIIReader_GetObjectArrayStatus__SWIG_0; extern(C) int function(void* jarg1, int jarg2, const(char)* jarg3) vtkExodusIIReader_GetObjectArrayStatus__SWIG_1; extern(C) void function(void* jarg1, int jarg2, int jarg3, int jarg4) vtkExodusIIReader_SetObjectArrayStatus__SWIG_0; extern(C) void function(void* jarg1, int jarg2, const(char)* jarg3, int jarg4) vtkExodusIIReader_SetObjectArrayStatus__SWIG_1; extern(C) int function(void* jarg1, int jarg2, int jarg3) vtkExodusIIReader_GetNumberOfObjectAttributes; extern(C) const(char)* function(void* jarg1, int jarg2, int jarg3, int jarg4) vtkExodusIIReader_GetObjectAttributeName; extern(C) int function(void* jarg1, int jarg2, int jarg3, const(char)* jarg4) vtkExodusIIReader_GetObjectAttributeIndex; extern(C) int function(void* jarg1, int jarg2, int jarg3, int jarg4) vtkExodusIIReader_GetObjectAttributeStatus__SWIG_0; extern(C) int function(void* jarg1, int jarg2, int jarg3, const(char)* jarg4) vtkExodusIIReader_GetObjectAttributeStatus__SWIG_1; extern(C) void function(void* jarg1, int jarg2, int jarg3, int jarg4, int jarg5) vtkExodusIIReader_SetObjectAttributeStatus__SWIG_0; extern(C) void function(void* jarg1, int jarg2, int jarg3, const(char)* jarg4, int jarg5) vtkExodusIIReader_SetObjectAttributeStatus__SWIG_1; extern(C) long function(void* jarg1) vtkExodusIIReader_GetTotalNumberOfNodes; extern(C) long function(void* jarg1) vtkExodusIIReader_GetTotalNumberOfEdges; extern(C) long function(void* jarg1) vtkExodusIIReader_GetTotalNumberOfFaces; extern(C) long function(void* jarg1) vtkExodusIIReader_GetTotalNumberOfElements; extern(C) int function(void* jarg1) vtkExodusIIReader_GetNumberOfPartArrays; extern(C) const(char)* function(void* jarg1, int jarg2) vtkExodusIIReader_GetPartArrayName; extern(C) int function(void* jarg1, const(char)* jarg2) vtkExodusIIReader_GetPartArrayID; extern(C) const(char)* function(void* jarg1, int jarg2) vtkExodusIIReader_GetPartBlockInfo; extern(C) void function(void* jarg1, int jarg2, int jarg3) vtkExodusIIReader_SetPartArrayStatus__SWIG_0; extern(C) void function(void* jarg1, const(char)* jarg2, int jarg3) vtkExodusIIReader_SetPartArrayStatus__SWIG_1; extern(C) int function(void* jarg1, int jarg2) vtkExodusIIReader_GetPartArrayStatus__SWIG_0; extern(C) int function(void* jarg1, const(char)* jarg2) vtkExodusIIReader_GetPartArrayStatus__SWIG_1; extern(C) int function(void* jarg1) vtkExodusIIReader_GetNumberOfMaterialArrays; extern(C) const(char)* function(void* jarg1, int jarg2) vtkExodusIIReader_GetMaterialArrayName; extern(C) int function(void* jarg1, const(char)* jarg2) vtkExodusIIReader_GetMaterialArrayID; extern(C) void function(void* jarg1, int jarg2, int jarg3) vtkExodusIIReader_SetMaterialArrayStatus__SWIG_0; extern(C) void function(void* jarg1, const(char)* jarg2, int jarg3) vtkExodusIIReader_SetMaterialArrayStatus__SWIG_1; extern(C) int function(void* jarg1, int jarg2) vtkExodusIIReader_GetMaterialArrayStatus__SWIG_0; extern(C) int function(void* jarg1, const(char)* jarg2) vtkExodusIIReader_GetMaterialArrayStatus__SWIG_1; extern(C) int function(void* jarg1) vtkExodusIIReader_GetNumberOfAssemblyArrays; extern(C) const(char)* function(void* jarg1, int jarg2) vtkExodusIIReader_GetAssemblyArrayName; extern(C) int function(void* jarg1, const(char)* jarg2) vtkExodusIIReader_GetAssemblyArrayID; extern(C) void function(void* jarg1, int jarg2, int jarg3) vtkExodusIIReader_SetAssemblyArrayStatus__SWIG_0; extern(C) void function(void* jarg1, const(char)* jarg2, int jarg3) vtkExodusIIReader_SetAssemblyArrayStatus__SWIG_1; extern(C) int function(void* jarg1, int jarg2) vtkExodusIIReader_GetAssemblyArrayStatus__SWIG_0; extern(C) int function(void* jarg1, const(char)* jarg2) vtkExodusIIReader_GetAssemblyArrayStatus__SWIG_1; extern(C) int function(void* jarg1) vtkExodusIIReader_GetNumberOfHierarchyArrays; extern(C) const(char)* function(void* jarg1, int jarg2) vtkExodusIIReader_GetHierarchyArrayName; extern(C) void function(void* jarg1, int jarg2, int jarg3) vtkExodusIIReader_SetHierarchyArrayStatus__SWIG_0; extern(C) void function(void* jarg1, const(char)* jarg2, int jarg3) vtkExodusIIReader_SetHierarchyArrayStatus__SWIG_1; extern(C) int function(void* jarg1, int jarg2) vtkExodusIIReader_GetHierarchyArrayStatus__SWIG_0; extern(C) int function(void* jarg1, const(char)* jarg2) vtkExodusIIReader_GetHierarchyArrayStatus__SWIG_1; extern(C) int function(void* jarg1) vtkExodusIIReader_GetDisplayType; extern(C) void function(void* jarg1, int jarg2) vtkExodusIIReader_SetDisplayType; extern(C) void function(void* jarg1) vtkExodusIIReader_ExodusModelMetadataOn; extern(C) void function(void* jarg1) vtkExodusIIReader_ExodusModelMetadataOff; extern(C) void function(void* jarg1, int jarg2) vtkExodusIIReader_SetExodusModelMetadata; extern(C) int function(void* jarg1) vtkExodusIIReader_GetExodusModelMetadata; extern(C) void* function(void* jarg1) vtkExodusIIReader_GetExodusModel; extern(C) void function(void* jarg1, int jarg2) vtkExodusIIReader_SetPackExodusModelOntoOutput; extern(C) int function(void* jarg1) vtkExodusIIReader_GetPackExodusModelOntoOutput; extern(C) void function(void* jarg1) vtkExodusIIReader_PackExodusModelOntoOutputOn; extern(C) void function(void* jarg1) vtkExodusIIReader_PackExodusModelOntoOutputOff; extern(C) int function(void* jarg1, const(char)* jarg2, const(char)* jarg3) vtkExodusIIReader_IsValidVariable; extern(C) int function(void* jarg1, const(char)* jarg2, const(char)* jarg3) vtkExodusIIReader_GetVariableID; extern(C) void function(void* jarg1, int jarg2, int jarg3) vtkExodusIIReader_SetAllArrayStatus; extern(C) int function(void* jarg1, int jarg2, const(char)* jarg3, const(char)* jarg4, void* jarg5) vtkExodusIIReader_GetTimeSeriesData; extern(C) int function(void* jarg1) vtkExodusIIReader_GetNumberOfEdgeBlockArrays; extern(C) const(char)* function(void* jarg1, int jarg2) vtkExodusIIReader_GetEdgeBlockArrayName; extern(C) int function(void* jarg1, const(char)* jarg2) vtkExodusIIReader_GetEdgeBlockArrayStatus; extern(C) void function(void* jarg1, const(char)* jarg2, int jarg3) vtkExodusIIReader_SetEdgeBlockArrayStatus; extern(C) int function(void* jarg1) vtkExodusIIReader_GetNumberOfFaceBlockArrays; extern(C) const(char)* function(void* jarg1, int jarg2) vtkExodusIIReader_GetFaceBlockArrayName; extern(C) int function(void* jarg1, const(char)* jarg2) vtkExodusIIReader_GetFaceBlockArrayStatus; extern(C) void function(void* jarg1, const(char)* jarg2, int jarg3) vtkExodusIIReader_SetFaceBlockArrayStatus; extern(C) int function(void* jarg1) vtkExodusIIReader_GetNumberOfElementBlockArrays; extern(C) const(char)* function(void* jarg1, int jarg2) vtkExodusIIReader_GetElementBlockArrayName; extern(C) int function(void* jarg1, const(char)* jarg2) vtkExodusIIReader_GetElementBlockArrayStatus; extern(C) void function(void* jarg1, const(char)* jarg2, int jarg3) vtkExodusIIReader_SetElementBlockArrayStatus; extern(C) int function(void* jarg1) vtkExodusIIReader_GetNumberOfGlobalResultArrays; extern(C) const(char)* function(void* jarg1, int jarg2) vtkExodusIIReader_GetGlobalResultArrayName; extern(C) int function(void* jarg1, const(char)* jarg2) vtkExodusIIReader_GetGlobalResultArrayStatus; extern(C) void function(void* jarg1, const(char)* jarg2, int jarg3) vtkExodusIIReader_SetGlobalResultArrayStatus; extern(C) int function(void* jarg1) vtkExodusIIReader_GetNumberOfPointResultArrays; extern(C) const(char)* function(void* jarg1, int jarg2) vtkExodusIIReader_GetPointResultArrayName; extern(C) int function(void* jarg1, const(char)* jarg2) vtkExodusIIReader_GetPointResultArrayStatus; extern(C) void function(void* jarg1, const(char)* jarg2, int jarg3) vtkExodusIIReader_SetPointResultArrayStatus; extern(C) int function(void* jarg1) vtkExodusIIReader_GetNumberOfEdgeResultArrays; extern(C) const(char)* function(void* jarg1, int jarg2) vtkExodusIIReader_GetEdgeResultArrayName; extern(C) int function(void* jarg1, const(char)* jarg2) vtkExodusIIReader_GetEdgeResultArrayStatus; extern(C) void function(void* jarg1, const(char)* jarg2, int jarg3) vtkExodusIIReader_SetEdgeResultArrayStatus; extern(C) int function(void* jarg1) vtkExodusIIReader_GetNumberOfFaceResultArrays; extern(C) const(char)* function(void* jarg1, int jarg2) vtkExodusIIReader_GetFaceResultArrayName; extern(C) int function(void* jarg1, const(char)* jarg2) vtkExodusIIReader_GetFaceResultArrayStatus; extern(C) void function(void* jarg1, const(char)* jarg2, int jarg3) vtkExodusIIReader_SetFaceResultArrayStatus; extern(C) int function(void* jarg1) vtkExodusIIReader_GetNumberOfElementResultArrays; extern(C) const(char)* function(void* jarg1, int jarg2) vtkExodusIIReader_GetElementResultArrayName; extern(C) int function(void* jarg1, const(char)* jarg2) vtkExodusIIReader_GetElementResultArrayStatus; extern(C) void function(void* jarg1, const(char)* jarg2, int jarg3) vtkExodusIIReader_SetElementResultArrayStatus; extern(C) int function(void* jarg1) vtkExodusIIReader_GetNumberOfNodeMapArrays; extern(C) const(char)* function(void* jarg1, int jarg2) vtkExodusIIReader_GetNodeMapArrayName; extern(C) int function(void* jarg1, const(char)* jarg2) vtkExodusIIReader_GetNodeMapArrayStatus; extern(C) void function(void* jarg1, const(char)* jarg2, int jarg3) vtkExodusIIReader_SetNodeMapArrayStatus; extern(C) int function(void* jarg1) vtkExodusIIReader_GetNumberOfEdgeMapArrays; extern(C) const(char)* function(void* jarg1, int jarg2) vtkExodusIIReader_GetEdgeMapArrayName; extern(C) int function(void* jarg1, const(char)* jarg2) vtkExodusIIReader_GetEdgeMapArrayStatus; extern(C) void function(void* jarg1, const(char)* jarg2, int jarg3) vtkExodusIIReader_SetEdgeMapArrayStatus; extern(C) int function(void* jarg1) vtkExodusIIReader_GetNumberOfFaceMapArrays; extern(C) const(char)* function(void* jarg1, int jarg2) vtkExodusIIReader_GetFaceMapArrayName; extern(C) int function(void* jarg1, const(char)* jarg2) vtkExodusIIReader_GetFaceMapArrayStatus; extern(C) void function(void* jarg1, const(char)* jarg2, int jarg3) vtkExodusIIReader_SetFaceMapArrayStatus; extern(C) int function(void* jarg1) vtkExodusIIReader_GetNumberOfElementMapArrays; extern(C) const(char)* function(void* jarg1, int jarg2) vtkExodusIIReader_GetElementMapArrayName; extern(C) int function(void* jarg1, const(char)* jarg2) vtkExodusIIReader_GetElementMapArrayStatus; extern(C) void function(void* jarg1, const(char)* jarg2, int jarg3) vtkExodusIIReader_SetElementMapArrayStatus; extern(C) int function(void* jarg1) vtkExodusIIReader_GetNumberOfNodeSetArrays; extern(C) const(char)* function(void* jarg1, int jarg2) vtkExodusIIReader_GetNodeSetArrayName; extern(C) int function(void* jarg1, const(char)* jarg2) vtkExodusIIReader_GetNodeSetArrayStatus; extern(C) void function(void* jarg1, const(char)* jarg2, int jarg3) vtkExodusIIReader_SetNodeSetArrayStatus; extern(C) int function(void* jarg1) vtkExodusIIReader_GetNumberOfSideSetArrays; extern(C) const(char)* function(void* jarg1, int jarg2) vtkExodusIIReader_GetSideSetArrayName; extern(C) int function(void* jarg1, const(char)* jarg2) vtkExodusIIReader_GetSideSetArrayStatus; extern(C) void function(void* jarg1, const(char)* jarg2, int jarg3) vtkExodusIIReader_SetSideSetArrayStatus; extern(C) int function(void* jarg1) vtkExodusIIReader_GetNumberOfEdgeSetArrays; extern(C) const(char)* function(void* jarg1, int jarg2) vtkExodusIIReader_GetEdgeSetArrayName; extern(C) int function(void* jarg1, const(char)* jarg2) vtkExodusIIReader_GetEdgeSetArrayStatus; extern(C) void function(void* jarg1, const(char)* jarg2, int jarg3) vtkExodusIIReader_SetEdgeSetArrayStatus; extern(C) int function(void* jarg1) vtkExodusIIReader_GetNumberOfFaceSetArrays; extern(C) const(char)* function(void* jarg1, int jarg2) vtkExodusIIReader_GetFaceSetArrayName; extern(C) int function(void* jarg1, const(char)* jarg2) vtkExodusIIReader_GetFaceSetArrayStatus; extern(C) void function(void* jarg1, const(char)* jarg2, int jarg3) vtkExodusIIReader_SetFaceSetArrayStatus; extern(C) int function(void* jarg1) vtkExodusIIReader_GetNumberOfElementSetArrays; extern(C) const(char)* function(void* jarg1, int jarg2) vtkExodusIIReader_GetElementSetArrayName; extern(C) int function(void* jarg1, const(char)* jarg2) vtkExodusIIReader_GetElementSetArrayStatus; extern(C) void function(void* jarg1, const(char)* jarg2, int jarg3) vtkExodusIIReader_SetElementSetArrayStatus; extern(C) int function(void* jarg1) vtkExodusIIReader_GetNumberOfNodeSetResultArrays; extern(C) const(char)* function(void* jarg1, int jarg2) vtkExodusIIReader_GetNodeSetResultArrayName; extern(C) int function(void* jarg1, const(char)* jarg2) vtkExodusIIReader_GetNodeSetResultArrayStatus; extern(C) void function(void* jarg1, const(char)* jarg2, int jarg3) vtkExodusIIReader_SetNodeSetResultArrayStatus; extern(C) int function(void* jarg1) vtkExodusIIReader_GetNumberOfSideSetResultArrays; extern(C) const(char)* function(void* jarg1, int jarg2) vtkExodusIIReader_GetSideSetResultArrayName; extern(C) int function(void* jarg1, const(char)* jarg2) vtkExodusIIReader_GetSideSetResultArrayStatus; extern(C) void function(void* jarg1, const(char)* jarg2, int jarg3) vtkExodusIIReader_SetSideSetResultArrayStatus; extern(C) int function(void* jarg1) vtkExodusIIReader_GetNumberOfEdgeSetResultArrays; extern(C) const(char)* function(void* jarg1, int jarg2) vtkExodusIIReader_GetEdgeSetResultArrayName; extern(C) int function(void* jarg1, const(char)* jarg2) vtkExodusIIReader_GetEdgeSetResultArrayStatus; extern(C) void function(void* jarg1, const(char)* jarg2, int jarg3) vtkExodusIIReader_SetEdgeSetResultArrayStatus; extern(C) int function(void* jarg1) vtkExodusIIReader_GetNumberOfFaceSetResultArrays; extern(C) const(char)* function(void* jarg1, int jarg2) vtkExodusIIReader_GetFaceSetResultArrayName; extern(C) int function(void* jarg1, const(char)* jarg2) vtkExodusIIReader_GetFaceSetResultArrayStatus; extern(C) void function(void* jarg1, const(char)* jarg2, int jarg3) vtkExodusIIReader_SetFaceSetResultArrayStatus; extern(C) int function(void* jarg1) vtkExodusIIReader_GetNumberOfElementSetResultArrays; extern(C) const(char)* function(void* jarg1, int jarg2) vtkExodusIIReader_GetElementSetResultArrayName; extern(C) int function(void* jarg1, const(char)* jarg2) vtkExodusIIReader_GetElementSetResultArrayStatus; extern(C) void function(void* jarg1, const(char)* jarg2, int jarg3) vtkExodusIIReader_SetElementSetResultArrayStatus; extern(C) void function(void* jarg1, const(char)* jarg2) vtkExodusIIReader_SetFastPathObjectType; extern(C) void function(void* jarg1, const(char)* jarg2) vtkExodusIIReader_SetFastPathIdType; extern(C) void function(void* jarg1, long jarg2) vtkExodusIIReader_SetFastPathObjectId; extern(C) void function(void* jarg1) vtkExodusIIReader_Reset; extern(C) void function(void* jarg1) vtkExodusIIReader_ResetSettings; extern(C) void function(void* jarg1) vtkExodusIIReader_ResetCache; extern(C) void function(void* jarg1, double jarg2) vtkExodusIIReader_SetCacheSize; extern(C) double function(void* jarg1) vtkExodusIIReader_GetCacheSize; extern(C) void function(void* jarg1) vtkExodusIIReader_UpdateTimeInformation; extern(C) void function(void* jarg1) vtkExodusIIReader_Dump; extern(C) void* function(void* jarg1) vtkExodusIIReader_GetSIL; extern(C) int function(void* jarg1) vtkExodusIIReader_GetSILUpdateStamp; extern(C) uint function(void* jarg1) vtkExodusIIReader_GetProducedFastPathOutput; extern(C) void* function(void* objectRef) vtkExodusIIReader_Upcast; extern(C) void* function() vtkFixedPointRayCastImage_New; extern(C) int function(const(char)* jarg1) vtkFixedPointRayCastImage_IsTypeOf; extern(C) void* function(void* jarg1) vtkFixedPointRayCastImage_SafeDownCast; extern(C) void* function(void* jarg1) vtkFixedPointRayCastImage_NewInstance; extern(C) void* function(void* jarg1) vtkFixedPointRayCastImage_GetImage; extern(C) void function(void* jarg1, int jarg2, int jarg3) vtkFixedPointRayCastImage_SetImageViewportSize__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkFixedPointRayCastImage_SetImageViewportSize__SWIG_1; extern(C) void* function(void* jarg1) vtkFixedPointRayCastImage_GetImageViewportSize__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkFixedPointRayCastImage_GetImageViewportSize__SWIG_1; extern(C) void function(void* jarg1, int jarg2, int jarg3) vtkFixedPointRayCastImage_SetImageMemorySize__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkFixedPointRayCastImage_SetImageMemorySize__SWIG_1; extern(C) void* function(void* jarg1) vtkFixedPointRayCastImage_GetImageMemorySize__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkFixedPointRayCastImage_GetImageMemorySize__SWIG_1; extern(C) void function(void* jarg1, int jarg2, int jarg3) vtkFixedPointRayCastImage_SetImageInUseSize__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkFixedPointRayCastImage_SetImageInUseSize__SWIG_1; extern(C) void* function(void* jarg1) vtkFixedPointRayCastImage_GetImageInUseSize__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkFixedPointRayCastImage_GetImageInUseSize__SWIG_1; extern(C) void function(void* jarg1, int jarg2, int jarg3) vtkFixedPointRayCastImage_SetImageOrigin__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkFixedPointRayCastImage_SetImageOrigin__SWIG_1; extern(C) void* function(void* jarg1) vtkFixedPointRayCastImage_GetImageOrigin__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkFixedPointRayCastImage_GetImageOrigin__SWIG_1; extern(C) void function(void* jarg1, float jarg2) vtkFixedPointRayCastImage_SetImageSampleDistance; extern(C) float function(void* jarg1) vtkFixedPointRayCastImage_GetImageSampleDistance; extern(C) void function(void* jarg1) vtkFixedPointRayCastImage_AllocateImage; extern(C) void function(void* jarg1) vtkFixedPointRayCastImage_ClearImage; extern(C) void function(void* jarg1, int jarg2, int jarg3) vtkFixedPointRayCastImage_SetZBufferSize__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkFixedPointRayCastImage_SetZBufferSize__SWIG_1; extern(C) void* function(void* jarg1) vtkFixedPointRayCastImage_GetZBufferSize__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkFixedPointRayCastImage_GetZBufferSize__SWIG_1; extern(C) void function(void* jarg1, int jarg2, int jarg3) vtkFixedPointRayCastImage_SetZBufferOrigin__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkFixedPointRayCastImage_SetZBufferOrigin__SWIG_1; extern(C) void* function(void* jarg1) vtkFixedPointRayCastImage_GetZBufferOrigin__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkFixedPointRayCastImage_GetZBufferOrigin__SWIG_1; extern(C) void function(void* jarg1, int jarg2) vtkFixedPointRayCastImage_SetUseZBuffer; extern(C) int function(void* jarg1) vtkFixedPointRayCastImage_GetUseZBufferMinValue; extern(C) int function(void* jarg1) vtkFixedPointRayCastImage_GetUseZBufferMaxValue; extern(C) int function(void* jarg1) vtkFixedPointRayCastImage_GetUseZBuffer; extern(C) void function(void* jarg1) vtkFixedPointRayCastImage_UseZBufferOn; extern(C) void function(void* jarg1) vtkFixedPointRayCastImage_UseZBufferOff; extern(C) float function(void* jarg1, int jarg2, int jarg3) vtkFixedPointRayCastImage_GetZBufferValue; extern(C) void* function(void* jarg1) vtkFixedPointRayCastImage_GetZBuffer; extern(C) void function(void* jarg1) vtkFixedPointRayCastImage_AllocateZBuffer; extern(C) void* function(void* objectRef) vtkFixedPointRayCastImage_Upcast; extern(C) int function(const(char)* jarg1) vtkCellLocatorInterpolatedVelocityField_IsTypeOf; extern(C) void* function(void* jarg1) vtkCellLocatorInterpolatedVelocityField_SafeDownCast; extern(C) void* function(void* jarg1) vtkCellLocatorInterpolatedVelocityField_NewInstance; extern(C) void* function() vtkCellLocatorInterpolatedVelocityField_New; extern(C) void* function(void* jarg1) vtkCellLocatorInterpolatedVelocityField_GetLastCellLocator; extern(C) void* function(void* jarg1) vtkCellLocatorInterpolatedVelocityField_GetCellLocatorPrototype; extern(C) void function(void* jarg1, void* jarg2) vtkCellLocatorInterpolatedVelocityField_SetCellLocatorPrototype; extern(C) void function(void* jarg1, long jarg2, int jarg3) vtkCellLocatorInterpolatedVelocityField_SetLastCellId__SWIG_0; extern(C) void function(void* jarg1, long jarg2) vtkCellLocatorInterpolatedVelocityField_SetLastCellId__SWIG_1; extern(C) void* function(void* objectRef) vtkCellLocatorInterpolatedVelocityField_Upcast; extern(C) void* function() vtkCameraWidget_New; extern(C) int function(const(char)* jarg1) vtkCameraWidget_IsTypeOf; extern(C) void* function(void* jarg1) vtkCameraWidget_SafeDownCast; extern(C) void* function(void* jarg1) vtkCameraWidget_NewInstance; extern(C) void function(void* jarg1, void* jarg2) vtkCameraWidget_SetRepresentation; extern(C) void* function(void* objectRef) vtkCameraWidget_Upcast; extern(C) void* function() vtkTreeReader_New; extern(C) int function(const(char)* jarg1) vtkTreeReader_IsTypeOf; extern(C) void* function(void* jarg1) vtkTreeReader_SafeDownCast; extern(C) void* function(void* jarg1) vtkTreeReader_NewInstance; extern(C) void* function(void* jarg1) vtkTreeReader_GetOutput__SWIG_0; extern(C) void* function(void* jarg1, int jarg2) vtkTreeReader_GetOutput__SWIG_1; extern(C) void function(void* jarg1, void* jarg2) vtkTreeReader_SetOutput; extern(C) void* function(void* objectRef) vtkTreeReader_Upcast; extern(C) void* function() vtkImplicitPolyDataDistance_New; extern(C) int function(const(char)* jarg1) vtkImplicitPolyDataDistance_IsTypeOf; extern(C) void* function(void* jarg1) vtkImplicitPolyDataDistance_SafeDownCast; extern(C) void* function(void* jarg1) vtkImplicitPolyDataDistance_NewInstance; extern(C) void function(void* jarg1, void* jarg2) vtkImplicitPolyDataDistance_SetInput; extern(C) void function(void* jarg1, double jarg2) vtkImplicitPolyDataDistance_SetNoValue; extern(C) double function(void* jarg1) vtkImplicitPolyDataDistance_GetNoValue; extern(C) void function(void* jarg1, double jarg2, double jarg3, double jarg4) vtkImplicitPolyDataDistance_SetNoGradient__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkImplicitPolyDataDistance_SetNoGradient__SWIG_1; extern(C) void* function(void* jarg1) vtkImplicitPolyDataDistance_GetNoGradient__SWIG_0; extern(C) void function(void* jarg1, void* jarg2, void* jarg3, void* jarg4) vtkImplicitPolyDataDistance_GetNoGradient__SWIG_1; extern(C) void function(void* jarg1, void* jarg2) vtkImplicitPolyDataDistance_GetNoGradient__SWIG_2; extern(C) double function(void* jarg1) vtkImplicitPolyDataDistance_GetTolerance; extern(C) void function(void* jarg1, double jarg2) vtkImplicitPolyDataDistance_SetTolerance; extern(C) void* function(void* objectRef) vtkImplicitPolyDataDistance_Upcast; extern(C) void* function() vtkQuadraticWedge_New; extern(C) int function(const(char)* jarg1) vtkQuadraticWedge_IsTypeOf; extern(C) void* function(void* jarg1) vtkQuadraticWedge_SafeDownCast; extern(C) void* function(void* jarg1) vtkQuadraticWedge_NewInstance; extern(C) void function(void* jarg1, void* jarg2) vtkQuadraticWedge_InterpolationFunctions; extern(C) void function(void* jarg1, void* jarg2) vtkQuadraticWedge_InterpolationDerivs; extern(C) void function(void* jarg1, void* jarg2, void* jarg3) vtkQuadraticWedge_InterpolateFunctions; extern(C) void function(void* jarg1, void* jarg2, void* jarg3) vtkQuadraticWedge_InterpolateDerivs; extern(C) void* function(int jarg1) vtkQuadraticWedge_GetEdgeArray; extern(C) void* function(int jarg1) vtkQuadraticWedge_GetFaceArray; extern(C) void function(void* jarg1, void* jarg2, void* jarg3, void* jarg4) vtkQuadraticWedge_JacobianInverse; extern(C) void* function(void* objectRef) vtkQuadraticWedge_Upcast; extern(C) int function(const(char)* jarg1) vtkOpenGLPainterDeviceAdapter_IsTypeOf; extern(C) void* function(void* jarg1) vtkOpenGLPainterDeviceAdapter_SafeDownCast; extern(C) void* function(void* jarg1) vtkOpenGLPainterDeviceAdapter_NewInstance; extern(C) void* function() vtkOpenGLPainterDeviceAdapter_New; extern(C) void function(void* jarg1, int jarg2, int jarg3, int jarg4, void* jarg5, long jarg6) vtkOpenGLPainterDeviceAdapter_SendAttribute__SWIG_0; extern(C) void function(void* jarg1, int jarg2, int jarg3, int jarg4, void* jarg5) vtkOpenGLPainterDeviceAdapter_SendAttribute__SWIG_1; extern(C) void* function(void* objectRef) vtkOpenGLPainterDeviceAdapter_Upcast; extern(C) void* function() vtkXMLShader_New; extern(C) int function(const(char)* jarg1) vtkXMLShader_IsTypeOf; extern(C) void* function(void* jarg1) vtkXMLShader_SafeDownCast; extern(C) void* function(void* jarg1) vtkXMLShader_NewInstance; extern(C) void* function(void* jarg1) vtkXMLShader_GetRootElement; extern(C) void function(void* jarg1, void* jarg2) vtkXMLShader_SetRootElement; extern(C) int function(void* jarg1) vtkXMLShader_GetLanguage; extern(C) int function(void* jarg1) vtkXMLShader_GetScope; extern(C) int function(void* jarg1) vtkXMLShader_GetLocation; extern(C) int function(void* jarg1) vtkXMLShader_GetStyle; extern(C) const(char)* function(void* jarg1) vtkXMLShader_GetName; extern(C) const(char)* function(void* jarg1) vtkXMLShader_GetEntry; extern(C) const(char)* function(void* jarg1) vtkXMLShader_GetCode; extern(C) void* function(void* jarg1) vtkXMLShader_GetArgs; extern(C) const(char)* function(const(char)* jarg1) vtkXMLShader_LocateFile; extern(C) void* function(void* objectRef) vtkXMLShader_Upcast; extern(C) int function(const(char)* jarg1) vtkOldStyleCallbackCommand_IsTypeOf; extern(C) void* function(void* jarg1) vtkOldStyleCallbackCommand_SafeDownCast; extern(C) void* function(void* jarg1) vtkOldStyleCallbackCommand_NewInstance; extern(C) void* function() vtkOldStyleCallbackCommand_New; extern(C) void function(void* jarg1, void* jarg2) vtkOldStyleCallbackCommand_SetClientData; extern(C) void function(void* jarg1, void* jarg2) vtkOldStyleCallbackCommand_SetCallback; extern(C) void function(void* jarg1, void* jarg2) vtkOldStyleCallbackCommand_SetClientDataDeleteCallback; extern(C) void function(void* jarg1, void* jarg2) vtkOldStyleCallbackCommand_ClientData_set; extern(C) void* function(void* jarg1) vtkOldStyleCallbackCommand_ClientData_get; extern(C) void function(void* jarg1, void* jarg2) vtkOldStyleCallbackCommand_Callback_set; extern(C) void* function(void* jarg1) vtkOldStyleCallbackCommand_Callback_get; extern(C) void function(void* jarg1, void* jarg2) vtkOldStyleCallbackCommand_ClientDataDeleteCallback_set; extern(C) void* function(void* jarg1) vtkOldStyleCallbackCommand_ClientDataDeleteCallback_get; extern(C) void* function(void* objectRef) vtkOldStyleCallbackCommand_Upcast; extern(C) void* function() vtkPointPicker_New; extern(C) int function(const(char)* jarg1) vtkPointPicker_IsTypeOf; extern(C) void* function(void* jarg1) vtkPointPicker_SafeDownCast; extern(C) void* function(void* jarg1) vtkPointPicker_NewInstance; extern(C) long function(void* jarg1) vtkPointPicker_GetPointId; extern(C) void* function(void* objectRef) vtkPointPicker_Upcast; extern(C) int function(const(char)* jarg1) vtkInformationDoubleKey_IsTypeOf; extern(C) void* function(void* jarg1) vtkInformationDoubleKey_SafeDownCast; extern(C) void* function(void* jarg1) vtkInformationDoubleKey_NewInstance; extern(C) void* function(const(char)* jarg1, const(char)* jarg2) new_vtkInformationDoubleKey; extern(C) void function(void* jarg1) delete_vtkInformationDoubleKey; extern(C) void function(void* jarg1, void* jarg2, double jarg3) vtkInformationDoubleKey_Set; extern(C) double function(void* jarg1, void* jarg2) vtkInformationDoubleKey_Get; extern(C) void* function(void* objectRef) vtkInformationDoubleKey_Upcast; extern(C) int function() VTK_INSIDE_SMALLEST_REGION_get; extern(C) int function() VTK_INSIDE_LARGEST_REGION_get; extern(C) int function() VTK_INSIDE_CLOSEST_POINT_REGION_get; extern(C) void* function() vtkSelectPolyData_New; extern(C) int function(const(char)* jarg1) vtkSelectPolyData_IsTypeOf; extern(C) void* function(void* jarg1) vtkSelectPolyData_SafeDownCast; extern(C) void* function(void* jarg1) vtkSelectPolyData_NewInstance; extern(C) void function(void* jarg1, int jarg2) vtkSelectPolyData_SetGenerateSelectionScalars; extern(C) int function(void* jarg1) vtkSelectPolyData_GetGenerateSelectionScalars; extern(C) void function(void* jarg1) vtkSelectPolyData_GenerateSelectionScalarsOn; extern(C) void function(void* jarg1) vtkSelectPolyData_GenerateSelectionScalarsOff; extern(C) void function(void* jarg1, int jarg2) vtkSelectPolyData_SetInsideOut; extern(C) int function(void* jarg1) vtkSelectPolyData_GetInsideOut; extern(C) void function(void* jarg1) vtkSelectPolyData_InsideOutOn; extern(C) void function(void* jarg1) vtkSelectPolyData_InsideOutOff; extern(C) void function(void* jarg1, void* jarg2) vtkSelectPolyData_SetLoop; extern(C) void* function(void* jarg1) vtkSelectPolyData_GetLoop; extern(C) void function(void* jarg1, int jarg2) vtkSelectPolyData_SetSelectionMode; extern(C) int function(void* jarg1) vtkSelectPolyData_GetSelectionModeMinValue; extern(C) int function(void* jarg1) vtkSelectPolyData_GetSelectionModeMaxValue; extern(C) int function(void* jarg1) vtkSelectPolyData_GetSelectionMode; extern(C) void function(void* jarg1) vtkSelectPolyData_SetSelectionModeToSmallestRegion; extern(C) void function(void* jarg1) vtkSelectPolyData_SetSelectionModeToLargestRegion; extern(C) void function(void* jarg1) vtkSelectPolyData_SetSelectionModeToClosestPointRegion; extern(C) const(char)* function(void* jarg1) vtkSelectPolyData_GetSelectionModeAsString; extern(C) void function(void* jarg1, int jarg2) vtkSelectPolyData_SetGenerateUnselectedOutput; extern(C) int function(void* jarg1) vtkSelectPolyData_GetGenerateUnselectedOutput; extern(C) void function(void* jarg1) vtkSelectPolyData_GenerateUnselectedOutputOn; extern(C) void function(void* jarg1) vtkSelectPolyData_GenerateUnselectedOutputOff; extern(C) void* function(void* jarg1) vtkSelectPolyData_GetUnselectedOutput; extern(C) void* function(void* jarg1) vtkSelectPolyData_GetSelectionEdges; extern(C) void* function(void* objectRef) vtkSelectPolyData_Upcast; extern(C) void* function() vtkQuad_New; extern(C) int function(const(char)* jarg1) vtkQuad_IsTypeOf; extern(C) void* function(void* jarg1) vtkQuad_SafeDownCast; extern(C) void* function(void* jarg1) vtkQuad_NewInstance; extern(C) void function(void* jarg1, void* jarg2) vtkQuad_InterpolationFunctions; extern(C) void function(void* jarg1, void* jarg2) vtkQuad_InterpolationDerivs; extern(C) void function(void* jarg1, void* jarg2, void* jarg3) vtkQuad_InterpolateFunctions; extern(C) void function(void* jarg1, void* jarg2, void* jarg3) vtkQuad_InterpolateDerivs; extern(C) void* function(void* jarg1, int jarg2) vtkQuad_GetEdgeArray; extern(C) void* function(void* objectRef) vtkQuad_Upcast; extern(C) void* function() new_vtkQuaternionCharT__SWIG_0; extern(C) void* function(char jarg1) new_vtkQuaternionCharT__SWIG_1; extern(C) void* function(const(char)* jarg1) new_vtkQuaternionCharT__SWIG_2; extern(C) void* function(char jarg1, char jarg2, char jarg3, char jarg4) new_vtkQuaternionCharT__SWIG_3; extern(C) char function(void* jarg1) vtkQuaternionCharT_SquaredNorm; extern(C) char function(void* jarg1) vtkQuaternionCharT_Norm; extern(C) void function(void* jarg1) vtkQuaternionCharT_ToIdentity; extern(C) void* function() vtkQuaternionCharT_Identity; extern(C) char function(void* jarg1) vtkQuaternionCharT_Normalize; extern(C) void* function(void* jarg1) vtkQuaternionCharT_Normalized; extern(C) void function(void* jarg1) vtkQuaternionCharT_Conjugate; extern(C) void* function(void* jarg1) vtkQuaternionCharT_Conjugated; extern(C) void function(void* jarg1) vtkQuaternionCharT_Invert; extern(C) void* function(void* jarg1) vtkQuaternionCharT_Inverse; extern(C) void function(void* jarg1) vtkQuaternionCharT_ToUnitLog; extern(C) void* function(void* jarg1) vtkQuaternionCharT_UnitLog; extern(C) void function(void* jarg1) vtkQuaternionCharT_ToUnitExp; extern(C) void* function(void* jarg1) vtkQuaternionCharT_UnitExp; extern(C) void function(void* jarg1) vtkQuaternionCharT_NormalizeWithAngleInDegrees; extern(C) void* function(void* jarg1) vtkQuaternionCharT_NormalizedWithAngleInDegrees; extern(C) void function(void* jarg1, char jarg2, char jarg3, char jarg4, char jarg5) vtkQuaternionCharT_Set__SWIG_0; extern(C) void function(void* jarg1, const(char)* jarg2) vtkQuaternionCharT_Set__SWIG_1; extern(C) void function(void* jarg1, const(char)* jarg2) vtkQuaternionCharT_Get; extern(C) void function(void* jarg1, char jarg2) vtkQuaternionCharT_SetW; extern(C) char function(void* jarg1) vtkQuaternionCharT_GetW; extern(C) void function(void* jarg1, char jarg2) vtkQuaternionCharT_SetX; extern(C) char function(void* jarg1) vtkQuaternionCharT_GetX; extern(C) void function(void* jarg1, char jarg2) vtkQuaternionCharT_SetY; extern(C) char function(void* jarg1) vtkQuaternionCharT_GetY; extern(C) void function(void* jarg1, char jarg2) vtkQuaternionCharT_SetZ; extern(C) char function(void* jarg1) vtkQuaternionCharT_GetZ; extern(C) char function(void* jarg1, const(char)* jarg2) vtkQuaternionCharT_GetRotationAngleAndAxis; extern(C) void function(void* jarg1, char jarg2, const(char)* jarg3) vtkQuaternionCharT_SetRotationAngleAndAxis__SWIG_0; extern(C) void function(void* jarg1, char jarg2, char jarg3, char jarg4, char jarg5) vtkQuaternionCharT_SetRotationAngleAndAxis__SWIG_1; extern(C) void function(void* jarg1, void* jarg2) vtkQuaternionCharT_ToMatrix3x3; extern(C) void function(void* jarg1, void* jarg2) vtkQuaternionCharT_FromMatrix3x3; extern(C) void* function(void* jarg1, char jarg2, void* jarg3) vtkQuaternionCharT_Slerp; extern(C) void* function(void* jarg1, void* jarg2, void* jarg3) vtkQuaternionCharT_InnerPoint; extern(C) void function(void* jarg1, void* jarg2) vtkQuaternionCharT_Equal; extern(C) void* function(void* jarg1, void* jarg2) vtkQuaternionCharT_swigOpAdd; extern(C) void* function(void* jarg1, void* jarg2) vtkQuaternionCharT_swigOpSub; extern(C) void* function(void* jarg1, void* jarg2) vtkQuaternionCharT_swigOpMul__SWIG_0; extern(C) void* function(void* jarg1, char jarg2) vtkQuaternionCharT_swigOpMul__SWIG_1; extern(C) void function(void* jarg1, char jarg2) vtkQuaternionCharT_swigOpMulAssign; extern(C) void* function(void* jarg1, void* jarg2) vtkQuaternionCharT_swigOpDiv__SWIG_0; extern(C) void* function(void* jarg1, char jarg2) vtkQuaternionCharT_swigOpDiv__SWIG_1; extern(C) void function(void* jarg1, char jarg2) vtkQuaternionCharT_swigOpDivAssign; extern(C) void function(void* jarg1) delete_vtkQuaternionCharT; extern(C) void* function(void* objectRef) vtkQuaternionCharT_Upcast; extern(C) void* function() new_vtkQuaternionUCharT__SWIG_0; extern(C) void* function(ubyte jarg1) new_vtkQuaternionUCharT__SWIG_1; extern(C) void* function(void* jarg1) new_vtkQuaternionUCharT__SWIG_2; extern(C) void* function(ubyte jarg1, ubyte jarg2, ubyte jarg3, ubyte jarg4) new_vtkQuaternionUCharT__SWIG_3; extern(C) ubyte function(void* jarg1) vtkQuaternionUCharT_SquaredNorm; extern(C) ubyte function(void* jarg1) vtkQuaternionUCharT_Norm; extern(C) void function(void* jarg1) vtkQuaternionUCharT_ToIdentity; extern(C) void* function() vtkQuaternionUCharT_Identity; extern(C) ubyte function(void* jarg1) vtkQuaternionUCharT_Normalize; extern(C) void* function(void* jarg1) vtkQuaternionUCharT_Normalized; extern(C) void function(void* jarg1) vtkQuaternionUCharT_Conjugate; extern(C) void* function(void* jarg1) vtkQuaternionUCharT_Conjugated; extern(C) void function(void* jarg1) vtkQuaternionUCharT_Invert; extern(C) void* function(void* jarg1) vtkQuaternionUCharT_Inverse; extern(C) void function(void* jarg1) vtkQuaternionUCharT_ToUnitLog; extern(C) void* function(void* jarg1) vtkQuaternionUCharT_UnitLog; extern(C) void function(void* jarg1) vtkQuaternionUCharT_ToUnitExp; extern(C) void* function(void* jarg1) vtkQuaternionUCharT_UnitExp; extern(C) void function(void* jarg1) vtkQuaternionUCharT_NormalizeWithAngleInDegrees; extern(C) void* function(void* jarg1) vtkQuaternionUCharT_NormalizedWithAngleInDegrees; extern(C) void function(void* jarg1, ubyte jarg2, ubyte jarg3, ubyte jarg4, ubyte jarg5) vtkQuaternionUCharT_Set__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkQuaternionUCharT_Set__SWIG_1; extern(C) void function(void* jarg1, void* jarg2) vtkQuaternionUCharT_Get; extern(C) void function(void* jarg1, ubyte jarg2) vtkQuaternionUCharT_SetW; extern(C) ubyte function(void* jarg1) vtkQuaternionUCharT_GetW; extern(C) void function(void* jarg1, ubyte jarg2) vtkQuaternionUCharT_SetX; extern(C) ubyte function(void* jarg1) vtkQuaternionUCharT_GetX; extern(C) void function(void* jarg1, ubyte jarg2) vtkQuaternionUCharT_SetY; extern(C) ubyte function(void* jarg1) vtkQuaternionUCharT_GetY; extern(C) void function(void* jarg1, ubyte jarg2) vtkQuaternionUCharT_SetZ; extern(C) ubyte function(void* jarg1) vtkQuaternionUCharT_GetZ; extern(C) ubyte function(void* jarg1, void* jarg2) vtkQuaternionUCharT_GetRotationAngleAndAxis; extern(C) void function(void* jarg1, ubyte jarg2, void* jarg3) vtkQuaternionUCharT_SetRotationAngleAndAxis__SWIG_0; extern(C) void function(void* jarg1, ubyte jarg2, ubyte jarg3, ubyte jarg4, ubyte jarg5) vtkQuaternionUCharT_SetRotationAngleAndAxis__SWIG_1; extern(C) void function(void* jarg1, void* jarg2) vtkQuaternionUCharT_ToMatrix3x3; extern(C) void function(void* jarg1, void* jarg2) vtkQuaternionUCharT_FromMatrix3x3; extern(C) void* function(void* jarg1, ubyte jarg2, void* jarg3) vtkQuaternionUCharT_Slerp; extern(C) void* function(void* jarg1, void* jarg2, void* jarg3) vtkQuaternionUCharT_InnerPoint; extern(C) void function(void* jarg1, void* jarg2) vtkQuaternionUCharT_Equal; extern(C) void* function(void* jarg1, void* jarg2) vtkQuaternionUCharT_swigOpAdd; extern(C) void* function(void* jarg1, void* jarg2) vtkQuaternionUCharT_swigOpSub; extern(C) void* function(void* jarg1, void* jarg2) vtkQuaternionUCharT_swigOpMul__SWIG_0; extern(C) void* function(void* jarg1, ubyte jarg2) vtkQuaternionUCharT_swigOpMul__SWIG_1; extern(C) void function(void* jarg1, ubyte jarg2) vtkQuaternionUCharT_swigOpMulAssign; extern(C) void* function(void* jarg1, void* jarg2) vtkQuaternionUCharT_swigOpDiv__SWIG_0; extern(C) void* function(void* jarg1, ubyte jarg2) vtkQuaternionUCharT_swigOpDiv__SWIG_1; extern(C) void function(void* jarg1, ubyte jarg2) vtkQuaternionUCharT_swigOpDivAssign; extern(C) void function(void* jarg1) delete_vtkQuaternionUCharT; extern(C) void* function(void* objectRef) vtkQuaternionUCharT_Upcast; extern(C) void* function() new_vtkQuaternionShortT__SWIG_0; extern(C) void* function(short jarg1) new_vtkQuaternionShortT__SWIG_1; extern(C) void* function(void* jarg1) new_vtkQuaternionShortT__SWIG_2; extern(C) void* function(short jarg1, short jarg2, short jarg3, short jarg4) new_vtkQuaternionShortT__SWIG_3; extern(C) short function(void* jarg1) vtkQuaternionShortT_SquaredNorm; extern(C) short function(void* jarg1) vtkQuaternionShortT_Norm; extern(C) void function(void* jarg1) vtkQuaternionShortT_ToIdentity; extern(C) void* function() vtkQuaternionShortT_Identity; extern(C) short function(void* jarg1) vtkQuaternionShortT_Normalize; extern(C) void* function(void* jarg1) vtkQuaternionShortT_Normalized; extern(C) void function(void* jarg1) vtkQuaternionShortT_Conjugate; extern(C) void* function(void* jarg1) vtkQuaternionShortT_Conjugated; extern(C) void function(void* jarg1) vtkQuaternionShortT_Invert; extern(C) void* function(void* jarg1) vtkQuaternionShortT_Inverse; extern(C) void function(void* jarg1) vtkQuaternionShortT_ToUnitLog; extern(C) void* function(void* jarg1) vtkQuaternionShortT_UnitLog; extern(C) void function(void* jarg1) vtkQuaternionShortT_ToUnitExp; extern(C) void* function(void* jarg1) vtkQuaternionShortT_UnitExp; extern(C) void function(void* jarg1) vtkQuaternionShortT_NormalizeWithAngleInDegrees; extern(C) void* function(void* jarg1) vtkQuaternionShortT_NormalizedWithAngleInDegrees; extern(C) void function(void* jarg1, short jarg2, short jarg3, short jarg4, short jarg5) vtkQuaternionShortT_Set__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkQuaternionShortT_Set__SWIG_1; extern(C) void function(void* jarg1, void* jarg2) vtkQuaternionShortT_Get; extern(C) void function(void* jarg1, short jarg2) vtkQuaternionShortT_SetW; extern(C) short function(void* jarg1) vtkQuaternionShortT_GetW; extern(C) void function(void* jarg1, short jarg2) vtkQuaternionShortT_SetX; extern(C) short function(void* jarg1) vtkQuaternionShortT_GetX; extern(C) void function(void* jarg1, short jarg2) vtkQuaternionShortT_SetY; extern(C) short function(void* jarg1) vtkQuaternionShortT_GetY; extern(C) void function(void* jarg1, short jarg2) vtkQuaternionShortT_SetZ; extern(C) short function(void* jarg1) vtkQuaternionShortT_GetZ; extern(C) short function(void* jarg1, void* jarg2) vtkQuaternionShortT_GetRotationAngleAndAxis; extern(C) void function(void* jarg1, short jarg2, void* jarg3) vtkQuaternionShortT_SetRotationAngleAndAxis__SWIG_0; extern(C) void function(void* jarg1, short jarg2, short jarg3, short jarg4, short jarg5) vtkQuaternionShortT_SetRotationAngleAndAxis__SWIG_1; extern(C) void function(void* jarg1, void* jarg2) vtkQuaternionShortT_ToMatrix3x3; extern(C) void function(void* jarg1, void* jarg2) vtkQuaternionShortT_FromMatrix3x3; extern(C) void* function(void* jarg1, short jarg2, void* jarg3) vtkQuaternionShortT_Slerp; extern(C) void* function(void* jarg1, void* jarg2, void* jarg3) vtkQuaternionShortT_InnerPoint; extern(C) void function(void* jarg1, void* jarg2) vtkQuaternionShortT_Equal; extern(C) void* function(void* jarg1, void* jarg2) vtkQuaternionShortT_swigOpAdd; extern(C) void* function(void* jarg1, void* jarg2) vtkQuaternionShortT_swigOpSub; extern(C) void* function(void* jarg1, void* jarg2) vtkQuaternionShortT_swigOpMul__SWIG_0; extern(C) void* function(void* jarg1, short jarg2) vtkQuaternionShortT_swigOpMul__SWIG_1; extern(C) void function(void* jarg1, short jarg2) vtkQuaternionShortT_swigOpMulAssign; extern(C) void* function(void* jarg1, void* jarg2) vtkQuaternionShortT_swigOpDiv__SWIG_0; extern(C) void* function(void* jarg1, short jarg2) vtkQuaternionShortT_swigOpDiv__SWIG_1; extern(C) void function(void* jarg1, short jarg2) vtkQuaternionShortT_swigOpDivAssign; extern(C) void function(void* jarg1) delete_vtkQuaternionShortT; extern(C) void* function(void* objectRef) vtkQuaternionShortT_Upcast; extern(C) void* function() new_vtkQuaternionUShortT__SWIG_0; extern(C) void* function(ushort jarg1) new_vtkQuaternionUShortT__SWIG_1; extern(C) void* function(void* jarg1) new_vtkQuaternionUShortT__SWIG_2; extern(C) void* function(ushort jarg1, ushort jarg2, ushort jarg3, ushort jarg4) new_vtkQuaternionUShortT__SWIG_3; extern(C) ushort function(void* jarg1) vtkQuaternionUShortT_SquaredNorm; extern(C) ushort function(void* jarg1) vtkQuaternionUShortT_Norm; extern(C) void function(void* jarg1) vtkQuaternionUShortT_ToIdentity; extern(C) void* function() vtkQuaternionUShortT_Identity; extern(C) ushort function(void* jarg1) vtkQuaternionUShortT_Normalize; extern(C) void* function(void* jarg1) vtkQuaternionUShortT_Normalized; extern(C) void function(void* jarg1) vtkQuaternionUShortT_Conjugate; extern(C) void* function(void* jarg1) vtkQuaternionUShortT_Conjugated; extern(C) void function(void* jarg1) vtkQuaternionUShortT_Invert; extern(C) void* function(void* jarg1) vtkQuaternionUShortT_Inverse; extern(C) void function(void* jarg1) vtkQuaternionUShortT_ToUnitLog; extern(C) void* function(void* jarg1) vtkQuaternionUShortT_UnitLog; extern(C) void function(void* jarg1) vtkQuaternionUShortT_ToUnitExp; extern(C) void* function(void* jarg1) vtkQuaternionUShortT_UnitExp; extern(C) void function(void* jarg1) vtkQuaternionUShortT_NormalizeWithAngleInDegrees; extern(C) void* function(void* jarg1) vtkQuaternionUShortT_NormalizedWithAngleInDegrees; extern(C) void function(void* jarg1, ushort jarg2, ushort jarg3, ushort jarg4, ushort jarg5) vtkQuaternionUShortT_Set__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkQuaternionUShortT_Set__SWIG_1; extern(C) void function(void* jarg1, void* jarg2) vtkQuaternionUShortT_Get; extern(C) void function(void* jarg1, ushort jarg2) vtkQuaternionUShortT_SetW; extern(C) ushort function(void* jarg1) vtkQuaternionUShortT_GetW; extern(C) void function(void* jarg1, ushort jarg2) vtkQuaternionUShortT_SetX; extern(C) ushort function(void* jarg1) vtkQuaternionUShortT_GetX; extern(C) void function(void* jarg1, ushort jarg2) vtkQuaternionUShortT_SetY; extern(C) ushort function(void* jarg1) vtkQuaternionUShortT_GetY; extern(C) void function(void* jarg1, ushort jarg2) vtkQuaternionUShortT_SetZ; extern(C) ushort function(void* jarg1) vtkQuaternionUShortT_GetZ; extern(C) ushort function(void* jarg1, void* jarg2) vtkQuaternionUShortT_GetRotationAngleAndAxis; extern(C) void function(void* jarg1, ushort jarg2, void* jarg3) vtkQuaternionUShortT_SetRotationAngleAndAxis__SWIG_0; extern(C) void function(void* jarg1, ushort jarg2, ushort jarg3, ushort jarg4, ushort jarg5) vtkQuaternionUShortT_SetRotationAngleAndAxis__SWIG_1; extern(C) void function(void* jarg1, void* jarg2) vtkQuaternionUShortT_ToMatrix3x3; extern(C) void function(void* jarg1, void* jarg2) vtkQuaternionUShortT_FromMatrix3x3; extern(C) void* function(void* jarg1, ushort jarg2, void* jarg3) vtkQuaternionUShortT_Slerp; extern(C) void* function(void* jarg1, void* jarg2, void* jarg3) vtkQuaternionUShortT_InnerPoint; extern(C) void function(void* jarg1, void* jarg2) vtkQuaternionUShortT_Equal; extern(C) void* function(void* jarg1, void* jarg2) vtkQuaternionUShortT_swigOpAdd; extern(C) void* function(void* jarg1, void* jarg2) vtkQuaternionUShortT_swigOpSub; extern(C) void* function(void* jarg1, void* jarg2) vtkQuaternionUShortT_swigOpMul__SWIG_0; extern(C) void* function(void* jarg1, ushort jarg2) vtkQuaternionUShortT_swigOpMul__SWIG_1; extern(C) void function(void* jarg1, ushort jarg2) vtkQuaternionUShortT_swigOpMulAssign; extern(C) void* function(void* jarg1, void* jarg2) vtkQuaternionUShortT_swigOpDiv__SWIG_0; extern(C) void* function(void* jarg1, ushort jarg2) vtkQuaternionUShortT_swigOpDiv__SWIG_1; extern(C) void function(void* jarg1, ushort jarg2) vtkQuaternionUShortT_swigOpDivAssign; extern(C) void function(void* jarg1) delete_vtkQuaternionUShortT; extern(C) void* function(void* objectRef) vtkQuaternionUShortT_Upcast; extern(C) void* function() new_vtkQuaternionIntT__SWIG_0; extern(C) void* function(int jarg1) new_vtkQuaternionIntT__SWIG_1; extern(C) void* function(void* jarg1) new_vtkQuaternionIntT__SWIG_2; extern(C) void* function(int jarg1, int jarg2, int jarg3, int jarg4) new_vtkQuaternionIntT__SWIG_3; extern(C) int function(void* jarg1) vtkQuaternionIntT_SquaredNorm; extern(C) int function(void* jarg1) vtkQuaternionIntT_Norm; extern(C) void function(void* jarg1) vtkQuaternionIntT_ToIdentity; extern(C) void* function() vtkQuaternionIntT_Identity; extern(C) int function(void* jarg1) vtkQuaternionIntT_Normalize; extern(C) void* function(void* jarg1) vtkQuaternionIntT_Normalized; extern(C) void function(void* jarg1) vtkQuaternionIntT_Conjugate; extern(C) void* function(void* jarg1) vtkQuaternionIntT_Conjugated; extern(C) void function(void* jarg1) vtkQuaternionIntT_Invert; extern(C) void* function(void* jarg1) vtkQuaternionIntT_Inverse; extern(C) void function(void* jarg1) vtkQuaternionIntT_ToUnitLog; extern(C) void* function(void* jarg1) vtkQuaternionIntT_UnitLog; extern(C) void function(void* jarg1) vtkQuaternionIntT_ToUnitExp; extern(C) void* function(void* jarg1) vtkQuaternionIntT_UnitExp; extern(C) void function(void* jarg1) vtkQuaternionIntT_NormalizeWithAngleInDegrees; extern(C) void* function(void* jarg1) vtkQuaternionIntT_NormalizedWithAngleInDegrees; extern(C) void function(void* jarg1, int jarg2, int jarg3, int jarg4, int jarg5) vtkQuaternionIntT_Set__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkQuaternionIntT_Set__SWIG_1; extern(C) void function(void* jarg1, void* jarg2) vtkQuaternionIntT_Get; extern(C) void function(void* jarg1, int jarg2) vtkQuaternionIntT_SetW; extern(C) int function(void* jarg1) vtkQuaternionIntT_GetW; extern(C) void function(void* jarg1, int jarg2) vtkQuaternionIntT_SetX; extern(C) int function(void* jarg1) vtkQuaternionIntT_GetX; extern(C) void function(void* jarg1, int jarg2) vtkQuaternionIntT_SetY; extern(C) int function(void* jarg1) vtkQuaternionIntT_GetY; extern(C) void function(void* jarg1, int jarg2) vtkQuaternionIntT_SetZ; extern(C) int function(void* jarg1) vtkQuaternionIntT_GetZ; extern(C) int function(void* jarg1, void* jarg2) vtkQuaternionIntT_GetRotationAngleAndAxis; extern(C) void function(void* jarg1, int jarg2, void* jarg3) vtkQuaternionIntT_SetRotationAngleAndAxis__SWIG_0; extern(C) void function(void* jarg1, int jarg2, int jarg3, int jarg4, int jarg5) vtkQuaternionIntT_SetRotationAngleAndAxis__SWIG_1; extern(C) void function(void* jarg1, void* jarg2) vtkQuaternionIntT_ToMatrix3x3; extern(C) void function(void* jarg1, void* jarg2) vtkQuaternionIntT_FromMatrix3x3; extern(C) void* function(void* jarg1, int jarg2, void* jarg3) vtkQuaternionIntT_Slerp; extern(C) void* function(void* jarg1, void* jarg2, void* jarg3) vtkQuaternionIntT_InnerPoint; extern(C) void function(void* jarg1, void* jarg2) vtkQuaternionIntT_Equal; extern(C) void* function(void* jarg1, void* jarg2) vtkQuaternionIntT_swigOpAdd; extern(C) void* function(void* jarg1, void* jarg2) vtkQuaternionIntT_swigOpSub; extern(C) void* function(void* jarg1, void* jarg2) vtkQuaternionIntT_swigOpMul__SWIG_0; extern(C) void* function(void* jarg1, int jarg2) vtkQuaternionIntT_swigOpMul__SWIG_1; extern(C) void function(void* jarg1, int jarg2) vtkQuaternionIntT_swigOpMulAssign; extern(C) void* function(void* jarg1, void* jarg2) vtkQuaternionIntT_swigOpDiv__SWIG_0; extern(C) void* function(void* jarg1, int jarg2) vtkQuaternionIntT_swigOpDiv__SWIG_1; extern(C) void function(void* jarg1, int jarg2) vtkQuaternionIntT_swigOpDivAssign; extern(C) void function(void* jarg1) delete_vtkQuaternionIntT; extern(C) void* function(void* objectRef) vtkQuaternionIntT_Upcast; extern(C) void* function() new_vtkQuaternionUIntT__SWIG_0; extern(C) void* function(uint jarg1) new_vtkQuaternionUIntT__SWIG_1; extern(C) void* function(void* jarg1) new_vtkQuaternionUIntT__SWIG_2; extern(C) void* function(uint jarg1, uint jarg2, uint jarg3, uint jarg4) new_vtkQuaternionUIntT__SWIG_3; extern(C) uint function(void* jarg1) vtkQuaternionUIntT_SquaredNorm; extern(C) uint function(void* jarg1) vtkQuaternionUIntT_Norm; extern(C) void function(void* jarg1) vtkQuaternionUIntT_ToIdentity; extern(C) void* function() vtkQuaternionUIntT_Identity; extern(C) uint function(void* jarg1) vtkQuaternionUIntT_Normalize; extern(C) void* function(void* jarg1) vtkQuaternionUIntT_Normalized; extern(C) void function(void* jarg1) vtkQuaternionUIntT_Conjugate; extern(C) void* function(void* jarg1) vtkQuaternionUIntT_Conjugated; extern(C) void function(void* jarg1) vtkQuaternionUIntT_Invert; extern(C) void* function(void* jarg1) vtkQuaternionUIntT_Inverse; extern(C) void function(void* jarg1) vtkQuaternionUIntT_ToUnitLog; extern(C) void* function(void* jarg1) vtkQuaternionUIntT_UnitLog; extern(C) void function(void* jarg1) vtkQuaternionUIntT_ToUnitExp; extern(C) void* function(void* jarg1) vtkQuaternionUIntT_UnitExp; extern(C) void function(void* jarg1) vtkQuaternionUIntT_NormalizeWithAngleInDegrees; extern(C) void* function(void* jarg1) vtkQuaternionUIntT_NormalizedWithAngleInDegrees; extern(C) void function(void* jarg1, uint jarg2, uint jarg3, uint jarg4, uint jarg5) vtkQuaternionUIntT_Set__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkQuaternionUIntT_Set__SWIG_1; extern(C) void function(void* jarg1, void* jarg2) vtkQuaternionUIntT_Get; extern(C) void function(void* jarg1, uint jarg2) vtkQuaternionUIntT_SetW; extern(C) uint function(void* jarg1) vtkQuaternionUIntT_GetW; extern(C) void function(void* jarg1, uint jarg2) vtkQuaternionUIntT_SetX; extern(C) uint function(void* jarg1) vtkQuaternionUIntT_GetX; extern(C) void function(void* jarg1, uint jarg2) vtkQuaternionUIntT_SetY; extern(C) uint function(void* jarg1) vtkQuaternionUIntT_GetY; extern(C) void function(void* jarg1, uint jarg2) vtkQuaternionUIntT_SetZ; extern(C) uint function(void* jarg1) vtkQuaternionUIntT_GetZ; extern(C) uint function(void* jarg1, void* jarg2) vtkQuaternionUIntT_GetRotationAngleAndAxis; extern(C) void function(void* jarg1, uint jarg2, void* jarg3) vtkQuaternionUIntT_SetRotationAngleAndAxis__SWIG_0; extern(C) void function(void* jarg1, uint jarg2, uint jarg3, uint jarg4, uint jarg5) vtkQuaternionUIntT_SetRotationAngleAndAxis__SWIG_1; extern(C) void function(void* jarg1, void* jarg2) vtkQuaternionUIntT_ToMatrix3x3; extern(C) void function(void* jarg1, void* jarg2) vtkQuaternionUIntT_FromMatrix3x3; extern(C) void* function(void* jarg1, uint jarg2, void* jarg3) vtkQuaternionUIntT_Slerp; extern(C) void* function(void* jarg1, void* jarg2, void* jarg3) vtkQuaternionUIntT_InnerPoint; extern(C) void function(void* jarg1, void* jarg2) vtkQuaternionUIntT_Equal; extern(C) void* function(void* jarg1, void* jarg2) vtkQuaternionUIntT_swigOpAdd; extern(C) void* function(void* jarg1, void* jarg2) vtkQuaternionUIntT_swigOpSub; extern(C) void* function(void* jarg1, void* jarg2) vtkQuaternionUIntT_swigOpMul__SWIG_0; extern(C) void* function(void* jarg1, uint jarg2) vtkQuaternionUIntT_swigOpMul__SWIG_1; extern(C) void function(void* jarg1, uint jarg2) vtkQuaternionUIntT_swigOpMulAssign; extern(C) void* function(void* jarg1, void* jarg2) vtkQuaternionUIntT_swigOpDiv__SWIG_0; extern(C) void* function(void* jarg1, uint jarg2) vtkQuaternionUIntT_swigOpDiv__SWIG_1; extern(C) void function(void* jarg1, uint jarg2) vtkQuaternionUIntT_swigOpDivAssign; extern(C) void function(void* jarg1) delete_vtkQuaternionUIntT; extern(C) void* function(void* objectRef) vtkQuaternionUIntT_Upcast; extern(C) void* function() new_vtkQuaternionLongT__SWIG_0; extern(C) void* function(core.stdc.config.c_long jarg1) new_vtkQuaternionLongT__SWIG_1; extern(C) void* function(void* jarg1) new_vtkQuaternionLongT__SWIG_2; extern(C) void* function(core.stdc.config.c_long jarg1, core.stdc.config.c_long jarg2, core.stdc.config.c_long jarg3, core.stdc.config.c_long jarg4) new_vtkQuaternionLongT__SWIG_3; extern(C) core.stdc.config.c_long function(void* jarg1) vtkQuaternionLongT_SquaredNorm; extern(C) core.stdc.config.c_long function(void* jarg1) vtkQuaternionLongT_Norm; extern(C) void function(void* jarg1) vtkQuaternionLongT_ToIdentity; extern(C) void* function() vtkQuaternionLongT_Identity; extern(C) core.stdc.config.c_long function(void* jarg1) vtkQuaternionLongT_Normalize; extern(C) void* function(void* jarg1) vtkQuaternionLongT_Normalized; extern(C) void function(void* jarg1) vtkQuaternionLongT_Conjugate; extern(C) void* function(void* jarg1) vtkQuaternionLongT_Conjugated; extern(C) void function(void* jarg1) vtkQuaternionLongT_Invert; extern(C) void* function(void* jarg1) vtkQuaternionLongT_Inverse; extern(C) void function(void* jarg1) vtkQuaternionLongT_ToUnitLog; extern(C) void* function(void* jarg1) vtkQuaternionLongT_UnitLog; extern(C) void function(void* jarg1) vtkQuaternionLongT_ToUnitExp; extern(C) void* function(void* jarg1) vtkQuaternionLongT_UnitExp; extern(C) void function(void* jarg1) vtkQuaternionLongT_NormalizeWithAngleInDegrees; extern(C) void* function(void* jarg1) vtkQuaternionLongT_NormalizedWithAngleInDegrees; extern(C) void function(void* jarg1, core.stdc.config.c_long jarg2, core.stdc.config.c_long jarg3, core.stdc.config.c_long jarg4, core.stdc.config.c_long jarg5) vtkQuaternionLongT_Set__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkQuaternionLongT_Set__SWIG_1; extern(C) void function(void* jarg1, void* jarg2) vtkQuaternionLongT_Get; extern(C) void function(void* jarg1, core.stdc.config.c_long jarg2) vtkQuaternionLongT_SetW; extern(C) core.stdc.config.c_long function(void* jarg1) vtkQuaternionLongT_GetW; extern(C) void function(void* jarg1, core.stdc.config.c_long jarg2) vtkQuaternionLongT_SetX; extern(C) core.stdc.config.c_long function(void* jarg1) vtkQuaternionLongT_GetX; extern(C) void function(void* jarg1, core.stdc.config.c_long jarg2) vtkQuaternionLongT_SetY; extern(C) core.stdc.config.c_long function(void* jarg1) vtkQuaternionLongT_GetY; extern(C) void function(void* jarg1, core.stdc.config.c_long jarg2) vtkQuaternionLongT_SetZ; extern(C) core.stdc.config.c_long function(void* jarg1) vtkQuaternionLongT_GetZ; extern(C) core.stdc.config.c_long function(void* jarg1, void* jarg2) vtkQuaternionLongT_GetRotationAngleAndAxis; extern(C) void function(void* jarg1, core.stdc.config.c_long jarg2, void* jarg3) vtkQuaternionLongT_SetRotationAngleAndAxis__SWIG_0; extern(C) void function(void* jarg1, core.stdc.config.c_long jarg2, core.stdc.config.c_long jarg3, core.stdc.config.c_long jarg4, core.stdc.config.c_long jarg5) vtkQuaternionLongT_SetRotationAngleAndAxis__SWIG_1; extern(C) void function(void* jarg1, void* jarg2) vtkQuaternionLongT_ToMatrix3x3; extern(C) void function(void* jarg1, void* jarg2) vtkQuaternionLongT_FromMatrix3x3; extern(C) void* function(void* jarg1, core.stdc.config.c_long jarg2, void* jarg3) vtkQuaternionLongT_Slerp; extern(C) void* function(void* jarg1, void* jarg2, void* jarg3) vtkQuaternionLongT_InnerPoint; extern(C) void function(void* jarg1, void* jarg2) vtkQuaternionLongT_Equal; extern(C) void* function(void* jarg1, void* jarg2) vtkQuaternionLongT_swigOpAdd; extern(C) void* function(void* jarg1, void* jarg2) vtkQuaternionLongT_swigOpSub; extern(C) void* function(void* jarg1, void* jarg2) vtkQuaternionLongT_swigOpMul__SWIG_0; extern(C) void* function(void* jarg1, core.stdc.config.c_long jarg2) vtkQuaternionLongT_swigOpMul__SWIG_1; extern(C) void function(void* jarg1, core.stdc.config.c_long jarg2) vtkQuaternionLongT_swigOpMulAssign; extern(C) void* function(void* jarg1, void* jarg2) vtkQuaternionLongT_swigOpDiv__SWIG_0; extern(C) void* function(void* jarg1, core.stdc.config.c_long jarg2) vtkQuaternionLongT_swigOpDiv__SWIG_1; extern(C) void function(void* jarg1, core.stdc.config.c_long jarg2) vtkQuaternionLongT_swigOpDivAssign; extern(C) void function(void* jarg1) delete_vtkQuaternionLongT; extern(C) void* function(void* objectRef) vtkQuaternionLongT_Upcast; extern(C) void* function() new_vtkQuaternionULongT__SWIG_0; extern(C) void* function(core.stdc.config.c_ulong jarg1) new_vtkQuaternionULongT__SWIG_1; extern(C) void* function(void* jarg1) new_vtkQuaternionULongT__SWIG_2; extern(C) void* function(core.stdc.config.c_ulong jarg1, core.stdc.config.c_ulong jarg2, core.stdc.config.c_ulong jarg3, core.stdc.config.c_ulong jarg4) new_vtkQuaternionULongT__SWIG_3; extern(C) core.stdc.config.c_ulong function(void* jarg1) vtkQuaternionULongT_SquaredNorm; extern(C) core.stdc.config.c_ulong function(void* jarg1) vtkQuaternionULongT_Norm; extern(C) void function(void* jarg1) vtkQuaternionULongT_ToIdentity; extern(C) void* function() vtkQuaternionULongT_Identity; extern(C) core.stdc.config.c_ulong function(void* jarg1) vtkQuaternionULongT_Normalize; extern(C) void* function(void* jarg1) vtkQuaternionULongT_Normalized; extern(C) void function(void* jarg1) vtkQuaternionULongT_Conjugate; extern(C) void* function(void* jarg1) vtkQuaternionULongT_Conjugated; extern(C) void function(void* jarg1) vtkQuaternionULongT_Invert; extern(C) void* function(void* jarg1) vtkQuaternionULongT_Inverse; extern(C) void function(void* jarg1) vtkQuaternionULongT_ToUnitLog; extern(C) void* function(void* jarg1) vtkQuaternionULongT_UnitLog; extern(C) void function(void* jarg1) vtkQuaternionULongT_ToUnitExp; extern(C) void* function(void* jarg1) vtkQuaternionULongT_UnitExp; extern(C) void function(void* jarg1) vtkQuaternionULongT_NormalizeWithAngleInDegrees; extern(C) void* function(void* jarg1) vtkQuaternionULongT_NormalizedWithAngleInDegrees; extern(C) void function(void* jarg1, core.stdc.config.c_ulong jarg2, core.stdc.config.c_ulong jarg3, core.stdc.config.c_ulong jarg4, core.stdc.config.c_ulong jarg5) vtkQuaternionULongT_Set__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkQuaternionULongT_Set__SWIG_1; extern(C) void function(void* jarg1, void* jarg2) vtkQuaternionULongT_Get; extern(C) void function(void* jarg1, core.stdc.config.c_ulong jarg2) vtkQuaternionULongT_SetW; extern(C) core.stdc.config.c_ulong function(void* jarg1) vtkQuaternionULongT_GetW; extern(C) void function(void* jarg1, core.stdc.config.c_ulong jarg2) vtkQuaternionULongT_SetX; extern(C) core.stdc.config.c_ulong function(void* jarg1) vtkQuaternionULongT_GetX; extern(C) void function(void* jarg1, core.stdc.config.c_ulong jarg2) vtkQuaternionULongT_SetY; extern(C) core.stdc.config.c_ulong function(void* jarg1) vtkQuaternionULongT_GetY; extern(C) void function(void* jarg1, core.stdc.config.c_ulong jarg2) vtkQuaternionULongT_SetZ; extern(C) core.stdc.config.c_ulong function(void* jarg1) vtkQuaternionULongT_GetZ; extern(C) core.stdc.config.c_ulong function(void* jarg1, void* jarg2) vtkQuaternionULongT_GetRotationAngleAndAxis; extern(C) void function(void* jarg1, core.stdc.config.c_ulong jarg2, void* jarg3) vtkQuaternionULongT_SetRotationAngleAndAxis__SWIG_0; extern(C) void function(void* jarg1, core.stdc.config.c_ulong jarg2, core.stdc.config.c_ulong jarg3, core.stdc.config.c_ulong jarg4, core.stdc.config.c_ulong jarg5) vtkQuaternionULongT_SetRotationAngleAndAxis__SWIG_1; extern(C) void function(void* jarg1, void* jarg2) vtkQuaternionULongT_ToMatrix3x3; extern(C) void function(void* jarg1, void* jarg2) vtkQuaternionULongT_FromMatrix3x3; extern(C) void* function(void* jarg1, core.stdc.config.c_ulong jarg2, void* jarg3) vtkQuaternionULongT_Slerp; extern(C) void* function(void* jarg1, void* jarg2, void* jarg3) vtkQuaternionULongT_InnerPoint; extern(C) void function(void* jarg1, void* jarg2) vtkQuaternionULongT_Equal; extern(C) void* function(void* jarg1, void* jarg2) vtkQuaternionULongT_swigOpAdd; extern(C) void* function(void* jarg1, void* jarg2) vtkQuaternionULongT_swigOpSub; extern(C) void* function(void* jarg1, void* jarg2) vtkQuaternionULongT_swigOpMul__SWIG_0; extern(C) void* function(void* jarg1, core.stdc.config.c_ulong jarg2) vtkQuaternionULongT_swigOpMul__SWIG_1; extern(C) void function(void* jarg1, core.stdc.config.c_ulong jarg2) vtkQuaternionULongT_swigOpMulAssign; extern(C) void* function(void* jarg1, void* jarg2) vtkQuaternionULongT_swigOpDiv__SWIG_0; extern(C) void* function(void* jarg1, core.stdc.config.c_ulong jarg2) vtkQuaternionULongT_swigOpDiv__SWIG_1; extern(C) void function(void* jarg1, core.stdc.config.c_ulong jarg2) vtkQuaternionULongT_swigOpDivAssign; extern(C) void function(void* jarg1) delete_vtkQuaternionULongT; extern(C) void* function(void* objectRef) vtkQuaternionULongT_Upcast; extern(C) void* function() new_vtkQuaternionLongLongT__SWIG_0; extern(C) void* function(long jarg1) new_vtkQuaternionLongLongT__SWIG_1; extern(C) void* function(void* jarg1) new_vtkQuaternionLongLongT__SWIG_2; extern(C) void* function(long jarg1, long jarg2, long jarg3, long jarg4) new_vtkQuaternionLongLongT__SWIG_3; extern(C) long function(void* jarg1) vtkQuaternionLongLongT_SquaredNorm; extern(C) long function(void* jarg1) vtkQuaternionLongLongT_Norm; extern(C) void function(void* jarg1) vtkQuaternionLongLongT_ToIdentity; extern(C) void* function() vtkQuaternionLongLongT_Identity; extern(C) long function(void* jarg1) vtkQuaternionLongLongT_Normalize; extern(C) void* function(void* jarg1) vtkQuaternionLongLongT_Normalized; extern(C) void function(void* jarg1) vtkQuaternionLongLongT_Conjugate; extern(C) void* function(void* jarg1) vtkQuaternionLongLongT_Conjugated; extern(C) void function(void* jarg1) vtkQuaternionLongLongT_Invert; extern(C) void* function(void* jarg1) vtkQuaternionLongLongT_Inverse; extern(C) void function(void* jarg1) vtkQuaternionLongLongT_ToUnitLog; extern(C) void* function(void* jarg1) vtkQuaternionLongLongT_UnitLog; extern(C) void function(void* jarg1) vtkQuaternionLongLongT_ToUnitExp; extern(C) void* function(void* jarg1) vtkQuaternionLongLongT_UnitExp; extern(C) void function(void* jarg1) vtkQuaternionLongLongT_NormalizeWithAngleInDegrees; extern(C) void* function(void* jarg1) vtkQuaternionLongLongT_NormalizedWithAngleInDegrees; extern(C) void function(void* jarg1, long jarg2, long jarg3, long jarg4, long jarg5) vtkQuaternionLongLongT_Set__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkQuaternionLongLongT_Set__SWIG_1; extern(C) void function(void* jarg1, void* jarg2) vtkQuaternionLongLongT_Get; extern(C) void function(void* jarg1, long jarg2) vtkQuaternionLongLongT_SetW; extern(C) long function(void* jarg1) vtkQuaternionLongLongT_GetW; extern(C) void function(void* jarg1, long jarg2) vtkQuaternionLongLongT_SetX; extern(C) long function(void* jarg1) vtkQuaternionLongLongT_GetX; extern(C) void function(void* jarg1, long jarg2) vtkQuaternionLongLongT_SetY; extern(C) long function(void* jarg1) vtkQuaternionLongLongT_GetY; extern(C) void function(void* jarg1, long jarg2) vtkQuaternionLongLongT_SetZ; extern(C) long function(void* jarg1) vtkQuaternionLongLongT_GetZ; extern(C) long function(void* jarg1, void* jarg2) vtkQuaternionLongLongT_GetRotationAngleAndAxis; extern(C) void function(void* jarg1, long jarg2, void* jarg3) vtkQuaternionLongLongT_SetRotationAngleAndAxis__SWIG_0; extern(C) void function(void* jarg1, long jarg2, long jarg3, long jarg4, long jarg5) vtkQuaternionLongLongT_SetRotationAngleAndAxis__SWIG_1; extern(C) void function(void* jarg1, void* jarg2) vtkQuaternionLongLongT_ToMatrix3x3; extern(C) void function(void* jarg1, void* jarg2) vtkQuaternionLongLongT_FromMatrix3x3; extern(C) void* function(void* jarg1, long jarg2, void* jarg3) vtkQuaternionLongLongT_Slerp; extern(C) void* function(void* jarg1, void* jarg2, void* jarg3) vtkQuaternionLongLongT_InnerPoint; extern(C) void function(void* jarg1, void* jarg2) vtkQuaternionLongLongT_Equal; extern(C) void* function(void* jarg1, void* jarg2) vtkQuaternionLongLongT_swigOpAdd; extern(C) void* function(void* jarg1, void* jarg2) vtkQuaternionLongLongT_swigOpSub; extern(C) void* function(void* jarg1, void* jarg2) vtkQuaternionLongLongT_swigOpMul__SWIG_0; extern(C) void* function(void* jarg1, long jarg2) vtkQuaternionLongLongT_swigOpMul__SWIG_1; extern(C) void function(void* jarg1, long jarg2) vtkQuaternionLongLongT_swigOpMulAssign; extern(C) void* function(void* jarg1, void* jarg2) vtkQuaternionLongLongT_swigOpDiv__SWIG_0; extern(C) void* function(void* jarg1, long jarg2) vtkQuaternionLongLongT_swigOpDiv__SWIG_1; extern(C) void function(void* jarg1, long jarg2) vtkQuaternionLongLongT_swigOpDivAssign; extern(C) void function(void* jarg1) delete_vtkQuaternionLongLongT; extern(C) void* function(void* objectRef) vtkQuaternionLongLongT_Upcast; extern(C) void* function() new_vtkQuaternionULongLongT__SWIG_0; extern(C) void* function(ulong jarg1) new_vtkQuaternionULongLongT__SWIG_1; extern(C) void* function(void* jarg1) new_vtkQuaternionULongLongT__SWIG_2; extern(C) void* function(ulong jarg1, ulong jarg2, ulong jarg3, ulong jarg4) new_vtkQuaternionULongLongT__SWIG_3; extern(C) ulong function(void* jarg1) vtkQuaternionULongLongT_SquaredNorm; extern(C) ulong function(void* jarg1) vtkQuaternionULongLongT_Norm; extern(C) void function(void* jarg1) vtkQuaternionULongLongT_ToIdentity; extern(C) void* function() vtkQuaternionULongLongT_Identity; extern(C) ulong function(void* jarg1) vtkQuaternionULongLongT_Normalize; extern(C) void* function(void* jarg1) vtkQuaternionULongLongT_Normalized; extern(C) void function(void* jarg1) vtkQuaternionULongLongT_Conjugate; extern(C) void* function(void* jarg1) vtkQuaternionULongLongT_Conjugated; extern(C) void function(void* jarg1) vtkQuaternionULongLongT_Invert; extern(C) void* function(void* jarg1) vtkQuaternionULongLongT_Inverse; extern(C) void function(void* jarg1) vtkQuaternionULongLongT_ToUnitLog; extern(C) void* function(void* jarg1) vtkQuaternionULongLongT_UnitLog; extern(C) void function(void* jarg1) vtkQuaternionULongLongT_ToUnitExp; extern(C) void* function(void* jarg1) vtkQuaternionULongLongT_UnitExp; extern(C) void function(void* jarg1) vtkQuaternionULongLongT_NormalizeWithAngleInDegrees; extern(C) void* function(void* jarg1) vtkQuaternionULongLongT_NormalizedWithAngleInDegrees; extern(C) void function(void* jarg1, ulong jarg2, ulong jarg3, ulong jarg4, ulong jarg5) vtkQuaternionULongLongT_Set__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkQuaternionULongLongT_Set__SWIG_1; extern(C) void function(void* jarg1, void* jarg2) vtkQuaternionULongLongT_Get; extern(C) void function(void* jarg1, ulong jarg2) vtkQuaternionULongLongT_SetW; extern(C) ulong function(void* jarg1) vtkQuaternionULongLongT_GetW; extern(C) void function(void* jarg1, ulong jarg2) vtkQuaternionULongLongT_SetX; extern(C) ulong function(void* jarg1) vtkQuaternionULongLongT_GetX; extern(C) void function(void* jarg1, ulong jarg2) vtkQuaternionULongLongT_SetY; extern(C) ulong function(void* jarg1) vtkQuaternionULongLongT_GetY; extern(C) void function(void* jarg1, ulong jarg2) vtkQuaternionULongLongT_SetZ; extern(C) ulong function(void* jarg1) vtkQuaternionULongLongT_GetZ; extern(C) ulong function(void* jarg1, void* jarg2) vtkQuaternionULongLongT_GetRotationAngleAndAxis; extern(C) void function(void* jarg1, ulong jarg2, void* jarg3) vtkQuaternionULongLongT_SetRotationAngleAndAxis__SWIG_0; extern(C) void function(void* jarg1, ulong jarg2, ulong jarg3, ulong jarg4, ulong jarg5) vtkQuaternionULongLongT_SetRotationAngleAndAxis__SWIG_1; extern(C) void function(void* jarg1, void* jarg2) vtkQuaternionULongLongT_ToMatrix3x3; extern(C) void function(void* jarg1, void* jarg2) vtkQuaternionULongLongT_FromMatrix3x3; extern(C) void* function(void* jarg1, ulong jarg2, void* jarg3) vtkQuaternionULongLongT_Slerp; extern(C) void* function(void* jarg1, void* jarg2, void* jarg3) vtkQuaternionULongLongT_InnerPoint; extern(C) void function(void* jarg1, void* jarg2) vtkQuaternionULongLongT_Equal; extern(C) void* function(void* jarg1, void* jarg2) vtkQuaternionULongLongT_swigOpAdd; extern(C) void* function(void* jarg1, void* jarg2) vtkQuaternionULongLongT_swigOpSub; extern(C) void* function(void* jarg1, void* jarg2) vtkQuaternionULongLongT_swigOpMul__SWIG_0; extern(C) void* function(void* jarg1, ulong jarg2) vtkQuaternionULongLongT_swigOpMul__SWIG_1; extern(C) void function(void* jarg1, ulong jarg2) vtkQuaternionULongLongT_swigOpMulAssign; extern(C) void* function(void* jarg1, void* jarg2) vtkQuaternionULongLongT_swigOpDiv__SWIG_0; extern(C) void* function(void* jarg1, ulong jarg2) vtkQuaternionULongLongT_swigOpDiv__SWIG_1; extern(C) void function(void* jarg1, ulong jarg2) vtkQuaternionULongLongT_swigOpDivAssign; extern(C) void function(void* jarg1) delete_vtkQuaternionULongLongT; extern(C) void* function(void* objectRef) vtkQuaternionULongLongT_Upcast; extern(C) void* function() new_vtkQuaternionFloatT__SWIG_0; extern(C) void* function(float jarg1) new_vtkQuaternionFloatT__SWIG_1; extern(C) void* function(void* jarg1) new_vtkQuaternionFloatT__SWIG_2; extern(C) void* function(float jarg1, float jarg2, float jarg3, float jarg4) new_vtkQuaternionFloatT__SWIG_3; extern(C) float function(void* jarg1) vtkQuaternionFloatT_SquaredNorm; extern(C) float function(void* jarg1) vtkQuaternionFloatT_Norm; extern(C) void function(void* jarg1) vtkQuaternionFloatT_ToIdentity; extern(C) void* function() vtkQuaternionFloatT_Identity; extern(C) float function(void* jarg1) vtkQuaternionFloatT_Normalize; extern(C) void* function(void* jarg1) vtkQuaternionFloatT_Normalized; extern(C) void function(void* jarg1) vtkQuaternionFloatT_Conjugate; extern(C) void* function(void* jarg1) vtkQuaternionFloatT_Conjugated; extern(C) void function(void* jarg1) vtkQuaternionFloatT_Invert; extern(C) void* function(void* jarg1) vtkQuaternionFloatT_Inverse; extern(C) void function(void* jarg1) vtkQuaternionFloatT_ToUnitLog; extern(C) void* function(void* jarg1) vtkQuaternionFloatT_UnitLog; extern(C) void function(void* jarg1) vtkQuaternionFloatT_ToUnitExp; extern(C) void* function(void* jarg1) vtkQuaternionFloatT_UnitExp; extern(C) void function(void* jarg1) vtkQuaternionFloatT_NormalizeWithAngleInDegrees; extern(C) void* function(void* jarg1) vtkQuaternionFloatT_NormalizedWithAngleInDegrees; extern(C) void function(void* jarg1, float jarg2, float jarg3, float jarg4, float jarg5) vtkQuaternionFloatT_Set__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkQuaternionFloatT_Set__SWIG_1; extern(C) void function(void* jarg1, void* jarg2) vtkQuaternionFloatT_Get; extern(C) void function(void* jarg1, float jarg2) vtkQuaternionFloatT_SetW; extern(C) float function(void* jarg1) vtkQuaternionFloatT_GetW; extern(C) void function(void* jarg1, float jarg2) vtkQuaternionFloatT_SetX; extern(C) float function(void* jarg1) vtkQuaternionFloatT_GetX; extern(C) void function(void* jarg1, float jarg2) vtkQuaternionFloatT_SetY; extern(C) float function(void* jarg1) vtkQuaternionFloatT_GetY; extern(C) void function(void* jarg1, float jarg2) vtkQuaternionFloatT_SetZ; extern(C) float function(void* jarg1) vtkQuaternionFloatT_GetZ; extern(C) float function(void* jarg1, void* jarg2) vtkQuaternionFloatT_GetRotationAngleAndAxis; extern(C) void function(void* jarg1, float jarg2, void* jarg3) vtkQuaternionFloatT_SetRotationAngleAndAxis__SWIG_0; extern(C) void function(void* jarg1, float jarg2, float jarg3, float jarg4, float jarg5) vtkQuaternionFloatT_SetRotationAngleAndAxis__SWIG_1; extern(C) void function(void* jarg1, void* jarg2) vtkQuaternionFloatT_ToMatrix3x3; extern(C) void function(void* jarg1, void* jarg2) vtkQuaternionFloatT_FromMatrix3x3; extern(C) void* function(void* jarg1, float jarg2, void* jarg3) vtkQuaternionFloatT_Slerp; extern(C) void* function(void* jarg1, void* jarg2, void* jarg3) vtkQuaternionFloatT_InnerPoint; extern(C) void function(void* jarg1, void* jarg2) vtkQuaternionFloatT_Equal; extern(C) void* function(void* jarg1, void* jarg2) vtkQuaternionFloatT_swigOpAdd; extern(C) void* function(void* jarg1, void* jarg2) vtkQuaternionFloatT_swigOpSub; extern(C) void* function(void* jarg1, void* jarg2) vtkQuaternionFloatT_swigOpMul__SWIG_0; extern(C) void* function(void* jarg1, float jarg2) vtkQuaternionFloatT_swigOpMul__SWIG_1; extern(C) void function(void* jarg1, float jarg2) vtkQuaternionFloatT_swigOpMulAssign; extern(C) void* function(void* jarg1, void* jarg2) vtkQuaternionFloatT_swigOpDiv__SWIG_0; extern(C) void* function(void* jarg1, float jarg2) vtkQuaternionFloatT_swigOpDiv__SWIG_1; extern(C) void function(void* jarg1, float jarg2) vtkQuaternionFloatT_swigOpDivAssign; extern(C) void function(void* jarg1) delete_vtkQuaternionFloatT; extern(C) void* function(void* objectRef) vtkQuaternionFloatT_Upcast; extern(C) void* function() new_vtkQuaternionDoubleT__SWIG_0; extern(C) void* function(double jarg1) new_vtkQuaternionDoubleT__SWIG_1; extern(C) void* function(void* jarg1) new_vtkQuaternionDoubleT__SWIG_2; extern(C) void* function(double jarg1, double jarg2, double jarg3, double jarg4) new_vtkQuaternionDoubleT__SWIG_3; extern(C) double function(void* jarg1) vtkQuaternionDoubleT_SquaredNorm; extern(C) double function(void* jarg1) vtkQuaternionDoubleT_Norm; extern(C) void function(void* jarg1) vtkQuaternionDoubleT_ToIdentity; extern(C) void* function() vtkQuaternionDoubleT_Identity; extern(C) double function(void* jarg1) vtkQuaternionDoubleT_Normalize; extern(C) void* function(void* jarg1) vtkQuaternionDoubleT_Normalized; extern(C) void function(void* jarg1) vtkQuaternionDoubleT_Conjugate; extern(C) void* function(void* jarg1) vtkQuaternionDoubleT_Conjugated; extern(C) void function(void* jarg1) vtkQuaternionDoubleT_Invert; extern(C) void* function(void* jarg1) vtkQuaternionDoubleT_Inverse; extern(C) void function(void* jarg1) vtkQuaternionDoubleT_ToUnitLog; extern(C) void* function(void* jarg1) vtkQuaternionDoubleT_UnitLog; extern(C) void function(void* jarg1) vtkQuaternionDoubleT_ToUnitExp; extern(C) void* function(void* jarg1) vtkQuaternionDoubleT_UnitExp; extern(C) void function(void* jarg1) vtkQuaternionDoubleT_NormalizeWithAngleInDegrees; extern(C) void* function(void* jarg1) vtkQuaternionDoubleT_NormalizedWithAngleInDegrees; extern(C) void function(void* jarg1, double jarg2, double jarg3, double jarg4, double jarg5) vtkQuaternionDoubleT_Set__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkQuaternionDoubleT_Set__SWIG_1; extern(C) void function(void* jarg1, void* jarg2) vtkQuaternionDoubleT_Get; extern(C) void function(void* jarg1, double jarg2) vtkQuaternionDoubleT_SetW; extern(C) double function(void* jarg1) vtkQuaternionDoubleT_GetW; extern(C) void function(void* jarg1, double jarg2) vtkQuaternionDoubleT_SetX; extern(C) double function(void* jarg1) vtkQuaternionDoubleT_GetX; extern(C) void function(void* jarg1, double jarg2) vtkQuaternionDoubleT_SetY; extern(C) double function(void* jarg1) vtkQuaternionDoubleT_GetY; extern(C) void function(void* jarg1, double jarg2) vtkQuaternionDoubleT_SetZ; extern(C) double function(void* jarg1) vtkQuaternionDoubleT_GetZ; extern(C) double function(void* jarg1, void* jarg2) vtkQuaternionDoubleT_GetRotationAngleAndAxis; extern(C) void function(void* jarg1, double jarg2, void* jarg3) vtkQuaternionDoubleT_SetRotationAngleAndAxis__SWIG_0; extern(C) void function(void* jarg1, double jarg2, double jarg3, double jarg4, double jarg5) vtkQuaternionDoubleT_SetRotationAngleAndAxis__SWIG_1; extern(C) void function(void* jarg1, void* jarg2) vtkQuaternionDoubleT_ToMatrix3x3; extern(C) void function(void* jarg1, void* jarg2) vtkQuaternionDoubleT_FromMatrix3x3; extern(C) void* function(void* jarg1, double jarg2, void* jarg3) vtkQuaternionDoubleT_Slerp; extern(C) void* function(void* jarg1, void* jarg2, void* jarg3) vtkQuaternionDoubleT_InnerPoint; extern(C) void function(void* jarg1, void* jarg2) vtkQuaternionDoubleT_Equal; extern(C) void* function(void* jarg1, void* jarg2) vtkQuaternionDoubleT_swigOpAdd; extern(C) void* function(void* jarg1, void* jarg2) vtkQuaternionDoubleT_swigOpSub; extern(C) void* function(void* jarg1, void* jarg2) vtkQuaternionDoubleT_swigOpMul__SWIG_0; extern(C) void* function(void* jarg1, double jarg2) vtkQuaternionDoubleT_swigOpMul__SWIG_1; extern(C) void function(void* jarg1, double jarg2) vtkQuaternionDoubleT_swigOpMulAssign; extern(C) void* function(void* jarg1, void* jarg2) vtkQuaternionDoubleT_swigOpDiv__SWIG_0; extern(C) void* function(void* jarg1, double jarg2) vtkQuaternionDoubleT_swigOpDiv__SWIG_1; extern(C) void function(void* jarg1, double jarg2) vtkQuaternionDoubleT_swigOpDivAssign; extern(C) void function(void* jarg1) delete_vtkQuaternionDoubleT; extern(C) void* function(void* objectRef) vtkQuaternionDoubleT_Upcast; extern(C) void* function() new_vtkQuaternionf__SWIG_0; extern(C) void* function(float jarg1, float jarg2, float jarg3, float jarg4) new_vtkQuaternionf__SWIG_1; extern(C) void* function(float jarg1) new_vtkQuaternionf__SWIG_2; extern(C) void* function(void* jarg1) new_vtkQuaternionf__SWIG_3; extern(C) void* function(void* jarg1) vtkQuaternionf_Identity; extern(C) void* function(void* jarg1) vtkQuaternionf_Normalized; extern(C) void* function(void* jarg1) vtkQuaternionf_Conjugated; extern(C) void* function(void* jarg1) vtkQuaternionf_Inverse; extern(C) void* function(void* jarg1) vtkQuaternionf_UnitLog; extern(C) void* function(void* jarg1) vtkQuaternionf_UnitExp; extern(C) void* function(void* jarg1) vtkQuaternionf_NormalizedWithAngleInDegrees; extern(C) void* function(void* jarg1, float jarg2, void* jarg3) vtkQuaternionf_Slerp; extern(C) void* function(void* jarg1, void* jarg2, void* jarg3) vtkQuaternionf_InnerPoint; extern(C) void* function(void* jarg1, void* jarg2) vtkQuaternionf_swigOpAdd; extern(C) void* function(void* jarg1, void* jarg2) vtkQuaternionf_swigOpSub; extern(C) void* function(void* jarg1, void* jarg2) vtkQuaternionf_swigOpMul__SWIG_0; extern(C) void* function(void* jarg1, float jarg2) vtkQuaternionf_swigOpMul__SWIG_1; extern(C) void* function(void* jarg1, void* jarg2) vtkQuaternionf_swigOpDiv__SWIG_0; extern(C) void* function(void* jarg1, float jarg2) vtkQuaternionf_swigOpDiv__SWIG_1; extern(C) void function(void* jarg1) delete_vtkQuaternionf; extern(C) void* function(void* objectRef) vtkQuaternionf_Upcast; extern(C) void* function() new_vtkQuaterniond__SWIG_0; extern(C) void* function(double jarg1, double jarg2, double jarg3, double jarg4) new_vtkQuaterniond__SWIG_1; extern(C) void* function(double jarg1) new_vtkQuaterniond__SWIG_2; extern(C) void* function(void* jarg1) new_vtkQuaterniond__SWIG_3; extern(C) void* function(void* jarg1) vtkQuaterniond_Identity; extern(C) void* function(void* jarg1) vtkQuaterniond_Normalized; extern(C) void* function(void* jarg1) vtkQuaterniond_Conjugated; extern(C) void* function(void* jarg1) vtkQuaterniond_Inverse; extern(C) void* function(void* jarg1) vtkQuaterniond_UnitLog; extern(C) void* function(void* jarg1) vtkQuaterniond_UnitExp; extern(C) void* function(void* jarg1) vtkQuaterniond_NormalizedWithAngleInDegrees; extern(C) void* function(void* jarg1, double jarg2, void* jarg3) vtkQuaterniond_Slerp; extern(C) void* function(void* jarg1, void* jarg2, void* jarg3) vtkQuaterniond_InnerPoint; extern(C) void* function(void* jarg1, void* jarg2) vtkQuaterniond_swigOpAdd; extern(C) void* function(void* jarg1, void* jarg2) vtkQuaterniond_swigOpSub; extern(C) void* function(void* jarg1, void* jarg2) vtkQuaterniond_swigOpMul__SWIG_0; extern(C) void* function(void* jarg1, double jarg2) vtkQuaterniond_swigOpMul__SWIG_1; extern(C) void* function(void* jarg1, void* jarg2) vtkQuaterniond_swigOpDiv__SWIG_0; extern(C) void* function(void* jarg1, double jarg2) vtkQuaterniond_swigOpDiv__SWIG_1; extern(C) void function(void* jarg1) delete_vtkQuaterniond; extern(C) void* function(void* objectRef) vtkQuaterniond_Upcast; extern(C) void* function() vtkOpenGLDisplayListPainter_New; extern(C) int function(const(char)* jarg1) vtkOpenGLDisplayListPainter_IsTypeOf; extern(C) void* function(void* jarg1) vtkOpenGLDisplayListPainter_SafeDownCast; extern(C) void* function(void* jarg1) vtkOpenGLDisplayListPainter_NewInstance; extern(C) void* function() new_vtkOpenGLDisplayListPainter; extern(C) void function(void* jarg1) delete_vtkOpenGLDisplayListPainter; extern(C) void* function(void* objectRef) vtkOpenGLDisplayListPainter_Upcast; extern(C) int function(const(char)* jarg1) vtkInformationQuadratureSchemeDefinitionVectorKey_IsTypeOf; extern(C) void* function(void* jarg1) vtkInformationQuadratureSchemeDefinitionVectorKey_SafeDownCast; extern(C) void* function(void* jarg1) vtkInformationQuadratureSchemeDefinitionVectorKey_NewInstance; extern(C) void* function(const(char)* jarg1, const(char)* jarg2) new_vtkInformationQuadratureSchemeDefinitionVectorKey; extern(C) void function(void* jarg1) delete_vtkInformationQuadratureSchemeDefinitionVectorKey; extern(C) void function(void* jarg1, void* jarg2) vtkInformationQuadratureSchemeDefinitionVectorKey_Clear; extern(C) void function(void* jarg1, void* jarg2, int jarg3) vtkInformationQuadratureSchemeDefinitionVectorKey_Resize; extern(C) int function(void* jarg1, void* jarg2) vtkInformationQuadratureSchemeDefinitionVectorKey_Size; extern(C) int function(void* jarg1, void* jarg2) vtkInformationQuadratureSchemeDefinitionVectorKey_Length; extern(C) void function(void* jarg1, void* jarg2, void* jarg3) vtkInformationQuadratureSchemeDefinitionVectorKey_Append; extern(C) void function(void* jarg1, void* jarg2, void* jarg3, int jarg4) vtkInformationQuadratureSchemeDefinitionVectorKey_Set; extern(C) void function(void* jarg1, void* jarg2, void* jarg3, int jarg4, int jarg5, int jarg6) vtkInformationQuadratureSchemeDefinitionVectorKey_SetRange; extern(C) void function(void* jarg1, void* jarg2, void* jarg3, int jarg4, int jarg5, int jarg6) vtkInformationQuadratureSchemeDefinitionVectorKey_GetRange; extern(C) void* function(void* jarg1, void* jarg2, int jarg3) vtkInformationQuadratureSchemeDefinitionVectorKey_Get; extern(C) int function(void* jarg1, void* jarg2, void* jarg3) vtkInformationQuadratureSchemeDefinitionVectorKey_SaveState; extern(C) int function(void* jarg1, void* jarg2, void* jarg3) vtkInformationQuadratureSchemeDefinitionVectorKey_RestoreState; extern(C) void* function(void* objectRef) vtkInformationQuadratureSchemeDefinitionVectorKey_Upcast; extern(C) int function(const(char)* jarg1) vtkGenericCellIterator_IsTypeOf; extern(C) void* function(void* jarg1) vtkGenericCellIterator_SafeDownCast; extern(C) void* function(void* jarg1) vtkGenericCellIterator_NewInstance; extern(C) void function(void* jarg1) vtkGenericCellIterator_Begin; extern(C) int function(void* jarg1) vtkGenericCellIterator_IsAtEnd; extern(C) void* function(void* jarg1) vtkGenericCellIterator_NewCell; extern(C) void function(void* jarg1, void* jarg2) vtkGenericCellIterator_GetCell__SWIG_0; extern(C) void* function(void* jarg1) vtkGenericCellIterator_GetCell__SWIG_1; extern(C) void function(void* jarg1) vtkGenericCellIterator_Next; extern(C) void* function(void* objectRef) vtkGenericCellIterator_Upcast; extern(C) void* function() vtkDiscretizableColorTransferFunction_New; extern(C) int function(const(char)* jarg1) vtkDiscretizableColorTransferFunction_IsTypeOf; extern(C) void* function(void* jarg1) vtkDiscretizableColorTransferFunction_SafeDownCast; extern(C) void* function(void* jarg1) vtkDiscretizableColorTransferFunction_NewInstance; extern(C) void function(void* jarg1, int jarg2) vtkDiscretizableColorTransferFunction_SetDiscretize; extern(C) int function(void* jarg1) vtkDiscretizableColorTransferFunction_GetDiscretize; extern(C) void function(void* jarg1) vtkDiscretizableColorTransferFunction_DiscretizeOn; extern(C) void function(void* jarg1) vtkDiscretizableColorTransferFunction_DiscretizeOff; extern(C) void function(void* jarg1, int jarg2) vtkDiscretizableColorTransferFunction_SetUseLogScale; extern(C) int function(void* jarg1) vtkDiscretizableColorTransferFunction_GetUseLogScale; extern(C) void function(void* jarg1, long jarg2) vtkDiscretizableColorTransferFunction_SetNumberOfValues; extern(C) long function(void* jarg1) vtkDiscretizableColorTransferFunction_GetNumberOfValues; extern(C) void* function(void* jarg1) vtkDiscretizableColorTransferFunction_GetRGBPoints; extern(C) void function(void* jarg1, double jarg2, double jarg3, double jarg4) vtkDiscretizableColorTransferFunction_SetNanColor__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkDiscretizableColorTransferFunction_SetNanColor__SWIG_1; extern(C) void function(void* jarg1, void* jarg2) vtkDiscretizableColorTransferFunction_SetScalarOpacityFunction; extern(C) void* function(void* jarg1) vtkDiscretizableColorTransferFunction_GetScalarOpacityFunction; extern(C) void function(void* jarg1, uint jarg2) vtkDiscretizableColorTransferFunction_SetEnableOpacityMapping; extern(C) uint function(void* jarg1) vtkDiscretizableColorTransferFunction_GetEnableOpacityMapping; extern(C) void function(void* jarg1) vtkDiscretizableColorTransferFunction_EnableOpacityMappingOn; extern(C) void function(void* jarg1) vtkDiscretizableColorTransferFunction_EnableOpacityMappingOff; extern(C) void* function(void* objectRef) vtkDiscretizableColorTransferFunction_Upcast; extern(C) void* function() vtkProgrammableFilter_New; extern(C) int function(const(char)* jarg1) vtkProgrammableFilter_IsTypeOf; extern(C) void* function(void* jarg1) vtkProgrammableFilter_SafeDownCast; extern(C) void* function(void* jarg1) vtkProgrammableFilter_NewInstance; extern(C) void function(void* jarg1, void* jarg2, void* jarg3) vtkProgrammableFilter_SetExecuteMethod; extern(C) void function(void* jarg1, void* jarg2) vtkProgrammableFilter_SetExecuteMethodArgDelete; extern(C) void* function(void* jarg1) vtkProgrammableFilter_GetPolyDataInput; extern(C) void* function(void* jarg1) vtkProgrammableFilter_GetStructuredPointsInput; extern(C) void* function(void* jarg1) vtkProgrammableFilter_GetStructuredGridInput; extern(C) void* function(void* jarg1) vtkProgrammableFilter_GetUnstructuredGridInput; extern(C) void* function(void* jarg1) vtkProgrammableFilter_GetRectilinearGridInput; extern(C) void* function(void* jarg1) vtkProgrammableFilter_GetGraphInput; extern(C) void* function(void* jarg1) vtkProgrammableFilter_GetTableInput; extern(C) void function(void* jarg1, uint jarg2) vtkProgrammableFilter_SetCopyArrays; extern(C) uint function(void* jarg1) vtkProgrammableFilter_GetCopyArrays; extern(C) void function(void* jarg1) vtkProgrammableFilter_CopyArraysOn; extern(C) void function(void* jarg1) vtkProgrammableFilter_CopyArraysOff; extern(C) void* function(void* objectRef) vtkProgrammableFilter_Upcast; extern(C) void* function() vtkBlockIdScalars_New; extern(C) int function(const(char)* jarg1) vtkBlockIdScalars_IsTypeOf; extern(C) void* function(void* jarg1) vtkBlockIdScalars_SafeDownCast; extern(C) void* function(void* jarg1) vtkBlockIdScalars_NewInstance; extern(C) void* function() new_vtkBlockIdScalars; extern(C) void function(void* jarg1) delete_vtkBlockIdScalars; extern(C) void* function(void* objectRef) vtkBlockIdScalars_Upcast; extern(C) void* function() vtkLoopSubdivisionFilter_New; extern(C) int function(const(char)* jarg1) vtkLoopSubdivisionFilter_IsTypeOf; extern(C) void* function(void* jarg1) vtkLoopSubdivisionFilter_SafeDownCast; extern(C) void* function(void* jarg1) vtkLoopSubdivisionFilter_NewInstance; extern(C) void* function(void* objectRef) vtkLoopSubdivisionFilter_Upcast; extern(C) void* function() vtkExtractSelectedLocations_New; extern(C) int function(const(char)* jarg1) vtkExtractSelectedLocations_IsTypeOf; extern(C) void* function(void* jarg1) vtkExtractSelectedLocations_SafeDownCast; extern(C) void* function(void* jarg1) vtkExtractSelectedLocations_NewInstance; extern(C) void* function(void* objectRef) vtkExtractSelectedLocations_Upcast; extern(C) void* function() vtkUnicodeStringArray_New; extern(C) int function(const(char)* jarg1) vtkUnicodeStringArray_IsTypeOf; extern(C) void* function(void* jarg1) vtkUnicodeStringArray_SafeDownCast; extern(C) void* function(void* jarg1) vtkUnicodeStringArray_NewInstance; extern(C) int function(void* jarg1, long jarg2, long jarg3) vtkUnicodeStringArray_Allocate__SWIG_0; extern(C) int function(void* jarg1, long jarg2) vtkUnicodeStringArray_Allocate__SWIG_1; extern(C) void function(void* jarg1, long jarg2, void* jarg3, void* jarg4, void* jarg5) vtkUnicodeStringArray_InterpolateTuple__SWIG_0; extern(C) void function(void* jarg1, long jarg2, long jarg3, void* jarg4, long jarg5, void* jarg6, double jarg7) vtkUnicodeStringArray_InterpolateTuple__SWIG_1; extern(C) long function(void* jarg1, void* jarg2) vtkUnicodeStringArray_LookupValue__SWIG_0; extern(C) void function(void* jarg1, void* jarg2, void* jarg3) vtkUnicodeStringArray_LookupValue__SWIG_1; extern(C) long function(void* jarg1, void* jarg2) vtkUnicodeStringArray_InsertNextValue; extern(C) void function(void* jarg1, long jarg2, void* jarg3) vtkUnicodeStringArray_InsertValue; extern(C) void function(void* jarg1, long jarg2, void* jarg3) vtkUnicodeStringArray_SetValue; extern(C) void* function(void* jarg1, long jarg2) vtkUnicodeStringArray_GetValue; extern(C) void function(void* jarg1, const(char)* jarg2) vtkUnicodeStringArray_InsertNextUTF8Value; extern(C) void function(void* jarg1, long jarg2, const(char)* jarg3) vtkUnicodeStringArray_SetUTF8Value; extern(C) const(char)* function(void* jarg1, long jarg2) vtkUnicodeStringArray_GetUTF8Value; extern(C) void* function(void* objectRef) vtkUnicodeStringArray_Upcast; extern(C) void* function() vtkLightsPass_New; extern(C) int function(const(char)* jarg1) vtkLightsPass_IsTypeOf; extern(C) void* function(void* jarg1) vtkLightsPass_SafeDownCast; extern(C) void* function(void* jarg1) vtkLightsPass_NewInstance; extern(C) void* function(void* objectRef) vtkLightsPass_Upcast; extern(C) void* function() vtkWidgetSet_New; extern(C) int function(const(char)* jarg1) vtkWidgetSet_IsTypeOf; extern(C) void* function(void* jarg1) vtkWidgetSet_SafeDownCast; extern(C) void* function(void* jarg1) vtkWidgetSet_NewInstance; extern(C) void function(void* jarg1, int jarg2) vtkWidgetSet_SetEnabled; extern(C) void function(void* jarg1) vtkWidgetSet_EnabledOn; extern(C) void function(void* jarg1) vtkWidgetSet_EnabledOff; extern(C) void function(void* jarg1, void* jarg2) vtkWidgetSet_AddWidget; extern(C) void function(void* jarg1, void* jarg2) vtkWidgetSet_RemoveWidget; extern(C) uint function(void* jarg1) vtkWidgetSet_GetNumberOfWidgets; extern(C) void* function(void* jarg1, uint jarg2) vtkWidgetSet_GetNthWidget; extern(C) void* function(void* objectRef) vtkWidgetSet_Upcast; extern(C) int function(const(char)* jarg1) vtkPSphereSource_IsTypeOf; extern(C) void* function(void* jarg1) vtkPSphereSource_SafeDownCast; extern(C) void* function(void* jarg1) vtkPSphereSource_NewInstance; extern(C) void* function() vtkPSphereSource_New; extern(C) core.stdc.config.c_ulong function(void* jarg1) vtkPSphereSource_GetEstimatedMemorySize; extern(C) void* function(void* objectRef) vtkPSphereSource_Upcast; extern(C) void* function() vtkCenteredSliderRepresentation_New; extern(C) int function(const(char)* jarg1) vtkCenteredSliderRepresentation_IsTypeOf; extern(C) void* function(void* jarg1) vtkCenteredSliderRepresentation_SafeDownCast; extern(C) void* function(void* jarg1) vtkCenteredSliderRepresentation_NewInstance; extern(C) void* function(void* jarg1) vtkCenteredSliderRepresentation_GetPoint1Coordinate; extern(C) void* function(void* jarg1) vtkCenteredSliderRepresentation_GetPoint2Coordinate; extern(C) void* function(void* jarg1) vtkCenteredSliderRepresentation_GetTubeProperty; extern(C) void* function(void* jarg1) vtkCenteredSliderRepresentation_GetSliderProperty; extern(C) void* function(void* jarg1) vtkCenteredSliderRepresentation_GetSelectedProperty; extern(C) void* function(void* jarg1) vtkCenteredSliderRepresentation_GetLabelProperty; extern(C) void function(void* jarg1, void* jarg2) vtkCenteredSliderRepresentation_PlaceWidget; extern(C) int function(void* jarg1, int jarg2, int jarg3, int jarg4) vtkCenteredSliderRepresentation_ComputeInteractionState__SWIG_0; extern(C) int function(void* jarg1, int jarg2, int jarg3) vtkCenteredSliderRepresentation_ComputeInteractionState__SWIG_1; extern(C) void* function(void* objectRef) vtkCenteredSliderRepresentation_Upcast; extern(C) void* function() vtkCompassRepresentation_New; extern(C) int function(const(char)* jarg1) vtkCompassRepresentation_IsTypeOf; extern(C) void* function(void* jarg1) vtkCompassRepresentation_SafeDownCast; extern(C) void* function(void* jarg1) vtkCompassRepresentation_NewInstance; extern(C) void* function(void* jarg1) vtkCompassRepresentation_GetPoint1Coordinate; extern(C) void* function(void* jarg1) vtkCompassRepresentation_GetPoint2Coordinate; extern(C) void* function(void* jarg1) vtkCompassRepresentation_GetRingProperty; extern(C) void* function(void* jarg1) vtkCompassRepresentation_GetSelectedProperty; extern(C) void* function(void* jarg1) vtkCompassRepresentation_GetLabelProperty; extern(C) void function(void* jarg1, void* jarg2) vtkCompassRepresentation_TiltWidgetInteraction; extern(C) void function(void* jarg1, void* jarg2) vtkCompassRepresentation_DistanceWidgetInteraction; extern(C) int function(void* jarg1, int jarg2, int jarg3, int jarg4) vtkCompassRepresentation_ComputeInteractionState__SWIG_0; extern(C) int function(void* jarg1, int jarg2, int jarg3) vtkCompassRepresentation_ComputeInteractionState__SWIG_1; extern(C) void function(void* jarg1, double jarg2) vtkCompassRepresentation_SetHeading; extern(C) double function(void* jarg1) vtkCompassRepresentation_GetHeading; extern(C) void function(void* jarg1, double jarg2) vtkCompassRepresentation_SetTilt; extern(C) double function(void* jarg1) vtkCompassRepresentation_GetTilt; extern(C) void function(void* jarg1, double jarg2) vtkCompassRepresentation_UpdateTilt; extern(C) void function(void* jarg1) vtkCompassRepresentation_EndTilt; extern(C) void function(void* jarg1, double jarg2) vtkCompassRepresentation_SetDistance; extern(C) double function(void* jarg1) vtkCompassRepresentation_GetDistance; extern(C) void function(void* jarg1, double jarg2) vtkCompassRepresentation_UpdateDistance; extern(C) void function(void* jarg1) vtkCompassRepresentation_EndDistance; extern(C) void* function(void* objectRef) vtkCompassRepresentation_Upcast; extern(C) int function(const(char)* jarg1) vtkParametricEnneper_IsTypeOf; extern(C) void* function(void* jarg1) vtkParametricEnneper_SafeDownCast; extern(C) void* function(void* jarg1) vtkParametricEnneper_NewInstance; extern(C) void* function() vtkParametricEnneper_New; extern(C) void* function(void* objectRef) vtkParametricEnneper_Upcast; extern(C) void* function() vtkAMRResampleFilter_New; extern(C) int function(const(char)* jarg1) vtkAMRResampleFilter_IsTypeOf; extern(C) void* function(void* jarg1) vtkAMRResampleFilter_SafeDownCast; extern(C) void* function(void* jarg1) vtkAMRResampleFilter_NewInstance; extern(C) void function(void* jarg1, int jarg2, int jarg3, int jarg4) vtkAMRResampleFilter_SetNumberOfSamples__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkAMRResampleFilter_SetNumberOfSamples__SWIG_1; extern(C) void* function(void* jarg1) vtkAMRResampleFilter_GetNumberOfSamples__SWIG_0; extern(C) void function(void* jarg1, void* jarg2, void* jarg3, void* jarg4) vtkAMRResampleFilter_GetNumberOfSamples__SWIG_1; extern(C) void function(void* jarg1, void* jarg2) vtkAMRResampleFilter_GetNumberOfSamples__SWIG_2; extern(C) void function(void* jarg1, int jarg2) vtkAMRResampleFilter_SetTransferToNodes; extern(C) int function(void* jarg1) vtkAMRResampleFilter_GetTransferToNodes; extern(C) void function(void* jarg1, int jarg2) vtkAMRResampleFilter_SetDemandDrivenMode; extern(C) int function(void* jarg1) vtkAMRResampleFilter_GetDemandDrivenMode; extern(C) void function(void* jarg1, int jarg2) vtkAMRResampleFilter_SetNumberOfPartitions; extern(C) int function(void* jarg1) vtkAMRResampleFilter_GetNumberOfPartitions; extern(C) void function(void* jarg1, double jarg2, double jarg3, double jarg4) vtkAMRResampleFilter_SetMin__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkAMRResampleFilter_SetMin__SWIG_1; extern(C) void* function(void* jarg1) vtkAMRResampleFilter_GetMin__SWIG_0; extern(C) void function(void* jarg1, void* jarg2, void* jarg3, void* jarg4) vtkAMRResampleFilter_GetMin__SWIG_1; extern(C) void function(void* jarg1, void* jarg2) vtkAMRResampleFilter_GetMin__SWIG_2; extern(C) void function(void* jarg1, double jarg2, double jarg3, double jarg4) vtkAMRResampleFilter_SetMax__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkAMRResampleFilter_SetMax__SWIG_1; extern(C) void* function(void* jarg1) vtkAMRResampleFilter_GetMax__SWIG_0; extern(C) void function(void* jarg1, void* jarg2, void* jarg3, void* jarg4) vtkAMRResampleFilter_GetMax__SWIG_1; extern(C) void function(void* jarg1, void* jarg2) vtkAMRResampleFilter_GetMax__SWIG_2; extern(C) void function(void* jarg1, uint jarg2) vtkAMRResampleFilter_SetUseBiasVector; extern(C) uint function(void* jarg1) vtkAMRResampleFilter_GetUseBiasVector; extern(C) void function(void* jarg1, double jarg2, double jarg3, double jarg4) vtkAMRResampleFilter_SetBiasVector__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkAMRResampleFilter_SetBiasVector__SWIG_1; extern(C) void* function(void* jarg1) vtkAMRResampleFilter_GetBiasVector__SWIG_0; extern(C) void function(void* jarg1, void* jarg2, void* jarg3, void* jarg4) vtkAMRResampleFilter_GetBiasVector__SWIG_1; extern(C) void function(void* jarg1, void* jarg2) vtkAMRResampleFilter_GetBiasVector__SWIG_2; extern(C) void function(void* jarg1, void* jarg2) vtkAMRResampleFilter_SetController; extern(C) void* function(void* jarg1) vtkAMRResampleFilter_GetController; extern(C) int function(void* jarg1, void* jarg2, void* jarg3, void* jarg4) vtkAMRResampleFilter_RequestInformation; extern(C) int function(void* jarg1, void* jarg2, void* jarg3, void* jarg4) vtkAMRResampleFilter_RequestData; extern(C) int function(void* jarg1, int jarg2, void* jarg3) vtkAMRResampleFilter_FillInputPortInformation; extern(C) int function(void* jarg1, int jarg2, void* jarg3) vtkAMRResampleFilter_FillOutputPortInformation; extern(C) int function(void* jarg1, void* jarg2, void* jarg3, void* jarg4) vtkAMRResampleFilter_RequestUpdateExtent; extern(C) void* function(void* objectRef) vtkAMRResampleFilter_Upcast; extern(C) int function(const(char)* jarg1) vtkObjectFactoryCollection_IsTypeOf; extern(C) void* function(void* jarg1) vtkObjectFactoryCollection_SafeDownCast; extern(C) void* function(void* jarg1) vtkObjectFactoryCollection_NewInstance; extern(C) void* function() vtkObjectFactoryCollection_New; extern(C) void function(void* jarg1, void* jarg2) vtkObjectFactoryCollection_AddItem; extern(C) void* function(void* jarg1) vtkObjectFactoryCollection_GetNextItem; extern(C) void* function(void* objectRef) vtkObjectFactoryCollection_Upcast; extern(C) int function(const(char)* jarg1) vtkAnnotationLayers_IsTypeOf; extern(C) void* function(void* jarg1) vtkAnnotationLayers_SafeDownCast; extern(C) void* function(void* jarg1) vtkAnnotationLayers_NewInstance; extern(C) void* function() vtkAnnotationLayers_New; extern(C) void function(void* jarg1, void* jarg2) vtkAnnotationLayers_SetCurrentAnnotation; extern(C) void* function(void* jarg1) vtkAnnotationLayers_GetCurrentAnnotation; extern(C) void function(void* jarg1, void* jarg2) vtkAnnotationLayers_SetCurrentSelection; extern(C) void* function(void* jarg1) vtkAnnotationLayers_GetCurrentSelection; extern(C) uint function(void* jarg1) vtkAnnotationLayers_GetNumberOfAnnotations; extern(C) void* function(void* jarg1, uint jarg2) vtkAnnotationLayers_GetAnnotation; extern(C) void function(void* jarg1, void* jarg2) vtkAnnotationLayers_AddAnnotation; extern(C) void function(void* jarg1, void* jarg2) vtkAnnotationLayers_RemoveAnnotation; extern(C) void* function(void* jarg1) vtkAnnotationLayers_GetData__SWIG_0; extern(C) void* function(void* jarg1, int jarg2) vtkAnnotationLayers_GetData__SWIG_1; extern(C) void* function(void* jarg1) vtkAnnotationLayers_GetData__SWIG_2; extern(C) void* function() new_vtkAnnotationLayers; extern(C) void function(void* jarg1) delete_vtkAnnotationLayers; extern(C) void* function(void* objectRef) vtkAnnotationLayers_Upcast; extern(C) void* function() vtkAnnotationLayersAlgorithm_New; extern(C) int function(const(char)* jarg1) vtkAnnotationLayersAlgorithm_IsTypeOf; extern(C) void* function(void* jarg1) vtkAnnotationLayersAlgorithm_SafeDownCast; extern(C) void* function(void* jarg1) vtkAnnotationLayersAlgorithm_NewInstance; extern(C) void* function(void* jarg1) vtkAnnotationLayersAlgorithm_GetOutput__SWIG_0; extern(C) void* function(void* jarg1, int jarg2) vtkAnnotationLayersAlgorithm_GetOutput__SWIG_1; extern(C) void function(void* jarg1, void* jarg2) vtkAnnotationLayersAlgorithm_SetInputData__SWIG_0; extern(C) void function(void* jarg1, int jarg2, void* jarg3) vtkAnnotationLayersAlgorithm_SetInputData__SWIG_1; extern(C) void* function(void* objectRef) vtkAnnotationLayersAlgorithm_Upcast; extern(C) void* function() vtkAnnotationLink_New; extern(C) int function(const(char)* jarg1) vtkAnnotationLink_IsTypeOf; extern(C) void* function(void* jarg1) vtkAnnotationLink_SafeDownCast; extern(C) void* function(void* jarg1) vtkAnnotationLink_NewInstance; extern(C) void* function(void* jarg1) vtkAnnotationLink_GetAnnotationLayers; extern(C) void function(void* jarg1, void* jarg2) vtkAnnotationLink_SetAnnotationLayers; extern(C) void function(void* jarg1, void* jarg2) vtkAnnotationLink_SetCurrentSelection; extern(C) void* function(void* jarg1) vtkAnnotationLink_GetCurrentSelection; extern(C) void function(void* jarg1, void* jarg2) vtkAnnotationLink_AddDomainMap; extern(C) void function(void* jarg1, void* jarg2) vtkAnnotationLink_RemoveDomainMap; extern(C) void function(void* jarg1) vtkAnnotationLink_RemoveAllDomainMaps; extern(C) int function(void* jarg1) vtkAnnotationLink_GetNumberOfDomainMaps; extern(C) void* function(void* jarg1, int jarg2) vtkAnnotationLink_GetDomainMap; extern(C) void* function(void* objectRef) vtkAnnotationLink_Upcast; extern(C) void* function() vtkAMRToMultiBlockFilter_New; extern(C) int function(const(char)* jarg1) vtkAMRToMultiBlockFilter_IsTypeOf; extern(C) void* function(void* jarg1) vtkAMRToMultiBlockFilter_SafeDownCast; extern(C) void* function(void* jarg1) vtkAMRToMultiBlockFilter_NewInstance; extern(C) void function(void* jarg1, void* jarg2) vtkAMRToMultiBlockFilter_SetController; extern(C) void* function(void* jarg1) vtkAMRToMultiBlockFilter_GetController; extern(C) int function(void* jarg1, int jarg2, void* jarg3) vtkAMRToMultiBlockFilter_FillInputPortInformation; extern(C) int function(void* jarg1, int jarg2, void* jarg3) vtkAMRToMultiBlockFilter_FillOutputPortInformation; extern(C) int function(void* jarg1, void* jarg2, void* jarg3, void* jarg4) vtkAMRToMultiBlockFilter_RequestData; extern(C) void* function(void* objectRef) vtkAMRToMultiBlockFilter_Upcast; extern(C) int function() VTK_BACKGROUND_LOCATION_get; extern(C) int function() VTK_FOREGROUND_LOCATION_get; extern(C) int function(const(char)* jarg1) vtkProperty2D_IsTypeOf; extern(C) void* function(void* jarg1) vtkProperty2D_SafeDownCast; extern(C) void* function(void* jarg1) vtkProperty2D_NewInstance; extern(C) void* function() vtkProperty2D_New; extern(C) void function(void* jarg1, void* jarg2) vtkProperty2D_DeepCopy; extern(C) void function(void* jarg1, double jarg2, double jarg3, double jarg4) vtkProperty2D_SetColor__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkProperty2D_SetColor__SWIG_1; extern(C) void* function(void* jarg1) vtkProperty2D_GetColor__SWIG_0; extern(C) void function(void* jarg1, void* jarg2, void* jarg3, void* jarg4) vtkProperty2D_GetColor__SWIG_1; extern(C) void function(void* jarg1, void* jarg2) vtkProperty2D_GetColor__SWIG_2; extern(C) double function(void* jarg1) vtkProperty2D_GetOpacity; extern(C) void function(void* jarg1, double jarg2) vtkProperty2D_SetOpacity; extern(C) void function(void* jarg1, float jarg2) vtkProperty2D_SetPointSize; extern(C) float function(void* jarg1) vtkProperty2D_GetPointSizeMinValue; extern(C) float function(void* jarg1) vtkProperty2D_GetPointSizeMaxValue; extern(C) float function(void* jarg1) vtkProperty2D_GetPointSize; extern(C) void function(void* jarg1, float jarg2) vtkProperty2D_SetLineWidth; extern(C) float function(void* jarg1) vtkProperty2D_GetLineWidthMinValue; extern(C) float function(void* jarg1) vtkProperty2D_GetLineWidthMaxValue; extern(C) float function(void* jarg1) vtkProperty2D_GetLineWidth; extern(C) void function(void* jarg1, int jarg2) vtkProperty2D_SetLineStipplePattern; extern(C) int function(void* jarg1) vtkProperty2D_GetLineStipplePattern; extern(C) void function(void* jarg1, int jarg2) vtkProperty2D_SetLineStippleRepeatFactor; extern(C) int function(void* jarg1) vtkProperty2D_GetLineStippleRepeatFactorMinValue; extern(C) int function(void* jarg1) vtkProperty2D_GetLineStippleRepeatFactorMaxValue; extern(C) int function(void* jarg1) vtkProperty2D_GetLineStippleRepeatFactor; extern(C) void function(void* jarg1, int jarg2) vtkProperty2D_SetDisplayLocation; extern(C) int function(void* jarg1) vtkProperty2D_GetDisplayLocationMinValue; extern(C) int function(void* jarg1) vtkProperty2D_GetDisplayLocationMaxValue; extern(C) int function(void* jarg1) vtkProperty2D_GetDisplayLocation; extern(C) void function(void* jarg1) vtkProperty2D_SetDisplayLocationToBackground; extern(C) void function(void* jarg1) vtkProperty2D_SetDisplayLocationToForeground; extern(C) void* function(void* objectRef) vtkProperty2D_Upcast; extern(C) void* function() vtkPainterPolyDataMapper_New; extern(C) int function(const(char)* jarg1) vtkPainterPolyDataMapper_IsTypeOf; extern(C) void* function(void* jarg1) vtkPainterPolyDataMapper_SafeDownCast; extern(C) void* function(void* jarg1) vtkPainterPolyDataMapper_NewInstance; extern(C) void* function(void* jarg1) vtkPainterPolyDataMapper_GetPainter; extern(C) void function(void* jarg1, void* jarg2) vtkPainterPolyDataMapper_SetPainter; extern(C) void function(void* jarg1, const(char)* jarg2, const(char)* jarg3, int jarg4, int jarg5) vtkPainterPolyDataMapper_MapDataArrayToVertexAttribute__SWIG_0; extern(C) void function(void* jarg1, const(char)* jarg2, const(char)* jarg3, int jarg4) vtkPainterPolyDataMapper_MapDataArrayToVertexAttribute__SWIG_1; extern(C) void function(void* jarg1, int jarg2, const(char)* jarg3, int jarg4, int jarg5) vtkPainterPolyDataMapper_MapDataArrayToMultiTextureAttribute__SWIG_0; extern(C) void function(void* jarg1, int jarg2, const(char)* jarg3, int jarg4) vtkPainterPolyDataMapper_MapDataArrayToMultiTextureAttribute__SWIG_1; extern(C) void* function(void* jarg1) vtkPainterPolyDataMapper_GetSelectionPainter; extern(C) void function(void* jarg1, void* jarg2) vtkPainterPolyDataMapper_SetSelectionPainter; extern(C) void* function(void* objectRef) vtkPainterPolyDataMapper_Upcast; extern(C) void* function() vtkPOutlineFilter_New; extern(C) int function(const(char)* jarg1) vtkPOutlineFilter_IsTypeOf; extern(C) void* function(void* jarg1) vtkPOutlineFilter_SafeDownCast; extern(C) void* function(void* jarg1) vtkPOutlineFilter_NewInstance; extern(C) void function(void* jarg1, void* jarg2) vtkPOutlineFilter_SetController; extern(C) void* function(void* jarg1) vtkPOutlineFilter_GetController; extern(C) void* function(void* objectRef) vtkPOutlineFilter_Upcast; extern(C) void* function() vtkTensor_New; extern(C) int function(const(char)* jarg1) vtkTensor_IsTypeOf; extern(C) void* function(void* jarg1) vtkTensor_SafeDownCast; extern(C) void* function(void* jarg1) vtkTensor_NewInstance; extern(C) void function(void* jarg1) vtkTensor_Initialize; extern(C) double function(void* jarg1, int jarg2, int jarg3) vtkTensor_GetComponent; extern(C) void function(void* jarg1, int jarg2, int jarg3, double jarg4) vtkTensor_SetComponent; extern(C) void function(void* jarg1, int jarg2, int jarg3, double jarg4) vtkTensor_AddComponent; extern(C) void* function(void* jarg1, int jarg2) vtkTensor_GetColumn; extern(C) void function(void* jarg1, void* jarg2) vtkTensor_DeepCopy; extern(C) void function(void* jarg1, void* jarg2) vtkTensor_T_set; extern(C) void* function(void* jarg1) vtkTensor_T_get; extern(C) void* function(void* objectRef) vtkTensor_Upcast; extern(C) void* function() vtkImageActorPointPlacer_New; extern(C) int function(const(char)* jarg1) vtkImageActorPointPlacer_IsTypeOf; extern(C) void* function(void* jarg1) vtkImageActorPointPlacer_SafeDownCast; extern(C) void* function(void* jarg1) vtkImageActorPointPlacer_NewInstance; extern(C) int function(void* jarg1, void* jarg2, void* jarg3, void* jarg4, void* jarg5) vtkImageActorPointPlacer_ComputeWorldPosition__SWIG_0; extern(C) int function(void* jarg1, void* jarg2, void* jarg3, void* jarg4, void* jarg5, void* jarg6) vtkImageActorPointPlacer_ComputeWorldPosition__SWIG_1; extern(C) int function(void* jarg1, void* jarg2) vtkImageActorPointPlacer_ValidateWorldPosition__SWIG_0; extern(C) int function(void* jarg1, void* jarg2, void* jarg3) vtkImageActorPointPlacer_ValidateWorldPosition__SWIG_1; extern(C) void function(void* jarg1, void* jarg2) vtkImageActorPointPlacer_SetImageActor; extern(C) void* function(void* jarg1) vtkImageActorPointPlacer_GetImageActor; extern(C) void function(void* jarg1, double jarg2, double jarg3, double jarg4, double jarg5, double jarg6, double jarg7) vtkImageActorPointPlacer_SetBounds__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkImageActorPointPlacer_SetBounds__SWIG_1; extern(C) void* function(void* jarg1) vtkImageActorPointPlacer_GetBounds__SWIG_0; extern(C) void function(void* jarg1, void* jarg2, void* jarg3, void* jarg4, void* jarg5, void* jarg6, void* jarg7) vtkImageActorPointPlacer_GetBounds__SWIG_1; extern(C) void function(void* jarg1, void* jarg2) vtkImageActorPointPlacer_GetBounds__SWIG_2; extern(C) void* function(void* objectRef) vtkImageActorPointPlacer_Upcast; extern(C) void* function() vtkMaterialLibrary_New; extern(C) int function(const(char)* jarg1) vtkMaterialLibrary_IsTypeOf; extern(C) void* function(void* jarg1) vtkMaterialLibrary_SafeDownCast; extern(C) void* function(void* jarg1) vtkMaterialLibrary_NewInstance; extern(C) const(char)* function(const(char)* jarg1) vtkMaterialLibrary_GetMaterial; extern(C) void* function() vtkMaterialLibrary_GetListOfMaterialNames; extern(C) uint function() vtkMaterialLibrary_GetNumberOfMaterials; extern(C) void* function(void* objectRef) vtkMaterialLibrary_Upcast; extern(C) void* function() vtkUniformGridGhostDataGenerator_New; extern(C) int function(const(char)* jarg1) vtkUniformGridGhostDataGenerator_IsTypeOf; extern(C) void* function(void* jarg1) vtkUniformGridGhostDataGenerator_SafeDownCast; extern(C) void* function(void* jarg1) vtkUniformGridGhostDataGenerator_NewInstance; extern(C) void* function(void* objectRef) vtkUniformGridGhostDataGenerator_Upcast; extern(C) int function(const(char)* jarg1) vtkCylinder_IsTypeOf; extern(C) void* function(void* jarg1) vtkCylinder_SafeDownCast; extern(C) void* function(void* jarg1) vtkCylinder_NewInstance; extern(C) void* function() vtkCylinder_New; extern(C) double function(void* jarg1, void* jarg2) vtkCylinder_EvaluateFunction__SWIG_0; extern(C) double function(void* jarg1, double jarg2, double jarg3, double jarg4) vtkCylinder_EvaluateFunction__SWIG_1; extern(C) void function(void* jarg1, double jarg2) vtkCylinder_SetRadius; extern(C) double function(void* jarg1) vtkCylinder_GetRadius; extern(C) void function(void* jarg1, double jarg2, double jarg3, double jarg4) vtkCylinder_SetCenter__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkCylinder_SetCenter__SWIG_1; extern(C) void* function(void* jarg1) vtkCylinder_GetCenter__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkCylinder_GetCenter__SWIG_1; extern(C) void* function(void* objectRef) vtkCylinder_Upcast; extern(C) int function(const(char)* jarg1) vtkOpenGLContextDevice3D_IsTypeOf; extern(C) void* function(void* jarg1) vtkOpenGLContextDevice3D_SafeDownCast; extern(C) void* function(void* jarg1) vtkOpenGLContextDevice3D_NewInstance; extern(C) void* function() vtkOpenGLContextDevice3D_New; extern(C) void* function(void* objectRef) vtkOpenGLContextDevice3D_Upcast; extern(C) void* function() vtkSelectionSource_New; extern(C) int function(const(char)* jarg1) vtkSelectionSource_IsTypeOf; extern(C) void* function(void* jarg1) vtkSelectionSource_SafeDownCast; extern(C) void* function(void* jarg1) vtkSelectionSource_NewInstance; extern(C) void function(void* jarg1, long jarg2, long jarg3) vtkSelectionSource_AddID; extern(C) void function(void* jarg1, long jarg2, const(char)* jarg3) vtkSelectionSource_AddStringID; extern(C) void function(void* jarg1, double jarg2, double jarg3, double jarg4) vtkSelectionSource_AddLocation; extern(C) void function(void* jarg1, double jarg2, double jarg3) vtkSelectionSource_AddThreshold; extern(C) void function(void* jarg1, void* jarg2) vtkSelectionSource_SetFrustum; extern(C) void function(void* jarg1, long jarg2) vtkSelectionSource_AddBlock; extern(C) void function(void* jarg1) vtkSelectionSource_RemoveAllIDs; extern(C) void function(void* jarg1) vtkSelectionSource_RemoveAllStringIDs; extern(C) void function(void* jarg1) vtkSelectionSource_RemoveAllThresholds; extern(C) void function(void* jarg1) vtkSelectionSource_RemoveAllLocations; extern(C) void function(void* jarg1) vtkSelectionSource_RemoveAllBlocks; extern(C) void function(void* jarg1, int jarg2) vtkSelectionSource_SetContentType; extern(C) int function(void* jarg1) vtkSelectionSource_GetContentType; extern(C) void function(void* jarg1, int jarg2) vtkSelectionSource_SetFieldType; extern(C) int function(void* jarg1) vtkSelectionSource_GetFieldType; extern(C) void function(void* jarg1, int jarg2) vtkSelectionSource_SetContainingCells; extern(C) int function(void* jarg1) vtkSelectionSource_GetContainingCells; extern(C) void function(void* jarg1, int jarg2) vtkSelectionSource_SetInverse; extern(C) int function(void* jarg1) vtkSelectionSource_GetInverse; extern(C) void function(void* jarg1, const(char)* jarg2) vtkSelectionSource_SetArrayName; extern(C) const(char)* function(void* jarg1) vtkSelectionSource_GetArrayName; extern(C) void function(void* jarg1, int jarg2) vtkSelectionSource_SetArrayComponent; extern(C) int function(void* jarg1) vtkSelectionSource_GetArrayComponent; extern(C) void function(void* jarg1, int jarg2) vtkSelectionSource_SetCompositeIndex; extern(C) int function(void* jarg1) vtkSelectionSource_GetCompositeIndex; extern(C) void function(void* jarg1, int jarg2) vtkSelectionSource_SetHierarchicalLevel; extern(C) int function(void* jarg1) vtkSelectionSource_GetHierarchicalLevel; extern(C) void function(void* jarg1, int jarg2) vtkSelectionSource_SetHierarchicalIndex; extern(C) int function(void* jarg1) vtkSelectionSource_GetHierarchicalIndex; extern(C) void function(void* jarg1, const(char)* jarg2) vtkSelectionSource_SetQueryString; extern(C) const(char)* function(void* jarg1) vtkSelectionSource_GetQueryString; extern(C) void* function(void* objectRef) vtkSelectionSource_Upcast; extern(C) int function(const(char)* jarg1) vtkSimpleElevationFilter_IsTypeOf; extern(C) void* function(void* jarg1) vtkSimpleElevationFilter_SafeDownCast; extern(C) void* function(void* jarg1) vtkSimpleElevationFilter_NewInstance; extern(C) void* function() vtkSimpleElevationFilter_New; extern(C) void function(void* jarg1, double jarg2, double jarg3, double jarg4) vtkSimpleElevationFilter_SetVector__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkSimpleElevationFilter_SetVector__SWIG_1; extern(C) void* function(void* jarg1) vtkSimpleElevationFilter_GetVector__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkSimpleElevationFilter_GetVector__SWIG_1; extern(C) void* function(void* objectRef) vtkSimpleElevationFilter_Upcast; extern(C) void* function() vtkPentagonalPrism_New; extern(C) int function(const(char)* jarg1) vtkPentagonalPrism_IsTypeOf; extern(C) void* function(void* jarg1) vtkPentagonalPrism_SafeDownCast; extern(C) void* function(void* jarg1) vtkPentagonalPrism_NewInstance; extern(C) void function(void* jarg1, void* jarg2) vtkPentagonalPrism_InterpolationFunctions; extern(C) void function(void* jarg1, void* jarg2) vtkPentagonalPrism_InterpolationDerivs; extern(C) void function(void* jarg1, void* jarg2, void* jarg3) vtkPentagonalPrism_InterpolateFunctions; extern(C) void function(void* jarg1, void* jarg2, void* jarg3) vtkPentagonalPrism_InterpolateDerivs; extern(C) void* function(int jarg1) vtkPentagonalPrism_GetEdgeArray; extern(C) void* function(int jarg1) vtkPentagonalPrism_GetFaceArray; extern(C) void function(void* jarg1, void* jarg2, void* jarg3, void* jarg4) vtkPentagonalPrism_JacobianInverse; extern(C) void* function(void* objectRef) vtkPentagonalPrism_Upcast; extern(C) int function(const(char)* jarg1) vtkDatabaseToTableReader_IsTypeOf; extern(C) void* function(void* jarg1) vtkDatabaseToTableReader_SafeDownCast; extern(C) void* function(void* jarg1) vtkDatabaseToTableReader_NewInstance; extern(C) uint function(void* jarg1, void* jarg2) vtkDatabaseToTableReader_SetDatabase; extern(C) uint function(void* jarg1, const(char)* jarg2) vtkDatabaseToTableReader_SetTableName; extern(C) uint function(void* jarg1) vtkDatabaseToTableReader_CheckIfTableExists; extern(C) void* function(void* jarg1) vtkDatabaseToTableReader_GetDatabase; extern(C) void* function(void* objectRef) vtkDatabaseToTableReader_Upcast; extern(C) void* function() vtkImageViewer_New; extern(C) int function(const(char)* jarg1) vtkImageViewer_IsTypeOf; extern(C) void* function(void* jarg1) vtkImageViewer_SafeDownCast; extern(C) void* function(void* jarg1) vtkImageViewer_NewInstance; extern(C) const(char)* function(void* jarg1) vtkImageViewer_GetWindowName; extern(C) void function(void* jarg1) vtkImageViewer_Render; extern(C) void function(void* jarg1, void* jarg2) vtkImageViewer_SetInputData; extern(C) void* function(void* jarg1) vtkImageViewer_GetInput; extern(C) void function(void* jarg1, void* jarg2) vtkImageViewer_SetInputConnection; extern(C) int function(void* jarg1) vtkImageViewer_GetWholeZMin; extern(C) int function(void* jarg1) vtkImageViewer_GetWholeZMax; extern(C) int function(void* jarg1) vtkImageViewer_GetZSlice; extern(C) void function(void* jarg1, int jarg2) vtkImageViewer_SetZSlice; extern(C) double function(void* jarg1) vtkImageViewer_GetColorWindow; extern(C) double function(void* jarg1) vtkImageViewer_GetColorLevel; extern(C) void function(void* jarg1, double jarg2) vtkImageViewer_SetColorWindow; extern(C) void function(void* jarg1, double jarg2) vtkImageViewer_SetColorLevel; extern(C) void function(void* jarg1, void* jarg2) vtkImageViewer_SetDisplayId; extern(C) void function(void* jarg1, void* jarg2) vtkImageViewer_SetWindowId; extern(C) void function(void* jarg1, void* jarg2) vtkImageViewer_SetParentId; extern(C) void* function(void* jarg1) vtkImageViewer_GetPosition; extern(C) void function(void* jarg1, int jarg2, int jarg3) vtkImageViewer_SetPosition__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkImageViewer_SetPosition__SWIG_1; extern(C) void* function(void* jarg1) vtkImageViewer_GetSize; extern(C) void function(void* jarg1, int jarg2, int jarg3) vtkImageViewer_SetSize__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkImageViewer_SetSize__SWIG_1; extern(C) void* function(void* jarg1) vtkImageViewer_GetRenderWindow; extern(C) void* function(void* jarg1) vtkImageViewer_GetRenderer; extern(C) void* function(void* jarg1) vtkImageViewer_GetImageMapper; extern(C) void* function(void* jarg1) vtkImageViewer_GetActor2D; extern(C) void function(void* jarg1, void* jarg2) vtkImageViewer_SetupInteractor; extern(C) void function(void* jarg1, int jarg2) vtkImageViewer_SetOffScreenRendering; extern(C) int function(void* jarg1) vtkImageViewer_GetOffScreenRendering; extern(C) void function(void* jarg1) vtkImageViewer_OffScreenRenderingOn; extern(C) void function(void* jarg1) vtkImageViewer_OffScreenRenderingOff; extern(C) void* function(void* objectRef) vtkImageViewer_Upcast; extern(C) void* function() vtkHyperTreeGridAxisCut_New; extern(C) int function(const(char)* jarg1) vtkHyperTreeGridAxisCut_IsTypeOf; extern(C) void* function(void* jarg1) vtkHyperTreeGridAxisCut_SafeDownCast; extern(C) void* function(void* jarg1) vtkHyperTreeGridAxisCut_NewInstance; extern(C) void function(void* jarg1, int jarg2) vtkHyperTreeGridAxisCut_SetPlaneNormalAxis; extern(C) int function(void* jarg1) vtkHyperTreeGridAxisCut_GetPlaneNormalAxis; extern(C) void function(void* jarg1, double jarg2) vtkHyperTreeGridAxisCut_SetPlanePosition; extern(C) double function(void* jarg1) vtkHyperTreeGridAxisCut_GetPlanePosition; extern(C) void* function(void* objectRef) vtkHyperTreeGridAxisCut_Upcast; extern(C) void* function() vtkComputeHistogram2DOutliers_New; extern(C) int function(const(char)* jarg1) vtkComputeHistogram2DOutliers_IsTypeOf; extern(C) void* function(void* jarg1) vtkComputeHistogram2DOutliers_SafeDownCast; extern(C) void* function(void* jarg1) vtkComputeHistogram2DOutliers_NewInstance; extern(C) void function(void* jarg1, int jarg2) vtkComputeHistogram2DOutliers_SetPreferredNumberOfOutliers; extern(C) int function(void* jarg1) vtkComputeHistogram2DOutliers_GetPreferredNumberOfOutliers; extern(C) void* function(void* jarg1) vtkComputeHistogram2DOutliers_GetOutputTable; extern(C) void function(void* jarg1, void* jarg2) vtkComputeHistogram2DOutliers_SetInputTableConnection; extern(C) void function(void* jarg1, void* jarg2) vtkComputeHistogram2DOutliers_SetInputHistogramImageDataConnection; extern(C) void function(void* jarg1, void* jarg2) vtkComputeHistogram2DOutliers_SetInputHistogramMultiBlockConnection; extern(C) void* function(void* objectRef) vtkComputeHistogram2DOutliers_Upcast; extern(C) void* function() vtkPComputeHistogram2DOutliers_New; extern(C) int function(const(char)* jarg1) vtkPComputeHistogram2DOutliers_IsTypeOf; extern(C) void* function(void* jarg1) vtkPComputeHistogram2DOutliers_SafeDownCast; extern(C) void* function(void* jarg1) vtkPComputeHistogram2DOutliers_NewInstance; extern(C) void function(void* jarg1, void* jarg2) vtkPComputeHistogram2DOutliers_SetController; extern(C) void* function(void* jarg1) vtkPComputeHistogram2DOutliers_GetController; extern(C) void* function(void* objectRef) vtkPComputeHistogram2DOutliers_Upcast; extern(C) void* function() vtkArrayDataReader_New; extern(C) int function(const(char)* jarg1) vtkArrayDataReader_IsTypeOf; extern(C) void* function(void* jarg1) vtkArrayDataReader_SafeDownCast; extern(C) void* function(void* jarg1) vtkArrayDataReader_NewInstance; extern(C) const(char)* function(void* jarg1) vtkArrayDataReader_GetFileName; extern(C) void function(void* jarg1, const(char)* jarg2) vtkArrayDataReader_SetFileName; extern(C) void function(void* jarg1, void* jarg2) vtkArrayDataReader_SetInputString; extern(C) void* function(void* jarg1) vtkArrayDataReader_GetInputString; extern(C) void function(void* jarg1, uint jarg2) vtkArrayDataReader_SetReadFromInputString; extern(C) uint function(void* jarg1) vtkArrayDataReader_GetReadFromInputString; extern(C) void function(void* jarg1) vtkArrayDataReader_ReadFromInputStringOn; extern(C) void function(void* jarg1) vtkArrayDataReader_ReadFromInputStringOff; extern(C) void* function(void* jarg1) vtkArrayDataReader_Read__SWIG_0; extern(C) void* function(void* jarg1) vtkArrayDataReader_Read__SWIG_1; extern(C) void* function(void* objectRef) vtkArrayDataReader_Upcast; extern(C) void* function() vtkImageStencil_New; extern(C) int function(const(char)* jarg1) vtkImageStencil_IsTypeOf; extern(C) void* function(void* jarg1) vtkImageStencil_SafeDownCast; extern(C) void* function(void* jarg1) vtkImageStencil_NewInstance; extern(C) void function(void* jarg1, void* jarg2) vtkImageStencil_SetStencilData; extern(C) void* function(void* jarg1) vtkImageStencil_GetStencil; extern(C) void function(void* jarg1, void* jarg2) vtkImageStencil_SetStencilConnection; extern(C) void function(void* jarg1, int jarg2) vtkImageStencil_SetReverseStencil; extern(C) void function(void* jarg1) vtkImageStencil_ReverseStencilOn; extern(C) void function(void* jarg1) vtkImageStencil_ReverseStencilOff; extern(C) int function(void* jarg1) vtkImageStencil_GetReverseStencil; extern(C) void function(void* jarg1, void* jarg2) vtkImageStencil_SetBackgroundInputData; extern(C) void* function(void* jarg1) vtkImageStencil_GetBackgroundInput; extern(C) void function(void* jarg1, double jarg2) vtkImageStencil_SetBackgroundValue; extern(C) double function(void* jarg1) vtkImageStencil_GetBackgroundValue; extern(C) void function(void* jarg1, double jarg2, double jarg3, double jarg4, double jarg5) vtkImageStencil_SetBackgroundColor__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkImageStencil_SetBackgroundColor__SWIG_1; extern(C) void* function(void* jarg1) vtkImageStencil_GetBackgroundColor__SWIG_0; extern(C) void function(void* jarg1, void* jarg2, void* jarg3, void* jarg4, void* jarg5) vtkImageStencil_GetBackgroundColor__SWIG_1; extern(C) void function(void* jarg1, void* jarg2) vtkImageStencil_GetBackgroundColor__SWIG_2; extern(C) void* function(void* objectRef) vtkImageStencil_Upcast; extern(C) int function(const(char)* jarg1) vtkProcrustesAlignmentFilter_IsTypeOf; extern(C) void* function(void* jarg1) vtkProcrustesAlignmentFilter_SafeDownCast; extern(C) void* function(void* jarg1) vtkProcrustesAlignmentFilter_NewInstance; extern(C) void* function() vtkProcrustesAlignmentFilter_New; extern(C) void* function(void* jarg1) vtkProcrustesAlignmentFilter_GetLandmarkTransform; extern(C) void* function(void* jarg1) vtkProcrustesAlignmentFilter_GetMeanPoints; extern(C) void function(void* jarg1, uint jarg2) vtkProcrustesAlignmentFilter_SetStartFromCentroid; extern(C) uint function(void* jarg1) vtkProcrustesAlignmentFilter_GetStartFromCentroid; extern(C) void function(void* jarg1) vtkProcrustesAlignmentFilter_StartFromCentroidOn; extern(C) void function(void* jarg1) vtkProcrustesAlignmentFilter_StartFromCentroidOff; extern(C) void* function(void* objectRef) vtkProcrustesAlignmentFilter_Upcast; extern(C) void* function() vtkXMLPMultiBlockDataWriter_New; extern(C) int function(const(char)* jarg1) vtkXMLPMultiBlockDataWriter_IsTypeOf; extern(C) void* function(void* jarg1) vtkXMLPMultiBlockDataWriter_SafeDownCast; extern(C) void* function(void* jarg1) vtkXMLPMultiBlockDataWriter_NewInstance; extern(C) void function(void* jarg1, void* jarg2) vtkXMLPMultiBlockDataWriter_SetController; extern(C) void* function(void* jarg1) vtkXMLPMultiBlockDataWriter_GetController; extern(C) void function(void* jarg1) delete_vtkXMLPMultiBlockDataWriter; extern(C) void* function(void* objectRef) vtkXMLPMultiBlockDataWriter_Upcast; extern(C) int function() VTK_PLOT_SCALARS_get; extern(C) int function() VTK_PLOT_VECTORS_get; extern(C) int function() VTK_PLOT_NORMALS_get; extern(C) int function() VTK_PLOT_TCOORDS_get; extern(C) int function() VTK_PLOT_TENSORS_get; extern(C) int function() VTK_PLOT_FIELD_DATA_get; extern(C) void* function() vtkArcPlotter_New; extern(C) int function(const(char)* jarg1) vtkArcPlotter_IsTypeOf; extern(C) void* function(void* jarg1) vtkArcPlotter_SafeDownCast; extern(C) void* function(void* jarg1) vtkArcPlotter_NewInstance; extern(C) void function(void* jarg1, void* jarg2) vtkArcPlotter_SetCamera; extern(C) void* function(void* jarg1) vtkArcPlotter_GetCamera; extern(C) void function(void* jarg1, int jarg2) vtkArcPlotter_SetPlotMode; extern(C) int function(void* jarg1) vtkArcPlotter_GetPlotMode; extern(C) void function(void* jarg1) vtkArcPlotter_SetPlotModeToPlotScalars; extern(C) void function(void* jarg1) vtkArcPlotter_SetPlotModeToPlotVectors; extern(C) void function(void* jarg1) vtkArcPlotter_SetPlotModeToPlotNormals; extern(C) void function(void* jarg1) vtkArcPlotter_SetPlotModeToPlotTCoords; extern(C) void function(void* jarg1) vtkArcPlotter_SetPlotModeToPlotTensors; extern(C) void function(void* jarg1) vtkArcPlotter_SetPlotModeToPlotFieldData; extern(C) void function(void* jarg1, int jarg2) vtkArcPlotter_SetPlotComponent; extern(C) int function(void* jarg1) vtkArcPlotter_GetPlotComponent; extern(C) void function(void* jarg1, double jarg2) vtkArcPlotter_SetRadius; extern(C) double function(void* jarg1) vtkArcPlotter_GetRadiusMinValue; extern(C) double function(void* jarg1) vtkArcPlotter_GetRadiusMaxValue; extern(C) double function(void* jarg1) vtkArcPlotter_GetRadius; extern(C) void function(void* jarg1, double jarg2) vtkArcPlotter_SetHeight; extern(C) double function(void* jarg1) vtkArcPlotter_GetHeightMinValue; extern(C) double function(void* jarg1) vtkArcPlotter_GetHeightMaxValue; extern(C) double function(void* jarg1) vtkArcPlotter_GetHeight; extern(C) void function(void* jarg1, double jarg2) vtkArcPlotter_SetOffset; extern(C) double function(void* jarg1) vtkArcPlotter_GetOffsetMinValue; extern(C) double function(void* jarg1) vtkArcPlotter_GetOffsetMaxValue; extern(C) double function(void* jarg1) vtkArcPlotter_GetOffset; extern(C) void function(void* jarg1, int jarg2) vtkArcPlotter_SetUseDefaultNormal; extern(C) int function(void* jarg1) vtkArcPlotter_GetUseDefaultNormal; extern(C) void function(void* jarg1) vtkArcPlotter_UseDefaultNormalOn; extern(C) void function(void* jarg1) vtkArcPlotter_UseDefaultNormalOff; extern(C) void function(void* jarg1, float jarg2, float jarg3, float jarg4) vtkArcPlotter_SetDefaultNormal__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkArcPlotter_SetDefaultNormal__SWIG_1; extern(C) void* function(void* jarg1) vtkArcPlotter_GetDefaultNormal__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkArcPlotter_GetDefaultNormal__SWIG_1; extern(C) void function(void* jarg1, int jarg2) vtkArcPlotter_SetFieldDataArray; extern(C) int function(void* jarg1) vtkArcPlotter_GetFieldDataArrayMinValue; extern(C) int function(void* jarg1) vtkArcPlotter_GetFieldDataArrayMaxValue; extern(C) int function(void* jarg1) vtkArcPlotter_GetFieldDataArray; extern(C) void* function(void* objectRef) vtkArcPlotter_Upcast; extern(C) void* function() vtkExtractSelectedRows_New; extern(C) int function(const(char)* jarg1) vtkExtractSelectedRows_IsTypeOf; extern(C) void* function(void* jarg1) vtkExtractSelectedRows_SafeDownCast; extern(C) void* function(void* jarg1) vtkExtractSelectedRows_NewInstance; extern(C) void function(void* jarg1, void* jarg2) vtkExtractSelectedRows_SetSelectionConnection; extern(C) void function(void* jarg1, void* jarg2) vtkExtractSelectedRows_SetAnnotationLayersConnection; extern(C) int function(void* jarg1, int jarg2, void* jarg3) vtkExtractSelectedRows_FillInputPortInformation; extern(C) void function(void* jarg1, uint jarg2) vtkExtractSelectedRows_SetAddOriginalRowIdsArray; extern(C) uint function(void* jarg1) vtkExtractSelectedRows_GetAddOriginalRowIdsArray; extern(C) void function(void* jarg1) vtkExtractSelectedRows_AddOriginalRowIdsArrayOn; extern(C) void function(void* jarg1) vtkExtractSelectedRows_AddOriginalRowIdsArrayOff; extern(C) void* function(void* objectRef) vtkExtractSelectedRows_Upcast; extern(C) void* function() vtkPointsPainter_New; extern(C) int function(const(char)* jarg1) vtkPointsPainter_IsTypeOf; extern(C) void* function(void* jarg1) vtkPointsPainter_SafeDownCast; extern(C) void* function(void* jarg1) vtkPointsPainter_NewInstance; extern(C) void* function(void* objectRef) vtkPointsPainter_Upcast; extern(C) int function(const(char)* jarg1) vtkPointsProjectedHull_IsTypeOf; extern(C) void* function(void* jarg1) vtkPointsProjectedHull_SafeDownCast; extern(C) void* function(void* jarg1) vtkPointsProjectedHull_NewInstance; extern(C) void* function() vtkPointsProjectedHull_New; extern(C) int function(void* jarg1, void* jarg2) vtkPointsProjectedHull_RectangleIntersectionX__SWIG_0; extern(C) int function(void* jarg1, float jarg2, float jarg3, float jarg4, float jarg5) vtkPointsProjectedHull_RectangleIntersectionX__SWIG_1; extern(C) int function(void* jarg1, double jarg2, double jarg3, double jarg4, double jarg5) vtkPointsProjectedHull_RectangleIntersectionX__SWIG_2; extern(C) int function(void* jarg1, void* jarg2) vtkPointsProjectedHull_RectangleIntersectionY__SWIG_0; extern(C) int function(void* jarg1, float jarg2, float jarg3, float jarg4, float jarg5) vtkPointsProjectedHull_RectangleIntersectionY__SWIG_1; extern(C) int function(void* jarg1, double jarg2, double jarg3, double jarg4, double jarg5) vtkPointsProjectedHull_RectangleIntersectionY__SWIG_2; extern(C) int function(void* jarg1, void* jarg2) vtkPointsProjectedHull_RectangleIntersectionZ__SWIG_0; extern(C) int function(void* jarg1, float jarg2, float jarg3, float jarg4, float jarg5) vtkPointsProjectedHull_RectangleIntersectionZ__SWIG_1; extern(C) int function(void* jarg1, double jarg2, double jarg3, double jarg4, double jarg5) vtkPointsProjectedHull_RectangleIntersectionZ__SWIG_2; extern(C) int function(void* jarg1, void* jarg2, int jarg3) vtkPointsProjectedHull_GetCCWHullX__SWIG_0; extern(C) int function(void* jarg1, void* jarg2, int jarg3) vtkPointsProjectedHull_GetCCWHullX__SWIG_1; extern(C) int function(void* jarg1, void* jarg2, int jarg3) vtkPointsProjectedHull_GetCCWHullY__SWIG_0; extern(C) int function(void* jarg1, void* jarg2, int jarg3) vtkPointsProjectedHull_GetCCWHullY__SWIG_1; extern(C) int function(void* jarg1, void* jarg2, int jarg3) vtkPointsProjectedHull_GetCCWHullZ__SWIG_0; extern(C) int function(void* jarg1, void* jarg2, int jarg3) vtkPointsProjectedHull_GetCCWHullZ__SWIG_1; extern(C) int function(void* jarg1) vtkPointsProjectedHull_GetSizeCCWHullX; extern(C) int function(void* jarg1) vtkPointsProjectedHull_GetSizeCCWHullY; extern(C) int function(void* jarg1) vtkPointsProjectedHull_GetSizeCCWHullZ; extern(C) void function(void* jarg1) vtkPointsProjectedHull_Update; extern(C) void* function(void* objectRef) vtkPointsProjectedHull_Upcast; extern(C) int function(const(char)* jarg1) vtkExtentSplitter_IsTypeOf; extern(C) void* function(void* jarg1) vtkExtentSplitter_SafeDownCast; extern(C) void* function(void* jarg1) vtkExtentSplitter_NewInstance; extern(C) void* function() vtkExtentSplitter_New; extern(C) void function(void* jarg1, int jarg2, int jarg3, int jarg4, int jarg5, int jarg6, int jarg7, int jarg8, int jarg9) vtkExtentSplitter_AddExtentSource__SWIG_0; extern(C) void function(void* jarg1, int jarg2, int jarg3, void* jarg4) vtkExtentSplitter_AddExtentSource__SWIG_1; extern(C) void function(void* jarg1, int jarg2) vtkExtentSplitter_RemoveExtentSource; extern(C) void function(void* jarg1) vtkExtentSplitter_RemoveAllExtentSources; extern(C) void function(void* jarg1, int jarg2, int jarg3, int jarg4, int jarg5, int jarg6, int jarg7) vtkExtentSplitter_AddExtent__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkExtentSplitter_AddExtent__SWIG_1; extern(C) int function(void* jarg1) vtkExtentSplitter_ComputeSubExtents; extern(C) int function(void* jarg1) vtkExtentSplitter_GetNumberOfSubExtents; extern(C) void* function(void* jarg1, int jarg2) vtkExtentSplitter_GetSubExtent__SWIG_0; extern(C) void function(void* jarg1, int jarg2, void* jarg3) vtkExtentSplitter_GetSubExtent__SWIG_1; extern(C) int function(void* jarg1, int jarg2) vtkExtentSplitter_GetSubExtentSource; extern(C) int function(void* jarg1) vtkExtentSplitter_GetPointMode; extern(C) void function(void* jarg1, int jarg2) vtkExtentSplitter_SetPointMode; extern(C) void function(void* jarg1) vtkExtentSplitter_PointModeOn; extern(C) void function(void* jarg1) vtkExtentSplitter_PointModeOff; extern(C) void* function(void* objectRef) vtkExtentSplitter_Upcast; extern(C) int function(const(char)* jarg1) vtkEnSightWriter_IsTypeOf; extern(C) void* function(void* jarg1) vtkEnSightWriter_SafeDownCast; extern(C) void* function(void* jarg1) vtkEnSightWriter_NewInstance; extern(C) void* function() vtkEnSightWriter_New; extern(C) void function(void* jarg1, int jarg2) vtkEnSightWriter_SetProcessNumber; extern(C) int function(void* jarg1) vtkEnSightWriter_GetProcessNumber; extern(C) void function(void* jarg1, const(char)* jarg2) vtkEnSightWriter_SetPath; extern(C) const(char)* function(void* jarg1) vtkEnSightWriter_GetPath; extern(C) void function(void* jarg1, const(char)* jarg2) vtkEnSightWriter_SetBaseName; extern(C) const(char)* function(void* jarg1) vtkEnSightWriter_GetBaseName; extern(C) void function(void* jarg1, const(char)* jarg2) vtkEnSightWriter_SetFileName; extern(C) const(char)* function(void* jarg1) vtkEnSightWriter_GetFileName; extern(C) void function(void* jarg1, int jarg2) vtkEnSightWriter_SetTimeStep; extern(C) int function(void* jarg1) vtkEnSightWriter_GetTimeStep; extern(C) void function(void* jarg1, int jarg2) vtkEnSightWriter_SetGhostLevel; extern(C) int function(void* jarg1) vtkEnSightWriter_GetGhostLevel; extern(C) void function(void* jarg1, uint jarg2) vtkEnSightWriter_SetTransientGeometry; extern(C) uint function(void* jarg1) vtkEnSightWriter_GetTransientGeometry; extern(C) void function(void* jarg1, int jarg2) vtkEnSightWriter_SetNumberOfBlocks; extern(C) int function(void* jarg1) vtkEnSightWriter_GetNumberOfBlocks; extern(C) void function(void* jarg1, void* jarg2) vtkEnSightWriter_SetBlockIDs; extern(C) void* function(void* jarg1) vtkEnSightWriter_GetBlockIDs; extern(C) void function(void* jarg1, void* jarg2) vtkEnSightWriter_SetInputData; extern(C) void* function(void* jarg1) vtkEnSightWriter_GetInput; extern(C) void function(void* jarg1, int jarg2) vtkEnSightWriter_WriteCaseFile; extern(C) void function(void* jarg1, int jarg2) vtkEnSightWriter_WriteSOSCaseFile; extern(C) void* function(void* objectRef) vtkEnSightWriter_Upcast; extern(C) void* function() vtkGenericDataObjectWriter_New; extern(C) int function(const(char)* jarg1) vtkGenericDataObjectWriter_IsTypeOf; extern(C) void* function(void* jarg1) vtkGenericDataObjectWriter_SafeDownCast; extern(C) void* function(void* jarg1) vtkGenericDataObjectWriter_NewInstance; extern(C) void* function(void* objectRef) vtkGenericDataObjectWriter_Upcast; extern(C) void* function() vtkVertexDegree_New; extern(C) int function(const(char)* jarg1) vtkVertexDegree_IsTypeOf; extern(C) void* function(void* jarg1) vtkVertexDegree_SafeDownCast; extern(C) void* function(void* jarg1) vtkVertexDegree_NewInstance; extern(C) void function(void* jarg1, const(char)* jarg2) vtkVertexDegree_SetOutputArrayName; extern(C) void* function(void* objectRef) vtkVertexDegree_Upcast; extern(C) void* function() vtkWindBladeReader_New; extern(C) int function(const(char)* jarg1) vtkWindBladeReader_IsTypeOf; extern(C) void* function(void* jarg1) vtkWindBladeReader_SafeDownCast; extern(C) void* function(void* jarg1) vtkWindBladeReader_NewInstance; extern(C) void function(void* jarg1, const(char)* jarg2) vtkWindBladeReader_SetFilename; extern(C) const(char)* function(void* jarg1) vtkWindBladeReader_GetFilename; extern(C) void function(void* jarg1, int jarg2, int jarg3, int jarg4, int jarg5, int jarg6, int jarg7) vtkWindBladeReader_SetWholeExtent__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkWindBladeReader_SetWholeExtent__SWIG_1; extern(C) void* function(void* jarg1) vtkWindBladeReader_GetWholeExtent__SWIG_0; extern(C) void function(void* jarg1, void* jarg2, void* jarg3, void* jarg4, void* jarg5, void* jarg6, void* jarg7) vtkWindBladeReader_GetWholeExtent__SWIG_1; extern(C) void function(void* jarg1, void* jarg2) vtkWindBladeReader_GetWholeExtent__SWIG_2; extern(C) void function(void* jarg1, int jarg2, int jarg3, int jarg4, int jarg5, int jarg6, int jarg7) vtkWindBladeReader_SetSubExtent__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkWindBladeReader_SetSubExtent__SWIG_1; extern(C) void* function(void* jarg1) vtkWindBladeReader_GetSubExtent__SWIG_0; extern(C) void function(void* jarg1, void* jarg2, void* jarg3, void* jarg4, void* jarg5, void* jarg6, void* jarg7) vtkWindBladeReader_GetSubExtent__SWIG_1; extern(C) void function(void* jarg1, void* jarg2) vtkWindBladeReader_GetSubExtent__SWIG_2; extern(C) void* function(void* jarg1) vtkWindBladeReader_GetFieldOutput; extern(C) void* function(void* jarg1) vtkWindBladeReader_GetBladeOutput; extern(C) void* function(void* jarg1) vtkWindBladeReader_GetGroundOutput; extern(C) int function(void* jarg1) vtkWindBladeReader_GetNumberOfPointArrays; extern(C) const(char)* function(void* jarg1, int jarg2) vtkWindBladeReader_GetPointArrayName; extern(C) int function(void* jarg1, const(char)* jarg2) vtkWindBladeReader_GetPointArrayStatus; extern(C) void function(void* jarg1, const(char)* jarg2, int jarg3) vtkWindBladeReader_SetPointArrayStatus; extern(C) void function(void* jarg1) vtkWindBladeReader_DisableAllPointArrays; extern(C) void function(void* jarg1) vtkWindBladeReader_EnableAllPointArrays; extern(C) void* function(void* objectRef) vtkWindBladeReader_Upcast; extern(C) int function(const(char)* jarg1) vtkOrderedTriangulator_IsTypeOf; extern(C) void* function(void* jarg1) vtkOrderedTriangulator_SafeDownCast; extern(C) void* function(void* jarg1) vtkOrderedTriangulator_NewInstance; extern(C) void* function() vtkOrderedTriangulator_New; extern(C) void function(void* jarg1, double jarg2, double jarg3, double jarg4, double jarg5, double jarg6, double jarg7, int jarg8) vtkOrderedTriangulator_InitTriangulation__SWIG_0; extern(C) void function(void* jarg1, void* jarg2, int jarg3) vtkOrderedTriangulator_InitTriangulation__SWIG_1; extern(C) long function(void* jarg1, long jarg2, void* jarg3, void* jarg4, int jarg5) vtkOrderedTriangulator_InsertPoint__SWIG_0; extern(C) long function(void* jarg1, long jarg2, long jarg3, void* jarg4, void* jarg5, int jarg6) vtkOrderedTriangulator_InsertPoint__SWIG_1; extern(C) long function(void* jarg1, long jarg2, long jarg3, long jarg4, void* jarg5, void* jarg6, int jarg7) vtkOrderedTriangulator_InsertPoint__SWIG_2; extern(C) void function(void* jarg1) vtkOrderedTriangulator_Triangulate; extern(C) void function(void* jarg1, int jarg2, int jarg3, int jarg4) vtkOrderedTriangulator_TemplateTriangulate; extern(C) void function(void* jarg1, long jarg2, int jarg3) vtkOrderedTriangulator_UpdatePointType; extern(C) void* function(void* jarg1, long jarg2) vtkOrderedTriangulator_GetPointPosition; extern(C) void* function(void* jarg1, long jarg2) vtkOrderedTriangulator_GetPointLocation; extern(C) long function(void* jarg1, long jarg2) vtkOrderedTriangulator_GetPointId; extern(C) int function(void* jarg1) vtkOrderedTriangulator_GetNumberOfPoints; extern(C) void function(void* jarg1, int jarg2) vtkOrderedTriangulator_SetUseTemplates; extern(C) int function(void* jarg1) vtkOrderedTriangulator_GetUseTemplates; extern(C) void function(void* jarg1) vtkOrderedTriangulator_UseTemplatesOn; extern(C) void function(void* jarg1) vtkOrderedTriangulator_UseTemplatesOff; extern(C) void function(void* jarg1, int jarg2) vtkOrderedTriangulator_SetPreSorted; extern(C) int function(void* jarg1) vtkOrderedTriangulator_GetPreSorted; extern(C) void function(void* jarg1) vtkOrderedTriangulator_PreSortedOn; extern(C) void function(void* jarg1) vtkOrderedTriangulator_PreSortedOff; extern(C) void function(void* jarg1, int jarg2) vtkOrderedTriangulator_SetUseTwoSortIds; extern(C) int function(void* jarg1) vtkOrderedTriangulator_GetUseTwoSortIds; extern(C) void function(void* jarg1) vtkOrderedTriangulator_UseTwoSortIdsOn; extern(C) void function(void* jarg1) vtkOrderedTriangulator_UseTwoSortIdsOff; extern(C) long function(void* jarg1, int jarg2, void* jarg3) vtkOrderedTriangulator_GetTetras; extern(C) long function(void* jarg1, int jarg2, void* jarg3) vtkOrderedTriangulator_AddTetras__SWIG_0; extern(C) long function(void* jarg1, int jarg2, void* jarg3) vtkOrderedTriangulator_AddTetras__SWIG_1; extern(C) long function(void* jarg1, int jarg2, void* jarg3, void* jarg4, void* jarg5, void* jarg6, void* jarg7, long jarg8, void* jarg9) vtkOrderedTriangulator_AddTetras__SWIG_2; extern(C) long function(void* jarg1, int jarg2, void* jarg3, void* jarg4) vtkOrderedTriangulator_AddTetras__SWIG_3; extern(C) long function(void* jarg1, void* jarg2) vtkOrderedTriangulator_AddTriangles__SWIG_0; extern(C) long function(void* jarg1, long jarg2, void* jarg3) vtkOrderedTriangulator_AddTriangles__SWIG_1; extern(C) void function(void* jarg1) vtkOrderedTriangulator_InitTetraTraversal; extern(C) int function(void* jarg1, int jarg2, void* jarg3, void* jarg4, void* jarg5) vtkOrderedTriangulator_GetNextTetra; extern(C) void* function(void* objectRef) vtkOrderedTriangulator_Upcast; extern(C) void* function() vtkPieceScalars_New; extern(C) int function(const(char)* jarg1) vtkPieceScalars_IsTypeOf; extern(C) void* function(void* jarg1) vtkPieceScalars_SafeDownCast; extern(C) void* function(void* jarg1) vtkPieceScalars_NewInstance; extern(C) void function(void* jarg1) vtkPieceScalars_SetScalarModeToCellData; extern(C) void function(void* jarg1) vtkPieceScalars_SetScalarModeToPointData; extern(C) int function(void* jarg1) vtkPieceScalars_GetScalarMode; extern(C) void function(void* jarg1, int jarg2) vtkPieceScalars_SetRandomMode; extern(C) int function(void* jarg1) vtkPieceScalars_GetRandomMode; extern(C) void function(void* jarg1) vtkPieceScalars_RandomModeOn; extern(C) void function(void* jarg1) vtkPieceScalars_RandomModeOff; extern(C) void* function(void* objectRef) vtkPieceScalars_Upcast; extern(C) void* function() vtkBezierContourLineInterpolator_New; extern(C) int function(const(char)* jarg1) vtkBezierContourLineInterpolator_IsTypeOf; extern(C) void* function(void* jarg1) vtkBezierContourLineInterpolator_SafeDownCast; extern(C) void* function(void* jarg1) vtkBezierContourLineInterpolator_NewInstance; extern(C) void function(void* jarg1, double jarg2) vtkBezierContourLineInterpolator_SetMaximumCurveError; extern(C) double function(void* jarg1) vtkBezierContourLineInterpolator_GetMaximumCurveErrorMinValue; extern(C) double function(void* jarg1) vtkBezierContourLineInterpolator_GetMaximumCurveErrorMaxValue; extern(C) double function(void* jarg1) vtkBezierContourLineInterpolator_GetMaximumCurveError; extern(C) void function(void* jarg1, int jarg2) vtkBezierContourLineInterpolator_SetMaximumCurveLineSegments; extern(C) int function(void* jarg1) vtkBezierContourLineInterpolator_GetMaximumCurveLineSegmentsMinValue; extern(C) int function(void* jarg1) vtkBezierContourLineInterpolator_GetMaximumCurveLineSegmentsMaxValue; extern(C) int function(void* jarg1) vtkBezierContourLineInterpolator_GetMaximumCurveLineSegments; extern(C) void* function(void* objectRef) vtkBezierContourLineInterpolator_Upcast; extern(C) void* function() vtkPolyDataReader_New; extern(C) int function(const(char)* jarg1) vtkPolyDataReader_IsTypeOf; extern(C) void* function(void* jarg1) vtkPolyDataReader_SafeDownCast; extern(C) void* function(void* jarg1) vtkPolyDataReader_NewInstance; extern(C) void* function(void* jarg1) vtkPolyDataReader_GetOutput__SWIG_0; extern(C) void* function(void* jarg1, int jarg2) vtkPolyDataReader_GetOutput__SWIG_1; extern(C) void function(void* jarg1, void* jarg2) vtkPolyDataReader_SetOutput; extern(C) void* function(void* objectRef) vtkPolyDataReader_Upcast; extern(C) void* function() vtkOpenGLImageSliceMapper_New; extern(C) int function(const(char)* jarg1) vtkOpenGLImageSliceMapper_IsTypeOf; extern(C) void* function(void* jarg1) vtkOpenGLImageSliceMapper_SafeDownCast; extern(C) void* function(void* jarg1) vtkOpenGLImageSliceMapper_NewInstance; extern(C) void* function(void* objectRef) vtkOpenGLImageSliceMapper_Upcast; extern(C) int function(const(char)* jarg1) vtkUnstructuredGridPreIntegration_IsTypeOf; extern(C) void* function(void* jarg1) vtkUnstructuredGridPreIntegration_SafeDownCast; extern(C) void* function(void* jarg1) vtkUnstructuredGridPreIntegration_NewInstance; extern(C) void* function() vtkUnstructuredGridPreIntegration_New; extern(C) void* function(void* jarg1) vtkUnstructuredGridPreIntegration_GetIntegrator; extern(C) void function(void* jarg1, void* jarg2) vtkUnstructuredGridPreIntegration_SetIntegrator; extern(C) void function(void* jarg1, int jarg2) vtkUnstructuredGridPreIntegration_SetIntegrationTableScalarResolution; extern(C) int function(void* jarg1) vtkUnstructuredGridPreIntegration_GetIntegrationTableScalarResolution; extern(C) void function(void* jarg1, int jarg2) vtkUnstructuredGridPreIntegration_SetIntegrationTableLengthResolution; extern(C) int function(void* jarg1) vtkUnstructuredGridPreIntegration_GetIntegrationTableLengthResolution; extern(C) double function(void* jarg1, int jarg2) vtkUnstructuredGridPreIntegration_GetIntegrationTableScalarShift__SWIG_0; extern(C) double function(void* jarg1) vtkUnstructuredGridPreIntegration_GetIntegrationTableScalarShift__SWIG_1; extern(C) double function(void* jarg1, int jarg2) vtkUnstructuredGridPreIntegration_GetIntegrationTableScalarScale__SWIG_0; extern(C) double function(void* jarg1) vtkUnstructuredGridPreIntegration_GetIntegrationTableScalarScale__SWIG_1; extern(C) double function(void* jarg1) vtkUnstructuredGridPreIntegration_GetIntegrationTableLengthScale; extern(C) int function(void* jarg1) vtkUnstructuredGridPreIntegration_GetIncrementalPreIntegration; extern(C) void function(void* jarg1, int jarg2) vtkUnstructuredGridPreIntegration_SetIncrementalPreIntegration; extern(C) void function(void* jarg1) vtkUnstructuredGridPreIntegration_IncrementalPreIntegrationOn; extern(C) void function(void* jarg1) vtkUnstructuredGridPreIntegration_IncrementalPreIntegrationOff; extern(C) void* function(void* jarg1, int jarg2) vtkUnstructuredGridPreIntegration_GetPreIntegrationTable__SWIG_0; extern(C) void* function(void* jarg1) vtkUnstructuredGridPreIntegration_GetPreIntegrationTable__SWIG_1; extern(C) void* function(void* jarg1, double jarg2, double jarg3, double jarg4, int jarg5) vtkUnstructuredGridPreIntegration_GetTableEntry__SWIG_0; extern(C) void* function(void* jarg1, double jarg2, double jarg3, double jarg4) vtkUnstructuredGridPreIntegration_GetTableEntry__SWIG_1; extern(C) void* function(void* jarg1, int jarg2, int jarg3, int jarg4, int jarg5) vtkUnstructuredGridPreIntegration_GetIndexedTableEntry__SWIG_0; extern(C) void* function(void* jarg1, int jarg2, int jarg3, int jarg4) vtkUnstructuredGridPreIntegration_GetIndexedTableEntry__SWIG_1; extern(C) void* function(void* objectRef) vtkUnstructuredGridPreIntegration_Upcast; extern(C) void* function() vtkGeneralTransform_New; extern(C) int function(const(char)* jarg1) vtkGeneralTransform_IsTypeOf; extern(C) void* function(void* jarg1) vtkGeneralTransform_SafeDownCast; extern(C) void* function(void* jarg1) vtkGeneralTransform_NewInstance; extern(C) void function(void* jarg1) vtkGeneralTransform_Identity; extern(C) void function(void* jarg1, double jarg2, double jarg3, double jarg4) vtkGeneralTransform_Translate__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkGeneralTransform_Translate__SWIG_1; extern(C) void function(void* jarg1, void* jarg2) vtkGeneralTransform_Translate__SWIG_2; extern(C) void function(void* jarg1, double jarg2, double jarg3, double jarg4, double jarg5) vtkGeneralTransform_RotateWXYZ__SWIG_0; extern(C) void function(void* jarg1, double jarg2, void* jarg3) vtkGeneralTransform_RotateWXYZ__SWIG_1; extern(C) void function(void* jarg1, double jarg2, void* jarg3) vtkGeneralTransform_RotateWXYZ__SWIG_2; extern(C) void function(void* jarg1, double jarg2) vtkGeneralTransform_RotateX; extern(C) void function(void* jarg1, double jarg2) vtkGeneralTransform_RotateY; extern(C) void function(void* jarg1, double jarg2) vtkGeneralTransform_RotateZ; extern(C) void function(void* jarg1, double jarg2, double jarg3, double jarg4) vtkGeneralTransform_Scale__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkGeneralTransform_Scale__SWIG_1; extern(C) void function(void* jarg1, void* jarg2) vtkGeneralTransform_Scale__SWIG_2; extern(C) void function(void* jarg1, void* jarg2) vtkGeneralTransform_Concatenate__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkGeneralTransform_Concatenate__SWIG_1; extern(C) void function(void* jarg1, void* jarg2) vtkGeneralTransform_Concatenate__SWIG_2; extern(C) void function(void* jarg1) vtkGeneralTransform_PreMultiply; extern(C) void function(void* jarg1) vtkGeneralTransform_PostMultiply; extern(C) int function(void* jarg1) vtkGeneralTransform_GetNumberOfConcatenatedTransforms; extern(C) void* function(void* jarg1, int jarg2) vtkGeneralTransform_GetConcatenatedTransform; extern(C) void function(void* jarg1, void* jarg2) vtkGeneralTransform_SetInput; extern(C) void* function(void* jarg1) vtkGeneralTransform_GetInput; extern(C) int function(void* jarg1) vtkGeneralTransform_GetInverseFlag; extern(C) void function(void* jarg1) vtkGeneralTransform_Push; extern(C) void function(void* jarg1) vtkGeneralTransform_Pop; extern(C) void function(void* jarg1, void* jarg2, void* jarg3) vtkGeneralTransform_InternalTransformPoint__SWIG_0; extern(C) void function(void* jarg1, void* jarg2, void* jarg3) vtkGeneralTransform_InternalTransformPoint__SWIG_1; extern(C) void function(void* jarg1, void* jarg2, void* jarg3, void* jarg4) vtkGeneralTransform_InternalTransformDerivative__SWIG_0; extern(C) void function(void* jarg1, void* jarg2, void* jarg3, void* jarg4) vtkGeneralTransform_InternalTransformDerivative__SWIG_1; extern(C) void* function(void* objectRef) vtkGeneralTransform_Upcast; extern(C) void* function() vtkGraphToGlyphs_New; extern(C) int function(const(char)* jarg1) vtkGraphToGlyphs_IsTypeOf; extern(C) void* function(void* jarg1) vtkGraphToGlyphs_SafeDownCast; extern(C) void* function(void* jarg1) vtkGraphToGlyphs_NewInstance; extern(C) void function(void* jarg1, int jarg2) vtkGraphToGlyphs_SetGlyphType; extern(C) int function(void* jarg1) vtkGraphToGlyphs_GetGlyphType; extern(C) void function(void* jarg1, uint jarg2) vtkGraphToGlyphs_SetFilled; extern(C) uint function(void* jarg1) vtkGraphToGlyphs_GetFilled; extern(C) void function(void* jarg1) vtkGraphToGlyphs_FilledOn; extern(C) void function(void* jarg1) vtkGraphToGlyphs_FilledOff; extern(C) void function(void* jarg1, double jarg2) vtkGraphToGlyphs_SetScreenSize; extern(C) double function(void* jarg1) vtkGraphToGlyphs_GetScreenSize; extern(C) void function(void* jarg1, void* jarg2) vtkGraphToGlyphs_SetRenderer; extern(C) void* function(void* jarg1) vtkGraphToGlyphs_GetRenderer; extern(C) void function(void* jarg1, uint jarg2) vtkGraphToGlyphs_SetScaling; extern(C) uint function(void* jarg1) vtkGraphToGlyphs_GetScaling; extern(C) void* function(void* objectRef) vtkGraphToGlyphs_Upcast; extern(C) void* function() vtkBiQuadraticQuad_New; extern(C) int function(const(char)* jarg1) vtkBiQuadraticQuad_IsTypeOf; extern(C) void* function(void* jarg1) vtkBiQuadraticQuad_SafeDownCast; extern(C) void* function(void* jarg1) vtkBiQuadraticQuad_NewInstance; extern(C) void function(void* jarg1, void* jarg2) vtkBiQuadraticQuad_InterpolationFunctions; extern(C) void function(void* jarg1, void* jarg2) vtkBiQuadraticQuad_InterpolationDerivs; extern(C) void function(void* jarg1, void* jarg2, void* jarg3) vtkBiQuadraticQuad_InterpolateFunctions; extern(C) void function(void* jarg1, void* jarg2, void* jarg3) vtkBiQuadraticQuad_InterpolateDerivs; extern(C) void* function(void* objectRef) vtkBiQuadraticQuad_Upcast; extern(C) int function(const(char)* jarg1) vtkCellLocator_IsTypeOf; extern(C) void* function(void* jarg1) vtkCellLocator_SafeDownCast; extern(C) void* function(void* jarg1) vtkCellLocator_NewInstance; extern(C) void* function() vtkCellLocator_New; extern(C) void function(void* jarg1, int jarg2) vtkCellLocator_SetNumberOfCellsPerBucket; extern(C) int function(void* jarg1) vtkCellLocator_GetNumberOfCellsPerBucket; extern(C) int function(void* jarg1, void* jarg2, void* jarg3, double jarg4, void* jarg5, void* jarg6, void* jarg7, void* jarg8) vtkCellLocator_IntersectWithLine__SWIG_0; extern(C) int function(void* jarg1, void* jarg2, void* jarg3, double jarg4, void* jarg5, void* jarg6, void* jarg7, void* jarg8, void* jarg9) vtkCellLocator_IntersectWithLine__SWIG_1; extern(C) int function(void* jarg1, void* jarg2, void* jarg3, void* jarg4, void* jarg5) vtkCellLocator_IntersectWithLine__SWIG_2; extern(C) int function(void* jarg1, void* jarg2, void* jarg3, double jarg4, void* jarg5, void* jarg6, void* jarg7, void* jarg8, void* jarg9, void* jarg10) vtkCellLocator_IntersectWithLine__SWIG_3; extern(C) void function(void* jarg1, void* jarg2, void* jarg3, void* jarg4, void* jarg5, void* jarg6) vtkCellLocator_FindClosestPoint__SWIG_0; extern(C) void function(void* jarg1, void* jarg2, void* jarg3, void* jarg4, void* jarg5, void* jarg6, void* jarg7) vtkCellLocator_FindClosestPoint__SWIG_1; extern(C) long function(void* jarg1, void* jarg2, double jarg3, void* jarg4, void* jarg5, void* jarg6, void* jarg7) vtkCellLocator_FindClosestPointWithinRadius__SWIG_0; extern(C) long function(void* jarg1, void* jarg2, double jarg3, void* jarg4, void* jarg5, void* jarg6, void* jarg7, void* jarg8) vtkCellLocator_FindClosestPointWithinRadius__SWIG_1; extern(C) long function(void* jarg1, void* jarg2, double jarg3, void* jarg4, void* jarg5, void* jarg6, void* jarg7, void* jarg8, void* jarg9) vtkCellLocator_FindClosestPointWithinRadius__SWIG_2; extern(C) void* function(void* jarg1, int jarg2) vtkCellLocator_GetCells; extern(C) int function(void* jarg1) vtkCellLocator_GetNumberOfBuckets; extern(C) long function(void* jarg1, void* jarg2) vtkCellLocator_FindCell__SWIG_0; extern(C) long function(void* jarg1, void* jarg2, double jarg3, void* jarg4, void* jarg5, void* jarg6) vtkCellLocator_FindCell__SWIG_1; extern(C) void function(void* jarg1) vtkCellLocator_BuildLocatorIfNeeded; extern(C) void function(void* jarg1) vtkCellLocator_ForceBuildLocator; extern(C) void function(void* jarg1) vtkCellLocator_BuildLocatorInternal; extern(C) void* function(void* objectRef) vtkCellLocator_Upcast; extern(C) void* function() vtkCirclePackToPolyData_New; extern(C) int function(const(char)* jarg1) vtkCirclePackToPolyData_IsTypeOf; extern(C) void* function(void* jarg1) vtkCirclePackToPolyData_SafeDownCast; extern(C) void* function(void* jarg1) vtkCirclePackToPolyData_NewInstance; extern(C) void function(void* jarg1, const(char)* jarg2) vtkCirclePackToPolyData_SetCirclesArrayName; extern(C) void function(void* jarg1, uint jarg2) vtkCirclePackToPolyData_SetResolution; extern(C) uint function(void* jarg1) vtkCirclePackToPolyData_GetResolution; extern(C) int function(void* jarg1, int jarg2, void* jarg3) vtkCirclePackToPolyData_FillInputPortInformation; extern(C) void* function(void* objectRef) vtkCirclePackToPolyData_Upcast; extern(C) int function(const(char)* jarg1) vtkStripper_IsTypeOf; extern(C) void* function(void* jarg1) vtkStripper_SafeDownCast; extern(C) void* function(void* jarg1) vtkStripper_NewInstance; extern(C) void* function() vtkStripper_New; extern(C) void function(void* jarg1, int jarg2) vtkStripper_SetMaximumLength; extern(C) int function(void* jarg1) vtkStripper_GetMaximumLengthMinValue; extern(C) int function(void* jarg1) vtkStripper_GetMaximumLengthMaxValue; extern(C) int function(void* jarg1) vtkStripper_GetMaximumLength; extern(C) void function(void* jarg1) vtkStripper_PassCellDataAsFieldDataOn; extern(C) void function(void* jarg1) vtkStripper_PassCellDataAsFieldDataOff; extern(C) void function(void* jarg1, int jarg2) vtkStripper_SetPassCellDataAsFieldData; extern(C) int function(void* jarg1) vtkStripper_GetPassCellDataAsFieldData; extern(C) void function(void* jarg1, int jarg2) vtkStripper_SetPassThroughCellIds; extern(C) int function(void* jarg1) vtkStripper_GetPassThroughCellIds; extern(C) void function(void* jarg1) vtkStripper_PassThroughCellIdsOn; extern(C) void function(void* jarg1) vtkStripper_PassThroughCellIdsOff; extern(C) void function(void* jarg1, int jarg2) vtkStripper_SetPassThroughPointIds; extern(C) int function(void* jarg1) vtkStripper_GetPassThroughPointIds; extern(C) void function(void* jarg1) vtkStripper_PassThroughPointIdsOn; extern(C) void function(void* jarg1) vtkStripper_PassThroughPointIdsOff; extern(C) void* function(void* objectRef) vtkStripper_Upcast; extern(C) int function(const(char)* jarg1) vtkTableFFT_IsTypeOf; extern(C) void* function(void* jarg1) vtkTableFFT_SafeDownCast; extern(C) void* function(void* jarg1) vtkTableFFT_NewInstance; extern(C) void* function() vtkTableFFT_New; extern(C) void* function(void* objectRef) vtkTableFFT_Upcast; extern(C) void* function() vtkPointWidget_New; extern(C) int function(const(char)* jarg1) vtkPointWidget_IsTypeOf; extern(C) void* function(void* jarg1) vtkPointWidget_SafeDownCast; extern(C) void* function(void* jarg1) vtkPointWidget_NewInstance; extern(C) void function(void* jarg1, void* jarg2) vtkPointWidget_PlaceWidget__SWIG_0; extern(C) void function(void* jarg1) vtkPointWidget_PlaceWidget__SWIG_1; extern(C) void function(void* jarg1, double jarg2, double jarg3, double jarg4, double jarg5, double jarg6, double jarg7) vtkPointWidget_PlaceWidget__SWIG_2; extern(C) void function(void* jarg1, void* jarg2) vtkPointWidget_GetPolyData; extern(C) void function(void* jarg1, double jarg2, double jarg3, double jarg4) vtkPointWidget_SetPosition__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkPointWidget_SetPosition__SWIG_1; extern(C) void* function(void* jarg1) vtkPointWidget_GetPosition__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkPointWidget_GetPosition__SWIG_1; extern(C) void function(void* jarg1, int jarg2) vtkPointWidget_SetOutline; extern(C) int function(void* jarg1) vtkPointWidget_GetOutline; extern(C) void function(void* jarg1) vtkPointWidget_OutlineOn; extern(C) void function(void* jarg1) vtkPointWidget_OutlineOff; extern(C) void function(void* jarg1, int jarg2) vtkPointWidget_SetXShadows; extern(C) int function(void* jarg1) vtkPointWidget_GetXShadows; extern(C) void function(void* jarg1) vtkPointWidget_XShadowsOn; extern(C) void function(void* jarg1) vtkPointWidget_XShadowsOff; extern(C) void function(void* jarg1, int jarg2) vtkPointWidget_SetYShadows; extern(C) int function(void* jarg1) vtkPointWidget_GetYShadows; extern(C) void function(void* jarg1) vtkPointWidget_YShadowsOn; extern(C) void function(void* jarg1) vtkPointWidget_YShadowsOff; extern(C) void function(void* jarg1, int jarg2) vtkPointWidget_SetZShadows; extern(C) int function(void* jarg1) vtkPointWidget_GetZShadows; extern(C) void function(void* jarg1) vtkPointWidget_ZShadowsOn; extern(C) void function(void* jarg1) vtkPointWidget_ZShadowsOff; extern(C) void function(void* jarg1, int jarg2) vtkPointWidget_SetTranslationMode; extern(C) int function(void* jarg1) vtkPointWidget_GetTranslationMode; extern(C) void function(void* jarg1) vtkPointWidget_TranslationModeOn; extern(C) void function(void* jarg1) vtkPointWidget_TranslationModeOff; extern(C) void function(void* jarg1) vtkPointWidget_AllOn; extern(C) void function(void* jarg1) vtkPointWidget_AllOff; extern(C) void* function(void* jarg1) vtkPointWidget_GetProperty; extern(C) void* function(void* jarg1) vtkPointWidget_GetSelectedProperty; extern(C) void function(void* jarg1, double jarg2) vtkPointWidget_SetHotSpotSize; extern(C) double function(void* jarg1) vtkPointWidget_GetHotSpotSizeMinValue; extern(C) double function(void* jarg1) vtkPointWidget_GetHotSpotSizeMaxValue; extern(C) double function(void* jarg1) vtkPointWidget_GetHotSpotSize; extern(C) void* function(void* objectRef) vtkPointWidget_Upcast; extern(C) void* function() vtkXOpenGLRenderWindow_New; extern(C) int function(const(char)* jarg1) vtkXOpenGLRenderWindow_IsTypeOf; extern(C) void* function(void* jarg1) vtkXOpenGLRenderWindow_SafeDownCast; extern(C) void* function(void* jarg1) vtkXOpenGLRenderWindow_NewInstance; extern(C) void function(void* jarg1) vtkXOpenGLRenderWindow_WindowInitialize; extern(C) void function(void* jarg1) vtkXOpenGLRenderWindow_Initialize; extern(C) void function(void* jarg1) vtkXOpenGLRenderWindow_PrefFullScreen; extern(C) void function(void* jarg1, int jarg2, int jarg3) vtkXOpenGLRenderWindow_SetSize__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkXOpenGLRenderWindow_SetSize__SWIG_1; extern(C) void* function(void* jarg1) vtkXOpenGLRenderWindow_GetDesiredColormap; extern(C) void* function(void* jarg1) vtkXOpenGLRenderWindow_GetDesiredVisual; extern(C) void* function(void* jarg1) vtkXOpenGLRenderWindow_GetDesiredVisualInfo; extern(C) int function(void* jarg1) vtkXOpenGLRenderWindow_GetDesiredDepth; extern(C) void* function(void* jarg1) vtkXOpenGLRenderWindow_GetDisplayId; extern(C) void function(void* jarg1, void* jarg2) vtkXOpenGLRenderWindow_SetDisplayId__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkXOpenGLRenderWindow_SetDisplayId__SWIG_1; extern(C) void* function(void* jarg1) vtkXOpenGLRenderWindow_GetParentId; extern(C) void function(void* jarg1, void* jarg2) vtkXOpenGLRenderWindow_SetParentId__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkXOpenGLRenderWindow_SetParentId__SWIG_1; extern(C) void* function(void* jarg1) vtkXOpenGLRenderWindow_GetWindowId; extern(C) void function(void* jarg1, void* jarg2) vtkXOpenGLRenderWindow_SetWindowId__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkXOpenGLRenderWindow_SetWindowId__SWIG_1; extern(C) void function(void* jarg1, void* jarg2) vtkXOpenGLRenderWindow_SetNextWindowId__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkXOpenGLRenderWindow_SetNextWindowId__SWIG_1; extern(C) void function(void* jarg1, int jarg2, int jarg3) vtkXOpenGLRenderWindow_SetPosition__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkXOpenGLRenderWindow_SetPosition__SWIG_1; extern(C) void* function(void* objectRef) vtkXOpenGLRenderWindow_Upcast; extern(C) int function(const(char)* jarg1) vtkFocalPlaneContourRepresentation_IsTypeOf; extern(C) void* function(void* jarg1) vtkFocalPlaneContourRepresentation_SafeDownCast; extern(C) void* function(void* jarg1) vtkFocalPlaneContourRepresentation_NewInstance; extern(C) int function(void* jarg1, int jarg2, int jarg3, void* jarg4) vtkFocalPlaneContourRepresentation_GetIntermediatePointDisplayPosition; extern(C) void function(void* jarg1) vtkFocalPlaneContourRepresentation_UpdateContourWorldPositionsBasedOnDisplayPositions; extern(C) int function(void* jarg1) vtkFocalPlaneContourRepresentation_UpdateContour; extern(C) void function(void* jarg1, int jarg2) vtkFocalPlaneContourRepresentation_UpdateLines; extern(C) void* function(void* objectRef) vtkFocalPlaneContourRepresentation_Upcast; extern(C) void* function() vtkOrientedGlyphFocalPlaneContourRepresentation_New; extern(C) int function(const(char)* jarg1) vtkOrientedGlyphFocalPlaneContourRepresentation_IsTypeOf; extern(C) void* function(void* jarg1) vtkOrientedGlyphFocalPlaneContourRepresentation_SafeDownCast; extern(C) void* function(void* jarg1) vtkOrientedGlyphFocalPlaneContourRepresentation_NewInstance; extern(C) void function(void* jarg1, void* jarg2) vtkOrientedGlyphFocalPlaneContourRepresentation_SetCursorShape; extern(C) void* function(void* jarg1) vtkOrientedGlyphFocalPlaneContourRepresentation_GetCursorShape; extern(C) void function(void* jarg1, void* jarg2) vtkOrientedGlyphFocalPlaneContourRepresentation_SetActiveCursorShape; extern(C) void* function(void* jarg1) vtkOrientedGlyphFocalPlaneContourRepresentation_GetActiveCursorShape; extern(C) void* function(void* jarg1) vtkOrientedGlyphFocalPlaneContourRepresentation_GetProperty; extern(C) void* function(void* jarg1) vtkOrientedGlyphFocalPlaneContourRepresentation_GetActiveProperty; extern(C) void* function(void* jarg1) vtkOrientedGlyphFocalPlaneContourRepresentation_GetLinesProperty; extern(C) int function(void* jarg1, int jarg2, int jarg3, int jarg4) vtkOrientedGlyphFocalPlaneContourRepresentation_ComputeInteractionState__SWIG_0; extern(C) int function(void* jarg1, int jarg2, int jarg3) vtkOrientedGlyphFocalPlaneContourRepresentation_ComputeInteractionState__SWIG_1; extern(C) void* function(void* jarg1) vtkOrientedGlyphFocalPlaneContourRepresentation_GetContourRepresentationAsPolyData; extern(C) void* function(void* jarg1, void* jarg2) vtkOrientedGlyphFocalPlaneContourRepresentation_GetContourPlaneDirectionCosines; extern(C) void* function(void* objectRef) vtkOrientedGlyphFocalPlaneContourRepresentation_Upcast; extern(C) int function(const(char)* jarg1) vtkHyperOctreeContourFilter_IsTypeOf; extern(C) void* function(void* jarg1) vtkHyperOctreeContourFilter_SafeDownCast; extern(C) void* function(void* jarg1) vtkHyperOctreeContourFilter_NewInstance; extern(C) void* function() vtkHyperOctreeContourFilter_New; extern(C) void function(void* jarg1, int jarg2, double jarg3) vtkHyperOctreeContourFilter_SetValue; extern(C) double function(void* jarg1, int jarg2) vtkHyperOctreeContourFilter_GetValue; extern(C) void* function(void* jarg1) vtkHyperOctreeContourFilter_GetValues__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkHyperOctreeContourFilter_GetValues__SWIG_1; extern(C) void function(void* jarg1, int jarg2) vtkHyperOctreeContourFilter_SetNumberOfContours; extern(C) int function(void* jarg1) vtkHyperOctreeContourFilter_GetNumberOfContours; extern(C) void function(void* jarg1, int jarg2, void* jarg3) vtkHyperOctreeContourFilter_GenerateValues__SWIG_0; extern(C) void function(void* jarg1, int jarg2, double jarg3, double jarg4) vtkHyperOctreeContourFilter_GenerateValues__SWIG_1; extern(C) void function(void* jarg1, void* jarg2) vtkHyperOctreeContourFilter_SetLocator; extern(C) void* function(void* jarg1) vtkHyperOctreeContourFilter_GetLocator; extern(C) void function(void* jarg1) vtkHyperOctreeContourFilter_CreateDefaultLocator; extern(C) void* function(void* objectRef) vtkHyperOctreeContourFilter_Upcast; extern(C) void* function() vtkResliceImageViewer_New; extern(C) int function(const(char)* jarg1) vtkResliceImageViewer_IsTypeOf; extern(C) void* function(void* jarg1) vtkResliceImageViewer_SafeDownCast; extern(C) void* function(void* jarg1) vtkResliceImageViewer_NewInstance; extern(C) void* function(void* jarg1) vtkResliceImageViewer_GetResliceCursorWidget; extern(C) int function(void* jarg1) vtkResliceImageViewer_GetResliceMode; extern(C) void function(void* jarg1, int jarg2) vtkResliceImageViewer_SetResliceMode; extern(C) void function(void* jarg1) vtkResliceImageViewer_SetResliceModeToAxisAligned; extern(C) void function(void* jarg1) vtkResliceImageViewer_SetResliceModeToOblique; extern(C) void* function(void* jarg1) vtkResliceImageViewer_GetResliceCursor; extern(C) void function(void* jarg1, void* jarg2) vtkResliceImageViewer_SetResliceCursor; extern(C) void function(void* jarg1, void* jarg2) vtkResliceImageViewer_SetLookupTable; extern(C) void* function(void* jarg1) vtkResliceImageViewer_GetLookupTable; extern(C) void function(void* jarg1, int jarg2) vtkResliceImageViewer_SetThickMode; extern(C) int function(void* jarg1) vtkResliceImageViewer_GetThickMode; extern(C) void function(void* jarg1) vtkResliceImageViewer_Reset; extern(C) void* function(void* jarg1) vtkResliceImageViewer_GetPointPlacer; extern(C) void* function(void* jarg1) vtkResliceImageViewer_GetMeasurements; extern(C) void* function(void* jarg1) vtkResliceImageViewer_GetInteractor; extern(C) void function(void* jarg1, int jarg2) vtkResliceImageViewer_SetSliceScrollOnMouseWheel; extern(C) int function(void* jarg1) vtkResliceImageViewer_GetSliceScrollOnMouseWheel; extern(C) void function(void* jarg1) vtkResliceImageViewer_SliceScrollOnMouseWheelOn; extern(C) void function(void* jarg1) vtkResliceImageViewer_SliceScrollOnMouseWheelOff; extern(C) void function(void* jarg1, int jarg2) vtkResliceImageViewer_IncrementSlice; extern(C) void* function(void* objectRef) vtkResliceImageViewer_Upcast; extern(C) void* function() vtkPointLocator_New; extern(C) int function(const(char)* jarg1) vtkPointLocator_IsTypeOf; extern(C) void* function(void* jarg1) vtkPointLocator_SafeDownCast; extern(C) void* function(void* jarg1) vtkPointLocator_NewInstance; extern(C) void function(void* jarg1, int jarg2, int jarg3, int jarg4) vtkPointLocator_SetDivisions__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkPointLocator_SetDivisions__SWIG_1; extern(C) void* function(void* jarg1) vtkPointLocator_GetDivisions__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkPointLocator_GetDivisions__SWIG_1; extern(C) void function(void* jarg1, int jarg2) vtkPointLocator_SetNumberOfPointsPerBucket; extern(C) int function(void* jarg1) vtkPointLocator_GetNumberOfPointsPerBucketMinValue; extern(C) int function(void* jarg1) vtkPointLocator_GetNumberOfPointsPerBucketMaxValue; extern(C) int function(void* jarg1) vtkPointLocator_GetNumberOfPointsPerBucket; extern(C) long function(void* jarg1, double jarg2, void* jarg3, void* jarg4) vtkPointLocator_FindClosestPointWithinRadius__SWIG_0; extern(C) long function(void* jarg1, double jarg2, void* jarg3, double jarg4, void* jarg5) vtkPointLocator_FindClosestPointWithinRadius__SWIG_1; extern(C) int function(void* jarg1, void* jarg2, void* jarg3) vtkPointLocator_InitPointInsertion__SWIG_0; extern(C) int function(void* jarg1, void* jarg2, void* jarg3, long jarg4) vtkPointLocator_InitPointInsertion__SWIG_1; extern(C) long function(void* jarg1, double jarg2, double jarg3, double jarg4) vtkPointLocator_IsInsertedPoint__SWIG_0; extern(C) long function(void* jarg1, void* jarg2) vtkPointLocator_IsInsertedPoint__SWIG_1; extern(C) void function(void* jarg1, int jarg2, void* jarg3, void* jarg4, int jarg5) vtkPointLocator_FindDistributedPoints__SWIG_0; extern(C) void function(void* jarg1, int jarg2, double jarg3, double jarg4, double jarg5, void* jarg6, int jarg7) vtkPointLocator_FindDistributedPoints__SWIG_1; extern(C) void* function(void* jarg1, void* jarg2, void* jarg3) vtkPointLocator_GetPointsInBucket; extern(C) void* function(void* jarg1) vtkPointLocator_GetPoints; extern(C) void* function(void* objectRef) vtkPointLocator_Upcast; extern(C) void* function() vtkNonMergingPointLocator_New; extern(C) int function(const(char)* jarg1) vtkNonMergingPointLocator_IsTypeOf; extern(C) void* function(void* jarg1) vtkNonMergingPointLocator_SafeDownCast; extern(C) void* function(void* jarg1) vtkNonMergingPointLocator_NewInstance; extern(C) void* function(void* objectRef) vtkNonMergingPointLocator_Upcast; extern(C) int function(const(char)* jarg1) vtkRendererDelegate_IsTypeOf; extern(C) void* function(void* jarg1) vtkRendererDelegate_SafeDownCast; extern(C) void* function(void* jarg1) vtkRendererDelegate_NewInstance; extern(C) void function(void* jarg1, void* jarg2) vtkRendererDelegate_Render; extern(C) void function(void* jarg1, uint jarg2) vtkRendererDelegate_SetUsed; extern(C) uint function(void* jarg1) vtkRendererDelegate_GetUsed; extern(C) void function(void* jarg1) vtkRendererDelegate_UsedOn; extern(C) void function(void* jarg1) vtkRendererDelegate_UsedOff; extern(C) void* function(void* objectRef) vtkRendererDelegate_Upcast; extern(C) int function(const(char)* jarg1) vtkUTF8TextCodec_IsTypeOf; extern(C) void* function(void* jarg1) vtkUTF8TextCodec_SafeDownCast; extern(C) void* function(void* jarg1) vtkUTF8TextCodec_NewInstance; extern(C) void* function() vtkUTF8TextCodec_New; extern(C) void* function() new_vtkUTF8TextCodec; extern(C) void function(void* jarg1) delete_vtkUTF8TextCodec; extern(C) void* function(void* objectRef) vtkUTF8TextCodec_Upcast; extern(C) int function() VTK_DIRECTION_SPECIFIED_VECTOR_get; extern(C) int function() VTK_DIRECTION_SPECIFIED_ORIGIN_get; extern(C) int function() VTK_DIRECTION_CAMERA_ORIGIN_get; extern(C) int function() VTK_DIRECTION_CAMERA_VECTOR_get; extern(C) void* function() vtkPolyDataSilhouette_New; extern(C) int function(const(char)* jarg1) vtkPolyDataSilhouette_IsTypeOf; extern(C) void* function(void* jarg1) vtkPolyDataSilhouette_SafeDownCast; extern(C) void* function(void* jarg1) vtkPolyDataSilhouette_NewInstance; extern(C) void function(void* jarg1, int jarg2) vtkPolyDataSilhouette_SetEnableFeatureAngle; extern(C) int function(void* jarg1) vtkPolyDataSilhouette_GetEnableFeatureAngle; extern(C) void function(void* jarg1, double jarg2) vtkPolyDataSilhouette_SetFeatureAngle; extern(C) double function(void* jarg1) vtkPolyDataSilhouette_GetFeatureAngle; extern(C) void function(void* jarg1, int jarg2) vtkPolyDataSilhouette_SetBorderEdges; extern(C) int function(void* jarg1) vtkPolyDataSilhouette_GetBorderEdges; extern(C) void function(void* jarg1) vtkPolyDataSilhouette_BorderEdgesOn; extern(C) void function(void* jarg1) vtkPolyDataSilhouette_BorderEdgesOff; extern(C) void function(void* jarg1, int jarg2) vtkPolyDataSilhouette_SetPieceInvariant; extern(C) int function(void* jarg1) vtkPolyDataSilhouette_GetPieceInvariant; extern(C) void function(void* jarg1) vtkPolyDataSilhouette_PieceInvariantOn; extern(C) void function(void* jarg1) vtkPolyDataSilhouette_PieceInvariantOff; extern(C) void function(void* jarg1, int jarg2) vtkPolyDataSilhouette_SetDirection; extern(C) int function(void* jarg1) vtkPolyDataSilhouette_GetDirection; extern(C) void function(void* jarg1) vtkPolyDataSilhouette_SetDirectionToSpecifiedVector; extern(C) void function(void* jarg1) vtkPolyDataSilhouette_SetDirectionToSpecifiedOrigin; extern(C) void function(void* jarg1) vtkPolyDataSilhouette_SetDirectionToCameraVector; extern(C) void function(void* jarg1) vtkPolyDataSilhouette_SetDirectionToCameraOrigin; extern(C) void function(void* jarg1, void* jarg2) vtkPolyDataSilhouette_SetCamera; extern(C) void* function(void* jarg1) vtkPolyDataSilhouette_GetCamera; extern(C) void function(void* jarg1, void* jarg2) vtkPolyDataSilhouette_SetProp3D; extern(C) void* function(void* jarg1) vtkPolyDataSilhouette_GetProp3D; extern(C) void function(void* jarg1, double jarg2, double jarg3, double jarg4) vtkPolyDataSilhouette_SetVector__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkPolyDataSilhouette_SetVector__SWIG_1; extern(C) void* function(void* jarg1) vtkPolyDataSilhouette_GetVector__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkPolyDataSilhouette_GetVector__SWIG_1; extern(C) void function(void* jarg1, double jarg2, double jarg3, double jarg4) vtkPolyDataSilhouette_SetOrigin__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkPolyDataSilhouette_SetOrigin__SWIG_1; extern(C) void* function(void* jarg1) vtkPolyDataSilhouette_GetOrigin__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkPolyDataSilhouette_GetOrigin__SWIG_1; extern(C) void* function(void* objectRef) vtkPolyDataSilhouette_Upcast; extern(C) int function(const(char)* jarg1) vtkProjectedTerrainPath_IsTypeOf; extern(C) void* function(void* jarg1) vtkProjectedTerrainPath_SafeDownCast; extern(C) void* function(void* jarg1) vtkProjectedTerrainPath_NewInstance; extern(C) void* function() vtkProjectedTerrainPath_New; extern(C) void function(void* jarg1, void* jarg2) vtkProjectedTerrainPath_SetSourceData; extern(C) void* function(void* jarg1) vtkProjectedTerrainPath_GetSource; extern(C) void function(void* jarg1, void* jarg2) vtkProjectedTerrainPath_SetSourceConnection; extern(C) void function(void* jarg1, int jarg2) vtkProjectedTerrainPath_SetProjectionMode; extern(C) int function(void* jarg1) vtkProjectedTerrainPath_GetProjectionModeMinValue; extern(C) int function(void* jarg1) vtkProjectedTerrainPath_GetProjectionModeMaxValue; extern(C) int function(void* jarg1) vtkProjectedTerrainPath_GetProjectionMode; extern(C) void function(void* jarg1) vtkProjectedTerrainPath_SetProjectionModeToSimple; extern(C) void function(void* jarg1) vtkProjectedTerrainPath_SetProjectionModeToNonOccluded; extern(C) void function(void* jarg1) vtkProjectedTerrainPath_SetProjectionModeToHug; extern(C) void function(void* jarg1, double jarg2) vtkProjectedTerrainPath_SetHeightOffset; extern(C) double function(void* jarg1) vtkProjectedTerrainPath_GetHeightOffset; extern(C) void function(void* jarg1, double jarg2) vtkProjectedTerrainPath_SetHeightTolerance; extern(C) double function(void* jarg1) vtkProjectedTerrainPath_GetHeightToleranceMinValue; extern(C) double function(void* jarg1) vtkProjectedTerrainPath_GetHeightToleranceMaxValue; extern(C) double function(void* jarg1) vtkProjectedTerrainPath_GetHeightTolerance; extern(C) void function(void* jarg1, long jarg2) vtkProjectedTerrainPath_SetMaximumNumberOfLines; extern(C) long function(void* jarg1) vtkProjectedTerrainPath_GetMaximumNumberOfLinesMinValue; extern(C) long function(void* jarg1) vtkProjectedTerrainPath_GetMaximumNumberOfLinesMaxValue; extern(C) long function(void* jarg1) vtkProjectedTerrainPath_GetMaximumNumberOfLines; extern(C) void* function(void* objectRef) vtkProjectedTerrainPath_Upcast; extern(C) void* function() vtkAMREnzoReader_New; extern(C) int function(const(char)* jarg1) vtkAMREnzoReader_IsTypeOf; extern(C) void* function(void* jarg1) vtkAMREnzoReader_SafeDownCast; extern(C) void* function(void* jarg1) vtkAMREnzoReader_NewInstance; extern(C) void function(void* jarg1, int jarg2) vtkAMREnzoReader_SetConvertToCGS; extern(C) int function(void* jarg1) vtkAMREnzoReader_GetConvertToCGS; extern(C) void function(void* jarg1) vtkAMREnzoReader_ConvertToCGSOn; extern(C) void function(void* jarg1) vtkAMREnzoReader_ConvertToCGSOff; extern(C) void* function(void* objectRef) vtkAMREnzoReader_Upcast; extern(C) int function() VTK_INTEGRATE_MAJOR_EIGENVECTOR_get; extern(C) int function() VTK_INTEGRATE_MEDIUM_EIGENVECTOR_get; extern(C) int function() VTK_INTEGRATE_MINOR_EIGENVECTOR_get; extern(C) int function(const(char)* jarg1) vtkHyperStreamline_IsTypeOf; extern(C) void* function(void* jarg1) vtkHyperStreamline_SafeDownCast; extern(C) void* function(void* jarg1) vtkHyperStreamline_NewInstance; extern(C) void* function() vtkHyperStreamline_New; extern(C) void function(void* jarg1, long jarg2, int jarg3, void* jarg4) vtkHyperStreamline_SetStartLocation__SWIG_0; extern(C) void function(void* jarg1, long jarg2, int jarg3, double jarg4, double jarg5, double jarg6) vtkHyperStreamline_SetStartLocation__SWIG_1; extern(C) long function(void* jarg1, void* jarg2, void* jarg3) vtkHyperStreamline_GetStartLocation; extern(C) void function(void* jarg1, void* jarg2) vtkHyperStreamline_SetStartPosition__SWIG_0; extern(C) void function(void* jarg1, double jarg2, double jarg3, double jarg4) vtkHyperStreamline_SetStartPosition__SWIG_1; extern(C) void* function(void* jarg1) vtkHyperStreamline_GetStartPosition; extern(C) void function(void* jarg1, double jarg2) vtkHyperStreamline_SetMaximumPropagationDistance; extern(C) double function(void* jarg1) vtkHyperStreamline_GetMaximumPropagationDistanceMinValue; extern(C) double function(void* jarg1) vtkHyperStreamline_GetMaximumPropagationDistanceMaxValue; extern(C) double function(void* jarg1) vtkHyperStreamline_GetMaximumPropagationDistance; extern(C) void function(void* jarg1, int jarg2) vtkHyperStreamline_SetIntegrationEigenvector; extern(C) int function(void* jarg1) vtkHyperStreamline_GetIntegrationEigenvectorMinValue; extern(C) int function(void* jarg1) vtkHyperStreamline_GetIntegrationEigenvectorMaxValue; extern(C) int function(void* jarg1) vtkHyperStreamline_GetIntegrationEigenvector; extern(C) void function(void* jarg1) vtkHyperStreamline_SetIntegrationEigenvectorToMajor; extern(C) void function(void* jarg1) vtkHyperStreamline_SetIntegrationEigenvectorToMedium; extern(C) void function(void* jarg1) vtkHyperStreamline_SetIntegrationEigenvectorToMinor; extern(C) void function(void* jarg1) vtkHyperStreamline_IntegrateMajorEigenvector; extern(C) void function(void* jarg1) vtkHyperStreamline_IntegrateMediumEigenvector; extern(C) void function(void* jarg1) vtkHyperStreamline_IntegrateMinorEigenvector; extern(C) void function(void* jarg1, double jarg2) vtkHyperStreamline_SetIntegrationStepLength; extern(C) double function(void* jarg1) vtkHyperStreamline_GetIntegrationStepLengthMinValue; extern(C) double function(void* jarg1) vtkHyperStreamline_GetIntegrationStepLengthMaxValue; extern(C) double function(void* jarg1) vtkHyperStreamline_GetIntegrationStepLength; extern(C) void function(void* jarg1, double jarg2) vtkHyperStreamline_SetStepLength; extern(C) double function(void* jarg1) vtkHyperStreamline_GetStepLengthMinValue; extern(C) double function(void* jarg1) vtkHyperStreamline_GetStepLengthMaxValue; extern(C) double function(void* jarg1) vtkHyperStreamline_GetStepLength; extern(C) void function(void* jarg1, int jarg2) vtkHyperStreamline_SetIntegrationDirection; extern(C) int function(void* jarg1) vtkHyperStreamline_GetIntegrationDirectionMinValue; extern(C) int function(void* jarg1) vtkHyperStreamline_GetIntegrationDirectionMaxValue; extern(C) int function(void* jarg1) vtkHyperStreamline_GetIntegrationDirection; extern(C) void function(void* jarg1) vtkHyperStreamline_SetIntegrationDirectionToForward; extern(C) void function(void* jarg1) vtkHyperStreamline_SetIntegrationDirectionToBackward; extern(C) void function(void* jarg1) vtkHyperStreamline_SetIntegrationDirectionToIntegrateBothDirections; extern(C) void function(void* jarg1, double jarg2) vtkHyperStreamline_SetTerminalEigenvalue; extern(C) double function(void* jarg1) vtkHyperStreamline_GetTerminalEigenvalueMinValue; extern(C) double function(void* jarg1) vtkHyperStreamline_GetTerminalEigenvalueMaxValue; extern(C) double function(void* jarg1) vtkHyperStreamline_GetTerminalEigenvalue; extern(C) void function(void* jarg1, int jarg2) vtkHyperStreamline_SetNumberOfSides; extern(C) int function(void* jarg1) vtkHyperStreamline_GetNumberOfSidesMinValue; extern(C) int function(void* jarg1) vtkHyperStreamline_GetNumberOfSidesMaxValue; extern(C) int function(void* jarg1) vtkHyperStreamline_GetNumberOfSides; extern(C) void function(void* jarg1, double jarg2) vtkHyperStreamline_SetRadius; extern(C) double function(void* jarg1) vtkHyperStreamline_GetRadiusMinValue; extern(C) double function(void* jarg1) vtkHyperStreamline_GetRadiusMaxValue; extern(C) double function(void* jarg1) vtkHyperStreamline_GetRadius; extern(C) void function(void* jarg1, int jarg2) vtkHyperStreamline_SetLogScaling; extern(C) int function(void* jarg1) vtkHyperStreamline_GetLogScaling; extern(C) void function(void* jarg1) vtkHyperStreamline_LogScalingOn; extern(C) void function(void* jarg1) vtkHyperStreamline_LogScalingOff; extern(C) void* function(void* objectRef) vtkHyperStreamline_Upcast; extern(C) void* function() vtkSESAMEReader_New; extern(C) int function(const(char)* jarg1) vtkSESAMEReader_IsTypeOf; extern(C) void* function(void* jarg1) vtkSESAMEReader_SafeDownCast; extern(C) void* function(void* jarg1) vtkSESAMEReader_NewInstance; extern(C) void function(void* jarg1, const(char)* jarg2) vtkSESAMEReader_SetFileName; extern(C) const(char)* function(void* jarg1) vtkSESAMEReader_GetFileName; extern(C) int function(void* jarg1) vtkSESAMEReader_IsValidFile; extern(C) int function(void* jarg1) vtkSESAMEReader_GetNumberOfTableIds; extern(C) void* function(void* jarg1) vtkSESAMEReader_GetTableIds; extern(C) void* function(void* jarg1) vtkSESAMEReader_GetTableIdsAsArray; extern(C) void function(void* jarg1, int jarg2) vtkSESAMEReader_SetTable; extern(C) int function(void* jarg1) vtkSESAMEReader_GetTable; extern(C) int function(void* jarg1) vtkSESAMEReader_GetNumberOfTableArrayNames; extern(C) int function(void* jarg1) vtkSESAMEReader_GetNumberOfTableArrays; extern(C) const(char)* function(void* jarg1, int jarg2) vtkSESAMEReader_GetTableArrayName; extern(C) void function(void* jarg1, const(char)* jarg2, int jarg3) vtkSESAMEReader_SetTableArrayStatus; extern(C) int function(void* jarg1, const(char)* jarg2) vtkSESAMEReader_GetTableArrayStatus; extern(C) void* function(void* objectRef) vtkSESAMEReader_Upcast; extern(C) void* function() vtkGeoView_New; extern(C) int function(const(char)* jarg1) vtkGeoView_IsTypeOf; extern(C) void* function(void* jarg1) vtkGeoView_SafeDownCast; extern(C) void* function(void* jarg1) vtkGeoView_NewInstance; extern(C) void* function(void* jarg1, void* jarg2) vtkGeoView_AddDefaultImageRepresentation; extern(C) void function(void* jarg1) vtkGeoView_PrepareForRendering; extern(C) void function(void* jarg1, void* jarg2) vtkGeoView_BuildLowResEarth; extern(C) void function(void* jarg1, uint jarg2) vtkGeoView_SetLockHeading; extern(C) uint function(void* jarg1) vtkGeoView_GetLockHeading; extern(C) void function(void* jarg1) vtkGeoView_LockHeadingOn; extern(C) void function(void* jarg1) vtkGeoView_LockHeadingOff; extern(C) void* function(void* jarg1) vtkGeoView_GetGeoInteractorStyle; extern(C) void function(void* jarg1, void* jarg2) vtkGeoView_SetGeoInteractorStyle; extern(C) void function(void* jarg1, void* jarg2) vtkGeoView_SetTerrain; extern(C) void* function(void* jarg1) vtkGeoView_GetTerrain; extern(C) void* function(void* objectRef) vtkGeoView_Upcast; extern(C) int function(const(char)* jarg1) vtkPDataSetReader_IsTypeOf; extern(C) void* function(void* jarg1) vtkPDataSetReader_SafeDownCast; extern(C) void* function(void* jarg1) vtkPDataSetReader_NewInstance; extern(C) void* function() vtkPDataSetReader_New; extern(C) void function(void* jarg1, const(char)* jarg2) vtkPDataSetReader_SetFileName; extern(C) const(char)* function(void* jarg1) vtkPDataSetReader_GetFileName; extern(C) int function(void* jarg1) vtkPDataSetReader_GetDataType; extern(C) int function(void* jarg1, const(char)* jarg2) vtkPDataSetReader_CanReadFile; extern(C) void* function(void* objectRef) vtkPDataSetReader_Upcast; extern(C) int function(const(char)* jarg1) vtkParametricSuperEllipsoid_IsTypeOf; extern(C) void* function(void* jarg1) vtkParametricSuperEllipsoid_SafeDownCast; extern(C) void* function(void* jarg1) vtkParametricSuperEllipsoid_NewInstance; extern(C) void* function() vtkParametricSuperEllipsoid_New; extern(C) void function(void* jarg1, double jarg2) vtkParametricSuperEllipsoid_SetXRadius; extern(C) double function(void* jarg1) vtkParametricSuperEllipsoid_GetXRadius; extern(C) void function(void* jarg1, double jarg2) vtkParametricSuperEllipsoid_SetYRadius; extern(C) double function(void* jarg1) vtkParametricSuperEllipsoid_GetYRadius; extern(C) void function(void* jarg1, double jarg2) vtkParametricSuperEllipsoid_SetZRadius; extern(C) double function(void* jarg1) vtkParametricSuperEllipsoid_GetZRadius; extern(C) void function(void* jarg1, double jarg2) vtkParametricSuperEllipsoid_SetN1; extern(C) double function(void* jarg1) vtkParametricSuperEllipsoid_GetN1; extern(C) void function(void* jarg1, double jarg2) vtkParametricSuperEllipsoid_SetN2; extern(C) double function(void* jarg1) vtkParametricSuperEllipsoid_GetN2; extern(C) void* function(void* objectRef) vtkParametricSuperEllipsoid_Upcast; extern(C) void* function() vtkContourWidget_New; extern(C) int function(const(char)* jarg1) vtkContourWidget_IsTypeOf; extern(C) void* function(void* jarg1) vtkContourWidget_SafeDownCast; extern(C) void* function(void* jarg1) vtkContourWidget_NewInstance; extern(C) void function(void* jarg1, void* jarg2) vtkContourWidget_SetRepresentation; extern(C) void* function(void* jarg1) vtkContourWidget_GetContourRepresentation; extern(C) void function(void* jarg1) vtkContourWidget_CloseLoop; extern(C) void function(void* jarg1, int jarg2) vtkContourWidget_SetWidgetState; extern(C) int function(void* jarg1) vtkContourWidget_GetWidgetState; extern(C) void function(void* jarg1, int jarg2) vtkContourWidget_SetAllowNodePicking; extern(C) int function(void* jarg1) vtkContourWidget_GetAllowNodePicking; extern(C) void function(void* jarg1) vtkContourWidget_AllowNodePickingOn; extern(C) void function(void* jarg1) vtkContourWidget_AllowNodePickingOff; extern(C) void function(void* jarg1, int jarg2) vtkContourWidget_SetFollowCursor; extern(C) int function(void* jarg1) vtkContourWidget_GetFollowCursor; extern(C) void function(void* jarg1) vtkContourWidget_FollowCursorOn; extern(C) void function(void* jarg1) vtkContourWidget_FollowCursorOff; extern(C) void function(void* jarg1, int jarg2) vtkContourWidget_SetContinuousDraw; extern(C) int function(void* jarg1) vtkContourWidget_GetContinuousDraw; extern(C) void function(void* jarg1) vtkContourWidget_ContinuousDrawOn; extern(C) void function(void* jarg1) vtkContourWidget_ContinuousDrawOff; extern(C) void function(void* jarg1, void* jarg2, int jarg3, void* jarg4) vtkContourWidget_Initialize__SWIG_0; extern(C) void function(void* jarg1, void* jarg2, int jarg3) vtkContourWidget_Initialize__SWIG_1; extern(C) void function(void* jarg1, void* jarg2) vtkContourWidget_Initialize__SWIG_2; extern(C) void function(void* jarg1) vtkContourWidget_Initialize__SWIG_3; extern(C) void* function(void* objectRef) vtkContourWidget_Upcast; extern(C) void* function() vtkAmoebaMinimizer_New; extern(C) int function(const(char)* jarg1) vtkAmoebaMinimizer_IsTypeOf; extern(C) void* function(void* jarg1) vtkAmoebaMinimizer_SafeDownCast; extern(C) void* function(void* jarg1) vtkAmoebaMinimizer_NewInstance; extern(C) void function(void* jarg1, void* jarg2, void* jarg3) vtkAmoebaMinimizer_SetFunction; extern(C) void function(void* jarg1, void* jarg2) vtkAmoebaMinimizer_SetFunctionArgDelete; extern(C) void function(void* jarg1, const(char)* jarg2, double jarg3) vtkAmoebaMinimizer_SetParameterValue__SWIG_0; extern(C) void function(void* jarg1, int jarg2, double jarg3) vtkAmoebaMinimizer_SetParameterValue__SWIG_1; extern(C) void function(void* jarg1, const(char)* jarg2, double jarg3) vtkAmoebaMinimizer_SetParameterScale__SWIG_0; extern(C) double function(void* jarg1, const(char)* jarg2) vtkAmoebaMinimizer_GetParameterScale__SWIG_0; extern(C) void function(void* jarg1, int jarg2, double jarg3) vtkAmoebaMinimizer_SetParameterScale__SWIG_1; extern(C) double function(void* jarg1, int jarg2) vtkAmoebaMinimizer_GetParameterScale__SWIG_1; extern(C) double function(void* jarg1, const(char)* jarg2) vtkAmoebaMinimizer_GetParameterValue__SWIG_0; extern(C) double function(void* jarg1, int jarg2) vtkAmoebaMinimizer_GetParameterValue__SWIG_1; extern(C) const(char)* function(void* jarg1, int jarg2) vtkAmoebaMinimizer_GetParameterName; extern(C) int function(void* jarg1) vtkAmoebaMinimizer_GetNumberOfParameters; extern(C) void function(void* jarg1) vtkAmoebaMinimizer_Initialize; extern(C) void function(void* jarg1) vtkAmoebaMinimizer_Minimize; extern(C) int function(void* jarg1) vtkAmoebaMinimizer_Iterate; extern(C) void function(void* jarg1, double jarg2) vtkAmoebaMinimizer_SetFunctionValue; extern(C) double function(void* jarg1) vtkAmoebaMinimizer_GetFunctionValue; extern(C) void function(void* jarg1, double jarg2) vtkAmoebaMinimizer_SetContractionRatio; extern(C) double function(void* jarg1) vtkAmoebaMinimizer_GetContractionRatioMinValue; extern(C) double function(void* jarg1) vtkAmoebaMinimizer_GetContractionRatioMaxValue; extern(C) double function(void* jarg1) vtkAmoebaMinimizer_GetContractionRatio; extern(C) void function(void* jarg1, double jarg2) vtkAmoebaMinimizer_SetExpansionRatio; extern(C) double function(void* jarg1) vtkAmoebaMinimizer_GetExpansionRatioMinValue; extern(C) double function(void* jarg1) vtkAmoebaMinimizer_GetExpansionRatioMaxValue; extern(C) double function(void* jarg1) vtkAmoebaMinimizer_GetExpansionRatio; extern(C) void function(void* jarg1, double jarg2) vtkAmoebaMinimizer_SetTolerance; extern(C) double function(void* jarg1) vtkAmoebaMinimizer_GetTolerance; extern(C) void function(void* jarg1, double jarg2) vtkAmoebaMinimizer_SetParameterTolerance; extern(C) double function(void* jarg1) vtkAmoebaMinimizer_GetParameterTolerance; extern(C) void function(void* jarg1, int jarg2) vtkAmoebaMinimizer_SetMaxIterations; extern(C) int function(void* jarg1) vtkAmoebaMinimizer_GetMaxIterations; extern(C) int function(void* jarg1) vtkAmoebaMinimizer_GetIterations; extern(C) int function(void* jarg1) vtkAmoebaMinimizer_GetFunctionEvaluations; extern(C) void function(void* jarg1) vtkAmoebaMinimizer_EvaluateFunction; extern(C) void* function(void* objectRef) vtkAmoebaMinimizer_Upcast; extern(C) void* function() vtkXMLPRectilinearGridWriter_New; extern(C) int function(const(char)* jarg1) vtkXMLPRectilinearGridWriter_IsTypeOf; extern(C) void* function(void* jarg1) vtkXMLPRectilinearGridWriter_SafeDownCast; extern(C) void* function(void* jarg1) vtkXMLPRectilinearGridWriter_NewInstance; extern(C) void* function(void* objectRef) vtkXMLPRectilinearGridWriter_Upcast; extern(C) void* function() vtkGraphicsFactory_New; extern(C) int function(const(char)* jarg1) vtkGraphicsFactory_IsTypeOf; extern(C) void* function(void* jarg1) vtkGraphicsFactory_SafeDownCast; extern(C) void* function(void* jarg1) vtkGraphicsFactory_NewInstance; extern(C) void* function(const(char)* jarg1) vtkGraphicsFactory_CreateInstance; extern(C) const(char)* function() vtkGraphicsFactory_GetRenderLibrary; extern(C) void function(int jarg1) vtkGraphicsFactory_SetUseMesaClasses; extern(C) int function() vtkGraphicsFactory_GetUseMesaClasses; extern(C) void function(int jarg1) vtkGraphicsFactory_SetOffScreenOnlyMode; extern(C) int function() vtkGraphicsFactory_GetOffScreenOnlyMode; extern(C) void function(void* jarg1) delete_vtkGraphicsFactory; extern(C) void* function(void* objectRef) vtkGraphicsFactory_Upcast; extern(C) void* function() vtkJPEGReader_New; extern(C) int function(const(char)* jarg1) vtkJPEGReader_IsTypeOf; extern(C) void* function(void* jarg1) vtkJPEGReader_SafeDownCast; extern(C) void* function(void* jarg1) vtkJPEGReader_NewInstance; extern(C) void* function(void* objectRef) vtkJPEGReader_Upcast; extern(C) void* function() vtkTranslucentPass_New; extern(C) int function(const(char)* jarg1) vtkTranslucentPass_IsTypeOf; extern(C) void* function(void* jarg1) vtkTranslucentPass_SafeDownCast; extern(C) void* function(void* jarg1) vtkTranslucentPass_NewInstance; extern(C) void* function(void* objectRef) vtkTranslucentPass_Upcast; extern(C) int function(const(char)* jarg1) vtkPCAStatistics_IsTypeOf; extern(C) void* function(void* jarg1) vtkPCAStatistics_SafeDownCast; extern(C) void* function(void* jarg1) vtkPCAStatistics_NewInstance; extern(C) void* function() vtkPCAStatistics_New; extern(C) void function(void* jarg1, int jarg2) vtkPCAStatistics_SetNormalizationScheme; extern(C) int function(void* jarg1) vtkPCAStatistics_GetNormalizationScheme; extern(C) void function(void* jarg1, const(char)* jarg2) vtkPCAStatistics_SetNormalizationSchemeByName; extern(C) const(char)* function(void* jarg1, int jarg2) vtkPCAStatistics_GetNormalizationSchemeName; extern(C) void* function(void* jarg1) vtkPCAStatistics_GetSpecifiedNormalization; extern(C) void function(void* jarg1, void* jarg2) vtkPCAStatistics_SetSpecifiedNormalization; extern(C) void function(void* jarg1, int jarg2, void* jarg3) vtkPCAStatistics_GetEigenvalues__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkPCAStatistics_GetEigenvalues__SWIG_1; extern(C) double function(void* jarg1, int jarg2, int jarg3) vtkPCAStatistics_GetEigenvalue__SWIG_0; extern(C) double function(void* jarg1, int jarg2) vtkPCAStatistics_GetEigenvalue__SWIG_1; extern(C) void function(void* jarg1, int jarg2, void* jarg3) vtkPCAStatistics_GetEigenvectors__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkPCAStatistics_GetEigenvectors__SWIG_1; extern(C) void function(void* jarg1, int jarg2, void* jarg3) vtkPCAStatistics_GetEigenvector__SWIG_0; extern(C) void function(void* jarg1, int jarg2, int jarg3, void* jarg4) vtkPCAStatistics_GetEigenvector__SWIG_1; extern(C) void function(void* jarg1, int jarg2) vtkPCAStatistics_SetBasisScheme; extern(C) int function(void* jarg1) vtkPCAStatistics_GetBasisScheme; extern(C) const(char)* function(void* jarg1, int jarg2) vtkPCAStatistics_GetBasisSchemeName; extern(C) void function(void* jarg1, const(char)* jarg2) vtkPCAStatistics_SetBasisSchemeByName; extern(C) void function(void* jarg1, int jarg2) vtkPCAStatistics_SetFixedBasisSize; extern(C) int function(void* jarg1) vtkPCAStatistics_GetFixedBasisSize; extern(C) void function(void* jarg1, double jarg2) vtkPCAStatistics_SetFixedBasisEnergy; extern(C) double function(void* jarg1) vtkPCAStatistics_GetFixedBasisEnergyMinValue; extern(C) double function(void* jarg1) vtkPCAStatistics_GetFixedBasisEnergyMaxValue; extern(C) double function(void* jarg1) vtkPCAStatistics_GetFixedBasisEnergy; extern(C) void* function(void* objectRef) vtkPCAStatistics_Upcast; extern(C) void* function() vtkSubPixelPositionEdgels_New; extern(C) int function(const(char)* jarg1) vtkSubPixelPositionEdgels_IsTypeOf; extern(C) void* function(void* jarg1) vtkSubPixelPositionEdgels_SafeDownCast; extern(C) void* function(void* jarg1) vtkSubPixelPositionEdgels_NewInstance; extern(C) void function(void* jarg1, void* jarg2) vtkSubPixelPositionEdgels_SetGradMapsData; extern(C) void* function(void* jarg1) vtkSubPixelPositionEdgels_GetGradMaps; extern(C) void function(void* jarg1, int jarg2) vtkSubPixelPositionEdgels_SetTargetFlag; extern(C) int function(void* jarg1) vtkSubPixelPositionEdgels_GetTargetFlag; extern(C) void function(void* jarg1) vtkSubPixelPositionEdgels_TargetFlagOn; extern(C) void function(void* jarg1) vtkSubPixelPositionEdgels_TargetFlagOff; extern(C) void function(void* jarg1, double jarg2) vtkSubPixelPositionEdgels_SetTargetValue; extern(C) double function(void* jarg1) vtkSubPixelPositionEdgels_GetTargetValue; extern(C) void* function(void* objectRef) vtkSubPixelPositionEdgels_Upcast; extern(C) void* function() vtkDataObjectToDataSetFilter_New; extern(C) int function(const(char)* jarg1) vtkDataObjectToDataSetFilter_IsTypeOf; extern(C) void* function(void* jarg1) vtkDataObjectToDataSetFilter_SafeDownCast; extern(C) void* function(void* jarg1) vtkDataObjectToDataSetFilter_NewInstance; extern(C) void* function(void* jarg1) vtkDataObjectToDataSetFilter_GetInput; extern(C) void function(void* jarg1, int jarg2) vtkDataObjectToDataSetFilter_SetDataSetType; extern(C) int function(void* jarg1) vtkDataObjectToDataSetFilter_GetDataSetType; extern(C) void function(void* jarg1) vtkDataObjectToDataSetFilter_SetDataSetTypeToPolyData; extern(C) void function(void* jarg1) vtkDataObjectToDataSetFilter_SetDataSetTypeToStructuredPoints; extern(C) void function(void* jarg1) vtkDataObjectToDataSetFilter_SetDataSetTypeToStructuredGrid; extern(C) void function(void* jarg1) vtkDataObjectToDataSetFilter_SetDataSetTypeToRectilinearGrid; extern(C) void function(void* jarg1) vtkDataObjectToDataSetFilter_SetDataSetTypeToUnstructuredGrid; extern(C) void* function(void* jarg1) vtkDataObjectToDataSetFilter_GetOutput__SWIG_0; extern(C) void* function(void* jarg1, int jarg2) vtkDataObjectToDataSetFilter_GetOutput__SWIG_1; extern(C) void* function(void* jarg1) vtkDataObjectToDataSetFilter_GetPolyDataOutput; extern(C) void* function(void* jarg1) vtkDataObjectToDataSetFilter_GetStructuredPointsOutput; extern(C) void* function(void* jarg1) vtkDataObjectToDataSetFilter_GetStructuredGridOutput; extern(C) void* function(void* jarg1) vtkDataObjectToDataSetFilter_GetUnstructuredGridOutput; extern(C) void* function(void* jarg1) vtkDataObjectToDataSetFilter_GetRectilinearGridOutput; extern(C) void function(void* jarg1, int jarg2, const(char)* jarg3, int jarg4, int jarg5, int jarg6, int jarg7) vtkDataObjectToDataSetFilter_SetPointComponent__SWIG_0; extern(C) void function(void* jarg1, int jarg2, const(char)* jarg3, int jarg4) vtkDataObjectToDataSetFilter_SetPointComponent__SWIG_1; extern(C) const(char)* function(void* jarg1, int jarg2) vtkDataObjectToDataSetFilter_GetPointComponentArrayName; extern(C) int function(void* jarg1, int jarg2) vtkDataObjectToDataSetFilter_GetPointComponentArrayComponent; extern(C) int function(void* jarg1, int jarg2) vtkDataObjectToDataSetFilter_GetPointComponentMinRange; extern(C) int function(void* jarg1, int jarg2) vtkDataObjectToDataSetFilter_GetPointComponentMaxRange; extern(C) int function(void* jarg1, int jarg2) vtkDataObjectToDataSetFilter_GetPointComponentNormailzeFlag; extern(C) void function(void* jarg1, const(char)* jarg2, int jarg3, int jarg4, int jarg5) vtkDataObjectToDataSetFilter_SetVertsComponent__SWIG_0; extern(C) void function(void* jarg1, const(char)* jarg2, int jarg3) vtkDataObjectToDataSetFilter_SetVertsComponent__SWIG_1; extern(C) const(char)* function(void* jarg1) vtkDataObjectToDataSetFilter_GetVertsComponentArrayName; extern(C) int function(void* jarg1) vtkDataObjectToDataSetFilter_GetVertsComponentArrayComponent; extern(C) int function(void* jarg1) vtkDataObjectToDataSetFilter_GetVertsComponentMinRange; extern(C) int function(void* jarg1) vtkDataObjectToDataSetFilter_GetVertsComponentMaxRange; extern(C) void function(void* jarg1, const(char)* jarg2, int jarg3, int jarg4, int jarg5) vtkDataObjectToDataSetFilter_SetLinesComponent__SWIG_0; extern(C) void function(void* jarg1, const(char)* jarg2, int jarg3) vtkDataObjectToDataSetFilter_SetLinesComponent__SWIG_1; extern(C) const(char)* function(void* jarg1) vtkDataObjectToDataSetFilter_GetLinesComponentArrayName; extern(C) int function(void* jarg1) vtkDataObjectToDataSetFilter_GetLinesComponentArrayComponent; extern(C) int function(void* jarg1) vtkDataObjectToDataSetFilter_GetLinesComponentMinRange; extern(C) int function(void* jarg1) vtkDataObjectToDataSetFilter_GetLinesComponentMaxRange; extern(C) void function(void* jarg1, const(char)* jarg2, int jarg3, int jarg4, int jarg5) vtkDataObjectToDataSetFilter_SetPolysComponent__SWIG_0; extern(C) void function(void* jarg1, const(char)* jarg2, int jarg3) vtkDataObjectToDataSetFilter_SetPolysComponent__SWIG_1; extern(C) const(char)* function(void* jarg1) vtkDataObjectToDataSetFilter_GetPolysComponentArrayName; extern(C) int function(void* jarg1) vtkDataObjectToDataSetFilter_GetPolysComponentArrayComponent; extern(C) int function(void* jarg1) vtkDataObjectToDataSetFilter_GetPolysComponentMinRange; extern(C) int function(void* jarg1) vtkDataObjectToDataSetFilter_GetPolysComponentMaxRange; extern(C) void function(void* jarg1, const(char)* jarg2, int jarg3, int jarg4, int jarg5) vtkDataObjectToDataSetFilter_SetStripsComponent__SWIG_0; extern(C) void function(void* jarg1, const(char)* jarg2, int jarg3) vtkDataObjectToDataSetFilter_SetStripsComponent__SWIG_1; extern(C) const(char)* function(void* jarg1) vtkDataObjectToDataSetFilter_GetStripsComponentArrayName; extern(C) int function(void* jarg1) vtkDataObjectToDataSetFilter_GetStripsComponentArrayComponent; extern(C) int function(void* jarg1) vtkDataObjectToDataSetFilter_GetStripsComponentMinRange; extern(C) int function(void* jarg1) vtkDataObjectToDataSetFilter_GetStripsComponentMaxRange; extern(C) void function(void* jarg1, const(char)* jarg2, int jarg3, int jarg4, int jarg5) vtkDataObjectToDataSetFilter_SetCellTypeComponent__SWIG_0; extern(C) void function(void* jarg1, const(char)* jarg2, int jarg3) vtkDataObjectToDataSetFilter_SetCellTypeComponent__SWIG_1; extern(C) const(char)* function(void* jarg1) vtkDataObjectToDataSetFilter_GetCellTypeComponentArrayName; extern(C) int function(void* jarg1) vtkDataObjectToDataSetFilter_GetCellTypeComponentArrayComponent; extern(C) int function(void* jarg1) vtkDataObjectToDataSetFilter_GetCellTypeComponentMinRange; extern(C) int function(void* jarg1) vtkDataObjectToDataSetFilter_GetCellTypeComponentMaxRange; extern(C) void function(void* jarg1, const(char)* jarg2, int jarg3, int jarg4, int jarg5) vtkDataObjectToDataSetFilter_SetCellConnectivityComponent__SWIG_0; extern(C) void function(void* jarg1, const(char)* jarg2, int jarg3) vtkDataObjectToDataSetFilter_SetCellConnectivityComponent__SWIG_1; extern(C) const(char)* function(void* jarg1) vtkDataObjectToDataSetFilter_GetCellConnectivityComponentArrayName; extern(C) int function(void* jarg1) vtkDataObjectToDataSetFilter_GetCellConnectivityComponentArrayComponent; extern(C) int function(void* jarg1) vtkDataObjectToDataSetFilter_GetCellConnectivityComponentMinRange; extern(C) int function(void* jarg1) vtkDataObjectToDataSetFilter_GetCellConnectivityComponentMaxRange; extern(C) void function(void* jarg1, int jarg2) vtkDataObjectToDataSetFilter_SetDefaultNormalize; extern(C) int function(void* jarg1) vtkDataObjectToDataSetFilter_GetDefaultNormalize; extern(C) void function(void* jarg1) vtkDataObjectToDataSetFilter_DefaultNormalizeOn; extern(C) void function(void* jarg1) vtkDataObjectToDataSetFilter_DefaultNormalizeOff; extern(C) void function(void* jarg1, int jarg2, int jarg3, int jarg4) vtkDataObjectToDataSetFilter_SetDimensions__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkDataObjectToDataSetFilter_SetDimensions__SWIG_1; extern(C) void* function(void* jarg1) vtkDataObjectToDataSetFilter_GetDimensions__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkDataObjectToDataSetFilter_GetDimensions__SWIG_1; extern(C) void function(void* jarg1, double jarg2, double jarg3, double jarg4) vtkDataObjectToDataSetFilter_SetOrigin__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkDataObjectToDataSetFilter_SetOrigin__SWIG_1; extern(C) void* function(void* jarg1) vtkDataObjectToDataSetFilter_GetOrigin__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkDataObjectToDataSetFilter_GetOrigin__SWIG_1; extern(C) void function(void* jarg1, double jarg2, double jarg3, double jarg4) vtkDataObjectToDataSetFilter_SetSpacing__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkDataObjectToDataSetFilter_SetSpacing__SWIG_1; extern(C) void* function(void* jarg1) vtkDataObjectToDataSetFilter_GetSpacing__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkDataObjectToDataSetFilter_GetSpacing__SWIG_1; extern(C) void function(void* jarg1, const(char)* jarg2, int jarg3, int jarg4, int jarg5) vtkDataObjectToDataSetFilter_SetDimensionsComponent__SWIG_0; extern(C) void function(void* jarg1, const(char)* jarg2, int jarg3) vtkDataObjectToDataSetFilter_SetDimensionsComponent__SWIG_1; extern(C) void function(void* jarg1, const(char)* jarg2, int jarg3, int jarg4, int jarg5) vtkDataObjectToDataSetFilter_SetSpacingComponent__SWIG_0; extern(C) void function(void* jarg1, const(char)* jarg2, int jarg3) vtkDataObjectToDataSetFilter_SetSpacingComponent__SWIG_1; extern(C) void function(void* jarg1, const(char)* jarg2, int jarg3, int jarg4, int jarg5) vtkDataObjectToDataSetFilter_SetOriginComponent__SWIG_0; extern(C) void function(void* jarg1, const(char)* jarg2, int jarg3) vtkDataObjectToDataSetFilter_SetOriginComponent__SWIG_1; extern(C) void* function(void* objectRef) vtkDataObjectToDataSetFilter_Upcast; extern(C) void* function() vtkTensorProbeWidget_New; extern(C) int function(const(char)* jarg1) vtkTensorProbeWidget_IsTypeOf; extern(C) void* function(void* jarg1) vtkTensorProbeWidget_SafeDownCast; extern(C) void* function(void* jarg1) vtkTensorProbeWidget_NewInstance; extern(C) void function(void* jarg1, void* jarg2) vtkTensorProbeWidget_SetRepresentation; extern(C) void* function(void* jarg1) vtkTensorProbeWidget_GetTensorProbeRepresentation; extern(C) void* function(void* objectRef) vtkTensorProbeWidget_Upcast; extern(C) int function() VTK_ICP_MODE_RMS_get; extern(C) int function() VTK_ICP_MODE_AV_get; extern(C) void* function() vtkIterativeClosestPointTransform_New; extern(C) int function(const(char)* jarg1) vtkIterativeClosestPointTransform_IsTypeOf; extern(C) void* function(void* jarg1) vtkIterativeClosestPointTransform_SafeDownCast; extern(C) void* function(void* jarg1) vtkIterativeClosestPointTransform_NewInstance; extern(C) void function(void* jarg1, void* jarg2) vtkIterativeClosestPointTransform_SetSource; extern(C) void function(void* jarg1, void* jarg2) vtkIterativeClosestPointTransform_SetTarget; extern(C) void* function(void* jarg1) vtkIterativeClosestPointTransform_GetSource; extern(C) void* function(void* jarg1) vtkIterativeClosestPointTransform_GetTarget; extern(C) void function(void* jarg1, void* jarg2) vtkIterativeClosestPointTransform_SetLocator; extern(C) void* function(void* jarg1) vtkIterativeClosestPointTransform_GetLocator; extern(C) void function(void* jarg1, int jarg2) vtkIterativeClosestPointTransform_SetMaximumNumberOfIterations; extern(C) int function(void* jarg1) vtkIterativeClosestPointTransform_GetMaximumNumberOfIterations; extern(C) int function(void* jarg1) vtkIterativeClosestPointTransform_GetNumberOfIterations; extern(C) void function(void* jarg1, int jarg2) vtkIterativeClosestPointTransform_SetCheckMeanDistance; extern(C) int function(void* jarg1) vtkIterativeClosestPointTransform_GetCheckMeanDistance; extern(C) void function(void* jarg1) vtkIterativeClosestPointTransform_CheckMeanDistanceOn; extern(C) void function(void* jarg1) vtkIterativeClosestPointTransform_CheckMeanDistanceOff; extern(C) void function(void* jarg1, int jarg2) vtkIterativeClosestPointTransform_SetMeanDistanceMode; extern(C) int function(void* jarg1) vtkIterativeClosestPointTransform_GetMeanDistanceModeMinValue; extern(C) int function(void* jarg1) vtkIterativeClosestPointTransform_GetMeanDistanceModeMaxValue; extern(C) int function(void* jarg1) vtkIterativeClosestPointTransform_GetMeanDistanceMode; extern(C) void function(void* jarg1) vtkIterativeClosestPointTransform_SetMeanDistanceModeToRMS; extern(C) void function(void* jarg1) vtkIterativeClosestPointTransform_SetMeanDistanceModeToAbsoluteValue; extern(C) const(char)* function(void* jarg1) vtkIterativeClosestPointTransform_GetMeanDistanceModeAsString; extern(C) void function(void* jarg1, double jarg2) vtkIterativeClosestPointTransform_SetMaximumMeanDistance; extern(C) double function(void* jarg1) vtkIterativeClosestPointTransform_GetMaximumMeanDistance; extern(C) double function(void* jarg1) vtkIterativeClosestPointTransform_GetMeanDistance; extern(C) void function(void* jarg1, int jarg2) vtkIterativeClosestPointTransform_SetMaximumNumberOfLandmarks; extern(C) int function(void* jarg1) vtkIterativeClosestPointTransform_GetMaximumNumberOfLandmarks; extern(C) void function(void* jarg1, int jarg2) vtkIterativeClosestPointTransform_SetStartByMatchingCentroids; extern(C) int function(void* jarg1) vtkIterativeClosestPointTransform_GetStartByMatchingCentroids; extern(C) void function(void* jarg1) vtkIterativeClosestPointTransform_StartByMatchingCentroidsOn; extern(C) void function(void* jarg1) vtkIterativeClosestPointTransform_StartByMatchingCentroidsOff; extern(C) void* function(void* jarg1) vtkIterativeClosestPointTransform_GetLandmarkTransform; extern(C) void* function(void* objectRef) vtkIterativeClosestPointTransform_Upcast; extern(C) int function(const(char)* jarg1) vtkTransformInterpolator_IsTypeOf; extern(C) void* function(void* jarg1) vtkTransformInterpolator_SafeDownCast; extern(C) void* function(void* jarg1) vtkTransformInterpolator_NewInstance; extern(C) void* function() vtkTransformInterpolator_New; extern(C) int function(void* jarg1) vtkTransformInterpolator_GetNumberOfTransforms; extern(C) double function(void* jarg1) vtkTransformInterpolator_GetMinimumT; extern(C) double function(void* jarg1) vtkTransformInterpolator_GetMaximumT; extern(C) void function(void* jarg1) vtkTransformInterpolator_Initialize; extern(C) void function(void* jarg1, double jarg2, void* jarg3) vtkTransformInterpolator_AddTransform__SWIG_0; extern(C) void function(void* jarg1, double jarg2, void* jarg3) vtkTransformInterpolator_AddTransform__SWIG_1; extern(C) void function(void* jarg1, double jarg2, void* jarg3) vtkTransformInterpolator_AddTransform__SWIG_2; extern(C) void function(void* jarg1, double jarg2) vtkTransformInterpolator_RemoveTransform; extern(C) void function(void* jarg1, double jarg2, void* jarg3) vtkTransformInterpolator_InterpolateTransform; extern(C) void function(void* jarg1, int jarg2) vtkTransformInterpolator_SetInterpolationType; extern(C) int function(void* jarg1) vtkTransformInterpolator_GetInterpolationTypeMinValue; extern(C) int function(void* jarg1) vtkTransformInterpolator_GetInterpolationTypeMaxValue; extern(C) int function(void* jarg1) vtkTransformInterpolator_GetInterpolationType; extern(C) void function(void* jarg1) vtkTransformInterpolator_SetInterpolationTypeToLinear; extern(C) void function(void* jarg1) vtkTransformInterpolator_SetInterpolationTypeToSpline; extern(C) void function(void* jarg1) vtkTransformInterpolator_SetInterpolationTypeToManual; extern(C) void function(void* jarg1, void* jarg2) vtkTransformInterpolator_SetPositionInterpolator; extern(C) void* function(void* jarg1) vtkTransformInterpolator_GetPositionInterpolator; extern(C) void function(void* jarg1, void* jarg2) vtkTransformInterpolator_SetScaleInterpolator; extern(C) void* function(void* jarg1) vtkTransformInterpolator_GetScaleInterpolator; extern(C) void function(void* jarg1, void* jarg2) vtkTransformInterpolator_SetRotationInterpolator; extern(C) void* function(void* jarg1) vtkTransformInterpolator_GetRotationInterpolator; extern(C) void* function(void* objectRef) vtkTransformInterpolator_Upcast; extern(C) void* function() vtkProcessIdScalars_New; extern(C) int function(const(char)* jarg1) vtkProcessIdScalars_IsTypeOf; extern(C) void* function(void* jarg1) vtkProcessIdScalars_SafeDownCast; extern(C) void* function(void* jarg1) vtkProcessIdScalars_NewInstance; extern(C) void function(void* jarg1) vtkProcessIdScalars_SetScalarModeToCellData; extern(C) void function(void* jarg1) vtkProcessIdScalars_SetScalarModeToPointData; extern(C) int function(void* jarg1) vtkProcessIdScalars_GetScalarMode; extern(C) void function(void* jarg1, int jarg2) vtkProcessIdScalars_SetRandomMode; extern(C) int function(void* jarg1) vtkProcessIdScalars_GetRandomMode; extern(C) void function(void* jarg1) vtkProcessIdScalars_RandomModeOn; extern(C) void function(void* jarg1) vtkProcessIdScalars_RandomModeOff; extern(C) void function(void* jarg1, void* jarg2) vtkProcessIdScalars_SetController; extern(C) void* function(void* jarg1) vtkProcessIdScalars_GetController; extern(C) void* function(void* objectRef) vtkProcessIdScalars_Upcast; extern(C) int function(const(char)* jarg1) vtkXMLMaterialReader_IsTypeOf; extern(C) void* function(void* jarg1) vtkXMLMaterialReader_SafeDownCast; extern(C) void* function(void* jarg1) vtkXMLMaterialReader_NewInstance; extern(C) void* function() vtkXMLMaterialReader_New; extern(C) void function(void* jarg1, const(char)* jarg2) vtkXMLMaterialReader_SetFileName; extern(C) const(char)* function(void* jarg1) vtkXMLMaterialReader_GetFileName; extern(C) void function(void* jarg1) vtkXMLMaterialReader_ReadMaterial; extern(C) void* function(void* jarg1) vtkXMLMaterialReader_GetMaterial; extern(C) void* function(void* objectRef) vtkXMLMaterialReader_Upcast; extern(C) void* function() vtkQuadraticHexahedron_New; extern(C) int function(const(char)* jarg1) vtkQuadraticHexahedron_IsTypeOf; extern(C) void* function(void* jarg1) vtkQuadraticHexahedron_SafeDownCast; extern(C) void* function(void* jarg1) vtkQuadraticHexahedron_NewInstance; extern(C) void function(void* jarg1, void* jarg2) vtkQuadraticHexahedron_InterpolationFunctions; extern(C) void function(void* jarg1, void* jarg2) vtkQuadraticHexahedron_InterpolationDerivs; extern(C) void function(void* jarg1, void* jarg2, void* jarg3) vtkQuadraticHexahedron_InterpolateFunctions; extern(C) void function(void* jarg1, void* jarg2, void* jarg3) vtkQuadraticHexahedron_InterpolateDerivs; extern(C) void* function(int jarg1) vtkQuadraticHexahedron_GetEdgeArray; extern(C) void* function(int jarg1) vtkQuadraticHexahedron_GetFaceArray; extern(C) void function(void* jarg1, void* jarg2, void* jarg3, void* jarg4) vtkQuadraticHexahedron_JacobianInverse; extern(C) void* function(void* objectRef) vtkQuadraticHexahedron_Upcast; extern(C) void* function(void* jarg1) VolumeRayCastMapper_CastRays; extern(C) void* function() vtkVolumeRayCastMapper_New; extern(C) int function(const(char)* jarg1) vtkVolumeRayCastMapper_IsTypeOf; extern(C) void* function(void* jarg1) vtkVolumeRayCastMapper_SafeDownCast; extern(C) void* function(void* jarg1) vtkVolumeRayCastMapper_NewInstance; extern(C) void function(void* jarg1, double jarg2) vtkVolumeRayCastMapper_SetSampleDistance; extern(C) double function(void* jarg1) vtkVolumeRayCastMapper_GetSampleDistance; extern(C) void function(void* jarg1, void* jarg2) vtkVolumeRayCastMapper_SetVolumeRayCastFunction; extern(C) void* function(void* jarg1) vtkVolumeRayCastMapper_GetVolumeRayCastFunction; extern(C) void function(void* jarg1, void* jarg2) vtkVolumeRayCastMapper_SetGradientEstimator; extern(C) void* function(void* jarg1) vtkVolumeRayCastMapper_GetGradientEstimator; extern(C) void* function(void* jarg1) vtkVolumeRayCastMapper_GetGradientShader; extern(C) void function(void* jarg1, double jarg2) vtkVolumeRayCastMapper_SetImageSampleDistance; extern(C) double function(void* jarg1) vtkVolumeRayCastMapper_GetImageSampleDistanceMinValue; extern(C) double function(void* jarg1) vtkVolumeRayCastMapper_GetImageSampleDistanceMaxValue; extern(C) double function(void* jarg1) vtkVolumeRayCastMapper_GetImageSampleDistance; extern(C) void function(void* jarg1, double jarg2) vtkVolumeRayCastMapper_SetMinimumImageSampleDistance; extern(C) double function(void* jarg1) vtkVolumeRayCastMapper_GetMinimumImageSampleDistanceMinValue; extern(C) double function(void* jarg1) vtkVolumeRayCastMapper_GetMinimumImageSampleDistanceMaxValue; extern(C) double function(void* jarg1) vtkVolumeRayCastMapper_GetMinimumImageSampleDistance; extern(C) void function(void* jarg1, double jarg2) vtkVolumeRayCastMapper_SetMaximumImageSampleDistance; extern(C) double function(void* jarg1) vtkVolumeRayCastMapper_GetMaximumImageSampleDistanceMinValue; extern(C) double function(void* jarg1) vtkVolumeRayCastMapper_GetMaximumImageSampleDistanceMaxValue; extern(C) double function(void* jarg1) vtkVolumeRayCastMapper_GetMaximumImageSampleDistance; extern(C) void function(void* jarg1, int jarg2) vtkVolumeRayCastMapper_SetAutoAdjustSampleDistances; extern(C) int function(void* jarg1) vtkVolumeRayCastMapper_GetAutoAdjustSampleDistancesMinValue; extern(C) int function(void* jarg1) vtkVolumeRayCastMapper_GetAutoAdjustSampleDistancesMaxValue; extern(C) int function(void* jarg1) vtkVolumeRayCastMapper_GetAutoAdjustSampleDistances; extern(C) void function(void* jarg1) vtkVolumeRayCastMapper_AutoAdjustSampleDistancesOn; extern(C) void function(void* jarg1) vtkVolumeRayCastMapper_AutoAdjustSampleDistancesOff; extern(C) void function(void* jarg1, int jarg2) vtkVolumeRayCastMapper_SetNumberOfThreads; extern(C) int function(void* jarg1) vtkVolumeRayCastMapper_GetNumberOfThreads; extern(C) void function(void* jarg1, int jarg2) vtkVolumeRayCastMapper_SetIntermixIntersectingGeometry; extern(C) int function(void* jarg1) vtkVolumeRayCastMapper_GetIntermixIntersectingGeometryMinValue; extern(C) int function(void* jarg1) vtkVolumeRayCastMapper_GetIntermixIntersectingGeometryMaxValue; extern(C) int function(void* jarg1) vtkVolumeRayCastMapper_GetIntermixIntersectingGeometry; extern(C) void function(void* jarg1) vtkVolumeRayCastMapper_IntermixIntersectingGeometryOn; extern(C) void function(void* jarg1) vtkVolumeRayCastMapper_IntermixIntersectingGeometryOff; extern(C) void* function(void* objectRef) vtkVolumeRayCastMapper_Upcast; extern(C) int function() VTK_FLY_OUTER_EDGES_get; extern(C) int function() VTK_FLY_CLOSEST_TRIAD_get; extern(C) int function() VTK_FLY_NONE_get; extern(C) int function(const(char)* jarg1) vtkCubeAxesActor2D_IsTypeOf; extern(C) void* function(void* jarg1) vtkCubeAxesActor2D_SafeDownCast; extern(C) void* function(void* jarg1) vtkCubeAxesActor2D_NewInstance; extern(C) void* function() vtkCubeAxesActor2D_New; extern(C) void function(void* jarg1, void* jarg2) vtkCubeAxesActor2D_SetInputConnection; extern(C) void function(void* jarg1, void* jarg2) vtkCubeAxesActor2D_SetInputData; extern(C) void* function(void* jarg1) vtkCubeAxesActor2D_GetInput; extern(C) void function(void* jarg1, void* jarg2) vtkCubeAxesActor2D_SetViewProp; extern(C) void* function(void* jarg1) vtkCubeAxesActor2D_GetViewProp; extern(C) void function(void* jarg1, double jarg2, double jarg3, double jarg4, double jarg5, double jarg6, double jarg7) vtkCubeAxesActor2D_SetBounds__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkCubeAxesActor2D_SetBounds__SWIG_1; extern(C) void* function(void* jarg1) vtkCubeAxesActor2D_GetBounds__SWIG_0; extern(C) void function(void* jarg1, void* jarg2, void* jarg3, void* jarg4, void* jarg5, void* jarg6, void* jarg7) vtkCubeAxesActor2D_GetBounds__SWIG_1; extern(C) void function(void* jarg1, void* jarg2) vtkCubeAxesActor2D_GetBounds__SWIG_2; extern(C) void function(void* jarg1, double jarg2, double jarg3, double jarg4, double jarg5, double jarg6, double jarg7) vtkCubeAxesActor2D_SetRanges__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkCubeAxesActor2D_SetRanges__SWIG_1; extern(C) void* function(void* jarg1) vtkCubeAxesActor2D_GetRanges__SWIG_0; extern(C) void function(void* jarg1, void* jarg2, void* jarg3, void* jarg4, void* jarg5, void* jarg6, void* jarg7) vtkCubeAxesActor2D_GetRanges__SWIG_1; extern(C) void function(void* jarg1, void* jarg2) vtkCubeAxesActor2D_GetRanges__SWIG_2; extern(C) void function(void* jarg1, double jarg2) vtkCubeAxesActor2D_SetXOrigin; extern(C) void function(void* jarg1, double jarg2) vtkCubeAxesActor2D_SetYOrigin; extern(C) void function(void* jarg1, double jarg2) vtkCubeAxesActor2D_SetZOrigin; extern(C) void function(void* jarg1, int jarg2) vtkCubeAxesActor2D_SetUseRanges; extern(C) int function(void* jarg1) vtkCubeAxesActor2D_GetUseRanges; extern(C) void function(void* jarg1) vtkCubeAxesActor2D_UseRangesOn; extern(C) void function(void* jarg1) vtkCubeAxesActor2D_UseRangesOff; extern(C) void function(void* jarg1, void* jarg2) vtkCubeAxesActor2D_SetCamera; extern(C) void* function(void* jarg1) vtkCubeAxesActor2D_GetCamera; extern(C) void function(void* jarg1, int jarg2) vtkCubeAxesActor2D_SetFlyMode; extern(C) int function(void* jarg1) vtkCubeAxesActor2D_GetFlyModeMinValue; extern(C) int function(void* jarg1) vtkCubeAxesActor2D_GetFlyModeMaxValue; extern(C) int function(void* jarg1) vtkCubeAxesActor2D_GetFlyMode; extern(C) void function(void* jarg1) vtkCubeAxesActor2D_SetFlyModeToOuterEdges; extern(C) void function(void* jarg1) vtkCubeAxesActor2D_SetFlyModeToClosestTriad; extern(C) void function(void* jarg1) vtkCubeAxesActor2D_SetFlyModeToNone; extern(C) void function(void* jarg1, int jarg2) vtkCubeAxesActor2D_SetScaling; extern(C) int function(void* jarg1) vtkCubeAxesActor2D_GetScaling; extern(C) void function(void* jarg1) vtkCubeAxesActor2D_ScalingOn; extern(C) void function(void* jarg1) vtkCubeAxesActor2D_ScalingOff; extern(C) void function(void* jarg1, int jarg2) vtkCubeAxesActor2D_SetNumberOfLabels; extern(C) int function(void* jarg1) vtkCubeAxesActor2D_GetNumberOfLabelsMinValue; extern(C) int function(void* jarg1) vtkCubeAxesActor2D_GetNumberOfLabelsMaxValue; extern(C) int function(void* jarg1) vtkCubeAxesActor2D_GetNumberOfLabels; extern(C) void function(void* jarg1, const(char)* jarg2) vtkCubeAxesActor2D_SetXLabel; extern(C) const(char)* function(void* jarg1) vtkCubeAxesActor2D_GetXLabel; extern(C) void function(void* jarg1, const(char)* jarg2) vtkCubeAxesActor2D_SetYLabel; extern(C) const(char)* function(void* jarg1) vtkCubeAxesActor2D_GetYLabel; extern(C) void function(void* jarg1, const(char)* jarg2) vtkCubeAxesActor2D_SetZLabel; extern(C) const(char)* function(void* jarg1) vtkCubeAxesActor2D_GetZLabel; extern(C) void* function(void* jarg1) vtkCubeAxesActor2D_GetXAxisActor2D; extern(C) void* function(void* jarg1) vtkCubeAxesActor2D_GetYAxisActor2D; extern(C) void* function(void* jarg1) vtkCubeAxesActor2D_GetZAxisActor2D; extern(C) void function(void* jarg1, void* jarg2) vtkCubeAxesActor2D_SetAxisTitleTextProperty; extern(C) void* function(void* jarg1) vtkCubeAxesActor2D_GetAxisTitleTextProperty; extern(C) void function(void* jarg1, void* jarg2) vtkCubeAxesActor2D_SetAxisLabelTextProperty; extern(C) void* function(void* jarg1) vtkCubeAxesActor2D_GetAxisLabelTextProperty; extern(C) void function(void* jarg1, const(char)* jarg2) vtkCubeAxesActor2D_SetLabelFormat; extern(C) const(char)* function(void* jarg1) vtkCubeAxesActor2D_GetLabelFormat; extern(C) void function(void* jarg1, double jarg2) vtkCubeAxesActor2D_SetFontFactor; extern(C) double function(void* jarg1) vtkCubeAxesActor2D_GetFontFactorMinValue; extern(C) double function(void* jarg1) vtkCubeAxesActor2D_GetFontFactorMaxValue; extern(C) double function(void* jarg1) vtkCubeAxesActor2D_GetFontFactor; extern(C) void function(void* jarg1, int jarg2) vtkCubeAxesActor2D_SetInertia; extern(C) int function(void* jarg1) vtkCubeAxesActor2D_GetInertiaMinValue; extern(C) int function(void* jarg1) vtkCubeAxesActor2D_GetInertiaMaxValue; extern(C) int function(void* jarg1) vtkCubeAxesActor2D_GetInertia; extern(C) void function(void* jarg1, int jarg2) vtkCubeAxesActor2D_SetShowActualBounds; extern(C) int function(void* jarg1) vtkCubeAxesActor2D_GetShowActualBoundsMinValue; extern(C) int function(void* jarg1) vtkCubeAxesActor2D_GetShowActualBoundsMaxValue; extern(C) int function(void* jarg1) vtkCubeAxesActor2D_GetShowActualBounds; extern(C) void function(void* jarg1, double jarg2) vtkCubeAxesActor2D_SetCornerOffset; extern(C) double function(void* jarg1) vtkCubeAxesActor2D_GetCornerOffset; extern(C) void function(void* jarg1, int jarg2) vtkCubeAxesActor2D_SetXAxisVisibility; extern(C) int function(void* jarg1) vtkCubeAxesActor2D_GetXAxisVisibility; extern(C) void function(void* jarg1) vtkCubeAxesActor2D_XAxisVisibilityOn; extern(C) void function(void* jarg1) vtkCubeAxesActor2D_XAxisVisibilityOff; extern(C) void function(void* jarg1, int jarg2) vtkCubeAxesActor2D_SetYAxisVisibility; extern(C) int function(void* jarg1) vtkCubeAxesActor2D_GetYAxisVisibility; extern(C) void function(void* jarg1) vtkCubeAxesActor2D_YAxisVisibilityOn; extern(C) void function(void* jarg1) vtkCubeAxesActor2D_YAxisVisibilityOff; extern(C) void function(void* jarg1, int jarg2) vtkCubeAxesActor2D_SetZAxisVisibility; extern(C) int function(void* jarg1) vtkCubeAxesActor2D_GetZAxisVisibility; extern(C) void function(void* jarg1) vtkCubeAxesActor2D_ZAxisVisibilityOn; extern(C) void function(void* jarg1) vtkCubeAxesActor2D_ZAxisVisibilityOff; extern(C) void function(void* jarg1, void* jarg2) vtkCubeAxesActor2D_ShallowCopy; extern(C) void* function(void* objectRef) vtkCubeAxesActor2D_Upcast; extern(C) void* function() vtkImageRGBToHSV_New; extern(C) int function(const(char)* jarg1) vtkImageRGBToHSV_IsTypeOf; extern(C) void* function(void* jarg1) vtkImageRGBToHSV_SafeDownCast; extern(C) void* function(void* jarg1) vtkImageRGBToHSV_NewInstance; extern(C) void function(void* jarg1, double jarg2) vtkImageRGBToHSV_SetMaximum; extern(C) double function(void* jarg1) vtkImageRGBToHSV_GetMaximum; extern(C) void* function(void* objectRef) vtkImageRGBToHSV_Upcast; extern(C) int function(const(char)* jarg1) vtkImageItem_IsTypeOf; extern(C) void* function(void* jarg1) vtkImageItem_SafeDownCast; extern(C) void* function(void* jarg1) vtkImageItem_NewInstance; extern(C) void* function() vtkImageItem_New; extern(C) void function(void* jarg1, void* jarg2) vtkImageItem_SetImage; extern(C) void* function(void* jarg1) vtkImageItem_GetImage; extern(C) void function(void* jarg1, float jarg2, float jarg3) vtkImageItem_SetPosition__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkImageItem_SetPosition__SWIG_1; extern(C) void* function(void* jarg1) vtkImageItem_GetPosition__SWIG_0; extern(C) void function(void* jarg1, void* jarg2, void* jarg3) vtkImageItem_GetPosition__SWIG_1; extern(C) void function(void* jarg1, void* jarg2) vtkImageItem_GetPosition__SWIG_2; extern(C) void* function() new_vtkImageItem; extern(C) void function(void* jarg1) delete_vtkImageItem; extern(C) void* function(void* objectRef) vtkImageItem_Upcast; extern(C) int function(const(char)* jarg1) vtkUncertaintyTubeFilter_IsTypeOf; extern(C) void* function(void* jarg1) vtkUncertaintyTubeFilter_SafeDownCast; extern(C) void* function(void* jarg1) vtkUncertaintyTubeFilter_NewInstance; extern(C) void* function() vtkUncertaintyTubeFilter_New; extern(C) void function(void* jarg1, int jarg2) vtkUncertaintyTubeFilter_SetNumberOfSides; extern(C) int function(void* jarg1) vtkUncertaintyTubeFilter_GetNumberOfSidesMinValue; extern(C) int function(void* jarg1) vtkUncertaintyTubeFilter_GetNumberOfSidesMaxValue; extern(C) int function(void* jarg1) vtkUncertaintyTubeFilter_GetNumberOfSides; extern(C) void* function(void* objectRef) vtkUncertaintyTubeFilter_Upcast; extern(C) void* function() new_vtkPOutlineFilterInternals; extern(C) void function(void* jarg1) delete_vtkPOutlineFilterInternals; extern(C) void function(void* jarg1, void* jarg2) vtkPOutlineFilterInternals_SetController; extern(C) int function(void* jarg1, void* jarg2, void* jarg3, void* jarg4) vtkPOutlineFilterInternals_RequestData; extern(C) void function(void* jarg1, double jarg2) vtkPOutlineFilterInternals_SetCornerFactor; extern(C) void function(void* jarg1, uint jarg2) vtkPOutlineFilterInternals_SetIsCornerSource; extern(C) int function(const(char)* jarg1) vtkParametricSpline_IsTypeOf; extern(C) void* function(void* jarg1) vtkParametricSpline_SafeDownCast; extern(C) void* function(void* jarg1) vtkParametricSpline_NewInstance; extern(C) void* function() vtkParametricSpline_New; extern(C) void function(void* jarg1, void* jarg2) vtkParametricSpline_SetXSpline; extern(C) void function(void* jarg1, void* jarg2) vtkParametricSpline_SetYSpline; extern(C) void function(void* jarg1, void* jarg2) vtkParametricSpline_SetZSpline; extern(C) void* function(void* jarg1) vtkParametricSpline_GetXSpline; extern(C) void* function(void* jarg1) vtkParametricSpline_GetYSpline; extern(C) void* function(void* jarg1) vtkParametricSpline_GetZSpline; extern(C) void function(void* jarg1, void* jarg2) vtkParametricSpline_SetPoints; extern(C) void* function(void* jarg1) vtkParametricSpline_GetPoints; extern(C) void function(void* jarg1, long jarg2) vtkParametricSpline_SetNumberOfPoints; extern(C) void function(void* jarg1, long jarg2, double jarg3, double jarg4, double jarg5) vtkParametricSpline_SetPoint; extern(C) void function(void* jarg1, int jarg2) vtkParametricSpline_SetClosed; extern(C) int function(void* jarg1) vtkParametricSpline_GetClosed; extern(C) void function(void* jarg1) vtkParametricSpline_ClosedOn; extern(C) void function(void* jarg1) vtkParametricSpline_ClosedOff; extern(C) void function(void* jarg1, int jarg2) vtkParametricSpline_SetParameterizeByLength; extern(C) int function(void* jarg1) vtkParametricSpline_GetParameterizeByLength; extern(C) void function(void* jarg1) vtkParametricSpline_ParameterizeByLengthOn; extern(C) void function(void* jarg1) vtkParametricSpline_ParameterizeByLengthOff; extern(C) void function(void* jarg1, int jarg2) vtkParametricSpline_SetLeftConstraint; extern(C) int function(void* jarg1) vtkParametricSpline_GetLeftConstraintMinValue; extern(C) int function(void* jarg1) vtkParametricSpline_GetLeftConstraintMaxValue; extern(C) int function(void* jarg1) vtkParametricSpline_GetLeftConstraint; extern(C) void function(void* jarg1, int jarg2) vtkParametricSpline_SetRightConstraint; extern(C) int function(void* jarg1) vtkParametricSpline_GetRightConstraintMinValue; extern(C) int function(void* jarg1) vtkParametricSpline_GetRightConstraintMaxValue; extern(C) int function(void* jarg1) vtkParametricSpline_GetRightConstraint; extern(C) void function(void* jarg1, double jarg2) vtkParametricSpline_SetLeftValue; extern(C) double function(void* jarg1) vtkParametricSpline_GetLeftValue; extern(C) void function(void* jarg1, double jarg2) vtkParametricSpline_SetRightValue; extern(C) double function(void* jarg1) vtkParametricSpline_GetRightValue; extern(C) void* function(void* objectRef) vtkParametricSpline_Upcast; extern(C) int function(const(char)* jarg1) vtkEventForwarderCommand_IsTypeOf; extern(C) void* function(void* jarg1) vtkEventForwarderCommand_SafeDownCast; extern(C) void* function(void* jarg1) vtkEventForwarderCommand_NewInstance; extern(C) void* function() vtkEventForwarderCommand_New; extern(C) void function(void* jarg1, void* jarg2) vtkEventForwarderCommand_SetTarget; extern(C) void* function(void* jarg1) vtkEventForwarderCommand_GetTarget; extern(C) void* function(void* objectRef) vtkEventForwarderCommand_Upcast; extern(C) int function() VTK_MAX_LABELS_get; extern(C) int function() VTK_MAX_TICKS_get; extern(C) int function() VTK_AXIS_TYPE_X_get; extern(C) int function() VTK_AXIS_TYPE_Y_get; extern(C) int function() VTK_AXIS_TYPE_Z_get; extern(C) int function() VTK_TICKS_INSIDE_get; extern(C) int function() VTK_TICKS_OUTSIDE_get; extern(C) int function() VTK_TICKS_BOTH_get; extern(C) int function() VTK_AXIS_POS_MINMIN_get; extern(C) int function() VTK_AXIS_POS_MINMAX_get; extern(C) int function() VTK_AXIS_POS_MAXMAX_get; extern(C) int function() VTK_AXIS_POS_MAXMIN_get; extern(C) int function(const(char)* jarg1) vtkAxisActor_IsTypeOf; extern(C) void* function(void* jarg1) vtkAxisActor_SafeDownCast; extern(C) void* function(void* jarg1) vtkAxisActor_NewInstance; extern(C) void* function() vtkAxisActor_New; extern(C) void* function(void* jarg1) vtkAxisActor_GetPoint1Coordinate; extern(C) void function(void* jarg1, void* jarg2) vtkAxisActor_SetPoint1__SWIG_0; extern(C) void function(void* jarg1, double jarg2, double jarg3, double jarg4) vtkAxisActor_SetPoint1__SWIG_1; extern(C) void* function(void* jarg1) vtkAxisActor_GetPoint1; extern(C) void* function(void* jarg1) vtkAxisActor_GetPoint2Coordinate; extern(C) void function(void* jarg1, void* jarg2) vtkAxisActor_SetPoint2__SWIG_0; extern(C) void function(void* jarg1, double jarg2, double jarg3, double jarg4) vtkAxisActor_SetPoint2__SWIG_1; extern(C) void* function(void* jarg1) vtkAxisActor_GetPoint2; extern(C) void function(void* jarg1, double jarg2, double jarg3) vtkAxisActor_SetRange__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkAxisActor_SetRange__SWIG_1; extern(C) void* function(void* jarg1) vtkAxisActor_GetRange__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkAxisActor_GetRange__SWIG_1; extern(C) void function(void* jarg1, void* jarg2) vtkAxisActor_SetBounds__SWIG_0; extern(C) void function(void* jarg1, double jarg2, double jarg3, double jarg4, double jarg5, double jarg6, double jarg7) vtkAxisActor_SetBounds__SWIG_1; extern(C) void* function(void* jarg1) vtkAxisActor_GetBounds__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkAxisActor_GetBounds__SWIG_1; extern(C) void function(void* jarg1, const(char)* jarg2) vtkAxisActor_SetLabelFormat; extern(C) const(char)* function(void* jarg1) vtkAxisActor_GetLabelFormat; extern(C) void function(void* jarg1, int jarg2) vtkAxisActor_SetMinorTicksVisible; extern(C) int function(void* jarg1) vtkAxisActor_GetMinorTicksVisible; extern(C) void function(void* jarg1) vtkAxisActor_MinorTicksVisibleOn; extern(C) void function(void* jarg1) vtkAxisActor_MinorTicksVisibleOff; extern(C) void function(void* jarg1, const(char)* jarg2) vtkAxisActor_SetTitle; extern(C) const(char)* function(void* jarg1) vtkAxisActor_GetTitle; extern(C) void function(void* jarg1, double jarg2) vtkAxisActor_SetMajorTickSize; extern(C) double function(void* jarg1) vtkAxisActor_GetMajorTickSize; extern(C) void function(void* jarg1, double jarg2) vtkAxisActor_SetMinorTickSize; extern(C) double function(void* jarg1) vtkAxisActor_GetMinorTickSize; extern(C) void function(void* jarg1, int jarg2) vtkAxisActor_SetTickLocation; extern(C) int function(void* jarg1) vtkAxisActor_GetTickLocationMinValue; extern(C) int function(void* jarg1) vtkAxisActor_GetTickLocationMaxValue; extern(C) int function(void* jarg1) vtkAxisActor_GetTickLocation; extern(C) void function(void* jarg1) vtkAxisActor_SetTickLocationToInside; extern(C) void function(void* jarg1) vtkAxisActor_SetTickLocationToOutside; extern(C) void function(void* jarg1) vtkAxisActor_SetTickLocationToBoth; extern(C) void function(void* jarg1, int jarg2) vtkAxisActor_SetAxisVisibility; extern(C) int function(void* jarg1) vtkAxisActor_GetAxisVisibility; extern(C) void function(void* jarg1) vtkAxisActor_AxisVisibilityOn; extern(C) void function(void* jarg1) vtkAxisActor_AxisVisibilityOff; extern(C) void function(void* jarg1, int jarg2) vtkAxisActor_SetTickVisibility; extern(C) int function(void* jarg1) vtkAxisActor_GetTickVisibility; extern(C) void function(void* jarg1) vtkAxisActor_TickVisibilityOn; extern(C) void function(void* jarg1) vtkAxisActor_TickVisibilityOff; extern(C) void function(void* jarg1, int jarg2) vtkAxisActor_SetLabelVisibility; extern(C) int function(void* jarg1) vtkAxisActor_GetLabelVisibility; extern(C) void function(void* jarg1) vtkAxisActor_LabelVisibilityOn; extern(C) void function(void* jarg1) vtkAxisActor_LabelVisibilityOff; extern(C) void function(void* jarg1, int jarg2) vtkAxisActor_SetTitleVisibility; extern(C) int function(void* jarg1) vtkAxisActor_GetTitleVisibility; extern(C) void function(void* jarg1) vtkAxisActor_TitleVisibilityOn; extern(C) void function(void* jarg1) vtkAxisActor_TitleVisibilityOff; extern(C) void function(void* jarg1, void* jarg2) vtkAxisActor_SetTitleTextProperty; extern(C) void* function(void* jarg1) vtkAxisActor_GetTitleTextProperty; extern(C) void function(void* jarg1, void* jarg2) vtkAxisActor_SetLabelTextProperty; extern(C) void* function(void* jarg1) vtkAxisActor_GetLabelTextProperty; extern(C) void function(void* jarg1, void* jarg2) vtkAxisActor_SetAxisLinesProperty; extern(C) void* function(void* jarg1) vtkAxisActor_GetAxisLinesProperty; extern(C) void function(void* jarg1, void* jarg2) vtkAxisActor_SetGridlinesProperty; extern(C) void* function(void* jarg1) vtkAxisActor_GetGridlinesProperty; extern(C) void function(void* jarg1, void* jarg2) vtkAxisActor_SetInnerGridlinesProperty; extern(C) void* function(void* jarg1) vtkAxisActor_GetInnerGridlinesProperty; extern(C) void function(void* jarg1, void* jarg2) vtkAxisActor_SetGridpolysProperty; extern(C) void* function(void* jarg1) vtkAxisActor_GetGridpolysProperty; extern(C) void function(void* jarg1, int jarg2) vtkAxisActor_SetDrawGridlines; extern(C) int function(void* jarg1) vtkAxisActor_GetDrawGridlines; extern(C) void function(void* jarg1) vtkAxisActor_DrawGridlinesOn; extern(C) void function(void* jarg1) vtkAxisActor_DrawGridlinesOff; extern(C) void function(void* jarg1, int jarg2) vtkAxisActor_SetDrawGridlinesOnly; extern(C) int function(void* jarg1) vtkAxisActor_GetDrawGridlinesOnly; extern(C) void function(void* jarg1) vtkAxisActor_DrawGridlinesOnlyOn; extern(C) void function(void* jarg1) vtkAxisActor_DrawGridlinesOnlyOff; extern(C) void function(void* jarg1, int jarg2) vtkAxisActor_SetDrawGridlinesLocation; extern(C) int function(void* jarg1) vtkAxisActor_GetDrawGridlinesLocation; extern(C) void function(void* jarg1, int jarg2) vtkAxisActor_SetDrawInnerGridlines; extern(C) int function(void* jarg1) vtkAxisActor_GetDrawInnerGridlines; extern(C) void function(void* jarg1) vtkAxisActor_DrawInnerGridlinesOn; extern(C) void function(void* jarg1) vtkAxisActor_DrawInnerGridlinesOff; extern(C) void function(void* jarg1, double jarg2) vtkAxisActor_SetGridlineXLength; extern(C) double function(void* jarg1) vtkAxisActor_GetGridlineXLength; extern(C) void function(void* jarg1, double jarg2) vtkAxisActor_SetGridlineYLength; extern(C) double function(void* jarg1) vtkAxisActor_GetGridlineYLength; extern(C) void function(void* jarg1, double jarg2) vtkAxisActor_SetGridlineZLength; extern(C) double function(void* jarg1) vtkAxisActor_GetGridlineZLength; extern(C) void function(void* jarg1, int jarg2) vtkAxisActor_SetDrawGridpolys; extern(C) int function(void* jarg1) vtkAxisActor_GetDrawGridpolys; extern(C) void function(void* jarg1) vtkAxisActor_DrawGridpolysOn; extern(C) void function(void* jarg1) vtkAxisActor_DrawGridpolysOff; extern(C) void function(void* jarg1, int jarg2) vtkAxisActor_SetAxisType; extern(C) int function(void* jarg1) vtkAxisActor_GetAxisTypeMinValue; extern(C) int function(void* jarg1) vtkAxisActor_GetAxisTypeMaxValue; extern(C) int function(void* jarg1) vtkAxisActor_GetAxisType; extern(C) void function(void* jarg1) vtkAxisActor_SetAxisTypeToX; extern(C) void function(void* jarg1) vtkAxisActor_SetAxisTypeToY; extern(C) void function(void* jarg1) vtkAxisActor_SetAxisTypeToZ; extern(C) void function(void* jarg1, int jarg2) vtkAxisActor_SetAxisPosition; extern(C) int function(void* jarg1) vtkAxisActor_GetAxisPositionMinValue; extern(C) int function(void* jarg1) vtkAxisActor_GetAxisPositionMaxValue; extern(C) int function(void* jarg1) vtkAxisActor_GetAxisPosition; extern(C) void function(void* jarg1) vtkAxisActor_SetAxisPositionToMinMin; extern(C) void function(void* jarg1) vtkAxisActor_SetAxisPositionToMinMax; extern(C) void function(void* jarg1) vtkAxisActor_SetAxisPositionToMaxMax; extern(C) void function(void* jarg1) vtkAxisActor_SetAxisPositionToMaxMin; extern(C) void function(void* jarg1, void* jarg2) vtkAxisActor_SetCamera; extern(C) void* function(void* jarg1) vtkAxisActor_GetCamera; extern(C) int function(void* jarg1, void* jarg2) vtkAxisActor_RenderTranslucentGeometry; extern(C) int function(void* jarg1, void* jarg2) vtkAxisActor_RenderOverlay; extern(C) void function(void* jarg1, void* jarg2) vtkAxisActor_ReleaseGraphicsResources; extern(C) void function(void* jarg1, double jarg2) vtkAxisActor_SetLabelScale; extern(C) void function(void* jarg1, double jarg2) vtkAxisActor_SetTitleScale; extern(C) void function(void* jarg1, double jarg2) vtkAxisActor_SetMinorStart; extern(C) double function(void* jarg1) vtkAxisActor_GetMinorStart; extern(C) double function(void* jarg1, int jarg2) vtkAxisActor_GetMajorStart; extern(C) void function(void* jarg1, int jarg2, double jarg3) vtkAxisActor_SetMajorStart; extern(C) void function(void* jarg1, double jarg2) vtkAxisActor_SetDeltaMinor; extern(C) double function(void* jarg1) vtkAxisActor_GetDeltaMinor; extern(C) double function(void* jarg1, int jarg2) vtkAxisActor_GetDeltaMajor; extern(C) void function(void* jarg1, int jarg2, double jarg3) vtkAxisActor_SetDeltaMajor; extern(C) void function(void* jarg1, double jarg2) vtkAxisActor_SetMinorRangeStart; extern(C) double function(void* jarg1) vtkAxisActor_GetMinorRangeStart; extern(C) void function(void* jarg1, double jarg2) vtkAxisActor_SetMajorRangeStart; extern(C) double function(void* jarg1) vtkAxisActor_GetMajorRangeStart; extern(C) void function(void* jarg1, double jarg2) vtkAxisActor_SetDeltaRangeMinor; extern(C) double function(void* jarg1) vtkAxisActor_GetDeltaRangeMinor; extern(C) void function(void* jarg1, double jarg2) vtkAxisActor_SetDeltaRangeMajor; extern(C) double function(void* jarg1) vtkAxisActor_GetDeltaRangeMajor; extern(C) void function(void* jarg1, void* jarg2, uint jarg3) vtkAxisActor_BuildAxis; extern(C) int function(void* jarg1) vtkAxisActor_GetNumberOfLabelsBuilt; extern(C) void function(void* jarg1, int jarg2) vtkAxisActor_SetCalculateTitleOffset; extern(C) int function(void* jarg1) vtkAxisActor_GetCalculateTitleOffset; extern(C) void function(void* jarg1) vtkAxisActor_CalculateTitleOffsetOn; extern(C) void function(void* jarg1) vtkAxisActor_CalculateTitleOffsetOff; extern(C) void function(void* jarg1, int jarg2) vtkAxisActor_SetCalculateLabelOffset; extern(C) int function(void* jarg1) vtkAxisActor_GetCalculateLabelOffset; extern(C) void function(void* jarg1) vtkAxisActor_CalculateLabelOffsetOn; extern(C) void function(void* jarg1) vtkAxisActor_CalculateLabelOffsetOff; extern(C) void function(void* jarg1, int jarg2) vtkAxisActor_SetUse2DMode; extern(C) int function(void* jarg1) vtkAxisActor_GetUse2DMode; extern(C) void function(void* jarg1, double jarg2) vtkAxisActor_SetVerticalOffsetXTitle2D; extern(C) double function(void* jarg1) vtkAxisActor_GetVerticalOffsetXTitle2D; extern(C) void function(void* jarg1, double jarg2) vtkAxisActor_SetHorizontalOffsetYTitle2D; extern(C) double function(void* jarg1) vtkAxisActor_GetHorizontalOffsetYTitle2D; extern(C) void function(void* jarg1, int jarg2) vtkAxisActor_SetSaveTitlePosition; extern(C) int function(void* jarg1) vtkAxisActor_GetSaveTitlePosition; extern(C) void function(void* jarg1, double jarg2, double jarg3, double jarg4) vtkAxisActor_SetAxisBaseForX__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkAxisActor_SetAxisBaseForX__SWIG_1; extern(C) void* function(void* jarg1) vtkAxisActor_GetAxisBaseForX__SWIG_0; extern(C) void function(void* jarg1, void* jarg2, void* jarg3, void* jarg4) vtkAxisActor_GetAxisBaseForX__SWIG_1; extern(C) void function(void* jarg1, void* jarg2) vtkAxisActor_GetAxisBaseForX__SWIG_2; extern(C) void function(void* jarg1, double jarg2, double jarg3, double jarg4) vtkAxisActor_SetAxisBaseForY__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkAxisActor_SetAxisBaseForY__SWIG_1; extern(C) void* function(void* jarg1) vtkAxisActor_GetAxisBaseForY__SWIG_0; extern(C) void function(void* jarg1, void* jarg2, void* jarg3, void* jarg4) vtkAxisActor_GetAxisBaseForY__SWIG_1; extern(C) void function(void* jarg1, void* jarg2) vtkAxisActor_GetAxisBaseForY__SWIG_2; extern(C) void function(void* jarg1, double jarg2, double jarg3, double jarg4) vtkAxisActor_SetAxisBaseForZ__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkAxisActor_SetAxisBaseForZ__SWIG_1; extern(C) void* function(void* jarg1) vtkAxisActor_GetAxisBaseForZ__SWIG_0; extern(C) void function(void* jarg1, void* jarg2, void* jarg3, void* jarg4) vtkAxisActor_GetAxisBaseForZ__SWIG_1; extern(C) void function(void* jarg1, void* jarg2) vtkAxisActor_GetAxisBaseForZ__SWIG_2; extern(C) void function(void* jarg1, int jarg2) vtkAxisActor_SetAxisOnOrigin; extern(C) int function(void* jarg1) vtkAxisActor_GetAxisOnOrigin; extern(C) void function(void* jarg1, double jarg2) vtkAxisActor_SetLabelOffset; extern(C) double function(void* jarg1) vtkAxisActor_GetLabelOffset; extern(C) void function(void* jarg1, double jarg2) vtkAxisActor_SetTitleOffset; extern(C) double function(void* jarg1) vtkAxisActor_GetTitleOffset; extern(C) void function(void* jarg1, double jarg2) vtkAxisActor_SetScreenSize; extern(C) double function(void* jarg1) vtkAxisActor_GetScreenSize; extern(C) void* function(void* objectRef) vtkAxisActor_Upcast; extern(C) void* function() vtkLinearContourLineInterpolator_New; extern(C) int function(const(char)* jarg1) vtkLinearContourLineInterpolator_IsTypeOf; extern(C) void* function(void* jarg1) vtkLinearContourLineInterpolator_SafeDownCast; extern(C) void* function(void* jarg1) vtkLinearContourLineInterpolator_NewInstance; extern(C) void* function(void* objectRef) vtkLinearContourLineInterpolator_Upcast; extern(C) void* function() vtkTableToGraph_New; extern(C) int function(const(char)* jarg1) vtkTableToGraph_IsTypeOf; extern(C) void* function(void* jarg1) vtkTableToGraph_SafeDownCast; extern(C) void* function(void* jarg1) vtkTableToGraph_NewInstance; extern(C) void function(void* jarg1, const(char)* jarg2, const(char)* jarg3, int jarg4) vtkTableToGraph_AddLinkVertex__SWIG_0; extern(C) void function(void* jarg1, const(char)* jarg2, const(char)* jarg3) vtkTableToGraph_AddLinkVertex__SWIG_1; extern(C) void function(void* jarg1, const(char)* jarg2) vtkTableToGraph_AddLinkVertex__SWIG_2; extern(C) void function(void* jarg1) vtkTableToGraph_ClearLinkVertices; extern(C) void function(void* jarg1, const(char)* jarg2, const(char)* jarg3) vtkTableToGraph_AddLinkEdge; extern(C) void function(void* jarg1) vtkTableToGraph_ClearLinkEdges; extern(C) void* function(void* jarg1) vtkTableToGraph_GetLinkGraph; extern(C) void function(void* jarg1, void* jarg2) vtkTableToGraph_SetLinkGraph; extern(C) void function(void* jarg1, void* jarg2, void* jarg3, void* jarg4) vtkTableToGraph_LinkColumnPath__SWIG_0; extern(C) void function(void* jarg1, void* jarg2, void* jarg3) vtkTableToGraph_LinkColumnPath__SWIG_1; extern(C) void function(void* jarg1, void* jarg2) vtkTableToGraph_LinkColumnPath__SWIG_2; extern(C) void function(void* jarg1, uint jarg2) vtkTableToGraph_SetDirected; extern(C) uint function(void* jarg1) vtkTableToGraph_GetDirected; extern(C) void function(void* jarg1) vtkTableToGraph_DirectedOn; extern(C) void function(void* jarg1) vtkTableToGraph_DirectedOff; extern(C) void function(void* jarg1, void* jarg2) vtkTableToGraph_SetVertexTableConnection; extern(C) void* function(void* objectRef) vtkTableToGraph_Upcast; extern(C) void* function() vtkExtractSelectedBlock_New; extern(C) int function(const(char)* jarg1) vtkExtractSelectedBlock_IsTypeOf; extern(C) void* function(void* jarg1) vtkExtractSelectedBlock_SafeDownCast; extern(C) void* function(void* jarg1) vtkExtractSelectedBlock_NewInstance; extern(C) void* function() new_vtkExtractSelectedBlock; extern(C) void function(void* jarg1) delete_vtkExtractSelectedBlock; extern(C) void* function(void* objectRef) vtkExtractSelectedBlock_Upcast; extern(C) int function(const(char)* jarg1) vtkOctreePointLocatorNode_IsTypeOf; extern(C) void* function(void* jarg1) vtkOctreePointLocatorNode_SafeDownCast; extern(C) void* function(void* jarg1) vtkOctreePointLocatorNode_NewInstance; extern(C) void* function() vtkOctreePointLocatorNode_New; extern(C) void function(void* jarg1, int jarg2) vtkOctreePointLocatorNode_SetNumberOfPoints; extern(C) int function(void* jarg1) vtkOctreePointLocatorNode_GetNumberOfPoints; extern(C) void function(void* jarg1, double jarg2, double jarg3, double jarg4, double jarg5, double jarg6, double jarg7) vtkOctreePointLocatorNode_SetBounds__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkOctreePointLocatorNode_SetBounds__SWIG_1; extern(C) void function(void* jarg1, void* jarg2) vtkOctreePointLocatorNode_GetBounds; extern(C) void function(void* jarg1, double jarg2, double jarg3, double jarg4, double jarg5, double jarg6, double jarg7) vtkOctreePointLocatorNode_SetDataBounds; extern(C) void function(void* jarg1, void* jarg2) vtkOctreePointLocatorNode_GetDataBounds; extern(C) void function(void* jarg1, void* jarg2) vtkOctreePointLocatorNode_SetMinBounds; extern(C) void function(void* jarg1, void* jarg2) vtkOctreePointLocatorNode_SetMaxBounds; extern(C) void function(void* jarg1, void* jarg2) vtkOctreePointLocatorNode_SetMinDataBounds; extern(C) void function(void* jarg1, void* jarg2) vtkOctreePointLocatorNode_SetMaxDataBounds; extern(C) int function(void* jarg1) vtkOctreePointLocatorNode_GetID; extern(C) int function(void* jarg1) vtkOctreePointLocatorNode_GetMinID; extern(C) void function(void* jarg1) vtkOctreePointLocatorNode_CreateChildNodes; extern(C) void function(void* jarg1) vtkOctreePointLocatorNode_DeleteChildNodes; extern(C) void* function(void* jarg1, int jarg2) vtkOctreePointLocatorNode_GetChild; extern(C) int function(void* jarg1, void* jarg2, int jarg3) vtkOctreePointLocatorNode_IntersectsRegion; extern(C) int function(void* jarg1, double jarg2, double jarg3, double jarg4, int jarg5) vtkOctreePointLocatorNode_ContainsPoint; extern(C) double function(void* jarg1, double jarg2, double jarg3, double jarg4, void* jarg5, int jarg6) vtkOctreePointLocatorNode_GetDistance2ToBoundary__SWIG_0; extern(C) double function(void* jarg1, double jarg2, double jarg3, double jarg4, void* jarg5, void* jarg6, int jarg7) vtkOctreePointLocatorNode_GetDistance2ToBoundary__SWIG_1; extern(C) double function(void* jarg1, double jarg2, double jarg3, double jarg4, void* jarg5) vtkOctreePointLocatorNode_GetDistance2ToInnerBoundary; extern(C) int function(void* jarg1, void* jarg2, int jarg3) vtkOctreePointLocatorNode_GetSubOctantIndex; extern(C) void function(void* jarg1, void* jarg2, void* jarg3, void* jarg4, void* jarg5) vtkOctreePointLocatorNode_ComputeOctreeNodeInformation; extern(C) void* function(void* objectRef) vtkOctreePointLocatorNode_Upcast; extern(C) void* function() vtkBivariateLinearTableThreshold_New; extern(C) int function(const(char)* jarg1) vtkBivariateLinearTableThreshold_IsTypeOf; extern(C) void* function(void* jarg1) vtkBivariateLinearTableThreshold_SafeDownCast; extern(C) void* function(void* jarg1) vtkBivariateLinearTableThreshold_NewInstance; extern(C) void function(void* jarg1, int jarg2) vtkBivariateLinearTableThreshold_SetInclusive; extern(C) int function(void* jarg1) vtkBivariateLinearTableThreshold_GetInclusive; extern(C) void function(void* jarg1, long jarg2, long jarg3) vtkBivariateLinearTableThreshold_AddColumnToThreshold; extern(C) int function(void* jarg1) vtkBivariateLinearTableThreshold_GetNumberOfColumnsToThreshold; extern(C) void function(void* jarg1, long jarg2, void* jarg3, void* jarg4) vtkBivariateLinearTableThreshold_GetColumnToThreshold; extern(C) void function(void* jarg1) vtkBivariateLinearTableThreshold_ClearColumnsToThreshold; extern(C) void* function(void* jarg1, int jarg2) vtkBivariateLinearTableThreshold_GetSelectedRowIds__SWIG_0; extern(C) void* function(void* jarg1) vtkBivariateLinearTableThreshold_GetSelectedRowIds__SWIG_1; extern(C) void function(void* jarg1) vtkBivariateLinearTableThreshold_Initialize; extern(C) void function(void* jarg1, void* jarg2, void* jarg3) vtkBivariateLinearTableThreshold_AddLineEquation__SWIG_0; extern(C) void function(void* jarg1, void* jarg2, double jarg3) vtkBivariateLinearTableThreshold_AddLineEquation__SWIG_1; extern(C) void function(void* jarg1, double jarg2, double jarg3, double jarg4) vtkBivariateLinearTableThreshold_AddLineEquation__SWIG_2; extern(C) void function(void* jarg1) vtkBivariateLinearTableThreshold_ClearLineEquations; extern(C) int function(void* jarg1) vtkBivariateLinearTableThreshold_GetLinearThresholdType; extern(C) void function(void* jarg1, int jarg2) vtkBivariateLinearTableThreshold_SetLinearThresholdType; extern(C) void function(void* jarg1) vtkBivariateLinearTableThreshold_SetLinearThresholdTypeToAbove; extern(C) void function(void* jarg1) vtkBivariateLinearTableThreshold_SetLinearThresholdTypeToBelow; extern(C) void function(void* jarg1) vtkBivariateLinearTableThreshold_SetLinearThresholdTypeToNear; extern(C) void function(void* jarg1) vtkBivariateLinearTableThreshold_SetLinearThresholdTypeToBetween; extern(C) void function(void* jarg1, double jarg2, double jarg3) vtkBivariateLinearTableThreshold_SetColumnRanges__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkBivariateLinearTableThreshold_SetColumnRanges__SWIG_1; extern(C) void* function(void* jarg1) vtkBivariateLinearTableThreshold_GetColumnRanges__SWIG_0; extern(C) void function(void* jarg1, void* jarg2, void* jarg3) vtkBivariateLinearTableThreshold_GetColumnRanges__SWIG_1; extern(C) void function(void* jarg1, void* jarg2) vtkBivariateLinearTableThreshold_GetColumnRanges__SWIG_2; extern(C) void function(void* jarg1, double jarg2) vtkBivariateLinearTableThreshold_SetDistanceThreshold; extern(C) double function(void* jarg1) vtkBivariateLinearTableThreshold_GetDistanceThreshold; extern(C) void function(void* jarg1, int jarg2) vtkBivariateLinearTableThreshold_SetUseNormalizedDistance; extern(C) int function(void* jarg1) vtkBivariateLinearTableThreshold_GetUseNormalizedDistance; extern(C) void function(void* jarg1) vtkBivariateLinearTableThreshold_UseNormalizedDistanceOn; extern(C) void function(void* jarg1) vtkBivariateLinearTableThreshold_UseNormalizedDistanceOff; extern(C) void function(void* jarg1, void* jarg2, void* jarg3) vtkBivariateLinearTableThreshold_ComputeImplicitLineFunction__SWIG_0; extern(C) void function(void* jarg1, double jarg2, void* jarg3) vtkBivariateLinearTableThreshold_ComputeImplicitLineFunction__SWIG_1; extern(C) void* function(void* objectRef) vtkBivariateLinearTableThreshold_Upcast; extern(C) int function(const(char)* jarg1) vtkXMLGenericDataObjectReader_IsTypeOf; extern(C) void* function(void* jarg1) vtkXMLGenericDataObjectReader_SafeDownCast; extern(C) void* function(void* jarg1) vtkXMLGenericDataObjectReader_NewInstance; extern(C) void* function() vtkXMLGenericDataObjectReader_New; extern(C) void* function(void* jarg1) vtkXMLGenericDataObjectReader_GetOutput__SWIG_0; extern(C) void* function(void* jarg1, int jarg2) vtkXMLGenericDataObjectReader_GetOutput__SWIG_1; extern(C) void* function(void* jarg1) vtkXMLGenericDataObjectReader_GetHierarchicalBoxDataSetOutput; extern(C) void* function(void* jarg1) vtkXMLGenericDataObjectReader_GetHyperOctreeOutput; extern(C) void* function(void* jarg1) vtkXMLGenericDataObjectReader_GetImageDataOutput; extern(C) void* function(void* jarg1) vtkXMLGenericDataObjectReader_GetMultiBlockDataSetOutput; extern(C) void* function(void* jarg1) vtkXMLGenericDataObjectReader_GetPolyDataOutput; extern(C) void* function(void* jarg1) vtkXMLGenericDataObjectReader_GetRectilinearGridOutput; extern(C) void* function(void* jarg1) vtkXMLGenericDataObjectReader_GetStructuredGridOutput; extern(C) void* function(void* jarg1) vtkXMLGenericDataObjectReader_GetUnstructuredGridOutput; extern(C) void function(void* jarg1) vtkXMLGenericDataObjectReader_SetupEmptyOutput; extern(C) int function(void* jarg1, const(char)* jarg2, void* jarg3) vtkXMLGenericDataObjectReader_ReadOutputType; extern(C) void* function(void* objectRef) vtkXMLGenericDataObjectReader_Upcast; extern(C) void* function() vtkReebGraph_New; extern(C) int function(const(char)* jarg1) vtkReebGraph_IsTypeOf; extern(C) void* function(void* jarg1) vtkReebGraph_SafeDownCast; extern(C) void* function(void* jarg1) vtkReebGraph_NewInstance; extern(C) void function(void* jarg1, void* jarg2, void* jarg3) vtkReebGraph_PrintNodeData; extern(C) int function(void* jarg1, void* jarg2, void* jarg3) vtkReebGraph_Build__SWIG_0; extern(C) int function(void* jarg1, void* jarg2, void* jarg3) vtkReebGraph_Build__SWIG_1; extern(C) int function(void* jarg1, void* jarg2, long jarg3) vtkReebGraph_Build__SWIG_2; extern(C) int function(void* jarg1, void* jarg2, long jarg3) vtkReebGraph_Build__SWIG_3; extern(C) int function(void* jarg1, void* jarg2, const(char)* jarg3) vtkReebGraph_Build__SWIG_4; extern(C) int function(void* jarg1, void* jarg2, const(char)* jarg3) vtkReebGraph_Build__SWIG_5; extern(C) int function(void* jarg1, long jarg2, double jarg3, long jarg4, double jarg5, long jarg6, double jarg7) vtkReebGraph_StreamTriangle; extern(C) int function(void* jarg1, long jarg2, double jarg3, long jarg4, double jarg5, long jarg6, double jarg7, long jarg8, double jarg9) vtkReebGraph_StreamTetrahedron; extern(C) void function(void* jarg1) vtkReebGraph_CloseStream; extern(C) int function(void* jarg1, double jarg2, void* jarg3) vtkReebGraph_Simplify; extern(C) void function(void* jarg1, void* jarg2) vtkReebGraph_Set; extern(C) void* function(void* objectRef) vtkReebGraph_Upcast; extern(C) int function(const(char)* jarg1) vtkMathTextFreeTypeTextRenderer_IsTypeOf; extern(C) void* function(void* jarg1) vtkMathTextFreeTypeTextRenderer_SafeDownCast; extern(C) void* function(void* jarg1) vtkMathTextFreeTypeTextRenderer_NewInstance; extern(C) void* function() vtkMathTextFreeTypeTextRenderer_New; extern(C) void* function(void* objectRef) vtkMathTextFreeTypeTextRenderer_Upcast; extern(C) int function() VTK_MAX_SUPERQUADRIC_RESOLUTION_get; extern(C) double function() VTK_MIN_SUPERQUADRIC_ROUNDNESS_get; extern(C) void* function() vtkSuperquadricSource_New; extern(C) int function(const(char)* jarg1) vtkSuperquadricSource_IsTypeOf; extern(C) void* function(void* jarg1) vtkSuperquadricSource_SafeDownCast; extern(C) void* function(void* jarg1) vtkSuperquadricSource_NewInstance; extern(C) void function(void* jarg1, double jarg2, double jarg3, double jarg4) vtkSuperquadricSource_SetCenter__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkSuperquadricSource_SetCenter__SWIG_1; extern(C) void* function(void* jarg1) vtkSuperquadricSource_GetCenter__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkSuperquadricSource_GetCenter__SWIG_1; extern(C) void function(void* jarg1, double jarg2, double jarg3, double jarg4) vtkSuperquadricSource_SetScale__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkSuperquadricSource_SetScale__SWIG_1; extern(C) void* function(void* jarg1) vtkSuperquadricSource_GetScale__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkSuperquadricSource_GetScale__SWIG_1; extern(C) int function(void* jarg1) vtkSuperquadricSource_GetThetaResolution; extern(C) void function(void* jarg1, int jarg2) vtkSuperquadricSource_SetThetaResolution; extern(C) int function(void* jarg1) vtkSuperquadricSource_GetPhiResolution; extern(C) void function(void* jarg1, int jarg2) vtkSuperquadricSource_SetPhiResolution; extern(C) double function(void* jarg1) vtkSuperquadricSource_GetThickness; extern(C) void function(void* jarg1, double jarg2) vtkSuperquadricSource_SetThickness; extern(C) double function(void* jarg1) vtkSuperquadricSource_GetThicknessMinValue; extern(C) double function(void* jarg1) vtkSuperquadricSource_GetThicknessMaxValue; extern(C) double function(void* jarg1) vtkSuperquadricSource_GetPhiRoundness; extern(C) void function(void* jarg1, double jarg2) vtkSuperquadricSource_SetPhiRoundness; extern(C) double function(void* jarg1) vtkSuperquadricSource_GetThetaRoundness; extern(C) void function(void* jarg1, double jarg2) vtkSuperquadricSource_SetThetaRoundness; extern(C) void function(void* jarg1, double jarg2) vtkSuperquadricSource_SetSize; extern(C) double function(void* jarg1) vtkSuperquadricSource_GetSize; extern(C) void function(void* jarg1, int jarg2) vtkSuperquadricSource_SetAxisOfSymmetry; extern(C) int function(void* jarg1) vtkSuperquadricSource_GetAxisOfSymmetry; extern(C) void function(void* jarg1) vtkSuperquadricSource_SetXAxisOfSymmetry; extern(C) void function(void* jarg1) vtkSuperquadricSource_SetYAxisOfSymmetry; extern(C) void function(void* jarg1) vtkSuperquadricSource_SetZAxisOfSymmetry; extern(C) void function(void* jarg1) vtkSuperquadricSource_ToroidalOn; extern(C) void function(void* jarg1) vtkSuperquadricSource_ToroidalOff; extern(C) int function(void* jarg1) vtkSuperquadricSource_GetToroidal; extern(C) void function(void* jarg1, int jarg2) vtkSuperquadricSource_SetToroidal; extern(C) void* function(void* objectRef) vtkSuperquadricSource_Upcast; extern(C) int function(const(char)* jarg1) vtkXMLHyperOctreeWriter_IsTypeOf; extern(C) void* function(void* jarg1) vtkXMLHyperOctreeWriter_SafeDownCast; extern(C) void* function(void* jarg1) vtkXMLHyperOctreeWriter_NewInstance; extern(C) void* function() vtkXMLHyperOctreeWriter_New; extern(C) void* function(void* objectRef) vtkXMLHyperOctreeWriter_Upcast; extern(C) int function(const(char)* jarg1) vtkGenericGlyph3DFilter_IsTypeOf; extern(C) void* function(void* jarg1) vtkGenericGlyph3DFilter_SafeDownCast; extern(C) void* function(void* jarg1) vtkGenericGlyph3DFilter_NewInstance; extern(C) void* function() vtkGenericGlyph3DFilter_New; extern(C) void function(void* jarg1, void* jarg2) vtkGenericGlyph3DFilter_SetSourceData__SWIG_0; extern(C) void function(void* jarg1, int jarg2, void* jarg3) vtkGenericGlyph3DFilter_SetSourceData__SWIG_1; extern(C) void* function(void* jarg1, int jarg2) vtkGenericGlyph3DFilter_GetSource__SWIG_0; extern(C) void* function(void* jarg1) vtkGenericGlyph3DFilter_GetSource__SWIG_1; extern(C) void function(void* jarg1, int jarg2) vtkGenericGlyph3DFilter_SetScaling; extern(C) void function(void* jarg1) vtkGenericGlyph3DFilter_ScalingOn; extern(C) void function(void* jarg1) vtkGenericGlyph3DFilter_ScalingOff; extern(C) int function(void* jarg1) vtkGenericGlyph3DFilter_GetScaling; extern(C) void function(void* jarg1, int jarg2) vtkGenericGlyph3DFilter_SetScaleMode; extern(C) int function(void* jarg1) vtkGenericGlyph3DFilter_GetScaleMode; extern(C) void function(void* jarg1) vtkGenericGlyph3DFilter_SetScaleModeToScaleByScalar; extern(C) void function(void* jarg1) vtkGenericGlyph3DFilter_SetScaleModeToScaleByVector; extern(C) void function(void* jarg1) vtkGenericGlyph3DFilter_SetScaleModeToScaleByVectorComponents; extern(C) void function(void* jarg1) vtkGenericGlyph3DFilter_SetScaleModeToDataScalingOff; extern(C) const(char)* function(void* jarg1) vtkGenericGlyph3DFilter_GetScaleModeAsString; extern(C) void function(void* jarg1, int jarg2) vtkGenericGlyph3DFilter_SetColorMode; extern(C) int function(void* jarg1) vtkGenericGlyph3DFilter_GetColorMode; extern(C) void function(void* jarg1) vtkGenericGlyph3DFilter_SetColorModeToColorByScale; extern(C) void function(void* jarg1) vtkGenericGlyph3DFilter_SetColorModeToColorByScalar; extern(C) void function(void* jarg1) vtkGenericGlyph3DFilter_SetColorModeToColorByVector; extern(C) const(char)* function(void* jarg1) vtkGenericGlyph3DFilter_GetColorModeAsString; extern(C) void function(void* jarg1, double jarg2) vtkGenericGlyph3DFilter_SetScaleFactor; extern(C) double function(void* jarg1) vtkGenericGlyph3DFilter_GetScaleFactor; extern(C) void function(void* jarg1, double jarg2, double jarg3) vtkGenericGlyph3DFilter_SetRange__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkGenericGlyph3DFilter_SetRange__SWIG_1; extern(C) void* function(void* jarg1) vtkGenericGlyph3DFilter_GetRange__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkGenericGlyph3DFilter_GetRange__SWIG_1; extern(C) void function(void* jarg1, int jarg2) vtkGenericGlyph3DFilter_SetOrient; extern(C) void function(void* jarg1) vtkGenericGlyph3DFilter_OrientOn; extern(C) void function(void* jarg1) vtkGenericGlyph3DFilter_OrientOff; extern(C) int function(void* jarg1) vtkGenericGlyph3DFilter_GetOrient; extern(C) void function(void* jarg1, int jarg2) vtkGenericGlyph3DFilter_SetClamping; extern(C) void function(void* jarg1) vtkGenericGlyph3DFilter_ClampingOn; extern(C) void function(void* jarg1) vtkGenericGlyph3DFilter_ClampingOff; extern(C) int function(void* jarg1) vtkGenericGlyph3DFilter_GetClamping; extern(C) void function(void* jarg1, int jarg2) vtkGenericGlyph3DFilter_SetVectorMode; extern(C) int function(void* jarg1) vtkGenericGlyph3DFilter_GetVectorMode; extern(C) void function(void* jarg1) vtkGenericGlyph3DFilter_SetVectorModeToUseVector; extern(C) void function(void* jarg1) vtkGenericGlyph3DFilter_SetVectorModeToUseNormal; extern(C) void function(void* jarg1) vtkGenericGlyph3DFilter_SetVectorModeToVectorRotationOff; extern(C) const(char)* function(void* jarg1) vtkGenericGlyph3DFilter_GetVectorModeAsString; extern(C) void function(void* jarg1, int jarg2) vtkGenericGlyph3DFilter_SetIndexMode; extern(C) int function(void* jarg1) vtkGenericGlyph3DFilter_GetIndexMode; extern(C) void function(void* jarg1) vtkGenericGlyph3DFilter_SetIndexModeToScalar; extern(C) void function(void* jarg1) vtkGenericGlyph3DFilter_SetIndexModeToVector; extern(C) void function(void* jarg1) vtkGenericGlyph3DFilter_SetIndexModeToOff; extern(C) const(char)* function(void* jarg1) vtkGenericGlyph3DFilter_GetIndexModeAsString; extern(C) void function(void* jarg1, int jarg2) vtkGenericGlyph3DFilter_SetGeneratePointIds; extern(C) int function(void* jarg1) vtkGenericGlyph3DFilter_GetGeneratePointIds; extern(C) void function(void* jarg1) vtkGenericGlyph3DFilter_GeneratePointIdsOn; extern(C) void function(void* jarg1) vtkGenericGlyph3DFilter_GeneratePointIdsOff; extern(C) void function(void* jarg1, const(char)* jarg2) vtkGenericGlyph3DFilter_SetPointIdsName; extern(C) const(char)* function(void* jarg1) vtkGenericGlyph3DFilter_GetPointIdsName; extern(C) const(char)* function(void* jarg1) vtkGenericGlyph3DFilter_GetInputScalarsSelection; extern(C) void function(void* jarg1, const(char)* jarg2) vtkGenericGlyph3DFilter_SelectInputScalars; extern(C) const(char)* function(void* jarg1) vtkGenericGlyph3DFilter_GetInputVectorsSelection; extern(C) void function(void* jarg1, const(char)* jarg2) vtkGenericGlyph3DFilter_SelectInputVectors; extern(C) const(char)* function(void* jarg1) vtkGenericGlyph3DFilter_GetInputNormalsSelection; extern(C) void function(void* jarg1, const(char)* jarg2) vtkGenericGlyph3DFilter_SelectInputNormals; extern(C) void* function(void* objectRef) vtkGenericGlyph3DFilter_Upcast; extern(C) int function(const(char)* jarg1) vtkStreamPoints_IsTypeOf; extern(C) void* function(void* jarg1) vtkStreamPoints_SafeDownCast; extern(C) void* function(void* jarg1) vtkStreamPoints_NewInstance; extern(C) void* function() vtkStreamPoints_New; extern(C) void function(void* jarg1, double jarg2) vtkStreamPoints_SetTimeIncrement; extern(C) double function(void* jarg1) vtkStreamPoints_GetTimeIncrementMinValue; extern(C) double function(void* jarg1) vtkStreamPoints_GetTimeIncrementMaxValue; extern(C) double function(void* jarg1) vtkStreamPoints_GetTimeIncrement; extern(C) void* function(void* objectRef) vtkStreamPoints_Upcast; extern(C) void* function() vtkImageEuclideanToPolar_New; extern(C) int function(const(char)* jarg1) vtkImageEuclideanToPolar_IsTypeOf; extern(C) void* function(void* jarg1) vtkImageEuclideanToPolar_SafeDownCast; extern(C) void* function(void* jarg1) vtkImageEuclideanToPolar_NewInstance; extern(C) void function(void* jarg1, double jarg2) vtkImageEuclideanToPolar_SetThetaMaximum; extern(C) double function(void* jarg1) vtkImageEuclideanToPolar_GetThetaMaximum; extern(C) void* function(void* objectRef) vtkImageEuclideanToPolar_Upcast; extern(C) void* function() vtkCachedStreamingDemandDrivenPipeline_New; extern(C) int function(const(char)* jarg1) vtkCachedStreamingDemandDrivenPipeline_IsTypeOf; extern(C) void* function(void* jarg1) vtkCachedStreamingDemandDrivenPipeline_SafeDownCast; extern(C) void* function(void* jarg1) vtkCachedStreamingDemandDrivenPipeline_NewInstance; extern(C) int function(void* jarg1) vtkCachedStreamingDemandDrivenPipeline_Update__SWIG_0; extern(C) int function(void* jarg1, int jarg2) vtkCachedStreamingDemandDrivenPipeline_Update__SWIG_1; extern(C) void function(void* jarg1, int jarg2) vtkCachedStreamingDemandDrivenPipeline_SetCacheSize; extern(C) int function(void* jarg1) vtkCachedStreamingDemandDrivenPipeline_GetCacheSize; extern(C) void* function(void* objectRef) vtkCachedStreamingDemandDrivenPipeline_Upcast; extern(C) void* function() vtkConvertSelection_New; extern(C) int function(const(char)* jarg1) vtkConvertSelection_IsTypeOf; extern(C) void* function(void* jarg1) vtkConvertSelection_SafeDownCast; extern(C) void* function(void* jarg1) vtkConvertSelection_NewInstance; extern(C) void function(void* jarg1, void* jarg2) vtkConvertSelection_SetDataObjectConnection; extern(C) void function(void* jarg1, int jarg2) vtkConvertSelection_SetInputFieldType; extern(C) int function(void* jarg1) vtkConvertSelection_GetInputFieldType; extern(C) void function(void* jarg1, int jarg2) vtkConvertSelection_SetOutputType; extern(C) int function(void* jarg1) vtkConvertSelection_GetOutputType; extern(C) void function(void* jarg1, const(char)* jarg2) vtkConvertSelection_SetArrayName; extern(C) const(char)* function(void* jarg1) vtkConvertSelection_GetArrayName; extern(C) void function(void* jarg1, void* jarg2) vtkConvertSelection_SetArrayNames; extern(C) void* function(void* jarg1) vtkConvertSelection_GetArrayNames; extern(C) void function(void* jarg1, const(char)* jarg2) vtkConvertSelection_AddArrayName; extern(C) void function(void* jarg1) vtkConvertSelection_ClearArrayNames; extern(C) void function(void* jarg1, uint jarg2) vtkConvertSelection_SetMatchAnyValues; extern(C) uint function(void* jarg1) vtkConvertSelection_GetMatchAnyValues; extern(C) void function(void* jarg1) vtkConvertSelection_MatchAnyValuesOn; extern(C) void function(void* jarg1) vtkConvertSelection_MatchAnyValuesOff; extern(C) void function(void* jarg1, void* jarg2) vtkConvertSelection_SetSelectionExtractor; extern(C) void* function(void* jarg1) vtkConvertSelection_GetSelectionExtractor; extern(C) void* function(void* jarg1, void* jarg2) vtkConvertSelection_ToIndexSelection; extern(C) void* function(void* jarg1, void* jarg2) vtkConvertSelection_ToGlobalIdSelection; extern(C) void* function(void* jarg1, void* jarg2) vtkConvertSelection_ToPedigreeIdSelection; extern(C) void* function(void* jarg1, void* jarg2, const(char)* jarg3) vtkConvertSelection_ToValueSelection__SWIG_0; extern(C) void* function(void* jarg1, void* jarg2, void* jarg3) vtkConvertSelection_ToValueSelection__SWIG_1; extern(C) void function(void* jarg1, void* jarg2, int jarg3, void* jarg4) vtkConvertSelection_GetSelectedItems; extern(C) void function(void* jarg1, void* jarg2, void* jarg3) vtkConvertSelection_GetSelectedVertices; extern(C) void function(void* jarg1, void* jarg2, void* jarg3) vtkConvertSelection_GetSelectedEdges; extern(C) void function(void* jarg1, void* jarg2, void* jarg3) vtkConvertSelection_GetSelectedPoints; extern(C) void function(void* jarg1, void* jarg2, void* jarg3) vtkConvertSelection_GetSelectedCells; extern(C) void function(void* jarg1, void* jarg2, void* jarg3) vtkConvertSelection_GetSelectedRows; extern(C) void* function(void* jarg1, void* jarg2, int jarg3, void* jarg4, int jarg5) vtkConvertSelection_ToSelectionType__SWIG_0; extern(C) void* function(void* jarg1, void* jarg2, int jarg3, void* jarg4) vtkConvertSelection_ToSelectionType__SWIG_1; extern(C) void* function(void* jarg1, void* jarg2, int jarg3) vtkConvertSelection_ToSelectionType__SWIG_2; extern(C) void* function(void* objectRef) vtkConvertSelection_Upcast; extern(C) void function(float jarg1) vtkOpenGLGL2PSHelper_SetLineWidth; extern(C) void function(float jarg1) vtkOpenGLGL2PSHelper_SetPointSize; extern(C) void function() vtkOpenGLGL2PSHelper_EnableStipple; extern(C) void function() vtkOpenGLGL2PSHelper_DisableStipple; extern(C) void* function() vtkProp3DCollection_New; extern(C) int function(const(char)* jarg1) vtkProp3DCollection_IsTypeOf; extern(C) void* function(void* jarg1) vtkProp3DCollection_SafeDownCast; extern(C) void* function(void* jarg1) vtkProp3DCollection_NewInstance; extern(C) void function(void* jarg1, void* jarg2) vtkProp3DCollection_AddItem; extern(C) void* function(void* jarg1) vtkProp3DCollection_GetNextProp3D; extern(C) void* function(void* jarg1) vtkProp3DCollection_GetLastProp3D; extern(C) void* function(void* objectRef) vtkProp3DCollection_Upcast; extern(C) int function(const(char)* jarg1) vtkOBBTree_IsTypeOf; extern(C) void* function(void* jarg1) vtkOBBTree_SafeDownCast; extern(C) void* function(void* jarg1) vtkOBBTree_NewInstance; extern(C) void* function() vtkOBBTree_New; extern(C) int function(void* jarg1, void* jarg2, void* jarg3, double jarg4, void* jarg5, void* jarg6, void* jarg7, void* jarg8) vtkOBBTree_IntersectWithLine__SWIG_0; extern(C) int function(void* jarg1, void* jarg2, void* jarg3, double jarg4, void* jarg5, void* jarg6, void* jarg7, void* jarg8, void* jarg9) vtkOBBTree_IntersectWithLine__SWIG_1; extern(C) int function(void* jarg1, void* jarg2, void* jarg3, void* jarg4, void* jarg5) vtkOBBTree_IntersectWithLine__SWIG_2; extern(C) int function(void* jarg1, void* jarg2, void* jarg3, double jarg4, void* jarg5, void* jarg6, void* jarg7, void* jarg8, void* jarg9, void* jarg10) vtkOBBTree_IntersectWithLine__SWIG_3; extern(C) void function(void* jarg1, void* jarg2, void* jarg3, void* jarg4, void* jarg5, void* jarg6) vtkOBBTree_FindClosestPoint__SWIG_0; extern(C) void function(void* jarg1, void* jarg2, void* jarg3, void* jarg4, void* jarg5, void* jarg6, void* jarg7) vtkOBBTree_FindClosestPoint__SWIG_1; extern(C) long function(void* jarg1, void* jarg2, double jarg3, void* jarg4, void* jarg5, void* jarg6, void* jarg7) vtkOBBTree_FindClosestPointWithinRadius__SWIG_0; extern(C) long function(void* jarg1, void* jarg2, double jarg3, void* jarg4, void* jarg5, void* jarg6, void* jarg7, void* jarg8) vtkOBBTree_FindClosestPointWithinRadius__SWIG_1; extern(C) long function(void* jarg1, void* jarg2, double jarg3, void* jarg4, void* jarg5, void* jarg6, void* jarg7, void* jarg8, void* jarg9) vtkOBBTree_FindClosestPointWithinRadius__SWIG_2; extern(C) void function(void* jarg1, void* jarg2, void* jarg3, void* jarg4, void* jarg5, void* jarg6) vtkOBBTree_ComputeOBB__SWIG_0; extern(C) void function(void* jarg1, void* jarg2, void* jarg3, void* jarg4, void* jarg5, void* jarg6, void* jarg7) vtkOBBTree_ComputeOBB__SWIG_1; extern(C) int function(void* jarg1, void* jarg2) vtkOBBTree_InsideOrOutside; extern(C) void function(void* jarg1) delete_vtkOBBTree; extern(C) void* function(void* objectRef) vtkOBBTree_Upcast; extern(C) int function(const(char)* jarg1) vtkSelectVisiblePoints_IsTypeOf; extern(C) void* function(void* jarg1) vtkSelectVisiblePoints_SafeDownCast; extern(C) void* function(void* jarg1) vtkSelectVisiblePoints_NewInstance; extern(C) void* function() vtkSelectVisiblePoints_New; extern(C) void function(void* jarg1, void* jarg2) vtkSelectVisiblePoints_SetRenderer; extern(C) void* function(void* jarg1) vtkSelectVisiblePoints_GetRenderer; extern(C) void function(void* jarg1, int jarg2) vtkSelectVisiblePoints_SetSelectionWindow; extern(C) int function(void* jarg1) vtkSelectVisiblePoints_GetSelectionWindow; extern(C) void function(void* jarg1) vtkSelectVisiblePoints_SelectionWindowOn; extern(C) void function(void* jarg1) vtkSelectVisiblePoints_SelectionWindowOff; extern(C) void function(void* jarg1, int jarg2, int jarg3, int jarg4, int jarg5) vtkSelectVisiblePoints_SetSelection__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkSelectVisiblePoints_SetSelection__SWIG_1; extern(C) void* function(void* jarg1) vtkSelectVisiblePoints_GetSelection__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkSelectVisiblePoints_GetSelection__SWIG_1; extern(C) void function(void* jarg1, int jarg2) vtkSelectVisiblePoints_SetSelectInvisible; extern(C) int function(void* jarg1) vtkSelectVisiblePoints_GetSelectInvisible; extern(C) void function(void* jarg1) vtkSelectVisiblePoints_SelectInvisibleOn; extern(C) void function(void* jarg1) vtkSelectVisiblePoints_SelectInvisibleOff; extern(C) void function(void* jarg1, double jarg2) vtkSelectVisiblePoints_SetTolerance; extern(C) double function(void* jarg1) vtkSelectVisiblePoints_GetToleranceMinValue; extern(C) double function(void* jarg1) vtkSelectVisiblePoints_GetToleranceMaxValue; extern(C) double function(void* jarg1) vtkSelectVisiblePoints_GetTolerance; extern(C) void* function(void* jarg1, uint jarg2) vtkSelectVisiblePoints_Initialize; extern(C) uint function(void* jarg1, void* jarg2, void* jarg3) vtkSelectVisiblePoints_IsPointOccluded; extern(C) void* function(void* objectRef) vtkSelectVisiblePoints_Upcast; extern(C) void* function() vtkSphereWidget2_New; extern(C) int function(const(char)* jarg1) vtkSphereWidget2_IsTypeOf; extern(C) void* function(void* jarg1) vtkSphereWidget2_SafeDownCast; extern(C) void* function(void* jarg1) vtkSphereWidget2_NewInstance; extern(C) void function(void* jarg1, void* jarg2) vtkSphereWidget2_SetRepresentation; extern(C) void function(void* jarg1, int jarg2) vtkSphereWidget2_SetTranslationEnabled; extern(C) int function(void* jarg1) vtkSphereWidget2_GetTranslationEnabled; extern(C) void function(void* jarg1) vtkSphereWidget2_TranslationEnabledOn; extern(C) void function(void* jarg1) vtkSphereWidget2_TranslationEnabledOff; extern(C) void function(void* jarg1, int jarg2) vtkSphereWidget2_SetScalingEnabled; extern(C) int function(void* jarg1) vtkSphereWidget2_GetScalingEnabled; extern(C) void function(void* jarg1) vtkSphereWidget2_ScalingEnabledOn; extern(C) void function(void* jarg1) vtkSphereWidget2_ScalingEnabledOff; extern(C) void* function(void* objectRef) vtkSphereWidget2_Upcast; extern(C) void* function() vtkRenderingFreeTypeOpenGLObjectFactory_New; extern(C) int function(const(char)* jarg1) vtkRenderingFreeTypeOpenGLObjectFactory_IsTypeOf; extern(C) void* function(void* jarg1) vtkRenderingFreeTypeOpenGLObjectFactory_SafeDownCast; extern(C) void* function(void* jarg1) vtkRenderingFreeTypeOpenGLObjectFactory_NewInstance; extern(C) void function(void* jarg1) delete_vtkRenderingFreeTypeOpenGLObjectFactory; extern(C) void* function(void* objectRef) vtkRenderingFreeTypeOpenGLObjectFactory_Upcast; extern(C) int function(const(char)* jarg1) vtkProcess_IsTypeOf; extern(C) void* function(void* jarg1) vtkProcess_SafeDownCast; extern(C) void* function(void* jarg1) vtkProcess_NewInstance; extern(C) void function(void* jarg1) vtkProcess_Execute; extern(C) void* function(void* jarg1) vtkProcess_GetController; extern(C) void function(void* jarg1, void* jarg2) vtkProcess_SetController; extern(C) int function(void* jarg1) vtkProcess_GetReturnValue; extern(C) void function(void* jarg1) delete_vtkProcess; extern(C) void* function(void* objectRef) vtkProcess_Upcast; extern(C) void* function() vtkSphericalTransform_New; extern(C) int function(const(char)* jarg1) vtkSphericalTransform_IsTypeOf; extern(C) void* function(void* jarg1) vtkSphericalTransform_SafeDownCast; extern(C) void* function(void* jarg1) vtkSphericalTransform_NewInstance; extern(C) void* function(void* objectRef) vtkSphericalTransform_Upcast; extern(C) void* function() vtkImageShrink3D_New; extern(C) int function(const(char)* jarg1) vtkImageShrink3D_IsTypeOf; extern(C) void* function(void* jarg1) vtkImageShrink3D_SafeDownCast; extern(C) void* function(void* jarg1) vtkImageShrink3D_NewInstance; extern(C) void function(void* jarg1, int jarg2, int jarg3, int jarg4) vtkImageShrink3D_SetShrinkFactors__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkImageShrink3D_SetShrinkFactors__SWIG_1; extern(C) void* function(void* jarg1) vtkImageShrink3D_GetShrinkFactors__SWIG_0; extern(C) void function(void* jarg1, void* jarg2, void* jarg3, void* jarg4) vtkImageShrink3D_GetShrinkFactors__SWIG_1; extern(C) void function(void* jarg1, void* jarg2) vtkImageShrink3D_GetShrinkFactors__SWIG_2; extern(C) void function(void* jarg1, int jarg2, int jarg3, int jarg4) vtkImageShrink3D_SetShift__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkImageShrink3D_SetShift__SWIG_1; extern(C) void* function(void* jarg1) vtkImageShrink3D_GetShift__SWIG_0; extern(C) void function(void* jarg1, void* jarg2, void* jarg3, void* jarg4) vtkImageShrink3D_GetShift__SWIG_1; extern(C) void function(void* jarg1, void* jarg2) vtkImageShrink3D_GetShift__SWIG_2; extern(C) void function(void* jarg1, int jarg2) vtkImageShrink3D_SetAveraging; extern(C) int function(void* jarg1) vtkImageShrink3D_GetAveraging; extern(C) void function(void* jarg1) vtkImageShrink3D_AveragingOn; extern(C) void function(void* jarg1) vtkImageShrink3D_AveragingOff; extern(C) void function(void* jarg1, int jarg2) vtkImageShrink3D_SetMean; extern(C) int function(void* jarg1) vtkImageShrink3D_GetMean; extern(C) void function(void* jarg1) vtkImageShrink3D_MeanOn; extern(C) void function(void* jarg1) vtkImageShrink3D_MeanOff; extern(C) void function(void* jarg1, int jarg2) vtkImageShrink3D_SetMinimum; extern(C) int function(void* jarg1) vtkImageShrink3D_GetMinimum; extern(C) void function(void* jarg1) vtkImageShrink3D_MinimumOn; extern(C) void function(void* jarg1) vtkImageShrink3D_MinimumOff; extern(C) void function(void* jarg1, int jarg2) vtkImageShrink3D_SetMaximum; extern(C) int function(void* jarg1) vtkImageShrink3D_GetMaximum; extern(C) void function(void* jarg1) vtkImageShrink3D_MaximumOn; extern(C) void function(void* jarg1) vtkImageShrink3D_MaximumOff; extern(C) void function(void* jarg1, int jarg2) vtkImageShrink3D_SetMedian; extern(C) int function(void* jarg1) vtkImageShrink3D_GetMedian; extern(C) void function(void* jarg1) vtkImageShrink3D_MedianOn; extern(C) void function(void* jarg1) vtkImageShrink3D_MedianOff; extern(C) void* function(void* objectRef) vtkImageShrink3D_Upcast; extern(C) void* function() vtkParallelCoordinatesRepresentation_New; extern(C) int function(const(char)* jarg1) vtkParallelCoordinatesRepresentation_IsTypeOf; extern(C) void* function(void* jarg1) vtkParallelCoordinatesRepresentation_SafeDownCast; extern(C) void* function(void* jarg1) vtkParallelCoordinatesRepresentation_NewInstance; extern(C) const(char)* function(void* jarg1, void* jarg2, int jarg3, int jarg4) vtkParallelCoordinatesRepresentation_GetHoverText; extern(C) int function(void* jarg1, void* jarg2, void* jarg3) vtkParallelCoordinatesRepresentation_SetPositionAndSize; extern(C) int function(void* jarg1, void* jarg2, void* jarg3) vtkParallelCoordinatesRepresentation_GetPositionAndSize; extern(C) void function(void* jarg1, void* jarg2) vtkParallelCoordinatesRepresentation_SetAxisTitles__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkParallelCoordinatesRepresentation_SetAxisTitles__SWIG_1; extern(C) void function(void* jarg1, const(char)* jarg2) vtkParallelCoordinatesRepresentation_SetPlotTitle; extern(C) int function(void* jarg1) vtkParallelCoordinatesRepresentation_GetNumberOfAxes; extern(C) int function(void* jarg1) vtkParallelCoordinatesRepresentation_GetNumberOfSamples; extern(C) void function(void* jarg1, int jarg2) vtkParallelCoordinatesRepresentation_SetNumberOfAxisLabels; extern(C) int function(void* jarg1) vtkParallelCoordinatesRepresentation_GetNumberOfAxisLabels; extern(C) int function(void* jarg1, int jarg2, int jarg3) vtkParallelCoordinatesRepresentation_SwapAxisPositions; extern(C) int function(void* jarg1, int jarg2, double jarg3) vtkParallelCoordinatesRepresentation_SetXCoordinateOfPosition; extern(C) double function(void* jarg1, int jarg2) vtkParallelCoordinatesRepresentation_GetXCoordinateOfPosition; extern(C) void function(void* jarg1, void* jarg2) vtkParallelCoordinatesRepresentation_GetXCoordinatesOfPositions; extern(C) int function(void* jarg1, double jarg2) vtkParallelCoordinatesRepresentation_GetPositionNearXCoordinate; extern(C) void function(void* jarg1, int jarg2) vtkParallelCoordinatesRepresentation_SetUseCurves; extern(C) int function(void* jarg1) vtkParallelCoordinatesRepresentation_GetUseCurves; extern(C) void function(void* jarg1) vtkParallelCoordinatesRepresentation_UseCurvesOn; extern(C) void function(void* jarg1) vtkParallelCoordinatesRepresentation_UseCurvesOff; extern(C) void function(void* jarg1, int jarg2) vtkParallelCoordinatesRepresentation_SetCurveResolution; extern(C) int function(void* jarg1) vtkParallelCoordinatesRepresentation_GetCurveResolution; extern(C) double function(void* jarg1) vtkParallelCoordinatesRepresentation_GetLineOpacity; extern(C) double function(void* jarg1) vtkParallelCoordinatesRepresentation_GetFontSize; extern(C) void* function(void* jarg1) vtkParallelCoordinatesRepresentation_GetLineColor__SWIG_0; extern(C) void function(void* jarg1, void* jarg2, void* jarg3, void* jarg4) vtkParallelCoordinatesRepresentation_GetLineColor__SWIG_1; extern(C) void function(void* jarg1, void* jarg2) vtkParallelCoordinatesRepresentation_GetLineColor__SWIG_2; extern(C) void* function(void* jarg1) vtkParallelCoordinatesRepresentation_GetAxisColor__SWIG_0; extern(C) void function(void* jarg1, void* jarg2, void* jarg3, void* jarg4) vtkParallelCoordinatesRepresentation_GetAxisColor__SWIG_1; extern(C) void function(void* jarg1, void* jarg2) vtkParallelCoordinatesRepresentation_GetAxisColor__SWIG_2; extern(C) void* function(void* jarg1) vtkParallelCoordinatesRepresentation_GetAxisLabelColor__SWIG_0; extern(C) void function(void* jarg1, void* jarg2, void* jarg3, void* jarg4) vtkParallelCoordinatesRepresentation_GetAxisLabelColor__SWIG_1; extern(C) void function(void* jarg1, void* jarg2) vtkParallelCoordinatesRepresentation_GetAxisLabelColor__SWIG_2; extern(C) void function(void* jarg1, double jarg2) vtkParallelCoordinatesRepresentation_SetLineOpacity; extern(C) void function(void* jarg1, double jarg2) vtkParallelCoordinatesRepresentation_SetFontSize; extern(C) void function(void* jarg1, double jarg2, double jarg3, double jarg4) vtkParallelCoordinatesRepresentation_SetLineColor__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkParallelCoordinatesRepresentation_SetLineColor__SWIG_1; extern(C) void function(void* jarg1, double jarg2, double jarg3, double jarg4) vtkParallelCoordinatesRepresentation_SetAxisColor__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkParallelCoordinatesRepresentation_SetAxisColor__SWIG_1; extern(C) void function(void* jarg1, double jarg2, double jarg3, double jarg4) vtkParallelCoordinatesRepresentation_SetAxisLabelColor__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkParallelCoordinatesRepresentation_SetAxisLabelColor__SWIG_1; extern(C) void function(void* jarg1, double jarg2) vtkParallelCoordinatesRepresentation_SetAngleBrushThreshold; extern(C) double function(void* jarg1) vtkParallelCoordinatesRepresentation_GetAngleBrushThreshold; extern(C) void function(void* jarg1, double jarg2) vtkParallelCoordinatesRepresentation_SetFunctionBrushThreshold; extern(C) double function(void* jarg1) vtkParallelCoordinatesRepresentation_GetFunctionBrushThreshold; extern(C) int function(void* jarg1, int jarg2, void* jarg3) vtkParallelCoordinatesRepresentation_GetRangeAtPosition; extern(C) int function(void* jarg1, int jarg2, void* jarg3) vtkParallelCoordinatesRepresentation_SetRangeAtPosition; extern(C) void function(void* jarg1) vtkParallelCoordinatesRepresentation_ResetAxes; extern(C) void function(void* jarg1, int jarg2, int jarg3, void* jarg4) vtkParallelCoordinatesRepresentation_LassoSelect; extern(C) void function(void* jarg1, int jarg2, int jarg3, void* jarg4, void* jarg5) vtkParallelCoordinatesRepresentation_AngleSelect; extern(C) void function(void* jarg1, int jarg2, int jarg3, void* jarg4, void* jarg5, void* jarg6, void* jarg7) vtkParallelCoordinatesRepresentation_FunctionSelect; extern(C) void function(void* jarg1, int jarg2, int jarg3, void* jarg4, void* jarg5) vtkParallelCoordinatesRepresentation_RangeSelect; extern(C) void* function(void* objectRef) vtkParallelCoordinatesRepresentation_Upcast; extern(C) void* function() vtkParallelCoordinatesHistogramRepresentation_New; extern(C) int function(const(char)* jarg1) vtkParallelCoordinatesHistogramRepresentation_IsTypeOf; extern(C) void* function(void* jarg1) vtkParallelCoordinatesHistogramRepresentation_SafeDownCast; extern(C) void* function(void* jarg1) vtkParallelCoordinatesHistogramRepresentation_NewInstance; extern(C) void function(void* jarg1, int jarg2) vtkParallelCoordinatesHistogramRepresentation_SetUseHistograms; extern(C) int function(void* jarg1) vtkParallelCoordinatesHistogramRepresentation_GetUseHistograms; extern(C) void function(void* jarg1) vtkParallelCoordinatesHistogramRepresentation_UseHistogramsOn; extern(C) void function(void* jarg1) vtkParallelCoordinatesHistogramRepresentation_UseHistogramsOff; extern(C) void function(void* jarg1, int jarg2) vtkParallelCoordinatesHistogramRepresentation_SetShowOutliers; extern(C) int function(void* jarg1) vtkParallelCoordinatesHistogramRepresentation_GetShowOutliers; extern(C) void function(void* jarg1) vtkParallelCoordinatesHistogramRepresentation_ShowOutliersOn; extern(C) void function(void* jarg1) vtkParallelCoordinatesHistogramRepresentation_ShowOutliersOff; extern(C) void function(void* jarg1, double jarg2, double jarg3) vtkParallelCoordinatesHistogramRepresentation_SetHistogramLookupTableRange__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkParallelCoordinatesHistogramRepresentation_SetHistogramLookupTableRange__SWIG_1; extern(C) void* function(void* jarg1) vtkParallelCoordinatesHistogramRepresentation_GetHistogramLookupTableRange__SWIG_0; extern(C) void function(void* jarg1, void* jarg2, void* jarg3) vtkParallelCoordinatesHistogramRepresentation_GetHistogramLookupTableRange__SWIG_1; extern(C) void function(void* jarg1, void* jarg2) vtkParallelCoordinatesHistogramRepresentation_GetHistogramLookupTableRange__SWIG_2; extern(C) void function(void* jarg1, int jarg2) vtkParallelCoordinatesHistogramRepresentation_SetPreferredNumberOfOutliers; extern(C) int function(void* jarg1) vtkParallelCoordinatesHistogramRepresentation_GetPreferredNumberOfOutliers; extern(C) void* function(void* objectRef) vtkParallelCoordinatesHistogramRepresentation_Upcast; extern(C) void* function() vtkImageSobel3D_New; extern(C) int function(const(char)* jarg1) vtkImageSobel3D_IsTypeOf; extern(C) void* function(void* jarg1) vtkImageSobel3D_SafeDownCast; extern(C) void* function(void* jarg1) vtkImageSobel3D_NewInstance; extern(C) void* function(void* objectRef) vtkImageSobel3D_Upcast; extern(C) void* function() vtkEnSightGoldReader_New; extern(C) int function(const(char)* jarg1) vtkEnSightGoldReader_IsTypeOf; extern(C) void* function(void* jarg1) vtkEnSightGoldReader_SafeDownCast; extern(C) void* function(void* jarg1) vtkEnSightGoldReader_NewInstance; extern(C) void* function(void* objectRef) vtkEnSightGoldReader_Upcast; extern(C) void* function() vtkROIStencilSource_New; extern(C) int function(const(char)* jarg1) vtkROIStencilSource_IsTypeOf; extern(C) void* function(void* jarg1) vtkROIStencilSource_SafeDownCast; extern(C) void* function(void* jarg1) vtkROIStencilSource_NewInstance; extern(C) int function(void* jarg1) vtkROIStencilSource_GetShape; extern(C) void function(void* jarg1, int jarg2) vtkROIStencilSource_SetShape; extern(C) int function(void* jarg1) vtkROIStencilSource_GetShapeMinValue; extern(C) int function(void* jarg1) vtkROIStencilSource_GetShapeMaxValue; extern(C) void function(void* jarg1) vtkROIStencilSource_SetShapeToBox; extern(C) void function(void* jarg1) vtkROIStencilSource_SetShapeToEllipsoid; extern(C) void function(void* jarg1) vtkROIStencilSource_SetShapeToCylinderX; extern(C) void function(void* jarg1) vtkROIStencilSource_SetShapeToCylinderY; extern(C) void function(void* jarg1) vtkROIStencilSource_SetShapeToCylinderZ; extern(C) const(char)* function(void* jarg1) vtkROIStencilSource_GetShapeAsString; extern(C) void* function(void* jarg1) vtkROIStencilSource_GetBounds__SWIG_0; extern(C) void function(void* jarg1, void* jarg2, void* jarg3, void* jarg4, void* jarg5, void* jarg6, void* jarg7) vtkROIStencilSource_GetBounds__SWIG_1; extern(C) void function(void* jarg1, void* jarg2) vtkROIStencilSource_GetBounds__SWIG_2; extern(C) void function(void* jarg1, double jarg2, double jarg3, double jarg4, double jarg5, double jarg6, double jarg7) vtkROIStencilSource_SetBounds__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkROIStencilSource_SetBounds__SWIG_1; extern(C) void* function(void* objectRef) vtkROIStencilSource_Upcast; extern(C) void* function() vtkUniformVariables_New; extern(C) int function(const(char)* jarg1) vtkUniformVariables_IsTypeOf; extern(C) void* function(void* jarg1) vtkUniformVariables_SafeDownCast; extern(C) void* function(void* jarg1) vtkUniformVariables_NewInstance; extern(C) void function(void* jarg1, const(char)* jarg2, int jarg3, void* jarg4) vtkUniformVariables_SetUniformi; extern(C) void function(void* jarg1, const(char)* jarg2, int jarg3, void* jarg4) vtkUniformVariables_SetUniformf; extern(C) void function(void* jarg1, const(char)* jarg2, int jarg3, int jarg4, void* jarg5) vtkUniformVariables_SetUniformiv; extern(C) void function(void* jarg1, const(char)* jarg2, int jarg3, int jarg4, void* jarg5) vtkUniformVariables_SetUniformfv; extern(C) void function(void* jarg1, const(char)* jarg2, int jarg3, int jarg4, void* jarg5) vtkUniformVariables_SetUniformMatrix; extern(C) void function(void* jarg1, const(char)* jarg2) vtkUniformVariables_RemoveUniform; extern(C) void function(void* jarg1) vtkUniformVariables_RemoveAllUniforms; extern(C) void function(void* jarg1, const(char)* jarg2, int jarg3) vtkUniformVariables_Send; extern(C) void function(void* jarg1) vtkUniformVariables_Start; extern(C) uint function(void* jarg1) vtkUniformVariables_IsAtEnd; extern(C) const(char)* function(void* jarg1) vtkUniformVariables_GetCurrentName; extern(C) void function(void* jarg1, int jarg2) vtkUniformVariables_SendCurrentUniform; extern(C) void function(void* jarg1) vtkUniformVariables_Next; extern(C) void function(void* jarg1, void* jarg2) vtkUniformVariables_DeepCopy; extern(C) void function(void* jarg1, void* jarg2) vtkUniformVariables_Merge; extern(C) void* function(void* objectRef) vtkUniformVariables_Upcast; extern(C) int function(const(char)* jarg1) vtkInformationExecutivePortVectorKey_IsTypeOf; extern(C) void* function(void* jarg1) vtkInformationExecutivePortVectorKey_SafeDownCast; extern(C) void* function(void* jarg1) vtkInformationExecutivePortVectorKey_NewInstance; extern(C) void* function(const(char)* jarg1, const(char)* jarg2) new_vtkInformationExecutivePortVectorKey; extern(C) void function(void* jarg1) delete_vtkInformationExecutivePortVectorKey; extern(C) void function(void* jarg1, void* jarg2, void* jarg3, int jarg4) vtkInformationExecutivePortVectorKey_Append; extern(C) void function(void* jarg1, void* jarg2, void* jarg3, int jarg4) vtkInformationExecutivePortVectorKey_Remove__SWIG_0; extern(C) void function(void* jarg1, void* jarg2, void* jarg3, void* jarg4, int jarg5) vtkInformationExecutivePortVectorKey_Set; extern(C) void* function(void* jarg1, void* jarg2) vtkInformationExecutivePortVectorKey_GetExecutives; extern(C) void* function(void* jarg1, void* jarg2) vtkInformationExecutivePortVectorKey_GetPorts; extern(C) void function(void* jarg1, void* jarg2, void* jarg3, void* jarg4) vtkInformationExecutivePortVectorKey_Get; extern(C) int function(void* jarg1, void* jarg2) vtkInformationExecutivePortVectorKey_Length; extern(C) void function(void* jarg1, void* jarg2) vtkInformationExecutivePortVectorKey_Remove__SWIG_1; extern(C) void* function(void* objectRef) vtkInformationExecutivePortVectorKey_Upcast; extern(C) int function(const(char)* jarg1) vtkShaderDeviceAdapter_IsTypeOf; extern(C) void* function(void* jarg1) vtkShaderDeviceAdapter_SafeDownCast; extern(C) void* function(void* jarg1) vtkShaderDeviceAdapter_NewInstance; extern(C) void function(void* jarg1, const(char)* jarg2, int jarg3, int jarg4, void* jarg5, core.stdc.config.c_ulong jarg6) vtkShaderDeviceAdapter_SendAttribute__SWIG_0; extern(C) void function(void* jarg1, const(char)* jarg2, int jarg3, int jarg4, void* jarg5) vtkShaderDeviceAdapter_SendAttribute__SWIG_1; extern(C) void function(void* jarg1, void* jarg2) vtkShaderDeviceAdapter_SetShaderProgram; extern(C) void* function(void* jarg1) vtkShaderDeviceAdapter_GetShaderProgram; extern(C) void function(void* jarg1) vtkShaderDeviceAdapter_PrepareForRender; extern(C) void* function(void* objectRef) vtkShaderDeviceAdapter_Upcast; extern(C) int function(const(char)* jarg1) vtkChartXYZ_IsTypeOf; extern(C) void* function(void* jarg1) vtkChartXYZ_SafeDownCast; extern(C) void* function(void* jarg1) vtkChartXYZ_NewInstance; extern(C) void* function() vtkChartXYZ_New; extern(C) void function(void* jarg1, void* jarg2) vtkChartXYZ_SetGeometry; extern(C) void function(void* jarg1, double jarg2) vtkChartXYZ_SetAngle; extern(C) void function(void* jarg1, uint jarg2) vtkChartXYZ_SetAroundX; extern(C) void function(void* jarg1, void* jarg2) vtkChartXYZ_SetAnnotationLink; extern(C) void* function(void* jarg1, int jarg2) vtkChartXYZ_GetAxis; extern(C) void function(void* jarg1, void* jarg2) vtkChartXYZ_SetAxisColor; extern(C) void* function(void* jarg1) vtkChartXYZ_GetAxisColor; extern(C) void function(void* jarg1, uint jarg2) vtkChartXYZ_SetAutoRotate; extern(C) void function(void* jarg1, uint jarg2) vtkChartXYZ_SetDecorateAxes; extern(C) void function(void* jarg1, uint jarg2) vtkChartXYZ_SetFitToScene; extern(C) long function(void* jarg1, void* jarg2) vtkChartXYZ_AddPlot; extern(C) void function(void* jarg1) vtkChartXYZ_ClearPlots; extern(C) void function(void* jarg1) vtkChartXYZ_RecalculateBounds; extern(C) void function(void* jarg1) vtkChartXYZ_RecalculateTransform; extern(C) void* function(void* objectRef) vtkChartXYZ_Upcast; extern(C) int function(const(char)* jarg1) vtkTupleInterpolator_IsTypeOf; extern(C) void* function(void* jarg1) vtkTupleInterpolator_SafeDownCast; extern(C) void* function(void* jarg1) vtkTupleInterpolator_NewInstance; extern(C) void* function() vtkTupleInterpolator_New; extern(C) void function(void* jarg1, int jarg2) vtkTupleInterpolator_SetNumberOfComponents; extern(C) int function(void* jarg1) vtkTupleInterpolator_GetNumberOfComponents; extern(C) int function(void* jarg1) vtkTupleInterpolator_GetNumberOfTuples; extern(C) double function(void* jarg1) vtkTupleInterpolator_GetMinimumT; extern(C) double function(void* jarg1) vtkTupleInterpolator_GetMaximumT; extern(C) void function(void* jarg1) vtkTupleInterpolator_Initialize; extern(C) void function(void* jarg1, double jarg2, void* jarg3) vtkTupleInterpolator_AddTuple; extern(C) void function(void* jarg1, double jarg2) vtkTupleInterpolator_RemoveTuple; extern(C) void function(void* jarg1, double jarg2, void* jarg3) vtkTupleInterpolator_InterpolateTuple; extern(C) void function(void* jarg1, int jarg2) vtkTupleInterpolator_SetInterpolationType; extern(C) int function(void* jarg1) vtkTupleInterpolator_GetInterpolationType; extern(C) void function(void* jarg1) vtkTupleInterpolator_SetInterpolationTypeToLinear; extern(C) void function(void* jarg1) vtkTupleInterpolator_SetInterpolationTypeToSpline; extern(C) void function(void* jarg1, void* jarg2) vtkTupleInterpolator_SetInterpolatingSpline; extern(C) void* function(void* jarg1) vtkTupleInterpolator_GetInterpolatingSpline; extern(C) void* function(void* objectRef) vtkTupleInterpolator_Upcast; extern(C) void* function() vtkRenderedAreaPicker_New; extern(C) int function(const(char)* jarg1) vtkRenderedAreaPicker_IsTypeOf; extern(C) void* function(void* jarg1) vtkRenderedAreaPicker_SafeDownCast; extern(C) void* function(void* jarg1) vtkRenderedAreaPicker_NewInstance; extern(C) void* function(void* objectRef) vtkRenderedAreaPicker_Upcast; extern(C) int function(const(char)* jarg1) vtkUnstructuredGridLinearRayIntegrator_IsTypeOf; extern(C) void* function(void* jarg1) vtkUnstructuredGridLinearRayIntegrator_SafeDownCast; extern(C) void* function(void* jarg1) vtkUnstructuredGridLinearRayIntegrator_NewInstance; extern(C) void* function() vtkUnstructuredGridLinearRayIntegrator_New; extern(C) void function(double jarg1, double jarg2, double jarg3, double jarg4, double jarg5, void* jarg6) vtkUnstructuredGridLinearRayIntegrator_IntegrateRay__SWIG_0; extern(C) void function(double jarg1, void* jarg2, double jarg3, void* jarg4, double jarg5, void* jarg6) vtkUnstructuredGridLinearRayIntegrator_IntegrateRay__SWIG_1; extern(C) float function(float jarg1, float jarg2, float jarg3) vtkUnstructuredGridLinearRayIntegrator_Psi; extern(C) void* function(void* objectRef) vtkUnstructuredGridLinearRayIntegrator_Upcast; extern(C) void* function() vtkUnstructuredGridReader_New; extern(C) int function(const(char)* jarg1) vtkUnstructuredGridReader_IsTypeOf; extern(C) void* function(void* jarg1) vtkUnstructuredGridReader_SafeDownCast; extern(C) void* function(void* jarg1) vtkUnstructuredGridReader_NewInstance; extern(C) void* function(void* jarg1) vtkUnstructuredGridReader_GetOutput__SWIG_0; extern(C) void* function(void* jarg1, int jarg2) vtkUnstructuredGridReader_GetOutput__SWIG_1; extern(C) void function(void* jarg1, void* jarg2) vtkUnstructuredGridReader_SetOutput; extern(C) void* function(void* objectRef) vtkUnstructuredGridReader_Upcast; extern(C) int function(const(char)* jarg1) vtkBase64OutputStream_IsTypeOf; extern(C) void* function(void* jarg1) vtkBase64OutputStream_SafeDownCast; extern(C) void* function(void* jarg1) vtkBase64OutputStream_NewInstance; extern(C) void* function() vtkBase64OutputStream_New; extern(C) void* function(void* objectRef) vtkBase64OutputStream_Upcast; extern(C) void* function() vtkGroupLeafVertices_New; extern(C) int function(const(char)* jarg1) vtkGroupLeafVertices_IsTypeOf; extern(C) void* function(void* jarg1) vtkGroupLeafVertices_SafeDownCast; extern(C) void* function(void* jarg1) vtkGroupLeafVertices_NewInstance; extern(C) void function(void* jarg1, const(char)* jarg2) vtkGroupLeafVertices_SetGroupDomain; extern(C) const(char)* function(void* jarg1) vtkGroupLeafVertices_GetGroupDomain; extern(C) void* function(void* objectRef) vtkGroupLeafVertices_Upcast; extern(C) void* function() vtkImageSinusoidSource_New; extern(C) int function(const(char)* jarg1) vtkImageSinusoidSource_IsTypeOf; extern(C) void* function(void* jarg1) vtkImageSinusoidSource_SafeDownCast; extern(C) void* function(void* jarg1) vtkImageSinusoidSource_NewInstance; extern(C) void function(void* jarg1, int jarg2, int jarg3, int jarg4, int jarg5, int jarg6, int jarg7) vtkImageSinusoidSource_SetWholeExtent; extern(C) void function(void* jarg1, double jarg2, double jarg3, double jarg4) vtkImageSinusoidSource_SetDirection__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkImageSinusoidSource_SetDirection__SWIG_1; extern(C) void* function(void* jarg1) vtkImageSinusoidSource_GetDirection__SWIG_0; extern(C) void function(void* jarg1, void* jarg2, void* jarg3, void* jarg4) vtkImageSinusoidSource_GetDirection__SWIG_1; extern(C) void function(void* jarg1, void* jarg2) vtkImageSinusoidSource_GetDirection__SWIG_2; extern(C) void function(void* jarg1, double jarg2) vtkImageSinusoidSource_SetPeriod; extern(C) double function(void* jarg1) vtkImageSinusoidSource_GetPeriod; extern(C) void function(void* jarg1, double jarg2) vtkImageSinusoidSource_SetPhase; extern(C) double function(void* jarg1) vtkImageSinusoidSource_GetPhase; extern(C) void function(void* jarg1, double jarg2) vtkImageSinusoidSource_SetAmplitude; extern(C) double function(void* jarg1) vtkImageSinusoidSource_GetAmplitude; extern(C) void* function(void* objectRef) vtkImageSinusoidSource_Upcast; extern(C) void* function() vtkCaptionWidget_New; extern(C) int function(const(char)* jarg1) vtkCaptionWidget_IsTypeOf; extern(C) void* function(void* jarg1) vtkCaptionWidget_SafeDownCast; extern(C) void* function(void* jarg1) vtkCaptionWidget_NewInstance; extern(C) void function(void* jarg1, void* jarg2) vtkCaptionWidget_SetRepresentation; extern(C) void function(void* jarg1, void* jarg2) vtkCaptionWidget_SetCaptionActor2D; extern(C) void* function(void* jarg1) vtkCaptionWidget_GetCaptionActor2D; extern(C) void* function(void* objectRef) vtkCaptionWidget_Upcast; extern(C) void* function() vtkGeoCamera_New; extern(C) int function(const(char)* jarg1) vtkGeoCamera_IsTypeOf; extern(C) void* function(void* jarg1) vtkGeoCamera_SafeDownCast; extern(C) void* function(void* jarg1) vtkGeoCamera_NewInstance; extern(C) void* function(void* jarg1) vtkGeoCamera_GetPosition__SWIG_0; extern(C) void function(void* jarg1, void* jarg2, void* jarg3, void* jarg4) vtkGeoCamera_GetPosition__SWIG_1; extern(C) void function(void* jarg1, void* jarg2) vtkGeoCamera_GetPosition__SWIG_2; extern(C) void function(void* jarg1, double jarg2) vtkGeoCamera_SetLongitude; extern(C) double function(void* jarg1) vtkGeoCamera_GetLongitude; extern(C) void function(void* jarg1, double jarg2) vtkGeoCamera_SetLatitude; extern(C) double function(void* jarg1) vtkGeoCamera_GetLatitude; extern(C) void function(void* jarg1, double jarg2) vtkGeoCamera_SetDistance; extern(C) double function(void* jarg1) vtkGeoCamera_GetDistance; extern(C) void function(void* jarg1, double jarg2) vtkGeoCamera_SetHeading; extern(C) double function(void* jarg1) vtkGeoCamera_GetHeading; extern(C) void function(void* jarg1, double jarg2) vtkGeoCamera_SetTilt; extern(C) double function(void* jarg1) vtkGeoCamera_GetTilt; extern(C) void* function(void* jarg1) vtkGeoCamera_GetVTKCamera; extern(C) void function(void* jarg1, void* jarg2) vtkGeoCamera_InitializeNodeAnalysis; extern(C) double function(void* jarg1, void* jarg2) vtkGeoCamera_GetNodeCoverage; extern(C) uint function(void* jarg1) vtkGeoCamera_GetLockHeading; extern(C) void function(void* jarg1, uint jarg2) vtkGeoCamera_SetLockHeading; extern(C) void function(void* jarg1) vtkGeoCamera_LockHeadingOn; extern(C) void function(void* jarg1) vtkGeoCamera_LockHeadingOff; extern(C) void function(void* jarg1, double jarg2) vtkGeoCamera_SetOriginLatitude; extern(C) double function(void* jarg1) vtkGeoCamera_GetOriginLatitude; extern(C) void function(void* jarg1, double jarg2) vtkGeoCamera_SetOriginLongitude; extern(C) double function(void* jarg1) vtkGeoCamera_GetOriginLongitude; extern(C) void* function(void* jarg1) vtkGeoCamera_GetOrigin__SWIG_0; extern(C) void function(void* jarg1, void* jarg2, void* jarg3, void* jarg4) vtkGeoCamera_GetOrigin__SWIG_1; extern(C) void function(void* jarg1, void* jarg2) vtkGeoCamera_GetOrigin__SWIG_2; extern(C) void function(void* jarg1, double jarg2, double jarg3, double jarg4) vtkGeoCamera_SetOrigin; extern(C) void* function(void* objectRef) vtkGeoCamera_Upcast; extern(C) void* function() vtkTexturedButtonRepresentation2D_New; extern(C) int function(const(char)* jarg1) vtkTexturedButtonRepresentation2D_IsTypeOf; extern(C) void* function(void* jarg1) vtkTexturedButtonRepresentation2D_SafeDownCast; extern(C) void* function(void* jarg1) vtkTexturedButtonRepresentation2D_NewInstance; extern(C) void function(void* jarg1, void* jarg2) vtkTexturedButtonRepresentation2D_SetProperty; extern(C) void* function(void* jarg1) vtkTexturedButtonRepresentation2D_GetProperty; extern(C) void function(void* jarg1, void* jarg2) vtkTexturedButtonRepresentation2D_SetHoveringProperty; extern(C) void* function(void* jarg1) vtkTexturedButtonRepresentation2D_GetHoveringProperty; extern(C) void function(void* jarg1, void* jarg2) vtkTexturedButtonRepresentation2D_SetSelectingProperty; extern(C) void* function(void* jarg1) vtkTexturedButtonRepresentation2D_GetSelectingProperty; extern(C) void function(void* jarg1, int jarg2, void* jarg3) vtkTexturedButtonRepresentation2D_SetButtonTexture; extern(C) void* function(void* jarg1, int jarg2) vtkTexturedButtonRepresentation2D_GetButtonTexture; extern(C) void* function(void* jarg1) vtkTexturedButtonRepresentation2D_GetBalloon; extern(C) int function(void* jarg1, int jarg2, int jarg3, int jarg4) vtkTexturedButtonRepresentation2D_ComputeInteractionState__SWIG_0; extern(C) int function(void* jarg1, int jarg2, int jarg3) vtkTexturedButtonRepresentation2D_ComputeInteractionState__SWIG_1; extern(C) void function(void* jarg1, void* jarg2) vtkTexturedButtonRepresentation2D_PlaceWidget__SWIG_0; extern(C) void function(void* jarg1, void* jarg2, void* jarg3) vtkTexturedButtonRepresentation2D_PlaceWidget__SWIG_1; extern(C) void* function(void* objectRef) vtkTexturedButtonRepresentation2D_Upcast; extern(C) int function(const(char)* jarg1) vtkProteinRibbonFilter_IsTypeOf; extern(C) void* function(void* jarg1) vtkProteinRibbonFilter_SafeDownCast; extern(C) void* function(void* jarg1) vtkProteinRibbonFilter_NewInstance; extern(C) void* function() vtkProteinRibbonFilter_New; extern(C) float function(void* jarg1) vtkProteinRibbonFilter_GetCoilWidth; extern(C) void function(void* jarg1, float jarg2) vtkProteinRibbonFilter_SetCoilWidth; extern(C) float function(void* jarg1) vtkProteinRibbonFilter_GetHelixWidth; extern(C) void function(void* jarg1, float jarg2) vtkProteinRibbonFilter_SetHelixWidth; extern(C) int function(void* jarg1) vtkProteinRibbonFilter_GetSubdivideFactor; extern(C) void function(void* jarg1, int jarg2) vtkProteinRibbonFilter_SetSubdivideFactor; extern(C) uint function(void* jarg1) vtkProteinRibbonFilter_GetDrawSmallMoleculesAsSpheres; extern(C) void function(void* jarg1, uint jarg2) vtkProteinRibbonFilter_SetDrawSmallMoleculesAsSpheres; extern(C) int function(void* jarg1) vtkProteinRibbonFilter_GetSphereResolution; extern(C) void function(void* jarg1, int jarg2) vtkProteinRibbonFilter_SetSphereResolution; extern(C) void* function(void* objectRef) vtkProteinRibbonFilter_Upcast; extern(C) void* function() vtkImageCacheFilter_New; extern(C) int function(const(char)* jarg1) vtkImageCacheFilter_IsTypeOf; extern(C) void* function(void* jarg1) vtkImageCacheFilter_SafeDownCast; extern(C) void* function(void* jarg1) vtkImageCacheFilter_NewInstance; extern(C) void function(void* jarg1, int jarg2) vtkImageCacheFilter_SetCacheSize; extern(C) int function(void* jarg1) vtkImageCacheFilter_GetCacheSize; extern(C) void* function(void* objectRef) vtkImageCacheFilter_Upcast; extern(C) void* function() vtkParallelopipedRepresentation_New; extern(C) int function(const(char)* jarg1) vtkParallelopipedRepresentation_IsTypeOf; extern(C) void* function(void* jarg1) vtkParallelopipedRepresentation_SafeDownCast; extern(C) void* function(void* jarg1) vtkParallelopipedRepresentation_NewInstance; extern(C) void function(void* jarg1, void* jarg2) vtkParallelopipedRepresentation_PlaceWidget__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkParallelopipedRepresentation_PlaceWidget__SWIG_1; extern(C) void function(void* jarg1, int jarg2) vtkParallelopipedRepresentation_SetInteractionState; extern(C) void function(void* jarg1, void* jarg2) vtkParallelopipedRepresentation_GetBoundingPlanes; extern(C) void function(void* jarg1, void* jarg2) vtkParallelopipedRepresentation_GetPolyData; extern(C) void function(void* jarg1, void* jarg2) vtkParallelopipedRepresentation_SetHandleProperty; extern(C) void function(void* jarg1, void* jarg2) vtkParallelopipedRepresentation_SetHoveredHandleProperty; extern(C) void function(void* jarg1, void* jarg2) vtkParallelopipedRepresentation_SetSelectedHandleProperty; extern(C) void* function(void* jarg1) vtkParallelopipedRepresentation_GetHandleProperty; extern(C) void* function(void* jarg1) vtkParallelopipedRepresentation_GetHoveredHandleProperty; extern(C) void* function(void* jarg1) vtkParallelopipedRepresentation_GetSelectedHandleProperty; extern(C) void function(void* jarg1, void* jarg2) vtkParallelopipedRepresentation_SetHandleRepresentation; extern(C) void* function(void* jarg1, int jarg2) vtkParallelopipedRepresentation_GetHandleRepresentation; extern(C) void function(void* jarg1) vtkParallelopipedRepresentation_HandlesOn; extern(C) void function(void* jarg1) vtkParallelopipedRepresentation_HandlesOff; extern(C) void* function(void* jarg1) vtkParallelopipedRepresentation_GetFaceProperty; extern(C) void* function(void* jarg1) vtkParallelopipedRepresentation_GetSelectedFaceProperty; extern(C) void* function(void* jarg1) vtkParallelopipedRepresentation_GetOutlineProperty; extern(C) void* function(void* jarg1) vtkParallelopipedRepresentation_GetSelectedOutlineProperty; extern(C) int function(void* jarg1, int jarg2, int jarg3, int jarg4) vtkParallelopipedRepresentation_ComputeInteractionState__SWIG_0; extern(C) int function(void* jarg1, int jarg2, int jarg3) vtkParallelopipedRepresentation_ComputeInteractionState__SWIG_1; extern(C) void function(void* jarg1, void* jarg2) vtkParallelopipedRepresentation_Translate__SWIG_0; extern(C) void function(void* jarg1, int jarg2, int jarg3) vtkParallelopipedRepresentation_Translate__SWIG_1; extern(C) void function(void* jarg1, int jarg2, int jarg3) vtkParallelopipedRepresentation_Scale; extern(C) void function(void* jarg1) vtkParallelopipedRepresentation_PositionHandles; extern(C) void function(void* jarg1, double jarg2) vtkParallelopipedRepresentation_SetMinimumThickness; extern(C) double function(void* jarg1) vtkParallelopipedRepresentation_GetMinimumThickness; extern(C) void* function(void* objectRef) vtkParallelopipedRepresentation_Upcast; extern(C) void* function() vtkExodusIIReaderParser_New; extern(C) int function(const(char)* jarg1) vtkExodusIIReaderParser_IsTypeOf; extern(C) void* function(void* jarg1) vtkExodusIIReaderParser_SafeDownCast; extern(C) void* function(void* jarg1) vtkExodusIIReaderParser_NewInstance; extern(C) void* function(void* jarg1) vtkExodusIIReaderParser_GetSIL; extern(C) void function(void* jarg1, const(char)* jarg2) vtkExodusIIReaderParser_Go; extern(C) uint function(void* jarg1, int jarg2) vtkExodusIIReaderParser_HasInformationAboutBlock; extern(C) const(char)* function(void* jarg1, int jarg2) vtkExodusIIReaderParser_GetBlockName; extern(C) void function(void* jarg1, void* jarg2) vtkExodusIIReaderParser_GetBlockIds; extern(C) void* function() new_vtkExodusIIReaderParser; extern(C) void function(void* jarg1) delete_vtkExodusIIReaderParser; extern(C) void* function(void* objectRef) vtkExodusIIReaderParser_Upcast; extern(C) int function(const(char)* jarg1) vtkMNITagPointReader_IsTypeOf; extern(C) void* function(void* jarg1) vtkMNITagPointReader_SafeDownCast; extern(C) void* function(void* jarg1) vtkMNITagPointReader_NewInstance; extern(C) void* function() vtkMNITagPointReader_New; extern(C) void function(void* jarg1, const(char)* jarg2) vtkMNITagPointReader_SetFileName; extern(C) const(char)* function(void* jarg1) vtkMNITagPointReader_GetFileName; extern(C) const(char)* function(void* jarg1) vtkMNITagPointReader_GetFileExtensions; extern(C) const(char)* function(void* jarg1) vtkMNITagPointReader_GetDescriptiveName; extern(C) int function(void* jarg1, const(char)* jarg2) vtkMNITagPointReader_CanReadFile; extern(C) int function(void* jarg1) vtkMNITagPointReader_GetNumberOfVolumes; extern(C) void* function(void* jarg1, int jarg2) vtkMNITagPointReader_GetPoints__SWIG_0; extern(C) void* function(void* jarg1) vtkMNITagPointReader_GetPoints__SWIG_1; extern(C) void* function(void* jarg1) vtkMNITagPointReader_GetLabelText; extern(C) void* function(void* jarg1) vtkMNITagPointReader_GetWeights; extern(C) void* function(void* jarg1) vtkMNITagPointReader_GetStructureIds; extern(C) void* function(void* jarg1) vtkMNITagPointReader_GetPatientIds; extern(C) const(char)* function(void* jarg1) vtkMNITagPointReader_GetComments; extern(C) void* function(void* objectRef) vtkMNITagPointReader_Upcast; extern(C) int function(const(char)* jarg1) vtkMINCImageWriter_IsTypeOf; extern(C) void* function(void* jarg1) vtkMINCImageWriter_SafeDownCast; extern(C) void* function(void* jarg1) vtkMINCImageWriter_NewInstance; extern(C) void* function() vtkMINCImageWriter_New; extern(C) const(char)* function(void* jarg1) vtkMINCImageWriter_GetFileExtensions; extern(C) const(char)* function(void* jarg1) vtkMINCImageWriter_GetDescriptiveName; extern(C) void function(void* jarg1, void* jarg2) vtkMINCImageWriter_SetDirectionCosines; extern(C) void* function(void* jarg1) vtkMINCImageWriter_GetDirectionCosines; extern(C) void function(void* jarg1, double jarg2) vtkMINCImageWriter_SetRescaleSlope; extern(C) double function(void* jarg1) vtkMINCImageWriter_GetRescaleSlope; extern(C) void function(void* jarg1, double jarg2) vtkMINCImageWriter_SetRescaleIntercept; extern(C) double function(void* jarg1) vtkMINCImageWriter_GetRescaleIntercept; extern(C) void function(void* jarg1, void* jarg2) vtkMINCImageWriter_SetImageAttributes; extern(C) void* function(void* jarg1) vtkMINCImageWriter_GetImageAttributes; extern(C) void function(void* jarg1, int jarg2) vtkMINCImageWriter_SetStrictValidation; extern(C) void function(void* jarg1) vtkMINCImageWriter_StrictValidationOn; extern(C) void function(void* jarg1) vtkMINCImageWriter_StrictValidationOff; extern(C) int function(void* jarg1) vtkMINCImageWriter_GetStrictValidation; extern(C) void function(void* jarg1, const(char)* jarg2) vtkMINCImageWriter_SetHistoryAddition; extern(C) const(char)* function(void* jarg1) vtkMINCImageWriter_GetHistoryAddition; extern(C) void* function(void* objectRef) vtkMINCImageWriter_Upcast; extern(C) void* function() vtkGPUVolumeRayCastMapper_New; extern(C) int function(const(char)* jarg1) vtkGPUVolumeRayCastMapper_IsTypeOf; extern(C) void* function(void* jarg1) vtkGPUVolumeRayCastMapper_SafeDownCast; extern(C) void* function(void* jarg1) vtkGPUVolumeRayCastMapper_NewInstance; extern(C) void function(void* jarg1, int jarg2) vtkGPUVolumeRayCastMapper_SetAutoAdjustSampleDistances; extern(C) int function(void* jarg1) vtkGPUVolumeRayCastMapper_GetAutoAdjustSampleDistancesMinValue; extern(C) int function(void* jarg1) vtkGPUVolumeRayCastMapper_GetAutoAdjustSampleDistancesMaxValue; extern(C) int function(void* jarg1) vtkGPUVolumeRayCastMapper_GetAutoAdjustSampleDistances; extern(C) void function(void* jarg1) vtkGPUVolumeRayCastMapper_AutoAdjustSampleDistancesOn; extern(C) void function(void* jarg1) vtkGPUVolumeRayCastMapper_AutoAdjustSampleDistancesOff; extern(C) void function(void* jarg1, float jarg2) vtkGPUVolumeRayCastMapper_SetSampleDistance; extern(C) float function(void* jarg1) vtkGPUVolumeRayCastMapper_GetSampleDistance; extern(C) void function(void* jarg1, float jarg2) vtkGPUVolumeRayCastMapper_SetImageSampleDistance; extern(C) float function(void* jarg1) vtkGPUVolumeRayCastMapper_GetImageSampleDistanceMinValue; extern(C) float function(void* jarg1) vtkGPUVolumeRayCastMapper_GetImageSampleDistanceMaxValue; extern(C) float function(void* jarg1) vtkGPUVolumeRayCastMapper_GetImageSampleDistance; extern(C) void function(void* jarg1, float jarg2) vtkGPUVolumeRayCastMapper_SetMinimumImageSampleDistance; extern(C) float function(void* jarg1) vtkGPUVolumeRayCastMapper_GetMinimumImageSampleDistanceMinValue; extern(C) float function(void* jarg1) vtkGPUVolumeRayCastMapper_GetMinimumImageSampleDistanceMaxValue; extern(C) float function(void* jarg1) vtkGPUVolumeRayCastMapper_GetMinimumImageSampleDistance; extern(C) void function(void* jarg1, float jarg2) vtkGPUVolumeRayCastMapper_SetMaximumImageSampleDistance; extern(C) float function(void* jarg1) vtkGPUVolumeRayCastMapper_GetMaximumImageSampleDistanceMinValue; extern(C) float function(void* jarg1) vtkGPUVolumeRayCastMapper_GetMaximumImageSampleDistanceMaxValue; extern(C) float function(void* jarg1) vtkGPUVolumeRayCastMapper_GetMaximumImageSampleDistance; extern(C) void function(void* jarg1, float jarg2) vtkGPUVolumeRayCastMapper_SetFinalColorWindow; extern(C) float function(void* jarg1) vtkGPUVolumeRayCastMapper_GetFinalColorWindow; extern(C) void function(void* jarg1, float jarg2) vtkGPUVolumeRayCastMapper_SetFinalColorLevel; extern(C) float function(void* jarg1) vtkGPUVolumeRayCastMapper_GetFinalColorLevel; extern(C) void function(void* jarg1, long jarg2) vtkGPUVolumeRayCastMapper_SetMaxMemoryInBytes; extern(C) long function(void* jarg1) vtkGPUVolumeRayCastMapper_GetMaxMemoryInBytes; extern(C) void function(void* jarg1, float jarg2) vtkGPUVolumeRayCastMapper_SetMaxMemoryFraction; extern(C) float function(void* jarg1) vtkGPUVolumeRayCastMapper_GetMaxMemoryFractionMinValue; extern(C) float function(void* jarg1) vtkGPUVolumeRayCastMapper_GetMaxMemoryFractionMaxValue; extern(C) float function(void* jarg1) vtkGPUVolumeRayCastMapper_GetMaxMemoryFraction; extern(C) void function(void* jarg1, uint jarg2) vtkGPUVolumeRayCastMapper_SetReportProgress; extern(C) uint function(void* jarg1) vtkGPUVolumeRayCastMapper_GetReportProgress; extern(C) int function(void* jarg1, void* jarg2, void* jarg3) vtkGPUVolumeRayCastMapper_IsRenderSupported; extern(C) void function(void* jarg1, void* jarg2, void* jarg3, void* jarg4, int jarg5, void* jarg6, void* jarg7) vtkGPUVolumeRayCastMapper_CreateCanonicalView; extern(C) void function(void* jarg1, void* jarg2) vtkGPUVolumeRayCastMapper_SetMaskInput; extern(C) void* function(void* jarg1) vtkGPUVolumeRayCastMapper_GetMaskInput; extern(C) void function(void* jarg1, int jarg2) vtkGPUVolumeRayCastMapper_SetMaskType; extern(C) int function(void* jarg1) vtkGPUVolumeRayCastMapper_GetMaskType; extern(C) void function(void* jarg1) vtkGPUVolumeRayCastMapper_SetMaskTypeToBinary; extern(C) void function(void* jarg1) vtkGPUVolumeRayCastMapper_SetMaskTypeToLabelMap; extern(C) void function(void* jarg1, float jarg2) vtkGPUVolumeRayCastMapper_SetMaskBlendFactor; extern(C) float function(void* jarg1) vtkGPUVolumeRayCastMapper_GetMaskBlendFactorMinValue; extern(C) float function(void* jarg1) vtkGPUVolumeRayCastMapper_GetMaskBlendFactorMaxValue; extern(C) float function(void* jarg1) vtkGPUVolumeRayCastMapper_GetMaskBlendFactor; extern(C) void* function(void* objectRef) vtkGPUVolumeRayCastMapper_Upcast; extern(C) void* function() vtkKCoreLayout_New; extern(C) int function(const(char)* jarg1) vtkKCoreLayout_IsTypeOf; extern(C) void* function(void* jarg1) vtkKCoreLayout_SafeDownCast; extern(C) void* function(void* jarg1) vtkKCoreLayout_NewInstance; extern(C) void function(void* jarg1, void* jarg2) vtkKCoreLayout_SetGraphConnection; extern(C) void* function() new_vtkKCoreLayout; extern(C) void function(void* jarg1) delete_vtkKCoreLayout; extern(C) int function(void* jarg1, int jarg2, void* jarg3) vtkKCoreLayout_FillInputPortInformation; extern(C) void function(void* jarg1, const(char)* jarg2) vtkKCoreLayout_SetKCoreLabelArrayName; extern(C) uint function(void* jarg1) vtkKCoreLayout_GetPolar; extern(C) void function(void* jarg1, uint jarg2) vtkKCoreLayout_SetPolar; extern(C) void function(void* jarg1) vtkKCoreLayout_PolarOn; extern(C) void function(void* jarg1) vtkKCoreLayout_PolarOff; extern(C) uint function(void* jarg1) vtkKCoreLayout_GetCartesian; extern(C) void function(void* jarg1, uint jarg2) vtkKCoreLayout_SetCartesian; extern(C) void function(void* jarg1) vtkKCoreLayout_CartesianOn; extern(C) void function(void* jarg1) vtkKCoreLayout_CartesianOff; extern(C) void function(void* jarg1, const(char)* jarg2) vtkKCoreLayout_SetPolarCoordsRadiusArrayName; extern(C) const(char)* function(void* jarg1) vtkKCoreLayout_GetPolarCoordsRadiusArrayName; extern(C) void function(void* jarg1, const(char)* jarg2) vtkKCoreLayout_SetPolarCoordsAngleArrayName; extern(C) const(char)* function(void* jarg1) vtkKCoreLayout_GetPolarCoordsAngleArrayName; extern(C) void function(void* jarg1, const(char)* jarg2) vtkKCoreLayout_SetCartesianCoordsXArrayName; extern(C) const(char)* function(void* jarg1) vtkKCoreLayout_GetCartesianCoordsXArrayName; extern(C) void function(void* jarg1, const(char)* jarg2) vtkKCoreLayout_SetCartesianCoordsYArrayName; extern(C) const(char)* function(void* jarg1) vtkKCoreLayout_GetCartesianCoordsYArrayName; extern(C) void function(void* jarg1, float jarg2) vtkKCoreLayout_SetEpsilon; extern(C) float function(void* jarg1) vtkKCoreLayout_GetEpsilon; extern(C) void function(void* jarg1, float jarg2) vtkKCoreLayout_SetUnitRadius; extern(C) float function(void* jarg1) vtkKCoreLayout_GetUnitRadius; extern(C) int function(void* jarg1, void* jarg2, void* jarg3, void* jarg4) vtkKCoreLayout_RequestData; extern(C) void* function(void* objectRef) vtkKCoreLayout_Upcast; extern(C) void* function() vtkSplineRepresentation_New; extern(C) int function(const(char)* jarg1) vtkSplineRepresentation_IsTypeOf; extern(C) void* function(void* jarg1) vtkSplineRepresentation_SafeDownCast; extern(C) void* function(void* jarg1) vtkSplineRepresentation_NewInstance; extern(C) void function(void* jarg1, int jarg2) vtkSplineRepresentation_SetInteractionState; extern(C) void function(void* jarg1, int jarg2) vtkSplineRepresentation_SetProjectToPlane; extern(C) int function(void* jarg1) vtkSplineRepresentation_GetProjectToPlane; extern(C) void function(void* jarg1) vtkSplineRepresentation_ProjectToPlaneOn; extern(C) void function(void* jarg1) vtkSplineRepresentation_ProjectToPlaneOff; extern(C) void function(void* jarg1, void* jarg2) vtkSplineRepresentation_SetPlaneSource; extern(C) void function(void* jarg1, int jarg2) vtkSplineRepresentation_SetProjectionNormal; extern(C) int function(void* jarg1) vtkSplineRepresentation_GetProjectionNormalMinValue; extern(C) int function(void* jarg1) vtkSplineRepresentation_GetProjectionNormalMaxValue; extern(C) int function(void* jarg1) vtkSplineRepresentation_GetProjectionNormal; extern(C) void function(void* jarg1) vtkSplineRepresentation_SetProjectionNormalToXAxes; extern(C) void function(void* jarg1) vtkSplineRepresentation_SetProjectionNormalToYAxes; extern(C) void function(void* jarg1) vtkSplineRepresentation_SetProjectionNormalToZAxes; extern(C) void function(void* jarg1) vtkSplineRepresentation_SetProjectionNormalToOblique; extern(C) void function(void* jarg1, double jarg2) vtkSplineRepresentation_SetProjectionPosition; extern(C) double function(void* jarg1) vtkSplineRepresentation_GetProjectionPosition; extern(C) void function(void* jarg1, void* jarg2) vtkSplineRepresentation_GetPolyData; extern(C) void* function(void* jarg1) vtkSplineRepresentation_GetHandleProperty; extern(C) void* function(void* jarg1) vtkSplineRepresentation_GetSelectedHandleProperty; extern(C) void* function(void* jarg1) vtkSplineRepresentation_GetLineProperty; extern(C) void* function(void* jarg1) vtkSplineRepresentation_GetSelectedLineProperty; extern(C) void function(void* jarg1, int jarg2) vtkSplineRepresentation_SetNumberOfHandles; extern(C) int function(void* jarg1) vtkSplineRepresentation_GetNumberOfHandles; extern(C) void function(void* jarg1, int jarg2) vtkSplineRepresentation_SetResolution; extern(C) int function(void* jarg1) vtkSplineRepresentation_GetResolution; extern(C) void function(void* jarg1, void* jarg2) vtkSplineRepresentation_SetParametricSpline; extern(C) void* function(void* jarg1) vtkSplineRepresentation_GetParametricSpline; extern(C) void function(void* jarg1, int jarg2, double jarg3, double jarg4, double jarg5) vtkSplineRepresentation_SetHandlePosition__SWIG_0; extern(C) void function(void* jarg1, int jarg2, void* jarg3) vtkSplineRepresentation_SetHandlePosition__SWIG_1; extern(C) void function(void* jarg1, int jarg2, void* jarg3) vtkSplineRepresentation_GetHandlePosition__SWIG_0; extern(C) void* function(void* jarg1, int jarg2) vtkSplineRepresentation_GetHandlePosition__SWIG_1; extern(C) void* function(void* jarg1) vtkSplineRepresentation_GetHandlePositions; extern(C) void function(void* jarg1, int jarg2) vtkSplineRepresentation_SetClosed; extern(C) int function(void* jarg1) vtkSplineRepresentation_GetClosed; extern(C) void function(void* jarg1) vtkSplineRepresentation_ClosedOn; extern(C) void function(void* jarg1) vtkSplineRepresentation_ClosedOff; extern(C) int function(void* jarg1) vtkSplineRepresentation_IsClosed; extern(C) double function(void* jarg1) vtkSplineRepresentation_GetSummedLength; extern(C) void function(void* jarg1, void* jarg2) vtkSplineRepresentation_InitializeHandles; extern(C) int function(void* jarg1, int jarg2, int jarg3, int jarg4) vtkSplineRepresentation_ComputeInteractionState__SWIG_0; extern(C) int function(void* jarg1, int jarg2, int jarg3) vtkSplineRepresentation_ComputeInteractionState__SWIG_1; extern(C) void function(void* jarg1, double jarg2, double jarg3, double jarg4) vtkSplineRepresentation_SetLineColor; extern(C) void* function() new_vtkSplineRepresentation; extern(C) void function(void* jarg1) delete_vtkSplineRepresentation; extern(C) void* function(void* objectRef) vtkSplineRepresentation_Upcast; extern(C) int function() VTK_NEAREST_RESLICE_get; extern(C) int function() VTK_LINEAR_RESLICE_get; extern(C) int function() VTK_CUBIC_RESLICE_get; extern(C) void* function() vtkImagePlaneWidget_New; extern(C) int function(const(char)* jarg1) vtkImagePlaneWidget_IsTypeOf; extern(C) void* function(void* jarg1) vtkImagePlaneWidget_SafeDownCast; extern(C) void* function(void* jarg1) vtkImagePlaneWidget_NewInstance; extern(C) void function(void* jarg1, void* jarg2) vtkImagePlaneWidget_PlaceWidget__SWIG_0; extern(C) void function(void* jarg1) vtkImagePlaneWidget_PlaceWidget__SWIG_1; extern(C) void function(void* jarg1, double jarg2, double jarg3, double jarg4, double jarg5, double jarg6, double jarg7) vtkImagePlaneWidget_PlaceWidget__SWIG_2; extern(C) void function(void* jarg1, double jarg2, double jarg3, double jarg4) vtkImagePlaneWidget_SetOrigin__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkImagePlaneWidget_SetOrigin__SWIG_1; extern(C) void* function(void* jarg1) vtkImagePlaneWidget_GetOrigin__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkImagePlaneWidget_GetOrigin__SWIG_1; extern(C) void function(void* jarg1, double jarg2, double jarg3, double jarg4) vtkImagePlaneWidget_SetPoint1__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkImagePlaneWidget_SetPoint1__SWIG_1; extern(C) void* function(void* jarg1) vtkImagePlaneWidget_GetPoint1__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkImagePlaneWidget_GetPoint1__SWIG_1; extern(C) void function(void* jarg1, double jarg2, double jarg3, double jarg4) vtkImagePlaneWidget_SetPoint2__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkImagePlaneWidget_SetPoint2__SWIG_1; extern(C) void* function(void* jarg1) vtkImagePlaneWidget_GetPoint2__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkImagePlaneWidget_GetPoint2__SWIG_1; extern(C) void* function(void* jarg1) vtkImagePlaneWidget_GetCenter__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkImagePlaneWidget_GetCenter__SWIG_1; extern(C) void* function(void* jarg1) vtkImagePlaneWidget_GetNormal__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkImagePlaneWidget_GetNormal__SWIG_1; extern(C) void function(void* jarg1, void* jarg2) vtkImagePlaneWidget_GetVector1; extern(C) void function(void* jarg1, void* jarg2) vtkImagePlaneWidget_GetVector2; extern(C) int function(void* jarg1) vtkImagePlaneWidget_GetSliceIndex; extern(C) void function(void* jarg1, int jarg2) vtkImagePlaneWidget_SetSliceIndex; extern(C) double function(void* jarg1) vtkImagePlaneWidget_GetSlicePosition; extern(C) void function(void* jarg1, double jarg2) vtkImagePlaneWidget_SetSlicePosition; extern(C) void function(void* jarg1, int jarg2) vtkImagePlaneWidget_SetResliceInterpolate; extern(C) int function(void* jarg1) vtkImagePlaneWidget_GetResliceInterpolate; extern(C) void function(void* jarg1) vtkImagePlaneWidget_SetResliceInterpolateToNearestNeighbour; extern(C) void function(void* jarg1) vtkImagePlaneWidget_SetResliceInterpolateToLinear; extern(C) void function(void* jarg1) vtkImagePlaneWidget_SetResliceInterpolateToCubic; extern(C) void* function(void* jarg1) vtkImagePlaneWidget_GetResliceOutput; extern(C) void function(void* jarg1, int jarg2) vtkImagePlaneWidget_SetRestrictPlaneToVolume; extern(C) int function(void* jarg1) vtkImagePlaneWidget_GetRestrictPlaneToVolume; extern(C) void function(void* jarg1) vtkImagePlaneWidget_RestrictPlaneToVolumeOn; extern(C) void function(void* jarg1) vtkImagePlaneWidget_RestrictPlaneToVolumeOff; extern(C) void function(void* jarg1, int jarg2) vtkImagePlaneWidget_SetUserControlledLookupTable; extern(C) int function(void* jarg1) vtkImagePlaneWidget_GetUserControlledLookupTable; extern(C) void function(void* jarg1) vtkImagePlaneWidget_UserControlledLookupTableOn; extern(C) void function(void* jarg1) vtkImagePlaneWidget_UserControlledLookupTableOff; extern(C) void function(void* jarg1, int jarg2) vtkImagePlaneWidget_SetTextureInterpolate; extern(C) int function(void* jarg1) vtkImagePlaneWidget_GetTextureInterpolate; extern(C) void function(void* jarg1) vtkImagePlaneWidget_TextureInterpolateOn; extern(C) void function(void* jarg1) vtkImagePlaneWidget_TextureInterpolateOff; extern(C) void function(void* jarg1, int jarg2) vtkImagePlaneWidget_SetTextureVisibility; extern(C) int function(void* jarg1) vtkImagePlaneWidget_GetTextureVisibility; extern(C) void function(void* jarg1) vtkImagePlaneWidget_TextureVisibilityOn; extern(C) void function(void* jarg1) vtkImagePlaneWidget_TextureVisibilityOff; extern(C) void function(void* jarg1, void* jarg2) vtkImagePlaneWidget_GetPolyData; extern(C) void* function(void* jarg1) vtkImagePlaneWidget_GetTexture; extern(C) void* function(void* jarg1) vtkImagePlaneWidget_GetColorMap; extern(C) void function(void* jarg1, void* jarg2) vtkImagePlaneWidget_SetColorMap; extern(C) void function(void* jarg1, void* jarg2) vtkImagePlaneWidget_SetPlaneProperty; extern(C) void* function(void* jarg1) vtkImagePlaneWidget_GetPlaneProperty; extern(C) void function(void* jarg1, void* jarg2) vtkImagePlaneWidget_SetSelectedPlaneProperty; extern(C) void* function(void* jarg1) vtkImagePlaneWidget_GetSelectedPlaneProperty; extern(C) void function(void* jarg1, int jarg2) vtkImagePlaneWidget_SetPlaneOrientation; extern(C) int function(void* jarg1) vtkImagePlaneWidget_GetPlaneOrientation; extern(C) void function(void* jarg1) vtkImagePlaneWidget_SetPlaneOrientationToXAxes; extern(C) void function(void* jarg1) vtkImagePlaneWidget_SetPlaneOrientationToYAxes; extern(C) void function(void* jarg1) vtkImagePlaneWidget_SetPlaneOrientationToZAxes; extern(C) void function(void* jarg1, void* jarg2) vtkImagePlaneWidget_SetPicker; extern(C) void function(void* jarg1, void* jarg2) vtkImagePlaneWidget_SetLookupTable; extern(C) void* function(void* jarg1) vtkImagePlaneWidget_GetLookupTable; extern(C) void function(void* jarg1, int jarg2) vtkImagePlaneWidget_SetDisplayText; extern(C) int function(void* jarg1) vtkImagePlaneWidget_GetDisplayText; extern(C) void function(void* jarg1) vtkImagePlaneWidget_DisplayTextOn; extern(C) void function(void* jarg1) vtkImagePlaneWidget_DisplayTextOff; extern(C) void function(void* jarg1, void* jarg2) vtkImagePlaneWidget_SetCursorProperty; extern(C) void* function(void* jarg1) vtkImagePlaneWidget_GetCursorProperty; extern(C) void function(void* jarg1, void* jarg2) vtkImagePlaneWidget_SetMarginProperty; extern(C) void* function(void* jarg1) vtkImagePlaneWidget_GetMarginProperty; extern(C) void function(void* jarg1, double jarg2) vtkImagePlaneWidget_SetMarginSizeX; extern(C) double function(void* jarg1) vtkImagePlaneWidget_GetMarginSizeXMinValue; extern(C) double function(void* jarg1) vtkImagePlaneWidget_GetMarginSizeXMaxValue; extern(C) double function(void* jarg1) vtkImagePlaneWidget_GetMarginSizeX; extern(C) void function(void* jarg1, double jarg2) vtkImagePlaneWidget_SetMarginSizeY; extern(C) double function(void* jarg1) vtkImagePlaneWidget_GetMarginSizeYMinValue; extern(C) double function(void* jarg1) vtkImagePlaneWidget_GetMarginSizeYMaxValue; extern(C) double function(void* jarg1) vtkImagePlaneWidget_GetMarginSizeY; extern(C) void function(void* jarg1, void* jarg2) vtkImagePlaneWidget_SetTextProperty; extern(C) void* function(void* jarg1) vtkImagePlaneWidget_GetTextProperty; extern(C) void function(void* jarg1, void* jarg2) vtkImagePlaneWidget_SetTexturePlaneProperty; extern(C) void* function(void* jarg1) vtkImagePlaneWidget_GetTexturePlaneProperty; extern(C) void function(void* jarg1, double jarg2, double jarg3, int jarg4) vtkImagePlaneWidget_SetWindowLevel__SWIG_0; extern(C) void function(void* jarg1, double jarg2, double jarg3) vtkImagePlaneWidget_SetWindowLevel__SWIG_1; extern(C) void function(void* jarg1, void* jarg2) vtkImagePlaneWidget_GetWindowLevel; extern(C) double function(void* jarg1) vtkImagePlaneWidget_GetWindow; extern(C) double function(void* jarg1) vtkImagePlaneWidget_GetLevel; extern(C) int function(void* jarg1, void* jarg2) vtkImagePlaneWidget_GetCursorData; extern(C) int function(void* jarg1) vtkImagePlaneWidget_GetCursorDataStatus; extern(C) void* function(void* jarg1) vtkImagePlaneWidget_GetCurrentCursorPosition__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkImagePlaneWidget_GetCurrentCursorPosition__SWIG_1; extern(C) double function(void* jarg1) vtkImagePlaneWidget_GetCurrentImageValue; extern(C) void* function(void* jarg1) vtkImagePlaneWidget_GetResliceAxes; extern(C) void* function(void* jarg1) vtkImagePlaneWidget_GetReslice; extern(C) void function(void* jarg1, int jarg2) vtkImagePlaneWidget_SetUseContinuousCursor; extern(C) int function(void* jarg1) vtkImagePlaneWidget_GetUseContinuousCursor; extern(C) void function(void* jarg1) vtkImagePlaneWidget_UseContinuousCursorOn; extern(C) void function(void* jarg1) vtkImagePlaneWidget_UseContinuousCursorOff; extern(C) void function(void* jarg1, int jarg2) vtkImagePlaneWidget_SetInteraction; extern(C) int function(void* jarg1) vtkImagePlaneWidget_GetInteraction; extern(C) void function(void* jarg1) vtkImagePlaneWidget_InteractionOn; extern(C) void function(void* jarg1) vtkImagePlaneWidget_InteractionOff; extern(C) void function(void* jarg1, int jarg2) vtkImagePlaneWidget_SetLeftButtonAction; extern(C) int function(void* jarg1) vtkImagePlaneWidget_GetLeftButtonActionMinValue; extern(C) int function(void* jarg1) vtkImagePlaneWidget_GetLeftButtonActionMaxValue; extern(C) int function(void* jarg1) vtkImagePlaneWidget_GetLeftButtonAction; extern(C) void function(void* jarg1, int jarg2) vtkImagePlaneWidget_SetMiddleButtonAction; extern(C) int function(void* jarg1) vtkImagePlaneWidget_GetMiddleButtonActionMinValue; extern(C) int function(void* jarg1) vtkImagePlaneWidget_GetMiddleButtonActionMaxValue; extern(C) int function(void* jarg1) vtkImagePlaneWidget_GetMiddleButtonAction; extern(C) void function(void* jarg1, int jarg2) vtkImagePlaneWidget_SetRightButtonAction; extern(C) int function(void* jarg1) vtkImagePlaneWidget_GetRightButtonActionMinValue; extern(C) int function(void* jarg1) vtkImagePlaneWidget_GetRightButtonActionMaxValue; extern(C) int function(void* jarg1) vtkImagePlaneWidget_GetRightButtonAction; extern(C) void function(void* jarg1, int jarg2) vtkImagePlaneWidget_SetLeftButtonAutoModifier; extern(C) int function(void* jarg1) vtkImagePlaneWidget_GetLeftButtonAutoModifierMinValue; extern(C) int function(void* jarg1) vtkImagePlaneWidget_GetLeftButtonAutoModifierMaxValue; extern(C) int function(void* jarg1) vtkImagePlaneWidget_GetLeftButtonAutoModifier; extern(C) void function(void* jarg1, int jarg2) vtkImagePlaneWidget_SetMiddleButtonAutoModifier; extern(C) int function(void* jarg1) vtkImagePlaneWidget_GetMiddleButtonAutoModifierMinValue; extern(C) int function(void* jarg1) vtkImagePlaneWidget_GetMiddleButtonAutoModifierMaxValue; extern(C) int function(void* jarg1) vtkImagePlaneWidget_GetMiddleButtonAutoModifier; extern(C) void function(void* jarg1, int jarg2) vtkImagePlaneWidget_SetRightButtonAutoModifier; extern(C) int function(void* jarg1) vtkImagePlaneWidget_GetRightButtonAutoModifierMinValue; extern(C) int function(void* jarg1) vtkImagePlaneWidget_GetRightButtonAutoModifierMaxValue; extern(C) int function(void* jarg1) vtkImagePlaneWidget_GetRightButtonAutoModifier; extern(C) void* function(void* objectRef) vtkImagePlaneWidget_Upcast; extern(C) void* function() vtkCollectPolyData_New; extern(C) int function(const(char)* jarg1) vtkCollectPolyData_IsTypeOf; extern(C) void* function(void* jarg1) vtkCollectPolyData_SafeDownCast; extern(C) void* function(void* jarg1) vtkCollectPolyData_NewInstance; extern(C) void function(void* jarg1, void* jarg2) vtkCollectPolyData_SetController; extern(C) void* function(void* jarg1) vtkCollectPolyData_GetController; extern(C) void function(void* jarg1, void* jarg2) vtkCollectPolyData_SetSocketController; extern(C) void* function(void* jarg1) vtkCollectPolyData_GetSocketController; extern(C) void function(void* jarg1, int jarg2) vtkCollectPolyData_SetPassThrough; extern(C) int function(void* jarg1) vtkCollectPolyData_GetPassThrough; extern(C) void function(void* jarg1) vtkCollectPolyData_PassThroughOn; extern(C) void function(void* jarg1) vtkCollectPolyData_PassThroughOff; extern(C) void* function(void* objectRef) vtkCollectPolyData_Upcast; extern(C) int function(const(char)* jarg1) vtkSplitField_IsTypeOf; extern(C) void* function(void* jarg1) vtkSplitField_SafeDownCast; extern(C) void* function(void* jarg1) vtkSplitField_NewInstance; extern(C) void* function() vtkSplitField_New; extern(C) void function(void* jarg1, int jarg2, int jarg3) vtkSplitField_SetInputField__SWIG_0; extern(C) void function(void* jarg1, const(char)* jarg2, int jarg3) vtkSplitField_SetInputField__SWIG_1; extern(C) void function(void* jarg1, const(char)* jarg2, const(char)* jarg3) vtkSplitField_SetInputField__SWIG_2; extern(C) void function(void* jarg1, int jarg2, const(char)* jarg3) vtkSplitField_Split; extern(C) void* function(void* objectRef) vtkSplitField_Upcast; extern(C) void* function() vtkFacetReader_New; extern(C) int function(const(char)* jarg1) vtkFacetReader_IsTypeOf; extern(C) void* function(void* jarg1) vtkFacetReader_SafeDownCast; extern(C) void* function(void* jarg1) vtkFacetReader_NewInstance; extern(C) void function(void* jarg1, const(char)* jarg2) vtkFacetReader_SetFileName; extern(C) const(char)* function(void* jarg1) vtkFacetReader_GetFileName; extern(C) int function(const(char)* jarg1) vtkFacetReader_CanReadFile; extern(C) void* function(void* objectRef) vtkFacetReader_Upcast; extern(C) int function(const(char)* jarg1) vtkKdTreePointLocator_IsTypeOf; extern(C) void* function(void* jarg1) vtkKdTreePointLocator_SafeDownCast; extern(C) void* function(void* jarg1) vtkKdTreePointLocator_NewInstance; extern(C) void* function() vtkKdTreePointLocator_New; extern(C) void* function(void* objectRef) vtkKdTreePointLocator_Upcast; extern(C) void* function() vtkDummyController_New; extern(C) int function(const(char)* jarg1) vtkDummyController_IsTypeOf; extern(C) void* function(void* jarg1) vtkDummyController_SafeDownCast; extern(C) void* function(void* jarg1) vtkDummyController_NewInstance; extern(C) void function(void* jarg1, void* jarg2, void* jarg3, int jarg4) vtkDummyController_Initialize__SWIG_0; extern(C) void function(void* jarg1, void* jarg2, void* jarg3) vtkDummyController_Initialize__SWIG_1; extern(C) void function(void* jarg1) vtkDummyController_Finalize__SWIG_0; extern(C) void function(void* jarg1, int jarg2) vtkDummyController_Finalize__SWIG_1; extern(C) int function(void* jarg1) vtkDummyController_GetLocalProcessId; extern(C) void* function(void* jarg1) vtkDummyController_GetRMICommunicator; extern(C) void function(void* jarg1, void* jarg2) vtkDummyController_SetCommunicator; extern(C) void function(void* jarg1, void* jarg2) vtkDummyController_SetRMICommunicator; extern(C) void* function(void* objectRef) vtkDummyController_Upcast; extern(C) void* function() vtkEmptyCell_New; extern(C) int function(const(char)* jarg1) vtkEmptyCell_IsTypeOf; extern(C) void* function(void* jarg1) vtkEmptyCell_SafeDownCast; extern(C) void* function(void* jarg1) vtkEmptyCell_NewInstance; extern(C) void function(void* jarg1, void* jarg2, void* jarg3) vtkEmptyCell_InterpolateFunctions; extern(C) void function(void* jarg1, void* jarg2, void* jarg3) vtkEmptyCell_InterpolateDerivs; extern(C) void* function(void* objectRef) vtkEmptyCell_Upcast; extern(C) void* function() vtkMassProperties_New; extern(C) int function(const(char)* jarg1) vtkMassProperties_IsTypeOf; extern(C) void* function(void* jarg1) vtkMassProperties_SafeDownCast; extern(C) void* function(void* jarg1) vtkMassProperties_NewInstance; extern(C) double function(void* jarg1) vtkMassProperties_GetVolume; extern(C) double function(void* jarg1) vtkMassProperties_GetVolumeProjected; extern(C) double function(void* jarg1) vtkMassProperties_GetVolumeX; extern(C) double function(void* jarg1) vtkMassProperties_GetVolumeY; extern(C) double function(void* jarg1) vtkMassProperties_GetVolumeZ; extern(C) double function(void* jarg1) vtkMassProperties_GetKx; extern(C) double function(void* jarg1) vtkMassProperties_GetKy; extern(C) double function(void* jarg1) vtkMassProperties_GetKz; extern(C) double function(void* jarg1) vtkMassProperties_GetSurfaceArea; extern(C) double function(void* jarg1) vtkMassProperties_GetMinCellArea; extern(C) double function(void* jarg1) vtkMassProperties_GetMaxCellArea; extern(C) double function(void* jarg1) vtkMassProperties_GetNormalizedShapeIndex; extern(C) void* function(void* objectRef) vtkMassProperties_Upcast; extern(C) void* function() vtkOpenGLGlyph3DMapper_New; extern(C) int function(const(char)* jarg1) vtkOpenGLGlyph3DMapper_IsTypeOf; extern(C) void* function(void* jarg1) vtkOpenGLGlyph3DMapper_SafeDownCast; extern(C) void* function(void* jarg1) vtkOpenGLGlyph3DMapper_NewInstance; extern(C) void* function() new_vtkOpenGLGlyph3DMapper; extern(C) void function(void* jarg1) delete_vtkOpenGLGlyph3DMapper; extern(C) void* function(void* objectRef) vtkOpenGLGlyph3DMapper_Upcast; extern(C) int function(const(char)* jarg1) vtkBlueObeliskData_IsTypeOf; extern(C) void* function(void* jarg1) vtkBlueObeliskData_SafeDownCast; extern(C) void* function(void* jarg1) vtkBlueObeliskData_NewInstance; extern(C) void* function() vtkBlueObeliskData_New; extern(C) void function(void* jarg1) vtkBlueObeliskData_Initialize; extern(C) uint function(void* jarg1) vtkBlueObeliskData_IsInitialized; extern(C) void* function(void* jarg1) vtkBlueObeliskData_GetWriteMutex; extern(C) ushort function(void* jarg1) vtkBlueObeliskData_GetNumberOfElements; extern(C) void* function(void* jarg1) vtkBlueObeliskData_GetSymbols; extern(C) void* function(void* jarg1) vtkBlueObeliskData_GetLowerSymbols; extern(C) void* function(void* jarg1) vtkBlueObeliskData_GetNames; extern(C) void* function(void* jarg1) vtkBlueObeliskData_GetLowerNames; extern(C) void* function(void* jarg1) vtkBlueObeliskData_GetPeriodicTableBlocks; extern(C) void* function(void* jarg1) vtkBlueObeliskData_GetElectronicConfigurations; extern(C) void* function(void* jarg1) vtkBlueObeliskData_GetFamilies; extern(C) void* function(void* jarg1) vtkBlueObeliskData_GetMasses; extern(C) void* function(void* jarg1) vtkBlueObeliskData_GetExactMasses; extern(C) void* function(void* jarg1) vtkBlueObeliskData_GetIonizationEnergies; extern(C) void* function(void* jarg1) vtkBlueObeliskData_GetElectronAffinities; extern(C) void* function(void* jarg1) vtkBlueObeliskData_GetPaulingElectronegativities; extern(C) void* function(void* jarg1) vtkBlueObeliskData_GetCovalentRadii; extern(C) void* function(void* jarg1) vtkBlueObeliskData_GetVDWRadii; extern(C) void* function(void* jarg1) vtkBlueObeliskData_GetDefaultColors; extern(C) void* function(void* jarg1) vtkBlueObeliskData_GetBoilingPoints; extern(C) void* function(void* jarg1) vtkBlueObeliskData_GetMeltingPoints; extern(C) void* function(void* jarg1) vtkBlueObeliskData_GetPeriods; extern(C) void* function(void* jarg1) vtkBlueObeliskData_GetGroups; extern(C) void* function(void* objectRef) vtkBlueObeliskData_Upcast; extern(C) int function(const(char)* jarg1) vtkQuadratureSchemeDictionaryGenerator_IsTypeOf; extern(C) void* function(void* jarg1) vtkQuadratureSchemeDictionaryGenerator_SafeDownCast; extern(C) void* function(void* jarg1) vtkQuadratureSchemeDictionaryGenerator_NewInstance; extern(C) void* function() vtkQuadratureSchemeDictionaryGenerator_New; extern(C) void* function(void* objectRef) vtkQuadratureSchemeDictionaryGenerator_Upcast; extern(C) void* function() vtkLightActor_New; extern(C) int function(const(char)* jarg1) vtkLightActor_IsTypeOf; extern(C) void* function(void* jarg1) vtkLightActor_SafeDownCast; extern(C) void* function(void* jarg1) vtkLightActor_NewInstance; extern(C) void function(void* jarg1, void* jarg2) vtkLightActor_SetLight; extern(C) void* function(void* jarg1) vtkLightActor_GetLight; extern(C) void function(void* jarg1, double jarg2, double jarg3) vtkLightActor_SetClippingRange__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkLightActor_SetClippingRange__SWIG_1; extern(C) void* function(void* jarg1) vtkLightActor_GetClippingRange__SWIG_0; extern(C) void function(void* jarg1, void* jarg2, void* jarg3) vtkLightActor_GetClippingRange__SWIG_1; extern(C) void function(void* jarg1, void* jarg2) vtkLightActor_GetClippingRange__SWIG_2; extern(C) int function(void* jarg1, void* jarg2) vtkLightActor_RenderOpaqueGeometry; extern(C) int function(void* jarg1) vtkLightActor_HasTranslucentPolygonalGeometry; extern(C) void function(void* jarg1, void* jarg2) vtkLightActor_ReleaseGraphicsResources; extern(C) void* function(void* objectRef) vtkLightActor_Upcast; extern(C) void* function() vtkLabeledTreeMapDataMapper_New; extern(C) int function(const(char)* jarg1) vtkLabeledTreeMapDataMapper_IsTypeOf; extern(C) void* function(void* jarg1) vtkLabeledTreeMapDataMapper_SafeDownCast; extern(C) void* function(void* jarg1) vtkLabeledTreeMapDataMapper_NewInstance; extern(C) void* function(void* jarg1) vtkLabeledTreeMapDataMapper_GetInputTree; extern(C) void function(void* jarg1, const(char)* jarg2) vtkLabeledTreeMapDataMapper_SetRectanglesArrayName; extern(C) int function(void* jarg1) vtkLabeledTreeMapDataMapper_GetClipTextMode; extern(C) void function(void* jarg1, int jarg2) vtkLabeledTreeMapDataMapper_SetClipTextMode; extern(C) int function(void* jarg1) vtkLabeledTreeMapDataMapper_GetChildMotion; extern(C) void function(void* jarg1, int jarg2) vtkLabeledTreeMapDataMapper_SetChildMotion; extern(C) int function(void* jarg1) vtkLabeledTreeMapDataMapper_GetDynamicLevel; extern(C) void function(void* jarg1, int jarg2) vtkLabeledTreeMapDataMapper_SetDynamicLevel; extern(C) void function(void* jarg1, int jarg2, int jarg3, int jarg4) vtkLabeledTreeMapDataMapper_SetFontSizeRange__SWIG_0; extern(C) void function(void* jarg1, int jarg2, int jarg3) vtkLabeledTreeMapDataMapper_SetFontSizeRange__SWIG_1; extern(C) void function(void* jarg1, void* jarg2) vtkLabeledTreeMapDataMapper_GetFontSizeRange; extern(C) void function(void* jarg1, int jarg2, int jarg3) vtkLabeledTreeMapDataMapper_SetLevelRange; extern(C) void function(void* jarg1, void* jarg2) vtkLabeledTreeMapDataMapper_GetLevelRange; extern(C) void* function(void* objectRef) vtkLabeledTreeMapDataMapper_Upcast; extern(C) void* function() vtkImageCroppingRegionsWidget_New; extern(C) int function(const(char)* jarg1) vtkImageCroppingRegionsWidget_IsTypeOf; extern(C) void* function(void* jarg1) vtkImageCroppingRegionsWidget_SafeDownCast; extern(C) void* function(void* jarg1) vtkImageCroppingRegionsWidget_NewInstance; extern(C) void function(void* jarg1) vtkImageCroppingRegionsWidget_PlaceWidget__SWIG_0_0; extern(C) void function(void* jarg1, double jarg2, double jarg3, double jarg4, double jarg5, double jarg6, double jarg7) vtkImageCroppingRegionsWidget_PlaceWidget__SWIG_0_1; extern(C) void function(void* jarg1, void* jarg2) vtkImageCroppingRegionsWidget_PlaceWidget__SWIG_1; extern(C) void* function(void* jarg1) vtkImageCroppingRegionsWidget_GetPlanePositions__SWIG_0; extern(C) void function(void* jarg1, void* jarg2, void* jarg3, void* jarg4, void* jarg5, void* jarg6, void* jarg7) vtkImageCroppingRegionsWidget_GetPlanePositions__SWIG_1; extern(C) void function(void* jarg1, void* jarg2) vtkImageCroppingRegionsWidget_GetPlanePositions__SWIG_2; extern(C) void function(void* jarg1, void* jarg2) vtkImageCroppingRegionsWidget_SetPlanePositions__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkImageCroppingRegionsWidget_SetPlanePositions__SWIG_1; extern(C) void function(void* jarg1, double jarg2, double jarg3, double jarg4, double jarg5, double jarg6, double jarg7) vtkImageCroppingRegionsWidget_SetPlanePositions__SWIG_2; extern(C) void function(void* jarg1, int jarg2) vtkImageCroppingRegionsWidget_SetCroppingRegionFlags; extern(C) int function(void* jarg1) vtkImageCroppingRegionsWidget_GetCroppingRegionFlags; extern(C) int function(void* jarg1) vtkImageCroppingRegionsWidget_GetSliceOrientation; extern(C) void function(void* jarg1, int jarg2) vtkImageCroppingRegionsWidget_SetSliceOrientation; extern(C) void function(void* jarg1) vtkImageCroppingRegionsWidget_SetSliceOrientationToXY; extern(C) void function(void* jarg1) vtkImageCroppingRegionsWidget_SetSliceOrientationToYZ; extern(C) void function(void* jarg1) vtkImageCroppingRegionsWidget_SetSliceOrientationToXZ; extern(C) void function(void* jarg1, int jarg2) vtkImageCroppingRegionsWidget_SetSlice; extern(C) int function(void* jarg1) vtkImageCroppingRegionsWidget_GetSlice; extern(C) void function(void* jarg1, double jarg2, double jarg3, double jarg4) vtkImageCroppingRegionsWidget_SetLine1Color__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkImageCroppingRegionsWidget_SetLine1Color__SWIG_1; extern(C) void* function(void* jarg1) vtkImageCroppingRegionsWidget_GetLine1Color__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkImageCroppingRegionsWidget_GetLine1Color__SWIG_1; extern(C) void function(void* jarg1, double jarg2, double jarg3, double jarg4) vtkImageCroppingRegionsWidget_SetLine2Color__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkImageCroppingRegionsWidget_SetLine2Color__SWIG_1; extern(C) void* function(void* jarg1) vtkImageCroppingRegionsWidget_GetLine2Color__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkImageCroppingRegionsWidget_GetLine2Color__SWIG_1; extern(C) void function(void* jarg1, double jarg2, double jarg3, double jarg4) vtkImageCroppingRegionsWidget_SetLine3Color__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkImageCroppingRegionsWidget_SetLine3Color__SWIG_1; extern(C) void* function(void* jarg1) vtkImageCroppingRegionsWidget_GetLine3Color__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkImageCroppingRegionsWidget_GetLine3Color__SWIG_1; extern(C) void function(void* jarg1, double jarg2, double jarg3, double jarg4) vtkImageCroppingRegionsWidget_SetLine4Color__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkImageCroppingRegionsWidget_SetLine4Color__SWIG_1; extern(C) void* function(void* jarg1) vtkImageCroppingRegionsWidget_GetLine4Color__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkImageCroppingRegionsWidget_GetLine4Color__SWIG_1; extern(C) void function(void* jarg1, void* jarg2) vtkImageCroppingRegionsWidget_SetVolumeMapper; extern(C) void* function(void* jarg1) vtkImageCroppingRegionsWidget_GetVolumeMapper; extern(C) void function(void* jarg1) vtkImageCroppingRegionsWidget_UpdateAccordingToInput; extern(C) void function(void* jarg1) vtkImageCroppingRegionsWidget_MoveHorizontalLine; extern(C) void function(void* jarg1) vtkImageCroppingRegionsWidget_MoveVerticalLine; extern(C) void function(void* jarg1) vtkImageCroppingRegionsWidget_MoveIntersectingLines; extern(C) void function(void* jarg1) vtkImageCroppingRegionsWidget_UpdateCursorIcon; extern(C) void function(void* jarg1) vtkImageCroppingRegionsWidget_OnButtonPress; extern(C) void function(void* jarg1) vtkImageCroppingRegionsWidget_OnButtonRelease; extern(C) void function(void* jarg1) vtkImageCroppingRegionsWidget_OnMouseMove; extern(C) void* function(void* objectRef) vtkImageCroppingRegionsWidget_Upcast; extern(C) int function(const(char)* jarg1) vtkImageReader2Collection_IsTypeOf; extern(C) void* function(void* jarg1) vtkImageReader2Collection_SafeDownCast; extern(C) void* function(void* jarg1) vtkImageReader2Collection_NewInstance; extern(C) void* function() vtkImageReader2Collection_New; extern(C) void function(void* jarg1, void* jarg2) vtkImageReader2Collection_AddItem; extern(C) void* function(void* jarg1) vtkImageReader2Collection_GetNextItem; extern(C) void* function(void* objectRef) vtkImageReader2Collection_Upcast; extern(C) void* function() vtkImageConstantPad_New; extern(C) int function(const(char)* jarg1) vtkImageConstantPad_IsTypeOf; extern(C) void* function(void* jarg1) vtkImageConstantPad_SafeDownCast; extern(C) void* function(void* jarg1) vtkImageConstantPad_NewInstance; extern(C) void function(void* jarg1, double jarg2) vtkImageConstantPad_SetConstant; extern(C) double function(void* jarg1) vtkImageConstantPad_GetConstant; extern(C) void* function(void* objectRef) vtkImageConstantPad_Upcast; extern(C) int function(const(char)* jarg1) vtkPDBReader_IsTypeOf; extern(C) void* function(void* jarg1) vtkPDBReader_SafeDownCast; extern(C) void* function(void* jarg1) vtkPDBReader_NewInstance; extern(C) void* function() vtkPDBReader_New; extern(C) void* function(void* objectRef) vtkPDBReader_Upcast; extern(C) void* function() vtkCullerCollection_New; extern(C) int function(const(char)* jarg1) vtkCullerCollection_IsTypeOf; extern(C) void* function(void* jarg1) vtkCullerCollection_SafeDownCast; extern(C) void* function(void* jarg1) vtkCullerCollection_NewInstance; extern(C) void function(void* jarg1, void* jarg2) vtkCullerCollection_AddItem; extern(C) void* function(void* jarg1) vtkCullerCollection_GetNextItem; extern(C) void* function(void* jarg1) vtkCullerCollection_GetLastItem; extern(C) void* function(void* objectRef) vtkCullerCollection_Upcast; extern(C) void* function() vtkGeoView2D_New; extern(C) int function(const(char)* jarg1) vtkGeoView2D_IsTypeOf; extern(C) void* function(void* jarg1) vtkGeoView2D_SafeDownCast; extern(C) void* function(void* jarg1) vtkGeoView2D_NewInstance; extern(C) void* function() new_vtkGeoView2D; extern(C) void function(void* jarg1) delete_vtkGeoView2D; extern(C) void* function(void* jarg1) vtkGeoView2D_GetSurface; extern(C) void function(void* jarg1, void* jarg2) vtkGeoView2D_SetSurface; extern(C) void* function(void* objectRef) vtkGeoView2D_Upcast; extern(C) int function() VTK_VOXEL_TO_12_TET_get; extern(C) int function() VTK_VOXEL_TO_5_TET_get; extern(C) int function() VTK_VOXEL_TO_6_TET_get; extern(C) int function() VTK_VOXEL_TO_5_AND_12_TET_get; extern(C) int function(const(char)* jarg1) vtkRectilinearGridToTetrahedra_IsTypeOf; extern(C) void* function(void* jarg1) vtkRectilinearGridToTetrahedra_SafeDownCast; extern(C) void* function(void* jarg1) vtkRectilinearGridToTetrahedra_NewInstance; extern(C) void* function() vtkRectilinearGridToTetrahedra_New; extern(C) void function(void* jarg1) vtkRectilinearGridToTetrahedra_SetTetraPerCellTo5; extern(C) void function(void* jarg1) vtkRectilinearGridToTetrahedra_SetTetraPerCellTo6; extern(C) void function(void* jarg1) vtkRectilinearGridToTetrahedra_SetTetraPerCellTo12; extern(C) void function(void* jarg1) vtkRectilinearGridToTetrahedra_SetTetraPerCellTo5And12; extern(C) void function(void* jarg1, int jarg2) vtkRectilinearGridToTetrahedra_SetTetraPerCell; extern(C) int function(void* jarg1) vtkRectilinearGridToTetrahedra_GetTetraPerCell; extern(C) void function(void* jarg1, int jarg2) vtkRectilinearGridToTetrahedra_SetRememberVoxelId; extern(C) int function(void* jarg1) vtkRectilinearGridToTetrahedra_GetRememberVoxelId; extern(C) void function(void* jarg1) vtkRectilinearGridToTetrahedra_RememberVoxelIdOn; extern(C) void function(void* jarg1) vtkRectilinearGridToTetrahedra_RememberVoxelIdOff; extern(C) void function(void* jarg1, void* jarg2, void* jarg3, double jarg4) vtkRectilinearGridToTetrahedra_SetInput__SWIG_0; extern(C) void function(void* jarg1, void* jarg2, void* jarg3) vtkRectilinearGridToTetrahedra_SetInput__SWIG_1; extern(C) void function(void* jarg1, double jarg2, double jarg3, double jarg4, double jarg5, double jarg6, double jarg7, double jarg8) vtkRectilinearGridToTetrahedra_SetInput__SWIG_2; extern(C) void function(void* jarg1, double jarg2, double jarg3, double jarg4, double jarg5, double jarg6, double jarg7) vtkRectilinearGridToTetrahedra_SetInput__SWIG_3; extern(C) void* function(void* objectRef) vtkRectilinearGridToTetrahedra_Upcast; extern(C) void* function() vtkLinesPainter_New; extern(C) int function(const(char)* jarg1) vtkLinesPainter_IsTypeOf; extern(C) void* function(void* jarg1) vtkLinesPainter_SafeDownCast; extern(C) void* function(void* jarg1) vtkLinesPainter_NewInstance; extern(C) void* function(void* objectRef) vtkLinesPainter_Upcast; extern(C) void* function() vtkTerrainDataPointPlacer_New; extern(C) int function(const(char)* jarg1) vtkTerrainDataPointPlacer_IsTypeOf; extern(C) void* function(void* jarg1) vtkTerrainDataPointPlacer_SafeDownCast; extern(C) void* function(void* jarg1) vtkTerrainDataPointPlacer_NewInstance; extern(C) void function(void* jarg1, void* jarg2) vtkTerrainDataPointPlacer_AddProp; extern(C) void function(void* jarg1) vtkTerrainDataPointPlacer_RemoveAllProps; extern(C) void function(void* jarg1, double jarg2) vtkTerrainDataPointPlacer_SetHeightOffset; extern(C) double function(void* jarg1) vtkTerrainDataPointPlacer_GetHeightOffset; extern(C) int function(void* jarg1, void* jarg2, void* jarg3, void* jarg4, void* jarg5) vtkTerrainDataPointPlacer_ComputeWorldPosition__SWIG_0; extern(C) int function(void* jarg1, void* jarg2, void* jarg3, void* jarg4, void* jarg5, void* jarg6) vtkTerrainDataPointPlacer_ComputeWorldPosition__SWIG_1; extern(C) int function(void* jarg1, void* jarg2) vtkTerrainDataPointPlacer_ValidateWorldPosition__SWIG_0; extern(C) int function(void* jarg1, void* jarg2, void* jarg3) vtkTerrainDataPointPlacer_ValidateWorldPosition__SWIG_1; extern(C) void* function(void* jarg1) vtkTerrainDataPointPlacer_GetPropPicker; extern(C) void* function(void* objectRef) vtkTerrainDataPointPlacer_Upcast; extern(C) int function(const(char)* jarg1) vtkGL2PSContextDevice2D_IsTypeOf; extern(C) void* function(void* jarg1) vtkGL2PSContextDevice2D_SafeDownCast; extern(C) void* function(void* jarg1) vtkGL2PSContextDevice2D_NewInstance; extern(C) void* function() vtkGL2PSContextDevice2D_New; extern(C) void function(void* jarg1, void* jarg2, int jarg3, void* jarg4, int jarg5) vtkGL2PSContextDevice2D_DrawPoly__SWIG_0; extern(C) void function(void* jarg1, void* jarg2, int jarg3, void* jarg4) vtkGL2PSContextDevice2D_DrawPoly__SWIG_1; extern(C) void function(void* jarg1, void* jarg2, int jarg3) vtkGL2PSContextDevice2D_DrawPoly__SWIG_2; extern(C) void function(void* jarg1, void* jarg2, int jarg3, void* jarg4, int jarg5) vtkGL2PSContextDevice2D_DrawPoints__SWIG_0; extern(C) void function(void* jarg1, void* jarg2, int jarg3, void* jarg4) vtkGL2PSContextDevice2D_DrawPoints__SWIG_1; extern(C) void function(void* jarg1, void* jarg2, int jarg3) vtkGL2PSContextDevice2D_DrawPoints__SWIG_2; extern(C) void function(void* jarg1, void* jarg2, void* jarg3, int jarg4, void* jarg5, int jarg6) vtkGL2PSContextDevice2D_DrawPointSprites__SWIG_0; extern(C) void function(void* jarg1, void* jarg2, void* jarg3, int jarg4, void* jarg5) vtkGL2PSContextDevice2D_DrawPointSprites__SWIG_1; extern(C) void function(void* jarg1, void* jarg2, void* jarg3, int jarg4) vtkGL2PSContextDevice2D_DrawPointSprites__SWIG_2; extern(C) void function(void* jarg1, int jarg2, uint jarg3, void* jarg4, int jarg5, void* jarg6, int jarg7) vtkGL2PSContextDevice2D_DrawMarkers__SWIG_0; extern(C) void function(void* jarg1, int jarg2, uint jarg3, void* jarg4, int jarg5, void* jarg6) vtkGL2PSContextDevice2D_DrawMarkers__SWIG_1; extern(C) void function(void* jarg1, int jarg2, uint jarg3, void* jarg4, int jarg5) vtkGL2PSContextDevice2D_DrawMarkers__SWIG_2; extern(C) void function(void* jarg1, void* jarg2, void* jarg3) vtkGL2PSContextDevice2D_DrawString__SWIG_0; extern(C) void function(void* jarg1, void* jarg2, void* jarg3) vtkGL2PSContextDevice2D_DrawString__SWIG_1; extern(C) void function(void* jarg1, void* jarg2) vtkGL2PSContextDevice2D_ApplyPen; extern(C) void* function(void* objectRef) vtkGL2PSContextDevice2D_Upcast; extern(C) void* function() vtkSubdivideTetra_New; extern(C) int function(const(char)* jarg1) vtkSubdivideTetra_IsTypeOf; extern(C) void* function(void* jarg1) vtkSubdivideTetra_SafeDownCast; extern(C) void* function(void* jarg1) vtkSubdivideTetra_NewInstance; extern(C) void* function(void* objectRef) vtkSubdivideTetra_Upcast; extern(C) void* function() vtkImageButterworthHighPass_New; extern(C) int function(const(char)* jarg1) vtkImageButterworthHighPass_IsTypeOf; extern(C) void* function(void* jarg1) vtkImageButterworthHighPass_SafeDownCast; extern(C) void* function(void* jarg1) vtkImageButterworthHighPass_NewInstance; extern(C) void function(void* jarg1, double jarg2, double jarg3, double jarg4) vtkImageButterworthHighPass_SetCutOff__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkImageButterworthHighPass_SetCutOff__SWIG_1; extern(C) void function(void* jarg1, double jarg2) vtkImageButterworthHighPass_SetCutOff__SWIG_2; extern(C) void function(void* jarg1, double jarg2) vtkImageButterworthHighPass_SetXCutOff; extern(C) void function(void* jarg1, double jarg2) vtkImageButterworthHighPass_SetYCutOff; extern(C) void function(void* jarg1, double jarg2) vtkImageButterworthHighPass_SetZCutOff; extern(C) void* function(void* jarg1) vtkImageButterworthHighPass_GetCutOff__SWIG_0; extern(C) void function(void* jarg1, void* jarg2, void* jarg3, void* jarg4) vtkImageButterworthHighPass_GetCutOff__SWIG_1; extern(C) void function(void* jarg1, void* jarg2) vtkImageButterworthHighPass_GetCutOff__SWIG_2; extern(C) double function(void* jarg1) vtkImageButterworthHighPass_GetXCutOff; extern(C) double function(void* jarg1) vtkImageButterworthHighPass_GetYCutOff; extern(C) double function(void* jarg1) vtkImageButterworthHighPass_GetZCutOff; extern(C) void function(void* jarg1, int jarg2) vtkImageButterworthHighPass_SetOrder; extern(C) int function(void* jarg1) vtkImageButterworthHighPass_GetOrder; extern(C) void* function(void* objectRef) vtkImageButterworthHighPass_Upcast; extern(C) int function(const(char)* jarg1) vtkRectilinearGridGeometryFilter_IsTypeOf; extern(C) void* function(void* jarg1) vtkRectilinearGridGeometryFilter_SafeDownCast; extern(C) void* function(void* jarg1) vtkRectilinearGridGeometryFilter_NewInstance; extern(C) void* function() vtkRectilinearGridGeometryFilter_New; extern(C) void* function(void* jarg1) vtkRectilinearGridGeometryFilter_GetExtent__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkRectilinearGridGeometryFilter_GetExtent__SWIG_1; extern(C) void function(void* jarg1, int jarg2, int jarg3, int jarg4, int jarg5, int jarg6, int jarg7) vtkRectilinearGridGeometryFilter_SetExtent__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkRectilinearGridGeometryFilter_SetExtent__SWIG_1; extern(C) void* function(void* objectRef) vtkRectilinearGridGeometryFilter_Upcast; extern(C) void* function() vtkBooleanTexture_New; extern(C) int function(const(char)* jarg1) vtkBooleanTexture_IsTypeOf; extern(C) void* function(void* jarg1) vtkBooleanTexture_SafeDownCast; extern(C) void* function(void* jarg1) vtkBooleanTexture_NewInstance; extern(C) void function(void* jarg1, int jarg2) vtkBooleanTexture_SetXSize; extern(C) int function(void* jarg1) vtkBooleanTexture_GetXSize; extern(C) void function(void* jarg1, int jarg2) vtkBooleanTexture_SetYSize; extern(C) int function(void* jarg1) vtkBooleanTexture_GetYSize; extern(C) void function(void* jarg1, int jarg2) vtkBooleanTexture_SetThickness; extern(C) int function(void* jarg1) vtkBooleanTexture_GetThickness; extern(C) void function(void* jarg1, ubyte jarg2, ubyte jarg3) vtkBooleanTexture_SetInIn__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkBooleanTexture_SetInIn__SWIG_1; extern(C) void* function(void* jarg1) vtkBooleanTexture_GetInIn__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkBooleanTexture_GetInIn__SWIG_1; extern(C) void function(void* jarg1, ubyte jarg2, ubyte jarg3) vtkBooleanTexture_SetInOut__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkBooleanTexture_SetInOut__SWIG_1; extern(C) void* function(void* jarg1) vtkBooleanTexture_GetInOut__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkBooleanTexture_GetInOut__SWIG_1; extern(C) void function(void* jarg1, ubyte jarg2, ubyte jarg3) vtkBooleanTexture_SetOutIn__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkBooleanTexture_SetOutIn__SWIG_1; extern(C) void* function(void* jarg1) vtkBooleanTexture_GetOutIn__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkBooleanTexture_GetOutIn__SWIG_1; extern(C) void function(void* jarg1, ubyte jarg2, ubyte jarg3) vtkBooleanTexture_SetOutOut__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkBooleanTexture_SetOutOut__SWIG_1; extern(C) void* function(void* jarg1) vtkBooleanTexture_GetOutOut__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkBooleanTexture_GetOutOut__SWIG_1; extern(C) void function(void* jarg1, ubyte jarg2, ubyte jarg3) vtkBooleanTexture_SetOnOn__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkBooleanTexture_SetOnOn__SWIG_1; extern(C) void* function(void* jarg1) vtkBooleanTexture_GetOnOn__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkBooleanTexture_GetOnOn__SWIG_1; extern(C) void function(void* jarg1, ubyte jarg2, ubyte jarg3) vtkBooleanTexture_SetOnIn__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkBooleanTexture_SetOnIn__SWIG_1; extern(C) void* function(void* jarg1) vtkBooleanTexture_GetOnIn__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkBooleanTexture_GetOnIn__SWIG_1; extern(C) void function(void* jarg1, ubyte jarg2, ubyte jarg3) vtkBooleanTexture_SetOnOut__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkBooleanTexture_SetOnOut__SWIG_1; extern(C) void* function(void* jarg1) vtkBooleanTexture_GetOnOut__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkBooleanTexture_GetOnOut__SWIG_1; extern(C) void function(void* jarg1, ubyte jarg2, ubyte jarg3) vtkBooleanTexture_SetInOn__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkBooleanTexture_SetInOn__SWIG_1; extern(C) void* function(void* jarg1) vtkBooleanTexture_GetInOn__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkBooleanTexture_GetInOn__SWIG_1; extern(C) void function(void* jarg1, ubyte jarg2, ubyte jarg3) vtkBooleanTexture_SetOutOn__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkBooleanTexture_SetOutOn__SWIG_1; extern(C) void* function(void* jarg1) vtkBooleanTexture_GetOutOn__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkBooleanTexture_GetOutOn__SWIG_1; extern(C) void* function(void* objectRef) vtkBooleanTexture_Upcast; extern(C) void* function() vtkExtractPiece_New; extern(C) int function(const(char)* jarg1) vtkExtractPiece_IsTypeOf; extern(C) void* function(void* jarg1) vtkExtractPiece_SafeDownCast; extern(C) void* function(void* jarg1) vtkExtractPiece_NewInstance; extern(C) void* function(void* objectRef) vtkExtractPiece_Upcast; extern(C) void* function() vtkCoincidentPoints_New; extern(C) int function(const(char)* jarg1) vtkCoincidentPoints_IsTypeOf; extern(C) void* function(void* jarg1) vtkCoincidentPoints_SafeDownCast; extern(C) void* function(void* jarg1) vtkCoincidentPoints_NewInstance; extern(C) void function(void* jarg1, long jarg2, void* jarg3) vtkCoincidentPoints_AddPoint; extern(C) void* function(void* jarg1, void* jarg2) vtkCoincidentPoints_GetCoincidentPointIds; extern(C) void* function(void* jarg1) vtkCoincidentPoints_GetNextCoincidentPointIds; extern(C) void function(void* jarg1) vtkCoincidentPoints_InitTraversal; extern(C) void function(void* jarg1) vtkCoincidentPoints_RemoveNonCoincidentPoints; extern(C) void function(void* jarg1) vtkCoincidentPoints_Clear; extern(C) void function(long jarg1, void* jarg2) vtkCoincidentPoints_SpiralPoints; extern(C) void* function(void* objectRef) vtkCoincidentPoints_Upcast; extern(C) int function(const(char)* jarg1) vtkParticleTracerBase_IsTypeOf; extern(C) void* function(void* jarg1) vtkParticleTracerBase_SafeDownCast; extern(C) void* function(void* jarg1) vtkParticleTracerBase_NewInstance; extern(C) void function(void* jarg1) vtkParticleTracerBase_PrintParticleHistories; extern(C) uint function(void* jarg1) vtkParticleTracerBase_GetComputeVorticity; extern(C) void function(void* jarg1, uint jarg2) vtkParticleTracerBase_SetComputeVorticity; extern(C) double function(void* jarg1) vtkParticleTracerBase_GetTerminalSpeed; extern(C) void function(void* jarg1, double jarg2) vtkParticleTracerBase_SetTerminalSpeed; extern(C) void function(void* jarg1, double jarg2) vtkParticleTracerBase_SetRotationScale; extern(C) double function(void* jarg1) vtkParticleTracerBase_GetRotationScale; extern(C) void function(void* jarg1, int jarg2) vtkParticleTracerBase_SetIgnorePipelineTime; extern(C) int function(void* jarg1) vtkParticleTracerBase_GetIgnorePipelineTime; extern(C) void function(void* jarg1) vtkParticleTracerBase_IgnorePipelineTimeOn; extern(C) void function(void* jarg1) vtkParticleTracerBase_IgnorePipelineTimeOff; extern(C) void function(void* jarg1, int jarg2) vtkParticleTracerBase_SetForceReinjectionEveryNSteps; extern(C) int function(void* jarg1) vtkParticleTracerBase_GetForceReinjectionEveryNSteps; extern(C) void function(void* jarg1, double jarg2) vtkParticleTracerBase_SetTerminationTime; extern(C) double function(void* jarg1) vtkParticleTracerBase_GetTerminationTime; extern(C) void function(void* jarg1, void* jarg2) vtkParticleTracerBase_SetIntegrator; extern(C) void* function(void* jarg1) vtkParticleTracerBase_GetIntegrator; extern(C) void function(void* jarg1, int jarg2) vtkParticleTracerBase_SetIntegratorType; extern(C) int function(void* jarg1) vtkParticleTracerBase_GetIntegratorType; extern(C) void function(void* jarg1, double jarg2) vtkParticleTracerBase_SetStartTime; extern(C) double function(void* jarg1) vtkParticleTracerBase_GetStartTime; extern(C) int function(void* jarg1) vtkParticleTracerBase_GetStaticSeeds; extern(C) int function(void* jarg1) vtkParticleTracerBase_GetStaticMesh; extern(C) void function(void* jarg1, void* jarg2) vtkParticleTracerBase_SetParticleWriter; extern(C) void* function(void* jarg1) vtkParticleTracerBase_GetParticleWriter; extern(C) void function(void* jarg1, const(char)* jarg2) vtkParticleTracerBase_SetParticleFileName; extern(C) const(char)* function(void* jarg1) vtkParticleTracerBase_GetParticleFileName; extern(C) void function(void* jarg1, int jarg2) vtkParticleTracerBase_SetEnableParticleWriting; extern(C) int function(void* jarg1) vtkParticleTracerBase_GetEnableParticleWriting; extern(C) void function(void* jarg1) vtkParticleTracerBase_EnableParticleWritingOn; extern(C) void function(void* jarg1) vtkParticleTracerBase_EnableParticleWritingOff; extern(C) void function(void* jarg1, int jarg2) vtkParticleTracerBase_SetDisableResetCache; extern(C) int function(void* jarg1) vtkParticleTracerBase_GetDisableResetCache; extern(C) void function(void* jarg1) vtkParticleTracerBase_DisableResetCacheOn; extern(C) void function(void* jarg1) vtkParticleTracerBase_DisableResetCacheOff; extern(C) void function(void* jarg1, void* jarg2) vtkParticleTracerBase_AddSourceConnection; extern(C) void function(void* jarg1) vtkParticleTracerBase_RemoveAllSources; extern(C) void* function(void* objectRef) vtkParticleTracerBase_Upcast; extern(C) void function() vtkFloatingPointExceptions_Enable; extern(C) void function() vtkFloatingPointExceptions_Disable; extern(C) void function(void* jarg1) delete_vtkFloatingPointExceptions; extern(C) void* function() vtkScalarBarWidget_New; extern(C) int function(const(char)* jarg1) vtkScalarBarWidget_IsTypeOf; extern(C) void* function(void* jarg1) vtkScalarBarWidget_SafeDownCast; extern(C) void* function(void* jarg1) vtkScalarBarWidget_NewInstance; extern(C) void function(void* jarg1, void* jarg2) vtkScalarBarWidget_SetRepresentation; extern(C) void* function(void* jarg1) vtkScalarBarWidget_GetScalarBarRepresentation; extern(C) void function(void* jarg1, void* jarg2) vtkScalarBarWidget_SetScalarBarActor; extern(C) void* function(void* jarg1) vtkScalarBarWidget_GetScalarBarActor; extern(C) void function(void* jarg1, int jarg2) vtkScalarBarWidget_SetRepositionable; extern(C) int function(void* jarg1) vtkScalarBarWidget_GetRepositionable; extern(C) void function(void* jarg1) vtkScalarBarWidget_RepositionableOn; extern(C) void function(void* jarg1) vtkScalarBarWidget_RepositionableOff; extern(C) void* function(void* objectRef) vtkScalarBarWidget_Upcast; extern(C) int function(const(char)* jarg1) vtkTextureMapToSphere_IsTypeOf; extern(C) void* function(void* jarg1) vtkTextureMapToSphere_SafeDownCast; extern(C) void* function(void* jarg1) vtkTextureMapToSphere_NewInstance; extern(C) void* function() vtkTextureMapToSphere_New; extern(C) void function(void* jarg1, double jarg2, double jarg3, double jarg4) vtkTextureMapToSphere_SetCenter__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkTextureMapToSphere_SetCenter__SWIG_1; extern(C) void* function(void* jarg1) vtkTextureMapToSphere_GetCenter__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkTextureMapToSphere_GetCenter__SWIG_1; extern(C) void function(void* jarg1, int jarg2) vtkTextureMapToSphere_SetAutomaticSphereGeneration; extern(C) int function(void* jarg1) vtkTextureMapToSphere_GetAutomaticSphereGeneration; extern(C) void function(void* jarg1) vtkTextureMapToSphere_AutomaticSphereGenerationOn; extern(C) void function(void* jarg1) vtkTextureMapToSphere_AutomaticSphereGenerationOff; extern(C) void function(void* jarg1, int jarg2) vtkTextureMapToSphere_SetPreventSeam; extern(C) int function(void* jarg1) vtkTextureMapToSphere_GetPreventSeam; extern(C) void function(void* jarg1) vtkTextureMapToSphere_PreventSeamOn; extern(C) void function(void* jarg1) vtkTextureMapToSphere_PreventSeamOff; extern(C) void* function(void* objectRef) vtkTextureMapToSphere_Upcast; extern(C) void* function() vtkGeoGraticule_New; extern(C) int function(const(char)* jarg1) vtkGeoGraticule_IsTypeOf; extern(C) void* function(void* jarg1) vtkGeoGraticule_SafeDownCast; extern(C) void* function(void* jarg1) vtkGeoGraticule_NewInstance; extern(C) void function(void* jarg1, double jarg2, double jarg3) vtkGeoGraticule_SetLatitudeBounds__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkGeoGraticule_SetLatitudeBounds__SWIG_1; extern(C) void* function(void* jarg1) vtkGeoGraticule_GetLatitudeBounds__SWIG_0; extern(C) void function(void* jarg1, void* jarg2, void* jarg3) vtkGeoGraticule_GetLatitudeBounds__SWIG_1; extern(C) void function(void* jarg1, void* jarg2) vtkGeoGraticule_GetLatitudeBounds__SWIG_2; extern(C) void function(void* jarg1, double jarg2, double jarg3) vtkGeoGraticule_SetLongitudeBounds__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkGeoGraticule_SetLongitudeBounds__SWIG_1; extern(C) void* function(void* jarg1) vtkGeoGraticule_GetLongitudeBounds__SWIG_0; extern(C) void function(void* jarg1, void* jarg2, void* jarg3) vtkGeoGraticule_GetLongitudeBounds__SWIG_1; extern(C) void function(void* jarg1, void* jarg2) vtkGeoGraticule_GetLongitudeBounds__SWIG_2; extern(C) void function(void* jarg1, int jarg2) vtkGeoGraticule_SetLatitudeLevel; extern(C) int function(void* jarg1) vtkGeoGraticule_GetLatitudeLevelMinValue; extern(C) int function(void* jarg1) vtkGeoGraticule_GetLatitudeLevelMaxValue; extern(C) int function(void* jarg1) vtkGeoGraticule_GetLatitudeLevel; extern(C) void function(void* jarg1, int jarg2) vtkGeoGraticule_SetLongitudeLevel; extern(C) int function(void* jarg1) vtkGeoGraticule_GetLongitudeLevelMinValue; extern(C) int function(void* jarg1) vtkGeoGraticule_GetLongitudeLevelMaxValue; extern(C) int function(void* jarg1) vtkGeoGraticule_GetLongitudeLevel; extern(C) double function(int jarg1) vtkGeoGraticule_GetLatitudeDelta; extern(C) double function(int jarg1) vtkGeoGraticule_GetLongitudeDelta; extern(C) void function(void* jarg1, int jarg2) vtkGeoGraticule_SetGeometryType; extern(C) int function(void* jarg1) vtkGeoGraticule_GetGeometryType; extern(C) void* function(void* objectRef) vtkGeoGraticule_Upcast; extern(C) int function(const(char)* jarg1) vtkGraphWeightFilter_IsTypeOf; extern(C) void* function(void* jarg1) vtkGraphWeightFilter_SafeDownCast; extern(C) void* function(void* jarg1) vtkGraphWeightFilter_NewInstance; extern(C) void* function(void* objectRef) vtkGraphWeightFilter_Upcast; extern(C) void* function() vtkGraphWeightEuclideanDistanceFilter_New; extern(C) int function(const(char)* jarg1) vtkGraphWeightEuclideanDistanceFilter_IsTypeOf; extern(C) void* function(void* jarg1) vtkGraphWeightEuclideanDistanceFilter_SafeDownCast; extern(C) void* function(void* jarg1) vtkGraphWeightEuclideanDistanceFilter_NewInstance; extern(C) void* function(void* objectRef) vtkGraphWeightEuclideanDistanceFilter_Upcast; extern(C) void* function() vtkGenerateIndexArray_New; extern(C) int function(const(char)* jarg1) vtkGenerateIndexArray_IsTypeOf; extern(C) void* function(void* jarg1) vtkGenerateIndexArray_SafeDownCast; extern(C) void* function(void* jarg1) vtkGenerateIndexArray_NewInstance; extern(C) void function(void* jarg1, const(char)* jarg2) vtkGenerateIndexArray_SetArrayName; extern(C) const(char)* function(void* jarg1) vtkGenerateIndexArray_GetArrayName; extern(C) void function(void* jarg1, int jarg2) vtkGenerateIndexArray_SetFieldType; extern(C) int function(void* jarg1) vtkGenerateIndexArray_GetFieldType; extern(C) void function(void* jarg1, const(char)* jarg2) vtkGenerateIndexArray_SetReferenceArrayName; extern(C) const(char)* function(void* jarg1) vtkGenerateIndexArray_GetReferenceArrayName; extern(C) void function(void* jarg1, int jarg2) vtkGenerateIndexArray_SetPedigreeID; extern(C) int function(void* jarg1) vtkGenerateIndexArray_GetPedigreeID; extern(C) void* function(void* objectRef) vtkGenerateIndexArray_Upcast; extern(C) void* function() vtkSmartVolumeMapper_New; extern(C) int function(const(char)* jarg1) vtkSmartVolumeMapper_IsTypeOf; extern(C) void* function(void* jarg1) vtkSmartVolumeMapper_SafeDownCast; extern(C) void* function(void* jarg1) vtkSmartVolumeMapper_NewInstance; extern(C) void function(void* jarg1, float jarg2) vtkSmartVolumeMapper_SetFinalColorWindow; extern(C) float function(void* jarg1) vtkSmartVolumeMapper_GetFinalColorWindow; extern(C) void function(void* jarg1, float jarg2) vtkSmartVolumeMapper_SetFinalColorLevel; extern(C) float function(void* jarg1) vtkSmartVolumeMapper_GetFinalColorLevel; extern(C) void function(void* jarg1, int jarg2) vtkSmartVolumeMapper_SetRequestedRenderMode; extern(C) void function(void* jarg1) vtkSmartVolumeMapper_SetRequestedRenderModeToDefault; extern(C) void function(void* jarg1) vtkSmartVolumeMapper_SetRequestedRenderModeToRayCastAndTexture; extern(C) void function(void* jarg1) vtkSmartVolumeMapper_SetRequestedRenderModeToRayCast; extern(C) int function(void* jarg1) vtkSmartVolumeMapper_GetRequestedRenderMode; extern(C) void function(void* jarg1, double jarg2) vtkSmartVolumeMapper_SetInteractiveUpdateRate; extern(C) double function(void* jarg1) vtkSmartVolumeMapper_GetInteractiveUpdateRateMinValue; extern(C) double function(void* jarg1) vtkSmartVolumeMapper_GetInteractiveUpdateRateMaxValue; extern(C) double function(void* jarg1) vtkSmartVolumeMapper_GetInteractiveUpdateRate; extern(C) int function(void* jarg1) vtkSmartVolumeMapper_GetLastUsedRenderMode; extern(C) void function(void* jarg1, long jarg2) vtkSmartVolumeMapper_SetMaxMemoryInBytes; extern(C) long function(void* jarg1) vtkSmartVolumeMapper_GetMaxMemoryInBytes; extern(C) void function(void* jarg1, float jarg2) vtkSmartVolumeMapper_SetMaxMemoryFraction; extern(C) float function(void* jarg1) vtkSmartVolumeMapper_GetMaxMemoryFractionMinValue; extern(C) float function(void* jarg1) vtkSmartVolumeMapper_GetMaxMemoryFractionMaxValue; extern(C) float function(void* jarg1) vtkSmartVolumeMapper_GetMaxMemoryFraction; extern(C) void function(void* jarg1, int jarg2) vtkSmartVolumeMapper_SetInterpolationMode; extern(C) int function(void* jarg1) vtkSmartVolumeMapper_GetInterpolationModeMinValue; extern(C) int function(void* jarg1) vtkSmartVolumeMapper_GetInterpolationModeMaxValue; extern(C) int function(void* jarg1) vtkSmartVolumeMapper_GetInterpolationMode; extern(C) void function(void* jarg1) vtkSmartVolumeMapper_SetInterpolationModeToNearestNeighbor; extern(C) void function(void* jarg1) vtkSmartVolumeMapper_SetInterpolationModeToLinear; extern(C) void function(void* jarg1) vtkSmartVolumeMapper_SetInterpolationModeToCubic; extern(C) void function(void* jarg1, void* jarg2, void* jarg3, void* jarg4, void* jarg5, int jarg6, void* jarg7, void* jarg8) vtkSmartVolumeMapper_CreateCanonicalView; extern(C) void* function(void* objectRef) vtkSmartVolumeMapper_Upcast; extern(C) int function(const(char)* jarg1) vtkContextActor_IsTypeOf; extern(C) void* function(void* jarg1) vtkContextActor_SafeDownCast; extern(C) void* function(void* jarg1) vtkContextActor_NewInstance; extern(C) void* function() vtkContextActor_New; extern(C) int function(void* jarg1, void* jarg2) vtkContextActor_RenderOverlay; extern(C) void* function(void* jarg1) vtkContextActor_GetContext; extern(C) void* function(void* jarg1) vtkContextActor_GetScene; extern(C) void function(void* jarg1, void* jarg2) vtkContextActor_SetScene; extern(C) void function(void* jarg1, void* jarg2) vtkContextActor_ReleaseGraphicsResources; extern(C) void* function(void* objectRef) vtkContextActor_Upcast; extern(C) void* function() vtkTreeLayoutStrategy_New; extern(C) int function(const(char)* jarg1) vtkTreeLayoutStrategy_IsTypeOf; extern(C) void* function(void* jarg1) vtkTreeLayoutStrategy_SafeDownCast; extern(C) void* function(void* jarg1) vtkTreeLayoutStrategy_NewInstance; extern(C) void function(void* jarg1, double jarg2) vtkTreeLayoutStrategy_SetAngle; extern(C) double function(void* jarg1) vtkTreeLayoutStrategy_GetAngleMinValue; extern(C) double function(void* jarg1) vtkTreeLayoutStrategy_GetAngleMaxValue; extern(C) double function(void* jarg1) vtkTreeLayoutStrategy_GetAngle; extern(C) void function(void* jarg1, uint jarg2) vtkTreeLayoutStrategy_SetRadial; extern(C) uint function(void* jarg1) vtkTreeLayoutStrategy_GetRadial; extern(C) void function(void* jarg1) vtkTreeLayoutStrategy_RadialOn; extern(C) void function(void* jarg1) vtkTreeLayoutStrategy_RadialOff; extern(C) void function(void* jarg1, double jarg2) vtkTreeLayoutStrategy_SetLogSpacingValue; extern(C) double function(void* jarg1) vtkTreeLayoutStrategy_GetLogSpacingValue; extern(C) void function(void* jarg1, double jarg2) vtkTreeLayoutStrategy_SetLeafSpacing; extern(C) double function(void* jarg1) vtkTreeLayoutStrategy_GetLeafSpacingMinValue; extern(C) double function(void* jarg1) vtkTreeLayoutStrategy_GetLeafSpacingMaxValue; extern(C) double function(void* jarg1) vtkTreeLayoutStrategy_GetLeafSpacing; extern(C) void function(void* jarg1, const(char)* jarg2) vtkTreeLayoutStrategy_SetDistanceArrayName; extern(C) const(char)* function(void* jarg1) vtkTreeLayoutStrategy_GetDistanceArrayName; extern(C) void function(void* jarg1, double jarg2) vtkTreeLayoutStrategy_SetRotation; extern(C) double function(void* jarg1) vtkTreeLayoutStrategy_GetRotation; extern(C) void function(void* jarg1, uint jarg2) vtkTreeLayoutStrategy_SetReverseEdges; extern(C) uint function(void* jarg1) vtkTreeLayoutStrategy_GetReverseEdges; extern(C) void function(void* jarg1) vtkTreeLayoutStrategy_ReverseEdgesOn; extern(C) void function(void* jarg1) vtkTreeLayoutStrategy_ReverseEdgesOff; extern(C) void* function(void* objectRef) vtkTreeLayoutStrategy_Upcast; extern(C) void* function() vtkTypeInt64Array_New; extern(C) int function(const(char)* jarg1) vtkTypeInt64Array_IsTypeOf; extern(C) void* function(void* jarg1) vtkTypeInt64Array_SafeDownCast; extern(C) void* function(void* jarg1) vtkTypeInt64Array_NewInstance; extern(C) void* function(void* objectRef) vtkTypeInt64Array_Upcast; extern(C) void* function() vtkDataObjectReader_New; extern(C) int function(const(char)* jarg1) vtkDataObjectReader_IsTypeOf; extern(C) void* function(void* jarg1) vtkDataObjectReader_SafeDownCast; extern(C) void* function(void* jarg1) vtkDataObjectReader_NewInstance; extern(C) void* function(void* jarg1) vtkDataObjectReader_GetOutput__SWIG_0; extern(C) void* function(void* jarg1, int jarg2) vtkDataObjectReader_GetOutput__SWIG_1; extern(C) void function(void* jarg1, void* jarg2) vtkDataObjectReader_SetOutput; extern(C) void* function(void* objectRef) vtkDataObjectReader_Upcast; extern(C) int function() VTK_PLANE_OFF_get; extern(C) int function() VTK_PLANE_OUTLINE_get; extern(C) int function() VTK_PLANE_WIREFRAME_get; extern(C) int function() VTK_PLANE_SURFACE_get; extern(C) void* function() vtkPlaneWidget_New; extern(C) int function(const(char)* jarg1) vtkPlaneWidget_IsTypeOf; extern(C) void* function(void* jarg1) vtkPlaneWidget_SafeDownCast; extern(C) void* function(void* jarg1) vtkPlaneWidget_NewInstance; extern(C) void function(void* jarg1, void* jarg2) vtkPlaneWidget_PlaceWidget__SWIG_0; extern(C) void function(void* jarg1) vtkPlaneWidget_PlaceWidget__SWIG_1; extern(C) void function(void* jarg1, double jarg2, double jarg3, double jarg4, double jarg5, double jarg6, double jarg7) vtkPlaneWidget_PlaceWidget__SWIG_2; extern(C) void function(void* jarg1, int jarg2) vtkPlaneWidget_SetResolution; extern(C) int function(void* jarg1) vtkPlaneWidget_GetResolution; extern(C) void function(void* jarg1, double jarg2, double jarg3, double jarg4) vtkPlaneWidget_SetOrigin__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkPlaneWidget_SetOrigin__SWIG_1; extern(C) void* function(void* jarg1) vtkPlaneWidget_GetOrigin__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkPlaneWidget_GetOrigin__SWIG_1; extern(C) void function(void* jarg1, double jarg2, double jarg3, double jarg4) vtkPlaneWidget_SetPoint1__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkPlaneWidget_SetPoint1__SWIG_1; extern(C) void* function(void* jarg1) vtkPlaneWidget_GetPoint1__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkPlaneWidget_GetPoint1__SWIG_1; extern(C) void function(void* jarg1, double jarg2, double jarg3, double jarg4) vtkPlaneWidget_SetPoint2__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkPlaneWidget_SetPoint2__SWIG_1; extern(C) void* function(void* jarg1) vtkPlaneWidget_GetPoint2__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkPlaneWidget_GetPoint2__SWIG_1; extern(C) void function(void* jarg1, double jarg2, double jarg3, double jarg4) vtkPlaneWidget_SetCenter__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkPlaneWidget_SetCenter__SWIG_1; extern(C) void* function(void* jarg1) vtkPlaneWidget_GetCenter__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkPlaneWidget_GetCenter__SWIG_1; extern(C) void function(void* jarg1, double jarg2, double jarg3, double jarg4) vtkPlaneWidget_SetNormal__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkPlaneWidget_SetNormal__SWIG_1; extern(C) void* function(void* jarg1) vtkPlaneWidget_GetNormal__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkPlaneWidget_GetNormal__SWIG_1; extern(C) void function(void* jarg1, int jarg2) vtkPlaneWidget_SetRepresentation; extern(C) int function(void* jarg1) vtkPlaneWidget_GetRepresentationMinValue; extern(C) int function(void* jarg1) vtkPlaneWidget_GetRepresentationMaxValue; extern(C) int function(void* jarg1) vtkPlaneWidget_GetRepresentation; extern(C) void function(void* jarg1) vtkPlaneWidget_SetRepresentationToOff; extern(C) void function(void* jarg1) vtkPlaneWidget_SetRepresentationToOutline; extern(C) void function(void* jarg1) vtkPlaneWidget_SetRepresentationToWireframe; extern(C) void function(void* jarg1) vtkPlaneWidget_SetRepresentationToSurface; extern(C) void function(void* jarg1, int jarg2) vtkPlaneWidget_SetNormalToXAxis; extern(C) int function(void* jarg1) vtkPlaneWidget_GetNormalToXAxis; extern(C) void function(void* jarg1) vtkPlaneWidget_NormalToXAxisOn; extern(C) void function(void* jarg1) vtkPlaneWidget_NormalToXAxisOff; extern(C) void function(void* jarg1, int jarg2) vtkPlaneWidget_SetNormalToYAxis; extern(C) int function(void* jarg1) vtkPlaneWidget_GetNormalToYAxis; extern(C) void function(void* jarg1) vtkPlaneWidget_NormalToYAxisOn; extern(C) void function(void* jarg1) vtkPlaneWidget_NormalToYAxisOff; extern(C) void function(void* jarg1, int jarg2) vtkPlaneWidget_SetNormalToZAxis; extern(C) int function(void* jarg1) vtkPlaneWidget_GetNormalToZAxis; extern(C) void function(void* jarg1) vtkPlaneWidget_NormalToZAxisOn; extern(C) void function(void* jarg1) vtkPlaneWidget_NormalToZAxisOff; extern(C) void function(void* jarg1, void* jarg2) vtkPlaneWidget_GetPolyData; extern(C) void function(void* jarg1, void* jarg2) vtkPlaneWidget_GetPlane; extern(C) void* function(void* jarg1) vtkPlaneWidget_GetHandleProperty; extern(C) void* function(void* jarg1) vtkPlaneWidget_GetSelectedHandleProperty; extern(C) void function(void* jarg1, void* jarg2) vtkPlaneWidget_SetPlaneProperty; extern(C) void* function(void* jarg1) vtkPlaneWidget_GetPlaneProperty; extern(C) void* function(void* jarg1) vtkPlaneWidget_GetSelectedPlaneProperty; extern(C) void* function(void* objectRef) vtkPlaneWidget_Upcast; extern(C) void* function() vtkNetCDFCAMReader_New; extern(C) int function(const(char)* jarg1) vtkNetCDFCAMReader_IsTypeOf; extern(C) void* function(void* jarg1) vtkNetCDFCAMReader_SafeDownCast; extern(C) void* function(void* jarg1) vtkNetCDFCAMReader_NewInstance; extern(C) int function(const(char)* jarg1) vtkNetCDFCAMReader_CanReadFile; extern(C) void function(void* jarg1, const(char)* jarg2) vtkNetCDFCAMReader_SetFileName; extern(C) const(char)* function(void* jarg1) vtkNetCDFCAMReader_GetFileName; extern(C) void function(void* jarg1, const(char)* jarg2) vtkNetCDFCAMReader_SetConnectivityFileName; extern(C) const(char)* function(void* jarg1) vtkNetCDFCAMReader_GetConnectivityFileName; extern(C) void function(void* jarg1) vtkNetCDFCAMReader_SingleLevelOn; extern(C) void function(void* jarg1) vtkNetCDFCAMReader_SingleLevelOff; extern(C) void function(void* jarg1, int jarg2) vtkNetCDFCAMReader_SetSingleLevel; extern(C) int function(void* jarg1) vtkNetCDFCAMReader_GetSingleLevelMinValue; extern(C) int function(void* jarg1) vtkNetCDFCAMReader_GetSingleLevelMaxValue; extern(C) int function(void* jarg1) vtkNetCDFCAMReader_GetSingleLevel; extern(C) void function(void* jarg1, int jarg2) vtkNetCDFCAMReader_SetCellLayerRight; extern(C) int function(void* jarg1) vtkNetCDFCAMReader_GetCellLayerRight; extern(C) void* function(void* objectRef) vtkNetCDFCAMReader_Upcast; extern(C) void* function() new_vtkLargeInteger__SWIG_0; extern(C) void* function(core.stdc.config.c_long jarg1) new_vtkLargeInteger__SWIG_1; extern(C) void* function(core.stdc.config.c_ulong jarg1) new_vtkLargeInteger__SWIG_2; extern(C) void* function(void* jarg1) new_vtkLargeInteger__SWIG_5; extern(C) void* function(long jarg1) new_vtkLargeInteger__SWIG_6; extern(C) void* function(ulong jarg1) new_vtkLargeInteger__SWIG_7; extern(C) void function(void* jarg1) delete_vtkLargeInteger; extern(C) char function(void* jarg1) vtkLargeInteger_CastToChar; extern(C) short function(void* jarg1) vtkLargeInteger_CastToShort; extern(C) int function(void* jarg1) vtkLargeInteger_CastToInt; extern(C) core.stdc.config.c_long function(void* jarg1) vtkLargeInteger_CastToLong; extern(C) core.stdc.config.c_ulong function(void* jarg1) vtkLargeInteger_CastToUnsignedLong; extern(C) int function(void* jarg1) vtkLargeInteger_IsEven; extern(C) int function(void* jarg1) vtkLargeInteger_IsOdd; extern(C) int function(void* jarg1) vtkLargeInteger_GetLength; extern(C) int function(void* jarg1, uint jarg2) vtkLargeInteger_GetBit; extern(C) int function(void* jarg1) vtkLargeInteger_IsZero; extern(C) int function(void* jarg1) vtkLargeInteger_GetSign; extern(C) void function(void* jarg1, uint jarg2) vtkLargeInteger_Truncate; extern(C) void function(void* jarg1) vtkLargeInteger_Complement; extern(C) int function(void* jarg1, void* jarg2) vtkLargeInteger_swigOpEquals; extern(C) int function(void* jarg1, void* jarg2) vtkLargeInteger_NotEqual; extern(C) int function(void* jarg1, void* jarg2) vtkLargeInteger_swigOpLt; extern(C) int function(void* jarg1, void* jarg2) vtkLargeInteger_swigOpLtEquals; extern(C) int function(void* jarg1, void* jarg2) vtkLargeInteger_swigOpGt; extern(C) int function(void* jarg1, void* jarg2) vtkLargeInteger_swigOpGtEquals; extern(C) void* function(void* jarg1, void* jarg2) vtkLargeInteger_Equal; extern(C) void* function(void* jarg1, void* jarg2) vtkLargeInteger_swigOpAddAssign; extern(C) void* function(void* jarg1, void* jarg2) vtkLargeInteger_swigOpSubAssign; extern(C) void* function(void* jarg1, int jarg2) vtkLargeInteger_swigOpShlAssign; extern(C) void* function(void* jarg1, int jarg2) vtkLargeInteger_swigOpShrAssign; extern(C) void* function(void* jarg1) vtkLargeInteger_swigOpInc; extern(C) void* function(void* jarg1) vtkLargeInteger_swigOpDec; extern(C) void* function(void* jarg1, void* jarg2) vtkLargeInteger_swigOpMulAssign; extern(C) void* function(void* jarg1, void* jarg2) vtkLargeInteger_swigOpDivAssign; extern(C) void* function(void* jarg1, void* jarg2) vtkLargeInteger_swigOpModAssign; extern(C) void* function(void* jarg1, void* jarg2) vtkLargeInteger_swigOpAndAssign; extern(C) void* function(void* jarg1, void* jarg2) vtkLargeInteger_swigOpOrAssign; extern(C) void* function(void* jarg1, void* jarg2) vtkLargeInteger_swigOpXorAssign; extern(C) void* function(void* jarg1, void* jarg2) vtkLargeInteger_swigOpAdd; extern(C) void* function(void* jarg1, void* jarg2) vtkLargeInteger_swigOpSub; extern(C) void* function(void* jarg1, void* jarg2) vtkLargeInteger_swigOpMul; extern(C) void* function(void* jarg1, void* jarg2) vtkLargeInteger_swigOpDiv; extern(C) void* function(void* jarg1, void* jarg2) vtkLargeInteger_swigOpMod; extern(C) void* function(void* jarg1, void* jarg2) vtkLargeInteger_swigOpAnd; extern(C) void* function(void* jarg1, void* jarg2) vtkLargeInteger_swigOpOr; extern(C) void* function(void* jarg1, void* jarg2) vtkLargeInteger_swigOpXor; extern(C) void* function(void* jarg1, int jarg2) vtkLargeInteger_swigOpShl; extern(C) void* function(void* jarg1, int jarg2) vtkLargeInteger_swigOpShr; extern(C) void* function() vtkExtractEdges_New; extern(C) int function(const(char)* jarg1) vtkExtractEdges_IsTypeOf; extern(C) void* function(void* jarg1) vtkExtractEdges_SafeDownCast; extern(C) void* function(void* jarg1) vtkExtractEdges_NewInstance; extern(C) void function(void* jarg1, void* jarg2) vtkExtractEdges_SetLocator; extern(C) void* function(void* jarg1) vtkExtractEdges_GetLocator; extern(C) void function(void* jarg1) vtkExtractEdges_CreateDefaultLocator; extern(C) void* function(void* objectRef) vtkExtractEdges_Upcast; extern(C) void* function() vtkImageHybridMedian2D_New; extern(C) int function(const(char)* jarg1) vtkImageHybridMedian2D_IsTypeOf; extern(C) void* function(void* jarg1) vtkImageHybridMedian2D_SafeDownCast; extern(C) void* function(void* jarg1) vtkImageHybridMedian2D_NewInstance; extern(C) void* function(void* objectRef) vtkImageHybridMedian2D_Upcast; extern(C) void* function() vtkPolyDataPointSampler_New; extern(C) int function(const(char)* jarg1) vtkPolyDataPointSampler_IsTypeOf; extern(C) void* function(void* jarg1) vtkPolyDataPointSampler_SafeDownCast; extern(C) void* function(void* jarg1) vtkPolyDataPointSampler_NewInstance; extern(C) void function(void* jarg1, double jarg2) vtkPolyDataPointSampler_SetDistance; extern(C) double function(void* jarg1) vtkPolyDataPointSampler_GetDistanceMinValue; extern(C) double function(void* jarg1) vtkPolyDataPointSampler_GetDistanceMaxValue; extern(C) double function(void* jarg1) vtkPolyDataPointSampler_GetDistance; extern(C) int function(void* jarg1) vtkPolyDataPointSampler_GetGenerateVertexPoints; extern(C) void function(void* jarg1, int jarg2) vtkPolyDataPointSampler_SetGenerateVertexPoints; extern(C) void function(void* jarg1) vtkPolyDataPointSampler_GenerateVertexPointsOn; extern(C) void function(void* jarg1) vtkPolyDataPointSampler_GenerateVertexPointsOff; extern(C) int function(void* jarg1) vtkPolyDataPointSampler_GetGenerateEdgePoints; extern(C) void function(void* jarg1, int jarg2) vtkPolyDataPointSampler_SetGenerateEdgePoints; extern(C) void function(void* jarg1) vtkPolyDataPointSampler_GenerateEdgePointsOn; extern(C) void function(void* jarg1) vtkPolyDataPointSampler_GenerateEdgePointsOff; extern(C) int function(void* jarg1) vtkPolyDataPointSampler_GetGenerateInteriorPoints; extern(C) void function(void* jarg1, int jarg2) vtkPolyDataPointSampler_SetGenerateInteriorPoints; extern(C) void function(void* jarg1) vtkPolyDataPointSampler_GenerateInteriorPointsOn; extern(C) void function(void* jarg1) vtkPolyDataPointSampler_GenerateInteriorPointsOff; extern(C) int function(void* jarg1) vtkPolyDataPointSampler_GetGenerateVertices; extern(C) void function(void* jarg1, int jarg2) vtkPolyDataPointSampler_SetGenerateVertices; extern(C) void function(void* jarg1) vtkPolyDataPointSampler_GenerateVerticesOn; extern(C) void function(void* jarg1) vtkPolyDataPointSampler_GenerateVerticesOff; extern(C) void* function(void* objectRef) vtkPolyDataPointSampler_Upcast; extern(C) void* function() vtkStreamGraph_New; extern(C) int function(const(char)* jarg1) vtkStreamGraph_IsTypeOf; extern(C) void* function(void* jarg1) vtkStreamGraph_SafeDownCast; extern(C) void* function(void* jarg1) vtkStreamGraph_NewInstance; extern(C) void function(void* jarg1, uint jarg2) vtkStreamGraph_SetUseEdgeWindow; extern(C) uint function(void* jarg1) vtkStreamGraph_GetUseEdgeWindow; extern(C) void function(void* jarg1) vtkStreamGraph_UseEdgeWindowOn; extern(C) void function(void* jarg1) vtkStreamGraph_UseEdgeWindowOff; extern(C) void function(void* jarg1, const(char)* jarg2) vtkStreamGraph_SetEdgeWindowArrayName; extern(C) const(char)* function(void* jarg1) vtkStreamGraph_GetEdgeWindowArrayName; extern(C) void function(void* jarg1, double jarg2) vtkStreamGraph_SetEdgeWindow; extern(C) double function(void* jarg1) vtkStreamGraph_GetEdgeWindow; extern(C) void* function(void* objectRef) vtkStreamGraph_Upcast; extern(C) int function(const(char)* jarg1) vtkMNITransformReader_IsTypeOf; extern(C) void* function(void* jarg1) vtkMNITransformReader_SafeDownCast; extern(C) void* function(void* jarg1) vtkMNITransformReader_NewInstance; extern(C) void* function() vtkMNITransformReader_New; extern(C) void function(void* jarg1, const(char)* jarg2) vtkMNITransformReader_SetFileName; extern(C) const(char)* function(void* jarg1) vtkMNITransformReader_GetFileName; extern(C) const(char)* function(void* jarg1) vtkMNITransformReader_GetFileExtensions; extern(C) const(char)* function(void* jarg1) vtkMNITransformReader_GetDescriptiveName; extern(C) int function(void* jarg1, const(char)* jarg2) vtkMNITransformReader_CanReadFile; extern(C) int function(void* jarg1) vtkMNITransformReader_GetNumberOfTransforms; extern(C) void* function(void* jarg1, int jarg2) vtkMNITransformReader_GetNthTransform; extern(C) void* function(void* jarg1) vtkMNITransformReader_GetTransform; extern(C) const(char)* function(void* jarg1) vtkMNITransformReader_GetComments; extern(C) void* function(void* objectRef) vtkMNITransformReader_Upcast; extern(C) int function(const(char)* jarg1) vtkFeatureEdges_IsTypeOf; extern(C) void* function(void* jarg1) vtkFeatureEdges_SafeDownCast; extern(C) void* function(void* jarg1) vtkFeatureEdges_NewInstance; extern(C) void* function() vtkFeatureEdges_New; extern(C) void function(void* jarg1, int jarg2) vtkFeatureEdges_SetBoundaryEdges; extern(C) int function(void* jarg1) vtkFeatureEdges_GetBoundaryEdges; extern(C) void function(void* jarg1) vtkFeatureEdges_BoundaryEdgesOn; extern(C) void function(void* jarg1) vtkFeatureEdges_BoundaryEdgesOff; extern(C) void function(void* jarg1, int jarg2) vtkFeatureEdges_SetFeatureEdges; extern(C) int function(void* jarg1) vtkFeatureEdges_GetFeatureEdges; extern(C) void function(void* jarg1) vtkFeatureEdges_FeatureEdgesOn; extern(C) void function(void* jarg1) vtkFeatureEdges_FeatureEdgesOff; extern(C) void function(void* jarg1, double jarg2) vtkFeatureEdges_SetFeatureAngle; extern(C) double function(void* jarg1) vtkFeatureEdges_GetFeatureAngleMinValue; extern(C) double function(void* jarg1) vtkFeatureEdges_GetFeatureAngleMaxValue; extern(C) double function(void* jarg1) vtkFeatureEdges_GetFeatureAngle; extern(C) void function(void* jarg1, int jarg2) vtkFeatureEdges_SetNonManifoldEdges; extern(C) int function(void* jarg1) vtkFeatureEdges_GetNonManifoldEdges; extern(C) void function(void* jarg1) vtkFeatureEdges_NonManifoldEdgesOn; extern(C) void function(void* jarg1) vtkFeatureEdges_NonManifoldEdgesOff; extern(C) void function(void* jarg1, int jarg2) vtkFeatureEdges_SetManifoldEdges; extern(C) int function(void* jarg1) vtkFeatureEdges_GetManifoldEdges; extern(C) void function(void* jarg1) vtkFeatureEdges_ManifoldEdgesOn; extern(C) void function(void* jarg1) vtkFeatureEdges_ManifoldEdgesOff; extern(C) void function(void* jarg1, int jarg2) vtkFeatureEdges_SetColoring; extern(C) int function(void* jarg1) vtkFeatureEdges_GetColoring; extern(C) void function(void* jarg1) vtkFeatureEdges_ColoringOn; extern(C) void function(void* jarg1) vtkFeatureEdges_ColoringOff; extern(C) void function(void* jarg1, void* jarg2) vtkFeatureEdges_SetLocator; extern(C) void* function(void* jarg1) vtkFeatureEdges_GetLocator; extern(C) void function(void* jarg1) vtkFeatureEdges_CreateDefaultLocator; extern(C) void* function(void* objectRef) vtkFeatureEdges_Upcast; extern(C) void* function() vtkTerrainContourLineInterpolator_New; extern(C) int function(const(char)* jarg1) vtkTerrainContourLineInterpolator_IsTypeOf; extern(C) void* function(void* jarg1) vtkTerrainContourLineInterpolator_SafeDownCast; extern(C) void* function(void* jarg1) vtkTerrainContourLineInterpolator_NewInstance; extern(C) void function(void* jarg1, void* jarg2) vtkTerrainContourLineInterpolator_SetImageData; extern(C) void* function(void* jarg1) vtkTerrainContourLineInterpolator_GetImageData; extern(C) void* function(void* jarg1) vtkTerrainContourLineInterpolator_GetProjector; extern(C) void* function(void* objectRef) vtkTerrainContourLineInterpolator_Upcast; extern(C) void* function() vtkDEMReader_New; extern(C) int function(const(char)* jarg1) vtkDEMReader_IsTypeOf; extern(C) void* function(void* jarg1) vtkDEMReader_SafeDownCast; extern(C) void* function(void* jarg1) vtkDEMReader_NewInstance; extern(C) void function(void* jarg1, const(char)* jarg2) vtkDEMReader_SetFileName; extern(C) const(char)* function(void* jarg1) vtkDEMReader_GetFileName; extern(C) void function(void* jarg1, int jarg2) vtkDEMReader_SetElevationReference; extern(C) int function(void* jarg1) vtkDEMReader_GetElevationReferenceMinValue; extern(C) int function(void* jarg1) vtkDEMReader_GetElevationReferenceMaxValue; extern(C) int function(void* jarg1) vtkDEMReader_GetElevationReference; extern(C) void function(void* jarg1) vtkDEMReader_SetElevationReferenceToSeaLevel; extern(C) void function(void* jarg1) vtkDEMReader_SetElevationReferenceToElevationBounds; extern(C) const(char)* function(void* jarg1) vtkDEMReader_GetElevationReferenceAsString; extern(C) const(char)* function(void* jarg1) vtkDEMReader_GetMapLabel; extern(C) int function(void* jarg1) vtkDEMReader_GetDEMLevel; extern(C) int function(void* jarg1) vtkDEMReader_GetElevationPattern; extern(C) int function(void* jarg1) vtkDEMReader_GetGroundSystem; extern(C) int function(void* jarg1) vtkDEMReader_GetGroundZone; extern(C) void* function(void* jarg1) vtkDEMReader_GetProjectionParameters__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkDEMReader_GetProjectionParameters__SWIG_1; extern(C) int function(void* jarg1) vtkDEMReader_GetPlaneUnitOfMeasure; extern(C) int function(void* jarg1) vtkDEMReader_GetElevationUnitOfMeasure; extern(C) int function(void* jarg1) vtkDEMReader_GetPolygonSize; extern(C) void* function(void* jarg1) vtkDEMReader_GetElevationBounds__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkDEMReader_GetElevationBounds__SWIG_1; extern(C) float function(void* jarg1) vtkDEMReader_GetLocalRotation; extern(C) int function(void* jarg1) vtkDEMReader_GetAccuracyCode; extern(C) void* function(void* jarg1) vtkDEMReader_GetSpatialResolution__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkDEMReader_GetSpatialResolution__SWIG_1; extern(C) void* function(void* jarg1) vtkDEMReader_GetProfileDimension__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkDEMReader_GetProfileDimension__SWIG_1; extern(C) int function(void* jarg1, void* jarg2, void* jarg3, void* jarg4) vtkDEMReader_RequestInformation; extern(C) void* function(void* objectRef) vtkDEMReader_Upcast; extern(C) void* function() vtkExtractSelectedFrustum_New; extern(C) int function(const(char)* jarg1) vtkExtractSelectedFrustum_IsTypeOf; extern(C) void* function(void* jarg1) vtkExtractSelectedFrustum_SafeDownCast; extern(C) void* function(void* jarg1) vtkExtractSelectedFrustum_NewInstance; extern(C) void function(void* jarg1, void* jarg2) vtkExtractSelectedFrustum_SetFrustum; extern(C) void* function(void* jarg1) vtkExtractSelectedFrustum_GetFrustum; extern(C) void function(void* jarg1, void* jarg2) vtkExtractSelectedFrustum_CreateFrustum; extern(C) void* function(void* jarg1) vtkExtractSelectedFrustum_GetClipPoints; extern(C) void function(void* jarg1, int jarg2) vtkExtractSelectedFrustum_SetFieldType; extern(C) int function(void* jarg1) vtkExtractSelectedFrustum_GetFieldType; extern(C) void function(void* jarg1, int jarg2) vtkExtractSelectedFrustum_SetContainingCells; extern(C) int function(void* jarg1) vtkExtractSelectedFrustum_GetContainingCells; extern(C) int function(void* jarg1, void* jarg2) vtkExtractSelectedFrustum_OverallBoundsTest; extern(C) void function(void* jarg1, int jarg2) vtkExtractSelectedFrustum_SetShowBounds; extern(C) int function(void* jarg1) vtkExtractSelectedFrustum_GetShowBounds; extern(C) void function(void* jarg1) vtkExtractSelectedFrustum_ShowBoundsOn; extern(C) void function(void* jarg1) vtkExtractSelectedFrustum_ShowBoundsOff; extern(C) void function(void* jarg1, int jarg2) vtkExtractSelectedFrustum_SetInsideOut; extern(C) int function(void* jarg1) vtkExtractSelectedFrustum_GetInsideOut; extern(C) void function(void* jarg1) vtkExtractSelectedFrustum_InsideOutOn; extern(C) void function(void* jarg1) vtkExtractSelectedFrustum_InsideOutOff; extern(C) void* function(void* objectRef) vtkExtractSelectedFrustum_Upcast; extern(C) void* function() vtkJavaScriptDataWriter_New; extern(C) int function(const(char)* jarg1) vtkJavaScriptDataWriter_IsTypeOf; extern(C) void* function(void* jarg1) vtkJavaScriptDataWriter_SafeDownCast; extern(C) void* function(void* jarg1) vtkJavaScriptDataWriter_NewInstance; extern(C) void function(void* jarg1, const(char)* jarg2) vtkJavaScriptDataWriter_SetVariableName; extern(C) const(char)* function(void* jarg1) vtkJavaScriptDataWriter_GetVariableName; extern(C) void function(void* jarg1, const(char)* jarg2) vtkJavaScriptDataWriter_SetFileName; extern(C) const(char)* function(void* jarg1) vtkJavaScriptDataWriter_GetFileName; extern(C) void function(void* jarg1, uint jarg2) vtkJavaScriptDataWriter_SetIncludeFieldNames; extern(C) uint function(void* jarg1) vtkJavaScriptDataWriter_GetIncludeFieldNames; extern(C) void function(void* jarg1, void* jarg2) vtkJavaScriptDataWriter_SetOutputStream; extern(C) void* function(void* jarg1) vtkJavaScriptDataWriter_GetOutputStream; extern(C) void* function(void* objectRef) vtkJavaScriptDataWriter_Upcast; extern(C) void* function() vtkCheckerboardRepresentation_New; extern(C) int function(const(char)* jarg1) vtkCheckerboardRepresentation_IsTypeOf; extern(C) void* function(void* jarg1) vtkCheckerboardRepresentation_SafeDownCast; extern(C) void* function(void* jarg1) vtkCheckerboardRepresentation_NewInstance; extern(C) void function(void* jarg1, void* jarg2) vtkCheckerboardRepresentation_SetCheckerboard; extern(C) void* function(void* jarg1) vtkCheckerboardRepresentation_GetCheckerboard; extern(C) void function(void* jarg1, void* jarg2) vtkCheckerboardRepresentation_SetImageActor; extern(C) void* function(void* jarg1) vtkCheckerboardRepresentation_GetImageActor; extern(C) void function(void* jarg1, double jarg2) vtkCheckerboardRepresentation_SetCornerOffset; extern(C) double function(void* jarg1) vtkCheckerboardRepresentation_GetCornerOffsetMinValue; extern(C) double function(void* jarg1) vtkCheckerboardRepresentation_GetCornerOffsetMaxValue; extern(C) double function(void* jarg1) vtkCheckerboardRepresentation_GetCornerOffset; extern(C) void function(void* jarg1, int jarg2) vtkCheckerboardRepresentation_SliderValueChanged; extern(C) void function(void* jarg1, void* jarg2) vtkCheckerboardRepresentation_SetTopRepresentation; extern(C) void function(void* jarg1, void* jarg2) vtkCheckerboardRepresentation_SetRightRepresentation; extern(C) void function(void* jarg1, void* jarg2) vtkCheckerboardRepresentation_SetBottomRepresentation; extern(C) void function(void* jarg1, void* jarg2) vtkCheckerboardRepresentation_SetLeftRepresentation; extern(C) void* function(void* jarg1) vtkCheckerboardRepresentation_GetTopRepresentation; extern(C) void* function(void* jarg1) vtkCheckerboardRepresentation_GetRightRepresentation; extern(C) void* function(void* jarg1) vtkCheckerboardRepresentation_GetBottomRepresentation; extern(C) void* function(void* jarg1) vtkCheckerboardRepresentation_GetLeftRepresentation; extern(C) void* function(void* objectRef) vtkCheckerboardRepresentation_Upcast; extern(C) int function(const(char)* jarg1) vtkStructuredPointsGeometryFilter_IsTypeOf; extern(C) void* function(void* jarg1) vtkStructuredPointsGeometryFilter_SafeDownCast; extern(C) void* function(void* jarg1) vtkStructuredPointsGeometryFilter_NewInstance; extern(C) void* function() vtkStructuredPointsGeometryFilter_New; extern(C) void* function(void* objectRef) vtkStructuredPointsGeometryFilter_Upcast; extern(C) void* function() vtkInterpolateDataSetAttributes_New; extern(C) int function(const(char)* jarg1) vtkInterpolateDataSetAttributes_IsTypeOf; extern(C) void* function(void* jarg1) vtkInterpolateDataSetAttributes_SafeDownCast; extern(C) void* function(void* jarg1) vtkInterpolateDataSetAttributes_NewInstance; extern(C) void* function(void* jarg1) vtkInterpolateDataSetAttributes_GetInputList; extern(C) void function(void* jarg1, double jarg2) vtkInterpolateDataSetAttributes_SetT; extern(C) double function(void* jarg1) vtkInterpolateDataSetAttributes_GetTMinValue; extern(C) double function(void* jarg1) vtkInterpolateDataSetAttributes_GetTMaxValue; extern(C) double function(void* jarg1) vtkInterpolateDataSetAttributes_GetT; extern(C) void* function(void* objectRef) vtkInterpolateDataSetAttributes_Upcast; extern(C) void* function() vtkPixelBufferObject_New; extern(C) int function(const(char)* jarg1) vtkPixelBufferObject_IsTypeOf; extern(C) void* function(void* jarg1) vtkPixelBufferObject_SafeDownCast; extern(C) void* function(void* jarg1) vtkPixelBufferObject_NewInstance; extern(C) void function(void* jarg1, void* jarg2) vtkPixelBufferObject_SetContext; extern(C) void* function(void* jarg1) vtkPixelBufferObject_GetContext; extern(C) int function(void* jarg1) vtkPixelBufferObject_GetUsage; extern(C) void function(void* jarg1, int jarg2) vtkPixelBufferObject_SetUsage; extern(C) uint function(void* jarg1, int jarg2, void* jarg3, uint jarg4, int jarg5, long jarg6) vtkPixelBufferObject_Upload1D; extern(C) uint function(void* jarg1, int jarg2, void* jarg3, void* jarg4, int jarg5, void* jarg6) vtkPixelBufferObject_Upload2D; extern(C) uint function(void* jarg1, int jarg2, void* jarg3, void* jarg4, int jarg5, void* jarg6, int jarg7, void* jarg8) vtkPixelBufferObject_Upload3D; extern(C) int function(void* jarg1) vtkPixelBufferObject_GetType; extern(C) uint function(void* jarg1) vtkPixelBufferObject_GetSize; extern(C) uint function(void* jarg1) vtkPixelBufferObject_GetHandle; extern(C) uint function(void* jarg1, int jarg2, void* jarg3, uint jarg4, int jarg5, long jarg6) vtkPixelBufferObject_Download1D; extern(C) uint function(void* jarg1, int jarg2, void* jarg3, void* jarg4, int jarg5, void* jarg6) vtkPixelBufferObject_Download2D; extern(C) uint function(void* jarg1, int jarg2, void* jarg3, void* jarg4, int jarg5, void* jarg6) vtkPixelBufferObject_Download3D; extern(C) void function(void* jarg1) vtkPixelBufferObject_BindToPackedBuffer; extern(C) void function(void* jarg1) vtkPixelBufferObject_BindToUnPackedBuffer; extern(C) void function(void* jarg1) vtkPixelBufferObject_UnBind; extern(C) void* function() new_vtkPixelBufferObject; extern(C) void function(void* jarg1) delete_vtkPixelBufferObject; extern(C) void* function(void* objectRef) vtkPixelBufferObject_Upcast; extern(C) void* function() new_ParticlePathFilterInternal; extern(C) void function(void* jarg1, void* jarg2) ParticlePathFilterInternal_Initialize; extern(C) void function(void* jarg1) delete_ParticlePathFilterInternal; extern(C) int function(void* jarg1, void* jarg2) ParticlePathFilterInternal_OutputParticles; extern(C) void function(void* jarg1) ParticlePathFilterInternal_Finalize; extern(C) void function(void* jarg1) ParticlePathFilterInternal_Reset; extern(C) int function(const(char)* jarg1) vtkParticlePathFilter_IsTypeOf; extern(C) void* function(void* jarg1) vtkParticlePathFilter_SafeDownCast; extern(C) void* function(void* jarg1) vtkParticlePathFilter_NewInstance; extern(C) void* function() vtkParticlePathFilter_New; extern(C) void* function(void* objectRef) vtkParticlePathFilter_Upcast; extern(C) void* function() vtkRectilinearGridWriter_New; extern(C) int function(const(char)* jarg1) vtkRectilinearGridWriter_IsTypeOf; extern(C) void* function(void* jarg1) vtkRectilinearGridWriter_SafeDownCast; extern(C) void* function(void* jarg1) vtkRectilinearGridWriter_NewInstance; extern(C) void* function(void* jarg1) vtkRectilinearGridWriter_GetInput__SWIG_0; extern(C) void* function(void* jarg1, int jarg2) vtkRectilinearGridWriter_GetInput__SWIG_1; extern(C) void* function(void* objectRef) vtkRectilinearGridWriter_Upcast; extern(C) void* function() vtkSimplePointsWriter_New; extern(C) int function(const(char)* jarg1) vtkSimplePointsWriter_IsTypeOf; extern(C) void* function(void* jarg1) vtkSimplePointsWriter_SafeDownCast; extern(C) void* function(void* jarg1) vtkSimplePointsWriter_NewInstance; extern(C) int function(void* jarg1) vtkSimplePointsWriter_GetDecimalPrecision; extern(C) void function(void* jarg1, int jarg2) vtkSimplePointsWriter_SetDecimalPrecision; extern(C) void* function(void* objectRef) vtkSimplePointsWriter_Upcast; extern(C) int function(const(char)* jarg1) vtkSubCommunicator_IsTypeOf; extern(C) void* function(void* jarg1) vtkSubCommunicator_SafeDownCast; extern(C) void* function(void* jarg1) vtkSubCommunicator_NewInstance; extern(C) void* function() vtkSubCommunicator_New; extern(C) void* function(void* jarg1) vtkSubCommunicator_GetGroup; extern(C) void function(void* jarg1, void* jarg2) vtkSubCommunicator_SetGroup; extern(C) void* function(void* objectRef) vtkSubCommunicator_Upcast; extern(C) int function(const(char)* jarg1) vtkXMLPStructuredGridReader_IsTypeOf; extern(C) void* function(void* jarg1) vtkXMLPStructuredGridReader_SafeDownCast; extern(C) void* function(void* jarg1) vtkXMLPStructuredGridReader_NewInstance; extern(C) void* function() vtkXMLPStructuredGridReader_New; extern(C) void* function(void* jarg1) vtkXMLPStructuredGridReader_GetOutput__SWIG_0; extern(C) void* function(void* jarg1, int jarg2) vtkXMLPStructuredGridReader_GetOutput__SWIG_1; extern(C) void* function(void* objectRef) vtkXMLPStructuredGridReader_Upcast; extern(C) void* function() vtkFLUENTReader_New; extern(C) int function(const(char)* jarg1) vtkFLUENTReader_IsTypeOf; extern(C) void* function(void* jarg1) vtkFLUENTReader_SafeDownCast; extern(C) void* function(void* jarg1) vtkFLUENTReader_NewInstance; extern(C) void function(void* jarg1, const(char)* jarg2) vtkFLUENTReader_SetFileName; extern(C) const(char)* function(void* jarg1) vtkFLUENTReader_GetFileName; extern(C) int function(void* jarg1) vtkFLUENTReader_GetNumberOfCells; extern(C) int function(void* jarg1) vtkFLUENTReader_GetNumberOfCellArrays; extern(C) const(char)* function(void* jarg1, int jarg2) vtkFLUENTReader_GetCellArrayName; extern(C) int function(void* jarg1, const(char)* jarg2) vtkFLUENTReader_GetCellArrayStatus; extern(C) void function(void* jarg1, const(char)* jarg2, int jarg3) vtkFLUENTReader_SetCellArrayStatus; extern(C) void function(void* jarg1) vtkFLUENTReader_DisableAllCellArrays; extern(C) void function(void* jarg1) vtkFLUENTReader_EnableAllCellArrays; extern(C) void function(void* jarg1) vtkFLUENTReader_SetDataByteOrderToBigEndian; extern(C) void function(void* jarg1) vtkFLUENTReader_SetDataByteOrderToLittleEndian; extern(C) int function(void* jarg1) vtkFLUENTReader_GetDataByteOrder; extern(C) void function(void* jarg1, int jarg2) vtkFLUENTReader_SetDataByteOrder; extern(C) const(char)* function(void* jarg1) vtkFLUENTReader_GetDataByteOrderAsString; extern(C) void* function(void* objectRef) vtkFLUENTReader_Upcast; extern(C) void* function() vtkVolumeProperty_New; extern(C) int function(const(char)* jarg1) vtkVolumeProperty_IsTypeOf; extern(C) void* function(void* jarg1) vtkVolumeProperty_SafeDownCast; extern(C) void* function(void* jarg1) vtkVolumeProperty_NewInstance; extern(C) void function(void* jarg1, void* jarg2) vtkVolumeProperty_DeepCopy; extern(C) void function(void* jarg1, int jarg2) vtkVolumeProperty_SetIndependentComponents; extern(C) int function(void* jarg1) vtkVolumeProperty_GetIndependentComponentsMinValue; extern(C) int function(void* jarg1) vtkVolumeProperty_GetIndependentComponentsMaxValue; extern(C) int function(void* jarg1) vtkVolumeProperty_GetIndependentComponents; extern(C) void function(void* jarg1) vtkVolumeProperty_IndependentComponentsOn; extern(C) void function(void* jarg1) vtkVolumeProperty_IndependentComponentsOff; extern(C) void function(void* jarg1, int jarg2) vtkVolumeProperty_SetInterpolationType; extern(C) int function(void* jarg1) vtkVolumeProperty_GetInterpolationTypeMinValue; extern(C) int function(void* jarg1) vtkVolumeProperty_GetInterpolationTypeMaxValue; extern(C) int function(void* jarg1) vtkVolumeProperty_GetInterpolationType; extern(C) void function(void* jarg1) vtkVolumeProperty_SetInterpolationTypeToNearest; extern(C) void function(void* jarg1) vtkVolumeProperty_SetInterpolationTypeToLinear; extern(C) const(char)* function(void* jarg1) vtkVolumeProperty_GetInterpolationTypeAsString; extern(C) void function(void* jarg1, int jarg2, double jarg3) vtkVolumeProperty_SetComponentWeight; extern(C) double function(void* jarg1, int jarg2) vtkVolumeProperty_GetComponentWeight; extern(C) void function(void* jarg1, int jarg2, void* jarg3) vtkVolumeProperty_SetColor__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkVolumeProperty_SetColor__SWIG_1; extern(C) void function(void* jarg1, int jarg2, void* jarg3) vtkVolumeProperty_SetColor__SWIG_2; extern(C) void function(void* jarg1, void* jarg2) vtkVolumeProperty_SetColor__SWIG_3; extern(C) int function(void* jarg1, int jarg2) vtkVolumeProperty_GetColorChannels__SWIG_0; extern(C) int function(void* jarg1) vtkVolumeProperty_GetColorChannels__SWIG_1; extern(C) void* function(void* jarg1, int jarg2) vtkVolumeProperty_GetGrayTransferFunction__SWIG_0; extern(C) void* function(void* jarg1) vtkVolumeProperty_GetGrayTransferFunction__SWIG_1; extern(C) void* function(void* jarg1, int jarg2) vtkVolumeProperty_GetRGBTransferFunction__SWIG_0; extern(C) void* function(void* jarg1) vtkVolumeProperty_GetRGBTransferFunction__SWIG_1; extern(C) void function(void* jarg1, int jarg2, void* jarg3) vtkVolumeProperty_SetScalarOpacity__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkVolumeProperty_SetScalarOpacity__SWIG_1; extern(C) void* function(void* jarg1, int jarg2) vtkVolumeProperty_GetScalarOpacity__SWIG_0; extern(C) void* function(void* jarg1) vtkVolumeProperty_GetScalarOpacity__SWIG_1; extern(C) void function(void* jarg1, int jarg2, double jarg3) vtkVolumeProperty_SetScalarOpacityUnitDistance__SWIG_0; extern(C) void function(void* jarg1, double jarg2) vtkVolumeProperty_SetScalarOpacityUnitDistance__SWIG_1; extern(C) double function(void* jarg1, int jarg2) vtkVolumeProperty_GetScalarOpacityUnitDistance__SWIG_0; extern(C) double function(void* jarg1) vtkVolumeProperty_GetScalarOpacityUnitDistance__SWIG_1; extern(C) void function(void* jarg1, int jarg2, void* jarg3) vtkVolumeProperty_SetGradientOpacity__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkVolumeProperty_SetGradientOpacity__SWIG_1; extern(C) void* function(void* jarg1, int jarg2) vtkVolumeProperty_GetGradientOpacity__SWIG_0; extern(C) void* function(void* jarg1) vtkVolumeProperty_GetGradientOpacity__SWIG_1; extern(C) void function(void* jarg1, int jarg2, int jarg3) vtkVolumeProperty_SetDisableGradientOpacity__SWIG_0; extern(C) void function(void* jarg1, int jarg2) vtkVolumeProperty_SetDisableGradientOpacity__SWIG_1; extern(C) void function(void* jarg1, int jarg2) vtkVolumeProperty_DisableGradientOpacityOn__SWIG_0; extern(C) void function(void* jarg1) vtkVolumeProperty_DisableGradientOpacityOn__SWIG_1; extern(C) void function(void* jarg1, int jarg2) vtkVolumeProperty_DisableGradientOpacityOff__SWIG_0; extern(C) void function(void* jarg1) vtkVolumeProperty_DisableGradientOpacityOff__SWIG_1; extern(C) int function(void* jarg1, int jarg2) vtkVolumeProperty_GetDisableGradientOpacity__SWIG_0; extern(C) int function(void* jarg1) vtkVolumeProperty_GetDisableGradientOpacity__SWIG_1; extern(C) void* function(void* jarg1, int jarg2) vtkVolumeProperty_GetStoredGradientOpacity__SWIG_0; extern(C) void* function(void* jarg1) vtkVolumeProperty_GetStoredGradientOpacity__SWIG_1; extern(C) void function(void* jarg1, int jarg2, int jarg3) vtkVolumeProperty_SetShade__SWIG_0; extern(C) void function(void* jarg1, int jarg2) vtkVolumeProperty_SetShade__SWIG_1; extern(C) int function(void* jarg1, int jarg2) vtkVolumeProperty_GetShade__SWIG_0; extern(C) int function(void* jarg1) vtkVolumeProperty_GetShade__SWIG_1; extern(C) void function(void* jarg1, int jarg2) vtkVolumeProperty_ShadeOn__SWIG_0; extern(C) void function(void* jarg1) vtkVolumeProperty_ShadeOn__SWIG_1; extern(C) void function(void* jarg1, int jarg2) vtkVolumeProperty_ShadeOff__SWIG_0; extern(C) void function(void* jarg1) vtkVolumeProperty_ShadeOff__SWIG_1; extern(C) void function(void* jarg1, int jarg2, double jarg3) vtkVolumeProperty_SetAmbient__SWIG_0; extern(C) void function(void* jarg1, double jarg2) vtkVolumeProperty_SetAmbient__SWIG_1; extern(C) double function(void* jarg1, int jarg2) vtkVolumeProperty_GetAmbient__SWIG_0; extern(C) double function(void* jarg1) vtkVolumeProperty_GetAmbient__SWIG_1; extern(C) void function(void* jarg1, int jarg2, double jarg3) vtkVolumeProperty_SetDiffuse__SWIG_0; extern(C) void function(void* jarg1, double jarg2) vtkVolumeProperty_SetDiffuse__SWIG_1; extern(C) double function(void* jarg1, int jarg2) vtkVolumeProperty_GetDiffuse__SWIG_0; extern(C) double function(void* jarg1) vtkVolumeProperty_GetDiffuse__SWIG_1; extern(C) void function(void* jarg1, int jarg2, double jarg3) vtkVolumeProperty_SetSpecular__SWIG_0; extern(C) void function(void* jarg1, double jarg2) vtkVolumeProperty_SetSpecular__SWIG_1; extern(C) double function(void* jarg1, int jarg2) vtkVolumeProperty_GetSpecular__SWIG_0; extern(C) double function(void* jarg1) vtkVolumeProperty_GetSpecular__SWIG_1; extern(C) void function(void* jarg1, int jarg2, double jarg3) vtkVolumeProperty_SetSpecularPower__SWIG_0; extern(C) void function(void* jarg1, double jarg2) vtkVolumeProperty_SetSpecularPower__SWIG_1; extern(C) double function(void* jarg1, int jarg2) vtkVolumeProperty_GetSpecularPower__SWIG_0; extern(C) double function(void* jarg1) vtkVolumeProperty_GetSpecularPower__SWIG_1; extern(C) void* function(void* objectRef) vtkVolumeProperty_Upcast; extern(C) void* function() vtkDistanceRepresentation2D_New; extern(C) int function(const(char)* jarg1) vtkDistanceRepresentation2D_IsTypeOf; extern(C) void* function(void* jarg1) vtkDistanceRepresentation2D_SafeDownCast; extern(C) void* function(void* jarg1) vtkDistanceRepresentation2D_NewInstance; extern(C) void* function(void* jarg1) vtkDistanceRepresentation2D_GetPoint1WorldPosition__SWIG_0; extern(C) void* function(void* jarg1) vtkDistanceRepresentation2D_GetPoint2WorldPosition__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkDistanceRepresentation2D_GetPoint1WorldPosition__SWIG_1; extern(C) void function(void* jarg1, void* jarg2) vtkDistanceRepresentation2D_GetPoint2WorldPosition__SWIG_1; extern(C) void* function(void* jarg1) vtkDistanceRepresentation2D_GetAxis; extern(C) void* function(void* jarg1) vtkDistanceRepresentation2D_GetAxisProperty; extern(C) void* function(void* objectRef) vtkDistanceRepresentation2D_Upcast; extern(C) int function(const(char)* jarg1) vtkOpenGLContextBufferId_IsTypeOf; extern(C) void* function(void* jarg1) vtkOpenGLContextBufferId_SafeDownCast; extern(C) void* function(void* jarg1) vtkOpenGLContextBufferId_NewInstance; extern(C) void* function() vtkOpenGLContextBufferId_New; extern(C) void function(void* jarg1, void* jarg2) vtkOpenGLContextBufferId_SetContext; extern(C) void* function(void* jarg1) vtkOpenGLContextBufferId_GetContext; extern(C) uint function(void* jarg1) vtkOpenGLContextBufferId_IsSupported; extern(C) void* function(void* objectRef) vtkOpenGLContextBufferId_Upcast; extern(C) int function(const(char)* jarg1) vtkMetaImageReader_IsTypeOf; extern(C) void* function(void* jarg1) vtkMetaImageReader_SafeDownCast; extern(C) void* function(void* jarg1) vtkMetaImageReader_NewInstance; extern(C) void* function() vtkMetaImageReader_New; extern(C) void* function(void* jarg1) vtkMetaImageReader_GetPixelSpacing; extern(C) int function(void* jarg1) vtkMetaImageReader_GetWidth; extern(C) int function(void* jarg1) vtkMetaImageReader_GetHeight; extern(C) void* function(void* jarg1) vtkMetaImageReader_GetImagePositionPatient; extern(C) int function(void* jarg1) vtkMetaImageReader_GetNumberOfComponents; extern(C) int function(void* jarg1) vtkMetaImageReader_GetPixelRepresentation; extern(C) double function(void* jarg1) vtkMetaImageReader_GetRescaleSlope; extern(C) double function(void* jarg1) vtkMetaImageReader_GetRescaleOffset; extern(C) int function(void* jarg1) vtkMetaImageReader_GetBitsAllocated; extern(C) const(char)* function(void* jarg1) vtkMetaImageReader_GetDistanceUnits; extern(C) const(char)* function(void* jarg1) vtkMetaImageReader_GetAnatomicalOrientation; extern(C) double function(void* jarg1) vtkMetaImageReader_GetGantryAngle; extern(C) const(char)* function(void* jarg1) vtkMetaImageReader_GetPatientName; extern(C) const(char)* function(void* jarg1) vtkMetaImageReader_GetPatientID; extern(C) const(char)* function(void* jarg1) vtkMetaImageReader_GetDate; extern(C) const(char)* function(void* jarg1) vtkMetaImageReader_GetSeries; extern(C) const(char)* function(void* jarg1) vtkMetaImageReader_GetImageNumber; extern(C) const(char)* function(void* jarg1) vtkMetaImageReader_GetModality; extern(C) const(char)* function(void* jarg1) vtkMetaImageReader_GetStudyID; extern(C) const(char)* function(void* jarg1) vtkMetaImageReader_GetStudyUID; extern(C) const(char)* function(void* jarg1) vtkMetaImageReader_GetTransferSyntaxUID; extern(C) void* function(void* objectRef) vtkMetaImageReader_Upcast; extern(C) int function(const(char)* jarg1) vtkDistributedGraphHelper_IsTypeOf; extern(C) void* function(void* jarg1) vtkDistributedGraphHelper_SafeDownCast; extern(C) void* function(void* jarg1) vtkDistributedGraphHelper_NewInstance; extern(C) long function(void* jarg1, long jarg2) vtkDistributedGraphHelper_GetVertexOwner; extern(C) long function(void* jarg1, long jarg2) vtkDistributedGraphHelper_GetVertexIndex; extern(C) long function(void* jarg1, long jarg2) vtkDistributedGraphHelper_GetEdgeOwner; extern(C) long function(void* jarg1, long jarg2) vtkDistributedGraphHelper_GetEdgeIndex; extern(C) long function(void* jarg1, int jarg2, long jarg3) vtkDistributedGraphHelper_MakeDistributedId; extern(C) long function(void* jarg1, void* jarg2) vtkDistributedGraphHelper_GetVertexOwnerByPedigreeId; extern(C) void function(void* jarg1) vtkDistributedGraphHelper_Synchronize; extern(C) void* function(void* jarg1) vtkDistributedGraphHelper_Clone; extern(C) void* function() vtkDistributedGraphHelper_DISTRIBUTEDVERTEXIDS; extern(C) void* function() vtkDistributedGraphHelper_DISTRIBUTEDEDGEIDS; extern(C) void* function(void* objectRef) vtkDistributedGraphHelper_Upcast; extern(C) void* function() vtkGL2PSUtilities_New; extern(C) int function(const(char)* jarg1) vtkGL2PSUtilities_IsTypeOf; extern(C) void* function(void* jarg1) vtkGL2PSUtilities_SafeDownCast; extern(C) void* function(void* jarg1) vtkGL2PSUtilities_NewInstance; extern(C) void function(const(char)* jarg1, void* jarg2, void* jarg3) vtkGL2PSUtilities_DrawString; extern(C) const(char)* function(void* jarg1) vtkGL2PSUtilities_TextPropertyToPSFontName; extern(C) int function(void* jarg1) vtkGL2PSUtilities_TextPropertyToGL2PSAlignment; extern(C) void* function() vtkGL2PSUtilities_GetRenderWindow; extern(C) void function(void* jarg1, void* jarg2, void* jarg3, void* jarg4) vtkGL2PSUtilities_Draw3DPath; extern(C) void function(void* jarg1, void* jarg2, void* jarg3, void* jarg4, void* jarg5, double jarg6, float jarg7) vtkGL2PSUtilities_DrawPath__SWIG_0; extern(C) void function(void* jarg1, void* jarg2, void* jarg3, void* jarg4, void* jarg5, double jarg6) vtkGL2PSUtilities_DrawPath__SWIG_1; extern(C) void function(void* jarg1, void* jarg2, void* jarg3, void* jarg4, void* jarg5) vtkGL2PSUtilities_DrawPath__SWIG_2; extern(C) void function(void* jarg1, void* jarg2, void* jarg3, void* jarg4) vtkGL2PSUtilities_DrawPath__SWIG_3; extern(C) uint function() vtkGL2PSUtilities_GetTextAsPath; extern(C) float function() vtkGL2PSUtilities_GetPointSizeFactor; extern(C) float function() vtkGL2PSUtilities_GetLineWidthFactor; extern(C) void* function(void* objectRef) vtkGL2PSUtilities_Upcast; extern(C) void* function() vtkGeoFileTerrainSource_New; extern(C) int function(const(char)* jarg1) vtkGeoFileTerrainSource_IsTypeOf; extern(C) void* function(void* jarg1) vtkGeoFileTerrainSource_SafeDownCast; extern(C) void* function(void* jarg1) vtkGeoFileTerrainSource_NewInstance; extern(C) void* function() new_vtkGeoFileTerrainSource; extern(C) void function(void* jarg1) delete_vtkGeoFileTerrainSource; extern(C) void function(void* jarg1, const(char)* jarg2) vtkGeoFileTerrainSource_SetPath; extern(C) const(char)* function(void* jarg1) vtkGeoFileTerrainSource_GetPath; extern(C) void* function(void* objectRef) vtkGeoFileTerrainSource_Upcast; extern(C) void* function() vtkImageIdealHighPass_New; extern(C) int function(const(char)* jarg1) vtkImageIdealHighPass_IsTypeOf; extern(C) void* function(void* jarg1) vtkImageIdealHighPass_SafeDownCast; extern(C) void* function(void* jarg1) vtkImageIdealHighPass_NewInstance; extern(C) void function(void* jarg1, double jarg2, double jarg3, double jarg4) vtkImageIdealHighPass_SetCutOff__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkImageIdealHighPass_SetCutOff__SWIG_1; extern(C) void function(void* jarg1, double jarg2) vtkImageIdealHighPass_SetCutOff__SWIG_2; extern(C) void function(void* jarg1, double jarg2) vtkImageIdealHighPass_SetXCutOff; extern(C) void function(void* jarg1, double jarg2) vtkImageIdealHighPass_SetYCutOff; extern(C) void function(void* jarg1, double jarg2) vtkImageIdealHighPass_SetZCutOff; extern(C) void* function(void* jarg1) vtkImageIdealHighPass_GetCutOff__SWIG_0; extern(C) void function(void* jarg1, void* jarg2, void* jarg3, void* jarg4) vtkImageIdealHighPass_GetCutOff__SWIG_1; extern(C) void function(void* jarg1, void* jarg2) vtkImageIdealHighPass_GetCutOff__SWIG_2; extern(C) double function(void* jarg1) vtkImageIdealHighPass_GetXCutOff; extern(C) double function(void* jarg1) vtkImageIdealHighPass_GetYCutOff; extern(C) double function(void* jarg1) vtkImageIdealHighPass_GetZCutOff; extern(C) void* function(void* objectRef) vtkImageIdealHighPass_Upcast; extern(C) void* function() vtkMergePoints_New; extern(C) int function(const(char)* jarg1) vtkMergePoints_IsTypeOf; extern(C) void* function(void* jarg1) vtkMergePoints_SafeDownCast; extern(C) void* function(void* jarg1) vtkMergePoints_NewInstance; extern(C) long function(void* jarg1, void* jarg2) vtkMergePoints_IsInsertedPoint__SWIG_0; extern(C) long function(void* jarg1, double jarg2, double jarg3, double jarg4) vtkMergePoints_IsInsertedPoint__SWIG_1; extern(C) void* function(void* objectRef) vtkMergePoints_Upcast; extern(C) void* function() vtkMergeFilter_New; extern(C) int function(const(char)* jarg1) vtkMergeFilter_IsTypeOf; extern(C) void* function(void* jarg1) vtkMergeFilter_SafeDownCast; extern(C) void* function(void* jarg1) vtkMergeFilter_NewInstance; extern(C) void function(void* jarg1, void* jarg2) vtkMergeFilter_SetGeometryInputData; extern(C) void* function(void* jarg1) vtkMergeFilter_GetGeometry; extern(C) void function(void* jarg1, void* jarg2) vtkMergeFilter_SetGeometryConnection; extern(C) void function(void* jarg1, void* jarg2) vtkMergeFilter_SetScalarsData; extern(C) void* function(void* jarg1) vtkMergeFilter_GetScalars; extern(C) void function(void* jarg1, void* jarg2) vtkMergeFilter_SetScalarsConnection; extern(C) void function(void* jarg1, void* jarg2) vtkMergeFilter_SetVectorsData; extern(C) void* function(void* jarg1) vtkMergeFilter_GetVectors; extern(C) void function(void* jarg1, void* jarg2) vtkMergeFilter_SetVectorsConnection; extern(C) void function(void* jarg1, void* jarg2) vtkMergeFilter_SetNormalsData; extern(C) void* function(void* jarg1) vtkMergeFilter_GetNormals; extern(C) void function(void* jarg1, void* jarg2) vtkMergeFilter_SetNormalsConnection; extern(C) void function(void* jarg1, void* jarg2) vtkMergeFilter_SetTCoordsData; extern(C) void* function(void* jarg1) vtkMergeFilter_GetTCoords; extern(C) void function(void* jarg1, void* jarg2) vtkMergeFilter_SetTCoordsConnection; extern(C) void function(void* jarg1, void* jarg2) vtkMergeFilter_SetTensorsData; extern(C) void* function(void* jarg1) vtkMergeFilter_GetTensors; extern(C) void function(void* jarg1, void* jarg2) vtkMergeFilter_SetTensorsConnection; extern(C) void function(void* jarg1, const(char)* jarg2, void* jarg3) vtkMergeFilter_AddField; extern(C) void* function(void* objectRef) vtkMergeFilter_Upcast; extern(C) void* function() vtkTemporalPathLineFilter_New; extern(C) int function(const(char)* jarg1) vtkTemporalPathLineFilter_IsTypeOf; extern(C) void* function(void* jarg1) vtkTemporalPathLineFilter_SafeDownCast; extern(C) void* function(void* jarg1) vtkTemporalPathLineFilter_NewInstance; extern(C) void function(void* jarg1, int jarg2) vtkTemporalPathLineFilter_SetMaskPoints; extern(C) int function(void* jarg1) vtkTemporalPathLineFilter_GetMaskPoints; extern(C) void function(void* jarg1, uint jarg2) vtkTemporalPathLineFilter_SetMaxTrackLength; extern(C) uint function(void* jarg1) vtkTemporalPathLineFilter_GetMaxTrackLength; extern(C) void function(void* jarg1, const(char)* jarg2) vtkTemporalPathLineFilter_SetIdChannelArray; extern(C) const(char)* function(void* jarg1) vtkTemporalPathLineFilter_GetIdChannelArray; extern(C) void function(void* jarg1, double jarg2, double jarg3, double jarg4) vtkTemporalPathLineFilter_SetMaxStepDistance__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkTemporalPathLineFilter_SetMaxStepDistance__SWIG_1; extern(C) void* function(void* jarg1) vtkTemporalPathLineFilter_GetMaxStepDistance__SWIG_0; extern(C) void function(void* jarg1, void* jarg2, void* jarg3, void* jarg4) vtkTemporalPathLineFilter_GetMaxStepDistance__SWIG_1; extern(C) void function(void* jarg1, void* jarg2) vtkTemporalPathLineFilter_GetMaxStepDistance__SWIG_2; extern(C) void function(void* jarg1, int jarg2) vtkTemporalPathLineFilter_SetKeepDeadTrails; extern(C) int function(void* jarg1) vtkTemporalPathLineFilter_GetKeepDeadTrails; extern(C) void function(void* jarg1) vtkTemporalPathLineFilter_Flush; extern(C) void function(void* jarg1, void* jarg2) vtkTemporalPathLineFilter_SetSelectionConnection; extern(C) void function(void* jarg1, void* jarg2) vtkTemporalPathLineFilter_SetSelectionData; extern(C) void* function(void* objectRef) vtkTemporalPathLineFilter_Upcast; extern(C) int function(const(char)* jarg1) vtkMultiThreshold_IsTypeOf; extern(C) void* function(void* jarg1) vtkMultiThreshold_SafeDownCast; extern(C) void* function(void* jarg1) vtkMultiThreshold_NewInstance; extern(C) void* function() vtkMultiThreshold_New; extern(C) int function(void* jarg1, double jarg2, double jarg3, int jarg4, int jarg5, int jarg6, const(char)* jarg7, int jarg8, int jarg9) vtkMultiThreshold_AddIntervalSet__SWIG_0; extern(C) int function(void* jarg1, double jarg2, double jarg3, int jarg4, int jarg5, int jarg6, int jarg7, int jarg8, int jarg9) vtkMultiThreshold_AddIntervalSet__SWIG_1; extern(C) int function(void* jarg1, double jarg2, int jarg3, const(char)* jarg4, int jarg5, int jarg6) vtkMultiThreshold_AddLowpassIntervalSet; extern(C) int function(void* jarg1, double jarg2, int jarg3, const(char)* jarg4, int jarg5, int jarg6) vtkMultiThreshold_AddHighpassIntervalSet; extern(C) int function(void* jarg1, double jarg2, double jarg3, int jarg4, const(char)* jarg5, int jarg6, int jarg7) vtkMultiThreshold_AddBandpassIntervalSet; extern(C) int function(void* jarg1, double jarg2, double jarg3, int jarg4, const(char)* jarg5, int jarg6, int jarg7) vtkMultiThreshold_AddNotchIntervalSet; extern(C) int function(void* jarg1, int jarg2, int jarg3, void* jarg4) vtkMultiThreshold_AddBooleanSet; extern(C) int function(void* jarg1, int jarg2) vtkMultiThreshold_OutputSet; extern(C) void function(void* jarg1) vtkMultiThreshold_Reset; extern(C) void* function(void* objectRef) vtkMultiThreshold_Upcast; extern(C) int function(const(char)* jarg1) vtkGenericInterpolatedVelocityField_IsTypeOf; extern(C) void* function(void* jarg1) vtkGenericInterpolatedVelocityField_SafeDownCast; extern(C) void* function(void* jarg1) vtkGenericInterpolatedVelocityField_NewInstance; extern(C) void* function() vtkGenericInterpolatedVelocityField_New; extern(C) void function(void* jarg1, void* jarg2) vtkGenericInterpolatedVelocityField_AddDataSet; extern(C) void function(void* jarg1) vtkGenericInterpolatedVelocityField_ClearLastCell; extern(C) void* function(void* jarg1) vtkGenericInterpolatedVelocityField_GetLastCell; extern(C) int function(void* jarg1, void* jarg2) vtkGenericInterpolatedVelocityField_GetLastLocalCoordinates; extern(C) int function(void* jarg1) vtkGenericInterpolatedVelocityField_GetCaching; extern(C) void function(void* jarg1, int jarg2) vtkGenericInterpolatedVelocityField_SetCaching; extern(C) void function(void* jarg1) vtkGenericInterpolatedVelocityField_CachingOn; extern(C) void function(void* jarg1) vtkGenericInterpolatedVelocityField_CachingOff; extern(C) int function(void* jarg1) vtkGenericInterpolatedVelocityField_GetCacheHit; extern(C) int function(void* jarg1) vtkGenericInterpolatedVelocityField_GetCacheMiss; extern(C) const(char)* function(void* jarg1) vtkGenericInterpolatedVelocityField_GetVectorsSelection; extern(C) void function(void* jarg1, const(char)* jarg2) vtkGenericInterpolatedVelocityField_SelectVectors; extern(C) void* function(void* jarg1) vtkGenericInterpolatedVelocityField_GetLastDataSet; extern(C) void function(void* jarg1, void* jarg2) vtkGenericInterpolatedVelocityField_CopyParameters; extern(C) void* function(void* objectRef) vtkGenericInterpolatedVelocityField_Upcast; extern(C) void* function() vtkEllipsoidTensorProbeRepresentation_New; extern(C) int function(const(char)* jarg1) vtkEllipsoidTensorProbeRepresentation_IsTypeOf; extern(C) void* function(void* jarg1) vtkEllipsoidTensorProbeRepresentation_SafeDownCast; extern(C) void* function(void* jarg1) vtkEllipsoidTensorProbeRepresentation_NewInstance; extern(C) void* function(void* objectRef) vtkEllipsoidTensorProbeRepresentation_Upcast; extern(C) int function(const(char)* jarg1) vtkVoxelModeller_IsTypeOf; extern(C) void* function(void* jarg1) vtkVoxelModeller_SafeDownCast; extern(C) void* function(void* jarg1) vtkVoxelModeller_NewInstance; extern(C) void* function() vtkVoxelModeller_New; extern(C) double function(void* jarg1, void* jarg2, void* jarg3) vtkVoxelModeller_ComputeModelBounds; extern(C) void function(void* jarg1, int jarg2, int jarg3, int jarg4) vtkVoxelModeller_SetSampleDimensions__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkVoxelModeller_SetSampleDimensions__SWIG_1; extern(C) void* function(void* jarg1) vtkVoxelModeller_GetSampleDimensions__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkVoxelModeller_GetSampleDimensions__SWIG_1; extern(C) void function(void* jarg1, double jarg2) vtkVoxelModeller_SetMaximumDistance; extern(C) double function(void* jarg1) vtkVoxelModeller_GetMaximumDistanceMinValue; extern(C) double function(void* jarg1) vtkVoxelModeller_GetMaximumDistanceMaxValue; extern(C) double function(void* jarg1) vtkVoxelModeller_GetMaximumDistance; extern(C) void function(void* jarg1, void* jarg2) vtkVoxelModeller_SetModelBounds__SWIG_0; extern(C) void function(void* jarg1, double jarg2, double jarg3, double jarg4, double jarg5, double jarg6, double jarg7) vtkVoxelModeller_SetModelBounds__SWIG_1; extern(C) void* function(void* jarg1) vtkVoxelModeller_GetModelBounds__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkVoxelModeller_GetModelBounds__SWIG_1; extern(C) void function(void* jarg1, int jarg2) vtkVoxelModeller_SetScalarType; extern(C) void function(void* jarg1) vtkVoxelModeller_SetScalarTypeToFloat; extern(C) void function(void* jarg1) vtkVoxelModeller_SetScalarTypeToDouble; extern(C) void function(void* jarg1) vtkVoxelModeller_SetScalarTypeToInt; extern(C) void function(void* jarg1) vtkVoxelModeller_SetScalarTypeToUnsignedInt; extern(C) void function(void* jarg1) vtkVoxelModeller_SetScalarTypeToLong; extern(C) void function(void* jarg1) vtkVoxelModeller_SetScalarTypeToUnsignedLong; extern(C) void function(void* jarg1) vtkVoxelModeller_SetScalarTypeToShort; extern(C) void function(void* jarg1) vtkVoxelModeller_SetScalarTypeToUnsignedShort; extern(C) void function(void* jarg1) vtkVoxelModeller_SetScalarTypeToUnsignedChar; extern(C) void function(void* jarg1) vtkVoxelModeller_SetScalarTypeToChar; extern(C) void function(void* jarg1) vtkVoxelModeller_SetScalarTypeToBit; extern(C) int function(void* jarg1) vtkVoxelModeller_GetScalarType; extern(C) void function(void* jarg1, double jarg2) vtkVoxelModeller_SetForegroundValue; extern(C) double function(void* jarg1) vtkVoxelModeller_GetForegroundValue; extern(C) void function(void* jarg1, double jarg2) vtkVoxelModeller_SetBackgroundValue; extern(C) double function(void* jarg1) vtkVoxelModeller_GetBackgroundValue; extern(C) void* function(void* objectRef) vtkVoxelModeller_Upcast; extern(C) int function(const(char)* jarg1) vtkInformationIntegerKey_IsTypeOf; extern(C) void* function(void* jarg1) vtkInformationIntegerKey_SafeDownCast; extern(C) void* function(void* jarg1) vtkInformationIntegerKey_NewInstance; extern(C) void* function(const(char)* jarg1, const(char)* jarg2) new_vtkInformationIntegerKey; extern(C) void function(void* jarg1) delete_vtkInformationIntegerKey; extern(C) void function(void* jarg1, void* jarg2, int jarg3) vtkInformationIntegerKey_Set; extern(C) int function(void* jarg1, void* jarg2) vtkInformationIntegerKey_Get; extern(C) void* function(void* objectRef) vtkInformationIntegerKey_Upcast; extern(C) void* function() vtkTemporalDataSetCache_New; extern(C) int function(const(char)* jarg1) vtkTemporalDataSetCache_IsTypeOf; extern(C) void* function(void* jarg1) vtkTemporalDataSetCache_SafeDownCast; extern(C) void* function(void* jarg1) vtkTemporalDataSetCache_NewInstance; extern(C) void function(void* jarg1, int jarg2) vtkTemporalDataSetCache_SetCacheSize; extern(C) int function(void* jarg1) vtkTemporalDataSetCache_GetCacheSize; extern(C) void* function(void* objectRef) vtkTemporalDataSetCache_Upcast; extern(C) void* function() vtkImageCheckerboard_New; extern(C) int function(const(char)* jarg1) vtkImageCheckerboard_IsTypeOf; extern(C) void* function(void* jarg1) vtkImageCheckerboard_SafeDownCast; extern(C) void* function(void* jarg1) vtkImageCheckerboard_NewInstance; extern(C) void function(void* jarg1, int jarg2, int jarg3, int jarg4) vtkImageCheckerboard_SetNumberOfDivisions__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkImageCheckerboard_SetNumberOfDivisions__SWIG_1; extern(C) void* function(void* jarg1) vtkImageCheckerboard_GetNumberOfDivisions__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkImageCheckerboard_GetNumberOfDivisions__SWIG_1; extern(C) void function(void* jarg1, void* jarg2) vtkImageCheckerboard_SetInput1Data; extern(C) void function(void* jarg1, void* jarg2) vtkImageCheckerboard_SetInput2Data; extern(C) void* function(void* objectRef) vtkImageCheckerboard_Upcast; extern(C) void* function() vtkImageConvolve_New; extern(C) int function(const(char)* jarg1) vtkImageConvolve_IsTypeOf; extern(C) void* function(void* jarg1) vtkImageConvolve_SafeDownCast; extern(C) void* function(void* jarg1) vtkImageConvolve_NewInstance; extern(C) void* function(void* jarg1) vtkImageConvolve_GetKernelSize__SWIG_0; extern(C) void function(void* jarg1, void* jarg2, void* jarg3, void* jarg4) vtkImageConvolve_GetKernelSize__SWIG_1; extern(C) void function(void* jarg1, void* jarg2) vtkImageConvolve_GetKernelSize__SWIG_2; extern(C) void function(void* jarg1, void* jarg2) vtkImageConvolve_SetKernel3x3; extern(C) void function(void* jarg1, void* jarg2) vtkImageConvolve_SetKernel5x5; extern(C) void* function(void* jarg1) vtkImageConvolve_GetKernel3x3__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkImageConvolve_GetKernel3x3__SWIG_1; extern(C) void* function(void* jarg1) vtkImageConvolve_GetKernel5x5__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkImageConvolve_GetKernel5x5__SWIG_1; extern(C) void function(void* jarg1, void* jarg2) vtkImageConvolve_SetKernel3x3x3; extern(C) void* function(void* jarg1) vtkImageConvolve_GetKernel3x3x3__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkImageConvolve_GetKernel3x3x3__SWIG_1; extern(C) void* function(void* objectRef) vtkImageConvolve_Upcast; extern(C) int function() VTK_DATA_OBJECT_FIELD_get; extern(C) int function() VTK_POINT_DATA_FIELD_get; extern(C) int function() VTK_CELL_DATA_FIELD_get; extern(C) int function() VTK_CELL_DATA_get; extern(C) int function() VTK_POINT_DATA_get; extern(C) int function(const(char)* jarg1) vtkFieldDataToAttributeDataFilter_IsTypeOf; extern(C) void* function(void* jarg1) vtkFieldDataToAttributeDataFilter_SafeDownCast; extern(C) void* function(void* jarg1) vtkFieldDataToAttributeDataFilter_NewInstance; extern(C) void* function() vtkFieldDataToAttributeDataFilter_New; extern(C) void function(void* jarg1, int jarg2) vtkFieldDataToAttributeDataFilter_SetInputField; extern(C) int function(void* jarg1) vtkFieldDataToAttributeDataFilter_GetInputField; extern(C) void function(void* jarg1) vtkFieldDataToAttributeDataFilter_SetInputFieldToDataObjectField; extern(C) void function(void* jarg1) vtkFieldDataToAttributeDataFilter_SetInputFieldToPointDataField; extern(C) void function(void* jarg1) vtkFieldDataToAttributeDataFilter_SetInputFieldToCellDataField; extern(C) void function(void* jarg1, int jarg2) vtkFieldDataToAttributeDataFilter_SetOutputAttributeData; extern(C) int function(void* jarg1) vtkFieldDataToAttributeDataFilter_GetOutputAttributeData; extern(C) void function(void* jarg1) vtkFieldDataToAttributeDataFilter_SetOutputAttributeDataToCellData; extern(C) void function(void* jarg1) vtkFieldDataToAttributeDataFilter_SetOutputAttributeDataToPointData; extern(C) void function(void* jarg1, int jarg2, const(char)* jarg3, int jarg4, int jarg5, int jarg6, int jarg7) vtkFieldDataToAttributeDataFilter_SetScalarComponent__SWIG_0; extern(C) void function(void* jarg1, int jarg2, const(char)* jarg3, int jarg4) vtkFieldDataToAttributeDataFilter_SetScalarComponent__SWIG_1; extern(C) const(char)* function(void* jarg1, int jarg2) vtkFieldDataToAttributeDataFilter_GetScalarComponentArrayName; extern(C) int function(void* jarg1, int jarg2) vtkFieldDataToAttributeDataFilter_GetScalarComponentArrayComponent; extern(C) int function(void* jarg1, int jarg2) vtkFieldDataToAttributeDataFilter_GetScalarComponentMinRange; extern(C) int function(void* jarg1, int jarg2) vtkFieldDataToAttributeDataFilter_GetScalarComponentMaxRange; extern(C) int function(void* jarg1, int jarg2) vtkFieldDataToAttributeDataFilter_GetScalarComponentNormalizeFlag; extern(C) void function(void* jarg1, int jarg2, const(char)* jarg3, int jarg4, int jarg5, int jarg6, int jarg7) vtkFieldDataToAttributeDataFilter_SetVectorComponent__SWIG_0; extern(C) void function(void* jarg1, int jarg2, const(char)* jarg3, int jarg4) vtkFieldDataToAttributeDataFilter_SetVectorComponent__SWIG_1; extern(C) const(char)* function(void* jarg1, int jarg2) vtkFieldDataToAttributeDataFilter_GetVectorComponentArrayName; extern(C) int function(void* jarg1, int jarg2) vtkFieldDataToAttributeDataFilter_GetVectorComponentArrayComponent; extern(C) int function(void* jarg1, int jarg2) vtkFieldDataToAttributeDataFilter_GetVectorComponentMinRange; extern(C) int function(void* jarg1, int jarg2) vtkFieldDataToAttributeDataFilter_GetVectorComponentMaxRange; extern(C) int function(void* jarg1, int jarg2) vtkFieldDataToAttributeDataFilter_GetVectorComponentNormalizeFlag; extern(C) void function(void* jarg1, int jarg2, const(char)* jarg3, int jarg4, int jarg5, int jarg6, int jarg7) vtkFieldDataToAttributeDataFilter_SetNormalComponent__SWIG_0; extern(C) void function(void* jarg1, int jarg2, const(char)* jarg3, int jarg4) vtkFieldDataToAttributeDataFilter_SetNormalComponent__SWIG_1; extern(C) const(char)* function(void* jarg1, int jarg2) vtkFieldDataToAttributeDataFilter_GetNormalComponentArrayName; extern(C) int function(void* jarg1, int jarg2) vtkFieldDataToAttributeDataFilter_GetNormalComponentArrayComponent; extern(C) int function(void* jarg1, int jarg2) vtkFieldDataToAttributeDataFilter_GetNormalComponentMinRange; extern(C) int function(void* jarg1, int jarg2) vtkFieldDataToAttributeDataFilter_GetNormalComponentMaxRange; extern(C) int function(void* jarg1, int jarg2) vtkFieldDataToAttributeDataFilter_GetNormalComponentNormalizeFlag; extern(C) void function(void* jarg1, int jarg2, const(char)* jarg3, int jarg4, int jarg5, int jarg6, int jarg7) vtkFieldDataToAttributeDataFilter_SetTensorComponent__SWIG_0; extern(C) void function(void* jarg1, int jarg2, const(char)* jarg3, int jarg4) vtkFieldDataToAttributeDataFilter_SetTensorComponent__SWIG_1; extern(C) const(char)* function(void* jarg1, int jarg2) vtkFieldDataToAttributeDataFilter_GetTensorComponentArrayName; extern(C) int function(void* jarg1, int jarg2) vtkFieldDataToAttributeDataFilter_GetTensorComponentArrayComponent; extern(C) int function(void* jarg1, int jarg2) vtkFieldDataToAttributeDataFilter_GetTensorComponentMinRange; extern(C) int function(void* jarg1, int jarg2) vtkFieldDataToAttributeDataFilter_GetTensorComponentMaxRange; extern(C) int function(void* jarg1, int jarg2) vtkFieldDataToAttributeDataFilter_GetTensorComponentNormalizeFlag; extern(C) void function(void* jarg1, int jarg2, const(char)* jarg3, int jarg4, int jarg5, int jarg6, int jarg7) vtkFieldDataToAttributeDataFilter_SetTCoordComponent__SWIG_0; extern(C) void function(void* jarg1, int jarg2, const(char)* jarg3, int jarg4) vtkFieldDataToAttributeDataFilter_SetTCoordComponent__SWIG_1; extern(C) const(char)* function(void* jarg1, int jarg2) vtkFieldDataToAttributeDataFilter_GetTCoordComponentArrayName; extern(C) int function(void* jarg1, int jarg2) vtkFieldDataToAttributeDataFilter_GetTCoordComponentArrayComponent; extern(C) int function(void* jarg1, int jarg2) vtkFieldDataToAttributeDataFilter_GetTCoordComponentMinRange; extern(C) int function(void* jarg1, int jarg2) vtkFieldDataToAttributeDataFilter_GetTCoordComponentMaxRange; extern(C) int function(void* jarg1, int jarg2) vtkFieldDataToAttributeDataFilter_GetTCoordComponentNormalizeFlag; extern(C) void function(void* jarg1, int jarg2) vtkFieldDataToAttributeDataFilter_SetDefaultNormalize; extern(C) int function(void* jarg1) vtkFieldDataToAttributeDataFilter_GetDefaultNormalize; extern(C) void function(void* jarg1) vtkFieldDataToAttributeDataFilter_DefaultNormalizeOn; extern(C) void function(void* jarg1) vtkFieldDataToAttributeDataFilter_DefaultNormalizeOff; extern(C) int function(int jarg1, void* jarg2) vtkFieldDataToAttributeDataFilter_GetComponentsType; extern(C) int function(void* jarg1, int jarg2, void* jarg3, int jarg4, long jarg5, long jarg6, int jarg7) vtkFieldDataToAttributeDataFilter_ConstructArray; extern(C) void* function(void* jarg1, const(char)* jarg2, int jarg3) vtkFieldDataToAttributeDataFilter_GetFieldArray; extern(C) void function(void* jarg1, const(char)* jarg2, const(char)* jarg3) vtkFieldDataToAttributeDataFilter_SetArrayName; extern(C) int function(void* jarg1, void* jarg2, void* jarg3, void* jarg4) vtkFieldDataToAttributeDataFilter_RequestUpdateExtent; extern(C) void* function(void* objectRef) vtkFieldDataToAttributeDataFilter_Upcast; extern(C) void* function() vtkGeoTreeNodeCache_New; extern(C) int function(const(char)* jarg1) vtkGeoTreeNodeCache_IsTypeOf; extern(C) void* function(void* jarg1) vtkGeoTreeNodeCache_SafeDownCast; extern(C) void* function(void* jarg1) vtkGeoTreeNodeCache_NewInstance; extern(C) void function(void* jarg1, int jarg2) vtkGeoTreeNodeCache_SetCacheMaximumLimit; extern(C) int function(void* jarg1) vtkGeoTreeNodeCache_GetCacheMaximumLimit; extern(C) void function(void* jarg1, int jarg2) vtkGeoTreeNodeCache_SetCacheMinimumLimit; extern(C) int function(void* jarg1) vtkGeoTreeNodeCache_GetCacheMinimumLimit; extern(C) void function(void* jarg1, void* jarg2) vtkGeoTreeNodeCache_SendToFront; extern(C) void function(void* jarg1, void* jarg2) vtkGeoTreeNodeCache_RemoveNode; extern(C) int function(void* jarg1) vtkGeoTreeNodeCache_GetSize; extern(C) void* function(void* objectRef) vtkGeoTreeNodeCache_Upcast; extern(C) void* function() vtkMutableUndirectedGraph_New; extern(C) int function(const(char)* jarg1) vtkMutableUndirectedGraph_IsTypeOf; extern(C) void* function(void* jarg1) vtkMutableUndirectedGraph_SafeDownCast; extern(C) void* function(void* jarg1) vtkMutableUndirectedGraph_NewInstance; extern(C) long function(void* jarg1, long jarg2) vtkMutableUndirectedGraph_SetNumberOfVertices; extern(C) long function(void* jarg1) vtkMutableUndirectedGraph_AddVertex__SWIG_0; extern(C) long function(void* jarg1, void* jarg2) vtkMutableUndirectedGraph_AddVertex__SWIG_1; extern(C) long function(void* jarg1, void* jarg2) vtkMutableUndirectedGraph_AddVertex__SWIG_2; extern(C) void function(void* jarg1) vtkMutableUndirectedGraph_LazyAddVertex__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkMutableUndirectedGraph_LazyAddVertex__SWIG_1; extern(C) void function(void* jarg1, void* jarg2) vtkMutableUndirectedGraph_LazyAddVertex__SWIG_2; extern(C) void function(void* jarg1, long jarg2, long jarg3) vtkMutableUndirectedGraph_LazyAddEdge__SWIG_0; extern(C) void function(void* jarg1, long jarg2, long jarg3, void* jarg4) vtkMutableUndirectedGraph_LazyAddEdge__SWIG_1; extern(C) void function(void* jarg1, void* jarg2, long jarg3, void* jarg4) vtkMutableUndirectedGraph_LazyAddEdge__SWIG_2; extern(C) void function(void* jarg1, void* jarg2, long jarg3) vtkMutableUndirectedGraph_LazyAddEdge__SWIG_3; extern(C) void function(void* jarg1, long jarg2, void* jarg3, void* jarg4) vtkMutableUndirectedGraph_LazyAddEdge__SWIG_4; extern(C) void function(void* jarg1, long jarg2, void* jarg3) vtkMutableUndirectedGraph_LazyAddEdge__SWIG_5; extern(C) void function(void* jarg1, void* jarg2, void* jarg3, void* jarg4) vtkMutableUndirectedGraph_LazyAddEdge__SWIG_6; extern(C) void function(void* jarg1, void* jarg2, void* jarg3) vtkMutableUndirectedGraph_LazyAddEdge__SWIG_7; extern(C) void* function(void* jarg1, long jarg2, long jarg3) vtkMutableUndirectedGraph_AddGraphEdge; extern(C) void function(void* jarg1, long jarg2) vtkMutableUndirectedGraph_RemoveVertex; extern(C) void function(void* jarg1, long jarg2) vtkMutableUndirectedGraph_RemoveEdge; extern(C) void function(void* jarg1, void* jarg2) vtkMutableUndirectedGraph_RemoveVertices; extern(C) void function(void* jarg1, void* jarg2) vtkMutableUndirectedGraph_RemoveEdges; extern(C) void* function(void* objectRef) vtkMutableUndirectedGraph_Upcast; extern(C) void* function() vtkEmptyRepresentation_New; extern(C) int function(const(char)* jarg1) vtkEmptyRepresentation_IsTypeOf; extern(C) void* function(void* jarg1) vtkEmptyRepresentation_SafeDownCast; extern(C) void* function(void* jarg1) vtkEmptyRepresentation_NewInstance; extern(C) void* function(void* jarg1) vtkEmptyRepresentation_GetInternalAnnotationOutputPort__SWIG_0; extern(C) void* function(void* jarg1, int jarg2) vtkEmptyRepresentation_GetInternalAnnotationOutputPort__SWIG_1; extern(C) void* function(void* jarg1, int jarg2, int jarg3) vtkEmptyRepresentation_GetInternalAnnotationOutputPort__SWIG_2; extern(C) void* function(void* objectRef) vtkEmptyRepresentation_Upcast; extern(C) int function(const(char)* jarg1) vtkTextureMapToPlane_IsTypeOf; extern(C) void* function(void* jarg1) vtkTextureMapToPlane_SafeDownCast; extern(C) void* function(void* jarg1) vtkTextureMapToPlane_NewInstance; extern(C) void* function() vtkTextureMapToPlane_New; extern(C) void function(void* jarg1, double jarg2, double jarg3, double jarg4) vtkTextureMapToPlane_SetOrigin__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkTextureMapToPlane_SetOrigin__SWIG_1; extern(C) void* function(void* jarg1) vtkTextureMapToPlane_GetOrigin__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkTextureMapToPlane_GetOrigin__SWIG_1; extern(C) void function(void* jarg1, double jarg2, double jarg3, double jarg4) vtkTextureMapToPlane_SetPoint1__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkTextureMapToPlane_SetPoint1__SWIG_1; extern(C) void* function(void* jarg1) vtkTextureMapToPlane_GetPoint1__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkTextureMapToPlane_GetPoint1__SWIG_1; extern(C) void function(void* jarg1, double jarg2, double jarg3, double jarg4) vtkTextureMapToPlane_SetPoint2__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkTextureMapToPlane_SetPoint2__SWIG_1; extern(C) void* function(void* jarg1) vtkTextureMapToPlane_GetPoint2__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkTextureMapToPlane_GetPoint2__SWIG_1; extern(C) void function(void* jarg1, double jarg2, double jarg3, double jarg4) vtkTextureMapToPlane_SetNormal__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkTextureMapToPlane_SetNormal__SWIG_1; extern(C) void* function(void* jarg1) vtkTextureMapToPlane_GetNormal__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkTextureMapToPlane_GetNormal__SWIG_1; extern(C) void function(void* jarg1, double jarg2, double jarg3) vtkTextureMapToPlane_SetSRange__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkTextureMapToPlane_SetSRange__SWIG_1; extern(C) void* function(void* jarg1) vtkTextureMapToPlane_GetSRange__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkTextureMapToPlane_GetSRange__SWIG_1; extern(C) void function(void* jarg1, double jarg2, double jarg3) vtkTextureMapToPlane_SetTRange__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkTextureMapToPlane_SetTRange__SWIG_1; extern(C) void* function(void* jarg1) vtkTextureMapToPlane_GetTRange__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkTextureMapToPlane_GetTRange__SWIG_1; extern(C) void function(void* jarg1, int jarg2) vtkTextureMapToPlane_SetAutomaticPlaneGeneration; extern(C) int function(void* jarg1) vtkTextureMapToPlane_GetAutomaticPlaneGeneration; extern(C) void function(void* jarg1) vtkTextureMapToPlane_AutomaticPlaneGenerationOn; extern(C) void function(void* jarg1) vtkTextureMapToPlane_AutomaticPlaneGenerationOff; extern(C) void* function(void* objectRef) vtkTextureMapToPlane_Upcast; extern(C) void* function() vtkTreeRingToPolyData_New; extern(C) int function(const(char)* jarg1) vtkTreeRingToPolyData_IsTypeOf; extern(C) void* function(void* jarg1) vtkTreeRingToPolyData_SafeDownCast; extern(C) void* function(void* jarg1) vtkTreeRingToPolyData_NewInstance; extern(C) void function(void* jarg1, const(char)* jarg2) vtkTreeRingToPolyData_SetSectorsArrayName; extern(C) void function(void* jarg1, double jarg2) vtkTreeRingToPolyData_SetShrinkPercentage; extern(C) double function(void* jarg1) vtkTreeRingToPolyData_GetShrinkPercentage; extern(C) int function(void* jarg1, int jarg2, void* jarg3) vtkTreeRingToPolyData_FillInputPortInformation; extern(C) void* function(void* objectRef) vtkTreeRingToPolyData_Upcast; extern(C) int function(const(char)* jarg1) vtkAbstractElectronicData_IsTypeOf; extern(C) void* function(void* jarg1) vtkAbstractElectronicData_SafeDownCast; extern(C) void* function(void* jarg1) vtkAbstractElectronicData_NewInstance; extern(C) long function(void* jarg1) vtkAbstractElectronicData_GetNumberOfMOs; extern(C) long function(void* jarg1) vtkAbstractElectronicData_GetNumberOfElectrons; extern(C) void* function(void* jarg1, long jarg2) vtkAbstractElectronicData_GetMO; extern(C) void* function(void* jarg1) vtkAbstractElectronicData_GetElectronDensity; extern(C) void* function(void* jarg1) vtkAbstractElectronicData_GetHOMO; extern(C) void* function(void* jarg1) vtkAbstractElectronicData_GetLUMO; extern(C) long function(void* jarg1) vtkAbstractElectronicData_GetHOMOOrbitalNumber; extern(C) long function(void* jarg1) vtkAbstractElectronicData_GetLUMOOrbitalNumber; extern(C) uint function(void* jarg1, long jarg2) vtkAbstractElectronicData_IsHOMO; extern(C) uint function(void* jarg1, long jarg2) vtkAbstractElectronicData_IsLUMO; extern(C) double function(void* jarg1) vtkAbstractElectronicData_GetPadding; extern(C) void* function(void* objectRef) vtkAbstractElectronicData_Upcast; extern(C) void* function() vtkDistancePolyDataFilter_New; extern(C) int function(const(char)* jarg1) vtkDistancePolyDataFilter_IsTypeOf; extern(C) void* function(void* jarg1) vtkDistancePolyDataFilter_SafeDownCast; extern(C) void* function(void* jarg1) vtkDistancePolyDataFilter_NewInstance; extern(C) void function(void* jarg1, int jarg2) vtkDistancePolyDataFilter_SetSignedDistance; extern(C) int function(void* jarg1) vtkDistancePolyDataFilter_GetSignedDistance; extern(C) void function(void* jarg1) vtkDistancePolyDataFilter_SignedDistanceOn; extern(C) void function(void* jarg1) vtkDistancePolyDataFilter_SignedDistanceOff; extern(C) void function(void* jarg1, int jarg2) vtkDistancePolyDataFilter_SetNegateDistance; extern(C) int function(void* jarg1) vtkDistancePolyDataFilter_GetNegateDistance; extern(C) void function(void* jarg1) vtkDistancePolyDataFilter_NegateDistanceOn; extern(C) void function(void* jarg1) vtkDistancePolyDataFilter_NegateDistanceOff; extern(C) void function(void* jarg1, int jarg2) vtkDistancePolyDataFilter_SetComputeSecondDistance; extern(C) int function(void* jarg1) vtkDistancePolyDataFilter_GetComputeSecondDistance; extern(C) void function(void* jarg1) vtkDistancePolyDataFilter_ComputeSecondDistanceOn; extern(C) void function(void* jarg1) vtkDistancePolyDataFilter_ComputeSecondDistanceOff; extern(C) void* function(void* jarg1) vtkDistancePolyDataFilter_GetSecondDistanceOutput; extern(C) void* function(void* objectRef) vtkDistancePolyDataFilter_Upcast; extern(C) void* function() vtkDataSetTriangleFilter_New; extern(C) int function(const(char)* jarg1) vtkDataSetTriangleFilter_IsTypeOf; extern(C) void* function(void* jarg1) vtkDataSetTriangleFilter_SafeDownCast; extern(C) void* function(void* jarg1) vtkDataSetTriangleFilter_NewInstance; extern(C) void function(void* jarg1, int jarg2) vtkDataSetTriangleFilter_SetTetrahedraOnly; extern(C) int function(void* jarg1) vtkDataSetTriangleFilter_GetTetrahedraOnly; extern(C) void function(void* jarg1) vtkDataSetTriangleFilter_TetrahedraOnlyOn; extern(C) void function(void* jarg1) vtkDataSetTriangleFilter_TetrahedraOnlyOff; extern(C) void* function(void* objectRef) vtkDataSetTriangleFilter_Upcast; extern(C) void* function() vtkHyperTreeGridGeometry_New; extern(C) int function(const(char)* jarg1) vtkHyperTreeGridGeometry_IsTypeOf; extern(C) void* function(void* jarg1) vtkHyperTreeGridGeometry_SafeDownCast; extern(C) void* function(void* jarg1) vtkHyperTreeGridGeometry_NewInstance; extern(C) void* function(void* objectRef) vtkHyperTreeGridGeometry_Upcast; extern(C) void* function() vtkBoxWidget_New; extern(C) int function(const(char)* jarg1) vtkBoxWidget_IsTypeOf; extern(C) void* function(void* jarg1) vtkBoxWidget_SafeDownCast; extern(C) void* function(void* jarg1) vtkBoxWidget_NewInstance; extern(C) void function(void* jarg1, void* jarg2) vtkBoxWidget_PlaceWidget__SWIG_0; extern(C) void function(void* jarg1) vtkBoxWidget_PlaceWidget__SWIG_1; extern(C) void function(void* jarg1, double jarg2, double jarg3, double jarg4, double jarg5, double jarg6, double jarg7) vtkBoxWidget_PlaceWidget__SWIG_2; extern(C) void function(void* jarg1, void* jarg2) vtkBoxWidget_GetPlanes; extern(C) void function(void* jarg1, int jarg2) vtkBoxWidget_SetInsideOut; extern(C) int function(void* jarg1) vtkBoxWidget_GetInsideOut; extern(C) void function(void* jarg1) vtkBoxWidget_InsideOutOn; extern(C) void function(void* jarg1) vtkBoxWidget_InsideOutOff; extern(C) void function(void* jarg1, void* jarg2) vtkBoxWidget_GetTransform; extern(C) void function(void* jarg1, void* jarg2) vtkBoxWidget_SetTransform; extern(C) void function(void* jarg1, void* jarg2) vtkBoxWidget_GetPolyData; extern(C) void* function(void* jarg1) vtkBoxWidget_GetHandleProperty; extern(C) void* function(void* jarg1) vtkBoxWidget_GetSelectedHandleProperty; extern(C) void function(void* jarg1) vtkBoxWidget_HandlesOn; extern(C) void function(void* jarg1) vtkBoxWidget_HandlesOff; extern(C) void* function(void* jarg1) vtkBoxWidget_GetFaceProperty; extern(C) void* function(void* jarg1) vtkBoxWidget_GetSelectedFaceProperty; extern(C) void* function(void* jarg1) vtkBoxWidget_GetOutlineProperty; extern(C) void* function(void* jarg1) vtkBoxWidget_GetSelectedOutlineProperty; extern(C) void function(void* jarg1, int jarg2) vtkBoxWidget_SetOutlineFaceWires; extern(C) int function(void* jarg1) vtkBoxWidget_GetOutlineFaceWires; extern(C) void function(void* jarg1) vtkBoxWidget_OutlineFaceWiresOn; extern(C) void function(void* jarg1) vtkBoxWidget_OutlineFaceWiresOff; extern(C) void function(void* jarg1, int jarg2) vtkBoxWidget_SetOutlineCursorWires; extern(C) int function(void* jarg1) vtkBoxWidget_GetOutlineCursorWires; extern(C) void function(void* jarg1) vtkBoxWidget_OutlineCursorWiresOn; extern(C) void function(void* jarg1) vtkBoxWidget_OutlineCursorWiresOff; extern(C) void function(void* jarg1, int jarg2) vtkBoxWidget_SetTranslationEnabled; extern(C) int function(void* jarg1) vtkBoxWidget_GetTranslationEnabled; extern(C) void function(void* jarg1) vtkBoxWidget_TranslationEnabledOn; extern(C) void function(void* jarg1) vtkBoxWidget_TranslationEnabledOff; extern(C) void function(void* jarg1, int jarg2) vtkBoxWidget_SetScalingEnabled; extern(C) int function(void* jarg1) vtkBoxWidget_GetScalingEnabled; extern(C) void function(void* jarg1) vtkBoxWidget_ScalingEnabledOn; extern(C) void function(void* jarg1) vtkBoxWidget_ScalingEnabledOff; extern(C) void function(void* jarg1, int jarg2) vtkBoxWidget_SetRotationEnabled; extern(C) int function(void* jarg1) vtkBoxWidget_GetRotationEnabled; extern(C) void function(void* jarg1) vtkBoxWidget_RotationEnabledOn; extern(C) void function(void* jarg1) vtkBoxWidget_RotationEnabledOff; extern(C) void* function(void* objectRef) vtkBoxWidget_Upcast; extern(C) void* function() vtkGeoGlobeSource_New; extern(C) int function(const(char)* jarg1) vtkGeoGlobeSource_IsTypeOf; extern(C) void* function(void* jarg1) vtkGeoGlobeSource_SafeDownCast; extern(C) void* function(void* jarg1) vtkGeoGlobeSource_NewInstance; extern(C) void* function(void* objectRef) vtkGeoGlobeSource_Upcast; extern(C) int function(const(char)* jarg1) vtkXMLPUnstructuredGridReader_IsTypeOf; extern(C) void* function(void* jarg1) vtkXMLPUnstructuredGridReader_SafeDownCast; extern(C) void* function(void* jarg1) vtkXMLPUnstructuredGridReader_NewInstance; extern(C) void* function() vtkXMLPUnstructuredGridReader_New; extern(C) void* function(void* jarg1) vtkXMLPUnstructuredGridReader_GetOutput__SWIG_0; extern(C) void* function(void* jarg1, int jarg2) vtkXMLPUnstructuredGridReader_GetOutput__SWIG_1; extern(C) void* function(void* objectRef) vtkXMLPUnstructuredGridReader_Upcast; extern(C) void* function() vtkPPairwiseExtractHistogram2D_New; extern(C) int function(const(char)* jarg1) vtkPPairwiseExtractHistogram2D_IsTypeOf; extern(C) void* function(void* jarg1) vtkPPairwiseExtractHistogram2D_SafeDownCast; extern(C) void* function(void* jarg1) vtkPPairwiseExtractHistogram2D_NewInstance; extern(C) void function(void* jarg1, void* jarg2) vtkPPairwiseExtractHistogram2D_SetController; extern(C) void* function(void* jarg1) vtkPPairwiseExtractHistogram2D_GetController; extern(C) void* function(void* objectRef) vtkPPairwiseExtractHistogram2D_Upcast; extern(C) void* function() vtkTransformFilter_New; extern(C) int function(const(char)* jarg1) vtkTransformFilter_IsTypeOf; extern(C) void* function(void* jarg1) vtkTransformFilter_SafeDownCast; extern(C) void* function(void* jarg1) vtkTransformFilter_NewInstance; extern(C) void function(void* jarg1, void* jarg2) vtkTransformFilter_SetTransform; extern(C) void* function(void* jarg1) vtkTransformFilter_GetTransform; extern(C) int function(void* jarg1, int jarg2, void* jarg3) vtkTransformFilter_FillInputPortInformation; extern(C) void* function(void* objectRef) vtkTransformFilter_Upcast; extern(C) int function(const(char)* jarg1) vtkPiecewisePointHandleItem_IsTypeOf; extern(C) void* function(void* jarg1) vtkPiecewisePointHandleItem_SafeDownCast; extern(C) void* function(void* jarg1) vtkPiecewisePointHandleItem_NewInstance; extern(C) void* function() vtkPiecewisePointHandleItem_New; extern(C) void function(void* jarg1, core.stdc.config.c_ulong jarg2, void* jarg3, void* jarg4) vtkPiecewisePointHandleItem_CallRedraw; extern(C) void function(void* jarg1, long jarg2) vtkPiecewisePointHandleItem_SetCurrentPointIndex; extern(C) long function(void* jarg1) vtkPiecewisePointHandleItem_GetCurrentPointIndex; extern(C) void function(void* jarg1, void* jarg2) vtkPiecewisePointHandleItem_SetPiecewiseFunction; extern(C) void* function(void* jarg1) vtkPiecewisePointHandleItem_GetPiecewiseFunction; extern(C) int function(void* jarg1, void* jarg2) vtkPiecewisePointHandleItem_IsOverHandle; extern(C) uint function(void* jarg1, void* jarg2) vtkPiecewisePointHandleItem_Hit; extern(C) uint function(void* jarg1, void* jarg2) vtkPiecewisePointHandleItem_MouseMoveEvent; extern(C) uint function(void* jarg1, void* jarg2) vtkPiecewisePointHandleItem_MouseButtonPressEvent; extern(C) uint function(void* jarg1, void* jarg2) vtkPiecewisePointHandleItem_MouseButtonReleaseEvent; extern(C) void* function() new_vtkPiecewisePointHandleItem; extern(C) void function(void* jarg1) delete_vtkPiecewisePointHandleItem; extern(C) void* function(void* objectRef) vtkPiecewisePointHandleItem_Upcast; extern(C) void* function() vtkLightKit_New; extern(C) int function(const(char)* jarg1) vtkLightKit_IsTypeOf; extern(C) void* function(void* jarg1) vtkLightKit_SafeDownCast; extern(C) void* function(void* jarg1) vtkLightKit_NewInstance; extern(C) void function(void* jarg1, double jarg2) vtkLightKit_SetKeyLightIntensity; extern(C) double function(void* jarg1) vtkLightKit_GetKeyLightIntensity; extern(C) void function(void* jarg1, double jarg2) vtkLightKit_SetKeyToFillRatio; extern(C) double function(void* jarg1) vtkLightKit_GetKeyToFillRatioMinValue; extern(C) double function(void* jarg1) vtkLightKit_GetKeyToFillRatioMaxValue; extern(C) double function(void* jarg1) vtkLightKit_GetKeyToFillRatio; extern(C) void function(void* jarg1, double jarg2) vtkLightKit_SetKeyToHeadRatio; extern(C) double function(void* jarg1) vtkLightKit_GetKeyToHeadRatioMinValue; extern(C) double function(void* jarg1) vtkLightKit_GetKeyToHeadRatioMaxValue; extern(C) double function(void* jarg1) vtkLightKit_GetKeyToHeadRatio; extern(C) void function(void* jarg1, double jarg2) vtkLightKit_SetKeyToBackRatio; extern(C) double function(void* jarg1) vtkLightKit_GetKeyToBackRatioMinValue; extern(C) double function(void* jarg1) vtkLightKit_GetKeyToBackRatioMaxValue; extern(C) double function(void* jarg1) vtkLightKit_GetKeyToBackRatio; extern(C) void function(void* jarg1, double jarg2) vtkLightKit_SetKeyLightWarmth; extern(C) double function(void* jarg1) vtkLightKit_GetKeyLightWarmth; extern(C) void function(void* jarg1, double jarg2) vtkLightKit_SetFillLightWarmth; extern(C) double function(void* jarg1) vtkLightKit_GetFillLightWarmth; extern(C) void function(void* jarg1, double jarg2) vtkLightKit_SetHeadLightWarmth; extern(C) double function(void* jarg1) vtkLightKit_GetHeadLightWarmth; extern(C) void function(void* jarg1, double jarg2) vtkLightKit_SetBackLightWarmth; extern(C) double function(void* jarg1) vtkLightKit_GetBackLightWarmth; extern(C) void* function(void* jarg1) vtkLightKit_GetKeyLightColor__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkLightKit_GetKeyLightColor__SWIG_1; extern(C) void* function(void* jarg1) vtkLightKit_GetFillLightColor__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkLightKit_GetFillLightColor__SWIG_1; extern(C) void* function(void* jarg1) vtkLightKit_GetHeadLightColor__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkLightKit_GetHeadLightColor__SWIG_1; extern(C) void* function(void* jarg1) vtkLightKit_GetBackLightColor__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkLightKit_GetBackLightColor__SWIG_1; extern(C) void function(void* jarg1) vtkLightKit_MaintainLuminanceOn; extern(C) void function(void* jarg1) vtkLightKit_MaintainLuminanceOff; extern(C) int function(void* jarg1) vtkLightKit_GetMaintainLuminance; extern(C) void function(void* jarg1, int jarg2) vtkLightKit_SetMaintainLuminance; extern(C) void function(void* jarg1, double jarg2, double jarg3) vtkLightKit_SetKeyLightAngle__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkLightKit_SetKeyLightAngle__SWIG_1; extern(C) void function(void* jarg1, double jarg2) vtkLightKit_SetKeyLightElevation; extern(C) void function(void* jarg1, double jarg2) vtkLightKit_SetKeyLightAzimuth; extern(C) void* function(void* jarg1) vtkLightKit_GetKeyLightAngle__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkLightKit_GetKeyLightAngle__SWIG_1; extern(C) double function(void* jarg1) vtkLightKit_GetKeyLightElevation; extern(C) double function(void* jarg1) vtkLightKit_GetKeyLightAzimuth; extern(C) void function(void* jarg1, double jarg2, double jarg3) vtkLightKit_SetFillLightAngle__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkLightKit_SetFillLightAngle__SWIG_1; extern(C) void function(void* jarg1, double jarg2) vtkLightKit_SetFillLightElevation; extern(C) void function(void* jarg1, double jarg2) vtkLightKit_SetFillLightAzimuth; extern(C) void* function(void* jarg1) vtkLightKit_GetFillLightAngle__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkLightKit_GetFillLightAngle__SWIG_1; extern(C) double function(void* jarg1) vtkLightKit_GetFillLightElevation; extern(C) double function(void* jarg1) vtkLightKit_GetFillLightAzimuth; extern(C) void function(void* jarg1, double jarg2, double jarg3) vtkLightKit_SetBackLightAngle__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkLightKit_SetBackLightAngle__SWIG_1; extern(C) void function(void* jarg1, double jarg2) vtkLightKit_SetBackLightElevation; extern(C) void function(void* jarg1, double jarg2) vtkLightKit_SetBackLightAzimuth; extern(C) void* function(void* jarg1) vtkLightKit_GetBackLightAngle__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkLightKit_GetBackLightAngle__SWIG_1; extern(C) double function(void* jarg1) vtkLightKit_GetBackLightElevation; extern(C) double function(void* jarg1) vtkLightKit_GetBackLightAzimuth; extern(C) void function(void* jarg1, void* jarg2) vtkLightKit_AddLightsToRenderer; extern(C) void function(void* jarg1, void* jarg2) vtkLightKit_RemoveLightsFromRenderer; extern(C) void function(void* jarg1, void* jarg2) vtkLightKit_DeepCopy; extern(C) void function(void* jarg1) vtkLightKit_Update; extern(C) const(char)* function(int jarg1) vtkLightKit_GetStringFromType; extern(C) const(char)* function(int jarg1) vtkLightKit_GetStringFromSubType; extern(C) const(char)* function(int jarg1) vtkLightKit_GetShortStringFromSubType; extern(C) void* function(void* jarg1, int jarg2) vtkLightKit_GetSubType; extern(C) void* function(void* objectRef) vtkLightKit_Upcast; extern(C) void* function() vtkAxesActor_New; extern(C) int function(const(char)* jarg1) vtkAxesActor_IsTypeOf; extern(C) void* function(void* jarg1) vtkAxesActor_SafeDownCast; extern(C) void* function(void* jarg1) vtkAxesActor_NewInstance; extern(C) int function(void* jarg1, void* jarg2) vtkAxesActor_RenderOpaqueGeometry; extern(C) int function(void* jarg1, void* jarg2) vtkAxesActor_RenderTranslucentPolygonalGeometry; extern(C) int function(void* jarg1, void* jarg2) vtkAxesActor_RenderOverlay; extern(C) int function(void* jarg1) vtkAxesActor_HasTranslucentPolygonalGeometry; extern(C) void function(void* jarg1, void* jarg2) vtkAxesActor_ReleaseGraphicsResources; extern(C) void function(void* jarg1, void* jarg2) vtkAxesActor_GetBounds__SWIG_0; extern(C) void* function(void* jarg1) vtkAxesActor_GetBounds__SWIG_1; extern(C) void function(void* jarg1, void* jarg2) vtkAxesActor_SetTotalLength__SWIG_0; extern(C) void function(void* jarg1, double jarg2, double jarg3, double jarg4) vtkAxesActor_SetTotalLength__SWIG_1; extern(C) void* function(void* jarg1) vtkAxesActor_GetTotalLength__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkAxesActor_GetTotalLength__SWIG_1; extern(C) void function(void* jarg1, void* jarg2) vtkAxesActor_SetNormalizedShaftLength__SWIG_0; extern(C) void function(void* jarg1, double jarg2, double jarg3, double jarg4) vtkAxesActor_SetNormalizedShaftLength__SWIG_1; extern(C) void* function(void* jarg1) vtkAxesActor_GetNormalizedShaftLength__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkAxesActor_GetNormalizedShaftLength__SWIG_1; extern(C) void function(void* jarg1, void* jarg2) vtkAxesActor_SetNormalizedTipLength__SWIG_0; extern(C) void function(void* jarg1, double jarg2, double jarg3, double jarg4) vtkAxesActor_SetNormalizedTipLength__SWIG_1; extern(C) void* function(void* jarg1) vtkAxesActor_GetNormalizedTipLength__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkAxesActor_GetNormalizedTipLength__SWIG_1; extern(C) void function(void* jarg1, void* jarg2) vtkAxesActor_SetNormalizedLabelPosition__SWIG_0; extern(C) void function(void* jarg1, double jarg2, double jarg3, double jarg4) vtkAxesActor_SetNormalizedLabelPosition__SWIG_1; extern(C) void* function(void* jarg1) vtkAxesActor_GetNormalizedLabelPosition__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkAxesActor_GetNormalizedLabelPosition__SWIG_1; extern(C) void function(void* jarg1, int jarg2) vtkAxesActor_SetConeResolution; extern(C) int function(void* jarg1) vtkAxesActor_GetConeResolutionMinValue; extern(C) int function(void* jarg1) vtkAxesActor_GetConeResolutionMaxValue; extern(C) int function(void* jarg1) vtkAxesActor_GetConeResolution; extern(C) void function(void* jarg1, int jarg2) vtkAxesActor_SetSphereResolution; extern(C) int function(void* jarg1) vtkAxesActor_GetSphereResolutionMinValue; extern(C) int function(void* jarg1) vtkAxesActor_GetSphereResolutionMaxValue; extern(C) int function(void* jarg1) vtkAxesActor_GetSphereResolution; extern(C) void function(void* jarg1, int jarg2) vtkAxesActor_SetCylinderResolution; extern(C) int function(void* jarg1) vtkAxesActor_GetCylinderResolutionMinValue; extern(C) int function(void* jarg1) vtkAxesActor_GetCylinderResolutionMaxValue; extern(C) int function(void* jarg1) vtkAxesActor_GetCylinderResolution; extern(C) void function(void* jarg1, double jarg2) vtkAxesActor_SetConeRadius; extern(C) double function(void* jarg1) vtkAxesActor_GetConeRadiusMinValue; extern(C) double function(void* jarg1) vtkAxesActor_GetConeRadiusMaxValue; extern(C) double function(void* jarg1) vtkAxesActor_GetConeRadius; extern(C) void function(void* jarg1, double jarg2) vtkAxesActor_SetSphereRadius; extern(C) double function(void* jarg1) vtkAxesActor_GetSphereRadiusMinValue; extern(C) double function(void* jarg1) vtkAxesActor_GetSphereRadiusMaxValue; extern(C) double function(void* jarg1) vtkAxesActor_GetSphereRadius; extern(C) void function(void* jarg1, double jarg2) vtkAxesActor_SetCylinderRadius; extern(C) double function(void* jarg1) vtkAxesActor_GetCylinderRadiusMinValue; extern(C) double function(void* jarg1) vtkAxesActor_GetCylinderRadiusMaxValue; extern(C) double function(void* jarg1) vtkAxesActor_GetCylinderRadius; extern(C) void function(void* jarg1, int jarg2) vtkAxesActor_SetShaftType; extern(C) void function(void* jarg1) vtkAxesActor_SetShaftTypeToCylinder; extern(C) void function(void* jarg1) vtkAxesActor_SetShaftTypeToLine; extern(C) void function(void* jarg1) vtkAxesActor_SetShaftTypeToUserDefined; extern(C) int function(void* jarg1) vtkAxesActor_GetShaftType; extern(C) void function(void* jarg1, int jarg2) vtkAxesActor_SetTipType; extern(C) void function(void* jarg1) vtkAxesActor_SetTipTypeToCone; extern(C) void function(void* jarg1) vtkAxesActor_SetTipTypeToSphere; extern(C) void function(void* jarg1) vtkAxesActor_SetTipTypeToUserDefined; extern(C) int function(void* jarg1) vtkAxesActor_GetTipType; extern(C) void function(void* jarg1, void* jarg2) vtkAxesActor_SetUserDefinedTip; extern(C) void* function(void* jarg1) vtkAxesActor_GetUserDefinedTip; extern(C) void function(void* jarg1, void* jarg2) vtkAxesActor_SetUserDefinedShaft; extern(C) void* function(void* jarg1) vtkAxesActor_GetUserDefinedShaft; extern(C) void* function(void* jarg1) vtkAxesActor_GetXAxisTipProperty; extern(C) void* function(void* jarg1) vtkAxesActor_GetYAxisTipProperty; extern(C) void* function(void* jarg1) vtkAxesActor_GetZAxisTipProperty; extern(C) void* function(void* jarg1) vtkAxesActor_GetXAxisShaftProperty; extern(C) void* function(void* jarg1) vtkAxesActor_GetYAxisShaftProperty; extern(C) void* function(void* jarg1) vtkAxesActor_GetZAxisShaftProperty; extern(C) void* function(void* jarg1) vtkAxesActor_GetXAxisCaptionActor2D; extern(C) void* function(void* jarg1) vtkAxesActor_GetYAxisCaptionActor2D; extern(C) void* function(void* jarg1) vtkAxesActor_GetZAxisCaptionActor2D; extern(C) void function(void* jarg1, const(char)* jarg2) vtkAxesActor_SetXAxisLabelText; extern(C) const(char)* function(void* jarg1) vtkAxesActor_GetXAxisLabelText; extern(C) void function(void* jarg1, const(char)* jarg2) vtkAxesActor_SetYAxisLabelText; extern(C) const(char)* function(void* jarg1) vtkAxesActor_GetYAxisLabelText; extern(C) void function(void* jarg1, const(char)* jarg2) vtkAxesActor_SetZAxisLabelText; extern(C) const(char)* function(void* jarg1) vtkAxesActor_GetZAxisLabelText; extern(C) void function(void* jarg1, int jarg2) vtkAxesActor_SetAxisLabels; extern(C) int function(void* jarg1) vtkAxesActor_GetAxisLabels; extern(C) void function(void* jarg1) vtkAxesActor_AxisLabelsOn; extern(C) void function(void* jarg1) vtkAxesActor_AxisLabelsOff; extern(C) void* function(void* objectRef) vtkAxesActor_Upcast; extern(C) int function(const(char)* jarg1) vtkCursor2D_IsTypeOf; extern(C) void* function(void* jarg1) vtkCursor2D_SafeDownCast; extern(C) void* function(void* jarg1) vtkCursor2D_NewInstance; extern(C) void* function() vtkCursor2D_New; extern(C) void function(void* jarg1, double jarg2, double jarg3, double jarg4, double jarg5, double jarg6, double jarg7) vtkCursor2D_SetModelBounds__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkCursor2D_SetModelBounds__SWIG_1; extern(C) void* function(void* jarg1) vtkCursor2D_GetModelBounds__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkCursor2D_GetModelBounds__SWIG_1; extern(C) void function(void* jarg1, void* jarg2) vtkCursor2D_SetFocalPoint__SWIG_0; extern(C) void function(void* jarg1, double jarg2, double jarg3, double jarg4) vtkCursor2D_SetFocalPoint__SWIG_1; extern(C) void* function(void* jarg1) vtkCursor2D_GetFocalPoint__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkCursor2D_GetFocalPoint__SWIG_1; extern(C) void function(void* jarg1, int jarg2) vtkCursor2D_SetOutline; extern(C) int function(void* jarg1) vtkCursor2D_GetOutline; extern(C) void function(void* jarg1) vtkCursor2D_OutlineOn; extern(C) void function(void* jarg1) vtkCursor2D_OutlineOff; extern(C) void function(void* jarg1, int jarg2) vtkCursor2D_SetAxes; extern(C) int function(void* jarg1) vtkCursor2D_GetAxes; extern(C) void function(void* jarg1) vtkCursor2D_AxesOn; extern(C) void function(void* jarg1) vtkCursor2D_AxesOff; extern(C) void function(void* jarg1, double jarg2) vtkCursor2D_SetRadius; extern(C) double function(void* jarg1) vtkCursor2D_GetRadiusMinValue; extern(C) double function(void* jarg1) vtkCursor2D_GetRadiusMaxValue; extern(C) double function(void* jarg1) vtkCursor2D_GetRadius; extern(C) void function(void* jarg1, int jarg2) vtkCursor2D_SetPoint; extern(C) int function(void* jarg1) vtkCursor2D_GetPoint; extern(C) void function(void* jarg1) vtkCursor2D_PointOn; extern(C) void function(void* jarg1) vtkCursor2D_PointOff; extern(C) void function(void* jarg1, int jarg2) vtkCursor2D_SetTranslationMode; extern(C) int function(void* jarg1) vtkCursor2D_GetTranslationMode; extern(C) void function(void* jarg1) vtkCursor2D_TranslationModeOn; extern(C) void function(void* jarg1) vtkCursor2D_TranslationModeOff; extern(C) void function(void* jarg1, int jarg2) vtkCursor2D_SetWrap; extern(C) int function(void* jarg1) vtkCursor2D_GetWrap; extern(C) void function(void* jarg1) vtkCursor2D_WrapOn; extern(C) void function(void* jarg1) vtkCursor2D_WrapOff; extern(C) void function(void* jarg1) vtkCursor2D_AllOn; extern(C) void function(void* jarg1) vtkCursor2D_AllOff; extern(C) void* function(void* objectRef) vtkCursor2D_Upcast; extern(C) int function(const(char)* jarg1) vtkXMLDataSetWriter_IsTypeOf; extern(C) void* function(void* jarg1) vtkXMLDataSetWriter_SafeDownCast; extern(C) void* function(void* jarg1) vtkXMLDataSetWriter_NewInstance; extern(C) void* function() vtkXMLDataSetWriter_New; extern(C) void* function(void* objectRef) vtkXMLDataSetWriter_Upcast; extern(C) void* function() vtkCubicLine_New; extern(C) int function(const(char)* jarg1) vtkCubicLine_IsTypeOf; extern(C) void* function(void* jarg1) vtkCubicLine_SafeDownCast; extern(C) void* function(void* jarg1) vtkCubicLine_NewInstance; extern(C) void function(void* jarg1, void* jarg2) vtkCubicLine_InterpolationFunctions; extern(C) void function(void* jarg1, void* jarg2) vtkCubicLine_InterpolationDerivs; extern(C) void function(void* jarg1, void* jarg2, void* jarg3) vtkCubicLine_InterpolateFunctions; extern(C) void function(void* jarg1, void* jarg2, void* jarg3) vtkCubicLine_InterpolateDerivs; extern(C) void* function(void* objectRef) vtkCubicLine_Upcast; extern(C) void* function() vtkTransmitPolyDataPiece_New; extern(C) int function(const(char)* jarg1) vtkTransmitPolyDataPiece_IsTypeOf; extern(C) void* function(void* jarg1) vtkTransmitPolyDataPiece_SafeDownCast; extern(C) void* function(void* jarg1) vtkTransmitPolyDataPiece_NewInstance; extern(C) void function(void* jarg1, void* jarg2) vtkTransmitPolyDataPiece_SetController; extern(C) void* function(void* jarg1) vtkTransmitPolyDataPiece_GetController; extern(C) void function(void* jarg1, int jarg2) vtkTransmitPolyDataPiece_SetCreateGhostCells; extern(C) int function(void* jarg1) vtkTransmitPolyDataPiece_GetCreateGhostCells; extern(C) void function(void* jarg1) vtkTransmitPolyDataPiece_CreateGhostCellsOn; extern(C) void function(void* jarg1) vtkTransmitPolyDataPiece_CreateGhostCellsOff; extern(C) void* function(void* objectRef) vtkTransmitPolyDataPiece_Upcast; extern(C) void* function() vtkImageMedian3D_New; extern(C) int function(const(char)* jarg1) vtkImageMedian3D_IsTypeOf; extern(C) void* function(void* jarg1) vtkImageMedian3D_SafeDownCast; extern(C) void* function(void* jarg1) vtkImageMedian3D_NewInstance; extern(C) void function(void* jarg1, int jarg2, int jarg3, int jarg4) vtkImageMedian3D_SetKernelSize; extern(C) int function(void* jarg1) vtkImageMedian3D_GetNumberOfElements; extern(C) void* function(void* objectRef) vtkImageMedian3D_Upcast; extern(C) void* function() vtkPYoungsMaterialInterface_New; extern(C) int function(const(char)* jarg1) vtkPYoungsMaterialInterface_IsTypeOf; extern(C) void* function(void* jarg1) vtkPYoungsMaterialInterface_SafeDownCast; extern(C) void* function(void* jarg1) vtkPYoungsMaterialInterface_NewInstance; extern(C) void function(void* jarg1, int jarg2, void* jarg3) vtkPYoungsMaterialInterface_Aggregate; extern(C) void function(void* jarg1, void* jarg2) vtkPYoungsMaterialInterface_SetController; extern(C) void* function(void* jarg1) vtkPYoungsMaterialInterface_GetController; extern(C) void* function(void* objectRef) vtkPYoungsMaterialInterface_Upcast; extern(C) int function(const(char)* jarg1) vtkCutMaterial_IsTypeOf; extern(C) void* function(void* jarg1) vtkCutMaterial_SafeDownCast; extern(C) void* function(void* jarg1) vtkCutMaterial_NewInstance; extern(C) void* function() vtkCutMaterial_New; extern(C) void function(void* jarg1, const(char)* jarg2) vtkCutMaterial_SetMaterialArrayName; extern(C) const(char)* function(void* jarg1) vtkCutMaterial_GetMaterialArrayName; extern(C) void function(void* jarg1, int jarg2) vtkCutMaterial_SetMaterial; extern(C) int function(void* jarg1) vtkCutMaterial_GetMaterial; extern(C) void function(void* jarg1, const(char)* jarg2) vtkCutMaterial_SetArrayName; extern(C) const(char)* function(void* jarg1) vtkCutMaterial_GetArrayName; extern(C) void function(void* jarg1, double jarg2, double jarg3, double jarg4) vtkCutMaterial_SetUpVector__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkCutMaterial_SetUpVector__SWIG_1; extern(C) void* function(void* jarg1) vtkCutMaterial_GetUpVector__SWIG_0; extern(C) void function(void* jarg1, void* jarg2, void* jarg3, void* jarg4) vtkCutMaterial_GetUpVector__SWIG_1; extern(C) void function(void* jarg1, void* jarg2) vtkCutMaterial_GetUpVector__SWIG_2; extern(C) void* function(void* jarg1) vtkCutMaterial_GetMaximumPoint__SWIG_0; extern(C) void function(void* jarg1, void* jarg2, void* jarg3, void* jarg4) vtkCutMaterial_GetMaximumPoint__SWIG_1; extern(C) void function(void* jarg1, void* jarg2) vtkCutMaterial_GetMaximumPoint__SWIG_2; extern(C) void* function(void* jarg1) vtkCutMaterial_GetCenterPoint__SWIG_0; extern(C) void function(void* jarg1, void* jarg2, void* jarg3, void* jarg4) vtkCutMaterial_GetCenterPoint__SWIG_1; extern(C) void function(void* jarg1, void* jarg2) vtkCutMaterial_GetCenterPoint__SWIG_2; extern(C) void* function(void* jarg1) vtkCutMaterial_GetNormal__SWIG_0; extern(C) void function(void* jarg1, void* jarg2, void* jarg3, void* jarg4) vtkCutMaterial_GetNormal__SWIG_1; extern(C) void function(void* jarg1, void* jarg2) vtkCutMaterial_GetNormal__SWIG_2; extern(C) void* function(void* objectRef) vtkCutMaterial_Upcast; extern(C) int function(const(char)* jarg1) vtkLeaderActor2D_IsTypeOf; extern(C) void* function(void* jarg1) vtkLeaderActor2D_SafeDownCast; extern(C) void* function(void* jarg1) vtkLeaderActor2D_NewInstance; extern(C) void* function() vtkLeaderActor2D_New; extern(C) void function(void* jarg1, double jarg2) vtkLeaderActor2D_SetRadius; extern(C) double function(void* jarg1) vtkLeaderActor2D_GetRadius; extern(C) void function(void* jarg1, const(char)* jarg2) vtkLeaderActor2D_SetLabel; extern(C) const(char)* function(void* jarg1) vtkLeaderActor2D_GetLabel; extern(C) void function(void* jarg1, void* jarg2) vtkLeaderActor2D_SetLabelTextProperty; extern(C) void* function(void* jarg1) vtkLeaderActor2D_GetLabelTextProperty; extern(C) void function(void* jarg1, double jarg2) vtkLeaderActor2D_SetLabelFactor; extern(C) double function(void* jarg1) vtkLeaderActor2D_GetLabelFactorMinValue; extern(C) double function(void* jarg1) vtkLeaderActor2D_GetLabelFactorMaxValue; extern(C) double function(void* jarg1) vtkLeaderActor2D_GetLabelFactor; extern(C) void function(void* jarg1, int jarg2) vtkLeaderActor2D_SetArrowPlacement; extern(C) int function(void* jarg1) vtkLeaderActor2D_GetArrowPlacementMinValue; extern(C) int function(void* jarg1) vtkLeaderActor2D_GetArrowPlacementMaxValue; extern(C) int function(void* jarg1) vtkLeaderActor2D_GetArrowPlacement; extern(C) void function(void* jarg1) vtkLeaderActor2D_SetArrowPlacementToNone; extern(C) void function(void* jarg1) vtkLeaderActor2D_SetArrowPlacementToPoint1; extern(C) void function(void* jarg1) vtkLeaderActor2D_SetArrowPlacementToPoint2; extern(C) void function(void* jarg1) vtkLeaderActor2D_SetArrowPlacementToBoth; extern(C) void function(void* jarg1, int jarg2) vtkLeaderActor2D_SetArrowStyle; extern(C) int function(void* jarg1) vtkLeaderActor2D_GetArrowStyleMinValue; extern(C) int function(void* jarg1) vtkLeaderActor2D_GetArrowStyleMaxValue; extern(C) int function(void* jarg1) vtkLeaderActor2D_GetArrowStyle; extern(C) void function(void* jarg1) vtkLeaderActor2D_SetArrowStyleToFilled; extern(C) void function(void* jarg1) vtkLeaderActor2D_SetArrowStyleToOpen; extern(C) void function(void* jarg1) vtkLeaderActor2D_SetArrowStyleToHollow; extern(C) void function(void* jarg1, double jarg2) vtkLeaderActor2D_SetArrowLength; extern(C) double function(void* jarg1) vtkLeaderActor2D_GetArrowLengthMinValue; extern(C) double function(void* jarg1) vtkLeaderActor2D_GetArrowLengthMaxValue; extern(C) double function(void* jarg1) vtkLeaderActor2D_GetArrowLength; extern(C) void function(void* jarg1, double jarg2) vtkLeaderActor2D_SetArrowWidth; extern(C) double function(void* jarg1) vtkLeaderActor2D_GetArrowWidthMinValue; extern(C) double function(void* jarg1) vtkLeaderActor2D_GetArrowWidthMaxValue; extern(C) double function(void* jarg1) vtkLeaderActor2D_GetArrowWidth; extern(C) void function(void* jarg1, double jarg2) vtkLeaderActor2D_SetMinimumArrowSize; extern(C) double function(void* jarg1) vtkLeaderActor2D_GetMinimumArrowSizeMinValue; extern(C) double function(void* jarg1) vtkLeaderActor2D_GetMinimumArrowSizeMaxValue; extern(C) double function(void* jarg1) vtkLeaderActor2D_GetMinimumArrowSize; extern(C) void function(void* jarg1, double jarg2) vtkLeaderActor2D_SetMaximumArrowSize; extern(C) double function(void* jarg1) vtkLeaderActor2D_GetMaximumArrowSizeMinValue; extern(C) double function(void* jarg1) vtkLeaderActor2D_GetMaximumArrowSizeMaxValue; extern(C) double function(void* jarg1) vtkLeaderActor2D_GetMaximumArrowSize; extern(C) void function(void* jarg1, int jarg2) vtkLeaderActor2D_SetAutoLabel; extern(C) int function(void* jarg1) vtkLeaderActor2D_GetAutoLabel; extern(C) void function(void* jarg1) vtkLeaderActor2D_AutoLabelOn; extern(C) void function(void* jarg1) vtkLeaderActor2D_AutoLabelOff; extern(C) void function(void* jarg1, const(char)* jarg2) vtkLeaderActor2D_SetLabelFormat; extern(C) const(char)* function(void* jarg1) vtkLeaderActor2D_GetLabelFormat; extern(C) double function(void* jarg1) vtkLeaderActor2D_GetLength; extern(C) double function(void* jarg1) vtkLeaderActor2D_GetAngle; extern(C) void* function(void* objectRef) vtkLeaderActor2D_Upcast; extern(C) void* function() vtkClosedSurfacePointPlacer_New; extern(C) int function(const(char)* jarg1) vtkClosedSurfacePointPlacer_IsTypeOf; extern(C) void* function(void* jarg1) vtkClosedSurfacePointPlacer_SafeDownCast; extern(C) void* function(void* jarg1) vtkClosedSurfacePointPlacer_NewInstance; extern(C) void function(void* jarg1, void* jarg2) vtkClosedSurfacePointPlacer_AddBoundingPlane; extern(C) void function(void* jarg1, void* jarg2) vtkClosedSurfacePointPlacer_RemoveBoundingPlane; extern(C) void function(void* jarg1) vtkClosedSurfacePointPlacer_RemoveAllBoundingPlanes; extern(C) void function(void* jarg1, void* jarg2) vtkClosedSurfacePointPlacer_SetBoundingPlanes__SWIG_0; extern(C) void* function(void* jarg1) vtkClosedSurfacePointPlacer_GetBoundingPlanes; extern(C) void function(void* jarg1, void* jarg2) vtkClosedSurfacePointPlacer_SetBoundingPlanes__SWIG_1; extern(C) int function(void* jarg1, void* jarg2, void* jarg3, void* jarg4, void* jarg5) vtkClosedSurfacePointPlacer_ComputeWorldPosition__SWIG_0; extern(C) int function(void* jarg1, void* jarg2, void* jarg3, void* jarg4, void* jarg5, void* jarg6) vtkClosedSurfacePointPlacer_ComputeWorldPosition__SWIG_1; extern(C) int function(void* jarg1, void* jarg2) vtkClosedSurfacePointPlacer_ValidateWorldPosition__SWIG_0; extern(C) int function(void* jarg1, void* jarg2, void* jarg3) vtkClosedSurfacePointPlacer_ValidateWorldPosition__SWIG_1; extern(C) void function(void* jarg1, double jarg2) vtkClosedSurfacePointPlacer_SetMinimumDistance; extern(C) double function(void* jarg1) vtkClosedSurfacePointPlacer_GetMinimumDistanceMinValue; extern(C) double function(void* jarg1) vtkClosedSurfacePointPlacer_GetMinimumDistanceMaxValue; extern(C) double function(void* jarg1) vtkClosedSurfacePointPlacer_GetMinimumDistance; extern(C) void* function(void* objectRef) vtkClosedSurfacePointPlacer_Upcast; extern(C) void* function() vtkAMRDataSetCache_New; extern(C) int function(const(char)* jarg1) vtkAMRDataSetCache_IsTypeOf; extern(C) void* function(void* jarg1) vtkAMRDataSetCache_SafeDownCast; extern(C) void* function(void* jarg1) vtkAMRDataSetCache_NewInstance; extern(C) void function(void* jarg1, int jarg2, void* jarg3) vtkAMRDataSetCache_InsertAMRBlock; extern(C) void function(void* jarg1, int jarg2, void* jarg3) vtkAMRDataSetCache_InsertAMRBlockPointData; extern(C) void function(void* jarg1, int jarg2, void* jarg3) vtkAMRDataSetCache_InsertAMRBlockCellData; extern(C) void* function(void* jarg1, int jarg2, const(char)* jarg3) vtkAMRDataSetCache_GetAMRBlockCellData; extern(C) void* function(void* jarg1, int jarg2, const(char)* jarg3) vtkAMRDataSetCache_GetAMRBlockPointData; extern(C) void* function(void* jarg1, int jarg2) vtkAMRDataSetCache_GetAMRBlock; extern(C) uint function(void* jarg1, int jarg2, const(char)* jarg3) vtkAMRDataSetCache_HasAMRBlockCellData; extern(C) uint function(void* jarg1, int jarg2, const(char)* jarg3) vtkAMRDataSetCache_HasAMRBlockPointData; extern(C) uint function(void* jarg1, int jarg2) vtkAMRDataSetCache_HasAMRBlock; extern(C) void* function(void* objectRef) vtkAMRDataSetCache_Upcast; extern(C) int function(const(char)* jarg1) vtkHyperOctreeCutter_IsTypeOf; extern(C) void* function(void* jarg1) vtkHyperOctreeCutter_SafeDownCast; extern(C) void* function(void* jarg1) vtkHyperOctreeCutter_NewInstance; extern(C) void* function() vtkHyperOctreeCutter_New; extern(C) void function(void* jarg1, int jarg2, double jarg3) vtkHyperOctreeCutter_SetValue; extern(C) double function(void* jarg1, int jarg2) vtkHyperOctreeCutter_GetValue; extern(C) void* function(void* jarg1) vtkHyperOctreeCutter_GetValues__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkHyperOctreeCutter_GetValues__SWIG_1; extern(C) void function(void* jarg1, int jarg2) vtkHyperOctreeCutter_SetNumberOfContours; extern(C) int function(void* jarg1) vtkHyperOctreeCutter_GetNumberOfContours; extern(C) void function(void* jarg1, int jarg2, void* jarg3) vtkHyperOctreeCutter_GenerateValues__SWIG_0; extern(C) void function(void* jarg1, int jarg2, double jarg3, double jarg4) vtkHyperOctreeCutter_GenerateValues__SWIG_1; extern(C) void function(void* jarg1, void* jarg2) vtkHyperOctreeCutter_SetCutFunction; extern(C) void* function(void* jarg1) vtkHyperOctreeCutter_GetCutFunction; extern(C) void function(void* jarg1, int jarg2) vtkHyperOctreeCutter_SetGenerateCutScalars; extern(C) int function(void* jarg1) vtkHyperOctreeCutter_GetGenerateCutScalars; extern(C) void function(void* jarg1) vtkHyperOctreeCutter_GenerateCutScalarsOn; extern(C) void function(void* jarg1) vtkHyperOctreeCutter_GenerateCutScalarsOff; extern(C) void function(void* jarg1, void* jarg2) vtkHyperOctreeCutter_SetLocator; extern(C) void* function(void* jarg1) vtkHyperOctreeCutter_GetLocator; extern(C) void function(void* jarg1, int jarg2) vtkHyperOctreeCutter_SetSortBy; extern(C) int function(void* jarg1) vtkHyperOctreeCutter_GetSortByMinValue; extern(C) int function(void* jarg1) vtkHyperOctreeCutter_GetSortByMaxValue; extern(C) int function(void* jarg1) vtkHyperOctreeCutter_GetSortBy; extern(C) void function(void* jarg1) vtkHyperOctreeCutter_SetSortByToSortByValue; extern(C) void function(void* jarg1) vtkHyperOctreeCutter_SetSortByToSortByCell; extern(C) const(char)* function(void* jarg1) vtkHyperOctreeCutter_GetSortByAsString; extern(C) void function(void* jarg1) vtkHyperOctreeCutter_CreateDefaultLocator; extern(C) void* function(void* objectRef) vtkHyperOctreeCutter_Upcast; extern(C) int function(const(char)* jarg1) vtkDataSetToDataObjectFilter_IsTypeOf; extern(C) void* function(void* jarg1) vtkDataSetToDataObjectFilter_SafeDownCast; extern(C) void* function(void* jarg1) vtkDataSetToDataObjectFilter_NewInstance; extern(C) void* function() vtkDataSetToDataObjectFilter_New; extern(C) void function(void* jarg1, int jarg2) vtkDataSetToDataObjectFilter_SetGeometry; extern(C) int function(void* jarg1) vtkDataSetToDataObjectFilter_GetGeometry; extern(C) void function(void* jarg1) vtkDataSetToDataObjectFilter_GeometryOn; extern(C) void function(void* jarg1) vtkDataSetToDataObjectFilter_GeometryOff; extern(C) void function(void* jarg1, int jarg2) vtkDataSetToDataObjectFilter_SetTopology; extern(C) int function(void* jarg1) vtkDataSetToDataObjectFilter_GetTopology; extern(C) void function(void* jarg1) vtkDataSetToDataObjectFilter_TopologyOn; extern(C) void function(void* jarg1) vtkDataSetToDataObjectFilter_TopologyOff; extern(C) void function(void* jarg1, int jarg2) vtkDataSetToDataObjectFilter_SetFieldData; extern(C) int function(void* jarg1) vtkDataSetToDataObjectFilter_GetFieldData; extern(C) void function(void* jarg1) vtkDataSetToDataObjectFilter_FieldDataOn; extern(C) void function(void* jarg1) vtkDataSetToDataObjectFilter_FieldDataOff; extern(C) void function(void* jarg1, int jarg2) vtkDataSetToDataObjectFilter_SetPointData; extern(C) int function(void* jarg1) vtkDataSetToDataObjectFilter_GetPointData; extern(C) void function(void* jarg1) vtkDataSetToDataObjectFilter_PointDataOn; extern(C) void function(void* jarg1) vtkDataSetToDataObjectFilter_PointDataOff; extern(C) void function(void* jarg1, int jarg2) vtkDataSetToDataObjectFilter_SetCellData; extern(C) int function(void* jarg1) vtkDataSetToDataObjectFilter_GetCellData; extern(C) void function(void* jarg1) vtkDataSetToDataObjectFilter_CellDataOn; extern(C) void function(void* jarg1) vtkDataSetToDataObjectFilter_CellDataOff; extern(C) void* function(void* objectRef) vtkDataSetToDataObjectFilter_Upcast; extern(C) void* function() vtkProgrammableElectronicData_New; extern(C) int function(const(char)* jarg1) vtkProgrammableElectronicData_IsTypeOf; extern(C) void* function(void* jarg1) vtkProgrammableElectronicData_SafeDownCast; extern(C) void* function(void* jarg1) vtkProgrammableElectronicData_NewInstance; extern(C) void function(void* jarg1, long jarg2) vtkProgrammableElectronicData_SetNumberOfMOs; extern(C) void function(void* jarg1, long jarg2) vtkProgrammableElectronicData_SetNumberOfElectrons; extern(C) void function(void* jarg1, long jarg2, void* jarg3) vtkProgrammableElectronicData_SetMO; extern(C) void function(void* jarg1, void* jarg2) vtkProgrammableElectronicData_SetElectronDensity; extern(C) void function(void* jarg1, double jarg2) vtkProgrammableElectronicData_SetPadding; extern(C) void* function(void* objectRef) vtkProgrammableElectronicData_Upcast; extern(C) void* function() vtkSignedCharArray_New; extern(C) int function(const(char)* jarg1) vtkSignedCharArray_IsTypeOf; extern(C) int function(void* jarg1, const(char)* jarg2) vtkSignedCharArray_IsA; extern(C) void* function(void* jarg1) vtkSignedCharArray_SafeDownCast; extern(C) void* function(void* jarg1) vtkSignedCharArray_NewInstance; extern(C) void function(void* jarg1, void* jarg2, void* jarg3) vtkSignedCharArray_PrintSelf; extern(C) int function(void* jarg1) vtkSignedCharArray_GetDataType; extern(C) void function(void* jarg1, long jarg2, void* jarg3) vtkSignedCharArray_GetTupleValue; extern(C) void function(void* jarg1, long jarg2, void* jarg3) vtkSignedCharArray_SetTupleValue; extern(C) void function(void* jarg1, long jarg2, void* jarg3) vtkSignedCharArray_InsertTupleValue; extern(C) long function(void* jarg1, void* jarg2) vtkSignedCharArray_InsertNextTupleValue; extern(C) byte function(void* jarg1, long jarg2) vtkSignedCharArray_GetValue; extern(C) void function(void* jarg1, long jarg2, byte jarg3) vtkSignedCharArray_SetValue; extern(C) void function(void* jarg1, long jarg2) vtkSignedCharArray_SetNumberOfValues; extern(C) void function(void* jarg1, long jarg2, byte jarg3) vtkSignedCharArray_InsertValue; extern(C) long function(void* jarg1, byte jarg2) vtkSignedCharArray_InsertNextValue; extern(C) void* function(void* jarg1, int jarg2) vtkSignedCharArray_GetValueRange__SWIG_0; extern(C) void* function(void* jarg1) vtkSignedCharArray_GetValueRange__SWIG_1; extern(C) byte function() vtkSignedCharArray_GetDataTypeValueMin; extern(C) byte function() vtkSignedCharArray_GetDataTypeValueMax; extern(C) void* function(void* jarg1, long jarg2, long jarg3) vtkSignedCharArray_WritePointer; extern(C) void* function(void* jarg1, long jarg2) vtkSignedCharArray_GetPointer; extern(C) void function(void* jarg1, void* jarg2, long jarg3, int jarg4) vtkSignedCharArray_SetArray__SWIG_0; extern(C) void function(void* jarg1, void* jarg2, long jarg3, int jarg4, int jarg5) vtkSignedCharArray_SetArray__SWIG_1; extern(C) void* function() vtkTreeHeatmapItem_New; extern(C) int function(const(char)* jarg1) vtkTreeHeatmapItem_IsTypeOf; extern(C) void* function(void* jarg1) vtkTreeHeatmapItem_SafeDownCast; extern(C) void* function(void* jarg1) vtkTreeHeatmapItem_NewInstance; extern(C) void function(void* jarg1, void* jarg2) vtkTreeHeatmapItem_SetTree; extern(C) void* function(void* jarg1) vtkTreeHeatmapItem_GetTree; extern(C) void function(void* jarg1, void* jarg2) vtkTreeHeatmapItem_SetTable; extern(C) void* function(void* jarg1) vtkTreeHeatmapItem_GetTable; extern(C) void function(void* jarg1, uint jarg2) vtkTreeHeatmapItem_CollapseToNumberOfLeafNodes; extern(C) void* function(void* jarg1) vtkTreeHeatmapItem_GetPrunedTree; extern(C) void function(void* jarg1, const(char)* jarg2) vtkTreeHeatmapItem_SetTreeColorArray; extern(C) void* function(void* objectRef) vtkTreeHeatmapItem_Upcast; extern(C) int function(const(char)* jarg1) vtkModifiedBSPTree_IsTypeOf; extern(C) void* function(void* jarg1) vtkModifiedBSPTree_SafeDownCast; extern(C) void* function(void* jarg1) vtkModifiedBSPTree_NewInstance; extern(C) void* function() vtkModifiedBSPTree_New; extern(C) void* function(void* objectRef) vtkModifiedBSPTree_Upcast; extern(C) int function(const(char)* jarg1) vtkCellCenterDepthSort_IsTypeOf; extern(C) void* function(void* jarg1) vtkCellCenterDepthSort_SafeDownCast; extern(C) void* function(void* jarg1) vtkCellCenterDepthSort_NewInstance; extern(C) void* function() vtkCellCenterDepthSort_New; extern(C) void* function(void* objectRef) vtkCellCenterDepthSort_Upcast; extern(C) void* function() vtkPickingManager_New; extern(C) int function(const(char)* jarg1) vtkPickingManager_IsTypeOf; extern(C) void* function(void* jarg1) vtkPickingManager_SafeDownCast; extern(C) void* function(void* jarg1) vtkPickingManager_NewInstance; extern(C) void function(void* jarg1) vtkPickingManager_EnabledOn; extern(C) void function(void* jarg1) vtkPickingManager_EnabledOff; extern(C) void function(void* jarg1, uint jarg2) vtkPickingManager_SetEnabled; extern(C) uint function(void* jarg1) vtkPickingManager_GetEnabled; extern(C) void function(void* jarg1, uint jarg2) vtkPickingManager_SetOptimizeOnInteractorEvents; extern(C) uint function(void* jarg1) vtkPickingManager_GetOptimizeOnInteractorEvents; extern(C) void function(void* jarg1, void* jarg2) vtkPickingManager_SetInteractor; extern(C) void* function(void* jarg1) vtkPickingManager_GetInteractor; extern(C) void function(void* jarg1, void* jarg2, void* jarg3) vtkPickingManager_AddPicker__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkPickingManager_AddPicker__SWIG_1; extern(C) void function(void* jarg1, void* jarg2, void* jarg3) vtkPickingManager_RemovePicker__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkPickingManager_RemovePicker__SWIG_1; extern(C) void function(void* jarg1, void* jarg2) vtkPickingManager_RemoveObject; extern(C) uint function(void* jarg1, void* jarg2, void* jarg3) vtkPickingManager_Pick__SWIG_0; extern(C) uint function(void* jarg1, void* jarg2) vtkPickingManager_Pick__SWIG_1; extern(C) uint function(void* jarg1, void* jarg2) vtkPickingManager_Pick__SWIG_2; extern(C) void* function(void* jarg1, double jarg2, double jarg3, double jarg4, void* jarg5, void* jarg6, void* jarg7) vtkPickingManager_GetAssemblyPath; extern(C) int function(void* jarg1) vtkPickingManager_GetNumberOfPickers; extern(C) int function(void* jarg1, void* jarg2) vtkPickingManager_GetNumberOfObjectsLinked; extern(C) void* function(void* objectRef) vtkPickingManager_Upcast; extern(C) int function(const(char)* jarg1) vtkTextureMapToCylinder_IsTypeOf; extern(C) void* function(void* jarg1) vtkTextureMapToCylinder_SafeDownCast; extern(C) void* function(void* jarg1) vtkTextureMapToCylinder_NewInstance; extern(C) void* function() vtkTextureMapToCylinder_New; extern(C) void function(void* jarg1, double jarg2, double jarg3, double jarg4) vtkTextureMapToCylinder_SetPoint1__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkTextureMapToCylinder_SetPoint1__SWIG_1; extern(C) void* function(void* jarg1) vtkTextureMapToCylinder_GetPoint1__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkTextureMapToCylinder_GetPoint1__SWIG_1; extern(C) void function(void* jarg1, double jarg2, double jarg3, double jarg4) vtkTextureMapToCylinder_SetPoint2__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkTextureMapToCylinder_SetPoint2__SWIG_1; extern(C) void* function(void* jarg1) vtkTextureMapToCylinder_GetPoint2__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkTextureMapToCylinder_GetPoint2__SWIG_1; extern(C) void function(void* jarg1, int jarg2) vtkTextureMapToCylinder_SetAutomaticCylinderGeneration; extern(C) int function(void* jarg1) vtkTextureMapToCylinder_GetAutomaticCylinderGeneration; extern(C) void function(void* jarg1) vtkTextureMapToCylinder_AutomaticCylinderGenerationOn; extern(C) void function(void* jarg1) vtkTextureMapToCylinder_AutomaticCylinderGenerationOff; extern(C) void function(void* jarg1, int jarg2) vtkTextureMapToCylinder_SetPreventSeam; extern(C) int function(void* jarg1) vtkTextureMapToCylinder_GetPreventSeam; extern(C) void function(void* jarg1) vtkTextureMapToCylinder_PreventSeamOn; extern(C) void function(void* jarg1) vtkTextureMapToCylinder_PreventSeamOff; extern(C) void* function(void* objectRef) vtkTextureMapToCylinder_Upcast; extern(C) void* function() vtkImageHSVToRGB_New; extern(C) int function(const(char)* jarg1) vtkImageHSVToRGB_IsTypeOf; extern(C) void* function(void* jarg1) vtkImageHSVToRGB_SafeDownCast; extern(C) void* function(void* jarg1) vtkImageHSVToRGB_NewInstance; extern(C) void function(void* jarg1, double jarg2) vtkImageHSVToRGB_SetMaximum; extern(C) double function(void* jarg1) vtkImageHSVToRGB_GetMaximum; extern(C) void* function(void* objectRef) vtkImageHSVToRGB_Upcast; extern(C) void* function() vtkOpenGLTexture_New; extern(C) int function(const(char)* jarg1) vtkOpenGLTexture_IsTypeOf; extern(C) void* function(void* jarg1) vtkOpenGLTexture_SafeDownCast; extern(C) void* function(void* jarg1) vtkOpenGLTexture_NewInstance; extern(C) core.stdc.config.c_long function(void* jarg1) vtkOpenGLTexture_GetIndex; extern(C) void* function() new_vtkOpenGLTexture; extern(C) void function(void* jarg1) delete_vtkOpenGLTexture; extern(C) void* function(void* objectRef) vtkOpenGLTexture_Upcast; extern(C) void* function() vtkShader2Collection_New; extern(C) int function(const(char)* jarg1) vtkShader2Collection_IsTypeOf; extern(C) void* function(void* jarg1) vtkShader2Collection_SafeDownCast; extern(C) void* function(void* jarg1) vtkShader2Collection_NewInstance; extern(C) void function(void* jarg1, void* jarg2) vtkShader2Collection_AddItem; extern(C) void* function(void* jarg1) vtkShader2Collection_GetNextShader; extern(C) void* function(void* jarg1) vtkShader2Collection_GetLastShader; extern(C) void function(void* jarg1, void* jarg2) vtkShader2Collection_AddCollection; extern(C) void function(void* jarg1, void* jarg2) vtkShader2Collection_RemoveCollection; extern(C) uint function(void* jarg1) vtkShader2Collection_HasVertexShaders; extern(C) uint function(void* jarg1) vtkShader2Collection_HasTessellationControlShaders; extern(C) uint function(void* jarg1) vtkShader2Collection_HasTessellationEvaluationShaders; extern(C) uint function(void* jarg1) vtkShader2Collection_HasGeometryShaders; extern(C) uint function(void* jarg1) vtkShader2Collection_HasFragmentShaders; extern(C) void function(void* jarg1) vtkShader2Collection_ReleaseGraphicsResources; extern(C) void* function(void* objectRef) vtkShader2Collection_Upcast; extern(C) int function() VTK_DIRECTION_BACK_TO_FRONT_get; extern(C) int function() VTK_DIRECTION_FRONT_TO_BACK_get; extern(C) int function() VTK_SORT_FIRST_POINT_get; extern(C) int function() VTK_SORT_BOUNDS_CENTER_get; extern(C) int function() VTK_SORT_PARAMETRIC_CENTER_get; extern(C) void* function() vtkDepthSortPolyData_New; extern(C) int function(const(char)* jarg1) vtkDepthSortPolyData_IsTypeOf; extern(C) void* function(void* jarg1) vtkDepthSortPolyData_SafeDownCast; extern(C) void* function(void* jarg1) vtkDepthSortPolyData_NewInstance; extern(C) void function(void* jarg1, int jarg2) vtkDepthSortPolyData_SetDirection; extern(C) int function(void* jarg1) vtkDepthSortPolyData_GetDirection; extern(C) void function(void* jarg1) vtkDepthSortPolyData_SetDirectionToFrontToBack; extern(C) void function(void* jarg1) vtkDepthSortPolyData_SetDirectionToBackToFront; extern(C) void function(void* jarg1) vtkDepthSortPolyData_SetDirectionToSpecifiedVector; extern(C) void function(void* jarg1, int jarg2) vtkDepthSortPolyData_SetDepthSortMode; extern(C) int function(void* jarg1) vtkDepthSortPolyData_GetDepthSortMode; extern(C) void function(void* jarg1) vtkDepthSortPolyData_SetDepthSortModeToFirstPoint; extern(C) void function(void* jarg1) vtkDepthSortPolyData_SetDepthSortModeToBoundsCenter; extern(C) void function(void* jarg1) vtkDepthSortPolyData_SetDepthSortModeToParametricCenter; extern(C) void function(void* jarg1, void* jarg2) vtkDepthSortPolyData_SetCamera; extern(C) void* function(void* jarg1) vtkDepthSortPolyData_GetCamera; extern(C) void function(void* jarg1, void* jarg2) vtkDepthSortPolyData_SetProp3D; extern(C) void* function(void* jarg1) vtkDepthSortPolyData_GetProp3D; extern(C) void function(void* jarg1, double jarg2, double jarg3, double jarg4) vtkDepthSortPolyData_SetVector__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkDepthSortPolyData_SetVector__SWIG_1; extern(C) void* function(void* jarg1) vtkDepthSortPolyData_GetVector__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkDepthSortPolyData_GetVector__SWIG_1; extern(C) void function(void* jarg1, double jarg2, double jarg3, double jarg4) vtkDepthSortPolyData_SetOrigin__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkDepthSortPolyData_SetOrigin__SWIG_1; extern(C) void* function(void* jarg1) vtkDepthSortPolyData_GetOrigin__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkDepthSortPolyData_GetOrigin__SWIG_1; extern(C) void function(void* jarg1, int jarg2) vtkDepthSortPolyData_SetSortScalars; extern(C) int function(void* jarg1) vtkDepthSortPolyData_GetSortScalars; extern(C) void function(void* jarg1) vtkDepthSortPolyData_SortScalarsOn; extern(C) void function(void* jarg1) vtkDepthSortPolyData_SortScalarsOff; extern(C) void* function(void* objectRef) vtkDepthSortPolyData_Upcast; extern(C) void* function() vtkAMRFlashReader_New; extern(C) int function(const(char)* jarg1) vtkAMRFlashReader_IsTypeOf; extern(C) void* function(void* jarg1) vtkAMRFlashReader_SafeDownCast; extern(C) void* function(void* jarg1) vtkAMRFlashReader_NewInstance; extern(C) void* function(void* objectRef) vtkAMRFlashReader_Upcast; extern(C) int function(const(char)* jarg1) vtkEdgePoints_IsTypeOf; extern(C) void* function(void* jarg1) vtkEdgePoints_SafeDownCast; extern(C) void* function(void* jarg1) vtkEdgePoints_NewInstance; extern(C) void* function() vtkEdgePoints_New; extern(C) void function(void* jarg1, double jarg2) vtkEdgePoints_SetValue; extern(C) double function(void* jarg1) vtkEdgePoints_GetValue; extern(C) void* function(void* objectRef) vtkEdgePoints_Upcast; extern(C) void* function() vtkGenericDataSetTessellator_New; extern(C) int function(const(char)* jarg1) vtkGenericDataSetTessellator_IsTypeOf; extern(C) void* function(void* jarg1) vtkGenericDataSetTessellator_SafeDownCast; extern(C) void* function(void* jarg1) vtkGenericDataSetTessellator_NewInstance; extern(C) void function(void* jarg1, int jarg2) vtkGenericDataSetTessellator_SetKeepCellIds; extern(C) int function(void* jarg1) vtkGenericDataSetTessellator_GetKeepCellIds; extern(C) void function(void* jarg1) vtkGenericDataSetTessellator_KeepCellIdsOn; extern(C) void function(void* jarg1) vtkGenericDataSetTessellator_KeepCellIdsOff; extern(C) void function(void* jarg1, int jarg2) vtkGenericDataSetTessellator_SetMerging; extern(C) int function(void* jarg1) vtkGenericDataSetTessellator_GetMerging; extern(C) void function(void* jarg1) vtkGenericDataSetTessellator_MergingOn; extern(C) void function(void* jarg1) vtkGenericDataSetTessellator_MergingOff; extern(C) void function(void* jarg1, void* jarg2) vtkGenericDataSetTessellator_SetLocator; extern(C) void* function(void* jarg1) vtkGenericDataSetTessellator_GetLocator; extern(C) void function(void* jarg1) vtkGenericDataSetTessellator_CreateDefaultLocator; extern(C) void* function(void* objectRef) vtkGenericDataSetTessellator_Upcast; extern(C) int function(const(char)* jarg1) vtkQuadric_IsTypeOf; extern(C) void* function(void* jarg1) vtkQuadric_SafeDownCast; extern(C) void* function(void* jarg1) vtkQuadric_NewInstance; extern(C) void* function() vtkQuadric_New; extern(C) double function(void* jarg1, void* jarg2) vtkQuadric_EvaluateFunction__SWIG_0; extern(C) double function(void* jarg1, double jarg2, double jarg3, double jarg4) vtkQuadric_EvaluateFunction__SWIG_1; extern(C) void function(void* jarg1, void* jarg2) vtkQuadric_SetCoefficients__SWIG_0; extern(C) void function(void* jarg1, double jarg2, double jarg3, double jarg4, double jarg5, double jarg6, double jarg7, double jarg8, double jarg9, double jarg10, double jarg11) vtkQuadric_SetCoefficients__SWIG_1; extern(C) void* function(void* jarg1) vtkQuadric_GetCoefficients__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkQuadric_GetCoefficients__SWIG_1; extern(C) void* function(void* objectRef) vtkQuadric_Upcast; extern(C) void* function() vtkDataSetReader_New; extern(C) int function(const(char)* jarg1) vtkDataSetReader_IsTypeOf; extern(C) void* function(void* jarg1) vtkDataSetReader_SafeDownCast; extern(C) void* function(void* jarg1) vtkDataSetReader_NewInstance; extern(C) void* function(void* jarg1) vtkDataSetReader_GetOutput__SWIG_0; extern(C) void* function(void* jarg1, int jarg2) vtkDataSetReader_GetOutput__SWIG_1; extern(C) void* function(void* jarg1) vtkDataSetReader_GetPolyDataOutput; extern(C) void* function(void* jarg1) vtkDataSetReader_GetStructuredPointsOutput; extern(C) void* function(void* jarg1) vtkDataSetReader_GetStructuredGridOutput; extern(C) void* function(void* jarg1) vtkDataSetReader_GetUnstructuredGridOutput; extern(C) void* function(void* jarg1) vtkDataSetReader_GetRectilinearGridOutput; extern(C) int function(void* jarg1) vtkDataSetReader_ReadOutputType; extern(C) void* function(void* objectRef) vtkDataSetReader_Upcast; extern(C) int function(const(char)* jarg1) vtkPLinearExtrusionFilter_IsTypeOf; extern(C) void* function(void* jarg1) vtkPLinearExtrusionFilter_SafeDownCast; extern(C) void* function(void* jarg1) vtkPLinearExtrusionFilter_NewInstance; extern(C) void* function() vtkPLinearExtrusionFilter_New; extern(C) void function(void* jarg1, int jarg2) vtkPLinearExtrusionFilter_SetPieceInvariant; extern(C) int function(void* jarg1) vtkPLinearExtrusionFilter_GetPieceInvariant; extern(C) void function(void* jarg1) vtkPLinearExtrusionFilter_PieceInvariantOn; extern(C) void function(void* jarg1) vtkPLinearExtrusionFilter_PieceInvariantOff; extern(C) void* function(void* objectRef) vtkPLinearExtrusionFilter_Upcast; extern(C) int function() VTK_LITTLE_ENDIAN_get; extern(C) int function() VTK_BIG_ENDIAN_get; extern(C) int function() VTK_COLOR_MODE_UNIFORM_CELL_COLOR_get; extern(C) int function() VTK_COLOR_MODE_UNIFORM_POINT_COLOR_get; extern(C) int function() VTK_COLOR_MODE_UNIFORM_COLOR_get; extern(C) int function() VTK_COLOR_MODE_OFF_get; extern(C) void* function() vtkPLYWriter_New; extern(C) int function(const(char)* jarg1) vtkPLYWriter_IsTypeOf; extern(C) void* function(void* jarg1) vtkPLYWriter_SafeDownCast; extern(C) void* function(void* jarg1) vtkPLYWriter_NewInstance; extern(C) void function(void* jarg1, int jarg2) vtkPLYWriter_SetDataByteOrder; extern(C) int function(void* jarg1) vtkPLYWriter_GetDataByteOrderMinValue; extern(C) int function(void* jarg1) vtkPLYWriter_GetDataByteOrderMaxValue; extern(C) int function(void* jarg1) vtkPLYWriter_GetDataByteOrder; extern(C) void function(void* jarg1) vtkPLYWriter_SetDataByteOrderToBigEndian; extern(C) void function(void* jarg1) vtkPLYWriter_SetDataByteOrderToLittleEndian; extern(C) void function(void* jarg1, int jarg2) vtkPLYWriter_SetColorMode; extern(C) int function(void* jarg1) vtkPLYWriter_GetColorMode; extern(C) void function(void* jarg1) vtkPLYWriter_SetColorModeToDefault; extern(C) void function(void* jarg1) vtkPLYWriter_SetColorModeToUniformCellColor; extern(C) void function(void* jarg1) vtkPLYWriter_SetColorModeToUniformPointColor; extern(C) void function(void* jarg1) vtkPLYWriter_SetColorModeToUniformColor; extern(C) void function(void* jarg1) vtkPLYWriter_SetColorModeToOff; extern(C) void function(void* jarg1, const(char)* jarg2) vtkPLYWriter_SetArrayName; extern(C) const(char)* function(void* jarg1) vtkPLYWriter_GetArrayName; extern(C) void function(void* jarg1, int jarg2) vtkPLYWriter_SetComponent; extern(C) int function(void* jarg1) vtkPLYWriter_GetComponentMinValue; extern(C) int function(void* jarg1) vtkPLYWriter_GetComponentMaxValue; extern(C) int function(void* jarg1) vtkPLYWriter_GetComponent; extern(C) void function(void* jarg1, void* jarg2) vtkPLYWriter_SetLookupTable; extern(C) void* function(void* jarg1) vtkPLYWriter_GetLookupTable; extern(C) void function(void* jarg1, ubyte jarg2, ubyte jarg3, ubyte jarg4) vtkPLYWriter_SetColor__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkPLYWriter_SetColor__SWIG_1; extern(C) void* function(void* jarg1) vtkPLYWriter_GetColor__SWIG_0; extern(C) void function(void* jarg1, void* jarg2, void* jarg3, void* jarg4) vtkPLYWriter_GetColor__SWIG_1; extern(C) void function(void* jarg1, void* jarg2) vtkPLYWriter_GetColor__SWIG_2; extern(C) void* function(void* jarg1) vtkPLYWriter_GetInput__SWIG_0; extern(C) void* function(void* jarg1, int jarg2) vtkPLYWriter_GetInput__SWIG_1; extern(C) void function(void* jarg1, const(char)* jarg2) vtkPLYWriter_SetFileName; extern(C) const(char)* function(void* jarg1) vtkPLYWriter_GetFileName; extern(C) void function(void* jarg1, int jarg2) vtkPLYWriter_SetFileType; extern(C) int function(void* jarg1) vtkPLYWriter_GetFileTypeMinValue; extern(C) int function(void* jarg1) vtkPLYWriter_GetFileTypeMaxValue; extern(C) int function(void* jarg1) vtkPLYWriter_GetFileType; extern(C) void function(void* jarg1) vtkPLYWriter_SetFileTypeToASCII; extern(C) void function(void* jarg1) vtkPLYWriter_SetFileTypeToBinary; extern(C) void* function(void* objectRef) vtkPLYWriter_Upcast; extern(C) void* function() vtkAssignCoordinatesLayoutStrategy_New; extern(C) int function(const(char)* jarg1) vtkAssignCoordinatesLayoutStrategy_IsTypeOf; extern(C) void* function(void* jarg1) vtkAssignCoordinatesLayoutStrategy_SafeDownCast; extern(C) void* function(void* jarg1) vtkAssignCoordinatesLayoutStrategy_NewInstance; extern(C) void function(void* jarg1, const(char)* jarg2) vtkAssignCoordinatesLayoutStrategy_SetXCoordArrayName; extern(C) const(char)* function(void* jarg1) vtkAssignCoordinatesLayoutStrategy_GetXCoordArrayName; extern(C) void function(void* jarg1, const(char)* jarg2) vtkAssignCoordinatesLayoutStrategy_SetYCoordArrayName; extern(C) const(char)* function(void* jarg1) vtkAssignCoordinatesLayoutStrategy_GetYCoordArrayName; extern(C) void function(void* jarg1, const(char)* jarg2) vtkAssignCoordinatesLayoutStrategy_SetZCoordArrayName; extern(C) const(char)* function(void* jarg1) vtkAssignCoordinatesLayoutStrategy_GetZCoordArrayName; extern(C) void* function(void* objectRef) vtkAssignCoordinatesLayoutStrategy_Upcast; extern(C) int function(const(char)* jarg1) vtkCellCenters_IsTypeOf; extern(C) void* function(void* jarg1) vtkCellCenters_SafeDownCast; extern(C) void* function(void* jarg1) vtkCellCenters_NewInstance; extern(C) void* function() vtkCellCenters_New; extern(C) void function(void* jarg1, int jarg2) vtkCellCenters_SetVertexCells; extern(C) int function(void* jarg1) vtkCellCenters_GetVertexCells; extern(C) void function(void* jarg1) vtkCellCenters_VertexCellsOn; extern(C) void function(void* jarg1) vtkCellCenters_VertexCellsOff; extern(C) void* function(void* objectRef) vtkCellCenters_Upcast; extern(C) int function(const(char)* jarg1) vtkGenericClip_IsTypeOf; extern(C) void* function(void* jarg1) vtkGenericClip_SafeDownCast; extern(C) void* function(void* jarg1) vtkGenericClip_NewInstance; extern(C) void* function() vtkGenericClip_New; extern(C) void function(void* jarg1, double jarg2) vtkGenericClip_SetValue; extern(C) double function(void* jarg1) vtkGenericClip_GetValue; extern(C) void function(void* jarg1, int jarg2) vtkGenericClip_SetInsideOut; extern(C) int function(void* jarg1) vtkGenericClip_GetInsideOut; extern(C) void function(void* jarg1) vtkGenericClip_InsideOutOn; extern(C) void function(void* jarg1) vtkGenericClip_InsideOutOff; extern(C) void function(void* jarg1, void* jarg2) vtkGenericClip_SetClipFunction; extern(C) void* function(void* jarg1) vtkGenericClip_GetClipFunction; extern(C) void function(void* jarg1, int jarg2) vtkGenericClip_SetGenerateClipScalars; extern(C) int function(void* jarg1) vtkGenericClip_GetGenerateClipScalars; extern(C) void function(void* jarg1) vtkGenericClip_GenerateClipScalarsOn; extern(C) void function(void* jarg1) vtkGenericClip_GenerateClipScalarsOff; extern(C) void function(void* jarg1, int jarg2) vtkGenericClip_SetGenerateClippedOutput; extern(C) int function(void* jarg1) vtkGenericClip_GetGenerateClippedOutput; extern(C) void function(void* jarg1) vtkGenericClip_GenerateClippedOutputOn; extern(C) void function(void* jarg1) vtkGenericClip_GenerateClippedOutputOff; extern(C) void function(void* jarg1, double jarg2) vtkGenericClip_SetMergeTolerance; extern(C) double function(void* jarg1) vtkGenericClip_GetMergeToleranceMinValue; extern(C) double function(void* jarg1) vtkGenericClip_GetMergeToleranceMaxValue; extern(C) double function(void* jarg1) vtkGenericClip_GetMergeTolerance; extern(C) void* function(void* jarg1) vtkGenericClip_GetClippedOutput; extern(C) int function(void* jarg1) vtkGenericClip_GetNumberOfOutputs; extern(C) void function(void* jarg1, void* jarg2) vtkGenericClip_SetLocator; extern(C) void* function(void* jarg1) vtkGenericClip_GetLocator; extern(C) void function(void* jarg1) vtkGenericClip_CreateDefaultLocator; extern(C) const(char)* function(void* jarg1) vtkGenericClip_GetInputScalarsSelection; extern(C) void function(void* jarg1, const(char)* jarg2) vtkGenericClip_SelectInputScalars; extern(C) void* function(void* objectRef) vtkGenericClip_Upcast; extern(C) void* function() vtkBoxLayoutStrategy_New; extern(C) int function(const(char)* jarg1) vtkBoxLayoutStrategy_IsTypeOf; extern(C) void* function(void* jarg1) vtkBoxLayoutStrategy_SafeDownCast; extern(C) void* function(void* jarg1) vtkBoxLayoutStrategy_NewInstance; extern(C) void* function(void* objectRef) vtkBoxLayoutStrategy_Upcast; extern(C) int function(const(char)* jarg1) vtkOverrideInformationCollection_IsTypeOf; extern(C) void* function(void* jarg1) vtkOverrideInformationCollection_SafeDownCast; extern(C) void* function(void* jarg1) vtkOverrideInformationCollection_NewInstance; extern(C) void* function() vtkOverrideInformationCollection_New; extern(C) void function(void* jarg1, void* jarg2) vtkOverrideInformationCollection_AddItem; extern(C) void* function(void* jarg1) vtkOverrideInformationCollection_GetNextItem; extern(C) void* function(void* objectRef) vtkOverrideInformationCollection_Upcast; extern(C) void* function() vtkOpenGLGPUVolumeRayCastMapper_New; extern(C) int function(const(char)* jarg1) vtkOpenGLGPUVolumeRayCastMapper_IsTypeOf; extern(C) void* function(void* jarg1) vtkOpenGLGPUVolumeRayCastMapper_SafeDownCast; extern(C) void* function(void* jarg1) vtkOpenGLGPUVolumeRayCastMapper_NewInstance; extern(C) const(char)* function(uint jarg1) vtkOpenGLGPUVolumeRayCastMapper_OpenGLErrorMessage; extern(C) void function(const(char)* jarg1) vtkOpenGLGPUVolumeRayCastMapper_PrintError; extern(C) void* function(void* objectRef) vtkOpenGLGPUVolumeRayCastMapper_Upcast; extern(C) void* function() vtkTriangleFilter_New; extern(C) int function(const(char)* jarg1) vtkTriangleFilter_IsTypeOf; extern(C) void* function(void* jarg1) vtkTriangleFilter_SafeDownCast; extern(C) void* function(void* jarg1) vtkTriangleFilter_NewInstance; extern(C) void function(void* jarg1) vtkTriangleFilter_PassVertsOn; extern(C) void function(void* jarg1) vtkTriangleFilter_PassVertsOff; extern(C) void function(void* jarg1, int jarg2) vtkTriangleFilter_SetPassVerts; extern(C) int function(void* jarg1) vtkTriangleFilter_GetPassVerts; extern(C) void function(void* jarg1) vtkTriangleFilter_PassLinesOn; extern(C) void function(void* jarg1) vtkTriangleFilter_PassLinesOff; extern(C) void function(void* jarg1, int jarg2) vtkTriangleFilter_SetPassLines; extern(C) int function(void* jarg1) vtkTriangleFilter_GetPassLines; extern(C) void* function(void* objectRef) vtkTriangleFilter_Upcast; extern(C) int function() VTK_FLY_FURTHEST_TRIAD_get; extern(C) int function() VTK_FLY_STATIC_TRIAD_get; extern(C) int function() VTK_FLY_STATIC_EDGES_get; extern(C) int function() VTK_GRID_LINES_ALL_get; extern(C) int function() VTK_GRID_LINES_CLOSEST_get; extern(C) int function() VTK_GRID_LINES_FURTHEST_get; extern(C) int function() NUMBER_OF_ALIGNED_AXIS_get; extern(C) int function(const(char)* jarg1) vtkCubeAxesActor_IsTypeOf; extern(C) void* function(void* jarg1) vtkCubeAxesActor_SafeDownCast; extern(C) void* function(void* jarg1) vtkCubeAxesActor_NewInstance; extern(C) void* function() vtkCubeAxesActor_New; extern(C) int function(void* jarg1, void* jarg2) vtkCubeAxesActor_RenderTranslucentGeometry; extern(C) int function(void* jarg1, void* jarg2) vtkCubeAxesActor_RenderOverlay; extern(C) void function(void* jarg1, uint jarg2) vtkCubeAxesActor_SetRebuildAxes; extern(C) uint function(void* jarg1) vtkCubeAxesActor_GetRebuildAxes; extern(C) void function(void* jarg1, double jarg2, double jarg3, double jarg4, double jarg5, double jarg6, double jarg7) vtkCubeAxesActor_SetBounds__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkCubeAxesActor_SetBounds__SWIG_1; extern(C) void* function(void* jarg1) vtkCubeAxesActor_GetBounds__SWIG_0; extern(C) void function(void* jarg1, void* jarg2, void* jarg3, void* jarg4, void* jarg5, void* jarg6, void* jarg7) vtkCubeAxesActor_GetBounds__SWIG_1; extern(C) void function(void* jarg1, void* jarg2) vtkCubeAxesActor_GetBounds__SWIG_2; extern(C) void function(void* jarg1, void* jarg2) vtkCubeAxesActor_GetRenderedBounds__SWIG_0; extern(C) void* function(void* jarg1) vtkCubeAxesActor_GetRenderedBounds__SWIG_1; extern(C) void function(void* jarg1, double jarg2, double jarg3) vtkCubeAxesActor_SetXAxisRange__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkCubeAxesActor_SetXAxisRange__SWIG_1; extern(C) void function(void* jarg1, double jarg2, double jarg3) vtkCubeAxesActor_SetYAxisRange__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkCubeAxesActor_SetYAxisRange__SWIG_1; extern(C) void function(void* jarg1, double jarg2, double jarg3) vtkCubeAxesActor_SetZAxisRange__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkCubeAxesActor_SetZAxisRange__SWIG_1; extern(C) void* function(void* jarg1) vtkCubeAxesActor_GetXAxisRange__SWIG_0; extern(C) void function(void* jarg1, void* jarg2, void* jarg3) vtkCubeAxesActor_GetXAxisRange__SWIG_1; extern(C) void function(void* jarg1, void* jarg2) vtkCubeAxesActor_GetXAxisRange__SWIG_2; extern(C) void* function(void* jarg1) vtkCubeAxesActor_GetYAxisRange__SWIG_0; extern(C) void function(void* jarg1, void* jarg2, void* jarg3) vtkCubeAxesActor_GetYAxisRange__SWIG_1; extern(C) void function(void* jarg1, void* jarg2) vtkCubeAxesActor_GetYAxisRange__SWIG_2; extern(C) void* function(void* jarg1, int jarg2) vtkCubeAxesActor_GetAxisLabels; extern(C) void function(void* jarg1, int jarg2, void* jarg3) vtkCubeAxesActor_SetAxisLabels; extern(C) void* function(void* jarg1) vtkCubeAxesActor_GetZAxisRange__SWIG_0; extern(C) void function(void* jarg1, void* jarg2, void* jarg3) vtkCubeAxesActor_GetZAxisRange__SWIG_1; extern(C) void function(void* jarg1, void* jarg2) vtkCubeAxesActor_GetZAxisRange__SWIG_2; extern(C) void function(void* jarg1, double jarg2) vtkCubeAxesActor_SetScreenSize; extern(C) double function(void* jarg1) vtkCubeAxesActor_GetScreenSize; extern(C) void function(void* jarg1, double jarg2) vtkCubeAxesActor_SetLabelOffset; extern(C) double function(void* jarg1) vtkCubeAxesActor_GetLabelOffset; extern(C) void function(void* jarg1, double jarg2) vtkCubeAxesActor_SetTitleOffset; extern(C) double function(void* jarg1) vtkCubeAxesActor_GetTitleOffset; extern(C) void function(void* jarg1, void* jarg2) vtkCubeAxesActor_SetCamera; extern(C) void* function(void* jarg1) vtkCubeAxesActor_GetCamera; extern(C) void function(void* jarg1, int jarg2) vtkCubeAxesActor_SetFlyMode; extern(C) int function(void* jarg1) vtkCubeAxesActor_GetFlyModeMinValue; extern(C) int function(void* jarg1) vtkCubeAxesActor_GetFlyModeMaxValue; extern(C) int function(void* jarg1) vtkCubeAxesActor_GetFlyMode; extern(C) void function(void* jarg1) vtkCubeAxesActor_SetFlyModeToOuterEdges; extern(C) void function(void* jarg1) vtkCubeAxesActor_SetFlyModeToClosestTriad; extern(C) void function(void* jarg1) vtkCubeAxesActor_SetFlyModeToFurthestTriad; extern(C) void function(void* jarg1) vtkCubeAxesActor_SetFlyModeToStaticTriad; extern(C) void function(void* jarg1) vtkCubeAxesActor_SetFlyModeToStaticEdges; extern(C) void function(void* jarg1, const(char)* jarg2) vtkCubeAxesActor_SetXTitle; extern(C) const(char)* function(void* jarg1) vtkCubeAxesActor_GetXTitle; extern(C) void function(void* jarg1, const(char)* jarg2) vtkCubeAxesActor_SetXUnits; extern(C) const(char)* function(void* jarg1) vtkCubeAxesActor_GetXUnits; extern(C) void function(void* jarg1, const(char)* jarg2) vtkCubeAxesActor_SetYTitle; extern(C) const(char)* function(void* jarg1) vtkCubeAxesActor_GetYTitle; extern(C) void function(void* jarg1, const(char)* jarg2) vtkCubeAxesActor_SetYUnits; extern(C) const(char)* function(void* jarg1) vtkCubeAxesActor_GetYUnits; extern(C) void function(void* jarg1, const(char)* jarg2) vtkCubeAxesActor_SetZTitle; extern(C) const(char)* function(void* jarg1) vtkCubeAxesActor_GetZTitle; extern(C) void function(void* jarg1, const(char)* jarg2) vtkCubeAxesActor_SetZUnits; extern(C) const(char)* function(void* jarg1) vtkCubeAxesActor_GetZUnits; extern(C) void function(void* jarg1, const(char)* jarg2) vtkCubeAxesActor_SetXLabelFormat; extern(C) const(char)* function(void* jarg1) vtkCubeAxesActor_GetXLabelFormat; extern(C) void function(void* jarg1, const(char)* jarg2) vtkCubeAxesActor_SetYLabelFormat; extern(C) const(char)* function(void* jarg1) vtkCubeAxesActor_GetYLabelFormat; extern(C) void function(void* jarg1, const(char)* jarg2) vtkCubeAxesActor_SetZLabelFormat; extern(C) const(char)* function(void* jarg1) vtkCubeAxesActor_GetZLabelFormat; extern(C) void function(void* jarg1, int jarg2) vtkCubeAxesActor_SetInertia; extern(C) int function(void* jarg1) vtkCubeAxesActor_GetInertiaMinValue; extern(C) int function(void* jarg1) vtkCubeAxesActor_GetInertiaMaxValue; extern(C) int function(void* jarg1) vtkCubeAxesActor_GetInertia; extern(C) void function(void* jarg1, double jarg2) vtkCubeAxesActor_SetCornerOffset; extern(C) double function(void* jarg1) vtkCubeAxesActor_GetCornerOffset; extern(C) void function(void* jarg1, void* jarg2) vtkCubeAxesActor_ReleaseGraphicsResources; extern(C) void function(void* jarg1, int jarg2) vtkCubeAxesActor_SetEnableDistanceLOD; extern(C) int function(void* jarg1) vtkCubeAxesActor_GetEnableDistanceLOD; extern(C) void function(void* jarg1, double jarg2) vtkCubeAxesActor_SetDistanceLODThreshold; extern(C) double function(void* jarg1) vtkCubeAxesActor_GetDistanceLODThresholdMinValue; extern(C) double function(void* jarg1) vtkCubeAxesActor_GetDistanceLODThresholdMaxValue; extern(C) double function(void* jarg1) vtkCubeAxesActor_GetDistanceLODThreshold; extern(C) void function(void* jarg1, int jarg2) vtkCubeAxesActor_SetEnableViewAngleLOD; extern(C) int function(void* jarg1) vtkCubeAxesActor_GetEnableViewAngleLOD; extern(C) void function(void* jarg1, double jarg2) vtkCubeAxesActor_SetViewAngleLODThreshold; extern(C) double function(void* jarg1) vtkCubeAxesActor_GetViewAngleLODThresholdMinValue; extern(C) double function(void* jarg1) vtkCubeAxesActor_GetViewAngleLODThresholdMaxValue; extern(C) double function(void* jarg1) vtkCubeAxesActor_GetViewAngleLODThreshold; extern(C) void function(void* jarg1, int jarg2) vtkCubeAxesActor_SetXAxisVisibility; extern(C) int function(void* jarg1) vtkCubeAxesActor_GetXAxisVisibility; extern(C) void function(void* jarg1) vtkCubeAxesActor_XAxisVisibilityOn; extern(C) void function(void* jarg1) vtkCubeAxesActor_XAxisVisibilityOff; extern(C) void function(void* jarg1, int jarg2) vtkCubeAxesActor_SetYAxisVisibility; extern(C) int function(void* jarg1) vtkCubeAxesActor_GetYAxisVisibility; extern(C) void function(void* jarg1) vtkCubeAxesActor_YAxisVisibilityOn; extern(C) void function(void* jarg1) vtkCubeAxesActor_YAxisVisibilityOff; extern(C) void function(void* jarg1, int jarg2) vtkCubeAxesActor_SetZAxisVisibility; extern(C) int function(void* jarg1) vtkCubeAxesActor_GetZAxisVisibility; extern(C) void function(void* jarg1) vtkCubeAxesActor_ZAxisVisibilityOn; extern(C) void function(void* jarg1) vtkCubeAxesActor_ZAxisVisibilityOff; extern(C) void function(void* jarg1, int jarg2) vtkCubeAxesActor_SetXAxisLabelVisibility; extern(C) int function(void* jarg1) vtkCubeAxesActor_GetXAxisLabelVisibility; extern(C) void function(void* jarg1) vtkCubeAxesActor_XAxisLabelVisibilityOn; extern(C) void function(void* jarg1) vtkCubeAxesActor_XAxisLabelVisibilityOff; extern(C) void function(void* jarg1, int jarg2) vtkCubeAxesActor_SetYAxisLabelVisibility; extern(C) int function(void* jarg1) vtkCubeAxesActor_GetYAxisLabelVisibility; extern(C) void function(void* jarg1) vtkCubeAxesActor_YAxisLabelVisibilityOn; extern(C) void function(void* jarg1) vtkCubeAxesActor_YAxisLabelVisibilityOff; extern(C) void function(void* jarg1, int jarg2) vtkCubeAxesActor_SetZAxisLabelVisibility; extern(C) int function(void* jarg1) vtkCubeAxesActor_GetZAxisLabelVisibility; extern(C) void function(void* jarg1) vtkCubeAxesActor_ZAxisLabelVisibilityOn; extern(C) void function(void* jarg1) vtkCubeAxesActor_ZAxisLabelVisibilityOff; extern(C) void function(void* jarg1, int jarg2) vtkCubeAxesActor_SetXAxisTickVisibility; extern(C) int function(void* jarg1) vtkCubeAxesActor_GetXAxisTickVisibility; extern(C) void function(void* jarg1) vtkCubeAxesActor_XAxisTickVisibilityOn; extern(C) void function(void* jarg1) vtkCubeAxesActor_XAxisTickVisibilityOff; extern(C) void function(void* jarg1, int jarg2) vtkCubeAxesActor_SetYAxisTickVisibility; extern(C) int function(void* jarg1) vtkCubeAxesActor_GetYAxisTickVisibility; extern(C) void function(void* jarg1) vtkCubeAxesActor_YAxisTickVisibilityOn; extern(C) void function(void* jarg1) vtkCubeAxesActor_YAxisTickVisibilityOff; extern(C) void function(void* jarg1, int jarg2) vtkCubeAxesActor_SetZAxisTickVisibility; extern(C) int function(void* jarg1) vtkCubeAxesActor_GetZAxisTickVisibility; extern(C) void function(void* jarg1) vtkCubeAxesActor_ZAxisTickVisibilityOn; extern(C) void function(void* jarg1) vtkCubeAxesActor_ZAxisTickVisibilityOff; extern(C) void function(void* jarg1, int jarg2) vtkCubeAxesActor_SetXAxisMinorTickVisibility; extern(C) int function(void* jarg1) vtkCubeAxesActor_GetXAxisMinorTickVisibility; extern(C) void function(void* jarg1) vtkCubeAxesActor_XAxisMinorTickVisibilityOn; extern(C) void function(void* jarg1) vtkCubeAxesActor_XAxisMinorTickVisibilityOff; extern(C) void function(void* jarg1, int jarg2) vtkCubeAxesActor_SetYAxisMinorTickVisibility; extern(C) int function(void* jarg1) vtkCubeAxesActor_GetYAxisMinorTickVisibility; extern(C) void function(void* jarg1) vtkCubeAxesActor_YAxisMinorTickVisibilityOn; extern(C) void function(void* jarg1) vtkCubeAxesActor_YAxisMinorTickVisibilityOff; extern(C) void function(void* jarg1, int jarg2) vtkCubeAxesActor_SetZAxisMinorTickVisibility; extern(C) int function(void* jarg1) vtkCubeAxesActor_GetZAxisMinorTickVisibility; extern(C) void function(void* jarg1) vtkCubeAxesActor_ZAxisMinorTickVisibilityOn; extern(C) void function(void* jarg1) vtkCubeAxesActor_ZAxisMinorTickVisibilityOff; extern(C) void function(void* jarg1, int jarg2) vtkCubeAxesActor_SetDrawXGridlines; extern(C) int function(void* jarg1) vtkCubeAxesActor_GetDrawXGridlines; extern(C) void function(void* jarg1) vtkCubeAxesActor_DrawXGridlinesOn; extern(C) void function(void* jarg1) vtkCubeAxesActor_DrawXGridlinesOff; extern(C) void function(void* jarg1, int jarg2) vtkCubeAxesActor_SetDrawYGridlines; extern(C) int function(void* jarg1) vtkCubeAxesActor_GetDrawYGridlines; extern(C) void function(void* jarg1) vtkCubeAxesActor_DrawYGridlinesOn; extern(C) void function(void* jarg1) vtkCubeAxesActor_DrawYGridlinesOff; extern(C) void function(void* jarg1, int jarg2) vtkCubeAxesActor_SetDrawZGridlines; extern(C) int function(void* jarg1) vtkCubeAxesActor_GetDrawZGridlines; extern(C) void function(void* jarg1) vtkCubeAxesActor_DrawZGridlinesOn; extern(C) void function(void* jarg1) vtkCubeAxesActor_DrawZGridlinesOff; extern(C) void function(void* jarg1, int jarg2) vtkCubeAxesActor_SetDrawXInnerGridlines; extern(C) int function(void* jarg1) vtkCubeAxesActor_GetDrawXInnerGridlines; extern(C) void function(void* jarg1) vtkCubeAxesActor_DrawXInnerGridlinesOn; extern(C) void function(void* jarg1) vtkCubeAxesActor_DrawXInnerGridlinesOff; extern(C) void function(void* jarg1, int jarg2) vtkCubeAxesActor_SetDrawYInnerGridlines; extern(C) int function(void* jarg1) vtkCubeAxesActor_GetDrawYInnerGridlines; extern(C) void function(void* jarg1) vtkCubeAxesActor_DrawYInnerGridlinesOn; extern(C) void function(void* jarg1) vtkCubeAxesActor_DrawYInnerGridlinesOff; extern(C) void function(void* jarg1, int jarg2) vtkCubeAxesActor_SetDrawZInnerGridlines; extern(C) int function(void* jarg1) vtkCubeAxesActor_GetDrawZInnerGridlines; extern(C) void function(void* jarg1) vtkCubeAxesActor_DrawZInnerGridlinesOn; extern(C) void function(void* jarg1) vtkCubeAxesActor_DrawZInnerGridlinesOff; extern(C) void function(void* jarg1, int jarg2) vtkCubeAxesActor_SetDrawXGridpolys; extern(C) int function(void* jarg1) vtkCubeAxesActor_GetDrawXGridpolys; extern(C) void function(void* jarg1) vtkCubeAxesActor_DrawXGridpolysOn; extern(C) void function(void* jarg1) vtkCubeAxesActor_DrawXGridpolysOff; extern(C) void function(void* jarg1, int jarg2) vtkCubeAxesActor_SetDrawYGridpolys; extern(C) int function(void* jarg1) vtkCubeAxesActor_GetDrawYGridpolys; extern(C) void function(void* jarg1) vtkCubeAxesActor_DrawYGridpolysOn; extern(C) void function(void* jarg1) vtkCubeAxesActor_DrawYGridpolysOff; extern(C) void function(void* jarg1, int jarg2) vtkCubeAxesActor_SetDrawZGridpolys; extern(C) int function(void* jarg1) vtkCubeAxesActor_GetDrawZGridpolys; extern(C) void function(void* jarg1) vtkCubeAxesActor_DrawZGridpolysOn; extern(C) void function(void* jarg1) vtkCubeAxesActor_DrawZGridpolysOff; extern(C) void* function(void* jarg1, int jarg2) vtkCubeAxesActor_GetTitleTextProperty; extern(C) void* function(void* jarg1, int jarg2) vtkCubeAxesActor_GetLabelTextProperty; extern(C) void function(void* jarg1, void* jarg2) vtkCubeAxesActor_SetXAxesLinesProperty; extern(C) void* function(void* jarg1) vtkCubeAxesActor_GetXAxesLinesProperty; extern(C) void function(void* jarg1, void* jarg2) vtkCubeAxesActor_SetYAxesLinesProperty; extern(C) void* function(void* jarg1) vtkCubeAxesActor_GetYAxesLinesProperty; extern(C) void function(void* jarg1, void* jarg2) vtkCubeAxesActor_SetZAxesLinesProperty; extern(C) void* function(void* jarg1) vtkCubeAxesActor_GetZAxesLinesProperty; extern(C) void function(void* jarg1, void* jarg2) vtkCubeAxesActor_SetXAxesGridlinesProperty; extern(C) void* function(void* jarg1) vtkCubeAxesActor_GetXAxesGridlinesProperty; extern(C) void function(void* jarg1, void* jarg2) vtkCubeAxesActor_SetYAxesGridlinesProperty; extern(C) void* function(void* jarg1) vtkCubeAxesActor_GetYAxesGridlinesProperty; extern(C) void function(void* jarg1, void* jarg2) vtkCubeAxesActor_SetZAxesGridlinesProperty; extern(C) void* function(void* jarg1) vtkCubeAxesActor_GetZAxesGridlinesProperty; extern(C) void function(void* jarg1, void* jarg2) vtkCubeAxesActor_SetXAxesInnerGridlinesProperty; extern(C) void* function(void* jarg1) vtkCubeAxesActor_GetXAxesInnerGridlinesProperty; extern(C) void function(void* jarg1, void* jarg2) vtkCubeAxesActor_SetYAxesInnerGridlinesProperty; extern(C) void* function(void* jarg1) vtkCubeAxesActor_GetYAxesInnerGridlinesProperty; extern(C) void function(void* jarg1, void* jarg2) vtkCubeAxesActor_SetZAxesInnerGridlinesProperty; extern(C) void* function(void* jarg1) vtkCubeAxesActor_GetZAxesInnerGridlinesProperty; extern(C) void function(void* jarg1, void* jarg2) vtkCubeAxesActor_SetXAxesGridpolysProperty; extern(C) void* function(void* jarg1) vtkCubeAxesActor_GetXAxesGridpolysProperty; extern(C) void function(void* jarg1, void* jarg2) vtkCubeAxesActor_SetYAxesGridpolysProperty; extern(C) void* function(void* jarg1) vtkCubeAxesActor_GetYAxesGridpolysProperty; extern(C) void function(void* jarg1, void* jarg2) vtkCubeAxesActor_SetZAxesGridpolysProperty; extern(C) void* function(void* jarg1) vtkCubeAxesActor_GetZAxesGridpolysProperty; extern(C) void function(void* jarg1, int jarg2) vtkCubeAxesActor_SetTickLocation; extern(C) int function(void* jarg1) vtkCubeAxesActor_GetTickLocationMinValue; extern(C) int function(void* jarg1) vtkCubeAxesActor_GetTickLocationMaxValue; extern(C) int function(void* jarg1) vtkCubeAxesActor_GetTickLocation; extern(C) void function(void* jarg1) vtkCubeAxesActor_SetTickLocationToInside; extern(C) void function(void* jarg1) vtkCubeAxesActor_SetTickLocationToOutside; extern(C) void function(void* jarg1) vtkCubeAxesActor_SetTickLocationToBoth; extern(C) void function(void* jarg1, uint jarg2, int jarg3, int jarg4, int jarg5) vtkCubeAxesActor_SetLabelScaling; extern(C) void function(void* jarg1, int jarg2) vtkCubeAxesActor_SetUse2DMode; extern(C) int function(void* jarg1) vtkCubeAxesActor_GetUse2DMode; extern(C) void function(void* jarg1, int jarg2) vtkCubeAxesActor_SetSaveTitlePosition; extern(C) void function(void* jarg1, double jarg2, double jarg3, double jarg4, double jarg5, double jarg6, double jarg7) vtkCubeAxesActor_SetOrientedBounds__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkCubeAxesActor_SetOrientedBounds__SWIG_1; extern(C) void* function(void* jarg1) vtkCubeAxesActor_GetOrientedBounds__SWIG_0; extern(C) void function(void* jarg1, void* jarg2, void* jarg3, void* jarg4, void* jarg5, void* jarg6, void* jarg7) vtkCubeAxesActor_GetOrientedBounds__SWIG_1; extern(C) void function(void* jarg1, void* jarg2) vtkCubeAxesActor_GetOrientedBounds__SWIG_2; extern(C) void function(void* jarg1, int jarg2) vtkCubeAxesActor_SetUseOrientedBounds; extern(C) int function(void* jarg1) vtkCubeAxesActor_GetUseOrientedBounds; extern(C) void function(void* jarg1, double jarg2, double jarg3, double jarg4) vtkCubeAxesActor_SetAxisBaseForX__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkCubeAxesActor_SetAxisBaseForX__SWIG_1; extern(C) void* function(void* jarg1) vtkCubeAxesActor_GetAxisBaseForX__SWIG_0; extern(C) void function(void* jarg1, void* jarg2, void* jarg3, void* jarg4) vtkCubeAxesActor_GetAxisBaseForX__SWIG_1; extern(C) void function(void* jarg1, void* jarg2) vtkCubeAxesActor_GetAxisBaseForX__SWIG_2; extern(C) void function(void* jarg1, double jarg2, double jarg3, double jarg4) vtkCubeAxesActor_SetAxisBaseForY__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkCubeAxesActor_SetAxisBaseForY__SWIG_1; extern(C) void* function(void* jarg1) vtkCubeAxesActor_GetAxisBaseForY__SWIG_0; extern(C) void function(void* jarg1, void* jarg2, void* jarg3, void* jarg4) vtkCubeAxesActor_GetAxisBaseForY__SWIG_1; extern(C) void function(void* jarg1, void* jarg2) vtkCubeAxesActor_GetAxisBaseForY__SWIG_2; extern(C) void function(void* jarg1, double jarg2, double jarg3, double jarg4) vtkCubeAxesActor_SetAxisBaseForZ__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkCubeAxesActor_SetAxisBaseForZ__SWIG_1; extern(C) void* function(void* jarg1) vtkCubeAxesActor_GetAxisBaseForZ__SWIG_0; extern(C) void function(void* jarg1, void* jarg2, void* jarg3, void* jarg4) vtkCubeAxesActor_GetAxisBaseForZ__SWIG_1; extern(C) void function(void* jarg1, void* jarg2) vtkCubeAxesActor_GetAxisBaseForZ__SWIG_2; extern(C) void function(void* jarg1, double jarg2, double jarg3, double jarg4) vtkCubeAxesActor_SetAxisOrigin__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkCubeAxesActor_SetAxisOrigin__SWIG_1; extern(C) void* function(void* jarg1) vtkCubeAxesActor_GetAxisOrigin__SWIG_0; extern(C) void function(void* jarg1, void* jarg2, void* jarg3, void* jarg4) vtkCubeAxesActor_GetAxisOrigin__SWIG_1; extern(C) void function(void* jarg1, void* jarg2) vtkCubeAxesActor_GetAxisOrigin__SWIG_2; extern(C) void function(void* jarg1, int jarg2) vtkCubeAxesActor_SetUseAxisOrigin; extern(C) int function(void* jarg1) vtkCubeAxesActor_GetUseAxisOrigin; extern(C) void function(void* jarg1, int jarg2) vtkCubeAxesActor_SetGridLineLocation; extern(C) int function(void* jarg1) vtkCubeAxesActor_GetGridLineLocation; extern(C) void* function(void* objectRef) vtkCubeAxesActor_Upcast; extern(C) int function(const(char)* jarg1) vtkImageDataToPointSet_IsTypeOf; extern(C) void* function(void* jarg1) vtkImageDataToPointSet_SafeDownCast; extern(C) void* function(void* jarg1) vtkImageDataToPointSet_NewInstance; extern(C) void* function() vtkImageDataToPointSet_New; extern(C) void* function(void* objectRef) vtkImageDataToPointSet_Upcast; extern(C) int function(const(char)* jarg1) vtkXYZMolReader_IsTypeOf; extern(C) void* function(void* jarg1) vtkXYZMolReader_SafeDownCast; extern(C) void* function(void* jarg1) vtkXYZMolReader_NewInstance; extern(C) void* function() vtkXYZMolReader_New; extern(C) int function(void* jarg1, const(char)* jarg2) vtkXYZMolReader_CanReadFile; extern(C) void function(void* jarg1, int jarg2) vtkXYZMolReader_SetTimeStep; extern(C) int function(void* jarg1) vtkXYZMolReader_GetTimeStep; extern(C) int function(void* jarg1) vtkXYZMolReader_GetMaxTimeStep; extern(C) void* function(void* objectRef) vtkXYZMolReader_Upcast; extern(C) void* function() vtkExtractVectorComponents_New; extern(C) int function(const(char)* jarg1) vtkExtractVectorComponents_IsTypeOf; extern(C) void* function(void* jarg1) vtkExtractVectorComponents_SafeDownCast; extern(C) void* function(void* jarg1) vtkExtractVectorComponents_NewInstance; extern(C) void function(void* jarg1, void* jarg2) vtkExtractVectorComponents_SetInputData; extern(C) void* function(void* jarg1) vtkExtractVectorComponents_GetVxComponent; extern(C) void* function(void* jarg1) vtkExtractVectorComponents_GetVyComponent; extern(C) void* function(void* jarg1) vtkExtractVectorComponents_GetVzComponent; extern(C) void function(void* jarg1, int jarg2) vtkExtractVectorComponents_SetExtractToFieldData; extern(C) int function(void* jarg1) vtkExtractVectorComponents_GetExtractToFieldData; extern(C) void function(void* jarg1) vtkExtractVectorComponents_ExtractToFieldDataOn; extern(C) void function(void* jarg1) vtkExtractVectorComponents_ExtractToFieldDataOff; extern(C) void* function(void* objectRef) vtkExtractVectorComponents_Upcast; extern(C) int function(const(char)* jarg1) vtkInputStream_IsTypeOf; extern(C) void* function(void* jarg1) vtkInputStream_SafeDownCast; extern(C) void* function(void* jarg1) vtkInputStream_NewInstance; extern(C) void* function() vtkInputStream_New; extern(C) void function(void* jarg1) vtkInputStream_StartReading; extern(C) int function(void* jarg1, long jarg2) vtkInputStream_Seek; extern(C) size_t function(void* jarg1, void* jarg2, size_t jarg3) vtkInputStream_Read; extern(C) void function(void* jarg1) vtkInputStream_EndReading; extern(C) void* function(void* objectRef) vtkInputStream_Upcast; extern(C) void* function() vtkPassThroughLayoutStrategy_New; extern(C) int function(const(char)* jarg1) vtkPassThroughLayoutStrategy_IsTypeOf; extern(C) void* function(void* jarg1) vtkPassThroughLayoutStrategy_SafeDownCast; extern(C) void* function(void* jarg1) vtkPassThroughLayoutStrategy_NewInstance; extern(C) void* function(void* objectRef) vtkPassThroughLayoutStrategy_Upcast; extern(C) void* function() vtkPNMReader_New; extern(C) int function(const(char)* jarg1) vtkPNMReader_IsTypeOf; extern(C) void* function(void* jarg1) vtkPNMReader_SafeDownCast; extern(C) void* function(void* jarg1) vtkPNMReader_NewInstance; extern(C) void* function(void* objectRef) vtkPNMReader_Upcast; extern(C) void* function() vtkExtentRCBPartitioner_New; extern(C) int function(const(char)* jarg1) vtkExtentRCBPartitioner_IsTypeOf; extern(C) void* function(void* jarg1) vtkExtentRCBPartitioner_SafeDownCast; extern(C) void* function(void* jarg1) vtkExtentRCBPartitioner_NewInstance; extern(C) void function(void* jarg1, int jarg2) vtkExtentRCBPartitioner_SetNumberOfPartitions; extern(C) void function(void* jarg1, int jarg2, int jarg3, int jarg4, int jarg5, int jarg6, int jarg7) vtkExtentRCBPartitioner_SetGlobalExtent__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkExtentRCBPartitioner_SetGlobalExtent__SWIG_1; extern(C) void function(void* jarg1, int jarg2) vtkExtentRCBPartitioner_SetNumberOfGhostLayers; extern(C) int function(void* jarg1) vtkExtentRCBPartitioner_GetNumberOfGhostLayers; extern(C) int function(void* jarg1) vtkExtentRCBPartitioner_GetNumExtents; extern(C) void function(void* jarg1) vtkExtentRCBPartitioner_Partition; extern(C) void function(void* jarg1, int jarg2, void* jarg3) vtkExtentRCBPartitioner_GetPartitionExtent; extern(C) void* function(void* objectRef) vtkExtentRCBPartitioner_Upcast; extern(C) int function(const(char)* jarg1) vtkParametricFunctionSource_IsTypeOf; extern(C) void* function(void* jarg1) vtkParametricFunctionSource_SafeDownCast; extern(C) void* function(void* jarg1) vtkParametricFunctionSource_NewInstance; extern(C) void* function() vtkParametricFunctionSource_New; extern(C) void function(void* jarg1, void* jarg2) vtkParametricFunctionSource_SetParametricFunction; extern(C) void* function(void* jarg1) vtkParametricFunctionSource_GetParametricFunction; extern(C) void function(void* jarg1, int jarg2) vtkParametricFunctionSource_SetUResolution; extern(C) int function(void* jarg1) vtkParametricFunctionSource_GetUResolution; extern(C) void function(void* jarg1, int jarg2) vtkParametricFunctionSource_SetVResolution; extern(C) int function(void* jarg1) vtkParametricFunctionSource_GetVResolution; extern(C) void function(void* jarg1, int jarg2) vtkParametricFunctionSource_SetWResolution; extern(C) int function(void* jarg1) vtkParametricFunctionSource_GetWResolution; extern(C) void function(void* jarg1) vtkParametricFunctionSource_GenerateTextureCoordinatesOn; extern(C) void function(void* jarg1) vtkParametricFunctionSource_GenerateTextureCoordinatesOff; extern(C) void function(void* jarg1, int jarg2) vtkParametricFunctionSource_SetGenerateTextureCoordinates; extern(C) int function(void* jarg1) vtkParametricFunctionSource_GetGenerateTextureCoordinates; extern(C) void function(void* jarg1, int jarg2) vtkParametricFunctionSource_SetScalarMode; extern(C) int function(void* jarg1) vtkParametricFunctionSource_GetScalarModeMinValue; extern(C) int function(void* jarg1) vtkParametricFunctionSource_GetScalarModeMaxValue; extern(C) int function(void* jarg1) vtkParametricFunctionSource_GetScalarMode; extern(C) void function(void* jarg1) vtkParametricFunctionSource_SetScalarModeToNone; extern(C) void function(void* jarg1) vtkParametricFunctionSource_SetScalarModeToU; extern(C) void function(void* jarg1) vtkParametricFunctionSource_SetScalarModeToV; extern(C) void function(void* jarg1) vtkParametricFunctionSource_SetScalarModeToU0; extern(C) void function(void* jarg1) vtkParametricFunctionSource_SetScalarModeToV0; extern(C) void function(void* jarg1) vtkParametricFunctionSource_SetScalarModeToU0V0; extern(C) void function(void* jarg1) vtkParametricFunctionSource_SetScalarModeToModulus; extern(C) void function(void* jarg1) vtkParametricFunctionSource_SetScalarModeToPhase; extern(C) void function(void* jarg1) vtkParametricFunctionSource_SetScalarModeToQuadrant; extern(C) void function(void* jarg1) vtkParametricFunctionSource_SetScalarModeToX; extern(C) void function(void* jarg1) vtkParametricFunctionSource_SetScalarModeToY; extern(C) void function(void* jarg1) vtkParametricFunctionSource_SetScalarModeToZ; extern(C) void function(void* jarg1) vtkParametricFunctionSource_SetScalarModeToDistance; extern(C) void function(void* jarg1) vtkParametricFunctionSource_SetScalarModeToFunctionDefined; extern(C) void* function(void* objectRef) vtkParametricFunctionSource_Upcast; extern(C) int function(const(char)* jarg1) vtkDelaunay3D_IsTypeOf; extern(C) void* function(void* jarg1) vtkDelaunay3D_SafeDownCast; extern(C) void* function(void* jarg1) vtkDelaunay3D_NewInstance; extern(C) void* function() vtkDelaunay3D_New; extern(C) void function(void* jarg1, double jarg2) vtkDelaunay3D_SetAlpha; extern(C) double function(void* jarg1) vtkDelaunay3D_GetAlphaMinValue; extern(C) double function(void* jarg1) vtkDelaunay3D_GetAlphaMaxValue; extern(C) double function(void* jarg1) vtkDelaunay3D_GetAlpha; extern(C) void function(void* jarg1, double jarg2) vtkDelaunay3D_SetTolerance; extern(C) double function(void* jarg1) vtkDelaunay3D_GetToleranceMinValue; extern(C) double function(void* jarg1) vtkDelaunay3D_GetToleranceMaxValue; extern(C) double function(void* jarg1) vtkDelaunay3D_GetTolerance; extern(C) void function(void* jarg1, double jarg2) vtkDelaunay3D_SetOffset; extern(C) double function(void* jarg1) vtkDelaunay3D_GetOffsetMinValue; extern(C) double function(void* jarg1) vtkDelaunay3D_GetOffsetMaxValue; extern(C) double function(void* jarg1) vtkDelaunay3D_GetOffset; extern(C) void function(void* jarg1, int jarg2) vtkDelaunay3D_SetBoundingTriangulation; extern(C) int function(void* jarg1) vtkDelaunay3D_GetBoundingTriangulation; extern(C) void function(void* jarg1) vtkDelaunay3D_BoundingTriangulationOn; extern(C) void function(void* jarg1) vtkDelaunay3D_BoundingTriangulationOff; extern(C) void function(void* jarg1, void* jarg2) vtkDelaunay3D_SetLocator; extern(C) void* function(void* jarg1) vtkDelaunay3D_GetLocator; extern(C) void function(void* jarg1) vtkDelaunay3D_CreateDefaultLocator; extern(C) void* function(void* jarg1, void* jarg2, double jarg3, long jarg4, void* jarg5) vtkDelaunay3D_InitPointInsertion; extern(C) void function(void* jarg1, void* jarg2, void* jarg3, long jarg4, void* jarg5, void* jarg6) vtkDelaunay3D_InsertPoint; extern(C) void function(void* jarg1) vtkDelaunay3D_EndPointInsertion; extern(C) void* function(void* objectRef) vtkDelaunay3D_Upcast; extern(C) void* function() vtkDataSetGradient_New; extern(C) int function(const(char)* jarg1) vtkDataSetGradient_IsTypeOf; extern(C) void* function(void* jarg1) vtkDataSetGradient_SafeDownCast; extern(C) void* function(void* jarg1) vtkDataSetGradient_NewInstance; extern(C) void function(void* jarg1, const(char)* jarg2) vtkDataSetGradient_SetResultArrayName; extern(C) const(char)* function(void* jarg1) vtkDataSetGradient_GetResultArrayName; extern(C) void* function(void* objectRef) vtkDataSetGradient_Upcast; extern(C) void* function() vtkImageDataLIC2DExtentTranslator_New; extern(C) int function(const(char)* jarg1) vtkImageDataLIC2DExtentTranslator_IsTypeOf; extern(C) void* function(void* jarg1) vtkImageDataLIC2DExtentTranslator_SafeDownCast; extern(C) void* function(void* jarg1) vtkImageDataLIC2DExtentTranslator_NewInstance; extern(C) void function(void* jarg1, void* jarg2) vtkImageDataLIC2DExtentTranslator_SetAlgorithm; extern(C) void* function(void* jarg1) vtkImageDataLIC2DExtentTranslator_GetAlgorithm; extern(C) void function(void* jarg1, void* jarg2) vtkImageDataLIC2DExtentTranslator_SetInputExtentTranslator; extern(C) void* function(void* jarg1) vtkImageDataLIC2DExtentTranslator_GetInputExtentTranslator; extern(C) void function(void* jarg1, int jarg2, int jarg3, int jarg4, int jarg5, int jarg6, int jarg7) vtkImageDataLIC2DExtentTranslator_SetInputWholeExtent__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkImageDataLIC2DExtentTranslator_SetInputWholeExtent__SWIG_1; extern(C) void* function(void* jarg1) vtkImageDataLIC2DExtentTranslator_GetInputWholeExtent__SWIG_0; extern(C) void function(void* jarg1, void* jarg2, void* jarg3, void* jarg4, void* jarg5, void* jarg6, void* jarg7) vtkImageDataLIC2DExtentTranslator_GetInputWholeExtent__SWIG_1; extern(C) void function(void* jarg1, void* jarg2) vtkImageDataLIC2DExtentTranslator_GetInputWholeExtent__SWIG_2; extern(C) void* function() new_vtkImageDataLIC2DExtentTranslator; extern(C) void function(void* jarg1) delete_vtkImageDataLIC2DExtentTranslator; extern(C) void* function(void* objectRef) vtkImageDataLIC2DExtentTranslator_Upcast; extern(C) int function() VTK_VOXEL_MODE_get; extern(C) int function() VTK_CELL_MODE_get; extern(C) int function(const(char)* jarg1) vtkImplicitModeller_IsTypeOf; extern(C) void* function(void* jarg1) vtkImplicitModeller_SafeDownCast; extern(C) void* function(void* jarg1) vtkImplicitModeller_NewInstance; extern(C) void* function() vtkImplicitModeller_New; extern(C) double function(void* jarg1, void* jarg2) vtkImplicitModeller_ComputeModelBounds__SWIG_0; extern(C) double function(void* jarg1) vtkImplicitModeller_ComputeModelBounds__SWIG_1; extern(C) void* function(void* jarg1) vtkImplicitModeller_GetSampleDimensions__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkImplicitModeller_GetSampleDimensions__SWIG_1; extern(C) void function(void* jarg1, int jarg2, int jarg3, int jarg4) vtkImplicitModeller_SetSampleDimensions__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkImplicitModeller_SetSampleDimensions__SWIG_1; extern(C) void function(void* jarg1, double jarg2) vtkImplicitModeller_SetMaximumDistance; extern(C) double function(void* jarg1) vtkImplicitModeller_GetMaximumDistanceMinValue; extern(C) double function(void* jarg1) vtkImplicitModeller_GetMaximumDistanceMaxValue; extern(C) double function(void* jarg1) vtkImplicitModeller_GetMaximumDistance; extern(C) void function(void* jarg1, double jarg2, double jarg3, double jarg4, double jarg5, double jarg6, double jarg7) vtkImplicitModeller_SetModelBounds__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkImplicitModeller_SetModelBounds__SWIG_1; extern(C) void* function(void* jarg1) vtkImplicitModeller_GetModelBounds__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkImplicitModeller_GetModelBounds__SWIG_1; extern(C) void function(void* jarg1, int jarg2) vtkImplicitModeller_SetAdjustBounds; extern(C) int function(void* jarg1) vtkImplicitModeller_GetAdjustBounds; extern(C) void function(void* jarg1) vtkImplicitModeller_AdjustBoundsOn; extern(C) void function(void* jarg1) vtkImplicitModeller_AdjustBoundsOff; extern(C) void function(void* jarg1, double jarg2) vtkImplicitModeller_SetAdjustDistance; extern(C) double function(void* jarg1) vtkImplicitModeller_GetAdjustDistanceMinValue; extern(C) double function(void* jarg1) vtkImplicitModeller_GetAdjustDistanceMaxValue; extern(C) double function(void* jarg1) vtkImplicitModeller_GetAdjustDistance; extern(C) void function(void* jarg1, int jarg2) vtkImplicitModeller_SetCapping; extern(C) int function(void* jarg1) vtkImplicitModeller_GetCapping; extern(C) void function(void* jarg1) vtkImplicitModeller_CappingOn; extern(C) void function(void* jarg1) vtkImplicitModeller_CappingOff; extern(C) void function(void* jarg1, double jarg2) vtkImplicitModeller_SetCapValue; extern(C) double function(void* jarg1) vtkImplicitModeller_GetCapValue; extern(C) void function(void* jarg1, int jarg2) vtkImplicitModeller_SetScaleToMaximumDistance; extern(C) int function(void* jarg1) vtkImplicitModeller_GetScaleToMaximumDistance; extern(C) void function(void* jarg1) vtkImplicitModeller_ScaleToMaximumDistanceOn; extern(C) void function(void* jarg1) vtkImplicitModeller_ScaleToMaximumDistanceOff; extern(C) void function(void* jarg1, int jarg2) vtkImplicitModeller_SetProcessMode; extern(C) int function(void* jarg1) vtkImplicitModeller_GetProcessModeMinValue; extern(C) int function(void* jarg1) vtkImplicitModeller_GetProcessModeMaxValue; extern(C) int function(void* jarg1) vtkImplicitModeller_GetProcessMode; extern(C) void function(void* jarg1) vtkImplicitModeller_SetProcessModeToPerVoxel; extern(C) void function(void* jarg1) vtkImplicitModeller_SetProcessModeToPerCell; extern(C) const(char)* function(void* jarg1) vtkImplicitModeller_GetProcessModeAsString; extern(C) void function(void* jarg1, int jarg2) vtkImplicitModeller_SetLocatorMaxLevel; extern(C) int function(void* jarg1) vtkImplicitModeller_GetLocatorMaxLevel; extern(C) void function(void* jarg1, int jarg2) vtkImplicitModeller_SetNumberOfThreads; extern(C) int function(void* jarg1) vtkImplicitModeller_GetNumberOfThreadsMinValue; extern(C) int function(void* jarg1) vtkImplicitModeller_GetNumberOfThreadsMaxValue; extern(C) int function(void* jarg1) vtkImplicitModeller_GetNumberOfThreads; extern(C) void function(void* jarg1, int jarg2) vtkImplicitModeller_SetOutputScalarType; extern(C) int function(void* jarg1) vtkImplicitModeller_GetOutputScalarType; extern(C) void function(void* jarg1) vtkImplicitModeller_SetOutputScalarTypeToFloat; extern(C) void function(void* jarg1) vtkImplicitModeller_SetOutputScalarTypeToDouble; extern(C) void function(void* jarg1) vtkImplicitModeller_SetOutputScalarTypeToInt; extern(C) void function(void* jarg1) vtkImplicitModeller_SetOutputScalarTypeToUnsignedInt; extern(C) void function(void* jarg1) vtkImplicitModeller_SetOutputScalarTypeToLong; extern(C) void function(void* jarg1) vtkImplicitModeller_SetOutputScalarTypeToUnsignedLong; extern(C) void function(void* jarg1) vtkImplicitModeller_SetOutputScalarTypeToShort; extern(C) void function(void* jarg1) vtkImplicitModeller_SetOutputScalarTypeToUnsignedShort; extern(C) void function(void* jarg1) vtkImplicitModeller_SetOutputScalarTypeToUnsignedChar; extern(C) void function(void* jarg1) vtkImplicitModeller_SetOutputScalarTypeToChar; extern(C) void function(void* jarg1) vtkImplicitModeller_StartAppend; extern(C) void function(void* jarg1, void* jarg2) vtkImplicitModeller_Append; extern(C) void function(void* jarg1) vtkImplicitModeller_EndAppend; extern(C) void* function(void* objectRef) vtkImplicitModeller_Upcast; extern(C) void* function() vtkImageDifference_New; extern(C) int function(const(char)* jarg1) vtkImageDifference_IsTypeOf; extern(C) void* function(void* jarg1) vtkImageDifference_SafeDownCast; extern(C) void* function(void* jarg1) vtkImageDifference_NewInstance; extern(C) void function(void* jarg1, void* jarg2) vtkImageDifference_SetImageConnection; extern(C) void function(void* jarg1, void* jarg2) vtkImageDifference_SetImageData; extern(C) void* function(void* jarg1) vtkImageDifference_GetImage; extern(C) double function(void* jarg1) vtkImageDifference_GetError__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkImageDifference_GetError__SWIG_1; extern(C) double function(void* jarg1) vtkImageDifference_GetThresholdedError__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkImageDifference_GetThresholdedError__SWIG_1; extern(C) void function(void* jarg1, int jarg2) vtkImageDifference_SetThreshold; extern(C) int function(void* jarg1) vtkImageDifference_GetThreshold; extern(C) void function(void* jarg1, int jarg2) vtkImageDifference_SetAllowShift; extern(C) int function(void* jarg1) vtkImageDifference_GetAllowShift; extern(C) void function(void* jarg1) vtkImageDifference_AllowShiftOn; extern(C) void function(void* jarg1) vtkImageDifference_AllowShiftOff; extern(C) void function(void* jarg1, int jarg2) vtkImageDifference_SetAveraging; extern(C) int function(void* jarg1) vtkImageDifference_GetAveraging; extern(C) void function(void* jarg1) vtkImageDifference_AveragingOn; extern(C) void function(void* jarg1) vtkImageDifference_AveragingOff; extern(C) void* function(void* objectRef) vtkImageDifference_Upcast; extern(C) void* function() vtkArrayReader_New; extern(C) int function(const(char)* jarg1) vtkArrayReader_IsTypeOf; extern(C) void* function(void* jarg1) vtkArrayReader_SafeDownCast; extern(C) void* function(void* jarg1) vtkArrayReader_NewInstance; extern(C) const(char)* function(void* jarg1) vtkArrayReader_GetFileName; extern(C) void function(void* jarg1, const(char)* jarg2) vtkArrayReader_SetFileName; extern(C) void function(void* jarg1, void* jarg2) vtkArrayReader_SetInputString; extern(C) void* function(void* jarg1) vtkArrayReader_GetInputString; extern(C) void function(void* jarg1, uint jarg2) vtkArrayReader_SetReadFromInputString; extern(C) uint function(void* jarg1) vtkArrayReader_GetReadFromInputString; extern(C) void function(void* jarg1) vtkArrayReader_ReadFromInputStringOn; extern(C) void function(void* jarg1) vtkArrayReader_ReadFromInputStringOff; extern(C) void* function(void* jarg1) vtkArrayReader_Read__SWIG_0; extern(C) void* function(void* jarg1) vtkArrayReader_Read__SWIG_1; extern(C) void* function(void* objectRef) vtkArrayReader_Upcast; extern(C) void* function() vtkPassThrough_New; extern(C) int function(const(char)* jarg1) vtkPassThrough_IsTypeOf; extern(C) void* function(void* jarg1) vtkPassThrough_SafeDownCast; extern(C) void* function(void* jarg1) vtkPassThrough_NewInstance; extern(C) int function(void* jarg1, int jarg2, void* jarg3) vtkPassThrough_FillInputPortInformation; extern(C) void function(void* jarg1, int jarg2) vtkPassThrough_SetDeepCopyInput; extern(C) int function(void* jarg1) vtkPassThrough_GetDeepCopyInput; extern(C) void function(void* jarg1) vtkPassThrough_DeepCopyInputOn; extern(C) void function(void* jarg1) vtkPassThrough_DeepCopyInputOff; extern(C) void* function(void* objectRef) vtkPassThrough_Upcast; extern(C) void* function() vtkLassoStencilSource_New; extern(C) int function(const(char)* jarg1) vtkLassoStencilSource_IsTypeOf; extern(C) void* function(void* jarg1) vtkLassoStencilSource_SafeDownCast; extern(C) void* function(void* jarg1) vtkLassoStencilSource_NewInstance; extern(C) int function(void* jarg1) vtkLassoStencilSource_GetShape; extern(C) void function(void* jarg1, int jarg2) vtkLassoStencilSource_SetShape; extern(C) int function(void* jarg1) vtkLassoStencilSource_GetShapeMinValue; extern(C) int function(void* jarg1) vtkLassoStencilSource_GetShapeMaxValue; extern(C) void function(void* jarg1) vtkLassoStencilSource_SetShapeToPolygon; extern(C) void function(void* jarg1) vtkLassoStencilSource_SetShapeToSpline; extern(C) const(char)* function(void* jarg1) vtkLassoStencilSource_GetShapeAsString; extern(C) void function(void* jarg1, void* jarg2) vtkLassoStencilSource_SetPoints; extern(C) void* function(void* jarg1) vtkLassoStencilSource_GetPoints; extern(C) int function(void* jarg1) vtkLassoStencilSource_GetSliceOrientation; extern(C) void function(void* jarg1, int jarg2) vtkLassoStencilSource_SetSliceOrientation; extern(C) int function(void* jarg1) vtkLassoStencilSource_GetSliceOrientationMinValue; extern(C) int function(void* jarg1) vtkLassoStencilSource_GetSliceOrientationMaxValue; extern(C) void function(void* jarg1, int jarg2, void* jarg3) vtkLassoStencilSource_SetSlicePoints; extern(C) void* function(void* jarg1, int jarg2) vtkLassoStencilSource_GetSlicePoints; extern(C) void function(void* jarg1) vtkLassoStencilSource_RemoveAllSlicePoints; extern(C) void* function(void* objectRef) vtkLassoStencilSource_Upcast; extern(C) int function(const(char)* jarg1) vtkTextRendererStringToImage_IsTypeOf; extern(C) void* function(void* jarg1) vtkTextRendererStringToImage_SafeDownCast; extern(C) void* function(void* jarg1) vtkTextRendererStringToImage_NewInstance; extern(C) void* function() vtkTextRendererStringToImage_New; extern(C) void* function(void* jarg1, void* jarg2, void* jarg3) vtkTextRendererStringToImage_GetBounds__SWIG_0; extern(C) void* function(void* jarg1, void* jarg2, void* jarg3) vtkTextRendererStringToImage_GetBounds__SWIG_1; extern(C) int function(void* jarg1, void* jarg2, void* jarg3, void* jarg4, void* jarg5) vtkTextRendererStringToImage_RenderString__SWIG_0; extern(C) int function(void* jarg1, void* jarg2, void* jarg3, void* jarg4) vtkTextRendererStringToImage_RenderString__SWIG_1; extern(C) int function(void* jarg1, void* jarg2, void* jarg3, void* jarg4, void* jarg5) vtkTextRendererStringToImage_RenderString__SWIG_2; extern(C) int function(void* jarg1, void* jarg2, void* jarg3, void* jarg4) vtkTextRendererStringToImage_RenderString__SWIG_3; extern(C) void function(void* jarg1, void* jarg2) vtkTextRendererStringToImage_DeepCopy; extern(C) void* function(void* objectRef) vtkTextRendererStringToImage_Upcast; extern(C) void* function() vtkFloatArray_New; extern(C) int function(const(char)* jarg1) vtkFloatArray_IsTypeOf; extern(C) void* function(void* jarg1) vtkFloatArray_SafeDownCast; extern(C) void* function(void* jarg1) vtkFloatArray_NewInstance; extern(C) void function(void* jarg1, long jarg2, void* jarg3) vtkFloatArray_GetTupleValue; extern(C) void function(void* jarg1, long jarg2, void* jarg3) vtkFloatArray_SetTupleValue; extern(C) void function(void* jarg1, long jarg2, void* jarg3) vtkFloatArray_InsertTupleValue; extern(C) long function(void* jarg1, void* jarg2) vtkFloatArray_InsertNextTupleValue; extern(C) float function(void* jarg1, long jarg2) vtkFloatArray_GetValue; extern(C) void function(void* jarg1, long jarg2, float jarg3) vtkFloatArray_SetValue; extern(C) void function(void* jarg1, long jarg2) vtkFloatArray_SetNumberOfValues; extern(C) void function(void* jarg1, long jarg2, float jarg3) vtkFloatArray_InsertValue; extern(C) long function(void* jarg1, float jarg2) vtkFloatArray_InsertNextValue; extern(C) void* function(void* jarg1, int jarg2) vtkFloatArray_GetValueRange__SWIG_0; extern(C) void* function(void* jarg1) vtkFloatArray_GetValueRange__SWIG_1; extern(C) float function() vtkFloatArray_GetDataTypeValueMin; extern(C) float function() vtkFloatArray_GetDataTypeValueMax; extern(C) void* function(void* jarg1, long jarg2, long jarg3) vtkFloatArray_WritePointer; extern(C) void* function(void* jarg1, long jarg2) vtkFloatArray_GetPointer; extern(C) void function(void* jarg1, void* jarg2, long jarg3, int jarg4) vtkFloatArray_SetArray__SWIG_0; extern(C) void function(void* jarg1, void* jarg2, long jarg3, int jarg4, int jarg5) vtkFloatArray_SetArray__SWIG_1; extern(C) void* function(void* objectRef) vtkFloatArray_Upcast; extern(C) int function(const(char)* jarg1) vtkXMLStructuredGridReader_IsTypeOf; extern(C) void* function(void* jarg1) vtkXMLStructuredGridReader_SafeDownCast; extern(C) void* function(void* jarg1) vtkXMLStructuredGridReader_NewInstance; extern(C) void* function() vtkXMLStructuredGridReader_New; extern(C) void* function(void* jarg1) vtkXMLStructuredGridReader_GetOutput__SWIG_0; extern(C) void* function(void* jarg1, int jarg2) vtkXMLStructuredGridReader_GetOutput__SWIG_1; extern(C) void* function(void* objectRef) vtkXMLStructuredGridReader_Upcast; extern(C) void* function() vtkShadowMapBakerPass_New; extern(C) int function(const(char)* jarg1) vtkShadowMapBakerPass_IsTypeOf; extern(C) void* function(void* jarg1) vtkShadowMapBakerPass_SafeDownCast; extern(C) void* function(void* jarg1) vtkShadowMapBakerPass_NewInstance; extern(C) void* function() vtkShadowMapBakerPass_OCCLUDER; extern(C) void* function() vtkShadowMapBakerPass_RECEIVER; extern(C) void* function(void* jarg1) vtkShadowMapBakerPass_GetOpaquePass; extern(C) void function(void* jarg1, void* jarg2) vtkShadowMapBakerPass_SetOpaquePass; extern(C) void* function(void* jarg1) vtkShadowMapBakerPass_GetCompositeZPass; extern(C) void function(void* jarg1, void* jarg2) vtkShadowMapBakerPass_SetCompositeZPass; extern(C) void function(void* jarg1, uint jarg2) vtkShadowMapBakerPass_SetResolution; extern(C) uint function(void* jarg1) vtkShadowMapBakerPass_GetResolution; extern(C) void function(void* jarg1, float jarg2) vtkShadowMapBakerPass_SetPolygonOffsetFactor; extern(C) float function(void* jarg1) vtkShadowMapBakerPass_GetPolygonOffsetFactor; extern(C) void function(void* jarg1, float jarg2) vtkShadowMapBakerPass_SetPolygonOffsetUnits; extern(C) float function(void* jarg1) vtkShadowMapBakerPass_GetPolygonOffsetUnits; extern(C) uint function(void* jarg1) vtkShadowMapBakerPass_GetHasShadows; extern(C) uint function(void* jarg1, void* jarg2) vtkShadowMapBakerPass_LightCreatesShadow; extern(C) uint function(void* jarg1) vtkShadowMapBakerPass_GetNeedUpdate; extern(C) void function(void* jarg1) vtkShadowMapBakerPass_SetUpToDate; extern(C) void* function(void* objectRef) vtkShadowMapBakerPass_Upcast; extern(C) void* function() vtkWedge_New; extern(C) int function(const(char)* jarg1) vtkWedge_IsTypeOf; extern(C) void* function(void* jarg1) vtkWedge_SafeDownCast; extern(C) void* function(void* jarg1) vtkWedge_NewInstance; extern(C) void function(void* jarg1, void* jarg2) vtkWedge_InterpolationFunctions; extern(C) void function(void* jarg1, void* jarg2) vtkWedge_InterpolationDerivs; extern(C) void function(void* jarg1, void* jarg2, void* jarg3) vtkWedge_InterpolateFunctions; extern(C) void function(void* jarg1, void* jarg2, void* jarg3) vtkWedge_InterpolateDerivs; extern(C) int function(void* jarg1, void* jarg2, void* jarg3, void* jarg4) vtkWedge_JacobianInverse; extern(C) void* function(int jarg1) vtkWedge_GetEdgeArray; extern(C) void* function(int jarg1) vtkWedge_GetFaceArray; extern(C) void* function(void* objectRef) vtkWedge_Upcast; extern(C) int function(const(char)* jarg1) vtkIncrementalForceLayout_IsTypeOf; extern(C) void* function(void* jarg1) vtkIncrementalForceLayout_SafeDownCast; extern(C) void* function(void* jarg1) vtkIncrementalForceLayout_NewInstance; extern(C) void* function() vtkIncrementalForceLayout_New; extern(C) void function(void* jarg1, void* jarg2) vtkIncrementalForceLayout_SetGraph; extern(C) void* function(void* jarg1) vtkIncrementalForceLayout_GetGraph; extern(C) void function(void* jarg1, long jarg2) vtkIncrementalForceLayout_SetFixed; extern(C) long function(void* jarg1) vtkIncrementalForceLayout_GetFixed; extern(C) void function(void* jarg1, float jarg2) vtkIncrementalForceLayout_SetAlpha; extern(C) float function(void* jarg1) vtkIncrementalForceLayout_GetAlpha; extern(C) void function(void* jarg1, float jarg2) vtkIncrementalForceLayout_SetTheta; extern(C) float function(void* jarg1) vtkIncrementalForceLayout_GetTheta; extern(C) void function(void* jarg1, float jarg2) vtkIncrementalForceLayout_SetCharge; extern(C) float function(void* jarg1) vtkIncrementalForceLayout_GetCharge; extern(C) void function(void* jarg1, float jarg2) vtkIncrementalForceLayout_SetStrength; extern(C) float function(void* jarg1) vtkIncrementalForceLayout_GetStrength; extern(C) void function(void* jarg1, float jarg2) vtkIncrementalForceLayout_SetDistance; extern(C) float function(void* jarg1) vtkIncrementalForceLayout_GetDistance; extern(C) void function(void* jarg1, float jarg2) vtkIncrementalForceLayout_SetGravity; extern(C) float function(void* jarg1) vtkIncrementalForceLayout_GetGravity; extern(C) void function(void* jarg1, float jarg2) vtkIncrementalForceLayout_SetFriction; extern(C) float function(void* jarg1) vtkIncrementalForceLayout_GetFriction; extern(C) void function(void* jarg1) vtkIncrementalForceLayout_UpdatePositions; extern(C) void* function(void* objectRef) vtkIncrementalForceLayout_Upcast; extern(C) void* function() vtkImageDilateErode3D_New; extern(C) int function(const(char)* jarg1) vtkImageDilateErode3D_IsTypeOf; extern(C) void* function(void* jarg1) vtkImageDilateErode3D_SafeDownCast; extern(C) void* function(void* jarg1) vtkImageDilateErode3D_NewInstance; extern(C) void function(void* jarg1, int jarg2, int jarg3, int jarg4) vtkImageDilateErode3D_SetKernelSize; extern(C) void function(void* jarg1, double jarg2) vtkImageDilateErode3D_SetDilateValue; extern(C) double function(void* jarg1) vtkImageDilateErode3D_GetDilateValue; extern(C) void function(void* jarg1, double jarg2) vtkImageDilateErode3D_SetErodeValue; extern(C) double function(void* jarg1) vtkImageDilateErode3D_GetErodeValue; extern(C) void* function(void* objectRef) vtkImageDilateErode3D_Upcast; extern(C) void* function() vtkOpenGLProperty_New; extern(C) int function(const(char)* jarg1) vtkOpenGLProperty_IsTypeOf; extern(C) void* function(void* jarg1) vtkOpenGLProperty_SafeDownCast; extern(C) void* function(void* jarg1) vtkOpenGLProperty_NewInstance; extern(C) void function(void* jarg1, const(char)* jarg2, int jarg3, void* jarg4) vtkOpenGLProperty_AddShaderVariable__SWIG_0; extern(C) void function(void* jarg1, const(char)* jarg2, int jarg3, void* jarg4) vtkOpenGLProperty_AddShaderVariable__SWIG_1; extern(C) void function(void* jarg1, const(char)* jarg2, int jarg3, void* jarg4) vtkOpenGLProperty_AddShaderVariable__SWIG_2; extern(C) void function(uint jarg1, double jarg2, void* jarg3, double jarg4, void* jarg5, double jarg6, void* jarg7, double jarg8, double jarg9, void* jarg10) vtkOpenGLProperty_SetMaterialProperties; extern(C) void* function(void* objectRef) vtkOpenGLProperty_Upcast; extern(C) void* function() vtkSimplePointsReader_New; extern(C) int function(const(char)* jarg1) vtkSimplePointsReader_IsTypeOf; extern(C) void* function(void* jarg1) vtkSimplePointsReader_SafeDownCast; extern(C) void* function(void* jarg1) vtkSimplePointsReader_NewInstance; extern(C) void function(void* jarg1, const(char)* jarg2) vtkSimplePointsReader_SetFileName; extern(C) const(char)* function(void* jarg1) vtkSimplePointsReader_GetFileName; extern(C) void* function(void* objectRef) vtkSimplePointsReader_Upcast; extern(C) void* function() vtkImageAnisotropicDiffusion3D_New; extern(C) int function(const(char)* jarg1) vtkImageAnisotropicDiffusion3D_IsTypeOf; extern(C) void* function(void* jarg1) vtkImageAnisotropicDiffusion3D_SafeDownCast; extern(C) void* function(void* jarg1) vtkImageAnisotropicDiffusion3D_NewInstance; extern(C) void function(void* jarg1, int jarg2) vtkImageAnisotropicDiffusion3D_SetNumberOfIterations; extern(C) int function(void* jarg1) vtkImageAnisotropicDiffusion3D_GetNumberOfIterations; extern(C) void function(void* jarg1, double jarg2) vtkImageAnisotropicDiffusion3D_SetDiffusionThreshold; extern(C) double function(void* jarg1) vtkImageAnisotropicDiffusion3D_GetDiffusionThreshold; extern(C) void function(void* jarg1, double jarg2) vtkImageAnisotropicDiffusion3D_SetDiffusionFactor; extern(C) double function(void* jarg1) vtkImageAnisotropicDiffusion3D_GetDiffusionFactor; extern(C) void function(void* jarg1, int jarg2) vtkImageAnisotropicDiffusion3D_SetFaces; extern(C) int function(void* jarg1) vtkImageAnisotropicDiffusion3D_GetFaces; extern(C) void function(void* jarg1) vtkImageAnisotropicDiffusion3D_FacesOn; extern(C) void function(void* jarg1) vtkImageAnisotropicDiffusion3D_FacesOff; extern(C) void function(void* jarg1, int jarg2) vtkImageAnisotropicDiffusion3D_SetEdges; extern(C) int function(void* jarg1) vtkImageAnisotropicDiffusion3D_GetEdges; extern(C) void function(void* jarg1) vtkImageAnisotropicDiffusion3D_EdgesOn; extern(C) void function(void* jarg1) vtkImageAnisotropicDiffusion3D_EdgesOff; extern(C) void function(void* jarg1, int jarg2) vtkImageAnisotropicDiffusion3D_SetCorners; extern(C) int function(void* jarg1) vtkImageAnisotropicDiffusion3D_GetCorners; extern(C) void function(void* jarg1) vtkImageAnisotropicDiffusion3D_CornersOn; extern(C) void function(void* jarg1) vtkImageAnisotropicDiffusion3D_CornersOff; extern(C) void function(void* jarg1, int jarg2) vtkImageAnisotropicDiffusion3D_SetGradientMagnitudeThreshold; extern(C) int function(void* jarg1) vtkImageAnisotropicDiffusion3D_GetGradientMagnitudeThreshold; extern(C) void function(void* jarg1) vtkImageAnisotropicDiffusion3D_GradientMagnitudeThresholdOn; extern(C) void function(void* jarg1) vtkImageAnisotropicDiffusion3D_GradientMagnitudeThresholdOff; extern(C) void* function(void* objectRef) vtkImageAnisotropicDiffusion3D_Upcast; extern(C) void* function() vtkPerturbCoincidentVertices_New; extern(C) int function(const(char)* jarg1) vtkPerturbCoincidentVertices_IsTypeOf; extern(C) void* function(void* jarg1) vtkPerturbCoincidentVertices_SafeDownCast; extern(C) void* function(void* jarg1) vtkPerturbCoincidentVertices_NewInstance; extern(C) void function(void* jarg1, double jarg2) vtkPerturbCoincidentVertices_SetPerturbFactor; extern(C) double function(void* jarg1) vtkPerturbCoincidentVertices_GetPerturbFactor; extern(C) void* function(void* objectRef) vtkPerturbCoincidentVertices_Upcast; extern(C) int function(const(char)* jarg1) vtkDataArraySelection_IsTypeOf; extern(C) void* function(void* jarg1) vtkDataArraySelection_SafeDownCast; extern(C) void* function(void* jarg1) vtkDataArraySelection_NewInstance; extern(C) void* function() vtkDataArraySelection_New; extern(C) void function(void* jarg1, const(char)* jarg2) vtkDataArraySelection_EnableArray; extern(C) void function(void* jarg1, const(char)* jarg2) vtkDataArraySelection_DisableArray; extern(C) int function(void* jarg1, const(char)* jarg2) vtkDataArraySelection_ArrayIsEnabled; extern(C) int function(void* jarg1, const(char)* jarg2) vtkDataArraySelection_ArrayExists; extern(C) void function(void* jarg1) vtkDataArraySelection_EnableAllArrays; extern(C) void function(void* jarg1) vtkDataArraySelection_DisableAllArrays; extern(C) int function(void* jarg1) vtkDataArraySelection_GetNumberOfArrays; extern(C) int function(void* jarg1) vtkDataArraySelection_GetNumberOfArraysEnabled; extern(C) const(char)* function(void* jarg1, int jarg2) vtkDataArraySelection_GetArrayName; extern(C) int function(void* jarg1, const(char)* jarg2) vtkDataArraySelection_GetArrayIndex; extern(C) int function(void* jarg1, const(char)* jarg2) vtkDataArraySelection_GetEnabledArrayIndex; extern(C) int function(void* jarg1, const(char)* jarg2) vtkDataArraySelection_GetArraySetting__SWIG_0; extern(C) int function(void* jarg1, int jarg2) vtkDataArraySelection_GetArraySetting__SWIG_1; extern(C) void function(void* jarg1) vtkDataArraySelection_RemoveAllArrays; extern(C) void function(void* jarg1, void* jarg2) vtkDataArraySelection_CopySelections; extern(C) void* function(void* objectRef) vtkDataArraySelection_Upcast; extern(C) void* function() vtkFrustumSource_New; extern(C) int function(const(char)* jarg1) vtkFrustumSource_IsTypeOf; extern(C) void* function(void* jarg1) vtkFrustumSource_SafeDownCast; extern(C) void* function(void* jarg1) vtkFrustumSource_NewInstance; extern(C) void* function(void* jarg1) vtkFrustumSource_GetPlanes; extern(C) void function(void* jarg1, void* jarg2) vtkFrustumSource_SetPlanes; extern(C) uint function(void* jarg1) vtkFrustumSource_GetShowLines; extern(C) void function(void* jarg1, uint jarg2) vtkFrustumSource_SetShowLines; extern(C) void function(void* jarg1) vtkFrustumSource_ShowLinesOn; extern(C) void function(void* jarg1) vtkFrustumSource_ShowLinesOff; extern(C) double function(void* jarg1) vtkFrustumSource_GetLinesLength; extern(C) void function(void* jarg1, double jarg2) vtkFrustumSource_SetLinesLength; extern(C) void* function(void* objectRef) vtkFrustumSource_Upcast; extern(C) int function() VTK_CURVATURE_GAUSS_get; extern(C) int function() VTK_CURVATURE_MEAN_get; extern(C) int function() VTK_CURVATURE_MAXIMUM_get; extern(C) int function() VTK_CURVATURE_MINIMUM_get; extern(C) int function(const(char)* jarg1) vtkCurvatures_IsTypeOf; extern(C) void* function(void* jarg1) vtkCurvatures_SafeDownCast; extern(C) void* function(void* jarg1) vtkCurvatures_NewInstance; extern(C) void* function() vtkCurvatures_New; extern(C) void function(void* jarg1, int jarg2) vtkCurvatures_SetCurvatureType; extern(C) int function(void* jarg1) vtkCurvatures_GetCurvatureType; extern(C) void function(void* jarg1) vtkCurvatures_SetCurvatureTypeToGaussian; extern(C) void function(void* jarg1) vtkCurvatures_SetCurvatureTypeToMean; extern(C) void function(void* jarg1) vtkCurvatures_SetCurvatureTypeToMaximum; extern(C) void function(void* jarg1) vtkCurvatures_SetCurvatureTypeToMinimum; extern(C) void function(void* jarg1, int jarg2) vtkCurvatures_SetInvertMeanCurvature; extern(C) int function(void* jarg1) vtkCurvatures_GetInvertMeanCurvature; extern(C) void function(void* jarg1) vtkCurvatures_InvertMeanCurvatureOn; extern(C) void function(void* jarg1) vtkCurvatures_InvertMeanCurvatureOff; extern(C) void function(void* jarg1) delete_vtkCurvatures; extern(C) void* function(void* objectRef) vtkCurvatures_Upcast; extern(C) void* function() vtkHexahedron_New; extern(C) int function(const(char)* jarg1) vtkHexahedron_IsTypeOf; extern(C) void* function(void* jarg1) vtkHexahedron_SafeDownCast; extern(C) void* function(void* jarg1) vtkHexahedron_NewInstance; extern(C) void function(void* jarg1, void* jarg2) vtkHexahedron_InterpolationFunctions; extern(C) void function(void* jarg1, void* jarg2) vtkHexahedron_InterpolationDerivs; extern(C) void function(void* jarg1, void* jarg2, void* jarg3) vtkHexahedron_InterpolateFunctions; extern(C) void function(void* jarg1, void* jarg2, void* jarg3) vtkHexahedron_InterpolateDerivs; extern(C) void* function(int jarg1) vtkHexahedron_GetEdgeArray; extern(C) void* function(int jarg1) vtkHexahedron_GetFaceArray; extern(C) void function(void* jarg1, void* jarg2, void* jarg3, void* jarg4) vtkHexahedron_JacobianInverse; extern(C) void* function(void* objectRef) vtkHexahedron_Upcast; extern(C) void* function() vtkImageSeparableConvolution_New; extern(C) int function(const(char)* jarg1) vtkImageSeparableConvolution_IsTypeOf; extern(C) void* function(void* jarg1) vtkImageSeparableConvolution_SafeDownCast; extern(C) void* function(void* jarg1) vtkImageSeparableConvolution_NewInstance; extern(C) void function(void* jarg1, void* jarg2) vtkImageSeparableConvolution_SetXKernel; extern(C) void* function(void* jarg1) vtkImageSeparableConvolution_GetXKernel; extern(C) void function(void* jarg1, void* jarg2) vtkImageSeparableConvolution_SetYKernel; extern(C) void* function(void* jarg1) vtkImageSeparableConvolution_GetYKernel; extern(C) void function(void* jarg1, void* jarg2) vtkImageSeparableConvolution_SetZKernel; extern(C) void* function(void* jarg1) vtkImageSeparableConvolution_GetZKernel; extern(C) void* function(void* objectRef) vtkImageSeparableConvolution_Upcast; extern(C) void* function() vtkFillHolesFilter_New; extern(C) int function(const(char)* jarg1) vtkFillHolesFilter_IsTypeOf; extern(C) void* function(void* jarg1) vtkFillHolesFilter_SafeDownCast; extern(C) void* function(void* jarg1) vtkFillHolesFilter_NewInstance; extern(C) void function(void* jarg1, double jarg2) vtkFillHolesFilter_SetHoleSize; extern(C) double function(void* jarg1) vtkFillHolesFilter_GetHoleSizeMinValue; extern(C) double function(void* jarg1) vtkFillHolesFilter_GetHoleSizeMaxValue; extern(C) double function(void* jarg1) vtkFillHolesFilter_GetHoleSize; extern(C) void* function(void* objectRef) vtkFillHolesFilter_Upcast; extern(C) void* function() vtkRectilinearGridClip_New; extern(C) int function(const(char)* jarg1) vtkRectilinearGridClip_IsTypeOf; extern(C) void* function(void* jarg1) vtkRectilinearGridClip_SafeDownCast; extern(C) void* function(void* jarg1) vtkRectilinearGridClip_NewInstance; extern(C) void function(void* jarg1, void* jarg2, void* jarg3) vtkRectilinearGridClip_SetOutputWholeExtent__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkRectilinearGridClip_SetOutputWholeExtent__SWIG_1; extern(C) void function(void* jarg1, int jarg2, int jarg3, int jarg4, int jarg5, int jarg6, int jarg7) vtkRectilinearGridClip_SetOutputWholeExtent__SWIG_2; extern(C) void function(void* jarg1, void* jarg2) vtkRectilinearGridClip_GetOutputWholeExtent__SWIG_0; extern(C) void* function(void* jarg1) vtkRectilinearGridClip_GetOutputWholeExtent__SWIG_1; extern(C) void function(void* jarg1) vtkRectilinearGridClip_ResetOutputWholeExtent; extern(C) void function(void* jarg1, int jarg2) vtkRectilinearGridClip_SetClipData; extern(C) int function(void* jarg1) vtkRectilinearGridClip_GetClipData; extern(C) void function(void* jarg1) vtkRectilinearGridClip_ClipDataOn; extern(C) void function(void* jarg1) vtkRectilinearGridClip_ClipDataOff; extern(C) void function(void* jarg1, int jarg2, int jarg3) vtkRectilinearGridClip_SetOutputWholeExtent__SWIG_3; extern(C) void* function(void* objectRef) vtkRectilinearGridClip_Upcast; extern(C) int function() VTK_MAXIMIZE_SCALAR_VALUE_get; extern(C) int function() VTK_MAXIMIZE_OPACITY_get; extern(C) void* function() vtkVolumeRayCastMIPFunction_New; extern(C) int function(const(char)* jarg1) vtkVolumeRayCastMIPFunction_IsTypeOf; extern(C) void* function(void* jarg1) vtkVolumeRayCastMIPFunction_SafeDownCast; extern(C) void* function(void* jarg1) vtkVolumeRayCastMIPFunction_NewInstance; extern(C) void function(void* jarg1, int jarg2) vtkVolumeRayCastMIPFunction_SetMaximizeMethod; extern(C) int function(void* jarg1) vtkVolumeRayCastMIPFunction_GetMaximizeMethodMinValue; extern(C) int function(void* jarg1) vtkVolumeRayCastMIPFunction_GetMaximizeMethodMaxValue; extern(C) int function(void* jarg1) vtkVolumeRayCastMIPFunction_GetMaximizeMethod; extern(C) void function(void* jarg1) vtkVolumeRayCastMIPFunction_SetMaximizeMethodToScalarValue; extern(C) void function(void* jarg1) vtkVolumeRayCastMIPFunction_SetMaximizeMethodToOpacity; extern(C) const(char)* function(void* jarg1) vtkVolumeRayCastMIPFunction_GetMaximizeMethodAsString; extern(C) void* function(void* objectRef) vtkVolumeRayCastMIPFunction_Upcast; extern(C) void* function() vtkBlankStructuredGrid_New; extern(C) int function(const(char)* jarg1) vtkBlankStructuredGrid_IsTypeOf; extern(C) void* function(void* jarg1) vtkBlankStructuredGrid_SafeDownCast; extern(C) void* function(void* jarg1) vtkBlankStructuredGrid_NewInstance; extern(C) void function(void* jarg1, double jarg2) vtkBlankStructuredGrid_SetMinBlankingValue; extern(C) double function(void* jarg1) vtkBlankStructuredGrid_GetMinBlankingValue; extern(C) void function(void* jarg1, double jarg2) vtkBlankStructuredGrid_SetMaxBlankingValue; extern(C) double function(void* jarg1) vtkBlankStructuredGrid_GetMaxBlankingValue; extern(C) void function(void* jarg1, const(char)* jarg2) vtkBlankStructuredGrid_SetArrayName; extern(C) const(char)* function(void* jarg1) vtkBlankStructuredGrid_GetArrayName; extern(C) void function(void* jarg1, int jarg2) vtkBlankStructuredGrid_SetArrayId; extern(C) int function(void* jarg1) vtkBlankStructuredGrid_GetArrayId; extern(C) void function(void* jarg1, int jarg2) vtkBlankStructuredGrid_SetComponent; extern(C) int function(void* jarg1) vtkBlankStructuredGrid_GetComponentMinValue; extern(C) int function(void* jarg1) vtkBlankStructuredGrid_GetComponentMaxValue; extern(C) int function(void* jarg1) vtkBlankStructuredGrid_GetComponent; extern(C) void* function(void* objectRef) vtkBlankStructuredGrid_Upcast; extern(C) int function(const(char)* jarg1) vtkDescriptiveStatistics_IsTypeOf; extern(C) void* function(void* jarg1) vtkDescriptiveStatistics_SafeDownCast; extern(C) void* function(void* jarg1) vtkDescriptiveStatistics_NewInstance; extern(C) void* function() vtkDescriptiveStatistics_New; extern(C) void function(void* jarg1, int jarg2) vtkDescriptiveStatistics_SetUnbiasedVariance; extern(C) int function(void* jarg1) vtkDescriptiveStatistics_GetUnbiasedVariance; extern(C) void function(void* jarg1) vtkDescriptiveStatistics_UnbiasedVarianceOn; extern(C) void function(void* jarg1) vtkDescriptiveStatistics_UnbiasedVarianceOff; extern(C) void function(void* jarg1, int jarg2) vtkDescriptiveStatistics_SetG1Skewness; extern(C) int function(void* jarg1) vtkDescriptiveStatistics_GetG1Skewness; extern(C) void function(void* jarg1) vtkDescriptiveStatistics_G1SkewnessOn; extern(C) void function(void* jarg1) vtkDescriptiveStatistics_G1SkewnessOff; extern(C) void function(void* jarg1, int jarg2) vtkDescriptiveStatistics_SetG2Kurtosis; extern(C) int function(void* jarg1) vtkDescriptiveStatistics_GetG2Kurtosis; extern(C) void function(void* jarg1) vtkDescriptiveStatistics_G2KurtosisOn; extern(C) void function(void* jarg1) vtkDescriptiveStatistics_G2KurtosisOff; extern(C) void function(void* jarg1, int jarg2) vtkDescriptiveStatistics_SetSignedDeviations; extern(C) int function(void* jarg1) vtkDescriptiveStatistics_GetSignedDeviations; extern(C) void function(void* jarg1) vtkDescriptiveStatistics_SignedDeviationsOn; extern(C) void function(void* jarg1) vtkDescriptiveStatistics_SignedDeviationsOff; extern(C) void* function(void* objectRef) vtkDescriptiveStatistics_Upcast; extern(C) int function() VTK_NO_GLYPH_get; extern(C) int function() VTK_VERTEX_GLYPH_get; extern(C) int function() VTK_DASH_GLYPH_get; extern(C) int function() VTK_CROSS_GLYPH_get; extern(C) int function() VTK_THICKCROSS_GLYPH_get; extern(C) int function() VTK_TRIANGLE_GLYPH_get; extern(C) int function() VTK_SQUARE_GLYPH_get; extern(C) int function() VTK_CIRCLE_GLYPH_get; extern(C) int function() VTK_DIAMOND_GLYPH_get; extern(C) int function() VTK_ARROW_GLYPH_get; extern(C) int function() VTK_THICKARROW_GLYPH_get; extern(C) int function() VTK_HOOKEDARROW_GLYPH_get; extern(C) int function() VTK_EDGEARROW_GLYPH_get; extern(C) int function(const(char)* jarg1) vtkGlyphSource2D_IsTypeOf; extern(C) void* function(void* jarg1) vtkGlyphSource2D_SafeDownCast; extern(C) void* function(void* jarg1) vtkGlyphSource2D_NewInstance; extern(C) void* function() vtkGlyphSource2D_New; extern(C) void function(void* jarg1, double jarg2, double jarg3, double jarg4) vtkGlyphSource2D_SetCenter__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkGlyphSource2D_SetCenter__SWIG_1; extern(C) void* function(void* jarg1) vtkGlyphSource2D_GetCenter__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkGlyphSource2D_GetCenter__SWIG_1; extern(C) void function(void* jarg1, double jarg2) vtkGlyphSource2D_SetScale; extern(C) double function(void* jarg1) vtkGlyphSource2D_GetScaleMinValue; extern(C) double function(void* jarg1) vtkGlyphSource2D_GetScaleMaxValue; extern(C) double function(void* jarg1) vtkGlyphSource2D_GetScale; extern(C) void function(void* jarg1, double jarg2) vtkGlyphSource2D_SetScale2; extern(C) double function(void* jarg1) vtkGlyphSource2D_GetScale2MinValue; extern(C) double function(void* jarg1) vtkGlyphSource2D_GetScale2MaxValue; extern(C) double function(void* jarg1) vtkGlyphSource2D_GetScale2; extern(C) void function(void* jarg1, double jarg2, double jarg3, double jarg4) vtkGlyphSource2D_SetColor__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkGlyphSource2D_SetColor__SWIG_1; extern(C) void* function(void* jarg1) vtkGlyphSource2D_GetColor__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkGlyphSource2D_GetColor__SWIG_1; extern(C) void function(void* jarg1, int jarg2) vtkGlyphSource2D_SetFilled; extern(C) int function(void* jarg1) vtkGlyphSource2D_GetFilled; extern(C) void function(void* jarg1) vtkGlyphSource2D_FilledOn; extern(C) void function(void* jarg1) vtkGlyphSource2D_FilledOff; extern(C) void function(void* jarg1, int jarg2) vtkGlyphSource2D_SetDash; extern(C) int function(void* jarg1) vtkGlyphSource2D_GetDash; extern(C) void function(void* jarg1) vtkGlyphSource2D_DashOn; extern(C) void function(void* jarg1) vtkGlyphSource2D_DashOff; extern(C) void function(void* jarg1, int jarg2) vtkGlyphSource2D_SetCross; extern(C) int function(void* jarg1) vtkGlyphSource2D_GetCross; extern(C) void function(void* jarg1) vtkGlyphSource2D_CrossOn; extern(C) void function(void* jarg1) vtkGlyphSource2D_CrossOff; extern(C) void function(void* jarg1, double jarg2) vtkGlyphSource2D_SetRotationAngle; extern(C) double function(void* jarg1) vtkGlyphSource2D_GetRotationAngle; extern(C) void function(void* jarg1, int jarg2) vtkGlyphSource2D_SetGlyphType; extern(C) int function(void* jarg1) vtkGlyphSource2D_GetGlyphTypeMinValue; extern(C) int function(void* jarg1) vtkGlyphSource2D_GetGlyphTypeMaxValue; extern(C) int function(void* jarg1) vtkGlyphSource2D_GetGlyphType; extern(C) void function(void* jarg1) vtkGlyphSource2D_SetGlyphTypeToNone; extern(C) void function(void* jarg1) vtkGlyphSource2D_SetGlyphTypeToVertex; extern(C) void function(void* jarg1) vtkGlyphSource2D_SetGlyphTypeToDash; extern(C) void function(void* jarg1) vtkGlyphSource2D_SetGlyphTypeToCross; extern(C) void function(void* jarg1) vtkGlyphSource2D_SetGlyphTypeToThickCross; extern(C) void function(void* jarg1) vtkGlyphSource2D_SetGlyphTypeToTriangle; extern(C) void function(void* jarg1) vtkGlyphSource2D_SetGlyphTypeToSquare; extern(C) void function(void* jarg1) vtkGlyphSource2D_SetGlyphTypeToCircle; extern(C) void function(void* jarg1) vtkGlyphSource2D_SetGlyphTypeToDiamond; extern(C) void function(void* jarg1) vtkGlyphSource2D_SetGlyphTypeToArrow; extern(C) void function(void* jarg1) vtkGlyphSource2D_SetGlyphTypeToThickArrow; extern(C) void function(void* jarg1) vtkGlyphSource2D_SetGlyphTypeToHookedArrow; extern(C) void function(void* jarg1) vtkGlyphSource2D_SetGlyphTypeToEdgeArrow; extern(C) void* function(void* objectRef) vtkGlyphSource2D_Upcast; extern(C) int function(const(char)* jarg1) vtkGlobFileNames_IsTypeOf; extern(C) void* function(void* jarg1) vtkGlobFileNames_SafeDownCast; extern(C) void* function(void* jarg1) vtkGlobFileNames_NewInstance; extern(C) void* function() vtkGlobFileNames_New; extern(C) void function(void* jarg1) vtkGlobFileNames_Reset; extern(C) void function(void* jarg1, const(char)* jarg2) vtkGlobFileNames_SetDirectory; extern(C) const(char)* function(void* jarg1) vtkGlobFileNames_GetDirectory; extern(C) int function(void* jarg1, const(char)* jarg2) vtkGlobFileNames_AddFileNames; extern(C) void function(void* jarg1, int jarg2) vtkGlobFileNames_SetRecurse; extern(C) void function(void* jarg1) vtkGlobFileNames_RecurseOn; extern(C) void function(void* jarg1) vtkGlobFileNames_RecurseOff; extern(C) int function(void* jarg1) vtkGlobFileNames_GetRecurse; extern(C) int function(void* jarg1) vtkGlobFileNames_GetNumberOfFileNames; extern(C) const(char)* function(void* jarg1, int jarg2) vtkGlobFileNames_GetNthFileName; extern(C) void* function(void* jarg1) vtkGlobFileNames_GetFileNames; extern(C) void* function(void* objectRef) vtkGlobFileNames_Upcast; extern(C) void* function() vtkBrownianPoints_New; extern(C) int function(const(char)* jarg1) vtkBrownianPoints_IsTypeOf; extern(C) void* function(void* jarg1) vtkBrownianPoints_SafeDownCast; extern(C) void* function(void* jarg1) vtkBrownianPoints_NewInstance; extern(C) void function(void* jarg1, double jarg2) vtkBrownianPoints_SetMinimumSpeed; extern(C) double function(void* jarg1) vtkBrownianPoints_GetMinimumSpeedMinValue; extern(C) double function(void* jarg1) vtkBrownianPoints_GetMinimumSpeedMaxValue; extern(C) double function(void* jarg1) vtkBrownianPoints_GetMinimumSpeed; extern(C) void function(void* jarg1, double jarg2) vtkBrownianPoints_SetMaximumSpeed; extern(C) double function(void* jarg1) vtkBrownianPoints_GetMaximumSpeedMinValue; extern(C) double function(void* jarg1) vtkBrownianPoints_GetMaximumSpeedMaxValue; extern(C) double function(void* jarg1) vtkBrownianPoints_GetMaximumSpeed; extern(C) void* function(void* objectRef) vtkBrownianPoints_Upcast; extern(C) void* function() vtkQuadraticTriangle_New; extern(C) int function(const(char)* jarg1) vtkQuadraticTriangle_IsTypeOf; extern(C) void* function(void* jarg1) vtkQuadraticTriangle_SafeDownCast; extern(C) void* function(void* jarg1) vtkQuadraticTriangle_NewInstance; extern(C) void function(void* jarg1, void* jarg2) vtkQuadraticTriangle_InterpolationFunctions; extern(C) void function(void* jarg1, void* jarg2) vtkQuadraticTriangle_InterpolationDerivs; extern(C) void function(void* jarg1, void* jarg2, void* jarg3) vtkQuadraticTriangle_InterpolateFunctions; extern(C) void function(void* jarg1, void* jarg2, void* jarg3) vtkQuadraticTriangle_InterpolateDerivs; extern(C) void* function(void* objectRef) vtkQuadraticTriangle_Upcast; extern(C) int function(const(char)* jarg1) vtkBlueObeliskDataParser_IsTypeOf; extern(C) void* function(void* jarg1) vtkBlueObeliskDataParser_SafeDownCast; extern(C) void* function(void* jarg1) vtkBlueObeliskDataParser_NewInstance; extern(C) void* function() vtkBlueObeliskDataParser_New; extern(C) void function(void* jarg1, void* jarg2) vtkBlueObeliskDataParser_SetTarget; extern(C) int function(void* jarg1) vtkBlueObeliskDataParser_Parse__SWIG_0; extern(C) int function(void* jarg1, const(char)* jarg2) vtkBlueObeliskDataParser_Parse__SWIG_1; extern(C) int function(void* jarg1, const(char)* jarg2, uint jarg3) vtkBlueObeliskDataParser_Parse__SWIG_2; extern(C) void* function(void* objectRef) vtkBlueObeliskDataParser_Upcast; extern(C) int function(const(char)* jarg1) vtkConeSource_IsTypeOf; extern(C) void* function(void* jarg1) vtkConeSource_SafeDownCast; extern(C) void* function(void* jarg1) vtkConeSource_NewInstance; extern(C) void* function() vtkConeSource_New; extern(C) void function(void* jarg1, double jarg2) vtkConeSource_SetHeight; extern(C) double function(void* jarg1) vtkConeSource_GetHeightMinValue; extern(C) double function(void* jarg1) vtkConeSource_GetHeightMaxValue; extern(C) double function(void* jarg1) vtkConeSource_GetHeight; extern(C) void function(void* jarg1, double jarg2) vtkConeSource_SetRadius; extern(C) double function(void* jarg1) vtkConeSource_GetRadiusMinValue; extern(C) double function(void* jarg1) vtkConeSource_GetRadiusMaxValue; extern(C) double function(void* jarg1) vtkConeSource_GetRadius; extern(C) void function(void* jarg1, int jarg2) vtkConeSource_SetResolution; extern(C) int function(void* jarg1) vtkConeSource_GetResolutionMinValue; extern(C) int function(void* jarg1) vtkConeSource_GetResolutionMaxValue; extern(C) int function(void* jarg1) vtkConeSource_GetResolution; extern(C) void function(void* jarg1, double jarg2, double jarg3, double jarg4) vtkConeSource_SetCenter__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkConeSource_SetCenter__SWIG_1; extern(C) void* function(void* jarg1) vtkConeSource_GetCenter__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkConeSource_GetCenter__SWIG_1; extern(C) void function(void* jarg1, double jarg2, double jarg3, double jarg4) vtkConeSource_SetDirection__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkConeSource_SetDirection__SWIG_1; extern(C) void* function(void* jarg1) vtkConeSource_GetDirection__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkConeSource_GetDirection__SWIG_1; extern(C) void function(void* jarg1, double jarg2) vtkConeSource_SetAngle; extern(C) double function(void* jarg1) vtkConeSource_GetAngle; extern(C) void function(void* jarg1, int jarg2) vtkConeSource_SetCapping; extern(C) int function(void* jarg1) vtkConeSource_GetCapping; extern(C) void function(void* jarg1) vtkConeSource_CappingOn; extern(C) void function(void* jarg1) vtkConeSource_CappingOff; extern(C) void* function(void* objectRef) vtkConeSource_Upcast; extern(C) void* function() vtkThresholdGraph_New; extern(C) int function(const(char)* jarg1) vtkThresholdGraph_IsTypeOf; extern(C) void* function(void* jarg1) vtkThresholdGraph_SafeDownCast; extern(C) void* function(void* jarg1) vtkThresholdGraph_NewInstance; extern(C) double function(void* jarg1) vtkThresholdGraph_GetLowerThreshold; extern(C) void function(void* jarg1, double jarg2) vtkThresholdGraph_SetLowerThreshold; extern(C) double function(void* jarg1) vtkThresholdGraph_GetUpperThreshold; extern(C) void function(void* jarg1, double jarg2) vtkThresholdGraph_SetUpperThreshold; extern(C) void* function() new_vtkThresholdGraph; extern(C) void function(void* jarg1) delete_vtkThresholdGraph; extern(C) void* function(void* objectRef) vtkThresholdGraph_Upcast; extern(C) void* function() new_StreaklineFilterInternal; extern(C) void function(void* jarg1, void* jarg2) StreaklineFilterInternal_Initialize; extern(C) void function(void* jarg1) delete_StreaklineFilterInternal; extern(C) int function(void* jarg1, void* jarg2) StreaklineFilterInternal_OutputParticles; extern(C) void function(void* jarg1) StreaklineFilterInternal_Finalize; extern(C) void function(void* jarg1) StreaklineFilterInternal_Reset; extern(C) int function(const(char)* jarg1) vtkStreaklineFilter_IsTypeOf; extern(C) void* function(void* jarg1) vtkStreaklineFilter_SafeDownCast; extern(C) void* function(void* jarg1) vtkStreaklineFilter_NewInstance; extern(C) void* function() vtkStreaklineFilter_New; extern(C) void* function(void* objectRef) vtkStreaklineFilter_Upcast; extern(C) int function(const(char)* jarg1) vtkContourFilter_IsTypeOf; extern(C) void* function(void* jarg1) vtkContourFilter_SafeDownCast; extern(C) void* function(void* jarg1) vtkContourFilter_NewInstance; extern(C) void* function() vtkContourFilter_New; extern(C) void function(void* jarg1, int jarg2, double jarg3) vtkContourFilter_SetValue; extern(C) double function(void* jarg1, int jarg2) vtkContourFilter_GetValue; extern(C) void* function(void* jarg1) vtkContourFilter_GetValues__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkContourFilter_GetValues__SWIG_1; extern(C) void function(void* jarg1, int jarg2) vtkContourFilter_SetNumberOfContours; extern(C) int function(void* jarg1) vtkContourFilter_GetNumberOfContours; extern(C) void function(void* jarg1, int jarg2, void* jarg3) vtkContourFilter_GenerateValues__SWIG_0; extern(C) void function(void* jarg1, int jarg2, double jarg3, double jarg4) vtkContourFilter_GenerateValues__SWIG_1; extern(C) void function(void* jarg1, int jarg2) vtkContourFilter_SetComputeNormals; extern(C) int function(void* jarg1) vtkContourFilter_GetComputeNormals; extern(C) void function(void* jarg1) vtkContourFilter_ComputeNormalsOn; extern(C) void function(void* jarg1) vtkContourFilter_ComputeNormalsOff; extern(C) void function(void* jarg1, int jarg2) vtkContourFilter_SetComputeGradients; extern(C) int function(void* jarg1) vtkContourFilter_GetComputeGradients; extern(C) void function(void* jarg1) vtkContourFilter_ComputeGradientsOn; extern(C) void function(void* jarg1) vtkContourFilter_ComputeGradientsOff; extern(C) void function(void* jarg1, int jarg2) vtkContourFilter_SetComputeScalars; extern(C) int function(void* jarg1) vtkContourFilter_GetComputeScalars; extern(C) void function(void* jarg1) vtkContourFilter_ComputeScalarsOn; extern(C) void function(void* jarg1) vtkContourFilter_ComputeScalarsOff; extern(C) void function(void* jarg1, int jarg2) vtkContourFilter_SetUseScalarTree; extern(C) int function(void* jarg1) vtkContourFilter_GetUseScalarTree; extern(C) void function(void* jarg1) vtkContourFilter_UseScalarTreeOn; extern(C) void function(void* jarg1) vtkContourFilter_UseScalarTreeOff; extern(C) void function(void* jarg1, void* jarg2) vtkContourFilter_SetScalarTree; extern(C) void* function(void* jarg1) vtkContourFilter_GetScalarTree; extern(C) void function(void* jarg1, void* jarg2) vtkContourFilter_SetLocator; extern(C) void* function(void* jarg1) vtkContourFilter_GetLocator; extern(C) void function(void* jarg1) vtkContourFilter_CreateDefaultLocator; extern(C) void function(void* jarg1, int jarg2) vtkContourFilter_SetArrayComponent; extern(C) int function(void* jarg1) vtkContourFilter_GetArrayComponent; extern(C) void function(void* jarg1, int jarg2) vtkContourFilter_SetGenerateTriangles; extern(C) int function(void* jarg1) vtkContourFilter_GetGenerateTriangles; extern(C) void function(void* jarg1) vtkContourFilter_GenerateTrianglesOn; extern(C) void function(void* jarg1) vtkContourFilter_GenerateTrianglesOff; extern(C) void function(void* jarg1, int jarg2) vtkContourFilter_SetOutputPointsPrecision; extern(C) int function(void* jarg1) vtkContourFilter_GetOutputPointsPrecision; extern(C) void* function(void* objectRef) vtkContourFilter_Upcast; extern(C) int function(const(char)* jarg1) vtkVertexGlyphFilter_IsTypeOf; extern(C) void* function(void* jarg1) vtkVertexGlyphFilter_SafeDownCast; extern(C) void* function(void* jarg1) vtkVertexGlyphFilter_NewInstance; extern(C) void* function() vtkVertexGlyphFilter_New; extern(C) void* function(void* objectRef) vtkVertexGlyphFilter_Upcast; extern(C) int function(const(char)* jarg1) vtkMINCImageAttributes_IsTypeOf; extern(C) void* function(void* jarg1) vtkMINCImageAttributes_SafeDownCast; extern(C) void* function(void* jarg1) vtkMINCImageAttributes_NewInstance; extern(C) void* function() vtkMINCImageAttributes_New; extern(C) void function(void* jarg1) vtkMINCImageAttributes_Reset; extern(C) void function(void* jarg1, const(char)* jarg2) vtkMINCImageAttributes_SetName; extern(C) const(char)* function(void* jarg1) vtkMINCImageAttributes_GetName; extern(C) void function(void* jarg1, int jarg2) vtkMINCImageAttributes_SetDataType; extern(C) int function(void* jarg1) vtkMINCImageAttributes_GetDataType; extern(C) void function(void* jarg1, const(char)* jarg2) vtkMINCImageAttributes_AddDimension__SWIG_0; extern(C) void function(void* jarg1, const(char)* jarg2, long jarg3) vtkMINCImageAttributes_AddDimension__SWIG_1; extern(C) void* function(void* jarg1) vtkMINCImageAttributes_GetDimensionNames; extern(C) void* function(void* jarg1) vtkMINCImageAttributes_GetDimensionLengths; extern(C) void* function(void* jarg1) vtkMINCImageAttributes_GetVariableNames; extern(C) void* function(void* jarg1, const(char)* jarg2) vtkMINCImageAttributes_GetAttributeNames; extern(C) void function(void* jarg1, void* jarg2) vtkMINCImageAttributes_SetImageMin; extern(C) void function(void* jarg1, void* jarg2) vtkMINCImageAttributes_SetImageMax; extern(C) void* function(void* jarg1) vtkMINCImageAttributes_GetImageMin; extern(C) void* function(void* jarg1) vtkMINCImageAttributes_GetImageMax; extern(C) int function(void* jarg1) vtkMINCImageAttributes_GetNumberOfImageMinMaxDimensions; extern(C) void function(void* jarg1, int jarg2) vtkMINCImageAttributes_SetNumberOfImageMinMaxDimensions; extern(C) int function(void* jarg1, const(char)* jarg2, const(char)* jarg3) vtkMINCImageAttributes_HasAttribute; extern(C) void function(void* jarg1, const(char)* jarg2, const(char)* jarg3, void* jarg4) vtkMINCImageAttributes_SetAttributeValueAsArray; extern(C) void* function(void* jarg1, const(char)* jarg2, const(char)* jarg3) vtkMINCImageAttributes_GetAttributeValueAsArray; extern(C) void function(void* jarg1, const(char)* jarg2, const(char)* jarg3, const(char)* jarg4) vtkMINCImageAttributes_SetAttributeValueAsString; extern(C) const(char)* function(void* jarg1, const(char)* jarg2, const(char)* jarg3) vtkMINCImageAttributes_GetAttributeValueAsString; extern(C) void function(void* jarg1, const(char)* jarg2, const(char)* jarg3, int jarg4) vtkMINCImageAttributes_SetAttributeValueAsInt; extern(C) int function(void* jarg1, const(char)* jarg2, const(char)* jarg3) vtkMINCImageAttributes_GetAttributeValueAsInt; extern(C) void function(void* jarg1, const(char)* jarg2, const(char)* jarg3, double jarg4) vtkMINCImageAttributes_SetAttributeValueAsDouble; extern(C) double function(void* jarg1, const(char)* jarg2, const(char)* jarg3) vtkMINCImageAttributes_GetAttributeValueAsDouble; extern(C) int function(void* jarg1, const(char)* jarg2, const(char)* jarg3, void* jarg4) vtkMINCImageAttributes_ValidateAttribute; extern(C) void function(void* jarg1, int jarg2) vtkMINCImageAttributes_SetValidateAttributes; extern(C) void function(void* jarg1) vtkMINCImageAttributes_ValidateAttributesOn; extern(C) void function(void* jarg1) vtkMINCImageAttributes_ValidateAttributesOff; extern(C) int function(void* jarg1) vtkMINCImageAttributes_GetValidateAttributes; extern(C) void function(void* jarg1, void* jarg2) vtkMINCImageAttributes_ShallowCopy; extern(C) void function(void* jarg1, void* jarg2) vtkMINCImageAttributes_FindValidRange; extern(C) void function(void* jarg1, void* jarg2) vtkMINCImageAttributes_FindImageRange; extern(C) void function(void* jarg1) vtkMINCImageAttributes_PrintFileHeader__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkMINCImageAttributes_PrintFileHeader__SWIG_1; extern(C) void* function(void* objectRef) vtkMINCImageAttributes_Upcast; extern(C) void* function() vtkInformation_New; extern(C) int function(const(char)* jarg1) vtkInformation_IsTypeOf; extern(C) void* function(void* jarg1) vtkInformation_SafeDownCast; extern(C) void* function(void* jarg1) vtkInformation_NewInstance; extern(C) void function(void* jarg1, void* jarg2, void* jarg3) vtkInformation_PrintKeys; extern(C) void function(void* jarg1) vtkInformation_Modified__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkInformation_Modified__SWIG_1; extern(C) void function(void* jarg1) vtkInformation_Clear; extern(C) int function(void* jarg1) vtkInformation_GetNumberOfKeys; extern(C) void function(void* jarg1, void* jarg2, int jarg3) vtkInformation_Copy__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkInformation_Copy__SWIG_1; extern(C) void function(void* jarg1, void* jarg2, void* jarg3, int jarg4) vtkInformation_CopyEntry__SWIG_0; extern(C) void function(void* jarg1, void* jarg2, void* jarg3) vtkInformation_CopyEntry__SWIG_1; extern(C) void function(void* jarg1, void* jarg2, void* jarg3, int jarg4) vtkInformation_CopyEntry__SWIG_2; extern(C) void function(void* jarg1, void* jarg2, void* jarg3) vtkInformation_CopyEntry__SWIG_3; extern(C) void function(void* jarg1, void* jarg2, void* jarg3, int jarg4) vtkInformation_CopyEntry__SWIG_4; extern(C) void function(void* jarg1, void* jarg2, void* jarg3) vtkInformation_CopyEntry__SWIG_5; extern(C) void function(void* jarg1, void* jarg2, void* jarg3, int jarg4) vtkInformation_CopyEntry__SWIG_6; extern(C) void function(void* jarg1, void* jarg2, void* jarg3) vtkInformation_CopyEntry__SWIG_7; extern(C) void function(void* jarg1, void* jarg2, void* jarg3, int jarg4) vtkInformation_CopyEntry__SWIG_8; extern(C) void function(void* jarg1, void* jarg2, void* jarg3) vtkInformation_CopyEntry__SWIG_9; extern(C) void function(void* jarg1, void* jarg2, void* jarg3, int jarg4) vtkInformation_CopyEntry__SWIG_10; extern(C) void function(void* jarg1, void* jarg2, void* jarg3) vtkInformation_CopyEntry__SWIG_11; extern(C) void function(void* jarg1, void* jarg2, void* jarg3, int jarg4) vtkInformation_CopyEntry__SWIG_12; extern(C) void function(void* jarg1, void* jarg2, void* jarg3) vtkInformation_CopyEntry__SWIG_13; extern(C) void function(void* jarg1, void* jarg2, void* jarg3, int jarg4) vtkInformation_CopyEntry__SWIG_14; extern(C) void function(void* jarg1, void* jarg2, void* jarg3) vtkInformation_CopyEntry__SWIG_15; extern(C) void function(void* jarg1, void* jarg2, void* jarg3, int jarg4) vtkInformation_CopyEntry__SWIG_16; extern(C) void function(void* jarg1, void* jarg2, void* jarg3) vtkInformation_CopyEntry__SWIG_17; extern(C) void function(void* jarg1, void* jarg2, void* jarg3, int jarg4) vtkInformation_CopyEntry__SWIG_18; extern(C) void function(void* jarg1, void* jarg2, void* jarg3) vtkInformation_CopyEntry__SWIG_19; extern(C) void function(void* jarg1, void* jarg2, void* jarg3, int jarg4) vtkInformation_CopyEntry__SWIG_20; extern(C) void function(void* jarg1, void* jarg2, void* jarg3) vtkInformation_CopyEntry__SWIG_21; extern(C) void function(void* jarg1, void* jarg2, void* jarg3, int jarg4) vtkInformation_CopyEntry__SWIG_22; extern(C) void function(void* jarg1, void* jarg2, void* jarg3) vtkInformation_CopyEntry__SWIG_23; extern(C) void function(void* jarg1, void* jarg2, void* jarg3, int jarg4) vtkInformation_CopyEntry__SWIG_24; extern(C) void function(void* jarg1, void* jarg2, void* jarg3) vtkInformation_CopyEntry__SWIG_25; extern(C) void function(void* jarg1, void* jarg2, void* jarg3, int jarg4) vtkInformation_CopyEntries__SWIG_0; extern(C) void function(void* jarg1, void* jarg2, void* jarg3) vtkInformation_CopyEntries__SWIG_1; extern(C) int function(void* jarg1, void* jarg2) vtkInformation_Has__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkInformation_Remove__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkInformation_Set__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkInformation_Remove__SWIG_1; extern(C) int function(void* jarg1, void* jarg2) vtkInformation_Has__SWIG_1; extern(C) void function(void* jarg1, void* jarg2, int jarg3) vtkInformation_Set__SWIG_1; extern(C) int function(void* jarg1, void* jarg2) vtkInformation_Get__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkInformation_Remove__SWIG_2; extern(C) int function(void* jarg1, void* jarg2) vtkInformation_Has__SWIG_2; extern(C) void function(void* jarg1, void* jarg2, long jarg3) vtkInformation_Set__SWIG_2; extern(C) long function(void* jarg1, void* jarg2) vtkInformation_Get__SWIG_1; extern(C) void function(void* jarg1, void* jarg2) vtkInformation_Remove__SWIG_3; extern(C) int function(void* jarg1, void* jarg2) vtkInformation_Has__SWIG_3; extern(C) void function(void* jarg1, void* jarg2, double jarg3) vtkInformation_Set__SWIG_3; extern(C) double function(void* jarg1, void* jarg2) vtkInformation_Get__SWIG_2; extern(C) void function(void* jarg1, void* jarg2) vtkInformation_Remove__SWIG_4; extern(C) int function(void* jarg1, void* jarg2) vtkInformation_Has__SWIG_4; extern(C) void function(void* jarg1, void* jarg2, void* jarg3) vtkInformation_Set__SWIG_4; extern(C) void* function(void* jarg1, void* jarg2) vtkInformation_Get__SWIG_3; extern(C) void function(void* jarg1, void* jarg2) vtkInformation_Remove__SWIG_5; extern(C) int function(void* jarg1, void* jarg2) vtkInformation_Has__SWIG_5; extern(C) void function(void* jarg1, void* jarg2, int jarg3) vtkInformation_Append__SWIG_0; extern(C) void function(void* jarg1, void* jarg2, void* jarg3, int jarg4) vtkInformation_Set__SWIG_5; extern(C) void function(void* jarg1, void* jarg2, int jarg3, int jarg4, int jarg5) vtkInformation_Set__SWIG_6; extern(C) void function(void* jarg1, void* jarg2, int jarg3, int jarg4, int jarg5, int jarg6, int jarg7, int jarg8) vtkInformation_Set__SWIG_7; extern(C) void* function(void* jarg1, void* jarg2) vtkInformation_Get__SWIG_4; extern(C) int function(void* jarg1, void* jarg2, int jarg3) vtkInformation_Get__SWIG_5; extern(C) void function(void* jarg1, void* jarg2, void* jarg3) vtkInformation_Get__SWIG_6; extern(C) int function(void* jarg1, void* jarg2) vtkInformation_Length__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkInformation_Remove__SWIG_6; extern(C) int function(void* jarg1, void* jarg2) vtkInformation_Has__SWIG_6; extern(C) void function(void* jarg1, void* jarg2, const(char)* jarg3) vtkInformation_Append__SWIG_1; extern(C) void function(void* jarg1, void* jarg2, const(char)* jarg3, int jarg4) vtkInformation_Set__SWIG_8; extern(C) void function(void* jarg1, void* jarg2, const(char)* jarg3) vtkInformation_Set__SWIG_9; extern(C) const(char)* function(void* jarg1, void* jarg2, int jarg3) vtkInformation_Get__SWIG_7; extern(C) const(char)* function(void* jarg1, void* jarg2) vtkInformation_Get__SWIG_8; extern(C) int function(void* jarg1, void* jarg2) vtkInformation_Length__SWIG_1; extern(C) void function(void* jarg1, void* jarg2) vtkInformation_Remove__SWIG_7; extern(C) int function(void* jarg1, void* jarg2) vtkInformation_Has__SWIG_7; extern(C) void function(void* jarg1, void* jarg2, void* jarg3, int jarg4) vtkInformation_Set__SWIG_10; extern(C) void* function(void* jarg1, void* jarg2) vtkInformation_Get__SWIG_9; extern(C) void function(void* jarg1, void* jarg2, void* jarg3) vtkInformation_Get__SWIG_10; extern(C) int function(void* jarg1, void* jarg2) vtkInformation_Length__SWIG_2; extern(C) void function(void* jarg1, void* jarg2) vtkInformation_Remove__SWIG_8; extern(C) int function(void* jarg1, void* jarg2) vtkInformation_Has__SWIG_8; extern(C) void function(void* jarg1, void* jarg2, core.stdc.config.c_ulong jarg3) vtkInformation_Set__SWIG_11; extern(C) core.stdc.config.c_ulong function(void* jarg1, void* jarg2) vtkInformation_Get__SWIG_11; extern(C) void function(void* jarg1, void* jarg2) vtkInformation_Remove__SWIG_9; extern(C) int function(void* jarg1, void* jarg2) vtkInformation_Has__SWIG_9; extern(C) void function(void* jarg1, void* jarg2, double jarg3) vtkInformation_Append__SWIG_2; extern(C) void function(void* jarg1, void* jarg2, void* jarg3, int jarg4) vtkInformation_Set__SWIG_12; extern(C) void function(void* jarg1, void* jarg2, double jarg3, double jarg4, double jarg5) vtkInformation_Set__SWIG_13; extern(C) void function(void* jarg1, void* jarg2, double jarg3, double jarg4, double jarg5, double jarg6, double jarg7, double jarg8) vtkInformation_Set__SWIG_14; extern(C) void* function(void* jarg1, void* jarg2) vtkInformation_Get__SWIG_12; extern(C) double function(void* jarg1, void* jarg2, int jarg3) vtkInformation_Get__SWIG_13; extern(C) void function(void* jarg1, void* jarg2, void* jarg3) vtkInformation_Get__SWIG_14; extern(C) int function(void* jarg1, void* jarg2) vtkInformation_Length__SWIG_3; extern(C) void function(void* jarg1, void* jarg2) vtkInformation_Remove__SWIG_10; extern(C) int function(void* jarg1, void* jarg2) vtkInformation_Has__SWIG_10; extern(C) void function(void* jarg1, void* jarg2, void* jarg3) vtkInformation_Append__SWIG_3; extern(C) void function(void* jarg1, void* jarg2, void* jarg3, int jarg4) vtkInformation_Set__SWIG_15; extern(C) void function(void* jarg1, void* jarg2, void* jarg3, void* jarg4, void* jarg5) vtkInformation_Set__SWIG_16; extern(C) void function(void* jarg1, void* jarg2, void* jarg3, void* jarg4, void* jarg5, void* jarg6, void* jarg7, void* jarg8) vtkInformation_Set__SWIG_17; extern(C) void* function(void* jarg1, void* jarg2) vtkInformation_Get__SWIG_15; extern(C) void* function(void* jarg1, void* jarg2, int jarg3) vtkInformation_Get__SWIG_16; extern(C) void function(void* jarg1, void* jarg2, void* jarg3) vtkInformation_Get__SWIG_17; extern(C) int function(void* jarg1, void* jarg2) vtkInformation_Length__SWIG_4; extern(C) void function(void* jarg1, void* jarg2) vtkInformation_Remove__SWIG_11; extern(C) int function(void* jarg1, void* jarg2) vtkInformation_Has__SWIG_11; extern(C) void function(void* jarg1, void* jarg2, void* jarg3) vtkInformation_Append__SWIG_4; extern(C) void function(void* jarg1, void* jarg2, void* jarg3) vtkInformation_AppendUnique; extern(C) void function(void* jarg1, void* jarg2, void* jarg3, int jarg4) vtkInformation_Set__SWIG_18; extern(C) void function(void* jarg1, void* jarg2, void* jarg3) vtkInformation_Remove__SWIG_12; extern(C) void* function(void* jarg1, void* jarg2) vtkInformation_Get__SWIG_18; extern(C) void* function(void* jarg1, void* jarg2, int jarg3) vtkInformation_Get__SWIG_19; extern(C) void function(void* jarg1, void* jarg2, void* jarg3) vtkInformation_Get__SWIG_20; extern(C) int function(void* jarg1, void* jarg2) vtkInformation_Length__SWIG_5; extern(C) void function(void* jarg1, void* jarg2) vtkInformation_Remove__SWIG_13; extern(C) int function(void* jarg1, void* jarg2) vtkInformation_Has__SWIG_12; extern(C) void function(void* jarg1, void* jarg2, const(char)* jarg3) vtkInformation_Set__SWIG_19; extern(C) const(char)* function(void* jarg1, void* jarg2) vtkInformation_Get__SWIG_21; extern(C) void function(void* jarg1, void* jarg2) vtkInformation_Remove__SWIG_14; extern(C) int function(void* jarg1, void* jarg2) vtkInformation_Has__SWIG_13; extern(C) void function(void* jarg1, void* jarg2, void* jarg3) vtkInformation_Set__SWIG_20; extern(C) void* function(void* jarg1, void* jarg2) vtkInformation_Get__SWIG_22; extern(C) void function(void* jarg1, void* jarg2) vtkInformation_Remove__SWIG_15; extern(C) int function(void* jarg1, void* jarg2) vtkInformation_Has__SWIG_14; extern(C) void function(void* jarg1, void* jarg2, void* jarg3) vtkInformation_Set__SWIG_21; extern(C) void* function(void* jarg1, void* jarg2) vtkInformation_Get__SWIG_23; extern(C) void function(void* jarg1, void* jarg2) vtkInformation_Remove__SWIG_16; extern(C) int function(void* jarg1, void* jarg2) vtkInformation_Has__SWIG_15; extern(C) void function(void* jarg1, void* jarg2, void* jarg3) vtkInformation_Set__SWIG_22; extern(C) void* function(void* jarg1, void* jarg2) vtkInformation_Get__SWIG_24; extern(C) void function(void* jarg1, void* jarg2) vtkInformation_Remove__SWIG_17; extern(C) int function(void* jarg1, void* jarg2) vtkInformation_Has__SWIG_16; extern(C) void function(void* jarg1, void* jarg2, void* jarg3) vtkInformation_Set__SWIG_23; extern(C) void* function(void* jarg1, void* jarg2) vtkInformation_Get__SWIG_25; extern(C) void function(void* jarg1, void* jarg2) vtkInformation_Remove__SWIG_18; extern(C) int function(void* jarg1, void* jarg2) vtkInformation_Has__SWIG_17; extern(C) void* function(void* jarg1) vtkInformation_GetKey__SWIG_0; extern(C) void* function(void* jarg1) vtkInformation_GetKey__SWIG_1; extern(C) void* function(void* jarg1) vtkInformation_GetKey__SWIG_2; extern(C) void* function(void* jarg1) vtkInformation_GetKey__SWIG_3; extern(C) void* function(void* jarg1) vtkInformation_GetKey__SWIG_4; extern(C) void* function(void* jarg1) vtkInformation_GetKey__SWIG_5; extern(C) void* function(void* jarg1) vtkInformation_GetKey__SWIG_6; extern(C) void* function(void* jarg1) vtkInformation_GetKey__SWIG_7; extern(C) void* function(void* jarg1) vtkInformation_GetKey__SWIG_8; extern(C) void* function(void* jarg1) vtkInformation_GetKey__SWIG_9; extern(C) void* function(void* jarg1) vtkInformation_GetKey__SWIG_10; extern(C) void* function(void* jarg1) vtkInformation_GetKey__SWIG_11; extern(C) void* function(void* jarg1) vtkInformation_GetKey__SWIG_12; extern(C) void* function(void* jarg1) vtkInformation_GetKey__SWIG_13; extern(C) void function(void* jarg1, void* jarg2) vtkInformation_SetRequest; extern(C) void* function(void* jarg1) vtkInformation_GetRequest; extern(C) void* function(void* objectRef) vtkInformation_Upcast; extern(C) int function(const(char)* jarg1) vtkPSLACReader_IsTypeOf; extern(C) void* function(void* jarg1) vtkPSLACReader_SafeDownCast; extern(C) void* function(void* jarg1) vtkPSLACReader_NewInstance; extern(C) void* function() vtkPSLACReader_New; extern(C) void* function(void* jarg1) vtkPSLACReader_GetController; extern(C) void function(void* jarg1, void* jarg2) vtkPSLACReader_SetController; extern(C) void* function(void* objectRef) vtkPSLACReader_Upcast; extern(C) const(char)* function(core.stdc.config.c_ulong jarg1) vtkErrorCode_GetStringFromErrorCode; extern(C) core.stdc.config.c_ulong function(const(char)* jarg1) vtkErrorCode_GetErrorCodeFromString; extern(C) core.stdc.config.c_ulong function() vtkErrorCode_GetLastSystemError; extern(C) void* function() new_vtkErrorCode; extern(C) void function(void* jarg1) delete_vtkErrorCode; extern(C) void* function() vtkCameraPass_New; extern(C) int function(const(char)* jarg1) vtkCameraPass_IsTypeOf; extern(C) void* function(void* jarg1) vtkCameraPass_SafeDownCast; extern(C) void* function(void* jarg1) vtkCameraPass_NewInstance; extern(C) void* function(void* jarg1) vtkCameraPass_GetDelegatePass; extern(C) void function(void* jarg1, void* jarg2) vtkCameraPass_SetDelegatePass; extern(C) void function(void* jarg1, double jarg2) vtkCameraPass_SetAspectRatioOverride; extern(C) double function(void* jarg1) vtkCameraPass_GetAspectRatioOverride; extern(C) void* function(void* objectRef) vtkCameraPass_Upcast; extern(C) void* function() vtkGeoSampleArcs_New; extern(C) int function(const(char)* jarg1) vtkGeoSampleArcs_IsTypeOf; extern(C) void* function(void* jarg1) vtkGeoSampleArcs_SafeDownCast; extern(C) void* function(void* jarg1) vtkGeoSampleArcs_NewInstance; extern(C) void function(void* jarg1, double jarg2) vtkGeoSampleArcs_SetGlobeRadius; extern(C) double function(void* jarg1) vtkGeoSampleArcs_GetGlobeRadius; extern(C) void function(void* jarg1, double jarg2) vtkGeoSampleArcs_SetMaximumDistanceMeters; extern(C) double function(void* jarg1) vtkGeoSampleArcs_GetMaximumDistanceMeters; extern(C) void function(void* jarg1, int jarg2) vtkGeoSampleArcs_SetInputCoordinateSystem; extern(C) int function(void* jarg1) vtkGeoSampleArcs_GetInputCoordinateSystem; extern(C) void function(void* jarg1) vtkGeoSampleArcs_SetInputCoordinateSystemToRectangular; extern(C) void function(void* jarg1) vtkGeoSampleArcs_SetInputCoordinateSystemToSpherical; extern(C) void function(void* jarg1, int jarg2) vtkGeoSampleArcs_SetOutputCoordinateSystem; extern(C) int function(void* jarg1) vtkGeoSampleArcs_GetOutputCoordinateSystem; extern(C) void function(void* jarg1) vtkGeoSampleArcs_SetOutputCoordinateSystemToRectangular; extern(C) void function(void* jarg1) vtkGeoSampleArcs_SetOutputCoordinateSystemToSpherical; extern(C) void* function(void* objectRef) vtkGeoSampleArcs_Upcast; extern(C) int function() VTK_PROJECTED_TEXTURE_USE_PINHOLE_get; extern(C) int function() VTK_PROJECTED_TEXTURE_USE_TWO_MIRRORS_get; extern(C) void* function() vtkProjectedTexture_New; extern(C) int function(const(char)* jarg1) vtkProjectedTexture_IsTypeOf; extern(C) void* function(void* jarg1) vtkProjectedTexture_SafeDownCast; extern(C) void* function(void* jarg1) vtkProjectedTexture_NewInstance; extern(C) void function(void* jarg1, double jarg2, double jarg3, double jarg4) vtkProjectedTexture_SetPosition__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkProjectedTexture_SetPosition__SWIG_1; extern(C) void* function(void* jarg1) vtkProjectedTexture_GetPosition__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkProjectedTexture_GetPosition__SWIG_1; extern(C) void function(void* jarg1, void* jarg2) vtkProjectedTexture_SetFocalPoint__SWIG_0; extern(C) void function(void* jarg1, double jarg2, double jarg3, double jarg4) vtkProjectedTexture_SetFocalPoint__SWIG_1; extern(C) void* function(void* jarg1) vtkProjectedTexture_GetFocalPoint__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkProjectedTexture_GetFocalPoint__SWIG_1; extern(C) void function(void* jarg1, int jarg2) vtkProjectedTexture_SetCameraMode; extern(C) int function(void* jarg1) vtkProjectedTexture_GetCameraMode; extern(C) void function(void* jarg1) vtkProjectedTexture_SetCameraModeToPinhole; extern(C) void function(void* jarg1) vtkProjectedTexture_SetCameraModeToTwoMirror; extern(C) void function(void* jarg1, double jarg2) vtkProjectedTexture_SetMirrorSeparation; extern(C) double function(void* jarg1) vtkProjectedTexture_GetMirrorSeparation; extern(C) void* function(void* jarg1) vtkProjectedTexture_GetOrientation__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkProjectedTexture_GetOrientation__SWIG_1; extern(C) void function(void* jarg1, double jarg2, double jarg3, double jarg4) vtkProjectedTexture_SetUp__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkProjectedTexture_SetUp__SWIG_1; extern(C) void* function(void* jarg1) vtkProjectedTexture_GetUp__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkProjectedTexture_GetUp__SWIG_1; extern(C) void function(void* jarg1, double jarg2, double jarg3, double jarg4) vtkProjectedTexture_SetAspectRatio__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkProjectedTexture_SetAspectRatio__SWIG_1; extern(C) void* function(void* jarg1) vtkProjectedTexture_GetAspectRatio__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkProjectedTexture_GetAspectRatio__SWIG_1; extern(C) void function(void* jarg1, double jarg2, double jarg3) vtkProjectedTexture_SetSRange__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkProjectedTexture_SetSRange__SWIG_1; extern(C) void* function(void* jarg1) vtkProjectedTexture_GetSRange__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkProjectedTexture_GetSRange__SWIG_1; extern(C) void function(void* jarg1, double jarg2, double jarg3) vtkProjectedTexture_SetTRange__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkProjectedTexture_SetTRange__SWIG_1; extern(C) void* function(void* jarg1) vtkProjectedTexture_GetTRange__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkProjectedTexture_GetTRange__SWIG_1; extern(C) void* function(void* objectRef) vtkProjectedTexture_Upcast; extern(C) int function(const(char)* jarg1) vtkAMRUtilities_IsTypeOf; extern(C) void* function(void* jarg1) vtkAMRUtilities_SafeDownCast; extern(C) void* function(void* jarg1) vtkAMRUtilities_NewInstance; extern(C) void function(void* jarg1, void* jarg2, void* jarg3) vtkAMRUtilities_StripGhostLayers__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkAMRUtilities_StripGhostLayers__SWIG_1; extern(C) uint function(void* jarg1) vtkAMRUtilities_HasPartiallyOverlappingGhostCells; extern(C) void function(void* jarg1, void* jarg2, void* jarg3) vtkAMRUtilities_DistributeProcessInformation; extern(C) void function(void* jarg1, void* jarg2) vtkAMRUtilities_BlankCells; extern(C) void* function(void* objectRef) vtkAMRUtilities_Upcast; extern(C) void* function() vtkFocalPlanePointPlacer_New; extern(C) int function(const(char)* jarg1) vtkFocalPlanePointPlacer_IsTypeOf; extern(C) void* function(void* jarg1) vtkFocalPlanePointPlacer_SafeDownCast; extern(C) void* function(void* jarg1) vtkFocalPlanePointPlacer_NewInstance; extern(C) int function(void* jarg1, void* jarg2, void* jarg3, void* jarg4, void* jarg5) vtkFocalPlanePointPlacer_ComputeWorldPosition__SWIG_0; extern(C) int function(void* jarg1, void* jarg2, void* jarg3, void* jarg4, void* jarg5, void* jarg6) vtkFocalPlanePointPlacer_ComputeWorldPosition__SWIG_1; extern(C) int function(void* jarg1, void* jarg2) vtkFocalPlanePointPlacer_ValidateWorldPosition__SWIG_0; extern(C) int function(void* jarg1, void* jarg2, void* jarg3) vtkFocalPlanePointPlacer_ValidateWorldPosition__SWIG_1; extern(C) void function(void* jarg1, double jarg2) vtkFocalPlanePointPlacer_SetOffset; extern(C) double function(void* jarg1) vtkFocalPlanePointPlacer_GetOffset; extern(C) void function(void* jarg1, double jarg2, double jarg3, double jarg4, double jarg5, double jarg6, double jarg7) vtkFocalPlanePointPlacer_SetPointBounds__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkFocalPlanePointPlacer_SetPointBounds__SWIG_1; extern(C) void* function(void* jarg1) vtkFocalPlanePointPlacer_GetPointBounds__SWIG_0; extern(C) void function(void* jarg1, void* jarg2, void* jarg3, void* jarg4, void* jarg5, void* jarg6, void* jarg7) vtkFocalPlanePointPlacer_GetPointBounds__SWIG_1; extern(C) void function(void* jarg1, void* jarg2) vtkFocalPlanePointPlacer_GetPointBounds__SWIG_2; extern(C) void* function(void* objectRef) vtkFocalPlanePointPlacer_Upcast; extern(C) void* function() vtkImageToStructuredPoints_New; extern(C) int function(const(char)* jarg1) vtkImageToStructuredPoints_IsTypeOf; extern(C) void* function(void* jarg1) vtkImageToStructuredPoints_SafeDownCast; extern(C) void* function(void* jarg1) vtkImageToStructuredPoints_NewInstance; extern(C) void function(void* jarg1, void* jarg2) vtkImageToStructuredPoints_SetVectorInputData; extern(C) void* function(void* jarg1) vtkImageToStructuredPoints_GetVectorInput; extern(C) void* function(void* jarg1) vtkImageToStructuredPoints_GetStructuredPointsOutput; extern(C) void* function(void* objectRef) vtkImageToStructuredPoints_Upcast; extern(C) void* function() vtkUniformGridAMRDataIterator_New; extern(C) int function(const(char)* jarg1) vtkUniformGridAMRDataIterator_IsTypeOf; extern(C) void* function(void* jarg1) vtkUniformGridAMRDataIterator_SafeDownCast; extern(C) void* function(void* jarg1) vtkUniformGridAMRDataIterator_NewInstance; extern(C) uint function(void* jarg1) vtkUniformGridAMRDataIterator_GetCurrentLevel; extern(C) uint function(void* jarg1) vtkUniformGridAMRDataIterator_GetCurrentIndex; extern(C) void* function() new_vtkUniformGridAMRDataIterator; extern(C) void function(void* jarg1) delete_vtkUniformGridAMRDataIterator; extern(C) void* function(void* objectRef) vtkUniformGridAMRDataIterator_Upcast; extern(C) void* function() vtkImageThreshold_New; extern(C) int function(const(char)* jarg1) vtkImageThreshold_IsTypeOf; extern(C) void* function(void* jarg1) vtkImageThreshold_SafeDownCast; extern(C) void* function(void* jarg1) vtkImageThreshold_NewInstance; extern(C) void function(void* jarg1, double jarg2) vtkImageThreshold_ThresholdByUpper; extern(C) void function(void* jarg1, double jarg2) vtkImageThreshold_ThresholdByLower; extern(C) void function(void* jarg1, double jarg2, double jarg3) vtkImageThreshold_ThresholdBetween; extern(C) void function(void* jarg1, int jarg2) vtkImageThreshold_SetReplaceIn; extern(C) int function(void* jarg1) vtkImageThreshold_GetReplaceIn; extern(C) void function(void* jarg1) vtkImageThreshold_ReplaceInOn; extern(C) void function(void* jarg1) vtkImageThreshold_ReplaceInOff; extern(C) void function(void* jarg1, double jarg2) vtkImageThreshold_SetInValue; extern(C) double function(void* jarg1) vtkImageThreshold_GetInValue; extern(C) void function(void* jarg1, int jarg2) vtkImageThreshold_SetReplaceOut; extern(C) int function(void* jarg1) vtkImageThreshold_GetReplaceOut; extern(C) void function(void* jarg1) vtkImageThreshold_ReplaceOutOn; extern(C) void function(void* jarg1) vtkImageThreshold_ReplaceOutOff; extern(C) void function(void* jarg1, double jarg2) vtkImageThreshold_SetOutValue; extern(C) double function(void* jarg1) vtkImageThreshold_GetOutValue; extern(C) double function(void* jarg1) vtkImageThreshold_GetUpperThreshold; extern(C) double function(void* jarg1) vtkImageThreshold_GetLowerThreshold; extern(C) void function(void* jarg1, int jarg2) vtkImageThreshold_SetOutputScalarType; extern(C) int function(void* jarg1) vtkImageThreshold_GetOutputScalarType; extern(C) void function(void* jarg1) vtkImageThreshold_SetOutputScalarTypeToDouble; extern(C) void function(void* jarg1) vtkImageThreshold_SetOutputScalarTypeToFloat; extern(C) void function(void* jarg1) vtkImageThreshold_SetOutputScalarTypeToLong; extern(C) void function(void* jarg1) vtkImageThreshold_SetOutputScalarTypeToUnsignedLong; extern(C) void function(void* jarg1) vtkImageThreshold_SetOutputScalarTypeToInt; extern(C) void function(void* jarg1) vtkImageThreshold_SetOutputScalarTypeToUnsignedInt; extern(C) void function(void* jarg1) vtkImageThreshold_SetOutputScalarTypeToShort; extern(C) void function(void* jarg1) vtkImageThreshold_SetOutputScalarTypeToUnsignedShort; extern(C) void function(void* jarg1) vtkImageThreshold_SetOutputScalarTypeToChar; extern(C) void function(void* jarg1) vtkImageThreshold_SetOutputScalarTypeToSignedChar; extern(C) void function(void* jarg1) vtkImageThreshold_SetOutputScalarTypeToUnsignedChar; extern(C) void* function(void* objectRef) vtkImageThreshold_Upcast; extern(C) void* function() vtkInteractorStyleDrawPolygon_New; extern(C) int function(const(char)* jarg1) vtkInteractorStyleDrawPolygon_IsTypeOf; extern(C) void* function(void* jarg1) vtkInteractorStyleDrawPolygon_SafeDownCast; extern(C) void* function(void* jarg1) vtkInteractorStyleDrawPolygon_NewInstance; extern(C) void function(void* jarg1, uint jarg2) vtkInteractorStyleDrawPolygon_SetDrawPolygonPixels; extern(C) uint function(void* jarg1) vtkInteractorStyleDrawPolygon_GetDrawPolygonPixels; extern(C) void function(void* jarg1) vtkInteractorStyleDrawPolygon_DrawPolygonPixelsOn; extern(C) void function(void* jarg1) vtkInteractorStyleDrawPolygon_DrawPolygonPixelsOff; extern(C) void* function(void* jarg1) vtkInteractorStyleDrawPolygon_GetPolygonPoints; extern(C) void* function(void* objectRef) vtkInteractorStyleDrawPolygon_Upcast; extern(C) int function(const(char)* jarg1) vtkClipDataSet_IsTypeOf; extern(C) void* function(void* jarg1) vtkClipDataSet_SafeDownCast; extern(C) void* function(void* jarg1) vtkClipDataSet_NewInstance; extern(C) void* function() vtkClipDataSet_New; extern(C) void function(void* jarg1, double jarg2) vtkClipDataSet_SetValue; extern(C) double function(void* jarg1) vtkClipDataSet_GetValue; extern(C) void function(void* jarg1, uint jarg2) vtkClipDataSet_SetUseValueAsOffset; extern(C) uint function(void* jarg1) vtkClipDataSet_GetUseValueAsOffset; extern(C) void function(void* jarg1) vtkClipDataSet_UseValueAsOffsetOn; extern(C) void function(void* jarg1) vtkClipDataSet_UseValueAsOffsetOff; extern(C) void function(void* jarg1, int jarg2) vtkClipDataSet_SetInsideOut; extern(C) int function(void* jarg1) vtkClipDataSet_GetInsideOut; extern(C) void function(void* jarg1) vtkClipDataSet_InsideOutOn; extern(C) void function(void* jarg1) vtkClipDataSet_InsideOutOff; extern(C) void function(void* jarg1, void* jarg2) vtkClipDataSet_SetClipFunction; extern(C) void* function(void* jarg1) vtkClipDataSet_GetClipFunction; extern(C) void function(void* jarg1, int jarg2) vtkClipDataSet_SetGenerateClipScalars; extern(C) int function(void* jarg1) vtkClipDataSet_GetGenerateClipScalars; extern(C) void function(void* jarg1) vtkClipDataSet_GenerateClipScalarsOn; extern(C) void function(void* jarg1) vtkClipDataSet_GenerateClipScalarsOff; extern(C) void function(void* jarg1, int jarg2) vtkClipDataSet_SetGenerateClippedOutput; extern(C) int function(void* jarg1) vtkClipDataSet_GetGenerateClippedOutput; extern(C) void function(void* jarg1) vtkClipDataSet_GenerateClippedOutputOn; extern(C) void function(void* jarg1) vtkClipDataSet_GenerateClippedOutputOff; extern(C) void function(void* jarg1, double jarg2) vtkClipDataSet_SetMergeTolerance; extern(C) double function(void* jarg1) vtkClipDataSet_GetMergeToleranceMinValue; extern(C) double function(void* jarg1) vtkClipDataSet_GetMergeToleranceMaxValue; extern(C) double function(void* jarg1) vtkClipDataSet_GetMergeTolerance; extern(C) void* function(void* jarg1) vtkClipDataSet_GetClippedOutput; extern(C) void function(void* jarg1, void* jarg2) vtkClipDataSet_SetLocator; extern(C) void* function(void* jarg1) vtkClipDataSet_GetLocator; extern(C) void function(void* jarg1) vtkClipDataSet_CreateDefaultLocator; extern(C) void function(void* jarg1, int jarg2) vtkClipDataSet_SetOutputPointsPrecision; extern(C) int function(void* jarg1) vtkClipDataSet_GetOutputPointsPrecisionMinValue; extern(C) int function(void* jarg1) vtkClipDataSet_GetOutputPointsPrecisionMaxValue; extern(C) int function(void* jarg1) vtkClipDataSet_GetOutputPointsPrecision; extern(C) void* function(void* objectRef) vtkClipDataSet_Upcast; extern(C) void* function() vtkImageStencilData_New; extern(C) int function(const(char)* jarg1) vtkImageStencilData_IsTypeOf; extern(C) void* function(void* jarg1) vtkImageStencilData_SafeDownCast; extern(C) void* function(void* jarg1) vtkImageStencilData_NewInstance; extern(C) void function(void* jarg1, void* jarg2) vtkImageStencilData_InternalImageStencilDataCopy; extern(C) int function(void* jarg1, void* jarg2, void* jarg3, int jarg4, int jarg5, int jarg6, int jarg7, void* jarg8) vtkImageStencilData_GetNextExtent; extern(C) int function(void* jarg1, int jarg2, int jarg3, int jarg4) vtkImageStencilData_IsInside; extern(C) void function(void* jarg1, int jarg2, int jarg3, int jarg4, int jarg5) vtkImageStencilData_InsertNextExtent; extern(C) void function(void* jarg1, int jarg2, int jarg3, int jarg4, int jarg5) vtkImageStencilData_InsertAndMergeExtent; extern(C) void function(void* jarg1, int jarg2, int jarg3, int jarg4, int jarg5) vtkImageStencilData_RemoveExtent; extern(C) void function(void* jarg1, double jarg2, double jarg3, double jarg4) vtkImageStencilData_SetSpacing__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkImageStencilData_SetSpacing__SWIG_1; extern(C) void* function(void* jarg1) vtkImageStencilData_GetSpacing__SWIG_0; extern(C) void function(void* jarg1, void* jarg2, void* jarg3, void* jarg4) vtkImageStencilData_GetSpacing__SWIG_1; extern(C) void function(void* jarg1, void* jarg2) vtkImageStencilData_GetSpacing__SWIG_2; extern(C) void function(void* jarg1, double jarg2, double jarg3, double jarg4) vtkImageStencilData_SetOrigin__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkImageStencilData_SetOrigin__SWIG_1; extern(C) void* function(void* jarg1) vtkImageStencilData_GetOrigin__SWIG_0; extern(C) void function(void* jarg1, void* jarg2, void* jarg3, void* jarg4) vtkImageStencilData_GetOrigin__SWIG_1; extern(C) void function(void* jarg1, void* jarg2) vtkImageStencilData_GetOrigin__SWIG_2; extern(C) void function(void* jarg1, void* jarg2) vtkImageStencilData_SetExtent__SWIG_0; extern(C) void function(void* jarg1, int jarg2, int jarg3, int jarg4, int jarg5, int jarg6, int jarg7) vtkImageStencilData_SetExtent__SWIG_1; extern(C) void* function(void* jarg1) vtkImageStencilData_GetExtent__SWIG_0; extern(C) void function(void* jarg1, void* jarg2, void* jarg3, void* jarg4, void* jarg5, void* jarg6, void* jarg7) vtkImageStencilData_GetExtent__SWIG_1; extern(C) void function(void* jarg1, void* jarg2) vtkImageStencilData_GetExtent__SWIG_2; extern(C) void function(void* jarg1) vtkImageStencilData_AllocateExtents; extern(C) void function(void* jarg1) vtkImageStencilData_Fill; extern(C) void function(void* jarg1, void* jarg2) vtkImageStencilData_Add; extern(C) void function(void* jarg1, void* jarg2) vtkImageStencilData_Subtract; extern(C) void function(void* jarg1, void* jarg2) vtkImageStencilData_Replace; extern(C) int function(void* jarg1, void* jarg2) vtkImageStencilData_Clip; extern(C) void* function(void* objectRef) vtkImageStencilData_Upcast; extern(C) void* function() vtkXMLPImageDataWriter_New; extern(C) int function(const(char)* jarg1) vtkXMLPImageDataWriter_IsTypeOf; extern(C) void* function(void* jarg1) vtkXMLPImageDataWriter_SafeDownCast; extern(C) void* function(void* jarg1) vtkXMLPImageDataWriter_NewInstance; extern(C) void* function(void* objectRef) vtkXMLPImageDataWriter_Upcast; extern(C) void* function() vtkRectilinearWipeRepresentation_New; extern(C) int function(const(char)* jarg1) vtkRectilinearWipeRepresentation_IsTypeOf; extern(C) void* function(void* jarg1) vtkRectilinearWipeRepresentation_SafeDownCast; extern(C) void* function(void* jarg1) vtkRectilinearWipeRepresentation_NewInstance; extern(C) void function(void* jarg1, void* jarg2) vtkRectilinearWipeRepresentation_SetRectilinearWipe; extern(C) void* function(void* jarg1) vtkRectilinearWipeRepresentation_GetRectilinearWipe; extern(C) void function(void* jarg1, void* jarg2) vtkRectilinearWipeRepresentation_SetImageActor; extern(C) void* function(void* jarg1) vtkRectilinearWipeRepresentation_GetImageActor; extern(C) void function(void* jarg1, int jarg2) vtkRectilinearWipeRepresentation_SetTolerance; extern(C) int function(void* jarg1) vtkRectilinearWipeRepresentation_GetToleranceMinValue; extern(C) int function(void* jarg1) vtkRectilinearWipeRepresentation_GetToleranceMaxValue; extern(C) int function(void* jarg1) vtkRectilinearWipeRepresentation_GetTolerance; extern(C) void* function(void* jarg1) vtkRectilinearWipeRepresentation_GetProperty; extern(C) int function(void* jarg1, int jarg2, int jarg3, int jarg4) vtkRectilinearWipeRepresentation_ComputeInteractionState__SWIG_0; extern(C) int function(void* jarg1, int jarg2, int jarg3) vtkRectilinearWipeRepresentation_ComputeInteractionState__SWIG_1; extern(C) void* function(void* objectRef) vtkRectilinearWipeRepresentation_Upcast; extern(C) void* function() vtkDSPFilterGroup_New; extern(C) int function(const(char)* jarg1) vtkDSPFilterGroup_IsTypeOf; extern(C) void* function(void* jarg1) vtkDSPFilterGroup_SafeDownCast; extern(C) void* function(void* jarg1) vtkDSPFilterGroup_NewInstance; extern(C) void function(void* jarg1, void* jarg2) vtkDSPFilterGroup_AddFilter; extern(C) void function(void* jarg1, const(char)* jarg2) vtkDSPFilterGroup_RemoveFilter; extern(C) uint function(void* jarg1, const(char)* jarg2, int jarg3, int jarg4) vtkDSPFilterGroup_IsThisInputVariableInstanceNeeded; extern(C) uint function(void* jarg1, const(char)* jarg2, int jarg3) vtkDSPFilterGroup_IsThisInputVariableInstanceCached; extern(C) void function(void* jarg1, const(char)* jarg2, int jarg3, void* jarg4) vtkDSPFilterGroup_AddInputVariableInstance; extern(C) void* function(void* jarg1, int jarg2, int jarg3, void* jarg4) vtkDSPFilterGroup_GetOutput; extern(C) void* function(void* jarg1, int jarg2, int jarg3) vtkDSPFilterGroup_GetCachedInput; extern(C) void* function(void* jarg1, int jarg2, int jarg3) vtkDSPFilterGroup_GetCachedOutput; extern(C) const(char)* function(void* jarg1, int jarg2) vtkDSPFilterGroup_GetInputVariableName; extern(C) int function(void* jarg1) vtkDSPFilterGroup_GetNumFilters; extern(C) void function(void* jarg1, void* jarg2) vtkDSPFilterGroup_Copy; extern(C) void* function(void* jarg1, int jarg2) vtkDSPFilterGroup_GetFilter; extern(C) void function(void* jarg1, void* jarg2) vtkDSPFilterGroup_FilterDefinitions_set; extern(C) void* function(void* jarg1) vtkDSPFilterGroup_FilterDefinitions_get; extern(C) void* function(void* objectRef) vtkDSPFilterGroup_Upcast; extern(C) void* function() vtkProbeSelectedLocations_New; extern(C) int function(const(char)* jarg1) vtkProbeSelectedLocations_IsTypeOf; extern(C) void* function(void* jarg1) vtkProbeSelectedLocations_SafeDownCast; extern(C) void* function(void* jarg1) vtkProbeSelectedLocations_NewInstance; extern(C) void* function() new_vtkProbeSelectedLocations; extern(C) void function(void* jarg1) delete_vtkProbeSelectedLocations; extern(C) void* function(void* objectRef) vtkProbeSelectedLocations_Upcast; extern(C) void* function() vtkRenderLargeImage_New; extern(C) int function(const(char)* jarg1) vtkRenderLargeImage_IsTypeOf; extern(C) void* function(void* jarg1) vtkRenderLargeImage_SafeDownCast; extern(C) void* function(void* jarg1) vtkRenderLargeImage_NewInstance; extern(C) void function(void* jarg1, int jarg2) vtkRenderLargeImage_SetMagnification; extern(C) int function(void* jarg1) vtkRenderLargeImage_GetMagnification; extern(C) void function(void* jarg1, void* jarg2) vtkRenderLargeImage_SetInput; extern(C) void* function(void* jarg1) vtkRenderLargeImage_GetInput; extern(C) void* function(void* jarg1) vtkRenderLargeImage_GetOutput; extern(C) void* function(void* objectRef) vtkRenderLargeImage_Upcast; extern(C) int function(const(char)* jarg1) vtkCornerAnnotation_IsTypeOf; extern(C) void* function(void* jarg1) vtkCornerAnnotation_SafeDownCast; extern(C) void* function(void* jarg1) vtkCornerAnnotation_NewInstance; extern(C) void* function() vtkCornerAnnotation_New; extern(C) void function(void* jarg1, double jarg2) vtkCornerAnnotation_SetMaximumLineHeight; extern(C) double function(void* jarg1) vtkCornerAnnotation_GetMaximumLineHeight; extern(C) void function(void* jarg1, int jarg2) vtkCornerAnnotation_SetMinimumFontSize; extern(C) int function(void* jarg1) vtkCornerAnnotation_GetMinimumFontSize; extern(C) void function(void* jarg1, int jarg2) vtkCornerAnnotation_SetMaximumFontSize; extern(C) int function(void* jarg1) vtkCornerAnnotation_GetMaximumFontSize; extern(C) void function(void* jarg1, double jarg2) vtkCornerAnnotation_SetLinearFontScaleFactor; extern(C) double function(void* jarg1) vtkCornerAnnotation_GetLinearFontScaleFactor; extern(C) void function(void* jarg1, double jarg2) vtkCornerAnnotation_SetNonlinearFontScaleFactor; extern(C) double function(void* jarg1) vtkCornerAnnotation_GetNonlinearFontScaleFactor; extern(C) void function(void* jarg1, int jarg2, const(char)* jarg3) vtkCornerAnnotation_SetText; extern(C) const(char)* function(void* jarg1, int jarg2) vtkCornerAnnotation_GetText; extern(C) void function(void* jarg1) vtkCornerAnnotation_ClearAllTexts; extern(C) void function(void* jarg1, void* jarg2) vtkCornerAnnotation_CopyAllTextsFrom; extern(C) void function(void* jarg1, void* jarg2) vtkCornerAnnotation_SetImageActor; extern(C) void* function(void* jarg1) vtkCornerAnnotation_GetImageActor; extern(C) void function(void* jarg1, void* jarg2) vtkCornerAnnotation_SetWindowLevel; extern(C) void* function(void* jarg1) vtkCornerAnnotation_GetWindowLevel; extern(C) void function(void* jarg1, double jarg2) vtkCornerAnnotation_SetLevelShift; extern(C) double function(void* jarg1) vtkCornerAnnotation_GetLevelShift; extern(C) void function(void* jarg1, double jarg2) vtkCornerAnnotation_SetLevelScale; extern(C) double function(void* jarg1) vtkCornerAnnotation_GetLevelScale; extern(C) void function(void* jarg1, void* jarg2) vtkCornerAnnotation_SetTextProperty; extern(C) void* function(void* jarg1) vtkCornerAnnotation_GetTextProperty; extern(C) void function(void* jarg1) vtkCornerAnnotation_ShowSliceAndImageOn; extern(C) void function(void* jarg1) vtkCornerAnnotation_ShowSliceAndImageOff; extern(C) void function(void* jarg1, int jarg2) vtkCornerAnnotation_SetShowSliceAndImage; extern(C) int function(void* jarg1) vtkCornerAnnotation_GetShowSliceAndImage; extern(C) void* function(void* objectRef) vtkCornerAnnotation_Upcast; extern(C) void* function() vtkTableToPolyData_New; extern(C) int function(const(char)* jarg1) vtkTableToPolyData_IsTypeOf; extern(C) void* function(void* jarg1) vtkTableToPolyData_SafeDownCast; extern(C) void* function(void* jarg1) vtkTableToPolyData_NewInstance; extern(C) void function(void* jarg1, const(char)* jarg2) vtkTableToPolyData_SetXColumn; extern(C) const(char)* function(void* jarg1) vtkTableToPolyData_GetXColumn; extern(C) void function(void* jarg1, int jarg2) vtkTableToPolyData_SetXColumnIndex; extern(C) int function(void* jarg1) vtkTableToPolyData_GetXColumnIndexMinValue; extern(C) int function(void* jarg1) vtkTableToPolyData_GetXColumnIndexMaxValue; extern(C) int function(void* jarg1) vtkTableToPolyData_GetXColumnIndex; extern(C) void function(void* jarg1, int jarg2) vtkTableToPolyData_SetXComponent; extern(C) int function(void* jarg1) vtkTableToPolyData_GetXComponentMinValue; extern(C) int function(void* jarg1) vtkTableToPolyData_GetXComponentMaxValue; extern(C) int function(void* jarg1) vtkTableToPolyData_GetXComponent; extern(C) void function(void* jarg1, const(char)* jarg2) vtkTableToPolyData_SetYColumn; extern(C) const(char)* function(void* jarg1) vtkTableToPolyData_GetYColumn; extern(C) void function(void* jarg1, int jarg2) vtkTableToPolyData_SetYColumnIndex; extern(C) int function(void* jarg1) vtkTableToPolyData_GetYColumnIndexMinValue; extern(C) int function(void* jarg1) vtkTableToPolyData_GetYColumnIndexMaxValue; extern(C) int function(void* jarg1) vtkTableToPolyData_GetYColumnIndex; extern(C) void function(void* jarg1, int jarg2) vtkTableToPolyData_SetYComponent; extern(C) int function(void* jarg1) vtkTableToPolyData_GetYComponentMinValue; extern(C) int function(void* jarg1) vtkTableToPolyData_GetYComponentMaxValue; extern(C) int function(void* jarg1) vtkTableToPolyData_GetYComponent; extern(C) void function(void* jarg1, const(char)* jarg2) vtkTableToPolyData_SetZColumn; extern(C) const(char)* function(void* jarg1) vtkTableToPolyData_GetZColumn; extern(C) void function(void* jarg1, int jarg2) vtkTableToPolyData_SetZColumnIndex; extern(C) int function(void* jarg1) vtkTableToPolyData_GetZColumnIndexMinValue; extern(C) int function(void* jarg1) vtkTableToPolyData_GetZColumnIndexMaxValue; extern(C) int function(void* jarg1) vtkTableToPolyData_GetZColumnIndex; extern(C) void function(void* jarg1, int jarg2) vtkTableToPolyData_SetZComponent; extern(C) int function(void* jarg1) vtkTableToPolyData_GetZComponentMinValue; extern(C) int function(void* jarg1) vtkTableToPolyData_GetZComponentMaxValue; extern(C) int function(void* jarg1) vtkTableToPolyData_GetZComponent; extern(C) void function(void* jarg1, uint jarg2) vtkTableToPolyData_SetCreate2DPoints; extern(C) uint function(void* jarg1) vtkTableToPolyData_GetCreate2DPoints; extern(C) void function(void* jarg1) vtkTableToPolyData_Create2DPointsOn; extern(C) void function(void* jarg1) vtkTableToPolyData_Create2DPointsOff; extern(C) void function(void* jarg1, uint jarg2) vtkTableToPolyData_SetPreserveCoordinateColumnsAsDataArrays; extern(C) uint function(void* jarg1) vtkTableToPolyData_GetPreserveCoordinateColumnsAsDataArrays; extern(C) void function(void* jarg1) vtkTableToPolyData_PreserveCoordinateColumnsAsDataArraysOn; extern(C) void function(void* jarg1) vtkTableToPolyData_PreserveCoordinateColumnsAsDataArraysOff; extern(C) void* function() new_vtkTableToPolyData; extern(C) void function(void* jarg1) delete_vtkTableToPolyData; extern(C) void* function(void* objectRef) vtkTableToPolyData_Upcast; extern(C) void* function() vtkTimeSourceExample_New; extern(C) int function(const(char)* jarg1) vtkTimeSourceExample_IsTypeOf; extern(C) void* function(void* jarg1) vtkTimeSourceExample_SafeDownCast; extern(C) void* function(void* jarg1) vtkTimeSourceExample_NewInstance; extern(C) void function(void* jarg1, int jarg2) vtkTimeSourceExample_SetAnalytic; extern(C) int function(void* jarg1) vtkTimeSourceExample_GetAnalyticMinValue; extern(C) int function(void* jarg1) vtkTimeSourceExample_GetAnalyticMaxValue; extern(C) int function(void* jarg1) vtkTimeSourceExample_GetAnalytic; extern(C) void function(void* jarg1) vtkTimeSourceExample_AnalyticOn; extern(C) void function(void* jarg1) vtkTimeSourceExample_AnalyticOff; extern(C) void function(void* jarg1, double jarg2) vtkTimeSourceExample_SetXAmplitude; extern(C) double function(void* jarg1) vtkTimeSourceExample_GetXAmplitude; extern(C) void function(void* jarg1, double jarg2) vtkTimeSourceExample_SetYAmplitude; extern(C) double function(void* jarg1) vtkTimeSourceExample_GetYAmplitude; extern(C) void function(void* jarg1, int jarg2) vtkTimeSourceExample_SetGrowing; extern(C) int function(void* jarg1) vtkTimeSourceExample_GetGrowingMinValue; extern(C) int function(void* jarg1) vtkTimeSourceExample_GetGrowingMaxValue; extern(C) int function(void* jarg1) vtkTimeSourceExample_GetGrowing; extern(C) void function(void* jarg1) vtkTimeSourceExample_GrowingOn; extern(C) void function(void* jarg1) vtkTimeSourceExample_GrowingOff; extern(C) void* function(void* objectRef) vtkTimeSourceExample_Upcast; extern(C) void* function() vtkAMRSliceFilter_New; extern(C) int function(const(char)* jarg1) vtkAMRSliceFilter_IsTypeOf; extern(C) void* function(void* jarg1) vtkAMRSliceFilter_SafeDownCast; extern(C) void* function(void* jarg1) vtkAMRSliceFilter_NewInstance; extern(C) void function(void* jarg1, double jarg2) vtkAMRSliceFilter_SetOffSetFromOrigin; extern(C) double function(void* jarg1) vtkAMRSliceFilter_GetOffSetFromOrigin; extern(C) void function(void* jarg1, int jarg2) vtkAMRSliceFilter_SetForwardUpstream; extern(C) int function(void* jarg1) vtkAMRSliceFilter_GetForwardUpstream; extern(C) void function(void* jarg1) vtkAMRSliceFilter_ForwardUpstreamOn; extern(C) void function(void* jarg1) vtkAMRSliceFilter_ForwardUpstreamOff; extern(C) void function(void* jarg1, int jarg2) vtkAMRSliceFilter_SetEnablePrefetching; extern(C) int function(void* jarg1) vtkAMRSliceFilter_GetEnablePrefetching; extern(C) void function(void* jarg1) vtkAMRSliceFilter_EnablePrefetchingOn; extern(C) void function(void* jarg1) vtkAMRSliceFilter_EnablePrefetchingOff; extern(C) void function(void* jarg1, int jarg2) vtkAMRSliceFilter_SetMaxResolution; extern(C) int function(void* jarg1) vtkAMRSliceFilter_GetMaxResolution; extern(C) void function(void* jarg1, int jarg2) vtkAMRSliceFilter_SetNormal; extern(C) int function(void* jarg1) vtkAMRSliceFilter_GetNormal; extern(C) void function(void* jarg1, void* jarg2) vtkAMRSliceFilter_SetController; extern(C) void* function(void* jarg1) vtkAMRSliceFilter_GetController; extern(C) int function(void* jarg1, void* jarg2, void* jarg3, void* jarg4) vtkAMRSliceFilter_RequestData; extern(C) int function(void* jarg1, int jarg2, void* jarg3) vtkAMRSliceFilter_FillInputPortInformation; extern(C) int function(void* jarg1, int jarg2, void* jarg3) vtkAMRSliceFilter_FillOutputPortInformation; extern(C) int function(void* jarg1, void* jarg2, void* jarg3, void* jarg4) vtkAMRSliceFilter_RequestInformation; extern(C) int function(void* jarg1, void* jarg2, void* jarg3, void* jarg4) vtkAMRSliceFilter_RequestUpdateExtent; extern(C) void* function(void* objectRef) vtkAMRSliceFilter_Upcast; extern(C) void* function() vtkCellCentersPointPlacer_New; extern(C) int function(const(char)* jarg1) vtkCellCentersPointPlacer_IsTypeOf; extern(C) void* function(void* jarg1) vtkCellCentersPointPlacer_SafeDownCast; extern(C) void* function(void* jarg1) vtkCellCentersPointPlacer_NewInstance; extern(C) void function(void* jarg1, void* jarg2) vtkCellCentersPointPlacer_AddProp; extern(C) void function(void* jarg1, void* jarg2) vtkCellCentersPointPlacer_RemoveViewProp; extern(C) void function(void* jarg1) vtkCellCentersPointPlacer_RemoveAllProps; extern(C) int function(void* jarg1, void* jarg2) vtkCellCentersPointPlacer_HasProp; extern(C) int function(void* jarg1) vtkCellCentersPointPlacer_GetNumberOfProps; extern(C) int function(void* jarg1, void* jarg2, void* jarg3, void* jarg4, void* jarg5) vtkCellCentersPointPlacer_ComputeWorldPosition__SWIG_0; extern(C) int function(void* jarg1, void* jarg2, void* jarg3, void* jarg4, void* jarg5, void* jarg6) vtkCellCentersPointPlacer_ComputeWorldPosition__SWIG_1; extern(C) int function(void* jarg1, void* jarg2) vtkCellCentersPointPlacer_ValidateWorldPosition__SWIG_0; extern(C) int function(void* jarg1, void* jarg2, void* jarg3) vtkCellCentersPointPlacer_ValidateWorldPosition__SWIG_1; extern(C) void* function(void* jarg1) vtkCellCentersPointPlacer_GetCellPicker; extern(C) void function(void* jarg1, int jarg2) vtkCellCentersPointPlacer_SetMode; extern(C) int function(void* jarg1) vtkCellCentersPointPlacer_GetMode; extern(C) void* function(void* objectRef) vtkCellCentersPointPlacer_Upcast; extern(C) void* function() vtkTextureObject_New; extern(C) int function(const(char)* jarg1) vtkTextureObject_IsTypeOf; extern(C) void* function(void* jarg1) vtkTextureObject_SafeDownCast; extern(C) void* function(void* jarg1) vtkTextureObject_NewInstance; extern(C) void function(void* jarg1, void* jarg2) vtkTextureObject_SetContext; extern(C) void* function(void* jarg1) vtkTextureObject_GetContext; extern(C) uint function(void* jarg1) vtkTextureObject_GetWidth; extern(C) uint function(void* jarg1) vtkTextureObject_GetHeight; extern(C) uint function(void* jarg1) vtkTextureObject_GetDepth; extern(C) int function(void* jarg1) vtkTextureObject_GetComponents; extern(C) int function(void* jarg1) vtkTextureObject_GetNumberOfDimensions; extern(C) uint function(void* jarg1) vtkTextureObject_GetTarget; extern(C) uint function(void* jarg1) vtkTextureObject_GetHandle; extern(C) void function(void* jarg1) vtkTextureObject_Bind; extern(C) void function(void* jarg1) vtkTextureObject_UnBind; extern(C) uint function(void* jarg1) vtkTextureObject_IsBound; extern(C) void function(void* jarg1) vtkTextureObject_SendParameters; extern(C) uint function(void* jarg1, int jarg2, void* jarg3, uint jarg4) vtkTextureObject_Create1D; extern(C) uint function(void* jarg1, uint jarg2, uint jarg3, int jarg4, void* jarg5, uint jarg6) vtkTextureObject_Create2D__SWIG_0; extern(C) uint function(void* jarg1, uint jarg2, uint jarg3, int jarg4, void* jarg5) vtkTextureObject_CreateDepth; extern(C) uint function(void* jarg1, uint jarg2, uint jarg3, int jarg4, int jarg5, void* jarg6) vtkTextureObject_CreateDepthFromRaw; extern(C) uint function(void* jarg1, uint jarg2, uint jarg3, int jarg4) vtkTextureObject_AllocateDepth; extern(C) uint function(void* jarg1, uint jarg2, int jarg3, int jarg4) vtkTextureObject_Allocate1D; extern(C) uint function(void* jarg1, uint jarg2, uint jarg3, int jarg4, int jarg5) vtkTextureObject_Allocate2D; extern(C) uint function(void* jarg1, uint jarg2, uint jarg3, uint jarg4, int jarg5, int jarg6) vtkTextureObject_Allocate3D; extern(C) uint function(void* jarg1, uint jarg2, uint jarg3, uint jarg4, int jarg5, void* jarg6, uint jarg7) vtkTextureObject_Create3D__SWIG_0; extern(C) uint function(void* jarg1, uint jarg2, uint jarg3, int jarg4, int jarg5, uint jarg6) vtkTextureObject_Create2D__SWIG_1; extern(C) uint function(void* jarg1, uint jarg2, uint jarg3, uint jarg4, int jarg5, int jarg6, uint jarg7) vtkTextureObject_Create3D__SWIG_1; extern(C) void* function(void* jarg1) vtkTextureObject_Download; extern(C) int function(void* jarg1) vtkTextureObject_GetDataType; extern(C) uint function(void* jarg1, int jarg2, int jarg3, uint jarg4) vtkTextureObject_GetInternalFormat; extern(C) uint function(void* jarg1, int jarg2, int jarg3, uint jarg4) vtkTextureObject_GetFormat; extern(C) int function(void* jarg1) vtkTextureObject_GetWrapS; extern(C) void function(void* jarg1, int jarg2) vtkTextureObject_SetWrapS; extern(C) int function(void* jarg1) vtkTextureObject_GetWrapT; extern(C) void function(void* jarg1, int jarg2) vtkTextureObject_SetWrapT; extern(C) int function(void* jarg1) vtkTextureObject_GetWrapR; extern(C) void function(void* jarg1, int jarg2) vtkTextureObject_SetWrapR; extern(C) int function(void* jarg1) vtkTextureObject_GetMinificationFilter; extern(C) void function(void* jarg1, int jarg2) vtkTextureObject_SetMinificationFilter; extern(C) uint function(void* jarg1) vtkTextureObject_GetLinearMagnification; extern(C) void function(void* jarg1, uint jarg2) vtkTextureObject_SetLinearMagnification; extern(C) void function(void* jarg1, float jarg2, float jarg3, float jarg4, float jarg5) vtkTextureObject_SetBorderColor__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkTextureObject_SetBorderColor__SWIG_1; extern(C) void* function(void* jarg1) vtkTextureObject_GetBorderColor__SWIG_0; extern(C) void function(void* jarg1, void* jarg2, void* jarg3, void* jarg4, void* jarg5) vtkTextureObject_GetBorderColor__SWIG_1; extern(C) void function(void* jarg1, void* jarg2) vtkTextureObject_GetBorderColor__SWIG_2; extern(C) void function(void* jarg1, float jarg2) vtkTextureObject_SetPriority; extern(C) float function(void* jarg1) vtkTextureObject_GetPriority; extern(C) void function(void* jarg1, float jarg2) vtkTextureObject_SetMinLOD; extern(C) float function(void* jarg1) vtkTextureObject_GetMinLOD; extern(C) void function(void* jarg1, float jarg2) vtkTextureObject_SetMaxLOD; extern(C) float function(void* jarg1) vtkTextureObject_GetMaxLOD; extern(C) void function(void* jarg1, int jarg2) vtkTextureObject_SetBaseLevel; extern(C) int function(void* jarg1) vtkTextureObject_GetBaseLevel; extern(C) void function(void* jarg1, int jarg2) vtkTextureObject_SetMaxLevel; extern(C) int function(void* jarg1) vtkTextureObject_GetMaxLevel; extern(C) uint function(void* jarg1) vtkTextureObject_GetDepthTextureCompare; extern(C) void function(void* jarg1, uint jarg2) vtkTextureObject_SetDepthTextureCompare; extern(C) int function(void* jarg1) vtkTextureObject_GetDepthTextureCompareFunction; extern(C) void function(void* jarg1, int jarg2) vtkTextureObject_SetDepthTextureCompareFunction; extern(C) int function(void* jarg1) vtkTextureObject_GetDepthTextureMode; extern(C) void function(void* jarg1, int jarg2) vtkTextureObject_SetDepthTextureMode; extern(C) uint function(void* jarg1) vtkTextureObject_GetGenerateMipmap; extern(C) void function(void* jarg1, uint jarg2) vtkTextureObject_SetGenerateMipmap; extern(C) uint function(void* jarg1) vtkTextureObject_IsSupported; extern(C) void function(void* jarg1, int jarg2, int jarg3, int jarg4, int jarg5, int jarg6, int jarg7, int jarg8, int jarg9) vtkTextureObject_CopyToFrameBuffer; extern(C) void function(void* jarg1, int jarg2, int jarg3, int jarg4, int jarg5, int jarg6, int jarg7) vtkTextureObject_CopyFromFrameBuffer; extern(C) void* function() new_vtkTextureObject; extern(C) void function(void* jarg1) delete_vtkTextureObject; extern(C) void* function(void* objectRef) vtkTextureObject_Upcast; extern(C) void* function() vtkImageAppendComponents_New; extern(C) int function(const(char)* jarg1) vtkImageAppendComponents_IsTypeOf; extern(C) void* function(void* jarg1) vtkImageAppendComponents_SafeDownCast; extern(C) void* function(void* jarg1) vtkImageAppendComponents_NewInstance; extern(C) void function(void* jarg1, int jarg2, void* jarg3) vtkImageAppendComponents_ReplaceNthInputConnection; extern(C) void function(void* jarg1, int jarg2, void* jarg3) vtkImageAppendComponents_SetInputData__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkImageAppendComponents_SetInputData__SWIG_1; extern(C) void* function(void* jarg1, int jarg2) vtkImageAppendComponents_GetInput__SWIG_0; extern(C) void* function(void* jarg1) vtkImageAppendComponents_GetInput__SWIG_1; extern(C) int function(void* jarg1) vtkImageAppendComponents_GetNumberOfInputs; extern(C) void* function(void* objectRef) vtkImageAppendComponents_Upcast; extern(C) int function(const(char)* jarg1) vtkGLSLShaderDeviceAdapter_IsTypeOf; extern(C) void* function(void* jarg1) vtkGLSLShaderDeviceAdapter_SafeDownCast; extern(C) void* function(void* jarg1) vtkGLSLShaderDeviceAdapter_NewInstance; extern(C) void* function() vtkGLSLShaderDeviceAdapter_New; extern(C) void function(void* jarg1, const(char)* jarg2, int jarg3, int jarg4, void* jarg5, core.stdc.config.c_ulong jarg6) vtkGLSLShaderDeviceAdapter_SendAttribute__SWIG_0; extern(C) void function(void* jarg1, const(char)* jarg2, int jarg3, int jarg4, void* jarg5) vtkGLSLShaderDeviceAdapter_SendAttribute__SWIG_1; extern(C) void* function() new_vtkGLSLShaderDeviceAdapter; extern(C) void function(void* jarg1) delete_vtkGLSLShaderDeviceAdapter; extern(C) void* function(void* objectRef) vtkGLSLShaderDeviceAdapter_Upcast; extern(C) void* function() vtkLightingHelper_New; extern(C) int function(const(char)* jarg1) vtkLightingHelper_IsTypeOf; extern(C) void* function(void* jarg1) vtkLightingHelper_SafeDownCast; extern(C) void* function(void* jarg1) vtkLightingHelper_NewInstance; extern(C) void function(void* jarg1, void* jarg2, int jarg3) vtkLightingHelper_Initialize; extern(C) void* function(void* jarg1) vtkLightingHelper_GetShader; extern(C) void function(void* jarg1) vtkLightingHelper_PrepareForRendering; extern(C) void* function() new_vtkLightingHelper; extern(C) void function(void* jarg1) delete_vtkLightingHelper; extern(C) void* function(void* objectRef) vtkLightingHelper_Upcast; extern(C) int function(const(char)* jarg1) vtkParallelCoordinatesView_IsTypeOf; extern(C) void* function(void* jarg1) vtkParallelCoordinatesView_SafeDownCast; extern(C) void* function(void* jarg1) vtkParallelCoordinatesView_NewInstance; extern(C) void* function() vtkParallelCoordinatesView_New; extern(C) void function(void* jarg1, int jarg2) vtkParallelCoordinatesView_SetBrushMode; extern(C) void function(void* jarg1) vtkParallelCoordinatesView_SetBrushModeToLasso; extern(C) void function(void* jarg1) vtkParallelCoordinatesView_SetBrushModeToAngle; extern(C) void function(void* jarg1) vtkParallelCoordinatesView_SetBrushModeToFunction; extern(C) void function(void* jarg1) vtkParallelCoordinatesView_SetBrushModeToAxisThreshold; extern(C) int function(void* jarg1) vtkParallelCoordinatesView_GetBrushMode; extern(C) void function(void* jarg1, int jarg2) vtkParallelCoordinatesView_SetBrushOperator; extern(C) void function(void* jarg1) vtkParallelCoordinatesView_SetBrushOperatorToAdd; extern(C) void function(void* jarg1) vtkParallelCoordinatesView_SetBrushOperatorToSubtract; extern(C) void function(void* jarg1) vtkParallelCoordinatesView_SetBrushOperatorToIntersect; extern(C) void function(void* jarg1) vtkParallelCoordinatesView_SetBrushOperatorToReplace; extern(C) int function(void* jarg1) vtkParallelCoordinatesView_GetBrushOperator; extern(C) void function(void* jarg1, int jarg2) vtkParallelCoordinatesView_SetInspectMode; extern(C) void function(void* jarg1) vtkParallelCoordinatesView_SetInspectModeToManipulateAxes; extern(C) void function(void* jarg1) vtkParallelCoordinatesView_SetInpsectModeToSelectData; extern(C) int function(void* jarg1) vtkParallelCoordinatesView_GetInspectMode; extern(C) void function(void* jarg1, int jarg2) vtkParallelCoordinatesView_SetMaximumNumberOfBrushPoints; extern(C) int function(void* jarg1) vtkParallelCoordinatesView_GetMaximumNumberOfBrushPoints; extern(C) void function(void* jarg1, int jarg2) vtkParallelCoordinatesView_SetCurrentBrushClass; extern(C) int function(void* jarg1) vtkParallelCoordinatesView_GetCurrentBrushClass; extern(C) void* function(void* objectRef) vtkParallelCoordinatesView_Upcast; extern(C) void* function() vtkImageDataLIC2D_New; extern(C) int function(const(char)* jarg1) vtkImageDataLIC2D_IsTypeOf; extern(C) void* function(void* jarg1) vtkImageDataLIC2D_SafeDownCast; extern(C) void* function(void* jarg1) vtkImageDataLIC2D_NewInstance; extern(C) int function(void* jarg1, void* jarg2) vtkImageDataLIC2D_SetContext; extern(C) void* function(void* jarg1) vtkImageDataLIC2D_GetContext; extern(C) void function(void* jarg1, int jarg2) vtkImageDataLIC2D_SetSteps; extern(C) int function(void* jarg1) vtkImageDataLIC2D_GetSteps; extern(C) void function(void* jarg1, double jarg2) vtkImageDataLIC2D_SetStepSize; extern(C) double function(void* jarg1) vtkImageDataLIC2D_GetStepSizeMinValue; extern(C) double function(void* jarg1) vtkImageDataLIC2D_GetStepSizeMaxValue; extern(C) double function(void* jarg1) vtkImageDataLIC2D_GetStepSize; extern(C) void function(void* jarg1, int jarg2) vtkImageDataLIC2D_SetMagnification; extern(C) int function(void* jarg1) vtkImageDataLIC2D_GetMagnificationMinValue; extern(C) int function(void* jarg1) vtkImageDataLIC2D_GetMagnificationMaxValue; extern(C) int function(void* jarg1) vtkImageDataLIC2D_GetMagnification; extern(C) int function(void* jarg1) vtkImageDataLIC2D_GetOpenGLExtensionsSupported; extern(C) int function(void* jarg1) vtkImageDataLIC2D_GetFBOSuccess; extern(C) int function(void* jarg1) vtkImageDataLIC2D_GetLICSuccess; extern(C) void function(void* jarg1, void* jarg2, void* jarg3, void* jarg4) vtkImageDataLIC2D_TranslateInputExtent; extern(C) void* function() new_vtkImageDataLIC2D; extern(C) void function(void* jarg1) delete_vtkImageDataLIC2D; extern(C) void* function(void* objectRef) vtkImageDataLIC2D_Upcast; extern(C) int function(const(char)* jarg1) vtkExtractGeometry_IsTypeOf; extern(C) void* function(void* jarg1) vtkExtractGeometry_SafeDownCast; extern(C) void* function(void* jarg1) vtkExtractGeometry_NewInstance; extern(C) void* function() vtkExtractGeometry_New; extern(C) void function(void* jarg1, void* jarg2) vtkExtractGeometry_SetImplicitFunction; extern(C) void* function(void* jarg1) vtkExtractGeometry_GetImplicitFunction; extern(C) void function(void* jarg1, int jarg2) vtkExtractGeometry_SetExtractInside; extern(C) int function(void* jarg1) vtkExtractGeometry_GetExtractInside; extern(C) void function(void* jarg1) vtkExtractGeometry_ExtractInsideOn; extern(C) void function(void* jarg1) vtkExtractGeometry_ExtractInsideOff; extern(C) void function(void* jarg1, int jarg2) vtkExtractGeometry_SetExtractBoundaryCells; extern(C) int function(void* jarg1) vtkExtractGeometry_GetExtractBoundaryCells; extern(C) void function(void* jarg1) vtkExtractGeometry_ExtractBoundaryCellsOn; extern(C) void function(void* jarg1) vtkExtractGeometry_ExtractBoundaryCellsOff; extern(C) void function(void* jarg1, int jarg2) vtkExtractGeometry_SetExtractOnlyBoundaryCells; extern(C) int function(void* jarg1) vtkExtractGeometry_GetExtractOnlyBoundaryCells; extern(C) void function(void* jarg1) vtkExtractGeometry_ExtractOnlyBoundaryCellsOn; extern(C) void function(void* jarg1) vtkExtractGeometry_ExtractOnlyBoundaryCellsOff; extern(C) void* function(void* objectRef) vtkExtractGeometry_Upcast; extern(C) void* function() vtkRenderedHierarchyRepresentation_New; extern(C) int function(const(char)* jarg1) vtkRenderedHierarchyRepresentation_IsTypeOf; extern(C) void* function(void* jarg1) vtkRenderedHierarchyRepresentation_SafeDownCast; extern(C) void* function(void* jarg1) vtkRenderedHierarchyRepresentation_NewInstance; extern(C) void function(void* jarg1, const(char)* jarg2) vtkRenderedHierarchyRepresentation_SetGraphEdgeLabelArrayName__SWIG_0; extern(C) void function(void* jarg1, const(char)* jarg2, int jarg3) vtkRenderedHierarchyRepresentation_SetGraphEdgeLabelArrayName__SWIG_1; extern(C) const(char)* function(void* jarg1) vtkRenderedHierarchyRepresentation_GetGraphEdgeLabelArrayName__SWIG_0; extern(C) const(char)* function(void* jarg1, int jarg2) vtkRenderedHierarchyRepresentation_GetGraphEdgeLabelArrayName__SWIG_1; extern(C) void function(void* jarg1, uint jarg2) vtkRenderedHierarchyRepresentation_SetGraphEdgeLabelVisibility__SWIG_0; extern(C) void function(void* jarg1, uint jarg2, int jarg3) vtkRenderedHierarchyRepresentation_SetGraphEdgeLabelVisibility__SWIG_1; extern(C) uint function(void* jarg1) vtkRenderedHierarchyRepresentation_GetGraphEdgeLabelVisibility__SWIG_0; extern(C) uint function(void* jarg1, int jarg2) vtkRenderedHierarchyRepresentation_GetGraphEdgeLabelVisibility__SWIG_1; extern(C) void function(void* jarg1) vtkRenderedHierarchyRepresentation_GraphEdgeLabelVisibilityOn; extern(C) void function(void* jarg1) vtkRenderedHierarchyRepresentation_GraphEdgeLabelVisibilityOff; extern(C) void function(void* jarg1, const(char)* jarg2) vtkRenderedHierarchyRepresentation_SetGraphEdgeColorArrayName__SWIG_0; extern(C) void function(void* jarg1, const(char)* jarg2, int jarg3) vtkRenderedHierarchyRepresentation_SetGraphEdgeColorArrayName__SWIG_1; extern(C) const(char)* function(void* jarg1) vtkRenderedHierarchyRepresentation_GetGraphEdgeColorArrayName__SWIG_0; extern(C) const(char)* function(void* jarg1, int jarg2) vtkRenderedHierarchyRepresentation_GetGraphEdgeColorArrayName__SWIG_1; extern(C) void function(void* jarg1, uint jarg2) vtkRenderedHierarchyRepresentation_SetColorGraphEdgesByArray__SWIG_0; extern(C) void function(void* jarg1, uint jarg2, int jarg3) vtkRenderedHierarchyRepresentation_SetColorGraphEdgesByArray__SWIG_1; extern(C) uint function(void* jarg1) vtkRenderedHierarchyRepresentation_GetColorGraphEdgesByArray__SWIG_0; extern(C) uint function(void* jarg1, int jarg2) vtkRenderedHierarchyRepresentation_GetColorGraphEdgesByArray__SWIG_1; extern(C) void function(void* jarg1) vtkRenderedHierarchyRepresentation_ColorGraphEdgesByArrayOn; extern(C) void function(void* jarg1) vtkRenderedHierarchyRepresentation_ColorGraphEdgesByArrayOff; extern(C) void function(void* jarg1) vtkRenderedHierarchyRepresentation_SetGraphEdgeColorToSplineFraction__SWIG_0; extern(C) void function(void* jarg1, int jarg2) vtkRenderedHierarchyRepresentation_SetGraphEdgeColorToSplineFraction__SWIG_1; extern(C) void function(void* jarg1, uint jarg2) vtkRenderedHierarchyRepresentation_SetGraphVisibility__SWIG_0; extern(C) void function(void* jarg1, uint jarg2, int jarg3) vtkRenderedHierarchyRepresentation_SetGraphVisibility__SWIG_1; extern(C) uint function(void* jarg1) vtkRenderedHierarchyRepresentation_GetGraphVisibility__SWIG_0; extern(C) uint function(void* jarg1, int jarg2) vtkRenderedHierarchyRepresentation_GetGraphVisibility__SWIG_1; extern(C) void function(void* jarg1) vtkRenderedHierarchyRepresentation_GraphVisibilityOn; extern(C) void function(void* jarg1) vtkRenderedHierarchyRepresentation_GraphVisibilityOff; extern(C) void function(void* jarg1, double jarg2) vtkRenderedHierarchyRepresentation_SetBundlingStrength__SWIG_0; extern(C) void function(void* jarg1, double jarg2, int jarg3) vtkRenderedHierarchyRepresentation_SetBundlingStrength__SWIG_1; extern(C) double function(void* jarg1) vtkRenderedHierarchyRepresentation_GetBundlingStrength__SWIG_0; extern(C) double function(void* jarg1, int jarg2) vtkRenderedHierarchyRepresentation_GetBundlingStrength__SWIG_1; extern(C) void function(void* jarg1, int jarg2, int jarg3) vtkRenderedHierarchyRepresentation_SetGraphSplineType; extern(C) int function(void* jarg1, int jarg2) vtkRenderedHierarchyRepresentation_GetGraphSplineType; extern(C) void function(void* jarg1, int jarg2) vtkRenderedHierarchyRepresentation_SetGraphEdgeLabelFontSize__SWIG_0; extern(C) void function(void* jarg1, int jarg2, int jarg3) vtkRenderedHierarchyRepresentation_SetGraphEdgeLabelFontSize__SWIG_1; extern(C) int function(void* jarg1) vtkRenderedHierarchyRepresentation_GetGraphEdgeLabelFontSize__SWIG_0; extern(C) int function(void* jarg1, int jarg2) vtkRenderedHierarchyRepresentation_GetGraphEdgeLabelFontSize__SWIG_1; extern(C) void* function(void* objectRef) vtkRenderedHierarchyRepresentation_Upcast; extern(C) int function(const(char)* jarg1) vtkAbstractPolygonalHandleRepresentation3D_IsTypeOf; extern(C) void* function(void* jarg1) vtkAbstractPolygonalHandleRepresentation3D_SafeDownCast; extern(C) void* function(void* jarg1) vtkAbstractPolygonalHandleRepresentation3D_NewInstance; extern(C) void function(void* jarg1, void* jarg2) vtkAbstractPolygonalHandleRepresentation3D_SetHandle; extern(C) void* function(void* jarg1) vtkAbstractPolygonalHandleRepresentation3D_GetHandle; extern(C) void function(void* jarg1, void* jarg2) vtkAbstractPolygonalHandleRepresentation3D_SetProperty; extern(C) void function(void* jarg1, void* jarg2) vtkAbstractPolygonalHandleRepresentation3D_SetSelectedProperty; extern(C) void* function(void* jarg1) vtkAbstractPolygonalHandleRepresentation3D_GetProperty; extern(C) void* function(void* jarg1) vtkAbstractPolygonalHandleRepresentation3D_GetSelectedProperty; extern(C) void* function(void* jarg1) vtkAbstractPolygonalHandleRepresentation3D_GetTransform; extern(C) int function(void* jarg1, int jarg2, int jarg3, int jarg4) vtkAbstractPolygonalHandleRepresentation3D_ComputeInteractionState__SWIG_0; extern(C) int function(void* jarg1, int jarg2, int jarg3) vtkAbstractPolygonalHandleRepresentation3D_ComputeInteractionState__SWIG_1; extern(C) void function(void* jarg1, int jarg2) vtkAbstractPolygonalHandleRepresentation3D_SetLabelVisibility; extern(C) int function(void* jarg1) vtkAbstractPolygonalHandleRepresentation3D_GetLabelVisibility; extern(C) void function(void* jarg1) vtkAbstractPolygonalHandleRepresentation3D_LabelVisibilityOn; extern(C) void function(void* jarg1) vtkAbstractPolygonalHandleRepresentation3D_LabelVisibilityOff; extern(C) void function(void* jarg1, const(char)* jarg2) vtkAbstractPolygonalHandleRepresentation3D_SetLabelText; extern(C) const(char)* function(void* jarg1) vtkAbstractPolygonalHandleRepresentation3D_GetLabelText; extern(C) void function(void* jarg1, void* jarg2) vtkAbstractPolygonalHandleRepresentation3D_SetLabelTextScale__SWIG_0; extern(C) void function(void* jarg1, double jarg2, double jarg3, double jarg4) vtkAbstractPolygonalHandleRepresentation3D_SetLabelTextScale__SWIG_1; extern(C) void* function(void* jarg1) vtkAbstractPolygonalHandleRepresentation3D_GetLabelTextScale; extern(C) void* function(void* jarg1) vtkAbstractPolygonalHandleRepresentation3D_GetLabelTextActor; extern(C) void function(void* jarg1, double jarg2) vtkAbstractPolygonalHandleRepresentation3D_SetUniformScale; extern(C) void function(void* jarg1, int jarg2) vtkAbstractPolygonalHandleRepresentation3D_SetHandleVisibility; extern(C) int function(void* jarg1) vtkAbstractPolygonalHandleRepresentation3D_GetHandleVisibility; extern(C) void function(void* jarg1) vtkAbstractPolygonalHandleRepresentation3D_HandleVisibilityOn; extern(C) void function(void* jarg1) vtkAbstractPolygonalHandleRepresentation3D_HandleVisibilityOff; extern(C) void function(void* jarg1, int jarg2) vtkAbstractPolygonalHandleRepresentation3D_SetSmoothMotion; extern(C) int function(void* jarg1) vtkAbstractPolygonalHandleRepresentation3D_GetSmoothMotion; extern(C) void function(void* jarg1) vtkAbstractPolygonalHandleRepresentation3D_SmoothMotionOn; extern(C) void function(void* jarg1) vtkAbstractPolygonalHandleRepresentation3D_SmoothMotionOff; extern(C) void* function(void* objectRef) vtkAbstractPolygonalHandleRepresentation3D_Upcast; extern(C) void* function() vtkPolygonalHandleRepresentation3D_New; extern(C) int function(const(char)* jarg1) vtkPolygonalHandleRepresentation3D_IsTypeOf; extern(C) void* function(void* jarg1) vtkPolygonalHandleRepresentation3D_SafeDownCast; extern(C) void* function(void* jarg1) vtkPolygonalHandleRepresentation3D_NewInstance; extern(C) void function(void* jarg1, double jarg2, double jarg3, double jarg4) vtkPolygonalHandleRepresentation3D_SetOffset__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkPolygonalHandleRepresentation3D_SetOffset__SWIG_1; extern(C) void* function(void* jarg1) vtkPolygonalHandleRepresentation3D_GetOffset__SWIG_0; extern(C) void function(void* jarg1, void* jarg2, void* jarg3, void* jarg4) vtkPolygonalHandleRepresentation3D_GetOffset__SWIG_1; extern(C) void function(void* jarg1, void* jarg2) vtkPolygonalHandleRepresentation3D_GetOffset__SWIG_2; extern(C) void* function(void* objectRef) vtkPolygonalHandleRepresentation3D_Upcast; extern(C) void* function() vtkFixedSizeHandleRepresentation3D_New; extern(C) int function(const(char)* jarg1) vtkFixedSizeHandleRepresentation3D_IsTypeOf; extern(C) void* function(void* jarg1) vtkFixedSizeHandleRepresentation3D_SafeDownCast; extern(C) void* function(void* jarg1) vtkFixedSizeHandleRepresentation3D_NewInstance; extern(C) void* function(void* jarg1) vtkFixedSizeHandleRepresentation3D_GetSphereSource; extern(C) void function(void* jarg1, double jarg2) vtkFixedSizeHandleRepresentation3D_SetHandleSizeInPixels; extern(C) double function(void* jarg1) vtkFixedSizeHandleRepresentation3D_GetHandleSizeInPixels; extern(C) void function(void* jarg1, double jarg2) vtkFixedSizeHandleRepresentation3D_SetHandleSizeToleranceInPixels; extern(C) double function(void* jarg1) vtkFixedSizeHandleRepresentation3D_GetHandleSizeToleranceInPixels; extern(C) void* function(void* objectRef) vtkFixedSizeHandleRepresentation3D_Upcast; extern(C) int function() VTK_MAXIMUM_NUMBER_OF_RADIAL_AXES_get; extern(C) int function() VTK_DEFAULT_NUMBER_OF_RADIAL_AXES_get; extern(C) int function() VTK_MAXIMUM_NUMBER_OF_POLAR_AXIS_TICKS_get; extern(C) double function() VTK_POLAR_ARC_RESOLUTION_PER_DEG_get; extern(C) int function(const(char)* jarg1) vtkPolarAxesActor_IsTypeOf; extern(C) void* function(void* jarg1) vtkPolarAxesActor_SafeDownCast; extern(C) void* function(void* jarg1) vtkPolarAxesActor_NewInstance; extern(C) void* function() vtkPolarAxesActor_New; extern(C) void function(void* jarg1, void* jarg2) vtkPolarAxesActor_SetPole__SWIG_0; extern(C) void function(void* jarg1, double jarg2, double jarg3, double jarg4) vtkPolarAxesActor_SetPole__SWIG_1; extern(C) void* function(void* jarg1) vtkPolarAxesActor_GetPole__SWIG_0; extern(C) void function(void* jarg1, void* jarg2, void* jarg3, void* jarg4) vtkPolarAxesActor_GetPole__SWIG_1; extern(C) void function(void* jarg1, void* jarg2) vtkPolarAxesActor_GetPole__SWIG_2; extern(C) void function(void* jarg1, long jarg2) vtkPolarAxesActor_SetNumberOfRadialAxes; extern(C) long function(void* jarg1) vtkPolarAxesActor_GetNumberOfRadialAxes; extern(C) void function(void* jarg1, long jarg2) vtkPolarAxesActor_SetNumberOfPolarAxisTicks; extern(C) long function(void* jarg1) vtkPolarAxesActor_GetNumberOfPolarAxisTicksMinValue; extern(C) long function(void* jarg1) vtkPolarAxesActor_GetNumberOfPolarAxisTicksMaxValue; extern(C) long function(void* jarg1) vtkPolarAxesActor_GetNumberOfPolarAxisTicks; extern(C) void function(void* jarg1, uint jarg2) vtkPolarAxesActor_SetAutoSubdividePolarAxis; extern(C) uint function(void* jarg1) vtkPolarAxesActor_GetAutoSubdividePolarAxis; extern(C) void function(void* jarg1) vtkPolarAxesActor_AutoSubdividePolarAxisOn; extern(C) void function(void* jarg1) vtkPolarAxesActor_AutoSubdividePolarAxisOff; extern(C) void function(void* jarg1, double jarg2) vtkPolarAxesActor_SetMaximumRadius; extern(C) double function(void* jarg1) vtkPolarAxesActor_GetMaximumRadius; extern(C) void function(void* jarg1, uint jarg2) vtkPolarAxesActor_SetAutoScaleRadius; extern(C) uint function(void* jarg1) vtkPolarAxesActor_GetAutoScaleRadius; extern(C) void function(void* jarg1, double jarg2) vtkPolarAxesActor_SetMinimumAngle; extern(C) double function(void* jarg1) vtkPolarAxesActor_GetMinimumAngle; extern(C) void function(void* jarg1, double jarg2) vtkPolarAxesActor_SetMaximumAngle; extern(C) double function(void* jarg1) vtkPolarAxesActor_GetMaximumAngle; extern(C) void function(void* jarg1, double jarg2) vtkPolarAxesActor_SetSmallestVisiblePolarAngle; extern(C) double function(void* jarg1) vtkPolarAxesActor_GetSmallestVisiblePolarAngleMinValue; extern(C) double function(void* jarg1) vtkPolarAxesActor_GetSmallestVisiblePolarAngleMaxValue; extern(C) double function(void* jarg1) vtkPolarAxesActor_GetSmallestVisiblePolarAngle; extern(C) void function(void* jarg1, uint jarg2) vtkPolarAxesActor_SetRadialUnits; extern(C) uint function(void* jarg1) vtkPolarAxesActor_GetRadialUnits; extern(C) void function(void* jarg1, double jarg2) vtkPolarAxesActor_SetScreenSize; extern(C) double function(void* jarg1) vtkPolarAxesActor_GetScreenSize; extern(C) void function(void* jarg1, void* jarg2) vtkPolarAxesActor_SetCamera; extern(C) void* function(void* jarg1) vtkPolarAxesActor_GetCamera; extern(C) void function(void* jarg1, const(char)* jarg2) vtkPolarAxesActor_SetPolarAxisTitle; extern(C) const(char)* function(void* jarg1) vtkPolarAxesActor_GetPolarAxisTitle; extern(C) void function(void* jarg1, const(char)* jarg2) vtkPolarAxesActor_SetPolarLabelFormat; extern(C) const(char)* function(void* jarg1) vtkPolarAxesActor_GetPolarLabelFormat; extern(C) void function(void* jarg1, void* jarg2) vtkPolarAxesActor_ReleaseGraphicsResources; extern(C) void function(void* jarg1, int jarg2) vtkPolarAxesActor_SetEnableDistanceLOD; extern(C) int function(void* jarg1) vtkPolarAxesActor_GetEnableDistanceLOD; extern(C) void function(void* jarg1, double jarg2) vtkPolarAxesActor_SetDistanceLODThreshold; extern(C) double function(void* jarg1) vtkPolarAxesActor_GetDistanceLODThresholdMinValue; extern(C) double function(void* jarg1) vtkPolarAxesActor_GetDistanceLODThresholdMaxValue; extern(C) double function(void* jarg1) vtkPolarAxesActor_GetDistanceLODThreshold; extern(C) void function(void* jarg1, int jarg2) vtkPolarAxesActor_SetEnableViewAngleLOD; extern(C) int function(void* jarg1) vtkPolarAxesActor_GetEnableViewAngleLOD; extern(C) void function(void* jarg1, double jarg2) vtkPolarAxesActor_SetViewAngleLODThreshold; extern(C) double function(void* jarg1) vtkPolarAxesActor_GetViewAngleLODThresholdMinValue; extern(C) double function(void* jarg1) vtkPolarAxesActor_GetViewAngleLODThresholdMaxValue; extern(C) double function(void* jarg1) vtkPolarAxesActor_GetViewAngleLODThreshold; extern(C) void function(void* jarg1, int jarg2) vtkPolarAxesActor_SetPolarAxisVisibility; extern(C) int function(void* jarg1) vtkPolarAxesActor_GetPolarAxisVisibility; extern(C) void function(void* jarg1) vtkPolarAxesActor_PolarAxisVisibilityOn; extern(C) void function(void* jarg1) vtkPolarAxesActor_PolarAxisVisibilityOff; extern(C) void function(void* jarg1, int jarg2) vtkPolarAxesActor_SetPolarTitleVisibility; extern(C) int function(void* jarg1) vtkPolarAxesActor_GetPolarTitleVisibility; extern(C) void function(void* jarg1) vtkPolarAxesActor_PolarTitleVisibilityOn; extern(C) void function(void* jarg1) vtkPolarAxesActor_PolarTitleVisibilityOff; extern(C) void function(void* jarg1, int jarg2) vtkPolarAxesActor_SetPolarLabelVisibility; extern(C) int function(void* jarg1) vtkPolarAxesActor_GetPolarLabelVisibility; extern(C) void function(void* jarg1) vtkPolarAxesActor_PolarLabelVisibilityOn; extern(C) void function(void* jarg1) vtkPolarAxesActor_PolarLabelVisibilityOff; extern(C) void function(void* jarg1, int jarg2) vtkPolarAxesActor_SetPolarTickVisibility; extern(C) int function(void* jarg1) vtkPolarAxesActor_GetPolarTickVisibility; extern(C) void function(void* jarg1) vtkPolarAxesActor_PolarTickVisibilityOn; extern(C) void function(void* jarg1) vtkPolarAxesActor_PolarTickVisibilityOff; extern(C) void function(void* jarg1, int jarg2) vtkPolarAxesActor_SetRadialAxesVisibility; extern(C) int function(void* jarg1) vtkPolarAxesActor_GetRadialAxesVisibility; extern(C) void function(void* jarg1) vtkPolarAxesActor_RadialAxesVisibilityOn; extern(C) void function(void* jarg1) vtkPolarAxesActor_RadialAxesVisibilityOff; extern(C) void function(void* jarg1, int jarg2) vtkPolarAxesActor_SetRadialTitleVisibility; extern(C) int function(void* jarg1) vtkPolarAxesActor_GetRadialTitleVisibility; extern(C) void function(void* jarg1) vtkPolarAxesActor_RadialTitleVisibilityOn; extern(C) void function(void* jarg1) vtkPolarAxesActor_RadialTitleVisibilityOff; extern(C) void function(void* jarg1, int jarg2) vtkPolarAxesActor_SetPolarArcsVisibility; extern(C) int function(void* jarg1) vtkPolarAxesActor_GetPolarArcsVisibility; extern(C) void function(void* jarg1) vtkPolarAxesActor_PolarArcsVisibilityOn; extern(C) void function(void* jarg1) vtkPolarAxesActor_PolarArcsVisibilityOff; extern(C) void function(void* jarg1, void* jarg2) vtkPolarAxesActor_SetPolarAxisTitleTextProperty; extern(C) void* function(void* jarg1) vtkPolarAxesActor_GetPolarAxisTitleTextProperty; extern(C) void function(void* jarg1, void* jarg2) vtkPolarAxesActor_SetPolarAxisLabelTextProperty; extern(C) void* function(void* jarg1) vtkPolarAxesActor_GetPolarAxisLabelTextProperty; extern(C) void function(void* jarg1, void* jarg2) vtkPolarAxesActor_SetPolarAxisProperty; extern(C) void* function(void* jarg1) vtkPolarAxesActor_GetPolarAxisProperty; extern(C) void function(void* jarg1, void* jarg2) vtkPolarAxesActor_SetRadialAxesProperty; extern(C) void* function(void* jarg1) vtkPolarAxesActor_GetRadialAxesProperty; extern(C) void function(void* jarg1, void* jarg2) vtkPolarAxesActor_SetPolarArcsProperty; extern(C) void* function(void* jarg1) vtkPolarAxesActor_GetPolarArcsProperty; extern(C) void function(void* jarg1, double jarg2, double jarg3, double jarg4, double jarg5, double jarg6, double jarg7) vtkPolarAxesActor_SetBounds__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkPolarAxesActor_SetBounds__SWIG_1; extern(C) void* function(void* jarg1) vtkPolarAxesActor_GetBounds__SWIG_0; extern(C) void function(void* jarg1, void* jarg2, void* jarg3, void* jarg4, void* jarg5, void* jarg6, void* jarg7) vtkPolarAxesActor_GetBounds__SWIG_1; extern(C) void function(void* jarg1, void* jarg2) vtkPolarAxesActor_GetBounds__SWIG_2; extern(C) void* function(void* objectRef) vtkPolarAxesActor_Upcast; extern(C) void* function() vtkAMRFlashParticlesReader_New; extern(C) int function(const(char)* jarg1) vtkAMRFlashParticlesReader_IsTypeOf; extern(C) void* function(void* jarg1) vtkAMRFlashParticlesReader_SafeDownCast; extern(C) void* function(void* jarg1) vtkAMRFlashParticlesReader_NewInstance; extern(C) void* function(void* objectRef) vtkAMRFlashParticlesReader_Upcast; extern(C) void* function() vtkBase64Utilities_New; extern(C) int function(const(char)* jarg1) vtkBase64Utilities_IsTypeOf; extern(C) void* function(void* jarg1) vtkBase64Utilities_SafeDownCast; extern(C) void* function(void* jarg1) vtkBase64Utilities_NewInstance; extern(C) void function(ubyte jarg1, ubyte jarg2, ubyte jarg3, void* jarg4, void* jarg5, void* jarg6, void* jarg7) vtkBase64Utilities_EncodeTriplet; extern(C) void function(ubyte jarg1, ubyte jarg2, void* jarg3, void* jarg4, void* jarg5, void* jarg6) vtkBase64Utilities_EncodePair; extern(C) void function(ubyte jarg1, void* jarg2, void* jarg3, void* jarg4, void* jarg5) vtkBase64Utilities_EncodeSingle; extern(C) core.stdc.config.c_ulong function(void* jarg1, core.stdc.config.c_ulong jarg2, void* jarg3, int jarg4) vtkBase64Utilities_Encode__SWIG_0; extern(C) core.stdc.config.c_ulong function(void* jarg1, core.stdc.config.c_ulong jarg2, void* jarg3) vtkBase64Utilities_Encode__SWIG_1; extern(C) int function(ubyte jarg1, ubyte jarg2, ubyte jarg3, ubyte jarg4, void* jarg5, void* jarg6, void* jarg7) vtkBase64Utilities_DecodeTriplet; extern(C) core.stdc.config.c_ulong function(void* jarg1, core.stdc.config.c_ulong jarg2, void* jarg3, core.stdc.config.c_ulong jarg4) vtkBase64Utilities_Decode__SWIG_0; extern(C) core.stdc.config.c_ulong function(void* jarg1, core.stdc.config.c_ulong jarg2, void* jarg3) vtkBase64Utilities_Decode__SWIG_1; extern(C) void* function(void* objectRef) vtkBase64Utilities_Upcast; extern(C) void* function() vtkClustering2DLayoutStrategy_New; extern(C) int function(const(char)* jarg1) vtkClustering2DLayoutStrategy_IsTypeOf; extern(C) void* function(void* jarg1) vtkClustering2DLayoutStrategy_SafeDownCast; extern(C) void* function(void* jarg1) vtkClustering2DLayoutStrategy_NewInstance; extern(C) void function(void* jarg1, int jarg2) vtkClustering2DLayoutStrategy_SetRandomSeed; extern(C) int function(void* jarg1) vtkClustering2DLayoutStrategy_GetRandomSeedMinValue; extern(C) int function(void* jarg1) vtkClustering2DLayoutStrategy_GetRandomSeedMaxValue; extern(C) int function(void* jarg1) vtkClustering2DLayoutStrategy_GetRandomSeed; extern(C) void function(void* jarg1, int jarg2) vtkClustering2DLayoutStrategy_SetMaxNumberOfIterations; extern(C) int function(void* jarg1) vtkClustering2DLayoutStrategy_GetMaxNumberOfIterationsMinValue; extern(C) int function(void* jarg1) vtkClustering2DLayoutStrategy_GetMaxNumberOfIterationsMaxValue; extern(C) int function(void* jarg1) vtkClustering2DLayoutStrategy_GetMaxNumberOfIterations; extern(C) void function(void* jarg1, int jarg2) vtkClustering2DLayoutStrategy_SetIterationsPerLayout; extern(C) int function(void* jarg1) vtkClustering2DLayoutStrategy_GetIterationsPerLayoutMinValue; extern(C) int function(void* jarg1) vtkClustering2DLayoutStrategy_GetIterationsPerLayoutMaxValue; extern(C) int function(void* jarg1) vtkClustering2DLayoutStrategy_GetIterationsPerLayout; extern(C) void function(void* jarg1, float jarg2) vtkClustering2DLayoutStrategy_SetInitialTemperature; extern(C) float function(void* jarg1) vtkClustering2DLayoutStrategy_GetInitialTemperatureMinValue; extern(C) float function(void* jarg1) vtkClustering2DLayoutStrategy_GetInitialTemperatureMaxValue; extern(C) float function(void* jarg1) vtkClustering2DLayoutStrategy_GetInitialTemperature; extern(C) void function(void* jarg1, double jarg2) vtkClustering2DLayoutStrategy_SetCoolDownRate; extern(C) double function(void* jarg1) vtkClustering2DLayoutStrategy_GetCoolDownRateMinValue; extern(C) double function(void* jarg1) vtkClustering2DLayoutStrategy_GetCoolDownRateMaxValue; extern(C) double function(void* jarg1) vtkClustering2DLayoutStrategy_GetCoolDownRate; extern(C) void function(void* jarg1, float jarg2) vtkClustering2DLayoutStrategy_SetRestDistance; extern(C) float function(void* jarg1) vtkClustering2DLayoutStrategy_GetRestDistance; extern(C) void* function(void* objectRef) vtkClustering2DLayoutStrategy_Upcast; extern(C) void* function() vtkConeLayoutStrategy_New; extern(C) int function(const(char)* jarg1) vtkConeLayoutStrategy_IsTypeOf; extern(C) void* function(void* jarg1) vtkConeLayoutStrategy_SafeDownCast; extern(C) void* function(void* jarg1) vtkConeLayoutStrategy_NewInstance; extern(C) void function(void* jarg1, float jarg2) vtkConeLayoutStrategy_SetCompactness; extern(C) float function(void* jarg1) vtkConeLayoutStrategy_GetCompactness; extern(C) void function(void* jarg1, int jarg2) vtkConeLayoutStrategy_SetCompression; extern(C) int function(void* jarg1) vtkConeLayoutStrategy_GetCompression; extern(C) void function(void* jarg1) vtkConeLayoutStrategy_CompressionOn; extern(C) void function(void* jarg1) vtkConeLayoutStrategy_CompressionOff; extern(C) void function(void* jarg1, float jarg2) vtkConeLayoutStrategy_SetSpacing; extern(C) float function(void* jarg1) vtkConeLayoutStrategy_GetSpacing; extern(C) void* function(void* objectRef) vtkConeLayoutStrategy_Upcast; extern(C) int function(const(char)* jarg1) vtkLinearSelector_IsTypeOf; extern(C) void* function(void* jarg1) vtkLinearSelector_SafeDownCast; extern(C) void* function(void* jarg1) vtkLinearSelector_NewInstance; extern(C) void* function() vtkLinearSelector_New; extern(C) void function(void* jarg1, double jarg2, double jarg3, double jarg4) vtkLinearSelector_SetStartPoint__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkLinearSelector_SetStartPoint__SWIG_1; extern(C) void* function(void* jarg1) vtkLinearSelector_GetStartPoint__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkLinearSelector_GetStartPoint__SWIG_1; extern(C) void function(void* jarg1, double jarg2, double jarg3, double jarg4) vtkLinearSelector_SetEndPoint__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkLinearSelector_SetEndPoint__SWIG_1; extern(C) void* function(void* jarg1) vtkLinearSelector_GetEndPoint__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkLinearSelector_GetEndPoint__SWIG_1; extern(C) void function(void* jarg1, void* jarg2) vtkLinearSelector_SetPoints; extern(C) void* function(void* jarg1) vtkLinearSelector_GetPoints; extern(C) void function(void* jarg1, double jarg2) vtkLinearSelector_SetTolerance; extern(C) double function(void* jarg1) vtkLinearSelector_GetTolerance; extern(C) void function(void* jarg1, uint jarg2) vtkLinearSelector_SetIncludeVertices; extern(C) uint function(void* jarg1) vtkLinearSelector_GetIncludeVertices; extern(C) void function(void* jarg1) vtkLinearSelector_IncludeVerticesOn; extern(C) void function(void* jarg1) vtkLinearSelector_IncludeVerticesOff; extern(C) void function(void* jarg1, double jarg2) vtkLinearSelector_SetVertexEliminationTolerance; extern(C) double function(void* jarg1) vtkLinearSelector_GetVertexEliminationToleranceMinValue; extern(C) double function(void* jarg1) vtkLinearSelector_GetVertexEliminationToleranceMaxValue; extern(C) double function(void* jarg1) vtkLinearSelector_GetVertexEliminationTolerance; extern(C) void* function(void* objectRef) vtkLinearSelector_Upcast; extern(C) void* function() vtkTypeFloat32Array_New; extern(C) int function(const(char)* jarg1) vtkTypeFloat32Array_IsTypeOf; extern(C) void* function(void* jarg1) vtkTypeFloat32Array_SafeDownCast; extern(C) void* function(void* jarg1) vtkTypeFloat32Array_NewInstance; extern(C) void* function(void* objectRef) vtkTypeFloat32Array_Upcast; extern(C) void* function() vtkImageDataToUniformGrid_New; extern(C) int function(const(char)* jarg1) vtkImageDataToUniformGrid_IsTypeOf; extern(C) void* function(void* jarg1) vtkImageDataToUniformGrid_SafeDownCast; extern(C) void* function(void* jarg1) vtkImageDataToUniformGrid_NewInstance; extern(C) void function(void* jarg1, int jarg2) vtkImageDataToUniformGrid_SetReverse; extern(C) int function(void* jarg1) vtkImageDataToUniformGrid_GetReverseMinValue; extern(C) int function(void* jarg1) vtkImageDataToUniformGrid_GetReverseMaxValue; extern(C) int function(void* jarg1) vtkImageDataToUniformGrid_GetReverse; extern(C) void function(void* jarg1) vtkImageDataToUniformGrid_ReverseOn; extern(C) void function(void* jarg1) vtkImageDataToUniformGrid_ReverseOff; extern(C) void* function(void* objectRef) vtkImageDataToUniformGrid_Upcast; extern(C) void* function() vtkFixedPointVolumeRayCastCompositeHelper_New; extern(C) int function(const(char)* jarg1) vtkFixedPointVolumeRayCastCompositeHelper_IsTypeOf; extern(C) void* function(void* jarg1) vtkFixedPointVolumeRayCastCompositeHelper_SafeDownCast; extern(C) void* function(void* jarg1) vtkFixedPointVolumeRayCastCompositeHelper_NewInstance; extern(C) void* function(void* objectRef) vtkFixedPointVolumeRayCastCompositeHelper_Upcast; extern(C) void* function() vtkExecutionScheduler_New; extern(C) int function(const(char)* jarg1) vtkExecutionScheduler_IsTypeOf; extern(C) void* function(void* jarg1) vtkExecutionScheduler_SafeDownCast; extern(C) void* function(void* jarg1) vtkExecutionScheduler_NewInstance; extern(C) void* function() vtkExecutionScheduler_GetGlobalScheduler; extern(C) void* function() vtkExecutionScheduler_TASK_PRIORITY; extern(C) void function(void* jarg1, void* jarg2, void* jarg3) vtkExecutionScheduler_Schedule; extern(C) void function(void* jarg1, void* jarg2, void* jarg3) vtkExecutionScheduler_SchedulePropagate; extern(C) void function(void* jarg1, void* jarg2) vtkExecutionScheduler_WaitUntilDone; extern(C) void function(void* jarg1, void* jarg2) vtkExecutionScheduler_WaitUntilReleased; extern(C) void function(void* jarg1) vtkExecutionScheduler_WaitUntilAllDone; extern(C) void function(void* jarg1, void* jarg2) vtkExecutionScheduler_WaitForTaskDone; extern(C) void function(void* jarg1, void* jarg2) vtkExecutionScheduler_WaitForInputsReleased; extern(C) void* function(void* jarg1, void* jarg2) vtkExecutionScheduler_GetTaskDoneMessager; extern(C) void* function(void* jarg1, void* jarg2) vtkExecutionScheduler_GetInputsReleasedMessager; extern(C) void* function(void* jarg1, void* jarg2) vtkExecutionScheduler_GetInputsReleasedLock; extern(C) void function(void* jarg1, void* jarg2) vtkExecutionScheduler_ReleaseResources; extern(C) void function(void* jarg1, void* jarg2) vtkExecutionScheduler_ReacquireResources; extern(C) void function(void* jarg1, void* jarg2) vtkExecutionScheduler_RescheduleNetwork; extern(C) void function(void* jarg1, void* jarg2, void* jarg3) vtkExecutionScheduler_RescheduleFrom; extern(C) void* function(void* objectRef) vtkExecutionScheduler_Upcast; extern(C) void* function() vtkEnSight6Reader_New; extern(C) int function(const(char)* jarg1) vtkEnSight6Reader_IsTypeOf; extern(C) void* function(void* jarg1) vtkEnSight6Reader_SafeDownCast; extern(C) void* function(void* jarg1) vtkEnSight6Reader_NewInstance; extern(C) void* function(void* objectRef) vtkEnSight6Reader_Upcast; extern(C) int function(const(char)* jarg1) vtkXMLPRectilinearGridReader_IsTypeOf; extern(C) void* function(void* jarg1) vtkXMLPRectilinearGridReader_SafeDownCast; extern(C) void* function(void* jarg1) vtkXMLPRectilinearGridReader_NewInstance; extern(C) void* function() vtkXMLPRectilinearGridReader_New; extern(C) void* function(void* jarg1) vtkXMLPRectilinearGridReader_GetOutput__SWIG_0; extern(C) void* function(void* jarg1, int jarg2) vtkXMLPRectilinearGridReader_GetOutput__SWIG_1; extern(C) void* function(void* objectRef) vtkXMLPRectilinearGridReader_Upcast; extern(C) void* function() vtkProgrammableDataObjectSource_New; extern(C) int function(const(char)* jarg1) vtkProgrammableDataObjectSource_IsTypeOf; extern(C) void* function(void* jarg1) vtkProgrammableDataObjectSource_SafeDownCast; extern(C) void* function(void* jarg1) vtkProgrammableDataObjectSource_NewInstance; extern(C) void function(void* jarg1, void* jarg2, void* jarg3) vtkProgrammableDataObjectSource_SetExecuteMethod; extern(C) void function(void* jarg1, void* jarg2) vtkProgrammableDataObjectSource_SetExecuteMethodArgDelete; extern(C) void* function(void* objectRef) vtkProgrammableDataObjectSource_Upcast; extern(C) void* function() vtkRenderedTreeAreaRepresentation_New; extern(C) int function(const(char)* jarg1) vtkRenderedTreeAreaRepresentation_IsTypeOf; extern(C) void* function(void* jarg1) vtkRenderedTreeAreaRepresentation_SafeDownCast; extern(C) void* function(void* jarg1) vtkRenderedTreeAreaRepresentation_NewInstance; extern(C) void function(void* jarg1, const(char)* jarg2) vtkRenderedTreeAreaRepresentation_SetAreaLabelArrayName; extern(C) const(char)* function(void* jarg1) vtkRenderedTreeAreaRepresentation_GetAreaLabelArrayName; extern(C) void function(void* jarg1, const(char)* jarg2) vtkRenderedTreeAreaRepresentation_SetAreaSizeArrayName; extern(C) const(char)* function(void* jarg1) vtkRenderedTreeAreaRepresentation_GetAreaSizeArrayName; extern(C) void function(void* jarg1, const(char)* jarg2) vtkRenderedTreeAreaRepresentation_SetAreaLabelPriorityArrayName; extern(C) const(char)* function(void* jarg1) vtkRenderedTreeAreaRepresentation_GetAreaLabelPriorityArrayName; extern(C) void function(void* jarg1, const(char)* jarg2) vtkRenderedTreeAreaRepresentation_SetGraphEdgeLabelArrayName__SWIG_0; extern(C) void function(void* jarg1, const(char)* jarg2, int jarg3) vtkRenderedTreeAreaRepresentation_SetGraphEdgeLabelArrayName__SWIG_1; extern(C) const(char)* function(void* jarg1) vtkRenderedTreeAreaRepresentation_GetGraphEdgeLabelArrayName__SWIG_0; extern(C) const(char)* function(void* jarg1, int jarg2) vtkRenderedTreeAreaRepresentation_GetGraphEdgeLabelArrayName__SWIG_1; extern(C) void function(void* jarg1, void* jarg2) vtkRenderedTreeAreaRepresentation_SetGraphEdgeLabelTextProperty__SWIG_0; extern(C) void function(void* jarg1, void* jarg2, int jarg3) vtkRenderedTreeAreaRepresentation_SetGraphEdgeLabelTextProperty__SWIG_1; extern(C) void* function(void* jarg1) vtkRenderedTreeAreaRepresentation_GetGraphEdgeLabelTextProperty__SWIG_0; extern(C) void* function(void* jarg1, int jarg2) vtkRenderedTreeAreaRepresentation_GetGraphEdgeLabelTextProperty__SWIG_1; extern(C) void function(void* jarg1, const(char)* jarg2) vtkRenderedTreeAreaRepresentation_SetAreaHoverArrayName; extern(C) const(char)* function(void* jarg1) vtkRenderedTreeAreaRepresentation_GetAreaHoverArrayName; extern(C) void function(void* jarg1, uint jarg2) vtkRenderedTreeAreaRepresentation_SetAreaLabelVisibility; extern(C) uint function(void* jarg1) vtkRenderedTreeAreaRepresentation_GetAreaLabelVisibility; extern(C) void function(void* jarg1) vtkRenderedTreeAreaRepresentation_AreaLabelVisibilityOn; extern(C) void function(void* jarg1) vtkRenderedTreeAreaRepresentation_AreaLabelVisibilityOff; extern(C) void function(void* jarg1, void* jarg2) vtkRenderedTreeAreaRepresentation_SetAreaLabelTextProperty; extern(C) void* function(void* jarg1) vtkRenderedTreeAreaRepresentation_GetAreaLabelTextProperty; extern(C) void function(void* jarg1, uint jarg2) vtkRenderedTreeAreaRepresentation_SetGraphEdgeLabelVisibility__SWIG_0; extern(C) void function(void* jarg1, uint jarg2, int jarg3) vtkRenderedTreeAreaRepresentation_SetGraphEdgeLabelVisibility__SWIG_1; extern(C) uint function(void* jarg1) vtkRenderedTreeAreaRepresentation_GetGraphEdgeLabelVisibility__SWIG_0; extern(C) uint function(void* jarg1, int jarg2) vtkRenderedTreeAreaRepresentation_GetGraphEdgeLabelVisibility__SWIG_1; extern(C) void function(void* jarg1) vtkRenderedTreeAreaRepresentation_GraphEdgeLabelVisibilityOn; extern(C) void function(void* jarg1) vtkRenderedTreeAreaRepresentation_GraphEdgeLabelVisibilityOff; extern(C) void function(void* jarg1, const(char)* jarg2) vtkRenderedTreeAreaRepresentation_SetAreaColorArrayName; extern(C) const(char)* function(void* jarg1) vtkRenderedTreeAreaRepresentation_GetAreaColorArrayName; extern(C) void function(void* jarg1, uint jarg2) vtkRenderedTreeAreaRepresentation_SetColorAreasByArray; extern(C) uint function(void* jarg1) vtkRenderedTreeAreaRepresentation_GetColorAreasByArray; extern(C) void function(void* jarg1) vtkRenderedTreeAreaRepresentation_ColorAreasByArrayOn; extern(C) void function(void* jarg1) vtkRenderedTreeAreaRepresentation_ColorAreasByArrayOff; extern(C) void function(void* jarg1, const(char)* jarg2) vtkRenderedTreeAreaRepresentation_SetGraphEdgeColorArrayName__SWIG_0; extern(C) void function(void* jarg1, const(char)* jarg2, int jarg3) vtkRenderedTreeAreaRepresentation_SetGraphEdgeColorArrayName__SWIG_1; extern(C) const(char)* function(void* jarg1) vtkRenderedTreeAreaRepresentation_GetGraphEdgeColorArrayName__SWIG_0; extern(C) const(char)* function(void* jarg1, int jarg2) vtkRenderedTreeAreaRepresentation_GetGraphEdgeColorArrayName__SWIG_1; extern(C) void function(void* jarg1) vtkRenderedTreeAreaRepresentation_SetGraphEdgeColorToSplineFraction__SWIG_0; extern(C) void function(void* jarg1, int jarg2) vtkRenderedTreeAreaRepresentation_SetGraphEdgeColorToSplineFraction__SWIG_1; extern(C) void function(void* jarg1, uint jarg2) vtkRenderedTreeAreaRepresentation_SetColorGraphEdgesByArray__SWIG_0; extern(C) void function(void* jarg1, uint jarg2, int jarg3) vtkRenderedTreeAreaRepresentation_SetColorGraphEdgesByArray__SWIG_1; extern(C) uint function(void* jarg1) vtkRenderedTreeAreaRepresentation_GetColorGraphEdgesByArray__SWIG_0; extern(C) uint function(void* jarg1, int jarg2) vtkRenderedTreeAreaRepresentation_GetColorGraphEdgesByArray__SWIG_1; extern(C) void function(void* jarg1) vtkRenderedTreeAreaRepresentation_ColorGraphEdgesByArrayOn; extern(C) void function(void* jarg1) vtkRenderedTreeAreaRepresentation_ColorGraphEdgesByArrayOff; extern(C) void function(void* jarg1, const(char)* jarg2) vtkRenderedTreeAreaRepresentation_SetGraphHoverArrayName__SWIG_0; extern(C) void function(void* jarg1, const(char)* jarg2, int jarg3) vtkRenderedTreeAreaRepresentation_SetGraphHoverArrayName__SWIG_1; extern(C) const(char)* function(void* jarg1) vtkRenderedTreeAreaRepresentation_GetGraphHoverArrayName__SWIG_0; extern(C) const(char)* function(void* jarg1, int jarg2) vtkRenderedTreeAreaRepresentation_GetGraphHoverArrayName__SWIG_1; extern(C) void function(void* jarg1, double jarg2) vtkRenderedTreeAreaRepresentation_SetShrinkPercentage; extern(C) double function(void* jarg1) vtkRenderedTreeAreaRepresentation_GetShrinkPercentage; extern(C) void function(void* jarg1, double jarg2) vtkRenderedTreeAreaRepresentation_SetGraphBundlingStrength__SWIG_0; extern(C) void function(void* jarg1, double jarg2, int jarg3) vtkRenderedTreeAreaRepresentation_SetGraphBundlingStrength__SWIG_1; extern(C) double function(void* jarg1) vtkRenderedTreeAreaRepresentation_GetGraphBundlingStrength__SWIG_0; extern(C) double function(void* jarg1, int jarg2) vtkRenderedTreeAreaRepresentation_GetGraphBundlingStrength__SWIG_1; extern(C) void function(void* jarg1, int jarg2, int jarg3) vtkRenderedTreeAreaRepresentation_SetGraphSplineType; extern(C) int function(void* jarg1, int jarg2) vtkRenderedTreeAreaRepresentation_GetGraphSplineType; extern(C) void function(void* jarg1, void* jarg2) vtkRenderedTreeAreaRepresentation_SetAreaLayoutStrategy; extern(C) void* function(void* jarg1) vtkRenderedTreeAreaRepresentation_GetAreaLayoutStrategy; extern(C) void function(void* jarg1, void* jarg2) vtkRenderedTreeAreaRepresentation_SetAreaToPolyData; extern(C) void* function(void* jarg1) vtkRenderedTreeAreaRepresentation_GetAreaToPolyData; extern(C) void function(void* jarg1, uint jarg2) vtkRenderedTreeAreaRepresentation_SetUseRectangularCoordinates; extern(C) uint function(void* jarg1) vtkRenderedTreeAreaRepresentation_GetUseRectangularCoordinates; extern(C) void function(void* jarg1) vtkRenderedTreeAreaRepresentation_UseRectangularCoordinatesOn; extern(C) void function(void* jarg1) vtkRenderedTreeAreaRepresentation_UseRectangularCoordinatesOff; extern(C) void function(void* jarg1, void* jarg2) vtkRenderedTreeAreaRepresentation_SetAreaLabelMapper; extern(C) void* function(void* jarg1) vtkRenderedTreeAreaRepresentation_GetAreaLabelMapper; extern(C) void function(void* jarg1, uint jarg2) vtkRenderedTreeAreaRepresentation_SetEdgeScalarBarVisibility; extern(C) uint function(void* jarg1) vtkRenderedTreeAreaRepresentation_GetEdgeScalarBarVisibility; extern(C) void* function(void* objectRef) vtkRenderedTreeAreaRepresentation_Upcast; extern(C) int function(const(char)* jarg1) vtkPropAssembly_IsTypeOf; extern(C) void* function(void* jarg1) vtkPropAssembly_SafeDownCast; extern(C) void* function(void* jarg1) vtkPropAssembly_NewInstance; extern(C) void* function() vtkPropAssembly_New; extern(C) void function(void* jarg1, void* jarg2) vtkPropAssembly_AddPart; extern(C) void function(void* jarg1, void* jarg2) vtkPropAssembly_RemovePart; extern(C) void* function(void* jarg1) vtkPropAssembly_GetParts; extern(C) int function(void* jarg1, void* jarg2) vtkPropAssembly_RenderOpaqueGeometry; extern(C) int function(void* jarg1, void* jarg2) vtkPropAssembly_RenderTranslucentPolygonalGeometry; extern(C) int function(void* jarg1, void* jarg2) vtkPropAssembly_RenderVolumetricGeometry; extern(C) int function(void* jarg1, void* jarg2) vtkPropAssembly_RenderOverlay; extern(C) int function(void* jarg1) vtkPropAssembly_HasTranslucentPolygonalGeometry; extern(C) void function(void* jarg1, void* jarg2) vtkPropAssembly_ReleaseGraphicsResources; extern(C) void* function(void* objectRef) vtkPropAssembly_Upcast; extern(C) void* function() vtkTexturedButtonRepresentation_New; extern(C) int function(const(char)* jarg1) vtkTexturedButtonRepresentation_IsTypeOf; extern(C) void* function(void* jarg1) vtkTexturedButtonRepresentation_SafeDownCast; extern(C) void* function(void* jarg1) vtkTexturedButtonRepresentation_NewInstance; extern(C) void function(void* jarg1, void* jarg2) vtkTexturedButtonRepresentation_SetButtonGeometry; extern(C) void function(void* jarg1, void* jarg2) vtkTexturedButtonRepresentation_SetButtonGeometryConnection; extern(C) void* function(void* jarg1) vtkTexturedButtonRepresentation_GetButtonGeometry; extern(C) void function(void* jarg1, int jarg2) vtkTexturedButtonRepresentation_SetFollowCamera; extern(C) int function(void* jarg1) vtkTexturedButtonRepresentation_GetFollowCamera; extern(C) void function(void* jarg1) vtkTexturedButtonRepresentation_FollowCameraOn; extern(C) void function(void* jarg1) vtkTexturedButtonRepresentation_FollowCameraOff; extern(C) void function(void* jarg1, void* jarg2) vtkTexturedButtonRepresentation_SetProperty; extern(C) void* function(void* jarg1) vtkTexturedButtonRepresentation_GetProperty; extern(C) void function(void* jarg1, void* jarg2) vtkTexturedButtonRepresentation_SetHoveringProperty; extern(C) void* function(void* jarg1) vtkTexturedButtonRepresentation_GetHoveringProperty; extern(C) void function(void* jarg1, void* jarg2) vtkTexturedButtonRepresentation_SetSelectingProperty; extern(C) void* function(void* jarg1) vtkTexturedButtonRepresentation_GetSelectingProperty; extern(C) void function(void* jarg1, int jarg2, void* jarg3) vtkTexturedButtonRepresentation_SetButtonTexture; extern(C) void* function(void* jarg1, int jarg2) vtkTexturedButtonRepresentation_GetButtonTexture; extern(C) void function(void* jarg1, double jarg2, void* jarg3, void* jarg4) vtkTexturedButtonRepresentation_PlaceWidget__SWIG_0; extern(C) int function(void* jarg1, int jarg2, int jarg3, int jarg4) vtkTexturedButtonRepresentation_ComputeInteractionState__SWIG_0; extern(C) int function(void* jarg1, int jarg2, int jarg3) vtkTexturedButtonRepresentation_ComputeInteractionState__SWIG_1; extern(C) void function(void* jarg1, void* jarg2) vtkTexturedButtonRepresentation_PlaceWidget__SWIG_1; extern(C) void* function(void* objectRef) vtkTexturedButtonRepresentation_Upcast; extern(C) void* function() vtkAMRGaussianPulseSource_New; extern(C) int function(const(char)* jarg1) vtkAMRGaussianPulseSource_IsTypeOf; extern(C) void* function(void* jarg1) vtkAMRGaussianPulseSource_SafeDownCast; extern(C) void* function(void* jarg1) vtkAMRGaussianPulseSource_NewInstance; extern(C) void function(void* jarg1, int jarg2) vtkAMRGaussianPulseSource_SetDimension; extern(C) void function(void* jarg1, int jarg2) vtkAMRGaussianPulseSource_SetNumberOfLevels; extern(C) void function(void* jarg1, int jarg2) vtkAMRGaussianPulseSource_SetRefinementRatio; extern(C) void function(void* jarg1, double jarg2) vtkAMRGaussianPulseSource_SetRootSpacing; extern(C) void function(void* jarg1, double jarg2, double jarg3, double jarg4) vtkAMRGaussianPulseSource_SetPulseOrigin__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkAMRGaussianPulseSource_SetPulseOrigin__SWIG_1; extern(C) void* function(void* jarg1) vtkAMRGaussianPulseSource_GetPulseOrigin__SWIG_0; extern(C) void function(void* jarg1, void* jarg2, void* jarg3, void* jarg4) vtkAMRGaussianPulseSource_GetPulseOrigin__SWIG_1; extern(C) void function(void* jarg1, void* jarg2) vtkAMRGaussianPulseSource_GetPulseOrigin__SWIG_2; extern(C) void function(void* jarg1, double jarg2) vtkAMRGaussianPulseSource_SetXPulseOrigin; extern(C) void function(void* jarg1, double jarg2) vtkAMRGaussianPulseSource_SetYPulseOrigin; extern(C) void function(void* jarg1, double jarg2) vtkAMRGaussianPulseSource_SetZPulseOrigin; extern(C) void function(void* jarg1, double jarg2, double jarg3, double jarg4) vtkAMRGaussianPulseSource_SetPulseWidth__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkAMRGaussianPulseSource_SetPulseWidth__SWIG_1; extern(C) void* function(void* jarg1) vtkAMRGaussianPulseSource_GetPulseWidth__SWIG_0; extern(C) void function(void* jarg1, void* jarg2, void* jarg3, void* jarg4) vtkAMRGaussianPulseSource_GetPulseWidth__SWIG_1; extern(C) void function(void* jarg1, void* jarg2) vtkAMRGaussianPulseSource_GetPulseWidth__SWIG_2; extern(C) void function(void* jarg1, double jarg2) vtkAMRGaussianPulseSource_SetXPulseWidth; extern(C) void function(void* jarg1, double jarg2) vtkAMRGaussianPulseSource_SetYPulseWidth; extern(C) void function(void* jarg1, double jarg2) vtkAMRGaussianPulseSource_SetZPulseWidth; extern(C) void function(void* jarg1, double jarg2) vtkAMRGaussianPulseSource_SetPulseAmplitude; extern(C) double function(void* jarg1) vtkAMRGaussianPulseSource_GetPulseAmplitude; extern(C) void* function(void* objectRef) vtkAMRGaussianPulseSource_Upcast; extern(C) int function(const(char)* jarg1) vtkPProjectSphereFilter_IsTypeOf; extern(C) void* function(void* jarg1) vtkPProjectSphereFilter_SafeDownCast; extern(C) void* function(void* jarg1) vtkPProjectSphereFilter_NewInstance; extern(C) void* function() vtkPProjectSphereFilter_New; extern(C) void* function(void* objectRef) vtkPProjectSphereFilter_Upcast; extern(C) void* function() vtkSimple2DLayoutStrategy_New; extern(C) int function(const(char)* jarg1) vtkSimple2DLayoutStrategy_IsTypeOf; extern(C) void* function(void* jarg1) vtkSimple2DLayoutStrategy_SafeDownCast; extern(C) void* function(void* jarg1) vtkSimple2DLayoutStrategy_NewInstance; extern(C) void function(void* jarg1, int jarg2) vtkSimple2DLayoutStrategy_SetRandomSeed; extern(C) int function(void* jarg1) vtkSimple2DLayoutStrategy_GetRandomSeedMinValue; extern(C) int function(void* jarg1) vtkSimple2DLayoutStrategy_GetRandomSeedMaxValue; extern(C) int function(void* jarg1) vtkSimple2DLayoutStrategy_GetRandomSeed; extern(C) void function(void* jarg1, int jarg2) vtkSimple2DLayoutStrategy_SetMaxNumberOfIterations; extern(C) int function(void* jarg1) vtkSimple2DLayoutStrategy_GetMaxNumberOfIterationsMinValue; extern(C) int function(void* jarg1) vtkSimple2DLayoutStrategy_GetMaxNumberOfIterationsMaxValue; extern(C) int function(void* jarg1) vtkSimple2DLayoutStrategy_GetMaxNumberOfIterations; extern(C) void function(void* jarg1, int jarg2) vtkSimple2DLayoutStrategy_SetIterationsPerLayout; extern(C) int function(void* jarg1) vtkSimple2DLayoutStrategy_GetIterationsPerLayoutMinValue; extern(C) int function(void* jarg1) vtkSimple2DLayoutStrategy_GetIterationsPerLayoutMaxValue; extern(C) int function(void* jarg1) vtkSimple2DLayoutStrategy_GetIterationsPerLayout; extern(C) void function(void* jarg1, float jarg2) vtkSimple2DLayoutStrategy_SetInitialTemperature; extern(C) float function(void* jarg1) vtkSimple2DLayoutStrategy_GetInitialTemperatureMinValue; extern(C) float function(void* jarg1) vtkSimple2DLayoutStrategy_GetInitialTemperatureMaxValue; extern(C) float function(void* jarg1) vtkSimple2DLayoutStrategy_GetInitialTemperature; extern(C) void function(void* jarg1, double jarg2) vtkSimple2DLayoutStrategy_SetCoolDownRate; extern(C) double function(void* jarg1) vtkSimple2DLayoutStrategy_GetCoolDownRateMinValue; extern(C) double function(void* jarg1) vtkSimple2DLayoutStrategy_GetCoolDownRateMaxValue; extern(C) double function(void* jarg1) vtkSimple2DLayoutStrategy_GetCoolDownRate; extern(C) void function(void* jarg1, uint jarg2) vtkSimple2DLayoutStrategy_SetJitter; extern(C) uint function(void* jarg1) vtkSimple2DLayoutStrategy_GetJitter; extern(C) void function(void* jarg1, float jarg2) vtkSimple2DLayoutStrategy_SetRestDistance; extern(C) float function(void* jarg1) vtkSimple2DLayoutStrategy_GetRestDistance; extern(C) void* function(void* objectRef) vtkSimple2DLayoutStrategy_Upcast; extern(C) void* function() vtkImageDivergence_New; extern(C) int function(const(char)* jarg1) vtkImageDivergence_IsTypeOf; extern(C) void* function(void* jarg1) vtkImageDivergence_SafeDownCast; extern(C) void* function(void* jarg1) vtkImageDivergence_NewInstance; extern(C) void* function(void* objectRef) vtkImageDivergence_Upcast; extern(C) void* function() vtkBlankStructuredGridWithImage_New; extern(C) int function(const(char)* jarg1) vtkBlankStructuredGridWithImage_IsTypeOf; extern(C) void* function(void* jarg1) vtkBlankStructuredGridWithImage_SafeDownCast; extern(C) void* function(void* jarg1) vtkBlankStructuredGridWithImage_NewInstance; extern(C) void function(void* jarg1, void* jarg2) vtkBlankStructuredGridWithImage_SetBlankingInputData; extern(C) void* function(void* jarg1) vtkBlankStructuredGridWithImage_GetBlankingInput; extern(C) void* function(void* objectRef) vtkBlankStructuredGridWithImage_Upcast; extern(C) void* function() vtkVoxelContoursToSurfaceFilter_New; extern(C) int function(const(char)* jarg1) vtkVoxelContoursToSurfaceFilter_IsTypeOf; extern(C) void* function(void* jarg1) vtkVoxelContoursToSurfaceFilter_SafeDownCast; extern(C) void* function(void* jarg1) vtkVoxelContoursToSurfaceFilter_NewInstance; extern(C) void function(void* jarg1, int jarg2) vtkVoxelContoursToSurfaceFilter_SetMemoryLimitInBytes; extern(C) int function(void* jarg1) vtkVoxelContoursToSurfaceFilter_GetMemoryLimitInBytes; extern(C) void function(void* jarg1, double jarg2, double jarg3, double jarg4) vtkVoxelContoursToSurfaceFilter_SetSpacing__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkVoxelContoursToSurfaceFilter_SetSpacing__SWIG_1; extern(C) void* function(void* jarg1) vtkVoxelContoursToSurfaceFilter_GetSpacing__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkVoxelContoursToSurfaceFilter_GetSpacing__SWIG_1; extern(C) void* function(void* objectRef) vtkVoxelContoursToSurfaceFilter_Upcast; extern(C) void* function() vtkPiecewiseFunctionItem_New; extern(C) int function(const(char)* jarg1) vtkPiecewiseFunctionItem_IsTypeOf; extern(C) void* function(void* jarg1) vtkPiecewiseFunctionItem_SafeDownCast; extern(C) void* function(void* jarg1) vtkPiecewiseFunctionItem_NewInstance; extern(C) void function(void* jarg1, void* jarg2) vtkPiecewiseFunctionItem_SetPiecewiseFunction; extern(C) void* function(void* jarg1) vtkPiecewiseFunctionItem_GetPiecewiseFunction; extern(C) void* function(void* objectRef) vtkPiecewiseFunctionItem_Upcast; extern(C) void* function() vtkStructuredGridClip_New; extern(C) int function(const(char)* jarg1) vtkStructuredGridClip_IsTypeOf; extern(C) void* function(void* jarg1) vtkStructuredGridClip_SafeDownCast; extern(C) void* function(void* jarg1) vtkStructuredGridClip_NewInstance; extern(C) void function(void* jarg1, void* jarg2, void* jarg3) vtkStructuredGridClip_SetOutputWholeExtent__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkStructuredGridClip_SetOutputWholeExtent__SWIG_1; extern(C) void function(void* jarg1, int jarg2, int jarg3, int jarg4, int jarg5, int jarg6, int jarg7) vtkStructuredGridClip_SetOutputWholeExtent__SWIG_2; extern(C) void function(void* jarg1, void* jarg2) vtkStructuredGridClip_GetOutputWholeExtent__SWIG_0; extern(C) void* function(void* jarg1) vtkStructuredGridClip_GetOutputWholeExtent__SWIG_1; extern(C) void function(void* jarg1) vtkStructuredGridClip_ResetOutputWholeExtent; extern(C) void function(void* jarg1, int jarg2) vtkStructuredGridClip_SetClipData; extern(C) int function(void* jarg1) vtkStructuredGridClip_GetClipData; extern(C) void function(void* jarg1) vtkStructuredGridClip_ClipDataOn; extern(C) void function(void* jarg1) vtkStructuredGridClip_ClipDataOff; extern(C) void function(void* jarg1, int jarg2, int jarg3) vtkStructuredGridClip_SetOutputWholeExtent__SWIG_3; extern(C) void* function(void* objectRef) vtkStructuredGridClip_Upcast; extern(C) void* function() vtkResliceCursorActor_New; extern(C) int function(const(char)* jarg1) vtkResliceCursorActor_IsTypeOf; extern(C) void* function(void* jarg1) vtkResliceCursorActor_SafeDownCast; extern(C) void* function(void* jarg1) vtkResliceCursorActor_NewInstance; extern(C) void* function(void* jarg1) vtkResliceCursorActor_GetCursorAlgorithm; extern(C) int function(void* jarg1, void* jarg2) vtkResliceCursorActor_RenderOpaqueGeometry; extern(C) int function(void* jarg1) vtkResliceCursorActor_HasTranslucentPolygonalGeometry; extern(C) void function(void* jarg1, void* jarg2) vtkResliceCursorActor_ReleaseGraphicsResources; extern(C) void* function(void* jarg1, int jarg2) vtkResliceCursorActor_GetCenterlineProperty; extern(C) void* function(void* jarg1, int jarg2) vtkResliceCursorActor_GetThickSlabProperty; extern(C) void* function(void* jarg1, int jarg2) vtkResliceCursorActor_GetCenterlineActor; extern(C) void function(void* jarg1, void* jarg2) vtkResliceCursorActor_SetUserMatrix; extern(C) void* function(void* objectRef) vtkResliceCursorActor_Upcast; extern(C) int function(const(char)* jarg1) vtkPiecewiseControlPointsItem_IsTypeOf; extern(C) void* function(void* jarg1) vtkPiecewiseControlPointsItem_SafeDownCast; extern(C) void* function(void* jarg1) vtkPiecewiseControlPointsItem_NewInstance; extern(C) void* function() vtkPiecewiseControlPointsItem_New; extern(C) void function(void* jarg1, void* jarg2) vtkPiecewiseControlPointsItem_SetPiecewiseFunction; extern(C) void* function(void* jarg1) vtkPiecewiseControlPointsItem_GetPiecewiseFunction; extern(C) void function(void* jarg1, uint jarg2) vtkPiecewiseControlPointsItem_SetStrokeMode; extern(C) void* function(void* objectRef) vtkPiecewiseControlPointsItem_Upcast; extern(C) void* function() vtkArcSource_New; extern(C) int function(const(char)* jarg1) vtkArcSource_IsTypeOf; extern(C) void* function(void* jarg1) vtkArcSource_SafeDownCast; extern(C) void* function(void* jarg1) vtkArcSource_NewInstance; extern(C) void function(void* jarg1, double jarg2, double jarg3, double jarg4) vtkArcSource_SetPoint1__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkArcSource_SetPoint1__SWIG_1; extern(C) void* function(void* jarg1) vtkArcSource_GetPoint1__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkArcSource_GetPoint1__SWIG_1; extern(C) void function(void* jarg1, double jarg2, double jarg3, double jarg4) vtkArcSource_SetPoint2__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkArcSource_SetPoint2__SWIG_1; extern(C) void* function(void* jarg1) vtkArcSource_GetPoint2__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkArcSource_GetPoint2__SWIG_1; extern(C) void function(void* jarg1, double jarg2, double jarg3, double jarg4) vtkArcSource_SetCenter__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkArcSource_SetCenter__SWIG_1; extern(C) void* function(void* jarg1) vtkArcSource_GetCenter__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkArcSource_GetCenter__SWIG_1; extern(C) void function(void* jarg1, double jarg2, double jarg3, double jarg4) vtkArcSource_SetNormal__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkArcSource_SetNormal__SWIG_1; extern(C) void* function(void* jarg1) vtkArcSource_GetNormal__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkArcSource_GetNormal__SWIG_1; extern(C) void function(void* jarg1, double jarg2, double jarg3, double jarg4) vtkArcSource_SetPolarVector__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkArcSource_SetPolarVector__SWIG_1; extern(C) void* function(void* jarg1) vtkArcSource_GetPolarVector__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkArcSource_GetPolarVector__SWIG_1; extern(C) void function(void* jarg1, double jarg2) vtkArcSource_SetAngle; extern(C) double function(void* jarg1) vtkArcSource_GetAngleMinValue; extern(C) double function(void* jarg1) vtkArcSource_GetAngleMaxValue; extern(C) double function(void* jarg1) vtkArcSource_GetAngle; extern(C) void function(void* jarg1, int jarg2) vtkArcSource_SetResolution; extern(C) int function(void* jarg1) vtkArcSource_GetResolutionMinValue; extern(C) int function(void* jarg1) vtkArcSource_GetResolutionMaxValue; extern(C) int function(void* jarg1) vtkArcSource_GetResolution; extern(C) void function(void* jarg1, uint jarg2) vtkArcSource_SetNegative; extern(C) uint function(void* jarg1) vtkArcSource_GetNegative; extern(C) void function(void* jarg1) vtkArcSource_NegativeOn; extern(C) void function(void* jarg1) vtkArcSource_NegativeOff; extern(C) void function(void* jarg1, uint jarg2) vtkArcSource_SetUseNormalAndAngle; extern(C) uint function(void* jarg1) vtkArcSource_GetUseNormalAndAngle; extern(C) void function(void* jarg1) vtkArcSource_UseNormalAndAngleOn; extern(C) void function(void* jarg1) vtkArcSource_UseNormalAndAngleOff; extern(C) void* function(void* objectRef) vtkArcSource_Upcast; extern(C) void* function() vtkPieceRequestFilter_New; extern(C) int function(const(char)* jarg1) vtkPieceRequestFilter_IsTypeOf; extern(C) void* function(void* jarg1) vtkPieceRequestFilter_SafeDownCast; extern(C) void* function(void* jarg1) vtkPieceRequestFilter_NewInstance; extern(C) void function(void* jarg1, int jarg2) vtkPieceRequestFilter_SetNumberOfPieces; extern(C) int function(void* jarg1) vtkPieceRequestFilter_GetNumberOfPiecesMinValue; extern(C) int function(void* jarg1) vtkPieceRequestFilter_GetNumberOfPiecesMaxValue; extern(C) int function(void* jarg1) vtkPieceRequestFilter_GetNumberOfPieces; extern(C) void function(void* jarg1, int jarg2) vtkPieceRequestFilter_SetPiece; extern(C) int function(void* jarg1) vtkPieceRequestFilter_GetPieceMinValue; extern(C) int function(void* jarg1) vtkPieceRequestFilter_GetPieceMaxValue; extern(C) int function(void* jarg1) vtkPieceRequestFilter_GetPiece; extern(C) void* function(void* jarg1) vtkPieceRequestFilter_GetOutput__SWIG_0; extern(C) void* function(void* jarg1, int jarg2) vtkPieceRequestFilter_GetOutput__SWIG_1; extern(C) void function(void* jarg1, void* jarg2) vtkPieceRequestFilter_SetInputData__SWIG_0; extern(C) void function(void* jarg1, int jarg2, void* jarg3) vtkPieceRequestFilter_SetInputData__SWIG_1; extern(C) void* function(void* objectRef) vtkPieceRequestFilter_Upcast; extern(C) void* function() vtkWarpLens_New; extern(C) int function(const(char)* jarg1) vtkWarpLens_IsTypeOf; extern(C) void* function(void* jarg1) vtkWarpLens_SafeDownCast; extern(C) void* function(void* jarg1) vtkWarpLens_NewInstance; extern(C) void function(void* jarg1, double jarg2) vtkWarpLens_SetKappa; extern(C) double function(void* jarg1) vtkWarpLens_GetKappa; extern(C) void function(void* jarg1, double jarg2, double jarg3) vtkWarpLens_SetCenter; extern(C) void* function(void* jarg1) vtkWarpLens_GetCenter; extern(C) void function(void* jarg1, double jarg2, double jarg3) vtkWarpLens_SetPrincipalPoint__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkWarpLens_SetPrincipalPoint__SWIG_1; extern(C) void* function(void* jarg1) vtkWarpLens_GetPrincipalPoint__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkWarpLens_GetPrincipalPoint__SWIG_1; extern(C) void function(void* jarg1, double jarg2) vtkWarpLens_SetK1; extern(C) double function(void* jarg1) vtkWarpLens_GetK1; extern(C) void function(void* jarg1, double jarg2) vtkWarpLens_SetK2; extern(C) double function(void* jarg1) vtkWarpLens_GetK2; extern(C) void function(void* jarg1, double jarg2) vtkWarpLens_SetP1; extern(C) double function(void* jarg1) vtkWarpLens_GetP1; extern(C) void function(void* jarg1, double jarg2) vtkWarpLens_SetP2; extern(C) double function(void* jarg1) vtkWarpLens_GetP2; extern(C) void function(void* jarg1, double jarg2) vtkWarpLens_SetFormatWidth; extern(C) double function(void* jarg1) vtkWarpLens_GetFormatWidth; extern(C) void function(void* jarg1, double jarg2) vtkWarpLens_SetFormatHeight; extern(C) double function(void* jarg1) vtkWarpLens_GetFormatHeight; extern(C) void function(void* jarg1, int jarg2) vtkWarpLens_SetImageWidth; extern(C) int function(void* jarg1) vtkWarpLens_GetImageWidth; extern(C) void function(void* jarg1, int jarg2) vtkWarpLens_SetImageHeight; extern(C) int function(void* jarg1) vtkWarpLens_GetImageHeight; extern(C) int function(void* jarg1, int jarg2, void* jarg3) vtkWarpLens_FillInputPortInformation; extern(C) void* function(void* objectRef) vtkWarpLens_Upcast; extern(C) int function() VTK_CULLER_SORT_NONE_get; extern(C) int function() VTK_CULLER_SORT_FRONT_TO_BACK_get; extern(C) int function() VTK_CULLER_SORT_BACK_TO_FRONT_get; extern(C) void* function() vtkFrustumCoverageCuller_New; extern(C) int function(const(char)* jarg1) vtkFrustumCoverageCuller_IsTypeOf; extern(C) void* function(void* jarg1) vtkFrustumCoverageCuller_SafeDownCast; extern(C) void* function(void* jarg1) vtkFrustumCoverageCuller_NewInstance; extern(C) void function(void* jarg1, double jarg2) vtkFrustumCoverageCuller_SetMinimumCoverage; extern(C) double function(void* jarg1) vtkFrustumCoverageCuller_GetMinimumCoverage; extern(C) void function(void* jarg1, double jarg2) vtkFrustumCoverageCuller_SetMaximumCoverage; extern(C) double function(void* jarg1) vtkFrustumCoverageCuller_GetMaximumCoverage; extern(C) void function(void* jarg1, int jarg2) vtkFrustumCoverageCuller_SetSortingStyle; extern(C) int function(void* jarg1) vtkFrustumCoverageCuller_GetSortingStyleMinValue; extern(C) int function(void* jarg1) vtkFrustumCoverageCuller_GetSortingStyleMaxValue; extern(C) int function(void* jarg1) vtkFrustumCoverageCuller_GetSortingStyle; extern(C) void function(void* jarg1) vtkFrustumCoverageCuller_SetSortingStyleToNone; extern(C) void function(void* jarg1) vtkFrustumCoverageCuller_SetSortingStyleToBackToFront; extern(C) void function(void* jarg1) vtkFrustumCoverageCuller_SetSortingStyleToFrontToBack; extern(C) const(char)* function(void* jarg1) vtkFrustumCoverageCuller_GetSortingStyleAsString; extern(C) void* function(void* objectRef) vtkFrustumCoverageCuller_Upcast; extern(C) void* function() vtkImageAnisotropicDiffusion2D_New; extern(C) int function(const(char)* jarg1) vtkImageAnisotropicDiffusion2D_IsTypeOf; extern(C) void* function(void* jarg1) vtkImageAnisotropicDiffusion2D_SafeDownCast; extern(C) void* function(void* jarg1) vtkImageAnisotropicDiffusion2D_NewInstance; extern(C) void function(void* jarg1, int jarg2) vtkImageAnisotropicDiffusion2D_SetNumberOfIterations; extern(C) int function(void* jarg1) vtkImageAnisotropicDiffusion2D_GetNumberOfIterations; extern(C) void function(void* jarg1, double jarg2) vtkImageAnisotropicDiffusion2D_SetDiffusionThreshold; extern(C) double function(void* jarg1) vtkImageAnisotropicDiffusion2D_GetDiffusionThreshold; extern(C) void function(void* jarg1, double jarg2) vtkImageAnisotropicDiffusion2D_SetDiffusionFactor; extern(C) double function(void* jarg1) vtkImageAnisotropicDiffusion2D_GetDiffusionFactor; extern(C) void function(void* jarg1, int jarg2) vtkImageAnisotropicDiffusion2D_SetFaces; extern(C) int function(void* jarg1) vtkImageAnisotropicDiffusion2D_GetFaces; extern(C) void function(void* jarg1) vtkImageAnisotropicDiffusion2D_FacesOn; extern(C) void function(void* jarg1) vtkImageAnisotropicDiffusion2D_FacesOff; extern(C) void function(void* jarg1, int jarg2) vtkImageAnisotropicDiffusion2D_SetEdges; extern(C) int function(void* jarg1) vtkImageAnisotropicDiffusion2D_GetEdges; extern(C) void function(void* jarg1) vtkImageAnisotropicDiffusion2D_EdgesOn; extern(C) void function(void* jarg1) vtkImageAnisotropicDiffusion2D_EdgesOff; extern(C) void function(void* jarg1, int jarg2) vtkImageAnisotropicDiffusion2D_SetCorners; extern(C) int function(void* jarg1) vtkImageAnisotropicDiffusion2D_GetCorners; extern(C) void function(void* jarg1) vtkImageAnisotropicDiffusion2D_CornersOn; extern(C) void function(void* jarg1) vtkImageAnisotropicDiffusion2D_CornersOff; extern(C) void function(void* jarg1, int jarg2) vtkImageAnisotropicDiffusion2D_SetGradientMagnitudeThreshold; extern(C) int function(void* jarg1) vtkImageAnisotropicDiffusion2D_GetGradientMagnitudeThreshold; extern(C) void function(void* jarg1) vtkImageAnisotropicDiffusion2D_GradientMagnitudeThresholdOn; extern(C) void function(void* jarg1) vtkImageAnisotropicDiffusion2D_GradientMagnitudeThresholdOff; extern(C) void* function(void* objectRef) vtkImageAnisotropicDiffusion2D_Upcast; extern(C) void* function() vtkPExtractHistogram2D_New; extern(C) int function(const(char)* jarg1) vtkPExtractHistogram2D_IsTypeOf; extern(C) void* function(void* jarg1) vtkPExtractHistogram2D_SafeDownCast; extern(C) void* function(void* jarg1) vtkPExtractHistogram2D_NewInstance; extern(C) void function(void* jarg1, void* jarg2) vtkPExtractHistogram2D_SetController; extern(C) void* function(void* jarg1) vtkPExtractHistogram2D_GetController; extern(C) void* function(void* objectRef) vtkPExtractHistogram2D_Upcast; extern(C) void* function() vtkConstrained2DLayoutStrategy_New; extern(C) int function(const(char)* jarg1) vtkConstrained2DLayoutStrategy_IsTypeOf; extern(C) void* function(void* jarg1) vtkConstrained2DLayoutStrategy_SafeDownCast; extern(C) void* function(void* jarg1) vtkConstrained2DLayoutStrategy_NewInstance; extern(C) void function(void* jarg1, int jarg2) vtkConstrained2DLayoutStrategy_SetRandomSeed; extern(C) int function(void* jarg1) vtkConstrained2DLayoutStrategy_GetRandomSeedMinValue; extern(C) int function(void* jarg1) vtkConstrained2DLayoutStrategy_GetRandomSeedMaxValue; extern(C) int function(void* jarg1) vtkConstrained2DLayoutStrategy_GetRandomSeed; extern(C) void function(void* jarg1, int jarg2) vtkConstrained2DLayoutStrategy_SetMaxNumberOfIterations; extern(C) int function(void* jarg1) vtkConstrained2DLayoutStrategy_GetMaxNumberOfIterationsMinValue; extern(C) int function(void* jarg1) vtkConstrained2DLayoutStrategy_GetMaxNumberOfIterationsMaxValue; extern(C) int function(void* jarg1) vtkConstrained2DLayoutStrategy_GetMaxNumberOfIterations; extern(C) void function(void* jarg1, int jarg2) vtkConstrained2DLayoutStrategy_SetIterationsPerLayout; extern(C) int function(void* jarg1) vtkConstrained2DLayoutStrategy_GetIterationsPerLayoutMinValue; extern(C) int function(void* jarg1) vtkConstrained2DLayoutStrategy_GetIterationsPerLayoutMaxValue; extern(C) int function(void* jarg1) vtkConstrained2DLayoutStrategy_GetIterationsPerLayout; extern(C) void function(void* jarg1, float jarg2) vtkConstrained2DLayoutStrategy_SetInitialTemperature; extern(C) float function(void* jarg1) vtkConstrained2DLayoutStrategy_GetInitialTemperatureMinValue; extern(C) float function(void* jarg1) vtkConstrained2DLayoutStrategy_GetInitialTemperatureMaxValue; extern(C) float function(void* jarg1) vtkConstrained2DLayoutStrategy_GetInitialTemperature; extern(C) void function(void* jarg1, double jarg2) vtkConstrained2DLayoutStrategy_SetCoolDownRate; extern(C) double function(void* jarg1) vtkConstrained2DLayoutStrategy_GetCoolDownRateMinValue; extern(C) double function(void* jarg1) vtkConstrained2DLayoutStrategy_GetCoolDownRateMaxValue; extern(C) double function(void* jarg1) vtkConstrained2DLayoutStrategy_GetCoolDownRate; extern(C) void function(void* jarg1, float jarg2) vtkConstrained2DLayoutStrategy_SetRestDistance; extern(C) float function(void* jarg1) vtkConstrained2DLayoutStrategy_GetRestDistance; extern(C) void function(void* jarg1, const(char)* jarg2) vtkConstrained2DLayoutStrategy_SetInputArrayName; extern(C) const(char)* function(void* jarg1) vtkConstrained2DLayoutStrategy_GetInputArrayName; extern(C) void* function(void* objectRef) vtkConstrained2DLayoutStrategy_Upcast; extern(C) void* function() vtkRemoveHiddenData_New; extern(C) int function(const(char)* jarg1) vtkRemoveHiddenData_IsTypeOf; extern(C) void* function(void* jarg1) vtkRemoveHiddenData_SafeDownCast; extern(C) void* function(void* jarg1) vtkRemoveHiddenData_NewInstance; extern(C) void* function(void* objectRef) vtkRemoveHiddenData_Upcast; extern(C) void* function() vtkExtractBlock_New; extern(C) int function(const(char)* jarg1) vtkExtractBlock_IsTypeOf; extern(C) void* function(void* jarg1) vtkExtractBlock_SafeDownCast; extern(C) void* function(void* jarg1) vtkExtractBlock_NewInstance; extern(C) void function(void* jarg1, uint jarg2) vtkExtractBlock_AddIndex; extern(C) void function(void* jarg1, uint jarg2) vtkExtractBlock_RemoveIndex; extern(C) void function(void* jarg1) vtkExtractBlock_RemoveAllIndices; extern(C) void function(void* jarg1, int jarg2) vtkExtractBlock_SetPruneOutput; extern(C) int function(void* jarg1) vtkExtractBlock_GetPruneOutput; extern(C) void function(void* jarg1) vtkExtractBlock_PruneOutputOn; extern(C) void function(void* jarg1) vtkExtractBlock_PruneOutputOff; extern(C) void function(void* jarg1, int jarg2) vtkExtractBlock_SetMaintainStructure; extern(C) int function(void* jarg1) vtkExtractBlock_GetMaintainStructure; extern(C) void function(void* jarg1) vtkExtractBlock_MaintainStructureOn; extern(C) void function(void* jarg1) vtkExtractBlock_MaintainStructureOff; extern(C) void* function() new_vtkExtractBlock; extern(C) void function(void* jarg1) delete_vtkExtractBlock; extern(C) void* function(void* objectRef) vtkExtractBlock_Upcast; extern(C) void* function() vtkBalloonRepresentation_New; extern(C) int function(const(char)* jarg1) vtkBalloonRepresentation_IsTypeOf; extern(C) void* function(void* jarg1) vtkBalloonRepresentation_SafeDownCast; extern(C) void* function(void* jarg1) vtkBalloonRepresentation_NewInstance; extern(C) void function(void* jarg1, void* jarg2) vtkBalloonRepresentation_SetBalloonImage; extern(C) void* function(void* jarg1) vtkBalloonRepresentation_GetBalloonImage; extern(C) const(char)* function(void* jarg1) vtkBalloonRepresentation_GetBalloonText; extern(C) void function(void* jarg1, const(char)* jarg2) vtkBalloonRepresentation_SetBalloonText; extern(C) void function(void* jarg1, int jarg2, int jarg3) vtkBalloonRepresentation_SetImageSize__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkBalloonRepresentation_SetImageSize__SWIG_1; extern(C) void* function(void* jarg1) vtkBalloonRepresentation_GetImageSize__SWIG_0; extern(C) void function(void* jarg1, void* jarg2, void* jarg3) vtkBalloonRepresentation_GetImageSize__SWIG_1; extern(C) void function(void* jarg1, void* jarg2) vtkBalloonRepresentation_GetImageSize__SWIG_2; extern(C) void function(void* jarg1, void* jarg2) vtkBalloonRepresentation_SetTextProperty; extern(C) void* function(void* jarg1) vtkBalloonRepresentation_GetTextProperty; extern(C) void function(void* jarg1, void* jarg2) vtkBalloonRepresentation_SetFrameProperty; extern(C) void* function(void* jarg1) vtkBalloonRepresentation_GetFrameProperty; extern(C) void function(void* jarg1, void* jarg2) vtkBalloonRepresentation_SetImageProperty; extern(C) void* function(void* jarg1) vtkBalloonRepresentation_GetImageProperty; extern(C) void function(void* jarg1, int jarg2) vtkBalloonRepresentation_SetBalloonLayout; extern(C) int function(void* jarg1) vtkBalloonRepresentation_GetBalloonLayout; extern(C) void function(void* jarg1) vtkBalloonRepresentation_SetBalloonLayoutToImageLeft; extern(C) void function(void* jarg1) vtkBalloonRepresentation_SetBalloonLayoutToImageRight; extern(C) void function(void* jarg1) vtkBalloonRepresentation_SetBalloonLayoutToImageBottom; extern(C) void function(void* jarg1) vtkBalloonRepresentation_SetBalloonLayoutToImageTop; extern(C) void function(void* jarg1) vtkBalloonRepresentation_SetBalloonLayoutToTextLeft; extern(C) void function(void* jarg1) vtkBalloonRepresentation_SetBalloonLayoutToTextRight; extern(C) void function(void* jarg1) vtkBalloonRepresentation_SetBalloonLayoutToTextTop; extern(C) void function(void* jarg1) vtkBalloonRepresentation_SetBalloonLayoutToTextBottom; extern(C) void function(void* jarg1, int jarg2, int jarg3) vtkBalloonRepresentation_SetOffset__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkBalloonRepresentation_SetOffset__SWIG_1; extern(C) void* function(void* jarg1) vtkBalloonRepresentation_GetOffset__SWIG_0; extern(C) void function(void* jarg1, void* jarg2, void* jarg3) vtkBalloonRepresentation_GetOffset__SWIG_1; extern(C) void function(void* jarg1, void* jarg2) vtkBalloonRepresentation_GetOffset__SWIG_2; extern(C) void function(void* jarg1, int jarg2) vtkBalloonRepresentation_SetPadding; extern(C) int function(void* jarg1) vtkBalloonRepresentation_GetPaddingMinValue; extern(C) int function(void* jarg1) vtkBalloonRepresentation_GetPaddingMaxValue; extern(C) int function(void* jarg1) vtkBalloonRepresentation_GetPadding; extern(C) int function(void* jarg1, int jarg2, int jarg3, int jarg4) vtkBalloonRepresentation_ComputeInteractionState__SWIG_0; extern(C) int function(void* jarg1, int jarg2, int jarg3) vtkBalloonRepresentation_ComputeInteractionState__SWIG_1; extern(C) void* function(void* objectRef) vtkBalloonRepresentation_Upcast; extern(C) void* function() vtkStructuredGridReader_New; extern(C) int function(const(char)* jarg1) vtkStructuredGridReader_IsTypeOf; extern(C) void* function(void* jarg1) vtkStructuredGridReader_SafeDownCast; extern(C) void* function(void* jarg1) vtkStructuredGridReader_NewInstance; extern(C) void* function(void* jarg1) vtkStructuredGridReader_GetOutput__SWIG_0; extern(C) void* function(void* jarg1, int jarg2) vtkStructuredGridReader_GetOutput__SWIG_1; extern(C) void function(void* jarg1, void* jarg2) vtkStructuredGridReader_SetOutput; extern(C) void* function(void* objectRef) vtkStructuredGridReader_Upcast; extern(C) int function(const(char)* jarg1) vtkParametricMobius_IsTypeOf; extern(C) void* function(void* jarg1) vtkParametricMobius_SafeDownCast; extern(C) void* function(void* jarg1) vtkParametricMobius_NewInstance; extern(C) void* function() vtkParametricMobius_New; extern(C) void function(void* jarg1, double jarg2) vtkParametricMobius_SetRadius; extern(C) double function(void* jarg1) vtkParametricMobius_GetRadius; extern(C) void* function(void* objectRef) vtkParametricMobius_Upcast; extern(C) void* function() vtkGaussianBlurPass_New; extern(C) int function(const(char)* jarg1) vtkGaussianBlurPass_IsTypeOf; extern(C) void* function(void* jarg1) vtkGaussianBlurPass_SafeDownCast; extern(C) void* function(void* jarg1) vtkGaussianBlurPass_NewInstance; extern(C) void* function(void* objectRef) vtkGaussianBlurPass_Upcast; extern(C) int function(const(char)* jarg1) vtkStreamingTessellator_IsTypeOf; extern(C) void* function(void* jarg1) vtkStreamingTessellator_SafeDownCast; extern(C) void* function(void* jarg1) vtkStreamingTessellator_NewInstance; extern(C) void* function() vtkStreamingTessellator_New; extern(C) void function(void* jarg1, void* jarg2) vtkStreamingTessellator_SetPrivateData; extern(C) void* function(void* jarg1) vtkStreamingTessellator_GetPrivateData; extern(C) void function(void* jarg1, void* jarg2) vtkStreamingTessellator_SetSubdivisionAlgorithm; extern(C) void* function(void* jarg1) vtkStreamingTessellator_GetSubdivisionAlgorithm; extern(C) void function(void* jarg1, int jarg2, int jarg3) vtkStreamingTessellator_SetEmbeddingDimension; extern(C) int function(void* jarg1, int jarg2) vtkStreamingTessellator_GetEmbeddingDimension; extern(C) void function(void* jarg1, int jarg2, int jarg3) vtkStreamingTessellator_SetFieldSize; extern(C) int function(void* jarg1, int jarg2) vtkStreamingTessellator_GetFieldSize; extern(C) void function(void* jarg1, int jarg2) vtkStreamingTessellator_SetMaximumNumberOfSubdivisions; extern(C) int function(void* jarg1) vtkStreamingTessellator_GetMaximumNumberOfSubdivisions; extern(C) void function(void* jarg1, void* jarg2, void* jarg3, void* jarg4, void* jarg5) vtkStreamingTessellator_AdaptivelySample3Facet; extern(C) void function(void* jarg1, void* jarg2, void* jarg3, void* jarg4) vtkStreamingTessellator_AdaptivelySample2Facet; extern(C) void function(void* jarg1, void* jarg2, void* jarg3) vtkStreamingTessellator_AdaptivelySample1Facet; extern(C) void function(void* jarg1, void* jarg2) vtkStreamingTessellator_AdaptivelySample0Facet; extern(C) void function(void* jarg1) vtkStreamingTessellator_ResetCounts; extern(C) long function(void* jarg1, int jarg2) vtkStreamingTessellator_GetCaseCount; extern(C) long function(void* jarg1, int jarg2, int jarg3) vtkStreamingTessellator_GetSubcaseCount; extern(C) void* function(void* objectRef) vtkStreamingTessellator_Upcast; extern(C) void* function() vtkEnSight6BinaryReader_New; extern(C) int function(const(char)* jarg1) vtkEnSight6BinaryReader_IsTypeOf; extern(C) void* function(void* jarg1) vtkEnSight6BinaryReader_SafeDownCast; extern(C) void* function(void* jarg1) vtkEnSight6BinaryReader_NewInstance; extern(C) void* function(void* objectRef) vtkEnSight6BinaryReader_Upcast; extern(C) int function(const(char)* jarg1) vtkParticleTracer_IsTypeOf; extern(C) void* function(void* jarg1) vtkParticleTracer_SafeDownCast; extern(C) void* function(void* jarg1) vtkParticleTracer_NewInstance; extern(C) void* function() vtkParticleTracer_New; extern(C) void* function(void* objectRef) vtkParticleTracer_Upcast; extern(C) void* function() vtkExtractPolyDataPiece_New; extern(C) int function(const(char)* jarg1) vtkExtractPolyDataPiece_IsTypeOf; extern(C) void* function(void* jarg1) vtkExtractPolyDataPiece_SafeDownCast; extern(C) void* function(void* jarg1) vtkExtractPolyDataPiece_NewInstance; extern(C) void function(void* jarg1, int jarg2) vtkExtractPolyDataPiece_SetCreateGhostCells; extern(C) int function(void* jarg1) vtkExtractPolyDataPiece_GetCreateGhostCells; extern(C) void function(void* jarg1) vtkExtractPolyDataPiece_CreateGhostCellsOn; extern(C) void function(void* jarg1) vtkExtractPolyDataPiece_CreateGhostCellsOff; extern(C) void* function(void* objectRef) vtkExtractPolyDataPiece_Upcast; extern(C) int function(const(char)* jarg1) vtkScalarBarRepresentation_IsTypeOf; extern(C) void* function(void* jarg1) vtkScalarBarRepresentation_SafeDownCast; extern(C) void* function(void* jarg1) vtkScalarBarRepresentation_NewInstance; extern(C) void* function() vtkScalarBarRepresentation_New; extern(C) void* function(void* jarg1) vtkScalarBarRepresentation_GetScalarBarActor; extern(C) void function(void* jarg1, void* jarg2) vtkScalarBarRepresentation_SetScalarBarActor; extern(C) void function(void* jarg1, int jarg2) vtkScalarBarRepresentation_SetOrientation; extern(C) int function(void* jarg1) vtkScalarBarRepresentation_GetOrientation; extern(C) void* function(void* objectRef) vtkScalarBarRepresentation_Upcast; extern(C) void* function() vtkCompositePolyDataMapper2_New; extern(C) int function(const(char)* jarg1) vtkCompositePolyDataMapper2_IsTypeOf; extern(C) void* function(void* jarg1) vtkCompositePolyDataMapper2_SafeDownCast; extern(C) void* function(void* jarg1) vtkCompositePolyDataMapper2_NewInstance; extern(C) void function(void* jarg1, void* jarg2) vtkCompositePolyDataMapper2_SetCompositeDataDisplayAttributes; extern(C) void* function(void* jarg1) vtkCompositePolyDataMapper2_GetCompositeDataDisplayAttributes; extern(C) void function(void* jarg1, uint jarg2, uint jarg3) vtkCompositePolyDataMapper2_SetBlockVisibility; extern(C) uint function(void* jarg1, uint jarg2) vtkCompositePolyDataMapper2_GetBlockVisibility; extern(C) void function(void* jarg1, uint jarg2) vtkCompositePolyDataMapper2_RemoveBlockVisibility; extern(C) void function(void* jarg1) vtkCompositePolyDataMapper2_RemoveBlockVisibilites; extern(C) void function(void* jarg1, uint jarg2, void* jarg3) vtkCompositePolyDataMapper2_SetBlockColor__SWIG_0; extern(C) void function(void* jarg1, uint jarg2, double jarg3, double jarg4, double jarg5) vtkCompositePolyDataMapper2_SetBlockColor__SWIG_1; extern(C) void* function(void* jarg1, uint jarg2) vtkCompositePolyDataMapper2_GetBlockColor; extern(C) void function(void* jarg1, uint jarg2) vtkCompositePolyDataMapper2_RemoveBlockColor; extern(C) void function(void* jarg1) vtkCompositePolyDataMapper2_RemoveBlockColors; extern(C) void function(void* jarg1, uint jarg2, double jarg3) vtkCompositePolyDataMapper2_SetBlockOpacity; extern(C) double function(void* jarg1, uint jarg2) vtkCompositePolyDataMapper2_GetBlockOpacity; extern(C) void function(void* jarg1, uint jarg2) vtkCompositePolyDataMapper2_RemoveBlockOpacity; extern(C) void function(void* jarg1) vtkCompositePolyDataMapper2_RemoveBlockOpacities; extern(C) void* function() new_vtkCompositePolyDataMapper2; extern(C) void function(void* jarg1) delete_vtkCompositePolyDataMapper2; extern(C) void* function(void* objectRef) vtkCompositePolyDataMapper2_Upcast; extern(C) void* function() vtkImageRGBToHSI_New; extern(C) int function(const(char)* jarg1) vtkImageRGBToHSI_IsTypeOf; extern(C) void* function(void* jarg1) vtkImageRGBToHSI_SafeDownCast; extern(C) void* function(void* jarg1) vtkImageRGBToHSI_NewInstance; extern(C) void function(void* jarg1, double jarg2) vtkImageRGBToHSI_SetMaximum; extern(C) double function(void* jarg1) vtkImageRGBToHSI_GetMaximum; extern(C) void* function(void* objectRef) vtkImageRGBToHSI_Upcast; extern(C) void* function() vtkDataObjectWriter_New; extern(C) int function(const(char)* jarg1) vtkDataObjectWriter_IsTypeOf; extern(C) void* function(void* jarg1) vtkDataObjectWriter_SafeDownCast; extern(C) void* function(void* jarg1) vtkDataObjectWriter_NewInstance; extern(C) void function(void* jarg1, const(char)* jarg2) vtkDataObjectWriter_SetFileName; extern(C) const(char)* function(void* jarg1) vtkDataObjectWriter_GetFileName; extern(C) void function(void* jarg1, const(char)* jarg2) vtkDataObjectWriter_SetHeader; extern(C) const(char)* function(void* jarg1) vtkDataObjectWriter_GetHeader; extern(C) void function(void* jarg1, int jarg2) vtkDataObjectWriter_SetFileType; extern(C) int function(void* jarg1) vtkDataObjectWriter_GetFileType; extern(C) void function(void* jarg1) vtkDataObjectWriter_SetFileTypeToASCII; extern(C) void function(void* jarg1) vtkDataObjectWriter_SetFileTypeToBinary; extern(C) void function(void* jarg1, int jarg2) vtkDataObjectWriter_SetWriteToOutputString; extern(C) void function(void* jarg1) vtkDataObjectWriter_WriteToOutputStringOn; extern(C) void function(void* jarg1) vtkDataObjectWriter_WriteToOutputStringOff; extern(C) int function(void* jarg1) vtkDataObjectWriter_GetWriteToOutputString; extern(C) const(char)* function(void* jarg1) vtkDataObjectWriter_GetOutputString; extern(C) void* function(void* jarg1) vtkDataObjectWriter_GetOutputStdString; extern(C) int function(void* jarg1) vtkDataObjectWriter_GetOutputStringLength; extern(C) void* function(void* jarg1) vtkDataObjectWriter_GetBinaryOutputString; extern(C) void function(void* jarg1, const(char)* jarg2) vtkDataObjectWriter_SetFieldDataName; extern(C) const(char)* function(void* jarg1) vtkDataObjectWriter_GetFieldDataName; extern(C) void* function(void* objectRef) vtkDataObjectWriter_Upcast; extern(C) void* function() vtkPImageWriter_New; extern(C) int function(const(char)* jarg1) vtkPImageWriter_IsTypeOf; extern(C) void* function(void* jarg1) vtkPImageWriter_SafeDownCast; extern(C) void* function(void* jarg1) vtkPImageWriter_NewInstance; extern(C) void function(void* jarg1, core.stdc.config.c_ulong jarg2) vtkPImageWriter_SetMemoryLimit; extern(C) core.stdc.config.c_ulong function(void* jarg1) vtkPImageWriter_GetMemoryLimit; extern(C) void* function(void* objectRef) vtkPImageWriter_Upcast; extern(C) void* function() vtkHierarchicalBoxDataIterator_New; extern(C) int function(const(char)* jarg1) vtkHierarchicalBoxDataIterator_IsTypeOf; extern(C) void* function(void* jarg1) vtkHierarchicalBoxDataIterator_SafeDownCast; extern(C) void* function(void* jarg1) vtkHierarchicalBoxDataIterator_NewInstance; extern(C) void* function(void* objectRef) vtkHierarchicalBoxDataIterator_Upcast; extern(C) void* function() vtkHyperOctreeLimiter_New; extern(C) int function(const(char)* jarg1) vtkHyperOctreeLimiter_IsTypeOf; extern(C) void* function(void* jarg1) vtkHyperOctreeLimiter_SafeDownCast; extern(C) void* function(void* jarg1) vtkHyperOctreeLimiter_NewInstance; extern(C) int function(void* jarg1) vtkHyperOctreeLimiter_GetMaximumLevel; extern(C) void function(void* jarg1, int jarg2) vtkHyperOctreeLimiter_SetMaximumLevel; extern(C) void* function(void* objectRef) vtkHyperOctreeLimiter_Upcast; extern(C) void* function() vtkLongArray_New; extern(C) int function(const(char)* jarg1) vtkLongArray_IsTypeOf; extern(C) void* function(void* jarg1) vtkLongArray_SafeDownCast; extern(C) void* function(void* jarg1) vtkLongArray_NewInstance; extern(C) void function(void* jarg1, long jarg2, void* jarg3) vtkLongArray_GetTupleValue; extern(C) void function(void* jarg1, long jarg2, void* jarg3) vtkLongArray_SetTupleValue; extern(C) void function(void* jarg1, long jarg2, void* jarg3) vtkLongArray_InsertTupleValue; extern(C) long function(void* jarg1, void* jarg2) vtkLongArray_InsertNextTupleValue; extern(C) core.stdc.config.c_long function(void* jarg1, long jarg2) vtkLongArray_GetValue; extern(C) void function(void* jarg1, long jarg2, core.stdc.config.c_long jarg3) vtkLongArray_SetValue; extern(C) void function(void* jarg1, long jarg2) vtkLongArray_SetNumberOfValues; extern(C) void function(void* jarg1, long jarg2, core.stdc.config.c_long jarg3) vtkLongArray_InsertValue; extern(C) long function(void* jarg1, core.stdc.config.c_long jarg2) vtkLongArray_InsertNextValue; extern(C) void* function(void* jarg1, int jarg2) vtkLongArray_GetValueRange__SWIG_0; extern(C) void* function(void* jarg1) vtkLongArray_GetValueRange__SWIG_1; extern(C) core.stdc.config.c_long function() vtkLongArray_GetDataTypeValueMin; extern(C) core.stdc.config.c_long function() vtkLongArray_GetDataTypeValueMax; extern(C) void* function(void* jarg1, long jarg2, long jarg3) vtkLongArray_WritePointer; extern(C) void* function(void* jarg1, long jarg2) vtkLongArray_GetPointer; extern(C) void function(void* jarg1, void* jarg2, long jarg3, int jarg4) vtkLongArray_SetArray__SWIG_0; extern(C) void function(void* jarg1, void* jarg2, long jarg3, int jarg4, int jarg5) vtkLongArray_SetArray__SWIG_1; extern(C) void* function(void* objectRef) vtkLongArray_Upcast; extern(C) void* function() vtkWidgetEvent_New; extern(C) int function(const(char)* jarg1) vtkWidgetEvent_IsTypeOf; extern(C) void* function(void* jarg1) vtkWidgetEvent_SafeDownCast; extern(C) void* function(void* jarg1) vtkWidgetEvent_NewInstance; extern(C) const(char)* function(core.stdc.config.c_ulong jarg1) vtkWidgetEvent_GetStringFromEventId; extern(C) core.stdc.config.c_ulong function(const(char)* jarg1) vtkWidgetEvent_GetEventIdFromString; extern(C) void* function(void* objectRef) vtkWidgetEvent_Upcast; extern(C) void* function() vtkViewDependentErrorMetric_New; extern(C) int function(const(char)* jarg1) vtkViewDependentErrorMetric_IsTypeOf; extern(C) void* function(void* jarg1) vtkViewDependentErrorMetric_SafeDownCast; extern(C) void* function(void* jarg1) vtkViewDependentErrorMetric_NewInstance; extern(C) double function(void* jarg1) vtkViewDependentErrorMetric_GetPixelTolerance; extern(C) void function(void* jarg1, double jarg2) vtkViewDependentErrorMetric_SetPixelTolerance; extern(C) void* function(void* jarg1) vtkViewDependentErrorMetric_GetViewport; extern(C) void function(void* jarg1, void* jarg2) vtkViewDependentErrorMetric_SetViewport; extern(C) void* function(void* objectRef) vtkViewDependentErrorMetric_Upcast; extern(C) int function() VTK_NO_OVERLAP_get; extern(C) int function() VTK_NODE_OVERLAP_get; extern(C) int function() VTK_EDGE_OVERLAP_get; extern(C) int function() VTK_PARTIAL_OVERLAP_get; extern(C) void* function() vtkStructuredGridConnectivity_New; extern(C) int function(const(char)* jarg1) vtkStructuredGridConnectivity_IsTypeOf; extern(C) void* function(void* jarg1) vtkStructuredGridConnectivity_SafeDownCast; extern(C) void* function(void* jarg1) vtkStructuredGridConnectivity_NewInstance; extern(C) void function(void* jarg1, int jarg2, int jarg3, int jarg4, int jarg5, int jarg6, int jarg7) vtkStructuredGridConnectivity_SetWholeExtent__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkStructuredGridConnectivity_SetWholeExtent__SWIG_1; extern(C) void* function(void* jarg1) vtkStructuredGridConnectivity_GetWholeExtent__SWIG_0; extern(C) void function(void* jarg1, void* jarg2, void* jarg3, void* jarg4, void* jarg5, void* jarg6, void* jarg7) vtkStructuredGridConnectivity_GetWholeExtent__SWIG_1; extern(C) void function(void* jarg1, void* jarg2) vtkStructuredGridConnectivity_GetWholeExtent__SWIG_2; extern(C) int function(void* jarg1) vtkStructuredGridConnectivity_GetDataDimension; extern(C) void function(void* jarg1, int jarg2, void* jarg3, void* jarg4, void* jarg5, void* jarg6, void* jarg7, void* jarg8) vtkStructuredGridConnectivity_RegisterGrid; extern(C) void function(void* jarg1, int jarg2, void* jarg3) vtkStructuredGridConnectivity_GetGridExtent; extern(C) void function(void* jarg1, int jarg2, void* jarg3) vtkStructuredGridConnectivity_SetGhostedGridExtent; extern(C) void function(void* jarg1, int jarg2, void* jarg3) vtkStructuredGridConnectivity_GetGhostedGridExtent; extern(C) int function(void* jarg1, int jarg2) vtkStructuredGridConnectivity_GetNumberOfNeighbors; extern(C) void* function(void* jarg1, int jarg2, int jarg3) vtkStructuredGridConnectivity_GetGridNeighbor; extern(C) void* function(void* jarg1, int jarg2, void* jarg3) vtkStructuredGridConnectivity_GetNeighbors; extern(C) void function(void* jarg1, int jarg2, void* jarg3, void* jarg4) vtkStructuredGridConnectivity_FillGhostArrays; extern(C) void function(void* jarg1, int jarg2) vtkStructuredGridConnectivity_CreateGhostLayers__SWIG_0; extern(C) void function(void* jarg1) vtkStructuredGridConnectivity_CreateGhostLayers__SWIG_1; extern(C) void* function(void* objectRef) vtkStructuredGridConnectivity_Upcast; extern(C) void* function() vtkTransmitRectilinearGridPiece_New; extern(C) int function(const(char)* jarg1) vtkTransmitRectilinearGridPiece_IsTypeOf; extern(C) void* function(void* jarg1) vtkTransmitRectilinearGridPiece_SafeDownCast; extern(C) void* function(void* jarg1) vtkTransmitRectilinearGridPiece_NewInstance; extern(C) void function(void* jarg1, void* jarg2) vtkTransmitRectilinearGridPiece_SetController; extern(C) void* function(void* jarg1) vtkTransmitRectilinearGridPiece_GetController; extern(C) void function(void* jarg1, int jarg2) vtkTransmitRectilinearGridPiece_SetCreateGhostCells; extern(C) int function(void* jarg1) vtkTransmitRectilinearGridPiece_GetCreateGhostCells; extern(C) void function(void* jarg1) vtkTransmitRectilinearGridPiece_CreateGhostCellsOn; extern(C) void function(void* jarg1) vtkTransmitRectilinearGridPiece_CreateGhostCellsOff; extern(C) void* function(void* objectRef) vtkTransmitRectilinearGridPiece_Upcast; extern(C) int function(const(char)* jarg1) vtkExtractUnstructuredGrid_IsTypeOf; extern(C) void* function(void* jarg1) vtkExtractUnstructuredGrid_SafeDownCast; extern(C) void* function(void* jarg1) vtkExtractUnstructuredGrid_NewInstance; extern(C) void* function() vtkExtractUnstructuredGrid_New; extern(C) void function(void* jarg1, int jarg2) vtkExtractUnstructuredGrid_SetPointClipping; extern(C) int function(void* jarg1) vtkExtractUnstructuredGrid_GetPointClipping; extern(C) void function(void* jarg1) vtkExtractUnstructuredGrid_PointClippingOn; extern(C) void function(void* jarg1) vtkExtractUnstructuredGrid_PointClippingOff; extern(C) void function(void* jarg1, int jarg2) vtkExtractUnstructuredGrid_SetCellClipping; extern(C) int function(void* jarg1) vtkExtractUnstructuredGrid_GetCellClipping; extern(C) void function(void* jarg1) vtkExtractUnstructuredGrid_CellClippingOn; extern(C) void function(void* jarg1) vtkExtractUnstructuredGrid_CellClippingOff; extern(C) void function(void* jarg1, int jarg2) vtkExtractUnstructuredGrid_SetExtentClipping; extern(C) int function(void* jarg1) vtkExtractUnstructuredGrid_GetExtentClipping; extern(C) void function(void* jarg1) vtkExtractUnstructuredGrid_ExtentClippingOn; extern(C) void function(void* jarg1) vtkExtractUnstructuredGrid_ExtentClippingOff; extern(C) void function(void* jarg1, long jarg2) vtkExtractUnstructuredGrid_SetPointMinimum; extern(C) long function(void* jarg1) vtkExtractUnstructuredGrid_GetPointMinimumMinValue; extern(C) long function(void* jarg1) vtkExtractUnstructuredGrid_GetPointMinimumMaxValue; extern(C) long function(void* jarg1) vtkExtractUnstructuredGrid_GetPointMinimum; extern(C) void function(void* jarg1, long jarg2) vtkExtractUnstructuredGrid_SetPointMaximum; extern(C) long function(void* jarg1) vtkExtractUnstructuredGrid_GetPointMaximumMinValue; extern(C) long function(void* jarg1) vtkExtractUnstructuredGrid_GetPointMaximumMaxValue; extern(C) long function(void* jarg1) vtkExtractUnstructuredGrid_GetPointMaximum; extern(C) void function(void* jarg1, long jarg2) vtkExtractUnstructuredGrid_SetCellMinimum; extern(C) long function(void* jarg1) vtkExtractUnstructuredGrid_GetCellMinimumMinValue; extern(C) long function(void* jarg1) vtkExtractUnstructuredGrid_GetCellMinimumMaxValue; extern(C) long function(void* jarg1) vtkExtractUnstructuredGrid_GetCellMinimum; extern(C) void function(void* jarg1, long jarg2) vtkExtractUnstructuredGrid_SetCellMaximum; extern(C) long function(void* jarg1) vtkExtractUnstructuredGrid_GetCellMaximumMinValue; extern(C) long function(void* jarg1) vtkExtractUnstructuredGrid_GetCellMaximumMaxValue; extern(C) long function(void* jarg1) vtkExtractUnstructuredGrid_GetCellMaximum; extern(C) void function(void* jarg1, double jarg2, double jarg3, double jarg4, double jarg5, double jarg6, double jarg7) vtkExtractUnstructuredGrid_SetExtent__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkExtractUnstructuredGrid_SetExtent__SWIG_1; extern(C) void* function(void* jarg1) vtkExtractUnstructuredGrid_GetExtent; extern(C) void function(void* jarg1, int jarg2) vtkExtractUnstructuredGrid_SetMerging; extern(C) int function(void* jarg1) vtkExtractUnstructuredGrid_GetMerging; extern(C) void function(void* jarg1) vtkExtractUnstructuredGrid_MergingOn; extern(C) void function(void* jarg1) vtkExtractUnstructuredGrid_MergingOff; extern(C) void function(void* jarg1, void* jarg2) vtkExtractUnstructuredGrid_SetLocator; extern(C) void* function(void* jarg1) vtkExtractUnstructuredGrid_GetLocator; extern(C) void function(void* jarg1) vtkExtractUnstructuredGrid_CreateDefaultLocator; extern(C) void* function(void* objectRef) vtkExtractUnstructuredGrid_Upcast; extern(C) void* function() vtkVideoSource_New; extern(C) int function(const(char)* jarg1) vtkVideoSource_IsTypeOf; extern(C) void* function(void* jarg1) vtkVideoSource_SafeDownCast; extern(C) void* function(void* jarg1) vtkVideoSource_NewInstance; extern(C) void function(void* jarg1) vtkVideoSource_Record; extern(C) void function(void* jarg1) vtkVideoSource_Play; extern(C) void function(void* jarg1) vtkVideoSource_Stop; extern(C) void function(void* jarg1) vtkVideoSource_Rewind; extern(C) void function(void* jarg1) vtkVideoSource_FastForward; extern(C) void function(void* jarg1, int jarg2) vtkVideoSource_Seek; extern(C) void function(void* jarg1) vtkVideoSource_Grab; extern(C) int function(void* jarg1) vtkVideoSource_GetRecording; extern(C) int function(void* jarg1) vtkVideoSource_GetPlaying; extern(C) void function(void* jarg1, int jarg2, int jarg3, int jarg4) vtkVideoSource_SetFrameSize__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkVideoSource_SetFrameSize__SWIG_1; extern(C) void* function(void* jarg1) vtkVideoSource_GetFrameSize__SWIG_0; extern(C) void function(void* jarg1, void* jarg2, void* jarg3, void* jarg4) vtkVideoSource_GetFrameSize__SWIG_1; extern(C) void function(void* jarg1, void* jarg2) vtkVideoSource_GetFrameSize__SWIG_2; extern(C) void function(void* jarg1, float jarg2) vtkVideoSource_SetFrameRate; extern(C) float function(void* jarg1) vtkVideoSource_GetFrameRate; extern(C) void function(void* jarg1, int jarg2) vtkVideoSource_SetOutputFormat; extern(C) void function(void* jarg1) vtkVideoSource_SetOutputFormatToLuminance; extern(C) void function(void* jarg1) vtkVideoSource_SetOutputFormatToRGB; extern(C) void function(void* jarg1) vtkVideoSource_SetOutputFormatToRGBA; extern(C) int function(void* jarg1) vtkVideoSource_GetOutputFormat; extern(C) void function(void* jarg1, int jarg2) vtkVideoSource_SetFrameBufferSize; extern(C) int function(void* jarg1) vtkVideoSource_GetFrameBufferSize; extern(C) void function(void* jarg1, int jarg2) vtkVideoSource_SetNumberOfOutputFrames; extern(C) int function(void* jarg1) vtkVideoSource_GetNumberOfOutputFrames; extern(C) void function(void* jarg1) vtkVideoSource_AutoAdvanceOn; extern(C) void function(void* jarg1) vtkVideoSource_AutoAdvanceOff; extern(C) void function(void* jarg1, int jarg2) vtkVideoSource_SetAutoAdvance; extern(C) int function(void* jarg1) vtkVideoSource_GetAutoAdvance; extern(C) void function(void* jarg1, void* jarg2) vtkVideoSource_SetClipRegion__SWIG_0; extern(C) void function(void* jarg1, int jarg2, int jarg3, int jarg4, int jarg5, int jarg6, int jarg7) vtkVideoSource_SetClipRegion__SWIG_1; extern(C) void* function(void* jarg1) vtkVideoSource_GetClipRegion__SWIG_0; extern(C) void function(void* jarg1, void* jarg2, void* jarg3, void* jarg4, void* jarg5, void* jarg6, void* jarg7) vtkVideoSource_GetClipRegion__SWIG_1; extern(C) void function(void* jarg1, void* jarg2) vtkVideoSource_GetClipRegion__SWIG_2; extern(C) void function(void* jarg1, int jarg2, int jarg3, int jarg4, int jarg5, int jarg6, int jarg7) vtkVideoSource_SetOutputWholeExtent__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkVideoSource_SetOutputWholeExtent__SWIG_1; extern(C) void* function(void* jarg1) vtkVideoSource_GetOutputWholeExtent__SWIG_0; extern(C) void function(void* jarg1, void* jarg2, void* jarg3, void* jarg4, void* jarg5, void* jarg6, void* jarg7) vtkVideoSource_GetOutputWholeExtent__SWIG_1; extern(C) void function(void* jarg1, void* jarg2) vtkVideoSource_GetOutputWholeExtent__SWIG_2; extern(C) void function(void* jarg1, double jarg2, double jarg3, double jarg4) vtkVideoSource_SetDataSpacing__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkVideoSource_SetDataSpacing__SWIG_1; extern(C) void* function(void* jarg1) vtkVideoSource_GetDataSpacing__SWIG_0; extern(C) void function(void* jarg1, void* jarg2, void* jarg3, void* jarg4) vtkVideoSource_GetDataSpacing__SWIG_1; extern(C) void function(void* jarg1, void* jarg2) vtkVideoSource_GetDataSpacing__SWIG_2; extern(C) void function(void* jarg1, double jarg2, double jarg3, double jarg4) vtkVideoSource_SetDataOrigin__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkVideoSource_SetDataOrigin__SWIG_1; extern(C) void* function(void* jarg1) vtkVideoSource_GetDataOrigin__SWIG_0; extern(C) void function(void* jarg1, void* jarg2, void* jarg3, void* jarg4) vtkVideoSource_GetDataOrigin__SWIG_1; extern(C) void function(void* jarg1, void* jarg2) vtkVideoSource_GetDataOrigin__SWIG_2; extern(C) void function(void* jarg1, float jarg2) vtkVideoSource_SetOpacity; extern(C) float function(void* jarg1) vtkVideoSource_GetOpacity; extern(C) int function(void* jarg1) vtkVideoSource_GetFrameCount; extern(C) void function(void* jarg1, int jarg2) vtkVideoSource_SetFrameCount; extern(C) int function(void* jarg1) vtkVideoSource_GetFrameIndex; extern(C) double function(void* jarg1, int jarg2) vtkVideoSource_GetFrameTimeStamp__SWIG_0; extern(C) double function(void* jarg1) vtkVideoSource_GetFrameTimeStamp__SWIG_1; extern(C) void function(void* jarg1) vtkVideoSource_Initialize; extern(C) int function(void* jarg1) vtkVideoSource_GetInitialized; extern(C) void function(void* jarg1) vtkVideoSource_ReleaseSystemResources; extern(C) void function(void* jarg1) vtkVideoSource_InternalGrab; extern(C) void function(void* jarg1, double jarg2) vtkVideoSource_SetStartTimeStamp; extern(C) double function(void* jarg1) vtkVideoSource_GetStartTimeStamp; extern(C) void* function(void* objectRef) vtkVideoSource_Upcast; extern(C) int function(const(char)* jarg1) vtkDataSetEdgeSubdivisionCriterion_IsTypeOf; extern(C) void* function(void* jarg1) vtkDataSetEdgeSubdivisionCriterion_SafeDownCast; extern(C) void* function(void* jarg1) vtkDataSetEdgeSubdivisionCriterion_NewInstance; extern(C) void* function() vtkDataSetEdgeSubdivisionCriterion_New; extern(C) void function(void* jarg1, void* jarg2) vtkDataSetEdgeSubdivisionCriterion_SetMesh; extern(C) void* function(void* jarg1) vtkDataSetEdgeSubdivisionCriterion_GetMesh; extern(C) void function(void* jarg1, long jarg2) vtkDataSetEdgeSubdivisionCriterion_SetCellId; extern(C) long function(void* jarg1) vtkDataSetEdgeSubdivisionCriterion_GetCellId; extern(C) void* function(void* jarg1) vtkDataSetEdgeSubdivisionCriterion_GetCell; extern(C) void* function(void* jarg1, void* jarg2, void* jarg3, int jarg4) vtkDataSetEdgeSubdivisionCriterion_EvaluateFields; extern(C) void function(void* jarg1, void* jarg2, void* jarg3, int jarg4) vtkDataSetEdgeSubdivisionCriterion_EvaluatePointDataField; extern(C) void function(void* jarg1, void* jarg2, void* jarg3, int jarg4) vtkDataSetEdgeSubdivisionCriterion_EvaluateCellDataField; extern(C) void function(void* jarg1, double jarg2) vtkDataSetEdgeSubdivisionCriterion_SetChordError2; extern(C) double function(void* jarg1) vtkDataSetEdgeSubdivisionCriterion_GetChordError2; extern(C) void function(void* jarg1, int jarg2, double jarg3) vtkDataSetEdgeSubdivisionCriterion_SetFieldError2; extern(C) double function(void* jarg1, int jarg2) vtkDataSetEdgeSubdivisionCriterion_GetFieldError2; extern(C) void function(void* jarg1) vtkDataSetEdgeSubdivisionCriterion_ResetFieldError2; extern(C) int function(void* jarg1) vtkDataSetEdgeSubdivisionCriterion_GetActiveFieldCriteria__SWIG_0; extern(C) void* function(void* objectRef) vtkDataSetEdgeSubdivisionCriterion_Upcast; extern(C) void* function() vtkDICOMImageReader_New; extern(C) int function(const(char)* jarg1) vtkDICOMImageReader_IsTypeOf; extern(C) void* function(void* jarg1) vtkDICOMImageReader_SafeDownCast; extern(C) void* function(void* jarg1) vtkDICOMImageReader_NewInstance; extern(C) void function(void* jarg1, const(char)* jarg2) vtkDICOMImageReader_SetDirectoryName; extern(C) const(char)* function(void* jarg1) vtkDICOMImageReader_GetDirectoryName; extern(C) void* function(void* jarg1) vtkDICOMImageReader_GetPixelSpacing; extern(C) int function(void* jarg1) vtkDICOMImageReader_GetWidth; extern(C) int function(void* jarg1) vtkDICOMImageReader_GetHeight; extern(C) void* function(void* jarg1) vtkDICOMImageReader_GetImagePositionPatient; extern(C) void* function(void* jarg1) vtkDICOMImageReader_GetImageOrientationPatient; extern(C) int function(void* jarg1) vtkDICOMImageReader_GetBitsAllocated; extern(C) int function(void* jarg1) vtkDICOMImageReader_GetPixelRepresentation; extern(C) int function(void* jarg1) vtkDICOMImageReader_GetNumberOfComponents; extern(C) const(char)* function(void* jarg1) vtkDICOMImageReader_GetTransferSyntaxUID; extern(C) float function(void* jarg1) vtkDICOMImageReader_GetRescaleSlope; extern(C) float function(void* jarg1) vtkDICOMImageReader_GetRescaleOffset; extern(C) const(char)* function(void* jarg1) vtkDICOMImageReader_GetPatientName; extern(C) const(char)* function(void* jarg1) vtkDICOMImageReader_GetStudyUID; extern(C) const(char)* function(void* jarg1) vtkDICOMImageReader_GetStudyID; extern(C) float function(void* jarg1) vtkDICOMImageReader_GetGantryAngle; extern(C) void* function(void* objectRef) vtkDICOMImageReader_Upcast; extern(C) void* function() vtkAssembly_New; extern(C) int function(const(char)* jarg1) vtkAssembly_IsTypeOf; extern(C) void* function(void* jarg1) vtkAssembly_SafeDownCast; extern(C) void* function(void* jarg1) vtkAssembly_NewInstance; extern(C) void function(void* jarg1, void* jarg2) vtkAssembly_AddPart; extern(C) void function(void* jarg1, void* jarg2) vtkAssembly_RemovePart; extern(C) void* function(void* jarg1) vtkAssembly_GetParts; extern(C) int function(void* jarg1, void* jarg2) vtkAssembly_RenderOpaqueGeometry; extern(C) int function(void* jarg1, void* jarg2) vtkAssembly_RenderTranslucentPolygonalGeometry; extern(C) int function(void* jarg1, void* jarg2) vtkAssembly_RenderVolumetricGeometry; extern(C) int function(void* jarg1) vtkAssembly_HasTranslucentPolygonalGeometry; extern(C) void function(void* jarg1, void* jarg2) vtkAssembly_ReleaseGraphicsResources; extern(C) void function(void* jarg1, void* jarg2) vtkAssembly_GetBounds__SWIG_0; extern(C) void* function(void* jarg1) vtkAssembly_GetBounds__SWIG_1; extern(C) void* function(void* objectRef) vtkAssembly_Upcast; extern(C) int function(const(char)* jarg1) vtkClipPolyData_IsTypeOf; extern(C) void* function(void* jarg1) vtkClipPolyData_SafeDownCast; extern(C) void* function(void* jarg1) vtkClipPolyData_NewInstance; extern(C) void* function() vtkClipPolyData_New; extern(C) void function(void* jarg1, double jarg2) vtkClipPolyData_SetValue; extern(C) double function(void* jarg1) vtkClipPolyData_GetValue; extern(C) void function(void* jarg1, int jarg2) vtkClipPolyData_SetInsideOut; extern(C) int function(void* jarg1) vtkClipPolyData_GetInsideOut; extern(C) void function(void* jarg1) vtkClipPolyData_InsideOutOn; extern(C) void function(void* jarg1) vtkClipPolyData_InsideOutOff; extern(C) void function(void* jarg1, void* jarg2) vtkClipPolyData_SetClipFunction; extern(C) void* function(void* jarg1) vtkClipPolyData_GetClipFunction; extern(C) void function(void* jarg1, int jarg2) vtkClipPolyData_SetGenerateClipScalars; extern(C) int function(void* jarg1) vtkClipPolyData_GetGenerateClipScalars; extern(C) void function(void* jarg1) vtkClipPolyData_GenerateClipScalarsOn; extern(C) void function(void* jarg1) vtkClipPolyData_GenerateClipScalarsOff; extern(C) void function(void* jarg1, int jarg2) vtkClipPolyData_SetGenerateClippedOutput; extern(C) int function(void* jarg1) vtkClipPolyData_GetGenerateClippedOutput; extern(C) void function(void* jarg1) vtkClipPolyData_GenerateClippedOutputOn; extern(C) void function(void* jarg1) vtkClipPolyData_GenerateClippedOutputOff; extern(C) void* function(void* jarg1) vtkClipPolyData_GetClippedOutput; extern(C) void* function(void* jarg1) vtkClipPolyData_GetClippedOutputPort; extern(C) void function(void* jarg1, void* jarg2) vtkClipPolyData_SetLocator; extern(C) void* function(void* jarg1) vtkClipPolyData_GetLocator; extern(C) void function(void* jarg1) vtkClipPolyData_CreateDefaultLocator; extern(C) void* function(void* objectRef) vtkClipPolyData_Upcast; extern(C) void* function() vtkImageShiftScale_New; extern(C) int function(const(char)* jarg1) vtkImageShiftScale_IsTypeOf; extern(C) void* function(void* jarg1) vtkImageShiftScale_SafeDownCast; extern(C) void* function(void* jarg1) vtkImageShiftScale_NewInstance; extern(C) void function(void* jarg1, double jarg2) vtkImageShiftScale_SetShift; extern(C) double function(void* jarg1) vtkImageShiftScale_GetShift; extern(C) void function(void* jarg1, double jarg2) vtkImageShiftScale_SetScale; extern(C) double function(void* jarg1) vtkImageShiftScale_GetScale; extern(C) void function(void* jarg1, int jarg2) vtkImageShiftScale_SetOutputScalarType; extern(C) int function(void* jarg1) vtkImageShiftScale_GetOutputScalarType; extern(C) void function(void* jarg1) vtkImageShiftScale_SetOutputScalarTypeToDouble; extern(C) void function(void* jarg1) vtkImageShiftScale_SetOutputScalarTypeToFloat; extern(C) void function(void* jarg1) vtkImageShiftScale_SetOutputScalarTypeToLong; extern(C) void function(void* jarg1) vtkImageShiftScale_SetOutputScalarTypeToUnsignedLong; extern(C) void function(void* jarg1) vtkImageShiftScale_SetOutputScalarTypeToInt; extern(C) void function(void* jarg1) vtkImageShiftScale_SetOutputScalarTypeToUnsignedInt; extern(C) void function(void* jarg1) vtkImageShiftScale_SetOutputScalarTypeToShort; extern(C) void function(void* jarg1) vtkImageShiftScale_SetOutputScalarTypeToUnsignedShort; extern(C) void function(void* jarg1) vtkImageShiftScale_SetOutputScalarTypeToChar; extern(C) void function(void* jarg1) vtkImageShiftScale_SetOutputScalarTypeToUnsignedChar; extern(C) void function(void* jarg1, int jarg2) vtkImageShiftScale_SetClampOverflow; extern(C) int function(void* jarg1) vtkImageShiftScale_GetClampOverflow; extern(C) void function(void* jarg1) vtkImageShiftScale_ClampOverflowOn; extern(C) void function(void* jarg1) vtkImageShiftScale_ClampOverflowOff; extern(C) void* function(void* objectRef) vtkImageShiftScale_Upcast; extern(C) void* function() vtkWindowLevelLookupTable_New; extern(C) int function(const(char)* jarg1) vtkWindowLevelLookupTable_IsTypeOf; extern(C) void* function(void* jarg1) vtkWindowLevelLookupTable_SafeDownCast; extern(C) void* function(void* jarg1) vtkWindowLevelLookupTable_NewInstance; extern(C) void function(void* jarg1, double jarg2) vtkWindowLevelLookupTable_SetWindow; extern(C) double function(void* jarg1) vtkWindowLevelLookupTable_GetWindow; extern(C) void function(void* jarg1, double jarg2) vtkWindowLevelLookupTable_SetLevel; extern(C) double function(void* jarg1) vtkWindowLevelLookupTable_GetLevel; extern(C) void function(void* jarg1, int jarg2) vtkWindowLevelLookupTable_SetInverseVideo; extern(C) int function(void* jarg1) vtkWindowLevelLookupTable_GetInverseVideo; extern(C) void function(void* jarg1) vtkWindowLevelLookupTable_InverseVideoOn; extern(C) void function(void* jarg1) vtkWindowLevelLookupTable_InverseVideoOff; extern(C) void function(void* jarg1, double jarg2, double jarg3, double jarg4, double jarg5) vtkWindowLevelLookupTable_SetMinimumTableValue__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkWindowLevelLookupTable_SetMinimumTableValue__SWIG_1; extern(C) void* function(void* jarg1) vtkWindowLevelLookupTable_GetMinimumTableValue__SWIG_0; extern(C) void function(void* jarg1, void* jarg2, void* jarg3, void* jarg4, void* jarg5) vtkWindowLevelLookupTable_GetMinimumTableValue__SWIG_1; extern(C) void function(void* jarg1, void* jarg2) vtkWindowLevelLookupTable_GetMinimumTableValue__SWIG_2; extern(C) void function(void* jarg1, double jarg2, double jarg3, double jarg4, double jarg5) vtkWindowLevelLookupTable_SetMaximumTableValue__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkWindowLevelLookupTable_SetMaximumTableValue__SWIG_1; extern(C) void* function(void* jarg1) vtkWindowLevelLookupTable_GetMaximumTableValue__SWIG_0; extern(C) void function(void* jarg1, void* jarg2, void* jarg3, void* jarg4, void* jarg5) vtkWindowLevelLookupTable_GetMaximumTableValue__SWIG_1; extern(C) void function(void* jarg1, void* jarg2) vtkWindowLevelLookupTable_GetMaximumTableValue__SWIG_2; extern(C) void* function(void* objectRef) vtkWindowLevelLookupTable_Upcast; extern(C) void* function() vtkGraphEdge_New; extern(C) int function(const(char)* jarg1) vtkGraphEdge_IsTypeOf; extern(C) void* function(void* jarg1) vtkGraphEdge_SafeDownCast; extern(C) void* function(void* jarg1) vtkGraphEdge_NewInstance; extern(C) void function(void* jarg1, long jarg2) vtkGraphEdge_SetSource; extern(C) long function(void* jarg1) vtkGraphEdge_GetSource; extern(C) void function(void* jarg1, long jarg2) vtkGraphEdge_SetTarget; extern(C) long function(void* jarg1) vtkGraphEdge_GetTarget; extern(C) void function(void* jarg1, long jarg2) vtkGraphEdge_SetId; extern(C) long function(void* jarg1) vtkGraphEdge_GetId; extern(C) void* function(void* objectRef) vtkGraphEdge_Upcast; extern(C) void* function() vtkXMLHierarchicalDataReader_New; extern(C) int function(const(char)* jarg1) vtkXMLHierarchicalDataReader_IsTypeOf; extern(C) void* function(void* jarg1) vtkXMLHierarchicalDataReader_SafeDownCast; extern(C) void* function(void* jarg1) vtkXMLHierarchicalDataReader_NewInstance; extern(C) void* function(void* objectRef) vtkXMLHierarchicalDataReader_Upcast; extern(C) void* function() vtkDistanceWidget_New; extern(C) int function(const(char)* jarg1) vtkDistanceWidget_IsTypeOf; extern(C) void* function(void* jarg1) vtkDistanceWidget_SafeDownCast; extern(C) void* function(void* jarg1) vtkDistanceWidget_NewInstance; extern(C) void function(void* jarg1, void* jarg2) vtkDistanceWidget_SetRepresentation; extern(C) void* function(void* jarg1) vtkDistanceWidget_GetDistanceRepresentation; extern(C) void function(void* jarg1) vtkDistanceWidget_SetWidgetStateToStart; extern(C) void function(void* jarg1) vtkDistanceWidget_SetWidgetStateToManipulate; extern(C) int function(void* jarg1) vtkDistanceWidget_GetWidgetState; extern(C) void* function(void* objectRef) vtkDistanceWidget_Upcast; extern(C) void* function() vtkBSPCuts_New; extern(C) int function(const(char)* jarg1) vtkBSPCuts_IsTypeOf; extern(C) void* function(void* jarg1) vtkBSPCuts_SafeDownCast; extern(C) void* function(void* jarg1) vtkBSPCuts_NewInstance; extern(C) void function(void* jarg1, void* jarg2, int jarg3, void* jarg4, void* jarg5, void* jarg6, void* jarg7, void* jarg8, void* jarg9, void* jarg10) vtkBSPCuts_CreateCuts__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkBSPCuts_CreateCuts__SWIG_1; extern(C) void* function(void* jarg1) vtkBSPCuts_GetKdNodeTree; extern(C) int function(void* jarg1) vtkBSPCuts_GetNumberOfCuts; extern(C) int function(void* jarg1, int jarg2, void* jarg3, void* jarg4, void* jarg5, void* jarg6, void* jarg7, void* jarg8, void* jarg9) vtkBSPCuts_GetArrays; extern(C) int function(void* jarg1, void* jarg2, double jarg3) vtkBSPCuts_Equals__SWIG_0; extern(C) int function(void* jarg1, void* jarg2) vtkBSPCuts_Equals__SWIG_1; extern(C) void function(void* jarg1) vtkBSPCuts_PrintTree; extern(C) void function(void* jarg1) vtkBSPCuts_PrintArrays; extern(C) void* function(void* objectRef) vtkBSPCuts_Upcast; extern(C) int function(const(char)* jarg1) vtkLinkEdgels_IsTypeOf; extern(C) void* function(void* jarg1) vtkLinkEdgels_SafeDownCast; extern(C) void* function(void* jarg1) vtkLinkEdgels_NewInstance; extern(C) void* function() vtkLinkEdgels_New; extern(C) void function(void* jarg1, double jarg2) vtkLinkEdgels_SetLinkThreshold; extern(C) double function(void* jarg1) vtkLinkEdgels_GetLinkThreshold; extern(C) void function(void* jarg1, double jarg2) vtkLinkEdgels_SetPhiThreshold; extern(C) double function(void* jarg1) vtkLinkEdgels_GetPhiThreshold; extern(C) void function(void* jarg1, double jarg2) vtkLinkEdgels_SetGradientThreshold; extern(C) double function(void* jarg1) vtkLinkEdgels_GetGradientThreshold; extern(C) void* function(void* objectRef) vtkLinkEdgels_Upcast; extern(C) void* function() vtkSQLiteToTableReader_New; extern(C) int function(const(char)* jarg1) vtkSQLiteToTableReader_IsTypeOf; extern(C) void* function(void* jarg1) vtkSQLiteToTableReader_SafeDownCast; extern(C) void* function(void* jarg1) vtkSQLiteToTableReader_NewInstance; extern(C) void* function(void* objectRef) vtkSQLiteToTableReader_Upcast; extern(C) void* function() vtkVolumeContourSpectrumFilter_New; extern(C) int function(const(char)* jarg1) vtkVolumeContourSpectrumFilter_IsTypeOf; extern(C) void* function(void* jarg1) vtkVolumeContourSpectrumFilter_SafeDownCast; extern(C) void* function(void* jarg1) vtkVolumeContourSpectrumFilter_NewInstance; extern(C) void function(void* jarg1, long jarg2) vtkVolumeContourSpectrumFilter_SetArcId; extern(C) long function(void* jarg1) vtkVolumeContourSpectrumFilter_GetArcId; extern(C) void function(void* jarg1, int jarg2) vtkVolumeContourSpectrumFilter_SetNumberOfSamples; extern(C) int function(void* jarg1) vtkVolumeContourSpectrumFilter_GetNumberOfSamples; extern(C) void function(void* jarg1, long jarg2) vtkVolumeContourSpectrumFilter_SetFieldId; extern(C) long function(void* jarg1) vtkVolumeContourSpectrumFilter_GetFieldId; extern(C) void* function(void* jarg1) vtkVolumeContourSpectrumFilter_GetOutput; extern(C) void* function(void* objectRef) vtkVolumeContourSpectrumFilter_Upcast; extern(C) void* function() vtkGeoMath_New; extern(C) int function(const(char)* jarg1) vtkGeoMath_IsTypeOf; extern(C) void* function(void* jarg1) vtkGeoMath_SafeDownCast; extern(C) void* function(void* jarg1) vtkGeoMath_NewInstance; extern(C) double function() vtkGeoMath_EarthRadiusMeters; extern(C) double function(void* jarg1, void* jarg2) vtkGeoMath_DistanceSquared; extern(C) void function(void* jarg1, void* jarg2) vtkGeoMath_LongLatAltToRect; extern(C) void* function(void* objectRef) vtkGeoMath_Upcast; extern(C) void* function() vtkImageMask_New; extern(C) int function(const(char)* jarg1) vtkImageMask_IsTypeOf; extern(C) void* function(void* jarg1) vtkImageMask_SafeDownCast; extern(C) void* function(void* jarg1) vtkImageMask_NewInstance; extern(C) void function(void* jarg1, int jarg2, void* jarg3) vtkImageMask_SetMaskedOutputValue__SWIG_0; extern(C) void function(void* jarg1, double jarg2) vtkImageMask_SetMaskedOutputValue__SWIG_1; extern(C) void function(void* jarg1, double jarg2, double jarg3) vtkImageMask_SetMaskedOutputValue__SWIG_2; extern(C) void function(void* jarg1, double jarg2, double jarg3, double jarg4) vtkImageMask_SetMaskedOutputValue__SWIG_3; extern(C) void* function(void* jarg1) vtkImageMask_GetMaskedOutputValue; extern(C) int function(void* jarg1) vtkImageMask_GetMaskedOutputValueLength; extern(C) void function(void* jarg1, double jarg2) vtkImageMask_SetMaskAlpha; extern(C) double function(void* jarg1) vtkImageMask_GetMaskAlphaMinValue; extern(C) double function(void* jarg1) vtkImageMask_GetMaskAlphaMaxValue; extern(C) double function(void* jarg1) vtkImageMask_GetMaskAlpha; extern(C) void function(void* jarg1, void* jarg2) vtkImageMask_SetImageInputData; extern(C) void function(void* jarg1, void* jarg2) vtkImageMask_SetMaskInputData; extern(C) void function(void* jarg1, int jarg2) vtkImageMask_SetNotMask; extern(C) int function(void* jarg1) vtkImageMask_GetNotMask; extern(C) void function(void* jarg1) vtkImageMask_NotMaskOn; extern(C) void function(void* jarg1) vtkImageMask_NotMaskOff; extern(C) void function(void* jarg1, void* jarg2) vtkImageMask_SetInput1Data; extern(C) void function(void* jarg1, void* jarg2) vtkImageMask_SetInput2Data; extern(C) void* function(void* objectRef) vtkImageMask_Upcast; extern(C) int function(const(char)* jarg1) vtkSLACParticleReader_IsTypeOf; extern(C) void* function(void* jarg1) vtkSLACParticleReader_SafeDownCast; extern(C) void* function(void* jarg1) vtkSLACParticleReader_NewInstance; extern(C) void* function() vtkSLACParticleReader_New; extern(C) const(char)* function(void* jarg1) vtkSLACParticleReader_GetFileName; extern(C) void function(void* jarg1, const(char)* jarg2) vtkSLACParticleReader_SetFileName; extern(C) int function(const(char)* jarg1) vtkSLACParticleReader_CanReadFile; extern(C) void* function(void* objectRef) vtkSLACParticleReader_Upcast; extern(C) void* function() vtkGeoTerrainNode_New; extern(C) int function(const(char)* jarg1) vtkGeoTerrainNode_IsTypeOf; extern(C) void* function(void* jarg1) vtkGeoTerrainNode_SafeDownCast; extern(C) void* function(void* jarg1) vtkGeoTerrainNode_NewInstance; extern(C) void* function(void* jarg1, int jarg2) vtkGeoTerrainNode_GetChild; extern(C) void* function(void* jarg1) vtkGeoTerrainNode_GetParent; extern(C) double function(void* jarg1, double jarg2, double jarg3) vtkGeoTerrainNode_GetAltitude; extern(C) void* function(void* jarg1) vtkGeoTerrainNode_GetModel; extern(C) void function(void* jarg1, void* jarg2) vtkGeoTerrainNode_SetModel; extern(C) void function(void* jarg1) vtkGeoTerrainNode_UpdateBoundingSphere; extern(C) double function(void* jarg1) vtkGeoTerrainNode_GetBoundingSphereRadius; extern(C) void* function(void* jarg1) vtkGeoTerrainNode_GetBoundingSphereCenter__SWIG_0; extern(C) void function(void* jarg1, void* jarg2, void* jarg3, void* jarg4) vtkGeoTerrainNode_GetBoundingSphereCenter__SWIG_1; extern(C) void function(void* jarg1, void* jarg2) vtkGeoTerrainNode_GetBoundingSphereCenter__SWIG_2; extern(C) void* function(void* jarg1) vtkGeoTerrainNode_GetCornerNormal00__SWIG_0; extern(C) void function(void* jarg1, void* jarg2, void* jarg3, void* jarg4) vtkGeoTerrainNode_GetCornerNormal00__SWIG_1; extern(C) void function(void* jarg1, void* jarg2) vtkGeoTerrainNode_GetCornerNormal00__SWIG_2; extern(C) void* function(void* jarg1) vtkGeoTerrainNode_GetCornerNormal01__SWIG_0; extern(C) void function(void* jarg1, void* jarg2, void* jarg3, void* jarg4) vtkGeoTerrainNode_GetCornerNormal01__SWIG_1; extern(C) void function(void* jarg1, void* jarg2) vtkGeoTerrainNode_GetCornerNormal01__SWIG_2; extern(C) void* function(void* jarg1) vtkGeoTerrainNode_GetCornerNormal10__SWIG_0; extern(C) void function(void* jarg1, void* jarg2, void* jarg3, void* jarg4) vtkGeoTerrainNode_GetCornerNormal10__SWIG_1; extern(C) void function(void* jarg1, void* jarg2) vtkGeoTerrainNode_GetCornerNormal10__SWIG_2; extern(C) void* function(void* jarg1) vtkGeoTerrainNode_GetCornerNormal11__SWIG_0; extern(C) void function(void* jarg1, void* jarg2, void* jarg3, void* jarg4) vtkGeoTerrainNode_GetCornerNormal11__SWIG_1; extern(C) void function(void* jarg1, void* jarg2) vtkGeoTerrainNode_GetCornerNormal11__SWIG_2; extern(C) void* function(void* jarg1) vtkGeoTerrainNode_GetProjectionBounds__SWIG_0; extern(C) void function(void* jarg1, void* jarg2, void* jarg3, void* jarg4, void* jarg5) vtkGeoTerrainNode_GetProjectionBounds__SWIG_1; extern(C) void function(void* jarg1, void* jarg2) vtkGeoTerrainNode_GetProjectionBounds__SWIG_2; extern(C) void function(void* jarg1, double jarg2, double jarg3, double jarg4, double jarg5) vtkGeoTerrainNode_SetProjectionBounds__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkGeoTerrainNode_SetProjectionBounds__SWIG_1; extern(C) int function(void* jarg1) vtkGeoTerrainNode_GetGraticuleLevel; extern(C) void function(void* jarg1, int jarg2) vtkGeoTerrainNode_SetGraticuleLevel; extern(C) double function(void* jarg1) vtkGeoTerrainNode_GetError; extern(C) void function(void* jarg1, double jarg2) vtkGeoTerrainNode_SetError; extern(C) float function(void* jarg1) vtkGeoTerrainNode_GetCoverage; extern(C) void function(void* jarg1, float jarg2) vtkGeoTerrainNode_SetCoverage; extern(C) void* function(void* objectRef) vtkGeoTerrainNode_Upcast; extern(C) void* function() vtkFast2DLayoutStrategy_New; extern(C) int function(const(char)* jarg1) vtkFast2DLayoutStrategy_IsTypeOf; extern(C) void* function(void* jarg1) vtkFast2DLayoutStrategy_SafeDownCast; extern(C) void* function(void* jarg1) vtkFast2DLayoutStrategy_NewInstance; extern(C) void function(void* jarg1, int jarg2) vtkFast2DLayoutStrategy_SetRandomSeed; extern(C) int function(void* jarg1) vtkFast2DLayoutStrategy_GetRandomSeedMinValue; extern(C) int function(void* jarg1) vtkFast2DLayoutStrategy_GetRandomSeedMaxValue; extern(C) int function(void* jarg1) vtkFast2DLayoutStrategy_GetRandomSeed; extern(C) void function(void* jarg1, int jarg2) vtkFast2DLayoutStrategy_SetMaxNumberOfIterations; extern(C) int function(void* jarg1) vtkFast2DLayoutStrategy_GetMaxNumberOfIterationsMinValue; extern(C) int function(void* jarg1) vtkFast2DLayoutStrategy_GetMaxNumberOfIterationsMaxValue; extern(C) int function(void* jarg1) vtkFast2DLayoutStrategy_GetMaxNumberOfIterations; extern(C) void function(void* jarg1, int jarg2) vtkFast2DLayoutStrategy_SetIterationsPerLayout; extern(C) int function(void* jarg1) vtkFast2DLayoutStrategy_GetIterationsPerLayoutMinValue; extern(C) int function(void* jarg1) vtkFast2DLayoutStrategy_GetIterationsPerLayoutMaxValue; extern(C) int function(void* jarg1) vtkFast2DLayoutStrategy_GetIterationsPerLayout; extern(C) void function(void* jarg1, float jarg2) vtkFast2DLayoutStrategy_SetInitialTemperature; extern(C) float function(void* jarg1) vtkFast2DLayoutStrategy_GetInitialTemperatureMinValue; extern(C) float function(void* jarg1) vtkFast2DLayoutStrategy_GetInitialTemperatureMaxValue; extern(C) float function(void* jarg1) vtkFast2DLayoutStrategy_GetInitialTemperature; extern(C) void function(void* jarg1, double jarg2) vtkFast2DLayoutStrategy_SetCoolDownRate; extern(C) double function(void* jarg1) vtkFast2DLayoutStrategy_GetCoolDownRateMinValue; extern(C) double function(void* jarg1) vtkFast2DLayoutStrategy_GetCoolDownRateMaxValue; extern(C) double function(void* jarg1) vtkFast2DLayoutStrategy_GetCoolDownRate; extern(C) void function(void* jarg1, float jarg2) vtkFast2DLayoutStrategy_SetRestDistance; extern(C) float function(void* jarg1) vtkFast2DLayoutStrategy_GetRestDistance; extern(C) void* function(void* objectRef) vtkFast2DLayoutStrategy_Upcast; extern(C) void* function() vtkResliceCursorPicker_New; extern(C) int function(const(char)* jarg1) vtkResliceCursorPicker_IsTypeOf; extern(C) void* function(void* jarg1) vtkResliceCursorPicker_SafeDownCast; extern(C) void* function(void* jarg1) vtkResliceCursorPicker_NewInstance; extern(C) int function(void* jarg1, double jarg2, double jarg3, double jarg4, void* jarg5) vtkResliceCursorPicker_Pick__SWIG_0; extern(C) int function(void* jarg1) vtkResliceCursorPicker_GetPickedAxis1; extern(C) int function(void* jarg1) vtkResliceCursorPicker_GetPickedAxis2; extern(C) int function(void* jarg1) vtkResliceCursorPicker_GetPickedCenter; extern(C) void function(void* jarg1, void* jarg2) vtkResliceCursorPicker_SetResliceCursorAlgorithm; extern(C) void* function(void* jarg1) vtkResliceCursorPicker_GetResliceCursorAlgorithm; extern(C) void function(void* jarg1, void* jarg2) vtkResliceCursorPicker_SetTransformMatrix; extern(C) void function(void* jarg1, void* jarg2, void* jarg3, void* jarg4) vtkResliceCursorPicker_Pick__SWIG_1; extern(C) void* function(void* objectRef) vtkResliceCursorPicker_Upcast; extern(C) void* function() vtkTypeUInt8Array_New; extern(C) int function(const(char)* jarg1) vtkTypeUInt8Array_IsTypeOf; extern(C) void* function(void* jarg1) vtkTypeUInt8Array_SafeDownCast; extern(C) void* function(void* jarg1) vtkTypeUInt8Array_NewInstance; extern(C) void* function(void* objectRef) vtkTypeUInt8Array_Upcast; extern(C) int function(const(char)* jarg1) vtkRibbonFilter_IsTypeOf; extern(C) void* function(void* jarg1) vtkRibbonFilter_SafeDownCast; extern(C) void* function(void* jarg1) vtkRibbonFilter_NewInstance; extern(C) void* function() vtkRibbonFilter_New; extern(C) void function(void* jarg1, double jarg2) vtkRibbonFilter_SetWidth; extern(C) double function(void* jarg1) vtkRibbonFilter_GetWidthMinValue; extern(C) double function(void* jarg1) vtkRibbonFilter_GetWidthMaxValue; extern(C) double function(void* jarg1) vtkRibbonFilter_GetWidth; extern(C) void function(void* jarg1, double jarg2) vtkRibbonFilter_SetAngle; extern(C) double function(void* jarg1) vtkRibbonFilter_GetAngleMinValue; extern(C) double function(void* jarg1) vtkRibbonFilter_GetAngleMaxValue; extern(C) double function(void* jarg1) vtkRibbonFilter_GetAngle; extern(C) void function(void* jarg1, int jarg2) vtkRibbonFilter_SetVaryWidth; extern(C) int function(void* jarg1) vtkRibbonFilter_GetVaryWidth; extern(C) void function(void* jarg1) vtkRibbonFilter_VaryWidthOn; extern(C) void function(void* jarg1) vtkRibbonFilter_VaryWidthOff; extern(C) void function(void* jarg1, double jarg2) vtkRibbonFilter_SetWidthFactor; extern(C) double function(void* jarg1) vtkRibbonFilter_GetWidthFactor; extern(C) void function(void* jarg1, double jarg2, double jarg3, double jarg4) vtkRibbonFilter_SetDefaultNormal__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkRibbonFilter_SetDefaultNormal__SWIG_1; extern(C) void* function(void* jarg1) vtkRibbonFilter_GetDefaultNormal__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkRibbonFilter_GetDefaultNormal__SWIG_1; extern(C) void function(void* jarg1, int jarg2) vtkRibbonFilter_SetUseDefaultNormal; extern(C) int function(void* jarg1) vtkRibbonFilter_GetUseDefaultNormal; extern(C) void function(void* jarg1) vtkRibbonFilter_UseDefaultNormalOn; extern(C) void function(void* jarg1) vtkRibbonFilter_UseDefaultNormalOff; extern(C) void function(void* jarg1, int jarg2) vtkRibbonFilter_SetGenerateTCoords; extern(C) int function(void* jarg1) vtkRibbonFilter_GetGenerateTCoordsMinValue; extern(C) int function(void* jarg1) vtkRibbonFilter_GetGenerateTCoordsMaxValue; extern(C) int function(void* jarg1) vtkRibbonFilter_GetGenerateTCoords; extern(C) void function(void* jarg1) vtkRibbonFilter_SetGenerateTCoordsToOff; extern(C) void function(void* jarg1) vtkRibbonFilter_SetGenerateTCoordsToNormalizedLength; extern(C) void function(void* jarg1) vtkRibbonFilter_SetGenerateTCoordsToUseLength; extern(C) void function(void* jarg1) vtkRibbonFilter_SetGenerateTCoordsToUseScalars; extern(C) const(char)* function(void* jarg1) vtkRibbonFilter_GetGenerateTCoordsAsString; extern(C) void function(void* jarg1, double jarg2) vtkRibbonFilter_SetTextureLength; extern(C) double function(void* jarg1) vtkRibbonFilter_GetTextureLengthMinValue; extern(C) double function(void* jarg1) vtkRibbonFilter_GetTextureLengthMaxValue; extern(C) double function(void* jarg1) vtkRibbonFilter_GetTextureLength; extern(C) void* function(void* objectRef) vtkRibbonFilter_Upcast; extern(C) void* function() vtkOpenGLRepresentationPainter_New; extern(C) int function(const(char)* jarg1) vtkOpenGLRepresentationPainter_IsTypeOf; extern(C) void* function(void* jarg1) vtkOpenGLRepresentationPainter_SafeDownCast; extern(C) void* function(void* jarg1) vtkOpenGLRepresentationPainter_NewInstance; extern(C) void* function(void* objectRef) vtkOpenGLRepresentationPainter_Upcast; extern(C) void* function() vtkImageFourierCenter_New; extern(C) int function(const(char)* jarg1) vtkImageFourierCenter_IsTypeOf; extern(C) void* function(void* jarg1) vtkImageFourierCenter_SafeDownCast; extern(C) void* function(void* jarg1) vtkImageFourierCenter_NewInstance; extern(C) void* function(void* objectRef) vtkImageFourierCenter_Upcast; extern(C) void* function() vtkCardinalSpline_New; extern(C) int function(const(char)* jarg1) vtkCardinalSpline_IsTypeOf; extern(C) void* function(void* jarg1) vtkCardinalSpline_SafeDownCast; extern(C) void* function(void* jarg1) vtkCardinalSpline_NewInstance; extern(C) void* function(void* objectRef) vtkCardinalSpline_Upcast; extern(C) void* function() vtkColorMaterialHelper_New; extern(C) int function(const(char)* jarg1) vtkColorMaterialHelper_IsTypeOf; extern(C) void* function(void* jarg1) vtkColorMaterialHelper_SafeDownCast; extern(C) void* function(void* jarg1) vtkColorMaterialHelper_NewInstance; extern(C) void function(void* jarg1) vtkColorMaterialHelper_PrepareForRendering; extern(C) void function(void* jarg1) vtkColorMaterialHelper_Render; extern(C) void* function() new_vtkColorMaterialHelper; extern(C) void function(void* jarg1) delete_vtkColorMaterialHelper; extern(C) void* function(void* objectRef) vtkColorMaterialHelper_Upcast; extern(C) int function(const(char)* jarg1) vtkTransformCoordinateSystems_IsTypeOf; extern(C) void* function(void* jarg1) vtkTransformCoordinateSystems_SafeDownCast; extern(C) void* function(void* jarg1) vtkTransformCoordinateSystems_NewInstance; extern(C) void* function() vtkTransformCoordinateSystems_New; extern(C) void function(void* jarg1, int jarg2) vtkTransformCoordinateSystems_SetInputCoordinateSystem; extern(C) int function(void* jarg1) vtkTransformCoordinateSystems_GetInputCoordinateSystem; extern(C) void function(void* jarg1) vtkTransformCoordinateSystems_SetInputCoordinateSystemToDisplay; extern(C) void function(void* jarg1) vtkTransformCoordinateSystems_SetInputCoordinateSystemToViewport; extern(C) void function(void* jarg1) vtkTransformCoordinateSystems_SetInputCoordinateSystemToWorld; extern(C) void function(void* jarg1, int jarg2) vtkTransformCoordinateSystems_SetOutputCoordinateSystem; extern(C) int function(void* jarg1) vtkTransformCoordinateSystems_GetOutputCoordinateSystem; extern(C) void function(void* jarg1) vtkTransformCoordinateSystems_SetOutputCoordinateSystemToDisplay; extern(C) void function(void* jarg1) vtkTransformCoordinateSystems_SetOutputCoordinateSystemToViewport; extern(C) void function(void* jarg1) vtkTransformCoordinateSystems_SetOutputCoordinateSystemToWorld; extern(C) void function(void* jarg1, void* jarg2) vtkTransformCoordinateSystems_SetViewport; extern(C) void* function(void* jarg1) vtkTransformCoordinateSystems_GetViewport; extern(C) void* function(void* objectRef) vtkTransformCoordinateSystems_Upcast; extern(C) int function(const(char)* jarg1) vtkContext2D_IsTypeOf; extern(C) void* function(void* jarg1) vtkContext2D_SafeDownCast; extern(C) void* function(void* jarg1) vtkContext2D_NewInstance; extern(C) void* function() vtkContext2D_New; extern(C) void* function() new_vtkContext2D; extern(C) void function(void* jarg1) delete_vtkContext2D; extern(C) void* function(void* objectRef) vtkContext2D_Upcast; extern(C) int function(const(char)* jarg1) vtkAutoCorrelativeStatistics_IsTypeOf; extern(C) void* function(void* jarg1) vtkAutoCorrelativeStatistics_SafeDownCast; extern(C) void* function(void* jarg1) vtkAutoCorrelativeStatistics_NewInstance; extern(C) void* function() vtkAutoCorrelativeStatistics_New; extern(C) void function(void* jarg1, long jarg2) vtkAutoCorrelativeStatistics_SetSliceCardinality; extern(C) long function(void* jarg1) vtkAutoCorrelativeStatistics_GetSliceCardinalityMinValue; extern(C) long function(void* jarg1) vtkAutoCorrelativeStatistics_GetSliceCardinalityMaxValue; extern(C) long function(void* jarg1) vtkAutoCorrelativeStatistics_GetSliceCardinality; extern(C) void* function(void* objectRef) vtkAutoCorrelativeStatistics_Upcast; extern(C) int function(const(char)* jarg1) vtkHyperOctreeFractalSource_IsTypeOf; extern(C) void* function(void* jarg1) vtkHyperOctreeFractalSource_SafeDownCast; extern(C) void* function(void* jarg1) vtkHyperOctreeFractalSource_NewInstance; extern(C) void* function() vtkHyperOctreeFractalSource_New; extern(C) int function(void* jarg1) vtkHyperOctreeFractalSource_GetMaximumLevel; extern(C) void function(void* jarg1, int jarg2) vtkHyperOctreeFractalSource_SetMaximumLevel; extern(C) void function(void* jarg1, int jarg2) vtkHyperOctreeFractalSource_SetMinimumLevel; extern(C) int function(void* jarg1) vtkHyperOctreeFractalSource_GetMinimumLevel; extern(C) void function(void* jarg1, int jarg2, int jarg3, int jarg4) vtkHyperOctreeFractalSource_SetProjectionAxes__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkHyperOctreeFractalSource_SetProjectionAxes__SWIG_1; extern(C) void* function(void* jarg1) vtkHyperOctreeFractalSource_GetProjectionAxes__SWIG_0; extern(C) void function(void* jarg1, void* jarg2, void* jarg3, void* jarg4) vtkHyperOctreeFractalSource_GetProjectionAxes__SWIG_1; extern(C) void function(void* jarg1, void* jarg2) vtkHyperOctreeFractalSource_GetProjectionAxes__SWIG_2; extern(C) void function(void* jarg1, double jarg2, double jarg3, double jarg4, double jarg5) vtkHyperOctreeFractalSource_SetOriginCX__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkHyperOctreeFractalSource_SetOriginCX__SWIG_1; extern(C) void* function(void* jarg1) vtkHyperOctreeFractalSource_GetOriginCX__SWIG_0; extern(C) void function(void* jarg1, void* jarg2, void* jarg3, void* jarg4, void* jarg5) vtkHyperOctreeFractalSource_GetOriginCX__SWIG_1; extern(C) void function(void* jarg1, void* jarg2) vtkHyperOctreeFractalSource_GetOriginCX__SWIG_2; extern(C) void function(void* jarg1, double jarg2, double jarg3, double jarg4, double jarg5) vtkHyperOctreeFractalSource_SetSizeCX__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkHyperOctreeFractalSource_SetSizeCX__SWIG_1; extern(C) void* function(void* jarg1) vtkHyperOctreeFractalSource_GetSizeCX__SWIG_0; extern(C) void function(void* jarg1, void* jarg2, void* jarg3, void* jarg4, void* jarg5) vtkHyperOctreeFractalSource_GetSizeCX__SWIG_1; extern(C) void function(void* jarg1, void* jarg2) vtkHyperOctreeFractalSource_GetSizeCX__SWIG_2; extern(C) void function(void* jarg1, ushort jarg2) vtkHyperOctreeFractalSource_SetMaximumNumberOfIterations; extern(C) ushort function(void* jarg1) vtkHyperOctreeFractalSource_GetMaximumNumberOfIterationsMinValue; extern(C) ushort function(void* jarg1) vtkHyperOctreeFractalSource_GetMaximumNumberOfIterationsMaxValue; extern(C) ubyte function(void* jarg1) vtkHyperOctreeFractalSource_GetMaximumNumberOfIterations; extern(C) void function(void* jarg1, int jarg2) vtkHyperOctreeFractalSource_SetDimension; extern(C) int function(void* jarg1) vtkHyperOctreeFractalSource_GetDimensionMinValue; extern(C) int function(void* jarg1) vtkHyperOctreeFractalSource_GetDimensionMaxValue; extern(C) int function(void* jarg1) vtkHyperOctreeFractalSource_GetDimension; extern(C) void function(void* jarg1, double jarg2) vtkHyperOctreeFractalSource_SetSpanThreshold; extern(C) double function(void* jarg1) vtkHyperOctreeFractalSource_GetSpanThreshold; extern(C) void* function(void* objectRef) vtkHyperOctreeFractalSource_Upcast; extern(C) void* function() vtkImageRFFT_New; extern(C) int function(const(char)* jarg1) vtkImageRFFT_IsTypeOf; extern(C) void* function(void* jarg1) vtkImageRFFT_SafeDownCast; extern(C) void* function(void* jarg1) vtkImageRFFT_NewInstance; extern(C) void* function(void* objectRef) vtkImageRFFT_Upcast; extern(C) void* function() vtkXMLHierarchicalBoxDataFileConverter_New; extern(C) int function(const(char)* jarg1) vtkXMLHierarchicalBoxDataFileConverter_IsTypeOf; extern(C) void* function(void* jarg1) vtkXMLHierarchicalBoxDataFileConverter_SafeDownCast; extern(C) void* function(void* jarg1) vtkXMLHierarchicalBoxDataFileConverter_NewInstance; extern(C) void function(void* jarg1, const(char)* jarg2) vtkXMLHierarchicalBoxDataFileConverter_SetInputFileName; extern(C) const(char)* function(void* jarg1) vtkXMLHierarchicalBoxDataFileConverter_GetInputFileName; extern(C) void function(void* jarg1, const(char)* jarg2) vtkXMLHierarchicalBoxDataFileConverter_SetOutputFileName; extern(C) const(char)* function(void* jarg1) vtkXMLHierarchicalBoxDataFileConverter_GetOutputFileName; extern(C) uint function(void* jarg1) vtkXMLHierarchicalBoxDataFileConverter_Convert; extern(C) void* function() new_vtkXMLHierarchicalBoxDataFileConverter; extern(C) void function(void* jarg1) delete_vtkXMLHierarchicalBoxDataFileConverter; extern(C) void* function(void* objectRef) vtkXMLHierarchicalBoxDataFileConverter_Upcast; extern(C) void* function() vtkAppendPolyData_New; extern(C) int function(const(char)* jarg1) vtkAppendPolyData_IsTypeOf; extern(C) void* function(void* jarg1) vtkAppendPolyData_SafeDownCast; extern(C) void* function(void* jarg1) vtkAppendPolyData_NewInstance; extern(C) void function(void* jarg1, int jarg2) vtkAppendPolyData_SetUserManagedInputs; extern(C) int function(void* jarg1) vtkAppendPolyData_GetUserManagedInputs; extern(C) void function(void* jarg1) vtkAppendPolyData_UserManagedInputsOn; extern(C) void function(void* jarg1) vtkAppendPolyData_UserManagedInputsOff; extern(C) void function(void* jarg1, void* jarg2) vtkAppendPolyData_AddInputData; extern(C) void function(void* jarg1, void* jarg2) vtkAppendPolyData_RemoveInputData; extern(C) void function(void* jarg1, int jarg2) vtkAppendPolyData_SetNumberOfInputs; extern(C) void function(void* jarg1, int jarg2, void* jarg3) vtkAppendPolyData_SetInputConnectionByNumber; extern(C) void function(void* jarg1, int jarg2, void* jarg3) vtkAppendPolyData_SetInputDataByNumber; extern(C) void function(void* jarg1, int jarg2) vtkAppendPolyData_SetParallelStreaming; extern(C) int function(void* jarg1) vtkAppendPolyData_GetParallelStreaming; extern(C) void function(void* jarg1) vtkAppendPolyData_ParallelStreamingOn; extern(C) void function(void* jarg1) vtkAppendPolyData_ParallelStreamingOff; extern(C) void* function(void* objectRef) vtkAppendPolyData_Upcast; extern(C) int function() VTK_ACCUMULATION_MODE_MIN_get; extern(C) int function() VTK_ACCUMULATION_MODE_MAX_get; extern(C) int function() VTK_ACCUMULATION_MODE_SUM_get; extern(C) int function(const(char)* jarg1) vtkGaussianSplatter_IsTypeOf; extern(C) void* function(void* jarg1) vtkGaussianSplatter_SafeDownCast; extern(C) void* function(void* jarg1) vtkGaussianSplatter_NewInstance; extern(C) void* function() vtkGaussianSplatter_New; extern(C) void function(void* jarg1, int jarg2, int jarg3, int jarg4) vtkGaussianSplatter_SetSampleDimensions__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkGaussianSplatter_SetSampleDimensions__SWIG_1; extern(C) void* function(void* jarg1) vtkGaussianSplatter_GetSampleDimensions__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkGaussianSplatter_GetSampleDimensions__SWIG_1; extern(C) void function(void* jarg1, double jarg2, double jarg3, double jarg4, double jarg5, double jarg6, double jarg7) vtkGaussianSplatter_SetModelBounds__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkGaussianSplatter_SetModelBounds__SWIG_1; extern(C) void* function(void* jarg1) vtkGaussianSplatter_GetModelBounds__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkGaussianSplatter_GetModelBounds__SWIG_1; extern(C) void function(void* jarg1, double jarg2) vtkGaussianSplatter_SetRadius; extern(C) double function(void* jarg1) vtkGaussianSplatter_GetRadiusMinValue; extern(C) double function(void* jarg1) vtkGaussianSplatter_GetRadiusMaxValue; extern(C) double function(void* jarg1) vtkGaussianSplatter_GetRadius; extern(C) void function(void* jarg1, double jarg2) vtkGaussianSplatter_SetScaleFactor; extern(C) double function(void* jarg1) vtkGaussianSplatter_GetScaleFactorMinValue; extern(C) double function(void* jarg1) vtkGaussianSplatter_GetScaleFactorMaxValue; extern(C) double function(void* jarg1) vtkGaussianSplatter_GetScaleFactor; extern(C) void function(void* jarg1, double jarg2) vtkGaussianSplatter_SetExponentFactor; extern(C) double function(void* jarg1) vtkGaussianSplatter_GetExponentFactor; extern(C) void function(void* jarg1, int jarg2) vtkGaussianSplatter_SetNormalWarping; extern(C) int function(void* jarg1) vtkGaussianSplatter_GetNormalWarping; extern(C) void function(void* jarg1) vtkGaussianSplatter_NormalWarpingOn; extern(C) void function(void* jarg1) vtkGaussianSplatter_NormalWarpingOff; extern(C) void function(void* jarg1, double jarg2) vtkGaussianSplatter_SetEccentricity; extern(C) double function(void* jarg1) vtkGaussianSplatter_GetEccentricityMinValue; extern(C) double function(void* jarg1) vtkGaussianSplatter_GetEccentricityMaxValue; extern(C) double function(void* jarg1) vtkGaussianSplatter_GetEccentricity; extern(C) void function(void* jarg1, int jarg2) vtkGaussianSplatter_SetScalarWarping; extern(C) int function(void* jarg1) vtkGaussianSplatter_GetScalarWarping; extern(C) void function(void* jarg1) vtkGaussianSplatter_ScalarWarpingOn; extern(C) void function(void* jarg1) vtkGaussianSplatter_ScalarWarpingOff; extern(C) void function(void* jarg1, int jarg2) vtkGaussianSplatter_SetCapping; extern(C) int function(void* jarg1) vtkGaussianSplatter_GetCapping; extern(C) void function(void* jarg1) vtkGaussianSplatter_CappingOn; extern(C) void function(void* jarg1) vtkGaussianSplatter_CappingOff; extern(C) void function(void* jarg1, double jarg2) vtkGaussianSplatter_SetCapValue; extern(C) double function(void* jarg1) vtkGaussianSplatter_GetCapValue; extern(C) void function(void* jarg1, int jarg2) vtkGaussianSplatter_SetAccumulationMode; extern(C) int function(void* jarg1) vtkGaussianSplatter_GetAccumulationModeMinValue; extern(C) int function(void* jarg1) vtkGaussianSplatter_GetAccumulationModeMaxValue; extern(C) int function(void* jarg1) vtkGaussianSplatter_GetAccumulationMode; extern(C) void function(void* jarg1) vtkGaussianSplatter_SetAccumulationModeToMin; extern(C) void function(void* jarg1) vtkGaussianSplatter_SetAccumulationModeToMax; extern(C) void function(void* jarg1) vtkGaussianSplatter_SetAccumulationModeToSum; extern(C) const(char)* function(void* jarg1) vtkGaussianSplatter_GetAccumulationModeAsString; extern(C) void function(void* jarg1, double jarg2) vtkGaussianSplatter_SetNullValue; extern(C) double function(void* jarg1) vtkGaussianSplatter_GetNullValue; extern(C) void function(void* jarg1, void* jarg2, void* jarg3, void* jarg4) vtkGaussianSplatter_ComputeModelBounds; extern(C) void* function(void* objectRef) vtkGaussianSplatter_Upcast; extern(C) int function(const(char)* jarg1) vtkExtractVOI_IsTypeOf; extern(C) void* function(void* jarg1) vtkExtractVOI_SafeDownCast; extern(C) void* function(void* jarg1) vtkExtractVOI_NewInstance; extern(C) void* function() vtkExtractVOI_New; extern(C) void function(void* jarg1, int jarg2, int jarg3, int jarg4, int jarg5, int jarg6, int jarg7) vtkExtractVOI_SetVOI__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkExtractVOI_SetVOI__SWIG_1; extern(C) void* function(void* jarg1) vtkExtractVOI_GetVOI__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkExtractVOI_GetVOI__SWIG_1; extern(C) void function(void* jarg1, int jarg2, int jarg3, int jarg4) vtkExtractVOI_SetSampleRate__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkExtractVOI_SetSampleRate__SWIG_1; extern(C) void* function(void* jarg1) vtkExtractVOI_GetSampleRate__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkExtractVOI_GetSampleRate__SWIG_1; extern(C) void* function(void* objectRef) vtkExtractVOI_Upcast; extern(C) int function(const(char)* jarg1) vtkParametricBoy_IsTypeOf; extern(C) void* function(void* jarg1) vtkParametricBoy_SafeDownCast; extern(C) void* function(void* jarg1) vtkParametricBoy_NewInstance; extern(C) void* function() vtkParametricBoy_New; extern(C) void function(void* jarg1, double jarg2) vtkParametricBoy_SetZScale; extern(C) double function(void* jarg1) vtkParametricBoy_GetZScale; extern(C) void* function(void* objectRef) vtkParametricBoy_Upcast; extern(C) int function(const(char)* jarg1) vtkAxisActor2D_IsTypeOf; extern(C) void* function(void* jarg1) vtkAxisActor2D_SafeDownCast; extern(C) void* function(void* jarg1) vtkAxisActor2D_NewInstance; extern(C) void* function() vtkAxisActor2D_New; extern(C) void* function(void* jarg1) vtkAxisActor2D_GetPoint1Coordinate; extern(C) void function(void* jarg1, void* jarg2) vtkAxisActor2D_SetPoint1__SWIG_0; extern(C) void function(void* jarg1, double jarg2, double jarg3) vtkAxisActor2D_SetPoint1__SWIG_1; extern(C) void* function(void* jarg1) vtkAxisActor2D_GetPoint1; extern(C) void* function(void* jarg1) vtkAxisActor2D_GetPoint2Coordinate; extern(C) void function(void* jarg1, void* jarg2) vtkAxisActor2D_SetPoint2__SWIG_0; extern(C) void function(void* jarg1, double jarg2, double jarg3) vtkAxisActor2D_SetPoint2__SWIG_1; extern(C) void* function(void* jarg1) vtkAxisActor2D_GetPoint2; extern(C) void function(void* jarg1, double jarg2, double jarg3) vtkAxisActor2D_SetRange__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkAxisActor2D_SetRange__SWIG_1; extern(C) void* function(void* jarg1) vtkAxisActor2D_GetRange__SWIG_0; extern(C) void function(void* jarg1, void* jarg2) vtkAxisActor2D_GetRange__SWIG_1; extern(C) void function(void* jarg1, int jarg2) vtkAxisActor2D_SetRulerMode; extern(C) int function(void* jarg1) vtkAxisActor2D_GetRulerMode; extern(C) void function(void* jarg1) vtkAxisActor2D_RulerModeOn; extern(C) void function(void* jarg1) vtkAxisActor2D_RulerModeOff; extern(C) void function(void* jarg1, double jarg2) vtkAxisActor2D_SetRulerDistance; extern(C) double function(void* jarg1) vtkAxisActor2D_GetRulerDistanceMinValue; extern(C) double function(void* jarg1) vtkAxisActor2D_GetRulerDistanceMaxValue; extern(C) double function(void* jarg1) vtkAxisActor2D_GetRulerDistance; extern(C) void function(void* jarg1, int jarg2) vtkAxisActor2D_SetNumberOfLabels; extern(C) int function(void* jarg1) vtkAxisActor2D_GetNumberOfLabelsMinValue; extern(C) int function(void* jarg1) vtkAxisActor2D_GetNumberOfLabelsMaxValue; extern(C) int function(void* jarg1) vtkAxisActor2D_GetNumberOfLabels; extern(C) void function(void* jarg1, const(char)* jarg2) vtkAxisActor2D_SetLabelFormat; extern(C) const(char)* function(void* jarg1) vtkAxisActor2D_GetLabelFormat; extern(C) void function(void* jarg1, int jarg2) vtkAxisActor2D_SetAdjustLabels; extern(C) int function(void* jarg1) vtkAxisActor2D_GetAdjustLabels; extern(C) void function(void* jarg1) vtkAxisActor2D_AdjustLabelsOn; extern(C) void function(void* jarg1) vtkAxisActor2D_AdjustLabelsOff; extern(C) void* function(void* jarg1) vtkAxisActor2D_GetAdjustedRange__SWIG_0; extern(C) void function(void* jarg1, void* jarg2, void* jarg3) vtkAxisActor2D_GetAdjustedRange__SWIG_1; extern(C) void function(void* jarg1, void* jarg2) vtkAxisActor2D_GetAdjustedRange__SWIG_2; extern(C) int function(void* jarg1) vtkAxisActor2D_GetAdjustedNumberOfLabels; extern(C) void function(void* jarg1, const(char)* jarg2) vtkAxisActor2D_SetTitle; extern(C) const(char)* function(void* jarg1) vtkAxisActor2D_GetTitle; extern(C) void function(void* jarg1, void* jarg2) vtkAxisActor2D_SetTitleTextProperty; extern(C) void* function(void* jarg1) vtkAxisActor2D_GetTitleTextProperty; extern(C) void function(void* jarg1, void* jarg2) vtkAxisActor2D_SetLabelTextProperty; extern(C) void* function(void* jarg1) vtkAxisActor2D_GetLabelTextProperty; extern(C) void function(void* jarg1, int jarg2) vtkAxisActor2D_SetTickLength; extern(C) int function(void* jarg1) vtkAxisActor2D_GetTickLengthMinValue; extern(C) int function(void* jarg1) vtkAxisActor2D_GetTickLengthMaxValue; extern(C) int function(void* jarg1) vtkAxisActor2D_GetTickLength; extern(C) void function(void* jarg1, int jarg2) vtkAxisActor2D_SetNumberOfMinorTicks; extern(C) int function(void* jarg1) vtkAxisActor2D_GetNumberOfMinorTicksMinValue; extern(C) int function(void* jarg1) vtkAxisActor2D_GetNumberOfMinorTicksMaxValue; extern(C) int function(void* jarg1) vtkAxisActor2D_GetNumberOfMinorTicks; extern(C) void function(void* jarg1, int jarg2) vtkAxisActor2D_SetMinorTickLength; extern(C) int function(void* jarg1) vtkAxisActor2D_GetMinorTickLengthMinValue; extern(C) int function(void* jarg1) vtkAxisActor2D_GetMinorTickLengthMaxValue; extern(C) int function(void* jarg1) vtkAxisActor2D_GetMinorTickLength; extern(C) void function(void* jarg1, int jarg2) vtkAxisActor2D_SetTickOffset; extern(C) int function(void* jarg1) vtkAxisActor2D_GetTickOffsetMinValue; extern(C) int function(void* jarg1) vtkAxisActor2D_GetTickOffsetMaxValue; extern(C) int function(void* jarg1) vtkAxisActor2D_GetTickOffset; extern(C) void function(void* jarg1, int jarg2) vtkAxisActor2D_SetAxisVisibility; extern(C) int function(void* jarg1) vtkAxisActor2D_GetAxisVisibility; extern(C) void function(void* jarg1) vtkAxisActor2D_AxisVisibilityOn; extern(C) void function(void* jarg1) vtkAxisActor2D_AxisVisibilityOff; extern(C) void function(void* jarg1, int jarg2) vtkAxisActor2D_SetTickVisibility; extern(C) int function(void* jarg1) vtkAxisActor2D_GetTickVisibility; extern(C) void function(void* jarg1) vtkAxisActor2D_TickVisibilityOn; extern(C) void function(void* jarg1) vtkAxisActor2D_TickVisibilityOff; extern(C) void function(void* jarg1, int jarg2) vtkAxisActor2D_SetLabelVisibility; extern(C) int function(void* jarg1) vtkAxisActor2D_GetLabelVisibility; extern(C) void function(void* jarg1) vtkAxisActor2D_LabelVisibilityOn; extern(C) void function(void* jarg1) vtkAxisActor2D_LabelVisibilityOff; extern(C) void function(void* jarg1, int jarg2) vtkAxisActor2D_SetTitleVisibility; extern(C) int function(void* jarg1) vtkAxisActor2D_GetTitleVisibility; extern(C) void function(void* jarg1) vtkAxisActor2D_TitleVisibilityOn; extern(C) void function(void* jarg1) vtkAxisActor2D_TitleVisibilityOff; extern(C) void function(void* jarg1, double jarg2) vtkAxisActor2D_SetTitlePosition; extern(C) double function(void* jarg1) vtkAxisActor2D_GetTitlePosition; extern(C) void function(void* jarg1, double jarg2) vtkAxisActor2D_SetFontFactor; extern(C) double function(void* jarg1) vtkAxisActor2D_GetFontFactorMinValue; extern(C) double function(void* jarg1) vtkAxisActor2D_GetFontFactorMaxValue; extern(C) double function(void* jarg1) vtkAxisActor2D_GetFontFactor; extern(C) void function(void* jarg1, double jarg2) vtkAxisActor2D_SetLabelFactor; extern(C) double function(void* jarg1) vtkAxisActor2D_GetLabelFactorMinValue; extern(C) double function(void* jarg1) vtkAxisActor2D_GetLabelFactorMaxValue; extern(C) double function(void* jarg1) vtkAxisActor2D_GetLabelFactor; extern(C) void function(void* jarg1, void* jarg2, int jarg3, void* jarg4, void* jarg5) vtkAxisActor2D_ComputeRange; extern(C) int function(void* jarg1, void* jarg2, int jarg3, void* jarg4, double jarg5, void* jarg6) vtkAxisActor2D_SetMultipleFontSize; extern(C) void function(void* jarg1, int jarg2) vtkAxisActor2D_SetSizeFontRelativeToAxis; extern(C) int function(void* jarg1) vtkAxisActor2D_GetSizeFontRelativeToAxis; extern(C) void function(void* jarg1) vtkAxisActor2D_SizeFontRelativeToAxisOn; extern(C) void function(void* jarg1) vtkAxisActor2D_SizeFontRelativeToAxisOff; extern(C) void* function(void* objectRef) vtkAxisActor2D_Upcast; extern(C) void* function() vtkProgrammableSource_New; extern(C) int function(const(char)* jarg1) vtkProgrammableSource_IsTypeOf; extern(C) void* function(void* jarg1) vtkProgrammableSource_SafeDownCast; extern(C) void* function(void* jarg1) vtkProgrammableSource_NewInstance; extern(C) void function(void* jarg1, void* jarg2, void* jarg3) vtkProgrammableSource_SetExecuteMethod; extern(C) void function(void* jarg1, void* jarg2) vtkProgrammableSource_SetExecuteMethodArgDelete; extern(C) void function(void* jarg1, void* jarg2) vtkProgrammableSource_SetRequestInformationMethod; extern(C) void* function(void* jarg1) vtkProgrammableSource_GetPolyDataOutput; extern(C) void* function(void* jarg1) vtkProgrammableSource_GetStructuredPointsOutput; extern(C) void* function(void* jarg1) vtkProgrammableSource_GetStructuredGridOutput; extern(C) void* function(void* jarg1) vtkProgrammableSource_GetUnstructuredGridOutput; extern(C) void* function(void* jarg1) vtkProgrammableSource_GetRectilinearGridOutput; extern(C) void* function(void* objectRef) vtkProgrammableSource_Upcast; extern(C) int function(const(char)* jarg1) vtkTextureUnitManager_IsTypeOf; extern(C) void* function(void* jarg1) vtkTextureUnitManager_SafeDownCast; extern(C) void* function(void* jarg1) vtkTextureUnitManager_NewInstance; extern(C) void* function() vtkTextureUnitManager_New; extern(C) void function(void* jarg1, void* jarg2) vtkTextureUnitManager_SetContext; extern(C) void* function(void* jarg1) vtkTextureUnitManager_GetContext; extern(C) int function(void* jarg1) vtkTextureUnitManager_GetNumberOfTextureUnits; extern(C) int function(void* jarg1) vtkTextureUnitManager_Allocate; extern(C) uint function(void* jarg1, int jarg2) vtkTextureUnitManager_IsAllocated; extern(C) void function(void* jarg1, int jarg2) vtkTextureUnitManager_Free; extern(C) void* function(void* objectRef) vtkTextureUnitManager_Upcast; extern(C) void* function() vtkOrientedPolygonalHandleRepresentation3D_New; extern(C) int function(const(char)* jarg1) vtkOrientedPolygonalHandleRepresentation3D_IsTypeOf; extern(C) void* function(void* jarg1) vtkOrientedPolygonalHandleRepresentation3D_SafeDownCast; extern(C) void* function(void* jarg1) vtkOrientedPolygonalHandleRepresentation3D_NewInstance; extern(C) void* function(void* objectRef) vtkOrientedPolygonalHandleRepresentation3D_Upcast; extern(C) int function(const(char)* jarg1) vtkBase64InputStream_IsTypeOf; extern(C) void* function(void* jarg1) vtkBase64InputStream_SafeDownCast; extern(C) void* function(void* jarg1) vtkBase64InputStream_NewInstance; extern(C) void* function() vtkBase64InputStream_New; extern(C) void* function(void* objectRef) vtkBase64InputStream_Upcast; extern(C) void* function() vtkX3DExporterFIWriter_New; extern(C) int function(const(char)* jarg1) vtkX3DExporterFIWriter_IsTypeOf; extern(C) void* function(void* jarg1) vtkX3DExporterFIWriter_SafeDownCast; extern(C) void* function(void* jarg1) vtkX3DExporterFIWriter_NewInstance; extern(C) void function(void* jarg1, int jarg2, const(char)* jarg3, uint jarg4) vtkX3DExporterFIWriter_SetField__SWIG_0; extern(C) void function(void* jarg1, int jarg2, const(char)* jarg3) vtkX3DExporterFIWriter_SetField__SWIG_1; extern(C) void function(void* jarg1, int jarg2, int jarg3) vtkX3DExporterFIWriter_SetField__SWIG_2; extern(C) void function(void* jarg1, int jarg2, float jarg3) vtkX3DExporterFIWriter_SetField__SWIG_3; extern(C) void function(void* jarg1, int jarg2, double jarg3) vtkX3DExporterFIWriter_SetField__SWIG_4; extern(C) void function(void* jarg1, int jarg2, uint jarg3) vtkX3DExporterFIWriter_SetField__SWIG_5; extern(C) void function(void* jarg1, int jarg2, int jarg3, void* jarg4) vtkX3DExporterFIWriter_SetField__SWIG_6; extern(C) void function(void* jarg1, int jarg2, int jarg3, void* jarg4) vtkX3DExporterFIWriter_SetField__SWIG_7; extern(C) void function(void* jarg1, int jarg2, void* jarg3, size_t jarg4) vtkX3DExporterFIWriter_SetField__SWIG_8; extern(C) void function(void* jarg1, int jarg2, int jarg3, void* jarg4) vtkX3DExporterFIWriter_SetField__SWIG_9; extern(C) void function(void* jarg1, int jarg2, void* jarg3, size_t jarg4, uint jarg5) vtkX3DExporterFIWriter_SetField__SWIG_10; extern(C) void function(void* jarg1, int jarg2, void* jarg3, size_t jarg4) vtkX3DExporterFIWriter_SetField__SWIG_11; extern(C) int function(void* jarg1) vtkX3DExporterFIWriter_GetEncodingMethod; extern(C) void function(void* jarg1, int jarg2) vtkX3DExporterFIWriter_SetFastest; extern(C) int function(void* jarg1) vtkX3DExporterFIWriter_GetFastestMinValue; extern(C) int function(void* jarg1) vtkX3DExporterFIWriter_GetFastestMaxValue; extern(C) void function(void* jarg1) vtkX3DExporterFIWriter_FastestOn; extern(C) void function(void* jarg1) vtkX3DExporterFIWriter_FastestOff; extern(C) int function(void* jarg1) vtkX3DExporterFIWriter_GetFastest; extern(C) void* function(void* objectRef) vtkX3DExporterFIWriter_Upcast; extern(C) void* function() vtkResliceCursorThickLineRepresentation_New; extern(C) int function(const(char)* jarg1) vtkResliceCursorThickLineRepresentation_IsTypeOf; extern(C) void* function(void* jarg1) vtkResliceCursorThickLineRepresentation_SafeDownCast; extern(C) void* function(void* jarg1) vtkResliceCursorThickLineRepresentation_NewInstance; extern(C) void function(void* jarg1) vtkResliceCursorThickLineRepresentation_CreateDefaultResliceAlgorithm; extern(C) void function(void* jarg1, double jarg2, double jarg3, int jarg4, int jarg5) vtkResliceCursorThickLineRepresentation_SetResliceParameters; extern(C) void* function(void* objectRef) vtkResliceCursorThickLineRepresentation_Upcast; extern(C) void* function() vtkUnstructuredGrid_New; extern(C) int function(const(char)* jarg1) vtkUnstructuredGrid_IsTypeOf; extern(C) void* function(void* jarg1) vtkUnstructuredGrid_SafeDownCast; extern(C) void* function(void* jarg1) vtkUnstructuredGrid_NewInstance; extern(C) void function(void* jarg1, long jarg2, int jarg3) vtkUnstructuredGrid_Allocate__SWIG_0; extern(C) void function(void* jarg1, long jarg2) vtkUnstructuredGrid_Allocate__SWIG_1; extern(C) void function(void* jarg1) vtkUnstructuredGrid_Allocate__SWIG_2; extern(C) long function(void* jarg1, int jarg2, long jarg3, void* jarg4) vtkUnstructuredGrid_InsertNextCell__SWIG_0; extern(C) long function(void* jarg1, int jarg2, void* jarg3) vtkUnstructuredGrid_InsertNextCell__SWIG_1; extern(C) long function(void* jarg1, int jarg2, long jarg3, void* jarg4, long jarg5, void* jarg6) vtkUnstructuredGrid_InsertNextCell__SWIG_2; extern(C) void function(void* jarg1) vtkUnstructuredGrid_Reset; extern(C) void* function(void* jarg1, long jarg2) vtkUnstructuredGrid_GetCell__SWIG_0; extern(C) void function(void* jarg1, long jarg2, void* jarg3) vtkUnstructuredGrid_GetCell__SWIG_1; extern(C) void function(void* jarg1, long jarg2, void* jarg3) vtkUnstructuredGrid_GetCellPoints__SWIG_0; extern(C) void* function(void* jarg1) vtkUnstructuredGrid_GetCellTypesArray; extern(C) void* function(void* jarg1) vtkUnstructuredGrid_GetCellLocationsArray; extern(C) void function(void* jarg1) vtkUnstructuredGrid_BuildLinks; extern(C) void* function(void* jarg1) vtkUnstructuredGrid_GetCellLinks; extern(C) void function(void* jarg1, long jarg2, void* jarg3, void* jarg4) vtkUnstructuredGrid_GetCellPoints__SWIG_1; extern(C) void function(void* jarg1, long jarg2, void* jarg3) vtkUnstructuredGrid_GetFaceStream__SWIG_0; extern(C) void function(void* jarg1, long jarg2, void* jarg3, void* jarg4) vtkUnstructuredGrid_GetFaceStream__SWIG_1; extern(C) void function(void* jarg1, int jarg2, void* jarg3) vtkUnstructuredGrid_SetCells__SWIG_0; extern(C) void function(void* jarg1, void* jarg2, void* jarg3) vtkUnstructuredGrid_SetCells__SWIG_1; extern(C) void function(void* jarg1, void* jarg2, void* jarg3, void* jarg4) vtkUnstructuredGrid_SetCells__SWIG_2; extern(C) void function(void* jarg1, void* jarg2, void* jarg3, void* jarg4, void* jarg5, void* jarg6) vtkUnstructuredGrid_SetCells__SWIG_3; extern(C) void* function(void* jarg1) vtkUnstructuredGrid_GetCells; extern(C) void function(void* jarg1, long jarg2, int jarg3, void* jarg4) vtkUnstructuredGrid_ReplaceCell; extern(C) long function(void* jarg1, int jarg2, int jarg3, void* jarg4) vtkUnstructuredGrid_InsertNextLinkedCell; extern(C) void function(void* jarg1, long jarg2, long jarg3) vtkUnstructuredGrid_RemoveReferenceToCell; extern(C) void function(void* jarg1, long jarg2, long jarg3) vtkUnstructuredGrid_AddReferenceToCell; extern(C) void function(void* jarg1, long jarg2, int jarg3) vtkUnstructuredGrid_ResizeCellList; extern(C) int function(void* jarg1) vtkUnstructuredGrid_GetPiece; extern(C) int function(void* jarg1) vtkUnstructuredGrid_GetNumberOfPieces; extern(C) int function(void* jarg1) vtkUnstructuredGrid_GetGhostLevel; extern(C) void function(void* jarg1, int jarg2, void* jarg3) vtkUnstructuredGrid_GetIdsOfCellsOfType; extern(C) int function(void* jarg1) vtkUnstructuredGrid_IsHomogeneous; extern(C) void function(void* jarg1, int jarg2) vtkUnstructuredGrid_RemoveGhostCells; extern(C) void* function(void* jarg1, long jarg2) vtkUnstructuredGrid_GetFaces__SWIG_0; extern(C) void* function(void* jarg1) vtkUnstructuredGrid_GetFaces__SWIG_1; extern(C) void* function(void* jarg1) vtkUnstructuredGrid_GetFaceLocations; extern(C) int function(void* jarg1, long jarg2) vtkUnstructuredGrid_InitializeFacesRepresentation; extern(C) void function(void* jarg1, void* jarg2, void* jarg3, void* jarg4, void* jarg5) vtkUnstructuredGrid_DecomposeAPolyhedronCell__SWIG_0; extern(C) void function(void* jarg1, void* jarg2, void* jarg3, void* jarg4, void* jarg5) vtkUnstructuredGrid_DecomposeAPolyhedronCell__SWIG_1; extern(C) void function(long jarg1, void* jarg2, void* jarg3, void* jarg4, void* jarg5) vtkUnstructuredGrid_DecomposeAPolyhedronCell__SWIG_2; extern(C) void function(void* jarg1, void* jarg2) vtkUnstructuredGrid_ConvertFaceStreamPointIds__SWIG_0; extern(C) void function(long jarg1, void* jarg2, void* jarg3) vtkUnstructuredGrid_ConvertFaceStreamPointIds__SWIG_1; extern(C) void* function(void* objectRef) vtkUnstructuredGrid_Upcast; extern(C) void* function() vtkPassArrays_New; extern(C) int function(const(char)* jarg1) vtkPassArrays_IsTypeOf; extern(C) void* function(void* jarg1) vtkPassArrays_SafeDownCast; extern(C) void* function(void* jarg1) vtkPassArrays_NewInstance; extern(C) void function(void* jarg1, int jarg2, const(char)* jarg3) vtkPassArrays_AddArray; extern(C) void function(void* jarg1, const(char)* jarg2) vtkPassArrays_AddPointDataArray; extern(C) void function(void* jarg1, const(char)* jarg2) vtkPassArrays_AddCellDataArray; extern(C) void function(void* jarg1, const(char)* jarg2) vtkPassArrays_AddFieldDataArray; extern(C) void function(void* jarg1, int jarg2, const(char)* jarg3) vtkPassArrays_RemoveArray; extern(C) void function(void* jarg1, const(char)* jarg2) vtkPassArrays_RemovePointDataArray; extern(C) void function(void* jarg1, const(char)* jarg2) vtkPassArrays_RemoveCellDataArray; extern(C) void function(void* jarg1, const(char)* jarg2) vtkPassArrays_RemoveFieldDataArray; extern(C) void function(void* jarg1) vtkPassArrays_ClearArrays; extern(C) void function(void* jarg1) vtkPassArrays_ClearPointDataArrays; extern(C) void function(void* jarg1) vtkPassArrays_ClearCellDataArrays; extern(C) void function(void* jarg1) vtkPassArrays_ClearFieldDataArrays; extern(C) void function(void* jarg1, uint jarg2) vtkPassArrays_SetRemoveArrays; extern(C) uint function(void* jarg1) vtkPassArrays_GetRemoveArrays; extern(C) void function(void* jarg1) vtkPassArrays_RemoveArraysOn; extern(C) void function(void* jarg1) vtkPassArrays_RemoveArraysOff; extern(C) void function(void* jarg1, uint jarg2) vtkPassArrays_SetUseFieldTypes; extern(C) uint function(void* jarg1) vtkPassArrays_GetUseFieldTypes; extern(C) void function(void* jarg1) vtkPassArrays_UseFieldTypesOn; extern(C) void function(void* jarg1) vtkPassArrays_UseFieldTypesOff; extern(C) void function(void* jarg1, int jarg2) vtkPassArrays_AddFieldType; extern(C) void function(void* jarg1) vtkPassArrays_ClearFieldTypes; extern(C) void* function(void* objectRef) vtkPassArrays_Upcast; extern(C) void* function() vtkAMREnzoParticlesReader_New; extern(C) int function(const(char)* jarg1) vtkAMREnzoParticlesReader_IsTypeOf; extern(C) void* function(void* jarg1) vtkAMREnzoParticlesReader_SafeDownCast; extern(C) void* function(void* jarg1) vtkAMREnzoParticlesReader_NewInstance; extern(C) void function(void* jarg1, int jarg2) vtkAMREnzoParticlesReader_SetParticleType; extern(C) int function(void* jarg1) vtkAMREnzoParticlesReader_GetParticleType; extern(C) void* function(void* objectRef) vtkAMREnzoParticlesReader_Upcast;
D
module wx.CheckBox; public import wx.common; public import wx.Control; public enum CheckBoxState { wxCHK_UNCHECKED, wxCHK_CHECKED, wxCHK_UNDETERMINED } //--------------------------------------------------------------------- //! \cond EXTERN static extern (C) IntPtr wxCheckBox_ctor(); static extern (C) bool wxCheckBox_Create(IntPtr self, IntPtr parent, int id, string label, inout Point pos, inout Size size, uint style, IntPtr val, string name); static extern (C) bool wxCheckBox_GetValue(IntPtr self); static extern (C) void wxCheckBox_SetValue(IntPtr self, bool state); static extern (C) bool wxCheckBox_IsChecked(IntPtr self); static extern (C) CheckBoxState wxCheckBox_Get3StateValue(IntPtr self); static extern (C) void wxCheckBox_Set3StateValue(IntPtr self, CheckBoxState state); static extern (C) bool wxCheckBox_Is3State(IntPtr self); static extern (C) bool wxCheckBox_Is3rdStateAllowedForUser(IntPtr self); //! \endcond //--------------------------------------------------------------------- alias CheckBox wxCheckBox; public class CheckBox : Control { public const int wxCHK_2STATE = 0x0000; public const int wxCHK_3STATE = 0x1000; public const int wxCHK_ALLOW_3RD_STATE_FOR_USER = 0x2000; public const string wxCheckBoxNameStr = "checkbox"; public this(IntPtr wxobj); public this(); public this(Window parent, int id, string label, Point pos = wxDefaultPosition, Size size = wxDefaultSize, int style =0, Validator val=null, string name = wxCheckBoxNameStr); public static wxObject New(IntPtr wxobj); public this(Window parent, string label, Point pos = wxDefaultPosition, Size size = wxDefaultSize, int style =0, Validator val=null, string name = wxCheckBoxNameStr); public bool Create(Window parent, int id, string label, inout Point pos, inout Size size, int style, Validator val, string name); public bool Value(); public void Value(bool value); public bool IsChecked(); public CheckBoxState ThreeStateValue(); public void ThreeStateValue(CheckBoxState value) ; public bool Is3State(); public bool Is3rdStateAllowedForUser(); public void Clicked_Add(EventListener value); public void Clicked_Remove(EventListener value) ; }
D
module android.java.java.security.cert.TrustAnchor; public import android.java.java.security.cert.TrustAnchor_d_interface; import arsd.jni : ImportExportImpl; mixin ImportExportImpl!TrustAnchor; import import3 = android.java.java.lang.Class;
D
/** d3d10shader.d Converted from 'd3d10shader.h'. Version: DirectX 11 SDK February 2010 Authors: Koji Kishita */ module c.windows.d3d10shader; import c.windows.windef; import c.windows.guiddef; import c.windows.unknwn; import c.windows.d3d10; import c.windows.d3d10misc; /* uint D3D10_TX_VERSION(_Major, _Minor) { return (('T' << 24) | ('X' << 16) | ((_Major) << 8) | (_Minor)); }*/ enum { D3D10_SHADER_DEBUG = 1 << 0, D3D10_SHADER_SKIP_VALIDATION = 1 << 1, D3D10_SHADER_SKIP_OPTIMIZATION = 1 << 2, D3D10_SHADER_PACK_MATRIX_ROW_MAJOR = 1 << 3, D3D10_SHADER_PACK_MATRIX_COLUMN_MAJOR = 1 << 4, D3D10_SHADER_PARTIAL_PRECISION = 1 << 5, D3D10_SHADER_FORCE_VS_SOFTWARE_NO_OPT = 1 << 6, D3D10_SHADER_FORCE_PS_SOFTWARE_NO_OPT = 1 << 7, D3D10_SHADER_NO_PRESHADER = 1 << 8, D3D10_SHADER_AVOID_FLOW_CONTROL = 1 << 9, D3D10_SHADER_PREFER_FLOW_CONTROL = 1 << 10, D3D10_SHADER_ENABLE_STRICTNESS = 1 << 11, D3D10_SHADER_ENABLE_BACKWARDS_COMPATIBILITY = 1 << 12, D3D10_SHADER_IEEE_STRICTNESS = 1 << 13, D3D10_SHADER_WARNINGS_ARE_ERRORS = 1 << 18, D3D10_SHADER_OPTIMIZATION_LEVEL0 = 1 << 14, D3D10_SHADER_OPTIMIZATION_LEVEL1 = 0, D3D10_SHADER_OPTIMIZATION_LEVEL2 = (1 << 14) | (1 << 15), D3D10_SHADER_OPTIMIZATION_LEVEL3 = 1 << 15, } struct D3D10_SHADER_MACRO { LPCSTR Name; LPCSTR Definition; } alias D3D10_SHADER_MACRO* LPD3D10_SHADER_MACRO; enum { D3D10_SVC_SCALAR, D3D10_SVC_VECTOR, D3D10_SVC_MATRIX_ROWS, D3D10_SVC_MATRIX_COLUMNS, D3D10_SVC_OBJECT, D3D10_SVC_STRUCT, D3D11_SVC_INTERFACE_CLASS, D3D11_SVC_INTERFACE_POINTER, D3D10_SVC_FORCE_DWORD = 0x7fffffff } alias int D3D10_SHADER_VARIABLE_CLASS; alias D3D10_SHADER_VARIABLE_CLASS* LPD3D10_SHADER_VARIABLE_CLASS; enum { D3D10_SVF_USERPACKED = 1, D3D10_SVF_USED = 2, D3D11_SVF_INTERFACE_POINTER = 4, D3D11_SVF_INTERFACE_PARAMETER = 8, D3D10_SVF_FORCE_DWORD = 0x7fffffff } alias int D3D10_SHADER_VARIABLE_FLAGS; alias D3D10_SHADER_VARIABLE_FLAGS* LPD3D10_SHADER_VARIABLE_FLAGS; enum { D3D10_SVT_VOID = 0, D3D10_SVT_BOOL = 1, D3D10_SVT_INT = 2, D3D10_SVT_FLOAT = 3, D3D10_SVT_STRING = 4, D3D10_SVT_TEXTURE = 5, D3D10_SVT_TEXTURE1D = 6, D3D10_SVT_TEXTURE2D = 7, D3D10_SVT_TEXTURE3D = 8, D3D10_SVT_TEXTURECUBE = 9, D3D10_SVT_SAMPLER = 10, D3D10_SVT_PIXELSHADER = 15, D3D10_SVT_VERTEXSHADER = 16, D3D10_SVT_UINT = 19, D3D10_SVT_UINT8 = 20, D3D10_SVT_GEOMETRYSHADER = 21, D3D10_SVT_RASTERIZER = 22, D3D10_SVT_DEPTHSTENCIL = 23, D3D10_SVT_BLEND = 24, D3D10_SVT_BUFFER = 25, D3D10_SVT_CBUFFER = 26, D3D10_SVT_TBUFFER = 27, D3D10_SVT_TEXTURE1DARRAY = 28, D3D10_SVT_TEXTURE2DARRAY = 29, D3D10_SVT_RENDERTARGETVIEW = 30, D3D10_SVT_DEPTHSTENCILVIEW = 31, D3D10_SVT_TEXTURE2DMS = 32, D3D10_SVT_TEXTURE2DMSARRAY = 33, D3D10_SVT_TEXTURECUBEARRAY = 34, D3D11_SVT_HULLSHADER = 35, D3D11_SVT_DOMAINSHADER = 36, D3D11_SVT_INTERFACE_POINTER = 37, D3D11_SVT_COMPUTESHADER = 38, D3D11_SVT_DOUBLE = 39, D3D11_SVT_RWTEXTURE1D, D3D11_SVT_RWTEXTURE1DARRAY, D3D11_SVT_RWTEXTURE2D, D3D11_SVT_RWTEXTURE2DARRAY, D3D11_SVT_RWTEXTURE3D, D3D11_SVT_RWBUFFER, D3D11_SVT_BYTEADDRESS_BUFFER, D3D11_SVT_RWBYTEADDRESS_BUFFER, D3D11_SVT_STRUCTURED_BUFFER, D3D11_SVT_RWSTRUCTURED_BUFFER, D3D11_SVT_APPEND_STRUCTURED_BUFFER, D3D11_SVT_CONSUME_STRUCTURED_BUFFER, D3D10_SVT_FORCE_DWORD = 0x7fffffff } alias int D3D10_SHADER_VARIABLE_TYPE; alias D3D10_SHADER_VARIABLE_TYPE* LPD3D10_SHADER_VARIABLE_TYPE; enum { D3D10_SIF_USERPACKED = 1, D3D10_SIF_COMPARISON_SAMPLER = 2, D3D10_SIF_TEXTURE_COMPONENT_0 = 4, D3D10_SIF_TEXTURE_COMPONENT_1 = 8, D3D10_SIF_TEXTURE_COMPONENTS = 12, D3D10_SIF_FORCE_DWORD = 0x7fffffff } alias int D3D10_SHADER_INPUT_FLAGS; alias D3D10_SHADER_INPUT_FLAGS* LPD3D10_SHADER_INPUT_FLAGS; enum { D3D10_SIT_CBUFFER, D3D10_SIT_TBUFFER, D3D10_SIT_TEXTURE, D3D10_SIT_SAMPLER, D3D11_SIT_UAV_RWTYPED, D3D11_SIT_STRUCTURED, D3D11_SIT_UAV_RWSTRUCTURED, D3D11_SIT_BYTEADDRESS, D3D11_SIT_UAV_RWBYTEADDRESS, D3D11_SIT_UAV_APPEND_STRUCTURED, D3D11_SIT_UAV_CONSUME_STRUCTURED, D3D11_SIT_UAV_RWSTRUCTURED_WITH_COUNTER, } alias int D3D10_SHADER_INPUT_TYPE; alias D3D10_SHADER_INPUT_TYPE* LPD3D10_SHADER_INPUT_TYPE; enum { D3D10_CBF_USERPACKED = 1, D3D10_CBF_FORCE_DWORD = 0x7fffffff } alias int D3D10_SHADER_CBUFFER_FLAGS; alias D3D10_SHADER_CBUFFER_FLAGS* LPD3D10_SHADER_CBUFFER_FLAGS; enum { D3D10_CT_CBUFFER, D3D10_CT_TBUFFER, } alias int D3D10_CBUFFER_TYPE; alias D3D10_CBUFFER_TYPE* LPD3D10_CBUFFER_TYPE; enum { D3D10_NAME_UNDEFINED = 0, D3D10_NAME_POSITION = 1, D3D10_NAME_CLIP_DISTANCE = 2, D3D10_NAME_CULL_DISTANCE = 3, D3D10_NAME_RENDER_TARGET_ARRAY_INDEX = 4, D3D10_NAME_VIEWPORT_ARRAY_INDEX = 5, D3D10_NAME_VERTEX_ID = 6, D3D10_NAME_PRIMITIVE_ID = 7, D3D10_NAME_INSTANCE_ID = 8, D3D10_NAME_IS_FRONT_FACE = 9, D3D10_NAME_SAMPLE_INDEX = 10, D3D11_NAME_FINAL_QUAD_EDGE_TESSFACTOR = 11, D3D11_NAME_FINAL_QUAD_INSIDE_TESSFACTOR = 12, D3D11_NAME_FINAL_TRI_EDGE_TESSFACTOR = 13, D3D11_NAME_FINAL_TRI_INSIDE_TESSFACTOR = 14, D3D11_NAME_FINAL_LINE_DETAIL_TESSFACTOR = 15, D3D11_NAME_FINAL_LINE_DENSITY_TESSFACTOR = 16, D3D10_NAME_TARGET = 64, D3D10_NAME_DEPTH = 65, D3D10_NAME_COVERAGE = 66, D3D11_NAME_DEPTH_GREATER_EQUAL = 67, D3D11_NAME_DEPTH_LESS_EQUAL = 68, } alias int D3D10_NAME; enum { D3D10_RETURN_TYPE_UNORM = 1, D3D10_RETURN_TYPE_SNORM = 2, D3D10_RETURN_TYPE_SINT = 3, D3D10_RETURN_TYPE_UINT = 4, D3D10_RETURN_TYPE_FLOAT = 5, D3D10_RETURN_TYPE_MIXED = 6, } alias int D3D10_RESOURCE_RETURN_TYPE; enum { D3D10_REGISTER_COMPONENT_UNKNOWN = 0, D3D10_REGISTER_COMPONENT_UINT32 = 1, D3D10_REGISTER_COMPONENT_SINT32 = 2, D3D10_REGISTER_COMPONENT_FLOAT32 = 3 } alias int D3D10_REGISTER_COMPONENT_TYPE; enum { D3D10_INCLUDE_LOCAL, D3D10_INCLUDE_SYSTEM, D3D10_INCLUDE_FORCE_DWORD = 0x7fffffff } alias int D3D10_INCLUDE_TYPE; alias D3D10_INCLUDE_TYPE* LPD3D10_INCLUDE_TYPE; interface ID3D10Include { public extern(Windows): HRESULT Open(D3D10_INCLUDE_TYPE IncludeType, LPCSTR pFileName, LPCVOID pParentData, LPCVOID* ppData, UINT* pBytes); HRESULT Close(LPCVOID pData); } struct D3D10_SHADER_DESC { UINT Version; LPCSTR Creator; UINT Flags; UINT ConstantBuffers; UINT BoundResources; UINT InputParameters; UINT OutputParameters; UINT InstructionCount; UINT TempRegisterCount; UINT TempArrayCount; UINT DefCount; UINT DclCount; UINT TextureNormalInstructions; UINT TextureLoadInstructions; UINT TextureCompInstructions; UINT TextureBiasInstructions; UINT TextureGradientInstructions; UINT FloatInstructionCount; UINT IntInstructionCount; UINT UintInstructionCount; UINT StaticFlowControlCount; UINT DynamicFlowControlCount; UINT MacroInstructionCount; UINT ArrayInstructionCount; UINT CutInstructionCount; UINT EmitInstructionCount; D3D10_PRIMITIVE_TOPOLOGY GSOutputTopology; UINT GSMaxOutputVertexCount; } struct D3D10_SHADER_BUFFER_DESC { LPCSTR Name; D3D10_CBUFFER_TYPE Type; UINT Variables; UINT Size; UINT uFlags; } struct D3D10_SHADER_VARIABLE_DESC { LPCSTR Name; UINT StartOffset; UINT Size; UINT uFlags; LPVOID DefaultValue; } struct D3D10_SHADER_TYPE_DESC { D3D10_SHADER_VARIABLE_CLASS Class; D3D10_SHADER_VARIABLE_TYPE Type; UINT Rows; UINT Columns; UINT Elements; UINT Members; UINT Offset; } struct D3D10_SHADER_INPUT_BIND_DESC { LPCSTR Name; D3D10_SHADER_INPUT_TYPE Type; UINT BindPoint; UINT BindCount; UINT uFlags; D3D10_RESOURCE_RETURN_TYPE ReturnType; D3D10_SRV_DIMENSION Dimension; UINT NumSamples; } struct D3D10_SIGNATURE_PARAMETER_DESC { LPCSTR SemanticName; UINT SemanticIndex; UINT Register; D3D10_NAME SystemValueType; D3D10_REGISTER_COMPONENT_TYPE ComponentType; BYTE Mask; BYTE ReadWriteMask; } mixin DEFINE_GUID!("IID_ID3D10ShaderReflectionType", 0xc530ad7d, 0x9b16, 0x4395, 0xa9, 0x79, 0xba, 0x2e, 0xcf, 0xf8, 0x3a, 0xdd); interface ID3D10ShaderReflectionType { public extern(Windows): HRESULT GetDesc(D3D10_SHADER_TYPE_DESC* pDesc); ID3D10ShaderReflectionType GetMemberTypeByIndex(UINT Index); ID3D10ShaderReflectionType GetMemberTypeByName(LPCSTR Name); LPCSTR GetMemberTypeName(UINT Index); } mixin DEFINE_GUID!("IID_ID3D10ShaderReflectionVariable", 0x1bf63c95, 0x2650, 0x405d, 0x99, 0xc1, 0x36, 0x36, 0xbd, 0x1d, 0xa0, 0xa1); interface ID3D10ShaderReflectionVariable { public extern(Windows): HRESULT GetDesc(D3D10_SHADER_VARIABLE_DESC* pDesc); ID3D10ShaderReflectionType GetType(); } mixin DEFINE_GUID!("IID_ID3D10ShaderReflectionConstantBuffer", 0x66c66a94, 0xdddd, 0x4b62, 0xa6, 0x6a, 0xf0, 0xda, 0x33, 0xc2, 0xb4, 0xd0); interface ID3D10ShaderReflectionConstantBuffer { public extern(Windows): HRESULT GetDesc(D3D10_SHADER_BUFFER_DESC* pDesc); ID3D10ShaderReflectionVariable GetVariableByIndex(UINT Index); ID3D10ShaderReflectionVariable GetVariableByName(LPCSTR Name); } mixin DEFINE_GUID!("IID_ID3D10ShaderReflection", 0xd40e20b6, 0xf8f7, 0x42ad, 0xab, 0x20, 0x4b, 0xaf, 0x8f, 0x15, 0xdf, 0xaa); interface ID3D10ShaderReflection : IUnknown { public extern(Windows): HRESULT QueryInterface(REFIID iid, LPVOID* ppv); ULONG AddRef(); ULONG Release(); HRESULT GetDesc(D3D10_SHADER_DESC* pDesc); ID3D10ShaderReflectionConstantBuffer GetConstantBufferByIndex(UINT Index); ID3D10ShaderReflectionConstantBuffer GetConstantBufferByName(LPCSTR Name); HRESULT GetResourceBindingDesc(UINT ResourceIndex, D3D10_SHADER_INPUT_BIND_DESC* pDesc); HRESULT GetInputParameterDesc(UINT ParameterIndex, D3D10_SIGNATURE_PARAMETER_DESC* pDesc); HRESULT GetOutputParameterDesc(UINT ParameterIndex, D3D10_SIGNATURE_PARAMETER_DESC* pDesc); } extern(Windows){ HRESULT D3D10CompileShader(LPCSTR pSrcData, SIZE_T SrcDataLen, LPCSTR pFileName, const(D3D10_SHADER_MACRO)* pDefines, ID3D10Include pInclude, LPCSTR pFunctionName, LPCSTR pProfile, UINT Flags, ID3D10Blob* ppShader, ID3D10Blob* ppErrorMsgs); HRESULT D3D10DisassembleShader(const(void)* pShader, SIZE_T BytecodeLength, BOOL EnableColorCode, LPCSTR pComments, ID3D10Blob* ppDisassembly); LPCSTR D3D10GetPixelShaderProfile(ID3D10Device pDevice); LPCSTR D3D10GetVertexShaderProfile(ID3D10Device pDevice); LPCSTR D3D10GetGeometryShaderProfile(ID3D10Device pDevice); HRESULT D3D10ReflectShader(const(void)* pShaderBytecode, SIZE_T BytecodeLength, ID3D10ShaderReflection* ppReflector); HRESULT D3D10PreprocessShader(LPCSTR pSrcData, SIZE_T SrcDataSize, LPCSTR pFileName, const(D3D10_SHADER_MACRO)* pDefines, ID3D10Include pInclude, ID3D10Blob* ppShaderText, ID3D10Blob* ppErrorMsgs); HRESULT D3D10GetInputSignatureBlob(const(void)* pShaderBytecode, SIZE_T BytecodeLength, ID3D10Blob* ppSignatureBlob); HRESULT D3D10GetOutputSignatureBlob(const(void)* pShaderBytecode, SIZE_T BytecodeLength, ID3D10Blob* ppSignatureBlob); HRESULT D3D10GetInputAndOutputSignatureBlob(const(void)* pShaderBytecode, SIZE_T BytecodeLength, ID3D10Blob* ppSignatureBlob); HRESULT D3D10GetShaderDebugInfo(const(void)* pShaderBytecode, SIZE_T BytecodeLength, ID3D10Blob* ppDebugInfo); }
D
/Users/nathanwhite/Desktop/vaporserver/simpleVapor/.build/x86_64-apple-macosx/debug/HTTP.build/Message/HTTPHeaders.swift.o : /Users/nathanwhite/Desktop/vaporserver/simpleVapor/.build/checkouts/http/Sources/HTTP/Utilities/RFC1123.swift /Users/nathanwhite/Desktop/vaporserver/simpleVapor/.build/checkouts/http/Sources/HTTP/Message/URL+HTTP.swift /Users/nathanwhite/Desktop/vaporserver/simpleVapor/.build/checkouts/http/Sources/HTTP/Utilities/HTTPHeaders+Basic.swift /Users/nathanwhite/Desktop/vaporserver/simpleVapor/.build/checkouts/http/Sources/HTTP/Message/Forwarded.swift /Users/nathanwhite/Desktop/vaporserver/simpleVapor/.build/checkouts/http/Sources/HTTP/Message/MediaTypePreference.swift /Users/nathanwhite/Desktop/vaporserver/simpleVapor/.build/checkouts/http/Sources/HTTP/Body/HTTPBodyStorage.swift /Users/nathanwhite/Desktop/vaporserver/simpleVapor/.build/checkouts/http/Sources/HTTP/Message/HTTPMessage.swift /Users/nathanwhite/Desktop/vaporserver/simpleVapor/.build/checkouts/http/Sources/HTTP/Body/HTTPBodyRepresentable.swift /Users/nathanwhite/Desktop/vaporserver/simpleVapor/.build/checkouts/http/Sources/HTTP/Message/HTTPHeaderName.swift /Users/nathanwhite/Desktop/vaporserver/simpleVapor/.build/checkouts/http/Sources/HTTP/Responder/HTTPScheme.swift /Users/nathanwhite/Desktop/vaporserver/simpleVapor/.build/checkouts/http/Sources/HTTP/Message/HTTPResponse.swift /Users/nathanwhite/Desktop/vaporserver/simpleVapor/.build/checkouts/http/Sources/HTTP/Cookies/HTTPCookieValue.swift /Users/nathanwhite/Desktop/vaporserver/simpleVapor/.build/checkouts/http/Sources/HTTP/Body/HTTPChunkedStream.swift /Users/nathanwhite/Desktop/vaporserver/simpleVapor/.build/checkouts/http/Sources/HTTP/Responder/HTTPClientProtocolUpgrader.swift /Users/nathanwhite/Desktop/vaporserver/simpleVapor/.build/checkouts/http/Sources/HTTP/Responder/HTTPServerResponder.swift /Users/nathanwhite/Desktop/vaporserver/simpleVapor/.build/checkouts/http/Sources/HTTP/Codable/HTTPMessageCoder.swift /Users/nathanwhite/Desktop/vaporserver/simpleVapor/.build/checkouts/http/Sources/HTTP/Utilities/HTTPHeaders+Bearer.swift /Users/nathanwhite/Desktop/vaporserver/simpleVapor/.build/checkouts/http/Sources/HTTP/Responder/HTTPServer.swift /Users/nathanwhite/Desktop/vaporserver/simpleVapor/.build/checkouts/http/Sources/HTTP/Utilities/HTTPError.swift /Users/nathanwhite/Desktop/vaporserver/simpleVapor/.build/checkouts/http/Sources/HTTP/Cookies/HTTPCookies.swift /Users/nathanwhite/Desktop/vaporserver/simpleVapor/.build/checkouts/http/Sources/HTTP/Message/HTTPHeaders.swift /Users/nathanwhite/Desktop/vaporserver/simpleVapor/.build/checkouts/http/Sources/HTTP/Utilities/String+IsIPAddress.swift /Users/nathanwhite/Desktop/vaporserver/simpleVapor/.build/checkouts/http/Sources/HTTP/Exports.swift /Users/nathanwhite/Desktop/vaporserver/simpleVapor/.build/checkouts/http/Sources/HTTP/Responder/HTTPClient.swift /Users/nathanwhite/Desktop/vaporserver/simpleVapor/.build/checkouts/http/Sources/HTTP/Message/HTTPRequest.swift /Users/nathanwhite/Desktop/vaporserver/simpleVapor/.build/checkouts/http/Sources/HTTP/Body/HTTPBody.swift /Users/nathanwhite/Desktop/vaporserver/simpleVapor/.build/x86_64-apple-macosx/debug/NIOHTTP1.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/x86_64/ObjectiveC.swiftmodule /Users/nathanwhite/Desktop/vaporserver/simpleVapor/.build/x86_64-apple-macosx/debug/NIOOpenSSL.swiftmodule /Users/nathanwhite/Desktop/vaporserver/simpleVapor/.build/x86_64-apple-macosx/debug/NIO.swiftmodule /Users/nathanwhite/Desktop/vaporserver/simpleVapor/.build/x86_64-apple-macosx/debug/NIOTLS.swiftmodule /Users/nathanwhite/Desktop/vaporserver/simpleVapor/.build/x86_64-apple-macosx/debug/Async.swiftmodule /Users/nathanwhite/Desktop/vaporserver/simpleVapor/.build/x86_64-apple-macosx/debug/Core.swiftmodule /Users/nathanwhite/Desktop/vaporserver/simpleVapor/.build/x86_64-apple-macosx/debug/Debugging.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/x86_64/Dispatch.swiftmodule /Users/nathanwhite/Desktop/vaporserver/simpleVapor/.build/x86_64-apple-macosx/debug/COperatingSystem.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/x86_64/Darwin.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/x86_64/Foundation.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/x86_64/CoreFoundation.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/x86_64/CoreGraphics.swiftmodule /Users/nathanwhite/Desktop/vaporserver/simpleVapor/.build/x86_64-apple-macosx/debug/NIOConcurrencyHelpers.swiftmodule /Users/nathanwhite/Desktop/vaporserver/simpleVapor/.build/x86_64-apple-macosx/debug/Bits.swiftmodule /Users/nathanwhite/Desktop/vaporserver/simpleVapor/.build/x86_64-apple-macosx/debug/NIOFoundationCompat.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/x86_64/Swift.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/x86_64/IOKit.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/x86_64/SwiftOnoneSupport.swiftmodule /usr/local/Cellar/libressl/2.9.2/include/openssl/asn1.h /usr/local/Cellar/libressl/2.9.2/include/openssl/tls1.h /usr/local/Cellar/libressl/2.9.2/include/openssl/dtls1.h /usr/local/Cellar/libressl/2.9.2/include/openssl/pkcs12.h /usr/local/Cellar/libressl/2.9.2/include/openssl/ssl2.h /usr/local/Cellar/libressl/2.9.2/include/openssl/pem2.h /usr/local/Cellar/libressl/2.9.2/include/openssl/ssl23.h /usr/local/Cellar/libressl/2.9.2/include/openssl/ssl3.h /usr/local/Cellar/libressl/2.9.2/include/openssl/x509v3.h /usr/local/Cellar/libressl/2.9.2/include/openssl/md5.h /usr/local/Cellar/libressl/2.9.2/include/openssl/pkcs7.h /usr/local/Cellar/libressl/2.9.2/include/openssl/x509.h /usr/local/Cellar/libressl/2.9.2/include/openssl/sha.h /usr/local/Cellar/libressl/2.9.2/include/openssl/dsa.h /usr/local/Cellar/libressl/2.9.2/include/openssl/ecdsa.h /usr/local/Cellar/libressl/2.9.2/include/openssl/rsa.h /Users/nathanwhite/Desktop/vaporserver/simpleVapor/.build/checkouts/swift-nio/Sources/CNIOZlib/include/CNIOZlib.h /usr/local/Cellar/libressl/2.9.2/include/openssl/obj_mac.h /usr/local/Cellar/libressl/2.9.2/include/openssl/hmac.h /usr/local/Cellar/libressl/2.9.2/include/openssl/ec.h /Users/nathanwhite/Desktop/vaporserver/simpleVapor/.build/checkouts/swift-nio/Sources/CNIOAtomics/include/cpp_magic.h /Users/nathanwhite/Desktop/vaporserver/simpleVapor/.build/checkouts/swift-nio/Sources/CNIOLinux/include/ifaddrs-android.h /usr/local/Cellar/libressl/2.9.2/include/openssl/rand.h /usr/local/Cellar/libressl/2.9.2/include/openssl/conf.h /usr/local/Cellar/libressl/2.9.2/include/openssl/opensslconf.h /usr/local/Cellar/libressl/2.9.2/include/openssl/dh.h /usr/local/Cellar/libressl/2.9.2/include/openssl/ecdh.h /usr/local/Cellar/libressl/2.9.2/include/openssl/lhash.h /usr/local/Cellar/libressl/2.9.2/include/openssl/stack.h /usr/local/Cellar/libressl/2.9.2/include/openssl/safestack.h /usr/local/Cellar/libressl/2.9.2/include/openssl/ssl.h /Users/nathanwhite/Desktop/vaporserver/simpleVapor/.build/checkouts/swift-nio-ssl/Sources/CNIOOpenSSL/include/c_nio_openssl.h /usr/local/Cellar/libressl/2.9.2/include/openssl/pem.h /usr/local/Cellar/libressl/2.9.2/include/openssl/bn.h /Users/nathanwhite/Desktop/vaporserver/simpleVapor/.build/checkouts/swift-nio/Sources/CNIODarwin/include/CNIODarwin.h /usr/local/Cellar/libressl/2.9.2/include/openssl/bio.h /usr/local/Cellar/libressl/2.9.2/include/openssl/crypto.h /usr/local/Cellar/libressl/2.9.2/include/openssl/srtp.h /usr/local/Cellar/libressl/2.9.2/include/openssl/evp.h /usr/local/Cellar/libressl/2.9.2/include/openssl/ossl_typ.h /usr/local/Cellar/libressl/2.9.2/include/openssl/buffer.h /Users/nathanwhite/Desktop/vaporserver/simpleVapor/.build/checkouts/swift-nio/Sources/CNIOHTTPParser/include/CNIOHTTPParser.h /Users/nathanwhite/Desktop/vaporserver/simpleVapor/.build/checkouts/swift-nio/Sources/CNIOHTTPParser/include/c_nio_http_parser.h /usr/local/Cellar/libressl/2.9.2/include/openssl/err.h /Users/nathanwhite/Desktop/vaporserver/simpleVapor/.build/checkouts/swift-nio/Sources/CNIOAtomics/include/CNIOAtomics.h /usr/local/Cellar/libressl/2.9.2/include/openssl/opensslfeatures.h /usr/local/Cellar/libressl/2.9.2/include/openssl/objects.h /usr/local/Cellar/libressl/2.9.2/include/openssl/opensslv.h /Users/nathanwhite/Desktop/vaporserver/simpleVapor/.build/checkouts/swift-nio/Sources/CNIOLinux/include/CNIOLinux.h /usr/local/Cellar/libressl/2.9.2/include/openssl/x509_vfy.h /Users/nathanwhite/Desktop/vaporserver/simpleVapor/.build/x86_64-apple-macosx/debug/CNIOSHA1.build/module.modulemap /Users/nathanwhite/Desktop/vaporserver/simpleVapor/.build/x86_64-apple-macosx/debug/CNIOOpenSSL.build/module.modulemap /Users/nathanwhite/Desktop/vaporserver/simpleVapor/.build/x86_64-apple-macosx/debug/CCryptoOpenSSL.build/module.modulemap /Users/nathanwhite/Desktop/vaporserver/simpleVapor/.build/x86_64-apple-macosx/debug/CNIOZlib.build/module.modulemap /Users/nathanwhite/Desktop/vaporserver/simpleVapor/.build/x86_64-apple-macosx/debug/CNIODarwin.build/module.modulemap /Users/nathanwhite/Desktop/vaporserver/simpleVapor/.build/x86_64-apple-macosx/debug/CNIOHTTPParser.build/module.modulemap /Users/nathanwhite/Desktop/vaporserver/simpleVapor/.build/x86_64-apple-macosx/debug/CNIOAtomics.build/module.modulemap /Users/nathanwhite/Desktop/vaporserver/simpleVapor/.build/x86_64-apple-macosx/debug/CNIOLinux.build/module.modulemap /Users/nathanwhite/Desktop/vaporserver/simpleVapor/.build/checkouts/swift-nio-zlib-support/module.modulemap /Users/nathanwhite/Desktop/vaporserver/simpleVapor/.build/checkouts/swift-nio-ssl-support/module.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/objc/ObjectiveC.apinotes /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/x86_64/Dispatch.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/Darwin.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/CoreGraphics.framework/Headers/CoreGraphics.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/ApplicationServices.framework/Headers/ApplicationServices.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/CoreText.framework/Headers/CoreText.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/Security.framework/Headers/Security.apinotes /Users/nathanwhite/Desktop/vaporserver/simpleVapor/.build/x86_64-apple-macosx/debug/HTTP.build/Message/HTTPHeaders~partial.swiftmodule : /Users/nathanwhite/Desktop/vaporserver/simpleVapor/.build/checkouts/http/Sources/HTTP/Utilities/RFC1123.swift /Users/nathanwhite/Desktop/vaporserver/simpleVapor/.build/checkouts/http/Sources/HTTP/Message/URL+HTTP.swift /Users/nathanwhite/Desktop/vaporserver/simpleVapor/.build/checkouts/http/Sources/HTTP/Utilities/HTTPHeaders+Basic.swift /Users/nathanwhite/Desktop/vaporserver/simpleVapor/.build/checkouts/http/Sources/HTTP/Message/Forwarded.swift /Users/nathanwhite/Desktop/vaporserver/simpleVapor/.build/checkouts/http/Sources/HTTP/Message/MediaTypePreference.swift /Users/nathanwhite/Desktop/vaporserver/simpleVapor/.build/checkouts/http/Sources/HTTP/Body/HTTPBodyStorage.swift /Users/nathanwhite/Desktop/vaporserver/simpleVapor/.build/checkouts/http/Sources/HTTP/Message/HTTPMessage.swift /Users/nathanwhite/Desktop/vaporserver/simpleVapor/.build/checkouts/http/Sources/HTTP/Body/HTTPBodyRepresentable.swift /Users/nathanwhite/Desktop/vaporserver/simpleVapor/.build/checkouts/http/Sources/HTTP/Message/HTTPHeaderName.swift /Users/nathanwhite/Desktop/vaporserver/simpleVapor/.build/checkouts/http/Sources/HTTP/Responder/HTTPScheme.swift /Users/nathanwhite/Desktop/vaporserver/simpleVapor/.build/checkouts/http/Sources/HTTP/Message/HTTPResponse.swift /Users/nathanwhite/Desktop/vaporserver/simpleVapor/.build/checkouts/http/Sources/HTTP/Cookies/HTTPCookieValue.swift /Users/nathanwhite/Desktop/vaporserver/simpleVapor/.build/checkouts/http/Sources/HTTP/Body/HTTPChunkedStream.swift /Users/nathanwhite/Desktop/vaporserver/simpleVapor/.build/checkouts/http/Sources/HTTP/Responder/HTTPClientProtocolUpgrader.swift /Users/nathanwhite/Desktop/vaporserver/simpleVapor/.build/checkouts/http/Sources/HTTP/Responder/HTTPServerResponder.swift /Users/nathanwhite/Desktop/vaporserver/simpleVapor/.build/checkouts/http/Sources/HTTP/Codable/HTTPMessageCoder.swift /Users/nathanwhite/Desktop/vaporserver/simpleVapor/.build/checkouts/http/Sources/HTTP/Utilities/HTTPHeaders+Bearer.swift /Users/nathanwhite/Desktop/vaporserver/simpleVapor/.build/checkouts/http/Sources/HTTP/Responder/HTTPServer.swift /Users/nathanwhite/Desktop/vaporserver/simpleVapor/.build/checkouts/http/Sources/HTTP/Utilities/HTTPError.swift /Users/nathanwhite/Desktop/vaporserver/simpleVapor/.build/checkouts/http/Sources/HTTP/Cookies/HTTPCookies.swift /Users/nathanwhite/Desktop/vaporserver/simpleVapor/.build/checkouts/http/Sources/HTTP/Message/HTTPHeaders.swift /Users/nathanwhite/Desktop/vaporserver/simpleVapor/.build/checkouts/http/Sources/HTTP/Utilities/String+IsIPAddress.swift /Users/nathanwhite/Desktop/vaporserver/simpleVapor/.build/checkouts/http/Sources/HTTP/Exports.swift /Users/nathanwhite/Desktop/vaporserver/simpleVapor/.build/checkouts/http/Sources/HTTP/Responder/HTTPClient.swift /Users/nathanwhite/Desktop/vaporserver/simpleVapor/.build/checkouts/http/Sources/HTTP/Message/HTTPRequest.swift /Users/nathanwhite/Desktop/vaporserver/simpleVapor/.build/checkouts/http/Sources/HTTP/Body/HTTPBody.swift /Users/nathanwhite/Desktop/vaporserver/simpleVapor/.build/x86_64-apple-macosx/debug/NIOHTTP1.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/x86_64/ObjectiveC.swiftmodule /Users/nathanwhite/Desktop/vaporserver/simpleVapor/.build/x86_64-apple-macosx/debug/NIOOpenSSL.swiftmodule /Users/nathanwhite/Desktop/vaporserver/simpleVapor/.build/x86_64-apple-macosx/debug/NIO.swiftmodule /Users/nathanwhite/Desktop/vaporserver/simpleVapor/.build/x86_64-apple-macosx/debug/NIOTLS.swiftmodule /Users/nathanwhite/Desktop/vaporserver/simpleVapor/.build/x86_64-apple-macosx/debug/Async.swiftmodule /Users/nathanwhite/Desktop/vaporserver/simpleVapor/.build/x86_64-apple-macosx/debug/Core.swiftmodule /Users/nathanwhite/Desktop/vaporserver/simpleVapor/.build/x86_64-apple-macosx/debug/Debugging.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/x86_64/Dispatch.swiftmodule /Users/nathanwhite/Desktop/vaporserver/simpleVapor/.build/x86_64-apple-macosx/debug/COperatingSystem.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/x86_64/Darwin.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/x86_64/Foundation.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/x86_64/CoreFoundation.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/x86_64/CoreGraphics.swiftmodule /Users/nathanwhite/Desktop/vaporserver/simpleVapor/.build/x86_64-apple-macosx/debug/NIOConcurrencyHelpers.swiftmodule /Users/nathanwhite/Desktop/vaporserver/simpleVapor/.build/x86_64-apple-macosx/debug/Bits.swiftmodule /Users/nathanwhite/Desktop/vaporserver/simpleVapor/.build/x86_64-apple-macosx/debug/NIOFoundationCompat.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/x86_64/Swift.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/x86_64/IOKit.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/x86_64/SwiftOnoneSupport.swiftmodule /usr/local/Cellar/libressl/2.9.2/include/openssl/asn1.h /usr/local/Cellar/libressl/2.9.2/include/openssl/tls1.h /usr/local/Cellar/libressl/2.9.2/include/openssl/dtls1.h /usr/local/Cellar/libressl/2.9.2/include/openssl/pkcs12.h /usr/local/Cellar/libressl/2.9.2/include/openssl/ssl2.h /usr/local/Cellar/libressl/2.9.2/include/openssl/pem2.h /usr/local/Cellar/libressl/2.9.2/include/openssl/ssl23.h /usr/local/Cellar/libressl/2.9.2/include/openssl/ssl3.h /usr/local/Cellar/libressl/2.9.2/include/openssl/x509v3.h /usr/local/Cellar/libressl/2.9.2/include/openssl/md5.h /usr/local/Cellar/libressl/2.9.2/include/openssl/pkcs7.h /usr/local/Cellar/libressl/2.9.2/include/openssl/x509.h /usr/local/Cellar/libressl/2.9.2/include/openssl/sha.h /usr/local/Cellar/libressl/2.9.2/include/openssl/dsa.h /usr/local/Cellar/libressl/2.9.2/include/openssl/ecdsa.h /usr/local/Cellar/libressl/2.9.2/include/openssl/rsa.h /Users/nathanwhite/Desktop/vaporserver/simpleVapor/.build/checkouts/swift-nio/Sources/CNIOZlib/include/CNIOZlib.h /usr/local/Cellar/libressl/2.9.2/include/openssl/obj_mac.h /usr/local/Cellar/libressl/2.9.2/include/openssl/hmac.h /usr/local/Cellar/libressl/2.9.2/include/openssl/ec.h /Users/nathanwhite/Desktop/vaporserver/simpleVapor/.build/checkouts/swift-nio/Sources/CNIOAtomics/include/cpp_magic.h /Users/nathanwhite/Desktop/vaporserver/simpleVapor/.build/checkouts/swift-nio/Sources/CNIOLinux/include/ifaddrs-android.h /usr/local/Cellar/libressl/2.9.2/include/openssl/rand.h /usr/local/Cellar/libressl/2.9.2/include/openssl/conf.h /usr/local/Cellar/libressl/2.9.2/include/openssl/opensslconf.h /usr/local/Cellar/libressl/2.9.2/include/openssl/dh.h /usr/local/Cellar/libressl/2.9.2/include/openssl/ecdh.h /usr/local/Cellar/libressl/2.9.2/include/openssl/lhash.h /usr/local/Cellar/libressl/2.9.2/include/openssl/stack.h /usr/local/Cellar/libressl/2.9.2/include/openssl/safestack.h /usr/local/Cellar/libressl/2.9.2/include/openssl/ssl.h /Users/nathanwhite/Desktop/vaporserver/simpleVapor/.build/checkouts/swift-nio-ssl/Sources/CNIOOpenSSL/include/c_nio_openssl.h /usr/local/Cellar/libressl/2.9.2/include/openssl/pem.h /usr/local/Cellar/libressl/2.9.2/include/openssl/bn.h /Users/nathanwhite/Desktop/vaporserver/simpleVapor/.build/checkouts/swift-nio/Sources/CNIODarwin/include/CNIODarwin.h /usr/local/Cellar/libressl/2.9.2/include/openssl/bio.h /usr/local/Cellar/libressl/2.9.2/include/openssl/crypto.h /usr/local/Cellar/libressl/2.9.2/include/openssl/srtp.h /usr/local/Cellar/libressl/2.9.2/include/openssl/evp.h /usr/local/Cellar/libressl/2.9.2/include/openssl/ossl_typ.h /usr/local/Cellar/libressl/2.9.2/include/openssl/buffer.h /Users/nathanwhite/Desktop/vaporserver/simpleVapor/.build/checkouts/swift-nio/Sources/CNIOHTTPParser/include/CNIOHTTPParser.h /Users/nathanwhite/Desktop/vaporserver/simpleVapor/.build/checkouts/swift-nio/Sources/CNIOHTTPParser/include/c_nio_http_parser.h /usr/local/Cellar/libressl/2.9.2/include/openssl/err.h /Users/nathanwhite/Desktop/vaporserver/simpleVapor/.build/checkouts/swift-nio/Sources/CNIOAtomics/include/CNIOAtomics.h /usr/local/Cellar/libressl/2.9.2/include/openssl/opensslfeatures.h /usr/local/Cellar/libressl/2.9.2/include/openssl/objects.h /usr/local/Cellar/libressl/2.9.2/include/openssl/opensslv.h /Users/nathanwhite/Desktop/vaporserver/simpleVapor/.build/checkouts/swift-nio/Sources/CNIOLinux/include/CNIOLinux.h /usr/local/Cellar/libressl/2.9.2/include/openssl/x509_vfy.h /Users/nathanwhite/Desktop/vaporserver/simpleVapor/.build/x86_64-apple-macosx/debug/CNIOSHA1.build/module.modulemap /Users/nathanwhite/Desktop/vaporserver/simpleVapor/.build/x86_64-apple-macosx/debug/CNIOOpenSSL.build/module.modulemap /Users/nathanwhite/Desktop/vaporserver/simpleVapor/.build/x86_64-apple-macosx/debug/CCryptoOpenSSL.build/module.modulemap /Users/nathanwhite/Desktop/vaporserver/simpleVapor/.build/x86_64-apple-macosx/debug/CNIOZlib.build/module.modulemap /Users/nathanwhite/Desktop/vaporserver/simpleVapor/.build/x86_64-apple-macosx/debug/CNIODarwin.build/module.modulemap /Users/nathanwhite/Desktop/vaporserver/simpleVapor/.build/x86_64-apple-macosx/debug/CNIOHTTPParser.build/module.modulemap /Users/nathanwhite/Desktop/vaporserver/simpleVapor/.build/x86_64-apple-macosx/debug/CNIOAtomics.build/module.modulemap /Users/nathanwhite/Desktop/vaporserver/simpleVapor/.build/x86_64-apple-macosx/debug/CNIOLinux.build/module.modulemap /Users/nathanwhite/Desktop/vaporserver/simpleVapor/.build/checkouts/swift-nio-zlib-support/module.modulemap /Users/nathanwhite/Desktop/vaporserver/simpleVapor/.build/checkouts/swift-nio-ssl-support/module.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/objc/ObjectiveC.apinotes /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/x86_64/Dispatch.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/Darwin.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/CoreGraphics.framework/Headers/CoreGraphics.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/ApplicationServices.framework/Headers/ApplicationServices.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/CoreText.framework/Headers/CoreText.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/Security.framework/Headers/Security.apinotes /Users/nathanwhite/Desktop/vaporserver/simpleVapor/.build/x86_64-apple-macosx/debug/HTTP.build/Message/HTTPHeaders~partial.swiftdoc : /Users/nathanwhite/Desktop/vaporserver/simpleVapor/.build/checkouts/http/Sources/HTTP/Utilities/RFC1123.swift /Users/nathanwhite/Desktop/vaporserver/simpleVapor/.build/checkouts/http/Sources/HTTP/Message/URL+HTTP.swift /Users/nathanwhite/Desktop/vaporserver/simpleVapor/.build/checkouts/http/Sources/HTTP/Utilities/HTTPHeaders+Basic.swift /Users/nathanwhite/Desktop/vaporserver/simpleVapor/.build/checkouts/http/Sources/HTTP/Message/Forwarded.swift /Users/nathanwhite/Desktop/vaporserver/simpleVapor/.build/checkouts/http/Sources/HTTP/Message/MediaTypePreference.swift /Users/nathanwhite/Desktop/vaporserver/simpleVapor/.build/checkouts/http/Sources/HTTP/Body/HTTPBodyStorage.swift /Users/nathanwhite/Desktop/vaporserver/simpleVapor/.build/checkouts/http/Sources/HTTP/Message/HTTPMessage.swift /Users/nathanwhite/Desktop/vaporserver/simpleVapor/.build/checkouts/http/Sources/HTTP/Body/HTTPBodyRepresentable.swift /Users/nathanwhite/Desktop/vaporserver/simpleVapor/.build/checkouts/http/Sources/HTTP/Message/HTTPHeaderName.swift /Users/nathanwhite/Desktop/vaporserver/simpleVapor/.build/checkouts/http/Sources/HTTP/Responder/HTTPScheme.swift /Users/nathanwhite/Desktop/vaporserver/simpleVapor/.build/checkouts/http/Sources/HTTP/Message/HTTPResponse.swift /Users/nathanwhite/Desktop/vaporserver/simpleVapor/.build/checkouts/http/Sources/HTTP/Cookies/HTTPCookieValue.swift /Users/nathanwhite/Desktop/vaporserver/simpleVapor/.build/checkouts/http/Sources/HTTP/Body/HTTPChunkedStream.swift /Users/nathanwhite/Desktop/vaporserver/simpleVapor/.build/checkouts/http/Sources/HTTP/Responder/HTTPClientProtocolUpgrader.swift /Users/nathanwhite/Desktop/vaporserver/simpleVapor/.build/checkouts/http/Sources/HTTP/Responder/HTTPServerResponder.swift /Users/nathanwhite/Desktop/vaporserver/simpleVapor/.build/checkouts/http/Sources/HTTP/Codable/HTTPMessageCoder.swift /Users/nathanwhite/Desktop/vaporserver/simpleVapor/.build/checkouts/http/Sources/HTTP/Utilities/HTTPHeaders+Bearer.swift /Users/nathanwhite/Desktop/vaporserver/simpleVapor/.build/checkouts/http/Sources/HTTP/Responder/HTTPServer.swift /Users/nathanwhite/Desktop/vaporserver/simpleVapor/.build/checkouts/http/Sources/HTTP/Utilities/HTTPError.swift /Users/nathanwhite/Desktop/vaporserver/simpleVapor/.build/checkouts/http/Sources/HTTP/Cookies/HTTPCookies.swift /Users/nathanwhite/Desktop/vaporserver/simpleVapor/.build/checkouts/http/Sources/HTTP/Message/HTTPHeaders.swift /Users/nathanwhite/Desktop/vaporserver/simpleVapor/.build/checkouts/http/Sources/HTTP/Utilities/String+IsIPAddress.swift /Users/nathanwhite/Desktop/vaporserver/simpleVapor/.build/checkouts/http/Sources/HTTP/Exports.swift /Users/nathanwhite/Desktop/vaporserver/simpleVapor/.build/checkouts/http/Sources/HTTP/Responder/HTTPClient.swift /Users/nathanwhite/Desktop/vaporserver/simpleVapor/.build/checkouts/http/Sources/HTTP/Message/HTTPRequest.swift /Users/nathanwhite/Desktop/vaporserver/simpleVapor/.build/checkouts/http/Sources/HTTP/Body/HTTPBody.swift /Users/nathanwhite/Desktop/vaporserver/simpleVapor/.build/x86_64-apple-macosx/debug/NIOHTTP1.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/x86_64/ObjectiveC.swiftmodule /Users/nathanwhite/Desktop/vaporserver/simpleVapor/.build/x86_64-apple-macosx/debug/NIOOpenSSL.swiftmodule /Users/nathanwhite/Desktop/vaporserver/simpleVapor/.build/x86_64-apple-macosx/debug/NIO.swiftmodule /Users/nathanwhite/Desktop/vaporserver/simpleVapor/.build/x86_64-apple-macosx/debug/NIOTLS.swiftmodule /Users/nathanwhite/Desktop/vaporserver/simpleVapor/.build/x86_64-apple-macosx/debug/Async.swiftmodule /Users/nathanwhite/Desktop/vaporserver/simpleVapor/.build/x86_64-apple-macosx/debug/Core.swiftmodule /Users/nathanwhite/Desktop/vaporserver/simpleVapor/.build/x86_64-apple-macosx/debug/Debugging.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/x86_64/Dispatch.swiftmodule /Users/nathanwhite/Desktop/vaporserver/simpleVapor/.build/x86_64-apple-macosx/debug/COperatingSystem.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/x86_64/Darwin.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/x86_64/Foundation.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/x86_64/CoreFoundation.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/x86_64/CoreGraphics.swiftmodule /Users/nathanwhite/Desktop/vaporserver/simpleVapor/.build/x86_64-apple-macosx/debug/NIOConcurrencyHelpers.swiftmodule /Users/nathanwhite/Desktop/vaporserver/simpleVapor/.build/x86_64-apple-macosx/debug/Bits.swiftmodule /Users/nathanwhite/Desktop/vaporserver/simpleVapor/.build/x86_64-apple-macosx/debug/NIOFoundationCompat.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/x86_64/Swift.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/x86_64/IOKit.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/x86_64/SwiftOnoneSupport.swiftmodule /usr/local/Cellar/libressl/2.9.2/include/openssl/asn1.h /usr/local/Cellar/libressl/2.9.2/include/openssl/tls1.h /usr/local/Cellar/libressl/2.9.2/include/openssl/dtls1.h /usr/local/Cellar/libressl/2.9.2/include/openssl/pkcs12.h /usr/local/Cellar/libressl/2.9.2/include/openssl/ssl2.h /usr/local/Cellar/libressl/2.9.2/include/openssl/pem2.h /usr/local/Cellar/libressl/2.9.2/include/openssl/ssl23.h /usr/local/Cellar/libressl/2.9.2/include/openssl/ssl3.h /usr/local/Cellar/libressl/2.9.2/include/openssl/x509v3.h /usr/local/Cellar/libressl/2.9.2/include/openssl/md5.h /usr/local/Cellar/libressl/2.9.2/include/openssl/pkcs7.h /usr/local/Cellar/libressl/2.9.2/include/openssl/x509.h /usr/local/Cellar/libressl/2.9.2/include/openssl/sha.h /usr/local/Cellar/libressl/2.9.2/include/openssl/dsa.h /usr/local/Cellar/libressl/2.9.2/include/openssl/ecdsa.h /usr/local/Cellar/libressl/2.9.2/include/openssl/rsa.h /Users/nathanwhite/Desktop/vaporserver/simpleVapor/.build/checkouts/swift-nio/Sources/CNIOZlib/include/CNIOZlib.h /usr/local/Cellar/libressl/2.9.2/include/openssl/obj_mac.h /usr/local/Cellar/libressl/2.9.2/include/openssl/hmac.h /usr/local/Cellar/libressl/2.9.2/include/openssl/ec.h /Users/nathanwhite/Desktop/vaporserver/simpleVapor/.build/checkouts/swift-nio/Sources/CNIOAtomics/include/cpp_magic.h /Users/nathanwhite/Desktop/vaporserver/simpleVapor/.build/checkouts/swift-nio/Sources/CNIOLinux/include/ifaddrs-android.h /usr/local/Cellar/libressl/2.9.2/include/openssl/rand.h /usr/local/Cellar/libressl/2.9.2/include/openssl/conf.h /usr/local/Cellar/libressl/2.9.2/include/openssl/opensslconf.h /usr/local/Cellar/libressl/2.9.2/include/openssl/dh.h /usr/local/Cellar/libressl/2.9.2/include/openssl/ecdh.h /usr/local/Cellar/libressl/2.9.2/include/openssl/lhash.h /usr/local/Cellar/libressl/2.9.2/include/openssl/stack.h /usr/local/Cellar/libressl/2.9.2/include/openssl/safestack.h /usr/local/Cellar/libressl/2.9.2/include/openssl/ssl.h /Users/nathanwhite/Desktop/vaporserver/simpleVapor/.build/checkouts/swift-nio-ssl/Sources/CNIOOpenSSL/include/c_nio_openssl.h /usr/local/Cellar/libressl/2.9.2/include/openssl/pem.h /usr/local/Cellar/libressl/2.9.2/include/openssl/bn.h /Users/nathanwhite/Desktop/vaporserver/simpleVapor/.build/checkouts/swift-nio/Sources/CNIODarwin/include/CNIODarwin.h /usr/local/Cellar/libressl/2.9.2/include/openssl/bio.h /usr/local/Cellar/libressl/2.9.2/include/openssl/crypto.h /usr/local/Cellar/libressl/2.9.2/include/openssl/srtp.h /usr/local/Cellar/libressl/2.9.2/include/openssl/evp.h /usr/local/Cellar/libressl/2.9.2/include/openssl/ossl_typ.h /usr/local/Cellar/libressl/2.9.2/include/openssl/buffer.h /Users/nathanwhite/Desktop/vaporserver/simpleVapor/.build/checkouts/swift-nio/Sources/CNIOHTTPParser/include/CNIOHTTPParser.h /Users/nathanwhite/Desktop/vaporserver/simpleVapor/.build/checkouts/swift-nio/Sources/CNIOHTTPParser/include/c_nio_http_parser.h /usr/local/Cellar/libressl/2.9.2/include/openssl/err.h /Users/nathanwhite/Desktop/vaporserver/simpleVapor/.build/checkouts/swift-nio/Sources/CNIOAtomics/include/CNIOAtomics.h /usr/local/Cellar/libressl/2.9.2/include/openssl/opensslfeatures.h /usr/local/Cellar/libressl/2.9.2/include/openssl/objects.h /usr/local/Cellar/libressl/2.9.2/include/openssl/opensslv.h /Users/nathanwhite/Desktop/vaporserver/simpleVapor/.build/checkouts/swift-nio/Sources/CNIOLinux/include/CNIOLinux.h /usr/local/Cellar/libressl/2.9.2/include/openssl/x509_vfy.h /Users/nathanwhite/Desktop/vaporserver/simpleVapor/.build/x86_64-apple-macosx/debug/CNIOSHA1.build/module.modulemap /Users/nathanwhite/Desktop/vaporserver/simpleVapor/.build/x86_64-apple-macosx/debug/CNIOOpenSSL.build/module.modulemap /Users/nathanwhite/Desktop/vaporserver/simpleVapor/.build/x86_64-apple-macosx/debug/CCryptoOpenSSL.build/module.modulemap /Users/nathanwhite/Desktop/vaporserver/simpleVapor/.build/x86_64-apple-macosx/debug/CNIOZlib.build/module.modulemap /Users/nathanwhite/Desktop/vaporserver/simpleVapor/.build/x86_64-apple-macosx/debug/CNIODarwin.build/module.modulemap /Users/nathanwhite/Desktop/vaporserver/simpleVapor/.build/x86_64-apple-macosx/debug/CNIOHTTPParser.build/module.modulemap /Users/nathanwhite/Desktop/vaporserver/simpleVapor/.build/x86_64-apple-macosx/debug/CNIOAtomics.build/module.modulemap /Users/nathanwhite/Desktop/vaporserver/simpleVapor/.build/x86_64-apple-macosx/debug/CNIOLinux.build/module.modulemap /Users/nathanwhite/Desktop/vaporserver/simpleVapor/.build/checkouts/swift-nio-zlib-support/module.modulemap /Users/nathanwhite/Desktop/vaporserver/simpleVapor/.build/checkouts/swift-nio-ssl-support/module.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/objc/ObjectiveC.apinotes /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/x86_64/Dispatch.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/Darwin.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/CoreGraphics.framework/Headers/CoreGraphics.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/ApplicationServices.framework/Headers/ApplicationServices.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/CoreText.framework/Headers/CoreText.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/Security.framework/Headers/Security.apinotes
D
/** * Windows API header module * * Translated from MinGW Windows headers * * License: $(LINK2 http://www.boost.org/LICENSE_1_0.txt, Boost License 1.0) * Source: $(DRUNTIMESRC src/core/sys/windows/_regstr.d) */ module core.sys.windows.regstr; version (Windows): @system: // TODO: fix possible conflict with shloj. Sort out NEC_98 issue. private import core.sys.windows.windef; enum REGSTR_MAX_VALUE_LENGTH = 256; enum { IT_COMPACT = 0, IT_TYPICAL, IT_PORTABLE, IT_CUSTOM // = 3 } enum DOSOPTGF_DEFCLEAN = 1; enum DOSOPTF_DEFAULT = 0x01; enum DOSOPTF_SUPPORTED = 0x02; enum DOSOPTF_ALWAYSUSE = 0x04; enum DOSOPTF_USESPMODE = 0x08; enum DOSOPTF_PROVIDESUMB = 0x10; enum DOSOPTF_NEEDSETUP = 0x20; enum DOSOPTF_INDOSSTART = 0x40; enum DOSOPTF_MULTIPLE = 0x80; enum SUF_FIRSTTIME = 0x0001; enum SUF_EXPRESS = 0x0002; enum SUF_BATCHINF = 0x0004; enum SUF_CLEAN = 0x0008; enum SUF_INSETUP = 0x0010; enum SUF_NETSETUP = 0x0020; enum SUF_NETHDBOOT = 0x0040; enum SUF_NETRPLBOOT = 0x0080; enum SUF_SBSCOPYOK = 0x0100; enum VPDF_DISABLEPWRMGMT = 1; enum VPDF_FORCEAPM10MODE = 2; enum VPDF_SKIPINTELSLCHECK = 4; enum VPDF_DISABLEPWRSTATUSPOLL = 8; enum PCMCIA_OPT_HAVE_SOCKET = 0x01; enum PCMCIA_OPT_AUTOMEM = 0x04; enum PCMCIA_OPT_NO_SOUND = 0x08; enum PCMCIA_OPT_NO_AUDIO = 0x10; enum PCMCIA_OPT_NO_APMREMOVE = 0x20; enum PCMCIA_DEF_MEMBEGIN = 0x0C0000; enum PCMCIA_DEF_MEMEND = 0xFFFFFF; enum PCMCIA_DEF_MEMLEN = 0x001000; enum PCMCIA_DEF_MIN_REGION = 0x010000; enum { PCI_OPTIONS_USE_BIOS = 1, PCI_OPTIONS_USE_IRQ_STEERING = 2 } enum PCI_FLAG_NO_VIDEO_IRQ = 0x0001; enum PCI_FLAG_PCMCIA_WANT_IRQ = 0x0002; enum PCI_FLAG_DUAL_IDE = 0x0004; enum PCI_FLAG_NO_ENUM_AT_ALL = 0x0008; enum PCI_FLAG_ENUM_NO_RESOURCE = 0x0010; enum PCI_FLAG_NEED_DWORD_ACCESS = 0x0020; enum PCI_FLAG_SINGLE_FUNCTION = 0x0040; enum PCI_FLAG_ALWAYS_ENABLED = 0x0080; enum PCI_FLAG_IS_IDE = 0x0100; enum PCI_FLAG_IS_VIDEO = 0x0200; enum PCI_FLAG_FAIL_START = 0x0400; enum size_t REGSTR_VAL_MAX_HCID_LEN = 1024; enum REGDF_NOTDETIO = 0x00000001; enum REGDF_NOTDETMEM = 0x00000002; enum REGDF_NOTDETIRQ = 0x00000004; enum REGDF_NOTDETDMA = 0x00000008; enum REGDF_NOTDETALL = REGDF_NOTDETIO | REGDF_NOTDETMEM | REGDF_NOTDETIRQ | REGDF_NOTDETDMA; enum REGDF_NEEDFULLCONFIG = 0x00000010; enum REGDF_GENFORCEDCONFIG = 0x00000020; enum REGDF_NODETCONFIG = 0x00008000; enum REGDF_CONFLICTIO = 0x00010000; enum REGDF_CONFLICTMEM = 0x00020000; enum REGDF_CONFLICTIRQ = 0x00040000; enum REGDF_CONFLICTDMA = 0x00080000; enum REGDF_CONFLICTALL = REGDF_CONFLICTIO | REGDF_CONFLICTMEM | REGDF_CONFLICTIRQ | REGDF_CONFLICTDMA; enum REGDF_MAPIRQ2TO9 = 0x00100000; enum REGDF_NOTVERIFIED = 0x80000000; enum CONFIGFLAG_DISABLED = 0x0001; enum CONFIGFLAG_REMOVED = 0x0002; enum CONFIGFLAG_MANUAL_INSTALL = 0x0004; enum CONFIGFLAG_IGNORE_BOOT_LC = 0x0008; enum CONFIGFLAG_NET_BOOT = 0x0010; enum CONFIGFLAG_REINSTALL = 0x0020; enum CONFIGFLAG_FAILEDINSTALL = 0x0040; enum CONFIGFLAG_CANTSTOPACHILD = 0x0080; enum CONFIGFLAG_OKREMOVEROM = 0x0100; enum CONFIGFLAG_NOREMOVEEXIT = 0x0200; enum CSCONFIGFLAG_DISABLED = 1; enum CSCONFIGFLAG_DO_NOT_CREATE = 2; enum CSCONFIGFLAG_DO_NOT_START = 4; enum CSCONFIGFLAG_BITS = 7; enum DMSTATEFLAG_APPLYTOALL = 1; enum NUM_RESOURCE_MAP = 256; enum MF_FLAGS_EVEN_IF_NO_RESOURCE = 1; enum MF_FLAGS_NO_CREATE_IF_NO_RESOURCE = 2; enum MF_FLAGS_FILL_IN_UNKNOWN_RESOURCE = 4; enum MF_FLAGS_CREATE_BUT_NO_SHOW_DISABLED = 8; enum EISAFLAG_NO_IO_MERGE = 1; enum EISAFLAG_SLOT_IO_FIRST = 2; enum EISA_NO_MAX_FUNCTION = 0xFF; enum NUM_EISA_RANGES = 4; enum APMMENUSUSPEND_DISABLED = 0; enum APMMENUSUSPEND_ENABLED = 1; enum APMMENUSUSPEND_UNDOCKED = 2; enum APMMENUSUSPEND_NOCHANGE = 128; //#ifndef NEC_98 const TCHAR[] REGSTR_KEY_ISAENUM = "ISAPnP", REGSTR_KEY_EISAENUM = "EISA", REGSTR_VAL_EISA_RANGES = "EISARanges", REGSTR_VAL_EISA_FUNCTIONS = "EISAFunctions", REGSTR_VAL_EISA_FUNCTIONS_MASK = "EISAFunctionsMask", REGSTR_VAL_EISA_FLAGS = "EISAFlags", REGSTR_VAL_EISA_SIMULATE_INT15 = "EISASimulateInt15"; // #else // #define REGSTR_KEY_ISAENUM TEXT("C98PnP") // #define REGSTR_KEY_EISAENUM TEXT("NESA") // #define REGSTR_VAL_EISA_RANGES TEXT("NESARanges") // #define REGSTR_VAL_EISA_FUNCTIONS TEXT("NESAFunctions") // #define REGSTR_VAL_EISA_FUNCTIONS_MASK TEXT("NESAFunctionsMask") // #define REGSTR_VAL_EISA_FLAGS TEXT("NESAFlags") // #define REGSTR_VAL_EISA_SIMULATE_INT15 TEXT("NESASimulateInt15") // #endif const TCHAR[] REGSTR_KEY_CLASS = `Class`, REGSTR_KEY_CONFIG = `Config`, REGSTR_KEY_ENUM = `Enum`, REGSTR_KEY_ROOTENUM = `Root`, REGSTR_KEY_BIOSENUM = `BIOS`, REGSTR_KEY_PCMCIAENUM = `PCMCIA`, REGSTR_KEY_PCIENUM = `PCI`, REGSTR_KEY_LOGCONFIG = `LogConfig`, REGSTR_KEY_SYSTEMBOARD = `*PNP0C01`, REGSTR_KEY_APM = `*PNP0C05`, REGSTR_KEY_INIUPDATE = `IniUpdate`, REG_KEY_INSTDEV = `Installed`, REGSTR_KEY_DOSOPTCDROM = `CD-ROM`, REGSTR_KEY_DOSOPTMOUSE = `MOUSE`, REGSTR_DEFAULT_INSTANCE = `0000`, REGSTR_PATH_MOTHERBOARD = REGSTR_KEY_SYSTEMBOARD ~ `\` ~ REGSTR_DEFAULT_INSTANCE, REGSTR_PATH_SETUP = `Software\Microsoft\Windows\CurrentVersion`, REGSTR_PATH_PIFCONVERT = `Software\Microsoft\Windows\CurrentVersion\PIFConvert`, REGSTR_PATH_MSDOSOPTS = `Software\Microsoft\Windows\CurrentVersion\MS-DOSOptions`, REGSTR_PATH_MSDOSEMU = `Software\Microsoft\Windows\CurrentVersion\MS-DOS Emulation`, REGSTR_PATH_NEWDOSBOX = `Software\Microsoft\Windows\CurrentVersion\MS-DOS Emulation\AppCompat`, REGSTR_PATH_RUNONCE = `Software\Microsoft\Windows\CurrentVersion\RunOnce`, REGSTR_PATH_RUN = `Software\Microsoft\Windows\CurrentVersion\Run`, REGSTR_PATH_RUNSERVICESONCE = `Software\Microsoft\Windows\CurrentVersion\RunServicesOnce`, REGSTR_PATH_RUNSERVICES = `Software\Microsoft\Windows\CurrentVersion\RunServices`, //#ifndef REGSTR_PATH_EXPLORER /* also in shlobj.h */ REGSTR_PATH_EXPLORER = `Software\Microsoft\Windows\CurrentVersion\Explorer`, //#endif REGSTR_PATH_DETECT = `Software\Microsoft\Windows\CurrentVersion\Detect`, REGSTR_PATH_APPPATHS = `Software\Microsoft\Windows\CurrentVersion\App Paths`, REGSTR_PATH_UNINSTALL = `Software\Microsoft\Windows\CurrentVersion\Uninstall`, REGSTR_PATH_REALMODENET = `Software\Microsoft\Windows\CurrentVersion\Network\Real Mode Net`, REGSTR_PATH_NETEQUIV = `Software\Microsoft\Windows\CurrentVersion\Network\Equivalent`, REGSTR_PATH_CVNETWORK = `Software\Microsoft\Windows\CurrentVersion\Network`, REGSTR_PATH_IDCONFIGDB = `System\CurrentControlSet\Control\IDConfigDB`, REGSTR_PATH_CLASS = `System\CurrentControlSet\Services\Class`, REGSTR_PATH_DISPLAYSETTINGS = `Display\Settings`, REGSTR_PATH_FONTS = `Display\Fonts`, REGSTR_PATH_ENUM = `Enum`, REGSTR_PATH_ROOT = `Enum\Root`, REGSTR_PATH_SERVICES = `System\CurrentControlSet\Services`, REGSTR_PATH_VXD = `System\CurrentControlSet\Services\VxD`, REGSTR_PATH_IOS = `System\CurrentControlSet\Services\VxD\IOS`, REGSTR_PATH_VMM = `System\CurrentControlSet\Services\VxD\VMM`, REGSTR_PATH_VPOWERD = `System\CurrentControlSet\Services\VxD\VPOWERD`, REGSTR_PATH_VNETSUP = `System\CurrentControlSet\Services\VxD\VNETSUP`, REGSTR_PATH_NWREDIR = `System\CurrentControlSet\Services\VxD\NWREDIR`, REGSTR_PATH_NCPSERVER = `System\CurrentControlSet\Services\NcpServer\Parameters`, REGSTR_PATH_IOARB = `System\CurrentControlSet\Services\Arbitrators\IOArb`, REGSTR_PATH_ADDRARB = `System\CurrentControlSet\Services\Arbitrators\AddrArb`, REGSTR_PATH_DMAARB = `System\CurrentControlSet\Services\Arbitrators\DMAArb`, REGSTR_PATH_IRQARB = `System\CurrentControlSet\Services\Arbitrators\IRQArb`, REGSTR_PATH_CODEPAGE = `System\CurrentControlSet\Control\Nls\Codepage`, REGSTR_PATH_FILESYSTEM = `System\CurrentControlSet\Control\FileSystem`, REGSTR_PATH_FILESYSTEM_NOVOLTRACK = `System\CurrentControlSet\Control\FileSystem\NoVolTrack`, REGSTR_PATH_CDFS = `System\CurrentControlSet\Control\FileSystem\CDFS`, REGSTR_PATH_WINBOOT = `System\CurrentControlSet\Control\WinBoot`, REGSTR_PATH_INSTALLEDFILES = `System\CurrentControlSet\Control\InstalledFiles`, REGSTR_PATH_VMM32FILES = `System\CurrentControlSet\Control\VMM32Files`, REGSTR_VAL_BITSPERPIXEL = `BitsPerPixel`, REGSTR_VAL_RESOLUTION = `Resolution`, REGSTR_VAL_DPILOGICALX = `DPILogicalX`, REGSTR_VAL_DPILOGICALY = `DPILogicalY`, REGSTR_VAL_DPIPHYSICALX = `DPIPhysicalX`, REGSTR_VAL_DPIPHYSICALY = `DPIPhysicalY`, REGSTR_VAL_REFRESHRATE = `RefreshRate`, REGSTR_VAL_DISPLAYFLAGS = `DisplayFlags`, REGSTR_PATH_CONTROLPANEL = `Control Panel`, REGSTR_PATH_CONTROLSFOLDER = `Software\Microsoft\Windows\CurrentVersion\Controls Folder`, REGSTR_VAL_DOSCP = `OEMCP`, REGSTR_VAL_WINCP = `ACP`, REGSTR_PATH_DYNA_ENUM = `Config Manager\Enum`, REGSTR_VAL_HARDWARE_KEY = `HardWareKey`, REGSTR_VAL_ALLOCATION = `Allocation`, REGSTR_VAL_PROBLEM = `Problem`, REGSTR_VAL_STATUS = `Status`, REGSTR_VAL_DONTUSEMEM = `DontAllocLastMem`, REGSTR_VAL_SYSTEMROOT = `SystemRoot`, REGSTR_VAL_BOOTCOUNT = `BootCount`, REGSTR_VAL_REALNETSTART = `RealNetStart`, REGSTR_VAL_MEDIA = `MediaPath`, REGSTR_VAL_CONFIG = `ConfigPath`, REGSTR_VAL_DEVICEPATH = `DevicePath`, REGSTR_VAL_SRCPATH = `SourcePath`, REGSTR_VAL_OLDWINDIR = `OldWinDir`, REGSTR_VAL_SETUPFLAGS = `SetupFlags`, REGSTR_VAL_REGOWNER = `RegisteredOwner`, REGSTR_VAL_REGORGANIZATION = `RegisteredOrganization`, REGSTR_VAL_LICENSINGINFO = `LicensingInfo`, REGSTR_VAL_OLDMSDOSVER = `OldMSDOSVer`, REGSTR_VAL_FIRSTINSTALLDATETIME = `FirstInstallDateTime`, REGSTR_VAL_INSTALLTYPE = `InstallType`, REGSTR_VAL_WRAPPER = `Wrapper`, REGSTR_KEY_SETUP = `\Setup`, REGSTR_VAL_BOOTDIR = `BootDir`, REGSTR_VAL_WINBOOTDIR = `WinbootDir`, REGSTR_VAL_WINDIR = `WinDir`, REGSTR_VAL_APPINSTPATH = `AppInstallPath`, REGSTR_PATH_EBD = REGSTR_PATH_SETUP ~ REGSTR_KEY_SETUP ~ `\EBD`, REGSTR_KEY_EBDFILESLOCAL = `EBDFilesLocale`, REGSTR_KEY_EBDFILESKEYBOARD = `EBDFilesKeyboard`, REGSTR_KEY_EBDAUTOEXECBATLOCAL = `EBDAutoexecBatLocale`, REGSTR_KEY_EBDAUTOEXECBATKEYBOARD = `EBDAutoexecBatKeyboard`, REGSTR_KEY_EBDCONFIGSYSLOCAL = `EBDConfigSysLocale`, REGSTR_KEY_EBDCONFIGSYSKEYBOARD = `EBDConfigSysKeyboard`, REGSTR_VAL_MSDOSMODE = `MSDOSMode`, REGSTR_VAL_MSDOSMODEDISCARD = `Discard`, REGSTR_VAL_DOSOPTGLOBALFLAGS = `GlobalFlags`, REGSTR_VAL_DOSOPTFLAGS = `Flags`, REGSTR_VAL_OPTORDER = `Order`, REGSTR_VAL_CONFIGSYS = `Config.Sys`, REGSTR_VAL_AUTOEXEC = `Autoexec.Bat`, REGSTR_VAL_STDDOSOPTION = `StdOption`, REGSTR_VAL_DOSOPTTIP = `TipText`, REGSTR_VAL_DOSPAGER = `DOSPager`, REGSTR_VAL_VXDGROUPS = `VXDGroups`, REGSTR_VAL_VPOWERDFLAGS = `Flags`, REGSTR_VAL_WORKGROUP = `Workgroup`, REGSTR_VAL_DIRECTHOST = `DirectHost`, REGSTR_VAL_FILESHARING = `FileSharing`, REGSTR_VAL_PRINTSHARING = `PrintSharing`, REGSTR_VAL_FIRSTNETDRIVE = `FirstNetworkDrive`, REGSTR_VAL_MAXCONNECTIONS = `MaxConnections`, REGSTR_VAL_APISUPPORT = `APISupport`, REGSTR_VAL_MAXRETRY = `MaxRetry`, REGSTR_VAL_MINRETRY = `MinRetry`, REGSTR_VAL_SUPPORTLFN = `SupportLFN`, REGSTR_VAL_SUPPORTBURST = `SupportBurst`, REGSTR_VAL_SUPPORTTUNNELLING = `SupportTunnelling`, REGSTR_VAL_FULLTRACE = `FullTrace`, REGSTR_VAL_READCACHING = `ReadCaching`, REGSTR_VAL_SHOWDOTS = `ShowDots`, REGSTR_VAL_GAPTIME = `GapTime`, REGSTR_VAL_SEARCHMODE = `SearchMode`, REGSTR_VAL_SHELLVERSION = `ShellVersion`, REGSTR_VAL_MAXLIP = `MaxLIP`, REGSTR_VAL_PRESERVECASE = `PreserveCase`, REGSTR_VAL_OPTIMIZESFN = `OptimizeSFN`, REGSTR_VAL_NCP_BROWSEMASTER = `BrowseMaster`, REGSTR_VAL_NCP_USEPEERBROWSING = `Use_PeerBrowsing`, REGSTR_VAL_NCP_USESAP = `Use_Sap`, REGSTR_VAL_WIN31FILESYSTEM = `Win31FileSystem`, REGSTR_VAL_PRESERVELONGNAMES = `PreserveLongNames`, REGSTR_VAL_DRIVEWRITEBEHIND = `DriveWriteBehind`, REGSTR_VAL_ASYNCFILECOMMIT = `AsyncFileCommit`, REGSTR_VAL_PATHCACHECOUNT = `PathCache`, REGSTR_VAL_NAMECACHECOUNT = `NameCache`, REGSTR_VAL_CONTIGFILEALLOC = `ContigFileAllocSize`, REGSTR_VAL_VOLIDLETIMEOUT = `VolumeIdleTimeout`, REGSTR_VAL_BUFFIDLETIMEOUT = `BufferIdleTimeout`, REGSTR_VAL_BUFFAGETIMEOUT = `BufferAgeTimeout`, REGSTR_VAL_NAMENUMERICTAIL = `NameNumericTail`, REGSTR_VAL_READAHEADTHRESHOLD = `ReadAheadThreshold`, REGSTR_VAL_DOUBLEBUFFER = `DoubleBuffer`, REGSTR_VAL_SOFTCOMPATMODE = `SoftCompatMode`, REGSTR_VAL_DRIVESPINDOWN = `DriveSpinDown`, REGSTR_VAL_FORCEPMIO = `ForcePMIO`, REGSTR_VAL_FORCERMIO = `ForceRMIO`, REGSTR_VAL_LASTBOOTPMDRVS = `LastBootPMDrvs`, REGSTR_VAL_VIRTUALHDIRQ = `VirtualHDIRQ`, REGSTR_VAL_SRVNAMECACHECOUNT = `ServerNameCacheMax`, REGSTR_VAL_SRVNAMECACHE = `ServerNameCache`, REGSTR_VAL_SRVNAMECACHENETPROV = `ServerNameCacheNumNets`, REGSTR_VAL_AUTOMOUNT = `AutoMountDrives`, REGSTR_VAL_COMPRESSIONMETHOD = `CompressionAlgorithm`, REGSTR_VAL_COMPRESSIONTHRESHOLD = `CompressionThreshold`, REGSTR_VAL_CDCACHESIZE = `CacheSize`, REGSTR_VAL_CDPREFETCH = `Prefetch`, REGSTR_VAL_CDPREFETCHTAIL = `PrefetchTail`, REGSTR_VAL_CDRAWCACHE = `RawCache`, REGSTR_VAL_CDEXTERRORS = `ExtendedErrors`, REGSTR_VAL_CDSVDSENSE = `SVDSense`, REGSTR_VAL_CDSHOWVERSIONS = `ShowVersions`, REGSTR_VAL_CDCOMPATNAMES = `MSCDEXCompatNames`, REGSTR_VAL_CDNOREADAHEAD = `NoReadAhead`, REGSTR_VAL_SCSI = `SCSI\`, REGSTR_VAL_ESDI = `ESDI\`, REGSTR_VAL_FLOP = `FLOP\`, REGSTR_VAL_DISK = `GenDisk`, REGSTR_VAL_CDROM = `GenCD`, REGSTR_VAL_TAPE = `TAPE`, REGSTR_VAL_SCANNER = `SCANNER`, REGSTR_VAL_FLOPPY = `FLOPPY`, REGSTR_VAL_SCSITID = `SCSITargetID`, REGSTR_VAL_SCSILUN = `SCSILUN`, REGSTR_VAL_REVLEVEL = `RevisionLevel`, REGSTR_VAL_PRODUCTID = `ProductId`, REGSTR_VAL_PRODUCTTYPE = `ProductType`, REGSTR_VAL_DEVTYPE = `DeviceType`, REGSTR_VAL_REMOVABLE = `Removable`, REGSTR_VAL_CURDRVLET = `CurrentDriveLetterAssignment`, REGSTR_VAL_USRDRVLET = `UserDriveLetterAssignment`, REGSTR_VAL_SYNCDATAXFER = `SyncDataXfer`, REGSTR_VAL_AUTOINSNOTE = `AutoInsertNotification`, REGSTR_VAL_DISCONNECT = `Disconnect`, REGSTR_VAL_INT13 = `Int13`, REGSTR_VAL_PMODE_INT13 = `PModeInt13`, REGSTR_VAL_USERSETTINGS = `AdapterSettings`, REGSTR_VAL_NOIDE = `NoIDE`, REGSTR_VAL_DISKCLASSNAME = `DiskDrive`, REGSTR_VAL_CDROMCLASSNAME = `CDROM`, REGSTR_VAL_FORCELOAD = `ForceLoadPD`, REGSTR_VAL_FORCEFIFO = `ForceFIFO`, REGSTR_VAL_FORCECL = `ForceChangeLine`, REGSTR_VAL_NOUSECLASS = `NoUseClass`, REGSTR_VAL_NOINSTALLCLASS = `NoInstallClass`, REGSTR_VAL_NODISPLAYCLASS = `NoDisplayClass`, REGSTR_VAL_SILENTINSTALL = `SilentInstall`, REGSTR_KEY_PCMCIA_CLASS = `PCMCIA`, REGSTR_KEY_SCSI_CLASS = `SCSIAdapter`, REGSTR_KEY_PORTS_CLASS = `ports`, REGSTR_KEY_MEDIA_CLASS = `MEDIA`, REGSTR_KEY_DISPLAY_CLASS = `Display`, REGSTR_KEY_KEYBOARD_CLASS = `Keyboard`, REGSTR_KEY_MOUSE_CLASS = `Mouse`, REGSTR_KEY_MONITOR_CLASS = `Monitor`, REGSTR_VAL_PCMCIA_OPT = `Options`, REGSTR_VAL_PCMCIA_MEM = `Memory`, REGSTR_VAL_PCMCIA_ALLOC = `AllocMemWin`, REGSTR_VAL_PCMCIA_ATAD = `ATADelay`, REGSTR_VAL_PCMCIA_SIZ = `MinRegionSize`, REGSTR_VAL_P1284MDL = `Model`, REGSTR_VAL_P1284MFG = `Manufacturer`, REGSTR_VAL_ISAPNP = `ISAPNP`, REGSTR_VAL_ISAPNP_RDP_OVERRIDE = `RDPOverRide`, REGSTR_VAL_PCI = `PCI`, REGSTR_PCI_OPTIONS = `Options`, REGSTR_PCI_DUAL_IDE = `PCIDualIDE`, REGSTR_KEY_CRASHES = `Crashes`, REGSTR_KEY_DANGERS = `Dangers`, REGSTR_KEY_DETMODVARS = `DetModVars`, REGSTR_KEY_NDISINFO = `NDISInfo`, REGSTR_VAL_PROTINIPATH = `ProtIniPath`, REGSTR_VAL_RESOURCES = `Resources`, REGSTR_VAL_CRASHFUNCS = `CrashFuncs`, REGSTR_VAL_CLASS = `Class`, REGSTR_VAL_DEVDESC = `DeviceDesc`, REGSTR_VAL_BOOTCONFIG = `BootConfig`, REGSTR_VAL_DETFUNC = `DetFunc`, REGSTR_VAL_DETFLAGS = `DetFlags`, REGSTR_VAL_COMPATIBLEIDS = `CompatibleIDs`, REGSTR_VAL_DETCONFIG = `DetConfig`, REGSTR_VAL_VERIFYKEY = `VerifyKey`, REGSTR_VAL_COMINFO = `ComInfo`, REGSTR_VAL_INFNAME = `InfName`, REGSTR_VAL_CARDSPECIFIC = `CardSpecific`, REGSTR_VAL_NETOSTYPE = `NetOSType`, REGSTR_DATA_NETOS_NDIS = `NDIS`, REGSTR_DATA_NETOS_ODI = `ODI`, REGSTR_DATA_NETOS_IPX = `IPX`, REGSTR_VAL_MFG = `Mfg`, REGSTR_VAL_SCAN_ONLY_FIRST = `ScanOnlyFirstDrive`, REGSTR_VAL_SHARE_IRQ = `ForceIRQSharing`, REGSTR_VAL_NONSTANDARD_ATAPI = `NonStandardATAPI`, REGSTR_VAL_IDE_FORCE_SERIALIZE = `ForceSerialization`, REGSTR_VAL_HWREV = `HWRevision`, REGSTR_VAL_ENABLEINTS = `EnableInts`, REGSTR_VAL_APMBIOSVER = `APMBiosVer`, REGSTR_VAL_APMFLAGS = `APMFlags`, REGSTR_VAL_SLSUPPORT = `SLSupport`, REGSTR_VAL_MACHINETYPE = `MachineType`, REGSTR_VAL_SETUPMACHINETYPE = `SetupMachineType`, REGSTR_MACHTYPE_UNKNOWN = `Unknown`, REGSTR_MACHTYPE_IBMPC = `IBM PC`, REGSTR_MACHTYPE_IBMPCJR = `IBM PCjr`, REGSTR_MACHTYPE_IBMPCCONV = `IBM PC Convertible`, REGSTR_MACHTYPE_IBMPCXT = `IBM PC/XT`, REGSTR_MACHTYPE_IBMPCXT_286 = `IBM PC/XT 286`, REGSTR_MACHTYPE_IBMPCAT = `IBM PC/AT`, REGSTR_MACHTYPE_IBMPS2_25 = `IBM PS/2-25`, REGSTR_MACHTYPE_IBMPS2_30_286 = `IBM PS/2-30 286`, REGSTR_MACHTYPE_IBMPS2_30 = `IBM PS/2-30`, REGSTR_MACHTYPE_IBMPS2_50 = `IBM PS/2-50`, REGSTR_MACHTYPE_IBMPS2_50Z = `IBM PS/2-50Z`, REGSTR_MACHTYPE_IBMPS2_55SX = `IBM PS/2-55SX`, REGSTR_MACHTYPE_IBMPS2_60 = `IBM PS/2-60`, REGSTR_MACHTYPE_IBMPS2_65SX = `IBM PS/2-65SX`, REGSTR_MACHTYPE_IBMPS2_70 = `IBM PS/2-70`, REGSTR_MACHTYPE_IBMPS2_P70 = `IBM PS/2-P70`, REGSTR_MACHTYPE_IBMPS2_70_80 = `IBM PS/2-70/80`, REGSTR_MACHTYPE_IBMPS2_80 = `IBM PS/2-80`, REGSTR_MACHTYPE_IBMPS2_90 = `IBM PS/2-90`, REGSTR_MACHTYPE_IBMPS1 = `IBM PS/1`, REGSTR_MACHTYPE_PHOENIX_PCAT = `Phoenix PC/AT Compatible`, REGSTR_MACHTYPE_HP_VECTRA = `HP Vectra`, REGSTR_MACHTYPE_ATT_PC = `AT&T PC`, REGSTR_MACHTYPE_ZENITH_PC = `Zenith PC`, REGSTR_VAL_APMMENUSUSPEND = `APMMenuSuspend`, REGSTR_VAL_BUSTYPE = `BusType`, REGSTR_VAL_CPU = `CPU`, REGSTR_VAL_NDP = `NDP`, REGSTR_VAL_PNPBIOSVER = `PnPBIOSVer`, REGSTR_VAL_PNPSTRUCOFFSET = `PnPStrucOffset`, REGSTR_VAL_PCIBIOSVER = `PCIBIOSVer`, REGSTR_VAL_HWMECHANISM = `HWMechanism`, REGSTR_VAL_LASTPCIBUSNUM = `LastPCIBusNum`, REGSTR_VAL_CONVMEM = `ConvMem`, REGSTR_VAL_EXTMEM = `ExtMem`, REGSTR_VAL_COMPUTERNAME = `ComputerName`, REGSTR_VAL_BIOSNAME = `BIOSName`, REGSTR_VAL_BIOSVERSION = `BIOSVersion`, REGSTR_VAL_BIOSDATE = `BIOSDate`, REGSTR_VAL_MODEL = `Model`, REGSTR_VAL_SUBMODEL = `Submodel`, REGSTR_VAL_REVISION = `Revision`, REGSTR_VAL_FIFODEPTH = `FIFODepth`, REGSTR_VAL_RDINTTHRESHOLD = `RDIntThreshold`, REGSTR_VAL_WRINTTHRESHOLD = `WRIntThreshold`, REGSTR_VAL_PRIORITY = `Priority`, REGSTR_VAL_DRIVER = `Driver`, REGSTR_VAL_FUNCDESC = `FunctionDesc`, REGSTR_VAL_FORCEDCONFIG = `ForcedConfig`, REGSTR_VAL_CONFIGFLAGS = `ConfigFlags`, REGSTR_VAL_CSCONFIGFLAGS = `CSConfigFlags`, REGSTR_VAL_ROOT_DEVNODE = `HTREE\ROOT\0`, REGSTR_VAL_RESERVED_DEVNODE = `HTREE\RESERVED\0`, REGSTR_PATH_READDATAPORT = REGSTR_KEY_ISAENUM ~ `\ReadDataPort\0`, REGSTR_PATH_MULTI_FUNCTION = `MF`, REGSTR_VAL_RESOURCE_MAP = `ResourceMap`, REGSTR_PATH_CHILD_PREFIX = `Child`, REGSTR_VAL_MF_FLAGS = `MFFlags`, REGSTR_VAL_DRVDESC = `DriverDesc`, REGSTR_VAL_DEVLOADER = `DevLoader`, REGSTR_VAL_STATICVXD = `StaticVxD`, REGSTR_VAL_PROPERTIES = `Properties`, REGSTR_VAL_MANUFACTURER = `Manufacturer`, REGSTR_VAL_EXISTS = `Exists`, REGSTR_VAL_CMENUMFLAGS = `CMEnumFlags`, REGSTR_VAL_CMDRIVFLAGS = `CMDrivFlags`, REGSTR_VAL_ENUMERATOR = `Enumerator`, REGSTR_VAL_DEVICEDRIVER = `DeviceDriver`, REGSTR_VAL_PORTNAME = `PortName`, REGSTR_VAL_INFPATH = `InfPath`, REGSTR_VAL_INFSECTION = `InfSection`, REGSTR_VAL_POLLING = `Polling`, REGSTR_VAL_DONTLOADIFCONFLICT = `DontLoadIfConflict`, REGSTR_VAL_PORTSUBCLASS = `PortSubClass`, REGSTR_VAL_NETCLEAN = `NetClean`, REGSTR_VAL_IDE_NO_SERIALIZE = `IDENoSerialize`, REGSTR_VAL_NOCMOSORFDPT = `NoCMOSorFDPT`, REGSTR_VAL_COMVERIFYBASE = `COMVerifyBase`, REGSTR_KEY_OVERRIDE = `Override`, REGSTR_VAL_CONFIGMG = `CONFIGMG`, REGSTR_VAL_SYSDM = `SysDM`, REGSTR_VAL_SYSDMFUNC = `SysDMFunc`, REGSTR_VAL_PRIVATE = `Private`, REGSTR_VAL_PRIVATEFUNC = `PrivateFunc`, REGSTR_VAL_DETECT = `Detect`, REGSTR_VAL_DETECTFUNC = `DetectFunc`, REGSTR_VAL_ASKFORCONFIG = `AskForConfig`, REGSTR_VAL_ASKFORCONFIGFUNC = `AskForConfigFunc`, REGSTR_VAL_WAITFORUNDOCK = `WaitForUndock`, REGSTR_VAL_WAITFORUNDOCKFUNC = `WaitForUndockFunc`, REGSTR_VAL_REMOVEROMOKAY = `RemoveRomOkay`, REGSTR_VAL_REMOVEROMOKAYFUNC = `RemoveRomOkayFunc`, REGSTR_VAL_CURCONFIG = `CurrentConfig`, REGSTR_VAL_FRIENDLYNAME = `FriendlyName`, REGSTR_VAL_CURRENTCONFIG = `CurrentConfig`, REGSTR_VAL_MAP = `Map`, REGSTR_VAL_ID = `CurrentID`, REGSTR_VAL_DOCKED = `CurrentDockedState`, REGSTR_VAL_CHECKSUM = `CurrentChecksum`, REGSTR_VAL_HWDETECT = `HardwareDetect`, REGSTR_VAL_INHIBITRESULTS = `InhibitResults`, REGSTR_VAL_PROFILEFLAGS = `ProfileFlags`, REGSTR_KEY_PCMCIA = `PCMCIA\`, REGSTR_KEY_PCUNKNOWN = `UNKNOWN_MANUFACTURER`, REGSTR_VAL_PCSSDRIVER = `Driver`, REGSTR_KEY_PCMTD = `MTD-`, REGSTR_VAL_PCMTDRIVER = `MTD`, REGSTR_VAL_HARDWAREID = `HardwareID`, REGSTR_VAL_INSTALLER = `Installer`, REGSTR_VAL_INSICON = `Icon`, REGSTR_VAL_ENUMPROPPAGES = `EnumPropPages`, REGSTR_VAL_BASICPROPERTIES = `BasicProperties`, REGSTR_VAL_PRIVATEPROBLEM = `PrivateProblem`, REGSTR_KEY_CURRENT = `Current`, REGSTR_KEY_DEFAULT = `Default`, REGSTR_KEY_MODES = `Modes`, REGSTR_VAL_MODE = `Mode`, REGSTR_VAL_BPP = `BPP`, REGSTR_VAL_HRES = `HRes`, REGSTR_VAL_VRES = `VRes`, REGSTR_VAL_FONTSIZE = `FontSize`, REGSTR_VAL_DRV = `drv`, REGSTR_VAL_GRB = `grb`, REGSTR_VAL_VDD = `vdd`, REGSTR_VAL_VER = `Ver`, REGSTR_VAL_MAXRES = `MaxResolution`, REGSTR_VAL_DPMS = `DPMS`, REGSTR_VAL_RESUMERESET = `ResumeReset`, REGSTR_VAL_DESCRIPTION = `Description`, REGSTR_KEY_SYSTEM = `System`, REGSTR_KEY_USER = `User`, REGSTR_VAL_DPI = `dpi`, REGSTR_VAL_PCICOPTIONS = `PCICOptions`, REGSTR_VAL_PCICIRQMAP = `PCICIRQMap`, REGSTR_PATH_APPEARANCE = `Control Panel\Appearance`, REGSTR_PATH_LOOKSCHEMES = `Control Panel\Appearance\Schemes`, REGSTR_VAL_CUSTOMCOLORS = `CustomColors`, REGSTR_PATH_SCREENSAVE = `Control Panel\Desktop`, REGSTR_VALUE_USESCRPASSWORD = `ScreenSaveUsePassword`, REGSTR_VALUE_SCRPASSWORD = `ScreenSave_Data`, REGSTR_VALUE_LOWPOWERTIMEOUT = `ScreenSaveLowPowerTimeout`, REGSTR_VALUE_POWEROFFTIMEOUT = `ScreenSavePowerOffTimeout`, REGSTR_VALUE_LOWPOWERACTIVE = `ScreenSaveLowPowerActive`, REGSTR_VALUE_POWEROFFACTIVE = `ScreenSavePowerOffActive`, REGSTR_PATH_WINDOWSAPPLETS = `Software\Microsoft\Windows\CurrentVersion\Applets`, REGSTR_PATH_SYSTRAY = `Software\Microsoft\Windows\CurrentVersion\Applets\SysTray`, REGSTR_VAL_SYSTRAYSVCS = `Services`, REGSTR_VAL_SYSTRAYBATFLAGS = `PowerFlags`, REGSTR_VAL_SYSTRAYPCCARDFLAGS = `PCMCIAFlags`, REGSTR_PATH_NETWORK_USERSETTINGS = `Network`, REGSTR_KEY_NETWORK_PERSISTENT = `\Persistent`, REGSTR_KEY_NETWORK_RECENT = `\Recent`, REGSTR_VAL_REMOTE_PATH = `RemotePath`, REGSTR_VAL_USER_NAME = `UserName`, REGSTR_VAL_PROVIDER_NAME = `ProviderName`, REGSTR_VAL_CONNECTION_TYPE = `ConnectionType`, REGSTR_VAL_UPGRADE = `Upgrade`, REGSTR_KEY_LOGON = `\Logon`, REGSTR_VAL_MUSTBEVALIDATED = `MustBeValidated`, REGSTR_VAL_RUNLOGINSCRIPT = `ProcessLoginScript`, REGSTR_KEY_NETWORKPROVIDER = `\NetworkProvider`, REGSTR_PATH_NW32NETPROVIDER =REGSTR_PATH_SERVICES ~ `\NWNP32` ~ REGSTR_KEY_NETWORKPROVIDER, REGSTR_PATH_MS32NETPROVIDER =REGSTR_PATH_SERVICES ~ `\MSNP32` ~ REGSTR_KEY_NETWORKPROVIDER, REGSTR_VAL_AUTHENT_AGENT = `AuthenticatingAgent`, REGSTR_VAL_PREFREDIR = `PreferredRedir`, REGSTR_VAL_AUTOSTART = `AutoStart`, REGSTR_VAL_AUTOLOGON = `AutoLogon`, REGSTR_VAL_NETCARD = `Netcard`, REGSTR_VAL_TRANSPORT = `Transport`, REGSTR_VAL_DYNAMIC = `Dynamic`, REGSTR_VAL_TRANSITION = `Transition`, REGSTR_VAL_STATICDRIVE = `StaticDrive`, REGSTR_VAL_LOADHI = `LoadHi`, REGSTR_VAL_LOADRMDRIVERS = `LoadRMDrivers`, REGSTR_VAL_SETUPN = `SetupN`, REGSTR_VAL_SETUPNPATH = `SetupNPath`, REGSTR_VAL_WRKGRP_FORCEMAPPING = `WrkgrpForceMapping`, REGSTR_VAL_WRKGRP_REQUIRED = `WrkgrpRequired`, REGSTR_PATH_CURRENT_CONTROL_SET = `System\CurrentControlSet\Control`, REGSTR_VAL_CURRENT_USER = `Current User`, REGSTR_PATH_PWDPROVIDER = `System\CurrentControlSet\Control\PwdProvider`, REGSTR_VAL_PWDPROVIDER_PATH = `ProviderPath`, REGSTR_VAL_PWDPROVIDER_DESC = `Description`, REGSTR_VAL_PWDPROVIDER_CHANGEPWD = `ChangePassword`, REGSTR_VAL_PWDPROVIDER_CHANGEPWDHWND = `ChangePasswordHwnd`, REGSTR_VAL_PWDPROVIDER_GETPWDSTATUS = `GetPasswordStatus`, REGSTR_VAL_PWDPROVIDER_ISNP = `NetworkProvider`, REGSTR_VAL_PWDPROVIDER_CHANGEORDER = `ChangeOrder`, REGSTR_PATH_POLICIES = `Software\Microsoft\Windows\CurrentVersion\Policies`, REGSTR_PATH_UPDATE = `System\CurrentControlSet\Control\Update`, REGSTR_VALUE_ENABLE = `Enable`, REGSTR_VALUE_VERBOSE = `Verbose`, REGSTR_VALUE_NETPATH = `NetworkPath`, REGSTR_VALUE_DEFAULTLOC = `UseDefaultNetLocation`, REGSTR_KEY_NETWORK = `Network`, // [Redefined] REGSTR_KEY_SYSTEM = `System`) REGSTR_KEY_PRINTERS = `Printers`, REGSTR_KEY_WINOLDAPP = `WinOldApp`, REGSTR_VAL_NOFILESHARING = `NoFileSharing`, REGSTR_VAL_NOPRINTSHARING = `NoPrintSharing`, REGSTR_VAL_NOFILESHARINGCTRL = `NoFileSharingControl`, REGSTR_VAL_NOPRINTSHARINGCTRL = `NoPrintSharingControl`, REGSTR_VAL_HIDESHAREPWDS = `HideSharePwds`, REGSTR_VAL_DISABLEPWDCACHING = `DisablePwdCaching`, REGSTR_VAL_ALPHANUMPWDS = `AlphanumPwds`, REGSTR_VAL_NETSETUP_DISABLE = `NoNetSetup`, REGSTR_VAL_NETSETUP_NOCONFIGPAGE = `NoNetSetupConfigPage`, REGSTR_VAL_NETSETUP_NOIDPAGE = `NoNetSetupIDPage`, REGSTR_VAL_NETSETUP_NOSECURITYPAGE = `NoNetSetupSecurityPage`, REGSTR_VAL_SYSTEMCPL_NOVIRTMEMPAGE = `NoVirtMemPage`, REGSTR_VAL_SYSTEMCPL_NODEVMGRPAGE = `NoDevMgrPage`, REGSTR_VAL_SYSTEMCPL_NOCONFIGPAGE = `NoConfigPage`, REGSTR_VAL_SYSTEMCPL_NOFILESYSPAGE = `NoFileSysPage`, REGSTR_VAL_DISPCPL_NODISPCPL = `NoDispCPL`, REGSTR_VAL_DISPCPL_NOBACKGROUNDPAGE = `NoDispBackgroundPage`, REGSTR_VAL_DISPCPL_NOSCRSAVPAGE = `NoDispScrSavPage`, REGSTR_VAL_DISPCPL_NOAPPEARANCEPAGE = `NoDispAppearancePage`, REGSTR_VAL_DISPCPL_NOSETTINGSPAGE = `NoDispSettingsPage`, REGSTR_VAL_SECCPL_NOSECCPL = `NoSecCPL`, REGSTR_VAL_SECCPL_NOPWDPAGE = `NoPwdPage`, REGSTR_VAL_SECCPL_NOADMINPAGE = `NoAdminPage`, REGSTR_VAL_SECCPL_NOPROFILEPAGE = `NoProfilePage`, REGSTR_VAL_PRINTERS_HIDETABS = `NoPrinterTabs`, REGSTR_VAL_PRINTERS_NODELETE = `NoDeletePrinter`, REGSTR_VAL_PRINTERS_NOADD = `NoAddPrinter`, REGSTR_VAL_WINOLDAPP_DISABLED = `Disabled`, REGSTR_VAL_WINOLDAPP_NOREALMODE = `NoRealMode`, REGSTR_VAL_NOENTIRENETWORK = `NoEntireNetwork`, REGSTR_VAL_NOWORKGROUPCONTENTS = `NoWorkgroupContents`, REGSTR_VAL_MINPWDLEN = `MinPwdLen`, REGSTR_VAL_PWDEXPIRATION = `PwdExpiration`, REGSTR_VAL_WIN31PROVIDER = `Win31Provider`, REGSTR_VAL_DISABLEREGTOOLS = `DisableRegistryTools`, REGSTR_PATH_WINLOGON = `Software\Microsoft\Windows\CurrentVersion\Winlogon`, REGSTR_VAL_LEGALNOTICECAPTION = `LegalNoticeCaption`, REGSTR_VAL_LEGALNOTICETEXT = `LegalNoticeText`, REGSTR_VAL_RESTRICTRUN = `RestrictRun`, REGSTR_KEY_POL_USERS = `Users`, REGSTR_KEY_POL_COMPUTERS = `Computers`, REGSTR_KEY_POL_USERGROUPS = `UserGroups`, REGSTR_KEY_POL_DEFAULT = `.default`, REGSTR_KEY_POL_USERGROUPDATA = `GroupData\UserGroups\Priority`, REGSTR_PATH_TIMEZONE = `System\CurrentControlSet\Control\TimeZoneInformation`, REGSTR_VAL_TZBIAS = `Bias`, REGSTR_VAL_TZDLTBIAS = `DaylightBias`, REGSTR_VAL_TZSTDBIAS = `StandardBias`, REGSTR_VAL_TZACTBIAS = `ActiveTimeBias`, REGSTR_VAL_TZDLTFLAG = `DaylightFlag`, REGSTR_VAL_TZSTDSTART = `StandardStart`, REGSTR_VAL_TZDLTSTART = `DaylightStart`, REGSTR_VAL_TZDLTNAME = `DaylightName`, REGSTR_VAL_TZSTDNAME = `StandardName`, REGSTR_VAL_TZNOCHANGESTART = `NoChangeStart`, REGSTR_VAL_TZNOCHANGEEND = `NoChangeEnd`, REGSTR_VAL_TZNOAUTOTIME = `DisableAutoDaylightTimeSet`, REGSTR_PATH_FLOATINGPOINTPROCESSOR = `HARDWARE\DESCRIPTION\System\FloatingPointProcessor`, REGSTR_PATH_FLOATINGPOINTPROCESSOR0 = `HARDWARE\DESCRIPTION\System\FloatingPointProcessor\0`, REGSTR_PATH_COMPUTRNAME = `System\CurrentControlSet\Control\ComputerName\ComputerName`, REGSTR_VAL_COMPUTRNAME = `ComputerName`, REGSTR_PATH_SHUTDOWN = `System\CurrentControlSet\Control\Shutdown`, REGSTR_VAL_FORCEREBOOT = `ForceReboot`, REGSTR_VAL_SETUPPROGRAMRAN = `SetupProgramRan`, REGSTR_VAL_DOES_POLLING = `PollingSupportNeeded`, REGSTR_PATH_KNOWNDLLS = `System\CurrentControlSet\Control\SessionManager\KnownDLLs`, REGSTR_PATH_KNOWN16DLLS = `System\CurrentControlSet\Control\SessionManager\Known16DLLs`, REGSTR_PATH_CHECKVERDLLS = `System\CurrentControlSet\Control\SessionManager\CheckVerDLLs`, REGSTR_PATH_WARNVERDLLS = `System\CurrentControlSet\Control\SessionManager\WarnVerDLLs`, REGSTR_PATH_HACKINIFILE = `System\CurrentControlSet\Control\SessionManager\HackIniFiles`, REGSTR_PATH_CHECKBADAPPS = `System\CurrentControlSet\Control\SessionManager\CheckBadApps`, REGSTR_PATH_APPPATCH = `System\CurrentControlSet\Control\SessionManager\AppPatches`, REGSTR_PATH_KNOWNVXDS = `System\CurrentControlSet\Control\SessionManager\KnownVxDs`, REGSTR_VAL_UNINSTALLER_DISPLAYNAME = `DisplayName`, REGSTR_VAL_UNINSTALLER_COMMANDLINE = `UninstallString`, REGSTR_PATH_DESKTOP = REGSTR_PATH_SCREENSAVE, REGSTR_PATH_MOUSE = `Control Panel\Mouse`, REGSTR_PATH_KEYBOARD = `Control Panel\Keyboard`, REGSTR_PATH_COLORS = `Control Panel\Colors`, REGSTR_PATH_SOUND = `Control Panel\Sound`, REGSTR_PATH_METRICS = `Control Panel\Desktop\WindowMetrics`, REGSTR_PATH_ICONS = `Control Panel\Icons`, REGSTR_PATH_CURSORS = `Control Panel\Cursors`, REGSTR_PATH_CHECKDISK = `Software\Microsoft\Windows\CurrentVersion\Applets\Check Drive`, REGSTR_PATH_CHECKDISKSET = `Settings`, REGSTR_PATH_CHECKDISKUDRVS = `NoUnknownDDErrDrvs`, REGSTR_PATH_FAULT = `Software\Microsoft\Windows\CurrentVersion\Fault`, REGSTR_VAL_FAULT_LOGFILE = `LogFile`, REGSTR_PATH_AEDEBUG = `Software\Microsoft\Windows NT\CurrentVersion\AeDebug`, REGSTR_VAL_AEDEBUG_DEBUGGER = `Debugger`, REGSTR_VAL_AEDEBUG_AUTO = `Auto`, REGSTR_PATH_GRPCONV = `Software\Microsoft\Windows\CurrentVersion\GrpConv`, REGSTR_VAL_REGITEMDELETEMESSAGE = `Removal Message`, REGSTR_PATH_LASTCHECK = `Software\Microsoft\Windows\CurrentVersion\Explorer\LastCheck`, REGSTR_PATH_LASTOPTIMIZE = `Software\Microsoft\Windows\CurrentVersion\Explorer\LastOptimize`, REGSTR_PATH_LASTBACKUP = `Software\Microsoft\Windows\CurrentVersion\Explorer\LastBackup`, REGSTR_PATH_CHKLASTCHECK = `Software\Microsoft\Windows\CurrentVersion\Applets\Check Drive\LastCheck`, REGSTR_PATH_CHKLASTSURFAN = `Software\Microsoft\Windows\CurrentVersion\Applets\Check Drive\LastSurfaceAnalysis`, REGSTR_KEY_SHARES = `Software\Microsoft\Windows\CurrentVersion\Network\LanMan`, REGSTR_VAL_SHARES_FLAGS = `Flags`, REGSTR_VAL_SHARES_TYPE = `Type`, REGSTR_VAL_SHARES_PATH = `Path`, REGSTR_VAL_SHARES_REMARK = `Remark`, REGSTR_VAL_SHARES_RW_PASS = `Parm1`, REGSTR_VAL_SHARES_RO_PASS = `Parm2`, REGSTR_PATH_PRINT = `System\CurrentControlSet\Control\Print`, REGSTR_PATH_PRINTERS = `System\CurrentControlSet\Control\Print\Printers`, REGSTR_PATH_PROVIDERS = `System\CurrentControlSet\Control\Print\Providers`, REGSTR_PATH_MONITORS = `System\CurrentControlSet\Control\Print\Monitors`, REGSTR_PATH_ENVIRONMENTS = `System\CurrentControlSet\Control\Print\Environments`, REGSTR_VAL_START_ON_BOOT = `StartOnBoot`, REGSTR_VAL_PRINTERS_MASK = `PrintersMask`, REGSTR_VAL_DOS_SPOOL_MASK = `DOSSpoolMask`, REGSTR_KEY_CURRENT_ENV = `\Windows 4.0`, REGSTR_KEY_DRIVERS = `\Drivers`, REGSTR_KEY_PRINT_PROC = `\Print Processors`, REGSTR_PATH_EVENTLABELS = `AppEvents\EventLabels`, REGSTR_PATH_SCHEMES = `AppEvents\Schemes`, REGSTR_PATH_APPS = REGSTR_PATH_SCHEMES ~ `\Apps`, REGSTR_PATH_APPS_DEFAULT = REGSTR_PATH_SCHEMES ~ `\Apps\.Default`, REGSTR_PATH_NAMES = REGSTR_PATH_SCHEMES ~ `\Names`, REGSTR_PATH_MULTIMEDIA = REGSTR_PATH_SETUP ~ `\Multimedia`, REGSTR_PATH_MULTIMEDIA_AUDIO = `Software\Microsoft\Multimedia\Audio`, REGSTR_PATH_MEDIARESOURCES = REGSTR_PATH_CURRENT_CONTROL_SET ~ `\MediaResources`, REGSTR_PATH_MEDIAPROPERTIES = REGSTR_PATH_CURRENT_CONTROL_SET ~ `\MediaProperties`, REGSTR_PATH_PRIVATEPROPERTIES = REGSTR_PATH_MEDIAPROPERTIES ~ `\PrivateProperties`, REGSTR_PATH_PUBLICPROPERTIES = REGSTR_PATH_MEDIAPROPERTIES ~ `\PublicProperties`, REGSTR_PATH_JOYOEM = REGSTR_PATH_PRIVATEPROPERTIES ~ `\Joystick\OEM`, REGSTR_PATH_JOYCONFIG = REGSTR_PATH_MEDIARESOURCES ~ `\Joystick`, REGSTR_KEY_JOYCURR = `CurrentJoystickSettings`, REGSTR_KEY_JOYSETTINGS = `JoystickSettings`, REGSTR_VAL_JOYUSERVALUES = `JoystickUserValues`, REGSTR_VAL_JOYCALLOUT = `JoystickCallout`, REGSTR_VAL_JOYNCONFIG = `Joystick%dConfiguration`, REGSTR_VAL_JOYNOEMNAME = `Joystick%dOEMName`, REGSTR_VAL_JOYNOEMCALLOUT = `Joystick%dOEMCallout`, REGSTR_VAL_JOYOEMCALLOUT = `OEMCallout`, REGSTR_VAL_JOYOEMNAME = `OEMName`, REGSTR_VAL_JOYOEMDATA = `OEMData`, REGSTR_VAL_JOYOEMXYLABEL = `OEMXYLabel`, REGSTR_VAL_JOYOEMZLABEL = `OEMZLabel`, REGSTR_VAL_JOYOEMRLABEL = `OEMRLabel`, REGSTR_VAL_JOYOEMPOVLABEL = `OEMPOVLabel`, REGSTR_VAL_JOYOEMULABEL = `OEMULabel`, REGSTR_VAL_JOYOEMVLABEL = `OEMVLabel`, REGSTR_VAL_JOYOEMTESTMOVEDESC = `OEMTestMoveDesc`, REGSTR_VAL_JOYOEMTESTBUTTONDESC = `OEMTestButtonDesc`, REGSTR_VAL_JOYOEMTESTMOVECAP = `OEMTestMoveCap`, REGSTR_VAL_JOYOEMTESTBUTTONCAP = `OEMTestButtonCap`, REGSTR_VAL_JOYOEMTESTWINCAP = `OEMTestWinCap`, REGSTR_VAL_JOYOEMCALCAP = `OEMCalCap`, REGSTR_VAL_JOYOEMCALWINCAP = `OEMCalWinCap`, REGSTR_VAL_JOYOEMCAL1 = `OEMCal1`, REGSTR_VAL_JOYOEMCAL2 = `OEMCal2`, REGSTR_VAL_JOYOEMCAL3 = `OEMCal3`, REGSTR_VAL_JOYOEMCAL4 = `OEMCal4`, REGSTR_VAL_JOYOEMCAL5 = `OEMCal5`, REGSTR_VAL_JOYOEMCAL6 = `OEMCal6`, REGSTR_VAL_JOYOEMCAL7 = `OEMCal7`, REGSTR_VAL_JOYOEMCAL8 = `OEMCal8`, REGSTR_VAL_JOYOEMCAL9 = `OEMCal9`, REGSTR_VAL_JOYOEMCAL10 = `OEMCal10`, REGSTR_VAL_JOYOEMCAL11 = `OEMCal11`, REGSTR_VAL_JOYOEMCAL12 = `OEMCal12`; enum { DTRESULTOK, DTRESULTFIX, DTRESULTPROB, DTRESULTPART } //#ifndef NEC_98 enum PCIC_DEFAULT_IRQMASK = 0x4EB8; //#else //#define PCIC_DEFAULT_IRQMASK 0x1468 //#endif enum PCIC_DEFAULT_NUMSOCKETS = 0; struct DSKTLSYSTEMTIME { WORD wYear; WORD wMonth; WORD wDayOfWeek; WORD wDay; WORD wHour; WORD wMinute; WORD wSecond; WORD wMilliseconds; WORD wResult; } alias DSKTLSYSTEMTIME* PDSKTLSYSTEMTIME, LPDSKTLSYSTEMTIME;
D
/Users/ozgun/Desktop/IOSCase/build/Pods.build/Debug-iphonesimulator/RxSwift.build/Objects-normal/x86_64/SchedulerServices+Emulation.o : /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/RxSwift/Observables/Amb.swift /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/RxSwift/Observables/SingleAsync.swift /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/RxSwift/Observables/DistinctUntilChanged.swift /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/RxSwift/Observables/Deferred.swift /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/RxSwift/Deprecated.swift /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/RxSwift/Observables/Enumerated.swift /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/RxSwift/Traits/Maybe.swift /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/RxSwift/Observables/AsMaybe.swift /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/RxSwift/Observables/Sequence.swift /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/Platform/DataStructures/InfiniteSequence.swift /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/RxSwift/Traits/ObservableType+PrimitiveSequence.swift /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/RxSwift/Traits/PrimitiveSequence.swift /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/RxSwift/Observables/Debounce.swift /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/RxSwift/Observables/Reduce.swift /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/RxSwift/Observables/Range.swift /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/RxSwift/Observables/Merge.swift /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/RxSwift/Observables/Take.swift /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/RxSwift/Cancelable.swift /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/RxSwift/Disposable.swift /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/RxSwift/Disposables/ScheduledDisposable.swift /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/RxSwift/Disposables/CompositeDisposable.swift /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/RxSwift/Disposables/SerialDisposable.swift /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/RxSwift/Disposables/BooleanDisposable.swift /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/RxSwift/Disposables/SubscriptionDisposable.swift /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/RxSwift/Disposables/NopDisposable.swift /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/RxSwift/Disposables/AnonymousDisposable.swift /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/RxSwift/Disposables/SingleAssignmentDisposable.swift /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/RxSwift/Disposables/RefCountDisposable.swift /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/RxSwift/Disposables/BinaryDisposable.swift /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/RxSwift/Traits/Completable.swift /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/RxSwift/Observable.swift /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/RxSwift/GroupedObservable.swift /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/RxSwift/Traits/Single.swift /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/RxSwift/Observables/AsSingle.swift /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/RxSwift/Observables/TakeWhile.swift /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/RxSwift/Observables/SkipWhile.swift /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/RxSwift/Observables/Sample.swift /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/RxSwift/Observables/Throttle.swift /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/RxSwift/Observables/ShareReplayScope.swift /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/RxSwift/Concurrency/SynchronizedUnsubscribeType.swift /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/RxSwift/Schedulers/Internal/InvocableType.swift /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/RxSwift/ObservableType.swift /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/RxSwift/ConnectableObservableType.swift /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/RxSwift/ObservableConvertibleType.swift /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/RxSwift/Concurrency/SynchronizedDisposeType.swift /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/RxSwift/Schedulers/Internal/ScheduledItemType.swift /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/RxSwift/Concurrency/SynchronizedOnType.swift /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/RxSwift/SchedulerType.swift /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/RxSwift/ImmediateSchedulerType.swift /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/RxSwift/Concurrency/LockOwnerType.swift /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/RxSwift/Schedulers/VirtualTimeConverterType.swift /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/RxSwift/ObserverType.swift /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/RxSwift/Subjects/SubjectType.swift /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/RxSwift/Disposables/DisposeBase.swift /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/RxSwift/Observers/ObserverBase.swift /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/RxSwift/Observables/Create.swift /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/RxSwift/Observables/Generate.swift /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/Platform/DataStructures/Queue.swift /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/Platform/DataStructures/PriorityQueue.swift /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/RxSwift/Reactive.swift /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/RxSwift/Observables/Materialize.swift /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/RxSwift/Observables/Dematerialize.swift /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/RxSwift/Observables/AddRef.swift /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/Platform/DataStructures/Bag.swift /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/RxSwift/Disposables/DisposeBag.swift /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/RxSwift/Observables/Using.swift /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/RxSwift/Observables/Debug.swift /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/RxSwift/Observables/Catch.swift /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/RxSwift/Date+Dispatch.swift /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/RxSwift/Observables/Switch.swift /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/RxSwift/Observables/StartWith.swift /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/RxSwift/Concurrency/Lock.swift /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/RxSwift/Concurrency/AsyncLock.swift /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/Platform/RecursiveLock.swift /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/RxSwift/Observables/Sink.swift /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/RxSwift/Observers/TailRecursiveSink.swift /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/RxSwift/Observables/Optional.swift /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/RxSwift/Observables/TakeUntil.swift /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/RxSwift/Observables/SkipUntil.swift /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/RxSwift/Schedulers/Internal/ScheduledItem.swift /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/RxSwift/Schedulers/Internal/InvocableScheduledItem.swift /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/RxSwift/Observables/WithLatestFrom.swift /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/RxSwift/Observables/SubscribeOn.swift /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/RxSwift/Observables/ObserveOn.swift /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/RxSwift/Observables/Scan.swift /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/RxSwift/Traits/Completable+AndThen.swift /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/RxSwift/Observables/RetryWhen.swift /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/Platform/Platform.Darwin.swift /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/RxSwift/Schedulers/SchedulerServices+Emulation.swift /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/RxSwift/Schedulers/Internal/DispatchQueueConfiguration.swift /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/RxSwift/Observables/Zip+Collection.swift /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/RxSwift/Observables/CombineLatest+Collection.swift /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/RxSwift/Observables/DelaySubscription.swift /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/RxSwift/Observables/Do.swift /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/RxSwift/Observables/Map.swift /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/RxSwift/Observables/CompactMap.swift /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/RxSwift/Observables/Zip.swift /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/RxSwift/Observables/Skip.swift /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/RxSwift/Observables/Producer.swift /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/RxSwift/Observables/Buffer.swift /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/RxSwift/Schedulers/CurrentThreadScheduler.swift /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/RxSwift/Schedulers/VirtualTimeScheduler.swift /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/RxSwift/Schedulers/SerialDispatchQueueScheduler.swift /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/RxSwift/Schedulers/ConcurrentDispatchQueueScheduler.swift /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/RxSwift/Schedulers/OperationQueueScheduler.swift /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/RxSwift/Schedulers/RecursiveScheduler.swift /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/RxSwift/Schedulers/HistoricalScheduler.swift /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/RxSwift/Schedulers/MainScheduler.swift /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/RxSwift/Schedulers/ConcurrentMainScheduler.swift /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/RxSwift/Observables/Timer.swift /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/RxSwift/Observables/Filter.swift /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/RxSwift/Schedulers/HistoricalSchedulerTimeConverter.swift /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/RxSwift/Observables/Never.swift /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/RxSwift/Observers/AnonymousObserver.swift /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/RxSwift/AnyObserver.swift /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/RxSwift/Observables/Error.swift /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/RxSwift/Disposables/Disposables.swift /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/RxSwift/ObservableType+Extensions.swift /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/Platform/DispatchQueue+Extensions.swift /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/RxSwift/Errors.swift /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/RxSwift/Observables/ElementAt.swift /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/RxSwift/Observables/Concat.swift /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/RxSwift/Observables/Repeat.swift /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/RxSwift/Subjects/AsyncSubject.swift /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/RxSwift/Subjects/PublishSubject.swift /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/RxSwift/Subjects/BehaviorSubject.swift /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/RxSwift/Subjects/ReplaySubject.swift /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/Platform/AtomicInt.swift /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/RxSwift/Event.swift /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/RxSwift/SwiftSupport/SwiftSupport.swift /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/RxSwift/Observables/TakeLast.swift /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/RxSwift/Observables/Multicast.swift /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/RxSwift/Observables/CombineLatest.swift /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/RxSwift/Observables/First.swift /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/RxSwift/Observables/Just.swift /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/RxSwift/Observables/Timeout.swift /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/RxSwift/Observables/Window.swift /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/RxSwift/Extensions/Bag+Rx.swift /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/RxSwift/Rx.swift /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/RxSwift/RxMutableBox.swift /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/Platform/Platform.Linux.swift /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/RxSwift/Observables/GroupBy.swift /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/RxSwift/Observables/Delay.swift /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/RxSwift/Observables/ToArray.swift /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/RxSwift/Traits/PrimitiveSequence+Zip+arity.swift /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/RxSwift/Observables/Zip+arity.swift /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/RxSwift/Observables/CombineLatest+arity.swift /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/RxSwift/Observables/Empty.swift /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/RxSwift/Observables/SwitchIfEmpty.swift /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/RxSwift/Observables/DefaultIfEmpty.swift /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/prebuilt-modules/ObjectiveC.swiftmodule/x86_64.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/prebuilt-modules/CoreImage.swiftmodule/x86_64.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/prebuilt-modules/QuartzCore.swiftmodule/x86_64.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/prebuilt-modules/Dispatch.swiftmodule/x86_64.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/prebuilt-modules/Metal.swiftmodule/x86_64.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/prebuilt-modules/Darwin.swiftmodule/x86_64.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/prebuilt-modules/Foundation.swiftmodule/x86_64.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/prebuilt-modules/CoreFoundation.swiftmodule/x86_64.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/prebuilt-modules/CoreGraphics.swiftmodule/x86_64.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/prebuilt-modules/Swift.swiftmodule/x86_64.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/prebuilt-modules/UIKit.swiftmodule/x86_64.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/prebuilt-modules/SwiftOnoneSupport.swiftmodule/x86_64.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/prebuilt-modules/Combine.swiftmodule/x86_64-apple-ios-simulator.swiftmodule /Users/ozgun/Desktop/IOSCase/Pods/Target\ Support\ Files/RxSwift/RxSwift-umbrella.h /Users/ozgun/Desktop/IOSCase/build/Pods.build/Debug-iphonesimulator/RxSwift.build/unextended-module.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.6.sdk/usr/include/objc/ObjectiveC.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.6.sdk/System/Library/Frameworks/OpenGLES.framework/Headers/OpenGLES.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.6.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CoreImage.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.6.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/QuartzCore.apinotes /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/apinotes/Dispatch.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.6.sdk/System/Library/Frameworks/Metal.framework/Headers/Metal.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.6.sdk/usr/include/Darwin.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.6.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.6.sdk/System/Library/Frameworks/CoreGraphics.framework/Headers/CoreGraphics.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.6.sdk/System/Library/Frameworks/UserNotifications.framework/Headers/UserNotifications.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.6.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIKit.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.6.sdk/System/Library/Frameworks/CoreText.framework/Headers/CoreText.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.6.sdk/System/Library/Frameworks/Security.framework/Headers/Security.apinotes /Users/ozgun/Desktop/IOSCase/build/Pods.build/Debug-iphonesimulator/RxSwift.build/Objects-normal/x86_64/SchedulerServices+Emulation~partial.swiftmodule : /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/RxSwift/Observables/Amb.swift /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/RxSwift/Observables/SingleAsync.swift /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/RxSwift/Observables/DistinctUntilChanged.swift /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/RxSwift/Observables/Deferred.swift /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/RxSwift/Deprecated.swift /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/RxSwift/Observables/Enumerated.swift /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/RxSwift/Traits/Maybe.swift /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/RxSwift/Observables/AsMaybe.swift /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/RxSwift/Observables/Sequence.swift /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/Platform/DataStructures/InfiniteSequence.swift /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/RxSwift/Traits/ObservableType+PrimitiveSequence.swift /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/RxSwift/Traits/PrimitiveSequence.swift /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/RxSwift/Observables/Debounce.swift /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/RxSwift/Observables/Reduce.swift /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/RxSwift/Observables/Range.swift /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/RxSwift/Observables/Merge.swift /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/RxSwift/Observables/Take.swift /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/RxSwift/Cancelable.swift /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/RxSwift/Disposable.swift /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/RxSwift/Disposables/ScheduledDisposable.swift /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/RxSwift/Disposables/CompositeDisposable.swift /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/RxSwift/Disposables/SerialDisposable.swift /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/RxSwift/Disposables/BooleanDisposable.swift /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/RxSwift/Disposables/SubscriptionDisposable.swift /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/RxSwift/Disposables/NopDisposable.swift /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/RxSwift/Disposables/AnonymousDisposable.swift /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/RxSwift/Disposables/SingleAssignmentDisposable.swift /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/RxSwift/Disposables/RefCountDisposable.swift /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/RxSwift/Disposables/BinaryDisposable.swift /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/RxSwift/Traits/Completable.swift /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/RxSwift/Observable.swift /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/RxSwift/GroupedObservable.swift /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/RxSwift/Traits/Single.swift /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/RxSwift/Observables/AsSingle.swift /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/RxSwift/Observables/TakeWhile.swift /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/RxSwift/Observables/SkipWhile.swift /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/RxSwift/Observables/Sample.swift /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/RxSwift/Observables/Throttle.swift /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/RxSwift/Observables/ShareReplayScope.swift /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/RxSwift/Concurrency/SynchronizedUnsubscribeType.swift /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/RxSwift/Schedulers/Internal/InvocableType.swift /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/RxSwift/ObservableType.swift /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/RxSwift/ConnectableObservableType.swift /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/RxSwift/ObservableConvertibleType.swift /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/RxSwift/Concurrency/SynchronizedDisposeType.swift /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/RxSwift/Schedulers/Internal/ScheduledItemType.swift /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/RxSwift/Concurrency/SynchronizedOnType.swift /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/RxSwift/SchedulerType.swift /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/RxSwift/ImmediateSchedulerType.swift /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/RxSwift/Concurrency/LockOwnerType.swift /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/RxSwift/Schedulers/VirtualTimeConverterType.swift /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/RxSwift/ObserverType.swift /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/RxSwift/Subjects/SubjectType.swift /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/RxSwift/Disposables/DisposeBase.swift /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/RxSwift/Observers/ObserverBase.swift /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/RxSwift/Observables/Create.swift /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/RxSwift/Observables/Generate.swift /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/Platform/DataStructures/Queue.swift /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/Platform/DataStructures/PriorityQueue.swift /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/RxSwift/Reactive.swift /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/RxSwift/Observables/Materialize.swift /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/RxSwift/Observables/Dematerialize.swift /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/RxSwift/Observables/AddRef.swift /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/Platform/DataStructures/Bag.swift /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/RxSwift/Disposables/DisposeBag.swift /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/RxSwift/Observables/Using.swift /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/RxSwift/Observables/Debug.swift /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/RxSwift/Observables/Catch.swift /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/RxSwift/Date+Dispatch.swift /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/RxSwift/Observables/Switch.swift /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/RxSwift/Observables/StartWith.swift /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/RxSwift/Concurrency/Lock.swift /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/RxSwift/Concurrency/AsyncLock.swift /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/Platform/RecursiveLock.swift /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/RxSwift/Observables/Sink.swift /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/RxSwift/Observers/TailRecursiveSink.swift /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/RxSwift/Observables/Optional.swift /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/RxSwift/Observables/TakeUntil.swift /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/RxSwift/Observables/SkipUntil.swift /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/RxSwift/Schedulers/Internal/ScheduledItem.swift /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/RxSwift/Schedulers/Internal/InvocableScheduledItem.swift /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/RxSwift/Observables/WithLatestFrom.swift /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/RxSwift/Observables/SubscribeOn.swift /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/RxSwift/Observables/ObserveOn.swift /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/RxSwift/Observables/Scan.swift /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/RxSwift/Traits/Completable+AndThen.swift /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/RxSwift/Observables/RetryWhen.swift /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/Platform/Platform.Darwin.swift /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/RxSwift/Schedulers/SchedulerServices+Emulation.swift /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/RxSwift/Schedulers/Internal/DispatchQueueConfiguration.swift /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/RxSwift/Observables/Zip+Collection.swift /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/RxSwift/Observables/CombineLatest+Collection.swift /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/RxSwift/Observables/DelaySubscription.swift /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/RxSwift/Observables/Do.swift /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/RxSwift/Observables/Map.swift /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/RxSwift/Observables/CompactMap.swift /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/RxSwift/Observables/Zip.swift /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/RxSwift/Observables/Skip.swift /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/RxSwift/Observables/Producer.swift /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/RxSwift/Observables/Buffer.swift /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/RxSwift/Schedulers/CurrentThreadScheduler.swift /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/RxSwift/Schedulers/VirtualTimeScheduler.swift /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/RxSwift/Schedulers/SerialDispatchQueueScheduler.swift /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/RxSwift/Schedulers/ConcurrentDispatchQueueScheduler.swift /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/RxSwift/Schedulers/OperationQueueScheduler.swift /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/RxSwift/Schedulers/RecursiveScheduler.swift /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/RxSwift/Schedulers/HistoricalScheduler.swift /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/RxSwift/Schedulers/MainScheduler.swift /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/RxSwift/Schedulers/ConcurrentMainScheduler.swift /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/RxSwift/Observables/Timer.swift /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/RxSwift/Observables/Filter.swift /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/RxSwift/Schedulers/HistoricalSchedulerTimeConverter.swift /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/RxSwift/Observables/Never.swift /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/RxSwift/Observers/AnonymousObserver.swift /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/RxSwift/AnyObserver.swift /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/RxSwift/Observables/Error.swift /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/RxSwift/Disposables/Disposables.swift /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/RxSwift/ObservableType+Extensions.swift /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/Platform/DispatchQueue+Extensions.swift /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/RxSwift/Errors.swift /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/RxSwift/Observables/ElementAt.swift /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/RxSwift/Observables/Concat.swift /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/RxSwift/Observables/Repeat.swift /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/RxSwift/Subjects/AsyncSubject.swift /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/RxSwift/Subjects/PublishSubject.swift /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/RxSwift/Subjects/BehaviorSubject.swift /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/RxSwift/Subjects/ReplaySubject.swift /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/Platform/AtomicInt.swift /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/RxSwift/Event.swift /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/RxSwift/SwiftSupport/SwiftSupport.swift /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/RxSwift/Observables/TakeLast.swift /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/RxSwift/Observables/Multicast.swift /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/RxSwift/Observables/CombineLatest.swift /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/RxSwift/Observables/First.swift /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/RxSwift/Observables/Just.swift /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/RxSwift/Observables/Timeout.swift /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/RxSwift/Observables/Window.swift /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/RxSwift/Extensions/Bag+Rx.swift /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/RxSwift/Rx.swift /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/RxSwift/RxMutableBox.swift /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/Platform/Platform.Linux.swift /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/RxSwift/Observables/GroupBy.swift /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/RxSwift/Observables/Delay.swift /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/RxSwift/Observables/ToArray.swift /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/RxSwift/Traits/PrimitiveSequence+Zip+arity.swift /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/RxSwift/Observables/Zip+arity.swift /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/RxSwift/Observables/CombineLatest+arity.swift /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/RxSwift/Observables/Empty.swift /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/RxSwift/Observables/SwitchIfEmpty.swift /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/RxSwift/Observables/DefaultIfEmpty.swift /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/prebuilt-modules/ObjectiveC.swiftmodule/x86_64.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/prebuilt-modules/CoreImage.swiftmodule/x86_64.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/prebuilt-modules/QuartzCore.swiftmodule/x86_64.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/prebuilt-modules/Dispatch.swiftmodule/x86_64.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/prebuilt-modules/Metal.swiftmodule/x86_64.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/prebuilt-modules/Darwin.swiftmodule/x86_64.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/prebuilt-modules/Foundation.swiftmodule/x86_64.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/prebuilt-modules/CoreFoundation.swiftmodule/x86_64.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/prebuilt-modules/CoreGraphics.swiftmodule/x86_64.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/prebuilt-modules/Swift.swiftmodule/x86_64.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/prebuilt-modules/UIKit.swiftmodule/x86_64.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/prebuilt-modules/SwiftOnoneSupport.swiftmodule/x86_64.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/prebuilt-modules/Combine.swiftmodule/x86_64-apple-ios-simulator.swiftmodule /Users/ozgun/Desktop/IOSCase/Pods/Target\ Support\ Files/RxSwift/RxSwift-umbrella.h /Users/ozgun/Desktop/IOSCase/build/Pods.build/Debug-iphonesimulator/RxSwift.build/unextended-module.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.6.sdk/usr/include/objc/ObjectiveC.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.6.sdk/System/Library/Frameworks/OpenGLES.framework/Headers/OpenGLES.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.6.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CoreImage.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.6.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/QuartzCore.apinotes /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/apinotes/Dispatch.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.6.sdk/System/Library/Frameworks/Metal.framework/Headers/Metal.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.6.sdk/usr/include/Darwin.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.6.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.6.sdk/System/Library/Frameworks/CoreGraphics.framework/Headers/CoreGraphics.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.6.sdk/System/Library/Frameworks/UserNotifications.framework/Headers/UserNotifications.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.6.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIKit.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.6.sdk/System/Library/Frameworks/CoreText.framework/Headers/CoreText.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.6.sdk/System/Library/Frameworks/Security.framework/Headers/Security.apinotes /Users/ozgun/Desktop/IOSCase/build/Pods.build/Debug-iphonesimulator/RxSwift.build/Objects-normal/x86_64/SchedulerServices+Emulation~partial.swiftdoc : /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/RxSwift/Observables/Amb.swift /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/RxSwift/Observables/SingleAsync.swift /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/RxSwift/Observables/DistinctUntilChanged.swift /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/RxSwift/Observables/Deferred.swift /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/RxSwift/Deprecated.swift /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/RxSwift/Observables/Enumerated.swift /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/RxSwift/Traits/Maybe.swift /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/RxSwift/Observables/AsMaybe.swift /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/RxSwift/Observables/Sequence.swift /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/Platform/DataStructures/InfiniteSequence.swift /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/RxSwift/Traits/ObservableType+PrimitiveSequence.swift /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/RxSwift/Traits/PrimitiveSequence.swift /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/RxSwift/Observables/Debounce.swift /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/RxSwift/Observables/Reduce.swift /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/RxSwift/Observables/Range.swift /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/RxSwift/Observables/Merge.swift /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/RxSwift/Observables/Take.swift /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/RxSwift/Cancelable.swift /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/RxSwift/Disposable.swift /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/RxSwift/Disposables/ScheduledDisposable.swift /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/RxSwift/Disposables/CompositeDisposable.swift /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/RxSwift/Disposables/SerialDisposable.swift /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/RxSwift/Disposables/BooleanDisposable.swift /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/RxSwift/Disposables/SubscriptionDisposable.swift /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/RxSwift/Disposables/NopDisposable.swift /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/RxSwift/Disposables/AnonymousDisposable.swift /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/RxSwift/Disposables/SingleAssignmentDisposable.swift /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/RxSwift/Disposables/RefCountDisposable.swift /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/RxSwift/Disposables/BinaryDisposable.swift /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/RxSwift/Traits/Completable.swift /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/RxSwift/Observable.swift /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/RxSwift/GroupedObservable.swift /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/RxSwift/Traits/Single.swift /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/RxSwift/Observables/AsSingle.swift /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/RxSwift/Observables/TakeWhile.swift /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/RxSwift/Observables/SkipWhile.swift /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/RxSwift/Observables/Sample.swift /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/RxSwift/Observables/Throttle.swift /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/RxSwift/Observables/ShareReplayScope.swift /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/RxSwift/Concurrency/SynchronizedUnsubscribeType.swift /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/RxSwift/Schedulers/Internal/InvocableType.swift /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/RxSwift/ObservableType.swift /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/RxSwift/ConnectableObservableType.swift /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/RxSwift/ObservableConvertibleType.swift /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/RxSwift/Concurrency/SynchronizedDisposeType.swift /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/RxSwift/Schedulers/Internal/ScheduledItemType.swift /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/RxSwift/Concurrency/SynchronizedOnType.swift /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/RxSwift/SchedulerType.swift /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/RxSwift/ImmediateSchedulerType.swift /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/RxSwift/Concurrency/LockOwnerType.swift /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/RxSwift/Schedulers/VirtualTimeConverterType.swift /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/RxSwift/ObserverType.swift /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/RxSwift/Subjects/SubjectType.swift /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/RxSwift/Disposables/DisposeBase.swift /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/RxSwift/Observers/ObserverBase.swift /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/RxSwift/Observables/Create.swift /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/RxSwift/Observables/Generate.swift /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/Platform/DataStructures/Queue.swift /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/Platform/DataStructures/PriorityQueue.swift /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/RxSwift/Reactive.swift /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/RxSwift/Observables/Materialize.swift /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/RxSwift/Observables/Dematerialize.swift /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/RxSwift/Observables/AddRef.swift /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/Platform/DataStructures/Bag.swift /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/RxSwift/Disposables/DisposeBag.swift /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/RxSwift/Observables/Using.swift /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/RxSwift/Observables/Debug.swift /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/RxSwift/Observables/Catch.swift /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/RxSwift/Date+Dispatch.swift /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/RxSwift/Observables/Switch.swift /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/RxSwift/Observables/StartWith.swift /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/RxSwift/Concurrency/Lock.swift /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/RxSwift/Concurrency/AsyncLock.swift /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/Platform/RecursiveLock.swift /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/RxSwift/Observables/Sink.swift /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/RxSwift/Observers/TailRecursiveSink.swift /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/RxSwift/Observables/Optional.swift /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/RxSwift/Observables/TakeUntil.swift /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/RxSwift/Observables/SkipUntil.swift /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/RxSwift/Schedulers/Internal/ScheduledItem.swift /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/RxSwift/Schedulers/Internal/InvocableScheduledItem.swift /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/RxSwift/Observables/WithLatestFrom.swift /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/RxSwift/Observables/SubscribeOn.swift /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/RxSwift/Observables/ObserveOn.swift /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/RxSwift/Observables/Scan.swift /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/RxSwift/Traits/Completable+AndThen.swift /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/RxSwift/Observables/RetryWhen.swift /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/Platform/Platform.Darwin.swift /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/RxSwift/Schedulers/SchedulerServices+Emulation.swift /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/RxSwift/Schedulers/Internal/DispatchQueueConfiguration.swift /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/RxSwift/Observables/Zip+Collection.swift /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/RxSwift/Observables/CombineLatest+Collection.swift /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/RxSwift/Observables/DelaySubscription.swift /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/RxSwift/Observables/Do.swift /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/RxSwift/Observables/Map.swift /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/RxSwift/Observables/CompactMap.swift /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/RxSwift/Observables/Zip.swift /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/RxSwift/Observables/Skip.swift /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/RxSwift/Observables/Producer.swift /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/RxSwift/Observables/Buffer.swift /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/RxSwift/Schedulers/CurrentThreadScheduler.swift /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/RxSwift/Schedulers/VirtualTimeScheduler.swift /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/RxSwift/Schedulers/SerialDispatchQueueScheduler.swift /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/RxSwift/Schedulers/ConcurrentDispatchQueueScheduler.swift /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/RxSwift/Schedulers/OperationQueueScheduler.swift /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/RxSwift/Schedulers/RecursiveScheduler.swift /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/RxSwift/Schedulers/HistoricalScheduler.swift /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/RxSwift/Schedulers/MainScheduler.swift /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/RxSwift/Schedulers/ConcurrentMainScheduler.swift /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/RxSwift/Observables/Timer.swift /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/RxSwift/Observables/Filter.swift /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/RxSwift/Schedulers/HistoricalSchedulerTimeConverter.swift /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/RxSwift/Observables/Never.swift /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/RxSwift/Observers/AnonymousObserver.swift /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/RxSwift/AnyObserver.swift /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/RxSwift/Observables/Error.swift /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/RxSwift/Disposables/Disposables.swift /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/RxSwift/ObservableType+Extensions.swift /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/Platform/DispatchQueue+Extensions.swift /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/RxSwift/Errors.swift /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/RxSwift/Observables/ElementAt.swift /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/RxSwift/Observables/Concat.swift /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/RxSwift/Observables/Repeat.swift /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/RxSwift/Subjects/AsyncSubject.swift /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/RxSwift/Subjects/PublishSubject.swift /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/RxSwift/Subjects/BehaviorSubject.swift /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/RxSwift/Subjects/ReplaySubject.swift /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/Platform/AtomicInt.swift /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/RxSwift/Event.swift /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/RxSwift/SwiftSupport/SwiftSupport.swift /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/RxSwift/Observables/TakeLast.swift /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/RxSwift/Observables/Multicast.swift /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/RxSwift/Observables/CombineLatest.swift /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/RxSwift/Observables/First.swift /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/RxSwift/Observables/Just.swift /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/RxSwift/Observables/Timeout.swift /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/RxSwift/Observables/Window.swift /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/RxSwift/Extensions/Bag+Rx.swift /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/RxSwift/Rx.swift /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/RxSwift/RxMutableBox.swift /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/Platform/Platform.Linux.swift /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/RxSwift/Observables/GroupBy.swift /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/RxSwift/Observables/Delay.swift /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/RxSwift/Observables/ToArray.swift /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/RxSwift/Traits/PrimitiveSequence+Zip+arity.swift /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/RxSwift/Observables/Zip+arity.swift /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/RxSwift/Observables/CombineLatest+arity.swift /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/RxSwift/Observables/Empty.swift /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/RxSwift/Observables/SwitchIfEmpty.swift /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/RxSwift/Observables/DefaultIfEmpty.swift /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/prebuilt-modules/ObjectiveC.swiftmodule/x86_64.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/prebuilt-modules/CoreImage.swiftmodule/x86_64.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/prebuilt-modules/QuartzCore.swiftmodule/x86_64.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/prebuilt-modules/Dispatch.swiftmodule/x86_64.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/prebuilt-modules/Metal.swiftmodule/x86_64.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/prebuilt-modules/Darwin.swiftmodule/x86_64.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/prebuilt-modules/Foundation.swiftmodule/x86_64.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/prebuilt-modules/CoreFoundation.swiftmodule/x86_64.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/prebuilt-modules/CoreGraphics.swiftmodule/x86_64.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/prebuilt-modules/Swift.swiftmodule/x86_64.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/prebuilt-modules/UIKit.swiftmodule/x86_64.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/prebuilt-modules/SwiftOnoneSupport.swiftmodule/x86_64.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/prebuilt-modules/Combine.swiftmodule/x86_64-apple-ios-simulator.swiftmodule /Users/ozgun/Desktop/IOSCase/Pods/Target\ Support\ Files/RxSwift/RxSwift-umbrella.h /Users/ozgun/Desktop/IOSCase/build/Pods.build/Debug-iphonesimulator/RxSwift.build/unextended-module.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.6.sdk/usr/include/objc/ObjectiveC.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.6.sdk/System/Library/Frameworks/OpenGLES.framework/Headers/OpenGLES.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.6.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CoreImage.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.6.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/QuartzCore.apinotes /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/apinotes/Dispatch.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.6.sdk/System/Library/Frameworks/Metal.framework/Headers/Metal.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.6.sdk/usr/include/Darwin.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.6.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.6.sdk/System/Library/Frameworks/CoreGraphics.framework/Headers/CoreGraphics.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.6.sdk/System/Library/Frameworks/UserNotifications.framework/Headers/UserNotifications.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.6.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIKit.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.6.sdk/System/Library/Frameworks/CoreText.framework/Headers/CoreText.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.6.sdk/System/Library/Frameworks/Security.framework/Headers/Security.apinotes /Users/ozgun/Desktop/IOSCase/build/Pods.build/Debug-iphonesimulator/RxSwift.build/Objects-normal/x86_64/SchedulerServices+Emulation~partial.swiftsourceinfo : /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/RxSwift/Observables/Amb.swift /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/RxSwift/Observables/SingleAsync.swift /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/RxSwift/Observables/DistinctUntilChanged.swift /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/RxSwift/Observables/Deferred.swift /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/RxSwift/Deprecated.swift /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/RxSwift/Observables/Enumerated.swift /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/RxSwift/Traits/Maybe.swift /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/RxSwift/Observables/AsMaybe.swift /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/RxSwift/Observables/Sequence.swift /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/Platform/DataStructures/InfiniteSequence.swift /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/RxSwift/Traits/ObservableType+PrimitiveSequence.swift /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/RxSwift/Traits/PrimitiveSequence.swift /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/RxSwift/Observables/Debounce.swift /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/RxSwift/Observables/Reduce.swift /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/RxSwift/Observables/Range.swift /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/RxSwift/Observables/Merge.swift /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/RxSwift/Observables/Take.swift /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/RxSwift/Cancelable.swift /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/RxSwift/Disposable.swift /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/RxSwift/Disposables/ScheduledDisposable.swift /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/RxSwift/Disposables/CompositeDisposable.swift /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/RxSwift/Disposables/SerialDisposable.swift /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/RxSwift/Disposables/BooleanDisposable.swift /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/RxSwift/Disposables/SubscriptionDisposable.swift /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/RxSwift/Disposables/NopDisposable.swift /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/RxSwift/Disposables/AnonymousDisposable.swift /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/RxSwift/Disposables/SingleAssignmentDisposable.swift /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/RxSwift/Disposables/RefCountDisposable.swift /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/RxSwift/Disposables/BinaryDisposable.swift /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/RxSwift/Traits/Completable.swift /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/RxSwift/Observable.swift /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/RxSwift/GroupedObservable.swift /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/RxSwift/Traits/Single.swift /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/RxSwift/Observables/AsSingle.swift /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/RxSwift/Observables/TakeWhile.swift /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/RxSwift/Observables/SkipWhile.swift /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/RxSwift/Observables/Sample.swift /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/RxSwift/Observables/Throttle.swift /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/RxSwift/Observables/ShareReplayScope.swift /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/RxSwift/Concurrency/SynchronizedUnsubscribeType.swift /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/RxSwift/Schedulers/Internal/InvocableType.swift /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/RxSwift/ObservableType.swift /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/RxSwift/ConnectableObservableType.swift /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/RxSwift/ObservableConvertibleType.swift /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/RxSwift/Concurrency/SynchronizedDisposeType.swift /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/RxSwift/Schedulers/Internal/ScheduledItemType.swift /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/RxSwift/Concurrency/SynchronizedOnType.swift /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/RxSwift/SchedulerType.swift /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/RxSwift/ImmediateSchedulerType.swift /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/RxSwift/Concurrency/LockOwnerType.swift /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/RxSwift/Schedulers/VirtualTimeConverterType.swift /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/RxSwift/ObserverType.swift /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/RxSwift/Subjects/SubjectType.swift /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/RxSwift/Disposables/DisposeBase.swift /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/RxSwift/Observers/ObserverBase.swift /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/RxSwift/Observables/Create.swift /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/RxSwift/Observables/Generate.swift /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/Platform/DataStructures/Queue.swift /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/Platform/DataStructures/PriorityQueue.swift /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/RxSwift/Reactive.swift /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/RxSwift/Observables/Materialize.swift /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/RxSwift/Observables/Dematerialize.swift /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/RxSwift/Observables/AddRef.swift /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/Platform/DataStructures/Bag.swift /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/RxSwift/Disposables/DisposeBag.swift /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/RxSwift/Observables/Using.swift /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/RxSwift/Observables/Debug.swift /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/RxSwift/Observables/Catch.swift /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/RxSwift/Date+Dispatch.swift /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/RxSwift/Observables/Switch.swift /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/RxSwift/Observables/StartWith.swift /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/RxSwift/Concurrency/Lock.swift /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/RxSwift/Concurrency/AsyncLock.swift /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/Platform/RecursiveLock.swift /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/RxSwift/Observables/Sink.swift /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/RxSwift/Observers/TailRecursiveSink.swift /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/RxSwift/Observables/Optional.swift /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/RxSwift/Observables/TakeUntil.swift /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/RxSwift/Observables/SkipUntil.swift /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/RxSwift/Schedulers/Internal/ScheduledItem.swift /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/RxSwift/Schedulers/Internal/InvocableScheduledItem.swift /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/RxSwift/Observables/WithLatestFrom.swift /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/RxSwift/Observables/SubscribeOn.swift /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/RxSwift/Observables/ObserveOn.swift /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/RxSwift/Observables/Scan.swift /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/RxSwift/Traits/Completable+AndThen.swift /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/RxSwift/Observables/RetryWhen.swift /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/Platform/Platform.Darwin.swift /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/RxSwift/Schedulers/SchedulerServices+Emulation.swift /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/RxSwift/Schedulers/Internal/DispatchQueueConfiguration.swift /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/RxSwift/Observables/Zip+Collection.swift /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/RxSwift/Observables/CombineLatest+Collection.swift /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/RxSwift/Observables/DelaySubscription.swift /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/RxSwift/Observables/Do.swift /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/RxSwift/Observables/Map.swift /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/RxSwift/Observables/CompactMap.swift /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/RxSwift/Observables/Zip.swift /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/RxSwift/Observables/Skip.swift /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/RxSwift/Observables/Producer.swift /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/RxSwift/Observables/Buffer.swift /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/RxSwift/Schedulers/CurrentThreadScheduler.swift /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/RxSwift/Schedulers/VirtualTimeScheduler.swift /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/RxSwift/Schedulers/SerialDispatchQueueScheduler.swift /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/RxSwift/Schedulers/ConcurrentDispatchQueueScheduler.swift /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/RxSwift/Schedulers/OperationQueueScheduler.swift /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/RxSwift/Schedulers/RecursiveScheduler.swift /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/RxSwift/Schedulers/HistoricalScheduler.swift /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/RxSwift/Schedulers/MainScheduler.swift /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/RxSwift/Schedulers/ConcurrentMainScheduler.swift /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/RxSwift/Observables/Timer.swift /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/RxSwift/Observables/Filter.swift /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/RxSwift/Schedulers/HistoricalSchedulerTimeConverter.swift /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/RxSwift/Observables/Never.swift /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/RxSwift/Observers/AnonymousObserver.swift /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/RxSwift/AnyObserver.swift /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/RxSwift/Observables/Error.swift /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/RxSwift/Disposables/Disposables.swift /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/RxSwift/ObservableType+Extensions.swift /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/Platform/DispatchQueue+Extensions.swift /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/RxSwift/Errors.swift /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/RxSwift/Observables/ElementAt.swift /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/RxSwift/Observables/Concat.swift /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/RxSwift/Observables/Repeat.swift /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/RxSwift/Subjects/AsyncSubject.swift /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/RxSwift/Subjects/PublishSubject.swift /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/RxSwift/Subjects/BehaviorSubject.swift /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/RxSwift/Subjects/ReplaySubject.swift /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/Platform/AtomicInt.swift /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/RxSwift/Event.swift /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/RxSwift/SwiftSupport/SwiftSupport.swift /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/RxSwift/Observables/TakeLast.swift /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/RxSwift/Observables/Multicast.swift /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/RxSwift/Observables/CombineLatest.swift /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/RxSwift/Observables/First.swift /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/RxSwift/Observables/Just.swift /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/RxSwift/Observables/Timeout.swift /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/RxSwift/Observables/Window.swift /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/RxSwift/Extensions/Bag+Rx.swift /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/RxSwift/Rx.swift /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/RxSwift/RxMutableBox.swift /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/Platform/Platform.Linux.swift /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/RxSwift/Observables/GroupBy.swift /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/RxSwift/Observables/Delay.swift /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/RxSwift/Observables/ToArray.swift /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/RxSwift/Traits/PrimitiveSequence+Zip+arity.swift /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/RxSwift/Observables/Zip+arity.swift /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/RxSwift/Observables/CombineLatest+arity.swift /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/RxSwift/Observables/Empty.swift /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/RxSwift/Observables/SwitchIfEmpty.swift /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/RxSwift/Observables/DefaultIfEmpty.swift /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/prebuilt-modules/ObjectiveC.swiftmodule/x86_64.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/prebuilt-modules/CoreImage.swiftmodule/x86_64.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/prebuilt-modules/QuartzCore.swiftmodule/x86_64.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/prebuilt-modules/Dispatch.swiftmodule/x86_64.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/prebuilt-modules/Metal.swiftmodule/x86_64.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/prebuilt-modules/Darwin.swiftmodule/x86_64.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/prebuilt-modules/Foundation.swiftmodule/x86_64.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/prebuilt-modules/CoreFoundation.swiftmodule/x86_64.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/prebuilt-modules/CoreGraphics.swiftmodule/x86_64.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/prebuilt-modules/Swift.swiftmodule/x86_64.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/prebuilt-modules/UIKit.swiftmodule/x86_64.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/prebuilt-modules/SwiftOnoneSupport.swiftmodule/x86_64.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/prebuilt-modules/Combine.swiftmodule/x86_64-apple-ios-simulator.swiftmodule /Users/ozgun/Desktop/IOSCase/Pods/Target\ Support\ Files/RxSwift/RxSwift-umbrella.h /Users/ozgun/Desktop/IOSCase/build/Pods.build/Debug-iphonesimulator/RxSwift.build/unextended-module.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.6.sdk/usr/include/objc/ObjectiveC.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.6.sdk/System/Library/Frameworks/OpenGLES.framework/Headers/OpenGLES.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.6.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CoreImage.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.6.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/QuartzCore.apinotes /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/apinotes/Dispatch.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.6.sdk/System/Library/Frameworks/Metal.framework/Headers/Metal.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.6.sdk/usr/include/Darwin.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.6.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.6.sdk/System/Library/Frameworks/CoreGraphics.framework/Headers/CoreGraphics.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.6.sdk/System/Library/Frameworks/UserNotifications.framework/Headers/UserNotifications.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.6.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIKit.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.6.sdk/System/Library/Frameworks/CoreText.framework/Headers/CoreText.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.6.sdk/System/Library/Frameworks/Security.framework/Headers/Security.apinotes
D
/Users/sbordo/ultimate_rust_crash_course/invaders/target/rls/debug/deps/libthiserror_impl-a2262b74c5a579ad.dylib: /Users/sbordo/.cargo/registry/src/github.com-1ecc6299db9ec823/thiserror-impl-1.0.26/src/lib.rs /Users/sbordo/.cargo/registry/src/github.com-1ecc6299db9ec823/thiserror-impl-1.0.26/src/ast.rs /Users/sbordo/.cargo/registry/src/github.com-1ecc6299db9ec823/thiserror-impl-1.0.26/src/attr.rs /Users/sbordo/.cargo/registry/src/github.com-1ecc6299db9ec823/thiserror-impl-1.0.26/src/expand.rs /Users/sbordo/.cargo/registry/src/github.com-1ecc6299db9ec823/thiserror-impl-1.0.26/src/fmt.rs /Users/sbordo/.cargo/registry/src/github.com-1ecc6299db9ec823/thiserror-impl-1.0.26/src/prop.rs /Users/sbordo/.cargo/registry/src/github.com-1ecc6299db9ec823/thiserror-impl-1.0.26/src/valid.rs /Users/sbordo/ultimate_rust_crash_course/invaders/target/rls/debug/deps/thiserror_impl-a2262b74c5a579ad.d: /Users/sbordo/.cargo/registry/src/github.com-1ecc6299db9ec823/thiserror-impl-1.0.26/src/lib.rs /Users/sbordo/.cargo/registry/src/github.com-1ecc6299db9ec823/thiserror-impl-1.0.26/src/ast.rs /Users/sbordo/.cargo/registry/src/github.com-1ecc6299db9ec823/thiserror-impl-1.0.26/src/attr.rs /Users/sbordo/.cargo/registry/src/github.com-1ecc6299db9ec823/thiserror-impl-1.0.26/src/expand.rs /Users/sbordo/.cargo/registry/src/github.com-1ecc6299db9ec823/thiserror-impl-1.0.26/src/fmt.rs /Users/sbordo/.cargo/registry/src/github.com-1ecc6299db9ec823/thiserror-impl-1.0.26/src/prop.rs /Users/sbordo/.cargo/registry/src/github.com-1ecc6299db9ec823/thiserror-impl-1.0.26/src/valid.rs /Users/sbordo/.cargo/registry/src/github.com-1ecc6299db9ec823/thiserror-impl-1.0.26/src/lib.rs: /Users/sbordo/.cargo/registry/src/github.com-1ecc6299db9ec823/thiserror-impl-1.0.26/src/ast.rs: /Users/sbordo/.cargo/registry/src/github.com-1ecc6299db9ec823/thiserror-impl-1.0.26/src/attr.rs: /Users/sbordo/.cargo/registry/src/github.com-1ecc6299db9ec823/thiserror-impl-1.0.26/src/expand.rs: /Users/sbordo/.cargo/registry/src/github.com-1ecc6299db9ec823/thiserror-impl-1.0.26/src/fmt.rs: /Users/sbordo/.cargo/registry/src/github.com-1ecc6299db9ec823/thiserror-impl-1.0.26/src/prop.rs: /Users/sbordo/.cargo/registry/src/github.com-1ecc6299db9ec823/thiserror-impl-1.0.26/src/valid.rs:
D
/** Allows the user to load and create bitmap fonts To actually draw text on the screen use the Window draw functions */ module dgt.font; import derelict.sdl2.sdl, derelict.sdl2.ttf; import dgt.array, dgt.geom, dgt.io, dgt.texture, dgt.window; import dgt.util : nullTerminate; /** An enum that determines character styling */ enum FontStyle : int { normal = TTF_STYLE_NORMAL, bold = TTF_STYLE_BOLD, italic = TTF_STYLE_ITALIC, underline = TTF_STYLE_UNDERLINE, strikethrough = TTF_STYLE_STRIKETHROUGH } /** A structure that stores rendered font glyps for drawing on the screen */ struct Font { static immutable FONT_MAX_CHARS = 223; static immutable FONT_CHAR_OFFSET = 32; private Texture source; private Array!Texture characterTextures; private int height; @disable this(); @disable this(this); @nogc nothrow public: /** Load a font from a TTF file with a given size and style */ this(in string filename, in int size, in FontStyle style) { //Pass the C function a null-terminated path to avoid string literal issues auto pathNullTerminated = nullTerminate(filename); TTF_Font* font = TTF_OpenFont(pathNullTerminated.ptr, size); pathNullTerminated.destroy(); TTF_SetFontStyle(font, style); if (font == null) println("Font with filename ", filename, " not found"); SDL_Color color = SDL_Color(255, 255, 255, 255); //Create a null-terminated buffer to send glyphs to the TTF library char[2] buffer = ['\0', '\0']; SDL_Surface*[FONT_MAX_CHARS] characters; int total_width = 0; height = 0; //Render each ASCII character to a surface for (int i = 0; i < FONT_MAX_CHARS; i++) { buffer[0] = getCharFromIndex(i); //Render the character and note how much space it takes up characters[i] = TTF_RenderText_Solid(font, buffer.ptr, color); total_width += characters[i].w; if (characters[i].h > height) height = characters[i].h; } TTF_CloseFont(font); //Blit all of the characters to a large surface SDL_Surface* full = SDL_CreateRGBSurface(0, total_width, height, 32, 0xff000000, 0x00ff0000, 0x0000ff00, 0x000000ff); float position = 0; for (int i = 0; i < FONT_MAX_CHARS; i++) { SDL_Rect dest = SDL_Rect(cast(int)position, 0, 0, 0); SDL_BlitSurface(characters[i], null, full, &dest); position += characters[i].w; } //Load the surface into a texture source = Texture(full); SDL_FreeSurface(full); //Add reference to the texture for each character position = 0; characterTextures = Array!Texture(FONT_MAX_CHARS); for (int i = 0; i < FONT_MAX_CHARS; i++) { characterTextures.add(source.getSlice(Rectangle(position, 0, characters[i].w, characters[i].h))); position += characterTextures[i].size.width; SDL_FreeSurface(characters[i]); } } ~this() { source.destroy(); characterTextures.destroy(); } pure: /// Get the glyph for a given character Texture render(in char c) const { return characterTextures[getIndexFromChar(c)]; } ///Find how much space a string would take when rendered Rectangle getSizeOfString(in string str, float lineHeight = 1) const { float position = 0; float width = 0, height = cast(int)(this.height * lineHeight); for(size_t i = 0; i < str.length; i++) { char c = str[i]; if (position > width) width = position; //a tab is equivalent to 4 space characters if (c == '\t') position += 4 * render(' ').size.width; //Move down a line else if (c == '\n') { height += cast(int)(characterHeight * lineHeight); position = 0; } else if (c != '\r') position += render(c).size.width; } return Rectangle(0, 0, width, height); } //Get the pixel height of the characters in the font @property int characterHeight() const { return height; } private int getIndexFromChar(in char c) const { return c - FONT_CHAR_OFFSET; } private char getCharFromIndex(in int index) const { return cast(char)(index + FONT_CHAR_OFFSET); } }
D
/Users/jimallan/Downloads/starter/location-track-server/.build/x86_64-apple-macosx10.10/debug/NIOHTTP1.build/HTTPServerProtocolErrorHandler.swift.o : /Users/jimallan/Downloads/starter/location-track-server/.build/checkouts/swift-nio.git-6105345694714423636/Sources/NIOHTTP1/HTTPPipelineSetup.swift /Users/jimallan/Downloads/starter/location-track-server/.build/checkouts/swift-nio.git-6105345694714423636/Sources/NIOHTTP1/HTTPDecoder.swift /Users/jimallan/Downloads/starter/location-track-server/.build/checkouts/swift-nio.git-6105345694714423636/Sources/NIOHTTP1/HTTPEncoder.swift /Users/jimallan/Downloads/starter/location-track-server/.build/checkouts/swift-nio.git-6105345694714423636/Sources/NIOHTTP1/HTTPUpgradeHandler.swift /Users/jimallan/Downloads/starter/location-track-server/.build/checkouts/swift-nio.git-6105345694714423636/Sources/NIOHTTP1/HTTPServerPipelineHandler.swift /Users/jimallan/Downloads/starter/location-track-server/.build/checkouts/swift-nio.git-6105345694714423636/Sources/NIOHTTP1/HTTPServerProtocolErrorHandler.swift /Users/jimallan/Downloads/starter/location-track-server/.build/checkouts/swift-nio.git-6105345694714423636/Sources/NIOHTTP1/HTTPResponseCompressor.swift /Users/jimallan/Downloads/starter/location-track-server/.build/checkouts/swift-nio.git-6105345694714423636/Sources/NIOHTTP1/HTTPTypes.swift /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/x86_64/Dispatch.apinotesc /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/x86_64/ObjectiveC.swiftmodule /Users/jimallan/Downloads/starter/location-track-server/.build/x86_64-apple-macosx10.10/debug/NIO.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/x86_64/Dispatch.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/x86_64/Darwin.swiftmodule /Users/jimallan/Downloads/starter/location-track-server/.build/x86_64-apple-macosx10.10/debug/NIOConcurrencyHelpers.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/x86_64/Swift.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/x86_64/SwiftOnoneSupport.swiftmodule /Users/jimallan/Downloads/starter/location-track-server/.build/checkouts/swift-nio.git-6105345694714423636/Sources/CNIOZlib/include/c_nio_zlib.h /Users/jimallan/Downloads/starter/location-track-server/.build/checkouts/swift-nio.git-6105345694714423636/Sources/CNIOAtomics/include/cpp_magic.h /Users/jimallan/Downloads/starter/location-track-server/.build/checkouts/swift-nio.git-6105345694714423636/Sources/CNIODarwin/include/c_nio_darwin.h /Users/jimallan/Downloads/starter/location-track-server/.build/checkouts/swift-nio.git-6105345694714423636/Sources/CNIOHTTPParser/include/c_nio_http_parser.h /Users/jimallan/Downloads/starter/location-track-server/.build/checkouts/swift-nio.git-6105345694714423636/Sources/CNIOAtomics/include/c-atomics.h /Users/jimallan/Downloads/starter/location-track-server/.build/checkouts/swift-nio.git-6105345694714423636/Sources/CNIOLinux/include/c_nio_linux.h /Users/jimallan/Downloads/starter/location-track-server/.build/checkouts/swift-nio-zlib-support.git--8656613645092558840/module.modulemap /Users/jimallan/Downloads/starter/location-track-server/.build/x86_64-apple-macosx10.10/debug/CNIOSHA1.build/module.modulemap /Users/jimallan/Downloads/starter/location-track-server/.build/x86_64-apple-macosx10.10/debug/CNIOOpenSSL.build/module.modulemap /Users/jimallan/Downloads/starter/location-track-server/.build/x86_64-apple-macosx10.10/debug/CNIOZlib.build/module.modulemap /Users/jimallan/Downloads/starter/location-track-server/.build/x86_64-apple-macosx10.10/debug/CNIODarwin.build/module.modulemap /Users/jimallan/Downloads/starter/location-track-server/.build/x86_64-apple-macosx10.10/debug/CNIOHTTPParser.build/module.modulemap /Users/jimallan/Downloads/starter/location-track-server/.build/x86_64-apple-macosx10.10/debug/CNIOAtomics.build/module.modulemap /Users/jimallan/Downloads/starter/location-track-server/.build/x86_64-apple-macosx10.10/debug/CNIOLinux.build/module.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/objc/ObjectiveC.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/Darwin.apinotes /Users/jimallan/Downloads/starter/location-track-server/.build/x86_64-apple-macosx10.10/debug/NIOHTTP1.build/HTTPServerProtocolErrorHandler~partial.swiftmodule : /Users/jimallan/Downloads/starter/location-track-server/.build/checkouts/swift-nio.git-6105345694714423636/Sources/NIOHTTP1/HTTPPipelineSetup.swift /Users/jimallan/Downloads/starter/location-track-server/.build/checkouts/swift-nio.git-6105345694714423636/Sources/NIOHTTP1/HTTPDecoder.swift /Users/jimallan/Downloads/starter/location-track-server/.build/checkouts/swift-nio.git-6105345694714423636/Sources/NIOHTTP1/HTTPEncoder.swift /Users/jimallan/Downloads/starter/location-track-server/.build/checkouts/swift-nio.git-6105345694714423636/Sources/NIOHTTP1/HTTPUpgradeHandler.swift /Users/jimallan/Downloads/starter/location-track-server/.build/checkouts/swift-nio.git-6105345694714423636/Sources/NIOHTTP1/HTTPServerPipelineHandler.swift /Users/jimallan/Downloads/starter/location-track-server/.build/checkouts/swift-nio.git-6105345694714423636/Sources/NIOHTTP1/HTTPServerProtocolErrorHandler.swift /Users/jimallan/Downloads/starter/location-track-server/.build/checkouts/swift-nio.git-6105345694714423636/Sources/NIOHTTP1/HTTPResponseCompressor.swift /Users/jimallan/Downloads/starter/location-track-server/.build/checkouts/swift-nio.git-6105345694714423636/Sources/NIOHTTP1/HTTPTypes.swift /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/x86_64/Dispatch.apinotesc /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/x86_64/ObjectiveC.swiftmodule /Users/jimallan/Downloads/starter/location-track-server/.build/x86_64-apple-macosx10.10/debug/NIO.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/x86_64/Dispatch.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/x86_64/Darwin.swiftmodule /Users/jimallan/Downloads/starter/location-track-server/.build/x86_64-apple-macosx10.10/debug/NIOConcurrencyHelpers.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/x86_64/Swift.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/x86_64/SwiftOnoneSupport.swiftmodule /Users/jimallan/Downloads/starter/location-track-server/.build/checkouts/swift-nio.git-6105345694714423636/Sources/CNIOZlib/include/c_nio_zlib.h /Users/jimallan/Downloads/starter/location-track-server/.build/checkouts/swift-nio.git-6105345694714423636/Sources/CNIOAtomics/include/cpp_magic.h /Users/jimallan/Downloads/starter/location-track-server/.build/checkouts/swift-nio.git-6105345694714423636/Sources/CNIODarwin/include/c_nio_darwin.h /Users/jimallan/Downloads/starter/location-track-server/.build/checkouts/swift-nio.git-6105345694714423636/Sources/CNIOHTTPParser/include/c_nio_http_parser.h /Users/jimallan/Downloads/starter/location-track-server/.build/checkouts/swift-nio.git-6105345694714423636/Sources/CNIOAtomics/include/c-atomics.h /Users/jimallan/Downloads/starter/location-track-server/.build/checkouts/swift-nio.git-6105345694714423636/Sources/CNIOLinux/include/c_nio_linux.h /Users/jimallan/Downloads/starter/location-track-server/.build/checkouts/swift-nio-zlib-support.git--8656613645092558840/module.modulemap /Users/jimallan/Downloads/starter/location-track-server/.build/x86_64-apple-macosx10.10/debug/CNIOSHA1.build/module.modulemap /Users/jimallan/Downloads/starter/location-track-server/.build/x86_64-apple-macosx10.10/debug/CNIOOpenSSL.build/module.modulemap /Users/jimallan/Downloads/starter/location-track-server/.build/x86_64-apple-macosx10.10/debug/CNIOZlib.build/module.modulemap /Users/jimallan/Downloads/starter/location-track-server/.build/x86_64-apple-macosx10.10/debug/CNIODarwin.build/module.modulemap /Users/jimallan/Downloads/starter/location-track-server/.build/x86_64-apple-macosx10.10/debug/CNIOHTTPParser.build/module.modulemap /Users/jimallan/Downloads/starter/location-track-server/.build/x86_64-apple-macosx10.10/debug/CNIOAtomics.build/module.modulemap /Users/jimallan/Downloads/starter/location-track-server/.build/x86_64-apple-macosx10.10/debug/CNIOLinux.build/module.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/objc/ObjectiveC.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/Darwin.apinotes /Users/jimallan/Downloads/starter/location-track-server/.build/x86_64-apple-macosx10.10/debug/NIOHTTP1.build/HTTPServerProtocolErrorHandler~partial.swiftdoc : /Users/jimallan/Downloads/starter/location-track-server/.build/checkouts/swift-nio.git-6105345694714423636/Sources/NIOHTTP1/HTTPPipelineSetup.swift /Users/jimallan/Downloads/starter/location-track-server/.build/checkouts/swift-nio.git-6105345694714423636/Sources/NIOHTTP1/HTTPDecoder.swift /Users/jimallan/Downloads/starter/location-track-server/.build/checkouts/swift-nio.git-6105345694714423636/Sources/NIOHTTP1/HTTPEncoder.swift /Users/jimallan/Downloads/starter/location-track-server/.build/checkouts/swift-nio.git-6105345694714423636/Sources/NIOHTTP1/HTTPUpgradeHandler.swift /Users/jimallan/Downloads/starter/location-track-server/.build/checkouts/swift-nio.git-6105345694714423636/Sources/NIOHTTP1/HTTPServerPipelineHandler.swift /Users/jimallan/Downloads/starter/location-track-server/.build/checkouts/swift-nio.git-6105345694714423636/Sources/NIOHTTP1/HTTPServerProtocolErrorHandler.swift /Users/jimallan/Downloads/starter/location-track-server/.build/checkouts/swift-nio.git-6105345694714423636/Sources/NIOHTTP1/HTTPResponseCompressor.swift /Users/jimallan/Downloads/starter/location-track-server/.build/checkouts/swift-nio.git-6105345694714423636/Sources/NIOHTTP1/HTTPTypes.swift /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/x86_64/Dispatch.apinotesc /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/x86_64/ObjectiveC.swiftmodule /Users/jimallan/Downloads/starter/location-track-server/.build/x86_64-apple-macosx10.10/debug/NIO.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/x86_64/Dispatch.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/x86_64/Darwin.swiftmodule /Users/jimallan/Downloads/starter/location-track-server/.build/x86_64-apple-macosx10.10/debug/NIOConcurrencyHelpers.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/x86_64/Swift.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/x86_64/SwiftOnoneSupport.swiftmodule /Users/jimallan/Downloads/starter/location-track-server/.build/checkouts/swift-nio.git-6105345694714423636/Sources/CNIOZlib/include/c_nio_zlib.h /Users/jimallan/Downloads/starter/location-track-server/.build/checkouts/swift-nio.git-6105345694714423636/Sources/CNIOAtomics/include/cpp_magic.h /Users/jimallan/Downloads/starter/location-track-server/.build/checkouts/swift-nio.git-6105345694714423636/Sources/CNIODarwin/include/c_nio_darwin.h /Users/jimallan/Downloads/starter/location-track-server/.build/checkouts/swift-nio.git-6105345694714423636/Sources/CNIOHTTPParser/include/c_nio_http_parser.h /Users/jimallan/Downloads/starter/location-track-server/.build/checkouts/swift-nio.git-6105345694714423636/Sources/CNIOAtomics/include/c-atomics.h /Users/jimallan/Downloads/starter/location-track-server/.build/checkouts/swift-nio.git-6105345694714423636/Sources/CNIOLinux/include/c_nio_linux.h /Users/jimallan/Downloads/starter/location-track-server/.build/checkouts/swift-nio-zlib-support.git--8656613645092558840/module.modulemap /Users/jimallan/Downloads/starter/location-track-server/.build/x86_64-apple-macosx10.10/debug/CNIOSHA1.build/module.modulemap /Users/jimallan/Downloads/starter/location-track-server/.build/x86_64-apple-macosx10.10/debug/CNIOOpenSSL.build/module.modulemap /Users/jimallan/Downloads/starter/location-track-server/.build/x86_64-apple-macosx10.10/debug/CNIOZlib.build/module.modulemap /Users/jimallan/Downloads/starter/location-track-server/.build/x86_64-apple-macosx10.10/debug/CNIODarwin.build/module.modulemap /Users/jimallan/Downloads/starter/location-track-server/.build/x86_64-apple-macosx10.10/debug/CNIOHTTPParser.build/module.modulemap /Users/jimallan/Downloads/starter/location-track-server/.build/x86_64-apple-macosx10.10/debug/CNIOAtomics.build/module.modulemap /Users/jimallan/Downloads/starter/location-track-server/.build/x86_64-apple-macosx10.10/debug/CNIOLinux.build/module.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/objc/ObjectiveC.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/Darwin.apinotes
D
module hunt.database.driver.mysql.impl.MySQLConnectionFactory; import hunt.database.driver.mysql.impl.codec.MySQLCodec; import hunt.database.driver.mysql.impl.MySQLSocketConnection; import hunt.database.driver.mysql.MySQLConnectOptions; import hunt.database.base.AsyncResult; import hunt.database.base.Common; import hunt.database.base.impl.Connection; import hunt.database.base.impl.command.CommandResponse; import hunt.collection.ArrayList; import hunt.collection.HashMap; import hunt.collection.Map; import hunt.Exceptions; import hunt.io.BufferUtils; import hunt.io.channel; import hunt.logging; import hunt.Object; import hunt.net.AbstractConnection; import hunt.net.Connection; import hunt.net.NetClient; import hunt.net.NetClientOptions; import hunt.net.NetUtil; import core.thread; /** * */ class MySQLConnectionFactory { // private ArrayList!NetClient clients; private NetClientOptions _netClientOptions; private string host; private int port; private string username; private string password; private string database; private Map!(string, string) properties; private bool ssl = false; private bool cachePreparedStatements; private int preparedStatementCacheSize; private int preparedStatementCacheSqlLimit; this(MySQLConnectOptions options) { // clients = new ArrayList!NetClient(50); _netClientOptions = new NetClientOptions(options); this.host = options.getHost(); this.port = options.getPort(); this.username = options.getUser(); this.password = options.getPassword(); this.database = options.getDatabase(); this.properties = new HashMap!(string, string)(options.getProperties()); properties.put("collation", options.getCollation()); this.cachePreparedStatements = options.getCachePreparedStatements(); this.preparedStatementCacheSize = options.getPreparedStatementCacheMaxSize(); this.preparedStatementCacheSqlLimit = options.getPreparedStatementCacheSqlLimit(); } // // Called by hook // private void close(AsyncVoidHandler completionHandler) { // close(); // if(completionHandler !is null) { // completionHandler(cast(VoidAsyncResult)null); // } // } // void close() { // foreach(client; clients) // client.close(); // clients.clear(); // } void connect(AsyncResultHandler!(DbConnection) completionHandler) { // Promise!(NetSocket) promise = Promise.promise(); // promise.future().setHandler(ar1 -> { // if (ar1.succeeded()) { // NetSocketInternal socket = (NetSocketInternal) ar1.result(); // MySQLSocketConnection conn = new MySQLSocketConnection(socket, cachePreparedStatements, preparedStatementCacheSize, preparedStatementCacheSqlLimit, context); // conn.init(); // conn.sendStartupMessage(username, password, database, properties, handler); // } else { // handler.handle(Future.failedFuture(ar1.cause())); // } // }); // netClient.connect(port, host, promise); doConnect(false, (ar) { if (ar.succeeded()) { MySQLSocketConnection conn = ar.result(); conn.initialization(); import hunt.collection.AbstractMap; // Map!(string, string) p = (cast(AbstractMap!(string, string))properties).clone(); auto p = cast(Map!(string, string))properties.clone(); conn.sendStartupMessage(username, password, database, p, (r) { if(completionHandler !is null) completionHandler(r); } ); } else if(completionHandler !is null) { completionHandler(failedResponse!(DbConnection)(ar.cause())); } }); } private void doConnect(bool ssl, AsyncResultHandler!(MySQLSocketConnection) handler) { NetClient netClient = NetUtil.createNetClient(_netClientOptions); netClient.setHandler(new class NetConnectionHandler { MySQLSocketConnection myConn; override void connectionOpened(Connection connection) { version(HUNT_DEBUG) infof("Connection created: %s", connection.getRemoteAddress()); // FIXME: Needing refactor or cleanup -@zhangxueping at 2019-09-25T11:26:40+08:00 // if(myConn is null) { myConn = newSocketConnection(cast(AbstractConnection)connection); if(handler !is null) handler(succeededResult(myConn)); } else { warning("MySQLSocketConnection has been opened already."); } } override void connectionClosed(Connection connection) { version(HUNT_DEBUG) infof("The DB connection closed, remote: %s", connection.getRemoteAddress()); if(myConn !is null) myConn.handleClosed(connection); // // synchronized(this.outer) { // clients.remove(netClient); // } // destroy(netClient); // version(HUNT_DB_DEBUG) { // infof("Remaining clients: %d, threads: %d", // clients.size(), Thread.getAll().length); // } } override DataHandleStatus messageReceived(Connection connection, Object message) { DataHandleStatus resultStatus = DataHandleStatus.Done; version(HUNT_DB_DEBUG_MORE) tracef("message type: %s", typeid(message).name); if(myConn is null) { // warningf("Waiting for the MySQLSocketConnection get ready"); version(HUNT_DEBUG) warningf("MySQLSocketConnection is not ready."); // import std.stdio; while(myConn is null) { // warningf("Waiting for the MySQLSocketConnection get ready..."); // write("."); } version(HUNT_DEBUG) warningf("MySQLSocketConnection is ready."); } try { // FIXME: Needing refactor or cleanup -@zhangxueping at 2021-01-26T14:45:48+08:00 // myConn.handleMessage(connection, message); } catch(Throwable t) { exceptionCaught(connection, t); } return resultStatus; } override void exceptionCaught(Connection connection, Throwable t) { version(HUNT_DB_DEBUG) warning(t); else version(HUNT_DEBUG) warning(t.msg); if(myConn !is null) { myConn.handleException(connection, t); } if(handler !is null) handler(failedResult!(MySQLSocketConnection)(t)); // synchronized(this.outer) { // clients.remove(netClient); // } destroy(netClient); // version(HUNT_DB_DEBUG) { // infof("Remaining clients: %d, threads: %d", // clients.size(), Thread.getAll().length); // } } override void failedOpeningConnection(int connectionId, Throwable t) { warning(t); handler(failedResult!(MySQLSocketConnection)(t)); netClient.close(); } override void failedAcceptingConnection(int connectionId, Throwable t) { warning(t); handler(failedResult!(MySQLSocketConnection)(t)); } }); version(HUNT_DEBUG) { trace("Setting MySQL codec"); } netClient.setCodec(new MySQLCodec()); try { netClient.connect(host, port); // clients.add(netClient); } catch (Throwable e) { // Client is closed version(HUNT_DEBUG) { warning(e.message); } else { warning(e); } if(handler !is null) handler(failedResult!MySQLSocketConnection(e)); } } private MySQLSocketConnection newSocketConnection(AbstractConnection socket) { return new MySQLSocketConnection(socket, cachePreparedStatements, preparedStatementCacheSize, preparedStatementCacheSqlLimit); } }
D
/Users/dannydk6/Desktop/UnicornArcade/build/UnicornArcade.build/Debug-iphonesimulator/UnicornArcade.build/Objects-normal/x86_64/InvaderBullet.o : /Users/dannydk6/Desktop/UnicornArcade/UnicornArcade/Infinite\ Scrolling\ Background.swift /Users/dannydk6/Desktop/UnicornArcade/UnicornArcade/Cloud.swift /Users/dannydk6/Desktop/UnicornArcade/UnicornArcade/GameScene.swift /Users/dannydk6/Desktop/UnicornArcade/UnicornArcade/StartGameScene.swift /Users/dannydk6/Desktop/UnicornArcade/UnicornArcade/LevelCompleteScene.swift /Users/dannydk6/Desktop/UnicornArcade/UnicornArcade/AppDelegate.swift /Users/dannydk6/Desktop/UnicornArcade/UnicornArcade/Invader.swift /Users/dannydk6/Desktop/UnicornArcade/UnicornArcade/GameViewController.swift /Users/dannydk6/Desktop/UnicornArcade/UnicornArcade/Player.swift /Users/dannydk6/Desktop/UnicornArcade/UnicornArcade/Utilities.swift /Users/dannydk6/Desktop/UnicornArcade/UnicornArcade/Bullet.swift /Users/dannydk6/Desktop/UnicornArcade/UnicornArcade/InvaderBullet.swift /Users/dannydk6/Desktop/UnicornArcade/UnicornArcade/PlayerBullet.swift /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/Dispatch.apinotesc /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/ObjectiveC.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/ModelIO.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/simd.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/CoreImage.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/QuartzCore.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/Dispatch.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/Metal.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/Darwin.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/Foundation.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/CoreFoundation.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/CoreGraphics.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/Swift.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/UIKit.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/GLKit.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/SpriteKit.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/SwiftOnoneSupport.swiftmodule /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator11.3.sdk/usr/include/objc/ObjectiveC.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator11.3.sdk/System/Library/Frameworks/ModelIO.framework/Headers/ModelIO.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator11.3.sdk/System/Library/Frameworks/OpenGLES.framework/Headers/OpenGLES.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator11.3.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CoreImage.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator11.3.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/QuartzCore.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator11.3.sdk/System/Library/Frameworks/Metal.framework/Headers/Metal.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator11.3.sdk/usr/include/Darwin.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator11.3.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator11.3.sdk/System/Library/Frameworks/CoreGraphics.framework/Headers/CoreGraphics.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator11.3.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIKit.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator11.3.sdk/System/Library/Frameworks/GLKit.framework/Headers/GLKit.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator11.3.sdk/System/Library/Frameworks/SpriteKit.framework/Headers/SpriteKit.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator11.3.sdk/System/Library/Frameworks/CoreText.framework/Headers/CoreText.apinotes /Users/dannydk6/Desktop/UnicornArcade/build/UnicornArcade.build/Debug-iphonesimulator/UnicornArcade.build/Objects-normal/x86_64/InvaderBullet~partial.swiftmodule : /Users/dannydk6/Desktop/UnicornArcade/UnicornArcade/Infinite\ Scrolling\ Background.swift /Users/dannydk6/Desktop/UnicornArcade/UnicornArcade/Cloud.swift /Users/dannydk6/Desktop/UnicornArcade/UnicornArcade/GameScene.swift /Users/dannydk6/Desktop/UnicornArcade/UnicornArcade/StartGameScene.swift /Users/dannydk6/Desktop/UnicornArcade/UnicornArcade/LevelCompleteScene.swift /Users/dannydk6/Desktop/UnicornArcade/UnicornArcade/AppDelegate.swift /Users/dannydk6/Desktop/UnicornArcade/UnicornArcade/Invader.swift /Users/dannydk6/Desktop/UnicornArcade/UnicornArcade/GameViewController.swift /Users/dannydk6/Desktop/UnicornArcade/UnicornArcade/Player.swift /Users/dannydk6/Desktop/UnicornArcade/UnicornArcade/Utilities.swift /Users/dannydk6/Desktop/UnicornArcade/UnicornArcade/Bullet.swift /Users/dannydk6/Desktop/UnicornArcade/UnicornArcade/InvaderBullet.swift /Users/dannydk6/Desktop/UnicornArcade/UnicornArcade/PlayerBullet.swift /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/Dispatch.apinotesc /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/ObjectiveC.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/ModelIO.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/simd.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/CoreImage.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/QuartzCore.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/Dispatch.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/Metal.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/Darwin.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/Foundation.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/CoreFoundation.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/CoreGraphics.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/Swift.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/UIKit.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/GLKit.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/SpriteKit.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/SwiftOnoneSupport.swiftmodule /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator11.3.sdk/usr/include/objc/ObjectiveC.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator11.3.sdk/System/Library/Frameworks/ModelIO.framework/Headers/ModelIO.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator11.3.sdk/System/Library/Frameworks/OpenGLES.framework/Headers/OpenGLES.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator11.3.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CoreImage.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator11.3.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/QuartzCore.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator11.3.sdk/System/Library/Frameworks/Metal.framework/Headers/Metal.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator11.3.sdk/usr/include/Darwin.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator11.3.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator11.3.sdk/System/Library/Frameworks/CoreGraphics.framework/Headers/CoreGraphics.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator11.3.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIKit.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator11.3.sdk/System/Library/Frameworks/GLKit.framework/Headers/GLKit.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator11.3.sdk/System/Library/Frameworks/SpriteKit.framework/Headers/SpriteKit.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator11.3.sdk/System/Library/Frameworks/CoreText.framework/Headers/CoreText.apinotes /Users/dannydk6/Desktop/UnicornArcade/build/UnicornArcade.build/Debug-iphonesimulator/UnicornArcade.build/Objects-normal/x86_64/InvaderBullet~partial.swiftdoc : /Users/dannydk6/Desktop/UnicornArcade/UnicornArcade/Infinite\ Scrolling\ Background.swift /Users/dannydk6/Desktop/UnicornArcade/UnicornArcade/Cloud.swift /Users/dannydk6/Desktop/UnicornArcade/UnicornArcade/GameScene.swift /Users/dannydk6/Desktop/UnicornArcade/UnicornArcade/StartGameScene.swift /Users/dannydk6/Desktop/UnicornArcade/UnicornArcade/LevelCompleteScene.swift /Users/dannydk6/Desktop/UnicornArcade/UnicornArcade/AppDelegate.swift /Users/dannydk6/Desktop/UnicornArcade/UnicornArcade/Invader.swift /Users/dannydk6/Desktop/UnicornArcade/UnicornArcade/GameViewController.swift /Users/dannydk6/Desktop/UnicornArcade/UnicornArcade/Player.swift /Users/dannydk6/Desktop/UnicornArcade/UnicornArcade/Utilities.swift /Users/dannydk6/Desktop/UnicornArcade/UnicornArcade/Bullet.swift /Users/dannydk6/Desktop/UnicornArcade/UnicornArcade/InvaderBullet.swift /Users/dannydk6/Desktop/UnicornArcade/UnicornArcade/PlayerBullet.swift /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/Dispatch.apinotesc /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/ObjectiveC.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/ModelIO.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/simd.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/CoreImage.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/QuartzCore.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/Dispatch.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/Metal.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/Darwin.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/Foundation.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/CoreFoundation.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/CoreGraphics.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/Swift.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/UIKit.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/GLKit.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/SpriteKit.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/SwiftOnoneSupport.swiftmodule /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator11.3.sdk/usr/include/objc/ObjectiveC.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator11.3.sdk/System/Library/Frameworks/ModelIO.framework/Headers/ModelIO.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator11.3.sdk/System/Library/Frameworks/OpenGLES.framework/Headers/OpenGLES.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator11.3.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CoreImage.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator11.3.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/QuartzCore.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator11.3.sdk/System/Library/Frameworks/Metal.framework/Headers/Metal.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator11.3.sdk/usr/include/Darwin.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator11.3.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator11.3.sdk/System/Library/Frameworks/CoreGraphics.framework/Headers/CoreGraphics.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator11.3.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIKit.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator11.3.sdk/System/Library/Frameworks/GLKit.framework/Headers/GLKit.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator11.3.sdk/System/Library/Frameworks/SpriteKit.framework/Headers/SpriteKit.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator11.3.sdk/System/Library/Frameworks/CoreText.framework/Headers/CoreText.apinotes
D
/Users/andreigurau/Desktop/Xcodeapps/BookIt/build/BookIt.build/Debug-iphonesimulator/BookIt.build/Objects-normal/x86_64/RoomSearchViewController.o : /Users/andreigurau/Desktop/Xcodeapps/BookIt/BookIt/AppDelegate.swift /Users/andreigurau/Desktop/Xcodeapps/BookIt/BookIt/Utilities/Util.swift /Users/andreigurau/Desktop/Xcodeapps/BookIt/BookIt/ViewControllers/Views/BookingListTableViewCell/BookingListTableViewCell.swift /Users/andreigurau/Desktop/Xcodeapps/BookIt/BookIt/Classes/Room.swift /Users/andreigurau/Desktop/Xcodeapps/BookIt/BookIt/Classes/Reservation.swift /Users/andreigurau/Desktop/Xcodeapps/BookIt/BookIt/ViewControllers/UserPageViewController.swift /Users/andreigurau/Desktop/Xcodeapps/BookIt/BookIt/ViewControllers/BaseViewController.swift /Users/andreigurau/Desktop/Xcodeapps/BookIt/BookIt/ViewControllers/RoomSearchViewController.swift /Users/andreigurau/Desktop/Xcodeapps/BookIt/BookIt/ViewControllers/RoomScanViewController.swift /Users/andreigurau/Desktop/Xcodeapps/BookIt/BookIt/ViewControllers/RoomReservationViewController.swift /Users/andreigurau/Desktop/Xcodeapps/BookIt/BookIt/ViewControllers/ScannerViewController.swift /Users/andreigurau/Desktop/Xcodeapps/BookIt/BookIt/ViewControllers/BookingListViewController.swift /Users/andreigurau/Desktop/Xcodeapps/BookIt/BookIt/Classes/User.swift /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/Dispatch.apinotesc /Users/andreigurau/Desktop/Xcodeapps/BookIt/build/Debug-iphonesimulator/SwiftRangeSlider/SwiftRangeSlider.framework/Modules/SwiftRangeSlider.swiftmodule/x86_64.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/ObjectiveC.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/CoreMedia.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/simd.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/CoreImage.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/QuartzCore.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/Dispatch.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/Metal.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/Darwin.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/Foundation.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/AVFoundation.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/CoreFoundation.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/CoreAudio.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/CoreGraphics.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/Swift.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/UIKit.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/SwiftOnoneSupport.swiftmodule /Users/andreigurau/Desktop/Xcodeapps/BookIt/Pods/FirebaseInstanceID/Frameworks/FirebaseInstanceID.framework/Headers/FIRInstanceID.h /Users/andreigurau/Desktop/Xcodeapps/BookIt/Pods/FirebaseInstanceID/Frameworks/FirebaseInstanceID.framework/Headers/FirebaseInstanceID.h /Users/andreigurau/Desktop/Xcodeapps/BookIt/build/Debug-iphonesimulator/FirebaseCore/FirebaseCore.framework/Headers/FirebaseCore-umbrella.h /Users/andreigurau/Desktop/Xcodeapps/BookIt/build/Debug-iphonesimulator/FirebaseFirestore/FirebaseFirestore.framework/Headers/FirebaseFirestore-umbrella.h /Users/andreigurau/Desktop/Xcodeapps/BookIt/build/Debug-iphonesimulator/FirebaseDatabase/FirebaseDatabase.framework/Headers/FirebaseDatabase-umbrella.h /Users/andreigurau/Desktop/Xcodeapps/BookIt/build/Debug-iphonesimulator/SwiftRangeSlider/SwiftRangeSlider.framework/Headers/SwiftRangeSlider-umbrella.h /Users/andreigurau/Desktop/Xcodeapps/BookIt/build/Debug-iphonesimulator/FirebaseDatabase/FirebaseDatabase.framework/Headers/FIRMutableData.h /Users/andreigurau/Desktop/Xcodeapps/BookIt/build/Debug-iphonesimulator/FirebaseFirestore/FirebaseFirestore.framework/Headers/FIRSnapshotMetadata.h /Users/andreigurau/Desktop/Xcodeapps/BookIt/build/Debug-iphonesimulator/FirebaseDatabase/FirebaseDatabase.framework/Headers/FIRDatabaseReference.h /Users/andreigurau/Desktop/Xcodeapps/BookIt/build/Debug-iphonesimulator/FirebaseFirestore/FirebaseFirestore.framework/Headers/FIRCollectionReference.h /Users/andreigurau/Desktop/Xcodeapps/BookIt/build/Debug-iphonesimulator/FirebaseFirestore/FirebaseFirestore.framework/Headers/FIRDocumentReference.h /Users/andreigurau/Desktop/Xcodeapps/BookIt/build/Debug-iphonesimulator/FirebaseFirestore/FirebaseFirestore.framework/Headers/FIRFirestoreSource.h /Users/andreigurau/Desktop/Xcodeapps/BookIt/build/Debug-iphonesimulator/FirebaseFirestore/FirebaseFirestore.framework/Headers/FIRDocumentChange.h /Users/andreigurau/Desktop/Xcodeapps/BookIt/build/Debug-iphonesimulator/FirebaseDatabase/FirebaseDatabase.framework/Headers/FIRDataEventType.h /Users/andreigurau/Desktop/Xcodeapps/BookIt/build/Debug-iphonesimulator/FirebaseCore/FirebaseCore.framework/Headers/FirebaseCore.h /Users/andreigurau/Desktop/Xcodeapps/BookIt/build/Debug-iphonesimulator/FirebaseFirestore/FirebaseFirestore.framework/Headers/FIRFirestore.h /Users/andreigurau/Desktop/Xcodeapps/BookIt/build/Debug-iphonesimulator/FirebaseFirestore/FirebaseFirestore.framework/Headers/FirebaseFirestore.h /Users/andreigurau/Desktop/Xcodeapps/BookIt/build/Debug-iphonesimulator/FirebaseDatabase/FirebaseDatabase.framework/Headers/FIRDatabase.h /Users/andreigurau/Desktop/Xcodeapps/BookIt/build/Debug-iphonesimulator/FirebaseDatabase/FirebaseDatabase.framework/Headers/FirebaseDatabase.h /Users/andreigurau/Desktop/Xcodeapps/BookIt/Pods/Firebase/CoreOnly/Sources/Firebase.h /Users/andreigurau/Desktop/Xcodeapps/BookIt/Pods/FirebaseAnalytics/Frameworks/FirebaseAnalytics.framework/Headers/FIRAnalytics+AppDelegate.h /Users/andreigurau/Desktop/Xcodeapps/BookIt/build/Debug-iphonesimulator/FirebaseFirestore/FirebaseFirestore.framework/Headers/FIRFieldValue.h /Users/andreigurau/Desktop/Xcodeapps/BookIt/build/Debug-iphonesimulator/FirebaseDatabase/FirebaseDatabase.framework/Headers/FIRServerValue.h /Users/andreigurau/Desktop/Xcodeapps/BookIt/build/Debug-iphonesimulator/FirebaseFirestore/FirebaseFirestore.framework/Headers/FIRWriteBatch.h /Users/andreigurau/Desktop/Xcodeapps/BookIt/build/Debug-iphonesimulator/FirebaseFirestore/FirebaseFirestore.framework/Headers/FIRFieldPath.h /Users/andreigurau/Desktop/Xcodeapps/BookIt/build/Debug-iphonesimulator/FirebaseCore/FirebaseCore.framework/Headers/FIRLoggerLevel.h /Users/andreigurau/Desktop/Xcodeapps/BookIt/build/Debug-iphonesimulator/FirebaseFirestore/FirebaseFirestore.framework/Headers/FIRListenerRegistration.h /Users/andreigurau/Desktop/Xcodeapps/BookIt/build/Debug-iphonesimulator/FirebaseCore/FirebaseCore.framework/Headers/FIRConfiguration.h /Users/andreigurau/Desktop/Xcodeapps/BookIt/build/Debug-iphonesimulator/FirebaseCore/FirebaseCore.framework/Headers/FIRAnalyticsConfiguration.h /Users/andreigurau/Desktop/Xcodeapps/BookIt/build/Debug-iphonesimulator/FirebaseFirestore/FirebaseFirestore.framework/Headers/FIRTransaction.h /Users/andreigurau/Desktop/Xcodeapps/BookIt/build/Debug-iphonesimulator/FirebaseFirestore/FirebaseFirestore.framework/Headers/FIRTimestamp.h /Users/andreigurau/Desktop/Xcodeapps/BookIt/build/Debug-iphonesimulator/FirebaseCore/FirebaseCore.framework/Headers/FIRApp.h /Users/andreigurau/Desktop/Xcodeapps/BookIt/Pods/FirebaseAnalytics/Frameworks/FirebaseAnalytics.framework/Headers/FIRAnalytics.h /Users/andreigurau/Desktop/Xcodeapps/BookIt/Pods/FirebaseAnalytics/Frameworks/FirebaseAnalytics.framework/Headers/FirebaseAnalytics.h /Users/andreigurau/Desktop/Xcodeapps/BookIt/Pods/FirebaseAnalytics/Frameworks/FirebaseAnalytics.framework/Headers/FIRParameterNames.h /Users/andreigurau/Desktop/Xcodeapps/BookIt/Pods/FirebaseAnalytics/Frameworks/FirebaseAnalytics.framework/Headers/FIREventNames.h /Users/andreigurau/Desktop/Xcodeapps/BookIt/Pods/FirebaseAnalytics/Frameworks/FirebaseAnalytics.framework/Headers/FIRUserPropertyNames.h /Users/andreigurau/Desktop/Xcodeapps/BookIt/build/Debug-iphonesimulator/FirebaseFirestore/FirebaseFirestore.framework/Headers/FIRFirestoreSettings.h /Users/andreigurau/Desktop/Xcodeapps/BookIt/build/Debug-iphonesimulator/FirebaseCore/FirebaseCore.framework/Headers/FIROptions.h /Users/andreigurau/Desktop/Xcodeapps/BookIt/build/Debug-iphonesimulator/FirebaseFirestore/FirebaseFirestore.framework/Headers/FIRFirestoreErrors.h /Users/andreigurau/Desktop/Xcodeapps/BookIt/build/Debug-iphonesimulator/SwiftRangeSlider/SwiftRangeSlider.framework/Headers/SwiftRangeSlider-Swift.h /Users/andreigurau/Desktop/Xcodeapps/BookIt/build/Debug-iphonesimulator/FirebaseDatabase/FirebaseDatabase.framework/Headers/FIRTransactionResult.h /Users/andreigurau/Desktop/Xcodeapps/BookIt/build/Debug-iphonesimulator/FirebaseFirestore/FirebaseFirestore.framework/Headers/FIRGeoPoint.h /Users/andreigurau/Desktop/Xcodeapps/BookIt/build/Debug-iphonesimulator/FirebaseDatabase/FirebaseDatabase.framework/Headers/FIRDataSnapshot.h /Users/andreigurau/Desktop/Xcodeapps/BookIt/build/Debug-iphonesimulator/FirebaseFirestore/FirebaseFirestore.framework/Headers/FIRDocumentSnapshot.h /Users/andreigurau/Desktop/Xcodeapps/BookIt/build/Debug-iphonesimulator/FirebaseFirestore/FirebaseFirestore.framework/Headers/FIRQuerySnapshot.h /Users/andreigurau/Desktop/Xcodeapps/BookIt/build/Debug-iphonesimulator/FirebaseFirestore/FirebaseFirestore.framework/Headers/FIRQuery.h /Users/andreigurau/Desktop/Xcodeapps/BookIt/build/Debug-iphonesimulator/FirebaseDatabase/FirebaseDatabase.framework/Headers/FIRDatabaseQuery.h /Users/andreigurau/Desktop/Xcodeapps/BookIt/Pods/Firebase/CoreOnly/Sources/module.modulemap /Users/andreigurau/Desktop/Xcodeapps/BookIt/Pods/FirebaseInstanceID/Frameworks/FirebaseInstanceID.framework/Modules/module.modulemap /Users/andreigurau/Desktop/Xcodeapps/BookIt/build/Debug-iphonesimulator/FirebaseCore/FirebaseCore.framework/Modules/module.modulemap /Users/andreigurau/Desktop/Xcodeapps/BookIt/build/Debug-iphonesimulator/FirebaseFirestore/FirebaseFirestore.framework/Modules/module.modulemap /Users/andreigurau/Desktop/Xcodeapps/BookIt/build/Debug-iphonesimulator/FirebaseDatabase/FirebaseDatabase.framework/Modules/module.modulemap /Users/andreigurau/Desktop/Xcodeapps/BookIt/build/Debug-iphonesimulator/SwiftRangeSlider/SwiftRangeSlider.framework/Modules/module.modulemap /Users/andreigurau/Desktop/Xcodeapps/BookIt/Pods/FirebaseAnalytics/Frameworks/FirebaseAnalytics.framework/Modules/module.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.0.sdk/usr/include/objc/ObjectiveC.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.0.sdk/System/Library/Frameworks/OpenGLES.framework/Headers/OpenGLES.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.0.sdk/System/Library/Frameworks/CoreMedia.framework/Headers/CoreMedia.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.0.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CoreImage.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.0.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/QuartzCore.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.0.sdk/System/Library/Frameworks/Metal.framework/Headers/Metal.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.0.sdk/usr/include/Darwin.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.0.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.0.sdk/System/Library/Frameworks/AVFoundation.framework/Headers/AVFoundation.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.0.sdk/System/Library/Frameworks/CoreGraphics.framework/Headers/CoreGraphics.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIKit.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.0.sdk/System/Library/Frameworks/CoreText.framework/Headers/CoreText.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.0.sdk/System/Library/Frameworks/MediaToolbox.framework/Headers/MediaToolbox.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.0.sdk/System/Library/Frameworks/AudioToolbox.framework/Headers/AudioToolbox.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.0.sdk/System/Library/Frameworks/Security.framework/Headers/Security.apinotes /Users/andreigurau/Desktop/Xcodeapps/BookIt/build/BookIt.build/Debug-iphonesimulator/BookIt.build/Objects-normal/x86_64/RoomSearchViewController~partial.swiftmodule : /Users/andreigurau/Desktop/Xcodeapps/BookIt/BookIt/AppDelegate.swift /Users/andreigurau/Desktop/Xcodeapps/BookIt/BookIt/Utilities/Util.swift /Users/andreigurau/Desktop/Xcodeapps/BookIt/BookIt/ViewControllers/Views/BookingListTableViewCell/BookingListTableViewCell.swift /Users/andreigurau/Desktop/Xcodeapps/BookIt/BookIt/Classes/Room.swift /Users/andreigurau/Desktop/Xcodeapps/BookIt/BookIt/Classes/Reservation.swift /Users/andreigurau/Desktop/Xcodeapps/BookIt/BookIt/ViewControllers/UserPageViewController.swift /Users/andreigurau/Desktop/Xcodeapps/BookIt/BookIt/ViewControllers/BaseViewController.swift /Users/andreigurau/Desktop/Xcodeapps/BookIt/BookIt/ViewControllers/RoomSearchViewController.swift /Users/andreigurau/Desktop/Xcodeapps/BookIt/BookIt/ViewControllers/RoomScanViewController.swift /Users/andreigurau/Desktop/Xcodeapps/BookIt/BookIt/ViewControllers/RoomReservationViewController.swift /Users/andreigurau/Desktop/Xcodeapps/BookIt/BookIt/ViewControllers/ScannerViewController.swift /Users/andreigurau/Desktop/Xcodeapps/BookIt/BookIt/ViewControllers/BookingListViewController.swift /Users/andreigurau/Desktop/Xcodeapps/BookIt/BookIt/Classes/User.swift /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/Dispatch.apinotesc /Users/andreigurau/Desktop/Xcodeapps/BookIt/build/Debug-iphonesimulator/SwiftRangeSlider/SwiftRangeSlider.framework/Modules/SwiftRangeSlider.swiftmodule/x86_64.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/ObjectiveC.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/CoreMedia.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/simd.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/CoreImage.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/QuartzCore.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/Dispatch.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/Metal.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/Darwin.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/Foundation.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/AVFoundation.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/CoreFoundation.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/CoreAudio.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/CoreGraphics.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/Swift.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/UIKit.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/SwiftOnoneSupport.swiftmodule /Users/andreigurau/Desktop/Xcodeapps/BookIt/Pods/FirebaseInstanceID/Frameworks/FirebaseInstanceID.framework/Headers/FIRInstanceID.h /Users/andreigurau/Desktop/Xcodeapps/BookIt/Pods/FirebaseInstanceID/Frameworks/FirebaseInstanceID.framework/Headers/FirebaseInstanceID.h /Users/andreigurau/Desktop/Xcodeapps/BookIt/build/Debug-iphonesimulator/FirebaseCore/FirebaseCore.framework/Headers/FirebaseCore-umbrella.h /Users/andreigurau/Desktop/Xcodeapps/BookIt/build/Debug-iphonesimulator/FirebaseFirestore/FirebaseFirestore.framework/Headers/FirebaseFirestore-umbrella.h /Users/andreigurau/Desktop/Xcodeapps/BookIt/build/Debug-iphonesimulator/FirebaseDatabase/FirebaseDatabase.framework/Headers/FirebaseDatabase-umbrella.h /Users/andreigurau/Desktop/Xcodeapps/BookIt/build/Debug-iphonesimulator/SwiftRangeSlider/SwiftRangeSlider.framework/Headers/SwiftRangeSlider-umbrella.h /Users/andreigurau/Desktop/Xcodeapps/BookIt/build/Debug-iphonesimulator/FirebaseDatabase/FirebaseDatabase.framework/Headers/FIRMutableData.h /Users/andreigurau/Desktop/Xcodeapps/BookIt/build/Debug-iphonesimulator/FirebaseFirestore/FirebaseFirestore.framework/Headers/FIRSnapshotMetadata.h /Users/andreigurau/Desktop/Xcodeapps/BookIt/build/Debug-iphonesimulator/FirebaseDatabase/FirebaseDatabase.framework/Headers/FIRDatabaseReference.h /Users/andreigurau/Desktop/Xcodeapps/BookIt/build/Debug-iphonesimulator/FirebaseFirestore/FirebaseFirestore.framework/Headers/FIRCollectionReference.h /Users/andreigurau/Desktop/Xcodeapps/BookIt/build/Debug-iphonesimulator/FirebaseFirestore/FirebaseFirestore.framework/Headers/FIRDocumentReference.h /Users/andreigurau/Desktop/Xcodeapps/BookIt/build/Debug-iphonesimulator/FirebaseFirestore/FirebaseFirestore.framework/Headers/FIRFirestoreSource.h /Users/andreigurau/Desktop/Xcodeapps/BookIt/build/Debug-iphonesimulator/FirebaseFirestore/FirebaseFirestore.framework/Headers/FIRDocumentChange.h /Users/andreigurau/Desktop/Xcodeapps/BookIt/build/Debug-iphonesimulator/FirebaseDatabase/FirebaseDatabase.framework/Headers/FIRDataEventType.h /Users/andreigurau/Desktop/Xcodeapps/BookIt/build/Debug-iphonesimulator/FirebaseCore/FirebaseCore.framework/Headers/FirebaseCore.h /Users/andreigurau/Desktop/Xcodeapps/BookIt/build/Debug-iphonesimulator/FirebaseFirestore/FirebaseFirestore.framework/Headers/FIRFirestore.h /Users/andreigurau/Desktop/Xcodeapps/BookIt/build/Debug-iphonesimulator/FirebaseFirestore/FirebaseFirestore.framework/Headers/FirebaseFirestore.h /Users/andreigurau/Desktop/Xcodeapps/BookIt/build/Debug-iphonesimulator/FirebaseDatabase/FirebaseDatabase.framework/Headers/FIRDatabase.h /Users/andreigurau/Desktop/Xcodeapps/BookIt/build/Debug-iphonesimulator/FirebaseDatabase/FirebaseDatabase.framework/Headers/FirebaseDatabase.h /Users/andreigurau/Desktop/Xcodeapps/BookIt/Pods/Firebase/CoreOnly/Sources/Firebase.h /Users/andreigurau/Desktop/Xcodeapps/BookIt/Pods/FirebaseAnalytics/Frameworks/FirebaseAnalytics.framework/Headers/FIRAnalytics+AppDelegate.h /Users/andreigurau/Desktop/Xcodeapps/BookIt/build/Debug-iphonesimulator/FirebaseFirestore/FirebaseFirestore.framework/Headers/FIRFieldValue.h /Users/andreigurau/Desktop/Xcodeapps/BookIt/build/Debug-iphonesimulator/FirebaseDatabase/FirebaseDatabase.framework/Headers/FIRServerValue.h /Users/andreigurau/Desktop/Xcodeapps/BookIt/build/Debug-iphonesimulator/FirebaseFirestore/FirebaseFirestore.framework/Headers/FIRWriteBatch.h /Users/andreigurau/Desktop/Xcodeapps/BookIt/build/Debug-iphonesimulator/FirebaseFirestore/FirebaseFirestore.framework/Headers/FIRFieldPath.h /Users/andreigurau/Desktop/Xcodeapps/BookIt/build/Debug-iphonesimulator/FirebaseCore/FirebaseCore.framework/Headers/FIRLoggerLevel.h /Users/andreigurau/Desktop/Xcodeapps/BookIt/build/Debug-iphonesimulator/FirebaseFirestore/FirebaseFirestore.framework/Headers/FIRListenerRegistration.h /Users/andreigurau/Desktop/Xcodeapps/BookIt/build/Debug-iphonesimulator/FirebaseCore/FirebaseCore.framework/Headers/FIRConfiguration.h /Users/andreigurau/Desktop/Xcodeapps/BookIt/build/Debug-iphonesimulator/FirebaseCore/FirebaseCore.framework/Headers/FIRAnalyticsConfiguration.h /Users/andreigurau/Desktop/Xcodeapps/BookIt/build/Debug-iphonesimulator/FirebaseFirestore/FirebaseFirestore.framework/Headers/FIRTransaction.h /Users/andreigurau/Desktop/Xcodeapps/BookIt/build/Debug-iphonesimulator/FirebaseFirestore/FirebaseFirestore.framework/Headers/FIRTimestamp.h /Users/andreigurau/Desktop/Xcodeapps/BookIt/build/Debug-iphonesimulator/FirebaseCore/FirebaseCore.framework/Headers/FIRApp.h /Users/andreigurau/Desktop/Xcodeapps/BookIt/Pods/FirebaseAnalytics/Frameworks/FirebaseAnalytics.framework/Headers/FIRAnalytics.h /Users/andreigurau/Desktop/Xcodeapps/BookIt/Pods/FirebaseAnalytics/Frameworks/FirebaseAnalytics.framework/Headers/FirebaseAnalytics.h /Users/andreigurau/Desktop/Xcodeapps/BookIt/Pods/FirebaseAnalytics/Frameworks/FirebaseAnalytics.framework/Headers/FIRParameterNames.h /Users/andreigurau/Desktop/Xcodeapps/BookIt/Pods/FirebaseAnalytics/Frameworks/FirebaseAnalytics.framework/Headers/FIREventNames.h /Users/andreigurau/Desktop/Xcodeapps/BookIt/Pods/FirebaseAnalytics/Frameworks/FirebaseAnalytics.framework/Headers/FIRUserPropertyNames.h /Users/andreigurau/Desktop/Xcodeapps/BookIt/build/Debug-iphonesimulator/FirebaseFirestore/FirebaseFirestore.framework/Headers/FIRFirestoreSettings.h /Users/andreigurau/Desktop/Xcodeapps/BookIt/build/Debug-iphonesimulator/FirebaseCore/FirebaseCore.framework/Headers/FIROptions.h /Users/andreigurau/Desktop/Xcodeapps/BookIt/build/Debug-iphonesimulator/FirebaseFirestore/FirebaseFirestore.framework/Headers/FIRFirestoreErrors.h /Users/andreigurau/Desktop/Xcodeapps/BookIt/build/Debug-iphonesimulator/SwiftRangeSlider/SwiftRangeSlider.framework/Headers/SwiftRangeSlider-Swift.h /Users/andreigurau/Desktop/Xcodeapps/BookIt/build/Debug-iphonesimulator/FirebaseDatabase/FirebaseDatabase.framework/Headers/FIRTransactionResult.h /Users/andreigurau/Desktop/Xcodeapps/BookIt/build/Debug-iphonesimulator/FirebaseFirestore/FirebaseFirestore.framework/Headers/FIRGeoPoint.h /Users/andreigurau/Desktop/Xcodeapps/BookIt/build/Debug-iphonesimulator/FirebaseDatabase/FirebaseDatabase.framework/Headers/FIRDataSnapshot.h /Users/andreigurau/Desktop/Xcodeapps/BookIt/build/Debug-iphonesimulator/FirebaseFirestore/FirebaseFirestore.framework/Headers/FIRDocumentSnapshot.h /Users/andreigurau/Desktop/Xcodeapps/BookIt/build/Debug-iphonesimulator/FirebaseFirestore/FirebaseFirestore.framework/Headers/FIRQuerySnapshot.h /Users/andreigurau/Desktop/Xcodeapps/BookIt/build/Debug-iphonesimulator/FirebaseFirestore/FirebaseFirestore.framework/Headers/FIRQuery.h /Users/andreigurau/Desktop/Xcodeapps/BookIt/build/Debug-iphonesimulator/FirebaseDatabase/FirebaseDatabase.framework/Headers/FIRDatabaseQuery.h /Users/andreigurau/Desktop/Xcodeapps/BookIt/Pods/Firebase/CoreOnly/Sources/module.modulemap /Users/andreigurau/Desktop/Xcodeapps/BookIt/Pods/FirebaseInstanceID/Frameworks/FirebaseInstanceID.framework/Modules/module.modulemap /Users/andreigurau/Desktop/Xcodeapps/BookIt/build/Debug-iphonesimulator/FirebaseCore/FirebaseCore.framework/Modules/module.modulemap /Users/andreigurau/Desktop/Xcodeapps/BookIt/build/Debug-iphonesimulator/FirebaseFirestore/FirebaseFirestore.framework/Modules/module.modulemap /Users/andreigurau/Desktop/Xcodeapps/BookIt/build/Debug-iphonesimulator/FirebaseDatabase/FirebaseDatabase.framework/Modules/module.modulemap /Users/andreigurau/Desktop/Xcodeapps/BookIt/build/Debug-iphonesimulator/SwiftRangeSlider/SwiftRangeSlider.framework/Modules/module.modulemap /Users/andreigurau/Desktop/Xcodeapps/BookIt/Pods/FirebaseAnalytics/Frameworks/FirebaseAnalytics.framework/Modules/module.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.0.sdk/usr/include/objc/ObjectiveC.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.0.sdk/System/Library/Frameworks/OpenGLES.framework/Headers/OpenGLES.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.0.sdk/System/Library/Frameworks/CoreMedia.framework/Headers/CoreMedia.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.0.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CoreImage.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.0.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/QuartzCore.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.0.sdk/System/Library/Frameworks/Metal.framework/Headers/Metal.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.0.sdk/usr/include/Darwin.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.0.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.0.sdk/System/Library/Frameworks/AVFoundation.framework/Headers/AVFoundation.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.0.sdk/System/Library/Frameworks/CoreGraphics.framework/Headers/CoreGraphics.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIKit.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.0.sdk/System/Library/Frameworks/CoreText.framework/Headers/CoreText.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.0.sdk/System/Library/Frameworks/MediaToolbox.framework/Headers/MediaToolbox.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.0.sdk/System/Library/Frameworks/AudioToolbox.framework/Headers/AudioToolbox.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.0.sdk/System/Library/Frameworks/Security.framework/Headers/Security.apinotes /Users/andreigurau/Desktop/Xcodeapps/BookIt/build/BookIt.build/Debug-iphonesimulator/BookIt.build/Objects-normal/x86_64/RoomSearchViewController~partial.swiftdoc : /Users/andreigurau/Desktop/Xcodeapps/BookIt/BookIt/AppDelegate.swift /Users/andreigurau/Desktop/Xcodeapps/BookIt/BookIt/Utilities/Util.swift /Users/andreigurau/Desktop/Xcodeapps/BookIt/BookIt/ViewControllers/Views/BookingListTableViewCell/BookingListTableViewCell.swift /Users/andreigurau/Desktop/Xcodeapps/BookIt/BookIt/Classes/Room.swift /Users/andreigurau/Desktop/Xcodeapps/BookIt/BookIt/Classes/Reservation.swift /Users/andreigurau/Desktop/Xcodeapps/BookIt/BookIt/ViewControllers/UserPageViewController.swift /Users/andreigurau/Desktop/Xcodeapps/BookIt/BookIt/ViewControllers/BaseViewController.swift /Users/andreigurau/Desktop/Xcodeapps/BookIt/BookIt/ViewControllers/RoomSearchViewController.swift /Users/andreigurau/Desktop/Xcodeapps/BookIt/BookIt/ViewControllers/RoomScanViewController.swift /Users/andreigurau/Desktop/Xcodeapps/BookIt/BookIt/ViewControllers/RoomReservationViewController.swift /Users/andreigurau/Desktop/Xcodeapps/BookIt/BookIt/ViewControllers/ScannerViewController.swift /Users/andreigurau/Desktop/Xcodeapps/BookIt/BookIt/ViewControllers/BookingListViewController.swift /Users/andreigurau/Desktop/Xcodeapps/BookIt/BookIt/Classes/User.swift /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/Dispatch.apinotesc /Users/andreigurau/Desktop/Xcodeapps/BookIt/build/Debug-iphonesimulator/SwiftRangeSlider/SwiftRangeSlider.framework/Modules/SwiftRangeSlider.swiftmodule/x86_64.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/ObjectiveC.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/CoreMedia.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/simd.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/CoreImage.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/QuartzCore.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/Dispatch.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/Metal.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/Darwin.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/Foundation.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/AVFoundation.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/CoreFoundation.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/CoreAudio.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/CoreGraphics.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/Swift.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/UIKit.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/SwiftOnoneSupport.swiftmodule /Users/andreigurau/Desktop/Xcodeapps/BookIt/Pods/FirebaseInstanceID/Frameworks/FirebaseInstanceID.framework/Headers/FIRInstanceID.h /Users/andreigurau/Desktop/Xcodeapps/BookIt/Pods/FirebaseInstanceID/Frameworks/FirebaseInstanceID.framework/Headers/FirebaseInstanceID.h /Users/andreigurau/Desktop/Xcodeapps/BookIt/build/Debug-iphonesimulator/FirebaseCore/FirebaseCore.framework/Headers/FirebaseCore-umbrella.h /Users/andreigurau/Desktop/Xcodeapps/BookIt/build/Debug-iphonesimulator/FirebaseFirestore/FirebaseFirestore.framework/Headers/FirebaseFirestore-umbrella.h /Users/andreigurau/Desktop/Xcodeapps/BookIt/build/Debug-iphonesimulator/FirebaseDatabase/FirebaseDatabase.framework/Headers/FirebaseDatabase-umbrella.h /Users/andreigurau/Desktop/Xcodeapps/BookIt/build/Debug-iphonesimulator/SwiftRangeSlider/SwiftRangeSlider.framework/Headers/SwiftRangeSlider-umbrella.h /Users/andreigurau/Desktop/Xcodeapps/BookIt/build/Debug-iphonesimulator/FirebaseDatabase/FirebaseDatabase.framework/Headers/FIRMutableData.h /Users/andreigurau/Desktop/Xcodeapps/BookIt/build/Debug-iphonesimulator/FirebaseFirestore/FirebaseFirestore.framework/Headers/FIRSnapshotMetadata.h /Users/andreigurau/Desktop/Xcodeapps/BookIt/build/Debug-iphonesimulator/FirebaseDatabase/FirebaseDatabase.framework/Headers/FIRDatabaseReference.h /Users/andreigurau/Desktop/Xcodeapps/BookIt/build/Debug-iphonesimulator/FirebaseFirestore/FirebaseFirestore.framework/Headers/FIRCollectionReference.h /Users/andreigurau/Desktop/Xcodeapps/BookIt/build/Debug-iphonesimulator/FirebaseFirestore/FirebaseFirestore.framework/Headers/FIRDocumentReference.h /Users/andreigurau/Desktop/Xcodeapps/BookIt/build/Debug-iphonesimulator/FirebaseFirestore/FirebaseFirestore.framework/Headers/FIRFirestoreSource.h /Users/andreigurau/Desktop/Xcodeapps/BookIt/build/Debug-iphonesimulator/FirebaseFirestore/FirebaseFirestore.framework/Headers/FIRDocumentChange.h /Users/andreigurau/Desktop/Xcodeapps/BookIt/build/Debug-iphonesimulator/FirebaseDatabase/FirebaseDatabase.framework/Headers/FIRDataEventType.h /Users/andreigurau/Desktop/Xcodeapps/BookIt/build/Debug-iphonesimulator/FirebaseCore/FirebaseCore.framework/Headers/FirebaseCore.h /Users/andreigurau/Desktop/Xcodeapps/BookIt/build/Debug-iphonesimulator/FirebaseFirestore/FirebaseFirestore.framework/Headers/FIRFirestore.h /Users/andreigurau/Desktop/Xcodeapps/BookIt/build/Debug-iphonesimulator/FirebaseFirestore/FirebaseFirestore.framework/Headers/FirebaseFirestore.h /Users/andreigurau/Desktop/Xcodeapps/BookIt/build/Debug-iphonesimulator/FirebaseDatabase/FirebaseDatabase.framework/Headers/FIRDatabase.h /Users/andreigurau/Desktop/Xcodeapps/BookIt/build/Debug-iphonesimulator/FirebaseDatabase/FirebaseDatabase.framework/Headers/FirebaseDatabase.h /Users/andreigurau/Desktop/Xcodeapps/BookIt/Pods/Firebase/CoreOnly/Sources/Firebase.h /Users/andreigurau/Desktop/Xcodeapps/BookIt/Pods/FirebaseAnalytics/Frameworks/FirebaseAnalytics.framework/Headers/FIRAnalytics+AppDelegate.h /Users/andreigurau/Desktop/Xcodeapps/BookIt/build/Debug-iphonesimulator/FirebaseFirestore/FirebaseFirestore.framework/Headers/FIRFieldValue.h /Users/andreigurau/Desktop/Xcodeapps/BookIt/build/Debug-iphonesimulator/FirebaseDatabase/FirebaseDatabase.framework/Headers/FIRServerValue.h /Users/andreigurau/Desktop/Xcodeapps/BookIt/build/Debug-iphonesimulator/FirebaseFirestore/FirebaseFirestore.framework/Headers/FIRWriteBatch.h /Users/andreigurau/Desktop/Xcodeapps/BookIt/build/Debug-iphonesimulator/FirebaseFirestore/FirebaseFirestore.framework/Headers/FIRFieldPath.h /Users/andreigurau/Desktop/Xcodeapps/BookIt/build/Debug-iphonesimulator/FirebaseCore/FirebaseCore.framework/Headers/FIRLoggerLevel.h /Users/andreigurau/Desktop/Xcodeapps/BookIt/build/Debug-iphonesimulator/FirebaseFirestore/FirebaseFirestore.framework/Headers/FIRListenerRegistration.h /Users/andreigurau/Desktop/Xcodeapps/BookIt/build/Debug-iphonesimulator/FirebaseCore/FirebaseCore.framework/Headers/FIRConfiguration.h /Users/andreigurau/Desktop/Xcodeapps/BookIt/build/Debug-iphonesimulator/FirebaseCore/FirebaseCore.framework/Headers/FIRAnalyticsConfiguration.h /Users/andreigurau/Desktop/Xcodeapps/BookIt/build/Debug-iphonesimulator/FirebaseFirestore/FirebaseFirestore.framework/Headers/FIRTransaction.h /Users/andreigurau/Desktop/Xcodeapps/BookIt/build/Debug-iphonesimulator/FirebaseFirestore/FirebaseFirestore.framework/Headers/FIRTimestamp.h /Users/andreigurau/Desktop/Xcodeapps/BookIt/build/Debug-iphonesimulator/FirebaseCore/FirebaseCore.framework/Headers/FIRApp.h /Users/andreigurau/Desktop/Xcodeapps/BookIt/Pods/FirebaseAnalytics/Frameworks/FirebaseAnalytics.framework/Headers/FIRAnalytics.h /Users/andreigurau/Desktop/Xcodeapps/BookIt/Pods/FirebaseAnalytics/Frameworks/FirebaseAnalytics.framework/Headers/FirebaseAnalytics.h /Users/andreigurau/Desktop/Xcodeapps/BookIt/Pods/FirebaseAnalytics/Frameworks/FirebaseAnalytics.framework/Headers/FIRParameterNames.h /Users/andreigurau/Desktop/Xcodeapps/BookIt/Pods/FirebaseAnalytics/Frameworks/FirebaseAnalytics.framework/Headers/FIREventNames.h /Users/andreigurau/Desktop/Xcodeapps/BookIt/Pods/FirebaseAnalytics/Frameworks/FirebaseAnalytics.framework/Headers/FIRUserPropertyNames.h /Users/andreigurau/Desktop/Xcodeapps/BookIt/build/Debug-iphonesimulator/FirebaseFirestore/FirebaseFirestore.framework/Headers/FIRFirestoreSettings.h /Users/andreigurau/Desktop/Xcodeapps/BookIt/build/Debug-iphonesimulator/FirebaseCore/FirebaseCore.framework/Headers/FIROptions.h /Users/andreigurau/Desktop/Xcodeapps/BookIt/build/Debug-iphonesimulator/FirebaseFirestore/FirebaseFirestore.framework/Headers/FIRFirestoreErrors.h /Users/andreigurau/Desktop/Xcodeapps/BookIt/build/Debug-iphonesimulator/SwiftRangeSlider/SwiftRangeSlider.framework/Headers/SwiftRangeSlider-Swift.h /Users/andreigurau/Desktop/Xcodeapps/BookIt/build/Debug-iphonesimulator/FirebaseDatabase/FirebaseDatabase.framework/Headers/FIRTransactionResult.h /Users/andreigurau/Desktop/Xcodeapps/BookIt/build/Debug-iphonesimulator/FirebaseFirestore/FirebaseFirestore.framework/Headers/FIRGeoPoint.h /Users/andreigurau/Desktop/Xcodeapps/BookIt/build/Debug-iphonesimulator/FirebaseDatabase/FirebaseDatabase.framework/Headers/FIRDataSnapshot.h /Users/andreigurau/Desktop/Xcodeapps/BookIt/build/Debug-iphonesimulator/FirebaseFirestore/FirebaseFirestore.framework/Headers/FIRDocumentSnapshot.h /Users/andreigurau/Desktop/Xcodeapps/BookIt/build/Debug-iphonesimulator/FirebaseFirestore/FirebaseFirestore.framework/Headers/FIRQuerySnapshot.h /Users/andreigurau/Desktop/Xcodeapps/BookIt/build/Debug-iphonesimulator/FirebaseFirestore/FirebaseFirestore.framework/Headers/FIRQuery.h /Users/andreigurau/Desktop/Xcodeapps/BookIt/build/Debug-iphonesimulator/FirebaseDatabase/FirebaseDatabase.framework/Headers/FIRDatabaseQuery.h /Users/andreigurau/Desktop/Xcodeapps/BookIt/Pods/Firebase/CoreOnly/Sources/module.modulemap /Users/andreigurau/Desktop/Xcodeapps/BookIt/Pods/FirebaseInstanceID/Frameworks/FirebaseInstanceID.framework/Modules/module.modulemap /Users/andreigurau/Desktop/Xcodeapps/BookIt/build/Debug-iphonesimulator/FirebaseCore/FirebaseCore.framework/Modules/module.modulemap /Users/andreigurau/Desktop/Xcodeapps/BookIt/build/Debug-iphonesimulator/FirebaseFirestore/FirebaseFirestore.framework/Modules/module.modulemap /Users/andreigurau/Desktop/Xcodeapps/BookIt/build/Debug-iphonesimulator/FirebaseDatabase/FirebaseDatabase.framework/Modules/module.modulemap /Users/andreigurau/Desktop/Xcodeapps/BookIt/build/Debug-iphonesimulator/SwiftRangeSlider/SwiftRangeSlider.framework/Modules/module.modulemap /Users/andreigurau/Desktop/Xcodeapps/BookIt/Pods/FirebaseAnalytics/Frameworks/FirebaseAnalytics.framework/Modules/module.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.0.sdk/usr/include/objc/ObjectiveC.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.0.sdk/System/Library/Frameworks/OpenGLES.framework/Headers/OpenGLES.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.0.sdk/System/Library/Frameworks/CoreMedia.framework/Headers/CoreMedia.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.0.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CoreImage.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.0.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/QuartzCore.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.0.sdk/System/Library/Frameworks/Metal.framework/Headers/Metal.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.0.sdk/usr/include/Darwin.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.0.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.0.sdk/System/Library/Frameworks/AVFoundation.framework/Headers/AVFoundation.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.0.sdk/System/Library/Frameworks/CoreGraphics.framework/Headers/CoreGraphics.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIKit.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.0.sdk/System/Library/Frameworks/CoreText.framework/Headers/CoreText.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.0.sdk/System/Library/Frameworks/MediaToolbox.framework/Headers/MediaToolbox.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.0.sdk/System/Library/Frameworks/AudioToolbox.framework/Headers/AudioToolbox.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.0.sdk/System/Library/Frameworks/Security.framework/Headers/Security.apinotes
D
/Users/mac/Desktop/Young心理/DerivedData/Young心理/Build/Intermediates/Pods.build/Debug-iphonesimulator/Alamofire.build/Objects-normal/x86_64/SessionManager.o : /Users/mac/Desktop/Young心理/Pods/Alamofire/Source/MultipartFormData.swift /Users/mac/Desktop/Young心理/Pods/Alamofire/Source/Timeline.swift /Users/mac/Desktop/Young心理/Pods/Alamofire/Source/DispatchQueue+Alamofire.swift /Users/mac/Desktop/Young心理/Pods/Alamofire/Source/Alamofire.swift /Users/mac/Desktop/Young心理/Pods/Alamofire/Source/Response.swift /Users/mac/Desktop/Young心理/Pods/Alamofire/Source/TaskDelegate.swift /Users/mac/Desktop/Young心理/Pods/Alamofire/Source/SessionDelegate.swift /Users/mac/Desktop/Young心理/Pods/Alamofire/Source/ParameterEncoding.swift /Users/mac/Desktop/Young心理/Pods/Alamofire/Source/Validation.swift /Users/mac/Desktop/Young心理/Pods/Alamofire/Source/ResponseSerialization.swift /Users/mac/Desktop/Young心理/Pods/Alamofire/Source/SessionManager.swift /Users/mac/Desktop/Young心理/Pods/Alamofire/Source/NetworkReachabilityManager.swift /Users/mac/Desktop/Young心理/Pods/Alamofire/Source/AFError.swift /Users/mac/Desktop/Young心理/Pods/Alamofire/Source/Notifications.swift /Users/mac/Desktop/Young心理/Pods/Alamofire/Source/Result.swift /Users/mac/Desktop/Young心理/Pods/Alamofire/Source/Request.swift /Users/mac/Desktop/Young心理/Pods/Alamofire/Source/ServerTrustPolicy.swift /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/ObjectiveC.apinotesc /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/Dispatch.apinotesc /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/Foundation.apinotesc /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/CoreGraphics.apinotesc /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/UIKit.apinotesc /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/CoreText.apinotesc /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/ObjectiveC.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/CoreImage.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/QuartzCore.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/Dispatch.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/Darwin.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/Foundation.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/CoreGraphics.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/Swift.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/UIKit.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/SwiftOnoneSupport.swiftmodule /Users/mac/Desktop/Young心理/Pods/Target\ Support\ Files/Alamofire/Alamofire-umbrella.h /Users/mac/Desktop/Young心理/DerivedData/Young心理/Build/Intermediates/Pods.build/Debug-iphonesimulator/Alamofire.build/unextended-module.modulemap /Users/mac/Desktop/Young心理/DerivedData/Young心理/Build/Intermediates/Pods.build/Debug-iphonesimulator/Alamofire.build/Objects-normal/x86_64/SessionManager~partial.swiftmodule : /Users/mac/Desktop/Young心理/Pods/Alamofire/Source/MultipartFormData.swift /Users/mac/Desktop/Young心理/Pods/Alamofire/Source/Timeline.swift /Users/mac/Desktop/Young心理/Pods/Alamofire/Source/DispatchQueue+Alamofire.swift /Users/mac/Desktop/Young心理/Pods/Alamofire/Source/Alamofire.swift /Users/mac/Desktop/Young心理/Pods/Alamofire/Source/Response.swift /Users/mac/Desktop/Young心理/Pods/Alamofire/Source/TaskDelegate.swift /Users/mac/Desktop/Young心理/Pods/Alamofire/Source/SessionDelegate.swift /Users/mac/Desktop/Young心理/Pods/Alamofire/Source/ParameterEncoding.swift /Users/mac/Desktop/Young心理/Pods/Alamofire/Source/Validation.swift /Users/mac/Desktop/Young心理/Pods/Alamofire/Source/ResponseSerialization.swift /Users/mac/Desktop/Young心理/Pods/Alamofire/Source/SessionManager.swift /Users/mac/Desktop/Young心理/Pods/Alamofire/Source/NetworkReachabilityManager.swift /Users/mac/Desktop/Young心理/Pods/Alamofire/Source/AFError.swift /Users/mac/Desktop/Young心理/Pods/Alamofire/Source/Notifications.swift /Users/mac/Desktop/Young心理/Pods/Alamofire/Source/Result.swift /Users/mac/Desktop/Young心理/Pods/Alamofire/Source/Request.swift /Users/mac/Desktop/Young心理/Pods/Alamofire/Source/ServerTrustPolicy.swift /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/ObjectiveC.apinotesc /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/Dispatch.apinotesc /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/Foundation.apinotesc /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/CoreGraphics.apinotesc /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/UIKit.apinotesc /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/CoreText.apinotesc /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/ObjectiveC.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/CoreImage.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/QuartzCore.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/Dispatch.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/Darwin.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/Foundation.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/CoreGraphics.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/Swift.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/UIKit.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/SwiftOnoneSupport.swiftmodule /Users/mac/Desktop/Young心理/Pods/Target\ Support\ Files/Alamofire/Alamofire-umbrella.h /Users/mac/Desktop/Young心理/DerivedData/Young心理/Build/Intermediates/Pods.build/Debug-iphonesimulator/Alamofire.build/unextended-module.modulemap /Users/mac/Desktop/Young心理/DerivedData/Young心理/Build/Intermediates/Pods.build/Debug-iphonesimulator/Alamofire.build/Objects-normal/x86_64/SessionManager~partial.swiftdoc : /Users/mac/Desktop/Young心理/Pods/Alamofire/Source/MultipartFormData.swift /Users/mac/Desktop/Young心理/Pods/Alamofire/Source/Timeline.swift /Users/mac/Desktop/Young心理/Pods/Alamofire/Source/DispatchQueue+Alamofire.swift /Users/mac/Desktop/Young心理/Pods/Alamofire/Source/Alamofire.swift /Users/mac/Desktop/Young心理/Pods/Alamofire/Source/Response.swift /Users/mac/Desktop/Young心理/Pods/Alamofire/Source/TaskDelegate.swift /Users/mac/Desktop/Young心理/Pods/Alamofire/Source/SessionDelegate.swift /Users/mac/Desktop/Young心理/Pods/Alamofire/Source/ParameterEncoding.swift /Users/mac/Desktop/Young心理/Pods/Alamofire/Source/Validation.swift /Users/mac/Desktop/Young心理/Pods/Alamofire/Source/ResponseSerialization.swift /Users/mac/Desktop/Young心理/Pods/Alamofire/Source/SessionManager.swift /Users/mac/Desktop/Young心理/Pods/Alamofire/Source/NetworkReachabilityManager.swift /Users/mac/Desktop/Young心理/Pods/Alamofire/Source/AFError.swift /Users/mac/Desktop/Young心理/Pods/Alamofire/Source/Notifications.swift /Users/mac/Desktop/Young心理/Pods/Alamofire/Source/Result.swift /Users/mac/Desktop/Young心理/Pods/Alamofire/Source/Request.swift /Users/mac/Desktop/Young心理/Pods/Alamofire/Source/ServerTrustPolicy.swift /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/ObjectiveC.apinotesc /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/Dispatch.apinotesc /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/Foundation.apinotesc /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/CoreGraphics.apinotesc /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/UIKit.apinotesc /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/CoreText.apinotesc /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/ObjectiveC.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/CoreImage.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/QuartzCore.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/Dispatch.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/Darwin.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/Foundation.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/CoreGraphics.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/Swift.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/UIKit.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/SwiftOnoneSupport.swiftmodule /Users/mac/Desktop/Young心理/Pods/Target\ Support\ Files/Alamofire/Alamofire-umbrella.h /Users/mac/Desktop/Young心理/DerivedData/Young心理/Build/Intermediates/Pods.build/Debug-iphonesimulator/Alamofire.build/unextended-module.modulemap
D
/** * Implementation of dynamic array property support routines. * * Copyright: Copyright Digital Mars 2000 - 2015. * License: Distributed under the * $(LINK2 http://www.boost.org/LICENSE_1_0.txt, Boost Software License 1.0). * (See accompanying file LICENSE) * Authors: Walter Bright * Source: $(DRUNTIMESRC src/rt/_adi.d) */ module rt.adi; //debug=adi; // uncomment to turn on debugging printf's private { debug(adi) import core.stdc.stdio; import core.stdc.string; import core.stdc.stdlib; import core.memory; import rt.util.utf; extern (C) void[] _adSort(void[] a, TypeInfo ti); } private dchar[] mallocUTF32(C)(in C[] s) { size_t j = 0; auto p = cast(dchar*)malloc(dchar.sizeof * s.length); auto r = p[0..s.length]; // r[] will never be longer than s[] foreach (dchar c; s) r[j++] = c; return r[0 .. j]; } /********************************************** * Sort array of chars. */ extern (C) char[] _adSortChar(char[] a) { if (a.length > 1) { auto da = mallocUTF32(a); _adSort(*cast(void[]*)&da, typeid(da[0])); size_t i = 0; foreach (dchar d; da) { char[4] buf; auto t = toUTF8(buf, d); a[i .. i + t.length] = t[]; i += t.length; } free(da.ptr); } return a; } /********************************************** * Sort array of wchars. */ extern (C) wchar[] _adSortWchar(wchar[] a) { if (a.length > 1) { auto da = mallocUTF32(a); _adSort(*cast(void[]*)&da, typeid(da[0])); size_t i = 0; foreach (dchar d; da) { wchar[2] buf; auto t = toUTF16(buf, d); a[i .. i + t.length] = t[]; i += t.length; } free(da.ptr); } return a; } /*************************************** * Support for array equality test. * Returns: * 1 equal * 0 not equal */ extern (C) int _adEq(void[] a1, void[] a2, TypeInfo ti) { debug(adi) printf("_adEq(a1.length = %d, a2.length = %d)\n", a1.length, a2.length); if (a1.length != a2.length) return 0; // not equal auto sz = ti.tsize; auto p1 = a1.ptr; auto p2 = a2.ptr; if (sz == 1) // We should really have a ti.isPOD() check for this return (memcmp(p1, p2, a1.length) == 0); for (size_t i = 0; i < a1.length; i++) { if (!ti.equals(p1 + i * sz, p2 + i * sz)) return 0; // not equal } return 1; // equal } extern (C) int _adEq2(void[] a1, void[] a2, TypeInfo ti) { debug(adi) printf("_adEq2(a1.length = %d, a2.length = %d)\n", a1.length, a2.length); if (a1.length != a2.length) return 0; // not equal if (!ti.equals(&a1, &a2)) return 0; return 1; } unittest { debug(adi) printf("array.Eq unittest\n"); auto a = "hello"c; assert(a != "hel"); assert(a != "helloo"); assert(a != "betty"); assert(a == "hello"); assert(a != "hxxxx"); float[] fa = [float.nan]; assert(fa != fa); } unittest { debug(adi) printf("array.Cmp unittest\n"); auto a = "hello"c; assert(a > "hel"); assert(a >= "hel"); assert(a < "helloo"); assert(a <= "helloo"); assert(a > "betty"); assert(a >= "betty"); assert(a == "hello"); assert(a <= "hello"); assert(a >= "hello"); assert(a < "я"); } unittest { debug(adi) printf("array.CmpChar unittest\n"); auto a = "hello"c; assert(a > "hel"); assert(a >= "hel"); assert(a < "helloo"); assert(a <= "helloo"); assert(a > "betty"); assert(a >= "betty"); assert(a == "hello"); assert(a <= "hello"); assert(a >= "hello"); }
D
// Copyright Basile Burg 2017. // Distributed under the Boost Software License, Version 1.0. // (See accompanying file LICENSE_1_0.txt or copy at // http://www.boost.org/LICENSE_1_0.txt) module dscanner.analysis.final_attribute; import dscanner.analysis.base; import dscanner.analysis.helpers; import dparse.ast; import dparse.lexer; /** * Checks for useless usage of the final attribute. * * There are several cases where the compiler allows them even if it's a noop. */ final class FinalAttributeChecker : BaseAnalyzer { private: enum string KEY = "dscanner.useless.final"; enum string MSGB = "Useless final attribute, %s"; static struct MESSAGE { static immutable struct_i = "structs cannot be subclassed"; static immutable union_i = "unions cannot be subclassed"; static immutable class_t = "templated functions declared within a class are never virtual"; static immutable class_p = "private functions declared within a class are never virtual"; static immutable class_f = "functions declared within a final class are never virtual"; static immutable class_s = "static functions are never virtual"; static immutable interface_t = "templated functions declared within an interface are never virtual"; static immutable struct_f = "functions declared within a struct are never virtual"; static immutable union_f = "functions declared within an union are never virtual"; static immutable func_n = "nested functions are never virtual"; static immutable func_g = "global functions are never virtual"; } enum Parent { module_, struct_, union_, class_, function_, interface_ } bool[] _private; bool _finalAggregate; bool _alwaysStatic; bool _blockStatic; Parent _parent = Parent.module_; void addError(T)(T t, string msg) { import std.format : format; const size_t lne = t.name.line; const size_t col = t.name.column; addErrorMessage(lne, col, KEY, MSGB.format(msg)); } public: alias visit = BaseAnalyzer.visit; /// this(string fileName, bool skipTests = false) { super(fileName, null, skipTests); _private.length = 1; } override void visit(const(StructDeclaration) sd) { const Parent saved = _parent; _parent = Parent.struct_; _private.length += 1; _alwaysStatic = false; sd.accept(this); _private.length -= 1; _parent = saved; } override void visit(const(InterfaceDeclaration) id) { const Parent saved = _parent; _parent = Parent.interface_; _private.length += 1; _alwaysStatic = false; id.accept(this); _private.length -= 1; _parent = saved; } override void visit(const(UnionDeclaration) ud) { const Parent saved = _parent; _parent = Parent.union_; _private.length += 1; _alwaysStatic = false; ud.accept(this); _private.length -= 1; _parent = saved; } override void visit(const(ClassDeclaration) cd) { const Parent saved = _parent; _parent = Parent.class_; _private.length += 1; _alwaysStatic = false; cd.accept(this); _private.length -= 1; _parent = saved; } override void visit(const(MixinTemplateDeclaration) mtd) { // can't really know where it'll be mixed (class |final class | struct ?) } override void visit(const(TemplateDeclaration) mtd) { // regular template are also mixable } override void visit(const(AttributeDeclaration) decl) { if (_parent == Parent.class_ && decl.attribute && decl.attribute.attribute == tok!"static") _alwaysStatic = true; } override void visit(const(Declaration) d) { import std.algorithm.iteration : filter; import std.algorithm.searching : canFind; const Parent savedParent = _parent; bool undoBlockStatic; if (_parent == Parent.class_ && d.attributes && d.attributes.canFind!(a => a.attribute == tok!"static")) { _blockStatic = true; undoBlockStatic = true; } scope(exit) { d.accept(this); _parent = savedParent; if (undoBlockStatic) _blockStatic = false; } if (!d.attributeDeclaration && !d.classDeclaration && !d.structDeclaration && !d.unionDeclaration && !d.interfaceDeclaration && !d.functionDeclaration) return; if (d.attributeDeclaration && d.attributeDeclaration.attribute) { const tp = d.attributeDeclaration.attribute.attribute.type; _private[$-1] = isProtection(tp) & (tp == tok!"private"); } const bool isFinal = d.attributes .canFind!(a => a.attribute.type == tok!"final"); const bool isStaticOnce = d.attributes .canFind!(a => a.attribute.type == tok!"static"); // determine if private const bool changeProtectionOnce = d.attributes .canFind!(a => a.attribute.type.isProtection); const bool isPrivateOnce = d.attributes .canFind!(a => a.attribute.type == tok!"private"); bool isPrivate; if (isPrivateOnce) isPrivate = true; else if (_private[$-1] && !changeProtectionOnce) isPrivate = true; // check final aggregate type if (d.classDeclaration || d.structDeclaration || d.unionDeclaration) { _finalAggregate = isFinal; if (_finalAggregate && savedParent == Parent.module_) { if (d.structDeclaration) addError(d.structDeclaration, MESSAGE.struct_i); else if (d.unionDeclaration) addError(d.unionDeclaration, MESSAGE.union_i); } } if (!d.functionDeclaration) return; // check final functions _parent = Parent.function_; const(FunctionDeclaration) fd = d.functionDeclaration; if (isFinal) final switch(savedParent) { case Parent.class_: if (fd.templateParameters) addError(fd, MESSAGE.class_t); if (isPrivate) addError(fd, MESSAGE.class_p); else if (isStaticOnce || _alwaysStatic || _blockStatic) addError(fd, MESSAGE.class_s); else if (_finalAggregate) addError(fd, MESSAGE.class_f); break; case Parent.interface_: if (fd.templateParameters) addError(fd, MESSAGE.interface_t); break; case Parent.struct_: addError(fd, MESSAGE.struct_f); break; case Parent.union_: addError(fd, MESSAGE.union_f); break; case Parent.function_: addError(fd, MESSAGE.func_n); break; case Parent.module_: addError(fd, MESSAGE.func_g); break; } } } @system unittest { import dscanner.analysis.config : StaticAnalysisConfig, Check, disabledConfig; import dscanner.analysis.helpers : assertAnalyzerWarnings; import std.stdio : stderr; import std.format : format; StaticAnalysisConfig sac = disabledConfig(); sac.final_attribute_check = Check.enabled; // pass assertAnalyzerWarnings(q{ void foo(){} }, sac); assertAnalyzerWarnings(q{ void foo(){void foo(){}} }, sac); assertAnalyzerWarnings(q{ struct S{} }, sac); assertAnalyzerWarnings(q{ union U{} }, sac); assertAnalyzerWarnings(q{ class Foo{public final void foo(){}} }, sac); assertAnalyzerWarnings(q{ final class Foo{static struct Bar{}} }, sac); assertAnalyzerWarnings(q{ class Foo{private: public final void foo(){}} }, sac); assertAnalyzerWarnings(q{ class Foo{private: public: final void foo(){}} }, sac); assertAnalyzerWarnings(q{ class Foo{private: public: final void foo(){}} }, sac); assertAnalyzerWarnings(q{ class Impl { private: static if (true) { protected final void _wrap_getSource() {} } } }, sac); assertAnalyzerWarnings(q{ mixin template Impl() { protected final void mixin_template_can() {} } }, sac); // fail assertAnalyzerWarnings(q{ final void foo(){} // [warn]: %s }c.format( FinalAttributeChecker.MSGB.format(FinalAttributeChecker.MESSAGE.func_g) ), sac); assertAnalyzerWarnings(q{ void foo(){final void foo(){}} // [warn]: %s }c.format( FinalAttributeChecker.MSGB.format(FinalAttributeChecker.MESSAGE.func_n) ), sac); assertAnalyzerWarnings(q{ void foo() { static if (true) final class A{ private: final protected void foo(){}} // [warn]: %s } }c.format( FinalAttributeChecker.MSGB.format(FinalAttributeChecker.MESSAGE.class_f) ), sac); assertAnalyzerWarnings(q{ final struct Foo{} // [warn]: %s }c.format( FinalAttributeChecker.MSGB.format(FinalAttributeChecker.MESSAGE.struct_i) ), sac); assertAnalyzerWarnings(q{ final union Foo{} // [warn]: %s }c.format( FinalAttributeChecker.MSGB.format(FinalAttributeChecker.MESSAGE.union_i) ), sac); assertAnalyzerWarnings(q{ class Foo{private final void foo(){}} // [warn]: %s }c.format( FinalAttributeChecker.MSGB.format(FinalAttributeChecker.MESSAGE.class_p) ), sac); assertAnalyzerWarnings(q{ class Foo{private: final void foo(){}} // [warn]: %s }c.format( FinalAttributeChecker.MSGB.format(FinalAttributeChecker.MESSAGE.class_p) ), sac); assertAnalyzerWarnings(q{ interface Foo{final void foo(T)(){}} // [warn]: %s }c.format( FinalAttributeChecker.MSGB.format(FinalAttributeChecker.MESSAGE.interface_t) ), sac); assertAnalyzerWarnings(q{ final class Foo{final void foo(){}} // [warn]: %s }c.format( FinalAttributeChecker.MSGB.format(FinalAttributeChecker.MESSAGE.class_f) ), sac); assertAnalyzerWarnings(q{ private: final class Foo {public: private final void foo(){}} // [warn]: %s }c.format( FinalAttributeChecker.MSGB.format(FinalAttributeChecker.MESSAGE.class_p) ), sac); assertAnalyzerWarnings(q{ class Foo {final static void foo(){}} // [warn]: %s }c.format( FinalAttributeChecker.MSGB.format(FinalAttributeChecker.MESSAGE.class_s) ), sac); assertAnalyzerWarnings(q{ class Foo { void foo(){} static: final void foo(){} // [warn]: %s } }c.format( FinalAttributeChecker.MSGB.format(FinalAttributeChecker.MESSAGE.class_s) ), sac); assertAnalyzerWarnings(q{ class Foo { void foo(){} static{ final void foo(){}} // [warn]: %s void foo(){} } }c.format( FinalAttributeChecker.MSGB.format(FinalAttributeChecker.MESSAGE.class_s) ), sac); stderr.writeln("Unittest for FinalAttributeChecker passed."); }
D
<?xml version="1.0" encoding="ASCII" standalone="no"?> <di:SashWindowsMngr xmlns:di="http://www.eclipse.org/papyrus/0.7.0/sashdi" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmi:version="2.0"> <pageList> <availablePage> <emfPageIdentifier href="VAR_1_agm-8638742111.notation#_copSALmGEeKQQp7P9cQvNQ"/> </availablePage> </pageList> <sashModel currentSelection="//@sashModel/@windows.0/@children.0"> <windows> <children xsi:type="di:TabFolder"> <children> <emfPageIdentifier href="VAR_1_agm-8638742111.notation#_copSALmGEeKQQp7P9cQvNQ"/> </children> </children> </windows> </sashModel> </di:SashWindowsMngr>
D
/Users/zhengnanzhu/Desktop/docu/Web/Hw5/DerivedData/Hw5/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/Alamofire.build/Objects-normal/x86_64/CachedResponseHandler.o : /Users/zhengnanzhu/Desktop/docu/Web/Hw5/Pods/Alamofire/Source/MultipartFormData.swift /Users/zhengnanzhu/Desktop/docu/Web/Hw5/Pods/Alamofire/Source/MultipartUpload.swift /Users/zhengnanzhu/Desktop/docu/Web/Hw5/Pods/Alamofire/Source/AlamofireExtended.swift /Users/zhengnanzhu/Desktop/docu/Web/Hw5/Pods/Alamofire/Source/HTTPMethod.swift /Users/zhengnanzhu/Desktop/docu/Web/Hw5/Pods/Alamofire/Source/URLConvertible+URLRequestConvertible.swift /Users/zhengnanzhu/Desktop/docu/Web/Hw5/Pods/Alamofire/Source/DispatchQueue+Alamofire.swift /Users/zhengnanzhu/Desktop/docu/Web/Hw5/Pods/Alamofire/Source/OperationQueue+Alamofire.swift /Users/zhengnanzhu/Desktop/docu/Web/Hw5/Pods/Alamofire/Source/URLSessionConfiguration+Alamofire.swift /Users/zhengnanzhu/Desktop/docu/Web/Hw5/Pods/Alamofire/Source/URLRequest+Alamofire.swift /Users/zhengnanzhu/Desktop/docu/Web/Hw5/Pods/Alamofire/Source/Alamofire.swift /Users/zhengnanzhu/Desktop/docu/Web/Hw5/Pods/Alamofire/Source/Response.swift /Users/zhengnanzhu/Desktop/docu/Web/Hw5/Pods/Alamofire/Source/ParameterEncoding.swift /Users/zhengnanzhu/Desktop/docu/Web/Hw5/Pods/Alamofire/Source/Session.swift /Users/zhengnanzhu/Desktop/docu/Web/Hw5/Pods/Alamofire/Source/Validation.swift /Users/zhengnanzhu/Desktop/docu/Web/Hw5/Pods/Alamofire/Source/ServerTrustEvaluation.swift /Users/zhengnanzhu/Desktop/docu/Web/Hw5/Pods/Alamofire/Source/ResponseSerialization.swift /Users/zhengnanzhu/Desktop/docu/Web/Hw5/Pods/Alamofire/Source/RequestTaskMap.swift /Users/zhengnanzhu/Desktop/docu/Web/Hw5/Pods/Alamofire/Source/SessionStateProvider.swift /Users/zhengnanzhu/Desktop/docu/Web/Hw5/Pods/Alamofire/Source/ParameterEncoder.swift /Users/zhengnanzhu/Desktop/docu/Web/Hw5/Pods/Alamofire/Source/NetworkReachabilityManager.swift /Users/zhengnanzhu/Desktop/docu/Web/Hw5/Pods/Alamofire/Source/CachedResponseHandler.swift /Users/zhengnanzhu/Desktop/docu/Web/Hw5/Pods/Alamofire/Source/RedirectHandler.swift /Users/zhengnanzhu/Desktop/docu/Web/Hw5/Pods/Alamofire/Source/AFError.swift /Users/zhengnanzhu/Desktop/docu/Web/Hw5/Pods/Alamofire/Source/Protector.swift /Users/zhengnanzhu/Desktop/docu/Web/Hw5/Pods/Alamofire/Source/EventMonitor.swift /Users/zhengnanzhu/Desktop/docu/Web/Hw5/Pods/Alamofire/Source/RequestInterceptor.swift /Users/zhengnanzhu/Desktop/docu/Web/Hw5/Pods/Alamofire/Source/Notifications.swift /Users/zhengnanzhu/Desktop/docu/Web/Hw5/Pods/Alamofire/Source/HTTPHeaders.swift /Users/zhengnanzhu/Desktop/docu/Web/Hw5/Pods/Alamofire/Source/AFResult.swift /Users/zhengnanzhu/Desktop/docu/Web/Hw5/Pods/Alamofire/Source/Request.swift /Users/zhengnanzhu/Desktop/docu/Web/Hw5/Pods/Alamofire/Source/RetryPolicy.swift /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/ObjectiveC.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/CoreImage.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/QuartzCore.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/Dispatch.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/Metal.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/Darwin.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/Foundation.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/CoreFoundation.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/CoreGraphics.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/Swift.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/UIKit.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/SwiftOnoneSupport.swiftmodule /Users/zhengnanzhu/Desktop/docu/Web/Hw5/Pods/Target\ Support\ Files/Alamofire/Alamofire-umbrella.h /Users/zhengnanzhu/Desktop/docu/Web/Hw5/DerivedData/Hw5/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/Alamofire.build/unextended-module.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.2.sdk/usr/include/objc/ObjectiveC.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.2.sdk/System/Library/Frameworks/OpenGLES.framework/Headers/OpenGLES.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.2.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CoreImage.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.2.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/QuartzCore.apinotes /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/Dispatch.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.2.sdk/System/Library/Frameworks/Metal.framework/Headers/Metal.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.2.sdk/usr/include/Darwin.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.2.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.2.sdk/System/Library/Frameworks/CoreGraphics.framework/Headers/CoreGraphics.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.2.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIKit.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.2.sdk/System/Library/Frameworks/CoreText.framework/Headers/CoreText.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.2.sdk/System/Library/Frameworks/Security.framework/Headers/Security.apinotes /Users/zhengnanzhu/Desktop/docu/Web/Hw5/DerivedData/Hw5/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/Alamofire.build/Objects-normal/x86_64/CachedResponseHandler~partial.swiftmodule : /Users/zhengnanzhu/Desktop/docu/Web/Hw5/Pods/Alamofire/Source/MultipartFormData.swift /Users/zhengnanzhu/Desktop/docu/Web/Hw5/Pods/Alamofire/Source/MultipartUpload.swift /Users/zhengnanzhu/Desktop/docu/Web/Hw5/Pods/Alamofire/Source/AlamofireExtended.swift /Users/zhengnanzhu/Desktop/docu/Web/Hw5/Pods/Alamofire/Source/HTTPMethod.swift /Users/zhengnanzhu/Desktop/docu/Web/Hw5/Pods/Alamofire/Source/URLConvertible+URLRequestConvertible.swift /Users/zhengnanzhu/Desktop/docu/Web/Hw5/Pods/Alamofire/Source/DispatchQueue+Alamofire.swift /Users/zhengnanzhu/Desktop/docu/Web/Hw5/Pods/Alamofire/Source/OperationQueue+Alamofire.swift /Users/zhengnanzhu/Desktop/docu/Web/Hw5/Pods/Alamofire/Source/URLSessionConfiguration+Alamofire.swift /Users/zhengnanzhu/Desktop/docu/Web/Hw5/Pods/Alamofire/Source/URLRequest+Alamofire.swift /Users/zhengnanzhu/Desktop/docu/Web/Hw5/Pods/Alamofire/Source/Alamofire.swift /Users/zhengnanzhu/Desktop/docu/Web/Hw5/Pods/Alamofire/Source/Response.swift /Users/zhengnanzhu/Desktop/docu/Web/Hw5/Pods/Alamofire/Source/ParameterEncoding.swift /Users/zhengnanzhu/Desktop/docu/Web/Hw5/Pods/Alamofire/Source/Session.swift /Users/zhengnanzhu/Desktop/docu/Web/Hw5/Pods/Alamofire/Source/Validation.swift /Users/zhengnanzhu/Desktop/docu/Web/Hw5/Pods/Alamofire/Source/ServerTrustEvaluation.swift /Users/zhengnanzhu/Desktop/docu/Web/Hw5/Pods/Alamofire/Source/ResponseSerialization.swift /Users/zhengnanzhu/Desktop/docu/Web/Hw5/Pods/Alamofire/Source/RequestTaskMap.swift /Users/zhengnanzhu/Desktop/docu/Web/Hw5/Pods/Alamofire/Source/SessionStateProvider.swift /Users/zhengnanzhu/Desktop/docu/Web/Hw5/Pods/Alamofire/Source/ParameterEncoder.swift /Users/zhengnanzhu/Desktop/docu/Web/Hw5/Pods/Alamofire/Source/NetworkReachabilityManager.swift /Users/zhengnanzhu/Desktop/docu/Web/Hw5/Pods/Alamofire/Source/CachedResponseHandler.swift /Users/zhengnanzhu/Desktop/docu/Web/Hw5/Pods/Alamofire/Source/RedirectHandler.swift /Users/zhengnanzhu/Desktop/docu/Web/Hw5/Pods/Alamofire/Source/AFError.swift /Users/zhengnanzhu/Desktop/docu/Web/Hw5/Pods/Alamofire/Source/Protector.swift /Users/zhengnanzhu/Desktop/docu/Web/Hw5/Pods/Alamofire/Source/EventMonitor.swift /Users/zhengnanzhu/Desktop/docu/Web/Hw5/Pods/Alamofire/Source/RequestInterceptor.swift /Users/zhengnanzhu/Desktop/docu/Web/Hw5/Pods/Alamofire/Source/Notifications.swift /Users/zhengnanzhu/Desktop/docu/Web/Hw5/Pods/Alamofire/Source/HTTPHeaders.swift /Users/zhengnanzhu/Desktop/docu/Web/Hw5/Pods/Alamofire/Source/AFResult.swift /Users/zhengnanzhu/Desktop/docu/Web/Hw5/Pods/Alamofire/Source/Request.swift /Users/zhengnanzhu/Desktop/docu/Web/Hw5/Pods/Alamofire/Source/RetryPolicy.swift /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/ObjectiveC.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/CoreImage.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/QuartzCore.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/Dispatch.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/Metal.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/Darwin.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/Foundation.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/CoreFoundation.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/CoreGraphics.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/Swift.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/UIKit.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/SwiftOnoneSupport.swiftmodule /Users/zhengnanzhu/Desktop/docu/Web/Hw5/Pods/Target\ Support\ Files/Alamofire/Alamofire-umbrella.h /Users/zhengnanzhu/Desktop/docu/Web/Hw5/DerivedData/Hw5/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/Alamofire.build/unextended-module.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.2.sdk/usr/include/objc/ObjectiveC.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.2.sdk/System/Library/Frameworks/OpenGLES.framework/Headers/OpenGLES.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.2.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CoreImage.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.2.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/QuartzCore.apinotes /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/Dispatch.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.2.sdk/System/Library/Frameworks/Metal.framework/Headers/Metal.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.2.sdk/usr/include/Darwin.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.2.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.2.sdk/System/Library/Frameworks/CoreGraphics.framework/Headers/CoreGraphics.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.2.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIKit.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.2.sdk/System/Library/Frameworks/CoreText.framework/Headers/CoreText.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.2.sdk/System/Library/Frameworks/Security.framework/Headers/Security.apinotes /Users/zhengnanzhu/Desktop/docu/Web/Hw5/DerivedData/Hw5/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/Alamofire.build/Objects-normal/x86_64/CachedResponseHandler~partial.swiftdoc : /Users/zhengnanzhu/Desktop/docu/Web/Hw5/Pods/Alamofire/Source/MultipartFormData.swift /Users/zhengnanzhu/Desktop/docu/Web/Hw5/Pods/Alamofire/Source/MultipartUpload.swift /Users/zhengnanzhu/Desktop/docu/Web/Hw5/Pods/Alamofire/Source/AlamofireExtended.swift /Users/zhengnanzhu/Desktop/docu/Web/Hw5/Pods/Alamofire/Source/HTTPMethod.swift /Users/zhengnanzhu/Desktop/docu/Web/Hw5/Pods/Alamofire/Source/URLConvertible+URLRequestConvertible.swift /Users/zhengnanzhu/Desktop/docu/Web/Hw5/Pods/Alamofire/Source/DispatchQueue+Alamofire.swift /Users/zhengnanzhu/Desktop/docu/Web/Hw5/Pods/Alamofire/Source/OperationQueue+Alamofire.swift /Users/zhengnanzhu/Desktop/docu/Web/Hw5/Pods/Alamofire/Source/URLSessionConfiguration+Alamofire.swift /Users/zhengnanzhu/Desktop/docu/Web/Hw5/Pods/Alamofire/Source/URLRequest+Alamofire.swift /Users/zhengnanzhu/Desktop/docu/Web/Hw5/Pods/Alamofire/Source/Alamofire.swift /Users/zhengnanzhu/Desktop/docu/Web/Hw5/Pods/Alamofire/Source/Response.swift /Users/zhengnanzhu/Desktop/docu/Web/Hw5/Pods/Alamofire/Source/ParameterEncoding.swift /Users/zhengnanzhu/Desktop/docu/Web/Hw5/Pods/Alamofire/Source/Session.swift /Users/zhengnanzhu/Desktop/docu/Web/Hw5/Pods/Alamofire/Source/Validation.swift /Users/zhengnanzhu/Desktop/docu/Web/Hw5/Pods/Alamofire/Source/ServerTrustEvaluation.swift /Users/zhengnanzhu/Desktop/docu/Web/Hw5/Pods/Alamofire/Source/ResponseSerialization.swift /Users/zhengnanzhu/Desktop/docu/Web/Hw5/Pods/Alamofire/Source/RequestTaskMap.swift /Users/zhengnanzhu/Desktop/docu/Web/Hw5/Pods/Alamofire/Source/SessionStateProvider.swift /Users/zhengnanzhu/Desktop/docu/Web/Hw5/Pods/Alamofire/Source/ParameterEncoder.swift /Users/zhengnanzhu/Desktop/docu/Web/Hw5/Pods/Alamofire/Source/NetworkReachabilityManager.swift /Users/zhengnanzhu/Desktop/docu/Web/Hw5/Pods/Alamofire/Source/CachedResponseHandler.swift /Users/zhengnanzhu/Desktop/docu/Web/Hw5/Pods/Alamofire/Source/RedirectHandler.swift /Users/zhengnanzhu/Desktop/docu/Web/Hw5/Pods/Alamofire/Source/AFError.swift /Users/zhengnanzhu/Desktop/docu/Web/Hw5/Pods/Alamofire/Source/Protector.swift /Users/zhengnanzhu/Desktop/docu/Web/Hw5/Pods/Alamofire/Source/EventMonitor.swift /Users/zhengnanzhu/Desktop/docu/Web/Hw5/Pods/Alamofire/Source/RequestInterceptor.swift /Users/zhengnanzhu/Desktop/docu/Web/Hw5/Pods/Alamofire/Source/Notifications.swift /Users/zhengnanzhu/Desktop/docu/Web/Hw5/Pods/Alamofire/Source/HTTPHeaders.swift /Users/zhengnanzhu/Desktop/docu/Web/Hw5/Pods/Alamofire/Source/AFResult.swift /Users/zhengnanzhu/Desktop/docu/Web/Hw5/Pods/Alamofire/Source/Request.swift /Users/zhengnanzhu/Desktop/docu/Web/Hw5/Pods/Alamofire/Source/RetryPolicy.swift /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/ObjectiveC.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/CoreImage.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/QuartzCore.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/Dispatch.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/Metal.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/Darwin.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/Foundation.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/CoreFoundation.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/CoreGraphics.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/Swift.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/UIKit.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/SwiftOnoneSupport.swiftmodule /Users/zhengnanzhu/Desktop/docu/Web/Hw5/Pods/Target\ Support\ Files/Alamofire/Alamofire-umbrella.h /Users/zhengnanzhu/Desktop/docu/Web/Hw5/DerivedData/Hw5/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/Alamofire.build/unextended-module.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.2.sdk/usr/include/objc/ObjectiveC.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.2.sdk/System/Library/Frameworks/OpenGLES.framework/Headers/OpenGLES.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.2.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CoreImage.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.2.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/QuartzCore.apinotes /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/Dispatch.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.2.sdk/System/Library/Frameworks/Metal.framework/Headers/Metal.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.2.sdk/usr/include/Darwin.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.2.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.2.sdk/System/Library/Frameworks/CoreGraphics.framework/Headers/CoreGraphics.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.2.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIKit.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.2.sdk/System/Library/Frameworks/CoreText.framework/Headers/CoreText.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.2.sdk/System/Library/Frameworks/Security.framework/Headers/Security.apinotes
D
/** * Contains druntime startup and shutdown routines. * * Copyright: Copyright Digital Mars 2000 - 2013. * License: Distributed under the * $(LINK2 http://www.boost.org/LICENSE_1_0.txt, Boost Software License 1.0). * (See accompanying file LICENSE) * Authors: Walter Bright, Sean Kelly * Source: $(DRUNTIMESRC rt/_dmain2.d) */ module rt.dmain2; private { import rt.memory; import rt.sections; import core.atomic; import core.stdc.stddef; import core.stdc.stdlib; import core.stdc.string; import core.stdc.stdio; // for printf() import core.stdc.errno : errno; } version (Windows) { private import core.stdc.wchar_; private import core.sys.windows.windows; pragma(lib, "shell32.lib"); // needed for CommandLineToArgvW } version (FreeBSD) { import core.stdc.fenv; } version (NetBSD) { import core.stdc.fenv; } version (DragonFlyBSD) { import core.stdc.fenv; } // not sure why we can't define this in one place, but this is to keep this // module from importing core.runtime. struct UnitTestResult { size_t executed; size_t passed; bool runMain; bool summarize; } extern (C) void _d_monitor_staticctor(); extern (C) void _d_monitor_staticdtor(); extern (C) void _d_critical_init(); extern (C) void _d_critical_term(); extern (C) void gc_init(); extern (C) void gc_term(); extern (C) void thread_init() @nogc; extern (C) void thread_term() @nogc; extern (C) void lifetime_init(); extern (C) void rt_moduleCtor(); extern (C) void rt_moduleTlsCtor(); extern (C) void rt_moduleDtor(); extern (C) void rt_moduleTlsDtor(); extern (C) void thread_joinAll(); extern (C) UnitTestResult runModuleUnitTests(); extern (C) void _d_initMonoTime(); version (OSX) { // The bottom of the stack extern (C) __gshared void* __osx_stack_end = cast(void*)0xC0000000; } version(CRuntime_Microsoft) { extern(C) void init_msvc(); } /*********************************** * These are a temporary means of providing a GC hook for DLL use. They may be * replaced with some other similar functionality later. */ extern (C) { void* gc_getProxy(); void gc_setProxy(void* p); void gc_clrProxy(); alias void* function() gcGetFn; alias void function(void*) gcSetFn; alias void function() gcClrFn; } version (Windows) { /******************************************* * Loads a DLL written in D with the name 'name'. * Returns: * opaque handle to the DLL if successfully loaded * null if failure */ extern (C) void* rt_loadLibrary(const char* name) { return initLibrary(.LoadLibraryA(name)); } extern (C) void* rt_loadLibraryW(const wchar_t* name) { return initLibrary(.LoadLibraryW(name)); } void* initLibrary(void* mod) { // BUG: LoadLibrary() call calls rt_init(), which fails if proxy is not set! // (What? LoadLibrary() is a Windows API call, it shouldn't call rt_init().) if (mod is null) return mod; gcSetFn gcSet = cast(gcSetFn) GetProcAddress(mod, "gc_setProxy"); if (gcSet !is null) { // BUG: Set proxy, but too late gcSet(gc_getProxy()); } return mod; } /************************************* * Unloads DLL that was previously loaded by rt_loadLibrary(). * Input: * ptr the handle returned by rt_loadLibrary() * Returns: * 1 succeeded * 0 some failure happened */ extern (C) int rt_unloadLibrary(void* ptr) { gcClrFn gcClr = cast(gcClrFn) GetProcAddress(ptr, "gc_clrProxy"); if (gcClr !is null) gcClr(); return FreeLibrary(ptr) != 0; } } /* To get out-of-band access to the args[] passed to main(). */ __gshared string[] _d_args = null; extern (C) string[] rt_args() { return _d_args; } // make arguments passed to main available for being filtered by runtime initializers extern(C) __gshared char[][] _d_main_args = null; // This variable is only ever set by a debugger on initialization so it should // be fine to leave it as __gshared. extern (C) __gshared bool rt_trapExceptions = true; alias void delegate(Throwable) ExceptionHandler; /** * Keep track of how often rt_init/rt_term were called. */ shared size_t _initCount; /********************************************** * Initialize druntime. * If a C program wishes to call D code, and there's no D main(), then it * must call rt_init() and rt_term(). */ extern (C) int rt_init() { /* @@BUG 11380 @@ Need to synchronize rt_init/rt_term calls for version (Shared) druntime, because multiple C threads might initialize different D libraries without knowing about the shared druntime. Also we need to attach any thread that calls rt_init. */ if (atomicOp!"+="(_initCount, 1) > 1) return 1; version (CRuntime_Microsoft) init_msvc(); _d_monitor_staticctor(); _d_critical_init(); try { initSections(); // this initializes mono time before anything else to allow usage // in other druntime systems. _d_initMonoTime(); thread_init(); gc_init(); initStaticDataGC(); lifetime_init(); rt_moduleCtor(); rt_moduleTlsCtor(); return 1; } catch (Throwable t) { _initCount = 0; _d_print_throwable(t); } _d_critical_term(); _d_monitor_staticdtor(); return 0; } /********************************************** * Terminate use of druntime. */ extern (C) int rt_term() { if (!_initCount) return 0; // was never initialized if (atomicOp!"-="(_initCount, 1)) return 1; try { rt_moduleTlsDtor(); thread_joinAll(); rt_moduleDtor(); gc_term(); thread_term(); return 1; } catch (Throwable t) { _d_print_throwable(t); } finally { finiSections(); _d_critical_term(); _d_monitor_staticdtor(); } return 0; } /********************************************** * Trace handler */ alias Throwable.TraceInfo function(void* ptr) TraceHandler; private __gshared TraceHandler traceHandler = null; /** * Overrides the default trace hander with a user-supplied version. * * Params: * h = The new trace handler. Set to null to use the default handler. */ extern (C) void rt_setTraceHandler(TraceHandler h) { traceHandler = h; } /** * Return the current trace handler */ extern (C) TraceHandler rt_getTraceHandler() { return traceHandler; } /** * This function will be called when an exception is constructed. The * user-supplied trace handler will be called if one has been supplied, * otherwise no trace will be generated. * * Params: * ptr = A pointer to the location from which to generate the trace, or null * if the trace should be generated from within the trace handler * itself. * * Returns: * An object describing the current calling context or null if no handler is * supplied. */ extern (C) Throwable.TraceInfo _d_traceContext(void* ptr = null) { if (traceHandler is null) return null; return traceHandler(ptr); } /*********************************** * Provide out-of-band access to the original C argc/argv * passed to this program via main(argc,argv). */ struct CArgs { int argc; char** argv; } __gshared CArgs _cArgs; extern (C) CArgs rt_cArgs() @nogc { return _cArgs; } /*********************************** * Run the given main function. * Its purpose is to wrap the D main() * function and catch any unhandled exceptions. */ private alias extern(C) int function(char[][] args) MainFunc; extern (C) int _d_run_main(int argc, char **argv, MainFunc mainFunc) { // Remember the original C argc/argv _cArgs.argc = argc; _cArgs.argv = argv; int result; version (OSX) { /* OSX does not provide a way to get at the top of the * stack, except for the magic value 0xC0000000. * But as far as the gc is concerned, argv is at the top * of the main thread's stack, so save the address of that. */ __osx_stack_end = cast(void*)&argv; } version (FreeBSD) version (D_InlineAsm_X86) { /* * FreeBSD/i386 sets the FPU precision mode to 53 bit double. * Make it 64 bit extended. */ ushort fpucw; asm { fstsw fpucw; or fpucw, 0b11_00_111111; // 11: use 64 bit extended-precision // 111111: mask all FP exceptions fldcw fpucw; } } version (CRuntime_Microsoft) { // enable full precision for reals version(Win64) asm { push RAX; fstcw word ptr [RSP]; or [RSP], 0b11_00_111111; // 11: use 64 bit extended-precision // 111111: mask all FP exceptions fldcw word ptr [RSP]; pop RAX; } else version(Win32) { asm { push EAX; fstcw word ptr [ESP]; or [ESP], 0b11_00_111111; // 11: use 64 bit extended-precision // 111111: mask all FP exceptions fldcw word ptr [ESP]; pop EAX; } } } version (Windows) { /* Because we want args[] to be UTF-8, and Windows doesn't guarantee that, * we ignore argc/argv and go get the Windows command line again as UTF-16. * Then, reparse into wargc/wargs, and then use Windows API to convert * to UTF-8. */ const wchar_t* wCommandLine = GetCommandLineW(); immutable size_t wCommandLineLength = wcslen(wCommandLine); int wargc; wchar_t** wargs = CommandLineToArgvW(wCommandLine, &wargc); // assert(wargc == argc); /* argc can be broken by Unicode arguments */ // Allocate args[] on the stack - use wargc char[][] args = (cast(char[]*) alloca(wargc * (char[]).sizeof))[0 .. wargc]; // This is required because WideCharToMultiByte requires int as input. assert(wCommandLineLength <= cast(size_t) int.max, "Wide char command line length must not exceed int.max"); immutable size_t totalArgsLength = WideCharToMultiByte(CP_UTF8, 0, wCommandLine, cast(int)wCommandLineLength, null, 0, null, null); { char* totalArgsBuff = cast(char*) alloca(totalArgsLength); size_t j = 0; foreach (i; 0 .. wargc) { immutable size_t wlen = wcslen(wargs[i]); assert(wlen <= cast(size_t) int.max, "wlen cannot exceed int.max"); immutable int len = WideCharToMultiByte(CP_UTF8, 0, &wargs[i][0], cast(int) wlen, null, 0, null, null); args[i] = totalArgsBuff[j .. j + len]; if (len == 0) continue; j += len; assert(j <= totalArgsLength); WideCharToMultiByte(CP_UTF8, 0, &wargs[i][0], cast(int) wlen, &args[i][0], len, null, null); } } LocalFree(wargs); wargs = null; wargc = 0; } else version (Posix) { // Allocate args[] on the stack char[][] args = (cast(char[]*) alloca(argc * (char[]).sizeof))[0 .. argc]; size_t totalArgsLength = 0; foreach(i, ref arg; args) { arg = argv[i][0 .. strlen(argv[i])]; totalArgsLength += arg.length; } } else static assert(0); /* Create a copy of args[] on the stack to be used for main, so that rt_args() * cannot be modified by the user. * Note that when this function returns, _d_args will refer to garbage. */ { _d_args = cast(string[]) args; auto buff = cast(char[]*) alloca(args.length * (char[]).sizeof + totalArgsLength); char[][] argsCopy = buff[0 .. args.length]; auto argBuff = cast(char*) (buff + args.length); size_t j = 0; foreach(arg; args) { if (arg.length < 6 || arg[0..6] != "--DRT-") // skip D runtime options { argsCopy[j++] = (argBuff[0 .. arg.length] = arg[]); argBuff += arg.length; } } args = argsCopy[0..j]; } bool trapExceptions = rt_trapExceptions; version (Windows) { if (IsDebuggerPresent()) trapExceptions = false; } void tryExec(scope void delegate() dg) { if (trapExceptions) { try { dg(); } catch (Throwable t) { _d_print_throwable(t); result = EXIT_FAILURE; } } else { dg(); } } // NOTE: The lifetime of a process is much like the lifetime of an object: // it is initialized, then used, then destroyed. If initialization // fails, the successive two steps are never reached. However, if // initialization succeeds, then cleanup will occur even if the use // step fails in some way. Here, the use phase consists of running // the user's main function. If main terminates with an exception, // the exception is handled and then cleanup begins. An exception // thrown during cleanup, however, will abort the cleanup process. void runAll() { if (rt_init()) { auto utResult = runModuleUnitTests(); assert(utResult.passed <= utResult.executed); if (utResult.passed == utResult.executed) { if (utResult.summarize) { if (utResult.passed == 0) .fprintf(.stderr, "No unittests run\n"); else .fprintf(.stderr, "%d unittests passed\n", cast(int)utResult.passed); } if (utResult.runMain) tryExec({ result = mainFunc(args); }); else result = EXIT_SUCCESS; } else { if (utResult.summarize) .fprintf(.stderr, "%d/%d unittests FAILED\n", cast(int)(utResult.executed - utResult.passed), cast(int)utResult.executed); result = EXIT_FAILURE; } } else result = EXIT_FAILURE; if (!rt_term()) result = (result == EXIT_SUCCESS) ? EXIT_FAILURE : result; } tryExec(&runAll); // Issue 10344: flush stdout and return nonzero on failure if (.fflush(.stdout) != 0) { .fprintf(.stderr, "Failed to flush stdout: %s\n", .strerror(.errno)); if (result == 0) { result = EXIT_FAILURE; } } return result; } private void formatThrowable(Throwable t, scope void delegate(in char[] s) nothrow sink) { for (; t; t = t.next) { t.toString(sink); sink("\n"); auto e = cast(Error)t; if (e is null || e.bypassedException is null) continue; sink("=== Bypassed ===\n"); for (auto t2 = e.bypassedException; t2; t2 = t2.next) { t2.toString(sink); sink("\n"); } sink("=== ~Bypassed ===\n"); } } extern (C) void _d_print_throwable(Throwable t) { // On Windows, a console may not be present to print the output to. // Show a message box instead. If the console is present, convert to // the correct encoding. version (Windows) { static struct WSink { wchar_t* ptr; size_t len; void sink(in char[] s) scope nothrow { if (!s.length) return; int swlen = MultiByteToWideChar( CP_UTF8, 0, s.ptr, cast(int)s.length, null, 0); if (!swlen) return; auto newPtr = cast(wchar_t*)realloc(ptr, (this.len + swlen + 1) * wchar_t.sizeof); if (!newPtr) return; ptr = newPtr; auto written = MultiByteToWideChar( CP_UTF8, 0, s.ptr, cast(int)s.length, ptr+len, swlen); len += written; } wchar_t* get() { if (ptr) ptr[len] = 0; return ptr; } void free() { .free(ptr); } } HANDLE windowsHandle(int fd) { version (CRuntime_Microsoft) return cast(HANDLE)_get_osfhandle(fd); else return _fdToHandle(fd); } auto hStdErr = windowsHandle(fileno(stderr)); CONSOLE_SCREEN_BUFFER_INFO sbi; bool isConsole = GetConsoleScreenBufferInfo(hStdErr, &sbi) != 0; // ensure the exception is shown at the beginning of the line, while also // checking whether stderr is a valid file int written = fprintf(stderr, "\n"); if (written <= 0) { WSink buf; formatThrowable(t, &buf.sink); if (buf.ptr) { WSink caption; if (t) caption.sink(t.classinfo.name); // Avoid static user32.dll dependency for console applications // by loading it dynamically as needed auto user32 = LoadLibraryW("user32.dll"); if (user32) { alias typeof(&MessageBoxW) PMessageBoxW; auto pMessageBoxW = cast(PMessageBoxW) GetProcAddress(user32, "MessageBoxW"); if (pMessageBoxW) pMessageBoxW(null, buf.get(), caption.get(), MB_ICONERROR); } FreeLibrary(user32); caption.free(); buf.free(); } return; } else if (isConsole) { WSink buf; formatThrowable(t, &buf.sink); if (buf.ptr) { uint codepage = GetConsoleOutputCP(); int slen = WideCharToMultiByte(codepage, 0, buf.ptr, cast(int)buf.len, null, 0, null, null); auto sptr = cast(char*)malloc(slen * char.sizeof); if (sptr) { WideCharToMultiByte(codepage, 0, buf.ptr, cast(int)buf.len, sptr, slen, null, null); WriteFile(hStdErr, sptr, slen, null, null); free(sptr); } buf.free(); } return; } } void sink(in char[] buf) scope nothrow { fprintf(stderr, "%.*s", cast(int)buf.length, buf.ptr); } formatThrowable(t, &sink); }
D
fruit preserved by cooking with sugar keep constant through physical or chemical reactions or evolutionary change keep in safety and protect from harm, decay, loss, or destruction use cautiously and frugally preserve with sugar
D
/Users/dali/Documents/GitHub/rustlings/target/debug/deps/walkdir-aa9a9cbb526af240.rmeta: /Users/dali/.cargo/registry/src/mirrors.ustc.edu.cn-61ef6e0cd06fb9b8/walkdir-2.3.2/src/lib.rs /Users/dali/.cargo/registry/src/mirrors.ustc.edu.cn-61ef6e0cd06fb9b8/walkdir-2.3.2/src/dent.rs /Users/dali/.cargo/registry/src/mirrors.ustc.edu.cn-61ef6e0cd06fb9b8/walkdir-2.3.2/src/error.rs /Users/dali/.cargo/registry/src/mirrors.ustc.edu.cn-61ef6e0cd06fb9b8/walkdir-2.3.2/src/util.rs /Users/dali/Documents/GitHub/rustlings/target/debug/deps/walkdir-aa9a9cbb526af240.d: /Users/dali/.cargo/registry/src/mirrors.ustc.edu.cn-61ef6e0cd06fb9b8/walkdir-2.3.2/src/lib.rs /Users/dali/.cargo/registry/src/mirrors.ustc.edu.cn-61ef6e0cd06fb9b8/walkdir-2.3.2/src/dent.rs /Users/dali/.cargo/registry/src/mirrors.ustc.edu.cn-61ef6e0cd06fb9b8/walkdir-2.3.2/src/error.rs /Users/dali/.cargo/registry/src/mirrors.ustc.edu.cn-61ef6e0cd06fb9b8/walkdir-2.3.2/src/util.rs /Users/dali/.cargo/registry/src/mirrors.ustc.edu.cn-61ef6e0cd06fb9b8/walkdir-2.3.2/src/lib.rs: /Users/dali/.cargo/registry/src/mirrors.ustc.edu.cn-61ef6e0cd06fb9b8/walkdir-2.3.2/src/dent.rs: /Users/dali/.cargo/registry/src/mirrors.ustc.edu.cn-61ef6e0cd06fb9b8/walkdir-2.3.2/src/error.rs: /Users/dali/.cargo/registry/src/mirrors.ustc.edu.cn-61ef6e0cd06fb9b8/walkdir-2.3.2/src/util.rs:
D
/* EPANET 3 * * Copyright (c) 2016 Open Water Analytics * Distributed under the MIT License (see the LICENSE file for details). * */ module epanet.models.headlossmodel; import core.stdc.math; import std.math: PI; import std.algorithm.comparison; import epanet.elements.pipe; import epanet.core.constants; //! \class HeadLossModel //! \brief The interface for a pipe head loss model. //! //! HeadLossModel is an abstract class from which a concrete head //! loss computational model is derived. Three such models are //! currently available - Hazen-Williams, Darcy-Weisbach and //! Chezy-Manning. const double HW_EXP = 1.852; // exponent for Hazen-Williams formula //////////////////////////////////////////////////////////// //// Replace with more recently derived approximation. //// //////////////////////////////////////////////////////////// // Constants used for computing Darcy-Weisbach friction factor const double A1 = 0.314159265359e04; // 1000*PI const double A2 = 0.157079632679e04; // 500*PI const double A3 = 0.502654824574e02; // 16*PI const double A4 = 6.283185307; // 2*PI const double A8 = 4.61841319859; // 5.74*(PI/4)^.9 const double A9 = -8.685889638e-01; // -2/ln(10) const double AA = -1.5634601348; // -2*.9*2/ln(10) const double AB = 3.28895476345e-03; // 5.74/(4000^.9) const double AC = -5.14214965799e-03; // AA*AB class HeadLossModel { public: /// Constructor/destructor this(double viscos){viscosity = viscos;} /// Factory method for creating a headloss model static HeadLossModel factory(const string model, double viscos){ if ( model == "H-W" ) return new HW_HeadLossModel(viscos); if ( model == "D-W" ) return new DW_HeadLossModel(viscos); if ( model == "C-M" ) return new CM_HeadLossModel(viscos); return null; } /// Static methods for closed links & links with check valves static void findClosedHeadLoss(double flow, ref double headLoss, ref double gradient){ gradient = HIGH_RESISTANCE; headLoss = HIGH_RESISTANCE * flow; } static void addCVHeadLoss(double flow, ref double headLoss, ref double gradient){ double a = HIGH_RESISTANCE * flow; double b = sqrt(a*a + HEAD_EPSILON); headLoss += (a - b) / 2.0; gradient += HIGH_RESISTANCE * ( 1.0 - a/b) / 2.0; } /// Methods that set model parameters void setViscosity(double v) { viscosity = v;} abstract void setResistance(Pipe pipe); /// Method that finds a link's head loss and its gradient abstract void findHeadLoss( Pipe pipe, double flow, ref double headLoss, ref double gradient); protected: double viscosity; //!< water viscosity (ft2/sec) } //----------------------------------------------------------------------------- //! \class HW_HeadLossModel //! \brief The Hazen-Williams head loss model. //----------------------------------------------------------------------------- class HW_HeadLossModel : HeadLossModel { public: this(double viscos){ super(viscos); } override void setResistance(Pipe pipe){ pipe.resistance = 4.727 * pipe.length / pow(pipe.roughness, HW_EXP) / pow(pipe.diameter, 4.871); pipe.resistance = min(pipe.resistance, HIGH_RESISTANCE); } override void findHeadLoss(Pipe pipe, double flow, ref double headLoss, ref double gradient){ import std.math: abs; double q = abs(flow); double r = pipe.resistance; double k = pipe.lossFactor; gradient = HW_EXP * r * pow(q, HW_EXP-1.0); if ( gradient < MIN_GRADIENT ) { gradient = MIN_GRADIENT; headLoss = q * gradient; } else headLoss = q * gradient / HW_EXP; if (k > 0.0) { headLoss += k * q * q; gradient += 2.0 * k * q; } // ... give proper sign to head loss if (flow < 0.0) headLoss = -headLoss; } } //----------------------------------------------------------------------------- //! \class DW_HeadLossModel //! \brief The Darcy-Weisbach head loss model. //----------------------------------------------------------------------------- class DW_HeadLossModel : HeadLossModel { public: this(double viscos){ super(viscos);} override void setResistance(Pipe pipe){ double d = pipe.diameter; double a = PI * d * d / 4.0; // ... D-W formula is resistance * friction factor * flow^2 pipe.resistance = pipe.length / 2.0 / GRAVITY / d / a / a; pipe.resistance = min(pipe.resistance, HIGH_RESISTANCE); } override void findHeadLoss(Pipe pipe, double flow, ref double headLoss, ref double gradient){ import std.math: abs; double q = abs(flow); double r = pipe.resistance; immutable double k = pipe.lossFactor; double s = viscosity * pipe.diameter; // ... use Hagen-Poiseuille formula for laminar flow (Re <= 2000) if (q <= A2 * s) { r = 16.0 * PI * s * pipe.resistance; headLoss = flow * (r + k * q); gradient = r + 2.0 * k * q; } // ... use Colebrook formula for turbulent flow else { double dfdq = 0.0; double e = pipe.roughness / pipe.diameter; double f = frictionFactor(q, e, s, dfdq); double r1 = f * r + k; headLoss = r1 * q * flow; gradient = (2.0 * r1 * q) + (dfdq * r * q * q); } } } double frictionFactor(double q, double e, double s, ref double dfdq) // // Purpose: computes Darcy-Weisbach friction factor // Input: q = flow rate (cfs) // e = roughness / diameter // s = viscosity * diameter // Output: returns Darcy-Weisbach friction factor and its derivative dfdq // //////////////////////////////////////////////////////////// //// Replace with more recently derived approximation. //// //////////////////////////////////////////////////////////// // Uses interpolating polynomials developed by // E. Dunlop for transition flow from 2000 < Re < 4000. // { double f; // friction factor double x1, x2, x3, x4, y1, y2, y3, fa, fb, r; double w = q / s; // Re*Pi/4 // for Re >= 4000 use Colebrook Formula if ( w >= A1 ) { y1 = A8 / pow(w, 0.9); y2 = e / 3.7 + y1; y3 = A9 * log(y2); f = 1.0 / (y3*y3); dfdq = 1.8 * f * y1 * A9 / y2 / y3 / q; } // otherwise use interpolation formula else { y2 = e / 3.7 + AB; y3 = A9 * log(y2); fa = 1.0 / (y3*y3); fb = (2.0 + AC / (y2*y3)) * fa; r = w / A2; x1 = 7.0 * fa - fb; x2 = 0.128 - 17.0 * fa + 2.5 * fb; x3 = -0.128 + 13.0 * fa - (fb + fb); x4 = r * (0.032 - 3.0 * fa + 0.5 *fb); f = x1 + r * (x2 + r * (x3 + x4)); dfdq = (x2 + 2.0 * r * (x3 + x4)) / s / A2; } return f; } //----------------------------------------------------------------------------- //! \class CM_HeadLossModel //! \brief The Chezy-Manning head loss model. //----------------------------------------------------------------------------- class CM_HeadLossModel : HeadLossModel { public: this(double viscos){super(viscos);} override void setResistance(Pipe pipe){ double d = pipe.diameter; double r = 4.0 * pipe.roughness / (1.49 * PI * d * d); pipe.resistance = r * r * pow(d/4.0, -1.333) * pipe.length; pipe.resistance = min(pipe.resistance, HIGH_RESISTANCE); } override void findHeadLoss(Pipe pipe, double flow, ref double headLoss, ref double gradient){ import std.math: abs; double q = abs(flow); double r = pipe.resistance; double k = pipe.lossFactor; gradient = 2.0 * r * q; if ( gradient < MIN_GRADIENT ) { gradient = MIN_GRADIENT; headLoss = q * gradient; } else headLoss = q * gradient / 2.0; if (k > 0.0) { headLoss += k * q * q; gradient += 2.0 * k * q; } } }
D
module android.java.android.hardware.biometrics.BiometricPrompt_d_interface; import arsd.jni : IJavaObjectImplementation, JavaPackageId, JavaName, IJavaObject, ImportExportImpl, JavaInterfaceMembers; static import arsd.jni; import import3 = android.java.android.hardware.biometrics.BiometricPrompt_AuthenticationCallback_d_interface; import import2 = android.java.java.util.concurrent.Executor_d_interface; import import1 = android.java.android.os.CancellationSignal_d_interface; import import4 = android.java.java.lang.Class_d_interface; import import0 = android.java.android.hardware.biometrics.BiometricPrompt_CryptoObject_d_interface; final class BiometricPrompt : IJavaObject { static immutable string[] _d_canCastTo = [ ]; @Import void authenticate(import0.BiometricPrompt_CryptoObject, import1.CancellationSignal, import2.Executor, import3.BiometricPrompt_AuthenticationCallback); @Import void authenticate(import1.CancellationSignal, import2.Executor, import3.BiometricPrompt_AuthenticationCallback); @Import import4.Class getClass(); @Import int hashCode(); @Import bool equals(IJavaObject); @Import @JavaName("toString") string toString_(); override string toString() { return arsd.jni.javaObjectToString(this); } @Import void notify(); @Import void notifyAll(); @Import void wait(long); @Import void wait(long, int); @Import void wait(); mixin IJavaObjectImplementation!(false); public static immutable string _javaParameterString = "Landroid/hardware/biometrics/BiometricPrompt;"; }
D
/* Copyright (c) 2014-2015 Timur Gafarov Boost Software License - Version 1.0 - August 17th, 2003 Permission is hereby granted, free of charge, to any person or organization obtaining a copy of the software and accompanying documentation covered by this license (the "Software") to use, reproduce, display, distribute, execute, and transmit the Software, and to prepare derivative works of the Software, and to permit third-parties to whom the Software is furnished to do so, all subject to the following: The copyright notices in the Software and this entire statement, including the above license grant, this restriction and the following disclaimer, must be included in all copies of the Software, in whole or in part, and all derivative works of the Software, unless such copies or derivative works are solely in the form of machine-executable object code generated by a source language processor. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, TITLE AND NON-INFRINGEMENT. IN NO EVENT SHALL THE COPYRIGHT HOLDERS OR ANYONE DISTRIBUTING THE SOFTWARE BE LIABLE FOR ANY DAMAGES OR OTHER LIABILITY, WHETHER IN CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ module dgl.ui.font; import dlib.core.memory; abstract class Font: Freeable { float height; void draw(string str); float textWidth(string str); }
D
the hard durable wood of any oak a deciduous tree of the genus Quercus
D
/* * Copyright (c) 2012-2019 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ module antlr.v4.runtime.tree.TerminalNode; import antlr.v4.runtime.tree.ParseTree; import antlr.v4.runtime.Token; /** * TODO add interface description */ interface TerminalNode : ParseTree { public Token getSymbol(); }
D
instance RBL_4030_Skrzek (Npc_Default) { //-------- primary data -------- name = "Skrzek"; npctype = NPCTYPE_MAIN; guild = GIL_RBL; level = 22; voice = 10; id = 2614; //-------- abilities -------- attribute[ATR_STRENGTH] = 80; attribute[ATR_DEXTERITY] = 80; attribute[ATR_MANA_MAX] = 0; attribute[ATR_MANA] = 0; attribute[ATR_HITPOINTS_MAX] = self.level*12; attribute[ATR_HITPOINTS] = self.level*12; //-------- visuals -------- // animations Mdl_SetVisual (self,"HUMANS.MDS"); Mdl_ApplyOverlayMds (self,"Humans_Relaxed.mds"); // body mesh ,bdytex,skin,head mesh ,headtex,teethtex,ruestung Mdl_SetVisualBody (self,"hum_body_Naked0",0,1,"Hum_Head_Fighter",53,2,RBL_ARMOR_H); B_Scale (self); Mdl_SetModelFatness(self,0); Npc_SetAivar(self,AIV_IMPORTANT, TRUE); fight_tactic = FAI_HUMAN_STRONG; //-------- Talente -------- Npc_SetTalentSkill (self,NPC_TALENT_CROSSBOW,1); Npc_SetTalentSkill (self,NPC_TALENT_2H,1); Npc_SetTalentValue(self,NPC_TALENT_2H,55); //-------- inventory -------- CreateInvItem (self,Recept_ItMw_1H_Sword_Long_02); EquipItem (self,RBL_MW_04); EquipItem (self,HUN_RW_03); CreateInvItems (self,ItAmArrow,50); CreateInvItems (self,ItMiNugget,200); CreateInvItem (self,ItFoSoup); //-------------Daily Routine------------- /*B_InitNPCAddins(self);*/ daily_routine = Rtn_start_4030; }; FUNC VOID Rtn_start_4030 () { TA_SitAround (12,00,24,00,"BRIDGE_CASTLE_TO_PLATEAU"); TA_SitAround (00,00,12,00,"BRIDGE_CASTLE_TO_PLATEAU"); };
D
// #include "declspec.h" // #include "igd_desc_parse.h" public import miniupnpc.igd_desc_parse; /* error codes : */ enum UPNPDISCOVER_SUCCESS = 0; enum UPNPDISCOVER_UNKNOWN_ERROR = -1; enum UPNPDISCOVER_SOCKET_ERROR = -101; enum UPNPDISCOVER_MEMORY_ERROR = -102; /* versions : */ enum MINIUPNPC_VERSION = "1.8"; enum MINIUPNPC_API_VERSION = 9; /* Structures definitions : */ struct UPNParg { const char* elt; const char* val; } struct UPNPDev { UPNPDev* pNext; char* descURL; char* st; uint scope_id; char[2] buffer; } extern(C) nothrow @nogc: char* simpleUPnPcommand(int, const char*, const char*, const char *, UPNParg*, int*); /* upnpDiscover() * discover UPnP devices on the network. * The discovered devices are returned as a chained list. * It is up to the caller to free the list with freeUPNPDevlist(). * delay (in millisecond) is the maximum time for waiting any device * response. * If available, device list will be obtained from MiniSSDPd. * Default path for minissdpd socket will be used if minissdpdsock argument * is NULL. * If multicastif is not NULL, it will be used instead of the default * multicast interface for sending SSDP discover packets. * If sameport is not null, SSDP packets will be sent from the source port * 1900 (same as destination port) otherwise system assign a source port. */ UPNPDev* upnpDiscover(int delay, const char * multicastif, const char * minissdpdsock, int sameport, int ipv6, int * error); /* freeUPNPDevlist() * free list returned by upnpDiscover() */ void freeUPNPDevlist(UPNPDev* devlist); /* parserootdesc() : * parse root XML description of a UPnP device and fill the IGDdatas * structure. */ void parserootdesc(const char *, int, IGDdatas*); /* structure used to get fast access to urls * controlURL: controlURL of the WANIPConnection * ipcondescURL: url of the description of the WANIPConnection * controlURL_CIF: controlURL of the WANCommonInterfaceConfig * controlURL_6FC: controlURL of the WANIPv6FirewallControl */ struct UPNPUrls { char* controlURL; char* ipcondescURL; char* controlURL_CIF; char* controlURL_6FC; char* rootdescURL; } /* UPNP_GetValidIGD() : * return values : * 0 = NO IGD found * 1 = A valid connected IGD has been found * 2 = A valid IGD has been found but it reported as * not connected * 3 = an UPnP device has been found but was not recognized as an IGD * * In any non zero return case, the urls and data structures * passed as parameters are set. Donc forget to call FreeUPNPUrls(urls) to * free allocated memory. */ int UPNP_GetValidIGD(UPNPDev* devlist, UPNPUrls* urls, IGDdatas* data, char* lanaddr, int lanaddrlen); /* UPNP_GetIGDFromUrl() * Used when skipping the discovery process. * return value : * 0 - Not ok * 1 - OK */ int UPNP_GetIGDFromUrl(const char* rootdescurl, UPNPUrls* urls, IGDdatas* data, char* lanaddr, int lanaddrlen); void GetUPNPUrls(UPNPUrls*, IGDdatas*, const char*, uint); void FreeUPNPUrls(UPNPUrls*); /* return 0 or 1 */ int UPNPIGD_IsConnected(UPNPUrls*, IGDdatas*);
D
/** * FewDee's Input Manager and related definitions. * * The Input Manager provides means to handle input in a more abstract fashion: * instead of responding to low-level events like "key down" or "joystick button * up", you can respond to high-level fame events like "jump" or "use * nitro". The mapping between low-level and high-level events is flexible, so * that you can easily support multiple input devices or even allow * user-customization of the input. * * This module may feel over-engineered: using it involves so many classes that * it fells like Java. In fact, I started with a considerably simpler design, * which failed miserably when I tried to use it in a little game prototype I * developed with an early version of FewDee. Wondering about this failure, I * made a list of what I considered essential for the kind of effective * abstracted input mechanism I wanted to use. This design is the simplest one I * could devise that respected all my requisites. Anyway, if you think it is $(I * too) convoluted, you don't have to use it at all -- its usage is completely * optional. * * License: $(LINK2 http://opensource.org/licenses/zlib-license, Zlib License). * * Authors: Leandro Motta Barros */ module fewdee.input_manager; import std.conv; import std.exception; import std.traits; import std.typecons; import allegro5.allegro; import fewdee.config; import fewdee.engine; import fewdee.input_helpers; import fewdee.low_level_event_handler; import fewdee.internal.collections; import fewdee.internal.singleton; /** * The possible sources of input. * * Notice that these values can be used in bitfields. This could be used to * indicate that a certain high-level input event was generated as a combination * of multiple input devices. For example, maybe your game does something * special when the player moves the mouse cursor while pressing shift; this * "something special" event would have both the mouse and the keyboard bits * set. (If this would be a good interface, that's another story...) */ public enum InputSource { INVALID = 0, /// An invalid input source. GUI = 1 << 1, /// The event was generated via GUI widgets KEYBOARD = 1 << 2, /// The keyboard. MOUSE = 1 << 3, /// The mouse. JOY0 = 1 << 4, /// The first joystick. JOY1 = 1 << 5, /// The second joystick. JOY2 = 1 << 6, /// The third joystick. JOY3 = 1 << 7, /// The fourth joystick. JOY4 = 1 << 8, /// The fifth joystick. JOY5 = 1 << 9, /// The sixth joystick. JOY6 = 1 << 10, /// The seventh joystick. JOY7 = 1 << 11, /// The eight joystick. JOY8 = 1 << 12, /// The ninth joystick. JOY9 = 1 << 13, /// The tenth joystick. } /** * A generic structure passed as parameter to input handlers. * * Please note that this structure has only private members. To access the * struct's data, please use the functions designed to extract information from * it. (Check the "See also" section.) * * See_also: source, isSourceGUI, isSourceKeyboard, isSourceMouse, * isSourceJoy0 */ public struct InputHandlerParam { /// The event source. private InputSource _source; } /** * The event source. * * Technically, the event source is a bitfield, but in most practical cases only * one bit will be set. */ public @property InputSource source(const InputHandlerParam p) { return p._source; } /// Ditto public @property void source(ref InputHandlerParam p, InputSource source) { p._source = source; } /// Checks if the input source is a certain one. public bool isSourceGUI(const InputHandlerParam p) { return p._source == InputSource.GUI; } /// Ditto public bool isSourceKeyboard(const InputHandlerParam p) { return p._source == InputSource.KEYBOARD; } /// Ditto public bool isSourceMouse(const InputHandlerParam p) { return p._source == InputSource.MOUSE; } /// Ditto public bool isSourceJoy0(const InputHandlerParam p) { return p._source == InputSource.JOY0; } /// Ditto public bool isSourceJoy1(const InputHandlerParam p) { return p._source == InputSource.JOY1; } /// Ditto public bool isSourceJoy2(const InputHandlerParam p) { return p._source == InputSource.JOY2; } /// Ditto public bool isSourceJoy3(const InputHandlerParam p) { return p._source == InputSource.JOY3; } /// Ditto public bool isSourceJoy4(const InputHandlerParam p) { return p._source == InputSource.JOY4; } /// Ditto public bool isSourceJoy5(const InputHandlerParam p) { return p._source == InputSource.JOY5; } /// Ditto public bool isSourceJoy6(const InputHandlerParam p) { return p._source == InputSource.JOY6; } /// Ditto public bool isSourceJoy7(const InputHandlerParam p) { return p._source == InputSource.JOY7; } /// Ditto public bool isSourceJoy8(const InputHandlerParam p) { return p._source == InputSource.JOY8; } /// Ditto public bool isSourceJoy9(const InputHandlerParam p) { return p._source == InputSource.JOY9; } /** * $(D InputTrigger)s form the first abstraction layer upon low-level input * events, allowing to treat, say, certain sequences of low-level events as * something that has a meaning as a whole. * * For certain needs (arguably, for most of them), low-level events could be * mapped directly to high-level game commands: when a certain low-level event * happens (a key or joystick button is pressed), a game command is executed (a * character jumps). * * Sometimes, however, you want to trigger a high-level command in response to * something that is more complex than a single low-level event. For example, * you may want to trigger a high-level game command in response to a sequence * of key presses ("enter god mode if the player presses I, D, K, F, A in * sequence" or "make this special fighting movement if the player presses a * given sequence of buttons"). Or perhaps you want to trigger a high-level * command for a "power up attack" after the player has maintained some button * pressed for a certain amount of time (in this case, the high-level game * command is triggered by a "release button" event, but only if its * corresponding "press button" event happened at least $(D n) seconds before). * * Here enter the $(D InputTrigger)s. They provide a unified interface to all * these diverse situations. Each $(D InputTrigger) subclass has its own way to * answer to a simple question: "Did this low-level event that just happened has * some special meaning for this game?" As said above, in some cases, pressing a * key has this "special meaning"; in other cases, the rules for "special * meaning" are more complex. */ class InputTrigger { /** * Processes a low-level input event and tells if it triggered the $(D * InputTrigger). * * Parameters: * event = The low-level event to process. * param = If this method returns $(D true), whatever is written to this * parameter will be passed to whoever handles the high-level event * this $(D InputTrigger) is triggering. If this method returns $(D * false), this value is ignored. * * Returns: * If $(D event) did made the $(D InputTrigger) trigger, returns $(D * true); otherwise returns $(D false). */ public abstract bool didTrigger(in ref ALLEGRO_EVENT event, out InputHandlerParam param); /** * A representation of all the configuration of this $(D InputTrigger) (like * what key or joystick button is being "watched"). * * This implements something akin to the Memento pattern. You can read this * property to obtain a somewhat opaque representation of the configuration * of this $(D InputTrigger) and write to it to restore a previous * configuration. */ public abstract @property ConfigValue memento() inout; /// Ditto public abstract @property void memento(const ConfigValue state); /** * Returns the class name of this class' class info. * * This is a string ready to be passed to $(D Object.factory()). */ protected final @property string className() inout { return this.classinfo.name; } /// Initializes $(D _keyCodesStrings). private static this() { string genTableAssignments() { const keys = [ "A", "B", "C", "D", "E", "F", "G", "H", "I", "J", "K", "L", "M", "N", "O", "P", "Q", "R", "S", "T", "U", "V", "W", "X", "Y", "Z", "0", "1", "2", "3", "4", "5", "6", "7", "8", "9", "PAD_0", "PAD_1", "PAD_2", "PAD_3", "PAD_4", "PAD_5", "PAD_6", "PAD_7", "PAD_8", "PAD_9", "F1", "F2", "F3", "F4", "F5", "F6", "F7", "F8", "F9", "F10", "F11", "F12", "ESCAPE", "TILDE", "MINUS", "EQUALS", "BACKSPACE", "TAB", "OPENBRACE", "CLOSEBRACE", "ENTER", "QUOTE", "BACKSLASH", "BACKSLASH2", "COMMA", "FULLSTOP", "SLASH", "SPACE", "INSERT", "DELETE", "HOME", "END", "PGUP", "PGDN", "LEFT", "RIGHT", "UP", "DOWN", "PAD_SLASH", "PAD_ASTERISK", "PAD_MINUS", "PAD_PLUS", "PAD_DELETE", "PAD_ENTER", "PRINTSCREEN", "PAUSE", "ABNT_C1", "KANA", "CONVERT", "NOCONVERT", "AT", "CIRCUMFLEX", "COLON2", "KANJI", "PAD_EQUALS", "BACKQUOTE", "SEMICOLON2", "COMMAND", "LSHIFT", "RSHIFT", "LCTRL", "RCTRL", "ALT", "ALTGR", "LWIN", "RWIN", "MENU", "SCROLLLOCK", "NUMLOCK", "CAPSLOCK" ]; string code; foreach (key; keys) { code ~= "_keyCodesStrings[\"" ~ key ~ "\"] = ALLEGRO_KEY_" ~ key ~ ";\n"; } return code; } mixin(genTableAssignments()); } /** * Converts the string representation of a key code to the corresponding * Allegro key code. * * An Allegro key code $(D ALLEGRO_KEY_FOO) is equivalent to the string $(D * "FOO"). * * Parameters: * s = The string. * * Returns: * The key code corresponding to $(D s); $(D ALLEGRO_KEY_MAX) if $(D s) is * an invalid string (that is, a string that doesn't correspond to a key * code). */ protected static final int stringToKeyCode(string s) { auto p = s in _keyCodesStrings; if (p) return *p; else return ALLEGRO_KEY_MAX; } /** * Converts an Allegro key code to its string representation. * * An Allegro key code $(D ALLEGRO_KEY_FOO) is equivalent to the string $(D * "FOO"). * * Parameters: * c = The key code. * * Returns: * The string version of $(D c); and empty string if $(D c) is an invalid * key code. */ protected static final string keyCodeToString(int c) { auto p = c in _keyCodesStrings; if (p) return *p; else return ""; } /// Mappings between Allegro key codes and their string representations. private static BiMap!(string, int) _keyCodesStrings; } unittest { // Valid strings assert(InputTrigger.stringToKeyCode("A") == ALLEGRO_KEY_A); assert(InputTrigger.stringToKeyCode("6") == ALLEGRO_KEY_6); assert(InputTrigger.stringToKeyCode("RIGHT") == ALLEGRO_KEY_RIGHT); assert(InputTrigger.stringToKeyCode("RCTRL") == ALLEGRO_KEY_RCTRL); // Valid key codes assert(InputTrigger.keyCodeToString(ALLEGRO_KEY_U) == "U"); assert(InputTrigger.keyCodeToString(ALLEGRO_KEY_PAD_5) == "PAD_5"); assert(InputTrigger.keyCodeToString(ALLEGRO_KEY_UP) == "UP"); assert(InputTrigger.keyCodeToString(ALLEGRO_KEY_LSHIFT) == "LSHIFT"); // Invalid strings assert(InputTrigger.stringToKeyCode("") == ALLEGRO_KEY_MAX); assert(InputTrigger.stringToKeyCode("MWHUAHUAHUA!") == ALLEGRO_KEY_MAX); // Invalid key codes assert(InputTrigger.keyCodeToString(ALLEGRO_KEY_MAX) == ""); assert(InputTrigger.keyCodeToString(ALLEGRO_KEY_MAX + 10) == ""); } /** * An opaque identifier identifying an $(D InputTrigger) added to some other * data structure. It can be used to remove the trigger from there. */ public alias size_t TriggerID; /** * A $(D TriggerID) that is guaranteed to be different to all real $(D * TriggerID)s. It is safe to pass this value to functions that remove triggers * from some structure: these functions will do nothing in this case. */ public immutable TriggerID InvalidTriggerID = 0; /** * Base class for $(D InputState)s, which store some information that changes as * input events are triggered. * * $(D InputState)s can be used, for example, to easily have a "throttle" or a * "walking direction" value automatically updated in response to low-level * events. * * The low-level events triggering the changes in the state are not * hardcoded. Instead, they are based on $(D InputTrigger)s. This way, you can * configure which events will cause the state to change. * * For whoever wants to subclass $(D InputState), here are some instructions. * * Typically, a subclass will provide methods to add and remove triggers for * whatever situations are relevant for that kind of state. A state storing a * Boolean value, for instance, could have triggers for two situations: setting * the value to $(D true) and setting the value to $(D false). (An alternative * would be having a single set of triggers, that negate the current value.) * * Notice that the previous paragraph said "add and remove triggers" in the * plural. Indeed, unless there is some good reason to do differently, multiple * triggers should be supported for each of the "situations" that get * handled. This allows to assign multiple low-level events to the same * high-level purpose (for example, increase the throttle if the joystick * throttle axis is used, or if the "+" or "-" keys are pressed). * * In order to facilitate all this multiple triggers support, this base class * provides the means to manage collections of $(D InputTrigger)s indexed by * strings. Subclasses should leverage this to do their own work. (See $(D * addTrigger()) and $(D removeTrigger())). * * The $(D update()) method is supposed to, well, update the state. It is called * by the $(D StateManager) for each low-level event it receives. A typical * implementation will typically check if any of its $(D InputTrigger)s did * trigger, and, if so, update the state accordingly. The method $(D * didTrigger()) can be used to check if any of the triggers associated with a * given string did trigger. * * Finally, the $(D memento) property provides a way to save and restore the $(D * InputState) configuration. If you implement some kind of "configure input" * screen for your game, you'll want to allow the player to save the * configuration, right? These methods are the key to achieve this. They are * also used when you configure the whole input subsystem with a configuration * string. */ class InputState { /** * A representation of all the configuration of this $(D InputState) (like * what its default value, which triggers are being used, and so on). * * Notice that the state itself is not stored in the memento. (By "state * itself" I mean the value or values that are automatically updated as the * user generates input events). * * This implements something akin to the Memento pattern. You can read this * property to obtain a somewhat opaque representation of the configuration * of this $(D InputState) and write to it to restore a previous * configuration. */ public abstract @property ConfigValue memento() inout; /// Ditto public abstract @property void memento(const ConfigValue state); /** * This gets called by the $(D InputManager) in order to update the $(D * InputState). */ public abstract void update(in ref ALLEGRO_EVENT event); /** * Adds a trigger to one of the internal collections of triggers. * * Parameters: * key = The key of the collection to which the trigger will be added. * trigger = The trigger to add. * * Returns: * An opaque ID that can be later passed to $(D removeTrigger()) if you * want to remove $(D trigger). */ public final TriggerID addTrigger(string key, InputTrigger trigger) { return _triggers.add(key, trigger); } /** * Removes a trigger from the internal collections of triggers. * * Parameters: * triggerID = The ID of the trigger to remove. If there is no trigger * with this ID, nothing happens. (Corollary: you can safely pass $(D * InvalidTriggerID) here; nothing will happen in this case.) * * Returns: * $(D true) if the trigger was removed; $(D false) if not (which means * that no trigger with the given ID was found). */ public final bool removeTrigger(TriggerID triggerID) { return _triggers.remove(triggerID); } /** * Removes a set of triggers from the internal collections of triggers. * * This is equivalent to calling $(D removeTrigger()) for each ID * sequentially. * * Parameters: * triggerIDs = The IDs of the triggers to remove. */ public final void removeTriggers(TriggerID[] triggerIDs) { foreach (id; triggerIDs) _triggers.remove(id); } /// Removes all triggers. public final void clearTriggers() { _triggers = typeof(_triggers).init; } /** * Checks if a given low-level event triggers any of the $(D InputTrigger)s * in one of the internal collection of triggers. * * In fact this method, does more than described above. Some $(D * InputTrigger)s may need to have their own $(D didTrigger()) method * continuously called in order to work properly. Calling this method does * just that. * * Parameters: * key = The key of the collection of triggers that will be checked. * event = The low-level event. * param = The parameters returned by the trigger that triggered are * retuned here. If multiple triggers trigger, the parameters of any of * them are returned here. If no trigger has triggered, this will not * have any meaningful information. * * Returns: * $(D true) if any of the triggers in the collection with index $(D key) * triggered. */ public final bool didTrigger(string key, in ref ALLEGRO_EVENT event, out InputHandlerParam param) { bool didIt = false; auto triggers = _triggers.get(key); foreach(id, trigger; triggers) { if (trigger.didTrigger(event, param)) didIt = true; } return didIt; } /** * Returns the class name of this class' class info. * * This is a string ready to be passed to $(D Object.factory()). */ protected final @property string className() inout { return this.classinfo.name; } /** * Encodes all the data concerning the input triggers associated with a given * key in a $(D ConfigValue), in the fashion expected by $(D memento). * * Parameters: * key = The key of the desired triggers. * * Returns: * The trigger data, ready to use by subclasses implementing the $(D * memento) property. */ protected final ConfigValue mementoizeTriggers(string key) inout { ConfigValue res; res.makeList(); auto triggers = _triggers.get(key); foreach(trigger; triggers) res[res.length] = ConfigValue(trigger.memento); return res; } /// The collection of $(D InputTrigger)s. private BucketedCollection!(InputTrigger, string, TriggerID, InvalidTriggerID + 1) _triggers; } /** * Sets the $(D InputManager) up so that it can properly work with the constants * describing the high-level input commands and the input states used in your * game. * * This must be called before using the $(D InputManager). (Well, not * really. This is only really necessary if you want to use its "memento-like" * features (see the $(D memento) property). Anyway, calling this will not hurt, * so do it always anyway.) * * This function assumes that you are using both commands and states. If you are * using only commands or only states, there are other functions you can use * instead. * * Parameters: * EnumCommands = The enumeration defining the constants used to identify * your high-level input commands. * EnumStates = The enumeration defining the constants used to identify * your input states. * * See_also: initInputCommandsConstants, initInputStatesConstants. */ void initInputConstants(EnumCommands, EnumStates)() if (is(EnumCommands == enum) && is(EnumStates == enum)) { initInputCommandsConstants!EnumCommands(); initInputStatesConstants!EnumStates(); } /** * Similar to $(D initInputConstants()), but usable when only input commands * (and not input states) are needed. */ void initInputCommandsConstants(EnumCommands)() if (is(EnumCommands == enum)) { InputManager.clearCommandMappings(); foreach (member; EnumMembers!EnumCommands) InputManager.addCommandMapping(to!string(member), member); } /** * Similar to $(D initInputConstants()), but usable when only input states * (and not input commands) are needed. */ void initInputStatesConstants(EnumStates)() if (is(EnumStates == enum)) { InputManager.clearStateMappings(); foreach (member; EnumMembers!EnumStates) InputManager.addStateMapping(to!string(member), member); } /** * The type of functions (er, delegates) used to handle high-level commands. * * The function receives a single parameter: the event structure describing it * in detail. */ public alias void delegate(in ref InputHandlerParam param) CommandHandler; /** * An opaque identifier identifying a high-level command handler added to the * Input Manager. It can be used to remove the handler. */ alias size_t CommandHandlerID; /** * A $(D CommandHandlerID) that is guaranteed to be different to all real $(D * CommandHandlerID)s. It is safe to pass this value to $(D * InputManager.removeCommandHandler()); it will do nothing in this case. */ public immutable CommandHandlerID InvalidCommandHandlerID = 0; /** * The real implementation of the Input Manager. Users shall use this through * the $(D InputManager) class. * * Two kinds of input are supported by the Input Manager: * * $(OL * $(LI Commands. These are high-level game events, which are handled in a * similar fashion to other events in FewDee. Just use $(D * addCommandTrigger()) to map low-level events to high-level commands and * $(D addCommandHandler()) to add handlers.) * $(LI Input States. Sometimes we don't want to handle input as events; we * just want to have some values that get updated in response to low-level * input events. An input event (see $(D InputState)) is just * that. Use $(D addState()) to add an input state to the Input Manager.) * ) */ private class InputManagerImpl: LowLevelEventHandler { /// Constructs the Input Manager. public this() { if (Engine.requestedFeatures & Features.JOYSTICK) rescanJoysticks(); } // // High-Level Input Commands // /** * Adds a mapping between a high-level command and an $(D * InputTrigger). After this call, whenever that $(D InputTrigger) triggers, * that command will be issued. * * Parameters: * command = The high-level command. If you want to write understandable * code, this will be a value from an $(D enum) that lists all your * commands. (By the way, that's the same $(D enum) you passed to $(D * initInputConstants()) or $(D initInputCommandsConstants()) -- I * mean, you did the Right Thing and called one of them, didn't you?) * trigger = The input trigger. * * Returns: * An opaque ID that can be passed to $(D removeCommandTrigger()) if you * wish to remove this mapping. */ public final TriggerID addCommandTrigger(int command, InputTrigger trigger) { return _commandTriggers.add(command, trigger); } /** * Removes a mapping previously added by $(D addCommandTrigger()). * * Parameters: * triggerID = The ID of the mapping you want to remove; that's what $(D * addCommandTrigger()) returned. * * Returns: * $(D true) if the mapping was removed; $(D false) if it was not (which * means that a mapping with the provided ID wasn't found). */ public final bool removeCommandTrigger(TriggerID triggerID) { return _commandTriggers.remove(triggerID); } /// The collection of command triggers. private BucketedCollection!(InputTrigger, int, TriggerID, InvalidTriggerID + 1) _commandTriggers; /** * Adds a command handler, that gets called when a certain high-level command * is issued. * * Parameters: * command = The high-level command to handle. (This usually comes from an * $(D enum)). * handler = The handler that will handle the high-level command. * * Returns: * An opaque ID that can be passed to $(D removeCommandHandler()) in order * to remove the command handler you just added. */ public final CommandHandlerID addCommandHandler( int command, CommandHandler handler) { return _commandHandlers.add(command, handler); } /** * Removes a handler from the collection of high-level command handlers. * * Parameters: * handlerID = The ID of the handler to remove. If there is no handler * with this ID, nothing happens. (Corollary: you can safely pass $(D * InvalidCommandHandlerID) here; nothing will happen in this case.) * * Returns: * $(D true) if the handler was removed; $(D false) if not (which means * that no handler with the given ID was found). */ public final bool removeCommandHandler(CommandHandlerID handlerID) { return _commandHandlers.remove(handlerID); } /// The collection of command handlers. private BucketedCollection!(CommandHandler, int, CommandHandlerID, InvalidCommandHandlerID + 1) _commandHandlers; /** * Disables some high-level commands. * * This will stop the input triggers of these commands to run, and therefore * no commands of these types will be triggered. * * Parameters: * commands = The commands to disable. * * See_also: enableCommands */ public final void disableCommands(int[] commands...) { foreach (command; commands) _disabledCommands[command] = true; } /** * Enables some commands. * * All commands are enabled by default. You only need to call this if you * disabled the commands by calling $(D disableCommands()). * * It is OK to enable commands that are already enabled. * * Parameters: * commands = The commands to enable. * * See_also: disableCommands */ public final void enableCommands(int[] commands...) { foreach (command; commands) _disabledCommands.remove(command); } /** * The list of disabled high-level commands. * * The Boolean value is ignored; only the key matters here. */ private bool[int] _disabledCommands; // // Input States // /** * Adds a new input state to the Input Manager. * * Trying to add two states with the same "ID" (the constant that identifies * it) is an error. * * Parameters: * stateID = The constant that identifies the state being added. This * should come from the same $(D enum) passed to $(D * initInputConstants()) or $(D initInputStatesConstants()). * state = The state object itself. */ public final void addState(int stateID, InputState state) in { assert(stateID !in _states); assert(state !is null); } body { _states[stateID] = state; } /** * Returns a given input state. * * Notice that you'll need to downcast the returned $(D InputState) to the * proper subclass in order to actually read the state. You may wish to * encapsulate this call and the cast into something else to make your code * cleaner. But, hey!, that's your code; this is just a suggestion. * * Parameters: * state = The constant identifying the state to query. This should come * from the same $(D enum) passed to $(D initInputConstants()) or $(D * initInputStatesConstants()). * * Returns: * The input state associated with $(D state). If no input state was * associated with $(D state), returns $(D null). */ public final @property const(InputState) state(int state) const { const s = state in _states; if (s) return *s; else return null; } /// The collection of input states. private InputState[int] _states; // // Joysticks // /// Information about a joystick. public struct JoyInfo { /// The joystick name public string name; /** * An array with the button names of this joystick. * * Its length tells how many buttons the joystick has. * * The array is sorted so that the array indices are the same as the * integer values identifying joystick buttons that are passed to other * FewDee functions. */ public string[] buttons; /** * An array with the names of the joystick axes. * * Its length tells how many axes the joystick has. * * Notice that, unlike Allegro, FewDee doesn't group axes in sticks. * * The array is sorted so that the array indices are the same as the * integer values identifying joystick axes that are passed to other * FewDee functions. */ public string[] axes; /** * A pair of integers used to identify a joystick axis; the first is * interpreted as the Allegro joystick stick index; the second as the * Allegro axis index. */ private alias Tuple!(int,int) stickAxis; /** * Mapping between axes as used in Allegro (stick index plus axis index) * and in FewDee (a single axis index). */ private BiMap!(stickAxis, int) _axisToStickAndAxis; } /** * Returns an array with information about all connected joysticks. * * Notice that joysticks may be connected or disconnected at any time, but * the list returned by this function will be updated only after $(D * rescanJoysticks()) is called. * * The array is sorted so that the array indices are the same as the integer * values identifying joysticks that are passed to other FewDee functions. * * See_also: rescanJoysticks */ public final @property const(JoyInfo[]) joysticks() inout { return _joyData; } /** * Rescans the system looking for joysticks. * * You may want to call this upon entering a "configure input" screen (and, * perhaps, whenever the Allegro event $(D * ALLEGRO_EVENT_JOYSTICK_CONFIGURATION) is triggered). * * Returns: * An array describing the joysticks found. */ public final const(JoyInfo[]) rescanJoysticks() { if (al_reconfigure_joysticks() || _joyData.length == 0) { const numJoys = al_get_num_joysticks(); _joyData.length = numJoys; foreach (i; 0..numJoys) { // Name auto joy = al_get_joystick(i); _joyIndex[joy] = i; _joyData[i].name = to!string(al_get_joystick_name(joy)); // Buttons const numButtons = al_get_joystick_num_buttons(joy); _joyData[i].buttons.length = numButtons; foreach(j; 0..numButtons) { _joyData[i].buttons[j] = to!string(al_get_joystick_button_name(joy, j)); } // Axes const numSticks = al_get_joystick_num_sticks(joy); _joyData[i].axes.length = 0; _joyData[i]._axisToStickAndAxis.clear(); foreach(j; 0..numSticks) { const numAxes = al_get_joystick_num_axes(joy, j); const stickName = to!string(al_get_joystick_stick_name(joy, j)); foreach(k; 0..numAxes) { _joyData[i].axes ~= stickName ~ "/" ~ to!string(al_get_joystick_axis_name(joy, j, k)); const serial = cast(int)(_joyData[i].axes.length - 1); _joyData[i]._axisToStickAndAxis[serial] = JoyInfo.stickAxis(j, k); } } } } return _joyData; } /** * Returns the joystick ID (sequential number, starting from zero) that * corresponds to a given joystick. */ package final int joyID(const ALLEGRO_JOYSTICK* joy) inout { return _joyIndex[joy]; } /** * Returns the joystick axis ID (sequential number, starting from zero) that * corresponds to a given joystick, stick and axis. * * Parameters: * joy = The FewDee "sequential ID" of desired joystick. * stick = The Allegro stick ID. * axis = The Allegro axis ID. * * Returns: * The FewDee sequential "axis ID". */ package final int joyAxisID(int joy, int stick, int axis) inout { return _joyData[joy]._axisToStickAndAxis[JoyInfo.stickAxis(stick, axis)]; } /** * An array describing the joysticks found in the system. * * This is updated only when $(D rescanJoysticks()) is called. */ private JoyInfo[] _joyData; /** * Given an $(D ALLEGRO_JOYSTICK*), yields the joystick "sequential number". * * This is updated only when $(D rescanJoysticks()) is called. */ private int[ALLEGRO_JOYSTICK*] _joyIndex; // // Memento-Like Interface // /** * Clears the mappings between the values and strings representing high-level * commands. */ private final void clearCommandMappings() { _commandMappings.clear(); } /** * Clears the mappings between the values and strings representing input * states. */ private final void clearStateMappings() { _stateMappings.clear(); } /** * Adds a mapping between a value and a string representing a high-level * command. */ private final void addCommandMapping(in string name, int value) { _commandMappings[name] = value; } /// Adds a mapping between a value and a string representing an input state. private final void addStateMapping(in string name, int value) { _stateMappings[name] = value; } /** * A representation of the configuration of the $(D InputManager) related to * input commands and input states. * * This implements something akin to the Memento pattern. You can read this * property to obtain a somewhat opaque representation of the configuration * of the $(D InputManager) and write to it to restore a previous * configuration. */ public final @property ConfigValue memento() inout { ConfigValue c; c.makeAA(); ConfigValue commands; commands.makeAA(); c["commands"] = commands; ConfigValue states; states.makeAA(); c["states"] = states; // Commands const commandIDs = _commandTriggers.buckets(); foreach (commandID; commandIDs) { const strCommandID = _commandMappings[commandID]; c["commands"][strCommandID].makeList(); int i = 0; foreach(trigger; _commandTriggers.get(commandID)) c["commands"][strCommandID][i++] = trigger.memento; } // States foreach (stateID, state; _states) { const strStateID = _stateMappings[stateID]; c["states"][strStateID] = state.memento; } // Here we go! return c; } /// Ditto public final @property void memento(const ConfigValue state) { enforce(hasPossiblyEmptyAA(state, "commands")); enforce(hasPossiblyEmptyAA(state, "states")); clearCommandTriggersAndStates(); // Command triggers if (!state["commands"].isEmptyTable) { foreach (strCommandID; state["commands"].asAA.keys) { const commandID = _commandMappings[strCommandID]; foreach (cfgTrigger; state["commands"][strCommandID].asList) { auto objTrigger = makeInputTrigger(cfgTrigger); addCommandTrigger(commandID, objTrigger); } } } // States if (!state["states"].isEmptyTable) { foreach (strStateID; state["states"].asAA.keys) { const stateID = _stateMappings[strStateID]; const cfgState = state["states"][strStateID]; auto objState = makeInputState(cfgState); addState(stateID, objState); } } } /** * Mapping of high-level command strings to their integer values. * * This is used by the memento-like mechanism, which needs to translate * between the values in the $(D enum) that lists all the high-level commands * and their representation as a string. */ private BiMap!(int,string) _commandMappings; /** * Mapping of input state strings to their integer values. * * This is used by the memento-like mechanism, which needs to translate * between the values in the $(D enum) that lists all the input states and * their representation as a string. */ private BiMap!(int,string) _stateMappings; // // Event Handling // /** * Called when an event (any event) is received. * * Updates the input states and calls the command handlers. * * Parameters: * event = The event received. */ public final override void handleEvent(in ref ALLEGRO_EVENT event) { // Update states foreach (state; _states) state.update(event); // Handle high-level commands foreach (commandID; _commandTriggers.buckets) { // Ignore disabled commands if (commandID in _disabledCommands) continue; // Execute triggers, call handlers foreach (trigger; _commandTriggers.get(commandID)) { InputHandlerParam param; if (trigger.didTrigger(event, param)) { // Call handlers foreach (handler; _commandHandlers.get(commandID)) handler(param); } } } } // // Assorted utilities // /// Clears all command triggers and states. public final void clearCommandTriggersAndStates() { _commandTriggers = typeof(_commandTriggers).init; _states = typeof(_states).init; } /// Obtains the input source of a given Allegro event. public final InputSource inputSource(in ref ALLEGRO_EVENT event) { switch (event.type) { case ALLEGRO_EVENT_KEY_DOWN: case ALLEGRO_EVENT_KEY_UP: case ALLEGRO_EVENT_KEY_CHAR: return InputSource.KEYBOARD; case ALLEGRO_EVENT_MOUSE_AXES: case ALLEGRO_EVENT_MOUSE_BUTTON_DOWN: case ALLEGRO_EVENT_MOUSE_BUTTON_UP: case ALLEGRO_EVENT_MOUSE_WARPED: case ALLEGRO_EVENT_MOUSE_ENTER_DISPLAY: case ALLEGRO_EVENT_MOUSE_LEAVE_DISPLAY: return InputSource.MOUSE; case ALLEGRO_EVENT_JOYSTICK_AXIS: case ALLEGRO_EVENT_JOYSTICK_BUTTON_DOWN: case ALLEGRO_EVENT_JOYSTICK_BUTTON_UP: return cast(InputSource) (InputSource.JOY0 + _joyIndex[event.joystick.id]); default: return InputSource.INVALID; } } } /** * The Input Manager singleton. Provides access to the one and only $(D * InputManagerImpl) instance. */ public class InputManager { mixin LowLockSingleton!InputManagerImpl; }
D
import std.conv: text; import std.string: split; import std.algorithm: map; import std.array: array; import std.range: iota; import std.string: startsWith; import std.typecons: q=tuple,Q=Tuple; import std.exception: enforce; import backend,options; import distrib,error; import dexpr,hashtable,dutil; import expression,declaration,type; import semantic_,scope_,context; import std.random, sample; // (for InferenceMethod.simulate) class Bruteforce: Backend{ this(string sourceFile){ this.sourceFile=sourceFile; } override Distribution analyze(FunctionDef def,ErrorHandler err){ DExpr[string] fields; foreach(i,a;def.params) fields[a.getName]=dVar(a.getName); DExpr init=dRecord(fields); auto interpreter=Interpreter(def,def.body_,init,false); auto ret=distInit(); interpreter.runFun(ret); assert(!!def.ftype); bool isTuple = !!cast(TupleTy)def.ftype.cod; return ret.toDistribution(def.params.map!(p=>p.getName).array,def.isTuple,def.retNames,isTuple); } private: string sourceFile; } auto distInit(){ return Dist(MapX!(DExpr,DExpr).init,zero,SetX!string.init); } struct Dist{ MapX!(DExpr,DExpr) state; DExpr error; SetX!string tmpVars; // @disable this(); this(MapX!(DExpr,DExpr) state,DExpr error,SetX!string tmpVars){ this.state=state; this.error=error; this.tmpVars=tmpVars; } Dist dup(){ return Dist(state.dup,error,tmpVars.dup); static assert(this.tupleof.length==3); } void addTmpVar(string var){ tmpVars.insert(var); } Dist marginalizeTemporaries(){ if(!tmpVars.length) return this; auto r=distInit; r.error=error; foreach(k,v;state){ auto rec=cast(DRecord)k; assert(!!rec,text(k)); auto val=rec.values.dup; foreach(x;tmpVars) val.remove(x); r.add(dRecord(val),v); } tmpVars.clear(); return r; } void add(DExpr k,DExpr v){ if(k in state) state[k]=(state[k]+v).simplify(one); else state[k]=v; if(state[k] == zero) state.remove(k); } void opOpAssign(string op:"+")(Dist r){ foreach(k,v;r.state) add(k,v); error=(error+r.error).simplify(one); foreach(t;r.tmpVars) addTmpVar(t); } Dist map(DLambda lambda){ if(opt.trace) writeln("particle-size: ",state.length); auto r=distInit; r.copyNonState(this); foreach(k,v;state) r.add(dApply(lambda,k).simplify(one),v); return r; } DExpr expectation(DLambda lambda,bool hasFrame){ if(!hasFrame){ DExpr r1=zero,r2=zero; foreach(k,v;state){ r1=(r1+v*dApply(lambda,k)).simplify(one); r2=(r2+v).simplify(one); } return (r1/r2).simplify(one); } MapX!(DExpr,Q!(Q!(DExpr,DExpr)[],DExpr,DExpr)) byFrame; foreach(k,v;state){ auto frame=dField(k,"`frame").simplify(one); if(frame in byFrame) byFrame[frame][0]~=q(k,v); else byFrame[frame]=q([q(k,v)],zero,zero); } foreach(k,ref v;byFrame){ foreach(x;v[0]){ v[1]=(v[1]+x[1]*dApply(lambda,x[0])).simplify(one); v[2]=(v[2]+x[1]).simplify(one); } } auto r=distInit; r.copyNonState(this); static int unique=0; string tmp="`expectation"~lowNum(++unique); addTmpVar(tmp); foreach(k,v;byFrame){ auto e=(v[1]/v[2]).simplify(one); foreach(x;v[0]) r.add(dRUpdate(x[0],tmp,e).simplify(one),x[1]); } this=r; return dField(db1,tmp); } Dist pushFrame(){ return map(dLambda(dRecord(["`frame":db1]))); } Dist popFrame(string tmpVar){ addTmpVar(tmpVar); return map(dLambda(dRUpdate(dField(db1,"`frame"),tmpVar,dField(db1,"`value")))); } Dist flatMap(DLambda[] lambdas){ auto r=distInit; r.copyNonState(this); foreach(k,v;state){ foreach(lambda;lambdas){ auto app=dApply(lambda,k).simplify(one); auto val=app[0.dℚ].simplify(one),scale=app[1.dℚ].simplify(one); r.add(val,(v*scale).simplify(one)); } } return r; } Dist assertTrue(DLambda lambda){ if(opt.noCheck) return this; auto r=distInit; r.copyNonState(this); foreach(k,v;state){ auto cond=dApply(lambda,k).simplify(one); if(cond == one || cond == zero){ if(cond == zero){ r.error = (r.error + v).simplify(one); }else{ r.add(k,v); } }else{ r.error = (r.error + v*dEqZ(cond)).simplify(one); r.add(k,(v*cond).simplify(one)); } } return r; } Dist eraseErrors(){ auto r=dup(); r.error=zero; return r; } Dist observe(DLambda lambda){ auto r=distInit; r.copyNonState(this); foreach(k,v;state){ auto cond=dApply(lambda,k).simplify(one); if(cond == one || cond == zero){ if(cond == one) r.add(k,v); }else{ r.add(k,(v*cond).simplify(one)); } } return r; } private Distribution toDistributionImpl(Distribution r,string[] names,bool isTuple){ auto vars=names.map!(name=>r.declareVar(name)).array; r.distribution=zero; foreach(k,v;state){ auto cur = v; foreach(i,var;vars){ assert(!!var); auto val = dField(k,"`value"); cur = cur*dDiscDelta(isTuple?val[i.dℚ]:val,var); } r.distribution=r.distribution+cur; } r.error=error; r.simplify(); r.orderFreeVars(vars,isTuple); return r; } Distribution toDistribution(string[] names,bool isTuple){ auto r=new Distribution(); return toDistributionImpl(r,names,isTuple); } Distribution toDistribution(string[] paramNames,bool argsIsTuple,string[] names,bool isTuple){ auto r=new Distribution(); auto args=paramNames.map!(name=>r.declareVar(name)).array; r.addArgs(args,argsIsTuple,null); return toDistributionImpl(r,names,isTuple); } /*DExpr flip(DExpr p){ // TODO: check that p is in [0,1] static int unique=0; auto tmp="`flip"~lowNum(++unique); addTmpVar(tmp); this=flatMap( [dLambda(dTuple([dRUpdate(db1,tmp,zero),(one-p).simplify(one)])), dLambda(dTuple([dRUpdate(db1,tmp,one),p]))]); if(opt.backend==InferenceMethod.simulate) pickOne(); return dField(db1,tmp); }*/ DExpr uniformInt(DExpr arg){ // TODO: check constraints on arguments auto r=distInit; r.copyNonState(this); auto lambda=dLambda(arg); static int unique=0; auto tmp="`uniformInt"~lowNum(++unique); r.addTmpVar(tmp); if(opt.backend==InferenceMethod.simulate){ long low,up; DExpr result=null; foreach(k,v;state){ auto ab=dApply(lambda,k).simplify(one); auto a=ab[0.dℚ].simplify(one), b=ab[1.dℚ].simplify(one); static ℤ toNum(string what)(DExpr e){ if(auto q=cast(Dℚ)e) return mixin(what~"div")(q.c.num,q.c.den); import std.format: format; import std.math: floor, ceil; if(auto f=cast(DFloat)e) return ℤ(format("%.0s",mixin(what)(f.c))); enforce(0,text("non-constant condition ",e)); assert(0); } ℤ lowCand=toNum!"ceil"(a),upCand=toNum!"floor"(b); if(!result){ import std.random; enforce(lowCand<=upCand); assert(long.min<=lowCand && upCand<=long.max); low=lowCand.toLong(), up=upCand.toLong(); result=dℚ(uniform!"[]"(low,up)); }else enforce(low==lowCand && up==upCand); r.add(dRUpdate(k,tmp,result).simplify(one),v); } }else{ foreach(k,v;state){ auto ab=dApply(lambda,k).simplify(one); auto a=ab[0.dℚ].simplify(one), b=ab[1.dℚ].simplify(one); auto az=a.isInteger(), bz=b.isInteger(); assert(az&&bz,text("TODO: ",a," ",b)); auto num=dℚ(bz.c.num-az.c.num+1); if(num.c>0){ auto nv=(v/num).simplify(one); for(ℤ i=az.c.num;i<=bz.c.num;++i) r.add(dRUpdate(k,tmp,i.dℚ).simplify(one),nv); }else r.error = (r.error + v).simplify(one); } } this=r; //if(opt.backend==InferenceMethod.simulate) pickOne(); return dField(db1,tmp); } DExpr categorical(DExpr arg){ auto r=distInit; r.copyNonState(this); auto lambda=dLambda(arg); static int unique=0; auto tmp="`categorical"~lowNum(++unique); r.addTmpVar(tmp); if(opt.backend==InferenceMethod.simulate){ DExpr[] p; DExpr result=null; foreach(k,v;state){ auto arr=dApply(lambda,k).simplify(one); auto len=dField(arr,"length").simplify(one); auto qlen=cast(Dℚ)len; enforce(!!qlen && qlen.c.den==1); DExpr[] pCand; DExpr sum=zero; foreach(i;0..qlen.c.num.toLong()){ auto cur=arr[i.dℚ].simplify(one); pCand~=cur; sum=(sum+cur).simplify(one); } enforce(cast(DFloat)sum||sum==one,"category probabilities must sum up to 1"); if(!result){ import std.random; p=pCand; real f=uniform(0.0L,1.0L); DExpr cur=zero; foreach(i,val;p){ cur=(cur+val).simplify(one); auto r=dLe(dFloat(f),cur).simplify(one); enforce(r == zero || r == one); if(r==one){ result = dℚ(i); break; } } }else enforce(p==pCand); r.add(dRUpdate(k,tmp,result).simplify(one),v); } }else{ foreach(k,v;state){ auto p=dApply(lambda,k).simplify(one); auto l=dField(p,"length").simplify(one); auto lz=l.isInteger(); enforce(!!lz,"TODO"); if(lz!=zero){ // TODO: check other preconditions for(ℤ i=0.ℤ;i<lz.c.num;++i) r.add(dRUpdate(k,tmp,i.dℚ).simplify(one),(v*p[i.dℚ]).simplify(one)); }else r.error = (r.error + v).simplify(one); } } this=r; //if(opt.backend==InferenceMethod.simulate) pickOne(); return dField(db1,tmp); } void assignTo(DExpr lhs,DExpr rhs){ void assignToImpl(DExpr lhs,DExpr rhs){ if(auto id=cast(DNVar)lhs){ auto lambda=dLambda(dRUpdate(db1,id.name,rhs)); this=map(lambda); }else if(auto idx=cast(DIndex)lhs){ assignTo(idx.e,dIUpdate(idx.e,idx.i,rhs)); }else if(auto fe=cast(DField)lhs){ if(fe.e == db1){ assignTo(dVar(fe.f),rhs); return; } assignTo(fe.e,dRUpdate(fe.e,fe.f,rhs)); }else if(auto tpl=cast(DTuple)lhs){ if(!cast(DField)rhs){ static int unique=0; auto tmp="`tpl"~lowNum(++unique); addTmpVar(tmp); assignTo(dField(db1,tmp),rhs); assignTo(lhs,dField(db1,tmp)); }else{ foreach(i;0..tpl.values.length) assignTo(tpl[i],rhs[i.dℚ].simplify(one)); } }else if(cast(DPlus)lhs||cast(DMult)lhs){ // TODO: this could be the case (if cond { a } else { b }) = c; // (this is also not handled in the symbolic backend at the moment) }else{ assert(0,text("TODO: ",lhs," = ",rhs)); } } assignToImpl(lhs,rhs); } DExpr call(FunctionDef fun,DExpr thisExp,DExpr arg,Scope sc){ auto ncur=pushFrame(); if(fun.isConstructor) ncur=ncur.map(dLambda(dRUpdate(db1,fun.thisVar.getName,dRecord()))); if(thisExp) ncur=ncur.map(dLambda(dRUpdate(db1,fun.contextName,inFrame(thisExp)))); else if(fun.isNested) ncur=ncur.map(dLambda(dRUpdate(db1,fun.contextName,inFrame(buildContextFor!readLocal(fun,sc))))); if(fun.isNested&&fun.isConstructor) ncur=ncur.map(dLambda(dRUpdate(db1,fun.thisVar.getName,dRecord([fun.contextName:dField(db1,fun.contextName)])))); if(fun.isTuple){ DExpr updates=db1; foreach(i,prm;fun.params){ updates=dRUpdate(updates,prm.getName,inFrame(arg[i.dℚ])); } if(updates != db1) ncur=ncur.map(dLambda(updates)); }else{ assert(fun.params.length==1); ncur=ncur.map(dLambda(dRUpdate(db1,fun.params[0].getName,inFrame(arg)))); } auto intp=Interpreter(fun,fun.body_,ncur,true); auto nndist = distInit(); intp.runFun(nndist); static uniq=0; string tmp="`call"~lowNum(++uniq); this=nndist.popFrame(tmp); if(thisExp&&!fun.isConstructor){ assignTo(thisExp,dField(db1,tmp)[1.dℚ]); assignTo(dVar(tmp),dField(db1,tmp)[0.dℚ]); } return dField(db1,tmp); } private Dist callImpl(DExpr fun,DExpr arg){ this=pushFrame(); auto f=dLambda(inFrame(fun)), a=dLambda(inFrame(arg)); auto r=distInit; r.copyNonState(this); MapX!(FunctionDef,MapX!(DExpr,DExpr)) byFun; foreach(k,v;state){ auto cf=dApply(f,k).simplify(one); auto ca=dApply(a,k).simplify(one); FunctionDef fun; DExpr ctx; if(auto bcf=cast(DDPContextFun)cf){ fun=bcf.def; ctx=bcf.ctx; }else if(auto bff=cast(DDPFun)cf) fun=bff.def; else assert(0,text(cf," ",typeid(cf))); DExpr nk=k; if(fun.isTuple){ foreach(i,prm;fun.params) nk=dRUpdate(nk,prm.getName,ca[i.dℚ]).simplify(one); }else{ assert(fun.params.length==1); nk=dRUpdate(nk,fun.params[0].getName,ca).simplify(one); } assert(!!fun.context==!!ctx,text(fun.context," ",ctx," ",cf)); if(ctx) nk=dRUpdate(nk,fun.contextName,ctx).simplify(one); if(fun !in byFun) byFun[fun]=typeof(byFun[fun]).init; byFun[fun][nk]=v; } foreach(fun,kv;byFun){ auto ncur=distInit; ncur.state=kv; ncur.copyNonState(this); auto intp=Interpreter(fun,fun.body_,ncur,true); auto nndist = distInit(); intp.runFun(nndist); r+=nndist; } return r; } DExpr call(DExpr fun,DExpr arg){ auto r=callImpl(fun,arg); static uniq=0; string tmp="`call'"~lowNum(++uniq); this=r.popFrame(tmp); return dField(db1,tmp); } Dist normalize(){ auto r=distInit(); r.copyNonState(this); DExpr tot=r.error; foreach(k,v;state) tot=(tot+v).simplify(one); if(!opt.noCheck && tot == zero) r.error=one; else if(cast(Dℚ)tot) foreach(k,v;state) r.add(k,(v/tot).simplify(one)); else{ if(!opt.noCheck) r.error=(dNeqZ(tot)*r.error+dEqZ(tot)).simplify(one); foreach(k,v;state) r.add(k,((v/tot)*dNeqZ(tot)).simplify(one)); } return r; } DExpr infer(DExpr fun){ assert(opt.backend != InferenceMethod.simulate,"TODO: higher-order inference in simulate backend"); auto r=distInit; r.copyNonState(this); static uniq=0; string tmp="`infer"~lowNum(++uniq); addTmpVar(tmp); foreach(k,v;state){ auto cur=distInit; cur.add(k,v); cur=cur.callImpl(fun,dTuple([])); // TODO: group calls that depend on identical information cur=cur.map(dLambda(dRecord(["`value":dField(db1,"`value")]))); cur.tmpVars.clear(); cur=cur.normalize(); r.add(dRUpdate(k,tmp,dDPDist(cur)),v); } this=r; return dField(db1,tmp); } DExpr distSample(DExpr dist){ auto r=distInit; r.copyNonState(this); auto d=dLambda(dist); static uniq=0; string tmp="`sample"~lowNum(++uniq); r.addTmpVar(tmp); if(opt.backend==InferenceMethod.simulate){ DExpr theDist=null; DExpr result=null; foreach(k,v;state){ auto dbf=cast(DDPDist)dApply(d,k).simplify(one); assert(!!dbf,text(dbf," ",d)); if(!result){ theDist=dbf; real f=uniform(0.0L,1.0L); DExpr cur=zero; DExpr sum=zero; foreach(dk,dv;dbf.dist.state) sum=(sum+dv).simplify(one); enforce(sum==one,"probabilities must sum up to 1"); foreach(dk,dv;dbf.dist.state){ cur=(cur+dv).simplify(one); auto r=dLe(dFloat(f),cur).simplify(one); enforce(r == zero || r == one); if(r==one){ result = dField(dk,"`value").simplify(one); break; } } }else enforce(dbf==theDist); r.add(dRUpdate(k,tmp,result).simplify(one),v); } }else{ foreach(k,v;state){ auto dbf=cast(DDPDist)dApply(d,k).simplify(one); assert(!!dbf,text(dbf," ",d)); foreach(dk,dv;dbf.dist.state) r.add(dRUpdate(k,tmp,dField(dk,"`value")).simplify(one),(v*dv).simplify(one)); if(!opt.noCheck) r.error=(r.error+v*dbf.dist.error).simplify(one); } } this=r; // if(opt.backend==InferenceMethod.simulate) pickOne(); return dField(db1,tmp); } DExpr distExpectation(DExpr dist){ auto r=distInit; r.copyNonState(this); auto d=dLambda(dist); static uniq=0; string tmp="`expectation'"~lowNum(++uniq); r.addTmpVar(tmp); foreach(k,v;state){ auto dbf=cast(DDPDist)dApply(d,k).simplify(one); assert(!!dbf,text(dbf," ",d)); DExpr val1=zero,val2=zero; foreach(dk,dv;dbf.dist.state){ val1=(val1+dv*dField(dk,"`value")).simplify(one); val2=(val2+dv).simplify(one); } if(!opt.noCheck&&val2==zero) r.error=(r.error+v).simplify(one); else if(cast(Dℚ)val2) r.add(dRUpdate(k,tmp,val1/val2).simplify(one),v); else{ if(!opt.noCheck) r.error=(r.error+v*dEqZ(val2)).simplify(one); r.add(dRUpdate(k,tmp,val1/val2).simplify(one),(v*dNeqZ(val2)).simplify(one)); } } this=r; return dField(db1,tmp); } DExpr distError(DExpr dist){ if(opt.noCheck) return zero; auto r=distInit; r.copyNonState(this); auto d=dLambda(dist); static uniq=0; string tmp="`error'"~lowNum(++uniq); r.addTmpVar(tmp); foreach(k,v;state){ auto dbf=cast(DDPDist)dApply(d,k).simplify(one); assert(!!dbf,text(dbf," ",d)); DExpr error=dbf.dist.error; r.add(dRUpdate(k,tmp,error).simplify(one),v); } this=r; return dField(db1,tmp); } void copyNonState(ref Dist rhs){ this.tupleof[1..$]=rhs.tupleof[1..$]; } void pickOne()in{assert(opt.backend==InferenceMethod.simulate);}body{ real f = uniform(0.0L,1.0L); DExpr cur=zero; foreach(k,v;state){ cur=(cur+v).simplify(one); auto r=dLe(dFloat(f),cur).simplify(one); assert(r == zero || r == one); if(r == one){ error = zero; state.clear(); state[k]=one; return; } } cur = (cur+error).simplify(one); assert(cur == one); state.clear(); error = one; } Dist simplify(DExpr facts){ auto r=distInit; r.copyNonState(this); foreach(k,v;state) r.add(k.simplify(facts),v.simplify(facts)); return r; } Dist substitute(DVar var,DExpr expr){ auto r=distInit; r.copyNonState(this); foreach(k,v;state) r.add(k.substitute(var,expr),v.substitute(var,expr)); return r; } Dist incDeBruijnVar(int di, int free){ auto r=distInit; r.copyNonState(this); foreach(k,v;state) r.add(k.incDeBruijnVar(di,free),v.incDeBruijnVar(di,free)); return r; } int freeVarsImpl(scope int delegate(DVar) dg,ref DExprSet visited){ foreach(k,v;state){ if(auto r=k.freeVarsImpl(dg,visited)) return r; if(auto r=v.freeVarsImpl(dg,visited)) return r; } return 0; } } DExpr inFrame(DExpr arg){ return arg.substitute(db1,dField(db1,"`frame")); } class DDPFun: DExpr{ FunctionDef def; alias subExprs=Seq!def; override string toStringImpl(Format formatting,Precedence prec,int binders){ return def.name.name; } mixin Constant; } mixin FactoryFunction!DDPFun; class DDPContextFun: DExpr{ FunctionDef def; DExpr ctx; alias subExprs=Seq!(def,ctx); override string toStringImpl(Format formatting,Precedence prec,int binders){ return text(def.name?def.name.name:text("(",def,")"),"@(",ctx.toStringImpl(formatting,Precedence.none,binders),")"); } mixin Visitors; override DExpr simplifyImpl(DExpr facts){ return dDPContextFun(def,ctx.simplify(facts)); } } mixin FactoryFunction!DDPContextFun; class DDPDist: DExpr{ Dist dist; alias subExprs=Seq!dist; this(Dist dist)in{assert(!dist.tmpVars.length);}body{ this.dist=dist; } override string toStringImpl(Format formatting,Precedence prec,int binders){ auto d=dist.toDistribution(["r"],false); d.addArgs([],true,null); return dApply(d.toDExpr(),dTuple([])).simplify(one).toStringImpl(formatting,prec,binders); } override DExpr simplifyImpl(DExpr facts){ return dDPDist(dist.simplify(facts)); } mixin Visitors; } DDPDist dDPDist(Dist dist)in{assert(!dist.tmpVars.length);}body{ static MapX!(TupleX!(MapX!(DExpr,DExpr),DExpr),DDPDist) uniq; auto t=tuplex(dist.state,dist.error); if(t in uniq) return uniq[t]; auto r=new DDPDist(dist); uniq[t]=r; return r; } import lexer: Tok; alias ODefExp=BinaryExp!(Tok!":="); DExpr readLocal(string name){ return dField(db1,name); } DExpr readFunction(Identifier id)in{ assert(id && id.scope_ && cast(FunctionDef)id.meaning); }body{ auto fd=cast(FunctionDef)id.meaning; assert(!!fd); if(!fd.isNested) return dDPFun(fd); return dDPContextFun(fd,buildContextFor!readLocal(fd,id.scope_)); } struct Interpreter{ FunctionDef functionDef; CompoundExp statements; Dist cur; bool hasFrame=false; this(FunctionDef functionDef,CompoundExp statements,DExpr init,bool hasFrame){ auto cur=distInit; cur.state[init]=one; this(functionDef,statements,cur,hasFrame); } this(FunctionDef functionDef,CompoundExp statements,Dist cur,bool hasFrame){ this.functionDef=functionDef; this.statements=statements; this.cur=cur; this.hasFrame=hasFrame; } DExpr runExp(Expression e){ if(!cur.state.length) return zero; // TODO: get rid of code duplication DExpr doIt(Expression e){ if(e.type == typeTy) return dTuple([]); // TODO: get rid of this if(auto pl=cast(PlaceholderExp)e) return dVar(pl.ident.name); if(auto id=cast(Identifier)e){ if(!id.meaning&&id.name=="π") return dΠ; if(auto r=lookupMeaning!(readLocal,readFunction)(id)) return r; assert(0,"unsupported"); } if(auto fe=cast(FieldExp)e){ if(isBuiltIn(fe)){ if(auto at=cast(ArrayTy)fe.e.type){ assert(fe.f.name=="length"); } } return dField(doIt(fe.e),fe.f.name); } if(auto ae=cast(AddExp)e) return doIt(ae.e1)+doIt(ae.e2); if(auto me=cast(SubExp)e) return doIt(me.e1)-doIt(me.e2); if(auto me=cast(MulExp)e) return doIt(me.e1)*doIt(me.e2); if(cast(DivExp)e||cast(IDivExp)e){ auto de=cast(ABinaryExp)e; auto e1=doIt(de.e1); auto e2=doIt(de.e2); cur=cur.assertTrue(dLambda(dNeqZ(e2))); return cast(IDivExp)e?dFloor(e1/e2):e1/e2; } if(auto me=cast(ModExp)e) return doIt(me.e1)%doIt(me.e2); if(auto pe=cast(PowExp)e) return doIt(pe.e1)^^doIt(pe.e2); if(auto ce=cast(CatExp)e) return doIt(ce.e1)~doIt(ce.e2); if(auto ce=cast(BitOrExp)e) return dBitOr(doIt(ce.e1),doIt(ce.e2)); if(auto ce=cast(BitXorExp)e) return dBitXor(doIt(ce.e1),doIt(ce.e2)); if(auto ce=cast(BitAndExp)e) return dBitAnd(doIt(ce.e1),doIt(ce.e2)); if(auto ume=cast(UMinusExp)e) return -doIt(ume.e); if(auto ume=cast(UNotExp)e) return dEqZ(doIt(ume.e)); if(auto ume=cast(UBitNotExp)e) return -doIt(ume.e)-1; if(auto le=cast(LambdaExp)e){ if(le.fd.isNested){ return dDPContextFun(le.fd,buildContextFor!readLocal(le.fd,le.fd.scope_)); } return dDPFun(le.fd); } if(auto ce=cast(CallExp)e){ auto id=cast(Identifier)ce.e; auto fe=cast(FieldExp)ce.e; DExpr thisExp=null; if(fe){ id=fe.f; thisExp=doIt(fe.e); } if(id){ if(auto fun=cast(FunctionDef)id.meaning){ auto arg=doIt(ce.arg); // TODO: allow temporaries within arguments return cur.call(fun,thisExp,arg,id.scope_); } if(!fe && isBuiltIn(id)){ switch(id.name){ case "Marginal": enforce(0,"TODO"); assert(0); case "sampleFrom": Expression[] args; if(auto tpl=cast(TupleExp)ce.arg) args=tpl.e; else args=[ce.arg]; assert(args.length); auto getArg(){ return args[1..$].length==1?doIt(args[1]):dTuple(args[1..$].map!doIt.array); } auto literal=cast(LiteralExp)args[0]; assert(literal&&literal.lit.type==Tok!"``"); auto str=literal.lit.str; import samplefrom; static real toFloat(DExpr e){ if(auto q=cast(Dℚ)e) return toReal(q.c); if(auto f=cast(DFloat)e) return f.c; enforce(0,"parameters to sampling procedure must be constant"); assert(0); } final switch(getToken(str)) with(Token){ case exp: assert(args[1..$].length==1); return dE^^doIt(args[1]); case log: assert(args[1..$].length==1); return dLog(doIt(args[1])); case sin: assert(args[1..$].length==1); return dSin(doIt(args[1])); case cos: assert(args[1..$].length==1); return dCos(doIt(args[1])); case abs: assert(args[1..$].length==1); return dAbs(doIt(args[1])); case floor: assert(args[1..$].length==1); return dFloor(doIt(args[1])); case ceil: assert(args[1..$].length==1); return dCeil(doIt(args[1])); case array: assert(args[1..$].length==2); return dArray(doIt(args[1]),dLambda(doIt(args[2]).incDeBruijnVar(1,0))); case inferPrecondition: return one; // TODO case infer: return cur.infer(getArg()); case errorPr: return cur.distError(getArg()); case samplePrecondition: return one; // TODO case sample: if(opt.noCheck){ assert(args[1..$].length==1); return cur.distSample(getArg()); }else{ assert(args[1..$].length==2); return cur.distSample(getArg()[0.dℚ].simplify(one)); } case expectation: if(opt.noCheck){ assert(args[1..$].length==1); return cur.distExpectation(getArg()); }else{ assert(args[1..$].length==2); return cur.distExpectation(getArg()[0.dℚ].simplify(one)); } case uniformIntPrecondition: // (TODO: remove) return one; // TODO case uniformInt: // uniformInt return cur.uniformInt(getArg()); case categoricalPrecondition: return one; // TODO? case categorical: return cur.categorical(getArg()); case binomial: assert(args[1..$].length==2); DExpr arg=getArg(); auto n_=arg[0.dℚ], p=arg[1.dℚ].incDeBruijnVar(1,0); auto n=n_.incDeBruijnVar(1,0); return cur.categorical(dArray(n_+1,dLambda(dNChooseK(n,db1)*p^^db1*(1-p)^^(n-db1))).simplify(one)); case gauss: enforce(opt.backend==InferenceMethod.simulate,"cannot sample from Gaussian with --dp"); auto arg=dLambda(getArg()).simplify(one); real μ,ν; bool hasResult; DExpr result; foreach(k,v;cur.state){ auto args=dApply(arg,k); auto μCand=toFloat(args[0.dℚ].simplify(one)), νCand=toFloat(args[1.dℚ].simplify(one)); if(!hasResult){ μ=μCand, ν=νCand; import std.math, std.mathspecial, std.random; result=dFloat(sampleGauss(μ,ν)); hasResult=true; }else enforce(μ==μCand && ν==νCand); } assert(hasResult); return result; case uniform: enforce(opt.backend==InferenceMethod.simulate,"cannot sample from Uniform with --dp"); auto arg=dLambda(getArg()).simplify(one); real a,b; bool hasResult; DExpr result; foreach(k,v;cur.state){ auto args=dApply(arg,k); auto aCand=toFloat(args[0.dℚ].simplify(one)), bCand=toFloat(args[1.dℚ].simplify(one)); if(!hasResult){ a=aCand, b=bCand; result=dFloat(sampleUniform(a,b)); hasResult=true; }else enforce(a==aCand && b==bCand); } assert(hasResult); return result; case laplace: enforce(opt.backend==InferenceMethod.simulate,"cannot sample from Laplace with --dp"); auto arg=dLambda(getArg()).simplify(one); real μ,b; bool hasResult; DExpr result; foreach(k,v;cur.state){ auto args=dApply(arg,k); auto μCand=toFloat(args[0.dℚ].simplify(one)),bCand=toFloat(args[1.dℚ].simplify(one)); if(!hasResult){ μ=μCand, b=bCand; import std.math: log; result=dFloat(sampleLaplace(μ,b)); hasResult=true; }else enforce(μ==μCand && b==bCand); } assert(hasResult); return result; case rayleigh: enforce(opt.backend==InferenceMethod.simulate,"cannot sample from Rayleigh with --dp"); auto arg=dLambda(getArg()).simplify(one); real ν; bool hasResult; DExpr result; foreach(k,v;cur.state){ auto νCand=toFloat(dApply(arg,k).simplify(one)); if(!hasResult){ ν=νCand; import std.math: log, sqrt; result=dFloat(sampleRayleigh(ν)); hasResult=true; }else enforce(ν==νCand); } assert(hasResult); return result; case pareto: enforce(opt.backend==InferenceMethod.simulate,"cannot sample from Pareto with --dp"); auto arg=dLambda(getArg()).simplify(one); real a,b; bool hasResult; DExpr result; foreach(k,v;cur.state){ auto args=dApply(arg,k); auto aCand=toFloat(args[0.dℚ].simplify(one)),bCand=toFloat(args[1.dℚ].simplify(one)); if(!hasResult){ a=aCand, b=bCand; import std.math: log; result=dFloat(samplePareto(a,b)); hasResult=true; }else enforce(a==aCand && b==bCand); } assert(hasResult); return result; case gamma: enforce(opt.backend==InferenceMethod.simulate,"cannot sample from Gamma with --dp"); auto arg=dLambda(getArg()).simplify(one); real α,β; bool hasResult; DExpr result; foreach(k,v;cur.state){ auto args=dApply(arg,k); auto αCand=toFloat(args[0.dℚ].simplify(one)),βCand=toFloat(args[1.dℚ].simplify(one)); if(!hasResult){ α=αCand, β=βCand; import std.math: log; result=dFloat(sampleGamma(α,β)); hasResult=true; }else enforce(α==αCand && β==βCand); } assert(hasResult); return result; case exponential: enforce(opt.backend==InferenceMethod.simulate,"cannot sample from Exponential with --dp"); auto arg=dLambda(getArg()).simplify(one); real λ; bool hasResult; DExpr result; foreach(k,v;cur.state){ auto λCand=toFloat(dApply(arg,k).simplify(one)); if(!hasResult){ λ=λCand; import std.math: log, sqrt; result=dFloat(sampleExponential(λ)); hasResult=true; }else enforce(λ==λCand); } assert(hasResult); return result; case flip, none: static DDPDist[const(char)*] dists; // NOTE: it is actually important that identical strings with different addresses get different entries (parameters are substituted) if(str.ptr !in dists){ auto dist=new Distribution(); auto info=analyzeSampleFrom(ce,new SimpleErrorHandler(),dist); if(info.error) enforce(0,"TODO"); auto retVars=info.retVars,paramVars=info.paramVars,newDist=info.newDist; foreach(i,pvar;paramVars){ auto expr=doIt(args[1+i]); newDist=newDist.substitute(pvar,expr); // TODO: use substituteAll } dist.distribute(newDist); auto tmp=dist.declareVar("`tmp"); dist.initialize(tmp,dTuple(cast(DExpr[])retVars.map!(v=>v.tmp).array),contextTy()); foreach(v;info.retVars) dist.marginalize(v.tmp); dist.simplify(); auto smpl=distInit(); void gather(DExpr e,DExpr factor){ enforce(!cast(DInt)e,text("TODO: ",ce.e)); foreach(s;e.summands){ foreach(f;s.factors){ if(auto dd=cast(DDiscDelta)f){ assert(dd.var == tmp); smpl.add(dRecord(["`value":retVars.length==1?dd.e[0.dℚ].simplify(one):dd.e]),(factor*s.withoutFactor(f)).substitute(tmp,dd.e).simplify(one)); }else if(auto sm=cast(DPlus)f){ gather(sm,factor*s.withoutFactor(f)); } } } } gather(dist.distribution,one); dists[str.ptr]=dDPDist(smpl); } return cur.distSample(dists[str.ptr]); } case "Expectation": auto arg=doIt(ce.arg); return cur.expectation(dLambda(arg),hasFrame); default: assert(0, text("unsupported: ",id.name)); } } } auto fun=doIt(ce.e), arg=doIt(ce.arg); return cur.call(fun,arg); } if(auto idx=cast(IndexExp)e) return dIndex(doIt(idx.e),doIt(idx.a[0])); // TODO: bounds checking if(auto sl=cast(SliceExp)e) return dSlice(doIt(sl.e),doIt(sl.l),doIt(sl.r)); // TODO: bounds checking if(auto le=cast(LiteralExp)e){ if(le.lit.type==Tok!"0"){ auto n=le.lit.str.split("."); if(n.length==1) n~=""; return (dℚ((n[0]~n[1]).ℤ)/(ℤ(10)^^n[1].length)).simplify(one); }else if(le.lit.type==Tok!".0"){ import std.conv: to; return dFloat(to!real(le.lit.str)); } } if(auto cmp=cast(CompoundExp)e){ if(cmp.s.length==1) return doIt(cmp.s[0]); }else if(auto ite=cast(IteExp)e){ auto cond=runExp(ite.cond); auto curP=cur.eraseErrors(); cur=cur.observe(dLambda(dNeqZ(cond).simplify(one))); curP=curP.observe(dLambda(dEqZ(cond).simplify(one))); auto thenIntp=Interpreter(functionDef,ite.then,cur,hasFrame); auto r=dNeqZ(cond)*thenIntp.runExp(ite.then.s[0]); cur=thenIntp.cur; assert(!!ite.othw); auto othwIntp=Interpreter(functionDef,ite.othw,curP,hasFrame); r=r+dEqZ(cond)*othwIntp.runExp(ite.othw); curP=othwIntp.cur; cur+=curP; return r; }else if(auto tpl=cast(TupleExp)e){ auto dexprs=tpl.e.map!doIt.array; return dTuple(dexprs); }else if(auto arr=cast(ArrayExp)e){ auto dexprs=arr.e.map!doIt.array; return dArray(dexprs); }else if(auto ae=cast(AssertExp)e){ if(auto c=runExp(ae.e)){ cur=cur.assertTrue(dLambda(dNeqZ(c))); return dTuple([]); } }else if(auto tae=cast(TypeAnnotationExp)e){ return doIt(tae.e); }else if(cast(Type)e) return dTuple([]); // 'erase' types else{ enum common=q{ auto e1=doIt(b.e1),e2=doIt(b.e2); }; if(auto b=cast(AndExp)e){ auto e1=doIt(b.e1), e2=doIt(b.e2); return e1*e2; }else if(auto b=cast(OrExp)e){ DExprSet disjuncts; void collect(Expression e){ if(auto or=cast(OrExp)e){ collect(or.e1); collect(or.e2); }else disjuncts.insert(doIt(e)); } collect(e); return dNeqZ(dPlus(disjuncts)); }else with(DIvr.Type)if(auto b=cast(LtExp)e){ mixin(common); return dLt(e1,e2); }else if(auto b=cast(LeExp)e){ mixin(common); return dLe(e1,e2); }else if(auto b=cast(GtExp)e){ mixin(common); return dGt(e1,e2); }else if(auto b=cast(GeExp)e){ mixin(common); return dGe(e1,e2); }else if(auto b=cast(EqExp)e){ mixin(common); return dEq(e1,e2); }else if(auto b=cast(NeqExp)e){ mixin(common); return dNeq(e1,e2); } } enforce(0,text("TODO: ",e)); assert(0); } return doIt(e); } void runStm(Expression e,ref Dist retDist){ if(!cur.state.length) return; if(opt.trace) writeln("statement: ",e); if(auto nde=cast(DefExp)e){ auto de=cast(ODefExp)nde.initializer; assert(!!de); auto lhs=runExp(de.e1).simplify(one), rhs=runExp(de.e2).simplify(one); cur.assignTo(lhs,rhs); }else if(auto ae=cast(AssignExp)e){ auto lhs=runExp(ae.e1),rhs=runExp(ae.e2); cur.assignTo(lhs,rhs); }else if(isOpAssignExp(e)){ DExpr perform(DExpr a,DExpr b){ if(cast(OrAssignExp)e) return dNeqZ(dNeqZ(a)+dNeqZ(b)); if(cast(AndAssignExp)e) return dNeqZ(a)*dNeqZ(b); if(cast(AddAssignExp)e) return a+b; if(cast(SubAssignExp)e) return a-b; if(cast(MulAssignExp)e) return a*b; if(cast(DivAssignExp)e||cast(IDivAssignExp)e){ cur=cur.assertTrue(dLambda(dNeqZ(b))); return cast(IDivAssignExp)e?dFloor(a/b):a/b; } if(cast(ModAssignExp)e) return a%b; if(cast(PowAssignExp)e){ // TODO: enforce constraints on domain return a^^b; } if(cast(CatAssignExp)e) return a~b; if(cast(BitOrAssignExp)e) return dBitOr(a,b); if(cast(BitXorAssignExp)e) return dBitXor(a,b); if(cast(BitAndAssignExp)e) return dBitAnd(a,b); assert(0); } auto be=cast(ABinaryExp)e; assert(!!be); auto lhs=runExp(be.e1); // TODO: keep lhs stable! auto rhs=runExp(be.e2); cur.assignTo(lhs,perform(lhs,rhs)); }else if(auto call=cast(CallExp)e){ runExp(call); }else if(auto ite=cast(IteExp)e){ auto cond=runExp(ite.cond); auto curP=cur.eraseErrors(); cur=cur.observe(dLambda(dNeqZ(cond))); curP=curP.observe(dLambda(dEqZ(cond).simplify(one))); auto thenIntp=Interpreter(functionDef,ite.then,cur,hasFrame); thenIntp.run(retDist); cur=thenIntp.cur; if(ite.othw){ auto othwIntp=Interpreter(functionDef,ite.othw,curP,hasFrame); othwIntp.run(retDist); curP=othwIntp.cur; } cur+=curP; }else if(auto re=cast(RepeatExp)e){ auto rep=runExp(re.num).simplify(one); if(auto z=rep.isInteger()){ auto intp=Interpreter(functionDef,re.bdy,cur,hasFrame); foreach(x;0.ℤ..z.c.num){ if(opt.trace) writeln("repetition: ",x+1); intp.run(retDist); // TODO: marginalize locals } cur=intp.cur; }else{ auto bound=dFloor(rep); auto intp=Interpreter(functionDef,re.bdy,distInit(),hasFrame); intp.cur.state = cur.state; cur.state=typeof(cur.state).init; for(ℤ x=0;;++x){ cur += intp.cur.observe(dLambda(dLe(bound,x.dℚ))); intp.cur = intp.cur.observe(dLambda(dLt(x.dℚ,bound))); intp.cur.error = zero; if(!intp.cur.state.length) break; if(opt.trace) writeln("repetition: ",x+1); intp.run(retDist); } } }else if(auto fe=cast(ForExp)e){ auto l=runExp(fe.left).simplify(one), r=runExp(fe.right).simplify(one); auto lz=l.isInteger(),rz=r.isInteger(); if(lz&&rz){ auto intp=Interpreter(functionDef,fe.bdy,cur,hasFrame); for(ℤ j=lz.c.num+cast(int)fe.leftExclusive;j+cast(int)fe.rightExclusive<=rz.c.num;j++){ if(opt.trace) writeln("loop-index: ",j); intp.cur.assignTo(dVar(fe.var.name),dℚ(j)); intp.run(retDist); // TODO: marginalize locals } cur=intp.cur; }else{ static uniq=0; auto tmp="`loopIndex"~lowNum(++uniq); cur.assignTo(dVar(tmp),fe.leftExclusive?dFloor(l)+1:dCeil(l)); auto bound=fe.rightExclusive?dCeil(r)-1:dFloor(r); auto intp=Interpreter(functionDef,fe.bdy,distInit(),hasFrame); intp.cur.state = cur.state; cur.state=typeof(cur.state).init; auto cond = dLambda(dLe(dField(db1,tmp),bound).simplify(one)); auto ncond = dLambda(dLt(bound,dField(db1,tmp)).simplify(one)); auto upd = (dField(db1,tmp)+1).simplify(one); for(int x=0;;++x){ cur += intp.cur.observe(ncond); intp.cur = intp.cur.observe(cond); intp.cur.error = zero; if(!intp.cur.state.length) break; intp.cur.assignTo(dVar(fe.var.name),dField(db1,tmp)); if(opt.trace) writeln("repetition: ",x+1); intp.run(retDist); intp.cur.assignTo(dVar(tmp),upd); // TODO: marginalize locals } } }else if(auto we=cast(WhileExp)e){ auto intp=Interpreter(functionDef,we.bdy,distInit(),hasFrame); intp.cur.state=cur.state; cur.state=typeof(cur.state).init; while(intp.cur.state.length){ auto rcond = intp.runExp(we.cond).simplify(one); auto cond = dLambda(dNeqZ(rcond).simplify(one)); auto ncond = dLambda(dEqZ(rcond).simplify(one)); cur += intp.cur.observe(ncond); intp.cur = intp.cur.observe(cond); intp.cur.error = zero; intp.run(retDist); // TODO: marginalize locals } }else if(auto re=cast(ReturnExp)e){ auto value = runExp(re.e); if(functionDef.context&&functionDef.contextName.startsWith("this")) value = dTuple([value,dField(db1,functionDef.contextName)]); auto rec=["`value":value]; if(hasFrame) rec["`frame"]=dField(db1,"`frame"); retDist += cur.map(dLambda(dRecord(rec))); cur=distInit; }else if(auto ae=cast(AssertExp)e){ auto cond=dNeqZ(runExp(ae.e)); cur=cur.assertTrue(dLambda(cond)); }else if(auto oe=cast(ObserveExp)e){ enforce(opt.backend != InferenceMethod.simulate,"TODO: observe with --simulate"); auto cond=dNeqZ(runExp(oe.e)); cur=cur.observe(dLambda(cond)); }else if(auto ce=cast(CommaExp)e){ runStm(ce.e1,retDist); runStm(ce.e2,retDist); }else if(cast(Declaration)e){ // do nothing }else{ enforce(0,text("TODO: ",e)); } cur=cur.marginalizeTemporaries(); } void run(ref Dist retDist){ foreach(s;statements.s){ runStm(s,retDist); // writeln("cur: ",cur); } } void runFun(ref Dist retDist){ run(retDist); retDist+=cur; cur=distInit(); } }
D
/** * Droits d’auteur: Enalye * Licence: Zlib * Auteur: Enalye */ module grimoire.stdlib.circularbuffer; import grimoire.assembly, grimoire.compiler, grimoire.runtime; import grimoire.stdlib.util; void grLoadStdLibCircularBuffer(GrLibDefinition library) { library.setModule(["std", "circularbuffer"]); GrType bufType = library.addNative("CircularBuffer", ["T"]); library.setDescription(GrLocale.fr_FR, "Itère sur un buffer circulaire."); library.setDescription(GrLocale.en_US, "Iterate on a circular buffer."); library.addNative("CircularBufferIterator", ["T"]); library.addConstructor(&_new, bufType, [grInt]); library.setDescription(GrLocale.fr_FR, "Renvoie `true` si `buffer` ne contient rien."); library.setDescription(GrLocale.en_US, "Returns `true` if `buffer` contains nothing."); library.setParameters(GrLocale.fr_FR, ["buffer"]); library.setParameters(GrLocale.en_US, ["buffer"]); library.addFunction(&_isEmpty, "isEmpty", [grPure(bufType)], [grBool]); library.setDescription(GrLocale.fr_FR, "Renvoie `true` si `buffer` est plein."); library.setDescription(GrLocale.en_US, "Returns `true` if `buffer` is full."); library.addFunction(&_isFull, "isFull", [grPure(bufType)], [grBool]); library.setDescription(GrLocale.fr_FR, "Retourne la taille actuelle du `buffer`."); library.setDescription(GrLocale.en_US, "Returns the `buffer`'s size."); library.addFunction(&_size, "size", [grPure(bufType)], [grInt]); library.setDescription(GrLocale.fr_FR, "Retourne la capacité maximale du `buffer`."); library.setDescription(GrLocale.en_US, "Returns the `buffer`'s capacity."); library.addFunction(&_capacity, "capacity", [grPure(bufType)], [grInt]); library.setDescription(GrLocale.fr_FR, "Ajoute `valeur` dans le `buffer`."); library.setDescription(GrLocale.en_US, "Appends `value` to the `buffer`."); library.setParameters(GrLocale.fr_FR, ["buffer", "valeur"]); library.setParameters(GrLocale.en_US, ["buffer", "value"]); library.addFunction(&_push, "push", [bufType, grAny("T")]); library.setDescription(GrLocale.fr_FR, "Retire un élément du `buffer` et le retourne. S’il n’en existe pas, retourne `null<T>`."); library.setDescription(GrLocale.en_US, "Removes an element of the `buffer` and returns it. If there aren't any, returns `null<T>`."); library.setParameters(GrLocale.fr_FR, ["buffer"]); library.setParameters(GrLocale.en_US, ["buffer"]); library.addFunction(&_pop, "pop", [bufType], [grOptional(grAny("T"))]); library.setDescription(GrLocale.fr_FR, "Retourne le premier élément de `buffer`. S’il n’existe pas, retourne `null<T>`."); library.setDescription(GrLocale.en_US, "Returns the first element of `buffer`. If it doesn't exist, returns `null<T>`."); library.addFunction(&_front, "front", [grPure(bufType)], [ grOptional(grAny("T")) ]); library.setDescription(GrLocale.fr_FR, "Returne le dernier élément de `buffer`. S’il n’existe pas, retourne `null<T>`."); library.setDescription(GrLocale.en_US, "Returns the last element of `buffer`. If it doesn't exist, returns `null<T>`."); library.addFunction(&_back, "back", [grPure(bufType)], [ grOptional(grAny("T")) ]); } final class GrCircularBuffer { private { GrValue[] _data; GrInt _size, _capacity, _readIndex, _writeIndex; } @property { pragma(inline) GrBool isEmpty() const { return _size == 0; } pragma(inline) GrBool isFull() const { return _size == _capacity; } pragma(inline) GrInt size() const { return _size; } pragma(inline) GrInt capacity() const { return _capacity; } } pragma(inline) this(GrInt capacity_) { _capacity = capacity_ >= 1 ? capacity_ : 1; _data.length = _capacity; _writeIndex = -1; } pragma(inline) void push(GrValue value) { if (_size == _capacity) _readIndex = (_readIndex + 1) % _capacity; else _size++; _writeIndex = (_writeIndex + 1) % _capacity; _data[_writeIndex] = value; } pragma(inline) GrValue pop() { assert(_size > 0); GrValue value = _data[_readIndex]; _readIndex = (_readIndex + 1) % _capacity; _size--; return value; } pragma(inline) GrValue front() const { assert(_size > 0); return _data[_writeIndex]; } pragma(inline) GrValue back() const { assert(_size > 0); return _data[_readIndex]; } } private void _new(GrCall call) { call.setNative(new GrCircularBuffer(call.getInt(0))); } private void _isEmpty(GrCall call) { const GrCircularBuffer buffer = call.getNative!GrCircularBuffer(0); call.setBool(buffer.isEmpty); } private void _isFull(GrCall call) { const GrCircularBuffer buffer = call.getNative!GrCircularBuffer(0); call.setBool(buffer.isFull); } private void _size(GrCall call) { const GrCircularBuffer buffer = call.getNative!GrCircularBuffer(0); call.setInt(buffer.size); } private void _capacity(GrCall call) { const GrCircularBuffer buffer = call.getNative!GrCircularBuffer(0); call.setInt(buffer.capacity); } private void _push(GrCall call) { GrCircularBuffer buffer = call.getNative!GrCircularBuffer(0); buffer.push(call.getValue(1)); } private void _pop(GrCall call) { GrCircularBuffer buffer = call.getNative!GrCircularBuffer(0); if (buffer.isEmpty) { call.setNull(); return; } call.setValue(buffer.pop()); } private void _front(GrCall call) { GrCircularBuffer buffer = call.getNative!GrCircularBuffer(0); if (buffer.isEmpty) { call.setNull(); return; } call.setValue(buffer.front()); } private void _back(GrCall call) { GrCircularBuffer buffer = call.getNative!GrCircularBuffer(0); if (buffer.isEmpty) { call.setNull(); return; } call.setValue(buffer.back()); }
D
qualified for or allowed or worthy of being chosen
D
// Copyright Steve Teale 2013. // Distributed under the Boost Software License, Version 1.0. // (See accompanying file LICENSE_1_0.txt or copy at // http://www.boost.org/LICENSE_1_0.txt) // Written in the D programming language module cross; import mainwin; import constants; import acomp; import common; import types; import controlset; import lineset; import mol; import std.stdio; import std.math; import std.conv; import gtk.DrawingArea; import gtk.Widget; import gtk.Button; import gtk.Layout; import gtk.Frame; import gtk.Range; import gtk.HScale; import gtk.VScale; import gdk.RGBA; import gtk.ComboBoxText; import gtk.Button; import gtk.SpinButton; import gtk.ToggleButton; import gtk.RadioButton; import gtk.CheckButton; import gtk.Label; import cairo.Context; import gtkc.cairotypes; import cairo.Matrix; class Cross : LineSet { static int nextOid = 0; double size, cbOff, cbW, urW; double h, w, cw, uw, ho, vo, ar, cbPos, drop, rise; override void syncControls() { cSet.setLineParams(lineWidth); cSet.toggling(false); if (les) cSet.setToggle(Purpose.LESSHARP, true); else cSet.setToggle(Purpose.LESROUND, true); if (outline) cSet.setToggle(Purpose.OUTLINE, true); cSet.setComboIndex(Purpose.XFORMCB, xform); cSet.setComboIndex(Purpose.FILLOPTIONS, 0); cSet.toggling(true); cSet.setHostName(name); } this(Cross other) { this(other.aw, other.parent); hOff = other.hOff; vOff = other.vOff; baseColor = other.baseColor.copy(); altColor = other.altColor.copy(); lineWidth = other.lineWidth; les = other.les; uw = other.uw; cw = other.cw; fill = other.fill; fillFromPattern = other.fillFromPattern; fillUid = other.fillUid; updateFillUI(); outline = other.outline; center = other.center; oPath = other.oPath.dup; xform = other.xform; tf = other.tf; ar = other.ar; cbOff = other.cbOff; urW = other.urW; cbW = other.cbW; syncControls(); } this(AppWindow w, ACBase parent) { mixin(initString!Cross()); super(w, parent, sname, AC_CROSS, ACGroups.SHAPES, ahdg); notifyHandlers ~= &Cross.notifyHandler; undoHandlers ~= &Cross.undoHandler; closed = true; altColor = new RGBA(0,0,0,1); les = true; fill = false; oPath.length = 12; ar = 1; cbOff = 0.5; urW = 0.2; cbW = 0.2; size = 1; center.x = width/2; center.y = height/2; constructBase(); tm = new Matrix(&tmData); setupControls(3); outline = true; positionControls(true); } override void extendControls() { int vp = cSet.cy; Label l = new Label("Size"); cSet.add(l, ICoord(265, vp-64), Purpose.LABEL); new MoreLess(cSet, 0, ICoord(300, vp-64), true); l = new Label("Upright Width"); cSet.add(l, ICoord(172, vp-40), Purpose.LABEL); new MoreLess(cSet, 1, ICoord(300, vp-40), true); l = new Label("Cross Bar Width"); cSet.add(l, ICoord(172, vp-20), Purpose.LABEL); new MoreLess(cSet, 2, ICoord(300, vp-20), true); l = new Label("Cross Bar Position"); cSet.add(l, ICoord(172, vp), Purpose.LABEL); new MoreLess(cSet, 3, ICoord(300, vp), true); l = new Label("Aspect Ratio"); cSet.add(l, ICoord(172, vp+20), Purpose.LABEL); new MoreLess(cSet, 4, ICoord(300, vp+20), true); vp += 5; new InchTool(cSet, 0, ICoord(0, vp), true); vp += 40; ComboBoxText cbb = new ComboBoxText(false); cbb.appendText("Scale"); cbb.appendText("Stretch-H"); cbb.appendText("Stretch-V"); cbb.appendText("Skew-H"); cbb.appendText("Skew-V"); cbb.appendText("Rotate"); cbb.appendText("Flip-H"); cbb.appendText("Flip-V"); cbb.setActive(0); cbb.setSizeRequest(100, -1); cSet.add(cbb, ICoord(172, vp-5), Purpose.XFORMCB); new MoreLess(cSet, 5, ICoord(300, vp), true); cSet.cy = vp+35; //RenameGadget rg = new RenameGadget(cSet, ICoord(0, vp), name, true); } override bool notifyHandler(Widget w, Purpose p) { return false; } override bool undoHandler(CheckPoint cp) { switch (cp.type) { case OP_SIZE: size = cp.dVal; break; case OP_DV0: urW = cp.dVal; break; case OP_DV1: cbW = cp.dVal; break; case OP_DV2: cbOff = cp.dVal; break; case OP_DV3: ar = cp.dVal; break; default: return false; } constructBase(); lastOp = OP_UNDEF; return true; } override void preResize(int oldW, int oldH) { center.x = width/2; center.y = height/2; double hr = cast(double) width/oldW; double vr = cast(double) height/oldH; tf.hScale *= hr; tf.vScale *= vr; hOff *= hr; vOff *= vr; } void constructBase() { if (width > height) h = height*size; else h = width*size; h *=0.9; w = h*ar; uw = h*urW; cw = h*cbW; cbPos = h/2-h*cbOff; rise = -h/2; drop = h/2; ho = uw*0.5; vo = cw*0.5; makeCoords(); center.x = 0.5*width; center.y = 0.5*height; for (size_t i = 0; i < oPath.length; i++) { oPath[i].x += center.x; oPath[i].y += center.y; } } void makeCoords() { oPath[0] = Coord(ho, cbPos-vo); oPath[1] = Coord(w/2, cbPos-vo); oPath[2] = Coord(w/2, cbPos+vo); oPath[3] = Coord(ho, cbPos+vo); oPath[4] = Coord(ho, drop); oPath[5] = Coord(-ho, drop); oPath[6] = Coord(-ho, cbPos+vo); oPath[7] = Coord(-w/2, cbPos+vo); oPath[8] = Coord(-w/2, cbPos-vo); oPath[9] = Coord(-ho, cbPos-vo); oPath[10] = Coord(-ho, rise); oPath[11] = Coord(ho, rise); } override void onCSMoreLess(int instance, bool more, bool quickly) { focusLayout(); double result; switch (instance) { case 0: result = size; if (!molG!double(more, quickly, result, 0.01, 0.05, 1.1)) return; lastOp = pushC!double(this, size, OP_SIZE); size = result; break; case 1: result = urW; if (!molA!double(more, quickly, result, 0.01, 0.01, 0.9)) return; lastOp = pushC!double(this, urW, OP_DV0); urW = result; break; case 2: result = cbW; if (!molA!double(more, quickly, result, 0.01, 0.01, 0.9)) return; lastOp = pushC!double(this, cbW, OP_DV1); cbW = result; break; case 3: result = cbOff; if (!molA!double(more, quickly, result, 0.01, vo/h, 1-vo/h)) return; lastOp = pushC!double(this, cbOff, OP_DV2); cbOff = result; break; case 4: result = ar; if (!molA!double(more, quickly, result, 0.01, 0.25, 2)) return; lastOp = pushC!double(this, ar, OP_DV3); ar = result; break; case 5: modifyTransform(xform, more, quickly); break; default: return; } /*else if (instance == 3) { lastOp = pushC!double(this, cbPos, OP_DV2); if (more) { if (cbPos-vo-0.05*h < rise) cbPos = rise+vo; else cbPos = cbPos-0.05*h; } else { if (cbPos+vo+0.05*h > drop) cbPos = drop-vo; else cbPos = cbPos+0.05*h; } cbOff = (cbPos-h/2)/-h; constructBase(); }*/ if (instance < 5) constructBase(); aw.dirty = true; reDraw(); } override void render(Context c) { c.translate(hOff+center.x, vOff+center.y); if (compoundTransform()) c.transform(tm); c.translate(-center.x, -center.y); // lpX and lpY both zero at design time c.setLineWidth(0); c.setLineJoin(les? CairoLineJoin.MITER: CairoLineJoin.ROUND); c.moveTo(oPath[0].x, oPath[0].y); for (size_t i = 1; i < oPath.length; i++) c.lineTo(oPath[i].x, oPath[i].y); c.closePath(); strokeAndFill(c, lineWidth, outline, fill); } }
D
module gui.gui; import city.city; import std.stdio, std.string; import std.xml; abstract class GUI { City city; this(City city) { this.city = city; } abstract void run(); abstract void initialize(); void displayException(Exception e) { throw e; } void saveCity(string file) { auto f = File(file, "w"); string s = city.serialize(); auto xml = new Document(s); f.write(xml); writefln(format("File %s saved.\n", file)); } void loadCity(string file) { auto s = cast(string)std.file.read(file); check(s); auto xml = new Document(s); city = new City(xml); writefln(format("File %s loaded.\n", file)); } }
D
instance DIA_BIFF_DI_EXIT(C_INFO) { npc = djg_713_biff_di; nr = 999; condition = dia_biff_di_exit_condition; information = dia_biff_di_exit_info; permanent = TRUE; description = DIALOG_ENDE; }; func int dia_biff_di_exit_condition() { return TRUE; }; func void dia_biff_di_exit_info() { AI_StopProcessInfos(self); }; instance DIA_BIFF_DI_HALLO(C_INFO) { npc = djg_713_biff_di; nr = 10; condition = dia_biff_di_hallo_condition; information = dia_biff_di_hallo_info; important = TRUE; }; func int dia_biff_di_hallo_condition() { if(Npc_IsInState(self,zs_talk) && (Npc_IsDead(undeaddragon) == FALSE)) { return TRUE; }; }; func void dia_biff_di_hallo_info() { AI_Output(self,other,"DIA_Biff_DI_HALLO_07_00"); //И? Где все те сокровища, что ты мне обещал? if(Npc_KnowsInfo(other,dia_biff_di_orks) == FALSE) { AI_Output(other,self,"DIA_Biff_DI_HALLO_15_01"); //Что я там говорил тебе раньше, в море? }; AI_Output(other,self,"DIA_Biff_DI_HALLO_15_02"); //Сейчас твоя задача - охранять корабль. AI_Output(other,self,"DIA_Biff_DI_HALLO_15_03"); //Мне не улыбается плыть назад. AI_Output(self,other,"DIA_Biff_DI_HALLO_07_04"); //Черт. Если бы я знал это заранее, я бы лучше остался в Хоринисе. AI_StopProcessInfos(self); }; instance DIA_BIFF_DI_PERM(C_INFO) { npc = djg_713_biff_di; nr = 5; condition = dia_biff_di_perm_condition; information = dia_biff_di_perm_info; permanent = TRUE; description = "На борту все спокойно?"; }; func int dia_biff_di_perm_condition() { if(Npc_KnowsInfo(other,dia_biff_di_hallo) && (Npc_IsDead(undeaddragon) == FALSE)) { return TRUE; }; }; func void dia_biff_di_perm_info() { AI_Output(other,self,"DIA_Biff_DI_perm_15_00"); //На борту все спокойно? AI_Output(self,other,"DIA_Biff_DI_perm_07_01"); //(сердито) Да, да. Все тихо. AI_StopProcessInfos(self); }; instance DIA_BIFF_DI_ORKS(C_INFO) { npc = djg_713_biff_di; nr = 5; condition = dia_biff_di_orks_condition; information = dia_biff_di_orks_info; important = TRUE; }; func int dia_biff_di_orks_condition() { if((Npc_GetDistToWP(self,"DI_SHIP_03") < 1000) && (ORKSTURMDI == TRUE) && (Npc_IsDead(undeaddragon) == FALSE)) { return TRUE; }; }; func void dia_biff_di_orks_info() { AI_Output(self,other,"DIA_Biff_DI_ORKS_07_00"); //Эти мерзкие твари! AI_Output(other,self,"DIA_Biff_DI_ORKS_15_01"); //Черт, что ты делаешь здесь? Ты должен был охранять корабль. AI_Output(self,other,"DIA_Biff_DI_ORKS_07_02"); //Да никуда он не денется. b_giveplayerxp(XP_AMBIENT); AI_StopProcessInfos(self); Npc_ExchangeRoutine(self,"Start"); }; instance DIA_BIFF_DI_UNDEADDRGDEAD(C_INFO) { npc = djg_713_biff_di; nr = 4; condition = dia_biff_di_undeaddrgdead_condition; information = dia_biff_di_undeaddrgdead_info; important = TRUE; }; func int dia_biff_di_undeaddrgdead_condition() { if(Npc_IsDead(undeaddragon)) { return TRUE; }; }; func void dia_biff_di_undeaddrgdead_info() { AI_Output(self,other,"DIA_Biff_DI_UNDEADDRGDEAD_07_00"); //Что, все кончено? AI_Output(other,self,"DIA_Biff_DI_UNDEADDRGDEAD_15_01"); //Вроде бы да. AI_Output(self,other,"DIA_Biff_DI_UNDEADDRGDEAD_07_02"); //И теперь, могу я... AI_Output(other,self,"DIA_Biff_DI_UNDEADDRGDEAD_15_03"); //Ты можешь перевернуть весь остров, ели хочешь. AI_Output(self,other,"DIA_Biff_DI_UNDEADDRGDEAD_07_04"); //Отлично. AI_StopProcessInfos(self); Npc_ExchangeRoutine(self,"PlunderTempel"); }; instance DIA_BIFF_DI_PLUNDER(C_INFO) { npc = djg_713_biff_di; nr = 5; condition = dia_biff_di_plunder_condition; information = dia_biff_di_plunder_info; important = TRUE; }; func int dia_biff_di_plunder_condition() { if(Npc_IsInState(self,zs_talk) && Npc_KnowsInfo(other,dia_biff_di_plunder) && Npc_IsDead(undeaddragon)) { return TRUE; }; }; func void dia_biff_di_plunder_info() { AI_Output(self,other,"DIA_Biff_DI_plunder_07_00"); //Черт. Не сейчас. AI_StopProcessInfos(self); }; instance DIA_BIFF_DI_PICKPOCKET(C_INFO) { npc = djg_713_biff_di; nr = 900; condition = dia_biff_di_pickpocket_condition; information = dia_biff_di_pickpocket_info; permanent = TRUE; description = PICKPOCKET_100; }; func int dia_biff_di_pickpocket_condition() { return c_beklauen(92,450); }; func void dia_biff_di_pickpocket_info() { Info_ClearChoices(dia_biff_di_pickpocket); Info_AddChoice(dia_biff_di_pickpocket,DIALOG_BACK,dia_biff_di_pickpocket_back); Info_AddChoice(dia_biff_di_pickpocket,DIALOG_PICKPOCKET,dia_biff_di_pickpocket_doit); }; func void dia_biff_di_pickpocket_doit() { b_beklauen(); Info_ClearChoices(dia_biff_di_pickpocket); }; func void dia_biff_di_pickpocket_back() { Info_ClearChoices(dia_biff_di_pickpocket); };
D
// ********** // B_LogEntry // ********** func void B_LogEntry (var string topic, var string entry) { Log_AddEntry (topic, entry); NewLogEntry_Super = PRINT_NewLogEntry; NewLogEntry_Super = ConcatStrings (NewLogEntry_Super, " ("); NewLogEntry_Super = ConcatStrings (NewLogEntry_Super, topic); NewLogEntry_Super = ConcatStrings (NewLogEntry_Super, ")"); PrintScreen (NewLogEntry_Super, -1, YPOS_LOGENTRY, FONT_ScreenSmall, 4); Snd_Play ("LogEntry"); }; func void B_LogEntry_More (var string topic1, var string topic2, var string entry1, var string entry2) { Log_AddEntry (topic1, entry1); Log_AddEntry (topic2, entry2); NewLogEntry_Super_2 = PRINT_NewLogEntry_2; NewLogEntry_Super_2 = ConcatStrings (NewLogEntry_Super_2, " ("); NewLogEntry_Super_2 = ConcatStrings (NewLogEntry_Super_2, topic1); NewLogEntry_Super_2 = ConcatStrings (NewLogEntry_Super_2, ", "); NewLogEntry_Super_2 = ConcatStrings (NewLogEntry_Super_2, topic2); NewLogEntry_Super_2 = ConcatStrings (NewLogEntry_Super_2, ")"); PrintScreen (NewLogEntry_Super_2, -1, YPOS_LOGENTRY, FONT_ScreenSmall, 4); Snd_Play ("LogEntry"); }; func void B_LogEntry_NMore (var string topic1, var string topic2, var string topic3, var string entry1, var string entry2, var string entry3) { Log_AddEntry (topic1, entry1); Log_AddEntry (topic2, entry2); Log_AddEntry (topic3, entry3); NewLogEntry_Super_3 = PRINT_NewLogEntry_2; NewLogEntry_Super_3 = ConcatStrings (NewLogEntry_Super_3, " ("); NewLogEntry_Super_3 = ConcatStrings (NewLogEntry_Super_3, topic1); NewLogEntry_Super_3 = ConcatStrings (NewLogEntry_Super_3, ", "); NewLogEntry_Super_3 = ConcatStrings (NewLogEntry_Super_3, topic2); NewLogEntry_Super_3 = ConcatStrings (NewLogEntry_Super_3, ", "); NewLogEntry_Super_3 = ConcatStrings (NewLogEntry_Super_3, topic3); NewLogEntry_Super_3 = ConcatStrings (NewLogEntry_Super_3, ")"); PrintScreen (NewLogEntry_Super_3, -1, YPOS_LOGENTRY, FONT_ScreenSmall, 4); Snd_Play ("LogEntry"); }; func void B_LogEntry_NS (var string topic, var string entry) { Log_AddEntry (topic, entry); }; FUNC VOID B_SucceedTopic (var string topic) { Erfolg_OpenQuests -= 1; PrintScreen (ConcatStrings("Quest erfüllt: ", topic), -1, YPOS_LOGENTRY+3+LogState_PosY, FONT_ScreenSmall_Green, 4); LogState_PosY += 3; Log_SetTopicStatus (topic, LOG_SUCCESS); if (Erfolg_ClosedQuestsDay != Wld_GetDay()) { Erfolg_ClosedQuestsDay = Wld_GetDay(); Erfolg_ClosedQuestsToday = 1; } else { Erfolg_ClosedQuestsToday += 1; if (Erfolg_ClosedQuestsToday >= 10) { Spine_UnlockAchievement(SPINE_ACHIEVEMENT_43); }; }; var int questAlreadySolvedBefore; questAlreadySolvedBefore = Spine_OverallSaveGetInt(topic); if (questAlreadySolvedBefore != 1) { Spine_OverallSaveSetInt(topic, 1); }; UpdateQuestScore(); }; FUNC VOID B_StartTopic (var string topic) { Erfolg_OpenQuests += 1; PrintScreen (ConcatStrings("Neue Quest: ", topic), -1, YPOS_LOGENTRY+3+LogState_PosY, FONT_ScreenSmall, 4); LogState_PosY += 3; Log_SetTopicStatus (topic, LOG_RUNNING); if (Erfolg_OpenQuests >= 100) { Spine_UnlockAchievement(SPINE_ACHIEVEMENT_41); }; }; FUNC VOID B_FailTopic (var string topic) { Erfolg_OpenQuests -= 1; PrintScreen (ConcatStrings("Quest gescheitert: ", topic), -1, YPOS_LOGENTRY+3+LogState_PosY, FONT_ScreenSmall_Red, 4); LogState_PosY += 3; Log_SetTopicStatus (topic, LOG_FAILED); }; FUNC VOID B_SetTopicStatus (var string topic, var int state) { if (state == LOG_SUCCESS) { B_SucceedTopic (topic); } else if (state == LOG_FAILED) { B_FailTopic (topic); } else { B_StartTopic (topic); }; };
D
/******************************************************************************* * Copyright (c) 2000, 2008 IBM Corporation and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html * * Contributors: * IBM Corporation - initial API and implementation * Port to the D programming language: * Frank Benoit <benoit@tionex.de> *******************************************************************************/ module org.eclipse.swt.widgets.Layout; import org.eclipse.swt.graphics.Point; import org.eclipse.swt.widgets.Control; import org.eclipse.swt.widgets.Composite; /** * A layout controls the position and size * of the children of a composite widget. * This class is the abstract base class for * layouts. * * @see Composite#setLayout(Layout) * @see <a href="http://www.eclipse.org/swt/">Sample code and further information</a> */ public abstract class Layout { /** * Computes and returns the size of the specified * composite's client area according to this layout. * <p> * This method computes the size that the client area * of the composite must be in order to position all * children at their preferred size inside the * composite according to the layout algorithm * encoded by this layout. * </p> * <p> * When a width or height hint is supplied, it is * used to constrain the result. For example, if a * width hint is provided that is less than the * width of the client area, the layout may choose * to wrap and increase height, clip, overlap, or * otherwise constrain the children. * </p> * * @param composite a composite widget using this layout * @param wHint width (<code>SWT.DEFAULT</code> for preferred size) * @param hHint height (<code>SWT.DEFAULT</code> for preferred size) * @param flushCache <code>true</code> means flush cached layout values * @return a point containing the computed size (width, height) * * @see #layout * @see Control#getBorderWidth * @see Control#getBounds * @see Control#getSize * @see Control#pack(boolean) * @see "computeTrim, getClientArea for controls that implement them" */ abstract Point computeSize (Composite composite, int wHint, int hHint, bool flushCache); /** * Instruct the layout to flush any cached values * associated with the control specified in the argument * <code>control</code>. * * @param control a control managed by this layout * @return true if the Layout has flushed all cached information associated with control * * @since 3.1 */ bool flushCache (Control control) { return false; } /** * Lays out the children of the specified composite * according to this layout. * <p> * This method positions and sizes the children of a * composite using the layout algorithm encoded by this * layout. Children of the composite are positioned in * the client area of the composite. The position of * the composite is not altered by this method. * </p> * <p> * When the flush cache hint is true, the layout is * instructed to flush any cached values associated * with the children. Typically, a layout will cache * the preferred sizes of the children to avoid the * expense of computing these values each time the * widget is laid out. * </p> * <p> * When layout is triggered explicitly by the programmer * the flush cache hint is true. When layout is triggered * by a resize, either caused by the programmer or by the * user, the hint is false. * </p> * * @param composite a composite widget using this layout * @param flushCache <code>true</code> means flush cached layout values */ abstract void layout (Composite composite, bool flushCache); }
D
instance GRD_251_Kirgo (Npc_Default) { //-------- primary data -------- name = "Kirgo"; npctype = npctype_main; guild = GIL_GRD; level = 17; voice = 5; id = 251; //-------- abilities -------- attribute[ATR_STRENGTH] = 70; attribute[ATR_DEXTERITY] = 45; attribute[ATR_MANA_MAX] = 0; attribute[ATR_MANA] = 0; attribute[ATR_HITPOINTS_MAX]= self.level*12+90; attribute[ATR_HITPOINTS] = self.level*12+90; //-------- visuals -------- // animations Mdl_SetVisual (self,"HUMANS.MDS"); Mdl_ApplyOverlayMds (self,"Humans_Militia.mds"); // body mesh ,bdytex,skin,head mesh ,headtex,teethtex,ruestung Mdl_SetVisualBody (self,"hum_body_Naked0",0,3,"Hum_Head_FatBald",2,1,GRD_ARMOR_M); B_Scale (self); Mdl_SetModelFatness(self,0); Npc_SetAivar(self,AIV_IMPORTANT, TRUE); fight_tactic = FAI_HUMAN_STRONG; //-------- Talente -------- Npc_SetTalentSkill (self,NPC_TALENT_1H,2); Npc_SetTalentSkill (self,NPC_TALENT_2H,1); //-------- inventory -------- EquipItem (self,GRD_MW_02); CreateInvItem (self,ItFoApple); CreateInvItems (self,ItMiNugget,10); //-------------Daily Routine------------- /*B_InitNPCAddins(self);*/ daily_routine = Rtn_start_251; }; FUNC VOID Rtn_start_251 () { // TA_Sleep (23,45,07,45,"OCR_HUT_21"); // TA_StandAround (07,45,10,00,"OCR_ARENABATTLE_OUTSIDE"); // TA_PracticeSword(10,00,14,05,"OCR_ARENABATTLE"); // TA_Smith_Sharp (14,05,17,15,"OCR_ARENABATTLE_OUTSIDE"); // TA_SitCampfire (17,15,23,45,"OCR_ARENABATTLE_OUTSIDE"); TA_Sleep (23,55,07,45,"NC_HUT07_IN"); TA_SitAround (07,45,10,00,"NC_TAVERN_LEFT"); TA_SmallTalk (10,00,14,05,"NC_PATH67"); //Arena Fighter TA_SitAround (14,05,23,55,"NC_TAVERN_LEFT"); }; func VOID Rtn_Guide_251 () { TA_GuidePC (08,00,20,00,"OCR_ARENABATTLE_TRAIN"); TA_GuidePC (20,00,08,00,"OCR_ARENABATTLE_TRAIN"); }; FUNC VOID Rtn_NC1_251 () { TA_Guard (06,00,21,00,"FMC_ENTRANCE"); TA_Guard (21,00,06,00,"FMC_ENTRANCE"); }; FUNC VOID Rtn_FOLLOW_251() { TA_FollowPC (0,00,12,00,"FP_ROAM_OW_SNAPPER_OW_ORC"); TA_FollowPC (12,00,0,00,"FP_ROAM_OW_SNAPPER_OW_ORC"); }; FUNC VOID Rtn_WaitInTrap_251() { TA_Stay(00,00,12,00,"FP_ROAM_OW_SNAPPER_OW_ORC"); TA_Stay(12,00,0,00,"FP_ROAM_OW_SNAPPER_OW_ORC"); }; FUNC VOID Rtn_OC_251 () { TA_SitAround (00,00,07,00,"OCR_ARENABATTLE_BENCH"); TA_Smalltalk (07,00,10,00,"OCR_SMALLTALK_A_OC_ARENA"); TA_Stand (10,00,16,00,"OCR_STAND_WETT"); TA_SitAround (16,00,20,00,"OCR_ARENABATTLE_BENCH"); TA_Stand (20,00,00,00,"OCR_STAND_WETT"); }; FUNC VOID Rtn_WAIT_251 () { TA_Guard (06,00,21,00,"OC_ROUND_12"); TA_Guard (21,00,06,00,"OC_ROUND_12"); };
D
/afs/cern.ch/work/m/mmittal/private/MyAnalysisCode/RootCoreBin/obj/x86_64-slc6-gcc49-opt/MadGraphME/obj/CPPProcess_P0_Sigma_heft_gq_Hjj_4l_heft_gu_epemmupmumgu.o /afs/cern.ch/work/m/mmittal/private/MyAnalysisCode/RootCoreBin/obj/x86_64-slc6-gcc49-opt/MadGraphME/obj/CPPProcess_P0_Sigma_heft_gq_Hjj_4l_heft_gu_epemmupmumgu.d : /afs/cern.ch/work/m/mmittal/private/MyAnalysisCode/MadGraphME/Root/CPPProcess_P0_Sigma_heft_gq_Hjj_4l_heft_gu_epemmupmumgu.cxx /afs/cern.ch/work/m/mmittal/private/MyAnalysisCode/MadGraphME/cmt/../MadGraphME/CPPProcess_P0_Sigma_heft_gq_Hjj_4l_heft_gu_epemmupmumgu.h /afs/cern.ch/work/m/mmittal/private/MyAnalysisCode/MadGraphME/cmt/../MadGraphME/Parameters_heft.h /afs/cern.ch/work/m/mmittal/private/MyAnalysisCode/MadGraphME/cmt/../MadGraphME/read_slha.h /afs/cern.ch/work/m/mmittal/private/MyAnalysisCode/MadGraphME/cmt/../MadGraphME/HelAmps_heft.h
D
/* * Hunt - A refined core library for D programming language. * * Copyright (C) 2018-2019 HuntLabs * * Website: https://www.huntlabs.net/ * * Licensed under the Apache-2.0 License. * */ module hunt.Byte; import hunt.Nullable; import hunt.Number; import std.conv; /** * * The {@code Byte} class wraps a value of primitive type {@code byte} * in an object. An object of type {@code Byte} contains a single * field whose type is {@code byte}. * * <p>In addition, this class provides several methods for converting * a {@code byte} to a {@code string} and a {@code string} to a {@code * byte}, as well as other constants and methods useful when dealing * with a {@code byte}. * * @author Nakul Saraiya * @author Joseph D. Darcy * @see java.lang.Number */ class Byte : AbstractNumber!(byte) { /** * A constant holding the minimum value a {@code byte} can * have, -2<sup>7</sup>. */ static byte MIN_VALUE = -128; /** * A constant holding the maximum value a {@code byte} can * have, 2<sup>7</sup>-1. */ static byte MAX_VALUE = 127; /** * The {@code Class} instance representing the primitive type * {@code byte}. */ //@SuppressWarnings("unchecked") // static Class<Byte> TYPE = (Class<Byte>) Class.getPrimitiveClass("byte"); /** * Returns a new {@code string} object representing the * specified {@code byte}. The radix is assumed to be 10. * * @param b the {@code byte} to be converted * @return the string representation of the specified {@code byte} * @see java.lang.Integer#toString(int) */ // static string toString(byte b) { // return Integer.toString((int)b, 10); // } // private static class ByteCache { // private ByteCache(){} // static Byte cache[] = new Byte[-(-128) + 127 + 1]; // static { // for(int i = 0; i < cache.length; i++) // cache[i] = new Byte((byte)(i - 128)); // } // } /** * Returns a {@code Byte} instance representing the specified * {@code byte} value. * If a new {@code Byte} instance is not required, this method * should generally be used in preference to the constructor * {@link #Byte(byte)}, as this method is likely to yield * significantly better space and time performance since * all byte values are cached. * * @param b a byte value. * @return a {@code Byte} instance representing {@code b}. */ // static Byte valueOf(byte b) { // int offset = 128; // return ByteCache.cache[(int)b + offset]; // } /** * Parses the string argument as a signed {@code byte} in the * radix specified by the second argument. The characters in the * string must all be digits, of the specified radix (as * determined by whether {@link java.lang.Character#digit(char, * int)} returns a nonnegative value) except that the first * character may be an ASCII minus sign {@code '-'} * ({@code '\u005Cu002D'}) to indicate a negative value or an * ASCII plus sign {@code '+'} ({@code '\u005Cu002B'}) to * indicate a positive value. The resulting {@code byte} value is * returned. * * <p>An exception of type {@code NumberFormatException} is * thrown if any of the following situations occurs: * <ul> * <li> The first argument is {@code null} or is a string of * length zero. * * <li> The radix is either smaller than {@link * java.lang.Character#MIN_RADIX} or larger than {@link * java.lang.Character#MAX_RADIX}. * * <li> Any character of the string is not a digit of the * specified radix, except that the first character may be a minus * sign {@code '-'} ({@code '\u005Cu002D'}) or plus sign * {@code '+'} ({@code '\u005Cu002B'}) provided that the * string is longer than length 1. * * <li> The value represented by the string is not a value of type * {@code byte}. * </ul> * * @param s the {@code string} containing the * {@code byte} * representation to be parsed * @param radix the radix to be used while parsing {@code s} * @return the {@code byte} value represented by the string * argument in the specified radix * @throws NumberFormatException If the string does * not contain a parsable {@code byte}. */ // static byte parseByte(string s, int radix) // throws NumberFormatException { // int i = Integer.parseInt(s, radix); // if (i < MIN_VALUE || i > MAX_VALUE) // throw new NumberFormatException( // "Value out of range. Value:\"" ~ s ~ "\" Radix:" ~ radix); // return (byte)i; // } /** * Parses the string argument as a signed decimal {@code * byte}. The characters in the string must all be decimal digits, * except that the first character may be an ASCII minus sign * {@code '-'} ({@code '\u005Cu002D'}) to indicate a negative * value or an ASCII plus sign {@code '+'} * ({@code '\u005Cu002B'}) to indicate a positive value. The * resulting {@code byte} value is returned, exactly as if the * argument and the radix 10 were given as arguments to the {@link * #parseByte(java.lang.string, int)} method. * * @param s a {@code string} containing the * {@code byte} representation to be parsed * @return the {@code byte} value represented by the * argument in decimal * @throws NumberFormatException if the string does not * contain a parsable {@code byte}. */ // static byte parseByte(string s) throws NumberFormatException { // return parseByte(s, 10); // } /** * Returns a {@code Byte} object holding the value * extracted from the specified {@code string} when parsed * with the radix given by the second argument. The first argument * is interpreted as representing a signed {@code byte} in * the radix specified by the second argument, exactly as if the * argument were given to the {@link #parseByte(java.lang.string, * int)} method. The result is a {@code Byte} object that * represents the {@code byte} value specified by the string. * * <p> In other words, this method returns a {@code Byte} object * equal to the value of: * * <blockquote> * {@code new Byte(Byte.parseByte(s, radix))} * </blockquote> * * @param s the string to be parsed * @param radix the radix to be used in interpreting {@code s} * @return a {@code Byte} object holding the value * represented by the string argument in the * specified radix. * @throws NumberFormatException If the {@code string} does * not contain a parsable {@code byte}. */ // static Byte valueOf(string s, int radix) // throws NumberFormatException { // return valueOf(parseByte(s, radix)); // } /** * Returns a {@code Byte} object holding the value * given by the specified {@code string}. The argument is * interpreted as representing a signed decimal {@code byte}, * exactly as if the argument were given to the {@link * #parseByte(java.lang.string)} method. The result is a * {@code Byte} object that represents the {@code byte} * value specified by the string. * * <p> In other words, this method returns a {@code Byte} object * equal to the value of: * * <blockquote> * {@code new Byte(Byte.parseByte(s))} * </blockquote> * * @param s the string to be parsed * @return a {@code Byte} object holding the value * represented by the string argument * @throws NumberFormatException If the {@code string} does * not contain a parsable {@code byte}. */ // static Byte valueOf(string s) throws NumberFormatException { // return valueOf(s, 10); // } /** * Decodes a {@code string} into a {@code Byte}. * Accepts decimal, hexadecimal, and octal numbers given by * the following grammar: * * <blockquote> * <dl> * <dt><i>DecodableString:</i> * <dd><i>Sign<sub>opt</sub> DecimalNumeral</i> * <dd><i>Sign<sub>opt</sub></i> {@code 0x} <i>HexDigits</i> * <dd><i>Sign<sub>opt</sub></i> {@code 0X} <i>HexDigits</i> * <dd><i>Sign<sub>opt</sub></i> {@code #} <i>HexDigits</i> * <dd><i>Sign<sub>opt</sub></i> {@code 0} <i>OctalDigits</i> * * <dt><i>Sign:</i> * <dd>{@code -} * <dd>{@code +} * </dl> * </blockquote> * * <i>DecimalNumeral</i>, <i>HexDigits</i>, and <i>OctalDigits</i> * are as defined in section 3.10.1 of * <cite>The Java&trade; Language Specification</cite>, * except that underscores are not accepted between digits. * * <p>The sequence of characters following an optional * sign and/or radix specifier ("{@code 0x}", "{@code 0X}", * "{@code #}", or leading zero) is parsed as by the {@code * Byte.parseByte} method with the indicated radix (10, 16, or 8). * This sequence of characters must represent a positive value or * a {@link NumberFormatException} will be thrown. The result is * negated if first character of the specified {@code string} is * the minus sign. No whitespace characters are permitted in the * {@code string}. * * @param nm the {@code string} to decode. * @return a {@code Byte} object holding the {@code byte} * value represented by {@code nm} * @throws NumberFormatException if the {@code string} does not * contain a parsable {@code byte}. * @see java.lang.Byte#parseByte(java.lang.string, int) */ // static Byte decode(string nm) throws NumberFormatException { // int i = Integer.decode(nm); // if (i < MIN_VALUE || i > MAX_VALUE) // throw new NumberFormatException( // "Value " ~ i ~ " out of range from input " ~ nm); // return valueOf((byte)i); // } /** * The value of the {@code Byte}. * * @serial */ // private byte value; /** * Constructs a newly allocated {@code Byte} object that * represents the specified {@code byte} value. * * @param value the value to be represented by the * {@code Byte}. */ this(byte value) { super(value); } this(int value) { super(cast(byte)value); } /** * Constructs a newly allocated {@code Byte} object that * represents the {@code byte} value indicated by the * {@code string} parameter. The string is converted to a * {@code byte} value in exactly the manner used by the * {@code parseByte} method for radix 10. * * @param s the {@code string} to be converted to a * {@code Byte} * @throws NumberFormatException If the {@code string} * does not contain a parsable {@code byte}. * @see java.lang.Byte#parseByte(java.lang.string, int) */ // Byte(string s) throws NumberFormatException { // this.value = parseByte(s, 10); // } /** * Returns a {@code string} object representing this * {@code Byte}'s value. The value is converted to signed * decimal representation and returned as a string, exactly as if * the {@code byte} value were given as an argument to the * {@link java.lang.Byte#toString(byte)} method. * * @return a string representation of the value of this object in * base&nbsp;10. */ // string toString() { // return Integer.toString((int)value); // } /** * Returns a hash code for this {@code Byte}; equal to the result * of invoking {@code intValue()}. * * @return a hash code value for this {@code Byte} */ // @Override // int hashCode() { // return Byte.hashCode(value); // } /** * Returns a hash code for a {@code byte} value; compatible with * {@code Byte.hashCode()}. * * @param value the value to hash * @return a hash code value for a {@code byte} value. */ override size_t toHash() @trusted nothrow { return cast(size_t)value; } /** * Converts the argument to an {@code int} by an unsigned * conversion. In an unsigned conversion to an {@code int}, the * high-order 24 bits of the {@code int} are zero and the * low-order 8 bits are equal to the bits of the {@code byte} argument. * * Consequently, zero and positive {@code byte} values are mapped * to a numerically equal {@code int} value and negative {@code * byte} values are mapped to an {@code int} value equal to the * input plus 2<sup>8</sup>. * * @param x the value to convert to an unsigned {@code int} * @return the argument converted to {@code int} by an unsigned * conversion */ static int toUnsignedInt(byte x) { return (cast(int) x) & 0xff; } /** * Converts the argument to a {@code long} by an unsigned * conversion. In an unsigned conversion to a {@code long}, the * high-order 56 bits of the {@code long} are zero and the * low-order 8 bits are equal to the bits of the {@code byte} argument. * * Consequently, zero and positive {@code byte} values are mapped * to a numerically equal {@code long} value and negative {@code * byte} values are mapped to a {@code long} value equal to the * input plus 2<sup>8</sup>. * * @param x the value to convert to an unsigned {@code long} * @return the argument converted to {@code long} by an unsigned * conversion */ static long toUnsignedLong(byte x) { return (cast(long) x) & 0xffL; } /** * The number of bits used to represent a {@code byte} value in two's * complement binary form. * */ enum int SIZE = 8; /** * The number of bytes used to represent a {@code byte} value in two's * complement binary form. * */ enum int BYTES = byte.sizeof; static byte parseByte(string s) { auto i = to!int(s); if (i < MIN_VALUE || i > MAX_VALUE) { throw new Exception( "Value " ~ s ~ " out of range from input "); } return cast(byte)i; } } /** * */ class Bytes : Nullable!(byte[]) { this(byte[] bs) { _value = bs; // bs.dup; } } /** * */ enum ByteOrder { BigEndian, LittleEndian }
D
/** * Copyright: Fynn Schröder, 2019 * Author: Fynn Schröder * License: MIT */ module seqtagsim.embedding.fasttext; version (fasttext): import seqtagsim.embedding.common; import seqtagsim.util; import seqtagsim.fasttext; import mir.ndslice.slice; import mir.glas.l1; import std.experimental.allocator; import std.experimental.allocator.building_blocks.region; import std.experimental.allocator.mallocator; @extends!EmbeddingBase struct FastTextEmbedding { mixin base; void initialize(string modelFile) { alloc = Region!Mallocator(1024 * 1024); ft = FastText!(Region!Mallocator)(alloc); ft.loadModel(modelFile); } size_t embeddingDim() { return ft.getDimension(); } void embed(string[][] sentences, Slice!(float*, 2) storage) { size_t i; foreach (string[] sentence; sentences) foreach (string word; sentence) { auto vector = storage[i++]; ft.fillWordVector(word, vector); if (normalize) vector[] *= 1f / nrm2(vector); } } private: FastText!(Region!Mallocator) ft; Region!Mallocator alloc; }
D
// Compiler implementation of the D programming language // Copyright (c) 1999-2016 by Digital Mars // All Rights Reserved // written by Walter Bright // http://www.digitalmars.com // Distributed under the Boost Software License, Version 1.0. // http://www.boost.org/LICENSE_1_0.txt module ddmd.expression; import core.stdc.stdarg; import core.stdc.stdio; import core.stdc.string; import ddmd.access; import ddmd.aggregate; import ddmd.aliasthis; import ddmd.apply; import ddmd.argtypes; import ddmd.arrayop; import ddmd.arraytypes; import ddmd.attrib; import ddmd.gluelayer; import ddmd.canthrow; import ddmd.clone; import ddmd.complex; import ddmd.constfold; import ddmd.ctfeexpr; import ddmd.dcast; import ddmd.dclass; import ddmd.declaration; import ddmd.delegatize; import ddmd.denum; import ddmd.dimport; import ddmd.dinterpret; import ddmd.dmangle; import ddmd.dmodule; import ddmd.doc; import ddmd.dscope; import ddmd.dstruct; import ddmd.dsymbol; import ddmd.dtemplate; import ddmd.errors; import ddmd.func; import ddmd.globals; import ddmd.hdrgen; import ddmd.id; import ddmd.identifier; import ddmd.imphint; import ddmd.init; import ddmd.inline; import ddmd.intrange; import ddmd.mars; import ddmd.mtype; import ddmd.nspace; import ddmd.opover; import ddmd.optimize; import ddmd.parse; import ddmd.root.file; import ddmd.root.filename; import ddmd.root.longdouble; import ddmd.root.outbuffer; import ddmd.root.port; import ddmd.root.rmem; import ddmd.root.rootobject; import ddmd.sideeffect; import ddmd.statement; import ddmd.target; import ddmd.tokens; import ddmd.traits; import ddmd.typinf; import ddmd.utf; import ddmd.visitor; enum LOGSEMANTIC = false; void emplaceExp(T : Expression, Args...)(void* p, Args args) { scope tmp = new T(args); memcpy(p, cast(void*)tmp, __traits(classInstanceSize, T)); } void emplaceExp(T : UnionExp)(T* p, Expression e) { memcpy(p, cast(void*)e, e.size); } /************************************************************* * Given var, we need to get the * right 'this' pointer if var is in an outer class, but our * existing 'this' pointer is in an inner class. * Input: * e1 existing 'this' * ad struct or class we need the correct 'this' for * var the specific member of ad we're accessing */ extern (C++) Expression getRightThis(Loc loc, Scope* sc, AggregateDeclaration ad, Expression e1, Declaration var, int flag = 0) { //printf("\ngetRightThis(e1 = %s, ad = %s, var = %s)\n", e1->toChars(), ad->toChars(), var->toChars()); L1: Type t = e1.type.toBasetype(); //printf("e1->type = %s, var->type = %s\n", e1->type->toChars(), var->type->toChars()); /* If e1 is not the 'this' pointer for ad */ if (ad && !(t.ty == Tpointer && t.nextOf().ty == Tstruct && (cast(TypeStruct)t.nextOf()).sym == ad) && !(t.ty == Tstruct && (cast(TypeStruct)t).sym == ad)) { ClassDeclaration cd = ad.isClassDeclaration(); ClassDeclaration tcd = t.isClassHandle(); /* e1 is the right this if ad is a base class of e1 */ if (!cd || !tcd || !(tcd == cd || cd.isBaseOf(tcd, null))) { /* Only classes can be inner classes with an 'outer' * member pointing to the enclosing class instance */ if (tcd && tcd.isNested()) { /* e1 is the 'this' pointer for an inner class: tcd. * Rewrite it as the 'this' pointer for the outer class. */ e1 = new DotVarExp(loc, e1, tcd.vthis); e1.type = tcd.vthis.type; e1.type = e1.type.addMod(t.mod); // Do not call checkNestedRef() //e1 = e1->semantic(sc); // Skip up over nested functions, and get the enclosing // class type. int n = 0; Dsymbol s; for (s = tcd.toParent(); s && s.isFuncDeclaration(); s = s.toParent()) { FuncDeclaration f = s.isFuncDeclaration(); if (f.vthis) { //printf("rewriting e1 to %s's this\n", f->toChars()); n++; e1 = new VarExp(loc, f.vthis); } else { e1.error("need 'this' of type %s to access member %s from static function %s", ad.toChars(), var.toChars(), f.toChars()); e1 = new ErrorExp(); return e1; } } if (s && s.isClassDeclaration()) { e1.type = s.isClassDeclaration().type; e1.type = e1.type.addMod(t.mod); if (n > 1) e1 = e1.semantic(sc); } else e1 = e1.semantic(sc); goto L1; } /* Can't find a path from e1 to ad */ if (flag) return null; e1.error("this for %s needs to be type %s not type %s", var.toChars(), ad.toChars(), t.toChars()); return new ErrorExp(); } } return e1; } /***************************************** * Determine if 'this' is available. * If it is, return the FuncDeclaration that has it. */ extern (C++) FuncDeclaration hasThis(Scope* sc) { //printf("hasThis()\n"); Dsymbol p = sc.parent; while (p && p.isTemplateMixin()) p = p.parent; FuncDeclaration fdthis = p ? p.isFuncDeclaration() : null; //printf("fdthis = %p, '%s'\n", fdthis, fdthis ? fdthis->toChars() : ""); // Go upwards until we find the enclosing member function FuncDeclaration fd = fdthis; while (1) { if (!fd) { goto Lno; } if (!fd.isNested()) break; Dsymbol parent = fd.parent; while (1) { if (!parent) goto Lno; TemplateInstance ti = parent.isTemplateInstance(); if (ti) parent = ti.parent; else break; } fd = parent.isFuncDeclaration(); } if (!fd.isThis()) { //printf("test '%s'\n", fd->toChars()); goto Lno; } assert(fd.vthis); return fd; Lno: return null; // don't have 'this' available } extern (C++) bool isNeedThisScope(Scope* sc, Declaration d) { if (sc.intypeof == 1) return false; AggregateDeclaration ad = d.isThis(); if (!ad) return false; //printf("d = %s, ad = %s\n", d.toChars(), ad.toChars()); for (Dsymbol s = sc.parent; s; s = s.toParent2()) { //printf("\ts = %s %s, toParent2() = %p\n", s.kind(), s.toChars(), s.toParent2()); if (AggregateDeclaration ad2 = s.isAggregateDeclaration()) { if (ad2 == ad) return false; else if (ad2.isNested()) continue; else return true; } if (FuncDeclaration f = s.isFuncDeclaration()) { if (f.isMember2()) break; } } return true; } /*************************************** * Pull out any properties. */ extern (C++) Expression resolvePropertiesX(Scope* sc, Expression e1, Expression e2 = null) { //printf("resolvePropertiesX, e1 = %s %s, e2 = %s\n", Token::toChars(e1->op), e1->toChars(), e2 ? e2->toChars() : NULL); Loc loc = e1.loc; OverloadSet os; Dsymbol s; Objects* tiargs; Type tthis; if (e1.op == TOKdot) { DotExp de = cast(DotExp)e1; if (de.e2.op == TOKoverloadset) { tiargs = null; tthis = de.e1.type; os = (cast(OverExp)de.e2).vars; goto Los; } } else if (e1.op == TOKoverloadset) { tiargs = null; tthis = null; os = (cast(OverExp)e1).vars; Los: assert(os); FuncDeclaration fd = null; if (e2) { e2 = e2.semantic(sc); if (e2.op == TOKerror) return new ErrorExp(); e2 = resolveProperties(sc, e2); Expressions a; a.push(e2); for (size_t i = 0; i < os.a.dim; i++) { FuncDeclaration f = resolveFuncCall(loc, sc, os.a[i], tiargs, tthis, &a, 1); if (f) { if (f.errors) return new ErrorExp(); fd = f; assert(fd.type.ty == Tfunction); TypeFunction tf = cast(TypeFunction)fd.type; } } if (fd) { Expression e = new CallExp(loc, e1, e2); return e.semantic(sc); } } { for (size_t i = 0; i < os.a.dim; i++) { FuncDeclaration f = resolveFuncCall(loc, sc, os.a[i], tiargs, tthis, null, 1); if (f) { if (f.errors) return new ErrorExp(); fd = f; assert(fd.type.ty == Tfunction); TypeFunction tf = cast(TypeFunction)fd.type; if (!tf.isref && e2) goto Leproplvalue; } } if (fd) { Expression e = new CallExp(loc, e1); if (e2) e = new AssignExp(loc, e, e2); return e.semantic(sc); } } if (e2) goto Leprop; } else if (e1.op == TOKdotti) { DotTemplateInstanceExp dti = cast(DotTemplateInstanceExp)e1; if (!dti.findTempDecl(sc)) goto Leprop; if (!dti.ti.semanticTiargs(sc)) goto Leprop; tiargs = dti.ti.tiargs; tthis = dti.e1.type; if ((os = dti.ti.tempdecl.isOverloadSet()) !is null) goto Los; if ((s = dti.ti.tempdecl) !is null) goto Lfd; } else if (e1.op == TOKdottd) { DotTemplateExp dte = cast(DotTemplateExp)e1; s = dte.td; tiargs = null; tthis = dte.e1.type; goto Lfd; } else if (e1.op == TOKscope) { s = (cast(ScopeExp)e1).sds; TemplateInstance ti = s.isTemplateInstance(); if (ti && !ti.semanticRun && ti.tempdecl) { //assert(ti.needsTypeInference(sc)); if (!ti.semanticTiargs(sc)) goto Leprop; tiargs = ti.tiargs; tthis = null; if ((os = ti.tempdecl.isOverloadSet()) !is null) goto Los; if ((s = ti.tempdecl) !is null) goto Lfd; } } else if (e1.op == TOKtemplate) { s = (cast(TemplateExp)e1).td; tiargs = null; tthis = null; goto Lfd; } else if (e1.op == TOKdotvar && e1.type && e1.type.toBasetype().ty == Tfunction) { DotVarExp dve = cast(DotVarExp)e1; s = dve.var.isFuncDeclaration(); tiargs = null; tthis = dve.e1.type; goto Lfd; } else if (e1.op == TOKvar && e1.type && e1.type.toBasetype().ty == Tfunction) { s = (cast(VarExp)e1).var.isFuncDeclaration(); tiargs = null; tthis = null; Lfd: assert(s); if (e2) { e2 = e2.semantic(sc); if (e2.op == TOKerror) return new ErrorExp(); e2 = resolveProperties(sc, e2); Expressions a; a.push(e2); FuncDeclaration fd = resolveFuncCall(loc, sc, s, tiargs, tthis, &a, 1); if (fd && fd.type) { if (fd.errors) return new ErrorExp(); assert(fd.type.ty == Tfunction); TypeFunction tf = cast(TypeFunction)fd.type; Expression e = new CallExp(loc, e1, e2); return e.semantic(sc); } } { FuncDeclaration fd = resolveFuncCall(loc, sc, s, tiargs, tthis, null, 1); if (fd && fd.type) { if (fd.errors) return new ErrorExp(); assert(fd.type.ty == Tfunction); TypeFunction tf = cast(TypeFunction)fd.type; if (!e2 || tf.isref) { Expression e = new CallExp(loc, e1); if (e2) e = new AssignExp(loc, e, e2); return e.semantic(sc); } } } if (FuncDeclaration fd = s.isFuncDeclaration()) { // Keep better diagnostic message for invalid property usage of functions assert(fd.type.ty == Tfunction); TypeFunction tf = cast(TypeFunction)fd.type; Expression e = new CallExp(loc, e1, e2); return e.semantic(sc); } if (e2) goto Leprop; } if (e1.op == TOKvar) { VarExp ve = cast(VarExp)e1; VarDeclaration v = ve.var.isVarDeclaration(); if (v && ve.checkPurity(sc, v)) return new ErrorExp(); } if (e2) return null; if (e1.type && e1.op != TOKtype) // function type is not a property { /* Look for e1 being a lazy parameter; rewrite as delegate call */ if (e1.op == TOKvar) { VarExp ve = cast(VarExp)e1; if (ve.var.storage_class & STClazy) { Expression e = new CallExp(loc, e1); return e.semantic(sc); } } else if (e1.op == TOKdotvar) { // Check for reading overlapped pointer field in @safe code. VarDeclaration v = (cast(DotVarExp)e1).var.isVarDeclaration(); if (v && v.overlapped && sc.func && !sc.intypeof) { AggregateDeclaration ad = v.toParent2().isAggregateDeclaration(); if (ad && e1.type.hasPointers() && sc.func.setUnsafe()) { e1.error("field %s.%s cannot be accessed in @safe code because it overlaps with a pointer", ad.toChars(), v.toChars()); return new ErrorExp(); } } } else if (e1.op == TOKdot) { e1.error("expression has no value"); return new ErrorExp(); } } if (!e1.type) { error(loc, "cannot resolve type for %s", e1.toChars()); e1 = new ErrorExp(); } return e1; Leprop: error(loc, "not a property %s", e1.toChars()); return new ErrorExp(); Leproplvalue: error(loc, "%s is not an lvalue", e1.toChars()); return new ErrorExp(); } extern (C++) Expression resolveProperties(Scope* sc, Expression e) { //printf("resolveProperties(%s)\n", e->toChars()); e = resolvePropertiesX(sc, e); if (e.checkRightThis(sc)) return new ErrorExp(); return e; } /****************************** * Check the tail CallExp is really property function call. */ extern (C++) bool checkPropertyCall(Expression e, Expression emsg) { while (e.op == TOKcomma) e = (cast(CommaExp)e).e2; if (e.op == TOKcall) { CallExp ce = cast(CallExp)e; TypeFunction tf; if (ce.f) { tf = cast(TypeFunction)ce.f.type; /* If a forward reference to ce->f, try to resolve it */ if (!tf.deco && ce.f._scope) { ce.f.semantic(ce.f._scope); tf = cast(TypeFunction)ce.f.type; } } else if (ce.e1.type.ty == Tfunction) tf = cast(TypeFunction)ce.e1.type; else if (ce.e1.type.ty == Tdelegate) tf = cast(TypeFunction)ce.e1.type.nextOf(); else if (ce.e1.type.ty == Tpointer && ce.e1.type.nextOf().ty == Tfunction) tf = cast(TypeFunction)ce.e1.type.nextOf(); else assert(0); } return false; } /****************************** * If e1 is a property function (template), resolve it. */ extern (C++) Expression resolvePropertiesOnly(Scope* sc, Expression e1) { //printf("e1 = %s %s\n", Token::toChars(e1->op), e1->toChars()); OverloadSet os; FuncDeclaration fd; TemplateDeclaration td; if (e1.op == TOKdot) { DotExp de = cast(DotExp)e1; if (de.e2.op == TOKoverloadset) { os = (cast(OverExp)de.e2).vars; goto Los; } } else if (e1.op == TOKoverloadset) { os = (cast(OverExp)e1).vars; Los: assert(os); for (size_t i = 0; i < os.a.dim; i++) { Dsymbol s = os.a[i]; fd = s.isFuncDeclaration(); td = s.isTemplateDeclaration(); if (fd) { if ((cast(TypeFunction)fd.type).isproperty) return resolveProperties(sc, e1); } else if (td && td.onemember && (fd = td.onemember.isFuncDeclaration()) !is null) { if ((cast(TypeFunction)fd.type).isproperty || (fd.storage_class2 & STCproperty) || (td._scope.stc & STCproperty)) { return resolveProperties(sc, e1); } } } } else if (e1.op == TOKdotti) { DotTemplateInstanceExp dti = cast(DotTemplateInstanceExp)e1; if (dti.ti.tempdecl && (td = dti.ti.tempdecl.isTemplateDeclaration()) !is null) goto Ltd; } else if (e1.op == TOKdottd) { td = (cast(DotTemplateExp)e1).td; goto Ltd; } else if (e1.op == TOKscope) { Dsymbol s = (cast(ScopeExp)e1).sds; TemplateInstance ti = s.isTemplateInstance(); if (ti && !ti.semanticRun && ti.tempdecl) { if ((td = ti.tempdecl.isTemplateDeclaration()) !is null) goto Ltd; } } else if (e1.op == TOKtemplate) { td = (cast(TemplateExp)e1).td; Ltd: assert(td); if (td.onemember && (fd = td.onemember.isFuncDeclaration()) !is null) { if ((cast(TypeFunction)fd.type).isproperty || (fd.storage_class2 & STCproperty) || (td._scope.stc & STCproperty)) { return resolveProperties(sc, e1); } } } else if (e1.op == TOKdotvar && e1.type.ty == Tfunction) { DotVarExp dve = cast(DotVarExp)e1; fd = dve.var.isFuncDeclaration(); goto Lfd; } else if (e1.op == TOKvar && e1.type.ty == Tfunction && (sc.intypeof || !(cast(VarExp)e1).var.needThis())) { fd = (cast(VarExp)e1).var.isFuncDeclaration(); Lfd: assert(fd); if ((cast(TypeFunction)fd.type).isproperty) return resolveProperties(sc, e1); } return e1; } /****************************** * Find symbol in accordance with the UFCS name look up rule */ extern (C++) Expression searchUFCS(Scope* sc, UnaExp ue, Identifier ident) { //printf("searchUFCS(ident = %s)\n", ident.toChars()); Loc loc = ue.loc; // TODO: merge with Scope.search.searchScopes() Dsymbol searchScopes(int flags) { Dsymbol s = null; for (Scope* scx = sc; scx; scx = scx.enclosing) { if (!scx.scopesym) continue; if (scx.scopesym.isModule()) flags |= SearchUnqualifiedModule; // tell Module.search() that SearchLocalsOnly is to be obeyed s = scx.scopesym.search(loc, ident, flags); if (s) { // overload set contains only module scope symbols. if (s.isOverloadSet()) break; // selective/renamed imports also be picked up if (AliasDeclaration ad = s.isAliasDeclaration()) { if (ad._import) break; } // See only module scope symbols for UFCS target. Dsymbol p = s.toParent2(); if (p && p.isModule()) break; } s = null; // Stop when we hit a module, but keep going if that is not just under the global scope if (scx.scopesym.isModule() && !(scx.enclosing && !scx.enclosing.enclosing)) break; } return s; } int flags = 0; Dsymbol s; Dsymbol sold = void; if (global.params.bug10378 || global.params.check10378) { sold = searchScopes(flags | IgnoreSymbolVisibility); if (!global.params.check10378) { s = sold; goto Lsearchdone; } // Search both ways flags |= SearchCheck10378; } // First look in local scopes s = searchScopes(flags | SearchLocalsOnly); if (!s) { // Second look in imported modules s = searchScopes(flags | SearchImportsOnly); /** Still find private symbols, so that symbols that weren't access * checked by the compiler remain usable. Once the deprecation is over, * this should be moved to search_correct instead. */ if (!s) { s = searchScopes(flags | SearchLocalsOnly | IgnoreSymbolVisibility); if (!s) s = searchScopes(flags | SearchImportsOnly | IgnoreSymbolVisibility); if (s) .deprecation(loc, "%s is not visible from module %s", s.toPrettyChars(), sc._module.toChars()); } } if (global.params.check10378) { alias snew = s; if (sold !is snew) { deprecation(loc, "local import search method found %s %s instead of %s %s", sold ? sold.kind() : "nothing", sold ? sold.toPrettyChars() : null, snew ? snew.kind() : "nothing", snew ? snew.toPrettyChars() : null); } if (global.params.bug10378) s = sold; } Lsearchdone: if (!s) return ue.e1.type.Type.getProperty(loc, ident, 0); FuncDeclaration f = s.isFuncDeclaration(); if (f) { TemplateDeclaration td = getFuncTemplateDecl(f); if (td) { if (td.overroot) td = td.overroot; s = td; } } if (ue.op == TOKdotti) { DotTemplateInstanceExp dti = cast(DotTemplateInstanceExp)ue; auto ti = new TemplateInstance(loc, s.ident); ti.tiargs = dti.ti.tiargs; // for better diagnostic message if (!ti.updateTempDecl(sc, s)) return new ErrorExp(); return new ScopeExp(loc, ti); } else { //printf("-searchUFCS() %s\n", s.toChars()); return new DsymbolExp(loc, s); } } /****************************** * check e is exp.opDispatch!(tiargs) or not * It's used to switch to UFCS the semantic analysis path */ extern (C++) bool isDotOpDispatch(Expression e) { return e.op == TOKdotti && (cast(DotTemplateInstanceExp)e).ti.name == Id.opDispatch; } /****************************** * Pull out callable entity with UFCS. */ extern (C++) Expression resolveUFCS(Scope* sc, CallExp ce) { Loc loc = ce.loc; Expression eleft; Expression e; if (ce.e1.op == TOKdotid) { DotIdExp die = cast(DotIdExp)ce.e1; Identifier ident = die.ident; Expression ex = die.semanticX(sc); if (ex != die) { ce.e1 = ex; return null; } eleft = die.e1; Type t = eleft.type.toBasetype(); if (t.ty == Tarray || t.ty == Tsarray || t.ty == Tnull || (t.isTypeBasic() && t.ty != Tvoid)) { /* Built-in types and arrays have no callable properties, so do shortcut. * It is necessary in: e.init() */ } else if (t.ty == Taarray) { if (ident == Id.remove) { /* Transform: * aa.remove(arg) into delete aa[arg] */ if (!ce.arguments || ce.arguments.dim != 1) { ce.error("expected key as argument to aa.remove()"); return new ErrorExp(); } if (!eleft.type.isMutable()) { ce.error("cannot remove key from %s associative array %s", MODtoChars(t.mod), eleft.toChars()); return new ErrorExp(); } Expression key = (*ce.arguments)[0]; key = key.semantic(sc); key = resolveProperties(sc, key); TypeAArray taa = cast(TypeAArray)t; key = key.implicitCastTo(sc, taa.index); if (key.checkValue()) return new ErrorExp(); semanticTypeInfo(sc, taa.index); return new RemoveExp(loc, eleft, key); } } else { if (Expression ey = die.semanticY(sc, 1)) { if (ey.op == TOKerror) return ey; ce.e1 = ey; if (isDotOpDispatch(ey)) { uint errors = global.startGagging(); e = ce.syntaxCopy().semantic(sc); if (!global.endGagging(errors)) return e; /* fall down to UFCS */ } else return null; } } e = searchUFCS(sc, die, ident); } else if (ce.e1.op == TOKdotti) { DotTemplateInstanceExp dti = cast(DotTemplateInstanceExp)ce.e1; if (Expression ey = dti.semanticY(sc, 1)) { ce.e1 = ey; return null; } eleft = dti.e1; e = searchUFCS(sc, dti, dti.ti.name); } else return null; // Rewrite ce.e1 = e; if (!ce.arguments) ce.arguments = new Expressions(); ce.arguments.shift(eleft); return null; } /****************************** * Pull out property with UFCS. */ extern (C++) Expression resolveUFCSProperties(Scope* sc, Expression e1, Expression e2 = null) { Loc loc = e1.loc; Expression eleft; Expression e; if (e1.op == TOKdotid) { DotIdExp die = cast(DotIdExp)e1; eleft = die.e1; e = searchUFCS(sc, die, die.ident); } else if (e1.op == TOKdotti) { DotTemplateInstanceExp dti; dti = cast(DotTemplateInstanceExp)e1; eleft = dti.e1; e = searchUFCS(sc, dti, dti.ti.name); } else return null; // Rewrite if (e2) { // run semantic without gagging e2 = e2.semantic(sc); /* f(e1) = e2 */ Expression ex = e.copy(); auto a1 = new Expressions(); a1.setDim(1); (*a1)[0] = eleft; ex = new CallExp(loc, ex, a1); ex = ex.trySemantic(sc); /* f(e1, e2) */ auto a2 = new Expressions(); a2.setDim(2); (*a2)[0] = eleft; (*a2)[1] = e2; e = new CallExp(loc, e, a2); if (ex) { // if fallback setter exists, gag errors e = e.trySemantic(sc); if (!e) { checkPropertyCall(ex, e1); ex = new AssignExp(loc, ex, e2); return ex.semantic(sc); } } else { // strict setter prints errors if fails e = e.semantic(sc); } checkPropertyCall(e, e1); return e; } else { /* f(e1) */ auto arguments = new Expressions(); arguments.setDim(1); (*arguments)[0] = eleft; e = new CallExp(loc, e, arguments); e = e.semantic(sc); checkPropertyCall(e, e1); return e.semantic(sc); } } /****************************** * Perform semantic() on an array of Expressions. */ extern (C++) bool arrayExpressionSemantic(Expressions* exps, Scope* sc, bool preserveErrors = false) { bool err = false; if (exps) { for (size_t i = 0; i < exps.dim; i++) { Expression e = (*exps)[i]; if (e) { e = e.semantic(sc); if (e.op == TOKerror) err = true; if (preserveErrors || e.op != TOKerror) (*exps)[i] = e; } } } return err; } /**************************************** * Expand tuples. * Input: * exps aray of Expressions * Output: * exps rewritten in place */ extern (C++) void expandTuples(Expressions* exps) { //printf("expandTuples()\n"); if (exps) { for (size_t i = 0; i < exps.dim; i++) { Expression arg = (*exps)[i]; if (!arg) continue; // Look for tuple with 0 members if (arg.op == TOKtype) { TypeExp e = cast(TypeExp)arg; if (e.type.toBasetype().ty == Ttuple) { TypeTuple tt = cast(TypeTuple)e.type.toBasetype(); if (!tt.arguments || tt.arguments.dim == 0) { exps.remove(i); if (i == exps.dim) return; i--; continue; } } } // Inline expand all the tuples while (arg.op == TOKtuple) { TupleExp te = cast(TupleExp)arg; exps.remove(i); // remove arg exps.insert(i, te.exps); // replace with tuple contents if (i == exps.dim) return; // empty tuple, no more arguments (*exps)[i] = Expression.combine(te.e0, (*exps)[i]); arg = (*exps)[i]; } } } } /**************************************** * Expand alias this tuples. */ extern (C++) TupleDeclaration isAliasThisTuple(Expression e) { if (!e.type) return null; Type t = e.type.toBasetype(); Lagain: if (Dsymbol s = t.toDsymbol(null)) { AggregateDeclaration ad = s.isAggregateDeclaration(); if (ad) { s = ad.aliasthis; if (s && s.isVarDeclaration()) { TupleDeclaration td = s.isVarDeclaration().toAlias().isTupleDeclaration(); if (td && td.isexp) return td; } if (Type att = t.aliasthisOf()) { t = att; goto Lagain; } } } return null; } extern (C++) int expandAliasThisTuples(Expressions* exps, size_t starti = 0) { if (!exps || exps.dim == 0) return -1; for (size_t u = starti; u < exps.dim; u++) { Expression exp = (*exps)[u]; TupleDeclaration td = isAliasThisTuple(exp); if (td) { exps.remove(u); for (size_t i = 0; i < td.objects.dim; ++i) { Expression e = isExpression((*td.objects)[i]); assert(e); assert(e.op == TOKdsymbol); DsymbolExp se = cast(DsymbolExp)e; Declaration d = se.s.isDeclaration(); assert(d); e = new DotVarExp(exp.loc, exp, d); assert(d.type); e.type = d.type; exps.insert(u + i, e); } version (none) { printf("expansion ->\n"); for (size_t i = 0; i < exps.dim; ++i) { Expression e = (*exps)[i]; printf("\texps[%d] e = %s %s\n", i, Token.tochars[e.op], e.toChars()); } } return cast(int)u; } } return -1; } /**************************************** * The common type is determined by applying ?: to each pair. * Output: * exps[] properties resolved, implicitly cast to common type, rewritten in place * *pt if pt is not NULL, set to the common type * Returns: * true a semantic error was detected */ extern (C++) bool arrayExpressionToCommonType(Scope* sc, Expressions* exps, Type* pt) { /* Still have a problem with: * ubyte[][] = [ cast(ubyte[])"hello", [1]]; * which works if the array literal is initialized top down with the ubyte[][] * type, but fails with this function doing bottom up typing. */ //printf("arrayExpressionToCommonType()\n"); scope IntegerExp integerexp = new IntegerExp(0); scope CondExp condexp = new CondExp(Loc(), integerexp, null, null); Type t0 = null; Expression e0 = null; size_t j0 = ~0; for (size_t i = 0; i < exps.dim; i++) { Expression e = (*exps)[i]; if (!e) continue; e = resolveProperties(sc, e); if (!e.type) { e.error("%s has no value", e.toChars()); t0 = Type.terror; continue; } if (e.op == TOKtype) { e.checkValue(); // report an error "type T has no value" t0 = Type.terror; continue; } if (checkNonAssignmentArrayOp(e)) { t0 = Type.terror; continue; } e = doCopyOrMove(sc, e); if (t0 && !t0.equals(e.type)) { /* This applies ?: to merge the types. It's backwards; * ?: should call this function to merge types. */ condexp.type = null; condexp.e1 = e0; condexp.e2 = e; condexp.loc = e.loc; Expression ex = condexp.semantic(sc); if (ex.op == TOKerror) e = ex; else { (*exps)[j0] = condexp.e1; e = condexp.e2; } } j0 = i; e0 = e; t0 = e.type; if (e.op != TOKerror) (*exps)[i] = e; } if (!t0) t0 = Type.tvoid; // [] is typed as void[] else if (t0.ty != Terror) { for (size_t i = 0; i < exps.dim; i++) { Expression e = (*exps)[i]; if (!e) continue; e = e.implicitCastTo(sc, t0); //assert(e->op != TOKerror); if (e.op == TOKerror) { /* Bugzilla 13024: a workaround for the bug in typeMerge - * it should paint e1 and e2 by deduced common type, * but doesn't in this particular case. */ t0 = Type.terror; break; } (*exps)[i] = e; } } if (pt) *pt = t0; return (t0 == Type.terror); } /**************************************** * Get TemplateDeclaration enclosing FuncDeclaration. */ extern (C++) TemplateDeclaration getFuncTemplateDecl(Dsymbol s) { FuncDeclaration f = s.isFuncDeclaration(); if (f && f.parent) { TemplateInstance ti = f.parent.isTemplateInstance(); if (ti && !ti.isTemplateMixin() && ti.tempdecl && (cast(TemplateDeclaration)ti.tempdecl).onemember && ti.tempdecl.ident == f.ident) { return cast(TemplateDeclaration)ti.tempdecl; } } return null; } /**************************************** * Preprocess arguments to function. * Output: * exps[] tuples expanded, properties resolved, rewritten in place * Returns: * true a semantic error occurred */ extern (C++) bool preFunctionParameters(Loc loc, Scope* sc, Expressions* exps) { bool err = false; if (exps) { expandTuples(exps); for (size_t i = 0; i < exps.dim; i++) { Expression arg = (*exps)[i]; arg = resolveProperties(sc, arg); if (arg.op == TOKtype) { arg.error("cannot pass type %s as a function argument", arg.toChars()); arg = new ErrorExp(); err = true; } else if (checkNonAssignmentArrayOp(arg)) { arg = new ErrorExp(); err = true; } (*exps)[i] = arg; } } return err; } /************************************************ * If we want the value of this expression, but do not want to call * the destructor on it. */ extern (C++) Expression valueNoDtor(Expression e) { if (e.op == TOKcall) { /* The struct value returned from the function is transferred * so do not call the destructor on it. * Recognize: * ((S _ctmp = S.init), _ctmp).this(...) * and make sure the destructor is not called on _ctmp * BUG: if e is a CommaExp, we should go down the right side. */ CallExp ce = cast(CallExp)e; if (ce.e1.op == TOKdotvar) { DotVarExp dve = cast(DotVarExp)ce.e1; if (dve.var.isCtorDeclaration()) { // It's a constructor call if (dve.e1.op == TOKcomma) { CommaExp comma = cast(CommaExp)dve.e1; if (comma.e2.op == TOKvar) { VarExp ve = cast(VarExp)comma.e2; VarDeclaration ctmp = ve.var.isVarDeclaration(); if (ctmp) { ctmp.noscope = true; assert(!ce.isLvalue()); } } } } } } else if (e.op == TOKvar) { auto vtmp = (cast(VarExp)e).var.isVarDeclaration(); if (vtmp && (vtmp.storage_class & STCrvalue)) { vtmp.noscope = true; } } return e; } /******************************************** * Issue an error if default construction is disabled for type t. * Default construction is required for arrays and 'out' parameters. * Returns: * true an error was issued */ extern (C++) bool checkDefCtor(Loc loc, Type t) { t = t.baseElemOf(); if (t.ty == Tstruct) { StructDeclaration sd = (cast(TypeStruct)t).sym; if (sd.noDefaultCtor) { sd.error(loc, "default construction is disabled"); return true; } } return false; } /********************************************* * If e is an instance of a struct, and that struct has a copy constructor, * rewrite e as: * (tmp = e),tmp * Input: * sc just used to specify the scope of created temporary variable */ extern (C++) Expression callCpCtor(Scope* sc, Expression e) { Type tv = e.type.baseElemOf(); if (tv.ty == Tstruct) { StructDeclaration sd = (cast(TypeStruct)tv).sym; if (sd.postblit) { /* Create a variable tmp, and replace the argument e with: * (tmp = e),tmp * and let AssignExp() handle the construction. * This is not the most efficent, ideally tmp would be constructed * directly onto the stack. */ auto tmp = copyToTemp(STCrvalue, "__copytmp", e); tmp.noscope = true; tmp.semantic(sc); Expression de = new DeclarationExp(e.loc, tmp); Expression ve = new VarExp(e.loc, tmp); de.type = Type.tvoid; ve.type = e.type; e = Expression.combine(de, ve); } } return e; } /************************************************ * Handle the postblit call on lvalue, or the move of rvalue. */ extern (C++) Expression doCopyOrMove(Scope *sc, Expression e) { if (e.op == TOKquestion) { auto ce = cast(CondExp)e; ce.e1 = doCopyOrMove(sc, ce.e1); ce.e2 = doCopyOrMove(sc, ce.e2); } else { e = e.isLvalue() ? callCpCtor(sc, e) : valueNoDtor(e); } return e; } /**************************************** * Now that we know the exact type of the function we're calling, * the arguments[] need to be adjusted: * 1. implicitly convert argument to the corresponding parameter type * 2. add default arguments for any missing arguments * 3. do default promotions on arguments corresponding to ... * 4. add hidden _arguments[] argument * 5. call copy constructor for struct value arguments * Input: * tf type of the function * fd the function being called, NULL if called indirectly * Output: * *prettype return type of function * *peprefix expression to execute before arguments[] are evaluated, NULL if none * Returns: * true errors happened */ extern (C++) bool functionParameters(Loc loc, Scope* sc, TypeFunction tf, Type tthis, Expressions* arguments, FuncDeclaration fd, Type* prettype, Expression* peprefix) { //printf("functionParameters()\n"); assert(arguments); assert(fd || tf.next); size_t nargs = arguments ? arguments.dim : 0; size_t nparams = Parameter.dim(tf.parameters); uint olderrors = global.errors; bool err = false; *prettype = Type.terror; Expression eprefix = null; *peprefix = null; if (nargs > nparams && tf.varargs == 0) { error(loc, "expected %llu arguments, not %llu for non-variadic function type %s", cast(ulong)nparams, cast(ulong)nargs, tf.toChars()); return true; } // If inferring return type, and semantic3() needs to be run if not already run if (!tf.next && fd.inferRetType) { fd.functionSemantic(); } else if (fd && fd.parent) { TemplateInstance ti = fd.parent.isTemplateInstance(); if (ti && ti.tempdecl) { fd.functionSemantic3(); } } bool isCtorCall = fd && fd.needThis() && fd.isCtorDeclaration(); size_t n = (nargs > nparams) ? nargs : nparams; // n = max(nargs, nparams) /* If the function return type has wildcards in it, we'll need to figure out the actual type * based on the actual argument types. */ MOD wildmatch = 0; if (tthis && tf.isWild() && !isCtorCall) { Type t = tthis; if (t.isImmutable()) wildmatch = MODimmutable; else if (t.isWildConst()) wildmatch = MODwildconst; else if (t.isWild()) wildmatch = MODwild; else if (t.isConst()) wildmatch = MODconst; else wildmatch = MODmutable; } int done = 0; for (size_t i = 0; i < n; i++) { Expression arg; if (i < nargs) arg = (*arguments)[i]; else arg = null; if (i < nparams) { Parameter p = Parameter.getNth(tf.parameters, i); if (!arg) { if (!p.defaultArg) { if (tf.varargs == 2 && i + 1 == nparams) goto L2; error(loc, "expected %llu function arguments, not %llu", cast(ulong)nparams, cast(ulong)nargs); return true; } arg = p.defaultArg; arg = inlineCopy(arg, sc); // __FILE__, __LINE__, __MODULE__, __FUNCTION__, and __PRETTY_FUNCTION__ arg = arg.resolveLoc(loc, sc); arguments.push(arg); nargs++; } if (tf.varargs == 2 && i + 1 == nparams) { //printf("\t\tvarargs == 2, p->type = '%s'\n", p->type->toChars()); { MATCH m; if ((m = arg.implicitConvTo(p.type)) > MATCHnomatch) { if (p.type.nextOf() && arg.implicitConvTo(p.type.nextOf()) >= m) goto L2; else if (nargs != nparams) { error(loc, "expected %llu function arguments, not %llu", cast(ulong)nparams, cast(ulong)nargs); return true; } goto L1; } } L2: Type tb = p.type.toBasetype(); Type tret = p.isLazyArray(); switch (tb.ty) { case Tsarray: case Tarray: { /* Create a static array variable v of type arg->type: * T[dim] __arrayArg = [ arguments[i], ..., arguments[nargs-1] ]; * * The array literal in the initializer of the hidden variable * is now optimized. See Bugzilla 2356. */ Type tbn = (cast(TypeArray)tb).next; Type tsa = tbn.sarrayOf(nargs - i); auto elements = new Expressions(); elements.setDim(nargs - i); for (size_t u = 0; u < elements.dim; u++) { Expression a = (*arguments)[i + u]; if (tret && a.implicitConvTo(tret)) { a = a.implicitCastTo(sc, tret); a = a.optimize(WANTvalue); a = toDelegate(a, a.type, sc); } else a = a.implicitCastTo(sc, tbn); (*elements)[u] = a; } // Bugzilla 14395: Convert to a static array literal, or its slice. arg = new ArrayLiteralExp(loc, elements); arg.type = tsa; if (tb.ty == Tarray) { arg = new SliceExp(loc, arg, null, null); arg.type = p.type; } break; } case Tclass: { /* Set arg to be: * new Tclass(arg0, arg1, ..., argn) */ auto args = new Expressions(); args.setDim(nargs - i); for (size_t u = i; u < nargs; u++) (*args)[u - i] = (*arguments)[u]; arg = new NewExp(loc, null, null, p.type, args); break; } default: if (!arg) { error(loc, "not enough arguments"); return true; } break; } arg = arg.semantic(sc); //printf("\targ = '%s'\n", arg->toChars()); arguments.setDim(i + 1); (*arguments)[i] = arg; nargs = i + 1; done = 1; } L1: if (!(p.storageClass & STClazy && p.type.ty == Tvoid)) { bool isRef = (p.storageClass & (STCref | STCout)) != 0; if (ubyte wm = arg.type.deduceWild(p.type, isRef)) { if (wildmatch) wildmatch = MODmerge(wildmatch, wm); else wildmatch = wm; //printf("[%d] p = %s, a = %s, wm = %d, wildmatch = %d\n", i, p->type->toChars(), arg->type->toChars(), wm, wildmatch); } } } if (done) break; } if ((wildmatch == MODmutable || wildmatch == MODimmutable) && tf.next.hasWild() && (tf.isref || !tf.next.implicitConvTo(tf.next.immutableOf()))) { if (fd) { /* If the called function may return the reference to * outer inout data, it should be rejected. * * void foo(ref inout(int) x) { * ref inout(int) bar(inout(int)) { return x; } * struct S { ref inout(int) bar() inout { return x; } } * bar(int.init) = 1; // bad! * S().bar() = 1; // bad! * } */ Dsymbol s = null; if (fd.isThis() || fd.isNested()) s = fd.toParent2(); for (; s; s = s.toParent2()) { if (auto ad = s.isAggregateDeclaration()) { if (ad.isNested()) continue; break; } if (auto ff = s.isFuncDeclaration()) { if ((cast(TypeFunction)ff.type).iswild) goto Linouterr; if (ff.isNested() || ff.isThis()) continue; } break; } } else if (tf.isWild()) { Linouterr: const(char)* s = wildmatch == MODmutable ? "mutable" : MODtoChars(wildmatch); error(loc, "modify inout to %s is not allowed inside inout function", s); return true; } } assert(nargs >= nparams); for (size_t i = 0; i < nargs; i++) { Expression arg = (*arguments)[i]; assert(arg); if (i < nparams) { Parameter p = Parameter.getNth(tf.parameters, i); if (!(p.storageClass & STClazy && p.type.ty == Tvoid)) { Type tprm = p.type; if (p.type.hasWild()) tprm = p.type.substWildTo(wildmatch); if (!tprm.equals(arg.type)) { //printf("arg->type = %s, p->type = %s\n", arg->type->toChars(), p->type->toChars()); arg = arg.implicitCastTo(sc, tprm); arg = arg.optimize(WANTvalue, (p.storageClass & (STCref | STCout)) != 0); } } if (p.storageClass & STCref) { arg = arg.toLvalue(sc, arg); } else if (p.storageClass & STCout) { Type t = arg.type; if (!t.isMutable() || !t.isAssignable()) // check blit assignable { arg.error("cannot modify struct %s with immutable members", arg.toChars()); err = true; } else err |= checkDefCtor(arg.loc, t); // t must be default constructible arg = arg.toLvalue(sc, arg); } else if (p.storageClass & STClazy) { // Convert lazy argument to a delegate if (p.type.ty == Tvoid) arg = toDelegate(arg, p.type, sc); else arg = toDelegate(arg, arg.type, sc); } //printf("arg: %s\n", arg->toChars()); //printf("type: %s\n", arg->type->toChars()); /* Look for arguments that cannot 'escape' from the called * function. */ if (!tf.parameterEscapes(p)) { Expression a = arg; if (a.op == TOKcast) a = (cast(CastExp)a).e1; if (a.op == TOKfunction) { /* Function literals can only appear once, so if this * appearance was scoped, there cannot be any others. */ FuncExp fe = cast(FuncExp)a; fe.fd.tookAddressOf = 0; } else if (a.op == TOKdelegate) { /* For passing a delegate to a scoped parameter, * this doesn't count as taking the address of it. * We only worry about 'escaping' references to the function. */ DelegateExp de = cast(DelegateExp)a; if (de.e1.op == TOKvar) { VarExp ve = cast(VarExp)de.e1; FuncDeclaration f = ve.var.isFuncDeclaration(); if (f) { f.tookAddressOf--; //printf("--tookAddressOf = %d\n", f.tookAddressOf); } } } } arg = arg.optimize(WANTvalue, (p.storageClass & (STCref | STCout)) != 0); } else { // These will be the trailing ... arguments // If not D linkage, do promotions if (tf.linkage != LINKd) { // Promote bytes, words, etc., to ints arg = integralPromotions(arg, sc); // Promote floats to doubles switch (arg.type.ty) { case Tfloat32: arg = arg.castTo(sc, Type.tfloat64); break; case Timaginary32: arg = arg.castTo(sc, Type.timaginary64); break; default: break; } if (tf.varargs == 1) { const(char)* p = tf.linkage == LINKc ? "extern(C)" : "extern(C++)"; if (arg.type.ty == Tarray) { arg.error("cannot pass dynamic arrays to %s vararg functions", p); err = true; } if (arg.type.ty == Tsarray) { arg.error("cannot pass static arrays to %s vararg functions", p); err = true; } } } // Do not allow types that need destructors if (arg.type.needsDestruction()) { arg.error("cannot pass types that need destruction as variadic arguments"); err = true; } // Convert static arrays to dynamic arrays // BUG: I don't think this is right for D2 Type tb = arg.type.toBasetype(); if (tb.ty == Tsarray) { TypeSArray ts = cast(TypeSArray)tb; Type ta = ts.next.arrayOf(); if (ts.size(arg.loc) == 0) arg = new NullExp(arg.loc, ta); else arg = arg.castTo(sc, ta); } if (tb.ty == Tstruct) { //arg = callCpCtor(sc, arg); } // Give error for overloaded function addresses if (arg.op == TOKsymoff) { SymOffExp se = cast(SymOffExp)arg; if (se.hasOverloads && !se.var.isFuncDeclaration().isUnique()) { arg.error("function %s is overloaded", arg.toChars()); err = true; } } if (arg.checkValue()) err = true; arg = arg.optimize(WANTvalue); } (*arguments)[i] = arg; } /* Remaining problems: * 1. order of evaluation - some function push L-to-R, others R-to-L. Until we resolve what array assignment does (which is * implemented by calling a function) we'll defer this for now. * 2. value structs (or static arrays of them) that need to be copy constructed * 3. value structs (or static arrays of them) that have destructors, and subsequent arguments that may throw before the * function gets called (functions normally destroy their parameters) * 2 and 3 are handled by doing the argument construction in 'eprefix' so that if a later argument throws, they are cleaned * up properly. Pushing arguments on the stack then cannot fail. */ if (1) { /* TODO: tackle problem 1) */ const bool leftToRight = true; // TODO: something like !fd.isArrayOp if (!leftToRight) assert(nargs == nparams); // no variadics for RTL order, as they would probably be evaluated LTR and so add complexity const ptrdiff_t start = (leftToRight ? 0 : cast(ptrdiff_t)nargs - 1); const ptrdiff_t end = (leftToRight ? cast(ptrdiff_t)nargs : -1); const ptrdiff_t step = (leftToRight ? 1 : -1); /* Compute indices of last throwing argument and first arg needing destruction. * Used to not set up destructors unless an arg needs destruction on a throw * in a later argument. */ ptrdiff_t lastthrow = -1; ptrdiff_t firstdtor = -1; for (ptrdiff_t i = start; i != end; i += step) { Expression arg = (*arguments)[i]; if (canThrow(arg, sc.func, false)) lastthrow = i; if (firstdtor == -1 && arg.type.needsDestruction()) { Parameter p = (i >= nparams ? null : Parameter.getNth(tf.parameters, i)); if (!(p && (p.storageClass & (STClazy | STCref | STCout)))) firstdtor = i; } } /* Does problem 3) apply to this call? */ const bool needsPrefix = (firstdtor >= 0 && lastthrow >= 0 && (lastthrow - firstdtor) * step > 0); /* If so, initialize 'eprefix' by declaring the gate */ VarDeclaration gate = null; if (needsPrefix) { // eprefix => bool __gate [= false] Identifier idtmp = Identifier.generateId("__gate"); gate = new VarDeclaration(loc, Type.tbool, idtmp, null); gate.storage_class |= STCtemp | STCctfe | STCvolatile; gate.semantic(sc); auto ae = new DeclarationExp(loc, gate); eprefix = ae.semantic(sc); } for (ptrdiff_t i = start; i != end; i += step) { Expression arg = (*arguments)[i]; Parameter parameter = (i >= nparams ? null : Parameter.getNth(tf.parameters, i)); const bool isRef = (parameter && (parameter.storageClass & (STCref | STCout))); const bool isLazy = (parameter && (parameter.storageClass & STClazy)); /* Skip lazy parameters */ if (isLazy) continue; /* Do we have a gate? Then we have a prefix and we're not yet past the last throwing arg. * Declare a temporary variable for this arg and append that declaration to 'eprefix', * which will implicitly take care of potential problem 2) for this arg. * 'eprefix' will therefore finally contain all args up to and including the last * potentially throwing arg, excluding all lazy parameters. */ if (gate) { const bool needsDtor = (!isRef && arg.type.needsDestruction() && i != lastthrow); /* Declare temporary 'auto __pfx = arg' (needsDtor) or 'auto __pfy = arg' (!needsDtor) */ auto tmp = copyToTemp(0, needsDtor ? "__pfx" : "__pfy", !isRef ? arg : arg.addressOf()); tmp.semantic(sc); /* Modify the destructor so it only runs if gate==false, i.e., * only if there was a throw while constructing the args */ if (!needsDtor) { if (tmp.edtor) { assert(i == lastthrow); tmp.edtor = null; } } else { // edtor => (__gate || edtor) assert(tmp.edtor); Expression e = tmp.edtor; e = new OrOrExp(e.loc, new VarExp(e.loc, gate), e); tmp.edtor = e.semantic(sc); //printf("edtor: %s\n", tmp.edtor.toChars()); } // eprefix => (eprefix, auto __pfx/y = arg) auto ae = new DeclarationExp(loc, tmp); eprefix = Expression.combine(eprefix, ae.semantic(sc)); // arg => __pfx/y arg = new VarExp(loc, tmp); arg = arg.semantic(sc); if (isRef) { arg = new PtrExp(loc, arg); arg = arg.semantic(sc); } /* Last throwing arg? Then finalize eprefix => (eprefix, gate = true), * i.e., disable the dtors right after constructing the last throwing arg. * From now on, the callee will take care of destructing the args because * the args are implicitly moved into function parameters. * * Set gate to null to let the next iterations know they don't need to * append to eprefix anymore. */ if (i == lastthrow) { auto e = new AssignExp(gate.loc, new VarExp(gate.loc, gate), new IntegerExp(gate.loc, 1, Type.tbool)); eprefix = Expression.combine(eprefix, e.semantic(sc)); gate = null; } } else { /* No gate, no prefix to append to. * Handle problem 2) by calling the copy constructor for value structs * (or static arrays of them) if appropriate. */ Type tv = arg.type.baseElemOf(); if (!isRef && tv.ty == Tstruct) arg = doCopyOrMove(sc, arg); } (*arguments)[i] = arg; } } //if (eprefix) printf("eprefix: %s\n", eprefix->toChars()); // If D linkage and variadic, add _arguments[] as first argument if (tf.linkage == LINKd && tf.varargs == 1) { assert(arguments.dim >= nparams); auto args = new Parameters(); args.setDim(arguments.dim - nparams); for (size_t i = 0; i < arguments.dim - nparams; i++) { auto arg = new Parameter(STCin, (*arguments)[nparams + i].type, null, null); (*args)[i] = arg; } auto tup = new TypeTuple(args); Expression e = new TypeidExp(loc, tup); e = e.semantic(sc); arguments.insert(0, e); } Type tret = tf.next; if (isCtorCall) { //printf("[%s] fd = %s %s, %d %d %d\n", loc.toChars(), fd->toChars(), fd->type->toChars(), // wildmatch, tf->isWild(), fd->isolateReturn()); if (!tthis) { assert(sc.intypeof || global.errors); tthis = fd.isThis().type.addMod(fd.type.mod); } if (tf.isWild() && !fd.isolateReturn()) { if (wildmatch) tret = tret.substWildTo(wildmatch); int offset; if (!tret.implicitConvTo(tthis) && !(MODimplicitConv(tret.mod, tthis.mod) && tret.isBaseOf(tthis, &offset) && offset == 0)) { const(char)* s1 = tret.isNaked() ? " mutable" : tret.modToChars(); const(char)* s2 = tthis.isNaked() ? " mutable" : tthis.modToChars(); .error(loc, "inout constructor %s creates%s object, not%s", fd.toPrettyChars(), s1, s2); err = true; } } tret = tthis; } else if (wildmatch) { /* Adjust function return type based on wildmatch */ //printf("wildmatch = x%x, tret = %s\n", wildmatch, tret->toChars()); tret = tret.substWildTo(wildmatch); } *prettype = tret; *peprefix = eprefix; return (err || olderrors != global.errors); } /****************************************************************/ /* A type meant as a union of all the Expression types, * to serve essentially as a Variant that will sit on the stack * during CTFE to reduce memory consumption. */ struct UnionExp { // yes, default constructor does nothing extern (D) this(Expression e) { memcpy(&this, cast(void*)e, e.size); } /* Extract pointer to Expression */ extern (C++) Expression exp() { return cast(Expression)&u; } /* Convert to an allocated Expression */ extern (C++) Expression copy() { Expression e = exp(); //if (e->size > sizeof(u)) printf("%s\n", Token::toChars(e->op)); assert(e.size <= u.sizeof); if (e.op == TOKcantexp) return CTFEExp.cantexp; if (e.op == TOKvoidexp) return CTFEExp.voidexp; if (e.op == TOKbreak) return CTFEExp.breakexp; if (e.op == TOKcontinue) return CTFEExp.continueexp; if (e.op == TOKgoto) return CTFEExp.gotoexp; return e.copy(); } private: union __AnonStruct__u { char[__traits(classInstanceSize, Expression)] exp; char[__traits(classInstanceSize, IntegerExp)] integerexp; char[__traits(classInstanceSize, ErrorExp)] errorexp; char[__traits(classInstanceSize, RealExp)] realexp; char[__traits(classInstanceSize, ComplexExp)] complexexp; char[__traits(classInstanceSize, SymOffExp)] symoffexp; char[__traits(classInstanceSize, StringExp)] stringexp; char[__traits(classInstanceSize, ArrayLiteralExp)] arrayliteralexp; char[__traits(classInstanceSize, AssocArrayLiteralExp)] assocarrayliteralexp; char[__traits(classInstanceSize, StructLiteralExp)] structliteralexp; char[__traits(classInstanceSize, NullExp)] nullexp; char[__traits(classInstanceSize, DotVarExp)] dotvarexp; char[__traits(classInstanceSize, AddrExp)] addrexp; char[__traits(classInstanceSize, IndexExp)] indexexp; char[__traits(classInstanceSize, SliceExp)] sliceexp; // Ensure that the union is suitably aligned. real for_alignment_only; } __AnonStruct__u u; } /******************************** * Test to see if two reals are the same. * Regard NaN's as equivalent. * Regard +0 and -0 as different. */ extern (C++) int RealEquals(real_t x1, real_t x2) { return (Port.isNan(x1) && Port.isNan(x2)) || Port.fequal(x1, x2); } /************************ TypeDotIdExp ************************************/ /* Things like: * int.size * foo.size * (foo).size * cast(foo).size */ extern (C++) DotIdExp typeDotIdExp(Loc loc, Type type, Identifier ident) { return new DotIdExp(loc, new TypeExp(loc, type), ident); } /*********************************************** * Mark variable v as modified if it is inside a constructor that var * is a field in. */ extern (C++) int modifyFieldVar(Loc loc, Scope* sc, VarDeclaration var, Expression e1) { //printf("modifyFieldVar(var = %s)\n", var->toChars()); Dsymbol s = sc.func; while (1) { FuncDeclaration fd = null; if (s) fd = s.isFuncDeclaration(); if (fd && ((fd.isCtorDeclaration() && var.isField()) || (fd.isStaticCtorDeclaration() && !var.isField())) && fd.toParent2() == var.toParent2() && (!e1 || e1.op == TOKthis)) { var.ctorinit = 1; //printf("setting ctorinit\n"); int result = true; if (var.isField() && sc.fieldinit && !sc.intypeof) { assert(e1); bool mustInit = (var.storage_class & STCnodefaultctor || var.type.needsNested()); size_t dim = sc.fieldinit_dim; auto ad = fd.isMember2(); assert(ad); size_t i; for (i = 0; i < dim; i++) // same as findFieldIndexByName in ctfeexp.c ? { if (ad.fields[i] == var) break; } assert(i < dim); uint fi = sc.fieldinit[i]; if (fi & CSXthis_ctor) { if (var.type.isMutable() && e1.type.isMutable()) result = false; else { const(char)* modStr = !var.type.isMutable() ? MODtoChars(var.type.mod) : MODtoChars(e1.type.mod); .error(loc, "%s field '%s' initialized multiple times", modStr, var.toChars()); } } else if (sc.noctor || fi & CSXlabel) { if (!mustInit && var.type.isMutable() && e1.type.isMutable()) result = false; else { const(char)* modStr = !var.type.isMutable() ? MODtoChars(var.type.mod) : MODtoChars(e1.type.mod); .error(loc, "%s field '%s' initialization is not allowed in loops or after labels", modStr, var.toChars()); } } sc.fieldinit[i] |= CSXthis_ctor; } else if (fd != sc.func) { if (var.type.isMutable()) result = false; else if (sc.func.fes) { const(char)* p = var.isField() ? "field" : var.kind(); .error(loc, "%s %s '%s' initialization is not allowed in foreach loop", MODtoChars(var.type.mod), p, var.toChars()); } else { const(char)* p = var.isField() ? "field" : var.kind(); .error(loc, "%s %s '%s' initialization is not allowed in nested function '%s'", MODtoChars(var.type.mod), p, var.toChars(), sc.func.toChars()); } } return result; } else { if (s) { s = s.toParent2(); continue; } } break; } return false; } extern (C++) Expression opAssignToOp(Loc loc, TOK op, Expression e1, Expression e2) { Expression e; switch (op) { case TOKaddass: e = new AddExp(loc, e1, e2); break; case TOKminass: e = new MinExp(loc, e1, e2); break; case TOKmulass: e = new MulExp(loc, e1, e2); break; case TOKdivass: e = new DivExp(loc, e1, e2); break; case TOKmodass: e = new ModExp(loc, e1, e2); break; case TOKandass: e = new AndExp(loc, e1, e2); break; case TOKorass: e = new OrExp(loc, e1, e2); break; case TOKxorass: e = new XorExp(loc, e1, e2); break; case TOKshlass: e = new ShlExp(loc, e1, e2); break; case TOKshrass: e = new ShrExp(loc, e1, e2); break; case TOKushrass: e = new UshrExp(loc, e1, e2); break; default: assert(0); } return e; } /****************************************************************/ extern (C++) Expression extractOpDollarSideEffect(Scope* sc, UnaExp ue) { Expression e0; Expression e1 = Expression.extractLast(ue.e1, &e0); // Bugzilla 12585: Extract the side effect part if ue->e1 is comma. if (!isTrivialExp(e1)) { /* Even if opDollar is needed, 'e1' should be evaluate only once. So * Rewrite: * e1.opIndex( ... use of $ ... ) * e1.opSlice( ... use of $ ... ) * as: * (ref __dop = e1, __dop).opIndex( ... __dop.opDollar ...) * (ref __dop = e1, __dop).opSlice( ... __dop.opDollar ...) */ e1 = extractSideEffect(sc, "__dop", e0, e1); } ue.e1 = e1; return e0; } /************************************** * Runs semantic on ae->arguments. Declares temporary variables * if '$' was used. */ extern (C++) Expression resolveOpDollar(Scope* sc, ArrayExp ae, Expression* pe0) { assert(!ae.lengthVar); *pe0 = null; AggregateDeclaration ad = isAggregate(ae.e1.type); Dsymbol slice = search_function(ad, Id.slice); //printf("slice = %s %s\n", slice->kind(), slice->toChars()); for (size_t i = 0; i < ae.arguments.dim; i++) { if (i == 0) *pe0 = extractOpDollarSideEffect(sc, ae); Expression e = (*ae.arguments)[i]; if (e.op == TOKinterval && !(slice && slice.isTemplateDeclaration())) { Lfallback: if (ae.arguments.dim == 1) return null; ae.error("multi-dimensional slicing requires template opSlice"); return new ErrorExp(); } //printf("[%d] e = %s\n", i, e->toChars()); // Create scope for '$' variable for this dimension auto sym = new ArrayScopeSymbol(sc, ae); sym.loc = ae.loc; sym.parent = sc.scopesym; sc = sc.push(sym); ae.lengthVar = null; // Create it only if required ae.currentDimension = i; // Dimension for $, if required e = e.semantic(sc); e = resolveProperties(sc, e); if (ae.lengthVar && sc.func) { // If $ was used, declare it now Expression de = new DeclarationExp(ae.loc, ae.lengthVar); de = de.semantic(sc); *pe0 = Expression.combine(*pe0, de); } sc = sc.pop(); if (e.op == TOKinterval) { IntervalExp ie = cast(IntervalExp)e; auto tiargs = new Objects(); Expression edim = new IntegerExp(ae.loc, i, Type.tsize_t); edim = edim.semantic(sc); tiargs.push(edim); auto fargs = new Expressions(); fargs.push(ie.lwr); fargs.push(ie.upr); uint xerrors = global.startGagging(); sc = sc.push(); FuncDeclaration fslice = resolveFuncCall(ae.loc, sc, slice, tiargs, ae.e1.type, fargs, 1); sc = sc.pop(); global.endGagging(xerrors); if (!fslice) goto Lfallback; e = new DotTemplateInstanceExp(ae.loc, ae.e1, slice.ident, tiargs); e = new CallExp(ae.loc, e, fargs); e = e.semantic(sc); } if (!e.type) { ae.error("%s has no value", e.toChars()); e = new ErrorExp(); } if (e.op == TOKerror) return e; (*ae.arguments)[i] = e; } return ae; } /************************************** * Runs semantic on se->lwr and se->upr. Declares a temporary variable * if '$' was used. */ extern (C++) Expression resolveOpDollar(Scope* sc, ArrayExp ae, IntervalExp ie, Expression* pe0) { //assert(!ae->lengthVar); if (!ie) return ae; VarDeclaration lengthVar = ae.lengthVar; // create scope for '$' auto sym = new ArrayScopeSymbol(sc, ae); sym.loc = ae.loc; sym.parent = sc.scopesym; sc = sc.push(sym); for (size_t i = 0; i < 2; ++i) { Expression e = i == 0 ? ie.lwr : ie.upr; e = e.semantic(sc); e = resolveProperties(sc, e); if (!e.type) { ae.error("%s has no value", e.toChars()); return new ErrorExp(); } (i == 0 ? ie.lwr : ie.upr) = e; } if (lengthVar != ae.lengthVar && sc.func) { // If $ was used, declare it now Expression de = new DeclarationExp(ae.loc, ae.lengthVar); de = de.semantic(sc); *pe0 = Expression.combine(*pe0, de); } sc = sc.pop(); return ae; } enum OwnedBy : int { OWNEDcode, // normal code expression in AST OWNEDctfe, // value expression for CTFE OWNEDcache, // constant value cached for CTFE } alias OWNEDcode = OwnedBy.OWNEDcode; alias OWNEDctfe = OwnedBy.OWNEDctfe; alias OWNEDcache = OwnedBy.OWNEDcache; enum WANTvalue = 0; // default enum WANTexpand = 1; // expand const/immutable variables if possible /*********************************************************** */ extern (C++) abstract class Expression : RootObject { public: Loc loc; // file location Type type; // !=null means that semantic() has been run TOK op; // to minimize use of dynamic_cast ubyte size; // # of bytes in Expression so we can copy() it ubyte parens; // if this is a parenthesized expression final extern (D) this(Loc loc, TOK op, int size) { //printf("Expression::Expression(op = %d) this = %p\n", op, this); this.loc = loc; this.op = op; this.size = cast(ubyte)size; } static void _init() { CTFEExp.cantexp = new CTFEExp(TOKcantexp); CTFEExp.voidexp = new CTFEExp(TOKvoidexp); CTFEExp.breakexp = new CTFEExp(TOKbreak); CTFEExp.continueexp = new CTFEExp(TOKcontinue); CTFEExp.gotoexp = new CTFEExp(TOKgoto); } /********************************* * Does *not* do a deep copy. */ final Expression copy() { Expression e; if (!size) { debug { fprintf(stderr, "No expression copy for: %s\n", toChars()); printf("op = %d\n", op); print(); } assert(0); } e = cast(Expression)mem.xmalloc(size); //printf("Expression::copy(op = %d) e = %p\n", op, e); return cast(Expression)memcpy(cast(void*)e, cast(void*)this, size); } Expression syntaxCopy() { //printf("Expression::syntaxCopy()\n"); //print(); return copy(); } /************************** * Semantically analyze Expression. * Determine types, fold constants, etc. */ Expression semantic(Scope* sc) { static if (LOGSEMANTIC) { printf("Expression::semantic() %s\n", toChars()); } if (type) type = type.semantic(loc, sc); else type = Type.tvoid; return this; } /********************************** * Try to run semantic routines. * If they fail, return NULL. */ final Expression trySemantic(Scope* sc) { //printf("+trySemantic(%s)\n", toChars()); uint errors = global.startGagging(); Expression e = semantic(sc); if (global.endGagging(errors)) { e = null; } //printf("-trySemantic(%s)\n", toChars()); return e; } // kludge for template.isExpression() override final int dyncast() { return DYNCAST_EXPRESSION; } override final void print() { fprintf(stderr, "%s\n", toChars()); fflush(stderr); } override const(char)* toChars() { OutBuffer buf; HdrGenState hgs; toCBuffer(this, &buf, &hgs); return buf.extractString(); } /******************** * Print AST data structure in a nice format. * Params: * indent = indentation level */ void printAST(int indent = 0) { foreach (i; 0 .. indent) printf(" "); printf("%s %s\n", Token.toChars(op), type ? type.toChars() : ""); } final void error(const(char)* format, ...) const { if (type != Type.terror) { va_list ap; va_start(ap, format); .verror(loc, format, ap); va_end(ap); } } final void warning(const(char)* format, ...) const { if (type != Type.terror) { va_list ap; va_start(ap, format); .vwarning(loc, format, ap); va_end(ap); } } final void deprecation(const(char)* format, ...) const { if (type != Type.terror) { va_list ap; va_start(ap, format); .vdeprecation(loc, format, ap); va_end(ap); } } /********************************** * Combine e1 and e2 by CommaExp if both are not NULL. */ static Expression combine(Expression e1, Expression e2) { if (e1) { if (e2) { e1 = new CommaExp(e1.loc, e1, e2); e1.type = e2.type; } } else e1 = e2; return e1; } /********************************** * If 'e' is a tree of commas, returns the leftmost expression * by stripping off it from the tree. The remained part of the tree * is returned via *pe0. * Otherwise 'e' is directly returned and *pe0 is set to NULL. */ static Expression extractLast(Expression e, Expression* pe0) { if (e.op != TOKcomma) { *pe0 = null; return e; } CommaExp ce = cast(CommaExp)e; if (ce.e2.op != TOKcomma) { *pe0 = ce.e1; return ce.e2; } else { *pe0 = e; Expression* pce = &ce.e2; while ((cast(CommaExp)(*pce)).e2.op == TOKcomma) { pce = &(cast(CommaExp)(*pce)).e2; } assert((*pce).op == TOKcomma); ce = cast(CommaExp)(*pce); *pce = ce.e1; return ce.e2; } } static Expressions* arraySyntaxCopy(Expressions* exps) { Expressions* a = null; if (exps) { a = new Expressions(); a.setDim(exps.dim); for (size_t i = 0; i < a.dim; i++) { Expression e = (*exps)[i]; (*a)[i] = e ? e.syntaxCopy() : null; } } return a; } dinteger_t toInteger() { //printf("Expression %s\n", Token::toChars(op)); error("integer constant expression expected instead of %s", toChars()); return 0; } uinteger_t toUInteger() { //printf("Expression %s\n", Token::toChars(op)); return cast(uinteger_t)toInteger(); } real_t toReal() { error("floating point constant expression expected instead of %s", toChars()); return ldouble(0); } real_t toImaginary() { error("floating point constant expression expected instead of %s", toChars()); return ldouble(0); } complex_t toComplex() { error("floating point constant expression expected instead of %s", toChars()); return cast(complex_t)0.0; } StringExp toStringExp() { return null; } /*************************************** * Return !=0 if expression is an lvalue. */ bool isLvalue() { return false; } /******************************* * Give error if we're not an lvalue. * If we can, convert expression to be an lvalue. */ Expression toLvalue(Scope* sc, Expression e) { if (!e) e = this; else if (!loc.filename) loc = e.loc; if (e.op == TOKtype) error("%s '%s' is a type, not an lvalue", e.type.kind(), e.type.toChars()); else error("%s is not an lvalue", e.toChars()); return new ErrorExp(); } Expression modifiableLvalue(Scope* sc, Expression e) { //printf("Expression::modifiableLvalue() %s, type = %s\n", toChars(), type->toChars()); // See if this expression is a modifiable lvalue (i.e. not const) if (checkModifiable(sc) == 1) { assert(type); if (!type.isMutable()) { error("cannot modify %s expression %s", MODtoChars(type.mod), toChars()); return new ErrorExp(); } else if (!type.isAssignable()) { error("cannot modify struct %s %s with immutable members", toChars(), type.toChars()); return new ErrorExp(); } } return toLvalue(sc, e); } final Expression implicitCastTo(Scope* sc, Type t) { return .implicitCastTo(this, sc, t); } final MATCH implicitConvTo(Type t) { return .implicitConvTo(this, t); } final Expression castTo(Scope* sc, Type t) { return .castTo(this, sc, t); } /**************************************** * Resolve __FILE__, __LINE__, __MODULE__, __FUNCTION__, __PRETTY_FUNCTION__ to loc. */ Expression resolveLoc(Loc loc, Scope* sc) { return this; } /**************************************** * Check that the expression has a valid type. * If not, generates an error "... has no type". * Returns: * true if the expression is not valid. * Note: * When this function returns true, `checkValue()` should also return true. */ bool checkType() { return false; } /**************************************** * Check that the expression has a valid value. * If not, generates an error "... has no value". * Returns: * true if the expression is not valid or has void type. */ bool checkValue() { if (type && type.toBasetype().ty == Tvoid) { error("expression %s is void and has no value", toChars()); //print(); assert(0); if (!global.gag) type = Type.terror; return true; } return false; } final bool checkScalar() { if (op == TOKerror) return true; if (type.toBasetype().ty == Terror) return true; if (!type.isscalar()) { error("'%s' is not a scalar, it is a %s", toChars(), type.toChars()); return true; } return checkValue(); } final bool checkNoBool() { if (op == TOKerror) return true; if (type.toBasetype().ty == Terror) return true; if (type.toBasetype().ty == Tbool) { error("operation not allowed on bool '%s'", toChars()); return true; } return false; } final bool checkIntegral() { if (op == TOKerror) return true; if (type.toBasetype().ty == Terror) return true; if (!type.isintegral()) { error("'%s' is not of integral type, it is a %s", toChars(), type.toChars()); return true; } return checkValue(); } final bool checkArithmetic() { if (op == TOKerror) return true; if (type.toBasetype().ty == Terror) return true; if (!type.isintegral() && !type.isfloating()) { error("'%s' is not of arithmetic type, it is a %s", toChars(), type.toChars()); return true; } return checkValue(); } final void checkDeprecated(Scope* sc, Dsymbol s) { s.checkDeprecated(loc, sc); } /********************************************* * Calling function f. * Check the purity, i.e. if we're in a pure function * we can only call other pure functions. * Returns true if error occurs. */ final bool checkPurity(Scope* sc, FuncDeclaration f) { if (!sc.func) return false; if (sc.func == f) return false; if (sc.intypeof == 1) return false; if (sc.flags & (SCOPEctfe | SCOPEdebug)) return false; /* Given: * void f() { * pure void g() { * /+pure+/ void h() { * /+pure+/ void i() { } * } * } * } * g() can call h() but not f() * i() can call h() and g() but not f() */ // Find the closest pure parent of the calling function FuncDeclaration outerfunc = sc.func; FuncDeclaration calledparent = f; if (outerfunc.isInstantiated()) { // The attributes of outerfunc should be inferred from the call of f. } else if (f.isInstantiated()) { // The attributes of f are inferred from its body. } else if (f.isFuncLiteralDeclaration()) { // The attributes of f are always inferred in its declared place. } else { /* Today, static local functions are impure by default, but they cannot * violate purity of enclosing functions. * * auto foo() pure { // non instantiated funciton * static auto bar() { // static, without pure attribute * impureFunc(); // impure call * // Although impureFunc is called inside bar, f(= impureFunc) * // is not callable inside pure outerfunc(= foo <- bar). * } * * bar(); * // Although bar is called inside foo, f(= bar) is callable * // bacause calledparent(= foo) is same with outerfunc(= foo). * } */ while (outerfunc.toParent2() && outerfunc.isPureBypassingInference() == PUREimpure && outerfunc.toParent2().isFuncDeclaration()) { outerfunc = outerfunc.toParent2().isFuncDeclaration(); if (outerfunc.type.ty == Terror) return true; } while (calledparent.toParent2() && calledparent.isPureBypassingInference() == PUREimpure && calledparent.toParent2().isFuncDeclaration()) { calledparent = calledparent.toParent2().isFuncDeclaration(); if (calledparent.type.ty == Terror) return true; } } // If the caller has a pure parent, then either the called func must be pure, // OR, they must have the same pure parent. if (!f.isPure() && calledparent != outerfunc) { FuncDeclaration ff = outerfunc; if (sc.flags & SCOPEcompile ? ff.isPureBypassingInference() >= PUREweak : ff.setImpure()) { error("pure %s '%s' cannot call impure %s '%s'", ff.kind(), ff.toPrettyChars(), f.kind(), f.toPrettyChars()); return true; } } return false; } /******************************************* * Accessing variable v. * Check for purity and safety violations. * Returns true if error occurs. */ final bool checkPurity(Scope* sc, VarDeclaration v) { //printf("v = %s %s\n", v->type->toChars(), v->toChars()); /* Look for purity and safety violations when accessing variable v * from current function. */ if (!sc.func) return false; if (sc.intypeof == 1) return false; // allow violations inside typeof(expression) if (sc.flags & (SCOPEctfe | SCOPEdebug)) return false; // allow violations inside compile-time evaluated expressions and debug conditionals if (v.ident == Id.ctfe) return false; // magic variable never violates pure and safe if (v.isImmutable()) return false; // always safe and pure to access immutables... if (v.isConst() && !v.isRef() && (v.isDataseg() || v.isParameter()) && v.type.implicitConvTo(v.type.immutableOf())) return false; // or const global/parameter values which have no mutable indirections if (v.storage_class & STCmanifest) return false; // ...or manifest constants bool err = false; if (v.isDataseg()) { // Bugzilla 7533: Accessing implicit generated __gate is pure. if (v.ident == Id.gate) return false; /* Accessing global mutable state. * Therefore, this function and all its immediately enclosing * functions must be pure. */ /* Today, static local functions are impure by default, but they cannot * violate purity of enclosing functions. * * auto foo() pure { // non instantiated funciton * static auto bar() { // static, without pure attribute * globalData++; // impure access * // Although globalData is accessed inside bar, * // it is not accessible inside pure foo. * } * } */ for (Dsymbol s = sc.func; s; s = s.toParent2()) { FuncDeclaration ff = s.isFuncDeclaration(); if (!ff) break; if (sc.flags & SCOPEcompile ? ff.isPureBypassingInference() >= PUREweak : ff.setImpure()) { error("pure %s '%s' cannot access mutable static data '%s'", ff.kind(), ff.toPrettyChars(), v.toChars()); err = true; break; } /* If the enclosing is an instantiated function or a lambda, its * attribute inference result is preferred. */ if (ff.isInstantiated()) break; if (ff.isFuncLiteralDeclaration()) break; } } else { /* Given: * void f() { * int fx; * pure void g() { * int gx; * /+pure+/ void h() { * int hx; * /+pure+/ void i() { } * } * } * } * i() can modify hx and gx but not fx */ Dsymbol vparent = v.toParent2(); for (Dsymbol s = sc.func; !err && s; s = s.toParent2()) { if (s == vparent) break; if (AggregateDeclaration ad = s.isAggregateDeclaration()) { if (ad.isNested()) continue; break; } FuncDeclaration ff = s.isFuncDeclaration(); if (!ff) break; if (ff.isNested()) { if (ff.type.isImmutable()) { error("pure immutable %s '%s' cannot access mutable data '%s'", ff.kind(), ff.toPrettyChars(), v.toChars()); err = true; break; } continue; } if (ff.isThis()) { if (ff.type.isImmutable()) { error("pure immutable %s '%s' cannot access mutable data '%s'", ff.kind(), ff.toPrettyChars(), v.toChars()); err = true; break; } continue; } break; } } /* Do not allow safe functions to access __gshared data */ if (v.storage_class & STCgshared) { if (sc.func.setUnsafe()) { error("safe %s '%s' cannot access __gshared data '%s'", sc.func.kind(), sc.func.toChars(), v.toChars()); err = true; } } return err; } /********************************************* * Calling function f. * Check the safety, i.e. if we're in a @safe function * we can only call @safe or @trusted functions. * Returns true if error occurs. */ final bool checkSafety(Scope* sc, FuncDeclaration f) { if (!sc.func) return false; if (sc.func == f) return false; if (sc.intypeof == 1) return false; if (sc.flags & SCOPEctfe) return false; if (!f.isSafe() && !f.isTrusted()) { if (sc.flags & SCOPEcompile ? sc.func.isSafeBypassingInference() : sc.func.setUnsafe()) { if (loc.linnum == 0) // e.g. implicitly generated dtor loc = sc.func.loc; error("safe %s '%s' cannot call system %s '%s'", sc.func.kind(), sc.func.toPrettyChars(), f.kind(), f.toPrettyChars()); return true; } } return false; } /********************************************* * Calling function f. * Check the @nogc-ness, i.e. if we're in a @nogc function * we can only call other @nogc functions. * Returns true if error occurs. */ final bool checkNogc(Scope* sc, FuncDeclaration f) { if (!sc.func) return false; if (sc.func == f) return false; if (sc.intypeof == 1) return false; if (sc.flags & SCOPEctfe) return false; if (!f.isNogc()) { if (sc.flags & SCOPEcompile ? sc.func.isNogcBypassingInference() : sc.func.setGC()) { if (loc.linnum == 0) // e.g. implicitly generated dtor loc = sc.func.loc; error("@nogc %s '%s' cannot call non-@nogc %s '%s'", sc.func.kind(), sc.func.toPrettyChars(), f.kind(), f.toPrettyChars()); return true; } } return false; } /******************************************** * Check that the postblit is callable if t is an array of structs. * Returns true if error happens. */ final bool checkPostblit(Scope* sc, Type t) { t = t.baseElemOf(); if (t.ty == Tstruct) { // Bugzilla 11395: Require TypeInfo generation for array concatenation semanticTypeInfo(sc, t); StructDeclaration sd = (cast(TypeStruct)t).sym; if (sd.postblit) { if (sd.postblit.storage_class & STCdisable) { sd.error(loc, "is not copyable because it is annotated with @disable"); return true; } //checkDeprecated(sc, sd->postblit); // necessary? checkPurity(sc, sd.postblit); checkSafety(sc, sd.postblit); checkNogc(sc, sd.postblit); //checkAccess(sd, loc, sc, sd->postblit); // necessary? return false; } } return false; } final bool checkRightThis(Scope* sc) { if (op == TOKerror) return true; if (op == TOKvar && type.ty != Terror) { VarExp ve = cast(VarExp)this; if (isNeedThisScope(sc, ve.var)) { //printf("checkRightThis sc->intypeof = %d, ad = %p, func = %p, fdthis = %p\n", // sc->intypeof, sc->getStructClassScope(), func, fdthis); error("need 'this' for '%s' of type '%s'", ve.var.toChars(), ve.var.type.toChars()); return true; } } return false; } /******************************* * Check whether the expression allows RMW operations, error with rmw operator diagnostic if not. * ex is the RHS expression, or NULL if ++/-- is used (for diagnostics) * Returns true if error occurs. */ final bool checkReadModifyWrite(TOK rmwOp, Expression ex = null) { //printf("Expression::checkReadModifyWrite() %s %s", toChars(), ex ? ex->toChars() : ""); if (!type || !type.isShared()) return false; // atomicOp uses opAssign (+=/-=) rather than opOp (++/--) for the CT string literal. switch (rmwOp) { case TOKplusplus: case TOKpreplusplus: rmwOp = TOKaddass; break; case TOKminusminus: case TOKpreminusminus: rmwOp = TOKminass; break; default: break; } deprecation("read-modify-write operations are not allowed for shared variables. Use core.atomic.atomicOp!\"%s\"(%s, %s) instead.", Token.tochars[rmwOp], toChars(), ex ? ex.toChars() : "1"); return false; // note: enable when deprecation becomes an error. // return true; } /*************************************** * Parameters: * sc: scope * flag: 1: do not issue error message for invalid modification * Returns: * 0: is not modifiable * 1: is modifiable in default == being related to type->isMutable() * 2: is modifiable, because this is a part of initializing. */ int checkModifiable(Scope* sc, int flag = 0) { return type ? 1 : 0; // default modifiable } /***************************** * If expression can be tested for true or false, * returns the modified expression. * Otherwise returns ErrorExp. */ Expression toBoolean(Scope* sc) { // Default is 'yes' - do nothing debug { if (!type) print(); assert(type); } Expression e = this; Type t = type; Type tb = type.toBasetype(); Type att = null; Lagain: // Structs can be converted to bool using opCast(bool)() if (tb.ty == Tstruct) { AggregateDeclaration ad = (cast(TypeStruct)tb).sym; /* Don't really need to check for opCast first, but by doing so we * get better error messages if it isn't there. */ Dsymbol fd = search_function(ad, Id._cast); if (fd) { e = new CastExp(loc, e, Type.tbool); e = e.semantic(sc); return e; } // Forward to aliasthis. if (ad.aliasthis && tb != att) { if (!att && tb.checkAliasThisRec()) att = tb; e = resolveAliasThis(sc, e); t = e.type; tb = e.type.toBasetype(); goto Lagain; } } if (!t.isBoolean()) { if (tb != Type.terror) error("expression %s of type %s does not have a boolean value", toChars(), t.toChars()); return new ErrorExp(); } return e; } /************************************************ * Destructors are attached to VarDeclarations. * Hence, if expression returns a temp that needs a destructor, * make sure and create a VarDeclaration for that temp. */ Expression addDtorHook(Scope* sc) { return this; } /****************************** * Take address of expression. */ final Expression addressOf() { //printf("Expression::addressOf()\n"); debug { assert(op == TOKerror || isLvalue()); } Expression e = new AddrExp(loc, this); e.type = type.pointerTo(); return e; } /****************************** * If this is a reference, dereference it. */ final Expression deref() { //printf("Expression::deref()\n"); // type could be null if forward referencing an 'auto' variable if (type && type.ty == Treference) { Expression e = new PtrExp(loc, this); e.type = (cast(TypeReference)type).next; return e; } return this; } final Expression optimize(int result, bool keepLvalue = false) { return Expression_optimize(this, result, keepLvalue); } // Entry point for CTFE. // A compile-time result is required. Give an error if not possible final Expression ctfeInterpret() { return .ctfeInterpret(this); } final int isConst() { return .isConst(this); } /******************************** * Does this expression statically evaluate to a boolean 'result' (true or false)? */ bool isBool(bool result) { return false; } final Expression op_overload(Scope* sc) { return .op_overload(this, sc); } void accept(Visitor v) { v.visit(this); } } /*********************************************************** */ extern (C++) final class IntegerExp : Expression { public: dinteger_t value; extern (D) this(Loc loc, dinteger_t value, Type type) { super(loc, TOKint64, __traits(classInstanceSize, IntegerExp)); //printf("IntegerExp(value = %lld, type = '%s')\n", value, type ? type->toChars() : ""); assert(type); if (!type.isscalar()) { //printf("%s, loc = %d\n", toChars(), loc.linnum); if (type.ty != Terror) error("integral constant must be scalar type, not %s", type.toChars()); type = Type.terror; } this.type = type; setInteger(value); } extern (D) this(dinteger_t value) { super(Loc(), TOKint64, __traits(classInstanceSize, IntegerExp)); this.type = Type.tint32; this.value = cast(d_int32)value; } override bool equals(RootObject o) { if (this == o) return true; if ((cast(Expression)o).op == TOKint64) { IntegerExp ne = cast(IntegerExp)o; if (type.toHeadMutable().equals(ne.type.toHeadMutable()) && value == ne.value) { return true; } } return false; } override Expression semantic(Scope* sc) { assert(type); if (type.ty == Terror) return new ErrorExp(); assert(type.deco); normalize(); return this; } override dinteger_t toInteger() { normalize(); // necessary until we fix all the paints of 'type' return value; } override real_t toReal() { normalize(); // necessary until we fix all the paints of 'type' Type t = type.toBasetype(); if (t.ty == Tuns64) return ldouble(cast(d_uns64)value); else return ldouble(cast(d_int64)value); } override real_t toImaginary() { return ldouble(0); } override complex_t toComplex() { return cast(complex_t)toReal(); } override bool isBool(bool result) { bool r = toInteger() != 0; return result ? r : !r; } override Expression toLvalue(Scope* sc, Expression e) { if (!e) e = this; else if (!loc.filename) loc = e.loc; e.error("constant %s is not an lvalue", e.toChars()); return new ErrorExp(); } override void accept(Visitor v) { v.visit(this); } dinteger_t getInteger() { return value; } void setInteger(dinteger_t value) { this.value = value; normalize(); } private: void normalize() { /* 'Normalize' the value of the integer to be in range of the type */ switch (type.toBasetype().ty) { case Tbool: value = (value != 0); break; case Tint8: value = cast(d_int8)value; break; case Tchar: case Tuns8: value = cast(d_uns8)value; break; case Tint16: value = cast(d_int16)value; break; case Twchar: case Tuns16: value = cast(d_uns16)value; break; case Tint32: value = cast(d_int32)value; break; case Tdchar: case Tuns32: value = cast(d_uns32)value; break; case Tint64: value = cast(d_int64)value; break; case Tuns64: value = cast(d_uns64)value; break; case Tpointer: if (Target.ptrsize == 4) value = cast(d_uns32)value; else if (Target.ptrsize == 8) value = cast(d_uns64)value; else assert(0); break; default: break; } } } /*********************************************************** * Use this expression for error recovery. * It should behave as a 'sink' to prevent further cascaded error messages. */ extern (C++) final class ErrorExp : Expression { public: extern (D) this() { super(Loc(), TOKerror, __traits(classInstanceSize, ErrorExp)); type = Type.terror; } override Expression toLvalue(Scope* sc, Expression e) { return this; } override void accept(Visitor v) { v.visit(this); } extern (C++) static __gshared ErrorExp errorexp; // handy shared value } /*********************************************************** */ extern (C++) final class RealExp : Expression { public: real_t value; extern (D) this(Loc loc, real_t value, Type type) { super(loc, TOKfloat64, __traits(classInstanceSize, RealExp)); //printf("RealExp::RealExp(%Lg)\n", value); this.value = value; this.type = type; } override bool equals(RootObject o) { if (this == o) return true; if ((cast(Expression)o).op == TOKfloat64) { RealExp ne = cast(RealExp)o; if (type.toHeadMutable().equals(ne.type.toHeadMutable()) && RealEquals(value, ne.value)) { return true; } } return false; } override Expression semantic(Scope* sc) { if (!type) type = Type.tfloat64; else type = type.semantic(loc, sc); return this; } override dinteger_t toInteger() { return cast(sinteger_t)toReal(); } override uinteger_t toUInteger() { return cast(uinteger_t)toReal(); } override real_t toReal() { return type.isreal() ? value : ldouble(0); } override real_t toImaginary() { return type.isreal() ? ldouble(0) : value; } override complex_t toComplex() { return complex_t(toReal(), toImaginary()); } override bool isBool(bool result) { return result ? (value != 0) : (value == 0); } override void accept(Visitor v) { v.visit(this); } } /*********************************************************** */ extern (C++) final class ComplexExp : Expression { public: complex_t value; extern (D) this(Loc loc, complex_t value, Type type) { super(loc, TOKcomplex80, __traits(classInstanceSize, ComplexExp)); this.value = value; this.type = type; //printf("ComplexExp::ComplexExp(%s)\n", toChars()); } override bool equals(RootObject o) { if (this == o) return true; if ((cast(Expression)o).op == TOKcomplex80) { ComplexExp ne = cast(ComplexExp)o; if (type.toHeadMutable().equals(ne.type.toHeadMutable()) && RealEquals(creall(value), creall(ne.value)) && RealEquals(cimagl(value), cimagl(ne.value))) { return true; } } return false; } override Expression semantic(Scope* sc) { if (!type) type = Type.tcomplex80; else type = type.semantic(loc, sc); return this; } override dinteger_t toInteger() { return cast(sinteger_t)toReal(); } override uinteger_t toUInteger() { return cast(uinteger_t)toReal(); } override real_t toReal() { return creall(value); } override real_t toImaginary() { return cimagl(value); } override complex_t toComplex() { return value; } override bool isBool(bool result) { if (result) return cast(bool)value; else return !value; } override void accept(Visitor v) { v.visit(this); } } /*********************************************************** */ extern (C++) class IdentifierExp : Expression { public: Identifier ident; final extern (D) this(Loc loc, Identifier ident) { super(loc, TOKidentifier, __traits(classInstanceSize, IdentifierExp)); this.ident = ident; } static IdentifierExp create(Loc loc, Identifier ident) { return new IdentifierExp(loc, ident); } override final Expression semantic(Scope* sc) { static if (LOGSEMANTIC) { printf("IdentifierExp::semantic('%s')\n", ident.toChars()); } if (type) // This is used as the dummy expression return this; Dsymbol scopesym; Dsymbol s = sc.search(loc, ident, &scopesym); if (s) { if (s.errors) return new ErrorExp(); Expression e; /* See if the symbol was a member of an enclosing 'with' */ WithScopeSymbol withsym = scopesym.isWithScopeSymbol(); if (withsym && withsym.withstate.wthis) { /* Disallow shadowing */ // First find the scope of the with Scope* scwith = sc; while (scwith.scopesym != scopesym) { scwith = scwith.enclosing; assert(scwith); } // Look at enclosing scopes for symbols with the same name, // in the same function for (Scope* scx = scwith; scx && scx.func == scwith.func; scx = scx.enclosing) { Dsymbol s2; if (scx.scopesym && scx.scopesym.symtab && (s2 = scx.scopesym.symtab.lookup(s.ident)) !is null && s != s2) { error("with symbol %s is shadowing local symbol %s", s.toPrettyChars(), s2.toPrettyChars()); return new ErrorExp(); } } s = s.toAlias(); // Same as wthis.ident // TODO: DotIdExp.semantic will find 'ident' from 'wthis' again. // The redudancy should be removed. e = new VarExp(loc, withsym.withstate.wthis); e = new DotIdExp(loc, e, ident); e = e.semantic(sc); } else { if (withsym) { Declaration d = s.isDeclaration(); if (d) checkAccess(loc, sc, null, d); } /* If f is really a function template, * then replace f with the function template declaration. */ FuncDeclaration f = s.isFuncDeclaration(); if (f) { TemplateDeclaration td = getFuncTemplateDecl(f); if (td) { if (td.overroot) // if not start of overloaded list of TemplateDeclaration's td = td.overroot; // then get the start e = new TemplateExp(loc, td, f); e = e.semantic(sc); return e; } } // Haven't done overload resolution yet, so pass 1 e = DsymbolExp.resolve(loc, sc, s, true); } return e; } if (hasThis(sc)) { AggregateDeclaration ad = sc.getStructClassScope(); if (ad && ad.aliasthis) { Expression e; e = new IdentifierExp(loc, Id.This); e = new DotIdExp(loc, e, ad.aliasthis.ident); e = new DotIdExp(loc, e, ident); e = e.trySemantic(sc); if (e) return e; } } if (ident == Id.ctfe) { if (sc.flags & SCOPEctfe) { error("variable __ctfe cannot be read at compile time"); return new ErrorExp(); } // Create the magic __ctfe bool variable auto vd = new VarDeclaration(loc, Type.tbool, Id.ctfe, null); vd.storage_class |= STCtemp; Expression e = new VarExp(loc, vd); e = e.semantic(sc); return e; } const(char)* n = importHint(ident.toChars()); if (n) error("'%s' is not defined, perhaps you need to import %s; ?", ident.toChars(), n); else { s = sc.search_correct(ident); if (s) error("undefined identifier '%s', did you mean %s '%s'?", ident.toChars(), s.kind(), s.toChars()); else error("undefined identifier '%s'", ident.toChars()); } return new ErrorExp(); } override final bool isLvalue() { return true; } override final Expression toLvalue(Scope* sc, Expression e) { return this; } override void accept(Visitor v) { v.visit(this); } } /*********************************************************** */ extern (C++) final class DollarExp : IdentifierExp { public: extern (D) this(Loc loc) { super(loc, Id.dollar); } override void accept(Visitor v) { v.visit(this); } } /*********************************************************** * Won't be generated by parser. * A placeholder expression to call DsymbolExp.resolve on specific symbol. */ extern (C++) final class DsymbolExp : Expression { public: Dsymbol s; bool hasOverloads; extern (D) this(Loc loc, Dsymbol s, bool hasOverloads = true) { super(loc, TOKdsymbol, __traits(classInstanceSize, DsymbolExp)); this.s = s; this.hasOverloads = hasOverloads; } override Expression semantic(Scope* sc) { return resolve(loc ,sc, s, hasOverloads); } /**************************************** * Resolve a symbol `s` and wraps it in an expression object. * Params: * hasOverloads = works if the aliased symbol is a function. * true: it's overloaded and will be resolved later. * false: it's exact function symbol. */ static Expression resolve(Loc loc, Scope *sc, Dsymbol s, bool hasOverloads) { static if (LOGSEMANTIC) { printf("DsymbolExp::resolve(%s %s)\n", s.kind(), s.toChars()); } Lagain: Expression e; //printf("DsymbolExp:: %p '%s' is a symbol\n", this, toChars()); //printf("s = '%s', s.kind = '%s'\n", s.toChars(), s.kind()); Dsymbol olds = s; Declaration d = s.isDeclaration(); if (d && (d.storage_class & STCtemplateparameter)) { s = s.toAlias(); } else { if (!s.isFuncDeclaration()) // functions are checked after overloading s.checkDeprecated(loc, sc); // Bugzilla 12023: if 's' is a tuple variable, the tuple is returned. s = s.toAlias(); //printf("s = '%s', s.kind = '%s', s.needThis() = %p\n", s.toChars(), s.kind(), s.needThis()); if (s != olds && !s.isFuncDeclaration()) s.checkDeprecated(loc, sc); } if (EnumMember em = s.isEnumMember()) { return em.getVarExp(loc, sc); } if (VarDeclaration v = s.isVarDeclaration()) { //printf("Identifier '%s' is a variable, type '%s'\n", toChars(), v.type.toChars()); if (!v.type) { .error(loc, "forward reference of %s %s", v.kind(), v.toChars()); return new ErrorExp(); } if ((v.storage_class & STCmanifest) && v._init) { if (v.inuse) { .error(loc, "circular initialization of %s", v.toChars()); return new ErrorExp(); } e = v.expandInitializer(loc); v.inuse++; e = e.semantic(sc); v.inuse--; return e; } // Change the ancestor lambdas to delegate before hasThis(sc) call. if (v.checkNestedReference(sc, loc)) return new ErrorExp(); if (v.needThis() && hasThis(sc)) e = new DotVarExp(loc, new ThisExp(loc), v); else e = new VarExp(loc, v); e = e.semantic(sc); return e; } if (auto fld = s.isFuncLiteralDeclaration()) { //printf("'%s' is a function literal\n", fld.toChars()); e = new FuncExp(loc, fld); return e.semantic(sc); } if (auto f = s.isFuncDeclaration()) { f = f.toAliasFunc(); if (!f.functionSemantic()) return new ErrorExp(); if (!hasOverloads && f.checkForwardRef(loc)) return new ErrorExp(); auto fd = s.isFuncDeclaration(); fd.type = f.type; return new VarExp(loc, fd, hasOverloads); } if (OverDeclaration od = s.isOverDeclaration()) { e = new VarExp(loc, od, true); e.type = Type.tvoid; return e; } if (OverloadSet o = s.isOverloadSet()) { //printf("'%s' is an overload set\n", o.toChars()); return new OverExp(loc, o); } if (Import imp = s.isImport()) { if (!imp.pkg) { .error(loc, "forward reference of import %s", imp.toChars()); return new ErrorExp(); } auto ie = new ScopeExp(loc, imp.pkg); return ie.semantic(sc); } if (Package pkg = s.isPackage()) { auto ie = new ScopeExp(loc, pkg); return ie.semantic(sc); } if (Module mod = s.isModule()) { auto ie = new ScopeExp(loc, mod); return ie.semantic(sc); } if (Nspace ns = s.isNspace()) { auto ie = new ScopeExp(loc, ns); return ie.semantic(sc); } if (Type t = s.getType()) { return (new TypeExp(loc, t)).semantic(sc); } if (TupleDeclaration tup = s.isTupleDeclaration()) { if (tup.needThis() && hasThis(sc)) e = new DotVarExp(loc, new ThisExp(loc), tup); else e = new TupleExp(loc, tup); e = e.semantic(sc); return e; } if (TemplateInstance ti = s.isTemplateInstance()) { ti.semantic(sc); if (!ti.inst || ti.errors) return new ErrorExp(); s = ti.toAlias(); if (!s.isTemplateInstance()) goto Lagain; e = new ScopeExp(loc, ti); e = e.semantic(sc); return e; } if (TemplateDeclaration td = s.isTemplateDeclaration()) { Dsymbol p = td.toParent2(); FuncDeclaration fdthis = hasThis(sc); AggregateDeclaration ad = p ? p.isAggregateDeclaration() : null; if (fdthis && ad && isAggregate(fdthis.vthis.type) == ad && (td._scope.stc & STCstatic) == 0) { e = new DotTemplateExp(loc, new ThisExp(loc), td); } else e = new TemplateExp(loc, td); e = e.semantic(sc); return e; } .error(loc, "%s '%s' is not a variable", s.kind(), s.toChars()); return new ErrorExp(); } override bool isLvalue() { return true; } override Expression toLvalue(Scope* sc, Expression e) { return this; } override void accept(Visitor v) { v.visit(this); } } /*********************************************************** */ extern (C++) class ThisExp : Expression { public: VarDeclaration var; final extern (D) this(Loc loc) { super(loc, TOKthis, __traits(classInstanceSize, ThisExp)); //printf("ThisExp::ThisExp() loc = %d\n", loc.linnum); } override Expression semantic(Scope* sc) { static if (LOGSEMANTIC) { printf("ThisExp::semantic()\n"); } if (type) return this; FuncDeclaration fd = hasThis(sc); // fd is the uplevel function with the 'this' variable /* Special case for typeof(this) and typeof(super) since both * should work even if they are not inside a non-static member function */ if (!fd && sc.intypeof == 1) { // Find enclosing struct or class for (Dsymbol s = sc.getStructClassScope(); 1; s = s.parent) { if (!s) { error("%s is not in a class or struct scope", toChars()); goto Lerr; } ClassDeclaration cd = s.isClassDeclaration(); if (cd) { type = cd.type; return this; } StructDeclaration sd = s.isStructDeclaration(); if (sd) { type = sd.type; return this; } } } if (!fd) goto Lerr; assert(fd.vthis); var = fd.vthis; assert(var.parent); type = var.type; if (var.checkNestedReference(sc, loc)) return new ErrorExp(); if (!sc.intypeof) sc.callSuper |= CSXthis; return this; Lerr: error("'this' is only defined in non-static member functions, not %s", sc.parent.toChars()); return new ErrorExp(); } override final bool isBool(bool result) { return result ? true : false; } override final bool isLvalue() { // Class `this` should be an rvalue; struct `this` should be an lvalue. return type.toBasetype().ty != Tclass; } override final Expression toLvalue(Scope* sc, Expression e) { if (type.toBasetype().ty == Tclass) { // Class `this` is an rvalue; struct `this` is an lvalue. return Expression.toLvalue(sc, e); } return this; } override void accept(Visitor v) { v.visit(this); } } /*********************************************************** */ extern (C++) final class SuperExp : ThisExp { public: extern (D) this(Loc loc) { super(loc); op = TOKsuper; } override Expression semantic(Scope* sc) { static if (LOGSEMANTIC) { printf("SuperExp::semantic('%s')\n", toChars()); } if (type) return this; FuncDeclaration fd = hasThis(sc); ClassDeclaration cd; Dsymbol s; /* Special case for typeof(this) and typeof(super) since both * should work even if they are not inside a non-static member function */ if (!fd && sc.intypeof == 1) { // Find enclosing class for (s = sc.getStructClassScope(); 1; s = s.parent) { if (!s) { error("%s is not in a class scope", toChars()); goto Lerr; } cd = s.isClassDeclaration(); if (cd) { cd = cd.baseClass; if (!cd) { error("class %s has no 'super'", s.toChars()); goto Lerr; } type = cd.type; return this; } } } if (!fd) goto Lerr; var = fd.vthis; assert(var && var.parent); s = fd.toParent(); while (s && s.isTemplateInstance()) s = s.toParent(); if (s.isTemplateDeclaration()) // allow inside template constraint s = s.toParent(); assert(s); cd = s.isClassDeclaration(); //printf("parent is %s %s\n", fd->toParent()->kind(), fd->toParent()->toChars()); if (!cd) goto Lerr; if (!cd.baseClass) { error("no base class for %s", cd.toChars()); type = var.type; } else { type = cd.baseClass.type; type = type.castMod(var.type.mod); } if (var.checkNestedReference(sc, loc)) return new ErrorExp(); if (!sc.intypeof) sc.callSuper |= CSXsuper; return this; Lerr: error("'super' is only allowed in non-static class member functions"); return new ErrorExp(); } override void accept(Visitor v) { v.visit(this); } } /*********************************************************** */ extern (C++) final class NullExp : Expression { public: ubyte committed; // !=0 if type is committed extern (D) this(Loc loc, Type type = null) { super(loc, TOKnull, __traits(classInstanceSize, NullExp)); this.type = type; } override bool equals(RootObject o) { if (o && o.dyncast() == DYNCAST_EXPRESSION) { Expression e = cast(Expression)o; if (e.op == TOKnull && type.equals(e.type)) { return true; } } return false; } override Expression semantic(Scope* sc) { static if (LOGSEMANTIC) { printf("NullExp::semantic('%s')\n", toChars()); } // NULL is the same as (void *)0 if (type) return this; type = Type.tnull; return this; } override bool isBool(bool result) { return result ? false : true; } override StringExp toStringExp() { if (implicitConvTo(Type.tstring)) { auto se = new StringExp(loc, cast(char*)mem.xcalloc(1, 1), 0); se.type = Type.tstring; return se; } return null; } override void accept(Visitor v) { v.visit(this); } } /*********************************************************** */ extern (C++) final class StringExp : Expression { public: union { char* string; // if sz == 1 wchar* wstring; // if sz == 2 dchar* dstring; // if sz == 4 } // (const if ownedByCtfe == OWNEDcode) size_t len; // number of code units ubyte sz = 1; // 1: char, 2: wchar, 4: dchar ubyte committed; // !=0 if type is committed char postfix = 0; // 'c', 'w', 'd' OwnedBy ownedByCtfe = OWNEDcode; extern (D) this(Loc loc, char* string) { super(loc, TOKstring, __traits(classInstanceSize, StringExp)); this.string = string; this.len = strlen(string); this.sz = 1; // work around LDC bug #1286 } extern (D) this(Loc loc, void* string, size_t len) { super(loc, TOKstring, __traits(classInstanceSize, StringExp)); this.string = cast(char*)string; this.len = len; this.sz = 1; // work around LDC bug #1286 } extern (D) this(Loc loc, void* string, size_t len, char postfix) { super(loc, TOKstring, __traits(classInstanceSize, StringExp)); this.string = cast(char*)string; this.len = len; this.postfix = postfix; this.sz = 1; // work around LDC bug #1286 } static StringExp create(Loc loc, char* s) { return new StringExp(loc, s); } override bool equals(RootObject o) { //printf("StringExp::equals('%s') %s\n", o->toChars(), toChars()); if (o && o.dyncast() == DYNCAST_EXPRESSION) { Expression e = cast(Expression)o; if (e.op == TOKstring) { return compare(o) == 0; } } return false; } override Expression semantic(Scope* sc) { static if (LOGSEMANTIC) { printf("StringExp::semantic() %s\n", toChars()); } if (type) return this; OutBuffer buffer; size_t newlen = 0; const(char)* p; size_t u; dchar c; switch (postfix) { case 'd': for (u = 0; u < len;) { p = utf_decodeChar(string, len, u, c); if (p) { error("%s", p); return new ErrorExp(); } else { buffer.write4(c); newlen++; } } buffer.write4(0); dstring = cast(dchar*)buffer.extractData(); len = newlen; sz = 4; type = new TypeDArray(Type.tdchar.immutableOf()); committed = 1; break; case 'w': for (u = 0; u < len;) { p = utf_decodeChar(string, len, u, c); if (p) { error("%s", p); return new ErrorExp(); } else { buffer.writeUTF16(c); newlen++; if (c >= 0x10000) newlen++; } } buffer.writeUTF16(0); wstring = cast(wchar*)buffer.extractData(); len = newlen; sz = 2; type = new TypeDArray(Type.twchar.immutableOf()); committed = 1; break; case 'c': committed = 1; goto default; default: type = new TypeDArray(Type.tchar.immutableOf()); break; } type = type.semantic(loc, sc); //type = type->immutableOf(); //printf("type = %s\n", type->toChars()); return this; } /********************************** * Return the number of code units the string would be if it were re-encoded * as tynto. * Params: * tynto = code unit type of the target encoding * Returns: * number of code units */ final size_t numberOfCodeUnits(int tynto = 0) const { int encSize; switch (tynto) { case 0: return len; case Tchar: encSize = 1; break; case Twchar: encSize = 2; break; case Tdchar: encSize = 4; break; default: assert(0); } if (sz == encSize) return len; size_t result = 0; dchar c; switch (sz) { case 1: for (size_t u = 0; u < len;) { if (const p = utf_decodeChar(string, len, u, c)) { error("%s", p); return 0; } result += utf_codeLength(encSize, c); } break; case 2: for (size_t u = 0; u < len;) { if (const p = utf_decodeWchar(wstring, len, u, c)) { error("%s", p); return 0; } result += utf_codeLength(encSize, c); } break; case 4: foreach (u; 0 .. len) { result += utf_codeLength(encSize, dstring[u]); } break; default: assert(0); } return result; } /********************************************** * Write the contents of the string to dest. * Use numberOfCodeUnits() to determine size of result. * Params: * dest = destination * tyto = encoding type of the result * zero = add terminating 0 */ void writeTo(void* dest, bool zero, int tyto = 0) const { int encSize; switch (tyto) { case 0: encSize = sz; break; case Tchar: encSize = 1; break; case Twchar: encSize = 2; break; case Tdchar: encSize = 4; break; default: assert(0); } if (sz == encSize) { memcpy(dest, string, len * sz); if (zero) memset(dest + len * sz, 0, sz); } else assert(0); } /********************************************* * Get the code unit at index i * Params: * i = index * Returns: * code unit at index i */ final dchar getCodeUnit(size_t i) const pure { assert(i < len); final switch (sz) { case 1: return string[i]; case 2: return wstring[i]; case 4: return dstring[i]; } } /********************************************* * Set the code unit at index i to c * Params: * i = index * c = code unit to set it to */ final void setCodeUnit(size_t i, dchar c) { assert(i < len); final switch (sz) { case 1: string[i] = cast(char)c; break; case 2: wstring[i] = cast(wchar)c; break; case 4: dstring[i] = c; break; } } /************************************************** * If the string data is UTF-8 and can be accessed directly, * return a pointer to it. * Do not assume a terminating 0. * Returns: * pointer to string data if possible, null if not */ char* toPtr() { return (sz == 1) ? string : null; } override StringExp toStringExp() { return this; } /**************************************** * Convert string to char[]. */ StringExp toUTF8(Scope* sc) { if (sz != 1) { // Convert to UTF-8 string committed = 0; Expression e = castTo(sc, Type.tchar.arrayOf()); e = e.optimize(WANTvalue); assert(e.op == TOKstring); StringExp se = cast(StringExp)e; assert(se.sz == 1); return se; } return this; } override int compare(RootObject obj) { //printf("StringExp::compare()\n"); // Used to sort case statement expressions so we can do an efficient lookup StringExp se2 = cast(StringExp)obj; // This is a kludge so isExpression() in template.c will return 5 // for StringExp's. if (!se2) return 5; assert(se2.op == TOKstring); size_t len1 = len; size_t len2 = se2.len; //printf("sz = %d, len1 = %d, len2 = %d\n", sz, (int)len1, (int)len2); if (len1 == len2) { switch (sz) { case 1: return memcmp(string, se2.string, len1); case 2: { wchar* s1 = cast(wchar*)string; wchar* s2 = cast(wchar*)se2.string; for (size_t u = 0; u < len; u++) { if (s1[u] != s2[u]) return s1[u] - s2[u]; } } break; case 4: { dchar* s1 = cast(dchar*)string; dchar* s2 = cast(dchar*)se2.string; for (size_t u = 0; u < len; u++) { if (s1[u] != s2[u]) return s1[u] - s2[u]; } } break; default: assert(0); } } return cast(int)(len1 - len2); } override bool isBool(bool result) { return result ? true : false; } override bool isLvalue() { /* string literal is rvalue in default, but * conversion to reference of static array is only allowed. */ return (type && type.toBasetype().ty == Tsarray); } override Expression toLvalue(Scope* sc, Expression e) { //printf("StringExp::toLvalue(%s) type = %s\n", toChars(), type ? type->toChars() : NULL); return (type && type.toBasetype().ty == Tsarray) ? this : Expression.toLvalue(sc, e); } override Expression modifiableLvalue(Scope* sc, Expression e) { error("cannot modify string literal %s", toChars()); return new ErrorExp(); } uint charAt(uinteger_t i) const { uint value; switch (sz) { case 1: value = (cast(char*)string)[cast(size_t)i]; break; case 2: value = (cast(ushort*)string)[cast(size_t)i]; break; case 4: value = (cast(uint*)string)[cast(size_t)i]; break; default: assert(0); } return value; } /******************************** * Convert string contents to a 0 terminated string, * allocated by mem.xmalloc(). */ final const(char)* toStringz() const { auto nbytes = len * sz; char* s = cast(char*)mem.xmalloc(nbytes + sz); writeTo(s, true); return s; } extern (D) const(char)[] peekSlice() const { assert(sz == 1); return this.string[0 .. len]; } override void accept(Visitor v) { v.visit(this); } } /*********************************************************** */ extern (C++) final class TupleExp : Expression { public: /* Tuple-field access may need to take out its side effect part. * For example: * foo().tupleof * is rewritten as: * (ref __tup = foo(); tuple(__tup.field0, __tup.field1, ...)) * The declaration of temporary variable __tup will be stored in TupleExp.e0. */ Expression e0; Expressions* exps; extern (D) this(Loc loc, Expression e0, Expressions* exps) { super(loc, TOKtuple, __traits(classInstanceSize, TupleExp)); //printf("TupleExp(this = %p)\n", this); this.e0 = e0; this.exps = exps; } extern (D) this(Loc loc, Expressions* exps) { super(loc, TOKtuple, __traits(classInstanceSize, TupleExp)); //printf("TupleExp(this = %p)\n", this); this.exps = exps; } extern (D) this(Loc loc, TupleDeclaration tup) { super(loc, TOKtuple, __traits(classInstanceSize, TupleExp)); this.exps = new Expressions(); this.exps.reserve(tup.objects.dim); for (size_t i = 0; i < tup.objects.dim; i++) { RootObject o = (*tup.objects)[i]; if (Dsymbol s = getDsymbol(o)) { /* If tuple element represents a symbol, translate to DsymbolExp * to supply implicit 'this' if needed later. */ Expression e = new DsymbolExp(loc, s); this.exps.push(e); } else if (o.dyncast() == DYNCAST_EXPRESSION) { auto e = (cast(Expression)o).copy(); e.loc = loc; // Bugzilla 15669 this.exps.push(e); } else if (o.dyncast() == DYNCAST_TYPE) { Type t = cast(Type)o; Expression e = new TypeExp(loc, t); this.exps.push(e); } else { error("%s is not an expression", o.toChars()); } } } override Expression syntaxCopy() { return new TupleExp(loc, e0 ? e0.syntaxCopy() : null, arraySyntaxCopy(exps)); } override bool equals(RootObject o) { if (this == o) return true; if ((cast(Expression)o).op == TOKtuple) { TupleExp te = cast(TupleExp)o; if (exps.dim != te.exps.dim) return false; if (e0 && !e0.equals(te.e0) || !e0 && te.e0) return false; for (size_t i = 0; i < exps.dim; i++) { Expression e1 = (*exps)[i]; Expression e2 = (*te.exps)[i]; if (!e1.equals(e2)) return false; } return true; } return false; } override Expression semantic(Scope* sc) { static if (LOGSEMANTIC) { printf("+TupleExp::semantic(%s)\n", toChars()); } if (type) return this; if (e0) e0 = e0.semantic(sc); // Run semantic() on each argument bool err = false; for (size_t i = 0; i < exps.dim; i++) { Expression e = (*exps)[i]; e = e.semantic(sc); if (!e.type) { error("%s has no value", e.toChars()); err = true; } else if (e.op == TOKerror) err = true; else (*exps)[i] = e; } if (err) return new ErrorExp(); expandTuples(exps); type = new TypeTuple(exps); type = type.semantic(loc, sc); //printf("-TupleExp::semantic(%s)\n", toChars()); return this; } override void accept(Visitor v) { v.visit(this); } } /*********************************************************** * [ e1, e2, e3, ... ] */ extern (C++) final class ArrayLiteralExp : Expression { public: /* If !is null, elements[] can be sparse and basis is used for the * "default" element value. In other words, non-null elements[i] overrides * this 'basis' value. */ Expression basis; Expressions* elements; OwnedBy ownedByCtfe = OWNEDcode; extern (D) this(Loc loc, Expressions* elements) { super(loc, TOKarrayliteral, __traits(classInstanceSize, ArrayLiteralExp)); this.elements = elements; } extern (D) this(Loc loc, Expression e) { super(loc, TOKarrayliteral, __traits(classInstanceSize, ArrayLiteralExp)); elements = new Expressions(); elements.push(e); } extern (D) this(Loc loc, Expression basis, Expressions* elements) { super(loc, TOKarrayliteral, __traits(classInstanceSize, ArrayLiteralExp)); this.basis = basis; this.elements = elements; } override Expression syntaxCopy() { return new ArrayLiteralExp(loc, basis ? basis.syntaxCopy() : null, arraySyntaxCopy(elements)); } override bool equals(RootObject o) { if (this == o) return true; if (o && o.dyncast() == DYNCAST_EXPRESSION && (cast(Expression)o).op == TOKarrayliteral) { ArrayLiteralExp ae = cast(ArrayLiteralExp)o; if (elements.dim != ae.elements.dim) return false; if (elements.dim == 0 && !type.equals(ae.type)) { return false; } for (size_t i = 0; i < elements.dim; i++) { Expression e1 = (*elements)[i]; Expression e2 = (*ae.elements)[i]; if (!e1) e1 = basis; if (!e2) e2 = ae.basis; if (e1 != e2 && (!e1 || !e2 || !e1.equals(e2))) return false; } return true; } return false; } final Expression getElement(size_t i) { auto el = (*elements)[i]; if (!el) el = basis; return el; } /* Copy element `Expressions` in the parameters when they're `ArrayLiteralExp`s. * Params: * e1 = If it's ArrayLiteralExp, its `elements` will be copied. * Otherwise, `e1` itself will be pushed into the new `Expressions`. * e2 = If it's not `null`, it will be pushed/appended to the new * `Expressions` by the same way with `e1`. * Returns: * Newly allocated `Expresions. Note that it points the original * `Expression` values in e1 and e2. */ static Expressions* copyElements(Expression e1, Expression e2 = null) { auto elems = new Expressions(); void append(ArrayLiteralExp ale) { if (!ale.elements) return; auto d = elems.dim; elems.append(ale.elements); foreach (ref el; (*elems)[][d .. elems.dim]) { if (!el) el = ale.basis; } } if (e1.op == TOKarrayliteral) append(cast(ArrayLiteralExp)e1); else elems.push(e1); if (e2) { if (e2.op == TOKarrayliteral) append(cast(ArrayLiteralExp)e2); else elems.push(e2); } return elems; } override Expression semantic(Scope* sc) { static if (LOGSEMANTIC) { printf("ArrayLiteralExp::semantic('%s')\n", toChars()); } if (type) return this; /* Perhaps an empty array literal [ ] should be rewritten as null? */ if (basis) basis = basis.semantic(sc); if (arrayExpressionSemantic(elements, sc) || (basis && basis.op == TOKerror)) return new ErrorExp(); expandTuples(elements); Type t0; if (basis) elements.push(basis); bool err = arrayExpressionToCommonType(sc, elements, &t0); if (basis) basis = elements.pop(); if (err) return new ErrorExp(); type = t0.arrayOf(); type = type.semantic(loc, sc); /* Disallow array literals of type void being used. */ if (elements.dim > 0 && t0.ty == Tvoid) { error("%s of type %s has no value", toChars(), type.toChars()); return new ErrorExp(); } semanticTypeInfo(sc, type); return this; } override bool isBool(bool result) { size_t dim = elements ? elements.dim : 0; return result ? (dim != 0) : (dim == 0); } override StringExp toStringExp() { TY telem = type.nextOf().toBasetype().ty; if (telem == Tchar || telem == Twchar || telem == Tdchar || (telem == Tvoid && (!elements || elements.dim == 0))) { ubyte sz = 1; if (telem == Twchar) sz = 2; else if (telem == Tdchar) sz = 4; OutBuffer buf; if (elements) { for (size_t i = 0; i < elements.dim; ++i) { auto ch = getElement(i); if (ch.op != TOKint64) return null; if (sz == 1) buf.writeByte(cast(uint)ch.toInteger()); else if (sz == 2) buf.writeword(cast(uint)ch.toInteger()); else buf.write4(cast(uint)ch.toInteger()); } } char prefix; if (sz == 1) { prefix = 'c'; buf.writeByte(0); } else if (sz == 2) { prefix = 'w'; buf.writeword(0); } else { prefix = 'd'; buf.write4(0); } const(size_t) len = buf.offset / sz - 1; auto se = new StringExp(loc, buf.extractData(), len, prefix); se.sz = sz; se.type = type; return se; } return null; } override void accept(Visitor v) { v.visit(this); } } /*********************************************************** * [ key0 : value0, key1 : value1, ... ] */ extern (C++) final class AssocArrayLiteralExp : Expression { public: Expressions* keys; Expressions* values; OwnedBy ownedByCtfe = OWNEDcode; extern (D) this(Loc loc, Expressions* keys, Expressions* values) { super(loc, TOKassocarrayliteral, __traits(classInstanceSize, AssocArrayLiteralExp)); assert(keys.dim == values.dim); this.keys = keys; this.values = values; } override bool equals(RootObject o) { if (this == o) return true; if (o && o.dyncast() == DYNCAST_EXPRESSION && (cast(Expression)o).op == TOKassocarrayliteral) { AssocArrayLiteralExp ae = cast(AssocArrayLiteralExp)o; if (keys.dim != ae.keys.dim) return false; size_t count = 0; for (size_t i = 0; i < keys.dim; i++) { for (size_t j = 0; j < ae.keys.dim; j++) { if ((*keys)[i].equals((*ae.keys)[j])) { if (!(*values)[i].equals((*ae.values)[j])) return false; ++count; } } } return count == keys.dim; } return false; } override Expression syntaxCopy() { return new AssocArrayLiteralExp(loc, arraySyntaxCopy(keys), arraySyntaxCopy(values)); } override Expression semantic(Scope* sc) { static if (LOGSEMANTIC) { printf("AssocArrayLiteralExp::semantic('%s')\n", toChars()); } if (type) return this; // Run semantic() on each element bool err_keys = arrayExpressionSemantic(keys, sc); bool err_vals = arrayExpressionSemantic(values, sc); if (err_keys || err_vals) return new ErrorExp(); expandTuples(keys); expandTuples(values); if (keys.dim != values.dim) { error("number of keys is %u, must match number of values %u", keys.dim, values.dim); return new ErrorExp(); } Type tkey = null; Type tvalue = null; err_keys = arrayExpressionToCommonType(sc, keys, &tkey); err_vals = arrayExpressionToCommonType(sc, values, &tvalue); if (err_keys || err_vals) return new ErrorExp(); if (tkey == Type.terror || tvalue == Type.terror) return new ErrorExp(); type = new TypeAArray(tvalue, tkey); type = type.semantic(loc, sc); semanticTypeInfo(sc, type); return this; } override bool isBool(bool result) { size_t dim = keys.dim; return result ? (dim != 0) : (dim == 0); } override void accept(Visitor v) { v.visit(this); } } enum stageScrub = 0x1; // scrubReturnValue is running enum stageSearchPointers = 0x2; // hasNonConstPointers is running enum stageOptimize = 0x4; // optimize is running enum stageApply = 0x8; // apply is running enum stageInlineScan = 0x10; // inlineScan is running enum stageToCBuffer = 0x20; // toCBuffer is running /*********************************************************** * sd( e1, e2, e3, ... ) */ extern (C++) final class StructLiteralExp : Expression { public: StructDeclaration sd; // which aggregate this is for Expressions* elements; // parallels sd.fields[] with null entries for fields to skip Type stype; // final type of result (can be different from sd's type) bool useStaticInit; // if this is true, use the StructDeclaration's init symbol Symbol* sym; // back end symbol to initialize with literal OwnedBy ownedByCtfe = OWNEDcode; // pointer to the origin instance of the expression. // once a new expression is created, origin is set to 'this'. // anytime when an expression copy is created, 'origin' pointer is set to // 'origin' pointer value of the original expression. StructLiteralExp origin; // those fields need to prevent a infinite recursion when one field of struct initialized with 'this' pointer. StructLiteralExp inlinecopy; // anytime when recursive function is calling, 'stageflags' marks with bit flag of // current stage and unmarks before return from this function. // 'inlinecopy' uses similar 'stageflags' and from multiple evaluation 'doInline' // (with infinite recursion) of this expression. int stageflags; extern (D) this(Loc loc, StructDeclaration sd, Expressions* elements, Type stype = null) { super(loc, TOKstructliteral, __traits(classInstanceSize, StructLiteralExp)); this.sd = sd; if (!elements) elements = new Expressions(); this.elements = elements; this.stype = stype; this.origin = this; //printf("StructLiteralExp::StructLiteralExp(%s)\n", toChars()); } static StructLiteralExp create(Loc loc, StructDeclaration sd, void* elements, Type stype = null) { return new StructLiteralExp(loc, sd, cast(Expressions*)elements, stype); } override bool equals(RootObject o) { if (this == o) return true; if (o && o.dyncast() == DYNCAST_EXPRESSION && (cast(Expression)o).op == TOKstructliteral) { StructLiteralExp se = cast(StructLiteralExp)o; if (!type.equals(se.type)) return false; if (elements.dim != se.elements.dim) return false; for (size_t i = 0; i < elements.dim; i++) { Expression e1 = (*elements)[i]; Expression e2 = (*se.elements)[i]; if (e1 != e2 && (!e1 || !e2 || !e1.equals(e2))) return false; } return true; } return false; } override Expression syntaxCopy() { auto exp = new StructLiteralExp(loc, sd, arraySyntaxCopy(elements), type ? type : stype); exp.origin = this; return exp; } override Expression semantic(Scope* sc) { static if (LOGSEMANTIC) { printf("StructLiteralExp::semantic('%s')\n", toChars()); } if (type) return this; sd.size(loc); if (sd.sizeok != SIZEOKdone) return new ErrorExp(); if (arrayExpressionSemantic(elements, sc)) // run semantic() on each element return new ErrorExp(); expandTuples(elements); /* Fit elements[] to the corresponding type of field[]. */ if (!sd.fit(loc, sc, elements, stype)) return new ErrorExp(); /* Fill out remainder of elements[] with default initializers for fields[] */ if (!sd.fill(loc, elements, false)) { /* An error in the initializer needs to be recorded as an error * in the enclosing function or template, since the initializer * will be part of the stuct declaration. */ global.increaseErrorCount(); return new ErrorExp(); } if (checkFrameAccess(loc, sc, sd, elements.dim)) return new ErrorExp(); type = stype ? stype : sd.type; return this; } /************************************** * Gets expression at offset of type. * Returns NULL if not found. */ Expression getField(Type type, uint offset) { //printf("StructLiteralExp::getField(this = %s, type = %s, offset = %u)\n", // /*toChars()*/"", type->toChars(), offset); Expression e = null; int i = getFieldIndex(type, offset); if (i != -1) { //printf("\ti = %d\n", i); if (i == sd.fields.dim - 1 && sd.isNested()) return null; assert(i < elements.dim); e = (*elements)[i]; if (e) { //printf("e = %s, e->type = %s\n", e->toChars(), e->type->toChars()); /* If type is a static array, and e is an initializer for that array, * then the field initializer should be an array literal of e. */ if (e.type.castMod(0) != type.castMod(0) && type.ty == Tsarray) { TypeSArray tsa = cast(TypeSArray)type; size_t length = cast(size_t)tsa.dim.toInteger(); auto z = new Expressions(); z.setDim(length); for (size_t q = 0; q < length; ++q) (*z)[q] = e.copy(); e = new ArrayLiteralExp(loc, z); e.type = type; } else { e = e.copy(); e.type = type; } if (useStaticInit && e.op == TOKstructliteral && e.type.needsNested()) { StructLiteralExp se = cast(StructLiteralExp)e; se.useStaticInit = true; } } } return e; } /************************************ * Get index of field. * Returns -1 if not found. */ int getFieldIndex(Type type, uint offset) { /* Find which field offset is by looking at the field offsets */ if (elements.dim) { for (size_t i = 0; i < sd.fields.dim; i++) { VarDeclaration v = sd.fields[i]; if (offset == v.offset && type.size() == v.type.size()) { /* context field might not be filled. */ if (i == sd.fields.dim - 1 && sd.isNested()) return cast(int)i; Expression e = (*elements)[i]; if (e) { return cast(int)i; } break; } } } return -1; } override Expression addDtorHook(Scope* sc) { /* If struct requires a destructor, rewrite as: * (S tmp = S()),tmp * so that the destructor can be hung on tmp. */ if (sd.dtor && sc.func) { /* Make an identifier for the temporary of the form: * __sl%s%d, where %s is the struct name */ const(size_t) len = 10; char[len + 1] buf; buf[len] = 0; strcpy(buf.ptr, "__sl"); strncat(buf.ptr, sd.ident.toChars(), len - 4 - 1); assert(buf[len] == 0); auto tmp = copyToTemp(0, buf.ptr, this); Expression ae = new DeclarationExp(loc, tmp); Expression e = new CommaExp(loc, ae, new VarExp(loc, tmp)); e = e.semantic(sc); return e; } return this; } override void accept(Visitor v) { v.visit(this); } } /*********************************************************** * Mainly just a placeholder */ extern (C++) final class TypeExp : Expression { public: extern (D) this(Loc loc, Type type) { super(loc, TOKtype, __traits(classInstanceSize, TypeExp)); //printf("TypeExp::TypeExp(%s)\n", type->toChars()); this.type = type; } override Expression syntaxCopy() { return new TypeExp(loc, type.syntaxCopy()); } override Expression semantic(Scope* sc) { if (type.ty == Terror) return new ErrorExp(); //printf("TypeExp::semantic(%s)\n", type->toChars()); Expression e; Type t; Dsymbol s; type.resolve(loc, sc, &e, &t, &s, true); if (e) { //printf("e = %s %s\n", Token::toChars(e->op), e->toChars()); e = e.semantic(sc); } else if (t) { //printf("t = %d %s\n", t->ty, t->toChars()); type = t.semantic(loc, sc); e = this; } else if (s) { //printf("s = %s %s\n", s->kind(), s->toChars()); e = DsymbolExp.resolve(loc, sc, s, true); } else assert(0); if (global.params.vcomplex) type.checkComplexTransition(loc); return e; } override bool checkType() { error("type %s is not an expression", toChars()); return true; } override bool checkValue() { error("type %s has no value", toChars()); return true; } override void accept(Visitor v) { v.visit(this); } } /*********************************************************** * Mainly just a placeholder of * Package, Module, Nspace, and TemplateInstance (including TemplateMixin) * * A template instance that requires IFTI: * foo!tiargs(fargs) // foo!tiargs * is left until CallExp::semantic() or resolveProperties() */ extern (C++) final class ScopeExp : Expression { public: ScopeDsymbol sds; extern (D) this(Loc loc, ScopeDsymbol sds) { super(loc, TOKscope, __traits(classInstanceSize, ScopeExp)); //printf("ScopeExp::ScopeExp(sds = '%s')\n", sds.toChars()); //static int count; if (++count == 38) *(char*)0=0; this.sds = sds; assert(!sds.isTemplateDeclaration()); // instead, you should use TemplateExp } override Expression syntaxCopy() { return new ScopeExp(loc, cast(ScopeDsymbol)sds.syntaxCopy(null)); } override Expression semantic(Scope* sc) { static if (LOGSEMANTIC) { printf("+ScopeExp::semantic(%p '%s')\n", this, toChars()); } if (type) return this; ScopeDsymbol sds2 = sds; TemplateInstance ti = sds2.isTemplateInstance(); while (ti) { WithScopeSymbol withsym; if (!ti.findTempDecl(sc, &withsym) || !ti.semanticTiargs(sc)) { return new ErrorExp(); } if (withsym && withsym.withstate.wthis) { Expression e = new VarExp(loc, withsym.withstate.wthis); e = new DotTemplateInstanceExp(loc, e, ti); return e.semantic(sc); } if (ti.needsTypeInference(sc)) { if (TemplateDeclaration td = ti.tempdecl.isTemplateDeclaration()) { Dsymbol p = td.toParent2(); FuncDeclaration fdthis = hasThis(sc); AggregateDeclaration ad = p ? p.isAggregateDeclaration() : null; if (fdthis && ad && isAggregate(fdthis.vthis.type) == ad && (td._scope.stc & STCstatic) == 0) { Expression e = new DotTemplateInstanceExp(loc, new ThisExp(loc), ti.name, ti.tiargs); return e.semantic(sc); } } else if (OverloadSet os = ti.tempdecl.isOverloadSet()) { FuncDeclaration fdthis = hasThis(sc); AggregateDeclaration ad = os.parent.isAggregateDeclaration(); if (fdthis && ad && isAggregate(fdthis.vthis.type) == ad) { Expression e = new DotTemplateInstanceExp(loc, new ThisExp(loc), ti.name, ti.tiargs); return e.semantic(sc); } } // ti is an instance which requires IFTI. sds = ti; type = Type.tvoid; return this; } ti.semantic(sc); if (!ti.inst || ti.errors) return new ErrorExp(); Dsymbol s = ti.toAlias(); if (s == ti) { sds = ti; type = Type.tvoid; return this; } sds2 = s.isScopeDsymbol(); if (sds2) { ti = sds2.isTemplateInstance(); //printf("+ sds2 = %s, '%s'\n", sds2.kind(), sds2.toChars()); continue; } if (auto v = s.isVarDeclaration()) { if (!v.type) { error("forward reference of %s %s", v.kind(), v.toChars()); return new ErrorExp(); } if ((v.storage_class & STCmanifest) && v._init) { /* When an instance that will be converted to a constant exists, * the instance representation "foo!tiargs" is treated like a * variable name, and its recursive appearance check (note that * it's equivalent with a recursive instantiation of foo) is done * separately from the circular initialization check for the * eponymous enum variable declaration. * * template foo(T) { * enum bool foo = foo; // recursive definition check (v.inuse) * } * template bar(T) { * enum bool bar = bar!T; // recursive instantiation check (ti.inuse) * } */ if (ti.inuse) { error("recursive expansion of %s '%s'", ti.kind(), ti.toPrettyChars()); return new ErrorExp(); } auto e = v.expandInitializer(loc); ti.inuse++; e = e.semantic(sc); ti.inuse--; return e; } } //printf("s = %s, '%s'\n", s.kind(), s.toChars()); auto e = DsymbolExp.resolve(loc, sc, s, true); //printf("-1ScopeExp::semantic()\n"); return e; } //printf("sds2 = %s, '%s'\n", sds2.kind(), sds2.toChars()); //printf("\tparent = '%s'\n", sds2.parent.toChars()); sds2.semantic(sc); if (auto t = sds2.getType()) // (Aggregate|Enum)Declaration return (new TypeExp(loc, t)).semantic(sc); if (auto td = sds2.isTemplateDeclaration()) return (new TemplateExp(loc, td)).semantic(sc); sds = sds2; type = Type.tvoid; //printf("-2ScopeExp::semantic() %s\n", toChars()); return this; } override bool checkType() { if (sds.isPackage()) { error("%s %s has no type", sds.kind(), sds.toChars()); return true; } if (auto ti = sds.isTemplateInstance()) { //assert(ti.needsTypeInference(sc)); if (ti.tempdecl && ti.semantictiargsdone && ti.semanticRun == PASSinit) { error("partial %s %s has no type", sds.kind(), toChars()); return true; } } return false; } override bool checkValue() { error("%s %s has no value", sds.kind(), sds.toChars()); return true; } override void accept(Visitor v) { v.visit(this); } } /*********************************************************** * Mainly just a placeholder */ extern (C++) final class TemplateExp : Expression { public: TemplateDeclaration td; FuncDeclaration fd; extern (D) this(Loc loc, TemplateDeclaration td, FuncDeclaration fd = null) { super(loc, TOKtemplate, __traits(classInstanceSize, TemplateExp)); //printf("TemplateExp(): %s\n", td->toChars()); this.td = td; this.fd = fd; } override bool isLvalue() { return fd !is null; } override Expression toLvalue(Scope* sc, Expression e) { if (!fd) return Expression.toLvalue(sc, e); assert(sc); return DsymbolExp.resolve(loc, sc, fd, true); } override bool checkType() { error("%s %s has no type", td.kind(), toChars()); return true; } override bool checkValue() { error("%s %s has no value", td.kind(), toChars()); return true; } override void accept(Visitor v) { v.visit(this); } } /*********************************************************** * thisexp.new(newargs) newtype(arguments) */ extern (C++) final class NewExp : Expression { public: Expression thisexp; // if !=null, 'this' for class being allocated Expressions* newargs; // Array of Expression's to call new operator Type newtype; Expressions* arguments; // Array of Expression's Expression argprefix; // expression to be evaluated just before arguments[] CtorDeclaration member; // constructor function NewDeclaration allocator; // allocator function int onstack; // allocate on stack extern (D) this(Loc loc, Expression thisexp, Expressions* newargs, Type newtype, Expressions* arguments) { super(loc, TOKnew, __traits(classInstanceSize, NewExp)); this.thisexp = thisexp; this.newargs = newargs; this.newtype = newtype; this.arguments = arguments; } override Expression syntaxCopy() { return new NewExp(loc, thisexp ? thisexp.syntaxCopy() : null, arraySyntaxCopy(newargs), newtype.syntaxCopy(), arraySyntaxCopy(arguments)); } override Expression semantic(Scope* sc) { static if (LOGSEMANTIC) { printf("NewExp::semantic() %s\n", toChars()); if (thisexp) printf("\tthisexp = %s\n", thisexp.toChars()); printf("\tnewtype: %s\n", newtype.toChars()); } if (type) // if semantic() already run return this; // Bugzilla 11581: With the syntax `new T[edim]` or `thisexp.new T[edim]`, // T should be analyzed first and edim should go into arguments iff it's // not a tuple. Expression edim = null; if (!arguments && newtype.ty == Tsarray) { edim = (cast(TypeSArray)newtype).dim; newtype = (cast(TypeNext)newtype).next; } ClassDeclaration cdthis = null; if (thisexp) { thisexp = thisexp.semantic(sc); if (thisexp.op == TOKerror) return new ErrorExp(); cdthis = thisexp.type.isClassHandle(); if (!cdthis) { error("'this' for nested class must be a class type, not %s", thisexp.type.toChars()); return new ErrorExp(); } sc = sc.push(cdthis); type = newtype.semantic(loc, sc); sc = sc.pop(); } else { type = newtype.semantic(loc, sc); } if (type.ty == Terror) return new ErrorExp(); if (edim) { if (type.toBasetype().ty == Ttuple) { // --> new T[edim] type = new TypeSArray(type, edim); type = type.semantic(loc, sc); if (type.ty == Terror) return new ErrorExp(); } else { // --> new T[](edim) arguments = new Expressions(); arguments.push(edim); type = type.arrayOf(); } } newtype = type; // in case type gets cast to something else Type tb = type.toBasetype(); //printf("tb: %s, deco = %s\n", tb.toChars(), tb.deco); if (arrayExpressionSemantic(newargs, sc) || preFunctionParameters(loc, sc, newargs)) { return new ErrorExp(); } if (arrayExpressionSemantic(arguments, sc) || preFunctionParameters(loc, sc, arguments)) { return new ErrorExp(); } if (thisexp && tb.ty != Tclass) { error("e.new is only for allocating nested classes, not %s", tb.toChars()); return new ErrorExp(); } size_t nargs = arguments ? arguments.dim : 0; Expression newprefix = null; if (tb.ty == Tclass) { auto cd = (cast(TypeClass)tb).sym; cd.size(loc); if (cd.sizeok != SIZEOKdone) return new ErrorExp(); if (!cd.ctor) cd.ctor = cd.searchCtor(); if (cd.noDefaultCtor && !nargs && !cd.defaultCtor) { error("default construction is disabled for type %s", cd.type.toChars()); return new ErrorExp(); } if (cd.isInterfaceDeclaration()) { error("cannot create instance of interface %s", cd.toChars()); return new ErrorExp(); } if (cd.isAbstract()) { error("cannot create instance of abstract class %s", cd.toChars()); for (size_t i = 0; i < cd.vtbl.dim; i++) { FuncDeclaration fd = cd.vtbl[i].isFuncDeclaration(); if (fd && fd.isAbstract()) { errorSupplemental(loc, "function '%s' is not implemented", fd.toFullSignature()); } } return new ErrorExp(); } // checkDeprecated() is already done in newtype->semantic(). if (cd.isNested()) { /* We need a 'this' pointer for the nested class. * Ensure we have the right one. */ Dsymbol s = cd.toParent2(); //printf("cd isNested, parent = %s '%s'\n", s.kind(), s.toPrettyChars()); if (auto cdn = s.isClassDeclaration()) { if (!cdthis) { // Supply an implicit 'this' and try again thisexp = new ThisExp(loc); for (Dsymbol sp = sc.parent; 1; sp = sp.parent) { if (!sp) { error("outer class %s 'this' needed to 'new' nested class %s", cdn.toChars(), cd.toChars()); return new ErrorExp(); } ClassDeclaration cdp = sp.isClassDeclaration(); if (!cdp) continue; if (cdp == cdn || cdn.isBaseOf(cdp, null)) break; // Add a '.outer' and try again thisexp = new DotIdExp(loc, thisexp, Id.outer); } thisexp = thisexp.semantic(sc); if (thisexp.op == TOKerror) return new ErrorExp(); cdthis = thisexp.type.isClassHandle(); } if (cdthis != cdn && !cdn.isBaseOf(cdthis, null)) { //printf("cdthis = %s\n", cdthis.toChars()); error("'this' for nested class must be of type %s, not %s", cdn.toChars(), thisexp.type.toChars()); return new ErrorExp(); } if (!MODimplicitConv(thisexp.type.mod, newtype.mod)) { error("nested type %s should have the same or weaker constancy as enclosing type %s", newtype.toChars(), thisexp.type.toChars()); return new ErrorExp(); } } else if (thisexp) { error("e.new is only for allocating nested classes"); return new ErrorExp(); } else if (auto fdn = s.isFuncDeclaration()) { // make sure the parent context fdn of cd is reachable from sc if (checkNestedRef(sc.parent, fdn)) { error("outer function context of %s is needed to 'new' nested class %s", fdn.toPrettyChars(), cd.toPrettyChars()); return new ErrorExp(); } } else assert(0); } else if (thisexp) { error("e.new is only for allocating nested classes"); return new ErrorExp(); } if (cd.aggNew) { // Prepend the size argument to newargs[] Expression e = new IntegerExp(loc, cd.size(loc), Type.tsize_t); if (!newargs) newargs = new Expressions(); newargs.shift(e); FuncDeclaration f = resolveFuncCall(loc, sc, cd.aggNew, null, tb, newargs); if (!f || f.errors) return new ErrorExp(); checkDeprecated(sc, f); checkPurity(sc, f); checkSafety(sc, f); checkNogc(sc, f); checkAccess(cd, loc, sc, f); TypeFunction tf = cast(TypeFunction)f.type; Type rettype; if (functionParameters(loc, sc, tf, null, newargs, f, &rettype, &newprefix)) return new ErrorExp(); allocator = f.isNewDeclaration(); assert(allocator); } else { if (newargs && newargs.dim) { error("no allocator for %s", cd.toChars()); return new ErrorExp(); } } if (cd.ctor) { FuncDeclaration f = resolveFuncCall(loc, sc, cd.ctor, null, tb, arguments, 0); if (!f || f.errors) return new ErrorExp(); checkDeprecated(sc, f); checkPurity(sc, f); checkSafety(sc, f); checkNogc(sc, f); checkAccess(cd, loc, sc, f); TypeFunction tf = cast(TypeFunction)f.type; if (!arguments) arguments = new Expressions(); if (functionParameters(loc, sc, tf, type, arguments, f, &type, &argprefix)) return new ErrorExp(); member = f.isCtorDeclaration(); assert(member); } else { if (nargs) { error("no constructor for %s", cd.toChars()); return new ErrorExp(); } } } else if (tb.ty == Tstruct) { auto sd = (cast(TypeStruct)tb).sym; sd.size(loc); if (sd.sizeok != SIZEOKdone) return new ErrorExp(); if (!sd.ctor) sd.ctor = sd.searchCtor(); if (sd.noDefaultCtor && !nargs) { error("default construction is disabled for type %s", sd.type.toChars()); return new ErrorExp(); } // checkDeprecated() is already done in newtype->semantic(). if (sd.aggNew) { // Prepend the uint size argument to newargs[] Expression e = new IntegerExp(loc, sd.size(loc), Type.tsize_t); if (!newargs) newargs = new Expressions(); newargs.shift(e); FuncDeclaration f = resolveFuncCall(loc, sc, sd.aggNew, null, tb, newargs); if (!f || f.errors) return new ErrorExp(); checkDeprecated(sc, f); checkPurity(sc, f); checkSafety(sc, f); checkNogc(sc, f); checkAccess(sd, loc, sc, f); TypeFunction tf = cast(TypeFunction)f.type; Type rettype; if (functionParameters(loc, sc, tf, null, newargs, f, &rettype, &newprefix)) return new ErrorExp(); allocator = f.isNewDeclaration(); assert(allocator); } else { if (newargs && newargs.dim) { error("no allocator for %s", sd.toChars()); return new ErrorExp(); } } if (sd.ctor && nargs) { FuncDeclaration f = resolveFuncCall(loc, sc, sd.ctor, null, tb, arguments, 0); if (!f || f.errors) return new ErrorExp(); checkDeprecated(sc, f); checkPurity(sc, f); checkSafety(sc, f); checkNogc(sc, f); checkAccess(sd, loc, sc, f); TypeFunction tf = cast(TypeFunction)f.type; if (!arguments) arguments = new Expressions(); if (functionParameters(loc, sc, tf, type, arguments, f, &type, &argprefix)) return new ErrorExp(); member = f.isCtorDeclaration(); assert(member); if (checkFrameAccess(loc, sc, sd, sd.fields.dim)) return new ErrorExp(); } else { if (!arguments) arguments = new Expressions(); if (!sd.fit(loc, sc, arguments, tb)) return new ErrorExp(); if (!sd.fill(loc, arguments, false)) return new ErrorExp(); if (checkFrameAccess(loc, sc, sd, arguments ? arguments.dim : 0)) return new ErrorExp(); } type = type.pointerTo(); } else if (tb.ty == Tarray && nargs) { Type tn = tb.nextOf().baseElemOf(); Dsymbol s = tn.toDsymbol(sc); AggregateDeclaration ad = s ? s.isAggregateDeclaration() : null; if (ad && ad.noDefaultCtor) { error("default construction is disabled for type %s", tb.nextOf().toChars()); return new ErrorExp(); } for (size_t i = 0; i < nargs; i++) { if (tb.ty != Tarray) { error("too many arguments for array"); return new ErrorExp(); } Expression arg = (*arguments)[i]; arg = resolveProperties(sc, arg); arg = arg.implicitCastTo(sc, Type.tsize_t); arg = arg.optimize(WANTvalue); if (arg.op == TOKint64 && cast(sinteger_t)arg.toInteger() < 0) { error("negative array index %s", arg.toChars()); return new ErrorExp(); } (*arguments)[i] = arg; tb = (cast(TypeDArray)tb).next.toBasetype(); } } else if (tb.isscalar()) { if (!nargs) { } else if (nargs == 1) { Expression e = (*arguments)[0]; e = e.implicitCastTo(sc, tb); (*arguments)[0] = e; } else { error("more than one argument for construction of %s", type.toChars()); return new ErrorExp(); } type = type.pointerTo(); } else { error("new can only create structs, dynamic arrays or class objects, not %s's", type.toChars()); return new ErrorExp(); } //printf("NewExp: '%s'\n", toChars()); //printf("NewExp:type '%s'\n", type->toChars()); semanticTypeInfo(sc, type); if (newprefix) return combine(newprefix, this); return this; } override void accept(Visitor v) { v.visit(this); } } /*********************************************************** * thisexp.new(newargs) class baseclasses { } (arguments) */ extern (C++) final class NewAnonClassExp : Expression { public: Expression thisexp; // if !=null, 'this' for class being allocated Expressions* newargs; // Array of Expression's to call new operator ClassDeclaration cd; // class being instantiated Expressions* arguments; // Array of Expression's to call class constructor extern (D) this(Loc loc, Expression thisexp, Expressions* newargs, ClassDeclaration cd, Expressions* arguments) { super(loc, TOKnewanonclass, __traits(classInstanceSize, NewAnonClassExp)); this.thisexp = thisexp; this.newargs = newargs; this.cd = cd; this.arguments = arguments; } override Expression syntaxCopy() { return new NewAnonClassExp(loc, thisexp ? thisexp.syntaxCopy() : null, arraySyntaxCopy(newargs), cast(ClassDeclaration)cd.syntaxCopy(null), arraySyntaxCopy(arguments)); } override Expression semantic(Scope* sc) { static if (LOGSEMANTIC) { printf("NewAnonClassExp::semantic() %s\n", toChars()); //printf("thisexp = %p\n", thisexp); //printf("type: %s\n", type->toChars()); } Expression d = new DeclarationExp(loc, cd); sc = sc.push(); // just create new scope sc.flags &= ~SCOPEctfe; // temporary stop CTFE d = d.semantic(sc); sc = sc.pop(); if (!cd.errors && sc.intypeof && !sc.parent.inNonRoot()) { ScopeDsymbol sds = sc.tinst ? cast(ScopeDsymbol)sc.tinst : sc._module; sds.members.push(cd); } Expression n = new NewExp(loc, thisexp, newargs, cd.type, arguments); Expression c = new CommaExp(loc, d, n); return c.semantic(sc); } override void accept(Visitor v) { v.visit(this); } } /*********************************************************** */ extern (C++) class SymbolExp : Expression { public: Declaration var; bool hasOverloads; final extern (D) this(Loc loc, TOK op, int size, Declaration var, bool hasOverloads) { super(loc, op, size); assert(var); this.var = var; this.hasOverloads = hasOverloads; } override void accept(Visitor v) { v.visit(this); } override void printAST(int indent) { Expression.printAST(indent); foreach (i; 0 .. indent + 2) printf(" "); printf(".var: %s\n", var ? var.toChars() : ""); } } /*********************************************************** * Offset from symbol */ extern (C++) final class SymOffExp : SymbolExp { public: dinteger_t offset; extern (D) this(Loc loc, Declaration var, dinteger_t offset, bool hasOverloads = true) { if (auto v = var.isVarDeclaration()) { // FIXME: This error report will never be handled anyone. // It should be done before the SymOffExp construction. if (v.needThis()) .error(loc, "need 'this' for address of %s", v.toChars()); hasOverloads = false; } super(loc, TOKsymoff, __traits(classInstanceSize, SymOffExp), var, hasOverloads); this.offset = offset; } override Expression semantic(Scope* sc) { static if (LOGSEMANTIC) { printf("SymOffExp::semantic('%s')\n", toChars()); } //var->semantic(sc); if (!type) type = var.type.pointerTo(); if (auto v = var.isVarDeclaration()) { if (v.checkNestedReference(sc, loc)) return new ErrorExp(); } else if (auto f = var.isFuncDeclaration()) { if (f.checkNestedReference(sc, loc)) return new ErrorExp(); } return this; } override bool isBool(bool result) { return result ? true : false; } override void accept(Visitor v) { v.visit(this); } } /*********************************************************** * Variable */ extern (C++) final class VarExp : SymbolExp { public: extern (D) this(Loc loc, Declaration var, bool hasOverloads = true) { if (var.isVarDeclaration()) hasOverloads = false; super(loc, TOKvar, __traits(classInstanceSize, VarExp), var, hasOverloads); //printf("VarExp(this = %p, '%s', loc = %s)\n", this, var->toChars(), loc.toChars()); //if (strcmp(var->ident->toChars(), "func") == 0) assert(0); this.type = var.type; } static VarExp create(Loc loc, Declaration var, bool hasOverloads = true) { return new VarExp(loc, var, hasOverloads); } override bool equals(RootObject o) { if (this == o) return true; if ((cast(Expression)o).op == TOKvar) { VarExp ne = cast(VarExp)o; if (type.toHeadMutable().equals(ne.type.toHeadMutable()) && var == ne.var) { return true; } } return false; } override Expression semantic(Scope* sc) { static if (LOGSEMANTIC) { printf("VarExp::semantic(%s)\n", toChars()); } if (auto fd = var.isFuncDeclaration()) { //printf("L%d fd = %s\n", __LINE__, f->toChars()); if (!fd.functionSemantic()) return new ErrorExp(); } if (!type) type = var.type; if (type && !type.deco) type = type.semantic(loc, sc); /* Fix for 1161 doesn't work because it causes protection * problems when instantiating imported templates passing private * variables as alias template parameters. */ //checkAccess(loc, sc, NULL, var); if (auto vd = var.isVarDeclaration()) { if (vd.checkNestedReference(sc, loc)) return new ErrorExp(); // Bugzilla 12025: If the variable is not actually used in runtime code, // the purity violation error is redundant. //checkPurity(sc, vd); } else if (auto fd = var.isFuncDeclaration()) { // TODO: If fd isn't yet resolved its overload, the checkNestedReference // call would cause incorrect validation. // Maybe here should be moved in CallExp, or AddrExp for functions. if (fd.checkNestedReference(sc, loc)) return new ErrorExp(); } else if (auto od = var.isOverDeclaration()) { type = Type.tvoid; // ambiguous type? } return this; } override int checkModifiable(Scope* sc, int flag) { //printf("VarExp::checkModifiable %s", toChars()); assert(type); return var.checkModify(loc, sc, type, null, flag); } bool checkReadModifyWrite(); override bool isLvalue() { if (var.storage_class & (STClazy | STCrvalue | STCmanifest)) return false; return true; } override Expression toLvalue(Scope* sc, Expression e) { if (var.storage_class & STCmanifest) { error("manifest constant '%s' is not lvalue", var.toChars()); return new ErrorExp(); } if (var.storage_class & STClazy) { error("lazy variables cannot be lvalues"); return new ErrorExp(); } if (var.ident == Id.ctfe) { error("compiler-generated variable __ctfe is not an lvalue"); return new ErrorExp(); } if (var.ident == Id.dollar) // Bugzilla 13574 { error("'$' is not an lvalue"); return new ErrorExp(); } return this; } override Expression modifiableLvalue(Scope* sc, Expression e) { //printf("VarExp::modifiableLvalue('%s')\n", var->toChars()); if (var.storage_class & STCmanifest) { error("cannot modify manifest constant '%s'", toChars()); return new ErrorExp(); } // See if this expression is a modifiable lvalue (i.e. not const) return Expression.modifiableLvalue(sc, e); } override void accept(Visitor v) { v.visit(this); } } /*********************************************************** * Overload Set */ extern (C++) final class OverExp : Expression { public: OverloadSet vars; extern (D) this(Loc loc, OverloadSet s) { super(loc, TOKoverloadset, __traits(classInstanceSize, OverExp)); //printf("OverExp(this = %p, '%s')\n", this, var->toChars()); vars = s; type = Type.tvoid; } override bool isLvalue() { return true; } override Expression toLvalue(Scope* sc, Expression e) { return this; } override void accept(Visitor v) { v.visit(this); } } /*********************************************************** * Function/Delegate literal */ extern (C++) final class FuncExp : Expression { public: FuncLiteralDeclaration fd; TemplateDeclaration td; TOK tok; extern (D) this(Loc loc, Dsymbol s) { super(loc, TOKfunction, __traits(classInstanceSize, FuncExp)); this.td = s.isTemplateDeclaration(); this.fd = s.isFuncLiteralDeclaration(); if (td) { assert(td.literal); assert(td.members && td.members.dim == 1); fd = (*td.members)[0].isFuncLiteralDeclaration(); } tok = fd.tok; // save original kind of function/delegate/(infer) assert(fd.fbody); } override bool equals(RootObject o) { if (this == o) return true; if (o.dyncast() != DYNCAST_EXPRESSION) return false; if ((cast(Expression)o).op == TOKfunction) { FuncExp fe = cast(FuncExp)o; return fd == fe.fd; } return false; } void genIdent(Scope* sc) { if (fd.ident == Id.empty) { const(char)* s; if (fd.fes) s = "__foreachbody"; else if (fd.tok == TOKreserved) s = "__lambda"; else if (fd.tok == TOKdelegate) s = "__dgliteral"; else s = "__funcliteral"; DsymbolTable symtab; if (FuncDeclaration func = sc.parent.isFuncDeclaration()) { if (func.localsymtab is null) { // Inside template constraint, symtab is not set yet. // Initialize it lazily. func.localsymtab = new DsymbolTable(); } symtab = func.localsymtab; } else { ScopeDsymbol sds = sc.parent.isScopeDsymbol(); if (!sds.symtab) { // Inside template constraint, symtab may not be set yet. // Initialize it lazily. assert(sds.isTemplateInstance()); sds.symtab = new DsymbolTable(); } symtab = sds.symtab; } assert(symtab); Identifier id = Identifier.generateId(s, symtab.len() + 1); fd.ident = id; if (td) td.ident = id; symtab.insert(td ? cast(Dsymbol)td : cast(Dsymbol)fd); } } override Expression syntaxCopy() { if (td) return new FuncExp(loc, td.syntaxCopy(null)); else if (fd.semanticRun == PASSinit) return new FuncExp(loc, fd.syntaxCopy(null)); else // Bugzilla 13481: Prevent multiple semantic analysis of lambda body. return new FuncExp(loc, fd); } override Expression semantic(Scope* sc) { static if (LOGSEMANTIC) { printf("FuncExp::semantic(%s)\n", toChars()); if (fd.treq) printf(" treq = %s\n", fd.treq.toChars()); } Expression e = this; sc = sc.push(); // just create new scope sc.flags &= ~SCOPEctfe; // temporary stop CTFE sc.protection = Prot(PROTpublic); // Bugzilla 12506 if (!type || type == Type.tvoid) { /* fd->treq might be incomplete type, * so should not semantic it. * void foo(T)(T delegate(int) dg){} * foo(a=>a); // in IFTI, treq == T delegate(int) */ //if (fd->treq) // fd->treq = fd->treq->semantic(loc, sc); genIdent(sc); // Set target of return type inference if (fd.treq && !fd.type.nextOf()) { TypeFunction tfv = null; if (fd.treq.ty == Tdelegate || (fd.treq.ty == Tpointer && fd.treq.nextOf().ty == Tfunction)) tfv = cast(TypeFunction)fd.treq.nextOf(); if (tfv) { TypeFunction tfl = cast(TypeFunction)fd.type; tfl.next = tfv.nextOf(); } } //printf("td = %p, treq = %p\n", td, fd->treq); if (td) { assert(td.parameters && td.parameters.dim); td.semantic(sc); type = Type.tvoid; // temporary type if (fd.treq) // defer type determination { FuncExp fe; if (matchType(fd.treq, sc, &fe) > MATCHnomatch) e = fe; else e = new ErrorExp(); } goto Ldone; } uint olderrors = global.errors; fd.semantic(sc); if (olderrors == global.errors) { fd.semantic2(sc); if (olderrors == global.errors) fd.semantic3(sc); } if (olderrors != global.errors) { if (fd.type && fd.type.ty == Tfunction && !fd.type.nextOf()) (cast(TypeFunction)fd.type).next = Type.terror; e = new ErrorExp(); goto Ldone; } // Type is a "delegate to" or "pointer to" the function literal if ((fd.isNested() && fd.tok == TOKdelegate) || (tok == TOKreserved && fd.treq && fd.treq.ty == Tdelegate)) { type = new TypeDelegate(fd.type); type = type.semantic(loc, sc); fd.tok = TOKdelegate; } else { type = new TypePointer(fd.type); type = type.semantic(loc, sc); //type = fd->type->pointerTo(); /* A lambda expression deduced to function pointer might become * to a delegate literal implicitly. * * auto foo(void function() fp) { return 1; } * assert(foo({}) == 1); * * So, should keep fd->tok == TOKreserve if fd->treq == NULL. */ if (fd.treq && fd.treq.ty == Tpointer) { // change to non-nested fd.tok = TOKfunction; fd.vthis = null; } } fd.tookAddressOf++; } Ldone: sc = sc.pop(); return e; } // used from CallExp::semantic() Expression semantic(Scope* sc, Expressions* arguments) { if ((!type || type == Type.tvoid) && td && arguments && arguments.dim) { for (size_t k = 0; k < arguments.dim; k++) { Expression checkarg = (*arguments)[k]; if (checkarg.op == TOKerror) return checkarg; } genIdent(sc); assert(td.parameters && td.parameters.dim); td.semantic(sc); TypeFunction tfl = cast(TypeFunction)fd.type; size_t dim = Parameter.dim(tfl.parameters); if (arguments.dim < dim) { // Default arguments are always typed, so they don't need inference. Parameter p = Parameter.getNth(tfl.parameters, arguments.dim); if (p.defaultArg) dim = arguments.dim; } if ((!tfl.varargs && arguments.dim == dim) || (tfl.varargs && arguments.dim >= dim)) { auto tiargs = new Objects(); tiargs.reserve(td.parameters.dim); for (size_t i = 0; i < td.parameters.dim; i++) { TemplateParameter tp = (*td.parameters)[i]; for (size_t u = 0; u < dim; u++) { Parameter p = Parameter.getNth(tfl.parameters, u); if (p.type.ty == Tident && (cast(TypeIdentifier)p.type).ident == tp.ident) { Expression e = (*arguments)[u]; tiargs.push(e.type); u = dim; // break inner loop } } } auto ti = new TemplateInstance(loc, td, tiargs); return (new ScopeExp(loc, ti)).semantic(sc); } error("cannot infer function literal type"); return new ErrorExp(); } return semantic(sc); } MATCH matchType(Type to, Scope* sc, FuncExp* presult, int flag = 0) { //printf("FuncExp::matchType('%s'), to=%s\n", type ? type->toChars() : "null", to->toChars()); if (presult) *presult = null; TypeFunction tof = null; if (to.ty == Tdelegate) { if (tok == TOKfunction) { if (!flag) error("cannot match function literal to delegate type '%s'", to.toChars()); return MATCHnomatch; } tof = cast(TypeFunction)to.nextOf(); } else if (to.ty == Tpointer && to.nextOf().ty == Tfunction) { if (tok == TOKdelegate) { if (!flag) error("cannot match delegate literal to function pointer type '%s'", to.toChars()); return MATCHnomatch; } tof = cast(TypeFunction)to.nextOf(); } if (td) { if (!tof) { L1: if (!flag) error("cannot infer parameter types from %s", to.toChars()); return MATCHnomatch; } // Parameter types inference from 'tof' assert(td._scope); TypeFunction tf = cast(TypeFunction)fd.type; //printf("\ttof = %s\n", tof->toChars()); //printf("\ttf = %s\n", tf->toChars()); size_t dim = Parameter.dim(tf.parameters); if (Parameter.dim(tof.parameters) != dim || tof.varargs != tf.varargs) goto L1; auto tiargs = new Objects(); tiargs.reserve(td.parameters.dim); for (size_t i = 0; i < td.parameters.dim; i++) { TemplateParameter tp = (*td.parameters)[i]; size_t u = 0; for (; u < dim; u++) { Parameter p = Parameter.getNth(tf.parameters, u); if (p.type.ty == Tident && (cast(TypeIdentifier)p.type).ident == tp.ident) { break; } } assert(u < dim); Parameter pto = Parameter.getNth(tof.parameters, u); Type t = pto.type; if (t.ty == Terror) goto L1; tiargs.push(t); } // Set target of return type inference if (!tf.next && tof.next) fd.treq = to; auto ti = new TemplateInstance(loc, td, tiargs); Expression ex = (new ScopeExp(loc, ti)).semantic(td._scope); // Reset inference target for the later re-semantic fd.treq = null; if (ex.op == TOKerror) return MATCHnomatch; if (ex.op != TOKfunction) goto L1; return (cast(FuncExp)ex).matchType(to, sc, presult, flag); } if (!tof || !tof.next) return MATCHnomatch; assert(type && type != Type.tvoid); TypeFunction tfx = cast(TypeFunction)fd.type; bool convertMatch = (type.ty != to.ty); if (fd.inferRetType && tfx.next.implicitConvTo(tof.next) == MATCHconvert) { /* If return type is inferred and covariant return, * tweak return statements to required return type. * * interface I {} * class C : Object, I{} * * I delegate() dg = delegate() { return new class C(); } */ convertMatch = true; auto tfy = new TypeFunction(tfx.parameters, tof.next, tfx.varargs, tfx.linkage, STCundefined); tfy.mod = tfx.mod; tfy.isnothrow = tfx.isnothrow; tfy.isnogc = tfx.isnogc; tfy.purity = tfx.purity; tfy.isproperty = tfx.isproperty; tfy.isref = tfx.isref; tfy.iswild = tfx.iswild; tfy.deco = tfy.merge().deco; tfx = tfy; } Type tx; if (tok == TOKdelegate || tok == TOKreserved && (type.ty == Tdelegate || type.ty == Tpointer && to.ty == Tdelegate)) { // Allow conversion from implicit function pointer to delegate tx = new TypeDelegate(tfx); tx.deco = tx.merge().deco; } else { assert(tok == TOKfunction || tok == TOKreserved && type.ty == Tpointer); tx = tfx.pointerTo(); } //printf("\ttx = %s, to = %s\n", tx->toChars(), to->toChars()); MATCH m = tx.implicitConvTo(to); if (m > MATCHnomatch) { // MATCHexact: exact type match // MATCHconst: covairiant type match (eg. attributes difference) // MATCHconvert: context conversion m = convertMatch ? MATCHconvert : tx.equals(to) ? MATCHexact : MATCHconst; if (presult) { (*presult) = cast(FuncExp)copy(); (*presult).type = to; // Bugzilla 12508: Tweak function body for covariant returns. (*presult).fd.modifyReturns(sc, tof.next); } } else if (!flag) { error("cannot implicitly convert expression (%s) of type %s to %s", toChars(), tx.toChars(), to.toChars()); } return m; } override const(char)* toChars() { return fd.toChars(); } override bool checkType() { if (td) { error("template lambda has no type"); return true; } return false; } override bool checkValue() { if (td) { error("template lambda has no value"); return true; } return false; } override void accept(Visitor v) { v.visit(this); } } /*********************************************************** * Declaration of a symbol * * D grammar allows declarations only as statements. However in AST representation * it can be part of any expression. This is used, for example, during internal * syntax re-writes to inject hidden symbols. */ extern (C++) final class DeclarationExp : Expression { public: Dsymbol declaration; extern (D) this(Loc loc, Dsymbol declaration) { super(loc, TOKdeclaration, __traits(classInstanceSize, DeclarationExp)); this.declaration = declaration; } override Expression syntaxCopy() { return new DeclarationExp(loc, declaration.syntaxCopy(null)); } override Expression semantic(Scope* sc) { if (type) return this; static if (LOGSEMANTIC) { printf("DeclarationExp::semantic() %s\n", toChars()); } uint olderrors = global.errors; /* This is here to support extern(linkage) declaration, * where the extern(linkage) winds up being an AttribDeclaration * wrapper. */ Dsymbol s = declaration; while (1) { AttribDeclaration ad = s.isAttribDeclaration(); if (ad) { if (ad.decl && ad.decl.dim == 1) { s = (*ad.decl)[0]; continue; } } break; } VarDeclaration v = s.isVarDeclaration(); if (v) { // Do semantic() on initializer first, so: // int a = a; // will be illegal. declaration.semantic(sc); s.parent = sc.parent; } //printf("inserting '%s' %p into sc = %p\n", s->toChars(), s, sc); // Insert into both local scope and function scope. // Must be unique in both. if (s.ident) { if (!sc.insert(s)) { error("declaration %s is already defined", s.toPrettyChars()); return new ErrorExp(); } else if (sc.func) { // Bugzilla 11720 - include Dataseg variables if ((s.isFuncDeclaration() || s.isAggregateDeclaration() || s.isEnumDeclaration() || v && v.isDataseg()) && !sc.func.localsymtab.insert(s)) { error("declaration %s is already defined in another scope in %s", s.toPrettyChars(), sc.func.toChars()); return new ErrorExp(); } else { // Disallow shadowing for (Scope* scx = sc.enclosing; scx && scx.func == sc.func; scx = scx.enclosing) { Dsymbol s2; if (scx.scopesym && scx.scopesym.symtab && (s2 = scx.scopesym.symtab.lookup(s.ident)) !is null && s != s2) { error("%s %s is shadowing %s %s", s.kind(), s.ident.toChars(), s2.kind(), s2.toPrettyChars()); return new ErrorExp(); } } } } } if (!s.isVarDeclaration()) { Scope* sc2 = sc; if (sc2.stc & (STCpure | STCnothrow | STCnogc)) sc2 = sc.push(); sc2.stc &= ~(STCpure | STCnothrow | STCnogc); declaration.semantic(sc2); if (sc2 != sc) sc2.pop(); s.parent = sc.parent; } if (global.errors == olderrors) { declaration.semantic2(sc); if (global.errors == olderrors) { declaration.semantic3(sc); } } // todo: error in declaration should be propagated. type = Type.tvoid; return this; } override void accept(Visitor v) { v.visit(this); } } /*********************************************************** * typeid(int) */ extern (C++) final class TypeidExp : Expression { public: RootObject obj; extern (D) this(Loc loc, RootObject o) { super(loc, TOKtypeid, __traits(classInstanceSize, TypeidExp)); this.obj = o; } override Expression syntaxCopy() { return new TypeidExp(loc, objectSyntaxCopy(obj)); } override Expression semantic(Scope* sc) { static if (LOGSEMANTIC) { printf("TypeidExp::semantic() %s\n", toChars()); } Type ta = isType(obj); Expression ea = isExpression(obj); Dsymbol sa = isDsymbol(obj); //printf("ta %p ea %p sa %p\n", ta, ea, sa); if (ta) { ta.resolve(loc, sc, &ea, &ta, &sa, true); } if (ea) { if (auto sym = getDsymbol(ea)) ea = DsymbolExp.resolve(loc, sc, sym, false); else ea = ea.semantic(sc); ea = resolveProperties(sc, ea); ta = ea.type; if (ea.op == TOKtype) ea = null; } if (!ta) { //printf("ta %p ea %p sa %p\n", ta, ea, sa); error("no type for typeid(%s)", ea ? ea.toChars() : (sa ? sa.toChars() : "")); return new ErrorExp(); } if (global.params.vcomplex) ta.checkComplexTransition(loc); Expression e; if (ea && ta.toBasetype().ty == Tclass) { /* Get the dynamic type, which is .classinfo */ ea = ea.semantic(sc); e = new TypeidExp(ea.loc, ea); e.type = Type.typeinfoclass.type; } else if (ta.ty == Terror) { e = new ErrorExp(); } else { // Handle this in the glue layer e = new TypeidExp(loc, ta); e.type = getTypeInfoType(ta, sc); semanticTypeInfo(sc, ta); if (ea) { e = new CommaExp(loc, ea, e); // execute ea e = e.semantic(sc); } } return e; } override void accept(Visitor v) { v.visit(this); } } /*********************************************************** * __traits(identifier, args...) */ extern (C++) final class TraitsExp : Expression { public: Identifier ident; Objects* args; extern (D) this(Loc loc, Identifier ident, Objects* args) { super(loc, TOKtraits, __traits(classInstanceSize, TraitsExp)); this.ident = ident; this.args = args; } override Expression syntaxCopy() { return new TraitsExp(loc, ident, TemplateInstance.arraySyntaxCopy(args)); } override Expression semantic(Scope* sc) { return semanticTraits(this, sc); } override void accept(Visitor v) { v.visit(this); } } /*********************************************************** */ extern (C++) final class HaltExp : Expression { public: extern (D) this(Loc loc) { super(loc, TOKhalt, __traits(classInstanceSize, HaltExp)); } override Expression semantic(Scope* sc) { static if (LOGSEMANTIC) { printf("HaltExp::semantic()\n"); } type = Type.tvoid; return this; } override void accept(Visitor v) { v.visit(this); } } /*********************************************************** * is(targ id tok tspec) * is(targ id == tok2) */ extern (C++) final class IsExp : Expression { public: Type targ; Identifier id; // can be null TOK tok; // ':' or '==' Type tspec; // can be null TOK tok2; // 'struct', 'union', etc. TemplateParameters* parameters; extern (D) this(Loc loc, Type targ, Identifier id, TOK tok, Type tspec, TOK tok2, TemplateParameters* parameters) { super(loc, TOKis, __traits(classInstanceSize, IsExp)); this.targ = targ; this.id = id; this.tok = tok; this.tspec = tspec; this.tok2 = tok2; this.parameters = parameters; } override Expression syntaxCopy() { // This section is identical to that in TemplateDeclaration::syntaxCopy() TemplateParameters* p = null; if (parameters) { p = new TemplateParameters(); p.setDim(parameters.dim); for (size_t i = 0; i < p.dim; i++) (*p)[i] = (*parameters)[i].syntaxCopy(); } return new IsExp(loc, targ.syntaxCopy(), id, tok, tspec ? tspec.syntaxCopy() : null, tok2, p); } override Expression semantic(Scope* sc) { /* is(targ id tok tspec) * is(targ id : tok2) * is(targ id == tok2) */ //printf("IsExp::semantic(%s)\n", toChars()); if (id && !(sc.flags & SCOPEcondition)) { error("can only declare type aliases within static if conditionals or static asserts"); return new ErrorExp(); } Type tded = null; Scope* sc2 = sc.copy(); // keep sc->flags sc2.tinst = null; sc2.minst = null; sc2.flags |= SCOPEfullinst; Type t = targ.trySemantic(loc, sc2); sc2.pop(); if (!t) goto Lno; // errors, so condition is false targ = t; if (tok2 != TOKreserved) { switch (tok2) { case TOKstruct: if (targ.ty != Tstruct) goto Lno; if ((cast(TypeStruct)targ).sym.isUnionDeclaration()) goto Lno; tded = targ; break; case TOKunion: if (targ.ty != Tstruct) goto Lno; if (!(cast(TypeStruct)targ).sym.isUnionDeclaration()) goto Lno; tded = targ; break; case TOKclass: if (targ.ty != Tclass) goto Lno; if ((cast(TypeClass)targ).sym.isInterfaceDeclaration()) goto Lno; tded = targ; break; case TOKinterface: if (targ.ty != Tclass) goto Lno; if (!(cast(TypeClass)targ).sym.isInterfaceDeclaration()) goto Lno; tded = targ; break; case TOKconst: if (!targ.isConst()) goto Lno; tded = targ; break; case TOKimmutable: if (!targ.isImmutable()) goto Lno; tded = targ; break; case TOKshared: if (!targ.isShared()) goto Lno; tded = targ; break; case TOKwild: if (!targ.isWild()) goto Lno; tded = targ; break; case TOKsuper: // If class or interface, get the base class and interfaces if (targ.ty != Tclass) goto Lno; else { ClassDeclaration cd = (cast(TypeClass)targ).sym; auto args = new Parameters(); args.reserve(cd.baseclasses.dim); if (cd._scope && !cd.symtab) cd.semantic(cd._scope); for (size_t i = 0; i < cd.baseclasses.dim; i++) { BaseClass* b = (*cd.baseclasses)[i]; args.push(new Parameter(STCin, b.type, null, null)); } tded = new TypeTuple(args); } break; case TOKenum: if (targ.ty != Tenum) goto Lno; if (id) tded = (cast(TypeEnum)targ).sym.getMemtype(loc); else tded = targ; if (tded.ty == Terror) return new ErrorExp(); break; case TOKdelegate: if (targ.ty != Tdelegate) goto Lno; tded = (cast(TypeDelegate)targ).next; // the underlying function type break; case TOKfunction: case TOKparameters: { if (targ.ty != Tfunction) goto Lno; tded = targ; /* Generate tuple from function parameter types. */ assert(tded.ty == Tfunction); Parameters* params = (cast(TypeFunction)tded).parameters; size_t dim = Parameter.dim(params); auto args = new Parameters(); args.reserve(dim); for (size_t i = 0; i < dim; i++) { Parameter arg = Parameter.getNth(params, i); assert(arg && arg.type); /* If one of the default arguments was an error, don't return an invalid tuple */ if (tok2 == TOKparameters && arg.defaultArg && arg.defaultArg.op == TOKerror) return new ErrorExp(); args.push(new Parameter(arg.storageClass, arg.type, (tok2 == TOKparameters) ? arg.ident : null, (tok2 == TOKparameters) ? arg.defaultArg : null)); } tded = new TypeTuple(args); break; } case TOKreturn: /* Get the 'return type' for the function, * delegate, or pointer to function. */ if (targ.ty == Tfunction) tded = (cast(TypeFunction)targ).next; else if (targ.ty == Tdelegate) { tded = (cast(TypeDelegate)targ).next; tded = (cast(TypeFunction)tded).next; } else if (targ.ty == Tpointer && (cast(TypePointer)targ).next.ty == Tfunction) { tded = (cast(TypePointer)targ).next; tded = (cast(TypeFunction)tded).next; } else goto Lno; break; case TOKargTypes: /* Generate a type tuple of the equivalent types used to determine if a * function argument of this type can be passed in registers. * The results of this are highly platform dependent, and intended * primarly for use in implementing va_arg(). */ tded = toArgTypes(targ); if (!tded) goto Lno; // not valid for a parameter break; default: assert(0); } goto Lyes; } else if (tspec && !id && !(parameters && parameters.dim)) { /* Evaluate to true if targ matches tspec * is(targ == tspec) * is(targ : tspec) */ tspec = tspec.semantic(loc, sc); //printf("targ = %s, %s\n", targ->toChars(), targ->deco); //printf("tspec = %s, %s\n", tspec->toChars(), tspec->deco); if (tok == TOKcolon) { if (targ.implicitConvTo(tspec)) goto Lyes; else goto Lno; } else /* == */ { if (targ.equals(tspec)) goto Lyes; else goto Lno; } } else if (tspec) { /* Evaluate to true if targ matches tspec. * If true, declare id as an alias for the specialized type. * is(targ == tspec, tpl) * is(targ : tspec, tpl) * is(targ id == tspec) * is(targ id : tspec) * is(targ id == tspec, tpl) * is(targ id : tspec, tpl) */ Identifier tid = id ? id : Identifier.generateId("__isexp_id"); parameters.insert(0, new TemplateTypeParameter(loc, tid, null, null)); Objects dedtypes; dedtypes.setDim(parameters.dim); dedtypes.zero(); MATCH m = deduceType(targ, sc, tspec, parameters, &dedtypes); //printf("targ: %s\n", targ->toChars()); //printf("tspec: %s\n", tspec->toChars()); if (m <= MATCHnomatch || (m != MATCHexact && tok == TOKequal)) { goto Lno; } else { tded = cast(Type)dedtypes[0]; if (!tded) tded = targ; Objects tiargs; tiargs.setDim(1); tiargs[0] = targ; /* Declare trailing parameters */ for (size_t i = 1; i < parameters.dim; i++) { TemplateParameter tp = (*parameters)[i]; Declaration s = null; m = tp.matchArg(loc, sc, &tiargs, i, parameters, &dedtypes, &s); if (m <= MATCHnomatch) goto Lno; s.semantic(sc); if (sc.sds) s.addMember(sc, sc.sds); else if (!sc.insert(s)) error("declaration %s is already defined", s.toChars()); unSpeculative(sc, s); } goto Lyes; } } else if (id) { /* Declare id as an alias for type targ. Evaluate to true * is(targ id) */ tded = targ; goto Lyes; } Lyes: if (id) { Dsymbol s; Tuple tup = isTuple(tded); if (tup) s = new TupleDeclaration(loc, id, &tup.objects); else s = new AliasDeclaration(loc, id, tded); s.semantic(sc); /* The reason for the !tup is unclear. It fails Phobos unittests if it is not there. * More investigation is needed. */ if (!tup && !sc.insert(s)) error("declaration %s is already defined", s.toChars()); if (sc.sds) s.addMember(sc, sc.sds); unSpeculative(sc, s); } //printf("Lyes\n"); return new IntegerExp(loc, 1, Type.tbool); Lno: //printf("Lno\n"); return new IntegerExp(loc, 0, Type.tbool); } override void accept(Visitor v) { v.visit(this); } } /*********************************************************** */ extern (C++) class UnaExp : Expression { public: Expression e1; Type att1; // Save alias this type to detect recursion final extern (D) this(Loc loc, TOK op, int size, Expression e1) { super(loc, op, size); this.e1 = e1; } override Expression syntaxCopy() { UnaExp e = cast(UnaExp)copy(); e.type = null; e.e1 = e.e1.syntaxCopy(); return e; } override abstract Expression semantic(Scope* sc); /************************** * Helper function for easy error propagation. * If error occurs, returns ErrorExp. Otherwise returns NULL. */ final Expression unaSemantic(Scope* sc) { static if (LOGSEMANTIC) { printf("UnaExp::semantic('%s')\n", toChars()); } Expression e1x = e1.semantic(sc); if (e1x.op == TOKerror) return e1x; e1 = e1x; return null; } override final Expression resolveLoc(Loc loc, Scope* sc) { e1 = e1.resolveLoc(loc, sc); return this; } override void accept(Visitor v) { v.visit(this); } override void printAST(int indent) { Expression.printAST(indent); e1.printAST(indent + 2); } } extern (C++) alias fp_t = UnionExp function(Loc loc, Type, Expression, Expression); extern (C++) alias fp2_t = int function(Loc loc, TOK, Expression, Expression); /*********************************************************** */ extern (C++) abstract class BinExp : Expression { public: Expression e1; Expression e2; Type att1; // Save alias this type to detect recursion Type att2; // Save alias this type to detect recursion final extern (D) this(Loc loc, TOK op, int size, Expression e1, Expression e2) { super(loc, op, size); this.e1 = e1; this.e2 = e2; } override Expression syntaxCopy() { BinExp e = cast(BinExp)copy(); e.type = null; e.e1 = e.e1.syntaxCopy(); e.e2 = e.e2.syntaxCopy(); return e; } override abstract Expression semantic(Scope* sc); /************************** * Helper function for easy error propagation. * If error occurs, returns ErrorExp. Otherwise returns NULL. */ final Expression binSemantic(Scope* sc) { static if (LOGSEMANTIC) { printf("BinExp::semantic('%s')\n", toChars()); } Expression e1x = e1.semantic(sc); Expression e2x = e2.semantic(sc); if (e1x.op == TOKerror) return e1x; if (e2x.op == TOKerror) return e2x; e1 = e1x; e2 = e2x; return null; } final Expression binSemanticProp(Scope* sc) { if (Expression ex = binSemantic(sc)) return ex; Expression e1x = resolveProperties(sc, e1); Expression e2x = resolveProperties(sc, e2); if (e1x.op == TOKerror) return e1x; if (e2x.op == TOKerror) return e2x; e1 = e1x; e2 = e2x; return null; } final Expression incompatibleTypes() { if (e1.type.toBasetype() != Type.terror && e2.type.toBasetype() != Type.terror) { // CondExp uses 'a ? b : c' but we're comparing 'b : c' TOK thisOp = (op == TOKquestion) ? TOKcolon : op; if (e1.op == TOKtype || e2.op == TOKtype) { error("incompatible types for ((%s) %s (%s)): cannot use '%s' with types", e1.toChars(), Token.toChars(thisOp), e2.toChars(), Token.toChars(op)); } else { error("incompatible types for ((%s) %s (%s)): '%s' and '%s'", e1.toChars(), Token.toChars(thisOp), e2.toChars(), e1.type.toChars(), e2.type.toChars()); } return new ErrorExp(); } return this; } final Expression checkOpAssignTypes(Scope* sc) { // At that point t1 and t2 are the merged types. type is the original type of the lhs. Type t1 = e1.type; Type t2 = e2.type; // T opAssign floating yields a floating. Prevent truncating conversions (float to int). // See issue 3841. // Should we also prevent double to float (type->isfloating() && type->size() < t2 ->size()) ? if (op == TOKaddass || op == TOKminass || op == TOKmulass || op == TOKdivass || op == TOKmodass || op == TOKpowass) { if ((type.isintegral() && t2.isfloating())) { warning("%s %s %s is performing truncating conversion", type.toChars(), Token.toChars(op), t2.toChars()); } } // generate an error if this is a nonsensical *=,/=, or %=, eg real *= imaginary if (op == TOKmulass || op == TOKdivass || op == TOKmodass) { // Any multiplication by an imaginary or complex number yields a complex result. // r *= c, i*=c, r*=i, i*=i are all forbidden operations. const(char)* opstr = Token.toChars(op); if (t1.isreal() && t2.iscomplex()) { error("%s %s %s is undefined. Did you mean %s %s %s.re ?", t1.toChars(), opstr, t2.toChars(), t1.toChars(), opstr, t2.toChars()); return new ErrorExp(); } else if (t1.isimaginary() && t2.iscomplex()) { error("%s %s %s is undefined. Did you mean %s %s %s.im ?", t1.toChars(), opstr, t2.toChars(), t1.toChars(), opstr, t2.toChars()); return new ErrorExp(); } else if ((t1.isreal() || t1.isimaginary()) && t2.isimaginary()) { error("%s %s %s is an undefined operation", t1.toChars(), opstr, t2.toChars()); return new ErrorExp(); } } // generate an error if this is a nonsensical += or -=, eg real += imaginary if (op == TOKaddass || op == TOKminass) { // Addition or subtraction of a real and an imaginary is a complex result. // Thus, r+=i, r+=c, i+=r, i+=c are all forbidden operations. if ((t1.isreal() && (t2.isimaginary() || t2.iscomplex())) || (t1.isimaginary() && (t2.isreal() || t2.iscomplex()))) { error("%s %s %s is undefined (result is complex)", t1.toChars(), Token.toChars(op), t2.toChars()); return new ErrorExp(); } if (type.isreal() || type.isimaginary()) { assert(global.errors || t2.isfloating()); e2 = e2.castTo(sc, t1); } } if (op == TOKmulass) { if (t2.isfloating()) { if (t1.isreal()) { if (t2.isimaginary() || t2.iscomplex()) { e2 = e2.castTo(sc, t1); } } else if (t1.isimaginary()) { if (t2.isimaginary() || t2.iscomplex()) { switch (t1.ty) { case Timaginary32: t2 = Type.tfloat32; break; case Timaginary64: t2 = Type.tfloat64; break; case Timaginary80: t2 = Type.tfloat80; break; default: assert(0); } e2 = e2.castTo(sc, t2); } } } } else if (op == TOKdivass) { if (t2.isimaginary()) { if (t1.isreal()) { // x/iv = i(-x/v) // Therefore, the result is 0 e2 = new CommaExp(loc, e2, new RealExp(loc, ldouble(0.0), t1)); e2.type = t1; Expression e = new AssignExp(loc, e1, e2); e.type = t1; return e; } else if (t1.isimaginary()) { Type t3; switch (t1.ty) { case Timaginary32: t3 = Type.tfloat32; break; case Timaginary64: t3 = Type.tfloat64; break; case Timaginary80: t3 = Type.tfloat80; break; default: assert(0); } e2 = e2.castTo(sc, t3); Expression e = new AssignExp(loc, e1, e2); e.type = t1; return e; } } } else if (op == TOKmodass) { if (t2.iscomplex()) { error("cannot perform modulo complex arithmetic"); return new ErrorExp(); } } return this; } final bool checkIntegralBin() { bool r1 = e1.checkIntegral(); bool r2 = e2.checkIntegral(); return (r1 || r2); } final bool checkArithmeticBin() { bool r1 = e1.checkArithmetic(); bool r2 = e2.checkArithmetic(); return (r1 || r2); } final Expression reorderSettingAAElem(Scope* sc) { BinExp be = this; if (be.e1.op != TOKindex) return be; auto ie = cast(IndexExp)be.e1; if (ie.e1.type.toBasetype().ty != Taarray) return be; /* Fix evaluation order of setting AA element. (Bugzilla 3825) * Rewrite: * aa[k1][k2][k3] op= val; * as: * auto ref __aatmp = aa; * auto ref __aakey3 = k1, __aakey2 = k2, __aakey1 = k3; * auto ref __aaval = val; * __aatmp[__aakey3][__aakey2][__aakey1] op= __aaval; // assignment */ Expression e0; while (1) { Expression de; ie.e2 = extractSideEffect(sc, "__aakey", de, ie.e2); e0 = Expression.combine(de, e0); Expression ie1 = ie.e1; if (ie1.op != TOKindex || (cast(IndexExp)ie1).e1.type.toBasetype().ty != Taarray) { break; } ie = cast(IndexExp)ie1; } assert(ie.e1.type.toBasetype().ty == Taarray); Expression de; ie.e1 = extractSideEffect(sc, "__aatmp", de, ie.e1); e0 = Expression.combine(de, e0); be.e2 = extractSideEffect(sc, "__aaval", e0, be.e2, true); //printf("-e0 = %s, be = %s\n", e0.toChars(), be.toChars()); return Expression.combine(e0, be); } override void accept(Visitor v) { v.visit(this); } override void printAST(int indent) { Expression.printAST(indent); e1.printAST(indent + 2); e2.printAST(indent + 2); } } /*********************************************************** */ extern (C++) class BinAssignExp : BinExp { public: final extern (D) this(Loc loc, TOK op, int size, Expression e1, Expression e2) { super(loc, op, size, e1, e2); } override Expression semantic(Scope* sc) { if (type) return this; Expression e = op_overload(sc); if (e) return e; if (e1.checkReadModifyWrite(op, e2)) return new ErrorExp(); if (e1.op == TOKarraylength) { // arr.length op= e2; e = ArrayLengthExp.rewriteOpAssign(this); e = e.semantic(sc); return e; } if (e1.op == TOKslice || e1.type.ty == Tarray || e1.type.ty == Tsarray) { // T[] op= ... if (e2.implicitConvTo(e1.type.nextOf())) { // T[] op= T e2 = e2.castTo(sc, e1.type.nextOf()); } else if (Expression ex = typeCombine(this, sc)) return ex; type = e1.type; return arrayOp(this, sc); } e1 = e1.semantic(sc); e1 = e1.optimize(WANTvalue); e1 = e1.modifiableLvalue(sc, e1); type = e1.type; if (checkScalar()) return new ErrorExp(); int arith = (op == TOKaddass || op == TOKminass || op == TOKmulass || op == TOKdivass || op == TOKmodass || op == TOKpowass); int bitwise = (op == TOKandass || op == TOKorass || op == TOKxorass); int shift = (op == TOKshlass || op == TOKshrass || op == TOKushrass); if (bitwise && type.toBasetype().ty == Tbool) e2 = e2.implicitCastTo(sc, type); else if (checkNoBool()) return new ErrorExp(); if ((op == TOKaddass || op == TOKminass) && e1.type.toBasetype().ty == Tpointer && e2.type.toBasetype().isintegral()) return scaleFactor(this, sc); if (Expression ex = typeCombine(this, sc)) return ex; if (arith && checkArithmeticBin()) return new ErrorExp(); if ((bitwise || shift) && checkIntegralBin()) return new ErrorExp(); if (shift) { e2 = e2.castTo(sc, Type.tshiftcnt); } // vectors if (shift && (e1.type.toBasetype().ty == Tvector || e2.type.toBasetype().ty == Tvector)) return incompatibleTypes(); int isvector = type.toBasetype().ty == Tvector; if (op == TOKmulass && isvector && !e2.type.isfloating() && (cast(TypeVector)type.toBasetype()).elementType().size(loc) != 2) return incompatibleTypes(); // Only short[8] and ushort[8] work with multiply if (op == TOKdivass && isvector && !e1.type.isfloating()) return incompatibleTypes(); if (op == TOKmodass && isvector) return incompatibleTypes(); if (e1.op == TOKerror || e2.op == TOKerror) return new ErrorExp(); e = checkOpAssignTypes(sc); if (e.op == TOKerror) return e; assert(e.op == TOKassign || e == this); return (cast(BinExp)e).reorderSettingAAElem(sc); } override final bool isLvalue() { return true; } override final Expression toLvalue(Scope* sc, Expression ex) { // Lvalue-ness will be handled in glue layer. return this; } override final Expression modifiableLvalue(Scope* sc, Expression e) { // should check e1->checkModifiable() ? return toLvalue(sc, this); } override void accept(Visitor v) { v.visit(this); } } /*********************************************************** */ extern (C++) final class CompileExp : UnaExp { public: extern (D) this(Loc loc, Expression e) { super(loc, TOKmixin, __traits(classInstanceSize, CompileExp), e); } override Expression semantic(Scope* sc) { static if (LOGSEMANTIC) { printf("CompileExp::semantic('%s')\n", toChars()); } sc = sc.startCTFE(); e1 = e1.semantic(sc); e1 = resolveProperties(sc, e1); sc = sc.endCTFE(); if (e1.op == TOKerror) return e1; if (!e1.type.isString()) { error("argument to mixin must be a string type, not %s", e1.type.toChars()); return new ErrorExp(); } e1 = e1.ctfeInterpret(); StringExp se = e1.toStringExp(); if (!se) { error("argument to mixin must be a string, not (%s)", e1.toChars()); return new ErrorExp(); } se = se.toUTF8(sc); uint errors = global.errors; scope Parser p = new Parser(loc, sc._module, se.toStringz(), se.len, 0); p.nextToken(); //printf("p.loc.linnum = %d\n", p.loc.linnum); Expression e = p.parseExpression(); if (p.errors) { assert(global.errors != errors); // should have caught all these cases return new ErrorExp(); } if (p.token.value != TOKeof) { error("incomplete mixin expression (%s)", se.toChars()); return new ErrorExp(); } return e.semantic(sc); } override void accept(Visitor v) { v.visit(this); } } /*********************************************************** */ extern (C++) final class ImportExp : UnaExp { public: extern (D) this(Loc loc, Expression e) { super(loc, TOKimport, __traits(classInstanceSize, ImportExp), e); } override Expression semantic(Scope* sc) { static if (LOGSEMANTIC) { printf("ImportExp::semantic('%s')\n", toChars()); } const(char)* name; const(char)* namez; StringExp se; sc = sc.startCTFE(); e1 = e1.semantic(sc); e1 = resolveProperties(sc, e1); sc = sc.endCTFE(); e1 = e1.ctfeInterpret(); if (e1.op != TOKstring) { error("file name argument must be a string, not (%s)", e1.toChars()); goto Lerror; } se = cast(StringExp)e1; se = se.toUTF8(sc); namez = se.toStringz(); if (!global.params.fileImppath) { error("need -Jpath switch to import text file %s", namez); goto Lerror; } /* Be wary of CWE-22: Improper Limitation of a Pathname to a Restricted Directory * ('Path Traversal') attacks. * http://cwe.mitre.org/data/definitions/22.html */ name = FileName.safeSearchPath(global.filePath, namez); if (!name) { error("file %s cannot be found or not in a path specified with -J", se.toChars()); goto Lerror; } if (global.params.verbose) fprintf(global.stdmsg, "file %.*s\t(%s)\n", cast(int)se.len, se.string, name); if (global.params.moduleDeps !is null) { OutBuffer* ob = global.params.moduleDeps; Module imod = sc.instantiatingModule(); if (!global.params.moduleDepsFile) ob.writestring("depsFile "); ob.writestring(imod.toPrettyChars()); ob.writestring(" ("); escapePath(ob, imod.srcfile.toChars()); ob.writestring(") : "); if (global.params.moduleDepsFile) ob.writestring("string : "); ob.write(se.string, se.len); ob.writestring(" ("); escapePath(ob, name); ob.writestring(")"); ob.writenl(); } { auto f = File(name); if (f.read()) { error("cannot read file %s", f.toChars()); goto Lerror; } else { f._ref = 1; se = new StringExp(loc, f.buffer, f.len); } } return se.semantic(sc); Lerror: return new ErrorExp(); } override void accept(Visitor v) { v.visit(this); } } /*********************************************************** */ extern (C++) final class AssertExp : UnaExp { public: Expression msg; extern (D) this(Loc loc, Expression e, Expression msg = null) { super(loc, TOKassert, __traits(classInstanceSize, AssertExp), e); this.msg = msg; } override Expression syntaxCopy() { return new AssertExp(loc, e1.syntaxCopy(), msg ? msg.syntaxCopy() : null); } override Expression semantic(Scope* sc) { static if (LOGSEMANTIC) { printf("AssertExp::semantic('%s')\n", toChars()); } if (Expression ex = unaSemantic(sc)) return ex; e1 = resolveProperties(sc, e1); // BUG: see if we can do compile time elimination of the Assert e1 = e1.optimize(WANTvalue); e1 = e1.toBoolean(sc); if (msg) { msg = msg.semantic(sc); msg = resolveProperties(sc, msg); msg = msg.implicitCastTo(sc, Type.tchar.constOf().arrayOf()); msg = msg.optimize(WANTvalue); } if (e1.op == TOKerror) return e1; if (msg && msg.op == TOKerror) return msg; auto f1 = checkNonAssignmentArrayOp(e1); auto f2 = msg && checkNonAssignmentArrayOp(msg); if (f1 || f2) return new ErrorExp(); if (e1.isBool(false)) { FuncDeclaration fd = sc.parent.isFuncDeclaration(); if (fd) fd.hasReturnExp |= 4; sc.callSuper |= CSXhalt; if (sc.fieldinit) { for (size_t i = 0; i < sc.fieldinit_dim; i++) sc.fieldinit[i] |= CSXhalt; } if (!global.params.useAssert) { Expression e = new HaltExp(loc); e = e.semantic(sc); return e; } } type = Type.tvoid; return this; } override void accept(Visitor v) { v.visit(this); } } /*********************************************************** */ extern (C++) final class DotIdExp : UnaExp { public: Identifier ident; extern (D) this(Loc loc, Expression e, Identifier ident) { super(loc, TOKdotid, __traits(classInstanceSize, DotIdExp), e); this.ident = ident; } static DotIdExp create(Loc loc, Expression e, Identifier ident) { return new DotIdExp(loc, e, ident); } override Expression semantic(Scope* sc) { static if (LOGSEMANTIC) { printf("DotIdExp::semantic(this = %p, '%s')\n", this, toChars()); //printf("e1->op = %d, '%s'\n", e1->op, Token::toChars(e1->op)); } Expression e = semanticY(sc, 1); if (e && isDotOpDispatch(e)) { uint errors = global.startGagging(); e = resolvePropertiesX(sc, e); if (global.endGagging(errors)) e = null; /* fall down to UFCS */ else return e; } if (!e) // if failed to find the property { /* If ident is not a valid property, rewrite: * e1.ident * as: * .ident(e1) */ e = resolveUFCSProperties(sc, this); } return e; } // Run sematnic in e1 Expression semanticX(Scope* sc) { //printf("DotIdExp::semanticX(this = %p, '%s')\n", this, toChars()); if (Expression ex = unaSemantic(sc)) return ex; if (ident == Id._mangleof) { // symbol.mangleof Dsymbol ds; switch (e1.op) { case TOKscope: ds = (cast(ScopeExp)e1).sds; goto L1; case TOKvar: ds = (cast(VarExp)e1).var; goto L1; case TOKdotvar: ds = (cast(DotVarExp)e1).var; goto L1; case TOKoverloadset: ds = (cast(OverExp)e1).vars; goto L1; case TOKtemplate: { TemplateExp te = cast(TemplateExp)e1; ds = te.fd ? cast(Dsymbol)te.fd : te.td; } L1: { assert(ds); if (auto f = ds.isFuncDeclaration()) { if (f.checkForwardRef(loc)) return new ErrorExp(); } const(char)* s = mangle(ds); Expression e = new StringExp(loc, cast(void*)s, strlen(s)); e = e.semantic(sc); return e; } default: break; } } if (e1.op == TOKvar && e1.type.toBasetype().ty == Tsarray && ident == Id.length) { // bypass checkPurity return e1.type.dotExp(sc, e1, ident, 0); } if (e1.op == TOKdot) { } else { e1 = resolvePropertiesX(sc, e1); } if (e1.op == TOKtuple && ident == Id.offsetof) { /* 'distribute' the .offsetof to each of the tuple elements. */ TupleExp te = cast(TupleExp)e1; auto exps = new Expressions(); exps.setDim(te.exps.dim); for (size_t i = 0; i < exps.dim; i++) { Expression e = (*te.exps)[i]; e = e.semantic(sc); e = new DotIdExp(e.loc, e, Id.offsetof); (*exps)[i] = e; } // Don't evaluate te->e0 in runtime Expression e = new TupleExp(loc, null, exps); e = e.semantic(sc); return e; } if (e1.op == TOKtuple && ident == Id.length) { TupleExp te = cast(TupleExp)e1; // Don't evaluate te->e0 in runtime Expression e = new IntegerExp(loc, te.exps.dim, Type.tsize_t); return e; } // Bugzilla 14416: Template has no built-in properties except for 'stringof'. if ((e1.op == TOKdottd || e1.op == TOKtemplate) && ident != Id.stringof) { error("template %s does not have property '%s'", e1.toChars(), ident.toChars()); return new ErrorExp(); } if (!e1.type) { error("expression %s does not have property '%s'", e1.toChars(), ident.toChars()); return new ErrorExp(); } return this; } // Resolve e1.ident without seeing UFCS. // If flag == 1, stop "not a property" error and return NULL. Expression semanticY(Scope* sc, int flag) { //printf("DotIdExp::semanticY(this = %p, '%s')\n", this, toChars()); //{ static int z; fflush(stdout); if (++z == 10) *(char*)0=0; } /* Special case: rewrite this.id and super.id * to be classtype.id and baseclasstype.id * if we have no this pointer. */ if ((e1.op == TOKthis || e1.op == TOKsuper) && !hasThis(sc)) { if (AggregateDeclaration ad = sc.getStructClassScope()) { if (e1.op == TOKthis) { e1 = new TypeExp(e1.loc, ad.type); } else { ClassDeclaration cd = ad.isClassDeclaration(); if (cd && cd.baseClass) e1 = new TypeExp(e1.loc, cd.baseClass.type); } } } Expression e = semanticX(sc); if (e != this) return e; Expression eleft; Expression eright; if (e1.op == TOKdot) { DotExp de = cast(DotExp)e1; eleft = de.e1; eright = de.e2; } else { eleft = null; eright = e1; } Type t1b = e1.type.toBasetype(); if (eright.op == TOKscope) // also used for template alias's { ScopeExp ie = cast(ScopeExp)eright; /* Disable access to another module's private imports. * The check for 'is sds our current module' is because * the current module should have access to its own imports. */ Dsymbol s = ie.sds.search(loc, ident, (ie.sds.isModule() && ie.sds != sc._module) ? IgnorePrivateImports | SearchLocalsOnly : SearchLocalsOnly); /* Check for visibility before resolving aliases because public * aliases to private symbols are public. */ if (s && !symbolIsVisible(sc._module, s)) { if (s.isDeclaration()) .error(loc, "%s is not visible from module %s", s.toPrettyChars(), sc._module.toChars()); else .deprecation(loc, "%s is not visible from module %s", s.toPrettyChars(), sc._module.toChars()); // s = null; } if (s) { if (auto p = s.isPackage()) checkAccess(loc, sc, p); // if 's' is a tuple variable, the tuple is returned. s = s.toAlias(); checkDeprecated(sc, s); EnumMember em = s.isEnumMember(); if (em) { return em.getVarExp(loc, sc); } VarDeclaration v = s.isVarDeclaration(); if (v) { //printf("DotIdExp:: Identifier '%s' is a variable, type '%s'\n", toChars(), v->type->toChars()); if (!v.type) { if (v.inuse) error("circular reference to '%s'", v.toChars()); else error("forward reference of %s %s", s.kind(), s.toChars()); return new ErrorExp(); } if (v.needThis()) { if (!eleft) eleft = new ThisExp(loc); e = new DotVarExp(loc, eleft, v); e = e.semantic(sc); } else { e = new VarExp(loc, v); if (eleft) { e = new CommaExp(loc, eleft, e); e.type = v.type; } } e = e.deref(); return e.semantic(sc); } FuncDeclaration f = s.isFuncDeclaration(); if (f) { //printf("it's a function\n"); if (!f.functionSemantic()) return new ErrorExp(); if (f.needThis()) { if (!eleft) eleft = new ThisExp(loc); e = new DotVarExp(loc, eleft, f, true); e = e.semantic(sc); } else { e = new VarExp(loc, f, true); if (eleft) { e = new CommaExp(loc, eleft, e); e.type = f.type; } } return e; } if (auto td = s.isTemplateDeclaration()) { if (eleft) e = new DotTemplateExp(loc, eleft, td); else e = new TemplateExp(loc, td); e = e.semantic(sc); return e; } if (OverDeclaration od = s.isOverDeclaration()) { e = new VarExp(loc, od, true); if (eleft) { e = new CommaExp(loc, eleft, e); e.type = Type.tvoid; // ambiguous type? } return e; } OverloadSet o = s.isOverloadSet(); if (o) { //printf("'%s' is an overload set\n", o->toChars()); return new OverExp(loc, o); } if (auto t = s.getType()) { return (new TypeExp(loc, t)).semantic(sc); } TupleDeclaration tup = s.isTupleDeclaration(); if (tup) { if (eleft) { e = new DotVarExp(loc, eleft, tup); e = e.semantic(sc); return e; } e = new TupleExp(loc, tup); e = e.semantic(sc); return e; } ScopeDsymbol sds = s.isScopeDsymbol(); if (sds) { //printf("it's a ScopeDsymbol %s\n", ident->toChars()); e = new ScopeExp(loc, sds); e = e.semantic(sc); if (eleft) e = new DotExp(loc, eleft, e); return e; } Import imp = s.isImport(); if (imp) { ie = new ScopeExp(loc, imp.pkg); return ie.semantic(sc); } // BUG: handle other cases like in IdentifierExp::semantic() debug { printf("s = '%s', kind = '%s'\n", s.toChars(), s.kind()); } assert(0); } else if (ident == Id.stringof) { const p = ie.toChars(); e = new StringExp(loc, cast(char*)p, strlen(p)); e = e.semantic(sc); return e; } if (ie.sds.isPackage() || ie.sds.isImport() || ie.sds.isModule()) { flag = 0; } if (flag) return null; s = ie.sds.search_correct(ident); if (s) error("undefined identifier '%s' in %s '%s', did you mean %s '%s'?", ident.toChars(), ie.sds.kind(), ie.sds.toPrettyChars(), s.kind(), s.toChars()); else error("undefined identifier '%s' in %s '%s'", ident.toChars(), ie.sds.kind(), ie.sds.toPrettyChars()); return new ErrorExp(); } else if (t1b.ty == Tpointer && e1.type.ty != Tenum && ident != Id._init && ident != Id.__sizeof && ident != Id.__xalignof && ident != Id.offsetof && ident != Id._mangleof && ident != Id.stringof) { Type t1bn = t1b.nextOf(); if (flag) { AggregateDeclaration ad = isAggregate(t1bn); if (ad && !ad.members) // Bugzilla 11312 return null; } /* Rewrite: * p.ident * as: * (*p).ident */ if (flag && t1bn.ty == Tvoid) return null; e = new PtrExp(loc, e1); e = e.semantic(sc); return e.type.dotExp(sc, e, ident, flag); } else { if (e1.op == TOKtype || e1.op == TOKtemplate) flag = 0; e = e1.type.dotExp(sc, e1, ident, flag); if (!flag || e) e = e.semantic(sc); return e; } } override void accept(Visitor v) { v.visit(this); } } /*********************************************************** * Mainly just a placeholder */ extern (C++) final class DotTemplateExp : UnaExp { public: TemplateDeclaration td; extern (D) this(Loc loc, Expression e, TemplateDeclaration td) { super(loc, TOKdottd, __traits(classInstanceSize, DotTemplateExp), e); this.td = td; } override Expression semantic(Scope* sc) { if (Expression ex = unaSemantic(sc)) return ex; return this; } override void accept(Visitor v) { v.visit(this); } } /*********************************************************** */ extern (C++) final class DotVarExp : UnaExp { public: Declaration var; bool hasOverloads; extern (D) this(Loc loc, Expression e, Declaration var, bool hasOverloads = true) { if (var.isVarDeclaration()) hasOverloads = false; super(loc, TOKdotvar, __traits(classInstanceSize, DotVarExp), e); //printf("DotVarExp()\n"); this.var = var; this.hasOverloads = hasOverloads; } override Expression semantic(Scope* sc) { static if (LOGSEMANTIC) { printf("DotVarExp::semantic('%s')\n", toChars()); } if (type) return this; var = var.toAlias().isDeclaration(); e1 = e1.semantic(sc); if (auto tup = var.isTupleDeclaration()) { /* Replace: * e1.tuple(a, b, c) * with: * tuple(e1.a, e1.b, e1.c) */ Expression e0; Expression ev = extractSideEffect(sc, "__tup", e0, e1); auto exps = new Expressions(); exps.reserve(tup.objects.dim); for (size_t i = 0; i < tup.objects.dim; i++) { RootObject o = (*tup.objects)[i]; Expression e; if (o.dyncast() == DYNCAST_EXPRESSION) { e = cast(Expression)o; if (e.op == TOKdsymbol) { Dsymbol s = (cast(DsymbolExp)e).s; e = new DotVarExp(loc, ev, s.isDeclaration()); } } else if (o.dyncast() == DYNCAST_DSYMBOL) { e = new DsymbolExp(loc, cast(Dsymbol)o); } else if (o.dyncast() == DYNCAST_TYPE) { e = new TypeExp(loc, cast(Type)o); } else { error("%s is not an expression", o.toChars()); return new ErrorExp(); } exps.push(e); } Expression e = new TupleExp(loc, e0, exps); e = e.semantic(sc); return e; } e1 = e1.addDtorHook(sc); Type t1 = e1.type; if (FuncDeclaration fd = var.isFuncDeclaration()) { // for functions, do checks after overload resolution if (!fd.functionSemantic()) return new ErrorExp(); /* Bugzilla 13843: If fd obviously has no overloads, we should * normalize AST, and it will give a chance to wrap fd with FuncExp. */ if (fd.isNested() || fd.isFuncLiteralDeclaration()) { // (e1, fd) auto e = DsymbolExp.resolve(loc, sc, fd, false); return Expression.combine(e1, e); } type = fd.type; assert(type); } else if (OverDeclaration od = var.isOverDeclaration()) { type = Type.tvoid; // ambiguous type? } else { type = var.type; if (!type && global.errors) { // var is goofed up, just return 0 return new ErrorExp(); } assert(type); if (t1.ty == Tpointer) t1 = t1.nextOf(); type = type.addMod(t1.mod); Dsymbol vparent = var.toParent(); AggregateDeclaration ad = vparent ? vparent.isAggregateDeclaration() : null; if (Expression e1x = getRightThis(loc, sc, ad, e1, var, 1)) e1 = e1x; else { /* Later checkRightThis will report correct error for invalid field variable access. */ Expression e = new VarExp(loc, var); e = e.semantic(sc); return e; } checkAccess(loc, sc, e1, var); VarDeclaration v = var.isVarDeclaration(); if (v && (v.isDataseg() || (v.storage_class & STCmanifest))) { Expression e = expandVar(WANTvalue, v); if (e) return e; } if (v && v.isDataseg()) // fix bugzilla 8238 { // (e1, v) checkAccess(loc, sc, e1, v); Expression e = new VarExp(loc, v); e = new CommaExp(loc, e1, e); e = e.semantic(sc); return e; } } //printf("-DotVarExp::semantic('%s')\n", toChars()); return this; } override int checkModifiable(Scope* sc, int flag) { //printf("DotVarExp::checkModifiable %s %s\n", toChars(), type->toChars()); if (e1.op == TOKthis) return var.checkModify(loc, sc, type, e1, flag); //printf("\te1 = %s\n", e1->toChars()); return e1.checkModifiable(sc, flag); } bool checkReadModifyWrite(); override bool isLvalue() { return true; } override Expression toLvalue(Scope* sc, Expression e) { //printf("DotVarExp::toLvalue(%s)\n", toChars()); return this; } override Expression modifiableLvalue(Scope* sc, Expression e) { version (none) { printf("DotVarExp::modifiableLvalue(%s)\n", toChars()); printf("e1->type = %s\n", e1.type.toChars()); printf("var->type = %s\n", var.type.toChars()); } return Expression.modifiableLvalue(sc, e); } override void accept(Visitor v) { v.visit(this); } } /*********************************************************** * foo.bar!(args) */ extern (C++) final class DotTemplateInstanceExp : UnaExp { public: TemplateInstance ti; extern (D) this(Loc loc, Expression e, Identifier name, Objects* tiargs) { super(loc, TOKdotti, __traits(classInstanceSize, DotTemplateInstanceExp), e); //printf("DotTemplateInstanceExp()\n"); this.ti = new TemplateInstance(loc, name); this.ti.tiargs = tiargs; } extern (D) this(Loc loc, Expression e, TemplateInstance ti) { super(loc, TOKdotti, __traits(classInstanceSize, DotTemplateInstanceExp), e); this.ti = ti; } override Expression syntaxCopy() { return new DotTemplateInstanceExp(loc, e1.syntaxCopy(), ti.name, TemplateInstance.arraySyntaxCopy(ti.tiargs)); } bool findTempDecl(Scope* sc) { static if (LOGSEMANTIC) { printf("DotTemplateInstanceExp::findTempDecl('%s')\n", toChars()); } if (ti.tempdecl) return true; Expression e = new DotIdExp(loc, e1, ti.name); e = e.semantic(sc); if (e.op == TOKdot) e = (cast(DotExp)e).e2; Dsymbol s = null; switch (e.op) { case TOKoverloadset: s = (cast(OverExp)e).vars; break; case TOKdottd: s = (cast(DotTemplateExp)e).td; break; case TOKscope: s = (cast(ScopeExp)e).sds; break; case TOKdotvar: s = (cast(DotVarExp)e).var; break; case TOKvar: s = (cast(VarExp)e).var; break; default: return false; } return ti.updateTempDecl(sc, s); } override Expression semantic(Scope* sc) { static if (LOGSEMANTIC) { printf("DotTemplateInstanceExp::semantic('%s')\n", toChars()); } // Indicate we need to resolve by UFCS. Expression e = semanticY(sc, 1); if (!e) e = resolveUFCSProperties(sc, this); return e; } // Resolve e1.ident!tiargs without seeing UFCS. // If flag == 1, stop "not a property" error and return NULL. Expression semanticY(Scope* sc, int flag) { static if (LOGSEMANTIC) { printf("DotTemplateInstanceExpY::semantic('%s')\n", toChars()); } auto die = new DotIdExp(loc, e1, ti.name); Expression e = die.semanticX(sc); if (e == die) { e1 = die.e1; // take back Type t1b = e1.type.toBasetype(); if (t1b.ty == Tarray || t1b.ty == Tsarray || t1b.ty == Taarray || t1b.ty == Tnull || (t1b.isTypeBasic() && t1b.ty != Tvoid)) { /* No built-in type has templatized properties, so do shortcut. * It is necessary in: 1024.max!"a < b" */ if (flag) return null; } e = die.semanticY(sc, flag); if (flag && e && isDotOpDispatch(e)) { /* opDispatch!tiargs would be a function template that needs IFTI, * so it's not a template */ e = null; /* fall down to UFCS */ } if (flag && !e) return null; } assert(e); L1: if (e.op == TOKerror) return e; if (e.op == TOKdotvar) { DotVarExp dve = cast(DotVarExp)e; if (FuncDeclaration fd = dve.var.isFuncDeclaration()) { TemplateDeclaration td = fd.findTemplateDeclRoot(); if (td) { e = new DotTemplateExp(dve.loc, dve.e1, td); e = e.semantic(sc); } } else if (OverDeclaration od = dve.var.isOverDeclaration()) { e1 = dve.e1; // pull semantic() result if (!findTempDecl(sc)) goto Lerr; if (ti.needsTypeInference(sc)) return this; ti.semantic(sc); if (!ti.inst || ti.errors) // if template failed to expand return new ErrorExp(); Dsymbol s = ti.toAlias(); Declaration v = s.isDeclaration(); if (v) { if (v.type && !v.type.deco) v.type = v.type.semantic(v.loc, sc); e = new DotVarExp(loc, e1, v); e = e.semantic(sc); return e; } e = new ScopeExp(loc, ti); e = new DotExp(loc, e1, e); e = e.semantic(sc); return e; } } else if (e.op == TOKvar) { VarExp ve = cast(VarExp)e; if (FuncDeclaration fd = ve.var.isFuncDeclaration()) { TemplateDeclaration td = fd.findTemplateDeclRoot(); if (td) { e = new TemplateExp(ve.loc, td); e = e.semantic(sc); } } else if (OverDeclaration od = ve.var.isOverDeclaration()) { ti.tempdecl = od; e = new ScopeExp(loc, ti); e = e.semantic(sc); return e; } } if (e.op == TOKdottd) { DotTemplateExp dte = cast(DotTemplateExp)e; e1 = dte.e1; // pull semantic() result ti.tempdecl = dte.td; if (!ti.semanticTiargs(sc)) return new ErrorExp(); if (ti.needsTypeInference(sc)) return this; ti.semantic(sc); if (!ti.inst || ti.errors) // if template failed to expand return new ErrorExp(); Dsymbol s = ti.toAlias(); Declaration v = s.isDeclaration(); if (v && (v.isFuncDeclaration() || v.isVarDeclaration())) { e = new DotVarExp(loc, e1, v); e = e.semantic(sc); return e; } e = new ScopeExp(loc, ti); e = new DotExp(loc, e1, e); e = e.semantic(sc); return e; } else if (e.op == TOKtemplate) { ti.tempdecl = (cast(TemplateExp)e).td; e = new ScopeExp(loc, ti); e = e.semantic(sc); return e; } else if (e.op == TOKdot) { DotExp de = cast(DotExp)e; if (de.e2.op == TOKoverloadset) { if (!findTempDecl(sc) || !ti.semanticTiargs(sc)) { return new ErrorExp(); } if (ti.needsTypeInference(sc)) return this; ti.semantic(sc); if (!ti.inst || ti.errors) // if template failed to expand return new ErrorExp(); Dsymbol s = ti.toAlias(); Declaration v = s.isDeclaration(); if (v) { if (v.type && !v.type.deco) v.type = v.type.semantic(v.loc, sc); e = new DotVarExp(loc, e1, v); e = e.semantic(sc); return e; } e = new ScopeExp(loc, ti); e = new DotExp(loc, e1, e); e = e.semantic(sc); return e; } } else if (e.op == TOKoverloadset) { OverExp oe = cast(OverExp)e; ti.tempdecl = oe.vars; e = new ScopeExp(loc, ti); e = e.semantic(sc); return e; } Lerr: error("%s isn't a template", e.toChars()); return new ErrorExp(); } override void accept(Visitor v) { v.visit(this); } } /*********************************************************** */ extern (C++) final class DelegateExp : UnaExp { public: FuncDeclaration func; bool hasOverloads; extern (D) this(Loc loc, Expression e, FuncDeclaration f, bool hasOverloads = true) { super(loc, TOKdelegate, __traits(classInstanceSize, DelegateExp), e); this.func = f; this.hasOverloads = hasOverloads; } override Expression semantic(Scope* sc) { static if (LOGSEMANTIC) { printf("DelegateExp::semantic('%s')\n", toChars()); } if (type) return this; e1 = e1.semantic(sc); type = new TypeDelegate(func.type); type = type.semantic(loc, sc); FuncDeclaration f = func.toAliasFunc(); AggregateDeclaration ad = f.toParent().isAggregateDeclaration(); if (f.needThis()) e1 = getRightThis(loc, sc, ad, e1, f); if (ad && ad.isClassDeclaration() && ad.type != e1.type) { // A downcast is required for interfaces, see Bugzilla 3706 e1 = new CastExp(loc, e1, ad.type); e1 = e1.semantic(sc); } return this; } override void accept(Visitor v) { v.visit(this); } override void printAST(int indent) { UnaExp.printAST(indent); foreach (i; 0 .. indent + 2) printf(" "); printf(".func: %s\n", func ? func.toChars() : ""); } } /*********************************************************** */ extern (C++) final class DotTypeExp : UnaExp { public: Dsymbol sym; // symbol that represents a type extern (D) this(Loc loc, Expression e, Dsymbol s) { super(loc, TOKdottype, __traits(classInstanceSize, DotTypeExp), e); this.sym = s; this.type = s.getType(); } override Expression semantic(Scope* sc) { static if (LOGSEMANTIC) { printf("DotTypeExp::semantic('%s')\n", toChars()); } if (Expression ex = unaSemantic(sc)) return ex; return this; } override void accept(Visitor v) { v.visit(this); } } /*********************************************************** */ extern (C++) final class CallExp : UnaExp { public: Expressions* arguments; // function arguments FuncDeclaration f; // symbol to call bool directcall; // true if a virtual call is devirtualized extern (D) this(Loc loc, Expression e, Expressions* exps) { super(loc, TOKcall, __traits(classInstanceSize, CallExp), e); this.arguments = exps; } extern (D) this(Loc loc, Expression e) { super(loc, TOKcall, __traits(classInstanceSize, CallExp), e); } extern (D) this(Loc loc, Expression e, Expression earg1) { super(loc, TOKcall, __traits(classInstanceSize, CallExp), e); auto arguments = new Expressions(); if (earg1) { arguments.setDim(1); (*arguments)[0] = earg1; } this.arguments = arguments; } extern (D) this(Loc loc, Expression e, Expression earg1, Expression earg2) { super(loc, TOKcall, __traits(classInstanceSize, CallExp), e); auto arguments = new Expressions(); arguments.setDim(2); (*arguments)[0] = earg1; (*arguments)[1] = earg2; this.arguments = arguments; } static CallExp create(Loc loc, Expression e, Expressions* exps) { return new CallExp(loc, e, exps); } static CallExp create(Loc loc, Expression e) { return new CallExp(loc, e); } static CallExp create(Loc loc, Expression e, Expression earg1) { return new CallExp(loc, e, earg1); } override Expression syntaxCopy() { return new CallExp(loc, e1.syntaxCopy(), arraySyntaxCopy(arguments)); } override Expression semantic(Scope* sc) { static if (LOGSEMANTIC) { printf("CallExp::semantic() %s\n", toChars()); } if (type) return this; // semantic() already run version (none) { if (arguments && arguments.dim) { Expression earg = (*arguments)[0]; earg.print(); if (earg.type) earg.type.print(); } } Type t1; Objects* tiargs = null; // initial list of template arguments Expression ethis = null; Type tthis = null; Expression e1org = e1; if (e1.op == TOKcomma) { /* Rewrite (a,b)(args) as (a,(b(args))) */ auto ce = cast(CommaExp)e1; e1 = ce.e2; ce.e2 = this; return ce.semantic(sc); } if (e1.op == TOKdelegate) { DelegateExp de = cast(DelegateExp)e1; e1 = new DotVarExp(de.loc, de.e1, de.func, de.hasOverloads); return semantic(sc); } if (e1.op == TOKfunction) { if (arrayExpressionSemantic(arguments, sc) || preFunctionParameters(loc, sc, arguments)) { return new ErrorExp(); } // Run e1 semantic even if arguments have any errors FuncExp fe = cast(FuncExp)e1; e1 = fe.semantic(sc, arguments); if (e1.op == TOKerror) return e1; } if (Expression ex = resolveUFCS(sc, this)) return ex; /* This recognizes: * foo!(tiargs)(funcargs) */ if (e1.op == TOKscope) { ScopeExp se = cast(ScopeExp)e1; TemplateInstance ti = se.sds.isTemplateInstance(); if (ti) { /* Attempt to instantiate ti. If that works, go with it. * If not, go with partial explicit specialization. */ WithScopeSymbol withsym; if (!ti.findTempDecl(sc, &withsym) || !ti.semanticTiargs(sc)) { return new ErrorExp(); } if (withsym && withsym.withstate.wthis) { e1 = new VarExp(e1.loc, withsym.withstate.wthis); e1 = new DotTemplateInstanceExp(e1.loc, e1, ti); goto Ldotti; } if (ti.needsTypeInference(sc, 1)) { /* Go with partial explicit specialization */ tiargs = ti.tiargs; assert(ti.tempdecl); if (TemplateDeclaration td = ti.tempdecl.isTemplateDeclaration()) e1 = new TemplateExp(loc, td); else if (OverDeclaration od = ti.tempdecl.isOverDeclaration()) e1 = new VarExp(loc, od); else e1 = new OverExp(loc, ti.tempdecl.isOverloadSet()); } else { Expression e1x = e1.semantic(sc); if (e1x.op == TOKerror) return e1x; e1 = e1x; } } } /* This recognizes: * expr.foo!(tiargs)(funcargs) */ Ldotti: if (e1.op == TOKdotti && !e1.type) { DotTemplateInstanceExp se = cast(DotTemplateInstanceExp)e1; TemplateInstance ti = se.ti; { /* Attempt to instantiate ti. If that works, go with it. * If not, go with partial explicit specialization. */ if (!se.findTempDecl(sc) || !ti.semanticTiargs(sc)) { return new ErrorExp(); } if (ti.needsTypeInference(sc, 1)) { /* Go with partial explicit specialization */ tiargs = ti.tiargs; assert(ti.tempdecl); if (TemplateDeclaration td = ti.tempdecl.isTemplateDeclaration()) e1 = new DotTemplateExp(loc, se.e1, td); else if (OverDeclaration od = ti.tempdecl.isOverDeclaration()) { e1 = new DotVarExp(loc, se.e1, od, true); } else e1 = new DotExp(loc, se.e1, new OverExp(loc, ti.tempdecl.isOverloadSet())); } else { Expression e1x = e1.semantic(sc); if (e1x.op == TOKerror) return e1x; e1 = e1x; } } } Lagain: //printf("Lagain: %s\n", toChars()); f = null; if (e1.op == TOKthis || e1.op == TOKsuper) { // semantic() run later for these } else { if (e1.op == TOKdotid) { DotIdExp die = cast(DotIdExp)e1; e1 = die.semantic(sc); /* Look for e1 having been rewritten to expr.opDispatch!(string) * We handle such earlier, so go back. * Note that in the rewrite, we carefully did not run semantic() on e1 */ if (e1.op == TOKdotti && !e1.type) { goto Ldotti; } } else { static __gshared int nest; if (++nest > 500) { error("recursive evaluation of %s", toChars()); --nest; return new ErrorExp(); } Expression ex = unaSemantic(sc); --nest; if (ex) return ex; } /* Look for e1 being a lazy parameter */ if (e1.op == TOKvar) { VarExp ve = cast(VarExp)e1; if (ve.var.storage_class & STClazy) { // lazy paramaters can be called without violating purity and safety Type tw = ve.var.type; Type tc = ve.var.type.substWildTo(MODconst); auto tf = new TypeFunction(null, tc, 0, LINKd, STCsafe | STCpure); (tf = cast(TypeFunction)tf.semantic(loc, sc)).next = tw; // hack for bug7757 auto t = new TypeDelegate(tf); ve.type = t.semantic(loc, sc); } VarDeclaration v = ve.var.isVarDeclaration(); if (v && ve.checkPurity(sc, v)) return new ErrorExp(); } if (e1.op == TOKsymoff && (cast(SymOffExp)e1).hasOverloads) { SymOffExp se = cast(SymOffExp)e1; e1 = new VarExp(se.loc, se.var, true); e1 = e1.semantic(sc); } else if (e1.op == TOKdot) { DotExp de = cast(DotExp)e1; if (de.e2.op == TOKoverloadset) { ethis = de.e1; tthis = de.e1.type; e1 = de.e2; } } else if (e1.op == TOKstar && e1.type.ty == Tfunction) { // Rewrite (*fp)(arguments) to fp(arguments) e1 = (cast(PtrExp)e1).e1; } } t1 = e1.type ? e1.type.toBasetype() : null; if (e1.op == TOKerror) return e1; if (arrayExpressionSemantic(arguments, sc) || preFunctionParameters(loc, sc, arguments)) { return new ErrorExp(); } // Check for call operator overload if (t1) { if (t1.ty == Tstruct) { auto sd = (cast(TypeStruct)t1).sym; sd.size(loc); // Resolve forward references to construct object if (sd.sizeok != SIZEOKdone) return new ErrorExp(); if (!sd.ctor) sd.ctor = sd.searchCtor(); // First look for constructor if (e1.op == TOKtype && sd.ctor) { if (!sd.noDefaultCtor && !(arguments && arguments.dim)) goto Lx; auto sle = new StructLiteralExp(loc, sd, null, e1.type); if (!sd.fill(loc, sle.elements, true)) return new ErrorExp(); if (checkFrameAccess(loc, sc, sd, sle.elements.dim)) return new ErrorExp(); // Bugzilla 14556: Set concrete type to avoid further redundant semantic(). sle.type = e1.type; /* Constructor takes a mutable object, so don't use * the immutable initializer symbol. */ sle.useStaticInit = false; Expression e = sle; if (auto cf = sd.ctor.isCtorDeclaration()) { e = new DotVarExp(loc, e, cf, true); } else if (auto td = sd.ctor.isTemplateDeclaration()) { e = new DotTemplateExp(loc, e, td); } else if (auto os = sd.ctor.isOverloadSet()) { e = new DotExp(loc, e, new OverExp(loc, os)); } else assert(0); e = new CallExp(loc, e, arguments); e = e.semantic(sc); return e; } // No constructor, look for overload of opCall if (search_function(sd, Id.call)) goto L1; // overload of opCall, therefore it's a call if (e1.op != TOKtype) { if (sd.aliasthis && e1.type != att1) { if (!att1 && e1.type.checkAliasThisRec()) att1 = e1.type; e1 = resolveAliasThis(sc, e1); goto Lagain; } error("%s %s does not overload ()", sd.kind(), sd.toChars()); return new ErrorExp(); } /* It's a struct literal */ Lx: Expression e = new StructLiteralExp(loc, sd, arguments, e1.type); e = e.semantic(sc); return e; } else if (t1.ty == Tclass) { L1: // Rewrite as e1.call(arguments) Expression e = new DotIdExp(loc, e1, Id.call); e = new CallExp(loc, e, arguments); e = e.semantic(sc); return e; } else if (e1.op == TOKtype && t1.isscalar()) { Expression e; if (!arguments || arguments.dim == 0) { e = t1.defaultInitLiteral(loc); } else if (arguments.dim == 1) { e = (*arguments)[0]; e = e.implicitCastTo(sc, t1); e = new CastExp(loc, e, t1); } else { error("more than one argument for construction of %s", t1.toChars()); e = new ErrorExp(); } e = e.semantic(sc); return e; } } static FuncDeclaration resolveOverloadSet(Loc loc, Scope* sc, OverloadSet os, Objects* tiargs, Type tthis, Expressions* arguments) { FuncDeclaration f = null; foreach (s; os.a) { if (tiargs && s.isFuncDeclaration()) continue; if (auto f2 = resolveFuncCall(loc, sc, s, tiargs, tthis, arguments, 1)) { if (f2.errors) return null; if (f) { /* Error if match in more than one overload set, * even if one is a 'better' match than the other. */ ScopeDsymbol.multiplyDefined(loc, f, f2); } else f = f2; } } if (!f) .error(loc, "no overload matches for %s", os.toChars()); else if (f.errors) f = null; return f; } if (e1.op == TOKdotvar && t1.ty == Tfunction || e1.op == TOKdottd) { UnaExp ue = cast(UnaExp)e1; Expression ue1 = ue.e1; Expression ue1old = ue1; // need for 'right this' check VarDeclaration v; if (ue1.op == TOKvar && (v = (cast(VarExp)ue1).var.isVarDeclaration()) !is null && v.needThis()) { ue.e1 = new TypeExp(ue1.loc, ue1.type); ue1 = null; } DotVarExp dve; DotTemplateExp dte; Dsymbol s; if (e1.op == TOKdotvar) { dve = cast(DotVarExp)e1; dte = null; s = dve.var; tiargs = null; } else { dve = null; dte = cast(DotTemplateExp)e1; s = dte.td; } // Do overload resolution f = resolveFuncCall(loc, sc, s, tiargs, ue1 ? ue1.type : null, arguments); if (!f || f.errors || f.type.ty == Terror) return new ErrorExp(); if (f.interfaceVirtual) { /* Cast 'this' to the type of the interface, and replace f with the interface's equivalent */ auto b = f.interfaceVirtual; auto ad2 = b.sym; ue.e1 = ue.e1.castTo(sc, ad2.type.addMod(ue.e1.type.mod)); ue.e1 = ue.e1.semantic(sc); ue1 = ue.e1; auto vi = f.findVtblIndex(&ad2.vtbl, cast(int)ad2.vtbl.dim); assert(vi >= 0); f = ad2.vtbl[vi].isFuncDeclaration(); assert(f); } if (f.needThis()) { AggregateDeclaration ad = f.toParent2().isAggregateDeclaration(); ue.e1 = getRightThis(loc, sc, ad, ue.e1, f); if (ue.e1.op == TOKerror) return ue.e1; ethis = ue.e1; tthis = ue.e1.type; } /* Cannot call public functions from inside invariant * (because then the invariant would have infinite recursion) */ if (sc.func && sc.func.isInvariantDeclaration() && ue.e1.op == TOKthis && f.addPostInvariant()) { error("cannot call public/export function %s from invariant", f.toChars()); return new ErrorExp(); } checkDeprecated(sc, f); checkPurity(sc, f); checkSafety(sc, f); checkNogc(sc, f); checkAccess(loc, sc, ue.e1, f); if (!f.needThis()) { e1 = Expression.combine(ue.e1, new VarExp(loc, f, false)); } else { if (ue1old.checkRightThis(sc)) return new ErrorExp(); if (e1.op == TOKdotvar) { dve.var = f; e1.type = f.type; } else { e1 = new DotVarExp(loc, dte.e1, f, false); e1 = e1.semantic(sc); if (e1.op == TOKerror) return new ErrorExp(); ue = cast(UnaExp)e1; } version (none) { printf("ue->e1 = %s\n", ue.e1.toChars()); printf("f = %s\n", f.toChars()); printf("t = %s\n", t.toChars()); printf("e1 = %s\n", e1.toChars()); printf("e1->type = %s\n", e1.type.toChars()); } // See if we need to adjust the 'this' pointer AggregateDeclaration ad = f.isThis(); ClassDeclaration cd = ue.e1.type.isClassHandle(); if (ad && cd && ad.isClassDeclaration()) { if (ue.e1.op == TOKdottype) { ue.e1 = (cast(DotTypeExp)ue.e1).e1; directcall = true; } else if (ue.e1.op == TOKsuper) directcall = true; else if ((cd.storage_class & STCfinal) != 0) // Bugzilla 14211 directcall = true; if (ad != cd) { ue.e1 = ue.e1.castTo(sc, ad.type.addMod(ue.e1.type.mod)); ue.e1 = ue.e1.semantic(sc); } } } t1 = e1.type; } else if (e1.op == TOKsuper) { // Base class constructor call auto ad = sc.func ? sc.func.isThis() : null; auto cd = ad ? ad.isClassDeclaration() : null; if (!cd || !cd.baseClass || !sc.func.isCtorDeclaration()) { error("super class constructor call must be in a constructor"); return new ErrorExp(); } if (!cd.baseClass.ctor) { error("no super class constructor for %s", cd.baseClass.toChars()); return new ErrorExp(); } if (!sc.intypeof && !(sc.callSuper & CSXhalt)) { if (sc.noctor || sc.callSuper & CSXlabel) error("constructor calls not allowed in loops or after labels"); if (sc.callSuper & (CSXsuper_ctor | CSXthis_ctor)) error("multiple constructor calls"); if ((sc.callSuper & CSXreturn) && !(sc.callSuper & CSXany_ctor)) error("an earlier return statement skips constructor"); sc.callSuper |= CSXany_ctor | CSXsuper_ctor; } tthis = cd.type.addMod(sc.func.type.mod); if (auto os = cd.baseClass.ctor.isOverloadSet()) f = resolveOverloadSet(loc, sc, os, null, tthis, arguments); else f = resolveFuncCall(loc, sc, cd.baseClass.ctor, null, tthis, arguments, 0); if (!f || f.errors) return new ErrorExp(); checkDeprecated(sc, f); checkPurity(sc, f); checkSafety(sc, f); checkNogc(sc, f); checkAccess(loc, sc, null, f); e1 = new DotVarExp(e1.loc, e1, f, false); e1 = e1.semantic(sc); t1 = e1.type; } else if (e1.op == TOKthis) { // same class constructor call auto ad = sc.func ? sc.func.isThis() : null; if (!ad || !sc.func.isCtorDeclaration()) { error("constructor call must be in a constructor"); return new ErrorExp(); } if (!sc.intypeof && !(sc.callSuper & CSXhalt)) { if (sc.noctor || sc.callSuper & CSXlabel) error("constructor calls not allowed in loops or after labels"); if (sc.callSuper & (CSXsuper_ctor | CSXthis_ctor)) error("multiple constructor calls"); if ((sc.callSuper & CSXreturn) && !(sc.callSuper & CSXany_ctor)) error("an earlier return statement skips constructor"); sc.callSuper |= CSXany_ctor | CSXthis_ctor; } tthis = ad.type.addMod(sc.func.type.mod); if (auto os = ad.ctor.isOverloadSet()) f = resolveOverloadSet(loc, sc, os, null, tthis, arguments); else f = resolveFuncCall(loc, sc, ad.ctor, null, tthis, arguments, 0); if (!f || f.errors) return new ErrorExp(); checkDeprecated(sc, f); checkPurity(sc, f); checkSafety(sc, f); checkNogc(sc, f); //checkAccess(loc, sc, NULL, f); // necessary? e1 = new DotVarExp(e1.loc, e1, f, false); e1 = e1.semantic(sc); t1 = e1.type; // BUG: this should really be done by checking the static // call graph if (f == sc.func) { error("cyclic constructor call"); return new ErrorExp(); } } else if (e1.op == TOKoverloadset) { auto os = (cast(OverExp)e1).vars; f = resolveOverloadSet(loc, sc, os, tiargs, tthis, arguments); if (!f) return new ErrorExp(); if (ethis) e1 = new DotVarExp(loc, ethis, f, false); else e1 = new VarExp(loc, f, false); goto Lagain; } else if (!t1) { error("function expected before (), not '%s'", e1.toChars()); return new ErrorExp(); } else if (t1.ty == Terror) { return new ErrorExp(); } else if (t1.ty != Tfunction) { TypeFunction tf; const(char)* p; Dsymbol s; f = null; if (e1.op == TOKfunction) { // function literal that direct called is always inferred. assert((cast(FuncExp)e1).fd); f = (cast(FuncExp)e1).fd; tf = cast(TypeFunction)f.type; p = "function literal"; } else if (t1.ty == Tdelegate) { TypeDelegate td = cast(TypeDelegate)t1; assert(td.next.ty == Tfunction); tf = cast(TypeFunction)td.next; p = "delegate"; } else if (t1.ty == Tpointer && (cast(TypePointer)t1).next.ty == Tfunction) { tf = cast(TypeFunction)(cast(TypePointer)t1).next; p = "function pointer"; } else if (e1.op == TOKdotvar && (cast(DotVarExp)e1).var.isOverDeclaration()) { DotVarExp dve = cast(DotVarExp)e1; f = resolveFuncCall(loc, sc, dve.var, tiargs, dve.e1.type, arguments, 2); if (!f) return new ErrorExp(); if (f.needThis()) { dve.var = f; dve.type = f.type; dve.hasOverloads = false; goto Lagain; } e1 = new VarExp(dve.loc, f, false); Expression e = new CommaExp(loc, dve.e1, this); return e.semantic(sc); } else if (e1.op == TOKvar && (cast(VarExp)e1).var.isOverDeclaration()) { s = (cast(VarExp)e1).var; goto L2; } else if (e1.op == TOKtemplate) { s = (cast(TemplateExp)e1).td; L2: f = resolveFuncCall(loc, sc, s, tiargs, null, arguments); if (!f || f.errors) return new ErrorExp(); if (f.needThis()) { if (hasThis(sc)) { // Supply an implicit 'this', as in // this.ident e1 = new DotVarExp(loc, (new ThisExp(loc)).semantic(sc), f, false); goto Lagain; } else if (isNeedThisScope(sc, f)) { error("need 'this' for '%s' of type '%s'", f.toChars(), f.type.toChars()); return new ErrorExp(); } } e1 = new VarExp(e1.loc, f, false); goto Lagain; } else { error("function expected before (), not %s of type %s", e1.toChars(), e1.type.toChars()); return new ErrorExp(); } if (!tf.callMatch(null, arguments)) { OutBuffer buf; buf.writeByte('('); argExpTypesToCBuffer(&buf, arguments); buf.writeByte(')'); if (tthis) tthis.modToBuffer(&buf); //printf("tf = %s, args = %s\n", tf->deco, (*arguments)[0]->type->deco); .error(loc, "%s %s %s is not callable using argument types %s", p, e1.toChars(), parametersTypeToChars(tf.parameters, tf.varargs), buf.peekString()); return new ErrorExp(); } // Purity and safety check should run after testing arguments matching if (f) { checkPurity(sc, f); checkSafety(sc, f); checkNogc(sc, f); if (f.checkNestedReference(sc, loc)) return new ErrorExp(); } else if (sc.func && sc.intypeof != 1 && !(sc.flags & SCOPEctfe)) { bool err = false; if (!tf.purity && !(sc.flags & SCOPEdebug) && sc.func.setImpure()) { error("pure %s '%s' cannot call impure %s '%s'", sc.func.kind(), sc.func.toPrettyChars(), p, e1.toChars()); err = true; } if (!tf.isnogc && sc.func.setGC()) { error("@nogc %s '%s' cannot call non-@nogc %s '%s'", sc.func.kind(), sc.func.toPrettyChars(), p, e1.toChars()); err = true; } if (tf.trust <= TRUSTsystem && sc.func.setUnsafe()) { error("safe %s '%s' cannot call system %s '%s'", sc.func.kind(), sc.func.toPrettyChars(), p, e1.toChars()); err = true; } if (err) return new ErrorExp(); } if (t1.ty == Tpointer) { Expression e = new PtrExp(loc, e1); e.type = tf; e1 = e; } t1 = tf; } else if (e1.op == TOKvar) { // Do overload resolution VarExp ve = cast(VarExp)e1; f = ve.var.isFuncDeclaration(); assert(f); tiargs = null; if (ve.hasOverloads) f = resolveFuncCall(loc, sc, f, tiargs, null, arguments, 2); else { f = f.toAliasFunc(); TypeFunction tf = cast(TypeFunction)f.type; if (!tf.callMatch(null, arguments)) { OutBuffer buf; buf.writeByte('('); argExpTypesToCBuffer(&buf, arguments); buf.writeByte(')'); //printf("tf = %s, args = %s\n", tf->deco, (*arguments)[0]->type->deco); .error(loc, "%s %s is not callable using argument types %s", e1.toChars(), parametersTypeToChars(tf.parameters, tf.varargs), buf.peekString()); f = null; } } if (!f || f.errors) return new ErrorExp(); if (f.needThis()) { // Change the ancestor lambdas to delegate before hasThis(sc) call. if (f.checkNestedReference(sc, loc)) return new ErrorExp(); if (hasThis(sc)) { // Supply an implicit 'this', as in // this.ident e1 = new DotVarExp(loc, (new ThisExp(loc)).semantic(sc), ve.var); // Note: we cannot use f directly, because further overload resolution // through the supplied 'this' may cause different result. goto Lagain; } else if (isNeedThisScope(sc, f)) { error("need 'this' for '%s' of type '%s'", f.toChars(), f.type.toChars()); return new ErrorExp(); } } checkDeprecated(sc, f); checkPurity(sc, f); checkSafety(sc, f); checkNogc(sc, f); checkAccess(loc, sc, null, f); if (f.checkNestedReference(sc, loc)) return new ErrorExp(); ethis = null; tthis = null; if (ve.hasOverloads) { e1 = new VarExp(ve.loc, f, false); e1.type = f.type; } t1 = f.type; } assert(t1.ty == Tfunction); Expression argprefix; if (!arguments) arguments = new Expressions(); if (functionParameters(loc, sc, cast(TypeFunction)t1, tthis, arguments, f, &type, &argprefix)) return new ErrorExp(); if (!type) { e1 = e1org; // Bugzilla 10922, avoid recursive expression printing error("forward reference to inferred return type of function call '%s'", toChars()); return new ErrorExp(); } if (f && f.tintro) { Type t = type; int offset = 0; TypeFunction tf = cast(TypeFunction)f.tintro; if (tf.next.isBaseOf(t, &offset) && offset) { type = tf.next; return combine(argprefix, castTo(sc, t)); } } // Handle the case of a direct lambda call if (f && f.isFuncLiteralDeclaration() && sc.func && !sc.intypeof) { f.tookAddressOf = 0; } return combine(argprefix, this); } override bool isLvalue() { Type tb = e1.type.toBasetype(); if (tb.ty == Tdelegate || tb.ty == Tpointer) tb = tb.nextOf(); if (tb.ty == Tfunction && (cast(TypeFunction)tb).isref) { if (e1.op == TOKdotvar) if ((cast(DotVarExp)e1).var.isCtorDeclaration()) return false; return true; // function returns a reference } return false; } override Expression toLvalue(Scope* sc, Expression e) { if (isLvalue()) return this; return Expression.toLvalue(sc, e); } override Expression addDtorHook(Scope* sc) { /* Only need to add dtor hook if it's a type that needs destruction. * Use same logic as VarDeclaration::callScopeDtor() */ if (e1.type && e1.type.ty == Tfunction) { TypeFunction tf = cast(TypeFunction)e1.type; if (tf.isref) return this; } Type tv = type.baseElemOf(); if (tv.ty == Tstruct) { TypeStruct ts = cast(TypeStruct)tv; StructDeclaration sd = ts.sym; if (sd.dtor) { /* Type needs destruction, so declare a tmp * which the back end will recognize and call dtor on */ auto tmp = copyToTemp(0, "__tmpfordtor", this); auto de = new DeclarationExp(loc, tmp); auto ve = new VarExp(loc, tmp); Expression e = new CommaExp(loc, de, new VarExp(loc, tmp)); e = e.semantic(sc); return e; } } return this; } override void accept(Visitor v) { v.visit(this); } } FuncDeclaration isFuncAddress(Expression e, bool* hasOverloads = null) { if (e.op == TOKaddress) { auto ae1 = (cast(AddrExp)e).e1; if (ae1.op == TOKvar) { auto ve = cast(VarExp)ae1; if (hasOverloads) *hasOverloads = ve.hasOverloads; return ve.var.isFuncDeclaration(); } if (ae1.op == TOKdotvar) { auto dve = cast(DotVarExp)ae1; if (hasOverloads) *hasOverloads = dve.hasOverloads; return dve.var.isFuncDeclaration(); } } else { if (e.op == TOKsymoff) { auto soe = cast(SymOffExp)e; if (hasOverloads) *hasOverloads = soe.hasOverloads; return soe.var.isFuncDeclaration(); } if (e.op == TOKdelegate) { auto dge = cast(DelegateExp)e; if (hasOverloads) *hasOverloads = dge.hasOverloads; return dge.func.isFuncDeclaration(); } } return null; } /*********************************************************** */ extern (C++) final class AddrExp : UnaExp { public: extern (D) this(Loc loc, Expression e) { super(loc, TOKaddress, __traits(classInstanceSize, AddrExp), e); } override Expression semantic(Scope* sc) { static if (LOGSEMANTIC) { printf("AddrExp::semantic('%s')\n", toChars()); } if (type) return this; if (Expression ex = unaSemantic(sc)) return ex; int wasCond = e1.op == TOKquestion; if (e1.op == TOKdotti) { DotTemplateInstanceExp dti = cast(DotTemplateInstanceExp)e1; TemplateInstance ti = dti.ti; { //assert(ti.needsTypeInference(sc)); ti.semantic(sc); if (!ti.inst || ti.errors) // if template failed to expand return new ErrorExp(); Dsymbol s = ti.toAlias(); FuncDeclaration f = s.isFuncDeclaration(); if (f) { e1 = new DotVarExp(e1.loc, dti.e1, f); e1 = e1.semantic(sc); } } } else if (e1.op == TOKscope) { TemplateInstance ti = (cast(ScopeExp)e1).sds.isTemplateInstance(); if (ti) { //assert(ti.needsTypeInference(sc)); ti.semantic(sc); if (!ti.inst || ti.errors) // if template failed to expand return new ErrorExp(); Dsymbol s = ti.toAlias(); FuncDeclaration f = s.isFuncDeclaration(); if (f) { e1 = new VarExp(e1.loc, f); e1 = e1.semantic(sc); } } } e1 = e1.toLvalue(sc, null); if (e1.op == TOKerror) return e1; if (checkNonAssignmentArrayOp(e1)) return new ErrorExp(); if (!e1.type) { error("cannot take address of %s", e1.toChars()); return new ErrorExp(); } bool hasOverloads; if (auto f = isFuncAddress(this, &hasOverloads)) { if (!hasOverloads && f.checkForwardRef(loc)) return new ErrorExp(); } else if (!e1.type.deco) { if (e1.op == TOKvar) { VarExp ve = cast(VarExp)e1; Declaration d = ve.var; error("forward reference to %s %s", d.kind(), d.toChars()); } else error("forward reference to %s", e1.toChars()); return new ErrorExp(); } type = e1.type.pointerTo(); // See if this should really be a delegate if (e1.op == TOKdotvar) { DotVarExp dve = cast(DotVarExp)e1; FuncDeclaration f = dve.var.isFuncDeclaration(); if (f) { f = f.toAliasFunc(); // FIXME, should see overlods - Bugzilla 1983 if (!dve.hasOverloads) f.tookAddressOf++; Expression e; if (f.needThis()) e = new DelegateExp(loc, dve.e1, f, dve.hasOverloads); else // It is a function pointer. Convert &v.f() --> (v, &V.f()) e = new CommaExp(loc, dve.e1, new AddrExp(loc, new VarExp(loc, f, dve.hasOverloads))); e = e.semantic(sc); return e; } } else if (e1.op == TOKvar) { VarExp ve = cast(VarExp)e1; VarDeclaration v = ve.var.isVarDeclaration(); if (v) { if (!v.canTakeAddressOf()) { error("cannot take address of %s", e1.toChars()); return new ErrorExp(); } if (sc.func && !sc.intypeof && !v.isDataseg()) { if (sc.func.setUnsafe()) { const(char)* p = v.isParameter() ? "parameter" : "local"; error("cannot take address of %s %s in @safe function %s", p, v.toChars(), sc.func.toChars()); } } ve.checkPurity(sc, v); } FuncDeclaration f = ve.var.isFuncDeclaration(); if (f) { /* Because nested functions cannot be overloaded, * mark here that we took its address because castTo() * may not be called with an exact match. */ if (!ve.hasOverloads || f.isNested()) f.tookAddressOf++; if (f.isNested()) { if (f.isFuncLiteralDeclaration()) { if (!f.FuncDeclaration.isNested()) { /* Supply a 'null' for a this pointer if no this is available */ Expression e = new DelegateExp(loc, new NullExp(loc, Type.tnull), f, ve.hasOverloads); e = e.semantic(sc); return e; } } Expression e = new DelegateExp(loc, e1, f, ve.hasOverloads); e = e.semantic(sc); return e; } if (f.needThis() && hasThis(sc)) { /* Should probably supply 'this' after overload resolution, * not before. */ Expression ethis = new ThisExp(loc); Expression e = new DelegateExp(loc, ethis, f, ve.hasOverloads); e = e.semantic(sc); return e; } } } else if (wasCond) { /* a ? b : c was transformed to *(a ? &b : &c), but we still * need to do safety checks */ assert(e1.op == TOKstar); PtrExp pe = cast(PtrExp)e1; assert(pe.e1.op == TOKquestion); CondExp ce = cast(CondExp)pe.e1; assert(ce.e1.op == TOKaddress); assert(ce.e2.op == TOKaddress); // Re-run semantic on the address expressions only ce.e1.type = null; ce.e1 = ce.e1.semantic(sc); ce.e2.type = null; ce.e2 = ce.e2.semantic(sc); } return optimize(WANTvalue); } override void accept(Visitor v) { v.visit(this); } } /*********************************************************** */ extern (C++) final class PtrExp : UnaExp { public: extern (D) this(Loc loc, Expression e) { super(loc, TOKstar, __traits(classInstanceSize, PtrExp), e); //if (e->type) // type = ((TypePointer *)e->type)->next; } extern (D) this(Loc loc, Expression e, Type t) { super(loc, TOKstar, __traits(classInstanceSize, PtrExp), e); type = t; } override Expression semantic(Scope* sc) { static if (LOGSEMANTIC) { printf("PtrExp::semantic('%s')\n", toChars()); } if (type) return this; Expression e = op_overload(sc); if (e) return e; Type tb = e1.type.toBasetype(); switch (tb.ty) { case Tpointer: type = (cast(TypePointer)tb).next; break; case Tsarray: case Tarray: if (isNonAssignmentArrayOp(e1)) goto default; error("using * on an array is no longer supported; use *(%s).ptr instead", e1.toChars()); type = (cast(TypeArray)tb).next; e1 = e1.castTo(sc, type.pointerTo()); break; default: error("can only * a pointer, not a '%s'", e1.type.toChars()); goto case Terror; case Terror: return new ErrorExp(); } if (checkValue()) return new ErrorExp(); return this; } override int checkModifiable(Scope* sc, int flag) { if (e1.op == TOKsymoff) { SymOffExp se = cast(SymOffExp)e1; return se.var.checkModify(loc, sc, type, null, flag); } else if (e1.op == TOKaddress) { AddrExp ae = cast(AddrExp)e1; return ae.e1.checkModifiable(sc, flag); } return 1; } override bool isLvalue() { return true; } override Expression toLvalue(Scope* sc, Expression e) { return this; } override Expression modifiableLvalue(Scope* sc, Expression e) { //printf("PtrExp::modifiableLvalue() %s, type %s\n", toChars(), type->toChars()); return Expression.modifiableLvalue(sc, e); } override void accept(Visitor v) { v.visit(this); } } /*********************************************************** */ extern (C++) final class NegExp : UnaExp { public: extern (D) this(Loc loc, Expression e) { super(loc, TOKneg, __traits(classInstanceSize, NegExp), e); } override Expression semantic(Scope* sc) { static if (LOGSEMANTIC) { printf("NegExp::semantic('%s')\n", toChars()); } if (type) return this; Expression e = op_overload(sc); if (e) return e; type = e1.type; Type tb = type.toBasetype(); if (tb.ty == Tarray || tb.ty == Tsarray) { if (!isArrayOpValid(e1)) { error("invalid array operation %s (possible missing [])", toChars()); return new ErrorExp(); } return this; } if (e1.checkNoBool()) return new ErrorExp(); if (e1.checkArithmetic()) return new ErrorExp(); return this; } override void accept(Visitor v) { v.visit(this); } } /*********************************************************** */ extern (C++) final class UAddExp : UnaExp { public: extern (D) this(Loc loc, Expression e) { super(loc, TOKuadd, __traits(classInstanceSize, UAddExp), e); } override Expression semantic(Scope* sc) { static if (LOGSEMANTIC) { printf("UAddExp::semantic('%s')\n", toChars()); } assert(!type); Expression e = op_overload(sc); if (e) return e; if (e1.checkNoBool()) return new ErrorExp(); if (e1.checkArithmetic()) return new ErrorExp(); return e1; } override void accept(Visitor v) { v.visit(this); } } /*********************************************************** */ extern (C++) final class ComExp : UnaExp { public: extern (D) this(Loc loc, Expression e) { super(loc, TOKtilde, __traits(classInstanceSize, ComExp), e); } override Expression semantic(Scope* sc) { if (type) return this; Expression e = op_overload(sc); if (e) return e; type = e1.type; Type tb = type.toBasetype(); if (tb.ty == Tarray || tb.ty == Tsarray) { if (!isArrayOpValid(e1)) { error("invalid array operation %s (possible missing [])", toChars()); return new ErrorExp(); } return this; } if (e1.checkNoBool()) return new ErrorExp(); if (e1.checkIntegral()) return new ErrorExp(); return this; } override void accept(Visitor v) { v.visit(this); } } /*********************************************************** */ extern (C++) final class NotExp : UnaExp { public: extern (D) this(Loc loc, Expression e) { super(loc, TOKnot, __traits(classInstanceSize, NotExp), e); } override Expression semantic(Scope* sc) { if (type) return this; // Note there is no operator overload if (Expression ex = unaSemantic(sc)) return ex; e1 = resolveProperties(sc, e1); e1 = e1.toBoolean(sc); if (e1.type == Type.terror) return e1; // Bugzilla 13910: Today NotExp can take an array as its operand. if (checkNonAssignmentArrayOp(e1)) return new ErrorExp(); type = Type.tbool; return this; } override void accept(Visitor v) { v.visit(this); } } /*********************************************************** */ extern (C++) final class DeleteExp : UnaExp { public: extern (D) this(Loc loc, Expression e) { super(loc, TOKdelete, __traits(classInstanceSize, DeleteExp), e); } override Expression semantic(Scope* sc) { if (Expression ex = unaSemantic(sc)) return ex; e1 = resolveProperties(sc, e1); e1 = e1.modifiableLvalue(sc, null); if (e1.op == TOKerror) return e1; type = Type.tvoid; AggregateDeclaration ad = null; Type tb = e1.type.toBasetype(); switch (tb.ty) { case Tclass: { auto cd = (cast(TypeClass)tb).sym; if (cd.isCOMinterface()) { /* Because COM classes are deleted by IUnknown.Release() */ error("cannot delete instance of COM interface %s", cd.toChars()); return new ErrorExp(); } ad = cd; break; } case Tpointer: tb = (cast(TypePointer)tb).next.toBasetype(); if (tb.ty == Tstruct) { ad = (cast(TypeStruct)tb).sym; auto f = ad.aggDelete; auto fd = ad.dtor; if (!f) { semanticTypeInfo(sc, tb); break; } /* Construct: * ea = copy e1 to a tmp to do side effects only once * eb = call destructor * ec = call deallocator */ Expression ea = null; Expression eb = null; Expression ec = null; VarDeclaration v = null; if (fd && f) { v = copyToTemp(0, "__tmpea", e1); v.semantic(sc); ea = new DeclarationExp(loc, v); ea.type = v.type; } if (fd) { Expression e = ea ? new VarExp(loc, v) : e1; e = new DotVarExp(Loc(), e, fd, false); eb = new CallExp(loc, e); eb = eb.semantic(sc); } if (f) { Type tpv = Type.tvoid.pointerTo(); Expression e = ea ? new VarExp(loc, v) : e1.castTo(sc, tpv); e = new CallExp(loc, new VarExp(loc, f, false), e); ec = e.semantic(sc); } ea = combine(ea, eb); ea = combine(ea, ec); assert(ea); return ea; } break; case Tarray: { Type tv = tb.nextOf().baseElemOf(); if (tv.ty == Tstruct) { ad = (cast(TypeStruct)tv).sym; if (ad.dtor) semanticTypeInfo(sc, ad.type); } break; } default: error("cannot delete type %s", e1.type.toChars()); return new ErrorExp(); } if (ad) { bool err = false; if (ad.dtor) { err |= checkPurity(sc, ad.dtor); err |= checkSafety(sc, ad.dtor); err |= checkNogc(sc, ad.dtor); } if (ad.aggDelete && tb.ty != Tarray) { err |= checkPurity(sc, ad.aggDelete); err |= checkSafety(sc, ad.aggDelete); err |= checkNogc(sc, ad.aggDelete); } if (err) return new ErrorExp(); } return this; } override Expression toBoolean(Scope* sc) { error("delete does not give a boolean result"); return new ErrorExp(); } override void accept(Visitor v) { v.visit(this); } } /*********************************************************** * Possible to cast to one type while painting to another type */ extern (C++) final class CastExp : UnaExp { public: Type to; // type to cast to ubyte mod = cast(ubyte)~0; // MODxxxxx extern (D) this(Loc loc, Expression e, Type t) { super(loc, TOKcast, __traits(classInstanceSize, CastExp), e); this.to = t; } /* For cast(const) and cast(immutable) */ extern (D) this(Loc loc, Expression e, ubyte mod) { super(loc, TOKcast, __traits(classInstanceSize, CastExp), e); this.mod = mod; } override Expression syntaxCopy() { return to ? new CastExp(loc, e1.syntaxCopy(), to.syntaxCopy()) : new CastExp(loc, e1.syntaxCopy(), mod); } override Expression semantic(Scope* sc) { static if (LOGSEMANTIC) { printf("CastExp::semantic('%s')\n", toChars()); } //static int x; assert(++x < 10); if (type) return this; if (to) { to = to.semantic(loc, sc); if (to == Type.terror) return new ErrorExp(); // When e1 is a template lambda, this cast may instantiate it with // the type 'to'. e1 = inferType(e1, to); } if (auto e = unaSemantic(sc)) return e; auto e1x = resolveProperties(sc, e1); if (e1x.op == TOKerror) return e1x; if (e1x.checkType()) return new ErrorExp(); e1 = e1x; if (!e1.type) { error("cannot cast %s", e1.toChars()); return new ErrorExp(); } if (!to) // Handle cast(const) and cast(immutable), etc. { to = e1.type.castMod(mod); to = to.semantic(loc, sc); if (to == Type.terror) return new ErrorExp(); } if (to.ty == Ttuple) { error("cannot cast %s to tuple type %s", e1.toChars(), to.toChars()); return new ErrorExp(); } // cast(void) is used to mark e1 as unused, so it is safe if (to.ty == Tvoid) { type = to; return this; } if (!to.equals(e1.type) && mod == cast(ubyte)~0) { if (Expression e = op_overload(sc)) return e.implicitCastTo(sc, to); } Type t1b = e1.type.toBasetype(); Type tob = to.toBasetype(); if (tob.ty == Tstruct && !tob.equals(t1b)) { /* Look to replace: * cast(S)t * with: * S(t) */ // Rewrite as to.call(e1) Expression e = new TypeExp(loc, to); e = new CallExp(loc, e, e1); e = e.trySemantic(sc); if (e) return e; } if (!t1b.equals(tob) && (t1b.ty == Tarray || t1b.ty == Tsarray)) { if (checkNonAssignmentArrayOp(e1)) return new ErrorExp(); } // Look for casting to a vector type if (tob.ty == Tvector && t1b.ty != Tvector) { return new VectorExp(loc, e1, to); } Expression ex = e1.castTo(sc, to); if (ex.op == TOKerror) return ex; // Check for unsafe casts if (sc.func && !sc.intypeof) { // Disallow unsafe casts // Implicit conversions are always safe if (t1b.implicitConvTo(tob)) goto Lsafe; if (!tob.hasPointers()) goto Lsafe; if (tob.ty == Tclass && t1b.ty == Tclass) { ClassDeclaration cdfrom = t1b.isClassHandle(); ClassDeclaration cdto = tob.isClassHandle(); int offset; if (!cdfrom.isBaseOf(cdto, &offset)) goto Lunsafe; if (cdfrom.isCPPinterface() || cdto.isCPPinterface()) goto Lunsafe; if (!MODimplicitConv(t1b.mod, tob.mod)) goto Lunsafe; goto Lsafe; } if (tob.ty == Tarray && t1b.ty == Tsarray) // Bugzilla 12502 t1b = t1b.nextOf().arrayOf(); if (tob.ty == Tarray && t1b.ty == Tarray) { Type tobn = tob.nextOf().toBasetype(); Type t1bn = t1b.nextOf().toBasetype(); if (!tobn.hasPointers() && MODimplicitConv(t1bn.mod, tobn.mod)) goto Lsafe; } if (tob.ty == Tpointer && t1b.ty == Tpointer) { Type tobn = tob.nextOf().toBasetype(); Type t1bn = t1b.nextOf().toBasetype(); // If the struct is opaque we don't know about the struct members and the cast becomes unsafe bool sfwrd = tobn.ty == Tstruct && !(cast(TypeStruct)tobn).sym.members || t1bn.ty == Tstruct && !(cast(TypeStruct)t1bn).sym.members; if (!sfwrd && !tobn.hasPointers() && tobn.ty != Tfunction && t1bn.ty != Tfunction && tobn.size() <= t1bn.size() && MODimplicitConv(t1bn.mod, tobn.mod)) { goto Lsafe; } } Lunsafe: if (sc.func.setUnsafe()) { error("cast from %s to %s not allowed in safe code", e1.type.toChars(), to.toChars()); return new ErrorExp(); } } Lsafe: return ex; } override void accept(Visitor v) { v.visit(this); } } /*********************************************************** */ extern (C++) final class VectorExp : UnaExp { public: TypeVector to; // the target vector type before semantic() uint dim = ~0; // number of elements in the vector extern (D) this(Loc loc, Expression e, Type t) { super(loc, TOKvector, __traits(classInstanceSize, VectorExp), e); assert(t.ty == Tvector); to = cast(TypeVector)t; } override Expression syntaxCopy() { return new VectorExp(loc, e1.syntaxCopy(), to.syntaxCopy()); } override Expression semantic(Scope* sc) { static if (LOGSEMANTIC) { printf("VectorExp::semantic('%s')\n", toChars()); } if (type) return this; e1 = e1.semantic(sc); type = to.semantic(loc, sc); if (e1.op == TOKerror || type.ty == Terror) return e1; Type tb = type.toBasetype(); assert(tb.ty == Tvector); TypeVector tv = cast(TypeVector)tb; Type te = tv.elementType(); dim = cast(int)(tv.size(loc) / te.size(loc)); return this; } override void accept(Visitor v) { v.visit(this); } } /*********************************************************** */ extern (C++) final class SliceExp : UnaExp { public: Expression upr; // null if implicit 0 Expression lwr; // null if implicit [length - 1] VarDeclaration lengthVar; bool upperIsInBounds; // true if upr <= e1.length bool lowerIsLessThanUpper; // true if lwr <= upr /************************************************************/ extern (D) this(Loc loc, Expression e1, IntervalExp ie) { super(loc, TOKslice, __traits(classInstanceSize, SliceExp), e1); this.upr = ie ? ie.upr : null; this.lwr = ie ? ie.lwr : null; } extern (D) this(Loc loc, Expression e1, Expression lwr, Expression upr) { super(loc, TOKslice, __traits(classInstanceSize, SliceExp), e1); this.upr = upr; this.lwr = lwr; } override Expression syntaxCopy() { auto se = new SliceExp(loc, e1.syntaxCopy(), lwr ? lwr.syntaxCopy() : null, upr ? upr.syntaxCopy() : null); se.lengthVar = this.lengthVar; // bug7871 return se; } override Expression semantic(Scope* sc) { static if (LOGSEMANTIC) { printf("SliceExp::semantic('%s')\n", toChars()); } if (type) return this; // operator overloading should be handled in ArrayExp already. if (Expression ex = unaSemantic(sc)) return ex; e1 = resolveProperties(sc, e1); if (e1.op == TOKtype && e1.type.ty != Ttuple) { if (lwr || upr) { error("cannot slice type '%s'", e1.toChars()); return new ErrorExp(); } Expression e = new TypeExp(loc, e1.type.arrayOf()); return e.semantic(sc); } if (!lwr && !upr) { if (e1.op == TOKarrayliteral) { // Convert [a,b,c][] to [a,b,c] Type t1b = e1.type.toBasetype(); Expression e = e1; if (t1b.ty == Tsarray) { e = e.copy(); e.type = t1b.nextOf().arrayOf(); } return e; } if (e1.op == TOKslice) { // Convert e[][] to e[] SliceExp se = cast(SliceExp)e1; if (!se.lwr && !se.upr) return se; } if (isArrayOpOperand(e1)) { // Convert (a[]+b[])[] to a[]+b[] return e1; } } if (e1.op == TOKerror) return e1; if (e1.type.ty == Terror) return new ErrorExp(); Type t1b = e1.type.toBasetype(); if (t1b.ty == Tpointer) { if ((cast(TypePointer)t1b).next.ty == Tfunction) { error("cannot slice function pointer %s", e1.toChars()); return new ErrorExp(); } if (!lwr || !upr) { error("need upper and lower bound to slice pointer"); return new ErrorExp(); } if (sc.func && !sc.intypeof && sc.func.setUnsafe()) { error("pointer slicing not allowed in safe functions"); return new ErrorExp(); } } else if (t1b.ty == Tarray) { } else if (t1b.ty == Tsarray) { } else if (t1b.ty == Ttuple) { if (!lwr && !upr) return e1; if (!lwr || !upr) { error("need upper and lower bound to slice tuple"); return new ErrorExp(); } } else { error("%s cannot be sliced with []", t1b.ty == Tvoid ? e1.toChars() : t1b.toChars()); return new ErrorExp(); } /* Run semantic on lwr and upr. */ Scope* scx = sc; if (t1b.ty == Tsarray || t1b.ty == Tarray || t1b.ty == Ttuple) { // Create scope for 'length' variable ScopeDsymbol sym = new ArrayScopeSymbol(sc, this); sym.loc = loc; sym.parent = sc.scopesym; sc = sc.push(sym); } if (lwr) { if (t1b.ty == Ttuple) sc = sc.startCTFE(); lwr = lwr.semantic(sc); lwr = resolveProperties(sc, lwr); if (t1b.ty == Ttuple) sc = sc.endCTFE(); lwr = lwr.implicitCastTo(sc, Type.tsize_t); } if (upr) { if (t1b.ty == Ttuple) sc = sc.startCTFE(); upr = upr.semantic(sc); upr = resolveProperties(sc, upr); if (t1b.ty == Ttuple) sc = sc.endCTFE(); upr = upr.implicitCastTo(sc, Type.tsize_t); } if (sc != scx) sc = sc.pop(); if (lwr && lwr.type == Type.terror || upr && upr.type == Type.terror) { return new ErrorExp(); } if (t1b.ty == Ttuple) { lwr = lwr.ctfeInterpret(); upr = upr.ctfeInterpret(); uinteger_t i1 = lwr.toUInteger(); uinteger_t i2 = upr.toUInteger(); TupleExp te; TypeTuple tup; size_t length; if (e1.op == TOKtuple) // slicing an expression tuple { te = cast(TupleExp)e1; tup = null; length = te.exps.dim; } else if (e1.op == TOKtype) // slicing a type tuple { te = null; tup = cast(TypeTuple)t1b; length = Parameter.dim(tup.arguments); } else assert(0); if (i2 < i1 || length < i2) { error("string slice [%llu .. %llu] is out of bounds", i1, i2); return new ErrorExp(); } size_t j1 = cast(size_t)i1; size_t j2 = cast(size_t)i2; Expression e; if (e1.op == TOKtuple) { auto exps = new Expressions(); exps.setDim(j2 - j1); for (size_t i = 0; i < j2 - j1; i++) { (*exps)[i] = (*te.exps)[j1 + i]; } e = new TupleExp(loc, te.e0, exps); } else { auto args = new Parameters(); args.reserve(j2 - j1); for (size_t i = j1; i < j2; i++) { Parameter arg = Parameter.getNth(tup.arguments, i); args.push(arg); } e = new TypeExp(e1.loc, new TypeTuple(args)); } e = e.semantic(sc); return e; } type = t1b.nextOf().arrayOf(); // Allow typedef[] -> typedef[] if (type.equals(t1b)) type = e1.type; if (lwr && upr) { lwr = lwr.optimize(WANTvalue); upr = upr.optimize(WANTvalue); IntRange lwrRange = getIntRange(lwr); IntRange uprRange = getIntRange(upr); if (t1b.ty == Tsarray || t1b.ty == Tarray) { Expression el = new ArrayLengthExp(loc, e1); el = el.semantic(sc); el = el.optimize(WANTvalue); if (el.op == TOKint64) { dinteger_t length = el.toInteger(); auto bounds = IntRange(SignExtendedNumber(0), SignExtendedNumber(length)); this.upperIsInBounds = bounds.contains(uprRange); } } else if (t1b.ty == Tpointer) { this.upperIsInBounds = true; } else assert(0); this.lowerIsLessThanUpper = (lwrRange.imax <= uprRange.imin); //printf("upperIsInBounds = %d lowerIsLessThanUpper = %d\n", upperIsInBounds, lowerIsLessThanUpper); } return this; } override int checkModifiable(Scope* sc, int flag) { //printf("SliceExp::checkModifiable %s\n", toChars()); if (e1.type.ty == Tsarray || (e1.op == TOKindex && e1.type.ty != Tarray) || e1.op == TOKslice) { return e1.checkModifiable(sc, flag); } return 1; } override bool isLvalue() { /* slice expression is rvalue in default, but * conversion to reference of static array is only allowed. */ return (type && type.toBasetype().ty == Tsarray); } override Expression toLvalue(Scope* sc, Expression e) { //printf("SliceExp::toLvalue(%s) type = %s\n", toChars(), type ? type->toChars() : NULL); return (type && type.toBasetype().ty == Tsarray) ? this : Expression.toLvalue(sc, e); } override Expression modifiableLvalue(Scope* sc, Expression e) { error("slice expression %s is not a modifiable lvalue", toChars()); return this; } override bool isBool(bool result) { return e1.isBool(result); } override void accept(Visitor v) { v.visit(this); } } /*********************************************************** */ extern (C++) final class ArrayLengthExp : UnaExp { public: extern (D) this(Loc loc, Expression e1) { super(loc, TOKarraylength, __traits(classInstanceSize, ArrayLengthExp), e1); } override Expression semantic(Scope* sc) { static if (LOGSEMANTIC) { printf("ArrayLengthExp::semantic('%s')\n", toChars()); } if (type) return this; if (Expression ex = unaSemantic(sc)) return ex; e1 = resolveProperties(sc, e1); type = Type.tsize_t; return this; } /********************* * Rewrite: * array.length op= e2 * as: * array.length = array.length op e2 * or: * auto tmp = &array; * (*tmp).length = (*tmp).length op e2 */ static Expression rewriteOpAssign(BinExp exp) { Expression e; assert(exp.e1.op == TOKarraylength); ArrayLengthExp ale = cast(ArrayLengthExp)exp.e1; if (ale.e1.op == TOKvar) { e = opAssignToOp(exp.loc, exp.op, ale, exp.e2); e = new AssignExp(exp.loc, ale.syntaxCopy(), e); } else { /* auto tmp = &array; * (*tmp).length = (*tmp).length op e2 */ auto tmp = copyToTemp(0, "__arraylength", new AddrExp(ale.loc, ale.e1)); Expression e1 = new ArrayLengthExp(ale.loc, new PtrExp(ale.loc, new VarExp(ale.loc, tmp))); Expression elvalue = e1.syntaxCopy(); e = opAssignToOp(exp.loc, exp.op, e1, exp.e2); e = new AssignExp(exp.loc, elvalue, e); e = new CommaExp(exp.loc, new DeclarationExp(ale.loc, tmp), e); } return e; } override void accept(Visitor v) { v.visit(this); } } /*********************************************************** * e1 [ a0, a1, a2, a3 ,... ] */ extern (C++) final class ArrayExp : UnaExp { public: Expressions* arguments; // Array of Expression's size_t currentDimension; // for opDollar VarDeclaration lengthVar; extern (D) this(Loc loc, Expression e1, Expression index = null) { super(loc, TOKarray, __traits(classInstanceSize, ArrayExp), e1); arguments = new Expressions(); if (index) arguments.push(index); } extern (D) this(Loc loc, Expression e1, Expressions* args) { super(loc, TOKarray, __traits(classInstanceSize, ArrayExp), e1); arguments = args; } override Expression syntaxCopy() { auto ae = new ArrayExp(loc, e1.syntaxCopy(), arraySyntaxCopy(arguments)); ae.lengthVar = this.lengthVar; // bug7871 return ae; } override Expression semantic(Scope* sc) { static if (LOGSEMANTIC) { printf("ArrayExp::semantic('%s')\n", toChars()); } assert(!type); Expression e = op_overload(sc); if (e) return e; if (isAggregate(e1.type)) error("no [] operator overload for type %s", e1.type.toChars()); else error("only one index allowed to index %s", e1.type.toChars()); return new ErrorExp(); } override bool isLvalue() { if (type && type.toBasetype().ty == Tvoid) return false; return true; } override Expression toLvalue(Scope* sc, Expression e) { if (type && type.toBasetype().ty == Tvoid) error("voids have no value"); return this; } override void accept(Visitor v) { v.visit(this); } } /*********************************************************** */ extern (C++) final class DotExp : BinExp { public: extern (D) this(Loc loc, Expression e1, Expression e2) { super(loc, TOKdot, __traits(classInstanceSize, DotExp), e1, e2); } override Expression semantic(Scope* sc) { static if (LOGSEMANTIC) { printf("DotExp::semantic('%s')\n", toChars()); if (type) printf("\ttype = %s\n", type.toChars()); } e1 = e1.semantic(sc); e2 = e2.semantic(sc); if (e1.op == TOKtype) return e2; if (e2.op == TOKtype) return e2; if (e2.op == TOKtemplate) { auto td = (cast(TemplateExp)e2).td; Expression e = new DotTemplateExp(loc, e1, td); return e.semantic(sc); } if (!type) type = e2.type; return this; } override void accept(Visitor v) { v.visit(this); } } /*********************************************************** */ extern (C++) final class CommaExp : BinExp { public: extern (D) this(Loc loc, Expression e1, Expression e2) { super(loc, TOKcomma, __traits(classInstanceSize, CommaExp), e1, e2); } override Expression semantic(Scope* sc) { if (type) return this; if (Expression ex = binSemanticProp(sc)) return ex; e1 = e1.addDtorHook(sc); if (checkNonAssignmentArrayOp(e1)) return new ErrorExp(); type = e2.type; return this; } override int checkModifiable(Scope* sc, int flag) { return e2.checkModifiable(sc, flag); } override bool isLvalue() { return e2.isLvalue(); } override Expression toLvalue(Scope* sc, Expression e) { e2 = e2.toLvalue(sc, null); return this; } override Expression modifiableLvalue(Scope* sc, Expression e) { e2 = e2.modifiableLvalue(sc, e); return this; } override bool isBool(bool result) { return e2.isBool(result); } override Expression toBoolean(Scope* sc) { auto ex2 = e2.toBoolean(sc); if (ex2.op == TOKerror) return ex2; e2 = ex2; return this; } override Expression addDtorHook(Scope* sc) { e2 = e2.addDtorHook(sc); return this; } override void accept(Visitor v) { v.visit(this); } } /*********************************************************** * Mainly just a placeholder */ extern (C++) final class IntervalExp : Expression { public: Expression lwr; Expression upr; extern (D) this(Loc loc, Expression lwr, Expression upr) { super(loc, TOKinterval, __traits(classInstanceSize, IntervalExp)); this.lwr = lwr; this.upr = upr; } override Expression syntaxCopy() { return new IntervalExp(loc, lwr.syntaxCopy(), upr.syntaxCopy()); } override Expression semantic(Scope* sc) { static if (LOGSEMANTIC) { printf("IntervalExp::semantic('%s')\n", toChars()); } if (type) return this; Expression le = lwr; le = le.semantic(sc); le = resolveProperties(sc, le); Expression ue = upr; ue = ue.semantic(sc); ue = resolveProperties(sc, ue); if (le.op == TOKerror) return le; if (ue.op == TOKerror) return ue; lwr = le; upr = ue; type = Type.tvoid; return this; } override void accept(Visitor v) { v.visit(this); } } extern (C++) final class DelegatePtrExp : UnaExp { public: extern (D) this(Loc loc, Expression e1) { super(loc, TOKdelegateptr, __traits(classInstanceSize, DelegatePtrExp), e1); } override Expression semantic(Scope* sc) { static if (LOGSEMANTIC) { printf("DelegatePtrExp::semantic('%s')\n", toChars()); } if (!type) { unaSemantic(sc); e1 = resolveProperties(sc, e1); if (e1.op == TOKerror) return e1; type = Type.tvoidptr; } return this; } override bool isLvalue() { return e1.isLvalue(); } override Expression toLvalue(Scope* sc, Expression e) { e1 = e1.toLvalue(sc, e); return this; } override void accept(Visitor v) { v.visit(this); } } /*********************************************************** */ extern (C++) final class DelegateFuncptrExp : UnaExp { public: extern (D) this(Loc loc, Expression e1) { super(loc, TOKdelegatefuncptr, __traits(classInstanceSize, DelegateFuncptrExp), e1); } override Expression semantic(Scope* sc) { static if (LOGSEMANTIC) { printf("DelegateFuncptrExp::semantic('%s')\n", toChars()); } if (!type) { unaSemantic(sc); e1 = resolveProperties(sc, e1); if (e1.op == TOKerror) return e1; type = e1.type.nextOf().pointerTo(); } return this; } override bool isLvalue() { return e1.isLvalue(); } override Expression toLvalue(Scope* sc, Expression e) { e1 = e1.toLvalue(sc, e); return this; } override void accept(Visitor v) { v.visit(this); } } /*********************************************************** * e1 [ e2 ] */ extern (C++) final class IndexExp : BinExp { public: VarDeclaration lengthVar; bool modifiable = false; // assume it is an rvalue bool indexIsInBounds; // true if 0 <= e2 && e2 <= e1.length - 1 extern (D) this(Loc loc, Expression e1, Expression e2) { super(loc, TOKindex, __traits(classInstanceSize, IndexExp), e1, e2); //printf("IndexExp::IndexExp('%s')\n", toChars()); } override Expression syntaxCopy() { auto ie = new IndexExp(loc, e1.syntaxCopy(), e2.syntaxCopy()); ie.lengthVar = this.lengthVar; // bug7871 return ie; } override Expression semantic(Scope* sc) { static if (LOGSEMANTIC) { printf("IndexExp::semantic('%s')\n", toChars()); } if (type) return this; // operator overloading should be handled in ArrayExp already. if (!e1.type) e1 = e1.semantic(sc); assert(e1.type); // semantic() should already be run on it if (e1.op == TOKtype && e1.type.ty != Ttuple) { e2 = e2.semantic(sc); e2 = resolveProperties(sc, e2); Type nt; if (e2.op == TOKtype) nt = new TypeAArray(e1.type, e2.type); else nt = new TypeSArray(e1.type, e2); Expression e = new TypeExp(loc, nt); return e.semantic(sc); } if (e1.op == TOKerror) return e1; if (e1.type.ty == Terror) return new ErrorExp(); // Note that unlike C we do not implement the int[ptr] Type t1b = e1.type.toBasetype(); /* Run semantic on e2 */ Scope* scx = sc; if (t1b.ty == Tsarray || t1b.ty == Tarray || t1b.ty == Ttuple) { // Create scope for 'length' variable ScopeDsymbol sym = new ArrayScopeSymbol(sc, this); sym.loc = loc; sym.parent = sc.scopesym; sc = sc.push(sym); } if (t1b.ty == Ttuple) sc = sc.startCTFE(); e2 = e2.semantic(sc); e2 = resolveProperties(sc, e2); if (t1b.ty == Ttuple) sc = sc.endCTFE(); if (e2.op == TOKtuple) { TupleExp te = cast(TupleExp)e2; if (te.exps && te.exps.dim == 1) e2 = Expression.combine(te.e0, (*te.exps)[0]); // bug 4444 fix } if (sc != scx) sc = sc.pop(); if (e2.type == Type.terror) return new ErrorExp(); if (checkNonAssignmentArrayOp(e1)) return new ErrorExp(); switch (t1b.ty) { case Tpointer: if ((cast(TypePointer)t1b).next.ty == Tfunction) { error("cannot index function pointer %s", e1.toChars()); return new ErrorExp(); } e2 = e2.implicitCastTo(sc, Type.tsize_t); if (e2.type == Type.terror) return new ErrorExp(); e2 = e2.optimize(WANTvalue); if (e2.op == TOKint64 && e2.toInteger() == 0) { } else if (sc.func && sc.func.setUnsafe()) { error("safe function '%s' cannot index pointer '%s'", sc.func.toPrettyChars(), e1.toChars()); return new ErrorExp(); } type = (cast(TypeNext)t1b).next; break; case Tarray: e2 = e2.implicitCastTo(sc, Type.tsize_t); if (e2.type == Type.terror) return new ErrorExp(); type = (cast(TypeNext)t1b).next; break; case Tsarray: { e2 = e2.implicitCastTo(sc, Type.tsize_t); if (e2.type == Type.terror) return new ErrorExp(); type = t1b.nextOf(); break; } case Taarray: { TypeAArray taa = cast(TypeAArray)t1b; /* We can skip the implicit conversion if they differ only by * constness (Bugzilla 2684, see also bug 2954b) */ if (!arrayTypeCompatibleWithoutCasting(e2.loc, e2.type, taa.index)) { e2 = e2.implicitCastTo(sc, taa.index); // type checking if (e2.type == Type.terror) return new ErrorExp(); } semanticTypeInfo(sc, taa); type = taa.next; break; } case Ttuple: { e2 = e2.implicitCastTo(sc, Type.tsize_t); if (e2.type == Type.terror) return new ErrorExp(); e2 = e2.ctfeInterpret(); uinteger_t index = e2.toUInteger(); TupleExp te; TypeTuple tup; size_t length; if (e1.op == TOKtuple) { te = cast(TupleExp)e1; tup = null; length = te.exps.dim; } else if (e1.op == TOKtype) { te = null; tup = cast(TypeTuple)t1b; length = Parameter.dim(tup.arguments); } else assert(0); if (length <= index) { error("array index [%llu] is outside array bounds [0 .. %llu]", index, cast(ulong)length); return new ErrorExp(); } Expression e; if (e1.op == TOKtuple) { e = (*te.exps)[cast(size_t)index]; e = combine(te.e0, e); } else e = new TypeExp(e1.loc, Parameter.getNth(tup.arguments, cast(size_t)index).type); return e; } default: error("%s must be an array or pointer type, not %s", e1.toChars(), e1.type.toChars()); return new ErrorExp(); } if (t1b.ty == Tsarray || t1b.ty == Tarray) { Expression el = new ArrayLengthExp(loc, e1); el = el.semantic(sc); el = el.optimize(WANTvalue); if (el.op == TOKint64) { e2 = e2.optimize(WANTvalue); dinteger_t length = el.toInteger(); if (length) { auto bounds = IntRange(SignExtendedNumber(0), SignExtendedNumber(length - 1)); indexIsInBounds = bounds.contains(getIntRange(e2)); } } } return this; } override int checkModifiable(Scope* sc, int flag) { if (e1.type.ty == Tsarray || e1.type.ty == Taarray || (e1.op == TOKindex && e1.type.ty != Tarray) || e1.op == TOKslice) { return e1.checkModifiable(sc, flag); } return 1; } override bool isLvalue() { return true; } override Expression toLvalue(Scope* sc, Expression e) { return this; } override Expression modifiableLvalue(Scope* sc, Expression e) { //printf("IndexExp::modifiableLvalue(%s)\n", toChars()); Expression ex = markSettingAAElem(); if (ex.op == TOKerror) return ex; return Expression.modifiableLvalue(sc, e); } Expression markSettingAAElem() { if (e1.type.toBasetype().ty == Taarray) { Type t2b = e2.type.toBasetype(); if (t2b.ty == Tarray && t2b.nextOf().isMutable()) { error("associative arrays can only be assigned values with immutable keys, not %s", e2.type.toChars()); return new ErrorExp(); } modifiable = true; if (e1.op == TOKindex) { Expression ex = (cast(IndexExp)e1).markSettingAAElem(); if (ex.op == TOKerror) return ex; assert(ex == e1); } } return this; } override void accept(Visitor v) { v.visit(this); } } /*********************************************************** * For both i++ and i-- */ extern (C++) final class PostExp : BinExp { public: extern (D) this(TOK op, Loc loc, Expression e) { super(loc, op, __traits(classInstanceSize, PostExp), e, new IntegerExp(loc, 1, Type.tint32)); } override Expression semantic(Scope* sc) { static if (LOGSEMANTIC) { printf("PostExp::semantic('%s')\n", toChars()); } if (type) return this; if (Expression ex = binSemantic(sc)) return ex; Expression e1x = resolveProperties(sc, e1); if (e1x.op == TOKerror) return e1x; e1 = e1x; Expression e = op_overload(sc); if (e) return e; if (e1.checkReadModifyWrite(op)) return new ErrorExp(); if (e1.op == TOKslice) { const(char)* s = op == TOKplusplus ? "increment" : "decrement"; error("cannot post-%s array slice '%s', use pre-%s instead", s, e1.toChars(), s); return new ErrorExp(); } e1 = e1.optimize(WANTvalue); Type t1 = e1.type.toBasetype(); if (t1.ty == Tclass || t1.ty == Tstruct || e1.op == TOKarraylength) { /* Check for operator overloading, * but rewrite in terms of ++e instead of e++ */ /* If e1 is not trivial, take a reference to it */ Expression de = null; if (e1.op != TOKvar && e1.op != TOKarraylength) { // ref v = e1; auto v = copyToTemp(STCref, "__postref", e1); de = new DeclarationExp(loc, v); e1 = new VarExp(e1.loc, v); } /* Rewrite as: * auto tmp = e1; ++e1; tmp */ auto tmp = copyToTemp(0, "__pitmp", e1); Expression ea = new DeclarationExp(loc, tmp); Expression eb = e1.syntaxCopy(); eb = new PreExp(op == TOKplusplus ? TOKpreplusplus : TOKpreminusminus, loc, eb); Expression ec = new VarExp(loc, tmp); // Combine de,ea,eb,ec if (de) ea = new CommaExp(loc, de, ea); e = new CommaExp(loc, ea, eb); e = new CommaExp(loc, e, ec); e = e.semantic(sc); return e; } e1 = e1.modifiableLvalue(sc, e1); e = this; if (e1.checkScalar()) return new ErrorExp(); if (e1.checkNoBool()) return new ErrorExp(); if (e1.type.ty == Tpointer) e = scaleFactor(this, sc); else e2 = e2.castTo(sc, e1.type); e.type = e1.type; return e; } override void accept(Visitor v) { v.visit(this); } } /*********************************************************** * For both ++i and --i */ extern (C++) final class PreExp : UnaExp { public: extern (D) this(TOK op, Loc loc, Expression e) { super(loc, op, __traits(classInstanceSize, PreExp), e); } override Expression semantic(Scope* sc) { Expression e = op_overload(sc); // printf("PreExp::semantic('%s')\n", toChars()); if (e) return e; // Rewrite as e1+=1 or e1-=1 if (op == TOKpreplusplus) e = new AddAssignExp(loc, e1, new IntegerExp(loc, 1, Type.tint32)); else e = new MinAssignExp(loc, e1, new IntegerExp(loc, 1, Type.tint32)); return e.semantic(sc); } override void accept(Visitor v) { v.visit(this); } } enum MemorySet { blockAssign = 1, // setting the contents of an array referenceInit = 2, // setting the reference of STCref variable } /*********************************************************** */ extern (C++) class AssignExp : BinExp { public: int memset; // combination of MemorySet flags /************************************************************/ /* op can be TOKassign, TOKconstruct, or TOKblit */ final extern (D) this(Loc loc, Expression e1, Expression e2) { super(loc, TOKassign, __traits(classInstanceSize, AssignExp), e1, e2); } override final Expression semantic(Scope* sc) { static if (LOGSEMANTIC) { printf("AssignExp::semantic('%s')\n", toChars()); } //printf("e1->op = %d, '%s'\n", e1->op, Token::toChars(e1->op)); //printf("e2->op = %d, '%s'\n", e2->op, Token::toChars(e2->op)); if (type) return this; Expression e1old = e1; if (e2.op == TOKcomma) { /* Rewrite to get rid of the comma from rvalue */ Expression e0; e2 = Expression.extractLast(e2, &e0); Expression e = Expression.combine(e0, this); return e.semantic(sc); } /* Look for operator overloading of a[arguments] = e2. * Do it before e1->semantic() otherwise the ArrayExp will have been * converted to unary operator overloading already. */ if (e1.op == TOKarray) { Expression result; ArrayExp ae = cast(ArrayExp)e1; ae.e1 = ae.e1.semantic(sc); ae.e1 = resolveProperties(sc, ae.e1); Expression ae1old = ae.e1; const(bool) maybeSlice = (ae.arguments.dim == 0 || ae.arguments.dim == 1 && (*ae.arguments)[0].op == TOKinterval); IntervalExp ie = null; if (maybeSlice && ae.arguments.dim) { assert((*ae.arguments)[0].op == TOKinterval); ie = cast(IntervalExp)(*ae.arguments)[0]; } while (true) { if (ae.e1.op == TOKerror) return ae.e1; Expression e0 = null; Expression ae1save = ae.e1; ae.lengthVar = null; Type t1b = ae.e1.type.toBasetype(); AggregateDeclaration ad = isAggregate(t1b); if (!ad) break; if (search_function(ad, Id.indexass)) { // Deal with $ result = resolveOpDollar(sc, ae, &e0); if (!result) // a[i..j] = e2 might be: a.opSliceAssign(e2, i, j) goto Lfallback; if (result.op == TOKerror) return result; result = e2.semantic(sc); if (result.op == TOKerror) return result; e2 = result; /* Rewrite (a[arguments] = e2) as: * a.opIndexAssign(e2, arguments) */ Expressions* a = ae.arguments.copy(); a.insert(0, e2); result = new DotIdExp(loc, ae.e1, Id.indexass); result = new CallExp(loc, result, a); if (maybeSlice) // a[] = e2 might be: a.opSliceAssign(e2) result = result.trySemantic(sc); else result = result.semantic(sc); if (result) { result = Expression.combine(e0, result); return result; } } Lfallback: if (maybeSlice && search_function(ad, Id.sliceass)) { // Deal with $ result = resolveOpDollar(sc, ae, ie, &e0); if (result.op == TOKerror) return result; result = e2.semantic(sc); if (result.op == TOKerror) return result; e2 = result; /* Rewrite (a[i..j] = e2) as: * a.opSliceAssign(e2, i, j) */ auto a = new Expressions(); a.push(e2); if (ie) { a.push(ie.lwr); a.push(ie.upr); } result = new DotIdExp(loc, ae.e1, Id.sliceass); result = new CallExp(loc, result, a); result = result.semantic(sc); result = Expression.combine(e0, result); return result; } // No operator overloading member function found yet, but // there might be an alias this to try. if (ad.aliasthis && t1b != ae.att1) { if (!ae.att1 && t1b.checkAliasThisRec()) ae.att1 = t1b; /* Rewrite (a[arguments] op e2) as: * a.aliasthis[arguments] op e2 */ ae.e1 = resolveAliasThis(sc, ae1save, true); if (ae.e1) continue; } break; } ae.e1 = ae1old; // recovery ae.lengthVar = null; } /* Run this->e1 semantic. */ { Expression e1x = e1; /* With UFCS, e.f = value * Could mean: * .f(e, value) * or: * .f(e) = value */ if (e1x.op == TOKdotti) { DotTemplateInstanceExp dti = cast(DotTemplateInstanceExp)e1x; Expression e = dti.semanticY(sc, 1); if (!e) return resolveUFCSProperties(sc, e1x, e2); e1x = e; } else if (e1x.op == TOKdotid) { DotIdExp die = cast(DotIdExp)e1x; Expression e = die.semanticY(sc, 1); if (e && isDotOpDispatch(e)) { uint errors = global.startGagging(); e = resolvePropertiesX(sc, e, e2); if (global.endGagging(errors)) e = null; /* fall down to UFCS */ else return e; } if (!e) return resolveUFCSProperties(sc, e1x, e2); e1x = e; } else e1x = e1x.semantic(sc); /* We have f = value. * Could mean: * f(value) * or: * f() = value */ if (Expression e = resolvePropertiesX(sc, e1x, e2)) return e; if (e1x.checkRightThis(sc)) return new ErrorExp(); e1 = e1x; assert(e1.type); } Type t1 = e1.type.toBasetype(); /* Run this->e2 semantic. * Different from other binary expressions, the analysis of e2 * depends on the result of e1 in assignments. */ { Expression e2x = inferType(e2, t1.baseElemOf()); e2x = e2x.semantic(sc); e2x = resolveProperties(sc, e2x); if (e2x.op == TOKerror) return e2x; if (e2x.checkValue()) return new ErrorExp(); e2 = e2x; } /* Rewrite tuple assignment as a tuple of assignments. */ { Expression e2x = e2; Ltupleassign: if (e1.op == TOKtuple && e2x.op == TOKtuple) { TupleExp tup1 = cast(TupleExp)e1; TupleExp tup2 = cast(TupleExp)e2x; size_t dim = tup1.exps.dim; Expression e = null; if (dim != tup2.exps.dim) { error("mismatched tuple lengths, %d and %d", cast(int)dim, cast(int)tup2.exps.dim); return new ErrorExp(); } if (dim == 0) { e = new IntegerExp(loc, 0, Type.tint32); e = new CastExp(loc, e, Type.tvoid); // avoid "has no effect" error e = combine(combine(tup1.e0, tup2.e0), e); } else { auto exps = new Expressions(); exps.setDim(dim); for (size_t i = 0; i < dim; i++) { Expression ex1 = (*tup1.exps)[i]; Expression ex2 = (*tup2.exps)[i]; (*exps)[i] = new AssignExp(loc, ex1, ex2); } e = new TupleExp(loc, combine(tup1.e0, tup2.e0), exps); } return e.semantic(sc); } /* Look for form: e1 = e2->aliasthis. */ if (e1.op == TOKtuple) { TupleDeclaration td = isAliasThisTuple(e2x); if (!td) goto Lnomatch; assert(e1.type.ty == Ttuple); TypeTuple tt = cast(TypeTuple)e1.type; Expression e0; Expression ev = extractSideEffect(sc, "__tup", e0, e2x); auto iexps = new Expressions(); iexps.push(ev); for (size_t u = 0; u < iexps.dim; u++) { Lexpand: Expression e = (*iexps)[u]; Parameter arg = Parameter.getNth(tt.arguments, u); //printf("[%d] iexps->dim = %d, ", u, iexps->dim); //printf("e = (%s %s, %s), ", Token::tochars[e->op], e->toChars(), e->type->toChars()); //printf("arg = (%s, %s)\n", arg->toChars(), arg->type->toChars()); if (!arg || !e.type.implicitConvTo(arg.type)) { // expand initializer to tuple if (expandAliasThisTuples(iexps, u) != -1) { if (iexps.dim <= u) break; goto Lexpand; } goto Lnomatch; } } e2x = new TupleExp(e2x.loc, e0, iexps); e2x = e2x.semantic(sc); if (e2x.op == TOKerror) return e2x; // Do not need to overwrite this->e2 goto Ltupleassign; } Lnomatch: } /* Inside constructor, if this is the first assignment of object field, * rewrite this to initializing the field. */ if (op == TOKassign && e1.checkModifiable(sc) == 2) { //printf("[%s] change to init - %s\n", loc.toChars(), toChars()); op = TOKconstruct; // Bugzilla 13515: set Index::modifiable flag for complex AA element initialization if (e1.op == TOKindex) { Expression e1x = (cast(IndexExp)e1).markSettingAAElem(); if (e1x.op == TOKerror) return e1x; } } else if (op == TOKconstruct && e1.op == TOKvar && (cast(VarExp)e1).var.storage_class & (STCout | STCref)) { memset |= MemorySet.referenceInit; } /* If it is an assignment from a 'foreign' type, * check for operator overloading. */ if (memset & MemorySet.referenceInit) { // If this is an initialization of a reference, // do nothing } else if (t1.ty == Tstruct) { auto e1x = e1; auto e2x = e2; auto sd = (cast(TypeStruct)t1).sym; if (op == TOKconstruct) { Type t2 = e2x.type.toBasetype(); if (t2.ty == Tstruct && sd == (cast(TypeStruct)t2).sym) { sd.size(loc); if (sd.sizeok != SIZEOKdone) return new ErrorExp(); if (!sd.ctor) sd.ctor = sd.searchCtor(); // Bugzilla 15661: Look for the form from last of comma chain. auto e2y = e2x; while (e2y.op == TOKcomma) e2y = (cast(CommaExp)e2y).e2; CallExp ce; DotVarExp dve; if (sd.ctor && e2y.op == TOKcall && (ce = cast(CallExp)e2y, ce.e1.op == TOKdotvar) && (dve = cast(DotVarExp)ce.e1, dve.var.isCtorDeclaration()) && e2y.type.implicitConvTo(t1)) { /* Look for form of constructor call which is: * __ctmp.ctor(arguments...) */ /* Before calling the constructor, initialize * variable with a bit copy of the default * initializer */ Expression einit; if (sd.zeroInit == 1 && !sd.isNested()) { // Bugzilla 14606: Always use BlitExp for the special expression: (struct = 0) einit = new IntegerExp(loc, 0, Type.tint32); } else if (sd.isNested()) { auto sle = new StructLiteralExp(loc, sd, null, t1); if (!sd.fill(loc, sle.elements, true)) return new ErrorExp(); if (checkFrameAccess(loc, sc, sd, sle.elements.dim)) return new ErrorExp(); sle.type = t1; einit = sle; } else { einit = t1.defaultInit(loc); } auto ae = new BlitExp(loc, e1, einit); ae.type = e1x.type; /* Replace __ctmp being constructed with e1. * We need to copy constructor call expression, * because it may be used in other place. */ auto dvx = cast(DotVarExp)dve.copy(); dvx.e1 = e1x; auto cx = cast(CallExp)ce.copy(); cx.e1 = dvx; Expression e0; extractLast(e2x, &e0); auto e = combine(ae, cx); e = combine(e0, e); e = e.semantic(sc); return e; } if (sd.postblit) { /* We have a copy constructor for this */ if (e2x.op == TOKquestion) { /* Rewrite as: * a ? e1 = b : e1 = c; */ CondExp econd = cast(CondExp)e2x; Expression ea1 = new ConstructExp(econd.e1.loc, e1x, econd.e1); Expression ea2 = new ConstructExp(econd.e1.loc, e1x, econd.e2); Expression e = new CondExp(loc, econd.econd, ea1, ea2); return e.semantic(sc); } if (e2x.isLvalue()) { if (!e2x.type.implicitConvTo(e1x.type)) { error("conversion error from %s to %s", e2x.type.toChars(), e1x.type.toChars()); return new ErrorExp(); } /* Rewrite as: * (e1 = e2).postblit(); * * Blit assignment e1 = e2 returns a reference to the original e1, * then call the postblit on it. */ Expression e = e1x.copy(); e.type = e.type.mutableOf(); e = new BlitExp(loc, e, e2x); e = new DotVarExp(loc, e, sd.postblit, false); e = new CallExp(loc, e); return e.semantic(sc); } else { /* The struct value returned from the function is transferred * so should not call the destructor on it. */ e2x = valueNoDtor(e2x); } } } else if (!e2x.implicitConvTo(t1)) { sd.size(loc); if (sd.sizeok != SIZEOKdone) return new ErrorExp(); if (!sd.ctor) sd.ctor = sd.searchCtor(); if (sd.ctor) { /* Look for implicit constructor call * Rewrite as: * e1 = init, e1.ctor(e2) */ Expression einit; einit = new BlitExp(loc, e1x, e1x.type.defaultInit(loc)); einit.type = e1x.type; Expression e; e = new DotIdExp(loc, e1x, Id.ctor); e = new CallExp(loc, e, e2x); e = new CommaExp(loc, einit, e); e = e.semantic(sc); return e; } if (search_function(sd, Id.call)) { /* Look for static opCall * (See bugzilla 2702 for more discussion) * Rewrite as: * e1 = typeof(e1).opCall(arguments) */ e2x = typeDotIdExp(e2x.loc, e1x.type, Id.call); e2x = new CallExp(loc, e2x, this.e2); e2x = e2x.semantic(sc); e2x = resolveProperties(sc, e2x); if (e2x.op == TOKerror) return e2x; if (e2x.checkValue()) return new ErrorExp(); } } else // Bugzilla 11355 { AggregateDeclaration ad2 = isAggregate(e2x.type); if (ad2 && ad2.aliasthis && !(att2 && e2x.type == att2)) { if (!att2 && e2.type.checkAliasThisRec()) att2 = e2.type; /* Rewrite (e1 op e2) as: * (e1 op e2.aliasthis) */ e2 = new DotIdExp(e2.loc, e2, ad2.aliasthis.ident); return semantic(sc); } } } else if (op == TOKassign) { if (e1x.op == TOKindex && (cast(IndexExp)e1x).e1.type.toBasetype().ty == Taarray) { /* * Rewrite: * aa[key] = e2; * as: * ref __aatmp = aa; * ref __aakey = key; * ref __aaval = e2; * (__aakey in __aatmp * ? __aatmp[__aakey].opAssign(__aaval) * : ConstructExp(__aatmp[__aakey], __aaval)); */ IndexExp ie = cast(IndexExp)e1x; Type t2 = e2x.type.toBasetype(); Expression e0 = null; Expression ea = extractSideEffect(sc, "__aatmp", e0, ie.e1); Expression ek = extractSideEffect(sc, "__aakey", e0, ie.e2); Expression ev = extractSideEffect(sc, "__aaval", e0, e2x); AssignExp ae = cast(AssignExp)copy(); ae.e1 = new IndexExp(loc, ea, ek); ae.e1 = ae.e1.semantic(sc); ae.e1 = ae.e1.optimize(WANTvalue); ae.e2 = ev; Expression e = ae.op_overload(sc); if (e) { Expression ey = null; if (t2.ty == Tstruct && sd == t2.toDsymbol(sc)) { ey = ev; } else if (!ev.implicitConvTo(ie.type) && sd.ctor) { // Look for implicit constructor call // Rewrite as S().ctor(e2) ey = new StructLiteralExp(loc, sd, null); ey = new DotIdExp(loc, ey, Id.ctor); ey = new CallExp(loc, ey, ev); ey = ey.trySemantic(sc); } if (ey) { Expression ex; ex = new IndexExp(loc, ea, ek); ex = ex.semantic(sc); ex = ex.optimize(WANTvalue); ex = ex.modifiableLvalue(sc, ex); // allocate new slot ey = new ConstructExp(loc, ex, ey); ey = ey.semantic(sc); if (ey.op == TOKerror) return ey; ex = e; // Bugzilla 14144: The whole expression should have the common type // of opAssign() return and assigned AA entry. // Even if there's no common type, expression should be typed as void. Type t = null; if (!typeMerge(sc, TOKquestion, &t, &ex, &ey)) { ex = new CastExp(ex.loc, ex, Type.tvoid); ey = new CastExp(ey.loc, ey, Type.tvoid); } e = new CondExp(loc, new InExp(loc, ek, ea), ex, ey); } e = combine(e0, e); e = e.semantic(sc); return e; } } else { Expression e = op_overload(sc); if (e) return e; } } else assert(op == TOKblit); e1 = e1x; e2 = e2x; } else if (t1.ty == Tclass) { // Disallow assignment operator overloads for same type if (op == TOKassign && !e2.implicitConvTo(e1.type)) { Expression e = op_overload(sc); if (e) return e; } } else if (t1.ty == Tsarray) { // SliceExp cannot have static array type without context inference. assert(e1.op != TOKslice); Expression e1x = e1; Expression e2x = e2; if (e2x.implicitConvTo(e1x.type)) { if (op != TOKblit && (e2x.op == TOKslice && (cast(UnaExp)e2x).e1.isLvalue() || e2x.op == TOKcast && (cast(UnaExp)e2x).e1.isLvalue() || e2x.op != TOKslice && e2x.isLvalue())) { if (e1x.checkPostblit(sc, t1)) return new ErrorExp(); } // e2 matches to t1 because of the implicit length match, so if (isUnaArrayOp(e2x.op) || isBinArrayOp(e2x.op)) { // convert e1 to e1[] // e.g. e1[] = a[] + b[]; e1x = new SliceExp(e1x.loc, e1x, null, null); e1x = e1x.semantic(sc); } else { // convert e2 to t1 later // e.g. e1 = [1, 2, 3]; } } else { if (e2x.implicitConvTo(t1.nextOf().arrayOf()) > MATCHnomatch) { uinteger_t dim1 = (cast(TypeSArray)t1).dim.toInteger(); uinteger_t dim2 = dim1; if (e2x.op == TOKarrayliteral) { ArrayLiteralExp ale = cast(ArrayLiteralExp)e2x; dim2 = ale.elements ? ale.elements.dim : 0; } else if (e2x.op == TOKslice) { Type tx = toStaticArrayType(cast(SliceExp)e2x); if (tx) dim2 = (cast(TypeSArray)tx).dim.toInteger(); } if (dim1 != dim2) { error("mismatched array lengths, %d and %d", cast(int)dim1, cast(int)dim2); return new ErrorExp(); } } // May be block or element-wise assignment, so // convert e1 to e1[] if (op != TOKassign) { // If multidimensional static array, treat as one large array dinteger_t dim = (cast(TypeSArray)t1).dim.toInteger(); Type t = t1; while (1) { t = t.nextOf().toBasetype(); if (t.ty != Tsarray) break; dim *= (cast(TypeSArray)t).dim.toInteger(); e1x.type = t.nextOf().sarrayOf(dim); } } e1x = new SliceExp(e1x.loc, e1x, null, null); e1x = e1x.semantic(sc); } if (e1x.op == TOKerror) return e1x; if (e2x.op == TOKerror) return e2x; e1 = e1x; e2 = e2x; t1 = e1x.type.toBasetype(); } /* Check the mutability of e1. */ if (e1.op == TOKarraylength) { // e1 is not an lvalue, but we let code generator handle it ArrayLengthExp ale = cast(ArrayLengthExp)e1; Expression ale1x = ale.e1; ale1x = ale1x.modifiableLvalue(sc, e1); if (ale1x.op == TOKerror) return ale1x; ale.e1 = ale1x; Type tn = ale.e1.type.toBasetype().nextOf(); checkDefCtor(ale.loc, tn); semanticTypeInfo(sc, tn); } else if (e1.op == TOKslice) { Type tn = e1.type.nextOf(); if (op == TOKassign && !tn.isMutable()) { error("slice %s is not mutable", e1.toChars()); return new ErrorExp(); } // For conditional operator, both branches need conversion. SliceExp se = cast(SliceExp)e1; while (se.e1.op == TOKslice) se = cast(SliceExp)se.e1; if (se.e1.op == TOKquestion && se.e1.type.toBasetype().ty == Tsarray) { se.e1 = se.e1.modifiableLvalue(sc, e1); if (se.e1.op == TOKerror) return se.e1; } } else { Expression e1x = e1; // Try to do a decent error message with the expression // before it got constant folded if (e1x.op != TOKvar) e1x = e1x.optimize(WANTvalue); if (op == TOKassign) e1x = e1x.modifiableLvalue(sc, e1old); if (e1x.op == TOKerror) return e1x; e1 = e1x; } /* Tweak e2 based on the type of e1. */ Expression e2x = e2; Type t2 = e2x.type.toBasetype(); // If it is a array, get the element type. Note that it may be // multi-dimensional. Type telem = t1; while (telem.ty == Tarray) telem = telem.nextOf(); if (e1.op == TOKslice && t1.nextOf() && (telem.ty != Tvoid || e2x.op == TOKnull) && e2x.implicitConvTo(t1.nextOf())) { // Check for block assignment. If it is of type void[], void[][], etc, // '= null' is the only allowable block assignment (Bug 7493) memset |= MemorySet.blockAssign; // make it easy for back end to tell what this is e2x = e2x.implicitCastTo(sc, t1.nextOf()); if (op != TOKblit && e2x.isLvalue() && e1.checkPostblit(sc, t1.nextOf())) { return new ErrorExp(); } } else if (e1.op == TOKslice && (t2.ty == Tarray || t2.ty == Tsarray) && t2.nextOf().implicitConvTo(t1.nextOf())) { // Check element-wise assignment. /* If assigned elements number is known at compile time, * check the mismatch. */ SliceExp se1 = cast(SliceExp)e1; TypeSArray tsa1 = cast(TypeSArray)toStaticArrayType(se1); TypeSArray tsa2 = null; if (e2x.op == TOKarrayliteral) tsa2 = cast(TypeSArray)t2.nextOf().sarrayOf((cast(ArrayLiteralExp)e2x).elements.dim); else if (e2x.op == TOKslice) tsa2 = cast(TypeSArray)toStaticArrayType(cast(SliceExp)e2x); else if (t2.ty == Tsarray) tsa2 = cast(TypeSArray)t2; if (tsa1 && tsa2) { uinteger_t dim1 = tsa1.dim.toInteger(); uinteger_t dim2 = tsa2.dim.toInteger(); if (dim1 != dim2) { error("mismatched array lengths, %d and %d", cast(int)dim1, cast(int)dim2); return new ErrorExp(); } } if (op != TOKblit && (e2x.op == TOKslice && (cast(UnaExp)e2x).e1.isLvalue() || e2x.op == TOKcast && (cast(UnaExp)e2x).e1.isLvalue() || e2x.op != TOKslice && e2x.isLvalue())) { if (e1.checkPostblit(sc, t1.nextOf())) return new ErrorExp(); } if (0 && global.params.warnings && !global.gag && op == TOKassign && e2x.op != TOKslice && e2x.op != TOKassign && e2x.op != TOKarrayliteral && e2x.op != TOKstring && !(e2x.op == TOKadd || e2x.op == TOKmin || e2x.op == TOKmul || e2x.op == TOKdiv || e2x.op == TOKmod || e2x.op == TOKxor || e2x.op == TOKand || e2x.op == TOKor || e2x.op == TOKpow || e2x.op == TOKtilde || e2x.op == TOKneg)) { const(char)* e1str = e1.toChars(); const(char)* e2str = e2x.toChars(); warning("explicit element-wise assignment %s = (%s)[] is better than %s = %s", e1str, e2str, e1str, e2str); } Type t2n = t2.nextOf(); Type t1n = t1.nextOf(); int offset; if (t2n.equivalent(t1n) || t1n.isBaseOf(t2n, &offset) && offset == 0) { /* Allow copy of distinct qualifier elements. * eg. * char[] dst; const(char)[] src; * dst[] = src; * * class C {} class D : C {} * C[2] ca; D[] da; * ca[] = da; */ if (isArrayOpValid(e2x)) { // Don't add CastExp to keep AST for array operations e2x = e2x.copy(); e2x.type = e1.type.constOf(); } else e2x = e2x.castTo(sc, e1.type.constOf()); } else { /* Bugzilla 15778: A string literal has an array type of immutable * elements by default, and normally it cannot be convertible to * array type of mutable elements. But for element-wise assignment, * elements need to be const at best. So we should give a chance * to change code unit size for polysemous string literal. */ if (e2x.op == TOKstring) e2x = e2x.implicitCastTo(sc, e1.type.constOf()); else e2x = e2x.implicitCastTo(sc, e1.type); } } else { if (0 && global.params.warnings && !global.gag && op == TOKassign && t1.ty == Tarray && t2.ty == Tsarray && e2x.op != TOKslice && t2.implicitConvTo(t1)) { // Disallow ar[] = sa (Converted to ar[] = sa[]) // Disallow da = sa (Converted to da = sa[]) const(char)* e1str = e1.toChars(); const(char)* e2str = e2x.toChars(); const(char)* atypestr = e1.op == TOKslice ? "element-wise" : "slice"; warning("explicit %s assignment %s = (%s)[] is better than %s = %s", atypestr, e1str, e2str, e1str, e2str); } if (op == TOKblit) e2x = e2x.castTo(sc, e1.type); else e2x = e2x.implicitCastTo(sc, e1.type); } if (e2x.op == TOKerror) return e2x; e2 = e2x; t2 = e2.type.toBasetype(); /* Look for array operations */ if ((t2.ty == Tarray || t2.ty == Tsarray) && isArrayOpValid(e2)) { // Look for valid array operations if (!(memset & MemorySet.blockAssign) && e1.op == TOKslice && (isUnaArrayOp(e2.op) || isBinArrayOp(e2.op))) { type = e1.type; if (op == TOKconstruct) // Bugzilla 10282: tweak mutability of e1 element e1.type = e1.type.nextOf().mutableOf().arrayOf(); return arrayOp(this, sc); } // Drop invalid array operations in e2 // d = a[] + b[], d = (a[] + b[])[0..2], etc if (checkNonAssignmentArrayOp(e2, !(memset & MemorySet.blockAssign) && op == TOKassign)) return new ErrorExp(); // Remains valid array assignments // d = d[], d = [1,2,3], etc } if (e1.op == TOKvar && ((cast(VarExp)e1).var.storage_class & STCscope) && op == TOKassign) { error("cannot rebind scope variables"); } if (e1.op == TOKvar && (cast(VarExp)e1).var.ident == Id.ctfe) { error("cannot modify compiler-generated variable __ctfe"); } type = e1.type; assert(type); return op == TOKassign ? reorderSettingAAElem(sc) : this; } override final bool isLvalue() { // Array-op 'x[] = y[]' should make an rvalue. // Setting array length 'x.length = v' should make an rvalue. if (e1.op == TOKslice || e1.op == TOKarraylength) { return false; } return true; } override final Expression toLvalue(Scope* sc, Expression ex) { if (e1.op == TOKslice || e1.op == TOKarraylength) { return Expression.toLvalue(sc, ex); } /* In front-end level, AssignExp should make an lvalue of e1. * Taking the address of e1 will be handled in low level layer, * so this function does nothing. */ return this; } override final Expression toBoolean(Scope* sc) { // Things like: // if (a = b) ... // are usually mistakes. error("assignment cannot be used as a condition, perhaps == was meant?"); return new ErrorExp(); } override void accept(Visitor v) { v.visit(this); } } /*********************************************************** */ extern (C++) final class ConstructExp : AssignExp { public: extern (D) this(Loc loc, Expression e1, Expression e2) { super(loc, e1, e2); op = TOKconstruct; } // Internal use only. If `v` is a reference variable, the assinment // will become a reference initialization automatically. extern (D) this(Loc loc, VarDeclaration v, Expression e2) { auto ve = new VarExp(loc, v); assert(v.type && ve.type); super(loc, ve, e2); op = TOKconstruct; if (v.storage_class & (STCref | STCout)) memset |= MemorySet.referenceInit; } override void accept(Visitor v) { v.visit(this); } } /*********************************************************** */ extern (C++) final class BlitExp : AssignExp { public: extern (D) this(Loc loc, Expression e1, Expression e2) { super(loc, e1, e2); op = TOKblit; } // Internal use only. If `v` is a reference variable, the assinment // will become a reference rebinding automatically. extern (D) this(Loc loc, VarDeclaration v, Expression e2) { auto ve = new VarExp(loc, v); assert(v.type && ve.type); super(loc, ve, e2); op = TOKblit; if (v.storage_class & (STCref | STCout)) memset |= MemorySet.referenceInit; } override void accept(Visitor v) { v.visit(this); } } /*********************************************************** */ extern (C++) final class AddAssignExp : BinAssignExp { public: extern (D) this(Loc loc, Expression e1, Expression e2) { super(loc, TOKaddass, __traits(classInstanceSize, AddAssignExp), e1, e2); } override void accept(Visitor v) { v.visit(this); } } /*********************************************************** */ extern (C++) final class MinAssignExp : BinAssignExp { public: extern (D) this(Loc loc, Expression e1, Expression e2) { super(loc, TOKminass, __traits(classInstanceSize, MinAssignExp), e1, e2); } override void accept(Visitor v) { v.visit(this); } } /*********************************************************** */ extern (C++) final class MulAssignExp : BinAssignExp { public: extern (D) this(Loc loc, Expression e1, Expression e2) { super(loc, TOKmulass, __traits(classInstanceSize, MulAssignExp), e1, e2); } override void accept(Visitor v) { v.visit(this); } } /*********************************************************** */ extern (C++) final class DivAssignExp : BinAssignExp { public: extern (D) this(Loc loc, Expression e1, Expression e2) { super(loc, TOKdivass, __traits(classInstanceSize, DivAssignExp), e1, e2); } override void accept(Visitor v) { v.visit(this); } } /*********************************************************** */ extern (C++) final class ModAssignExp : BinAssignExp { public: extern (D) this(Loc loc, Expression e1, Expression e2) { super(loc, TOKmodass, __traits(classInstanceSize, ModAssignExp), e1, e2); } override void accept(Visitor v) { v.visit(this); } } /*********************************************************** */ extern (C++) final class AndAssignExp : BinAssignExp { public: extern (D) this(Loc loc, Expression e1, Expression e2) { super(loc, TOKandass, __traits(classInstanceSize, AndAssignExp), e1, e2); } override void accept(Visitor v) { v.visit(this); } } /*********************************************************** */ extern (C++) final class OrAssignExp : BinAssignExp { public: extern (D) this(Loc loc, Expression e1, Expression e2) { super(loc, TOKorass, __traits(classInstanceSize, OrAssignExp), e1, e2); } override void accept(Visitor v) { v.visit(this); } } /*********************************************************** */ extern (C++) final class XorAssignExp : BinAssignExp { public: extern (D) this(Loc loc, Expression e1, Expression e2) { super(loc, TOKxorass, __traits(classInstanceSize, XorAssignExp), e1, e2); } override void accept(Visitor v) { v.visit(this); } } /*********************************************************** */ extern (C++) final class PowAssignExp : BinAssignExp { public: extern (D) this(Loc loc, Expression e1, Expression e2) { super(loc, TOKpowass, __traits(classInstanceSize, PowAssignExp), e1, e2); } override Expression semantic(Scope* sc) { if (type) return this; Expression e = op_overload(sc); if (e) return e; if (e1.checkReadModifyWrite(op, e2)) return new ErrorExp(); assert(e1.type && e2.type); if (e1.op == TOKslice || e1.type.ty == Tarray || e1.type.ty == Tsarray) { // T[] ^^= ... if (e2.implicitConvTo(e1.type.nextOf())) { // T[] ^^= T e2 = e2.castTo(sc, e1.type.nextOf()); } else if (Expression ex = typeCombine(this, sc)) return ex; // Check element types are arithmetic Type tb1 = e1.type.nextOf().toBasetype(); Type tb2 = e2.type.toBasetype(); if (tb2.ty == Tarray || tb2.ty == Tsarray) tb2 = tb2.nextOf().toBasetype(); if ((tb1.isintegral() || tb1.isfloating()) && (tb2.isintegral() || tb2.isfloating())) { type = e1.type; return arrayOp(this, sc); } } else { e1 = e1.modifiableLvalue(sc, e1); } if ((e1.type.isintegral() || e1.type.isfloating()) && (e2.type.isintegral() || e2.type.isfloating())) { Expression e0 = null; e = reorderSettingAAElem(sc); e = extractLast(e, &e0); assert(e == this); if (e1.op == TOKvar) { // Rewrite: e1 = e1 ^^ e2 e = new PowExp(loc, e1.syntaxCopy(), e2); e = new AssignExp(loc, e1, e); } else { // Rewrite: ref tmp = e1; tmp = tmp ^^ e2 auto v = copyToTemp(STCref, "__powtmp", e1); auto de = new DeclarationExp(e1.loc, v); auto ve = new VarExp(e1.loc, v); e = new PowExp(loc, ve, e2); e = new AssignExp(loc, new VarExp(e1.loc, v), e); e = new CommaExp(loc, de, e); } e = Expression.combine(e0, e); e = e.semantic(sc); if (e.type.toBasetype().ty == Tvector) return incompatibleTypes(); return e; } return incompatibleTypes(); } override void accept(Visitor v) { v.visit(this); } } /*********************************************************** */ extern (C++) final class ShlAssignExp : BinAssignExp { public: extern (D) this(Loc loc, Expression e1, Expression e2) { super(loc, TOKshlass, __traits(classInstanceSize, ShlAssignExp), e1, e2); } override void accept(Visitor v) { v.visit(this); } } /*********************************************************** */ extern (C++) final class ShrAssignExp : BinAssignExp { public: extern (D) this(Loc loc, Expression e1, Expression e2) { super(loc, TOKshrass, __traits(classInstanceSize, ShrAssignExp), e1, e2); } override void accept(Visitor v) { v.visit(this); } } /*********************************************************** */ extern (C++) final class UshrAssignExp : BinAssignExp { public: extern (D) this(Loc loc, Expression e1, Expression e2) { super(loc, TOKushrass, __traits(classInstanceSize, UshrAssignExp), e1, e2); } override void accept(Visitor v) { v.visit(this); } } /*********************************************************** */ extern (C++) final class CatAssignExp : BinAssignExp { public: extern (D) this(Loc loc, Expression e1, Expression e2) { super(loc, TOKcatass, __traits(classInstanceSize, CatAssignExp), e1, e2); } override Expression semantic(Scope* sc) { if (type) return this; //printf("CatAssignExp::semantic() %s\n", toChars()); Expression e = op_overload(sc); if (e) return e; if (e1.op == TOKslice) { SliceExp se = cast(SliceExp)e1; if (se.e1.type.toBasetype().ty == Tsarray) { error("cannot append to static array %s", se.e1.type.toChars()); return new ErrorExp(); } } e1 = e1.modifiableLvalue(sc, e1); if (e1.op == TOKerror) return e1; if (e2.op == TOKerror) return e2; if (checkNonAssignmentArrayOp(e2)) return new ErrorExp(); Type tb1 = e1.type.toBasetype(); Type tb1next = tb1.nextOf(); Type tb2 = e2.type.toBasetype(); if ((tb1.ty == Tarray) && (tb2.ty == Tarray || tb2.ty == Tsarray) && (e2.implicitConvTo(e1.type) || (tb2.nextOf().implicitConvTo(tb1next) && (tb2.nextOf().size(Loc()) == tb1next.size(Loc()))))) { // Append array if (e1.checkPostblit(sc, tb1next)) return new ErrorExp(); e2 = e2.castTo(sc, e1.type); } else if ((tb1.ty == Tarray) && e2.implicitConvTo(tb1next)) { // Append element if (e2.checkPostblit(sc, tb2)) return new ErrorExp(); e2 = e2.castTo(sc, tb1next); e2 = doCopyOrMove(sc, e2); } else if (tb1.ty == Tarray && (tb1next.ty == Tchar || tb1next.ty == Twchar) && e2.type.ty != tb1next.ty && e2.implicitConvTo(Type.tdchar)) { // Append dchar to char[] or wchar[] e2 = e2.castTo(sc, Type.tdchar); /* Do not allow appending wchar to char[] because if wchar happens * to be a surrogate pair, nothing good can result. */ } else { error("cannot append type %s to type %s", tb2.toChars(), tb1.toChars()); return new ErrorExp(); } if (e2.checkValue()) return new ErrorExp(); type = e1.type; return reorderSettingAAElem(sc); } override void accept(Visitor v) { v.visit(this); } } /*********************************************************** */ extern (C++) final class AddExp : BinExp { public: extern (D) this(Loc loc, Expression e1, Expression e2) { super(loc, TOKadd, __traits(classInstanceSize, AddExp), e1, e2); } override Expression semantic(Scope* sc) { static if (LOGSEMANTIC) { printf("AddExp::semantic('%s')\n", toChars()); } if (type) return this; if (Expression ex = binSemanticProp(sc)) return ex; Expression e = op_overload(sc); if (e) return e; Type tb1 = e1.type.toBasetype(); Type tb2 = e2.type.toBasetype(); bool err = false; if (tb1.ty == Tdelegate || tb1.ty == Tpointer && tb1.nextOf().ty == Tfunction) { err |= e1.checkArithmetic(); } if (tb2.ty == Tdelegate || tb2.ty == Tpointer && tb2.nextOf().ty == Tfunction) { err |= e2.checkArithmetic(); } if (err) return new ErrorExp(); if (tb1.ty == Tpointer && e2.type.isintegral() || tb2.ty == Tpointer && e1.type.isintegral()) { return scaleFactor(this, sc); } if (tb1.ty == Tpointer && tb2.ty == Tpointer) { return incompatibleTypes(); } if (Expression ex = typeCombine(this, sc)) return ex; Type tb = type.toBasetype(); if (tb.ty == Tarray || tb.ty == Tsarray) { if (!isArrayOpValid(this)) { error("invalid array operation %s (possible missing [])", toChars()); return new ErrorExp(); } return this; } tb1 = e1.type.toBasetype(); if (tb1.ty == Tvector && !tb1.isscalar()) { return incompatibleTypes(); } if ((tb1.isreal() && e2.type.isimaginary()) || (tb1.isimaginary() && e2.type.isreal())) { switch (type.toBasetype().ty) { case Tfloat32: case Timaginary32: type = Type.tcomplex32; break; case Tfloat64: case Timaginary64: type = Type.tcomplex64; break; case Tfloat80: case Timaginary80: type = Type.tcomplex80; break; default: assert(0); } } return this; } override void accept(Visitor v) { v.visit(this); } } /*********************************************************** */ extern (C++) final class MinExp : BinExp { public: extern (D) this(Loc loc, Expression e1, Expression e2) { super(loc, TOKmin, __traits(classInstanceSize, MinExp), e1, e2); } override Expression semantic(Scope* sc) { static if (LOGSEMANTIC) { printf("MinExp::semantic('%s')\n", toChars()); } if (type) return this; if (Expression ex = binSemanticProp(sc)) return ex; Expression e = op_overload(sc); if (e) return e; Type t1 = e1.type.toBasetype(); Type t2 = e2.type.toBasetype(); bool err = false; if (t1.ty == Tdelegate || t1.ty == Tpointer && t1.nextOf().ty == Tfunction) { err |= e1.checkArithmetic(); } if (t2.ty == Tdelegate || t2.ty == Tpointer && t2.nextOf().ty == Tfunction) { err |= e2.checkArithmetic(); } if (err) return new ErrorExp(); if (t1.ty == Tpointer) { if (t2.ty == Tpointer) { // Need to divide the result by the stride // Replace (ptr - ptr) with (ptr - ptr) / stride d_int64 stride; // make sure pointer types are compatible if (Expression ex = typeCombine(this, sc)) return ex; type = Type.tptrdiff_t; stride = t2.nextOf().size(); if (stride == 0) { e = new IntegerExp(loc, 0, Type.tptrdiff_t); } else { e = new DivExp(loc, this, new IntegerExp(Loc(), stride, Type.tptrdiff_t)); e.type = Type.tptrdiff_t; } } else if (t2.isintegral()) e = scaleFactor(this, sc); else { error("can't subtract %s from pointer", t2.toChars()); e = new ErrorExp(); } return e; } if (t2.ty == Tpointer) { type = e2.type; error("can't subtract pointer from %s", e1.type.toChars()); return new ErrorExp(); } if (Expression ex = typeCombine(this, sc)) return ex; Type tb = type.toBasetype(); if (tb.ty == Tarray || tb.ty == Tsarray) { if (!isArrayOpValid(this)) { error("invalid array operation %s (possible missing [])", toChars()); return new ErrorExp(); } return this; } t1 = e1.type.toBasetype(); t2 = e2.type.toBasetype(); if (t1.ty == Tvector && !t1.isscalar()) { return incompatibleTypes(); } if ((t1.isreal() && t2.isimaginary()) || (t1.isimaginary() && t2.isreal())) { switch (type.ty) { case Tfloat32: case Timaginary32: type = Type.tcomplex32; break; case Tfloat64: case Timaginary64: type = Type.tcomplex64; break; case Tfloat80: case Timaginary80: type = Type.tcomplex80; break; default: assert(0); } } return this; } override void accept(Visitor v) { v.visit(this); } } /*********************************************************** */ extern (C++) final class CatExp : BinExp { public: extern (D) this(Loc loc, Expression e1, Expression e2) { super(loc, TOKcat, __traits(classInstanceSize, CatExp), e1, e2); } override Expression semantic(Scope* sc) { //printf("CatExp::semantic() %s\n", toChars()); if (type) return this; if (Expression ex = binSemanticProp(sc)) return ex; Expression e = op_overload(sc); if (e) return e; Type tb1 = e1.type.toBasetype(); Type tb2 = e2.type.toBasetype(); auto f1 = checkNonAssignmentArrayOp(e1); auto f2 = checkNonAssignmentArrayOp(e2); if (f1 || f2) return new ErrorExp(); /* BUG: Should handle things like: * char c; * c ~ ' ' * ' ' ~ c; */ version (none) { e1.type.print(); e2.type.print(); } Type tb1next = tb1.nextOf(); Type tb2next = tb2.nextOf(); // Check for: array ~ array if (tb1next && tb2next && (tb1next.implicitConvTo(tb2next) >= MATCHconst || tb2next.implicitConvTo(tb1next) >= MATCHconst || e1.op == TOKarrayliteral && e1.implicitConvTo(tb2) || e2.op == TOKarrayliteral && e2.implicitConvTo(tb1))) { /* Bugzilla 9248: Here to avoid the case of: * void*[] a = [cast(void*)1]; * void*[] b = [cast(void*)2]; * a ~ b; * becoming: * a ~ [cast(void*)b]; */ /* Bugzilla 14682: Also to avoid the case of: * int[][] a; * a ~ []; * becoming: * a ~ cast(int[])[]; */ goto Lpeer; } // Check for: array ~ element if ((tb1.ty == Tsarray || tb1.ty == Tarray) && tb2.ty != Tvoid) { if (e1.op == TOKarrayliteral) { e2 = doCopyOrMove(sc, e2); // Bugzilla 14686: Postblit call appears in AST, and this is // finally translated to an ArrayLiteralExp in below optimize(). } else if (e1.op == TOKstring) { // No postblit call exists on character (integer) value. } else { if (e2.checkPostblit(sc, tb2)) return new ErrorExp(); // Postblit call will be done in runtime helper function } if (e1.op == TOKarrayliteral && e1.implicitConvTo(tb2.arrayOf())) { e1 = e1.implicitCastTo(sc, tb2.arrayOf()); type = tb2.arrayOf(); goto L2elem; } if (e2.implicitConvTo(tb1next) >= MATCHconvert) { e2 = e2.implicitCastTo(sc, tb1next); type = tb1next.arrayOf(); L2elem: if (tb2.ty == Tarray || tb2.ty == Tsarray) { // Make e2 into [e2] e2 = new ArrayLiteralExp(e2.loc, e2); e2.type = type; } return optimize(WANTvalue); } } // Check for: element ~ array if ((tb2.ty == Tsarray || tb2.ty == Tarray) && tb1.ty != Tvoid) { if (e2.op == TOKarrayliteral) { e1 = doCopyOrMove(sc, e1); } else if (e2.op == TOKstring) { } else { if (e1.checkPostblit(sc, tb1)) return new ErrorExp(); } if (e2.op == TOKarrayliteral && e2.implicitConvTo(tb1.arrayOf())) { e2 = e2.implicitCastTo(sc, tb1.arrayOf()); type = tb1.arrayOf(); goto L1elem; } if (e1.implicitConvTo(tb2next) >= MATCHconvert) { e1 = e1.implicitCastTo(sc, tb2next); type = tb2next.arrayOf(); L1elem: if (tb1.ty == Tarray || tb1.ty == Tsarray) { // Make e1 into [e1] e1 = new ArrayLiteralExp(e1.loc, e1); e1.type = type; } return optimize(WANTvalue); } } Lpeer: if ((tb1.ty == Tsarray || tb1.ty == Tarray) && (tb2.ty == Tsarray || tb2.ty == Tarray) && (tb1next.mod || tb2next.mod) && (tb1next.mod != tb2next.mod)) { Type t1 = tb1next.mutableOf().constOf().arrayOf(); Type t2 = tb2next.mutableOf().constOf().arrayOf(); if (e1.op == TOKstring && !(cast(StringExp)e1).committed) e1.type = t1; else e1 = e1.castTo(sc, t1); if (e2.op == TOKstring && !(cast(StringExp)e2).committed) e2.type = t2; else e2 = e2.castTo(sc, t2); } if (Expression ex = typeCombine(this, sc)) return ex; type = type.toHeadMutable(); Type tb = type.toBasetype(); if (tb.ty == Tsarray) type = tb.nextOf().arrayOf(); if (type.ty == Tarray && tb1next && tb2next && tb1next.mod != tb2next.mod) { type = type.nextOf().toHeadMutable().arrayOf(); } if (Type tbn = tb.nextOf()) { if (checkPostblit(sc, tbn)) return new ErrorExp(); } version (none) { e1.type.print(); e2.type.print(); type.print(); print(); } Type t1 = e1.type.toBasetype(); Type t2 = e2.type.toBasetype(); if ((t1.ty == Tarray || t1.ty == Tsarray) && (t2.ty == Tarray || t2.ty == Tsarray)) { // Normalize to ArrayLiteralExp or StringExp as far as possible e = optimize(WANTvalue); } else { //printf("(%s) ~ (%s)\n", e1->toChars(), e2->toChars()); return incompatibleTypes(); } return e; } override void accept(Visitor v) { v.visit(this); } } /*********************************************************** */ extern (C++) final class MulExp : BinExp { public: extern (D) this(Loc loc, Expression e1, Expression e2) { super(loc, TOKmul, __traits(classInstanceSize, MulExp), e1, e2); } override Expression semantic(Scope* sc) { version (none) { printf("MulExp::semantic() %s\n", toChars()); } if (type) return this; if (Expression ex = binSemanticProp(sc)) return ex; Expression e = op_overload(sc); if (e) return e; if (Expression ex = typeCombine(this, sc)) return ex; Type tb = type.toBasetype(); if (tb.ty == Tarray || tb.ty == Tsarray) { if (!isArrayOpValid(this)) { error("invalid array operation %s (possible missing [])", toChars()); return new ErrorExp(); } return this; } if (checkArithmeticBin()) return new ErrorExp(); if (type.isfloating()) { Type t1 = e1.type; Type t2 = e2.type; if (t1.isreal()) { type = t2; } else if (t2.isreal()) { type = t1; } else if (t1.isimaginary()) { if (t2.isimaginary()) { switch (t1.toBasetype().ty) { case Timaginary32: type = Type.tfloat32; break; case Timaginary64: type = Type.tfloat64; break; case Timaginary80: type = Type.tfloat80; break; default: assert(0); } // iy * iv = -yv e1.type = type; e2.type = type; e = new NegExp(loc, this); e = e.semantic(sc); return e; } else type = t2; // t2 is complex } else if (t2.isimaginary()) { type = t1; // t1 is complex } } else if (tb.ty == Tvector && (cast(TypeVector)tb).elementType().size(loc) != 2) { // Only short[8] and ushort[8] work with multiply return incompatibleTypes(); } return this; } override void accept(Visitor v) { v.visit(this); } } /*********************************************************** */ extern (C++) final class DivExp : BinExp { public: extern (D) this(Loc loc, Expression e1, Expression e2) { super(loc, TOKdiv, __traits(classInstanceSize, DivExp), e1, e2); } override Expression semantic(Scope* sc) { if (type) return this; if (Expression ex = binSemanticProp(sc)) return ex; Expression e = op_overload(sc); if (e) return e; if (Expression ex = typeCombine(this, sc)) return ex; Type tb = type.toBasetype(); if (tb.ty == Tarray || tb.ty == Tsarray) { if (!isArrayOpValid(this)) { error("invalid array operation %s (possible missing [])", toChars()); return new ErrorExp(); } return this; } if (checkArithmeticBin()) return new ErrorExp(); if (type.isfloating()) { Type t1 = e1.type; Type t2 = e2.type; if (t1.isreal()) { type = t2; if (t2.isimaginary()) { // x/iv = i(-x/v) e2.type = t1; e = new NegExp(loc, this); e = e.semantic(sc); return e; } } else if (t2.isreal()) { type = t1; } else if (t1.isimaginary()) { if (t2.isimaginary()) { switch (t1.toBasetype().ty) { case Timaginary32: type = Type.tfloat32; break; case Timaginary64: type = Type.tfloat64; break; case Timaginary80: type = Type.tfloat80; break; default: assert(0); } } else type = t2; // t2 is complex } else if (t2.isimaginary()) { type = t1; // t1 is complex } } else if (tb.ty == Tvector) { return incompatibleTypes(); } return this; } override void accept(Visitor v) { v.visit(this); } } /*********************************************************** */ extern (C++) final class ModExp : BinExp { public: extern (D) this(Loc loc, Expression e1, Expression e2) { super(loc, TOKmod, __traits(classInstanceSize, ModExp), e1, e2); } override Expression semantic(Scope* sc) { if (type) return this; if (Expression ex = binSemanticProp(sc)) return ex; Expression e = op_overload(sc); if (e) return e; if (Expression ex = typeCombine(this, sc)) return ex; Type tb = type.toBasetype(); if (tb.ty == Tarray || tb.ty == Tsarray) { if (!isArrayOpValid(this)) { error("invalid array operation %s (possible missing [])", toChars()); return new ErrorExp(); } return this; } if (tb.ty == Tvector) { return incompatibleTypes(); } if (checkArithmeticBin()) return new ErrorExp(); if (type.isfloating()) { type = e1.type; if (e2.type.iscomplex()) { error("cannot perform modulo complex arithmetic"); return new ErrorExp(); } } return this; } override void accept(Visitor v) { v.visit(this); } } /*********************************************************** */ extern (C++) final class PowExp : BinExp { public: extern (D) this(Loc loc, Expression e1, Expression e2) { super(loc, TOKpow, __traits(classInstanceSize, PowExp), e1, e2); } override Expression semantic(Scope* sc) { if (type) return this; //printf("PowExp::semantic() %s\n", toChars()); if (Expression ex = binSemanticProp(sc)) return ex; Expression e = op_overload(sc); if (e) return e; if (Expression ex = typeCombine(this, sc)) return ex; Type tb = type.toBasetype(); if (tb.ty == Tarray || tb.ty == Tsarray) { if (!isArrayOpValid(this)) { error("invalid array operation %s (possible missing [])", toChars()); return new ErrorExp(); } return this; } if (checkArithmeticBin()) return new ErrorExp(); // For built-in numeric types, there are several cases. // TODO: backend support, especially for e1 ^^ 2. // First, attempt to fold the expression. e = optimize(WANTvalue); if (e.op != TOKpow) { e = e.semantic(sc); return e; } // Determine if we're raising to an integer power. sinteger_t intpow = 0; if (e2.op == TOKint64 && (cast(sinteger_t)e2.toInteger() == 2 || cast(sinteger_t)e2.toInteger() == 3)) intpow = e2.toInteger(); else if (e2.op == TOKfloat64 && (e2.toReal() == cast(sinteger_t)e2.toReal())) intpow = cast(sinteger_t)e2.toReal(); // Deal with x^^2, x^^3 immediately, since they are of practical importance. if (intpow == 2 || intpow == 3) { // Replace x^^2 with (tmp = x, tmp*tmp) // Replace x^^3 with (tmp = x, tmp*tmp*tmp) auto tmp = copyToTemp(0, "__powtmp", e1); Expression de = new DeclarationExp(loc, tmp); Expression ve = new VarExp(loc, tmp); /* Note that we're reusing ve. This should be ok. */ Expression me = new MulExp(loc, ve, ve); if (intpow == 3) me = new MulExp(loc, me, ve); e = new CommaExp(loc, de, me); e = e.semantic(sc); return e; } Module mmath = loadStdMath(); if (!mmath) { //error("requires std.math for ^^ operators"); //fatal(); // Leave handling of PowExp to the backend, or throw // an error gracefully if no backend support exists. if (Expression ex = typeCombine(this, sc)) return ex; return this; } e = new ScopeExp(loc, mmath); if (e2.op == TOKfloat64 && e2.toReal() == 0.5) { // Replace e1 ^^ 0.5 with .std.math.sqrt(x) e = new CallExp(loc, new DotIdExp(loc, e, Id._sqrt), e1); } else { // Replace e1 ^^ e2 with .std.math.pow(e1, e2) e = new CallExp(loc, new DotIdExp(loc, e, Id._pow), e1, e2); } e = e.semantic(sc); return e; } override void accept(Visitor v) { v.visit(this); } } extern (C++) Module loadStdMath() { static __gshared Import impStdMath = null; if (!impStdMath) { auto a = new Identifiers(); a.push(Id.std); auto s = new Import(Loc(), a, Id.math, null, false); s.load(null); if (s.mod) { s.mod.importAll(null); s.mod.semantic(); } impStdMath = s; } return impStdMath.mod; } /*********************************************************** */ extern (C++) final class ShlExp : BinExp { public: extern (D) this(Loc loc, Expression e1, Expression e2) { super(loc, TOKshl, __traits(classInstanceSize, ShlExp), e1, e2); } override Expression semantic(Scope* sc) { //printf("ShlExp::semantic(), type = %p\n", type); if (type) return this; if (Expression ex = binSemanticProp(sc)) return ex; Expression e = op_overload(sc); if (e) return e; if (checkIntegralBin()) return new ErrorExp(); if (e1.type.toBasetype().ty == Tvector || e2.type.toBasetype().ty == Tvector) { return incompatibleTypes(); } e1 = integralPromotions(e1, sc); e2 = e2.castTo(sc, Type.tshiftcnt); type = e1.type; return this; } override void accept(Visitor v) { v.visit(this); } } /*********************************************************** */ extern (C++) final class ShrExp : BinExp { public: extern (D) this(Loc loc, Expression e1, Expression e2) { super(loc, TOKshr, __traits(classInstanceSize, ShrExp), e1, e2); } override Expression semantic(Scope* sc) { if (type) return this; if (Expression ex = binSemanticProp(sc)) return ex; Expression e = op_overload(sc); if (e) return e; if (checkIntegralBin()) return new ErrorExp(); if (e1.type.toBasetype().ty == Tvector || e2.type.toBasetype().ty == Tvector) { return incompatibleTypes(); } e1 = integralPromotions(e1, sc); e2 = e2.castTo(sc, Type.tshiftcnt); type = e1.type; return this; } override void accept(Visitor v) { v.visit(this); } } /*********************************************************** */ extern (C++) final class UshrExp : BinExp { public: extern (D) this(Loc loc, Expression e1, Expression e2) { super(loc, TOKushr, __traits(classInstanceSize, UshrExp), e1, e2); } override Expression semantic(Scope* sc) { if (type) return this; if (Expression ex = binSemanticProp(sc)) return ex; Expression e = op_overload(sc); if (e) return e; if (checkIntegralBin()) return new ErrorExp(); if (e1.type.toBasetype().ty == Tvector || e2.type.toBasetype().ty == Tvector) { return incompatibleTypes(); } e1 = integralPromotions(e1, sc); e2 = e2.castTo(sc, Type.tshiftcnt); type = e1.type; return this; } override void accept(Visitor v) { v.visit(this); } } /*********************************************************** */ extern (C++) final class AndExp : BinExp { public: extern (D) this(Loc loc, Expression e1, Expression e2) { super(loc, TOKand, __traits(classInstanceSize, AndExp), e1, e2); } override Expression semantic(Scope* sc) { if (type) return this; if (Expression ex = binSemanticProp(sc)) return ex; Expression e = op_overload(sc); if (e) return e; if (e1.type.toBasetype().ty == Tbool && e2.type.toBasetype().ty == Tbool) { type = e1.type; return this; } if (Expression ex = typeCombine(this, sc)) return ex; Type tb = type.toBasetype(); if (tb.ty == Tarray || tb.ty == Tsarray) { if (!isArrayOpValid(this)) { error("invalid array operation %s (possible missing [])", toChars()); return new ErrorExp(); } return this; } if (checkIntegralBin()) return new ErrorExp(); return this; } override void accept(Visitor v) { v.visit(this); } } /*********************************************************** */ extern (C++) final class OrExp : BinExp { public: extern (D) this(Loc loc, Expression e1, Expression e2) { super(loc, TOKor, __traits(classInstanceSize, OrExp), e1, e2); } override Expression semantic(Scope* sc) { if (type) return this; if (Expression ex = binSemanticProp(sc)) return ex; Expression e = op_overload(sc); if (e) return e; if (e1.type.toBasetype().ty == Tbool && e2.type.toBasetype().ty == Tbool) { type = e1.type; return this; } if (Expression ex = typeCombine(this, sc)) return ex; Type tb = type.toBasetype(); if (tb.ty == Tarray || tb.ty == Tsarray) { if (!isArrayOpValid(this)) { error("invalid array operation %s (possible missing [])", toChars()); return new ErrorExp(); } return this; } if (checkIntegralBin()) return new ErrorExp(); return this; } override void accept(Visitor v) { v.visit(this); } } /*********************************************************** */ extern (C++) final class XorExp : BinExp { public: extern (D) this(Loc loc, Expression e1, Expression e2) { super(loc, TOKxor, __traits(classInstanceSize, XorExp), e1, e2); } override Expression semantic(Scope* sc) { if (type) return this; if (Expression ex = binSemanticProp(sc)) return ex; Expression e = op_overload(sc); if (e) return e; if (e1.type.toBasetype().ty == Tbool && e2.type.toBasetype().ty == Tbool) { type = e1.type; return this; } if (Expression ex = typeCombine(this, sc)) return ex; Type tb = type.toBasetype(); if (tb.ty == Tarray || tb.ty == Tsarray) { if (!isArrayOpValid(this)) { error("invalid array operation %s (possible missing [])", toChars()); return new ErrorExp(); } return this; } if (checkIntegralBin()) return new ErrorExp(); return this; } override void accept(Visitor v) { v.visit(this); } } /*********************************************************** */ extern (C++) final class OrOrExp : BinExp { public: extern (D) this(Loc loc, Expression e1, Expression e2) { super(loc, TOKoror, __traits(classInstanceSize, OrOrExp), e1, e2); } override Expression semantic(Scope* sc) { if (type) return this; // same as for AndAnd e1 = e1.semantic(sc); e1 = resolveProperties(sc, e1); e1 = e1.toBoolean(sc); uint cs1 = sc.callSuper; if (sc.flags & SCOPEcondition) { /* If in static if, don't evaluate e2 if we don't have to. */ e1 = e1.optimize(WANTvalue); if (e1.isBool(true)) { return new IntegerExp(loc, 1, Type.tbool); } } e2 = e2.semantic(sc); sc.mergeCallSuper(loc, cs1); e2 = resolveProperties(sc, e2); auto f1 = checkNonAssignmentArrayOp(e1); auto f2 = checkNonAssignmentArrayOp(e2); if (f1 || f2) return new ErrorExp(); if (e2.type.ty == Tvoid) type = Type.tvoid; else { e2 = e2.toBoolean(sc); type = Type.tbool; } if (e2.op == TOKtype || e2.op == TOKscope) { error("%s is not an expression", e2.toChars()); return new ErrorExp(); } if (e1.op == TOKerror) return e1; if (e2.op == TOKerror) return e2; return this; } override Expression toBoolean(Scope* sc) { auto ex2 = e2.toBoolean(sc); if (ex2.op == TOKerror) return ex2; e2 = ex2; return this; } override void accept(Visitor v) { v.visit(this); } } /*********************************************************** */ extern (C++) final class AndAndExp : BinExp { public: extern (D) this(Loc loc, Expression e1, Expression e2) { super(loc, TOKandand, __traits(classInstanceSize, AndAndExp), e1, e2); } override Expression semantic(Scope* sc) { if (type) return this; // same as for OrOr e1 = e1.semantic(sc); e1 = resolveProperties(sc, e1); e1 = e1.toBoolean(sc); uint cs1 = sc.callSuper; if (sc.flags & SCOPEcondition) { /* If in static if, don't evaluate e2 if we don't have to. */ e1 = e1.optimize(WANTvalue); if (e1.isBool(false)) { return new IntegerExp(loc, 0, Type.tbool); } } e2 = e2.semantic(sc); sc.mergeCallSuper(loc, cs1); e2 = resolveProperties(sc, e2); auto f1 = checkNonAssignmentArrayOp(e1); auto f2 = checkNonAssignmentArrayOp(e2); if (f1 || f2) return new ErrorExp(); if (e2.type.ty == Tvoid) type = Type.tvoid; else { e2 = e2.toBoolean(sc); type = Type.tbool; } if (e2.op == TOKtype || e2.op == TOKscope) { error("%s is not an expression", e2.toChars()); return new ErrorExp(); } if (e1.op == TOKerror) return e1; if (e2.op == TOKerror) return e2; return this; } override Expression toBoolean(Scope* sc) { auto ex2 = e2.toBoolean(sc); if (ex2.op == TOKerror) return ex2; e2 = ex2; return this; } override void accept(Visitor v) { v.visit(this); } } /*********************************************************** */ extern (C++) final class CmpExp : BinExp { public: extern (D) this(TOK op, Loc loc, Expression e1, Expression e2) { super(loc, op, __traits(classInstanceSize, CmpExp), e1, e2); } override Expression semantic(Scope* sc) { static if (LOGSEMANTIC) { printf("CmpExp::semantic('%s')\n", toChars()); } if (type) return this; if (Expression ex = binSemanticProp(sc)) return ex; Type t1 = e1.type.toBasetype(); Type t2 = e2.type.toBasetype(); if (t1.ty == Tclass && e2.op == TOKnull || t2.ty == Tclass && e1.op == TOKnull) { error("do not use null when comparing class types"); return new ErrorExp(); } Expression e = op_overload(sc); if (e) { if (!e.type.isscalar() && e.type.equals(e1.type)) { error("recursive opCmp expansion"); return new ErrorExp(); } if (e.op == TOKcall) { e = new CmpExp(op, loc, e, new IntegerExp(loc, 0, Type.tint32)); e = e.semantic(sc); } return e; } if (Expression ex = typeCombine(this, sc)) return ex; auto f1 = checkNonAssignmentArrayOp(e1); auto f2 = checkNonAssignmentArrayOp(e2); if (f1 || f2) return new ErrorExp(); type = Type.tbool; // Special handling for array comparisons t1 = e1.type.toBasetype(); t2 = e2.type.toBasetype(); if ((t1.ty == Tarray || t1.ty == Tsarray || t1.ty == Tpointer) && (t2.ty == Tarray || t2.ty == Tsarray || t2.ty == Tpointer)) { Type t1next = t1.nextOf(); Type t2next = t2.nextOf(); if (t1next.implicitConvTo(t2next) < MATCHconst && t2next.implicitConvTo(t1next) < MATCHconst && (t1next.ty != Tvoid && t2next.ty != Tvoid)) { error("array comparison type mismatch, %s vs %s", t1next.toChars(), t2next.toChars()); return new ErrorExp(); } if ((t1.ty == Tarray || t1.ty == Tsarray) && (t2.ty == Tarray || t2.ty == Tsarray)) { semanticTypeInfo(sc, t1.nextOf()); } } else if (t1.ty == Tstruct || t2.ty == Tstruct || (t1.ty == Tclass && t2.ty == Tclass)) { if (t2.ty == Tstruct) error("need member function opCmp() for %s %s to compare", t2.toDsymbol(sc).kind(), t2.toChars()); else error("need member function opCmp() for %s %s to compare", t1.toDsymbol(sc).kind(), t1.toChars()); return new ErrorExp(); } else if (t1.iscomplex() || t2.iscomplex()) { error("compare not defined for complex operands"); return new ErrorExp(); } else if (t1.ty == Taarray || t2.ty == Taarray) { error("%s is not defined for associative arrays", Token.toChars(op)); return new ErrorExp(); } else if (t1.ty == Tvector) { return incompatibleTypes(); } else { bool r1 = e1.checkValue(); bool r2 = e2.checkValue(); if (r1 || r2) return new ErrorExp(); } TOK altop; switch (op) { // Refer rel_integral[] table case TOKunord: altop = TOKerror; break; case TOKlg: altop = TOKnotequal; break; case TOKleg: altop = TOKerror; break; case TOKule: altop = TOKle; break; case TOKul: altop = TOKlt; break; case TOKuge: altop = TOKge; break; case TOKug: altop = TOKgt; break; case TOKue: altop = TOKequal; break; default: altop = TOKreserved; break; } if (altop == TOKerror && (t1.ty == Tarray || t1.ty == Tsarray || t2.ty == Tarray || t2.ty == Tsarray)) { error("'%s' is not defined for array comparisons", Token.toChars(op)); return new ErrorExp(); } if (altop != TOKreserved) { if (!t1.isfloating()) { if (altop == TOKerror) { const(char)* s = op == TOKunord ? "false" : "true"; error("floating point operator '%s' always returns %s for non-floating comparisons", Token.toChars(op), s); } else { error("use '%s' for non-floating comparisons rather than floating point operator '%s'", Token.toChars(altop), Token.toChars(op)); } } else { error("use std.math.isNaN to deal with NaN operands rather than floating point operator '%s'", Token.toChars(op)); } return new ErrorExp(); } //printf("CmpExp: %s, type = %s\n", e->toChars(), e->type->toChars()); return this; } override void accept(Visitor v) { v.visit(this); } } /*********************************************************** */ extern (C++) final class InExp : BinExp { public: extern (D) this(Loc loc, Expression e1, Expression e2) { super(loc, TOKin, __traits(classInstanceSize, InExp), e1, e2); } override Expression semantic(Scope* sc) { if (type) return this; if (Expression ex = binSemanticProp(sc)) return ex; Expression e = op_overload(sc); if (e) return e; Type t2b = e2.type.toBasetype(); switch (t2b.ty) { case Taarray: { TypeAArray ta = cast(TypeAArray)t2b; // Special handling for array keys if (!arrayTypeCompatible(e1.loc, e1.type, ta.index)) { // Convert key to type of key e1 = e1.implicitCastTo(sc, ta.index); } semanticTypeInfo(sc, ta.index); // Return type is pointer to value type = ta.nextOf().pointerTo(); break; } default: error("rvalue of in expression must be an associative array, not %s", e2.type.toChars()); goto case Terror; case Terror: return new ErrorExp(); } return this; } override void accept(Visitor v) { v.visit(this); } } /*********************************************************** * This deletes the key e1 from the associative array e2 */ extern (C++) final class RemoveExp : BinExp { public: extern (D) this(Loc loc, Expression e1, Expression e2) { super(loc, TOKremove, __traits(classInstanceSize, RemoveExp), e1, e2); type = Type.tbool; } override Expression semantic(Scope* sc) { if (Expression ex = binSemantic(sc)) return ex; return this; } override void accept(Visitor v) { v.visit(this); } } /*********************************************************** * == and != */ extern (C++) final class EqualExp : BinExp { public: extern (D) this(TOK op, Loc loc, Expression e1, Expression e2) { super(loc, op, __traits(classInstanceSize, EqualExp), e1, e2); assert(op == TOKequal || op == TOKnotequal); } override Expression semantic(Scope* sc) { //printf("EqualExp::semantic('%s')\n", toChars()); if (type) return this; if (auto e = binSemanticProp(sc)) return e; if (e1.op == TOKtype || e2.op == TOKtype) return incompatibleTypes(); /* Before checking for operator overloading, check to see if we're * comparing the addresses of two statics. If so, we can just see * if they are the same symbol. */ if (e1.op == TOKaddress && e2.op == TOKaddress) { AddrExp ae1 = cast(AddrExp)e1; AddrExp ae2 = cast(AddrExp)e2; if (ae1.e1.op == TOKvar && ae2.e1.op == TOKvar) { VarExp ve1 = cast(VarExp)ae1.e1; VarExp ve2 = cast(VarExp)ae2.e1; if (ve1.var == ve2.var) { // They are the same, result is 'true' for ==, 'false' for != return new IntegerExp(loc, (op == TOKequal), Type.tbool); } } } if (auto e = op_overload(sc)) return e; if (auto e = typeCombine(this, sc)) return e; auto f1 = checkNonAssignmentArrayOp(e1); auto f2 = checkNonAssignmentArrayOp(e2); if (f1 || f2) return new ErrorExp(); type = Type.tbool; // Special handling for array comparisons if (!arrayTypeCompatible(loc, e1.type, e2.type)) { if (e1.type != e2.type && e1.type.isfloating() && e2.type.isfloating()) { // Cast both to complex e1 = e1.castTo(sc, Type.tcomplex80); e2 = e2.castTo(sc, Type.tcomplex80); } } if (e1.type.toBasetype().ty == Taarray) semanticTypeInfo(sc, e1.type.toBasetype()); if (e1.type.toBasetype().ty == Tvector) return incompatibleTypes(); return this; } override void accept(Visitor v) { v.visit(this); } } /*********************************************************** * is and !is */ extern (C++) final class IdentityExp : BinExp { public: extern (D) this(TOK op, Loc loc, Expression e1, Expression e2) { super(loc, op, __traits(classInstanceSize, IdentityExp), e1, e2); } override Expression semantic(Scope* sc) { if (type) return this; if (auto e = binSemanticProp(sc)) return e; if (auto e = typeCombine(this, sc)) return e; auto f1 = checkNonAssignmentArrayOp(e1); auto f2 = checkNonAssignmentArrayOp(e2); if (f1 || f2) return new ErrorExp(); type = Type.tbool; if (e1.type != e2.type && e1.type.isfloating() && e2.type.isfloating()) { // Cast both to complex e1 = e1.castTo(sc, Type.tcomplex80); e2 = e2.castTo(sc, Type.tcomplex80); } if (e1.type.toBasetype().ty == Tvector) return incompatibleTypes(); return this; } override void accept(Visitor v) { v.visit(this); } } /*********************************************************** */ extern (C++) final class CondExp : BinExp { public: Expression econd; extern (D) this(Loc loc, Expression econd, Expression e1, Expression e2) { super(loc, TOKquestion, __traits(classInstanceSize, CondExp), e1, e2); this.econd = econd; } override Expression syntaxCopy() { return new CondExp(loc, econd.syntaxCopy(), e1.syntaxCopy(), e2.syntaxCopy()); } override Expression semantic(Scope* sc) { static if (LOGSEMANTIC) { printf("CondExp::semantic('%s')\n", toChars()); } if (type) return this; Expression ec = econd.semantic(sc); ec = resolveProperties(sc, ec); ec = ec.toBoolean(sc); uint cs0 = sc.callSuper; uint* fi0 = sc.saveFieldInit(); Expression e1x = e1.semantic(sc); e1x = resolveProperties(sc, e1x); uint cs1 = sc.callSuper; uint* fi1 = sc.fieldinit; sc.callSuper = cs0; sc.fieldinit = fi0; Expression e2x = e2.semantic(sc); e2x = resolveProperties(sc, e2x); sc.mergeCallSuper(loc, cs1); sc.mergeFieldInit(loc, fi1); if (ec.op == TOKerror) return ec; if (ec.type == Type.terror) return new ErrorExp(); econd = ec; if (e1x.op == TOKerror) return e1x; if (e1x.type == Type.terror) return new ErrorExp(); e1 = e1x; if (e2x.op == TOKerror) return e2x; if (e2x.type == Type.terror) return new ErrorExp(); e2 = e2x; auto f0 = checkNonAssignmentArrayOp(econd); auto f1 = checkNonAssignmentArrayOp(e1); auto f2 = checkNonAssignmentArrayOp(e2); if (f0 || f1 || f2) return new ErrorExp(); // If either operand is void, the result is void Type t1 = e1.type; Type t2 = e2.type; if (t1.ty == Tvoid || t2.ty == Tvoid) type = Type.tvoid; else if (t1 == t2) type = t1; else { if (Expression ex = typeCombine(this, sc)) return ex; switch (e1.type.toBasetype().ty) { case Tcomplex32: case Tcomplex64: case Tcomplex80: e2 = e2.castTo(sc, e1.type); break; default: break; } switch (e2.type.toBasetype().ty) { case Tcomplex32: case Tcomplex64: case Tcomplex80: e1 = e1.castTo(sc, e2.type); break; default: break; } if (type.toBasetype().ty == Tarray) { e1 = e1.castTo(sc, type); e2 = e2.castTo(sc, type); } } type = type.merge2(); version (none) { printf("res: %s\n", type.toChars()); printf("e1 : %s\n", e1.type.toChars()); printf("e2 : %s\n", e2.type.toChars()); } /* Bugzilla 14696: If either e1 or e2 contain temporaries which need dtor, * make them conditional. * Rewrite: * cond ? (__tmp1 = ..., __tmp1) : (__tmp2 = ..., __tmp2) * to: * (auto __cond = cond) ? (... __tmp1) : (... __tmp2) * and replace edtors of __tmp1 and __tmp2 with: * __tmp1->edtor --> __cond && __tmp1.dtor() * __tmp2->edtor --> __cond || __tmp2.dtor() */ hookDtors(sc); return this; } override int checkModifiable(Scope* sc, int flag) { return e1.checkModifiable(sc, flag) && e2.checkModifiable(sc, flag); } override bool isLvalue() { return e1.isLvalue() && e2.isLvalue(); } override Expression toLvalue(Scope* sc, Expression ex) { // convert (econd ? e1 : e2) to *(econd ? &e1 : &e2) CondExp e = cast(CondExp)copy(); e.e1 = e1.toLvalue(sc, null).addressOf(); e.e2 = e2.toLvalue(sc, null).addressOf(); e.type = type.pointerTo(); return new PtrExp(loc, e, type); } override Expression modifiableLvalue(Scope* sc, Expression e) { //error("conditional expression %s is not a modifiable lvalue", toChars()); e1 = e1.modifiableLvalue(sc, e1); e2 = e2.modifiableLvalue(sc, e2); return toLvalue(sc, this); } override Expression toBoolean(Scope* sc) { auto ex1 = e1.toBoolean(sc); auto ex2 = e2.toBoolean(sc); if (ex1.op == TOKerror) return ex1; if (ex2.op == TOKerror) return ex2; e1 = ex1; e2 = ex2; return this; } void hookDtors(Scope* sc) { extern (C++) final class DtorVisitor : StoppableVisitor { alias visit = super.visit; public: Scope* sc; CondExp ce; VarDeclaration vcond; bool isThen; extern (D) this(Scope* sc, CondExp ce) { this.sc = sc; this.ce = ce; } override void visit(Expression e) { //printf("(e = %s)\n", e->toChars()); } override void visit(DeclarationExp e) { auto v = e.declaration.isVarDeclaration(); if (v && !v.isDataseg()) { if (v._init) { if (auto ei = v._init.isExpInitializer()) ei.exp.accept(this); } if (v.needsScopeDtor()) { if (!vcond) { vcond = copyToTemp(STCvolatile, "__cond", ce.econd); vcond.semantic(sc); Expression de = new DeclarationExp(ce.econd.loc, vcond); de = de.semantic(sc); Expression ve = new VarExp(ce.econd.loc, vcond); ce.econd = Expression.combine(de, ve); } //printf("\t++v = %s, v->edtor = %s\n", v->toChars(), v->edtor->toChars()); Expression ve = new VarExp(vcond.loc, vcond); if (isThen) v.edtor = new AndAndExp(v.edtor.loc, ve, v.edtor); else v.edtor = new OrOrExp(v.edtor.loc, ve, v.edtor); v.edtor = v.edtor.semantic(sc); //printf("\t--v = %s, v->edtor = %s\n", v->toChars(), v->edtor->toChars()); } } } } scope DtorVisitor v = new DtorVisitor(sc, this); //printf("+%s\n", toChars()); v.isThen = true; walkPostorder(e1, v); v.isThen = false; walkPostorder(e2, v); //printf("-%s\n", toChars()); } override void accept(Visitor v) { v.visit(this); } } /*********************************************************** */ extern (C++) class DefaultInitExp : Expression { public: TOK subop; // which of the derived classes this is final extern (D) this(Loc loc, TOK subop, int size) { super(loc, TOKdefault, size); this.subop = subop; } override void accept(Visitor v) { v.visit(this); } } /*********************************************************** */ extern (C++) final class FileInitExp : DefaultInitExp { public: extern (D) this(Loc loc) { super(loc, TOKfile, __traits(classInstanceSize, FileInitExp)); } override Expression semantic(Scope* sc) { //printf("FileInitExp::semantic()\n"); type = Type.tstring; return this; } override Expression resolveLoc(Loc loc, Scope* sc) { //printf("FileInitExp::resolve() %s\n", toChars()); const(char)* s = loc.filename ? loc.filename : sc._module.ident.toChars(); Expression e = new StringExp(loc, cast(char*)s); e = e.semantic(sc); e = e.castTo(sc, type); return e; } override void accept(Visitor v) { v.visit(this); } } /*********************************************************** */ extern (C++) final class LineInitExp : DefaultInitExp { public: extern (D) this(Loc loc) { super(loc, TOKline, __traits(classInstanceSize, LineInitExp)); } override Expression semantic(Scope* sc) { type = Type.tint32; return this; } override Expression resolveLoc(Loc loc, Scope* sc) { Expression e = new IntegerExp(loc, loc.linnum, Type.tint32); e = e.castTo(sc, type); return e; } override void accept(Visitor v) { v.visit(this); } } /*********************************************************** */ extern (C++) final class ModuleInitExp : DefaultInitExp { public: extern (D) this(Loc loc) { super(loc, TOKmodulestring, __traits(classInstanceSize, ModuleInitExp)); } override Expression semantic(Scope* sc) { //printf("ModuleInitExp::semantic()\n"); type = Type.tstring; return this; } override Expression resolveLoc(Loc loc, Scope* sc) { const(char)* s; if (sc.callsc) s = sc.callsc._module.toPrettyChars(); else s = sc._module.toPrettyChars(); Expression e = new StringExp(loc, cast(char*)s); e = e.semantic(sc); e = e.castTo(sc, type); return e; } override void accept(Visitor v) { v.visit(this); } } /*********************************************************** */ extern (C++) final class FuncInitExp : DefaultInitExp { public: extern (D) this(Loc loc) { super(loc, TOKfuncstring, __traits(classInstanceSize, FuncInitExp)); } override Expression semantic(Scope* sc) { //printf("FuncInitExp::semantic()\n"); type = Type.tstring; if (sc.func) return this.resolveLoc(Loc(), sc); return this; } override Expression resolveLoc(Loc loc, Scope* sc) { const(char)* s; if (sc.callsc && sc.callsc.func) s = sc.callsc.func.Dsymbol.toPrettyChars(); else if (sc.func) s = sc.func.Dsymbol.toPrettyChars(); else s = ""; Expression e = new StringExp(loc, cast(char*)s); e = e.semantic(sc); e = e.castTo(sc, type); return e; } override void accept(Visitor v) { v.visit(this); } } /*********************************************************** */ extern (C++) final class PrettyFuncInitExp : DefaultInitExp { public: extern (D) this(Loc loc) { super(loc, TOKprettyfunc, __traits(classInstanceSize, PrettyFuncInitExp)); } override Expression semantic(Scope* sc) { //printf("PrettyFuncInitExp::semantic()\n"); type = Type.tstring; if (sc.func) return this.resolveLoc(Loc(), sc); return this; } override Expression resolveLoc(Loc loc, Scope* sc) { FuncDeclaration fd; if (sc.callsc && sc.callsc.func) fd = sc.callsc.func; else fd = sc.func; const(char)* s; if (fd) { const(char)* funcStr = fd.Dsymbol.toPrettyChars(); OutBuffer buf; functionToBufferWithIdent(cast(TypeFunction)fd.type, &buf, funcStr); s = buf.extractString(); } else { s = ""; } Expression e = new StringExp(loc, cast(char*)s); e = e.semantic(sc); e = e.castTo(sc, type); return e; } override void accept(Visitor v) { v.visit(this); } }
D
module breeze.math.constants; static immutable kindaSmallNumber = 0.00001; static immutable smallNumber = 0.0000001;
D
import std.stdio; import std.conv; import std.socket; import std.exception; import std.bitmanip; import async; import buffer; import buffer.rpc.server; import crypto.rsa; import package_business; __gshared Server!(Business) business; __gshared ThreadPool businessPool; void main() { RSAKeyInfo privateKey = RSA.decodeKey("AAAAIH4RaeCOInmS/CcWOrurajxk3dZ4XGEZ9MsqT3LnFqP3HnO6WmZVW8rflcb5nHsl9Ga9U4NdPO7cDC2WQ8Y02LE="); Message.settings(615, privateKey, true); businessPool = new ThreadPool(32); business = new Server!(Business)(); TcpListener listener = new TcpListener(); listener.bind(new InternetAddress("0.0.0.0", 12290)); listener.listen(1024); Codec codec = new Codec(CodecType.SizeGuide, 615); EventLoop loop = new EventLoop(listener, &onConnected, &onDisConnected, &onReceive, &onSendCompleted, &onSocketError, codec, 8); loop.run(); //loop.stop(); } void onConnected(TcpClient client) nothrow @trusted { collectException({ writefln("New connection: %s, fd: %d", client.remoteAddress().toString(), client.fd); }()); } void onDisConnected(const int fd, string remoteAddress) nothrow @trusted { collectException({ writefln("\033[7mClient socket close: %s, fd: %d\033[0m", remoteAddress, fd); }()); } void onReceive(TcpClient client, const scope ubyte[] data) nothrow @trusted { collectException({ businessPool.run!businessHandle(client, data); }()); } void businessHandle(TcpClient client, const scope ubyte[] buffer) { ubyte[] ret_data = business.Handler(buffer); client.send(ret_data); } void onSocketError(const int fd, string remoteAddress, string msg) nothrow @trusted { collectException({ writeln("Client socket error: ", remoteAddress, " ", msg); }()); } void onSendCompleted(const int fd, string remoteAddress, const scope ubyte[] data, const size_t sent_size) nothrow @trusted { collectException({ if (sent_size != data.length) { writefln("Send to %s Error. Original size: %d, sent: %d, fd: %d", remoteAddress, data.length, sent_size, fd); } else { writefln("Sent to %s completed, Size: %d, fd: %d", remoteAddress, sent_size, fd); } }()); }
D
module widget.controller.form.form; import widget; class FormController : WidgetControllerPrototype{ private FormComponentsController _components = null; private FormElementsController _elements = null; private FormExamplesController _examples = null; private FormIndexController _index = null; private FormValidationController _validation = null; @property public FormComponentsController components(){ return this._components; } @property public FormElementsController elements(){ return this._elements; } @property public FormExamplesController examples(){ return this._examples; } @property public FormIndexController index(){ return this._index; } @property public FormValidationController validation(){ return this._validation; } this(){ super(); this.name = "form"; this._components = new FormComponentsController(); this._elements = new FormElementsController(); this._examples = new FormExamplesController(); this._index = new FormIndexController(); this._validation = new FormValidationController(); this.web_interface_settings.urlPrefix = "/"~this.name; this.router.registerWebInterface(this, this.web_interface_settings); } }
D
/* This file is part of BioD. Copyright (C) 2018 Pjotr Prins <pjotr.prins@thebird.nl> */ module bio.std.range.splitter; import std.algorithm; import std.array; import std.conv; import std.exception; import std.stdio; import std.range.primitives; immutable ubyte[] SPLIT_ON = [ 0x20, 0x09, 0x0A, ';', ',' ]; /** SimpleSplitConv takes a range R (typically a text line) and splits it/tokenizes it on a list of characters. Essentially fields/tokens are split by tabs, semi-colons or comma's and spaces. This compares to C's strtok(str, ", \t;"). This routine happens often in bioinformatics and is a replacement for the much unsafer C strtok. This edition should also handle UTF. The default is to split on space, newline, tab, semi-colon and comma. */ struct SimpleSplitConv(R) if (isInputRange!R) { R list, split_on; this(R range, R splits_on = cast(R)SPLIT_ON) { list = range; split_on = splits_on; } int opApply(scope int delegate(R) dg) { size_t start = 0; bool in_whitespace = false; foreach(size_t pos, c; list) { if (canFind(split_on,c)) { // hit split char if (!in_whitespace) { // emit auto token = list[start..pos]; dg(token); } start = pos+1; in_whitespace = true; } else { in_whitespace = false; } } if (!in_whitespace) { // emit final auto token = list[start..$]; dg(token); } return 0; } } unittest { auto s = cast(ubyte[])"hello 1 2 \t3 4 \n"; assert(array(SimpleSplitConv!(ubyte[])(s)) == ["hello","1","2","3","4"]); assert(array(SimpleSplitConv!(ubyte[])(cast(ubyte[])" hello, 1 2 \t3 4 \n")) == ["","hello","1","2","3","4"]); assert(array(SimpleSplitConv!(ubyte[])(cast(ubyte[])"hello, 1 2 \n\t3 4 \n")) == ["hello","1","2","3","4"]); assert(array(SimpleSplitConv!(ubyte[])(cast(ubyte[])"chr1:55365,55365,1")) == ["chr1:55365","55365","1"]); } /* Dirty fast_splitter is 3x faster than above elegant version. It does no heap allocations. */ R[] fast_splitter(R)(R[] tokens, R range, R splits_on = cast(R)SPLIT_ON) @nogc { // R[] tokens = new R[range.length]; // pre-allocate optimistially auto j = 0, prev_j = 0; bool in_whitespace = false; auto token_num = 0; for (; j<range.length ;) { bool found = false; auto check = range[j]; foreach (c ; splits_on) { if (c==check) { found = true; break; } } if (found) { if (!in_whitespace) { tokens[token_num] = range[prev_j..j]; token_num++; } prev_j = j+1; in_whitespace = true; } else { in_whitespace = false; } j++; } if (!in_whitespace) { // emit final tokens[token_num] = range[prev_j..$]; token_num++; } // tokens.length = token_num; return tokens[0..token_num]; } /* Same as above, but with one single heap allocation - it may be slightly slower. */ R[] fast_splitter(R)(R range, R splits_on = cast(R)SPLIT_ON) { R[] tokens = new R[range.length]; return fast_splitter(tokens,range,splits_on); } unittest { auto s = "hello 1 2 \t3 4 \n"; string[16] tokens; // preset buffer assert(fast_splitter(tokens,s) == ["hello", "1", "2", "3", "4"]); assert(fast_splitter(" hello, 1 2 \t3 4 \n") == ["","hello","1","2","3","4"]); assert(fast_splitter("hello, 1 2 \n\t3 4 \n") == ["hello","1","2","3","4"]); assert(fast_splitter(tokens,"chr1:55365,55365,1") == ["chr1:55365","55365","1"]); }
D
/home/albertfega/Desktop/LaSalleChat/.build/x86_64-unknown-linux/debug/Node.build/StructuredDataWrapper/StructuredDataWrapper+Cases.swift.o : /home/albertfega/Desktop/LaSalleChat/.build/checkouts/node.git-3078412886256849983/Sources/Node/StructuredData/StructuredData.swift /home/albertfega/Desktop/LaSalleChat/.build/checkouts/node.git-3078412886256849983/Sources/Node/StructuredData/StructuredData+Polymorphic.swift /home/albertfega/Desktop/LaSalleChat/.build/checkouts/node.git-3078412886256849983/Sources/Node/StructuredDataWrapper/StructuredDataWrapper+Polymorphic.swift /home/albertfega/Desktop/LaSalleChat/.build/checkouts/node.git-3078412886256849983/Sources/Node/StructuredDataWrapper/StructuredDataWrapper+Convenience.swift /home/albertfega/Desktop/LaSalleChat/.build/checkouts/node.git-3078412886256849983/Sources/Node/Core/Node.swift /home/albertfega/Desktop/LaSalleChat/.build/checkouts/node.git-3078412886256849983/Sources/Node/StructuredData/StructuredData+Equatable.swift /home/albertfega/Desktop/LaSalleChat/.build/checkouts/node.git-3078412886256849983/Sources/Node/StructuredDataWrapper/StructuredDataWrapper+Equatable.swift /home/albertfega/Desktop/LaSalleChat/.build/checkouts/node.git-3078412886256849983/Sources/Node/Core/NodeRepresentable.swift /home/albertfega/Desktop/LaSalleChat/.build/checkouts/node.git-3078412886256849983/Sources/Node/StructuredData/StructuredData+PathIndexable.swift /home/albertfega/Desktop/LaSalleChat/.build/checkouts/node.git-3078412886256849983/Sources/Node/StructuredDataWrapper/StructuredDataWrapper+PathIndexable.swift /home/albertfega/Desktop/LaSalleChat/.build/checkouts/node.git-3078412886256849983/Sources/Node/Core/NodeInitializable.swift /home/albertfega/Desktop/LaSalleChat/.build/checkouts/node.git-3078412886256849983/Sources/Node/Convertibles/UUID+Convertible.swift /home/albertfega/Desktop/LaSalleChat/.build/checkouts/node.git-3078412886256849983/Sources/Node/Convertibles/Schema+Convertible.swift /home/albertfega/Desktop/LaSalleChat/.build/checkouts/node.git-3078412886256849983/Sources/Node/Convertibles/Date+Convertible.swift /home/albertfega/Desktop/LaSalleChat/.build/checkouts/node.git-3078412886256849983/Sources/Node/Convertibles/String+Convertible.swift /home/albertfega/Desktop/LaSalleChat/.build/checkouts/node.git-3078412886256849983/Sources/Node/Fuzzy/Optional+Convertible.swift /home/albertfega/Desktop/LaSalleChat/.build/checkouts/node.git-3078412886256849983/Sources/Node/Convertibles/Bool+Convertible.swift /home/albertfega/Desktop/LaSalleChat/.build/checkouts/node.git-3078412886256849983/Sources/Node/Convertibles/Integer+Convertible.swift /home/albertfega/Desktop/LaSalleChat/.build/checkouts/node.git-3078412886256849983/Sources/Node/Convertibles/UnsignedInteger+Convertible.swift /home/albertfega/Desktop/LaSalleChat/.build/checkouts/node.git-3078412886256849983/Sources/Node/Convertibles/SchemaWrapper+Convertible.swift /home/albertfega/Desktop/LaSalleChat/.build/checkouts/node.git-3078412886256849983/Sources/Node/Fuzzy/Set+Convertible.swift /home/albertfega/Desktop/LaSalleChat/.build/checkouts/node.git-3078412886256849983/Sources/Node/Convertibles/FloatingPoint+Convertible.swift /home/albertfega/Desktop/LaSalleChat/.build/checkouts/node.git-3078412886256849983/Sources/Node/Fuzzy/Array+Convertible.swift /home/albertfega/Desktop/LaSalleChat/.build/checkouts/node.git-3078412886256849983/Sources/Node/Fuzzy/Dictionary+Convertible.swift /home/albertfega/Desktop/LaSalleChat/.build/checkouts/node.git-3078412886256849983/Sources/Node/Core/NodeConvertible.swift /home/albertfega/Desktop/LaSalleChat/.build/checkouts/node.git-3078412886256849983/Sources/Node/Number/Number.swift /home/albertfega/Desktop/LaSalleChat/.build/checkouts/node.git-3078412886256849983/Sources/Node/Utilities/Identifier.swift /home/albertfega/Desktop/LaSalleChat/.build/checkouts/node.git-3078412886256849983/Sources/Node/StructuredDataWrapper/StructuredDataWrapper.swift /home/albertfega/Desktop/LaSalleChat/.build/checkouts/node.git-3078412886256849983/Sources/Node/Fuzzy/FuzzyConverter.swift /home/albertfega/Desktop/LaSalleChat/.build/checkouts/node.git-3078412886256849983/Sources/Node/StructuredDataWrapper/StructuredDataWrapper+Cases.swift /home/albertfega/Desktop/LaSalleChat/.build/checkouts/node.git-3078412886256849983/Sources/Node/StructuredDataWrapper/StructuredDataWrapper+Literals.swift /home/albertfega/Desktop/LaSalleChat/.build/checkouts/node.git-3078412886256849983/Sources/Node/Accessors/Getters.swift /home/albertfega/Desktop/LaSalleChat/.build/checkouts/node.git-3078412886256849983/Sources/Node/Accessors/Setters.swift /home/albertfega/Desktop/LaSalleChat/.build/checkouts/node.git-3078412886256849983/Sources/Node/Utilities/Errors.swift /home/albertfega/Desktop/LaSalleChat/.build/checkouts/node.git-3078412886256849983/Sources/Node/Utilities/Exports.swift /home/albertfega/Desktop/LaSalleChat/.build/checkouts/node.git-3078412886256849983/Sources/Node/StructuredData/StructuredData+Init.swift /home/albertfega/Desktop/LaSalleChat/.build/checkouts/node.git-3078412886256849983/Sources/Node/Core/Context.swift /home/albertfega/Desktop/LaSalleChat/.build/checkouts/node.git-3078412886256849983/Sources/Node/Fuzzy/Fuzzy+Any.swift /home/albertfega/Desktop/LaSalleChat/.build/x86_64-unknown-linux/debug/libc.swiftmodule /usr/lib/swift/linux/x86_64/Glibc.swiftmodule /home/albertfega/Desktop/LaSalleChat/.build/x86_64-unknown-linux/debug/PathIndexable.swiftmodule /home/albertfega/Desktop/LaSalleChat/.build/x86_64-unknown-linux/debug/Core.swiftmodule /home/albertfega/Desktop/LaSalleChat/.build/x86_64-unknown-linux/debug/Debugging.swiftmodule /usr/lib/swift/linux/x86_64/Dispatch.swiftmodule /usr/lib/swift/linux/x86_64/Foundation.swiftmodule /home/albertfega/Desktop/LaSalleChat/.build/x86_64-unknown-linux/debug/Bits.swiftmodule /usr/lib/swift/linux/x86_64/Swift.swiftmodule /usr/lib/swift/linux/x86_64/SwiftOnoneSupport.swiftmodule /usr/lib/swift/linux/x86_64/glibc.modulemap /home/albertfega/Desktop/LaSalleChat/.build/x86_64-unknown-linux/debug/CHTTP.build/module.modulemap /home/albertfega/Desktop/LaSalleChat/.build/x86_64-unknown-linux/debug/CSQLite.build/module.modulemap /home/albertfega/Desktop/LaSalleChat/.build/x86_64-unknown-linux/debug/Node.build/StructuredDataWrapper+Cases~partial.swiftmodule : /home/albertfega/Desktop/LaSalleChat/.build/checkouts/node.git-3078412886256849983/Sources/Node/StructuredData/StructuredData.swift /home/albertfega/Desktop/LaSalleChat/.build/checkouts/node.git-3078412886256849983/Sources/Node/StructuredData/StructuredData+Polymorphic.swift /home/albertfega/Desktop/LaSalleChat/.build/checkouts/node.git-3078412886256849983/Sources/Node/StructuredDataWrapper/StructuredDataWrapper+Polymorphic.swift /home/albertfega/Desktop/LaSalleChat/.build/checkouts/node.git-3078412886256849983/Sources/Node/StructuredDataWrapper/StructuredDataWrapper+Convenience.swift /home/albertfega/Desktop/LaSalleChat/.build/checkouts/node.git-3078412886256849983/Sources/Node/Core/Node.swift /home/albertfega/Desktop/LaSalleChat/.build/checkouts/node.git-3078412886256849983/Sources/Node/StructuredData/StructuredData+Equatable.swift /home/albertfega/Desktop/LaSalleChat/.build/checkouts/node.git-3078412886256849983/Sources/Node/StructuredDataWrapper/StructuredDataWrapper+Equatable.swift /home/albertfega/Desktop/LaSalleChat/.build/checkouts/node.git-3078412886256849983/Sources/Node/Core/NodeRepresentable.swift /home/albertfega/Desktop/LaSalleChat/.build/checkouts/node.git-3078412886256849983/Sources/Node/StructuredData/StructuredData+PathIndexable.swift /home/albertfega/Desktop/LaSalleChat/.build/checkouts/node.git-3078412886256849983/Sources/Node/StructuredDataWrapper/StructuredDataWrapper+PathIndexable.swift /home/albertfega/Desktop/LaSalleChat/.build/checkouts/node.git-3078412886256849983/Sources/Node/Core/NodeInitializable.swift /home/albertfega/Desktop/LaSalleChat/.build/checkouts/node.git-3078412886256849983/Sources/Node/Convertibles/UUID+Convertible.swift /home/albertfega/Desktop/LaSalleChat/.build/checkouts/node.git-3078412886256849983/Sources/Node/Convertibles/Schema+Convertible.swift /home/albertfega/Desktop/LaSalleChat/.build/checkouts/node.git-3078412886256849983/Sources/Node/Convertibles/Date+Convertible.swift /home/albertfega/Desktop/LaSalleChat/.build/checkouts/node.git-3078412886256849983/Sources/Node/Convertibles/String+Convertible.swift /home/albertfega/Desktop/LaSalleChat/.build/checkouts/node.git-3078412886256849983/Sources/Node/Fuzzy/Optional+Convertible.swift /home/albertfega/Desktop/LaSalleChat/.build/checkouts/node.git-3078412886256849983/Sources/Node/Convertibles/Bool+Convertible.swift /home/albertfega/Desktop/LaSalleChat/.build/checkouts/node.git-3078412886256849983/Sources/Node/Convertibles/Integer+Convertible.swift /home/albertfega/Desktop/LaSalleChat/.build/checkouts/node.git-3078412886256849983/Sources/Node/Convertibles/UnsignedInteger+Convertible.swift /home/albertfega/Desktop/LaSalleChat/.build/checkouts/node.git-3078412886256849983/Sources/Node/Convertibles/SchemaWrapper+Convertible.swift /home/albertfega/Desktop/LaSalleChat/.build/checkouts/node.git-3078412886256849983/Sources/Node/Fuzzy/Set+Convertible.swift /home/albertfega/Desktop/LaSalleChat/.build/checkouts/node.git-3078412886256849983/Sources/Node/Convertibles/FloatingPoint+Convertible.swift /home/albertfega/Desktop/LaSalleChat/.build/checkouts/node.git-3078412886256849983/Sources/Node/Fuzzy/Array+Convertible.swift /home/albertfega/Desktop/LaSalleChat/.build/checkouts/node.git-3078412886256849983/Sources/Node/Fuzzy/Dictionary+Convertible.swift /home/albertfega/Desktop/LaSalleChat/.build/checkouts/node.git-3078412886256849983/Sources/Node/Core/NodeConvertible.swift /home/albertfega/Desktop/LaSalleChat/.build/checkouts/node.git-3078412886256849983/Sources/Node/Number/Number.swift /home/albertfega/Desktop/LaSalleChat/.build/checkouts/node.git-3078412886256849983/Sources/Node/Utilities/Identifier.swift /home/albertfega/Desktop/LaSalleChat/.build/checkouts/node.git-3078412886256849983/Sources/Node/StructuredDataWrapper/StructuredDataWrapper.swift /home/albertfega/Desktop/LaSalleChat/.build/checkouts/node.git-3078412886256849983/Sources/Node/Fuzzy/FuzzyConverter.swift /home/albertfega/Desktop/LaSalleChat/.build/checkouts/node.git-3078412886256849983/Sources/Node/StructuredDataWrapper/StructuredDataWrapper+Cases.swift /home/albertfega/Desktop/LaSalleChat/.build/checkouts/node.git-3078412886256849983/Sources/Node/StructuredDataWrapper/StructuredDataWrapper+Literals.swift /home/albertfega/Desktop/LaSalleChat/.build/checkouts/node.git-3078412886256849983/Sources/Node/Accessors/Getters.swift /home/albertfega/Desktop/LaSalleChat/.build/checkouts/node.git-3078412886256849983/Sources/Node/Accessors/Setters.swift /home/albertfega/Desktop/LaSalleChat/.build/checkouts/node.git-3078412886256849983/Sources/Node/Utilities/Errors.swift /home/albertfega/Desktop/LaSalleChat/.build/checkouts/node.git-3078412886256849983/Sources/Node/Utilities/Exports.swift /home/albertfega/Desktop/LaSalleChat/.build/checkouts/node.git-3078412886256849983/Sources/Node/StructuredData/StructuredData+Init.swift /home/albertfega/Desktop/LaSalleChat/.build/checkouts/node.git-3078412886256849983/Sources/Node/Core/Context.swift /home/albertfega/Desktop/LaSalleChat/.build/checkouts/node.git-3078412886256849983/Sources/Node/Fuzzy/Fuzzy+Any.swift /home/albertfega/Desktop/LaSalleChat/.build/x86_64-unknown-linux/debug/libc.swiftmodule /usr/lib/swift/linux/x86_64/Glibc.swiftmodule /home/albertfega/Desktop/LaSalleChat/.build/x86_64-unknown-linux/debug/PathIndexable.swiftmodule /home/albertfega/Desktop/LaSalleChat/.build/x86_64-unknown-linux/debug/Core.swiftmodule /home/albertfega/Desktop/LaSalleChat/.build/x86_64-unknown-linux/debug/Debugging.swiftmodule /usr/lib/swift/linux/x86_64/Dispatch.swiftmodule /usr/lib/swift/linux/x86_64/Foundation.swiftmodule /home/albertfega/Desktop/LaSalleChat/.build/x86_64-unknown-linux/debug/Bits.swiftmodule /usr/lib/swift/linux/x86_64/Swift.swiftmodule /usr/lib/swift/linux/x86_64/SwiftOnoneSupport.swiftmodule /usr/lib/swift/linux/x86_64/glibc.modulemap /home/albertfega/Desktop/LaSalleChat/.build/x86_64-unknown-linux/debug/CHTTP.build/module.modulemap /home/albertfega/Desktop/LaSalleChat/.build/x86_64-unknown-linux/debug/CSQLite.build/module.modulemap /home/albertfega/Desktop/LaSalleChat/.build/x86_64-unknown-linux/debug/Node.build/StructuredDataWrapper+Cases~partial.swiftdoc : /home/albertfega/Desktop/LaSalleChat/.build/checkouts/node.git-3078412886256849983/Sources/Node/StructuredData/StructuredData.swift /home/albertfega/Desktop/LaSalleChat/.build/checkouts/node.git-3078412886256849983/Sources/Node/StructuredData/StructuredData+Polymorphic.swift /home/albertfega/Desktop/LaSalleChat/.build/checkouts/node.git-3078412886256849983/Sources/Node/StructuredDataWrapper/StructuredDataWrapper+Polymorphic.swift /home/albertfega/Desktop/LaSalleChat/.build/checkouts/node.git-3078412886256849983/Sources/Node/StructuredDataWrapper/StructuredDataWrapper+Convenience.swift /home/albertfega/Desktop/LaSalleChat/.build/checkouts/node.git-3078412886256849983/Sources/Node/Core/Node.swift /home/albertfega/Desktop/LaSalleChat/.build/checkouts/node.git-3078412886256849983/Sources/Node/StructuredData/StructuredData+Equatable.swift /home/albertfega/Desktop/LaSalleChat/.build/checkouts/node.git-3078412886256849983/Sources/Node/StructuredDataWrapper/StructuredDataWrapper+Equatable.swift /home/albertfega/Desktop/LaSalleChat/.build/checkouts/node.git-3078412886256849983/Sources/Node/Core/NodeRepresentable.swift /home/albertfega/Desktop/LaSalleChat/.build/checkouts/node.git-3078412886256849983/Sources/Node/StructuredData/StructuredData+PathIndexable.swift /home/albertfega/Desktop/LaSalleChat/.build/checkouts/node.git-3078412886256849983/Sources/Node/StructuredDataWrapper/StructuredDataWrapper+PathIndexable.swift /home/albertfega/Desktop/LaSalleChat/.build/checkouts/node.git-3078412886256849983/Sources/Node/Core/NodeInitializable.swift /home/albertfega/Desktop/LaSalleChat/.build/checkouts/node.git-3078412886256849983/Sources/Node/Convertibles/UUID+Convertible.swift /home/albertfega/Desktop/LaSalleChat/.build/checkouts/node.git-3078412886256849983/Sources/Node/Convertibles/Schema+Convertible.swift /home/albertfega/Desktop/LaSalleChat/.build/checkouts/node.git-3078412886256849983/Sources/Node/Convertibles/Date+Convertible.swift /home/albertfega/Desktop/LaSalleChat/.build/checkouts/node.git-3078412886256849983/Sources/Node/Convertibles/String+Convertible.swift /home/albertfega/Desktop/LaSalleChat/.build/checkouts/node.git-3078412886256849983/Sources/Node/Fuzzy/Optional+Convertible.swift /home/albertfega/Desktop/LaSalleChat/.build/checkouts/node.git-3078412886256849983/Sources/Node/Convertibles/Bool+Convertible.swift /home/albertfega/Desktop/LaSalleChat/.build/checkouts/node.git-3078412886256849983/Sources/Node/Convertibles/Integer+Convertible.swift /home/albertfega/Desktop/LaSalleChat/.build/checkouts/node.git-3078412886256849983/Sources/Node/Convertibles/UnsignedInteger+Convertible.swift /home/albertfega/Desktop/LaSalleChat/.build/checkouts/node.git-3078412886256849983/Sources/Node/Convertibles/SchemaWrapper+Convertible.swift /home/albertfega/Desktop/LaSalleChat/.build/checkouts/node.git-3078412886256849983/Sources/Node/Fuzzy/Set+Convertible.swift /home/albertfega/Desktop/LaSalleChat/.build/checkouts/node.git-3078412886256849983/Sources/Node/Convertibles/FloatingPoint+Convertible.swift /home/albertfega/Desktop/LaSalleChat/.build/checkouts/node.git-3078412886256849983/Sources/Node/Fuzzy/Array+Convertible.swift /home/albertfega/Desktop/LaSalleChat/.build/checkouts/node.git-3078412886256849983/Sources/Node/Fuzzy/Dictionary+Convertible.swift /home/albertfega/Desktop/LaSalleChat/.build/checkouts/node.git-3078412886256849983/Sources/Node/Core/NodeConvertible.swift /home/albertfega/Desktop/LaSalleChat/.build/checkouts/node.git-3078412886256849983/Sources/Node/Number/Number.swift /home/albertfega/Desktop/LaSalleChat/.build/checkouts/node.git-3078412886256849983/Sources/Node/Utilities/Identifier.swift /home/albertfega/Desktop/LaSalleChat/.build/checkouts/node.git-3078412886256849983/Sources/Node/StructuredDataWrapper/StructuredDataWrapper.swift /home/albertfega/Desktop/LaSalleChat/.build/checkouts/node.git-3078412886256849983/Sources/Node/Fuzzy/FuzzyConverter.swift /home/albertfega/Desktop/LaSalleChat/.build/checkouts/node.git-3078412886256849983/Sources/Node/StructuredDataWrapper/StructuredDataWrapper+Cases.swift /home/albertfega/Desktop/LaSalleChat/.build/checkouts/node.git-3078412886256849983/Sources/Node/StructuredDataWrapper/StructuredDataWrapper+Literals.swift /home/albertfega/Desktop/LaSalleChat/.build/checkouts/node.git-3078412886256849983/Sources/Node/Accessors/Getters.swift /home/albertfega/Desktop/LaSalleChat/.build/checkouts/node.git-3078412886256849983/Sources/Node/Accessors/Setters.swift /home/albertfega/Desktop/LaSalleChat/.build/checkouts/node.git-3078412886256849983/Sources/Node/Utilities/Errors.swift /home/albertfega/Desktop/LaSalleChat/.build/checkouts/node.git-3078412886256849983/Sources/Node/Utilities/Exports.swift /home/albertfega/Desktop/LaSalleChat/.build/checkouts/node.git-3078412886256849983/Sources/Node/StructuredData/StructuredData+Init.swift /home/albertfega/Desktop/LaSalleChat/.build/checkouts/node.git-3078412886256849983/Sources/Node/Core/Context.swift /home/albertfega/Desktop/LaSalleChat/.build/checkouts/node.git-3078412886256849983/Sources/Node/Fuzzy/Fuzzy+Any.swift /home/albertfega/Desktop/LaSalleChat/.build/x86_64-unknown-linux/debug/libc.swiftmodule /usr/lib/swift/linux/x86_64/Glibc.swiftmodule /home/albertfega/Desktop/LaSalleChat/.build/x86_64-unknown-linux/debug/PathIndexable.swiftmodule /home/albertfega/Desktop/LaSalleChat/.build/x86_64-unknown-linux/debug/Core.swiftmodule /home/albertfega/Desktop/LaSalleChat/.build/x86_64-unknown-linux/debug/Debugging.swiftmodule /usr/lib/swift/linux/x86_64/Dispatch.swiftmodule /usr/lib/swift/linux/x86_64/Foundation.swiftmodule /home/albertfega/Desktop/LaSalleChat/.build/x86_64-unknown-linux/debug/Bits.swiftmodule /usr/lib/swift/linux/x86_64/Swift.swiftmodule /usr/lib/swift/linux/x86_64/SwiftOnoneSupport.swiftmodule /usr/lib/swift/linux/x86_64/glibc.modulemap /home/albertfega/Desktop/LaSalleChat/.build/x86_64-unknown-linux/debug/CHTTP.build/module.modulemap /home/albertfega/Desktop/LaSalleChat/.build/x86_64-unknown-linux/debug/CSQLite.build/module.modulemap
D
/Users/kaisya/project/usa-xcode/Exam/comeonjunior/DerivedData/comeonjunior/Build/Intermediates/comeonjunior.build/Debug-iphonesimulator/comeonjunior.build/Objects-normal/x86_64/AppDelegate.o : /Users/kaisya/project/usa-xcode/Exam/comeonjunior/comeonjunior/ViewController.swift /Users/kaisya/project/usa-xcode/Exam/comeonjunior/comeonjunior/ExamContent.swift /Users/kaisya/project/usa-xcode/Exam/comeonjunior/comeonjunior/AppDelegate.swift /Users/kaisya/project/usa-xcode/Exam/comeonjunior/comeonjunior/View/TableViewCellMenu.swift /Users/kaisya/project/usa-xcode/Exam/comeonjunior/comeonjunior/View/TableViewCellQuestion.swift /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/Swift.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/UIKit.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/Foundation.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/Darwin.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/Dispatch.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/ObjectiveC.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/CoreGraphics.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/CoreImage.swiftmodule /Users/kaisya/project/usa-xcode/Exam/comeonjunior/DerivedData/comeonjunior/Build/Intermediates/comeonjunior.build/Debug-iphonesimulator/comeonjunior.build/Objects-normal/x86_64/AppDelegate~partial.swiftmodule : /Users/kaisya/project/usa-xcode/Exam/comeonjunior/comeonjunior/ViewController.swift /Users/kaisya/project/usa-xcode/Exam/comeonjunior/comeonjunior/ExamContent.swift /Users/kaisya/project/usa-xcode/Exam/comeonjunior/comeonjunior/AppDelegate.swift /Users/kaisya/project/usa-xcode/Exam/comeonjunior/comeonjunior/View/TableViewCellMenu.swift /Users/kaisya/project/usa-xcode/Exam/comeonjunior/comeonjunior/View/TableViewCellQuestion.swift /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/Swift.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/UIKit.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/Foundation.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/Darwin.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/Dispatch.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/ObjectiveC.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/CoreGraphics.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/CoreImage.swiftmodule /Users/kaisya/project/usa-xcode/Exam/comeonjunior/DerivedData/comeonjunior/Build/Intermediates/comeonjunior.build/Debug-iphonesimulator/comeonjunior.build/Objects-normal/x86_64/AppDelegate~partial.swiftdoc : /Users/kaisya/project/usa-xcode/Exam/comeonjunior/comeonjunior/ViewController.swift /Users/kaisya/project/usa-xcode/Exam/comeonjunior/comeonjunior/ExamContent.swift /Users/kaisya/project/usa-xcode/Exam/comeonjunior/comeonjunior/AppDelegate.swift /Users/kaisya/project/usa-xcode/Exam/comeonjunior/comeonjunior/View/TableViewCellMenu.swift /Users/kaisya/project/usa-xcode/Exam/comeonjunior/comeonjunior/View/TableViewCellQuestion.swift /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/Swift.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/UIKit.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/Foundation.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/Darwin.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/Dispatch.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/ObjectiveC.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/CoreGraphics.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/CoreImage.swiftmodule
D
<?xml version="1.0" encoding="UTF-8"?> <di:SashWindowsMngr xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:di="http://www.eclipse.org/papyrus/0.7.0/sashdi"> <pageList> <availablePage> <emfPageIdentifier href="excluirInstituicao.notation#_DD7XQBDcEeG2gvMlxfRslQ"/> </availablePage> </pageList> <sashModel currentSelection="//@sashModel/@windows.0/@children.0"> <windows> <children xsi:type="di:TabFolder"> <children> <emfPageIdentifier href="excluirInstituicao.notation#_DD7XQBDcEeG2gvMlxfRslQ"/> </children> </children> </windows> </sashModel> </di:SashWindowsMngr>
D
/+ dub.sdl: name "t7" dflags "-I../source" #dflags "-debug" lflags "-lcares" buildRequirements "allowWarnings" dependency "hio" version="*" dependency "nbuff" version="*" debugVersions "hiossl" +/ module tests.t7; import std.experimental.logger; import std.datetime; import std.socket; import std.format; import hio.scheduler; import hio.tls; import hio.events; import hio.loop; import nbuff: Nbuff; static string[] hosts = [ "www.reuters.com", "www.bloomberg.org", "www.wsj.com", "stumbleupon.com", "www-media.stanford.edu", "www.deviantart.com", "www.wiley.com", "themeforest.net", "mashable.com", "www.trustpilot.com", "www.a8.net", "www.uol.com.br", "www.domraider.com", "us.sagepub.com", "hbr.org", "static-service.prweb.com", "www.usgs.gov", "www.archives.gov", "www.usc.edu", "www.usa.gov", "www.istockphoto.com", "www.snapchat.com", "www2.gotomeeting.com", "bitbucket-marketing-cdn.atlassian.com", "cdn-1.wp.nginx.com", "www.worldbank.org", "www.mlbstatic.com" ]; // enum host = "www.humblebundle.com"; enum port = 443; // enum host = "127.0.0.1"; // enum port = 4433; void scrape(string host) { globalLogLevel = LogLevel.info; IORequest iorq; AsyncSSLSocket s; ulong bytes; hlEvLoop loop = getDefaultLoop(); void io_callback(ref IOResult r) @safe { bytes += r.input.length; if (r.timedout || r.error) { infof("done, %d bytes", bytes); loop.stop(); s.close(); return; } iorq.to_read = 16*1024; iorq.output = Nbuff(); s.io(loop, iorq, 5.seconds); } void connected(AppEvent ev) @safe { infof("connected result: %s", ev); if ( ev != AppEvent.OUT) { info("=== Failed to connect ==="); loop.stop(); s.close(); return; } infof("=== CONNECTED to %s ===", host); iorq.callback = &io_callback; iorq.to_read = 1024; iorq.output = Nbuff("GET / HTTP/1.1\nConnection: close\n"); iorq.output.append("Host: %s\n".format(host)); iorq.output.append("\n"); s.io(loop, iorq, 5.seconds); } InternetAddress addr; try { addr = new InternetAddress(host, port); } catch(std.socket.AddressException e) { infof("socket exception %s", e); return; } s = new AsyncSSLSocket(); s.open(); s.set_host(host); s.connect(addr, loop, &connected, 1.seconds); loop.run(10.seconds); s.close(); } void main() { foreach (host; hosts) { scrape(host); } }
D
module widgets.charts; import dlangui; class ChartsExample : HorizontalLayout { this(string ID) { super(ID); SimpleBarChart barChart1 = new SimpleBarChart("barChart1","SimpleBarChart Example"d); barChart1.addBar(12.0, makeRGBA(255,0,0,0), "Red bar"d); barChart1.addBar(24.0, makeRGBA(0,255,0,0), "Green bar"d); barChart1.addBar(5.0, makeRGBA(0,0,255,0), "Blue bar"d); barChart1.addBar(12.0, makeRGBA(230,126,34,0), "Orange bar"d); SimpleBarChart barChart2 = new SimpleBarChart("barChart2","SimpleBarChart Example - long descriptions"d); barChart2.addBar(12.0, makeRGBA(255,0,0,0), "Red bar\n(12.0)"d); barChart2.addBar(24.0, makeRGBA(0,255,0,0), "Green bar\n(24.0)"d); barChart2.addBar(5.0, makeRGBA(0,0,255,0), "Blue bar\n(5.0)"d); barChart2.addBar(12.0, makeRGBA(230,126,34,0), "Orange bar\n(12.0)\nlong long long description added here"d); SimpleBarChart barChart3 = new SimpleBarChart("barChart3","SimpleBarChart Example with axis ratio 0.3"d); barChart3.addBar(12.0, makeRGBA(255,0,0,0), "Red bar"d); barChart3.addBar(24.0, makeRGBA(0,255,0,0), "Green bar"d); barChart3.addBar(5.0, makeRGBA(0,0,255,0), "Blue bar"d); barChart3.addBar(12.0, makeRGBA(230,126,34,0), "Orange bar"d); barChart3.axisRatio = 0.3; SimpleBarChart barChart4 = new SimpleBarChart("barChart4","SimpleBarChart Example with axis ratio 1.3"d); barChart4.addBar(12.0, makeRGBA(255,0,0,0), "Red bar"d); barChart4.addBar(24.0, makeRGBA(0,255,0,0), "Green bar"d); barChart4.addBar(5.0, makeRGBA(0,0,255,0), "Blue bar"d); barChart4.addBar(12.0, makeRGBA(230,126,34,0), "Orange bar"d); barChart4.axisRatio = 1.3; VerticalLayout a = new VerticalLayout(); VerticalLayout b = new VerticalLayout(); a.addChild(barChart1); a.addChild(barChart2); b.addChild(barChart3); b.addChild(barChart4); addChild(a); addChild(b); layoutWidth(FILL_PARENT).layoutHeight(FILL_PARENT); } }
D
import std.stdio; import std.process; import std.format; import std.conv; import core.thread; import gio.Application : GioApplication = Application; import gtk.Application; import gtk.ApplicationWindow; import gtk.Window; import gtk.Builder; import gtk.Button; import gtk.TextView; import gtk.Widget; import gtk.Label; import gdk.Event; enum GDK_KEY { Return = 0xff0d, Escape = 0xff1b, } void main(string[] args) { args = args[1 .. $]; auto app = new Application("info.alpha-kai-net.popruby", GApplicationFlags.FLAGS_NONE); app.addOnActivate((GioApplication gapp) { auto builder = new Builder(); builder.addFromString(import("popruby.glade")); Window window = cast(Window) builder.getObject("window"); TextView code_area = builder.getObject("code_area").to!TextView; Button run_button = builder.getObject("run_button").to!Button; Button exit_button = builder.getObject("exit_button").to!Button; Label status_label = builder.getObject("status_label").to!Label; const initial_status_label_text = status_label.getText(); auto exec_ruby_and_copy_result_into_clipboard = (bool do_join = false) { auto code = code_area.getBuffer.getText(); writeln("code: ", code); auto th = new Thread(() { auto pipes = pipeProcess("ruby", Redirect.stdin | Redirect.stdout | Redirect.stderr); pipes.stdin.writeln(code); pipes.stdin.flush(); pipes.stdin.close(); if (!wait(pipes.pid)) { string output; { string line; while ((line = pipes.stdout.readln()) !is null) { output ~= line; } import std.string : chomp; output = output.chomp; } pipes = pipeProcess(["/usr/bin/xsel", "--clipboard", "--input"], Redirect.stdin); pipes.stdin.write(output); pipes.stdin.flush(); pipes.stdin.close(); wait(pipes.pid); writeln("result is copied to clipboard"); status_label.setText(initial_status_label_text); } else { status_label.setMarkup("<span foreground=\"red\">Wrong Code given, please fix it</span>"); } }).start; if (do_join) { th.join; } }; window.addOnKeyPress((GdkEventKey* event, Widget _) { if (event.keyval == GDK_KEY.Return && (event.state & ModifierType.SHIFT_MASK) && (event.state & ModifierType.CONTROL_MASK)) { exec_ruby_and_copy_result_into_clipboard(true); gapp.quit(); } if (event.keyval == GDK_KEY.Return && event.state & ModifierType.SHIFT_MASK) { exec_ruby_and_copy_result_into_clipboard(); return true; } if (event.keyval == GDK_KEY.Escape) { gapp.quit(); } return false; }); if (run_button !is null) { run_button.addOnClicked((Button _) { exec_ruby_and_copy_result_into_clipboard(); }); } else { throw new Error("Failed to load component, run_button"); } if (exit_button !is null) { exit_button.addOnClicked((Button _) { gapp.quit(); }); } else { throw new Error("Failed to load component, exit_button"); } window.setApplication(app); window.showAll(); }); app.run(args); }
D
/Users/gloompique/Desktop/works/rust/invaders/target/debug/build/bindgen-aa7b4cb855298937/build_script_build-aa7b4cb855298937: /Users/gloompique/.cargo/registry/src/github.com-1ecc6299db9ec823/bindgen-0.56.0/build.rs /Users/gloompique/Desktop/works/rust/invaders/target/debug/build/bindgen-aa7b4cb855298937/build_script_build-aa7b4cb855298937.d: /Users/gloompique/.cargo/registry/src/github.com-1ecc6299db9ec823/bindgen-0.56.0/build.rs /Users/gloompique/.cargo/registry/src/github.com-1ecc6299db9ec823/bindgen-0.56.0/build.rs:
D
startle with amazement or fear hesitate when confronted with a problem, or when in doubt or fear overcome with amazement
D
module dwt.internal.mozilla.nsIDOMRange; import dwt.internal.mozilla.Common; import dwt.internal.mozilla.nsID; import dwt.internal.mozilla.nsISupports; import dwt.internal.mozilla.nsIDOMNode; import dwt.internal.mozilla.nsIDOMDocumentFragment; import dwt.internal.mozilla.nsStringAPI; const char[] NS_IDOMRANGE_IID_STR = "a6cf90ce-15b3-11d2-932e-00805f8add32"; const nsIID NS_IDOMRANGE_IID= { 0xa6cf90ce, 0x15b3, 0x11d2, [ 0x93, 0x2e, 0x00, 0x80, 0x5f, 0x8a, 0xdd, 0x32 ] }; interface nsIDOMRange : nsISupports { static const char[] IID_STR = NS_IDOMRANGE_IID_STR; static const nsIID IID = NS_IDOMRANGE_IID; extern(System): nsresult GetStartContainer(nsIDOMNode *aStartContainer); nsresult GetStartOffset(PRInt32 *aStartOffset); nsresult GetEndContainer(nsIDOMNode *aEndContainer); nsresult GetEndOffset(PRInt32 *aEndOffset); nsresult GetCollapsed(PRBool *aCollapsed); nsresult GetCommonAncestorContainer(nsIDOMNode *aCommonAncestorContainer); nsresult SetStart(nsIDOMNode refNode, PRInt32 offset); nsresult SetEnd(nsIDOMNode refNode, PRInt32 offset); nsresult SetStartBefore(nsIDOMNode refNode); nsresult SetStartAfter(nsIDOMNode refNode); nsresult SetEndBefore(nsIDOMNode refNode); nsresult SetEndAfter(nsIDOMNode refNode); nsresult Collapse(PRBool toStart); nsresult SelectNode(nsIDOMNode refNode); nsresult SelectNodeContents(nsIDOMNode refNode); enum { START_TO_START = 0U }; enum { START_TO_END = 1U }; enum { END_TO_END = 2U }; enum { END_TO_START = 3U }; nsresult CompareBoundaryPoints(PRUint16 how, nsIDOMRange sourceRange, PRInt16 *_retval); nsresult DeleteContents(); nsresult ExtractContents(nsIDOMDocumentFragment *_retval); nsresult CloneContents(nsIDOMDocumentFragment *_retval); nsresult InsertNode(nsIDOMNode newNode); nsresult SurroundContents(nsIDOMNode newParent); nsresult CloneRange(nsIDOMRange *_retval); nsresult ToString(nsAString * _retval); nsresult Detach(); }
D
module deimos.cef3.rame; // Copyright (c) 2012 Marshall A. Greenblatt. All rights reserved. // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following conditions are // met: // // * Redistributions of source code must retain the above copyright // notice, this list of conditions and the following disclaimer. // * Redistributions in binary form must reproduce the above // copyright notice, this list of conditions and the following disclaimer // in the documentation and/or other materials provided with the // distribution. // * Neither the name of Google Inc. nor the name Chromium Embedded // Framework nor the names of its contributors may be used to endorse // or promote products derived from this software without specific prior // written permission. // // THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS // "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT // LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR // A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT // OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, // SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT // LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, // DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY // THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. // // --------------------------------------------------------------------------- // // This file was generated by the CEF translator tool and should not edited // by hand. See the translator.README.txt file in the tools directory for // more information. // extern(C) { import deimos.cef3.base; import deimos.cef3.browser; import deimos.cef3.dom; import deimos.cef3.request; import deimos.cef3.stream; import deimos.cef3.string_visitor; import deimos.cef3.v8; /// // Structure used to represent a frame in the browser window. When used in the // browser process the functions of this structure may be called on any thread // unless otherwise indicated in the comments. When used in the render process // the functions of this structure may only be called on the main thread. /// struct cef_frame_t { /// // Base structure. /// cef_base_t base; /// // True if this object is currently attached to a valid frame. /// extern(System) int function(cef_frame_t* self) is_valid; /// // Execute undo in this frame. /// extern(System) void function(cef_frame_t* self) undo; /// // Execute redo in this frame. /// extern(System) void function(cef_frame_t* self) redo; /// // Execute cut in this frame. /// extern(System) void function(cef_frame_t* self) cut; /// // Execute copy in this frame. /// extern(System) void function(cef_frame_t* self) copy; /// // Execute paste in this frame. /// extern(System) void function(cef_frame_t* self) paste; /// // Execute delete in this frame. /// extern(System) void function(cef_frame_t* self) del; /// // Execute select all in this frame. /// extern(System) void function(cef_frame_t* self) select_all; /// // Save this frame's HTML source to a temporary file and open it in the // default text viewing application. This function can only be called from the // browser process. /// extern(System) void function(cef_frame_t* self) view_source; /// // Retrieve this frame's HTML source as a string sent to the specified // visitor. /// extern(System) void function(cef_frame_t* self, cef_string_visitor_t* visitor) get_source; /// // Retrieve this frame's display text as a string sent to the specified // visitor. /// extern(System) void function(cef_frame_t* self, cef_string_visitor_t* visitor) get_text; /// // Load the request represented by the |request| object. /// extern(System) void function(cef_frame_t* self, cef_request_t* request) load_request; /// // Load the specified |url|. /// extern(System) void function(cef_frame_t* self, const(cef_string_t)* url) load_url; /// // Load the contents of |string_val| with the specified dummy |url|. |url| // should have a standard scheme (for example, http scheme) or behaviors like // link clicks and web security restrictions may not behave as expected. /// extern(System) void function(cef_frame_t* self, const(cef_string_t)* string_val, const(cef_string_t)* url) load_string; /// // Execute a string of JavaScript code in this frame. The |script_url| // parameter is the URL where the script in question can be found, if any. The // renderer may request this URL to show the developer the source of the // error. The |start_line| parameter is the base line number to use for error // reporting. /// extern(System) void function(cef_frame_t* self, const(cef_string_t)* code, const(cef_string_t)* script_url, int start_line) execute_java_script; /// // Returns true (1) if this is the main (top-level) frame. /// extern(System) int function(cef_frame_t* self) is_main; /// // Returns true (1) if this is the focused frame. /// extern(System) int function(cef_frame_t* self) is_focused; /// // Returns the name for this frame. If the frame has an assigned name (for // example, set via the iframe "name" attribute) then that value will be // returned. Otherwise a unique name will be constructed based on the frame // parent hierarchy. The main (top-level) frame will always have an NULL name // value. /// // The resulting string must be freed by calling cef_string_userfree_free(). extern(System) cef_string_userfree_t function(cef_frame_t* self) get_name; /// // Returns the globally unique identifier for this frame. /// extern(System) int64 function(cef_frame_t* self) get_identifier; /// // Returns the parent of this frame or NULL if this is the main (top-level) // frame. /// extern(System) cef_frame_t* function(cef_frame_t* self) get_parent; /// // Returns the URL currently loaded in this frame. /// // The resulting string must be freed by calling cef_string_userfree_free(). extern(System) cef_string_userfree_t function(cef_frame_t* self) get_url; /// // Returns the browser that this frame belongs to. /// extern(System) cef_browser_t* function(cef_frame_t* self) get_browser; /// // Get the V8 context associated with the frame. This function can only be // called from the render process. /// extern(System) cef_v8context_t* function(cef_frame_t* self) get_v8context; /// // Visit the DOM document. This function can only be called from the render // process. /// extern(System) void function(cef_frame_t* self, cef_domvisitor_t* visitor) visit_dom; } }
D
CUNGBR (F08KTE) Example Program Data 6 4 :Values of M and N, Example 1 ( 0.96,-0.81) (-0.03, 0.96) (-0.91, 2.06) (-0.05, 0.41) (-0.98, 1.98) (-1.20, 0.19) (-0.66, 0.42) (-0.81, 0.56) ( 0.62,-0.46) ( 1.01, 0.02) ( 0.63,-0.17) (-1.11, 0.60) (-0.37, 0.38) ( 0.19,-0.54) (-0.98,-0.36) ( 0.22,-0.20) ( 0.83, 0.51) ( 0.20, 0.01) (-0.17,-0.46) ( 1.47, 1.59) ( 1.08,-0.28) ( 0.20,-0.12) (-0.07, 1.23) ( 0.26, 0.26) :End of matrix A 3 4 :Values of M and N, Example 2 ( 0.28,-0.36) ( 0.50,-0.86) (-0.77,-0.48) ( 1.58, 0.66) (-0.50,-1.10) (-1.21, 0.76) (-0.32,-0.24) (-0.27,-1.15) ( 0.36,-0.51) (-0.07, 1.33) (-0.75, 0.47) (-0.08, 1.01) :End of matrix A
D
/Users/marklewis/Documents/Code/morbidslug/training/more_rust/os_tutorial/blog_os/target/debug/deps/blog_os-584f3f1eb1b68631: src/main.rs /Users/marklewis/Documents/Code/morbidslug/training/more_rust/os_tutorial/blog_os/target/debug/deps/blog_os-584f3f1eb1b68631.d: src/main.rs src/main.rs:
D
#name: C6X bad SPLOOP instructions 2 #error_output: sploop-bad-2.l
D
// Written in the D programming language // License: http://www.boost.org/LICENSE_1_0.txt, Boost License 1.0 module ast.error; import std.stdio; import std.string, std.range, std.array, std.uni; import ast.lexer, util, options; abstract class ErrorHandler{ //string source; //string code; int nerrors=0; private int tabsize=8; void error(lazy string err, Location loc)in{assert(loc.line>=1&&loc.rep);}body{nerrors++;} // in{assert(loc.rep);}body void note(lazy string note, Location loc)in{assert(loc.rep);}body{}; void message(string msg){ stderr.write(msg); } bool showsEffect(){ return true; } int getTabsize(){ return tabsize; } this(){ tabsize=getTabSize(); } void finalize(){} } class SimpleErrorHandler: ErrorHandler{ override void error(lazy string err, Location loc){ if(loc.line == 0){ // just here for robustness stderr.writeln("(location missing): "~err); return; } nerrors++; stderr.writeln(loc.source.name,'(',loc.line,"): error: ",err); } } enum underlineArrow = "^"; enum underlineStroke = "─"; ErrorHandler makeErrorHandler(ErrorFormat format){ final switch(format) with(ErrorFormat){ case default_: return new FormattingErrorHandler(); case json: return new JSONErrorHandler(); } } import std.json; class JSONErrorHandler: ErrorHandler{ alias JSONValue JS; JS[] result=[]; this(){ tabsize=1; } private JS makeJS(string error, Location loc, string severity, bool addRelated){ auto source=loc.source.name; auto start=getStart!wchar(loc,1); auto end=getEnd!wchar(loc,1); auto sourceJS=JS(source); auto startJS=JS(["line": JS(start.line), "column": JS(start.column)]); auto endJS=JS(["line": JS(end.line), "column": JS(end.column)]); auto messageJS=JS(error); auto severityJS=JS(severity); auto diagnosticJS=JS(["source": sourceJS, "start": startJS, "end": endJS, "message": messageJS, "severity": severityJS]); if(addRelated){ auto relatedInformationJS=JS((JS[]).init); diagnosticJS["relatedInformation"]=relatedInformationJS; } return diagnosticJS; } override void error(lazy string error, Location loc){ if(!loc.line) return; nerrors++; result~=makeJS(error,loc,"error",true); } override void note(lazy string note, Location loc){ if(!loc.line) return; result[$-1]["relatedInformation"]~=[makeJS(note,loc,"note",false)]; } override void finalize(){ stderr.writeln(result); } } // TODO: remove code duplication class VerboseErrorHandler: ErrorHandler{ override void error(lazy string err, Location loc){ nerrors++; impl(err, loc, false); } override void note(lazy string err, Location loc){ impl(err, loc, true); } private void impl(lazy string err, Location loc, bool isNote){ if(loc.line == 0||!loc.rep.length){ // just here for robustness stderr.writeln("(location missing): "~err); return; } auto src = loc.source; auto source = src.name; auto line = src.getLineOf(loc.rep); if(loc.rep.ptr<line.ptr) loc.rep=loc.rep[line.ptr-loc.rep.ptr..$]; auto column=getColumn(loc,tabsize); write(source, loc.line, column, err, isNote); if(line.length&&line[0]){ display(line); highlight(column,column-getColumn(loc,tabsize-1), loc.rep); } } protected: void write(string source, int line, int column, string error, bool isNote = false){ stderr.writeln(source,':',line,":",column,isNote?": note: ":": error: ",error); } void display(string line){ stderr.writeln(line); } void highlight(int column, int ntabs, string rep){ foreach(i;0..column-ntabs*(getTabsize()-1)) stderr.write(i<ntabs?"\t":" "); stderr.write(underlineArrow); rep.popFront(); foreach(dchar x;rep){if(isNewLine(x)) break; stderr.write(underlineStroke);} stderr.writeln(); } } import util.terminal; class FormattingErrorHandler: VerboseErrorHandler{ protected: override void write(string source, int line, int column, string error, bool isNote = false){ if(isATTy(stderr)){ if(isNote) stderr.writeln(BOLD,source,':',line,":",column,": ",BLACK,"note:",RESET,BOLD," ",error,RESET); else stderr.writeln(BOLD,source,':',line,":",column,": ",RED,"error:",RESET,BOLD," ",error,RESET); }else super.write(source, line, column, error, isNote); } override void highlight(int column, int ntabs, string rep){ if(isATTy(stderr)){ foreach(i;0..column-ntabs*(getTabsize()-1)) stderr.write(i<ntabs?"\t":" "); //stderr.write(CSI~"A",GREEN,";",CSI~"D",CSI~"B"); stderr.write(BOLD,GREEN,underlineArrow); rep.popFront(); foreach(dchar x;rep){if(isNewLine(x)) break; stderr.write(underlineStroke);} stderr.writeln(RESET); }else super.highlight(column, ntabs, rep); } } string formatError(string msg,Location loc){ import std.conv; return text(loc.line,": ",msg); // TODO: column }
D
/Users/yamasakitomohiro/Desktop/warkingFolder/seminar/seminar1/mihon/Build/Intermediates/mihon.build/Debug-iphoneos/mihon.build/Objects-normal/arm64/ViewController.o : /Users/yamasakitomohiro/Desktop/warkingFolder/seminar/seminar1/mihon/mihon/ViewController.swift /Users/yamasakitomohiro/Desktop/warkingFolder/seminar/seminar1/mihon/mihon/AppDelegate.swift /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphoneos/Swift.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphoneos/UIKit.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphoneos/Foundation.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphoneos/Darwin.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphoneos/Dispatch.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphoneos/ObjectiveC.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphoneos/CoreGraphics.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphoneos/Security.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphoneos/CoreImage.swiftmodule /Users/yamasakitomohiro/Desktop/warkingFolder/seminar/seminar1/mihon/Build/Intermediates/mihon.build/Debug-iphoneos/mihon.build/Objects-normal/arm64/ViewController~partial.swiftmodule : /Users/yamasakitomohiro/Desktop/warkingFolder/seminar/seminar1/mihon/mihon/ViewController.swift /Users/yamasakitomohiro/Desktop/warkingFolder/seminar/seminar1/mihon/mihon/AppDelegate.swift /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphoneos/Swift.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphoneos/UIKit.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphoneos/Foundation.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphoneos/Darwin.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphoneos/Dispatch.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphoneos/ObjectiveC.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphoneos/CoreGraphics.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphoneos/Security.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphoneos/CoreImage.swiftmodule /Users/yamasakitomohiro/Desktop/warkingFolder/seminar/seminar1/mihon/Build/Intermediates/mihon.build/Debug-iphoneos/mihon.build/Objects-normal/arm64/ViewController~partial.swiftdoc : /Users/yamasakitomohiro/Desktop/warkingFolder/seminar/seminar1/mihon/mihon/ViewController.swift /Users/yamasakitomohiro/Desktop/warkingFolder/seminar/seminar1/mihon/mihon/AppDelegate.swift /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphoneos/Swift.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphoneos/UIKit.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphoneos/Foundation.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphoneos/Darwin.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphoneos/Dispatch.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphoneos/ObjectiveC.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphoneos/CoreGraphics.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphoneos/Security.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphoneos/CoreImage.swiftmodule
D
/* * Problem 48 * * 18 July 2003 * * * The series, 1^1 + 2^2 + 3^3 + ... + 10^10 = 10405071317. * * Find the last ten digits of the series, 1^1 + 2^2 + 3^3 + ... + 1000 * ^1000. * * 9110846700 */ // BROKEN import std.stdio; enum fixedModulus = 10_000_000_000L; void main() { ulong result; for (ulong i = 1; i <= 1000; i++) { auto tmp = expMod(i, i, fixedModulus); result = (result + tmp) % fixedModulus; } writeln(result); } version(none) { // This only works where modulus^2 still fits in a 64-bit int, which // isn't the case with this problem. ulong brokenexpMod(ulong base, ulong power, ulong modulus) { ulong result = 1; while (power > 0) { if ((power & 1) != 0) { result = (result * base) % modulus; writefln("multiply: %d", result); } power >>>= 1; writefln(" power: %d", power); base = (base * base) % modulus; writefln(" base: %d", base); } return result; } } // Less efficient, but doesn't need numbers larger than base*modulus, // which do fit in a 64-bit int. ulong expMod(ulong base, ulong power, ulong modulus) { ulong result = 1; for (ulong tmp = 0; tmp < power; tmp++) { result = (result * base) % modulus; } return result; }
D
/Users/apple/rCore_OS_Autumn/os/target/debug/deps/proc_macro2-289d53629ef6d8b4.rmeta: /Users/apple/.cargo/registry/src/mirrors.ustc.edu.cn-61ef6e0cd06fb9b8/proc-macro2-1.0.24/src/lib.rs /Users/apple/.cargo/registry/src/mirrors.ustc.edu.cn-61ef6e0cd06fb9b8/proc-macro2-1.0.24/src/marker.rs /Users/apple/.cargo/registry/src/mirrors.ustc.edu.cn-61ef6e0cd06fb9b8/proc-macro2-1.0.24/src/parse.rs /Users/apple/.cargo/registry/src/mirrors.ustc.edu.cn-61ef6e0cd06fb9b8/proc-macro2-1.0.24/src/detection.rs /Users/apple/.cargo/registry/src/mirrors.ustc.edu.cn-61ef6e0cd06fb9b8/proc-macro2-1.0.24/src/fallback.rs /Users/apple/.cargo/registry/src/mirrors.ustc.edu.cn-61ef6e0cd06fb9b8/proc-macro2-1.0.24/src/wrapper.rs /Users/apple/rCore_OS_Autumn/os/target/debug/deps/libproc_macro2-289d53629ef6d8b4.rlib: /Users/apple/.cargo/registry/src/mirrors.ustc.edu.cn-61ef6e0cd06fb9b8/proc-macro2-1.0.24/src/lib.rs /Users/apple/.cargo/registry/src/mirrors.ustc.edu.cn-61ef6e0cd06fb9b8/proc-macro2-1.0.24/src/marker.rs /Users/apple/.cargo/registry/src/mirrors.ustc.edu.cn-61ef6e0cd06fb9b8/proc-macro2-1.0.24/src/parse.rs /Users/apple/.cargo/registry/src/mirrors.ustc.edu.cn-61ef6e0cd06fb9b8/proc-macro2-1.0.24/src/detection.rs /Users/apple/.cargo/registry/src/mirrors.ustc.edu.cn-61ef6e0cd06fb9b8/proc-macro2-1.0.24/src/fallback.rs /Users/apple/.cargo/registry/src/mirrors.ustc.edu.cn-61ef6e0cd06fb9b8/proc-macro2-1.0.24/src/wrapper.rs /Users/apple/rCore_OS_Autumn/os/target/debug/deps/proc_macro2-289d53629ef6d8b4.d: /Users/apple/.cargo/registry/src/mirrors.ustc.edu.cn-61ef6e0cd06fb9b8/proc-macro2-1.0.24/src/lib.rs /Users/apple/.cargo/registry/src/mirrors.ustc.edu.cn-61ef6e0cd06fb9b8/proc-macro2-1.0.24/src/marker.rs /Users/apple/.cargo/registry/src/mirrors.ustc.edu.cn-61ef6e0cd06fb9b8/proc-macro2-1.0.24/src/parse.rs /Users/apple/.cargo/registry/src/mirrors.ustc.edu.cn-61ef6e0cd06fb9b8/proc-macro2-1.0.24/src/detection.rs /Users/apple/.cargo/registry/src/mirrors.ustc.edu.cn-61ef6e0cd06fb9b8/proc-macro2-1.0.24/src/fallback.rs /Users/apple/.cargo/registry/src/mirrors.ustc.edu.cn-61ef6e0cd06fb9b8/proc-macro2-1.0.24/src/wrapper.rs /Users/apple/.cargo/registry/src/mirrors.ustc.edu.cn-61ef6e0cd06fb9b8/proc-macro2-1.0.24/src/lib.rs: /Users/apple/.cargo/registry/src/mirrors.ustc.edu.cn-61ef6e0cd06fb9b8/proc-macro2-1.0.24/src/marker.rs: /Users/apple/.cargo/registry/src/mirrors.ustc.edu.cn-61ef6e0cd06fb9b8/proc-macro2-1.0.24/src/parse.rs: /Users/apple/.cargo/registry/src/mirrors.ustc.edu.cn-61ef6e0cd06fb9b8/proc-macro2-1.0.24/src/detection.rs: /Users/apple/.cargo/registry/src/mirrors.ustc.edu.cn-61ef6e0cd06fb9b8/proc-macro2-1.0.24/src/fallback.rs: /Users/apple/.cargo/registry/src/mirrors.ustc.edu.cn-61ef6e0cd06fb9b8/proc-macro2-1.0.24/src/wrapper.rs:
D
instance VLK_476_FENIA(NPC_DEFAULT) { name[0] = "Ôåíÿ"; guild = GIL_VLK; id = 476; voice = 17; flags = 0; npctype = NPCTYPE_MAIN; aivar[AIV_TOUGHGUY] = TRUE; b_setattributestochapter(self,1); fight_tactic = FAI_HUMAN_NORMAL; b_createambientinv(self); EquipItem(self,itmw_1h_vlk_dagger); b_setnpcvisual(self,FEMALE,"Hum_Head_Babe1",FACEBABE_N_GREYCLOTH,BODYTEX_N,itar_vlkbabe_l); Mdl_ApplyOverlayMds(self,"Humans_Babe.mds"); b_givenpctalents(self); b_setfightskills(self,15); daily_routine = rtn_start_476; }; func void rtn_start_476() { ta_stand_guarding(4,55,20,5,"NW_CITY_PATH_HABOUR_03_01"); ta_stomp_herb(20,5,22,5,"NW_CITY_HABOUR_POOR_AREA_PATH_01"); ta_sleep(22,5,4,55,"NW_CITY_BED_HALVOR_WEIB"); };
D
/// Bindings to hwloc lib, contains code from the headers of hwloc that is /// released under the BSD license. /// /// the interface wrapped is the one of Revision: 3131 of http://svn.open-mpi.org/svn/hwloc/branches/v1.1 // Copyright © 2009-2011 CNRS, INRIA, Université Bordeaux 1 /// wrapping by fawzi // Copyright © 2009-2012 the blip developer group // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // See the License for the specific language governing permissions and // limitations under the License. /*===================================================================== * PLEASE GO READ THE DOCUMENTATION! * ------------------------------------------------ * $tarball_directory/doc/doxygen-doc/ * or * http://www.open-mpi.org/projects/hwloc/doc/ *===================================================================== * * FAIR WARNING: Do NOT expect to be able to figure out all the * subtleties of hwloc by simply reading function prototypes and * constant descrptions here in this file. * * Hwloc has wonderful documentation in both PDF and HTML formats for * your reading pleasure. The formal documentation explains a LOT of * hwloc-specific concepts, provides definitions, and discusses the * "big picture" for many of the things that you'll find here in this * header file. * * The PDF/HTML documentation was generated via Doxygen; much of what * you'll see in there is also here in this file. BUT THERE IS A LOT * THAT IS IN THE PDF/HTML THAT IS ***NOT*** IN hwloc.h! * * There are entire paragraph-length descriptions, discussions, and * pretty prictures to explain subtle corner cases, provide concrete * examples, etc. * * Please, go read the documentation. :-) * *=====================================================================*/ module blip.bindings.hwloc.hwloc; version(noHwloc){} else { import blip.stdc.config; import blip.stdc.stdlib:abort; import blip.stdc.string:strcmp; import blip.bindings.hwloc.bitmap; public import blip.bindings.hwloc.bitmap: hwloc_bitmap_t,hwloc_const_bitmap_t; version(Windows){ import tango.sys.win32.Types: HANDLE; alias HANDLE hwloc_pid_t; alias HANDLE hwloc_thread_t; } else { import tango.stdc.posix.sys.types: pid_t,pthread_t; alias pid_t hwloc_pid_t; alias pthread_t hwloc_thread_t; } /** \file * \brief The hwloc API. */ /** \defgroup hwlocality_api_version API version * @{ */ /** \brief Indicate at build time which hwloc API version is being used. */ enum {HWLOC_API_VERSION=0x00010400} /** @} */ /** \brief Topology context * * To be initialized with hwloc_topology_init() and built with hwloc_topology_load(). */ typedef void * hwloc_topology_t; /** \defgroup hwlocality_sets Object sets (hwloc_cpuset_t and hwloc_nodeset_t) * * Hwloc uses bitmaps to represent two distinct kinds of object sets: * CPU sets (::hwloc_cpuset_t) and NUMA node sets (::hwloc_nodeset_t). * These types are both typedefs to a common back end type * (::hwloc_bitmap_t), and therefore all the hwloc bitmap functions * are applicable to both ::hwloc_cpuset_t and ::hwloc_nodeset_t (see * \ref hwlocality_bitmap). * * The rationale for having two different types is that even though * the actions one wants to perform on these types are the same (e.g., * enable and disable individual items in the set/mask), they're used * in very different contexts: one for specifying which processors to * use and one for specifying which NUMA nodes to use. Hence, the * name difference is really just to reflect the intent of where the * type is used. * * @{ */ /** \brief A CPU set is a bitmap whose bits are set according to CPU * physical OS indexes. * * It may be consulted and modified with the bitmap API as any * ::hwloc_bitmap_t (see hwloc/bitmap.h). */ alias hwloc_bitmap_t hwloc_cpuset_t; /** \brief A non-modifiable ::hwloc_cpuset_t. */ alias hwloc_const_bitmap_t hwloc_const_cpuset_t; /** \brief A node set is a bitmap whose bits are set according to NUMA * memory node physical OS indexes. * * It may be consulted and modified with the bitmap API as any * ::hwloc_bitmap_t (see hwloc/bitmap.h). * * When binding memory on a system without any NUMA node * (when the whole memory is considered as a single memory bank), * the nodeset may be either empty (no memory selected) * or full (whole system memory selected). * * See also \ref hwlocality_helper_nodeset_convert. */ alias hwloc_bitmap_t hwloc_nodeset_t; /** \brief A non-modifiable ::hwloc_nodeset_t. */ alias hwloc_const_bitmap_t hwloc_const_nodeset_t; /** @} */ /** \defgroup hwlocality_types Topology Object Types * @{ */ /** \brief Type of topology object. * * Do not rely on the ordering of the values as new ones may be defined in the * future! If you need to compare types, use hwloc_compare_types() instead. */ enum HWLOC_OBJ { SYSTEM, /**< \brief Whole system (may be a cluster of machines). * The whole system that is accessible to hwloc. * That may comprise several machines in SSI systems * like Kerrighed. */ MACHINE, /**< \brief Machine. * A set of processors and memory with cache * coherency. */ NODE, /**< \brief NUMA node. * A set of processors around memory which the * processors can directly access. */ SOCKET, /**< \brief Socket, physical package, or chip. * In the physical meaning, i.e. that you can add * or remove physically. */ CACHE, /**< \brief Data cache. * Can be L1, L2, L3, ... */ CORE, /**< \brief Core. * A computation unit (may be shared by several * logical processors). */ PU, /**< \brief (Logical) Processing Unit. * An execution unit (may share a core with some * other logical processors, e.g. in the case of * an SMT core). * * Objects of this kind are always reported and can * thus be used as fallback when others are not. */ GROUP, /**< \brief Group objects. * Objects which do not fit in the above but are * detected by hwloc and are useful to take into * account for affinity. For instance, some OSes * expose their arbitrary processors aggregation this * way. * way. And hwloc may insert such objects to group * NUMA nodes according to their distances. * * These objects are ignored when they do not bring * any structure. */ MISC, /**< \brief Miscellaneous objects. * Objects without particular meaning, that can e.g. be * added by the application for its own use. */ BRIDGE, /**< \brief Bridge. * Any bridge that connects the host or an I/O bus, * to another I/O bus. * Bridge objects have neither CPU sets nor node sets. * They are not added to the topology unless I/O discovery * is enabled with hwloc_topology_set_flags(). */ PCI_DEVICE, /**< \brief PCI device. * These objects have neither CPU sets nor node sets. * They are not added to the topology unless I/O discovery * is enabled with hwloc_topology_set_flags(). */ OS_DEVICE, /**< \brief Operating system device. * These objects have neither CPU sets nor node sets. * They are not added to the topology unless I/O discovery * is enabled with hwloc_topology_set_flags(). */ TYPE_MAX, /**< \private Sentinel value */ } alias HWLOC_OBJ hwloc_obj_type_t; /** \brief Type of one side (upstream or downstream) of an I/O bridge. */ enum HWLOC_OBJ_BRIDGE { HOST, /**< \brief Host-side of a bridge, only possible upstream. */ PCI /**< \brief PCI-side of a bridge. */ } alias HWLOC_OBJ_BRIDGE hwloc_obj_bridge_type_t; /** \brief Type of a OS device. */ enum HWLOC_OBJ_OSDEV { BLOCK, /**< \brief Operating system block device. * For instance "sda" on Linux. */ GPU, /**< \brief Operating system GPU device. * For instance the "card0" DRM device on Linux. */ NETWORK, /**< \brief Operating system network device. * For instance the "eth0" interface on Linux. */ OPENFABRICS, /**< \brief Operating system openfabrics device. * For instance the "mlx4_0" InfiniBand HCA device on Linux. */ OSDEV_DMA, /**< \brief Operating system dma engine device. * For instance the "dma0chan0" DMA channel on Linux. */ } alias HWLOC_OBJ_OSDEV hwloc_obj_osdev_type_t; enum HWLOC_TYPE:int{ /**< \brief Value returned by hwloc_compare_types when types can not be compared. \hideinitializer */ UNORDERED=int.max } /** \brief Compare the depth of two object types * * Types shouldn't be compared as they are, since newer ones may be added in * the future. This function returns less than, equal to, or greater than zero * respectively if \p type1 objects usually include \p type2 objects, are the * same as \p type2 objects, or are included in \p type2 objects. If the types * can not be compared (because neither is usually contained in the other), * HWLOC_TYPE_UNORDERED is returned. Object types containing CPUs can always * be compared (usually, a system contains machines which contain nodes which * contain sockets which contain caches, which contain cores, which contain * processors). * * \note HWLOC_OBJ_PU will always be the deepest. * \note This does not mean that the actual topology will respect that order: * e.g. as of today cores may also contain caches, and sockets may also contain * nodes. This is thus just to be seen as a fallback comparison method. */ extern(C) int hwloc_compare_types (hwloc_obj_type_t type1, hwloc_obj_type_t type2); /** @} */ /** \defgroup hwlocality_objects Topology Objects * @{ */ extern(C){ /** \brief Object type-specific Attributes */ union hwloc_obj_attr_u { /** \brief Cache-specific Object Attributes */ struct hwloc_cache_attr_s { ulong size; /**< \brief Size of cache */ uint depth; /**< \brief Depth of cache */ uint linesize; /**< \brief Cache-line size in bytes */ int associativity; /**< \brief Ways of associativity, * -1 if fully associative, 0 if unknown */ } hwloc_cache_attr_s cache; /** \brief Group-specific Object Attributes */ struct hwloc_group_attr_s { uint depth; /**< \brief Depth of group object */ } hwloc_group_attr_s group; /** \brief PCI Device specific Object Attributes */ struct hwloc_pcidev_attr_s { ushort domain; ubyte bus, dev, func; ushort class_id; ushort vendor_id, device_id, subvendor_id, subdevice_id; ubyte revision; float linkspeed; /* in GB/s */ }; hwloc_pcidev_attr_s pcidev; /** \brief Bridge specific Object Attribues */ struct hwloc_bridge_attr_s { union upstream_u { hwloc_pcidev_attr_s pci; }; upstream_u upstream; hwloc_obj_bridge_type_t upstream_type; union downstream_u{ struct pci_t { ushort domain; ubyte secondary_bus, subordinate_bus; }; pci_t pci; }; downstream_u downstream; hwloc_obj_bridge_type_t downstream_type; uint depth; }; hwloc_bridge_attr_s bridge; /** \brief OS Device specific Object Attributes */ struct hwloc_osdev_attr_s { hwloc_obj_osdev_type_t type; }; hwloc_osdev_attr_s osdev; } /** \brief Distances between objects * * One object may contain a distance structure describing distances * between all its descendants at a given relative depth. If the * containing object is the root object of the topology, then the * distances are available for all objects in the machine. * * If the \p latency pointer is not \c NULL, the pointed array contains * memory latencies (non-zero values), as defined by the ACPI SLIT * specification. * * In the future, some other types of distances may be considered. * In these cases, \p latency may be \c NULL. */ struct hwloc_distances_s { uint relative_depth; /**< \brief Relative depth of the considered objects * below the object containing this distance information. */ uint nbobjs; /**< \brief Number of objects considered in the matrix. * It is the number of descendant objects at \p relative_depth * below the containing object. * It corresponds to the result of hwloc_get_nbobjs_inside_cpuset_by_depth. */ float *latency; /**< \brief Matrix of latencies between objects, stored as a one-dimension array. * May be \c NULL if the distances considered here are not latencies. * Values are normalized to get 1.0 as the minimal value in the matrix. * Latency from i-th to j-th object is stored in slot i*nbobjs+j. */ float latency_max; /**< \brief The maximal value in the latency matrix. */ float latency_base; /**< \brief The multiplier that should be applied to latency matrix * to retrieve the original OS-provided latencies. * Usually 10 on Linux since ACPI SLIT uses 10 for local latency. */ } /** \brief Object info */ struct hwloc_obj_info_s { char *name; /**< \brief Info name */ char *value; /**< \brief Info value */ } /** \brief Object memory */ struct hwloc_obj_memory_s { ulong total_memory; /**< \brief Total memory (in bytes) in this object and its children */ ulong local_memory; /**< \brief Local memory (in bytes) */ uint page_types_len; /**< \brief Size of array \p page_types */ /** \brief Array of local memory page types, \c NULL if no local memory and \p page_types is 0. * * The array is sorted by increasing \p size fields. * It contains \p page_types_len slots. */ struct hwloc_obj_memory_page_type_s { ulong size; /**< \brief Size of pages */ ulong count; /**< \brief Number of pages of this size */ } hwloc_obj_memory_page_type_s* page_types; } /** \brief Structure of a topology object * * Applications must not modify any field except hwloc_obj.userdata. */ struct hwloc_obj { /* physical information */ hwloc_obj_type_t type; /**< \brief Type of object */ uint os_index; /**< \brief OS-provided physical index number */ char *name; /**< \brief Object description if any */ /** \brief Memory attributes */ hwloc_obj_memory_s memory; /** \brief Object type-specific Attributes */ hwloc_obj_attr_u *attr; /* global position */ uint depth; /**< \brief Vertical index in the hierarchy */ uint logical_index; /**< \brief Horizontal index in the whole list of similar objects, * could be a "cousin_rank" since it's the rank within the "cousin" list below */ int os_level; /**< \brief OS-provided physical level, -1 if unknown or meaningless */ hwloc_obj *next_cousin; /**< \brief Next object of same type */ hwloc_obj *prev_cousin; /**< \brief Previous object of same type */ /* parent */ hwloc_obj *parent; /**< \brief parent, \c NULL if root (system object) */ uint sibling_rank; /**< \brief Index in parent's \c children[] array */ hwloc_obj *next_sibling; /**< \brief Next object below the same parent*/ hwloc_obj *prev_sibling; /**< \brief Previous object below the same parent */ /* children */ uint arity; /**< \brief Number of children */ hwloc_obj **children; /**< \brief Children, \c children[0 .. arity -1] */ hwloc_obj *first_child; /**< \brief First child */ hwloc_obj *last_child; /**< \brief Last child */ /* misc */ void *userdata; /**< \brief Application-given private data pointer, initialized to \c NULL, use it as you wish */ /* cpuset */ hwloc_cpuset_t cpuset; /**< \brief CPUs covered by this object * * This is the set of CPUs for which there are PU objects in the topology * under this object, i.e. which are known to be physically contained in this * object and known how (the children path between this object and the PU * objects). * * If the HWLOC_TOPOLOGY_FLAG_WHOLE_SYSTEM configuration flag is set, some of * these CPUs may be offline, or not allowed for binding, see online_cpuset * and allowed_cpuset. * * \note Its value must not be changed, hwloc_cpuset_dup must be used instead. */ hwloc_cpuset_t complete_cpuset; /**< \brief The complete CPU set of logical processors of this object, * * This includes not only the same as the cpuset field, but also the CPUs for * which topology information is unknown or incomplete, and the CPUs that are * ignored when the HWLOC_TOPOLOGY_FLAG_WHOLE_SYSTEM flag is not set. * Thus no corresponding PU object may be found in the topology, because the * precise position is undefined. It is however known that it would be somewhere * under this object. * * \note Its value must not be changed, hwloc_cpuset_dup must be used instead. */ hwloc_cpuset_t online_cpuset; /**< \brief The CPU set of online logical processors * * This includes the CPUs contained in this object that are online, i.e. draw * power and can execute threads. It may however not be allowed to bind to * them due to administration rules, see allowed_cpuset. * * \note Its value must not be changed, hwloc_cpuset_dup must be used instead. */ hwloc_cpuset_t allowed_cpuset; /**< \brief The CPU set of allowed logical processors * * This includes the CPUs contained in this object which are allowed for * binding, i.e. passing them to the hwloc binding functions should not return * permission errors. This is usually restricted by administration rules. * Some of them may however be offline so binding to them may still not be * possible, see online_cpuset. * * \note Its value must not be changed, hwloc_cpuset_dup must be used instead. */ hwloc_nodeset_t nodeset; /**< \brief NUMA nodes covered by this object or containing this object * * This is the set of NUMA nodes for which there are NODE objects in the * topology under or above this object, i.e. which are known to be physically * contained in this object or containing it and known how (the children path * between this object and the NODE objects). * * If the HWLOC_TOPOLOGY_FLAG_WHOLE_SYSTEM configuration flag is set, some of * these nodes may not be allowed for allocation, see allowed_nodeset. * * \note Its value must not be changed, hwloc_cpuset_dup must be used instead. */ hwloc_nodeset_t complete_nodeset; /**< \brief The complete NUMA node set of this object, * * This includes not only the same as the nodeset field, but also the NUMA * nodes for which topology information is unknown or incomplete, and the nodes * that are ignored when the HWLOC_TOPOLOGY_FLAG_WHOLE_SYSTEM flag is not set. * Thus no corresponding NODE object may be found in the topology, because the * precise position is undefined. It is however known that it would be * somewhere under this object. * * \note Its value must not be changed, hwloc_cpuset_dup must be used instead. */ hwloc_nodeset_t allowed_nodeset; /**< \brief The set of allowed NUMA memory nodes * * This includes the NUMA memory nodes contained in this object which are * allowed for memory allocation, i.e. passing them to NUMA node-directed * memory allocation should not return permission errors. This is usually * restricted by administration rules. * * \note Its value must not be changed, hwloc_cpuset_dup must be used instead. */ hwloc_distances_s **distances; /**< \brief Distances between all objects at same depth below this object */ uint distances_count; hwloc_obj_info_s *infos; /**< \brief Array of stringified info type=name. */ uint infos_count; /**< \brief Size of infos array. */ int symmetric_subtree; /**< \brief Set if the subtree of objects below this object is symmetric, * which means all children and their children have identical subtrees. */ } }//extern(C) alias hwloc_obj * hwloc_obj_t; /** @} */ /** \defgroup hwlocality_creation Create and Destroy Topologies * @{ */ /** \brief Allocate a topology context. * * \param[out] topologyp is assigned a pointer to the new allocated context. * * \return 0 on success, -1 on error. */ extern(C) int hwloc_topology_init (hwloc_topology_t *topologyp); /** \brief Build the actual topology * * Build the actual topology once initialized with hwloc_topology_init() and * tuned with ::hwlocality_configuration routine. * No other routine may be called earlier using this topology context. * * \param topology is the topology to be loaded with objects. * * \return 0 on success, -1 on error. * * \sa hwlocality_configuration */ extern(C) int hwloc_topology_load(hwloc_topology_t topology); /** \brief Terminate and free a topology context * * \param topology is the topology to be freed */ extern(C) void hwloc_topology_destroy (hwloc_topology_t topology); /** \brief Run internal checks on a topology structure * * \param topology is the topology to be checked */ extern(C) void hwloc_topology_check(hwloc_topology_t topology); /** @} */ /** \defgroup hwlocality_configuration Configure Topology Detection * * These functions can optionally be called between hwloc_topology_init() and * hwloc_topology_load() to configure how the detection should be performed, * e.g. to ignore some objects types, define a synthetic topology, etc. * * If none of them is called, the default is to detect all the objects of the * machine that the caller is allowed to access. * * This default behavior may also be modified through environment variables * if the application did not modify it already. * Setting HWLOC_XMLFILE in the environment enforces the discovery from a XML * file as if hwloc_topology_set_xml() had been called. * HWLOC_FSROOT switches to reading the topology from the specified Linux * filesystem root as if hwloc_topology_set_fsroot() had been called. * Finally, HWLOC_THISSYSTEM enforces the return value of * hwloc_topology_is_thissystem(). * @{ */ /** \brief Ignore an object type. * * Ignore all objects from the given type. * The bottom-level type HWLOC_OBJ_PU may not be ignored. * The top-level object of the hierarchy will never be ignored, even if this function * succeeds. */ extern(C) int hwloc_topology_ignore_type(hwloc_topology_t topology, hwloc_obj_type_t type); /** \brief Ignore an object type if it does not bring any structure. * * Ignore all objects from the given type as long as they do not bring any structure: * Each ignored object should have a single children or be the only child of its parent. * The top-level type HWLOC_OBJ_SYSTEM and bottom-level type HWLOC_OBJ_PU may * not be ignored. */ extern(C) int hwloc_topology_ignore_type_keep_structure(hwloc_topology_t topology, hwloc_obj_type_t type); /** \brief Ignore all objects that do not bring any structure. * * Ignore all objects that do not bring any structure: * Each ignored object should have a single children or be the only child of its parent. */ extern(C) int hwloc_topology_ignore_all_keep_structure(hwloc_topology_t topology); /** \brief Flags to be set onto a topology context before load. * * Flags should be given to hwloc_topology_set_flags(). */ enum HWLOC_TOPOLOGY_FLAG { /* \brief Detect the whole system, ignore reservations and offline settings. * * Gather all resources, even if some were disabled by the administrator. * For instance, ignore Linux Cpusets and gather all processors and memory nodes, * and ignore the fact that some resources may be offline. */ WHOLE_SYSTEM = (1<<0), /* \brief Assume that the selected backend provides the topology for the * system on which we are running. * * This forces hwloc_topology_is_thissystem to return 1, i.e. makes hwloc assume that * the selected backend provides the topology for the system on which we are running, * even if it is not the OS-specific backend but the XML backend for instance. * This means making the binding functions actually call the OS-specific * system calls and really do binding, while the XML backend would otherwise * provide empty hooks just returning success. * * Setting the environment variable HWLOC_THISSYSTEM may also result in the * same behavior. * * This can be used for efficiency reasons to first detect the topology once, * save it to an XML file, and quickly reload it later through the XML * backend, but still having binding functions actually do bind. */ IS_THISSYSTEM = (1<<1), /** \brief Detect PCI devices. * * By default, I/O devices are ignored. This flag enables I/O device * detection using the libpci backend. Only the common PCI devices (GPUs, * NICs, block devices, ...) and host bridges (objects that connect the host * objects to an I/O subsystem) will be added to the topology. * Uncommon devices and other bridges (such as PCI-to-PCI bridges) will be * ignored. */ IO_DEVICES = (1<<2), /** \brief Detect PCI bridges. * * This flag should be combined with HWLOC_TOPOLOGY_FLAG_IO_DEVICES to enable * the detection of both common devices and of all useful bridges (bridges that * have at least one device behind them). */ IO_BRIDGES = (1<<3), /** \brief Detect the whole PCI hierarchy. * * This flag enables detection of all I/O devices (even the uncommon ones) * and bridges (even those that have no device behind them) using the libpci * backend. */ WHOLE_IO = (1<<4), } alias HWLOC_TOPOLOGY_FLAG hwloc_topology_flags_e; /** \brief Set OR'ed flags to non-yet-loaded topology. * * Set a OR'ed set of hwloc_topology_flags_e onto a topology that was not yet loaded. */ extern(C) int hwloc_topology_set_flags (hwloc_topology_t topology, c_ulong flags); /** \brief Change which pid the topology is viewed from * * On some systems, processes may have different views of the machine, for * instance the set of allowed CPUs. By default, hwloc exposes the view from * the current process. Calling hwloc_topology_set_pid() permits to make it * expose the topology of the machine from the point of view of another * process. * * \note \p hwloc_pid_t is \p pid_t on Unix platforms, * and \p HANDLE on native Windows platforms. * * \note -1 is returned and errno is set to ENOSYS on platforms that do not * support this feature. */ extern(C) int hwloc_topology_set_pid(hwloc_topology_t topology, hwloc_pid_t pid); /** \brief Change the file-system root path when building the topology from sysfs/procfs. * * On Linux system, use sysfs and procfs files as if they were mounted on the given * \p fsroot_path instead of the main file-system root. Setting the environment * variable HWLOC_FSROOT may also result in this behavior. * Not using the main file-system root causes hwloc_topology_is_thissystem() * to return 0. * * Note that this function does not actually load topology * information; it just tells hwloc where to load it from. You'll * still need to invoke hwloc_topology_load() to actually load the * topology information. * * \return -1 with errno set to ENOSYS on non-Linux and on Linux systems that * do not support it. * \return -1 with the appropriate errno if \p fsroot_path cannot be used. * * \note For convenience, this backend provides empty binding hooks which just * return success. To have hwloc still actually call OS-specific hooks, the * HWLOC_TOPOLOGY_FLAG_IS_THISSYSTEM has to be set to assert that the loaded * file is really the underlying system. * * \note The existing topology is cleared even on failure. */ extern(C) int hwloc_topology_set_fsroot(hwloc_topology_t topology, char * fsroot_path); /** \brief Enable synthetic topology. * * Gather topology information from the given \p description * which should be a comma separated string of numbers describing * the arity of each level. * Each number may be prefixed with a type and a colon to enforce the type * of a level. If only some level types are enforced, hwloc will try to * choose the other types according to usual topologies, but it may fail * and you may have to specify more level types manually. * * \note For conveniency, this backend provides empty binding hooks which just * return success. */ extern(C) int hwloc_topology_set_synthetic(hwloc_topology_t topology, char * description); /** \brief Enable XML-file based topology. * * Gather topology information the XML file given at \p xmlpath. * Setting the environment variable HWLOC_XMLFILE may also result in this behavior. * This file may have been generated earlier with lstopo file.xml. * * \note For conveniency, this backend provides empty binding hooks which just * return success. To have hwloc still actually call OS-specific hooks, the * HWLOC_TOPOLOGY_FLAG_IS_THISSYSTEM has to be set to assert that the loaded * file is really the underlying system. */ extern(C) int hwloc_topology_set_xml(hwloc_topology_t topology, char * xmlpath); /** \brief Enable XML based topology using a memory buffer instead of a file. * * Gather topology information from the XML memory buffer given at \p buffer * and of length \p length. */ extern(C) int hwloc_topology_set_xmlbuffer(hwloc_topology_t topology, char * buffer, int size); /** \brief Prepare the topology for custom assembly. * * The topology then contains a single root object. * It may then be built by inserting other topologies with * hwloc_custom_insert_topology() or single objects with * hwloc_custom_insert_group_object_by_parent(). * hwloc_topology_load() must be called to finalize the new * topology as usual. */ extern(C) int hwloc_topology_set_custom(hwloc_topology_t topology); /** \brief Provide a distance matrix. * * Provide the matrix of distances between a set of objects of the given type. * The set may or may not contain all the existing objects of this type. * The objects are specified by their OS/physical index in the \p os_index * array. The \p distances matrix follows the same order. * The distance from object i to object j in the i*nbobjs+j. * * A single latency matrix may be defined for each type. * If another distance matrix already exists for the given type, * either because the user specified it or because the OS offers it, * it will be replaced by the given one. * If \p nbobjs is \c 0, \p os_index is \c NULL and \p distances is \c NULL, * the existing distance matrix for the given type is removed. * * \note Distance matrices are ignored in multi-node topologies. */ extern(C) int hwloc_topology_set_distance_matrix(hwloc_topology_t topology, hwloc_obj_type_t type, uint nbobjs, uint *os_index, float *distances); /** \brief Set of flags describing actual support for this topology. * * This is retrieved with hwloc_topology_get_support() and will be valid until * the topology object is destroyed. */ extern(C){ struct hwloc_topology_support { /** \brief Flags describing actual discovery support for this topology. */ struct hwloc_topology_discovery_support { /** \brief Detecting the number of PU objects is supported. */ ubyte pu; } hwloc_topology_discovery_support *discovery; /** \brief Flags describing actual binding support for this topology. */ struct hwloc_topology_cpubind_support { /** Binding the whole current process is supported. */ ubyte set_thisproc_cpubind; /** Getting the binding of the whole current process is supported. */ ubyte get_thisproc_cpubind; /** Binding a whole given process is supported. */ ubyte set_proc_cpubind; /** Getting the binding of a whole given process is supported. */ ubyte get_proc_cpubind; /** Binding the current thread only is supported. */ ubyte set_thisthread_cpubind; /** Getting the binding of the current thread only is supported. */ ubyte get_thisthread_cpubind; /** Binding a given thread only is supported. */ ubyte set_thread_cpubind; /** Getting the binding of a given thread only is supported. */ ubyte get_thread_cpubind; /** Getting the last processors where the whole current process ran is supported */ ubyte get_thisproc_last_cpu_location; /** Getting the last processors where a whole process ran is supported */ ubyte get_proc_last_cpu_location; /** Getting the last processors where the current thread ran is supported */ ubyte get_thisthread_last_cpu_location; } hwloc_topology_cpubind_support *cpubind; /** \brief Flags describing actual memory binding support for this topology. */ struct hwloc_topology_membind_support { /** Binding the whole current process is supported. */ ubyte set_thisproc_membind; /** Getting the binding of the whole current process is supported. */ ubyte get_thisproc_membind; /** Binding a whole given process is supported. */ ubyte set_proc_membind; /** Getting the binding of a whole given process is supported. */ ubyte get_proc_membind; /** Binding the current thread only is supported. */ ubyte set_thisthread_membind; /** Getting the binding of the current thread only is supported. */ ubyte get_thisthread_membind; /** Binding a given memory area is supported. */ ubyte set_area_membind; /** Getting the binding of a given memory area is supported. */ ubyte get_area_membind; /** Allocating a bound memory area is supported. */ ubyte alloc_membind; /** First-touch policy is supported. */ ubyte firsttouch_membind; /** Bind policy is supported. */ ubyte bind_membind; /** Interleave policy is supported. */ ubyte interleave_membind; /** Replication policy is supported. */ ubyte replicate_membind; /** Next-touch migration policy is supported. */ ubyte nexttouch_membind; /** Migration flags is supported. */ ubyte migrate_membind; } hwloc_topology_membind_support *membind; } } /** \brief Retrieve the topology support. */ extern(C) hwloc_topology_support *hwloc_topology_get_support(hwloc_topology_t topology); /** @} */ /** \defgroup hwlocality_tinker Tinker with topologies. * @{ */ /** \brief Export the topology into an XML file. * * This file may be loaded later through hwloc_topology_set_xml(). */ extern(C) int hwloc_topology_export_xml(hwloc_topology_t topology, char *xmlpath); /** \brief Export the topology into a newly-allocated XML memory buffer. * * \p xmlbuffer is allocated by the callee and should be freed with xmlFree later in the caller. * * This memory buffer may be loaded later through hwloc_topology_set_xmlbuffer(). */ extern(C) int hwloc_topology_export_xmlbuffer(hwloc_topology_t topology, char **xmlbuffer, int *buflen); /** \brief Add a MISC object to the topology * * A new MISC object will be created and inserted into the topology at the * position given by cpuset. * * cpuset and name will be copied. * * \return the newly-created object */ extern(C) hwloc_obj_t hwloc_topology_insert_misc_object_by_cpuset(hwloc_topology_t topology, hwloc_cpuset_t cpuset, char *name); /** \brief Add a MISC object to the topology * * A new MISC object will be created and inserted into the topology at the * position given by parent. * * name will be copied. * * \return the newly-created object */ extern(C) hwloc_obj_t hwloc_topology_insert_misc_object_by_parent(hwloc_topology_t topology, hwloc_obj_t parent, char *name); /** \brief Flags to be given to hwloc_topology_restrict(). */ enum HWLOC_RESTRICT_FLAG { ADAPT_DISTANCES = (1<<0), /**< \brief Adapt distance matrices according to objects being removed during restriction. * If this flag is not set, distance matrices are removed. * \hideinitializer */ ADAPT_MISC = (1<<1), /**< \brief Move Misc objects to ancestors if their parents are removed during restriction. * If this flag is not set, Misc objects are removed when their parents are removed. * \hideinitializer */ ADAPT_IO = (1<<2), /**< \brief Move I/O objects to ancestors if their parents are removed during restriction. * If this flag is not set, I/O devices and bridges are removed when their parents are removed. * \hideinitializer */ } alias HWLOC_RESTRICT_FLAG hwloc_restrict_flags_e; /** \brief Restrict the topology to the given CPU set. * * Topology \p topology is modified so as to remove all objects that * are not included (or partially included) in the CPU set \p cpuset. * All objects CPU and node sets are restricted accordingly. * * \p flags is a OR'ed set of ::hwloc_restrict_flags_e. * * \note This call may not be reverted by restricting back to a larger * cpuset. Once dropped during restriction, objects may not be brought * back, except by reloading the entire topology with hwloc_topology_load(). */ extern(C) int hwloc_topology_restrict(hwloc_topology_t topology, hwloc_const_cpuset_t cpuset, c_ulong flags); /** @} */ /** \defgroup hwlocality_information Get some Topology Information * @{ */ /** \brief Get the depth of the hierachical tree of objects. * * This is the depth of HWLOC_OBJ_PU objects plus one. */ extern(C) uint hwloc_topology_get_depth(hwloc_topology_t topology); /** \brief Returns the depth of objects of type \p type. * * If no object of this type is present on the underlying architecture, or if * the OS doesn't provide this kind of information, the function returns * HWLOC_TYPE_DEPTH_UNKNOWN. * * If type is absent but a similar type is acceptable, see also * hwloc_get_type_or_below_depth() and hwloc_get_type_or_above_depth(). */ extern(C) int hwloc_get_type_depth (hwloc_topology_t topology, hwloc_obj_type_t type); enum HWLOC_TYPE_DEPTH { UNKNOWN=-1, /**< \brief No object of given type exists in the topology. */ MULTIPLE=-2, /**< \brief Objects of given type exist at different depth in the topology. */ BRIDGE = -3, /**< \brief Virtual depth for bridge object level. \hideinitializer */ PCI_DEVICE = -4, /**< \brief Virtual depth for PCI device object level. \hideinitializer */ OS_DEVICE = -5, /**< \brief Virtual depth for software device object level. \hideinitializer */ } /** \brief Returns the type of objects at depth \p depth. */ extern(C) hwloc_obj_type_t hwloc_get_depth_type (hwloc_topology_t topology, uint depth); /** \brief Returns the width of level at depth \p depth */ extern(C) uint hwloc_get_nbobjs_by_depth (hwloc_topology_t topology, uint depth); /** \brief Returns the width of level type \p type * * If no object for that type exists, 0 is returned. * If there are several levels with objects of that type, -1 is returned. */ int hwloc_get_nbobjs_by_type (hwloc_topology_t topology, hwloc_obj_type_t type) { int depth = hwloc_get_type_depth(topology, type); if (depth == HWLOC_TYPE_DEPTH.UNKNOWN) return 0; if (depth == HWLOC_TYPE_DEPTH.MULTIPLE) return -1; /* FIXME: agregate nbobjs from different levels? */ return hwloc_get_nbobjs_by_depth(topology, depth); } /** \brief Does the topology context come from this system? * * \return 1 if this topology context was built using the system * running this program. * \return 0 instead (for instance if using another file-system root, * a XML topology file, or a synthetic topology). */ extern(C) int hwloc_topology_is_thissystem(hwloc_topology_t topology); /** @} */ /** \defgroup hwlocality_traversal Retrieve Objects * @{ */ /** \brief Returns the topology object at index \p index from depth \p depth */ extern(C) hwloc_obj_t hwloc_get_obj_by_depth (hwloc_topology_t topology, uint depth, uint index); /** \brief Returns the topology object at index \p index with type \p type * * If no object for that type exists, \c NULL is returned. * If there are several levels with objects of that type, \c NULL is returned * and ther caller may fallback to hwloc_get_obj_by_depth(). */ hwloc_obj_t hwloc_get_obj_by_type (hwloc_topology_t topology, hwloc_obj_type_t type, uint index) { int depth = hwloc_get_type_depth(topology, type); if (depth == HWLOC_TYPE_DEPTH.UNKNOWN) return null; if (depth == HWLOC_TYPE_DEPTH.MULTIPLE) return null; return hwloc_get_obj_by_depth(topology, depth, index); } /** @} */ /** \defgroup hwlocality_conversion Object/String Conversion * @{ */ /** \brief Return a stringified topology object type */ extern(C) char * hwloc_obj_type_string (hwloc_obj_type_t type); /** \brief Return an object type from the string */ extern(C) hwloc_obj_type_t hwloc_obj_type_of_string (char * string); /** \brief Stringify the type of a given topology object into a human-readable form. * * It differs from hwloc_obj_type_string() because it prints type attributes such * as cache depth. * * \return how many characters were actually written (not including the ending \\0). */ extern(C)int hwloc_obj_type_snprintf(char * string, size_t size, hwloc_obj_t obj, int verbose); /** \brief Stringify the attributes of a given topology object into a human-readable form. * * Attribute values are separated by \p separator. * * Only the major attributes are printed in non-verbose mode. * * \return how many characters were actually written (not including the ending \\0). */ extern(C) int hwloc_obj_attr_snprintf(char * string, size_t size, hwloc_obj_t obj, char * separator, int verbose); /** \brief Stringify a given topology object into a human-readable form. * * \note This function is deprecated in favor of hwloc_obj_type_snprintf() * and hwloc_obj_attr_snprintf() since it is not very flexible and * only prints physical/OS indexes. * * Fill string \p string up to \p size characters with the description * of topology object \p obj in topology \p topology. * * If \p verbose is set, a longer description is used. Otherwise a * short description is used. * * \p indexprefix is used to prefix the \p os_index attribute number of * the object in the description. If \c NULL, the \c # character is used. * * \return how many characters were actually written (not including the ending \\0). */ //extern(C) int hwloc_obj_snprintf(char * string, size_t size, // hwloc_topology_t topology, hwloc_obj_t obj, // char * indexprefix, int verbose); /** \brief Stringify the cpuset containing a set of objects. * * \return how many characters were actually written (not including the ending \\0). */ extern(C) int hwloc_obj_cpuset_snprintf(char * str, size_t size, size_t nobj, hwloc_obj_t * objs); /** \brief Search the given key name in object infos and return the corresponding value. * * \return \c NULL if no such key exists. */ char * hwloc_obj_get_info_by_name(hwloc_obj_t obj, char *name) // make it work with arrays??? { uint i; for(i=0; i<obj.infos_count; i++) if (!strcmp(obj.infos[i].name, name)) return obj.infos[i].value; return null; } /** @} */ /** \defgroup hwlocality_binding Binding * * It is often useful to call hwloc_cpuset_singlify() first so that a single CPU * remains in the set. This way, the process will not even migrate between * different CPUs. Some OSes also only support that kind of binding. * * \note Some OSes do not provide all ways to bind processes, threads, etc and * the corresponding binding functions may fail. ENOSYS is returned when it is * not possible to bind the requested kind of object processes/threads). EXDEV * is returned when the requested cpuset can not be enforced (e.g. some systems * only allow one CPU, and some other systems only allow one NUMA node) * * The most portable version that * should be preferred over the others, whenever possible, is * * \code * hwloc_set_cpubind(topology, set, 0), * \endcode * * as it just binds the current program, assuming it is monothread, or * * \code * hwloc_set_cpubind(topology, set, HWLOC_CPUBIND.THREAD), * \endcode * * which binds the current thread of the current program (which may be * multithreaded). * * \note To unbind, just call the binding function with either a full cpuset or * a cpuset equal to the system cpuset. * @{ */ /** \brief Process/Thread binding policy. * * These flags can be used to refine the binding policy. * * The default (0) is to bind the current process, assumed to be mono-thread, * in a non-strict way. This is the most portable way to bind as all OSes * usually provide it. * */ enum HWLOC_CPUBIND{ PROCESS = (1<<0), /**< \brief Bind all threads of the current multithreaded process. * This may not be supported by some OSes (e.g. Linux). */ THREAD = (1<<1), /**< \brief Bind current thread of current process */ STRICT = (1<<2), /**< \brief Request for strict binding from the OS * * By default, when the designated CPUs are * all busy while other CPUs are idle, OSes * may execute the thread/process on those * other CPUs instead of the designated CPUs, * to let them progress anyway. Strict * binding means that the thread/process will * _never_ execute on other cpus than the * designated CPUs, even when those are busy * with other tasks and other CPUs are idle. * * \note Depending on OSes and * implementations, strict binding may not be * possible (implementation reason) or not * allowed (administrative reasons), and the * function will fail in that case. * * When retrieving the binding of a process, * this flag checks whether all its threads * actually have the same binding. * If the flag is not given, the binding of * each thread will be accumulated. * * \note This flag is meaningless when retrieving * the binding of a thread. */ NOMEMBIND = (1<<3), /**< \brief Avoid any effect on memory binding * \hideinitializer * * On some operating systems, some CPU binding function * would also bind the memory on the * corresponding NUMA node. It is often not * a problem for the application, but if it * is, setting this flag will make hwloc * avoid using OS functions that would also * bind memory. This will however reduce the * support of CPU bindings, i.e. potentially * return -1 with errno set to ENOSYS in some * cases. */ } alias HWLOC_CPUBIND hwloc_cpubind_flags_t; /** \brief Bind current process or thread on cpus given in cpuset \p set */ extern(C) int hwloc_set_cpubind(hwloc_topology_t topology, hwloc_cpuset_t set, int policy); /** \brief Get current process or thread binding */ extern(C) int hwloc_get_cpubind(hwloc_topology_t topology, hwloc_cpuset_t set, int policy); /** \brief Bind a process \p pid on cpus given in cpuset \p set * * \note hwloc_pid_t is pid_t on unix platforms, and HANDLE on native Windows * platforms * * \note HWLOC_CPUBIND.THREAD can not be used in \p policy. */ extern(C) int hwloc_set_proc_cpubind(hwloc_topology_t topology, hwloc_pid_t pid, hwloc_cpuset_t set, int policy); /** \brief Get the current binding of process \p pid * * \note hwloc_pid_t is pid_t on unix platforms, and HANDLE on native Windows * platforms * * \note HWLOC_CPUBIND_THREAD can not be used in \p policy. */ extern(C) int hwloc_get_proc_cpubind(hwloc_topology_t topology, hwloc_pid_t pid, hwloc_cpuset_t set, int policy); static if (is(hwloc_thread_t)){ /** \brief Bind a thread \p tid on cpus given in cpuset \p set * * \note hwloc_thread_t is pthread_t on unix platforms, and HANDLE on native * Windows platforms * * \note HWLOC_CPUBIND.PROCESS can not be used in \p policy. */ extern(C) int hwloc_set_thread_cpubind(hwloc_topology_t topology, hwloc_thread_t tid, hwloc_cpuset_t set, int policy); /** \brief Get the current binding of thread \p tid * * \note hwloc_thread_t is pthread_t on unix platforms, and HANDLE on native * Windows platforms * * \note HWLOC_CPUBIND_PROCESS can not be used in \p policy. */ extern(C) int hwloc_get_thread_cpubind(hwloc_topology_t topology, hwloc_thread_t tid, hwloc_cpuset_t set, int policy); /** @} */ } /** \defgroup hwlocality_membinding Memory binding * * \note Not all operating systems support all ways to bind existing * allocated memory (e.g., migration), future memory allocation, * explicit memory allocation, etc. Using a binding flag or policy * that is not supported by the underlying OS will cause hwloc's * binding functions to fail and return -1. errno will be set to * ENOSYS when the system does support the specified action or policy * (e.g., some systems only allow binding memory on a per-thread * basis, whereas other systems only allow binding memory for all * threads in a process). errno will be set to EXDEV when the * requested cpuset can not be enforced (e.g., some systems only allow * binding memory to a single NUMA node). * * The most portable form that should be preferred over the others * whenever possible is as follows: * * \code * hwloc_alloc_membind_policy(topology, size, set, * HWLOC_MEMBIND_DEFAULT, 0); * \endcode * * This will allocate some memory hopefully bound to the specified set. * To do so, hwloc will possibly have to change the current memory * binding policy in order to actually get the memory bound, if the OS * does not provide any other way to simply allocate bound memory * without changing the policy for all allocations. That is the * difference with hwloc_alloc_membind(), which will never change the * current memory binding policy. Note that since HWLOC_MEMBIND_STRICT * was not specified, failures to bind will not be reported -- * generally, only memory allocation failures will be reported (e.g., * even a plain malloc() would have failed with ENOMEM). * * Each hwloc memory binding function is available in two forms: one * that takes a CPU set argument and another that takes a NUMA memory * node set argument (see \ref hwlocality_sets and \ref * hwlocality_bitmap for a discussion of CPU sets and NUMA memory node * sets). The names of the latter form end with _nodeset. It is also * possible to convert between CPU set and node set using * hwloc_cpuset_to_nodeset() or hwloc_cpuset_from_nodeset(). * * \note On some operating systems, memory binding affects the CPU * binding; see ::HWLOC_MEMBIND_NOCPUBIND * @{ */ /** \brief Memory binding policy. * * These constants can be used to choose the binding policy. Only one policy can * be used at a time (i.e., the values cannot be OR'ed together). * * \note Not all systems support all kinds of binding. See the * "Detailed Description" section of \ref hwlocality_membinding for a * description of errors that can occur. */ enum HWLOC_MEMBIND_POLICY { DEFAULT = 0, /**< \brief Reset the memory allocation policy to the system default. * \hideinitializer */ FIRSTTOUCH = 1, /**< \brief Allocate memory * but do not immediately bind * it to a specific locality. * Instead, each page in the * allocation is bound only * when it is first touched. * Pages are individually * bound to the local NUMA * node of the first thread * that touches it. * \hideinitializer */ BIND = 2, /**< \brief Allocate memory on the specified nodes. * \hideinitializer */ INTERLEAVE = 3, /**< \brief Allocate memory on * the given nodes in an * interleaved / round-robin * manner. The precise layout * of the memory across * multiple NUMA nodes is * OS/system specific. * Interleaving can be useful * when threads distributed across * the specified NUMA nodes * will all be accessing the whole * memory range concurrently, since * the interleave will then balance * the memory references. * \hideinitializer */ REPLICATE = 4, /**< \brief Replicate memory * on the given nodes; reads * from this memory will * attempt to be serviced from * the NUMA node local to the * reading thread. * Replicating can be useful * when multiple threads from * the specified NUMA nodes * will be sharing the same * read-only data. * * This policy can only be * used with existing memory * allocations (i.e., the * hwloc_set_*membind*() * functions); it cannot be * used with functions that * allocate new memory (i.e., * the hwloc_alloc*() * functions). * \hideinitializer */ NEXTTOUCH = 5, /**< \brief For each page bound * with this policy, by next time * it is touched (and next time only), * it is moved from * its current location to the * local NUMA node of the * thread where the memory * reference occurred (if it * needs to be moved at all). * \hideinitializer */ MIXED = -1 /**< \brief Returned by hwloc_get_membind*() * functions when multiple threads or * parts of a memory area have * differing memory binding policies. * \hideinitializer */ } alias HWLOC_MEMBIND_POLICY hwloc_membind_policy_t; /** \brief Memory binding flags. * * These flags can be used to refine the binding policy. All flags * can be logically OR'ed together with the exception of * HWLOC_MEMBIND_PROCESS and HWLOC_MEMBIND_THREAD; these two flags are * mutually exclusive. * * \note Not all systems support all kinds of binding. See the * "Detailed Description" section of \ref hwlocality_membinding for a * description of errors that can occur. */ enum HWLOC_MEMBIND_FLAGS{ PROCESS = (1<<0), /**< \brief Set policy for all * threads of the specified * (possibly multithreaded) * process. This flag is * mutually exclusive with * HWLOC_MEMBIND_THREAD. * \hideinitializer */ THREAD = (1<<1), /**< \brief Set policy for a * specific thread of the * current process. This flag * is mutually exclusive with * HWLOC_MEMBIND_PROCESS. * \hideinitializer */ STRICT = (1<<2), /**< Request strict binding * from the OS. The function * will fail if the binding * can not be guaranteed / * completely enforced. * * This flag has slightly * different meanings * depending on which function * it is used with. * \hideinitializer */ MIGRATE = (1<<3), /**< \brief Migrate existing * allocated memory. If the * memory cannot be migrated * and the * HWLOC_MEMBIND_STRICT flag * is passed, an error will be * returned. * \hideinitializer */ NOCPUBIND = (1<<4) /**< \brief Avoid any effect * on CPU binding. * * On some operating systems, * some underlying memory * binding functions also bind * the application to the * corresponding CPU(s). * Using this flag will cause * hwloc to avoid using OS * functions that could * potentially affect CPU * bindings. Note, however, * that using NOCPUBIND may * reduce hwloc's overall * memory binding support. * Specifically: some of * hwloc's memory binding * functions may fail with * errno set to ENOSYS when * used with NOCPUBIND. * \hideinitializer */ } alias HWLOC_MEMBIND_FLAGS hwloc_membind_flags_t; /** \brief Set the default memory binding policy of the current * process or thread to prefer the NUMA node(s) specified by \p nodeset * * If neither HWLOC_MEMBIND_PROCESS nor HWLOC_MEMBIND_THREAD is * specified, the current process is assumed to be single-threaded. * This is the most portable form as it permits hwloc to use either * process-based OS functions or thread-based OS functions, depending * on which are available. * * \return -1 with errno set to ENOSYS if the action is not supported * \return -1 with errno set to EXDEV if the binding cannot be enforced */ extern(C) int hwloc_set_membind_nodeset(hwloc_topology_t topology, hwloc_const_nodeset_t nodeset, hwloc_membind_policy_t policy, int flags); /** \brief Set the default memory binding policy of the current * process or thread to prefer the NUMA node(s) near the specified \p * cpuset * * If neither HWLOC_MEMBIND_PROCESS nor HWLOC_MEMBIND_THREAD is * specified, the current process is assumed to be single-threaded. * This is the most portable form as it permits hwloc to use either * process-based OS functions or thread-based OS functions, depending * on which are available. * * \return -1 with errno set to ENOSYS if the action is not supported * \return -1 with errno set to EXDEV if the binding cannot be enforced */ extern(C) int hwloc_set_membind(hwloc_topology_t topology, hwloc_const_cpuset_t cpuset, hwloc_membind_policy_t policy, int flags); /** \brief Query the default memory binding policy and locality of the * current process or thread. * * This function has two output parameters: \p nodeset and \p policy. * The values returned in these parameters depend on both the \p flags * passed in and the current memory binding policies and nodesets in * the queried target. * * Passing the HWLOC_MEMBIND_PROCESS flag specifies that the query * target is the current policies and nodesets for all the threads in * the current process. Passing HWLOC_MEMBIND_THREAD specifies that * the query target is the current policy and nodeset for only the * thread invoking this function. * * If neither of these flags are passed (which is the most portable * method), the process is assumed to be single threaded. This allows * hwloc to use either process-based OS functions or thread-based OS * functions, depending on which are available. * * HWLOC_MEMBIND_STRICT is only meaningful when HWLOC_MEMBIND_PROCESS * is also specified. In this case, hwloc will check the default * memory policies and nodesets for all threads in the process. If * they are not identical, -1 is returned and errno is set to EXDEV. * If they are identical, the values are returned in \p nodeset and \p * policy. * * Otherwise, if HWLOC_MEMBIND_PROCESS is specified (and * HWLOC_MEMBIND_STRICT is \em not specified), \p nodeset is set to * the logical OR of all threads' default nodeset. If all threads' * default policies are the same, \p policy is set to that policy. If * they are different, \p policy is set to HWLOC_MEMBIND_MIXED. * * In the HWLOC_MEMBIND_THREAD case (or when neither * HWLOC_MEMBIND_PROCESS or HWLOC_MEMBIND_THREAD is specified), there * is only one nodeset and policy; they are returned in \p nodeset and * \p policy, respectively. * * If any other flags are specified, -1 is returned and errno is set * to EINVAL. */ extern(C) int hwloc_get_membind_nodeset(hwloc_topology_t topology, hwloc_nodeset_t nodeset, hwloc_membind_policy_t * policy, int flags); /** \brief Query the default memory binding policy and locality of the * current process or thread (the locality is returned in \p cpuset as * CPUs near the locality's actual NUMA node(s)). * * This function has two output parameters: \p cpuset and \p policy. * The values returned in these parameters depend on both the \p flags * passed in and the current memory binding policies and nodesets in * the queried target. * * Passing the HWLOC_MEMBIND_PROCESS flag specifies that the query * target is the current policies and nodesets for all the threads in * the current process. Passing HWLOC_MEMBIND_THREAD specifies that * the query target is the current policy and nodeset for only the * thread invoking this function. * * If neither of these flags are passed (which is the most portable * method), the process is assumed to be single threaded. This allows * hwloc to use either process-based OS functions or thread-based OS * functions, depending on which are available. * * HWLOC_MEMBIND_STRICT is only meaningful when HWLOC_MEMBIND_PROCESS * is also specified. In this case, hwloc will check the default * memory policies and nodesets for all threads in the process. If * they are not identical, -1 is returned and errno is set to EXDEV. * If they are identical, the policy is returned in \p policy. \p * cpuset is set to the union of CPUs near the NUMA node(s) in the * nodeset. * * Otherwise, if HWLOC_MEMBIND_PROCESS is specified (and * HWLOC_MEMBIND_STRICT is \em not specified), the default nodeset * from each thread is logically OR'ed together. \p cpuset is set to * the union of CPUs near the NUMA node(s) in the resulting nodeset. * If all threads' default policies are the same, \p policy is set to * that policy. If they are different, \p policy is set to * HWLOC_MEMBIND_MIXED. * * In the HWLOC_MEMBIND_THREAD case (or when neither * HWLOC_MEMBIND_PROCESS or HWLOC_MEMBIND_THREAD is specified), there * is only one nodeset and policy. The policy is returned in \p * policy; \p cpuset is set to the union of CPUs near the NUMA node(s) * in the \p nodeset. * * If any other flags are specified, -1 is returned and errno is set * to EINVAL. */ extern(C) int hwloc_get_membind(hwloc_topology_t topology, hwloc_cpuset_t cpuset, hwloc_membind_policy_t * policy, int flags); /** \brief Set the default memory binding policy of the specified * process to prefer the NUMA node(s) specified by \p nodeset * * \return -1 with errno set to ENOSYS if the action is not supported * \return -1 with errno set to EXDEV if the binding cannot be enforced */ extern(C) int hwloc_set_proc_membind_nodeset(hwloc_topology_t topology, hwloc_pid_t pid, hwloc_const_nodeset_t nodeset, hwloc_membind_policy_t policy, int flags); /** \brief Set the default memory binding policy of the specified * process to prefer the NUMA node(s) near the specified \p cpuset * * \return -1 with errno set to ENOSYS if the action is not supported * \return -1 with errno set to EXDEV if the binding cannot be enforced */ extern(C) int hwloc_set_proc_membind(hwloc_topology_t topology, hwloc_pid_t pid, hwloc_const_cpuset_t cpuset, hwloc_membind_policy_t policy, int flags); /** \brief Query the default memory binding policy and locality of the * specified process. * * This function has two output parameters: \p nodeset and \p policy. * The values returned in these parameters depend on both the \p flags * passed in and the current memory binding policies and nodesets in * the queried target. * * Passing the HWLOC_MEMBIND_PROCESS flag specifies that the query * target is the current policies and nodesets for all the threads in * the specified process. If HWLOC_MEMBIND_PROCESS is not specified * (which is the most portable method), the process is assumed to be * single threaded. This allows hwloc to use either process-based OS * functions or thread-based OS functions, depending on which are * available. * * Note that it does not make sense to pass HWLOC_MEMBIND_THREAD to * this function. * * If HWLOC_MEMBIND_STRICT is specified, hwloc will check the default * memory policies and nodesets for all threads in the specified * process. If they are not identical, -1 is returned and errno is * set to EXDEV. If they are identical, the values are returned in \p * nodeset and \p policy. * * Otherwise, \p nodeset is set to the logical OR of all threads' * default nodeset. If all threads' default policies are the same, \p * policy is set to that policy. If they are different, \p policy is * set to HWLOC_MEMBIND_MIXED. * * If any other flags are specified, -1 is returned and errno is set * to EINVAL. */ extern(C) int hwloc_get_proc_membind_nodeset(hwloc_topology_t topology, hwloc_pid_t pid, hwloc_nodeset_t nodeset, hwloc_membind_policy_t * policy, int flags); /** \brief Query the default memory binding policy and locality of the * specified process (the locality is returned in \p cpuset as CPUs * near the locality's actual NUMA node(s)). * * This function has two output parameters: \p cpuset and \p policy. * The values returned in these parameters depend on both the \p flags * passed in and the current memory binding policies and nodesets in * the queried target. * * Passing the HWLOC_MEMBIND_PROCESS flag specifies that the query * target is the current policies and nodesets for all the threads in * the specified process. If HWLOC_MEMBIND_PROCESS is not specified * (which is the most portable method), the process is assumed to be * single threaded. This allows hwloc to use either process-based OS * functions or thread-based OS functions, depending on which are * available. * * Note that it does not make sense to pass HWLOC_MEMBIND_THREAD to * this function. * * If HWLOC_MEMBIND_STRICT is specified, hwloc will check the default * memory policies and nodesets for all threads in the specified * process. If they are not identical, -1 is returned and errno is * set to EXDEV. If they are identical, the policy is returned in \p * policy. \p cpuset is set to the union of CPUs near the NUMA * node(s) in the nodeset. * * Otherwise, the default nodeset from each thread is logically OR'ed * together. \p cpuset is set to the union of CPUs near the NUMA * node(s) in the resulting nodeset. If all threads' default policies * are the same, \p policy is set to that policy. If they are * different, \p policy is set to HWLOC_MEMBIND_MIXED. * * If any other flags are specified, -1 is returned and errno is set * to EINVAL. */ extern(C) int hwloc_get_proc_membind(hwloc_topology_t topology, hwloc_pid_t pid, hwloc_cpuset_t cpuset, hwloc_membind_policy_t * policy, int flags); /** \brief Bind the already-allocated memory identified by (addr, len) * to the NUMA node(s) in \p nodeset. * * \return -1 with errno set to ENOSYS if the action is not supported * \return -1 with errno set to EXDEV if the binding cannot be enforced */ extern(C) int hwloc_set_area_membind_nodeset(hwloc_topology_t topology, void *addr, size_t len, hwloc_const_nodeset_t nodeset, hwloc_membind_policy_t policy, int flags); /** \brief Bind the already-allocated memory identified by (addr, len) * to the NUMA node(s) near \p cpuset. * * \return -1 with errno set to ENOSYS if the action is not supported * \return -1 with errno set to EXDEV if the binding cannot be enforced */ extern(C) int hwloc_set_area_membind(hwloc_topology_t topology, void *addr, size_t len, hwloc_const_cpuset_t cpuset, hwloc_membind_policy_t policy, int flags); /** \brief Query the NUMA node(s) and binding policy of the memory * identified by (\p addr, \p len ). * * This function has two output parameters: \p nodeset and \p policy. * The values returned in these parameters depend on both the \p flags * passed in and the memory binding policies and nodesets of the pages * in the address range. * * If HWLOC_MEMBIND_STRICT is specified, the target pages are first * checked to see if they all have the same memory binding policy and * nodeset. If they do not, -1 is returned and errno is set to EXDEV. * If they are identical across all pages, the nodeset and policy are * returned in \p nodeset and \p policy, respectively. * * If HWLOC_MEMBIND_STRICT is not specified, \p nodeset is set to the * union of all NUMA node(s) containing pages in the address range. * If all pages in the target have the same policy, it is returned in * \p policy. Otherwise, \p policy is set to HWLOC_MEMBIND_MIXED. * * If any other flags are specified, -1 is returned and errno is set * to EINVAL. */ extern(C) int hwloc_get_area_membind_nodeset(hwloc_topology_t topology, void *addr, size_t len, hwloc_nodeset_t nodeset, hwloc_membind_policy_t * policy, int flags); /** \brief Query the CPUs near the NUMA node(s) and binding policy of * the memory identified by (\p addr, \p len ). * * This function has two output parameters: \p cpuset and \p policy. * The values returned in these parameters depend on both the \p flags * passed in and the memory binding policies and nodesets of the pages * in the address range. * * If HWLOC_MEMBIND_STRICT is specified, the target pages are first * checked to see if they all have the same memory binding policy and * nodeset. If they do not, -1 is returned and errno is set to EXDEV. * If they are identical across all pages, the policy is returned in * \p policy. \p cpuset is set to the union of CPUs near the NUMA * node(s) in the nodeset. * * If HWLOC_MEMBIND_STRICT is not specified, the union of all NUMA * node(s) containing pages in the address range is calculated. \p * cpuset is then set to the CPUs near the NUMA node(s) in this union. * If all pages in the target have the same policy, it is returned in * \p policy. Otherwise, \p policy is set to HWLOC_MEMBIND_MIXED. * * If any other flags are specified, -1 is returned and errno is set * to EINVAL. */ extern(C) int hwloc_get_area_membind(hwloc_topology_t topology, void *addr, size_t len, hwloc_cpuset_t cpuset, hwloc_membind_policy_t * policy, int flags); /** \brief Allocate some memory * * This is equivalent to malloc(), except that it tries to allocate * page-aligned memory from the OS. * * \note The allocated memory should be freed with hwloc_free(). */ extern(C) void *hwloc_alloc(hwloc_topology_t topology, size_t len); /** \brief Allocate some memory on the given nodeset \p nodeset * * \return -1 with errno set to ENOSYS if the action is not supported * and HWLOC_MEMBIND_STRICT is given * \return -1 with errno set to EXDEV if the binding cannot be enforced * and HWLOC_MEMBIND_STRICT is given * * \note The allocated memory should be freed with hwloc_free(). */ extern(C) void *hwloc_alloc_membind_nodeset(hwloc_topology_t topology, size_t len, hwloc_const_nodeset_t nodeset, hwloc_membind_policy_t policy, int flags); /** \brief Allocate some memory on memory nodes near the given cpuset \p cpuset * * \return -1 with errno set to ENOSYS if the action is not supported * and HWLOC_MEMBIND_STRICT is given * \return -1 with errno set to EXDEV if the binding cannot be enforced * and HWLOC_MEMBIND_STRICT is given * * \note The allocated memory should be freed with hwloc_free(). */ extern(C) void *hwloc_alloc_membind(hwloc_topology_t topology, size_t len, hwloc_const_cpuset_t cpuset, hwloc_membind_policy_t policy, int flags); /** \brief Free memory that was previously allocated by hwloc_alloc() * or hwloc_alloc_membind(). */ extern(C) int hwloc_free(hwloc_topology_t topology, void *addr, size_t len); /** @} */ /** \defgroup hwlocality_custom Building Custom Topologies * * A custom topology may be initialized by calling hwloc_topology_set_custom() * after hwloc_topology_init(). It may then be modified by inserting objects * or entire topologies. Once done assembling, hwloc_topology_load() should * be invoked as usual to finalize the topology. * @{ */ /** \brief Insert an existing topology inside a custom topology * * Duplicate the existing topology \p oldtopology inside a new * custom topology \p newtopology as a leaf of object \p newparent. * * If \p oldroot is not \c NULL, duplicate \p oldroot and all its * children instead of the entire \p oldtopology. Passing the root * object of \p oldtopology in \p oldroot is equivalent to passing * \c NULL. * * The custom topology \p newtopology must have been prepared with * hwloc_topology_set_custom() and not loaded with hwloc_topology_load() * yet. * * \p newparent may be either the root of \p newtopology or an object * that was added through hwloc_custom_insert_group_object_by_parent(). */ extern(C) int hwloc_custom_insert_topology(hwloc_topology_t newtopology, hwloc_obj_t newparent, hwloc_topology_t oldtopology, hwloc_obj_t oldroot); /** \brief Insert a new group object inside a custom topology * * An object with type ::HWLOC_OBJ_GROUP is inserted as a new child * of object \p parent. * * \p groupdepth is the depth attribute to be given to the new object. * It may for instance be 0 for top-level groups, 1 for their children, * and so on. * * The custom topology \p newtopology must have been prepared with * hwloc_topology_set_custom() and not loaded with hwloc_topology_load() * yet. * * \p parent may be either the root of \p topology or an object that * was added earlier through hwloc_custom_insert_group_object_by_parent(). */ extern(C) hwloc_obj_t hwloc_custom_insert_group_object_by_parent(hwloc_topology_t topology, hwloc_obj_t parent, int groupdepth); /** @} */ //------ topology/helper: hwloc/helper.h /** \defgroup hwlocality_helper_types Object Type Helpers * @{ */ /** \brief Returns the depth of objects of type \p type or below * * If no object of this type is present on the underlying architecture, the * function returns the depth of the first "present" object typically found * inside \p type. */ uint hwloc_get_type_or_below_depth (hwloc_topology_t topology, hwloc_obj_type_t type) { int depth = hwloc_get_type_depth(topology, type); if (depth != HWLOC_TYPE_DEPTH.UNKNOWN) return depth; /* find the highest existing level with type order >= */ for(depth = hwloc_get_type_depth(topology, HWLOC_OBJ.PU); ; depth--){ if (hwloc_compare_types(hwloc_get_depth_type(topology, depth), type) < 0) return depth+1; if (depth==0) assert(0);/* Shouldn't ever happen, as there is always a SYSTEM level with lower order and known depth. */ } } /** \brief Returns the depth of objects of type \p type or above * * If no object of this type is present on the underlying architecture, the * function returns the depth of the first "present" object typically * containing \p type. */ uint hwloc_get_type_or_above_depth (hwloc_topology_t topology, hwloc_obj_type_t type) { int depth = hwloc_get_type_depth(topology, type); if (depth != HWLOC_TYPE_DEPTH.UNKNOWN) return depth; /* find the lowest existing level with type order <= */ for(depth = 0; ; depth++){ if (hwloc_compare_types(hwloc_get_depth_type(topology, depth), type) > 0) return depth-1; if (depth>1000) assert(0); /* Shouldn't ever happen, as there is always a PROC level with higher order and known depth. */ } } /** @} */ /** \brief Returns the top-object of the topology-tree. * * Its type is typically ::HWLOC_OBJ_MACHINE but it could be different for complex topologies. * This function replaces the old deprecated hwloc_get_system_obj(). */ hwloc_obj_t hwloc_get_root_obj (hwloc_topology_t topology) { return hwloc_get_obj_by_depth (topology, 0, 0); } //hwloc_obj_t hwloc_get_system_obj (hwloc_topology_t topology) //{ // return hwloc_get_obj_by_depth (topology, 0, 0); //} /** \brief Returns the object of type ::HWLOC_OBJ_PU with \p os_index. * * \note The \p os_index field of object should most of the times only be * used for pretty-printing purpose. Type ::HWLOC_OBJ_PU is the only case * where \p os_index could actually be useful, when manually binding to * processors. * However, using CPU sets to hide this complexity should often be preferred. */ hwloc_obj_t hwloc_get_pu_obj_by_os_index(hwloc_topology_t topology, uint os_index) { auto depth=hwloc_get_type_depth(topology, HWLOC_OBJ.PU); hwloc_obj_t obj=hwloc_get_obj_by_depth (topology, depth, 0); while ((obj = obj.next_cousin) !is null) if (obj.os_index == os_index) return obj; return null; } }
D
/Users/liujianhao/code/rust/simple_web_app/simple_web_app/target/rls/debug/deps/tinyvec-10d1eabebfe16228.rmeta: /Users/liujianhao/.cargo/registry/src/mirrors.ustc.edu.cn-61ef6e0cd06fb9b8/tinyvec-1.3.1/src/lib.rs /Users/liujianhao/.cargo/registry/src/mirrors.ustc.edu.cn-61ef6e0cd06fb9b8/tinyvec-1.3.1/src/array.rs /Users/liujianhao/.cargo/registry/src/mirrors.ustc.edu.cn-61ef6e0cd06fb9b8/tinyvec-1.3.1/src/array/generated_impl.rs /Users/liujianhao/.cargo/registry/src/mirrors.ustc.edu.cn-61ef6e0cd06fb9b8/tinyvec-1.3.1/src/arrayvec.rs /Users/liujianhao/.cargo/registry/src/mirrors.ustc.edu.cn-61ef6e0cd06fb9b8/tinyvec-1.3.1/src/arrayvec_drain.rs /Users/liujianhao/.cargo/registry/src/mirrors.ustc.edu.cn-61ef6e0cd06fb9b8/tinyvec-1.3.1/src/slicevec.rs /Users/liujianhao/.cargo/registry/src/mirrors.ustc.edu.cn-61ef6e0cd06fb9b8/tinyvec-1.3.1/src/tinyvec.rs /Users/liujianhao/code/rust/simple_web_app/simple_web_app/target/rls/debug/deps/tinyvec-10d1eabebfe16228.d: /Users/liujianhao/.cargo/registry/src/mirrors.ustc.edu.cn-61ef6e0cd06fb9b8/tinyvec-1.3.1/src/lib.rs /Users/liujianhao/.cargo/registry/src/mirrors.ustc.edu.cn-61ef6e0cd06fb9b8/tinyvec-1.3.1/src/array.rs /Users/liujianhao/.cargo/registry/src/mirrors.ustc.edu.cn-61ef6e0cd06fb9b8/tinyvec-1.3.1/src/array/generated_impl.rs /Users/liujianhao/.cargo/registry/src/mirrors.ustc.edu.cn-61ef6e0cd06fb9b8/tinyvec-1.3.1/src/arrayvec.rs /Users/liujianhao/.cargo/registry/src/mirrors.ustc.edu.cn-61ef6e0cd06fb9b8/tinyvec-1.3.1/src/arrayvec_drain.rs /Users/liujianhao/.cargo/registry/src/mirrors.ustc.edu.cn-61ef6e0cd06fb9b8/tinyvec-1.3.1/src/slicevec.rs /Users/liujianhao/.cargo/registry/src/mirrors.ustc.edu.cn-61ef6e0cd06fb9b8/tinyvec-1.3.1/src/tinyvec.rs /Users/liujianhao/.cargo/registry/src/mirrors.ustc.edu.cn-61ef6e0cd06fb9b8/tinyvec-1.3.1/src/lib.rs: /Users/liujianhao/.cargo/registry/src/mirrors.ustc.edu.cn-61ef6e0cd06fb9b8/tinyvec-1.3.1/src/array.rs: /Users/liujianhao/.cargo/registry/src/mirrors.ustc.edu.cn-61ef6e0cd06fb9b8/tinyvec-1.3.1/src/array/generated_impl.rs: /Users/liujianhao/.cargo/registry/src/mirrors.ustc.edu.cn-61ef6e0cd06fb9b8/tinyvec-1.3.1/src/arrayvec.rs: /Users/liujianhao/.cargo/registry/src/mirrors.ustc.edu.cn-61ef6e0cd06fb9b8/tinyvec-1.3.1/src/arrayvec_drain.rs: /Users/liujianhao/.cargo/registry/src/mirrors.ustc.edu.cn-61ef6e0cd06fb9b8/tinyvec-1.3.1/src/slicevec.rs: /Users/liujianhao/.cargo/registry/src/mirrors.ustc.edu.cn-61ef6e0cd06fb9b8/tinyvec-1.3.1/src/tinyvec.rs:
D
/* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ module flow.variable.service.impl.types.CacheableVariable; /** * Interface to abstract the JPA cacheable setting * * @author Tijs Rademakers * */ interface CacheableVariable { public void setForceCacheable(bool forceCachedValue); }
D
module LD.Rect; import D2D; class RepeatedRectangle : Shape { protected: Mesh _mesh; vec2 size, repeat, start; public: this() { _mesh = new Mesh(); setSize(vec2(1, 1)); setRepeat(vec2(1, 1)); setRepeatStart(vec2(0, 0)); create(); } void setSize(const vec2 size) { this.size = size; } void setRepeat(const vec2 repeat) { this.repeat = repeat; } void setRepeatStart(const vec2 start) { this.start = start; } void create() { _mesh.dispose(); _mesh = new Mesh(); _mesh.addVertices([vec3(0, 0, 0), vec3(size.x, 0, 0), vec3(size.x, size.y, 0), vec3(0, size.y, 0)]); _mesh.addTexCoords([vec2(start.x, start.y), vec2(repeat.x, start.y), vec2(repeat.x, repeat.y), vec2(start.x, repeat.y)]); _mesh.addIndices([0, 1, 2, 0, 2, 3]); _mesh.create(); } override void draw(IRenderTarget target, ShaderProgram shader = null) { matrixStack.push(); matrixStack.top = matrixStack.top * transform; if (texture !is null) texture.bind(0); target.draw(_mesh, shader); matrixStack.pop(); } } class Rect { public: static RepeatedRectangle createRepeatOff(Texture tex, vec2 pos, vec2 size, vec2 repeat, vec2 start) { auto shape = new RepeatedRectangle(); shape.texture = tex; shape.position = pos; shape.setSize(size); shape.setRepeat(repeat); shape.setRepeatStart(start); shape.create(); return shape; } static RepeatedRectangle createRepeat(Texture tex, vec2 pos, vec2 size, vec2 repeat) { auto shape = new RepeatedRectangle(); shape.texture = tex; shape.position = pos; shape.setSize(size); shape.setRepeat(repeat); shape.create(); return shape; } static RectangleShape create(Texture tex, vec2 pos, vec2 size) { auto shape = new RectangleShape(); shape.texture = tex; shape.position = pos; shape.setSize(size); return shape; } }
D